archgine 2.0.20 → 2.0.21
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/lib/index.umd.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?define(["exports"],e):e((t="undefined"!=typeof globalThis?globalThis:t||self).archgine={})}(this,(function(t){"use strict";var e,i,n=Object.defineProperty,s=Object.defineProperties,r=Object.getOwnPropertyDescriptors,a=Object.getOwnPropertySymbols,o=Object.prototype.hasOwnProperty,h=Object.prototype.propertyIsEnumerable,l=(t,e,i)=>e in t?n(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,u=(t,e)=>{for(var i in e||(e={}))o.call(e,i)&&l(t,i,e[i]);if(a)for(var i of a(e))h.call(e,i)&&l(t,i,e[i]);return t},c=(t,e)=>s(t,r(e)),d=(t,e,i)=>l(t,"symbol"!=typeof e?e+"":e,i),p=(t,e,i)=>new Promise(((n,s)=>{var r=t=>{try{o(i.next(t))}catch(t){s(t)}},a=t=>{try{o(i.throw(t))}catch(t){s(t)}},o=t=>t.done?n(t.value):Promise.resolve(t.value).then(r,a);o((i=i.apply(t,e)).next())}));function f(t,e){const i=t.x*Math.cos(e)-t.y*Math.sin(e),n=t.y*Math.cos(e)+t.x*Math.sin(e);t.x=i,t.y=n}function m(t,e){t.x*=e,t.y*=e}let g=class t{constructor(e){d(this,"commands"),this.commands=[],e&&e instanceof t?this.commands.push(...e.commands):e&&(this.commands=function(t){const e=[],i=String(t).trim();return"M"!==i[0]&&"m"!==i[0]||i.replace(x,((t,i,n)=>{const s=function(t){const e=t.match(b);return e?e.map(Number):[]}(n);let r=i.toLowerCase(),a=i;if("m"===r&&s.length>2&&(e.push([a,...s.splice(0,2)]),r="l",a="m"===a?"l":"L"),s.length<v[r])return"";for(e.push([a,...s.splice(0,v[r])]);s.length>=v[r]&&s.length&&v[r];)e.push([a,...s.splice(0,v[r])]);return""})),e}(e))}addPath(e){e&&e instanceof t&&this.commands.push(...e.commands)}moveTo(t,e){this.commands.push(["M",t,e])}lineTo(t,e){this.commands.push(["L",t,e])}arc(t,e,i,n,s,r){this.commands.push(["AC",t,e,i,n,s,!!r])}arcTo(t,e,i,n,s){this.commands.push(["AT",t,e,i,n,s])}ellipse(t,e,i,n,s,r,a,o){this.commands.push(["E",t,e,i,n,s,r,a,!!o])}closePath(){this.commands.push(["Z"])}bezierCurveTo(t,e,i,n,s,r){this.commands.push(["C",t,e,i,n,s,r])}quadraticCurveTo(t,e,i,n){this.commands.push(["Q",t,e,i,n])}rect(t,e,i,n){this.commands.push(["R",t,e,i,n])}roundRect(t,e,i,n,s){void 0===s?this.commands.push(["RR",t,e,i,n,0]):this.commands.push(["RR",t,e,i,n,s])}};function y(t,e){let i,n,s,r,a,o,h,l,u,c,d,p,g,y,v,x,b,w,_,S,E,M=0,A=0,T=null,C=null,I=null,D=null,L=null,B=null;t.beginPath();for(let O=0;O<e.length;++O){let R;switch(w=e[O][0],"S"!==w&&"s"!==w&&"C"!==w&&"c"!==w&&(T=null,C=null),"T"!==w&&"t"!==w&&"Q"!==w&&"q"!==w&&(I=null,D=null),w){case"m":case"M":R=e[O],"m"===w?(M+=R[1],A+=R[2]):(M=R[1],A=R[2]),"M"!==w&&L||(L={x:M,y:A}),t.moveTo(M,A);break;case"l":R=e[O],M+=R[1],A+=R[2],t.lineTo(M,A);break;case"L":R=e[O],M=R[1],A=R[2],t.lineTo(M,A);break;case"H":R=e[O],M=R[1],t.lineTo(M,A);break;case"h":R=e[O],M+=R[1],t.lineTo(M,A);break;case"V":R=e[O],A=R[1],t.lineTo(M,A);break;case"v":R=e[O],A+=R[1],t.lineTo(M,A);break;case"a":case"A":if(R=e[O],null===B)throw new Error("This should never happen");"a"===w?(M+=R[6],A+=R[7]):(M=R[6],A=R[7]),y=R[1],v=R[2],h=R[3]*Math.PI/180,s=!!R[4],r=!!R[5],a={x:M,y:A},o={x:(B.x-a.x)/2,y:(B.y-a.y)/2},f(o,-h),l=o.x*o.x/(y*y)+o.y*o.y/(v*v),l>1&&(l=Math.sqrt(l),y*=l,v*=l),_={x:y*o.y/v,y:-v*o.x/y},u=y*y*v*v,c=y*y*o.y*o.y+v*v*o.x*o.x,m(_,r!==s?Math.sqrt((u-c)/c)||0:-Math.sqrt((u-c)/c)||0),n=Math.atan2((o.y-_.y)/v,(o.x-_.x)/y),i=Math.atan2(-(o.y+_.y)/v,-(o.x+_.x)/y),f(_,h),P=_,k=(a.x+B.x)/2,N=(a.y+B.y)/2,P.x+=k,P.y+=N,t.save(),t.translate(_.x,_.y),t.rotate(h),t.scale(y,v),t.arc(0,0,1,n,i,!r),t.restore();break;case"C":R=e[O],T=R[3],C=R[4],M=R[5],A=R[6],t.bezierCurveTo(R[1],R[2],T,C,M,A);break;case"c":R=e[O],t.bezierCurveTo(R[1]+M,R[2]+A,R[3]+M,R[4]+A,R[5]+M,R[6]+A),T=R[3]+M,C=R[4]+A,M+=R[5],A+=R[6];break;case"S":R=e[O],null!==T&&null!==C||(T=M,C=A),t.bezierCurveTo(2*M-T,2*A-C,R[1],R[2],R[3],R[4]),T=R[1],C=R[2],M=R[3],A=R[4];break;case"s":R=e[O],null!==T&&null!==C||(T=M,C=A),t.bezierCurveTo(2*M-T,2*A-C,R[1]+M,R[2]+A,R[3]+M,R[4]+A),T=R[1]+M,C=R[2]+A,M+=R[3],A+=R[4];break;case"Q":R=e[O],I=R[1],D=R[2],M=R[3],A=R[4],t.quadraticCurveTo(I,D,M,A);break;case"q":R=e[O],I=R[1]+M,D=R[2]+A,M+=R[3],A+=R[4],t.quadraticCurveTo(I,D,M,A);break;case"T":R=e[O],null!==I&&null!==D||(I=M,D=A),I=2*M-I,D=2*A-D,M=R[1],A=R[2],t.quadraticCurveTo(I,D,M,A);break;case"t":R=e[O],null!==I&&null!==D||(I=M,D=A),I=2*M-I,D=2*A-D,M+=R[1],A+=R[2],t.quadraticCurveTo(I,D,M,A);break;case"z":case"Z":L&&(M=L.x,A=L.y),L=null,t.closePath();break;case"AC":R=e[O],M=R[1],A=R[2],g=R[3],n=R[4],i=R[5],S=R[6],t.arc(M,A,g,n,i,S);break;case"AT":R=e[O],d=R[1],p=R[2],M=R[3],A=R[4],g=R[5],t.arcTo(d,p,M,A,g);break;case"E":R=e[O],M=R[1],A=R[2],y=R[3],v=R[4],h=R[5],n=R[6],i=R[7],S=R[8],t.save(),t.translate(M,A),t.rotate(h),t.scale(y,v),t.arc(0,0,1,n,i,S),t.restore();break;case"R":R=e[O],M=R[1],A=R[2],x=R[3],b=R[4],L={x:M,y:A},t.rect(M,A,x,b);break;case"RR":R=e[O],M=R[1],A=R[2],x=R[3],b=R[4],E=R[5],L={x:M,y:A},t.roundRect(M,A,x,b,E)}B?(B.x=M,B.y=A):B={x:M,y:A}}var P,k,N}const v={a:7,c:6,h:1,l:2,m:2,q:4,s:4,t:2,v:1,z:0},x=/([astvzqmhlc])([^astvzqmhlc]*)/gi,b=/-?[0-9]*\.?[0-9]+(?:e[-+]?\d+)?/gi,w={name:"TinyEngine",containerId:"tinyEngine",canvas:"tinyEngine",width:0,height:0,aspect:1,dpr:1,alpha:!0,color:"#232323",fps:60,syncDelay:300,animateDuration:500,fnEnable:!1,pointerPosition:!0,mergeRendering:!1,sliceRendering:!0,sliceDuration:15,usedCache:!1,separateCache:!1,debounceCache:!0,dynamicLoading:!0,svgLoadingType:0,instancedMesh:!0,showPoints:!1,wireframe:!1,castShadow:!1,workerRender:!1,monitorDuration:1e4,light:{color:"#ffffff",intensity:.8,position:[-6,6,0],castShadow:!0,shadowBlur:16,helperSize:100,helperColor:16776960,helperEnable:!1},camera:{type:0,left:-1,right:1,top:1,bottom:-1,aspect:1,near:1,far:2e3,eye:[0,0,0],up:[0,0,1],helperEnable:!1},controls:{target:[0,0,0],minDistance:.1,maxDistance:1e3,enableHover:!0,enablePan:!0,enableRotate:!1,enableZoom:!0,focusMode:!0,autoRotate:!1,autoRotateSpeed:.5,enableDamping:!0,dampingFactor:.2},gridHelper:{fill:"#e3e3e3"},axesHelper:{},displayUnits:"",tooltip:!0,assetType:"rm",zoomToSelectEnable:!1,selectEnable:!1,multiSelectEnable:!1,socialDistanceEnable:!1,socialDistance:{radius:3},editorMode:0,editor:{fill:"#F26666",stroke:"#D95970",strokeWidth:5,fontSize:25},dummy:{radius:15}};var _="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function S(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var E={},M={};function A(t,e){return void 0===e&&(e=Object),e&&"function"==typeof e.freeze?e.freeze(t):t}var T=A({HTML:"text/html",isHTML:function(t){return t===T.HTML},XML_APPLICATION:"application/xml",XML_TEXT:"text/xml",XML_XHTML_APPLICATION:"application/xhtml+xml",XML_SVG_IMAGE:"image/svg+xml"}),C=A({HTML:"http://www.w3.org/1999/xhtml",isHTML:function(t){return t===C.HTML},SVG:"http://www.w3.org/2000/svg",XML:"http://www.w3.org/XML/1998/namespace",XMLNS:"http://www.w3.org/2000/xmlns/"});M.assign=function(t,e){if(null===t||"object"!=typeof t)throw new TypeError("target is not an object");for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},M.find=function(t,e,i){if(void 0===i&&(i=Array.prototype),t&&"function"==typeof i.find)return i.find.call(t,e);for(var n=0;n<t.length;n++)if(Object.prototype.hasOwnProperty.call(t,n)){var s=t[n];if(e.call(void 0,s,n,t))return s}},M.freeze=A,M.MIME_TYPE=T,M.NAMESPACE=C;var I=M,D=I.find,L=I.NAMESPACE;function B(t){return""!==t}function P(t,e){return t.hasOwnProperty(e)||(t[e]=!0),t}function k(t){if(!t)return[];var e=function(t){return t?t.split(/[\t\n\f\r ]+/).filter(B):[]}(t);return Object.keys(e.reduce(P,{}))}function N(t,e){for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i])}function O(t,e){var i=t.prototype;if(!(i instanceof e)){let n=function(){};n.prototype=e.prototype,n=new n,N(i,n),t.prototype=i=n}i.constructor!=t&&(i.constructor=t)}var R={},z=R.ELEMENT_NODE=1,H=R.ATTRIBUTE_NODE=2,W=R.TEXT_NODE=3,F=R.CDATA_SECTION_NODE=4,U=R.ENTITY_REFERENCE_NODE=5,V=R.ENTITY_NODE=6,q=R.PROCESSING_INSTRUCTION_NODE=7,j=R.COMMENT_NODE=8,Y=R.DOCUMENT_NODE=9,G=R.DOCUMENT_TYPE_NODE=10,$=R.DOCUMENT_FRAGMENT_NODE=11,X=R.NOTATION_NODE=12,Z={},J={};Z.INDEX_SIZE_ERR=(J[1]="Index size error",1),Z.DOMSTRING_SIZE_ERR=(J[2]="DOMString size error",2);var Q=Z.HIERARCHY_REQUEST_ERR=(J[3]="Hierarchy request error",3);Z.WRONG_DOCUMENT_ERR=(J[4]="Wrong document",4),Z.INVALID_CHARACTER_ERR=(J[5]="Invalid character",5),Z.NO_DATA_ALLOWED_ERR=(J[6]="No data allowed",6),Z.NO_MODIFICATION_ALLOWED_ERR=(J[7]="No modification allowed",7);var K=Z.NOT_FOUND_ERR=(J[8]="Not found",8);Z.NOT_SUPPORTED_ERR=(J[9]="Not supported",9);var tt=Z.INUSE_ATTRIBUTE_ERR=(J[10]="Attribute in use",10);function et(t,e){if(e instanceof Error)var i=e;else i=this,Error.call(this,J[t]),this.message=J[t],Error.captureStackTrace&&Error.captureStackTrace(this,et);return i.code=t,e&&(this.message=this.message+": "+e),i}function it(){}function nt(t,e){this._node=t,this._refresh=e,st(this)}function st(t){var e=t._node._inc||t._node.ownerDocument._inc;if(t._inc!==e){var i=t._refresh(t._node);if(qt(t,"length",i.length),!t.$$length||i.length<t.$$length)for(var n=i.length;n in t;n++)Object.prototype.hasOwnProperty.call(t,n)&&delete t[n];N(i,t),t._inc=e}}function rt(){}function at(t,e){for(var i=t.length;i--;)if(t[i]===e)return i}function ot(t,e,i,n){if(n?e[at(e,n)]=i:e[e.length++]=i,t){i.ownerElement=t;var s=t.ownerDocument;s&&(n&&ft(s,t,n),function(t,e,i){t&&t._inc++,i.namespaceURI===L.XMLNS&&(e._nsMap[i.prefix?i.localName:""]=i.value)}(s,t,i))}}function ht(t,e,i){var n=at(e,i);if(!(n>=0))throw new et(K,new Error(t.tagName+"@"+i));for(var s=e.length-1;n<s;)e[n]=e[++n];if(e.length=s,t){var r=t.ownerDocument;r&&(ft(r,t,i),i.ownerElement=null)}}function lt(){}function ut(){}function ct(t){return("<"==t?"<":">"==t&&">")||"&"==t&&"&"||'"'==t&&"""||"&#"+t.charCodeAt()+";"}function dt(t,e){if(e(t))return!0;if(t=t.firstChild)do{if(dt(t,e))return!0}while(t=t.nextSibling)}function pt(){this.ownerDocument=this}function ft(t,e,i,n){t&&t._inc++,i.namespaceURI===L.XMLNS&&delete e._nsMap[i.prefix?i.localName:""]}function mt(t,e,i){if(t&&t._inc){t._inc++;var n=e.childNodes;if(i)n[n.length++]=i;else{for(var s=e.firstChild,r=0;s;)n[r++]=s,s=s.nextSibling;n.length=r,delete n[n.length]}}}function gt(t,e){var i=e.previousSibling,n=e.nextSibling;return i?i.nextSibling=n:t.firstChild=n,n?n.previousSibling=i:t.lastChild=i,e.parentNode=null,e.previousSibling=null,e.nextSibling=null,mt(t.ownerDocument,t),e}function yt(t){return t&&t.nodeType===ut.DOCUMENT_TYPE_NODE}function vt(t){return t&&t.nodeType===ut.ELEMENT_NODE}function xt(t){return t&&t.nodeType===ut.TEXT_NODE}function bt(t,e){var i=t.childNodes||[];if(D(i,vt)||yt(e))return!1;var n=D(i,yt);return!(e&&n&&i.indexOf(n)>i.indexOf(e))}function wt(t,e){var i=t.childNodes||[];if(D(i,(function(t){return vt(t)&&t!==e})))return!1;var n=D(i,yt);return!(e&&n&&i.indexOf(n)>i.indexOf(e))}function _t(t,e,i){var n=t.childNodes||[],s=e.childNodes||[];if(e.nodeType===ut.DOCUMENT_FRAGMENT_NODE){var r=s.filter(vt);if(r.length>1||D(s,xt))throw new et(Q,"More than one element or text in fragment");if(1===r.length&&!bt(t,i))throw new et(Q,"Element in fragment can not be inserted before doctype")}if(vt(e)&&!bt(t,i))throw new et(Q,"Only one element can be added and only after doctype");if(yt(e)){if(D(n,yt))throw new et(Q,"Only one doctype is allowed");var a=D(n,vt);if(i&&n.indexOf(a)<n.indexOf(i))throw new et(Q,"Doctype can only be inserted before an element");if(!i&&a)throw new et(Q,"Doctype can not be appended since element is present")}}function St(t,e,i){var n=t.childNodes||[],s=e.childNodes||[];if(e.nodeType===ut.DOCUMENT_FRAGMENT_NODE){var r=s.filter(vt);if(r.length>1||D(s,xt))throw new et(Q,"More than one element or text in fragment");if(1===r.length&&!wt(t,i))throw new et(Q,"Element in fragment can not be inserted before doctype")}if(vt(e)&&!wt(t,i))throw new et(Q,"Only one element can be added and only after doctype");if(yt(e)){if(D(n,(function(t){return yt(t)&&t!==i})))throw new et(Q,"Only one doctype is allowed");var a=D(n,vt);if(i&&n.indexOf(a)<n.indexOf(i))throw new et(Q,"Doctype can only be inserted before an element")}}function Et(t,e,i,n){(function(t,e,i){if(!function(t){return t&&(t.nodeType===ut.DOCUMENT_NODE||t.nodeType===ut.DOCUMENT_FRAGMENT_NODE||t.nodeType===ut.ELEMENT_NODE)}(t))throw new et(Q,"Unexpected parent node type "+t.nodeType);if(i&&i.parentNode!==t)throw new et(K,"child not in parent");if(!function(t){return t&&(vt(t)||xt(t)||yt(t)||t.nodeType===ut.DOCUMENT_FRAGMENT_NODE||t.nodeType===ut.COMMENT_NODE||t.nodeType===ut.PROCESSING_INSTRUCTION_NODE)}(e)||yt(e)&&t.nodeType!==ut.DOCUMENT_NODE)throw new et(Q,"Unexpected node type "+e.nodeType+" for parent node type "+t.nodeType)})(t,e,i),t.nodeType===ut.DOCUMENT_NODE&&(n||_t)(t,e,i);var s=e.parentNode;if(s&&s.removeChild(e),e.nodeType===$){var r=e.firstChild;if(null==r)return e;var a=e.lastChild}else r=a=e;var o=i?i.previousSibling:t.lastChild;r.previousSibling=o,a.nextSibling=i,o?o.nextSibling=r:t.firstChild=r,null==i?t.lastChild=a:i.previousSibling=a;do{r.parentNode=t}while(r!==a&&(r=r.nextSibling));return mt(t.ownerDocument||t,t),e.nodeType==$&&(e.firstChild=e.lastChild=null),e}function Mt(){this._nsMap={}}function At(){}function Tt(){}function Ct(){}function It(){}function Dt(){}function Lt(){}function Bt(){}function Pt(){}function kt(){}function Nt(){}function Ot(){}function Rt(){}function zt(t,e){var i=[],n=9==this.nodeType&&this.documentElement||this,s=n.prefix,r=n.namespaceURI;if(r&&null==s&&null==(s=n.lookupPrefix(r)))var a=[{namespace:r,prefix:null}];return Ft(this,i,t,e,a),i.join("")}function Ht(t,e,i){var n=t.prefix||"",s=t.namespaceURI;if(!s)return!1;if("xml"===n&&s===L.XML||s===L.XMLNS)return!1;for(var r=i.length;r--;){var a=i[r];if(a.prefix===n)return a.namespace!==s}return!0}function Wt(t,e,i){t.push(" ",e,'="',i.replace(/[<>&"\t\n\r]/g,ct),'"')}function Ft(t,e,i,n,s){if(s||(s=[]),n){if(!(t=n(t)))return;if("string"==typeof t)return void e.push(t)}switch(t.nodeType){case z:var r=t.attributes,a=r.length,o=t.firstChild,h=t.tagName,l=h;if(!(i=L.isHTML(t.namespaceURI)||i)&&!t.prefix&&t.namespaceURI){for(var u,c=0;c<r.length;c++)if("xmlns"===r.item(c).name){u=r.item(c).value;break}if(!u)for(var d=s.length-1;d>=0;d--)if(""===(p=s[d]).prefix&&p.namespace===t.namespaceURI){u=p.namespace;break}if(u!==t.namespaceURI)for(d=s.length-1;d>=0;d--){var p;if((p=s[d]).namespace===t.namespaceURI){p.prefix&&(l=p.prefix+":"+h);break}}}e.push("<",l);for(var f=0;f<a;f++)"xmlns"==(m=r.item(f)).prefix?s.push({prefix:m.localName,namespace:m.value}):"xmlns"==m.nodeName&&s.push({prefix:"",namespace:m.value});for(f=0;f<a;f++){var m,g,y;Ht(m=r.item(f),0,s)&&(Wt(e,(g=m.prefix||"")?"xmlns:"+g:"xmlns",y=m.namespaceURI),s.push({prefix:g,namespace:y})),Ft(m,e,i,n,s)}if(h===l&&Ht(t,0,s)&&(Wt(e,(g=t.prefix||"")?"xmlns:"+g:"xmlns",y=t.namespaceURI),s.push({prefix:g,namespace:y})),o||i&&!/^(?:meta|link|img|br|hr|input)$/i.test(h)){if(e.push(">"),i&&/^script$/i.test(h))for(;o;)o.data?e.push(o.data):Ft(o,e,i,n,s.slice()),o=o.nextSibling;else for(;o;)Ft(o,e,i,n,s.slice()),o=o.nextSibling;e.push("</",l,">")}else e.push("/>");return;case Y:case $:for(o=t.firstChild;o;)Ft(o,e,i,n,s.slice()),o=o.nextSibling;return;case H:return Wt(e,t.name,t.value);case W:return e.push(t.data.replace(/[<&>]/g,ct));case F:return e.push("<![CDATA[",t.data,"]]>");case j:return e.push("\x3c!--",t.data,"--\x3e");case G:var v=t.publicId,x=t.systemId;if(e.push("<!DOCTYPE ",t.name),v)e.push(" PUBLIC ",v),x&&"."!=x&&e.push(" ",x),e.push(">");else if(x&&"."!=x)e.push(" SYSTEM ",x,">");else{var b=t.internalSubset;b&&e.push(" [",b,"]"),e.push(">")}return;case q:return e.push("<?",t.target," ",t.data,"?>");case U:return e.push("&",t.nodeName,";");default:e.push("??",t.nodeName)}}function Ut(t,e,i){var n;switch(e.nodeType){case z:(n=e.cloneNode(!1)).ownerDocument=t;case $:break;case H:i=!0}if(n||(n=e.cloneNode(!1)),n.ownerDocument=t,n.parentNode=null,i)for(var s=e.firstChild;s;)n.appendChild(Ut(t,s,i)),s=s.nextSibling;return n}function Vt(t,e,i){var n=new e.constructor;for(var s in e)if(Object.prototype.hasOwnProperty.call(e,s)){var r=e[s];"object"!=typeof r&&r!=n[s]&&(n[s]=r)}switch(e.childNodes&&(n.childNodes=new it),n.ownerDocument=t,n.nodeType){case z:var a=e.attributes,o=n.attributes=new rt,h=a.length;o._ownerElement=n;for(var l=0;l<h;l++)n.setAttributeNode(Vt(t,a.item(l),!0));break;case H:i=!0}if(i)for(var u=e.firstChild;u;)n.appendChild(Vt(t,u,i)),u=u.nextSibling;return n}function qt(t,e,i){t[e]=i}Z.INVALID_STATE_ERR=(J[11]="Invalid state",11),Z.SYNTAX_ERR=(J[12]="Syntax error",12),Z.INVALID_MODIFICATION_ERR=(J[13]="Invalid modification",13),Z.NAMESPACE_ERR=(J[14]="Invalid namespace",14),Z.INVALID_ACCESS_ERR=(J[15]="Invalid access",15),et.prototype=Error.prototype,N(Z,et),it.prototype={length:0,item:function(t){return t>=0&&t<this.length?this[t]:null},toString:function(t,e){for(var i=[],n=0;n<this.length;n++)Ft(this[n],i,t,e);return i.join("")},filter:function(t){return Array.prototype.filter.call(this,t)},indexOf:function(t){return Array.prototype.indexOf.call(this,t)}},nt.prototype.item=function(t){return st(this),this[t]||null},O(nt,it),rt.prototype={length:0,item:it.prototype.item,getNamedItem:function(t){for(var e=this.length;e--;){var i=this[e];if(i.nodeName==t)return i}},setNamedItem:function(t){var e=t.ownerElement;if(e&&e!=this._ownerElement)throw new et(tt);var i=this.getNamedItem(t.nodeName);return ot(this._ownerElement,this,t,i),i},setNamedItemNS:function(t){var e,i=t.ownerElement;if(i&&i!=this._ownerElement)throw new et(tt);return e=this.getNamedItemNS(t.namespaceURI,t.localName),ot(this._ownerElement,this,t,e),e},removeNamedItem:function(t){var e=this.getNamedItem(t);return ht(this._ownerElement,this,e),e},removeNamedItemNS:function(t,e){var i=this.getNamedItemNS(t,e);return ht(this._ownerElement,this,i),i},getNamedItemNS:function(t,e){for(var i=this.length;i--;){var n=this[i];if(n.localName==e&&n.namespaceURI==t)return n}return null}},lt.prototype={hasFeature:function(t,e){return!0},createDocument:function(t,e,i){var n=new pt;if(n.implementation=this,n.childNodes=new it,n.doctype=i||null,i&&n.appendChild(i),e){var s=n.createElementNS(t,e);n.appendChild(s)}return n},createDocumentType:function(t,e,i){var n=new Lt;return n.name=t,n.nodeName=t,n.publicId=e||"",n.systemId=i||"",n}},ut.prototype={firstChild:null,lastChild:null,previousSibling:null,nextSibling:null,attributes:null,parentNode:null,childNodes:null,ownerDocument:null,nodeValue:null,namespaceURI:null,prefix:null,localName:null,insertBefore:function(t,e){return Et(this,t,e)},replaceChild:function(t,e){Et(this,t,e,St),e&&this.removeChild(e)},removeChild:function(t){return gt(this,t)},appendChild:function(t){return this.insertBefore(t,null)},hasChildNodes:function(){return null!=this.firstChild},cloneNode:function(t){return Vt(this.ownerDocument||this,this,t)},normalize:function(){for(var t=this.firstChild;t;){var e=t.nextSibling;e&&e.nodeType==W&&t.nodeType==W?(this.removeChild(e),t.appendData(e.data)):(t.normalize(),t=e)}},isSupported:function(t,e){return this.ownerDocument.implementation.hasFeature(t,e)},hasAttributes:function(){return this.attributes.length>0},lookupPrefix:function(t){for(var e=this;e;){var i=e._nsMap;if(i)for(var n in i)if(Object.prototype.hasOwnProperty.call(i,n)&&i[n]===t)return n;e=e.nodeType==H?e.ownerDocument:e.parentNode}return null},lookupNamespaceURI:function(t){for(var e=this;e;){var i=e._nsMap;if(i&&Object.prototype.hasOwnProperty.call(i,t))return i[t];e=e.nodeType==H?e.ownerDocument:e.parentNode}return null},isDefaultNamespace:function(t){return null==this.lookupPrefix(t)}},N(R,ut),N(R,ut.prototype),pt.prototype={nodeName:"#document",nodeType:Y,doctype:null,documentElement:null,_inc:1,insertBefore:function(t,e){if(t.nodeType==$){for(var i=t.firstChild;i;){var n=i.nextSibling;this.insertBefore(i,e),i=n}return t}return Et(this,t,e),t.ownerDocument=this,null===this.documentElement&&t.nodeType===z&&(this.documentElement=t),t},removeChild:function(t){return this.documentElement==t&&(this.documentElement=null),gt(this,t)},replaceChild:function(t,e){Et(this,t,e,St),t.ownerDocument=this,e&&this.removeChild(e),vt(t)&&(this.documentElement=t)},importNode:function(t,e){return Ut(this,t,e)},getElementById:function(t){var e=null;return dt(this.documentElement,(function(i){if(i.nodeType==z&&i.getAttribute("id")==t)return e=i,!0})),e},getElementsByClassName:function(t){var e=k(t);return new nt(this,(function(i){var n=[];return e.length>0&&dt(i.documentElement,(function(s){if(s!==i&&s.nodeType===z){var r=s.getAttribute("class");if(r){var a=t===r;if(!a){var o=k(r);a=e.every((h=o,function(t){return h&&-1!==h.indexOf(t)}))}a&&n.push(s)}}var h})),n}))},createElement:function(t){var e=new Mt;return e.ownerDocument=this,e.nodeName=t,e.tagName=t,e.localName=t,e.childNodes=new it,(e.attributes=new rt)._ownerElement=e,e},createDocumentFragment:function(){var t=new Nt;return t.ownerDocument=this,t.childNodes=new it,t},createTextNode:function(t){var e=new Ct;return e.ownerDocument=this,e.appendData(t),e},createComment:function(t){var e=new It;return e.ownerDocument=this,e.appendData(t),e},createCDATASection:function(t){var e=new Dt;return e.ownerDocument=this,e.appendData(t),e},createProcessingInstruction:function(t,e){var i=new Ot;return i.ownerDocument=this,i.tagName=i.nodeName=i.target=t,i.nodeValue=i.data=e,i},createAttribute:function(t){var e=new At;return e.ownerDocument=this,e.name=t,e.nodeName=t,e.localName=t,e.specified=!0,e},createEntityReference:function(t){var e=new kt;return e.ownerDocument=this,e.nodeName=t,e},createElementNS:function(t,e){var i=new Mt,n=e.split(":"),s=i.attributes=new rt;return i.childNodes=new it,i.ownerDocument=this,i.nodeName=e,i.tagName=e,i.namespaceURI=t,2==n.length?(i.prefix=n[0],i.localName=n[1]):i.localName=e,s._ownerElement=i,i},createAttributeNS:function(t,e){var i=new At,n=e.split(":");return i.ownerDocument=this,i.nodeName=e,i.name=e,i.namespaceURI=t,i.specified=!0,2==n.length?(i.prefix=n[0],i.localName=n[1]):i.localName=e,i}},O(pt,ut),Mt.prototype={nodeType:z,hasAttribute:function(t){return null!=this.getAttributeNode(t)},getAttribute:function(t){var e=this.getAttributeNode(t);return e&&e.value||""},getAttributeNode:function(t){return this.attributes.getNamedItem(t)},setAttribute:function(t,e){var i=this.ownerDocument.createAttribute(t);i.value=i.nodeValue=""+e,this.setAttributeNode(i)},removeAttribute:function(t){var e=this.getAttributeNode(t);e&&this.removeAttributeNode(e)},appendChild:function(t){return t.nodeType===$?this.insertBefore(t,null):function(t,e){return e.parentNode&&e.parentNode.removeChild(e),e.parentNode=t,e.previousSibling=t.lastChild,e.nextSibling=null,e.previousSibling?e.previousSibling.nextSibling=e:t.firstChild=e,t.lastChild=e,mt(t.ownerDocument,t,e),e}(this,t)},setAttributeNode:function(t){return this.attributes.setNamedItem(t)},setAttributeNodeNS:function(t){return this.attributes.setNamedItemNS(t)},removeAttributeNode:function(t){return this.attributes.removeNamedItem(t.nodeName)},removeAttributeNS:function(t,e){var i=this.getAttributeNodeNS(t,e);i&&this.removeAttributeNode(i)},hasAttributeNS:function(t,e){return null!=this.getAttributeNodeNS(t,e)},getAttributeNS:function(t,e){var i=this.getAttributeNodeNS(t,e);return i&&i.value||""},setAttributeNS:function(t,e,i){var n=this.ownerDocument.createAttributeNS(t,e);n.value=n.nodeValue=""+i,this.setAttributeNode(n)},getAttributeNodeNS:function(t,e){return this.attributes.getNamedItemNS(t,e)},getElementsByTagName:function(t){return new nt(this,(function(e){var i=[];return dt(e,(function(n){n===e||n.nodeType!=z||"*"!==t&&n.tagName!=t||i.push(n)})),i}))},getElementsByTagNameNS:function(t,e){return new nt(this,(function(i){var n=[];return dt(i,(function(s){s===i||s.nodeType!==z||"*"!==t&&s.namespaceURI!==t||"*"!==e&&s.localName!=e||n.push(s)})),n}))}},pt.prototype.getElementsByTagName=Mt.prototype.getElementsByTagName,pt.prototype.getElementsByTagNameNS=Mt.prototype.getElementsByTagNameNS,O(Mt,ut),At.prototype.nodeType=H,O(At,ut),Tt.prototype={data:"",substringData:function(t,e){return this.data.substring(t,t+e)},appendData:function(t){t=this.data+t,this.nodeValue=this.data=t,this.length=t.length},insertData:function(t,e){this.replaceData(t,0,e)},appendChild:function(t){throw new Error(J[Q])},deleteData:function(t,e){this.replaceData(t,e,"")},replaceData:function(t,e,i){i=this.data.substring(0,t)+i+this.data.substring(t+e),this.nodeValue=this.data=i,this.length=i.length}},O(Tt,ut),Ct.prototype={nodeName:"#text",nodeType:W,splitText:function(t){var e=this.data,i=e.substring(t);e=e.substring(0,t),this.data=this.nodeValue=e,this.length=e.length;var n=this.ownerDocument.createTextNode(i);return this.parentNode&&this.parentNode.insertBefore(n,this.nextSibling),n}},O(Ct,Tt),It.prototype={nodeName:"#comment",nodeType:j},O(It,Tt),Dt.prototype={nodeName:"#cdata-section",nodeType:F},O(Dt,Tt),Lt.prototype.nodeType=G,O(Lt,ut),Bt.prototype.nodeType=X,O(Bt,ut),Pt.prototype.nodeType=V,O(Pt,ut),kt.prototype.nodeType=U,O(kt,ut),Nt.prototype.nodeName="#document-fragment",Nt.prototype.nodeType=$,O(Nt,ut),Ot.prototype.nodeType=q,O(Ot,ut),Rt.prototype.serializeToString=function(t,e,i){return zt.call(t,e,i)},ut.prototype.toString=zt;try{if(Object.defineProperty){let t=function(e){switch(e.nodeType){case z:case $:var i=[];for(e=e.firstChild;e;)7!==e.nodeType&&8!==e.nodeType&&i.push(t(e)),e=e.nextSibling;return i.join("");default:return e.nodeValue}};Object.defineProperty(nt.prototype,"length",{get:function(){return st(this),this.$$length}}),Object.defineProperty(ut.prototype,"textContent",{get:function(){return t(this)},set:function(t){switch(this.nodeType){case z:case $:for(;this.firstChild;)this.removeChild(this.firstChild);(t||String(t))&&this.appendChild(this.ownerDocument.createTextNode(t));break;default:this.data=t,this.value=t,this.nodeValue=t}}}),qt=function(t,e,i){t["$$"+e]=i}}}catch(t){}E.DocumentType=Lt,E.DOMException=et,E.DOMImplementation=lt,E.Element=Mt,E.Node=ut,E.NodeList=it,E.XMLSerializer=Rt;var jt,Yt,Gt={},$t={};jt=$t,Yt=M.freeze,jt.XML_ENTITIES=Yt({amp:"&",apos:"'",gt:">",lt:"<",quot:'"'}),jt.HTML_ENTITIES=Yt({Aacute:"Á",aacute:"á",Abreve:"Ă",abreve:"ă",ac:"∾",acd:"∿",acE:"∾̳",Acirc:"Â",acirc:"â",acute:"´",Acy:"А",acy:"а",AElig:"Æ",aelig:"æ",af:"",Afr:"𝔄",afr:"𝔞",Agrave:"À",agrave:"à",alefsym:"ℵ",aleph:"ℵ",Alpha:"Α",alpha:"α",Amacr:"Ā",amacr:"ā",amalg:"⨿",AMP:"&",amp:"&",And:"⩓",and:"∧",andand:"⩕",andd:"⩜",andslope:"⩘",andv:"⩚",ang:"∠",ange:"⦤",angle:"∠",angmsd:"∡",angmsdaa:"⦨",angmsdab:"⦩",angmsdac:"⦪",angmsdad:"⦫",angmsdae:"⦬",angmsdaf:"⦭",angmsdag:"⦮",angmsdah:"⦯",angrt:"∟",angrtvb:"⊾",angrtvbd:"⦝",angsph:"∢",angst:"Å",angzarr:"⍼",Aogon:"Ą",aogon:"ą",Aopf:"𝔸",aopf:"𝕒",ap:"≈",apacir:"⩯",apE:"⩰",ape:"≊",apid:"≋",apos:"'",ApplyFunction:"",approx:"≈",approxeq:"≊",Aring:"Å",aring:"å",Ascr:"𝒜",ascr:"𝒶",Assign:"≔",ast:"*",asymp:"≈",asympeq:"≍",Atilde:"Ã",atilde:"ã",Auml:"Ä",auml:"ä",awconint:"∳",awint:"⨑",backcong:"≌",backepsilon:"϶",backprime:"‵",backsim:"∽",backsimeq:"⋍",Backslash:"∖",Barv:"⫧",barvee:"⊽",Barwed:"⌆",barwed:"⌅",barwedge:"⌅",bbrk:"⎵",bbrktbrk:"⎶",bcong:"≌",Bcy:"Б",bcy:"б",bdquo:"„",becaus:"∵",Because:"∵",because:"∵",bemptyv:"⦰",bepsi:"϶",bernou:"ℬ",Bernoullis:"ℬ",Beta:"Β",beta:"β",beth:"ℶ",between:"≬",Bfr:"𝔅",bfr:"𝔟",bigcap:"⋂",bigcirc:"◯",bigcup:"⋃",bigodot:"⨀",bigoplus:"⨁",bigotimes:"⨂",bigsqcup:"⨆",bigstar:"★",bigtriangledown:"▽",bigtriangleup:"△",biguplus:"⨄",bigvee:"⋁",bigwedge:"⋀",bkarow:"⤍",blacklozenge:"⧫",blacksquare:"▪",blacktriangle:"▴",blacktriangledown:"▾",blacktriangleleft:"◂",blacktriangleright:"▸",blank:"␣",blk12:"▒",blk14:"░",blk34:"▓",block:"█",bne:"=⃥",bnequiv:"≡⃥",bNot:"⫭",bnot:"⌐",Bopf:"𝔹",bopf:"𝕓",bot:"⊥",bottom:"⊥",bowtie:"⋈",boxbox:"⧉",boxDL:"╗",boxDl:"╖",boxdL:"╕",boxdl:"┐",boxDR:"╔",boxDr:"╓",boxdR:"╒",boxdr:"┌",boxH:"═",boxh:"─",boxHD:"╦",boxHd:"╤",boxhD:"╥",boxhd:"┬",boxHU:"╩",boxHu:"╧",boxhU:"╨",boxhu:"┴",boxminus:"⊟",boxplus:"⊞",boxtimes:"⊠",boxUL:"╝",boxUl:"╜",boxuL:"╛",boxul:"┘",boxUR:"╚",boxUr:"╙",boxuR:"╘",boxur:"└",boxV:"║",boxv:"│",boxVH:"╬",boxVh:"╫",boxvH:"╪",boxvh:"┼",boxVL:"╣",boxVl:"╢",boxvL:"╡",boxvl:"┤",boxVR:"╠",boxVr:"╟",boxvR:"╞",boxvr:"├",bprime:"‵",Breve:"˘",breve:"˘",brvbar:"¦",Bscr:"ℬ",bscr:"𝒷",bsemi:"⁏",bsim:"∽",bsime:"⋍",bsol:"\\",bsolb:"⧅",bsolhsub:"⟈",bull:"•",bullet:"•",bump:"≎",bumpE:"⪮",bumpe:"≏",Bumpeq:"≎",bumpeq:"≏",Cacute:"Ć",cacute:"ć",Cap:"⋒",cap:"∩",capand:"⩄",capbrcup:"⩉",capcap:"⩋",capcup:"⩇",capdot:"⩀",CapitalDifferentialD:"ⅅ",caps:"∩︀",caret:"⁁",caron:"ˇ",Cayleys:"ℭ",ccaps:"⩍",Ccaron:"Č",ccaron:"č",Ccedil:"Ç",ccedil:"ç",Ccirc:"Ĉ",ccirc:"ĉ",Cconint:"∰",ccups:"⩌",ccupssm:"⩐",Cdot:"Ċ",cdot:"ċ",cedil:"¸",Cedilla:"¸",cemptyv:"⦲",cent:"¢",CenterDot:"·",centerdot:"·",Cfr:"ℭ",cfr:"𝔠",CHcy:"Ч",chcy:"ч",check:"✓",checkmark:"✓",Chi:"Χ",chi:"χ",cir:"○",circ:"ˆ",circeq:"≗",circlearrowleft:"↺",circlearrowright:"↻",circledast:"⊛",circledcirc:"⊚",circleddash:"⊝",CircleDot:"⊙",circledR:"®",circledS:"Ⓢ",CircleMinus:"⊖",CirclePlus:"⊕",CircleTimes:"⊗",cirE:"⧃",cire:"≗",cirfnint:"⨐",cirmid:"⫯",cirscir:"⧂",ClockwiseContourIntegral:"∲",CloseCurlyDoubleQuote:"”",CloseCurlyQuote:"’",clubs:"♣",clubsuit:"♣",Colon:"∷",colon:":",Colone:"⩴",colone:"≔",coloneq:"≔",comma:",",commat:"@",comp:"∁",compfn:"∘",complement:"∁",complexes:"ℂ",cong:"≅",congdot:"⩭",Congruent:"≡",Conint:"∯",conint:"∮",ContourIntegral:"∮",Copf:"ℂ",copf:"𝕔",coprod:"∐",Coproduct:"∐",COPY:"©",copy:"©",copysr:"℗",CounterClockwiseContourIntegral:"∳",crarr:"↵",Cross:"⨯",cross:"✗",Cscr:"𝒞",cscr:"𝒸",csub:"⫏",csube:"⫑",csup:"⫐",csupe:"⫒",ctdot:"⋯",cudarrl:"⤸",cudarrr:"⤵",cuepr:"⋞",cuesc:"⋟",cularr:"↶",cularrp:"⤽",Cup:"⋓",cup:"∪",cupbrcap:"⩈",CupCap:"≍",cupcap:"⩆",cupcup:"⩊",cupdot:"⊍",cupor:"⩅",cups:"∪︀",curarr:"↷",curarrm:"⤼",curlyeqprec:"⋞",curlyeqsucc:"⋟",curlyvee:"⋎",curlywedge:"⋏",curren:"¤",curvearrowleft:"↶",curvearrowright:"↷",cuvee:"⋎",cuwed:"⋏",cwconint:"∲",cwint:"∱",cylcty:"⌭",Dagger:"‡",dagger:"†",daleth:"ℸ",Darr:"↡",dArr:"⇓",darr:"↓",dash:"‐",Dashv:"⫤",dashv:"⊣",dbkarow:"⤏",dblac:"˝",Dcaron:"Ď",dcaron:"ď",Dcy:"Д",dcy:"д",DD:"ⅅ",dd:"ⅆ",ddagger:"‡",ddarr:"⇊",DDotrahd:"⤑",ddotseq:"⩷",deg:"°",Del:"∇",Delta:"Δ",delta:"δ",demptyv:"⦱",dfisht:"⥿",Dfr:"𝔇",dfr:"𝔡",dHar:"⥥",dharl:"⇃",dharr:"⇂",DiacriticalAcute:"´",DiacriticalDot:"˙",DiacriticalDoubleAcute:"˝",DiacriticalGrave:"`",DiacriticalTilde:"˜",diam:"⋄",Diamond:"⋄",diamond:"⋄",diamondsuit:"♦",diams:"♦",die:"¨",DifferentialD:"ⅆ",digamma:"ϝ",disin:"⋲",div:"÷",divide:"÷",divideontimes:"⋇",divonx:"⋇",DJcy:"Ђ",djcy:"ђ",dlcorn:"⌞",dlcrop:"⌍",dollar:"$",Dopf:"𝔻",dopf:"𝕕",Dot:"¨",dot:"˙",DotDot:"⃜",doteq:"≐",doteqdot:"≑",DotEqual:"≐",dotminus:"∸",dotplus:"∔",dotsquare:"⊡",doublebarwedge:"⌆",DoubleContourIntegral:"∯",DoubleDot:"¨",DoubleDownArrow:"⇓",DoubleLeftArrow:"⇐",DoubleLeftRightArrow:"⇔",DoubleLeftTee:"⫤",DoubleLongLeftArrow:"⟸",DoubleLongLeftRightArrow:"⟺",DoubleLongRightArrow:"⟹",DoubleRightArrow:"⇒",DoubleRightTee:"⊨",DoubleUpArrow:"⇑",DoubleUpDownArrow:"⇕",DoubleVerticalBar:"∥",DownArrow:"↓",Downarrow:"⇓",downarrow:"↓",DownArrowBar:"⤓",DownArrowUpArrow:"⇵",DownBreve:"̑",downdownarrows:"⇊",downharpoonleft:"⇃",downharpoonright:"⇂",DownLeftRightVector:"⥐",DownLeftTeeVector:"⥞",DownLeftVector:"↽",DownLeftVectorBar:"⥖",DownRightTeeVector:"⥟",DownRightVector:"⇁",DownRightVectorBar:"⥗",DownTee:"⊤",DownTeeArrow:"↧",drbkarow:"⤐",drcorn:"⌟",drcrop:"⌌",Dscr:"𝒟",dscr:"𝒹",DScy:"Ѕ",dscy:"ѕ",dsol:"⧶",Dstrok:"Đ",dstrok:"đ",dtdot:"⋱",dtri:"▿",dtrif:"▾",duarr:"⇵",duhar:"⥯",dwangle:"⦦",DZcy:"Џ",dzcy:"џ",dzigrarr:"⟿",Eacute:"É",eacute:"é",easter:"⩮",Ecaron:"Ě",ecaron:"ě",ecir:"≖",Ecirc:"Ê",ecirc:"ê",ecolon:"≕",Ecy:"Э",ecy:"э",eDDot:"⩷",Edot:"Ė",eDot:"≑",edot:"ė",ee:"ⅇ",efDot:"≒",Efr:"𝔈",efr:"𝔢",eg:"⪚",Egrave:"È",egrave:"è",egs:"⪖",egsdot:"⪘",el:"⪙",Element:"∈",elinters:"⏧",ell:"ℓ",els:"⪕",elsdot:"⪗",Emacr:"Ē",emacr:"ē",empty:"∅",emptyset:"∅",EmptySmallSquare:"◻",emptyv:"∅",EmptyVerySmallSquare:"▫",emsp:" ",emsp13:" ",emsp14:" ",ENG:"Ŋ",eng:"ŋ",ensp:" ",Eogon:"Ę",eogon:"ę",Eopf:"𝔼",eopf:"𝕖",epar:"⋕",eparsl:"⧣",eplus:"⩱",epsi:"ε",Epsilon:"Ε",epsilon:"ε",epsiv:"ϵ",eqcirc:"≖",eqcolon:"≕",eqsim:"≂",eqslantgtr:"⪖",eqslantless:"⪕",Equal:"⩵",equals:"=",EqualTilde:"≂",equest:"≟",Equilibrium:"⇌",equiv:"≡",equivDD:"⩸",eqvparsl:"⧥",erarr:"⥱",erDot:"≓",Escr:"ℰ",escr:"ℯ",esdot:"≐",Esim:"⩳",esim:"≂",Eta:"Η",eta:"η",ETH:"Ð",eth:"ð",Euml:"Ë",euml:"ë",euro:"€",excl:"!",exist:"∃",Exists:"∃",expectation:"ℰ",ExponentialE:"ⅇ",exponentiale:"ⅇ",fallingdotseq:"≒",Fcy:"Ф",fcy:"ф",female:"♀",ffilig:"ffi",fflig:"ff",ffllig:"ffl",Ffr:"𝔉",ffr:"𝔣",filig:"fi",FilledSmallSquare:"◼",FilledVerySmallSquare:"▪",fjlig:"fj",flat:"♭",fllig:"fl",fltns:"▱",fnof:"ƒ",Fopf:"𝔽",fopf:"𝕗",ForAll:"∀",forall:"∀",fork:"⋔",forkv:"⫙",Fouriertrf:"ℱ",fpartint:"⨍",frac12:"½",frac13:"⅓",frac14:"¼",frac15:"⅕",frac16:"⅙",frac18:"⅛",frac23:"⅔",frac25:"⅖",frac34:"¾",frac35:"⅗",frac38:"⅜",frac45:"⅘",frac56:"⅚",frac58:"⅝",frac78:"⅞",frasl:"⁄",frown:"⌢",Fscr:"ℱ",fscr:"𝒻",gacute:"ǵ",Gamma:"Γ",gamma:"γ",Gammad:"Ϝ",gammad:"ϝ",gap:"⪆",Gbreve:"Ğ",gbreve:"ğ",Gcedil:"Ģ",Gcirc:"Ĝ",gcirc:"ĝ",Gcy:"Г",gcy:"г",Gdot:"Ġ",gdot:"ġ",gE:"≧",ge:"≥",gEl:"⪌",gel:"⋛",geq:"≥",geqq:"≧",geqslant:"⩾",ges:"⩾",gescc:"⪩",gesdot:"⪀",gesdoto:"⪂",gesdotol:"⪄",gesl:"⋛︀",gesles:"⪔",Gfr:"𝔊",gfr:"𝔤",Gg:"⋙",gg:"≫",ggg:"⋙",gimel:"ℷ",GJcy:"Ѓ",gjcy:"ѓ",gl:"≷",gla:"⪥",glE:"⪒",glj:"⪤",gnap:"⪊",gnapprox:"⪊",gnE:"≩",gne:"⪈",gneq:"⪈",gneqq:"≩",gnsim:"⋧",Gopf:"𝔾",gopf:"𝕘",grave:"`",GreaterEqual:"≥",GreaterEqualLess:"⋛",GreaterFullEqual:"≧",GreaterGreater:"⪢",GreaterLess:"≷",GreaterSlantEqual:"⩾",GreaterTilde:"≳",Gscr:"𝒢",gscr:"ℊ",gsim:"≳",gsime:"⪎",gsiml:"⪐",Gt:"≫",GT:">",gt:">",gtcc:"⪧",gtcir:"⩺",gtdot:"⋗",gtlPar:"⦕",gtquest:"⩼",gtrapprox:"⪆",gtrarr:"⥸",gtrdot:"⋗",gtreqless:"⋛",gtreqqless:"⪌",gtrless:"≷",gtrsim:"≳",gvertneqq:"≩︀",gvnE:"≩︀",Hacek:"ˇ",hairsp:" ",half:"½",hamilt:"ℋ",HARDcy:"Ъ",hardcy:"ъ",hArr:"⇔",harr:"↔",harrcir:"⥈",harrw:"↭",Hat:"^",hbar:"ℏ",Hcirc:"Ĥ",hcirc:"ĥ",hearts:"♥",heartsuit:"♥",hellip:"…",hercon:"⊹",Hfr:"ℌ",hfr:"𝔥",HilbertSpace:"ℋ",hksearow:"⤥",hkswarow:"⤦",hoarr:"⇿",homtht:"∻",hookleftarrow:"↩",hookrightarrow:"↪",Hopf:"ℍ",hopf:"𝕙",horbar:"―",HorizontalLine:"─",Hscr:"ℋ",hscr:"𝒽",hslash:"ℏ",Hstrok:"Ħ",hstrok:"ħ",HumpDownHump:"≎",HumpEqual:"≏",hybull:"⁃",hyphen:"‐",Iacute:"Í",iacute:"í",ic:"",Icirc:"Î",icirc:"î",Icy:"И",icy:"и",Idot:"İ",IEcy:"Е",iecy:"е",iexcl:"¡",iff:"⇔",Ifr:"ℑ",ifr:"𝔦",Igrave:"Ì",igrave:"ì",ii:"ⅈ",iiiint:"⨌",iiint:"∭",iinfin:"⧜",iiota:"℩",IJlig:"IJ",ijlig:"ij",Im:"ℑ",Imacr:"Ī",imacr:"ī",image:"ℑ",ImaginaryI:"ⅈ",imagline:"ℐ",imagpart:"ℑ",imath:"ı",imof:"⊷",imped:"Ƶ",Implies:"⇒",in:"∈",incare:"℅",infin:"∞",infintie:"⧝",inodot:"ı",Int:"∬",int:"∫",intcal:"⊺",integers:"ℤ",Integral:"∫",intercal:"⊺",Intersection:"⋂",intlarhk:"⨗",intprod:"⨼",InvisibleComma:"",InvisibleTimes:"",IOcy:"Ё",iocy:"ё",Iogon:"Į",iogon:"į",Iopf:"𝕀",iopf:"𝕚",Iota:"Ι",iota:"ι",iprod:"⨼",iquest:"¿",Iscr:"ℐ",iscr:"𝒾",isin:"∈",isindot:"⋵",isinE:"⋹",isins:"⋴",isinsv:"⋳",isinv:"∈",it:"",Itilde:"Ĩ",itilde:"ĩ",Iukcy:"І",iukcy:"і",Iuml:"Ï",iuml:"ï",Jcirc:"Ĵ",jcirc:"ĵ",Jcy:"Й",jcy:"й",Jfr:"𝔍",jfr:"𝔧",jmath:"ȷ",Jopf:"𝕁",jopf:"𝕛",Jscr:"𝒥",jscr:"𝒿",Jsercy:"Ј",jsercy:"ј",Jukcy:"Є",jukcy:"є",Kappa:"Κ",kappa:"κ",kappav:"ϰ",Kcedil:"Ķ",kcedil:"ķ",Kcy:"К",kcy:"к",Kfr:"𝔎",kfr:"𝔨",kgreen:"ĸ",KHcy:"Х",khcy:"х",KJcy:"Ќ",kjcy:"ќ",Kopf:"𝕂",kopf:"𝕜",Kscr:"𝒦",kscr:"𝓀",lAarr:"⇚",Lacute:"Ĺ",lacute:"ĺ",laemptyv:"⦴",lagran:"ℒ",Lambda:"Λ",lambda:"λ",Lang:"⟪",lang:"⟨",langd:"⦑",langle:"⟨",lap:"⪅",Laplacetrf:"ℒ",laquo:"«",Larr:"↞",lArr:"⇐",larr:"←",larrb:"⇤",larrbfs:"⤟",larrfs:"⤝",larrhk:"↩",larrlp:"↫",larrpl:"⤹",larrsim:"⥳",larrtl:"↢",lat:"⪫",lAtail:"⤛",latail:"⤙",late:"⪭",lates:"⪭︀",lBarr:"⤎",lbarr:"⤌",lbbrk:"❲",lbrace:"{",lbrack:"[",lbrke:"⦋",lbrksld:"⦏",lbrkslu:"⦍",Lcaron:"Ľ",lcaron:"ľ",Lcedil:"Ļ",lcedil:"ļ",lceil:"⌈",lcub:"{",Lcy:"Л",lcy:"л",ldca:"⤶",ldquo:"“",ldquor:"„",ldrdhar:"⥧",ldrushar:"⥋",ldsh:"↲",lE:"≦",le:"≤",LeftAngleBracket:"⟨",LeftArrow:"←",Leftarrow:"⇐",leftarrow:"←",LeftArrowBar:"⇤",LeftArrowRightArrow:"⇆",leftarrowtail:"↢",LeftCeiling:"⌈",LeftDoubleBracket:"⟦",LeftDownTeeVector:"⥡",LeftDownVector:"⇃",LeftDownVectorBar:"⥙",LeftFloor:"⌊",leftharpoondown:"↽",leftharpoonup:"↼",leftleftarrows:"⇇",LeftRightArrow:"↔",Leftrightarrow:"⇔",leftrightarrow:"↔",leftrightarrows:"⇆",leftrightharpoons:"⇋",leftrightsquigarrow:"↭",LeftRightVector:"⥎",LeftTee:"⊣",LeftTeeArrow:"↤",LeftTeeVector:"⥚",leftthreetimes:"⋋",LeftTriangle:"⊲",LeftTriangleBar:"⧏",LeftTriangleEqual:"⊴",LeftUpDownVector:"⥑",LeftUpTeeVector:"⥠",LeftUpVector:"↿",LeftUpVectorBar:"⥘",LeftVector:"↼",LeftVectorBar:"⥒",lEg:"⪋",leg:"⋚",leq:"≤",leqq:"≦",leqslant:"⩽",les:"⩽",lescc:"⪨",lesdot:"⩿",lesdoto:"⪁",lesdotor:"⪃",lesg:"⋚︀",lesges:"⪓",lessapprox:"⪅",lessdot:"⋖",lesseqgtr:"⋚",lesseqqgtr:"⪋",LessEqualGreater:"⋚",LessFullEqual:"≦",LessGreater:"≶",lessgtr:"≶",LessLess:"⪡",lesssim:"≲",LessSlantEqual:"⩽",LessTilde:"≲",lfisht:"⥼",lfloor:"⌊",Lfr:"𝔏",lfr:"𝔩",lg:"≶",lgE:"⪑",lHar:"⥢",lhard:"↽",lharu:"↼",lharul:"⥪",lhblk:"▄",LJcy:"Љ",ljcy:"љ",Ll:"⋘",ll:"≪",llarr:"⇇",llcorner:"⌞",Lleftarrow:"⇚",llhard:"⥫",lltri:"◺",Lmidot:"Ŀ",lmidot:"ŀ",lmoust:"⎰",lmoustache:"⎰",lnap:"⪉",lnapprox:"⪉",lnE:"≨",lne:"⪇",lneq:"⪇",lneqq:"≨",lnsim:"⋦",loang:"⟬",loarr:"⇽",lobrk:"⟦",LongLeftArrow:"⟵",Longleftarrow:"⟸",longleftarrow:"⟵",LongLeftRightArrow:"⟷",Longleftrightarrow:"⟺",longleftrightarrow:"⟷",longmapsto:"⟼",LongRightArrow:"⟶",Longrightarrow:"⟹",longrightarrow:"⟶",looparrowleft:"↫",looparrowright:"↬",lopar:"⦅",Lopf:"𝕃",lopf:"𝕝",loplus:"⨭",lotimes:"⨴",lowast:"∗",lowbar:"_",LowerLeftArrow:"↙",LowerRightArrow:"↘",loz:"◊",lozenge:"◊",lozf:"⧫",lpar:"(",lparlt:"⦓",lrarr:"⇆",lrcorner:"⌟",lrhar:"⇋",lrhard:"⥭",lrm:"",lrtri:"⊿",lsaquo:"‹",Lscr:"ℒ",lscr:"𝓁",Lsh:"↰",lsh:"↰",lsim:"≲",lsime:"⪍",lsimg:"⪏",lsqb:"[",lsquo:"‘",lsquor:"‚",Lstrok:"Ł",lstrok:"ł",Lt:"≪",LT:"<",lt:"<",ltcc:"⪦",ltcir:"⩹",ltdot:"⋖",lthree:"⋋",ltimes:"⋉",ltlarr:"⥶",ltquest:"⩻",ltri:"◃",ltrie:"⊴",ltrif:"◂",ltrPar:"⦖",lurdshar:"⥊",luruhar:"⥦",lvertneqq:"≨︀",lvnE:"≨︀",macr:"¯",male:"♂",malt:"✠",maltese:"✠",Map:"⤅",map:"↦",mapsto:"↦",mapstodown:"↧",mapstoleft:"↤",mapstoup:"↥",marker:"▮",mcomma:"⨩",Mcy:"М",mcy:"м",mdash:"—",mDDot:"∺",measuredangle:"∡",MediumSpace:" ",Mellintrf:"ℳ",Mfr:"𝔐",mfr:"𝔪",mho:"℧",micro:"µ",mid:"∣",midast:"*",midcir:"⫰",middot:"·",minus:"−",minusb:"⊟",minusd:"∸",minusdu:"⨪",MinusPlus:"∓",mlcp:"⫛",mldr:"…",mnplus:"∓",models:"⊧",Mopf:"𝕄",mopf:"𝕞",mp:"∓",Mscr:"ℳ",mscr:"𝓂",mstpos:"∾",Mu:"Μ",mu:"μ",multimap:"⊸",mumap:"⊸",nabla:"∇",Nacute:"Ń",nacute:"ń",nang:"∠⃒",nap:"≉",napE:"⩰̸",napid:"≋̸",napos:"ʼn",napprox:"≉",natur:"♮",natural:"♮",naturals:"ℕ",nbsp:" ",nbump:"≎̸",nbumpe:"≏̸",ncap:"⩃",Ncaron:"Ň",ncaron:"ň",Ncedil:"Ņ",ncedil:"ņ",ncong:"≇",ncongdot:"⩭̸",ncup:"⩂",Ncy:"Н",ncy:"н",ndash:"–",ne:"≠",nearhk:"⤤",neArr:"⇗",nearr:"↗",nearrow:"↗",nedot:"≐̸",NegativeMediumSpace:"",NegativeThickSpace:"",NegativeThinSpace:"",NegativeVeryThinSpace:"",nequiv:"≢",nesear:"⤨",nesim:"≂̸",NestedGreaterGreater:"≫",NestedLessLess:"≪",NewLine:"\n",nexist:"∄",nexists:"∄",Nfr:"𝔑",nfr:"𝔫",ngE:"≧̸",nge:"≱",ngeq:"≱",ngeqq:"≧̸",ngeqslant:"⩾̸",nges:"⩾̸",nGg:"⋙̸",ngsim:"≵",nGt:"≫⃒",ngt:"≯",ngtr:"≯",nGtv:"≫̸",nhArr:"⇎",nharr:"↮",nhpar:"⫲",ni:"∋",nis:"⋼",nisd:"⋺",niv:"∋",NJcy:"Њ",njcy:"њ",nlArr:"⇍",nlarr:"↚",nldr:"‥",nlE:"≦̸",nle:"≰",nLeftarrow:"⇍",nleftarrow:"↚",nLeftrightarrow:"⇎",nleftrightarrow:"↮",nleq:"≰",nleqq:"≦̸",nleqslant:"⩽̸",nles:"⩽̸",nless:"≮",nLl:"⋘̸",nlsim:"≴",nLt:"≪⃒",nlt:"≮",nltri:"⋪",nltrie:"⋬",nLtv:"≪̸",nmid:"∤",NoBreak:"",NonBreakingSpace:" ",Nopf:"ℕ",nopf:"𝕟",Not:"⫬",not:"¬",NotCongruent:"≢",NotCupCap:"≭",NotDoubleVerticalBar:"∦",NotElement:"∉",NotEqual:"≠",NotEqualTilde:"≂̸",NotExists:"∄",NotGreater:"≯",NotGreaterEqual:"≱",NotGreaterFullEqual:"≧̸",NotGreaterGreater:"≫̸",NotGreaterLess:"≹",NotGreaterSlantEqual:"⩾̸",NotGreaterTilde:"≵",NotHumpDownHump:"≎̸",NotHumpEqual:"≏̸",notin:"∉",notindot:"⋵̸",notinE:"⋹̸",notinva:"∉",notinvb:"⋷",notinvc:"⋶",NotLeftTriangle:"⋪",NotLeftTriangleBar:"⧏̸",NotLeftTriangleEqual:"⋬",NotLess:"≮",NotLessEqual:"≰",NotLessGreater:"≸",NotLessLess:"≪̸",NotLessSlantEqual:"⩽̸",NotLessTilde:"≴",NotNestedGreaterGreater:"⪢̸",NotNestedLessLess:"⪡̸",notni:"∌",notniva:"∌",notnivb:"⋾",notnivc:"⋽",NotPrecedes:"⊀",NotPrecedesEqual:"⪯̸",NotPrecedesSlantEqual:"⋠",NotReverseElement:"∌",NotRightTriangle:"⋫",NotRightTriangleBar:"⧐̸",NotRightTriangleEqual:"⋭",NotSquareSubset:"⊏̸",NotSquareSubsetEqual:"⋢",NotSquareSuperset:"⊐̸",NotSquareSupersetEqual:"⋣",NotSubset:"⊂⃒",NotSubsetEqual:"⊈",NotSucceeds:"⊁",NotSucceedsEqual:"⪰̸",NotSucceedsSlantEqual:"⋡",NotSucceedsTilde:"≿̸",NotSuperset:"⊃⃒",NotSupersetEqual:"⊉",NotTilde:"≁",NotTildeEqual:"≄",NotTildeFullEqual:"≇",NotTildeTilde:"≉",NotVerticalBar:"∤",npar:"∦",nparallel:"∦",nparsl:"⫽⃥",npart:"∂̸",npolint:"⨔",npr:"⊀",nprcue:"⋠",npre:"⪯̸",nprec:"⊀",npreceq:"⪯̸",nrArr:"⇏",nrarr:"↛",nrarrc:"⤳̸",nrarrw:"↝̸",nRightarrow:"⇏",nrightarrow:"↛",nrtri:"⋫",nrtrie:"⋭",nsc:"⊁",nsccue:"⋡",nsce:"⪰̸",Nscr:"𝒩",nscr:"𝓃",nshortmid:"∤",nshortparallel:"∦",nsim:"≁",nsime:"≄",nsimeq:"≄",nsmid:"∤",nspar:"∦",nsqsube:"⋢",nsqsupe:"⋣",nsub:"⊄",nsubE:"⫅̸",nsube:"⊈",nsubset:"⊂⃒",nsubseteq:"⊈",nsubseteqq:"⫅̸",nsucc:"⊁",nsucceq:"⪰̸",nsup:"⊅",nsupE:"⫆̸",nsupe:"⊉",nsupset:"⊃⃒",nsupseteq:"⊉",nsupseteqq:"⫆̸",ntgl:"≹",Ntilde:"Ñ",ntilde:"ñ",ntlg:"≸",ntriangleleft:"⋪",ntrianglelefteq:"⋬",ntriangleright:"⋫",ntrianglerighteq:"⋭",Nu:"Ν",nu:"ν",num:"#",numero:"№",numsp:" ",nvap:"≍⃒",nVDash:"⊯",nVdash:"⊮",nvDash:"⊭",nvdash:"⊬",nvge:"≥⃒",nvgt:">⃒",nvHarr:"⤄",nvinfin:"⧞",nvlArr:"⤂",nvle:"≤⃒",nvlt:"<⃒",nvltrie:"⊴⃒",nvrArr:"⤃",nvrtrie:"⊵⃒",nvsim:"∼⃒",nwarhk:"⤣",nwArr:"⇖",nwarr:"↖",nwarrow:"↖",nwnear:"⤧",Oacute:"Ó",oacute:"ó",oast:"⊛",ocir:"⊚",Ocirc:"Ô",ocirc:"ô",Ocy:"О",ocy:"о",odash:"⊝",Odblac:"Ő",odblac:"ő",odiv:"⨸",odot:"⊙",odsold:"⦼",OElig:"Œ",oelig:"œ",ofcir:"⦿",Ofr:"𝔒",ofr:"𝔬",ogon:"˛",Ograve:"Ò",ograve:"ò",ogt:"⧁",ohbar:"⦵",ohm:"Ω",oint:"∮",olarr:"↺",olcir:"⦾",olcross:"⦻",oline:"‾",olt:"⧀",Omacr:"Ō",omacr:"ō",Omega:"Ω",omega:"ω",Omicron:"Ο",omicron:"ο",omid:"⦶",ominus:"⊖",Oopf:"𝕆",oopf:"𝕠",opar:"⦷",OpenCurlyDoubleQuote:"“",OpenCurlyQuote:"‘",operp:"⦹",oplus:"⊕",Or:"⩔",or:"∨",orarr:"↻",ord:"⩝",order:"ℴ",orderof:"ℴ",ordf:"ª",ordm:"º",origof:"⊶",oror:"⩖",orslope:"⩗",orv:"⩛",oS:"Ⓢ",Oscr:"𝒪",oscr:"ℴ",Oslash:"Ø",oslash:"ø",osol:"⊘",Otilde:"Õ",otilde:"õ",Otimes:"⨷",otimes:"⊗",otimesas:"⨶",Ouml:"Ö",ouml:"ö",ovbar:"⌽",OverBar:"‾",OverBrace:"⏞",OverBracket:"⎴",OverParenthesis:"⏜",par:"∥",para:"¶",parallel:"∥",parsim:"⫳",parsl:"⫽",part:"∂",PartialD:"∂",Pcy:"П",pcy:"п",percnt:"%",period:".",permil:"‰",perp:"⊥",pertenk:"‱",Pfr:"𝔓",pfr:"𝔭",Phi:"Φ",phi:"φ",phiv:"ϕ",phmmat:"ℳ",phone:"☎",Pi:"Π",pi:"π",pitchfork:"⋔",piv:"ϖ",planck:"ℏ",planckh:"ℎ",plankv:"ℏ",plus:"+",plusacir:"⨣",plusb:"⊞",pluscir:"⨢",plusdo:"∔",plusdu:"⨥",pluse:"⩲",PlusMinus:"±",plusmn:"±",plussim:"⨦",plustwo:"⨧",pm:"±",Poincareplane:"ℌ",pointint:"⨕",Popf:"ℙ",popf:"𝕡",pound:"£",Pr:"⪻",pr:"≺",prap:"⪷",prcue:"≼",prE:"⪳",pre:"⪯",prec:"≺",precapprox:"⪷",preccurlyeq:"≼",Precedes:"≺",PrecedesEqual:"⪯",PrecedesSlantEqual:"≼",PrecedesTilde:"≾",preceq:"⪯",precnapprox:"⪹",precneqq:"⪵",precnsim:"⋨",precsim:"≾",Prime:"″",prime:"′",primes:"ℙ",prnap:"⪹",prnE:"⪵",prnsim:"⋨",prod:"∏",Product:"∏",profalar:"⌮",profline:"⌒",profsurf:"⌓",prop:"∝",Proportion:"∷",Proportional:"∝",propto:"∝",prsim:"≾",prurel:"⊰",Pscr:"𝒫",pscr:"𝓅",Psi:"Ψ",psi:"ψ",puncsp:" ",Qfr:"𝔔",qfr:"𝔮",qint:"⨌",Qopf:"ℚ",qopf:"𝕢",qprime:"⁗",Qscr:"𝒬",qscr:"𝓆",quaternions:"ℍ",quatint:"⨖",quest:"?",questeq:"≟",QUOT:'"',quot:'"',rAarr:"⇛",race:"∽̱",Racute:"Ŕ",racute:"ŕ",radic:"√",raemptyv:"⦳",Rang:"⟫",rang:"⟩",rangd:"⦒",range:"⦥",rangle:"⟩",raquo:"»",Rarr:"↠",rArr:"⇒",rarr:"→",rarrap:"⥵",rarrb:"⇥",rarrbfs:"⤠",rarrc:"⤳",rarrfs:"⤞",rarrhk:"↪",rarrlp:"↬",rarrpl:"⥅",rarrsim:"⥴",Rarrtl:"⤖",rarrtl:"↣",rarrw:"↝",rAtail:"⤜",ratail:"⤚",ratio:"∶",rationals:"ℚ",RBarr:"⤐",rBarr:"⤏",rbarr:"⤍",rbbrk:"❳",rbrace:"}",rbrack:"]",rbrke:"⦌",rbrksld:"⦎",rbrkslu:"⦐",Rcaron:"Ř",rcaron:"ř",Rcedil:"Ŗ",rcedil:"ŗ",rceil:"⌉",rcub:"}",Rcy:"Р",rcy:"р",rdca:"⤷",rdldhar:"⥩",rdquo:"”",rdquor:"”",rdsh:"↳",Re:"ℜ",real:"ℜ",realine:"ℛ",realpart:"ℜ",reals:"ℝ",rect:"▭",REG:"®",reg:"®",ReverseElement:"∋",ReverseEquilibrium:"⇋",ReverseUpEquilibrium:"⥯",rfisht:"⥽",rfloor:"⌋",Rfr:"ℜ",rfr:"𝔯",rHar:"⥤",rhard:"⇁",rharu:"⇀",rharul:"⥬",Rho:"Ρ",rho:"ρ",rhov:"ϱ",RightAngleBracket:"⟩",RightArrow:"→",Rightarrow:"⇒",rightarrow:"→",RightArrowBar:"⇥",RightArrowLeftArrow:"⇄",rightarrowtail:"↣",RightCeiling:"⌉",RightDoubleBracket:"⟧",RightDownTeeVector:"⥝",RightDownVector:"⇂",RightDownVectorBar:"⥕",RightFloor:"⌋",rightharpoondown:"⇁",rightharpoonup:"⇀",rightleftarrows:"⇄",rightleftharpoons:"⇌",rightrightarrows:"⇉",rightsquigarrow:"↝",RightTee:"⊢",RightTeeArrow:"↦",RightTeeVector:"⥛",rightthreetimes:"⋌",RightTriangle:"⊳",RightTriangleBar:"⧐",RightTriangleEqual:"⊵",RightUpDownVector:"⥏",RightUpTeeVector:"⥜",RightUpVector:"↾",RightUpVectorBar:"⥔",RightVector:"⇀",RightVectorBar:"⥓",ring:"˚",risingdotseq:"≓",rlarr:"⇄",rlhar:"⇌",rlm:"",rmoust:"⎱",rmoustache:"⎱",rnmid:"⫮",roang:"⟭",roarr:"⇾",robrk:"⟧",ropar:"⦆",Ropf:"ℝ",ropf:"𝕣",roplus:"⨮",rotimes:"⨵",RoundImplies:"⥰",rpar:")",rpargt:"⦔",rppolint:"⨒",rrarr:"⇉",Rrightarrow:"⇛",rsaquo:"›",Rscr:"ℛ",rscr:"𝓇",Rsh:"↱",rsh:"↱",rsqb:"]",rsquo:"’",rsquor:"’",rthree:"⋌",rtimes:"⋊",rtri:"▹",rtrie:"⊵",rtrif:"▸",rtriltri:"⧎",RuleDelayed:"⧴",ruluhar:"⥨",rx:"℞",Sacute:"Ś",sacute:"ś",sbquo:"‚",Sc:"⪼",sc:"≻",scap:"⪸",Scaron:"Š",scaron:"š",sccue:"≽",scE:"⪴",sce:"⪰",Scedil:"Ş",scedil:"ş",Scirc:"Ŝ",scirc:"ŝ",scnap:"⪺",scnE:"⪶",scnsim:"⋩",scpolint:"⨓",scsim:"≿",Scy:"С",scy:"с",sdot:"⋅",sdotb:"⊡",sdote:"⩦",searhk:"⤥",seArr:"⇘",searr:"↘",searrow:"↘",sect:"§",semi:";",seswar:"⤩",setminus:"∖",setmn:"∖",sext:"✶",Sfr:"𝔖",sfr:"𝔰",sfrown:"⌢",sharp:"♯",SHCHcy:"Щ",shchcy:"щ",SHcy:"Ш",shcy:"ш",ShortDownArrow:"↓",ShortLeftArrow:"←",shortmid:"∣",shortparallel:"∥",ShortRightArrow:"→",ShortUpArrow:"↑",shy:"",Sigma:"Σ",sigma:"σ",sigmaf:"ς",sigmav:"ς",sim:"∼",simdot:"⩪",sime:"≃",simeq:"≃",simg:"⪞",simgE:"⪠",siml:"⪝",simlE:"⪟",simne:"≆",simplus:"⨤",simrarr:"⥲",slarr:"←",SmallCircle:"∘",smallsetminus:"∖",smashp:"⨳",smeparsl:"⧤",smid:"∣",smile:"⌣",smt:"⪪",smte:"⪬",smtes:"⪬︀",SOFTcy:"Ь",softcy:"ь",sol:"/",solb:"⧄",solbar:"⌿",Sopf:"𝕊",sopf:"𝕤",spades:"♠",spadesuit:"♠",spar:"∥",sqcap:"⊓",sqcaps:"⊓︀",sqcup:"⊔",sqcups:"⊔︀",Sqrt:"√",sqsub:"⊏",sqsube:"⊑",sqsubset:"⊏",sqsubseteq:"⊑",sqsup:"⊐",sqsupe:"⊒",sqsupset:"⊐",sqsupseteq:"⊒",squ:"□",Square:"□",square:"□",SquareIntersection:"⊓",SquareSubset:"⊏",SquareSubsetEqual:"⊑",SquareSuperset:"⊐",SquareSupersetEqual:"⊒",SquareUnion:"⊔",squarf:"▪",squf:"▪",srarr:"→",Sscr:"𝒮",sscr:"𝓈",ssetmn:"∖",ssmile:"⌣",sstarf:"⋆",Star:"⋆",star:"☆",starf:"★",straightepsilon:"ϵ",straightphi:"ϕ",strns:"¯",Sub:"⋐",sub:"⊂",subdot:"⪽",subE:"⫅",sube:"⊆",subedot:"⫃",submult:"⫁",subnE:"⫋",subne:"⊊",subplus:"⪿",subrarr:"⥹",Subset:"⋐",subset:"⊂",subseteq:"⊆",subseteqq:"⫅",SubsetEqual:"⊆",subsetneq:"⊊",subsetneqq:"⫋",subsim:"⫇",subsub:"⫕",subsup:"⫓",succ:"≻",succapprox:"⪸",succcurlyeq:"≽",Succeeds:"≻",SucceedsEqual:"⪰",SucceedsSlantEqual:"≽",SucceedsTilde:"≿",succeq:"⪰",succnapprox:"⪺",succneqq:"⪶",succnsim:"⋩",succsim:"≿",SuchThat:"∋",Sum:"∑",sum:"∑",sung:"♪",Sup:"⋑",sup:"⊃",sup1:"¹",sup2:"²",sup3:"³",supdot:"⪾",supdsub:"⫘",supE:"⫆",supe:"⊇",supedot:"⫄",Superset:"⊃",SupersetEqual:"⊇",suphsol:"⟉",suphsub:"⫗",suplarr:"⥻",supmult:"⫂",supnE:"⫌",supne:"⊋",supplus:"⫀",Supset:"⋑",supset:"⊃",supseteq:"⊇",supseteqq:"⫆",supsetneq:"⊋",supsetneqq:"⫌",supsim:"⫈",supsub:"⫔",supsup:"⫖",swarhk:"⤦",swArr:"⇙",swarr:"↙",swarrow:"↙",swnwar:"⤪",szlig:"ß",Tab:"\t",target:"⌖",Tau:"Τ",tau:"τ",tbrk:"⎴",Tcaron:"Ť",tcaron:"ť",Tcedil:"Ţ",tcedil:"ţ",Tcy:"Т",tcy:"т",tdot:"⃛",telrec:"⌕",Tfr:"𝔗",tfr:"𝔱",there4:"∴",Therefore:"∴",therefore:"∴",Theta:"Θ",theta:"θ",thetasym:"ϑ",thetav:"ϑ",thickapprox:"≈",thicksim:"∼",ThickSpace:" ",thinsp:" ",ThinSpace:" ",thkap:"≈",thksim:"∼",THORN:"Þ",thorn:"þ",Tilde:"∼",tilde:"˜",TildeEqual:"≃",TildeFullEqual:"≅",TildeTilde:"≈",times:"×",timesb:"⊠",timesbar:"⨱",timesd:"⨰",tint:"∭",toea:"⤨",top:"⊤",topbot:"⌶",topcir:"⫱",Topf:"𝕋",topf:"𝕥",topfork:"⫚",tosa:"⤩",tprime:"‴",TRADE:"™",trade:"™",triangle:"▵",triangledown:"▿",triangleleft:"◃",trianglelefteq:"⊴",triangleq:"≜",triangleright:"▹",trianglerighteq:"⊵",tridot:"◬",trie:"≜",triminus:"⨺",TripleDot:"⃛",triplus:"⨹",trisb:"⧍",tritime:"⨻",trpezium:"⏢",Tscr:"𝒯",tscr:"𝓉",TScy:"Ц",tscy:"ц",TSHcy:"Ћ",tshcy:"ћ",Tstrok:"Ŧ",tstrok:"ŧ",twixt:"≬",twoheadleftarrow:"↞",twoheadrightarrow:"↠",Uacute:"Ú",uacute:"ú",Uarr:"↟",uArr:"⇑",uarr:"↑",Uarrocir:"⥉",Ubrcy:"Ў",ubrcy:"ў",Ubreve:"Ŭ",ubreve:"ŭ",Ucirc:"Û",ucirc:"û",Ucy:"У",ucy:"у",udarr:"⇅",Udblac:"Ű",udblac:"ű",udhar:"⥮",ufisht:"⥾",Ufr:"𝔘",ufr:"𝔲",Ugrave:"Ù",ugrave:"ù",uHar:"⥣",uharl:"↿",uharr:"↾",uhblk:"▀",ulcorn:"⌜",ulcorner:"⌜",ulcrop:"⌏",ultri:"◸",Umacr:"Ū",umacr:"ū",uml:"¨",UnderBar:"_",UnderBrace:"⏟",UnderBracket:"⎵",UnderParenthesis:"⏝",Union:"⋃",UnionPlus:"⊎",Uogon:"Ų",uogon:"ų",Uopf:"𝕌",uopf:"𝕦",UpArrow:"↑",Uparrow:"⇑",uparrow:"↑",UpArrowBar:"⤒",UpArrowDownArrow:"⇅",UpDownArrow:"↕",Updownarrow:"⇕",updownarrow:"↕",UpEquilibrium:"⥮",upharpoonleft:"↿",upharpoonright:"↾",uplus:"⊎",UpperLeftArrow:"↖",UpperRightArrow:"↗",Upsi:"ϒ",upsi:"υ",upsih:"ϒ",Upsilon:"Υ",upsilon:"υ",UpTee:"⊥",UpTeeArrow:"↥",upuparrows:"⇈",urcorn:"⌝",urcorner:"⌝",urcrop:"⌎",Uring:"Ů",uring:"ů",urtri:"◹",Uscr:"𝒰",uscr:"𝓊",utdot:"⋰",Utilde:"Ũ",utilde:"ũ",utri:"▵",utrif:"▴",uuarr:"⇈",Uuml:"Ü",uuml:"ü",uwangle:"⦧",vangrt:"⦜",varepsilon:"ϵ",varkappa:"ϰ",varnothing:"∅",varphi:"ϕ",varpi:"ϖ",varpropto:"∝",vArr:"⇕",varr:"↕",varrho:"ϱ",varsigma:"ς",varsubsetneq:"⊊︀",varsubsetneqq:"⫋︀",varsupsetneq:"⊋︀",varsupsetneqq:"⫌︀",vartheta:"ϑ",vartriangleleft:"⊲",vartriangleright:"⊳",Vbar:"⫫",vBar:"⫨",vBarv:"⫩",Vcy:"В",vcy:"в",VDash:"⊫",Vdash:"⊩",vDash:"⊨",vdash:"⊢",Vdashl:"⫦",Vee:"⋁",vee:"∨",veebar:"⊻",veeeq:"≚",vellip:"⋮",Verbar:"‖",verbar:"|",Vert:"‖",vert:"|",VerticalBar:"∣",VerticalLine:"|",VerticalSeparator:"❘",VerticalTilde:"≀",VeryThinSpace:" ",Vfr:"𝔙",vfr:"𝔳",vltri:"⊲",vnsub:"⊂⃒",vnsup:"⊃⃒",Vopf:"𝕍",vopf:"𝕧",vprop:"∝",vrtri:"⊳",Vscr:"𝒱",vscr:"𝓋",vsubnE:"⫋︀",vsubne:"⊊︀",vsupnE:"⫌︀",vsupne:"⊋︀",Vvdash:"⊪",vzigzag:"⦚",Wcirc:"Ŵ",wcirc:"ŵ",wedbar:"⩟",Wedge:"⋀",wedge:"∧",wedgeq:"≙",weierp:"℘",Wfr:"𝔚",wfr:"𝔴",Wopf:"𝕎",wopf:"𝕨",wp:"℘",wr:"≀",wreath:"≀",Wscr:"𝒲",wscr:"𝓌",xcap:"⋂",xcirc:"◯",xcup:"⋃",xdtri:"▽",Xfr:"𝔛",xfr:"𝔵",xhArr:"⟺",xharr:"⟷",Xi:"Ξ",xi:"ξ",xlArr:"⟸",xlarr:"⟵",xmap:"⟼",xnis:"⋻",xodot:"⨀",Xopf:"𝕏",xopf:"𝕩",xoplus:"⨁",xotime:"⨂",xrArr:"⟹",xrarr:"⟶",Xscr:"𝒳",xscr:"𝓍",xsqcup:"⨆",xuplus:"⨄",xutri:"△",xvee:"⋁",xwedge:"⋀",Yacute:"Ý",yacute:"ý",YAcy:"Я",yacy:"я",Ycirc:"Ŷ",ycirc:"ŷ",Ycy:"Ы",ycy:"ы",yen:"¥",Yfr:"𝔜",yfr:"𝔶",YIcy:"Ї",yicy:"ї",Yopf:"𝕐",yopf:"𝕪",Yscr:"𝒴",yscr:"𝓎",YUcy:"Ю",yucy:"ю",Yuml:"Ÿ",yuml:"ÿ",Zacute:"Ź",zacute:"ź",Zcaron:"Ž",zcaron:"ž",Zcy:"З",zcy:"з",Zdot:"Ż",zdot:"ż",zeetrf:"ℨ",ZeroWidthSpace:"",Zeta:"Ζ",zeta:"ζ",Zfr:"ℨ",zfr:"𝔷",ZHcy:"Ж",zhcy:"ж",zigrarr:"⇝",Zopf:"ℤ",zopf:"𝕫",Zscr:"𝒵",zscr:"𝓏",zwj:"",zwnj:""}),jt.entityMap=jt.HTML_ENTITIES;var Xt={},Zt=M.NAMESPACE,Jt=/[A-Z_a-z\xC0-\xD6\xD8-\xF6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/,Qt=new RegExp("[\\-\\.0-9"+Jt.source.slice(1,-1)+"\\u00B7\\u0300-\\u036F\\u203F-\\u2040]"),Kt=new RegExp("^"+Jt.source+Qt.source+"*(?::"+Jt.source+Qt.source+"*)?$");function te(t,e){this.message=t,this.locator=e,Error.captureStackTrace&&Error.captureStackTrace(this,te)}function ee(){}function ie(t,e){return e.lineNumber=t.lineNumber,e.columnNumber=t.columnNumber,e}function ne(t,e,i,n,s,r){function a(t,e,n){i.attributeNames.hasOwnProperty(t)&&r.fatalError("Attribute "+t+" redefined"),i.addValue(t,e.replace(/[\t\n\r]/g," ").replace(/&#?\w+;/g,s),n)}for(var o,h=++e,l=0;;){var u=t.charAt(h);switch(u){case"=":if(1===l)o=t.slice(e,h),l=3;else{if(2!==l)throw new Error("attribute equal must after attrName");l=3}break;case"'":case'"':if(3===l||1===l){if(1===l&&(r.warning('attribute value must after "="'),o=t.slice(e,h)),e=h+1,!((h=t.indexOf(u,e))>0))throw new Error("attribute value no end '"+u+"' match");a(o,c=t.slice(e,h),e-1),l=5}else{if(4!=l)throw new Error('attribute value must after "="');a(o,c=t.slice(e,h),e),r.warning('attribute "'+o+'" missed start quot('+u+")!!"),e=h+1,l=5}break;case"/":switch(l){case 0:i.setTagName(t.slice(e,h));case 5:case 6:case 7:l=7,i.closed=!0;case 4:case 1:break;case 2:i.closed=!0;break;default:throw new Error("attribute invalid close char('/')")}break;case"":return r.error("unexpected end of input"),0==l&&i.setTagName(t.slice(e,h)),h;case">":switch(l){case 0:i.setTagName(t.slice(e,h));case 5:case 6:case 7:break;case 4:case 1:"/"===(c=t.slice(e,h)).slice(-1)&&(i.closed=!0,c=c.slice(0,-1));case 2:2===l&&(c=o),4==l?(r.warning('attribute "'+c+'" missed quot(")!'),a(o,c,e)):(Zt.isHTML(n[""])&&c.match(/^(?:disabled|checked|selected)$/i)||r.warning('attribute "'+c+'" missed value!! "'+c+'" instead!!'),a(c,c,e));break;case 3:throw new Error("attribute value missed!!")}return h;case"":u=" ";default:if(u<=" ")switch(l){case 0:i.setTagName(t.slice(e,h)),l=6;break;case 1:o=t.slice(e,h),l=2;break;case 4:var c=t.slice(e,h);r.warning('attribute "'+c+'" missed quot(")!!'),a(o,c,e);case 5:l=6}else switch(l){case 2:i.tagName,Zt.isHTML(n[""])&&o.match(/^(?:disabled|checked|selected)$/i)||r.warning('attribute "'+o+'" missed value!! "'+o+'" instead2!!'),a(o,o,e),e=h,l=1;break;case 5:r.warning('attribute space is required"'+o+'"!!');case 6:l=1,e=h;break;case 3:l=4,e=h;break;case 7:throw new Error("elements closed character '/' and '>' must be connected to")}}h++}}function se(t,e,i){for(var n=t.tagName,s=null,r=t.length;r--;){var a=t[r],o=a.qName,h=a.value;if((d=o.indexOf(":"))>0)var l=a.prefix=o.slice(0,d),u=o.slice(d+1),c="xmlns"===l&&u;else u=o,l=null,c="xmlns"===o&&"";a.localName=u,!1!==c&&(null==s&&(s={},oe(i,i={})),i[c]=s[c]=h,a.uri=Zt.XMLNS,e.startPrefixMapping(c,h))}for(r=t.length;r--;)(l=(a=t[r]).prefix)&&("xml"===l&&(a.uri=Zt.XML),"xmlns"!==l&&(a.uri=i[l||""]));var d;(d=n.indexOf(":"))>0?(l=t.prefix=n.slice(0,d),u=t.localName=n.slice(d+1)):(l=null,u=t.localName=n);var p=t.uri=i[l||""];if(e.startElement(p,u,n,t),!t.closed)return t.currentNSMap=i,t.localNSMap=s,!0;if(e.endElement(p,u,n),s)for(l in s)Object.prototype.hasOwnProperty.call(s,l)&&e.endPrefixMapping(l)}function re(t,e,i,n,s){if(/^(?:script|textarea)$/i.test(i)){var r=t.indexOf("</"+i+">",e),a=t.substring(e+1,r);if(/[&<]/.test(a))return/^script$/i.test(i)?(s.characters(a,0,a.length),r):(a=a.replace(/&#?\w+;/g,n),s.characters(a,0,a.length),r)}return e+1}function ae(t,e,i,n){var s=n[i];return null==s&&((s=t.lastIndexOf("</"+i+">"))<e&&(s=t.lastIndexOf("</"+i)),n[i]=s),s<e}function oe(t,e){for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i])}function he(t,e,i,n){if("-"===t.charAt(e+2))return"-"===t.charAt(e+3)?(s=t.indexOf("--\x3e",e+4))>e?(i.comment(t,e+4,s-e-4),s+3):(n.error("Unclosed comment"),-1):-1;if("CDATA["==t.substr(e+3,6)){var s=t.indexOf("]]>",e+9);return i.startCDATA(),i.characters(t,e+9,s-e-9),i.endCDATA(),s+3}var r=function(t,e){var i,n=[],s=/'[^']+'|"[^"]+"|[^\s<>\/=]+=?|(\/?\s*>|<)/g;for(s.lastIndex=e,s.exec(t);i=s.exec(t);)if(n.push(i),i[1])return n}(t,e),a=r.length;if(a>1&&/!doctype/i.test(r[0][0])){var o=r[1][0],h=!1,l=!1;a>3&&(/^public$/i.test(r[2][0])?(h=r[3][0],l=a>4&&r[4][0]):/^system$/i.test(r[2][0])&&(l=r[3][0]));var u=r[a-1];return i.startDTD(o,h,l),i.endDTD(),u.index+u[0].length}return-1}function le(t,e,i){var n=t.indexOf("?>",e);if(n){var s=t.substring(e,n).match(/^<\?(\S*)\s*([\s\S]*?)\s*$/);return s?(s[0].length,i.processingInstruction(s[1],s[2]),n+2):-1}return-1}function ue(){this.attributeNames={}}te.prototype=new Error,te.prototype.name=te.name,ee.prototype={parse:function(t,e,i){var n=this.domBuilder;n.startDocument(),oe(e,e={}),function(t,e,i,n,s){function r(t){var e=t.slice(1,-1);return Object.hasOwnProperty.call(i,e)?i[e]:"#"===e.charAt(0)?function(t){if(t>65535){var e=55296+((t-=65536)>>10),i=56320+(1023&t);return String.fromCharCode(e,i)}return String.fromCharCode(t)}(parseInt(e.substr(1).replace("x","0x"))):(s.error("entity not found:"+t),t)}function a(e){if(e>f){var i=t.substring(f,e).replace(/&#?\w+;/g,r);c&&o(f),n.characters(i,0,e-f),f=e}}function o(e,i){for(;e>=l&&(i=u.exec(t));)h=i.index,l=h+i[0].length,c.lineNumber++;c.columnNumber=e-h+1}for(var h=0,l=0,u=/.*(?:\r\n?|\n)|.*$/g,c=n.locator,d=[{currentNSMap:e}],p={},f=0;;){try{var m=t.indexOf("<",f);if(m<0){if(!t.substr(f).match(/^\s*$/)){var g=n.doc,y=g.createTextNode(t.substr(f));g.appendChild(y),n.currentElement=y}return}switch(m>f&&a(m),t.charAt(m+1)){case"/":var v=t.indexOf(">",m+3),x=t.substring(m+2,v).replace(/[ \t\n\r]+$/g,""),b=d.pop();v<0?(x=t.substring(m+2).replace(/[\s<].*/,""),s.error("end tag name: "+x+" is not complete:"+b.tagName),v=m+1+x.length):x.match(/\s</)&&(x=x.replace(/[\s<].*/,""),s.error("end tag name: "+x+" maybe not complete"),v=m+1+x.length);var w=b.localNSMap,_=b.tagName==x;if(_||b.tagName&&b.tagName.toLowerCase()==x.toLowerCase()){if(n.endElement(b.uri,b.localName,x),w)for(var S in w)Object.prototype.hasOwnProperty.call(w,S)&&n.endPrefixMapping(S);_||s.fatalError("end tag name: "+x+" is not match the current start tagName:"+b.tagName)}else d.push(b);v++;break;case"?":c&&o(m),v=le(t,m,n);break;case"!":c&&o(m),v=he(t,m,n,s);break;default:c&&o(m);var E=new ue,M=d[d.length-1].currentNSMap,A=(v=ne(t,m,E,M,r,s),E.length);if(!E.closed&&ae(t,v,E.tagName,p)&&(E.closed=!0,i.nbsp||s.warning("unclosed xml attribute")),c&&A){for(var T=ie(c,{}),C=0;C<A;C++){var I=E[C];o(I.offset),I.locator=ie(c,{})}n.locator=T,se(E,n,M)&&d.push(E),n.locator=c}else se(E,n,M)&&d.push(E);Zt.isHTML(E.uri)&&!E.closed?v=re(t,v,E.tagName,r,n):v++}}catch(t){if(t instanceof te)throw t;s.error("element parse error: "+t),v=-1}v>f?f=v:a(Math.max(m,f)+1)}}(t,e,i,n,this.errorHandler),n.endDocument()}},ue.prototype={setTagName:function(t){if(!Kt.test(t))throw new Error("invalid tagName:"+t);this.tagName=t},addValue:function(t,e,i){if(!Kt.test(t))throw new Error("invalid attribute:"+t);this.attributeNames[t]=this.length,this[this.length++]={qName:t,value:e,offset:i}},length:0,getLocalName:function(t){return this[t].localName},getLocator:function(t){return this[t].locator},getQName:function(t){return this[t].qName},getURI:function(t){return this[t].uri},getValue:function(t){return this[t].value}},Xt.XMLReader=ee,Xt.ParseError=te;var ce=M,de=$t,pe=Xt,fe=E.DOMImplementation,me=ce.NAMESPACE,ge=pe.ParseError,ye=pe.XMLReader;function ve(t){return t.replace(/\r[\n\u0085]/g,"\n").replace(/[\r\u0085\u2028]/g,"\n")}function xe(t){this.options=t||{locator:{}}}function be(){this.cdata=!1}function we(t,e){e.lineNumber=t.lineNumber,e.columnNumber=t.columnNumber}function _e(t,e,i){return"string"==typeof t?t.substr(e,i):t.length>=e+i||e?new java.lang.String(t,e,i)+"":t}function Se(t,e){t.currentElement?t.currentElement.appendChild(e):t.doc.appendChild(e)}xe.prototype.parseFromString=function(t,e){var i=this.options,n=new ye,s=i.domBuilder||new be,r=i.errorHandler,a=i.locator,o=i.xmlns||{},h=/\/x?html?$/.test(e),l=h?de.HTML_ENTITIES:de.XML_ENTITIES;a&&s.setDocumentLocator(a),n.errorHandler=function(t,e,i){if(!t){if(e instanceof be)return e;t=e}var n={},s=t instanceof Function;function r(e){var r=t[e];!r&&s&&(r=2==t.length?function(i){t(e,i)}:t),n[e]=r&&function(t){r("[xmldom "+e+"]\t"+t+function(t){if(t)return"\n@"+(t.systemId||"")+"#[line:"+t.lineNumber+",col:"+t.columnNumber+"]"}(i))}||function(){}}return i=i||{},r("warning"),r("error"),r("fatalError"),n}(r,s,a),n.domBuilder=i.domBuilder||s,h&&(o[""]=me.HTML),o.xml=o.xml||me.XML;var u=i.normalizeLineEndings||ve;return t&&"string"==typeof t?n.parse(u(t),o,l):n.errorHandler.error("invalid doc source"),s.doc},be.prototype={startDocument:function(){this.doc=(new fe).createDocument(null,null,null),this.locator&&(this.doc.documentURI=this.locator.systemId)},startElement:function(t,e,i,n){var s=this.doc,r=s.createElementNS(t,i||e),a=n.length;Se(this,r),this.currentElement=r,this.locator&&we(this.locator,r);for(var o=0;o<a;o++){t=n.getURI(o);var h=n.getValue(o),l=(i=n.getQName(o),s.createAttributeNS(t,i));this.locator&&we(n.getLocator(o),l),l.value=l.nodeValue=h,r.setAttributeNode(l)}},endElement:function(t,e,i){var n=this.currentElement;n.tagName,this.currentElement=n.parentNode},startPrefixMapping:function(t,e){},endPrefixMapping:function(t){},processingInstruction:function(t,e){var i=this.doc.createProcessingInstruction(t,e);this.locator&&we(this.locator,i),Se(this,i)},ignorableWhitespace:function(t,e,i){},characters:function(t,e,i){if(t=_e.apply(this,arguments)){if(this.cdata)var n=this.doc.createCDATASection(t);else n=this.doc.createTextNode(t);this.currentElement?this.currentElement.appendChild(n):/^\s*$/.test(t)&&this.doc.appendChild(n),this.locator&&we(this.locator,n)}},skippedEntity:function(t){},endDocument:function(){this.doc.normalize()},setDocumentLocator:function(t){(this.locator=t)&&(t.lineNumber=0)},comment:function(t,e,i){t=_e.apply(this,arguments);var n=this.doc.createComment(t);this.locator&&we(this.locator,n),Se(this,n)},startCDATA:function(){this.cdata=!0},endCDATA:function(){this.cdata=!1},startDTD:function(t,e,i){var n=this.doc.implementation;if(n&&n.createDocumentType){var s=n.createDocumentType(t,e,i);this.locator&&we(this.locator,s),Se(this,s),this.doc.doctype=s}},warning:function(t){},error:function(t){},fatalError:function(t){throw new ge(t,this.locator)}},"endDTD,startEntity,endEntity,attributeDecl,elementDecl,externalEntityDecl,internalEntityDecl,resolveEntity,getExternalSubset,notationDecl,unparsedEntityDecl".replace(/\w+/g,(function(t){be.prototype[t]=function(){return null}})),Gt.__DOMHandler=be,Gt.normalizeLineEndings=ve,Gt.DOMParser=xe;var Ee=Gt.DOMParser;const Me="undefined"!=typeof window?window:"undefined"!=typeof WorkerGlobalScope?self:{document:void 0,tinyEngine:void 0};Me.Path2D||function(t){if(!t||!t.CanvasRenderingContext2D||t.Path2D)return;const{CanvasRenderingContext2D:e}=t,i=null==e?void 0:e.prototype.fill,n=null==e?void 0:e.prototype.stroke,s=null==e?void 0:e.prototype.isPointInPath;e.prototype.fill=function(...t){if(!(t[0]instanceof g)){const e=t[0]||"nonzero";return i.apply(this,[e])}{const e=t[0],n=t[1]||"nonzero";y(this,e.commands),i.apply(this,[n])}},e.prototype.stroke=function(t){t&&y(this,t.commands),n.apply(this)},e.prototype.isPointInPath=function(...t){if(t[0]instanceof g){const e=t[0],i=t[1],n=t[2],r=t[3]||"nonzero";return y(this,e.commands),s.apply(this,[i,n,r])}return s.apply(this,t)},t.Path2D=g}(Me),Me.DOMParser||(Me.DOMParser=Ee);const Ae={window:Me,version:"2.0.20",isBrowser:"undefined"!=typeof window&&("[object Window]"==={}.toString.call(window)||"[object global]"==={}.toString.call(window)),dpr:1,document:Me.document,time:0,deltaTime:0,config:w},Te=(t,e,i)=>Math.max(e,Math.min(i,t)),Ce=(t,e=1e-6)=>Math.abs(t)<e?0:t<0?-1:1,Ie=t=>t*(Math.PI/180),De=(t,e,i)=>(1-i)*t+i*e,Le={transparent:"rgba(1, 1, 1, 0)",green:"#45b787",darkGreen:"#21532fff",blue:"#6e9bc5",darkBlue:"#2775b6",red:"#F26666",darkRed:"#D95970",brown:"#ECD2B9",darkBrown:"#BF9D8A",yellow:"#ECDEC0",darkYellow:"#D0AC57",lightGray:"#e0e0e0",gray:"#beb6b6",darkGray:"#918883",white:"#F2F2F2",darkWhite:"#ececec",lightBlack:"#2E3032",black:"#182327",blackAlpha5:"rgba(0, 0, 0, 0.5)"},Be={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},Pe={h:0,s:0,l:0},ke={h:0,s:0,l:0};function Ne(t,e,i){return i<0&&(i+=1),i>1&&(i-=1),i<1/6?t+6*(e-t)*i:i<.5?e:i<2/3?t+6*(e-t)*(2/3-i):t}const Oe=/^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3}|[A-Fa-f0-9]{8})$|rgb\(\s*\d+\s*,\s*\d+\s*,\s*\d+\s*\)|rgba\(\s*\d+\s*,\s*\d+\s*,\s*\d+\s*,\s*[\d.]+\s*\)/;let Re=class t{constructor(t,e,i,n){return d(this,"isColor",!0),d(this,"r",1),d(this,"g",1),d(this,"b",1),d(this,"a",1),void 0===e&&void 0===i?this.set(t):this.setRGBA(t,e,i,n)}static isColor(t){return"string"==typeof t?Oe.test(t):"number"==typeof t&&Number.isInteger(t)&&t>=0&&t<=16777215&&6===t.toString(6).length}static getRandomStyle(t){return t?ze.random().setA(t).getStyle():ze.random().getStyle()}static getDarken(t,e=.8){return ze.set(t).getHSL(He),ze.setHSL(He.h,He.s,He.l*e).getStyle()}static getLighten(t,e=1.2){return this.getDarken(t,e)}static getContrast(t){return ze.set(t),ze.getContrastString()}static getArray(t){return ze.set(t).toArray()}static getComplementary(t){return ze.set(t),ze.getComplementaryString()}static getMoreTransparent(t,e){return ze.set(t).setA(e).getStyle()}set(t){return t&&t.isColor?this.copy(t):"number"==typeof t?this.setHex(t):"string"==typeof t&&this.setStyle(t),this}random(){return this.setHex(Math.floor(Math.random()*(1<<24)))}setScalar(t){return this.r=t,this.g=t,this.b=t,this.a=1,this}setHex(t){return t=Math.floor(t),this.r=(t>>16&255)/255,this.g=(t>>8&255)/255,this.b=(255&t)/255,this.a=1,this}setR(t){return this.r=t,this}setG(t){return this.g=t,this}setB(t){return this.b=t,this}setA(t){return this.a=t,this}setRGB(t,e,i){return this.setRGBA(t,e,i,this.a)}setRGBA(t,e,i,n=1){return this.r=t,this.g=e,this.b=i,this.a=n,this}setHSL(t,e,i,n=1){if(t=(t%1+1)%1,e=Te(e,0,1),i=Te(i,0,1),0===e)this.r=this.g=this.b=i;else{const n=i<=.5?i*(1+e):i+e-i*e,s=2*i-n;this.r=Ne(s,n,t+1/3),this.g=Ne(s,n,t),this.b=Ne(s,n,t-1/3)}return this.a=n,this}setStyle(t){let e;if(e=/^((?:rgb|hsl)a?)\(([^\)]*)\)/.exec(t)){let t;const i=e[1],n=e[2];switch(i){case"rgb":case"rgba":if(t=/^\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*(?:,\s*(\d*\.?\d+)\s*)?$/.exec(n))return this.r=Math.min(255,parseInt(t[1],10))/255,this.g=Math.min(255,parseInt(t[2],10))/255,this.b=Math.min(255,parseInt(t[3],10))/255,this.a=Math.max(Math.min(1,void 0!==t[4]?parseFloat(t[4]):1),0),this;if(t=/^\s*(\d+)\%\s*,\s*(\d+)\%\s*,\s*(\d+)\%\s*(?:,\s*(\d*\.?\d+)\s*)?$/.exec(n))return this.r=Math.min(100,parseInt(t[1],10))/100,this.g=Math.min(100,parseInt(t[2],10))/100,this.b=Math.min(100,parseInt(t[3],10))/100,this.a=Math.max(Math.min(1,void 0!==t[4]?parseFloat(t[4]):1),0),this;break;case"hsl":case"hsla":if(t=/^\s*(\d*\.?\d+)\s*,\s*(\d+)\%\s*,\s*(\d+)\%\s*(?:,\s*(\d*\.?\d+)\s*)?$/.exec(n)){const e=parseFloat(t[1])/360,i=parseInt(t[2],10)/100,n=parseInt(t[3],10)/100,s=Math.max(Math.min(1,void 0!==t[4]?parseFloat(t[4]):1),0);return this.setHSL(e,i,n,s)}}}else if(e=/^\#([A-Fa-f\d]+)$/.exec(t)){const t=e[1],i=t.length;if(3===i)return this.r=parseInt(t.charAt(0)+t.charAt(0),16)/255,this.g=parseInt(t.charAt(1)+t.charAt(1),16)/255,this.b=parseInt(t.charAt(2)+t.charAt(2),16)/255,this.a=1,this;if(6===i)return this.r=parseInt(t.charAt(0)+t.charAt(1),16)/255,this.g=parseInt(t.charAt(2)+t.charAt(3),16)/255,this.b=parseInt(t.charAt(4)+t.charAt(5),16)/255,this.a=1,this}return t&&t.length>0?this.setColorName(t):this}setColorName(t){const e=Be[t.toLowerCase()];return void 0!==e&&this.setHex(e),this}clone(){return new t(this.r,this.g,this.b,this.a)}copy(t){return this.r=t.r,this.g=t.g,this.b=t.b,this.a=t.a,this}getRGB(e=new t){return e.setRGB(this.r,this.g,this.b)}getRGBByBg(e=new t){const i=this.a,n=i*this.r+(1-i)*e.r,s=i*this.g+(1-i)*e.g,r=i*this.b+(1-i)*e.b;return new t(n,s,r)}getHex(){return Te(255*this.r,0,255)<<16^Te(255*this.g,0,255)<<8^Te(255*this.b,0,255)}getHSL(t){const e=this.r,i=this.g,n=this.b,s=Math.max(e,i,n),r=Math.min(e,i,n);let a,o=0;const h=(r+s)/2;if(r===s)o=0,a=0;else{const t=s-r;switch(a=h<=.5?t/(s+r):t/(2-s-r),s){case e:o=(i-n)/t+(i<n?6:0);break;case i:o=(n-e)/t+2;break;case n:o=(e-i)/t+4}o/=6}return t.h=o,t.s=a,t.l=h,t}getStyle(){return 1===this.a?`rgb(${255*this.r|0},${255*this.g|0},${255*this.b|0})`:`rgba(${255*this.r|0},${255*this.g|0},${255*this.b|0},${this.a||1})`}getHexString(){return"#"+("000000"+this.getHex().toString(16)).slice(-6)}getBrightness(){let t=(255*this.r*299+255*this.g*587+255*this.b*144)/1e3;return t+=(255-t)*(255-255*this.a)/255,t}getContrastString(){return this.getBrightness()>125?"#2f2f2f":"#f2f2f2"}getComplementary(e=new t){const i=this.toArray(),n=[0,0,0,1];for(let t=0;t<i.length;t++)if(t<3)n[t]=1-i[t];else{if(3!==t)continue;i[t]>1||i[t]<=0?n[t]=1:n[t]=Math.max(Math.min(parseFloat(i[t].toFixed(2)),1),0)}return e.setRGBA(n[0],n[1],n[2],parseFloat(n[3].toFixed(2)))}getComplementaryString(){return this.getComplementary().getStyle()}getLightenOrDarken(e){if(void 0===e||e>=1)return this.getHexString();const i=this.getRGBByBg(),n=i.r*e+(1-e),s=i.g*e+(1-e),r=i.b*e+(1-e);return new t(n,s,r).getHexString()}getNormalized(){return[parseFloat(Math.max(Math.min(this.r,1),0).toFixed(2)),parseFloat(Math.max(Math.min(this.g,1),0).toFixed(2)),parseFloat(Math.max(Math.min(this.b,1),0).toFixed(2)),parseFloat(Math.max(Math.min(this.a,1),0).toFixed(2))]}getNormalized3(){return[parseFloat(Math.max(Math.min(this.r,1),0).toFixed(2)),parseFloat(Math.max(Math.min(this.g,1),0).toFixed(2)),parseFloat(Math.max(Math.min(this.b,1),0).toFixed(2))]}offsetHSL(t,e,i){return this.getHSL(Pe),Pe.h+=t,Pe.s+=e,Pe.l+=i,this.setHSL(Pe.h,Pe.s,Pe.l),this}add(t){return this.r+=t.r,this.g+=t.g,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+=t,this.g+=t,this.b+=t,this}sub(t){return this.r=Math.max(0,this.r-t.r),this.g=Math.max(0,this.g-t.g),this.b=Math.max(0,this.b-t.b),this}multiply(t){return this.r*=t.r,this.g*=t.g,this.b*=t.b,this}multiplyScalar(t){return this.r*=t,this.g*=t,this.b*=t,this}lerp(t,e){return 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,i){return this.r=t.r+(e.r-t.r)*i,this.g=t.g+(e.g-t.g)*i,this.b=t.b+(e.b-t.b)*i,this}lerpHSL(t,e){this.getHSL(Pe),t.getHSL(ke);const i=De(Pe.h,ke.h,e),n=De(Pe.s,ke.s,e),s=De(Pe.l,ke.l,e);return this.setHSL(i,n,s),this}equals(t){return t.r===this.r&&t.g===this.g&&t.b===this.b}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=[0,0,0,0],e=0){return t[e]=this.r,t[e+1]=this.g,t[e+2]=this.b,t[e+3]=this.a,t}fromBufferAttribute(t,e){return this.r=t.getX(e),this.g=t.getY(e),this.b=t.getZ(e),!0===t.normalized&&(this.r/=255,this.g/=255,this.b/=255),this}toJSON(){return this.getHex()}*[Symbol.iterator](){yield this.r,yield this.g,yield this.b}};const ze=new Re,He={h:0,s:0,l:0};let We=class t{constructor(t=0,e=0,i){d(this,"isVector2",!0),d(this,"x",0),d(this,"y",0),d(this,"z"),this.x=t,this.y=e,this.z=i||0}static isZero(t){return 0===t.x&&0===t.y}static isEmpty(t){return!Number.isFinite(t.x)&&!Number.isFinite(t.y)}static equals(t,e,i=!0){return i?t.x===e.x&&t.y===e.y:Math.abs(t.x-e.x)<Ue&&Math.abs(t.y-e.y)<Ue}static getInt32Array(t,e=2){const i=new ArrayBuffer(t.length*e*4),n=new Int32Array(i);for(let e=0,i=t.length;e<i;e++)n[2*e]=t[e].x,n[2*e+1]=t[e].y;return n}static getFloat64Array(t,e=2){const i=new ArrayBuffer(t.length*e*8),n=new Float64Array(i);for(let e=0,i=t.length;e<i;e++)n[2*e]=t[e].x,n[2*e+1]=t[e].y;return n}static getVectors(e){const i=[];for(let n=0,s=e.length;n<s;n++)i.push(new t(e[n].x,e[n].y));return i}static getStrings(e){const i=[];if(!e||!e.length)return"";for(let n=0,s=e.length;n<s;n++)i.push(t.getString(e[n]));return i.join(",")}static getString(t){return`${t.x},${t.y}`}static getLength(t){return Math.sqrt(t.x*t.x+t.y*t.y)}static getDistance(t,e){return Math.sqrt((t.x-e.x)*(t.x-e.x)+(t.y-e.y)*(t.y-e.y))}static distanceToPolygon(t,e){let i=1/0;for(let n=0,s=e.length-1;n<e.length;s=n++){const r=e[n].x,a=e[n].y,o=e[s].x-r,h=e[s].y-a,l=Math.sqrt(o*o+h*h);if(l>0){const e=Math.max(0,Math.min(1,((t.x-r)*o+(t.y-a)*h)/(l*l))),n=r+e*o,s=a+e*h,u=Math.sqrt((t.x-n)*(t.x-n)+(t.y-s)*(t.y-s));i=Math.min(i,u)}}return i}static dot(t,e){return t.x*e.x+t.y*e.y}static cross(t,e){return t.x*e.y-t.y*e.x}static sub(e,i){return(new t).subVectors(e,i)}static isPointOnSegment(t,e,i){return 0===Ce(this.sub(t,i).cross(this.sub(e,i)))&&Ce(this.sub(t,i).dot(this.sub(e,i)))<=0}static angle(t,e,i){return i?Math.atan2(t.y-e.y,t.x-e.x):(t=>{let e=t*(180/Math.PI);return e<0&&(e+=360),e>360&&(e-=360),e})(Math.atan2(t.y-e.y,t.x-e.x))}static getSamplingPoints(t,e=100){let i=this.getClothoidPoints(t,e),n=0;for(let t=0,e=i.length;t<e;t++){let e=Math.max(0,t-1);t>0?n+=this.getDistance(i[e],i[e+1]):n=0,i[t].l=Math.round(n);let s=this.angle(i[e+1],i[e]);i[t].a=Math.round(100*s)/100}return i}static getClothoidPoints(e,i=100){let n=[],s=e.concat([]);if(!s||s.length<2)return n;2===s.length?(s.push(s[1]),s.unshift(s[0])):3===s.length&&s.splice(2,0,s[1]);for(let e=0;e<s.length-3;e+=3){let r=new t(s[e].x,s[e].y),a=new t(s[e+1].x,s[e+1].y),o=new t(s[e+2].x,s[e+2].y),h=new t(s[e+3].x,s[e+3].y),l=0;l+=r.distanceTo(a),l+=a.distanceTo(o),l+=o.distanceTo(h);let u=Math.min(.5,1/(l/i));for(let t=u;t<1;t+=u){let e=3*(a.x-r.x),i=3*(o.x-a.x)-e,s=h.x-r.x-e-i,l=3*(a.y-r.y),u=3*(o.y-a.y)-l,c=h.y-r.y-l-u,d=s*Math.pow(t,3)+i*Math.pow(t,2)+e*t+r.x,p=c*Math.pow(t,3)+u*Math.pow(t,2)+l*t+r.y;n.push({x:Math.round(d),y:Math.round(p),a:0,l:0})}}return n.unshift({x:s[0].x,y:s[0].y,a:0,l:0}),n.push({x:s[s.length-1].x,y:s[s.length-1].y,a:0,l:0}),n}static getClothoidLength(t){let e=0;if(t.length>2)for(let i=0;i<t.length;i++){let n=Math.max(0,i-1);i>0&&(e+=this.getDistance(t[n],t[n+1]))}return e}static getCircleCenterByChord(e,i,n,s=!0,r=new t){const a=this.getDistance(e,i);if(0===a)return r.x=1/0,r.y=1/0,r;Fe.set((e.x+i.x)/2,(e.y+i.y)/2);const o=Math.sqrt(n*n-a*a/4),h=s?-1:1;return r.x=Fe.x+h*o*(i.y-e.y)/a,r.y=Fe.y-h*o*(i.x-e.x)/a,r}static isPointInCircle(t,e,i){return this.getDistance(i,t)<e}static isPointInConvexHull(t,e){let i=!1;const n=e.length;for(let s=0,r=n-1;s<n;r=s++){const n=e[s],a=e[r];if(Math.min(n.x,a.x)<=t.x&&t.x<=Math.max(n.x,a.x)&&Math.min(n.y,a.y)<=t.y&&t.y<=Math.max(n.y,a.y)){const e=(a.x-n.x)*(t.y-n.y)-(a.y-n.y)*(t.x-n.x);if(Math.abs(e)<1e-12)return!0}n.y>t.y!=a.y>t.y&&t.x<(a.x-n.x)*(t.y-n.y)/(a.y-n.y)+n.x&&(i=!i)}return i}static isPointInPolygon(t,e){let i=!1;for(let n=0,s=e.length-1;n<e.length;s=n++){const r=e[n].x,a=e[n].y,o=e[s].x,h=e[s].y;a>t.y!=h>t.y&&t.x<(o-r)*(t.y-a)/(h-a)+r&&(i=!i)}return i}static isPointInPolygonByRay(e,i){let n=0;const s=(new t).copy(e),r=new t,a=new t;for(let t=0;t<i.length;t++){t===i.length-1?(r.copy(i[t]),a.copy(i[0])):(r.copy(i[t]),a.copy(i[t+1]));let e=[r.y,a.y].sort(((t,e)=>t-e));e[0]<s.y&&e[1]>s.y&&(r.x<s.x||a.x<s.x)&&n++}return n%2==1}static getIntersectionOfSegments(e,i,n,s,r=!1,a=new t){const o=(s.y-n.y)*(i.x-e.x)-(s.x-n.x)*(i.y-e.y);if(0===o)return a.makeEmpty();const h=((s.x-n.x)*(e.y-n.y)-(s.y-n.y)*(e.x-n.x))/o,l=((i.x-e.x)*(e.y-n.y)-(i.y-e.y)*(e.x-n.x))/o;return r&&(h<0||h>1||l<0||l>1)?a.makeEmpty():(a.x=e.x+h*(i.x-e.x),a.y=e.y+h*(i.y-e.y),a)}static getConvexHullByGrahamScan(t,e=!1,i=[]){if(!t||!t.length)return i;const n=t.length;let s=0;for(let e=0;e<n;e++)t[e].x<t[s].x&&(s=e);let r,a=s;do{i.push(t[a]),r=(a+1)%n;for(let e=0;e<n;e++)this.whichSideOfSegment(t[a],t[e],t[r])>0&&(r=e);a=r}while(a!==s);return e&&i.push(t[s]),i}static whichSideOfSegment(t,e,i){return(e.x-t.x)*(i.y-t.y)-(i.x-t.x)*(e.y-t.y)}static getPointsWithMatrix3(t,e){const i=[];if(!t)return i;for(let n=0,s=t.length;n<s;n++)i.push({x:e.elements[0]*t[n].x+e.elements[3]*t[n].y+e.elements[6],y:e.elements[1]*t[n].x+e.elements[4]*t[n].y+e.elements[7]});return i}static getPointsApplyMatrix3(t,e=[]){for(let i=0,n=e.length;i<n;i++){const n=t.elements[0]*e[i].x+t.elements[3]*e[i].y+t.elements[6],s=t.elements[1]*e[i].x+t.elements[4]*e[i].y+t.elements[7];e[i].x=n,e[i].y=s}return e}static getCentral(e,i=new t){let n=0,s=0;for(let t=0,i=e.length;t<i;t++)n+=e[t].x,s+=e[t].y;return i.set(n/e.length,s/e.length)}static getCentralByNumbers2(e,i=new t){let n=0,s=0;for(let t=0,i=e.length;t<i;t+=2)n+=e[t],s+=e[t+1];const r=e.length/2;return i.set(n/r,s/r)}static getCentroidByNumbers2(e,i=new t){if(!e||0===e.length)return i.set(0,0);if(e.length<6)return this.getCentralByNumbers2(e,i);let n=0,s=0,r=0;for(let t=0;t<e.length;t+=2){const i=(t+2)%e.length,a=e[t]*e[i+1]-e[i]*e[t+1];n+=a,s+=(e[t]+e[i])*a,r+=(e[t+1]+e[i+1])*a}return n/=2,Math.abs(n)<1e-10?this.getCentralByNumbers2(e,i):(s/=6*n,r/=6*n,i.set(s,r))}static getPoleOfInaccessibility(e,i=new t,n=1){const s=new t;t.getCentroidByNumbers2(e,s);const r=[];for(let t=0;t<e.length;t+=2)r.push({x:e[t],y:e[t+1]});let a={x:s.x,y:s.y},o=this.distanceToPolygon(a,r);for(let t=0;t<20;t++){const e=2*Math.PI*t/20,i=20*Math.random(),n={x:s.x+i*Math.cos(e),y:s.y+i*Math.sin(e)};if(this.isPointInPolygon(n,r)){const t=this.distanceToPolygon(n,r);t>o&&(o=t,a=n)}}return i.set(a.x,a.y),i.z=o,i}add(t){return this.x+=t.x,this.y+=t.y,this}addScalar(t,e){return this.x+=t,this.y+=e||t,this}addScaledVector(t,e){return this.x+=t.x*e,this.y+=t.y*e,this}addVectors(t,e){return this.x=t.x+e.x,this.y=t.y+e.y,this}angle(){return Math.atan2(-this.y,-this.x)+Math.PI}applyMatrix3(t){const e=this.x,i=this.y,n=t.elements;return this.x=n[0]*e+n[3]*i+n[6],this.y=n[1]*e+n[4]*i+n[7],this}ceil(){return this.x=Math.ceil(this.x),this.y=Math.ceil(this.y),this}ceilToZero(){return this.x=this.x<0?Math.floor(this.x):Math.ceil(this.x),this.y=this.y<0?Math.floor(this.y):Math.ceil(this.y),this}clamp(t,e){return this.x=Math.max(t.x,Math.min(e.x,this.x)),this.y=Math.max(t.y,Math.min(e.y,this.y)),this}clampLength(t,e){const i=this.length();return this.divideScalar(i||1).multiplyScalar(Math.max(t,Math.min(e,i)))}clampScalar(t,e){return this.x=Math.max(t,Math.min(e,this.x)),this.y=Math.max(t,Math.min(e,this.y)),this}clone(){return new t(this.x,this.y)}copy(t){return this.x=t.x,this.y=t.y,this}cross(t){return this.x*t.y-this.y*t.x}distanceTo(t){return Math.sqrt(this.distanceToSquared(t))}distanceToSquared(t){const e=this.x-t.x,i=this.y-t.y;return e*e+i*i}divide(t){return this.x/=t.x,this.y/=t.y,this}divideScalar(t){return this.multiplyScalar(1/t)}dot(t){return this.x*t.x+this.y*t.y}equals(t,e=!0){return e?t.x===this.x&&t.y===this.y:Math.abs(t.x-this.x)<Ue&&Math.abs(t.y-this.y)<Ue}equalsXY(){return Math.abs(this.x-this.y)<Ue}floor(){return this.x=Math.floor(this.x),this.y=Math.floor(this.y),this}floorToZero(){return this.roundToZero()}fromArray(t,e=0){return this.x=t[e],this.y=t[e+1],this.z=t[e+2],this}fromBufferAttribute(t,e){return this.x=t.getX(e),this.y=t.getY(e),this}getComponent(t){switch(t){case 0:return this.x;case 1:return this.y;case 2:return this.z;default:throw new Error("out of range: "+t)}}identity(){return this.set(0,0)}isEmpty(){return!Number.isFinite(this.x)&&!Number.isFinite(this.y)}isZero(){return 0===this.x&&0===this.y}length(){return Math.sqrt(this.dot(this))}lerp(t,e){return this.x+=(t.x-this.x)*e,this.y+=(t.y-this.y)*e,this}lerpVectors(t,e,i){return this.x=t.x+(e.x-t.x)*i,this.y=t.y+(e.y-t.y)*i,this}makeEmpty(){return this.x=1/0,this.y=1/0,this}manhattanDistanceTo(t){return Math.abs(this.x-t.x)+Math.abs(this.y-t.y)}manhattanLength(){return Math.abs(this.x)+Math.abs(this.y)}max(t){return this.x=Math.max(this.x,t.x),this.y=Math.max(this.y,t.y),this}maxXY(t,e){return this.x=Math.max(this.x,t),this.y=Math.max(this.y,e),this}min(t){return this.x=Math.min(this.x,t.x),this.y=Math.min(this.y,t.y),this}minXY(t,e){return this.x=Math.min(this.x,t),this.y=Math.min(this.y,e),this}multiply(t){return this.x*=t.x,this.y*=t.y,this}multiplyScalar(t,e){return this.x*=t,this.y*=e||t,this}multiplyVectors(t,e){return this.x=t.x*e.x,this.y=t.y*e.y,this}negate(){return this.x=-this.x,this.y=-this.y,this}normalize(){return this.divideScalar(this.length()||1)}project(t){return this.applyMatrix3(t.matrixWorldInverse).applyMatrix3(t.projectionMatrix)}random(){return this.x=Math.random(),this.y=Math.random(),this}rotate(t){const e=Math.cos(t),i=Math.sin(t),n=this.x,s=this.y;return this.x=n*e-s*i,this.y=n*i+s*e,this}rotateAround(t,e){const i=Math.cos(e),n=Math.sin(e),s=this.x-t.x,r=this.y-t.y;return this.x=s*i-r*n+t.x,this.y=s*n+r*i+t.y,this}round(){return this.x=Math.round(this.x),this.y=Math.round(this.y),this}roundToZero(){return this.x=this.x<0?Math.ceil(this.x):Math.floor(this.x),this.y=this.y<0?Math.ceil(this.y):Math.floor(this.y),this}set(t,e,i){return this.x=t,this.y=e,i&&(this.z=i),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("out of range: "+t)}return this}setFromMatrixColumn(t,e){return this.fromArray(t.elements,3*e)}setLength(t){return this.normalize().multiplyScalar(t)}setScalar(t){return this.x=t,this.y=t,this}setX(t){return this.x=t,this}setY(t){return this.y=t,this}setZ(t){return this.z=t,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}toArray(t=[],e=0){return t[e]=this.x,t[e+1]=this.y,t}toString(){return`{"x":${this.x},"y":${this.y}}`}unproject(t,e=!1){return this.applyMatrix3(t.projectionMatrixInverse).applyMatrix3(t.matrixWorld)}validate(){return!(isNaN(this.x)||isNaN(this.y))}*[Symbol.iterator](){yield this.x,yield this.y}};const Fe=new We,Ue=1e-8;function Ve(t){return t>-1e-8&&t<1e-8}function qe(t,e,i,n,s){const r=1-s;return r*r*(r*t+3*s*e)+s*s*(s*n+3*r*i)}function je(t,e,i,n,s){const r=6*i-12*e+6*t,a=9*e+3*n-3*t-9*i,o=3*e-3*t;let h=0;if(Ve(a)){if((l=r)>1e-8||l<-1e-8){const t=-o/r;t>=0&&t<=1&&(s[h++]=t)}}else{const t=r*r-4*a*o;if(Ve(t))s[0]=-r/(2*a);else if(t>0){const e=Math.sqrt(t),i=(-r+e)/(2*a),n=(-r-e)/(2*a);i>=0&&i<=1&&(s[h++]=i),n>=0&&n<=1&&(s[h++]=n)}}var l;return h}function Ye(t,e,i,n,s,r,a,o,h){let l=t,u=e,c=0;const d=1/h;for(let p=1;p<=h;p++){let h=p*d;const f=qe(t,i,s,a,h),m=qe(e,n,r,o,h),g=f-l,y=m-u;c+=Math.sqrt(g*g+y*y),l=f,u=m}return c}function Ge(t,e,i,n,s,r){const a=(e-t)*s+t,o=(i-e)*s+e,h=(n-i)*s+i,l=(o-a)*s+a,u=(h-o)*s+o,c=(u-l)*s+l;r[0]=t,r[1]=a,r[2]=l,r[3]=c,r[4]=c,r[5]=u,r[6]=h,r[7]=n}function $e(t,e,i){const n=t+i-2*e;return 0===n?.5:(t-e)/n}function Xe(t,e,i,n){const s=1-n;return s*(s*t+2*n*e)+n*n*i}function Ze(t,e,i,n,s,r,a){let o=t,h=e,l=0;const u=1/a;for(let c=1;c<=a;c++){let a=c*u;const d=Xe(t,i,s,a),p=Xe(e,n,r,a),f=d-o,m=p-h;l+=Math.sqrt(f*f+m*m),o=d,h=p}return l}function Je(t,e,i,n,s){const r=(e-t)*n+t,a=(i-e)*n+e,o=(a-r)*n+r;s[0]=t,s[1]=r,s[2]=o,s[3]=o,s[4]=a,s[5]=i}const Qe=Math.PI,Ke=2*Qe;function ti(t){return(t%=Ke)<0&&(t+=Ke),t}function ei(t,e){let i=ti(t[0]),n=ti(t[1]);e?i<n&&(i+=Ke):n<i&&(n+=Ke),t[0]=i,t[1]=n}function ii(t,e,i,n){if(Ve(e-i))return!0;const s=1e-8;return t=ti(t),e=ti(e),i=ti(i),n?i<=e?t-s>=i&&t+s<=e:t-s>=i||t+s<=e:e<=i?t+s>=e&&t-s<=i:t+s>=e||t-s<=i}var ni={exports:{}};!function(t,e){(function(){var i,n="Expected a function",s="__lodash_hash_undefined__",r="__lodash_placeholder__",a=32,o=128,h=1/0,l=9007199254740991,u=NaN,c=4294967295,d=[["ary",o],["bind",1],["bindKey",2],["curry",8],["curryRight",16],["flip",512],["partial",a],["partialRight",64],["rearg",256]],p="[object Arguments]",f="[object Array]",m="[object Boolean]",g="[object Date]",y="[object Error]",v="[object Function]",x="[object GeneratorFunction]",b="[object Map]",w="[object Number]",S="[object Object]",E="[object Promise]",M="[object RegExp]",A="[object Set]",T="[object String]",C="[object Symbol]",I="[object WeakMap]",D="[object ArrayBuffer]",L="[object DataView]",B="[object Float32Array]",P="[object Float64Array]",k="[object Int8Array]",N="[object Int16Array]",O="[object Int32Array]",R="[object Uint8Array]",z="[object Uint8ClampedArray]",H="[object Uint16Array]",W="[object Uint32Array]",F=/\b__p \+= '';/g,U=/\b(__p \+=) '' \+/g,V=/(__e\(.*?\)|\b__t\)) \+\n'';/g,q=/&(?:amp|lt|gt|quot|#39);/g,j=/[&<>"']/g,Y=RegExp(q.source),G=RegExp(j.source),$=/<%-([\s\S]+?)%>/g,X=/<%([\s\S]+?)%>/g,Z=/<%=([\s\S]+?)%>/g,J=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Q=/^\w*$/,K=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,tt=/[\\^$.*+?()[\]{}|]/g,et=RegExp(tt.source),it=/^\s+/,nt=/\s/,st=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,rt=/\{\n\/\* \[wrapped with (.+)\] \*/,at=/,? & /,ot=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,ht=/[()=,{}\[\]\/\s]/,lt=/\\(\\)?/g,ut=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,ct=/\w*$/,dt=/^[-+]0x[0-9a-f]+$/i,pt=/^0b[01]+$/i,ft=/^\[object .+?Constructor\]$/,mt=/^0o[0-7]+$/i,gt=/^(?:0|[1-9]\d*)$/,yt=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,vt=/($^)/,xt=/['\n\r\u2028\u2029\\]/g,bt="\\ud800-\\udfff",wt="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",_t="\\u2700-\\u27bf",St="a-z\\xdf-\\xf6\\xf8-\\xff",Et="A-Z\\xc0-\\xd6\\xd8-\\xde",Mt="\\ufe0e\\ufe0f",At="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",Tt="["+bt+"]",Ct="["+At+"]",It="["+wt+"]",Dt="\\d+",Lt="["+_t+"]",Bt="["+St+"]",Pt="[^"+bt+At+Dt+_t+St+Et+"]",kt="\\ud83c[\\udffb-\\udfff]",Nt="[^"+bt+"]",Ot="(?:\\ud83c[\\udde6-\\uddff]){2}",Rt="[\\ud800-\\udbff][\\udc00-\\udfff]",zt="["+Et+"]",Ht="\\u200d",Wt="(?:"+Bt+"|"+Pt+")",Ft="(?:"+zt+"|"+Pt+")",Ut="(?:['’](?:d|ll|m|re|s|t|ve))?",Vt="(?:['’](?:D|LL|M|RE|S|T|VE))?",qt="(?:"+It+"|"+kt+")?",jt="["+Mt+"]?",Yt=jt+qt+"(?:"+Ht+"(?:"+[Nt,Ot,Rt].join("|")+")"+jt+qt+")*",Gt="(?:"+[Lt,Ot,Rt].join("|")+")"+Yt,$t="(?:"+[Nt+It+"?",It,Ot,Rt,Tt].join("|")+")",Xt=RegExp("['’]","g"),Zt=RegExp(It,"g"),Jt=RegExp(kt+"(?="+kt+")|"+$t+Yt,"g"),Qt=RegExp([zt+"?"+Bt+"+"+Ut+"(?="+[Ct,zt,"$"].join("|")+")",Ft+"+"+Vt+"(?="+[Ct,zt+Wt,"$"].join("|")+")",zt+"?"+Wt+"+"+Ut,zt+"+"+Vt,"\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",Dt,Gt].join("|"),"g"),Kt=RegExp("["+Ht+bt+wt+Mt+"]"),te=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,ee=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],ie=-1,ne={};ne[B]=ne[P]=ne[k]=ne[N]=ne[O]=ne[R]=ne[z]=ne[H]=ne[W]=!0,ne[p]=ne[f]=ne[D]=ne[m]=ne[L]=ne[g]=ne[y]=ne[v]=ne[b]=ne[w]=ne[S]=ne[M]=ne[A]=ne[T]=ne[I]=!1;var se={};se[p]=se[f]=se[D]=se[L]=se[m]=se[g]=se[B]=se[P]=se[k]=se[N]=se[O]=se[b]=se[w]=se[S]=se[M]=se[A]=se[T]=se[C]=se[R]=se[z]=se[H]=se[W]=!0,se[y]=se[v]=se[I]=!1;var re={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},ae=parseFloat,oe=parseInt,he="object"==typeof _&&_&&_.Object===Object&&_,le="object"==typeof self&&self&&self.Object===Object&&self,ue=he||le||Function("return this")(),ce=e&&!e.nodeType&&e,de=ce&&t&&!t.nodeType&&t,pe=de&&de.exports===ce,fe=pe&&he.process,me=function(){try{return de&&de.require&&de.require("util").types||fe&&fe.binding&&fe.binding("util")}catch(t){}}(),ge=me&&me.isArrayBuffer,ye=me&&me.isDate,ve=me&&me.isMap,xe=me&&me.isRegExp,be=me&&me.isSet,we=me&&me.isTypedArray;function _e(t,e,i){switch(i.length){case 0:return t.call(e);case 1:return t.call(e,i[0]);case 2:return t.call(e,i[0],i[1]);case 3:return t.call(e,i[0],i[1],i[2])}return t.apply(e,i)}function Se(t,e,i,n){for(var s=-1,r=null==t?0:t.length;++s<r;){var a=t[s];e(n,a,i(a),t)}return n}function Ee(t,e){for(var i=-1,n=null==t?0:t.length;++i<n&&!1!==e(t[i],i,t););return t}function Me(t,e){for(var i=null==t?0:t.length;i--&&!1!==e(t[i],i,t););return t}function Ae(t,e){for(var i=-1,n=null==t?0:t.length;++i<n;)if(!e(t[i],i,t))return!1;return!0}function Te(t,e){for(var i=-1,n=null==t?0:t.length,s=0,r=[];++i<n;){var a=t[i];e(a,i,t)&&(r[s++]=a)}return r}function Ce(t,e){return!(null==t||!t.length)&&ze(t,e,0)>-1}function Ie(t,e,i){for(var n=-1,s=null==t?0:t.length;++n<s;)if(i(e,t[n]))return!0;return!1}function De(t,e){for(var i=-1,n=null==t?0:t.length,s=Array(n);++i<n;)s[i]=e(t[i],i,t);return s}function Le(t,e){for(var i=-1,n=e.length,s=t.length;++i<n;)t[s+i]=e[i];return t}function Be(t,e,i,n){var s=-1,r=null==t?0:t.length;for(n&&r&&(i=t[++s]);++s<r;)i=e(i,t[s],s,t);return i}function Pe(t,e,i,n){var s=null==t?0:t.length;for(n&&s&&(i=t[--s]);s--;)i=e(i,t[s],s,t);return i}function ke(t,e){for(var i=-1,n=null==t?0:t.length;++i<n;)if(e(t[i],i,t))return!0;return!1}var Ne=Ue("length");function Oe(t,e,i){var n;return i(t,(function(t,i,s){if(e(t,i,s))return n=i,!1})),n}function Re(t,e,i,n){for(var s=t.length,r=i+(n?1:-1);n?r--:++r<s;)if(e(t[r],r,t))return r;return-1}function ze(t,e,i){return e==e?function(t,e,i){for(var n=i-1,s=t.length;++n<s;)if(t[n]===e)return n;return-1}(t,e,i):Re(t,We,i)}function He(t,e,i,n){for(var s=i-1,r=t.length;++s<r;)if(n(t[s],e))return s;return-1}function We(t){return t!=t}function Fe(t,e){var i=null==t?0:t.length;return i?je(t,e)/i:u}function Ue(t){return function(e){return null==e?i:e[t]}}function Ve(t){return function(e){return null==t?i:t[e]}}function qe(t,e,i,n,s){return s(t,(function(t,s,r){i=n?(n=!1,t):e(i,t,s,r)})),i}function je(t,e){for(var n,s=-1,r=t.length;++s<r;){var a=e(t[s]);a!==i&&(n=n===i?a:n+a)}return n}function Ye(t,e){for(var i=-1,n=Array(t);++i<t;)n[i]=e(i);return n}function Ge(t){return t?t.slice(0,li(t)+1).replace(it,""):t}function $e(t){return function(e){return t(e)}}function Xe(t,e){return De(e,(function(e){return t[e]}))}function Ze(t,e){return t.has(e)}function Je(t,e){for(var i=-1,n=t.length;++i<n&&ze(e,t[i],0)>-1;);return i}function Qe(t,e){for(var i=t.length;i--&&ze(e,t[i],0)>-1;);return i}var Ke=Ve({"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","IJ":"IJ","ij":"ij","Œ":"Oe","œ":"oe","ʼn":"'n","ſ":"s"}),ti=Ve({"&":"&","<":"<",">":">",'"':""","'":"'"});function ei(t){return"\\"+re[t]}function ii(t){return Kt.test(t)}function ni(t){var e=-1,i=Array(t.size);return t.forEach((function(t,n){i[++e]=[n,t]})),i}function si(t,e){return function(i){return t(e(i))}}function ri(t,e){for(var i=-1,n=t.length,s=0,a=[];++i<n;){var o=t[i];o!==e&&o!==r||(t[i]=r,a[s++]=i)}return a}function ai(t){var e=-1,i=Array(t.size);return t.forEach((function(t){i[++e]=t})),i}function oi(t){return ii(t)?function(t){for(var e=Jt.lastIndex=0;Jt.test(t);)++e;return e}(t):Ne(t)}function hi(t){return ii(t)?function(t){return t.match(Jt)||[]}(t):function(t){return t.split("")}(t)}function li(t){for(var e=t.length;e--&&nt.test(t.charAt(e)););return e}var ui=Ve({"&":"&","<":"<",">":">",""":'"',"'":"'"}),ci=function t(e){var _,nt=(e=null==e?ue:ci.defaults(ue.Object(),e,ci.pick(ue,ee))).Array,bt=e.Date,wt=e.Error,_t=e.Function,St=e.Math,Et=e.Object,Mt=e.RegExp,At=e.String,Tt=e.TypeError,Ct=nt.prototype,It=_t.prototype,Dt=Et.prototype,Lt=e["__core-js_shared__"],Bt=It.toString,Pt=Dt.hasOwnProperty,kt=0,Nt=(_=/[^.]+$/.exec(Lt&&Lt.keys&&Lt.keys.IE_PROTO||""))?"Symbol(src)_1."+_:"",Ot=Dt.toString,Rt=Bt.call(Et),zt=ue._,Ht=Mt("^"+Bt.call(Pt).replace(tt,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Wt=pe?e.Buffer:i,Ft=e.Symbol,Ut=e.Uint8Array,Vt=Wt?Wt.allocUnsafe:i,qt=si(Et.getPrototypeOf,Et),jt=Et.create,Yt=Dt.propertyIsEnumerable,Gt=Ct.splice,$t=Ft?Ft.isConcatSpreadable:i,Jt=Ft?Ft.iterator:i,Kt=Ft?Ft.toStringTag:i,re=function(){try{var t=or(Et,"defineProperty");return t({},"",{}),t}catch(t){}}(),he=e.clearTimeout!==ue.clearTimeout&&e.clearTimeout,le=bt&&bt.now!==ue.Date.now&&bt.now,ce=e.setTimeout!==ue.setTimeout&&e.setTimeout,de=St.ceil,fe=St.floor,me=Et.getOwnPropertySymbols,Ne=Wt?Wt.isBuffer:i,Ve=e.isFinite,di=Ct.join,pi=si(Et.keys,Et),fi=St.max,mi=St.min,gi=bt.now,yi=e.parseInt,vi=St.random,xi=Ct.reverse,bi=or(e,"DataView"),wi=or(e,"Map"),_i=or(e,"Promise"),Si=or(e,"Set"),Ei=or(e,"WeakMap"),Mi=or(Et,"create"),Ai=Ei&&new Ei,Ti={},Ci=Or(bi),Ii=Or(wi),Di=Or(_i),Li=Or(Si),Bi=Or(Ei),Pi=Ft?Ft.prototype:i,ki=Pi?Pi.valueOf:i,Ni=Pi?Pi.toString:i;function Oi(t){if(Ka(t)&&!Ua(t)&&!(t instanceof Wi)){if(t instanceof Hi)return t;if(Pt.call(t,"__wrapped__"))return Rr(t)}return new Hi(t)}var Ri=function(){function t(){}return function(e){if(!Qa(e))return{};if(jt)return jt(e);t.prototype=e;var n=new t;return t.prototype=i,n}}();function zi(){}function Hi(t,e){this.__wrapped__=t,this.__actions__=[],this.__chain__=!!e,this.__index__=0,this.__values__=i}function Wi(t){this.__wrapped__=t,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=c,this.__views__=[]}function Fi(t){var e=-1,i=null==t?0:t.length;for(this.clear();++e<i;){var n=t[e];this.set(n[0],n[1])}}function Ui(t){var e=-1,i=null==t?0:t.length;for(this.clear();++e<i;){var n=t[e];this.set(n[0],n[1])}}function Vi(t){var e=-1,i=null==t?0:t.length;for(this.clear();++e<i;){var n=t[e];this.set(n[0],n[1])}}function qi(t){var e=-1,i=null==t?0:t.length;for(this.__data__=new Vi;++e<i;)this.add(t[e])}function ji(t){var e=this.__data__=new Ui(t);this.size=e.size}function Yi(t,e){var i=Ua(t),n=!i&&Fa(t),s=!i&&!n&&Ya(t),r=!i&&!n&&!s&&oo(t),a=i||n||s||r,o=a?Ye(t.length,At):[],h=o.length;for(var l in t)!e&&!Pt.call(t,l)||a&&("length"==l||s&&("offset"==l||"parent"==l)||r&&("buffer"==l||"byteLength"==l||"byteOffset"==l)||fr(l,h))||o.push(l);return o}function Gi(t){var e=t.length;return e?t[qn(0,e-1)]:i}function $i(t,e){return Dr(Ms(t),sn(e,0,t.length))}function Xi(t){return Dr(Ms(t))}function Zi(t,e,n){(n!==i&&!za(t[e],n)||n===i&&!(e in t))&&en(t,e,n)}function Ji(t,e,n){var s=t[e];Pt.call(t,e)&&za(s,n)&&(n!==i||e in t)||en(t,e,n)}function Qi(t,e){for(var i=t.length;i--;)if(za(t[i][0],e))return i;return-1}function Ki(t,e,i,n){return ln(t,(function(t,s,r){e(n,t,i(t),r)})),n}function tn(t,e){return t&&As(e,Do(e),t)}function en(t,e,i){"__proto__"==e&&re?re(t,e,{configurable:!0,enumerable:!0,value:i,writable:!0}):t[e]=i}function nn(t,e){for(var n=-1,s=e.length,r=nt(s),a=null==t;++n<s;)r[n]=a?i:Mo(t,e[n]);return r}function sn(t,e,n){return t==t&&(n!==i&&(t=t<=n?t:n),e!==i&&(t=t>=e?t:e)),t}function rn(t,e,n,s,r,a){var o,h=1&e,l=2&e,u=4&e;if(n&&(o=r?n(t,s,r,a):n(t)),o!==i)return o;if(!Qa(t))return t;var c=Ua(t);if(c){if(o=function(t){var e=t.length,i=new t.constructor(e);return e&&"string"==typeof t[0]&&Pt.call(t,"index")&&(i.index=t.index,i.input=t.input),i}(t),!h)return Ms(t,o)}else{var d=ur(t),f=d==v||d==x;if(Ya(t))return xs(t,h);if(d==S||d==p||f&&!r){if(o=l||f?{}:dr(t),!h)return l?function(t,e){return As(t,lr(t),e)}(t,function(t,e){return t&&As(e,Lo(e),t)}(o,t)):function(t,e){return As(t,hr(t),e)}(t,tn(o,t))}else{if(!se[d])return r?t:{};o=function(t,e,i){var n,s=t.constructor;switch(e){case D:return bs(t);case m:case g:return new s(+t);case L:return function(t,e){var i=e?bs(t.buffer):t.buffer;return new t.constructor(i,t.byteOffset,t.byteLength)}(t,i);case B:case P:case k:case N:case O:case R:case z:case H:case W:return ws(t,i);case b:return new s;case w:case T:return new s(t);case M:return function(t){var e=new t.constructor(t.source,ct.exec(t));return e.lastIndex=t.lastIndex,e}(t);case A:return new s;case C:return n=t,ki?Et(ki.call(n)):{}}}(t,d,h)}}a||(a=new ji);var y=a.get(t);if(y)return y;a.set(t,o),so(t)?t.forEach((function(i){o.add(rn(i,e,n,i,t,a))})):to(t)&&t.forEach((function(i,s){o.set(s,rn(i,e,n,s,t,a))}));var _=c?i:(u?l?tr:Ks:l?Lo:Do)(t);return Ee(_||t,(function(i,s){_&&(i=t[s=i]),Ji(o,s,rn(i,e,n,s,t,a))})),o}function an(t,e,n){var s=n.length;if(null==t)return!s;for(t=Et(t);s--;){var r=n[s],a=e[r],o=t[r];if(o===i&&!(r in t)||!a(o))return!1}return!0}function on(t,e,s){if("function"!=typeof t)throw new Tt(n);return Ar((function(){t.apply(i,s)}),e)}function hn(t,e,i,n){var s=-1,r=Ce,a=!0,o=t.length,h=[],l=e.length;if(!o)return h;i&&(e=De(e,$e(i))),n?(r=Ie,a=!1):e.length>=200&&(r=Ze,a=!1,e=new qi(e));t:for(;++s<o;){var u=t[s],c=null==i?u:i(u);if(u=n||0!==u?u:0,a&&c==c){for(var d=l;d--;)if(e[d]===c)continue t;h.push(u)}else r(e,c,n)||h.push(u)}return h}Oi.templateSettings={escape:$,evaluate:X,interpolate:Z,variable:"",imports:{_:Oi}},Oi.prototype=zi.prototype,Oi.prototype.constructor=Oi,Hi.prototype=Ri(zi.prototype),Hi.prototype.constructor=Hi,Wi.prototype=Ri(zi.prototype),Wi.prototype.constructor=Wi,Fi.prototype.clear=function(){this.__data__=Mi?Mi(null):{},this.size=0},Fi.prototype.delete=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e},Fi.prototype.get=function(t){var e=this.__data__;if(Mi){var n=e[t];return n===s?i:n}return Pt.call(e,t)?e[t]:i},Fi.prototype.has=function(t){var e=this.__data__;return Mi?e[t]!==i:Pt.call(e,t)},Fi.prototype.set=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=Mi&&e===i?s:e,this},Ui.prototype.clear=function(){this.__data__=[],this.size=0},Ui.prototype.delete=function(t){var e=this.__data__,i=Qi(e,t);return!(i<0||(i==e.length-1?e.pop():Gt.call(e,i,1),--this.size,0))},Ui.prototype.get=function(t){var e=this.__data__,n=Qi(e,t);return n<0?i:e[n][1]},Ui.prototype.has=function(t){return Qi(this.__data__,t)>-1},Ui.prototype.set=function(t,e){var i=this.__data__,n=Qi(i,t);return n<0?(++this.size,i.push([t,e])):i[n][1]=e,this},Vi.prototype.clear=function(){this.size=0,this.__data__={hash:new Fi,map:new(wi||Ui),string:new Fi}},Vi.prototype.delete=function(t){var e=rr(this,t).delete(t);return this.size-=e?1:0,e},Vi.prototype.get=function(t){return rr(this,t).get(t)},Vi.prototype.has=function(t){return rr(this,t).has(t)},Vi.prototype.set=function(t,e){var i=rr(this,t),n=i.size;return i.set(t,e),this.size+=i.size==n?0:1,this},qi.prototype.add=qi.prototype.push=function(t){return this.__data__.set(t,s),this},qi.prototype.has=function(t){return this.__data__.has(t)},ji.prototype.clear=function(){this.__data__=new Ui,this.size=0},ji.prototype.delete=function(t){var e=this.__data__,i=e.delete(t);return this.size=e.size,i},ji.prototype.get=function(t){return this.__data__.get(t)},ji.prototype.has=function(t){return this.__data__.has(t)},ji.prototype.set=function(t,e){var i=this.__data__;if(i instanceof Ui){var n=i.__data__;if(!wi||n.length<199)return n.push([t,e]),this.size=++i.size,this;i=this.__data__=new Vi(n)}return i.set(t,e),this.size=i.size,this};var ln=Is(yn),un=Is(vn,!0);function cn(t,e){var i=!0;return ln(t,(function(t,n,s){return i=!!e(t,n,s)})),i}function dn(t,e,n){for(var s=-1,r=t.length;++s<r;){var a=t[s],o=e(a);if(null!=o&&(h===i?o==o&&!ao(o):n(o,h)))var h=o,l=a}return l}function pn(t,e){var i=[];return ln(t,(function(t,n,s){e(t,n,s)&&i.push(t)})),i}function fn(t,e,i,n,s){var r=-1,a=t.length;for(i||(i=pr),s||(s=[]);++r<a;){var o=t[r];e>0&&i(o)?e>1?fn(o,e-1,i,n,s):Le(s,o):n||(s[s.length]=o)}return s}var mn=Ds(),gn=Ds(!0);function yn(t,e){return t&&mn(t,e,Do)}function vn(t,e){return t&&gn(t,e,Do)}function xn(t,e){return Te(e,(function(e){return Xa(t[e])}))}function bn(t,e){for(var n=0,s=(e=ms(e,t)).length;null!=t&&n<s;)t=t[Nr(e[n++])];return n&&n==s?t:i}function wn(t,e,i){var n=e(t);return Ua(t)?n:Le(n,i(t))}function _n(t){return null==t?t===i?"[object Undefined]":"[object Null]":Kt&&Kt in Et(t)?function(t){var e=Pt.call(t,Kt),n=t[Kt];try{t[Kt]=i;var s=!0}catch(t){}var r=Ot.call(t);return s&&(e?t[Kt]=n:delete t[Kt]),r}(t):function(t){return Ot.call(t)}(t)}function Sn(t,e){return t>e}function En(t,e){return null!=t&&Pt.call(t,e)}function Mn(t,e){return null!=t&&e in Et(t)}function An(t,e,n){for(var s=n?Ie:Ce,r=t[0].length,a=t.length,o=a,h=nt(a),l=1/0,u=[];o--;){var c=t[o];o&&e&&(c=De(c,$e(e))),l=mi(c.length,l),h[o]=!n&&(e||r>=120&&c.length>=120)?new qi(o&&c):i}c=t[0];var d=-1,p=h[0];t:for(;++d<r&&u.length<l;){var f=c[d],m=e?e(f):f;if(f=n||0!==f?f:0,!(p?Ze(p,m):s(u,m,n))){for(o=a;--o;){var g=h[o];if(!(g?Ze(g,m):s(t[o],m,n)))continue t}p&&p.push(m),u.push(f)}}return u}function Tn(t,e,n){var s=null==(t=Sr(t,e=ms(e,t)))?t:t[Nr($r(e))];return null==s?i:_e(s,t,n)}function Cn(t){return Ka(t)&&_n(t)==p}function In(t,e,n,s,r){return t===e||(null==t||null==e||!Ka(t)&&!Ka(e)?t!=t&&e!=e:function(t,e,n,s,r,a){var o=Ua(t),h=Ua(e),l=o?f:ur(t),u=h?f:ur(e),c=(l=l==p?S:l)==S,d=(u=u==p?S:u)==S,v=l==u;if(v&&Ya(t)){if(!Ya(e))return!1;o=!0,c=!1}if(v&&!c)return a||(a=new ji),o||oo(t)?Js(t,e,n,s,r,a):function(t,e,i,n,s,r,a){switch(i){case L:if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case D:return!(t.byteLength!=e.byteLength||!r(new Ut(t),new Ut(e)));case m:case g:case w:return za(+t,+e);case y:return t.name==e.name&&t.message==e.message;case M:case T:return t==e+"";case b:var o=ni;case A:var h=1&n;if(o||(o=ai),t.size!=e.size&&!h)return!1;var l=a.get(t);if(l)return l==e;n|=2,a.set(t,e);var u=Js(o(t),o(e),n,s,r,a);return a.delete(t),u;case C:if(ki)return ki.call(t)==ki.call(e)}return!1}(t,e,l,n,s,r,a);if(!(1&n)){var x=c&&Pt.call(t,"__wrapped__"),_=d&&Pt.call(e,"__wrapped__");if(x||_){var E=x?t.value():t,I=_?e.value():e;return a||(a=new ji),r(E,I,n,s,a)}}return!!v&&(a||(a=new ji),function(t,e,n,s,r,a){var o=1&n,h=Ks(t),l=h.length;if(l!=Ks(e).length&&!o)return!1;for(var u=l;u--;){var c=h[u];if(!(o?c in e:Pt.call(e,c)))return!1}var d=a.get(t),p=a.get(e);if(d&&p)return d==e&&p==t;var f=!0;a.set(t,e),a.set(e,t);for(var m=o;++u<l;){var g=t[c=h[u]],y=e[c];if(s)var v=o?s(y,g,c,e,t,a):s(g,y,c,t,e,a);if(!(v===i?g===y||r(g,y,n,s,a):v)){f=!1;break}m||(m="constructor"==c)}if(f&&!m){var x=t.constructor,b=e.constructor;x==b||!("constructor"in t)||!("constructor"in e)||"function"==typeof x&&x instanceof x&&"function"==typeof b&&b instanceof b||(f=!1)}return a.delete(t),a.delete(e),f}(t,e,n,s,r,a))}(t,e,n,s,In,r))}function Dn(t,e,n,s){var r=n.length,a=r,o=!s;if(null==t)return!a;for(t=Et(t);r--;){var h=n[r];if(o&&h[2]?h[1]!==t[h[0]]:!(h[0]in t))return!1}for(;++r<a;){var l=(h=n[r])[0],u=t[l],c=h[1];if(o&&h[2]){if(u===i&&!(l in t))return!1}else{var d=new ji;if(s)var p=s(u,c,l,t,e,d);if(!(p===i?In(c,u,3,s,d):p))return!1}}return!0}function Ln(t){return!(!Qa(t)||(e=t,Nt&&Nt in e))&&(Xa(t)?Ht:ft).test(Or(t));var e}function Bn(t){return"function"==typeof t?t:null==t?ih:"object"==typeof t?Ua(t)?Rn(t[0],t[1]):On(t):ch(t)}function Pn(t){if(!xr(t))return pi(t);var e=[];for(var i in Et(t))Pt.call(t,i)&&"constructor"!=i&&e.push(i);return e}function kn(t,e){return t<e}function Nn(t,e){var i=-1,n=qa(t)?nt(t.length):[];return ln(t,(function(t,s,r){n[++i]=e(t,s,r)})),n}function On(t){var e=ar(t);return 1==e.length&&e[0][2]?wr(e[0][0],e[0][1]):function(i){return i===t||Dn(i,t,e)}}function Rn(t,e){return gr(t)&&br(e)?wr(Nr(t),e):function(n){var s=Mo(n,t);return s===i&&s===e?Ao(n,t):In(e,s,3)}}function zn(t,e,n,s,r){t!==e&&mn(e,(function(a,o){if(r||(r=new ji),Qa(a))!function(t,e,n,s,r,a,o){var h=Er(t,n),l=Er(e,n),u=o.get(l);if(u)Zi(t,n,u);else{var c=a?a(h,l,n+"",t,e,o):i,d=c===i;if(d){var p=Ua(l),f=!p&&Ya(l),m=!p&&!f&&oo(l);c=l,p||f||m?Ua(h)?c=h:ja(h)?c=Ms(h):f?(d=!1,c=xs(l,!0)):m?(d=!1,c=ws(l,!0)):c=[]:io(l)||Fa(l)?(c=h,Fa(h)?c=go(h):Qa(h)&&!Xa(h)||(c=dr(l))):d=!1}d&&(o.set(l,c),r(c,l,s,a,o),o.delete(l)),Zi(t,n,c)}}(t,e,o,n,zn,s,r);else{var h=s?s(Er(t,o),a,o+"",t,e,r):i;h===i&&(h=a),Zi(t,o,h)}}),Lo)}function Hn(t,e){var n=t.length;if(n)return fr(e+=e<0?n:0,n)?t[e]:i}function Wn(t,e,i){e=e.length?De(e,(function(t){return Ua(t)?function(e){return bn(e,1===t.length?t[0]:t)}:t})):[ih];var n=-1;return e=De(e,$e(sr())),function(t,e){var i=t.length;for(t.sort(e);i--;)t[i]=t[i].value;return t}(Nn(t,(function(t,i,s){return{criteria:De(e,(function(e){return e(t)})),index:++n,value:t}})),(function(t,e){return function(t,e,i){for(var n=-1,s=t.criteria,r=e.criteria,a=s.length,o=i.length;++n<a;){var h=_s(s[n],r[n]);if(h)return n>=o?h:h*("desc"==i[n]?-1:1)}return t.index-e.index}(t,e,i)}))}function Fn(t,e,i){for(var n=-1,s=e.length,r={};++n<s;){var a=e[n],o=bn(t,a);i(o,a)&&Xn(r,ms(a,t),o)}return r}function Un(t,e,i,n){var s=n?He:ze,r=-1,a=e.length,o=t;for(t===e&&(e=Ms(e)),i&&(o=De(t,$e(i)));++r<a;)for(var h=0,l=e[r],u=i?i(l):l;(h=s(o,u,h,n))>-1;)o!==t&&Gt.call(o,h,1),Gt.call(t,h,1);return t}function Vn(t,e){for(var i=t?e.length:0,n=i-1;i--;){var s=e[i];if(i==n||s!==r){var r=s;fr(s)?Gt.call(t,s,1):os(t,s)}}return t}function qn(t,e){return t+fe(vi()*(e-t+1))}function jn(t,e){var i="";if(!t||e<1||e>l)return i;do{e%2&&(i+=t),(e=fe(e/2))&&(t+=t)}while(e);return i}function Yn(t,e){return Tr(_r(t,e,ih),t+"")}function Gn(t){return Gi(Ho(t))}function $n(t,e){var i=Ho(t);return Dr(i,sn(e,0,i.length))}function Xn(t,e,n,s){if(!Qa(t))return t;for(var r=-1,a=(e=ms(e,t)).length,o=a-1,h=t;null!=h&&++r<a;){var l=Nr(e[r]),u=n;if("__proto__"===l||"constructor"===l||"prototype"===l)return t;if(r!=o){var c=h[l];(u=s?s(c,l,h):i)===i&&(u=Qa(c)?c:fr(e[r+1])?[]:{})}Ji(h,l,u),h=h[l]}return t}var Zn=Ai?function(t,e){return Ai.set(t,e),t}:ih,Jn=re?function(t,e){return re(t,"toString",{configurable:!0,enumerable:!1,value:Ko(e),writable:!0})}:ih;function Qn(t){return Dr(Ho(t))}function Kn(t,e,i){var n=-1,s=t.length;e<0&&(e=-e>s?0:s+e),(i=i>s?s:i)<0&&(i+=s),s=e>i?0:i-e>>>0,e>>>=0;for(var r=nt(s);++n<s;)r[n]=t[n+e];return r}function ts(t,e){var i;return ln(t,(function(t,n,s){return!(i=e(t,n,s))})),!!i}function es(t,e,i){var n=0,s=null==t?n:t.length;if("number"==typeof e&&e==e&&s<=2147483647){for(;n<s;){var r=n+s>>>1,a=t[r];null!==a&&!ao(a)&&(i?a<=e:a<e)?n=r+1:s=r}return s}return is(t,e,ih,i)}function is(t,e,n,s){var r=0,a=null==t?0:t.length;if(0===a)return 0;for(var o=(e=n(e))!=e,h=null===e,l=ao(e),u=e===i;r<a;){var c=fe((r+a)/2),d=n(t[c]),p=d!==i,f=null===d,m=d==d,g=ao(d);if(o)var y=s||m;else y=u?m&&(s||p):h?m&&p&&(s||!f):l?m&&p&&!f&&(s||!g):!f&&!g&&(s?d<=e:d<e);y?r=c+1:a=c}return mi(a,4294967294)}function ns(t,e){for(var i=-1,n=t.length,s=0,r=[];++i<n;){var a=t[i],o=e?e(a):a;if(!i||!za(o,h)){var h=o;r[s++]=0===a?0:a}}return r}function ss(t){return"number"==typeof t?t:ao(t)?u:+t}function rs(t){if("string"==typeof t)return t;if(Ua(t))return De(t,rs)+"";if(ao(t))return Ni?Ni.call(t):"";var e=t+"";return"0"==e&&1/t==-1/0?"-0":e}function as(t,e,i){var n=-1,s=Ce,r=t.length,a=!0,o=[],h=o;if(i)a=!1,s=Ie;else if(r>=200){var l=e?null:js(t);if(l)return ai(l);a=!1,s=Ze,h=new qi}else h=e?[]:o;t:for(;++n<r;){var u=t[n],c=e?e(u):u;if(u=i||0!==u?u:0,a&&c==c){for(var d=h.length;d--;)if(h[d]===c)continue t;e&&h.push(c),o.push(u)}else s(h,c,i)||(h!==o&&h.push(c),o.push(u))}return o}function os(t,e){return null==(t=Sr(t,e=ms(e,t)))||delete t[Nr($r(e))]}function hs(t,e,i,n){return Xn(t,e,i(bn(t,e)),n)}function ls(t,e,i,n){for(var s=t.length,r=n?s:-1;(n?r--:++r<s)&&e(t[r],r,t););return i?Kn(t,n?0:r,n?r+1:s):Kn(t,n?r+1:0,n?s:r)}function us(t,e){var i=t;return i instanceof Wi&&(i=i.value()),Be(e,(function(t,e){return e.func.apply(e.thisArg,Le([t],e.args))}),i)}function cs(t,e,i){var n=t.length;if(n<2)return n?as(t[0]):[];for(var s=-1,r=nt(n);++s<n;)for(var a=t[s],o=-1;++o<n;)o!=s&&(r[s]=hn(r[s]||a,t[o],e,i));return as(fn(r,1),e,i)}function ds(t,e,n){for(var s=-1,r=t.length,a=e.length,o={};++s<r;){var h=s<a?e[s]:i;n(o,t[s],h)}return o}function ps(t){return ja(t)?t:[]}function fs(t){return"function"==typeof t?t:ih}function ms(t,e){return Ua(t)?t:gr(t,e)?[t]:kr(yo(t))}var gs=Yn;function ys(t,e,n){var s=t.length;return n=n===i?s:n,!e&&n>=s?t:Kn(t,e,n)}var vs=he||function(t){return ue.clearTimeout(t)};function xs(t,e){if(e)return t.slice();var i=t.length,n=Vt?Vt(i):new t.constructor(i);return t.copy(n),n}function bs(t){var e=new t.constructor(t.byteLength);return new Ut(e).set(new Ut(t)),e}function ws(t,e){var i=e?bs(t.buffer):t.buffer;return new t.constructor(i,t.byteOffset,t.length)}function _s(t,e){if(t!==e){var n=t!==i,s=null===t,r=t==t,a=ao(t),o=e!==i,h=null===e,l=e==e,u=ao(e);if(!h&&!u&&!a&&t>e||a&&o&&l&&!h&&!u||s&&o&&l||!n&&l||!r)return 1;if(!s&&!a&&!u&&t<e||u&&n&&r&&!s&&!a||h&&n&&r||!o&&r||!l)return-1}return 0}function Ss(t,e,i,n){for(var s=-1,r=t.length,a=i.length,o=-1,h=e.length,l=fi(r-a,0),u=nt(h+l),c=!n;++o<h;)u[o]=e[o];for(;++s<a;)(c||s<r)&&(u[i[s]]=t[s]);for(;l--;)u[o++]=t[s++];return u}function Es(t,e,i,n){for(var s=-1,r=t.length,a=-1,o=i.length,h=-1,l=e.length,u=fi(r-o,0),c=nt(u+l),d=!n;++s<u;)c[s]=t[s];for(var p=s;++h<l;)c[p+h]=e[h];for(;++a<o;)(d||s<r)&&(c[p+i[a]]=t[s++]);return c}function Ms(t,e){var i=-1,n=t.length;for(e||(e=nt(n));++i<n;)e[i]=t[i];return e}function As(t,e,n,s){var r=!n;n||(n={});for(var a=-1,o=e.length;++a<o;){var h=e[a],l=s?s(n[h],t[h],h,n,t):i;l===i&&(l=t[h]),r?en(n,h,l):Ji(n,h,l)}return n}function Ts(t,e){return function(i,n){var s=Ua(i)?Se:Ki,r=e?e():{};return s(i,t,sr(n,2),r)}}function Cs(t){return Yn((function(e,n){var s=-1,r=n.length,a=r>1?n[r-1]:i,o=r>2?n[2]:i;for(a=t.length>3&&"function"==typeof a?(r--,a):i,o&&mr(n[0],n[1],o)&&(a=r<3?i:a,r=1),e=Et(e);++s<r;){var h=n[s];h&&t(e,h,s,a)}return e}))}function Is(t,e){return function(i,n){if(null==i)return i;if(!qa(i))return t(i,n);for(var s=i.length,r=e?s:-1,a=Et(i);(e?r--:++r<s)&&!1!==n(a[r],r,a););return i}}function Ds(t){return function(e,i,n){for(var s=-1,r=Et(e),a=n(e),o=a.length;o--;){var h=a[t?o:++s];if(!1===i(r[h],h,r))break}return e}}function Ls(t){return function(e){var n=ii(e=yo(e))?hi(e):i,s=n?n[0]:e.charAt(0),r=n?ys(n,1).join(""):e.slice(1);return s[t]()+r}}function Bs(t){return function(e){return Be(Zo(Uo(e).replace(Xt,"")),t,"")}}function Ps(t){return function(){var e=arguments;switch(e.length){case 0:return new t;case 1:return new t(e[0]);case 2:return new t(e[0],e[1]);case 3:return new t(e[0],e[1],e[2]);case 4:return new t(e[0],e[1],e[2],e[3]);case 5:return new t(e[0],e[1],e[2],e[3],e[4]);case 6:return new t(e[0],e[1],e[2],e[3],e[4],e[5]);case 7:return new t(e[0],e[1],e[2],e[3],e[4],e[5],e[6])}var i=Ri(t.prototype),n=t.apply(i,e);return Qa(n)?n:i}}function ks(t){return function(e,n,s){var r=Et(e);if(!qa(e)){var a=sr(n,3);e=Do(e),n=function(t){return a(r[t],t,r)}}var o=t(e,n,s);return o>-1?r[a?e[o]:o]:i}}function Ns(t){return Qs((function(e){var s=e.length,r=s,a=Hi.prototype.thru;for(t&&e.reverse();r--;){var o=e[r];if("function"!=typeof o)throw new Tt(n);if(a&&!h&&"wrapper"==ir(o))var h=new Hi([],!0)}for(r=h?r:s;++r<s;){var l=ir(o=e[r]),u="wrapper"==l?er(o):i;h=u&&yr(u[0])&&424==u[1]&&!u[4].length&&1==u[9]?h[ir(u[0])].apply(h,u[3]):1==o.length&&yr(o)?h[l]():h.thru(o)}return function(){var t=arguments,i=t[0];if(h&&1==t.length&&Ua(i))return h.plant(i).value();for(var n=0,r=s?e[n].apply(this,t):i;++n<s;)r=e[n].call(this,r);return r}}))}function Os(t,e,n,s,r,a,h,l,u,c){var d=e&o,p=1&e,f=2&e,m=24&e,g=512&e,y=f?i:Ps(t);return function o(){for(var v=arguments.length,x=nt(v),b=v;b--;)x[b]=arguments[b];if(m)var w=nr(o),_=function(t,e){for(var i=t.length,n=0;i--;)t[i]===e&&++n;return n}(x,w);if(s&&(x=Ss(x,s,r,m)),a&&(x=Es(x,a,h,m)),v-=_,m&&v<c){var S=ri(x,w);return Vs(t,e,Os,o.placeholder,n,x,S,l,u,c-v)}var E=p?n:this,M=f?E[t]:t;return v=x.length,l?x=function(t,e){for(var n=t.length,s=mi(e.length,n),r=Ms(t);s--;){var a=e[s];t[s]=fr(a,n)?r[a]:i}return t}(x,l):g&&v>1&&x.reverse(),d&&u<v&&(x.length=u),this&&this!==ue&&this instanceof o&&(M=y||Ps(M)),M.apply(E,x)}}function Rs(t,e){return function(i,n){return function(t,e,i,n){return yn(t,(function(t,s,r){e(n,i(t),s,r)})),n}(i,t,e(n),{})}}function zs(t,e){return function(n,s){var r;if(n===i&&s===i)return e;if(n!==i&&(r=n),s!==i){if(r===i)return s;"string"==typeof n||"string"==typeof s?(n=rs(n),s=rs(s)):(n=ss(n),s=ss(s)),r=t(n,s)}return r}}function Hs(t){return Qs((function(e){return e=De(e,$e(sr())),Yn((function(i){var n=this;return t(e,(function(t){return _e(t,n,i)}))}))}))}function Ws(t,e){var n=(e=e===i?" ":rs(e)).length;if(n<2)return n?jn(e,t):e;var s=jn(e,de(t/oi(e)));return ii(e)?ys(hi(s),0,t).join(""):s.slice(0,t)}function Fs(t){return function(e,n,s){return s&&"number"!=typeof s&&mr(e,n,s)&&(n=s=i),e=co(e),n===i?(n=e,e=0):n=co(n),function(t,e,i,n){for(var s=-1,r=fi(de((e-t)/(i||1)),0),a=nt(r);r--;)a[n?r:++s]=t,t+=i;return a}(e,n,s=s===i?e<n?1:-1:co(s),t)}}function Us(t){return function(e,i){return"string"==typeof e&&"string"==typeof i||(e=mo(e),i=mo(i)),t(e,i)}}function Vs(t,e,n,s,r,o,h,l,u,c){var d=8&e;e|=d?a:64,4&(e&=~(d?64:a))||(e&=-4);var p=[t,e,r,d?o:i,d?h:i,d?i:o,d?i:h,l,u,c],f=n.apply(i,p);return yr(t)&&Mr(f,p),f.placeholder=s,Cr(f,t,e)}function qs(t){var e=St[t];return function(t,i){if(t=mo(t),(i=null==i?0:mi(po(i),292))&&Ve(t)){var n=(yo(t)+"e").split("e");return+((n=(yo(e(n[0]+"e"+(+n[1]+i)))+"e").split("e"))[0]+"e"+(+n[1]-i))}return e(t)}}var js=Si&&1/ai(new Si([,-0]))[1]==h?function(t){return new Si(t)}:oh;function Ys(t){return function(e){var i=ur(e);return i==b?ni(e):i==A?function(t){var e=-1,i=Array(t.size);return t.forEach((function(t){i[++e]=[t,t]})),i}(e):function(t,e){return De(e,(function(e){return[e,t[e]]}))}(e,t(e))}}function Gs(t,e,s,h,l,u,c,d){var p=2&e;if(!p&&"function"!=typeof t)throw new Tt(n);var f=h?h.length:0;if(f||(e&=-97,h=l=i),c=c===i?c:fi(po(c),0),d=d===i?d:po(d),f-=l?l.length:0,64&e){var m=h,g=l;h=l=i}var y=p?i:er(t),v=[t,e,s,h,l,m,g,u,c,d];if(y&&function(t,e){var i=t[1],n=e[1],s=i|n,a=s<131,h=n==o&&8==i||n==o&&256==i&&t[7].length<=e[8]||384==n&&e[7].length<=e[8]&&8==i;if(!a&&!h)return t;1&n&&(t[2]=e[2],s|=1&i?0:4);var l=e[3];if(l){var u=t[3];t[3]=u?Ss(u,l,e[4]):l,t[4]=u?ri(t[3],r):e[4]}(l=e[5])&&(u=t[5],t[5]=u?Es(u,l,e[6]):l,t[6]=u?ri(t[5],r):e[6]),(l=e[7])&&(t[7]=l),n&o&&(t[8]=null==t[8]?e[8]:mi(t[8],e[8])),null==t[9]&&(t[9]=e[9]),t[0]=e[0],t[1]=s}(v,y),t=v[0],e=v[1],s=v[2],h=v[3],l=v[4],!(d=v[9]=v[9]===i?p?0:t.length:fi(v[9]-f,0))&&24&e&&(e&=-25),e&&1!=e)x=8==e||16==e?function(t,e,n){var s=Ps(t);return function r(){for(var a=arguments.length,o=nt(a),h=a,l=nr(r);h--;)o[h]=arguments[h];var u=a<3&&o[0]!==l&&o[a-1]!==l?[]:ri(o,l);return(a-=u.length)<n?Vs(t,e,Os,r.placeholder,i,o,u,i,i,n-a):_e(this&&this!==ue&&this instanceof r?s:t,this,o)}}(t,e,d):e!=a&&33!=e||l.length?Os.apply(i,v):function(t,e,i,n){var s=1&e,r=Ps(t);return function e(){for(var a=-1,o=arguments.length,h=-1,l=n.length,u=nt(l+o),c=this&&this!==ue&&this instanceof e?r:t;++h<l;)u[h]=n[h];for(;o--;)u[h++]=arguments[++a];return _e(c,s?i:this,u)}}(t,e,s,h);else var x=function(t,e,i){var n=1&e,s=Ps(t);return function e(){return(this&&this!==ue&&this instanceof e?s:t).apply(n?i:this,arguments)}}(t,e,s);return Cr((y?Zn:Mr)(x,v),t,e)}function $s(t,e,n,s){return t===i||za(t,Dt[n])&&!Pt.call(s,n)?e:t}function Xs(t,e,n,s,r,a){return Qa(t)&&Qa(e)&&(a.set(e,t),zn(t,e,i,Xs,a),a.delete(e)),t}function Zs(t){return io(t)?i:t}function Js(t,e,n,s,r,a){var o=1&n,h=t.length,l=e.length;if(h!=l&&!(o&&l>h))return!1;var u=a.get(t),c=a.get(e);if(u&&c)return u==e&&c==t;var d=-1,p=!0,f=2&n?new qi:i;for(a.set(t,e),a.set(e,t);++d<h;){var m=t[d],g=e[d];if(s)var y=o?s(g,m,d,e,t,a):s(m,g,d,t,e,a);if(y!==i){if(y)continue;p=!1;break}if(f){if(!ke(e,(function(t,e){if(!Ze(f,e)&&(m===t||r(m,t,n,s,a)))return f.push(e)}))){p=!1;break}}else if(m!==g&&!r(m,g,n,s,a)){p=!1;break}}return a.delete(t),a.delete(e),p}function Qs(t){return Tr(_r(t,i,Vr),t+"")}function Ks(t){return wn(t,Do,hr)}function tr(t){return wn(t,Lo,lr)}var er=Ai?function(t){return Ai.get(t)}:oh;function ir(t){for(var e=t.name+"",i=Ti[e],n=Pt.call(Ti,e)?i.length:0;n--;){var s=i[n],r=s.func;if(null==r||r==t)return s.name}return e}function nr(t){return(Pt.call(Oi,"placeholder")?Oi:t).placeholder}function sr(){var t=Oi.iteratee||nh;return t=t===nh?Bn:t,arguments.length?t(arguments[0],arguments[1]):t}function rr(t,e){var i,n,s=t.__data__;return("string"==(n=typeof(i=e))||"number"==n||"symbol"==n||"boolean"==n?"__proto__"!==i:null===i)?s["string"==typeof e?"string":"hash"]:s.map}function ar(t){for(var e=Do(t),i=e.length;i--;){var n=e[i],s=t[n];e[i]=[n,s,br(s)]}return e}function or(t,e){var n=function(t,e){return null==t?i:t[e]}(t,e);return Ln(n)?n:i}var hr=me?function(t){return null==t?[]:(t=Et(t),Te(me(t),(function(e){return Yt.call(t,e)})))}:fh,lr=me?function(t){for(var e=[];t;)Le(e,hr(t)),t=qt(t);return e}:fh,ur=_n;function cr(t,e,i){for(var n=-1,s=(e=ms(e,t)).length,r=!1;++n<s;){var a=Nr(e[n]);if(!(r=null!=t&&i(t,a)))break;t=t[a]}return r||++n!=s?r:!!(s=null==t?0:t.length)&&Ja(s)&&fr(a,s)&&(Ua(t)||Fa(t))}function dr(t){return"function"!=typeof t.constructor||xr(t)?{}:Ri(qt(t))}function pr(t){return Ua(t)||Fa(t)||!!($t&&t&&t[$t])}function fr(t,e){var i=typeof t;return!!(e=null==e?l:e)&&("number"==i||"symbol"!=i&>.test(t))&&t>-1&&t%1==0&&t<e}function mr(t,e,i){if(!Qa(i))return!1;var n=typeof e;return!!("number"==n?qa(i)&&fr(e,i.length):"string"==n&&e in i)&&za(i[e],t)}function gr(t,e){if(Ua(t))return!1;var i=typeof t;return!("number"!=i&&"symbol"!=i&&"boolean"!=i&&null!=t&&!ao(t))||Q.test(t)||!J.test(t)||null!=e&&t in Et(e)}function yr(t){var e=ir(t),i=Oi[e];if("function"!=typeof i||!(e in Wi.prototype))return!1;if(t===i)return!0;var n=er(i);return!!n&&t===n[0]}(bi&&ur(new bi(new ArrayBuffer(1)))!=L||wi&&ur(new wi)!=b||_i&&ur(_i.resolve())!=E||Si&&ur(new Si)!=A||Ei&&ur(new Ei)!=I)&&(ur=function(t){var e=_n(t),n=e==S?t.constructor:i,s=n?Or(n):"";if(s)switch(s){case Ci:return L;case Ii:return b;case Di:return E;case Li:return A;case Bi:return I}return e});var vr=Lt?Xa:mh;function xr(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||Dt)}function br(t){return t==t&&!Qa(t)}function wr(t,e){return function(n){return null!=n&&n[t]===e&&(e!==i||t in Et(n))}}function _r(t,e,n){return e=fi(e===i?t.length-1:e,0),function(){for(var i=arguments,s=-1,r=fi(i.length-e,0),a=nt(r);++s<r;)a[s]=i[e+s];s=-1;for(var o=nt(e+1);++s<e;)o[s]=i[s];return o[e]=n(a),_e(t,this,o)}}function Sr(t,e){return e.length<2?t:bn(t,Kn(e,0,-1))}function Er(t,e){if(("constructor"!==e||"function"!=typeof t[e])&&"__proto__"!=e)return t[e]}var Mr=Ir(Zn),Ar=ce||function(t,e){return ue.setTimeout(t,e)},Tr=Ir(Jn);function Cr(t,e,i){var n=e+"";return Tr(t,function(t,e){var i=e.length;if(!i)return t;var n=i-1;return e[n]=(i>1?"& ":"")+e[n],e=e.join(i>2?", ":" "),t.replace(st,"{\n/* [wrapped with "+e+"] */\n")}(n,function(t,e){return Ee(d,(function(i){var n="_."+i[0];e&i[1]&&!Ce(t,n)&&t.push(n)})),t.sort()}(function(t){var e=t.match(rt);return e?e[1].split(at):[]}(n),i)))}function Ir(t){var e=0,n=0;return function(){var s=gi(),r=16-(s-n);if(n=s,r>0){if(++e>=800)return arguments[0]}else e=0;return t.apply(i,arguments)}}function Dr(t,e){var n=-1,s=t.length,r=s-1;for(e=e===i?s:e;++n<e;){var a=qn(n,r),o=t[a];t[a]=t[n],t[n]=o}return t.length=e,t}var Lr,Br,Pr,kr=(Lr=function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(K,(function(t,i,n,s){e.push(n?s.replace(lt,"$1"):i||t)})),e},Br=Ba(Lr,(function(t){return 500===Pr.size&&Pr.clear(),t})),Pr=Br.cache,Br);function Nr(t){if("string"==typeof t||ao(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e}function Or(t){if(null!=t){try{return Bt.call(t)}catch(t){}try{return t+""}catch(t){}}return""}function Rr(t){if(t instanceof Wi)return t.clone();var e=new Hi(t.__wrapped__,t.__chain__);return e.__actions__=Ms(t.__actions__),e.__index__=t.__index__,e.__values__=t.__values__,e}var zr=Yn((function(t,e){return ja(t)?hn(t,fn(e,1,ja,!0)):[]})),Hr=Yn((function(t,e){var n=$r(e);return ja(n)&&(n=i),ja(t)?hn(t,fn(e,1,ja,!0),sr(n,2)):[]})),Wr=Yn((function(t,e){var n=$r(e);return ja(n)&&(n=i),ja(t)?hn(t,fn(e,1,ja,!0),i,n):[]}));function Fr(t,e,i){var n=null==t?0:t.length;if(!n)return-1;var s=null==i?0:po(i);return s<0&&(s=fi(n+s,0)),Re(t,sr(e,3),s)}function Ur(t,e,n){var s=null==t?0:t.length;if(!s)return-1;var r=s-1;return n!==i&&(r=po(n),r=n<0?fi(s+r,0):mi(r,s-1)),Re(t,sr(e,3),r,!0)}function Vr(t){return null!=t&&t.length?fn(t,1):[]}function qr(t){return t&&t.length?t[0]:i}var jr=Yn((function(t){var e=De(t,ps);return e.length&&e[0]===t[0]?An(e):[]})),Yr=Yn((function(t){var e=$r(t),n=De(t,ps);return e===$r(n)?e=i:n.pop(),n.length&&n[0]===t[0]?An(n,sr(e,2)):[]})),Gr=Yn((function(t){var e=$r(t),n=De(t,ps);return(e="function"==typeof e?e:i)&&n.pop(),n.length&&n[0]===t[0]?An(n,i,e):[]}));function $r(t){var e=null==t?0:t.length;return e?t[e-1]:i}var Xr=Yn(Zr);function Zr(t,e){return t&&t.length&&e&&e.length?Un(t,e):t}var Jr=Qs((function(t,e){var i=null==t?0:t.length,n=nn(t,e);return Vn(t,De(e,(function(t){return fr(t,i)?+t:t})).sort(_s)),n}));function Qr(t){return null==t?t:xi.call(t)}var Kr=Yn((function(t){return as(fn(t,1,ja,!0))})),ta=Yn((function(t){var e=$r(t);return ja(e)&&(e=i),as(fn(t,1,ja,!0),sr(e,2))})),ea=Yn((function(t){var e=$r(t);return e="function"==typeof e?e:i,as(fn(t,1,ja,!0),i,e)}));function ia(t){if(!t||!t.length)return[];var e=0;return t=Te(t,(function(t){if(ja(t))return e=fi(t.length,e),!0})),Ye(e,(function(e){return De(t,Ue(e))}))}function na(t,e){if(!t||!t.length)return[];var n=ia(t);return null==e?n:De(n,(function(t){return _e(e,i,t)}))}var sa=Yn((function(t,e){return ja(t)?hn(t,e):[]})),ra=Yn((function(t){return cs(Te(t,ja))})),aa=Yn((function(t){var e=$r(t);return ja(e)&&(e=i),cs(Te(t,ja),sr(e,2))})),oa=Yn((function(t){var e=$r(t);return e="function"==typeof e?e:i,cs(Te(t,ja),i,e)})),ha=Yn(ia),la=Yn((function(t){var e=t.length,n=e>1?t[e-1]:i;return n="function"==typeof n?(t.pop(),n):i,na(t,n)}));function ua(t){var e=Oi(t);return e.__chain__=!0,e}function ca(t,e){return e(t)}var da=Qs((function(t){var e=t.length,n=e?t[0]:0,s=this.__wrapped__,r=function(e){return nn(e,t)};return!(e>1||this.__actions__.length)&&s instanceof Wi&&fr(n)?((s=s.slice(n,+n+(e?1:0))).__actions__.push({func:ca,args:[r],thisArg:i}),new Hi(s,this.__chain__).thru((function(t){return e&&!t.length&&t.push(i),t}))):this.thru(r)})),pa=Ts((function(t,e,i){Pt.call(t,i)?++t[i]:en(t,i,1)})),fa=ks(Fr),ma=ks(Ur);function ga(t,e){return(Ua(t)?Ee:ln)(t,sr(e,3))}function ya(t,e){return(Ua(t)?Me:un)(t,sr(e,3))}var va=Ts((function(t,e,i){Pt.call(t,i)?t[i].push(e):en(t,i,[e])})),xa=Yn((function(t,e,i){var n=-1,s="function"==typeof e,r=qa(t)?nt(t.length):[];return ln(t,(function(t){r[++n]=s?_e(e,t,i):Tn(t,e,i)})),r})),ba=Ts((function(t,e,i){en(t,i,e)}));function wa(t,e){return(Ua(t)?De:Nn)(t,sr(e,3))}var _a=Ts((function(t,e,i){t[i?0:1].push(e)}),(function(){return[[],[]]})),Sa=Yn((function(t,e){if(null==t)return[];var i=e.length;return i>1&&mr(t,e[0],e[1])?e=[]:i>2&&mr(e[0],e[1],e[2])&&(e=[e[0]]),Wn(t,fn(e,1),[])})),Ea=le||function(){return ue.Date.now()};function Ma(t,e,n){return e=n?i:e,e=t&&null==e?t.length:e,Gs(t,o,i,i,i,i,e)}function Aa(t,e){var s;if("function"!=typeof e)throw new Tt(n);return t=po(t),function(){return--t>0&&(s=e.apply(this,arguments)),t<=1&&(e=i),s}}var Ta=Yn((function(t,e,i){var n=1;if(i.length){var s=ri(i,nr(Ta));n|=a}return Gs(t,n,e,i,s)})),Ca=Yn((function(t,e,i){var n=3;if(i.length){var s=ri(i,nr(Ca));n|=a}return Gs(e,n,t,i,s)}));function Ia(t,e,s){var r,a,o,h,l,u,c=0,d=!1,p=!1,f=!0;if("function"!=typeof t)throw new Tt(n);function m(e){var n=r,s=a;return r=a=i,c=e,h=t.apply(s,n)}function g(t){var n=t-u;return u===i||n>=e||n<0||p&&t-c>=o}function y(){var t=Ea();if(g(t))return v(t);l=Ar(y,function(t){var i=e-(t-u);return p?mi(i,o-(t-c)):i}(t))}function v(t){return l=i,f&&r?m(t):(r=a=i,h)}function x(){var t=Ea(),n=g(t);if(r=arguments,a=this,u=t,n){if(l===i)return function(t){return c=t,l=Ar(y,e),d?m(t):h}(u);if(p)return vs(l),l=Ar(y,e),m(u)}return l===i&&(l=Ar(y,e)),h}return e=mo(e)||0,Qa(s)&&(d=!!s.leading,o=(p="maxWait"in s)?fi(mo(s.maxWait)||0,e):o,f="trailing"in s?!!s.trailing:f),x.cancel=function(){l!==i&&vs(l),c=0,r=u=a=l=i},x.flush=function(){return l===i?h:v(Ea())},x}var Da=Yn((function(t,e){return on(t,1,e)})),La=Yn((function(t,e,i){return on(t,mo(e)||0,i)}));function Ba(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new Tt(n);var i=function(){var n=arguments,s=e?e.apply(this,n):n[0],r=i.cache;if(r.has(s))return r.get(s);var a=t.apply(this,n);return i.cache=r.set(s,a)||r,a};return i.cache=new(Ba.Cache||Vi),i}function Pa(t){if("function"!=typeof t)throw new Tt(n);return function(){var e=arguments;switch(e.length){case 0:return!t.call(this);case 1:return!t.call(this,e[0]);case 2:return!t.call(this,e[0],e[1]);case 3:return!t.call(this,e[0],e[1],e[2])}return!t.apply(this,e)}}Ba.Cache=Vi;var ka=gs((function(t,e){var i=(e=1==e.length&&Ua(e[0])?De(e[0],$e(sr())):De(fn(e,1),$e(sr()))).length;return Yn((function(n){for(var s=-1,r=mi(n.length,i);++s<r;)n[s]=e[s].call(this,n[s]);return _e(t,this,n)}))})),Na=Yn((function(t,e){var n=ri(e,nr(Na));return Gs(t,a,i,e,n)})),Oa=Yn((function(t,e){var n=ri(e,nr(Oa));return Gs(t,64,i,e,n)})),Ra=Qs((function(t,e){return Gs(t,256,i,i,i,e)}));function za(t,e){return t===e||t!=t&&e!=e}var Ha=Us(Sn),Wa=Us((function(t,e){return t>=e})),Fa=Cn(function(){return arguments}())?Cn:function(t){return Ka(t)&&Pt.call(t,"callee")&&!Yt.call(t,"callee")},Ua=nt.isArray,Va=ge?$e(ge):function(t){return Ka(t)&&_n(t)==D};function qa(t){return null!=t&&Ja(t.length)&&!Xa(t)}function ja(t){return Ka(t)&&qa(t)}var Ya=Ne||mh,Ga=ye?$e(ye):function(t){return Ka(t)&&_n(t)==g};function $a(t){if(!Ka(t))return!1;var e=_n(t);return e==y||"[object DOMException]"==e||"string"==typeof t.message&&"string"==typeof t.name&&!io(t)}function Xa(t){if(!Qa(t))return!1;var e=_n(t);return e==v||e==x||"[object AsyncFunction]"==e||"[object Proxy]"==e}function Za(t){return"number"==typeof t&&t==po(t)}function Ja(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=l}function Qa(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)}function Ka(t){return null!=t&&"object"==typeof t}var to=ve?$e(ve):function(t){return Ka(t)&&ur(t)==b};function eo(t){return"number"==typeof t||Ka(t)&&_n(t)==w}function io(t){if(!Ka(t)||_n(t)!=S)return!1;var e=qt(t);if(null===e)return!0;var i=Pt.call(e,"constructor")&&e.constructor;return"function"==typeof i&&i instanceof i&&Bt.call(i)==Rt}var no=xe?$e(xe):function(t){return Ka(t)&&_n(t)==M},so=be?$e(be):function(t){return Ka(t)&&ur(t)==A};function ro(t){return"string"==typeof t||!Ua(t)&&Ka(t)&&_n(t)==T}function ao(t){return"symbol"==typeof t||Ka(t)&&_n(t)==C}var oo=we?$e(we):function(t){return Ka(t)&&Ja(t.length)&&!!ne[_n(t)]},ho=Us(kn),lo=Us((function(t,e){return t<=e}));function uo(t){if(!t)return[];if(qa(t))return ro(t)?hi(t):Ms(t);if(Jt&&t[Jt])return function(t){for(var e,i=[];!(e=t.next()).done;)i.push(e.value);return i}(t[Jt]());var e=ur(t);return(e==b?ni:e==A?ai:Ho)(t)}function co(t){return t?(t=mo(t))===h||t===-1/0?17976931348623157e292*(t<0?-1:1):t==t?t:0:0===t?t:0}function po(t){var e=co(t),i=e%1;return e==e?i?e-i:e:0}function fo(t){return t?sn(po(t),0,c):0}function mo(t){if("number"==typeof t)return t;if(ao(t))return u;if(Qa(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=Qa(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=Ge(t);var i=pt.test(t);return i||mt.test(t)?oe(t.slice(2),i?2:8):dt.test(t)?u:+t}function go(t){return As(t,Lo(t))}function yo(t){return null==t?"":rs(t)}var vo=Cs((function(t,e){if(xr(e)||qa(e))As(e,Do(e),t);else for(var i in e)Pt.call(e,i)&&Ji(t,i,e[i])})),xo=Cs((function(t,e){As(e,Lo(e),t)})),bo=Cs((function(t,e,i,n){As(e,Lo(e),t,n)})),wo=Cs((function(t,e,i,n){As(e,Do(e),t,n)})),_o=Qs(nn),So=Yn((function(t,e){t=Et(t);var n=-1,s=e.length,r=s>2?e[2]:i;for(r&&mr(e[0],e[1],r)&&(s=1);++n<s;)for(var a=e[n],o=Lo(a),h=-1,l=o.length;++h<l;){var u=o[h],c=t[u];(c===i||za(c,Dt[u])&&!Pt.call(t,u))&&(t[u]=a[u])}return t})),Eo=Yn((function(t){return t.push(i,Xs),_e(Po,i,t)}));function Mo(t,e,n){var s=null==t?i:bn(t,e);return s===i?n:s}function Ao(t,e){return null!=t&&cr(t,e,Mn)}var To=Rs((function(t,e,i){null!=e&&"function"!=typeof e.toString&&(e=Ot.call(e)),t[e]=i}),Ko(ih)),Co=Rs((function(t,e,i){null!=e&&"function"!=typeof e.toString&&(e=Ot.call(e)),Pt.call(t,e)?t[e].push(i):t[e]=[i]}),sr),Io=Yn(Tn);function Do(t){return qa(t)?Yi(t):Pn(t)}function Lo(t){return qa(t)?Yi(t,!0):function(t){if(!Qa(t))return function(t){var e=[];if(null!=t)for(var i in Et(t))e.push(i);return e}(t);var e=xr(t),i=[];for(var n in t)("constructor"!=n||!e&&Pt.call(t,n))&&i.push(n);return i}(t)}var Bo=Cs((function(t,e,i){zn(t,e,i)})),Po=Cs((function(t,e,i,n){zn(t,e,i,n)})),ko=Qs((function(t,e){var i={};if(null==t)return i;var n=!1;e=De(e,(function(e){return e=ms(e,t),n||(n=e.length>1),e})),As(t,tr(t),i),n&&(i=rn(i,7,Zs));for(var s=e.length;s--;)os(i,e[s]);return i})),No=Qs((function(t,e){return null==t?{}:function(t,e){return Fn(t,e,(function(e,i){return Ao(t,i)}))}(t,e)}));function Oo(t,e){if(null==t)return{};var i=De(tr(t),(function(t){return[t]}));return e=sr(e),Fn(t,i,(function(t,i){return e(t,i[0])}))}var Ro=Ys(Do),zo=Ys(Lo);function Ho(t){return null==t?[]:Xe(t,Do(t))}var Wo=Bs((function(t,e,i){return e=e.toLowerCase(),t+(i?Fo(e):e)}));function Fo(t){return Xo(yo(t).toLowerCase())}function Uo(t){return(t=yo(t))&&t.replace(yt,Ke).replace(Zt,"")}var Vo=Bs((function(t,e,i){return t+(i?"-":"")+e.toLowerCase()})),qo=Bs((function(t,e,i){return t+(i?" ":"")+e.toLowerCase()})),jo=Ls("toLowerCase"),Yo=Bs((function(t,e,i){return t+(i?"_":"")+e.toLowerCase()})),Go=Bs((function(t,e,i){return t+(i?" ":"")+Xo(e)})),$o=Bs((function(t,e,i){return t+(i?" ":"")+e.toUpperCase()})),Xo=Ls("toUpperCase");function Zo(t,e,n){return t=yo(t),(e=n?i:e)===i?function(t){return te.test(t)}(t)?function(t){return t.match(Qt)||[]}(t):function(t){return t.match(ot)||[]}(t):t.match(e)||[]}var Jo=Yn((function(t,e){try{return _e(t,i,e)}catch(t){return $a(t)?t:new wt(t)}})),Qo=Qs((function(t,e){return Ee(e,(function(e){e=Nr(e),en(t,e,Ta(t[e],t))})),t}));function Ko(t){return function(){return t}}var th=Ns(),eh=Ns(!0);function ih(t){return t}function nh(t){return Bn("function"==typeof t?t:rn(t,1))}var sh=Yn((function(t,e){return function(i){return Tn(i,t,e)}})),rh=Yn((function(t,e){return function(i){return Tn(t,i,e)}}));function ah(t,e,i){var n=Do(e),s=xn(e,n);null!=i||Qa(e)&&(s.length||!n.length)||(i=e,e=t,t=this,s=xn(e,Do(e)));var r=!(Qa(i)&&"chain"in i&&!i.chain),a=Xa(t);return Ee(s,(function(i){var n=e[i];t[i]=n,a&&(t.prototype[i]=function(){var e=this.__chain__;if(r||e){var i=t(this.__wrapped__);return(i.__actions__=Ms(this.__actions__)).push({func:n,args:arguments,thisArg:t}),i.__chain__=e,i}return n.apply(t,Le([this.value()],arguments))})})),t}function oh(){}var hh=Hs(De),lh=Hs(Ae),uh=Hs(ke);function ch(t){return gr(t)?Ue(Nr(t)):function(t){return function(e){return bn(e,t)}}(t)}var dh=Fs(),ph=Fs(!0);function fh(){return[]}function mh(){return!1}var gh,yh=zs((function(t,e){return t+e}),0),vh=qs("ceil"),xh=zs((function(t,e){return t/e}),1),bh=qs("floor"),wh=zs((function(t,e){return t*e}),1),_h=qs("round"),Sh=zs((function(t,e){return t-e}),0);return Oi.after=function(t,e){if("function"!=typeof e)throw new Tt(n);return t=po(t),function(){if(--t<1)return e.apply(this,arguments)}},Oi.ary=Ma,Oi.assign=vo,Oi.assignIn=xo,Oi.assignInWith=bo,Oi.assignWith=wo,Oi.at=_o,Oi.before=Aa,Oi.bind=Ta,Oi.bindAll=Qo,Oi.bindKey=Ca,Oi.castArray=function(){if(!arguments.length)return[];var t=arguments[0];return Ua(t)?t:[t]},Oi.chain=ua,Oi.chunk=function(t,e,n){e=(n?mr(t,e,n):e===i)?1:fi(po(e),0);var s=null==t?0:t.length;if(!s||e<1)return[];for(var r=0,a=0,o=nt(de(s/e));r<s;)o[a++]=Kn(t,r,r+=e);return o},Oi.compact=function(t){for(var e=-1,i=null==t?0:t.length,n=0,s=[];++e<i;){var r=t[e];r&&(s[n++]=r)}return s},Oi.concat=function(){var t=arguments.length;if(!t)return[];for(var e=nt(t-1),i=arguments[0],n=t;n--;)e[n-1]=arguments[n];return Le(Ua(i)?Ms(i):[i],fn(e,1))},Oi.cond=function(t){var e=null==t?0:t.length,i=sr();return t=e?De(t,(function(t){if("function"!=typeof t[1])throw new Tt(n);return[i(t[0]),t[1]]})):[],Yn((function(i){for(var n=-1;++n<e;){var s=t[n];if(_e(s[0],this,i))return _e(s[1],this,i)}}))},Oi.conforms=function(t){return function(t){var e=Do(t);return function(i){return an(i,t,e)}}(rn(t,1))},Oi.constant=Ko,Oi.countBy=pa,Oi.create=function(t,e){var i=Ri(t);return null==e?i:tn(i,e)},Oi.curry=function t(e,n,s){var r=Gs(e,8,i,i,i,i,i,n=s?i:n);return r.placeholder=t.placeholder,r},Oi.curryRight=function t(e,n,s){var r=Gs(e,16,i,i,i,i,i,n=s?i:n);return r.placeholder=t.placeholder,r},Oi.debounce=Ia,Oi.defaults=So,Oi.defaultsDeep=Eo,Oi.defer=Da,Oi.delay=La,Oi.difference=zr,Oi.differenceBy=Hr,Oi.differenceWith=Wr,Oi.drop=function(t,e,n){var s=null==t?0:t.length;return s?Kn(t,(e=n||e===i?1:po(e))<0?0:e,s):[]},Oi.dropRight=function(t,e,n){var s=null==t?0:t.length;return s?Kn(t,0,(e=s-(e=n||e===i?1:po(e)))<0?0:e):[]},Oi.dropRightWhile=function(t,e){return t&&t.length?ls(t,sr(e,3),!0,!0):[]},Oi.dropWhile=function(t,e){return t&&t.length?ls(t,sr(e,3),!0):[]},Oi.fill=function(t,e,n,s){var r=null==t?0:t.length;return r?(n&&"number"!=typeof n&&mr(t,e,n)&&(n=0,s=r),function(t,e,n,s){var r=t.length;for((n=po(n))<0&&(n=-n>r?0:r+n),(s=s===i||s>r?r:po(s))<0&&(s+=r),s=n>s?0:fo(s);n<s;)t[n++]=e;return t}(t,e,n,s)):[]},Oi.filter=function(t,e){return(Ua(t)?Te:pn)(t,sr(e,3))},Oi.flatMap=function(t,e){return fn(wa(t,e),1)},Oi.flatMapDeep=function(t,e){return fn(wa(t,e),h)},Oi.flatMapDepth=function(t,e,n){return n=n===i?1:po(n),fn(wa(t,e),n)},Oi.flatten=Vr,Oi.flattenDeep=function(t){return null!=t&&t.length?fn(t,h):[]},Oi.flattenDepth=function(t,e){return null!=t&&t.length?fn(t,e=e===i?1:po(e)):[]},Oi.flip=function(t){return Gs(t,512)},Oi.flow=th,Oi.flowRight=eh,Oi.fromPairs=function(t){for(var e=-1,i=null==t?0:t.length,n={};++e<i;){var s=t[e];n[s[0]]=s[1]}return n},Oi.functions=function(t){return null==t?[]:xn(t,Do(t))},Oi.functionsIn=function(t){return null==t?[]:xn(t,Lo(t))},Oi.groupBy=va,Oi.initial=function(t){return null!=t&&t.length?Kn(t,0,-1):[]},Oi.intersection=jr,Oi.intersectionBy=Yr,Oi.intersectionWith=Gr,Oi.invert=To,Oi.invertBy=Co,Oi.invokeMap=xa,Oi.iteratee=nh,Oi.keyBy=ba,Oi.keys=Do,Oi.keysIn=Lo,Oi.map=wa,Oi.mapKeys=function(t,e){var i={};return e=sr(e,3),yn(t,(function(t,n,s){en(i,e(t,n,s),t)})),i},Oi.mapValues=function(t,e){var i={};return e=sr(e,3),yn(t,(function(t,n,s){en(i,n,e(t,n,s))})),i},Oi.matches=function(t){return On(rn(t,1))},Oi.matchesProperty=function(t,e){return Rn(t,rn(e,1))},Oi.memoize=Ba,Oi.merge=Bo,Oi.mergeWith=Po,Oi.method=sh,Oi.methodOf=rh,Oi.mixin=ah,Oi.negate=Pa,Oi.nthArg=function(t){return t=po(t),Yn((function(e){return Hn(e,t)}))},Oi.omit=ko,Oi.omitBy=function(t,e){return Oo(t,Pa(sr(e)))},Oi.once=function(t){return Aa(2,t)},Oi.orderBy=function(t,e,n,s){return null==t?[]:(Ua(e)||(e=null==e?[]:[e]),Ua(n=s?i:n)||(n=null==n?[]:[n]),Wn(t,e,n))},Oi.over=hh,Oi.overArgs=ka,Oi.overEvery=lh,Oi.overSome=uh,Oi.partial=Na,Oi.partialRight=Oa,Oi.partition=_a,Oi.pick=No,Oi.pickBy=Oo,Oi.property=ch,Oi.propertyOf=function(t){return function(e){return null==t?i:bn(t,e)}},Oi.pull=Xr,Oi.pullAll=Zr,Oi.pullAllBy=function(t,e,i){return t&&t.length&&e&&e.length?Un(t,e,sr(i,2)):t},Oi.pullAllWith=function(t,e,n){return t&&t.length&&e&&e.length?Un(t,e,i,n):t},Oi.pullAt=Jr,Oi.range=dh,Oi.rangeRight=ph,Oi.rearg=Ra,Oi.reject=function(t,e){return(Ua(t)?Te:pn)(t,Pa(sr(e,3)))},Oi.remove=function(t,e){var i=[];if(!t||!t.length)return i;var n=-1,s=[],r=t.length;for(e=sr(e,3);++n<r;){var a=t[n];e(a,n,t)&&(i.push(a),s.push(n))}return Vn(t,s),i},Oi.rest=function(t,e){if("function"!=typeof t)throw new Tt(n);return Yn(t,e=e===i?e:po(e))},Oi.reverse=Qr,Oi.sampleSize=function(t,e,n){return e=(n?mr(t,e,n):e===i)?1:po(e),(Ua(t)?$i:$n)(t,e)},Oi.set=function(t,e,i){return null==t?t:Xn(t,e,i)},Oi.setWith=function(t,e,n,s){return s="function"==typeof s?s:i,null==t?t:Xn(t,e,n,s)},Oi.shuffle=function(t){return(Ua(t)?Xi:Qn)(t)},Oi.slice=function(t,e,n){var s=null==t?0:t.length;return s?(n&&"number"!=typeof n&&mr(t,e,n)?(e=0,n=s):(e=null==e?0:po(e),n=n===i?s:po(n)),Kn(t,e,n)):[]},Oi.sortBy=Sa,Oi.sortedUniq=function(t){return t&&t.length?ns(t):[]},Oi.sortedUniqBy=function(t,e){return t&&t.length?ns(t,sr(e,2)):[]},Oi.split=function(t,e,n){return n&&"number"!=typeof n&&mr(t,e,n)&&(e=n=i),(n=n===i?c:n>>>0)?(t=yo(t))&&("string"==typeof e||null!=e&&!no(e))&&!(e=rs(e))&&ii(t)?ys(hi(t),0,n):t.split(e,n):[]},Oi.spread=function(t,e){if("function"!=typeof t)throw new Tt(n);return e=null==e?0:fi(po(e),0),Yn((function(i){var n=i[e],s=ys(i,0,e);return n&&Le(s,n),_e(t,this,s)}))},Oi.tail=function(t){var e=null==t?0:t.length;return e?Kn(t,1,e):[]},Oi.take=function(t,e,n){return t&&t.length?Kn(t,0,(e=n||e===i?1:po(e))<0?0:e):[]},Oi.takeRight=function(t,e,n){var s=null==t?0:t.length;return s?Kn(t,(e=s-(e=n||e===i?1:po(e)))<0?0:e,s):[]},Oi.takeRightWhile=function(t,e){return t&&t.length?ls(t,sr(e,3),!1,!0):[]},Oi.takeWhile=function(t,e){return t&&t.length?ls(t,sr(e,3)):[]},Oi.tap=function(t,e){return e(t),t},Oi.throttle=function(t,e,i){var s=!0,r=!0;if("function"!=typeof t)throw new Tt(n);return Qa(i)&&(s="leading"in i?!!i.leading:s,r="trailing"in i?!!i.trailing:r),Ia(t,e,{leading:s,maxWait:e,trailing:r})},Oi.thru=ca,Oi.toArray=uo,Oi.toPairs=Ro,Oi.toPairsIn=zo,Oi.toPath=function(t){return Ua(t)?De(t,Nr):ao(t)?[t]:Ms(kr(yo(t)))},Oi.toPlainObject=go,Oi.transform=function(t,e,i){var n=Ua(t),s=n||Ya(t)||oo(t);if(e=sr(e,4),null==i){var r=t&&t.constructor;i=s?n?new r:[]:Qa(t)&&Xa(r)?Ri(qt(t)):{}}return(s?Ee:yn)(t,(function(t,n,s){return e(i,t,n,s)})),i},Oi.unary=function(t){return Ma(t,1)},Oi.union=Kr,Oi.unionBy=ta,Oi.unionWith=ea,Oi.uniq=function(t){return t&&t.length?as(t):[]},Oi.uniqBy=function(t,e){return t&&t.length?as(t,sr(e,2)):[]},Oi.uniqWith=function(t,e){return e="function"==typeof e?e:i,t&&t.length?as(t,i,e):[]},Oi.unset=function(t,e){return null==t||os(t,e)},Oi.unzip=ia,Oi.unzipWith=na,Oi.update=function(t,e,i){return null==t?t:hs(t,e,fs(i))},Oi.updateWith=function(t,e,n,s){return s="function"==typeof s?s:i,null==t?t:hs(t,e,fs(n),s)},Oi.values=Ho,Oi.valuesIn=function(t){return null==t?[]:Xe(t,Lo(t))},Oi.without=sa,Oi.words=Zo,Oi.wrap=function(t,e){return Na(fs(e),t)},Oi.xor=ra,Oi.xorBy=aa,Oi.xorWith=oa,Oi.zip=ha,Oi.zipObject=function(t,e){return ds(t||[],e||[],Ji)},Oi.zipObjectDeep=function(t,e){return ds(t||[],e||[],Xn)},Oi.zipWith=la,Oi.entries=Ro,Oi.entriesIn=zo,Oi.extend=xo,Oi.extendWith=bo,ah(Oi,Oi),Oi.add=yh,Oi.attempt=Jo,Oi.camelCase=Wo,Oi.capitalize=Fo,Oi.ceil=vh,Oi.clamp=function(t,e,n){return n===i&&(n=e,e=i),n!==i&&(n=(n=mo(n))==n?n:0),e!==i&&(e=(e=mo(e))==e?e:0),sn(mo(t),e,n)},Oi.clone=function(t){return rn(t,4)},Oi.cloneDeep=function(t){return rn(t,5)},Oi.cloneDeepWith=function(t,e){return rn(t,5,e="function"==typeof e?e:i)},Oi.cloneWith=function(t,e){return rn(t,4,e="function"==typeof e?e:i)},Oi.conformsTo=function(t,e){return null==e||an(t,e,Do(e))},Oi.deburr=Uo,Oi.defaultTo=function(t,e){return null==t||t!=t?e:t},Oi.divide=xh,Oi.endsWith=function(t,e,n){t=yo(t),e=rs(e);var s=t.length,r=n=n===i?s:sn(po(n),0,s);return(n-=e.length)>=0&&t.slice(n,r)==e},Oi.eq=za,Oi.escape=function(t){return(t=yo(t))&&G.test(t)?t.replace(j,ti):t},Oi.escapeRegExp=function(t){return(t=yo(t))&&et.test(t)?t.replace(tt,"\\$&"):t},Oi.every=function(t,e,n){var s=Ua(t)?Ae:cn;return n&&mr(t,e,n)&&(e=i),s(t,sr(e,3))},Oi.find=fa,Oi.findIndex=Fr,Oi.findKey=function(t,e){return Oe(t,sr(e,3),yn)},Oi.findLast=ma,Oi.findLastIndex=Ur,Oi.findLastKey=function(t,e){return Oe(t,sr(e,3),vn)},Oi.floor=bh,Oi.forEach=ga,Oi.forEachRight=ya,Oi.forIn=function(t,e){return null==t?t:mn(t,sr(e,3),Lo)},Oi.forInRight=function(t,e){return null==t?t:gn(t,sr(e,3),Lo)},Oi.forOwn=function(t,e){return t&&yn(t,sr(e,3))},Oi.forOwnRight=function(t,e){return t&&vn(t,sr(e,3))},Oi.get=Mo,Oi.gt=Ha,Oi.gte=Wa,Oi.has=function(t,e){return null!=t&&cr(t,e,En)},Oi.hasIn=Ao,Oi.head=qr,Oi.identity=ih,Oi.includes=function(t,e,i,n){t=qa(t)?t:Ho(t),i=i&&!n?po(i):0;var s=t.length;return i<0&&(i=fi(s+i,0)),ro(t)?i<=s&&t.indexOf(e,i)>-1:!!s&&ze(t,e,i)>-1},Oi.indexOf=function(t,e,i){var n=null==t?0:t.length;if(!n)return-1;var s=null==i?0:po(i);return s<0&&(s=fi(n+s,0)),ze(t,e,s)},Oi.inRange=function(t,e,n){return e=co(e),n===i?(n=e,e=0):n=co(n),function(t,e,i){return t>=mi(e,i)&&t<fi(e,i)}(t=mo(t),e,n)},Oi.invoke=Io,Oi.isArguments=Fa,Oi.isArray=Ua,Oi.isArrayBuffer=Va,Oi.isArrayLike=qa,Oi.isArrayLikeObject=ja,Oi.isBoolean=function(t){return!0===t||!1===t||Ka(t)&&_n(t)==m},Oi.isBuffer=Ya,Oi.isDate=Ga,Oi.isElement=function(t){return Ka(t)&&1===t.nodeType&&!io(t)},Oi.isEmpty=function(t){if(null==t)return!0;if(qa(t)&&(Ua(t)||"string"==typeof t||"function"==typeof t.splice||Ya(t)||oo(t)||Fa(t)))return!t.length;var e=ur(t);if(e==b||e==A)return!t.size;if(xr(t))return!Pn(t).length;for(var i in t)if(Pt.call(t,i))return!1;return!0},Oi.isEqual=function(t,e){return In(t,e)},Oi.isEqualWith=function(t,e,n){var s=(n="function"==typeof n?n:i)?n(t,e):i;return s===i?In(t,e,i,n):!!s},Oi.isError=$a,Oi.isFinite=function(t){return"number"==typeof t&&Ve(t)},Oi.isFunction=Xa,Oi.isInteger=Za,Oi.isLength=Ja,Oi.isMap=to,Oi.isMatch=function(t,e){return t===e||Dn(t,e,ar(e))},Oi.isMatchWith=function(t,e,n){return n="function"==typeof n?n:i,Dn(t,e,ar(e),n)},Oi.isNaN=function(t){return eo(t)&&t!=+t},Oi.isNative=function(t){if(vr(t))throw new wt("Unsupported core-js use. Try https://npms.io/search?q=ponyfill.");return Ln(t)},Oi.isNil=function(t){return null==t},Oi.isNull=function(t){return null===t},Oi.isNumber=eo,Oi.isObject=Qa,Oi.isObjectLike=Ka,Oi.isPlainObject=io,Oi.isRegExp=no,Oi.isSafeInteger=function(t){return Za(t)&&t>=-9007199254740991&&t<=l},Oi.isSet=so,Oi.isString=ro,Oi.isSymbol=ao,Oi.isTypedArray=oo,Oi.isUndefined=function(t){return t===i},Oi.isWeakMap=function(t){return Ka(t)&&ur(t)==I},Oi.isWeakSet=function(t){return Ka(t)&&"[object WeakSet]"==_n(t)},Oi.join=function(t,e){return null==t?"":di.call(t,e)},Oi.kebabCase=Vo,Oi.last=$r,Oi.lastIndexOf=function(t,e,n){var s=null==t?0:t.length;if(!s)return-1;var r=s;return n!==i&&(r=(r=po(n))<0?fi(s+r,0):mi(r,s-1)),e==e?function(t,e,i){for(var n=i+1;n--;)if(t[n]===e)return n;return n}(t,e,r):Re(t,We,r,!0)},Oi.lowerCase=qo,Oi.lowerFirst=jo,Oi.lt=ho,Oi.lte=lo,Oi.max=function(t){return t&&t.length?dn(t,ih,Sn):i},Oi.maxBy=function(t,e){return t&&t.length?dn(t,sr(e,2),Sn):i},Oi.mean=function(t){return Fe(t,ih)},Oi.meanBy=function(t,e){return Fe(t,sr(e,2))},Oi.min=function(t){return t&&t.length?dn(t,ih,kn):i},Oi.minBy=function(t,e){return t&&t.length?dn(t,sr(e,2),kn):i},Oi.stubArray=fh,Oi.stubFalse=mh,Oi.stubObject=function(){return{}},Oi.stubString=function(){return""},Oi.stubTrue=function(){return!0},Oi.multiply=wh,Oi.nth=function(t,e){return t&&t.length?Hn(t,po(e)):i},Oi.noConflict=function(){return ue._===this&&(ue._=zt),this},Oi.noop=oh,Oi.now=Ea,Oi.pad=function(t,e,i){t=yo(t);var n=(e=po(e))?oi(t):0;if(!e||n>=e)return t;var s=(e-n)/2;return Ws(fe(s),i)+t+Ws(de(s),i)},Oi.padEnd=function(t,e,i){t=yo(t);var n=(e=po(e))?oi(t):0;return e&&n<e?t+Ws(e-n,i):t},Oi.padStart=function(t,e,i){t=yo(t);var n=(e=po(e))?oi(t):0;return e&&n<e?Ws(e-n,i)+t:t},Oi.parseInt=function(t,e,i){return i||null==e?e=0:e&&(e=+e),yi(yo(t).replace(it,""),e||0)},Oi.random=function(t,e,n){if(n&&"boolean"!=typeof n&&mr(t,e,n)&&(e=n=i),n===i&&("boolean"==typeof e?(n=e,e=i):"boolean"==typeof t&&(n=t,t=i)),t===i&&e===i?(t=0,e=1):(t=co(t),e===i?(e=t,t=0):e=co(e)),t>e){var s=t;t=e,e=s}if(n||t%1||e%1){var r=vi();return mi(t+r*(e-t+ae("1e-"+((r+"").length-1))),e)}return qn(t,e)},Oi.reduce=function(t,e,i){var n=Ua(t)?Be:qe,s=arguments.length<3;return n(t,sr(e,4),i,s,ln)},Oi.reduceRight=function(t,e,i){var n=Ua(t)?Pe:qe,s=arguments.length<3;return n(t,sr(e,4),i,s,un)},Oi.repeat=function(t,e,n){return e=(n?mr(t,e,n):e===i)?1:po(e),jn(yo(t),e)},Oi.replace=function(){var t=arguments,e=yo(t[0]);return t.length<3?e:e.replace(t[1],t[2])},Oi.result=function(t,e,n){var s=-1,r=(e=ms(e,t)).length;for(r||(r=1,t=i);++s<r;){var a=null==t?i:t[Nr(e[s])];a===i&&(s=r,a=n),t=Xa(a)?a.call(t):a}return t},Oi.round=_h,Oi.runInContext=t,Oi.sample=function(t){return(Ua(t)?Gi:Gn)(t)},Oi.size=function(t){if(null==t)return 0;if(qa(t))return ro(t)?oi(t):t.length;var e=ur(t);return e==b||e==A?t.size:Pn(t).length},Oi.snakeCase=Yo,Oi.some=function(t,e,n){var s=Ua(t)?ke:ts;return n&&mr(t,e,n)&&(e=i),s(t,sr(e,3))},Oi.sortedIndex=function(t,e){return es(t,e)},Oi.sortedIndexBy=function(t,e,i){return is(t,e,sr(i,2))},Oi.sortedIndexOf=function(t,e){var i=null==t?0:t.length;if(i){var n=es(t,e);if(n<i&&za(t[n],e))return n}return-1},Oi.sortedLastIndex=function(t,e){return es(t,e,!0)},Oi.sortedLastIndexBy=function(t,e,i){return is(t,e,sr(i,2),!0)},Oi.sortedLastIndexOf=function(t,e){if(null!=t&&t.length){var i=es(t,e,!0)-1;if(za(t[i],e))return i}return-1},Oi.startCase=Go,Oi.startsWith=function(t,e,i){return t=yo(t),i=null==i?0:sn(po(i),0,t.length),e=rs(e),t.slice(i,i+e.length)==e},Oi.subtract=Sh,Oi.sum=function(t){return t&&t.length?je(t,ih):0},Oi.sumBy=function(t,e){return t&&t.length?je(t,sr(e,2)):0},Oi.template=function(t,e,n){var s=Oi.templateSettings;n&&mr(t,e,n)&&(e=i),t=yo(t),e=bo({},e,s,$s);var r,a,o=bo({},e.imports,s.imports,$s),h=Do(o),l=Xe(o,h),u=0,c=e.interpolate||vt,d="__p += '",p=Mt((e.escape||vt).source+"|"+c.source+"|"+(c===Z?ut:vt).source+"|"+(e.evaluate||vt).source+"|$","g"),f="//# sourceURL="+(Pt.call(e,"sourceURL")?(e.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++ie+"]")+"\n";t.replace(p,(function(e,i,n,s,o,h){return n||(n=s),d+=t.slice(u,h).replace(xt,ei),i&&(r=!0,d+="' +\n__e("+i+") +\n'"),o&&(a=!0,d+="';\n"+o+";\n__p += '"),n&&(d+="' +\n((__t = ("+n+")) == null ? '' : __t) +\n'"),u=h+e.length,e})),d+="';\n";var m=Pt.call(e,"variable")&&e.variable;if(m){if(ht.test(m))throw new wt("Invalid `variable` option passed into `_.template`")}else d="with (obj) {\n"+d+"\n}\n";d=(a?d.replace(F,""):d).replace(U,"$1").replace(V,"$1;"),d="function("+(m||"obj")+") {\n"+(m?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(r?", __e = _.escape":"")+(a?", __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n":";\n")+d+"return __p\n}";var g=Jo((function(){return _t(h,f+"return "+d).apply(i,l)}));if(g.source=d,$a(g))throw g;return g},Oi.times=function(t,e){if((t=po(t))<1||t>l)return[];var i=c,n=mi(t,c);e=sr(e),t-=c;for(var s=Ye(n,e);++i<t;)e(i);return s},Oi.toFinite=co,Oi.toInteger=po,Oi.toLength=fo,Oi.toLower=function(t){return yo(t).toLowerCase()},Oi.toNumber=mo,Oi.toSafeInteger=function(t){return t?sn(po(t),-9007199254740991,l):0===t?t:0},Oi.toString=yo,Oi.toUpper=function(t){return yo(t).toUpperCase()},Oi.trim=function(t,e,n){if((t=yo(t))&&(n||e===i))return Ge(t);if(!t||!(e=rs(e)))return t;var s=hi(t),r=hi(e);return ys(s,Je(s,r),Qe(s,r)+1).join("")},Oi.trimEnd=function(t,e,n){if((t=yo(t))&&(n||e===i))return t.slice(0,li(t)+1);if(!t||!(e=rs(e)))return t;var s=hi(t);return ys(s,0,Qe(s,hi(e))+1).join("")},Oi.trimStart=function(t,e,n){if((t=yo(t))&&(n||e===i))return t.replace(it,"");if(!t||!(e=rs(e)))return t;var s=hi(t);return ys(s,Je(s,hi(e))).join("")},Oi.truncate=function(t,e){var n=30,s="...";if(Qa(e)){var r="separator"in e?e.separator:r;n="length"in e?po(e.length):n,s="omission"in e?rs(e.omission):s}var a=(t=yo(t)).length;if(ii(t)){var o=hi(t);a=o.length}if(n>=a)return t;var h=n-oi(s);if(h<1)return s;var l=o?ys(o,0,h).join(""):t.slice(0,h);if(r===i)return l+s;if(o&&(h+=l.length-h),no(r)){if(t.slice(h).search(r)){var u,c=l;for(r.global||(r=Mt(r.source,yo(ct.exec(r))+"g")),r.lastIndex=0;u=r.exec(c);)var d=u.index;l=l.slice(0,d===i?h:d)}}else if(t.indexOf(rs(r),h)!=h){var p=l.lastIndexOf(r);p>-1&&(l=l.slice(0,p))}return l+s},Oi.unescape=function(t){return(t=yo(t))&&Y.test(t)?t.replace(q,ui):t},Oi.uniqueId=function(t){var e=++kt;return yo(t)+e},Oi.upperCase=$o,Oi.upperFirst=Xo,Oi.each=ga,Oi.eachRight=ya,Oi.first=qr,ah(Oi,(gh={},yn(Oi,(function(t,e){Pt.call(Oi.prototype,e)||(gh[e]=t)})),gh),{chain:!1}),Oi.VERSION="4.17.21",Ee(["bind","bindKey","curry","curryRight","partial","partialRight"],(function(t){Oi[t].placeholder=Oi})),Ee(["drop","take"],(function(t,e){Wi.prototype[t]=function(n){n=n===i?1:fi(po(n),0);var s=this.__filtered__&&!e?new Wi(this):this.clone();return s.__filtered__?s.__takeCount__=mi(n,s.__takeCount__):s.__views__.push({size:mi(n,c),type:t+(s.__dir__<0?"Right":"")}),s},Wi.prototype[t+"Right"]=function(e){return this.reverse()[t](e).reverse()}})),Ee(["filter","map","takeWhile"],(function(t,e){var i=e+1,n=1==i||3==i;Wi.prototype[t]=function(t){var e=this.clone();return e.__iteratees__.push({iteratee:sr(t,3),type:i}),e.__filtered__=e.__filtered__||n,e}})),Ee(["head","last"],(function(t,e){var i="take"+(e?"Right":"");Wi.prototype[t]=function(){return this[i](1).value()[0]}})),Ee(["initial","tail"],(function(t,e){var i="drop"+(e?"":"Right");Wi.prototype[t]=function(){return this.__filtered__?new Wi(this):this[i](1)}})),Wi.prototype.compact=function(){return this.filter(ih)},Wi.prototype.find=function(t){return this.filter(t).head()},Wi.prototype.findLast=function(t){return this.reverse().find(t)},Wi.prototype.invokeMap=Yn((function(t,e){return"function"==typeof t?new Wi(this):this.map((function(i){return Tn(i,t,e)}))})),Wi.prototype.reject=function(t){return this.filter(Pa(sr(t)))},Wi.prototype.slice=function(t,e){t=po(t);var n=this;return n.__filtered__&&(t>0||e<0)?new Wi(n):(t<0?n=n.takeRight(-t):t&&(n=n.drop(t)),e!==i&&(n=(e=po(e))<0?n.dropRight(-e):n.take(e-t)),n)},Wi.prototype.takeRightWhile=function(t){return this.reverse().takeWhile(t).reverse()},Wi.prototype.toArray=function(){return this.take(c)},yn(Wi.prototype,(function(t,e){var n=/^(?:filter|find|map|reject)|While$/.test(e),s=/^(?:head|last)$/.test(e),r=Oi[s?"take"+("last"==e?"Right":""):e],a=s||/^find/.test(e);r&&(Oi.prototype[e]=function(){var e=this.__wrapped__,o=s?[1]:arguments,h=e instanceof Wi,l=o[0],u=h||Ua(e),c=function(t){var e=r.apply(Oi,Le([t],o));return s&&d?e[0]:e};u&&n&&"function"==typeof l&&1!=l.length&&(h=u=!1);var d=this.__chain__,p=!!this.__actions__.length,f=a&&!d,m=h&&!p;if(!a&&u){e=m?e:new Wi(this);var g=t.apply(e,o);return g.__actions__.push({func:ca,args:[c],thisArg:i}),new Hi(g,d)}return f&&m?t.apply(this,o):(g=this.thru(c),f?s?g.value()[0]:g.value():g)})})),Ee(["pop","push","shift","sort","splice","unshift"],(function(t){var e=Ct[t],i=/^(?:push|sort|unshift)$/.test(t)?"tap":"thru",n=/^(?:pop|shift)$/.test(t);Oi.prototype[t]=function(){var t=arguments;if(n&&!this.__chain__){var s=this.value();return e.apply(Ua(s)?s:[],t)}return this[i]((function(i){return e.apply(Ua(i)?i:[],t)}))}})),yn(Wi.prototype,(function(t,e){var i=Oi[e];if(i){var n=i.name+"";Pt.call(Ti,n)||(Ti[n]=[]),Ti[n].push({name:e,func:i})}})),Ti[Os(i,2).name]=[{name:"wrapper",func:i}],Wi.prototype.clone=function(){var t=new Wi(this.__wrapped__);return t.__actions__=Ms(this.__actions__),t.__dir__=this.__dir__,t.__filtered__=this.__filtered__,t.__iteratees__=Ms(this.__iteratees__),t.__takeCount__=this.__takeCount__,t.__views__=Ms(this.__views__),t},Wi.prototype.reverse=function(){if(this.__filtered__){var t=new Wi(this);t.__dir__=-1,t.__filtered__=!0}else(t=this.clone()).__dir__*=-1;return t},Wi.prototype.value=function(){var t=this.__wrapped__.value(),e=this.__dir__,i=Ua(t),n=e<0,s=i?t.length:0,r=function(t,e,i){for(var n=-1,s=i.length;++n<s;){var r=i[n],a=r.size;switch(r.type){case"drop":t+=a;break;case"dropRight":e-=a;break;case"take":e=mi(e,t+a);break;case"takeRight":t=fi(t,e-a)}}return{start:t,end:e}}(0,s,this.__views__),a=r.start,o=r.end,h=o-a,l=n?o:a-1,u=this.__iteratees__,c=u.length,d=0,p=mi(h,this.__takeCount__);if(!i||!n&&s==h&&p==h)return us(t,this.__actions__);var f=[];t:for(;h--&&d<p;){for(var m=-1,g=t[l+=e];++m<c;){var y=u[m],v=y.iteratee,x=y.type,b=v(g);if(2==x)g=b;else if(!b){if(1==x)continue t;break t}}f[d++]=g}return f},Oi.prototype.at=da,Oi.prototype.chain=function(){return ua(this)},Oi.prototype.commit=function(){return new Hi(this.value(),this.__chain__)},Oi.prototype.next=function(){this.__values__===i&&(this.__values__=uo(this.value()));var t=this.__index__>=this.__values__.length;return{done:t,value:t?i:this.__values__[this.__index__++]}},Oi.prototype.plant=function(t){for(var e,n=this;n instanceof zi;){var s=Rr(n);s.__index__=0,s.__values__=i,e?r.__wrapped__=s:e=s;var r=s;n=n.__wrapped__}return r.__wrapped__=t,e},Oi.prototype.reverse=function(){var t=this.__wrapped__;if(t instanceof Wi){var e=t;return this.__actions__.length&&(e=new Wi(this)),(e=e.reverse()).__actions__.push({func:ca,args:[Qr],thisArg:i}),new Hi(e,this.__chain__)}return this.thru(Qr)},Oi.prototype.toJSON=Oi.prototype.valueOf=Oi.prototype.value=function(){return us(this.__wrapped__,this.__actions__)},Oi.prototype.first=Oi.prototype.head,Jt&&(Oi.prototype[Jt]=function(){return this}),Oi}();de?((de.exports=ci)._=ci,ce._=ci):ue._=ci}).call(_)}(ni,ni.exports);var si=ni.exports;const ri=S(si);let ai=class t{constructor(t=new We(1/0,1/0),e=new We(-1/0,-1/0)){d(this,"isBox2",!0),d(this,"min"),d(this,"max"),this.min=t,this.max=e}applyMatrix3(t){return this.isEmpty()||(oi[0].set(this.min.x,this.min.y).applyMatrix3(t),oi[1].set(this.min.x,this.max.y).applyMatrix3(t),oi[3].set(this.max.x,this.max.y).applyMatrix3(t),oi[2].set(this.max.x,this.min.y).applyMatrix3(t),this.setFromPoints(oi)),this}clone(){return(new t).copy(this)}copy(t){return this.min.copy(t.min),this.max.copy(t.max),this}containsPoint(t){return!(t.x<this.min.x||t.x>this.max.x||t.y<this.min.y||t.y>this.max.y)}containsBox(t){return this.min.x<=t.min.x&&t.max.x<=this.max.x&&this.min.y<=t.min.y&&t.max.y<=this.max.y}clampPoint(t,e){return e.copy(t).clamp(this.min,this.max)}ceil(){return this.min.ceilToZero(),this.max.ceilToZero(),this}distanceToPoint(t){return hi.copy(t).clamp(this.min,this.max).sub(t).length()}expandByXY(t,e){return this.min.minXY(t,e),this.max.maxXY(t,e),this}expandByPoint(t){return this.min.min(t),this.max.max(t),this}expandByPoints(t){if(!t||!t.length)return this;for(let e=0,i=t.length;e<i;e++)this.expandByPoint(t[e]);return this}expandByVector(t){return this.min.sub(t),this.max.add(t),this}expandByScalar(t){return this.min.addScalar(-t),this.max.addScalar(t),this}expandByObject(t){var e;this.union(t.boundingBoxWorld);for(let i=0,n=(null==(e=t.children)?void 0:e.length)||0;i<n;i++)this.expandByObject(t.children[i]);return this}expandByObjects(t){for(let e=0,i=t.length;e<i;e++)this.expandByObject(t[e]);return this}expandByBox(t){t.isEmpty()||(this.expandByPoint(t.min),this.expandByPoint(t.max))}expandByCubic(t,e,i,n,s,r,a,o){this.makeEmpty();let h=je(t,i,s,a,ui);for(let e=0;e<h;e++){const n=qe(t,i,s,a,ui[e]);this.min.x=Math.min(n,this.min.x),this.max.x=Math.max(n,this.max.x)}h=je(e,n,r,o,ci);for(let t=0;t<h;t++){const i=qe(e,n,r,o,ci[t]);this.min.y=Math.min(i,this.min.y),this.max.y=Math.max(i,this.max.y)}return this.expandByXY(t,e),this.expandByXY(a,o),this}expandByQuadratic(t,e,i,n,s,r){const a=Math.max(0,Math.min(1,$e(t,i,s))),o=Math.max(0,Math.min(1,$e(e,n,r))),h=Xe(t,i,s,a),l=Xe(e,n,r,o);return this.expandByXY(t,e),this.expandByXY(s,r),this.expandByXY(h,l),this}expandByArc(t,e,i,n,s,r,a){let o=s%(2*Math.PI);o<0&&(o+=2*Math.PI);let h=r%(2*Math.PI);if(h<0&&(h+=2*Math.PI),o===h)return this.expandByXY(t-i,e-n),this.expandByXY(t+i,e+n),this;if(a){const t=o;o=h,h=t}return h<o&&(h+=2*Math.PI),this.expandByXY(t+i*Math.cos(o),e+n*Math.sin(o)),this.expandByXY(t+i*Math.cos(h),e+n*Math.sin(h)),o>.5*Math.PI&&h<2*Math.PI+.5*Math.PI&&this.expandByXY(t,e+n),o>Math.PI&&h<2*Math.PI+Math.PI&&this.expandByXY(t-i,e),o>1.5*Math.PI&&h<2*Math.PI+1.5*Math.PI&&this.expandByXY(t,e-n),o>0&&h<2*Math.PI&&this.expandByXY(t+i,e),this}expandByEllipse(t,e,i,n,s,r,a,o){di[0]=r,di[1]=a,ei(di,o),r=di[0],a=di[1];const h=t+i*Math.cos(r),l=e+n*Math.sin(r),u=t+i*Math.cos(a),c=e+n*Math.sin(a);this.expandByXY(h,l),this.expandByXY(u,c);const d=[0,Math.PI/2,Math.PI,3*Math.PI/2];for(const h of d)if(ii(h,r,a,o)){const r=t+i*Math.cos(h),a=e+n*Math.sin(h),o=t+(r-t)*Math.cos(s)-(a-e)*Math.sin(s),l=e+(r-t)*Math.sin(s)+(a-e)*Math.cos(s);this.expandByXY(o,l)}return this}equals(t){return t.min.equals(this.min)&&t.max.equals(this.max)}floor(){return this.min.floorToZero(),this.max.floorToZero(),this}getCenter(t=new We){return this.isEmpty()?t.set(0,0):t.addVectors(this.min,this.max).multiplyScalar(.5)}getSize(t=new We){return this.isEmpty()?t.set(0,0):t.subVectors(this.max,this.min)}getPoints(t=[]){return t.length=0,t[0]={x:this.min.x,y:this.min.y},t[1]={x:this.min.x,y:this.max.y},t[2]={x:this.max.x,y:this.max.y},t[3]={x:this.max.x,y:this.min.y},t}getNumbersArray(t=[]){return[this.min.x,this.min.y,this.min.x,this.max.y,this.max.x,this.max.y,this.max.x,this.min.y]}getArea(){return this.getSize(hi),hi.x*hi.y}getParameter(t,e){return e.set((t.x-this.min.x)/(this.max.x-this.min.x),(t.y-this.min.y)/(this.max.y-this.min.y))}isEmpty(){return this.max.x<this.min.x||this.max.y<this.min.y}intersectsBox(t){return!!t&&!(t.max.x<this.min.x||t.min.x>this.max.x||t.max.y<this.min.y||t.min.y>this.max.y)}intersectsObject(t){return!(!t||!t.geometry)&&this.intersectsBox(t.geometry.boundingBox)}intersect(t){return this.min.max(t.min),this.max.min(t.max),this}makeEmpty(){return this.min.x=this.min.y=1/0,this.max.x=this.max.y=-1/0,this}round(){return this.min.roundToZero(),this.max.roundToZero(),this}set(t,e){return this.min.copy(t),this.max.copy(e),this}setFromArray(t){this.makeEmpty();for(let e=0,i=t.length;e<i;e+=3)this.expandByPoint(hi.fromArray(t,e));return this}setFromPoints(t){this.makeEmpty();for(let e=0,i=t.length;e<i;e++)this.expandByPoint(t[e]);return this}setFromCenterAndSize(t,e){const i=hi.copy(e).multiplyScalar(.5);return this.min.copy(t).sub(i),this.max.copy(t).add(i),this}setFromProjectionMatrix(t){return this.min.set(t.elements[6],t.elements[7]),this.max.set(t.elements[6],t.elements[7]),this}setFromObject(t){return this.makeEmpty(),this.expandByObject(t)}setFromMinMaxString(t,e=" "){if(this.makeEmpty(),!(null==t?void 0:t.length))return this;let i=t.split(e),n=ri.map(i,(t=>parseFloat(t)));for(let t=0,e=n.length;t<e;t+=2)this.expandByPoint(hi.fromArray(n,t));return this}setFromXYXY(t,e,i,n){return this.makeEmpty(),this.expandByXY(t,e),this.expandByXY(i,n),this}translate(t){return this.min.add(t),this.max.add(t),this}toString(){return`{"min":${this.min.toString()},"max":${this.max.toString()}}`}fromString(t){return t?(this.copy(JSON.parse(t)),this):this}union(t){return t.validate()?(this.min.min(t.min),this.max.max(t.max),this):this}validate(){return this.min.validate()&&this.max.validate()}unproject(t){return this.applyMatrix3(t.projectionMatrixInverse).applyMatrix3(t.matrixWorld)}centralArrange(t=1,e=20,i=10,n){const s=e+i;n?hi.copy(n):this.getCenter(hi),this.getSize(li),li.subScalar(e);const r=Math.floor(li.x/s),a=r*s,o=Math.ceil(t/r)*s;if(li.x<s||li.y<s||a>=li.x||o>=li.y)return hi.clone();let h=[],l=0,u=0;for(let e=0;e<t;e++){const e=r>t?t*s:a,i=hi.x-e/2+u*s+s/2,n=hi.y-o/2+l*s+s/2;h.push(new We(i,n)),u++,u>=r&&(u=0,l++)}return h}flipY(){return hi.copy(this.min).multiplyScalar(1,-1),li.copy(this.max).multiplyScalar(1,-1),this.min.set(hi.x,li.y),this.max.set(li.x,hi.y),this}};const oi=[new We,new We,new We,new We],hi=new We,li=new We,ui=[],ci=[],di=[],pi=Ae.window.requestAnimationFrame,fi=Ae.window.performance?()=>Ae.window.performance.now():()=>(new Date).getTime(),mi=pi,gi=class t{constructor(){d(this,"id",t.idCounter++),d(this,"timers",new Map),d(this,"timersDuration",new Map),d(this,"counters",new Map),d(this,"countersAmount",new Map),d(this,"out",[])}static active(e){t.actived=!!e,t.duration=e||0}static add(t){this.children.push(t),this.handleStart()}static remove(e){for(let i=0,n=t.children.length;i<n;i++)if(t.children[i].id===e.id){this.children.splice(i,1);break}}static handleStart(){this.isRunning||(this.isRunning=!0,mi(this.runLoop))}static runLoop(){t.children.length?(t.runFrames(),mi(t.runLoop)):t.isRunning=!1}static runFrames(){let e,i=fi();if(!(i-t.lastTime<t.duration)){t.lastTime=i;for(let i=0,n=this.children.length;i<n;i++)e=this.children[i],e.calculateTimers(),e.calculateCounters(),t.messages=t.messages.concat(e.out),e.out.length=0;if(t.messages.length){if(t.actived){let t=[];t.push(bi),t.push(wi),t.push(_i),this.messages.forEach((e=>t.push(function(t,e=20){let i="│";i+=" ".repeat(Math.max(e-t.name.length,0)),i+=t.name,i+="│";const n="string"==typeof t.avg?xi-t.avg.length:xi-t.avg.toString().length;return i+=" ".repeat(Math.max(n,0)),i+=t.avg+" ",i+=" ".repeat(Math.max(xi-t.min.toString().length,0)),i+=t.min+" ",i+=" ".repeat(Math.max(xi-t.max.toString().length,0)),i+=t.max+" ",i+=" ".repeat(Math.max(xi-t.stdDev.toString().length,0)),i+=t.stdDev+" ",i+=" ".repeat(Math.max(xi-t.count.toString().length,0)),i+=t.count+" ",i+=" ".repeat(Math.max(xi-t.FPS.toString().length,0)),i+=t.FPS,i}(e,this.maxLetters)))),t.push(Si)}t.messages.length=0}}}destroy(){t.remove(this)}addTimer(t,e=fi(),i=fi()-(this.timersDuration.get(t)||fi())){this.addTimerDuration(t,i),this.timersDuration.set(t,e)}addTimerDuration(t,e){var i;this.timers.has(t)||this.timers.set(t,[]),null==(i=this.timers.get(t))||i.push(e)}calculateTimers(){this.timers.forEach(((t,e)=>{t&&t.length&&(this.out.push(this.calculateDurations(e,t)),t.length=0)}))}addCounterAmount(t,e){var i;this.counters.has(t)||this.counters.set(t,[]),null==(i=this.counters.get(t))||i.push(e)}calculateCounters(){this.counters.forEach(((t,e)=>{t&&t.length&&(this.out.push(this.calculateAmounts(e,t)),t.length=0)}))}start(){return this.stop(),t.add(this),this}stop(){return t.remove(this),this}calculateDurations(e,i){const n={name:e,avg:0,min:0,max:0,stdDev:0,count:0,FPS:0};if(!i||!i.length)return n;const s=i.length,{min:r,max:a,avg:o}=this.minMaxAvg(i),h=parseFloat(this.stdDev(i,o).toFixed(2));return{name:e,avg:this.fd(o),min:this.fd(r),max:this.fd(a),stdDev:h,count:s,FPS:Math.ceil(s/t.duration*1e3)}}calculateAmounts(e,i){const n={name:e,avg:0,min:0,max:0,stdDev:0,count:0,FPS:0};if(!i||!i.length)return n;const s=i.length,{min:r,max:a,avg:o}=this.minMaxAvg(i);return{name:e,avg:o,min:r,max:a,stdDev:this.stdDev(i,o),count:s,FPS:Math.ceil(s/t.duration*1e3)}}minMaxAvg(t){let e=t[0],i=t[0],n=t.length,s=0;for(let n=0;n<t.length;n++){const r=t[n];s+=r,r<e&&(e=r),r>i&&(i=r)}const r=s/n;return{min:this.fx(e),max:this.fx(i),avg:this.fx(r)}}stdDev(t,e){let i=0;for(let n=0;n<t.length;n++){const s=t[n];i+=(s-e)*(s-e)}const n=t.length;return this.fx(Math.sqrt(i/n))}fd(t){return t>1e3?(t/1e3).toFixed(1)+"s":t.toFixed(1)+"ms"}fx(t,e=1){return 1===e?Math.round(10*t)/10:2===e?Math.round(100*t)/100:3===e?Math.round(1e3*t)/1e3:t}};d(gi,"idCounter",0),d(gi,"children",[]),d(gi,"isRunning",!1),d(gi,"actived",!1),d(gi,"duration",0),d(gi,"lastTime",fi()),d(gi,"messages",[]),d(gi,"maxLetters",20);let yi=gi;const vi=["avg","min","max","stdDev","count","FPS"],xi=function(t,e=0){let i=0;for(let e=0,n=t.length;e<n;e++)i=Math.max(i,t[e].length);return i+e}(vi,1),bi=function(t,e=20){let i="┌";i+="─".repeat(e),i+="┬";for(let e=0,n=t.length;e<n;e++)i+="─".repeat(xi),i+=e<n-1?"┬":"┐";return i}(vi,20),wi=function(t,e=20){let i="│";i+=" ".repeat(e),i+="│";for(let e=0,n=t.length;e<n;e++)i+=" ".repeat(Math.max(xi-t[e].length-1,0)),i+=t[e],i+=" │";return i}(vi,20),_i=function(t,e=20){let i="├";i+="─".repeat(e),i+="┼";for(let e=0,n=t.length;e<n;e++)i+="─".repeat(xi),i+=e<n-1?"┴":"┘";return i}(vi,20),Si=function(t=20){let e="└";for(let i=0;i<t;i++)e+="─";return e+="┘",e}(20);var Ei=(t=>(t.MM="mm",t.CM="cm",t.M="m",t.INCH="inch",t.INCHES="inches",t.FOOT="foot",t.FEET="feet",t))(Ei||{}),Mi=(t=>(t.INIT="init",t.LOAD="load",t.LOADED="loaded",t.RESIZE="resize",t.SET_SIZE="setSize",t.GET_LAYERS="getLayers",t.GET_ASSET_IDS_BY_TYPE="getAssetIdsByType",t.SET_FILL_BY_IDS="setFillByIds",t.CLEAR_FILL_BY_IDS="clearFillByIds",t.CLEAR_FILL="clearFill",t.SET_STROKE_BY_IDS="setStrokeByIds",t.CLEAR_STROKE="clearStroke",t.TERMINATE="terminate",t.CAMERA_SYNC="cameraSync",t.SLICE_DURATION_CHANGED="sliceDurationChanged",t.ASSET_TYPE_CHANGED="assetTypeChanged",t.FN_ENABLE_CHANGED="fnEnableChanged",t.SVG_LOADING_TYPE_CHANGED="svgLoadingTypeChanged",t.USED_CACHE_CHANGED="usedCacheChanged",t.DEBOUNCE_CACHE_CHANGED="debounceCacheChanged",t.WIREFRAME_CHANGED="wireframeChanged",t.BG_PASS_CHANGED="bgPass",t.SELECT_ENABLE_CHANGED="selectEnableChanged",t.MULTI_SELECT_ENABLE_CHANGED="multiSelectEnableChanged",t.MULTI_SELECT_BY_RANGE="multiSelectByRange",t.ZOOM_TO_SELECT_ENABLE_CHANGED="zoomToSelectEnableChanged",t.SOCIAL_DISTANCE_ENABLE_CHANGED="socialDistanceEnableChanged",t.ENABLE_HOVER_CHANGED="enableHover",t.FONT_ZOOM_IN="fontZoomIn",t.FONT_ZOOM_OUT="fontZoomOut",t.UNPROJECT="unproject",t.STROKE_MORE="strokeMore",t.STROKE_LESS="strokeLess",t.CAMERA_CHANGED="cameraChanged",t.SCENES_CHANGED="scenesChanged",t.UPDATE_LAYERS_VISIBILITY="updateLayersVisibility",t.DYNAMIC_LOADED="dynamicLoaded",t.SYNC_TEXTURE_HELPER_CACHED="syncTextureHelperCached",t.INIT_FONT="initFont",t.INIT_LOADING_FONT="initLoadingFont",t.REFRESH="refresh",t.FULLSCREEN="fullscreen",t.GET_CAMERA_POSITION="getCameraPosition",t.SET_CAMERA_POSITION="setCameraPosition",t.SAVE_CAMERA_POSITION="saveCameraPosition",t.RESTORE_CAMERA_POSITION="restoreCameraPosition",t.FOCUS_AT_IDS="focusAtIds",t.GET_LEGEND="getLegend",t.GET_ASSET_LABELS="getAssetLabels",t.SET_ASSET_LABELS="setAssetLabels",t.CLEAR_ASSET_LABELS="clearAssetLabels",t.CLEAR_DUMMIES="clearDummies",t.SET_DUMMIES="setDummies",t.FOCUS_AT_DUMMY="focusAtDummy",t.HIGHLIGHT_DUMMIES="highlightDummies",t.RESET_HIGHLIGHT_DUMMIES="resetHighlightDummies",t.SET_EDITOR_MODE="setEditorMode",t.BIND_EDITOR_DRAG="bindEditorDrag",t.SET_EDITOR_DRAGGING_OBJECT="setEditorDraggingObject",t.HANDLE_EXTERNAL_EVENT="handleExternalEvent",t.GET_DUMMIES="getDummies",t.ZOOM_IN="zoomIn",t.ZOOM_OUT="zoomOut",t.INITIALIZATION_START="INITIALIZATION_START",t.INITIALIZATION_COMPLETE="INITIALIZATION_COMPLETE",t.POINTER_OVER="pointerover",t.POINTER_OUT="pointerout",t.POINTER_LEAVE="pointerleave",t.SELECTED="selected",t.SELECT_BY_IDS="selectByIds",t.GET_ASSET_BOUNDING_BOX="getAssetBoundingBox",t.SET_ASSET_TYPE="setAssetType",t.LINK_ASSETS_BY_TREE="linkAssetsByTree",t.CLEAR_SELECTED="clearSelected",t.TARGET_BY_IDS="targetByIds",t.SHOW_ASSETS_LABEL="showAssetsLabel",t.HIDE_ASSETS_LABEL="hideAssetsLabel",t.TAP="tap",t.SINGLE_TAP="singletap",t.DOUBLE_TAP="doubletap",t.PRESS="press",t.PAN="pan",t.PAN_START="panstart",t.PAN_MOVE="panmove",t.PAN_END="panend",t.ROTATE="rotate",t.ROTATE_START="rotatestart",t.ROTATE_MOVE="rotatemove",t.ROTATE_END="rotateend",t.PINCH="pinch",t.PINCH_START="pinchstart",t.PINCH_MOVE="pinchmove",t.PINCH_END="pinchend",t.PINCH_IN="pinchin",t.PINCH_OUT="pinchout",t.SWIPE="swipe",t.SET_CURSOR="setCursor",t.DRAG_END="dragEnd",t))(Mi||{});function Ai(t,e="http://www.w3.org/2000/svg"){var i,n;return null==(n=null==(i=Ae.window)?void 0:i.document)?void 0:n.createElementNS(e,t)}function Ti(t=2e3){return p(this,null,(function*(){return new Promise((e=>setTimeout(e,(Math.random()+.5)*t)))}))}function Ci(t,e=[]){var i,n;return t&&t.value?(e.push(t.value),(null==(i=t.children)?void 0:i.length)&&(null==(n=t.children)||n.forEach((t=>Ci(t,e)))),e):e}function Ii(t,e=Ei.MM,i=Ei.M,n=!1){let s=t||0;if(e===i)return s;const r={[Ei.MM]:1,[Ei.CM]:10,[Ei.M]:1e3,[Ei.INCH]:25.4,[Ei.INCHES]:25.4,[Ei.FOOT]:304.8,[Ei.FEET]:304.8};return s=n?s*(r[e]||1)*(r[e]||1)/((r[i]||1)*(r[i]||1)):s*(r[e]||1)/(r[i]||1),s}var Di=(t=>(t.GROS="gros",t.RM="rm",t.WS="ws",t.SU="su",t.EQ="eq",t.FN="fn",t.GL="gl",t.IP="ip",t))(Di||{});const Li="dummy";var Bi=(t=>(t.BACKGROUND="background",t.BACKGROUND_LABELS="background-labels",t.ASSETS="assets",t.ANNOTATIONS="annotations",t.TEXT="text",t.ASSET_LABELS="asset-labels",t.LABELS="labels",t))(Bi||{});const Pi="ae",ki="rm-assets",Ni="ws-assets",Oi="ws-labels";function Ri(t){return t+"-"+Bi.ASSETS}function zi(t){return t+"-"+Bi.LABELS}const Hi={rm:["su-assets","su-labels","eq-assets","eq-labels","fn-assets","fn-labels"],ws:["su-assets","su-labels","eq-assets","eq-labels","fn-assets","fn-labels"],su:[ki,"rm-labels",Ni,Oi,"eq-assets","eq-labels","fn-assets","fn-labels"],eq:[Ni,Oi,"su-assets","su-labels","fn-assets","fn-labels"]};let Wi=class{constructor(){d(this,"_listeners",new Map)}destroy(){this._listeners.clear()}addEventListener(t,e){let i=this._listeners.get(t);i||(i=[],this._listeners.set(t,i)),i.includes(e)||i.push(e)}addEventListeners(t,e){const i=t.split(","),n=i.length;for(let t=0;t<n;t++)this.addEventListener(i[t].trim(),e)}isListening(t){var e;return this._listeners.has(t)&&!!(null==(e=this._listeners.get(t))?void 0:e.length)}hasEventListener(t,e){var i;return 0!==this._listeners.size&&this._listeners.has(t)&&!!(null==(i=this._listeners.get(t))?void 0:i.includes(e))}removeEventListener(t,e){const i=this._listeners.get(t);if(i){const t=i.indexOf(e);t>-1&&i.splice(t,1)}}dispatchEvent(t){const e=this._listeners.get(t.type);if(e){t.target=this;const i=e.slice(0);for(let e=0,n=i.length;e<n;e++)i[e].call(this,t);t.target=void 0}}dispatchEventAsync(t){const e=this._listeners.get(t.type);e&&setTimeout((()=>{for(const i of e)i.call(this,t)}))}},Fi=class t{constructor(){d(this,"isMatrix3",!0),d(this,"elements",[1,0,0,0,1,0,0,0,1])}static equals(t,e,i=1e-6){if(t.elements.length!=e.elements.length)return!1;for(let n=0,s=t.elements.length;n<s;n++){const s=t.elements[n]-e.elements[n];if(Math.abs(s)>i)return!1}return!0}copy(t){const e=this.elements,i=t.elements;return e[0]=i[0],e[1]=i[1],e[2]=i[2],e[3]=i[3],e[4]=i[4],e[5]=i[5],e[6]=i[6],e[7]=i[7],e[8]=i[8],this}clone(){return(new t).fromArray(this.elements)}compose(t,e,i){const n=Math.sin(e.x),s=Math.cos(e.x);return this.set(i.x*s,i.y*n*-1,t.x,i.x*n,i.y*s,t.y,0,0,1)}composeWithCenter(t,e,i,n){return Yi.identity(),Gi.makeTranslation(t.x,t.y),$i.makeRotation(e.x),Xi.makeScale(i.x,i.y),qi.copy(n).applyMatrix3(Xi),Yi.multiply(Zi.makeTranslation(-qi.x,-qi.y)).multiply(Gi).multiply(Zi.makeTranslation(qi.x,qi.y)).multiply($i).multiply(Zi.makeTranslation(-qi.x,-qi.y)).multiply(Xi),this.copy(Yi)}decompose(t,e,i){const n=Yi.copy(this).elements,s=Math.sqrt(n[0]*n[0]+n[3]*n[3]),r=Math.sqrt(n[1]*n[1]+n[4]*n[4]),a=n[0]*n[4]-n[3]*n[1];n[0]||n[3]?i.set(s,a/s):n[1]||n[4]?i.set(a/r,r):i.set(0,0);let o=0;o=n[0]||n[3]?n[3]>0?-Math.acos(n[0]/s):Math.acos(n[0]/s):n[1]||n[4]?Math.PI/2-(n[4]>0?Math.acos(-n[1]/r):-Math.acos(n[1]/r)):0,0!==o&&i.y<0&&(o*=-1),e.set(o,o),t.set(n[6],n[7])}compose2(t,e,i){return this.identity().translate(t.x,t.y).rotate(e.x).scale(i.x,i.y),this}decompose2(t,e,i){const n=this.clone();n.scale(-1,1);const s=n.elements[0],r=n.elements[1],a=n.elements[3],o=n.elements[4];let h=0,l=0,u=0;if(0!==s||0!==a){const t=Math.hypot(s,a);h=t,l=(s*o-r*a)/t;const e=Math.acos(s/t);u=a>0?-e:e}else if(0!==r||0!==o){const t=Math.hypot(r,o);h=(s*o-r*a)/t,l=t;const e=Math.acos(r/t);u=Math.PI/2+(o>0?-e:e)}else h=0,l=0,u=0;h=-h,t.x=n.elements[6],t.y=n.elements[7],e.x=e.y=u/Math.PI/180,i.x=h,i.y=l}composeSvgTransform(t=0,e=0,i,n=!1){if(!i&&!t&&!e)return this;this.identity(),Yi.identity();let s=null==i?void 0:i.split(") ").map((t=>t.trim()+")")).filter((t=>")"!==t));return s||(s=[]),(t||e)&&s.push(`translate(${t},${e})`),s.forEach((t=>{const e=/scale\(\s*([^\s,)]+)[ ,]([^\s,)]+)/.exec(t),i=/rotate\(\s*(-?\d*\.?\d+)(?:[ ,](-?\d*\.?\d+)(?:[ ,](-?\d*\.?\d+))?)?\s*\)/.exec(t),n=/translate\(\s*([^\s,)]+)[ ,]([^\s,)]+)/.exec(t);if(e){const t=Number(e[1])||1,i=Number(e[2])||t;Yi.multiply(Xi.makeScale(t,i))}else if(i){const t=Ie(Number(i[1])||0);Number(i[2])||Number(i[3])?(Vi.set(Number(i[2]||"0"),Number(i[3]||"0")),Yi.multiply($i.makeRotationByPoint(t,Vi))):Yi.multiply($i.makeRotation(t))}else n&&Yi.multiply(Gi.makeTranslation(Number(n[1])||0,Number(n[2])||0))})),this.copy(Yi),n&&this.premultiply(Xi.makeScale(1,-1)),this}decomposeSvgMatrix(t,e,i){const n=Yi.copy(this).elements;Vi.set(n[0],n[1]),qi.set(n[3],n[4]);let s=Vi.length();Vi.normalize();let r=Vi.dot(qi);ji.copy(Vi).multiplyScalar(-r),qi.add(ji);const a=qi.length()||0;qi.normalize(),Vi.x*qi.y<qi.x*Vi.y&&(Vi.x=-Vi.x,Vi.y=-Vi.y,s=-s,r=-r);const o=s?Math.atan2(Vi.y,Vi.x):Math.atan2(-Vi.x,qi.y);t.set(n[6],n[7]),e.set(o,o),i.set(s,a)}determinant(){const t=this.elements,e=t[0],i=t[3],n=t[6],s=t[1],r=t[4],a=t[7],o=t[2],h=t[5],l=t[8];return e*r*l-e*h*a-s*i*l+s*h*n+o*i*a-o*r*n}equals(t,e=0){const i=this.elements,n=t.elements;for(let t=0;t<9;t++)if(Math.abs(i[t]-n[t])>e)return!1;return!0}extractBasis2(t,e){return t.setFromMatrixColumn(this,0),e.setFromMatrixColumn(this,1),this}flipY(){return this.premultiply(Xi.makeScale(1,-1))}flipSvgY(){return this.elements[1]*=-1,this.elements[3]*=-1,this.elements[7]*=-1,this}fromArray(t,e=0){for(let i=0;i<9;i++)this.elements[i]=t[i+e];return this}getComponents(t=[1,0,0,1,0,0]){return t[0]=this.elements[0],t[1]=this.elements[1],t[2]=this.elements[3],t[3]=this.elements[4],t[4]=this.elements[6],t[5]=this.elements[7],t}fromComponents(t){return this}getNormalMatrix(t){return this.setFromMatrix(t).invert().transpose()}getRotation(t){let e=this.elements;const i=Math.sqrt(e[0]*e[0]+e[3]*e[3]),n=Math.sqrt(e[1]*e[1]+e[4]*e[4]);let s=0;s=e[0]||e[3]?e[3]>0?-Math.acos(e[0]/i):Math.acos(e[0]/i):e[1]||e[4]?Math.PI/2-(e[4]>0?Math.acos(-e[1]/n):-Math.acos(e[1]/n)):0,this.getScale(qi),0!==s&&qi.x<0&&(s*=-1),t.set(s,s)}getScale(t){let e=this.elements,i=Math.sqrt(e[0]*e[0]+e[1]*e[1]),n=Math.sqrt(e[3]*e[3]+e[4]*e[4]),s=e[0]*e[4]-e[3]*e[1];e[0]||e[1]?t.set(s/n,n):e[3]||e[4]?t.set(i,s/i):t.set(0,0)}getTransition(t){t.set(this.elements[6],this.elements[7])}identity(){return this.set(1,0,0,0,1,0,0,0,1),this}hasChange(){for(let t=0,e=this.elements.length;t<e;t++)if(Math.abs(this.elements[t]-Ui[t])>Number.EPSILON)return!0;return!1}invert(){const t=this.elements,e=t[0],i=t[1],n=t[2],s=t[3],r=t[4],a=t[5],o=t[6],h=t[7],l=t[8],u=l*r-a*h,c=a*o-l*s,d=h*s-r*o,p=e*u+i*c+n*d;if(0===p)return this.set(0,0,0,0,0,0,0,0,0);const f=1/p;return t[0]=u*f,t[1]=(n*h-l*i)*f,t[2]=(a*i-n*r)*f,t[3]=c*f,t[4]=(l*e-n*o)*f,t[5]=(n*s-a*e)*f,t[6]=d*f,t[7]=(i*o-h*e)*f,t[8]=(r*e-i*s)*f,this}lookAt(t,e,i){return this.identity().rotate(e.angle()-t.angle()+i.angle())}makeProjection(t,e,i,n,s,r){const a=s/(e-t),o=r/(i-n),h=s/2-(e+t)*a,l=r/2+(i+n)*o;return this.elements[0]=a,this.elements[3]=0,this.elements[6]=h,this.elements[1]=0,this.elements[4]=-o,this.elements[7]=l,this.elements[2]=0,this.elements[5]=0,this.elements[8]=1,this}makeRotation(t){const e=Math.cos(t),i=Math.sin(t);return this.set(e,-i,0,i,e,0,0,0,1),this}makeRotationByPoint(t,e){const i=Math.cos(t),n=Math.sin(t),s=-e.x*i+e.y*n+e.x,r=-e.x*n-e.y*i+e.y;return this.set(i,-n,s,n,i,r,0,0,1),this}makeRotationFromQuaternion(t){return this.compose(Ji,t,Qi)}makeScale(t,e){return this.set(t,0,0,0,e,0,0,0,1),this}makeTranslation(t,e){return this.set(1,0,t,0,1,e,0,0,1),this}multiply(t){return this.multiplyMatrices(this,t)}multiplyMatrices(t,e){const i=t.elements,n=e.elements,s=this.elements,r=i[0],a=i[3],o=i[6],h=i[1],l=i[4],u=i[7],c=i[2],d=i[5],p=i[8],f=n[0],m=n[3],g=n[6],y=n[1],v=n[4],x=n[7],b=n[2],w=n[5],_=n[8];return s[0]=r*f+a*y+o*b,s[3]=r*m+a*v+o*w,s[6]=r*g+a*x+o*_,s[1]=h*f+l*y+u*b,s[4]=h*m+l*v+u*w,s[7]=h*g+l*x+u*_,s[2]=c*f+d*y+p*b,s[5]=c*m+d*v+p*w,s[8]=c*g+d*x+p*_,this}multiplyScalar(t){const e=this.elements;return e[0]*=t,e[3]*=t,e[6]*=t,e[1]*=t,e[4]*=t,e[7]*=t,e[2]*=t,e[5]*=t,e[8]*=t,this}premultiply(t){return this.multiplyMatrices(t,this)}rotate(t){return this.premultiply($i.makeRotation(-t))}scale(t,e){return this.premultiply(Xi.makeScale(t,e))}set(t,e,i,n,s,r,a,o,h){return this.elements[0]=t,this.elements[3]=e,this.elements[6]=i,this.elements[1]=n,this.elements[4]=s,this.elements[7]=r,this.elements[2]=a,this.elements[5]=o,this.elements[8]=h,this}setFromDomMatrix(t){return void 0!==t.m11&&void 0!==t.m21&&void 0!==t.m41&&void 0!==t.m12&&void 0!==t.m22&&void 0!==t.m42&&void 0!==t.m14&&void 0!==t.m24&&void 0!==t.m44?this.set(t.m11,t.m21,t.m41,t.m12,t.m22,t.m42,t.m14,t.m24,t.m44):void 0!==t.a&&void 0!==t.b&&void 0!==t.c&&void 0!==t.d&&void 0!==t.e&&void 0!==t.f&&this.set(t.a,t.c,t.e,t.b,t.d,t.f,0,0,1),this}setFromMatrix(t){const e=t.elements;return this.set(e[0],e[3],e[6],e[1],e[4],e[7],e[2],e[5],e[8]),this}setUvTransform(t,e,i,n,s,r,a){const o=Math.cos(s),h=Math.sin(s);return this.set(i*o,i*h,-i*(o*r+h*a)+r+t,-n*h,n*o,-n*(-h*r+o*a)+a+e,0,0,1),this}toArray(t=[],e=0){const i=this.elements;return t[e]=i[0],t[e+1]=i[1],t[e+2]=i[2],t[e+3]=i[3],t[e+4]=i[4],t[e+5]=i[5],t[e+6]=i[6],t[e+7]=i[7],t[e+8]=i[8],t}toString(){return`[${this.elements[0]},${this.elements[1]}, ${this.elements[3]},${this.elements[4]}, ${this.elements[6]},${this.elements[7]}]`}translate(t,e){return this.premultiply(Gi.makeTranslation(t,e))}transpose(){let t;const e=this.elements;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}transposeIntoArray(t){const e=this.elements;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}getTransformScaleX(){return Math.sqrt(this.elements[0]*this.elements[0]+this.elements[1]*this.elements[1])}getTransformScaleY(){return Math.sqrt(this.elements[3]*this.elements[3]+this.elements[4]*this.elements[4])}isTransformSkewed(){const t=this.elements[0]*this.elements[3]+this.elements[1]*this.elements[4];return 0!==t&&Math.abs(t/(this.getTransformScaleX()*this.getTransformScaleY()))>Number.EPSILON}isTransformFlipped(){return this.elements[0]*this.elements[4]-this.elements[1]*this.elements[3]<0}hasMirror(){return this.elements[0]*this.elements[4]-this.elements[1]*this.elements[3]<0}hasMirrorY(){return this.elements[0]<0&&this.elements[4]>0}hasMirrorX(){return this.elements[4]<0&&this.elements[0]>0}getTransformString(){this.decompose(Vi.identity(),qi.identity(),ji.identity());const t=180*qi.x/Math.PI;return`translate(${Vi.x}, ${Vi.y}) rotate(${t}) scale(${ji.x}, ${ji.y})`}};const Ui=[1,0,0,0,1,0,0,0,1],Vi=new We,qi=new We,ji=new We,Yi=new Fi,Gi=new Fi,$i=new Fi,Xi=new Fi,Zi=new Fi,Ji=new We(0,0,0),Qi=new We(1,1,1),Ki=["view"],tn=["viewer","mirror"];function en(t,e){var i;if(t.tagName&&!Ki.includes(t.tagName)&&("g"!==t.tagName||0!==(null==(i=t.childNodes)?void 0:i.length))){tn.includes(t.id)||e(t);for(let i=0,n=t.childNodes.length;i<n;i++)en(t.childNodes[i],e)}}let nn=0;function sn(t,e=0,i=0,n=[]){var s,r;if(!t)return n;const a=on(t,"id","");if(Ki.includes(t.nodeName)||"defs"===t.nodeName)return nn--,n;if(e&&nn>e)return n;let o;a&&!tn.includes(a)&&(o={label:a,value:a,children:[]},n.push(o)),nn++;for(let i=0,r=null==(s=t.childNodes)?void 0:s.length;i<r;i++)sn(t.childNodes[i],e,nn,o?o.children:n);return 0===(null==(r=null==o?void 0:o.children)?void 0:r.length)&&delete o.children,nn=i,n}function rn(t,e){var i;if(Array.isArray(t))for(let i=0,n=t.length||0;i<n;i++)rn(t[i],e);else if(e(t),null==(i=t.children)?void 0:i.length)for(let i=0,n=t.children.length;i<n;i++)rn(t.children[i],e)}function an(t){var e,i,n;const s=[];if(!(null==(e=null==t?void 0:t.children)?void 0:e.length))return s;for(let e,r=0,a=(null==(i=null==t?void 0:t.children)?void 0:i.length)||0;r<a;r++)e=t.children[r],s.push(e),(null==(n=e.children)?void 0:n.length)&&s.push(...an(e));return s}function on(t,e,i){if(!t)return i;let n=i;if("function"==typeof t.getAttribute?n=null==t?void 0:t.getAttribute(e):Object.hasOwnProperty.call(t,"attributes")&&(n=t.attributes[e]),!n)return i;if(void 0!==i){if("string"==typeof i)return n;if("number"==typeof i)return Number(n)}return n}const hn=-1,ln=51,un=52;class cn{constructor(t=!0){d(this,"dpr",1),d(this,"data"),d(this,"userData",{}),d(this,"autoClose",!1),d(this,"_saveData",!0),d(this,"_len",0),d(this,"_x0",0),d(this,"_y0",0),d(this,"_xi",0),d(this,"_yi",0),d(this,"_version",0),d(this,"_ctx"),d(this,"_ppx",0),d(this,"_ppy",0),d(this,"_ppl",0),d(this,"_ux",0),d(this,"_uy",0),d(this,"_pathSegLen"),d(this,"_pathLen",0),this._saveData=!!t,this._saveData&&(this.data=[])}dispose(){return this.reset(),this.data=[],this._len=0,this.userData={},this._ctx=void 0,this._version=0,this._ppx=0,this._ppy=0,this._ppl=0,this._ux=0,this._uy=0,this}reset(){this._saveData&&(this._len=0),this._pathSegLen&&(this._pathSegLen=void 0,this._pathLen=0),this.needsUpdate=!0}set needsUpdate(t){!0===t&&this._version++}get version(){return this._version}clone(){const t=new cn(this._saveData),e=this.data;return t.data=(null==e?void 0:e.slice)?e.slice():Array.prototype.slice.call(e),t._len=this._len,t._ux=this._ux,t._uy=this._uy,t._ppx=this._ppx,t._ppy=this._ppy,t._ppl=this._ppl,t.autoClose=this.autoClose,t.userData=ri.cloneDeep(this.userData),t}setDpr(t){return this.dpr=t||1,this}setScale(t,e,i){return i&&(this._ux=Math.abs(i/(Ae.config.dpr||1)/(t||1)),this._uy=Math.abs(i/(Ae.config.dpr||1)/(e||1))),this}setContext(t){return this._ctx=t,this}getContext(){return this._ctx}len(){return this._len}setData(t){if(!this._saveData)return;const e=(null==t?void 0:t.length)||0;this.data&&this.data.length===e||(this.data=new Float32Array(e));for(let i=0;i<e;i++)this.data[i]=t[i];this._len=e}addData(...t){if(!this._saveData)return;let e=this.data;this._len+(null==t?void 0:t.length)>((null==e?void 0:e.length)||0)&&(this._expandData(),e=this.data);for(let i=0,n=(null==t?void 0:t.length)||0;i<n;i++)e[this._len++]=t[i]}insertData(t,...e){if(!this._saveData||!e||0===e.length)return;const i=this.getCmds();t<0&&(t=0),t>i.length&&(t=i.length),e.length>0&&i.splice(t,0,[...e]);const n=ri.flatten(i);this.setData(n),this.needsUpdate=!0}removeData(t){if(!this._saveData||!this.data||this._len<=0)return;const e=this.getCmds();if(t<0||t>=e.length)return;e.splice(t,1);const i=ri.flatten(e);this.setData(i),this.needsUpdate=!0}_expandData(){if(!(this.data instanceof Array)){const t=[];for(let e=0;e<this._len;e++)t[e]=this.data[e];this.data=t}}appendPath(t){if(!this._saveData||!t)return;t instanceof Array||(t=[t]);const e=t.length;let i=0,n=this._len;for(let n=0;n<e;n++)i+=t[n].len()||0;const s=this.data;if((s instanceof Float32Array||!s)&&(this.data=new Float32Array(n+i),n>0&&s))for(let t=0;t<n;t++)this.data[t]=s[t];for(let i=0;i<e;i++){const e=t[i].data;for(let i=0,s=(null==t?void 0:t.length)||0;i<s;i++)this.data[n++]=e[i]}this._len=n}toStatic(){this._saveData&&(this._pendingLine(),this.data instanceof Array&&(this.data.length=this._len,this._len>11&&(this.data=new Float32Array(this.data))))}rebuildPath(t,e){if(!this.data||!this._len||e<=0)return;const i=this.data,n=this._ux,s=this._uy,r=this._len;let a=0,o=0,h=0,l=0,u=0,c=0;const d=e<1;let p,f,m,g,y=0,v=0,x=0,b=0;if(!d||(this._pathSegLen||this._calculateLength(),p=this._pathSegLen,f=this._pathLen,x=f*e,x))t:for(let e=0;e<r;){const r=i[e++],f=1===e;switch(f&&(a=h=i[e],o=l=i[e+1]),2!==r&&b>0&&(t.lineTo(m,g),b=0),r){case 1:a=h=i[e++],o=l=i[e++],t.moveTo(h,l);break;case 2:{u=i[e++],c=i[e++];const r=Math.abs(u-h),a=Math.abs(c-l);if(r>n||a>s){if(d){const e=p[v++];if(y+e>x){const i=(x-y)/e;t.lineTo(h*(1-i)+u*i,l*(1-i)+c*i);break t}y+=e}t.lineTo(u,c),h=u,l=c,b=0}else{const t=r*r+a*a;t>b&&(m=u,g=c,b=t)}break}case 3:{const n=i[e++],s=i[e++],r=i[e++],a=i[e++],o=i[e++],u=i[e++];if(d){const e=p[v++];if(y+e>x){const i=(x-y)/e;Ge(h,n,r,o,i,pn),Ge(l,s,a,u,i,fn),t.bezierCurveTo(pn[1],fn[1],pn[2],fn[2],pn[3],fn[3]);break t}y+=e}t.bezierCurveTo(n,s,r,a,o,u),h=o,l=u;break}case 4:{const n=i[e++],s=i[e++],r=i[e++],a=i[e++];if(d){const e=p[v++];if(y+e>x){const i=(x-y)/e;Je(h,n,r,i,pn),Je(l,s,a,i,fn),t.quadraticCurveTo(pn[1],fn[1],pn[2],fn[2]);break t}y+=e}t.quadraticCurveTo(n,s,r,a),h=r,l=a;break}case 5:const r=i[e++],w=i[e++],_=i[e++],S=i[e++];let E=i[e++],M=i[e++];const A=i[e++],T=!i[e++],C=_>S?_:S,I=Math.abs(_-S)>.001;let D=E+M,L=!1;if(d){const t=p[v++];y+t>x&&(D=E+M*(x-y)/t,L=!0),y+=t}if(I&&"function"==typeof t.ellipse?t.ellipse(r,w,_,S,A,E,D,T):t.arc(r,w,C,E,D,T),L)break t;f&&(a=r+Math.cos(E)*_,o=w+Math.sin(E)*S),h=Math.cos(D)*_+r,l=Math.sin(D)*S+w;break;case ln:a=h=i[e],o=l=i[e+1],u=i[e++],c=i[e++];const B=i[e++],P=i[e++];if(d){const e=p[v++];if(y+e>x){let e=x-y;t.moveTo(u,c),t.lineTo(u+Math.min(B,e),c),e-=B,e>0&&t.lineTo(u+B,c+Math.min(P,e)),e-=P,e>0&&t.lineTo(u+Math.max(B-e,0),c+P),e-=B,e>0&&t.lineTo(u,c+Math.max(P-e,0));break t}y+=e}t.rect(u,c,B,P);break;case hn:if(d){const e=p[v++];if(y+e>x){const i=(x-y)/e;t.lineTo(h*(1-i)+a*i,l*(1-i)+o*i);break t}y+=e}t.closePath(),h=a,l=o}}}_calculateLength(){let t=0;if(!this.data||!this._len)return t;const e=this.data,i=this._len,n=this._ux,s=this._uy;let r=0,a=0,o=0,h=0;this._pathSegLen||(this._pathSegLen=[]);const l=this._pathSegLen;let u=0;for(let c=0;c<i;){const d=e[c++],p=1===c;p&&(r=o=e[c],a=h=e[c+1]);let f=-1;switch(d){case 1:r=o=e[c++],a=h=e[c++];break;case 2:{const t=e[c++],r=e[c++],a=t-o,l=r-h;(Math.abs(a)>n||Math.abs(l)>s||c==i-1)&&(f=Math.sqrt(a*a+l*l),o=t,h=r);break}case 3:{const t=e[c++],i=e[c++],n=e[c++],s=e[c++],r=e[c++],a=e[c++];f=Ye(o,h,t,i,n,s,r,a,10),o=r,h=a;break}case 4:{const t=e[c++],i=e[c++],n=e[c++],s=e[c++];f=Ze(o,h,t,i,n,s,10),o=n,h=s;break}case 5:{const t=e[c++],i=e[c++],n=e[c++],s=e[c++],l=e[c++];let u=e[c++];const d=l+u;c+=1,p&&(r=t+Math.cos(l)*n,a=i+Math.sin(l)*s),f=Math.max(n,s)*Math.min(Math.abs(u),2*Qe),o=Math.cos(d)*n+t,h=Math.sin(d)*s+i;break}case ln:r=o=e[c++],a=h=e[c++],f=2*(e[c++]+e[c++]);break;case hn:{const t=r-o,e=a-h;f=Math.sqrt(t*t+e*e),o=r,h=a;break}}f>=0&&(l[u++]=f,t+=f)}return this._pathLen=t,t}computeBoundingBox(t=new ai){if(t.makeEmpty(),dn.makeEmpty(),!this.data||!this._len)return t;const e=this.data;let i=0,n=0,s=0,r=0,a=0;for(a=0;a<this._len;){const o=e[a++],h=1===a;switch(h&&(i=s=e[a],n=r=e[a+1]),o){case 1:i=s=e[a++],n=r=e[a++],dn.setFromXYXY(i,n,i,n);break;case 2:t.expandByXY(s,r),t.expandByXY(e[a],e[a+1]),s=e[a++],r=e[a++];break;case 3:t.expandByCubic(s,r,e[a++],e[a++],e[a++],e[a++],e[a],e[a+1]),s=e[a++],r=e[a++];break;case 4:t.expandByQuadratic(s,r,e[a++],e[a++],e[a],e[a+1]),s=e[a++],r=e[a++];break;case 5:const o=e[a++],l=e[a++],u=Math.abs(e[a++]),c=Math.abs(e[a++]);let d=e[a++],p=e[a++]+d;a+=1;const f=!e[a++];h&&(i=o+Math.cos(d)*u,n=l+Math.sin(d)*c),t.expandByArc(o,l,u,c,d,p,f),s=Math.cos(p)*u+o,r=Math.sin(p)*c+l;break;case ln:i=s=e[a++],n=r=e[a++];const m=e[a++],g=e[a++];t.expandByXY(i,n),t.expandByXY(i+m,n+g);break;case un:{const i=e[a++],n=e[a++],s=Math.abs(e[a++]),r=Math.abs(e[a++]),o=e[a++];let h=e[a++],l=e[a++];const u=!!e[a++];t.expandByEllipse(i,n,s,r,o,h,l,u);break}case hn:s=i,r=n}t.expandByBox(dn)}return t}applyMatrix3(t){if(!this.data||!this._len)return this;const e=this.data,i=this._len;let n=0;for(t.getScale(xn);n<i;)switch(e[n++]){case 1:case 2:vn.set(e[n],e[n+1]).applyMatrix3(t),e[n]=vn.x,e[n+1]=vn.y,n+=2;break;case 3:for(let i=0;i<3;i++)vn.set(e[n+2*i],e[n+2*i+1]).applyMatrix3(t),e[n+2*i]=vn.x,e[n+2*i+1]=vn.y;n+=6;break;case 4:for(let i=0;i<2;i++)vn.set(e[n+2*i],e[n+2*i+1]).applyMatrix3(t),e[n+2*i]=vn.x,e[n+2*i+1]=vn.y;n+=4;break;case 5:vn.set(e[n],e[n+1]).applyMatrix3(t),e[n+5]=vn.x,e[n+6]=vn.y,e[n]*=xn.x,e[n+1]*=xn.y,n+=7;break;case ln:vn.set(e[n],e[n+1]).applyMatrix3(t),e[n]=vn.x,e[n+1]=vn.y,e[n+2]*=xn.x,e[n+3]*=xn.y,n+=4;break;case un:vn.set(e[n],e[n+1]).applyMatrix3(t);let i=[e[n],e[n+1],e[n+2],e[n+3],e[n+4],e[n+5],e[n+6],e[n+7]];t.isTransformSkewed()?Mn([e[n],e[n+1],e[n+2],e[n+3],e[n+4],e[n+5],e[n+6],e[n+7]],t,i):An([e[n],e[n+1],e[n+2],e[n+3],e[n+4],e[n+5],e[n+6],e[n+7]],t,i),e[n]=vn.x,e[n+1]=vn.y,e[n+2]=i[2],e[n+3]=i[3],e[n+4]=i[4],e[n+5]=i[5],e[n+6]=i[6],e[n+7]=i[7],n+=8}return this.needsUpdate=!0,this}_pendingLine(){var t;this._ppl>0&&(null==(t=this._ctx)||t.lineTo(this._ppx,this._ppy),this._ppl=0)}beginPath(){var t;return null==(t=this._ctx)||t.beginPath(),this.reset(),this}moveTo(t,e){var i;return this._pendingLine(),this.addData(1,t,e),null==(i=this._ctx)||i.moveTo(t,e),this._x0=this._xi=t,this._y0=this._yi=e,this}lineTo(t,e){var i;const n=Math.abs(t-this._xi),s=Math.abs(e-this._yi);if(this.addData(2,t,e),n>this._ux||s>this._uy)null==(i=this._ctx)||i.lineTo(t,e),this._xi=t,this._yi=e,this._ppl=0;else{const i=n*n+s*s;i>this._ppl&&(this._ppx=t,this._ppy=e,this._ppl=i)}return this}bezierCurveTo(t,e,i,n,s,r){var a;return this._pendingLine(),this.addData(3,t,e,i,n,s,r),null==(a=this._ctx)||a.bezierCurveTo(t,e,i,n,s,r),this._xi=s,this._yi=r,this}quadraticCurveTo(t,e,i,n){var s;return this._pendingLine(),this.addData(4,t,e,i,n),null==(s=this._ctx)||s.quadraticCurveTo(t,e,i,n),this._xi=i,this._yi=n,this}arc(t,e,i,n,s,r){var a;this._pendingLine(),mn[0]=n,mn[1]=s,ei(mn,!!r),n=mn[0];const o=(s=mn[1])-n;return this.addData(5,t,e,i,i,n,o,0,r?0:1),null==(a=this._ctx)||a.arc(t,e,i,n,s,r),this._xi=t+Math.cos(s)*i,this._yi=e+Math.sin(s)*i,this}arcTo(t,e,i,n,s){var r;return this._pendingLine(),null==(r=this._ctx)||r.arcTo(t,e,i,n,s),this}rect(t,e,i,n){var s;return this._pendingLine(),this.addData(ln,t,e,i,n),null==(s=this._ctx)||s.rect(t,e,i,n),this}closePath(){var t;return this._pendingLine(),this.addData(hn),null==(t=this._ctx)||t.closePath(),this._xi=this._x0,this._yi=this._y0,this}ellipse(t,e,i,n,s,r,a,o){var h;return this._pendingLine(),this.addData(un,t,e,i,n,s,r,a,o?1:0),null==(h=this._ctx)||h.ellipse(t,e,i,n,s,r,a,o),this}absellipse(t,e,i,n,s,r,a,o=!1){return this._pendingLine(),this.addData(un,t,e,i,n,s,r,a,o?1:0),this}absarc(t,e,i,n,s,r=!1){return this.absellipse(t,e,i,i,0,n,s,r),this}fill(t){t.fill(),this.toStatic()}stroke(t){this._pendingLine(),t.stroke(),this.toStatic()}addArrow(t,e,i=30){if(!t||!e)return this;const n=this.getVertices();return!(null==n?void 0:n.length)||n.length<4||(t>0?(gn.set(n[2],n[3]),vn.set(n[0],n[1]),yn.subVectors(gn,vn),xn.lerpVectors(vn,gn,e/yn.length()),bn.copy(xn).rotateAround(vn,Ie(i)),wn.copy(xn).rotateAround(vn,-Ie(i)),this.moveTo(bn.x,bn.y),this.lineTo(vn.x,vn.y),this.lineTo(wn.x,wn.y)):(gn.set(n[n.length-4],n[n.length-3]),vn.set(n[n.length-2],n[n.length-1]),yn.subVectors(gn,vn),xn.lerpVectors(vn,gn,e/yn.length()),bn.copy(xn).rotateAround(vn,Ie(i)),wn.copy(xn).rotateAround(vn,-Ie(i)),this.moveTo(bn.x,bn.y),this.lineTo(vn.x,vn.y),this.lineTo(wn.x,wn.y))),this}getVertices(t=[]){if(!this.data||!this._len)return t;const e=this.data;for(let i=0;i<this._len;){const n=e[i++];switch(n){case 1:case 2:t.push(e[i++],e[i++]);break;case 3:i+=4,t.push(e[i++],e[i++]);break;case 4:i+=2,t.push(e[i++],e[i++]);break;case 5:const s=e[i++],r=e[i++],a=e[i++],o=e[i++],h=e[i++],l=e[i++]+h;i+=2;const u=s+Math.cos(h)*a,c=r+Math.sin(h)*o;t.push(u,c);const d=s+Math.cos(l)*a,p=r+Math.sin(l)*o;t.push(d,p);break;case ln:const f=e[i++],m=e[i++],g=e[i++],y=e[i++];t.push(f,m,f+g,m,f+g,m+y,f,m+y);break;case un:const v=e[i++],x=e[i++],b=e[i++],w=e[i++];e[i++];const _=e[i++],S=e[i++];e[i++];const E=v+b*Math.cos(_),M=x+w*Math.sin(_);t.push(E,M);const A=v+b*Math.cos(S),T=x+w*Math.sin(S);t.push(A,T);break;case hn:break;default:throw new Error("Invalid command "+n)}}return t}getCmds(){var t;if(!(null==(t=this.data)?void 0:t.length))throw new Error("PathProxy.getCmds: empty path.data.");const e=this.data,i=[];let n=0;for(n=0;n<e.length;)switch(e[n++]){case 1:i.push([1,e[n++],e[n++]]);break;case 2:i.push([2,e[n++],e[n++]]);break;case 3:i.push([3,e[n++],e[n++],e[n++],e[n++],e[n++],e[n++]]);break;case 4:i.push([4,e[n++],e[n++],e[n++],e[n++]]);break;case 5:i.push([5,e[n++],e[n++],e[n++],e[n++],e[n++],e[n++],e[n++],e[n++]]);break;case ln:i.push([ln,e[n++],e[n++],e[n++],e[n++]]);break;case un:i.push([un,e[n++],e[n++],e[n++],e[n++],e[n++],e[n++],e[n++],e[n++]]);break;case hn:i.push([hn])}return i}getControlPoints(t=[]){if(t.length=0,!this.data||!this._len)return t;const e=this.data;let i=0,n=0,s=0;for(i=0;i<this._len;)switch(e[i++]){case 1:n=e[i],s=e[i+1],i+=2,t.push(new We(n,s));break;case 2:{const r=e[i++],a=e[i++];t.push(new We(r,a)),n=r,s=a;break}case 3:{const r=n,a=s,o=e[i++],h=e[i++],l=e[i++],u=e[i++],c=e[i++],d=e[i++];t.push(new We(r,a)),t.push(new We(o,h)),t.push(new We(l,u)),t.push(new We(c,d)),n=c,s=d;break}case 4:{const r=n,a=s,o=e[i++],h=e[i++],l=e[i++],u=e[i++];t.push(new We(r,a)),t.push(new We(o,h)),t.push(new We(l,u)),n=l,s=u;break}case 5:{const r=e[i++],a=e[i++],o=e[i++],h=e[i++],l=e[i++],u=e[i++];e[i++],e[i++];const c=l+u,d=r+Math.cos(l)*o,p=a+Math.sin(l)*h;t.push(new We(d,p));const f=r+Math.cos(c)*o,m=a+Math.sin(c)*h;t.push(new We(f,m)),t.push(new We(r,a)),n=f,s=m;break}case ln:{const r=e[i++],a=e[i++],o=e[i++],h=e[i++];t.push(new We(r,a)),t.push(new We(r+o,a)),t.push(new We(r+o,a+h)),t.push(new We(r,a+h)),n=r,s=a;break}case un:{const r=e[i++],a=e[i++],o=e[i++],h=e[i++];t.push(new We(r,a)),o>h?(t.push(new We(r+o,a)),t.push(new We(r,a+h)),o!==h&&(t.push(new We(r-o,a)),t.push(new We(r,a-h)))):h>o?(t.push(new We(r+o,a)),t.push(new We(r,a+h)),t.push(new We(r-o,a)),t.push(new We(r,a-h))):t.push(new We(r+o,a)),n=r,s=a;break}}return t}getStartPoint(t=new We){return t.set(this._x0,this._y0)}getEndPoint(t=new We){return t.set(this._xi,this._yi)}getLength(){return this._pathSegLen||this._calculateLength(),this._pathLen}getArea(){if(!this.data||!this._len)return 0;const t=this.data,e=this._len;let i=0,n=0,s=0,r=0,a=0,o=0,h=0,l=!1;for(let u=0;u<e;)switch(t[u++]){case 1:o=r=n=t[u++],h=a=s=t[u++],l=!0;break;case 2:const e=t[u++],c=t[u++];i+=(r-e)*(a+c)/2,r=e,a=c;break;case 3:{const e=t[u++],n=t[u++],s=t[u++],o=t[u++],h=t[u++],l=t[u++],c=10;let d=r,p=a;for(let t=1;t<=c;t++){const u=t/c,f=1-u,m=f*f*f*r+3*f*f*u*e+3*f*u*u*s+u*u*u*h,g=f*f*f*a+3*f*f*u*n+3*f*u*u*o+u*u*u*l;i+=(d-m)*(p+g)/2,d=m,p=g}r=h,a=l;break}case 4:{const e=t[u++],n=t[u++],s=t[u++],o=t[u++],h=8;let l=r,c=a;for(let t=1;t<=h;t++){const u=t/h,d=1-u,p=d*d*r+2*d*u*e+u*u*s,f=d*d*a+2*d*u*n+u*u*o;i+=(l-p)*(c+f)/2,l=p,c=f}r=s,a=o;break}case 5:{const e=t[u++],n=t[u++],s=t[u++],o=t[u++],h=t[u++],l=t[u++],c=t[u++];t[u++];const d=Math.max(10,Math.floor(10*Math.abs(l))),p=l/d;let f=r,m=a;for(let t=1;t<=d;t++){const r=h+t*p,a=e+Math.cos(r)*s,l=n+Math.sin(r)*o;if(0!==c){const t=Math.cos(c),s=Math.sin(c),r=(a-e)*t-(l-n)*s+e,o=(a-e)*s+(l-n)*s+n;i+=(f-r)*(m+o)/2,f=r,m=o}else i+=(f-a)*(m+l)/2,f=a,m=l}const g=h+l;r=e+Math.cos(g)*s,a=n+Math.sin(g)*o;break}case ln:const d=t[u++],p=t[u++];i+=t[u++]*t[u++],r=d,a=p;break;case hn:l&&(i+=(r-o)*(a+h)/2),r=n,a=s}return Math.abs(i)}}const dn=new ai,pn=[],fn=[],mn=[],gn=new We,yn=new We,vn=new We,xn=new We,bn=new We,wn=new We,_n=new Fi,Sn=new Fi,En=new Fi;function Mn(t,e,i=[0,0,0,0,0,0,0,0]){const[n,s,r,a,o,h,l,u]=t;i[0]=n,i[1]=s;const c=Math.cos(o),d=Math.sin(o);vn.set(r*c,r*d).applyMatrix3(e),xn.set(-a*d,a*c).applyMatrix3(e);const p=_n.set(vn.x,xn.x,0,vn.y,xn.y,0,0,0,1),f=Sn.copy(p).invert(),m=En.copy(f).transpose().multiply(f).elements,g=function(t,e,i){let n,s,r,a,o=0;const h=t+i,l=t-i,u=Math.sqrt(l*l+4*e*e);return h>0?(o=.5*(h+u),a=1/o,n=t*a*i-e*a*e):h<0?n=.5*(h-u):(o=.5*u,n=-.5*u),s=l>0?l+u:l-u,Math.abs(s)>2*Math.abs(e)?(a=-2*e/s,r=1/Math.sqrt(1+a*a),s=a*r):0===Math.abs(e)?(s=1,r=0):(a=-.5*s/e,s=1/Math.sqrt(1+a*a),r=a*s),l>0&&(a=s,s=-r,r=a),{rt1:o,rt2:n,cs:s,sn:r}}(m[0],m[1],m[4]),y=Math.sqrt(g.rt1),v=Math.sqrt(g.rt2);if(i[2]=1/y,i[3]=1/v,i[4]=Math.atan2(g.sn,g.cs),!((l-h)%(2*Math.PI)<Number.EPSILON)){const t=Sn.set(y,0,0,0,v,0,0,0,1),n=En.set(g.cs,g.sn,0,-g.sn,g.cs,0,0,0,1),s=t.multiply(n).multiply(p),r=t=>{const{x:e,y:i}=new We(Math.cos(t),Math.sin(t)).applyMatrix3(s);return Math.atan2(i,e)};i[5]=r(h),i[6]=r(l),e.isTransformFlipped()&&(i[7]=u?0:1)}return i}function An(t,e,i=[0,0,0,0,0,0,0,0]){const[n,s,r,a,o,h,l,u]=t;i[0]=n,i[1]=s;const c=e.getTransformScaleX(),d=e.getTransformScaleY();i[2]=r*c,i[3]=a*d;const p=c>Number.EPSILON?Math.atan2(e.elements[1],e.elements[0]):Math.atan2(-e.elements[3],e.elements[4]);return i[4]=o+p,e.isTransformFlipped()&&(i[5]=-1*h,i[6]=-1*l,i[7]=u?0:1),i}class Tn{static destroy(){this.cached.clear(),this.cachedCanvas.clear()}static createCanvas(t){var e;if(!(null==(e=Ae.window)?void 0:e.document))throw new Error("environment not support");let i,n;if(t.containerId&&(i=Ae.window.document.getElementById(t.containerId)),i||(i=Ae.window.document.getElementsByTagName("body")[0]),t.canvasId&&(n=Ae.window.document.getElementById(t.canvasId)||void 0),t.width||(t.width=(null==i?void 0:i.offsetWidth)||100),t.height||(t.height=(null==i?void 0:i.offsetHeight)||100),t.dpr||(t.dpr=Ae.config.dpr),n)this.resizeCanvas(n,t.width,t.height,t.dpr);else{if(n=this.createHtmlCanvas(t.width,t.height,t.dpr),!n)throw new Error("error environment");t.canvasId&&n.setAttribute("id",t.canvasId),null==i||i.appendChild(n)}return n.style.background=t.background||"transparent",n}static getContext2D(t,e={}){const i={alpha:!0,willReadFrequently:!!e.willReadFrequently},n=t.getContext("2d",i);if(!n)throw new Error("getContext2D error");return n.scale(e.dpr||1,e.dpr||1),n}static resizeCanvas(t,e,i,n=1){t instanceof OffscreenCanvas?(t.width=e,t.height=i):t instanceof HTMLCanvasElement&&(t.setAttribute("width",(e*n).toString()),t.setAttribute("height",(i*n).toString()),t.style.width=e+"px",t.style.height=i+"px",t.style.padding="0",t.style.margin="0",t.style.border="0",t.style.imageRendering="pixelated",t.style.transform="translateZ(0)")}static getImageBitmapByCanvasAsync(t){return p(this,null,(function*(){if(t)return t instanceof OffscreenCanvas?t.transferToImageBitmap():t instanceof HTMLCanvasElement?yield createImageBitmap(t):void 0}))}static get(t,e,i,n=1){let s=this.cached.get(t);return s||(s=this.create(e,i,n),this.set(t,s)),this.resizeCanvas(s,e,i,n),s}static set(t,e){if(!t||!e)throw new Error("error input");return this.cached.set(t,e)}static remove(t){this.cached.has(t)&&this.cached.delete(t)}static create(t,e,i=1){var n;if(null==(n=Ae.window)?void 0:n.OffscreenCanvas)return new OffscreenCanvas(t,e);throw new Error("environment does not support")}static createHtmlCanvas(t,e,i=1){if(!Ae.window.document)throw new Error("environment does not support");const n=Ae.window.document.createElement("canvas");return this.resizeCanvas(n,t,e,i),n}static measureText(t,e,i=new We){if(!t)throw new Error("input error");const n=this.get("measureText",1,1).getContext("2d");if(!n)throw new Error("bufferCtx not found");e.render(n);const s=n.measureText(t);if(!s)throw new Error("measureText error");const r=s.actualBoundingBoxRight+s.actualBoundingBoxLeft,a=s.actualBoundingBoxAscent+s.actualBoundingBoxDescent;return i.set(r,a),i}static measureText2(t,e=12,i=new We){if(!t)throw new Error("input error");const n=this.get("measureText",1,1).getContext("2d");if(!n)throw new Error("bufferCtx not found");n.font=`${e}px sans-serif`;const s=n.measureText(t);if(!s)throw new Error("measureText error");const r=s.actualBoundingBoxRight+s.actualBoundingBoxLeft,a=s.actualBoundingBoxAscent+s.actualBoundingBoxDescent;return i.set(r,a),i}static getCtx(t,e,i,n=1){if(!Cn[t]){const s=this.create(e,i,n);Cn[t]={cvs:s,ctx:s.getContext("2d")},this.resizeCanvas(s,e,i,n)}return Cn[t].ctx}}d(Tn,"cached",new Map),d(Tn,"cachedCanvas",new Map);const Cn={};class In{constructor(){d(this,"instancedMesh",!1),d(this,"_xml"),d(this,"_symbolsNodeMap",{}),d(this,"paths",[]),d(this,"labels",[]),d(this,"symbolsMap",{}),d(this,"instances",[]),d(this,"_viewBox",new ai),d(this,"_isInDefs",!1),d(this,"_transformStack",[]),d(this,"_currentTransform",new Fi),d(this,"centralInitialized",!1),d(this,"centralPoint",new We),d(this,"defaultUnit","px"),d(this,"defaultDPI",90),d(this,"stylesheets",{}),d(this,"float2Int",!0),d(this,"scaleFactor",1),d(this,"ASSET_TYPES",[])}static createSVG(t,e){const i=document.createElementNS("http://www.w3.org/2000/svg","svg");return i.setAttribute("width",t.toString()),i.setAttribute("height",e.toString()),i}static createSVGPath(t){const e=document.createElementNS("http://www.w3.org/2000/svg","path");return e.setAttribute("d",t),e}static createSVGText(t,e,i){const n=document.createElementNS("http://www.w3.org/2000/svg","text");return n.setAttribute("x",e.toString()),n.setAttribute("y",i.toString()),n.textContent=t,n}static getInstance(){return Dn}static setInstancedMesh(t){return this.getInstance().setInstancedMesh(t)}static parse(t,e={}){return this.getInstance().parse(t,e)}static getBoundingBoxByNode(t,e=new ai){if(e.makeEmpty(),!t)return e;if("text"===t.nodeName){if("function"==typeof t.getBBox){const i=t.getBBox();e.min.set(i.x,i.y),e.max.set(i.x+i.width,i.y+i.height)}const i=t.textContent||"",n=parseInt(t.getAttribute("font-size")||"12");return Tn.measureText2(i,n,Wn),Wn.validate()&&(e.getCenter(Fn),e.min.setY(Fn.y-Wn.y/2),e.max.setY(Fn.y+Wn.y/2)),this.parseNodeTransform(t,Nn),parseInt(t.getAttribute("stroke-width")||"0"),e.applyMatrix3(Nn),e}const i=In.getInstance().parseNode(t);if(!i.length)return e;for(let t=0,n=i.length;t<n;t++)i[t].computeBoundingBox(Un),e.union(Un);return e}static parseNodeTransform(t,e){return In.getInstance().parseNodeTransform(t,void 0,e)}static getSvgPathDByData(t){if(!t||0===t.length)return"";const e=Array.isArray(t)?t:Array.from(t);let i="",n=0;for(;n<e.length;)switch(e[n++]){case 1:i+=`M${e[n++]} ${e[n++]}`;break;case 2:i+=`L${e[n++]} ${e[n++]}`;break;case 3:i+=`C${e[n++]} ${e[n++]} ${e[n++]} ${e[n++]} ${e[n++]} ${e[n++]}`;break;case 4:i+=`Q${e[n++]} ${e[n++]} ${e[n++]} ${e[n++]}`;break;case 5:const t=e[n++],s=e[n++],r=e[n++],a=e[n++],o=e[n++],h=e[n++],l=e[n++],u=e[n++],c=t+Math.cos(o+h)*r,d=s+Math.sin(o+h)*a;i+=`A${r} ${a} ${l} ${Math.abs(h)>Math.PI?1:0} ${u?0:1} ${c} ${d}`;break;case ln:const p=e[n++],f=e[n++],m=e[n++],g=e[n++];i+=`M${p} ${f} L${p+m} ${f} L${p+m} ${f+g} L${p} ${f+g} Z`;break;case un:const y=e[n++],v=e[n++],x=e[n++],b=e[n++],w=e[n++],_=e[n++],S=e[n++],E=e[n++],M=y+Math.cos(_)*x,A=v+Math.sin(_)*b,T=y+Math.cos(S)*x,C=v+Math.sin(S)*b;i+=`M${M} ${A} A${x} ${b} ${w} ${Math.abs(S-_)>Math.PI?1:0} ${E?0:1} ${T} ${C}`;break;case hn:i+="Z"}return i}static getPathProxyBySvgPathD(t,e){return In.getInstance().getPathProxyBySvgPathD(t,e)}static getViewBox(t,e=new ai){return In.getInstance().getViewBox(t,e)}setInstancedMesh(t){return this.instancedMesh=t,this}dispose(){this._xml=void 0,this._symbolsNodeMap={},this.paths=[],this.labels=[],this.symbolsMap={},this.instances=[],this._viewBox.makeEmpty(),this._isInDefs=!1,this._transformStack=[],this._currentTransform.identity(),this.centralPoint.identity(),this.centralInitialized=!1,this.stylesheets={},this.ASSET_TYPES=[]}parse(t,e={}){var i;this.dispose();const n=(new DOMParser).parseFromString(t,"image/svg+xml");this._xml=n.documentElement,qn((null==(i=this._xml)?void 0:i.getAttribute("viewBox"))||"",this._viewBox),this._viewBox.getCenter(this.centralPoint);const s=sn(this._xml),r=function(t,e=[]){return e.length=0,rn(t||[],(t=>{var i;if("assets"===t.label&&(null==(i=t.children)?void 0:i.length))for(let i,n=0,s=t.children.length;n<s;n++)i=t.children[n],i.label&&e.push(ri.head(ri.split(i.label,"-"))||"")})),e=ri.uniq(ri.compact(e))}(s);this.ASSET_TYPES=ri.uniq(ri.compact([...r,...Object.values(Di)])),this.parseNode(this._xml,e,this.paths);const a={xml:this._xml,viewBox:this._viewBox.clone(),idsTree:s,assetTypes:r,paths:this.paths,labels:this.labels};return this.instancedMesh&&(a.symbolsMap=this.symbolsMap,a.instances=this.instances),a}getViewBox(t,e=new ai){let i=((null==t?void 0:t.getAttribute("viewBox"))||"").split(" "),n=ri.map(i,(t=>parseFloat(t)));return 4!==(null==n?void 0:n.length)||(e.min.set(n[0],n[1]),e.max.set(n[0]+n[2],n[1]+n[3])),e}parseNode(t,e={},i=[],n,s){var r,a,o;if(1!==t.nodeType)return i;let h=!1;const l="function"==typeof t.getAttribute?t.getAttribute("id"):null,u=this.getNodeTransform(t,e);let c;const d=(t={},e,i)=>{if(!t)return;const s=(null==i?void 0:i.assetType)||this.getAssetType(e),r=(null==i?void 0:i.layerType)||this.getAssetType(e,"layer");return ri.set(t,"userData",{pid:n,id:l||n,nodeName:e.nodeName,layerType:r,assetType:s,style:Object.assign({},i)}),t};switch(t.nodeName){case"svg":case"g":e=this.parseStyle(t,e);break;case"defs":h=!0,this._isInDefs=!0;break;case"style":this.parseCSSStylesheetByTextContent(t);break;case"symbol":if(!l||!this._isInDefs&&this.symbolsMap[l]){if(!this._isInDefs&&l){const t=this.symbolsMap[l],e=(null==t?void 0:t.paths)||[];for(let n=0,s=(null==e?void 0:e.length)||0;n<s;n++)c=e[n],c&&(c=c.clone(),ri.set(c,"userData",Object.assign({},t.userData)),this.transformPath(c,this._currentTransform),i.push(c));return u&&(this._transformStack.pop(),this._transformStack.length>0?this._currentTransform.copy(this._transformStack[this._transformStack.length-1]):this._currentTransform.identity()),i}}else e=this.parseStyle(t,e),this._symbolsNodeMap[l]=t,ri.set(this.symbolsMap,`[${l}].symbolId`,l),ri.set(this.symbolsMap,`[${l}].style`,e);break;case"use":const p=(t.getAttributeNS("http://www.w3.org/1999/xlink","href")||"").substring(1),f=this._symbolsNodeMap[p],m=this.symbolsMap[p];if(f&&(e=this.parseStyle(f,e)),void 0===(e=this.parseStyle(t,e)).assetType&&(e.assetType=this.getAssetType(t)),void 0===e.layerType&&(e.layerType=this.getAssetType(t,"layer")),!this._isInDefs&&this.instancedMesh&&m){const i={symbolId:p,transform:this._currentTransform.clone(),userData:{}};d(i,t,e),this.instances.push(i)}else f&&(d(m,t,e),this.parseNode(f,e,i,l||n,s));break;case"path":e=this.parseStyle(t,e),t.hasAttribute("d")&&(c=this.parsePathNode(t,s));break;case"rect":e=this.parseStyle(t,e),c=this.parseRectNode(t,s);break;case"polygon":e=this.parseStyle(t,e),c=this.parsePolygonNode(t,s);break;case"polyline":e=this.parseStyle(t,e),c=this.parsePolylineNode(t,s);break;case"circle":e=this.parseStyle(t,e),c=this.parseCircleNode(t,s);break;case"ellipse":e=this.parseStyle(t,e),c=this.parseEllipseNode(t,s);break;case"line":e=this.parseStyle(t,e),c=this.parseLineNode(t,s);break;case"text":e=this.parseStyle(t,e);const g=this.parseTextNode(t,e,s);if(!g)return i;d(g,t,e),n||ri.set(g,"userData.pid",this.getId(t)),ri.set(g,"userData.textContent",t.textContent),ri.set(g,"transform",this._currentTransform.clone()),ri.set(g,"userData.id",ri.get(g,"userData.id")),ri.set(g,"userData.pid",this.getParentId(t,n));const y=this.getLabelAssetId(t);if(y?ri.set(g,"userData.aid",y):ri.set(g,"userData.aid",ri.split((null==(r=null==g?void 0:g.userData)?void 0:r.id)||"","-").splice(2).join("-")),this._isInDefs&&this.symbolsMap[null==(a=g.userData)?void 0:a.pid]){const t=g.userData.pid,e=(null==(o=this.symbolsMap[t])?void 0:o.labels)||[];e.push(g),ri.set(this.symbolsMap,`[${t}].labels`,e)}else this.labels.push(g)}c&&(d(c,t,e),this.transformPath(c,this._currentTransform),i.push(c));const p=t.childNodes;for(let t,n=0,r=p.length;n<r;n++)if(t=p[n],!h||"style"===t.nodeName||"symbol"===t.nodeName)if(this._isInDefs&&"symbol"===t.nodeName){const i=t.getAttribute("id");if(i){const n=this.parseNode(t,e);ri.set(this.symbolsMap,`[${i}].paths`,n)}}else this.parseNode(t,e,i,l,s);return u&&(this._transformStack.pop(),this._transformStack.length>0?this._currentTransform.copy(this._transformStack[this._transformStack.length-1]):this._currentTransform.identity()),h&&(this._isInDefs=!1),i}transformPath(t,e){t.applyMatrix3(e)}getNodeTransform(t,e){if(!(t.hasAttribute("transform")||"use"===t.nodeName&&(t.hasAttribute("x")||t.hasAttribute("y"))||"text"===t.nodeName&&(t.hasAttribute("dx")||t.hasAttribute("dy"))))return null;const i=this.parseNodeTransform(t,e);return this._transformStack.length>0&&i.premultiply(this._transformStack[this._transformStack.length-1]),this._currentTransform.copy(i),this._transformStack.push(i),i}parseNodeTransform(t,e,i=new Fi){var n;if(i.identity(),!t)return i;this.centralInitialized&&(i.translate(-this.centralPoint.x,-this.centralPoint.y),this.centralInitialized=!0);const s=On;if("use"===t.nodeName&&(t.hasAttribute("x")||t.hasAttribute("y"))){const e=this.parseFloatWithUnits(t.getAttribute("x")),n=this.parseFloatWithUnits(t.getAttribute("y"));i.translate(e,n)}else if("text"===t.nodeName&&(t.hasAttribute("dx")||t.hasAttribute("dy"))){const n=t.hasAttribute("dx")?this.parseFloatWithUnits(t.getAttribute("dx")||0,{fontSize:null==e?void 0:e.fontSize}):0,s=t.hasAttribute("dy")?this.parseFloatWithUnits(t.getAttribute("dy")||0,{fontSize:null==e?void 0:e.fontSize}):0;i.translate(n,s)}if(t.hasAttribute("transform")){const e=null==(n=t.getAttribute("transform"))?void 0:n.split(")");if(!(null==e?void 0:e.length))return i;for(let t=((null==e?void 0:e.length)||0)-1;t>=0;t--){const n=e[t].trim();if(""===n)continue;const r=n.indexOf("("),a=n.length;if(r>0&&r<a){const t=n.slice(0,r),e=this.parseFloats(n.slice(r+1));switch(s.identity(),t){case"translate":if(e.length>=1){const t=e[0];let i=0;e.length>=2&&(i=e[1]),s.translate(t,i)}break;case"rotate":if(e.length>=1){let t=0,i=0,n=0;t=e[0]*Math.PI/180,e.length>=3&&(i=e[1],n=e[2]),Rn.makeTranslation(-i,-n),zn.makeRotation(t),Hn.multiplyMatrices(zn,Rn),Rn.makeTranslation(i,n),s.multiplyMatrices(Rn,Hn)}break;case"scale":if(e.length>=1){const t=e[0];let i=t;e.length>=2&&(i=e[1]),s.scale(t,i)}break;case"skewX":1===e.length&&s.set(1,Math.tan(e[0]*Math.PI/180),0,0,1,0,0,0,1);break;case"skewY":1===e.length&&s.set(1,0,0,Math.tan(e[0]*Math.PI/180),1,0,0,0,1);break;case"matrix":6===e.length&&s.set(e[0],e[2],e[4],e[1],e[3],e[5],0,0,1)}}i.premultiply(s)}}return i}parseStyle(t,e){var i;e=Object.assign({},e);let n={};if(t.hasAttribute("class")){const e=null==(i=t.getAttribute("class"))?void 0:i.split(/\s/).filter(Boolean).map((t=>t.trim())).map((t=>t.startsWith(".")?t.substring(1):t));for(let t=0,i=(null==e?void 0:e.length)||0;t<i;t++)n=Object.assign(n,this.stylesheets["."+e[t]])}function s(i,s,r){void 0===r&&(r=function(t){return t.startsWith("url"),t}),t.hasAttribute(i)&&(e[s]=r(t.getAttribute(i))),n[i]&&(e[s]=r(n[i])),t.style&&""!==t.style[i]&&(e[s]=r(t.style[i]))}t.hasAttribute("id")&&(n=Object.assign(n,this.stylesheets["#"+t.getAttribute("id")]));const{fontSize:r,strokeWidth:a}=e,o=this;function h(t){return Math.max(0,Math.min(1,o.parseFloatWithUnits(t)))}function l(t){return Math.max(0,o.parseFloatWithUnits(t,{fontSize:r}))}s("font-size","fontSize",l),s("fill","fill"),s("fill-opacity","fillOpacity",h),s("fill-rule","fillRule"),s("opacity","opacity",h),s("stroke","stroke"),s("stroke-opacity","strokeOpacity",h),s("stroke-width","strokeWidth",(function(t){return Math.max(0,o.parseFloatWithUnits(t,{strokeWidth:a,noDef:!0}))})),s("stroke-linejoin","strokeLineJoin"),s("stroke-linecap","strokeLineCap"),s("stroke-miterlimit","strokeMiterLimit",l),s("visibility","visibility");const u=t.getAttribute("stroke-width")||e.strokeWidth;return ri.endsWith(u,"%")&&(e.thinLine=!0),"none"!==e.fill&&"transparent"!==e.fill||delete e.fill,"none"!==e.stroke&&"transparent"!==e.stroke||delete e.stroke,e}parseCSSStylesheetByTextContent(t){const e=t.textContent.replace(/\/\*[\s\S]*?\*\//g,"").replace(/([^;])}/g,"$1;}"),i=[];let n="",s=0;for(const t of e)"{"===t?s++:"}"===t&&s--,n+=t,"}"===t&&0===s&&(i.push(n.trim()),n="");for(const t of i){if(!t.includes("{"))continue;const[e,i]=t.split(/\s*\{\s*/);if(!e||!i)continue;const n=e.split(",").map((t=>t.trim())).filter(Boolean),s={};i.replace(/}\s*$/,"").split(";").map((t=>t.trim())).filter(Boolean).forEach((t=>{const[e,i]=t.split(/:\s*/);if(e&&i){const t=i.replace(/\s*!important\s*$/,"").trim();s[e.trim()]=t}})),n.forEach((t=>{t&&(this.stylesheets[t]=u(u({},this.stylesheets[t]||{}),s))}))}}parsePathNode(t,e=!1){const i=t.getAttribute("d");if(i&&""!==i&&"none"!==i)return this.getPathProxyBySvgPathD(i,void 0,e)}getPathProxyBySvgPathD(t,e=new cn,i=!1){if(!t)return;const n=new We,s=new We,r=new We;let a=!0,o=!1;const h=t.match(/[a-df-z][^a-df-z]*/gi);if(null==h?void 0:h.length){for(let t=0,l=(null==h?void 0:h.length)||0;t<l;t++){const l=h[t],u=l.charAt(0),c=l.slice(1).trim();let d;switch(!0===a&&(o=!0,a=!1),u){case"M":d=this.parseFloats(c);for(let t=0,a=d.length;t<a;t+=2)n.x=i?d[t]:this.normalizeX(d[t]),n.y=i?d[t+1]:this.normalizeY(d[t+1]),s.x=n.x,s.y=n.y,0===t?e.moveTo(n.x,n.y):e.lineTo(n.x,n.y),0===t&&r.copy(n);break;case"H":d=this.parseFloats(c);for(let t=0,a=d.length;t<a;t++)n.x=i?d[t]:this.normalizeX(d[t]),s.x=n.x,s.y=n.y,e.lineTo(n.x,n.y),0===t&&!0===o&&r.copy(n);break;case"V":d=this.parseFloats(c);for(let t=0,a=d.length;t<a;t++)n.y=i?d[t]:this.normalizeY(d[t]),s.x=n.x,s.y=n.y,e.lineTo(n.x,n.y),0===t&&!0===o&&r.copy(n);break;case"L":d=this.parseFloats(c);for(let t=0,a=d.length;t<a;t+=2)n.x=i?d[t]:this.normalizeX(d[t]),n.y=i?d[t+1]:this.normalizeY(d[t+1]),s.x=n.x,s.y=n.y,e.lineTo(n.x,n.y),0===t&&!0===o&&r.copy(n);break;case"C":d=this.parseFloats(c);for(let t,a=0,h=d.length;a<h;a+=6)t=i?[d[a],d[a+1],d[a+2],d[a+3],d[a+4],d[a+5]]:[this.normalizeX(d[a]),this.normalizeY(d[a+1]),this.normalizeX(d[a+2]),this.normalizeY(d[a+3]),this.normalizeX(d[a+4]),this.normalizeY(d[a+5])],e.bezierCurveTo(...t),s.x=t[2],s.y=t[3],n.x=t[4],n.y=t[5],0===a&&!0===o&&r.copy(n);break;case"S":d=this.parseFloats(c);for(let t,a=0,h=d.length;a<h;a+=4)t=i?[d[a],d[a+1],d[a+2],d[a+3]]:[this.normalizeX(d[a]),this.normalizeY(d[a+1]),this.normalizeX(d[a+2]),this.normalizeY(d[a+3])],e.bezierCurveTo(this.getReflection(n.x,s.x),this.getReflection(n.y,s.y),t[0],t[1],t[2],t[3]),s.x=t[0],s.y=t[1],n.x=t[2],n.y=t[3],0===a&&!0===o&&r.copy(n);break;case"Q":d=this.parseFloats(c);for(let t,a=0,h=d.length;a<h;a+=4)t=i?[d[a],d[a+1],d[a+2],d[a+3]]:[this.normalizeX(d[a]),this.normalizeY(d[a+1]),this.normalizeX(d[a+2]),this.normalizeY(d[a+3])],e.quadraticCurveTo(t[0],t[1],t[2],t[3]),s.x=t[0],s.y=t[1],n.x=t[2],n.y=t[3],0===a&&!0===o&&r.copy(n);break;case"T":d=this.parseFloats(c);for(let t,a=0,h=d.length;a<h;a+=2){const h=this.getReflection(n.x,s.x),l=this.getReflection(n.y,s.y);t=i?[d[a],d[a+1]]:[this.normalizeX(d[a]),this.normalizeY(d[a+1])],e.quadraticCurveTo(h,l,t[0],t[1]),s.x=h,s.y=l,n.x=t[0],n.y=t[1],0===a&&!0===o&&r.copy(n)}break;case"A":d=this.parseFloats(c,[3,4],7);for(let t,a=0,h=d.length;a<h;a+=7){if(t=i?[d[a],d[a+1],d[a+2],d[a+3],d[a+4],d[a+5],d[a+6]]:[this.normalizeX(d[a]),this.normalizeY(d[a+1]),d[a+2],d[a+3],d[a+4],this.normalizeW(d[a+5]),this.normalizeH(d[a+6])],t[5]==n.x&&t[6]==n.y)continue;const h=n.clone();n.x=t[5],n.y=t[6],s.x=n.x,s.y=n.y,this.parseArcCommand(e,t[a],t[1],t[2],t[3],t[4],h,n),0===a&&!0===o&&r.copy(n)}break;case"m":d=this.parseFloats(c);for(let t=0,a=d.length;t<a;t+=2)n.x+=i?d[t]:this.normalizeW(d[t]),n.y+=i?d[t+1]:this.normalizeH(d[t+1]),s.x=n.x,s.y=n.y,0===t?e.moveTo(n.x,n.y):e.lineTo(n.x,n.y),0===t&&r.copy(n);break;case"h":d=this.parseFloats(c);for(let t=0,a=d.length;t<a;t++)n.x+=i?d[t]:this.normalizeW(d[t]),s.x=n.x,s.y=n.y,e.lineTo(n.x,n.y),0===t&&!0===o&&r.copy(n);break;case"v":d=this.parseFloats(c);for(let t=0,a=d.length;t<a;t++)n.y+=i?d[t]:this.normalizeH(d[t]),s.x=n.x,s.y=n.y,e.lineTo(n.x,n.y),0===t&&!0===o&&r.copy(n);break;case"l":d=this.parseFloats(c);for(let t=0,a=d.length;t<a;t+=2)n.x+=i?d[t]:this.normalizeW(d[t]),n.y+=i?d[t+1]:this.normalizeH(d[t+1]),s.x=n.x,s.y=n.y,e.lineTo(n.x,n.y),0===t&&!0===o&&r.copy(n);break;case"c":d=this.parseFloats(c);for(let t,a=0,h=d.length;a<h;a+=6)t=i?[d[a],d[a+1],d[a+2],d[a+3],d[a+4],d[a+5]]:[this.normalizeW(d[a]),this.normalizeH(d[a+1]),this.normalizeW(d[a+2]),this.normalizeH(d[a+3]),this.normalizeW(d[a+4]),this.normalizeH(d[a+5])],e.bezierCurveTo(n.x+t[0],n.y+t[1],n.x+t[2],n.y+t[3],n.x+t[4],n.y+t[5]),s.x=n.x+t[2],s.y=n.y+t[3],n.x+=t[4],n.y+=t[5],0===a&&!0===o&&r.copy(n);break;case"s":d=this.parseFloats(c);for(let t,a=0,h=d.length;a<h;a+=4)t=i?[d[a],d[a+1],d[a+2],d[a+3]]:[this.normalizeW(d[a]),this.normalizeH(d[a+1]),this.normalizeW(d[a+2]),this.normalizeH(d[a+3])],e.bezierCurveTo(this.getReflection(n.x,s.x),this.getReflection(n.y,s.y),n.x+t[0],n.y+t[1],n.x+t[2],n.y+t[3]),s.x=n.x+t[0],s.y=n.y+t[1],n.x+=t[2],n.y+=t[3],0===a&&!0===o&&r.copy(n);break;case"q":d=this.parseFloats(c);for(let t,a=0,h=d.length;a<h;a+=4)t=i?[d[a],d[a+1],d[a+2],d[a+3]]:[this.normalizeW(d[a]),this.normalizeH(d[a+1]),this.normalizeW(d[a+2]),this.normalizeH(d[a+3])],e.quadraticCurveTo(n.x+t[0],n.y+t[1],n.x+t[2],n.y+t[3]),s.x=n.x+t[0],s.y=n.y+t[1],n.x+=t[2],n.y+=t[3],0===a&&!0===o&&r.copy(n);break;case"t":d=this.parseFloats(c);for(let t,a=0,h=d.length;a<h;a+=2){const h=this.getReflection(n.x,s.x),l=this.getReflection(n.y,s.y);t=i?[d[a],d[a+1]]:[this.normalizeW(d[a]),this.normalizeH(d[a+1])],e.quadraticCurveTo(h,l,n.x+t[0],n.y+t[1]),s.x=h,s.y=l,n.x=n.x+t[0],n.y=n.y+t[1],0===a&&!0===o&&r.copy(n)}break;case"a":d=this.parseFloats(c,[3,4],7);for(let t,a=0,h=d.length;a<h;a+=7){if(t=i?[d[a],d[a+1],d[a+2],d[a+3],d[a+4],d[a+5],d[a+6]]:[this.normalizeW(d[a]),this.normalizeH(d[a+1]),d[a+2],d[a+3],d[a+4],this.normalizeW(d[a+5]),this.normalizeH(d[a+6])],0==t[5]&&0==t[6])continue;const h=n.clone();n.x+=t[5],n.y+=t[6],s.x=n.x,s.y=n.y,this.parseArcCommand(e,t[0],t[1],t[2],t[3],t[4],h,n),0===a&&!0===o&&r.copy(n)}break;case"Z":case"z":e.closePath()}o=!1}return e}}parseArcCommand(t,e,i,n,s,r,a,o){if(0==e||0==i)return void t.lineTo(o.x,o.y);n=n*Math.PI/180,e=Math.abs(e),i=Math.abs(i);const h=(a.x-o.x)/2,l=(a.y-o.y)/2,u=Math.cos(n)*h+Math.sin(n)*l,c=-Math.sin(n)*h+Math.cos(n)*l;let d=e*e,p=i*i;const f=u*u,m=c*c,g=f/d+m/p;if(g>1){const t=Math.sqrt(g);d=(e*=t)*e,p=(i*=t)*i}const y=d*m+p*f,v=(d*p-y)/y;let x=Math.sqrt(Math.max(0,v));s===r&&(x=-x);const b=x*e*c/i,w=-x*i*u/e,_=Math.cos(n)*b-Math.sin(n)*w+(a.x+o.x)/2,S=Math.sin(n)*b+Math.cos(n)*w+(a.y+o.y)/2,E=this.svgAngle(1,0,(u-b)/e,(c-w)/i),M=this.svgAngle((u-b)/e,(c-w)/i,(-u-b)/e,(-c-w)/i)%(2*Math.PI);t.absellipse(_,S,e,i,n,E,E+M,0===r)}svgAngle(t,e,i,n){const s=t*i+e*n,r=Math.sqrt(t*t+e*e)*Math.sqrt(i*i+n*n);let a=Math.acos(Math.max(-1,Math.min(1,s/r)));return t*n-e*i<0&&(a=-a),a}parseRectNode(t,e=!1){let i=this.parseFloatWithUnits(t.getAttribute("x")||0),n=this.parseFloatWithUnits(t.getAttribute("y")||0),s=this.parseFloatWithUnits(t.getAttribute("rx")||t.getAttribute("ry")||0),r=this.parseFloatWithUnits(t.getAttribute("ry")||t.getAttribute("rx")||0),a=this.parseFloatWithUnits(t.getAttribute("width")),o=this.parseFloatWithUnits(t.getAttribute("height"));e||(i=this.normalizeX(i),n=this.normalizeY(n),s=this.normalizeW(s),r=this.normalizeH(r),a=this.normalizeW(a),o=this.normalizeH(o));const h=.448084975506,l=new cn;return l.moveTo(i+s,n),l.lineTo(i+a-s,n),0===s&&0===r||l.bezierCurveTo(i+a-s*h,n,i+a,n+r*h,i+a,n+r),l.lineTo(i+a,n+o-r),0===s&&0===r||l.bezierCurveTo(i+a,n+o-r*h,i+a-s*h,n+o,i+a-s,n+o),l.lineTo(i+s,n+o),0===s&&0===r||l.bezierCurveTo(i+s*h,n+o,i,n+o-r*h,i,n+o-r),l.lineTo(i,n+r),0===s&&0===r||l.bezierCurveTo(i,n+r*h,i+s*h,n,i+s,n),l}parsePolygonNode(t,e=!1){var i;const n=this,s=new cn;let r=0;return null==(i=t.getAttribute("points"))||i.replace(/([+-]?\d*\.?\d+(?:e[+-]?\d+)?)(?:,|\s)([+-]?\d*\.?\d+(?:e[+-]?\d+)?)/g,(function(t,i,a){const o=e?n.parseFloatWithUnits(i):n.normalizeX(n.parseFloatWithUnits(i)),h=e?n.parseFloatWithUnits(a):n.normalizeY(n.parseFloatWithUnits(a));return 0===r?s.moveTo(o,h):s.lineTo(o,h),r++,t})),s.autoClose=!0,s}parsePolylineNode(t,e=!1){var i;const n=this,s=new cn;let r=0;return null==(i=t.getAttribute("points"))||i.replace(/([+-]?\d*\.?\d+(?:e[+-]?\d+)?)(?:,|\s)([+-]?\d*\.?\d+(?:e[+-]?\d+)?)/g,(function(t,i,a){const o=e?n.parseFloatWithUnits(i):n.normalizeX(n.parseFloatWithUnits(i)),h=e?n.parseFloatWithUnits(a):n.normalizeY(n.parseFloatWithUnits(a));return 0===r?s.moveTo(o,h):s.lineTo(o,h),r++,t})),s.autoClose=!1,s}parseCircleNode(t,e=!1){let i=this.parseFloatWithUnits(t.getAttribute("cx")||0),n=this.parseFloatWithUnits(t.getAttribute("cy")||0),s=this.parseFloatWithUnits(t.getAttribute("r")||0);e||(i=this.normalizeX(i),n=this.normalizeY(n),s=this.normalizeW(s));const r=new cn;return r.absarc(i,n,s,0,2*Math.PI),r}parseEllipseNode(t,e=!1){let i=this.parseFloatWithUnits(t.getAttribute("cx")||0),n=this.parseFloatWithUnits(t.getAttribute("cy")||0),s=this.parseFloatWithUnits(t.getAttribute("rx")||0),r=this.parseFloatWithUnits(t.getAttribute("ry")||0);e||(i=this.normalizeX(i),n=this.normalizeY(n),s=this.normalizeW(s),r=this.normalizeH(r));const a=new cn;return a.absellipse(i,n,s,r,0,0,2*Math.PI,!1),a}parseLineNode(t,e=!1){let i=this.parseFloatWithUnits(t.getAttribute("x1")||0),n=this.parseFloatWithUnits(t.getAttribute("y1")||0),s=this.parseFloatWithUnits(t.getAttribute("x2")||0),r=this.parseFloatWithUnits(t.getAttribute("y2")||0);e||(i=this.normalizeX(i),n=this.normalizeY(n),s=this.normalizeX(s),r=this.normalizeY(r));const a=new cn;return a.moveTo(i,n),a.lineTo(s,r),a}parseTextNode(t,e,i=!1){let n=parseFloat(t.getAttribute("x")||"0"),s=parseFloat(t.getAttribute("y")||"0");i||(n=this.normalizeX(n),s=this.normalizeY(s));const r=t.textContent;if(!r||!e.fontSize)return;const a=Object.assign({},e);return a.fill=t.getAttribute("fill")||e.fill||"#000",a.fontSize=parseFloat(t.getAttribute("font-size")||"0")||parseFloat(e.fontSize)||72,a.fontFamily=t.getAttribute("font-family")||e.fontFamily||"Arial",{textContent:r,style:a,userData:{}}}parseFloatWithUnits(t,e){let i,n="px";if("string"==typeof t||t instanceof String){t=null==t?void 0:t.trim();for(let e=0,i=Ln.length;e<i;e++){const i=Ln[e];if(t.endsWith(i)){n=i,t=t.substring(0,t.length-i.length);break}}}if("px"===n&&"px"!==this.defaultUnit)i=Bn.in[this.defaultUnit]/this.defaultDPI;else if("%"===n){this._viewBox.getSize(Wn),Hn.copy(this._currentTransform).getScale(Fn);const t=Math.abs(Fn.x||1);i=Wn.x/100*t}else"em"===n?i=(null==e?void 0:e.fontSize)||Pn:(i=Bn[n][this.defaultUnit],i<0&&(i=Bn[n].in*this.defaultDPI));return i*parseFloat(t)}getReflection(t,e){return t-(e-t)}parseFloats(t,e,i){if("string"!=typeof t)throw new TypeError("Invalid input: "+typeof t);const n={WHITESPACE:/[ \t\r\n]/,DIGIT:/[\d]/,SIGN:/[-+]/,POINT:/\./,COMMA:/,/,EXP:/e/i,FLAGS:/[01]/};let s=0,r=!0,a="",o="";const h=[];function l(t,e,i){const n=new SyntaxError('Unexpected character "'+t+'" at index '+e+".");throw n.partial=i,n}function u(){""!==a&&(""===o?h.push(Number(a)):h.push(Number(a)*Math.pow(10,Number(o)))),a="",o=""}let c;const d=t.length;for(let p=0;p<d;p++)if(c=t[p],Array.isArray(e)&&e.includes(h.length%(i||0))&&n.FLAGS.test(c))s=1,a=c,u();else{if(0===s){if(n.WHITESPACE.test(c))continue;if(n.DIGIT.test(c)||n.SIGN.test(c)){s=1,a=c;continue}if(n.POINT.test(c)){s=2,a=c;continue}n.COMMA.test(c)&&(r&&l(c,p,h),r=!0)}if(1===s){if(n.DIGIT.test(c)){a+=c;continue}if(n.POINT.test(c)){a+=c,s=2;continue}if(n.EXP.test(c)){s=3;continue}n.SIGN.test(c)&&1===a.length&&n.SIGN.test(a[0])&&l(c,p,h)}if(2===s){if(n.DIGIT.test(c)){a+=c;continue}if(n.EXP.test(c)){s=3;continue}n.POINT.test(c)&&"."===a[a.length-1]&&l(c,p,h)}if(3===s){if(n.DIGIT.test(c)){o+=c;continue}if(n.SIGN.test(c)){if(""===o){o+=c;continue}1===o.length&&n.SIGN.test(o)&&l(c,p,h)}}n.WHITESPACE.test(c)?(u(),s=0,r=!1):n.COMMA.test(c)?(u(),s=0,r=!0):n.SIGN.test(c)?(u(),s=1,a=c):n.POINT.test(c)?(u(),s=2,a=c):l(c,p,h)}return u(),h}normalizeX(t){return this.float2Int?Math.round(t*this.scaleFactor*100)/100:t*this.scaleFactor}normalizeY(t){return this.float2Int?Math.round(t*this.scaleFactor*100)/100:t*this.scaleFactor}normalizeW(t){return this.float2Int?Math.round(t*this.scaleFactor*100)/100:t*this.scaleFactor}normalizeH(t){return this.float2Int?Math.round(t*this.scaleFactor*100)/100:t*this.scaleFactor}getAssetType(t,e="asset"){let i;const n="function"==typeof t.getAttribute?t.getAttribute("id"):"";if(!n&&t.parentNode)return this.getAssetType(t.parentNode,e);if(!n)return i;if("layer"===e)i=kn.find((t=>n===t));else{const t=null==n?void 0:n.replace(/-assets/g,"");i=this.ASSET_TYPES.find((e=>t===e))}return!i&&t.parentNode&&(i=this.getAssetType(t.parentNode,e)),i}getId(t){let e;const i="function"==typeof t.getAttribute?t.getAttribute("id"):"";return e=!i&&t.parentNode?this.getId(t.parentNode):i,e}getParentId(t,e){let i;const n=this.getId(t);return i=t.parentNode&&this.getId(t.parentNode),i&&n!==e||(i=this.getParentId(t.parentNode,e)),i||n||""}getLabelAssetId(t){let e;return this.getId(t),e="function"==typeof t.getAttribute?t.getAttribute("aid"):"",!e&&t.parentNode&&(e=this.getLabelAssetId(t.parentNode)),e}}const Dn=new In,Ln=["mm","cm","in","pt","pc","px","em","%"],Bn={mm:{mm:1,cm:.1,in:1/25.4,pt:72/25.4,pc:6/25.4,px:-1},cm:{mm:10,cm:1,in:1/2.54,pt:72/2.54,pc:6/2.54,px:-1},in:{mm:25.4,cm:2.54,in:1,pt:72,pc:6,px:-1},pt:{mm:25.4/72,cm:2.54/72,in:1/72,pt:1,pc:6/72,px:-1},pc:{mm:25.4/6,cm:2.54/6,in:1/6,pt:12,pc:1,px:-1},px:{px:1},"%":{"%":1,px:-1}},Pn=16,kn=Object.values(Bi),Nn=new Fi,On=new Fi,Rn=new Fi,zn=new Fi,Hn=new Fi,Wn=new We,Fn=new We,Un=new ai;function Vn(t){if(!t)return"inches";let e=t.querySelector("#defaultView");return(null==e?void 0:e.getAttribute("units"))||"inches"}function qn(t,e=new ai){if(!t)return e;let i=t.split(" "),n=ri.map(i,(t=>parseFloat(t)));return 4!==(null==n?void 0:n.length)||(e.min.set(n[0],n[1]),e.max.set(n[0]+n[2],n[1]+n[3])),e}function jn(t){var e;if(null==(e=null==t?void 0:t.children)?void 0:e.length)for(let e=0,i=t.children.length;e<i;e++)if("g"===t.children[e].nodeName)return t.children[e]}function Yn(t){const e=document.createElementNS("http://www.w3.org/2000/svg","circle");return(null==t?void 0:t.id)&&e.setAttribute("id",t.id),e.setAttribute("cx",((null==t?void 0:t.x)||0).toString()),e.setAttribute("cy",((null==t?void 0:t.y)||0).toString()),e.setAttribute("r",((null==t?void 0:t.r)||1).toString()),(null==t?void 0:t.fill)&&e.setAttribute("fill",t.fill),(null==t?void 0:t.stroke)&&(e.setAttribute("stroke",t.stroke),e.setAttribute("stroke-width",(t.strokeWidth||1).toString())),e}function Gn(t){const e=document.createElementNS("http://www.w3.org/2000/svg","path");return e.setAttribute("stroke-linecap","round"),(null==t?void 0:t.id)&&e.setAttribute("id",t.id),(null==t?void 0:t.d)&&e.setAttribute("d",In.getSvgPathDByData(t.d)),(null==t?void 0:t.fill)&&e.setAttribute("fill",t.fill),(null==t?void 0:t.stroke)&&(e.setAttribute("stroke",t.stroke),e.setAttribute("stroke-width",(t.strokeWidth||1).toString())),(null==t?void 0:t.strokeDasharray)&&e.setAttribute("stroke-dasharray",t.strokeDasharray),e}function $n(t){var e;const i=document.createElementNS("http://www.w3.org/2000/svg","text");return(null==t?void 0:t.id)&&i.setAttribute("id",t.id),(null==t?void 0:t.fill)&&i.setAttribute("fill",t.fill),(null==t?void 0:t.stroke)&&(i.setAttribute("stroke",t.stroke),i.setAttribute("stroke-width",(t.strokeWidth||1).toString())),i.textContent=t.textContent,(null==t?void 0:t.fontSize)&&i.setAttribute("font-size",null==(e=null==t?void 0:t.fontSize)?void 0:e.toString()),i.setAttribute("text-anchor",(null==t?void 0:t.textAnchor)||"middle"),i.setAttribute("text-baseline",(null==t?void 0:t.textBaseline)||"middle"),i}function Xn(t,e,i,n){t&&(e||i||n)&&(In.parseNodeTransform(t,is),is.decompose(Qn,Kn,ts),es.compose(e||Qn,i||Kn,n||ts),null==t||t.setAttribute("transform",es.getTransformString()))}function Zn(t){const e=document.createElementNS("http://www.w3.org/2000/svg","g");return t&&e.setAttribute("id",t),e}function Jn(t,e){t&&e&&Xn(t,e)}const Qn=new We,Kn=new We,ts=new We,es=new Fi,is=new Fi;class ns extends Wi{constructor(t){super(),d(this,"isSvgRenderer",!0),d(this,"id"),d(this,"params"),d(this,"container",Ae.window.document.getElementsByTagName("body")[0]),d(this,"cameraVersion",-1),d(this,"viewAreaLimit",-1),d(this,"autoClear"),this.id="SvgRenderer@"+Date.now(),this.params=t,Ae.config=t,this.initSvg()}destroy(){}initSvg(){if(this.params.containerId&&(this.container=Ae.window.document.getElementById(this.params.containerId)),this.container||(this.container=Ae.window.document.getElementsByTagName("body")[0]),!this.params.width||!this.params.height){const t=this.container.getBoundingClientRect();this.params.width=t.width,this.params.height=t.height}this.container.style.overflow="hidden",this.container.style.transform="translateZ(0)",this.setSize(this.params.width,this.params.height)}resize(){var t,e;const i=(null==(t=this.container)?void 0:t.parentElement)||document.body,n=i.getBoundingClientRect();if(!n)return;const s=window.getComputedStyle(i),r=n.width-parseFloat(s.paddingLeft)-parseFloat(s.paddingRight),a=n.height-parseFloat(s.paddingTop)-parseFloat(s.paddingBottom),o=null==(e=this.container)?void 0:e.getBoundingClientRect();if(!o)return;const h=r-o.left+n.left,l=a-o.top+n.top;this.setSize(h,l)}setSize(t,e){this.container.style.width=t+"px",this.container.style.height=e+"px",this.params.width=t,this.params.height=e,this.params.camera||(this.params.camera={}),this.params.camera.width=this.params.width,this.params.camera.height=this.params.height,this.params.aspect=this.params.width/this.params.height,this.params.camera.aspect=this.params.aspect,this.params.camera.left=-.5*this.params.width,this.params.camera.right=.5*this.params.width,this.params.camera.top=.5*this.params.height,this.params.camera.bottom=-.5*this.params.height}getSize(t){return t.set(this.params.width,this.params.height)}clean(){}render(t,e){return p(this,null,(function*(){var i;if(!t||!e)return;if(this.cameraVersion===(null==e?void 0:e.version))return;e.updateMatrixWorld(),rs.set(0,0).unproject(e),as.set(this.params.width,this.params.height).unproject(e),ss.setFromPoints([rs,as]);let n=function(t=new ai){let e="";const i=[];return i.push(t.min.x),i.push(t.min.y),i.push(Math.abs(t.max.x-t.min.x)),i.push(Math.abs(t.max.y-t.min.y)),e=i.join(" "),e}(ss);null==(i=t.svg)||i.setAttribute("viewBox",n),this.cameraVersion=e.version||-1}))}getRenderTarget(){}setRenderTarget(t){}renderTexture(t,e){}}const ss=new ai,rs=new We,as=new We,os=["00","01","02","03","04","05","06","07","08","09","0a","0b","0c","0d","0e","0f","10","11","12","13","14","15","16","17","18","19","1a","1b","1c","1d","1e","1f","20","21","22","23","24","25","26","27","28","29","2a","2b","2c","2d","2e","2f","30","31","32","33","34","35","36","37","38","39","3a","3b","3c","3d","3e","3f","40","41","42","43","44","45","46","47","48","49","4a","4b","4c","4d","4e","4f","50","51","52","53","54","55","56","57","58","59","5a","5b","5c","5d","5e","5f","60","61","62","63","64","65","66","67","68","69","6a","6b","6c","6d","6e","6f","70","71","72","73","74","75","76","77","78","79","7a","7b","7c","7d","7e","7f","80","81","82","83","84","85","86","87","88","89","8a","8b","8c","8d","8e","8f","90","91","92","93","94","95","96","97","98","99","9a","9b","9c","9d","9e","9f","a0","a1","a2","a3","a4","a5","a6","a7","a8","a9","aa","ab","ac","ad","ae","af","b0","b1","b2","b3","b4","b5","b6","b7","b8","b9","ba","bb","bc","bd","be","bf","c0","c1","c2","c3","c4","c5","c6","c7","c8","c9","ca","cb","cc","cd","ce","cf","d0","d1","d2","d3","d4","d5","d6","d7","d8","d9","da","db","dc","dd","de","df","e0","e1","e2","e3","e4","e5","e6","e7","e8","e9","ea","eb","ec","ed","ee","ef","f0","f1","f2","f3","f4","f5","f6","f7","f8","f9","fa","fb","fc","fd","fe","ff"],hs=()=>{const t=4294967295*Math.random()|0,e=4294967295*Math.random()|0,i=4294967295*Math.random()|0,n=4294967295*Math.random()|0;return(os[255&t]+os[t>>8&255]+os[t>>16&255]+os[t>>24&255]+"-"+os[255&e]+os[e>>8&255]+"-"+os[e>>16&15|64]+os[e>>24&255]+"-"+os[63&i|128]+os[i>>8&255]+"-"+os[i>>16&255]+os[i>>24&255]+os[255&n]+os[n>>8&255]+os[n>>16&255]+os[n>>24&255]).toLowerCase()};class ls extends Wi{constructor(t={}){super(),d(this,"isObject2",!0),d(this,"id",us++),d(this,"uuid",hs()),d(this,"name"),d(this,"type","Object2"),d(this,"featureKey","Object2_"+this.id),d(this,"parent"),d(this,"children",[]),d(this,"up",new We(0,1)),d(this,"position",new We),d(this,"rotation",new We),d(this,"scaled",new We(1,1)),d(this,"flipY",!1),d(this,"selectable",!1),d(this,"matrix",new Fi),d(this,"matrixWorld",new Fi),d(this,"matrixWorldInverse",new Fi),d(this,"modelViewMatrix",new Fi),d(this,"normalMatrix",new Fi),d(this,"fixed",!1),d(this,"dynamically",!1),d(this,"matrixAutoUpdate",!1),d(this,"matrixWorldNeedsUpdate",!1),d(this,"matrixWorldAutoUpdate",!1),d(this,"composeNode",!1),d(this,"isInComposeNode",!1),d(this,"alignCenter",!1),d(this,"boundingBox",new ai),d(this,"boundingBoxWorld",new ai),d(this,"boundingBoxNeedsUpdate",!1),d(this,"centerPoint",new We),d(this,"visible",!0),d(this,"castShadow",!1),d(this,"receiveShadow",!1),d(this,"renderOrder",0),d(this,"animations",[]),d(this,"finalSize"),d(this,"userData",{}),d(this,"DefaultUp",new We(0,1)),d(this,"_autoSort",!0),d(this,"_version",0),void 0!==t.name?this.name=t.name:this.name="Object2",void 0!==t.flipY&&(this.flipY=t.flipY),void 0!==t.selectable&&(this.selectable=t.selectable),void 0!==t.finalSize&&(this.finalSize=t.finalSize),this.setAttrs(t)}get version(){return this._version}set version(t){this._version=t}set needsUpdate(t){t&&this._version++}destroy(){super.destroy(),this.clear(),this.removeFromParent(),this.dispatchEvent(bs)}setVisible(t){return this.visible=t,this}setPosition(t){return this.position.set(t.x,t.y),this}translate(t,e){this.position.x+=t,this.position.y+=e}setScale(t,e){return this.scaled.set(t,e),this}setRotationFromMatrix(t){t.decompose(ms,this.rotation,gs)}setRotation(t){return this.rotation.set(t,t),this}rotate(t){this.rotation.x+=t}scale(t,e){e?(this.scaled.x*=t,this.scaled.y*=e):this.scaled.multiplyScalar(t)}localToWorld(t){return this.updateWorldMatrix(!0,!1),t.applyMatrix3(this.matrixWorld)}worldToLocal(t){return this.updateWorldMatrix(!0,!1),t.applyMatrix3(ds.copy(this.matrixWorld).invert())}lookAt(t){ps.copy(t),this.updateWorldMatrix(!0,!1),this.matrixWorld.getTransition(ms),ds.lookAt(ms,ps,vs),ds.getRotation(ys),this.rotation.set(ys.x,ys.x),this.parent&&(this.parent.matrixWorld.getRotation(ys),this.rotate(ys.x))}applyMatrix3(t){this.matrixAutoUpdate&&this.updateMatrix(),this.matrix.premultiply(t),this.matrix.decompose(this.position,this.rotation,this.scaled)}updateMatrix(){cs.copy(this.scaled),this.flipY&&(cs.y*=-1),this.matrix.compose(this.position,this.rotation,cs),this.matrixWorldNeedsUpdate=!0}updateMatrixWorld(t){this.matrixAutoUpdate&&this.updateMatrix(),(this.matrixWorldNeedsUpdate||t)&&(this.parent?this.matrixWorld.multiplyMatrices(this.parent.matrixWorld,this.matrix):this.matrixWorld.copy(this.matrix),this.matrixWorldInverse.copy(this.matrixWorld).invert(),this.matrixWorldNeedsUpdate=!1,t=!0,this.boundingBoxNeedsUpdate=!0);const e=this.children;for(let i=0,n=e.length;i<n;i++)e[i].updateMatrixWorld(t);this.boundingBoxNeedsUpdate&&(this.updateBoundingBox(),this.boundingBoxNeedsUpdate=!1)}updateWorldMatrix(t=!1,e=!1){const i=this.parent;if(t&&i&&i.updateWorldMatrix(!0,!1),this.matrixAutoUpdate&&this.updateMatrix(),this.parent?this.matrixWorld.multiplyMatrices(this.parent.matrixWorld,this.matrix):this.matrixWorld.copy(this.matrix),this.matrixWorldInverse.copy(this.matrixWorld).invert(),e){const t=this.children;for(let e=0,i=t.length;e<i;e++)t[e].updateWorldMatrix(!1,!0)}}updateModelViewMatrix(t){ds.copy(this.matrixWorld),t&&this.fixed?this.modelViewMatrix.copy(t.projectionMatrix):t?this.modelViewMatrix.multiplyMatrices(t.viewMatrix,ds):this.modelViewMatrix.copy(ds);for(let e=0,i=this.children.length;e<i;e++)this.children[e].updateModelViewMatrix(t)}computeBoundingBox(){this.boundingBox.makeEmpty(),this.centerPoint.set(0,0);for(let t=0,e=this.children.length;t<e;t++)this.children[t].updateMatrixWorld(),fs.copy(this.children[t].computeBoundingBox()),fs.applyMatrix3(ds.copy(this.children[t].matrixWorld)),this.boundingBox.union(fs);return this.boundingBox.applyMatrix3(this.matrixWorldInverse),this.boundingBox}updateBoundingBox(){this.boundingBox.isEmpty()||this.boundingBoxWorld.copy(this.boundingBox).applyMatrix3(this.matrixWorld)}setAttrs(t){if(!t)return this;for(const e in t)"children"!==e&&void 0!==t[e]&&("userData"===e&&t[e]?Object.keys(t[e]).forEach((i=>this.userData[i]=t[e][i])):this.userData[e]=t[e]);return this}add(t){return t&&t.isObject2&&t!==this?(t.parent&&t.parent.remove(t),t.parent=this,this.children.push(t),t.isInComposeNode=this.composeNode||this.isInComposeNode,t.selectable&&t.parent.setSelectable(t.selectable),this._autoSort&&this.children.sort(((t,e)=>t.renderOrder-e.renderOrder)),t.dispatchEvent(xs),this.matrixAutoUpdate||(this.matrixWorldNeedsUpdate=!0),this.visible&&(this.needsUpdate=!0),this):this}adds(t){if(!t||!t.length)return this;this._autoSort=!1;for(let e=0,i=t.length;e<i;e++)e===t.length-1&&(this._autoSort=!0),this.add(t[e]);return this}remove(t){const e=this.children.indexOf(t);return-1!==e&&(t.parent=void 0,this.children.splice(e,1),t.dispatchEvent(bs)),this}removes(t){for(let e=0,i=t.length;e<i;e++)this.remove(t[e]);return this}removeFromParent(){const t=this.parent;return t&&t.remove(this),this.parent=void 0,this}moveToLast(){const t=this.parent;t&&(this.removeFromParent(),t.add(this))}clear(){for(let t=0;t<this.children.length;t++){const e=this.children[t];e.parent=void 0,e.destroy(),e.dispatchEvent(bs)}return this.children.length=0,this}attach(t){return this.updateWorldMatrix(!0,!1),ds.copy(this.matrixWorld).invert(),t.parent&&(t.parent.updateWorldMatrix(!0,!1),ds.multiply(t.parent.matrixWorld)),t.applyMatrix3(ds),this.add(t),t.updateWorldMatrix(!1,!0),this}getObjectById(t){return this.getObjectByProperty("id",t)}getObjectByName(t){return this.getObjectByProperty("name",t)}getObjectByProperty(t,e){if(this[t]===e)return this;for(let i=0,n=this.children.length;i<n;i++){const n=this.children[i].getObjectByProperty(t,e);if(void 0!==n)return n}}getWorldPosition(t){return this.updateWorldMatrix(!0,!1),this.matrixWorld.decompose(t,ys,gs),t}getWorldRotation(t){return this.updateWorldMatrix(!0,!1),this.matrixWorld.decompose(ms,t,gs),t}getWorldScale(t){return this.updateWorldMatrix(!0,!1),this.matrixWorld.decompose(ms,ys,t),t}getWorldDirection(t){return this.updateWorldMatrix(!0,!1),t.set(this.matrixWorld.elements[6],this.matrixWorld.elements[7]).normalize()}traverse(t){t(this);const e=this.children;for(let i=0,n=e.length;i<n;i++)e[i].traverse(t)}traverseVisible(t){if(this.visible)return;t(this);const e=this.children;for(let i=0,n=e.length;i<n;i++)e[i].traverseVisible(t)}traverseAncestors(t){const e=this.parent;e&&(t(e),e.traverseAncestors(t))}traverseSome(t){if(t(this))return!0;const e=this.children;for(let i=0,n=e.length;i<n;i++)if(e[i].traverseSome(t))return!0;return!1}onBeforeRender(t,e,i,n){}render(t){}onAfterRender(t,e,i){}setSelectable(t){this.selectable=t,this.parent&&this.parent.setSelectable(t)}raycast(t,e=[]){}getByRange(t,e=!1,i=[]){if(fs.copy(t),fs.containsBox(this.boundingBoxWorld)&&i.push(this),!e||this.composeNode)return i;for(let n=0,s=this.children.length;n<s;n++)this.children[n].getByRange(t,e,i);return i}clone(t=!0,e=!1){return new(0,this.constructor)(this.userData).copy(this,t,e)}copy(t,e=!0,i=!1){if(this.name=t.name,this.type=t.type,this.featureKey=t.featureKey,this._version=0,this.parent=t.parent,this.up.copy(t.up),this.position.copy(t.position),this.rotation.copy(t.rotation),this.scaled.copy(t.scaled),this.flipY=t.flipY,this.selectable=t.selectable,this.matrix.copy(t.matrix),this.matrixWorld.copy(t.matrixWorld),this.modelViewMatrix.copy(t.modelViewMatrix),this.normalMatrix.copy(t.normalMatrix),this.fixed=t.fixed,this.matrixAutoUpdate=t.matrixAutoUpdate,this.matrixWorldNeedsUpdate=t.matrixWorldNeedsUpdate,this.matrixWorldAutoUpdate=t.matrixWorldAutoUpdate,this.composeNode=t.composeNode,this.alignCenter=t.alignCenter,this.boundingBox.copy(t.boundingBox),this.boundingBoxWorld.copy(t.boundingBoxWorld),this.boundingBoxNeedsUpdate=t.boundingBoxNeedsUpdate,this.centerPoint.copy(t.centerPoint),this.visible=t.visible,this.castShadow=t.castShadow,this.receiveShadow=t.receiveShadow,this.renderOrder=t.renderOrder,this.animations=t.animations.slice(),this.userData=JSON.parse(JSON.stringify(t.userData)),e)for(let n=0;n<t.children.length;n++){const s=t.children[n];this.add(s.clone(e,i))}return this}}let us=0;const cs=new We,ds=new Fi,ps=new We,fs=new ai,ms=new We,gs=new We,ys=new We,vs=new We(0,1),xs={type:"added"},bs={type:"removed"};class ws extends ls{constructor(){super(),d(this,"name","Scene"),d(this,"type","Scene"),d(this,"isScene",!0),d(this,"view"),d(this,"background"),d(this,"featureKey","Scene_"+this.id),d(this,"matrixAutoUpdate",!1)}destroy(){super.destroy(),this.boundingBox.makeEmpty()}setup(t){this.view=t}render(t){var e;this.visible&&(null==(e=this.children)||e.forEach((function(e){e.isShape&&e.render(t)})))}getIntersectObjects(t,e=Di.RM,i=[]){throw new Error("must be implemented in derived")}getByIds(t,e=[]){return e.length=0,t?(this.traverse((function(i){var n,s;(null==(n=i.userData)?void 0:n.id)&&(Array.isArray(t)&&t.includes(null==(s=i.userData)?void 0:s.id)||i.userData.id===t)&&e.push(i)})),e):e}}const _s={enabled:!1,files:{},add:function(t,e){this.enabled&&(this.files[t]=e)},get:function(t){if(this.enabled)return this.files[t]},remove:function(t){delete this.files[t]},clear:function(){this.files={}}},Ss=new class{constructor(t,e,i){d(this,"isLoading",!1),d(this,"itemsLoaded",0),d(this,"itemsTotal",0),d(this,"urlModifier"),d(this,"handlers",[]),d(this,"onStart"),d(this,"onLoad"),d(this,"onProgress"),d(this,"onError"),this.onLoad=t,this.onProgress=e,this.onError=i}itemStart(t){this.itemsTotal++,this.isLoading||void 0!==this.onStart&&this.onStart(t,this.itemsLoaded,this.itemsTotal),this.isLoading=!0}itemEnd(t){this.itemsLoaded++,void 0!==this.onProgress&&this.onProgress(t,this.itemsLoaded,this.itemsTotal),this.itemsLoaded===this.itemsTotal&&(this.isLoading=!1,void 0!==this.onLoad&&this.onLoad())}itemError(t){void 0!==this.onError&&this.onError(t)}resolveURL(t){return void 0!==this.urlModifier?this.urlModifier(t):t}setURLModifier(t){return this.urlModifier=t,this}addHandler(t,e){return this.handlers.push(t,e),this}removeHandler(t){const e=this.handlers.indexOf(t);return-1!==e&&this.handlers.splice(e,2),this}getHandler(t){for(let e=0,i=this.handlers.length;e<i;e+=2){const i=this.handlers[e],n=this.handlers[e+1];if(i.global&&(i.lastIndex=0),i.test(t))return n}return null}};let Es=class{constructor(t=Ss){d(this,"manager"),d(this,"crossOrigin","anonymous"),d(this,"withCredentials",!1),d(this,"path",""),d(this,"resourcePath",""),d(this,"requestHeader",{}),this.manager=t}loadAsync(t,e){const i=this;return new Promise((function(n,s){i.load(t,n,e,s)}))}setCrossOrigin(t){return this.crossOrigin=t,this}setWithCredentials(t){return this.withCredentials=t,this}setPath(t){return this.path=t,this}setResourcePath(t){return this.resourcePath=t,this}setRequestHeader(t){return this.requestHeader=t,this}};const Ms={};let As=class extends Error{constructor(t,e){super(t),d(this,"response"),this.response=e}},Ts=class extends Es{constructor(t){super(t),d(this,"mimeType"),d(this,"responseType")}load(t,e,i,n){void 0===t&&(t=""),void 0!==this.path&&(t=this.path+t),t=this.manager.resolveURL(t);const s=_s.get(t);if(void 0!==s)return this.manager.itemStart(t),setTimeout((()=>{e&&e(s),this.manager.itemEnd(t)}),0),s;if(void 0!==Ms[t])return void Ms[t].push({onLoad:e,onProgress:i,onError:n});Ms[t]=[],Ms[t].push({onLoad:e,onProgress:i,onError:n});const r=new Ae.window.Request(t,{headers:new Ae.window.Headers(this.requestHeader),credentials:this.withCredentials?"include":"same-origin"}),a=this.mimeType,o=this.responseType;fetch(r).then((e=>{if(200===e.status||0===e.status){if(e.status,"undefined"==typeof ReadableStream||void 0===e.body||void 0===e.body.getReader)return e;const i=Ms[t],n=e.body.getReader(),s=e.headers.get("Content-Length")||e.headers.get("X-File-Size"),r=s?parseInt(s):0,a=0!==r;let o=0;const h=new ReadableStream({start(t){!function e(){n.read().then((({done:n,value:s})=>{if(n)t.close();else{o+=s.byteLength;const n=new ProgressEvent("progress",{lengthComputable:a,loaded:o,total:r});for(let t=0,e=i.length;t<e;t++){const e=i[t];e.onProgress&&e.onProgress(n)}t.enqueue(s),e()}}))}()}});return new Response(h)}throw new As(`fetch for "${e.url}" responded with ${e.status}: ${e.statusText}`,e)})).then((t=>{switch(o){case"arraybuffer":return t.arrayBuffer();case"blob":return t.blob();case"document":return t.text().then((t=>(new DOMParser).parseFromString(t,a)));case"json":return t.json();default:if(void 0===a)return t.text();{const e=/charset="?([^;"\s]*)"?/i.exec(a),i=e&&e[1]?e[1].toLowerCase():void 0,n=new TextDecoder(i);return t.arrayBuffer().then((t=>n.decode(t)))}}})).then((e=>{_s.add(t,e);const i=Ms[t];delete Ms[t];for(let t=0,n=i.length;t<n;t++){const n=i[t];n.onLoad&&n.onLoad(e)}})).catch((e=>{const i=Ms[t];if(void 0===i)throw this.manager.itemError(t),e;delete Ms[t];for(let t=0,n=i.length;t<n;t++){const n=i[t];n.onError&&n.onError(e)}this.manager.itemError(t)})).finally((()=>{this.manager.itemEnd(t)})),this.manager.itemStart(t)}setMimeType(t){return this.mimeType=t,this}setResponseType(t){return this.responseType=t,this}};class Cs extends Es{constructor(t){super(t)}load(t,e,i,n){const s=this,r=new Ts(s.manager);r.setPath(s.path),r.setRequestHeader(s.requestHeader),r.setWithCredentials(s.withCredentials),r.load(t,(function(i){try{e&&e(i)}catch(e){n&&n(e),s.manager.itemError(t)}}),i,n)}}class Is{constructor(){d(this,"svg"),d(this,"offset",new We),d(this,"svgRoot"),d(this,"layers",[]),d(this,"elementsMap",{}),d(this,"boundingBoxMap",{}),d(this,"boundingBox",new ai),d(this,"svgSkeletons",[]),d(this,"viewBox",new ai),d(this,"_exceptTypes",["view"]),d(this,"_exceptIds",["viewer","mirror"]),d(this,"_lvi",0),d(this,"_lastLinked",[])}bindSvg(t){return this.svg=t,this.viewBox.makeEmpty(),In.getViewBox(t,this.viewBox),this.svgRoot=jn(this.svg),this.layers=this.getLayers(2),this.elementsMap={},this.boundingBoxMap={},this.boundingBox.makeEmpty(),this.getElementsMap(this.svg,this.elementsMap),this}getLayers(t){var e;if(!this.svg)throw new Error("please bind svg first");return 2===t&&(null==(e=this.layers)?void 0:e.length)||(this.layers=this._getSvgLayer(this.svg,t)),this.layers}_getSvgLayer(t,e=0,i=0,n=[]){var s;let r,a=t.id;if(this._exceptTypes.includes(t.tagName)||"defs"===t.tagName)return this._lvi--,n;if(e&&this._lvi>e)return n;a&&!this._exceptIds.includes(a)&&(r={value:a,label:a,children:[]},n.push(r)),this._lvi++;for(let i=0,s=t.children.length;i<s;i++)r?this._getSvgLayer(t.children[i],e,this._lvi,r.children):this._getSvgLayer(t.children[i],e,this._lvi,n);return 0===(null==(s=null==r?void 0:r.children)?void 0:s.length)&&delete r.children,this._lvi=i,n}getElementsMap(t,e={}){return this.traverseSvg(t,(i=>{i!==t&&i.id&&(e[i.id]=i)})),e}computeBoundingBoxMap(){var t;if(Object.keys(this.boundingBoxMap).length)return this.boundingBoxMap;let e=null==(t=this.svg)?void 0:t.getBoundingClientRect();return e&&this.offset.set(e.left,e.top),this.traverseSvg(this.svg,(t=>{if(!t.id)return;if("use"===t.tagName){const e=this.getUseSymbolId(t);if(!e)return;const i=this.boundingBoxMap[e];if(i&&!i.isEmpty()){Ls.set(Number(t.getAttribute("x")||"0"),Number(t.getAttribute("y")||"0")),Ps.composeSvgTransform(Ls.x,Ls.y,t.getAttribute("transform"));const e=(new ai).copy(i).applyMatrix3(Ps);return void(this.boundingBoxMap[t.id]=e)}const n=this.getUseElementBoundingBoxWithSymbol(t);if(!n)return;this.boundingBoxMap[e]=n,Ls.set(Number(t.getAttribute("x")||"0"),Number(t.getAttribute("y")||"0")),Ps.composeSvgTransform(Ls.x,Ls.y,t.getAttribute("transform"));const s=(new ai).copy(n).applyMatrix3(Ps);return this.boundingBoxMap[t.id]=s,void this.boundingBox.expandByBox(s)}if("function"!=typeof t.getBBox)return;const e=t.getBBox();if(e.width&&e.height||"path"!==t.tagName||(In.getBoundingBoxByNode(t,Ds),Ds.isEmpty()||(Ds.getSize(Ls),e.x=Ds.min.x,e.y=Ds.max.y,e.width=Ls.x,e.height=Ls.y)),!e.width||!e.height)return;const i=new ai(new We(e.x,e.y),new We(e.x+e.width,e.y+e.height));this.boundingBoxMap[t.id]=i.round(),this.boundingBox.expandByBox(i)})),this.boundingBoxMap}getLayerVisible(t){var e;const i=this.getElementById(t);if(i)return"none"!==(null==(e=i.style)?void 0:e.display)}updateLayersVisibility(t,e=!1,i=!0){if(!this.elementsMap)throw new Error("please bind svg first");i&&this._updateAllLayersVisibility(!e),(null==t?void 0:t.length)||(t=["background"]);for(let i=0,n=t.length;i<n;i++){const n=this.getElementById(t[i]);n&&this._updateLayersVisibility(n,e,!0,!0)}}_updateAllLayersVisibility(t=!1){Object.values(this.elementsMap).forEach((e=>{"svg"!==e.tagName&&"symbol"!==e.tagName&&e.getAttribute("id")&&(e.style.display=t?"block":"none")}))}_updateLayersVisibility(t,e=!1,i=!1,n=!1){var s,r;if(t&&"svg"!==t.tagName&&t.getAttribute("id")){if(t.style.display=e?"block":"none",i&&e){let i=t.parentElement;for(;i&&"svg"!==i.tagName;)i.style.display=e?"block":"none",i=i.parentElement}if(n&&(null==(s=t.children)?void 0:s.length)>0)for(let i=0,n=null==(r=t.children)?void 0:r.length;i<n;i++)this._updateLayersVisibility(t.children[i],e,!1,!0)}}updateVisibilityByAssetType(t,e=!1,i){i||(i=Hi[t]),this.updateLayersVisibility(i,!e)}updateVisibilityByAssetTypes(t,e=!1,i){if(Array.isArray(t)||(t=[t]),null==t?void 0:t.length)for(let n=0,s=t.length;n<s;n++)this.updateVisibilityByAssetType(t[n],e,i)}getElementById(t){if(!this.elementsMap)throw new Error("please bind svg first");return this.elementsMap[t]}getElementBoundingBox(t){return this.boundingBoxMap[t]}findSkeletonByPath(t=[]){let e,i=0;const n=Object.keys(this.elementsMap);for(let t=0,s=n.length;t<s;t++){const s=this.elementsMap[n[t]];if(!s)continue;const r=s.getAttribute("d");r&&(r.length<i||(i=r.length,e=s.id?s:s.parent))}return e?(t.push(e),t):t}setTextInChildren2(t,e){var i;let n;(null==(i=null==t?void 0:t.children)?void 0:i.length)<2?(n=Ai("text"),n.setAttribute("dy","1em"),t.appendChild(n)):n=t.children[t.children.length-1],n.innerHTML=e}traverseSvg(t,e){var i;if(!this._exceptTypes.includes(t.tagName)&&("svg"===t.tagName||"defs"===t.tagName||t.id)&&("g"!==t.tagName||0!==(null==(i=t.children)?void 0:i.length))){this._exceptIds.includes(t.id)||e(t);for(let i=0,n=t.children.length;i<n;i++)this.traverseSvg(t.children[i],e)}}traverseSvgTLayers(t,e){var i;if(Array.isArray(t))for(let i=0,n=t.length;i<n;i++)this.traverseSvgTLayers(t[i],e);else if(e(t),null==(i=t.children)?void 0:i.length)for(let i=0,n=t.children.length;i<n;i++)this.traverseSvgTLayers(t.children[i],e)}getLabelElementsByType(t,e={}){const i=this.getElementById(zi(t));return i?(this.getElementsMap(i,e),e):e}getLabelElementById(t,e="rm"){if(!t)return;const i=this.getElementById(t);if(!i)return;let n=i.getAttribute("aid");return n||(n="l-"+e+"-"+t),this.getElementById(n)}setLabelsById(t,e,i="rm"){var n,s;const r=this.getLabelElementById(t,i);if(!r)return;const a=(null==(n=r.children)?void 0:n.length)||0;for(let t=0,i=((null==e?void 0:e.length)||0)-(a-1);t<i;t++){const e=Ai("text");e.setAttribute("x","0"),e.setAttribute("y",a+t+"em"),r.appendChild(e)}for(let t=1,i=null==(s=r.children)?void 0:s.length;t<i;t++)r.children[t].textContent=e&&t<=e.length?e[t-1]:""}clearAssetLabelsByType(t="rm"){var e;const i=this.getLabelElementsByType(t),n=ri.keys(i);for(let t=0,s=n.length;t<s;t++){const s=i[n[t]];for(let t=1,i=(null==(e=s.children)?void 0:e.length)||0;t<i;t++)s.children[t].textContent=""}}getUseSymbolId(t){var e;if(t&&"use"===t.tagName)return null==(e=t.getAttribute("xlink:href"))?void 0:e.substring(1)}getUseSymbol(t){if(!t||"use"!==t.tagName)return;const e=this.getUseSymbolId(t);return e?this.getElementById(e):void 0}setElementState2selected(t,e=!1){var i;if(!t)return;if("use"===t.tagName){const n=this._getSymbolBox(t);if(!n)return;return void(e?null==(i=t.parentNode)||i.insertBefore(n,t):t.parentNode&&t.parentNode.contains(n)&&t.parentNode.removeChild(n))}let n=t.getAttribute("class");n||(n=""),n=e?"danger":ri.replace(n,"danger","").trim(),t.setAttribute("class",n)}_getSymbolBox(t){if(!t)return;const e=t.id+"-boundingBox";let i=this.getElementById(e);if(i)return i;const n=this.getUseSymbol(t);if(!n)return;let s=this.getElementBoundingBox(t.id);if(!s||s.isEmpty())return;i=document.createElementNS("http://www.w3.org/2000/svg","rect"),i.setAttribute("id",e),i.setAttribute("class","danger"),i.setAttribute("x",s.min.x.toString()),i.setAttribute("y",s.min.y.toString());const r=new We;return s.getSize(r),i.setAttribute("width",r.x.toString()),i.setAttribute("height",r.y.toString()),n.getAttribute("transform")&&i.setAttribute("transform",n.getAttribute("transform")||""),n.getAttribute("style")&&i.setAttribute("style",n.getAttribute("style")||""),this.elementsMap[e]=i,i}getUseElementBoundingBoxWithSymbol(t){var e;if(!t)return;const i=null==(e=t.getAttribute("xlink:href"))?void 0:e.substring(1);if(!i)return;let n=this.getElementById(i);if(!n)return;const s=document.createElementNS("http://www.w3.org/2000/svg","svg");let r;if(s.style.position="absolute",s.style.top="-9999px",s.style.left="-9999px","symbol"===ri.lowerCase(n.tagName)){r=document.createElementNS("http://www.w3.org/2000/svg","g");for(let t=0,e=n.childNodes.length;t<e;t++){const e=n.childNodes[t].cloneNode(!0);r.appendChild(e)}}else r=n.cloneNode(!0);s.appendChild(r),r.setAttribute("style","stroke: #333333;"),document.body.appendChild(s);const a=s.getBBox();if(document.body.removeChild(s),!a)return;const o=new ai;return o.set(new We(a.x,a.y),new We(a.x+a.width,a.y+a.height)),o}fontZoom(t,e=1){const i=this.getElementById(t);if(!i)return;let n=i.getAttribute("font-size");n||(n="12");const s=/(\d+)([a-zA-Z%]+)/.exec(n),r=s&&(null==s?void 0:s.length)>2?s[2]:"";let a=Math.round(parseFloat(n)*e*100)/100;i.setAttribute("font-size",a+r)}strokeWidthChanged(t=1){var e,i;const n=null==(e=this.svg)?void 0:e.querySelector("#mirror");if(!n)return;let s=null!=(i=on(n,"stroke-width"))?i:"1em";const r=String(s).match(/^([+-]?\d*\.?\d+(?:e[+-]?\d+)?)(%|[a-z]*)$/i);if(!r)return;const a=parseFloat(r[1]),o=r[2]||"em",h=a*t,l=Number.isInteger(h)?h.toFixed(0):h.toString().replace(/\.?0+$/,"");n.setAttribute("stroke-width",`${l}${o}`),"em"===o&&(this.fontZoom("background-labels",1),this.fontZoom("asset-labels",1),n.style.fontSize=`${l}${o}`)}getCentroid(t,e=new We){const i=t.getAttribute("insX"),n=t.getAttribute("insY");return i||n?e.set(Number(i||"0"),Number(n||"0")):this.getCentroidByDom(t,e)}getCentroidByDom(t,e=new We){const i=Number(t.getAttribute("x")||"0"),n=Number(t.getAttribute("y")||"0"),s=t.getBBox();let r=1,a=1,o=t.getAttribute("transform");if(!o)return e.set(i,n);const h=/scale\(\s*([^\s,)]+)[ ,]([^\s,)]+)/.exec(o);if(void 0===h||null==h){const i=t.transform.baseVal;if(!(o&&i.numberOfItems>0))return e.set((s.x+s.width/2)*r,(s.y+s.height/2)*a);{let t=i.getItem(0);t&&t.type===SVGTransform.SVG_TRANSFORM_SCALE&&(r=0!==t.matrix.a?t.matrix.a:1,a=0!==t.matrix.d?t.matrix.d:r)}}else r=h[1]&&Number(h[1])>0?Number(h[1]):1,a=h[2]&&Number(h[2])>0?Number(h[2]):r;return i&&n?e.set(i*r,n*a):e.set((s.x+s.width/2)*r,(s.y+s.height/2)*a),e}linkAssetsByTree(t,e){if(t||(t=Di.RM),this.clearLinkedLines(t),!e||!e.value)return;const i=this.getLinesByTree(e);this.drawLinkedLines(t,i)}clearLinkedLines(t){var e;const i=Ri(t);if(this.getElementById(i)){for(let t=(null==(e=this._lastLinked)?void 0:e.length)-1;t>=0;t--){const e=this._lastLinked[t];e.parentNode&&e.parentNode.removeChild(e),this._lastLinked.splice(t,1)}this._lastLinked.length=0}}drawLinkedLines(t,e){var i;if(!(null==e?void 0:e.length))return;const n=Ri(t),s=this.getElementById(n);if(!s)return;this.viewBox.getSize(Bs);const r=Math.round(Math.max(Bs.x,Bs.y)/1e3||2);for(let t=0,n=e.length;t<n;t++){const n=e[t][0],a=e[t][(null==(i=e[t])?void 0:i.length)-1],o=Ai("line");o.setAttribute("x1",n.x.toString()),o.setAttribute("y1",n.y.toString()),o.setAttribute("x2",a.x.toString()),o.setAttribute("y2",a.y.toString()),o.setAttribute("class","danger"),o.setAttribute("style",`stroke-width: ${r}; stroke-dasharray: ${10*r},${5*r}; animation: dashedAnimate 1s linear infinite;`),s.appendChild(o),this._lastLinked.push(o)}}getLinesByTree(t,e=[]){var i;if(!(null==t?void 0:t.value))return e;const n=this.getElementBoundingBox(t.value);if(!n)return e;const s=n.getCenter();return null==(i=t.children)||i.forEach((t=>{var i;const n=this.getElementBoundingBox(null==t?void 0:t.value);if(!n)return;const r=n.getCenter();e.push([s,r]),(null==(i=t.children)?void 0:i.length)&&this.getLinesByTree(t,e)})),e}}const Ds=new ai,Ls=new We,Bs=new We,Ps=new Fi;class ks{constructor(t={},e){d(this,"name","SvgPainter"),d(this,"params"),d(this,"chef"),this.params=t,this.chef=e}drawSocialDistanceCircles(t,e="http://www.w3.org/2000/svg"){var i,n,s;if(!t)return;const r=function(t){if(!t)return 1;let e=1;switch(Vn(t)){case"mm":e=500/39.3701;break;case"cm":e=50/39.3701;break;case"Metres":case"m":e=.5/39.3701;break;default:e=1}return e}(t),a=Vn(t),o=2*r,h=(null==(n=null==(i=this.params.socialDistance)?void 0:i.colors)?void 0:n.length)?null==(s=this.params.socialDistance)?void 0:s.colors:[Le.green,Le.red],l=this.getRadius(a),u=t.querySelector(`#${ki}`),c=null==u?void 0:u.querySelectorAll("path");if(!u||!(null==c?void 0:c.length))return;let d,p;const f=new Array;for(let t=0,e=(null==c?void 0:c.length)||0;t<e;t++){if(d=c[t],p=d.getAttribute("id"),!p)continue;const e=this.chef.getElementBoundingBox(p);if(!e)continue;const i=new We;e.getCenter(i),f.push({id:p,cp:i})}for(let t=0,e=f.length;t<e;t++){f[t].color=h[0];for(let i=0,n=e;i<n;i++)f[t]!==f[i]&&We.getDistance(f[t].cp,f[i].cp)<2*l&&(f[t].color=h[1])}for(let t=0,i=f.length;t<i;t++){let i=this.createCircle(f[t],l,o,e);u.appendChild(i)}}clearSocialDistanceCircles(t){if(!t)return;const e=t.querySelector(`#${ki}`),i=null==e?void 0:e.querySelectorAll("circle");if(e&&(null==i?void 0:i.length))for(let t=0,n=(null==i?void 0:i.length)||0;t<n;t++){const n=i[t].getAttribute("id");n&&(null==n?void 0:n.indexOf("_circle"))>-1&&e.removeChild(i[t])}}getRadius(t){var e,i,n;let s=(null==(i=null==(e=this.params)?void 0:e.socialDistance)?void 0:i.radius)||3;return"imperial"===(null==(n=this.params)?void 0:n.displayUnits)?"Metres"===t||"m"===t?s/=3.28084:"cm"===t?s=s/3.28084*100:"mm"===t?s=s/3.28084*1e3:"INCH"!==t&&"inches"!==t||(s*=12):"INCH"===t||"inches"===t?s=3.28084*s*12:"cm"===t?s*=100:"mm"===t&&(s*=1e3),s}createCircle(t,e,i,n){const s=document.createElementNS(n,"circle");return s.setAttributeNS(null,"id",t.id+"_circle"),s.setAttributeNS(null,"cx",t.cp.x),s.setAttributeNS(null,"cy",t.cp.y),s.setAttributeNS(null,"r",String(e)),s.setAttributeNS(null,"style",`pointer-events:none;fill-opacity:0.1;stroke:${t.color};stroke-width:${i}px;`),s}}function Ns(t,e){if(!t||!e)return!1;if(-1!==e.indexOf(" "))throw new Error("className should not contain space.");return t.classList?t.classList.contains(e):(" "+t.className+" ").indexOf(" "+e+" ")>-1}function Os(t,e){if(!t)return;let i=t.className;const n=(e||"").split(" ");for(let e=0,s=n.length;e<s;e++){const s=n[e];s&&(t.classList?t.classList.add(s):Ns(t,s)||(i+=" "+s))}t.classList||(t.className=i)}function Rs(t,e){if(!t||!e)return;const i=e.split(" ");let n=" "+t.className+" ";for(let e=0,s=i.length;e<s;e++){const s=i[e];s&&(t.classList?t.classList.remove(s):Ns(t,s)&&(n=n.replace(" "+s+" "," ")))}t.classList||(t.className=(n||"").replace(/^[\s\uFEFF]+|[\s\uFEFF]+$/g,""))}class zs extends ws{constructor(t={}){super(),d(this,"isSvgScene",!0),d(this,"name","SvgScene"),d(this,"dynamically",!0),d(this,"params"),d(this,"socialDistanceEnable",!1),d(this,"container"),d(this,"svg"),d(this,"svgStr",""),d(this,"svgRoot"),d(this,"viewBox",new ai),d(this,"viewUnits"),d(this,"chef"),d(this,"defaultLayers",[]),d(this,"skeletonLayers",[]),d(this,"currentLayers",[]),d(this,"assetType"),d(this,"assetsMap",{}),d(this,"legend",[]),d(this,"selectedList",[]),d(this,"painter"),d(this,"_lastHighlightType",""),d(this,"_lastHighlightIds",[]),d(this,"clickSvgElementHandler",this.handleClickSvgElement.bind(this)),d(this,"_lastLinkedIds",[]),this.params=t,this.assetType=t.assetType||Di.RM,this.params.socialDistanceEnable&&(this.socialDistanceEnable=!0),this.container=this.params.containerId?document.getElementById(this.params.containerId):Ae.window.document.getElementsByTagName("body")[0],this.chef=new Is,this.painter=new ks(t,this.chef)}get isMounted(){var t;return(null==(t=this.container.querySelectorAll("svg"))?void 0:t.length)>0}destroy(){var t;super.destroy(),this.unmount(),null==(t=this.camera)||t.destroy()}mount(){this.svg&&(this.container.contains(this.svg)||this.container.appendChild(this.svg),this.chef.computeBoundingBoxMap())}unmount(){this.svg&&this.svg.parentNode&&this.container.contains(this.svg)&&this.container.removeChild(this.svg)}computeBoundingBox(){return this.boundingBox.makeEmpty(),this.chef&&this.svg?(this.chef.computeBoundingBoxMap(),this.boundingBox.copy(this.chef.boundingBox),this.boundingBox):this.boundingBox}load(t){return p(this,null,(function*(){return(new Cs).loadAsync(t)}))}bind(t){this.svgStr=t;const e=(new DOMParser).parseFromString(t,"image/svg+xml").documentElement;return this.bindSvg(e),!0}bindSvg(t){var e;if(this.svg=t,!this.svg)throw new Error("svg load failed");let i=this.svg.getAttribute("viewBox");i&&(qn(i,this.viewBox),this.chef.bindSvg(this.svg),this.svgRoot=jn(this.svg),this.svg.setAttribute("viewBox",`0 0 ${this.params.width} ${this.params.height}`),this.svg.setAttribute("style","transform: translateZ(0);"),this.viewUnits=ri.lowerCase(on(null==(e=this.svg)?void 0:e.querySelector("view"),"units")||Ei.M),this.appendStyles(),this.setAssetsMap(this.assetType,this.assetsMap))}recompute(t){t&&(this.bindSvg(t),this.computeBoundingBox(),this.viewBox.copy(this.boundingBox))}appendStyles(){var t;let e=null==(t=this.svg)?void 0:t.querySelector("style");if(!e)return;e.appendChild(document.createTextNode(".centered-texts { text-anchor:middle; dominant-baseline:middle; }")),e.appendChild(document.createTextNode(`.default { stroke: ${this.params.defaultStroke}; fill: ${this.params.defaultFill}; }`)),e.appendChild(document.createTextNode(`.info { stroke: ${this.params.infoStroke}; fill: ${this.params.infoFill}; }`)),e.appendChild(document.createTextNode(`.primary { stroke: ${this.params.primaryStroke}; fill: ${this.params.primaryFill}; }`)),e.appendChild(document.createTextNode(`.success { stroke: ${this.params.successStroke}; fill: ${this.params.successFill}; }`)),e.appendChild(document.createTextNode(`.warning { stroke: ${this.params.warningStroke}; fill: ${this.params.warningFill}; }`)),e.appendChild(document.createTextNode(`.danger { stroke: ${this.params.dangerStroke}; fill: ${this.params.dangerFill}; }`)),e.appendChild(document.createTextNode(`.active { stroke: ${this.params.activeStroke}; fill: ${this.params.activeFill}; }`)),e.appendChild(document.createTextNode(`text { font-family: ${this.params.fontFamily||"simhei"}; }`)),en(this.svg,(t=>{"asset-labels"===on(t,"id")&&Os(t,"centered-texts")})),e.appendChild(document.createTextNode("@keyframes fillAnimate {\n 100% { fill-opacity: 0.3; }\n 30% { fill-opacity: 1; }\n 0% { fill-opacity: 0.3; }\n }")),this.viewBox.getSize(Hs);const i=Math.round(Math.max(Hs.x,Hs.y)/1e3||2);e.appendChild(document.createTextNode(`@keyframes dashedAnimate {\n 100% { stroke-dashoffset: -${60*i}; }\n 0% { stroke-dashoffset: -0; }\n }`)),e.appendChild(document.createTextNode(".cursor { cursor: pointer; }")),e.appendChild(document.createTextNode(".hover { fill: rgba(185, 28, 28, 0.5); animation: fillAnimate 1s infinite; cursor: pointer; }"))}getLayers(t=2){return this.svg?this.chef.getLayers(t):[]}setDefaultLayers(t){(null==t?void 0:t.length)&&(this.defaultLayers=t)}setSkeletonLayers(t){(null==t?void 0:t.length)&&(this.skeletonLayers=t)}setCurrentLayers(t){(null==t?void 0:t.length)&&(this.currentLayers=t)}showDefaultLayers(t,e=!1){this.setDefaultLayers(t),this.chef.updateLayersVisibility(t,e)}getLayerVisible(t){return this.chef.getLayerVisible(t)}updateLayersVisibility(t,e=!1,i=!0){this.chef.updateLayersVisibility(t,e,i)}setAssetType(t,e){this.assetsMap={},this.assetType=t,this.setAssetsMap(this.assetType,this.assetsMap),e||(e=[Ri(t),zi(t)],t!==Di.RM&&e.unshift(Ri(Di.RM),zi(Di.RM))),this.setDefaultLayers(e),this.updateLayersVisibility(this.defaultLayers,!0)}isBelongsToAssetType(t,e){e||(e=this.assetType);const i=this.getAssetsByType(e);return!!i&&!!(null==i?void 0:i.hasOwnProperty(t))}setAssetsMap(t,e={}){const i=this.chef.getElementById(Ri(t));if(!i)return e;e[t]=this.chef.getElementsMap(i);const n=zi(t),s=this.chef.getElementById(n);if(!s)return e;const r=this.chef.getElementsMap(s),a=ri.keys(r);if(!(null==a?void 0:a.length))return e;if(ri.startsWith(a[0],`l-${t}-`)){const e=`l-${t}-`.length;for(let t=0,i=a.length;t<i;t++)r[a[t].slice(e)]=r[a[t]],delete r[a[t]]}return e[n]=r,e}getAssetsByType(t){return this.assetsMap.hasOwnProperty(t)||this.setAssetsMap(t,this.assetsMap),this.assetsMap[t]}getElementById(t){if(!t)return;const e=this.getAssetsByType(this.assetType);return e&&Object.hasOwnProperty.call(e,t)?e[t]:void 0}getAssetIdsByType(t){const e=this.getAssetsByType(t);return e?ri.keys(e):[]}clearFillOrStroke(t="fill"){const e=this.getAssetsByType(this.assetType);if(!e)return;const i=ri.keys(e);let n;for(let s=0,r=i.length;s<r;s++)n=e[i[s]],n&&(n.hasAttribute(t)&&n.removeAttribute(t),"stroke"===t&&n.removeAttribute("stroke-width"));this.clearLegendBy(t)}clearFillOrStrokeByIds(t,e="fill"){const i=this.getAssetsByType(this.assetType);if(!i)return;const n=ri.keys(i);let s;for(let r=0,a=n.length;r<a;r++)(null==t?void 0:t.length)&&!t.includes(n[r])||(s=i[n[r]],s&&s.hasAttribute(e)&&(s.removeAttribute(e),"stroke"===e&&s.removeAttribute("stroke-width")));this.clearLegendBy(e)}setFillOrStrokeByIds(t,e,i="fill",n="7em"){const s=this.getAssetsByType(this.assetType);if(!s)return;const r=ri.keys(s);let a;for(let o=0,h=r.length;o<h;o++)t.includes(r[o])&&(a=s[r[o]],a&&(a.setAttribute(i,e),"stroke"===i&&a.setAttribute("stroke-width",n),this.addLegend(i,e,r[o])))}addLegend(t,e,i){let n=this.legend.find((t=>t.color===e));n||(n={type:t,color:e,ids:[]},this.legend.push(n)),n.ids.push(i)}clearLegendBy(t){var e;t||(this.legend.length=0);for(let i=(null==(e=this.legend)?void 0:e.length)-1;i>=0;i--)this.legend[i].type===t&&this.legend.splice(i,i)}getLegend(){return this.legend}showSkeleton(){var t;(null==(t=this.skeletonLayers)?void 0:t.length)&&(this.chef.updateLayersVisibility(this.defaultLayers,!1),this.chef.updateLayersVisibility(this.skeletonLayers,!0))}hideSkeleton(){var t;(null==(t=this.skeletonLayers)?void 0:t.length)&&(this.chef.updateLayersVisibility(this.skeletonLayers,!1),this.chef.updateLayersVisibility(this.defaultLayers,!0))}setAssetLabels(t,e){this.chef.setLabelsById(t,e,this.assetType)}getAssetLabelsMap(t){var e,i;if(!t)return;const n=zi(t);let s=this.getAssetsByType(n);if(!s||!(null==(e=Object.keys(s))?void 0:e.length)){let e=this.chef.getElementById(n);if(e||(e=this.chef.getElementById(t+"-txt-label")),!e)return;s=this.chef.getElementsMap(e),this.assetsMap[n]=s}return s&&(null==(i=Object.keys(s))?void 0:i.length)?s:void 0}getAssetLabelById(t,e){var i,n;const s=this.getAssetLabelsMap(t);if(!s)return;let r=s[e];return r&&(null==(i=null==r?void 0:r.childNodes)?void 0:i.length)?r.childNodes[0].textContent||"":(r=s["l-"+t+"-"+e],r&&(null==(n=null==r?void 0:r.children)?void 0:n.length)?r.children[0].textContent||"":void 0)}clearAssetLabels(){this.chef.clearAssetLabelsByType(this.assetType)}bindAssetsEvents(t){var e;const i=null==(e=this.svg)?void 0:e.querySelector("#"+t);i&&i.querySelectorAll("[id]").forEach((t=>{t instanceof SVGElement&&t.addEventListener("click",this.clickSvgElementHandler)}))}handleClickSvgElement(t){"function"==typeof t.preventDefault&&t.preventDefault(),this.dispatchEvent({type:"click",data:t})}socialDistanceEnableChanged(t){this.socialDistanceEnable=!!t,t?this.painter.drawSocialDistanceCircles(this.svg):this.painter.clearSocialDistanceCircles(this.svg)}highlightAssets(t,e){var i;this.resetHighlightAssets(t);const n=this.getAssetsByType(t);n&&(null==(i=Object.keys(n))?void 0:i.length)&&(this._lastHighlightType=t,this._lastHighlightIds=Array.isArray(e)?e:[e],this._lastHighlightIds.forEach((t=>{t&&n[t]&&Os(n[t],"active")})))}resetHighlightAssets(t){var e;const i=this.getAssetsByType(t||this._lastHighlightType);i&&(null==(e=Object.keys(i))?void 0:e.length)&&(this._lastHighlightIds.forEach((t=>{t&&i[t]&&Rs(i[t],"active")})),this._lastHighlightIds.length=0)}getIntersectObjects(t,e=Di.RM,i=[]){i.length=0;const n=[],s=this.getAssetsByType(e);if(!s)return i;const r=ri.keys(s);for(let e=0,i=r.length;e<i;e++){const i=this.chef.getElementBoundingBox(s[r[e]].id);i&&i.containsPoint(t.worldCoords)&&n.push(s[r[e]])}const a=ri.sortBy(n,(t=>{var e;return null==(e=this.chef.getElementBoundingBox(t.id))?void 0:e.getArea()}));return i.push(...a),i}clearSelected(){var t,e;if(null==(t=this.selectedList)?void 0:t.length)for(let t=(null==(e=this.selectedList)?void 0:e.length)-1;t>=0;t--){let e=this.selectedList[t];this.selectedList.splice(t,1),this.chef.setElementState2selected(e,!1)}}clearSelectedById(t){var e,i;let n=null==(e=this.selectedList)?void 0:e.findIndex((e=>e.getAttribute("id")===t));n>-1&&(this.chef.setElementState2selected(this.selectedList[n],!1),null==(i=this.selectedList)||i.splice(n||0,1))}selectByIds(t,e=!1){Array.isArray(t)||(t=[t]),e||this.clearSelected();const i=ri.uniq(ri.map(this.selectedList,(t=>t.getAttribute("id")||""))),n=this.getAssetsByType(this.assetType);if(n){for(let e=t.length-1;e>=0;e--)i.includes(t[e])?(this.clearSelectedById(t[e]),t.splice(e,1)):Object.hasOwnProperty.call(n,t[e])&&this.selectedList.push(n[t[e]]);this.selectedList.forEach((t=>{this.chef.setElementState2selected(t,!0)}))}}getSelectedIds(){var t;if(!(null==(t=this.selectedList)?void 0:t.length))return;const e=[];for(let t=0,i=this.selectedList.length;t<i;t++)this.selectedList[t].id&&e.push(this.selectedList[t].id);return e}getSelectedBoundingBox(){var t;const e=new ai;return(null==(t=this.selectedList)?void 0:t.length)?(this.selectedList.forEach((t=>{const i=this.chef.boundingBoxMap[t.id];i&&e.expandByBox(i)})),e):e.copy(this.boundingBox)}getElementsByPoint(t){var e;const i=[],n=Object.keys(this.chef.boundingBoxMap),s=this.getAssetsByType(this.assetType);if(!s)return i;for(let r=0,a=n.length;r<a;r++)if(s.hasOwnProperty(n[r])&&!(n[r].indexOf("-assets")>-1)&&(null==(e=this.chef.boundingBoxMap[n[r]])?void 0:e.containsPoint(t))){const t=s[n[r]];t&&i.push(t)}return i}getElementsByBox(t){const e=[],i=Object.keys(this.chef.boundingBoxMap),n=this.getAssetsByType(this.assetType);if(!n)return e;for(let s=0,r=i.length;s<r;s++)if(n.hasOwnProperty(i[s])&&!(i[s].indexOf("-assets")>-1)&&t.intersectsBox(this.chef.boundingBoxMap[i[s]])){const t=n[i[s]];t&&e.push(t)}return e}getBoundingBoxByIds(t){var e,i;if(!t||Array.isArray(t)&&!t.length)return;Array.isArray(t)||(t=[t]);const n=new ai;for(let s=0,r=null==t?void 0:t.length;s<r;s++)(null==(i=null==(e=this.chef)?void 0:e.boundingBoxMap)?void 0:i.hasOwnProperty(t[s]))&&n.expandByBox(this.chef.boundingBoxMap[t[s]]);return n}getBoundingBoxById(t){if(this.chef.boundingBoxMap.hasOwnProperty(t))return(new ai).copy(this.chef.boundingBoxMap[t])}linkAssetsByTree(t){this.chef.linkAssetsByTree(this.assetType,t);const e=this.chef.getElementById(Bi.ASSET_LABELS);e&&(e.style.display="block");const i=zi(this.assetType),n=this.chef.getElementById(i);n&&(n.style.display="block");const s=this.assetsMap[i];s&&(this._lastLinkedIds.forEach((t=>{s[t]&&(s[t].style.display="none")})),this._lastLinkedIds=Ci(t),this._lastLinkedIds.forEach((t=>{s[t]&&(s[t].style.display="block")})))}onBeforeRender(){}fullscreen(t=1e3,e=!1){}update(){}}const Hs=new We;class Ws extends zs{constructor(t){super(t),d(this,"name","SvgLoadingScene"),this.bind('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-146 -200 500 500">\n <view id="defaultView" viewBox="-146 -200 500 500" />\n <style>\n /*#svg-loading-fast circle {animation: svg-loading-fast 2s ease infinite;}*/\n /*@keyframes svg-loading-fast {*/\n /* 0% {stroke-dasharray: 250; stroke-dashoffset: 250;}*/\n /* 50% {stroke-dasharray: 0; stroke-dashoffset: 0; opacity: 0.5;}*/\n /*}*/\n #svg-loading-fast .line {animation: svg-loading-fast 3s ease infinite;}\n @keyframes svg-loading-fast {\n 0% {stroke-dasharray: 250; stroke-dashoffset: 250; opacity: 1;}\n 50% {stroke-dasharray: 250; stroke-dashoffset: 0; opacity: 0.5;}\n }\n #svg-loading-fast path {animation: pathFrames 6s ease infinite;}\n @keyframes pathFrames {\n 0% {opacity: 1;}\n 50% {opacity: 0.5;}\n }\n #svg-loading-fast .triangle {animation: triangleFrames 1s ease infinite;}\n @keyframes triangleFrames {\n 0% {opacity: 1;}\n 50% {opacity: 0.3;}\n }\n #svg-loading-fast {fill: #525252}\n .line {stroke: #525252; stroke-width: 4px}\n .triangle {fill: #F26666}\n </style>\n <g id="svg-loading-fast">\n\x3c!-- <text x="50" y="55" style="text-anchor: middle; fill: #5CC9F5; font-size: 15px;">loading</text>--\x3e\n\x3c!-- <circle cx="103" cy="25" r="103" style="fill: none; stroke: #5CC9F5; stroke-width: 1px;" />--\x3e\n <path d="M14 35.7L14 15L21.27 15L21.27 33L34.59 33L33.08 35.7L14 35.7Z" />\n <path d="M44.78 17.77L44.78 32.93L55.4 32.93L55.4 15L62.71 15L62.71 35.7L37.47 35.7L37.47 15L55.4 15L52.88 17.77L44.78 17.77Z" />\n <path d="M76.39 27.92L85.03 27.92L82.9 30.77L75.2 30.77L73.29 35.7L65.59 35.7L73.94 15L87.19 15L95.58 35.7L87.94 35.7L85.03 27.92L81.14 17.77L79.99 17.77L76.39 27.92Z" />\n <path d="M123.73 32.78L120.88 35.7L98.46 35.7L98.46 15L116.53 15L113.97 17.84L105.66 17.84L105.66 32.93L116.53 32.93L116.53 15L121.14 15L123.73 17.7L123.73 32.78Z" />\n <path d="M133.63 35.7L126.61 35.7L126.61 15L133.63 15L133.63 35.7Z" />\n <path d="M153.75 35.7L143.78 21.3L143.78 35.7L136.51 35.7L136.51 15L144.64 15L154.58 29.65L154.58 15L161.78 15L161.78 35.7L153.75 35.7Z" />\n <path d="M182.73 33L182.73 25.73L177.37 25.73L177.37 22.99L189.93 22.99L189.93 35.7L182.73 35.7L182.73 33.5L180.57 35.7L164.66 35.7L164.66 15L190.04 15L188.46 17.7L172.04 17.7L172.04 33L182.73 33Z" />\n\x3c!-- <rect class="line" width="207" height="5" x="0" y="43" />--\x3e\n\x3c!-- <path class="line" d="M0 43L207 43" />--\x3e\n <path class="line" d="M103.5 46L0 46" />\n <path class="line" d="M103.5 46L207 46" />\n <path class="triangle" d="M103.5 56L133.5 90L73.5 90Z" />\n </g>\n </svg>')}}var Fs,Us={exports:{}};Fs=Us,function(t,e,i,n){var s,r=["","webkit","Moz","MS","ms","o"],a=e.createElement("div"),o=Math.round,h=Math.abs,l=Date.now;function u(t,e,i){return setTimeout(y(t,i),e)}function c(t,e,i){return!!Array.isArray(t)&&(d(t,i[e],i),!0)}function d(t,e,i){var s;if(t)if(t.forEach)t.forEach(e,i);else if(t.length!==n)for(s=0;s<t.length;)e.call(i,t[s],s,t),s++;else for(s in t)t.hasOwnProperty(s)&&e.call(i,t[s],s,t)}function p(e,i,n){var s="DEPRECATED METHOD: "+i+"\n"+n+" AT \n";return function(){var i=new Error("get-stack-trace"),n=i&&i.stack?i.stack.replace(/^[^\(]+?[\n$]/gm,"").replace(/^\s+at\s+/gm,"").replace(/^Object.<anonymous>\s*\(/gm,"{anonymous}()@"):"Unknown Stack Trace",r=t.console&&(t.console.warn||t.console.log);return r&&r.call(t.console,s,n),e.apply(this,arguments)}}s="function"!=typeof Object.assign?function(t){if(t===n||null===t)throw new TypeError("Cannot convert undefined or null to object");for(var e=Object(t),i=1;i<arguments.length;i++){var s=arguments[i];if(s!==n&&null!==s)for(var r in s)s.hasOwnProperty(r)&&(e[r]=s[r])}return e}:Object.assign;var f=p((function(t,e,i){for(var s=Object.keys(e),r=0;r<s.length;)(!i||i&&t[s[r]]===n)&&(t[s[r]]=e[s[r]]),r++;return t}),"extend","Use `assign`."),m=p((function(t,e){return f(t,e,!0)}),"merge","Use `assign`.");function g(t,e,i){var n,r=e.prototype;(n=t.prototype=Object.create(r)).constructor=t,n._super=r,i&&s(n,i)}function y(t,e){return function(){return t.apply(e,arguments)}}function v(t,e){return"function"==typeof t?t.apply(e&&e[0]||n,e):t}function x(t,e){return t===n?e:t}function b(t,e,i){d(E(e),(function(e){t.addEventListener(e,i,!1)}))}function w(t,e,i){d(E(e),(function(e){t.removeEventListener(e,i,!1)}))}function _(t,e){for(;t;){if(t==e)return!0;t=t.parentNode}return!1}function S(t,e){return t.indexOf(e)>-1}function E(t){return t.trim().split(/\s+/g)}function M(t,e,i){if(t.indexOf&&!i)return t.indexOf(e);for(var n=0;n<t.length;){if(i&&t[n][i]==e||!i&&t[n]===e)return n;n++}return-1}function A(t){return Array.prototype.slice.call(t,0)}function T(t,e,i){for(var n=[],s=[],r=0;r<t.length;){var a=t[r][e];M(s,a)<0&&n.push(t[r]),s[r]=a,r++}return n.sort((function(t,i){return t[e]>i[e]}))}function C(t,e){for(var i,s,a=e[0].toUpperCase()+e.slice(1),o=0;o<r.length;){if((s=(i=r[o])?i+a:e)in t)return s;o++}return n}var I=1;function D(e){var i=e.ownerDocument||e;return i.defaultView||i.parentWindow||t}var L="ontouchstart"in t,B=C(t,"PointerEvent")!==n,P=L&&/mobile|tablet|ip(ad|hone|od)|android/i.test(navigator.userAgent),k="touch",N="mouse",O=["x","y"],R=["clientX","clientY"];function z(t,e){var i=this;this.manager=t,this.callback=e,this.element=t.element,this.target=t.options.inputTarget,this.domHandler=function(e){v(t.options.enable,[t])&&i.handler(e)},this.init()}function H(t,e,i){var s=i.pointers.length,r=i.changedPointers.length,a=1&e&&s-r==0,o=12&e&&s-r==0;i.isFirst=!!a,i.isFinal=!!o,a&&(t.session={}),i.eventType=e,function(t,e){var i=t.session,s=e.pointers,r=s.length;i.firstInput||(i.firstInput=W(e)),r>1&&!i.firstMultiple?i.firstMultiple=W(e):1===r&&(i.firstMultiple=!1);var a=i.firstInput,o=i.firstMultiple,u=o?o.center:a.center,c=e.center=F(s);e.timeStamp=l(),e.deltaTime=e.timeStamp-a.timeStamp,e.angle=j(u,c),e.distance=q(u,c),function(t,e){var i=e.center,n=t.offsetDelta||{},s=t.prevDelta||{},r=t.prevInput||{};1!==e.eventType&&4!==r.eventType||(s=t.prevDelta={x:r.deltaX||0,y:r.deltaY||0},n=t.offsetDelta={x:i.x,y:i.y}),e.deltaX=s.x+(i.x-n.x),e.deltaY=s.y+(i.y-n.y)}(i,e),e.offsetDirection=V(e.deltaX,e.deltaY);var d,p,f=U(e.deltaTime,e.deltaX,e.deltaY);e.overallVelocityX=f.x,e.overallVelocityY=f.y,e.overallVelocity=h(f.x)>h(f.y)?f.x:f.y,e.scale=o?(d=o.pointers,q((p=s)[0],p[1],R)/q(d[0],d[1],R)):1,e.rotation=o?function(t,e){return j(e[1],e[0],R)+j(t[1],t[0],R)}(o.pointers,s):0,e.maxPointers=i.prevInput?e.pointers.length>i.prevInput.maxPointers?e.pointers.length:i.prevInput.maxPointers:e.pointers.length,function(t,e){var i,s,r,a,o=t.lastInterval||e,l=e.timeStamp-o.timeStamp;if(8!=e.eventType&&(l>25||o.velocity===n)){var u=e.deltaX-o.deltaX,c=e.deltaY-o.deltaY,d=U(l,u,c);s=d.x,r=d.y,i=h(d.x)>h(d.y)?d.x:d.y,a=V(u,c),t.lastInterval=e}else i=o.velocity,s=o.velocityX,r=o.velocityY,a=o.direction;e.velocity=i,e.velocityX=s,e.velocityY=r,e.direction=a}(i,e);var m=t.element;_(e.srcEvent.target,m)&&(m=e.srcEvent.target),e.target=m}(t,i),t.emit("hammer.input",i),t.recognize(i),t.session.prevInput=i}function W(t){for(var e=[],i=0;i<t.pointers.length;)e[i]={clientX:o(t.pointers[i].clientX),clientY:o(t.pointers[i].clientY)},i++;return{timeStamp:l(),pointers:e,center:F(e),deltaX:t.deltaX,deltaY:t.deltaY}}function F(t){var e=t.length;if(1===e)return{x:o(t[0].clientX),y:o(t[0].clientY)};for(var i=0,n=0,s=0;s<e;)i+=t[s].clientX,n+=t[s].clientY,s++;return{x:o(i/e),y:o(n/e)}}function U(t,e,i){return{x:e/t||0,y:i/t||0}}function V(t,e){return t===e?1:h(t)>=h(e)?t<0?2:4:e<0?8:16}function q(t,e,i){i||(i=O);var n=e[i[0]]-t[i[0]],s=e[i[1]]-t[i[1]];return Math.sqrt(n*n+s*s)}function j(t,e,i){i||(i=O);var n=e[i[0]]-t[i[0]],s=e[i[1]]-t[i[1]];return 180*Math.atan2(s,n)/Math.PI}z.prototype={handler:function(){},init:function(){this.evEl&&b(this.element,this.evEl,this.domHandler),this.evTarget&&b(this.target,this.evTarget,this.domHandler),this.evWin&&b(D(this.element),this.evWin,this.domHandler)},destroy:function(){this.evEl&&w(this.element,this.evEl,this.domHandler),this.evTarget&&w(this.target,this.evTarget,this.domHandler),this.evWin&&w(D(this.element),this.evWin,this.domHandler)}};var Y={mousedown:1,mousemove:2,mouseup:4};function G(){this.evEl="mousedown",this.evWin="mousemove mouseup",this.pressed=!1,z.apply(this,arguments)}g(G,z,{handler:function(t){var e=Y[t.type];1&e&&0===t.button&&(this.pressed=!0),2&e&&1!==t.which&&(e=4),this.pressed&&(4&e&&(this.pressed=!1),this.callback(this.manager,e,{pointers:[t],changedPointers:[t],pointerType:N,srcEvent:t}))}});var $={pointerdown:1,pointermove:2,pointerup:4,pointercancel:8,pointerout:8},X={2:k,3:"pen",4:N,5:"kinect"},Z="pointerdown",J="pointermove pointerup pointercancel";function Q(){this.evEl=Z,this.evWin=J,z.apply(this,arguments),this.store=this.manager.session.pointerEvents=[]}t.MSPointerEvent&&!t.PointerEvent&&(Z="MSPointerDown",J="MSPointerMove MSPointerUp MSPointerCancel"),g(Q,z,{handler:function(t){var e=this.store,i=!1,n=t.type.toLowerCase().replace("ms",""),s=$[n],r=X[t.pointerType]||t.pointerType,a=r==k,o=M(e,t.pointerId,"pointerId");1&s&&(0===t.button||a)?o<0&&(e.push(t),o=e.length-1):12&s&&(i=!0),o<0||(e[o]=t,this.callback(this.manager,s,{pointers:e,changedPointers:[t],pointerType:r,srcEvent:t}),i&&e.splice(o,1))}});var K={touchstart:1,touchmove:2,touchend:4,touchcancel:8};function tt(){this.evTarget="touchstart",this.evWin="touchstart touchmove touchend touchcancel",this.started=!1,z.apply(this,arguments)}function et(t,e){var i=A(t.touches),n=A(t.changedTouches);return 12&e&&(i=T(i.concat(n),"identifier")),[i,n]}g(tt,z,{handler:function(t){var e=K[t.type];if(1===e&&(this.started=!0),this.started){var i=et.call(this,t,e);12&e&&i[0].length-i[1].length==0&&(this.started=!1),this.callback(this.manager,e,{pointers:i[0],changedPointers:i[1],pointerType:k,srcEvent:t})}}});var it={touchstart:1,touchmove:2,touchend:4,touchcancel:8};function nt(){this.evTarget="touchstart touchmove touchend touchcancel",this.targetIds={},z.apply(this,arguments)}function st(t,e){var i=A(t.touches),n=this.targetIds;if(3&e&&1===i.length)return n[i[0].identifier]=!0,[i,i];var s,r,a=A(t.changedTouches),o=[],h=this.target;if(r=i.filter((function(t){return _(t.target,h)})),1===e)for(s=0;s<r.length;)n[r[s].identifier]=!0,s++;for(s=0;s<a.length;)n[a[s].identifier]&&o.push(a[s]),12&e&&delete n[a[s].identifier],s++;return o.length?[T(r.concat(o),"identifier"),o]:void 0}function rt(){z.apply(this,arguments);var t=y(this.handler,this);this.touch=new nt(this.manager,t),this.mouse=new G(this.manager,t),this.primaryTouch=null,this.lastTouches=[]}function at(t,e){1&t?(this.primaryTouch=e.changedPointers[0].identifier,ot.call(this,e)):12&t&&ot.call(this,e)}function ot(t){var e=t.changedPointers[0];if(e.identifier===this.primaryTouch){var i={x:e.clientX,y:e.clientY};this.lastTouches.push(i);var n=this.lastTouches;setTimeout((function(){var t=n.indexOf(i);t>-1&&n.splice(t,1)}),2500)}}function ht(t){for(var e=t.srcEvent.clientX,i=t.srcEvent.clientY,n=0;n<this.lastTouches.length;n++){var s=this.lastTouches[n],r=Math.abs(e-s.x),a=Math.abs(i-s.y);if(r<=25&&a<=25)return!0}return!1}g(nt,z,{handler:function(t){var e=it[t.type],i=st.call(this,t,e);i&&this.callback(this.manager,e,{pointers:i[0],changedPointers:i[1],pointerType:k,srcEvent:t})}}),g(rt,z,{handler:function(t,e,i){var n=i.pointerType==k,s=i.pointerType==N;if(!(s&&i.sourceCapabilities&&i.sourceCapabilities.firesTouchEvents)){if(n)at.call(this,e,i);else if(s&&ht.call(this,i))return;this.callback(t,e,i)}},destroy:function(){this.touch.destroy(),this.mouse.destroy()}});var lt=C(a.style,"touchAction"),ut=lt!==n,ct="compute",dt="auto",pt="manipulation",ft="none",mt="pan-x",gt="pan-y",yt=function(){if(!ut)return!1;var e={},i=t.CSS&&t.CSS.supports;return["auto","manipulation","pan-y","pan-x","pan-x pan-y","none"].forEach((function(n){e[n]=!i||t.CSS.supports("touch-action",n)})),e}();function vt(t,e){this.manager=t,this.set(e)}vt.prototype={set:function(t){t==ct&&(t=this.compute()),ut&&this.manager.element.style&&yt[t]&&(this.manager.element.style[lt]=t),this.actions=t.toLowerCase().trim()},update:function(){this.set(this.manager.options.touchAction)},compute:function(){var t=[];return d(this.manager.recognizers,(function(e){v(e.options.enable,[e])&&(t=t.concat(e.getTouchAction()))})),function(t){if(S(t,ft))return ft;var e=S(t,mt),i=S(t,gt);return e&&i?ft:e||i?e?mt:gt:S(t,pt)?pt:dt}(t.join(" "))},preventDefaults:function(t){var e=t.srcEvent,i=t.offsetDirection;if(this.manager.session.prevented)e.preventDefault();else{var n=this.actions,s=S(n,ft)&&!yt[ft],r=S(n,gt)&&!yt[gt],a=S(n,mt)&&!yt[mt];if(s){var o=1===t.pointers.length,h=t.distance<2,l=t.deltaTime<250;if(o&&h&&l)return}if(!a||!r)return s||r&&6&i||a&&24&i?this.preventSrc(e):void 0}},preventSrc:function(t){this.manager.session.prevented=!0,t.preventDefault()}};var xt=32;function bt(t){this.options=s({},this.defaults,t||{}),this.id=I++,this.manager=null,this.options.enable=x(this.options.enable,!0),this.state=1,this.simultaneous={},this.requireFail=[]}function wt(t){return 16&t?"cancel":8&t?"end":4&t?"move":2&t?"start":""}function _t(t){return 16==t?"down":8==t?"up":2==t?"left":4==t?"right":""}function St(t,e){var i=e.manager;return i?i.get(t):t}function Et(){bt.apply(this,arguments)}function Mt(){Et.apply(this,arguments),this.pX=null,this.pY=null}function At(){Et.apply(this,arguments)}function Tt(){bt.apply(this,arguments),this._timer=null,this._input=null}function Ct(){Et.apply(this,arguments)}function It(){Et.apply(this,arguments)}function Dt(){bt.apply(this,arguments),this.pTime=!1,this.pCenter=!1,this._timer=null,this._input=null,this.count=0}function Lt(t,e){return(e=e||{}).recognizers=x(e.recognizers,Lt.defaults.preset),new Bt(t,e)}function Bt(t,e){this.options=s({},Lt.defaults,e||{}),this.options.inputTarget=this.options.inputTarget||t,this.handlers={},this.session={},this.recognizers=[],this.oldCssProps={},this.element=t,this.input=new(this.options.inputClass||(B?Q:P?nt:L?rt:G))(this,H),this.touchAction=new vt(this,this.options.touchAction),Pt(this,!0),d(this.options.recognizers,(function(t){var e=this.add(new t[0](t[1]));t[2]&&e.recognizeWith(t[2]),t[3]&&e.requireFailure(t[3])}),this)}function Pt(t,e){var i,n=t.element;n.style&&(d(t.options.cssProps,(function(s,r){i=C(n.style,r),e?(t.oldCssProps[i]=n.style[i],n.style[i]=s):n.style[i]=t.oldCssProps[i]||""})),e||(t.oldCssProps={}))}bt.prototype={defaults:{},set:function(t){return s(this.options,t),this.manager&&this.manager.touchAction.update(),this},recognizeWith:function(t){if(c(t,"recognizeWith",this))return this;var e=this.simultaneous;return e[(t=St(t,this)).id]||(e[t.id]=t,t.recognizeWith(this)),this},dropRecognizeWith:function(t){return c(t,"dropRecognizeWith",this)||(t=St(t,this),delete this.simultaneous[t.id]),this},requireFailure:function(t){if(c(t,"requireFailure",this))return this;var e=this.requireFail;return-1===M(e,t=St(t,this))&&(e.push(t),t.requireFailure(this)),this},dropRequireFailure:function(t){if(c(t,"dropRequireFailure",this))return this;t=St(t,this);var e=M(this.requireFail,t);return e>-1&&this.requireFail.splice(e,1),this},hasRequireFailures:function(){return this.requireFail.length>0},canRecognizeWith:function(t){return!!this.simultaneous[t.id]},emit:function(t){var e=this,i=this.state;function n(i){e.manager.emit(i,t)}i<8&&n(e.options.event+wt(i)),n(e.options.event),t.additionalEvent&&n(t.additionalEvent),i>=8&&n(e.options.event+wt(i))},tryEmit:function(t){if(this.canEmit())return this.emit(t);this.state=xt},canEmit:function(){for(var t=0;t<this.requireFail.length;){if(!(33&this.requireFail[t].state))return!1;t++}return!0},recognize:function(t){var e=s({},t);if(!v(this.options.enable,[this,e]))return this.reset(),void(this.state=xt);56&this.state&&(this.state=1),this.state=this.process(e),30&this.state&&this.tryEmit(e)},process:function(t){},getTouchAction:function(){},reset:function(){}},g(Et,bt,{defaults:{pointers:1},attrTest:function(t){var e=this.options.pointers;return 0===e||t.pointers.length===e},process:function(t){var e=this.state,i=t.eventType,n=6&e,s=this.attrTest(t);return n&&(8&i||!s)?16|e:n||s?4&i?8|e:2&e?4|e:2:xt}}),g(Mt,Et,{defaults:{event:"pan",threshold:10,pointers:1,direction:30},getTouchAction:function(){var t=this.options.direction,e=[];return 6&t&&e.push(gt),24&t&&e.push(mt),e},directionTest:function(t){var e=this.options,i=!0,n=t.distance,s=t.direction,r=t.deltaX,a=t.deltaY;return s&e.direction||(6&e.direction?(s=0===r?1:r<0?2:4,i=r!=this.pX,n=Math.abs(t.deltaX)):(s=0===a?1:a<0?8:16,i=a!=this.pY,n=Math.abs(t.deltaY))),t.direction=s,i&&n>e.threshold&&s&e.direction},attrTest:function(t){return Et.prototype.attrTest.call(this,t)&&(2&this.state||!(2&this.state)&&this.directionTest(t))},emit:function(t){this.pX=t.deltaX,this.pY=t.deltaY;var e=_t(t.direction);e&&(t.additionalEvent=this.options.event+e),this._super.emit.call(this,t)}}),g(At,Et,{defaults:{event:"pinch",threshold:0,pointers:2},getTouchAction:function(){return[ft]},attrTest:function(t){return this._super.attrTest.call(this,t)&&(Math.abs(t.scale-1)>this.options.threshold||2&this.state)},emit:function(t){if(1!==t.scale){var e=t.scale<1?"in":"out";t.additionalEvent=this.options.event+e}this._super.emit.call(this,t)}}),g(Tt,bt,{defaults:{event:"press",pointers:1,time:251,threshold:9},getTouchAction:function(){return[dt]},process:function(t){var e=this.options,i=t.pointers.length===e.pointers,n=t.distance<e.threshold,s=t.deltaTime>e.time;if(this._input=t,!n||!i||12&t.eventType&&!s)this.reset();else if(1&t.eventType)this.reset(),this._timer=u((function(){this.state=8,this.tryEmit()}),e.time,this);else if(4&t.eventType)return 8;return xt},reset:function(){clearTimeout(this._timer)},emit:function(t){8===this.state&&(t&&4&t.eventType?this.manager.emit(this.options.event+"up",t):(this._input.timeStamp=l(),this.manager.emit(this.options.event,this._input)))}}),g(Ct,Et,{defaults:{event:"rotate",threshold:0,pointers:2},getTouchAction:function(){return[ft]},attrTest:function(t){return this._super.attrTest.call(this,t)&&(Math.abs(t.rotation)>this.options.threshold||2&this.state)}}),g(It,Et,{defaults:{event:"swipe",threshold:10,velocity:.3,direction:30,pointers:1},getTouchAction:function(){return Mt.prototype.getTouchAction.call(this)},attrTest:function(t){var e,i=this.options.direction;return 30&i?e=t.overallVelocity:6&i?e=t.overallVelocityX:24&i&&(e=t.overallVelocityY),this._super.attrTest.call(this,t)&&i&t.offsetDirection&&t.distance>this.options.threshold&&t.maxPointers==this.options.pointers&&h(e)>this.options.velocity&&4&t.eventType},emit:function(t){var e=_t(t.offsetDirection);e&&this.manager.emit(this.options.event+e,t),this.manager.emit(this.options.event,t)}}),g(Dt,bt,{defaults:{event:"tap",pointers:1,taps:1,interval:300,time:250,threshold:9,posThreshold:10},getTouchAction:function(){return[pt]},process:function(t){var e=this.options,i=t.pointers.length===e.pointers,n=t.distance<e.threshold,s=t.deltaTime<e.time;if(this.reset(),1&t.eventType&&0===this.count)return this.failTimeout();if(n&&s&&i){if(4!=t.eventType)return this.failTimeout();var r=!this.pTime||t.timeStamp-this.pTime<e.interval,a=!this.pCenter||q(this.pCenter,t.center)<e.posThreshold;if(this.pTime=t.timeStamp,this.pCenter=t.center,a&&r?this.count+=1:this.count=1,this._input=t,0==this.count%e.taps)return this.hasRequireFailures()?(this._timer=u((function(){this.state=8,this.tryEmit()}),e.interval,this),2):8}return xt},failTimeout:function(){return this._timer=u((function(){this.state=xt}),this.options.interval,this),xt},reset:function(){clearTimeout(this._timer)},emit:function(){8==this.state&&(this._input.tapCount=this.count,this.manager.emit(this.options.event,this._input))}}),Lt.VERSION="2.0.7",Lt.defaults={domEvents:!1,touchAction:ct,enable:!0,inputTarget:null,inputClass:null,preset:[[Ct,{enable:!1}],[At,{enable:!1},["rotate"]],[It,{direction:6}],[Mt,{direction:6},["swipe"]],[Dt],[Dt,{event:"doubletap",taps:2},["tap"]],[Tt]],cssProps:{userSelect:"none",touchSelect:"none",touchCallout:"none",contentZooming:"none",userDrag:"none",tapHighlightColor:"rgba(0,0,0,0)"}},Bt.prototype={set:function(t){return s(this.options,t),t.touchAction&&this.touchAction.update(),t.inputTarget&&(this.input.destroy(),this.input.target=t.inputTarget,this.input.init()),this},stop:function(t){this.session.stopped=t?2:1},recognize:function(t){var e=this.session;if(!e.stopped){var i;this.touchAction.preventDefaults(t);var n=this.recognizers,s=e.curRecognizer;(!s||s&&8&s.state)&&(s=e.curRecognizer=null);for(var r=0;r<n.length;)i=n[r],2===e.stopped||s&&i!=s&&!i.canRecognizeWith(s)?i.reset():i.recognize(t),!s&&14&i.state&&(s=e.curRecognizer=i),r++}},get:function(t){if(t instanceof bt)return t;for(var e=this.recognizers,i=0;i<e.length;i++)if(e[i].options.event==t)return e[i];return null},add:function(t){if(c(t,"add",this))return this;var e=this.get(t.options.event);return e&&this.remove(e),this.recognizers.push(t),t.manager=this,this.touchAction.update(),t},remove:function(t){if(c(t,"remove",this))return this;if(t=this.get(t)){var e=this.recognizers,i=M(e,t);-1!==i&&(e.splice(i,1),this.touchAction.update())}return this},on:function(t,e){if(t!==n&&e!==n){var i=this.handlers;return d(E(t),(function(t){i[t]=i[t]||[],i[t].push(e)})),this}},off:function(t,e){if(t!==n){var i=this.handlers;return d(E(t),(function(t){e?i[t]&&i[t].splice(M(i[t],e),1):delete i[t]})),this}},emit:function(t,i){this.options.domEvents&&function(t,i){var n=e.createEvent("Event");n.initEvent(t,!0,!0),n.gesture=i,i.target.dispatchEvent(n)}(t,i);var n=this.handlers[t]&&this.handlers[t].slice();if(n&&n.length){i.type=t,i.preventDefault=function(){i.srcEvent.preventDefault()};for(var s=0;s<n.length;)n[s](i),s++}},destroy:function(){this.element&&Pt(this,!1),this.handlers={},this.session={},this.input.destroy(),this.element=null}},s(Lt,{INPUT_START:1,INPUT_MOVE:2,INPUT_END:4,INPUT_CANCEL:8,STATE_POSSIBLE:1,STATE_BEGAN:2,STATE_CHANGED:4,STATE_ENDED:8,STATE_RECOGNIZED:8,STATE_CANCELLED:16,STATE_FAILED:xt,DIRECTION_NONE:1,DIRECTION_LEFT:2,DIRECTION_RIGHT:4,DIRECTION_UP:8,DIRECTION_DOWN:16,DIRECTION_HORIZONTAL:6,DIRECTION_VERTICAL:24,DIRECTION_ALL:30,Manager:Bt,Input:z,TouchAction:vt,TouchInput:nt,MouseInput:G,PointerEventInput:Q,TouchMouseInput:rt,SingleTouchInput:tt,Recognizer:bt,AttrRecognizer:Et,Tap:Dt,Pan:Mt,Swipe:It,Pinch:At,Rotate:Ct,Press:Tt,on:b,off:w,each:d,merge:m,extend:f,assign:s,inherit:g,bindFn:y,prefixed:C}),(void 0!==t?t:"undefined"!=typeof self?self:{}).Hammer=Lt,Fs.exports?Fs.exports=Lt:t.Hammer=Lt}(window,document);const Vs=S(Us.exports),qs=new We,js=new We;class Ys extends Wi{constructor(t,e,i=!1){super(),d(this,"name","orbit-controller.ts"),d(this,"isSvg",!1),d(this,"dom"),d(this,"domOffset",new We),d(this,"camera"),d(this,"hammer"),d(this,"enabled",!0),d(this,"enablePan",!0),d(this,"enableRotate",!0),d(this,"rotateSpeed",1),d(this,"enableZoom",!0),d(this,"minZoom",0),d(this,"maxZoom",1/0),d(this,"zoomSpeed",1),d(this,"zoomChanged",!1),d(this,"distanceStart",1),d(this,"distanceEnd",1),d(this,"state",-1),d(this,"EPS",1e-6),d(this,"focus",new We),d(this,"target",new We),d(this,"scaled",1),d(this,"rotateTheta",0),d(this,"enableDamping",!1),d(this,"dampingFactor",.05),d(this,"mouseButtons",{LEFT:2,MIDDLE:1,RIGHT:0}),d(this,"isWheeling",!1),d(this,"finalTimer"),d(this,"rotateStart",new We),d(this,"rotateEnd",new We),d(this,"rotateDelta",new We),d(this,"panStart",new We),d(this,"panEnd",new We),d(this,"panOffset",new We),d(this,"dollyStart",0),d(this,"dollyOffset",new We),d(this,"contextMenuHandler",this.handleContextMenu.bind(this)),d(this,"wheelHandler",this.handleWheel.bind(this)),d(this,"pointerDownHandler",this.handlePointerDown.bind(this)),d(this,"pointerUpHandler",this.handlePointerUp.bind(this)),d(this,"pointerMoveHandler",this.handlePointerMove.bind(this)),d(this,"pointerOverHandler",ri.debounce(this.handlePointerOver.bind(this),50)),d(this,"pointerLeaveHandler",this.handlePointerLeave.bind(this)),d(this,"tapHandler",this.handleTap.bind(this)),d(this,"doubleTapHandler",this.handleDoubleTap.bind(this)),d(this,"panHandler",this.handlePan.bind(this)),d(this,"pinchHandler",this.handlePinch.bind(this)),d(this,"pressHandler",this.handlePress.bind(this)),d(this,"swipeHandler",this.handleSwipe.bind(this)),d(this,"hammerInputHandler",this.handleHammerInput.bind(this)),this.isSvg=i,this.dom=t,this.camera=e,this.scaled=e.scaled.x,this.resize(),this.dom.style.touchAction="none",this.bindEvents()}destroy(){this.unbindEvents(),super.destroy()}resize(){let t=this.dom.getBoundingClientRect();this.domOffset.set(t.left,t.top)}update(){this.camera.position.add(this.panOffset).add(this.dollyOffset),this.camera.scaled.set(this.scaled,this.scaled),this.rotateTheta&&(this.camera.rotation.x-=this.rotateTheta,qs.copy(this.camera.position).rotateAround(this.focus,-this.rotateTheta),this.camera.position.copy(qs)),this.camera.update(),this.panOffset.set(0,0),this.dollyOffset.set(0,0),this.scaled=this.camera.scaled.x,this.rotateTheta=0,this.dispatchEvent({type:"cameraChanged",data:{t:this.camera.position,r:this.camera.rotation.x,s:this.camera.scaled.x}})}bindEvents(){this.unbindEvents(),this.hammer=new Vs.Manager(this.dom,{domEvents:!0});const t=new Vs.Pan({threshold:0,pointers:0}),e=new Vs.Pinch({threshold:0}),i=new Vs.Tap({event:"singletap",taps:1}),n=new Vs.Tap({event:"doubletap",taps:2}),s=new Vs.Press({});this.hammer.add([t,n,i,s,e]),e.recognizeWith(t),n.recognizeWith(i),i.requireFailure(n),this.hammer.on(["panstart","panmove","panend"].join(" "),this.panHandler),this.hammer.on(["pinchstart","pinchmove","pinchend"].join(" "),this.pinchHandler),this.hammer.on("singletap",this.tapHandler),this.hammer.on("doubletap",this.doubleTapHandler),this.hammer.on("press",this.pressHandler),this.hammer.on("swipe",this.swipeHandler),this.hammer.on("hammer.input",this.hammerInputHandler),this.dom.addEventListener("contextmenu",this.contextMenuHandler),this.dom.addEventListener("wheel",this.wheelHandler,{passive:!1}),this.dom.addEventListener("mousemove",this.pointerOverHandler),this.isSvg||(this.dom.addEventListener("pointerdown",this.pointerDownHandler),this.dom.addEventListener("pointerleave",this.pointerLeaveHandler))}unbindEvents(){var t,e,i,n,s,r,a,o,h;null==(t=this.hammer)||t.off(["panstart","panmove","panend"].join(" "),this.panHandler),null==(e=this.hammer)||e.off(["pinchstart","pinchmove","pinchend"].join(" "),this.pinchHandler),null==(i=this.hammer)||i.off("singletap",this.tapHandler),null==(n=this.hammer)||n.off("doubletap",this.doubleTapHandler),null==(s=this.hammer)||s.off("press",this.pressHandler),null==(r=this.hammer)||r.off("swipe",this.swipeHandler),null==(a=this.hammer)||a.off("hammer.input",this.hammerInputHandler),this.dom.removeEventListener("contextmenu",this.contextMenuHandler),this.dom.removeEventListener("wheel",this.wheelHandler),this.dom.removeEventListener("mousemove",this.pointerOverHandler),this.isSvg||(this.dom.removeEventListener("pointerdown",this.pointerDownHandler),this.dom.removeEventListener("pointerleave",this.pointerLeaveHandler)),null==(o=this.hammer)||o.stop(!0),null==(h=this.hammer)||h.destroy()}setFocus(t,e){this.focus.set(t,e).sub(this.domOffset).unproject(this.camera)}handleTap(t){"function"==typeof t.preventDefault&&t.preventDefault(),js.set(t.center.x,t.center.y).sub(this.domOffset);const e={x:js.x,y:js.y};this.camera&&js.unproject(this.camera);const i={x:js.x,y:js.y};this.dispatchEvent({type:"tap",data:{screenCoords:e,worldCoords:i},e:t})}handleDoubleTap(t){"function"==typeof t.preventDefault&&t.preventDefault(),js.set(t.center.x,t.center.y).sub(this.domOffset);const e={x:js.x,y:js.y};this.camera&&js.unproject(this.camera);const i={x:js.x,y:js.y};this.dispatchEvent({type:"doubletap",data:{screenCoords:e,worldCoords:i}})}handlePress(t){"function"==typeof t.preventDefault&&t.preventDefault()}handlePan(t){var e;if(this.scaled=this.camera.scaled.x,1!==(null==(e=t.pointers)?void 0:e.length))return;"function"==typeof t.preventDefault&&t.preventDefault();const i={type:"panmove",data:{}};(t.isFirst||"panstart"===t.type)&&(this.state=2,this.panStart.set(t.center.x,t.center.y),i.type="panstart"),(t.isFinal||"panend"===t.type)&&(this.state=-1,i.type="panend"),this.panEnd.set(t.center.x,t.center.y),this.panOffset.subVectors(this.panEnd,this.panStart).multiplyScalar(-this.camera.scaled.x,-this.camera.scaled.y*(this.camera.flipY?1:-1)).rotate(this.camera.rotation.x),this.panStart.copy(this.panEnd),js.set(t.center.x,t.center.y).sub(this.domOffset),i.data.screenCoords=js.clone(),this.dispatchEvent(i),this.enablePan&&this.update()}handlePinch(t){"function"==typeof t.preventDefault&&t.preventDefault(),"pinchstart"===t.type&&(this.dollyStart=this.camera.scaled.x,this.state=1),(t.isFinal||"pinchend"===t.type)&&(this.state=-1),this.scaled=this.dollyStart*(1/t.scale);let e=(this.scaled-this.camera.scaled.x)/this.camera.scaled.x;this.setFocus(t.center.x,t.center.y),this.dollyOffset.copy(this.camera.position).lerp(this.focus,-e).sub(this.camera.position),this.update()}handleRotate(t){"function"==typeof t.preventDefault&&t.preventDefault()}handleSwipe(t){"function"==typeof t.preventDefault&&t.preventDefault()}handleHammerInput(t){t.isFirst&&(this.state=9),t.isFinal&&(this.state=-1)}handleContextMenu(t){this.enabled&&"function"==typeof t.preventDefault&&t.preventDefault()}handleWheel(t){if("function"==typeof t.preventDefault&&t.preventDefault(),!this.enabled||!this.enableZoom||-1!==this.state)return;this.isWheeling||(this.dispatchEvent({type:"wheelstart"}),this.isWheeling=!0),"function"==typeof t.preventDefault&&t.preventDefault(),"function"==typeof t.stopPropagation&&t.stopPropagation();let e=t.deltaY;1===(null==t?void 0:t.deltaMode)?e*=16:2===(null==t?void 0:t.deltaMode)&&(e*=100),(null==t?void 0:t.ctrlKey)&&(e*=10),this.setFocus(t.clientX,t.clientY);let i=this.getZoomScale(e);e<0?this.onDollyIn(i):e>0?this.onDollyOut(i):(this.scaled=this.camera.scaled.x,this.dollyOffset.set(0,0)),this.update(),this.dispatchEvent({type:"wheel"}),clearTimeout(this.finalTimer),this.finalTimer=setTimeout((()=>{this.isWheeling&&(this.dispatchEvent({type:"wheelend"}),this.isWheeling=!1)}),500)}onDollyIn(t){this.scaled=Math.max(this.minZoom,Math.min(this.maxZoom,this.camera.scaled.x*t)),this.dollyOffset.copy(this.camera.position).lerp(this.focus,1-t).sub(this.camera.position)}onDollyOut(t){this.scaled=Math.max(this.minZoom,Math.min(this.maxZoom,this.camera.scaled.x/t)),this.dollyOffset.copy(this.camera.position).lerp(this.focus,-1+t).sub(this.camera.position)}getZoomScale(t){return Math.pow(.95,this.zoomSpeed*Math.abs(.03*t))}handlePointerDown(t){if(this.scaled=this.camera.scaled.x,!this.enabled)return;if(2!==t.button)return;this.dom.addEventListener("pointermove",this.pointerMoveHandler),this.dom.addEventListener("pointerup",this.pointerUpHandler);let e=-1;0===t.button?e=this.mouseButtons.LEFT:1===t.button?e=this.mouseButtons.MIDDLE:2===t.button&&(e=this.mouseButtons.RIGHT),0===e&&(this.rotateStart.set(t.clientX,t.clientY),this.setFocus(this.rotateStart.x,this.rotateStart.y),this.state=0)}handlePointerUp(){this.dom.removeEventListener("pointermove",this.pointerMoveHandler),this.dom.removeEventListener("pointerup",this.pointerUpHandler),this.state=-1}handlePointerLeave(){this.state=-1}handlePointerMove(t){if(this.enabled&&0===this.state){if(!this.enableRotate)return;this.onRotate(t.clientX,t.clientY)}}handlePointerOver(t){if(t.buttons>0)return;js.set(t.clientX,t.clientY).sub(this.domOffset);const e={x:js.x,y:js.y};js.unproject(this.camera);const i={x:js.x,y:js.y};this.dispatchEvent({type:"pointerover",data:{screenCoords:e,worldCoords:i},e:t})}onRotate(t,e){this.rotateEnd.set(t,e),this.rotateDelta.subVectors(this.rotateEnd,this.rotateStart).multiplyScalar(this.rotateSpeed);const i=this.rotateDelta.x*Math.PI*2/this.dom.clientHeight;this.rotateTheta-=i,this.rotateStart.copy(this.rotateEnd),this.update()}}var Gs=(t=>(t.CONTEXTMENU="contextmenu",t.LOSTPOINTERCAPTURE="lostpointercapture",t.MOUSEOVER="mouseover",t.MOUSEOUT="mouseout",t.MOUSELEAVE="mouseleave",t.MOUSEENTER="mouseenter",t.MOUSEMOVE="mousemove",t.MOUSEDOWN="mousedown",t.MOUSEUP="mouseup",t.POINTERMOVE="pointermove",t.POINTERDOWN="pointerdown",t.POINTERUP="pointerup",t.POINTERCANCEL="pointercancel",t.POINTEROUT="pointerout",t.POINTERLEAVE="pointerleave",t.POINTEROVER="pointerover",t.POINTERENTER="pointerenter",t.TOUCHSTART="touchstart",t.TOUCHEND="touchend",t.TOUCHMOVE="touchmove",t.TOUCHCANCEL="touchcancel",t.WHEEL="wheel",t.WHEEL_START="wheelstart",t.WHEEL_END="wheelend",t.MOUSEWHEEL="mousewheel",t.CLICK="click",t.DBLCLICK="dblclick",t.CONTEXT_LOST="contextlost",t.CONTEXT_RESTORED="contextrestored",t.CONTROLS_CHANGED="controlschanged",t.TAP="tap",t.SINGLE_TAP="singletap",t.DOUBLE_TAP="doubletap",t.PRESS="press",t.PAN="pan",t.PAN_START="panstart",t.PAN_MOVE="panmove",t.PAN_END="panend",t.ROTATE="rotate",t.ROTATE_START="rotatestart",t.ROTATE_MOVE="rotatemove",t.ROTATE_END="rotateend",t.PINCH="pinch",t.PINCH_START="pinchstart",t.PINCH_MOVE="pinchmove",t.PINCH_END="pinchend",t.PINCH_IN="pinchin",t.PINCH_OUT="pinchout",t.SWIPE="swipe",t.CHANGE_START="change_start",t.CHANGE_END="change_end",t.CAMERA_CHANGED="cameraChanged",t))(Gs||{});const $s=new We;class Xs extends ls{constructor(t){super(),d(this,"isCamera",!0),d(this,"type","Camera2"),d(this,"name","Camera2"),d(this,"params"),d(this,"matrixAutoUpdate",!1),d(this,"matrixWorldAutoUpdate",!1),d(this,"projectionMatrix",new Fi),d(this,"projectionMatrixInverse",new Fi),d(this,"viewMatrix",new Fi),d(this,"viewMatrixNeedsUpdate",!0),d(this,"viewArea",0),d(this,"left",-1),d(this,"right",1),d(this,"top",1),d(this,"bottom",-1),d(this,"width",2),d(this,"height",2),d(this,"aspect",1),d(this,"view"),this.params=t,this.width=void 0!==(null==t?void 0:t.width)?t.width:2,this.height=void 0!==(null==t?void 0:t.height)?t.height:2,this.aspect=void 0!==(null==t?void 0:t.aspect)?t.aspect:1,void 0!==(null==t?void 0:t.left)&&(this.left=t.left),void 0!==(null==t?void 0:t.right)&&(this.right=t.right),void 0!==(null==t?void 0:t.top)&&(this.top=t.top),void 0!==(null==t?void 0:t.bottom)&&(this.bottom=t.bottom);const e=(this.right+this.left)/2,i=(this.top+this.bottom)/2;if(this.aspect>1){const t=Math.round((this.right-this.left)/2/this.aspect);this.top=i+t,this.bottom=i-t}else if(this.aspect<1){const t=Math.round((this.top-this.bottom)/2*this.aspect);this.left=e-t,this.right=e+t}this.flipY=!0===(null==t?void 0:t.flipY),this.updateProjectionMatrix(),(null==t?void 0:t.eye)&&this.position.fromArray(t.eye),(null==t?void 0:t.up)&&this.up.fromArray(t.up),this.computeBoundingBox(),this.update()}destroy(){super.destroy()}get pixelWidth(){return this.scaled.x}set(t=-1,e=1,i=1,n=-1){$s.set(t+e,n+i).multiplyScalar(.5);const s=Math.max((e-t)/this.width,(i-n)/this.height);this.setTRS($s,0,s)}setByBox(t){t&&!t.isEmpty()&&this.set(t.min.x,t.max.x,t.max.y,t.min.y)}setTRS(t={x:0,y:0},e=0,i=0,n){this.position.set(t.x||0,t.y||0),this.rotation.set(e,e),this.scaled.set(i,i),this.update(n)}resize(){this.setSize(this.params.width,this.params.height)}setSize(t,e){this.width=t||2,this.height=e||2,this.left=this.params.left||-1,this.right=this.params.right||1,this.top=this.params.top||1,this.bottom=this.params.bottom||-1,this.aspect=t/e;const i=(this.right+this.left)/2,n=(this.top+this.bottom)/2;if(this.aspect>1){const t=Math.round((this.right-this.left)/2/this.aspect);this.top=n+t,this.bottom=n-t}else if(this.aspect<1){const t=Math.round((this.top-this.bottom)/2*this.aspect);this.left=i-t,this.right=i+t}this.updateProjectionMatrix(),this.boundingBox.min.set(this.left,this.bottom),this.boundingBox.max.set(this.right,this.top),this.update(),this.matrix.decompose(this.position,this.rotation,this.scaled)}getWorldDirection(t){this.updateWorldMatrix(!0,!1);const e=this.matrixWorld.elements;return t.set(-e[6],-e[7]).normalize()}getCameraPosition(){return{x:this.position.x,y:this.position.y,z:this.position.z,s:this.scaled.x,r:this.rotation.x}}updateMatrixWorld(t=!1){super.updateMatrixWorld(t),this.updateViewMatrix()}updateProjectionMatrix(){void 0===this.parent&&this.matrixWorldAutoUpdate&&this.updateMatrixWorld(),this.projectionMatrix.makeProjection(this.left,this.right,this.top,this.bottom,this.width,this.height),this.projectionMatrixInverse.copy(this.projectionMatrix).invert()}updateViewMatrix(){this.matrixWorldInverse.copy(this.matrixWorld).invert(),this.viewMatrix.multiplyMatrices(this.projectionMatrix,this.matrixWorldInverse)}update(t=!0){this.matrixAutoUpdate||this.updateMatrix(),this.updateMatrixWorld(),this.needsUpdate=!0,this.updateBoundingBox(),t&&this.dispatchEvent({type:"update",data:{t:this.position,r:this.rotation.x,s:this.scaled.x}})}computeBoundingBox(){return this.boundingBox.min.set(this.left,this.bottom),this.boundingBox.max.set(this.right,this.top),this.boundingBox}updateBoundingBox(){super.updateBoundingBox(),this.viewArea=this.boundingBoxWorld.getArea()}toJSON(){const t={};return t.left=this.left,t.right=this.right,t.top=this.top,t.bottom=this.bottom,t.width=this.width,t.height=this.height,t.aspect=this.aspect,t.position=this.position.toArray(),t.rotation=this.rotation.toArray(),t.scaled=this.scaled.toArray(),t}fromJSON(t){this.left=t.left,this.right=t.right,this.top=t.top,this.bottom=t.bottom,this.width=t.width,this.height=t.height,this.aspect=t.aspect,this.position.fromArray(t.position),this.rotation.fromArray(t.rotation),this.scaled.fromArray(t.scaled),this.updateProjectionMatrix(),this.update(!1)}clone(){return(new this.constructor.prototype.constructor).copy(this)}copy(t,e=!0,i=!1){return super.copy(t,e,i),this.matrixWorldInverse.copy(t.matrixWorldInverse),this.projectionMatrix.copy(t.projectionMatrix),this.projectionMatrixInverse.copy(t.projectionMatrixInverse),this.width=t.width,this.height=t.height,this.aspect=t.aspect,this.left=t.left,this.right=t.right,this.top=t.top,this.bottom=t.bottom,this}}var Zs=(t=>(t.UPDATE="update",t))(Zs||{});class Js extends Wi{constructor(t){super(),d(this,"name","SvgSelectRect"),d(this,"container"),d(this,"el"),this.container=t||document.getElementsByTagName("body")[0],this.el=document.createElement("div"),this.el.setAttribute("id","aeSvgSelectRect"),this.el.setAttribute("class","ae-svg-select-rect"),this.el.style.display="none",this.container.appendChild(this.el)}destroy(){super.destroy(),this.el&&this.el.remove()}draw(t){Qs.copy(t).getSize(tr),Ks.copy(Qs.min),this.el.style.display="none",this.el.style.position="absolute",this.el.style.left=Ks.x+"px",this.el.style.top=Ks.y+"px",this.el.style.width=tr.x+"px",this.el.style.height=tr.y+"px",this.el.style.display="block",this.el.style.background=new Re(Le.darkBlue).setA(.1).getStyle(),this.el.style.border=Le.darkBlue+" 1px dashed"}hide(){this.el.style.display="none"}}const Qs=new ai,Ks=new We,tr=new We;class er extends Wi{constructor(t,e){super(),d(this,"name","SvgMultiSelector"),d(this,"controller"),d(this,"scene"),d(this,"container"),d(this,"p1",new We),d(this,"p2",new We),d(this,"graph"),d(this,"selectEnable",!1),d(this,"multiSelectEnable",!1),d(this,"fnEnable",!1),d(this,"controllerTapHandler",this.handleControllerTap.bind(this)),d(this,"controllerPanStartHandler",this.handleControllerPanStart.bind(this)),d(this,"controllerPanMoveHandler",this.handleControllerPanMove.bind(this)),d(this,"controllerPanEndHandler",this.handleControllerPanEnd.bind(this)),this.container=t,this.controller=e,this.graph=new Js(t),this.bindControllerEvents()}destroy(){this.unbindControllerEvents(),super.destroy()}bindScene(t){this.scene=t}selectEnableChanged(t){var e;null==(e=this.scene)||e.clearSelected(),this.selectEnable=!!t}multiSelectEnableChanged(t){var e;null==(e=this.scene)||e.clearSelected(),this.multiSelectEnable=!!t,this.controller.enablePan=!this.multiSelectEnable||this.multiSelectEnable&&!this.fnEnable}fnEnableChanged(t){this.fnEnable=!!t,this.controller.enablePan=!this.multiSelectEnable||this.multiSelectEnable&&!this.fnEnable}bindControllerEvents(){this.controller.addEventListener(Gs.TAP,this.controllerTapHandler),this.controller.addEventListener(Gs.PAN_START,this.controllerPanStartHandler),this.controller.addEventListener(Gs.PAN_MOVE,this.controllerPanMoveHandler),this.controller.addEventListener(Gs.PAN_END,this.controllerPanEndHandler)}unbindControllerEvents(){this.controller.removeEventListener(Gs.TAP,this.controllerTapHandler),this.controller.removeEventListener(Gs.PAN_START,this.controllerPanStartHandler),this.controller.removeEventListener(Gs.PAN_MOVE,this.controllerPanMoveHandler),this.controller.removeEventListener(Gs.PAN_END,this.controllerPanEndHandler)}handleControllerTap(t){var e,i,n,s,r,a,o;if((null==t?void 0:t.type)!==Gs.TAP)return;if(!this.selectEnable&&!this.multiSelectEnable)return;let h=(null==(e=null==t?void 0:t.e)?void 0:e.target)||(null==(n=null==(i=null==t?void 0:t.e)?void 0:i.srcEvent)?void 0:n.target)||(null==(r=null==(s=null==t?void 0:t.e)?void 0:s.srcEvent)?void 0:r.srcElement);const l=null==(a=this.scene)?void 0:a.getElementsByPoint(t.data.worldCoords);(null==l?void 0:l.length)&&(h=l[0]),(null==h?void 0:h.id)&&(null==(o=this.scene)?void 0:o.isBelongsToAssetType(null==h?void 0:h.id))&&this.dispatchEvent({type:"SELECTED",data:c(u({},t.data),{target:[h],selected:[null==h?void 0:h.id]})})}handleControllerPanStart(t){(null==t?void 0:t.type)===Gs.PAN_START&&this.multiSelectEnable&&(this.controller.enablePan||(this.p1.copy(t.data.screenCoords),nr.makeEmpty().expandByPoint(this.p1),this.graph.draw(nr)))}handleControllerPanMove(t){(null==t?void 0:t.type)===Gs.PAN_MOVE&&this.multiSelectEnable&&(this.controller.enablePan||(this.p2.copy(t.data.screenCoords),nr.makeEmpty().expandByPoint(this.p1).expandByPoint(this.p2),this.graph.draw(nr)))}handleControllerPanEnd(t){var e;if((null==t?void 0:t.type)!==Gs.PAN_END)return;if(!this.multiSelectEnable)return;if(this.controller.enablePan)return;this.p2.copy(t.data.screenCoords),nr.makeEmpty().expandByPoint(this.p1).expandByPoint(this.p2).unproject(this.controller.camera);const i=null==(e=this.scene)?void 0:e.getElementsByBox(nr),n=[];(i||[]).forEach((t=>n.push(t.id))),this.graph.hide(),nr.makeEmpty(),this.dispatchEvent({type:"SELECTED",data:{target:i,selected:n}})}}var ir=(t=>(t.SELECTED="SELECTED",t))(ir||{});const nr=new ai;var sr=(t=>(t.DEFAULT="default",t.INFO="info",t.PRIMARY="primary",t.SUCCESS="success",t.WARNING="warning",t.DANGER="danger",t))(sr||{});class rr{constructor(){d(this,"camera"),d(this,"screenCoords",new We),d(this,"worldCoords",new We),d(this,"worldBox",new ai),d(this,"intersectType",0),d(this,"params",{Shape:{},Line:{threshold:1},Points:{threshold:1},Sprite:{}})}setFromCamera(t,e){return this.camera=e,this.screenCoords.set(t.x,t.y),this.worldCoords.copy(this.screenCoords).unproject(e),this}init(t,e){return this.camera=e,(null==t?void 0:t.screenCoords)&&this.screenCoords.set(t.screenCoords.x,t.screenCoords.y),(null==t?void 0:t.worldCoords)?this.worldCoords.set(t.worldCoords.x,t.worldCoords.y):e&&this.worldCoords.copy(this.screenCoords).unproject(e),(null==t?void 0:t.worldBox)&&this.worldBox.copy(t.worldBox),this.intersectType=void 0!==(null==t?void 0:t.worldBox)?1:0,this}intersectObjects(t,e=!0,i=[]){for(let n=0,s=t.length;n<s;n++)this.intersectObject(t[n],e,i)}intersectObject(t,e=!1,i=[]){if(!t.selectable||!t.visible)return i;if(t.raycast(this,i),!e||t.composeNode)return i;for(let n=0,s=t.children.length;n<s;n++)this.intersectObject(t.children[n],e,i);return i}intersectObjectBy(t,e,i=!0,n=[]){if(!t.selectable||!t.visible)return n;if("function"==typeof e&&e(t)&&t.raycast(this,n),!i||t.composeNode)return n;for(let s=0,r=t.children.length;s<r;s++)this.intersectObjectBy(t.children[s],e,i,n);return n}}var ar="top",or="bottom",hr="right",lr="left",ur="auto",cr=[ar,or,hr,lr],dr="start",pr="end",fr="viewport",mr="popper",gr=cr.reduce((function(t,e){return t.concat([e+"-"+dr,e+"-"+pr])}),[]),yr=[].concat(cr,[ur]).reduce((function(t,e){return t.concat([e,e+"-"+dr,e+"-"+pr])}),[]),vr=["beforeRead","read","afterRead","beforeMain","main","afterMain","beforeWrite","write","afterWrite"];function xr(t){return t?(t.nodeName||"").toLowerCase():null}function br(t){if(null==t)return window;if("[object Window]"!==t.toString()){var e=t.ownerDocument;return e&&e.defaultView||window}return t}function wr(t){return t instanceof br(t).Element||t instanceof Element}function _r(t){return t instanceof br(t).HTMLElement||t instanceof HTMLElement}function Sr(t){return"undefined"!=typeof ShadowRoot&&(t instanceof br(t).ShadowRoot||t instanceof ShadowRoot)}const Er={name:"applyStyles",enabled:!0,phase:"write",fn:function(t){var e=t.state;Object.keys(e.elements).forEach((function(t){var i=e.styles[t]||{},n=e.attributes[t]||{},s=e.elements[t];_r(s)&&xr(s)&&(Object.assign(s.style,i),Object.keys(n).forEach((function(t){var e=n[t];!1===e?s.removeAttribute(t):s.setAttribute(t,!0===e?"":e)})))}))},effect:function(t){var e=t.state,i={popper:{position:e.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(e.elements.popper.style,i.popper),e.styles=i,e.elements.arrow&&Object.assign(e.elements.arrow.style,i.arrow),function(){Object.keys(e.elements).forEach((function(t){var n=e.elements[t],s=e.attributes[t]||{},r=Object.keys(e.styles.hasOwnProperty(t)?e.styles[t]:i[t]).reduce((function(t,e){return t[e]="",t}),{});_r(n)&&xr(n)&&(Object.assign(n.style,r),Object.keys(s).forEach((function(t){n.removeAttribute(t)})))}))}},requires:["computeStyles"]};function Mr(t){return t.split("-")[0]}var Ar=Math.max,Tr=Math.min,Cr=Math.round;function Ir(){var t=navigator.userAgentData;return null!=t&&t.brands&&Array.isArray(t.brands)?t.brands.map((function(t){return t.brand+"/"+t.version})).join(" "):navigator.userAgent}function Dr(){return!/^((?!chrome|android).)*safari/i.test(Ir())}function Lr(t,e,i){void 0===e&&(e=!1),void 0===i&&(i=!1);var n=t.getBoundingClientRect(),s=1,r=1;e&&_r(t)&&(s=t.offsetWidth>0&&Cr(n.width)/t.offsetWidth||1,r=t.offsetHeight>0&&Cr(n.height)/t.offsetHeight||1);var a=(wr(t)?br(t):window).visualViewport,o=!Dr()&&i,h=(n.left+(o&&a?a.offsetLeft:0))/s,l=(n.top+(o&&a?a.offsetTop:0))/r,u=n.width/s,c=n.height/r;return{width:u,height:c,top:l,right:h+u,bottom:l+c,left:h,x:h,y:l}}function Br(t){var e=Lr(t),i=t.offsetWidth,n=t.offsetHeight;return Math.abs(e.width-i)<=1&&(i=e.width),Math.abs(e.height-n)<=1&&(n=e.height),{x:t.offsetLeft,y:t.offsetTop,width:i,height:n}}function Pr(t,e){var i=e.getRootNode&&e.getRootNode();if(t.contains(e))return!0;if(i&&Sr(i)){var n=e;do{if(n&&t.isSameNode(n))return!0;n=n.parentNode||n.host}while(n)}return!1}function kr(t){return br(t).getComputedStyle(t)}function Nr(t){return["table","td","th"].indexOf(xr(t))>=0}function Or(t){return((wr(t)?t.ownerDocument:t.document)||window.document).documentElement}function Rr(t){return"html"===xr(t)?t:t.assignedSlot||t.parentNode||(Sr(t)?t.host:null)||Or(t)}function zr(t){return _r(t)&&"fixed"!==kr(t).position?t.offsetParent:null}function Hr(t){for(var e=br(t),i=zr(t);i&&Nr(i)&&"static"===kr(i).position;)i=zr(i);return i&&("html"===xr(i)||"body"===xr(i)&&"static"===kr(i).position)?e:i||function(t){var e=/firefox/i.test(Ir());if(/Trident/i.test(Ir())&&_r(t)&&"fixed"===kr(t).position)return null;var i=Rr(t);for(Sr(i)&&(i=i.host);_r(i)&&["html","body"].indexOf(xr(i))<0;){var n=kr(i);if("none"!==n.transform||"none"!==n.perspective||"paint"===n.contain||-1!==["transform","perspective"].indexOf(n.willChange)||e&&"filter"===n.willChange||e&&n.filter&&"none"!==n.filter)return i;i=i.parentNode}return null}(t)||e}function Wr(t){return["top","bottom"].indexOf(t)>=0?"x":"y"}function Fr(t,e,i){return Ar(t,Tr(e,i))}function Ur(t){return Object.assign({},{top:0,right:0,bottom:0,left:0},t)}function Vr(t,e){return e.reduce((function(e,i){return e[i]=t,e}),{})}function qr(t){return t.split("-")[1]}var jr={top:"auto",right:"auto",bottom:"auto",left:"auto"};function Yr(t){var e,i=t.popper,n=t.popperRect,s=t.placement,r=t.variation,a=t.offsets,o=t.position,h=t.gpuAcceleration,l=t.adaptive,u=t.roundOffsets,c=t.isFixed,d=a.x,p=void 0===d?0:d,f=a.y,m=void 0===f?0:f,g="function"==typeof u?u({x:p,y:m}):{x:p,y:m};p=g.x,m=g.y;var y=a.hasOwnProperty("x"),v=a.hasOwnProperty("y"),x=lr,b=ar,w=window;if(l){var _=Hr(i),S="clientHeight",E="clientWidth";_===br(i)&&"static"!==kr(_=Or(i)).position&&"absolute"===o&&(S="scrollHeight",E="scrollWidth"),(s===ar||(s===lr||s===hr)&&r===pr)&&(b=or,m-=(c&&_===w&&w.visualViewport?w.visualViewport.height:_[S])-n.height,m*=h?1:-1),s!==lr&&(s!==ar&&s!==or||r!==pr)||(x=hr,p-=(c&&_===w&&w.visualViewport?w.visualViewport.width:_[E])-n.width,p*=h?1:-1)}var M,A=Object.assign({position:o},l&&jr),T=!0===u?function(t,e){var i=t.x,n=t.y,s=e.devicePixelRatio||1;return{x:Cr(i*s)/s||0,y:Cr(n*s)/s||0}}({x:p,y:m},br(i)):{x:p,y:m};return p=T.x,m=T.y,h?Object.assign({},A,((M={})[b]=v?"0":"",M[x]=y?"0":"",M.transform=(w.devicePixelRatio||1)<=1?"translate("+p+"px, "+m+"px)":"translate3d("+p+"px, "+m+"px, 0)",M)):Object.assign({},A,((e={})[b]=v?m+"px":"",e[x]=y?p+"px":"",e.transform="",e))}var Gr={passive:!0},$r={left:"right",right:"left",bottom:"top",top:"bottom"};function Xr(t){return t.replace(/left|right|bottom|top/g,(function(t){return $r[t]}))}var Zr={start:"end",end:"start"};function Jr(t){return t.replace(/start|end/g,(function(t){return Zr[t]}))}function Qr(t){var e=br(t);return{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function Kr(t){return Lr(Or(t)).left+Qr(t).scrollLeft}function ta(t){var e=kr(t),i=e.overflow,n=e.overflowX,s=e.overflowY;return/auto|scroll|overlay|hidden/.test(i+s+n)}function ea(t){return["html","body","#document"].indexOf(xr(t))>=0?t.ownerDocument.body:_r(t)&&ta(t)?t:ea(Rr(t))}function ia(t,e){var i;void 0===e&&(e=[]);var n=ea(t),s=n===(null==(i=t.ownerDocument)?void 0:i.body),r=br(n),a=s?[r].concat(r.visualViewport||[],ta(n)?n:[]):n,o=e.concat(a);return s?o:o.concat(ia(Rr(a)))}function na(t){return Object.assign({},t,{left:t.x,top:t.y,right:t.x+t.width,bottom:t.y+t.height})}function sa(t,e,i){return e===fr?na(function(t,e){var i=br(t),n=Or(t),s=i.visualViewport,r=n.clientWidth,a=n.clientHeight,o=0,h=0;if(s){r=s.width,a=s.height;var l=Dr();(l||!l&&"fixed"===e)&&(o=s.offsetLeft,h=s.offsetTop)}return{width:r,height:a,x:o+Kr(t),y:h}}(t,i)):wr(e)?function(t,e){var i=Lr(t,!1,"fixed"===e);return i.top=i.top+t.clientTop,i.left=i.left+t.clientLeft,i.bottom=i.top+t.clientHeight,i.right=i.left+t.clientWidth,i.width=t.clientWidth,i.height=t.clientHeight,i.x=i.left,i.y=i.top,i}(e,i):na(function(t){var e,i=Or(t),n=Qr(t),s=null==(e=t.ownerDocument)?void 0:e.body,r=Ar(i.scrollWidth,i.clientWidth,s?s.scrollWidth:0,s?s.clientWidth:0),a=Ar(i.scrollHeight,i.clientHeight,s?s.scrollHeight:0,s?s.clientHeight:0),o=-n.scrollLeft+Kr(t),h=-n.scrollTop;return"rtl"===kr(s||i).direction&&(o+=Ar(i.clientWidth,s?s.clientWidth:0)-r),{width:r,height:a,x:o,y:h}}(Or(t)))}function ra(t){var e,i=t.reference,n=t.element,s=t.placement,r=s?Mr(s):null,a=s?qr(s):null,o=i.x+i.width/2-n.width/2,h=i.y+i.height/2-n.height/2;switch(r){case ar:e={x:o,y:i.y-n.height};break;case or:e={x:o,y:i.y+i.height};break;case hr:e={x:i.x+i.width,y:h};break;case lr:e={x:i.x-n.width,y:h};break;default:e={x:i.x,y:i.y}}var l=r?Wr(r):null;if(null!=l){var u="y"===l?"height":"width";switch(a){case dr:e[l]=e[l]-(i[u]/2-n[u]/2);break;case pr:e[l]=e[l]+(i[u]/2-n[u]/2)}}return e}function aa(t,e){void 0===e&&(e={});var i=e,n=i.placement,s=void 0===n?t.placement:n,r=i.strategy,a=void 0===r?t.strategy:r,o=i.boundary,h=void 0===o?"clippingParents":o,l=i.rootBoundary,u=void 0===l?fr:l,c=i.elementContext,d=void 0===c?mr:c,p=i.altBoundary,f=void 0!==p&&p,m=i.padding,g=void 0===m?0:m,y=Ur("number"!=typeof g?g:Vr(g,cr)),v=d===mr?"reference":mr,x=t.rects.popper,b=t.elements[f?v:d],w=function(t,e,i,n){var s="clippingParents"===e?function(t){var e=ia(Rr(t)),i=["absolute","fixed"].indexOf(kr(t).position)>=0&&_r(t)?Hr(t):t;return wr(i)?e.filter((function(t){return wr(t)&&Pr(t,i)&&"body"!==xr(t)})):[]}(t):[].concat(e),r=[].concat(s,[i]),a=r[0],o=r.reduce((function(e,i){var s=sa(t,i,n);return e.top=Ar(s.top,e.top),e.right=Tr(s.right,e.right),e.bottom=Tr(s.bottom,e.bottom),e.left=Ar(s.left,e.left),e}),sa(t,a,n));return o.width=o.right-o.left,o.height=o.bottom-o.top,o.x=o.left,o.y=o.top,o}(wr(b)?b:b.contextElement||Or(t.elements.popper),h,u,a),_=Lr(t.elements.reference),S=ra({reference:_,element:x,placement:s}),E=na(Object.assign({},x,S)),M=d===mr?E:_,A={top:w.top-M.top+y.top,bottom:M.bottom-w.bottom+y.bottom,left:w.left-M.left+y.left,right:M.right-w.right+y.right},T=t.modifiersData.offset;if(d===mr&&T){var C=T[s];Object.keys(A).forEach((function(t){var e=[hr,or].indexOf(t)>=0?1:-1,i=[ar,or].indexOf(t)>=0?"y":"x";A[t]+=C[i]*e}))}return A}function oa(t,e,i){return void 0===i&&(i={x:0,y:0}),{top:t.top-e.height-i.y,right:t.right-e.width+i.x,bottom:t.bottom-e.height+i.y,left:t.left-e.width-i.x}}function ha(t){return[ar,hr,or,lr].some((function(e){return t[e]>=0}))}function la(t,e,i){void 0===i&&(i=!1);var n,s,r=_r(e),a=_r(e)&&function(t){var e=t.getBoundingClientRect(),i=Cr(e.width)/t.offsetWidth||1,n=Cr(e.height)/t.offsetHeight||1;return 1!==i||1!==n}(e),o=Or(e),h=Lr(t,a,i),l={scrollLeft:0,scrollTop:0},u={x:0,y:0};return(r||!r&&!i)&&(("body"!==xr(e)||ta(o))&&(l=(n=e)!==br(n)&&_r(n)?{scrollLeft:(s=n).scrollLeft,scrollTop:s.scrollTop}:Qr(n)),_r(e)?((u=Lr(e,!0)).x+=e.clientLeft,u.y+=e.clientTop):o&&(u.x=Kr(o))),{x:h.left+l.scrollLeft-u.x,y:h.top+l.scrollTop-u.y,width:h.width,height:h.height}}function ua(t){var e=new Map,i=new Set,n=[];function s(t){i.add(t.name),[].concat(t.requires||[],t.requiresIfExists||[]).forEach((function(t){if(!i.has(t)){var n=e.get(t);n&&s(n)}})),n.push(t)}return t.forEach((function(t){e.set(t.name,t)})),t.forEach((function(t){i.has(t.name)||s(t)})),n}var ca={placement:"bottom",modifiers:[],strategy:"absolute"};function da(){for(var t=arguments.length,e=new Array(t),i=0;i<t;i++)e[i]=arguments[i];return!e.some((function(t){return!(t&&"function"==typeof t.getBoundingClientRect)}))}var pa=function(t){void 0===t&&(t={});var e=t,i=e.defaultModifiers,n=void 0===i?[]:i,s=e.defaultOptions,r=void 0===s?ca:s;return function(t,e,i){void 0===i&&(i=r);var s,a,o={placement:"bottom",orderedModifiers:[],options:Object.assign({},ca,r),modifiersData:{},elements:{reference:t,popper:e},attributes:{},styles:{}},h=[],l=!1,u={state:o,setOptions:function(i){var s="function"==typeof i?i(o.options):i;c(),o.options=Object.assign({},r,o.options,s),o.scrollParents={reference:wr(t)?ia(t):t.contextElement?ia(t.contextElement):[],popper:ia(e)};var a,l,d=function(t){var e=ua(t);return vr.reduce((function(t,i){return t.concat(e.filter((function(t){return t.phase===i})))}),[])}((a=[].concat(n,o.options.modifiers),l=a.reduce((function(t,e){var i=t[e.name];return t[e.name]=i?Object.assign({},i,e,{options:Object.assign({},i.options,e.options),data:Object.assign({},i.data,e.data)}):e,t}),{}),Object.keys(l).map((function(t){return l[t]}))));return o.orderedModifiers=d.filter((function(t){return t.enabled})),o.orderedModifiers.forEach((function(t){var e=t.name,i=t.options,n=void 0===i?{}:i,s=t.effect;if("function"==typeof s){var r=s({state:o,name:e,instance:u,options:n});h.push(r||function(){})}})),u.update()},forceUpdate:function(){if(!l){var t=o.elements,e=t.reference,i=t.popper;if(da(e,i)){o.rects={reference:la(e,Hr(i),"fixed"===o.options.strategy),popper:Br(i)},o.reset=!1,o.placement=o.options.placement,o.orderedModifiers.forEach((function(t){return o.modifiersData[t.name]=Object.assign({},t.data)}));for(var n=0;n<o.orderedModifiers.length;n++)if(!0!==o.reset){var s=o.orderedModifiers[n],r=s.fn,a=s.options,h=void 0===a?{}:a,c=s.name;"function"==typeof r&&(o=r({state:o,options:h,name:c,instance:u})||o)}else o.reset=!1,n=-1}}},update:(s=function(){return new Promise((function(t){u.forceUpdate(),t(o)}))},function(){return a||(a=new Promise((function(t){Promise.resolve().then((function(){a=void 0,t(s())}))}))),a}),destroy:function(){c(),l=!0}};if(!da(t,e))return u;function c(){h.forEach((function(t){return t()})),h=[]}return u.setOptions(i).then((function(t){!l&&i.onFirstUpdate&&i.onFirstUpdate(t)})),u}}({defaultModifiers:[{name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:function(t){var e=t.state,i=t.instance,n=t.options,s=n.scroll,r=void 0===s||s,a=n.resize,o=void 0===a||a,h=br(e.elements.popper),l=[].concat(e.scrollParents.reference,e.scrollParents.popper);return r&&l.forEach((function(t){t.addEventListener("scroll",i.update,Gr)})),o&&h.addEventListener("resize",i.update,Gr),function(){r&&l.forEach((function(t){t.removeEventListener("scroll",i.update,Gr)})),o&&h.removeEventListener("resize",i.update,Gr)}},data:{}},{name:"popperOffsets",enabled:!0,phase:"read",fn:function(t){var e=t.state,i=t.name;e.modifiersData[i]=ra({reference:e.rects.reference,element:e.rects.popper,placement:e.placement})},data:{}},{name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:function(t){var e=t.state,i=t.options,n=i.gpuAcceleration,s=void 0===n||n,r=i.adaptive,a=void 0===r||r,o=i.roundOffsets,h=void 0===o||o,l={placement:Mr(e.placement),variation:qr(e.placement),popper:e.elements.popper,popperRect:e.rects.popper,gpuAcceleration:s,isFixed:"fixed"===e.options.strategy};null!=e.modifiersData.popperOffsets&&(e.styles.popper=Object.assign({},e.styles.popper,Yr(Object.assign({},l,{offsets:e.modifiersData.popperOffsets,position:e.options.strategy,adaptive:a,roundOffsets:h})))),null!=e.modifiersData.arrow&&(e.styles.arrow=Object.assign({},e.styles.arrow,Yr(Object.assign({},l,{offsets:e.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:h})))),e.attributes.popper=Object.assign({},e.attributes.popper,{"data-popper-placement":e.placement})},data:{}},Er,{name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:function(t){var e=t.state,i=t.options,n=t.name,s=i.offset,r=void 0===s?[0,0]:s,a=yr.reduce((function(t,i){return t[i]=function(t,e,i){var n=Mr(t),s=[lr,ar].indexOf(n)>=0?-1:1,r="function"==typeof i?i(Object.assign({},e,{placement:t})):i,a=r[0],o=r[1];return a=a||0,o=(o||0)*s,[lr,hr].indexOf(n)>=0?{x:o,y:a}:{x:a,y:o}}(i,e.rects,r),t}),{}),o=a[e.placement],h=o.x,l=o.y;null!=e.modifiersData.popperOffsets&&(e.modifiersData.popperOffsets.x+=h,e.modifiersData.popperOffsets.y+=l),e.modifiersData[n]=a}},{name:"flip",enabled:!0,phase:"main",fn:function(t){var e=t.state,i=t.options,n=t.name;if(!e.modifiersData[n]._skip){for(var s=i.mainAxis,r=void 0===s||s,a=i.altAxis,o=void 0===a||a,h=i.fallbackPlacements,l=i.padding,u=i.boundary,c=i.rootBoundary,d=i.altBoundary,p=i.flipVariations,f=void 0===p||p,m=i.allowedAutoPlacements,g=e.options.placement,y=Mr(g),v=h||(y!==g&&f?function(t){if(Mr(t)===ur)return[];var e=Xr(t);return[Jr(t),e,Jr(e)]}(g):[Xr(g)]),x=[g].concat(v).reduce((function(t,i){return t.concat(Mr(i)===ur?function(t,e){void 0===e&&(e={});var i=e,n=i.placement,s=i.boundary,r=i.rootBoundary,a=i.padding,o=i.flipVariations,h=i.allowedAutoPlacements,l=void 0===h?yr:h,u=qr(n),c=u?o?gr:gr.filter((function(t){return qr(t)===u})):cr,d=c.filter((function(t){return l.indexOf(t)>=0}));0===d.length&&(d=c);var p=d.reduce((function(e,i){return e[i]=aa(t,{placement:i,boundary:s,rootBoundary:r,padding:a})[Mr(i)],e}),{});return Object.keys(p).sort((function(t,e){return p[t]-p[e]}))}(e,{placement:i,boundary:u,rootBoundary:c,padding:l,flipVariations:f,allowedAutoPlacements:m}):i)}),[]),b=e.rects.reference,w=e.rects.popper,_=new Map,S=!0,E=x[0],M=0;M<x.length;M++){var A=x[M],T=Mr(A),C=qr(A)===dr,I=[ar,or].indexOf(T)>=0,D=I?"width":"height",L=aa(e,{placement:A,boundary:u,rootBoundary:c,altBoundary:d,padding:l}),B=I?C?hr:lr:C?or:ar;b[D]>w[D]&&(B=Xr(B));var P=Xr(B),k=[];if(r&&k.push(L[T]<=0),o&&k.push(L[B]<=0,L[P]<=0),k.every((function(t){return t}))){E=A,S=!1;break}_.set(A,k)}if(S)for(var N=function(t){var e=x.find((function(e){var i=_.get(e);if(i)return i.slice(0,t).every((function(t){return t}))}));if(e)return E=e,"break"},O=f?3:1;O>0&&"break"!==N(O);O--);e.placement!==E&&(e.modifiersData[n]._skip=!0,e.placement=E,e.reset=!0)}},requiresIfExists:["offset"],data:{_skip:!1}},{name:"preventOverflow",enabled:!0,phase:"main",fn:function(t){var e=t.state,i=t.options,n=t.name,s=i.mainAxis,r=void 0===s||s,a=i.altAxis,o=void 0!==a&&a,h=i.boundary,l=i.rootBoundary,u=i.altBoundary,c=i.padding,d=i.tether,p=void 0===d||d,f=i.tetherOffset,m=void 0===f?0:f,g=aa(e,{boundary:h,rootBoundary:l,padding:c,altBoundary:u}),y=Mr(e.placement),v=qr(e.placement),x=!v,b=Wr(y),w="x"===b?"y":"x",_=e.modifiersData.popperOffsets,S=e.rects.reference,E=e.rects.popper,M="function"==typeof m?m(Object.assign({},e.rects,{placement:e.placement})):m,A="number"==typeof M?{mainAxis:M,altAxis:M}:Object.assign({mainAxis:0,altAxis:0},M),T=e.modifiersData.offset?e.modifiersData.offset[e.placement]:null,C={x:0,y:0};if(_){if(r){var I,D="y"===b?ar:lr,L="y"===b?or:hr,B="y"===b?"height":"width",P=_[b],k=P+g[D],N=P-g[L],O=p?-E[B]/2:0,R=v===dr?S[B]:E[B],z=v===dr?-E[B]:-S[B],H=e.elements.arrow,W=p&&H?Br(H):{width:0,height:0},F=e.modifiersData["arrow#persistent"]?e.modifiersData["arrow#persistent"].padding:{top:0,right:0,bottom:0,left:0},U=F[D],V=F[L],q=Fr(0,S[B],W[B]),j=x?S[B]/2-O-q-U-A.mainAxis:R-q-U-A.mainAxis,Y=x?-S[B]/2+O+q+V+A.mainAxis:z+q+V+A.mainAxis,G=e.elements.arrow&&Hr(e.elements.arrow),$=G?"y"===b?G.clientTop||0:G.clientLeft||0:0,X=null!=(I=null==T?void 0:T[b])?I:0,Z=P+Y-X,J=Fr(p?Tr(k,P+j-X-$):k,P,p?Ar(N,Z):N);_[b]=J,C[b]=J-P}if(o){var Q,K="x"===b?ar:lr,tt="x"===b?or:hr,et=_[w],it="y"===w?"height":"width",nt=et+g[K],st=et-g[tt],rt=-1!==[ar,lr].indexOf(y),at=null!=(Q=null==T?void 0:T[w])?Q:0,ot=rt?nt:et-S[it]-E[it]-at+A.altAxis,ht=rt?et+S[it]+E[it]-at-A.altAxis:st,lt=p&&rt?(ct=Fr(ot,et,ut=ht))>ut?ut:ct:Fr(p?ot:nt,et,p?ht:st);_[w]=lt,C[w]=lt-et}var ut,ct;e.modifiersData[n]=C}},requiresIfExists:["offset"]},{name:"arrow",enabled:!0,phase:"main",fn:function(t){var e,i=t.state,n=t.name,s=t.options,r=i.elements.arrow,a=i.modifiersData.popperOffsets,o=Mr(i.placement),h=Wr(o),l=[lr,hr].indexOf(o)>=0?"height":"width";if(r&&a){var u=function(t,e){return Ur("number"!=typeof(t="function"==typeof t?t(Object.assign({},e.rects,{placement:e.placement})):t)?t:Vr(t,cr))}(s.padding,i),c=Br(r),d="y"===h?ar:lr,p="y"===h?or:hr,f=i.rects.reference[l]+i.rects.reference[h]-a[h]-i.rects.popper[l],m=a[h]-i.rects.reference[h],g=Hr(r),y=g?"y"===h?g.clientHeight||0:g.clientWidth||0:0,v=f/2-m/2,x=u[d],b=y-c[l]-u[p],w=y/2-c[l]/2+v,_=Fr(x,w,b),S=h;i.modifiersData[n]=((e={})[S]=_,e.centerOffset=_-w,e)}},effect:function(t){var e=t.state,i=t.options.element,n=void 0===i?"[data-popper-arrow]":i;null!=n&&("string"!=typeof n||(n=e.elements.popper.querySelector(n)))&&Pr(e.elements.popper,n)&&(e.elements.arrow=n)},requires:["popperOffsets"],requiresIfExists:["preventOverflow"]},{name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:function(t){var e=t.state,i=t.name,n=e.rects.reference,s=e.rects.popper,r=e.modifiersData.preventOverflow,a=aa(e,{elementContext:"reference"}),o=aa(e,{altBoundary:!0}),h=oa(a,n),l=oa(o,s,r),u=ha(h),c=ha(l);e.modifiersData[i]={referenceClippingOffsets:h,popperEscapeOffsets:l,isReferenceHidden:u,hasPopperEscaped:c},e.attributes.popper=Object.assign({},e.attributes.popper,{"data-popper-reference-hidden":u,"data-popper-escaped":c})}}]}),fa="tippy-content",ma="tippy-arrow",ga="tippy-svg-arrow",ya={passive:!0,capture:!0},va=function(){return document.body};function xa(t,e,i){if(Array.isArray(t)){var n=t[e];return null==n?Array.isArray(i)?i[e]:i:n}return t}function ba(t,e){var i={}.toString.call(t);return 0===i.indexOf("[object")&&i.indexOf(e+"]")>-1}function wa(t,e){return"function"==typeof t?t.apply(void 0,e):t}function _a(t,e){return 0===e?t:function(n){clearTimeout(i),i=setTimeout((function(){t(n)}),e)};var i}function Sa(t){return[].concat(t)}function Ea(t,e){-1===t.indexOf(e)&&t.push(e)}function Ma(t){return[].slice.call(t)}function Aa(t){return Object.keys(t).reduce((function(e,i){return void 0!==t[i]&&(e[i]=t[i]),e}),{})}function Ta(){return document.createElement("div")}function Ca(t){return["Element","Fragment"].some((function(e){return ba(t,e)}))}function Ia(t,e){t.forEach((function(t){t&&(t.style.transitionDuration=e+"ms")}))}function Da(t,e){t.forEach((function(t){t&&t.setAttribute("data-state",e)}))}function La(t,e,i){var n=e+"EventListener";["transitionend","webkitTransitionEnd"].forEach((function(e){t[n](e,i)}))}function Ba(t,e){for(var i=e;i;){var n;if(t.contains(i))return!0;i=null==i.getRootNode||null==(n=i.getRootNode())?void 0:n.host}return!1}var Pa={isTouch:!1},ka=0;function Na(){Pa.isTouch||(Pa.isTouch=!0,window.performance&&document.addEventListener("mousemove",Oa))}function Oa(){var t=performance.now();t-ka<20&&(Pa.isTouch=!1,document.removeEventListener("mousemove",Oa)),ka=t}function Ra(){var t,e=document.activeElement;if((t=e)&&t._tippy&&t._tippy.reference===t){var i=e._tippy;e.blur&&!i.state.isVisible&&e.blur()}}var za,Ha=!("undefined"==typeof window||"undefined"==typeof document||!window.msCrypto);function Wa(t){return[t+"() was called on a"+("destroy"===t?"n already-":" ")+"destroyed instance. This is a no-op but","indicates a potential memory leak."].join(" ")}function Fa(t){return t.replace(/[ \t]{2,}/g," ").replace(/^[ \t]*/gm,"").trim()}function Ua(t){return Fa("\n %ctippy.js\n\n %c"+Fa(t)+"\n\n %c👷 This is a development-only message. It will be removed in production.\n ")}function Va(t){return[Ua(t),"color: #00C584; font-size: 1.3em; font-weight: bold;","line-height: 1.5","color: #a6a095;"]}function qa(t,e){var i;t&&!za.has(e)&&(za.add(e),(i=console).warn.apply(i,Va(e)))}function ja(t,e){var i;t&&!za.has(e)&&(za.add(e),(i=console).error.apply(i,Va(e)))}"production"!==process.env.NODE_ENV&&(za=new Set);var Ya={animateFill:!1,followCursor:!1,inlinePositioning:!1,sticky:!1},Ga=Object.assign({appendTo:va,aria:{content:"auto",expanded:"auto"},delay:0,duration:[300,250],getReferenceClientRect:null,hideOnClick:!0,ignoreAttributes:!1,interactive:!1,interactiveBorder:2,interactiveDebounce:0,moveTransition:"",offset:[0,10],onAfterUpdate:function(){},onBeforeUpdate:function(){},onCreate:function(){},onDestroy:function(){},onHidden:function(){},onHide:function(){},onMount:function(){},onShow:function(){},onShown:function(){},onTrigger:function(){},onUntrigger:function(){},onClickOutside:function(){},placement:"top",plugins:[],popperOptions:{},render:null,showOnCreate:!1,touch:!0,trigger:"mouseenter focus",triggerTarget:null},Ya,{allowHTML:!1,animation:"fade",arrow:!0,content:"",inertia:!1,maxWidth:350,role:"tooltip",theme:"",zIndex:9999}),$a=Object.keys(Ga);function Xa(t){var e=(t.plugins||[]).reduce((function(e,i){var n,s=i.name,r=i.defaultValue;return s&&(e[s]=void 0!==t[s]?t[s]:null!=(n=Ga[s])?n:r),e}),{});return Object.assign({},t,e)}function Za(t,e){var i=Object.assign({},e,{content:wa(e.content,[t])},e.ignoreAttributes?{}:function(t,e){return(e?Object.keys(Xa(Object.assign({},Ga,{plugins:e}))):$a).reduce((function(e,i){var n=(t.getAttribute("data-tippy-"+i)||"").trim();if(!n)return e;if("content"===i)e[i]=n;else try{e[i]=JSON.parse(n)}catch(t){e[i]=n}return e}),{})}(t,e.plugins));return i.aria=Object.assign({},Ga.aria,i.aria),i.aria={expanded:"auto"===i.aria.expanded?e.interactive:i.aria.expanded,content:"auto"===i.aria.content?e.interactive?null:"describedby":i.aria.content},i}function Ja(t,e){void 0===t&&(t={}),void 0===e&&(e=[]),Object.keys(t).forEach((function(t){var i,n,s=function(t,e){var i=Object.assign({},t);return e.forEach((function(t){delete i[t]})),i}(Ga,Object.keys(Ya)),r=(i=s,n=t,!{}.hasOwnProperty.call(i,n));r&&(r=0===e.filter((function(e){return e.name===t})).length),qa(r,["`"+t+"`","is not a valid prop. You may have spelled it incorrectly, or if it's","a plugin, forgot to pass it in an array as props.plugins.","\n\n","All props: https://atomiks.github.io/tippyjs/v6/all-props/\n","Plugins: https://atomiks.github.io/tippyjs/v6/plugins/"].join(" "))}))}function Qa(t,e){t.innerHTML=e}function Ka(t){var e=Ta();return!0===t?e.className=ma:(e.className=ga,Ca(t)?e.appendChild(t):Qa(e,t)),e}function to(t,e){Ca(e.content)?(Qa(t,""),t.appendChild(e.content)):"function"!=typeof e.content&&(e.allowHTML?Qa(t,e.content):t.textContent=e.content)}function eo(t){var e=t.firstElementChild,i=Ma(e.children);return{box:e,content:i.find((function(t){return t.classList.contains(fa)})),arrow:i.find((function(t){return t.classList.contains(ma)||t.classList.contains(ga)})),backdrop:i.find((function(t){return t.classList.contains("tippy-backdrop")}))}}function io(t){var e=Ta(),i=Ta();i.className="tippy-box",i.setAttribute("data-state","hidden"),i.setAttribute("tabindex","-1");var n=Ta();function s(i,n){var s=eo(e),r=s.box,a=s.content,o=s.arrow;n.theme?r.setAttribute("data-theme",n.theme):r.removeAttribute("data-theme"),"string"==typeof n.animation?r.setAttribute("data-animation",n.animation):r.removeAttribute("data-animation"),n.inertia?r.setAttribute("data-inertia",""):r.removeAttribute("data-inertia"),r.style.maxWidth="number"==typeof n.maxWidth?n.maxWidth+"px":n.maxWidth,n.role?r.setAttribute("role",n.role):r.removeAttribute("role"),i.content===n.content&&i.allowHTML===n.allowHTML||to(a,t.props),n.arrow?o?i.arrow!==n.arrow&&(r.removeChild(o),r.appendChild(Ka(n.arrow))):r.appendChild(Ka(n.arrow)):o&&r.removeChild(o)}return n.className=fa,n.setAttribute("data-state","hidden"),to(n,t.props),e.appendChild(i),i.appendChild(n),s(t.props,t.props),{popper:e,onUpdate:s}}io.$$tippy=!0;var no=1,so=[],ro=[];function ao(t,e){var i,n,s,r,a,o,h,l,u=Za(t,Object.assign({},Ga,Xa(Aa(e)))),c=!1,d=!1,p=!1,f=!1,m=[],g=_a(G,u.interactiveDebounce),y=no++,v=(l=u.plugins).filter((function(t,e){return l.indexOf(t)===e})),x={id:y,reference:t,popper:Ta(),popperInstance:null,props:u,state:{isEnabled:!0,isVisible:!1,isDestroyed:!1,isMounted:!1,isShown:!1},plugins:v,clearDelayTimeouts:function(){clearTimeout(i),clearTimeout(n),cancelAnimationFrame(s)},setProps:function(e){if("production"!==process.env.NODE_ENV&&qa(x.state.isDestroyed,Wa("setProps")),!x.state.isDestroyed){P("onBeforeUpdate",[x,e]),j();var i=x.props,n=Za(t,Object.assign({},i,Aa(e),{ignoreAttributes:!0}));x.props=n,q(),i.interactiveDebounce!==n.interactiveDebounce&&(O(),g=_a(G,n.interactiveDebounce)),i.triggerTarget&&!n.triggerTarget?Sa(i.triggerTarget).forEach((function(t){t.removeAttribute("aria-expanded")})):n.triggerTarget&&t.removeAttribute("aria-expanded"),N(),B(),_&&_(i,n),x.popperInstance&&(J(),K().forEach((function(t){requestAnimationFrame(t._tippy.popperInstance.forceUpdate)}))),P("onAfterUpdate",[x,e])}},setContent:function(t){x.setProps({content:t})},show:function(){"production"!==process.env.NODE_ENV&&qa(x.state.isDestroyed,Wa("show"));var t=x.state.isVisible,e=x.state.isDestroyed,i=!x.state.isEnabled,n=Pa.isTouch&&!x.props.touch,s=xa(x.props.duration,0,Ga.duration);if(!(t||e||i||n||C().hasAttribute("disabled")||(P("onShow",[x],!1),!1===x.props.onShow(x)))){if(x.state.isVisible=!0,T()&&(w.style.visibility="visible"),B(),W(),x.state.isMounted||(w.style.transition="none"),T()){var r=D();Ia([r.box,r.content],0)}o=function(){var t;if(x.state.isVisible&&!f){if(f=!0,w.offsetHeight,w.style.transition=x.props.moveTransition,T()&&x.props.animation){var e=D(),i=e.box,n=e.content;Ia([i,n],s),Da([i,n],"visible")}k(),N(),Ea(ro,x),null==(t=x.popperInstance)||t.forceUpdate(),P("onMount",[x]),x.props.animation&&T()&&function(t){U(t,(function(){x.state.isShown=!0,P("onShown",[x])}))}(s)}},function(){var t,e=x.props.appendTo,i=C();(t=x.props.interactive&&e===va||"parent"===e?i.parentNode:wa(e,[i])).contains(w)||t.appendChild(w),x.state.isMounted=!0,J(),"production"!==process.env.NODE_ENV&&qa(x.props.interactive&&e===Ga.appendTo&&i.nextElementSibling!==w,["Interactive tippy element may not be accessible via keyboard","navigation because it is not directly after the reference element","in the DOM source order.","\n\n","Using a wrapper <div> or <span> tag around the reference element","solves this by creating a new parentNode context.","\n\n","Specifying `appendTo: document.body` silences this warning, but it","assumes you are using a focus management solution to handle","keyboard navigation.","\n\n","See: https://atomiks.github.io/tippyjs/v6/accessibility/#interactivity"].join(" "))}()}},hide:function(){"production"!==process.env.NODE_ENV&&qa(x.state.isDestroyed,Wa("hide"));var t=!x.state.isVisible,e=x.state.isDestroyed,i=!x.state.isEnabled,n=xa(x.props.duration,1,Ga.duration);if(!(t||e||i)&&(P("onHide",[x],!1),!1!==x.props.onHide(x))){if(x.state.isVisible=!1,x.state.isShown=!1,f=!1,c=!1,T()&&(w.style.visibility="hidden"),O(),F(),B(!0),T()){var s=D(),r=s.box,a=s.content;x.props.animation&&(Ia([r,a],n),Da([r,a],"hidden"))}k(),N(),x.props.animation?T()&&function(t,e){U(t,(function(){!x.state.isVisible&&w.parentNode&&w.parentNode.contains(w)&&e()}))}(n,x.unmount):x.unmount()}},hideWithInteractivity:function(t){"production"!==process.env.NODE_ENV&&qa(x.state.isDestroyed,Wa("hideWithInteractivity")),I().addEventListener("mousemove",g),Ea(so,g),g(t)},enable:function(){x.state.isEnabled=!0},disable:function(){x.hide(),x.state.isEnabled=!1},unmount:function(){"production"!==process.env.NODE_ENV&&qa(x.state.isDestroyed,Wa("unmount")),x.state.isVisible&&x.hide(),x.state.isMounted&&(Q(),K().forEach((function(t){t._tippy.unmount()})),w.parentNode&&w.parentNode.removeChild(w),ro=ro.filter((function(t){return t!==x})),x.state.isMounted=!1,P("onHidden",[x]))},destroy:function(){"production"!==process.env.NODE_ENV&&qa(x.state.isDestroyed,Wa("destroy")),x.state.isDestroyed||(x.clearDelayTimeouts(),x.unmount(),j(),delete t._tippy,x.state.isDestroyed=!0,P("onDestroy",[x]))}};if(!u.render)return"production"!==process.env.NODE_ENV&&ja(!0,"render() function has not been supplied."),x;var b=u.render(x),w=b.popper,_=b.onUpdate;w.setAttribute("data-tippy-root",""),w.id="tippy-"+x.id,x.popper=w,t._tippy=x,w._tippy=x;var S=v.map((function(t){return t.fn(x)})),E=t.hasAttribute("aria-expanded");return q(),N(),B(),P("onCreate",[x]),u.showOnCreate&&tt(),w.addEventListener("mouseenter",(function(){x.props.interactive&&x.state.isVisible&&x.clearDelayTimeouts()})),w.addEventListener("mouseleave",(function(){x.props.interactive&&x.props.trigger.indexOf("mouseenter")>=0&&I().addEventListener("mousemove",g)})),x;function M(){var t=x.props.touch;return Array.isArray(t)?t:[t,0]}function A(){return"hold"===M()[0]}function T(){var t;return!(null==(t=x.props.render)||!t.$$tippy)}function C(){return h||t}function I(){var t,e,i=C().parentNode;return i&&null!=(e=Sa(i)[0])&&null!=(t=e.ownerDocument)&&t.body?e.ownerDocument:document}function D(){return eo(w)}function L(t){return x.state.isMounted&&!x.state.isVisible||Pa.isTouch||r&&"focus"===r.type?0:xa(x.props.delay,t?0:1,Ga.delay)}function B(t){void 0===t&&(t=!1),w.style.pointerEvents=x.props.interactive&&!t?"":"none",w.style.zIndex=""+x.props.zIndex}function P(t,e,i){var n;void 0===i&&(i=!0),S.forEach((function(i){i[t]&&i[t].apply(i,e)})),i&&(n=x.props)[t].apply(n,e)}function k(){var e=x.props.aria;if(e.content){var i="aria-"+e.content,n=w.id;Sa(x.props.triggerTarget||t).forEach((function(t){var e=t.getAttribute(i);if(x.state.isVisible)t.setAttribute(i,e?e+" "+n:n);else{var s=e&&e.replace(n,"").trim();s?t.setAttribute(i,s):t.removeAttribute(i)}}))}}function N(){!E&&x.props.aria.expanded&&Sa(x.props.triggerTarget||t).forEach((function(t){x.props.interactive?t.setAttribute("aria-expanded",x.state.isVisible&&t===C()?"true":"false"):t.removeAttribute("aria-expanded")}))}function O(){I().removeEventListener("mousemove",g),so=so.filter((function(t){return t!==g}))}function R(e){if(!Pa.isTouch||!p&&"mousedown"!==e.type){var i=e.composedPath&&e.composedPath()[0]||e.target;if(!x.props.interactive||!Ba(w,i)){if(Sa(x.props.triggerTarget||t).some((function(t){return Ba(t,i)}))){if(Pa.isTouch)return;if(x.state.isVisible&&x.props.trigger.indexOf("click")>=0)return}else P("onClickOutside",[x,e]);!0===x.props.hideOnClick&&(x.clearDelayTimeouts(),x.hide(),d=!0,setTimeout((function(){d=!1})),x.state.isMounted||F())}}}function z(){p=!0}function H(){p=!1}function W(){var t=I();t.addEventListener("mousedown",R,!0),t.addEventListener("touchend",R,ya),t.addEventListener("touchstart",H,ya),t.addEventListener("touchmove",z,ya)}function F(){var t=I();t.removeEventListener("mousedown",R,!0),t.removeEventListener("touchend",R,ya),t.removeEventListener("touchstart",H,ya),t.removeEventListener("touchmove",z,ya)}function U(t,e){var i=D().box;function n(t){t.target===i&&(La(i,"remove",n),e())}if(0===t)return e();La(i,"remove",a),La(i,"add",n),a=n}function V(e,i,n){void 0===n&&(n=!1),Sa(x.props.triggerTarget||t).forEach((function(t){t.addEventListener(e,i,n),m.push({node:t,eventType:e,handler:i,options:n})}))}function q(){var t;A()&&(V("touchstart",Y,{passive:!0}),V("touchend",$,{passive:!0})),(t=x.props.trigger,t.split(/\s+/).filter(Boolean)).forEach((function(t){if("manual"!==t)switch(V(t,Y),t){case"mouseenter":V("mouseleave",$);break;case"focus":V(Ha?"focusout":"blur",X);break;case"focusin":V("focusout",X)}}))}function j(){m.forEach((function(t){var e=t.node,i=t.eventType,n=t.handler,s=t.options;e.removeEventListener(i,n,s)})),m=[]}function Y(t){var e,i=!1;if(x.state.isEnabled&&!Z(t)&&!d){var n="focus"===(null==(e=r)?void 0:e.type);r=t,h=t.currentTarget,N(),!x.state.isVisible&&ba(t,"MouseEvent")&&so.forEach((function(e){return e(t)})),"click"===t.type&&(x.props.trigger.indexOf("mouseenter")<0||c)&&!1!==x.props.hideOnClick&&x.state.isVisible?i=!0:tt(t),"click"===t.type&&(c=!i),i&&!n&&et(t)}}function G(t){var e=t.target,i=C().contains(e)||w.contains(e);"mousemove"===t.type&&i||function(t,e){var i=e.clientX,n=e.clientY;return t.every((function(t){var e=t.popperRect,s=t.popperState,r=t.props.interactiveBorder,a=s.placement.split("-")[0],o=s.modifiersData.offset;if(!o)return!0;var h="bottom"===a?o.top.y:0,l="top"===a?o.bottom.y:0,u="right"===a?o.left.x:0,c="left"===a?o.right.x:0,d=e.top-n+h>r,p=n-e.bottom-l>r,f=e.left-i+u>r,m=i-e.right-c>r;return d||p||f||m}))}(K().concat(w).map((function(t){var e,i=null==(e=t._tippy.popperInstance)?void 0:e.state;return i?{popperRect:t.getBoundingClientRect(),popperState:i,props:u}:null})).filter(Boolean),t)&&(O(),et(t))}function $(t){Z(t)||x.props.trigger.indexOf("click")>=0&&c||(x.props.interactive?x.hideWithInteractivity(t):et(t))}function X(t){x.props.trigger.indexOf("focusin")<0&&t.target!==C()||x.props.interactive&&t.relatedTarget&&w.contains(t.relatedTarget)||et(t)}function Z(t){return!!Pa.isTouch&&A()!==t.type.indexOf("touch")>=0}function J(){Q();var e=x.props,i=e.popperOptions,n=e.placement,s=e.offset,r=e.getReferenceClientRect,a=e.moveTransition,h=T()?eo(w).arrow:null,l=r?{getBoundingClientRect:r,contextElement:r.contextElement||C()}:t,u=[{name:"offset",options:{offset:s}},{name:"preventOverflow",options:{padding:{top:2,bottom:2,left:5,right:5}}},{name:"flip",options:{padding:5}},{name:"computeStyles",options:{adaptive:!a}},{name:"$$tippy",enabled:!0,phase:"beforeWrite",requires:["computeStyles"],fn:function(t){var e=t.state;if(T()){var i=D().box;["placement","reference-hidden","escaped"].forEach((function(t){"placement"===t?i.setAttribute("data-placement",e.placement):e.attributes.popper["data-popper-"+t]?i.setAttribute("data-"+t,""):i.removeAttribute("data-"+t)})),e.attributes.popper={}}}}];T()&&h&&u.push({name:"arrow",options:{element:h,padding:3}}),u.push.apply(u,(null==i?void 0:i.modifiers)||[]),x.popperInstance=pa(l,w,Object.assign({},i,{placement:n,onFirstUpdate:o,modifiers:u}))}function Q(){x.popperInstance&&(x.popperInstance.destroy(),x.popperInstance=null)}function K(){return Ma(w.querySelectorAll("[data-tippy-root]"))}function tt(t){x.clearDelayTimeouts(),t&&P("onTrigger",[x,t]),W();var e=L(!0),n=M(),s=n[0],r=n[1];Pa.isTouch&&"hold"===s&&r&&(e=r),e?i=setTimeout((function(){x.show()}),e):x.show()}function et(t){if(x.clearDelayTimeouts(),P("onUntrigger",[x,t]),x.state.isVisible){if(!(x.props.trigger.indexOf("mouseenter")>=0&&x.props.trigger.indexOf("click")>=0&&["mouseleave","mousemove"].indexOf(t.type)>=0&&c)){var e=L(!1);e?n=setTimeout((function(){x.state.isVisible&&x.hide()}),e):s=requestAnimationFrame((function(){x.hide()}))}}else F()}}function oo(t,e){void 0===e&&(e={});var i=Ga.plugins.concat(e.plugins||[]);"production"!==process.env.NODE_ENV&&(function(t){var e=!t,i="[object Object]"===Object.prototype.toString.call(t)&&!t.addEventListener;ja(e,["tippy() was passed","`"+String(t)+"`","as its targets (first) argument. Valid types are: String, Element,","Element[], or NodeList."].join(" ")),ja(i,["tippy() was passed a plain object which is not supported as an argument","for virtual positioning. Use props.getReferenceClientRect instead."].join(" "))}(t),Ja(e,i)),document.addEventListener("touchstart",Na,ya),window.addEventListener("blur",Ra);var n=Object.assign({},e,{plugins:i}),s=function(t){return Ca(t)?[t]:function(t){return ba(t,"NodeList")}(t)?Ma(t):Array.isArray(t)?t:Ma(document.querySelectorAll(t))}(t);if("production"!==process.env.NODE_ENV){var r=Ca(n.content),a=s.length>1;qa(r&&a,["tippy() was passed an Element as the `content` prop, but more than","one tippy instance was created by this invocation. This means the","content element will only be appended to the last tippy instance.","\n\n","Instead, pass the .innerHTML of the element, or use a function that","returns a cloned version of the element instead.","\n\n","1) content: element.innerHTML\n","2) content: () => element.cloneNode(true)"].join(" "))}var o=s.reduce((function(t,e){var i=e&&ao(e,n);return i&&t.push(i),t}),[]);return Ca(t)?o[0]:o}oo.defaultProps=Ga,oo.setDefaultProps=function(t){"production"!==process.env.NODE_ENV&&Ja(t,[]),Object.keys(t).forEach((function(e){Ga[e]=t[e]}))},oo.currentInput=Pa,Object.assign({},Er,{effect:function(t){var e=t.state,i={popper:{position:e.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};Object.assign(e.elements.popper.style,i.popper),e.styles=i,e.elements.arrow&&Object.assign(e.elements.arrow.style,i.arrow)}}),oo.setDefaultProps({render:io});let ho=0;const lo=oo(document.body,{theme:"translucent",animation:"scale",inertia:!0,delay:[200,100],content:"",allowHTML:!0,placement:"left-start",trigger:"manual",arrow:!0});class uo{constructor(t,e){d(this,"name","Label"),d(this,"id","Label"+ho++),d(this,"el"),d(this,"position",new We),this.container=t,this.text=e,this.container=t||document.getElementsByTagName("body")[0],this.text=e}get isMounted(){return lo.state.isMounted}get isShown(){return lo.state.isShown}destroy(){this.text="",this.position.identity()}setHtml(t=""){return this.text=t,this}update(t){t&&(this.position.copy(t),lo.show())}show(t){return p(this,null,(function*(){if(t)return yield this.hide(),this.position.copy(t),lo.setContent(this.text),lo.setProps({getReferenceClientRect:()=>({width:0,height:0,right:this.position.x,left:this.position.x,bottom:this.position.y,top:this.position.y,x:this.position.x,y:this.position.y,toJSON(){}})}),lo.clearDelayTimeouts(),lo.show(),new Promise((t=>{ri.delay((function(){t()}),300)}))}))}hide(){return p(this,null,(function*(){return lo.hide(),new Promise((t=>{ri.delay((function(){t()}),100)}))}))}}let co=0;class po extends Wi{constructor(t,e){var i,n;super(),d(this,"name","DummyPoint"),d(this,"id","dummyPoint"+co++),d(this,"container"),d(this,"offset",new We),d(this,"el"),d(this,"label"),d(this,"radius",10),d(this,"position",new We),d(this,"worldPosition",new We),d(this,"userData"),this.container=t||document.getElementsByTagName("body")[0];let s=this.container.getBoundingClientRect();this.offset.set(s.left,s.top),this.userData=e,(null==(i=this.userData)?void 0:i.type)||ri.set(this,"userData.type",sr.DEFAULT),this.initDom(),this.setType(null==(n=this.userData)?void 0:n.type),this.mount(),this.initLabel()}destroy(){var t;super.destroy(),this.unmount(),null==(t=this.label)||t.destroy()}get isMounted(){var t;return!!(null==(t=this.el)?void 0:t.parentNode)}mount(){var t;this.el&&((null==(t=this.el)?void 0:t.parentNode)||this.container.appendChild(this.el))}unmount(){var t,e,i,n;null==(e=null==(t=this.el)?void 0:t.parentNode)||e.removeChild(this.el),null==(i=this.el)||i.remove(),null==(n=this.label)||n.hide()}setText(t=""){return this.el?(this.el.innerText=t,this):this}initDom(){var t;this.el=document.createElement("div"),this.el.setAttribute("id",this.id),this.el.setAttribute("class","dummy-point"),this.el.setAttribute("ae-id",null==(t=this.userData)?void 0:t.value)}initLabel(){var t;(null==(t=this.userData)?void 0:t.label)&&(this.label=new uo(this.container,this.userData.label))}setActive(t){return t?(Os(this.el,"active"),this.showLabel()):(Rs(this.el,"active"),this.hideLabel()),this}showLabel(){var t;null==(t=this.label)||t.show(fo.copy(this.position).add(this.offset).subScalar(this.radius))}hideLabel(){var t;null==(t=this.label)||t.hide()}setType(t){var e;if(!this.userData)return this;const i=null==(e=this.userData)?void 0:e.type;return t||(t=sr.DEFAULT),i&&Ns(this.el,i)&&Rs(this.el,i),this.userData.type=t,Os(this.el,this.userData.type),this}update(t,e=!1){t&&this.isMounted&&(e||t.subScalar(this.radius).round(),this.position.copy(t),this.el.style.transform=`translate3D(${this.position.x}px, ${this.position.y}px, 0)`)}}const fo=new We;let mo=0;class go extends Wi{constructor(t,e){super(),d(this,"name","DummyRect"),d(this,"id","dummyRect"+mo++),d(this,"container"),d(this,"offset",new We),d(this,"el"),d(this,"radius",10),d(this,"position",new We),d(this,"worldPosition",new We),d(this,"label"),d(this,"userData"),this.container=t||document.getElementsByTagName("body")[0];let i=this.container.getBoundingClientRect();this.offset.set(i.left,i.top),this.userData=e,this.initDom(),this.mount(),this.initLabel()}destroy(){var t;super.destroy(),this.unmount(),null==(t=this.label)||t.destroy()}get isMounted(){var t;return!!(null==(t=this.el)?void 0:t.parentNode)}mount(){this.container.appendChild(this.el)}unmount(){var t,e,i,n;this.setText(""),null==(e=null==(t=this.el)?void 0:t.parentNode)||e.removeChild(this.el),null==(i=this.el)||i.remove(),null==(n=this.label)||n.hide()}initDom(){var t;this.el=document.createElement("div"),this.el.setAttribute("id",this.id),this.el.setAttribute("class","dummy-rect"),this.el.setAttribute("ae-id",(null==(t=this.userData)?void 0:t.rmId)||"undefined")}initLabel(){this.label=new uo(this.container,"")}setText(t=""){return this.el.innerText=t,this}setActive(t){return t?Os(this.el,"active"):Rs(this.el,"active"),this}showLabel(){var t;null==(t=this.label)||t.show(yo.copy(this.position).add(this.offset).subScalar(this.radius))}hideLabel(){var t;null==(t=this.label)||t.hide()}setType(t){var e;if(!this.userData)return this;const i=null==(e=this.userData)?void 0:e.type;return t=sr.DEFAULT,i&&Ns(this.el,i)&&Rs(this.el,i),this.userData.type=t,Os(this.el,this.userData.type),this}update(t,e=!1){t&&this.isMounted&&(e||t.subScalar(this.radius).round(),this.position.copy(t),this.el.style.transform=`translate3D(${this.position.x}px, ${this.position.y}px, 0)`)}}const yo=new We;class vo extends Wi{constructor(t,e){super(),d(this,"name","Dummies"),d(this,"container"),d(this,"controller"),d(this,"scene"),d(this,"viewMatrix",new Fi),d(this,"dummies",[]),d(this,"rmMap",new Map),d(this,"mergedMap",new Map),d(this,"cameraUpdateHandler",this.handleCameraUpdate.bind(this)),d(this,"controllerTapHandler",this.handleControllerTap.bind(this)),this.container=t,this.controller=e,this.bindEvents()}destroy(){this.unbindEvents(),super.destroy(),this.clearDummies()}bindEvents(){this.controller.camera.addEventListener(Zs.UPDATE,this.cameraUpdateHandler),this.controller.addEventListener(Gs.TAP,this.controllerTapHandler)}unbindEvents(){this.controller.camera.removeEventListener(Zs.UPDATE,this.cameraUpdateHandler),this.controller.removeEventListener(Gs.TAP,this.controllerTapHandler)}bindScene(t){this.scene=t}update(t){var e,i,n;if(t){this.viewMatrix.copy(t);for(let t=0,s=(this.dummies||[]).length;t<s;t++){const s=this.dummies[t],r=null==(i=this.scene)?void 0:i.getElementById(null==(e=s.userData)?void 0:e.rmId);if(r){const t=null==(n=this.scene)?void 0:n.chef.getElementBoundingBox(r.id);null==t||t.getCenter(xo),xo.applyMatrix3(this.viewMatrix).round(),s.position.copy(xo)}else xo.copy(s.worldPosition).applyMatrix3(this.viewMatrix).round(),s.update(xo)}this.mergeDummies()}}setDummies(t){this.clearDummies();for(let e=0,i=(t||[]).length;e<i;e++)this.addDummy(t[e])}addDummy(t){var e,i;const n=new po(this.container,t);this.dummies.push(n);const s=null==(e=n.userData)?void 0:e.rmId;return s&&(this.rmMap.has(s)||this.rmMap.set(s,[]),null==(i=this.rmMap.get(s))||i.push(n)),n}removeDummy(t){var e;const i=this.dummies.indexOf(t);i>-1&&this.dummies.splice(i,1);const n=null==(e=t.userData)?void 0:e.rmId;if(n){const e=this.mergedMap.get(n);null==e||e.destroy(),this.mergedMap.delete(n);const i=this.rmMap.get(n);if(!i)return;if(1===i.length)this.rmMap.delete(n);else{const e=i.indexOf(t);e>-1&&(i.splice(e,1),this.rmMap.set(n,i))}}t.destroy()}clearDummies(t){var e,i,n;for(let s=((null==(e=this.dummies)?void 0:e.length)||0)-1;s>=0;s--){const e=this.dummies[s];(!t||(null==(i=null==e?void 0:e.userData)?void 0:i.type)&&(null==t?void 0:t.includes(null==(n=e.userData)?void 0:n.type)))&&this.removeDummy(e)}t||(this.dummies.length=0,this.mergedMap.clear(),this.rmMap.clear())}mergeDummies(){this.rmMap.forEach(((t,e)=>{var i,n,s,r;if(null==(i=this.scene)?void 0:i.getElementById(e)){const i=null==(n=this.scene)?void 0:n.chef.getElementBoundingBox(e);if(!i)return;bo.copy(i).applyMatrix3(this.viewMatrix).round(),bo.getSize(xo);const a=t[0].radius,o=bo.centralArrange(t.length,2*a,2*a);if(xo.x<3*a||xo.y<3*a){t.forEach((t=>t.unmount()));const i=this.mergedMap.get(e);null==i||i.unmount()}else if(Array.isArray(o))this.mergedMap.has(e)&&(null==(s=this.mergedMap.get(e))||s.unmount()),t.forEach(((t,e)=>{t.isMounted||t.mount(),t.update(o[e])}));else{t.forEach((t=>t.unmount()));let i=this.mergedMap.get(e);if(i)i.isMounted||i.mount();else{const n=ri.cloneDeep(t[0].userData)||{},s=ri.reduce(t,((t,e)=>{var i,n;return(null==(i=e.userData)?void 0:i.label)&&t.push(null==(n=e.userData)?void 0:n.label),t}),[]);n.label=s.join(", ");const r=ri.reduce(t,((t,e)=>{var i,n;return(null==(i=e.userData)?void 0:i.value)&&t.push(null==(n=e.userData)?void 0:n.value),t}),[]);n.value=r.join(","),n.rmId=e,i=new go(this.container,n),this.mergedMap.set(e,i)}i.setText(t.length.toString());const n=ri.reduce(t,((t,e)=>{var i,n;return(null==(i=e.userData)?void 0:i.label)&&t.push(null==(n=e.userData)?void 0:n.label),t}),[]);null==(r=i.label)||r.setHtml(n.join(", <br />")),i.update(t[0].position)}}}))}getDummyById(t){return this.dummies.find((e=>{var i;return(null==(i=e.userData)?void 0:i.value)===t}))}setActiveByIds(t){var e,i;if(this.resetActives(),t&&(Array.isArray(t)||(t=[t]),null==t?void 0:t.length))for(let n=0,s=t.length;n<s;n++){const s=this.getDummyById(t[n]);if(s&&s.setActive(!0),s&&(null==(e=s.userData)?void 0:e.rmId)){const t=this.mergedMap.get(null==(i=s.userData)?void 0:i.rmId);t&&t.setActive(!0)}}}resetActives(){this.dummies.forEach((t=>t.setActive(!1))),this.mergedMap.forEach((t=>t.setActive(!1)))}showDummyLabel(t){if(!t)return;const e=this.getDummyById(t);e&&e.showLabel();const i=this.mergedMap.get(t);i&&i.showLabel()}hideDummyLabel(){return p(this,null,(function*(){this.dummies.forEach((t=>t.hideLabel())),this.mergedMap.forEach((t=>t.hideLabel()))}))}handleCameraUpdate(){this.update(this.controller.camera.viewMatrix)}handleControllerTap(t){var e,i,n,s,r;if((null==t?void 0:t.type)!==Gs.TAP)return;const a=(null==(e=null==t?void 0:t.e)?void 0:e.target)||(null==(n=null==(i=null==t?void 0:t.e)?void 0:i.srcEvent)?void 0:n.target)||(null==(r=null==(s=null==t?void 0:t.e)?void 0:s.srcEvent)?void 0:r.srcElement);null==a||a.getAttribute("ae-id")}}const xo=new We,bo=new ai;window[Vs.prefixed(window,"requestAnimationFrame")];class wo extends Wi{constructor(t,e,i=!0){super(),d(this,"name","DragController"),d(this,"dragFake",!1),d(this,"container"),d(this,"offset",new We),d(this,"controller"),d(this,"scene"),d(this,"raycaster"),d(this,"dummies"),d(this,"_els",[]),d(this,"_hms",new Map),d(this,"_vos",new Map),d(this,"_elMap",new Map),d(this,"_panType",sr.SUCCESS),d(this,"onPanHandler",this.handleOnPan.bind(this)),d(this,"panEndHandler",ri.debounce(this.handlePanEnd.bind(this),500)),this.container=t;let n=this.container.getBoundingClientRect();this.offset.set(n.left,n.top),this.controller=e,this.dummies=new vo(t,e),this.raycaster=new rr,this.dragFake=i}destroy(){var t;super.destroy();for(let e=((null==(t=this._els)?void 0:t.length)||0)-1;e>=0;e--)this.drop(this._els[e]);this.dummies.destroy()}bindScene(t){var e;this.scene=t,null==(e=this.dummies)||e.bindScene(t)}drag(t,e){t&&(this._els.includes(t)||(this.bindEvent(t),this._els.push(t),this._vos.set(t,e)))}drop(t){if(!t)return;this.unbindEvent(t),this._vos.delete(t),this._elMap.delete(t);const e=this._els.findIndex((e=>e===t));e>-1&&this._els.splice(e,1)}bindEvent(t){if(!t)return;const e=new Vs.Manager(t,{domEvents:!0});e.add(new Vs.Pan({threshold:0,pointers:0})),e.on(["panstart","panmove","panend"].join(" "),this.onPanHandler),this._hms.set(t,e)}unbindEvent(t){if(!t)return;const e=this._hms.get(t);e&&(e.off(["panstart","panmove","panend"].join(" "),this.onPanHandler),e.destroy(),this._hms.delete(t))}handleOnPan(t){if("function"==typeof t.preventDefault&&t.preventDefault(),"function"==typeof t.srcEvent.stopPropagation&&t.srcEvent.stopPropagation(),"function"==typeof t.srcEvent.stopImmediatePropagation&&t.srcEvent.stopImmediatePropagation(),!this.controller)return;"panstart"===t.type||t.isFirst?this.controller.enablePan=!1:"panmove"===t.type||"panend"===t.type&&(this.controller.enablePan=!0);const e=this._vos.get(t.target);if(!e)return;const i=ri.cloneDeep(e);i.type=this._panType;const n=this._getDummy(t.target,i);_o.set(t.center.x,t.center.y).sub(this.offset),n.worldPosition.copy(_o).unproject(this.controller.camera),n.update(_o),this.panEndHandler({type:"panend",e:t})}handlePanEnd(t){if("panend"!==(null==t?void 0:t.type))return;const e=this.getDummies(!0);this.dispatchEvent({type:"panend",data:e})}getDummies(t=!0){const e=[];return this._els.forEach((i=>{var n;let s=this._vos.get(i);if(s&&s.type===sr.SUCCESS){if(t){const t=this._elMap.get(i);if(!t)return;if(!this.controller.camera)return;_o.copy(t.position),this.raycaster.setFromCamera(_o,this.controller.camera);const e=[];if(null==(n=this.scene)||n.getIntersectObjects(this.raycaster,Di.RM,e),!(null==e?void 0:e.length))return;s=ri.cloneDeep(s),s.rmId=e[0].id}e.push(s)}})),e}setDummiesByVos(t){var e,i;for(let i=0,n=(t||[]).length;i<n;i++){const n=null==(e=this.dummies)?void 0:e.addDummy(t[i]);if(!n)continue;const s=ri.cloneDeep(t[i]);delete s.rmId,delete s.wsId,this.drag(n.el,s)}null==(i=this.dummies)||i.update(this.controller.camera.viewMatrix)}clearDummies(t){var e,i;for(let i=((null==(e=this._els)?void 0:e.length)||0)-1;i>=0;i--){const e=this._vos.get(this._els[i]);(!t||t&&(null==e?void 0:e.type)&&t.includes(e.type))&&this.drop(this._els[i])}null==(i=this.dummies)||i.clearDummies(t)}getDummyById(t){return this.dummies.getDummyById(t)}highlightDummies(t){var e;null==(e=this.dummies)||e.setActiveByIds(t)}resetHighlightDummies(){var t;null==(t=this.dummies)||t.resetActives()}showDummyLabel(t){var e;null==(e=this.dummies)||e.showDummyLabel(t)}start(){}_getDummy(t,e){let i=this._elMap.get(t);if(i||(i=this.dummies.addDummy(e).setType(sr.SUCCESS),this._elMap.set(t,i)),i.isMounted||i.mount(),this.dummies.dummies.includes(i)||this.dummies.dummies.push(i),!this._elMap.get(i.el)){this._elMap.set(i.el,i);const t=ri.cloneDeep(e);delete t.rmId,delete t.wsId,this.drag(i.el,t)}return i}}const _o=new We;var So=Object.freeze({Linear:Object.freeze({None:function(t){return t},In:function(t){return t},Out:function(t){return t},InOut:function(t){return t}}),Quadratic:Object.freeze({In:function(t){return t*t},Out:function(t){return t*(2-t)},InOut:function(t){return(t*=2)<1?.5*t*t:-.5*(--t*(t-2)-1)}}),Cubic:Object.freeze({In:function(t){return t*t*t},Out:function(t){return--t*t*t+1},InOut:function(t){return(t*=2)<1?.5*t*t*t:.5*((t-=2)*t*t+2)}}),Quartic:Object.freeze({In:function(t){return t*t*t*t},Out:function(t){return 1- --t*t*t*t},InOut:function(t){return(t*=2)<1?.5*t*t*t*t:-.5*((t-=2)*t*t*t-2)}}),Quintic:Object.freeze({In:function(t){return t*t*t*t*t},Out:function(t){return--t*t*t*t*t+1},InOut:function(t){return(t*=2)<1?.5*t*t*t*t*t:.5*((t-=2)*t*t*t*t+2)}}),Sinusoidal:Object.freeze({In:function(t){return 1-Math.sin((1-t)*Math.PI/2)},Out:function(t){return Math.sin(t*Math.PI/2)},InOut:function(t){return.5*(1-Math.sin(Math.PI*(.5-t)))}}),Exponential:Object.freeze({In:function(t){return 0===t?0:Math.pow(1024,t-1)},Out:function(t){return 1===t?1:1-Math.pow(2,-10*t)},InOut:function(t){return 0===t?0:1===t?1:(t*=2)<1?.5*Math.pow(1024,t-1):.5*(2-Math.pow(2,-10*(t-1)))}}),Circular:Object.freeze({In:function(t){return 1-Math.sqrt(1-t*t)},Out:function(t){return Math.sqrt(1- --t*t)},InOut:function(t){return(t*=2)<1?-.5*(Math.sqrt(1-t*t)-1):.5*(Math.sqrt(1-(t-=2)*t)+1)}}),Elastic:Object.freeze({In:function(t){return 0===t?0:1===t?1:-Math.pow(2,10*(t-1))*Math.sin(5*(t-1.1)*Math.PI)},Out:function(t){return 0===t?0:1===t?1:Math.pow(2,-10*t)*Math.sin(5*(t-.1)*Math.PI)+1},InOut:function(t){return 0===t?0:1===t?1:(t*=2)<1?-.5*Math.pow(2,10*(t-1))*Math.sin(5*(t-1.1)*Math.PI):.5*Math.pow(2,-10*(t-1))*Math.sin(5*(t-1.1)*Math.PI)+1}}),Back:Object.freeze({In:function(t){var e=1.70158;return 1===t?1:t*t*((e+1)*t-e)},Out:function(t){var e=1.70158;return 0===t?0:--t*t*((e+1)*t+e)+1},InOut:function(t){var e=2.5949095;return(t*=2)<1?t*t*((e+1)*t-e)*.5:.5*((t-=2)*t*((e+1)*t+e)+2)}}),Bounce:Object.freeze({In:function(t){return 1-So.Bounce.Out(1-t)},Out:function(t){return t<1/2.75?7.5625*t*t:t<2/2.75?7.5625*(t-=1.5/2.75)*t+.75:t<2.5/2.75?7.5625*(t-=2.25/2.75)*t+.9375:7.5625*(t-=2.625/2.75)*t+.984375},InOut:function(t){return t<.5?.5*So.Bounce.In(2*t):.5*So.Bounce.Out(2*t-1)+.5}}),generatePow:function(t){return void 0===t&&(t=4),t=(t=t<Number.EPSILON?Number.EPSILON:t)>1e4?1e4:t,{In:function(e){return Math.pow(e,t)},Out:function(e){return 1-Math.pow(1-e,t)},InOut:function(e){return e<.5?Math.pow(2*e,t)/2:(1-Math.pow(2-2*e,t))/2+.5}}}}),Eo=function(){return performance.now()},Mo=function(){function t(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];this._tweens={},this._tweensAddedDuringUpdate={},this.add.apply(this,t)}return t.prototype.getAll=function(){var t=this;return Object.keys(this._tweens).map((function(e){return t._tweens[e]}))},t.prototype.removeAll=function(){this._tweens={}},t.prototype.add=function(){for(var t,e=[],i=0;i<arguments.length;i++)e[i]=arguments[i];for(var n=0,s=e;n<s.length;n++){var r=s[n];null===(t=r._group)||void 0===t||t.remove(r),r._group=this,this._tweens[r.getId()]=r,this._tweensAddedDuringUpdate[r.getId()]=r}},t.prototype.remove=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];for(var i=0,n=t;i<n.length;i++){var s=n[i];s._group=void 0,delete this._tweens[s.getId()],delete this._tweensAddedDuringUpdate[s.getId()]}},t.prototype.allStopped=function(){return this.getAll().every((function(t){return!t.isPlaying()}))},t.prototype.update=function(t,e){void 0===t&&(t=Eo()),void 0===e&&(e=!0);var i=Object.keys(this._tweens);if(0!==i.length)for(;i.length>0;){this._tweensAddedDuringUpdate={};for(var n=0;n<i.length;n++){var s=this._tweens[i[n]],r=!e;s&&!1===s.update(t,r)&&!e&&this.remove(s)}i=Object.keys(this._tweensAddedDuringUpdate)}},t}(),Ao={Linear:function(t,e){var i=t.length-1,n=i*e,s=Math.floor(n),r=Ao.Utils.Linear;return e<0?r(t[0],t[1],n):e>1?r(t[i],t[i-1],i-n):r(t[s],t[s+1>i?i:s+1],n-s)},Utils:{Linear:function(t,e,i){return(e-t)*i+t}}},To=function(){function t(){}return t.nextId=function(){return t._nextId++},t._nextId=0,t}(),Co=new Mo,Io=function(){function t(t,e){this._isPaused=!1,this._pauseStart=0,this._valuesStart={},this._valuesEnd={},this._valuesStartRepeat={},this._duration=1e3,this._isDynamic=!1,this._initialRepeat=0,this._repeat=0,this._yoyo=!1,this._isPlaying=!1,this._reversed=!1,this._delayTime=0,this._startTime=0,this._easingFunction=So.Linear.None,this._interpolationFunction=Ao.Linear,this._chainedTweens=[],this._onStartCallbackFired=!1,this._onEveryStartCallbackFired=!1,this._id=To.nextId(),this._isChainStopped=!1,this._propertiesAreSetUp=!1,this._goToEnd=!1,this._object=t,"object"==typeof e?(this._group=e,e.add(this)):!0===e&&(this._group=Co,Co.add(this))}return t.prototype.getId=function(){return this._id},t.prototype.isPlaying=function(){return this._isPlaying},t.prototype.isPaused=function(){return this._isPaused},t.prototype.getDuration=function(){return this._duration},t.prototype.to=function(t,e){if(void 0===e&&(e=1e3),this._isPlaying)throw new Error("Can not call Tween.to() while Tween is already started or paused. Stop the Tween first.");return this._valuesEnd=t,this._propertiesAreSetUp=!1,this._duration=e<0?0:e,this},t.prototype.duration=function(t){return void 0===t&&(t=1e3),this._duration=t<0?0:t,this},t.prototype.dynamic=function(t){return void 0===t&&(t=!1),this._isDynamic=t,this},t.prototype.start=function(t,e){if(void 0===t&&(t=Eo()),void 0===e&&(e=!1),this._isPlaying)return this;if(this._repeat=this._initialRepeat,this._reversed)for(var i in this._reversed=!1,this._valuesStartRepeat)this._swapEndStartRepeatValues(i),this._valuesStart[i]=this._valuesStartRepeat[i];if(this._isPlaying=!0,this._isPaused=!1,this._onStartCallbackFired=!1,this._onEveryStartCallbackFired=!1,this._isChainStopped=!1,this._startTime=t,this._startTime+=this._delayTime,!this._propertiesAreSetUp||e){if(this._propertiesAreSetUp=!0,!this._isDynamic){var n={};for(var s in this._valuesEnd)n[s]=this._valuesEnd[s];this._valuesEnd=n}this._setupProperties(this._object,this._valuesStart,this._valuesEnd,this._valuesStartRepeat,e)}return this},t.prototype.startFromCurrentValues=function(t){return this.start(t,!0)},t.prototype._setupProperties=function(t,e,i,n,s){for(var r in i){var a=t[r],o=Array.isArray(a),h=o?"array":typeof a,l=!o&&Array.isArray(i[r]);if("undefined"!==h&&"function"!==h){if(l){if(0===(g=i[r]).length)continue;for(var u=[a],c=0,d=g.length;c<d;c+=1){var p=this._handleRelativeValue(a,g[c]);if(isNaN(p)){l=!1;break}u.push(p)}l&&(i[r]=u)}if("object"!==h&&!o||!a||l)(void 0===e[r]||s)&&(e[r]=a),o||(e[r]*=1),n[r]=l?i[r].slice().reverse():e[r]||0;else{e[r]=o?[]:{};var f=a;for(var m in f)e[r][m]=f[m];n[r]=o?[]:{};var g=i[r];if(!this._isDynamic){var y={};for(var m in g)y[m]=g[m];i[r]=g=y}this._setupProperties(f,e[r],g,n[r],s)}}}},t.prototype.stop=function(){return this._isChainStopped||(this._isChainStopped=!0,this.stopChainedTweens()),this._isPlaying?(this._isPlaying=!1,this._isPaused=!1,this._onStopCallback&&this._onStopCallback(this._object),this):this},t.prototype.end=function(){return this._goToEnd=!0,this.update(this._startTime+this._duration),this},t.prototype.pause=function(t){return void 0===t&&(t=Eo()),this._isPaused||!this._isPlaying||(this._isPaused=!0,this._pauseStart=t),this},t.prototype.resume=function(t){return void 0===t&&(t=Eo()),this._isPaused&&this._isPlaying?(this._isPaused=!1,this._startTime+=t-this._pauseStart,this._pauseStart=0,this):this},t.prototype.stopChainedTweens=function(){for(var t=0,e=this._chainedTweens.length;t<e;t++)this._chainedTweens[t].stop();return this},t.prototype.group=function(t){return t?(t.add(this),this):this},t.prototype.remove=function(){var t;return null===(t=this._group)||void 0===t||t.remove(this),this},t.prototype.delay=function(t){return void 0===t&&(t=0),this._delayTime=t,this},t.prototype.repeat=function(t){return void 0===t&&(t=0),this._initialRepeat=t,this._repeat=t,this},t.prototype.repeatDelay=function(t){return this._repeatDelayTime=t,this},t.prototype.yoyo=function(t){return void 0===t&&(t=!1),this._yoyo=t,this},t.prototype.easing=function(t){return void 0===t&&(t=So.Linear.None),this._easingFunction=t,this},t.prototype.interpolation=function(t){return void 0===t&&(t=Ao.Linear),this._interpolationFunction=t,this},t.prototype.chain=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return this._chainedTweens=t,this},t.prototype.onStart=function(t){return this._onStartCallback=t,this},t.prototype.onEveryStart=function(t){return this._onEveryStartCallback=t,this},t.prototype.onUpdate=function(t){return this._onUpdateCallback=t,this},t.prototype.onRepeat=function(t){return this._onRepeatCallback=t,this},t.prototype.onComplete=function(t){return this._onCompleteCallback=t,this},t.prototype.onStop=function(t){return this._onStopCallback=t,this},t.prototype.update=function(e,i){var n,s,r=this;if(void 0===e&&(e=Eo()),void 0===i&&(i=t.autoStartOnUpdate),this._isPaused)return!0;if(!this._goToEnd&&!this._isPlaying){if(!i)return!1;this.start(e,!0)}if(this._goToEnd=!1,e<this._startTime)return!0;!1===this._onStartCallbackFired&&(this._onStartCallback&&this._onStartCallback(this._object),this._onStartCallbackFired=!0),!1===this._onEveryStartCallbackFired&&(this._onEveryStartCallback&&this._onEveryStartCallback(this._object),this._onEveryStartCallbackFired=!0);var a=e-this._startTime,o=this._duration+(null!==(n=this._repeatDelayTime)&&void 0!==n?n:this._delayTime),h=this._duration+this._repeat*o,l=function(){if(0===r._duration)return 1;if(a>h)return 1;var t=Math.trunc(a/o),e=a-t*o,i=Math.min(e/r._duration,1);return 0===i&&a===r._duration?1:i}(),u=this._easingFunction(l);if(this._updateProperties(this._object,this._valuesStart,this._valuesEnd,u),this._onUpdateCallback&&this._onUpdateCallback(this._object,l),0===this._duration||a>=this._duration){if(this._repeat>0){var c=Math.min(Math.trunc((a-this._duration)/o)+1,this._repeat);for(s in isFinite(this._repeat)&&(this._repeat-=c),this._valuesStartRepeat)this._yoyo||"string"!=typeof this._valuesEnd[s]||(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._startTime+=o*c,this._onRepeatCallback&&this._onRepeatCallback(this._object),this._onEveryStartCallbackFired=!1,!0}this._onCompleteCallback&&this._onCompleteCallback(this._object);for(var d=0,p=this._chainedTweens.length;d<p;d++)this._chainedTweens[d].start(this._startTime+this._duration,!1);return this._isPlaying=!1,!1}return!0},t.prototype._updateProperties=function(t,e,i,n){for(var s in i)if(void 0!==e[s]){var r=e[s]||0,a=i[s],o=Array.isArray(t[s]),h=Array.isArray(a);!o&&h?t[s]=this._interpolationFunction(a,n):"object"==typeof a&&a?this._updateProperties(t[s],r,a,n):"number"==typeof(a=this._handleRelativeValue(r,a))&&(t[s]=r+(a-r)*n)}},t.prototype._handleRelativeValue=function(t,e){return"string"!=typeof e?e:"+"===e.charAt(0)||"-"===e.charAt(0)?t+parseFloat(e):parseFloat(e)},t.prototype._swapEndStartRepeatValues=function(t){var e=this._valuesStartRepeat[t],i=this._valuesEnd[t];this._valuesStartRepeat[t]="string"==typeof i?this._valuesStartRepeat[t]+parseFloat(i):this._valuesEnd[t],this._valuesEnd[t]=e},t.autoStartOnUpdate=!1,t}();To.nextId;var Do=Co;Do.getAll.bind(Do),Do.removeAll.bind(Do),Do.add.bind(Do),Do.remove.bind(Do),Do.update.bind(Do);var Lo={Easing:So,Tween:Io};class Bo extends Wi{constructor(t={}){super(),d(this,"name","SvgView"),d(this,"params"),d(this,"container"),d(this,"offset",new We),d(this,"camera"),d(this,"controller"),d(this,"scene"),d(this,"p1",new We),d(this,"p2",new We),d(this,"graph"),d(this,"multiSelector"),d(this,"dummiesController"),d(this,"zoomToSelectEnable",!1),d(this,"zoomBox",new ai),d(this,"selectEnable",!1),d(this,"multiSelectEnable",!1),d(this,"fnEnable",!1),d(this,"tween"),d(this,"animateDuration"),d(this,"label"),d(this,"controllerPanStartHandler",this.handlePanStart.bind(this)),d(this,"controllerPanEndHandler",this.handlePanEnd.bind(this)),d(this,"controllerPanMoveHandler",this.handleControllerPanMove.bind(this)),d(this,"controllerPointerOverHandler",this.handleControllerPointerOver.bind(this)),d(this,"tapHandler",this.handleTap.bind(this)),d(this,"multiSelectorSelectedHandler",this.handleMultiSelectorSelected.bind(this)),d(this,"_currentAssetId"),this.params=t,this.params.zoomToSelectEnable&&(this.zoomToSelectEnable=!0),this.params.selectEnable&&(this.selectEnable=!0),this.params.multiSelectEnable&&(this.multiSelectEnable=!0),this.params.camera||(this.params.camera={}),this.params.camera.flipY=!0,this.animateDuration=this.params.animateDuration||300,this.camera=new Xs(this.params.camera),this.container=this.params.containerId?document.getElementById(this.params.containerId):Ae.window.document.getElementsByTagName("body")[0];let e=this.container.getBoundingClientRect();this.offset.set(e.left,e.top),this.controller=new Ys(this.container,this.camera,!0),this.graph=new Js(this.container),this.multiSelector=new er(this.container,this.controller),this.dummiesController=new wo(this.container,this.controller),this.bindControllerEvents(),this.initLabel()}destroy(){var t;this.unbindControllerEvents(),super.destroy(),null==(t=this.label)||t.destroy()}initLabel(){this.label=new uo(this.container,"")}showAssetsLabel(t,e,i){var n,s,r,a,o;if(!e)return;t||(t=null==(n=this.scene)?void 0:n.assetType);const h=null==(s=this.scene)?void 0:s.chef.getElementBoundingBox(e);h&&!h.isEmpty()&&(i||(i=null==(r=this.scene)?void 0:r.getAssetLabelById(t,e))||(i=e),null==(a=this.label)||a.setHtml(i),ko.copy(h.min).applyMatrix3(this.camera.viewMatrix).add(this.offset).round(),null==(o=this.label)||o.show(ko))}hideAssetsLabel(){return p(this,null,(function*(){var t;return null==(t=this.label)?void 0:t.hide()}))}bindScene(t){var e;this.scene=t,this.multiSelector.bindScene(this.scene),null==(e=this.dummiesController)||e.bindScene(this.scene)}resize(){var t,e;null==(t=this.camera)||t.resize(),null==(e=this.controller)||e.resize()}setEnablePan(t){this.controller&&(this.controller.enablePan=!!t)}setByBox(t,e=!0){return p(this,null,(function*(){yield this.resetCameraByBoundingBox(t,e)}))}zoomIn(){this.controller.scaled=.9*this.camera.scaled.x,this.controller.update()}zoomOut(){this.controller.scaled=1.1*this.camera.scaled.x,this.controller.update()}zoomToSelectEnableChanged(t){this.zoomToSelectEnable=t,this.controller.enablePan=!this.zoomToSelectEnable}selectEnableChanged(t){this.selectEnable=!!t,this.multiSelector.selectEnableChanged(t)}multiSelectEnableChanged(t){this.multiSelectEnable=!!t,this.multiSelector.multiSelectEnableChanged(t)}fnEnableChanged(t){this.fnEnable=!!t,this.multiSelector.fnEnableChanged(t)}getIntersectObjects(t,e,i=[]){return this.scene?this.scene.getIntersectObjects(t,e,i):i}focusAt(t,e=500){return p(this,null,(function*(){return this.camera?(Po.setFromCenterAndSize(t,ko.set(2*e,2*e)),this.resetCameraByBoundingBox(Po,!0)):Promise.resolve()}))}focusAtById(t,e=500){return p(this,null,(function*(){var i;const n=null==(i=this.scene)?void 0:i.getBoundingBoxById(t);if(n)return n.expandByScalar(e),Po.copy(this.camera.boundingBoxWorld),void(Po.containsBox(n)||(yield this.resetCameraByBoundingBox(n,!0)))}))}focusAtDummy(t,e=500){return p(this,null,(function*(){var i,n;const s=this.dummiesController.getDummyById(t),r=null==(i=null==s?void 0:s.userData)?void 0:i.rmId;if(r){const t=null==(n=this.scene)?void 0:n.getBoundingBoxById(r);if(t)return t.expandByScalar(e),Po.copy(this.camera.boundingBoxWorld),void(Po.containsBox(t)||(yield this.resetCameraByBoundingBox(t,!0)))}if((null==s?void 0:s.position)&&!(null==s?void 0:s.position.isEmpty()))return Po.setFromCenterAndSize(s.worldPosition,ko.set(2*e,2*e)),void(this.camera.boundingBoxWorld.containsBox(Po)||(yield this.resetCameraByBoundingBox(Po,!0)))}))}resetCameraByBoundingBox(t,e=!1){return p(this,null,(function*(){if(!this.camera)return Promise.resolve();if(!t||t.isEmpty())throw new Error("BoundingBox empty");if(!e)return this.camera.setByBox(t),Promise.resolve();const i=this.camera.getCameraPosition();t.getCenter(ko),t.getSize(No);const n=Math.max(No.x/this.camera.width,No.y/this.camera.height),s={x:ko.x,y:ko.y,z:0,s:n,r:0};yield this.animateCamera(i,s)}))}animateCamera(t,e){return p(this,null,(function*(){return this.controller&&(this.controller.enabled=!1),this.tween&&this.tween.stop(),new Promise((i=>{this.tween=new Lo.Tween(t).to(e,this.animateDuration).easing(Lo.Easing.Exponential.Out).onUpdate((t=>{this.camera.position.set(t.x,t.y),this.camera.scaled.set(t.s,t.s),this.camera.rotation.set(t.r,t.r),this.camera.update()})).onComplete((()=>{this.controller&&(this.controller.enabled=!0),i()})).start()}))}))}fullscreen(){this.scene&&(this.scene&&!this.scene.viewBox.isEmpty()?Po.copy(this.scene.viewBox):(this.scene.updateMatrixWorld(!0),this.scene.computeBoundingBox(),Po.copy(this.scene.boundingBox)),this.resetCameraByBoundingBox(Po,!0))}saveCameraPosition(t){Po.copy(this.camera.boundingBoxWorld);const e=t?Ro+t:Ro;sessionStorage.setItem(e,JSON.stringify(Po))}restoreCameraPosition(t){const e=t?Ro+t:Ro,i=sessionStorage.getItem(e);if(!i)return this.fullscreen();Po.copy(JSON.parse(i)),this.resetCameraByBoundingBox(Po,!0)}clearCameraPosition(t){const e=t?Ro+t:Ro;sessionStorage.setItem(e,"")}bindControllerEvents(){this.controller.addEventListener(Gs.PAN_START,this.controllerPanStartHandler),this.controller.addEventListener(Gs.PAN_END,this.controllerPanEndHandler),this.controller.addEventListener(Gs.PAN_MOVE,this.controllerPanMoveHandler),this.controller.addEventListener(Gs.POINTEROVER,this.controllerPointerOverHandler),this.controller.addEventListener(Gs.TAP,this.tapHandler),this.multiSelector.addEventListener(ir.SELECTED,this.multiSelectorSelectedHandler)}unbindControllerEvents(){this.controller.removeEventListener(Gs.PAN_START,this.controllerPanStartHandler),this.controller.removeEventListener(Gs.PAN_END,this.controllerPanEndHandler),this.controller.removeEventListener(Gs.PAN_MOVE,this.controllerPanMoveHandler),this.controller.removeEventListener(Gs.POINTEROVER,this.controllerPointerOverHandler),this.controller.removeEventListener(Gs.TAP,this.tapHandler),this.multiSelector.removeEventListener(ir.SELECTED,this.multiSelectorSelectedHandler)}handlePanStart(t){if((null==t?void 0:t.type)===Gs.PAN_START||(null==t?void 0:t.type)===Gs.WHEEL_START)return this.zoomToSelectEnable?(this.p1.copy(t.data.screenCoords),Po.makeEmpty().expandByPoint(this.p1),void this.graph.draw(Po)):void 0}handlePanEnd(t){if((null==t?void 0:t.type)===Gs.PAN_END||(null==t?void 0:t.type)===Gs.WHEEL_END)return this.zoomToSelectEnable?(this.p2.copy(t.data.screenCoords),Po.makeEmpty().expandByPoint(this.p1).expandByPoint(this.p2).unproject(this.controller.camera),this.setByBox(Po),this.graph.hide(),void Po.makeEmpty()):void 0}handleControllerPanMove(t){(null==t?void 0:t.type)===Gs.PAN_MOVE&&this.zoomToSelectEnable&&(this.p2.copy(t.data.screenCoords),Po.makeEmpty().expandByPoint(this.p1).expandByPoint(this.p2),this.graph.draw(Po))}handleControllerPointerOver(t){var e,i,n,s,r;const a=(null==(e=null==t?void 0:t.e)?void 0:e.target)||(null==(n=null==(i=null==t?void 0:t.e)?void 0:i.srcEvent)?void 0:n.target);let o=null==a?void 0:a.id;(null==o?void 0:o.indexOf("dummy"))>-1?(o=a.getAttribute("ae-id"),o&&this._currentAssetId!==o&&this.dispatchEvent({type:"POINTEROVER",data:{id:o,assetType:"dummy"},e:t.e})):o&&(null==(s=this.scene)?void 0:s.isBelongsToAssetType(o,Di.WS))?this._currentAssetId!==o&&this.dispatchEvent({type:"POINTEROVER",data:{id:o,assetType:Di.WS},e:t.e}):o&&(null==(r=this.scene)?void 0:r.isBelongsToAssetType(o,Di.RM))?this._currentAssetId!==o&&this.dispatchEvent({type:"POINTEROVER",data:{id:o,assetType:Di.RM},e:t.e}):(this._currentAssetId=void 0,this.dispatchEvent({type:"POINTERLEAVE",e:t.e})),this._currentAssetId=o}handleTap(t){this.dispatchEvent({type:Gs.TAP,data:t.data})}handleMultiSelectorSelected(t){this.dispatchEvent({type:"SELECTED",data:t.data})}setDummies(t){this.dummiesController.setDummiesByVos(t)}clearDummies(t){this.dummiesController.clearDummies(t)}update(t){this.tween&&this.tween.update(t)}}const Po=new ai,ko=new We,No=new We;var Oo=(t=>(t.SELECTED="SELECTED",t.POINTEROVER="POINTEROVER",t.POINTERLEAVE="POINTERLEAVE",t))(Oo||{});const Ro="svg_camera_position_";class zo extends zs{constructor(t){super(t),d(this,"name","SvgEmptyScene"),this.bind('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-146 -200 500 500">\n <view id="defaultView" viewBox="-146 -200 500 500" />\n <style>\n /*#svg-loading-fast path {*/\n /* fill: #2E3032;*/\n /* animation: svg-loading-fast 2s ease infinite;*/\n /*}*/\n /*@keyframes svg-loading-fast {*/\n /* 0%, 100% {stroke-dasharray: 250; stroke-dashoffset: 250;}*/\n /* 68% {stroke-dasharray: 0; stroke-dashoffset: 0; opacity: 0.5;}*/\n /*}*/\n /*#svg-loading-fast .line {animation: svg-loading-fast 6s ease infinite;}*/\n /*@keyframes svg-loading-fast {*/\n /* 0% {stroke-dasharray: 250; stroke-dashoffset: 250; opacity: 1;}*/\n /* 50% {stroke-dasharray: 250; stroke-dashoffset: 0; opacity: 0.5;}*/\n /*}*/\n #svg-loading-fast path {animation: pathFrames 6s ease infinite;}\n @keyframes pathFrames {\n 0% {opacity: 1;}\n 50% {opacity: 0.5;}\n }\n #svg-loading-fast .triangle {animation: triangleFrames 3s ease infinite;}\n @keyframes triangleFrames {\n 0% {opacity: 1;}\n 50% {opacity: 0.3;}\n }\n #svg-loading-fast {fill: #525252}\n .line {stroke: #525252; stroke-width: 4px}\n .triangle {fill: #F26666}\n </style>\n <g id="svg-loading-fast">\n <g transform="scale(2, 2) translate(12, 0)">\n\x3c!-- <path d="M17.7 14L16.82 15.5L5 15.5L5 4L17.66 4L16.76 5.5L9.04 5.5L9.04 8.86L17.32 8.86L16.44 10.38L9.04 10.38L9.04 14L17.7 14Z" />--\x3e\n\x3c!-- <path d="M22.98 15.44L19.3 15.44L19.3 7.38L31.38 7.38L30.18 8.82L29.02 8.82L29.02 15.44L25.3 15.44L25.3 8.82L22.98 8.82L22.98 15.44ZM35.06 15.44L31.38 15.44L31.38 7.38L35.06 7.38L35.06 15.44Z" />--\x3e\n\x3c!-- <path d="M40.44 14.02L44.12 14.02L44.12 7.42L47.96 7.42L47.96 15.48L40.44 15.48L40.44 18.56L36.66 18.56L36.66 7.42L44.12 7.42L42.9 8.86L40.44 8.86L40.44 14.02Z" />--\x3e\n\x3c!-- <path d="M51.62 7.42L51.62 4.78L55.48 4.78L55.48 7.42L59 7.42L58.02 8.86L55.48 8.86L55.48 14.08L58.82 14.08L57.98 15.48L51.62 15.48L51.62 8.86L49.56 8.86L49.56 7.42L51.62 7.42Z" />--\x3e\n\x3c!-- <path d="M67.08 11.8L69.66 7.42L73.66 7.42L67.08 18.58L63.06 18.58L65.06 15.42L60.6 7.42L64.66 7.42L67.08 11.8Z" />--\x3e\n\n <path d="M13.5 15.8L12.62 17.3L0.799999 17.3L0.799999 5.8L13.46 5.8L12.56 7.3L4.84 7.3L4.84 10.66L13.12 10.66L12.24 12.18L4.84 12.18L4.84 15.8L13.5 15.8Z" />\n <path d="M32.12 17.3L28.52 17.3L28.52 9.9L25.18 17.3L22.1 17.3L18.8 10L18.8 17.3L15.1 17.3L15.1 5.8L20.06 5.8L23.68 13.68L27.32 5.8L32.12 5.8L32.12 17.3Z" />\n <path d="M37.72 12.8L37.72 17.3L33.72 17.3L33.72 5.8L42.22 5.8L41.06 7.34L37.72 7.34L37.72 11.3L42.22 11.3L42.22 5.8L46.28 5.8L46.28 12.8L37.72 12.8Z" />\n <path d="M57 17.3L53 17.3L53 7.34L47.88 7.34L47.88 5.8L62.48 5.8L61.6 7.34L57 7.34L57 17.3Z" />\n <path d="M69.92 13.52L64.08 5.78L68.62 5.78L71.92 10.58L75.14 5.78L79.64 5.78L73.92 13.56L73.92 17.28L69.92 17.28L69.92 13.52Z" />\n </g>\n\n <path class="line" d="M103.5 46L20 46" />\n <path class="line" d="M103.5 46L187 46" />\n <path class="triangle" d="M103.5 56L133.5 90L73.5 90Z" />\n </g>\n </svg>')}}var Ho=(t=>(t[t.TIPS=1]="TIPS",t[t.HOVER=2]="HOVER",t[t.SELECT=4]="SELECT",t[t.SELECTOR_RECT=8]="SELECTOR_RECT",t[t.DISTRIBUTION=16]="DISTRIBUTION",t[t.DRAG=32]="DRAG",t[t.DUMMY=64]="DUMMY",t[t.LINKER=128]="LINKER",t[t.DRAW_POINT=1024]="DRAW_POINT",t[t.DRAW_POLYLINE=2048]="DRAW_POLYLINE",t[t.DRAW_POLYGON=4096]="DRAW_POLYGON",t[t.DRAW_TEXT=8192]="DRAW_TEXT",t))(Ho||{}),Wo=(t=>(t[t.DEFAULT=1]="DEFAULT",t[t.HOVER=3]="HOVER",t[t.PICKER=15]="PICKER",t[t.DISTRIBUTION=31]="DISTRIBUTION",t[t.DUMMY=119]="DUMMY",t[t.LINKER=135]="LINKER",t[t.DRAWING=15399]="DRAWING",t))(Wo||{}),Fo=(t=>(t[t.HOVER=1]="HOVER",t[t.SELECT=2]="SELECT",t[t.HILIGHT=4]="HILIGHT",t[t.DYNAMIC_LINE=8]="DYNAMIC_LINE",t))(Fo||{}),Uo=(t=>(t[t.KEEP_ORIGIN=1]="KEEP_ORIGIN",t[t.MAKE_COPY=2]="MAKE_COPY",t))(Uo||{}),Vo=(t=>(t[t.NONE=0]="NONE",t[t.DEFAULT=1]="DEFAULT",t[t.MODIFIED=2]="MODIFIED",t[t.NEW=3]="NEW",t))(Vo||{});class qo{constructor(t,i){d(this,"parent"),d(this,"_fnEnable",null==(e=Ae.config)?void 0:e.fnEnable),d(this,"view"),d(this,"offset",new We),d(this,"scene"),d(this,"raycaster"),d(this,"boundingBoxPadding",15),d(this,"boundingBoxMap",new WeakMap),this.parent=t,this.view=i;const{container:n}=this.view||{};let s=n.getBoundingClientRect();this.offset.set(s.left,s.top),this.raycaster=new rr}activate(){}deactivate(){this.scene=void 0}fnEnableChanged(t){this._fnEnable=!!t}bindScene(...t){return this.scene=t[0],this}mountShape(t,e){const{svgRoot:i}=this.scene||{};i&&(i.contains(t)||(e?i.insertBefore(t,e):i.appendChild(t)))}unmountShape(t){const{svgRoot:e}=this.scene||{};e&&e.removeChild(t)}showShape(t){t&&(t.style.display="")}hideShape(t){t&&(t.style.display="none")}getDynamicObjectsByIds(t){var e;const i=[];Array.isArray(t)||(t=[t]);for(let n=0,s=t.length;n<s;n++)(null==(e=this.scene)?void 0:e.getElementById(t[n]))&&i.push(this.scene.getElementById(t[n]));return i}_getIntersectObject(t){var e,i;this.raycaster.init(t.data,null==(e=this.view)?void 0:e.camera);const n=[];return null==(i=this.scene)||i.getIntersectObjects(this.raycaster,this.scene.assetType,n),n}_getIntersect(t,e,i=this.boundingBoxPadding){var n,s,r;this.raycaster.init({worldCoords:e},null==(n=this.view)?void 0:n.camera);for(let e=0,n=t.length;e<n;e++){let n=null==(r=null==(s=this.scene)?void 0:s.chef)?void 0:r.getElementBoundingBox(t[e].id);if(n||(this.getBoundingBoxByNode(t[e],jo),jo.isEmpty()||(n=jo.clone())),n&&(n.expandByScalar(i),n.containsPoint(this.raycaster.worldCoords)))return t[e]}}getBoundingBoxByNode(t,e=new ai){return e.makeEmpty(),In.getBoundingBoxByNode(t,e),e}}const jo=new ai;class Yo extends qo{constructor(t,e){super(t,e),d(this,"_locals",[]),d(this,"currentShape"),d(this,"_dragMap",new Map),d(this,"_bindedShape"),d(this,"_bindedControlPoint"),d(this,"_cpOffset",new We),d(this,"_cpFill",Le.darkRed),d(this,"_cpStroke",Le.darkBlue),d(this,"_mpFill",Le.white),d(this,"_mpStroke",Le.darkBlue),d(this,"_bbox"),d(this,"_boundingBoxLine"),d(this,"_tips"),d(this,"_sp"),d(this,"_rp"),d(this,"_rpLast",null),d(this,"_dp"),d(this,"_oprWidth",10),d(this,"unit"),d(this,"_boundingBox",null)}activate(){super.activate(),this.parent.enableHover(!1),this.mountControlPoints(),this._boundingBoxLine&&this.mountShape(this._boundingBoxLine),this._tips&&this.mountShape(this._tips)}deactivate(){super.deactivate(),this._dragMap.size>0&&(this._dragMap.forEach((t=>{this.unmountShape(t),this.parent.drop(t)})),this._dragMap.clear()),this.unmountShape(this._controlPoints),this._boundingBoxLine&&this.unmountShape(this._boundingBoxLine),this._tips&&this.unmountShape(this._tips),this.unbindShape()}initShapes(t){if(!t)return;Array.isArray(t)||(t=[t]);const e=this.type===Ho.DRAW_POINT,i=this.type===Ho.DRAW_POLYLINE,n=this.type===Ho.DRAW_POLYGON,s=this.type===Ho.DRAW_TEXT;for(let r=0,a=(null==t?void 0:t.length)||0;r<a;r++){const{nodeName:a}=t[r];if(e&&"circle"!==a||s&&"text"!==a)continue;const o=$o.test((t[r].getAttribute("d")||"").trim());if(i&&"path"!==a||i&&"path"===a&&o)continue;if(n&&"path"!==a||n&&"path"===a&&!o)continue;const h=document.createElementNS("http://www.w3.org/2000/svg",a);Array.from(t[r].attributes).forEach((t=>h.setAttribute(t.name,t.value))),t[r].children.length>0?h.innerHTML=t[r].innerHTML:t[r].textContent&&(h.textContent=t[r].textContent),this.mountShape(h),this._locals.push(h);const l=h.id||hs();this.parent.drag(h,{id:l,type:this.type})}}fnEnableChanged(t){super.fnEnableChanged(t)}editorFillChanged(t){this._bindedShape&&(t?this._bindedShape.setAttribute("fill",t.toString()):this._bindedShape.removeAttribute("fill"))}editorStrokeChanged(t){this._bindedShape&&(t?this._bindedShape.setAttribute("stroke",t.toString()):this._bindedShape.removeAttribute("stroke"))}editorStrokeWidthChanged(t){var e,i;if(this._bindedShape){this._bindedShape.setAttribute("stroke-width",t.toString());for(let n,s=0,r=(null==(i=null==(e=this._controlPoints)?void 0:e.children)?void 0:i.length)||0;s<r;s++)n=this._controlPoints.children[s],n.setAttribute("r",t.toString())}}editorStrokeDasharrayChanged(t){this._bindedShape&&(t?this._bindedShape.setAttribute("stroke-dasharray",t):this._bindedShape.removeAttribute("stroke-dasharray"))}editorFontSizeChanged(t){var e;this._bindedShape&&"text"===(null==(e=this._bindedShape)?void 0:e.nodeName)&&(this._bindedShape.setAttribute("font-size",t.toString()),this.updateControlPoints())}editorTextContentChanged(t){var e,i;this._bindedShape&&"text"===(null==(e=this._bindedShape)?void 0:e.nodeName)&&(this._bindedShape.textContent=t,null==(i=this._bindedShape)||i.getBBox())}deleteCurrentShape(){if(!this._bindedShape)return;const t=ri.findIndex(this._locals,(t=>t===this._bindedShape));t>-1&&this._locals.splice(t,1),this.unmountShape(this._bindedShape),this.unbindControlPoint(),this.unbindShape(),this.currentShape=void 0}clearAllShapes(){this.deleteCurrentShape();for(let t=0,e=this._locals.length;t<e;t++)this.unmountShape(this._locals[t]);this._locals=[]}editorUnitsChanged(t){this.unit=t||Ei.M}bindEditorDrag(t){}getDraggingObject(t){}beforeDragStart(t){}handleDragStart(t){var e,i,n;if((null==t?void 0:t.type)!==Gs.PAN_START||(null==(e=null==t?void 0:t.targetVo)?void 0:e.type)!==this.type)return;const{target:s,targetVo:r,center:a}=t||{},o=(null==r?void 0:r.id)||hs(),h=this.isControlPoints(s);if(Xo.set(a.x,a.y).sub(this.offset),(null==(i=this.view)?void 0:i.camera)&&Xo.unproject(null==(n=this.view)?void 0:n.camera),this._boundingBox=In.getBoundingBoxByNode(this._bindedShape),h)this.bindControlPoint(s),this.currentShape=s,this.beforeDragStart(t),this.updateControlPoints(this.currentShape,Xo),this.updateByControlPoints(Xo);else if(this._spId&&ri.startsWith(null==s?void 0:s.id,this._spId)||this._rpId&&ri.startsWith(null==s?void 0:s.id,this._rpId))this.currentShape=s;else if(!ri.startsWith(null==s?void 0:s.id,this._cpsId)){this.bindShape(t);const e=this.hasShape(o);this.currentShape=this.getShape(o),e?(In.parseNodeTransform(this.currentShape,rh).getTransition(th),this._cpOffset.copy(Xo).sub(th)):this._cpOffset.identity(),Xo.sub(this._cpOffset),Xn(this.currentShape,Xo),this.updateControlPoints(this._controlPoints,Xo)}this.updateOperations(s,Xo),this.updateBoundingBoxLine(),this.updateTips()}handleDragMove(t){var e,i;if((null==t?void 0:t.type)!==Gs.PAN_MOVE)return;if(!this.currentShape)return;const{target:n,center:s}=t||{};Xo.set(s.x,s.y).sub(this.offset),(null==(e=this.view)?void 0:e.camera)&&Xo.unproject(null==(i=this.view)?void 0:i.camera),this.isControlPoints(n)?(this.updateControlPoints(this.currentShape,Xo),this.updateByControlPoints(Xo)):this._spId&&ri.startsWith(null==n?void 0:n.id,this._spId)||this._rpId&&ri.startsWith(null==n?void 0:n.id,this._rpId)||ri.startsWith(null==n?void 0:n.id,this._cpsId)||(Xo.sub(this._cpOffset),Xn(this.currentShape,Xo),this.updateControlPoints(this._controlPoints,Xo)),this.updateOperations(n,Xo),this.updateBoundingBoxLine(),this.updateTips()}handleDragEnd(t){var e,i,n;if((null==t?void 0:t.type)!==Gs.PAN_END)return;if(!this.currentShape)return;const{target:s,center:r}=t||{};Xo.set(r.x,r.y).sub(this.offset),(null==(e=this.view)?void 0:e.camera)&&Xo.unproject(null==(i=this.view)?void 0:i.camera),this.isControlPoints(s)?(this.updateControlPoints(this.currentShape,Xo),this.updateByControlPoints(Xo),this.unbindControlPoint()):this._spId&&ri.startsWith(null==s?void 0:s.id,this._spId)||this._rpId&&ri.startsWith(null==s?void 0:s.id,this._rpId)||ri.startsWith(null==s?void 0:s.id,this._cpsId)||(Xo.sub(this._cpOffset),Xn(this.currentShape,Xo),this.updateControlPoints(this._controlPoints,Xo));const a=null==(n=this.currentShape)?void 0:n.id;a&&!this._dragMap.has(a)&&(this.parent.drag(this.currentShape,{id:a,type:this.type}),this._dragMap.set(a,this.currentShape)),this.updateOperations(s,Xo),this.updateBoundingBoxLine(),this.updateTips(),this.currentShape=void 0,this._cpOffset.identity(),this._boundingBox=null,this._rpLast=null}handleTap(t){var e,i,n,s;if((null==t?void 0:t.type)!==Gs.TAP)return;const r=(null==(e=null==t?void 0:t.e)?void 0:e.target)||(null==(n=null==(i=null==t?void 0:t.e)?void 0:i.srcEvent)?void 0:n.target),a=null==r?void 0:r.id;if(a&&ri.startsWith(a,this._dpId))return void this.deleteCurrentShape();const o=this._getIntersect(this._locals,null==(s=null==t?void 0:t.data)?void 0:s.worldCoords);this._boundingBox=In.getBoundingBoxByNode(o),this.bindShape(t),In.parseNodeTransform(this._bindedShape,rh).getTransition(th),this.updateOperations(this._controlPoints,th),this._boundingBox=null}hasShape(t){return void 0!==ri.find(this._locals,(e=>e.id===t))}getShape(t){throw new Error("Method not implemented.")}bindShape(t){var e;const i=this._getIntersect(this._locals,null==(e=null==t?void 0:t.data)?void 0:e.worldCoords);this._bindedShape=i,this._bindedShape?(this.resetControlPoints(),In.parseNodeTransform(this._bindedShape,rh).getTransition(th),this.updateControlPoints(this._controlPoints,th),this.showShape(this._controlPoints),this.updateBoundingBoxLine(),this.showShape(this._boundingBoxLine),this.updateTips(),this.showShape(this._tips)):this.unbindShape()}unbindShape(){this._bindedShape=void 0,this.hideShape(this._controlPoints),this.hideShape(this._boundingBoxLine),this.hideShape(this._tips)}handleWheelEnd(t){this.updateControlPointsRadius()}updateControlPointsRadius(){var t,e,i,n,s;const r=ri.filter(this._controlPoints.children,(t=>"circle"===t.nodeName));if(!(null==r?void 0:r.length))return;const a=Math.max((null==(i=null==(e=null==(t=this.parent)?void 0:t.view)?void 0:e.camera)?void 0:i.pixelWidth)||1,1),o=Math.ceil(a*((null==(s=null==(n=Ae.config)?void 0:n.editor)?void 0:s.strokeWidth)||10));for(let t,e=0,i=(null==r?void 0:r.length)||0;e<i;e++)t=r[e],t.setAttribute("r",o.toString())}getControlPoints(){const t=Zn(this._cpsId),e=new Re(this._cpFill).setA(.1).getStyle(),i=this._cpStroke,n=Gn({id:`${this._spId}`,fill:e,stroke:i,strokeWidth:2});n.setAttribute(`${Pi}-type`,(this.type|Ho.DRAG).toString()),n.setAttribute("d","\n M75 25L25 75 \n M50 27.9412L80 20L72.0588 50\n M27.9412 50L20 80L50 72.0588\n M99 50C99 23 77 1 50 1C23 1 1 23 1 50C1 77 23 99 50 99C77 99 99 77 99 50 \n "),In.getBoundingBoxByNode(n,nh).getSize(Zo);const s=this._oprWidth/Zo.x;n.setAttribute("stroke-width",(2/s).toFixed(2)),Xn(n,void 0,void 0,Zo.set(s,s)),t.appendChild(n),this._sp=n;const r=Gn({id:`${this._rpId}`,fill:e,stroke:i,strokeWidth:2/s});r.setAttribute(`${Pi}-type`,(this.type|Ho.DRAG).toString()),r.setAttribute("d","\n M49 25.5C79 25.5 87 58 69 72C51 86 24.5 76 24.5 49.5\n M56.5003 52.4994L47.725 23.1994L78.5098 19.2823\n M99 50C99 23 77 1 50 1C23 1 1 23 1 50C1 77 23 99 50 99C77 99 99 77 99 50Z\n "),Xn(r,void 0,void 0,Zo.set(s,s)),t.appendChild(r),this._rp=r;const a=Gn({id:`${this._dpId}`,fill:e,stroke:i,strokeWidth:2/s});return a.setAttribute(`${Pi}-type`,(this.type|Ho.DRAG).toString()),a.setAttribute("d","\n M25.5 26L75.5 75.5\n M75.5 26L25.5 75.5\n M99 50C99 23 77 1 50 1C23 1 1 23 1 50C1 77 23 99 50 99C77 99 99 77 99 50Z\n "),Xn(a,void 0,void 0,Zo.set(s,s)),t.appendChild(a),this._dp=a,t}updateControlPoints(t,e){throw new Error("Method not implemented.")}updateOperations(t,e){if(!this._sp||!this._rp)return;if(In.getBoundingBoxByNode(this._sp,sh).getSize(Zo),t&&e&&ri.startsWith(t.id,this._spId)&&this._boundingBox){In.getBoundingBoxByNode(this._bindedShape,nh).getCenter(Jo);const t=We.getDistance(nh.max,Jo),i=We.getDistance(e,Jo)/t;In.parseNodeTransform(this._bindedShape,rh).decompose(th,eh,ih),th.sub(Jo).multiplyScalar(i).add(Jo),ih.multiplyScalar(i),Xn(this._bindedShape,th,eh,ih),this.updateControlPoints(this._controlPoints,th)}else if(t&&e&&ri.startsWith(t.id,this._rpId)){In.getBoundingBoxByNode(this._bindedShape,nh).getCenter(Jo);const t=We.angle(e,Jo,!0);null===this._rpLast&&(this._rpLast=t);const i=t-this._rpLast;In.parseNodeTransform(this._bindedShape,rh).decompose(th,eh,ih),th.sub(Jo).rotate(i).add(Jo),eh.addScalar(i),Xn(this._bindedShape,th,eh,ih),this._rpLast=t,this.updateControlPoints(this._controlPoints,th)}if(In.getBoundingBoxByNode(this._bindedShape,nh),nh.isEmpty())return;const i=(Zo.x||10)/2;Qo.set(nh.max.x,nh.min.y).add(Ko.set(i,-i)),Jn(this._sp,Qo),Qo.set(nh.max.x,nh.min.y).add(Ko.set(2*(Zo.x+i),-i)),Jn(this._rp,Qo),Qo.set(nh.max.x,nh.min.y).add(Ko.set(4*(Zo.x+i),-i)),Jn(this._dp,Qo)}updateByControlPoints(t){throw new Error("Method not implemented.")}isControlPoints(t){return!!t&&(!!this._cpId&&ri.startsWith(null==t?void 0:t.id,this._cpId)||!!this._mpId&&ri.startsWith(null==t?void 0:t.id,this._mpId))}bindControlPoint(t){this._bindedControlPoint=t}unbindControlPoint(){this._bindedControlPoint=void 0}resetControlPoints(){this._controlPoints&&(this.unmountShape(this._controlPoints),this._controlPoints=this.getControlPoints(),this.mountControlPoints())}mountControlPoints(){var t,e,i;if(this._controlPoints){this.hideShape(this._controlPoints),this.mountShape(this._controlPoints);for(let n,s=0,r=(null==(e=null==(t=this._controlPoints)?void 0:t.children)?void 0:e.length)||0;s<r;s++){n=null==(i=this._controlPoints)?void 0:i.children[s];const t=n.id;if(!t)continue;const e=parseInt(n.getAttribute(`${Pi}-type`)||"0");e&&e&Ho.DRAG&&(this.parent.drag(n,{id:t,type:this.type}),this._dragMap.set(t,n))}}}splitByControlPoint(t,e){var i;if(!this._bindedShape||!t||!e)return;if(!ri.startsWith(null==t?void 0:t.id,this._mpId))return;const n=null==t?void 0:t.id,s=this.getCpIdx(n);In.getPathProxyBySvgPathD(null==(i=this._bindedShape)?void 0:i.getAttribute("d"),ah.dispose()),ah.insertData(s,2,Zo.x,Zo.y);const r=In.getSvgPathDByData(ah.data);this._bindedShape.setAttribute("d",r),this.resetControlPoints();const a=ri.find(this._controlPoints.children,(t=>t.id===`${this._cpId}${s+1}`));this.bindControlPoint(a),this.currentShape=a,this.showShape(this._controlPoints),In.parseNodeTransform(this._bindedShape,rh).getTransition(Zo),this.updateControlPoints(this._controlPoints,Zo)}mergeByControlPoint(t,e){var i;if(!this._bindedShape||!t||!e)return;const n=null==t?void 0:t.id;if(!ri.startsWith(n,this._cpId))return;const s=this.getCpIdx(n);if(!s)return;if(ri.filter(this._controlPoints.children,(t=>t.id.startsWith(this._cpId))).length<=this._cpsLimit)return;In.getPathProxyBySvgPathD(null==(i=this._bindedShape)?void 0:i.getAttribute("d"),ah.dispose()),ah.removeData(s);const r=In.getSvgPathDByData(ah.data);this._bindedShape.setAttribute("d",r),this.resetControlPoints(),this.showShape(this._controlPoints),In.parseNodeTransform(this._bindedShape,rh).getTransition(Zo),this.updateControlPoints(this._controlPoints,Zo)}getCpIdx(t){return parseInt(t.slice(t.lastIndexOf("-")+1))-1}getBoundingBoxLine(){return Gn({id:this._bblId,fill:"none",stroke:this._cpStroke,strokeWidth:1,strokeDasharray:"5",d:[]})}updateBoundingBoxLine(){if(!this._boundingBoxLine||!this._bindedShape)return;In.getBoundingBoxByNode(this._bindedShape,nh.makeEmpty()),ah.dispose().moveTo(nh.min.x,nh.min.y).lineTo(nh.max.x,nh.min.y).lineTo(nh.max.x,nh.max.y).lineTo(nh.min.x,nh.max.y).lineTo(nh.min.x,nh.min.y).closePath();const t=In.getSvgPathDByData(ah.data);this._boundingBoxLine.setAttribute("d",t)}getTips(){const t=this._cpStroke;return $n({id:this._tipsId,textContent:"tips",fill:t,fontSize:Ae.config.editor.fontSize||Go,textAnchor:"start",textBaseline:"middle"})}updateTips(){this._boundingBoxLine&&this._bindedShape&&this._tips&&(In.getBoundingBoxByNode(this._bindedShape,nh.makeEmpty()),th.set(nh.max.x+this._oprWidth,nh.min.y+this._oprWidth+1.5*Go),Xn(this._tips,th),this.recomputeTips())}recomputeTips(){var t,e,i,n;if(!this._bindedShape||!this._tips)return;let s;In.getPathProxyBySvgPathD(null==(t=this._bindedShape)?void 0:t.getAttribute("d"),ah.dispose()),In.parseNodeTransform(this._bindedShape,rh).decompose(th,eh,ih),this.type&Ho.DRAW_POLYLINE?(s||(s=ah.getLength()),s||"function"!=typeof this._bindedShape.getTotalLength||(s=null==(e=this._bindedShape)?void 0:e.getTotalLength()),s*=(ih.x+ih.y)/2,s=Ii(s,null==(i=this.scene)?void 0:i.viewUnits,Ei.M),this._tips.textContent=function(t,e=Ei.M){let i=t||0;return t?(i=e===Ei.MM?ri.round(t):e===Ei.CM?ri.round(t,1):ri.round(t,2),`${i} ${e}`):""}(s,Ei.M)):this.type&Ho.DRAW_POLYGON&&(s=ah.getArea(),s*=ih.x*ih.y,s=Ii(s,null==(n=this.scene)?void 0:n.viewUnits,Ei.M,!0),this._tips.textContent=function(t,e=Ei.M){let i=t||0;return t?(i=e===Ei.MM?ri.round(t):e===Ei.CM?ri.round(t,1):ri.round(t,2),`${i} ${e}²`):""}(s,Ei.M))}}const Go=20,$o=/z\s*$/i,Xo=new We,Zo=new We,Jo=new We,Qo=new We,Ko=new We,th=new We,eh=new We,ih=new We,nh=new ai,sh=new ai,rh=new Fi,ah=new cn;class oh extends Yo{constructor(t,e){super(t,e),d(this,"type",Ho.DRAW_POINT),d(this,"_cpsId",`${this.type}-cps`),d(this,"_cpId",`${this._cpsId}-c-`),this._controlPoints=this.getControlPoints()}activate(){super.activate()}deactivate(){super.deactivate()}getShape(t){let e=this._locals.find((e=>e.id===t));if(!e){const i=new Re(Ae.config.editor.fill||Le.green).setA(.6).getStyle(),n=new Re(Ae.config.editor.stroke||Le.darkGreen).setA(.8).getStyle(),s=Ae.config.editor.strokeWidth||5;e=Yn({id:t,r:3*s,x:0,y:0,fill:i,stroke:n,strokeWidth:s}),e.setAttribute(`${Pi}-type`,this.type.toString()),this._locals.push(e),this.mountShape(e,this._controlPoints)}return e}getControlPoints(){const t=Zn(`${this._cpsId}`),e=Ae.config.editor.strokeWidth,i=Yn({id:`${this._cpId}1`,x:0,y:0,r:e,fill:this._cpFill,stroke:this._cpStroke});return i.setAttribute(`${Pi}-type`,(Ho.DRAW_POINT|Ho.DRAG).toString()),t.appendChild(i),t}updateControlPoints(t,e){if(t&&e){if(this.getBoundingBoxByNode(this._bindedShape,ch),ch.getCenter(hh),ch.getSize(lh),t===this._controlPoints){uh.set(e.x+lh.x/2,e.y);const t=ri.filter(this._controlPoints.children,(t=>"circle"===t.nodeName));for(let e=0,i=t.length;e<i;e++)Jn(t[e],uh)}else uh.set(hh.x+lh.x/2,hh.y),Jn(t,uh);this.updateControlPointsRadius()}}updateByControlPoints(t){this._bindedShape&&(In.getBoundingBoxByNode(this._bindedShape,ch),ch.getCenter(hh),lh.copy(t).sub(hh),this._bindedShape.setAttribute("r",Math.abs(lh.x).toString()))}}const hh=new We,lh=new We,uh=new We,ch=new ai;class dh extends qo{constructor(t,e){super(t,e),d(this,"type",Ho.DRAG),d(this,"_els",[]),d(this,"_hms",new Map),d(this,"_vos",new Map),d(this,"onPanHandler",this._handleOnPan.bind(this)),d(this,"panMoveHandler",ri.throttle(this._handlePanMove.bind(this),100)),d(this,"panEndHandler",this._handlePanEnd.bind(this))}activate(){super.activate()}deactivate(){var t;super.deactivate();for(let e=((null==(t=this._els)?void 0:t.length)||0)-1;e>=0;e--)this.drop(this._els[e])}drag(t,e){this._els.includes(t)||(this.bindEvent(t),this._els.push(t),this._vos.set(t,e))}drop(t){if(!t)return;this.unbindEvent(t),this._vos.delete(t);const e=this._els.findIndex((e=>e===t));e>-1&&this._els.splice(e,1)}bindEvent(t){if(!t)return;const e=new Hammer.Manager(t,{domEvents:!0});e.add(new Hammer.Pan({threshold:0,pointers:0})),e.on("panstart",this.onPanHandler),e.on("panmove",this.panMoveHandler),e.on("panend",this.panEndHandler),this._hms.set(t,e)}unbindEvent(t){if(!t)return;const e=this._hms.get(t);e&&(e.off("panstart",this.onPanHandler),e.off("panmove",this.panMoveHandler),e.off("panend",this.panEndHandler),e.destroy(),this._hms.delete(t))}_handleOnPan(t){var e;if((null==t?void 0:t.type)!==Gs.PAN_START)return;"function"==typeof t.preventDefault&&t.preventDefault();const{target:i,center:n}=t||{};if(!i)return;ri.set(t,"targetVo",this._vos.get(i)),this.parent.setEnablePan(!1),ph.copy(n).sub(this.offset);const s={x:ph.x,y:ph.y};(null==(e=this.view)?void 0:e.camera)&&ph.unproject(this.view.camera);const r={x:ph.x,y:ph.y};ri.set(t,"data",{screenCoords:s,worldCoords:r}),this.parent.handleDragStart(t)}_handlePanMove(t){var e;(null==t?void 0:t.type)===Gs.PAN_MOVE&&((null==(e=this.parent)?void 0:e.isEnablePan())||(ri.set(t,"targetVo",this._vos.get(t.target)),this.parent.handleDragMove(t)))}_handlePanEnd(t){var e,i;if(this.parent.setEnablePan(!0),(null==t?void 0:t.type)!==Gs.PAN_END)return;const{target:n,center:s}=t||{};if(n){ph.copy(s).sub(this.offset);const i={x:ph.x,y:ph.y};(null==(e=this.view)?void 0:e.camera)&&ph.unproject(this.view.camera);const n={x:ph.x,y:ph.y};ri.set(t,"data",{screenCoords:i,worldCoords:n})}ri.set(t,"targetVo",this._vos.get(n)),this.parent.handleDragEnd(t),null==(i=this.view.camera)||i.update()}}const ph=new We;class fh extends qo{constructor(t,e){super(t,e),d(this,"type",Ho.HOVER),d(this,"_hoverEnabled",!1),d(this,"_hovered"),d(this,"_hoverId")}activate(){var t;super.activate(),this.enableHover(null==(t=Ae.config.controls)?void 0:t.enableHover)}deactivate(){super.deactivate(),this._hoverId=void 0,this._hovered=void 0}enableHover(t){return this._hoverEnabled=t,this}_handlePointerOver(t){var e,i,n,s,r;if((null==(e=null==t?void 0:t.e)?void 0:e.buttons)>0)return;let a=(null==(i=null==t?void 0:t.e)?void 0:i.target)||(null==(s=null==(n=null==t?void 0:t.e)?void 0:n.srcEvent)?void 0:s.target);null==(r=this.scene)||r.assetType;let o=null==a?void 0:a.id;if(!o){const e=this._getIntersectObject(t);o=(null==e?void 0:e.length)&&"function"==typeof e[0].getAttribute?e[0].getAttribute("id"):void 0,a=(null==e?void 0:e.length)?e[0]:void 0}o&&o!==this._hoverId&&(this.parent.handlePointerOver(t),this._hoverEnabled&&this._hover(a)),this._hoverId&&o!==this._hoverId&&(this._clearHover(this._hovered),this.parent.handlePointerOut(t)),this.parent.handlePointerMove(t),this._hoverId=o,this._hovered=a}_hover(t){t&&Os(t,"hover")}_clearHover(t){t&&Rs(t,"hover")}}let mh=0;class gh{constructor(t,e,i){var n;d(this,"id",mh++),d(this,"worker"),this.worker=i;let s=t=>{var e;return null==(e=this.worker)?void 0:e.postMessage({type:"event",id:this.id,data:t})};this.worker||(s=t=>{xh.instance().handleEvent({id:this.id,data:t})}),null==(n=this.worker)||n.postMessage({type:"makeProxy",id:this.id}),this.worker||xh.instance().makeProxy({id:this.id}),r();for(const[i,n]of Object.entries(e))t.addEventListener(i,(function(t){n(t,s)}));function r(){const e=t.getBoundingClientRect();s({type:"size",left:e.left,top:e.top,width:t.clientWidth,height:t.clientHeight})}window.addEventListener("resize",r)}}function yh(){}class vh extends Wi{constructor(){super(),d(this,"isProxy",!0),d(this,"width"),d(this,"height"),d(this,"left"),d(this,"right"),d(this,"top"),d(this,"bottom"),d(this,"style",{})}get clientWidth(){return this.width}get clientHeight(){return this.height}setPointerCapture(){}releasePointerCapture(){}getBoundingClientRect(){return{left:this.left,top:this.top,width:this.width,height:this.height,right:(this.left||0)+(this.width||0),bottom:(this.top||0)+(this.height||0)}}handleEvent(t){if("size"===t.type)return this.left=t.left,this.top=t.top,this.width=t.width,void(this.height=t.height);t.preventDefault=yh,t.stopPropagation=yh,this.dispatchEvent(t)}focus(){}getRootNode(){return{addEventListener:yh,removeEventListener:yh}}}class xh{constructor(){d(this,"targets",{}),this.handleEvent=this.handleEvent.bind(this)}makeProxy(t){const{id:e}=t,i=new vh;this.targets[e]=i}getProxy(t){return this.targets[t]}handleEvent(t){var e;null==(e=this.targets[t.id])||e.handleEvent(t.data)}static instance(){return bh}}const bh=new xh,wh=_h(["ctrlKey","metaKey","shiftKey","button","pointerType","clientX","clientY","pointerId","pageX","pageY"]);function _h(t){return function(e,i){const n={type:e.type};!function(t,e,i){for(const n of e)i[n]=t[n]}(e,t,n),i(n)}}function Sh(t,e){t.preventDefault();const i=[],n={type:t.type,touches:i};for(let e=0;e<t.touches.length;++e){const n=t.touches[e];i.push({pageX:n.pageX,pageY:n.pageY,clientX:n.clientX,clientY:n.clientY})}e(n)}const Eh=_h(["deltaMode","deltaX","deltaY","clientX","clientY"]),Mh={37:!0,38:!0,39:!0,40:!0},Ah=_h(["ctrlKey","metaKey","shiftKey","keyCode"]),Th={contextmenu:function(t){t.preventDefault()},mousedown:wh,mousemove:wh,mouseup:wh,pointerdown:wh,pointermove:wh,pointerup:wh,touchstart:Sh,touchmove:Sh,touchend:Sh,wheel:function(t,e){t.preventDefault(),Eh(t,e)},keydown:function(t,e){const{keyCode:i}=t;Mh[i]&&(t.preventDefault(),Ah(t,e))}};class Ch extends Wi{constructor(t,e){super(),d(this,"name","Handler"),d(this,"dom"),d(this,"camera"),d(this,"domOffset",new We),d(this,"enabled",!0),d(this,"_hoverEnabled",!1),d(this,"scenes",[]),d(this,"rayCaster",new rr),d(this,"contextMenuHandler",this.handleContextMenu.bind(this)),d(this,"tapHandler",this.handleTap.bind(this)),d(this,"pointerOverHandler",ri.debounce(this.handlePointerOver.bind(this),20)),d(this,"panHandler",this.handlePan.bind(this)),d(this,"_hovered"),this.dom=t,this.camera=e,this.resize(),this.bindEvents()}destroy(){this.unbindEvents(),super.destroy(),this.dispose()}dispose(){this.scenes=[]}enableHover(t){return this._hoverEnabled=t,this}resize(){let t=this.dom.getBoundingClientRect();this.domOffset.set(t.left,t.top)}bindScene(...t){return this.scenes.length=0,this.scenes.push(...t),this}bindEvents(){this.unbindEvents(),this.dom.addEventListener("contextmenu",this.contextMenuHandler),this.dom.addEventListener("singletap",this.tapHandler),this.dom.addEventListener("panstart",this.panHandler),this.dom.addEventListener("panmove",this.panHandler),this.dom.addEventListener("panend",this.panHandler),this.dom.addEventListener("mousemove",this.pointerOverHandler)}unbindEvents(){this.dom.removeEventListener("contextmenu",this.contextMenuHandler),this.dom.removeEventListener("singletap",this.tapHandler),this.dom.removeEventListener("panstart",this.panHandler),this.dom.removeEventListener("panmove",this.panHandler),this.dom.removeEventListener("panend",this.panHandler),this.dom.removeEventListener("mousemove",this.pointerOverHandler)}handleContextMenu(t){this.enabled&&"function"==typeof t.preventDefault&&t.preventDefault()}handlePointerDown(t){}handlePointerMove(t){}handlePointerUp(t){}handleTap(t){"function"==typeof t.preventDefault&&t.preventDefault(),Lh.set(t.center.x,t.center.y).sub(this.domOffset),Bh.copy(Lh).unproject(this.camera),this.dispatchEvent({type:"tap",data:{screenCoords:{x:Lh.x,y:Lh.y},worldCoords:{x:Bh.x,y:Bh.y}},e:t})}handlePan(t){var e,i;"function"==typeof t.preventDefault&&t.preventDefault(),Lh.set(null==(e=t.center)?void 0:e.x,null==(i=t.center)?void 0:i.y).sub(this.domOffset),Bh.copy(Lh).unproject(this.camera);const n={screenCoords:{x:Lh.x,y:Lh.y},worldCoords:{x:Bh.x,y:Bh.y}},s={type:"panmove",data:n};(t.isFirst||"panstart"===t.type)&&(s.type="panstart"),(t.isLast||"panend"===t.type)&&(s.type="panend");const{id:r,target:a}=this.getHover(n);r&&ri.set(s,"data.id",r),a&&ri.set(s,"data.target",a),this.dispatchEvent(s)}handlePointerOver(t){if(!this._hoverEnabled||t.buttons>0)return;const e=this._hovered;Lh.set(t.clientX,t.clientY).sub(this.domOffset),Bh.copy(Lh).unproject(this.camera);let i={screenCoords:{x:Lh.x,y:Lh.y},worldCoords:{x:Bh.x,y:Bh.y}};const n=this._hovered=this.getHover(i),s=u(u({},i),n);this.setCursor((null==n?void 0:n.target)?"pointer":"default"),(null==n?void 0:n.id)!==(null==e?void 0:e.id)&&(null==e?void 0:e.target)&&this.dispatchEventByTarget(e.target,{type:"pointerout",data:u(u({},i),e)}),(null==n?void 0:n.target)&&this.dispatchEventByTarget(n.target,{type:"pointermove",data:s}),(null==n?void 0:n.target)&&(null==n?void 0:n.target)!==(null==e?void 0:e.target)&&this.dispatchEventByTarget(n.target,{type:"pointerover",data:s}),this.dispatchEvent({type:"pointermove",data:s})}getHover(t){var e;const{screenCoords:i,worldCoords:n}=t||{},s={id:void 0,target:void 0},r=[],a=this.scenes.find((t=>t.isDynamic));if(a&&(this.rayCaster.init(t,this.camera).intersectObjectBy(a,Ih,!0,r),r.length))return s.isDynamic=!0,Dh(r,s),s;for(let i,n=0,s=(null==(e=this.scenes)?void 0:e.length)||0;n<s;n++)i=this.scenes[n],i.isDynamic||this.rayCaster.init(t,this.camera).intersectObjectBy(i,Ih,!0,r);return r.length&&(s.isStatic=!0,Dh(r,s)),s}dispatchEventByTarget(t,e){var i;if(!(null==t?void 0:t.visible))return;let n=!1;for(;t&&(n=null==(i=t.userData)?void 0:i.cancelBubble,"function"==typeof t.dispatchEvent&&t.dispatchEvent(e),t=t.parent,!n););n||this.dispatchEvent(e)}setCursor(t){this.dom instanceof vh&&"function"==typeof self.postMessage?self.postMessage({type:"setCursor",cursorStyle:t}):this.dom.style&&(this.dom.style.cursor=t||"default")}}function Ih(t){return t.visible}function Dh(t,e={}){var i,n,s;let r=t.find((t=>{var e,i;return t.visible&&t.selectable&&(null==(e=t.userData)?void 0:e.assetType)===(null==(i=Ae.config)?void 0:i.assetType)}));return r?(e.id=(null==(i=r.userData)?void 0:i.id)||r.name,e.target=r,(null==(n=r.userData)?void 0:n.assetType)&&(e.assetType=null==(s=r.userData)?void 0:s.assetType),r.isDummy&&(e.isDummy=!0),e):e}const Lh=new We,Bh=new We;var Ph=(t=>(t.CONTEXTMENU="contextmenu",t.MOUSEDOWN="mousedown",t.MOUSEMOVE="mousemove",t.MOUSEUP="mouseup",t.POINTERDOWN="pointerdown",t.POINTERMOVE="pointermove",t.POINTERUP="pointerup",t.POINTEROUT="pointerout",t.POINTEROVER="pointerover",t.TOUCHSTART="touchstart",t.TOUCHMOVE="touchmove",t.TOUCHEND="touchend",t.WHEEL="wheel",t.WHEEL_END="wheelend",t.KEYDOWN="keydown",t.TAP="tap",t.SINGLE_TAP="singletap",t.DOUBLE_TAP="doubletap",t.PRESS="press",t.HOVER="hover",t.PAN_START="panstart",t.PAN_MOVE="panmove",t.PAN_END="panend",t.DRAG_END="dragend",t))(Ph||{});class kh extends Wi{constructor(t,e){super(),d(this,"name","OrbitControls2"),d(this,"isSvg",!1),d(this,"dom"),d(this,"domOffset",new We),d(this,"camera"),d(this,"enabled",!0),d(this,"enablePan",!0),d(this,"enableRotate",!0),d(this,"rotateSpeed",1),d(this,"enableZoom",!0),d(this,"minZoom",0),d(this,"maxZoom",1/0),d(this,"zoomSpeed",1),d(this,"zoomChanged",!1),d(this,"distanceStart",1),d(this,"distanceEnd",1),d(this,"state",-1),d(this,"EPS",1e-6),d(this,"focus",new We),d(this,"target",new We),d(this,"scaled",1),d(this,"rotateTheta",0),d(this,"enableDamping",!1),d(this,"dampingFactor",.05),d(this,"mouseButtons",{LEFT:2,MIDDLE:1,RIGHT:0}),d(this,"isWheeling",!1),d(this,"finalTimer"),d(this,"rotateStart",new We),d(this,"rotateEnd",new We),d(this,"rotateDelta",new We),d(this,"panStart",new We),d(this,"panEnd",new We),d(this,"panOffset",new We),d(this,"dollyStart",0),d(this,"dollyOffset",new We),d(this,"contextMenuHandler",this.handleContextMenu.bind(this)),d(this,"wheelHandler",this.handleWheel.bind(this)),d(this,"pointerDownHandler",this.handlePointerDown.bind(this)),d(this,"pointerUpHandler",this.handlePointerUp.bind(this)),d(this,"pointerMoveHandler",this.handlePointerMove.bind(this)),d(this,"pointerOverHandler",ri.debounce(this.handlePointerOver.bind(this),100)),d(this,"pointerLeaveHandler",this.handlePointerLeave.bind(this)),d(this,"tapHandler",this.handleTap.bind(this)),d(this,"panHandler",this.handlePan.bind(this)),d(this,"pinchHandler",this.handlePinch.bind(this)),d(this,"pressHandler",this.handlePress.bind(this)),d(this,"swipeHandler",this.handleSwipe.bind(this)),d(this,"hammerInputHandler",this.handleHammerInput.bind(this)),this.dom=t,this.camera=e,this.scaled=e.scaled.x,this.resize(),this.dom.style.touchAction="none",this.bindEvents()}destroy(){this.unbindEvents(),super.destroy()}resize(){let t=this.dom.getBoundingClientRect();this.domOffset.set(t.left,t.top)}update(){this.camera.position.add(this.panOffset).add(this.dollyOffset),this.camera.scaled.set(this.scaled,this.scaled),this.rotateTheta&&(this.camera.rotation.x-=this.rotateTheta,Nh.copy(this.camera.position).rotateAround(this.focus,-this.rotateTheta),this.camera.position.copy(Nh)),this.camera.update(),this.panOffset.set(0,0),this.dollyOffset.set(0,0),this.scaled=this.camera.scaled.x,this.rotateTheta=0,this.dispatchEvent({type:"cameraChanged",data:{t:this.camera.position,r:this.camera.rotation.x,s:this.camera.scaled.x}})}bindEvents(){this.unbindEvents(),this.dom.addEventListener("panstart",this.panHandler),this.dom.addEventListener("panmove",this.panHandler),this.dom.addEventListener("panend",this.panHandler),this.dom.addEventListener("pinchstart",this.pinchHandler),this.dom.addEventListener("pinchmove",this.pinchHandler),this.dom.addEventListener("pinchend",this.pinchHandler),this.dom.addEventListener("singletap",this.tapHandler),this.dom.addEventListener("press",this.pressHandler),this.dom.addEventListener("hammer.input",this.hammerInputHandler),this.dom.addEventListener("contextmenu",this.contextMenuHandler),this.dom.addEventListener("wheel",this.wheelHandler,{passive:!1}),this.dom.addEventListener("mousemove",this.pointerOverHandler)}unbindEvents(){this.dom.removeEventListener("panstart",this.panHandler),this.dom.removeEventListener("panmove",this.panHandler),this.dom.removeEventListener("panend",this.panHandler),this.dom.removeEventListener("pinchstart",this.pinchHandler),this.dom.removeEventListener("pinchmove",this.pinchHandler),this.dom.removeEventListener("pinchend",this.pinchHandler),this.dom.removeEventListener("singletap",this.tapHandler),this.dom.removeEventListener("press",this.pressHandler),this.dom.removeEventListener("hammer.input",this.hammerInputHandler),this.dom.removeEventListener("contextmenu",this.contextMenuHandler),this.dom.removeEventListener("wheel",this.wheelHandler),this.dom.removeEventListener("mousemove",this.pointerOverHandler)}setFocus(t,e){this.focus.set(t,e).sub(this.domOffset).unproject(this.camera)}handleTap(t){"function"==typeof t.preventDefault&&t.preventDefault(),Oh.set(t.center.x,t.center.y).sub(this.domOffset),this.dispatchEvent({type:"tap",data:{screenCoords:{x:Oh.x,y:Oh.y}},e:t})}handleDoubleTap(t){"function"==typeof t.preventDefault&&t.preventDefault(),Oh.set(t.center.x,t.center.y).sub(this.domOffset),this.dispatchEvent({type:"doubletap",data:{screenCoords:{x:Oh.x,y:Oh.y}}})}handlePress(t){"function"==typeof t.preventDefault&&t.preventDefault()}handlePan(t){var e;if(this.scaled=this.camera.scaled.x,1!==(null==(e=t.pointers)?void 0:e.length))return;"function"==typeof t.preventDefault&&t.preventDefault();const i={type:"panmove",data:{}};(t.isFirst||"panstart"===t.type)&&(this.state=2,this.panStart.set(t.center.x,t.center.y),i.type="panstart"),(t.isFinal||"panend"===t.type)&&(this.state=-1,i.type="panend"),this.panEnd.set(t.center.x,t.center.y),this.panOffset.subVectors(this.panEnd,this.panStart).multiplyScalar(-this.camera.scaled.x,-this.camera.scaled.y*(this.camera.flipY?1:-1)).rotate(this.camera.rotation.x),this.panStart.copy(this.panEnd),Oh.set(t.center.x,t.center.y).sub(this.domOffset),i.data.screenCoords=Oh.clone(),this.dispatchEvent(i),this.enablePan&&this.update()}handlePinch(t){"function"==typeof t.preventDefault&&t.preventDefault(),"pinchstart"===t.type&&(this.dollyStart=this.camera.scaled.x,this.state=1),(t.isFinal||"pinchend"===t.type)&&(this.state=-1),this.scaled=this.dollyStart*(1/t.scale);let e=(this.scaled-this.camera.scaled.x)/this.camera.scaled.x;this.setFocus(t.center.x,t.center.y),this.dollyOffset.copy(this.camera.position).lerp(this.focus,-e).sub(this.camera.position),this.update()}handleRotate(t){"function"==typeof t.preventDefault&&t.preventDefault()}handleSwipe(t){"function"==typeof t.preventDefault&&t.preventDefault()}handleHammerInput(t){t.isFirst&&(this.state=9),t.isFinal&&(this.state=-1)}handleContextMenu(t){this.enabled&&"function"==typeof t.preventDefault&&t.preventDefault()}handleWheel(t){if("function"==typeof t.preventDefault&&t.preventDefault(),!this.enabled||!this.enableZoom||-1!==this.state)return;this.isWheeling||(this.dispatchEvent({type:"wheelstart"}),this.isWheeling=!0),"function"==typeof t.preventDefault&&t.preventDefault(),"function"==typeof t.stopPropagation&&t.stopPropagation();let e=t.deltaY;1===(null==t?void 0:t.deltaMode)?e*=16:2===(null==t?void 0:t.deltaMode)&&(e*=100),(null==t?void 0:t.ctrlKey)&&(e*=10),this.setFocus(t.clientX,t.clientY);let i=this.getZoomScale(e);e<0?this.onDollyIn(i):e>0?this.onDollyOut(i):(this.scaled=this.camera.scaled.x,this.dollyOffset.set(0,0)),this.update(),clearTimeout(this.finalTimer),this.finalTimer=setTimeout((()=>{this.isWheeling&&(this.dispatchEvent({type:"wheelend"}),this.isWheeling=!1)}),500)}onDollyIn(t){this.scaled=Math.max(this.minZoom,Math.min(this.maxZoom,this.camera.scaled.x*t)),this.dollyOffset.copy(this.camera.position).lerp(this.focus,1-t).sub(this.camera.position)}onDollyOut(t){this.scaled=Math.max(this.minZoom,Math.min(this.maxZoom,this.camera.scaled.x/t)),this.dollyOffset.copy(this.camera.position).lerp(this.focus,-1+t).sub(this.camera.position)}getZoomScale(t){return Math.pow(.95,this.zoomSpeed*Math.abs(.03*t))}handlePointerDown(t){if(this.scaled=this.camera.scaled.x,!this.enabled)return;if(2!==t.button)return;this.dom.addEventListener("pointermove",this.pointerMoveHandler),this.dom.addEventListener("pointerup",this.pointerUpHandler);let e=-1;0===t.button?e=this.mouseButtons.LEFT:1===t.button?e=this.mouseButtons.MIDDLE:2===t.button&&(e=this.mouseButtons.RIGHT),0===e&&(this.rotateStart.set(t.clientX,t.clientY),this.setFocus(this.rotateStart.x,this.rotateStart.y),this.state=0)}handlePointerUp(){this.dom.removeEventListener("pointermove",this.pointerMoveHandler),this.dom.removeEventListener("pointerup",this.pointerUpHandler),this.state=-1}handlePointerLeave(){this.state=-1}handlePointerMove(t){if(this.enabled&&0===this.state){if(!this.enableRotate)return;this.onRotate(t.clientX,t.clientY)}}handlePointerOver(t){t.buttons>0||(Oh.set(t.clientX,t.clientY).sub(this.domOffset),this.dispatchEvent({type:"pointerover",data:{screenCoords:{x:Oh.x,y:Oh.y}},e:t}))}onRotate(t,e){this.rotateEnd.set(t,e),this.rotateDelta.subVectors(this.rotateEnd,this.rotateStart).multiplyScalar(this.rotateSpeed);const i=this.rotateDelta.x*Math.PI*2/this.dom.clientHeight;this.rotateTheta-=i,this.rotateStart.copy(this.rotateEnd),this.update()}}const Nh=new We,Oh=new We;var Rh=(t=>(t.CONTEXTMENU="contextmenu",t.LOSTPOINTERCAPTURE="lostpointercapture",t.MOUSEOVER="mouseover",t.MOUSEOUT="mouseout",t.MOUSELEAVE="mouseleave",t.MOUSEENTER="mouseenter",t.MOUSEMOVE="mousemove",t.MOUSEDOWN="mousedown",t.MOUSEUP="mouseup",t.POINTERMOVE="pointermove",t.POINTERDOWN="pointerdown",t.POINTERUP="pointerup",t.POINTERCANCEL="pointercancel",t.POINTEROUT="pointerout",t.POINTERLEAVE="pointerleave",t.POINTEROVER="pointerover",t.POINTERENTER="pointerenter",t.TOUCHSTART="touchstart",t.TOUCHEND="touchend",t.TOUCHMOVE="touchmove",t.TOUCHCANCEL="touchcancel",t.WHEEL="wheel",t.WHEEL_START="wheelstart",t.WHEEL_END="wheelend",t.MOUSEWHEEL="mousewheel",t.CLICK="click",t.DBLCLICK="dblclick",t.CONTEXT_LOST="contextlost",t.CONTEXT_RESTORED="contextrestored",t.CONTROLS_CHANGED="controlschanged",t.TAP="tap",t.SINGLE_TAP="singletap",t.DOUBLE_TAP="doubletap",t.PRESS="press",t.PAN="pan",t.PAN_START="panstart",t.PAN_MOVE="panmove",t.PAN_END="panend",t.ROTATE="rotate",t.ROTATE_START="rotatestart",t.ROTATE_MOVE="rotatemove",t.ROTATE_END="rotateend",t.PINCH="pinch",t.PINCH_START="pinchstart",t.PINCH_MOVE="pinchmove",t.PINCH_END="pinchend",t.PINCH_IN="pinchin",t.PINCH_OUT="pinchout",t.SWIPE="swipe",t.CHANGE_START="change_start",t.CHANGE_END="change_end",t.CAMERA_CHANGED="cameraChanged",t))(Rh||{});class zh{constructor(t){d(this,"params"),d(this,"percent"),d(this,"path"),d(this,"boundingBox",new ai),this.params=t,this.percent=null==t?void 0:t.percent}_init(t){return this.attr(t),this}attr(t,e){if(!t)return this;if("string"==typeof t)this.attrKV(t,e);else if("object"==typeof t){let e=Object.keys(t);for(let i,n=0,s=e.length;n<s;n++)i=e[n],this.attrKV(i,t[i])}return this}attrKV(t,e){return this[t]=e,this}buildPath(t,e,i){}setPoints(t){return t&&t.length?(this.points=t,this):this}computeBoundingBox(t=new ai){return this.boundingBox.makeEmpty(),this.path||(this.path=new cn),this.path.reset(),this.buildPath(this.path,this),this.path.computeBoundingBox(this.boundingBox),t.copy(this.boundingBox),t}isPointInBoundingBox(t){return!!this.boundingBox&&this.boundingBox.containsPoint(t)}isPointInPath(t){return!!this.isPointInBoundingBox(t)&&("function"==typeof Path2D?this.isPointInPathByPath2D(t):this.isPointInPathByCtx(t))}isPointInPathByCtx(t){let e=!1;return Hh.save(),this.buildPath(Hh,this),e=Hh.isPointInPath(t.x,t.y),Hh.restore(),e}isPointInPathByPath2D(t){if(!Path2D)return!1;const e=new Path2D;return this.buildPath(e,this),Hh.isPointInPath(e,t.x,t.y)}isBoxIntersectsBoundingBox(t){return!!this.boundingBox&&this.boundingBox.intersectsBox(t)}isBoxIntersectsPath(t){return!!this.isBoxIntersectsBoundingBox(t)}}const Hh=Tn.get("RAY_CASTER",10,10).getContext("2d");class Wh extends zh{constructor(t){super(t),this._init(t),this.flipY&&this.scale(1,-1)}initByPathProxy(t){var e;if(!t||!(null==(e=t.data)?void 0:e.length))throw new Error("GeoShape.initByPathProxy: path is required.");this.path=t;const i=t.data,n=[];let s=0;for(s=0;s<i.length;)switch(i[s++]){case 1:n.push([1,i[s++],i[s++]]);break;case 2:n.push([2,i[s++],i[s++]]);break;case 3:n.push([3,i[s++],i[s++],i[s++],i[s++],i[s++],i[s++]]);break;case 4:n.push([4,i[s++],i[s++],i[s++],i[s++]]);break;case 5:n.push([5,i[s++],i[s++],i[s++],i[s++],i[s++],i[s++],i[s++],i[s++]]);break;case ln:n.push([ln,i[s++],i[s++],i[s++],i[s++]]);break;case un:n.push([un,i[s++],i[s++],i[s++],i[s++],i[s++],i[s++],i[s++],i[s++]]);break;case hn:n.push([hn])}return this.cmds=n,this}computeBoundingBox(t=new ai){return super.computeBoundingBox(t),this.boundingBox}buildPath(t,e,i){if(0===this.percent)return;const{cmds:n}=this;for(let e=0,i=(null==n?void 0:n.length)||0;e<i;e++){const[i,...s]=n[e];switch(i){case 1:t.moveTo(...s);break;case 2:t.lineTo(...s);break;case 3:t.bezierCurveTo(...s);break;case 4:t.quadraticCurveTo(...s);break;case 5:t.arc(s[0],s[1],s[2],s[3],s[4],!!s[5]);break;case hn:t.closePath();break;case ln:t.rect(...s);break;case un:t.ellipse(s[0],s[1],s[2],s[3],s[4],s[5],s[6],!!s[7])}}}scale(t,e){this.transform(Fh.makeScale(t,e))}transform(t){const e=[],{cmds:i}=this;for(let n=0,s=(null==i?void 0:i.length)||0;n<s;n++){const[s,...r]=i[n];switch(s){case 1:case 2:case ln:Uh.set(r[0],r[1]).applyMatrix3(t),e[n]=[s,Uh.x,Uh.y];break;case 3:Uh.set(r[0],r[1]).applyMatrix3(t),Vh.set(r[2],r[3]).applyMatrix3(t),qh.set(r[4],r[5]).applyMatrix3(t),e[n]=[s,Uh.x,Uh.y,Vh.x,Vh.y,qh.x,qh.y];break;case 4:Uh.set(r[0],r[1]).applyMatrix3(t),Vh.set(r[2],r[3]).applyMatrix3(t),e[n]=[s,Uh.x,Uh.y,Vh.x,Vh.y];break;case 5:Uh.set(r[0],r[1]).applyMatrix3(t),e[n]=[s,Uh.x,Uh.y,r[2],r[3],r[4],r[5],r[6]];break;case un:{Uh.set(r[0],r[1]).applyMatrix3(t);const[i,a,o,h,l,u,c,d]=r,p=-l,f=-u,m=-c,g=!d;e[n]=[s,Uh.x,Uh.y,o,h,p,f,m,g?1:0];break}case hn:e[n]=[s]}}this.cmds=e}}const Fh=new Fi,Uh=new We,Vh=new We,qh=new We;class jh{static getPathProxyByNode(t){if(t)return In.getInstance().parseNode(t)}static mergeGeoShapes(t,e){var i,n,s;if(!(null==t?void 0:t.length))throw new Error("empty geos");const r={cmds:ri.flatMap(t,(t=>t.cmds||[]))};return(null==(i=t[0])?void 0:i.lineWidth)&&(r.lineWidth=t[0].lineWidth),(null==(n=t[0])?void 0:n.thinLine)&&(r.thinLine=t[0].thinLine),(null==(s=t[0])?void 0:s.closed)&&(r.closed=t[0].closed),new Wh(r)}static getArrowByPathProxy(t,e={},i=new cn){i.dispose();const{arrowType:n=0,arrowLength:s=10,arrowDeg:r=30}=e||{};if(!t||!n)return i;const a=t.getVertices();if(!(null==a?void 0:a.length)||a.length<4)return i;if(n>0){if($h.set(a[2],a[3]),Zh.set(a[0],a[1]),$h.equals(Zh))return i;Xh.subVectors($h,Zh),Jh.lerpVectors(Zh,$h,s/Xh.length()),Qh.copy(Jh).rotateAround(Zh,Ie(r)),Kh.copy(Jh).rotateAround(Zh,-Ie(r))}else{const t=a.length;if($h.set(a[t-4],a[t-3]),Zh.set(a[t-2],a[t-1]),$h.equals(Zh))return i;Xh.subVectors($h,Zh),Jh.lerpVectors(Zh,$h,s/Xh.length()),Qh.copy(Jh).rotateAround(Zh,Ie(r)),Kh.copy(Jh).rotateAround(Zh,-Ie(r))}return Jh.lerpVectors(Zh,Jh,.6),Gh.subVectors(Zh,Jh),Yh.makeTranslation(Gh.x,Gh.y),Zh.applyMatrix3(Yh),Jh.applyMatrix3(Yh),Qh.applyMatrix3(Yh),Kh.applyMatrix3(Yh),i.moveTo(Jh.x,Jh.y),i.lineTo(Qh.x,Qh.y),i.lineTo(Zh.x,Zh.y),i.lineTo(Kh.x,Kh.y),i.lineTo(Jh.x,Jh.y),i}}const Yh=new Fi,Gh=new We,$h=new We,Xh=new We,Zh=new We,Jh=new We,Qh=new We,Kh=new We;class tl extends Yo{constructor(t,e){super(t,e),d(this,"type",Ho.DRAW_POLYLINE),d(this,"_cpsId",`${this.type}-cps`),d(this,"_cpId",`${this._cpsId}-c-`),d(this,"_mpId",`${this._cpsId}-m-`),d(this,"_bblId",`${this._cpsId}-bbl`),d(this,"_spId",`${this._cpsId}-scale`),d(this,"_rpId",`${this._cpsId}-rotate`),d(this,"_dpId",`${this._cpsId}-del`),d(this,"_tipsId",`${this.type}-tips`),d(this,"_cpsLimit",2),d(this,"strokeArrow",0),d(this,"arrowShape"),this._controlPoints=this.getControlPoints(),this._boundingBoxLine=this.getBoundingBoxLine(),this._tips=this.getTips()}activate(){super.activate()}deactivate(){super.deactivate()}editorStrokeWidthChanged(t){super.editorStrokeWidthChanged(t),this.updateArrowShape()}editorStrokeArrowChanged(t){this._bindedShape&&(this.strokeArrow=t,this.updateArrowShape())}getShape(t){let e=this._locals.find((e=>e.id===t));if(!e){const i="none",n=new Re(Ae.config.editor.stroke||Le.darkGreen).setA(.8).getStyle(),s=Ae.config.editor.strokeWidth||5,r=el/2,a=(new cn).moveTo(-50,-50).lineTo(r,r);e=Gn({id:t,fill:i,stroke:n,strokeWidth:s,d:a.data}),t&&(e.setAttribute(`${Pi}-type`,this.type.toString()),this._locals.push(e),this.mountShape(e,this._controlPoints))}return e}getControlPoints(){const t=super.getControlPoints();this._bindedShape?In.getPathProxyBySvgPathD(this._bindedShape.getAttribute("d"),pl.dispose()):In.getPathProxyBySvgPathD(this.getShape().getAttribute("d"),pl.dispose());const e=pl.getControlPoints(),i=Ae.config.editor.strokeWidth;for(let n=0,s=e.length;n<s;n++){const s=n?this._cpFill:this._cpStroke,r=Yn({id:`${this._cpId}${n+1}`,x:0,y:0,r:i,fill:s,stroke:this._cpStroke});if(r.setAttribute(`${Pi}-type`,(Ho.DRAW_POLYGON|Ho.DRAG).toString()),t.appendChild(r),!n)continue;nl.copy(e[n-1]),il.copy(e[n]).add(nl).multiplyScalar(.5);const a=Yn({id:`${this._mpId}${n+1}`,x:0,y:0,r:i,fill:this._mpFill,stroke:this._mpStroke});a.setAttribute(`${Pi}-type`,(Ho.DRAW_POLYGON|Ho.DRAG).toString()),t.appendChild(a)}return t}getArrowShape(t){if(!t)return;if(!this._bindedShape)return;const e=new Re(Ae.config.editor.stroke||Le.darkGreen).setA(1).getStyle(),i=new Re(Ae.config.editor.stroke||Le.darkGreen).setA(.8).getStyle(),n=Ae.config.editor.strokeWidth||5;if(!this.arrowShape){const i=`${this.type}-${t>0?"st":"ed"}-arrow`;this.arrowShape=Gn({id:i,fill:e})}this.arrowShape.setAttribute("fill",e),this.arrowShape.setAttribute("stroke",i),jh.getArrowByPathProxy(pl,{arrowType:this.strokeArrow,arrowLength:3*n},fl.dispose());const s=In.getSvgPathDByData(fl.data);return this.arrowShape.setAttribute("d",s),this.arrowShape}beforeDragStart(t){this.splitByControlPoint(null==t?void 0:t.target,null==t?void 0:t.center)}handleDragStart(t){super.handleDragStart(t),this.updateArrowShape()}handleDragMove(t){super.handleDragMove(t),this.updateArrowShape()}handleDragEnd(t){super.handleDragEnd(t),this.updateArrowShape()}handleDoubleTap(t){var e,i;if((null==t?void 0:t.type)!==Rh.DOUBLE_TAP)return;const n=this._getIntersect(this._controlPoints.children,null==(e=null==t?void 0:t.data)?void 0:e.worldCoords);this.mergeByControlPoint(n,null==(i=null==t?void 0:t.data)?void 0:i.worldCoords),this.updateControlPoints(this._controlPoints),this.updateBoundingBoxLine(),this.updateOperations(),this.updateTips()}updateControlPoints(t,e){var i;if(!t)return;if(!this._bindedShape)return;if(In.getPathProxyBySvgPathD(null==(i=this._bindedShape)?void 0:i.getAttribute("d"),pl.dispose()),pl.getControlPoints(ml),!(null==ml?void 0:ml.length))return;const n=t.id;if(In.parseNodeTransform(this._bindedShape,ul).decompose(al,ol,hl),e||(e=al.clone()),cl.makeScale(hl.x,hl.y).premultiply(dl.makeRotation(ol.x)),t===this._controlPoints)for(let t=0,i=ml.length;t<i;t++)nl.copy(ml[t]).applyMatrix3(cl),sl.copy(ml[t?t-1:i-1]).applyMatrix3(cl),rl.copy(e).add(nl),Xn(ri.find(this._controlPoints.children,(e=>e.id===`${this._cpId}${t+1}`)),rl),rl.addVectors(sl,nl).multiplyScalar(.5).add(e),Xn(ri.find(this._controlPoints.children,(e=>e.id===`${this._mpId}${t+1}`)),rl);else if(ri.startsWith(n,this._cpId)){rl.copy(e),Xn(t,rl);const i=this.getCpIdx(n),s=i?i-1:ml.length-1,r=i===ml.length-1?0:i+1;ml[i].copy(rl.copy(e).applyMatrix3(ul.invert()));const a=ri.find(this._controlPoints.children,(t=>t.id===`${this._mpId}${i+1}`));nl.copy(ml[s]).applyMatrix3(cl),sl.copy(ml[i]).applyMatrix3(cl),rl.addVectors(nl,sl).multiplyScalar(.5).sub(sl).add(e),Xn(a,rl);const o=ri.find(this._controlPoints.children,(t=>t.id===`${this._mpId}${i===ml.length-1?1:i+2}`));nl.copy(ml[i]).applyMatrix3(cl),sl.copy(ml[r]).applyMatrix3(cl),rl.addVectors(nl,sl).multiplyScalar(.5).sub(nl).add(e),Xn(o,rl)}else ri.startsWith(n,this._mpId)&&Xn(t,e);this.updateControlPointsRadius()}updateByControlPoints(t){var e;if(!this._bindedShape||!this._bindedControlPoint||!(null==(e=pl.data)?void 0:e.length))return;const i=this._bindedControlPoint.id;if(ri.startsWith(i,this._mpId))return;if(ri.startsWith(i,this._spId)||ri.startsWith(i,this._rpId))return;In.getBoundingBoxByNode(this._controlPoints,ll).getCenter(nl),In.parseNodeTransform(this._bindedShape,ul),nl.copy(t).applyMatrix3(ul.invert()),pl.getControlPoints(ml);const n=this.getCpIdx(i);ml[n].copy(nl),pl.dispose();for(let t=0,e=ml.length;t<e;t++)t?pl.lineTo(ml[t].x,ml[t].y):pl.moveTo(ml[t].x,ml[t].y);const s=In.getSvgPathDByData(pl.data);this._bindedShape.setAttribute("d",s)}updateArrowShape(){var t,e,i;if(!this._bindedShape||!(null==(t=pl.data)?void 0:t.length))return;this.arrowShape&&this.unmountShape(this.arrowShape),this.arrowShape=this.getArrowShape(this.strokeArrow),this.arrowShape&&this.mountShape(this.arrowShape,this._controlPoints);const n=this._bindedShape.getAttribute("transform");n?null==(e=this.arrowShape)||e.setAttribute("transform",n):null==(i=this.arrowShape)||i.removeAttribute("transform")}}const el=100,il=new We,nl=new We,sl=new We,rl=new We,al=new We,ol=new We,hl=new We,ll=new ai,ul=new Fi,cl=new Fi,dl=new Fi,pl=new cn,fl=new cn,ml=[];class gl extends Yo{constructor(t,e){super(t,e),d(this,"type",Ho.DRAW_POLYGON),d(this,"_cpsId",`${this.type}-cps`),d(this,"_cpId",`${this._cpsId}-c-`),d(this,"_mpId",`${this._cpsId}-m-`),d(this,"_bblId",`${this._cpsId}-bbl`),d(this,"_spId",`${this._cpsId}-scale`),d(this,"_rpId",`${this._cpsId}-rotate`),d(this,"_dpId",`${this._cpsId}-del`),d(this,"_tipsId",`${this.type}-tips`),d(this,"_cpsLimit",3),this._controlPoints=this.getControlPoints(),this._boundingBoxLine=this.getBoundingBoxLine(),this._tips=this.getTips()}activate(){super.activate()}deactivate(){super.deactivate()}getShape(t){let e=this._locals.find((e=>e.id===t));if(!e){const i=new Re(Ae.config.editor.fill||Le.green).setA(.6).getStyle(),n=new Re(Ae.config.editor.stroke||Le.darkGreen).setA(.8).getStyle(),s=Ae.config.editor.strokeWidth||5,r=yl/2,a=(new cn).moveTo(-50,r).lineTo(r,r).lineTo(r,-50).lineTo(-50,-50).closePath();e=Gn({id:t,fill:i,stroke:n,strokeWidth:s,d:a.data}),t&&(e.setAttribute(`${Pi}-type`,this.type.toString()),this._locals.push(e),this.mountShape(e,this._controlPoints))}return e}getControlPoints(){const t=super.getControlPoints();this._bindedShape?In.getPathProxyBySvgPathD(this._bindedShape.getAttribute("d"),Cl.dispose()):In.getPathProxyBySvgPathD(this.getShape().getAttribute("d"),Cl.dispose());const e=Cl.getControlPoints(),i=Ae.config.editor.strokeWidth;for(let n=0,s=e.length;n<s;n++){const r=n?this._cpFill:this._cpStroke,a=Yn({id:`${this._cpId}${n+1}`,x:0,y:0,r:i,fill:r,stroke:this._cpStroke});a.setAttribute(`${Pi}-type`,(Ho.DRAW_POLYGON|Ho.DRAG).toString()),t.appendChild(a),n?xl.copy(e[n-1]):xl.copy(e[s-1]),vl.copy(e[n]).add(xl).multiplyScalar(.5);const o=Yn({id:`${this._mpId}${n+1}`,x:0,y:0,r:i,fill:this._mpFill,stroke:this._mpStroke});o.setAttribute(`${Pi}-type`,(Ho.DRAW_POLYGON|Ho.DRAG).toString()),t.appendChild(o)}return t}beforeDragStart(t){this.splitByControlPoint(null==t?void 0:t.target,null==t?void 0:t.center)}handleDoubleTap(t){var e,i;if((null==t?void 0:t.type)!==Rh.DOUBLE_TAP)return;const n=this._getIntersect(this._controlPoints.children,null==(e=null==t?void 0:t.data)?void 0:e.worldCoords);this.mergeByControlPoint(n,null==(i=null==t?void 0:t.data)?void 0:i.worldCoords),this.updateControlPoints(this._controlPoints),this.updateBoundingBoxLine(),this.updateOperations(),this.updateTips()}updateControlPoints(t,e){var i;if(!t)return;if(!this._bindedShape)return;if(In.getPathProxyBySvgPathD(null==(i=this._bindedShape)?void 0:i.getAttribute("d"),Cl.dispose()),Cl.getControlPoints(Il),!(null==Il?void 0:Il.length))return;const n=t.id;if(In.parseNodeTransform(this._bindedShape,Ml).decompose(_l,Sl,El),e||(e=_l.clone()),Al.makeScale(El.x,El.y).premultiply(Tl.makeRotation(Sl.x)),t===this._controlPoints)for(let t=0,i=Il.length;t<i;t++)xl.copy(Il[t]).applyMatrix3(Al),bl.copy(Il[t?t-1:i-1]).applyMatrix3(Al),wl.copy(e).add(xl),Xn(ri.find(this._controlPoints.children,(e=>e.id===`${this._cpId}${t+1}`)),wl),wl.addVectors(bl,xl).multiplyScalar(.5).add(e),Xn(ri.find(this._controlPoints.children,(e=>e.id===`${this._mpId}${t+1}`)),wl);else if(ri.startsWith(n,this._cpId)){wl.copy(e),Xn(t,wl);const i=this.getCpIdx(n),s=i?i-1:Il.length-1,r=i===Il.length-1?0:i+1;Il[i].copy(wl.copy(e).applyMatrix3(Ml.invert()));const a=ri.find(this._controlPoints.children,(t=>t.id===`${this._mpId}${i+1}`));xl.copy(Il[s]).applyMatrix3(Al),bl.copy(Il[i]).applyMatrix3(Al),wl.addVectors(xl,bl).multiplyScalar(.5).sub(bl).add(e),Xn(a,wl);const o=ri.find(this._controlPoints.children,(t=>t.id===`${this._mpId}${i===Il.length-1?1:i+2}`));xl.copy(Il[i]).applyMatrix3(Al),bl.copy(Il[r]).applyMatrix3(Al),wl.addVectors(xl,bl).multiplyScalar(.5).sub(xl).add(e),Xn(o,wl)}else ri.startsWith(n,this._mpId)&&Xn(t,e);this.updateControlPointsRadius()}updateByControlPoints(t){var e;if(!this._bindedShape||!this._bindedControlPoint||!(null==(e=Cl.data)?void 0:e.length))return;const i=this._bindedControlPoint.id;if(ri.startsWith(i,this._mpId))return;if(ri.startsWith(i,this._spId)||ri.startsWith(i,this._rpId))return;In.parseNodeTransform(this._bindedShape,Ml),xl.copy(t).applyMatrix3(Ml.invert()),Cl.getControlPoints(Il);const n=this.getCpIdx(i);Il[n].copy(xl),Cl.dispose();for(let t=0,e=Il.length;t<e;t++)t?Cl.lineTo(Il[t].x,Il[t].y):Cl.moveTo(Il[t].x,Il[t].y);Cl.closePath();const s=In.getSvgPathDByData(Cl.data);this._bindedShape.setAttribute("d",s)}}const yl=100,vl=new We,xl=new We,bl=new We,wl=new We,_l=new We,Sl=new We,El=new We,Ml=new Fi,Al=new Fi,Tl=new Fi,Cl=new cn,Il=[];class Dl extends Yo{constructor(t,e){super(t,e),d(this,"type",Ho.DRAW_TEXT),d(this,"_cpsId",`${this.type}-cps`),d(this,"_cpId",`${this._cpsId}-c-`),d(this,"_clId",`${this._cpsId}-cl-`),d(this,"_cpsLimit",3),d(this,"_fspl",1),this._controlPoints=this.getControlPoints()}activate(){super.activate()}deactivate(){super.deactivate()}getShape(t){let e=this._locals.find((e=>e.id===t));if(!e){const i=new Re(Ae.config.editor.fill||Le.green).getStyle();e=$n({id:`${this.type}-text`,textContent:"Text",fontSize:Ae.config.editor.fontSize||Ll,fill:i,textAnchor:"middle",textBaseline:"middle"}),t&&(e.setAttribute(`${Pi}-type`,this.type.toString()),this._locals.push(e),this.mountShape(e,this._controlPoints))}return e}getControlPoints(){const t=Zn(this._cpsId),e=Gn({id:`${this._clId}1`,fill:"none",stroke:this._cpStroke,strokeWidth:1,d:[],strokeDasharray:"5"});t.appendChild(e);const i=Ae.config.editor.strokeWidth,n=this._cpFill,s=Yn({id:`${this._cpId}1`,x:0,y:0,r:i,fill:n,stroke:this._cpStroke});return s.setAttribute(`${Pi}-type`,(Ho.DRAW_POLYGON|Ho.DRAG).toString()),t.appendChild(s),t}beforeDragStart(t){this.splitByControlPoint(null==t?void 0:t.target,null==t?void 0:t.center)}handleDoubleTap(t){var e,i;if((null==t?void 0:t.type)!==Rh.DOUBLE_TAP)return;const n=this._getIntersect(this._controlPoints.children,null==(e=null==t?void 0:t.data)?void 0:e.worldCoords);this.mergeByControlPoint(n,null==(i=null==t?void 0:t.data)?void 0:i.worldCoords)}updateControlPoints(t,e){if(!this._bindedShape)return;const i=ri.find(this._controlPoints.children,(t=>t.id===`${this._cpId}1`));if(!i)return;In.getBoundingBoxByNode(this._bindedShape,Ol).getSize(Pl),Ol.getCenter(Bl),Nl.copy(Bl).add(kl.set(Pl.x/2,-Pl.y/2)),Jn(i,Nl);const n=parseInt(this._bindedShape.getAttribute("font-size")||"12")/10;i.setAttribute("r",n.toString());const s=ri.find(this._controlPoints.children,(t=>t.id===`${this._clId}1`));Rl.dispose().moveTo(Ol.min.x,Ol.min.y).lineTo(Ol.max.x,Ol.min.y).lineTo(Ol.max.x,Ol.max.y).lineTo(Ol.min.x,Ol.max.y).lineTo(Ol.min.x,Ol.min.y).closePath();const r=In.getSvgPathDByData(Rl.data);s.setAttribute("d",r),this.updateControlPointsRadius()}updateByControlPoints(t){if(!this._bindedShape||!this._bindedControlPoint)return;this._bindedControlPoint.id,In.getBoundingBoxByNode(this._bindedShape,Ol).getCenter(Pl);const e=We.getDistance(Pl,t),i=Math.abs(Math.round(e*this._fspl));this._bindedShape.setAttribute("font-size",i.toString())}}const Ll=20,Bl=new We,Pl=new We,kl=new We,Nl=new We,Ol=new ai,Rl=new cn;class zl extends qo{constructor(t,e){super(t,e),d(this,"type",Ho.DUMMY),d(this,"_locals",[]),d(this,"_bindedShape"),d(this,"currentShape"),d(this,"_cpOffset",new We),d(this,"_dragMap",new Map),d(this,"_labelsMap",new Map)}activate(){super.activate(),this.parent.enableHover(!1)}deactivate(){super.deactivate(),this._dragMap.size>0&&(this._dragMap.forEach((t=>{this.unmountShape(t),this.parent.drop(t)})),this._dragMap.clear()),this.unbindShape()}initDummy(t){var e;if(Array.isArray(t)||(t=[t]),null==t?void 0:t.length){for(let i=0,n=(null==t?void 0:t.length)||0;i<n;i++){const n=t[i];(null==n?void 0:n.id)||(n.id=hs());const s=null==n?void 0:n.id;let r=this.getShape(s);if(!r){const t=null==(e=(new DOMParser).parseFromString(n.marker,"image/svg+xml"))?void 0:e.documentElement,{nodeName:i}=t;if(r=document.createElementNS("http://www.w3.org/2000/svg",i),r.setAttribute("id",s),r.setAttribute("class","dummy-point"),Array.from(t.attributes).forEach((t=>r.setAttribute(t.name,t.value))),t.children.length>0?r.innerHTML=t.innerHTML:t.textContent&&(r.textContent=t.textContent),this.mountShape(r),this._locals.push(r),this.parent.drag(r,{id:s,type:this.type}),n.label){let t=r.getAttribute("stroke")||r.getAttribute("fill")||void 0;t&&(t=new Re(t).setA(1).getStyle());const e=$n({id:`${s}_txt`,textContent:n.label,fill:t});this.mountShape(e),this._labelsMap.set(s,e)}}Xn(r,Fl.copy(n))}this.updateLabels()}}deleteCurrentShape(){if(!this._bindedShape)return;const t=si.findIndex(this._locals,(t=>t===this._bindedShape));t>-1&&this._locals.splice(t,1),this.unmountShape(this._bindedShape),this.unbindShape(),this.currentShape=void 0}clearAllShapes(){var t,e;this.deleteCurrentShape();for(let i=0,n=this._locals.length;i<n;i++){this.unmountShape(this._locals[i]);const n=this._labelsMap.get(null==(t=this._locals[i])?void 0:t.id);n&&(this.unmountShape(n),this._labelsMap.delete(null==(e=this._locals[i])?void 0:e.id))}this._locals=[]}handleDragStart(t){var e,i,n;if((null==t?void 0:t.type)!==Gs.PAN_START||(null==(e=null==t?void 0:t.targetVo)?void 0:e.type)!==this.type)return;const{target:s,targetVo:r,center:a}=t||{},o=(null==r?void 0:r.id)||hs();Hl.set(a.x,a.y).sub(this.offset),(null==(i=this.view)?void 0:i.camera)&&Hl.unproject(null==(n=this.view)?void 0:n.camera),this.bindShape(t);const h=this.hasShape(o);this.currentShape=this.getShape(o),h?(In.parseNodeTransform(this.currentShape,ql).getTransition(Ul),this._cpOffset.copy(Hl).sub(Ul)):this._cpOffset.identity(),Hl.sub(this._cpOffset),Xn(this.currentShape,Hl),this.updateLabels()}handleDragMove(t){var e,i;if((null==t?void 0:t.type)!==Gs.PAN_MOVE)return;if(!this.currentShape)return;const{target:n,center:s}=t||{};Hl.set(s.x,s.y).sub(this.offset),(null==(e=this.view)?void 0:e.camera)&&Hl.unproject(null==(i=this.view)?void 0:i.camera),Hl.sub(this._cpOffset),Xn(this.currentShape,Hl),this.updateLabels()}handleDragEnd(t){var e,i,n;if((null==t?void 0:t.type)!==Gs.PAN_END)return;if(!this.currentShape)return;const{target:s,center:r}=t||{};Hl.set(r.x,r.y).sub(this.offset),(null==(e=this.view)?void 0:e.camera)&&Hl.unproject(null==(i=this.view)?void 0:i.camera),Hl.sub(this._cpOffset),Xn(this.currentShape,Hl);const a=null==(n=this.currentShape)?void 0:n.id;a&&!this._dragMap.has(a)&&(this.parent.drag(this.currentShape,{id:a,type:this.type}),this._dragMap.set(a,this.currentShape)),this.currentShape=void 0,this._cpOffset.identity(),this.updateLabels()}hasShape(t){return void 0!==si.find(this._locals,(e=>e.id===t))}getShape(t){let e=this._locals.find((e=>e.id===t));if(e)return e}bindShape(t){var e;const i=this._getIntersect(this._locals,null==(e=null==t?void 0:t.data)?void 0:e.worldCoords);this._bindedShape=i,this._bindedShape||this.unbindShape()}unbindShape(){this._bindedShape=void 0}handleWheel(t){var e,i,n;const s=(null==(n=null==(i=null==(e=this.parent)?void 0:e.view)?void 0:i.camera)?void 0:n.pixelWidth)||1,r=10*s;for(let t=0,e=this._locals.length;t<e;t++)"circle"===this._locals[t].nodeName&&(this._locals[t].setAttribute("stroke-width",String(s)),this._locals[t].setAttribute("r",String(r)));this.updateLabels()}updateLabels(){var t,e,i,n;null==(i=null==(e=null==(t=this.parent)?void 0:t.view)?void 0:e.camera)||i.pixelWidth;for(let t=0,e=(null==(n=this._locals)?void 0:n.length)||0;t<e;t++){const e=this._locals[t].id,i=this._labelsMap.get(e);if(!i)continue;In.getBoundingBoxByNode(this._locals[t],Vl.makeEmpty()),Vl.getSize(Wl);const n=Wl.x/2,s=Math.round(1.5*n);Ul.set(Vl.max.x,Vl.min.y+2*n+1.5*s),Xn(i,Ul),i.setAttribute("font-size",String(s))}}}const Hl=new We,Wl=new We,Fl=new We,Ul=new We,Vl=new ai,ql=new Fi;class jl extends Wi{constructor(t){super(),d(this,"mode",Wo.DEFAULT),d(this,"view"),d(this,"scene"),d(this,"tools",new Map),d(this,"activedTools",new Map),d(this,"tapHandler",this.handleTap.bind(this)),d(this,"doubleTapHandler",this.handleDoubleTap.bind(this)),d(this,"panStartHandler",this.handlePanStart.bind(this)),d(this,"panMoveHandler",this.handlePanMove.bind(this)),d(this,"panEndHandler",this.handlePanEnd.bind(this)),d(this,"_pointerOverHandler",this._handlePointerOver.bind(this)),d(this,"_wheelHandler",this.handleWheel.bind(this)),d(this,"_wheelEndHandler",this.handleWheelEnd.bind(this)),this.view=t,this.register([Ho.HOVER,Ho.DRAG,Ho.DUMMY,Ho.DRAW_POINT,Ho.DRAW_POLYLINE,Ho.DRAW_POLYGON,Ho.DRAW_TEXT]),this.setMode(this.mode)}destroy(){this.dispose(),this.unbindEvents(),this.tools.clear()}dispose(){this.tools.forEach((t=>{t.deactivate&&t.deactivate()})),this.scene=void 0}register(t){Array.isArray(t)||(t=[t]),this.deactiveAll();for(let e,i=0,n=(null==t?void 0:t.length)||0;i<n;i++){e=t[i];let n=this.tools.get(e);if(!n){switch(e){case Ho.HOVER:n=new fh(this,this.view);break;case Ho.DRAG:n=new dh(this,this.view);break;case Ho.DUMMY:n=new zl(this,this.view);break;case Ho.DRAW_POINT:n=new oh(this,this.view);break;case Ho.DRAW_POLYLINE:n=new tl(this,this.view);break;case Ho.DRAW_POLYGON:n=new gl(this,this.view);break;case Ho.DRAW_TEXT:n=new Dl(this,this.view)}n&&this.tools.set(e,n)}}return this}setMode(t){if(t){this.mode=t,Ae.config.editorMode=Wo.PICKER,this.deactiveAll();for(let e=1;e<=t;e<<=1)if(t&e){const t=e;this.tools.has(t)&&this.activateTool(t)}}}getMode(){return this.mode}deactiveAll(t){const e=[];this.activedTools.forEach((i=>{(null==t?void 0:t.includes(i.type))||e.push(i.type)})),e.forEach((t=>{var e;null==(e=this.activedTools.get(t))||e.deactivate(),this.activedTools.delete(t)}))}activateTool(t){const e=this.tools.get(t);e&&(null==e||e.deactivate(),this.activedTools.set(e.type,e),this.scene&&e.bindScene&&e.bindScene(this.scene),e.activate())}bindScene(...t){return this.scene=t[0],this.bindEvents(),this}get(t){return this.tools.get(t)}getActiveTool(t){return this.activedTools.get(t)}fnEnableChanged(t=!1){this.activedTools.forEach((e=>{e.fnEnableChanged&&e.fnEnableChanged(t)}))}editorFillChanged(t){this.activedTools.forEach((e=>{e.editorFillChanged&&e.editorFillChanged(t)}))}editorStrokeChanged(t){this.activedTools.forEach((e=>{e.editorStrokeChanged&&e.editorStrokeChanged(t)}))}editorStrokeWidthChanged(t){this.activedTools.forEach((e=>{e.editorStrokeWidthChanged&&e.editorStrokeWidthChanged(t)}))}editorStrokeDasharrayChanged(t){this.activedTools.forEach((e=>{e.editorStrokeDasharrayChanged&&e.editorStrokeDasharrayChanged(t)}))}editorStrokeArrowChanged(t){this.activedTools.forEach((e=>{e.editorStrokeArrowChanged&&e.editorStrokeArrowChanged(t)}))}editorFontSizeChanged(t){this.activedTools.forEach((e=>{e.editorFontSizeChanged&&e.editorFontSizeChanged(t)}))}editorTextContentChanged(t){this.activedTools.forEach((e=>{e.editorTextContentChanged&&e.editorTextContentChanged(t)}))}editorDeleteCurrentShape(){this.activedTools.forEach((t=>{t.deleteCurrentShape&&t.deleteCurrentShape()}))}editorClearAllShapes(){this.activedTools.forEach((t=>{t.clearAllShapes&&t.clearAllShapes()}))}getEditorCurrentShapes(){const t=[],e=new XMLSerializer;return this.activedTools.forEach((i=>{var n;null==(n=i._locals)||n.forEach((i=>{let n=e.serializeToString(i);n=n.replace(/\s*xmlns="http:\/\/www\.w3\.org\/2000\/svg"/gi,""),n=n.replace(/\s*xmlns:xlink="[^"]*"/gi,""),n=n.replace(/\sstyle\s*=\s*(['"])(.*?)\1/g,""),t.push(n)}))})),t}editorInitShapes(t){if(!t)return;Array.isArray(t)||(t=[t]);const e=t.map((t=>{var e;return null==(e=(new DOMParser).parseFromString(t,"image/svg+xml"))?void 0:e.documentElement}));this.activedTools.forEach((t=>t.initShapes&&t.initShapes(e)))}editorInitDummy(t){Array.isArray(t)||(t=[t]),(null==t?void 0:t.length)&&this.activedTools.forEach((e=>e.initDummy&&e.initDummy(t)))}editorUnitsChanged(t){this.activedTools.forEach((e=>{e.editorUnitsChanged&&e.editorUnitsChanged(t)}))}bindEvents(){var t,e,i,n,s,r,a,o,h,l,u,c,d,p,f,m;this.unbindEvents(),null==(e=null==(t=this.view)?void 0:t.controller)||e.addEventListener(Ph.TAP,this.tapHandler),null==(n=null==(i=this.view)?void 0:i.controller)||n.addEventListener(Ph.DOUBLE_TAP,this.doubleTapHandler),null==(r=null==(s=this.view)?void 0:s.controller)||r.addEventListener(Ph.PAN_START,this.panStartHandler),null==(o=null==(a=this.view)?void 0:a.controller)||o.addEventListener(Ph.PAN_MOVE,this.panMoveHandler),null==(l=null==(h=this.view)?void 0:h.controller)||l.addEventListener(Ph.PAN_END,this.panEndHandler),null==(c=null==(u=this.view)?void 0:u.controller)||c.addEventListener(Ph.POINTEROVER,this._pointerOverHandler),null==(p=null==(d=this.view)?void 0:d.controller)||p.addEventListener(Ph.WHEEL,this._wheelHandler),null==(m=null==(f=this.view)?void 0:f.controller)||m.addEventListener(Ph.WHEEL_END,this._wheelEndHandler)}unbindEvents(){var t,e,i,n,s,r,a,o,h,l,u,c;null==(e=null==(t=this.view)?void 0:t.controller)||e.removeEventListener(Ph.TAP,this.tapHandler),null==(n=null==(i=this.view)?void 0:i.controller)||n.removeEventListener(Ph.DOUBLE_TAP,this.doubleTapHandler),null==(r=null==(s=this.view)?void 0:s.controller)||r.removeEventListener(Ph.PAN_START,this.panStartHandler),null==(o=null==(a=this.view)?void 0:a.controller)||o.removeEventListener(Ph.PAN_MOVE,this.panMoveHandler),null==(l=null==(h=this.view)?void 0:h.controller)||l.removeEventListener(Ph.PAN_END,this.panEndHandler),null==(c=null==(u=this.view)?void 0:u.controller)||c.removeEventListener(Ph.POINTEROVER,this._pointerOverHandler)}handleTap(t){this.activedTools.forEach((e=>{e.handleTap&&e.handleTap(t)}))}handleDoubleTap(t){this.activedTools.forEach((e=>{e.handleDoubleTap&&e.handleDoubleTap(t)}))}handlePanStart(t){this.activedTools.forEach((e=>{e.handlePanStart&&e.handlePanStart(t)}))}handlePanMove(t){this.activedTools.forEach((e=>{e.handlePanMove&&e.handlePanMove(t)}))}handlePanEnd(t){this.activedTools.forEach((e=>{e.handlePanEnd&&e.handlePanEnd(t)}))}enableHover(t){var e;null==(e=this.get(Ho.HOVER))||e.enableHover(t)}_handlePointerOver(t){var e;null==(e=this.get(Ho.HOVER))||e._handlePointerOver(t)}handlePointerOver(t){this.activedTools.forEach((e=>{e.handlePointerOver&&e.handlePointerOver(t)}))}handlePointerOut(t){this.activedTools.forEach((e=>{e.handlePointerOut&&e.handlePointerOut(t)}))}handlePointerMove(t){this.activedTools.forEach((e=>{e.handlePointerMove&&e.handlePointerMove(t)}))}handleWheel(t){this.activedTools.forEach((e=>{"function"==typeof e.handleWheel&&e.handleWheel(t)}))}handleWheelEnd(t){this.activedTools.forEach((e=>{"function"==typeof e.handleWheelEnd&&e.handleWheelEnd(t)}))}drag(t,e){var i;this.mode&Ho.DRAG&&(null==(i=this.get(Ho.DRAG))||i.drag(t,e))}drop(t){var e;this.mode===Wo.DRAWING&&(null==(e=this.get(Ho.DRAG))||e.drop(t))}setEnablePan(t=!1){this.view&&this.view.setEnablePan&&this.view.setEnablePan(t)}isEnablePan(){var t,e;return null==(e=null==(t=this.view)?void 0:t.controller)?void 0:e.enablePan}handleDragStart(t){this.activedTools.forEach((e=>{e.handleDragStart&&e.handleDragStart(t)}))}handleDragMove(t){this.activedTools.forEach((e=>{e.handleDragMove&&e.handleDragMove(t)}))}handleDragEnd(t){this.activedTools.forEach((e=>{e.handleDragEnd&&e.handleDragEnd(t)})),this.dispatchEvent({type:Mi.DRAG_END,data:t})}}const Yl=new ai;var Gl=(t=>(t.SELECTED="SELECTED",t.POINTEROVER="pointerover",t.POINTERLEAVE="pointerleave",t.DRAG_END="panend",t.TAP="tap",t))(Gl||{});const $l="srgb",Xl="srgb-linear",Zl="linear",Jl="srgb";class Ql{addEventListener(t,e){void 0===this._listeners&&(this._listeners={});const i=this._listeners;void 0===i[t]&&(i[t]=[]),-1===i[t].indexOf(e)&&i[t].push(e)}hasEventListener(t,e){const i=this._listeners;return void 0!==i&&void 0!==i[t]&&-1!==i[t].indexOf(e)}removeEventListener(t,e){const i=this._listeners;if(void 0===i)return;const n=i[t];if(void 0!==n){const t=n.indexOf(e);-1!==t&&n.splice(t,1)}}dispatchEvent(t){const e=this._listeners;if(void 0===e)return;const i=e[t.type];if(void 0!==i){t.target=this;const e=i.slice(0);for(let i=0,n=e.length;i<n;i++)e[i].call(this,t);t.target=null}}}const Kl=["00","01","02","03","04","05","06","07","08","09","0a","0b","0c","0d","0e","0f","10","11","12","13","14","15","16","17","18","19","1a","1b","1c","1d","1e","1f","20","21","22","23","24","25","26","27","28","29","2a","2b","2c","2d","2e","2f","30","31","32","33","34","35","36","37","38","39","3a","3b","3c","3d","3e","3f","40","41","42","43","44","45","46","47","48","49","4a","4b","4c","4d","4e","4f","50","51","52","53","54","55","56","57","58","59","5a","5b","5c","5d","5e","5f","60","61","62","63","64","65","66","67","68","69","6a","6b","6c","6d","6e","6f","70","71","72","73","74","75","76","77","78","79","7a","7b","7c","7d","7e","7f","80","81","82","83","84","85","86","87","88","89","8a","8b","8c","8d","8e","8f","90","91","92","93","94","95","96","97","98","99","9a","9b","9c","9d","9e","9f","a0","a1","a2","a3","a4","a5","a6","a7","a8","a9","aa","ab","ac","ad","ae","af","b0","b1","b2","b3","b4","b5","b6","b7","b8","b9","ba","bb","bc","bd","be","bf","c0","c1","c2","c3","c4","c5","c6","c7","c8","c9","ca","cb","cc","cd","ce","cf","d0","d1","d2","d3","d4","d5","d6","d7","d8","d9","da","db","dc","dd","de","df","e0","e1","e2","e3","e4","e5","e6","e7","e8","e9","ea","eb","ec","ed","ee","ef","f0","f1","f2","f3","f4","f5","f6","f7","f8","f9","fa","fb","fc","fd","fe","ff"];function tu(){const t=4294967295*Math.random()|0,e=4294967295*Math.random()|0,i=4294967295*Math.random()|0,n=4294967295*Math.random()|0;return(Kl[255&t]+Kl[t>>8&255]+Kl[t>>16&255]+Kl[t>>24&255]+"-"+Kl[255&e]+Kl[e>>8&255]+"-"+Kl[e>>16&15|64]+Kl[e>>24&255]+"-"+Kl[63&i|128]+Kl[i>>8&255]+"-"+Kl[i>>16&255]+Kl[i>>24&255]+Kl[255&n]+Kl[n>>8&255]+Kl[n>>16&255]+Kl[n>>24&255]).toLowerCase()}function eu(t,e,i){return Math.max(e,Math.min(i,t))}function iu(t,e,i){return(1-i)*t+i*e}function nu(t,e){switch(e.constructor){case Float32Array:return t;case Uint32Array:return t/4294967295;case Uint16Array:return t/65535;case Uint8Array:return t/255;case Int32Array:return Math.max(t/2147483647,-1);case Int16Array:return Math.max(t/32767,-1);case Int8Array:return Math.max(t/127,-1);default:throw new Error("Invalid component type.")}}function su(t,e){switch(e.constructor){case Float32Array:return t;case Uint32Array:return Math.round(4294967295*t);case Uint16Array:return Math.round(65535*t);case Uint8Array:return Math.round(255*t);case Int32Array:return Math.round(2147483647*t);case Int16Array:return Math.round(32767*t);case Int8Array:return Math.round(127*t);default:throw new Error("Invalid component type.")}}class ru{constructor(t=0,e=0){ru.prototype.isVector2=!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,e){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)}}clone(){return new this.constructor(this.x,this.y)}copy(t){return this.x=t.x,this.y=t.y,this}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,i=this.y,n=t.elements;return this.x=n[0]*e+n[3]*i+n[6],this.y=n[1]*e+n[4]*i+n[7],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=eu(this.x,t.x,e.x),this.y=eu(this.y,t.y,e.y),this}clampScalar(t,e){return this.x=eu(this.x,t,e),this.y=eu(this.y,t,e),this}clampLength(t,e){const i=this.length();return this.divideScalar(i||1).multiplyScalar(eu(i,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}lengthSq(){return this.x*this.x+this.y*this.y}length(){return Math.sqrt(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(0===e)return Math.PI/2;const i=this.dot(t)/e;return Math.acos(eu(i,-1,1))}distanceTo(t){return Math.sqrt(this.distanceToSquared(t))}distanceToSquared(t){const e=this.x-t.x,i=this.y-t.y;return e*e+i*i}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,i){return this.x=t.x+(e.x-t.x)*i,this.y=t.y+(e.y-t.y)*i,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 i=Math.cos(e),n=Math.sin(e),s=this.x-t.x,r=this.y-t.y;return this.x=s*i-r*n+t.x,this.y=s*n+r*i+t.y,this}random(){return this.x=Math.random(),this.y=Math.random(),this}*[Symbol.iterator](){yield this.x,yield this.y}}class au{constructor(t,e,i,n,s,r,a,o,h){au.prototype.isMatrix3=!0,this.elements=[1,0,0,0,1,0,0,0,1],void 0!==t&&this.set(t,e,i,n,s,r,a,o,h)}set(t,e,i,n,s,r,a,o,h){const l=this.elements;return l[0]=t,l[1]=n,l[2]=a,l[3]=e,l[4]=s,l[5]=o,l[6]=i,l[7]=r,l[8]=h,this}identity(){return this.set(1,0,0,0,1,0,0,0,1),this}copy(t){const e=this.elements,i=t.elements;return e[0]=i[0],e[1]=i[1],e[2]=i[2],e[3]=i[3],e[4]=i[4],e[5]=i[5],e[6]=i[6],e[7]=i[7],e[8]=i[8],this}extractBasis(t,e,i){return t.setFromMatrix3Column(this,0),e.setFromMatrix3Column(this,1),i.setFromMatrix3Column(this,2),this}setFromMatrix4(t){const e=t.elements;return this.set(e[0],e[4],e[8],e[1],e[5],e[9],e[2],e[6],e[10]),this}multiply(t){return this.multiplyMatrices(this,t)}premultiply(t){return this.multiplyMatrices(t,this)}multiplyMatrices(t,e){const i=t.elements,n=e.elements,s=this.elements,r=i[0],a=i[3],o=i[6],h=i[1],l=i[4],u=i[7],c=i[2],d=i[5],p=i[8],f=n[0],m=n[3],g=n[6],y=n[1],v=n[4],x=n[7],b=n[2],w=n[5],_=n[8];return s[0]=r*f+a*y+o*b,s[3]=r*m+a*v+o*w,s[6]=r*g+a*x+o*_,s[1]=h*f+l*y+u*b,s[4]=h*m+l*v+u*w,s[7]=h*g+l*x+u*_,s[2]=c*f+d*y+p*b,s[5]=c*m+d*v+p*w,s[8]=c*g+d*x+p*_,this}multiplyScalar(t){const e=this.elements;return e[0]*=t,e[3]*=t,e[6]*=t,e[1]*=t,e[4]*=t,e[7]*=t,e[2]*=t,e[5]*=t,e[8]*=t,this}determinant(){const t=this.elements,e=t[0],i=t[1],n=t[2],s=t[3],r=t[4],a=t[5],o=t[6],h=t[7],l=t[8];return e*r*l-e*a*h-i*s*l+i*a*o+n*s*h-n*r*o}invert(){const t=this.elements,e=t[0],i=t[1],n=t[2],s=t[3],r=t[4],a=t[5],o=t[6],h=t[7],l=t[8],u=l*r-a*h,c=a*o-l*s,d=h*s-r*o,p=e*u+i*c+n*d;if(0===p)return this.set(0,0,0,0,0,0,0,0,0);const f=1/p;return t[0]=u*f,t[1]=(n*h-l*i)*f,t[2]=(a*i-n*r)*f,t[3]=c*f,t[4]=(l*e-n*o)*f,t[5]=(n*s-a*e)*f,t[6]=d*f,t[7]=(i*o-h*e)*f,t[8]=(r*e-i*s)*f,this}transpose(){let t;const e=this.elements;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.elements;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,i,n,s,r,a){const o=Math.cos(s),h=Math.sin(s);return this.set(i*o,i*h,-i*(o*r+h*a)+r+t,-n*h,n*o,-n*(-h*r+o*a)+a+e,0,0,1),this}scale(t,e){return this.premultiply(ou.makeScale(t,e)),this}rotate(t){return this.premultiply(ou.makeRotation(-t)),this}translate(t,e){return this.premultiply(ou.makeTranslation(t,e)),this}makeTranslation(t,e){return t.isVector2?this.set(1,0,t.x,0,1,t.y,0,0,1):this.set(1,0,t,0,1,e,0,0,1),this}makeRotation(t){const e=Math.cos(t),i=Math.sin(t);return this.set(e,-i,0,i,e,0,0,0,1),this}makeScale(t,e){return this.set(t,0,0,0,e,0,0,0,1),this}equals(t){const e=this.elements,i=t.elements;for(let t=0;t<9;t++)if(e[t]!==i[t])return!1;return!0}fromArray(t,e=0){for(let i=0;i<9;i++)this.elements[i]=t[i+e];return this}toArray(t=[],e=0){const i=this.elements;return t[e]=i[0],t[e+1]=i[1],t[e+2]=i[2],t[e+3]=i[3],t[e+4]=i[4],t[e+5]=i[5],t[e+6]=i[6],t[e+7]=i[7],t[e+8]=i[8],t}clone(){return(new this.constructor).fromArray(this.elements)}}const ou=new au;function hu(t){return document.createElementNS("http://www.w3.org/1999/xhtml",t)}const lu=(new au).set(.4123908,.3575843,.1804808,.212639,.7151687,.0721923,.0193308,.1191948,.9505322),uu=(new au).set(3.2409699,-1.5373832,-.4986108,-.9692436,1.8759675,.0415551,.0556301,-.203977,1.0569715);const cu=function(){const t={enabled:!0,workingColorSpace:Xl,spaces:{},convert:function(t,e,i){return!1!==this.enabled&&e!==i&&e&&i?(this.spaces[e].transfer===Jl&&(t.r=du(t.r),t.g=du(t.g),t.b=du(t.b)),this.spaces[e].primaries!==this.spaces[i].primaries&&(t.applyMatrix3(this.spaces[e].toXYZ),t.applyMatrix3(this.spaces[i].fromXYZ)),this.spaces[i].transfer===Jl&&(t.r=pu(t.r),t.g=pu(t.g),t.b=pu(t.b)),t):t},fromWorkingColorSpace:function(t,e){return this.convert(t,this.workingColorSpace,e)},toWorkingColorSpace:function(t,e){return this.convert(t,e,this.workingColorSpace)},getPrimaries:function(t){return this.spaces[t].primaries},getTransfer:function(t){return""===t?Zl:this.spaces[t].transfer},getLuminanceCoefficients:function(t,e=this.workingColorSpace){return t.fromArray(this.spaces[e].luminanceCoefficients)},define:function(t){Object.assign(this.spaces,t)},_getMatrix:function(t,e,i){return t.copy(this.spaces[e].toXYZ).multiply(this.spaces[i].fromXYZ)},_getDrawingBufferColorSpace:function(t){return this.spaces[t].outputColorSpaceConfig.drawingBufferColorSpace},_getUnpackColorSpace:function(t=this.workingColorSpace){return this.spaces[t].workingColorSpaceConfig.unpackColorSpace}},e=[.64,.33,.3,.6,.15,.06],i=[.2126,.7152,.0722],n=[.3127,.329];return t.define({[Xl]:{primaries:e,whitePoint:n,transfer:Zl,toXYZ:lu,fromXYZ:uu,luminanceCoefficients:i,workingColorSpaceConfig:{unpackColorSpace:$l},outputColorSpaceConfig:{drawingBufferColorSpace:$l}},[$l]:{primaries:e,whitePoint:n,transfer:Jl,toXYZ:lu,fromXYZ:uu,luminanceCoefficients:i,outputColorSpaceConfig:{drawingBufferColorSpace:$l}}}),t}();function du(t){return t<.04045?.0773993808*t:Math.pow(.9478672986*t+.0521327014,2.4)}function pu(t){return t<.0031308?12.92*t:1.055*Math.pow(t,.41666)-.055}let fu;class mu{static getDataURL(t,e="image/png"){if(/^data:/i.test(t.src))return t.src;if("undefined"==typeof HTMLCanvasElement)return t.src;let i;if(t instanceof HTMLCanvasElement)i=t;else{void 0===fu&&(fu=hu("canvas")),fu.width=t.width,fu.height=t.height;const e=fu.getContext("2d");t instanceof ImageData?e.putImageData(t,0,0):e.drawImage(t,0,0,t.width,t.height),i=fu}return i.toDataURL(e)}static sRGBToLinear(t){if("undefined"!=typeof HTMLImageElement&&t instanceof HTMLImageElement||"undefined"!=typeof HTMLCanvasElement&&t instanceof HTMLCanvasElement||"undefined"!=typeof ImageBitmap&&t instanceof ImageBitmap){const e=hu("canvas");e.width=t.width,e.height=t.height;const i=e.getContext("2d");i.drawImage(t,0,0,t.width,t.height);const n=i.getImageData(0,0,t.width,t.height),s=n.data;for(let t=0;t<s.length;t++)s[t]=255*du(s[t]/255);return i.putImageData(n,0,0),e}if(t.data){const e=t.data.slice(0);for(let t=0;t<e.length;t++)e instanceof Uint8Array||e instanceof Uint8ClampedArray?e[t]=Math.floor(255*du(e[t]/255)):e[t]=du(e[t]);return{data:e,width:t.width,height:t.height}}return t}}let gu=0;class yu{constructor(t=null){this.isSource=!0,Object.defineProperty(this,"id",{value:gu++}),this.uuid=tu(),this.data=t,this.dataReady=!0,this.version=0}set needsUpdate(t){!0===t&&this.version++}toJSON(t){const e=void 0===t||"string"==typeof t;if(!e&&void 0!==t.images[this.uuid])return t.images[this.uuid];const i={uuid:this.uuid,url:""},n=this.data;if(null!==n){let t;if(Array.isArray(n)){t=[];for(let e=0,i=n.length;e<i;e++)n[e].isDataTexture?t.push(vu(n[e].image)):t.push(vu(n[e]))}else t=vu(n);i.url=t}return e||(t.images[this.uuid]=i),i}}function vu(t){return"undefined"!=typeof HTMLImageElement&&t instanceof HTMLImageElement||"undefined"!=typeof HTMLCanvasElement&&t instanceof HTMLCanvasElement||"undefined"!=typeof ImageBitmap&&t instanceof ImageBitmap?mu.getDataURL(t):t.data?{data:Array.from(t.data),width:t.width,height:t.height,type:t.data.constructor.name}:{}}let xu=0,bu=class t extends Ql{constructor(e=t.DEFAULT_IMAGE,i=t.DEFAULT_MAPPING,n=1001,s=1001,r=1006,a=1008,o=1023,h=1009,l=t.DEFAULT_ANISOTROPY,u=""){super(),this.isTexture=!0,Object.defineProperty(this,"id",{value:xu++}),this.uuid=tu(),this.name="",this.source=new yu(e),this.mipmaps=[],this.mapping=i,this.channel=0,this.wrapS=n,this.wrapT=s,this.magFilter=r,this.minFilter=a,this.anisotropy=l,this.format=o,this.internalFormat=null,this.type=h,this.offset=new ru(0,0),this.repeat=new ru(1,1),this.center=new ru(0,0),this.rotation=0,this.matrixAutoUpdate=!0,this.matrix=new au,this.generateMipmaps=!0,this.premultiplyAlpha=!1,this.flipY=!0,this.unpackAlignment=4,this.colorSpace=u,this.userData={},this.version=0,this.onUpdate=null,this.renderTarget=null,this.isRenderTargetTexture=!1,this.isTextureArray=!1,this.pmremVersion=0}get image(){return this.source.data}set image(t=null){this.source.data=t}updateMatrix(){this.matrix.setUvTransform(this.offset.x,this.offset.y,this.repeat.x,this.repeat.y,this.rotation,this.center.x,this.center.y)}clone(){return(new this.constructor).copy(this)}copy(t){return this.name=t.name,this.source=t.source,this.mipmaps=t.mipmaps.slice(0),this.mapping=t.mapping,this.channel=t.channel,this.wrapS=t.wrapS,this.wrapT=t.wrapT,this.magFilter=t.magFilter,this.minFilter=t.minFilter,this.anisotropy=t.anisotropy,this.format=t.format,this.internalFormat=t.internalFormat,this.type=t.type,this.offset.copy(t.offset),this.repeat.copy(t.repeat),this.center.copy(t.center),this.rotation=t.rotation,this.matrixAutoUpdate=t.matrixAutoUpdate,this.matrix.copy(t.matrix),this.generateMipmaps=t.generateMipmaps,this.premultiplyAlpha=t.premultiplyAlpha,this.flipY=t.flipY,this.unpackAlignment=t.unpackAlignment,this.colorSpace=t.colorSpace,this.renderTarget=t.renderTarget,this.isRenderTargetTexture=t.isRenderTargetTexture,this.isTextureArray=t.isTextureArray,this.userData=JSON.parse(JSON.stringify(t.userData)),this.needsUpdate=!0,this}toJSON(t){const e=void 0===t||"string"==typeof t;if(!e&&void 0!==t.textures[this.uuid])return t.textures[this.uuid];const i={metadata:{version:4.6,type:"Texture",generator:"Texture.toJSON"},uuid:this.uuid,name:this.name,image:this.source.toJSON(t).uuid,mapping:this.mapping,channel:this.channel,repeat:[this.repeat.x,this.repeat.y],offset:[this.offset.x,this.offset.y],center:[this.center.x,this.center.y],rotation:this.rotation,wrap:[this.wrapS,this.wrapT],format:this.format,internalFormat:this.internalFormat,type:this.type,colorSpace:this.colorSpace,minFilter:this.minFilter,magFilter:this.magFilter,anisotropy:this.anisotropy,flipY:this.flipY,generateMipmaps:this.generateMipmaps,premultiplyAlpha:this.premultiplyAlpha,unpackAlignment:this.unpackAlignment};return Object.keys(this.userData).length>0&&(i.userData=this.userData),e||(t.textures[this.uuid]=i),i}dispose(){this.dispatchEvent({type:"dispose"})}transformUv(t){if(300!==this.mapping)return t;if(t.applyMatrix3(this.matrix),t.x<0||t.x>1)switch(this.wrapS){case 1e3:t.x=t.x-Math.floor(t.x);break;case 1001:t.x=t.x<0?0:1;break;case 1002:1===Math.abs(Math.floor(t.x)%2)?t.x=Math.ceil(t.x)-t.x:t.x=t.x-Math.floor(t.x)}if(t.y<0||t.y>1)switch(this.wrapT){case 1e3:t.y=t.y-Math.floor(t.y);break;case 1001:t.y=t.y<0?0:1;break;case 1002:1===Math.abs(Math.floor(t.y)%2)?t.y=Math.ceil(t.y)-t.y:t.y=t.y-Math.floor(t.y)}return this.flipY&&(t.y=1-t.y),t}set needsUpdate(t){!0===t&&(this.version++,this.source.needsUpdate=!0)}set needsPMREMUpdate(t){!0===t&&this.pmremVersion++}};bu.DEFAULT_IMAGE=null,bu.DEFAULT_MAPPING=300,bu.DEFAULT_ANISOTROPY=1;class wu{constructor(t=0,e=0,i=0,n=1){this.isQuaternion=!0,this._x=t,this._y=e,this._z=i,this._w=n}static slerpFlat(t,e,i,n,s,r,a){let o=i[n+0],h=i[n+1],l=i[n+2],u=i[n+3];const c=s[r+0],d=s[r+1],p=s[r+2],f=s[r+3];if(0===a)return t[e+0]=o,t[e+1]=h,t[e+2]=l,void(t[e+3]=u);if(1===a)return t[e+0]=c,t[e+1]=d,t[e+2]=p,void(t[e+3]=f);if(u!==f||o!==c||h!==d||l!==p){let t=1-a;const e=o*c+h*d+l*p+u*f,i=e>=0?1:-1,n=1-e*e;if(n>Number.EPSILON){const s=Math.sqrt(n),r=Math.atan2(s,e*i);t=Math.sin(t*r)/s,a=Math.sin(a*r)/s}const s=a*i;if(o=o*t+c*s,h=h*t+d*s,l=l*t+p*s,u=u*t+f*s,t===1-a){const t=1/Math.sqrt(o*o+h*h+l*l+u*u);o*=t,h*=t,l*=t,u*=t}}t[e]=o,t[e+1]=h,t[e+2]=l,t[e+3]=u}static multiplyQuaternionsFlat(t,e,i,n,s,r){const a=i[n],o=i[n+1],h=i[n+2],l=i[n+3],u=s[r],c=s[r+1],d=s[r+2],p=s[r+3];return t[e]=a*p+l*u+o*d-h*c,t[e+1]=o*p+l*c+h*u-a*d,t[e+2]=h*p+l*d+a*c-o*u,t[e+3]=l*p-a*u-o*c-h*d,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,e,i,n){return this._x=t,this._y=e,this._z=i,this._w=n,this._onChangeCallback(),this}clone(){return new this.constructor(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 i=t._x,n=t._y,s=t._z,r=t._order,a=Math.cos,o=Math.sin,h=a(i/2),l=a(n/2),u=a(s/2),c=o(i/2),d=o(n/2),p=o(s/2);switch(r){case"XYZ":this._x=c*l*u+h*d*p,this._y=h*d*u-c*l*p,this._z=h*l*p+c*d*u,this._w=h*l*u-c*d*p;break;case"YXZ":this._x=c*l*u+h*d*p,this._y=h*d*u-c*l*p,this._z=h*l*p-c*d*u,this._w=h*l*u+c*d*p;break;case"ZXY":this._x=c*l*u-h*d*p,this._y=h*d*u+c*l*p,this._z=h*l*p+c*d*u,this._w=h*l*u-c*d*p;break;case"ZYX":this._x=c*l*u-h*d*p,this._y=h*d*u+c*l*p,this._z=h*l*p-c*d*u,this._w=h*l*u+c*d*p;break;case"YZX":this._x=c*l*u+h*d*p,this._y=h*d*u+c*l*p,this._z=h*l*p-c*d*u,this._w=h*l*u-c*d*p;break;case"XZY":this._x=c*l*u-h*d*p,this._y=h*d*u-c*l*p,this._z=h*l*p+c*d*u,this._w=h*l*u+c*d*p}return!0===e&&this._onChangeCallback(),this}setFromAxisAngle(t,e){const i=e/2,n=Math.sin(i);return this._x=t.x*n,this._y=t.y*n,this._z=t.z*n,this._w=Math.cos(i),this._onChangeCallback(),this}setFromRotationMatrix(t){const e=t.elements,i=e[0],n=e[4],s=e[8],r=e[1],a=e[5],o=e[9],h=e[2],l=e[6],u=e[10],c=i+a+u;if(c>0){const t=.5/Math.sqrt(c+1);this._w=.25/t,this._x=(l-o)*t,this._y=(s-h)*t,this._z=(r-n)*t}else if(i>a&&i>u){const t=2*Math.sqrt(1+i-a-u);this._w=(l-o)/t,this._x=.25*t,this._y=(n+r)/t,this._z=(s+h)/t}else if(a>u){const t=2*Math.sqrt(1+a-i-u);this._w=(s-h)/t,this._x=(n+r)/t,this._y=.25*t,this._z=(o+l)/t}else{const t=2*Math.sqrt(1+u-i-a);this._w=(r-n)/t,this._x=(s+h)/t,this._y=(o+l)/t,this._z=.25*t}return this._onChangeCallback(),this}setFromUnitVectors(t,e){let i=t.dot(e)+1;return i<Number.EPSILON?(i=0,Math.abs(t.x)>Math.abs(t.z)?(this._x=-t.y,this._y=t.x,this._z=0,this._w=i):(this._x=0,this._y=-t.z,this._z=t.y,this._w=i)):(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=i),this.normalize()}angleTo(t){return 2*Math.acos(Math.abs(eu(this.dot(t),-1,1)))}rotateTowards(t,e){const i=this.angleTo(t);if(0===i)return this;const n=Math.min(1,e/i);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 0===t?(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 i=t._x,n=t._y,s=t._z,r=t._w,a=e._x,o=e._y,h=e._z,l=e._w;return this._x=i*l+r*a+n*h-s*o,this._y=n*l+r*o+s*a-i*h,this._z=s*l+r*h+i*o-n*a,this._w=r*l-i*a-n*o-s*h,this._onChangeCallback(),this}slerp(t,e){if(0===e)return this;if(1===e)return this.copy(t);const i=this._x,n=this._y,s=this._z,r=this._w;let a=r*t._w+i*t._x+n*t._y+s*t._z;if(a<0?(this._w=-t._w,this._x=-t._x,this._y=-t._y,this._z=-t._z,a=-a):this.copy(t),a>=1)return this._w=r,this._x=i,this._y=n,this._z=s,this;const o=1-a*a;if(o<=Number.EPSILON){const t=1-e;return this._w=t*r+e*this._w,this._x=t*i+e*this._x,this._y=t*n+e*this._y,this._z=t*s+e*this._z,this.normalize(),this}const h=Math.sqrt(o),l=Math.atan2(h,a),u=Math.sin((1-e)*l)/h,c=Math.sin(e*l)/h;return this._w=r*u+this._w*c,this._x=i*u+this._x*c,this._y=n*u+this._y*c,this._z=s*u+this._z*c,this._onChangeCallback(),this}slerpQuaternions(t,e,i){return this.copy(t).slerp(e,i)}random(){const t=2*Math.PI*Math.random(),e=2*Math.PI*Math.random(),i=Math.random(),n=Math.sqrt(1-i),s=Math.sqrt(i);return this.set(n*Math.sin(t),n*Math.cos(t),s*Math.sin(e),s*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}}let _u=class t{constructor(e=0,i=0,n=0){t.prototype.isVector3=!0,this.x=e,this.y=i,this.z=n}set(t,e,i){return void 0===i&&(i=this.z),this.x=t,this.y=e,this.z=i,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 this.constructor(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(Eu.setFromEuler(t))}applyAxisAngle(t,e){return this.applyQuaternion(Eu.setFromAxisAngle(t,e))}applyMatrix3(t){const e=this.x,i=this.y,n=this.z,s=t.elements;return this.x=s[0]*e+s[3]*i+s[6]*n,this.y=s[1]*e+s[4]*i+s[7]*n,this.z=s[2]*e+s[5]*i+s[8]*n,this}applyNormalMatrix(t){return this.applyMatrix3(t).normalize()}applyMatrix4(t){const e=this.x,i=this.y,n=this.z,s=t.elements,r=1/(s[3]*e+s[7]*i+s[11]*n+s[15]);return this.x=(s[0]*e+s[4]*i+s[8]*n+s[12])*r,this.y=(s[1]*e+s[5]*i+s[9]*n+s[13])*r,this.z=(s[2]*e+s[6]*i+s[10]*n+s[14])*r,this}applyQuaternion(t){const e=this.x,i=this.y,n=this.z,s=t.x,r=t.y,a=t.z,o=t.w,h=2*(r*n-a*i),l=2*(a*e-s*n),u=2*(s*i-r*e);return this.x=e+o*h+r*u-a*l,this.y=i+o*l+a*h-s*u,this.z=n+o*u+s*l-r*h,this}project(t){return this.applyMatrix4(t.matrixWorldInverse).applyMatrix4(t.projectionMatrix)}unproject(t){return this.applyMatrix4(t.projectionMatrixInverse).applyMatrix4(t.matrixWorld)}transformDirection(t){const e=this.x,i=this.y,n=this.z,s=t.elements;return this.x=s[0]*e+s[4]*i+s[8]*n,this.y=s[1]*e+s[5]*i+s[9]*n,this.z=s[2]*e+s[6]*i+s[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=eu(this.x,t.x,e.x),this.y=eu(this.y,t.y,e.y),this.z=eu(this.z,t.z,e.z),this}clampScalar(t,e){return this.x=eu(this.x,t,e),this.y=eu(this.y,t,e),this.z=eu(this.z,t,e),this}clampLength(t,e){const i=this.length();return this.divideScalar(i||1).multiplyScalar(eu(i,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,i){return this.x=t.x+(e.x-t.x)*i,this.y=t.y+(e.y-t.y)*i,this.z=t.z+(e.z-t.z)*i,this}cross(t){return this.crossVectors(this,t)}crossVectors(t,e){const i=t.x,n=t.y,s=t.z,r=e.x,a=e.y,o=e.z;return this.x=n*o-s*a,this.y=s*r-i*o,this.z=i*a-n*r,this}projectOnVector(t){const e=t.lengthSq();if(0===e)return this.set(0,0,0);const i=t.dot(this)/e;return this.copy(t).multiplyScalar(i)}projectOnPlane(t){return Su.copy(this).projectOnVector(t),this.sub(Su)}reflect(t){return this.sub(Su.copy(t).multiplyScalar(2*this.dot(t)))}angleTo(t){const e=Math.sqrt(this.lengthSq()*t.lengthSq());if(0===e)return Math.PI/2;const i=this.dot(t)/e;return Math.acos(eu(i,-1,1))}distanceTo(t){return Math.sqrt(this.distanceToSquared(t))}distanceToSquared(t){const e=this.x-t.x,i=this.y-t.y,n=this.z-t.z;return e*e+i*i+n*n}manhattanDistanceTo(t){return Math.abs(this.x-t.x)+Math.abs(this.y-t.y)+Math.abs(this.z-t.z)}setFromSpherical(t){return this.setFromSphericalCoords(t.radius,t.phi,t.theta)}setFromSphericalCoords(t,e,i){const n=Math.sin(e)*t;return this.x=n*Math.sin(i),this.y=Math.cos(e)*t,this.z=n*Math.cos(i),this}setFromCylindrical(t){return this.setFromCylindricalCoords(t.radius,t.theta,t.y)}setFromCylindricalCoords(t,e,i){return this.x=t*Math.sin(e),this.y=i,this.z=t*Math.cos(e),this}setFromMatrixPosition(t){const e=t.elements;return this.x=e[12],this.y=e[13],this.z=e[14],this}setFromMatrixScale(t){const e=this.setFromMatrixColumn(t,0).length(),i=this.setFromMatrixColumn(t,1).length(),n=this.setFromMatrixColumn(t,2).length();return this.x=e,this.y=i,this.z=n,this}setFromMatrixColumn(t,e){return this.fromArray(t.elements,4*e)}setFromMatrix3Column(t,e){return this.fromArray(t.elements,3*e)}setFromEuler(t){return this.x=t._x,this.y=t._y,this.z=t._z,this}setFromColor(t){return this.x=t.r,this.y=t.g,this.z=t.b,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=2*Math.random()-1,i=Math.sqrt(1-e*e);return this.x=i*Math.cos(t),this.y=e,this.z=i*Math.sin(t),this}*[Symbol.iterator](){yield this.x,yield this.y,yield this.z}};const Su=new _u,Eu=new wu;class Mu{constructor(t=new _u(1/0,1/0,1/0),e=new _u(-1/0,-1/0,-1/0)){this.isBox3=!0,this.min=t,this.max=e}set(t,e){return this.min.copy(t),this.max.copy(e),this}setFromArray(t){this.makeEmpty();for(let e=0,i=t.length;e<i;e+=3)this.expandByPoint(Tu.fromArray(t,e));return this}setFromBufferAttribute(t){this.makeEmpty();for(let e=0,i=t.count;e<i;e++)this.expandByPoint(Tu.fromBufferAttribute(t,e));return this}setFromPoints(t){this.makeEmpty();for(let e=0,i=t.length;e<i;e++)this.expandByPoint(t[e]);return this}setFromCenterAndSize(t,e){const i=Tu.copy(e).multiplyScalar(.5);return this.min.copy(t).sub(i),this.max.copy(t).add(i),this}setFromObject(t,e=!1){return this.makeEmpty(),this.expandByObject(t,e)}clone(){return(new this.constructor).copy(this)}copy(t){return this.min.copy(t.min),this.max.copy(t.max),this}makeEmpty(){return this.min.x=this.min.y=this.min.z=1/0,this.max.x=this.max.y=this.max.z=-1/0,this}isEmpty(){return this.max.x<this.min.x||this.max.y<this.min.y||this.max.z<this.min.z}getCenter(t){return this.isEmpty()?t.set(0,0,0):t.addVectors(this.min,this.max).multiplyScalar(.5)}getSize(t){return this.isEmpty()?t.set(0,0,0):t.subVectors(this.max,this.min)}expandByPoint(t){return this.min.min(t),this.max.max(t),this}expandByVector(t){return this.min.sub(t),this.max.add(t),this}expandByScalar(t){return this.min.addScalar(-t),this.max.addScalar(t),this}expandByObject(t,e=!1){t.updateWorldMatrix(!1,!1);const i=t.geometry;if(void 0!==i){const n=i.getAttribute("position");if(!0===e&&void 0!==n&&!0!==t.isInstancedMesh)for(let e=0,i=n.count;e<i;e++)!0===t.isMesh?t.getVertexPosition(e,Tu):Tu.fromBufferAttribute(n,e),Tu.applyMatrix4(t.matrixWorld),this.expandByPoint(Tu);else void 0!==t.boundingBox?(null===t.boundingBox&&t.computeBoundingBox(),Cu.copy(t.boundingBox)):(null===i.boundingBox&&i.computeBoundingBox(),Cu.copy(i.boundingBox)),Cu.applyMatrix4(t.matrixWorld),this.union(Cu)}const n=t.children;for(let t=0,i=n.length;t<i;t++)this.expandByObject(n[t],e);return this}containsPoint(t){return t.x>=this.min.x&&t.x<=this.max.x&&t.y>=this.min.y&&t.y<=this.max.y&&t.z>=this.min.z&&t.z<=this.max.z}containsBox(t){return this.min.x<=t.min.x&&t.max.x<=this.max.x&&this.min.y<=t.min.y&&t.max.y<=this.max.y&&this.min.z<=t.min.z&&t.max.z<=this.max.z}getParameter(t,e){return e.set((t.x-this.min.x)/(this.max.x-this.min.x),(t.y-this.min.y)/(this.max.y-this.min.y),(t.z-this.min.z)/(this.max.z-this.min.z))}intersectsBox(t){return t.max.x>=this.min.x&&t.min.x<=this.max.x&&t.max.y>=this.min.y&&t.min.y<=this.max.y&&t.max.z>=this.min.z&&t.min.z<=this.max.z}intersectsSphere(t){return this.clampPoint(t.center,Tu),Tu.distanceToSquared(t.center)<=t.radius*t.radius}intersectsPlane(t){let e,i;return t.normal.x>0?(e=t.normal.x*this.min.x,i=t.normal.x*this.max.x):(e=t.normal.x*this.max.x,i=t.normal.x*this.min.x),t.normal.y>0?(e+=t.normal.y*this.min.y,i+=t.normal.y*this.max.y):(e+=t.normal.y*this.max.y,i+=t.normal.y*this.min.y),t.normal.z>0?(e+=t.normal.z*this.min.z,i+=t.normal.z*this.max.z):(e+=t.normal.z*this.max.z,i+=t.normal.z*this.min.z),e<=-t.constant&&i>=-t.constant}intersectsTriangle(t){if(this.isEmpty())return!1;this.getCenter(Nu),Ou.subVectors(this.max,Nu),Iu.subVectors(t.a,Nu),Du.subVectors(t.b,Nu),Lu.subVectors(t.c,Nu),Bu.subVectors(Du,Iu),Pu.subVectors(Lu,Du),ku.subVectors(Iu,Lu);let e=[0,-Bu.z,Bu.y,0,-Pu.z,Pu.y,0,-ku.z,ku.y,Bu.z,0,-Bu.x,Pu.z,0,-Pu.x,ku.z,0,-ku.x,-Bu.y,Bu.x,0,-Pu.y,Pu.x,0,-ku.y,ku.x,0];return!!Hu(e,Iu,Du,Lu,Ou)&&(e=[1,0,0,0,1,0,0,0,1],!!Hu(e,Iu,Du,Lu,Ou)&&(Ru.crossVectors(Bu,Pu),e=[Ru.x,Ru.y,Ru.z],Hu(e,Iu,Du,Lu,Ou)))}clampPoint(t,e){return e.copy(t).clamp(this.min,this.max)}distanceToPoint(t){return this.clampPoint(t,Tu).distanceTo(t)}getBoundingSphere(t){return this.isEmpty()?t.makeEmpty():(this.getCenter(t.center),t.radius=.5*this.getSize(Tu).length()),t}intersect(t){return this.min.max(t.min),this.max.min(t.max),this.isEmpty()&&this.makeEmpty(),this}union(t){return this.min.min(t.min),this.max.max(t.max),this}applyMatrix4(t){return this.isEmpty()||(Au[0].set(this.min.x,this.min.y,this.min.z).applyMatrix4(t),Au[1].set(this.min.x,this.min.y,this.max.z).applyMatrix4(t),Au[2].set(this.min.x,this.max.y,this.min.z).applyMatrix4(t),Au[3].set(this.min.x,this.max.y,this.max.z).applyMatrix4(t),Au[4].set(this.max.x,this.min.y,this.min.z).applyMatrix4(t),Au[5].set(this.max.x,this.min.y,this.max.z).applyMatrix4(t),Au[6].set(this.max.x,this.max.y,this.min.z).applyMatrix4(t),Au[7].set(this.max.x,this.max.y,this.max.z).applyMatrix4(t),this.setFromPoints(Au)),this}translate(t){return this.min.add(t),this.max.add(t),this}equals(t){return t.min.equals(this.min)&&t.max.equals(this.max)}}const Au=[new _u,new _u,new _u,new _u,new _u,new _u,new _u,new _u],Tu=new _u,Cu=new Mu,Iu=new _u,Du=new _u,Lu=new _u,Bu=new _u,Pu=new _u,ku=new _u,Nu=new _u,Ou=new _u,Ru=new _u,zu=new _u;function Hu(t,e,i,n,s){for(let r=0,a=t.length-3;r<=a;r+=3){zu.fromArray(t,r);const a=s.x*Math.abs(zu.x)+s.y*Math.abs(zu.y)+s.z*Math.abs(zu.z),o=e.dot(zu),h=i.dot(zu),l=n.dot(zu);if(Math.max(-Math.max(o,h,l),Math.min(o,h,l))>a)return!1}return!0}const Wu=new Mu,Fu=new _u,Uu=new _u;class Vu{constructor(t=new _u,e=-1){this.isSphere=!0,this.center=t,this.radius=e}set(t,e){return this.center.copy(t),this.radius=e,this}setFromPoints(t,e){const i=this.center;void 0!==e?i.copy(e):Wu.setFromPoints(t).getCenter(i);let n=0;for(let e=0,s=t.length;e<s;e++)n=Math.max(n,i.distanceToSquared(t[e]));return this.radius=Math.sqrt(n),this}copy(t){return this.center.copy(t.center),this.radius=t.radius,this}isEmpty(){return this.radius<0}makeEmpty(){return this.center.set(0,0,0),this.radius=-1,this}containsPoint(t){return t.distanceToSquared(this.center)<=this.radius*this.radius}distanceToPoint(t){return t.distanceTo(this.center)-this.radius}intersectsSphere(t){const e=this.radius+t.radius;return t.center.distanceToSquared(this.center)<=e*e}intersectsBox(t){return t.intersectsSphere(this)}intersectsPlane(t){return Math.abs(t.distanceToPoint(this.center))<=this.radius}clampPoint(t,e){const i=this.center.distanceToSquared(t);return e.copy(t),i>this.radius*this.radius&&(e.sub(this.center).normalize(),e.multiplyScalar(this.radius).add(this.center)),e}getBoundingBox(t){return this.isEmpty()?(t.makeEmpty(),t):(t.set(this.center,this.center),t.expandByScalar(this.radius),t)}applyMatrix4(t){return this.center.applyMatrix4(t),this.radius=this.radius*t.getMaxScaleOnAxis(),this}translate(t){return this.center.add(t),this}expandByPoint(t){if(this.isEmpty())return this.center.copy(t),this.radius=0,this;Fu.subVectors(t,this.center);const e=Fu.lengthSq();if(e>this.radius*this.radius){const t=Math.sqrt(e),i=.5*(t-this.radius);this.center.addScaledVector(Fu,i/t),this.radius+=i}return this}union(t){return t.isEmpty()?this:this.isEmpty()?(this.copy(t),this):(!0===this.center.equals(t.center)?this.radius=Math.max(this.radius,t.radius):(Uu.subVectors(t.center,this.center).setLength(t.radius),this.expandByPoint(Fu.copy(t.center).add(Uu)),this.expandByPoint(Fu.copy(t.center).sub(Uu))),this)}equals(t){return t.center.equals(this.center)&&t.radius===this.radius}clone(){return(new this.constructor).copy(this)}}let qu=class t{constructor(e,i,n,s,r,a,o,h,l,u,c,d,p,f,m,g){t.prototype.isMatrix4=!0,this.elements=[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],void 0!==e&&this.set(e,i,n,s,r,a,o,h,l,u,c,d,p,f,m,g)}set(t,e,i,n,s,r,a,o,h,l,u,c,d,p,f,m){const g=this.elements;return g[0]=t,g[4]=e,g[8]=i,g[12]=n,g[1]=s,g[5]=r,g[9]=a,g[13]=o,g[2]=h,g[6]=l,g[10]=u,g[14]=c,g[3]=d,g[7]=p,g[11]=f,g[15]=m,this}identity(){return this.set(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1),this}clone(){return(new t).fromArray(this.elements)}copy(t){const e=this.elements,i=t.elements;return e[0]=i[0],e[1]=i[1],e[2]=i[2],e[3]=i[3],e[4]=i[4],e[5]=i[5],e[6]=i[6],e[7]=i[7],e[8]=i[8],e[9]=i[9],e[10]=i[10],e[11]=i[11],e[12]=i[12],e[13]=i[13],e[14]=i[14],e[15]=i[15],this}copyPosition(t){const e=this.elements,i=t.elements;return e[12]=i[12],e[13]=i[13],e[14]=i[14],this}setFromMatrix3(t){const e=t.elements;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,i){return t.setFromMatrixColumn(this,0),e.setFromMatrixColumn(this,1),i.setFromMatrixColumn(this,2),this}makeBasis(t,e,i){return this.set(t.x,e.x,i.x,0,t.y,e.y,i.y,0,t.z,e.z,i.z,0,0,0,0,1),this}extractRotation(t){const e=this.elements,i=t.elements,n=1/ju.setFromMatrixColumn(t,0).length(),s=1/ju.setFromMatrixColumn(t,1).length(),r=1/ju.setFromMatrixColumn(t,2).length();return e[0]=i[0]*n,e[1]=i[1]*n,e[2]=i[2]*n,e[3]=0,e[4]=i[4]*s,e[5]=i[5]*s,e[6]=i[6]*s,e[7]=0,e[8]=i[8]*r,e[9]=i[9]*r,e[10]=i[10]*r,e[11]=0,e[12]=0,e[13]=0,e[14]=0,e[15]=1,this}makeRotationFromEuler(t){const e=this.elements,i=t.x,n=t.y,s=t.z,r=Math.cos(i),a=Math.sin(i),o=Math.cos(n),h=Math.sin(n),l=Math.cos(s),u=Math.sin(s);if("XYZ"===t.order){const t=r*l,i=r*u,n=a*l,s=a*u;e[0]=o*l,e[4]=-o*u,e[8]=h,e[1]=i+n*h,e[5]=t-s*h,e[9]=-a*o,e[2]=s-t*h,e[6]=n+i*h,e[10]=r*o}else if("YXZ"===t.order){const t=o*l,i=o*u,n=h*l,s=h*u;e[0]=t+s*a,e[4]=n*a-i,e[8]=r*h,e[1]=r*u,e[5]=r*l,e[9]=-a,e[2]=i*a-n,e[6]=s+t*a,e[10]=r*o}else if("ZXY"===t.order){const t=o*l,i=o*u,n=h*l,s=h*u;e[0]=t-s*a,e[4]=-r*u,e[8]=n+i*a,e[1]=i+n*a,e[5]=r*l,e[9]=s-t*a,e[2]=-r*h,e[6]=a,e[10]=r*o}else if("ZYX"===t.order){const t=r*l,i=r*u,n=a*l,s=a*u;e[0]=o*l,e[4]=n*h-i,e[8]=t*h+s,e[1]=o*u,e[5]=s*h+t,e[9]=i*h-n,e[2]=-h,e[6]=a*o,e[10]=r*o}else if("YZX"===t.order){const t=r*o,i=r*h,n=a*o,s=a*h;e[0]=o*l,e[4]=s-t*u,e[8]=n*u+i,e[1]=u,e[5]=r*l,e[9]=-a*l,e[2]=-h*l,e[6]=i*u+n,e[10]=t-s*u}else if("XZY"===t.order){const t=r*o,i=r*h,n=a*o,s=a*h;e[0]=o*l,e[4]=-u,e[8]=h*l,e[1]=t*u+s,e[5]=r*l,e[9]=i*u-n,e[2]=n*u-i,e[6]=a*l,e[10]=s*u+t}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(Gu,t,$u)}lookAt(t,e,i){const n=this.elements;return Ju.subVectors(t,e),0===Ju.lengthSq()&&(Ju.z=1),Ju.normalize(),Xu.crossVectors(i,Ju),0===Xu.lengthSq()&&(1===Math.abs(i.z)?Ju.x+=1e-4:Ju.z+=1e-4,Ju.normalize(),Xu.crossVectors(i,Ju)),Xu.normalize(),Zu.crossVectors(Ju,Xu),n[0]=Xu.x,n[4]=Zu.x,n[8]=Ju.x,n[1]=Xu.y,n[5]=Zu.y,n[9]=Ju.y,n[2]=Xu.z,n[6]=Zu.z,n[10]=Ju.z,this}multiply(t){return this.multiplyMatrices(this,t)}premultiply(t){return this.multiplyMatrices(t,this)}multiplyMatrices(t,e){const i=t.elements,n=e.elements,s=this.elements,r=i[0],a=i[4],o=i[8],h=i[12],l=i[1],u=i[5],c=i[9],d=i[13],p=i[2],f=i[6],m=i[10],g=i[14],y=i[3],v=i[7],x=i[11],b=i[15],w=n[0],_=n[4],S=n[8],E=n[12],M=n[1],A=n[5],T=n[9],C=n[13],I=n[2],D=n[6],L=n[10],B=n[14],P=n[3],k=n[7],N=n[11],O=n[15];return s[0]=r*w+a*M+o*I+h*P,s[4]=r*_+a*A+o*D+h*k,s[8]=r*S+a*T+o*L+h*N,s[12]=r*E+a*C+o*B+h*O,s[1]=l*w+u*M+c*I+d*P,s[5]=l*_+u*A+c*D+d*k,s[9]=l*S+u*T+c*L+d*N,s[13]=l*E+u*C+c*B+d*O,s[2]=p*w+f*M+m*I+g*P,s[6]=p*_+f*A+m*D+g*k,s[10]=p*S+f*T+m*L+g*N,s[14]=p*E+f*C+m*B+g*O,s[3]=y*w+v*M+x*I+b*P,s[7]=y*_+v*A+x*D+b*k,s[11]=y*S+v*T+x*L+b*N,s[15]=y*E+v*C+x*B+b*O,this}multiplyScalar(t){const e=this.elements;return e[0]*=t,e[4]*=t,e[8]*=t,e[12]*=t,e[1]*=t,e[5]*=t,e[9]*=t,e[13]*=t,e[2]*=t,e[6]*=t,e[10]*=t,e[14]*=t,e[3]*=t,e[7]*=t,e[11]*=t,e[15]*=t,this}determinant(){const t=this.elements,e=t[0],i=t[4],n=t[8],s=t[12],r=t[1],a=t[5],o=t[9],h=t[13],l=t[2],u=t[6],c=t[10],d=t[14];return t[3]*(+s*o*u-n*h*u-s*a*c+i*h*c+n*a*d-i*o*d)+t[7]*(+e*o*d-e*h*c+s*r*c-n*r*d+n*h*l-s*o*l)+t[11]*(+e*h*u-e*a*d-s*r*u+i*r*d+s*a*l-i*h*l)+t[15]*(-n*a*l-e*o*u+e*a*c+n*r*u-i*r*c+i*o*l)}transpose(){const t=this.elements;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,i){const n=this.elements;return t.isVector3?(n[12]=t.x,n[13]=t.y,n[14]=t.z):(n[12]=t,n[13]=e,n[14]=i),this}invert(){const t=this.elements,e=t[0],i=t[1],n=t[2],s=t[3],r=t[4],a=t[5],o=t[6],h=t[7],l=t[8],u=t[9],c=t[10],d=t[11],p=t[12],f=t[13],m=t[14],g=t[15],y=u*m*h-f*c*h+f*o*d-a*m*d-u*o*g+a*c*g,v=p*c*h-l*m*h-p*o*d+r*m*d+l*o*g-r*c*g,x=l*f*h-p*u*h+p*a*d-r*f*d-l*a*g+r*u*g,b=p*u*o-l*f*o-p*a*c+r*f*c+l*a*m-r*u*m,w=e*y+i*v+n*x+s*b;if(0===w)return this.set(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0);const _=1/w;return t[0]=y*_,t[1]=(f*c*s-u*m*s-f*n*d+i*m*d+u*n*g-i*c*g)*_,t[2]=(a*m*s-f*o*s+f*n*h-i*m*h-a*n*g+i*o*g)*_,t[3]=(u*o*s-a*c*s-u*n*h+i*c*h+a*n*d-i*o*d)*_,t[4]=v*_,t[5]=(l*m*s-p*c*s+p*n*d-e*m*d-l*n*g+e*c*g)*_,t[6]=(p*o*s-r*m*s-p*n*h+e*m*h+r*n*g-e*o*g)*_,t[7]=(r*c*s-l*o*s+l*n*h-e*c*h-r*n*d+e*o*d)*_,t[8]=x*_,t[9]=(p*u*s-l*f*s-p*i*d+e*f*d+l*i*g-e*u*g)*_,t[10]=(r*f*s-p*a*s+p*i*h-e*f*h-r*i*g+e*a*g)*_,t[11]=(l*a*s-r*u*s-l*i*h+e*u*h+r*i*d-e*a*d)*_,t[12]=b*_,t[13]=(l*f*n-p*u*n+p*i*c-e*f*c-l*i*m+e*u*m)*_,t[14]=(p*a*n-r*f*n-p*i*o+e*f*o+r*i*m-e*a*m)*_,t[15]=(r*u*n-l*a*n+l*i*o-e*u*o-r*i*c+e*a*c)*_,this}scale(t){const e=this.elements,i=t.x,n=t.y,s=t.z;return e[0]*=i,e[4]*=n,e[8]*=s,e[1]*=i,e[5]*=n,e[9]*=s,e[2]*=i,e[6]*=n,e[10]*=s,e[3]*=i,e[7]*=n,e[11]*=s,this}getMaxScaleOnAxis(){const t=this.elements,e=t[0]*t[0]+t[1]*t[1]+t[2]*t[2],i=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,i,n))}makeTranslation(t,e,i){return t.isVector3?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,i,0,0,0,1),this}makeRotationX(t){const e=Math.cos(t),i=Math.sin(t);return this.set(1,0,0,0,0,e,-i,0,0,i,e,0,0,0,0,1),this}makeRotationY(t){const e=Math.cos(t),i=Math.sin(t);return this.set(e,0,i,0,0,1,0,0,-i,0,e,0,0,0,0,1),this}makeRotationZ(t){const e=Math.cos(t),i=Math.sin(t);return this.set(e,-i,0,0,i,e,0,0,0,0,1,0,0,0,0,1),this}makeRotationAxis(t,e){const i=Math.cos(e),n=Math.sin(e),s=1-i,r=t.x,a=t.y,o=t.z,h=s*r,l=s*a;return this.set(h*r+i,h*a-n*o,h*o+n*a,0,h*a+n*o,l*a+i,l*o-n*r,0,h*o-n*a,l*o+n*r,s*o*o+i,0,0,0,0,1),this}makeScale(t,e,i){return this.set(t,0,0,0,0,e,0,0,0,0,i,0,0,0,0,1),this}makeShear(t,e,i,n,s,r){return this.set(1,i,s,0,t,1,r,0,e,n,1,0,0,0,0,1),this}compose(t,e,i){const n=this.elements,s=e._x,r=e._y,a=e._z,o=e._w,h=s+s,l=r+r,u=a+a,c=s*h,d=s*l,p=s*u,f=r*l,m=r*u,g=a*u,y=o*h,v=o*l,x=o*u,b=i.x,w=i.y,_=i.z;return n[0]=(1-(f+g))*b,n[1]=(d+x)*b,n[2]=(p-v)*b,n[3]=0,n[4]=(d-x)*w,n[5]=(1-(c+g))*w,n[6]=(m+y)*w,n[7]=0,n[8]=(p+v)*_,n[9]=(m-y)*_,n[10]=(1-(c+f))*_,n[11]=0,n[12]=t.x,n[13]=t.y,n[14]=t.z,n[15]=1,this}decompose(t,e,i){const n=this.elements;let s=ju.set(n[0],n[1],n[2]).length();const r=ju.set(n[4],n[5],n[6]).length(),a=ju.set(n[8],n[9],n[10]).length();this.determinant()<0&&(s=-s),t.x=n[12],t.y=n[13],t.z=n[14],Yu.copy(this);const o=1/s,h=1/r,l=1/a;return Yu.elements[0]*=o,Yu.elements[1]*=o,Yu.elements[2]*=o,Yu.elements[4]*=h,Yu.elements[5]*=h,Yu.elements[6]*=h,Yu.elements[8]*=l,Yu.elements[9]*=l,Yu.elements[10]*=l,e.setFromRotationMatrix(Yu),i.x=s,i.y=r,i.z=a,this}makePerspective(t,e,i,n,s,r,a=2e3){const o=this.elements,h=2*s/(e-t),l=2*s/(i-n),u=(e+t)/(e-t),c=(i+n)/(i-n);let d,p;if(2e3===a)d=-(r+s)/(r-s),p=-2*r*s/(r-s);else{if(2001!==a)throw new Error("THREE.Matrix4.makePerspective(): Invalid coordinate system: "+a);d=-r/(r-s),p=-r*s/(r-s)}return o[0]=h,o[4]=0,o[8]=u,o[12]=0,o[1]=0,o[5]=l,o[9]=c,o[13]=0,o[2]=0,o[6]=0,o[10]=d,o[14]=p,o[3]=0,o[7]=0,o[11]=-1,o[15]=0,this}makeOrthographic(t,e,i,n,s,r,a=2e3){const o=this.elements,h=1/(e-t),l=1/(i-n),u=1/(r-s),c=(e+t)*h,d=(i+n)*l;let p,f;if(2e3===a)p=(r+s)*u,f=-2*u;else{if(2001!==a)throw new Error("THREE.Matrix4.makeOrthographic(): Invalid coordinate system: "+a);p=s*u,f=-1*u}return o[0]=2*h,o[4]=0,o[8]=0,o[12]=-c,o[1]=0,o[5]=2*l,o[9]=0,o[13]=-d,o[2]=0,o[6]=0,o[10]=f,o[14]=-p,o[3]=0,o[7]=0,o[11]=0,o[15]=1,this}equals(t){const e=this.elements,i=t.elements;for(let t=0;t<16;t++)if(e[t]!==i[t])return!1;return!0}fromArray(t,e=0){for(let i=0;i<16;i++)this.elements[i]=t[i+e];return this}toArray(t=[],e=0){const i=this.elements;return t[e]=i[0],t[e+1]=i[1],t[e+2]=i[2],t[e+3]=i[3],t[e+4]=i[4],t[e+5]=i[5],t[e+6]=i[6],t[e+7]=i[7],t[e+8]=i[8],t[e+9]=i[9],t[e+10]=i[10],t[e+11]=i[11],t[e+12]=i[12],t[e+13]=i[13],t[e+14]=i[14],t[e+15]=i[15],t}};const ju=new _u,Yu=new qu,Gu=new _u(0,0,0),$u=new _u(1,1,1),Xu=new _u,Zu=new _u,Ju=new _u,Qu=new qu,Ku=new wu;class tc{constructor(t=0,e=0,i=0,n=tc.DEFAULT_ORDER){this.isEuler=!0,this._x=t,this._y=e,this._z=i,this._order=n}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 order(){return this._order}set order(t){this._order=t,this._onChangeCallback()}set(t,e,i,n=this._order){return this._x=t,this._y=e,this._z=i,this._order=n,this._onChangeCallback(),this}clone(){return new this.constructor(this._x,this._y,this._z,this._order)}copy(t){return this._x=t._x,this._y=t._y,this._z=t._z,this._order=t._order,this._onChangeCallback(),this}setFromRotationMatrix(t,e=this._order,i=!0){const n=t.elements,s=n[0],r=n[4],a=n[8],o=n[1],h=n[5],l=n[9],u=n[2],c=n[6],d=n[10];switch(e){case"XYZ":this._y=Math.asin(eu(a,-1,1)),Math.abs(a)<.9999999?(this._x=Math.atan2(-l,d),this._z=Math.atan2(-r,s)):(this._x=Math.atan2(c,h),this._z=0);break;case"YXZ":this._x=Math.asin(-eu(l,-1,1)),Math.abs(l)<.9999999?(this._y=Math.atan2(a,d),this._z=Math.atan2(o,h)):(this._y=Math.atan2(-u,s),this._z=0);break;case"ZXY":this._x=Math.asin(eu(c,-1,1)),Math.abs(c)<.9999999?(this._y=Math.atan2(-u,d),this._z=Math.atan2(-r,h)):(this._y=0,this._z=Math.atan2(o,s));break;case"ZYX":this._y=Math.asin(-eu(u,-1,1)),Math.abs(u)<.9999999?(this._x=Math.atan2(c,d),this._z=Math.atan2(o,s)):(this._x=0,this._z=Math.atan2(-r,h));break;case"YZX":this._z=Math.asin(eu(o,-1,1)),Math.abs(o)<.9999999?(this._x=Math.atan2(-l,h),this._y=Math.atan2(-u,s)):(this._x=0,this._y=Math.atan2(a,d));break;case"XZY":this._z=Math.asin(-eu(r,-1,1)),Math.abs(r)<.9999999?(this._x=Math.atan2(c,h),this._y=Math.atan2(a,s)):(this._x=Math.atan2(-l,d),this._y=0)}return this._order=e,!0===i&&this._onChangeCallback(),this}setFromQuaternion(t,e,i){return Qu.makeRotationFromQuaternion(t),this.setFromRotationMatrix(Qu,e,i)}setFromVector3(t,e=this._order){return this.set(t.x,t.y,t.z,e)}reorder(t){return Ku.setFromEuler(this),this.setFromQuaternion(Ku,t)}equals(t){return t._x===this._x&&t._y===this._y&&t._z===this._z&&t._order===this._order}fromArray(t){return this._x=t[0],this._y=t[1],this._z=t[2],void 0!==t[3]&&(this._order=t[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._order,t}_onChange(t){return this._onChangeCallback=t,this}_onChangeCallback(){}*[Symbol.iterator](){yield this._x,yield this._y,yield this._z,yield this._order}}tc.DEFAULT_ORDER="XYZ";class ec{constructor(){this.mask=1}set(t){this.mask=1<<t>>>0}enable(t){this.mask|=1<<t}enableAll(){this.mask=-1}toggle(t){this.mask^=1<<t}disable(t){this.mask&=~(1<<t)}disableAll(){this.mask=0}test(t){return!!(this.mask&t.mask)}isEnabled(t){return!!(this.mask&1<<t)}}let ic=0;const nc=new _u,sc=new wu,rc=new qu,ac=new _u,oc=new _u,hc=new _u,lc=new wu,uc=new _u(1,0,0),cc=new _u(0,1,0),dc=new _u(0,0,1),pc={type:"added"},fc={type:"removed"},mc={type:"childadded",child:null},gc={type:"childremoved",child:null};class yc extends Ql{constructor(){super(),this.isObject3D=!0,Object.defineProperty(this,"id",{value:ic++}),this.uuid=tu(),this.name="",this.type="Object3D",this.parent=null,this.children=[],this.up=yc.DEFAULT_UP.clone();const t=new _u,e=new tc,i=new wu,n=new _u(1,1,1);e._onChange((function(){i.setFromEuler(e,!1)})),i._onChange((function(){e.setFromQuaternion(i,void 0,!1)})),Object.defineProperties(this,{position:{configurable:!0,enumerable:!0,value:t},rotation:{configurable:!0,enumerable:!0,value:e},quaternion:{configurable:!0,enumerable:!0,value:i},scale:{configurable:!0,enumerable:!0,value:n},modelViewMatrix:{value:new qu},normalMatrix:{value:new au}}),this.matrix=new qu,this.matrixWorld=new qu,this.matrixAutoUpdate=yc.DEFAULT_MATRIX_AUTO_UPDATE,this.matrixWorldAutoUpdate=yc.DEFAULT_MATRIX_WORLD_AUTO_UPDATE,this.matrixWorldNeedsUpdate=!1,this.layers=new ec,this.visible=!0,this.castShadow=!1,this.receiveShadow=!1,this.frustumCulled=!0,this.renderOrder=0,this.animations=[],this.customDepthMaterial=void 0,this.customDistanceMaterial=void 0,this.userData={}}onBeforeShadow(){}onAfterShadow(){}onBeforeRender(){}onAfterRender(){}applyMatrix4(t){this.matrixAutoUpdate&&this.updateMatrix(),this.matrix.premultiply(t),this.matrix.decompose(this.position,this.quaternion,this.scale)}applyQuaternion(t){return this.quaternion.premultiply(t),this}setRotationFromAxisAngle(t,e){this.quaternion.setFromAxisAngle(t,e)}setRotationFromEuler(t){this.quaternion.setFromEuler(t,!0)}setRotationFromMatrix(t){this.quaternion.setFromRotationMatrix(t)}setRotationFromQuaternion(t){this.quaternion.copy(t)}rotateOnAxis(t,e){return sc.setFromAxisAngle(t,e),this.quaternion.multiply(sc),this}rotateOnWorldAxis(t,e){return sc.setFromAxisAngle(t,e),this.quaternion.premultiply(sc),this}rotateX(t){return this.rotateOnAxis(uc,t)}rotateY(t){return this.rotateOnAxis(cc,t)}rotateZ(t){return this.rotateOnAxis(dc,t)}translateOnAxis(t,e){return nc.copy(t).applyQuaternion(this.quaternion),this.position.add(nc.multiplyScalar(e)),this}translateX(t){return this.translateOnAxis(uc,t)}translateY(t){return this.translateOnAxis(cc,t)}translateZ(t){return this.translateOnAxis(dc,t)}localToWorld(t){return this.updateWorldMatrix(!0,!1),t.applyMatrix4(this.matrixWorld)}worldToLocal(t){return this.updateWorldMatrix(!0,!1),t.applyMatrix4(rc.copy(this.matrixWorld).invert())}lookAt(t,e,i){t.isVector3?ac.copy(t):ac.set(t,e,i);const n=this.parent;this.updateWorldMatrix(!0,!1),oc.setFromMatrixPosition(this.matrixWorld),this.isCamera||this.isLight?rc.lookAt(oc,ac,this.up):rc.lookAt(ac,oc,this.up),this.quaternion.setFromRotationMatrix(rc),n&&(rc.extractRotation(n.matrixWorld),sc.setFromRotationMatrix(rc),this.quaternion.premultiply(sc.invert()))}add(t){if(arguments.length>1){for(let t=0;t<arguments.length;t++)this.add(arguments[t]);return this}return t===this||t&&t.isObject3D&&(t.removeFromParent(),t.parent=this,this.children.push(t),t.dispatchEvent(pc),mc.child=t,this.dispatchEvent(mc),mc.child=null),this}remove(t){if(arguments.length>1){for(let t=0;t<arguments.length;t++)this.remove(arguments[t]);return this}const e=this.children.indexOf(t);return-1!==e&&(t.parent=null,this.children.splice(e,1),t.dispatchEvent(fc),gc.child=t,this.dispatchEvent(gc),gc.child=null),this}removeFromParent(){const t=this.parent;return null!==t&&t.remove(this),this}clear(){return this.remove(...this.children)}attach(t){return this.updateWorldMatrix(!0,!1),rc.copy(this.matrixWorld).invert(),null!==t.parent&&(t.parent.updateWorldMatrix(!0,!1),rc.multiply(t.parent.matrixWorld)),t.applyMatrix4(rc),t.removeFromParent(),t.parent=this,this.children.push(t),t.updateWorldMatrix(!1,!0),t.dispatchEvent(pc),mc.child=t,this.dispatchEvent(mc),mc.child=null,this}getObjectById(t){return this.getObjectByProperty("id",t)}getObjectByName(t){return this.getObjectByProperty("name",t)}getObjectByProperty(t,e){if(this[t]===e)return this;for(let i=0,n=this.children.length;i<n;i++){const n=this.children[i].getObjectByProperty(t,e);if(void 0!==n)return n}}getObjectsByProperty(t,e,i=[]){this[t]===e&&i.push(this);const n=this.children;for(let s=0,r=n.length;s<r;s++)n[s].getObjectsByProperty(t,e,i);return i}getWorldPosition(t){return this.updateWorldMatrix(!0,!1),t.setFromMatrixPosition(this.matrixWorld)}getWorldQuaternion(t){return this.updateWorldMatrix(!0,!1),this.matrixWorld.decompose(oc,t,hc),t}getWorldScale(t){return this.updateWorldMatrix(!0,!1),this.matrixWorld.decompose(oc,lc,t),t}getWorldDirection(t){this.updateWorldMatrix(!0,!1);const e=this.matrixWorld.elements;return t.set(e[8],e[9],e[10]).normalize()}raycast(){}traverse(t){t(this);const e=this.children;for(let i=0,n=e.length;i<n;i++)e[i].traverse(t)}traverseVisible(t){if(!1===this.visible)return;t(this);const e=this.children;for(let i=0,n=e.length;i<n;i++)e[i].traverseVisible(t)}traverseAncestors(t){const e=this.parent;null!==e&&(t(e),e.traverseAncestors(t))}updateMatrix(){this.matrix.compose(this.position,this.quaternion,this.scale),this.matrixWorldNeedsUpdate=!0}updateMatrixWorld(t){this.matrixAutoUpdate&&this.updateMatrix(),(this.matrixWorldNeedsUpdate||t)&&(!0===this.matrixWorldAutoUpdate&&(null===this.parent?this.matrixWorld.copy(this.matrix):this.matrixWorld.multiplyMatrices(this.parent.matrixWorld,this.matrix)),this.matrixWorldNeedsUpdate=!1,t=!0);const e=this.children;for(let i=0,n=e.length;i<n;i++)e[i].updateMatrixWorld(t)}updateWorldMatrix(t,e){const i=this.parent;if(!0===t&&null!==i&&i.updateWorldMatrix(!0,!1),this.matrixAutoUpdate&&this.updateMatrix(),!0===this.matrixWorldAutoUpdate&&(null===this.parent?this.matrixWorld.copy(this.matrix):this.matrixWorld.multiplyMatrices(this.parent.matrixWorld,this.matrix)),!0===e){const t=this.children;for(let e=0,i=t.length;e<i;e++)t[e].updateWorldMatrix(!1,!0)}}toJSON(t){const e=void 0===t||"string"==typeof t,i={};e&&(t={geometries:{},materials:{},textures:{},images:{},shapes:{},skeletons:{},animations:{},nodes:{}},i.metadata={version:4.6,type:"Object",generator:"Object3D.toJSON"});const n={};function s(e,i){return void 0===e[i.uuid]&&(e[i.uuid]=i.toJSON(t)),i.uuid}if(n.uuid=this.uuid,n.type=this.type,""!==this.name&&(n.name=this.name),!0===this.castShadow&&(n.castShadow=!0),!0===this.receiveShadow&&(n.receiveShadow=!0),!1===this.visible&&(n.visible=!1),!1===this.frustumCulled&&(n.frustumCulled=!1),0!==this.renderOrder&&(n.renderOrder=this.renderOrder),Object.keys(this.userData).length>0&&(n.userData=this.userData),n.layers=this.layers.mask,n.matrix=this.matrix.toArray(),n.up=this.up.toArray(),!1===this.matrixAutoUpdate&&(n.matrixAutoUpdate=!1),this.isInstancedMesh&&(n.type="InstancedMesh",n.count=this.count,n.instanceMatrix=this.instanceMatrix.toJSON(),null!==this.instanceColor&&(n.instanceColor=this.instanceColor.toJSON())),this.isBatchedMesh&&(n.type="BatchedMesh",n.perObjectFrustumCulled=this.perObjectFrustumCulled,n.sortObjects=this.sortObjects,n.drawRanges=this._drawRanges,n.reservedRanges=this._reservedRanges,n.geometryInfo=this._geometryInfo.map((t=>c(u({},t),{boundingBox:t.boundingBox?{min:t.boundingBox.min.toArray(),max:t.boundingBox.max.toArray()}:void 0,boundingSphere:t.boundingSphere?{radius:t.boundingSphere.radius,center:t.boundingSphere.center.toArray()}:void 0}))),n.instanceInfo=this._instanceInfo.map((t=>u({},t))),n.availableInstanceIds=this._availableInstanceIds.slice(),n.availableGeometryIds=this._availableGeometryIds.slice(),n.nextIndexStart=this._nextIndexStart,n.nextVertexStart=this._nextVertexStart,n.geometryCount=this._geometryCount,n.maxInstanceCount=this._maxInstanceCount,n.maxVertexCount=this._maxVertexCount,n.maxIndexCount=this._maxIndexCount,n.geometryInitialized=this._geometryInitialized,n.matricesTexture=this._matricesTexture.toJSON(t),n.indirectTexture=this._indirectTexture.toJSON(t),null!==this._colorsTexture&&(n.colorsTexture=this._colorsTexture.toJSON(t)),null!==this.boundingSphere&&(n.boundingSphere={center:this.boundingSphere.center.toArray(),radius:this.boundingSphere.radius}),null!==this.boundingBox&&(n.boundingBox={min:this.boundingBox.min.toArray(),max:this.boundingBox.max.toArray()})),this.isScene)this.background&&(this.background.isColor?n.background=this.background.toJSON():this.background.isTexture&&(n.background=this.background.toJSON(t).uuid)),this.environment&&this.environment.isTexture&&!0!==this.environment.isRenderTargetTexture&&(n.environment=this.environment.toJSON(t).uuid);else if(this.isMesh||this.isLine||this.isPoints){n.geometry=s(t.geometries,this.geometry);const e=this.geometry.parameters;if(void 0!==e&&void 0!==e.shapes){const i=e.shapes;if(Array.isArray(i))for(let e=0,n=i.length;e<n;e++){const n=i[e];s(t.shapes,n)}else s(t.shapes,i)}}if(this.isSkinnedMesh&&(n.bindMode=this.bindMode,n.bindMatrix=this.bindMatrix.toArray(),void 0!==this.skeleton&&(s(t.skeletons,this.skeleton),n.skeleton=this.skeleton.uuid)),void 0!==this.material)if(Array.isArray(this.material)){const e=[];for(let i=0,n=this.material.length;i<n;i++)e.push(s(t.materials,this.material[i]));n.material=e}else n.material=s(t.materials,this.material);if(this.children.length>0){n.children=[];for(let e=0;e<this.children.length;e++)n.children.push(this.children[e].toJSON(t).object)}if(this.animations.length>0){n.animations=[];for(let e=0;e<this.animations.length;e++){const i=this.animations[e];n.animations.push(s(t.animations,i))}}if(e){const e=r(t.geometries),n=r(t.materials),s=r(t.textures),a=r(t.images),o=r(t.shapes),h=r(t.skeletons),l=r(t.animations),u=r(t.nodes);e.length>0&&(i.geometries=e),n.length>0&&(i.materials=n),s.length>0&&(i.textures=s),a.length>0&&(i.images=a),o.length>0&&(i.shapes=o),h.length>0&&(i.skeletons=h),l.length>0&&(i.animations=l),u.length>0&&(i.nodes=u)}return i.object=n,i;function r(t){const e=[];for(const i in t){const n=t[i];delete n.metadata,e.push(n)}return e}}clone(t){return(new this.constructor).copy(this,t)}copy(t,e=!0){if(this.name=t.name,this.up.copy(t.up),this.position.copy(t.position),this.rotation.order=t.rotation.order,this.quaternion.copy(t.quaternion),this.scale.copy(t.scale),this.matrix.copy(t.matrix),this.matrixWorld.copy(t.matrixWorld),this.matrixAutoUpdate=t.matrixAutoUpdate,this.matrixWorldAutoUpdate=t.matrixWorldAutoUpdate,this.matrixWorldNeedsUpdate=t.matrixWorldNeedsUpdate,this.layers.mask=t.layers.mask,this.visible=t.visible,this.castShadow=t.castShadow,this.receiveShadow=t.receiveShadow,this.frustumCulled=t.frustumCulled,this.renderOrder=t.renderOrder,this.animations=t.animations.slice(),this.userData=JSON.parse(JSON.stringify(t.userData)),!0===e)for(let e=0;e<t.children.length;e++){const i=t.children[e];this.add(i.clone())}return this}}yc.DEFAULT_UP=new _u(0,1,0),yc.DEFAULT_MATRIX_AUTO_UPDATE=!0,yc.DEFAULT_MATRIX_WORLD_AUTO_UPDATE=!0;const vc={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},xc={h:0,s:0,l:0},bc={h:0,s:0,l:0};function wc(t,e,i){return i<0&&(i+=1),i>1&&(i-=1),i<1/6?t+6*(e-t)*i:i<.5?e:i<2/3?t+6*(e-t)*(2/3-i):t}class _c{constructor(t,e,i){return this.isColor=!0,this.r=1,this.g=1,this.b=1,this.set(t,e,i)}set(t,e,i){if(void 0===e&&void 0===i){const e=t;e&&e.isColor?this.copy(e):"number"==typeof e?this.setHex(e):"string"==typeof e&&this.setStyle(e)}else this.setRGB(t,e,i);return this}setScalar(t){return this.r=t,this.g=t,this.b=t,this}setHex(t,e=$l){return t=Math.floor(t),this.r=(t>>16&255)/255,this.g=(t>>8&255)/255,this.b=(255&t)/255,cu.toWorkingColorSpace(this,e),this}setRGB(t,e,i,n=cu.workingColorSpace){return this.r=t,this.g=e,this.b=i,cu.toWorkingColorSpace(this,n),this}setHSL(t,e,i,n=cu.workingColorSpace){if(t=(t%1+1)%1,e=eu(e,0,1),i=eu(i,0,1),0===e)this.r=this.g=this.b=i;else{const n=i<=.5?i*(1+e):i+e-i*e,s=2*i-n;this.r=wc(s,n,t+1/3),this.g=wc(s,n,t),this.b=wc(s,n,t-1/3)}return cu.toWorkingColorSpace(this,n),this}setStyle(t,e=$l){function i(t){void 0!==t&&parseFloat(t)}let n;if(n=/^(\w+)\(([^\)]*)\)/.exec(t)){let t;const s=n[1],r=n[2];switch(s){case"rgb":case"rgba":if(t=/^\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*(?:,\s*(\d*\.?\d+)\s*)?$/.exec(r))return i(t[4]),this.setRGB(Math.min(255,parseInt(t[1],10))/255,Math.min(255,parseInt(t[2],10))/255,Math.min(255,parseInt(t[3],10))/255,e);if(t=/^\s*(\d+)\%\s*,\s*(\d+)\%\s*,\s*(\d+)\%\s*(?:,\s*(\d*\.?\d+)\s*)?$/.exec(r))return i(t[4]),this.setRGB(Math.min(100,parseInt(t[1],10))/100,Math.min(100,parseInt(t[2],10))/100,Math.min(100,parseInt(t[3],10))/100,e);break;case"hsl":case"hsla":if(t=/^\s*(\d*\.?\d+)\s*,\s*(\d*\.?\d+)\%\s*,\s*(\d*\.?\d+)\%\s*(?:,\s*(\d*\.?\d+)\s*)?$/.exec(r))return i(t[4]),this.setHSL(parseFloat(t[1])/360,parseFloat(t[2])/100,parseFloat(t[3])/100,e)}}else if(n=/^\#([A-Fa-f\d]+)$/.exec(t)){const t=n[1],i=t.length;if(3===i)return this.setRGB(parseInt(t.charAt(0),16)/15,parseInt(t.charAt(1),16)/15,parseInt(t.charAt(2),16)/15,e);if(6===i)return this.setHex(parseInt(t,16),e)}else if(t&&t.length>0)return this.setColorName(t,e);return this}setColorName(t,e=$l){const i=vc[t.toLowerCase()];return void 0!==i&&this.setHex(i,e),this}clone(){return new this.constructor(this.r,this.g,this.b)}copy(t){return this.r=t.r,this.g=t.g,this.b=t.b,this}copySRGBToLinear(t){return this.r=du(t.r),this.g=du(t.g),this.b=du(t.b),this}copyLinearToSRGB(t){return this.r=pu(t.r),this.g=pu(t.g),this.b=pu(t.b),this}convertSRGBToLinear(){return this.copySRGBToLinear(this),this}convertLinearToSRGB(){return this.copyLinearToSRGB(this),this}getHex(t=$l){return cu.fromWorkingColorSpace(Sc.copy(this),t),65536*Math.round(eu(255*Sc.r,0,255))+256*Math.round(eu(255*Sc.g,0,255))+Math.round(eu(255*Sc.b,0,255))}getHexString(t=$l){return("000000"+this.getHex(t).toString(16)).slice(-6)}getHSL(t,e=cu.workingColorSpace){cu.fromWorkingColorSpace(Sc.copy(this),e);const i=Sc.r,n=Sc.g,s=Sc.b,r=Math.max(i,n,s),a=Math.min(i,n,s);let o,h;const l=(a+r)/2;if(a===r)o=0,h=0;else{const t=r-a;switch(h=l<=.5?t/(r+a):t/(2-r-a),r){case i:o=(n-s)/t+(n<s?6:0);break;case n:o=(s-i)/t+2;break;case s:o=(i-n)/t+4}o/=6}return t.h=o,t.s=h,t.l=l,t}getRGB(t,e=cu.workingColorSpace){return cu.fromWorkingColorSpace(Sc.copy(this),e),t.r=Sc.r,t.g=Sc.g,t.b=Sc.b,t}getStyle(t=$l){cu.fromWorkingColorSpace(Sc.copy(this),t);const e=Sc.r,i=Sc.g,n=Sc.b;return t!==$l?`color(${t} ${e.toFixed(3)} ${i.toFixed(3)} ${n.toFixed(3)})`:`rgb(${Math.round(255*e)},${Math.round(255*i)},${Math.round(255*n)})`}offsetHSL(t,e,i){return this.getHSL(xc),this.setHSL(xc.h+t,xc.s+e,xc.l+i)}add(t){return this.r+=t.r,this.g+=t.g,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+=t,this.g+=t,this.b+=t,this}sub(t){return this.r=Math.max(0,this.r-t.r),this.g=Math.max(0,this.g-t.g),this.b=Math.max(0,this.b-t.b),this}multiply(t){return this.r*=t.r,this.g*=t.g,this.b*=t.b,this}multiplyScalar(t){return this.r*=t,this.g*=t,this.b*=t,this}lerp(t,e){return 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,i){return this.r=t.r+(e.r-t.r)*i,this.g=t.g+(e.g-t.g)*i,this.b=t.b+(e.b-t.b)*i,this}lerpHSL(t,e){this.getHSL(xc),t.getHSL(bc);const i=iu(xc.h,bc.h,e),n=iu(xc.s,bc.s,e),s=iu(xc.l,bc.l,e);return this.setHSL(i,n,s),this}setFromVector3(t){return this.r=t.x,this.g=t.y,this.b=t.z,this}applyMatrix3(t){const e=this.r,i=this.g,n=this.b,s=t.elements;return this.r=s[0]*e+s[3]*i+s[6]*n,this.g=s[1]*e+s[4]*i+s[7]*n,this.b=s[2]*e+s[5]*i+s[8]*n,this}equals(t){return t.r===this.r&&t.g===this.g&&t.b===this.b}fromArray(t,e=0){return this.r=t[e],this.g=t[e+1],this.b=t[e+2],this}toArray(t=[],e=0){return t[e]=this.r,t[e+1]=this.g,t[e+2]=this.b,t}fromBufferAttribute(t,e){return this.r=t.getX(e),this.g=t.getY(e),this.b=t.getZ(e),this}toJSON(){return this.getHex()}*[Symbol.iterator](){yield this.r,yield this.g,yield this.b}}const Sc=new _c;_c.NAMES=vc;const Ec=new _u,Mc=new ru;let Ac=0;class Tc{constructor(t,e,i=!1){if(Array.isArray(t))throw new TypeError("THREE.BufferAttribute: array should be a Typed Array.");this.isBufferAttribute=!0,Object.defineProperty(this,"id",{value:Ac++}),this.name="",this.array=t,this.itemSize=e,this.count=void 0!==t?t.length/e:0,this.normalized=i,this.usage=35044,this.updateRanges=[],this.gpuType=1015,this.version=0}onUploadCallback(){}set needsUpdate(t){!0===t&&this.version++}setUsage(t){return this.usage=t,this}addUpdateRange(t,e){this.updateRanges.push({start:t,count:e})}clearUpdateRanges(){this.updateRanges.length=0}copy(t){return this.name=t.name,this.array=new t.array.constructor(t.array),this.itemSize=t.itemSize,this.count=t.count,this.normalized=t.normalized,this.usage=t.usage,this.gpuType=t.gpuType,this}copyAt(t,e,i){t*=this.itemSize,i*=e.itemSize;for(let n=0,s=this.itemSize;n<s;n++)this.array[t+n]=e.array[i+n];return this}copyArray(t){return this.array.set(t),this}applyMatrix3(t){if(2===this.itemSize)for(let e=0,i=this.count;e<i;e++)Mc.fromBufferAttribute(this,e),Mc.applyMatrix3(t),this.setXY(e,Mc.x,Mc.y);else if(3===this.itemSize)for(let e=0,i=this.count;e<i;e++)Ec.fromBufferAttribute(this,e),Ec.applyMatrix3(t),this.setXYZ(e,Ec.x,Ec.y,Ec.z);return this}applyMatrix4(t){for(let e=0,i=this.count;e<i;e++)Ec.fromBufferAttribute(this,e),Ec.applyMatrix4(t),this.setXYZ(e,Ec.x,Ec.y,Ec.z);return this}applyNormalMatrix(t){for(let e=0,i=this.count;e<i;e++)Ec.fromBufferAttribute(this,e),Ec.applyNormalMatrix(t),this.setXYZ(e,Ec.x,Ec.y,Ec.z);return this}transformDirection(t){for(let e=0,i=this.count;e<i;e++)Ec.fromBufferAttribute(this,e),Ec.transformDirection(t),this.setXYZ(e,Ec.x,Ec.y,Ec.z);return this}set(t,e=0){return this.array.set(t,e),this}getComponent(t,e){let i=this.array[t*this.itemSize+e];return this.normalized&&(i=nu(i,this.array)),i}setComponent(t,e,i){return this.normalized&&(i=su(i,this.array)),this.array[t*this.itemSize+e]=i,this}getX(t){let e=this.array[t*this.itemSize];return this.normalized&&(e=nu(e,this.array)),e}setX(t,e){return this.normalized&&(e=su(e,this.array)),this.array[t*this.itemSize]=e,this}getY(t){let e=this.array[t*this.itemSize+1];return this.normalized&&(e=nu(e,this.array)),e}setY(t,e){return this.normalized&&(e=su(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=nu(e,this.array)),e}setZ(t,e){return this.normalized&&(e=su(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=nu(e,this.array)),e}setW(t,e){return this.normalized&&(e=su(e,this.array)),this.array[t*this.itemSize+3]=e,this}setXY(t,e,i){return t*=this.itemSize,this.normalized&&(e=su(e,this.array),i=su(i,this.array)),this.array[t+0]=e,this.array[t+1]=i,this}setXYZ(t,e,i,n){return t*=this.itemSize,this.normalized&&(e=su(e,this.array),i=su(i,this.array),n=su(n,this.array)),this.array[t+0]=e,this.array[t+1]=i,this.array[t+2]=n,this}setXYZW(t,e,i,n,s){return t*=this.itemSize,this.normalized&&(e=su(e,this.array),i=su(i,this.array),n=su(n,this.array),s=su(s,this.array)),this.array[t+0]=e,this.array[t+1]=i,this.array[t+2]=n,this.array[t+3]=s,this}onUpload(t){return this.onUploadCallback=t,this}clone(){return new this.constructor(this.array,this.itemSize).copy(this)}toJSON(){const t={itemSize:this.itemSize,type:this.array.constructor.name,array:Array.from(this.array),normalized:this.normalized};return""!==this.name&&(t.name=this.name),35044!==this.usage&&(t.usage=this.usage),t}}class Cc extends Tc{constructor(t,e,i){super(new Uint16Array(t),e,i)}}class Ic extends Tc{constructor(t,e,i){super(new Uint32Array(t),e,i)}}class Dc extends Tc{constructor(t,e,i){super(new Float32Array(t),e,i)}}let Lc=0;const Bc=new qu,Pc=new yc,kc=new _u,Nc=new Mu,Oc=new Mu,Rc=new _u;class zc extends Ql{constructor(){super(),this.isBufferGeometry=!0,Object.defineProperty(this,"id",{value:Lc++}),this.uuid=tu(),this.name="",this.type="BufferGeometry",this.index=null,this.indirect=null,this.attributes={},this.morphAttributes={},this.morphTargetsRelative=!1,this.groups=[],this.boundingBox=null,this.boundingSphere=null,this.drawRange={start:0,count:1/0},this.userData={}}getIndex(){return this.index}setIndex(t){return Array.isArray(t)?this.index=new(function(t){for(let e=t.length-1;e>=0;--e)if(t[e]>=65535)return!0;return!1}(t)?Ic:Cc)(t,1):this.index=t,this}setIndirect(t){return this.indirect=t,this}getIndirect(){return this.indirect}getAttribute(t){return this.attributes[t]}setAttribute(t,e){return this.attributes[t]=e,this}deleteAttribute(t){return delete this.attributes[t],this}hasAttribute(t){return void 0!==this.attributes[t]}addGroup(t,e,i=0){this.groups.push({start:t,count:e,materialIndex:i})}clearGroups(){this.groups=[]}setDrawRange(t,e){this.drawRange.start=t,this.drawRange.count=e}applyMatrix4(t){const e=this.attributes.position;void 0!==e&&(e.applyMatrix4(t),e.needsUpdate=!0);const i=this.attributes.normal;if(void 0!==i){const e=(new au).getNormalMatrix(t);i.applyNormalMatrix(e),i.needsUpdate=!0}const n=this.attributes.tangent;return void 0!==n&&(n.transformDirection(t),n.needsUpdate=!0),null!==this.boundingBox&&this.computeBoundingBox(),null!==this.boundingSphere&&this.computeBoundingSphere(),this}applyQuaternion(t){return Bc.makeRotationFromQuaternion(t),this.applyMatrix4(Bc),this}rotateX(t){return Bc.makeRotationX(t),this.applyMatrix4(Bc),this}rotateY(t){return Bc.makeRotationY(t),this.applyMatrix4(Bc),this}rotateZ(t){return Bc.makeRotationZ(t),this.applyMatrix4(Bc),this}translate(t,e,i){return Bc.makeTranslation(t,e,i),this.applyMatrix4(Bc),this}scale(t,e,i){return Bc.makeScale(t,e,i),this.applyMatrix4(Bc),this}lookAt(t){return Pc.lookAt(t),Pc.updateMatrix(),this.applyMatrix4(Pc.matrix),this}center(){return this.computeBoundingBox(),this.boundingBox.getCenter(kc).negate(),this.translate(kc.x,kc.y,kc.z),this}setFromPoints(t){const e=this.getAttribute("position");if(void 0===e){const e=[];for(let i=0,n=t.length;i<n;i++){const n=t[i];e.push(n.x,n.y,n.z||0)}this.setAttribute("position",new Dc(e,3))}else{const i=Math.min(t.length,e.count);for(let n=0;n<i;n++){const i=t[n];e.setXYZ(n,i.x,i.y,i.z||0)}t.length,e.count,e.needsUpdate=!0}return this}computeBoundingBox(){null===this.boundingBox&&(this.boundingBox=new Mu);const t=this.attributes.position,e=this.morphAttributes.position;if(t&&t.isGLBufferAttribute)this.boundingBox.set(new _u(-1/0,-1/0,-1/0),new _u(1/0,1/0,1/0));else{if(void 0!==t){if(this.boundingBox.setFromBufferAttribute(t),e)for(let t=0,i=e.length;t<i;t++){const i=e[t];Nc.setFromBufferAttribute(i),this.morphTargetsRelative?(Rc.addVectors(this.boundingBox.min,Nc.min),this.boundingBox.expandByPoint(Rc),Rc.addVectors(this.boundingBox.max,Nc.max),this.boundingBox.expandByPoint(Rc)):(this.boundingBox.expandByPoint(Nc.min),this.boundingBox.expandByPoint(Nc.max))}}else this.boundingBox.makeEmpty();isNaN(this.boundingBox.min.x)||isNaN(this.boundingBox.min.y)||isNaN(this.boundingBox.min.z)}}computeBoundingSphere(){null===this.boundingSphere&&(this.boundingSphere=new Vu);const t=this.attributes.position,e=this.morphAttributes.position;if(t&&t.isGLBufferAttribute)this.boundingSphere.set(new _u,1/0);else if(t){const i=this.boundingSphere.center;if(Nc.setFromBufferAttribute(t),e)for(let t=0,i=e.length;t<i;t++){const i=e[t];Oc.setFromBufferAttribute(i),this.morphTargetsRelative?(Rc.addVectors(Nc.min,Oc.min),Nc.expandByPoint(Rc),Rc.addVectors(Nc.max,Oc.max),Nc.expandByPoint(Rc)):(Nc.expandByPoint(Oc.min),Nc.expandByPoint(Oc.max))}Nc.getCenter(i);let n=0;for(let e=0,s=t.count;e<s;e++)Rc.fromBufferAttribute(t,e),n=Math.max(n,i.distanceToSquared(Rc));if(e)for(let s=0,r=e.length;s<r;s++){const r=e[s],a=this.morphTargetsRelative;for(let e=0,s=r.count;e<s;e++)Rc.fromBufferAttribute(r,e),a&&(kc.fromBufferAttribute(t,e),Rc.add(kc)),n=Math.max(n,i.distanceToSquared(Rc))}this.boundingSphere.radius=Math.sqrt(n),isNaN(this.boundingSphere.radius)}}computeTangents(){const t=this.index,e=this.attributes;if(null===t||void 0===e.position||void 0===e.normal||void 0===e.uv)return;const i=e.position,n=e.normal,s=e.uv;!1===this.hasAttribute("tangent")&&this.setAttribute("tangent",new Tc(new Float32Array(4*i.count),4));const r=this.getAttribute("tangent"),a=[],o=[];for(let t=0;t<i.count;t++)a[t]=new _u,o[t]=new _u;const h=new _u,l=new _u,u=new _u,c=new ru,d=new ru,p=new ru,f=new _u,m=new _u;function g(t,e,n){h.fromBufferAttribute(i,t),l.fromBufferAttribute(i,e),u.fromBufferAttribute(i,n),c.fromBufferAttribute(s,t),d.fromBufferAttribute(s,e),p.fromBufferAttribute(s,n),l.sub(h),u.sub(h),d.sub(c),p.sub(c);const r=1/(d.x*p.y-p.x*d.y);isFinite(r)&&(f.copy(l).multiplyScalar(p.y).addScaledVector(u,-d.y).multiplyScalar(r),m.copy(u).multiplyScalar(d.x).addScaledVector(l,-p.x).multiplyScalar(r),a[t].add(f),a[e].add(f),a[n].add(f),o[t].add(m),o[e].add(m),o[n].add(m))}let y=this.groups;0===y.length&&(y=[{start:0,count:t.count}]);for(let e=0,i=y.length;e<i;++e){const i=y[e],n=i.start;for(let e=n,s=n+i.count;e<s;e+=3)g(t.getX(e+0),t.getX(e+1),t.getX(e+2))}const v=new _u,x=new _u,b=new _u,w=new _u;function _(t){b.fromBufferAttribute(n,t),w.copy(b);const e=a[t];v.copy(e),v.sub(b.multiplyScalar(b.dot(e))).normalize(),x.crossVectors(w,e);const i=x.dot(o[t])<0?-1:1;r.setXYZW(t,v.x,v.y,v.z,i)}for(let e=0,i=y.length;e<i;++e){const i=y[e],n=i.start;for(let e=n,s=n+i.count;e<s;e+=3)_(t.getX(e+0)),_(t.getX(e+1)),_(t.getX(e+2))}}computeVertexNormals(){const t=this.index,e=this.getAttribute("position");if(void 0!==e){let i=this.getAttribute("normal");if(void 0===i)i=new Tc(new Float32Array(3*e.count),3),this.setAttribute("normal",i);else for(let t=0,e=i.count;t<e;t++)i.setXYZ(t,0,0,0);const n=new _u,s=new _u,r=new _u,a=new _u,o=new _u,h=new _u,l=new _u,u=new _u;if(t)for(let c=0,d=t.count;c<d;c+=3){const d=t.getX(c+0),p=t.getX(c+1),f=t.getX(c+2);n.fromBufferAttribute(e,d),s.fromBufferAttribute(e,p),r.fromBufferAttribute(e,f),l.subVectors(r,s),u.subVectors(n,s),l.cross(u),a.fromBufferAttribute(i,d),o.fromBufferAttribute(i,p),h.fromBufferAttribute(i,f),a.add(l),o.add(l),h.add(l),i.setXYZ(d,a.x,a.y,a.z),i.setXYZ(p,o.x,o.y,o.z),i.setXYZ(f,h.x,h.y,h.z)}else for(let t=0,a=e.count;t<a;t+=3)n.fromBufferAttribute(e,t+0),s.fromBufferAttribute(e,t+1),r.fromBufferAttribute(e,t+2),l.subVectors(r,s),u.subVectors(n,s),l.cross(u),i.setXYZ(t+0,l.x,l.y,l.z),i.setXYZ(t+1,l.x,l.y,l.z),i.setXYZ(t+2,l.x,l.y,l.z);this.normalizeNormals(),i.needsUpdate=!0}}normalizeNormals(){const t=this.attributes.normal;for(let e=0,i=t.count;e<i;e++)Rc.fromBufferAttribute(t,e),Rc.normalize(),t.setXYZ(e,Rc.x,Rc.y,Rc.z)}toNonIndexed(){function t(t,e){const i=t.array,n=t.itemSize,s=t.normalized,r=new i.constructor(e.length*n);let a=0,o=0;for(let s=0,h=e.length;s<h;s++){a=t.isInterleavedBufferAttribute?e[s]*t.data.stride+t.offset:e[s]*n;for(let t=0;t<n;t++)r[o++]=i[a++]}return new Tc(r,n,s)}if(null===this.index)return this;const e=new zc,i=this.index.array,n=this.attributes;for(const s in n){const r=t(n[s],i);e.setAttribute(s,r)}const s=this.morphAttributes;for(const n in s){const r=[],a=s[n];for(let e=0,n=a.length;e<n;e++){const n=t(a[e],i);r.push(n)}e.morphAttributes[n]=r}e.morphTargetsRelative=this.morphTargetsRelative;const r=this.groups;for(let t=0,i=r.length;t<i;t++){const i=r[t];e.addGroup(i.start,i.count,i.materialIndex)}return e}toJSON(){const t={metadata:{version:4.6,type:"BufferGeometry",generator:"BufferGeometry.toJSON"}};if(t.uuid=this.uuid,t.type=this.type,""!==this.name&&(t.name=this.name),Object.keys(this.userData).length>0&&(t.userData=this.userData),void 0!==this.parameters){const e=this.parameters;for(const i in e)void 0!==e[i]&&(t[i]=e[i]);return t}t.data={attributes:{}};const e=this.index;null!==e&&(t.data.index={type:e.array.constructor.name,array:Array.prototype.slice.call(e.array)});const i=this.attributes;for(const e in i){const n=i[e];t.data.attributes[e]=n.toJSON(t.data)}const n={};let s=!1;for(const e in this.morphAttributes){const i=this.morphAttributes[e],r=[];for(let e=0,n=i.length;e<n;e++){const n=i[e];r.push(n.toJSON(t.data))}r.length>0&&(n[e]=r,s=!0)}s&&(t.data.morphAttributes=n,t.data.morphTargetsRelative=this.morphTargetsRelative);const r=this.groups;r.length>0&&(t.data.groups=JSON.parse(JSON.stringify(r)));const a=this.boundingSphere;return null!==a&&(t.data.boundingSphere={center:a.center.toArray(),radius:a.radius}),t}clone(){return(new this.constructor).copy(this)}copy(t){this.index=null,this.attributes={},this.morphAttributes={},this.groups=[],this.boundingBox=null,this.boundingSphere=null;const e={};this.name=t.name;const i=t.index;null!==i&&this.setIndex(i.clone());const n=t.attributes;for(const t in n){const i=n[t];this.setAttribute(t,i.clone(e))}const s=t.morphAttributes;for(const t in s){const i=[],n=s[t];for(let t=0,s=n.length;t<s;t++)i.push(n[t].clone(e));this.morphAttributes[t]=i}this.morphTargetsRelative=t.morphTargetsRelative;const r=t.groups;for(let t=0,e=r.length;t<e;t++){const e=r[t];this.addGroup(e.start,e.count,e.materialIndex)}const a=t.boundingBox;null!==a&&(this.boundingBox=a.clone());const o=t.boundingSphere;return null!==o&&(this.boundingSphere=o.clone()),this.drawRange.start=t.drawRange.start,this.drawRange.count=t.drawRange.count,this.userData=t.userData,this}dispose(){this.dispatchEvent({type:"dispose"})}}class Hc{constructor(){this.type="Curve",this.arcLengthDivisions=200,this.needsUpdate=!1,this.cacheArcLengths=null}getPoint(){}getPointAt(t,e){const i=this.getUtoTmapping(t);return this.getPoint(i,e)}getPoints(t=5){const e=[];for(let i=0;i<=t;i++)e.push(this.getPoint(i/t));return e}getSpacedPoints(t=5){const e=[];for(let i=0;i<=t;i++)e.push(this.getPointAt(i/t));return e}getLength(){const t=this.getLengths();return t[t.length-1]}getLengths(t=this.arcLengthDivisions){if(this.cacheArcLengths&&this.cacheArcLengths.length===t+1&&!this.needsUpdate)return this.cacheArcLengths;this.needsUpdate=!1;const e=[];let i,n=this.getPoint(0),s=0;e.push(0);for(let r=1;r<=t;r++)i=this.getPoint(r/t),s+=i.distanceTo(n),e.push(s),n=i;return this.cacheArcLengths=e,e}updateArcLengths(){this.needsUpdate=!0,this.getLengths()}getUtoTmapping(t,e=null){const i=this.getLengths();let n=0;const s=i.length;let r;r=e||t*i[s-1];let a,o=0,h=s-1;for(;o<=h;)if(n=Math.floor(o+(h-o)/2),a=i[n]-r,a<0)o=n+1;else{if(!(a>0)){h=n;break}h=n-1}if(n=h,i[n]===r)return n/(s-1);const l=i[n];return(n+(r-l)/(i[n+1]-l))/(s-1)}getTangent(t,e){const i=1e-4;let n=t-i,s=t+i;n<0&&(n=0),s>1&&(s=1);const r=this.getPoint(n),a=this.getPoint(s),o=e||(r.isVector2?new ru:new _u);return o.copy(a).sub(r).normalize(),o}getTangentAt(t,e){const i=this.getUtoTmapping(t);return this.getTangent(i,e)}computeFrenetFrames(t,e=!1){const i=new _u,n=[],s=[],r=[],a=new _u,o=new qu;for(let e=0;e<=t;e++){const i=e/t;n[e]=this.getTangentAt(i,new _u)}s[0]=new _u,r[0]=new _u;let h=Number.MAX_VALUE;const l=Math.abs(n[0].x),u=Math.abs(n[0].y),c=Math.abs(n[0].z);l<=h&&(h=l,i.set(1,0,0)),u<=h&&(h=u,i.set(0,1,0)),c<=h&&i.set(0,0,1),a.crossVectors(n[0],i).normalize(),s[0].crossVectors(n[0],a),r[0].crossVectors(n[0],s[0]);for(let e=1;e<=t;e++){if(s[e]=s[e-1].clone(),r[e]=r[e-1].clone(),a.crossVectors(n[e-1],n[e]),a.length()>Number.EPSILON){a.normalize();const t=Math.acos(eu(n[e-1].dot(n[e]),-1,1));s[e].applyMatrix4(o.makeRotationAxis(a,t))}r[e].crossVectors(n[e],s[e])}if(!0===e){let e=Math.acos(eu(s[0].dot(s[t]),-1,1));e/=t,n[0].dot(a.crossVectors(s[0],s[t]))>0&&(e=-e);for(let i=1;i<=t;i++)s[i].applyMatrix4(o.makeRotationAxis(n[i],e*i)),r[i].crossVectors(n[i],s[i])}return{tangents:n,normals:s,binormals:r}}clone(){return(new this.constructor).copy(this)}copy(t){return this.arcLengthDivisions=t.arcLengthDivisions,this}toJSON(){const t={metadata:{version:4.6,type:"Curve",generator:"Curve.toJSON"}};return t.arcLengthDivisions=this.arcLengthDivisions,t.type=this.type,t}fromJSON(t){return this.arcLengthDivisions=t.arcLengthDivisions,this}}class Wc extends Hc{constructor(t=0,e=0,i=1,n=1,s=0,r=2*Math.PI,a=!1,o=0){super(),this.isEllipseCurve=!0,this.type="EllipseCurve",this.aX=t,this.aY=e,this.xRadius=i,this.yRadius=n,this.aStartAngle=s,this.aEndAngle=r,this.aClockwise=a,this.aRotation=o}getPoint(t,e=new ru){const i=e,n=2*Math.PI;let s=this.aEndAngle-this.aStartAngle;const r=Math.abs(s)<Number.EPSILON;for(;s<0;)s+=n;for(;s>n;)s-=n;s<Number.EPSILON&&(s=r?0:n),!0!==this.aClockwise||r||(s===n?s=-n:s-=n);const a=this.aStartAngle+t*s;let o=this.aX+this.xRadius*Math.cos(a),h=this.aY+this.yRadius*Math.sin(a);if(0!==this.aRotation){const t=Math.cos(this.aRotation),e=Math.sin(this.aRotation),i=o-this.aX,n=h-this.aY;o=i*t-n*e+this.aX,h=i*e+n*t+this.aY}return i.set(o,h)}copy(t){return super.copy(t),this.aX=t.aX,this.aY=t.aY,this.xRadius=t.xRadius,this.yRadius=t.yRadius,this.aStartAngle=t.aStartAngle,this.aEndAngle=t.aEndAngle,this.aClockwise=t.aClockwise,this.aRotation=t.aRotation,this}toJSON(){const t=super.toJSON();return t.aX=this.aX,t.aY=this.aY,t.xRadius=this.xRadius,t.yRadius=this.yRadius,t.aStartAngle=this.aStartAngle,t.aEndAngle=this.aEndAngle,t.aClockwise=this.aClockwise,t.aRotation=this.aRotation,t}fromJSON(t){return super.fromJSON(t),this.aX=t.aX,this.aY=t.aY,this.xRadius=t.xRadius,this.yRadius=t.yRadius,this.aStartAngle=t.aStartAngle,this.aEndAngle=t.aEndAngle,this.aClockwise=t.aClockwise,this.aRotation=t.aRotation,this}}function Fc(){let t=0,e=0,i=0,n=0;function s(s,r,a,o){t=s,e=a,i=-3*s+3*r-2*a-o,n=2*s-2*r+a+o}return{initCatmullRom:function(t,e,i,n,r){s(e,i,r*(i-t),r*(n-e))},initNonuniformCatmullRom:function(t,e,i,n,r,a,o){let h=(e-t)/r-(i-t)/(r+a)+(i-e)/a,l=(i-e)/a-(n-e)/(a+o)+(n-i)/o;h*=a,l*=a,s(e,i,h,l)},calc:function(s){const r=s*s;return t+e*s+i*r+n*(r*s)}}}const Uc=new _u,Vc=new Fc,qc=new Fc,jc=new Fc;function Yc(t,e,i,n,s){const r=.5*(n-e),a=.5*(s-i),o=t*t;return(2*i-2*n+r+a)*(t*o)+(-3*i+3*n-2*r-a)*o+r*t+i}function Gc(t,e,i,n){return function(t,e){const i=1-t;return i*i*e}(t,e)+function(t,e){return 2*(1-t)*t*e}(t,i)+function(t,e){return t*t*e}(t,n)}function $c(t,e,i,n,s){return function(t,e){const i=1-t;return i*i*i*e}(t,e)+function(t,e){const i=1-t;return 3*i*i*t*e}(t,i)+function(t,e){return 3*(1-t)*t*t*e}(t,n)+function(t,e){return t*t*t*e}(t,s)}class Xc extends Hc{constructor(t=new ru,e=new ru,i=new ru,n=new ru){super(),this.isCubicBezierCurve=!0,this.type="CubicBezierCurve",this.v0=t,this.v1=e,this.v2=i,this.v3=n}getPoint(t,e=new ru){const i=e,n=this.v0,s=this.v1,r=this.v2,a=this.v3;return i.set($c(t,n.x,s.x,r.x,a.x),$c(t,n.y,s.y,r.y,a.y)),i}copy(t){return super.copy(t),this.v0.copy(t.v0),this.v1.copy(t.v1),this.v2.copy(t.v2),this.v3.copy(t.v3),this}toJSON(){const t=super.toJSON();return t.v0=this.v0.toArray(),t.v1=this.v1.toArray(),t.v2=this.v2.toArray(),t.v3=this.v3.toArray(),t}fromJSON(t){return super.fromJSON(t),this.v0.fromArray(t.v0),this.v1.fromArray(t.v1),this.v2.fromArray(t.v2),this.v3.fromArray(t.v3),this}}class Zc extends Hc{constructor(t=new ru,e=new ru){super(),this.isLineCurve=!0,this.type="LineCurve",this.v1=t,this.v2=e}getPoint(t,e=new ru){const i=e;return 1===t?i.copy(this.v2):(i.copy(this.v2).sub(this.v1),i.multiplyScalar(t).add(this.v1)),i}getPointAt(t,e){return this.getPoint(t,e)}getTangent(t,e=new ru){return e.subVectors(this.v2,this.v1).normalize()}getTangentAt(t,e){return this.getTangent(t,e)}copy(t){return super.copy(t),this.v1.copy(t.v1),this.v2.copy(t.v2),this}toJSON(){const t=super.toJSON();return t.v1=this.v1.toArray(),t.v2=this.v2.toArray(),t}fromJSON(t){return super.fromJSON(t),this.v1.fromArray(t.v1),this.v2.fromArray(t.v2),this}}class Jc extends Hc{constructor(t=new ru,e=new ru,i=new ru){super(),this.isQuadraticBezierCurve=!0,this.type="QuadraticBezierCurve",this.v0=t,this.v1=e,this.v2=i}getPoint(t,e=new ru){const i=e,n=this.v0,s=this.v1,r=this.v2;return i.set(Gc(t,n.x,s.x,r.x),Gc(t,n.y,s.y,r.y)),i}copy(t){return super.copy(t),this.v0.copy(t.v0),this.v1.copy(t.v1),this.v2.copy(t.v2),this}toJSON(){const t=super.toJSON();return t.v0=this.v0.toArray(),t.v1=this.v1.toArray(),t.v2=this.v2.toArray(),t}fromJSON(t){return super.fromJSON(t),this.v0.fromArray(t.v0),this.v1.fromArray(t.v1),this.v2.fromArray(t.v2),this}}class Qc extends Hc{constructor(t=[]){super(),this.isSplineCurve=!0,this.type="SplineCurve",this.points=t}getPoint(t,e=new ru){const i=e,n=this.points,s=(n.length-1)*t,r=Math.floor(s),a=s-r,o=n[0===r?r:r-1],h=n[r],l=n[r>n.length-2?n.length-1:r+1],u=n[r>n.length-3?n.length-1:r+2];return i.set(Yc(a,o.x,h.x,l.x,u.x),Yc(a,o.y,h.y,l.y,u.y)),i}copy(t){super.copy(t),this.points=[];for(let e=0,i=t.points.length;e<i;e++){const i=t.points[e];this.points.push(i.clone())}return this}toJSON(){const t=super.toJSON();t.points=[];for(let e=0,i=this.points.length;e<i;e++){const i=this.points[e];t.points.push(i.toArray())}return t}fromJSON(t){super.fromJSON(t),this.points=[];for(let e=0,i=t.points.length;e<i;e++){const i=t.points[e];this.points.push((new ru).fromArray(i))}return this}}var Kc=Object.freeze({__proto__:null,ArcCurve:class extends Wc{constructor(t,e,i,n,s,r){super(t,e,i,i,n,s,r),this.isArcCurve=!0,this.type="ArcCurve"}},CatmullRomCurve3:class extends Hc{constructor(t=[],e=!1,i="centripetal",n=.5){super(),this.isCatmullRomCurve3=!0,this.type="CatmullRomCurve3",this.points=t,this.closed=e,this.curveType=i,this.tension=n}getPoint(t,e=new _u){const i=e,n=this.points,s=n.length,r=(s-(this.closed?0:1))*t;let a,o,h=Math.floor(r),l=r-h;this.closed?h+=h>0?0:(Math.floor(Math.abs(h)/s)+1)*s:0===l&&h===s-1&&(h=s-2,l=1),this.closed||h>0?a=n[(h-1)%s]:(Uc.subVectors(n[0],n[1]).add(n[0]),a=Uc);const u=n[h%s],c=n[(h+1)%s];if(this.closed||h+2<s?o=n[(h+2)%s]:(Uc.subVectors(n[s-1],n[s-2]).add(n[s-1]),o=Uc),"centripetal"===this.curveType||"chordal"===this.curveType){const t="chordal"===this.curveType?.5:.25;let e=Math.pow(a.distanceToSquared(u),t),i=Math.pow(u.distanceToSquared(c),t),n=Math.pow(c.distanceToSquared(o),t);i<1e-4&&(i=1),e<1e-4&&(e=i),n<1e-4&&(n=i),Vc.initNonuniformCatmullRom(a.x,u.x,c.x,o.x,e,i,n),qc.initNonuniformCatmullRom(a.y,u.y,c.y,o.y,e,i,n),jc.initNonuniformCatmullRom(a.z,u.z,c.z,o.z,e,i,n)}else"catmullrom"===this.curveType&&(Vc.initCatmullRom(a.x,u.x,c.x,o.x,this.tension),qc.initCatmullRom(a.y,u.y,c.y,o.y,this.tension),jc.initCatmullRom(a.z,u.z,c.z,o.z,this.tension));return i.set(Vc.calc(l),qc.calc(l),jc.calc(l)),i}copy(t){super.copy(t),this.points=[];for(let e=0,i=t.points.length;e<i;e++){const i=t.points[e];this.points.push(i.clone())}return this.closed=t.closed,this.curveType=t.curveType,this.tension=t.tension,this}toJSON(){const t=super.toJSON();t.points=[];for(let e=0,i=this.points.length;e<i;e++){const i=this.points[e];t.points.push(i.toArray())}return t.closed=this.closed,t.curveType=this.curveType,t.tension=this.tension,t}fromJSON(t){super.fromJSON(t),this.points=[];for(let e=0,i=t.points.length;e<i;e++){const i=t.points[e];this.points.push((new _u).fromArray(i))}return this.closed=t.closed,this.curveType=t.curveType,this.tension=t.tension,this}},CubicBezierCurve:Xc,CubicBezierCurve3:class extends Hc{constructor(t=new _u,e=new _u,i=new _u,n=new _u){super(),this.isCubicBezierCurve3=!0,this.type="CubicBezierCurve3",this.v0=t,this.v1=e,this.v2=i,this.v3=n}getPoint(t,e=new _u){const i=e,n=this.v0,s=this.v1,r=this.v2,a=this.v3;return i.set($c(t,n.x,s.x,r.x,a.x),$c(t,n.y,s.y,r.y,a.y),$c(t,n.z,s.z,r.z,a.z)),i}copy(t){return super.copy(t),this.v0.copy(t.v0),this.v1.copy(t.v1),this.v2.copy(t.v2),this.v3.copy(t.v3),this}toJSON(){const t=super.toJSON();return t.v0=this.v0.toArray(),t.v1=this.v1.toArray(),t.v2=this.v2.toArray(),t.v3=this.v3.toArray(),t}fromJSON(t){return super.fromJSON(t),this.v0.fromArray(t.v0),this.v1.fromArray(t.v1),this.v2.fromArray(t.v2),this.v3.fromArray(t.v3),this}},EllipseCurve:Wc,LineCurve:Zc,LineCurve3:class extends Hc{constructor(t=new _u,e=new _u){super(),this.isLineCurve3=!0,this.type="LineCurve3",this.v1=t,this.v2=e}getPoint(t,e=new _u){const i=e;return 1===t?i.copy(this.v2):(i.copy(this.v2).sub(this.v1),i.multiplyScalar(t).add(this.v1)),i}getPointAt(t,e){return this.getPoint(t,e)}getTangent(t,e=new _u){return e.subVectors(this.v2,this.v1).normalize()}getTangentAt(t,e){return this.getTangent(t,e)}copy(t){return super.copy(t),this.v1.copy(t.v1),this.v2.copy(t.v2),this}toJSON(){const t=super.toJSON();return t.v1=this.v1.toArray(),t.v2=this.v2.toArray(),t}fromJSON(t){return super.fromJSON(t),this.v1.fromArray(t.v1),this.v2.fromArray(t.v2),this}},QuadraticBezierCurve:Jc,QuadraticBezierCurve3:class extends Hc{constructor(t=new _u,e=new _u,i=new _u){super(),this.isQuadraticBezierCurve3=!0,this.type="QuadraticBezierCurve3",this.v0=t,this.v1=e,this.v2=i}getPoint(t,e=new _u){const i=e,n=this.v0,s=this.v1,r=this.v2;return i.set(Gc(t,n.x,s.x,r.x),Gc(t,n.y,s.y,r.y),Gc(t,n.z,s.z,r.z)),i}copy(t){return super.copy(t),this.v0.copy(t.v0),this.v1.copy(t.v1),this.v2.copy(t.v2),this}toJSON(){const t=super.toJSON();return t.v0=this.v0.toArray(),t.v1=this.v1.toArray(),t.v2=this.v2.toArray(),t}fromJSON(t){return super.fromJSON(t),this.v0.fromArray(t.v0),this.v1.fromArray(t.v1),this.v2.fromArray(t.v2),this}},SplineCurve:Qc});class td extends Hc{constructor(){super(),this.type="CurvePath",this.curves=[],this.autoClose=!1}add(t){this.curves.push(t)}closePath(){const t=this.curves[0].getPoint(0),e=this.curves[this.curves.length-1].getPoint(1);if(!t.equals(e)){const i=!0===t.isVector2?"LineCurve":"LineCurve3";this.curves.push(new Kc[i](e,t))}return this}getPoint(t,e){const i=t*this.getLength(),n=this.getCurveLengths();let s=0;for(;s<n.length;){if(n[s]>=i){const t=n[s]-i,r=this.curves[s],a=r.getLength(),o=0===a?0:1-t/a;return r.getPointAt(o,e)}s++}return null}getLength(){const t=this.getCurveLengths();return t[t.length-1]}updateArcLengths(){this.needsUpdate=!0,this.cacheLengths=null,this.getCurveLengths()}getCurveLengths(){if(this.cacheLengths&&this.cacheLengths.length===this.curves.length)return this.cacheLengths;const t=[];let e=0;for(let i=0,n=this.curves.length;i<n;i++)e+=this.curves[i].getLength(),t.push(e);return this.cacheLengths=t,t}getSpacedPoints(t=40){const e=[];for(let i=0;i<=t;i++)e.push(this.getPoint(i/t));return this.autoClose&&e.push(e[0]),e}getPoints(t=12){const e=[];let i;for(let n=0,s=this.curves;n<s.length;n++){const r=s[n],a=r.isEllipseCurve?2*t:r.isLineCurve||r.isLineCurve3?1:r.isSplineCurve?t*r.points.length:t,o=r.getPoints(a);for(let t=0;t<o.length;t++){const n=o[t];i&&i.equals(n)||(e.push(n),i=n)}}return this.autoClose&&e.length>1&&!e[e.length-1].equals(e[0])&&e.push(e[0]),e}copy(t){super.copy(t),this.curves=[];for(let e=0,i=t.curves.length;e<i;e++){const i=t.curves[e];this.curves.push(i.clone())}return this.autoClose=t.autoClose,this}toJSON(){const t=super.toJSON();t.autoClose=this.autoClose,t.curves=[];for(let e=0,i=this.curves.length;e<i;e++){const i=this.curves[e];t.curves.push(i.toJSON())}return t}fromJSON(t){super.fromJSON(t),this.autoClose=t.autoClose,this.curves=[];for(let e=0,i=t.curves.length;e<i;e++){const i=t.curves[e];this.curves.push((new Kc[i.type]).fromJSON(i))}return this}}class ed extends td{constructor(t){super(),this.type="Path",this.currentPoint=new ru,t&&this.setFromPoints(t)}setFromPoints(t){this.moveTo(t[0].x,t[0].y);for(let e=1,i=t.length;e<i;e++)this.lineTo(t[e].x,t[e].y);return this}moveTo(t,e){return this.currentPoint.set(t,e),this}lineTo(t,e){const i=new Zc(this.currentPoint.clone(),new ru(t,e));return this.curves.push(i),this.currentPoint.set(t,e),this}quadraticCurveTo(t,e,i,n){const s=new Jc(this.currentPoint.clone(),new ru(t,e),new ru(i,n));return this.curves.push(s),this.currentPoint.set(i,n),this}bezierCurveTo(t,e,i,n,s,r){const a=new Xc(this.currentPoint.clone(),new ru(t,e),new ru(i,n),new ru(s,r));return this.curves.push(a),this.currentPoint.set(s,r),this}splineThru(t){const e=[this.currentPoint.clone()].concat(t),i=new Qc(e);return this.curves.push(i),this.currentPoint.copy(t[t.length-1]),this}arc(t,e,i,n,s,r){const a=this.currentPoint.x,o=this.currentPoint.y;return this.absarc(t+a,e+o,i,n,s,r),this}absarc(t,e,i,n,s,r){return this.absellipse(t,e,i,i,n,s,r),this}ellipse(t,e,i,n,s,r,a,o){const h=this.currentPoint.x,l=this.currentPoint.y;return this.absellipse(t+h,e+l,i,n,s,r,a,o),this}absellipse(t,e,i,n,s,r,a,o){const h=new Wc(t,e,i,n,s,r,a,o);if(this.curves.length>0){const t=h.getPoint(0);t.equals(this.currentPoint)||this.lineTo(t.x,t.y)}this.curves.push(h);const l=h.getPoint(1);return this.currentPoint.copy(l),this}copy(t){return super.copy(t),this.currentPoint.copy(t.currentPoint),this}toJSON(){const t=super.toJSON();return t.currentPoint=this.currentPoint.toArray(),t}fromJSON(t){return super.fromJSON(t),this.currentPoint.fromArray(t.currentPoint),this}}let id=class extends ed{constructor(t){super(t),this.uuid=tu(),this.type="Shape",this.holes=[]}getPointsHoles(t){const e=[];for(let i=0,n=this.holes.length;i<n;i++)e[i]=this.holes[i].getPoints(t);return e}extractPoints(t){return{shape:this.getPoints(t),holes:this.getPointsHoles(t)}}copy(t){super.copy(t),this.holes=[];for(let e=0,i=t.holes.length;e<i;e++){const i=t.holes[e];this.holes.push(i.clone())}return this}toJSON(){const t=super.toJSON();t.uuid=this.uuid,t.holes=[];for(let e=0,i=this.holes.length;e<i;e++){const i=this.holes[e];t.holes.push(i.toJSON())}return t}fromJSON(t){super.fromJSON(t),this.uuid=t.uuid,this.holes=[];for(let e=0,i=t.holes.length;e<i;e++){const i=t.holes[e];this.holes.push((new ed).fromJSON(i))}return this}};function nd(t,e,i,n,s){let r;if(s===function(t,e,i,n){let s=0;for(let r=e,a=i-n;r<i;r+=n)s+=(t[a]-t[r])*(t[r+1]+t[a+1]),a=r;return s}(t,e,i,n)>0)for(let s=e;s<i;s+=n)r=Md(s/n|0,t[s],t[s+1],r);else for(let s=i-n;s>=e;s-=n)r=Md(s/n|0,t[s],t[s+1],r);return r&&xd(r,r.next)&&(Ad(r),r=r.next),r}function sd(t,e){if(!t)return t;e||(e=t);let i,n=t;do{if(i=!1,n.steiner||!xd(n,n.next)&&0!==vd(n.prev,n,n.next))n=n.next;else{if(Ad(n),n=e=n.prev,n===n.next)break;i=!0}}while(i||n!==e);return e}function rd(t,e,i,n,s,r,a){if(!t)return;!a&&r&&function(t,e,i,n){let s=t;do{0===s.z&&(s.z=pd(s.x,s.y,e,i,n)),s.prevZ=s.prev,s.nextZ=s.next,s=s.next}while(s!==t);s.prevZ.nextZ=null,s.prevZ=null,function(t){let e,i=1;do{let n,s=t;t=null;let r=null;for(e=0;s;){e++;let a=s,o=0;for(let t=0;t<i&&(o++,a=a.nextZ,a);t++);let h=i;for(;o>0||h>0&&a;)0!==o&&(0===h||!a||s.z<=a.z)?(n=s,s=s.nextZ,o--):(n=a,a=a.nextZ,h--),r?r.nextZ=n:t=n,n.prevZ=r,r=n;s=a}r.nextZ=null,i*=2}while(e>1)}(s)}(t,n,s,r);let o=t;for(;t.prev!==t.next;){const h=t.prev,l=t.next;if(r?od(t,n,s,r):ad(t))e.push(h.i,t.i,l.i),Ad(t),t=l.next,o=l.next;else if((t=l)===o){a?1===a?rd(t=hd(sd(t),e),e,i,n,s,r,2):2===a&&ld(t,e,i,n,s,r):rd(sd(t),e,i,n,s,r,1);break}}}function ad(t){const e=t.prev,i=t,n=t.next;if(vd(e,i,n)>=0)return!1;const s=e.x,r=i.x,a=n.x,o=e.y,h=i.y,l=n.y,u=Math.min(s,r,a),c=Math.min(o,h,l),d=Math.max(s,r,a),p=Math.max(o,h,l);let f=n.next;for(;f!==e;){if(f.x>=u&&f.x<=d&&f.y>=c&&f.y<=p&&gd(s,o,r,h,a,l,f.x,f.y)&&vd(f.prev,f,f.next)>=0)return!1;f=f.next}return!0}function od(t,e,i,n){const s=t.prev,r=t,a=t.next;if(vd(s,r,a)>=0)return!1;const o=s.x,h=r.x,l=a.x,u=s.y,c=r.y,d=a.y,p=Math.min(o,h,l),f=Math.min(u,c,d),m=Math.max(o,h,l),g=Math.max(u,c,d),y=pd(p,f,e,i,n),v=pd(m,g,e,i,n);let x=t.prevZ,b=t.nextZ;for(;x&&x.z>=y&&b&&b.z<=v;){if(x.x>=p&&x.x<=m&&x.y>=f&&x.y<=g&&x!==s&&x!==a&&gd(o,u,h,c,l,d,x.x,x.y)&&vd(x.prev,x,x.next)>=0)return!1;if(x=x.prevZ,b.x>=p&&b.x<=m&&b.y>=f&&b.y<=g&&b!==s&&b!==a&&gd(o,u,h,c,l,d,b.x,b.y)&&vd(b.prev,b,b.next)>=0)return!1;b=b.nextZ}for(;x&&x.z>=y;){if(x.x>=p&&x.x<=m&&x.y>=f&&x.y<=g&&x!==s&&x!==a&&gd(o,u,h,c,l,d,x.x,x.y)&&vd(x.prev,x,x.next)>=0)return!1;x=x.prevZ}for(;b&&b.z<=v;){if(b.x>=p&&b.x<=m&&b.y>=f&&b.y<=g&&b!==s&&b!==a&&gd(o,u,h,c,l,d,b.x,b.y)&&vd(b.prev,b,b.next)>=0)return!1;b=b.nextZ}return!0}function hd(t,e){let i=t;do{const n=i.prev,s=i.next.next;!xd(n,s)&&bd(n,i,i.next,s)&&Sd(n,s)&&Sd(s,n)&&(e.push(n.i,i.i,s.i),Ad(i),Ad(i.next),i=t=s),i=i.next}while(i!==t);return sd(i)}function ld(t,e,i,n,s,r){let a=t;do{let t=a.next.next;for(;t!==a.prev;){if(a.i!==t.i&&yd(a,t)){let o=Ed(a,t);return a=sd(a,a.next),o=sd(o,o.next),rd(a,e,i,n,s,r,0),void rd(o,e,i,n,s,r,0)}t=t.next}a=a.next}while(a!==t)}function ud(t,e){let i=t.x-e.x;return 0===i&&(i=t.y-e.y,0===i)&&(i=(t.next.y-t.y)/(t.next.x-t.x)-(e.next.y-e.y)/(e.next.x-e.x)),i}function cd(t,e){const i=function(t,e){let i=e;const n=t.x,s=t.y;let r,a=-1/0;if(xd(t,i))return i;do{if(xd(t,i.next))return i.next;if(s<=i.y&&s>=i.next.y&&i.next.y!==i.y){const t=i.x+(s-i.y)*(i.next.x-i.x)/(i.next.y-i.y);if(t<=n&&t>a&&(a=t,r=i.x<i.next.x?i:i.next,t===n))return r}i=i.next}while(i!==e);if(!r)return null;const o=r,h=r.x,l=r.y;let u=1/0;i=r;do{if(n>=i.x&&i.x>=h&&n!==i.x&&md(s<l?n:a,s,h,l,s<l?a:n,s,i.x,i.y)){const e=Math.abs(s-i.y)/(n-i.x);Sd(i,t)&&(e<u||e===u&&(i.x>r.x||i.x===r.x&&dd(r,i)))&&(r=i,u=e)}i=i.next}while(i!==o);return r}(t,e);if(!i)return e;const n=Ed(i,t);return sd(n,n.next),sd(i,i.next)}function dd(t,e){return vd(t.prev,t,e.prev)<0&&vd(e.next,t,t.next)<0}function pd(t,e,i,n,s){return(t=1431655765&((t=858993459&((t=252645135&((t=16711935&((t=(t-i)*s|0)|t<<8))|t<<4))|t<<2))|t<<1))|(e=1431655765&((e=858993459&((e=252645135&((e=16711935&((e=(e-n)*s|0)|e<<8))|e<<4))|e<<2))|e<<1))<<1}function fd(t){let e=t,i=t;do{(e.x<i.x||e.x===i.x&&e.y<i.y)&&(i=e),e=e.next}while(e!==t);return i}function md(t,e,i,n,s,r,a,o){return(s-a)*(e-o)>=(t-a)*(r-o)&&(t-a)*(n-o)>=(i-a)*(e-o)&&(i-a)*(r-o)>=(s-a)*(n-o)}function gd(t,e,i,n,s,r,a,o){return!(t===a&&e===o)&&md(t,e,i,n,s,r,a,o)}function yd(t,e){return t.next.i!==e.i&&t.prev.i!==e.i&&!function(t,e){let i=t;do{if(i.i!==t.i&&i.next.i!==t.i&&i.i!==e.i&&i.next.i!==e.i&&bd(i,i.next,t,e))return!0;i=i.next}while(i!==t);return!1}(t,e)&&(Sd(t,e)&&Sd(e,t)&&function(t,e){let i=t,n=!1;const s=(t.x+e.x)/2,r=(t.y+e.y)/2;do{i.y>r!=i.next.y>r&&i.next.y!==i.y&&s<(i.next.x-i.x)*(r-i.y)/(i.next.y-i.y)+i.x&&(n=!n),i=i.next}while(i!==t);return n}(t,e)&&(vd(t.prev,t,e.prev)||vd(t,e.prev,e))||xd(t,e)&&vd(t.prev,t,t.next)>0&&vd(e.prev,e,e.next)>0)}function vd(t,e,i){return(e.y-t.y)*(i.x-e.x)-(e.x-t.x)*(i.y-e.y)}function xd(t,e){return t.x===e.x&&t.y===e.y}function bd(t,e,i,n){const s=_d(vd(t,e,i)),r=_d(vd(t,e,n)),a=_d(vd(i,n,t)),o=_d(vd(i,n,e));return s!==r&&a!==o||!(0!==s||!wd(t,i,e))||!(0!==r||!wd(t,n,e))||!(0!==a||!wd(i,t,n))||!(0!==o||!wd(i,e,n))}function wd(t,e,i){return e.x<=Math.max(t.x,i.x)&&e.x>=Math.min(t.x,i.x)&&e.y<=Math.max(t.y,i.y)&&e.y>=Math.min(t.y,i.y)}function _d(t){return t>0?1:t<0?-1:0}function Sd(t,e){return vd(t.prev,t,t.next)<0?vd(t,e,t.next)>=0&&vd(t,t.prev,e)>=0:vd(t,e,t.prev)<0||vd(t,t.next,e)<0}function Ed(t,e){const i=Td(t.i,t.x,t.y),n=Td(e.i,e.x,e.y),s=t.next,r=e.prev;return t.next=e,e.prev=t,i.next=s,s.prev=i,n.next=i,i.prev=n,r.next=n,n.prev=r,n}function Md(t,e,i,n){const s=Td(t,e,i);return n?(s.next=n.next,s.prev=n,n.next.prev=s,n.next=s):(s.prev=s,s.next=s),s}function Ad(t){t.next.prev=t.prev,t.prev.next=t.next,t.prevZ&&(t.prevZ.nextZ=t.nextZ),t.nextZ&&(t.nextZ.prevZ=t.prevZ)}function Td(t,e,i){return{i:t,x:e,y:i,prev:null,next:null,z:0,prevZ:null,nextZ:null,steiner:!1}}class Cd{static triangulate(t,e,i=2){return function(t,e,i=2){const n=e&&e.length,s=n?e[0]*i:t.length;let r=nd(t,0,s,i,!0);const a=[];if(!r||r.next===r.prev)return a;let o,h,l;if(n&&(r=function(t,e,i,n){const s=[];for(let i=0,r=e.length;i<r;i++){const a=nd(t,e[i]*n,i<r-1?e[i+1]*n:t.length,n,!1);a===a.next&&(a.steiner=!0),s.push(fd(a))}s.sort(ud);for(let t=0;t<s.length;t++)i=cd(s[t],i);return i}(t,e,r,i)),t.length>80*i){o=1/0,h=1/0;let e=-1/0,n=-1/0;for(let r=i;r<s;r+=i){const i=t[r],s=t[r+1];i<o&&(o=i),s<h&&(h=s),i>e&&(e=i),s>n&&(n=s)}l=Math.max(e-o,n-h),l=0!==l?32767/l:0}return rd(r,a,i,o,h,l,0),a}(t,e,i)}}class Id{static area(t){const e=t.length;let i=0;for(let n=e-1,s=0;s<e;n=s++)i+=t[n].x*t[s].y-t[s].x*t[n].y;return.5*i}static isClockWise(t){return Id.area(t)<0}static triangulateShape(t,e){const i=[],n=[],s=[];Dd(t),Ld(i,t);let r=t.length;e.forEach(Dd);for(let t=0;t<e.length;t++)n.push(r),r+=e[t].length,Ld(i,e[t]);const a=Cd.triangulate(i,n);for(let t=0;t<a.length;t+=3)s.push(a.slice(t,t+3));return s}}function Dd(t){const e=t.length;e>2&&t[e-1].equals(t[0])&&t.pop()}function Ld(t,e){for(let i=0;i<e.length;i++)t.push(e[i].x),t.push(e[i].y)}const Bd={enabled:!1,files:{},add:function(t,e){!1!==this.enabled&&(this.files[t]=e)},get:function(t){if(!1!==this.enabled)return this.files[t]},remove:function(t){delete this.files[t]},clear:function(){this.files={}}};const Pd=new class{constructor(t,e,i){const n=this;let s,r=!1,a=0,o=0;const h=[];this.onStart=void 0,this.onLoad=t,this.onProgress=e,this.onError=i,this.itemStart=function(t){o++,!1===r&&void 0!==n.onStart&&n.onStart(t,a,o),r=!0},this.itemEnd=function(t){a++,void 0!==n.onProgress&&n.onProgress(t,a,o),a===o&&(r=!1,void 0!==n.onLoad&&n.onLoad())},this.itemError=function(t){void 0!==n.onError&&n.onError(t)},this.resolveURL=function(t){return s?s(t):t},this.setURLModifier=function(t){return s=t,this},this.addHandler=function(t,e){return h.push(t,e),this},this.removeHandler=function(t){const e=h.indexOf(t);return-1!==e&&h.splice(e,2),this},this.getHandler=function(t){for(let e=0,i=h.length;e<i;e+=2){const i=h[e],n=h[e+1];if(i.global&&(i.lastIndex=0),i.test(t))return n}return null}}};class kd{constructor(t){this.manager=void 0!==t?t:Pd,this.crossOrigin="anonymous",this.withCredentials=!1,this.path="",this.resourcePath="",this.requestHeader={}}load(){}loadAsync(t,e){const i=this;return new Promise((function(n,s){i.load(t,n,e,s)}))}parse(){}setCrossOrigin(t){return this.crossOrigin=t,this}setWithCredentials(t){return this.withCredentials=t,this}setPath(t){return this.path=t,this}setResourcePath(t){return this.resourcePath=t,this}setRequestHeader(t){return this.requestHeader=t,this}}kd.DEFAULT_MATERIAL_NAME="__DEFAULT";const Nd={};class Od extends Error{constructor(t,e){super(t),this.response=e}}class Rd extends kd{constructor(t){super(t),this.mimeType="",this.responseType=""}load(t,e,i,n){void 0===t&&(t=""),void 0!==this.path&&(t=this.path+t),t=this.manager.resolveURL(t);const s=Bd.get(t);if(void 0!==s)return this.manager.itemStart(t),setTimeout((()=>{e&&e(s),this.manager.itemEnd(t)}),0),s;if(void 0!==Nd[t])return void Nd[t].push({onLoad:e,onProgress:i,onError:n});Nd[t]=[],Nd[t].push({onLoad:e,onProgress:i,onError:n});const r=new Request(t,{headers:new Headers(this.requestHeader),credentials:this.withCredentials?"include":"same-origin"}),a=this.mimeType,o=this.responseType;fetch(r).then((e=>{if(200===e.status||0===e.status){if(e.status,"undefined"==typeof ReadableStream||void 0===e.body||void 0===e.body.getReader)return e;const i=Nd[t],n=e.body.getReader(),s=e.headers.get("X-File-Size")||e.headers.get("Content-Length"),r=s?parseInt(s):0,a=0!==r;let o=0;const h=new ReadableStream({start(t){!function e(){n.read().then((({done:n,value:s})=>{if(n)t.close();else{o+=s.byteLength;const n=new ProgressEvent("progress",{lengthComputable:a,loaded:o,total:r});for(let t=0,e=i.length;t<e;t++){const e=i[t];e.onProgress&&e.onProgress(n)}t.enqueue(s),e()}}),(e=>{t.error(e)}))}()}});return new Response(h)}throw new Od(`fetch for "${e.url}" responded with ${e.status}: ${e.statusText}`,e)})).then((t=>{switch(o){case"arraybuffer":return t.arrayBuffer();case"blob":return t.blob();case"document":return t.text().then((t=>(new DOMParser).parseFromString(t,a)));case"json":return t.json();default:if(""===a)return t.text();{const e=/charset="?([^;"\s]*)"?/i.exec(a),i=e&&e[1]?e[1].toLowerCase():void 0,n=new TextDecoder(i);return t.arrayBuffer().then((t=>n.decode(t)))}}})).then((e=>{Bd.add(t,e);const i=Nd[t];delete Nd[t];for(let t=0,n=i.length;t<n;t++){const n=i[t];n.onLoad&&n.onLoad(e)}})).catch((e=>{const i=Nd[t];if(void 0===i)throw this.manager.itemError(t),e;delete Nd[t];for(let t=0,n=i.length;t<n;t++){const n=i[t];n.onError&&n.onError(e)}this.manager.itemError(t)})).finally((()=>{this.manager.itemEnd(t)})),this.manager.itemStart(t)}setResponseType(t){return this.responseType=t,this}setMimeType(t){return this.mimeType=t,this}}const zd=new ru;class Hd{constructor(t=new ru(1/0,1/0),e=new ru(-1/0,-1/0)){this.isBox2=!0,this.min=t,this.max=e}set(t,e){return this.min.copy(t),this.max.copy(e),this}setFromPoints(t){this.makeEmpty();for(let e=0,i=t.length;e<i;e++)this.expandByPoint(t[e]);return this}setFromCenterAndSize(t,e){const i=zd.copy(e).multiplyScalar(.5);return this.min.copy(t).sub(i),this.max.copy(t).add(i),this}clone(){return(new this.constructor).copy(this)}copy(t){return this.min.copy(t.min),this.max.copy(t.max),this}makeEmpty(){return this.min.x=this.min.y=1/0,this.max.x=this.max.y=-1/0,this}isEmpty(){return this.max.x<this.min.x||this.max.y<this.min.y}getCenter(t){return this.isEmpty()?t.set(0,0):t.addVectors(this.min,this.max).multiplyScalar(.5)}getSize(t){return this.isEmpty()?t.set(0,0):t.subVectors(this.max,this.min)}expandByPoint(t){return this.min.min(t),this.max.max(t),this}expandByVector(t){return this.min.sub(t),this.max.add(t),this}expandByScalar(t){return this.min.addScalar(-t),this.max.addScalar(t),this}containsPoint(t){return t.x>=this.min.x&&t.x<=this.max.x&&t.y>=this.min.y&&t.y<=this.max.y}containsBox(t){return this.min.x<=t.min.x&&t.max.x<=this.max.x&&this.min.y<=t.min.y&&t.max.y<=this.max.y}getParameter(t,e){return e.set((t.x-this.min.x)/(this.max.x-this.min.x),(t.y-this.min.y)/(this.max.y-this.min.y))}intersectsBox(t){return t.max.x>=this.min.x&&t.min.x<=this.max.x&&t.max.y>=this.min.y&&t.min.y<=this.max.y}clampPoint(t,e){return e.copy(t).clamp(this.min,this.max)}distanceToPoint(t){return this.clampPoint(t,zd).distanceTo(t)}intersect(t){return this.min.max(t.min),this.max.min(t.max),this.isEmpty()&&this.makeEmpty(),this}union(t){return this.min.min(t.min),this.max.max(t.max),this}translate(t){return this.min.add(t),this.max.add(t),this}equals(t){return t.min.equals(this.min)&&t.max.equals(this.max)}}class Wd{constructor(){this.type="ShapePath",this.color=new _c,this.subPaths=[],this.currentPath=null}moveTo(t,e){return this.currentPath=new ed,this.subPaths.push(this.currentPath),this.currentPath.moveTo(t,e),this}lineTo(t,e){return this.currentPath.lineTo(t,e),this}quadraticCurveTo(t,e,i,n){return this.currentPath.quadraticCurveTo(t,e,i,n),this}bezierCurveTo(t,e,i,n,s,r){return this.currentPath.bezierCurveTo(t,e,i,n,s,r),this}splineThru(t){return this.currentPath.splineThru(t),this}toShapes(t){function e(t,e){const i=e.length;let n=!1;for(let s=i-1,r=0;r<i;s=r++){let i=e[s],a=e[r],o=a.x-i.x,h=a.y-i.y;if(Math.abs(h)>Number.EPSILON){if(h<0&&(i=e[r],o=-o,a=e[s],h=-h),t.y<i.y||t.y>a.y)continue;if(t.y===i.y){if(t.x===i.x)return!0}else{const e=h*(t.x-i.x)-o*(t.y-i.y);if(0===e)return!0;if(e<0)continue;n=!n}}else{if(t.y!==i.y)continue;if(a.x<=t.x&&t.x<=i.x||i.x<=t.x&&t.x<=a.x)return!0}}return n}const i=Id.isClockWise,n=this.subPaths;if(0===n.length)return[];let s,r,a;const o=[];if(1===n.length)return r=n[0],a=new id,a.curves=r.curves,o.push(a),o;let h=!i(n[0].getPoints());h=t?!h:h;const l=[],u=[];let c,d,p=[],f=0;u[f]=void 0,p[f]=[];for(let e=0,a=n.length;e<a;e++)r=n[e],c=r.getPoints(),s=i(c),s=t?!s:s,s?(!h&&u[f]&&f++,u[f]={s:new id,p:c},u[f].s.curves=r.curves,h&&f++,p[f]=[]):p[f].push({h:r,p:c[0]});if(!u[0])return function(t){const e=[];for(let i=0,n=t.length;i<n;i++){const n=t[i],s=new id;s.curves=n.curves,e.push(s)}return e}(n);if(u.length>1){let t=!1,i=0;for(let t=0,e=u.length;t<e;t++)l[t]=[];for(let n=0,s=u.length;n<s;n++){const s=p[n];for(let r=0;r<s.length;r++){const a=s[r];let o=!0;for(let s=0;s<u.length;s++)e(a.p,u[s].p)&&(n!==s&&i++,o?(o=!1,l[s].push(a)):t=!0);o&&l[n].push(a)}}i>0&&!1===t&&(p=l)}for(let t=0,e=u.length;t<e;t++){a=u[t].s,o.push(a),d=p[t];for(let t=0,e=d.length;t<e;t++)a.holes.push(d[t].h)}return o}}"undefined"!=typeof __THREE_DEVTOOLS__&&__THREE_DEVTOOLS__.dispatchEvent(new CustomEvent("register",{detail:{revision:"176"}})),"undefined"!=typeof window&&(window.__THREE__||(window.__THREE__="176"));const Fd=$l;class Ud extends kd{constructor(t){super(t),this.defaultDPI=90,this.defaultUnit="px"}load(t,e,i,n){const s=this,r=new Rd(s.manager);r.setPath(s.path),r.setRequestHeader(s.requestHeader),r.setWithCredentials(s.withCredentials),r.load(t,(function(i){try{e(s.parse(i))}catch(e){n&&n(e),s.manager.itemError(t)}}),i,n)}parse(t){const e=this;function i(t,e,i,s,r,a,o,h){if(0==e||0==i)return void t.lineTo(h.x,h.y);s=s*Math.PI/180,e=Math.abs(e),i=Math.abs(i);const l=(o.x-h.x)/2,u=(o.y-h.y)/2,c=Math.cos(s)*l+Math.sin(s)*u,d=-Math.sin(s)*l+Math.cos(s)*u;let p=e*e,f=i*i;const m=c*c,g=d*d,y=m/p+g/f;if(y>1){const t=Math.sqrt(y);p=(e*=t)*e,f=(i*=t)*i}const v=p*g+f*m,x=(p*f-v)/v;let b=Math.sqrt(Math.max(0,x));r===a&&(b=-b);const w=b*e*d/i,_=-b*i*c/e,S=Math.cos(s)*w-Math.sin(s)*_+(o.x+h.x)/2,E=Math.sin(s)*w+Math.cos(s)*_+(o.y+h.y)/2,M=n(1,0,(c-w)/e,(d-_)/i),A=n((c-w)/e,(d-_)/i,(-c-w)/e,(-d-_)/i)%(2*Math.PI);t.currentPath.absellipse(S,E,e,i,M,M+A,0===a,s)}function n(t,e,i,n){const s=t*i+e*n,r=Math.sqrt(t*t+e*e)*Math.sqrt(i*i+n*n);let a=Math.acos(Math.max(-1,Math.min(1,s/r)));return t*n-e*i<0&&(a=-a),a}function s(t,e){e=Object.assign({},e);let i={};if(t.hasAttribute("class")){const e=t.getAttribute("class").split(/\s/).filter(Boolean).map((t=>t.trim()));for(let t=0;t<e.length;t++)i=Object.assign(i,m["."+e[t]])}function n(n,s,r){void 0===r&&(r=function(t){return t.startsWith("url"),t}),t.hasAttribute(n)&&(e[s]=r(t.getAttribute(n))),i[n]&&(e[s]=r(i[n])),t.style&&""!==t.style[n]&&(e[s]=r(t.style[n]))}function s(t){return Math.max(0,Math.min(1,l(t)))}function r(t){return Math.max(0,l(t))}return t.hasAttribute("id")&&(i=Object.assign(i,m["#"+t.getAttribute("id")])),n("fill","fill"),n("fill-opacity","fillOpacity",s),n("fill-rule","fillRule"),n("opacity","opacity",s),n("stroke","stroke"),n("stroke-opacity","strokeOpacity",s),n("stroke-width","strokeWidth",r),n("stroke-linejoin","strokeLineJoin"),n("stroke-linecap","strokeLineCap"),n("stroke-miterlimit","strokeMiterLimit",r),n("visibility","visibility"),e}function r(t,e){return t-(e-t)}function a(t,e,i){if("string"!=typeof t)throw new TypeError("Invalid input: "+typeof t);const n={WHITESPACE:/[ \t\r\n]/,DIGIT:/[\d]/,SIGN:/[-+]/,POINT:/\./,COMMA:/,/,EXP:/e/i,FLAGS:/[01]/};let s=0,r=!0,a="",o="";const h=[];function l(t,e,i){const n=new SyntaxError('Unexpected character "'+t+'" at index '+e+".");throw n.partial=i,n}function u(){""!==a&&(""===o?h.push(Number(a)):h.push(Number(a)*Math.pow(10,Number(o)))),a="",o=""}let c;const d=t.length;for(let p=0;p<d;p++)if(c=t[p],Array.isArray(e)&&e.includes(h.length%i)&&n.FLAGS.test(c))s=1,a=c,u();else{if(0===s){if(n.WHITESPACE.test(c))continue;if(n.DIGIT.test(c)||n.SIGN.test(c)){s=1,a=c;continue}if(n.POINT.test(c)){s=2,a=c;continue}n.COMMA.test(c)&&(r&&l(c,p,h),r=!0)}if(1===s){if(n.DIGIT.test(c)){a+=c;continue}if(n.POINT.test(c)){a+=c,s=2;continue}if(n.EXP.test(c)){s=3;continue}n.SIGN.test(c)&&1===a.length&&n.SIGN.test(a[0])&&l(c,p,h)}if(2===s){if(n.DIGIT.test(c)){a+=c;continue}if(n.EXP.test(c)){s=3;continue}n.POINT.test(c)&&"."===a[a.length-1]&&l(c,p,h)}if(3===s){if(n.DIGIT.test(c)){o+=c;continue}if(n.SIGN.test(c)){if(""===o){o+=c;continue}1===o.length&&n.SIGN.test(o)&&l(c,p,h)}}n.WHITESPACE.test(c)?(u(),s=0,r=!1):n.COMMA.test(c)?(u(),s=0,r=!0):n.SIGN.test(c)?(u(),s=1,a=c):n.POINT.test(c)?(u(),s=2,a=c):l(c,p,h)}return u(),h}const o=["mm","cm","in","pt","pc","px"],h={mm:{mm:1,cm:.1,in:1/25.4,pt:72/25.4,pc:6/25.4,px:-1},cm:{mm:10,cm:1,in:1/2.54,pt:72/2.54,pc:6/2.54,px:-1},in:{mm:25.4,cm:2.54,in:1,pt:72,pc:6,px:-1},pt:{mm:25.4/72,cm:2.54/72,in:1/72,pt:1,pc:6/72,px:-1},pc:{mm:25.4/6,cm:2.54/6,in:1/6,pt:12,pc:1,px:-1},px:{px:1}};function l(t){let i,n="px";if("string"==typeof t||t instanceof String)for(let e=0,i=o.length;e<i;e++){const i=o[e];if(t.endsWith(i)){n=i,t=t.substring(0,t.length-i.length);break}}return"px"===n&&"px"!==e.defaultUnit?i=h.in[e.defaultUnit]/e.defaultDPI:(i=h[n][e.defaultUnit],i<0&&(i=h[n].in*e.defaultDPI)),i*parseFloat(t)}function u(t){const e=t.elements;return e[0]*e[4]-e[1]*e[3]<0}function c(t){const e=t.elements,i=e[0]*e[3]+e[1]*e[4];if(0===i)return!1;const n=d(t),s=p(t);return Math.abs(i/(n*s))>Number.EPSILON}function d(t){const e=t.elements;return Math.sqrt(e[0]*e[0]+e[1]*e[1])}function p(t){const e=t.elements;return Math.sqrt(e[3]*e[3]+e[4]*e[4])}const f=[],m={},g=[],y=new au,v=new au,x=new au,b=new au,w=new ru,_=new _u,S=new au,E=(new DOMParser).parseFromString(t,"image/svg+xml");return function t(e,n){if(1!==e.nodeType)return;const o=function(t){if(!(t.hasAttribute("transform")||"use"===t.nodeName&&(t.hasAttribute("x")||t.hasAttribute("y"))))return null;const e=function(t){const e=new au,i=y;if("use"===t.nodeName&&(t.hasAttribute("x")||t.hasAttribute("y"))){const i=l(t.getAttribute("x")),n=l(t.getAttribute("y"));e.translate(i,n)}if(t.hasAttribute("transform")){const n=t.getAttribute("transform").split(")");for(let t=n.length-1;t>=0;t--){const s=n[t].trim();if(""===s)continue;const r=s.indexOf("("),o=s.length;if(r>0&&r<o){const t=s.slice(0,r),e=a(s.slice(r+1));switch(i.identity(),t){case"translate":if(e.length>=1){const t=e[0];let n=0;e.length>=2&&(n=e[1]),i.translate(t,n)}break;case"rotate":if(e.length>=1){let t=0,n=0,s=0;t=e[0]*Math.PI/180,e.length>=3&&(n=e[1],s=e[2]),v.makeTranslation(-n,-s),x.makeRotation(t),b.multiplyMatrices(x,v),v.makeTranslation(n,s),i.multiplyMatrices(v,b)}break;case"scale":if(e.length>=1){const t=e[0];let n=t;e.length>=2&&(n=e[1]),i.scale(t,n)}break;case"skewX":1===e.length&&i.set(1,Math.tan(e[0]*Math.PI/180),0,0,1,0,0,0,1);break;case"skewY":1===e.length&&i.set(1,0,0,Math.tan(e[0]*Math.PI/180),1,0,0,0,1);break;case"matrix":6===e.length&&i.set(e[0],e[2],e[4],e[1],e[3],e[5],0,0,1)}}e.premultiply(i)}}return e}(t);return g.length>0&&e.premultiply(g[g.length-1]),S.copy(e),g.push(e),e}(e);let h=!1,E=null;switch(e.nodeName){case"svg":case"g":n=s(e,n);break;case"style":!function(t){if(t.sheet&&t.sheet.cssRules&&t.sheet.cssRules.length)for(let e=0;e<t.sheet.cssRules.length;e++){const i=t.sheet.cssRules[e];if(1!==i.type)continue;const n=i.selectorText.split(/,/gm).filter(Boolean).map((t=>t.trim()));for(let t=0;t<n.length;t++){const e=Object.fromEntries(Object.entries(i.style).filter((([,t])=>""!==t)));m[n[t]]=Object.assign(m[n[t]]||{},e)}}}(e);break;case"path":n=s(e,n),e.hasAttribute("d")&&(E=function(t){const e=new Wd,n=new ru,s=new ru,o=new ru;let h=!0,l=!1;const u=t.getAttribute("d");if(""===u||"none"===u)return null;const c=u.match(/[a-df-z][^a-df-z]*/gi);for(let t=0,u=c.length;t<u;t++){const u=c[t],d=u.charAt(0),p=u.slice(1).trim();let f;switch(!0===h&&(l=!0,h=!1),d){case"M":f=a(p);for(let t=0,i=f.length;t<i;t+=2)n.x=f[t+0],n.y=f[t+1],s.x=n.x,s.y=n.y,0===t?e.moveTo(n.x,n.y):e.lineTo(n.x,n.y),0===t&&o.copy(n);break;case"H":f=a(p);for(let t=0,i=f.length;t<i;t++)n.x=f[t],s.x=n.x,s.y=n.y,e.lineTo(n.x,n.y),0===t&&!0===l&&o.copy(n);break;case"V":f=a(p);for(let t=0,i=f.length;t<i;t++)n.y=f[t],s.x=n.x,s.y=n.y,e.lineTo(n.x,n.y),0===t&&!0===l&&o.copy(n);break;case"L":f=a(p);for(let t=0,i=f.length;t<i;t+=2)n.x=f[t+0],n.y=f[t+1],s.x=n.x,s.y=n.y,e.lineTo(n.x,n.y),0===t&&!0===l&&o.copy(n);break;case"C":f=a(p);for(let t=0,i=f.length;t<i;t+=6)e.bezierCurveTo(f[t+0],f[t+1],f[t+2],f[t+3],f[t+4],f[t+5]),s.x=f[t+2],s.y=f[t+3],n.x=f[t+4],n.y=f[t+5],0===t&&!0===l&&o.copy(n);break;case"S":f=a(p);for(let t=0,i=f.length;t<i;t+=4)e.bezierCurveTo(r(n.x,s.x),r(n.y,s.y),f[t+0],f[t+1],f[t+2],f[t+3]),s.x=f[t+0],s.y=f[t+1],n.x=f[t+2],n.y=f[t+3],0===t&&!0===l&&o.copy(n);break;case"Q":f=a(p);for(let t=0,i=f.length;t<i;t+=4)e.quadraticCurveTo(f[t+0],f[t+1],f[t+2],f[t+3]),s.x=f[t+0],s.y=f[t+1],n.x=f[t+2],n.y=f[t+3],0===t&&!0===l&&o.copy(n);break;case"T":f=a(p);for(let t=0,i=f.length;t<i;t+=2){const i=r(n.x,s.x),a=r(n.y,s.y);e.quadraticCurveTo(i,a,f[t+0],f[t+1]),s.x=i,s.y=a,n.x=f[t+0],n.y=f[t+1],0===t&&!0===l&&o.copy(n)}break;case"A":f=a(p,[3,4],7);for(let t=0,r=f.length;t<r;t+=7){if(f[t+5]==n.x&&f[t+6]==n.y)continue;const r=n.clone();n.x=f[t+5],n.y=f[t+6],s.x=n.x,s.y=n.y,i(e,f[t],f[t+1],f[t+2],f[t+3],f[t+4],r,n),0===t&&!0===l&&o.copy(n)}break;case"m":f=a(p);for(let t=0,i=f.length;t<i;t+=2)n.x+=f[t+0],n.y+=f[t+1],s.x=n.x,s.y=n.y,0===t?e.moveTo(n.x,n.y):e.lineTo(n.x,n.y),0===t&&o.copy(n);break;case"h":f=a(p);for(let t=0,i=f.length;t<i;t++)n.x+=f[t],s.x=n.x,s.y=n.y,e.lineTo(n.x,n.y),0===t&&!0===l&&o.copy(n);break;case"v":f=a(p);for(let t=0,i=f.length;t<i;t++)n.y+=f[t],s.x=n.x,s.y=n.y,e.lineTo(n.x,n.y),0===t&&!0===l&&o.copy(n);break;case"l":f=a(p);for(let t=0,i=f.length;t<i;t+=2)n.x+=f[t+0],n.y+=f[t+1],s.x=n.x,s.y=n.y,e.lineTo(n.x,n.y),0===t&&!0===l&&o.copy(n);break;case"c":f=a(p);for(let t=0,i=f.length;t<i;t+=6)e.bezierCurveTo(n.x+f[t+0],n.y+f[t+1],n.x+f[t+2],n.y+f[t+3],n.x+f[t+4],n.y+f[t+5]),s.x=n.x+f[t+2],s.y=n.y+f[t+3],n.x+=f[t+4],n.y+=f[t+5],0===t&&!0===l&&o.copy(n);break;case"s":f=a(p);for(let t=0,i=f.length;t<i;t+=4)e.bezierCurveTo(r(n.x,s.x),r(n.y,s.y),n.x+f[t+0],n.y+f[t+1],n.x+f[t+2],n.y+f[t+3]),s.x=n.x+f[t+0],s.y=n.y+f[t+1],n.x+=f[t+2],n.y+=f[t+3],0===t&&!0===l&&o.copy(n);break;case"q":f=a(p);for(let t=0,i=f.length;t<i;t+=4)e.quadraticCurveTo(n.x+f[t+0],n.y+f[t+1],n.x+f[t+2],n.y+f[t+3]),s.x=n.x+f[t+0],s.y=n.y+f[t+1],n.x+=f[t+2],n.y+=f[t+3],0===t&&!0===l&&o.copy(n);break;case"t":f=a(p);for(let t=0,i=f.length;t<i;t+=2){const i=r(n.x,s.x),a=r(n.y,s.y);e.quadraticCurveTo(i,a,n.x+f[t+0],n.y+f[t+1]),s.x=i,s.y=a,n.x=n.x+f[t+0],n.y=n.y+f[t+1],0===t&&!0===l&&o.copy(n)}break;case"a":f=a(p,[3,4],7);for(let t=0,r=f.length;t<r;t+=7){if(0==f[t+5]&&0==f[t+6])continue;const r=n.clone();n.x+=f[t+5],n.y+=f[t+6],s.x=n.x,s.y=n.y,i(e,f[t],f[t+1],f[t+2],f[t+3],f[t+4],r,n),0===t&&!0===l&&o.copy(n)}break;case"Z":case"z":e.currentPath.autoClose=!0,e.currentPath.curves.length>0&&(n.copy(o),e.currentPath.currentPoint.copy(n),h=!0)}l=!1}return e}(e));break;case"rect":n=s(e,n),E=function(t){const e=l(t.getAttribute("x")||0),i=l(t.getAttribute("y")||0),n=l(t.getAttribute("rx")||t.getAttribute("ry")||0),s=l(t.getAttribute("ry")||t.getAttribute("rx")||0),r=l(t.getAttribute("width")),a=l(t.getAttribute("height")),o=.448084975506,h=new Wd;return h.moveTo(e+n,i),h.lineTo(e+r-n,i),(0!==n||0!==s)&&h.bezierCurveTo(e+r-n*o,i,e+r,i+s*o,e+r,i+s),h.lineTo(e+r,i+a-s),(0!==n||0!==s)&&h.bezierCurveTo(e+r,i+a-s*o,e+r-n*o,i+a,e+r-n,i+a),h.lineTo(e+n,i+a),(0!==n||0!==s)&&h.bezierCurveTo(e+n*o,i+a,e,i+a-s*o,e,i+a-s),h.lineTo(e,i+s),(0!==n||0!==s)&&h.bezierCurveTo(e,i+s*o,e+n*o,i,e+n,i),h}(e);break;case"polygon":n=s(e,n),E=function(t){const e=new Wd;let i=0;return t.getAttribute("points").replace(/([+-]?\d*\.?\d+(?:e[+-]?\d+)?)(?:,|\s)([+-]?\d*\.?\d+(?:e[+-]?\d+)?)/g,(function(t,n,s){const r=l(n),a=l(s);0===i?e.moveTo(r,a):e.lineTo(r,a),i++})),e.currentPath.autoClose=!0,e}(e);break;case"polyline":n=s(e,n),E=function(t){const e=new Wd;let i=0;return t.getAttribute("points").replace(/([+-]?\d*\.?\d+(?:e[+-]?\d+)?)(?:,|\s)([+-]?\d*\.?\d+(?:e[+-]?\d+)?)/g,(function(t,n,s){const r=l(n),a=l(s);0===i?e.moveTo(r,a):e.lineTo(r,a),i++})),e.currentPath.autoClose=!1,e}(e);break;case"circle":n=s(e,n),E=function(t){const e=l(t.getAttribute("cx")||0),i=l(t.getAttribute("cy")||0),n=l(t.getAttribute("r")||0),s=new ed;s.absarc(e,i,n,0,2*Math.PI);const r=new Wd;return r.subPaths.push(s),r}(e);break;case"ellipse":n=s(e,n),E=function(t){const e=l(t.getAttribute("cx")||0),i=l(t.getAttribute("cy")||0),n=l(t.getAttribute("rx")||0),s=l(t.getAttribute("ry")||0),r=new ed;r.absellipse(e,i,n,s,0,2*Math.PI);const a=new Wd;return a.subPaths.push(r),a}(e);break;case"line":n=s(e,n),E=function(t){const e=l(t.getAttribute("x1")||0),i=l(t.getAttribute("y1")||0),n=l(t.getAttribute("x2")||0),s=l(t.getAttribute("y2")||0),r=new Wd;return r.moveTo(e,i),r.lineTo(n,s),r.currentPath.autoClose=!1,r}(e);break;case"defs":h=!0;break;case"use":n=s(e,n);const o=(e.getAttributeNS("http://www.w3.org/1999/xlink","href")||"").substring(1),u=e.viewportElement.getElementById(o);u&&t(u,n)}E&&(void 0!==n.fill&&"none"!==n.fill&&E.color.setStyle(n.fill,Fd),function(t,e){function i(t){_.set(t.x,t.y,1).applyMatrix3(e),t.set(_.x,_.y)}function n(t){const i=t.xRadius,n=t.yRadius,s=Math.cos(t.aRotation),r=Math.sin(t.aRotation),a=new _u(i*s,i*r,0),o=new _u(-n*r,n*s,0),h=a.applyMatrix3(e),l=o.applyMatrix3(e),c=y.set(h.x,l.x,0,h.y,l.y,0,0,0,1),d=v.copy(c).invert(),p=x.copy(d).transpose().multiply(d).elements,f=function(t,e,i){let n,s,r,a,o;const h=t+i,l=t-i,u=Math.sqrt(l*l+4*e*e);return h>0?(n=.5*(h+u),o=1/n,s=t*o*i-e*o*e):h<0?s=.5*(h-u):(n=.5*u,s=-.5*u),r=l>0?l+u:l-u,Math.abs(r)>2*Math.abs(e)?(o=-2*e/r,a=1/Math.sqrt(1+o*o),r=o*a):0===Math.abs(e)?(r=1,a=0):(o=-.5*r/e,r=1/Math.sqrt(1+o*o),a=o*r),l>0&&(o=r,r=-a,a=o),{rt1:n,rt2:s,cs:r,sn:a}}(p[0],p[1],p[4]),m=Math.sqrt(f.rt1),g=Math.sqrt(f.rt2);if(t.xRadius=1/m,t.yRadius=1/g,t.aRotation=Math.atan2(f.sn,f.cs),!((t.aEndAngle-t.aStartAngle)%(2*Math.PI)<Number.EPSILON)){const i=v.set(m,0,0,0,g,0,0,0,1),n=x.set(f.cs,f.sn,0,-f.sn,f.cs,0,0,0,1),s=i.multiply(n).multiply(c),r=t=>{const{x:e,y:i}=new _u(Math.cos(t),Math.sin(t),0).applyMatrix3(s);return Math.atan2(i,e)};t.aStartAngle=r(t.aStartAngle),t.aEndAngle=r(t.aEndAngle),u(e)&&(t.aClockwise=!t.aClockwise)}}function s(t){const i=d(e),n=p(e);t.xRadius*=i,t.yRadius*=n;const s=i>Number.EPSILON?Math.atan2(e.elements[1],e.elements[0]):Math.atan2(-e.elements[3],e.elements[4]);t.aRotation+=s,u(e)&&(t.aStartAngle*=-1,t.aEndAngle*=-1,t.aClockwise=!t.aClockwise)}const r=t.subPaths;for(let t=0,a=r.length;t<a;t++){const a=r[t].curves;for(let t=0;t<a.length;t++){const r=a[t];r.isLineCurve?(i(r.v1),i(r.v2)):r.isCubicBezierCurve?(i(r.v0),i(r.v1),i(r.v2),i(r.v3)):r.isQuadraticBezierCurve?(i(r.v0),i(r.v1),i(r.v2)):r.isEllipseCurve&&(w.set(r.aX,r.aY),i(w),r.aX=w.x,r.aY=w.y,c(e)?n(r):s(r))}}}(E,S),f.push(E),E.userData={node:e,style:n});const M=e.childNodes;for(let e=0;e<M.length;e++){const i=M[e];h&&"style"!==i.nodeName&&"defs"!==i.nodeName||t(i,n)}o&&(g.pop(),g.length>0?S.copy(g[g.length-1]):S.identity())}(E.documentElement,{fill:"#000",fillOpacity:1,strokeOpacity:1,strokeWidth:1,strokeLineJoin:"miter",strokeLineCap:"butt",strokeMiterLimit:4}),{paths:f,xml:E.documentElement}}static createShapes(t){const e=999999999,i={loc:0,t:0};function n(t,e,n,r){const a=t.x,o=e.x,h=n.x,l=r.x,u=t.y,c=e.y,d=n.y,p=r.y,f=(l-h)*(u-d)-(p-d)*(a-h),m=(p-d)*(o-a)-(l-h)*(c-u),g=f/m,y=((o-a)*(u-d)-(c-u)*(a-h))/m;if(0===m&&0!==f||g<=0||g>=1||y<0||y>1)return null;if(0===f&&0===m){for(let h=0;h<2;h++){if(s(0===h?n:r,t,e),0==i.loc){const t=0===h?n:r;return{x:t.x,y:t.y,t:i.t}}if(2==i.loc)return{x:+(a+i.t*(o-a)).toPrecision(10),y:+(u+i.t*(c-u)).toPrecision(10),t:i.t}}return null}for(let a=0;a<2;a++)if(s(0===a?n:r,t,e),0==i.loc){const t=0===a?n:r;return{x:t.x,y:t.y,t:i.t}}return{x:+(a+g*(o-a)).toPrecision(10),y:+(u+g*(c-u)).toPrecision(10),t:g}}function s(t,e,n){const s=n.x-e.x,r=n.y-e.y,a=t.x-e.x,o=t.y-e.y,h=s*o-a*r;if(t.x===e.x&&t.y===e.y)return i.loc=0,void(i.t=0);if(t.x===n.x&&t.y===n.y)return i.loc=1,void(i.t=1);if(h<-Number.EPSILON)return void(i.loc=3);if(h>Number.EPSILON)return void(i.loc=4);if(s*a<0||r*o<0)return void(i.loc=5);if(Math.sqrt(s*s+r*r)<Math.sqrt(a*a+o*o))return void(i.loc=6);let l;l=0!==s?a/s:o/r,i.loc=2,i.t=l}function r(t,e,i){const s=new ru;e.getCenter(s);const r=[];return i.forEach((e=>{e.boundingBox.containsPoint(s)&&function(t,e){const i=[],s=[];for(let r=1;r<t.length;r++){const a=t[r-1],o=t[r];for(let t=1;t<e.length;t++){const r=n(a,o,e[t-1],e[t]);null!==r&&void 0===i.find((t=>t.t<=r.t+Number.EPSILON&&t.t>=r.t-Number.EPSILON))&&(i.push(r),s.push(new ru(r.x,r.y)))}}return s}(t,e.points).forEach((t=>{r.push({identifier:e.identifier,isCW:e.isCW,point:t})}))})),r.sort(((t,e)=>t.point.x-e.point.x)),r}let a=e,o=-999999999,h=t.subPaths.map((t=>{const i=t.getPoints();let n=-999999999,s=e,r=-999999999,h=e;for(let t=0;t<i.length;t++){const e=i[t];e.y>n&&(n=e.y),e.y<s&&(s=e.y),e.x>r&&(r=e.x),e.x<h&&(h=e.x)}return o<=r&&(o=r+1),a>=h&&(a=h-1),{curves:t.curves,points:i,isCW:Id.isClockWise(i),identifier:-1,boundingBox:new Hd(new ru(h,s),new ru(r,n))}}));h=h.filter((t=>t.points.length>1));for(let t=0;t<h.length;t++)h[t].identifier=t;const l=h.map((e=>function(t,e,i,n,s){null!=s&&""!==s||(s="nonzero");const a=new ru;t.boundingBox.getCenter(a);const o=r([new ru(i,a.y),new ru(n,a.y)],t.boundingBox,e);o.sort(((t,e)=>t.point.x-e.point.x));const h=[],l=[];o.forEach((e=>{e.identifier===t.identifier?h.push(e):l.push(e)}));const u=h[0].point.x,c=[];let d=0;for(;d<l.length&&l[d].point.x<u;)c.length>0&&c[c.length-1]===l[d].identifier?c.pop():c.push(l[d].identifier),d++;if(c.push(t.identifier),"evenodd"===s){const e=c.length%2==0,i=c[c.length-2];return{identifier:t.identifier,isHole:e,for:i}}if("nonzero"===s){let i=!0,n=null,s=null;for(let t=0;t<c.length;t++){const r=c[t];i?(s=e[r].isCW,i=!1,n=r):s!==e[r].isCW&&(s=e[r].isCW,i=!0)}return{identifier:t.identifier,isHole:i,for:n}}}(e,h,a,o,t.userData?t.userData.style.fillRule:void 0))),u=[];return h.forEach((t=>{if(!l[t.identifier].isHole){const e=new id;e.curves=t.curves,l.filter((e=>e.isHole&&e.for===t.identifier)).forEach((t=>{const i=h[t.identifier],n=new ed;n.curves=i.curves,e.holes.push(n)})),u.push(e)}})),u}static getStrokeStyle(t,e,i,n,s){return{strokeColor:e=void 0!==e?e:"#000",strokeWidth:t=void 0!==t?t:1,strokeLineJoin:i=void 0!==i?i:"miter",strokeLineCap:n=void 0!==n?n:"butt",strokeMiterLimit:s=void 0!==s?s:4}}static pointsToStroke(t,e,i,n){const s=[],r=[],a=[];if(0===Ud.pointsToStrokeWithBuffers(t,e,i,n,s,r,a))return null;const o=new zc;return o.setAttribute("position",new Dc(s,3)),o.setAttribute("normal",new Dc(r,3)),o.setAttribute("uv",new Dc(a,2)),o}static pointsToStrokeWithBuffers(t,e,i,n,s,r,a,o){const h=new ru,l=new ru,u=new ru,c=new ru,d=new ru,p=new ru,f=new ru,m=new ru,g=new ru,y=new ru,v=new ru,x=new ru,b=new ru,w=new ru,_=new ru,S=new ru,E=new ru;i=void 0!==i?i:12,n=void 0!==n?n:.001,o=void 0!==o?o:0;const M=(t=function(t){let e=!1;for(let i=1,s=t.length-1;i<s;i++)if(t[i].distanceTo(t[i+1])<n){e=!0;break}if(!e)return t;const i=[];i.push(t[0]);for(let e=1,s=t.length-1;e<s;e++)t[e].distanceTo(t[e+1])>=n&&i.push(t[e]);return i.push(t[t.length-1]),i}(t)).length;if(M<2)return 0;const A=t[0].equals(t[M-1]);let T,C,I=t[0];const D=e.strokeWidth/2,L=1/(M-1);let B,P,k,N,O=0,R=!1,z=0,H=3*o,W=2*o;F(t[0],t[1],h).multiplyScalar(D),m.copy(t[0]).sub(h),g.copy(t[0]).add(h),y.copy(m),v.copy(g);for(let i=1;i<M;i++){T=t[i],C=i===M-1?A?t[1]:void 0:t[i+1];const n=h;if(F(I,T,n),u.copy(n).multiplyScalar(D),x.copy(T).sub(u),b.copy(T).add(u),B=O+L,P=!1,void 0!==C){F(T,C,l),u.copy(l).multiplyScalar(D),w.copy(T).sub(u),_.copy(T).add(u),k=!0,u.subVectors(C,I),n.dot(u)<0&&(k=!1),1===i&&(R=k),u.subVectors(C,T),u.normalize();const t=Math.abs(n.dot(u));if(t>Number.EPSILON){const i=D/t;u.multiplyScalar(-i),c.subVectors(T,I),d.copy(c).setLength(i).add(u),S.copy(d).negate();const n=d.length(),s=c.length();c.divideScalar(s),p.subVectors(C,T);const r=p.length();switch(p.divideScalar(r),c.dot(S)<s&&p.dot(S)<r&&(P=!0),E.copy(d).add(T),S.add(T),N=!1,P?k?(_.copy(S),b.copy(S)):(w.copy(S),x.copy(S)):q(),e.strokeLineJoin){case"bevel":j(k,P,B);break;case"round":Y(k,P),k?V(T,x,w,B,0):V(T,_,b,B,1);break;default:const t=D*e.strokeMiterLimit/n;if(t<1){if("miter-clip"!==e.strokeLineJoin){j(k,P,B);break}Y(k,P),k?(p.subVectors(E,x).multiplyScalar(t).add(x),f.subVectors(E,w).multiplyScalar(t).add(w),U(x,B,0),U(p,B,0),U(T,B,.5),U(T,B,.5),U(p,B,0),U(f,B,0),U(T,B,.5),U(f,B,0),U(w,B,0)):(p.subVectors(E,b).multiplyScalar(t).add(b),f.subVectors(E,_).multiplyScalar(t).add(_),U(b,B,1),U(p,B,1),U(T,B,.5),U(T,B,.5),U(p,B,1),U(f,B,1),U(T,B,.5),U(f,B,1),U(_,B,1))}else P?(k?(U(g,O,1),U(m,O,0),U(E,B,0),U(g,O,1),U(E,B,0),U(S,B,1)):(U(g,O,1),U(m,O,0),U(E,B,1),U(m,O,0),U(S,B,0),U(E,B,1)),k?w.copy(E):_.copy(E)):k?(U(x,B,0),U(E,B,0),U(T,B,.5),U(T,B,.5),U(E,B,0),U(w,B,0)):(U(b,B,1),U(E,B,1),U(T,B,.5),U(T,B,.5),U(E,B,1),U(_,B,1)),N=!0}}else q()}else q();A||i!==M-1||G(t[0],y,v,k,!0,O),O=B,I=T,m.copy(w),g.copy(_)}if(A){if(P&&s){let t=E,e=S;R!==k&&(t=S,e=E),k?(N||R)&&(e.toArray(s,0),e.toArray(s,9),N&&t.toArray(s,3)):!N&&R||(e.toArray(s,3),e.toArray(s,9),N&&t.toArray(s,0))}}else G(T,x,b,k,!1,B);return z;function F(t,e,i){return i.subVectors(e,t),i.set(-i.y,i.x).normalize()}function U(t,e,i){s&&(s[H]=t.x,s[H+1]=t.y,s[H+2]=0,r&&(r[H]=0,r[H+1]=0,r[H+2]=1),H+=3,a&&(a[W]=e,a[W+1]=i,W+=2)),z+=3}function V(t,e,n,s,r){h.copy(e).sub(t).normalize(),l.copy(n).sub(t).normalize();let a=Math.PI;const o=h.dot(l);Math.abs(o)<1&&(a=Math.abs(Math.acos(o))),a/=i,u.copy(e);for(let e=0,n=i-1;e<n;e++)c.copy(u).rotateAround(t,a),U(u,s,r),U(c,s,r),U(t,s,.5),u.copy(c);U(c,s,r),U(n,s,r),U(t,s,.5)}function q(){U(g,O,1),U(m,O,0),U(x,B,0),U(g,O,1),U(x,B,0),U(b,B,1)}function j(t,e,i){e?t?(U(g,O,1),U(m,O,0),U(x,B,0),U(g,O,1),U(x,B,0),U(S,B,1),U(x,i,0),U(w,i,0),U(S,i,.5)):(U(g,O,1),U(m,O,0),U(b,B,1),U(m,O,0),U(S,B,0),U(b,B,1),U(b,i,1),U(S,i,0),U(_,i,1)):t?(U(x,i,0),U(w,i,0),U(T,i,.5)):(U(b,i,1),U(_,i,0),U(T,i,.5))}function Y(t,e){e&&(t?(U(g,O,1),U(m,O,0),U(x,B,0),U(g,O,1),U(x,B,0),U(S,B,1),U(x,O,0),U(T,B,.5),U(S,B,1),U(T,B,.5),U(w,O,0),U(S,B,1)):(U(g,O,1),U(m,O,0),U(b,B,1),U(m,O,0),U(S,B,0),U(b,B,1),U(b,O,1),U(S,B,0),U(T,B,.5),U(T,B,.5),U(S,B,0),U(_,O,1)))}function G(t,i,n,r,o,d){switch(e.strokeLineCap){case"round":o?V(t,n,i,d,.5):V(t,i,n,d,.5);break;case"square":if(o)h.subVectors(i,t),l.set(h.y,-h.x),u.addVectors(h,l).add(t),c.subVectors(l,h).add(t),r?(u.toArray(s,3),c.toArray(s,0),c.toArray(s,9)):(u.toArray(s,3),1===a[7]?c.toArray(s,9):u.toArray(s,9),c.toArray(s,0));else{h.subVectors(n,t),l.set(h.y,-h.x),u.addVectors(h,l).add(t),c.subVectors(l,h).add(t);const e=s.length;r?(u.toArray(s,e-3),c.toArray(s,e-6),c.toArray(s,e-12)):(c.toArray(s,e-6),u.toArray(s,e-3),c.toArray(s,e-12))}}}}}class Vd extends _u{constructor(t,e,i){super(t,e,i)}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}floorToZero(){return this.x=this.x<0?Math.ceil(this.x):Math.floor(this.x),this.y=this.y<0?Math.ceil(this.y):Math.floor(this.y),this.z=this.z<0?Math.ceil(this.z):Math.floor(this.z),this}ceilToZero(){return this.x=this.x<0?Math.floor(this.x):Math.ceil(this.x),this.y=this.y<0?Math.floor(this.y):Math.ceil(this.y),this.z=this.z<0?Math.floor(this.z):Math.ceil(this.z),this}roundToZero(){return this.x=this.x<0?Math.floor(this.x):Math.ceil(this.x),this.y=this.y<0?Math.floor(this.y):Math.ceil(this.y),this.z=this.z<0?Math.floor(this.z):Math.ceil(this.z),this}toString(){return`{x: ${this.x}, y: ${this.y}}`}}class qd extends Ud{constructor(t=void 0){super(t),d(this,"viewportElement"),d(this,"instancedMesh",!1),d(this,"dpr",1)}setRequestHeader(t){return this.requestHeader=t,this}setInstancedMesh(t=!1){return this.instancedMesh=t,this}setPixelRatio(t){return this.dpr=t,this}parse(t,e=!0){const i=this;function n(t,e,i,n,r,a,o,h){var l;if(0==e||0==i)return void t.lineTo(h.x,h.y);n=n*Math.PI/180,e=Math.abs(e),i=Math.abs(i);const u=(o.x-h.x)/2,c=(o.y-h.y)/2,d=Math.cos(n)*u+Math.sin(n)*c,p=-Math.sin(n)*u+Math.cos(n)*c;let f=e*e,m=i*i;const g=d*d,y=p*p,v=g/f+y/m;if(v>1){const t=Math.sqrt(v);f=(e*=t)*e,m=(i*=t)*i}const x=f*y+m*g,b=(f*m-x)/x;let w=Math.sqrt(Math.max(0,b));r===a&&(w=-w);const _=w*e*p/i,S=-w*i*d/e,E=Math.cos(n)*_-Math.sin(n)*S+(o.x+h.x)/2,M=Math.sin(n)*_+Math.cos(n)*S+(o.y+h.y)/2,A=s(1,0,(d-_)/e,(p-S)/i),T=s((d-_)/e,(p-S)/i,(-d-_)/e,(-p-S)/i)%(2*Math.PI);null==(l=t.currentPath)||l.absellipse(E,M,e,i,A,A+T,0===a,n)}function s(t,e,i,n){const s=t*i+e*n,r=Math.sqrt(t*t+e*e)*Math.sqrt(i*i+n*n);let a=Math.acos(Math.max(-1,Math.min(1,s/r)));return t*n-e*i<0&&(a=-a),a}function r(t,e){var i;e=Object.assign({},e);let n={};if(t.hasAttribute("class")){const e=null==(i=t.getAttribute("class"))?void 0:i.split(/\s/).filter(Boolean).map((t=>t.trim()));for(let t=0,i=(null==e?void 0:e.length)||0;t<i;t++)n=Object.assign(n,A["."+e[t]])}function s(i,s,r){void 0===r&&(r=function(t){return t.startsWith("url"),t}),t.hasAttribute(i)&&(e[s]=r(t.getAttribute(i))),n[i]&&(e[s]=r(n[i])),t.style&&""!==t.style[i]&&(e[s]=r(t.style[i]))}t.hasAttribute("id")&&(n=Object.assign(n,A["#"+t.getAttribute("id")]));const{fontSize:r,strokeWidth:a}=e;function o(t){return Math.max(0,Math.min(1,c(t)))}function h(t){return Math.max(0,c(t,{fontSize:r}))}s("font-size","fontSize",h),s("fill","fill"),s("fill-opacity","fillOpacity",o),s("fill-rule","fillRule"),s("opacity","opacity",o),s("stroke","stroke"),s("stroke-opacity","strokeOpacity",o),s("stroke-width","strokeWidth",(function(t){return Math.max(0,c(t,{}))})),s("stroke-linejoin","strokeLineJoin"),s("stroke-linecap","strokeLineCap"),s("stroke-miterlimit","strokeMiterLimit",h),s("visibility","visibility");const l=t.getAttribute("stroke-width")||e.strokeWidth;return ri.endsWith(l,"%")&&(e.thinLine=!0),e}function a(t,e){return t-(e-t)}function o(t,e,i){if("string"!=typeof t)throw new TypeError("Invalid input: "+typeof t);const n={WHITESPACE:/[ \t\r\n]/,DIGIT:/[\d]/,SIGN:/[-+]/,POINT:/\./,COMMA:/,/,EXP:/e/i,FLAGS:/[01]/};let s=0,r=!0,a="",o="";const h=[];function l(t,e,i){const n=new SyntaxError('Unexpected character "'+t+'" at index '+e+".");throw n.partial=i,n}function u(){""!==a&&(""===o?h.push(Number(a)):h.push(Number(a)*Math.pow(10,Number(o)))),a="",o=""}let c;const d=t.length;for(let p=0;p<d;p++)if(c=t[p],Array.isArray(e)&&e.includes(h.length%(i||0))&&n.FLAGS.test(c))s=1,a=c,u();else{if(0===s){if(n.WHITESPACE.test(c))continue;if(n.DIGIT.test(c)||n.SIGN.test(c)){s=1,a=c;continue}if(n.POINT.test(c)){s=2,a=c;continue}n.COMMA.test(c)&&(r&&l(c,p,h),r=!0)}if(1===s){if(n.DIGIT.test(c)){a+=c;continue}if(n.POINT.test(c)){a+=c,s=2;continue}if(n.EXP.test(c)){s=3;continue}n.SIGN.test(c)&&1===a.length&&n.SIGN.test(a[0])&&l(c,p,h)}if(2===s){if(n.DIGIT.test(c)){a+=c;continue}if(n.EXP.test(c)){s=3;continue}n.POINT.test(c)&&"."===a[a.length-1]&&l(c,p,h)}if(3===s){if(n.DIGIT.test(c)){o+=c;continue}if(n.SIGN.test(c)){if(""===o){o+=c;continue}1===o.length&&n.SIGN.test(o)&&l(c,p,h)}}n.WHITESPACE.test(c)?(u(),s=0,r=!1):n.COMMA.test(c)?(u(),s=0,r=!0):n.SIGN.test(c)?(u(),s=1,a=c):n.POINT.test(c)?(u(),s=2,a=c):l(c,p,h)}return u(),h}const h=["mm","cm","in","pt","pc","px","em","%"],l={mm:{mm:1,cm:.1,in:1/25.4,pt:72/25.4,pc:6/25.4,px:-1},cm:{mm:10,cm:1,in:1/2.54,pt:72/2.54,pc:6/2.54,px:-1},in:{mm:25.4,cm:2.54,in:1,pt:72,pc:6,px:-1},pt:{mm:25.4/72,cm:2.54/72,in:1/72,pt:1,pc:6/72,px:-1},pc:{mm:25.4/6,cm:2.54/6,in:1/6,pt:12,pc:1,px:-1},px:{px:1},"%":{"%":1,px:-1}};function c(t,e){let n,s="px";if("string"==typeof t||t instanceof String){t=null==t?void 0:t.trim();for(let e=0,i=h.length;e<i;e++){const i=h[e];if(t.endsWith(i)){s=i,t=t.substring(0,t.length-i.length);break}}}if("px"===s&&"px"!==i.defaultUnit)n=l.in[i.defaultUnit]/i.defaultDPI;else if("%"===s){z.getSize(Gd),Yd.copy(k).getScale($d);const t=Math.abs($d.x||1);n=Gd.x/100*t}else"em"===s?n=(null==e?void 0:e.fontSize)||F:(n=l[s][i.defaultUnit],n<0&&(n=l[s].in*i.defaultDPI));return n*parseFloat(t)}function d(t){const e=t.elements;return e[0]*e[4]-e[1]*e[3]<0}function p(t){const e=t.elements,i=e[0]*e[3]+e[1]*e[4];if(0===i)return!1;const n=f(t),s=m(t);return Math.abs(i/(n*s))>Number.EPSILON}function f(t){const e=t.elements;return Math.sqrt(e[0]*e[0]+e[1]*e[1])}function m(t){const e=t.elements;return Math.sqrt(e[3]*e[3]+e[4]*e[4])}function g(t){return Math.round(t*W*100)/100}function y(t){return Math.round(t*W*100)/100}function v(t){return Math.round(t*W*100)/100}function x(t){return Math.round(t*W*100)/100}function b(t,e="asset"){let i;const n="function"==typeof t.getAttribute?t.getAttribute("id"):"";if(!n&&t.parentNode)return b(t.parentNode,e);if(!n)return i;if("layer"===e)i=X.find((t=>n===t));else{const t=null==n?void 0:n.replace(/-assets/g,"");i=$.find((e=>t===e))}return!i&&t.parentNode&&(i=b(t.parentNode,e)),i}function w(t){let e;const i="function"==typeof t.getAttribute?t.getAttribute("id"):"";return e=!i&&t.parentNode?w(t.parentNode):i,e}function _(t,e){let i;const n=w(t);return i=t.parentNode&&w(t.parentNode),i&&n!==e||(i=_(t.parentNode,e)),i||n||""}function S(t){let e;return w(t),e="function"==typeof t.getAttribute?t.getAttribute("aid"):"",!e&&t.parentNode&&(e=S(t.parentNode)),e}const E=[],M=[],A={},T=[],C=new au,I=new au,D=new au,L=new au,B=new ru,P=new _u,k=new au,N={},O={},R=[],z=new ai,H=new We,W=1,F=16,U=(new DOMParser).parseFromString(t,"image/svg+xml");i.viewportElement=U.documentElement,function(t,e=new ai){if(!t)return e;let i=t.split(" "),n=ri.map(i,(t=>parseFloat(t)));4!==(null==n?void 0:n.length)||(e.min.set(n[0],n[1]),e.max.set(n[0]+n[2],n[1]+n[3]))}(i.viewportElement.getAttribute("viewBox")||"",z);const V=U.getElementsByTagName("view"),q=(null==V?void 0:V.length)?V[0]:null,j=(null==q?void 0:q.getAttribute("units"))||"";z.getCenter(H);const Y=sn(U.documentElement);let G=[];rn(Y||[],(t=>{var e;if("assets"===t.label&&(null==(e=t.children)?void 0:e.length))for(let e,i=0,n=t.children.length;i<n;i++)e=t.children[i],e.label&&G.push(ri.head(ri.split(e.label,"-"))||"")})),G=ri.uniq(ri.compact(G));const $=ri.uniq(ri.compact([...G,...Object.values(Di)])),X=Object.values(Bi);!function t(e,i,s,h=!1){var l;if(1!==e.nodeType)return;const N=function(t,e){if(!(t.hasAttribute("transform")||"use"===t.nodeName&&(t.hasAttribute("x")||t.hasAttribute("y"))||"text"===t.nodeName&&(t.hasAttribute("dx")||t.hasAttribute("dy"))))return null;const i=function(t,e){var i;const n=new au,s=C;if("use"===t.nodeName&&(t.hasAttribute("x")||t.hasAttribute("y"))){let e=c(t.getAttribute("x")),i=c(t.getAttribute("y"));n.translate(e,i)}else if("text"===t.nodeName&&(t.hasAttribute("dx")||t.hasAttribute("dy"))){let i=0,s=0;i=t.hasAttribute("dx")?c(t.getAttribute("dx")||0,{fontSize:null==e?void 0:e.fontSize}):0,s=t.hasAttribute("dy")?c(t.getAttribute("dy")||0,{fontSize:null==e?void 0:e.fontSize}):0,n.translate(i,s)}if(t.hasAttribute("transform")){const e=null==(i=t.getAttribute("transform"))?void 0:i.split(")");for(let t=((null==e?void 0:e.length)||0)-1;t>=0;t--){const i=e[t].trim();if(""===i)continue;const r=i.indexOf("("),a=i.length;if(r>0&&r<a){const t=i.slice(0,r),e=o(i.slice(r+1));switch(s.identity(),t){case"translate":if(e.length>=1){const t=e[0];let i=0;e.length>=2&&(i=e[1]),s.translate(t,i)}break;case"rotate":if(e.length>=1){let t=0,i=0,n=0;t=e[0]*Math.PI/180,e.length>=3&&(i=e[1],n=e[2]),I.makeTranslation(-i,-n),D.makeRotation(t),L.multiplyMatrices(D,I),I.makeTranslation(i,n),s.multiplyMatrices(I,L)}break;case"scale":if(e.length>=1){const t=e[0];let i=t;e.length>=2&&(i=e[1]),s.scale(t,i)}break;case"skewX":1===e.length&&s.set(1,Math.tan(e[0]*Math.PI/180),0,0,1,0,0,0,1);break;case"skewY":1===e.length&&s.set(1,0,0,Math.tan(e[0]*Math.PI/180),1,0,0,0,1);break;case"matrix":6===e.length&&s.set(e[0],e[2],e[4],e[1],e[3],e[5],0,0,1)}}n.premultiply(s)}}return n}(t,e);return T.length>0&&i.premultiply(T[T.length-1]),k.copy(i),T.push(i),i}(e,i);let R=!1,z=null,H=[];const W="function"==typeof e.getAttribute?e.getAttribute("id"):null;switch(e.nodeName){case"svg":case"g":i=r(e,i);break;case"style":!function(t){const e=t.textContent,i=null==e?void 0:e.replace(/\/\*[\s\S]*?\*\//g,""),n=null==i?void 0:i.replace(/([^;])}/g,"$1;}");if(!n)return;const s=[];let r="",a=0;for(const t of n)"{"===t?a++:"}"===t&&a--,r+=t,"}"===t&&0===a&&(s.push(r.trim()),r="");for(const t of s){if(!t.includes("{"))continue;const[e,i]=t.split(/\s*\{\s*/);if(!e||!i)continue;const n=e.split(",").map((t=>t.trim())).filter(Boolean),s={};i.replace(/}\s*$/,"").split(";").map((t=>t.trim())).filter(Boolean).forEach((t=>{const[e,i]=t.split(/:\s*/);if(e&&i){const t=i.replace(/\s*!important\s*$/,"").trim();s[e.trim()]=t}})),n.forEach((t=>{t&&(A[t]=u(u({},A[t]||{}),s))}))}}(e);break;case"path":i=r(e,i),e.hasAttribute("d")&&(z=function(t,e=!1){const i=new Wd,s=new We,r=new We,h=new We;let l=!0,u=!1;const c=t.getAttribute("d");if(!c||""===c||"none"===c)return null;const d=c.match(/[a-df-z][^a-df-z]*/gi);if(!(null==d?void 0:d.length))return null;for(let t=0,c=(null==d?void 0:d.length)||0;t<c;t++){const c=d[t],p=c.charAt(0),f=c.slice(1).trim();let m;switch(!0===l&&(u=!0,l=!1),p){case"M":m=o(f);for(let t=0,n=m.length;t<n;t+=2)s.x=e?m[t]:g(m[t]),s.y=e?m[t+1]:y(m[t+1]),r.x=s.x,r.y=s.y,0===t?i.moveTo(s.x,s.y):i.lineTo(s.x,s.y),0===t&&h.copy(s);break;case"H":m=o(f);for(let t=0,n=m.length;t<n;t++)s.x=e?m[t]:g(m[t]),r.x=s.x,r.y=s.y,i.lineTo(s.x,s.y),0===t&&!0===u&&h.copy(s);break;case"V":m=o(f);for(let t=0,n=m.length;t<n;t++)s.y=e?m[t]:y(m[t]),r.x=s.x,r.y=s.y,i.lineTo(s.x,s.y),0===t&&!0===u&&h.copy(s);break;case"L":m=o(f);for(let t=0,n=m.length;t<n;t+=2)s.x=e?m[t]:g(m[t]),s.y=e?m[t+1]:y(m[t+1]),r.x=s.x,r.y=s.y,i.lineTo(s.x,s.y),0===t&&!0===u&&h.copy(s);break;case"C":m=o(f);for(let t,n=0,a=m.length;n<a;n+=6)t=e?[m[n],m[n+1],m[n+2],m[n+3],m[n+4],m[n+5]]:[g(m[n]),y(m[n+1]),g(m[n+2]),y(m[n+3]),g(m[n+4]),y(m[n+5])],i.bezierCurveTo(...t),r.x=t[2],r.y=t[3],s.x=t[4],s.y=t[5],0===n&&!0===u&&h.copy(s);break;case"S":m=o(f);for(let t,n=0,o=m.length;n<o;n+=4)t=e?[m[n],m[n+1],m[n+2],m[n+3]]:[g(m[n]),y(m[n+1]),g(m[n+2]),y(m[n+3])],i.bezierCurveTo(a(s.x,r.x),a(s.y,r.y),t[0],t[1],t[2],t[3]),r.x=t[0],r.y=t[1],s.x=t[2],s.y=t[3],0===n&&!0===u&&h.copy(s);break;case"Q":m=o(f);for(let t,n=0,a=m.length;n<a;n+=4)t=e?[m[n],m[n+1],m[n+2],m[n+3]]:[g(m[n]),y(m[n+1]),g(m[n+2]),y(m[n+3])],i.quadraticCurveTo(t[0],t[1],t[2],t[3]),r.x=t[0],r.y=t[1],s.x=t[2],s.y=t[3],0===n&&!0===u&&h.copy(s);break;case"T":m=o(f);for(let t,n=0,o=m.length;n<o;n+=2){const o=a(s.x,r.x),l=a(s.y,r.y);t=e?[m[n],m[n+1]]:[g(m[n]),y(m[n+1])],i.quadraticCurveTo(o,l,t[0],t[1]),r.x=o,r.y=l,s.x=t[0],s.y=t[1],0===n&&!0===u&&h.copy(s)}break;case"A":m=o(f,[3,4],7);for(let t,a=0,o=m.length;a<o;a+=7){if(t=e?[m[a],m[a+1],m[a+2],m[a+3],m[a+4],m[a+5],m[a+6]]:[g(m[a]),y(m[a+1]),m[a+2],m[a+3],m[a+4],v(m[a+5]),x(m[a+6])],t[5]==s.x&&t[6]==s.y)continue;const o=s.clone();s.x=t[5],s.y=t[6],r.x=s.x,r.y=s.y,n(i,t[a],t[1],t[2],t[3],t[4],o,s),0===a&&!0===u&&h.copy(s)}break;case"m":m=o(f);for(let t=0,n=m.length;t<n;t+=2)s.x+=e?m[t]:v(m[t]),s.y+=e?m[t+1]:x(m[t+1]),r.x=s.x,r.y=s.y,0===t?i.moveTo(s.x,s.y):i.lineTo(s.x,s.y),0===t&&h.copy(s);break;case"h":m=o(f);for(let t=0,n=m.length;t<n;t++)s.x+=e?m[t]:v(m[t]),r.x=s.x,r.y=s.y,i.lineTo(s.x,s.y),0===t&&!0===u&&h.copy(s);break;case"v":m=o(f);for(let t=0,n=m.length;t<n;t++)s.y+=e?m[t]:x(m[t]),r.x=s.x,r.y=s.y,i.lineTo(s.x,s.y),0===t&&!0===u&&h.copy(s);break;case"l":m=o(f);for(let t=0,n=m.length;t<n;t+=2)s.x+=e?m[t]:v(m[t]),s.y+=e?m[t+1]:x(m[t+1]),r.x=s.x,r.y=s.y,i.lineTo(s.x,s.y),0===t&&!0===u&&h.copy(s);break;case"c":m=o(f);for(let t,n=0,a=m.length;n<a;n+=6)t=e?[m[n],m[n+1],m[n+2],m[n+3],m[n+4],m[n+5]]:[v(m[n]),x(m[n+1]),v(m[n+2]),x(m[n+3]),v(m[n+4]),x(m[n+5])],i.bezierCurveTo(s.x+t[0],s.y+t[1],s.x+t[2],s.y+t[3],s.x+t[4],s.y+t[5]),r.x=s.x+t[2],r.y=s.y+t[3],s.x+=t[4],s.y+=t[5],0===n&&!0===u&&h.copy(s);break;case"s":m=o(f);for(let t,n=0,o=m.length;n<o;n+=4)t=e?[m[n],m[n+1],m[n+2],m[n+3]]:[v(m[n]),x(m[n+1]),v(m[n+2]),x(m[n+3])],i.bezierCurveTo(a(s.x,r.x),a(s.y,r.y),s.x+t[0],s.y+t[1],s.x+t[2],s.y+t[3]),r.x=s.x+t[0],r.y=s.y+t[1],s.x+=t[2],s.y+=t[3],0===n&&!0===u&&h.copy(s);break;case"q":m=o(f);for(let t,n=0,a=m.length;n<a;n+=4)t=e?[m[n],m[n+1],m[n+2],m[n+3]]:[v(m[n]),x(m[n+1]),v(m[n+2]),x(m[n+3])],i.quadraticCurveTo(s.x+t[0],s.y+t[1],s.x+t[2],s.y+t[3]),r.x=s.x+t[0],r.y=s.y+t[1],s.x+=t[2],s.y+=t[3],0===n&&!0===u&&h.copy(s);break;case"t":m=o(f);for(let t,n=0,o=m.length;n<o;n+=2){const o=a(s.x,r.x),l=a(s.y,r.y);t=e?[m[n],m[n+1]]:[v(m[n]),x(m[n+1])],i.quadraticCurveTo(o,l,s.x+t[0],s.y+t[1]),r.x=o,r.y=l,s.x=s.x+t[0],s.y=s.y+t[1],0===n&&!0===u&&h.copy(s)}break;case"a":m=o(f,[3,4],7);for(let t,a=0,o=m.length;a<o;a+=7){if(t=e?[m[a],m[a+1],m[a+2],m[a+3],m[a+4],m[a+5],m[a+6]]:[v(m[a]),x(m[a+1]),m[a+2],m[a+3],m[a+4],v(m[a+5]),x(m[a+6])],0==t[5]&&0==t[6])continue;const o=s.clone();s.x+=t[5],s.y+=t[6],r.x=s.x,r.y=s.y,n(i,t[0],t[1],t[2],t[3],t[4],o,s),0===a&&!0===u&&h.copy(s)}break;case"Z":case"z":i.currentPath.autoClose=!0,i.currentPath.curves.length>0&&(s.copy(h),i.currentPath.currentPoint.copy(s),l=!0)}u=!1}return i}(e,h));break;case"rect":i=r(e,i),z=function(t,e=!1){let i=c(t.getAttribute("x")||0),n=c(t.getAttribute("y")||0),s=c(t.getAttribute("rx")||t.getAttribute("ry")||0),r=c(t.getAttribute("ry")||t.getAttribute("rx")||0),a=c(t.getAttribute("width")),o=c(t.getAttribute("height"));e||(i=g(i),n=y(n),s=v(s),r=x(r),a=v(a),o=x(o));const h=.448084975506,l=new Wd;return l.moveTo(i+s,n),l.lineTo(i+a-s,n),(0!==s||0!==r)&&l.bezierCurveTo(i+a-s*h,n,i+a,n+r*h,i+a,n+r),l.lineTo(i+a,n+o-r),(0!==s||0!==r)&&l.bezierCurveTo(i+a,n+o-r*h,i+a-s*h,n+o,i+a-s,n+o),l.lineTo(i+s,n+o),(0!==s||0!==r)&&l.bezierCurveTo(i+s*h,n+o,i,n+o-r*h,i,n+o-r),l.lineTo(i,n+r),(0!==s||0!==r)&&l.bezierCurveTo(i,n+r*h,i+s*h,n,i+s,n),l}(e,h);break;case"polygon":i=r(e,i),z=function(t,e=!1){var i;const n=new Wd;let s=0;return null==(i=t.getAttribute("points"))||i.replace(/([+-]?\d*\.?\d+(?:e[+-]?\d+)?)(?:,|\s)([+-]?\d*\.?\d+(?:e[+-]?\d+)?)/g,(function(t,i,r){const a=e?c(i):g(c(i)),o=e?c(r):y(c(r));return 0===s?n.moveTo(a,o):n.lineTo(a,o),s++,t})),n.currentPath.autoClose=!0,n}(e,h);break;case"polyline":i=r(e,i),z=function(t,e=!1){var i;const n=new Wd;let s=0;return null==(i=t.getAttribute("points"))||i.replace(/([+-]?\d*\.?\d+(?:e[+-]?\d+)?)(?:,|\s)([+-]?\d*\.?\d+(?:e[+-]?\d+)?)/g,(function(t,i,r){const a=e?c(i):g(c(i)),o=e?c(r):y(c(r));return 0===s?n.moveTo(a,o):n.lineTo(a,o),s++,t})),n.currentPath.autoClose=!1,n}(e,h);break;case"circle":i=r(e,i),z=function(t,e=!1){let i=c(t.getAttribute("cx")||0),n=c(t.getAttribute("cy")||0),s=c(t.getAttribute("r")||0);e||(i=g(i),n=y(n),s=v(s));const r=new ed;r.absarc(i,n,s,0,2*Math.PI);const a=new Wd;return a.subPaths.push(r),a}(e,h);break;case"ellipse":i=r(e,i),z=function(t,e=!1){let i=c(t.getAttribute("cx")||0),n=c(t.getAttribute("cy")||0),s=c(t.getAttribute("rx")||0),r=c(t.getAttribute("ry")||0);e||(i=g(i),n=y(n),s=v(s),r=x(r));const a=new ed;a.absellipse(i,n,s,r,0,2*Math.PI);const o=new Wd;return o.subPaths.push(a),o}(e,h);break;case"line":i=r(e,i),z=function(t,e=!1){let i=c(t.getAttribute("x1")||0),n=c(t.getAttribute("y1")||0),s=c(t.getAttribute("x2")||0),r=c(t.getAttribute("y2")||0);e||(i=g(i),n=y(n),s=g(s),r=y(r));const a=new Wd;return a.moveTo(i,n),a.lineTo(s,r),a.currentPath.autoClose=!1,a}(e,h);break;case"defs":R=!0;break;case"use":const l=(e.getAttributeNS("http://www.w3.org/1999/xlink","href")||"").substring(1),d=O[l];d&&(i=r(e,i),void 0===(i=r(d,i)).assetType&&(i.assetType=b(e)),void 0===i.layerType&&(i.layerType=b(e,"layer")),t(d,i,W||s,h));break;case"text":i=r(e,i),z=function(t,e){parseFloat(t.getAttribute("x")||"0"),parseFloat(t.getAttribute("y")||"0");const i=t.textContent;if(!i||!e.fontSize)return;const n=Object.assign({},e);return n.fill=t.getAttribute("fill")||e.fill||"#000",n.fontSize=parseFloat(t.getAttribute("font-size")||e.fontSize||"72"),n.fontFamily=t.getAttribute("font-family")||e.fontFamily||"Arial",{type:"text",textContent:i,style:n,color:new _c,subPaths:[],userData:{}}}(e,i)}if(z){void 0!==i.fill&&"transparent"===i.fill||void 0!==i.fill&&"none"!==i.fill&&z.color.setStyle(i.fill,jd);const t=i.assetType||b(e),n=i.layerType||b(e,"layer");if(z.userData={pid:s,id:W||s,nodeName:e.nodeName,layerType:n,assetType:t,style:i},"text"===e.nodeName){s||ri.set(z,"userData.pid",w(e)),z.userData.textContent=e.textContent,z.transform=ri.cloneDeep(k),z.userData.id=ri.get(z,"userData.pid"),ri.set(z,"userData.pid",_(e,s));const t=S(e);t?ri.set(z,"userData.aid",t):ri.set(z,"userData.aid",ri.split(null==(l=z.userData)?void 0:l.id,"-").splice(2).join("-")),E.find((t=>t.userData.id===z.userData.aid))}else!function(t,e){function i(t){P.set(t.x,t.y,1).applyMatrix3(e),t.set(P.x,P.y)}function n(t){const i=t.xRadius,n=t.yRadius,s=Math.cos(t.aRotation),r=Math.sin(t.aRotation),a=new Vd(i*s,i*r,0),o=new Vd(-n*r,n*s,0),h=a.applyMatrix3(e),l=o.applyMatrix3(e),u=C.set(h.x,l.x,0,h.y,l.y,0,0,0,1),c=I.copy(u).invert(),p=D.copy(c).transpose().multiply(c).elements,f=function(t,e,i){let n,s,r,a,o;const h=t+i,l=t-i,u=Math.sqrt(l*l+4*e*e);return h>0?(n=.5*(h+u),o=1/n,s=t*o*i-e*o*e):h<0?s=.5*(h-u):(n=.5*u,s=-.5*u),r=l>0?l+u:l-u,Math.abs(r)>2*Math.abs(e)?(o=-2*e/r,a=1/Math.sqrt(1+o*o),r=o*a):0===Math.abs(e)?(r=1,a=0):(o=-.5*r/e,r=1/Math.sqrt(1+o*o),a=o*r),l>0&&(o=r,r=-a,a=o),{rt1:n,rt2:s,cs:r,sn:a}}(p[0],p[1],p[4]),m=Math.sqrt(f.rt1),g=Math.sqrt(f.rt2);if(t.xRadius=1/m,t.yRadius=1/g,t.aRotation=Math.atan2(f.sn,f.cs),!((t.aEndAngle-t.aStartAngle)%(2*Math.PI)<Number.EPSILON)){const i=I.set(m,0,0,0,g,0,0,0,1),n=D.set(f.cs,f.sn,0,-f.sn,f.cs,0,0,0,1),s=i.multiply(n).multiply(u),r=t=>{const{x:e,y:i}=new Vd(Math.cos(t),Math.sin(t),0).applyMatrix3(s);return Math.atan2(i,e)};t.aStartAngle=r(t.aStartAngle),t.aEndAngle=r(t.aEndAngle),d(e)&&(t.aClockwise=!t.aClockwise)}}function s(t){const i=f(e),n=m(e);t.xRadius*=i,t.yRadius*=n;const s=i>Number.EPSILON?Math.atan2(e.elements[1],e.elements[0]):Math.atan2(-e.elements[3],e.elements[4]);t.aRotation+=s,d(e)&&(t.aStartAngle*=-1,t.aEndAngle*=-1,t.aClockwise=!t.aClockwise)}const r=t.subPaths;for(let t=0,a=(null==r?void 0:r.length)||0;t<a;t++){const a=r[t].curves;for(let t=0;t<a.length;t++){const r=a[t];r.isLineCurve?(i(r.v1),i(r.v2)):r.isCubicBezierCurve?(i(r.v0),i(r.v1),i(r.v2),i(r.v3)):r.isQuadraticBezierCurve?(i(r.v0),i(r.v1),i(r.v2)):r.isEllipseCurve&&(B.set(r.aX,r.aY),i(B),r.aX=B.x,r.aY=B.y,p(e)?n(r):s(r))}}}(z,k);"text"!==e.nodeName?E.push(z):"text"===e.nodeName&&M.push(z)}const F=e.childNodes,U="symbol"===e.nodeName?s:W;for(let e=0,n=(null==F?void 0:F.length)||0;e<n;e++){const n=F[e];if(R){const t="function"==typeof n.getAttribute?n.getAttribute("id"):null;"symbol"===n.nodeName&&t&&(O[t]=n)}if(R&&"style"!==n.nodeName&&"defs"!==n.nodeName)continue;let s=t(n,i,U,h);s&&H.push(s)}return N&&(T.pop(),T.length>0?k.copy(T[T.length-1]):k.identity()),z||((null==H?void 0:H.length)?H:void 0)}(U.documentElement,{fillOpacity:1,strokeOpacity:1,strokeWidth:1,strokeLineJoin:"miter",strokeLineCap:"butt",strokeMiterLimit:4,fontSize:F});for(let t in N)N[t].len=ri.sumBy(R,(e=>e.symbolId===t?1:0));return R.forEach((t=>{var e;return t.len=null==(e=N[t.symbolId])?void 0:e.len})),{xml:U.documentElement,viewBox:z,paths:E,labels:M,idsTree:Y,assetTypes:G,symbolsMap:N,uses:R,units:j}}}const jd=$l,Yd=new Fi;new au,new class extends qu{constructor(t=1,e=0,i=0,n=0,s=0,r=1,a=0,o=0,h=0,l=0,u=1,c=0,d=0,p=0,f=0,m=1){super(t,e,i,n,s,r,a,o,h,l,u,c,d,p,f,m)}setByMatrix3(t){const e=this.elements,i=t.elements;return e[0]=i[0],e[4]=i[3],e[8]=0,e[12]=i[6],e[1]=i[1],e[5]=i[4],e[9]=0,e[13]=i[7],e[2]=0,e[6]=0,e[10]=1,e[14]=0,e[3]=0,e[7]=0,e[11]=0,e[15]=1,this}getMatrix3Array(t=[]){const e=this.elements;return t[0]=e[0],t[1]=e[1],t[2]=0,t[3]=e[4],t[4]=e[5],t[5]=0,t[6]=e[12],t[7]=e[13],t[8]=1,t}};const Gd=new We,$d=new ru;new Vd,new Vd,new Vd,new Vd;class Xd extends ls{constructor(t={}){super(t),d(this,"type","Group2"),d(this,"isGroup",!0),d(this,"versions",[]),d(this,"params"),d(this,"alignCenter",!1),d(this,"dynamically",!1),d(this,"usedCache",!1),d(this,"wireframe",!1),d(this,"showPoints",!1),this.params=t,void 0!==t.usedCache&&(this.usedCache=t.usedCache),void 0!==t.wireframe&&(this.wireframe=t.wireframe),void 0!==t.showPoints&&(this.showPoints=t.showPoints),void 0!==t.alignCenter&&(this.alignCenter=t.alignCenter),void 0!==t.dynamically&&(this.dynamically=t.dynamically)}destroy(){super.destroy(),this.boundingBox.makeEmpty()}clone(t=!0,e=!1){return new(0,this.constructor)(this.params).copy(this,t,e)}copy(t,e=!0,i=!1){return super.copy(t,e,i),this.params=t.params,this.alignCenter=t.alignCenter,this.dynamically=t.dynamically,this.usedCache=t.usedCache,this.wireframe=t.wireframe,this.showPoints=t.showPoints,this}composeWireframeGeometryPath(t){return this.traverse((e=>{e.isShape&&e.geometry&&e.geometry.path&&t.addPath(e.geometry.path)})),t}raycast(t,e=[]){var i;if(!this.boundingBox||this.boundingBox.isEmpty())return e;if(!this.boundingBoxWorld.containsPoint(t.worldCoords))return e;let n=[];for(let e=0,s=null==(i=this.children)?void 0:i.length;e<s;e++)this.children[e].raycast(t,n);return n.length&&e.push(this),e}}let Zd=new WeakMap,Jd=-1;function Qd(t){var e,i;const n=[];return"string"==typeof t.fill?n.push(t.fill):(null==(e=t.fill)?void 0:e.isColor)?n.push(t.fill.getHexString()):t.fill instanceof CanvasGradient||t.fill instanceof CanvasPattern?Zd.has(t.fill)||Zd.set(t.fill,"gradientPattern_"+ ++Jd):n.push(""),"string"==typeof t.stroke?n.push(t.stroke):(null==(i=t.stroke)?void 0:i.isColor)?n.push(t.stroke.getHexString()):t.stroke instanceof CanvasGradient||t.stroke instanceof CanvasPattern?Zd.has(t.stroke)||Zd.set(t.stroke,"gradientPattern_"+ ++Jd):n.push(""),n.push(void 0!==t.lineWidth?t.lineWidth.toString():""),n.push(void 0!==t.lineDash?t.lineDash.toString():""),n.push(void 0!==t.lineDashOffset?t.lineDashOffset.toString():""),n.push(void 0!==t.lineCap?t.lineCap.toString():""),n.push(void 0!==t.fillOpacity?t.fillOpacity.toString():""),n.push(void 0!==t.strokeOpacity?t.strokeOpacity.toString():""),n.push(void 0!==t.opacity?t.opacity.toString():""),t.isText&&(n.push(void 0!==t.text?t.text:""),n.push(void 0!==t.fontSize?t.fontSize.toString():"")),n.join("_")}class Kd{constructor(t){d(this,"fill"),d(this,"stroke"),d(this,"lineWidth"),d(this,"lineDash"),d(this,"lineDashOffset"),d(this,"lineCap"),d(this,"lineJoin"),d(this,"fillOpacity"),d(this,"strokeOpacity"),d(this,"opacity"),d(this,"featureKey"),d(this,"map"),this.fill=null==t?void 0:t.fill,this.stroke=null==t?void 0:t.stroke,this.lineWidth=null==t?void 0:t.lineWidth,this.lineDash=null==t?void 0:t.lineDash,this.lineDashOffset=null==t?void 0:t.lineDashOffset,this.lineCap=(null==t?void 0:t.lineCap)||"round",this.lineJoin=(null==t?void 0:t.lineJoin)||"miter",void 0!==(null==t?void 0:t.fillOpacity)?this.fillOpacity=null==t?void 0:t.fillOpacity:this.fillOpacity=1,this.featureKey=Qd(this)}}class tp extends zh{constructor(t){super(t),this._init(t)}buildPath(t,e,i){const n=this.percent;if(0===n)return;let{x1:s,y1:r,x2:a,y2:o}=e||this;s&&r&&a&&o&&(t.moveTo(s,r),n&&n<1&&(a=s*(1-n)+a*n,o=r*(1-n)+o*n),t.lineTo(a,o))}}class ep extends ls{constructor(t=new tp,e=new Kd,i){super(i),d(this,"name","Shape"),d(this,"isShape",!0),d(this,"geo"),d(this,"mtl"),d(this,"boundingBox",new ai),this.geo=t,this.mtl=e,(null==i?void 0:i.name)&&(this.name=i.name)}destroy(){super.destroy()}computeBoundingBox(){this.boundingBox.makeEmpty(),this.geo.computeBoundingBox(this.boundingBox);for(let t=0,e=this.children.length;t<e;t++)this.boundingBox.union(this.children[t].computeBoundingBox());return this.boundingBox}buildPath(t,e,i){this.geo.buildPath(t)}raycast(t,e=[]){var i,n;if(super.raycast(t,e),!this.boundingBox||this.boundingBox.isEmpty())return e;if(this.boundingBoxWorld.isEmpty()&&this.updateBoundingBox(),t.intersectType)sp.copy(t.worldBox),(sp.containsBox(this.boundingBoxWorld)||(null==(n=this.geo)?void 0:n.isBoxIntersectsPath(sp.applyMatrix3(np.copy(this.matrixWorld).invert()))))&&e.push(this);else{if(!this.boundingBoxWorld.containsPoint(t.worldCoords))return e;ip.copy(t.worldCoords).applyMatrix3(np.copy(this.matrixWorld).invert()),this.composeNode?this.traverseSome((t=>t.geo.isPointInPath(ip)))&&e.push(this):(null==(i=this.geo)?void 0:i.isPointInPath(ip))&&e.push(this)}return e}clone(t=!0,e=!1){return new(0,this.constructor)(this.geo,this.mtl).copy(this,t,e)}copy(t,e=!0,i=!1){return super.copy(t,e,i),this.params=ri.merge(this.params,t),this.renderOrder=t.renderOrder,i?(this.geo=ri.cloneDeep(t.geo),this.mtl=ri.cloneDeep(t.mtl)):(this.geo=t.geo,this.mtl=t.mtl),this}}const ip=new We,np=new Fi,sp=new ai;class rp extends Kd{constructor(t){super(t),d(this,"text"),d(this,"isText",!0),d(this,"fontFamily","Arial"),d(this,"fontSize",12),d(this,"fontStyle",lp),d(this,"fontWeight",lp),d(this,"fontVariant",lp),d(this,"textDecoration",""),d(this,"textAlign",ap),d(this,"verticalAlign",op),d(this,"textBaseline",hp),d(this,"lineHeight",1),d(this,"letterSpacing",0),d(this,"wrap",up),d(this,"ellipsis",!1),this.text=null==t?void 0:t.text,this.fill=(null==t?void 0:t.fill)||Le.black,this.fontFamily=(null==t?void 0:t.fontFamily)||"Arial",this.fontSize=(null==t?void 0:t.fontSize)||12,this.fontStyle=(null==t?void 0:t.fontStyle)||lp,this.fontWeight=(null==t?void 0:t.fontWeight)||lp,this.textAlign=(null==t?void 0:t.textAlign)||ap,this.textBaseline=(null==t?void 0:t.textBaseline)||hp,this.featureKey=Qd(this)}}const ap="center",op="top",hp="middle",lp="normal",up="word";class cp{static hasCache(t){return void 0!==dp[t]}static setCache(t,e){dp[t]=e}static getCache(t){return dp[t]}static getCachedFeatureKeys(){return Object.keys(dp)}static getMtl(t,e){let i=Qd(t);return e&&(i=`${e}_${i}`),this.hasCache(i)||(t.text?this.setCache(i,new rp(t)):this.setCache(i,new Kd(t))),this.getCache(i)}}const dp={};class pp extends zh{constructor(t){super(t),this._init(t)}buildPath(t,e,i){if(0===this.percent)return;let{points:n}=e||this;if(n&&n.length&&!(n.length<2)){for(let e=0,i=n.length;e<i;e+=2)e?t.lineTo(n[e],n[e+1]):t.moveTo(n[e],n[e+1]);t.closePath()}}}class fp extends ep{constructor(t={}){void 0===t.fontSize&&(t.fontSize=12),void 0===t.renderOrder&&(t.renderOrder=1),super(new pp(t),new rp(t)),d(this,"name","Text"),d(this,"isText",!0),d(this,"size",new We),t.wireframe&&(this.wireframe=!0)}computeBoundingBox(){var t;if(!(null==(t=this.mtl)?void 0:t.text))return this.boundingBox;this.updateMatrixWorld(!0),Tn.measureText2(this.mtl.text||"",this.mtl.fontSize,this.size);const e=[];return e.push(-this.size.x/2,-this.size.y/2),e.push(e[0],e[1]+this.size.y),e.push(e[2]+this.size.x,e[3]),e.push(e[3],e[1]),this.geo.setPoints(e),super.computeBoundingBox(),this.boundingBox}buildPath(t,e,i){this.wireframe&&this.geo.buildPath(t)}}class mp extends zh{constructor(t){super(t),this._init(t)}buildPath(t,e,i){let n,s,r,a,o,{x:h=0,y:l=0,w:u=0,h:c=0,r:d=0}=e||this;u<0&&(h+=u,u=-u),c<0&&(l+=c,c=-c),"number"==typeof d?n=s=r=a=d:d instanceof Array?1===d.length?n=s=r=a=d[0]:2===d.length?(n=r=d[0],s=a=d[1]):3===d.length?(n=d[0],s=a=d[1],r=d[2]):(n=d[0],s=d[1],r=d[2],a=d[3]):n=s=r=a=0,n+s>u&&(o=n+s,n*=u/o,s*=u/o),r+a>u&&(o=r+a,r*=u/o,a*=u/o),s+r>c&&(o=s+r,s*=c/o,r*=c/o),n+a>c&&(o=n+a,n*=c/o,a*=c/o),t.moveTo(h+n,l),t.lineTo(h+u-s,l),0!==s&&t.arc(h+u-s,l+s,s,-Math.PI/2,0),t.lineTo(h+u,l+c-r),0!==r&&t.arc(h+u-r,l+c-r,r,0,Math.PI/2),t.lineTo(h+a,l+c),0!==a&&t.arc(h+a,l+c-a,a,Math.PI/2,Math.PI),t.lineTo(h,l+n),0!==n&&t.arc(h+n,l+n,n,Math.PI,1.5*Math.PI)}}class gp extends ep{constructor(t,e=new Kd,i){super(new mp({x:0,y:0,width:1,height:1}),e,i),d(this,"name","SkinnedShape"),this.boundingBox.copy(t),this.geo.lineWidth=e.lineWidth,this.geo.thinLine=!0,yp.copy(this.boundingBox),vp.copy(yp.min),yp.getSize(xp),this.geo.x=vp.x,this.geo.y=vp.y,this.geo.w=xp.x,this.geo.h=xp.y}computeBoundingBox(){return this.boundingBox}clone(t=!0,e=!1){return new(0,this.constructor)(this.boundingBox,this.mtl,this.config).copy(this,t,e)}copy(t,e=!0,i=!1){return super.copy(t,e,i),this.boundingBox.copy(t.boundingBox),yp.copy(this.boundingBox),vp.copy(yp.min),yp.getSize(xp),this.geo.x=vp.x,this.geo.y=vp.y,this.geo.w=xp.x,this.geo.h=xp.y,this}}const yp=new ai,vp=new We,xp=new We;class bp extends Wi{constructor(t={}){super(),d(this,"type","Object2"),d(this,"position",new We),d(this,"rotation",new We),d(this,"scaled",new We(1,1)),d(this,"flipY",!1),d(this,"matrix",new Fi),d(this,"matrixAutoUpdate",!1),void 0!==t.flipY&&(this.flipY=t.flipY),this.flipY&&this.setScale(1,-1)}setPosition(t){return this.position.set(t.x,t.y),this}setRotation(t){return this.rotation.set(t,t),this}setScale(t,e){return this.scaled.set(t,e),this}translate(t,e){return this.position.x+=t,this.position.y+=e,this}rotate(t){return this.rotation.x+=t,this}scale(t,e){return e?(this.scaled.x*=t,this.scaled.y*=e):this.scaled.multiplyScalar(t),this}applyMatrix3(t){this.matrixAutoUpdate&&this.updateMatrix(),this.matrix.premultiply(t),this.matrix.decompose(this.position,this.rotation,this.scaled)}updateMatrix(){this.matrix.compose(this.position,this.rotation,this.scaled)}copy(t){return this.position.copy(t.position),this.rotation.copy(t.rotation),this.scaled.copy(t.scaled),this.flipY=t.flipY,this.matrix.copy(t.matrix),this.matrixAutoUpdate=t.matrixAutoUpdate,this}}class wp extends bp{constructor(t={}){void 0===t.flipY&&(t.flipY=!0),super(t),d(this,"isTexture",!0),d(this,"type","Texture"),d(this,"params"),d(this,"uuid",hs()),d(this,"image"),d(this,"userData",{}),this.params=t}destroy(){}dispose(){}clone(){return new this.constructor(this.params).copy(this)}copy(t){return super.copy(t),this.uuid=hs(),this.image=t.image,this.userData=ri.cloneDeep(t.userData),this}}class _p{constructor(t,e){d(this,"bindingStates"),this.ctx=t,this.bindingStates=e}destroy(){}setCtx(t){return this.ctx=t,this}render(t){var e,i,n;if(this.ctx&&(Sp=this.ctx,Sp.save(),t.isText?this.renderText(Sp,t):t.isShape&&(Sp.beginPath(),this.setCtxTransform(Sp,t),this.bindingStyle(Sp,t),this.renderShape(Sp,t),this.renderLineDash(Sp,t)),t.isShape&&(null==(i=null==(e=t.mtl)?void 0:e.map)?void 0:i.image)&&this.renderShapeTexture(Sp,t),Sp.restore(),t.composeNode&&(null==(n=t.children)?void 0:n.length)))for(let e,i=0,n=t.children.length;i<n;i++)e=t.children[i],e.isShape&&this.render(e)}renderFill(t){var e;t.mtl.fill&&(null==(e=this.ctx)||e.fill())}renderStroke(t){var e;t.mtl.stroke&&(null==(e=this.ctx)||e.stroke())}renderText(t,e){if(!t)return;const{text:i,fill:n,stroke:s,fontSize:r,fontFamily:a,fontWeight:o,textAlign:h,textBaseline:l}=e.mtl;if(!i)return;e.modelViewMatrix.decompose(Mp,Ap,Tp);const u=(r||12)*Tp.x;t.font=`${o} ${u}px ${a}`,t.fillStyle=n||Le.black,h&&(t.textAlign=h),l&&(t.textBaseline=l);let c=Mp.y;if("middle"===l){const e=t.measureText(i);c+=(e.actualBoundingBoxAscent-e.actualBoundingBoxDescent)/2}t.fillText(i,Mp.x,c)}renderWireFrame(t){this.ctx&&(Dp.copy(t.boundingBox).applyMatrix3(t.modelViewMatrix).getSize(Bp),Lp.copy(Dp.min),this.ctx.save(),this.ctx.beginPath(),this.ctx.lineWidth=1,this.ctx.strokeStyle=Le.red,this.ctx.setLineDash([5,10]),this.ctx.strokeRect(Lp.x,Lp.y,Bp.x,Bp.y),this.ctx.stroke(),this.ctx.restore())}renderMerged(t){this.ctx&&(Sp=this.ctx,Sp.save(),t.isShape&&(Sp.beginPath(),this.setCtxTransform(Sp,t),this.bindingStyle(Sp,t),this.renderShape(Sp,t)),Sp.restore())}setCtxTransform(t,e){const i=Ep.equals(e.modelViewMatrix);Ep.copy(e.modelViewMatrix),i||Ep.getComponents(Cp),t.transform(...Cp)}bindingStyle(t,e){if(e.mtl.fill){let i;i=e.mtl.fill.isColor?e.mtl.fill.getHexString():e.mtl.fill,void 0!==e.mtl.fillOpacity&&(t.globalAlpha=e.mtl.fillOpacity),i&&(t.fillStyle=i)}if(e.mtl.stroke){if(e.geo.thinLine){const e=Math.sqrt(Cp[0]*Cp[0]+Cp[1]*Cp[1]);t.lineWidth=Math.abs(1/e)}else e.geo.lineWidth?t.lineWidth=e.geo.lineWidth:t.lineWidth=1;let i;e.mtl.lineCap&&(t.lineCap=e.mtl.lineCap),e.mtl.lineJoin&&(t.lineJoin=e.mtl.lineJoin),void 0!==e.mtl.strokeOpacity&&(t.globalAlpha=e.mtl.strokeOpacity),i=e.mtl.stroke.isColor?e.mtl.stroke.getHexString():e.mtl.stroke,i&&(t.strokeStyle=i)}}renderShape(t,e){e.buildPath(t),e.geo.closed&&t.closePath(),this.renderFill(e),this.renderStroke(e)}renderLineDash(t,e){if(e.mtl.stroke&&e.mtl.lineDash&&void 0!==e.mtl.lineDashOffset){if(t.beginPath(),e.buildPath(t),e.geo.thinLine){const e=Math.sqrt(Cp[0]*Cp[0]+Cp[1]*Cp[1]);t.lineWidth=Math.abs(1/e)}else e.geo.lineWidth?t.lineWidth=e.geo.lineWidth:t.lineWidth=1;t.strokeStyle=Le.white,t.setLineDash(e.mtl.lineDash),t.lineDashOffset=e.mtl.lineDashOffset,t.globalAlpha=1,t.stroke()}}renderShapeTexture(t,e){var i,n,s,r,a,o,h,l;(null==(n=null==(i=null==e?void 0:e.mtl)?void 0:i.map)?void 0:n.image)&&(!(null==(a=null==(r=null==(s=null==e?void 0:e.mtl)?void 0:s.map)?void 0:r.image)?void 0:a.width)||null==(l=null==(h=null==(o=null==e?void 0:e.mtl)?void 0:o.map)?void 0:h.image)||l.height,e.mtl.map.matrix.getComponents(Ip),t.transform(...Ip),t.drawImage(e.mtl.map.image,0,0))}}let Sp;const Ep=new Fi,Mp=new We,Ap=new We,Tp=new We,Cp=[1,0,0,1,0,0],Ip=[1,0,0,1,0,0],Dp=new ai,Lp=new We,Bp=new We,Pp=class t{constructor(){d(this,"cache",new Map),d(this,"maxSize",2048),d(this,"renderer",new _p),d(this,"_scaled",new We(1,1))}dispose(){this.clear()}static getInstance(){return kp||(kp=new t),kp}static set(t,e){this.getInstance().set(t,e)}static clear(){this.getInstance().clear()}scale(t=1,e=1){return t||e?(this._scaled.set(t,e),this):this}has(t){return this.cache.has(t)}set(t,e){if(!t||!e)throw new Error("error input");this.cache.set(t,e)}get(t){if(!t)throw new Error("error input");return this.cache.get(t)}clear(){Object.values(this.cache).forEach((t=>t.destroy())),this._scaled.identity(),this.cache=new Map,function(){var t;const e=Zp();if(null==(t=null==e?void 0:e.children)?void 0:t.length)for(let t=e.children.length-1;t>=0;t--)e.removeChild(e.children[t])}()}calculateMipLevel(t){return t>=1?0:t>=.5?1:t>=.25?2:3}setByShape(t,e,i,n){const s=this.getTextureByShape(e,i,n);return e.userData.textureKey=s.userData.textureKey=t,this.renderShapeTexture(e,s),this.set(t,s),s}getTextureByShape(t,e,i,n){const s=new wp;if(t.boundingBox.isEmpty())throw new Error("get boundingBox error");Rp.identity(),zp.identity(),e&&!(null==e?void 0:e.isEmpty())?jp.copy(e):jp.copy(t.boundingBox),jp.getSize(Rp),jp.getCenter(zp),i&&!i.isEmpty()?i.getSize(Hp):Hp.copy(Rp),(Hp.x<Op.x||Hp.y<Op.y)&&Hp.normalize().multiplyScalar(200),Hp.x<1&&(Hp.x=1),Hp.y<1&&(Hp.y=1),Fp.set(Ae.config.width,Ae.config.height);const r=Hp.length()/Fp.length();r>1&&Hp.multiplyScalar(1/r);const a=Hp.length()/Rp.length();return Yp.copy(Rp).multiplyScalar(-.5).add(zp).multiplyScalar(a).negate(),Gp.identity(),$p.set(a,a),Up.compose(Yp,Gp,$p),Wp.copy(Rp).multiplyScalar(-.5).add(zp),s.position.copy(Wp),s.rotation.copy(Gp),s.scaled.multiplyScalar(1/$p.x,1/$p.y),s.updateMatrix(),s}renderShapeTexture(t,e,i){var n;const s=Tn.create(Hp.x,Hp.y),r=Tn.getContext2D(s,{alpha:!0});r.clearRect(0,0,s.width,s.height),r.beginPath(),r.strokeStyle=Le.darkRed,r.lineWidth=1,r.strokeRect(0,0,s.width,s.height),r.closePath(),this._transform(r,t),this._bindStyle(r,t),t.buildPath(r),this._fill(r,t),this._stroke(r,t),null==(n=t.children)||n.forEach((t=>{t.isShape&&(this._bindStyle(r,t),t.buildPath(r),this._fill(r,t),this._stroke(r,t),t.isText&&this._renderText(r,t))})),e.image=s}_transform(t,e){Up.getComponents(Xp),t.transform(...Xp)}_bindStyle(t,e){var i,n,s;t.beginPath();const{fill:r,stroke:a}=(null==(i=e.userData)?void 0:i.style)||{};if(r&&(t.fillStyle=r),a){let i=e.mtl.lineWidth;i||(i=1/Math.min(Math.abs(this._scaled.x),Math.abs(this._scaled.y))),t.lineWidth=i,t.strokeStyle=(null==(s=null==(n=e.userData)?void 0:n.style)?void 0:s.stroke)||Le.black}}_fill(t,e){var i,n;(null==(n=null==(i=e.userData)?void 0:i.style)?void 0:n.fill)&&t.fill()}_stroke(t,e){var i,n;(null==(n=null==(i=e.userData)?void 0:i.style)?void 0:n.stroke)&&t.stroke()}_renderText(t,e){const{text:i,fill:n,stroke:s,fontSize:r,fontFamily:a,fontWeight:o,textAlign:h,textBaseline:l}=e.mtl;if(!i)return;Vp.set,qp.copy(e.matrix).decompose(Yp,Gp,$p);const u=(r||12)*$p.x;t.font=`${o} ${u}px ${a}`,h&&(t.textAlign=h),l&&(t.textBaseline=l);let c=Yp.y;s?(t.strokeStyle=s,t.lineWidth=1*Math.abs(1/Xp[0]),t.strokeText(i,Yp.x,c)):(t.fillStyle=n||Le.black,t.fillText(i,Yp.x,c))}};d(Pp,"DEBUG_DisplayCachedTexture",ri.throttle(((t=80,e=.8)=>{const i=kp;if(!i)return;let n=Zp();if(n||(n=function(t=80,e=.8){const i=document.createElement("div");return i.setAttribute("id","DEBUG_Displaycached"),i.style.position="absolute",i.style.width=t+"px",i.style.height="92vh",i.style.background=`rgba(255, 255, 255, ${e})`,i.style.left="20px",i.style.top="20px",i.style.overflow="auto",i.style.padding="6px",i.style.opacity=e.toString(),i.addEventListener("mouseenter",(function(){i.style.opacity="1"})),i.addEventListener("mouseleave",(function(){i.style.opacity=e.toString()})),document.body.appendChild(i),i}(t,e)),!n)throw new Error("dom not found");!function(t,e){e.forEach(((e,i)=>{e&&e.image&&function(t,e,i){let n;for(let i=0,s=t.childNodes.length;i<s;i++)if(t.childNodes[i].getAttribute("id")===e){n=t.childNodes[i];break}n?function(t,e){if(!e.image)return;const i=t.querySelector("canvas");if(!i)return;const n=i.getContext("2d",{alpha:!0});if(!n)throw new Error("getContext error");n.clearRect(0,0,i.width,i.height),n.save(),n.scale(window.devicePixelRatio,window.devicePixelRatio),n.drawImage(e.image,0,0),n.restore()}(n,i):function(t,e,i){if(!i.image)return;!i.image.width||i.image.height;const n=Ae.document.createElement("div");n.setAttribute("id",e),n.style.display="flex",n.style.flexDirection="column";const s=Tn.createCanvas({containerId:t.id,width:i.image.width,height:i.image.height,dpr:window.devicePixelRatio});s.style.border=`${Le.yellow} 1px solid`,s.style.maxWidth=parseInt(t.style.width)-2+"px",s.style.maxHeight=parseInt(s.style.maxWidth)/(i.image.width/i.image.height)+"px";const r=s.getContext("2d",{alpha:!0});if(!r)throw new Error("getContext error");r.save(),r.scale(window.devicePixelRatio,window.devicePixelRatio),r.drawImage(i.image,0,0),r.restore(),n.appendChild(s);const a=Ae.document.createElement("p");a.innerHTML=i.image.width+" * "+i.image.height,a.innerHTML+="<br/>"+e,a.style.margin="0",a.style.padding="0",a.style.lineHeight="1.2",a.style.fontSize="10px",a.style.padding="3px 0 6px 0",a.style.color=Le.black,n.appendChild(a),t.appendChild(n),n.addEventListener("click",(function(){const t=s.toDataURL("image/png",.6),e=document.createElement("a"),i=new MouseEvent("click");e.download=`thumb.${Date.now()}.png`,e.href=t,e.dispatchEvent(i)}))}(t,e,i)}(t,i,e)}))}(n,i.cache)}),5e3));let kp,Np=Pp;const Op=new We(50,50),Rp=new We,zp=new We,Hp=new We,Wp=new We,Fp=new We,Up=new Fi,Vp=new Fi,qp=new Fi,jp=new ai,Yp=new We,Gp=new We,$p=new We,Xp=[1,0,0,1,0,0];function Zp(){var t;return"undefined"==typeof window?null:null==(t=null==window?void 0:window.document)?void 0:t.getElementById("DEBUG_Displaycached")}const Jp=class t{static getObject2BySvg(t,e){const i=(new qd).parse(t,this.use3DShape),n=this.getShapesByParsed(i,e);if(1==(null==n?void 0:n.length))return n[0];const s=new Xd;return s.adds(n),s}static getShapesBySvg(t,e){const i=(new qd).parse(t,this.use3DShape);return this.getShapesByParsed(i,e)}static getShapesByParsed(t,e){this.use3DShape=!!(null==e?void 0:e.use3DShape);const i=[],n=this.getPolygons2ByPaths(null==t?void 0:t.paths,e);(null==n?void 0:n.length)&&i.push(...n);const s=this.getLabels(null==t?void 0:t.labels,e);return(null==s?void 0:s.length)&&i.push(...s),i}static getPolygons2ByPaths(t,e){if(!t||!t.length)return;const i=[];for(let n=0,s=t.length;n<s;n++){const s=this.getPolygonsByPath(t[n],e);(null==s?void 0:s.length)&&i.push(...s)}return i}static getPolygonsByPath(t,e){var i,n;if(!t)return;const s=[],{userData:r}=t;let{fill:a,stroke:o,strokeWidth:h,thinLine:l,fillOpacity:u,strokeOpacity:c,opacity:d}=(null==r?void 0:r.style)||{};(null==e?void 0:e.fill)&&(a=e.fill),(null==e?void 0:e.stroke)&&(o=e.stroke),(null==e?void 0:e.lineWidth)&&(h=e.lineWidth),(null==e?void 0:e.thinLine)&&(l=!!e.thinLine),(null==e?void 0:e.fillOpacity)&&(u=e.fillOpacity),(null==e?void 0:e.strokeOpacity)&&(c=e.strokeOpacity),(null==e?void 0:e.opacity)&&(d=e.opacity),"none"!==a&&"transparent"!==a||(a=void 0,ri.unset(r,"style.fill")),"none"!==o&&"transparent"!==o||(o=void 0),o&&!h&&(h=1);const p=cp.getMtl({fill:a,stroke:o,lineWidth:h,fillOpacity:u,strokeOpacity:c,opacity:d}),f=[];if(this.use3DShape){const n=qd.createShapes(t),s=(null==(i=t.currentPath)?void 0:i.autoClose)||!1;for(let t,i=0,r=(null==n?void 0:n.length)||0;i<r;i++){t=n[i];const r=rf(t,{flipY:null==e?void 0:e.flipY,strokeWidth:h,thinLine:l,closed:s});r&&f.push(r)}}else{const i=new Wh({cmds:t.getCmds(),flipY:null==e?void 0:e.flipY,lineWidth:h,thinLine:l});f.push(i)}if(null==f?void 0:f.length){const t=jh.mergeGeoShapes(f),i=new ep(t,p);i.userData=ri.cloneDeep(r),(null==(n=i.userData)?void 0:n.id)&&(i.name=i.userData.id),void 0!==(null==e?void 0:e.selectable)?i.selectable=e.selectable:i.userData.assetType&&(i.selectable=!0),s.push(i)}return s.length?s:void 0}static getInstanceBySymbol(e,i){var n,s,r,a,o,h,l,c;if(!e||!(null==(n=e.paths)?void 0:n.length))return;const d=[],p=ri.cloneDeep(i.userData),f=[];for(let t,i=0,n=(null==(s=null==e?void 0:e.paths)?void 0:s.length)||0;i<n;i++)t=e.paths[i].clone(),t.userData=p,f.push(t);const m=this.getLabels(null==e?void 0:e.labels);if(!e.symbolId)return;const g=new ai;f.forEach((t=>g.union(t.computeBoundingBox()))),null==m||m.forEach((t=>g.union(sf.copy(t.computeBoundingBox()).applyMatrix3(t.matrix)))),Kp.copy(i.transform).decompose(tf,ef,nf);const y=new Kd(u({},null==(r=i.userData)?void 0:r.style)),v=new gp(g,y,{flipY:!0});if(v.userData=p,d.push(v),v.applyMatrix3(Kp.flipSvgY()),v.computeBoundingBox(),v.updateMatrix(),v.updateMatrixWorld(!0),!Np.getInstance().has(e.symbolId)){const i=new ep;ri.set(i,"userData.id",e.symbolId),ri.set(i,"userData.style",ri.merge({},e.style,p.style));for(let n,s=0,r=(null==(a=null==e?void 0:e.paths)?void 0:a.length)||0;s<r;s++){n=e.paths[s];const r=ri.merge({},null==(o=n.userData)?void 0:o.style,p.style,{flipY:!1});r.stroke&&!r.lineWidth&&(r.lineWidth=null==(l=null==(h=n.userData)?void 0:h.style)?void 0:l.strokeWidth),r.stroke&&!r.lineWidth&&(r.lineWidth=(null==(c=p.style)?void 0:c.strokeWidth)||1);const a=t.getPolygonsByPath(n,r);(null==a?void 0:a.length)&&i.adds(a)}(null==m?void 0:m.length)&&i.adds(m),i.computeBoundingBox(),i.updateMatrix(),i.updateMatrixWorld(!0),i.updateBoundingBox(),Np.getInstance().scale(nf.x,nf.y).setByShape(e.symbolId,i,g)}let x=Np.getInstance().get(e.symbolId);return x?(x=x.clone(),x.scaled.multiplyScalar(1,-1),x.updateMatrix(),v.mtl.map=x,d):void 0}static getLabels(t,e){if(!(null==t?void 0:t.length))return;const i=[];for(let n=0,s=(null==t?void 0:t.length)||0;n<s;n++){const s=this.getLabel(t[n],e);(null==s?void 0:s.length)&&i.push(...s)}return i}static getLabel(t,e){var i,n,s,r;if(!t||!t.textContent)return;const a=[];let{fill:o,stroke:h}=(null==(i=t.userData)?void 0:i.style)||{};o&&"none"!==o&&"transparent"!==o||h||(o=Le.lightBlack);const l=new fp({text:t.textContent,fontSize:t.userData.style.fontSize,fill:o,stroke:h,flipY:null==e?void 0:e.flipY,wireframe:null==e?void 0:e.wireframe});t.userData&&(l.userData=ri.cloneDeep(t.userData)),(null==(n=l.userData)?void 0:n.id)&&(l.name=l.userData.id),void 0===(null==(r=null==(s=l.userData)?void 0:s.style)?void 0:r.fill)&&ri.set(l.userData,"style.fill",o),l.renderOrder=1,a.push(l),t.transform&&(Kp.setFromMatrix(t.transform),(null==e?void 0:e.flipY)&&Kp.scale(1,-1),l.applyMatrix3(Kp));const{id:u,pid:c,aid:d,assetType:p,layerType:f}=t.userData;return a}};d(Jp,"use3DShape",!1);let Qp=Jp;const Kp=new Fi,tf=new We,ef=new We,nf=new We,sf=new ai;function rf(t,e){var i,n;const{closed:s,flipY:r,strokeWidth:a,thinLine:o}=e||{};null==(i=null==t?void 0:t.curves)||i.length;const h=af(t.curves),l=[];for(let e=0,i=null==(n=null==t?void 0:t.holes)?void 0:n.length;e<i;e++){const i=af(t.holes[e].curves);l.push(...i)}return h.push(...l),new Wh({cmds:h,closed:s,flipY:r,lineWidth:a,thinLine:o})}function af(t){const e=[];for(let i,n=0,s=t.length;n<s;n++){const s=t[n],r=s.getPoint(0),a=!n;switch(s.type){case"LineCurve":a&&e.push([1,...s.v1.toArray()]),e.push([2,...s.v2.toArray()]);break;case"QuadraticBezierCurve":{a&&e.push([1,r.x,r.y]);const t=[];t.push(4),t.push(...s.v1.toArray()),t.push(...s.v2.toArray()),e.push(t);break}case"CubicBezierCurve":{a&&e.push([1,r.x,r.y]);const t=[];t.push(3),t.push(...s.v0.toArray()),t.push(...s.v1.toArray()),t.push(...s.v2.toArray()),t.push(...s.v3.toArray()),e.push(t);break}case"EllipseCurve":{a&&e.push([1,r.x,r.y]);const t=[];t.push(un),t.push(s.aX),t.push(s.aY),t.push(s.xRadius),t.push(s.yRadius),t.push(s.aRotation),t.push(s.aStartAngle),t.push(s.aEndAngle),t.push(s.aClockwise?1:0),e.push(t);break}}i=s}return e}const of=Ae.window||window,hf=of.requestAnimationFrame||of.webkitRequestAnimationFrame||of.mozRequestAnimationFrame||of.oRequestAnimationFrame||of.msRequestAnimationFrame||function(t){of.setTimeout(t,1e3/60)},lf=of.cancelAnimationFrame||of.webkitCancelAnimationFrame||of.mozCancelAnimationFrame||of.oCancelAnimationFrame||of.msCancelAnimationFrame||clearTimeout;class uf{constructor(t,e,i=16.7,n){var s;if(d(this,"duration",16.7),d(this,"onComplete"),d(this,"generator"),d(this,"t",null),d(this,"stopped",!1),i&&(this.duration=i),this.onComplete=n,!e||"function"!=typeof e)throw new Error("[task] callback method is null!");let r="number"==typeof t&&t||Array.isArray(t)&&t.length;if(!r)throw new Error("[task] task list is empty ...");if(1===r)return e(0),void(null==(s=this.onComplete)||s.call(this));this.generator=this.queue(r,e),this.t=null,this.stopped=!1,this.next()}next(){var t;if(!this.generator||this.stopped)return;const{generator:e}=this,i=performance.now();let n=null;do{if(!e)break;if(n=e.next(),n.done){null==(t=this.onComplete)||t.call(this),this.clear();break}}while(!n.done&&performance.now()-i<this.duration);n.done||this.stopped||(this.t=hf(this.next.bind(this)))}*queue(t,e){let i=performance.now();for(let n=0;n<t;n++)performance.now()-i>=this.duration&&(i=performance.now(),yield),this.stopped||e(n)}clear(){this.stopped=!0,this.generator=void 0,this.onComplete=void 0,this.t&&(lf(this.t),this.t=null)}}class cf extends Wi{constructor(t={}){super(),d(this,"name","Adapter2@"+si.now()),d(this,"params"),d(this,"xml"),d(this,"units"),d(this,"paths"),d(this,"symbolsMap"),d(this,"uses"),d(this,"labels"),d(this,"idsTree"),d(this,"scene"),d(this,"boundingBox",new ai),d(this,"requestHeader",{}),d(this,"resources",[]),d(this,"_viewBox",new ai),d(this,"_tic"),d(this,"_tic2"),d(this,"_assetTypes",[]),d(this,"_resourcesMap",{}),d(this,"_assetTypeMap",{}),d(this,"_idsMap",{}),d(this,"_boundingBoxMap",{}),d(this,"use3DShape",!1),this.params=t}destroy(){super.destroy(),this.clear()}clear(){this.xml=void 0,this.paths=[],this.symbolsMap={},this.uses=[],this.labels=[],this.idsTree=[],this._idsMap={},this.boundingBox.makeEmpty(),this._resourcesMap={},this._assetTypeMap={},this._assetTypes=[],Np.clear()}setRequestHeader(t){return this.requestHeader=t,this}load(t,e){return p(this,null,(function*(){var e,i;if(!t)throw"url not found";let n;if(this.dispatchEvent({type:Mi.INITIALIZATION_START}),this.clear(),Qp.use3DShape=this.use3DShape,this.use3DShape)n=yield(new qd).setRequestHeader({}).setPixelRatio((null==(e=this.params)?void 0:e.dpr)||1).loadAsync(t).catch((()=>({})));else{const e=yield(new Cs).loadAsync(t).catch((()=>({})));n=yield In.setInstancedMesh(null==(i=Ae.config)?void 0:i.instancedMesh).parse(e)}return n}))}initResources(t,e){var i,n,s,r,a,o;if(this.clear(),!this.scene)throw new Error("please bind a Scene first");if(this.xml=null==t?void 0:t.xml,!this.xml)return void this.dispatchEvent({type:Mi.INITIALIZATION_COMPLETE});this.units=null==t?void 0:t.units,this.paths=null==t?void 0:t.paths,this.symbolsMap=null==t?void 0:t.symbolsMap,this.uses=null==t?void 0:t.uses,this.labels=null==t?void 0:t.labels,this.idsTree=null==t?void 0:t.idsTree,this._assetTypes=null==t?void 0:t.assetTypes,(null==t?void 0:t.viewBox)&&this._viewBox.copy(t.viewBox).flipY(),this.recomputeIdsMap();const h=this,l=ri.chain(e).flatMap((t=>this._idsMap[t])).commit().uniq().value();if(null==(i=null==t?void 0:t.paths)?void 0:i.length){const e=null==t?void 0:t.paths;this._tic&&this._tic.clear(),this._tic=new uf(e,(function(t){var i,n,s,r,a,o,u,c,d,p,f;const m=Qp.getPolygonsByPath(e[t],{flipY:!0});if(null==m?void 0:m.length)for(let t=0,e=(null==m?void 0:m.length)||0;t<e;t++){const e=null==(n=null==(i=m[t])?void 0:i.userData)?void 0:n.id;(null==l?void 0:l.length)&&!l.includes(e)&&(m[t].visible=!1),h._resourcesMap[e]||(h._resourcesMap[e]=[]),h._resourcesMap[e].push(m[t]),null==(s=h.scene)||s.add(m[t]),(null==(a=null==(r=m[t])?void 0:r.userData)?void 0:a.assetType)&&(h._assetTypeMap[null==(u=null==(o=m[t])?void 0:o.userData)?void 0:u.assetType]||(h._assetTypeMap[null==(d=null==(c=m[t])?void 0:c.userData)?void 0:d.assetType]=[]),h._assetTypeMap[null==(f=null==(p=m[t])?void 0:p.userData)?void 0:f.assetType].push(m[t]))}}),3,(function(){var t;null==(t=h.scene)||t.computeBoundingBox(),h.scene.needsUpdate=!0}))}if(null==(n=null==t?void 0:t.labels)?void 0:n.length){const e=null==t?void 0:t.labels;this._tic2&&this._tic2.clear(),this._tic2=new uf(e,(function(t){var i,n,s;const r=Qp.getLabel(e[t],{flipY:!0});if(null==r?void 0:r.length)for(let t=0,e=(null==r?void 0:r.length)||0;t<e;t++){r[t].renderOrder=9;const e=null==(n=null==(i=r[t])?void 0:i.userData)?void 0:n.id;(null==l?void 0:l.length)&&!l.includes(e)&&(r[t].visible=!1),h._resourcesMap[e]||(h._resourcesMap[e]=[]),h._resourcesMap[e].push(r[t]),null==(s=h.scene)||s.add(r[t])}}),3,(()=>{var t;null==(t=this.scene)||t.computeBoundingBox(),this.scene.needsUpdate=!0}))}if(null==(s=null==t?void 0:t.instances)?void 0:s.length){const e=null==t?void 0:t.instances;for(let t,i=0,n=e.length;i<n;i++){t=e[i];const n=Qp.getInstanceBySymbol(this.symbolsMap[t.symbolId],t);if(null==n?void 0:n.length)for(let t=0,e=(null==n?void 0:n.length)||0;t<e;t++){const e=null==(a=null==(r=n[t])?void 0:r.userData)?void 0:a.id;(null==l?void 0:l.length)&&!l.includes(e)&&(n[t].visible=!1),null==(o=this.scene)||o.add(n[t])}}}}bindScene(t){return this.scene=t,this}recomputeIdsMap(){var t;if(!(null==(t=this.idsTree)?void 0:t.length))return;const e=[];rn(this.idsTree,(t=>{var i;if(e.push(t.value),!(null==(i=t.children)?void 0:i.length))return;const n=an(t);this._idsMap[t.value]=ri.map(n,"value")}))}getAssetIdsByType(t){let e=[];Array.isArray(t)||(t=[t]);for(let i,n=0,s=t.length;n<s;n++){i=t[n];let s=Object.hasOwnProperty.call(this._idsMap,i)?this._idsMap[i]:void 0;(null==s?void 0:s.length)||(s=Object.hasOwnProperty.call(this._idsMap,i+"-assets")?this._idsMap[i+"-assets"]:void 0),(null==s?void 0:s.length)&&(e=e.concat(s))}return e}getLayers(t=2){return this.xml?sn(this.xml,t):[]}getViewBox(){return this._viewBox}getAssetTypes(){return this._assetTypes}getByAssetType(t){return this._assetTypeMap[t]||[]}updateLayersVisibility(t,e=!1){if(!this.scene)throw new Error("please bind a Scene first");const i=ri.chain(t).flatMap((t=>this._idsMap[t])).concat(t).compact().uniq().value();this.scene.traverse((t=>{var n,s;(null==(n=t.userData)?void 0:n.id)&&i.includes(t.userData.id)?t.visible=e:(null==(s=t.userData)?void 0:s.id)&&(t.visible=!e)})),this.scene.needsUpdate=!0}getBoundingBoxByIds(t){if(!this._resourcesMap||!Object.keys(this._resourcesMap).length)return;const e=new ai;Array.isArray(t)||(t=[t]);for(let i=0,n=null==t?void 0:t.length;i<n;i++){if(!this._resourcesMap.hasOwnProperty(t[i]))continue;const n=this._resourcesMap[t[i]];if(null==n?void 0:n.length)for(let t=0,i=null==n?void 0:n.length;t<i;t++)n[t].boundingBox.isEmpty()&&n[t].computeBoundingBox(),n[t].boundingBox.isEmpty()||e.union(n[t].boundingBox)}return e}transMmByUtils(t=0){return t*df[ri.toLower(this.units||"mm")]}}const df={mm:1,cm:.1,m:.001,inches:.0393701,inch:.0393701};class pf{constructor(t){d(this,"params"),d(this,"currentCamera"),d(this,"bindingStates",new WeakMap),d(this,"forceUpdate",!1),d(this,"currentState"),d(this,"cameraVersion"),d(this,"currentRenderState"),d(this,"ctxMap",{}),this.params=t}destroy(){this.bindingStates=new WeakMap,this.currentState=void 0,this.ctxMap={},this.reset()}reset(){this.forceUpdate=!0}setup(t,e,i){this.currentRenderState=e,this.currentCamera=i,this.currentState=this.getBindingState(t),this.ctxMap={};let n=this.needsUpdate(t);return(this.forceUpdate||n)&&this.saveCache(t),this.currentState}getBindingState(t){return this.bindingStates.has(t)||this.bindingStates.set(t,{id:t.id,uuid:t.uuid,needsUpdate:!0,featureKey:t.featureKey,version:-1,cameraVersion:-1,preShape:ff}),ff=t,this.bindingStates.get(t)}clearBindingState(){this.currentState&&(this.currentState.needsUpdate=!1,this.currentState.version=-1,this.currentState.cameraVersion=-1)}needsUpdate(t){return!this.currentState||!!this.currentState.needsUpdate||this.currentState.id!==t.id||this.currentState.version!==t.version}saveCache(t){this.currentState&&(this.clearBindingState(),this.currentState.version=t.version,this.currentState.needsUpdate=!1,this.currentState.ctx=Tn.getCtx(t.featureKey,this.params.width,this.params.height,this.params.dpr))}updateModelViewMatrix(t,e){void 0!==e?(this.currentState=this.getBindingState(t),(this.currentState.cameraVersion!==e.version||t.dynamically)&&(this.currentState.cameraVersion!==e.version&&(this.currentState.needsUpdate=!0),this.currentState.cameraVersion=e.version,t.updateModelViewMatrix(e))):t.updateModelViewMatrix()}}let ff;class mf{constructor(){d(this,"light"),d(this,"lightsArray",[]),d(this,"shadowsArray",[]),d(this,"lastCameraVersion",-1)}destroy(){var t;this.clear(),null==(t=this.light)||t.destroy()}clear(){this.lightsArray.length=0,this.shadowsArray.length=0}pushLight(t){this.light||(this.light=t),this.lightsArray.push(t)}pushShadow(t){this.shadowsArray.push(t)}}class gf{constructor(){d(this,"renderStates",new WeakMap)}destroy(){this.renderStates=new WeakMap}get(t,e=0){const i=this.renderStates.get(t);let n;return void 0===i?(n=new mf,this.renderStates.set(t,[n])):e>=i.length?(n=new mf,i.push(n)):n=i[e],n}}class yf{constructor(t=1e3){d(this,"cellCapacity"),d(this,"firstIndex"),d(this,"lastIndex"),d(this,"items"),this.cellCapacity=t,this.firstIndex=0,this.lastIndex=0,this.items=[new Array(this.cellCapacity)]}adjustCells(){this.lastIndex<this.cellCapacity||(this.items.push(new Array(this.cellCapacity)),this.lastIndex=0)}enqueue(t,e){if(e)return this.unshift(t);this.items[this.items.length-1][this.lastIndex++]=t,this.adjustCells()}unshift(t){for(let t=this.items.length-1;t>=0;t--)for(let e=this.cellCapacity-1;e>=0;e--)e>0&&void 0===this.items[t][e-1]||(this.items[t][e]=0===e&&t>0?this.items[t-1][this.cellCapacity-1]:this.items[t][e-1]);this.items[0][this.firstIndex]=t,this.lastIndex++,this.adjustCells()}dequeue(){if(this.isEmpty())return;const t=this.items[0][this.firstIndex];return this.firstIndex===this.cellCapacity-1?(this.items.shift(),this.firstIndex=0):this.firstIndex++,t}isEmpty(){return 1===this.items.length&&this.firstIndex===this.lastIndex}peek(){if(!this.isEmpty())return this.items[0][this.firstIndex]}size(){return(this.items.length-1)*this.cellCapacity-this.firstIndex+this.lastIndex}clear(){this.firstIndex=0,this.lastIndex=0,this.items=[new Array(this.cellCapacity)]}toString(){if(this.isEmpty())return"";let t=`${this.items[0][this.firstIndex]}`;for(let e=this.firstIndex+1;e<this.items[0].length;e++)t=`${t},${this.items[0][e]}`;for(let e=1;e<this.items.length-1;e++)for(let i=0;i<this.items[e].length;i++)t=`${t},${this.items[e][i]}`;for(let e=0;e<this.lastIndex;e++)t=`${t},${this.items[this.items.length-1][e]}`;return t}getByIndex(t){if(t>=this.size())return;const e=Math.floor((this.firstIndex+t)/this.cellCapacity),i=(this.firstIndex+t)%this.cellCapacity;return this.items[e][i]}setByIndex(t,e){if(t>=this.size())return!1;const i=Math.floor((this.firstIndex+t)/this.cellCapacity),n=(this.firstIndex+t)%this.cellCapacity;return this.items[i][n]=e,!0}sort(t){const e=this.size(),i=new Array(e);for(let t=0;t<e;t++)i[t]=this.getByIndex(t);i.sort(t),this.clear();for(let t=0;t<i.length;t++)this.enqueue(i[t])}getAll(){const t=[];for(let e=0,i=this.size();e<i;e++)t[e]=this.getByIndex(e);return t}}class vf{constructor(){d(this,"queue",new yf),d(this,"mergedQueue",{})}destroy(){this.clear()}clear(){this.queue.clear();const t=ri.keys(this.mergedQueue);for(let e=0,i=null==t?void 0:t.length;e<i;e++)void 0!==this.mergedQueue[t[e]]&&this.mergedQueue[t[e]].clear()}push(t,e){return e&&!t.renderOrder&&(t.renderOrder=e),this.queue.enqueue(t),this}unshift(t){this.queue.enqueue(t,!0)}sort(t){return this.queue.size()&&this.queue.sort(t||xf),this}mergeQueue(){for(let t=0,e=this.queue.size();t<e;t++){const t=this.queue.dequeue();if(!t.isShape)continue;const e=Qd(t.mtl);let i=this.mergedQueue[e];i||(i=new yf,this.mergedQueue[e]=i),i.enqueue(t)}return this}}function xf(t,e){return t.renderOrder!==e.renderOrder?t.renderOrder-e.renderOrder:t.id-e.id}class bf{constructor(){d(this,"lists",new WeakMap)}destroy(){this.lists=new WeakMap}get(t,e){const i=this.lists.get(t);let n;return void 0===i?(n=new vf,this.lists.set(t,[n])):e>=i.length?(n=new vf,i.push(n)):n=i[e],n}}class wf{constructor(t={}){d(this,"name","CvsRenderer@"+si.now()),d(this,"params"),d(this,"autoClear",!0),d(this,"_currentRenderTarget"),d(this,"cvs"),d(this,"ctx"),d(this,"renderStates",new gf),d(this,"renderStateStack",[]),d(this,"currentRenderState"),d(this,"renderLists",new bf),d(this,"currentRenderList"),d(this,"renderListStack",[]),d(this,"bindingStates"),d(this,"renderer"),d(this,"_frustum",new ai),d(this,"_tic"),d(this,"renderSliceComplete",!1),d(this,"lastTicCompleted",-1),d(this,"_isContextLost",!1),d(this,"contextLostHandler",this.handleContextLost.bind(this)),d(this,"contextRestoreHandler",this.handleContextRestore.bind(this)),this.params=t,Ae.config=t,void 0!==t.autoClear&&(this.autoClear=!!t.autoClear),this.init(),this.bindingStates=new pf(this.params),this.renderer=new _p(this.ctx,this.bindingStates)}destroy(){this.renderer.destroy()}init(){if(this.params.workerRender){if(!this.params.cvs)throw new Error("offscreen canvas not found");this.cvs=this.params.cvs}else this.cvs=Tn.createCanvas(this.params);if(!this.cvs)throw new Error("canvas create error");const t=this.cvs.getContext("2d",{alpha:!0});if(!t)throw new Error("context error");this.params.cvs=this.cvs,this.params.ctx=this.ctx=t,this.setSize(this.params.width,this.params.height)}get isSliceComplete(){return!!this.params.sliceRendering&&this.renderSliceComplete}resize(){this.setSize(this.params.width,this.params.height)}setSize(t,e){this.params.width=t,this.params.height=e,this.params.camera||(this.params.camera={}),this.params.camera.width=t,this.params.camera.height=e,this.params.aspect=t/e,this.params.camera.aspect=this.params.aspect,this.params.camera.left=-.5*t,this.params.camera.right=.5*t,this.params.camera.top=.5*e,this.params.camera.bottom=-.5*e,this.cvs&&Tn.resizeCanvas(this.cvs,t,e,this.params.dpr)}getSize(t=new We){return t.set(this.params.width,this.params.height)}bindEvents(){var t,e;null==(t=this.cvs)||t.addEventListener(_f,this.contextLostHandler,!1),null==(e=this.cvs)||e.addEventListener(Sf,this.contextRestoreHandler,!1)}unbindEvents(){var t,e;null==(t=this.cvs)||t.removeEventListener(_f,this.contextLostHandler,!1),null==(e=this.cvs)||e.removeEventListener(Sf,this.contextRestoreHandler,!1)}handleContextLost(t){t.preventDefault(),this._isContextLost=!0}handleContextRestore(){this._isContextLost=!1}clean(){this.ctx&&(this._currentRenderTarget?this._currentRenderTarget.ctx.clearRect(0,0,this.params.width,this.params.height):this.ctx.clearRect(0,0,this.params.width,this.params.height))}getRenderTarget(){return this._currentRenderTarget}setRenderTarget(t){this._currentRenderTarget=t}render(t,e,i){if(this._isContextLost||!this.ctx)return;this._currentRenderTarget?this.renderer.ctx=this._currentRenderTarget.ctx:this.renderer.ctx=this.ctx,this.currentRenderState=this.renderStates.get(t,this.renderStateStack.length);const n=void 0!==e&&this.currentRenderState.lastCameraVersion!==e.version;(n||t.dynamically||t.matrixWorldAutoUpdate)&&t.updateMatrixWorld(),(n||e&&void 0===e.parent&&(null==e?void 0:e.matrixWorldAutoUpdate))&&e.updateMatrixWorld(),e&&(this._frustum.copy(e.boundingBoxWorld),this.currentRenderState.lastCameraVersion=e.version),t.isScene&&t.onBeforeRender(this,t,e,i),this.currentRenderState.clear(),this.renderStateStack.push(this.currentRenderState),this.currentRenderList=this.renderLists.get(t,this.renderListStack.length),this.currentRenderList.clear(),this.renderListStack.push(this.currentRenderList),this.projectObject(t,e,0),this.currentRenderList.sort(),this.renderScene(this.currentRenderList,t,e,i),t.isScene&&t.onAfterRender(this,t,e),this.renderStateStack.pop(),this.renderStateStack.length>0?this.currentRenderState=this.renderStateStack[this.renderStateStack.length-1]:this.currentRenderState=void 0,this.renderListStack.pop(),this.renderListStack.length?this.currentRenderList=this.renderListStack[this.renderListStack.length-1]:this.currentRenderList=void 0}renderTexture(t,e){t&&t.image&&(this._currentRenderTarget?this.renderer.ctx=this._currentRenderTarget.ctx:this.renderer.ctx=this.ctx,this.autoClear&&this.clean(),this.renderer.ctx.drawImage(t.image,0,0))}projectObject(t,e,i=0){var n,s,r,a,o,h;if(t.visible)if(t.composeNode)t.boundingBoxWorld.isEmpty()?null==(n=this.currentRenderList)||n.push(t,i):this._frustum.intersectsBox(t.boundingBoxWorld)&&(null==(s=this.currentRenderList)||s.push(t,i));else{t.isGroup&&(i=t.renderOrder),t.isShape&&e?t.boundingBoxWorld.isEmpty()?null==(r=this.currentRenderList)||r.push(t,i):this._frustum.intersectsBox(t.boundingBoxWorld)&&(null==(a=this.currentRenderList)||a.push(t,i)):t.isShape&&(null==(o=this.currentRenderList)||o.push(t,i));for(let i=0,n=(null==(h=t.children)?void 0:h.length)||0;i<n;i++)this.projectObject(t.children[i],e)}}renderScene(t,e,i,n){this.autoClear&&this.clean();const s=t.queue;s.size()<=0||(e.isStatic&&this.params.sliceRendering?this.renderObjectsSlice(s,e,i,n):this.renderObjects(s,e,i,n),s.clear())}renderObjects(t,e,i,n){for(let s,r=0,a=t.size();r<a;r++)s=t.dequeue(),s&&this.renderObject(s,e,i,n)}renderObject(t,e,i,n){t.onBeforeRender(this,e,i,n),this.bindingStates.updateModelViewMatrix(t,i),this.bindingStates.setup(t,this.currentRenderState,i),this.renderer.render(t),this.params.wireframe&&this.renderer.renderWireFrame(t),t.onAfterRender(this,e,i)}renderObjectsMerged(t,e,i,n){si.now(),(()=>{for(let s,r=0,a=t.size();r<a;r++)s=t.dequeue(),s&&this.renderObjectMerged(s,e,i,n)})()}renderObjectMerged(t,e,i,n){t.onBeforeRender(this,e,i,n),this.bindingStates.updateModelViewMatrix(t,i),this.bindingStates.setup(t,this.currentRenderState,i),this.renderer.renderMerged(t),this.params.wireframe&&this.renderer.renderWireFrame(t),t.onAfterRender(this,e,i)}renderObjectsSlice(t,e,i,n){var s;this.autoClear&&this.clean();const r=t.getAll()||[];if(!(null==r?void 0:r.length))return;this._tic&&this._tic.clear(),this.renderSliceComplete=!1;const a=(null==(s=this._currentRenderTarget)?void 0:s.ctx)||this.ctx;if(!a)throw new Error("CvsRenderer.renderObjectsSlice: no ctx");const o=this;this._tic=new uf(r,(t=>{this.renderSliceComplete=!1,this.renderer.ctx=a,this.renderObject(r[t],e,i,n),e.isStatic&&t===r.length-1&&this.params.debounceCache&&(this.renderSliceComplete=!0)}),this.params.sliceDuration,(function(){o.lastTicCompleted=si.now()}))}}const _f="contextlost",Sf="contextrestored";class Ef{constructor(t=!0){d(this,"autoStart"),d(this,"startTime",0),d(this,"oldTime",0),d(this,"elapsedTime",0),d(this,"running",!1),this.autoStart=t}start(){this.startTime=fi(),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=fi();t=(e-this.oldTime)/1e3,this.oldTime=e,this.elapsedTime+=t}return t}}class Mf extends Wi{constructor(t={}){super(),d(this,"name","RenderTarget"),d(this,"uuid",hs()),d(this,"featureKey",this.name+"@"+this.uuid),d(this,"offscreen",!0),d(this,"width"),d(this,"height"),d(this,"dpr"),d(this,"texture"),d(this,"cvs"),d(this,"ctx"),void 0!==t.offscreen&&(this.offscreen=t.offscreen),this.width=t.width,this.height=t.height,this.dpr=t.dpr||1,this.offscreen?this.cvs=Tn.get(this.featureKey,this.width,this.height,this.dpr):this.cvs=Tn.createHtmlCanvas(this.width,this.height,this.dpr),this.ctx=Tn.getContext2D(this.cvs,{alpha:!0}),this.texture=new wp,this.texture.image=this.cvs}destroy(){super.destroy()}setSize(t,e,i=Ae.config.dpr){this.width===t&&this.height===e&&this.dpr===i||(this.width=t,this.height=e,Tn.resizeCanvas(this.cvs,t,e,i))}clean(){this.ctx&&this.ctx.clearRect(0,0,this.width,this.height)}clone(){return new(0,this.constructor)({width:this.width,height:this.height,dpr:this.dpr}).copy(this)}copy(t){return this.name=t.name,this}}const Af=new We;class Tf{constructor(t,e){d(this,"name","EffectComposer"),d(this,"renderer"),d(this,"renderTarget1"),d(this,"renderTarget2"),d(this,"writeBuffer"),d(this,"readBuffer"),d(this,"_width"),d(this,"_height"),d(this,"_pixelRatio"),d(this,"renderToScreen",!0),d(this,"passes",[]),d(this,"clock",new Ef),this.renderer=t,e?(this.renderTarget1=e,this._width=e.width,this._height=e.height):(t.getSize(Af),this._width=Af.x,this._height=Af.y,this.renderTarget1=new Mf({width:this._width,height:this._height}),this.renderTarget1.name="EffectComposer.rt1"),this._pixelRatio=Ae.config.dpr,this.renderTarget2=this.renderTarget1.clone(),this.renderTarget2.name="EffectComposer.rt2",this.writeBuffer=this.renderTarget1,this.readBuffer=this.renderTarget2}destroy(){this.renderTarget1.destroy(),this.renderTarget2.destroy()}swapBuffers(){const t=this.readBuffer;this.readBuffer=this.writeBuffer,this.writeBuffer=t}addPass(t){this.passes.push(t),t.setSize(this._width*this._pixelRatio,this._height*this._pixelRatio)}insertPass(t,e){this.passes.splice(e,0,t),t.setSize(this._width*this._pixelRatio,this._height*this._pixelRatio)}removePass(t){const e=this.passes.indexOf(t);-1!==e&&this.passes.splice(e,1)}clearPasses(){this.passes.length=0}isLastEnabledPass(t){for(let e=t+1,i=this.passes.length;e<i;e++)if(this.passes[e].enabled)return!1;return!0}render(t){void 0===t&&(t=this.clock.getDelta());const e=this.renderer.getRenderTarget();for(let e=0,i=this.passes.length;e<i;e++){const i=this.passes[e];i.enabled&&(i.renderToScreen=this.renderToScreen&&this.isLastEnabledPass(e),i.render(this.renderer,this.writeBuffer,this.readBuffer,t,!1),i.needsSwap&&this.swapBuffers())}this.renderer.setRenderTarget(e)}reset(t){void 0===t&&(this.renderer.getSize(Af),this._pixelRatio=Ae.config.dpr,this._width=Af.x,this._height=Af.y,(t=this.renderTarget1.clone()).setSize(this._width*this._pixelRatio,this._height*this._pixelRatio)),this.renderTarget1.destroy(),this.renderTarget2.destroy(),this.renderTarget1=t,this.renderTarget2=t.clone(),this.writeBuffer=this.renderTarget1,this.readBuffer=this.renderTarget2}setSize(t,e){this._width=t,this._height=e;const i=this._width*this._pixelRatio,n=this._height*this._pixelRatio;this.renderTarget1.setSize(i,n),this.renderTarget2.setSize(i,n);for(let t=0,e=this.passes.length;t<e;t++)this.passes[t].setSize(i,n)}setPixelRatio(t){this._pixelRatio=t,this.setSize(this._width,this._height)}}class Cf{constructor(){d(this,"isPass",!0),d(this,"enabled",!0),d(this,"needsSwap",!0),d(this,"clear",!1),d(this,"renderToScreen",!1)}destroy(){}setSize(t,e){}}class If{constructor(){d(this,"renderTarget"),d(this,"texture"),d(this,"width"),d(this,"height"),d(this,"dpr"),d(this,"version",-1),this.width=Ae.config.width,this.height=Ae.config.height,this.dpr=Ae.config.dpr,this.renderTarget=new Mf({width:this.width,height:this.height,dpr:this.dpr}),this.texture=this.renderTarget.texture,this.texture.image=this.renderTarget.cvs}destroy(){}render(t){t.renderTexture(this.texture)}}class Df extends Cf{constructor(t,e,i=!0,n=!1){super(),d(this,"name","RenderPass"),d(this,"scene"),d(this,"camera"),this.scene=t,this.camera=e,this.clear=i,this.needsSwap=n}render(t,e,i,n){const s=t.autoClear;t.autoClear=!1,t.setRenderTarget(this.renderToScreen?void 0:i),this.clear&&t.clean(),t.render(this.scene,this.camera,n),t.autoClear=s}}class Lf extends Cf{constructor(t,e,i=!0,n=!1){super(),d(this,"name","DebouncePass"),d(this,"scene"),d(this,"camera"),d(this,"fsQuad",new If),d(this,"debounceQuad",new If),d(this,"cacheQuad",new If),d(this,"version",-1),d(this,"_ts",si.now()),d(this,"_initialized",!1),d(this,"debounceRenderHandler",ri.debounce(this.debounceRender.bind(this),100)),this.scene=t,this.camera=e,this.clear=i,this.needsSwap=n}destroy(){super.destroy()}setSize(t,e){this.fsQuad.renderTarget.setSize(t,e),this.debounceQuad.renderTarget.setSize(t,e),this.cacheQuad.renderTarget.setSize(t,e),this.fsQuad.width=t,this.fsQuad.height=e,this.debounceQuad.width=t,this.debounceQuad.height=e,this.cacheQuad.width=t,this.cacheQuad.height=e}get currentVersion(){var t;return this.scene.version+((null==(t=this.camera)?void 0:t.version)||0)}get isChanged(){return this.version!==this.currentVersion}get isDebounceChanged(){return this.debounceQuad.version!==this.currentVersion}isRenderTicComplete(t){return this._ts<=t.lastTicCompleted}render(t,e,i){const n=t.autoClear;t.autoClear=!1,this.isChanged?this.isChanged&&!this._initialized?(this.finalRender(this.fsQuad,t,e,i),this.debounceRender(t,e,i)):(this.renderCache(this.debounceQuad,this.cacheQuad),this.finalRender(this.cacheQuad,t,e,i),this.debounceRenderHandler(t,e,i)):(Ae.config.debounceCache&&this.isDebounceChanged&&this.isRenderTicComplete(t)?(this.saveCache(this.fsQuad,this.debounceQuad),this.finalRender(this.fsQuad,t,e,i),this._initialized=!0):Ae.config.debounceCache&&this._initialized?(this.renderCache(this.debounceQuad,this.cacheQuad),this.finalRender(this.cacheQuad,t,e,i)):(this.renderCache(this.fsQuad,this.cacheQuad),this.finalRender(this.cacheQuad,t,e,i)),this._ts=si.now()),this.version=this.currentVersion,t.autoClear=n}saveCache(t,e){var i;this.isDebounceChanged&&(e.renderTarget.ctx.clearRect(0,0,Ae.config.width,Ae.config.height),e.renderTarget.ctx.drawImage(t.renderTarget.cvs,0,0),null==(i=this.camera)||i.updateMatrixWorld(),e.texture.matrix.copy(t.texture.matrix),e.version=this.currentVersion)}renderCache(t,e){var i;null==(i=this.camera)||i.updateMatrixWorld(),Pf.copy(t.texture.matrix).invert().premultiply(this.camera.viewMatrix).getComponents(kf),Bf.set(Ae.config.width,Ae.config.height),e.renderTarget.ctx.clearRect(0,0,Ae.config.width,Ae.config.height),e.renderTarget.ctx.save(),e.renderTarget.ctx.transform(...kf),e.renderTarget.ctx.drawImage(t.renderTarget.cvs,0,0,Bf.x,Bf.y),e.renderTarget.ctx.restore()}finalRender(t,e,i,n){e.setRenderTarget(this.renderToScreen?void 0:n),this.clear&&e.clean(),e.renderTexture(t.renderTarget.texture,this.camera)}debounceRender(t,e,i){t.setRenderTarget(this.renderToScreen?void 0:this.fsQuad.renderTarget),t.clean(),t.render(this.scene,this.camera),this.fsQuad.texture.matrix.copy(this.camera.viewMatrix)}}const Bf=new We,Pf=new Fi,kf=[1,0,0,1,0,0];class Nf extends Cf{constructor(){super(),d(this,"name","OutputPass"),d(this,"texture"),d(this,"fsQuad"),this.fsQuad=new If,this.texture=this.fsQuad.texture,this.clear=!0}destroy(){super.destroy(),this.fsQuad.destroy()}render(t,e,i){const n=t.autoClear;t.autoClear=!1,this.fsQuad.texture.image=i.cvs,t.setRenderTarget(this.renderToScreen?void 0:e),this.clear&&t.clean(),this.fsQuad.render(t),i.clean(),t.autoClear=n}}class Of{noise(t,e,i=0){const n=Math.floor(t),s=Math.floor(e),r=Math.floor(i),a=255&n,o=255&s,h=255&r,l=(t-=n)-1,u=(e-=s)-1,c=(i-=r)-1,d=zf(t),p=zf(e),f=zf(i),m=Rf[a]+o,g=Rf[m]+h,y=Rf[m+1]+h,v=Rf[a+1]+o,x=Rf[v]+h,b=Rf[v+1]+h;return Hf(f,Hf(p,Hf(d,Wf(Rf[g],t,e,i),Wf(Rf[x],l,e,i)),Hf(d,Wf(Rf[y],t,u,i),Wf(Rf[b],l,u,i))),Hf(p,Hf(d,Wf(Rf[g+1],t,e,c),Wf(Rf[x+1],l,e,c)),Hf(d,Wf(Rf[y+1],t,u,c),Wf(Rf[b+1],l,u,c))))}}const Rf=[151,160,137,91,90,15,131,13,201,95,96,53,194,233,7,225,140,36,103,30,69,142,8,99,37,240,21,10,23,190,6,148,247,120,234,75,0,26,197,62,94,252,219,203,117,35,11,32,57,177,33,88,237,149,56,87,174,20,125,136,171,168,68,175,74,165,71,134,139,48,27,166,77,146,158,231,83,111,229,122,60,211,133,230,220,105,92,41,55,46,245,40,244,102,143,54,65,25,63,161,1,216,80,73,209,76,132,187,208,89,18,169,200,196,135,130,116,188,159,86,164,100,109,198,173,186,3,64,52,217,226,250,124,123,5,202,38,147,118,126,255,82,85,212,207,206,59,227,47,16,58,17,182,189,28,42,223,183,170,213,119,248,152,2,44,154,163,70,221,153,101,155,167,43,172,9,129,22,39,253,19,98,108,110,79,113,224,232,178,185,112,104,218,246,97,228,251,34,242,193,238,210,144,12,191,179,162,241,81,51,145,235,249,14,239,107,49,192,214,31,181,199,106,157,184,84,204,176,115,121,50,45,127,4,150,254,138,236,205,93,222,114,67,29,24,72,243,141,128,195,78,66,215,61,156,180];for(let t=0;t<256;t++)Rf[256+t]=Rf[t];function zf(t){return t*t*t*(t*(6*t-15)+10)}function Hf(t,e,i){return e+t*(i-e)}function Wf(t,e,i,n){const s=15&t,r=s<8?e:i,a=s<4?i:12==s||14==s?e:n;return(1&s?-r:r)+(2&s?-a:a)}class Ff extends Cf{constructor(t){super(),d(this,"name","PaperPass"),d(this,"fsQuad"),d(this,"ctx"),d(this,"camera"),d(this,"version",0),d(this,"_width",0),d(this,"_height",0),this.camera=t,this.fsQuad=new If,this.ctx=Tn.getContext2D(this.fsQuad.texture.image,{alpha:!0}),this.needsSwap=!1,this._width=this.fsQuad.width,this._height=this.fsQuad.height,this.generatePerlin()}destroy(){super.destroy(),this.fsQuad.destroy()}setSize(t,e){this.fsQuad.renderTarget.setSize(t,e),this.fsQuad.width=t,this.fsQuad.height=e,this._width=t,this._height=e}generatePerlin(){!function(t,e,i){const n=new Of,s=t.createImageData(e,i),r=s.data;for(let t=0;t<i;t++)for(let i=0;i<e;i++){const s=n.noise(i/2.5,t/2.5,0),a=Math.floor(128*(s+1)),o=4*(t*e+i);r[o]=a,r[o+1]=a,r[o+2]=a,r[o+3]=16}t.putImageData(s,0,0)}(this.ctx,this._width,this._height)}get currentVersion(){var t;return(null==(t=this.camera)?void 0:t.version)||0}render(t,e,i){const n=t.autoClear;t.autoClear=!1,this.currentVersion!==this.version&&(this.version=this.currentVersion),this._width===this.fsQuad.width&&this._height===this.fsQuad.height||(this.fsQuad.width=this._width,this.fsQuad.height=this._height,this.generatePerlin()),t.setRenderTarget(this.renderToScreen?void 0:i),t.renderTexture(this.fsQuad.texture),t.autoClear=n}}class Uf extends ws{constructor(){super(...arguments),d(this,"isDynamic",!0),d(this,"dynamically",!0)}}const Vf=t=>ArrayBuffer.isView(t)&&!(t instanceof DataView),qf=(t,e=0,i)=>Vf(t)?new(0,t.constructor)(t.subarray(e,void 0!==i?i:t.length)):t.slice(e,i),jf=(t,e,i)=>t&&t.constructor!==e?"number"==typeof e.BYTES_PER_ELEMENT?new e(t):Array.prototype.slice.call(t):t;class Yf{constructor(t,e,i,n){d(this,"parameterPositions"),d(this,"resultBuffer"),d(this,"sampleValues"),d(this,"valueSize"),d(this,"settings",null),d(this,"DefaultSettings_",{}),d(this,"__cacheIndex"),d(this,"_cachedIndex",0),this.parameterPositions=t,this.sampleValues=e,this.valueSize=i,this.resultBuffer=n||new Float32Array(i)}evaluate(t){const e=this.parameterPositions;let i=this._cachedIndex,n=e[i],s=e[i-1];t:{e:{let r;i:{n:if(!(t<n)){for(let r=i+2;;){if(void 0===n){if(t<s)break n;return i=e.length,this._cachedIndex=i,this.copySampleValue_(i-1)}if(i===r)break;if(s=n,n=e[++i],t<n)break e}r=e.length;break i}if(t>=s)break t;{const a=e[1];t<a&&(i=2,s=a);for(let r=i-2;;){if(void 0===s)return this._cachedIndex=0,this.copySampleValue_(0);if(i===r)break;if(n=s,s=e[--i-1],t>=s)break e}r=i,i=0}}for(;i<r;){const n=i+r>>>1;t<e[n]?r=n:i=n+1}if(n=e[i],s=e[i-1],void 0===s)return this._cachedIndex=0,this.copySampleValue_(0);if(void 0===n)return i=e.length,this._cachedIndex=i,this.copySampleValue_(i-1)}this._cachedIndex=i,this.intervalChanged_(i,s,n)}return this.interpolate_(i,s,t,n)}getSettings_(){return this.settings||this.DefaultSettings_}copySampleValue_(t){const e=this.resultBuffer,i=this.sampleValues,n=this.valueSize,s=t*n;for(let t=0;t!==n;++t)e[t]=i[s+t];return e}}class Gf extends Yf{constructor(t,e,i,n){super(t,e,i,n)}interpolate_(t){return this.copySampleValue_(t-1)}intervalChanged_(){}}class $f extends Yf{constructor(t,e,i,n){super(t,e,i,n)}interpolate_(t,e,i,n){const s=this.resultBuffer,r=this.sampleValues,a=this.valueSize,o=t*a,h=o-a,l=(i-e)/(n-e),u=1-l;for(let t=0;t!==a;++t)s[t]=Number(r[h+t])*u+Number(r[o+t])*l;return s}intervalChanged_(){}}class Xf extends Yf{constructor(t,e,i,n){super(t,e,i,n),d(this,"_weightPrev",-0),d(this,"_offsetPrev",-0),d(this,"_weightNext",-0),d(this,"_offsetNext",-0),this.DefaultSettings_={endingStart:2400,endingEnd:2400}}interpolate_(t,e,i,n){const s=this.resultBuffer,r=this.sampleValues,a=this.valueSize,o=t*a,h=o-a,l=this._offsetPrev,u=this._offsetNext,c=this._weightPrev,d=this._weightNext,p=(i-e)/(n-e),f=p*p,m=f*p,g=-c*m+2*c*f-c*p,y=(1+c)*m+(-1.5-2*c)*f+(-.5+c)*p+1,v=(-1-d)*m+(1.5+d)*f+.5*p,x=d*m-d*f;for(let t=0;t!==a;++t)s[t]=g*Number(r[l+t])+y*Number(r[h+t])+v*Number(r[o+t])+x*Number(r[u+t]);return s}intervalChanged_(t,e,i){const n=this.parameterPositions;let s=t-2,r=t+1,a=n[s],o=n[r];if(void 0===a)switch(this.getSettings_().endingStart){case 2401:s=t,a=2*e-i;break;case 2402:s=n.length-2,a=e+n[s]-n[s+1];break;default:s=t,a=i}if(void 0===o)switch(this.getSettings_().endingEnd){case 2401:r=t,o=2*i-e;break;case 2402:r=1,o=i+n[1]-n[0];break;default:r=t-1,o=e}const h=.5*(i-e),l=this.valueSize;this._weightPrev=h/(e-a),this._weightNext=h/(o-i),this._offsetPrev=s*l,this._offsetNext=r*l}}const Zf=2300,Jf=2301,Qf=2302;class Kf{constructor(t,e,i,n){if(d(this,"name","KeyframeTrack"),d(this,"times"),d(this,"values"),d(this,"ValueTypeName",""),d(this,"DefaultInterpolation",Jf),d(this,"createInterpolant"),d(this,"InterpolantFactoryMethodDiscrete",this._InterpolantFactoryMethodDiscrete),d(this,"InterpolantFactoryMethodLinear",this._InterpolantFactoryMethodLinear),d(this,"InterpolantFactoryMethodSmooth",this._InterpolantFactoryMethodSmooth),!e||!e.length)throw new Error("KeyframeTrack: no keyframes in track named "+t);this.name=t,this.times=jf(e,Float32Array),this.values=jf(i,this.ValueBufferType),this.setInterpolation(n||this.DefaultInterpolation)}static toJSON(t){const e=t.constructor;let i;if(e.toJSON!==this.toJSON)i=e.toJSON(t);else{i={name:t.name,times:jf(t.times,Array),values:jf(t.values,Array)};const e=t.getInterpolation();e!==t.DefaultInterpolation&&(i.interpolation=e)}return i.type=t.ValueTypeName,i}_InterpolantFactoryMethodDiscrete(t){return new Gf(this.times,this.values,this.getValueSize(),t)}_InterpolantFactoryMethodLinear(t){return new $f(this.times,this.values,this.getValueSize(),t)}_InterpolantFactoryMethodSmooth(t){return new Xf(this.times,this.values,this.getValueSize(),t)}getValueSize(){return Math.ceil(this.values.length/this.times.length)}setInterpolation(t){let e;switch(t){case Zf:e=this.InterpolantFactoryMethodDiscrete;break;case Jf:e=this.InterpolantFactoryMethodLinear;break;case Qf:e=this.InterpolantFactoryMethodSmooth}if(!e){const e="unsupported interpolation for "+this.ValueTypeName+" keyframe track named "+this.name;if(void 0===this.createInterpolant){if(t===this.DefaultInterpolation)throw new Error(e);this.setInterpolation(this.DefaultInterpolation)}return this}return this.createInterpolant=e,this}getInterpolation(){switch(this.createInterpolant){case this.InterpolantFactoryMethodDiscrete:return Zf;case this.InterpolantFactoryMethodLinear:return Jf;case this.InterpolantFactoryMethodSmooth:return Qf}}shift(t){if(0!==t){const e=this.times;for(let i=0,n=e.length;i!==n;++i)e[i]+=t}return this}scale(t){if(1!==t){const e=this.times;for(let i=0,n=e.length;i!==n;++i)e[i]*=t}return this}trim(t,e){const i=this.times,n=i.length;let s=0,r=n-1;for(;s!==n&&i[s]<t;)++s;for(;-1!==r&&i[r]>e;)--r;if(++r,0!==s||r!==n){s>=r&&(r=Math.max(r,1),s=r-1);const t=this.getValueSize();this.times=qf(i,s,r),this.values=qf(this.values,s*t,r*t)}return this}validate(){let t=!0;const e=this.getValueSize();e-Math.floor(e)!=0&&(t=!1);const i=this.times,n=this.values,s=i.length;0===s&&(t=!1);let r=null;for(let e=0;e!==s;e++){const n=i[e];if("number"==typeof n&&isNaN(n)){t=!1;break}if(null!==r&&r>n){t=!1;break}r=n}if(void 0!==n&&Vf(n))for(let e=0,i=n.length;e!==i;++e){const i=n[e];if(isNaN(i)){t=!1;break}}return t}optimize(){const t=qf(this.times),e=qf(this.values),i=this.getValueSize(),n=this.getInterpolation()===Qf,s=t.length-1;let r=1;for(let a=1;a<s;++a){let s=!1;const o=t[a];if(o!==t[a+1]&&(1!==a||o!==t[0]))if(n)s=!0;else{const t=a*i,n=t-i,r=t+i;for(let a=0;a!==i;++a){const i=e[t+a];if(i!==e[n+a]||i!==e[r+a]){s=!0;break}}}if(s){if(a!==r){t[r]=t[a];const n=a*i,s=r*i;for(let t=0;t!==i;++t)e[s+t]=e[n+t]}++r}}if(s>0){t[r]=t[s];for(let t=s*i,n=r*i,a=0;a!==i;++a)e[n+a]=e[t+a];++r}return r!==t.length?(this.times=qf(t,0,r),this.values=qf(e,0,r*i)):(this.times=t,this.values=e),this}clone(){const t=qf(this.times,0),e=qf(this.values,0),i=new(0,this.constructor)(this.name,t,e);return i.createInterpolant=this.createInterpolant,i}}d(Kf,"DefaultInterpolation",Jf),Kf.prototype.ValueBufferType=Float32Array;class tm extends Kf{constructor(){super(...arguments),d(this,"ValueTypeName","vector2")}}class em extends Kf{constructor(){super(...arguments),d(this,"ValueTypeName","number")}}class im extends Kf{constructor(){super(...arguments),d(this,"ValueTypeName","color")}}class nm extends Kf{constructor(){super(...arguments),d(this,"ValueTypeName","bool"),d(this,"DefaultInterpolation",Zf)}}nm.prototype.ValueBufferType=Array,nm.prototype.InterpolantFactoryMethodLinear=void 0,nm.prototype.InterpolantFactoryMethodSmooth=void 0;class sm extends Kf{constructor(){super(...arguments),d(this,"ValueTypeName","string"),d(this,"DefaultInterpolation",Zf)}}nm.prototype.ValueBufferType=Array,sm.prototype.InterpolantFactoryMethodLinear=void 0,sm.prototype.InterpolantFactoryMethodSmooth=void 0;class rm{constructor(t,e=-1,i,n=om){d(this,"name","AnimationClip"),d(this,"duration"),d(this,"tracks"),d(this,"blendMode",om),d(this,"uuid",hs()),this.name=t,this.duration=e,this.tracks=i,this.blendMode=n,this.duration<0&&this.resetDuration()}static parse(t){const e=[],i=t.tracks,n=1/(t.fps||1);for(let t=0,s=i.length;t!==s;++t)e.push(am(i[t]).scale(n));const s=new this(t.name,t.duration,e,t.blendMode);return s.uuid=t.uuid,s}static toJSON(t){const e=[],i=t.tracks,n={name:t.name,duration:t.duration,tracks:e,uuid:t.uuid,blendMode:t.blendMode};for(let t=0,n=i.length;t!==n;++t)e.push(Kf.toJSON(i[t]));return n}static findByName(t,e){var i;let n;if(t.isShape){const e=t;n=(null==(i=e.geo)?void 0:i.animations)||e.animations}else n=t;for(let t=0;t<n.length;t++)if(n[t].name===e)return n[t]}resetDuration(){let t=0;for(let e=0,i=this.tracks.length;e!==i;++e){const i=this.tracks[e];t=Math.max(t,i.times[i.times.length-1])}return this.duration=t,this}trim(){for(let t=0;t<this.tracks.length;t++)this.tracks[t].trim(0,this.duration);return this}validate(){let t=!0;for(let e=0;e<this.tracks.length;e++)t=t&&this.tracks[e].validate();return t}optimize(){for(let t=0;t<this.tracks.length;t++)this.tracks[t].optimize();return this}clone(){const t=[];for(let e=0;e<this.tracks.length;e++)t.push(this.tracks[e].clone());return new(0,this.constructor)(this.name,this.duration,t,this.blendMode)}toJSON(){return rm.toJSON(this)}}function am(t){if(void 0===t.type)throw new Error("KeyframeTrack: track type undefined, can not parse");const e=function(t){switch(t.toLowerCase()){case"scalar":case"double":case"float":case"number":case"integer":return em;case"vector":case"vector2":return tm;case"color":return im;case"bool":case"boolean":return nm;case"string":return sm}throw new Error("KeyframeTrack: Unsupported typeName: "+t)}(t.type);if(void 0===t.times){const e=[],i=[];((t,e,i,n)=>{let s=1,r=t[0];for(;void 0!==r&&void 0===r[n];)r=t[s++];if(void 0===r)return;let a=r[n];if(void 0!==a)if(Array.isArray(a))do{a=r[n],void 0!==a&&(e.push(r.time),i.push.apply(i,a)),r=t[s++]}while(void 0!==r);else if(void 0!==a.toArray)do{a=r[n],void 0!==a&&(e.push(r.time),a.toArray(i,i.length)),r=t[s++]}while(void 0!==r);else do{a=r[n],void 0!==a&&(e.push(r.time),i.push(a)),r=t[s++]}while(void 0!==r)})(t.keys,e,i,"value"),t.times=e,t.values=i}return void 0!==e.parse?e.parse(t):new e(t.name,t.times,t.values,t.interpolation)}const om=2500;class hm{constructor(t,e,i){d(this,"path",""),d(this,"parsedPath"),d(this,"_targetGroup"),d(this,"_bindings"),d(this,"rootNode"),this.parsedPath=i||lm.parseTrackName(e),this._targetGroup=t,this._bindings=t.subscribe_(e,this.parsedPath)}getValue(t,e){this.bind();const i=this._targetGroup.nCachedObjects_,n=this._bindings[i];void 0!==n&&n.getValue(t,e)}setValue(t,e){const i=this._bindings;for(let n=this._targetGroup.nCachedObjects_,s=i.length;n!==s;++n)i[n].setValue(t,e)}bind(){const t=this._bindings;for(let e=this._targetGroup.nCachedObjects_,i=t.length;e!==i;++e)t[e].bind()}unbind(){const t=this._bindings;for(let e=this._targetGroup.nCachedObjects_,i=t.length;e!==i;++e)t[e].unbind()}}class lm{constructor(t,e,i){d(this,"path"),d(this,"parsedPath"),d(this,"node"),d(this,"rootNode"),d(this,"getValue",this._getValue_unbound),d(this,"setValue",this._setValue_unbound),d(this,"targetObject"),d(this,"propertyName"),d(this,"resolvedProperty"),d(this,"propertyIndex",-1),d(this,"BindingType",{Direct:0,EntireArray:1,ArrayElement:2,HasFromToArray:3,ColorString:4}),d(this,"Versioning",{None:0,NeedsUpdate:1,MatrixWorldNeedsUpdate:2}),d(this,"GetterByBindingType",[this._getValue_direct,this._getValue_array,this._getValue_arrayElement,this._getValue_toArray,this._getValue_color]),d(this,"SetterByBindingTypeAndVersioning",[[this._setValue_direct,this._setValue_direct_setNeedsUpdate,this._setValue_direct_setMatrixWorldNeedsUpdate],[this._setValue_array,this._setValue_array_setNeedsUpdate,this._setValue_array_setMatrixWorldNeedsUpdate],[this._setValue_arrayElement,this._setValue_arrayElement_setNeedsUpdate,this._setValue_arrayElement_setMatrixWorldNeedsUpdate],[this._setValue_fromArray,this._setValue_fromArray_setNeedsUpdate,this._setValue_fromArray_setMatrixWorldNeedsUpdate],[this._setValue_color,this._setValue_color_setNeedsUpdate,this._setValue_color_setMatrixWorldNeedsUpdate]]),this.path=e,this.parsedPath=i||lm.parseTrackName(e),this.node=lm.findNode(t,this.parsedPath.nodeName),this.rootNode=t}static create(t,e,i){return t&&t.isAnimationObjectGroup?new hm(t,e,i):new lm(t,e,i)}static sanitizeNodeName(t){return t.replace(/\s/g,"_").replace(cm,"")}static parseTrackName(t){const e=vm.exec(t);if(null===e)throw new Error("PropertyBinding: Cannot parse trackName: "+t);const i={nodeName:e[2],objectName:e[3],objectIndex:e[4]?parseInt(e[4]):void 0,propertyName:e[5],propertyIndex:e[6]?parseInt(e[6]):void 0},n=i.nodeName&&i.nodeName.lastIndexOf(".")||void 0;if(void 0!==n&&-1!==n){const t=i.nodeName.substring(n+1);-1!==xm.indexOf(t)&&(i.nodeName=i.nodeName.substring(0,n),i.objectName=t)}if(null===i.propertyName||void 0===i.propertyName||0===i.propertyName.length)throw new Error("PropertyBinding: can not parse propertyName from trackName: "+t);return i}static findNode(t,e){if(void 0===e||""===e||"."===e||-1===e||e===t.name||e===t.uuid)return t;return t.getObjectByProperty("name",e)||t.getObjectByProperty("uuid",e)||void 0}_getValue_unavailable(){}_setValue_unavailable(){}_getValue_direct(t,e){this.targetObject&&this.propertyName&&(t[e]=this.targetObject[this.propertyName])}_getValue_array(t,e){const i=this.resolvedProperty;for(let n=0,s=i.length;n!==s;++n)t[e++]=i[n]}_getValue_arrayElement(t,e){t[e]=this.resolvedProperty[this.propertyIndex]}_getValue_toArray(t,e){this.resolvedProperty.toArray(t,e)}_getValue_color(t,e){const i=Re.getArray(this.resolvedProperty);for(let n=0,s=i.length;n<s;n++)t[e++]=i[n]}_setValue_direct(t,e){this.targetObject&&this.propertyName&&(this.targetObject[this.propertyName]=t[e])}_setValue_direct_setNeedsUpdate(t,e){this.targetObject&&this.propertyName&&(this.targetObject[this.propertyName]=t[e],this.targetObject.needsUpdate=!0)}_setValue_direct_setMatrixWorldNeedsUpdate(t,e){this.targetObject&&this.propertyName&&(this.targetObject[this.propertyName]=t[e],this.targetObject.matrixWorldNeedsUpdate=!0)}_setValue_array(t,e){const i=this.resolvedProperty;for(let n=0,s=i.length;n!==s;++n)i[n]=t[e++]}_setValue_array_setNeedsUpdate(t,e){if(!this.targetObject)return;const i=this.resolvedProperty;for(let n=0,s=i.length;n!==s;++n)i[n]=t[e++];this.targetObject.needsUpdate=!0}_setValue_array_setMatrixWorldNeedsUpdate(t,e){if(!this.targetObject)return;const i=this.resolvedProperty;for(let n=0,s=i.length;n!==s;++n)i[n]=t[e++];this.targetObject.matrixWorldNeedsUpdate=!0}_setValue_arrayElement(t,e){this.resolvedProperty[this.propertyIndex]=t[e]}_setValue_arrayElement_setNeedsUpdate(t,e){this.targetObject&&(this.resolvedProperty[this.propertyIndex]=t[e],this.targetObject.needsUpdate=!0)}_setValue_arrayElement_setMatrixWorldNeedsUpdate(t,e){this.targetObject&&(this.resolvedProperty[this.propertyIndex]=t[e],this.targetObject.matrixWorldNeedsUpdate=!0)}_setValue_fromArray(t,e){this.resolvedProperty.fromArray(t,e)}_setValue_fromArray_setNeedsUpdate(t,e){this.targetObject&&(this.resolvedProperty.fromArray(t,e),this.targetObject.needsUpdate=!0)}_setValue_fromArray_setMatrixWorldNeedsUpdate(t,e){this.targetObject&&(this.resolvedProperty.fromArray(t,e),this.targetObject.matrixWorldNeedsUpdate=!0)}_setValue_color(t,e){this.targetObject&&this.propertyName&&(this.resolvedProperty=this.targetObject[this.propertyName]=bm.fromArray(t,e).getStyle())}_setValue_color_setNeedsUpdate(t,e){this.targetObject&&(this._setValue_color(t,e),this.targetObject.needsUpdate=!0)}_setValue_color_setMatrixWorldNeedsUpdate(t,e){this.targetObject&&(this._setValue_color(t,e),this.targetObject.matrixWorldNeedsUpdate=!0)}_getValue_unbound(t,e){this.bind(),this.getValue(t,e)}_setValue_unbound(t,e){this.bind(),this.setValue(t,e)}bind(){let t=this.node;const e=this.parsedPath,i=e.objectName,n=e.propertyName;let s=e.propertyIndex;if(t||(t=lm.findNode(this.rootNode,e.nodeName),this.node=t),this.getValue=this._getValue_unavailable,this.setValue=this._setValue_unavailable,!t)return;if(i){let n=e.objectIndex;if(void 0===t[i])return;if(t=t[i],void 0!==n){if(void 0===t[n])return;t=t[n]}}if(!t)return;const r=t[n];if(void 0===r)return void e.nodeName;let a=this.Versioning.None;this.targetObject=t,void 0!==t.needsUpdate?a=this.Versioning.NeedsUpdate:void 0!==t.matrixWorldNeedsUpdate&&(a=this.Versioning.MatrixWorldNeedsUpdate);let o=this.BindingType.Direct;void 0!==s?(o=this.BindingType.ArrayElement,this.resolvedProperty=r,this.propertyIndex=s):void 0!==r.fromArray&&void 0!==r.toArray?(o=this.BindingType.HasFromToArray,this.resolvedProperty=r):Array.isArray(r)?(o=this.BindingType.EntireArray,this.resolvedProperty=r):r&&Re.isColor(r)?(o=this.BindingType.ColorString,this.resolvedProperty=r,this.propertyName=n):this.propertyName=n,this.getValue=this.GetterByBindingType[o],this.setValue=this.SetterByBindingTypeAndVersioning[o][a]}unbind(){this.node=void 0,this.getValue=this._getValue_unbound,this.setValue=this._setValue_unbound}}const um="\\[\\]\\.:\\/",cm=new RegExp("["+um+"]","g"),dm="[^"+um+"]",pm="[^"+um.replace("\\.","")+"]",fm=/((?:WC+[\/:])*)/.source.replace("WC",dm),mm=/(WCOD+)?/.source.replace("WCOD",pm),gm=/(?:\.(WC+)(?:\[(.+)\])?)?/.source.replace("WC",dm),ym=/\.(WC+)(?:\[(.+)\])?/.source.replace("WC",dm),vm=new RegExp("^"+fm+mm+gm+ym+"$"),xm=["material","materials","bones","map","mat","mtl","geo","l"],bm=new Re;class wm{constructor(t,e,i){let n,s,r;switch(d(this,"binding"),d(this,"valueSize"),d(this,"buffer"),d(this,"_workIndex",0),d(this,"_mixBufferRegion"),d(this,"_mixBufferRegionAdditive"),d(this,"_setIdentity"),d(this,"_origIndex",3),d(this,"_addIndex",4),d(this,"_cacheIndex"),d(this,"cumulativeWeight",0),d(this,"cumulativeWeightAdditive",0),d(this,"useCount",0),d(this,"referenceCount",0),this.binding=t,this.valueSize=i,e){case"fill":case"stroke":case"textFill":case"string":case"bool":n=this._select,s=this._select,r=this._setAdditiveIdentityOther,this.buffer=new Array(5*i);break;default:n=this._lerp,s=this._lerpAdditive,r=this._setAdditiveIdentityNumeric,this.buffer=new Float32Array(5*i)}this._mixBufferRegion=n,this._mixBufferRegionAdditive=s,this._setIdentity=r,this._origIndex=3,this._addIndex=4,this.cumulativeWeight=0,this.cumulativeWeightAdditive=0,this.useCount=0,this.referenceCount=0}accumulate(t,e){const i=this.buffer,n=this.valueSize,s=t*n+n;let r=this.cumulativeWeight;if(0===r){for(let t=0;t!==n;++t)i[s+t]=i[t];r=e}else{r+=e;const t=e/r;this._mixBufferRegion(i,s,0,t,n)}this.cumulativeWeight=r}accumulateAdditive(t){const e=this.buffer,i=this.valueSize,n=i*this._addIndex;0===this.cumulativeWeightAdditive&&this._setIdentity(),this._mixBufferRegionAdditive(e,n,0,t,i),this.cumulativeWeightAdditive+=t}apply(t){const e=this.valueSize,i=this.buffer,n=t*e+e,s=this.cumulativeWeight,r=this.cumulativeWeightAdditive,a=this.binding;if(this.cumulativeWeight=0,this.cumulativeWeightAdditive=0,s<1){const t=e*this._origIndex;this._mixBufferRegion(i,n,t,1-s,e)}r>0&&this._mixBufferRegionAdditive(i,n,this._addIndex*e,1,e);for(let t=e,s=e+e;t!==s;++t)if(i[t]!==i[t+e]){a.setValue(i,n);break}}saveOriginalState(){const t=this.binding,e=this.buffer,i=this.valueSize,n=i*this._origIndex;t.getValue(e,n);for(let t=i,s=n;t!==s;++t)e[t]=e[n+t%i];this._setIdentity(),this.cumulativeWeight=0,this.cumulativeWeightAdditive=0}restoreOriginalState(){const t=3*this.valueSize;this.binding.setValue(this.buffer,t)}_setAdditiveIdentityNumeric(){const t=this._addIndex*this.valueSize,e=t+this.valueSize;for(let i=t;i<e;i++)this.buffer[i]=0}_setAdditiveIdentityQuaternion(){this._setAdditiveIdentityNumeric(),this.buffer[this._addIndex*this.valueSize+3]=1}_setAdditiveIdentityOther(){const t=this._origIndex*this.valueSize,e=this._addIndex*this.valueSize;for(let i=0;i<this.valueSize;i++)this.buffer[e+i]=this.buffer[t+i]}_select(t,e,i,n,s){if(n>=.5)for(let n=0;n!==s;++n)t[e+n]=t[i+n]}_lerp(t,e,i,n,s){const r=1-n;for(let a=0;a!==s;++a){const s=e+a;t[s]=t[s]*r+t[i+a]*n}}_lerpAdditive(t,e,i,n,s){for(let r=0;r!==s;++r){const s=e+r;t[s]=t[s]+t[i+r]*n}}}const _m=2400,Sm=2401;class Em{constructor(t,e,i,n=e.blendMode){d(this,"blendMode"),d(this,"loop",2201),d(this,"time",0),d(this,"timeScale",1),d(this,"weight",1),d(this,"repetitions",1/0),d(this,"paused",!1),d(this,"enabled",!0),d(this,"clampWhenFinished",!1),d(this,"zeroSlopeAtStart",!0),d(this,"zeroSlopeAtEnd",!0),d(this,"_mixer"),d(this,"_clip"),d(this,"_localRoot"),d(this,"_interpolantSettings"),d(this,"_interpolants"),d(this,"_propertyBindings"),d(this,"_cacheIndex"),d(this,"_byClipCacheIndex"),d(this,"_timeScaleInterpolant"),d(this,"_weightInterpolant"),d(this,"_loopCount",-1),d(this,"_startTime"),d(this,"_effectiveTimeScale",1),d(this,"_effectiveWeight",1),this._mixer=t,this._clip=e,this._localRoot=i,this.blendMode=n;const s=e.tracks,r=s.length,a=new Array(r),o={endingStart:_m,endingEnd:_m};for(let t=0;t!==r;++t){const e=s[t].createInterpolant();e&&(a[t]=e,e.settings=o)}this._interpolantSettings=o,this._interpolants=a,this._propertyBindings=new Array(r)}play(){return this._mixer._activateAction(this),this}stop(){return this._mixer._deactivateAction(this),this.reset()}reset(){return this.paused=!1,this.enabled=!0,this.time=0,this._loopCount=-1,this._startTime=void 0,this.stopFading().stopWarping()}isRunning(){return this.enabled&&!this.paused&&0!==this.timeScale&&void 0===this._startTime&&this._mixer._isActiveAction(this)}isScheduled(){return this._mixer._isActiveAction(this)}startAt(t){return this._startTime=t,this}setLoop(t,e){return this.loop=t,this.repetitions=e,this}stopFading(){const t=this._weightInterpolant;return void 0!==t&&(this._weightInterpolant=void 0,this._mixer._takeBackControlInterpolant(t)),this}stopWarping(){const t=this._timeScaleInterpolant;return void 0!==t&&(this._timeScaleInterpolant=void 0,this._mixer._takeBackControlInterpolant(t)),this}getMixer(){return this._mixer}getClip(){return this._clip}getRoot(){return this._localRoot||this._mixer._root}_update(t,e,i,n){if(!this.enabled)return void this._updateWeight(t);const s=this._startTime;if(void 0!==s){const n=(t-s)*i;n<0||0===i?e=0:(this._startTime=void 0,e=i*n)}e*=this._updateTimeScale(t);const r=this._updateTime(e),a=this._updateWeight(t);if(a>0){const t=this._interpolants,e=this._propertyBindings;if(2501===this.blendMode)for(let i=0,n=t.length;i!==n;++i)t[i].evaluate(r),e[i].accumulateAdditive(a);else for(let i=0,s=t.length;i!==s;++i)t[i].evaluate(r),e[i].accumulate(n,a)}}_updateWeight(t){let e=0;if(this.enabled){e=this.weight;const i=this._weightInterpolant;if(void 0!==i){const n=i.evaluate(t)[0];e*=Number(n),t>i.parameterPositions[1]&&(this.stopFading(),0===n&&(this.enabled=!1))}}return this._effectiveWeight=e,e}_updateTimeScale(t){let e=0;if(!this.paused){e=this.timeScale;const i=this._timeScaleInterpolant;if(void 0!==i){const n=i.evaluate(t)[0];e*=Number(n),t>i.parameterPositions[1]&&(this.stopWarping(),0===e?this.paused=!0:this.timeScale=e)}}return this._effectiveTimeScale=e,e}_updateTime(t){const e=this._clip.duration,i=this.loop;let n=this.time+t,s=this._loopCount;const r=2202===i;if(0===t)return-1===s||!r||1&~s?n:e-n;if(2200===i){-1===s&&(this._loopCount=0,this._setEndings(!0,!0,!1));t:{if(n>=e)n=e;else{if(!(n<0)){this.time=n;break t}n=0}this.clampWhenFinished?this.paused=!0:this.enabled=!1,this.time=n,this._mixer.dispatchEvent({type:"finished",data:{action:this,direction:t<0?-1:1}})}}else{if(-1===s&&(t>=0?(s=0,this._setEndings(!0,0===this.repetitions,r)):this._setEndings(0===this.repetitions,!0,r)),n>=e||n<0){const i=Math.floor(n/e);n-=e*i,s+=Math.abs(i);const a=this.repetitions-s;if(a<=0)this.clampWhenFinished?this.paused=!0:this.enabled=!1,n=t>0?e:0,this.time=n,this._mixer.dispatchEvent({type:"finished",data:{action:this,direction:t>0?1:-1}});else{if(1===a){const e=t<0;this._setEndings(e,!e,r)}else this._setEndings(!1,!1,r);this._loopCount=s,this.time=n,this._mixer.dispatchEvent({type:"loop",data:{action:this,loopDelta:i}})}}else this.time=n;if(r&&!(1&~s))return e-n}return n}_setEndings(t,e,i){const n=this._interpolantSettings;i?(n.endingStart=Sm,n.endingEnd=Sm):(n.endingStart=t?this.zeroSlopeAtStart?Sm:_m:2402,n.endingEnd=e?this.zeroSlopeAtEnd?Sm:_m:2402)}}const Mm=new Float32Array(1);class Am extends Wi{constructor(t){super(),d(this,"stats"),d(this,"time",0),d(this,"timeScale",1),d(this,"_root"),d(this,"_accuIndex",0),d(this,"_actions",[]),d(this,"_nActiveActions",0),d(this,"_actionsByClip",{}),d(this,"_bindings",[]),d(this,"_nActiveBindings",0),d(this,"_bindingsByRootAndName",{}),d(this,"_controlInterpolants",[]),d(this,"_nActiveControlInterpolants",0),this._root=t,this._initMemoryManager()}destroy(){super.destroy(),this.stopAllAction(),this._root=void 0}dispose(){this._root=void 0}bind(t){t&&(this._root=t)}_bindAction(t,e){if(!this._root)return;const i=t._localRoot||this._root,n=t._clip.tracks,s=n.length,r=t._propertyBindings,a=t._interpolants,o=i.uuid,h=this._bindingsByRootAndName;let l=h[o];void 0===l&&(l={},h[o]=l);for(let t=0;t!==s;++t){const s=n[t],h=s.name;let u=l[h];if(void 0===u){if(u=r[t],void 0!==u){void 0===u._cacheIndex&&(++u.referenceCount,this._addInactiveBinding(u,o,h));continue}const n=e&&e._propertyBindings[t].binding.parsedPath,a=s.getValueSize();u=new wm(lm.create(i,h,n),s.ValueTypeName,a),++u.referenceCount,this._addInactiveBinding(u,o,h),r[t]=u}else++u.referenceCount,r[t]=u;a[t].resultBuffer=u.buffer}}_activateAction(t){if(this._root&&!this._isActiveAction(t)){if(void 0===t._cacheIndex){const e=(t._localRoot||this._root).uuid,i=t._clip.uuid,n=this._actionsByClip[i];this._bindAction(t,n&&n.knownActions[0]),this._addInactiveAction(t,i,e)}const e=t._propertyBindings;for(let t=0,i=e.length;t!==i;++t){const i=e[t];0==i.useCount++&&(this._lendBinding(i),i.saveOriginalState())}this._lendAction(t)}}_deactivateAction(t){if(this._isActiveAction(t)){const e=t._propertyBindings;for(let t=0,i=e.length;t!==i;++t){const i=e[t];0==--i.useCount&&(i.restoreOriginalState(),this._takeBackBinding(i))}this._takeBackAction(t)}}_initMemoryManager(){this._actions=[],this._nActiveActions=0,this._actionsByClip={},this._bindings=[],this._nActiveBindings=0,this._bindingsByRootAndName={},this._controlInterpolants=[],this._nActiveControlInterpolants=0;const t=this;this.stats={actions:{get total(){return t._actions.length},get inUse(){return t._nActiveActions}},bindings:{get total(){return t._bindings.length},get inUse(){return t._nActiveBindings}},controlInterpolants:{get total(){return t._controlInterpolants.length},get inUse(){return t._nActiveControlInterpolants}}}}_isActiveAction(t){const e=t._cacheIndex;return void 0!==e&&e<this._nActiveActions}_addInactiveAction(t,e,i){const n=this._actions,s=this._actionsByClip;let r=s[e];if(void 0===r)r={knownActions:[t],actionByRoot:{}},t._byClipCacheIndex=0,s[e]=r;else{const e=r.knownActions;t._byClipCacheIndex=e.length,e.push(t)}t._cacheIndex=n.length,n.push(t),r.actionByRoot[i]=t}_removeInactiveAction(t){if(!this._root)return;const e=this._actions,i=e[e.length-1],n=t._cacheIndex||0;i._cacheIndex=n,e[n]=i,e.pop(),t._cacheIndex=void 0;const s=t._clip.uuid,r=this._actionsByClip,a=r[s],o=a.knownActions,h=o[o.length-1],l=t._byClipCacheIndex||0;h._byClipCacheIndex=l,o[l]=h,o.pop(),t._byClipCacheIndex=void 0,delete a.actionByRoot[(t._localRoot||this._root).uuid],0===o.length&&delete r[s],this._removeInactiveBindingsForAction(t)}_removeInactiveBindingsForAction(t){const e=t._propertyBindings;for(let t=0,i=e.length;t!==i;++t){const i=e[t];0==--i.referenceCount&&this._removeInactiveBinding(i)}}_lendAction(t){if(void 0===t._cacheIndex)return;const e=this._actions,i=t._cacheIndex,n=this._nActiveActions++,s=e[n];t._cacheIndex=n,e[n]=t,s._cacheIndex=i,e[i]=s}_takeBackAction(t){if(void 0===t._cacheIndex)return;const e=this._actions,i=t._cacheIndex,n=--this._nActiveActions,s=e[n];t._cacheIndex=n,e[n]=t,s._cacheIndex=i,e[i]=s}_addInactiveBinding(t,e,i){const n=this._bindingsByRootAndName,s=this._bindings;let r=n[e];void 0===r&&(r={},n[e]=r),r[i]=t,t._cacheIndex=s.length,s.push(t)}_removeInactiveBinding(t){var e;const i=this._bindings,n=t.binding,s=(null==(e=n.rootNode)?void 0:e.uuid)||"",r=n.path,a=this._bindingsByRootAndName,o=a[s],h=i[i.length-1],l=t._cacheIndex||0;h._cacheIndex=l,i[l]=h,i.pop(),delete o[r],0===Object.keys(o).length&&delete a[s]}_lendBinding(t){if(void 0===t._cacheIndex)return;const e=this._bindings,i=t._cacheIndex,n=this._nActiveBindings++,s=e[n];t._cacheIndex=n,e[n]=t,s._cacheIndex=i,e[i]=s}_takeBackBinding(t){if(void 0===t._cacheIndex)return;const e=this._bindings,i=t._cacheIndex,n=--this._nActiveBindings,s=e[n];t._cacheIndex=n,e[n]=t,s._cacheIndex=i,e[i]=s}_lendControlInterpolant(){const t=this._controlInterpolants,e=this._nActiveControlInterpolants++;let i=t[e];return void 0===i&&(i=new $f(new Float32Array(2),new Float32Array(2),1,Mm),i.__cacheIndex=e,t[e]=i),i}_takeBackControlInterpolant(t){if(void 0===t.__cacheIndex)return;const e=this._controlInterpolants,i=t.__cacheIndex,n=--this._nActiveControlInterpolants,s=e[n];t.__cacheIndex=n,e[n]=t,s.__cacheIndex=i,e[i]=s}clipAction(t,e,i){if(!this._root)return;const n=e||this._root,s=n.uuid;let r;r="string"==typeof t?rm.findByName(n,t):t;const a=r?r.uuid:"",o=this._actionsByClip[a];let h;if(void 0===i&&(i=r?r.blendMode:om),void 0!==o){const t=o.actionByRoot[s];if(void 0!==t&&t.blendMode===i)return t;h=o.knownActions[0],void 0===r&&(r=h._clip)}if(void 0===r)return;const l=new Em(this,r,e,i);return this._bindAction(l,h),this._addInactiveAction(l,a,s),l}existingAction(t,e){if(!this._root)return;const i=e||this._root,n=i.uuid;let s="string"==typeof t?rm.findByName(i,t):t;const r=s?s.uuid:"",a=this._actionsByClip[r];return void 0!==a&&a.actionByRoot[n]||void 0}removeAction(t){t&&this._deactivateAction(t)}stopAllAction(){const t=this._actions;for(let e=this._nActiveActions-1;e>=0;--e)t[e].stop();return this}update(t){t*=this.timeScale;const e=this._actions,i=this._nActiveActions,n=this.time+=t,s=Math.sign(t),r=this._accuIndex^=1;for(let a=0;a!==i;++a)e[a]._update(n,t,s,r);const a=this._bindings,o=this._nActiveBindings;for(let t=0;t!==o;++t)a[t].apply(r);return this}setTime(t){this.time=0;for(let t=0;t<this._actions.length;t++)this._actions[t].time=0;return this.update(t)}getRoot(){return this._root}uncacheClip(t){const e=this._actions,i=t.uuid,n=this._actionsByClip,s=n[i];if(void 0!==s){const t=s.knownActions;for(let i=0,n=t.length;i!==n;++i){const n=t[i];this._deactivateAction(n);const s=n._cacheIndex||0,r=e[e.length-1];n._cacheIndex=void 0,n._byClipCacheIndex=void 0,r._cacheIndex=s,e[s]=r,e.pop(),this._removeInactiveBindingsForAction(n)}delete n[i]}}uncacheRoot(t){const e=t.uuid,i=this._actionsByClip;for(const t in i){const n=i[t].actionByRoot[e];void 0!==n&&(this._deactivateAction(n),this._removeInactiveAction(n))}const n=this._bindingsByRootAndName[e];if(void 0!==n)for(const t in n){const e=n[t];e.restoreOriginalState(),this._removeInactiveBinding(e)}}uncacheAction(t,e){const i=this.existingAction(t,e);void 0!==i&&(this._deactivateAction(i),this._removeInactiveAction(i))}}class Tm extends ep{constructor(t,e={}){var i,n;let s;s=In.parse(t),ri.set(e,"use3DShape",Cm);const r=Qp.getShapesByParsed(s,e);if(!(null==r?void 0:r.length))throw new Error(`Svg: no shapes: ${t}`);super(null==(i=null==r?void 0:r[0])?void 0:i.geo,null==(n=null==r?void 0:r[0])?void 0:n.mtl),d(this,"name","Svg"),d(this,"composeNode",!0),(null==r?void 0:r.length)>1&&this.adds(r.slice(1))}}const Cm=!1;class Im extends ep{constructor(t){const e=new pp(t),i=new Kd(t);(null==t?void 0:t.lineWidth)||(i.lineWidth=1),super(e,i),d(this,"name","Polygon")}}class Dm extends Uf{constructor(t={}){var e,i;super(),d(this,"isLoadingScene",!0),d(this,"name","LoadingScene"),d(this,"params"),d(this,"loadingShape"),d(this,"lineShape"),d(this,"triangleShape"),d(this,"scales",[.95,1.15,.002]),d(this,"l",0),d(this,"scaleTrend",!1),d(this,"clock",new Ef),d(this,"mixer"),d(this,"_selectedClip"),d(this,"selectedAction"),this.params=t,this.loadingShape=new Tm(Lm,{fill:Le.darkGray,flipY:!0}),this.loadingShape.name="loading",this.loadingShape.dynamically=!0,this.add(this.loadingShape),this.loadingShape.setScale(.5,.5).updateMatrix(),this.loadingShape.updateMatrixWorld(),this.loadingShape.computeBoundingBox(),this.loadingShape.updateBoundingBox(),km.copy(this.loadingShape.boundingBoxWorld).getCenter(Bm),km.getSize(Pm),this.loadingShape.setPosition(Bm.negate()).updateMatrix(),this.l=Pm.x;const n=Math.max(Math.floor(this.l/30),3),s=[-this.l/2,-(8+n),-this.l/2,-8,this.l/2,-8,this.l/2,-(8+n)];this.lineShape=new Im({points:s,fill:Le.darkGray}),this.add(this.lineShape),this.lineShape.name="loadingLine";const r=[0,0,Pm.x/2,Pm.x,Pm.x,0];this.triangleShape=new Im({points:r,fill:Le.darkRed}),this.add(this.triangleShape),this.triangleShape.name="loadingTriangle",this.triangleShape.setPosition(new We(-.12*Pm.x,Pm.y/-.36)).setScale(.25,.15).updateMatrix(),this.computeBoundingBox(),this.mixer=new Am(this);const a=new tm(`${this.loadingShape.name}.mtl.fill`,[0,1.2,2],[0,0,0,.7,.38,.38,.38,.6,0,0,0,.7]),o=new em(`${this.triangleShape.name}.mtl.fillOpacity`,[0,1.5,3],[1,.1,1],em.DefaultInterpolation),h=new tm(`${this.lineShape.name}.scaled`,[0,.3,1],[1,1,.1,1,1,1]);this._selectedClip=new rm("selected",3,[a,o,h]),this.selectedAction=null==(e=this.mixer)?void 0:e.clipAction(this._selectedClip,this.desScene),null==(i=this.selectedAction)||i.play()}destroy(){super.destroy()}onBeforeRender(){this.lineShape.updateMatrix()}update(){var t;null==(t=this.mixer)||t.update(this.clock.getDelta())}}const Lm='\n<path d="M0 20.7L0 0L7.272 0L7.272 18L20.592 18L19.08 20.7L0 20.7\nM30.78 2.772L30.78 17.928L41.4 17.928L41.4 0L48.708 0L48.708 20.7L23.472 20.7L23.472 0L41.4 0L38.88 2.772L30.78 2.772\nM62.388 12.924L71.028 12.924L68.904 15.768L61.2 15.768L59.292 20.7L51.588 20.7L59.94 0L73.188 0L81.576 20.7L73.944 20.7L71.028 12.924L67.14 2.772L65.988 2.772L62.388 12.924\nM109.728 17.784L106.884 20.7L84.456 20.7L84.456 0L102.528 0L99.972 2.844L91.656 2.844L91.656 17.928L102.528 17.928L102.528 0L107.136 0L109.728 2.7L109.728 17.784\nM119.628 20.7L112.608 20.7L112.608 0L119.628 0L119.628 20.7\nM139.752 20.7L129.78 6.3L129.78 20.7L122.508 20.7L122.508 0L130.644 0L140.58 14.652L140.58 0L147.78 0L147.78 20.7L139.752 20.7\nM168.732 18L168.732 10.728L163.368 10.728L163.368 7.992L175.932 7.992L175.932 20.7L168.732 20.7L168.732 18.504L166.572 20.7L150.66 20.7L150.66 0L176.04 0L174.456 2.7L158.04 2.7L158.04 18L168.732 18\nZ">\n</path>\n',Bm=new We,Pm=new We,km=new ai;class Nm extends Wi{constructor(t={}){var e,i;super(),d(this,"name","View"),d(this,"params"),d(this,"visible",!0),d(this,"cvs"),d(this,"scene"),d(this,"scenes",[]),d(this,"camera"),d(this,"controller"),d(this,"tween"),d(this,"animateDuration"),d(this,"controlsChangedHandler",this.handleControlsChanged.bind(this)),this.params=t,this.animateDuration=this.params.animateDuration||300,this.cvs=t.cvs,this.camera=new Xs(t.camera||{}),this.params.inpEl?this.controller=new kh(this.params.inpEl,this.camera):this.controller=new kh(this.cvs,this.camera),void 0!==(null==(e=this.params.controls)?void 0:e.enableRotate)&&(this.controller.enableRotate=!!(null==(i=this.params.controls)?void 0:i.enableRotate))}destroy(){this.controller&&this.controller.destroy(),this.camera&&this.camera.destroy(),this.scene&&this.scene.destroy(),this.scenes.forEach((t=>t.destroy())),this.scenes.length=0,super.destroy()}resize(){var t;this.camera.resize(),null==(t=this.controller)||t.resize()}setEnablePan(t){this.controller&&(this.controller.enablePan=!!t)}bindEvents(){var t;null==(t=this.controller)||t.addEventListener("change",this.controlsChangedHandler)}unbindEvents(){var t;null==(t=this.controller)||t.removeEventListener("change",this.controlsChangedHandler)}handleControlsChanged(t){}bindScene(t){this.scenes.push(t),this.reset(),this.scene=t,t.isStatic}getCameraPosition(){return this.camera.boundingBoxWorld}setCameraPosition(t,e=!0){return Hm.copy(t),this.resetCameraByBoundingBox(Hm,e)}saveCameraPosition(t){Hm.copy(this.camera.boundingBoxWorld);const e=t?Om+t:Om;sessionStorage.setItem(e,JSON.stringify(Hm))}clearCameraPosition(t){const e=t?Om+t:Om;sessionStorage.setItem(e,"")}restoreCameraPosition(t){const e=t?Om+t:Om,i=sessionStorage.getItem(e);i&&(Hm.copy(JSON.parse(i)),this.resetCameraByBoundingBox(Hm,!0))}zoomIn(){Hm.copy(this.camera.boundingBoxWorld).getSize(Rm),Hm.expandByScalar(-.1*Math.max(Rm.x,Rm.y)),this.resetCameraByBoundingBox(Hm,!0)}zoomOut(){this.controller&&(Hm.copy(this.camera.boundingBoxWorld).getSize(Rm),Hm.expandByScalar(.1*Math.max(Rm.x,Rm.y)),this.resetCameraByBoundingBox(Hm,!0))}fullscreen(t=10,e=!1){this.scene&&(this.scene.boundingBox.isEmpty()&&this.scene.computeBoundingBox(),"function"==typeof this.scene.computeBoundingBox?Hm.copy(this.scene.computeBoundingBox()):Hm.copy(this.scene.boundingBox),Hm.expandByVector(Rm.set(t,t)),this.resetCameraByBoundingBox(Hm,e))}handleCameraChanged(t){}reset(){}resetCameraByBoundingBox(t,e=!1){return p(this,null,(function*(){if(!this.camera)return;if(!t||t.isEmpty())throw new Error("BoundingBox empty");if(!e)return this.camera.setByBox(t),Promise.resolve();const i=this.camera.getCameraPosition();t.getCenter(Rm),t.getSize(zm);const n=Math.max(zm.x/this.camera.width,zm.y/this.camera.height),s={x:Rm.x,y:Rm.y,z:0,s:n,r:0};yield this.animateCamera(i,s)}))}animateCamera(t,e){return p(this,null,(function*(){return this.controller&&(this.controller.enabled=!1),this.tween&&this.tween.stop(),new Promise((i=>{this.tween=new Lo.Tween(t).to(e,this.animateDuration).easing(Lo.Easing.Exponential.Out).onUpdate((t=>{this.camera.position.set(t.x,t.y),this.camera.scaled.set(t.s,t.s),this.camera.rotation.set(t.r,t.r),this.camera.update()})).onComplete((()=>{this.controller&&(this.controller.enabled=!0),i()})).start()}))}))}computeBoundingBox(t,e=new ai){return t&&t.length?(e.makeEmpty(),t.forEach((t=>e.union(t.computeBoundingBox()))),e):e}expandScenesBoundingBox(t,e=new ai){t.forEach((t=>t.boundingBox.union(e)))}update(t){this.tween&&this.tween.update(t)}}const Om="camera_position_",Rm=new We,zm=new We,Hm=new ai;class Wm extends ws{constructor(){super(...arguments),d(this,"isStatic",!0),d(this,"featureKey","StaticScene_"+this.id),d(this,"cameraVersion",0),d(this,"dynamically",!1),d(this,"needsUpdateChangedHandler",this.handleNeedsUpdateChanged.bind(this))}handleNeedsUpdateChanged(){this.needsUpdate=!0}}class Fm extends zh{constructor(t){super(t),d(this,"name","GeoPolyline"),this._init(t),((null==t?void 0:t.stArrow)||(null==t?void 0:t.edArrow))&&(this.arrowLength=(null==t?void 0:t.arrowLength)||10,this.arrowDeg=(null==t?void 0:t.arrowDeg)||30)}buildPath(t,e,i){if(0===this.percent)return;let{points:n}=e||this;if(n&&n.length&&!(n.length<2)){for(let e=0,i=n.length;e<i;e+=2)e?t.lineTo(n[e],n[e+1]):t.moveTo(n[e],n[e+1]);this.addArrow(t)}}addArrow(t,e){const{points:i,stArrow:n,edArrow:s,arrowDeg:r,arrowLength:a}=this;if(!(null==i?void 0:i.length)||!n&&!s||!r)return this;if(e||(e=a),!e)return this;const o=i;if(!(null==o?void 0:o.length)||(null==o?void 0:o.length)<4)return this;if(n){if(Um.set(o[2],o[3]),qm.set(o[0],o[1]),Um.equals(qm))return this;Vm.subVectors(Um,qm),jm.lerpVectors(qm,Um,e/Vm.length()),Ym.copy(jm).rotateAround(qm,Ie(r)),Gm.copy(jm).rotateAround(qm,-Ie(r)),t.moveTo(Ym.x,Ym.y),t.lineTo(qm.x,qm.y),t.lineTo(Gm.x,Gm.y)}if(s){const i=o.length;if(Um.set(o[i-4],o[i-3]),qm.set(o[i-2],o[i-1]),Um.equals(qm))return this;Vm.subVectors(Um,qm),jm.lerpVectors(qm,Um,e/Vm.length()),Ym.copy(jm).rotateAround(qm,Ie(r)),Gm.copy(jm).rotateAround(qm,-Ie(r)),t.moveTo(Ym.x,Ym.y),t.lineTo(qm.x,qm.y),t.lineTo(Gm.x,Gm.y)}return this}}const Um=new We,Vm=new We,qm=new We,jm=new We,Ym=new We,Gm=new We;class $m extends ep{constructor(t={}){(null==t?void 0:t.width)||(t.width=.5*Ae.config.width),(null==t?void 0:t.height)||(t.height=.5*Ae.config.height),(null==t?void 0:t.lineWidth)||(t.lineWidth=1),(null==t?void 0:t.stroke)||(t.stroke=Le.darkRed),(null==t?void 0:t.arrowDeg)||(t.arrowDeg=30),(null==t?void 0:t.arrowLength)||(t.arrowLength=10),(null==t?void 0:t.lineDash)||(t.lineDash=[10,7]),t.points=[-t.width,0,t.width,0,0,t.height,0,-t.height];const e=.5*(t.arrowLength||10);super(new pp({points:[-e,0,0,e,e,0,0,-e]}),new Kd({fill:Le.darkRed})),d(this,"name","Axes"),d(this,"params"),d(this,"xShape"),d(this,"yShape"),d(this,"xRShape"),d(this,"yRShape"),this.params=t,this.xShape=new ep(new Fm({points:[2*e,0,t.width,0],linewidth:t.lineWidth,edArrow:!0,arrowLength:t.arrowLength,arrowDeg:t.arrowDeg}),new Kd({stroke:Le.darkRed,lineWidth:1})),this.yShape=new ep(new Fm({points:[0,2*e,0,t.height],linewidth:t.lineWidth,edArrow:!0,arrowLength:t.arrowLength,arrowDeg:t.arrowDeg}),new Kd({stroke:Le.darkGreen,lineWidth:1})),this.xRShape=new ep(new Fm({points:[-2*e,0,-t.width,0],linewidth:t.lineWidth}),new Kd({stroke:Le.darkRed,lineWidth:1,lineDash:t.lineDash})),this.yRShape=new ep(new Fm({points:[0,-2*e,0,-t.height],linewidth:t.lineWidth}),new Kd({stroke:Le.darkGreen,lineWidth:1,lineDash:t.lineDash})),this.add(this.xShape),this.add(this.yShape),this.add(this.xRShape),this.add(this.yRShape),this.computeBoundingBox()}computeBoundingBox(){var t;return(null==(t=this.params)?void 0:t.fixed)?this.boundingBox.makeEmpty():super.computeBoundingBox(),this.boundingBox}updateModelViewMatrix(t){var e;(null==(e=this.params)?void 0:e.fixed)?t?(this.modelViewMatrix.copy(t.viewMatrix),this.computeAxes(t)):this.modelViewMatrix.copy(this.matrixWorld):super.updateModelViewMatrix(t)}computeAxes(t){if(!t)return;t.updateBoundingBox();const e=t.scaled.x,i=this.params.lineWidth*e,n=[this.params.lineDash[0]*e,this.params.lineDash[1]*e],s=(this.params.arrowLength||10)*e,r=s/4;this.xShape.geo.arrowLength=s,this.xShape.geo.setPoints([s+r,0,t.boundingBoxWorld.max.x,0]),this.xShape.geo.lineWidth=i,this.yShape.geo.arrowLength=s,this.yShape.geo.setPoints([0,s+r,0,t.boundingBoxWorld.max.y]),this.yShape.geo.lineWidth=i,this.xRShape.geo.setPoints([-s-r,0,t.boundingBoxWorld.min.x,0]),this.xRShape.geo.lineWidth=i,this.xRShape.mtl.lineDash=n,this.yRShape.geo.setPoints([0,-s-r,0,t.boundingBoxWorld.min.y]),this.yRShape.geo.lineWidth=i,this.yRShape.mtl.lineDash=n,this.geo.setPoints([-s,0,-r,r,0,s,r,r,s,0,r,-r,0,-s,-r,-r])}}class Xm extends Wm{constructor(t={},e){super(),d(this,"isMainScene",!0),d(this,"name","MainScene"),d(this,"params"),d(this,"adapter"),d(this,"featureKey","MainScene_"+this.id),d(this,"axesHelper"),d(this,"resourcesMap",{}),d(this,"legend",[]),d(this,"_viewBox",new ai),this.params=t,this.adapter=e,this.selectable=!0,this.initAxesHelper()}destroy(){var t;super.destroy(),this.resourcesMap={},this.legend=[],null==(t=this.axesHelper)||t.destroy()}initAxesHelper(){this.params.axesHelper&&(this.axesHelper&&this.axesHelper.destroy(),this.axesHelper=new $m({fixed:!0,lineWidth:.5}),this.add(this.axesHelper))}setViewBox(t){t&&this._viewBox.copy(t)}computeBoundingBox(){return super.computeBoundingBox(),!this._viewBox.isEmpty()&&(this._viewBox.getCenter(Zm),this.boundingBox.getCenter(Jm),Math.round(We.getDistance(Zm,Jm)))?this._viewBox:this.boundingBox}getBoundingBox(){return this._viewBox.isEmpty()?this.boundingBox:this._viewBox}add(t){return super.add(t),t.userData.id?(this.resourcesMap[t.userData.id]||(this.resourcesMap[t.userData.id]=[]),this.resourcesMap[t.userData.id].push(t),this):this}remove(t){if(!t)return this;if(super.remove(t),this.resourcesMap[t.userData.id]){const e=this.resourcesMap[t.userData.id].indexOf(t);e>-1&&this.resourcesMap[t.userData.id].splice(e,1),this.resourcesMap[t.userData.id].length||delete this.resourcesMap[t.userData.id]}return this}getAssetIdsByType(t){const e=[];return this.traverse((i=>{i.userData.assetType===t&&i.userData.id&&e.push(i.userData.id)})),e}getByIds(t,e=[]){if(e.length=0,!t)return e;Array.isArray(t)||(t=[t]);for(let i=0,n=(null==t?void 0:t.length)||0;i<n;i++)Object.hasOwnProperty.call(this.resourcesMap,t[i])&&e.push(...this.resourcesMap[t[i]]);return e}setFillOrStrokeByIds(t,e,i="fill"){this.traverse((n=>{var s;if(!n.mtl||!t.includes(n.userData.id))return;const r=ri.cloneDeep(n.mtl);"fill"===i?r.fill=e:"stroke"===i&&(r.stroke=e,r.lineWidth=5),n.mtl=cp.getMtl(r),this.addLegend(i,e,null==(s=n.userData)?void 0:s.id)})),this.needsUpdate=!0}clearFillOrStroke(t,e){this.traverse((i=>{var n,s,r,a,o,h;if(!i.mtl)return;if(e&&!e.includes(i.userData.id))return;const l=ri.cloneDeep(i.mtl);void 0!==t&&"fill"!==t||!(null==l?void 0:l.fill)||(l.fill=(null==(s=null==(n=i.userData)?void 0:n.style)?void 0:s.fill)||void 0),void 0!==t&&"stroke"!==t||!(null==l?void 0:l.stroke)||(l.stroke=(null==(a=null==(r=i.userData)?void 0:r.style)?void 0:a.stroke)||void 0,l.lineWidth=(null==(h=null==(o=i.userData)?void 0:o.style)?void 0:h.lineWidth)||1),i.mtl=cp.getMtl(l)})),this.needsUpdate=!0,this.clearLegendBy(t)}increaseFontSize(t=1.1){this.traverse((e=>{var i;e.mtl&&e.isText&&(null==(i=e.mtl)?void 0:i.text)&&(e.scaled.multiplyScalar(t),e.updateMatrix(),e.needsUpdate=!0)}));const e=ri.uniq(ri.compact(ri.map(this.children,(t=>t.userData.aid))));this.recomputedAssetLabels(e),this.needsUpdate=!0}increaseStrokeWidth(t=1.1){this.traverse((e=>{var i;e.mtl&&(null==(i=e.mtl)?void 0:i.stroke)&&e.geo.lineWidth&&(e.geo.lineWidth*=t)})),this.needsUpdate=!0}addLegend(t,e,i){let n=this.legend.find((t=>t.color===e));n||(n={type:t,color:e,ids:[]},this.legend.push(n)),n.ids.push(i)}getLegend(){return this.legend}clearLegendBy(t){var e;t||(this.legend.length=0);for(let i=(null==(e=this.legend)?void 0:e.length)-1;i>=0;i--)this.legend[i].type===t&&this.legend.splice(i,i)}getAssetLabels(t,e){var i,n,s,r,a;const o=ri.filter(this.children,(t=>{var i;return(null==(i=t.userData)?void 0:i.aid)===e}));if(!(null==o?void 0:o.length))return;const h=[];for(let t,e=0,l=o.length;e<l;e++){t=o[e],(null==(i=t.mtl)?void 0:i.text)&&h.push(null==(n=t.mtl)?void 0:n.text);for(let e,i=0,n=(null==(s=null==t?void 0:t.children)?void 0:s.length)||0;i<n;i++)e=t.children[i],(null==(r=null==e?void 0:e.mtl)?void 0:r.text)&&h.push(null==(a=null==e?void 0:e.mtl)?void 0:a.text)}return h}setAssetLabels(t,e){if(!ri.find(this.children,(e=>{var i;return(null==(i=e.userData)?void 0:i.id)===t})))return;const i=ri.filter(this.children,(e=>{var i;return(null==(i=e.userData)?void 0:i.aid)===t}));if(!(null==i?void 0:i.length))return;const n=i[i.length-1];for(let t=0,s=((null==e?void 0:e.length)||0)-((i.length||0)-1);t<s;t++){const t=n.clone(!0,!0);this.add(t),t.updateMatrix(),i.push(t)}for(let t=1,n=(null==i?void 0:i.length)||0;t<n;t++){const n=i[t];n.mtl.text=(null==e?void 0:e.length)?e[t-1]:void 0,n.needsUpdate=!0}this.recomputedAssetLabels(t)}recomputedAssetLabels(t){if(t){Array.isArray(t)||(t=[t]);for(let e=0,i=(null==t?void 0:t.length)||0;e<i;e++){let i=ri.filter(this.children,(i=>{var n,s;return(null==(n=i.userData)?void 0:n.aid)===t[e]&&!!(null==(s=i.mtl)?void 0:s.text)}));if(!(null==i?void 0:i.length))return;for(let t,e=0,n=(null==i?void 0:i.length)||0;e<n;e++)t=i[e],t.computeBoundingBox(),t.updateBoundingBox(),Qm.copy(t.boundingBoxWorld).getSize(Jm),Zm.copy(i[e?e-1:0].position),Jm.multiplyScalar(1.2),e&&(t.position.set(Zm.x,Zm.y-Jm.y),t.updateMatrix())}}}clearAssetLabels(t){const e=t?this.getAssetIdsByType(t):this.children.map((t=>t.userData.id&&t.userData.assetType));for(let t,i=0,n=(null==e?void 0:e.length)||0;i<n;i++)if(t=ri.filter(this.children,(t=>{var n;return(null==(n=t.userData)?void 0:n.aid)===e[i]})),(null==t?void 0:t.length)&&1!==t.length)for(let e=t.length-1;e>0;e--)t[e].destroy(),this.remove(t[e])}getAssetBoundingBox(t,e=new ai){if(e.makeEmpty(),!t)return e;Array.isArray(t)||(t=[t]);for(let i,n=0,s=(null==t?void 0:t.length)||0;n<s;n++){i=t[n];const s=this.getByIds(i);if(null==s?void 0:s.length)for(let t=0,i=s.length;t<i;t++)e.union(s[t].boundingBoxWorld)}return e}setAssetType(t,e){var i,n;const s=[t];t!==Di.RM&&s.push(Di.RM);const r=null==(i=this.adapter)?void 0:i.getAssetIdsByType(s);(null==r?void 0:r.length)&&(null==(n=this.adapter)||n.updateLayersVisibility(r,!0))}}const Zm=new We,Jm=new We,Qm=new ai;class Km extends Uf{constructor(t={}){super(),d(this,"name","AnimateScene"),d(this,"params"),d(this,"resourcesMap",{}),d(this,"dynamicFill",Le.red),d(this,"dynamicScale",new We(1,1)),d(this,"clock",new Ef),d(this,"mixer"),d(this,"_selectedClip"),d(this,"selectedAction"),this.params=t,this.initAxesHelper(),this.mixer=new Am(this)}destroy(){super.destroy()}initAxesHelper(){this.params.axesHelper&&(this.axesHelper&&this.axesHelper.destroy(),this.axesHelper=new $m({fixed:!0,lineWidth:.5}),this.add(this.axesHelper))}add(t){return super.add(t),t.userData.id?(this.resourcesMap[t.userData.id]||(this.resourcesMap[t.userData.id]=[]),this.resourcesMap[t.userData.id].push(t),this):this}remove(t){if(!t)return this;if(super.remove(t),this.resourcesMap[t.userData.id]){const e=this.resourcesMap[t.userData.id].indexOf(t);e>-1&&this.resourcesMap[t.userData.id].splice(e,1),this.resourcesMap[t.userData.id].length||delete this.resourcesMap[t.userData.id]}return this}getByIds(t,e=[]){if(e.length=0,!t)return e;Array.isArray(t)||(t=[t]);for(let i=0,n=(null==t?void 0:t.length)||0;i<n;i++)Object.hasOwnProperty.call(this.resourcesMap,t[i])&&e.push(...this.resourcesMap[t[i]]);return e}getAssetBoundingBox(t,e=new ai){if(e.makeEmpty(),!t)return e;Array.isArray(t)||(t=[t]);for(let i,n=0,s=(null==t?void 0:t.length)||0;n<s;n++){i=t[n];const s=this.getByIds(i);if(null==s?void 0:s.length)for(let t=0,i=s.length;t<i;t++)e.union(s[t].boundingBoxWorld)}return e}onBeforeRender(){}update(t){var e;null==(e=this.mixer)||e.update(this.clock.getDelta())}}class tg extends Uf{constructor(t={}){var e,i;super(),d(this,"isEmptyScene",!0),d(this,"name","EmptyScene"),d(this,"params"),d(this,"loadingShape"),d(this,"lineShape"),d(this,"triangleShape"),d(this,"scales",[.95,1.15,.002]),d(this,"l",0),d(this,"scaleTrend",!1),d(this,"clock",new Ef),d(this,"mixer"),d(this,"_selectedClip"),d(this,"selectedAction"),this.params=t,this.loadingShape=new Tm(eg,{fill:Le.darkGray,flipY:!0}),this.loadingShape.name="loading",this.loadingShape.dynamically=!0,this.add(this.loadingShape),this.loadingShape.updateMatrixWorld(),this.loadingShape.computeBoundingBox(),this.loadingShape.updateBoundingBox(),sg.copy(this.loadingShape.boundingBoxWorld).getCenter(ig),sg.getSize(ng),this.loadingShape.setPosition(ig.negate()).updateMatrix(),this.l=ng.x;const n=Math.max(Math.floor(this.l/30),2),s=[-this.l/2,-(10+n),-this.l/2,-10,this.l/2,-10,this.l/2,-(10+n)];this.lineShape=new Im({points:s,fill:Le.darkGray}),this.add(this.lineShape),this.lineShape.name="loadingLine";const r=[0,0,ng.x/2,ng.x,ng.x,0];this.triangleShape=new Im({points:r,fill:Le.darkRed}),this.add(this.triangleShape),this.triangleShape.name="loadingTriangle",this.triangleShape.setPosition(new We(-.12*ng.x,ng.y/-.4)).setScale(.25,.15).updateMatrix(),this.computeBoundingBox(),this.mixer=new Am(this);const a=new tm(`${this.loadingShape.name}.mtl.fill`,[0,1.2,2],[0,0,0,.7,.38,.38,.38,.7,0,0,0,.7]),o=new em(`${this.triangleShape.name}.mtl.fillOpacity`,[0,1.5,3],[1,.8,1],em.DefaultInterpolation),h=new tm(`${this.lineShape.name}.scaled`,[0,1.5,3],[1,1,.6,1,1,1]);this._selectedClip=new rm("selected",3,[a,o,h]),this.selectedAction=null==(e=this.mixer)?void 0:e.clipAction(this._selectedClip,this.desScene),null==(i=this.selectedAction)||i.play()}destroy(){super.destroy()}onBeforeRender(){this.lineShape.updateMatrix()}update(){var t;null==(t=this.mixer)||t.update(this.clock.getDelta())}}const eg='\n<path d="M13.5 15.8L12.62 17.3L0.799999 17.3L0.799999 5.8L13.46 5.8L12.56 7.3L4.84 7.3L4.84 10.66L13.12 10.66L12.24 12.18L4.84 12.18L4.84 15.8L13.5 15.8Z\nM32.12 17.3L28.52 17.3L28.52 9.9L25.18 17.3L22.1 17.3L18.8 10L18.8 17.3L15.1 17.3L15.1 5.8L20.06 5.8L23.68 13.68L27.32 5.8L32.12 5.8L32.12 17.3Z\nM37.72 12.8L37.72 17.3L33.72 17.3L33.72 5.8L42.22 5.8L41.06 7.34L37.72 7.34L37.72 11.3L42.22 11.3L42.22 5.8L46.28 5.8L46.28 12.8L37.72 12.8Z\nM57 17.3L53 17.3L53 7.34L47.88 7.34L47.88 5.8L62.48 5.8L61.6 7.34L57 7.34L57 17.3Z\nM69.92 13.52L64.08 5.78L68.62 5.78L71.92 10.58L75.14 5.78L79.64 5.78L73.92 13.56L73.92 17.28L69.92 17.28L69.92 13.52Z" />\n',ig=new We,ng=new We,sg=new ai;class rg{constructor(t,e){d(this,"parent"),d(this,"view"),d(this,"scenes",[]),d(this,"oriScene"),d(this,"dstScene"),d(this,"_fnEnable",null==(i=Ae.config)?void 0:i.fnEnable),this.parent=t,this.view=e}fnEnableChanged(t){this._fnEnable=!!t}activate(){}deactivate(){this.scenes=[],this.oriScene=void 0,this.dstScene=void 0}bindScene(...t){return this.scenes.length=0,this.scenes.push(...t),this.oriScene=this.scenes.find((t=>t.isStatic)),this.dstScene=this.scenes.find((t=>t.isDynamic)),this}getDynamicObjectsByIds(t){var e,i,n;const s=[];if(null==(e=this.dstScene)||e.getByIds(t,s),null==s?void 0:s.length)return s;const r=null==(i=this.oriScene)?void 0:i.getByIds(t);if(!(null==r?void 0:r.length))return s;for(let t=0,e=(null==r?void 0:r.length)||0;t<e;t++){const e=r[t].clone(!0,!0);null==(n=this.dstScene)||n.add(e),s.push(e)}return s}clearDynamicObjectsByIds(t){var e,i;if(!t)return;Array.isArray(t)||(t=[t]);const n=null==(e=this.dstScene)?void 0:e.getByIds(t);if(null==n?void 0:n.length)for(let t,e=0,s=(null==n?void 0:n.length)||0;e<s;e++)t=n[e],null==(i=this.dstScene)||i.remove(t),t.destroy()}getColorKeyframeTrack(t,e,i=.5,n=[0,1.2,2]){const s=new Re(e).setA(i).getNormalized(),r=[...s,.38*s[0],.38*s[1],.38*s[2],.5*s[3],...s];return new im(t,n,r)}}class ag extends rg{constructor(t,e){super(t,e),d(this,"type",Ho.HOVER),d(this,"rayCaster",new rr),d(this,"_hoverIds",[]),d(this,"hoverAction"),d(this,"_hoverClip"),d(this,"dynamicStroke",Le.red);const i=this.getColorKeyframeTrack(".dynamicStroke",Le.darkRed,.8);this._hoverClip=new rm("selected",1,[i])}activate(){var t;super.activate(),this.hoverAction=null==(t=this.parent.mixer)?void 0:t.clipAction(this._hoverClip,this)}deactivate(){var t,e;super.deactivate(),null==(t=this.hoverAction)||t.stop(),null==(e=this.parent.mixer)||e.removeAction(this.hoverAction),this.hoverAction=void 0,this._hoverIds=[]}handlePointerOver(t){var e,i,n,s,r,a;const{id:o,target:h,isStatic:l,isDynamic:u,isDummy:c}=(null==t?void 0:t.data)||{};if(this._hoverIds.includes(o))return;const d=(null==(i=null==(e=this.view)?void 0:e.camera)?void 0:i.pixelWidth)||1,p=this.getDynamicObjectsByIds(o);c&&(ri.set(t,"data.rmId",null==(n=null==h?void 0:h.userData)?void 0:n.rmId),ri.set(t,"data.wsId",null==(s=null==h?void 0:h.userData)?void 0:s.wsId),ri.set(t,"data.label",null==(r=null==h?void 0:h.userData)?void 0:r.label)),og(p,d),this._hoverIds.push(o),null==(a=this.hoverAction)||a.play(),this.parent.editor.dispatchEvent({type:Mi.POINTER_OVER,data:null==t?void 0:t.data})}handleOut(t){this.clearHover(),this.parent.editor.dispatchEvent({type:Mi.POINTER_OUT,data:null==t?void 0:t.data})}clearHover(){var t;if(null==(t=this.hoverAction)||t.stop(),this.dstScene){for(let t=0,e=this._hoverIds.length;t<e;t++){const e=this.dstScene.getByIds(this._hoverIds[t]);e.length&&hg(e)}this._hoverIds=[]}}traverse(t){var e;if(this.dstScene)for(let i=0,n=(null==(e=this._hoverIds)?void 0:e.length)||0;i<n;i++){const e=this.dstScene.getByIds(this._hoverIds[i]);for(let i=0,n=(null==e?void 0:e.length)||0;i<n;i++)t(e[i])}}update(){var t,e;(null==(e=null==(t=this.dstScene)?void 0:t.children)?void 0:e.length)&&this.traverse((t=>{t.traverse((t=>{t.isShape&&(t.mtl.stroke=this.dynamicStroke)}))}))}}const og=(t,e=1)=>{if(t){Array.isArray(t)||(t=[t]);for(let i,n=0,s=t.length;n<s;n++)i=t[n],i.traverse((t=>{t.isShape&&(t.userData.actType|=Fo.HOVER,t.geo.lineWidth=5*e,t.mtl.stroke=Le.darkYellow,t.mtl.lineJoin="round")}))}},hg=(t,e=1)=>{if(t){Array.isArray(t)||(t=[t]);for(let e,i=0,n=t.length;i<n;i++)e=t[i],e.traverse((t=>{var e,i,n;t.isShape&&(t.userData.actType&=~Fo.HOVER,t.geo.lineWidth=null==(i=null==(e=t.userData)?void 0:e.style)?void 0:i.lineWidth,t.mtl.stroke=null==(n=t.userData.style)?void 0:n.stroke,t.mtl.lineJoin=void 0)}))}};class lg extends rg{constructor(t,e){super(t,e),d(this,"type",Ho.SELECT),d(this,"intersects",[]),d(this,"rayCaster"),d(this,"_selectedIds",[]),d(this,"_selectedClip"),d(this,"selectedAction"),d(this,"dynamicSelectFill",Le.red),d(this,"dynamicSelectStroke",Le.red),this.rayCaster=new rr;const i=this.getColorKeyframeTrack(".dynamicSelectFill",Le.red,.5),n=this.getColorKeyframeTrack(".dynamicSelectStroke",Le.darkRed,.8);this._selectedClip=new rm("selected",3,[i,n])}get _selectEnable(){var t,e;return!(!(null==(t=Ae.config)?void 0:t.selectEnable)||!(null==(e=this.view)?void 0:e.camera))}get _multiSelectEnable(){return Ae.config.multiSelectEnable}get _dragEnable(){var t,e;return(null==(t=Ae.config)?void 0:t.multiSelectEnable)&&(null==(e=Ae.config)?void 0:e.fnEnable)}activate(){var t;super.activate(),this.selectedAction=null==(t=this.parent.mixer)?void 0:t.clipAction(this._selectedClip,this)}deactivate(){var t,e;this.clearSelected(),super.deactivate(),null==(t=this.selectedAction)||t.stop(),null==(e=this.parent.mixer)||e.removeAction(this.selectedAction),this.selectedAction=void 0,this.intersects=[],this._selectedIds=[]}setDynamicFill(t){}handleTap(t){if(this.intersects.length=0,!this.oriScene)return;if(!this._selectEnable&&!this._multiSelectEnable)return;this.rayCaster.init(t.data,this.view.camera).intersectObjectBy(this.oriScene,this._validFilter.bind(this),!0,this.intersects);const e=ri.uniq(ri.compact(ri.map(this.intersects,(t=>{var e,i;return(null==(e=t.userData)?void 0:e.assetType)===Ae.config.assetType?null==(i=t.userData)?void 0:i.id:""}))));this.selectByIds(e,!0),this.parent.editor.dispatchEvent({type:Mi.SELECTED,data:this._selectedIds})}handlePanStart(t){var e;if((null==t?void 0:t.type)===Rh.PAN_START&&this._dragEnable){if(!this.dstScene)throw new Error("No dynamic scene found!");this.parent.editor.setEnablePan(!1),ug.copy(t.data.screenCoords).unproject(null==(e=this.view)?void 0:e.camera),dg.makeEmpty().expandByPoint(ug)}}handlePanMove(t){var e;(null==t?void 0:t.type)===Rh.PAN_MOVE&&this._dragEnable&&(cg.copy(t.data.screenCoords).unproject(null==(e=this.view)?void 0:e.camera),dg.makeEmpty().expandByPoint(ug).expandByPoint(cg))}handlePanEnd(t){var e,i;if(this.intersects.length=0,(null==t?void 0:t.type)!==Rh.PAN_END)return;if(!this._dragEnable)return;cg.copy(t.data.screenCoords).unproject(null==(e=this.view)?void 0:e.camera),dg.makeEmpty().expandByPoint(ug).expandByPoint(cg),this.rayCaster.init({worldBox:dg},null==(i=this.view)?void 0:i.camera).intersectObjectBy(this.oriScene,this._validFilter.bind(this),!0,this.intersects);const n=ri.uniq(ri.compact(ri.map(this.intersects,(t=>{var e,i,n;return(null==(e=t.userData)?void 0:e.assetType)===(null==(i=Ae.config)?void 0:i.assetType)?null==(n=t.userData)?void 0:n.id:""}))));this.selectByIds(n,this._multiSelectEnable),this.parent.editor.dispatchEvent({type:Mi.SELECTED,data:this._selectedIds})}_validFilter(t){var e,i,n;return!(!t.visible||!t.selectable||(null==(e=t.userData)?void 0:e.assetType)!==(null==(i=Ae.config)?void 0:i.assetType))&&!ri.uniq(ri.compact(ri.map(this.intersects,(t=>{var e;return null==(e=t.userData)?void 0:e.id})))).includes(null==(n=t.userData)?void 0:n.id)}traverse(t){if(!this.dstScene)return;const e=this.dstScene.getByIds(this._selectedIds);if(null==e?void 0:e.length)for(let i=0,n=(null==e?void 0:e.length)||0;i<n;i++)t(e[i])}update(){var t,e;if(!(null==(e=null==(t=this.dstScene)?void 0:t.children)?void 0:e.length))return;const i=this.getDynamicObjectsByIds(this._selectedIds);for(let t,e=0,n=(null==i?void 0:i.length)||0;e<n;e++)t=i[e],t.isShape&&(t.userData.actType||0)&Fo.SELECT&&t.traverse((t=>{t.mtl.fill=this.dynamicSelectFill,t.mtl.stroke=this.dynamicSelectStroke}))}hasSelected(t){return this._selectedIds.includes(t)}clearSelected(t){if(this.dstScene){if(!t||!(null==t?void 0:t.length))return this.clearDynamicObjectsByIds(this._selectedIds),void(this._selectedIds.length=0);Array.isArray(t)||(t=[t]),this.clearDynamicObjectsByIds(t);for(let e=0,i=t.length;e<i;e++){const i=this._selectedIds.indexOf(t[e]);i>-1&&this._selectedIds.splice(i,1)}}}selectByIds(t,e){var i,n;if(t&&this.oriScene&&this.dstScene){if(Array.isArray(t)||(t=[t]),null==(i=this.selectedAction)||i.stop(),this._selectEnable){const i=this.hasSelected(t[0]);if(i?this.clearSelected(t[0]):this.clearSelected(),i&&e)return}else this._multiSelectEnable&&(e||this.clearSelected());this.toggleSelectByIds(t,e),null==(n=this.selectedAction)||n.play()}}toggleSelectByIds(t,e){if(this.oriScene&&this.dstScene){Array.isArray(t)||(t=[t]);for(let i=0,n=t.length;i<n;i++){if(this.hasSelected(t[i])){e&&this.clearSelected(t[i]);continue}const n=this.getDynamicObjectsByIds(t[i]);if(null==n?void 0:n.length){for(let t=0,e=n.length;t<e;t++){n[t].moveToLast();const e=this.getDynamicObjectsByIds(n[t].userData.id);for(let t=0,i=(null==e?void 0:e.length)||0;t<i;t++){const i=e[t];i.moveToLast(),i.traverse((t=>{var e;(null==t?void 0:t.isShape)&&(t.userData.actType|=Fo.SELECT,t.geo.lineWidth=5*((null==(e=t.userData.style)?void 0:e.strokeWidth)||1))}))}}this._selectedIds.push(t[i])}}}}}const ug=new We,cg=new We,dg=new ai;class pg extends ep{constructor(t={}){var e;const{x:i=0,y:n=0,w:s=10,h:r=10}=t,a=s/2,o=r/2;(null==(e=t.points)?void 0:e.length)||(t.points=[i-a,n-o,i-a,n+o,i+a,n+o,i+a,n-o,i-a,n-o]);const h=new pp(t),l=new Kd(t);(null==t?void 0:t.lineWidth)||(l.lineWidth=1),super(h,l),d(this,"name","Rect")}setPoints(t){return!t||t.length<2||this.geo.setPoints(t),this}}class fg extends rg{constructor(t,e){super(t,e),d(this,"type",Ho.SELECTOR_RECT),d(this,"_fnEnable",!1),d(this,"selector"),d(this,"rayCaster",new rr),d(this,"intersects",[]),this.selector=new pg({name:mg,fill:new Re(Le.darkBlue).setA(.1).getStyle(),stroke:Le.darkBlue,lineWidth:1,lineDash:[5,5]})}activate(){super.activate()}deactivate(){super.deactivate(),this.intersects=[]}bindScene(...t){var e,i;return super.bindScene(...t),(null==(e=this.dstScene)?void 0:e.getObjectByProperty("name",mg))||null==(i=this.dstScene)||i.add(this.selector),this}fnEnableChanged(t){this._fnEnable=!!t}get _dragEnable(){var t;return(null==(t=Ae.config)?void 0:t.multiSelectEnable)&&this._fnEnable}handlePanStart(t){var e;if(this._dragEnable&&(null==t?void 0:t.type)===Rh.PAN_START){if(!this.dstScene)throw new Error("No dynamic scene found!");this.parent.editor.setEnablePan(!1),gg.copy(t.data.screenCoords).unproject(null==(e=this.view)?void 0:e.camera),vg.makeEmpty().expandByPoint(gg),this.selector.setVisible(!0).setPoints([gg.x,gg.y])}}handlePanMove(t){var e;this._dragEnable&&(null==t?void 0:t.type)===Rh.PAN_MOVE&&(yg.copy(t.data.screenCoords).unproject(null==(e=this.view)?void 0:e.camera),vg.makeEmpty().expandByPoint(gg).expandByPoint(yg),this.selector.setPoints(vg.round().getNumbersArray()))}handlePanEnd(t){var e;this.parent.editor.setEnablePan(!0),this._dragEnable&&(null==t?void 0:t.type)===Rh.PAN_END&&(yg.copy(t.data.screenCoords).unproject(null==(e=this.view)?void 0:e.camera),vg.makeEmpty().expandByPoint(gg).expandByPoint(yg),this.selector.setVisible(!1))}}const mg="EDITOT_SELECTOR",gg=new We,yg=new We,vg=new ai;class xg extends rg{constructor(t,e){super(t,e),d(this,"type",Ho.DRAG),d(this,"_fnEnable",!1),d(this,"dragMode",Uo.MAKE_COPY),d(this,"rayCaster",new rr),d(this,"intersects",[]),d(this,"_currentObject"),d(this,"_originalPosition",new We),d(this,"_dragOffset",new We),d(this,"_objectFilter"),d(this,"_getDragabledHandler")}activate(){super.activate()}deactivate(){super.deactivate(),this.intersects=[],this._currentObject=void 0}setDraggingObject(t){this.handlePanStart({type:Rh.PAN_START,data:{target:t}})}handlePanStart(t){var e,i,n;if((null==t?void 0:t.type)!==Rh.PAN_START)return;if(!this.dstScene)throw new Error("No dynamic scene found!");if(!(null==(e=null==t?void 0:t.data)?void 0:e.target))return;let s;s="function"==typeof this._getDragabledHandler?this._getDragabledHandler(null==(i=null==t?void 0:t.data)?void 0:i.target):null==(n=null==t?void 0:t.data)?void 0:n.target,s&&(this.parent.editor.setEnablePan(!1),this._currentObject=s,this.parent.handleDragStart(t))}handlePanMove(t){(null==t?void 0:t.type)===Rh.PAN_MOVE&&this._currentObject&&(this._currentObject.position.copy(t.data.worldCoords),this._currentObject.updateMatrix(),this._currentObject.updateWorldMatrix(!0,!1))}handlePanEnd(t){var e;this.parent.editor.setEnablePan(!0),(null==t?void 0:t.type)===Rh.PAN_END&&(ri.set(t,"data.target",this._currentObject),this.parent.handleDragEnd(t),this._currentObject=void 0,null==(e=this.view.camera)||e.update())}bindFilter(t){this._objectFilter=t}_defaultFilter(t){return t.visible&&t.selectable}_validFilter(t){return this._objectFilter?this._objectFilter(t):this._defaultFilter(t)}bindGetDragabledHandler(t){this._getDragabledHandler=t}}class bg extends zh{constructor(t){super(t),this._init(t)}buildPath(t,e,i){if(0===this.percent)return;let{x:n=0,y:s=0,radius:r,startAngle:a=0,endAngle:o=2*Math.PI}=e||this;t.arc(n,s,r,a,o)}}class wg extends ep{constructor(t=new bg,e=new Kd,i){super(t,e,i),d(this,"name","Sprite"),d(this,"isSprite",!0)}updateModelViewMatrix(t){if(t){_g.makeScale(t.scaled.x,t.scaled.y).premultiply(this.matrixWorld),this.modelViewMatrix.multiplyMatrices(t.viewMatrix,_g);for(let e=0,i=this.children.length;e<i;e++)this.children[e].updateModelViewMatrix(t)}}}const _g=new Fi;class Sg extends wg{constructor(){super(...arguments),d(this,"isDummy",!0),d(this,"composeNode",!0),d(this,"selectable",!0),d(this,"visible",!0),d(this,"renderOrder",1/0),d(this,"txtShape")}setText(t){var e;(null==(e=this.txtShape)?void 0:e.mtl)&&(this.txtShape.mtl.text=t)}setLabel(t,e){this.userData.label=t}updateModelViewMatrix(t){var e,i;if(super.updateModelViewMatrix(t),!this.txtShape)return;const n=1.2*((null==(e=this.params)?void 0:e.radius)||10)*((null==(i=null==t?void 0:t.scaled)?void 0:i.x)||1);this.txtShape.mtl.fontSize=n,this.txtShape.position.set(0,-n/2),this.txtShape.updateMatrix()}}class Eg extends Sg{constructor(t,e={}){var i,n;e.radius||(e.radius=null==(n=null==(i=Ae.config)?void 0:i.dummy)?void 0:n.radius);const s=new bg({x:0,y:0,radius:e.radius,thinLine:!0}),r=new Kd({fill:Le.blue,stroke:Le.darkBlue});super(s,r),d(this,"params"),d(this,"dragable",!0),d(this,"radius"),this.params=e,this.userData=c(u({},t),{assetType:Li,style:{fill:r.fill,stroke:r.stroke,lineWidth:r.lineWidth}}),this.txtShape=new fp({text:(t.label||"").substring(0,1),fontSize:1.2*e.radius,fill:Le.white,textBaseline:"ideographic",fontWeight:"300"}),this.add(this.txtShape)}}class Mg extends Sg{constructor(t,e={}){var i,n;e.radius||(e.radius=null==(n=null==(i=Ae.config)?void 0:i.dummy)?void 0:n.radius);const s=e.radius,r=new mp({x:-s,y:-s,w:2*s,h:2*s,r:s/2}),a=new Kd({fill:Le.blue,stroke:Le.darkBlue});super(r,a),d(this,"params"),d(this,"txtShape"),this.params=e,this.userData=c(u({},t),{assetType:Li,style:{fill:a.fill,stroke:a.stroke,lineWidth:a.lineWidth}}),this.txtShape=new fp({text:"1",fontSize:e.radius,fill:Le.white,textBaseline:"ideographic",fontWeight:"300"}),this.add(this.txtShape),this.needsUpdate=!0}}class Ag extends rg{constructor(t,e){super(t,e),d(this,"type",Ho.DUMMY),d(this,"_fnEnable",!1),d(this,"_dummies",[]),d(this,"_centroidCache",{}),d(this,"_rmMap",new Map),d(this,"_mergedMap",new Map),d(this,"action"),d(this,"_clip"),d(this,"dynamicDummyFill",Le.red),d(this,"dynamicDummyStroke",Le.darkRed),d(this,"rayCaster",new rr),d(this,"intersects",[]),d(this,"_currentDummy"),d(this,"_unboundDummiesMap",{}),d(this,"_cameraHandler",this.handleCameraUpdate.bind(this)),d(this,"_getDragabledHandler",this.getDragabled.bind(this));const i=new im(".dynamicDummyFill",[0,.6,1],[.95,.38,.38,.8,.95,.38,.38,.3,.95,.38,.38,.8]),n=new im(".dynamicDummyStroke",[0,.6,1],[.95,.38,.38,.8,.95,.38,.38,.3,.95,.38,.38,.8]);this._clip=new rm("currentDummy",1,[i,n]),this.bindEvents()}destroy(){this.deactivate(),this.unbindEvents()}bindEvents(){var t,e;null==(e=null==(t=this.view)?void 0:t.camera)||e.addEventListener(Zs.UPDATE,this._cameraHandler)}unbindEvents(){var t,e;null==(e=null==(t=this.view)?void 0:t.camera)||e.removeEventListener(Zs.UPDATE,this._cameraHandler)}activate(){var t;super.activate(),this.action=null==(t=this.parent.mixer)?void 0:t.clipAction(this._clip,this);const e=this.parent.get(Ho.DRAG);e&&(e.bindFilter(this._validFilter.bind(this)),e.bindGetDragabledHandler(this._getDragabledHandler))}deactivate(){var t,e;this.clearDummies(),super.deactivate(),null==(t=this.action)||t.stop(),null==(e=this.parent.mixer)||e.removeAction(this.action),this.action=void 0,this._dummies=[],this._centroidCache={},this._rmMap=new Map,this._mergedMap=new Map,this.intersects=[];const i=this.parent.get(Ho.DRAG);i&&(i.bindFilter(),i.bindGetDragabledHandler())}fnEnableChanged(t){this._fnEnable=!!t}bindEditorDrag(t){let e=this.getDummyById(null==t?void 0:t.id);e||(e=(null==t?void 0:t.rmId)?this.addDummy(t):this.addDummyUnbound(t)),e&&(e.visible=!1)}getDraggingObject(t){return this.getDummyById(null==t?void 0:t.id)}getDragabled(t){var e;if(!t)return;if(Array.isArray(t)||(t=[t]),!t.length)return;const i=t[0];let n=this._unboundDummiesMap[null==(e=i.userData)?void 0:e.id];return!n&&i.dragable&&(i.mtl.fill=i.userData.style.fill=new Re(Le.blue).setA(.5).getStyle(),i.mtl.lineDash=[2,2],i.userData.status=Vo.MODIFIED,n=this.addDummyUnbound(i.userData)),n&&(n.visible=!0),n}handleDragEnd(t){var e;if(!this.oriScene)throw new Error("No dynamic scene found!");const{target:i}=(null==t?void 0:t.data)||{};if(!(null==i?void 0:i.isDummy))return;const n=[],s=c(u({},null==t?void 0:t.data),{screenCoords:i.position});if(this.rayCaster.init(s,this.view.camera).intersectObjectBy(this.oriScene,this._assetFilter.bind(this),!0,n),!(null==n?void 0:n.length))return;i.userData.rmId=null==(e=n[0].userData)?void 0:e.id;const r=this.getDummiesVo(!0);this.parent.editor.dispatchEvent({type:Mi.DRAG_END,data:r})}_validFilter(t){var e,i;return!(!t.visible||!t.selectable||(null==(e=t.userData)?void 0:e.assetType)!==Li)&&!ri.uniq(ri.compact(ri.map(this.intersects,(t=>{var e;return null==(e=t.userData)?void 0:e.id})))).includes(null==(i=t.userData)?void 0:i.id)}_assetFilter(t){var e;return t.visible&&t.selectable&&(null==(e=t.userData)?void 0:e.assetType)===Ae.config.assetType}getDummiesVo(t=!0){var e,i,n,s,r,a,o,h,l,u;const c=[];for(let a=0,o=this._dummies.length;a<o;a++){const o=this._dummies[a];if((null==(e=o.userData)?void 0:e.assetType)!==Li)continue;if(t&&o.userData.status!==Vo.NEW)continue;const h={id:null==(i=o.userData)?void 0:i.id,label:null==(n=o.userData)?void 0:n.label,rmId:null==(s=o.userData)?void 0:s.rmId,wsId:null==(r=o.userData)?void 0:r.wsId};c.push(h)}for(let e=Object.keys(this._unboundDummiesMap),i=0,n=(null==e?void 0:e.length)||0;i<n;i++){const n=e[i];if(!n)continue;const s=this._unboundDummiesMap[n];if((null==(a=s.userData)?void 0:a.assetType)!==Li)continue;if(t&&s.userData.status!==Vo.NEW)continue;const r={id:null==(o=s.userData)?void 0:o.id,label:null==(h=s.userData)?void 0:h.label,rmId:null==(l=s.userData)?void 0:l.rmId,wsId:null==(u=s.userData)?void 0:u.wsId},d=c.findIndex((t=>t.id===r.id));d>-1&&c.splice(d,1),c.push(r)}return c}getAssetById(t){let e;for(let i=0,n=this.scenes.length;i<n&&(e=this.scenes[i].getByIds(t),!e);i++);return e}getAssetBoundingBoxById(t,e=new ai){e.makeEmpty();const i=this.getAssetById(t);if(!(null==i?void 0:i.length))return e;for(let t=0,n=(null==i?void 0:i.length)||0;t<n;t++)e.union(i[t].boundingBoxWorld);return e}getDummyLabels(t){var e,i;const n=this.getDummyById(t);return n instanceof Mg?((null==(e=null==n?void 0:n.userData)?void 0:e.label)||"").split(","):[null==(i=null==n?void 0:n.userData)?void 0:i.label]}getDummiesBoundingBox(t,e){if(Cg.makeEmpty(),!(null==t?void 0:t.length))return Cg.clone();for(let e,i=0,n=(null==t?void 0:t.length)||0;i<n;i++){e=t[i];const n=this.getDummyById(e);n&&Cg.union(n.boundingBoxWorld)}return Cg.clone()}addDummy(t){var e,i;if(!this.dstScene||!(null==t?void 0:t.rmId))return;const n=t.rmId;let s=this._dummies.find((e=>{var i;return(null==(i=e.userData)?void 0:i.id)===t.id}));return s||(s=new Eg(t,Ae.config.dummy),s.name=t.id||n+"_"+(t.id||(null==(e=this.dstScene.children)?void 0:e.length)),s.userData.rmId=n,this.dstScene.add(s),this._dummies.push(s),this._rmMap.has(n)||this._rmMap.set(n,[]),null==(i=this._rmMap.get(n))||i.push(s)),s}addDummyMerged(t,e){var i,n;if(!this.dstScene||!(null==t?void 0:t.rmId))return;let s;return this._mergedMap.has(t.id)?s=this._mergedMap.get(t.id):(s=new Mg(t,Ae.config.dummy),s.name=t.id||e+"_"+(t.id||(null==(i=this.dstScene.children)?void 0:i.length)),null==(n=this.dstScene)||n.add(s),this._mergedMap.set(e,s)),s}addDummyUnbound(t){var e;if(!(null==t?void 0:t.id))return;const i=new Eg(t,Ae.config.dummy);return i.mtl.fill=i.userData.style.fill=Le.green,i.mtl.stroke=i.userData.style.stroke=Le.darkGreen,i.userData.status=Vo.NEW,null==(e=this.dstScene)||e.add(i),this._unboundDummiesMap[t.id]=i,i}traverseDummies(t){var e;for(let i=0,n=(null==(e=this._dummies)?void 0:e.length)||0;i<n;i++)t(this._dummies[i]);for(let[e,i]of this._mergedMap.entries())t(i);Object.values(this._unboundDummiesMap).forEach((e=>{t(e)}))}clearDummies(t){var e,i,n,s;for(let i,n=Object.keys(this._unboundDummiesMap),s=(null==n?void 0:n.length)||0;s>=0;s--)i=this._unboundDummiesMap[n[s]],(null==t?void 0:t.length)&&!t.includes(null==i?void 0:i.userData.status)||(null==(e=this.dstScene)||e.remove(i),null==i||i.destroy(),delete this._unboundDummiesMap[n[s]]);for(let e,s=((null==(i=this._dummies)?void 0:i.length)||0)-1;s>=0;s--)e=this._dummies[s],(null==t?void 0:t.length)&&!t.includes(e.userData.status)||(null==(n=this.dstScene)||n.remove(e),null==e||e.destroy(),this._dummies.splice(s,1));for(let[e,i]of this._mergedMap.entries())(null==t?void 0:t.length)&&!t.includes(i.userData.status)||(null==(s=this.dstScene)||s.remove(i),null==i||i.destroy(),this._mergedMap.delete(e));(null==t?void 0:t.length)||(this._dummies.length=0,this._centroidCache={},this._rmMap.clear(),this._mergedMap.clear(),this._unboundDummiesMap={})}setDummies(t){var e;if(this.clearDummies(),null==t?void 0:t.length){for(let e=0,i=(null==t?void 0:t.length)||0;e<i;e++)this.addDummy(t[e]);null==(e=this.view.camera)||e.update()}}getDummyById(t){var e;if(t){for(let i=0,n=(null==(e=this._dummies)?void 0:e.length)||0;i<n;i++)if(this._dummies[i].name===t)return this._dummies[i];for(let[e,i]of this._mergedMap.entries())if(i.name===t)return i;return this._unboundDummiesMap[t]}}focusAtDummy(t,e=1e3){return p(this,null,(function*(){var i,n,s,r,a,o,h;const l=this.getDummyById(t),u=null==(i=null==l?void 0:l.userData)?void 0:i.rmId;if(u){if(this.getAssetBoundingBoxById(u,Cg),!Cg.isEmpty()&&(Cg.expandByScalar(e),null==(n=this.view)?void 0:n.camera))return void((null==(r=null==(s=this.view)?void 0:s.camera)?void 0:r.boundingBoxWorld.containsBox(Cg))||(yield this.view.resetCameraByBoundingBox(Cg,!0)));if((null==l?void 0:l.position)&&!(null==l?void 0:l.position.isEmpty()))return l.updateWorldMatrix(!0,!1),Ig.copy(l.position).applyMatrix3(l.matrixWorld),Cg.setFromCenterAndSize(Ig,Dg.set(2*e,2*e)),void((null==(o=null==(a=this.view)?void 0:a.camera)?void 0:o.boundingBoxWorld.containsBox(Cg))||(yield null==(h=this.view)?void 0:h.resetCameraByBoundingBox(Cg,!0)))}}))}highlightDummies(t){return p(this,null,(function*(){var e;Array.isArray(t)||(t=[t]),this.traverseDummies((e=>{var i;t.includes(e.userData.id)||e instanceof Mg&&(null==(i=ri.intersection(t,e.userData.id.split(",")))?void 0:i.length)?e.userData.actType|=Fo.HILIGHT:e.userData.actType&=~Fo.HILIGHT})),null==(e=this.action)||e.play()}))}resetHighlightDummies(){var t;this.traverseDummies((t=>{t.userData.actType&=~Fo.HILIGHT,t.mtl.fill=t.userData.style.fill,t.mtl.stroke=t.userData.style.stroke})),null==(t=this.action)||t.stop()}update(){var t,e;(null==(e=null==(t=this.dstScene)?void 0:t.children)?void 0:e.length)&&this.dstScene.traverse((t=>{var e;((null==(e=null==t?void 0:t.userData)?void 0:e.actType)||0)&Fo.HILIGHT&&t.isDummy&&(t.mtl.fill=this.dynamicDummyFill,t.mtl.stroke=this.dynamicDummyStroke)}))}handleCameraUpdate(t){var e,i;if(null==(e=this.view)?void 0:e.camera){for(let t,e=0,n=(null==(i=this._dummies)?void 0:i.length)||0;e<n;e++)t=this._dummies[e],this.updateDummy(t);this.mergeDummies()}}updateDummy(t){var e,i;const n=t.userData.rmId,s=this.getAssetById(n);if((null==s?void 0:s.length)&&!this._centroidCache[n]){const t=[];for(let n,r=0,a=s.length;r<a;r++)n=s[r],null==(i=null==(e=n.geo)?void 0:e.path)||i.getVertices(t);We.getPoleOfInaccessibility(t,Ig),this._centroidCache[n]=Ig.clone()}}mergeDummies(){var t,e,i;if(!(null==(t=this.view)?void 0:t.camera))return;Tg.copy(this.view.camera.viewMatrix);const n=(null==(i=null==(e=Ae.config)?void 0:e.dummy)?void 0:i.radius)||10;this.view.camera.pixelWidth;for(let[t,e]of this._rmMap){if(!(null==e?void 0:e.length))continue;this.getAssetBoundingBoxById(t,Cg),Cg.applyMatrix3(Tg).getSize(Ig).round(),Dg.copy(this._centroidCache[t]).applyMatrix3(Tg);const i=Cg.centralArrange(e.length,2*n,2*n,Dg);if(Array.isArray(i)){const n=this._mergedMap.get(t);n&&(n.visible=!1),e.forEach(((t,e)=>{t.visible=!0,t.boundingBox.getSize(Bg),t.setPosition(Lg.copy(i[e]).unproject(this.view.camera)).updateMatrix()}))}else{e.forEach((t=>t.visible=!1));let i=this._mergedMap.get(t);if(!i){let n=ri.cloneDeep(e[0].userData)||{};const s=ri.reduce(e,((t,e)=>{var i,n;return(null==(i=e.userData)?void 0:i.label)&&t.push(null==(n=e.userData)?void 0:n.label),t}),[]),r=ri.reduce(e,((t,e)=>{var i,n;return(null==(i=e.userData)?void 0:i.id)&&t.push(null==(n=e.userData)?void 0:n.id),t}),[]);n=ri.merge(n,{rmId:t,id:r.join(","),label:s.join(",")}),i=this.addDummyMerged(n,t)}if(!i)continue;i.setText(String(e.length)),i.visible=!0,Lg.copy(e[0].position),i.setPosition(Lg).updateMatrix()}}}}const Tg=new Fi,Cg=new ai,Ig=new We,Dg=new We,Lg=new We,Bg=new We;class Pg extends ep{constructor(t){const e=new tp(t),i=new Kd(t);(null==t?void 0:t.lineWidth)||(i.lineWidth=1),super(e,i),d(this,"name","Line"),d(this,"isLine",!0)}}class kg{static getPoint(t){const e=new bg(t),i=cp.getMtl(t);return new wg(e,i)}static getRect(t){const e=new mp(t),i=cp.getMtl(t);return new wg(e,i)}static getMark(t){const e=new Wh({cmds:[[1,0,0],[2,-5,-10],[3,-5,-10,-12.5,-25,0,-25],[3,0,-25,12.5,-25,5,-10],[2,0,0],[hn]],closed:!0,flipY:!0,lineWidth:1,thinLine:!0}),i=cp.getMtl(t);return new wg(e,i)}}class Ng extends rg{constructor(t,e){super(t,e),d(this,"type",Ho.LINKER),d(this,"_linesIds",[]),d(this,"_startIds",[]),d(this,"_endIds",[]),d(this,"_lineDash",20)}activate(){super.activate()}deactivate(){this.clear(),super.deactivate(),this._linesIds=[],this._startIds=[],this._endIds=[]}update(){var t,e;for(let i=0,n=(null==(t=this._linesIds)?void 0:t.length)||0;i<n;i++){const t=null==(e=this.dstScene)?void 0:e.getByIds(this._linesIds[i]);if(null==t?void 0:t.length)for(let e,i=0,n=t.length;i<n;i++){if(e=t[i],!(null==e?void 0:e.mtl))continue;let n=e.mtl.lineDashOffset||0;n<=-2*this._lineDash&&(n=0),e.mtl.lineDashOffset=n-1}}}clear(){var t;(null==(t=this._linesIds)?void 0:t.length)&&(this.clearDynamicObjectsByIds(this._linesIds),this.clearDynamicObjectsByIds(this._startIds),this.clearDynamicObjectsByIds(this._endIds),this._linesIds=[],this._startIds=[],this._endIds=[])}linkAssetsByTree(t){var e,i;if(this.clear(),!(null==(e=null==t?void 0:t.children)?void 0:e.length))return;Ci(t);const n=this.getLinesByTree(t,void 0,!0);if(null==n?void 0:n.length)for(let t,e=0,s=n.length;e<s;e++)t=n[e],null==(i=this.dstScene)||i.add(t),this._linesIds.push(t.userData.id)}getLinesByTree(t,e=[],i=!1){var n,s;if(!(null==t?void 0:t.value))return e;const r=this.getDynamicObjectsByIds(t.value);if(Og.makeEmpty().expandByObjects(r).getCenter(zg),i){const e=kg.getMark({fill:Le.red,stroke:Le.darkGreen,lineWidth:1});e.userData.id=`${t.value}-start`,e.setPosition(zg).updateMatrix(),null==(n=this.dstScene)||n.add(e),this._startIds.push(e.userData.id)}return null==(s=t.children)||s.forEach((i=>{var n,s;const r=this.getDynamicObjectsByIds(i.value);Rg.makeEmpty().expandByObjects(r).getCenter(Hg);const a=new Pg({x1:zg.x,y1:zg.y,x2:Hg.x,y2:Hg.y,stroke:Le.darkRed,strokeWidth:10,lineCap:"round",lineJoin:"round",lineDash:[this._lineDash,this._lineDash],thinLine:!0});a.userData.id=`${t.value}-${i.value}`,a.userData.actType|=Fo.DYNAMIC_LINE,e.push(a);const o=kg.getMark({fill:Le.green,stroke:Le.darkGreen,lineWidth:1});o.userData.id=`${t.value}-end`,o.setPosition(Hg).updateMatrix(),null==(n=this.dstScene)||n.add(o),this._endIds.push(o.userData.id),(null==(s=i.children)?void 0:s.length)&&this.getLinesByTree(i,e,!1)})),e}}const Og=new ai,Rg=new ai,zg=new We,Hg=new We;class Wg extends rg{constructor(t,e){super(t,e),d(this,"type",Ho.DISTRIBUTION),d(this,"fillIdsMap",{}),d(this,"strokeIdsMap",{})}activate(){super.activate()}deactivate(){this.clearByIds(),super.deactivate(),this.fillIdsMap={},this.strokeIdsMap={}}update(){}setFillByIds(t,e){var i,n;if(t&&e){Array.isArray(t)||(t=[t]);for(let n,s=0,r=(null==t?void 0:t.length)||0;s<r;s++){n=t[s],this.clearById(n,!1);const r=null==(i=this.oriScene)?void 0:i.getByIds(n);if(null==r?void 0:r.length)for(let t,i=0,n=(null==r?void 0:r.length)||0;i<n;i++)t=r[i],(null==t?void 0:t.mtl)&&(t.mtl=cp.getMtl(c(u({},t.userData.style),{fill:e})),t.geo.lineWidth=t.userData.style.lineWidth||1,t.needsUpdate=!0)}this.fillIdsMap[e]=t,(null==(n=this.view)?void 0:n.camera)&&(this.view.camera.needsUpdate=!0)}}setStrokeByIds(t,e){var i,n;if(t&&e){Array.isArray(t)||(t=[t]);for(let n,s=0,r=(null==t?void 0:t.length)||0;s<r;s++){n=t[s],this.clearById(n,!1);const r=null==(i=this.oriScene)?void 0:i.getByIds(n);if(null==r?void 0:r.length)for(let t,i=0,n=(null==r?void 0:r.length)||0;i<n;i++)t=r[i],(null==t?void 0:t.mtl)&&(t.mtl=cp.getMtl(c(u({},t.userData.style),{stroke:e,lineWidth:5*(t.userData.style.lineWidth||1)})),t.geo.lineWidth=5*(t.userData.style.lineWidth||1),t.needsUpdate=!0)}this.strokeIdsMap[e]=t,(null==(n=this.view)?void 0:n.camera)&&(this.view.camera.needsUpdate=!0)}}clearById(t,e=!0){var i,n,s,r,a,o,h;if(!t)return;const l=null==(i=this.oriScene)?void 0:i.getByIds(t);for(let t,e=0,i=(null==l?void 0:l.length)||0;e<i;e++)t=l[e],(null==t?void 0:t.mtl)&&(t.mtl=cp.getMtl(t.userData.style),t.geo.lineWidth=null==(n=t.userData.style)?void 0:n.lineWidth,t.needsUpdate=!0);for(let e,i=Object.keys(this.fillIdsMap),n=((null==i?void 0:i.length)||0)-1;n>=0;n--){e=i[n];const a=null==(s=this.fillIdsMap[e])?void 0:s.findIndex((e=>e===t));a>-1&&this.fillIdsMap[e].splice(a,1),(null==(r=this.fillIdsMap[e])?void 0:r.length)||delete this.fillIdsMap[e]}for(let e,i=Object.keys(this.strokeIdsMap),n=((null==i?void 0:i.length)||0)-1;n>=0;n--){e=i[n];const s=null==(a=this.strokeIdsMap[e])?void 0:a.findIndex((e=>e===t));s>-1&&this.strokeIdsMap[e].splice(s,1),(null==(o=this.strokeIdsMap[e])?void 0:o.length)||delete this.strokeIdsMap[e]}e&&(null==(h=this.view)?void 0:h.camera)&&(this.view.camera.needsUpdate=!0)}clearFillByIds(t,e=!0){var i;t&&!Array.isArray(t)&&(t=[t]),t&&t.length||(t=ri.uniq(ri.compact(ri.flatten(ri.values(this.fillIdsMap)))));for(let e=0,i=(null==t?void 0:t.length)||0;e<i;e++)this.clearById(t[e],!1);e&&(null==(i=this.view)?void 0:i.camera)&&(this.view.camera.needsUpdate=!0)}clearStrokeByIds(t,e=!0){var i;t&&!Array.isArray(t)&&(t=[t]),t&&t.length||(t=ri.uniq(ri.compact(ri.flatten(ri.values(this.strokeIdsMap)))));for(let e=0,i=(null==t?void 0:t.length)||0;e<i;e++)this.clearById(t[e],!1);e&&(null==(i=this.view)?void 0:i.camera)&&(this.view.camera.needsUpdate=!0)}clearByIds(t,e=!0){var i;t&&!Array.isArray(t)&&(t=[t]),t&&t.length||(t=ri.uniq(ri.compact(ri.flatten(ri.concat(ri.values(this.fillIdsMap),ri.values(this.strokeIdsMap))))));for(let e=0,i=(null==t?void 0:t.length)||0;e<i;e++)this.clearById(t[e],!1);e&&(null==(i=this.view)?void 0:i.camera)&&(this.view.camera.needsUpdate=!0)}getLegend(){const t=[];for(let e in this.fillIdsMap)t.push({type:"fill",color:e,ids:this.fillIdsMap[e]});for(let e in this.strokeIdsMap)t.push({type:"stroke",color:e,ids:this.strokeIdsMap[e]});return t}}class Fg extends rg{constructor(t,e){super(t,e),d(this,"type",Ho.TIPS),d(this,"engineVersion","v2.0.20"),d(this,"monitor"),this.monitor=new ep}activate(){super.activate()}deactivate(){super.deactivate()}handlePointerMove(t){var e,i,n;let s=(null==(e=null==t?void 0:t.e)?void 0:e.target)||(null==(n=null==(i=null==t?void 0:t.e)?void 0:i.srcEvent)?void 0:n.target);null==s||s.id}}class Ug{constructor(t,e){d(this,"tools",new Map),d(this,"activedTools",new Map),d(this,"activedTool"),d(this,"scenes",[]),d(this,"dstScene"),d(this,"mixer"),d(this,"clock",new Ef),this.editor=t,this.view=e,this.mixer=new Am}destroy(){var t;this.dispose(),this.tools.clear(),null==(t=this.mixer)||t.destroy()}dispose(){var t;this.tools.forEach((t=>{t.deactivate&&t.deactivate()})),this.deactiveAll(),this.scenes=[],null==(t=this.mixer)||t.dispose()}register(t){Array.isArray(t)||(t=[t]),this.deactiveAll();for(let e,i=0,n=(null==t?void 0:t.length)||0;i<n;i++){e=t[i];let n=this.tools.get(e);if(!n){switch(e){case Ho.TIPS:n=new Fg(this,this.view);break;case Ho.HOVER:n=new ag(this,this.view);break;case Ho.SELECT:n=new lg(this,this.view);break;case Ho.SELECTOR_RECT:n=new fg(this,this.view);break;case Ho.DISTRIBUTION:n=new Wg(this,this.view);break;case Ho.DRAG:n=new xg(this,this.view);break;case Ho.DUMMY:n=new Ag(this,this.view);break;case Ho.LINKER:n=new Ng(this,this.view)}n&&this.tools.set(e,n)}n&&(null==n?void 0:n.bindScene)&&n.bindScene(...this.scenes)}return this}bindScene(...t){var e;return this.scenes.length=0,this.scenes.push(...t),this.dstScene=this.scenes.find((t=>t.isDynamic)),this.dstScene&&(null==(e=this.mixer)||e.bind(this.dstScene)),this.activedTools.forEach((t=>{t.bindScene&&t.bindScene(...this.scenes)})),this}setMode(t){this.deactiveAll();for(let e=1;e<=t;e<<=1)if(t&e){const t=e;this.tools.has(t)&&this.activateTool(t)}}clearMode(){this.deactiveAll()}activateTool(t){const e=this.tools.get(t);e&&(null==e||e.deactivate(),this.activedTools.set(e.type,e),e.bindScene&&e.bindScene(...this.scenes),e.activate())}get(t){return this.tools.get(t)}getActiveTool(t){return this.activedTools.get(t)}deactiveAll(t){const e=[];this.activedTools.forEach((i=>{(null==t?void 0:t.includes(i.type))||e.push(i.type)})),e.forEach((t=>{var e;null==(e=this.activedTools.get(t))||e.deactivate(),this.activedTools.delete(t)}))}handleTap(t){this.activedTools.forEach((e=>{e.handleTap&&e.handleTap(t)}))}handlePanStart(t){this.activedTools.forEach((e=>{e.handlePanStart&&e.handlePanStart(t)}))}handlePanMove(t){this.activedTools.forEach((e=>{e.handlePanMove&&e.handlePanMove(t)}))}handlePanEnd(t){this.activedTools.forEach((e=>{e.handlePanEnd&&e.handlePanEnd(t)}))}handlePointerOver(t){this.activedTools.forEach((e=>{e.handlePointerOver&&e.handlePointerOver(t)}))}handlePointerOut(t){this.activedTools.forEach((e=>{e.handlePointerOut&&e.handlePointerOut(t)}))}handlePointerMove(t){this.activedTools.forEach((e=>{e.handlePointerMove&&e.handlePointerMove(t)}))}handleDragStart(t){this.activedTools.forEach((e=>{e.handleDragStart&&e.handleDragStart(t)}))}handleDragEnd(t){this.activedTools.forEach((e=>{e.handleDragEnd&&e.handleDragEnd(t)}))}update(){var t;null==(t=this.mixer)||t.update(this.clock.getDelta()),this.activedTools.forEach((t=>{t.update&&t.update()}))}clearDummies(t){var e;null==(e=this.tools.get(Ho.DUMMY))||e.clearDummies(t)}setDummies(t){var e;null==(e=this.tools.get(Ho.DUMMY))||e.setDummies(t)}focusAtDummy(t,e=1e3){var i;null==(i=this.tools.get(Ho.DUMMY))||i.focusAtDummy(t,e)}highlightDummies(t){var e;null==(e=this.tools.get(Ho.DUMMY))||e.highlightDummies(t)}resetHighlightDummies(){var t;null==(t=this.tools.get(Ho.DUMMY))||t.resetHighlightDummies()}getDummyLabels(t){var e;return null==(e=this.tools.get(Ho.DUMMY))?void 0:e.getDummyLabels(t)}getDummiesBoundingBox(t,e){var i;return null==(i=this.tools.get(Ho.DUMMY))?void 0:i.getDummiesBoundingBox(t)}}class Vg extends Wi{constructor(t,e){var i,n;super(),d(this,"scenes",[]),d(this,"dstScene"),d(this,"handler"),d(this,"view"),d(this,"mode",Wo.DEFAULT),d(this,"toolManager"),d(this,"tapHandler",this.handleTap.bind(this)),d(this,"panStartHandler",this.handlePanStart.bind(this)),d(this,"panMoveHandler",this.handlePanMove.bind(this)),d(this,"panEndHandler",this.handlePanEnd.bind(this)),d(this,"pointerOverHandler",this.handlePointerOver.bind(this)),d(this,"pointerOutHandler",this.handlePointerOut.bind(this)),d(this,"pointerMoveHandler",this.handlePointerMove.bind(this)),this.view=e,(null==(i=this.view)?void 0:i.camera)&&(this.handler=new Ch(t,this.view.camera).enableHover(null==(n=Ae.config.controls)?void 0:n.enableHover)),this.toolManager=new Ug(this,this.view).register([Ho.TIPS,Ho.HOVER,Ho.SELECT,Ho.SELECTOR_RECT,Ho.DISTRIBUTION,Ho.DRAG,Ho.DUMMY,Ho.LINKER]),this.toolManager.setMode(this.mode)}destroy(){var t;this.dispose(),this.unbindEvents(),null==(t=this.handler)||t.destroy()}dispose(){this.toolManager.dispose(),this.scenes=[]}bind(t,e){this.view=t,this.handler=e}bindScene(...t){var e;return this.scenes.length=0,this.scenes.push(...t),null==(e=this.handler)||e.bindScene(...t),this.dstScene=this.scenes.find((t=>t.isDynamic)),this.toolManager.bindScene(...t),this.bindEvents(),this}setMode(t){t&&(this.mode=t,this.toolManager.setMode(t),Ae.config.editorMode=Wo.PICKER)}clearMode(){this.mode=Wo.DEFAULT,this.toolManager.clearMode(),Ae.config.editorMode=Wo.DEFAULT}bindEvents(){var t,e,i,n,s,r,a;this.unbindEvents(),null==(t=this.handler)||t.addEventListener(Ph.TAP,this.tapHandler),null==(e=this.handler)||e.addEventListener(Ph.PAN_START,this.panStartHandler),null==(i=this.handler)||i.addEventListener(Ph.PAN_MOVE,this.panMoveHandler),null==(n=this.handler)||n.addEventListener(Ph.PAN_END,this.panEndHandler),null==(s=this.handler)||s.addEventListener(Ph.POINTEROVER,this.pointerOverHandler),null==(r=this.handler)||r.addEventListener(Ph.POINTEROUT,this.pointerOutHandler),null==(a=this.handler)||a.addEventListener(Ph.POINTERMOVE,this.pointerMoveHandler)}unbindEvents(){var t,e,i,n,s,r,a;null==(t=this.handler)||t.removeEventListener(Ph.TAP,this.tapHandler),null==(e=this.handler)||e.removeEventListener(Ph.PAN_START,this.panStartHandler),null==(i=this.handler)||i.removeEventListener(Ph.PAN_MOVE,this.panMoveHandler),null==(n=this.handler)||n.removeEventListener(Ph.PAN_END,this.panEndHandler),null==(s=this.handler)||s.removeEventListener(Ph.POINTEROVER,this.pointerOverHandler),null==(r=this.handler)||r.removeEventListener(Ph.POINTEROUT,this.pointerOutHandler),null==(a=this.handler)||a.removeEventListener(Ph.POINTERMOVE,this.pointerMoveHandler)}handleTap(t){this.toolManager.handleTap(t)}handlePanStart(t){this.toolManager.handlePanStart(t)}handlePanMove(t){this.toolManager.handlePanMove(t)}handlePanEnd(t){this.toolManager.handlePanEnd(t)}handlePointerOver(t){this.toolManager.handlePointerOver(t)}handlePointerOut(t){this.toolManager.handlePointerOut(t)}handlePointerMove(t){this.toolManager.handlePointerMove(t)}update(){this.toolManager.update()}setEnablePan(t=!1){this.view&&this.view.setEnablePan&&this.view.setEnablePan(t)}selectEnableChanged(t=!1){t?this.setMode(Wo.PICKER):this.clearMode()}multiSelectEnableChanged(t=!1){t?this.setMode(Wo.PICKER):this.clearMode()}fnEnableChanged(t=!1){var e;null==(e=this.toolManager.get(Ho.SELECTOR_RECT))||e.fnEnableChanged(t)}clearSelected(t){var e;this.mode&Ho.SELECT||this.setMode(Wo.PICKER),null==(e=this.toolManager.get(Ho.SELECT))||e.clearSelected(t)}selectByIds(t,e){var i;this.mode&Ho.SELECT||this.setMode(Wo.PICKER),null==(i=this.toolManager.get(Ho.SELECT))||i.selectByIds(t,e)}setDynamicFill(t){var e;null==(e=this.toolManager.get(Ho.SELECT))||e.setDynamicFill(t)}clearDummies(t){this.mode&Wo.DUMMY||this.setMode(Wo.DUMMY),this.toolManager.clearDummies(t)}setDummies(t){this.mode&Wo.DUMMY||this.setMode(Wo.DUMMY),this.toolManager.setDummies(t)}focusAtDummy(t,e=1e3){this.mode&Wo.DUMMY||this.setMode(Wo.DUMMY),this.toolManager.focusAtDummy(t,e)}highlightDummies(t){this.mode&Wo.DUMMY||this.setMode(Wo.DUMMY),this.toolManager.highlightDummies(t)}resetHighlightDummies(){this.mode&Wo.DUMMY||this.setMode(Wo.DUMMY),this.toolManager.resetHighlightDummies()}getAssetLabels(t,e){var i;if(this.mode===Wo.DUMMY)return null==(i=this.toolManager.get(Ho.DUMMY))?void 0:i.getDummyLabels(e)}getAssetBoundingBox(t,e){var i;if(this.mode===Wo.DUMMY)return null==(i=this.toolManager.get(Ho.DUMMY))?void 0:i.getDummiesBoundingBox(t,e)}bindEditorDrag(t){var e;if(this.mode===Wo.DUMMY)return null==(e=this.toolManager.get(Ho.DUMMY))?void 0:e.bindEditorDrag(t)}setEditorDraggingObject(t){var e,i;if(this.mode===Wo.DUMMY){const n=null==(e=this.toolManager.get(Ho.DUMMY))?void 0:e.getDraggingObject(t);null==(i=this.toolManager.get(Ho.DRAG))||i.setDraggingObject(n)}}getDummies(t){var e;if(this.mode===Wo.DUMMY)return null==(e=this.toolManager.get(Ho.DUMMY))?void 0:e.getDummiesVo(t)}setFillByIds(t,e){var i;this.mode&Ho.DISTRIBUTION||this.setMode(Wo.DISTRIBUTION),null==(i=this.toolManager.get(Ho.DISTRIBUTION))||i.setFillByIds(t,e)}setStrokeByIds(t,e){var i;this.mode&Ho.DISTRIBUTION||this.setMode(Wo.DISTRIBUTION),null==(i=this.toolManager.get(Ho.DISTRIBUTION))||i.setStrokeByIds(t,e)}clearFillByIds(t){var e;this.mode&Ho.DISTRIBUTION||this.setMode(Wo.DISTRIBUTION),null==(e=this.toolManager.get(Ho.DISTRIBUTION))||e.clearFillByIds(t)}clearStrokeByIds(t){var e;this.mode&Ho.DISTRIBUTION||this.setMode(Wo.DISTRIBUTION),null==(e=this.toolManager.get(Ho.DISTRIBUTION))||e.clearStrokeByIds(t)}clearByIds(t){var e;this.mode&Ho.DISTRIBUTION||this.setMode(Wo.DISTRIBUTION),null==(e=this.toolManager.get(Ho.DISTRIBUTION))||e.clearByIds(t)}getLegend(){var t;return this.mode&Ho.DISTRIBUTION||this.setMode(Wo.DISTRIBUTION),null==(t=this.toolManager.get(Ho.DISTRIBUTION))?void 0:t.getLegend()}linkAssetsByTree(t){var e;this.mode!==Wo.LINKER&&this.setMode(Wo.LINKER),null==(e=this.toolManager.get(Ho.LINKER))||e.linkAssetsByTree(t)}}class qg extends Wi{constructor(){super(),d(this,"name","App2@"+si.now()),d(this,"scenes",[]),d(this,"requestHeader",{}),d(this,"_tic"),d(this,"_url"),d(this,"_layers"),d(this,"_lastCameraVersion",-1/0),d(this,"_runningHandler",this.running.bind(this)),d(this,"_pointerOverHandler",(t=>this.dispatchEvent(t))),d(this,"_pointerOutHandler",(t=>this.dispatchEvent(t))),d(this,"_selectedHandler",(t=>this.dispatchEvent(t))),d(this,"_dragEndHandler",(t=>this.dispatchEvent(t))),this.adapter=new cf}destroy(){var t,e,i,n,s;this.unbindEvents(),super.destroy(),null==(t=this.composer)||t.destroy(),null==(e=this.mainScene)||e.destroy(),null==(i=this.animateScene)||i.destroy(),null==(n=this.view)||n.destroy(),null==(s=this.renderer)||s.destroy()}init(t={}){var e,i;return this.params=t,this.renderer||(this.renderer=new wf(t)),this.view||(this.view=new Nm(t)),this.composer||(this.composer=new Tf(this.renderer,new Mf(t))),this.editor||(this.editor=new Vg(this.params.inpEl?this.params.inpEl:this.params.cvs,this.view)),null==(e=this.mainScene)||e.destroy(),this.mainScene=new Xm(t,this.adapter),null==(i=this.animateScene)||i.destroy(),this.animateScene=new Km(t),this.trans2LoadingScene(),this.bindEvents(),this}bindEvents(){var t,e,i,n;this.unbindEvents(),null==(t=this.editor)||t.addEventListener(Mi.POINTER_OVER,this._pointerOverHandler),null==(e=this.editor)||e.addEventListener(Mi.POINTER_OUT,this._pointerOutHandler),null==(i=this.editor)||i.addEventListener(Mi.SELECTED,this._selectedHandler),null==(n=this.editor)||n.addEventListener(Mi.DRAG_END,this._dragEndHandler)}unbindEvents(){var t,e,i,n;null==(t=this.editor)||t.removeEventListener(Mi.POINTER_OVER,this._pointerOverHandler),null==(e=this.editor)||e.removeEventListener(Mi.POINTER_OUT,this._pointerOutHandler),null==(i=this.editor)||i.removeEventListener(Mi.SELECTED,this._selectedHandler),null==(n=this.editor)||n.removeEventListener(Mi.DRAG_END,this._dragEndHandler)}get isLoadingScene(){var t;return"LoadingScene"===(null==(t=this.scenes[0])?void 0:t.name)}setRequestHeader(t){return this.requestHeader=t,this}load(t,e,i=2){return p(this,null,(function*(){if(this._tic&&this._tic.clear(),this._url=t,this._layers=e,yield this.trans2LoadingScene(),!t)throw"url not found";const i=yield this.adapter.setRequestHeader(this.requestHeader).load(t,e);return this.adapter.bindScene(this.mainScene).initResources(i,e),yield this.trans2MainScene(),(i||{}).idsTree}))}hasScene(t){return this.scenes.findIndex((e=>e.uuid===t.uuid))>=0}pushScene(t){this.hasScene(t)||(this.view.bindScene(t),this.scenes.push(t))}clearScenes(){this.view.scenes.length=0,this.scenes.forEach((t=>this.removeScene(t))),this.scenes.length=0,this.loadingScene=void 0}removeScene(t){const e=this.scenes.findIndex((e=>e.uuid===t.uuid));e<0||(this.scenes[e].destroy(),this.scenes.splice(e,1))}removeLoadingScene(){this.loadingScene&&(this.removeScene(this.loadingScene),this.loadingScene=void 0)}trans2LoadingScene(){return p(this,null,(function*(){var t;this.clearScenes(),this.loadingScene||(this.loadingScene=new Dm(this.params)),this.pushScene(this.loadingScene),null==(t=this.editor)||t.dispose(),this.view.fullscreen(250);const e=new Df(this.loadingScene,this.view.camera);this.composer.clearPasses(),this.composer.addPass(e),this.mainScene=new Xm(this.params,this.adapter)}))}trans2MainScene(){return p(this,null,(function*(){var t,e;this.clearScenes(),this.mainScene||(this.mainScene=new Xm(this.params,this.adapter)),this.animateScene||(this.animateScene=new Km(this.params)),null==(t=this.editor)||t.setMode(Wo.DEFAULT),null==(e=this.editor)||e.bindScene(this.mainScene,this.animateScene),this.mainScene.setViewBox(this.adapter.getViewBox()),this.pushScene(this.mainScene),this.view.scene=this.mainScene,this.view.fullscreen(10,!0);const i=new Lf(this.mainScene,this.view.camera,!1,!1),n=new Df(this.animateScene,this.view.camera,!1,!1),s=new Nf;this.composer.clearPasses(),this.params.bgPass&&this.composer.addPass(new Ff(this.view.camera)),this.composer.addPass(i),this.composer.addPass(n),this.composer.addPass(s)}))}trans2EmptyScene(){var t;this.clearScenes(),this.emptyScene=new tg(this.params),null==(t=this.editor)||t.dispose(),this.pushScene(this.emptyScene),this.view.scene=this.emptyScene,this.view.fullscreen(250,!0),this.editor&&this.editor.bindScene(this.emptyScene);const e=new Df(this.emptyScene,this.view.camera);this.composer.clearPasses(),this.composer.addPass(e)}debounceCacheChanged(t=!1){this.params.debounceCache=t}wireframeChanged(t=!1){this.params.wireframe=t}sliceDurationChanged(t){this.params.sliceDuration=t}selectEnableChanged(t=!1){return p(this,null,(function*(){var e;yield this.clearSelected(),this.params.selectEnable=t,null==(e=this.editor)||e.selectEnableChanged(t)}))}multiSelectEnableChanged(t=!1){return p(this,null,(function*(){var e;yield this.clearSelected(),this.params.multiSelectEnable=t,null==(e=this.editor)||e.multiSelectEnableChanged(t)}))}assetTypeChanged(t){return p(this,null,(function*(){t&&(this.params.assetType=t,this.setAssetType(t))}))}fnEnableChanged(t){return p(this,null,(function*(){var e;this.params.fnEnable=!!t,null==(e=this.editor)||e.fnEnableChanged(t)}))}zoomToSelectEnableChanged(t){return p(this,null,(function*(){this.params.zoomToSelectEnable=!!t}))}socialDistanceEnableChanged(t){return p(this,null,(function*(){this.params.socialDistanceEnable=!!t}))}enableHoverChanged(t){return p(this,null,(function*(){var e,i;ri.set(this.params,"controls.enableHover",!!t),null==(i=null==(e=this.editor)?void 0:e.handler)||i.enableHover(this.params.controls.enableHover)}))}resize(){var t;let e;this.params.containerId&&(e=Ae.window.document.getElementById(this.params.containerId)),e||(e=Ae.window.document.getElementsByTagName("body")[0]);const i=null==(t=null==e?void 0:e.parentElement)?void 0:t.getBoundingClientRect();i&&this.setSize(i.width,i.height)}setSize(t,e){var i,n,s;null==(i=this.renderer)||i.setSize(t,e),null==(n=this.view)||n.resize(),null==(s=this.composer)||s.setSize(t,e)}refresh(){this.view.camera.needsUpdate=!0}fullscreen(){this.view.fullscreen(1,!0)}saveCameraPosition(t){this.view.saveCameraPosition(t)}restoreCameraPosition(t){this.view.restoreCameraPosition(t)}clearCameraPosition(t){this.view.clearCameraPosition(t)}zoomIn(){this.view.zoomIn()}zoomOut(){this.view.zoomOut()}fontZoomIn(t=1.1){var e;null==(e=this.mainScene)||e.increaseFontSize(t)}fontZoomOut(t=.9){var e;null==(e=this.mainScene)||e.increaseFontSize(t)}unproject(t){return p(this,null,(function*(){return jg.copy(t).unproject(this.view.camera)}))}strokeMore(t=1.1){var e;null==(e=this.mainScene)||e.increaseStrokeWidth(t)}strokeLess(t=.9){var e;null==(e=this.mainScene)||e.increaseStrokeWidth(t)}updateLayersVisibility(t,e=!1){this.adapter.updateLayersVisibility(t,e)}getLayers(t=2){return p(this,null,(function*(){return this.adapter.getLayers(t)}))}focusAtIds(t,e=100){return p(this,null,(function*(){if(!this.mainScene)return;const i=this.adapter.getBoundingBoxByIds(t);return i&&!i.isEmpty()?(i.expandByVector(new We(1,1).multiplyScalar(e)),i.isEmpty()||(yield this.view.resetCameraByBoundingBox(i,!0)),i):void 0}))}clearSelected(t){return p(this,null,(function*(){var e;null==(e=this.editor)||e.clearSelected(t)}))}targetByIds(t){return p(this,null,(function*(){var e,i;this.clearSelected(),this.selectByIds(t);let n=null==(e=this.mainScene)?void 0:e.getAssetBoundingBox(t);n||(n=null==(i=this.editor)?void 0:i.getAssetBoundingBox(t)),n&&(n.isEmpty()||(n.getSize(jg),n.expandByScalar(Math.round(.5*Math.max(jg.x,jg.y))),yield this.view.resetCameraByBoundingBox(n,!0)))}))}getAssetIdsByType(t){return p(this,null,(function*(){var e;return null==(e=this.adapter)?void 0:e.getAssetIdsByType(t)}))}setFillByIds(t,e){return p(this,null,(function*(){var i;null==(i=this.editor)||i.setFillByIds(t,e)}))}clearFillByIds(t){return p(this,null,(function*(){var e;null==(e=this.editor)||e.clearFillByIds(t)}))}setStrokeByIds(t,e){return p(this,null,(function*(){var i;null==(i=this.editor)||i.setStrokeByIds(t,e)}))}clearFill(){return p(this,null,(function*(){var t;null==(t=this.editor)||t.clearFillByIds()}))}clearStroke(){return p(this,null,(function*(){var t;null==(t=this.editor)||t.clearStrokeByIds()}))}getLegend(){return p(this,null,(function*(){var t;return null==(t=this.editor)?void 0:t.getLegend()}))}getAssetLabels(t,e){return p(this,null,(function*(){var i,n;return t===Li?null==(i=this.editor)?void 0:i.getAssetLabels(t,e):null==(n=this.mainScene)?void 0:n.getAssetLabels(t,e)}))}setAssetLabels(t,e){return p(this,null,(function*(){var i;return null==(i=this.mainScene)?void 0:i.setAssetLabels(t,e)}))}clearAssetLabels(t){return p(this,null,(function*(){var e;return null==(e=this.mainScene)?void 0:e.clearAssetLabels(t)}))}selectByIds(t){return p(this,null,(function*(){var e;return null==(e=this.editor)?void 0:e.selectByIds(t,!0)}))}getAssetBoundingBox(t,e){return p(this,null,(function*(){var i,n;let s=null==(i=this.mainScene)?void 0:i.getAssetBoundingBox(t);if(s||(s=null==(n=this.editor)?void 0:n.getAssetBoundingBox(t)),s)return e?s.applyMatrix3(this.view.camera.viewMatrix):s}))}setAssetType(t,e){var i;t&&(this.params.assetType=t,null==(i=this.mainScene)||i.setAssetType(t,e))}linkAssetsByTree(t){var e;null==(e=this.editor)||e.linkAssetsByTree(t)}clearDummies(t){return p(this,null,(function*(){var e;return null==(e=this.editor)?void 0:e.clearDummies(t)}))}setDummies(t){return p(this,null,(function*(){var e;return null==(e=this.editor)?void 0:e.setDummies(t)}))}focusAtDummy(t,e=1e3){return p(this,null,(function*(){var i;return null==(i=this.editor)?void 0:i.focusAtDummy(t,e)}))}highlightDummies(t){return p(this,null,(function*(){var e;return null==(e=this.editor)?void 0:e.highlightDummies(t)}))}resetHighlightDummies(){return p(this,null,(function*(){var t;return null==(t=this.editor)?void 0:t.resetHighlightDummies()}))}setEditorMode(t){return p(this,null,(function*(){var e;return null==(e=this.editor)?void 0:e.setMode(t)}))}bindEditorDrag(t){return p(this,null,(function*(){var e;return null==(e=this.editor)?void 0:e.bindEditorDrag(t)}))}setEditorDraggingObject(t){return p(this,null,(function*(){var e;return null==(e=this.editor)?void 0:e.setEditorDraggingObject(t)}))}getDummies(t){return p(this,null,(function*(){var e;return null==(e=this.editor)?void 0:e.getDummies(t)}))}start(){requestAnimationFrame(this._runningHandler)}running(t){var e,i,n,s,r,a;null==(e=this.view)||e.update(t),null==(i=this.editor)||i.update(),(null==(n=this.scenes)?void 0:n.length)&&this.scenes.forEach((t=>"function"==typeof(null==t?void 0:t.update)?t.update():void 0)),null==(s=this.composer)||s.render(),this._lastCameraVersion=null==(a=null==(r=this.view)?void 0:r.camera)?void 0:a.version,requestAnimationFrame(this._runningHandler)}}const jg=new We;class Yg extends gh{constructor(t,e,i){super(t,e,i),d(this,"hammer"),d(this,"sendEventHandler",this.sendEvent.bind(this)),this.hammer=new Hammer.Manager(t,{domEvents:!0});const n=new Hammer.Pan({threshold:0,pointers:0}),s=new Hammer.Pinch({threshold:0}),r=new Hammer.Tap({event:"singletap",taps:1}),a=new Hammer.Press({});this.hammer.add([n,r,a,s]),s.recognizeWith(n),this.hammer.on(["panstart","panmove","panend"].join(" "),(t=>function(t,e){t.preventDefault();e({type:t.type,center:t.center,isFirst:t.isFirst,pointers:JSON.parse(JSON.stringify(t.pointers))})}(t,this.sendEventHandler))),this.hammer.on(["pinchstart","pinchmove","pinchend"].join(" "),(t=>function(t,e){t.preventDefault();e({type:t.type,center:t.center,isFirst:t.isFirst,pointers:JSON.parse(JSON.stringify(t.pointers)),isFinal:t.isFinal,scale:t.scale})}(t,this.sendEventHandler))),this.hammer.on("singletap",(t=>function(t,e){t.preventDefault();e({type:t.type,center:t.center})}(t,this.sendEventHandler))),this.hammer.on("press",(t=>function(t,e){t.preventDefault();e({type:t.type,center:t.center})}(t,this.sendEventHandler))),this.hammer.on("hammer.input",(t=>function(t,e){t.preventDefault(),e({type:t.type,isFirst:t.isFirst,isFinal:t.isFinal})}(t,this.sendEventHandler)))}destroy(){var t;null==(t=this.hammer)||t.stop(!0),this.hammer.destroy()}sendEvent(t){this.worker&&this.worker.postMessage({type:"event",id:this.id,data:t}),xh.instance().handleEvent({id:this.id,data:t})}}const Gg=new We,$g=new Map;t.APP_ENUM=Mi,t.ASSET_TYPE_DUMMY=Li,t.App2=qg,t.App2Offscreen=class extends qg{constructor(t={},e){var i;super(),d(this,"name","App2Offscreen@"+si.now()),d(this,"cvs"),d(this,"worker"),d(this,"container"),d(this,"offset",new We),d(this,"label"),d(this,"proxy"),d(this,"resizeHandler",ri.debounce(this.resize.bind(this),100)),d(this,"messageHandler",this.handleMessage.bind(this)),d(this,"focusHandler",(t=>this.cvs.focus())),this.params=t,this.params.dpr=1,this.worker=e,this.container=document.getElementById(null==(i=this.params)?void 0:i.containerId),this.container||(this.container=Ae.window.document.getElementsByTagName("body")[0]);let n=this.container.getBoundingClientRect();this.offset.set(n.left,n.top),this.label=new uo(this.container,""),this.params.cvs?(this.cvs=this.params.cvs,delete this.params.cvs):this.cvs=Tn.createCanvas(t),this.bindEvents()}destroy(){this.unbindEvents(),super.destroy()}bindEvents(){this.unbindEvents(),window.addEventListener("resize",this.resizeHandler),this.cvs.tabIndex=0,this.cvs.focus(),this.cvs.addEventListener("click",this.focusHandler)}unbindEvents(){window.removeEventListener("resize",this.resizeHandler),this.cvs.removeEventListener("click",this.focusHandler)}resize(){return p(this,null,(function*(){var t;let e;this.params.containerId&&(e=window.document.getElementById(this.params.containerId)),e||(e=window.document.getElementsByTagName("body")[0]);const i=null==(t=null==e?void 0:e.parentElement)?void 0:t.getBoundingClientRect();if(i&&this.cvs)return Tn.resizeCanvas(this.cvs,i.width,i.height,this.params.dpr),this.postAsync({type:Mi.SET_SIZE,w:i.width,h:i.height})}))}start(){"function"==typeof this.cvs.transferControlToOffscreen?(this.workerStart(this.cvs),this.worker.addEventListener("message",this.messageHandler)):this.init(this.params).start()}handleMessage(t){switch(t.data.type){case Mi.POINTER_OVER:case Mi.POINTER_OUT:case Mi.SELECTED:case Mi.DRAG_END:this.dispatchEvent(t.data);break;case Mi.SET_CURSOR:this.cvs.style.cursor=t.data.cursorStyle}}workerStart(t){this.cvs.focus();const e=this.cvs.transferControlToOffscreen();this.proxy=new Yg(this.cvs,Th,this.worker);const i=ri.cloneDeep(this.params);delete i.cvs,this.worker.postMessage({type:"start",canvas:e,proxyId:this.proxy.id,conf:i},[e])}postAsync(t){return new Promise(((e,i)=>{const n=i=>{var r;(null==(r=null==i?void 0:i.data)?void 0:r.type)===(null==t?void 0:t.type)&&(this.worker.removeEventListener("message",n),this.worker.removeEventListener("error",s),e(i.data.data))},s=t=>{this.worker.removeEventListener("message",n),this.worker.removeEventListener("error",s),i(t.error)};this.worker.addEventListener("message",n),this.worker.addEventListener("error",s),this.worker.postMessage(t)}))}debounceCacheChanged(t=!1){this.worker.postMessage({type:Mi.DEBOUNCE_CACHE_CHANGED,v:t})}wireframeChanged(t=!1){this.worker.postMessage({type:Mi.WIREFRAME_CHANGED,v:t})}sliceDurationChanged(t=0){this.worker.postMessage({type:Mi.SLICE_DURATION_CHANGED,v:t})}selectEnableChanged(t=!1){return p(this,null,(function*(){this.worker.postMessage({type:Mi.SELECT_ENABLE_CHANGED,v:t})}))}multiSelectEnableChanged(t=!1){return p(this,null,(function*(){this.worker.postMessage({type:Mi.MULTI_SELECT_ENABLE_CHANGED,v:t})}))}assetTypeChanged(t){return p(this,null,(function*(){this.worker.postMessage({type:Mi.ASSET_TYPE_CHANGED,v:t})}))}fnEnableChanged(t){return p(this,null,(function*(){this.worker.postMessage({type:Mi.FN_ENABLE_CHANGED,v:t})}))}zoomToSelectEnableChanged(t){return p(this,null,(function*(){this.worker.postMessage({type:Mi.ZOOM_TO_SELECT_ENABLE_CHANGED,v:t})}))}socialDistanceEnableChanged(t){return p(this,null,(function*(){this.worker.postMessage({type:Mi.SOCIAL_DISTANCE_ENABLE_CHANGED,v:t})}))}enableHoverChanged(t){return p(this,null,(function*(){this.worker.postMessage({type:Mi.ENABLE_HOVER_CHANGED,v:t})}))}refresh(){this.postAsync({type:Mi.REFRESH})}fullscreen(){return p(this,null,(function*(){yield this.postAsync({type:Mi.FULLSCREEN})}))}saveCameraPosition(t){return p(this,null,(function*(){const e=yield this.postAsync({type:Mi.GET_CAMERA_POSITION}),i=t?Om+t:Om;sessionStorage.setItem(i,JSON.stringify(e))}))}restoreCameraPosition(t){return p(this,null,(function*(){const e=t?Om+t:Om,i=sessionStorage.getItem(e);if(!i)return this.fullscreen();const n=JSON.parse(i||"{}");yield this.postAsync({type:Mi.SET_CAMERA_POSITION,data:n})}))}clearCameraPosition(t){return p(this,null,(function*(){const e=t?Om+t:Om;sessionStorage.setItem(e,"")}))}zoomIn(){return p(this,null,(function*(){this.postAsync({type:Mi.ZOOM_IN})}))}zoomOut(){return p(this,null,(function*(){this.postAsync({type:Mi.ZOOM_OUT})}))}fontZoomIn(t=1.1){return p(this,null,(function*(){this.postAsync({type:Mi.FONT_ZOOM_IN,v:t})}))}fontZoomOut(t=.9){return p(this,null,(function*(){this.postAsync({type:Mi.FONT_ZOOM_OUT,v:t})}))}unproject(t){return p(this,null,(function*(){return this.postAsync({type:Mi.UNPROJECT,v:t})}))}load(t,e,i=2){return p(this,null,(function*(){return this.postAsync({type:Mi.LOAD,url:t,layers:e,lv:i})}))}strokeMore(t=1.1){return p(this,null,(function*(){this.postAsync({type:Mi.STROKE_MORE,v:t})}))}strokeLess(t=.9){return p(this,null,(function*(){this.postAsync({type:Mi.STROKE_LESS,v:t})}))}updateLayersVisibility(t,e=!1){return p(this,null,(function*(){this.postAsync({type:Mi.UPDATE_LAYERS_VISIBILITY,ids:t,visible:e})}))}getLayers(t=2){return p(this,null,(function*(){return this.postAsync({type:Mi.GET_LAYERS,lv:t})}))}focusAtIds(t,e=100){return p(this,null,(function*(){return this.postAsync({type:Mi.FOCUS_AT_IDS,ids:t,padding:e})}))}clearSelected(t){return p(this,null,(function*(){return this.postAsync({type:Mi.CLEAR_SELECTED,ids:t})}))}targetByIds(t){return p(this,null,(function*(){return this.postAsync({type:Mi.TARGET_BY_IDS,ids:t})}))}getAssetIdsByType(t){return p(this,null,(function*(){return this.postAsync({type:Mi.GET_ASSET_IDS_BY_TYPE,assetType:t})}))}setFillByIds(t,e){return p(this,null,(function*(){return this.postAsync({type:Mi.SET_FILL_BY_IDS,ids:t,c:e})}))}clearFillByIds(t){return p(this,null,(function*(){return this.postAsync({type:Mi.CLEAR_FILL_BY_IDS,ids:t})}))}setStrokeByIds(t,e){return p(this,null,(function*(){return this.postAsync({type:Mi.SET_STROKE_BY_IDS,ids:t,c:e})}))}clearFill(){return p(this,null,(function*(){return this.postAsync({type:Mi.CLEAR_FILL})}))}clearStroke(){return p(this,null,(function*(){return this.postAsync({type:Mi.CLEAR_STROKE})}))}getLegend(){return p(this,null,(function*(){return this.postAsync({type:Mi.GET_LEGEND})}))}getAssetLabelById(t,e){return p(this,null,(function*(){return this.postAsync({type:Mi.GET_ASSET_LABELS,assetType:t,id:e})}))}setAssetLabels(t,e){return p(this,null,(function*(){return this.postAsync({type:Mi.SET_ASSET_LABELS,id:t,labels:e})}))}clearAssetLabels(t){return p(this,null,(function*(){return this.postAsync({type:Mi.CLEAR_ASSET_LABELS,assetType:t})}))}selectByIds(t){return p(this,null,(function*(){return this.postAsync({type:Mi.SELECT_BY_IDS,ids:t})}))}getAssetBoundingBox(t,e=!1){return p(this,null,(function*(){return this.postAsync({type:Mi.GET_ASSET_BOUNDING_BOX,id:t,isViewCoords:e})}))}showAssetsLabel(t,e,i){return p(this,null,(function*(){var n,s;if(!e)return;const r=yield this.getAssetLabelById(t,e);if(r&&(i=r.join("<br/>")+(i?"<br/>"+i:"")),!i)return;null==(n=this.label)||n.setHtml(i);const a=yield this.getAssetBoundingBox(e,!0);a&&(Gg.copy(a.min).add(this.offset).round(),null==(s=this.label)||s.show(Gg))}))}hideAssetsLabel(){return p(this,null,(function*(){var t;return null==(t=this.label)?void 0:t.hide()}))}setAssetType(t,e){return p(this,null,(function*(){return this.postAsync({type:Mi.SET_ASSET_TYPE,assetType:t,showLayers:e})}))}linkAssetsByTree(t){return p(this,null,(function*(){return this.postAsync({type:Mi.LINK_ASSETS_BY_TREE,o:t})}))}clearDummies(t){return p(this,null,(function*(){return this.postAsync({type:Mi.CLEAR_DUMMIES,aeTypes:t})}))}setDummies(t){return p(this,null,(function*(){return this.postAsync({type:Mi.SET_DUMMIES,dummies:t})}))}focusAtDummy(t,e=1e3){return p(this,null,(function*(){return this.postAsync({type:Mi.FOCUS_AT_DUMMY,id:t,padding:e})}))}highlightDummies(t){return p(this,null,(function*(){return this.postAsync({type:Mi.HIGHLIGHT_DUMMIES,ids:t})}))}resetHighlightDummies(){return p(this,null,(function*(){return this.postAsync({type:Mi.RESET_HIGHLIGHT_DUMMIES})}))}setEditorMode(t){return p(this,null,(function*(){return this.postAsync({type:Mi.SET_EDITOR_MODE,mode:t})}))}bindEditorDrag(t){return p(this,null,(function*(){return this.postAsync({type:Mi.BIND_EDITOR_DRAG,vo:t})}))}setEditorDraggingObject(t){return p(this,null,(function*(){return this.postAsync({type:Mi.SET_EDITOR_DRAGGING_OBJECT,vo:t})}))}handleExternalEvent(t){return p(this,null,(function*(){var e;this.postAsync({type:"event",id:null==(e=this.proxy)?void 0:e.id,data:t})}))}drag(t,e){return p(this,null,(function*(){const i=this,n=function(t){i.bindEditorDrag(e),i.setEditorDraggingObject(e);const n={type:t.type,center:t.center,isFirst:t.isFirst,pointers:JSON.parse(JSON.stringify(t.pointers))};i.handleExternalEvent(n)};if(!$g.has(t)){const e=new Hammer.Manager(t,{domEvents:!0});e.add(new Hammer.Pan({threshold:0,pointers:0})),e.on(["panstart","panmove","panend"].join(" "),n),$g.set(t,e)}}))}drop(t){return p(this,null,(function*(){var e;$g.has(t)&&(null==(e=$g.get(t))||e.destroy(),$g.delete(t))}))}getDummies(t){return p(this,null,(function*(){return this.postAsync({type:Mi.GET_DUMMIES,hasBound:t})}))}},t.AppEnum=Gl,t.AssetTypeEnum=Di,t.Box2=ai,t.Color=Re,t.ColorsEnum=Le,t.EDITOR_MODE=Wo,t.EnvironmentWorker=function(t){return new Worker("/environment.worker.js",{type:"module",name:null==t?void 0:t.name})},t.GLOB=Ae,t.Label=uo,t.LayerTypeEnum=Bi,t.Monitor=yi,t.Renderer2Worker=function(t){return new Worker("/renderer2.worker.js",{type:"module",name:null==t?void 0:t.name})},t.SvgApp=class extends Wi{constructor(t={}){super(),d(this,"name","SvgApp"),d(this,"params"),d(this,"renderer"),d(this,"view"),d(this,"scene"),d(this,"loadingScene"),d(this,"emptyScene"),d(this,"mainScene"),d(this,"zoomToSelectEnable",!1),d(this,"zoomBox",new ai),d(this,"selectEnable",!1),d(this,"multiSelectEnable",!1),d(this,"fnEnable",!1),d(this,"requestHeader",{}),d(this,"runningHandler",this.running.bind(this)),d(this,"pointerOverHandler",this.handlePointerOver.bind(this)),d(this,"pointerLeaveHandler",this.handlePointerLeave.bind(this)),d(this,"multiSelectorSelectedHandler",this.handleMultiSelectorSelected.bind(this)),d(this,"tapHandler",this.handleTap.bind(this)),d(this,"dragEndHandler",this.handleDragEnd.bind(this)),d(this,"_dragEndHandler",(t=>this.dispatchEvent(t))),this.params=t,this.params.zoomToSelectEnable&&(this.zoomToSelectEnable=!0),this.params.selectEnable&&(this.selectEnable=!0),this.params.multiSelectEnable&&(this.multiSelectEnable=!0),this.params.defaultFill||(this.params.defaultFill=Re.getMoreTransparent(Le.white,.3)),this.params.defaultStroke||(this.params.defaultStroke=Re.getMoreTransparent(Le.darkWhite,.8)),this.params.infoFill||(this.params.infoFill=Re.getMoreTransparent(Le.gray,.3)),this.params.infoStroke||(this.params.infoStroke=Re.getMoreTransparent(Le.darkGray,.8)),this.params.primaryFill||(this.params.primaryFill=Re.getMoreTransparent(Le.blue,.3)),this.params.primaryStroke||(this.params.primaryStroke=Re.getMoreTransparent(Le.darkBlue,.8)),this.params.successFill||(this.params.successFill=Re.getMoreTransparent(Le.green,.3)),this.params.successStroke||(this.params.successStroke=Re.getMoreTransparent(Le.darkGreen,.8)),this.params.warningFill||(this.params.warningFill=Re.getMoreTransparent(Le.yellow,.3)),this.params.warningStroke||(this.params.warningStroke=Re.getMoreTransparent(Le.darkYellow,.8)),this.params.dangerFill||(this.params.dangerFill=Re.getMoreTransparent(Le.red,.3)),this.params.dangerStroke||(this.params.dangerStroke=Re.getMoreTransparent(Le.darkRed,.8)),this.params.activeFill||(this.params.activeFill=Re.getMoreTransparent(Le.brown,.3)),this.params.activeStroke||(this.params.activeStroke=Re.getMoreTransparent(Le.darkBrown,.8)),this.renderer=new ns(t),this.view=new Bo(t),this.editor=new jl(this.view),this.trans2LoadingScene(),this.bindEvents()}get isLoadingScene(){var t;return"SvgLoadingScene"===(null==(t=this.scene)?void 0:t.name)}destroy(){var t,e;this.unbindEvents(),this.unbindAssetsEvents(),super.destroy(),null==(t=this.view)||t.destroy(),null==(e=this.renderer)||e.destroy()}bindEvents(){var t;this.unbindEvents(),null==(t=this.editor)||t.addEventListener(Mi.DRAG_END,this._dragEndHandler)}unbindEvents(){var t;null==(t=this.editor)||t.removeEventListener(Mi.DRAG_END,this._dragEndHandler)}resize(){var t,e;null==(t=this.renderer)||t.resize(),null==(e=this.view)||e.resize()}isScene(t){var e;return(null==(e=this.scene)?void 0:e.uuid)===t.uuid}removeScene(t){this.scene=void 0,null==t||t.destroy()}trans2MainScene(){var t,e,i,n;null==(t=this.scene)||t.unmount(),this.scene=this.mainScene,this.scene.isMounted||this.scene.mount(),this.view.bindScene(this.scene),null==(e=this.editor)||e.setMode(Wo.DEFAULT),null==(i=this.editor)||i.bindScene(this.scene),null==(n=this.loadingScene)||n.destroy()}trans2LoadingScene(){var t,e,i;null==(t=this.editor)||t.dispose(),this.loadingScene=new Ws(this.params),null==(e=this.scene)||e.unmount(),this.scene=this.loadingScene,this.scene.isMounted||this.scene.mount();const n=(new ai).copy(this.loadingScene.viewBox).expandByVector(new We(1,1).multiplyScalar(150));this.view.setByBox(n,!1),null==(i=this.mainScene)||i.destroy()}trans2EmptyScene(){var t,e,i;null==(t=this.editor)||t.dispose(),this.emptyScene=new zo(this.params),null==(e=this.scene)||e.unmount(),this.scene=this.emptyScene,this.scene.isMounted||this.scene.mount();const n=(new ai).copy(this.emptyScene.viewBox).expandByVector(new We(1,1).multiplyScalar(150));this.view.setByBox(n,!1),null==(i=this.mainScene)||i.destroy()}start(){requestAnimationFrame(this.runningHandler)}running(t){this.scene&&(this.scene.update(),this.renderer.render(this.scene,this.view.camera),this.view.update(t),requestAnimationFrame(this.runningHandler))}setRequestHeader(t){return this.requestHeader=t,this}load(t,e,i=2,n){return p(this,null,(function*(){this.isLoadingScene||this.trans2LoadingScene(),yield Ti(this.params.syncDelay);const n=yield(new Cs).setRequestHeader(this.requestHeader).loadAsync(t).catch((()=>{this.trans2EmptyScene()}));return this.loadByString(n,e,i)}))}loadByString(t,e,i=2){return p(this,null,(function*(){if(this.mainScene=new zs(this.params),!this.mainScene.bind(t))return this.trans2EmptyScene(),[];this.view.setByBox(this.mainScene.viewBox);const n=this.mainScene.getLayers(i);return(null==e?void 0:e.length)||(e=ri.map(n,"label")),this.mainScene.showDefaultLayers(e,!0),this.trans2MainScene(),this.bindAssetsEvents(),n}))}recompute(t){var e;null==(e=this.scene)||e.recompute(t),this.fullscreen()}setSkeletons(t){var e;null==(e=this.scene)||e.setSkeletonLayers(t)}getLayers(t=2){var e;return null==(e=this.scene)?void 0:e.getLayers(t)}getLayerVisible(t){var e;return null==(e=this.scene)?void 0:e.getLayerVisible(t)}updateLayersVisibility(t,e=!1,i=!0){var n;null==(n=this.scene)||n.updateLayersVisibility(t,e,i)}selectByIds(t){var e;null==(e=this.scene)||e.selectByIds(t,this.multiSelectEnable)}clearSelectedByIds(t){var e;Array.isArray(t)?t.forEach((t=>{var e;return null==(e=this.scene)?void 0:e.clearSelectedById(t)})):null==(e=this.scene)||e.clearSelectedById(t)}clearSelected(){var t;null==(t=this.scene)||t.clearSelected()}getSelectedIds(){var t;return null==(t=this.scene)?void 0:t.getSelectedIds()}targetByIds(t,e=100){return p(this,null,(function*(){var i;this.scene&&(null==(i=this.scene)||i.selectByIds(t,!1),Yl.copy(this.scene.getSelectedBoundingBox()).expandByVector(new We(1,1).multiplyScalar(e)),yield Ti(100),Yl.isEmpty()||(yield this.view.setByBox(Yl)))}))}linkAssetsByTree(t){var e;null==(e=this.scene)||e.linkAssetsByTree(t)}setViewAreaLimit(t){this.renderer.viewAreaLimit=t}setAssetType(t,e){var i;null==(i=this.scene)||i.setAssetType(t,e)}getAssetIdsByType(t){var e;return null==(e=this.scene)?void 0:e.getAssetIdsByType(t)}clearFill(){var t;null==(t=this.scene)||t.clearFillOrStroke("fill")}clearFillByIds(t){var e;null==(e=this.scene)||e.clearFillOrStrokeByIds(t,"fill")}setFillByIds(t,e){var i;null==(i=this.scene)||i.setFillOrStrokeByIds(t,e,"fill")}clearStroke(){var t;null==(t=this.scene)||t.clearFillOrStroke("stroke")}clearStrokeByIds(t){var e;null==(e=this.scene)||e.clearFillOrStrokeByIds(t,"stroke")}setStrokeByIds(t,e,i){var n;null==(n=this.scene)||n.setFillOrStrokeByIds(t,e,"stroke",i)}getLegend(){var t;return null==(t=this.scene)?void 0:t.getLegend()}setAssetLabels(t,e){var i;null==(i=this.scene)||i.setAssetLabels(t,e)}clearAssetLabels(){var t;null==(t=this.scene)||t.clearAssetLabels()}fullscreen(){this.view.fullscreen()}saveCameraPosition(t){this.view.saveCameraPosition(t)}restoreCameraPosition(t){this.view.restoreCameraPosition(t)}clearCameraPosition(t){this.view.clearCameraPosition(t)}zoomIn(){this.view.zoomIn()}zoomOut(){this.view.zoomOut()}focusAt(t,e=1e3){var i;null==(i=this.view)||i.focusAt(t,e)}focusAtIds(t,e=100){return p(this,null,(function*(){if(!this.scene)return;const i=this.scene.getBoundingBoxByIds(t);i&&(i.expandByVector(new We(1,1).multiplyScalar(e)),yield Ti(100),i.isEmpty()||(yield this.view.setByBox(i)))}))}focusAtById(t,e=1e3){return p(this,null,(function*(){var i;return null==(i=this.view)?void 0:i.focusAtById(t,e)}))}focusAtDummy(t,e=1e3){return p(this,null,(function*(){var i;return null==(i=this.view)?void 0:i.focusAtDummy(t,e)}))}showAssetsLabel(t,e,i){var n,s,r,a;e?"dummy"===t?null==(r=null==(s=null==(n=this.view)?void 0:n.dummiesController)?void 0:s.dummies)||r.showDummyLabel(e):null==(a=this.view)||a.showAssetsLabel(t,e,i):this.hideAssetsLabel()}hideAssetsLabel(){var t,e,i,n;null==(i=null==(e=null==(t=this.view)?void 0:t.dummiesController)?void 0:e.dummies)||i.hideDummyLabel(),null==(n=this.view)||n.hideAssetsLabel()}highlightAssets(t,e){var i;null==(i=this.scene)||i.highlightAssets(t,e)}resetHighlightAssets(t){var e;null==(e=this.scene)||e.resetHighlightAssets(t)}fontZoomIn(){var t;null==(t=this.scene)||t.chef.fontZoom("asset-labels",1.1)}fontZoomOut(){var t;null==(t=this.scene)||t.chef.fontZoom("asset-labels",.9)}strokeMore(){var t;null==(t=this.scene)||t.chef.strokeWidthChanged(1.1)}strokeLess(){var t;null==(t=this.scene)||t.chef.strokeWidthChanged(.9)}zoomToSelectEnableChanged(t){this.view.zoomToSelectEnableChanged(t)}selectEnableChanged(t){this.selectEnable=!!t,this.view.selectEnableChanged(t)}multiSelectEnableChanged(t){this.multiSelectEnable=!!t,this.view.multiSelectEnableChanged(t)}socialDistanceEnableChanged(t){var e;null==(e=this.scene)||e.socialDistanceEnableChanged(t)}fnEnableChanged(t){var e;this.fnEnable=!!t,this.view.fnEnableChanged(t),null==(e=this.editor)||e.fnEnableChanged(t)}getBoundingBoxById(t,e=!0){var i;if(!t)return;const n=null==(i=this.scene)?void 0:i.getBoundingBoxById(t);return n&&e&&n.applyMatrix3(this.view.camera.viewMatrix).round(),n}setDummies(t){var e;null==(e=this.view)||e.setDummies(t)}clearDummies(t){var e;null==(e=this.view)||e.clearDummies(t)}highlightDummies(t){var e,i;null==(i=null==(e=this.view)?void 0:e.dummiesController)||i.highlightDummies(t)}resetHighlightDummies(){var t,e;null==(e=null==(t=this.view)?void 0:t.dummiesController)||e.resetHighlightDummies()}bindAssetsEvents(){var t,e;this.view.addEventListener(Oo.POINTEROVER,this.pointerOverHandler),this.view.addEventListener(Oo.POINTERLEAVE,this.pointerLeaveHandler),this.view.addEventListener(Oo.SELECTED,this.multiSelectorSelectedHandler),this.view.addEventListener(Gs.TAP,this.tapHandler),null==(e=null==(t=this.view)?void 0:t.dummiesController)||e.addEventListener("panend",this.dragEndHandler)}unbindAssetsEvents(){var t,e;this.view.removeEventListener(Oo.POINTEROVER,this.pointerOverHandler),this.view.removeEventListener(Oo.POINTERLEAVE,this.pointerLeaveHandler),this.view.removeEventListener(Oo.SELECTED,this.multiSelectorSelectedHandler),this.view.removeEventListener(Gs.TAP,this.tapHandler),null==(e=null==(t=this.view)?void 0:t.dummiesController)||e.removeEventListener("panend",this.dragEndHandler)}handleMultiSelectorSelected(t){this.dispatchEvent({type:"SELECTED",data:t.data})}handleTap(t){this.dispatchEvent({type:"tap",data:t.data})}handlePointerOver(t){this.dispatchEvent({type:"pointerover",data:t.data,e:t.e})}handlePointerLeave(t){this.dispatchEvent({type:"pointerleave",data:t.data,e:t.e})}handleInitializeStart(){}handleInitializeComplete(t){return p(this,null,(function*(){(null==t?void 0:t.data)&&this.launch()}))}handleDragEnd(t){this.dispatchEvent(t)}launch(){}drag(t,e){return p(this,null,(function*(){var i;null==(i=this.editor)||i.drag(t,e)}))}setEditorMode(t){return p(this,null,(function*(){var e;return null==(e=this.editor)?void 0:e.setMode(t)}))}getEditorMode(){return p(this,null,(function*(){var t;return null==(t=this.editor)?void 0:t.getMode()}))}editorFillChanged(t){return p(this,null,(function*(){var e;this.params.editor.fill=t,null==(e=this.editor)||e.editorFillChanged(t)}))}editorStrokeChanged(t){return p(this,null,(function*(){var e;this.params.editor.stroke=t,null==(e=this.editor)||e.editorStrokeChanged(t)}))}editorStrokeWidthChanged(t){return p(this,null,(function*(){var e;this.params.editor.strokeWidth=t,null==(e=this.editor)||e.editorStrokeWidthChanged(t)}))}editorStrokeDasharrayChanged(t){return p(this,null,(function*(){var e;null==(e=this.editor)||e.editorStrokeDasharrayChanged(t)}))}editorStrokeArrowChanged(t){return p(this,null,(function*(){var e;null==(e=this.editor)||e.editorStrokeArrowChanged(t)}))}editorFontSizeChanged(t){return p(this,null,(function*(){var e;this.params.editor.fontSize=t,null==(e=this.editor)||e.editorFontSizeChanged(t)}))}editorTextContentChanged(t){return p(this,null,(function*(){var e;null==(e=this.editor)||e.editorTextContentChanged(t)}))}editorDeleteCurrentShape(){return p(this,null,(function*(){var t;null==(t=this.editor)||t.editorDeleteCurrentShape()}))}editorClearAll(){return p(this,null,(function*(){var t;null==(t=this.editor)||t.editorClearAllShapes()}))}getEditorCurrentShapes(){return p(this,null,(function*(){var t;return null==(t=this.editor)?void 0:t.getEditorCurrentShapes()}))}editorInitShapes(t){return p(this,null,(function*(){var e;return null==(e=this.editor)?void 0:e.editorInitShapes(t)}))}editorInitDummy(t){return p(this,null,(function*(){var e;return null==(e=this.editor)?void 0:e.editorInitDummy(t)}))}editorUnitsChanged(t){return p(this,null,(function*(){var e;this.params.editor.units=t,null==(e=this.editor)||e.editorUnitsChanged(t)}))}},t.TOOL_TYPE=Ho,t.Vector2=We,t.assetTypeConflicts=Hi,t.defaultConfig=w,t.getAssetLabelByType=zi,t.getAssetLayerByType=Ri,t.getIdsByTree=Ci,t.getRandomString=function(t=8){let e=[];for(let i=0;i<t;i++)e.push(String.fromCharCode(97+Math.round(25*Math.random())));return e.join("")},t.polyfillHammerProxy=function(t){const e=document.getElementById(t.canvasId);if(!e)throw new Error(`Canvas element with id ${t.canvasId} not found`);const i=new Yg(e,Th),n=xh.instance().getProxy(i.id);return n.ownerDocument=n,t.inpEl=n,t},t.randomDelay=Ti,Object.defineProperty(t,Symbol.toStringTag,{value:"Module"})}));
|
|
1
|
+
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?define(["exports"],e):e((t="undefined"!=typeof globalThis?globalThis:t||self).archgine={})}(this,(function(t){"use strict";var e,i,n=Object.defineProperty,s=Object.defineProperties,r=Object.getOwnPropertyDescriptors,a=Object.getOwnPropertySymbols,o=Object.prototype.hasOwnProperty,h=Object.prototype.propertyIsEnumerable,l=(t,e,i)=>e in t?n(t,e,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[e]=i,u=(t,e)=>{for(var i in e||(e={}))o.call(e,i)&&l(t,i,e[i]);if(a)for(var i of a(e))h.call(e,i)&&l(t,i,e[i]);return t},c=(t,e)=>s(t,r(e)),d=(t,e,i)=>l(t,"symbol"!=typeof e?e+"":e,i),p=(t,e,i)=>new Promise(((n,s)=>{var r=t=>{try{o(i.next(t))}catch(t){s(t)}},a=t=>{try{o(i.throw(t))}catch(t){s(t)}},o=t=>t.done?n(t.value):Promise.resolve(t.value).then(r,a);o((i=i.apply(t,e)).next())}));function f(t,e){const i=t.x*Math.cos(e)-t.y*Math.sin(e),n=t.y*Math.cos(e)+t.x*Math.sin(e);t.x=i,t.y=n}function m(t,e){t.x*=e,t.y*=e}let g=class t{constructor(e){d(this,"commands"),this.commands=[],e&&e instanceof t?this.commands.push(...e.commands):e&&(this.commands=function(t){const e=[],i=String(t).trim();return"M"!==i[0]&&"m"!==i[0]||i.replace(x,((t,i,n)=>{const s=function(t){const e=t.match(b);return e?e.map(Number):[]}(n);let r=i.toLowerCase(),a=i;if("m"===r&&s.length>2&&(e.push([a,...s.splice(0,2)]),r="l",a="m"===a?"l":"L"),s.length<v[r])return"";for(e.push([a,...s.splice(0,v[r])]);s.length>=v[r]&&s.length&&v[r];)e.push([a,...s.splice(0,v[r])]);return""})),e}(e))}addPath(e){e&&e instanceof t&&this.commands.push(...e.commands)}moveTo(t,e){this.commands.push(["M",t,e])}lineTo(t,e){this.commands.push(["L",t,e])}arc(t,e,i,n,s,r){this.commands.push(["AC",t,e,i,n,s,!!r])}arcTo(t,e,i,n,s){this.commands.push(["AT",t,e,i,n,s])}ellipse(t,e,i,n,s,r,a,o){this.commands.push(["E",t,e,i,n,s,r,a,!!o])}closePath(){this.commands.push(["Z"])}bezierCurveTo(t,e,i,n,s,r){this.commands.push(["C",t,e,i,n,s,r])}quadraticCurveTo(t,e,i,n){this.commands.push(["Q",t,e,i,n])}rect(t,e,i,n){this.commands.push(["R",t,e,i,n])}roundRect(t,e,i,n,s){void 0===s?this.commands.push(["RR",t,e,i,n,0]):this.commands.push(["RR",t,e,i,n,s])}};function y(t,e){let i,n,s,r,a,o,h,l,u,c,d,p,g,y,v,x,b,w,_,S,E,M=0,A=0,T=null,C=null,I=null,D=null,L=null,B=null;t.beginPath();for(let O=0;O<e.length;++O){let R;switch(w=e[O][0],"S"!==w&&"s"!==w&&"C"!==w&&"c"!==w&&(T=null,C=null),"T"!==w&&"t"!==w&&"Q"!==w&&"q"!==w&&(I=null,D=null),w){case"m":case"M":R=e[O],"m"===w?(M+=R[1],A+=R[2]):(M=R[1],A=R[2]),"M"!==w&&L||(L={x:M,y:A}),t.moveTo(M,A);break;case"l":R=e[O],M+=R[1],A+=R[2],t.lineTo(M,A);break;case"L":R=e[O],M=R[1],A=R[2],t.lineTo(M,A);break;case"H":R=e[O],M=R[1],t.lineTo(M,A);break;case"h":R=e[O],M+=R[1],t.lineTo(M,A);break;case"V":R=e[O],A=R[1],t.lineTo(M,A);break;case"v":R=e[O],A+=R[1],t.lineTo(M,A);break;case"a":case"A":if(R=e[O],null===B)throw new Error("This should never happen");"a"===w?(M+=R[6],A+=R[7]):(M=R[6],A=R[7]),y=R[1],v=R[2],h=R[3]*Math.PI/180,s=!!R[4],r=!!R[5],a={x:M,y:A},o={x:(B.x-a.x)/2,y:(B.y-a.y)/2},f(o,-h),l=o.x*o.x/(y*y)+o.y*o.y/(v*v),l>1&&(l=Math.sqrt(l),y*=l,v*=l),_={x:y*o.y/v,y:-v*o.x/y},u=y*y*v*v,c=y*y*o.y*o.y+v*v*o.x*o.x,m(_,r!==s?Math.sqrt((u-c)/c)||0:-Math.sqrt((u-c)/c)||0),n=Math.atan2((o.y-_.y)/v,(o.x-_.x)/y),i=Math.atan2(-(o.y+_.y)/v,-(o.x+_.x)/y),f(_,h),P=_,k=(a.x+B.x)/2,N=(a.y+B.y)/2,P.x+=k,P.y+=N,t.save(),t.translate(_.x,_.y),t.rotate(h),t.scale(y,v),t.arc(0,0,1,n,i,!r),t.restore();break;case"C":R=e[O],T=R[3],C=R[4],M=R[5],A=R[6],t.bezierCurveTo(R[1],R[2],T,C,M,A);break;case"c":R=e[O],t.bezierCurveTo(R[1]+M,R[2]+A,R[3]+M,R[4]+A,R[5]+M,R[6]+A),T=R[3]+M,C=R[4]+A,M+=R[5],A+=R[6];break;case"S":R=e[O],null!==T&&null!==C||(T=M,C=A),t.bezierCurveTo(2*M-T,2*A-C,R[1],R[2],R[3],R[4]),T=R[1],C=R[2],M=R[3],A=R[4];break;case"s":R=e[O],null!==T&&null!==C||(T=M,C=A),t.bezierCurveTo(2*M-T,2*A-C,R[1]+M,R[2]+A,R[3]+M,R[4]+A),T=R[1]+M,C=R[2]+A,M+=R[3],A+=R[4];break;case"Q":R=e[O],I=R[1],D=R[2],M=R[3],A=R[4],t.quadraticCurveTo(I,D,M,A);break;case"q":R=e[O],I=R[1]+M,D=R[2]+A,M+=R[3],A+=R[4],t.quadraticCurveTo(I,D,M,A);break;case"T":R=e[O],null!==I&&null!==D||(I=M,D=A),I=2*M-I,D=2*A-D,M=R[1],A=R[2],t.quadraticCurveTo(I,D,M,A);break;case"t":R=e[O],null!==I&&null!==D||(I=M,D=A),I=2*M-I,D=2*A-D,M+=R[1],A+=R[2],t.quadraticCurveTo(I,D,M,A);break;case"z":case"Z":L&&(M=L.x,A=L.y),L=null,t.closePath();break;case"AC":R=e[O],M=R[1],A=R[2],g=R[3],n=R[4],i=R[5],S=R[6],t.arc(M,A,g,n,i,S);break;case"AT":R=e[O],d=R[1],p=R[2],M=R[3],A=R[4],g=R[5],t.arcTo(d,p,M,A,g);break;case"E":R=e[O],M=R[1],A=R[2],y=R[3],v=R[4],h=R[5],n=R[6],i=R[7],S=R[8],t.save(),t.translate(M,A),t.rotate(h),t.scale(y,v),t.arc(0,0,1,n,i,S),t.restore();break;case"R":R=e[O],M=R[1],A=R[2],x=R[3],b=R[4],L={x:M,y:A},t.rect(M,A,x,b);break;case"RR":R=e[O],M=R[1],A=R[2],x=R[3],b=R[4],E=R[5],L={x:M,y:A},t.roundRect(M,A,x,b,E)}B?(B.x=M,B.y=A):B={x:M,y:A}}var P,k,N}const v={a:7,c:6,h:1,l:2,m:2,q:4,s:4,t:2,v:1,z:0},x=/([astvzqmhlc])([^astvzqmhlc]*)/gi,b=/-?[0-9]*\.?[0-9]+(?:e[-+]?\d+)?/gi,w={name:"TinyEngine",containerId:"tinyEngine",canvas:"tinyEngine",width:0,height:0,aspect:1,dpr:1,alpha:!0,color:"#232323",fps:60,syncDelay:300,animateDuration:500,fnEnable:!1,pointerPosition:!0,mergeRendering:!1,sliceRendering:!0,sliceDuration:15,usedCache:!1,separateCache:!1,debounceCache:!0,dynamicLoading:!0,svgLoadingType:0,instancedMesh:!0,showPoints:!1,wireframe:!1,castShadow:!1,workerRender:!1,monitorDuration:1e4,light:{color:"#ffffff",intensity:.8,position:[-6,6,0],castShadow:!0,shadowBlur:16,helperSize:100,helperColor:16776960,helperEnable:!1},camera:{type:0,left:-1,right:1,top:1,bottom:-1,aspect:1,near:1,far:2e3,eye:[0,0,0],up:[0,0,1],helperEnable:!1},controls:{target:[0,0,0],minDistance:.1,maxDistance:1e3,enableHover:!0,enablePan:!0,enableRotate:!1,enableZoom:!0,focusMode:!0,autoRotate:!1,autoRotateSpeed:.5,enableDamping:!0,dampingFactor:.2},gridHelper:{fill:"#e3e3e3"},axesHelper:{},displayUnits:"",tooltip:!0,assetType:"rm",zoomToSelectEnable:!1,selectEnable:!1,multiSelectEnable:!1,socialDistanceEnable:!1,socialDistance:{radius:3},editorMode:0,editor:{fill:"#F26666",stroke:"#D95970",strokeWidth:5,fontSize:25},dummy:{radius:15}};var _="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function S(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var E={},M={};function A(t,e){return void 0===e&&(e=Object),e&&"function"==typeof e.freeze?e.freeze(t):t}var T=A({HTML:"text/html",isHTML:function(t){return t===T.HTML},XML_APPLICATION:"application/xml",XML_TEXT:"text/xml",XML_XHTML_APPLICATION:"application/xhtml+xml",XML_SVG_IMAGE:"image/svg+xml"}),C=A({HTML:"http://www.w3.org/1999/xhtml",isHTML:function(t){return t===C.HTML},SVG:"http://www.w3.org/2000/svg",XML:"http://www.w3.org/XML/1998/namespace",XMLNS:"http://www.w3.org/2000/xmlns/"});M.assign=function(t,e){if(null===t||"object"!=typeof t)throw new TypeError("target is not an object");for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},M.find=function(t,e,i){if(void 0===i&&(i=Array.prototype),t&&"function"==typeof i.find)return i.find.call(t,e);for(var n=0;n<t.length;n++)if(Object.prototype.hasOwnProperty.call(t,n)){var s=t[n];if(e.call(void 0,s,n,t))return s}},M.freeze=A,M.MIME_TYPE=T,M.NAMESPACE=C;var I=M,D=I.find,L=I.NAMESPACE;function B(t){return""!==t}function P(t,e){return t.hasOwnProperty(e)||(t[e]=!0),t}function k(t){if(!t)return[];var e=function(t){return t?t.split(/[\t\n\f\r ]+/).filter(B):[]}(t);return Object.keys(e.reduce(P,{}))}function N(t,e){for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i])}function O(t,e){var i=t.prototype;if(!(i instanceof e)){let n=function(){};n.prototype=e.prototype,n=new n,N(i,n),t.prototype=i=n}i.constructor!=t&&(i.constructor=t)}var R={},z=R.ELEMENT_NODE=1,H=R.ATTRIBUTE_NODE=2,W=R.TEXT_NODE=3,F=R.CDATA_SECTION_NODE=4,U=R.ENTITY_REFERENCE_NODE=5,V=R.ENTITY_NODE=6,q=R.PROCESSING_INSTRUCTION_NODE=7,j=R.COMMENT_NODE=8,Y=R.DOCUMENT_NODE=9,G=R.DOCUMENT_TYPE_NODE=10,$=R.DOCUMENT_FRAGMENT_NODE=11,X=R.NOTATION_NODE=12,Z={},J={};Z.INDEX_SIZE_ERR=(J[1]="Index size error",1),Z.DOMSTRING_SIZE_ERR=(J[2]="DOMString size error",2);var Q=Z.HIERARCHY_REQUEST_ERR=(J[3]="Hierarchy request error",3);Z.WRONG_DOCUMENT_ERR=(J[4]="Wrong document",4),Z.INVALID_CHARACTER_ERR=(J[5]="Invalid character",5),Z.NO_DATA_ALLOWED_ERR=(J[6]="No data allowed",6),Z.NO_MODIFICATION_ALLOWED_ERR=(J[7]="No modification allowed",7);var K=Z.NOT_FOUND_ERR=(J[8]="Not found",8);Z.NOT_SUPPORTED_ERR=(J[9]="Not supported",9);var tt=Z.INUSE_ATTRIBUTE_ERR=(J[10]="Attribute in use",10);function et(t,e){if(e instanceof Error)var i=e;else i=this,Error.call(this,J[t]),this.message=J[t],Error.captureStackTrace&&Error.captureStackTrace(this,et);return i.code=t,e&&(this.message=this.message+": "+e),i}function it(){}function nt(t,e){this._node=t,this._refresh=e,st(this)}function st(t){var e=t._node._inc||t._node.ownerDocument._inc;if(t._inc!==e){var i=t._refresh(t._node);if(qt(t,"length",i.length),!t.$$length||i.length<t.$$length)for(var n=i.length;n in t;n++)Object.prototype.hasOwnProperty.call(t,n)&&delete t[n];N(i,t),t._inc=e}}function rt(){}function at(t,e){for(var i=t.length;i--;)if(t[i]===e)return i}function ot(t,e,i,n){if(n?e[at(e,n)]=i:e[e.length++]=i,t){i.ownerElement=t;var s=t.ownerDocument;s&&(n&&ft(s,t,n),function(t,e,i){t&&t._inc++,i.namespaceURI===L.XMLNS&&(e._nsMap[i.prefix?i.localName:""]=i.value)}(s,t,i))}}function ht(t,e,i){var n=at(e,i);if(!(n>=0))throw new et(K,new Error(t.tagName+"@"+i));for(var s=e.length-1;n<s;)e[n]=e[++n];if(e.length=s,t){var r=t.ownerDocument;r&&(ft(r,t,i),i.ownerElement=null)}}function lt(){}function ut(){}function ct(t){return("<"==t?"<":">"==t&&">")||"&"==t&&"&"||'"'==t&&"""||"&#"+t.charCodeAt()+";"}function dt(t,e){if(e(t))return!0;if(t=t.firstChild)do{if(dt(t,e))return!0}while(t=t.nextSibling)}function pt(){this.ownerDocument=this}function ft(t,e,i,n){t&&t._inc++,i.namespaceURI===L.XMLNS&&delete e._nsMap[i.prefix?i.localName:""]}function mt(t,e,i){if(t&&t._inc){t._inc++;var n=e.childNodes;if(i)n[n.length++]=i;else{for(var s=e.firstChild,r=0;s;)n[r++]=s,s=s.nextSibling;n.length=r,delete n[n.length]}}}function gt(t,e){var i=e.previousSibling,n=e.nextSibling;return i?i.nextSibling=n:t.firstChild=n,n?n.previousSibling=i:t.lastChild=i,e.parentNode=null,e.previousSibling=null,e.nextSibling=null,mt(t.ownerDocument,t),e}function yt(t){return t&&t.nodeType===ut.DOCUMENT_TYPE_NODE}function vt(t){return t&&t.nodeType===ut.ELEMENT_NODE}function xt(t){return t&&t.nodeType===ut.TEXT_NODE}function bt(t,e){var i=t.childNodes||[];if(D(i,vt)||yt(e))return!1;var n=D(i,yt);return!(e&&n&&i.indexOf(n)>i.indexOf(e))}function wt(t,e){var i=t.childNodes||[];if(D(i,(function(t){return vt(t)&&t!==e})))return!1;var n=D(i,yt);return!(e&&n&&i.indexOf(n)>i.indexOf(e))}function _t(t,e,i){var n=t.childNodes||[],s=e.childNodes||[];if(e.nodeType===ut.DOCUMENT_FRAGMENT_NODE){var r=s.filter(vt);if(r.length>1||D(s,xt))throw new et(Q,"More than one element or text in fragment");if(1===r.length&&!bt(t,i))throw new et(Q,"Element in fragment can not be inserted before doctype")}if(vt(e)&&!bt(t,i))throw new et(Q,"Only one element can be added and only after doctype");if(yt(e)){if(D(n,yt))throw new et(Q,"Only one doctype is allowed");var a=D(n,vt);if(i&&n.indexOf(a)<n.indexOf(i))throw new et(Q,"Doctype can only be inserted before an element");if(!i&&a)throw new et(Q,"Doctype can not be appended since element is present")}}function St(t,e,i){var n=t.childNodes||[],s=e.childNodes||[];if(e.nodeType===ut.DOCUMENT_FRAGMENT_NODE){var r=s.filter(vt);if(r.length>1||D(s,xt))throw new et(Q,"More than one element or text in fragment");if(1===r.length&&!wt(t,i))throw new et(Q,"Element in fragment can not be inserted before doctype")}if(vt(e)&&!wt(t,i))throw new et(Q,"Only one element can be added and only after doctype");if(yt(e)){if(D(n,(function(t){return yt(t)&&t!==i})))throw new et(Q,"Only one doctype is allowed");var a=D(n,vt);if(i&&n.indexOf(a)<n.indexOf(i))throw new et(Q,"Doctype can only be inserted before an element")}}function Et(t,e,i,n){(function(t,e,i){if(!function(t){return t&&(t.nodeType===ut.DOCUMENT_NODE||t.nodeType===ut.DOCUMENT_FRAGMENT_NODE||t.nodeType===ut.ELEMENT_NODE)}(t))throw new et(Q,"Unexpected parent node type "+t.nodeType);if(i&&i.parentNode!==t)throw new et(K,"child not in parent");if(!function(t){return t&&(vt(t)||xt(t)||yt(t)||t.nodeType===ut.DOCUMENT_FRAGMENT_NODE||t.nodeType===ut.COMMENT_NODE||t.nodeType===ut.PROCESSING_INSTRUCTION_NODE)}(e)||yt(e)&&t.nodeType!==ut.DOCUMENT_NODE)throw new et(Q,"Unexpected node type "+e.nodeType+" for parent node type "+t.nodeType)})(t,e,i),t.nodeType===ut.DOCUMENT_NODE&&(n||_t)(t,e,i);var s=e.parentNode;if(s&&s.removeChild(e),e.nodeType===$){var r=e.firstChild;if(null==r)return e;var a=e.lastChild}else r=a=e;var o=i?i.previousSibling:t.lastChild;r.previousSibling=o,a.nextSibling=i,o?o.nextSibling=r:t.firstChild=r,null==i?t.lastChild=a:i.previousSibling=a;do{r.parentNode=t}while(r!==a&&(r=r.nextSibling));return mt(t.ownerDocument||t,t),e.nodeType==$&&(e.firstChild=e.lastChild=null),e}function Mt(){this._nsMap={}}function At(){}function Tt(){}function Ct(){}function It(){}function Dt(){}function Lt(){}function Bt(){}function Pt(){}function kt(){}function Nt(){}function Ot(){}function Rt(){}function zt(t,e){var i=[],n=9==this.nodeType&&this.documentElement||this,s=n.prefix,r=n.namespaceURI;if(r&&null==s&&null==(s=n.lookupPrefix(r)))var a=[{namespace:r,prefix:null}];return Ft(this,i,t,e,a),i.join("")}function Ht(t,e,i){var n=t.prefix||"",s=t.namespaceURI;if(!s)return!1;if("xml"===n&&s===L.XML||s===L.XMLNS)return!1;for(var r=i.length;r--;){var a=i[r];if(a.prefix===n)return a.namespace!==s}return!0}function Wt(t,e,i){t.push(" ",e,'="',i.replace(/[<>&"\t\n\r]/g,ct),'"')}function Ft(t,e,i,n,s){if(s||(s=[]),n){if(!(t=n(t)))return;if("string"==typeof t)return void e.push(t)}switch(t.nodeType){case z:var r=t.attributes,a=r.length,o=t.firstChild,h=t.tagName,l=h;if(!(i=L.isHTML(t.namespaceURI)||i)&&!t.prefix&&t.namespaceURI){for(var u,c=0;c<r.length;c++)if("xmlns"===r.item(c).name){u=r.item(c).value;break}if(!u)for(var d=s.length-1;d>=0;d--)if(""===(p=s[d]).prefix&&p.namespace===t.namespaceURI){u=p.namespace;break}if(u!==t.namespaceURI)for(d=s.length-1;d>=0;d--){var p;if((p=s[d]).namespace===t.namespaceURI){p.prefix&&(l=p.prefix+":"+h);break}}}e.push("<",l);for(var f=0;f<a;f++)"xmlns"==(m=r.item(f)).prefix?s.push({prefix:m.localName,namespace:m.value}):"xmlns"==m.nodeName&&s.push({prefix:"",namespace:m.value});for(f=0;f<a;f++){var m,g,y;Ht(m=r.item(f),0,s)&&(Wt(e,(g=m.prefix||"")?"xmlns:"+g:"xmlns",y=m.namespaceURI),s.push({prefix:g,namespace:y})),Ft(m,e,i,n,s)}if(h===l&&Ht(t,0,s)&&(Wt(e,(g=t.prefix||"")?"xmlns:"+g:"xmlns",y=t.namespaceURI),s.push({prefix:g,namespace:y})),o||i&&!/^(?:meta|link|img|br|hr|input)$/i.test(h)){if(e.push(">"),i&&/^script$/i.test(h))for(;o;)o.data?e.push(o.data):Ft(o,e,i,n,s.slice()),o=o.nextSibling;else for(;o;)Ft(o,e,i,n,s.slice()),o=o.nextSibling;e.push("</",l,">")}else e.push("/>");return;case Y:case $:for(o=t.firstChild;o;)Ft(o,e,i,n,s.slice()),o=o.nextSibling;return;case H:return Wt(e,t.name,t.value);case W:return e.push(t.data.replace(/[<&>]/g,ct));case F:return e.push("<![CDATA[",t.data,"]]>");case j:return e.push("\x3c!--",t.data,"--\x3e");case G:var v=t.publicId,x=t.systemId;if(e.push("<!DOCTYPE ",t.name),v)e.push(" PUBLIC ",v),x&&"."!=x&&e.push(" ",x),e.push(">");else if(x&&"."!=x)e.push(" SYSTEM ",x,">");else{var b=t.internalSubset;b&&e.push(" [",b,"]"),e.push(">")}return;case q:return e.push("<?",t.target," ",t.data,"?>");case U:return e.push("&",t.nodeName,";");default:e.push("??",t.nodeName)}}function Ut(t,e,i){var n;switch(e.nodeType){case z:(n=e.cloneNode(!1)).ownerDocument=t;case $:break;case H:i=!0}if(n||(n=e.cloneNode(!1)),n.ownerDocument=t,n.parentNode=null,i)for(var s=e.firstChild;s;)n.appendChild(Ut(t,s,i)),s=s.nextSibling;return n}function Vt(t,e,i){var n=new e.constructor;for(var s in e)if(Object.prototype.hasOwnProperty.call(e,s)){var r=e[s];"object"!=typeof r&&r!=n[s]&&(n[s]=r)}switch(e.childNodes&&(n.childNodes=new it),n.ownerDocument=t,n.nodeType){case z:var a=e.attributes,o=n.attributes=new rt,h=a.length;o._ownerElement=n;for(var l=0;l<h;l++)n.setAttributeNode(Vt(t,a.item(l),!0));break;case H:i=!0}if(i)for(var u=e.firstChild;u;)n.appendChild(Vt(t,u,i)),u=u.nextSibling;return n}function qt(t,e,i){t[e]=i}Z.INVALID_STATE_ERR=(J[11]="Invalid state",11),Z.SYNTAX_ERR=(J[12]="Syntax error",12),Z.INVALID_MODIFICATION_ERR=(J[13]="Invalid modification",13),Z.NAMESPACE_ERR=(J[14]="Invalid namespace",14),Z.INVALID_ACCESS_ERR=(J[15]="Invalid access",15),et.prototype=Error.prototype,N(Z,et),it.prototype={length:0,item:function(t){return t>=0&&t<this.length?this[t]:null},toString:function(t,e){for(var i=[],n=0;n<this.length;n++)Ft(this[n],i,t,e);return i.join("")},filter:function(t){return Array.prototype.filter.call(this,t)},indexOf:function(t){return Array.prototype.indexOf.call(this,t)}},nt.prototype.item=function(t){return st(this),this[t]||null},O(nt,it),rt.prototype={length:0,item:it.prototype.item,getNamedItem:function(t){for(var e=this.length;e--;){var i=this[e];if(i.nodeName==t)return i}},setNamedItem:function(t){var e=t.ownerElement;if(e&&e!=this._ownerElement)throw new et(tt);var i=this.getNamedItem(t.nodeName);return ot(this._ownerElement,this,t,i),i},setNamedItemNS:function(t){var e,i=t.ownerElement;if(i&&i!=this._ownerElement)throw new et(tt);return e=this.getNamedItemNS(t.namespaceURI,t.localName),ot(this._ownerElement,this,t,e),e},removeNamedItem:function(t){var e=this.getNamedItem(t);return ht(this._ownerElement,this,e),e},removeNamedItemNS:function(t,e){var i=this.getNamedItemNS(t,e);return ht(this._ownerElement,this,i),i},getNamedItemNS:function(t,e){for(var i=this.length;i--;){var n=this[i];if(n.localName==e&&n.namespaceURI==t)return n}return null}},lt.prototype={hasFeature:function(t,e){return!0},createDocument:function(t,e,i){var n=new pt;if(n.implementation=this,n.childNodes=new it,n.doctype=i||null,i&&n.appendChild(i),e){var s=n.createElementNS(t,e);n.appendChild(s)}return n},createDocumentType:function(t,e,i){var n=new Lt;return n.name=t,n.nodeName=t,n.publicId=e||"",n.systemId=i||"",n}},ut.prototype={firstChild:null,lastChild:null,previousSibling:null,nextSibling:null,attributes:null,parentNode:null,childNodes:null,ownerDocument:null,nodeValue:null,namespaceURI:null,prefix:null,localName:null,insertBefore:function(t,e){return Et(this,t,e)},replaceChild:function(t,e){Et(this,t,e,St),e&&this.removeChild(e)},removeChild:function(t){return gt(this,t)},appendChild:function(t){return this.insertBefore(t,null)},hasChildNodes:function(){return null!=this.firstChild},cloneNode:function(t){return Vt(this.ownerDocument||this,this,t)},normalize:function(){for(var t=this.firstChild;t;){var e=t.nextSibling;e&&e.nodeType==W&&t.nodeType==W?(this.removeChild(e),t.appendData(e.data)):(t.normalize(),t=e)}},isSupported:function(t,e){return this.ownerDocument.implementation.hasFeature(t,e)},hasAttributes:function(){return this.attributes.length>0},lookupPrefix:function(t){for(var e=this;e;){var i=e._nsMap;if(i)for(var n in i)if(Object.prototype.hasOwnProperty.call(i,n)&&i[n]===t)return n;e=e.nodeType==H?e.ownerDocument:e.parentNode}return null},lookupNamespaceURI:function(t){for(var e=this;e;){var i=e._nsMap;if(i&&Object.prototype.hasOwnProperty.call(i,t))return i[t];e=e.nodeType==H?e.ownerDocument:e.parentNode}return null},isDefaultNamespace:function(t){return null==this.lookupPrefix(t)}},N(R,ut),N(R,ut.prototype),pt.prototype={nodeName:"#document",nodeType:Y,doctype:null,documentElement:null,_inc:1,insertBefore:function(t,e){if(t.nodeType==$){for(var i=t.firstChild;i;){var n=i.nextSibling;this.insertBefore(i,e),i=n}return t}return Et(this,t,e),t.ownerDocument=this,null===this.documentElement&&t.nodeType===z&&(this.documentElement=t),t},removeChild:function(t){return this.documentElement==t&&(this.documentElement=null),gt(this,t)},replaceChild:function(t,e){Et(this,t,e,St),t.ownerDocument=this,e&&this.removeChild(e),vt(t)&&(this.documentElement=t)},importNode:function(t,e){return Ut(this,t,e)},getElementById:function(t){var e=null;return dt(this.documentElement,(function(i){if(i.nodeType==z&&i.getAttribute("id")==t)return e=i,!0})),e},getElementsByClassName:function(t){var e=k(t);return new nt(this,(function(i){var n=[];return e.length>0&&dt(i.documentElement,(function(s){if(s!==i&&s.nodeType===z){var r=s.getAttribute("class");if(r){var a=t===r;if(!a){var o=k(r);a=e.every((h=o,function(t){return h&&-1!==h.indexOf(t)}))}a&&n.push(s)}}var h})),n}))},createElement:function(t){var e=new Mt;return e.ownerDocument=this,e.nodeName=t,e.tagName=t,e.localName=t,e.childNodes=new it,(e.attributes=new rt)._ownerElement=e,e},createDocumentFragment:function(){var t=new Nt;return t.ownerDocument=this,t.childNodes=new it,t},createTextNode:function(t){var e=new Ct;return e.ownerDocument=this,e.appendData(t),e},createComment:function(t){var e=new It;return e.ownerDocument=this,e.appendData(t),e},createCDATASection:function(t){var e=new Dt;return e.ownerDocument=this,e.appendData(t),e},createProcessingInstruction:function(t,e){var i=new Ot;return i.ownerDocument=this,i.tagName=i.nodeName=i.target=t,i.nodeValue=i.data=e,i},createAttribute:function(t){var e=new At;return e.ownerDocument=this,e.name=t,e.nodeName=t,e.localName=t,e.specified=!0,e},createEntityReference:function(t){var e=new kt;return e.ownerDocument=this,e.nodeName=t,e},createElementNS:function(t,e){var i=new Mt,n=e.split(":"),s=i.attributes=new rt;return i.childNodes=new it,i.ownerDocument=this,i.nodeName=e,i.tagName=e,i.namespaceURI=t,2==n.length?(i.prefix=n[0],i.localName=n[1]):i.localName=e,s._ownerElement=i,i},createAttributeNS:function(t,e){var i=new At,n=e.split(":");return i.ownerDocument=this,i.nodeName=e,i.name=e,i.namespaceURI=t,i.specified=!0,2==n.length?(i.prefix=n[0],i.localName=n[1]):i.localName=e,i}},O(pt,ut),Mt.prototype={nodeType:z,hasAttribute:function(t){return null!=this.getAttributeNode(t)},getAttribute:function(t){var e=this.getAttributeNode(t);return e&&e.value||""},getAttributeNode:function(t){return this.attributes.getNamedItem(t)},setAttribute:function(t,e){var i=this.ownerDocument.createAttribute(t);i.value=i.nodeValue=""+e,this.setAttributeNode(i)},removeAttribute:function(t){var e=this.getAttributeNode(t);e&&this.removeAttributeNode(e)},appendChild:function(t){return t.nodeType===$?this.insertBefore(t,null):function(t,e){return e.parentNode&&e.parentNode.removeChild(e),e.parentNode=t,e.previousSibling=t.lastChild,e.nextSibling=null,e.previousSibling?e.previousSibling.nextSibling=e:t.firstChild=e,t.lastChild=e,mt(t.ownerDocument,t,e),e}(this,t)},setAttributeNode:function(t){return this.attributes.setNamedItem(t)},setAttributeNodeNS:function(t){return this.attributes.setNamedItemNS(t)},removeAttributeNode:function(t){return this.attributes.removeNamedItem(t.nodeName)},removeAttributeNS:function(t,e){var i=this.getAttributeNodeNS(t,e);i&&this.removeAttributeNode(i)},hasAttributeNS:function(t,e){return null!=this.getAttributeNodeNS(t,e)},getAttributeNS:function(t,e){var i=this.getAttributeNodeNS(t,e);return i&&i.value||""},setAttributeNS:function(t,e,i){var n=this.ownerDocument.createAttributeNS(t,e);n.value=n.nodeValue=""+i,this.setAttributeNode(n)},getAttributeNodeNS:function(t,e){return this.attributes.getNamedItemNS(t,e)},getElementsByTagName:function(t){return new nt(this,(function(e){var i=[];return dt(e,(function(n){n===e||n.nodeType!=z||"*"!==t&&n.tagName!=t||i.push(n)})),i}))},getElementsByTagNameNS:function(t,e){return new nt(this,(function(i){var n=[];return dt(i,(function(s){s===i||s.nodeType!==z||"*"!==t&&s.namespaceURI!==t||"*"!==e&&s.localName!=e||n.push(s)})),n}))}},pt.prototype.getElementsByTagName=Mt.prototype.getElementsByTagName,pt.prototype.getElementsByTagNameNS=Mt.prototype.getElementsByTagNameNS,O(Mt,ut),At.prototype.nodeType=H,O(At,ut),Tt.prototype={data:"",substringData:function(t,e){return this.data.substring(t,t+e)},appendData:function(t){t=this.data+t,this.nodeValue=this.data=t,this.length=t.length},insertData:function(t,e){this.replaceData(t,0,e)},appendChild:function(t){throw new Error(J[Q])},deleteData:function(t,e){this.replaceData(t,e,"")},replaceData:function(t,e,i){i=this.data.substring(0,t)+i+this.data.substring(t+e),this.nodeValue=this.data=i,this.length=i.length}},O(Tt,ut),Ct.prototype={nodeName:"#text",nodeType:W,splitText:function(t){var e=this.data,i=e.substring(t);e=e.substring(0,t),this.data=this.nodeValue=e,this.length=e.length;var n=this.ownerDocument.createTextNode(i);return this.parentNode&&this.parentNode.insertBefore(n,this.nextSibling),n}},O(Ct,Tt),It.prototype={nodeName:"#comment",nodeType:j},O(It,Tt),Dt.prototype={nodeName:"#cdata-section",nodeType:F},O(Dt,Tt),Lt.prototype.nodeType=G,O(Lt,ut),Bt.prototype.nodeType=X,O(Bt,ut),Pt.prototype.nodeType=V,O(Pt,ut),kt.prototype.nodeType=U,O(kt,ut),Nt.prototype.nodeName="#document-fragment",Nt.prototype.nodeType=$,O(Nt,ut),Ot.prototype.nodeType=q,O(Ot,ut),Rt.prototype.serializeToString=function(t,e,i){return zt.call(t,e,i)},ut.prototype.toString=zt;try{if(Object.defineProperty){let t=function(e){switch(e.nodeType){case z:case $:var i=[];for(e=e.firstChild;e;)7!==e.nodeType&&8!==e.nodeType&&i.push(t(e)),e=e.nextSibling;return i.join("");default:return e.nodeValue}};Object.defineProperty(nt.prototype,"length",{get:function(){return st(this),this.$$length}}),Object.defineProperty(ut.prototype,"textContent",{get:function(){return t(this)},set:function(t){switch(this.nodeType){case z:case $:for(;this.firstChild;)this.removeChild(this.firstChild);(t||String(t))&&this.appendChild(this.ownerDocument.createTextNode(t));break;default:this.data=t,this.value=t,this.nodeValue=t}}}),qt=function(t,e,i){t["$$"+e]=i}}}catch(t){}E.DocumentType=Lt,E.DOMException=et,E.DOMImplementation=lt,E.Element=Mt,E.Node=ut,E.NodeList=it,E.XMLSerializer=Rt;var jt,Yt,Gt={},$t={};jt=$t,Yt=M.freeze,jt.XML_ENTITIES=Yt({amp:"&",apos:"'",gt:">",lt:"<",quot:'"'}),jt.HTML_ENTITIES=Yt({Aacute:"Á",aacute:"á",Abreve:"Ă",abreve:"ă",ac:"∾",acd:"∿",acE:"∾̳",Acirc:"Â",acirc:"â",acute:"´",Acy:"А",acy:"а",AElig:"Æ",aelig:"æ",af:"",Afr:"𝔄",afr:"𝔞",Agrave:"À",agrave:"à",alefsym:"ℵ",aleph:"ℵ",Alpha:"Α",alpha:"α",Amacr:"Ā",amacr:"ā",amalg:"⨿",AMP:"&",amp:"&",And:"⩓",and:"∧",andand:"⩕",andd:"⩜",andslope:"⩘",andv:"⩚",ang:"∠",ange:"⦤",angle:"∠",angmsd:"∡",angmsdaa:"⦨",angmsdab:"⦩",angmsdac:"⦪",angmsdad:"⦫",angmsdae:"⦬",angmsdaf:"⦭",angmsdag:"⦮",angmsdah:"⦯",angrt:"∟",angrtvb:"⊾",angrtvbd:"⦝",angsph:"∢",angst:"Å",angzarr:"⍼",Aogon:"Ą",aogon:"ą",Aopf:"𝔸",aopf:"𝕒",ap:"≈",apacir:"⩯",apE:"⩰",ape:"≊",apid:"≋",apos:"'",ApplyFunction:"",approx:"≈",approxeq:"≊",Aring:"Å",aring:"å",Ascr:"𝒜",ascr:"𝒶",Assign:"≔",ast:"*",asymp:"≈",asympeq:"≍",Atilde:"Ã",atilde:"ã",Auml:"Ä",auml:"ä",awconint:"∳",awint:"⨑",backcong:"≌",backepsilon:"϶",backprime:"‵",backsim:"∽",backsimeq:"⋍",Backslash:"∖",Barv:"⫧",barvee:"⊽",Barwed:"⌆",barwed:"⌅",barwedge:"⌅",bbrk:"⎵",bbrktbrk:"⎶",bcong:"≌",Bcy:"Б",bcy:"б",bdquo:"„",becaus:"∵",Because:"∵",because:"∵",bemptyv:"⦰",bepsi:"϶",bernou:"ℬ",Bernoullis:"ℬ",Beta:"Β",beta:"β",beth:"ℶ",between:"≬",Bfr:"𝔅",bfr:"𝔟",bigcap:"⋂",bigcirc:"◯",bigcup:"⋃",bigodot:"⨀",bigoplus:"⨁",bigotimes:"⨂",bigsqcup:"⨆",bigstar:"★",bigtriangledown:"▽",bigtriangleup:"△",biguplus:"⨄",bigvee:"⋁",bigwedge:"⋀",bkarow:"⤍",blacklozenge:"⧫",blacksquare:"▪",blacktriangle:"▴",blacktriangledown:"▾",blacktriangleleft:"◂",blacktriangleright:"▸",blank:"␣",blk12:"▒",blk14:"░",blk34:"▓",block:"█",bne:"=⃥",bnequiv:"≡⃥",bNot:"⫭",bnot:"⌐",Bopf:"𝔹",bopf:"𝕓",bot:"⊥",bottom:"⊥",bowtie:"⋈",boxbox:"⧉",boxDL:"╗",boxDl:"╖",boxdL:"╕",boxdl:"┐",boxDR:"╔",boxDr:"╓",boxdR:"╒",boxdr:"┌",boxH:"═",boxh:"─",boxHD:"╦",boxHd:"╤",boxhD:"╥",boxhd:"┬",boxHU:"╩",boxHu:"╧",boxhU:"╨",boxhu:"┴",boxminus:"⊟",boxplus:"⊞",boxtimes:"⊠",boxUL:"╝",boxUl:"╜",boxuL:"╛",boxul:"┘",boxUR:"╚",boxUr:"╙",boxuR:"╘",boxur:"└",boxV:"║",boxv:"│",boxVH:"╬",boxVh:"╫",boxvH:"╪",boxvh:"┼",boxVL:"╣",boxVl:"╢",boxvL:"╡",boxvl:"┤",boxVR:"╠",boxVr:"╟",boxvR:"╞",boxvr:"├",bprime:"‵",Breve:"˘",breve:"˘",brvbar:"¦",Bscr:"ℬ",bscr:"𝒷",bsemi:"⁏",bsim:"∽",bsime:"⋍",bsol:"\\",bsolb:"⧅",bsolhsub:"⟈",bull:"•",bullet:"•",bump:"≎",bumpE:"⪮",bumpe:"≏",Bumpeq:"≎",bumpeq:"≏",Cacute:"Ć",cacute:"ć",Cap:"⋒",cap:"∩",capand:"⩄",capbrcup:"⩉",capcap:"⩋",capcup:"⩇",capdot:"⩀",CapitalDifferentialD:"ⅅ",caps:"∩︀",caret:"⁁",caron:"ˇ",Cayleys:"ℭ",ccaps:"⩍",Ccaron:"Č",ccaron:"č",Ccedil:"Ç",ccedil:"ç",Ccirc:"Ĉ",ccirc:"ĉ",Cconint:"∰",ccups:"⩌",ccupssm:"⩐",Cdot:"Ċ",cdot:"ċ",cedil:"¸",Cedilla:"¸",cemptyv:"⦲",cent:"¢",CenterDot:"·",centerdot:"·",Cfr:"ℭ",cfr:"𝔠",CHcy:"Ч",chcy:"ч",check:"✓",checkmark:"✓",Chi:"Χ",chi:"χ",cir:"○",circ:"ˆ",circeq:"≗",circlearrowleft:"↺",circlearrowright:"↻",circledast:"⊛",circledcirc:"⊚",circleddash:"⊝",CircleDot:"⊙",circledR:"®",circledS:"Ⓢ",CircleMinus:"⊖",CirclePlus:"⊕",CircleTimes:"⊗",cirE:"⧃",cire:"≗",cirfnint:"⨐",cirmid:"⫯",cirscir:"⧂",ClockwiseContourIntegral:"∲",CloseCurlyDoubleQuote:"”",CloseCurlyQuote:"’",clubs:"♣",clubsuit:"♣",Colon:"∷",colon:":",Colone:"⩴",colone:"≔",coloneq:"≔",comma:",",commat:"@",comp:"∁",compfn:"∘",complement:"∁",complexes:"ℂ",cong:"≅",congdot:"⩭",Congruent:"≡",Conint:"∯",conint:"∮",ContourIntegral:"∮",Copf:"ℂ",copf:"𝕔",coprod:"∐",Coproduct:"∐",COPY:"©",copy:"©",copysr:"℗",CounterClockwiseContourIntegral:"∳",crarr:"↵",Cross:"⨯",cross:"✗",Cscr:"𝒞",cscr:"𝒸",csub:"⫏",csube:"⫑",csup:"⫐",csupe:"⫒",ctdot:"⋯",cudarrl:"⤸",cudarrr:"⤵",cuepr:"⋞",cuesc:"⋟",cularr:"↶",cularrp:"⤽",Cup:"⋓",cup:"∪",cupbrcap:"⩈",CupCap:"≍",cupcap:"⩆",cupcup:"⩊",cupdot:"⊍",cupor:"⩅",cups:"∪︀",curarr:"↷",curarrm:"⤼",curlyeqprec:"⋞",curlyeqsucc:"⋟",curlyvee:"⋎",curlywedge:"⋏",curren:"¤",curvearrowleft:"↶",curvearrowright:"↷",cuvee:"⋎",cuwed:"⋏",cwconint:"∲",cwint:"∱",cylcty:"⌭",Dagger:"‡",dagger:"†",daleth:"ℸ",Darr:"↡",dArr:"⇓",darr:"↓",dash:"‐",Dashv:"⫤",dashv:"⊣",dbkarow:"⤏",dblac:"˝",Dcaron:"Ď",dcaron:"ď",Dcy:"Д",dcy:"д",DD:"ⅅ",dd:"ⅆ",ddagger:"‡",ddarr:"⇊",DDotrahd:"⤑",ddotseq:"⩷",deg:"°",Del:"∇",Delta:"Δ",delta:"δ",demptyv:"⦱",dfisht:"⥿",Dfr:"𝔇",dfr:"𝔡",dHar:"⥥",dharl:"⇃",dharr:"⇂",DiacriticalAcute:"´",DiacriticalDot:"˙",DiacriticalDoubleAcute:"˝",DiacriticalGrave:"`",DiacriticalTilde:"˜",diam:"⋄",Diamond:"⋄",diamond:"⋄",diamondsuit:"♦",diams:"♦",die:"¨",DifferentialD:"ⅆ",digamma:"ϝ",disin:"⋲",div:"÷",divide:"÷",divideontimes:"⋇",divonx:"⋇",DJcy:"Ђ",djcy:"ђ",dlcorn:"⌞",dlcrop:"⌍",dollar:"$",Dopf:"𝔻",dopf:"𝕕",Dot:"¨",dot:"˙",DotDot:"⃜",doteq:"≐",doteqdot:"≑",DotEqual:"≐",dotminus:"∸",dotplus:"∔",dotsquare:"⊡",doublebarwedge:"⌆",DoubleContourIntegral:"∯",DoubleDot:"¨",DoubleDownArrow:"⇓",DoubleLeftArrow:"⇐",DoubleLeftRightArrow:"⇔",DoubleLeftTee:"⫤",DoubleLongLeftArrow:"⟸",DoubleLongLeftRightArrow:"⟺",DoubleLongRightArrow:"⟹",DoubleRightArrow:"⇒",DoubleRightTee:"⊨",DoubleUpArrow:"⇑",DoubleUpDownArrow:"⇕",DoubleVerticalBar:"∥",DownArrow:"↓",Downarrow:"⇓",downarrow:"↓",DownArrowBar:"⤓",DownArrowUpArrow:"⇵",DownBreve:"̑",downdownarrows:"⇊",downharpoonleft:"⇃",downharpoonright:"⇂",DownLeftRightVector:"⥐",DownLeftTeeVector:"⥞",DownLeftVector:"↽",DownLeftVectorBar:"⥖",DownRightTeeVector:"⥟",DownRightVector:"⇁",DownRightVectorBar:"⥗",DownTee:"⊤",DownTeeArrow:"↧",drbkarow:"⤐",drcorn:"⌟",drcrop:"⌌",Dscr:"𝒟",dscr:"𝒹",DScy:"Ѕ",dscy:"ѕ",dsol:"⧶",Dstrok:"Đ",dstrok:"đ",dtdot:"⋱",dtri:"▿",dtrif:"▾",duarr:"⇵",duhar:"⥯",dwangle:"⦦",DZcy:"Џ",dzcy:"џ",dzigrarr:"⟿",Eacute:"É",eacute:"é",easter:"⩮",Ecaron:"Ě",ecaron:"ě",ecir:"≖",Ecirc:"Ê",ecirc:"ê",ecolon:"≕",Ecy:"Э",ecy:"э",eDDot:"⩷",Edot:"Ė",eDot:"≑",edot:"ė",ee:"ⅇ",efDot:"≒",Efr:"𝔈",efr:"𝔢",eg:"⪚",Egrave:"È",egrave:"è",egs:"⪖",egsdot:"⪘",el:"⪙",Element:"∈",elinters:"⏧",ell:"ℓ",els:"⪕",elsdot:"⪗",Emacr:"Ē",emacr:"ē",empty:"∅",emptyset:"∅",EmptySmallSquare:"◻",emptyv:"∅",EmptyVerySmallSquare:"▫",emsp:" ",emsp13:" ",emsp14:" ",ENG:"Ŋ",eng:"ŋ",ensp:" ",Eogon:"Ę",eogon:"ę",Eopf:"𝔼",eopf:"𝕖",epar:"⋕",eparsl:"⧣",eplus:"⩱",epsi:"ε",Epsilon:"Ε",epsilon:"ε",epsiv:"ϵ",eqcirc:"≖",eqcolon:"≕",eqsim:"≂",eqslantgtr:"⪖",eqslantless:"⪕",Equal:"⩵",equals:"=",EqualTilde:"≂",equest:"≟",Equilibrium:"⇌",equiv:"≡",equivDD:"⩸",eqvparsl:"⧥",erarr:"⥱",erDot:"≓",Escr:"ℰ",escr:"ℯ",esdot:"≐",Esim:"⩳",esim:"≂",Eta:"Η",eta:"η",ETH:"Ð",eth:"ð",Euml:"Ë",euml:"ë",euro:"€",excl:"!",exist:"∃",Exists:"∃",expectation:"ℰ",ExponentialE:"ⅇ",exponentiale:"ⅇ",fallingdotseq:"≒",Fcy:"Ф",fcy:"ф",female:"♀",ffilig:"ffi",fflig:"ff",ffllig:"ffl",Ffr:"𝔉",ffr:"𝔣",filig:"fi",FilledSmallSquare:"◼",FilledVerySmallSquare:"▪",fjlig:"fj",flat:"♭",fllig:"fl",fltns:"▱",fnof:"ƒ",Fopf:"𝔽",fopf:"𝕗",ForAll:"∀",forall:"∀",fork:"⋔",forkv:"⫙",Fouriertrf:"ℱ",fpartint:"⨍",frac12:"½",frac13:"⅓",frac14:"¼",frac15:"⅕",frac16:"⅙",frac18:"⅛",frac23:"⅔",frac25:"⅖",frac34:"¾",frac35:"⅗",frac38:"⅜",frac45:"⅘",frac56:"⅚",frac58:"⅝",frac78:"⅞",frasl:"⁄",frown:"⌢",Fscr:"ℱ",fscr:"𝒻",gacute:"ǵ",Gamma:"Γ",gamma:"γ",Gammad:"Ϝ",gammad:"ϝ",gap:"⪆",Gbreve:"Ğ",gbreve:"ğ",Gcedil:"Ģ",Gcirc:"Ĝ",gcirc:"ĝ",Gcy:"Г",gcy:"г",Gdot:"Ġ",gdot:"ġ",gE:"≧",ge:"≥",gEl:"⪌",gel:"⋛",geq:"≥",geqq:"≧",geqslant:"⩾",ges:"⩾",gescc:"⪩",gesdot:"⪀",gesdoto:"⪂",gesdotol:"⪄",gesl:"⋛︀",gesles:"⪔",Gfr:"𝔊",gfr:"𝔤",Gg:"⋙",gg:"≫",ggg:"⋙",gimel:"ℷ",GJcy:"Ѓ",gjcy:"ѓ",gl:"≷",gla:"⪥",glE:"⪒",glj:"⪤",gnap:"⪊",gnapprox:"⪊",gnE:"≩",gne:"⪈",gneq:"⪈",gneqq:"≩",gnsim:"⋧",Gopf:"𝔾",gopf:"𝕘",grave:"`",GreaterEqual:"≥",GreaterEqualLess:"⋛",GreaterFullEqual:"≧",GreaterGreater:"⪢",GreaterLess:"≷",GreaterSlantEqual:"⩾",GreaterTilde:"≳",Gscr:"𝒢",gscr:"ℊ",gsim:"≳",gsime:"⪎",gsiml:"⪐",Gt:"≫",GT:">",gt:">",gtcc:"⪧",gtcir:"⩺",gtdot:"⋗",gtlPar:"⦕",gtquest:"⩼",gtrapprox:"⪆",gtrarr:"⥸",gtrdot:"⋗",gtreqless:"⋛",gtreqqless:"⪌",gtrless:"≷",gtrsim:"≳",gvertneqq:"≩︀",gvnE:"≩︀",Hacek:"ˇ",hairsp:" ",half:"½",hamilt:"ℋ",HARDcy:"Ъ",hardcy:"ъ",hArr:"⇔",harr:"↔",harrcir:"⥈",harrw:"↭",Hat:"^",hbar:"ℏ",Hcirc:"Ĥ",hcirc:"ĥ",hearts:"♥",heartsuit:"♥",hellip:"…",hercon:"⊹",Hfr:"ℌ",hfr:"𝔥",HilbertSpace:"ℋ",hksearow:"⤥",hkswarow:"⤦",hoarr:"⇿",homtht:"∻",hookleftarrow:"↩",hookrightarrow:"↪",Hopf:"ℍ",hopf:"𝕙",horbar:"―",HorizontalLine:"─",Hscr:"ℋ",hscr:"𝒽",hslash:"ℏ",Hstrok:"Ħ",hstrok:"ħ",HumpDownHump:"≎",HumpEqual:"≏",hybull:"⁃",hyphen:"‐",Iacute:"Í",iacute:"í",ic:"",Icirc:"Î",icirc:"î",Icy:"И",icy:"и",Idot:"İ",IEcy:"Е",iecy:"е",iexcl:"¡",iff:"⇔",Ifr:"ℑ",ifr:"𝔦",Igrave:"Ì",igrave:"ì",ii:"ⅈ",iiiint:"⨌",iiint:"∭",iinfin:"⧜",iiota:"℩",IJlig:"IJ",ijlig:"ij",Im:"ℑ",Imacr:"Ī",imacr:"ī",image:"ℑ",ImaginaryI:"ⅈ",imagline:"ℐ",imagpart:"ℑ",imath:"ı",imof:"⊷",imped:"Ƶ",Implies:"⇒",in:"∈",incare:"℅",infin:"∞",infintie:"⧝",inodot:"ı",Int:"∬",int:"∫",intcal:"⊺",integers:"ℤ",Integral:"∫",intercal:"⊺",Intersection:"⋂",intlarhk:"⨗",intprod:"⨼",InvisibleComma:"",InvisibleTimes:"",IOcy:"Ё",iocy:"ё",Iogon:"Į",iogon:"į",Iopf:"𝕀",iopf:"𝕚",Iota:"Ι",iota:"ι",iprod:"⨼",iquest:"¿",Iscr:"ℐ",iscr:"𝒾",isin:"∈",isindot:"⋵",isinE:"⋹",isins:"⋴",isinsv:"⋳",isinv:"∈",it:"",Itilde:"Ĩ",itilde:"ĩ",Iukcy:"І",iukcy:"і",Iuml:"Ï",iuml:"ï",Jcirc:"Ĵ",jcirc:"ĵ",Jcy:"Й",jcy:"й",Jfr:"𝔍",jfr:"𝔧",jmath:"ȷ",Jopf:"𝕁",jopf:"𝕛",Jscr:"𝒥",jscr:"𝒿",Jsercy:"Ј",jsercy:"ј",Jukcy:"Є",jukcy:"є",Kappa:"Κ",kappa:"κ",kappav:"ϰ",Kcedil:"Ķ",kcedil:"ķ",Kcy:"К",kcy:"к",Kfr:"𝔎",kfr:"𝔨",kgreen:"ĸ",KHcy:"Х",khcy:"х",KJcy:"Ќ",kjcy:"ќ",Kopf:"𝕂",kopf:"𝕜",Kscr:"𝒦",kscr:"𝓀",lAarr:"⇚",Lacute:"Ĺ",lacute:"ĺ",laemptyv:"⦴",lagran:"ℒ",Lambda:"Λ",lambda:"λ",Lang:"⟪",lang:"⟨",langd:"⦑",langle:"⟨",lap:"⪅",Laplacetrf:"ℒ",laquo:"«",Larr:"↞",lArr:"⇐",larr:"←",larrb:"⇤",larrbfs:"⤟",larrfs:"⤝",larrhk:"↩",larrlp:"↫",larrpl:"⤹",larrsim:"⥳",larrtl:"↢",lat:"⪫",lAtail:"⤛",latail:"⤙",late:"⪭",lates:"⪭︀",lBarr:"⤎",lbarr:"⤌",lbbrk:"❲",lbrace:"{",lbrack:"[",lbrke:"⦋",lbrksld:"⦏",lbrkslu:"⦍",Lcaron:"Ľ",lcaron:"ľ",Lcedil:"Ļ",lcedil:"ļ",lceil:"⌈",lcub:"{",Lcy:"Л",lcy:"л",ldca:"⤶",ldquo:"“",ldquor:"„",ldrdhar:"⥧",ldrushar:"⥋",ldsh:"↲",lE:"≦",le:"≤",LeftAngleBracket:"⟨",LeftArrow:"←",Leftarrow:"⇐",leftarrow:"←",LeftArrowBar:"⇤",LeftArrowRightArrow:"⇆",leftarrowtail:"↢",LeftCeiling:"⌈",LeftDoubleBracket:"⟦",LeftDownTeeVector:"⥡",LeftDownVector:"⇃",LeftDownVectorBar:"⥙",LeftFloor:"⌊",leftharpoondown:"↽",leftharpoonup:"↼",leftleftarrows:"⇇",LeftRightArrow:"↔",Leftrightarrow:"⇔",leftrightarrow:"↔",leftrightarrows:"⇆",leftrightharpoons:"⇋",leftrightsquigarrow:"↭",LeftRightVector:"⥎",LeftTee:"⊣",LeftTeeArrow:"↤",LeftTeeVector:"⥚",leftthreetimes:"⋋",LeftTriangle:"⊲",LeftTriangleBar:"⧏",LeftTriangleEqual:"⊴",LeftUpDownVector:"⥑",LeftUpTeeVector:"⥠",LeftUpVector:"↿",LeftUpVectorBar:"⥘",LeftVector:"↼",LeftVectorBar:"⥒",lEg:"⪋",leg:"⋚",leq:"≤",leqq:"≦",leqslant:"⩽",les:"⩽",lescc:"⪨",lesdot:"⩿",lesdoto:"⪁",lesdotor:"⪃",lesg:"⋚︀",lesges:"⪓",lessapprox:"⪅",lessdot:"⋖",lesseqgtr:"⋚",lesseqqgtr:"⪋",LessEqualGreater:"⋚",LessFullEqual:"≦",LessGreater:"≶",lessgtr:"≶",LessLess:"⪡",lesssim:"≲",LessSlantEqual:"⩽",LessTilde:"≲",lfisht:"⥼",lfloor:"⌊",Lfr:"𝔏",lfr:"𝔩",lg:"≶",lgE:"⪑",lHar:"⥢",lhard:"↽",lharu:"↼",lharul:"⥪",lhblk:"▄",LJcy:"Љ",ljcy:"љ",Ll:"⋘",ll:"≪",llarr:"⇇",llcorner:"⌞",Lleftarrow:"⇚",llhard:"⥫",lltri:"◺",Lmidot:"Ŀ",lmidot:"ŀ",lmoust:"⎰",lmoustache:"⎰",lnap:"⪉",lnapprox:"⪉",lnE:"≨",lne:"⪇",lneq:"⪇",lneqq:"≨",lnsim:"⋦",loang:"⟬",loarr:"⇽",lobrk:"⟦",LongLeftArrow:"⟵",Longleftarrow:"⟸",longleftarrow:"⟵",LongLeftRightArrow:"⟷",Longleftrightarrow:"⟺",longleftrightarrow:"⟷",longmapsto:"⟼",LongRightArrow:"⟶",Longrightarrow:"⟹",longrightarrow:"⟶",looparrowleft:"↫",looparrowright:"↬",lopar:"⦅",Lopf:"𝕃",lopf:"𝕝",loplus:"⨭",lotimes:"⨴",lowast:"∗",lowbar:"_",LowerLeftArrow:"↙",LowerRightArrow:"↘",loz:"◊",lozenge:"◊",lozf:"⧫",lpar:"(",lparlt:"⦓",lrarr:"⇆",lrcorner:"⌟",lrhar:"⇋",lrhard:"⥭",lrm:"",lrtri:"⊿",lsaquo:"‹",Lscr:"ℒ",lscr:"𝓁",Lsh:"↰",lsh:"↰",lsim:"≲",lsime:"⪍",lsimg:"⪏",lsqb:"[",lsquo:"‘",lsquor:"‚",Lstrok:"Ł",lstrok:"ł",Lt:"≪",LT:"<",lt:"<",ltcc:"⪦",ltcir:"⩹",ltdot:"⋖",lthree:"⋋",ltimes:"⋉",ltlarr:"⥶",ltquest:"⩻",ltri:"◃",ltrie:"⊴",ltrif:"◂",ltrPar:"⦖",lurdshar:"⥊",luruhar:"⥦",lvertneqq:"≨︀",lvnE:"≨︀",macr:"¯",male:"♂",malt:"✠",maltese:"✠",Map:"⤅",map:"↦",mapsto:"↦",mapstodown:"↧",mapstoleft:"↤",mapstoup:"↥",marker:"▮",mcomma:"⨩",Mcy:"М",mcy:"м",mdash:"—",mDDot:"∺",measuredangle:"∡",MediumSpace:" ",Mellintrf:"ℳ",Mfr:"𝔐",mfr:"𝔪",mho:"℧",micro:"µ",mid:"∣",midast:"*",midcir:"⫰",middot:"·",minus:"−",minusb:"⊟",minusd:"∸",minusdu:"⨪",MinusPlus:"∓",mlcp:"⫛",mldr:"…",mnplus:"∓",models:"⊧",Mopf:"𝕄",mopf:"𝕞",mp:"∓",Mscr:"ℳ",mscr:"𝓂",mstpos:"∾",Mu:"Μ",mu:"μ",multimap:"⊸",mumap:"⊸",nabla:"∇",Nacute:"Ń",nacute:"ń",nang:"∠⃒",nap:"≉",napE:"⩰̸",napid:"≋̸",napos:"ʼn",napprox:"≉",natur:"♮",natural:"♮",naturals:"ℕ",nbsp:" ",nbump:"≎̸",nbumpe:"≏̸",ncap:"⩃",Ncaron:"Ň",ncaron:"ň",Ncedil:"Ņ",ncedil:"ņ",ncong:"≇",ncongdot:"⩭̸",ncup:"⩂",Ncy:"Н",ncy:"н",ndash:"–",ne:"≠",nearhk:"⤤",neArr:"⇗",nearr:"↗",nearrow:"↗",nedot:"≐̸",NegativeMediumSpace:"",NegativeThickSpace:"",NegativeThinSpace:"",NegativeVeryThinSpace:"",nequiv:"≢",nesear:"⤨",nesim:"≂̸",NestedGreaterGreater:"≫",NestedLessLess:"≪",NewLine:"\n",nexist:"∄",nexists:"∄",Nfr:"𝔑",nfr:"𝔫",ngE:"≧̸",nge:"≱",ngeq:"≱",ngeqq:"≧̸",ngeqslant:"⩾̸",nges:"⩾̸",nGg:"⋙̸",ngsim:"≵",nGt:"≫⃒",ngt:"≯",ngtr:"≯",nGtv:"≫̸",nhArr:"⇎",nharr:"↮",nhpar:"⫲",ni:"∋",nis:"⋼",nisd:"⋺",niv:"∋",NJcy:"Њ",njcy:"њ",nlArr:"⇍",nlarr:"↚",nldr:"‥",nlE:"≦̸",nle:"≰",nLeftarrow:"⇍",nleftarrow:"↚",nLeftrightarrow:"⇎",nleftrightarrow:"↮",nleq:"≰",nleqq:"≦̸",nleqslant:"⩽̸",nles:"⩽̸",nless:"≮",nLl:"⋘̸",nlsim:"≴",nLt:"≪⃒",nlt:"≮",nltri:"⋪",nltrie:"⋬",nLtv:"≪̸",nmid:"∤",NoBreak:"",NonBreakingSpace:" ",Nopf:"ℕ",nopf:"𝕟",Not:"⫬",not:"¬",NotCongruent:"≢",NotCupCap:"≭",NotDoubleVerticalBar:"∦",NotElement:"∉",NotEqual:"≠",NotEqualTilde:"≂̸",NotExists:"∄",NotGreater:"≯",NotGreaterEqual:"≱",NotGreaterFullEqual:"≧̸",NotGreaterGreater:"≫̸",NotGreaterLess:"≹",NotGreaterSlantEqual:"⩾̸",NotGreaterTilde:"≵",NotHumpDownHump:"≎̸",NotHumpEqual:"≏̸",notin:"∉",notindot:"⋵̸",notinE:"⋹̸",notinva:"∉",notinvb:"⋷",notinvc:"⋶",NotLeftTriangle:"⋪",NotLeftTriangleBar:"⧏̸",NotLeftTriangleEqual:"⋬",NotLess:"≮",NotLessEqual:"≰",NotLessGreater:"≸",NotLessLess:"≪̸",NotLessSlantEqual:"⩽̸",NotLessTilde:"≴",NotNestedGreaterGreater:"⪢̸",NotNestedLessLess:"⪡̸",notni:"∌",notniva:"∌",notnivb:"⋾",notnivc:"⋽",NotPrecedes:"⊀",NotPrecedesEqual:"⪯̸",NotPrecedesSlantEqual:"⋠",NotReverseElement:"∌",NotRightTriangle:"⋫",NotRightTriangleBar:"⧐̸",NotRightTriangleEqual:"⋭",NotSquareSubset:"⊏̸",NotSquareSubsetEqual:"⋢",NotSquareSuperset:"⊐̸",NotSquareSupersetEqual:"⋣",NotSubset:"⊂⃒",NotSubsetEqual:"⊈",NotSucceeds:"⊁",NotSucceedsEqual:"⪰̸",NotSucceedsSlantEqual:"⋡",NotSucceedsTilde:"≿̸",NotSuperset:"⊃⃒",NotSupersetEqual:"⊉",NotTilde:"≁",NotTildeEqual:"≄",NotTildeFullEqual:"≇",NotTildeTilde:"≉",NotVerticalBar:"∤",npar:"∦",nparallel:"∦",nparsl:"⫽⃥",npart:"∂̸",npolint:"⨔",npr:"⊀",nprcue:"⋠",npre:"⪯̸",nprec:"⊀",npreceq:"⪯̸",nrArr:"⇏",nrarr:"↛",nrarrc:"⤳̸",nrarrw:"↝̸",nRightarrow:"⇏",nrightarrow:"↛",nrtri:"⋫",nrtrie:"⋭",nsc:"⊁",nsccue:"⋡",nsce:"⪰̸",Nscr:"𝒩",nscr:"𝓃",nshortmid:"∤",nshortparallel:"∦",nsim:"≁",nsime:"≄",nsimeq:"≄",nsmid:"∤",nspar:"∦",nsqsube:"⋢",nsqsupe:"⋣",nsub:"⊄",nsubE:"⫅̸",nsube:"⊈",nsubset:"⊂⃒",nsubseteq:"⊈",nsubseteqq:"⫅̸",nsucc:"⊁",nsucceq:"⪰̸",nsup:"⊅",nsupE:"⫆̸",nsupe:"⊉",nsupset:"⊃⃒",nsupseteq:"⊉",nsupseteqq:"⫆̸",ntgl:"≹",Ntilde:"Ñ",ntilde:"ñ",ntlg:"≸",ntriangleleft:"⋪",ntrianglelefteq:"⋬",ntriangleright:"⋫",ntrianglerighteq:"⋭",Nu:"Ν",nu:"ν",num:"#",numero:"№",numsp:" ",nvap:"≍⃒",nVDash:"⊯",nVdash:"⊮",nvDash:"⊭",nvdash:"⊬",nvge:"≥⃒",nvgt:">⃒",nvHarr:"⤄",nvinfin:"⧞",nvlArr:"⤂",nvle:"≤⃒",nvlt:"<⃒",nvltrie:"⊴⃒",nvrArr:"⤃",nvrtrie:"⊵⃒",nvsim:"∼⃒",nwarhk:"⤣",nwArr:"⇖",nwarr:"↖",nwarrow:"↖",nwnear:"⤧",Oacute:"Ó",oacute:"ó",oast:"⊛",ocir:"⊚",Ocirc:"Ô",ocirc:"ô",Ocy:"О",ocy:"о",odash:"⊝",Odblac:"Ő",odblac:"ő",odiv:"⨸",odot:"⊙",odsold:"⦼",OElig:"Œ",oelig:"œ",ofcir:"⦿",Ofr:"𝔒",ofr:"𝔬",ogon:"˛",Ograve:"Ò",ograve:"ò",ogt:"⧁",ohbar:"⦵",ohm:"Ω",oint:"∮",olarr:"↺",olcir:"⦾",olcross:"⦻",oline:"‾",olt:"⧀",Omacr:"Ō",omacr:"ō",Omega:"Ω",omega:"ω",Omicron:"Ο",omicron:"ο",omid:"⦶",ominus:"⊖",Oopf:"𝕆",oopf:"𝕠",opar:"⦷",OpenCurlyDoubleQuote:"“",OpenCurlyQuote:"‘",operp:"⦹",oplus:"⊕",Or:"⩔",or:"∨",orarr:"↻",ord:"⩝",order:"ℴ",orderof:"ℴ",ordf:"ª",ordm:"º",origof:"⊶",oror:"⩖",orslope:"⩗",orv:"⩛",oS:"Ⓢ",Oscr:"𝒪",oscr:"ℴ",Oslash:"Ø",oslash:"ø",osol:"⊘",Otilde:"Õ",otilde:"õ",Otimes:"⨷",otimes:"⊗",otimesas:"⨶",Ouml:"Ö",ouml:"ö",ovbar:"⌽",OverBar:"‾",OverBrace:"⏞",OverBracket:"⎴",OverParenthesis:"⏜",par:"∥",para:"¶",parallel:"∥",parsim:"⫳",parsl:"⫽",part:"∂",PartialD:"∂",Pcy:"П",pcy:"п",percnt:"%",period:".",permil:"‰",perp:"⊥",pertenk:"‱",Pfr:"𝔓",pfr:"𝔭",Phi:"Φ",phi:"φ",phiv:"ϕ",phmmat:"ℳ",phone:"☎",Pi:"Π",pi:"π",pitchfork:"⋔",piv:"ϖ",planck:"ℏ",planckh:"ℎ",plankv:"ℏ",plus:"+",plusacir:"⨣",plusb:"⊞",pluscir:"⨢",plusdo:"∔",plusdu:"⨥",pluse:"⩲",PlusMinus:"±",plusmn:"±",plussim:"⨦",plustwo:"⨧",pm:"±",Poincareplane:"ℌ",pointint:"⨕",Popf:"ℙ",popf:"𝕡",pound:"£",Pr:"⪻",pr:"≺",prap:"⪷",prcue:"≼",prE:"⪳",pre:"⪯",prec:"≺",precapprox:"⪷",preccurlyeq:"≼",Precedes:"≺",PrecedesEqual:"⪯",PrecedesSlantEqual:"≼",PrecedesTilde:"≾",preceq:"⪯",precnapprox:"⪹",precneqq:"⪵",precnsim:"⋨",precsim:"≾",Prime:"″",prime:"′",primes:"ℙ",prnap:"⪹",prnE:"⪵",prnsim:"⋨",prod:"∏",Product:"∏",profalar:"⌮",profline:"⌒",profsurf:"⌓",prop:"∝",Proportion:"∷",Proportional:"∝",propto:"∝",prsim:"≾",prurel:"⊰",Pscr:"𝒫",pscr:"𝓅",Psi:"Ψ",psi:"ψ",puncsp:" ",Qfr:"𝔔",qfr:"𝔮",qint:"⨌",Qopf:"ℚ",qopf:"𝕢",qprime:"⁗",Qscr:"𝒬",qscr:"𝓆",quaternions:"ℍ",quatint:"⨖",quest:"?",questeq:"≟",QUOT:'"',quot:'"',rAarr:"⇛",race:"∽̱",Racute:"Ŕ",racute:"ŕ",radic:"√",raemptyv:"⦳",Rang:"⟫",rang:"⟩",rangd:"⦒",range:"⦥",rangle:"⟩",raquo:"»",Rarr:"↠",rArr:"⇒",rarr:"→",rarrap:"⥵",rarrb:"⇥",rarrbfs:"⤠",rarrc:"⤳",rarrfs:"⤞",rarrhk:"↪",rarrlp:"↬",rarrpl:"⥅",rarrsim:"⥴",Rarrtl:"⤖",rarrtl:"↣",rarrw:"↝",rAtail:"⤜",ratail:"⤚",ratio:"∶",rationals:"ℚ",RBarr:"⤐",rBarr:"⤏",rbarr:"⤍",rbbrk:"❳",rbrace:"}",rbrack:"]",rbrke:"⦌",rbrksld:"⦎",rbrkslu:"⦐",Rcaron:"Ř",rcaron:"ř",Rcedil:"Ŗ",rcedil:"ŗ",rceil:"⌉",rcub:"}",Rcy:"Р",rcy:"р",rdca:"⤷",rdldhar:"⥩",rdquo:"”",rdquor:"”",rdsh:"↳",Re:"ℜ",real:"ℜ",realine:"ℛ",realpart:"ℜ",reals:"ℝ",rect:"▭",REG:"®",reg:"®",ReverseElement:"∋",ReverseEquilibrium:"⇋",ReverseUpEquilibrium:"⥯",rfisht:"⥽",rfloor:"⌋",Rfr:"ℜ",rfr:"𝔯",rHar:"⥤",rhard:"⇁",rharu:"⇀",rharul:"⥬",Rho:"Ρ",rho:"ρ",rhov:"ϱ",RightAngleBracket:"⟩",RightArrow:"→",Rightarrow:"⇒",rightarrow:"→",RightArrowBar:"⇥",RightArrowLeftArrow:"⇄",rightarrowtail:"↣",RightCeiling:"⌉",RightDoubleBracket:"⟧",RightDownTeeVector:"⥝",RightDownVector:"⇂",RightDownVectorBar:"⥕",RightFloor:"⌋",rightharpoondown:"⇁",rightharpoonup:"⇀",rightleftarrows:"⇄",rightleftharpoons:"⇌",rightrightarrows:"⇉",rightsquigarrow:"↝",RightTee:"⊢",RightTeeArrow:"↦",RightTeeVector:"⥛",rightthreetimes:"⋌",RightTriangle:"⊳",RightTriangleBar:"⧐",RightTriangleEqual:"⊵",RightUpDownVector:"⥏",RightUpTeeVector:"⥜",RightUpVector:"↾",RightUpVectorBar:"⥔",RightVector:"⇀",RightVectorBar:"⥓",ring:"˚",risingdotseq:"≓",rlarr:"⇄",rlhar:"⇌",rlm:"",rmoust:"⎱",rmoustache:"⎱",rnmid:"⫮",roang:"⟭",roarr:"⇾",robrk:"⟧",ropar:"⦆",Ropf:"ℝ",ropf:"𝕣",roplus:"⨮",rotimes:"⨵",RoundImplies:"⥰",rpar:")",rpargt:"⦔",rppolint:"⨒",rrarr:"⇉",Rrightarrow:"⇛",rsaquo:"›",Rscr:"ℛ",rscr:"𝓇",Rsh:"↱",rsh:"↱",rsqb:"]",rsquo:"’",rsquor:"’",rthree:"⋌",rtimes:"⋊",rtri:"▹",rtrie:"⊵",rtrif:"▸",rtriltri:"⧎",RuleDelayed:"⧴",ruluhar:"⥨",rx:"℞",Sacute:"Ś",sacute:"ś",sbquo:"‚",Sc:"⪼",sc:"≻",scap:"⪸",Scaron:"Š",scaron:"š",sccue:"≽",scE:"⪴",sce:"⪰",Scedil:"Ş",scedil:"ş",Scirc:"Ŝ",scirc:"ŝ",scnap:"⪺",scnE:"⪶",scnsim:"⋩",scpolint:"⨓",scsim:"≿",Scy:"С",scy:"с",sdot:"⋅",sdotb:"⊡",sdote:"⩦",searhk:"⤥",seArr:"⇘",searr:"↘",searrow:"↘",sect:"§",semi:";",seswar:"⤩",setminus:"∖",setmn:"∖",sext:"✶",Sfr:"𝔖",sfr:"𝔰",sfrown:"⌢",sharp:"♯",SHCHcy:"Щ",shchcy:"щ",SHcy:"Ш",shcy:"ш",ShortDownArrow:"↓",ShortLeftArrow:"←",shortmid:"∣",shortparallel:"∥",ShortRightArrow:"→",ShortUpArrow:"↑",shy:"",Sigma:"Σ",sigma:"σ",sigmaf:"ς",sigmav:"ς",sim:"∼",simdot:"⩪",sime:"≃",simeq:"≃",simg:"⪞",simgE:"⪠",siml:"⪝",simlE:"⪟",simne:"≆",simplus:"⨤",simrarr:"⥲",slarr:"←",SmallCircle:"∘",smallsetminus:"∖",smashp:"⨳",smeparsl:"⧤",smid:"∣",smile:"⌣",smt:"⪪",smte:"⪬",smtes:"⪬︀",SOFTcy:"Ь",softcy:"ь",sol:"/",solb:"⧄",solbar:"⌿",Sopf:"𝕊",sopf:"𝕤",spades:"♠",spadesuit:"♠",spar:"∥",sqcap:"⊓",sqcaps:"⊓︀",sqcup:"⊔",sqcups:"⊔︀",Sqrt:"√",sqsub:"⊏",sqsube:"⊑",sqsubset:"⊏",sqsubseteq:"⊑",sqsup:"⊐",sqsupe:"⊒",sqsupset:"⊐",sqsupseteq:"⊒",squ:"□",Square:"□",square:"□",SquareIntersection:"⊓",SquareSubset:"⊏",SquareSubsetEqual:"⊑",SquareSuperset:"⊐",SquareSupersetEqual:"⊒",SquareUnion:"⊔",squarf:"▪",squf:"▪",srarr:"→",Sscr:"𝒮",sscr:"𝓈",ssetmn:"∖",ssmile:"⌣",sstarf:"⋆",Star:"⋆",star:"☆",starf:"★",straightepsilon:"ϵ",straightphi:"ϕ",strns:"¯",Sub:"⋐",sub:"⊂",subdot:"⪽",subE:"⫅",sube:"⊆",subedot:"⫃",submult:"⫁",subnE:"⫋",subne:"⊊",subplus:"⪿",subrarr:"⥹",Subset:"⋐",subset:"⊂",subseteq:"⊆",subseteqq:"⫅",SubsetEqual:"⊆",subsetneq:"⊊",subsetneqq:"⫋",subsim:"⫇",subsub:"⫕",subsup:"⫓",succ:"≻",succapprox:"⪸",succcurlyeq:"≽",Succeeds:"≻",SucceedsEqual:"⪰",SucceedsSlantEqual:"≽",SucceedsTilde:"≿",succeq:"⪰",succnapprox:"⪺",succneqq:"⪶",succnsim:"⋩",succsim:"≿",SuchThat:"∋",Sum:"∑",sum:"∑",sung:"♪",Sup:"⋑",sup:"⊃",sup1:"¹",sup2:"²",sup3:"³",supdot:"⪾",supdsub:"⫘",supE:"⫆",supe:"⊇",supedot:"⫄",Superset:"⊃",SupersetEqual:"⊇",suphsol:"⟉",suphsub:"⫗",suplarr:"⥻",supmult:"⫂",supnE:"⫌",supne:"⊋",supplus:"⫀",Supset:"⋑",supset:"⊃",supseteq:"⊇",supseteqq:"⫆",supsetneq:"⊋",supsetneqq:"⫌",supsim:"⫈",supsub:"⫔",supsup:"⫖",swarhk:"⤦",swArr:"⇙",swarr:"↙",swarrow:"↙",swnwar:"⤪",szlig:"ß",Tab:"\t",target:"⌖",Tau:"Τ",tau:"τ",tbrk:"⎴",Tcaron:"Ť",tcaron:"ť",Tcedil:"Ţ",tcedil:"ţ",Tcy:"Т",tcy:"т",tdot:"⃛",telrec:"⌕",Tfr:"𝔗",tfr:"𝔱",there4:"∴",Therefore:"∴",therefore:"∴",Theta:"Θ",theta:"θ",thetasym:"ϑ",thetav:"ϑ",thickapprox:"≈",thicksim:"∼",ThickSpace:" ",thinsp:" ",ThinSpace:" ",thkap:"≈",thksim:"∼",THORN:"Þ",thorn:"þ",Tilde:"∼",tilde:"˜",TildeEqual:"≃",TildeFullEqual:"≅",TildeTilde:"≈",times:"×",timesb:"⊠",timesbar:"⨱",timesd:"⨰",tint:"∭",toea:"⤨",top:"⊤",topbot:"⌶",topcir:"⫱",Topf:"𝕋",topf:"𝕥",topfork:"⫚",tosa:"⤩",tprime:"‴",TRADE:"™",trade:"™",triangle:"▵",triangledown:"▿",triangleleft:"◃",trianglelefteq:"⊴",triangleq:"≜",triangleright:"▹",trianglerighteq:"⊵",tridot:"◬",trie:"≜",triminus:"⨺",TripleDot:"⃛",triplus:"⨹",trisb:"⧍",tritime:"⨻",trpezium:"⏢",Tscr:"𝒯",tscr:"𝓉",TScy:"Ц",tscy:"ц",TSHcy:"Ћ",tshcy:"ћ",Tstrok:"Ŧ",tstrok:"ŧ",twixt:"≬",twoheadleftarrow:"↞",twoheadrightarrow:"↠",Uacute:"Ú",uacute:"ú",Uarr:"↟",uArr:"⇑",uarr:"↑",Uarrocir:"⥉",Ubrcy:"Ў",ubrcy:"ў",Ubreve:"Ŭ",ubreve:"ŭ",Ucirc:"Û",ucirc:"û",Ucy:"У",ucy:"у",udarr:"⇅",Udblac:"Ű",udblac:"ű",udhar:"⥮",ufisht:"⥾",Ufr:"𝔘",ufr:"𝔲",Ugrave:"Ù",ugrave:"ù",uHar:"⥣",uharl:"↿",uharr:"↾",uhblk:"▀",ulcorn:"⌜",ulcorner:"⌜",ulcrop:"⌏",ultri:"◸",Umacr:"Ū",umacr:"ū",uml:"¨",UnderBar:"_",UnderBrace:"⏟",UnderBracket:"⎵",UnderParenthesis:"⏝",Union:"⋃",UnionPlus:"⊎",Uogon:"Ų",uogon:"ų",Uopf:"𝕌",uopf:"𝕦",UpArrow:"↑",Uparrow:"⇑",uparrow:"↑",UpArrowBar:"⤒",UpArrowDownArrow:"⇅",UpDownArrow:"↕",Updownarrow:"⇕",updownarrow:"↕",UpEquilibrium:"⥮",upharpoonleft:"↿",upharpoonright:"↾",uplus:"⊎",UpperLeftArrow:"↖",UpperRightArrow:"↗",Upsi:"ϒ",upsi:"υ",upsih:"ϒ",Upsilon:"Υ",upsilon:"υ",UpTee:"⊥",UpTeeArrow:"↥",upuparrows:"⇈",urcorn:"⌝",urcorner:"⌝",urcrop:"⌎",Uring:"Ů",uring:"ů",urtri:"◹",Uscr:"𝒰",uscr:"𝓊",utdot:"⋰",Utilde:"Ũ",utilde:"ũ",utri:"▵",utrif:"▴",uuarr:"⇈",Uuml:"Ü",uuml:"ü",uwangle:"⦧",vangrt:"⦜",varepsilon:"ϵ",varkappa:"ϰ",varnothing:"∅",varphi:"ϕ",varpi:"ϖ",varpropto:"∝",vArr:"⇕",varr:"↕",varrho:"ϱ",varsigma:"ς",varsubsetneq:"⊊︀",varsubsetneqq:"⫋︀",varsupsetneq:"⊋︀",varsupsetneqq:"⫌︀",vartheta:"ϑ",vartriangleleft:"⊲",vartriangleright:"⊳",Vbar:"⫫",vBar:"⫨",vBarv:"⫩",Vcy:"В",vcy:"в",VDash:"⊫",Vdash:"⊩",vDash:"⊨",vdash:"⊢",Vdashl:"⫦",Vee:"⋁",vee:"∨",veebar:"⊻",veeeq:"≚",vellip:"⋮",Verbar:"‖",verbar:"|",Vert:"‖",vert:"|",VerticalBar:"∣",VerticalLine:"|",VerticalSeparator:"❘",VerticalTilde:"≀",VeryThinSpace:" ",Vfr:"𝔙",vfr:"𝔳",vltri:"⊲",vnsub:"⊂⃒",vnsup:"⊃⃒",Vopf:"𝕍",vopf:"𝕧",vprop:"∝",vrtri:"⊳",Vscr:"𝒱",vscr:"𝓋",vsubnE:"⫋︀",vsubne:"⊊︀",vsupnE:"⫌︀",vsupne:"⊋︀",Vvdash:"⊪",vzigzag:"⦚",Wcirc:"Ŵ",wcirc:"ŵ",wedbar:"⩟",Wedge:"⋀",wedge:"∧",wedgeq:"≙",weierp:"℘",Wfr:"𝔚",wfr:"𝔴",Wopf:"𝕎",wopf:"𝕨",wp:"℘",wr:"≀",wreath:"≀",Wscr:"𝒲",wscr:"𝓌",xcap:"⋂",xcirc:"◯",xcup:"⋃",xdtri:"▽",Xfr:"𝔛",xfr:"𝔵",xhArr:"⟺",xharr:"⟷",Xi:"Ξ",xi:"ξ",xlArr:"⟸",xlarr:"⟵",xmap:"⟼",xnis:"⋻",xodot:"⨀",Xopf:"𝕏",xopf:"𝕩",xoplus:"⨁",xotime:"⨂",xrArr:"⟹",xrarr:"⟶",Xscr:"𝒳",xscr:"𝓍",xsqcup:"⨆",xuplus:"⨄",xutri:"△",xvee:"⋁",xwedge:"⋀",Yacute:"Ý",yacute:"ý",YAcy:"Я",yacy:"я",Ycirc:"Ŷ",ycirc:"ŷ",Ycy:"Ы",ycy:"ы",yen:"¥",Yfr:"𝔜",yfr:"𝔶",YIcy:"Ї",yicy:"ї",Yopf:"𝕐",yopf:"𝕪",Yscr:"𝒴",yscr:"𝓎",YUcy:"Ю",yucy:"ю",Yuml:"Ÿ",yuml:"ÿ",Zacute:"Ź",zacute:"ź",Zcaron:"Ž",zcaron:"ž",Zcy:"З",zcy:"з",Zdot:"Ż",zdot:"ż",zeetrf:"ℨ",ZeroWidthSpace:"",Zeta:"Ζ",zeta:"ζ",Zfr:"ℨ",zfr:"𝔷",ZHcy:"Ж",zhcy:"ж",zigrarr:"⇝",Zopf:"ℤ",zopf:"𝕫",Zscr:"𝒵",zscr:"𝓏",zwj:"",zwnj:""}),jt.entityMap=jt.HTML_ENTITIES;var Xt={},Zt=M.NAMESPACE,Jt=/[A-Z_a-z\xC0-\xD6\xD8-\xF6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/,Qt=new RegExp("[\\-\\.0-9"+Jt.source.slice(1,-1)+"\\u00B7\\u0300-\\u036F\\u203F-\\u2040]"),Kt=new RegExp("^"+Jt.source+Qt.source+"*(?::"+Jt.source+Qt.source+"*)?$");function te(t,e){this.message=t,this.locator=e,Error.captureStackTrace&&Error.captureStackTrace(this,te)}function ee(){}function ie(t,e){return e.lineNumber=t.lineNumber,e.columnNumber=t.columnNumber,e}function ne(t,e,i,n,s,r){function a(t,e,n){i.attributeNames.hasOwnProperty(t)&&r.fatalError("Attribute "+t+" redefined"),i.addValue(t,e.replace(/[\t\n\r]/g," ").replace(/&#?\w+;/g,s),n)}for(var o,h=++e,l=0;;){var u=t.charAt(h);switch(u){case"=":if(1===l)o=t.slice(e,h),l=3;else{if(2!==l)throw new Error("attribute equal must after attrName");l=3}break;case"'":case'"':if(3===l||1===l){if(1===l&&(r.warning('attribute value must after "="'),o=t.slice(e,h)),e=h+1,!((h=t.indexOf(u,e))>0))throw new Error("attribute value no end '"+u+"' match");a(o,c=t.slice(e,h),e-1),l=5}else{if(4!=l)throw new Error('attribute value must after "="');a(o,c=t.slice(e,h),e),r.warning('attribute "'+o+'" missed start quot('+u+")!!"),e=h+1,l=5}break;case"/":switch(l){case 0:i.setTagName(t.slice(e,h));case 5:case 6:case 7:l=7,i.closed=!0;case 4:case 1:break;case 2:i.closed=!0;break;default:throw new Error("attribute invalid close char('/')")}break;case"":return r.error("unexpected end of input"),0==l&&i.setTagName(t.slice(e,h)),h;case">":switch(l){case 0:i.setTagName(t.slice(e,h));case 5:case 6:case 7:break;case 4:case 1:"/"===(c=t.slice(e,h)).slice(-1)&&(i.closed=!0,c=c.slice(0,-1));case 2:2===l&&(c=o),4==l?(r.warning('attribute "'+c+'" missed quot(")!'),a(o,c,e)):(Zt.isHTML(n[""])&&c.match(/^(?:disabled|checked|selected)$/i)||r.warning('attribute "'+c+'" missed value!! "'+c+'" instead!!'),a(c,c,e));break;case 3:throw new Error("attribute value missed!!")}return h;case"":u=" ";default:if(u<=" ")switch(l){case 0:i.setTagName(t.slice(e,h)),l=6;break;case 1:o=t.slice(e,h),l=2;break;case 4:var c=t.slice(e,h);r.warning('attribute "'+c+'" missed quot(")!!'),a(o,c,e);case 5:l=6}else switch(l){case 2:i.tagName,Zt.isHTML(n[""])&&o.match(/^(?:disabled|checked|selected)$/i)||r.warning('attribute "'+o+'" missed value!! "'+o+'" instead2!!'),a(o,o,e),e=h,l=1;break;case 5:r.warning('attribute space is required"'+o+'"!!');case 6:l=1,e=h;break;case 3:l=4,e=h;break;case 7:throw new Error("elements closed character '/' and '>' must be connected to")}}h++}}function se(t,e,i){for(var n=t.tagName,s=null,r=t.length;r--;){var a=t[r],o=a.qName,h=a.value;if((d=o.indexOf(":"))>0)var l=a.prefix=o.slice(0,d),u=o.slice(d+1),c="xmlns"===l&&u;else u=o,l=null,c="xmlns"===o&&"";a.localName=u,!1!==c&&(null==s&&(s={},oe(i,i={})),i[c]=s[c]=h,a.uri=Zt.XMLNS,e.startPrefixMapping(c,h))}for(r=t.length;r--;)(l=(a=t[r]).prefix)&&("xml"===l&&(a.uri=Zt.XML),"xmlns"!==l&&(a.uri=i[l||""]));var d;(d=n.indexOf(":"))>0?(l=t.prefix=n.slice(0,d),u=t.localName=n.slice(d+1)):(l=null,u=t.localName=n);var p=t.uri=i[l||""];if(e.startElement(p,u,n,t),!t.closed)return t.currentNSMap=i,t.localNSMap=s,!0;if(e.endElement(p,u,n),s)for(l in s)Object.prototype.hasOwnProperty.call(s,l)&&e.endPrefixMapping(l)}function re(t,e,i,n,s){if(/^(?:script|textarea)$/i.test(i)){var r=t.indexOf("</"+i+">",e),a=t.substring(e+1,r);if(/[&<]/.test(a))return/^script$/i.test(i)?(s.characters(a,0,a.length),r):(a=a.replace(/&#?\w+;/g,n),s.characters(a,0,a.length),r)}return e+1}function ae(t,e,i,n){var s=n[i];return null==s&&((s=t.lastIndexOf("</"+i+">"))<e&&(s=t.lastIndexOf("</"+i)),n[i]=s),s<e}function oe(t,e){for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i])}function he(t,e,i,n){if("-"===t.charAt(e+2))return"-"===t.charAt(e+3)?(s=t.indexOf("--\x3e",e+4))>e?(i.comment(t,e+4,s-e-4),s+3):(n.error("Unclosed comment"),-1):-1;if("CDATA["==t.substr(e+3,6)){var s=t.indexOf("]]>",e+9);return i.startCDATA(),i.characters(t,e+9,s-e-9),i.endCDATA(),s+3}var r=function(t,e){var i,n=[],s=/'[^']+'|"[^"]+"|[^\s<>\/=]+=?|(\/?\s*>|<)/g;for(s.lastIndex=e,s.exec(t);i=s.exec(t);)if(n.push(i),i[1])return n}(t,e),a=r.length;if(a>1&&/!doctype/i.test(r[0][0])){var o=r[1][0],h=!1,l=!1;a>3&&(/^public$/i.test(r[2][0])?(h=r[3][0],l=a>4&&r[4][0]):/^system$/i.test(r[2][0])&&(l=r[3][0]));var u=r[a-1];return i.startDTD(o,h,l),i.endDTD(),u.index+u[0].length}return-1}function le(t,e,i){var n=t.indexOf("?>",e);if(n){var s=t.substring(e,n).match(/^<\?(\S*)\s*([\s\S]*?)\s*$/);return s?(s[0].length,i.processingInstruction(s[1],s[2]),n+2):-1}return-1}function ue(){this.attributeNames={}}te.prototype=new Error,te.prototype.name=te.name,ee.prototype={parse:function(t,e,i){var n=this.domBuilder;n.startDocument(),oe(e,e={}),function(t,e,i,n,s){function r(t){var e=t.slice(1,-1);return Object.hasOwnProperty.call(i,e)?i[e]:"#"===e.charAt(0)?function(t){if(t>65535){var e=55296+((t-=65536)>>10),i=56320+(1023&t);return String.fromCharCode(e,i)}return String.fromCharCode(t)}(parseInt(e.substr(1).replace("x","0x"))):(s.error("entity not found:"+t),t)}function a(e){if(e>f){var i=t.substring(f,e).replace(/&#?\w+;/g,r);c&&o(f),n.characters(i,0,e-f),f=e}}function o(e,i){for(;e>=l&&(i=u.exec(t));)h=i.index,l=h+i[0].length,c.lineNumber++;c.columnNumber=e-h+1}for(var h=0,l=0,u=/.*(?:\r\n?|\n)|.*$/g,c=n.locator,d=[{currentNSMap:e}],p={},f=0;;){try{var m=t.indexOf("<",f);if(m<0){if(!t.substr(f).match(/^\s*$/)){var g=n.doc,y=g.createTextNode(t.substr(f));g.appendChild(y),n.currentElement=y}return}switch(m>f&&a(m),t.charAt(m+1)){case"/":var v=t.indexOf(">",m+3),x=t.substring(m+2,v).replace(/[ \t\n\r]+$/g,""),b=d.pop();v<0?(x=t.substring(m+2).replace(/[\s<].*/,""),s.error("end tag name: "+x+" is not complete:"+b.tagName),v=m+1+x.length):x.match(/\s</)&&(x=x.replace(/[\s<].*/,""),s.error("end tag name: "+x+" maybe not complete"),v=m+1+x.length);var w=b.localNSMap,_=b.tagName==x;if(_||b.tagName&&b.tagName.toLowerCase()==x.toLowerCase()){if(n.endElement(b.uri,b.localName,x),w)for(var S in w)Object.prototype.hasOwnProperty.call(w,S)&&n.endPrefixMapping(S);_||s.fatalError("end tag name: "+x+" is not match the current start tagName:"+b.tagName)}else d.push(b);v++;break;case"?":c&&o(m),v=le(t,m,n);break;case"!":c&&o(m),v=he(t,m,n,s);break;default:c&&o(m);var E=new ue,M=d[d.length-1].currentNSMap,A=(v=ne(t,m,E,M,r,s),E.length);if(!E.closed&&ae(t,v,E.tagName,p)&&(E.closed=!0,i.nbsp||s.warning("unclosed xml attribute")),c&&A){for(var T=ie(c,{}),C=0;C<A;C++){var I=E[C];o(I.offset),I.locator=ie(c,{})}n.locator=T,se(E,n,M)&&d.push(E),n.locator=c}else se(E,n,M)&&d.push(E);Zt.isHTML(E.uri)&&!E.closed?v=re(t,v,E.tagName,r,n):v++}}catch(t){if(t instanceof te)throw t;s.error("element parse error: "+t),v=-1}v>f?f=v:a(Math.max(m,f)+1)}}(t,e,i,n,this.errorHandler),n.endDocument()}},ue.prototype={setTagName:function(t){if(!Kt.test(t))throw new Error("invalid tagName:"+t);this.tagName=t},addValue:function(t,e,i){if(!Kt.test(t))throw new Error("invalid attribute:"+t);this.attributeNames[t]=this.length,this[this.length++]={qName:t,value:e,offset:i}},length:0,getLocalName:function(t){return this[t].localName},getLocator:function(t){return this[t].locator},getQName:function(t){return this[t].qName},getURI:function(t){return this[t].uri},getValue:function(t){return this[t].value}},Xt.XMLReader=ee,Xt.ParseError=te;var ce=M,de=$t,pe=Xt,fe=E.DOMImplementation,me=ce.NAMESPACE,ge=pe.ParseError,ye=pe.XMLReader;function ve(t){return t.replace(/\r[\n\u0085]/g,"\n").replace(/[\r\u0085\u2028]/g,"\n")}function xe(t){this.options=t||{locator:{}}}function be(){this.cdata=!1}function we(t,e){e.lineNumber=t.lineNumber,e.columnNumber=t.columnNumber}function _e(t,e,i){return"string"==typeof t?t.substr(e,i):t.length>=e+i||e?new java.lang.String(t,e,i)+"":t}function Se(t,e){t.currentElement?t.currentElement.appendChild(e):t.doc.appendChild(e)}xe.prototype.parseFromString=function(t,e){var i=this.options,n=new ye,s=i.domBuilder||new be,r=i.errorHandler,a=i.locator,o=i.xmlns||{},h=/\/x?html?$/.test(e),l=h?de.HTML_ENTITIES:de.XML_ENTITIES;a&&s.setDocumentLocator(a),n.errorHandler=function(t,e,i){if(!t){if(e instanceof be)return e;t=e}var n={},s=t instanceof Function;function r(e){var r=t[e];!r&&s&&(r=2==t.length?function(i){t(e,i)}:t),n[e]=r&&function(t){r("[xmldom "+e+"]\t"+t+function(t){if(t)return"\n@"+(t.systemId||"")+"#[line:"+t.lineNumber+",col:"+t.columnNumber+"]"}(i))}||function(){}}return i=i||{},r("warning"),r("error"),r("fatalError"),n}(r,s,a),n.domBuilder=i.domBuilder||s,h&&(o[""]=me.HTML),o.xml=o.xml||me.XML;var u=i.normalizeLineEndings||ve;return t&&"string"==typeof t?n.parse(u(t),o,l):n.errorHandler.error("invalid doc source"),s.doc},be.prototype={startDocument:function(){this.doc=(new fe).createDocument(null,null,null),this.locator&&(this.doc.documentURI=this.locator.systemId)},startElement:function(t,e,i,n){var s=this.doc,r=s.createElementNS(t,i||e),a=n.length;Se(this,r),this.currentElement=r,this.locator&&we(this.locator,r);for(var o=0;o<a;o++){t=n.getURI(o);var h=n.getValue(o),l=(i=n.getQName(o),s.createAttributeNS(t,i));this.locator&&we(n.getLocator(o),l),l.value=l.nodeValue=h,r.setAttributeNode(l)}},endElement:function(t,e,i){var n=this.currentElement;n.tagName,this.currentElement=n.parentNode},startPrefixMapping:function(t,e){},endPrefixMapping:function(t){},processingInstruction:function(t,e){var i=this.doc.createProcessingInstruction(t,e);this.locator&&we(this.locator,i),Se(this,i)},ignorableWhitespace:function(t,e,i){},characters:function(t,e,i){if(t=_e.apply(this,arguments)){if(this.cdata)var n=this.doc.createCDATASection(t);else n=this.doc.createTextNode(t);this.currentElement?this.currentElement.appendChild(n):/^\s*$/.test(t)&&this.doc.appendChild(n),this.locator&&we(this.locator,n)}},skippedEntity:function(t){},endDocument:function(){this.doc.normalize()},setDocumentLocator:function(t){(this.locator=t)&&(t.lineNumber=0)},comment:function(t,e,i){t=_e.apply(this,arguments);var n=this.doc.createComment(t);this.locator&&we(this.locator,n),Se(this,n)},startCDATA:function(){this.cdata=!0},endCDATA:function(){this.cdata=!1},startDTD:function(t,e,i){var n=this.doc.implementation;if(n&&n.createDocumentType){var s=n.createDocumentType(t,e,i);this.locator&&we(this.locator,s),Se(this,s),this.doc.doctype=s}},warning:function(t){},error:function(t){},fatalError:function(t){throw new ge(t,this.locator)}},"endDTD,startEntity,endEntity,attributeDecl,elementDecl,externalEntityDecl,internalEntityDecl,resolveEntity,getExternalSubset,notationDecl,unparsedEntityDecl".replace(/\w+/g,(function(t){be.prototype[t]=function(){return null}})),Gt.__DOMHandler=be,Gt.normalizeLineEndings=ve,Gt.DOMParser=xe;var Ee=Gt.DOMParser;const Me="undefined"!=typeof window?window:"undefined"!=typeof WorkerGlobalScope?self:{document:void 0,tinyEngine:void 0};Me.Path2D||function(t){if(!t||!t.CanvasRenderingContext2D||t.Path2D)return;const{CanvasRenderingContext2D:e}=t,i=null==e?void 0:e.prototype.fill,n=null==e?void 0:e.prototype.stroke,s=null==e?void 0:e.prototype.isPointInPath;e.prototype.fill=function(...t){if(!(t[0]instanceof g)){const e=t[0]||"nonzero";return i.apply(this,[e])}{const e=t[0],n=t[1]||"nonzero";y(this,e.commands),i.apply(this,[n])}},e.prototype.stroke=function(t){t&&y(this,t.commands),n.apply(this)},e.prototype.isPointInPath=function(...t){if(t[0]instanceof g){const e=t[0],i=t[1],n=t[2],r=t[3]||"nonzero";return y(this,e.commands),s.apply(this,[i,n,r])}return s.apply(this,t)},t.Path2D=g}(Me),Me.DOMParser||(Me.DOMParser=Ee);const Ae={window:Me,version:"2.0.21",isBrowser:"undefined"!=typeof window&&("[object Window]"==={}.toString.call(window)||"[object global]"==={}.toString.call(window)),dpr:1,document:Me.document,time:0,deltaTime:0,config:w},Te=(t,e,i)=>Math.max(e,Math.min(i,t)),Ce=(t,e=1e-6)=>Math.abs(t)<e?0:t<0?-1:1,Ie=t=>t*(Math.PI/180),De=(t,e,i)=>(1-i)*t+i*e,Le={transparent:"rgba(1, 1, 1, 0)",green:"#45b787",darkGreen:"#21532fff",blue:"#6e9bc5",darkBlue:"#2775b6",red:"#F26666",darkRed:"#D95970",brown:"#ECD2B9",darkBrown:"#BF9D8A",yellow:"#ECDEC0",darkYellow:"#D0AC57",lightGray:"#e0e0e0",gray:"#beb6b6",darkGray:"#918883",white:"#F2F2F2",darkWhite:"#ececec",lightBlack:"#2E3032",black:"#182327",blackAlpha5:"rgba(0, 0, 0, 0.5)"},Be={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},Pe={h:0,s:0,l:0},ke={h:0,s:0,l:0};function Ne(t,e,i){return i<0&&(i+=1),i>1&&(i-=1),i<1/6?t+6*(e-t)*i:i<.5?e:i<2/3?t+6*(e-t)*(2/3-i):t}const Oe=/^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3}|[A-Fa-f0-9]{8})$|rgb\(\s*\d+\s*,\s*\d+\s*,\s*\d+\s*\)|rgba\(\s*\d+\s*,\s*\d+\s*,\s*\d+\s*,\s*[\d.]+\s*\)/;let Re=class t{constructor(t,e,i,n){return d(this,"isColor",!0),d(this,"r",1),d(this,"g",1),d(this,"b",1),d(this,"a",1),void 0===e&&void 0===i?this.set(t):this.setRGBA(t,e,i,n)}static isColor(t){return"string"==typeof t?Oe.test(t):"number"==typeof t&&Number.isInteger(t)&&t>=0&&t<=16777215&&6===t.toString(6).length}static getRandomStyle(t){return t?ze.random().setA(t).getStyle():ze.random().getStyle()}static getDarken(t,e=.8){return ze.set(t).getHSL(He),ze.setHSL(He.h,He.s,He.l*e).getStyle()}static getLighten(t,e=1.2){return this.getDarken(t,e)}static getContrast(t){return ze.set(t),ze.getContrastString()}static getArray(t){return ze.set(t).toArray()}static getComplementary(t){return ze.set(t),ze.getComplementaryString()}static getMoreTransparent(t,e){return ze.set(t).setA(e).getStyle()}set(t){return t&&t.isColor?this.copy(t):"number"==typeof t?this.setHex(t):"string"==typeof t&&this.setStyle(t),this}random(){return this.setHex(Math.floor(Math.random()*(1<<24)))}setScalar(t){return this.r=t,this.g=t,this.b=t,this.a=1,this}setHex(t){return t=Math.floor(t),this.r=(t>>16&255)/255,this.g=(t>>8&255)/255,this.b=(255&t)/255,this.a=1,this}setR(t){return this.r=t,this}setG(t){return this.g=t,this}setB(t){return this.b=t,this}setA(t){return this.a=t,this}setRGB(t,e,i){return this.setRGBA(t,e,i,this.a)}setRGBA(t,e,i,n=1){return this.r=t,this.g=e,this.b=i,this.a=n,this}setHSL(t,e,i,n=1){if(t=(t%1+1)%1,e=Te(e,0,1),i=Te(i,0,1),0===e)this.r=this.g=this.b=i;else{const n=i<=.5?i*(1+e):i+e-i*e,s=2*i-n;this.r=Ne(s,n,t+1/3),this.g=Ne(s,n,t),this.b=Ne(s,n,t-1/3)}return this.a=n,this}setStyle(t){let e;if(e=/^((?:rgb|hsl)a?)\(([^\)]*)\)/.exec(t)){let t;const i=e[1],n=e[2];switch(i){case"rgb":case"rgba":if(t=/^\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*(?:,\s*(\d*\.?\d+)\s*)?$/.exec(n))return this.r=Math.min(255,parseInt(t[1],10))/255,this.g=Math.min(255,parseInt(t[2],10))/255,this.b=Math.min(255,parseInt(t[3],10))/255,this.a=Math.max(Math.min(1,void 0!==t[4]?parseFloat(t[4]):1),0),this;if(t=/^\s*(\d+)\%\s*,\s*(\d+)\%\s*,\s*(\d+)\%\s*(?:,\s*(\d*\.?\d+)\s*)?$/.exec(n))return this.r=Math.min(100,parseInt(t[1],10))/100,this.g=Math.min(100,parseInt(t[2],10))/100,this.b=Math.min(100,parseInt(t[3],10))/100,this.a=Math.max(Math.min(1,void 0!==t[4]?parseFloat(t[4]):1),0),this;break;case"hsl":case"hsla":if(t=/^\s*(\d*\.?\d+)\s*,\s*(\d+)\%\s*,\s*(\d+)\%\s*(?:,\s*(\d*\.?\d+)\s*)?$/.exec(n)){const e=parseFloat(t[1])/360,i=parseInt(t[2],10)/100,n=parseInt(t[3],10)/100,s=Math.max(Math.min(1,void 0!==t[4]?parseFloat(t[4]):1),0);return this.setHSL(e,i,n,s)}}}else if(e=/^\#([A-Fa-f\d]+)$/.exec(t)){const t=e[1],i=t.length;if(3===i)return this.r=parseInt(t.charAt(0)+t.charAt(0),16)/255,this.g=parseInt(t.charAt(1)+t.charAt(1),16)/255,this.b=parseInt(t.charAt(2)+t.charAt(2),16)/255,this.a=1,this;if(6===i)return this.r=parseInt(t.charAt(0)+t.charAt(1),16)/255,this.g=parseInt(t.charAt(2)+t.charAt(3),16)/255,this.b=parseInt(t.charAt(4)+t.charAt(5),16)/255,this.a=1,this}return t&&t.length>0?this.setColorName(t):this}setColorName(t){const e=Be[t.toLowerCase()];return void 0!==e&&this.setHex(e),this}clone(){return new t(this.r,this.g,this.b,this.a)}copy(t){return this.r=t.r,this.g=t.g,this.b=t.b,this.a=t.a,this}getRGB(e=new t){return e.setRGB(this.r,this.g,this.b)}getRGBByBg(e=new t){const i=this.a,n=i*this.r+(1-i)*e.r,s=i*this.g+(1-i)*e.g,r=i*this.b+(1-i)*e.b;return new t(n,s,r)}getHex(){return Te(255*this.r,0,255)<<16^Te(255*this.g,0,255)<<8^Te(255*this.b,0,255)}getHSL(t){const e=this.r,i=this.g,n=this.b,s=Math.max(e,i,n),r=Math.min(e,i,n);let a,o=0;const h=(r+s)/2;if(r===s)o=0,a=0;else{const t=s-r;switch(a=h<=.5?t/(s+r):t/(2-s-r),s){case e:o=(i-n)/t+(i<n?6:0);break;case i:o=(n-e)/t+2;break;case n:o=(e-i)/t+4}o/=6}return t.h=o,t.s=a,t.l=h,t}getStyle(){return 1===this.a?`rgb(${255*this.r|0},${255*this.g|0},${255*this.b|0})`:`rgba(${255*this.r|0},${255*this.g|0},${255*this.b|0},${this.a||1})`}getHexString(){return"#"+("000000"+this.getHex().toString(16)).slice(-6)}getBrightness(){let t=(255*this.r*299+255*this.g*587+255*this.b*144)/1e3;return t+=(255-t)*(255-255*this.a)/255,t}getContrastString(){return this.getBrightness()>125?"#2f2f2f":"#f2f2f2"}getComplementary(e=new t){const i=this.toArray(),n=[0,0,0,1];for(let t=0;t<i.length;t++)if(t<3)n[t]=1-i[t];else{if(3!==t)continue;i[t]>1||i[t]<=0?n[t]=1:n[t]=Math.max(Math.min(parseFloat(i[t].toFixed(2)),1),0)}return e.setRGBA(n[0],n[1],n[2],parseFloat(n[3].toFixed(2)))}getComplementaryString(){return this.getComplementary().getStyle()}getLightenOrDarken(e){if(void 0===e||e>=1)return this.getHexString();const i=this.getRGBByBg(),n=i.r*e+(1-e),s=i.g*e+(1-e),r=i.b*e+(1-e);return new t(n,s,r).getHexString()}getNormalized(){return[parseFloat(Math.max(Math.min(this.r,1),0).toFixed(2)),parseFloat(Math.max(Math.min(this.g,1),0).toFixed(2)),parseFloat(Math.max(Math.min(this.b,1),0).toFixed(2)),parseFloat(Math.max(Math.min(this.a,1),0).toFixed(2))]}getNormalized3(){return[parseFloat(Math.max(Math.min(this.r,1),0).toFixed(2)),parseFloat(Math.max(Math.min(this.g,1),0).toFixed(2)),parseFloat(Math.max(Math.min(this.b,1),0).toFixed(2))]}offsetHSL(t,e,i){return this.getHSL(Pe),Pe.h+=t,Pe.s+=e,Pe.l+=i,this.setHSL(Pe.h,Pe.s,Pe.l),this}add(t){return this.r+=t.r,this.g+=t.g,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+=t,this.g+=t,this.b+=t,this}sub(t){return this.r=Math.max(0,this.r-t.r),this.g=Math.max(0,this.g-t.g),this.b=Math.max(0,this.b-t.b),this}multiply(t){return this.r*=t.r,this.g*=t.g,this.b*=t.b,this}multiplyScalar(t){return this.r*=t,this.g*=t,this.b*=t,this}lerp(t,e){return 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,i){return this.r=t.r+(e.r-t.r)*i,this.g=t.g+(e.g-t.g)*i,this.b=t.b+(e.b-t.b)*i,this}lerpHSL(t,e){this.getHSL(Pe),t.getHSL(ke);const i=De(Pe.h,ke.h,e),n=De(Pe.s,ke.s,e),s=De(Pe.l,ke.l,e);return this.setHSL(i,n,s),this}equals(t){return t.r===this.r&&t.g===this.g&&t.b===this.b}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=[0,0,0,0],e=0){return t[e]=this.r,t[e+1]=this.g,t[e+2]=this.b,t[e+3]=this.a,t}fromBufferAttribute(t,e){return this.r=t.getX(e),this.g=t.getY(e),this.b=t.getZ(e),!0===t.normalized&&(this.r/=255,this.g/=255,this.b/=255),this}toJSON(){return this.getHex()}*[Symbol.iterator](){yield this.r,yield this.g,yield this.b}};const ze=new Re,He={h:0,s:0,l:0};let We=class t{constructor(t=0,e=0,i){d(this,"isVector2",!0),d(this,"x",0),d(this,"y",0),d(this,"z"),this.x=t,this.y=e,this.z=i||0}static isZero(t){return 0===t.x&&0===t.y}static isEmpty(t){return!Number.isFinite(t.x)&&!Number.isFinite(t.y)}static equals(t,e,i=!0){return i?t.x===e.x&&t.y===e.y:Math.abs(t.x-e.x)<Ue&&Math.abs(t.y-e.y)<Ue}static getInt32Array(t,e=2){const i=new ArrayBuffer(t.length*e*4),n=new Int32Array(i);for(let e=0,i=t.length;e<i;e++)n[2*e]=t[e].x,n[2*e+1]=t[e].y;return n}static getFloat64Array(t,e=2){const i=new ArrayBuffer(t.length*e*8),n=new Float64Array(i);for(let e=0,i=t.length;e<i;e++)n[2*e]=t[e].x,n[2*e+1]=t[e].y;return n}static getVectors(e){const i=[];for(let n=0,s=e.length;n<s;n++)i.push(new t(e[n].x,e[n].y));return i}static getStrings(e){const i=[];if(!e||!e.length)return"";for(let n=0,s=e.length;n<s;n++)i.push(t.getString(e[n]));return i.join(",")}static getString(t){return`${t.x},${t.y}`}static getLength(t){return Math.sqrt(t.x*t.x+t.y*t.y)}static getDistance(t,e){return Math.sqrt((t.x-e.x)*(t.x-e.x)+(t.y-e.y)*(t.y-e.y))}static distanceToPolygon(t,e){let i=1/0;for(let n=0,s=e.length-1;n<e.length;s=n++){const r=e[n].x,a=e[n].y,o=e[s].x-r,h=e[s].y-a,l=Math.sqrt(o*o+h*h);if(l>0){const e=Math.max(0,Math.min(1,((t.x-r)*o+(t.y-a)*h)/(l*l))),n=r+e*o,s=a+e*h,u=Math.sqrt((t.x-n)*(t.x-n)+(t.y-s)*(t.y-s));i=Math.min(i,u)}}return i}static dot(t,e){return t.x*e.x+t.y*e.y}static cross(t,e){return t.x*e.y-t.y*e.x}static sub(e,i){return(new t).subVectors(e,i)}static isPointOnSegment(t,e,i){return 0===Ce(this.sub(t,i).cross(this.sub(e,i)))&&Ce(this.sub(t,i).dot(this.sub(e,i)))<=0}static angle(t,e,i){return i?Math.atan2(t.y-e.y,t.x-e.x):(t=>{let e=t*(180/Math.PI);return e<0&&(e+=360),e>360&&(e-=360),e})(Math.atan2(t.y-e.y,t.x-e.x))}static getSamplingPoints(t,e=100){let i=this.getClothoidPoints(t,e),n=0;for(let t=0,e=i.length;t<e;t++){let e=Math.max(0,t-1);t>0?n+=this.getDistance(i[e],i[e+1]):n=0,i[t].l=Math.round(n);let s=this.angle(i[e+1],i[e]);i[t].a=Math.round(100*s)/100}return i}static getClothoidPoints(e,i=100){let n=[],s=e.concat([]);if(!s||s.length<2)return n;2===s.length?(s.push(s[1]),s.unshift(s[0])):3===s.length&&s.splice(2,0,s[1]);for(let e=0;e<s.length-3;e+=3){let r=new t(s[e].x,s[e].y),a=new t(s[e+1].x,s[e+1].y),o=new t(s[e+2].x,s[e+2].y),h=new t(s[e+3].x,s[e+3].y),l=0;l+=r.distanceTo(a),l+=a.distanceTo(o),l+=o.distanceTo(h);let u=Math.min(.5,1/(l/i));for(let t=u;t<1;t+=u){let e=3*(a.x-r.x),i=3*(o.x-a.x)-e,s=h.x-r.x-e-i,l=3*(a.y-r.y),u=3*(o.y-a.y)-l,c=h.y-r.y-l-u,d=s*Math.pow(t,3)+i*Math.pow(t,2)+e*t+r.x,p=c*Math.pow(t,3)+u*Math.pow(t,2)+l*t+r.y;n.push({x:Math.round(d),y:Math.round(p),a:0,l:0})}}return n.unshift({x:s[0].x,y:s[0].y,a:0,l:0}),n.push({x:s[s.length-1].x,y:s[s.length-1].y,a:0,l:0}),n}static getClothoidLength(t){let e=0;if(t.length>2)for(let i=0;i<t.length;i++){let n=Math.max(0,i-1);i>0&&(e+=this.getDistance(t[n],t[n+1]))}return e}static getCircleCenterByChord(e,i,n,s=!0,r=new t){const a=this.getDistance(e,i);if(0===a)return r.x=1/0,r.y=1/0,r;Fe.set((e.x+i.x)/2,(e.y+i.y)/2);const o=Math.sqrt(n*n-a*a/4),h=s?-1:1;return r.x=Fe.x+h*o*(i.y-e.y)/a,r.y=Fe.y-h*o*(i.x-e.x)/a,r}static isPointInCircle(t,e,i){return this.getDistance(i,t)<e}static isPointInConvexHull(t,e){let i=!1;const n=e.length;for(let s=0,r=n-1;s<n;r=s++){const n=e[s],a=e[r];if(Math.min(n.x,a.x)<=t.x&&t.x<=Math.max(n.x,a.x)&&Math.min(n.y,a.y)<=t.y&&t.y<=Math.max(n.y,a.y)){const e=(a.x-n.x)*(t.y-n.y)-(a.y-n.y)*(t.x-n.x);if(Math.abs(e)<1e-12)return!0}n.y>t.y!=a.y>t.y&&t.x<(a.x-n.x)*(t.y-n.y)/(a.y-n.y)+n.x&&(i=!i)}return i}static isPointInPolygon(t,e){let i=!1;for(let n=0,s=e.length-1;n<e.length;s=n++){const r=e[n].x,a=e[n].y,o=e[s].x,h=e[s].y;a>t.y!=h>t.y&&t.x<(o-r)*(t.y-a)/(h-a)+r&&(i=!i)}return i}static isPointInPolygonByRay(e,i){let n=0;const s=(new t).copy(e),r=new t,a=new t;for(let t=0;t<i.length;t++){t===i.length-1?(r.copy(i[t]),a.copy(i[0])):(r.copy(i[t]),a.copy(i[t+1]));let e=[r.y,a.y].sort(((t,e)=>t-e));e[0]<s.y&&e[1]>s.y&&(r.x<s.x||a.x<s.x)&&n++}return n%2==1}static getIntersectionOfSegments(e,i,n,s,r=!1,a=new t){const o=(s.y-n.y)*(i.x-e.x)-(s.x-n.x)*(i.y-e.y);if(0===o)return a.makeEmpty();const h=((s.x-n.x)*(e.y-n.y)-(s.y-n.y)*(e.x-n.x))/o,l=((i.x-e.x)*(e.y-n.y)-(i.y-e.y)*(e.x-n.x))/o;return r&&(h<0||h>1||l<0||l>1)?a.makeEmpty():(a.x=e.x+h*(i.x-e.x),a.y=e.y+h*(i.y-e.y),a)}static getConvexHullByGrahamScan(t,e=!1,i=[]){if(!t||!t.length)return i;const n=t.length;let s=0;for(let e=0;e<n;e++)t[e].x<t[s].x&&(s=e);let r,a=s;do{i.push(t[a]),r=(a+1)%n;for(let e=0;e<n;e++)this.whichSideOfSegment(t[a],t[e],t[r])>0&&(r=e);a=r}while(a!==s);return e&&i.push(t[s]),i}static whichSideOfSegment(t,e,i){return(e.x-t.x)*(i.y-t.y)-(i.x-t.x)*(e.y-t.y)}static getPointsWithMatrix3(t,e){const i=[];if(!t)return i;for(let n=0,s=t.length;n<s;n++)i.push({x:e.elements[0]*t[n].x+e.elements[3]*t[n].y+e.elements[6],y:e.elements[1]*t[n].x+e.elements[4]*t[n].y+e.elements[7]});return i}static getPointsApplyMatrix3(t,e=[]){for(let i=0,n=e.length;i<n;i++){const n=t.elements[0]*e[i].x+t.elements[3]*e[i].y+t.elements[6],s=t.elements[1]*e[i].x+t.elements[4]*e[i].y+t.elements[7];e[i].x=n,e[i].y=s}return e}static getCentral(e,i=new t){let n=0,s=0;for(let t=0,i=e.length;t<i;t++)n+=e[t].x,s+=e[t].y;return i.set(n/e.length,s/e.length)}static getCentralByNumbers2(e,i=new t){let n=0,s=0;for(let t=0,i=e.length;t<i;t+=2)n+=e[t],s+=e[t+1];const r=e.length/2;return i.set(n/r,s/r)}static getCentroidByNumbers2(e,i=new t){if(!e||0===e.length)return i.set(0,0);if(e.length<6)return this.getCentralByNumbers2(e,i);let n=0,s=0,r=0;for(let t=0;t<e.length;t+=2){const i=(t+2)%e.length,a=e[t]*e[i+1]-e[i]*e[t+1];n+=a,s+=(e[t]+e[i])*a,r+=(e[t+1]+e[i+1])*a}return n/=2,Math.abs(n)<1e-10?this.getCentralByNumbers2(e,i):(s/=6*n,r/=6*n,i.set(s,r))}static getPoleOfInaccessibility(e,i=new t,n=1){const s=new t;t.getCentroidByNumbers2(e,s);const r=[];for(let t=0;t<e.length;t+=2)r.push({x:e[t],y:e[t+1]});let a={x:s.x,y:s.y},o=this.distanceToPolygon(a,r);for(let t=0;t<20;t++){const e=2*Math.PI*t/20,i=20*Math.random(),n={x:s.x+i*Math.cos(e),y:s.y+i*Math.sin(e)};if(this.isPointInPolygon(n,r)){const t=this.distanceToPolygon(n,r);t>o&&(o=t,a=n)}}return i.set(a.x,a.y),i.z=o,i}add(t){return this.x+=t.x,this.y+=t.y,this}addScalar(t,e){return this.x+=t,this.y+=e||t,this}addScaledVector(t,e){return this.x+=t.x*e,this.y+=t.y*e,this}addVectors(t,e){return this.x=t.x+e.x,this.y=t.y+e.y,this}angle(){return Math.atan2(-this.y,-this.x)+Math.PI}applyMatrix3(t){const e=this.x,i=this.y,n=t.elements;return this.x=n[0]*e+n[3]*i+n[6],this.y=n[1]*e+n[4]*i+n[7],this}ceil(){return this.x=Math.ceil(this.x),this.y=Math.ceil(this.y),this}ceilToZero(){return this.x=this.x<0?Math.floor(this.x):Math.ceil(this.x),this.y=this.y<0?Math.floor(this.y):Math.ceil(this.y),this}clamp(t,e){return this.x=Math.max(t.x,Math.min(e.x,this.x)),this.y=Math.max(t.y,Math.min(e.y,this.y)),this}clampLength(t,e){const i=this.length();return this.divideScalar(i||1).multiplyScalar(Math.max(t,Math.min(e,i)))}clampScalar(t,e){return this.x=Math.max(t,Math.min(e,this.x)),this.y=Math.max(t,Math.min(e,this.y)),this}clone(){return new t(this.x,this.y)}copy(t){return this.x=t.x,this.y=t.y,this}cross(t){return this.x*t.y-this.y*t.x}distanceTo(t){return Math.sqrt(this.distanceToSquared(t))}distanceToSquared(t){const e=this.x-t.x,i=this.y-t.y;return e*e+i*i}divide(t){return this.x/=t.x,this.y/=t.y,this}divideScalar(t){return this.multiplyScalar(1/t)}dot(t){return this.x*t.x+this.y*t.y}equals(t,e=!0){return e?t.x===this.x&&t.y===this.y:Math.abs(t.x-this.x)<Ue&&Math.abs(t.y-this.y)<Ue}equalsXY(){return Math.abs(this.x-this.y)<Ue}floor(){return this.x=Math.floor(this.x),this.y=Math.floor(this.y),this}floorToZero(){return this.roundToZero()}fromArray(t,e=0){return this.x=t[e],this.y=t[e+1],this.z=t[e+2],this}fromBufferAttribute(t,e){return this.x=t.getX(e),this.y=t.getY(e),this}getComponent(t){switch(t){case 0:return this.x;case 1:return this.y;case 2:return this.z;default:throw new Error("out of range: "+t)}}identity(){return this.set(0,0)}isEmpty(){return!Number.isFinite(this.x)&&!Number.isFinite(this.y)}isZero(){return 0===this.x&&0===this.y}length(){return Math.sqrt(this.dot(this))}lerp(t,e){return this.x+=(t.x-this.x)*e,this.y+=(t.y-this.y)*e,this}lerpVectors(t,e,i){return this.x=t.x+(e.x-t.x)*i,this.y=t.y+(e.y-t.y)*i,this}makeEmpty(){return this.x=1/0,this.y=1/0,this}manhattanDistanceTo(t){return Math.abs(this.x-t.x)+Math.abs(this.y-t.y)}manhattanLength(){return Math.abs(this.x)+Math.abs(this.y)}max(t){return this.x=Math.max(this.x,t.x),this.y=Math.max(this.y,t.y),this}maxXY(t,e){return this.x=Math.max(this.x,t),this.y=Math.max(this.y,e),this}min(t){return this.x=Math.min(this.x,t.x),this.y=Math.min(this.y,t.y),this}minXY(t,e){return this.x=Math.min(this.x,t),this.y=Math.min(this.y,e),this}multiply(t){return this.x*=t.x,this.y*=t.y,this}multiplyScalar(t,e){return this.x*=t,this.y*=e||t,this}multiplyVectors(t,e){return this.x=t.x*e.x,this.y=t.y*e.y,this}negate(){return this.x=-this.x,this.y=-this.y,this}normalize(){return this.divideScalar(this.length()||1)}project(t){return this.applyMatrix3(t.matrixWorldInverse).applyMatrix3(t.projectionMatrix)}random(){return this.x=Math.random(),this.y=Math.random(),this}rotate(t){const e=Math.cos(t),i=Math.sin(t),n=this.x,s=this.y;return this.x=n*e-s*i,this.y=n*i+s*e,this}rotateAround(t,e){const i=Math.cos(e),n=Math.sin(e),s=this.x-t.x,r=this.y-t.y;return this.x=s*i-r*n+t.x,this.y=s*n+r*i+t.y,this}round(){return this.x=Math.round(this.x),this.y=Math.round(this.y),this}roundToZero(){return this.x=this.x<0?Math.ceil(this.x):Math.floor(this.x),this.y=this.y<0?Math.ceil(this.y):Math.floor(this.y),this}set(t,e,i){return this.x=t,this.y=e,i&&(this.z=i),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("out of range: "+t)}return this}setFromMatrixColumn(t,e){return this.fromArray(t.elements,3*e)}setLength(t){return this.normalize().multiplyScalar(t)}setScalar(t){return this.x=t,this.y=t,this}setX(t){return this.x=t,this}setY(t){return this.y=t,this}setZ(t){return this.z=t,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}toArray(t=[],e=0){return t[e]=this.x,t[e+1]=this.y,t}toString(){return`{"x":${this.x},"y":${this.y}}`}unproject(t,e=!1){return this.applyMatrix3(t.projectionMatrixInverse).applyMatrix3(t.matrixWorld)}validate(){return!(isNaN(this.x)||isNaN(this.y))}*[Symbol.iterator](){yield this.x,yield this.y}};const Fe=new We,Ue=1e-8;function Ve(t){return t>-1e-8&&t<1e-8}function qe(t,e,i,n,s){const r=1-s;return r*r*(r*t+3*s*e)+s*s*(s*n+3*r*i)}function je(t,e,i,n,s){const r=6*i-12*e+6*t,a=9*e+3*n-3*t-9*i,o=3*e-3*t;let h=0;if(Ve(a)){if((l=r)>1e-8||l<-1e-8){const t=-o/r;t>=0&&t<=1&&(s[h++]=t)}}else{const t=r*r-4*a*o;if(Ve(t))s[0]=-r/(2*a);else if(t>0){const e=Math.sqrt(t),i=(-r+e)/(2*a),n=(-r-e)/(2*a);i>=0&&i<=1&&(s[h++]=i),n>=0&&n<=1&&(s[h++]=n)}}var l;return h}function Ye(t,e,i,n,s,r,a,o,h){let l=t,u=e,c=0;const d=1/h;for(let p=1;p<=h;p++){let h=p*d;const f=qe(t,i,s,a,h),m=qe(e,n,r,o,h),g=f-l,y=m-u;c+=Math.sqrt(g*g+y*y),l=f,u=m}return c}function Ge(t,e,i,n,s,r){const a=(e-t)*s+t,o=(i-e)*s+e,h=(n-i)*s+i,l=(o-a)*s+a,u=(h-o)*s+o,c=(u-l)*s+l;r[0]=t,r[1]=a,r[2]=l,r[3]=c,r[4]=c,r[5]=u,r[6]=h,r[7]=n}function $e(t,e,i){const n=t+i-2*e;return 0===n?.5:(t-e)/n}function Xe(t,e,i,n){const s=1-n;return s*(s*t+2*n*e)+n*n*i}function Ze(t,e,i,n,s,r,a){let o=t,h=e,l=0;const u=1/a;for(let c=1;c<=a;c++){let a=c*u;const d=Xe(t,i,s,a),p=Xe(e,n,r,a),f=d-o,m=p-h;l+=Math.sqrt(f*f+m*m),o=d,h=p}return l}function Je(t,e,i,n,s){const r=(e-t)*n+t,a=(i-e)*n+e,o=(a-r)*n+r;s[0]=t,s[1]=r,s[2]=o,s[3]=o,s[4]=a,s[5]=i}const Qe=Math.PI,Ke=2*Qe;function ti(t){return(t%=Ke)<0&&(t+=Ke),t}function ei(t,e){let i=ti(t[0]),n=ti(t[1]);e?i<n&&(i+=Ke):n<i&&(n+=Ke),t[0]=i,t[1]=n}function ii(t,e,i,n){if(Ve(e-i))return!0;const s=1e-8;return t=ti(t),e=ti(e),i=ti(i),n?i<=e?t-s>=i&&t+s<=e:t-s>=i||t+s<=e:e<=i?t+s>=e&&t-s<=i:t+s>=e||t-s<=i}var ni={exports:{}};!function(t,e){(function(){var i,n="Expected a function",s="__lodash_hash_undefined__",r="__lodash_placeholder__",a=32,o=128,h=1/0,l=9007199254740991,u=NaN,c=4294967295,d=[["ary",o],["bind",1],["bindKey",2],["curry",8],["curryRight",16],["flip",512],["partial",a],["partialRight",64],["rearg",256]],p="[object Arguments]",f="[object Array]",m="[object Boolean]",g="[object Date]",y="[object Error]",v="[object Function]",x="[object GeneratorFunction]",b="[object Map]",w="[object Number]",S="[object Object]",E="[object Promise]",M="[object RegExp]",A="[object Set]",T="[object String]",C="[object Symbol]",I="[object WeakMap]",D="[object ArrayBuffer]",L="[object DataView]",B="[object Float32Array]",P="[object Float64Array]",k="[object Int8Array]",N="[object Int16Array]",O="[object Int32Array]",R="[object Uint8Array]",z="[object Uint8ClampedArray]",H="[object Uint16Array]",W="[object Uint32Array]",F=/\b__p \+= '';/g,U=/\b(__p \+=) '' \+/g,V=/(__e\(.*?\)|\b__t\)) \+\n'';/g,q=/&(?:amp|lt|gt|quot|#39);/g,j=/[&<>"']/g,Y=RegExp(q.source),G=RegExp(j.source),$=/<%-([\s\S]+?)%>/g,X=/<%([\s\S]+?)%>/g,Z=/<%=([\s\S]+?)%>/g,J=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Q=/^\w*$/,K=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,tt=/[\\^$.*+?()[\]{}|]/g,et=RegExp(tt.source),it=/^\s+/,nt=/\s/,st=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,rt=/\{\n\/\* \[wrapped with (.+)\] \*/,at=/,? & /,ot=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,ht=/[()=,{}\[\]\/\s]/,lt=/\\(\\)?/g,ut=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,ct=/\w*$/,dt=/^[-+]0x[0-9a-f]+$/i,pt=/^0b[01]+$/i,ft=/^\[object .+?Constructor\]$/,mt=/^0o[0-7]+$/i,gt=/^(?:0|[1-9]\d*)$/,yt=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,vt=/($^)/,xt=/['\n\r\u2028\u2029\\]/g,bt="\\ud800-\\udfff",wt="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",_t="\\u2700-\\u27bf",St="a-z\\xdf-\\xf6\\xf8-\\xff",Et="A-Z\\xc0-\\xd6\\xd8-\\xde",Mt="\\ufe0e\\ufe0f",At="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",Tt="["+bt+"]",Ct="["+At+"]",It="["+wt+"]",Dt="\\d+",Lt="["+_t+"]",Bt="["+St+"]",Pt="[^"+bt+At+Dt+_t+St+Et+"]",kt="\\ud83c[\\udffb-\\udfff]",Nt="[^"+bt+"]",Ot="(?:\\ud83c[\\udde6-\\uddff]){2}",Rt="[\\ud800-\\udbff][\\udc00-\\udfff]",zt="["+Et+"]",Ht="\\u200d",Wt="(?:"+Bt+"|"+Pt+")",Ft="(?:"+zt+"|"+Pt+")",Ut="(?:['’](?:d|ll|m|re|s|t|ve))?",Vt="(?:['’](?:D|LL|M|RE|S|T|VE))?",qt="(?:"+It+"|"+kt+")?",jt="["+Mt+"]?",Yt=jt+qt+"(?:"+Ht+"(?:"+[Nt,Ot,Rt].join("|")+")"+jt+qt+")*",Gt="(?:"+[Lt,Ot,Rt].join("|")+")"+Yt,$t="(?:"+[Nt+It+"?",It,Ot,Rt,Tt].join("|")+")",Xt=RegExp("['’]","g"),Zt=RegExp(It,"g"),Jt=RegExp(kt+"(?="+kt+")|"+$t+Yt,"g"),Qt=RegExp([zt+"?"+Bt+"+"+Ut+"(?="+[Ct,zt,"$"].join("|")+")",Ft+"+"+Vt+"(?="+[Ct,zt+Wt,"$"].join("|")+")",zt+"?"+Wt+"+"+Ut,zt+"+"+Vt,"\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",Dt,Gt].join("|"),"g"),Kt=RegExp("["+Ht+bt+wt+Mt+"]"),te=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,ee=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],ie=-1,ne={};ne[B]=ne[P]=ne[k]=ne[N]=ne[O]=ne[R]=ne[z]=ne[H]=ne[W]=!0,ne[p]=ne[f]=ne[D]=ne[m]=ne[L]=ne[g]=ne[y]=ne[v]=ne[b]=ne[w]=ne[S]=ne[M]=ne[A]=ne[T]=ne[I]=!1;var se={};se[p]=se[f]=se[D]=se[L]=se[m]=se[g]=se[B]=se[P]=se[k]=se[N]=se[O]=se[b]=se[w]=se[S]=se[M]=se[A]=se[T]=se[C]=se[R]=se[z]=se[H]=se[W]=!0,se[y]=se[v]=se[I]=!1;var re={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},ae=parseFloat,oe=parseInt,he="object"==typeof _&&_&&_.Object===Object&&_,le="object"==typeof self&&self&&self.Object===Object&&self,ue=he||le||Function("return this")(),ce=e&&!e.nodeType&&e,de=ce&&t&&!t.nodeType&&t,pe=de&&de.exports===ce,fe=pe&&he.process,me=function(){try{return de&&de.require&&de.require("util").types||fe&&fe.binding&&fe.binding("util")}catch(t){}}(),ge=me&&me.isArrayBuffer,ye=me&&me.isDate,ve=me&&me.isMap,xe=me&&me.isRegExp,be=me&&me.isSet,we=me&&me.isTypedArray;function _e(t,e,i){switch(i.length){case 0:return t.call(e);case 1:return t.call(e,i[0]);case 2:return t.call(e,i[0],i[1]);case 3:return t.call(e,i[0],i[1],i[2])}return t.apply(e,i)}function Se(t,e,i,n){for(var s=-1,r=null==t?0:t.length;++s<r;){var a=t[s];e(n,a,i(a),t)}return n}function Ee(t,e){for(var i=-1,n=null==t?0:t.length;++i<n&&!1!==e(t[i],i,t););return t}function Me(t,e){for(var i=null==t?0:t.length;i--&&!1!==e(t[i],i,t););return t}function Ae(t,e){for(var i=-1,n=null==t?0:t.length;++i<n;)if(!e(t[i],i,t))return!1;return!0}function Te(t,e){for(var i=-1,n=null==t?0:t.length,s=0,r=[];++i<n;){var a=t[i];e(a,i,t)&&(r[s++]=a)}return r}function Ce(t,e){return!(null==t||!t.length)&&ze(t,e,0)>-1}function Ie(t,e,i){for(var n=-1,s=null==t?0:t.length;++n<s;)if(i(e,t[n]))return!0;return!1}function De(t,e){for(var i=-1,n=null==t?0:t.length,s=Array(n);++i<n;)s[i]=e(t[i],i,t);return s}function Le(t,e){for(var i=-1,n=e.length,s=t.length;++i<n;)t[s+i]=e[i];return t}function Be(t,e,i,n){var s=-1,r=null==t?0:t.length;for(n&&r&&(i=t[++s]);++s<r;)i=e(i,t[s],s,t);return i}function Pe(t,e,i,n){var s=null==t?0:t.length;for(n&&s&&(i=t[--s]);s--;)i=e(i,t[s],s,t);return i}function ke(t,e){for(var i=-1,n=null==t?0:t.length;++i<n;)if(e(t[i],i,t))return!0;return!1}var Ne=Ue("length");function Oe(t,e,i){var n;return i(t,(function(t,i,s){if(e(t,i,s))return n=i,!1})),n}function Re(t,e,i,n){for(var s=t.length,r=i+(n?1:-1);n?r--:++r<s;)if(e(t[r],r,t))return r;return-1}function ze(t,e,i){return e==e?function(t,e,i){for(var n=i-1,s=t.length;++n<s;)if(t[n]===e)return n;return-1}(t,e,i):Re(t,We,i)}function He(t,e,i,n){for(var s=i-1,r=t.length;++s<r;)if(n(t[s],e))return s;return-1}function We(t){return t!=t}function Fe(t,e){var i=null==t?0:t.length;return i?je(t,e)/i:u}function Ue(t){return function(e){return null==e?i:e[t]}}function Ve(t){return function(e){return null==t?i:t[e]}}function qe(t,e,i,n,s){return s(t,(function(t,s,r){i=n?(n=!1,t):e(i,t,s,r)})),i}function je(t,e){for(var n,s=-1,r=t.length;++s<r;){var a=e(t[s]);a!==i&&(n=n===i?a:n+a)}return n}function Ye(t,e){for(var i=-1,n=Array(t);++i<t;)n[i]=e(i);return n}function Ge(t){return t?t.slice(0,li(t)+1).replace(it,""):t}function $e(t){return function(e){return t(e)}}function Xe(t,e){return De(e,(function(e){return t[e]}))}function Ze(t,e){return t.has(e)}function Je(t,e){for(var i=-1,n=t.length;++i<n&&ze(e,t[i],0)>-1;);return i}function Qe(t,e){for(var i=t.length;i--&&ze(e,t[i],0)>-1;);return i}var Ke=Ve({"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","IJ":"IJ","ij":"ij","Œ":"Oe","œ":"oe","ʼn":"'n","ſ":"s"}),ti=Ve({"&":"&","<":"<",">":">",'"':""","'":"'"});function ei(t){return"\\"+re[t]}function ii(t){return Kt.test(t)}function ni(t){var e=-1,i=Array(t.size);return t.forEach((function(t,n){i[++e]=[n,t]})),i}function si(t,e){return function(i){return t(e(i))}}function ri(t,e){for(var i=-1,n=t.length,s=0,a=[];++i<n;){var o=t[i];o!==e&&o!==r||(t[i]=r,a[s++]=i)}return a}function ai(t){var e=-1,i=Array(t.size);return t.forEach((function(t){i[++e]=t})),i}function oi(t){return ii(t)?function(t){for(var e=Jt.lastIndex=0;Jt.test(t);)++e;return e}(t):Ne(t)}function hi(t){return ii(t)?function(t){return t.match(Jt)||[]}(t):function(t){return t.split("")}(t)}function li(t){for(var e=t.length;e--&&nt.test(t.charAt(e)););return e}var ui=Ve({"&":"&","<":"<",">":">",""":'"',"'":"'"}),ci=function t(e){var _,nt=(e=null==e?ue:ci.defaults(ue.Object(),e,ci.pick(ue,ee))).Array,bt=e.Date,wt=e.Error,_t=e.Function,St=e.Math,Et=e.Object,Mt=e.RegExp,At=e.String,Tt=e.TypeError,Ct=nt.prototype,It=_t.prototype,Dt=Et.prototype,Lt=e["__core-js_shared__"],Bt=It.toString,Pt=Dt.hasOwnProperty,kt=0,Nt=(_=/[^.]+$/.exec(Lt&&Lt.keys&&Lt.keys.IE_PROTO||""))?"Symbol(src)_1."+_:"",Ot=Dt.toString,Rt=Bt.call(Et),zt=ue._,Ht=Mt("^"+Bt.call(Pt).replace(tt,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Wt=pe?e.Buffer:i,Ft=e.Symbol,Ut=e.Uint8Array,Vt=Wt?Wt.allocUnsafe:i,qt=si(Et.getPrototypeOf,Et),jt=Et.create,Yt=Dt.propertyIsEnumerable,Gt=Ct.splice,$t=Ft?Ft.isConcatSpreadable:i,Jt=Ft?Ft.iterator:i,Kt=Ft?Ft.toStringTag:i,re=function(){try{var t=or(Et,"defineProperty");return t({},"",{}),t}catch(t){}}(),he=e.clearTimeout!==ue.clearTimeout&&e.clearTimeout,le=bt&&bt.now!==ue.Date.now&&bt.now,ce=e.setTimeout!==ue.setTimeout&&e.setTimeout,de=St.ceil,fe=St.floor,me=Et.getOwnPropertySymbols,Ne=Wt?Wt.isBuffer:i,Ve=e.isFinite,di=Ct.join,pi=si(Et.keys,Et),fi=St.max,mi=St.min,gi=bt.now,yi=e.parseInt,vi=St.random,xi=Ct.reverse,bi=or(e,"DataView"),wi=or(e,"Map"),_i=or(e,"Promise"),Si=or(e,"Set"),Ei=or(e,"WeakMap"),Mi=or(Et,"create"),Ai=Ei&&new Ei,Ti={},Ci=Or(bi),Ii=Or(wi),Di=Or(_i),Li=Or(Si),Bi=Or(Ei),Pi=Ft?Ft.prototype:i,ki=Pi?Pi.valueOf:i,Ni=Pi?Pi.toString:i;function Oi(t){if(Ka(t)&&!Ua(t)&&!(t instanceof Wi)){if(t instanceof Hi)return t;if(Pt.call(t,"__wrapped__"))return Rr(t)}return new Hi(t)}var Ri=function(){function t(){}return function(e){if(!Qa(e))return{};if(jt)return jt(e);t.prototype=e;var n=new t;return t.prototype=i,n}}();function zi(){}function Hi(t,e){this.__wrapped__=t,this.__actions__=[],this.__chain__=!!e,this.__index__=0,this.__values__=i}function Wi(t){this.__wrapped__=t,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=c,this.__views__=[]}function Fi(t){var e=-1,i=null==t?0:t.length;for(this.clear();++e<i;){var n=t[e];this.set(n[0],n[1])}}function Ui(t){var e=-1,i=null==t?0:t.length;for(this.clear();++e<i;){var n=t[e];this.set(n[0],n[1])}}function Vi(t){var e=-1,i=null==t?0:t.length;for(this.clear();++e<i;){var n=t[e];this.set(n[0],n[1])}}function qi(t){var e=-1,i=null==t?0:t.length;for(this.__data__=new Vi;++e<i;)this.add(t[e])}function ji(t){var e=this.__data__=new Ui(t);this.size=e.size}function Yi(t,e){var i=Ua(t),n=!i&&Fa(t),s=!i&&!n&&Ya(t),r=!i&&!n&&!s&&oo(t),a=i||n||s||r,o=a?Ye(t.length,At):[],h=o.length;for(var l in t)!e&&!Pt.call(t,l)||a&&("length"==l||s&&("offset"==l||"parent"==l)||r&&("buffer"==l||"byteLength"==l||"byteOffset"==l)||fr(l,h))||o.push(l);return o}function Gi(t){var e=t.length;return e?t[qn(0,e-1)]:i}function $i(t,e){return Dr(Ms(t),sn(e,0,t.length))}function Xi(t){return Dr(Ms(t))}function Zi(t,e,n){(n!==i&&!za(t[e],n)||n===i&&!(e in t))&&en(t,e,n)}function Ji(t,e,n){var s=t[e];Pt.call(t,e)&&za(s,n)&&(n!==i||e in t)||en(t,e,n)}function Qi(t,e){for(var i=t.length;i--;)if(za(t[i][0],e))return i;return-1}function Ki(t,e,i,n){return ln(t,(function(t,s,r){e(n,t,i(t),r)})),n}function tn(t,e){return t&&As(e,Do(e),t)}function en(t,e,i){"__proto__"==e&&re?re(t,e,{configurable:!0,enumerable:!0,value:i,writable:!0}):t[e]=i}function nn(t,e){for(var n=-1,s=e.length,r=nt(s),a=null==t;++n<s;)r[n]=a?i:Mo(t,e[n]);return r}function sn(t,e,n){return t==t&&(n!==i&&(t=t<=n?t:n),e!==i&&(t=t>=e?t:e)),t}function rn(t,e,n,s,r,a){var o,h=1&e,l=2&e,u=4&e;if(n&&(o=r?n(t,s,r,a):n(t)),o!==i)return o;if(!Qa(t))return t;var c=Ua(t);if(c){if(o=function(t){var e=t.length,i=new t.constructor(e);return e&&"string"==typeof t[0]&&Pt.call(t,"index")&&(i.index=t.index,i.input=t.input),i}(t),!h)return Ms(t,o)}else{var d=ur(t),f=d==v||d==x;if(Ya(t))return xs(t,h);if(d==S||d==p||f&&!r){if(o=l||f?{}:dr(t),!h)return l?function(t,e){return As(t,lr(t),e)}(t,function(t,e){return t&&As(e,Lo(e),t)}(o,t)):function(t,e){return As(t,hr(t),e)}(t,tn(o,t))}else{if(!se[d])return r?t:{};o=function(t,e,i){var n,s=t.constructor;switch(e){case D:return bs(t);case m:case g:return new s(+t);case L:return function(t,e){var i=e?bs(t.buffer):t.buffer;return new t.constructor(i,t.byteOffset,t.byteLength)}(t,i);case B:case P:case k:case N:case O:case R:case z:case H:case W:return ws(t,i);case b:return new s;case w:case T:return new s(t);case M:return function(t){var e=new t.constructor(t.source,ct.exec(t));return e.lastIndex=t.lastIndex,e}(t);case A:return new s;case C:return n=t,ki?Et(ki.call(n)):{}}}(t,d,h)}}a||(a=new ji);var y=a.get(t);if(y)return y;a.set(t,o),so(t)?t.forEach((function(i){o.add(rn(i,e,n,i,t,a))})):to(t)&&t.forEach((function(i,s){o.set(s,rn(i,e,n,s,t,a))}));var _=c?i:(u?l?tr:Ks:l?Lo:Do)(t);return Ee(_||t,(function(i,s){_&&(i=t[s=i]),Ji(o,s,rn(i,e,n,s,t,a))})),o}function an(t,e,n){var s=n.length;if(null==t)return!s;for(t=Et(t);s--;){var r=n[s],a=e[r],o=t[r];if(o===i&&!(r in t)||!a(o))return!1}return!0}function on(t,e,s){if("function"!=typeof t)throw new Tt(n);return Ar((function(){t.apply(i,s)}),e)}function hn(t,e,i,n){var s=-1,r=Ce,a=!0,o=t.length,h=[],l=e.length;if(!o)return h;i&&(e=De(e,$e(i))),n?(r=Ie,a=!1):e.length>=200&&(r=Ze,a=!1,e=new qi(e));t:for(;++s<o;){var u=t[s],c=null==i?u:i(u);if(u=n||0!==u?u:0,a&&c==c){for(var d=l;d--;)if(e[d]===c)continue t;h.push(u)}else r(e,c,n)||h.push(u)}return h}Oi.templateSettings={escape:$,evaluate:X,interpolate:Z,variable:"",imports:{_:Oi}},Oi.prototype=zi.prototype,Oi.prototype.constructor=Oi,Hi.prototype=Ri(zi.prototype),Hi.prototype.constructor=Hi,Wi.prototype=Ri(zi.prototype),Wi.prototype.constructor=Wi,Fi.prototype.clear=function(){this.__data__=Mi?Mi(null):{},this.size=0},Fi.prototype.delete=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e},Fi.prototype.get=function(t){var e=this.__data__;if(Mi){var n=e[t];return n===s?i:n}return Pt.call(e,t)?e[t]:i},Fi.prototype.has=function(t){var e=this.__data__;return Mi?e[t]!==i:Pt.call(e,t)},Fi.prototype.set=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=Mi&&e===i?s:e,this},Ui.prototype.clear=function(){this.__data__=[],this.size=0},Ui.prototype.delete=function(t){var e=this.__data__,i=Qi(e,t);return!(i<0||(i==e.length-1?e.pop():Gt.call(e,i,1),--this.size,0))},Ui.prototype.get=function(t){var e=this.__data__,n=Qi(e,t);return n<0?i:e[n][1]},Ui.prototype.has=function(t){return Qi(this.__data__,t)>-1},Ui.prototype.set=function(t,e){var i=this.__data__,n=Qi(i,t);return n<0?(++this.size,i.push([t,e])):i[n][1]=e,this},Vi.prototype.clear=function(){this.size=0,this.__data__={hash:new Fi,map:new(wi||Ui),string:new Fi}},Vi.prototype.delete=function(t){var e=rr(this,t).delete(t);return this.size-=e?1:0,e},Vi.prototype.get=function(t){return rr(this,t).get(t)},Vi.prototype.has=function(t){return rr(this,t).has(t)},Vi.prototype.set=function(t,e){var i=rr(this,t),n=i.size;return i.set(t,e),this.size+=i.size==n?0:1,this},qi.prototype.add=qi.prototype.push=function(t){return this.__data__.set(t,s),this},qi.prototype.has=function(t){return this.__data__.has(t)},ji.prototype.clear=function(){this.__data__=new Ui,this.size=0},ji.prototype.delete=function(t){var e=this.__data__,i=e.delete(t);return this.size=e.size,i},ji.prototype.get=function(t){return this.__data__.get(t)},ji.prototype.has=function(t){return this.__data__.has(t)},ji.prototype.set=function(t,e){var i=this.__data__;if(i instanceof Ui){var n=i.__data__;if(!wi||n.length<199)return n.push([t,e]),this.size=++i.size,this;i=this.__data__=new Vi(n)}return i.set(t,e),this.size=i.size,this};var ln=Is(yn),un=Is(vn,!0);function cn(t,e){var i=!0;return ln(t,(function(t,n,s){return i=!!e(t,n,s)})),i}function dn(t,e,n){for(var s=-1,r=t.length;++s<r;){var a=t[s],o=e(a);if(null!=o&&(h===i?o==o&&!ao(o):n(o,h)))var h=o,l=a}return l}function pn(t,e){var i=[];return ln(t,(function(t,n,s){e(t,n,s)&&i.push(t)})),i}function fn(t,e,i,n,s){var r=-1,a=t.length;for(i||(i=pr),s||(s=[]);++r<a;){var o=t[r];e>0&&i(o)?e>1?fn(o,e-1,i,n,s):Le(s,o):n||(s[s.length]=o)}return s}var mn=Ds(),gn=Ds(!0);function yn(t,e){return t&&mn(t,e,Do)}function vn(t,e){return t&&gn(t,e,Do)}function xn(t,e){return Te(e,(function(e){return Xa(t[e])}))}function bn(t,e){for(var n=0,s=(e=ms(e,t)).length;null!=t&&n<s;)t=t[Nr(e[n++])];return n&&n==s?t:i}function wn(t,e,i){var n=e(t);return Ua(t)?n:Le(n,i(t))}function _n(t){return null==t?t===i?"[object Undefined]":"[object Null]":Kt&&Kt in Et(t)?function(t){var e=Pt.call(t,Kt),n=t[Kt];try{t[Kt]=i;var s=!0}catch(t){}var r=Ot.call(t);return s&&(e?t[Kt]=n:delete t[Kt]),r}(t):function(t){return Ot.call(t)}(t)}function Sn(t,e){return t>e}function En(t,e){return null!=t&&Pt.call(t,e)}function Mn(t,e){return null!=t&&e in Et(t)}function An(t,e,n){for(var s=n?Ie:Ce,r=t[0].length,a=t.length,o=a,h=nt(a),l=1/0,u=[];o--;){var c=t[o];o&&e&&(c=De(c,$e(e))),l=mi(c.length,l),h[o]=!n&&(e||r>=120&&c.length>=120)?new qi(o&&c):i}c=t[0];var d=-1,p=h[0];t:for(;++d<r&&u.length<l;){var f=c[d],m=e?e(f):f;if(f=n||0!==f?f:0,!(p?Ze(p,m):s(u,m,n))){for(o=a;--o;){var g=h[o];if(!(g?Ze(g,m):s(t[o],m,n)))continue t}p&&p.push(m),u.push(f)}}return u}function Tn(t,e,n){var s=null==(t=Sr(t,e=ms(e,t)))?t:t[Nr($r(e))];return null==s?i:_e(s,t,n)}function Cn(t){return Ka(t)&&_n(t)==p}function In(t,e,n,s,r){return t===e||(null==t||null==e||!Ka(t)&&!Ka(e)?t!=t&&e!=e:function(t,e,n,s,r,a){var o=Ua(t),h=Ua(e),l=o?f:ur(t),u=h?f:ur(e),c=(l=l==p?S:l)==S,d=(u=u==p?S:u)==S,v=l==u;if(v&&Ya(t)){if(!Ya(e))return!1;o=!0,c=!1}if(v&&!c)return a||(a=new ji),o||oo(t)?Js(t,e,n,s,r,a):function(t,e,i,n,s,r,a){switch(i){case L:if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case D:return!(t.byteLength!=e.byteLength||!r(new Ut(t),new Ut(e)));case m:case g:case w:return za(+t,+e);case y:return t.name==e.name&&t.message==e.message;case M:case T:return t==e+"";case b:var o=ni;case A:var h=1&n;if(o||(o=ai),t.size!=e.size&&!h)return!1;var l=a.get(t);if(l)return l==e;n|=2,a.set(t,e);var u=Js(o(t),o(e),n,s,r,a);return a.delete(t),u;case C:if(ki)return ki.call(t)==ki.call(e)}return!1}(t,e,l,n,s,r,a);if(!(1&n)){var x=c&&Pt.call(t,"__wrapped__"),_=d&&Pt.call(e,"__wrapped__");if(x||_){var E=x?t.value():t,I=_?e.value():e;return a||(a=new ji),r(E,I,n,s,a)}}return!!v&&(a||(a=new ji),function(t,e,n,s,r,a){var o=1&n,h=Ks(t),l=h.length;if(l!=Ks(e).length&&!o)return!1;for(var u=l;u--;){var c=h[u];if(!(o?c in e:Pt.call(e,c)))return!1}var d=a.get(t),p=a.get(e);if(d&&p)return d==e&&p==t;var f=!0;a.set(t,e),a.set(e,t);for(var m=o;++u<l;){var g=t[c=h[u]],y=e[c];if(s)var v=o?s(y,g,c,e,t,a):s(g,y,c,t,e,a);if(!(v===i?g===y||r(g,y,n,s,a):v)){f=!1;break}m||(m="constructor"==c)}if(f&&!m){var x=t.constructor,b=e.constructor;x==b||!("constructor"in t)||!("constructor"in e)||"function"==typeof x&&x instanceof x&&"function"==typeof b&&b instanceof b||(f=!1)}return a.delete(t),a.delete(e),f}(t,e,n,s,r,a))}(t,e,n,s,In,r))}function Dn(t,e,n,s){var r=n.length,a=r,o=!s;if(null==t)return!a;for(t=Et(t);r--;){var h=n[r];if(o&&h[2]?h[1]!==t[h[0]]:!(h[0]in t))return!1}for(;++r<a;){var l=(h=n[r])[0],u=t[l],c=h[1];if(o&&h[2]){if(u===i&&!(l in t))return!1}else{var d=new ji;if(s)var p=s(u,c,l,t,e,d);if(!(p===i?In(c,u,3,s,d):p))return!1}}return!0}function Ln(t){return!(!Qa(t)||(e=t,Nt&&Nt in e))&&(Xa(t)?Ht:ft).test(Or(t));var e}function Bn(t){return"function"==typeof t?t:null==t?ih:"object"==typeof t?Ua(t)?Rn(t[0],t[1]):On(t):ch(t)}function Pn(t){if(!xr(t))return pi(t);var e=[];for(var i in Et(t))Pt.call(t,i)&&"constructor"!=i&&e.push(i);return e}function kn(t,e){return t<e}function Nn(t,e){var i=-1,n=qa(t)?nt(t.length):[];return ln(t,(function(t,s,r){n[++i]=e(t,s,r)})),n}function On(t){var e=ar(t);return 1==e.length&&e[0][2]?wr(e[0][0],e[0][1]):function(i){return i===t||Dn(i,t,e)}}function Rn(t,e){return gr(t)&&br(e)?wr(Nr(t),e):function(n){var s=Mo(n,t);return s===i&&s===e?Ao(n,t):In(e,s,3)}}function zn(t,e,n,s,r){t!==e&&mn(e,(function(a,o){if(r||(r=new ji),Qa(a))!function(t,e,n,s,r,a,o){var h=Er(t,n),l=Er(e,n),u=o.get(l);if(u)Zi(t,n,u);else{var c=a?a(h,l,n+"",t,e,o):i,d=c===i;if(d){var p=Ua(l),f=!p&&Ya(l),m=!p&&!f&&oo(l);c=l,p||f||m?Ua(h)?c=h:ja(h)?c=Ms(h):f?(d=!1,c=xs(l,!0)):m?(d=!1,c=ws(l,!0)):c=[]:io(l)||Fa(l)?(c=h,Fa(h)?c=go(h):Qa(h)&&!Xa(h)||(c=dr(l))):d=!1}d&&(o.set(l,c),r(c,l,s,a,o),o.delete(l)),Zi(t,n,c)}}(t,e,o,n,zn,s,r);else{var h=s?s(Er(t,o),a,o+"",t,e,r):i;h===i&&(h=a),Zi(t,o,h)}}),Lo)}function Hn(t,e){var n=t.length;if(n)return fr(e+=e<0?n:0,n)?t[e]:i}function Wn(t,e,i){e=e.length?De(e,(function(t){return Ua(t)?function(e){return bn(e,1===t.length?t[0]:t)}:t})):[ih];var n=-1;return e=De(e,$e(sr())),function(t,e){var i=t.length;for(t.sort(e);i--;)t[i]=t[i].value;return t}(Nn(t,(function(t,i,s){return{criteria:De(e,(function(e){return e(t)})),index:++n,value:t}})),(function(t,e){return function(t,e,i){for(var n=-1,s=t.criteria,r=e.criteria,a=s.length,o=i.length;++n<a;){var h=_s(s[n],r[n]);if(h)return n>=o?h:h*("desc"==i[n]?-1:1)}return t.index-e.index}(t,e,i)}))}function Fn(t,e,i){for(var n=-1,s=e.length,r={};++n<s;){var a=e[n],o=bn(t,a);i(o,a)&&Xn(r,ms(a,t),o)}return r}function Un(t,e,i,n){var s=n?He:ze,r=-1,a=e.length,o=t;for(t===e&&(e=Ms(e)),i&&(o=De(t,$e(i)));++r<a;)for(var h=0,l=e[r],u=i?i(l):l;(h=s(o,u,h,n))>-1;)o!==t&&Gt.call(o,h,1),Gt.call(t,h,1);return t}function Vn(t,e){for(var i=t?e.length:0,n=i-1;i--;){var s=e[i];if(i==n||s!==r){var r=s;fr(s)?Gt.call(t,s,1):os(t,s)}}return t}function qn(t,e){return t+fe(vi()*(e-t+1))}function jn(t,e){var i="";if(!t||e<1||e>l)return i;do{e%2&&(i+=t),(e=fe(e/2))&&(t+=t)}while(e);return i}function Yn(t,e){return Tr(_r(t,e,ih),t+"")}function Gn(t){return Gi(Ho(t))}function $n(t,e){var i=Ho(t);return Dr(i,sn(e,0,i.length))}function Xn(t,e,n,s){if(!Qa(t))return t;for(var r=-1,a=(e=ms(e,t)).length,o=a-1,h=t;null!=h&&++r<a;){var l=Nr(e[r]),u=n;if("__proto__"===l||"constructor"===l||"prototype"===l)return t;if(r!=o){var c=h[l];(u=s?s(c,l,h):i)===i&&(u=Qa(c)?c:fr(e[r+1])?[]:{})}Ji(h,l,u),h=h[l]}return t}var Zn=Ai?function(t,e){return Ai.set(t,e),t}:ih,Jn=re?function(t,e){return re(t,"toString",{configurable:!0,enumerable:!1,value:Ko(e),writable:!0})}:ih;function Qn(t){return Dr(Ho(t))}function Kn(t,e,i){var n=-1,s=t.length;e<0&&(e=-e>s?0:s+e),(i=i>s?s:i)<0&&(i+=s),s=e>i?0:i-e>>>0,e>>>=0;for(var r=nt(s);++n<s;)r[n]=t[n+e];return r}function ts(t,e){var i;return ln(t,(function(t,n,s){return!(i=e(t,n,s))})),!!i}function es(t,e,i){var n=0,s=null==t?n:t.length;if("number"==typeof e&&e==e&&s<=2147483647){for(;n<s;){var r=n+s>>>1,a=t[r];null!==a&&!ao(a)&&(i?a<=e:a<e)?n=r+1:s=r}return s}return is(t,e,ih,i)}function is(t,e,n,s){var r=0,a=null==t?0:t.length;if(0===a)return 0;for(var o=(e=n(e))!=e,h=null===e,l=ao(e),u=e===i;r<a;){var c=fe((r+a)/2),d=n(t[c]),p=d!==i,f=null===d,m=d==d,g=ao(d);if(o)var y=s||m;else y=u?m&&(s||p):h?m&&p&&(s||!f):l?m&&p&&!f&&(s||!g):!f&&!g&&(s?d<=e:d<e);y?r=c+1:a=c}return mi(a,4294967294)}function ns(t,e){for(var i=-1,n=t.length,s=0,r=[];++i<n;){var a=t[i],o=e?e(a):a;if(!i||!za(o,h)){var h=o;r[s++]=0===a?0:a}}return r}function ss(t){return"number"==typeof t?t:ao(t)?u:+t}function rs(t){if("string"==typeof t)return t;if(Ua(t))return De(t,rs)+"";if(ao(t))return Ni?Ni.call(t):"";var e=t+"";return"0"==e&&1/t==-1/0?"-0":e}function as(t,e,i){var n=-1,s=Ce,r=t.length,a=!0,o=[],h=o;if(i)a=!1,s=Ie;else if(r>=200){var l=e?null:js(t);if(l)return ai(l);a=!1,s=Ze,h=new qi}else h=e?[]:o;t:for(;++n<r;){var u=t[n],c=e?e(u):u;if(u=i||0!==u?u:0,a&&c==c){for(var d=h.length;d--;)if(h[d]===c)continue t;e&&h.push(c),o.push(u)}else s(h,c,i)||(h!==o&&h.push(c),o.push(u))}return o}function os(t,e){return null==(t=Sr(t,e=ms(e,t)))||delete t[Nr($r(e))]}function hs(t,e,i,n){return Xn(t,e,i(bn(t,e)),n)}function ls(t,e,i,n){for(var s=t.length,r=n?s:-1;(n?r--:++r<s)&&e(t[r],r,t););return i?Kn(t,n?0:r,n?r+1:s):Kn(t,n?r+1:0,n?s:r)}function us(t,e){var i=t;return i instanceof Wi&&(i=i.value()),Be(e,(function(t,e){return e.func.apply(e.thisArg,Le([t],e.args))}),i)}function cs(t,e,i){var n=t.length;if(n<2)return n?as(t[0]):[];for(var s=-1,r=nt(n);++s<n;)for(var a=t[s],o=-1;++o<n;)o!=s&&(r[s]=hn(r[s]||a,t[o],e,i));return as(fn(r,1),e,i)}function ds(t,e,n){for(var s=-1,r=t.length,a=e.length,o={};++s<r;){var h=s<a?e[s]:i;n(o,t[s],h)}return o}function ps(t){return ja(t)?t:[]}function fs(t){return"function"==typeof t?t:ih}function ms(t,e){return Ua(t)?t:gr(t,e)?[t]:kr(yo(t))}var gs=Yn;function ys(t,e,n){var s=t.length;return n=n===i?s:n,!e&&n>=s?t:Kn(t,e,n)}var vs=he||function(t){return ue.clearTimeout(t)};function xs(t,e){if(e)return t.slice();var i=t.length,n=Vt?Vt(i):new t.constructor(i);return t.copy(n),n}function bs(t){var e=new t.constructor(t.byteLength);return new Ut(e).set(new Ut(t)),e}function ws(t,e){var i=e?bs(t.buffer):t.buffer;return new t.constructor(i,t.byteOffset,t.length)}function _s(t,e){if(t!==e){var n=t!==i,s=null===t,r=t==t,a=ao(t),o=e!==i,h=null===e,l=e==e,u=ao(e);if(!h&&!u&&!a&&t>e||a&&o&&l&&!h&&!u||s&&o&&l||!n&&l||!r)return 1;if(!s&&!a&&!u&&t<e||u&&n&&r&&!s&&!a||h&&n&&r||!o&&r||!l)return-1}return 0}function Ss(t,e,i,n){for(var s=-1,r=t.length,a=i.length,o=-1,h=e.length,l=fi(r-a,0),u=nt(h+l),c=!n;++o<h;)u[o]=e[o];for(;++s<a;)(c||s<r)&&(u[i[s]]=t[s]);for(;l--;)u[o++]=t[s++];return u}function Es(t,e,i,n){for(var s=-1,r=t.length,a=-1,o=i.length,h=-1,l=e.length,u=fi(r-o,0),c=nt(u+l),d=!n;++s<u;)c[s]=t[s];for(var p=s;++h<l;)c[p+h]=e[h];for(;++a<o;)(d||s<r)&&(c[p+i[a]]=t[s++]);return c}function Ms(t,e){var i=-1,n=t.length;for(e||(e=nt(n));++i<n;)e[i]=t[i];return e}function As(t,e,n,s){var r=!n;n||(n={});for(var a=-1,o=e.length;++a<o;){var h=e[a],l=s?s(n[h],t[h],h,n,t):i;l===i&&(l=t[h]),r?en(n,h,l):Ji(n,h,l)}return n}function Ts(t,e){return function(i,n){var s=Ua(i)?Se:Ki,r=e?e():{};return s(i,t,sr(n,2),r)}}function Cs(t){return Yn((function(e,n){var s=-1,r=n.length,a=r>1?n[r-1]:i,o=r>2?n[2]:i;for(a=t.length>3&&"function"==typeof a?(r--,a):i,o&&mr(n[0],n[1],o)&&(a=r<3?i:a,r=1),e=Et(e);++s<r;){var h=n[s];h&&t(e,h,s,a)}return e}))}function Is(t,e){return function(i,n){if(null==i)return i;if(!qa(i))return t(i,n);for(var s=i.length,r=e?s:-1,a=Et(i);(e?r--:++r<s)&&!1!==n(a[r],r,a););return i}}function Ds(t){return function(e,i,n){for(var s=-1,r=Et(e),a=n(e),o=a.length;o--;){var h=a[t?o:++s];if(!1===i(r[h],h,r))break}return e}}function Ls(t){return function(e){var n=ii(e=yo(e))?hi(e):i,s=n?n[0]:e.charAt(0),r=n?ys(n,1).join(""):e.slice(1);return s[t]()+r}}function Bs(t){return function(e){return Be(Zo(Uo(e).replace(Xt,"")),t,"")}}function Ps(t){return function(){var e=arguments;switch(e.length){case 0:return new t;case 1:return new t(e[0]);case 2:return new t(e[0],e[1]);case 3:return new t(e[0],e[1],e[2]);case 4:return new t(e[0],e[1],e[2],e[3]);case 5:return new t(e[0],e[1],e[2],e[3],e[4]);case 6:return new t(e[0],e[1],e[2],e[3],e[4],e[5]);case 7:return new t(e[0],e[1],e[2],e[3],e[4],e[5],e[6])}var i=Ri(t.prototype),n=t.apply(i,e);return Qa(n)?n:i}}function ks(t){return function(e,n,s){var r=Et(e);if(!qa(e)){var a=sr(n,3);e=Do(e),n=function(t){return a(r[t],t,r)}}var o=t(e,n,s);return o>-1?r[a?e[o]:o]:i}}function Ns(t){return Qs((function(e){var s=e.length,r=s,a=Hi.prototype.thru;for(t&&e.reverse();r--;){var o=e[r];if("function"!=typeof o)throw new Tt(n);if(a&&!h&&"wrapper"==ir(o))var h=new Hi([],!0)}for(r=h?r:s;++r<s;){var l=ir(o=e[r]),u="wrapper"==l?er(o):i;h=u&&yr(u[0])&&424==u[1]&&!u[4].length&&1==u[9]?h[ir(u[0])].apply(h,u[3]):1==o.length&&yr(o)?h[l]():h.thru(o)}return function(){var t=arguments,i=t[0];if(h&&1==t.length&&Ua(i))return h.plant(i).value();for(var n=0,r=s?e[n].apply(this,t):i;++n<s;)r=e[n].call(this,r);return r}}))}function Os(t,e,n,s,r,a,h,l,u,c){var d=e&o,p=1&e,f=2&e,m=24&e,g=512&e,y=f?i:Ps(t);return function o(){for(var v=arguments.length,x=nt(v),b=v;b--;)x[b]=arguments[b];if(m)var w=nr(o),_=function(t,e){for(var i=t.length,n=0;i--;)t[i]===e&&++n;return n}(x,w);if(s&&(x=Ss(x,s,r,m)),a&&(x=Es(x,a,h,m)),v-=_,m&&v<c){var S=ri(x,w);return Vs(t,e,Os,o.placeholder,n,x,S,l,u,c-v)}var E=p?n:this,M=f?E[t]:t;return v=x.length,l?x=function(t,e){for(var n=t.length,s=mi(e.length,n),r=Ms(t);s--;){var a=e[s];t[s]=fr(a,n)?r[a]:i}return t}(x,l):g&&v>1&&x.reverse(),d&&u<v&&(x.length=u),this&&this!==ue&&this instanceof o&&(M=y||Ps(M)),M.apply(E,x)}}function Rs(t,e){return function(i,n){return function(t,e,i,n){return yn(t,(function(t,s,r){e(n,i(t),s,r)})),n}(i,t,e(n),{})}}function zs(t,e){return function(n,s){var r;if(n===i&&s===i)return e;if(n!==i&&(r=n),s!==i){if(r===i)return s;"string"==typeof n||"string"==typeof s?(n=rs(n),s=rs(s)):(n=ss(n),s=ss(s)),r=t(n,s)}return r}}function Hs(t){return Qs((function(e){return e=De(e,$e(sr())),Yn((function(i){var n=this;return t(e,(function(t){return _e(t,n,i)}))}))}))}function Ws(t,e){var n=(e=e===i?" ":rs(e)).length;if(n<2)return n?jn(e,t):e;var s=jn(e,de(t/oi(e)));return ii(e)?ys(hi(s),0,t).join(""):s.slice(0,t)}function Fs(t){return function(e,n,s){return s&&"number"!=typeof s&&mr(e,n,s)&&(n=s=i),e=co(e),n===i?(n=e,e=0):n=co(n),function(t,e,i,n){for(var s=-1,r=fi(de((e-t)/(i||1)),0),a=nt(r);r--;)a[n?r:++s]=t,t+=i;return a}(e,n,s=s===i?e<n?1:-1:co(s),t)}}function Us(t){return function(e,i){return"string"==typeof e&&"string"==typeof i||(e=mo(e),i=mo(i)),t(e,i)}}function Vs(t,e,n,s,r,o,h,l,u,c){var d=8&e;e|=d?a:64,4&(e&=~(d?64:a))||(e&=-4);var p=[t,e,r,d?o:i,d?h:i,d?i:o,d?i:h,l,u,c],f=n.apply(i,p);return yr(t)&&Mr(f,p),f.placeholder=s,Cr(f,t,e)}function qs(t){var e=St[t];return function(t,i){if(t=mo(t),(i=null==i?0:mi(po(i),292))&&Ve(t)){var n=(yo(t)+"e").split("e");return+((n=(yo(e(n[0]+"e"+(+n[1]+i)))+"e").split("e"))[0]+"e"+(+n[1]-i))}return e(t)}}var js=Si&&1/ai(new Si([,-0]))[1]==h?function(t){return new Si(t)}:oh;function Ys(t){return function(e){var i=ur(e);return i==b?ni(e):i==A?function(t){var e=-1,i=Array(t.size);return t.forEach((function(t){i[++e]=[t,t]})),i}(e):function(t,e){return De(e,(function(e){return[e,t[e]]}))}(e,t(e))}}function Gs(t,e,s,h,l,u,c,d){var p=2&e;if(!p&&"function"!=typeof t)throw new Tt(n);var f=h?h.length:0;if(f||(e&=-97,h=l=i),c=c===i?c:fi(po(c),0),d=d===i?d:po(d),f-=l?l.length:0,64&e){var m=h,g=l;h=l=i}var y=p?i:er(t),v=[t,e,s,h,l,m,g,u,c,d];if(y&&function(t,e){var i=t[1],n=e[1],s=i|n,a=s<131,h=n==o&&8==i||n==o&&256==i&&t[7].length<=e[8]||384==n&&e[7].length<=e[8]&&8==i;if(!a&&!h)return t;1&n&&(t[2]=e[2],s|=1&i?0:4);var l=e[3];if(l){var u=t[3];t[3]=u?Ss(u,l,e[4]):l,t[4]=u?ri(t[3],r):e[4]}(l=e[5])&&(u=t[5],t[5]=u?Es(u,l,e[6]):l,t[6]=u?ri(t[5],r):e[6]),(l=e[7])&&(t[7]=l),n&o&&(t[8]=null==t[8]?e[8]:mi(t[8],e[8])),null==t[9]&&(t[9]=e[9]),t[0]=e[0],t[1]=s}(v,y),t=v[0],e=v[1],s=v[2],h=v[3],l=v[4],!(d=v[9]=v[9]===i?p?0:t.length:fi(v[9]-f,0))&&24&e&&(e&=-25),e&&1!=e)x=8==e||16==e?function(t,e,n){var s=Ps(t);return function r(){for(var a=arguments.length,o=nt(a),h=a,l=nr(r);h--;)o[h]=arguments[h];var u=a<3&&o[0]!==l&&o[a-1]!==l?[]:ri(o,l);return(a-=u.length)<n?Vs(t,e,Os,r.placeholder,i,o,u,i,i,n-a):_e(this&&this!==ue&&this instanceof r?s:t,this,o)}}(t,e,d):e!=a&&33!=e||l.length?Os.apply(i,v):function(t,e,i,n){var s=1&e,r=Ps(t);return function e(){for(var a=-1,o=arguments.length,h=-1,l=n.length,u=nt(l+o),c=this&&this!==ue&&this instanceof e?r:t;++h<l;)u[h]=n[h];for(;o--;)u[h++]=arguments[++a];return _e(c,s?i:this,u)}}(t,e,s,h);else var x=function(t,e,i){var n=1&e,s=Ps(t);return function e(){return(this&&this!==ue&&this instanceof e?s:t).apply(n?i:this,arguments)}}(t,e,s);return Cr((y?Zn:Mr)(x,v),t,e)}function $s(t,e,n,s){return t===i||za(t,Dt[n])&&!Pt.call(s,n)?e:t}function Xs(t,e,n,s,r,a){return Qa(t)&&Qa(e)&&(a.set(e,t),zn(t,e,i,Xs,a),a.delete(e)),t}function Zs(t){return io(t)?i:t}function Js(t,e,n,s,r,a){var o=1&n,h=t.length,l=e.length;if(h!=l&&!(o&&l>h))return!1;var u=a.get(t),c=a.get(e);if(u&&c)return u==e&&c==t;var d=-1,p=!0,f=2&n?new qi:i;for(a.set(t,e),a.set(e,t);++d<h;){var m=t[d],g=e[d];if(s)var y=o?s(g,m,d,e,t,a):s(m,g,d,t,e,a);if(y!==i){if(y)continue;p=!1;break}if(f){if(!ke(e,(function(t,e){if(!Ze(f,e)&&(m===t||r(m,t,n,s,a)))return f.push(e)}))){p=!1;break}}else if(m!==g&&!r(m,g,n,s,a)){p=!1;break}}return a.delete(t),a.delete(e),p}function Qs(t){return Tr(_r(t,i,Vr),t+"")}function Ks(t){return wn(t,Do,hr)}function tr(t){return wn(t,Lo,lr)}var er=Ai?function(t){return Ai.get(t)}:oh;function ir(t){for(var e=t.name+"",i=Ti[e],n=Pt.call(Ti,e)?i.length:0;n--;){var s=i[n],r=s.func;if(null==r||r==t)return s.name}return e}function nr(t){return(Pt.call(Oi,"placeholder")?Oi:t).placeholder}function sr(){var t=Oi.iteratee||nh;return t=t===nh?Bn:t,arguments.length?t(arguments[0],arguments[1]):t}function rr(t,e){var i,n,s=t.__data__;return("string"==(n=typeof(i=e))||"number"==n||"symbol"==n||"boolean"==n?"__proto__"!==i:null===i)?s["string"==typeof e?"string":"hash"]:s.map}function ar(t){for(var e=Do(t),i=e.length;i--;){var n=e[i],s=t[n];e[i]=[n,s,br(s)]}return e}function or(t,e){var n=function(t,e){return null==t?i:t[e]}(t,e);return Ln(n)?n:i}var hr=me?function(t){return null==t?[]:(t=Et(t),Te(me(t),(function(e){return Yt.call(t,e)})))}:fh,lr=me?function(t){for(var e=[];t;)Le(e,hr(t)),t=qt(t);return e}:fh,ur=_n;function cr(t,e,i){for(var n=-1,s=(e=ms(e,t)).length,r=!1;++n<s;){var a=Nr(e[n]);if(!(r=null!=t&&i(t,a)))break;t=t[a]}return r||++n!=s?r:!!(s=null==t?0:t.length)&&Ja(s)&&fr(a,s)&&(Ua(t)||Fa(t))}function dr(t){return"function"!=typeof t.constructor||xr(t)?{}:Ri(qt(t))}function pr(t){return Ua(t)||Fa(t)||!!($t&&t&&t[$t])}function fr(t,e){var i=typeof t;return!!(e=null==e?l:e)&&("number"==i||"symbol"!=i&>.test(t))&&t>-1&&t%1==0&&t<e}function mr(t,e,i){if(!Qa(i))return!1;var n=typeof e;return!!("number"==n?qa(i)&&fr(e,i.length):"string"==n&&e in i)&&za(i[e],t)}function gr(t,e){if(Ua(t))return!1;var i=typeof t;return!("number"!=i&&"symbol"!=i&&"boolean"!=i&&null!=t&&!ao(t))||Q.test(t)||!J.test(t)||null!=e&&t in Et(e)}function yr(t){var e=ir(t),i=Oi[e];if("function"!=typeof i||!(e in Wi.prototype))return!1;if(t===i)return!0;var n=er(i);return!!n&&t===n[0]}(bi&&ur(new bi(new ArrayBuffer(1)))!=L||wi&&ur(new wi)!=b||_i&&ur(_i.resolve())!=E||Si&&ur(new Si)!=A||Ei&&ur(new Ei)!=I)&&(ur=function(t){var e=_n(t),n=e==S?t.constructor:i,s=n?Or(n):"";if(s)switch(s){case Ci:return L;case Ii:return b;case Di:return E;case Li:return A;case Bi:return I}return e});var vr=Lt?Xa:mh;function xr(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||Dt)}function br(t){return t==t&&!Qa(t)}function wr(t,e){return function(n){return null!=n&&n[t]===e&&(e!==i||t in Et(n))}}function _r(t,e,n){return e=fi(e===i?t.length-1:e,0),function(){for(var i=arguments,s=-1,r=fi(i.length-e,0),a=nt(r);++s<r;)a[s]=i[e+s];s=-1;for(var o=nt(e+1);++s<e;)o[s]=i[s];return o[e]=n(a),_e(t,this,o)}}function Sr(t,e){return e.length<2?t:bn(t,Kn(e,0,-1))}function Er(t,e){if(("constructor"!==e||"function"!=typeof t[e])&&"__proto__"!=e)return t[e]}var Mr=Ir(Zn),Ar=ce||function(t,e){return ue.setTimeout(t,e)},Tr=Ir(Jn);function Cr(t,e,i){var n=e+"";return Tr(t,function(t,e){var i=e.length;if(!i)return t;var n=i-1;return e[n]=(i>1?"& ":"")+e[n],e=e.join(i>2?", ":" "),t.replace(st,"{\n/* [wrapped with "+e+"] */\n")}(n,function(t,e){return Ee(d,(function(i){var n="_."+i[0];e&i[1]&&!Ce(t,n)&&t.push(n)})),t.sort()}(function(t){var e=t.match(rt);return e?e[1].split(at):[]}(n),i)))}function Ir(t){var e=0,n=0;return function(){var s=gi(),r=16-(s-n);if(n=s,r>0){if(++e>=800)return arguments[0]}else e=0;return t.apply(i,arguments)}}function Dr(t,e){var n=-1,s=t.length,r=s-1;for(e=e===i?s:e;++n<e;){var a=qn(n,r),o=t[a];t[a]=t[n],t[n]=o}return t.length=e,t}var Lr,Br,Pr,kr=(Lr=function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(K,(function(t,i,n,s){e.push(n?s.replace(lt,"$1"):i||t)})),e},Br=Ba(Lr,(function(t){return 500===Pr.size&&Pr.clear(),t})),Pr=Br.cache,Br);function Nr(t){if("string"==typeof t||ao(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e}function Or(t){if(null!=t){try{return Bt.call(t)}catch(t){}try{return t+""}catch(t){}}return""}function Rr(t){if(t instanceof Wi)return t.clone();var e=new Hi(t.__wrapped__,t.__chain__);return e.__actions__=Ms(t.__actions__),e.__index__=t.__index__,e.__values__=t.__values__,e}var zr=Yn((function(t,e){return ja(t)?hn(t,fn(e,1,ja,!0)):[]})),Hr=Yn((function(t,e){var n=$r(e);return ja(n)&&(n=i),ja(t)?hn(t,fn(e,1,ja,!0),sr(n,2)):[]})),Wr=Yn((function(t,e){var n=$r(e);return ja(n)&&(n=i),ja(t)?hn(t,fn(e,1,ja,!0),i,n):[]}));function Fr(t,e,i){var n=null==t?0:t.length;if(!n)return-1;var s=null==i?0:po(i);return s<0&&(s=fi(n+s,0)),Re(t,sr(e,3),s)}function Ur(t,e,n){var s=null==t?0:t.length;if(!s)return-1;var r=s-1;return n!==i&&(r=po(n),r=n<0?fi(s+r,0):mi(r,s-1)),Re(t,sr(e,3),r,!0)}function Vr(t){return null!=t&&t.length?fn(t,1):[]}function qr(t){return t&&t.length?t[0]:i}var jr=Yn((function(t){var e=De(t,ps);return e.length&&e[0]===t[0]?An(e):[]})),Yr=Yn((function(t){var e=$r(t),n=De(t,ps);return e===$r(n)?e=i:n.pop(),n.length&&n[0]===t[0]?An(n,sr(e,2)):[]})),Gr=Yn((function(t){var e=$r(t),n=De(t,ps);return(e="function"==typeof e?e:i)&&n.pop(),n.length&&n[0]===t[0]?An(n,i,e):[]}));function $r(t){var e=null==t?0:t.length;return e?t[e-1]:i}var Xr=Yn(Zr);function Zr(t,e){return t&&t.length&&e&&e.length?Un(t,e):t}var Jr=Qs((function(t,e){var i=null==t?0:t.length,n=nn(t,e);return Vn(t,De(e,(function(t){return fr(t,i)?+t:t})).sort(_s)),n}));function Qr(t){return null==t?t:xi.call(t)}var Kr=Yn((function(t){return as(fn(t,1,ja,!0))})),ta=Yn((function(t){var e=$r(t);return ja(e)&&(e=i),as(fn(t,1,ja,!0),sr(e,2))})),ea=Yn((function(t){var e=$r(t);return e="function"==typeof e?e:i,as(fn(t,1,ja,!0),i,e)}));function ia(t){if(!t||!t.length)return[];var e=0;return t=Te(t,(function(t){if(ja(t))return e=fi(t.length,e),!0})),Ye(e,(function(e){return De(t,Ue(e))}))}function na(t,e){if(!t||!t.length)return[];var n=ia(t);return null==e?n:De(n,(function(t){return _e(e,i,t)}))}var sa=Yn((function(t,e){return ja(t)?hn(t,e):[]})),ra=Yn((function(t){return cs(Te(t,ja))})),aa=Yn((function(t){var e=$r(t);return ja(e)&&(e=i),cs(Te(t,ja),sr(e,2))})),oa=Yn((function(t){var e=$r(t);return e="function"==typeof e?e:i,cs(Te(t,ja),i,e)})),ha=Yn(ia),la=Yn((function(t){var e=t.length,n=e>1?t[e-1]:i;return n="function"==typeof n?(t.pop(),n):i,na(t,n)}));function ua(t){var e=Oi(t);return e.__chain__=!0,e}function ca(t,e){return e(t)}var da=Qs((function(t){var e=t.length,n=e?t[0]:0,s=this.__wrapped__,r=function(e){return nn(e,t)};return!(e>1||this.__actions__.length)&&s instanceof Wi&&fr(n)?((s=s.slice(n,+n+(e?1:0))).__actions__.push({func:ca,args:[r],thisArg:i}),new Hi(s,this.__chain__).thru((function(t){return e&&!t.length&&t.push(i),t}))):this.thru(r)})),pa=Ts((function(t,e,i){Pt.call(t,i)?++t[i]:en(t,i,1)})),fa=ks(Fr),ma=ks(Ur);function ga(t,e){return(Ua(t)?Ee:ln)(t,sr(e,3))}function ya(t,e){return(Ua(t)?Me:un)(t,sr(e,3))}var va=Ts((function(t,e,i){Pt.call(t,i)?t[i].push(e):en(t,i,[e])})),xa=Yn((function(t,e,i){var n=-1,s="function"==typeof e,r=qa(t)?nt(t.length):[];return ln(t,(function(t){r[++n]=s?_e(e,t,i):Tn(t,e,i)})),r})),ba=Ts((function(t,e,i){en(t,i,e)}));function wa(t,e){return(Ua(t)?De:Nn)(t,sr(e,3))}var _a=Ts((function(t,e,i){t[i?0:1].push(e)}),(function(){return[[],[]]})),Sa=Yn((function(t,e){if(null==t)return[];var i=e.length;return i>1&&mr(t,e[0],e[1])?e=[]:i>2&&mr(e[0],e[1],e[2])&&(e=[e[0]]),Wn(t,fn(e,1),[])})),Ea=le||function(){return ue.Date.now()};function Ma(t,e,n){return e=n?i:e,e=t&&null==e?t.length:e,Gs(t,o,i,i,i,i,e)}function Aa(t,e){var s;if("function"!=typeof e)throw new Tt(n);return t=po(t),function(){return--t>0&&(s=e.apply(this,arguments)),t<=1&&(e=i),s}}var Ta=Yn((function(t,e,i){var n=1;if(i.length){var s=ri(i,nr(Ta));n|=a}return Gs(t,n,e,i,s)})),Ca=Yn((function(t,e,i){var n=3;if(i.length){var s=ri(i,nr(Ca));n|=a}return Gs(e,n,t,i,s)}));function Ia(t,e,s){var r,a,o,h,l,u,c=0,d=!1,p=!1,f=!0;if("function"!=typeof t)throw new Tt(n);function m(e){var n=r,s=a;return r=a=i,c=e,h=t.apply(s,n)}function g(t){var n=t-u;return u===i||n>=e||n<0||p&&t-c>=o}function y(){var t=Ea();if(g(t))return v(t);l=Ar(y,function(t){var i=e-(t-u);return p?mi(i,o-(t-c)):i}(t))}function v(t){return l=i,f&&r?m(t):(r=a=i,h)}function x(){var t=Ea(),n=g(t);if(r=arguments,a=this,u=t,n){if(l===i)return function(t){return c=t,l=Ar(y,e),d?m(t):h}(u);if(p)return vs(l),l=Ar(y,e),m(u)}return l===i&&(l=Ar(y,e)),h}return e=mo(e)||0,Qa(s)&&(d=!!s.leading,o=(p="maxWait"in s)?fi(mo(s.maxWait)||0,e):o,f="trailing"in s?!!s.trailing:f),x.cancel=function(){l!==i&&vs(l),c=0,r=u=a=l=i},x.flush=function(){return l===i?h:v(Ea())},x}var Da=Yn((function(t,e){return on(t,1,e)})),La=Yn((function(t,e,i){return on(t,mo(e)||0,i)}));function Ba(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new Tt(n);var i=function(){var n=arguments,s=e?e.apply(this,n):n[0],r=i.cache;if(r.has(s))return r.get(s);var a=t.apply(this,n);return i.cache=r.set(s,a)||r,a};return i.cache=new(Ba.Cache||Vi),i}function Pa(t){if("function"!=typeof t)throw new Tt(n);return function(){var e=arguments;switch(e.length){case 0:return!t.call(this);case 1:return!t.call(this,e[0]);case 2:return!t.call(this,e[0],e[1]);case 3:return!t.call(this,e[0],e[1],e[2])}return!t.apply(this,e)}}Ba.Cache=Vi;var ka=gs((function(t,e){var i=(e=1==e.length&&Ua(e[0])?De(e[0],$e(sr())):De(fn(e,1),$e(sr()))).length;return Yn((function(n){for(var s=-1,r=mi(n.length,i);++s<r;)n[s]=e[s].call(this,n[s]);return _e(t,this,n)}))})),Na=Yn((function(t,e){var n=ri(e,nr(Na));return Gs(t,a,i,e,n)})),Oa=Yn((function(t,e){var n=ri(e,nr(Oa));return Gs(t,64,i,e,n)})),Ra=Qs((function(t,e){return Gs(t,256,i,i,i,e)}));function za(t,e){return t===e||t!=t&&e!=e}var Ha=Us(Sn),Wa=Us((function(t,e){return t>=e})),Fa=Cn(function(){return arguments}())?Cn:function(t){return Ka(t)&&Pt.call(t,"callee")&&!Yt.call(t,"callee")},Ua=nt.isArray,Va=ge?$e(ge):function(t){return Ka(t)&&_n(t)==D};function qa(t){return null!=t&&Ja(t.length)&&!Xa(t)}function ja(t){return Ka(t)&&qa(t)}var Ya=Ne||mh,Ga=ye?$e(ye):function(t){return Ka(t)&&_n(t)==g};function $a(t){if(!Ka(t))return!1;var e=_n(t);return e==y||"[object DOMException]"==e||"string"==typeof t.message&&"string"==typeof t.name&&!io(t)}function Xa(t){if(!Qa(t))return!1;var e=_n(t);return e==v||e==x||"[object AsyncFunction]"==e||"[object Proxy]"==e}function Za(t){return"number"==typeof t&&t==po(t)}function Ja(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=l}function Qa(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)}function Ka(t){return null!=t&&"object"==typeof t}var to=ve?$e(ve):function(t){return Ka(t)&&ur(t)==b};function eo(t){return"number"==typeof t||Ka(t)&&_n(t)==w}function io(t){if(!Ka(t)||_n(t)!=S)return!1;var e=qt(t);if(null===e)return!0;var i=Pt.call(e,"constructor")&&e.constructor;return"function"==typeof i&&i instanceof i&&Bt.call(i)==Rt}var no=xe?$e(xe):function(t){return Ka(t)&&_n(t)==M},so=be?$e(be):function(t){return Ka(t)&&ur(t)==A};function ro(t){return"string"==typeof t||!Ua(t)&&Ka(t)&&_n(t)==T}function ao(t){return"symbol"==typeof t||Ka(t)&&_n(t)==C}var oo=we?$e(we):function(t){return Ka(t)&&Ja(t.length)&&!!ne[_n(t)]},ho=Us(kn),lo=Us((function(t,e){return t<=e}));function uo(t){if(!t)return[];if(qa(t))return ro(t)?hi(t):Ms(t);if(Jt&&t[Jt])return function(t){for(var e,i=[];!(e=t.next()).done;)i.push(e.value);return i}(t[Jt]());var e=ur(t);return(e==b?ni:e==A?ai:Ho)(t)}function co(t){return t?(t=mo(t))===h||t===-1/0?17976931348623157e292*(t<0?-1:1):t==t?t:0:0===t?t:0}function po(t){var e=co(t),i=e%1;return e==e?i?e-i:e:0}function fo(t){return t?sn(po(t),0,c):0}function mo(t){if("number"==typeof t)return t;if(ao(t))return u;if(Qa(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=Qa(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=Ge(t);var i=pt.test(t);return i||mt.test(t)?oe(t.slice(2),i?2:8):dt.test(t)?u:+t}function go(t){return As(t,Lo(t))}function yo(t){return null==t?"":rs(t)}var vo=Cs((function(t,e){if(xr(e)||qa(e))As(e,Do(e),t);else for(var i in e)Pt.call(e,i)&&Ji(t,i,e[i])})),xo=Cs((function(t,e){As(e,Lo(e),t)})),bo=Cs((function(t,e,i,n){As(e,Lo(e),t,n)})),wo=Cs((function(t,e,i,n){As(e,Do(e),t,n)})),_o=Qs(nn),So=Yn((function(t,e){t=Et(t);var n=-1,s=e.length,r=s>2?e[2]:i;for(r&&mr(e[0],e[1],r)&&(s=1);++n<s;)for(var a=e[n],o=Lo(a),h=-1,l=o.length;++h<l;){var u=o[h],c=t[u];(c===i||za(c,Dt[u])&&!Pt.call(t,u))&&(t[u]=a[u])}return t})),Eo=Yn((function(t){return t.push(i,Xs),_e(Po,i,t)}));function Mo(t,e,n){var s=null==t?i:bn(t,e);return s===i?n:s}function Ao(t,e){return null!=t&&cr(t,e,Mn)}var To=Rs((function(t,e,i){null!=e&&"function"!=typeof e.toString&&(e=Ot.call(e)),t[e]=i}),Ko(ih)),Co=Rs((function(t,e,i){null!=e&&"function"!=typeof e.toString&&(e=Ot.call(e)),Pt.call(t,e)?t[e].push(i):t[e]=[i]}),sr),Io=Yn(Tn);function Do(t){return qa(t)?Yi(t):Pn(t)}function Lo(t){return qa(t)?Yi(t,!0):function(t){if(!Qa(t))return function(t){var e=[];if(null!=t)for(var i in Et(t))e.push(i);return e}(t);var e=xr(t),i=[];for(var n in t)("constructor"!=n||!e&&Pt.call(t,n))&&i.push(n);return i}(t)}var Bo=Cs((function(t,e,i){zn(t,e,i)})),Po=Cs((function(t,e,i,n){zn(t,e,i,n)})),ko=Qs((function(t,e){var i={};if(null==t)return i;var n=!1;e=De(e,(function(e){return e=ms(e,t),n||(n=e.length>1),e})),As(t,tr(t),i),n&&(i=rn(i,7,Zs));for(var s=e.length;s--;)os(i,e[s]);return i})),No=Qs((function(t,e){return null==t?{}:function(t,e){return Fn(t,e,(function(e,i){return Ao(t,i)}))}(t,e)}));function Oo(t,e){if(null==t)return{};var i=De(tr(t),(function(t){return[t]}));return e=sr(e),Fn(t,i,(function(t,i){return e(t,i[0])}))}var Ro=Ys(Do),zo=Ys(Lo);function Ho(t){return null==t?[]:Xe(t,Do(t))}var Wo=Bs((function(t,e,i){return e=e.toLowerCase(),t+(i?Fo(e):e)}));function Fo(t){return Xo(yo(t).toLowerCase())}function Uo(t){return(t=yo(t))&&t.replace(yt,Ke).replace(Zt,"")}var Vo=Bs((function(t,e,i){return t+(i?"-":"")+e.toLowerCase()})),qo=Bs((function(t,e,i){return t+(i?" ":"")+e.toLowerCase()})),jo=Ls("toLowerCase"),Yo=Bs((function(t,e,i){return t+(i?"_":"")+e.toLowerCase()})),Go=Bs((function(t,e,i){return t+(i?" ":"")+Xo(e)})),$o=Bs((function(t,e,i){return t+(i?" ":"")+e.toUpperCase()})),Xo=Ls("toUpperCase");function Zo(t,e,n){return t=yo(t),(e=n?i:e)===i?function(t){return te.test(t)}(t)?function(t){return t.match(Qt)||[]}(t):function(t){return t.match(ot)||[]}(t):t.match(e)||[]}var Jo=Yn((function(t,e){try{return _e(t,i,e)}catch(t){return $a(t)?t:new wt(t)}})),Qo=Qs((function(t,e){return Ee(e,(function(e){e=Nr(e),en(t,e,Ta(t[e],t))})),t}));function Ko(t){return function(){return t}}var th=Ns(),eh=Ns(!0);function ih(t){return t}function nh(t){return Bn("function"==typeof t?t:rn(t,1))}var sh=Yn((function(t,e){return function(i){return Tn(i,t,e)}})),rh=Yn((function(t,e){return function(i){return Tn(t,i,e)}}));function ah(t,e,i){var n=Do(e),s=xn(e,n);null!=i||Qa(e)&&(s.length||!n.length)||(i=e,e=t,t=this,s=xn(e,Do(e)));var r=!(Qa(i)&&"chain"in i&&!i.chain),a=Xa(t);return Ee(s,(function(i){var n=e[i];t[i]=n,a&&(t.prototype[i]=function(){var e=this.__chain__;if(r||e){var i=t(this.__wrapped__);return(i.__actions__=Ms(this.__actions__)).push({func:n,args:arguments,thisArg:t}),i.__chain__=e,i}return n.apply(t,Le([this.value()],arguments))})})),t}function oh(){}var hh=Hs(De),lh=Hs(Ae),uh=Hs(ke);function ch(t){return gr(t)?Ue(Nr(t)):function(t){return function(e){return bn(e,t)}}(t)}var dh=Fs(),ph=Fs(!0);function fh(){return[]}function mh(){return!1}var gh,yh=zs((function(t,e){return t+e}),0),vh=qs("ceil"),xh=zs((function(t,e){return t/e}),1),bh=qs("floor"),wh=zs((function(t,e){return t*e}),1),_h=qs("round"),Sh=zs((function(t,e){return t-e}),0);return Oi.after=function(t,e){if("function"!=typeof e)throw new Tt(n);return t=po(t),function(){if(--t<1)return e.apply(this,arguments)}},Oi.ary=Ma,Oi.assign=vo,Oi.assignIn=xo,Oi.assignInWith=bo,Oi.assignWith=wo,Oi.at=_o,Oi.before=Aa,Oi.bind=Ta,Oi.bindAll=Qo,Oi.bindKey=Ca,Oi.castArray=function(){if(!arguments.length)return[];var t=arguments[0];return Ua(t)?t:[t]},Oi.chain=ua,Oi.chunk=function(t,e,n){e=(n?mr(t,e,n):e===i)?1:fi(po(e),0);var s=null==t?0:t.length;if(!s||e<1)return[];for(var r=0,a=0,o=nt(de(s/e));r<s;)o[a++]=Kn(t,r,r+=e);return o},Oi.compact=function(t){for(var e=-1,i=null==t?0:t.length,n=0,s=[];++e<i;){var r=t[e];r&&(s[n++]=r)}return s},Oi.concat=function(){var t=arguments.length;if(!t)return[];for(var e=nt(t-1),i=arguments[0],n=t;n--;)e[n-1]=arguments[n];return Le(Ua(i)?Ms(i):[i],fn(e,1))},Oi.cond=function(t){var e=null==t?0:t.length,i=sr();return t=e?De(t,(function(t){if("function"!=typeof t[1])throw new Tt(n);return[i(t[0]),t[1]]})):[],Yn((function(i){for(var n=-1;++n<e;){var s=t[n];if(_e(s[0],this,i))return _e(s[1],this,i)}}))},Oi.conforms=function(t){return function(t){var e=Do(t);return function(i){return an(i,t,e)}}(rn(t,1))},Oi.constant=Ko,Oi.countBy=pa,Oi.create=function(t,e){var i=Ri(t);return null==e?i:tn(i,e)},Oi.curry=function t(e,n,s){var r=Gs(e,8,i,i,i,i,i,n=s?i:n);return r.placeholder=t.placeholder,r},Oi.curryRight=function t(e,n,s){var r=Gs(e,16,i,i,i,i,i,n=s?i:n);return r.placeholder=t.placeholder,r},Oi.debounce=Ia,Oi.defaults=So,Oi.defaultsDeep=Eo,Oi.defer=Da,Oi.delay=La,Oi.difference=zr,Oi.differenceBy=Hr,Oi.differenceWith=Wr,Oi.drop=function(t,e,n){var s=null==t?0:t.length;return s?Kn(t,(e=n||e===i?1:po(e))<0?0:e,s):[]},Oi.dropRight=function(t,e,n){var s=null==t?0:t.length;return s?Kn(t,0,(e=s-(e=n||e===i?1:po(e)))<0?0:e):[]},Oi.dropRightWhile=function(t,e){return t&&t.length?ls(t,sr(e,3),!0,!0):[]},Oi.dropWhile=function(t,e){return t&&t.length?ls(t,sr(e,3),!0):[]},Oi.fill=function(t,e,n,s){var r=null==t?0:t.length;return r?(n&&"number"!=typeof n&&mr(t,e,n)&&(n=0,s=r),function(t,e,n,s){var r=t.length;for((n=po(n))<0&&(n=-n>r?0:r+n),(s=s===i||s>r?r:po(s))<0&&(s+=r),s=n>s?0:fo(s);n<s;)t[n++]=e;return t}(t,e,n,s)):[]},Oi.filter=function(t,e){return(Ua(t)?Te:pn)(t,sr(e,3))},Oi.flatMap=function(t,e){return fn(wa(t,e),1)},Oi.flatMapDeep=function(t,e){return fn(wa(t,e),h)},Oi.flatMapDepth=function(t,e,n){return n=n===i?1:po(n),fn(wa(t,e),n)},Oi.flatten=Vr,Oi.flattenDeep=function(t){return null!=t&&t.length?fn(t,h):[]},Oi.flattenDepth=function(t,e){return null!=t&&t.length?fn(t,e=e===i?1:po(e)):[]},Oi.flip=function(t){return Gs(t,512)},Oi.flow=th,Oi.flowRight=eh,Oi.fromPairs=function(t){for(var e=-1,i=null==t?0:t.length,n={};++e<i;){var s=t[e];n[s[0]]=s[1]}return n},Oi.functions=function(t){return null==t?[]:xn(t,Do(t))},Oi.functionsIn=function(t){return null==t?[]:xn(t,Lo(t))},Oi.groupBy=va,Oi.initial=function(t){return null!=t&&t.length?Kn(t,0,-1):[]},Oi.intersection=jr,Oi.intersectionBy=Yr,Oi.intersectionWith=Gr,Oi.invert=To,Oi.invertBy=Co,Oi.invokeMap=xa,Oi.iteratee=nh,Oi.keyBy=ba,Oi.keys=Do,Oi.keysIn=Lo,Oi.map=wa,Oi.mapKeys=function(t,e){var i={};return e=sr(e,3),yn(t,(function(t,n,s){en(i,e(t,n,s),t)})),i},Oi.mapValues=function(t,e){var i={};return e=sr(e,3),yn(t,(function(t,n,s){en(i,n,e(t,n,s))})),i},Oi.matches=function(t){return On(rn(t,1))},Oi.matchesProperty=function(t,e){return Rn(t,rn(e,1))},Oi.memoize=Ba,Oi.merge=Bo,Oi.mergeWith=Po,Oi.method=sh,Oi.methodOf=rh,Oi.mixin=ah,Oi.negate=Pa,Oi.nthArg=function(t){return t=po(t),Yn((function(e){return Hn(e,t)}))},Oi.omit=ko,Oi.omitBy=function(t,e){return Oo(t,Pa(sr(e)))},Oi.once=function(t){return Aa(2,t)},Oi.orderBy=function(t,e,n,s){return null==t?[]:(Ua(e)||(e=null==e?[]:[e]),Ua(n=s?i:n)||(n=null==n?[]:[n]),Wn(t,e,n))},Oi.over=hh,Oi.overArgs=ka,Oi.overEvery=lh,Oi.overSome=uh,Oi.partial=Na,Oi.partialRight=Oa,Oi.partition=_a,Oi.pick=No,Oi.pickBy=Oo,Oi.property=ch,Oi.propertyOf=function(t){return function(e){return null==t?i:bn(t,e)}},Oi.pull=Xr,Oi.pullAll=Zr,Oi.pullAllBy=function(t,e,i){return t&&t.length&&e&&e.length?Un(t,e,sr(i,2)):t},Oi.pullAllWith=function(t,e,n){return t&&t.length&&e&&e.length?Un(t,e,i,n):t},Oi.pullAt=Jr,Oi.range=dh,Oi.rangeRight=ph,Oi.rearg=Ra,Oi.reject=function(t,e){return(Ua(t)?Te:pn)(t,Pa(sr(e,3)))},Oi.remove=function(t,e){var i=[];if(!t||!t.length)return i;var n=-1,s=[],r=t.length;for(e=sr(e,3);++n<r;){var a=t[n];e(a,n,t)&&(i.push(a),s.push(n))}return Vn(t,s),i},Oi.rest=function(t,e){if("function"!=typeof t)throw new Tt(n);return Yn(t,e=e===i?e:po(e))},Oi.reverse=Qr,Oi.sampleSize=function(t,e,n){return e=(n?mr(t,e,n):e===i)?1:po(e),(Ua(t)?$i:$n)(t,e)},Oi.set=function(t,e,i){return null==t?t:Xn(t,e,i)},Oi.setWith=function(t,e,n,s){return s="function"==typeof s?s:i,null==t?t:Xn(t,e,n,s)},Oi.shuffle=function(t){return(Ua(t)?Xi:Qn)(t)},Oi.slice=function(t,e,n){var s=null==t?0:t.length;return s?(n&&"number"!=typeof n&&mr(t,e,n)?(e=0,n=s):(e=null==e?0:po(e),n=n===i?s:po(n)),Kn(t,e,n)):[]},Oi.sortBy=Sa,Oi.sortedUniq=function(t){return t&&t.length?ns(t):[]},Oi.sortedUniqBy=function(t,e){return t&&t.length?ns(t,sr(e,2)):[]},Oi.split=function(t,e,n){return n&&"number"!=typeof n&&mr(t,e,n)&&(e=n=i),(n=n===i?c:n>>>0)?(t=yo(t))&&("string"==typeof e||null!=e&&!no(e))&&!(e=rs(e))&&ii(t)?ys(hi(t),0,n):t.split(e,n):[]},Oi.spread=function(t,e){if("function"!=typeof t)throw new Tt(n);return e=null==e?0:fi(po(e),0),Yn((function(i){var n=i[e],s=ys(i,0,e);return n&&Le(s,n),_e(t,this,s)}))},Oi.tail=function(t){var e=null==t?0:t.length;return e?Kn(t,1,e):[]},Oi.take=function(t,e,n){return t&&t.length?Kn(t,0,(e=n||e===i?1:po(e))<0?0:e):[]},Oi.takeRight=function(t,e,n){var s=null==t?0:t.length;return s?Kn(t,(e=s-(e=n||e===i?1:po(e)))<0?0:e,s):[]},Oi.takeRightWhile=function(t,e){return t&&t.length?ls(t,sr(e,3),!1,!0):[]},Oi.takeWhile=function(t,e){return t&&t.length?ls(t,sr(e,3)):[]},Oi.tap=function(t,e){return e(t),t},Oi.throttle=function(t,e,i){var s=!0,r=!0;if("function"!=typeof t)throw new Tt(n);return Qa(i)&&(s="leading"in i?!!i.leading:s,r="trailing"in i?!!i.trailing:r),Ia(t,e,{leading:s,maxWait:e,trailing:r})},Oi.thru=ca,Oi.toArray=uo,Oi.toPairs=Ro,Oi.toPairsIn=zo,Oi.toPath=function(t){return Ua(t)?De(t,Nr):ao(t)?[t]:Ms(kr(yo(t)))},Oi.toPlainObject=go,Oi.transform=function(t,e,i){var n=Ua(t),s=n||Ya(t)||oo(t);if(e=sr(e,4),null==i){var r=t&&t.constructor;i=s?n?new r:[]:Qa(t)&&Xa(r)?Ri(qt(t)):{}}return(s?Ee:yn)(t,(function(t,n,s){return e(i,t,n,s)})),i},Oi.unary=function(t){return Ma(t,1)},Oi.union=Kr,Oi.unionBy=ta,Oi.unionWith=ea,Oi.uniq=function(t){return t&&t.length?as(t):[]},Oi.uniqBy=function(t,e){return t&&t.length?as(t,sr(e,2)):[]},Oi.uniqWith=function(t,e){return e="function"==typeof e?e:i,t&&t.length?as(t,i,e):[]},Oi.unset=function(t,e){return null==t||os(t,e)},Oi.unzip=ia,Oi.unzipWith=na,Oi.update=function(t,e,i){return null==t?t:hs(t,e,fs(i))},Oi.updateWith=function(t,e,n,s){return s="function"==typeof s?s:i,null==t?t:hs(t,e,fs(n),s)},Oi.values=Ho,Oi.valuesIn=function(t){return null==t?[]:Xe(t,Lo(t))},Oi.without=sa,Oi.words=Zo,Oi.wrap=function(t,e){return Na(fs(e),t)},Oi.xor=ra,Oi.xorBy=aa,Oi.xorWith=oa,Oi.zip=ha,Oi.zipObject=function(t,e){return ds(t||[],e||[],Ji)},Oi.zipObjectDeep=function(t,e){return ds(t||[],e||[],Xn)},Oi.zipWith=la,Oi.entries=Ro,Oi.entriesIn=zo,Oi.extend=xo,Oi.extendWith=bo,ah(Oi,Oi),Oi.add=yh,Oi.attempt=Jo,Oi.camelCase=Wo,Oi.capitalize=Fo,Oi.ceil=vh,Oi.clamp=function(t,e,n){return n===i&&(n=e,e=i),n!==i&&(n=(n=mo(n))==n?n:0),e!==i&&(e=(e=mo(e))==e?e:0),sn(mo(t),e,n)},Oi.clone=function(t){return rn(t,4)},Oi.cloneDeep=function(t){return rn(t,5)},Oi.cloneDeepWith=function(t,e){return rn(t,5,e="function"==typeof e?e:i)},Oi.cloneWith=function(t,e){return rn(t,4,e="function"==typeof e?e:i)},Oi.conformsTo=function(t,e){return null==e||an(t,e,Do(e))},Oi.deburr=Uo,Oi.defaultTo=function(t,e){return null==t||t!=t?e:t},Oi.divide=xh,Oi.endsWith=function(t,e,n){t=yo(t),e=rs(e);var s=t.length,r=n=n===i?s:sn(po(n),0,s);return(n-=e.length)>=0&&t.slice(n,r)==e},Oi.eq=za,Oi.escape=function(t){return(t=yo(t))&&G.test(t)?t.replace(j,ti):t},Oi.escapeRegExp=function(t){return(t=yo(t))&&et.test(t)?t.replace(tt,"\\$&"):t},Oi.every=function(t,e,n){var s=Ua(t)?Ae:cn;return n&&mr(t,e,n)&&(e=i),s(t,sr(e,3))},Oi.find=fa,Oi.findIndex=Fr,Oi.findKey=function(t,e){return Oe(t,sr(e,3),yn)},Oi.findLast=ma,Oi.findLastIndex=Ur,Oi.findLastKey=function(t,e){return Oe(t,sr(e,3),vn)},Oi.floor=bh,Oi.forEach=ga,Oi.forEachRight=ya,Oi.forIn=function(t,e){return null==t?t:mn(t,sr(e,3),Lo)},Oi.forInRight=function(t,e){return null==t?t:gn(t,sr(e,3),Lo)},Oi.forOwn=function(t,e){return t&&yn(t,sr(e,3))},Oi.forOwnRight=function(t,e){return t&&vn(t,sr(e,3))},Oi.get=Mo,Oi.gt=Ha,Oi.gte=Wa,Oi.has=function(t,e){return null!=t&&cr(t,e,En)},Oi.hasIn=Ao,Oi.head=qr,Oi.identity=ih,Oi.includes=function(t,e,i,n){t=qa(t)?t:Ho(t),i=i&&!n?po(i):0;var s=t.length;return i<0&&(i=fi(s+i,0)),ro(t)?i<=s&&t.indexOf(e,i)>-1:!!s&&ze(t,e,i)>-1},Oi.indexOf=function(t,e,i){var n=null==t?0:t.length;if(!n)return-1;var s=null==i?0:po(i);return s<0&&(s=fi(n+s,0)),ze(t,e,s)},Oi.inRange=function(t,e,n){return e=co(e),n===i?(n=e,e=0):n=co(n),function(t,e,i){return t>=mi(e,i)&&t<fi(e,i)}(t=mo(t),e,n)},Oi.invoke=Io,Oi.isArguments=Fa,Oi.isArray=Ua,Oi.isArrayBuffer=Va,Oi.isArrayLike=qa,Oi.isArrayLikeObject=ja,Oi.isBoolean=function(t){return!0===t||!1===t||Ka(t)&&_n(t)==m},Oi.isBuffer=Ya,Oi.isDate=Ga,Oi.isElement=function(t){return Ka(t)&&1===t.nodeType&&!io(t)},Oi.isEmpty=function(t){if(null==t)return!0;if(qa(t)&&(Ua(t)||"string"==typeof t||"function"==typeof t.splice||Ya(t)||oo(t)||Fa(t)))return!t.length;var e=ur(t);if(e==b||e==A)return!t.size;if(xr(t))return!Pn(t).length;for(var i in t)if(Pt.call(t,i))return!1;return!0},Oi.isEqual=function(t,e){return In(t,e)},Oi.isEqualWith=function(t,e,n){var s=(n="function"==typeof n?n:i)?n(t,e):i;return s===i?In(t,e,i,n):!!s},Oi.isError=$a,Oi.isFinite=function(t){return"number"==typeof t&&Ve(t)},Oi.isFunction=Xa,Oi.isInteger=Za,Oi.isLength=Ja,Oi.isMap=to,Oi.isMatch=function(t,e){return t===e||Dn(t,e,ar(e))},Oi.isMatchWith=function(t,e,n){return n="function"==typeof n?n:i,Dn(t,e,ar(e),n)},Oi.isNaN=function(t){return eo(t)&&t!=+t},Oi.isNative=function(t){if(vr(t))throw new wt("Unsupported core-js use. Try https://npms.io/search?q=ponyfill.");return Ln(t)},Oi.isNil=function(t){return null==t},Oi.isNull=function(t){return null===t},Oi.isNumber=eo,Oi.isObject=Qa,Oi.isObjectLike=Ka,Oi.isPlainObject=io,Oi.isRegExp=no,Oi.isSafeInteger=function(t){return Za(t)&&t>=-9007199254740991&&t<=l},Oi.isSet=so,Oi.isString=ro,Oi.isSymbol=ao,Oi.isTypedArray=oo,Oi.isUndefined=function(t){return t===i},Oi.isWeakMap=function(t){return Ka(t)&&ur(t)==I},Oi.isWeakSet=function(t){return Ka(t)&&"[object WeakSet]"==_n(t)},Oi.join=function(t,e){return null==t?"":di.call(t,e)},Oi.kebabCase=Vo,Oi.last=$r,Oi.lastIndexOf=function(t,e,n){var s=null==t?0:t.length;if(!s)return-1;var r=s;return n!==i&&(r=(r=po(n))<0?fi(s+r,0):mi(r,s-1)),e==e?function(t,e,i){for(var n=i+1;n--;)if(t[n]===e)return n;return n}(t,e,r):Re(t,We,r,!0)},Oi.lowerCase=qo,Oi.lowerFirst=jo,Oi.lt=ho,Oi.lte=lo,Oi.max=function(t){return t&&t.length?dn(t,ih,Sn):i},Oi.maxBy=function(t,e){return t&&t.length?dn(t,sr(e,2),Sn):i},Oi.mean=function(t){return Fe(t,ih)},Oi.meanBy=function(t,e){return Fe(t,sr(e,2))},Oi.min=function(t){return t&&t.length?dn(t,ih,kn):i},Oi.minBy=function(t,e){return t&&t.length?dn(t,sr(e,2),kn):i},Oi.stubArray=fh,Oi.stubFalse=mh,Oi.stubObject=function(){return{}},Oi.stubString=function(){return""},Oi.stubTrue=function(){return!0},Oi.multiply=wh,Oi.nth=function(t,e){return t&&t.length?Hn(t,po(e)):i},Oi.noConflict=function(){return ue._===this&&(ue._=zt),this},Oi.noop=oh,Oi.now=Ea,Oi.pad=function(t,e,i){t=yo(t);var n=(e=po(e))?oi(t):0;if(!e||n>=e)return t;var s=(e-n)/2;return Ws(fe(s),i)+t+Ws(de(s),i)},Oi.padEnd=function(t,e,i){t=yo(t);var n=(e=po(e))?oi(t):0;return e&&n<e?t+Ws(e-n,i):t},Oi.padStart=function(t,e,i){t=yo(t);var n=(e=po(e))?oi(t):0;return e&&n<e?Ws(e-n,i)+t:t},Oi.parseInt=function(t,e,i){return i||null==e?e=0:e&&(e=+e),yi(yo(t).replace(it,""),e||0)},Oi.random=function(t,e,n){if(n&&"boolean"!=typeof n&&mr(t,e,n)&&(e=n=i),n===i&&("boolean"==typeof e?(n=e,e=i):"boolean"==typeof t&&(n=t,t=i)),t===i&&e===i?(t=0,e=1):(t=co(t),e===i?(e=t,t=0):e=co(e)),t>e){var s=t;t=e,e=s}if(n||t%1||e%1){var r=vi();return mi(t+r*(e-t+ae("1e-"+((r+"").length-1))),e)}return qn(t,e)},Oi.reduce=function(t,e,i){var n=Ua(t)?Be:qe,s=arguments.length<3;return n(t,sr(e,4),i,s,ln)},Oi.reduceRight=function(t,e,i){var n=Ua(t)?Pe:qe,s=arguments.length<3;return n(t,sr(e,4),i,s,un)},Oi.repeat=function(t,e,n){return e=(n?mr(t,e,n):e===i)?1:po(e),jn(yo(t),e)},Oi.replace=function(){var t=arguments,e=yo(t[0]);return t.length<3?e:e.replace(t[1],t[2])},Oi.result=function(t,e,n){var s=-1,r=(e=ms(e,t)).length;for(r||(r=1,t=i);++s<r;){var a=null==t?i:t[Nr(e[s])];a===i&&(s=r,a=n),t=Xa(a)?a.call(t):a}return t},Oi.round=_h,Oi.runInContext=t,Oi.sample=function(t){return(Ua(t)?Gi:Gn)(t)},Oi.size=function(t){if(null==t)return 0;if(qa(t))return ro(t)?oi(t):t.length;var e=ur(t);return e==b||e==A?t.size:Pn(t).length},Oi.snakeCase=Yo,Oi.some=function(t,e,n){var s=Ua(t)?ke:ts;return n&&mr(t,e,n)&&(e=i),s(t,sr(e,3))},Oi.sortedIndex=function(t,e){return es(t,e)},Oi.sortedIndexBy=function(t,e,i){return is(t,e,sr(i,2))},Oi.sortedIndexOf=function(t,e){var i=null==t?0:t.length;if(i){var n=es(t,e);if(n<i&&za(t[n],e))return n}return-1},Oi.sortedLastIndex=function(t,e){return es(t,e,!0)},Oi.sortedLastIndexBy=function(t,e,i){return is(t,e,sr(i,2),!0)},Oi.sortedLastIndexOf=function(t,e){if(null!=t&&t.length){var i=es(t,e,!0)-1;if(za(t[i],e))return i}return-1},Oi.startCase=Go,Oi.startsWith=function(t,e,i){return t=yo(t),i=null==i?0:sn(po(i),0,t.length),e=rs(e),t.slice(i,i+e.length)==e},Oi.subtract=Sh,Oi.sum=function(t){return t&&t.length?je(t,ih):0},Oi.sumBy=function(t,e){return t&&t.length?je(t,sr(e,2)):0},Oi.template=function(t,e,n){var s=Oi.templateSettings;n&&mr(t,e,n)&&(e=i),t=yo(t),e=bo({},e,s,$s);var r,a,o=bo({},e.imports,s.imports,$s),h=Do(o),l=Xe(o,h),u=0,c=e.interpolate||vt,d="__p += '",p=Mt((e.escape||vt).source+"|"+c.source+"|"+(c===Z?ut:vt).source+"|"+(e.evaluate||vt).source+"|$","g"),f="//# sourceURL="+(Pt.call(e,"sourceURL")?(e.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++ie+"]")+"\n";t.replace(p,(function(e,i,n,s,o,h){return n||(n=s),d+=t.slice(u,h).replace(xt,ei),i&&(r=!0,d+="' +\n__e("+i+") +\n'"),o&&(a=!0,d+="';\n"+o+";\n__p += '"),n&&(d+="' +\n((__t = ("+n+")) == null ? '' : __t) +\n'"),u=h+e.length,e})),d+="';\n";var m=Pt.call(e,"variable")&&e.variable;if(m){if(ht.test(m))throw new wt("Invalid `variable` option passed into `_.template`")}else d="with (obj) {\n"+d+"\n}\n";d=(a?d.replace(F,""):d).replace(U,"$1").replace(V,"$1;"),d="function("+(m||"obj")+") {\n"+(m?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(r?", __e = _.escape":"")+(a?", __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n":";\n")+d+"return __p\n}";var g=Jo((function(){return _t(h,f+"return "+d).apply(i,l)}));if(g.source=d,$a(g))throw g;return g},Oi.times=function(t,e){if((t=po(t))<1||t>l)return[];var i=c,n=mi(t,c);e=sr(e),t-=c;for(var s=Ye(n,e);++i<t;)e(i);return s},Oi.toFinite=co,Oi.toInteger=po,Oi.toLength=fo,Oi.toLower=function(t){return yo(t).toLowerCase()},Oi.toNumber=mo,Oi.toSafeInteger=function(t){return t?sn(po(t),-9007199254740991,l):0===t?t:0},Oi.toString=yo,Oi.toUpper=function(t){return yo(t).toUpperCase()},Oi.trim=function(t,e,n){if((t=yo(t))&&(n||e===i))return Ge(t);if(!t||!(e=rs(e)))return t;var s=hi(t),r=hi(e);return ys(s,Je(s,r),Qe(s,r)+1).join("")},Oi.trimEnd=function(t,e,n){if((t=yo(t))&&(n||e===i))return t.slice(0,li(t)+1);if(!t||!(e=rs(e)))return t;var s=hi(t);return ys(s,0,Qe(s,hi(e))+1).join("")},Oi.trimStart=function(t,e,n){if((t=yo(t))&&(n||e===i))return t.replace(it,"");if(!t||!(e=rs(e)))return t;var s=hi(t);return ys(s,Je(s,hi(e))).join("")},Oi.truncate=function(t,e){var n=30,s="...";if(Qa(e)){var r="separator"in e?e.separator:r;n="length"in e?po(e.length):n,s="omission"in e?rs(e.omission):s}var a=(t=yo(t)).length;if(ii(t)){var o=hi(t);a=o.length}if(n>=a)return t;var h=n-oi(s);if(h<1)return s;var l=o?ys(o,0,h).join(""):t.slice(0,h);if(r===i)return l+s;if(o&&(h+=l.length-h),no(r)){if(t.slice(h).search(r)){var u,c=l;for(r.global||(r=Mt(r.source,yo(ct.exec(r))+"g")),r.lastIndex=0;u=r.exec(c);)var d=u.index;l=l.slice(0,d===i?h:d)}}else if(t.indexOf(rs(r),h)!=h){var p=l.lastIndexOf(r);p>-1&&(l=l.slice(0,p))}return l+s},Oi.unescape=function(t){return(t=yo(t))&&Y.test(t)?t.replace(q,ui):t},Oi.uniqueId=function(t){var e=++kt;return yo(t)+e},Oi.upperCase=$o,Oi.upperFirst=Xo,Oi.each=ga,Oi.eachRight=ya,Oi.first=qr,ah(Oi,(gh={},yn(Oi,(function(t,e){Pt.call(Oi.prototype,e)||(gh[e]=t)})),gh),{chain:!1}),Oi.VERSION="4.17.21",Ee(["bind","bindKey","curry","curryRight","partial","partialRight"],(function(t){Oi[t].placeholder=Oi})),Ee(["drop","take"],(function(t,e){Wi.prototype[t]=function(n){n=n===i?1:fi(po(n),0);var s=this.__filtered__&&!e?new Wi(this):this.clone();return s.__filtered__?s.__takeCount__=mi(n,s.__takeCount__):s.__views__.push({size:mi(n,c),type:t+(s.__dir__<0?"Right":"")}),s},Wi.prototype[t+"Right"]=function(e){return this.reverse()[t](e).reverse()}})),Ee(["filter","map","takeWhile"],(function(t,e){var i=e+1,n=1==i||3==i;Wi.prototype[t]=function(t){var e=this.clone();return e.__iteratees__.push({iteratee:sr(t,3),type:i}),e.__filtered__=e.__filtered__||n,e}})),Ee(["head","last"],(function(t,e){var i="take"+(e?"Right":"");Wi.prototype[t]=function(){return this[i](1).value()[0]}})),Ee(["initial","tail"],(function(t,e){var i="drop"+(e?"":"Right");Wi.prototype[t]=function(){return this.__filtered__?new Wi(this):this[i](1)}})),Wi.prototype.compact=function(){return this.filter(ih)},Wi.prototype.find=function(t){return this.filter(t).head()},Wi.prototype.findLast=function(t){return this.reverse().find(t)},Wi.prototype.invokeMap=Yn((function(t,e){return"function"==typeof t?new Wi(this):this.map((function(i){return Tn(i,t,e)}))})),Wi.prototype.reject=function(t){return this.filter(Pa(sr(t)))},Wi.prototype.slice=function(t,e){t=po(t);var n=this;return n.__filtered__&&(t>0||e<0)?new Wi(n):(t<0?n=n.takeRight(-t):t&&(n=n.drop(t)),e!==i&&(n=(e=po(e))<0?n.dropRight(-e):n.take(e-t)),n)},Wi.prototype.takeRightWhile=function(t){return this.reverse().takeWhile(t).reverse()},Wi.prototype.toArray=function(){return this.take(c)},yn(Wi.prototype,(function(t,e){var n=/^(?:filter|find|map|reject)|While$/.test(e),s=/^(?:head|last)$/.test(e),r=Oi[s?"take"+("last"==e?"Right":""):e],a=s||/^find/.test(e);r&&(Oi.prototype[e]=function(){var e=this.__wrapped__,o=s?[1]:arguments,h=e instanceof Wi,l=o[0],u=h||Ua(e),c=function(t){var e=r.apply(Oi,Le([t],o));return s&&d?e[0]:e};u&&n&&"function"==typeof l&&1!=l.length&&(h=u=!1);var d=this.__chain__,p=!!this.__actions__.length,f=a&&!d,m=h&&!p;if(!a&&u){e=m?e:new Wi(this);var g=t.apply(e,o);return g.__actions__.push({func:ca,args:[c],thisArg:i}),new Hi(g,d)}return f&&m?t.apply(this,o):(g=this.thru(c),f?s?g.value()[0]:g.value():g)})})),Ee(["pop","push","shift","sort","splice","unshift"],(function(t){var e=Ct[t],i=/^(?:push|sort|unshift)$/.test(t)?"tap":"thru",n=/^(?:pop|shift)$/.test(t);Oi.prototype[t]=function(){var t=arguments;if(n&&!this.__chain__){var s=this.value();return e.apply(Ua(s)?s:[],t)}return this[i]((function(i){return e.apply(Ua(i)?i:[],t)}))}})),yn(Wi.prototype,(function(t,e){var i=Oi[e];if(i){var n=i.name+"";Pt.call(Ti,n)||(Ti[n]=[]),Ti[n].push({name:e,func:i})}})),Ti[Os(i,2).name]=[{name:"wrapper",func:i}],Wi.prototype.clone=function(){var t=new Wi(this.__wrapped__);return t.__actions__=Ms(this.__actions__),t.__dir__=this.__dir__,t.__filtered__=this.__filtered__,t.__iteratees__=Ms(this.__iteratees__),t.__takeCount__=this.__takeCount__,t.__views__=Ms(this.__views__),t},Wi.prototype.reverse=function(){if(this.__filtered__){var t=new Wi(this);t.__dir__=-1,t.__filtered__=!0}else(t=this.clone()).__dir__*=-1;return t},Wi.prototype.value=function(){var t=this.__wrapped__.value(),e=this.__dir__,i=Ua(t),n=e<0,s=i?t.length:0,r=function(t,e,i){for(var n=-1,s=i.length;++n<s;){var r=i[n],a=r.size;switch(r.type){case"drop":t+=a;break;case"dropRight":e-=a;break;case"take":e=mi(e,t+a);break;case"takeRight":t=fi(t,e-a)}}return{start:t,end:e}}(0,s,this.__views__),a=r.start,o=r.end,h=o-a,l=n?o:a-1,u=this.__iteratees__,c=u.length,d=0,p=mi(h,this.__takeCount__);if(!i||!n&&s==h&&p==h)return us(t,this.__actions__);var f=[];t:for(;h--&&d<p;){for(var m=-1,g=t[l+=e];++m<c;){var y=u[m],v=y.iteratee,x=y.type,b=v(g);if(2==x)g=b;else if(!b){if(1==x)continue t;break t}}f[d++]=g}return f},Oi.prototype.at=da,Oi.prototype.chain=function(){return ua(this)},Oi.prototype.commit=function(){return new Hi(this.value(),this.__chain__)},Oi.prototype.next=function(){this.__values__===i&&(this.__values__=uo(this.value()));var t=this.__index__>=this.__values__.length;return{done:t,value:t?i:this.__values__[this.__index__++]}},Oi.prototype.plant=function(t){for(var e,n=this;n instanceof zi;){var s=Rr(n);s.__index__=0,s.__values__=i,e?r.__wrapped__=s:e=s;var r=s;n=n.__wrapped__}return r.__wrapped__=t,e},Oi.prototype.reverse=function(){var t=this.__wrapped__;if(t instanceof Wi){var e=t;return this.__actions__.length&&(e=new Wi(this)),(e=e.reverse()).__actions__.push({func:ca,args:[Qr],thisArg:i}),new Hi(e,this.__chain__)}return this.thru(Qr)},Oi.prototype.toJSON=Oi.prototype.valueOf=Oi.prototype.value=function(){return us(this.__wrapped__,this.__actions__)},Oi.prototype.first=Oi.prototype.head,Jt&&(Oi.prototype[Jt]=function(){return this}),Oi}();de?((de.exports=ci)._=ci,ce._=ci):ue._=ci}).call(_)}(ni,ni.exports);var si=ni.exports;const ri=S(si);let ai=class t{constructor(t=new We(1/0,1/0),e=new We(-1/0,-1/0)){d(this,"isBox2",!0),d(this,"min"),d(this,"max"),this.min=t,this.max=e}applyMatrix3(t){return this.isEmpty()||(oi[0].set(this.min.x,this.min.y).applyMatrix3(t),oi[1].set(this.min.x,this.max.y).applyMatrix3(t),oi[3].set(this.max.x,this.max.y).applyMatrix3(t),oi[2].set(this.max.x,this.min.y).applyMatrix3(t),this.setFromPoints(oi)),this}clone(){return(new t).copy(this)}copy(t){return this.min.copy(t.min),this.max.copy(t.max),this}containsPoint(t){return!(t.x<this.min.x||t.x>this.max.x||t.y<this.min.y||t.y>this.max.y)}containsBox(t){return this.min.x<=t.min.x&&t.max.x<=this.max.x&&this.min.y<=t.min.y&&t.max.y<=this.max.y}clampPoint(t,e){return e.copy(t).clamp(this.min,this.max)}ceil(){return this.min.ceilToZero(),this.max.ceilToZero(),this}distanceToPoint(t){return hi.copy(t).clamp(this.min,this.max).sub(t).length()}expandByXY(t,e){return this.min.minXY(t,e),this.max.maxXY(t,e),this}expandByPoint(t){return this.min.min(t),this.max.max(t),this}expandByPoints(t){if(!t||!t.length)return this;for(let e=0,i=t.length;e<i;e++)this.expandByPoint(t[e]);return this}expandByVector(t){return this.min.sub(t),this.max.add(t),this}expandByScalar(t){return this.min.addScalar(-t),this.max.addScalar(t),this}expandByObject(t){var e;this.union(t.boundingBoxWorld);for(let i=0,n=(null==(e=t.children)?void 0:e.length)||0;i<n;i++)this.expandByObject(t.children[i]);return this}expandByObjects(t){for(let e=0,i=t.length;e<i;e++)this.expandByObject(t[e]);return this}expandByBox(t){t.isEmpty()||(this.expandByPoint(t.min),this.expandByPoint(t.max))}expandByCubic(t,e,i,n,s,r,a,o){this.makeEmpty();let h=je(t,i,s,a,ui);for(let e=0;e<h;e++){const n=qe(t,i,s,a,ui[e]);this.min.x=Math.min(n,this.min.x),this.max.x=Math.max(n,this.max.x)}h=je(e,n,r,o,ci);for(let t=0;t<h;t++){const i=qe(e,n,r,o,ci[t]);this.min.y=Math.min(i,this.min.y),this.max.y=Math.max(i,this.max.y)}return this.expandByXY(t,e),this.expandByXY(a,o),this}expandByQuadratic(t,e,i,n,s,r){const a=Math.max(0,Math.min(1,$e(t,i,s))),o=Math.max(0,Math.min(1,$e(e,n,r))),h=Xe(t,i,s,a),l=Xe(e,n,r,o);return this.expandByXY(t,e),this.expandByXY(s,r),this.expandByXY(h,l),this}expandByArc(t,e,i,n,s,r,a){let o=s%(2*Math.PI);o<0&&(o+=2*Math.PI);let h=r%(2*Math.PI);if(h<0&&(h+=2*Math.PI),o===h)return this.expandByXY(t-i,e-n),this.expandByXY(t+i,e+n),this;if(a){const t=o;o=h,h=t}return h<o&&(h+=2*Math.PI),this.expandByXY(t+i*Math.cos(o),e+n*Math.sin(o)),this.expandByXY(t+i*Math.cos(h),e+n*Math.sin(h)),o>.5*Math.PI&&h<2*Math.PI+.5*Math.PI&&this.expandByXY(t,e+n),o>Math.PI&&h<2*Math.PI+Math.PI&&this.expandByXY(t-i,e),o>1.5*Math.PI&&h<2*Math.PI+1.5*Math.PI&&this.expandByXY(t,e-n),o>0&&h<2*Math.PI&&this.expandByXY(t+i,e),this}expandByEllipse(t,e,i,n,s,r,a,o){di[0]=r,di[1]=a,ei(di,o),r=di[0],a=di[1];const h=t+i*Math.cos(r),l=e+n*Math.sin(r),u=t+i*Math.cos(a),c=e+n*Math.sin(a);this.expandByXY(h,l),this.expandByXY(u,c);const d=[0,Math.PI/2,Math.PI,3*Math.PI/2];for(const h of d)if(ii(h,r,a,o)){const r=t+i*Math.cos(h),a=e+n*Math.sin(h),o=t+(r-t)*Math.cos(s)-(a-e)*Math.sin(s),l=e+(r-t)*Math.sin(s)+(a-e)*Math.cos(s);this.expandByXY(o,l)}return this}equals(t){return t.min.equals(this.min)&&t.max.equals(this.max)}floor(){return this.min.floorToZero(),this.max.floorToZero(),this}getCenter(t=new We){return this.isEmpty()?t.set(0,0):t.addVectors(this.min,this.max).multiplyScalar(.5)}getSize(t=new We){return this.isEmpty()?t.set(0,0):t.subVectors(this.max,this.min)}getPoints(t=[]){return t.length=0,t[0]={x:this.min.x,y:this.min.y},t[1]={x:this.min.x,y:this.max.y},t[2]={x:this.max.x,y:this.max.y},t[3]={x:this.max.x,y:this.min.y},t}getNumbersArray(t=[]){return[this.min.x,this.min.y,this.min.x,this.max.y,this.max.x,this.max.y,this.max.x,this.min.y]}getArea(){return this.getSize(hi),hi.x*hi.y}getParameter(t,e){return e.set((t.x-this.min.x)/(this.max.x-this.min.x),(t.y-this.min.y)/(this.max.y-this.min.y))}isEmpty(){return this.max.x<this.min.x||this.max.y<this.min.y}intersectsBox(t){return!!t&&!(t.max.x<this.min.x||t.min.x>this.max.x||t.max.y<this.min.y||t.min.y>this.max.y)}intersectsObject(t){return!(!t||!t.geometry)&&this.intersectsBox(t.geometry.boundingBox)}intersect(t){return this.min.max(t.min),this.max.min(t.max),this}makeEmpty(){return this.min.x=this.min.y=1/0,this.max.x=this.max.y=-1/0,this}round(){return this.min.roundToZero(),this.max.roundToZero(),this}set(t,e){return this.min.copy(t),this.max.copy(e),this}setFromArray(t){this.makeEmpty();for(let e=0,i=t.length;e<i;e+=3)this.expandByPoint(hi.fromArray(t,e));return this}setFromPoints(t){this.makeEmpty();for(let e=0,i=t.length;e<i;e++)this.expandByPoint(t[e]);return this}setFromCenterAndSize(t,e){const i=hi.copy(e).multiplyScalar(.5);return this.min.copy(t).sub(i),this.max.copy(t).add(i),this}setFromProjectionMatrix(t){return this.min.set(t.elements[6],t.elements[7]),this.max.set(t.elements[6],t.elements[7]),this}setFromObject(t){return this.makeEmpty(),this.expandByObject(t)}setFromMinMaxString(t,e=" "){if(this.makeEmpty(),!(null==t?void 0:t.length))return this;let i=t.split(e),n=ri.map(i,(t=>parseFloat(t)));for(let t=0,e=n.length;t<e;t+=2)this.expandByPoint(hi.fromArray(n,t));return this}setFromXYXY(t,e,i,n){return this.makeEmpty(),this.expandByXY(t,e),this.expandByXY(i,n),this}translate(t){return this.min.add(t),this.max.add(t),this}toString(){return`{"min":${this.min.toString()},"max":${this.max.toString()}}`}fromString(t){return t?(this.copy(JSON.parse(t)),this):this}union(t){return t.validate()?(this.min.min(t.min),this.max.max(t.max),this):this}validate(){return this.min.validate()&&this.max.validate()}unproject(t){return this.applyMatrix3(t.projectionMatrixInverse).applyMatrix3(t.matrixWorld)}centralArrange(t=1,e=20,i=10,n){const s=e+i;n?hi.copy(n):this.getCenter(hi),this.getSize(li),li.subScalar(e);const r=Math.floor(li.x/s),a=r*s,o=Math.ceil(t/r)*s;if(li.x<s||li.y<s||a>=li.x||o>=li.y)return hi.clone();let h=[],l=0,u=0;for(let e=0;e<t;e++){const e=r>t?t*s:a,i=hi.x-e/2+u*s+s/2,n=hi.y-o/2+l*s+s/2;h.push(new We(i,n)),u++,u>=r&&(u=0,l++)}return h}flipY(){return hi.copy(this.min).multiplyScalar(1,-1),li.copy(this.max).multiplyScalar(1,-1),this.min.set(hi.x,li.y),this.max.set(li.x,hi.y),this}};const oi=[new We,new We,new We,new We],hi=new We,li=new We,ui=[],ci=[],di=[],pi=Ae.window.requestAnimationFrame,fi=Ae.window.performance?()=>Ae.window.performance.now():()=>(new Date).getTime(),mi=pi,gi=class t{constructor(){d(this,"id",t.idCounter++),d(this,"timers",new Map),d(this,"timersDuration",new Map),d(this,"counters",new Map),d(this,"countersAmount",new Map),d(this,"out",[])}static active(e){t.actived=!!e,t.duration=e||0}static add(t){this.children.push(t),this.handleStart()}static remove(e){for(let i=0,n=t.children.length;i<n;i++)if(t.children[i].id===e.id){this.children.splice(i,1);break}}static handleStart(){this.isRunning||(this.isRunning=!0,mi(this.runLoop))}static runLoop(){t.children.length?(t.runFrames(),mi(t.runLoop)):t.isRunning=!1}static runFrames(){let e,i=fi();if(!(i-t.lastTime<t.duration)){t.lastTime=i;for(let i=0,n=this.children.length;i<n;i++)e=this.children[i],e.calculateTimers(),e.calculateCounters(),t.messages=t.messages.concat(e.out),e.out.length=0;if(t.messages.length){if(t.actived){let t=[];t.push(bi),t.push(wi),t.push(_i),this.messages.forEach((e=>t.push(function(t,e=20){let i="│";i+=" ".repeat(Math.max(e-t.name.length,0)),i+=t.name,i+="│";const n="string"==typeof t.avg?xi-t.avg.length:xi-t.avg.toString().length;return i+=" ".repeat(Math.max(n,0)),i+=t.avg+" ",i+=" ".repeat(Math.max(xi-t.min.toString().length,0)),i+=t.min+" ",i+=" ".repeat(Math.max(xi-t.max.toString().length,0)),i+=t.max+" ",i+=" ".repeat(Math.max(xi-t.stdDev.toString().length,0)),i+=t.stdDev+" ",i+=" ".repeat(Math.max(xi-t.count.toString().length,0)),i+=t.count+" ",i+=" ".repeat(Math.max(xi-t.FPS.toString().length,0)),i+=t.FPS,i}(e,this.maxLetters)))),t.push(Si)}t.messages.length=0}}}destroy(){t.remove(this)}addTimer(t,e=fi(),i=fi()-(this.timersDuration.get(t)||fi())){this.addTimerDuration(t,i),this.timersDuration.set(t,e)}addTimerDuration(t,e){var i;this.timers.has(t)||this.timers.set(t,[]),null==(i=this.timers.get(t))||i.push(e)}calculateTimers(){this.timers.forEach(((t,e)=>{t&&t.length&&(this.out.push(this.calculateDurations(e,t)),t.length=0)}))}addCounterAmount(t,e){var i;this.counters.has(t)||this.counters.set(t,[]),null==(i=this.counters.get(t))||i.push(e)}calculateCounters(){this.counters.forEach(((t,e)=>{t&&t.length&&(this.out.push(this.calculateAmounts(e,t)),t.length=0)}))}start(){return this.stop(),t.add(this),this}stop(){return t.remove(this),this}calculateDurations(e,i){const n={name:e,avg:0,min:0,max:0,stdDev:0,count:0,FPS:0};if(!i||!i.length)return n;const s=i.length,{min:r,max:a,avg:o}=this.minMaxAvg(i),h=parseFloat(this.stdDev(i,o).toFixed(2));return{name:e,avg:this.fd(o),min:this.fd(r),max:this.fd(a),stdDev:h,count:s,FPS:Math.ceil(s/t.duration*1e3)}}calculateAmounts(e,i){const n={name:e,avg:0,min:0,max:0,stdDev:0,count:0,FPS:0};if(!i||!i.length)return n;const s=i.length,{min:r,max:a,avg:o}=this.minMaxAvg(i);return{name:e,avg:o,min:r,max:a,stdDev:this.stdDev(i,o),count:s,FPS:Math.ceil(s/t.duration*1e3)}}minMaxAvg(t){let e=t[0],i=t[0],n=t.length,s=0;for(let n=0;n<t.length;n++){const r=t[n];s+=r,r<e&&(e=r),r>i&&(i=r)}const r=s/n;return{min:this.fx(e),max:this.fx(i),avg:this.fx(r)}}stdDev(t,e){let i=0;for(let n=0;n<t.length;n++){const s=t[n];i+=(s-e)*(s-e)}const n=t.length;return this.fx(Math.sqrt(i/n))}fd(t){return t>1e3?(t/1e3).toFixed(1)+"s":t.toFixed(1)+"ms"}fx(t,e=1){return 1===e?Math.round(10*t)/10:2===e?Math.round(100*t)/100:3===e?Math.round(1e3*t)/1e3:t}};d(gi,"idCounter",0),d(gi,"children",[]),d(gi,"isRunning",!1),d(gi,"actived",!1),d(gi,"duration",0),d(gi,"lastTime",fi()),d(gi,"messages",[]),d(gi,"maxLetters",20);let yi=gi;const vi=["avg","min","max","stdDev","count","FPS"],xi=function(t,e=0){let i=0;for(let e=0,n=t.length;e<n;e++)i=Math.max(i,t[e].length);return i+e}(vi,1),bi=function(t,e=20){let i="┌";i+="─".repeat(e),i+="┬";for(let e=0,n=t.length;e<n;e++)i+="─".repeat(xi),i+=e<n-1?"┬":"┐";return i}(vi,20),wi=function(t,e=20){let i="│";i+=" ".repeat(e),i+="│";for(let e=0,n=t.length;e<n;e++)i+=" ".repeat(Math.max(xi-t[e].length-1,0)),i+=t[e],i+=" │";return i}(vi,20),_i=function(t,e=20){let i="├";i+="─".repeat(e),i+="┼";for(let e=0,n=t.length;e<n;e++)i+="─".repeat(xi),i+=e<n-1?"┴":"┘";return i}(vi,20),Si=function(t=20){let e="└";for(let i=0;i<t;i++)e+="─";return e+="┘",e}(20);var Ei=(t=>(t.MM="mm",t.CM="cm",t.M="m",t.INCH="inch",t.INCHES="inches",t.FOOT="foot",t.FEET="feet",t))(Ei||{}),Mi=(t=>(t.INIT="init",t.LOAD="load",t.LOADED="loaded",t.RESIZE="resize",t.SET_SIZE="setSize",t.GET_LAYERS="getLayers",t.GET_ASSET_IDS_BY_TYPE="getAssetIdsByType",t.SET_FILL_BY_IDS="setFillByIds",t.CLEAR_FILL_BY_IDS="clearFillByIds",t.CLEAR_FILL="clearFill",t.SET_STROKE_BY_IDS="setStrokeByIds",t.CLEAR_STROKE="clearStroke",t.TERMINATE="terminate",t.CAMERA_SYNC="cameraSync",t.SLICE_DURATION_CHANGED="sliceDurationChanged",t.ASSET_TYPE_CHANGED="assetTypeChanged",t.FN_ENABLE_CHANGED="fnEnableChanged",t.SVG_LOADING_TYPE_CHANGED="svgLoadingTypeChanged",t.USED_CACHE_CHANGED="usedCacheChanged",t.DEBOUNCE_CACHE_CHANGED="debounceCacheChanged",t.WIREFRAME_CHANGED="wireframeChanged",t.BG_PASS_CHANGED="bgPass",t.SELECT_ENABLE_CHANGED="selectEnableChanged",t.MULTI_SELECT_ENABLE_CHANGED="multiSelectEnableChanged",t.MULTI_SELECT_BY_RANGE="multiSelectByRange",t.ZOOM_TO_SELECT_ENABLE_CHANGED="zoomToSelectEnableChanged",t.SOCIAL_DISTANCE_ENABLE_CHANGED="socialDistanceEnableChanged",t.ENABLE_HOVER_CHANGED="enableHover",t.FONT_ZOOM_IN="fontZoomIn",t.FONT_ZOOM_OUT="fontZoomOut",t.UNPROJECT="unproject",t.STROKE_MORE="strokeMore",t.STROKE_LESS="strokeLess",t.CAMERA_CHANGED="cameraChanged",t.SCENES_CHANGED="scenesChanged",t.UPDATE_LAYERS_VISIBILITY="updateLayersVisibility",t.DYNAMIC_LOADED="dynamicLoaded",t.SYNC_TEXTURE_HELPER_CACHED="syncTextureHelperCached",t.INIT_FONT="initFont",t.INIT_LOADING_FONT="initLoadingFont",t.REFRESH="refresh",t.FULLSCREEN="fullscreen",t.GET_CAMERA_POSITION="getCameraPosition",t.SET_CAMERA_POSITION="setCameraPosition",t.SAVE_CAMERA_POSITION="saveCameraPosition",t.RESTORE_CAMERA_POSITION="restoreCameraPosition",t.FOCUS_AT_IDS="focusAtIds",t.GET_LEGEND="getLegend",t.GET_ASSET_LABELS="getAssetLabels",t.SET_ASSET_LABELS="setAssetLabels",t.CLEAR_ASSET_LABELS="clearAssetLabels",t.CLEAR_DUMMIES="clearDummies",t.SET_DUMMIES="setDummies",t.FOCUS_AT_DUMMY="focusAtDummy",t.HIGHLIGHT_DUMMIES="highlightDummies",t.RESET_HIGHLIGHT_DUMMIES="resetHighlightDummies",t.SET_EDITOR_MODE="setEditorMode",t.BIND_EDITOR_DRAG="bindEditorDrag",t.SET_EDITOR_DRAGGING_OBJECT="setEditorDraggingObject",t.HANDLE_EXTERNAL_EVENT="handleExternalEvent",t.GET_DUMMIES="getDummies",t.ZOOM_IN="zoomIn",t.ZOOM_OUT="zoomOut",t.INITIALIZATION_START="INITIALIZATION_START",t.INITIALIZATION_COMPLETE="INITIALIZATION_COMPLETE",t.POINTER_OVER="pointerover",t.POINTER_OUT="pointerout",t.POINTER_LEAVE="pointerleave",t.SELECTED="selected",t.SELECT_BY_IDS="selectByIds",t.GET_ASSET_BOUNDING_BOX="getAssetBoundingBox",t.SET_ASSET_TYPE="setAssetType",t.LINK_ASSETS_BY_TREE="linkAssetsByTree",t.CLEAR_SELECTED="clearSelected",t.TARGET_BY_IDS="targetByIds",t.SHOW_ASSETS_LABEL="showAssetsLabel",t.HIDE_ASSETS_LABEL="hideAssetsLabel",t.TAP="tap",t.SINGLE_TAP="singletap",t.DOUBLE_TAP="doubletap",t.PRESS="press",t.PAN="pan",t.PAN_START="panstart",t.PAN_MOVE="panmove",t.PAN_END="panend",t.ROTATE="rotate",t.ROTATE_START="rotatestart",t.ROTATE_MOVE="rotatemove",t.ROTATE_END="rotateend",t.PINCH="pinch",t.PINCH_START="pinchstart",t.PINCH_MOVE="pinchmove",t.PINCH_END="pinchend",t.PINCH_IN="pinchin",t.PINCH_OUT="pinchout",t.SWIPE="swipe",t.SET_CURSOR="setCursor",t.DRAG_END="dragEnd",t))(Mi||{});function Ai(t,e="http://www.w3.org/2000/svg"){var i,n;return null==(n=null==(i=Ae.window)?void 0:i.document)?void 0:n.createElementNS(e,t)}function Ti(t=2e3){return p(this,null,(function*(){return new Promise((e=>setTimeout(e,(Math.random()+.5)*t)))}))}function Ci(t,e=[]){var i,n;return t&&t.value?(e.push(t.value),(null==(i=t.children)?void 0:i.length)&&(null==(n=t.children)||n.forEach((t=>Ci(t,e)))),e):e}function Ii(t,e=Ei.MM,i=Ei.M,n=!1){let s=t||0;if(e===i)return s;const r={[Ei.MM]:1,[Ei.CM]:10,[Ei.M]:1e3,[Ei.INCH]:25.4,[Ei.INCHES]:25.4,[Ei.FOOT]:304.8,[Ei.FEET]:304.8};return s=n?s*(r[e]||1)*(r[e]||1)/((r[i]||1)*(r[i]||1)):s*(r[e]||1)/(r[i]||1),s}var Di=(t=>(t.GROS="gros",t.RM="rm",t.WS="ws",t.SU="su",t.EQ="eq",t.FN="fn",t.GL="gl",t.IP="ip",t))(Di||{});const Li="dummy";var Bi=(t=>(t.BACKGROUND="background",t.BACKGROUND_LABELS="background-labels",t.ASSETS="assets",t.ANNOTATIONS="annotations",t.TEXT="text",t.ASSET_LABELS="asset-labels",t.LABELS="labels",t))(Bi||{});const Pi="ae",ki="rm-assets",Ni="ws-assets",Oi="ws-labels";function Ri(t){return t+"-"+Bi.ASSETS}function zi(t){return t+"-"+Bi.LABELS}const Hi={rm:["su-assets","su-labels","eq-assets","eq-labels","fn-assets","fn-labels"],ws:["su-assets","su-labels","eq-assets","eq-labels","fn-assets","fn-labels"],su:[ki,"rm-labels",Ni,Oi,"eq-assets","eq-labels","fn-assets","fn-labels"],eq:[Ni,Oi,"su-assets","su-labels","fn-assets","fn-labels"]};let Wi=class{constructor(){d(this,"_listeners",new Map)}destroy(){this._listeners.clear()}addEventListener(t,e){let i=this._listeners.get(t);i||(i=[],this._listeners.set(t,i)),i.includes(e)||i.push(e)}addEventListeners(t,e){const i=t.split(","),n=i.length;for(let t=0;t<n;t++)this.addEventListener(i[t].trim(),e)}isListening(t){var e;return this._listeners.has(t)&&!!(null==(e=this._listeners.get(t))?void 0:e.length)}hasEventListener(t,e){var i;return 0!==this._listeners.size&&this._listeners.has(t)&&!!(null==(i=this._listeners.get(t))?void 0:i.includes(e))}removeEventListener(t,e){const i=this._listeners.get(t);if(i){const t=i.indexOf(e);t>-1&&i.splice(t,1)}}dispatchEvent(t){const e=this._listeners.get(t.type);if(e){t.target=this;const i=e.slice(0);for(let e=0,n=i.length;e<n;e++)i[e].call(this,t);t.target=void 0}}dispatchEventAsync(t){const e=this._listeners.get(t.type);e&&setTimeout((()=>{for(const i of e)i.call(this,t)}))}},Fi=class t{constructor(){d(this,"isMatrix3",!0),d(this,"elements",[1,0,0,0,1,0,0,0,1])}static equals(t,e,i=1e-6){if(t.elements.length!=e.elements.length)return!1;for(let n=0,s=t.elements.length;n<s;n++){const s=t.elements[n]-e.elements[n];if(Math.abs(s)>i)return!1}return!0}copy(t){const e=this.elements,i=t.elements;return e[0]=i[0],e[1]=i[1],e[2]=i[2],e[3]=i[3],e[4]=i[4],e[5]=i[5],e[6]=i[6],e[7]=i[7],e[8]=i[8],this}clone(){return(new t).fromArray(this.elements)}compose(t,e,i){const n=Math.sin(e.x),s=Math.cos(e.x);return this.set(i.x*s,i.y*n*-1,t.x,i.x*n,i.y*s,t.y,0,0,1)}composeWithCenter(t,e,i,n){return Yi.identity(),Gi.makeTranslation(t.x,t.y),$i.makeRotation(e.x),Xi.makeScale(i.x,i.y),qi.copy(n).applyMatrix3(Xi),Yi.multiply(Zi.makeTranslation(-qi.x,-qi.y)).multiply(Gi).multiply(Zi.makeTranslation(qi.x,qi.y)).multiply($i).multiply(Zi.makeTranslation(-qi.x,-qi.y)).multiply(Xi),this.copy(Yi)}decompose(t,e,i){const n=Yi.copy(this).elements,s=Math.sqrt(n[0]*n[0]+n[3]*n[3]),r=Math.sqrt(n[1]*n[1]+n[4]*n[4]),a=n[0]*n[4]-n[3]*n[1];n[0]||n[3]?i.set(s,a/s):n[1]||n[4]?i.set(a/r,r):i.set(0,0);let o=0;o=n[0]||n[3]?n[3]>0?-Math.acos(n[0]/s):Math.acos(n[0]/s):n[1]||n[4]?Math.PI/2-(n[4]>0?Math.acos(-n[1]/r):-Math.acos(n[1]/r)):0,0!==o&&i.y<0&&(o*=-1),e.set(o,o),t.set(n[6],n[7])}compose2(t,e,i){return this.identity().translate(t.x,t.y).rotate(e.x).scale(i.x,i.y),this}decompose2(t,e,i){const n=this.clone();n.scale(-1,1);const s=n.elements[0],r=n.elements[1],a=n.elements[3],o=n.elements[4];let h=0,l=0,u=0;if(0!==s||0!==a){const t=Math.hypot(s,a);h=t,l=(s*o-r*a)/t;const e=Math.acos(s/t);u=a>0?-e:e}else if(0!==r||0!==o){const t=Math.hypot(r,o);h=(s*o-r*a)/t,l=t;const e=Math.acos(r/t);u=Math.PI/2+(o>0?-e:e)}else h=0,l=0,u=0;h=-h,t.x=n.elements[6],t.y=n.elements[7],e.x=e.y=u/Math.PI/180,i.x=h,i.y=l}composeSvgTransform(t=0,e=0,i,n=!1){if(!i&&!t&&!e)return this;this.identity(),Yi.identity();let s=null==i?void 0:i.split(") ").map((t=>t.trim()+")")).filter((t=>")"!==t));return s||(s=[]),(t||e)&&s.push(`translate(${t},${e})`),s.forEach((t=>{const e=/scale\(\s*([^\s,)]+)[ ,]([^\s,)]+)/.exec(t),i=/rotate\(\s*(-?\d*\.?\d+)(?:[ ,](-?\d*\.?\d+)(?:[ ,](-?\d*\.?\d+))?)?\s*\)/.exec(t),n=/translate\(\s*([^\s,)]+)[ ,]([^\s,)]+)/.exec(t);if(e){const t=Number(e[1])||1,i=Number(e[2])||t;Yi.multiply(Xi.makeScale(t,i))}else if(i){const t=Ie(Number(i[1])||0);Number(i[2])||Number(i[3])?(Vi.set(Number(i[2]||"0"),Number(i[3]||"0")),Yi.multiply($i.makeRotationByPoint(t,Vi))):Yi.multiply($i.makeRotation(t))}else n&&Yi.multiply(Gi.makeTranslation(Number(n[1])||0,Number(n[2])||0))})),this.copy(Yi),n&&this.premultiply(Xi.makeScale(1,-1)),this}decomposeSvgMatrix(t,e,i){const n=Yi.copy(this).elements;Vi.set(n[0],n[1]),qi.set(n[3],n[4]);let s=Vi.length();Vi.normalize();let r=Vi.dot(qi);ji.copy(Vi).multiplyScalar(-r),qi.add(ji);const a=qi.length()||0;qi.normalize(),Vi.x*qi.y<qi.x*Vi.y&&(Vi.x=-Vi.x,Vi.y=-Vi.y,s=-s,r=-r);const o=s?Math.atan2(Vi.y,Vi.x):Math.atan2(-Vi.x,qi.y);t.set(n[6],n[7]),e.set(o,o),i.set(s,a)}determinant(){const t=this.elements,e=t[0],i=t[3],n=t[6],s=t[1],r=t[4],a=t[7],o=t[2],h=t[5],l=t[8];return e*r*l-e*h*a-s*i*l+s*h*n+o*i*a-o*r*n}equals(t,e=0){const i=this.elements,n=t.elements;for(let t=0;t<9;t++)if(Math.abs(i[t]-n[t])>e)return!1;return!0}extractBasis2(t,e){return t.setFromMatrixColumn(this,0),e.setFromMatrixColumn(this,1),this}flipY(){return this.premultiply(Xi.makeScale(1,-1))}flipSvgY(){return this.elements[1]*=-1,this.elements[3]*=-1,this.elements[7]*=-1,this}fromArray(t,e=0){for(let i=0;i<9;i++)this.elements[i]=t[i+e];return this}getComponents(t=[1,0,0,1,0,0]){return t[0]=this.elements[0],t[1]=this.elements[1],t[2]=this.elements[3],t[3]=this.elements[4],t[4]=this.elements[6],t[5]=this.elements[7],t}fromComponents(t){return this}getNormalMatrix(t){return this.setFromMatrix(t).invert().transpose()}getRotation(t){let e=this.elements;const i=Math.sqrt(e[0]*e[0]+e[3]*e[3]),n=Math.sqrt(e[1]*e[1]+e[4]*e[4]);let s=0;s=e[0]||e[3]?e[3]>0?-Math.acos(e[0]/i):Math.acos(e[0]/i):e[1]||e[4]?Math.PI/2-(e[4]>0?Math.acos(-e[1]/n):-Math.acos(e[1]/n)):0,this.getScale(qi),0!==s&&qi.x<0&&(s*=-1),t.set(s,s)}getScale(t){let e=this.elements,i=Math.sqrt(e[0]*e[0]+e[1]*e[1]),n=Math.sqrt(e[3]*e[3]+e[4]*e[4]),s=e[0]*e[4]-e[3]*e[1];e[0]||e[1]?t.set(s/n,n):e[3]||e[4]?t.set(i,s/i):t.set(0,0)}getTransition(t){t.set(this.elements[6],this.elements[7])}identity(){return this.set(1,0,0,0,1,0,0,0,1),this}hasChange(){for(let t=0,e=this.elements.length;t<e;t++)if(Math.abs(this.elements[t]-Ui[t])>Number.EPSILON)return!0;return!1}invert(){const t=this.elements,e=t[0],i=t[1],n=t[2],s=t[3],r=t[4],a=t[5],o=t[6],h=t[7],l=t[8],u=l*r-a*h,c=a*o-l*s,d=h*s-r*o,p=e*u+i*c+n*d;if(0===p)return this.set(0,0,0,0,0,0,0,0,0);const f=1/p;return t[0]=u*f,t[1]=(n*h-l*i)*f,t[2]=(a*i-n*r)*f,t[3]=c*f,t[4]=(l*e-n*o)*f,t[5]=(n*s-a*e)*f,t[6]=d*f,t[7]=(i*o-h*e)*f,t[8]=(r*e-i*s)*f,this}lookAt(t,e,i){return this.identity().rotate(e.angle()-t.angle()+i.angle())}makeProjection(t,e,i,n,s,r){const a=s/(e-t),o=r/(i-n),h=s/2-(e+t)*a,l=r/2+(i+n)*o;return this.elements[0]=a,this.elements[3]=0,this.elements[6]=h,this.elements[1]=0,this.elements[4]=-o,this.elements[7]=l,this.elements[2]=0,this.elements[5]=0,this.elements[8]=1,this}makeRotation(t){const e=Math.cos(t),i=Math.sin(t);return this.set(e,-i,0,i,e,0,0,0,1),this}makeRotationByPoint(t,e){const i=Math.cos(t),n=Math.sin(t),s=-e.x*i+e.y*n+e.x,r=-e.x*n-e.y*i+e.y;return this.set(i,-n,s,n,i,r,0,0,1),this}makeRotationFromQuaternion(t){return this.compose(Ji,t,Qi)}makeScale(t,e){return this.set(t,0,0,0,e,0,0,0,1),this}makeTranslation(t,e){return this.set(1,0,t,0,1,e,0,0,1),this}multiply(t){return this.multiplyMatrices(this,t)}multiplyMatrices(t,e){const i=t.elements,n=e.elements,s=this.elements,r=i[0],a=i[3],o=i[6],h=i[1],l=i[4],u=i[7],c=i[2],d=i[5],p=i[8],f=n[0],m=n[3],g=n[6],y=n[1],v=n[4],x=n[7],b=n[2],w=n[5],_=n[8];return s[0]=r*f+a*y+o*b,s[3]=r*m+a*v+o*w,s[6]=r*g+a*x+o*_,s[1]=h*f+l*y+u*b,s[4]=h*m+l*v+u*w,s[7]=h*g+l*x+u*_,s[2]=c*f+d*y+p*b,s[5]=c*m+d*v+p*w,s[8]=c*g+d*x+p*_,this}multiplyScalar(t){const e=this.elements;return e[0]*=t,e[3]*=t,e[6]*=t,e[1]*=t,e[4]*=t,e[7]*=t,e[2]*=t,e[5]*=t,e[8]*=t,this}premultiply(t){return this.multiplyMatrices(t,this)}rotate(t){return this.premultiply($i.makeRotation(-t))}scale(t,e){return this.premultiply(Xi.makeScale(t,e))}set(t,e,i,n,s,r,a,o,h){return this.elements[0]=t,this.elements[3]=e,this.elements[6]=i,this.elements[1]=n,this.elements[4]=s,this.elements[7]=r,this.elements[2]=a,this.elements[5]=o,this.elements[8]=h,this}setFromDomMatrix(t){return void 0!==t.m11&&void 0!==t.m21&&void 0!==t.m41&&void 0!==t.m12&&void 0!==t.m22&&void 0!==t.m42&&void 0!==t.m14&&void 0!==t.m24&&void 0!==t.m44?this.set(t.m11,t.m21,t.m41,t.m12,t.m22,t.m42,t.m14,t.m24,t.m44):void 0!==t.a&&void 0!==t.b&&void 0!==t.c&&void 0!==t.d&&void 0!==t.e&&void 0!==t.f&&this.set(t.a,t.c,t.e,t.b,t.d,t.f,0,0,1),this}setFromMatrix(t){const e=t.elements;return this.set(e[0],e[3],e[6],e[1],e[4],e[7],e[2],e[5],e[8]),this}setUvTransform(t,e,i,n,s,r,a){const o=Math.cos(s),h=Math.sin(s);return this.set(i*o,i*h,-i*(o*r+h*a)+r+t,-n*h,n*o,-n*(-h*r+o*a)+a+e,0,0,1),this}toArray(t=[],e=0){const i=this.elements;return t[e]=i[0],t[e+1]=i[1],t[e+2]=i[2],t[e+3]=i[3],t[e+4]=i[4],t[e+5]=i[5],t[e+6]=i[6],t[e+7]=i[7],t[e+8]=i[8],t}toString(){return`[${this.elements[0]},${this.elements[1]}, ${this.elements[3]},${this.elements[4]}, ${this.elements[6]},${this.elements[7]}]`}translate(t,e){return this.premultiply(Gi.makeTranslation(t,e))}transpose(){let t;const e=this.elements;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}transposeIntoArray(t){const e=this.elements;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}getTransformScaleX(){return Math.sqrt(this.elements[0]*this.elements[0]+this.elements[1]*this.elements[1])}getTransformScaleY(){return Math.sqrt(this.elements[3]*this.elements[3]+this.elements[4]*this.elements[4])}isTransformSkewed(){const t=this.elements[0]*this.elements[3]+this.elements[1]*this.elements[4];return 0!==t&&Math.abs(t/(this.getTransformScaleX()*this.getTransformScaleY()))>Number.EPSILON}isTransformFlipped(){return this.elements[0]*this.elements[4]-this.elements[1]*this.elements[3]<0}hasMirror(){return this.elements[0]*this.elements[4]-this.elements[1]*this.elements[3]<0}hasMirrorY(){return this.elements[0]<0&&this.elements[4]>0}hasMirrorX(){return this.elements[4]<0&&this.elements[0]>0}getTransformString(){this.decompose(Vi.identity(),qi.identity(),ji.identity());const t=180*qi.x/Math.PI;return`translate(${Vi.x}, ${Vi.y}) rotate(${t}) scale(${ji.x}, ${ji.y})`}};const Ui=[1,0,0,0,1,0,0,0,1],Vi=new We,qi=new We,ji=new We,Yi=new Fi,Gi=new Fi,$i=new Fi,Xi=new Fi,Zi=new Fi,Ji=new We(0,0,0),Qi=new We(1,1,1),Ki=["view"],tn=["viewer","mirror"];function en(t,e){var i;if(t.tagName&&!Ki.includes(t.tagName)&&("g"!==t.tagName||0!==(null==(i=t.childNodes)?void 0:i.length))){tn.includes(t.id)||e(t);for(let i=0,n=t.childNodes.length;i<n;i++)en(t.childNodes[i],e)}}let nn=0;function sn(t,e=0,i=0,n=[]){var s,r;if(!t)return n;const a=on(t,"id","");if(Ki.includes(t.nodeName)||"defs"===t.nodeName)return nn--,n;if(e&&nn>e)return n;let o;a&&!tn.includes(a)&&(o={label:a,value:a,children:[]},n.push(o)),nn++;for(let i=0,r=null==(s=t.childNodes)?void 0:s.length;i<r;i++)sn(t.childNodes[i],e,nn,o?o.children:n);return 0===(null==(r=null==o?void 0:o.children)?void 0:r.length)&&delete o.children,nn=i,n}function rn(t,e){var i;if(Array.isArray(t))for(let i=0,n=t.length||0;i<n;i++)rn(t[i],e);else if(e(t),null==(i=t.children)?void 0:i.length)for(let i=0,n=t.children.length;i<n;i++)rn(t.children[i],e)}function an(t){var e,i,n;const s=[];if(!(null==(e=null==t?void 0:t.children)?void 0:e.length))return s;for(let e,r=0,a=(null==(i=null==t?void 0:t.children)?void 0:i.length)||0;r<a;r++)e=t.children[r],s.push(e),(null==(n=e.children)?void 0:n.length)&&s.push(...an(e));return s}function on(t,e,i){if(!t)return i;let n=i;if("function"==typeof t.getAttribute?n=null==t?void 0:t.getAttribute(e):Object.hasOwnProperty.call(t,"attributes")&&(n=t.attributes[e]),!n)return i;if(void 0!==i){if("string"==typeof i)return n;if("number"==typeof i)return Number(n)}return n}const hn=-1,ln=51,un=52;class cn{constructor(t=!0){d(this,"dpr",1),d(this,"data"),d(this,"userData",{}),d(this,"autoClose",!1),d(this,"_saveData",!0),d(this,"_len",0),d(this,"_x0",0),d(this,"_y0",0),d(this,"_xi",0),d(this,"_yi",0),d(this,"_version",0),d(this,"_ctx"),d(this,"_ppx",0),d(this,"_ppy",0),d(this,"_ppl",0),d(this,"_ux",0),d(this,"_uy",0),d(this,"_pathSegLen"),d(this,"_pathLen",0),this._saveData=!!t,this._saveData&&(this.data=[])}dispose(){return this.reset(),this.data=[],this._len=0,this.userData={},this._ctx=void 0,this._version=0,this._ppx=0,this._ppy=0,this._ppl=0,this._ux=0,this._uy=0,this}reset(){this._saveData&&(this._len=0),this._pathSegLen&&(this._pathSegLen=void 0,this._pathLen=0),this.needsUpdate=!0}set needsUpdate(t){!0===t&&this._version++}get version(){return this._version}clone(){const t=new cn(this._saveData),e=this.data;return t.data=(null==e?void 0:e.slice)?e.slice():Array.prototype.slice.call(e),t._len=this._len,t._ux=this._ux,t._uy=this._uy,t._ppx=this._ppx,t._ppy=this._ppy,t._ppl=this._ppl,t.autoClose=this.autoClose,t.userData=ri.cloneDeep(this.userData),t}setDpr(t){return this.dpr=t||1,this}setScale(t,e,i){return i&&(this._ux=Math.abs(i/(Ae.config.dpr||1)/(t||1)),this._uy=Math.abs(i/(Ae.config.dpr||1)/(e||1))),this}setContext(t){return this._ctx=t,this}getContext(){return this._ctx}len(){return this._len}setData(t){if(!this._saveData)return;const e=(null==t?void 0:t.length)||0;this.data&&this.data.length===e||(this.data=new Float32Array(e));for(let i=0;i<e;i++)this.data[i]=t[i];this._len=e}addData(...t){if(!this._saveData)return;let e=this.data;this._len+(null==t?void 0:t.length)>((null==e?void 0:e.length)||0)&&(this._expandData(),e=this.data);for(let i=0,n=(null==t?void 0:t.length)||0;i<n;i++)e[this._len++]=t[i]}insertData(t,...e){if(!this._saveData||!e||0===e.length)return;const i=this.getCmds();t<0&&(t=0),t>i.length&&(t=i.length),e.length>0&&i.splice(t,0,[...e]);const n=ri.flatten(i);this.setData(n),this.needsUpdate=!0}removeData(t){if(!this._saveData||!this.data||this._len<=0)return;const e=this.getCmds();if(t<0||t>=e.length)return;e.splice(t,1);const i=ri.flatten(e);this.setData(i),this.needsUpdate=!0}_expandData(){if(!(this.data instanceof Array)){const t=[];for(let e=0;e<this._len;e++)t[e]=this.data[e];this.data=t}}appendPath(t){if(!this._saveData||!t)return;t instanceof Array||(t=[t]);const e=t.length;let i=0,n=this._len;for(let n=0;n<e;n++)i+=t[n].len()||0;const s=this.data;if((s instanceof Float32Array||!s)&&(this.data=new Float32Array(n+i),n>0&&s))for(let t=0;t<n;t++)this.data[t]=s[t];for(let i=0;i<e;i++){const e=t[i].data;for(let i=0,s=(null==t?void 0:t.length)||0;i<s;i++)this.data[n++]=e[i]}this._len=n}toStatic(){this._saveData&&(this._pendingLine(),this.data instanceof Array&&(this.data.length=this._len,this._len>11&&(this.data=new Float32Array(this.data))))}rebuildPath(t,e){if(!this.data||!this._len||e<=0)return;const i=this.data,n=this._ux,s=this._uy,r=this._len;let a=0,o=0,h=0,l=0,u=0,c=0;const d=e<1;let p,f,m,g,y=0,v=0,x=0,b=0;if(!d||(this._pathSegLen||this._calculateLength(),p=this._pathSegLen,f=this._pathLen,x=f*e,x))t:for(let e=0;e<r;){const r=i[e++],f=1===e;switch(f&&(a=h=i[e],o=l=i[e+1]),2!==r&&b>0&&(t.lineTo(m,g),b=0),r){case 1:a=h=i[e++],o=l=i[e++],t.moveTo(h,l);break;case 2:{u=i[e++],c=i[e++];const r=Math.abs(u-h),a=Math.abs(c-l);if(r>n||a>s){if(d){const e=p[v++];if(y+e>x){const i=(x-y)/e;t.lineTo(h*(1-i)+u*i,l*(1-i)+c*i);break t}y+=e}t.lineTo(u,c),h=u,l=c,b=0}else{const t=r*r+a*a;t>b&&(m=u,g=c,b=t)}break}case 3:{const n=i[e++],s=i[e++],r=i[e++],a=i[e++],o=i[e++],u=i[e++];if(d){const e=p[v++];if(y+e>x){const i=(x-y)/e;Ge(h,n,r,o,i,pn),Ge(l,s,a,u,i,fn),t.bezierCurveTo(pn[1],fn[1],pn[2],fn[2],pn[3],fn[3]);break t}y+=e}t.bezierCurveTo(n,s,r,a,o,u),h=o,l=u;break}case 4:{const n=i[e++],s=i[e++],r=i[e++],a=i[e++];if(d){const e=p[v++];if(y+e>x){const i=(x-y)/e;Je(h,n,r,i,pn),Je(l,s,a,i,fn),t.quadraticCurveTo(pn[1],fn[1],pn[2],fn[2]);break t}y+=e}t.quadraticCurveTo(n,s,r,a),h=r,l=a;break}case 5:const r=i[e++],w=i[e++],_=i[e++],S=i[e++];let E=i[e++],M=i[e++];const A=i[e++],T=!i[e++],C=_>S?_:S,I=Math.abs(_-S)>.001;let D=E+M,L=!1;if(d){const t=p[v++];y+t>x&&(D=E+M*(x-y)/t,L=!0),y+=t}if(I&&"function"==typeof t.ellipse?t.ellipse(r,w,_,S,A,E,D,T):t.arc(r,w,C,E,D,T),L)break t;f&&(a=r+Math.cos(E)*_,o=w+Math.sin(E)*S),h=Math.cos(D)*_+r,l=Math.sin(D)*S+w;break;case ln:a=h=i[e],o=l=i[e+1],u=i[e++],c=i[e++];const B=i[e++],P=i[e++];if(d){const e=p[v++];if(y+e>x){let e=x-y;t.moveTo(u,c),t.lineTo(u+Math.min(B,e),c),e-=B,e>0&&t.lineTo(u+B,c+Math.min(P,e)),e-=P,e>0&&t.lineTo(u+Math.max(B-e,0),c+P),e-=B,e>0&&t.lineTo(u,c+Math.max(P-e,0));break t}y+=e}t.rect(u,c,B,P);break;case hn:if(d){const e=p[v++];if(y+e>x){const i=(x-y)/e;t.lineTo(h*(1-i)+a*i,l*(1-i)+o*i);break t}y+=e}t.closePath(),h=a,l=o}}}_calculateLength(){let t=0;if(!this.data||!this._len)return t;const e=this.data,i=this._len,n=this._ux,s=this._uy;let r=0,a=0,o=0,h=0;this._pathSegLen||(this._pathSegLen=[]);const l=this._pathSegLen;let u=0;for(let c=0;c<i;){const d=e[c++],p=1===c;p&&(r=o=e[c],a=h=e[c+1]);let f=-1;switch(d){case 1:r=o=e[c++],a=h=e[c++];break;case 2:{const t=e[c++],r=e[c++],a=t-o,l=r-h;(Math.abs(a)>n||Math.abs(l)>s||c==i-1)&&(f=Math.sqrt(a*a+l*l),o=t,h=r);break}case 3:{const t=e[c++],i=e[c++],n=e[c++],s=e[c++],r=e[c++],a=e[c++];f=Ye(o,h,t,i,n,s,r,a,10),o=r,h=a;break}case 4:{const t=e[c++],i=e[c++],n=e[c++],s=e[c++];f=Ze(o,h,t,i,n,s,10),o=n,h=s;break}case 5:{const t=e[c++],i=e[c++],n=e[c++],s=e[c++],l=e[c++];let u=e[c++];const d=l+u;c+=1,p&&(r=t+Math.cos(l)*n,a=i+Math.sin(l)*s),f=Math.max(n,s)*Math.min(Math.abs(u),2*Qe),o=Math.cos(d)*n+t,h=Math.sin(d)*s+i;break}case ln:r=o=e[c++],a=h=e[c++],f=2*(e[c++]+e[c++]);break;case hn:{const t=r-o,e=a-h;f=Math.sqrt(t*t+e*e),o=r,h=a;break}}f>=0&&(l[u++]=f,t+=f)}return this._pathLen=t,t}computeBoundingBox(t=new ai){if(t.makeEmpty(),dn.makeEmpty(),!this.data||!this._len)return t;const e=this.data;let i=0,n=0,s=0,r=0,a=0;for(a=0;a<this._len;){const o=e[a++],h=1===a;switch(h&&(i=s=e[a],n=r=e[a+1]),o){case 1:i=s=e[a++],n=r=e[a++],dn.setFromXYXY(i,n,i,n);break;case 2:t.expandByXY(s,r),t.expandByXY(e[a],e[a+1]),s=e[a++],r=e[a++];break;case 3:t.expandByCubic(s,r,e[a++],e[a++],e[a++],e[a++],e[a],e[a+1]),s=e[a++],r=e[a++];break;case 4:t.expandByQuadratic(s,r,e[a++],e[a++],e[a],e[a+1]),s=e[a++],r=e[a++];break;case 5:const o=e[a++],l=e[a++],u=Math.abs(e[a++]),c=Math.abs(e[a++]);let d=e[a++],p=e[a++]+d;a+=1;const f=!e[a++];h&&(i=o+Math.cos(d)*u,n=l+Math.sin(d)*c),t.expandByArc(o,l,u,c,d,p,f),s=Math.cos(p)*u+o,r=Math.sin(p)*c+l;break;case ln:i=s=e[a++],n=r=e[a++];const m=e[a++],g=e[a++];t.expandByXY(i,n),t.expandByXY(i+m,n+g);break;case un:{const i=e[a++],n=e[a++],s=Math.abs(e[a++]),r=Math.abs(e[a++]),o=e[a++];let h=e[a++],l=e[a++];const u=!!e[a++];t.expandByEllipse(i,n,s,r,o,h,l,u);break}case hn:s=i,r=n}t.expandByBox(dn)}return t}applyMatrix3(t){if(!this.data||!this._len)return this;const e=this.data,i=this._len;let n=0;for(t.getScale(xn);n<i;)switch(e[n++]){case 1:case 2:vn.set(e[n],e[n+1]).applyMatrix3(t),e[n]=vn.x,e[n+1]=vn.y,n+=2;break;case 3:for(let i=0;i<3;i++)vn.set(e[n+2*i],e[n+2*i+1]).applyMatrix3(t),e[n+2*i]=vn.x,e[n+2*i+1]=vn.y;n+=6;break;case 4:for(let i=0;i<2;i++)vn.set(e[n+2*i],e[n+2*i+1]).applyMatrix3(t),e[n+2*i]=vn.x,e[n+2*i+1]=vn.y;n+=4;break;case 5:vn.set(e[n],e[n+1]).applyMatrix3(t),e[n+5]=vn.x,e[n+6]=vn.y,e[n]*=xn.x,e[n+1]*=xn.y,n+=7;break;case ln:vn.set(e[n],e[n+1]).applyMatrix3(t),e[n]=vn.x,e[n+1]=vn.y,e[n+2]*=xn.x,e[n+3]*=xn.y,n+=4;break;case un:vn.set(e[n],e[n+1]).applyMatrix3(t);let i=[e[n],e[n+1],e[n+2],e[n+3],e[n+4],e[n+5],e[n+6],e[n+7]];t.isTransformSkewed()?Mn([e[n],e[n+1],e[n+2],e[n+3],e[n+4],e[n+5],e[n+6],e[n+7]],t,i):An([e[n],e[n+1],e[n+2],e[n+3],e[n+4],e[n+5],e[n+6],e[n+7]],t,i),e[n]=vn.x,e[n+1]=vn.y,e[n+2]=i[2],e[n+3]=i[3],e[n+4]=i[4],e[n+5]=i[5],e[n+6]=i[6],e[n+7]=i[7],n+=8}return this.needsUpdate=!0,this}_pendingLine(){var t;this._ppl>0&&(null==(t=this._ctx)||t.lineTo(this._ppx,this._ppy),this._ppl=0)}beginPath(){var t;return null==(t=this._ctx)||t.beginPath(),this.reset(),this}moveTo(t,e){var i;return this._pendingLine(),this.addData(1,t,e),null==(i=this._ctx)||i.moveTo(t,e),this._x0=this._xi=t,this._y0=this._yi=e,this}lineTo(t,e){var i;const n=Math.abs(t-this._xi),s=Math.abs(e-this._yi);if(this.addData(2,t,e),n>this._ux||s>this._uy)null==(i=this._ctx)||i.lineTo(t,e),this._xi=t,this._yi=e,this._ppl=0;else{const i=n*n+s*s;i>this._ppl&&(this._ppx=t,this._ppy=e,this._ppl=i)}return this}bezierCurveTo(t,e,i,n,s,r){var a;return this._pendingLine(),this.addData(3,t,e,i,n,s,r),null==(a=this._ctx)||a.bezierCurveTo(t,e,i,n,s,r),this._xi=s,this._yi=r,this}quadraticCurveTo(t,e,i,n){var s;return this._pendingLine(),this.addData(4,t,e,i,n),null==(s=this._ctx)||s.quadraticCurveTo(t,e,i,n),this._xi=i,this._yi=n,this}arc(t,e,i,n,s,r){var a;this._pendingLine(),mn[0]=n,mn[1]=s,ei(mn,!!r),n=mn[0];const o=(s=mn[1])-n;return this.addData(5,t,e,i,i,n,o,0,r?0:1),null==(a=this._ctx)||a.arc(t,e,i,n,s,r),this._xi=t+Math.cos(s)*i,this._yi=e+Math.sin(s)*i,this}arcTo(t,e,i,n,s){var r;return this._pendingLine(),null==(r=this._ctx)||r.arcTo(t,e,i,n,s),this}rect(t,e,i,n){var s;return this._pendingLine(),this.addData(ln,t,e,i,n),null==(s=this._ctx)||s.rect(t,e,i,n),this}closePath(){var t;return this._pendingLine(),this.addData(hn),null==(t=this._ctx)||t.closePath(),this._xi=this._x0,this._yi=this._y0,this}ellipse(t,e,i,n,s,r,a,o){var h;return this._pendingLine(),this.addData(un,t,e,i,n,s,r,a,o?1:0),null==(h=this._ctx)||h.ellipse(t,e,i,n,s,r,a,o),this}absellipse(t,e,i,n,s,r,a,o=!1){return this._pendingLine(),this.addData(un,t,e,i,n,s,r,a,o?1:0),this}absarc(t,e,i,n,s,r=!1){return this.absellipse(t,e,i,i,0,n,s,r),this}fill(t){t.fill(),this.toStatic()}stroke(t){this._pendingLine(),t.stroke(),this.toStatic()}addArrow(t,e,i=30){if(!t||!e)return this;const n=this.getVertices();return!(null==n?void 0:n.length)||n.length<4||(t>0?(gn.set(n[2],n[3]),vn.set(n[0],n[1]),yn.subVectors(gn,vn),xn.lerpVectors(vn,gn,e/yn.length()),bn.copy(xn).rotateAround(vn,Ie(i)),wn.copy(xn).rotateAround(vn,-Ie(i)),this.moveTo(bn.x,bn.y),this.lineTo(vn.x,vn.y),this.lineTo(wn.x,wn.y)):(gn.set(n[n.length-4],n[n.length-3]),vn.set(n[n.length-2],n[n.length-1]),yn.subVectors(gn,vn),xn.lerpVectors(vn,gn,e/yn.length()),bn.copy(xn).rotateAround(vn,Ie(i)),wn.copy(xn).rotateAround(vn,-Ie(i)),this.moveTo(bn.x,bn.y),this.lineTo(vn.x,vn.y),this.lineTo(wn.x,wn.y))),this}getVertices(t=[]){if(!this.data||!this._len)return t;const e=this.data;for(let i=0;i<this._len;){const n=e[i++];switch(n){case 1:case 2:t.push(e[i++],e[i++]);break;case 3:i+=4,t.push(e[i++],e[i++]);break;case 4:i+=2,t.push(e[i++],e[i++]);break;case 5:const s=e[i++],r=e[i++],a=e[i++],o=e[i++],h=e[i++],l=e[i++]+h;i+=2;const u=s+Math.cos(h)*a,c=r+Math.sin(h)*o;t.push(u,c);const d=s+Math.cos(l)*a,p=r+Math.sin(l)*o;t.push(d,p);break;case ln:const f=e[i++],m=e[i++],g=e[i++],y=e[i++];t.push(f,m,f+g,m,f+g,m+y,f,m+y);break;case un:const v=e[i++],x=e[i++],b=e[i++],w=e[i++];e[i++];const _=e[i++],S=e[i++];e[i++];const E=v+b*Math.cos(_),M=x+w*Math.sin(_);t.push(E,M);const A=v+b*Math.cos(S),T=x+w*Math.sin(S);t.push(A,T);break;case hn:break;default:throw new Error("Invalid command "+n)}}return t}getCmds(){var t;if(!(null==(t=this.data)?void 0:t.length))throw new Error("PathProxy.getCmds: empty path.data.");const e=this.data,i=[];let n=0;for(n=0;n<e.length;)switch(e[n++]){case 1:i.push([1,e[n++],e[n++]]);break;case 2:i.push([2,e[n++],e[n++]]);break;case 3:i.push([3,e[n++],e[n++],e[n++],e[n++],e[n++],e[n++]]);break;case 4:i.push([4,e[n++],e[n++],e[n++],e[n++]]);break;case 5:i.push([5,e[n++],e[n++],e[n++],e[n++],e[n++],e[n++],e[n++],e[n++]]);break;case ln:i.push([ln,e[n++],e[n++],e[n++],e[n++]]);break;case un:i.push([un,e[n++],e[n++],e[n++],e[n++],e[n++],e[n++],e[n++],e[n++]]);break;case hn:i.push([hn])}return i}getControlPoints(t=[]){if(t.length=0,!this.data||!this._len)return t;const e=this.data;let i=0,n=0,s=0;for(i=0;i<this._len;)switch(e[i++]){case 1:n=e[i],s=e[i+1],i+=2,t.push(new We(n,s));break;case 2:{const r=e[i++],a=e[i++];t.push(new We(r,a)),n=r,s=a;break}case 3:{const r=n,a=s,o=e[i++],h=e[i++],l=e[i++],u=e[i++],c=e[i++],d=e[i++];t.push(new We(r,a)),t.push(new We(o,h)),t.push(new We(l,u)),t.push(new We(c,d)),n=c,s=d;break}case 4:{const r=n,a=s,o=e[i++],h=e[i++],l=e[i++],u=e[i++];t.push(new We(r,a)),t.push(new We(o,h)),t.push(new We(l,u)),n=l,s=u;break}case 5:{const r=e[i++],a=e[i++],o=e[i++],h=e[i++],l=e[i++],u=e[i++];e[i++],e[i++];const c=l+u,d=r+Math.cos(l)*o,p=a+Math.sin(l)*h;t.push(new We(d,p));const f=r+Math.cos(c)*o,m=a+Math.sin(c)*h;t.push(new We(f,m)),t.push(new We(r,a)),n=f,s=m;break}case ln:{const r=e[i++],a=e[i++],o=e[i++],h=e[i++];t.push(new We(r,a)),t.push(new We(r+o,a)),t.push(new We(r+o,a+h)),t.push(new We(r,a+h)),n=r,s=a;break}case un:{const r=e[i++],a=e[i++],o=e[i++],h=e[i++];t.push(new We(r,a)),o>h?(t.push(new We(r+o,a)),t.push(new We(r,a+h)),o!==h&&(t.push(new We(r-o,a)),t.push(new We(r,a-h)))):h>o?(t.push(new We(r+o,a)),t.push(new We(r,a+h)),t.push(new We(r-o,a)),t.push(new We(r,a-h))):t.push(new We(r+o,a)),n=r,s=a;break}}return t}getStartPoint(t=new We){return t.set(this._x0,this._y0)}getEndPoint(t=new We){return t.set(this._xi,this._yi)}getLength(){return this._pathSegLen||this._calculateLength(),this._pathLen}getArea(){if(!this.data||!this._len)return 0;const t=this.data,e=this._len;let i=0,n=0,s=0,r=0,a=0,o=0,h=0,l=!1;for(let u=0;u<e;)switch(t[u++]){case 1:o=r=n=t[u++],h=a=s=t[u++],l=!0;break;case 2:const e=t[u++],c=t[u++];i+=(r-e)*(a+c)/2,r=e,a=c;break;case 3:{const e=t[u++],n=t[u++],s=t[u++],o=t[u++],h=t[u++],l=t[u++],c=10;let d=r,p=a;for(let t=1;t<=c;t++){const u=t/c,f=1-u,m=f*f*f*r+3*f*f*u*e+3*f*u*u*s+u*u*u*h,g=f*f*f*a+3*f*f*u*n+3*f*u*u*o+u*u*u*l;i+=(d-m)*(p+g)/2,d=m,p=g}r=h,a=l;break}case 4:{const e=t[u++],n=t[u++],s=t[u++],o=t[u++],h=8;let l=r,c=a;for(let t=1;t<=h;t++){const u=t/h,d=1-u,p=d*d*r+2*d*u*e+u*u*s,f=d*d*a+2*d*u*n+u*u*o;i+=(l-p)*(c+f)/2,l=p,c=f}r=s,a=o;break}case 5:{const e=t[u++],n=t[u++],s=t[u++],o=t[u++],h=t[u++],l=t[u++],c=t[u++];t[u++];const d=Math.max(10,Math.floor(10*Math.abs(l))),p=l/d;let f=r,m=a;for(let t=1;t<=d;t++){const r=h+t*p,a=e+Math.cos(r)*s,l=n+Math.sin(r)*o;if(0!==c){const t=Math.cos(c),s=Math.sin(c),r=(a-e)*t-(l-n)*s+e,o=(a-e)*s+(l-n)*s+n;i+=(f-r)*(m+o)/2,f=r,m=o}else i+=(f-a)*(m+l)/2,f=a,m=l}const g=h+l;r=e+Math.cos(g)*s,a=n+Math.sin(g)*o;break}case ln:const d=t[u++],p=t[u++];i+=t[u++]*t[u++],r=d,a=p;break;case hn:l&&(i+=(r-o)*(a+h)/2),r=n,a=s}return Math.abs(i)}}const dn=new ai,pn=[],fn=[],mn=[],gn=new We,yn=new We,vn=new We,xn=new We,bn=new We,wn=new We,_n=new Fi,Sn=new Fi,En=new Fi;function Mn(t,e,i=[0,0,0,0,0,0,0,0]){const[n,s,r,a,o,h,l,u]=t;i[0]=n,i[1]=s;const c=Math.cos(o),d=Math.sin(o);vn.set(r*c,r*d).applyMatrix3(e),xn.set(-a*d,a*c).applyMatrix3(e);const p=_n.set(vn.x,xn.x,0,vn.y,xn.y,0,0,0,1),f=Sn.copy(p).invert(),m=En.copy(f).transpose().multiply(f).elements,g=function(t,e,i){let n,s,r,a,o=0;const h=t+i,l=t-i,u=Math.sqrt(l*l+4*e*e);return h>0?(o=.5*(h+u),a=1/o,n=t*a*i-e*a*e):h<0?n=.5*(h-u):(o=.5*u,n=-.5*u),s=l>0?l+u:l-u,Math.abs(s)>2*Math.abs(e)?(a=-2*e/s,r=1/Math.sqrt(1+a*a),s=a*r):0===Math.abs(e)?(s=1,r=0):(a=-.5*s/e,s=1/Math.sqrt(1+a*a),r=a*s),l>0&&(a=s,s=-r,r=a),{rt1:o,rt2:n,cs:s,sn:r}}(m[0],m[1],m[4]),y=Math.sqrt(g.rt1),v=Math.sqrt(g.rt2);if(i[2]=1/y,i[3]=1/v,i[4]=Math.atan2(g.sn,g.cs),!((l-h)%(2*Math.PI)<Number.EPSILON)){const t=Sn.set(y,0,0,0,v,0,0,0,1),n=En.set(g.cs,g.sn,0,-g.sn,g.cs,0,0,0,1),s=t.multiply(n).multiply(p),r=t=>{const{x:e,y:i}=new We(Math.cos(t),Math.sin(t)).applyMatrix3(s);return Math.atan2(i,e)};i[5]=r(h),i[6]=r(l),e.isTransformFlipped()&&(i[7]=u?0:1)}return i}function An(t,e,i=[0,0,0,0,0,0,0,0]){const[n,s,r,a,o,h,l,u]=t;i[0]=n,i[1]=s;const c=e.getTransformScaleX(),d=e.getTransformScaleY();i[2]=r*c,i[3]=a*d;const p=c>Number.EPSILON?Math.atan2(e.elements[1],e.elements[0]):Math.atan2(-e.elements[3],e.elements[4]);return i[4]=o+p,e.isTransformFlipped()&&(i[5]=-1*h,i[6]=-1*l,i[7]=u?0:1),i}class Tn{static destroy(){this.cached.clear(),this.cachedCanvas.clear()}static createCanvas(t){var e;if(!(null==(e=Ae.window)?void 0:e.document))throw new Error("environment not support");let i,n;if(t.containerId&&(i=Ae.window.document.getElementById(t.containerId)),i||(i=Ae.window.document.getElementsByTagName("body")[0]),t.canvasId&&(n=Ae.window.document.getElementById(t.canvasId)||void 0),t.width||(t.width=(null==i?void 0:i.offsetWidth)||100),t.height||(t.height=(null==i?void 0:i.offsetHeight)||100),t.dpr||(t.dpr=Ae.config.dpr),n)this.resizeCanvas(n,t.width,t.height,t.dpr);else{if(n=this.createHtmlCanvas(t.width,t.height,t.dpr),!n)throw new Error("error environment");t.canvasId&&n.setAttribute("id",t.canvasId),null==i||i.appendChild(n)}return n.style.background=t.background||"transparent",n}static getContext2D(t,e={}){const i={alpha:!0,willReadFrequently:!!e.willReadFrequently},n=t.getContext("2d",i);if(!n)throw new Error("getContext2D error");return n.scale(e.dpr||1,e.dpr||1),n}static resizeCanvas(t,e,i,n=1){t instanceof OffscreenCanvas?(t.width=e,t.height=i):t instanceof HTMLCanvasElement&&(t.setAttribute("width",(e*n).toString()),t.setAttribute("height",(i*n).toString()),t.style.width=e+"px",t.style.height=i+"px",t.style.padding="0",t.style.margin="0",t.style.border="0",t.style.imageRendering="pixelated",t.style.transform="translateZ(0)")}static getImageBitmapByCanvasAsync(t){return p(this,null,(function*(){if(t)return t instanceof OffscreenCanvas?t.transferToImageBitmap():t instanceof HTMLCanvasElement?yield createImageBitmap(t):void 0}))}static get(t,e,i,n=1){let s=this.cached.get(t);return s||(s=this.create(e,i,n),this.set(t,s)),this.resizeCanvas(s,e,i,n),s}static set(t,e){if(!t||!e)throw new Error("error input");return this.cached.set(t,e)}static remove(t){this.cached.has(t)&&this.cached.delete(t)}static create(t,e,i=1){var n;if(null==(n=Ae.window)?void 0:n.OffscreenCanvas)return new OffscreenCanvas(t,e);throw new Error("environment does not support")}static createHtmlCanvas(t,e,i=1){if(!Ae.window.document)throw new Error("environment does not support");const n=Ae.window.document.createElement("canvas");return this.resizeCanvas(n,t,e,i),n}static measureText(t,e,i=new We){if(!t)throw new Error("input error");const n=this.get("measureText",1,1).getContext("2d");if(!n)throw new Error("bufferCtx not found");e.render(n);const s=n.measureText(t);if(!s)throw new Error("measureText error");const r=s.actualBoundingBoxRight+s.actualBoundingBoxLeft,a=s.actualBoundingBoxAscent+s.actualBoundingBoxDescent;return i.set(r,a),i}static measureText2(t,e=12,i=new We){if(!t)throw new Error("input error");const n=this.get("measureText",1,1).getContext("2d");if(!n)throw new Error("bufferCtx not found");n.font=`${e}px sans-serif`;const s=n.measureText(t);if(!s)throw new Error("measureText error");const r=s.actualBoundingBoxRight+s.actualBoundingBoxLeft,a=s.actualBoundingBoxAscent+s.actualBoundingBoxDescent;return i.set(r,a),i}static getCtx(t,e,i,n=1){if(!Cn[t]){const s=this.create(e,i,n);Cn[t]={cvs:s,ctx:s.getContext("2d")},this.resizeCanvas(s,e,i,n)}return Cn[t].ctx}}d(Tn,"cached",new Map),d(Tn,"cachedCanvas",new Map);const Cn={};class In{constructor(){d(this,"instancedMesh",!1),d(this,"_xml"),d(this,"_symbolsNodeMap",{}),d(this,"paths",[]),d(this,"labels",[]),d(this,"symbolsMap",{}),d(this,"instances",[]),d(this,"_viewBox",new ai),d(this,"_isInDefs",!1),d(this,"_transformStack",[]),d(this,"_currentTransform",new Fi),d(this,"centralInitialized",!1),d(this,"centralPoint",new We),d(this,"defaultUnit","px"),d(this,"defaultDPI",90),d(this,"stylesheets",{}),d(this,"float2Int",!0),d(this,"scaleFactor",1),d(this,"ASSET_TYPES",[])}static createSVG(t,e){const i=document.createElementNS("http://www.w3.org/2000/svg","svg");return i.setAttribute("width",t.toString()),i.setAttribute("height",e.toString()),i}static createSVGPath(t){const e=document.createElementNS("http://www.w3.org/2000/svg","path");return e.setAttribute("d",t),e}static createSVGText(t,e,i){const n=document.createElementNS("http://www.w3.org/2000/svg","text");return n.setAttribute("x",e.toString()),n.setAttribute("y",i.toString()),n.textContent=t,n}static getInstance(){return Dn}static setInstancedMesh(t){return this.getInstance().setInstancedMesh(t)}static parse(t,e={}){return this.getInstance().parse(t,e)}static getBoundingBoxByNode(t,e=new ai){if(e.makeEmpty(),!t)return e;if("text"===t.nodeName){if("function"==typeof t.getBBox){const i=t.getBBox();e.min.set(i.x,i.y),e.max.set(i.x+i.width,i.y+i.height)}const i=t.textContent||"",n=parseInt(t.getAttribute("font-size")||"12");return Tn.measureText2(i,n,Wn),Wn.validate()&&(e.getCenter(Fn),e.min.setY(Fn.y-Wn.y/2),e.max.setY(Fn.y+Wn.y/2)),this.parseNodeTransform(t,Nn),parseInt(t.getAttribute("stroke-width")||"0"),e.applyMatrix3(Nn),e}const i=In.getInstance().parseNode(t);if(!i.length)return e;for(let t=0,n=i.length;t<n;t++)i[t].computeBoundingBox(Un),e.union(Un);return e}static parseNodeTransform(t,e){return In.getInstance().parseNodeTransform(t,void 0,e)}static getSvgPathDByData(t){if(!t||0===t.length)return"";const e=Array.isArray(t)?t:Array.from(t);let i="",n=0;for(;n<e.length;)switch(e[n++]){case 1:i+=`M${e[n++]} ${e[n++]}`;break;case 2:i+=`L${e[n++]} ${e[n++]}`;break;case 3:i+=`C${e[n++]} ${e[n++]} ${e[n++]} ${e[n++]} ${e[n++]} ${e[n++]}`;break;case 4:i+=`Q${e[n++]} ${e[n++]} ${e[n++]} ${e[n++]}`;break;case 5:const t=e[n++],s=e[n++],r=e[n++],a=e[n++],o=e[n++],h=e[n++],l=e[n++],u=e[n++],c=t+Math.cos(o+h)*r,d=s+Math.sin(o+h)*a;i+=`A${r} ${a} ${l} ${Math.abs(h)>Math.PI?1:0} ${u?0:1} ${c} ${d}`;break;case ln:const p=e[n++],f=e[n++],m=e[n++],g=e[n++];i+=`M${p} ${f} L${p+m} ${f} L${p+m} ${f+g} L${p} ${f+g} Z`;break;case un:const y=e[n++],v=e[n++],x=e[n++],b=e[n++],w=e[n++],_=e[n++],S=e[n++],E=e[n++],M=y+Math.cos(_)*x,A=v+Math.sin(_)*b,T=y+Math.cos(S)*x,C=v+Math.sin(S)*b;i+=`M${M} ${A} A${x} ${b} ${w} ${Math.abs(S-_)>Math.PI?1:0} ${E?0:1} ${T} ${C}`;break;case hn:i+="Z"}return i}static getPathProxyBySvgPathD(t,e){return In.getInstance().getPathProxyBySvgPathD(t,e)}static getViewBox(t,e=new ai){return In.getInstance().getViewBox(t,e)}setInstancedMesh(t){return this.instancedMesh=t,this}dispose(){this._xml=void 0,this._symbolsNodeMap={},this.paths=[],this.labels=[],this.symbolsMap={},this.instances=[],this._viewBox.makeEmpty(),this._isInDefs=!1,this._transformStack=[],this._currentTransform.identity(),this.centralPoint.identity(),this.centralInitialized=!1,this.stylesheets={},this.ASSET_TYPES=[]}parse(t,e={}){var i;this.dispose();const n=(new DOMParser).parseFromString(t,"image/svg+xml");this._xml=n.documentElement,qn((null==(i=this._xml)?void 0:i.getAttribute("viewBox"))||"",this._viewBox),this._viewBox.getCenter(this.centralPoint);const s=sn(this._xml),r=function(t,e=[]){return e.length=0,rn(t||[],(t=>{var i;if("assets"===t.label&&(null==(i=t.children)?void 0:i.length))for(let i,n=0,s=t.children.length;n<s;n++)i=t.children[n],i.label&&e.push(ri.head(ri.split(i.label,"-"))||"")})),e=ri.uniq(ri.compact(e))}(s);this.ASSET_TYPES=ri.uniq(ri.compact([...r,...Object.values(Di)])),this.parseNode(this._xml,e,this.paths);const a={xml:this._xml,viewBox:this._viewBox.clone(),idsTree:s,assetTypes:r,paths:this.paths,labels:this.labels};return this.instancedMesh&&(a.symbolsMap=this.symbolsMap,a.instances=this.instances),a}getViewBox(t,e=new ai){let i=((null==t?void 0:t.getAttribute("viewBox"))||"").split(" "),n=ri.map(i,(t=>parseFloat(t)));return 4!==(null==n?void 0:n.length)||(e.min.set(n[0],n[1]),e.max.set(n[0]+n[2],n[1]+n[3])),e}parseNode(t,e={},i=[],n,s){var r,a,o;if(1!==t.nodeType)return i;let h=!1;const l="function"==typeof t.getAttribute?t.getAttribute("id"):null,u=this.getNodeTransform(t,e);let c;const d=(t={},e,i)=>{if(!t)return;const s=(null==i?void 0:i.assetType)||this.getAssetType(e),r=(null==i?void 0:i.layerType)||this.getAssetType(e,"layer");return ri.set(t,"userData",{pid:n,id:l||n,nodeName:e.nodeName,layerType:r,assetType:s,style:Object.assign({},i)}),t};switch(t.nodeName){case"svg":case"g":e=this.parseStyle(t,e);break;case"defs":h=!0,this._isInDefs=!0;break;case"style":this.parseCSSStylesheetByTextContent(t);break;case"symbol":if(!l||!this._isInDefs&&this.symbolsMap[l]){if(!this._isInDefs&&l){const t=this.symbolsMap[l],e=(null==t?void 0:t.paths)||[];for(let n=0,s=(null==e?void 0:e.length)||0;n<s;n++)c=e[n],c&&(c=c.clone(),ri.set(c,"userData",Object.assign({},t.userData)),this.transformPath(c,this._currentTransform),i.push(c));return u&&(this._transformStack.pop(),this._transformStack.length>0?this._currentTransform.copy(this._transformStack[this._transformStack.length-1]):this._currentTransform.identity()),i}}else e=this.parseStyle(t,e),this._symbolsNodeMap[l]=t,ri.set(this.symbolsMap,`[${l}].symbolId`,l),ri.set(this.symbolsMap,`[${l}].style`,e);break;case"use":const p=(t.getAttributeNS("http://www.w3.org/1999/xlink","href")||"").substring(1),f=this._symbolsNodeMap[p],m=this.symbolsMap[p];if(f&&(e=this.parseStyle(f,e)),void 0===(e=this.parseStyle(t,e)).assetType&&(e.assetType=this.getAssetType(t)),void 0===e.layerType&&(e.layerType=this.getAssetType(t,"layer")),!this._isInDefs&&this.instancedMesh&&m){const i={symbolId:p,transform:this._currentTransform.clone(),userData:{}};d(i,t,e),this.instances.push(i)}else f&&(d(m,t,e),this.parseNode(f,e,i,l||n,s));break;case"path":e=this.parseStyle(t,e),t.hasAttribute("d")&&(c=this.parsePathNode(t,s));break;case"rect":e=this.parseStyle(t,e),c=this.parseRectNode(t,s);break;case"polygon":e=this.parseStyle(t,e),c=this.parsePolygonNode(t,s);break;case"polyline":e=this.parseStyle(t,e),c=this.parsePolylineNode(t,s);break;case"circle":e=this.parseStyle(t,e),c=this.parseCircleNode(t,s);break;case"ellipse":e=this.parseStyle(t,e),c=this.parseEllipseNode(t,s);break;case"line":e=this.parseStyle(t,e),c=this.parseLineNode(t,s);break;case"text":e=this.parseStyle(t,e);const g=this.parseTextNode(t,e,s);if(!g)return i;d(g,t,e),n||ri.set(g,"userData.pid",this.getId(t)),ri.set(g,"userData.textContent",t.textContent),ri.set(g,"transform",this._currentTransform.clone()),ri.set(g,"userData.id",ri.get(g,"userData.id")),ri.set(g,"userData.pid",this.getParentId(t,n));const y=this.getLabelAssetId(t);if(y?ri.set(g,"userData.aid",y):ri.set(g,"userData.aid",ri.split((null==(r=null==g?void 0:g.userData)?void 0:r.id)||"","-").splice(2).join("-")),this._isInDefs&&this.symbolsMap[null==(a=g.userData)?void 0:a.pid]){const t=g.userData.pid,e=(null==(o=this.symbolsMap[t])?void 0:o.labels)||[];e.push(g),ri.set(this.symbolsMap,`[${t}].labels`,e)}else this.labels.push(g)}c&&(d(c,t,e),this.transformPath(c,this._currentTransform),i.push(c));const p=t.childNodes;for(let t,n=0,r=p.length;n<r;n++)if(t=p[n],!h||"style"===t.nodeName||"symbol"===t.nodeName)if(this._isInDefs&&"symbol"===t.nodeName){const i=t.getAttribute("id");if(i){const n=this.parseNode(t,e);ri.set(this.symbolsMap,`[${i}].paths`,n)}}else this.parseNode(t,e,i,l,s);return u&&(this._transformStack.pop(),this._transformStack.length>0?this._currentTransform.copy(this._transformStack[this._transformStack.length-1]):this._currentTransform.identity()),h&&(this._isInDefs=!1),i}transformPath(t,e){t.applyMatrix3(e)}getNodeTransform(t,e){if(!(t.hasAttribute("transform")||"use"===t.nodeName&&(t.hasAttribute("x")||t.hasAttribute("y"))||"text"===t.nodeName&&(t.hasAttribute("dx")||t.hasAttribute("dy"))))return null;const i=this.parseNodeTransform(t,e);return this._transformStack.length>0&&i.premultiply(this._transformStack[this._transformStack.length-1]),this._currentTransform.copy(i),this._transformStack.push(i),i}parseNodeTransform(t,e,i=new Fi){var n;if(i.identity(),!t)return i;this.centralInitialized&&(i.translate(-this.centralPoint.x,-this.centralPoint.y),this.centralInitialized=!0);const s=On;if("use"===t.nodeName&&(t.hasAttribute("x")||t.hasAttribute("y"))){const e=this.parseFloatWithUnits(t.getAttribute("x")),n=this.parseFloatWithUnits(t.getAttribute("y"));i.translate(e,n)}else if("text"===t.nodeName&&(t.hasAttribute("dx")||t.hasAttribute("dy"))){const n=t.hasAttribute("dx")?this.parseFloatWithUnits(t.getAttribute("dx")||0,{fontSize:null==e?void 0:e.fontSize}):0,s=t.hasAttribute("dy")?this.parseFloatWithUnits(t.getAttribute("dy")||0,{fontSize:null==e?void 0:e.fontSize}):0;i.translate(n,s)}if(t.hasAttribute("transform")){const e=null==(n=t.getAttribute("transform"))?void 0:n.split(")");if(!(null==e?void 0:e.length))return i;for(let t=((null==e?void 0:e.length)||0)-1;t>=0;t--){const n=e[t].trim();if(""===n)continue;const r=n.indexOf("("),a=n.length;if(r>0&&r<a){const t=n.slice(0,r),e=this.parseFloats(n.slice(r+1));switch(s.identity(),t){case"translate":if(e.length>=1){const t=e[0];let i=0;e.length>=2&&(i=e[1]),s.translate(t,i)}break;case"rotate":if(e.length>=1){let t=0,i=0,n=0;t=e[0]*Math.PI/180,e.length>=3&&(i=e[1],n=e[2]),Rn.makeTranslation(-i,-n),zn.makeRotation(t),Hn.multiplyMatrices(zn,Rn),Rn.makeTranslation(i,n),s.multiplyMatrices(Rn,Hn)}break;case"scale":if(e.length>=1){const t=e[0];let i=t;e.length>=2&&(i=e[1]),s.scale(t,i)}break;case"skewX":1===e.length&&s.set(1,Math.tan(e[0]*Math.PI/180),0,0,1,0,0,0,1);break;case"skewY":1===e.length&&s.set(1,0,0,Math.tan(e[0]*Math.PI/180),1,0,0,0,1);break;case"matrix":6===e.length&&s.set(e[0],e[2],e[4],e[1],e[3],e[5],0,0,1)}}i.premultiply(s)}}return i}parseStyle(t,e){var i;e=Object.assign({},e);let n={};if(t.hasAttribute("class")){const e=null==(i=t.getAttribute("class"))?void 0:i.split(/\s/).filter(Boolean).map((t=>t.trim())).map((t=>t.startsWith(".")?t.substring(1):t));for(let t=0,i=(null==e?void 0:e.length)||0;t<i;t++)n=Object.assign(n,this.stylesheets["."+e[t]])}function s(i,s,r){void 0===r&&(r=function(t){return t.startsWith("url"),t}),t.hasAttribute(i)&&(e[s]=r(t.getAttribute(i))),n[i]&&(e[s]=r(n[i])),t.style&&""!==t.style[i]&&(e[s]=r(t.style[i]))}t.hasAttribute("id")&&(n=Object.assign(n,this.stylesheets["#"+t.getAttribute("id")]));const{fontSize:r,strokeWidth:a}=e,o=this;function h(t){return Math.max(0,Math.min(1,o.parseFloatWithUnits(t)))}function l(t){return Math.max(0,o.parseFloatWithUnits(t,{fontSize:r}))}s("font-size","fontSize",l),s("fill","fill"),s("fill-opacity","fillOpacity",h),s("fill-rule","fillRule"),s("opacity","opacity",h),s("stroke","stroke"),s("stroke-opacity","strokeOpacity",h),s("stroke-width","strokeWidth",(function(t){return Math.max(0,o.parseFloatWithUnits(t,{strokeWidth:a,noDef:!0}))})),s("stroke-linejoin","strokeLineJoin"),s("stroke-linecap","strokeLineCap"),s("stroke-miterlimit","strokeMiterLimit",l),s("visibility","visibility");const u=t.getAttribute("stroke-width")||e.strokeWidth;return ri.endsWith(u,"%")&&(e.thinLine=!0),"none"!==e.fill&&"transparent"!==e.fill||delete e.fill,"none"!==e.stroke&&"transparent"!==e.stroke||delete e.stroke,e}parseCSSStylesheetByTextContent(t){const e=t.textContent.replace(/\/\*[\s\S]*?\*\//g,"").replace(/([^;])}/g,"$1;}"),i=[];let n="",s=0;for(const t of e)"{"===t?s++:"}"===t&&s--,n+=t,"}"===t&&0===s&&(i.push(n.trim()),n="");for(const t of i){if(!t.includes("{"))continue;const[e,i]=t.split(/\s*\{\s*/);if(!e||!i)continue;const n=e.split(",").map((t=>t.trim())).filter(Boolean),s={};i.replace(/}\s*$/,"").split(";").map((t=>t.trim())).filter(Boolean).forEach((t=>{const[e,i]=t.split(/:\s*/);if(e&&i){const t=i.replace(/\s*!important\s*$/,"").trim();s[e.trim()]=t}})),n.forEach((t=>{t&&(this.stylesheets[t]=u(u({},this.stylesheets[t]||{}),s))}))}}parsePathNode(t,e=!1){const i=t.getAttribute("d");if(i&&""!==i&&"none"!==i)return this.getPathProxyBySvgPathD(i,void 0,e)}getPathProxyBySvgPathD(t,e=new cn,i=!1){if(!t)return;const n=new We,s=new We,r=new We;let a=!0,o=!1;const h=t.match(/[a-df-z][^a-df-z]*/gi);if(null==h?void 0:h.length){for(let t=0,l=(null==h?void 0:h.length)||0;t<l;t++){const l=h[t],u=l.charAt(0),c=l.slice(1).trim();let d;switch(!0===a&&(o=!0,a=!1),u){case"M":d=this.parseFloats(c);for(let t=0,a=d.length;t<a;t+=2)n.x=i?d[t]:this.normalizeX(d[t]),n.y=i?d[t+1]:this.normalizeY(d[t+1]),s.x=n.x,s.y=n.y,0===t?e.moveTo(n.x,n.y):e.lineTo(n.x,n.y),0===t&&r.copy(n);break;case"H":d=this.parseFloats(c);for(let t=0,a=d.length;t<a;t++)n.x=i?d[t]:this.normalizeX(d[t]),s.x=n.x,s.y=n.y,e.lineTo(n.x,n.y),0===t&&!0===o&&r.copy(n);break;case"V":d=this.parseFloats(c);for(let t=0,a=d.length;t<a;t++)n.y=i?d[t]:this.normalizeY(d[t]),s.x=n.x,s.y=n.y,e.lineTo(n.x,n.y),0===t&&!0===o&&r.copy(n);break;case"L":d=this.parseFloats(c);for(let t=0,a=d.length;t<a;t+=2)n.x=i?d[t]:this.normalizeX(d[t]),n.y=i?d[t+1]:this.normalizeY(d[t+1]),s.x=n.x,s.y=n.y,e.lineTo(n.x,n.y),0===t&&!0===o&&r.copy(n);break;case"C":d=this.parseFloats(c);for(let t,a=0,h=d.length;a<h;a+=6)t=i?[d[a],d[a+1],d[a+2],d[a+3],d[a+4],d[a+5]]:[this.normalizeX(d[a]),this.normalizeY(d[a+1]),this.normalizeX(d[a+2]),this.normalizeY(d[a+3]),this.normalizeX(d[a+4]),this.normalizeY(d[a+5])],e.bezierCurveTo(...t),s.x=t[2],s.y=t[3],n.x=t[4],n.y=t[5],0===a&&!0===o&&r.copy(n);break;case"S":d=this.parseFloats(c);for(let t,a=0,h=d.length;a<h;a+=4)t=i?[d[a],d[a+1],d[a+2],d[a+3]]:[this.normalizeX(d[a]),this.normalizeY(d[a+1]),this.normalizeX(d[a+2]),this.normalizeY(d[a+3])],e.bezierCurveTo(this.getReflection(n.x,s.x),this.getReflection(n.y,s.y),t[0],t[1],t[2],t[3]),s.x=t[0],s.y=t[1],n.x=t[2],n.y=t[3],0===a&&!0===o&&r.copy(n);break;case"Q":d=this.parseFloats(c);for(let t,a=0,h=d.length;a<h;a+=4)t=i?[d[a],d[a+1],d[a+2],d[a+3]]:[this.normalizeX(d[a]),this.normalizeY(d[a+1]),this.normalizeX(d[a+2]),this.normalizeY(d[a+3])],e.quadraticCurveTo(t[0],t[1],t[2],t[3]),s.x=t[0],s.y=t[1],n.x=t[2],n.y=t[3],0===a&&!0===o&&r.copy(n);break;case"T":d=this.parseFloats(c);for(let t,a=0,h=d.length;a<h;a+=2){const h=this.getReflection(n.x,s.x),l=this.getReflection(n.y,s.y);t=i?[d[a],d[a+1]]:[this.normalizeX(d[a]),this.normalizeY(d[a+1])],e.quadraticCurveTo(h,l,t[0],t[1]),s.x=h,s.y=l,n.x=t[0],n.y=t[1],0===a&&!0===o&&r.copy(n)}break;case"A":d=this.parseFloats(c,[3,4],7);for(let t,a=0,h=d.length;a<h;a+=7){if(t=i?[d[a],d[a+1],d[a+2],d[a+3],d[a+4],d[a+5],d[a+6]]:[this.normalizeX(d[a]),this.normalizeY(d[a+1]),d[a+2],d[a+3],d[a+4],this.normalizeW(d[a+5]),this.normalizeH(d[a+6])],t[5]==n.x&&t[6]==n.y)continue;const h=n.clone();n.x=t[5],n.y=t[6],s.x=n.x,s.y=n.y,this.parseArcCommand(e,t[a],t[1],t[2],t[3],t[4],h,n),0===a&&!0===o&&r.copy(n)}break;case"m":d=this.parseFloats(c);for(let t=0,a=d.length;t<a;t+=2)n.x+=i?d[t]:this.normalizeW(d[t]),n.y+=i?d[t+1]:this.normalizeH(d[t+1]),s.x=n.x,s.y=n.y,0===t?e.moveTo(n.x,n.y):e.lineTo(n.x,n.y),0===t&&r.copy(n);break;case"h":d=this.parseFloats(c);for(let t=0,a=d.length;t<a;t++)n.x+=i?d[t]:this.normalizeW(d[t]),s.x=n.x,s.y=n.y,e.lineTo(n.x,n.y),0===t&&!0===o&&r.copy(n);break;case"v":d=this.parseFloats(c);for(let t=0,a=d.length;t<a;t++)n.y+=i?d[t]:this.normalizeH(d[t]),s.x=n.x,s.y=n.y,e.lineTo(n.x,n.y),0===t&&!0===o&&r.copy(n);break;case"l":d=this.parseFloats(c);for(let t=0,a=d.length;t<a;t+=2)n.x+=i?d[t]:this.normalizeW(d[t]),n.y+=i?d[t+1]:this.normalizeH(d[t+1]),s.x=n.x,s.y=n.y,e.lineTo(n.x,n.y),0===t&&!0===o&&r.copy(n);break;case"c":d=this.parseFloats(c);for(let t,a=0,h=d.length;a<h;a+=6)t=i?[d[a],d[a+1],d[a+2],d[a+3],d[a+4],d[a+5]]:[this.normalizeW(d[a]),this.normalizeH(d[a+1]),this.normalizeW(d[a+2]),this.normalizeH(d[a+3]),this.normalizeW(d[a+4]),this.normalizeH(d[a+5])],e.bezierCurveTo(n.x+t[0],n.y+t[1],n.x+t[2],n.y+t[3],n.x+t[4],n.y+t[5]),s.x=n.x+t[2],s.y=n.y+t[3],n.x+=t[4],n.y+=t[5],0===a&&!0===o&&r.copy(n);break;case"s":d=this.parseFloats(c);for(let t,a=0,h=d.length;a<h;a+=4)t=i?[d[a],d[a+1],d[a+2],d[a+3]]:[this.normalizeW(d[a]),this.normalizeH(d[a+1]),this.normalizeW(d[a+2]),this.normalizeH(d[a+3])],e.bezierCurveTo(this.getReflection(n.x,s.x),this.getReflection(n.y,s.y),n.x+t[0],n.y+t[1],n.x+t[2],n.y+t[3]),s.x=n.x+t[0],s.y=n.y+t[1],n.x+=t[2],n.y+=t[3],0===a&&!0===o&&r.copy(n);break;case"q":d=this.parseFloats(c);for(let t,a=0,h=d.length;a<h;a+=4)t=i?[d[a],d[a+1],d[a+2],d[a+3]]:[this.normalizeW(d[a]),this.normalizeH(d[a+1]),this.normalizeW(d[a+2]),this.normalizeH(d[a+3])],e.quadraticCurveTo(n.x+t[0],n.y+t[1],n.x+t[2],n.y+t[3]),s.x=n.x+t[0],s.y=n.y+t[1],n.x+=t[2],n.y+=t[3],0===a&&!0===o&&r.copy(n);break;case"t":d=this.parseFloats(c);for(let t,a=0,h=d.length;a<h;a+=2){const h=this.getReflection(n.x,s.x),l=this.getReflection(n.y,s.y);t=i?[d[a],d[a+1]]:[this.normalizeW(d[a]),this.normalizeH(d[a+1])],e.quadraticCurveTo(h,l,n.x+t[0],n.y+t[1]),s.x=h,s.y=l,n.x=n.x+t[0],n.y=n.y+t[1],0===a&&!0===o&&r.copy(n)}break;case"a":d=this.parseFloats(c,[3,4],7);for(let t,a=0,h=d.length;a<h;a+=7){if(t=i?[d[a],d[a+1],d[a+2],d[a+3],d[a+4],d[a+5],d[a+6]]:[this.normalizeW(d[a]),this.normalizeH(d[a+1]),d[a+2],d[a+3],d[a+4],this.normalizeW(d[a+5]),this.normalizeH(d[a+6])],0==t[5]&&0==t[6])continue;const h=n.clone();n.x+=t[5],n.y+=t[6],s.x=n.x,s.y=n.y,this.parseArcCommand(e,t[0],t[1],t[2],t[3],t[4],h,n),0===a&&!0===o&&r.copy(n)}break;case"Z":case"z":e.closePath()}o=!1}return e}}parseArcCommand(t,e,i,n,s,r,a,o){if(0==e||0==i)return void t.lineTo(o.x,o.y);n=n*Math.PI/180,e=Math.abs(e),i=Math.abs(i);const h=(a.x-o.x)/2,l=(a.y-o.y)/2,u=Math.cos(n)*h+Math.sin(n)*l,c=-Math.sin(n)*h+Math.cos(n)*l;let d=e*e,p=i*i;const f=u*u,m=c*c,g=f/d+m/p;if(g>1){const t=Math.sqrt(g);d=(e*=t)*e,p=(i*=t)*i}const y=d*m+p*f,v=(d*p-y)/y;let x=Math.sqrt(Math.max(0,v));s===r&&(x=-x);const b=x*e*c/i,w=-x*i*u/e,_=Math.cos(n)*b-Math.sin(n)*w+(a.x+o.x)/2,S=Math.sin(n)*b+Math.cos(n)*w+(a.y+o.y)/2,E=this.svgAngle(1,0,(u-b)/e,(c-w)/i),M=this.svgAngle((u-b)/e,(c-w)/i,(-u-b)/e,(-c-w)/i)%(2*Math.PI);t.absellipse(_,S,e,i,n,E,E+M,0===r)}svgAngle(t,e,i,n){const s=t*i+e*n,r=Math.sqrt(t*t+e*e)*Math.sqrt(i*i+n*n);let a=Math.acos(Math.max(-1,Math.min(1,s/r)));return t*n-e*i<0&&(a=-a),a}parseRectNode(t,e=!1){let i=this.parseFloatWithUnits(t.getAttribute("x")||0),n=this.parseFloatWithUnits(t.getAttribute("y")||0),s=this.parseFloatWithUnits(t.getAttribute("rx")||t.getAttribute("ry")||0),r=this.parseFloatWithUnits(t.getAttribute("ry")||t.getAttribute("rx")||0),a=this.parseFloatWithUnits(t.getAttribute("width")),o=this.parseFloatWithUnits(t.getAttribute("height"));e||(i=this.normalizeX(i),n=this.normalizeY(n),s=this.normalizeW(s),r=this.normalizeH(r),a=this.normalizeW(a),o=this.normalizeH(o));const h=.448084975506,l=new cn;return l.moveTo(i+s,n),l.lineTo(i+a-s,n),0===s&&0===r||l.bezierCurveTo(i+a-s*h,n,i+a,n+r*h,i+a,n+r),l.lineTo(i+a,n+o-r),0===s&&0===r||l.bezierCurveTo(i+a,n+o-r*h,i+a-s*h,n+o,i+a-s,n+o),l.lineTo(i+s,n+o),0===s&&0===r||l.bezierCurveTo(i+s*h,n+o,i,n+o-r*h,i,n+o-r),l.lineTo(i,n+r),0===s&&0===r||l.bezierCurveTo(i,n+r*h,i+s*h,n,i+s,n),l}parsePolygonNode(t,e=!1){var i;const n=this,s=new cn;let r=0;return null==(i=t.getAttribute("points"))||i.replace(/([+-]?\d*\.?\d+(?:e[+-]?\d+)?)(?:,|\s)([+-]?\d*\.?\d+(?:e[+-]?\d+)?)/g,(function(t,i,a){const o=e?n.parseFloatWithUnits(i):n.normalizeX(n.parseFloatWithUnits(i)),h=e?n.parseFloatWithUnits(a):n.normalizeY(n.parseFloatWithUnits(a));return 0===r?s.moveTo(o,h):s.lineTo(o,h),r++,t})),s.autoClose=!0,s}parsePolylineNode(t,e=!1){var i;const n=this,s=new cn;let r=0;return null==(i=t.getAttribute("points"))||i.replace(/([+-]?\d*\.?\d+(?:e[+-]?\d+)?)(?:,|\s)([+-]?\d*\.?\d+(?:e[+-]?\d+)?)/g,(function(t,i,a){const o=e?n.parseFloatWithUnits(i):n.normalizeX(n.parseFloatWithUnits(i)),h=e?n.parseFloatWithUnits(a):n.normalizeY(n.parseFloatWithUnits(a));return 0===r?s.moveTo(o,h):s.lineTo(o,h),r++,t})),s.autoClose=!1,s}parseCircleNode(t,e=!1){let i=this.parseFloatWithUnits(t.getAttribute("cx")||0),n=this.parseFloatWithUnits(t.getAttribute("cy")||0),s=this.parseFloatWithUnits(t.getAttribute("r")||0);e||(i=this.normalizeX(i),n=this.normalizeY(n),s=this.normalizeW(s));const r=new cn;return r.absarc(i,n,s,0,2*Math.PI),r}parseEllipseNode(t,e=!1){let i=this.parseFloatWithUnits(t.getAttribute("cx")||0),n=this.parseFloatWithUnits(t.getAttribute("cy")||0),s=this.parseFloatWithUnits(t.getAttribute("rx")||0),r=this.parseFloatWithUnits(t.getAttribute("ry")||0);e||(i=this.normalizeX(i),n=this.normalizeY(n),s=this.normalizeW(s),r=this.normalizeH(r));const a=new cn;return a.absellipse(i,n,s,r,0,0,2*Math.PI,!1),a}parseLineNode(t,e=!1){let i=this.parseFloatWithUnits(t.getAttribute("x1")||0),n=this.parseFloatWithUnits(t.getAttribute("y1")||0),s=this.parseFloatWithUnits(t.getAttribute("x2")||0),r=this.parseFloatWithUnits(t.getAttribute("y2")||0);e||(i=this.normalizeX(i),n=this.normalizeY(n),s=this.normalizeX(s),r=this.normalizeY(r));const a=new cn;return a.moveTo(i,n),a.lineTo(s,r),a}parseTextNode(t,e,i=!1){let n=parseFloat(t.getAttribute("x")||"0"),s=parseFloat(t.getAttribute("y")||"0");i||(n=this.normalizeX(n),s=this.normalizeY(s));const r=t.textContent;if(!r||!e.fontSize)return;const a=Object.assign({},e);return a.fill=t.getAttribute("fill")||e.fill||"#000",a.fontSize=parseFloat(t.getAttribute("font-size")||"0")||parseFloat(e.fontSize)||72,a.fontFamily=t.getAttribute("font-family")||e.fontFamily||"Arial",{textContent:r,style:a,userData:{}}}parseFloatWithUnits(t,e){let i,n="px";if("string"==typeof t||t instanceof String){t=null==t?void 0:t.trim();for(let e=0,i=Ln.length;e<i;e++){const i=Ln[e];if(t.endsWith(i)){n=i,t=t.substring(0,t.length-i.length);break}}}if("px"===n&&"px"!==this.defaultUnit)i=Bn.in[this.defaultUnit]/this.defaultDPI;else if("%"===n){this._viewBox.getSize(Wn),Hn.copy(this._currentTransform).getScale(Fn);const t=Math.abs(Fn.x||1);i=Wn.x/100*t}else"em"===n?i=(null==e?void 0:e.fontSize)||Pn:(i=Bn[n][this.defaultUnit],i<0&&(i=Bn[n].in*this.defaultDPI));return i*parseFloat(t)}getReflection(t,e){return t-(e-t)}parseFloats(t,e,i){if("string"!=typeof t)throw new TypeError("Invalid input: "+typeof t);const n={WHITESPACE:/[ \t\r\n]/,DIGIT:/[\d]/,SIGN:/[-+]/,POINT:/\./,COMMA:/,/,EXP:/e/i,FLAGS:/[01]/};let s=0,r=!0,a="",o="";const h=[];function l(t,e,i){const n=new SyntaxError('Unexpected character "'+t+'" at index '+e+".");throw n.partial=i,n}function u(){""!==a&&(""===o?h.push(Number(a)):h.push(Number(a)*Math.pow(10,Number(o)))),a="",o=""}let c;const d=t.length;for(let p=0;p<d;p++)if(c=t[p],Array.isArray(e)&&e.includes(h.length%(i||0))&&n.FLAGS.test(c))s=1,a=c,u();else{if(0===s){if(n.WHITESPACE.test(c))continue;if(n.DIGIT.test(c)||n.SIGN.test(c)){s=1,a=c;continue}if(n.POINT.test(c)){s=2,a=c;continue}n.COMMA.test(c)&&(r&&l(c,p,h),r=!0)}if(1===s){if(n.DIGIT.test(c)){a+=c;continue}if(n.POINT.test(c)){a+=c,s=2;continue}if(n.EXP.test(c)){s=3;continue}n.SIGN.test(c)&&1===a.length&&n.SIGN.test(a[0])&&l(c,p,h)}if(2===s){if(n.DIGIT.test(c)){a+=c;continue}if(n.EXP.test(c)){s=3;continue}n.POINT.test(c)&&"."===a[a.length-1]&&l(c,p,h)}if(3===s){if(n.DIGIT.test(c)){o+=c;continue}if(n.SIGN.test(c)){if(""===o){o+=c;continue}1===o.length&&n.SIGN.test(o)&&l(c,p,h)}}n.WHITESPACE.test(c)?(u(),s=0,r=!1):n.COMMA.test(c)?(u(),s=0,r=!0):n.SIGN.test(c)?(u(),s=1,a=c):n.POINT.test(c)?(u(),s=2,a=c):l(c,p,h)}return u(),h}normalizeX(t){return this.float2Int?Math.round(t*this.scaleFactor*100)/100:t*this.scaleFactor}normalizeY(t){return this.float2Int?Math.round(t*this.scaleFactor*100)/100:t*this.scaleFactor}normalizeW(t){return this.float2Int?Math.round(t*this.scaleFactor*100)/100:t*this.scaleFactor}normalizeH(t){return this.float2Int?Math.round(t*this.scaleFactor*100)/100:t*this.scaleFactor}getAssetType(t,e="asset"){let i;const n="function"==typeof t.getAttribute?t.getAttribute("id"):"";if(!n&&t.parentNode)return this.getAssetType(t.parentNode,e);if(!n)return i;if("layer"===e)i=kn.find((t=>n===t));else{const t=null==n?void 0:n.replace(/-assets/g,"");i=this.ASSET_TYPES.find((e=>t===e))}return!i&&t.parentNode&&(i=this.getAssetType(t.parentNode,e)),i}getId(t){let e;const i="function"==typeof t.getAttribute?t.getAttribute("id"):"";return e=!i&&t.parentNode?this.getId(t.parentNode):i,e}getParentId(t,e){let i;const n=this.getId(t);return i=t.parentNode&&this.getId(t.parentNode),i&&n!==e||(i=this.getParentId(t.parentNode,e)),i||n||""}getLabelAssetId(t){let e;return this.getId(t),e="function"==typeof t.getAttribute?t.getAttribute("aid"):"",!e&&t.parentNode&&(e=this.getLabelAssetId(t.parentNode)),e}}const Dn=new In,Ln=["mm","cm","in","pt","pc","px","em","%"],Bn={mm:{mm:1,cm:.1,in:1/25.4,pt:72/25.4,pc:6/25.4,px:-1},cm:{mm:10,cm:1,in:1/2.54,pt:72/2.54,pc:6/2.54,px:-1},in:{mm:25.4,cm:2.54,in:1,pt:72,pc:6,px:-1},pt:{mm:25.4/72,cm:2.54/72,in:1/72,pt:1,pc:6/72,px:-1},pc:{mm:25.4/6,cm:2.54/6,in:1/6,pt:12,pc:1,px:-1},px:{px:1},"%":{"%":1,px:-1}},Pn=16,kn=Object.values(Bi),Nn=new Fi,On=new Fi,Rn=new Fi,zn=new Fi,Hn=new Fi,Wn=new We,Fn=new We,Un=new ai;function Vn(t){if(!t)return"inches";let e=t.querySelector("#defaultView");return(null==e?void 0:e.getAttribute("units"))||"inches"}function qn(t,e=new ai){if(!t)return e;let i=t.split(" "),n=ri.map(i,(t=>parseFloat(t)));return 4!==(null==n?void 0:n.length)||(e.min.set(n[0],n[1]),e.max.set(n[0]+n[2],n[1]+n[3])),e}function jn(t){var e;if(null==(e=null==t?void 0:t.children)?void 0:e.length)for(let e=0,i=t.children.length;e<i;e++)if("g"===t.children[e].nodeName)return t.children[e]}function Yn(t){const e=document.createElementNS("http://www.w3.org/2000/svg","circle");return(null==t?void 0:t.id)&&e.setAttribute("id",t.id),e.setAttribute("cx",((null==t?void 0:t.x)||0).toString()),e.setAttribute("cy",((null==t?void 0:t.y)||0).toString()),e.setAttribute("r",((null==t?void 0:t.r)||1).toString()),(null==t?void 0:t.fill)&&e.setAttribute("fill",t.fill),(null==t?void 0:t.stroke)&&(e.setAttribute("stroke",t.stroke),e.setAttribute("stroke-width",(t.strokeWidth||1).toString())),e}function Gn(t){const e=document.createElementNS("http://www.w3.org/2000/svg","path");return e.setAttribute("stroke-linecap","round"),(null==t?void 0:t.id)&&e.setAttribute("id",t.id),(null==t?void 0:t.d)&&e.setAttribute("d",In.getSvgPathDByData(t.d)),(null==t?void 0:t.fill)&&e.setAttribute("fill",t.fill),(null==t?void 0:t.stroke)&&(e.setAttribute("stroke",t.stroke),e.setAttribute("stroke-width",(t.strokeWidth||1).toString())),(null==t?void 0:t.strokeDasharray)&&e.setAttribute("stroke-dasharray",t.strokeDasharray),e}function $n(t){var e;const i=document.createElementNS("http://www.w3.org/2000/svg","text");return(null==t?void 0:t.id)&&i.setAttribute("id",t.id),(null==t?void 0:t.fill)&&i.setAttribute("fill",t.fill),(null==t?void 0:t.stroke)&&(i.setAttribute("stroke",t.stroke),i.setAttribute("stroke-width",(t.strokeWidth||1).toString())),i.textContent=t.textContent,(null==t?void 0:t.fontSize)&&i.setAttribute("font-size",null==(e=null==t?void 0:t.fontSize)?void 0:e.toString()),i.setAttribute("text-anchor",(null==t?void 0:t.textAnchor)||"middle"),i.setAttribute("text-baseline",(null==t?void 0:t.textBaseline)||"middle"),i}function Xn(t,e,i,n){t&&(e||i||n)&&(In.parseNodeTransform(t,is),is.decompose(Qn,Kn,ts),es.compose(e||Qn,i||Kn,n||ts),null==t||t.setAttribute("transform",es.getTransformString()))}function Zn(t){const e=document.createElementNS("http://www.w3.org/2000/svg","g");return t&&e.setAttribute("id",t),e}function Jn(t,e){t&&e&&Xn(t,e)}const Qn=new We,Kn=new We,ts=new We,es=new Fi,is=new Fi;class ns extends Wi{constructor(t){super(),d(this,"isSvgRenderer",!0),d(this,"id"),d(this,"params"),d(this,"container",Ae.window.document.getElementsByTagName("body")[0]),d(this,"cameraVersion",-1),d(this,"viewAreaLimit",-1),d(this,"autoClear"),this.id="SvgRenderer@"+Date.now(),this.params=t,Ae.config=t,this.initSvg()}destroy(){}initSvg(){if(this.params.containerId&&(this.container=Ae.window.document.getElementById(this.params.containerId)),this.container||(this.container=Ae.window.document.getElementsByTagName("body")[0]),!this.params.width||!this.params.height){const t=this.container.getBoundingClientRect();this.params.width=t.width,this.params.height=t.height}this.container.style.overflow="hidden",this.container.style.transform="translateZ(0)",this.setSize(this.params.width,this.params.height)}resize(){var t,e;const i=(null==(t=this.container)?void 0:t.parentElement)||document.body,n=i.getBoundingClientRect();if(!n)return;const s=window.getComputedStyle(i),r=n.width-parseFloat(s.paddingLeft)-parseFloat(s.paddingRight),a=n.height-parseFloat(s.paddingTop)-parseFloat(s.paddingBottom),o=null==(e=this.container)?void 0:e.getBoundingClientRect();if(!o)return;const h=r-o.left+n.left,l=a-o.top+n.top;this.setSize(h,l)}setSize(t,e){this.container.style.width=t+"px",this.container.style.height=e+"px",this.params.width=t,this.params.height=e,this.params.camera||(this.params.camera={}),this.params.camera.width=this.params.width,this.params.camera.height=this.params.height,this.params.aspect=this.params.width/this.params.height,this.params.camera.aspect=this.params.aspect,this.params.camera.left=-.5*this.params.width,this.params.camera.right=.5*this.params.width,this.params.camera.top=.5*this.params.height,this.params.camera.bottom=-.5*this.params.height}getSize(t){return t.set(this.params.width,this.params.height)}clean(){}render(t,e){return p(this,null,(function*(){var i;if(!t||!e)return;if(this.cameraVersion===(null==e?void 0:e.version))return;e.updateMatrixWorld(),rs.set(0,0).unproject(e),as.set(this.params.width,this.params.height).unproject(e),ss.setFromPoints([rs,as]);let n=function(t=new ai){let e="";const i=[];return i.push(t.min.x),i.push(t.min.y),i.push(Math.abs(t.max.x-t.min.x)),i.push(Math.abs(t.max.y-t.min.y)),e=i.join(" "),e}(ss);null==(i=t.svg)||i.setAttribute("viewBox",n),this.cameraVersion=e.version||-1}))}getRenderTarget(){}setRenderTarget(t){}renderTexture(t,e){}}const ss=new ai,rs=new We,as=new We,os=["00","01","02","03","04","05","06","07","08","09","0a","0b","0c","0d","0e","0f","10","11","12","13","14","15","16","17","18","19","1a","1b","1c","1d","1e","1f","20","21","22","23","24","25","26","27","28","29","2a","2b","2c","2d","2e","2f","30","31","32","33","34","35","36","37","38","39","3a","3b","3c","3d","3e","3f","40","41","42","43","44","45","46","47","48","49","4a","4b","4c","4d","4e","4f","50","51","52","53","54","55","56","57","58","59","5a","5b","5c","5d","5e","5f","60","61","62","63","64","65","66","67","68","69","6a","6b","6c","6d","6e","6f","70","71","72","73","74","75","76","77","78","79","7a","7b","7c","7d","7e","7f","80","81","82","83","84","85","86","87","88","89","8a","8b","8c","8d","8e","8f","90","91","92","93","94","95","96","97","98","99","9a","9b","9c","9d","9e","9f","a0","a1","a2","a3","a4","a5","a6","a7","a8","a9","aa","ab","ac","ad","ae","af","b0","b1","b2","b3","b4","b5","b6","b7","b8","b9","ba","bb","bc","bd","be","bf","c0","c1","c2","c3","c4","c5","c6","c7","c8","c9","ca","cb","cc","cd","ce","cf","d0","d1","d2","d3","d4","d5","d6","d7","d8","d9","da","db","dc","dd","de","df","e0","e1","e2","e3","e4","e5","e6","e7","e8","e9","ea","eb","ec","ed","ee","ef","f0","f1","f2","f3","f4","f5","f6","f7","f8","f9","fa","fb","fc","fd","fe","ff"],hs=()=>{const t=4294967295*Math.random()|0,e=4294967295*Math.random()|0,i=4294967295*Math.random()|0,n=4294967295*Math.random()|0;return(os[255&t]+os[t>>8&255]+os[t>>16&255]+os[t>>24&255]+"-"+os[255&e]+os[e>>8&255]+"-"+os[e>>16&15|64]+os[e>>24&255]+"-"+os[63&i|128]+os[i>>8&255]+"-"+os[i>>16&255]+os[i>>24&255]+os[255&n]+os[n>>8&255]+os[n>>16&255]+os[n>>24&255]).toLowerCase()};class ls extends Wi{constructor(t={}){super(),d(this,"isObject2",!0),d(this,"id",us++),d(this,"uuid",hs()),d(this,"name"),d(this,"type","Object2"),d(this,"featureKey","Object2_"+this.id),d(this,"parent"),d(this,"children",[]),d(this,"up",new We(0,1)),d(this,"position",new We),d(this,"rotation",new We),d(this,"scaled",new We(1,1)),d(this,"flipY",!1),d(this,"selectable",!1),d(this,"matrix",new Fi),d(this,"matrixWorld",new Fi),d(this,"matrixWorldInverse",new Fi),d(this,"modelViewMatrix",new Fi),d(this,"normalMatrix",new Fi),d(this,"fixed",!1),d(this,"dynamically",!1),d(this,"matrixAutoUpdate",!1),d(this,"matrixWorldNeedsUpdate",!1),d(this,"matrixWorldAutoUpdate",!1),d(this,"composeNode",!1),d(this,"isInComposeNode",!1),d(this,"alignCenter",!1),d(this,"boundingBox",new ai),d(this,"boundingBoxWorld",new ai),d(this,"boundingBoxNeedsUpdate",!1),d(this,"centerPoint",new We),d(this,"visible",!0),d(this,"castShadow",!1),d(this,"receiveShadow",!1),d(this,"renderOrder",0),d(this,"animations",[]),d(this,"finalSize"),d(this,"userData",{}),d(this,"DefaultUp",new We(0,1)),d(this,"_autoSort",!0),d(this,"_version",0),void 0!==t.name?this.name=t.name:this.name="Object2",void 0!==t.flipY&&(this.flipY=t.flipY),void 0!==t.selectable&&(this.selectable=t.selectable),void 0!==t.finalSize&&(this.finalSize=t.finalSize),this.setAttrs(t)}get version(){return this._version}set version(t){this._version=t}set needsUpdate(t){t&&this._version++}destroy(){super.destroy(),this.clear(),this.removeFromParent(),this.dispatchEvent(bs)}setVisible(t){return this.visible=t,this}setPosition(t){return this.position.set(t.x,t.y),this}translate(t,e){this.position.x+=t,this.position.y+=e}setScale(t,e){return this.scaled.set(t,e),this}setRotationFromMatrix(t){t.decompose(ms,this.rotation,gs)}setRotation(t){return this.rotation.set(t,t),this}rotate(t){this.rotation.x+=t}scale(t,e){e?(this.scaled.x*=t,this.scaled.y*=e):this.scaled.multiplyScalar(t)}localToWorld(t){return this.updateWorldMatrix(!0,!1),t.applyMatrix3(this.matrixWorld)}worldToLocal(t){return this.updateWorldMatrix(!0,!1),t.applyMatrix3(ds.copy(this.matrixWorld).invert())}lookAt(t){ps.copy(t),this.updateWorldMatrix(!0,!1),this.matrixWorld.getTransition(ms),ds.lookAt(ms,ps,vs),ds.getRotation(ys),this.rotation.set(ys.x,ys.x),this.parent&&(this.parent.matrixWorld.getRotation(ys),this.rotate(ys.x))}applyMatrix3(t){this.matrixAutoUpdate&&this.updateMatrix(),this.matrix.premultiply(t),this.matrix.decompose(this.position,this.rotation,this.scaled)}updateMatrix(){cs.copy(this.scaled),this.flipY&&(cs.y*=-1),this.matrix.compose(this.position,this.rotation,cs),this.matrixWorldNeedsUpdate=!0}updateMatrixWorld(t){this.matrixAutoUpdate&&this.updateMatrix(),(this.matrixWorldNeedsUpdate||t)&&(this.parent?this.matrixWorld.multiplyMatrices(this.parent.matrixWorld,this.matrix):this.matrixWorld.copy(this.matrix),this.matrixWorldInverse.copy(this.matrixWorld).invert(),this.matrixWorldNeedsUpdate=!1,t=!0,this.boundingBoxNeedsUpdate=!0);const e=this.children;for(let i=0,n=e.length;i<n;i++)e[i].updateMatrixWorld(t);this.boundingBoxNeedsUpdate&&(this.updateBoundingBox(),this.boundingBoxNeedsUpdate=!1)}updateWorldMatrix(t=!1,e=!1){const i=this.parent;if(t&&i&&i.updateWorldMatrix(!0,!1),this.matrixAutoUpdate&&this.updateMatrix(),this.parent?this.matrixWorld.multiplyMatrices(this.parent.matrixWorld,this.matrix):this.matrixWorld.copy(this.matrix),this.matrixWorldInverse.copy(this.matrixWorld).invert(),e){const t=this.children;for(let e=0,i=t.length;e<i;e++)t[e].updateWorldMatrix(!1,!0)}}updateModelViewMatrix(t){ds.copy(this.matrixWorld),t&&this.fixed?this.modelViewMatrix.copy(t.projectionMatrix):t?this.modelViewMatrix.multiplyMatrices(t.viewMatrix,ds):this.modelViewMatrix.copy(ds);for(let e=0,i=this.children.length;e<i;e++)this.children[e].updateModelViewMatrix(t)}computeBoundingBox(){this.boundingBox.makeEmpty(),this.centerPoint.set(0,0);for(let t=0,e=this.children.length;t<e;t++)this.children[t].updateMatrixWorld(),fs.copy(this.children[t].computeBoundingBox()),fs.applyMatrix3(ds.copy(this.children[t].matrixWorld)),this.boundingBox.union(fs);return this.boundingBox.applyMatrix3(this.matrixWorldInverse),this.boundingBox}updateBoundingBox(){this.boundingBox.isEmpty()||this.boundingBoxWorld.copy(this.boundingBox).applyMatrix3(this.matrixWorld)}setAttrs(t){if(!t)return this;for(const e in t)"children"!==e&&void 0!==t[e]&&("userData"===e&&t[e]?Object.keys(t[e]).forEach((i=>this.userData[i]=t[e][i])):this.userData[e]=t[e]);return this}add(t){return t&&t.isObject2&&t!==this?(t.parent&&t.parent.remove(t),t.parent=this,this.children.push(t),t.isInComposeNode=this.composeNode||this.isInComposeNode,t.selectable&&t.parent.setSelectable(t.selectable),this._autoSort&&this.children.sort(((t,e)=>t.renderOrder-e.renderOrder)),t.dispatchEvent(xs),this.matrixAutoUpdate||(this.matrixWorldNeedsUpdate=!0),this.visible&&(this.needsUpdate=!0),this):this}adds(t){if(!t||!t.length)return this;this._autoSort=!1;for(let e=0,i=t.length;e<i;e++)e===t.length-1&&(this._autoSort=!0),this.add(t[e]);return this}remove(t){const e=this.children.indexOf(t);return-1!==e&&(t.parent=void 0,this.children.splice(e,1),t.dispatchEvent(bs)),this}removes(t){for(let e=0,i=t.length;e<i;e++)this.remove(t[e]);return this}removeFromParent(){const t=this.parent;return t&&t.remove(this),this.parent=void 0,this}moveToLast(){const t=this.parent;t&&(this.removeFromParent(),t.add(this))}clear(){for(let t=0;t<this.children.length;t++){const e=this.children[t];e.parent=void 0,e.destroy(),e.dispatchEvent(bs)}return this.children.length=0,this}attach(t){return this.updateWorldMatrix(!0,!1),ds.copy(this.matrixWorld).invert(),t.parent&&(t.parent.updateWorldMatrix(!0,!1),ds.multiply(t.parent.matrixWorld)),t.applyMatrix3(ds),this.add(t),t.updateWorldMatrix(!1,!0),this}getObjectById(t){return this.getObjectByProperty("id",t)}getObjectByName(t){return this.getObjectByProperty("name",t)}getObjectByProperty(t,e){if(this[t]===e)return this;for(let i=0,n=this.children.length;i<n;i++){const n=this.children[i].getObjectByProperty(t,e);if(void 0!==n)return n}}getWorldPosition(t){return this.updateWorldMatrix(!0,!1),this.matrixWorld.decompose(t,ys,gs),t}getWorldRotation(t){return this.updateWorldMatrix(!0,!1),this.matrixWorld.decompose(ms,t,gs),t}getWorldScale(t){return this.updateWorldMatrix(!0,!1),this.matrixWorld.decompose(ms,ys,t),t}getWorldDirection(t){return this.updateWorldMatrix(!0,!1),t.set(this.matrixWorld.elements[6],this.matrixWorld.elements[7]).normalize()}traverse(t){t(this);const e=this.children;for(let i=0,n=e.length;i<n;i++)e[i].traverse(t)}traverseVisible(t){if(this.visible)return;t(this);const e=this.children;for(let i=0,n=e.length;i<n;i++)e[i].traverseVisible(t)}traverseAncestors(t){const e=this.parent;e&&(t(e),e.traverseAncestors(t))}traverseSome(t){if(t(this))return!0;const e=this.children;for(let i=0,n=e.length;i<n;i++)if(e[i].traverseSome(t))return!0;return!1}onBeforeRender(t,e,i,n){}render(t){}onAfterRender(t,e,i){}setSelectable(t){this.selectable=t,this.parent&&this.parent.setSelectable(t)}raycast(t,e=[]){}getByRange(t,e=!1,i=[]){if(fs.copy(t),fs.containsBox(this.boundingBoxWorld)&&i.push(this),!e||this.composeNode)return i;for(let n=0,s=this.children.length;n<s;n++)this.children[n].getByRange(t,e,i);return i}clone(t=!0,e=!1){return new(0,this.constructor)(this.userData).copy(this,t,e)}copy(t,e=!0,i=!1){if(this.name=t.name,this.type=t.type,this.featureKey=t.featureKey,this._version=0,this.parent=t.parent,this.up.copy(t.up),this.position.copy(t.position),this.rotation.copy(t.rotation),this.scaled.copy(t.scaled),this.flipY=t.flipY,this.selectable=t.selectable,this.matrix.copy(t.matrix),this.matrixWorld.copy(t.matrixWorld),this.modelViewMatrix.copy(t.modelViewMatrix),this.normalMatrix.copy(t.normalMatrix),this.fixed=t.fixed,this.matrixAutoUpdate=t.matrixAutoUpdate,this.matrixWorldNeedsUpdate=t.matrixWorldNeedsUpdate,this.matrixWorldAutoUpdate=t.matrixWorldAutoUpdate,this.composeNode=t.composeNode,this.alignCenter=t.alignCenter,this.boundingBox.copy(t.boundingBox),this.boundingBoxWorld.copy(t.boundingBoxWorld),this.boundingBoxNeedsUpdate=t.boundingBoxNeedsUpdate,this.centerPoint.copy(t.centerPoint),this.visible=t.visible,this.castShadow=t.castShadow,this.receiveShadow=t.receiveShadow,this.renderOrder=t.renderOrder,this.animations=t.animations.slice(),this.userData=JSON.parse(JSON.stringify(t.userData)),e)for(let n=0;n<t.children.length;n++){const s=t.children[n];this.add(s.clone(e,i))}return this}}let us=0;const cs=new We,ds=new Fi,ps=new We,fs=new ai,ms=new We,gs=new We,ys=new We,vs=new We(0,1),xs={type:"added"},bs={type:"removed"};class ws extends ls{constructor(){super(),d(this,"name","Scene"),d(this,"type","Scene"),d(this,"isScene",!0),d(this,"view"),d(this,"background"),d(this,"featureKey","Scene_"+this.id),d(this,"matrixAutoUpdate",!1)}destroy(){super.destroy(),this.boundingBox.makeEmpty()}setup(t){this.view=t}render(t){var e;this.visible&&(null==(e=this.children)||e.forEach((function(e){e.isShape&&e.render(t)})))}getIntersectObjects(t,e=Di.RM,i=[]){throw new Error("must be implemented in derived")}getByIds(t,e=[]){return e.length=0,t?(this.traverse((function(i){var n,s;(null==(n=i.userData)?void 0:n.id)&&(Array.isArray(t)&&t.includes(null==(s=i.userData)?void 0:s.id)||i.userData.id===t)&&e.push(i)})),e):e}}const _s={enabled:!1,files:{},add:function(t,e){this.enabled&&(this.files[t]=e)},get:function(t){if(this.enabled)return this.files[t]},remove:function(t){delete this.files[t]},clear:function(){this.files={}}},Ss=new class{constructor(t,e,i){d(this,"isLoading",!1),d(this,"itemsLoaded",0),d(this,"itemsTotal",0),d(this,"urlModifier"),d(this,"handlers",[]),d(this,"onStart"),d(this,"onLoad"),d(this,"onProgress"),d(this,"onError"),this.onLoad=t,this.onProgress=e,this.onError=i}itemStart(t){this.itemsTotal++,this.isLoading||void 0!==this.onStart&&this.onStart(t,this.itemsLoaded,this.itemsTotal),this.isLoading=!0}itemEnd(t){this.itemsLoaded++,void 0!==this.onProgress&&this.onProgress(t,this.itemsLoaded,this.itemsTotal),this.itemsLoaded===this.itemsTotal&&(this.isLoading=!1,void 0!==this.onLoad&&this.onLoad())}itemError(t){void 0!==this.onError&&this.onError(t)}resolveURL(t){return void 0!==this.urlModifier?this.urlModifier(t):t}setURLModifier(t){return this.urlModifier=t,this}addHandler(t,e){return this.handlers.push(t,e),this}removeHandler(t){const e=this.handlers.indexOf(t);return-1!==e&&this.handlers.splice(e,2),this}getHandler(t){for(let e=0,i=this.handlers.length;e<i;e+=2){const i=this.handlers[e],n=this.handlers[e+1];if(i.global&&(i.lastIndex=0),i.test(t))return n}return null}};let Es=class{constructor(t=Ss){d(this,"manager"),d(this,"crossOrigin","anonymous"),d(this,"withCredentials",!1),d(this,"path",""),d(this,"resourcePath",""),d(this,"requestHeader",{}),this.manager=t}loadAsync(t,e){const i=this;return new Promise((function(n,s){i.load(t,n,e,s)}))}setCrossOrigin(t){return this.crossOrigin=t,this}setWithCredentials(t){return this.withCredentials=t,this}setPath(t){return this.path=t,this}setResourcePath(t){return this.resourcePath=t,this}setRequestHeader(t){return this.requestHeader=t,this}};const Ms={};let As=class extends Error{constructor(t,e){super(t),d(this,"response"),this.response=e}},Ts=class extends Es{constructor(t){super(t),d(this,"mimeType"),d(this,"responseType")}load(t,e,i,n){void 0===t&&(t=""),void 0!==this.path&&(t=this.path+t),t=this.manager.resolveURL(t);const s=_s.get(t);if(void 0!==s)return this.manager.itemStart(t),setTimeout((()=>{e&&e(s),this.manager.itemEnd(t)}),0),s;if(void 0!==Ms[t])return void Ms[t].push({onLoad:e,onProgress:i,onError:n});Ms[t]=[],Ms[t].push({onLoad:e,onProgress:i,onError:n});const r=new Ae.window.Request(t,{headers:new Ae.window.Headers(this.requestHeader),credentials:this.withCredentials?"include":"same-origin"}),a=this.mimeType,o=this.responseType;fetch(r).then((e=>{if(200===e.status||0===e.status){if(e.status,"undefined"==typeof ReadableStream||void 0===e.body||void 0===e.body.getReader)return e;const i=Ms[t],n=e.body.getReader(),s=e.headers.get("Content-Length")||e.headers.get("X-File-Size"),r=s?parseInt(s):0,a=0!==r;let o=0;const h=new ReadableStream({start(t){!function e(){n.read().then((({done:n,value:s})=>{if(n)t.close();else{o+=s.byteLength;const n=new ProgressEvent("progress",{lengthComputable:a,loaded:o,total:r});for(let t=0,e=i.length;t<e;t++){const e=i[t];e.onProgress&&e.onProgress(n)}t.enqueue(s),e()}}))}()}});return new Response(h)}throw new As(`fetch for "${e.url}" responded with ${e.status}: ${e.statusText}`,e)})).then((t=>{switch(o){case"arraybuffer":return t.arrayBuffer();case"blob":return t.blob();case"document":return t.text().then((t=>(new DOMParser).parseFromString(t,a)));case"json":return t.json();default:if(void 0===a)return t.text();{const e=/charset="?([^;"\s]*)"?/i.exec(a),i=e&&e[1]?e[1].toLowerCase():void 0,n=new TextDecoder(i);return t.arrayBuffer().then((t=>n.decode(t)))}}})).then((e=>{_s.add(t,e);const i=Ms[t];delete Ms[t];for(let t=0,n=i.length;t<n;t++){const n=i[t];n.onLoad&&n.onLoad(e)}})).catch((e=>{const i=Ms[t];if(void 0===i)throw this.manager.itemError(t),e;delete Ms[t];for(let t=0,n=i.length;t<n;t++){const n=i[t];n.onError&&n.onError(e)}this.manager.itemError(t)})).finally((()=>{this.manager.itemEnd(t)})),this.manager.itemStart(t)}setMimeType(t){return this.mimeType=t,this}setResponseType(t){return this.responseType=t,this}};class Cs extends Es{constructor(t){super(t)}load(t,e,i,n){const s=this,r=new Ts(s.manager);r.setPath(s.path),r.setRequestHeader(s.requestHeader),r.setWithCredentials(s.withCredentials),r.load(t,(function(i){try{e&&e(i)}catch(e){n&&n(e),s.manager.itemError(t)}}),i,n)}}class Is{constructor(){d(this,"svg"),d(this,"offset",new We),d(this,"svgRoot"),d(this,"layers",[]),d(this,"elementsMap",{}),d(this,"boundingBoxMap",{}),d(this,"boundingBox",new ai),d(this,"svgSkeletons",[]),d(this,"viewBox",new ai),d(this,"_exceptTypes",["view"]),d(this,"_exceptIds",["viewer","mirror"]),d(this,"_lvi",0),d(this,"_lastLinked",[])}bindSvg(t){return this.svg=t,this.viewBox.makeEmpty(),In.getViewBox(t,this.viewBox),this.svgRoot=jn(this.svg),this.layers=this.getLayers(2),this.elementsMap={},this.boundingBoxMap={},this.boundingBox.makeEmpty(),this.getElementsMap(this.svg,this.elementsMap),this}getLayers(t){var e;if(!this.svg)throw new Error("please bind svg first");return 2===t&&(null==(e=this.layers)?void 0:e.length)||(this.layers=this._getSvgLayer(this.svg,t)),this.layers}_getSvgLayer(t,e=0,i=0,n=[]){var s;let r,a=t.id;if(this._exceptTypes.includes(t.tagName)||"defs"===t.tagName)return this._lvi--,n;if(e&&this._lvi>e)return n;a&&!this._exceptIds.includes(a)&&(r={value:a,label:a,children:[]},n.push(r)),this._lvi++;for(let i=0,s=t.children.length;i<s;i++)r?this._getSvgLayer(t.children[i],e,this._lvi,r.children):this._getSvgLayer(t.children[i],e,this._lvi,n);return 0===(null==(s=null==r?void 0:r.children)?void 0:s.length)&&delete r.children,this._lvi=i,n}getElementsMap(t,e={}){return this.traverseSvg(t,(i=>{i!==t&&i.id&&(e[i.id]=i)})),e}computeBoundingBoxMap(){var t;if(Object.keys(this.boundingBoxMap).length)return this.boundingBoxMap;let e=null==(t=this.svg)?void 0:t.getBoundingClientRect();return e&&this.offset.set(e.left,e.top),this.traverseSvg(this.svg,(t=>{if(!t.id)return;if("use"===t.tagName){const e=this.getUseSymbolId(t);if(!e)return;const i=this.boundingBoxMap[e];if(i&&!i.isEmpty()){Ls.set(Number(t.getAttribute("x")||"0"),Number(t.getAttribute("y")||"0")),Ps.composeSvgTransform(Ls.x,Ls.y,t.getAttribute("transform"));const e=(new ai).copy(i).applyMatrix3(Ps);return void(this.boundingBoxMap[t.id]=e)}const n=this.getUseElementBoundingBoxWithSymbol(t);if(!n)return;this.boundingBoxMap[e]=n,Ls.set(Number(t.getAttribute("x")||"0"),Number(t.getAttribute("y")||"0")),Ps.composeSvgTransform(Ls.x,Ls.y,t.getAttribute("transform"));const s=(new ai).copy(n).applyMatrix3(Ps);return this.boundingBoxMap[t.id]=s,void this.boundingBox.expandByBox(s)}if("function"!=typeof t.getBBox)return;const e=t.getBBox();if(e.width&&e.height||"path"!==t.tagName||(In.getBoundingBoxByNode(t,Ds),Ds.isEmpty()||(Ds.getSize(Ls),e.x=Ds.min.x,e.y=Ds.max.y,e.width=Ls.x,e.height=Ls.y)),!e.width||!e.height)return;const i=new ai(new We(e.x,e.y),new We(e.x+e.width,e.y+e.height));this.boundingBoxMap[t.id]=i.round(),this.boundingBox.expandByBox(i)})),this.boundingBoxMap}getLayerVisible(t){var e;const i=this.getElementById(t);if(i)return"none"!==(null==(e=i.style)?void 0:e.display)}updateLayersVisibility(t,e=!1,i=!0){if(!this.elementsMap)throw new Error("please bind svg first");i&&this._updateAllLayersVisibility(!e),(null==t?void 0:t.length)||(t=["background"]);for(let i=0,n=t.length;i<n;i++){const n=this.getElementById(t[i]);n&&this._updateLayersVisibility(n,e,!0,!0)}}_updateAllLayersVisibility(t=!1){Object.values(this.elementsMap).forEach((e=>{"svg"!==e.tagName&&"symbol"!==e.tagName&&e.getAttribute("id")&&(e.style.display=t?"block":"none")}))}_updateLayersVisibility(t,e=!1,i=!1,n=!1){var s,r;if(t&&"svg"!==t.tagName&&t.getAttribute("id")){if(t.style.display=e?"block":"none",i&&e){let i=t.parentElement;for(;i&&"svg"!==i.tagName;)i.style.display=e?"block":"none",i=i.parentElement}if(n&&(null==(s=t.children)?void 0:s.length)>0)for(let i=0,n=null==(r=t.children)?void 0:r.length;i<n;i++)this._updateLayersVisibility(t.children[i],e,!1,!0)}}updateVisibilityByAssetType(t,e=!1,i){i||(i=Hi[t]),this.updateLayersVisibility(i,!e)}updateVisibilityByAssetTypes(t,e=!1,i){if(Array.isArray(t)||(t=[t]),null==t?void 0:t.length)for(let n=0,s=t.length;n<s;n++)this.updateVisibilityByAssetType(t[n],e,i)}getElementById(t){if(!this.elementsMap)throw new Error("please bind svg first");return this.elementsMap[t]}getElementBoundingBox(t){return this.boundingBoxMap[t]}findSkeletonByPath(t=[]){let e,i=0;const n=Object.keys(this.elementsMap);for(let t=0,s=n.length;t<s;t++){const s=this.elementsMap[n[t]];if(!s)continue;const r=s.getAttribute("d");r&&(r.length<i||(i=r.length,e=s.id?s:s.parent))}return e?(t.push(e),t):t}setTextInChildren2(t,e){var i;let n;(null==(i=null==t?void 0:t.children)?void 0:i.length)<2?(n=Ai("text"),n.setAttribute("dy","1em"),t.appendChild(n)):n=t.children[t.children.length-1],n.innerHTML=e}traverseSvg(t,e){var i;if(!this._exceptTypes.includes(t.tagName)&&("svg"===t.tagName||"defs"===t.tagName||t.id)&&("g"!==t.tagName||0!==(null==(i=t.children)?void 0:i.length))){this._exceptIds.includes(t.id)||e(t);for(let i=0,n=t.children.length;i<n;i++)this.traverseSvg(t.children[i],e)}}traverseSvgTLayers(t,e){var i;if(Array.isArray(t))for(let i=0,n=t.length;i<n;i++)this.traverseSvgTLayers(t[i],e);else if(e(t),null==(i=t.children)?void 0:i.length)for(let i=0,n=t.children.length;i<n;i++)this.traverseSvgTLayers(t.children[i],e)}getLabelElementsByType(t,e={}){const i=this.getElementById(zi(t));return i?(this.getElementsMap(i,e),e):e}getLabelElementById(t,e="rm"){if(!t)return;const i=this.getElementById(t);if(!i)return;let n=i.getAttribute("aid");return n||(n="l-"+e+"-"+t),this.getElementById(n)}setLabelsById(t,e,i="rm"){var n,s;const r=this.getLabelElementById(t,i);if(!r)return;const a=(null==(n=r.children)?void 0:n.length)||0;for(let t=0,i=((null==e?void 0:e.length)||0)-(a-1);t<i;t++){const e=Ai("text");e.setAttribute("x","0"),e.setAttribute("y",a+t+"em"),r.appendChild(e)}for(let t=1,i=null==(s=r.children)?void 0:s.length;t<i;t++)r.children[t].textContent=e&&t<=e.length?e[t-1]:""}clearAssetLabelsByType(t="rm"){var e;const i=this.getLabelElementsByType(t),n=ri.keys(i);for(let t=0,s=n.length;t<s;t++){const s=i[n[t]];for(let t=1,i=(null==(e=s.children)?void 0:e.length)||0;t<i;t++)s.children[t].textContent=""}}getUseSymbolId(t){var e;if(t&&"use"===t.tagName)return null==(e=t.getAttribute("xlink:href"))?void 0:e.substring(1)}getUseSymbol(t){if(!t||"use"!==t.tagName)return;const e=this.getUseSymbolId(t);return e?this.getElementById(e):void 0}setElementState2selected(t,e=!1){var i;if(!t)return;if("use"===t.tagName){const n=this._getSymbolBox(t);if(!n)return;return void(e?null==(i=t.parentNode)||i.insertBefore(n,t):t.parentNode&&t.parentNode.contains(n)&&t.parentNode.removeChild(n))}let n=t.getAttribute("class");n||(n=""),n=e?"danger":ri.replace(n,"danger","").trim(),t.setAttribute("class",n)}_getSymbolBox(t){if(!t)return;const e=t.id+"-boundingBox";let i=this.getElementById(e);if(i)return i;const n=this.getUseSymbol(t);if(!n)return;let s=this.getElementBoundingBox(t.id);if(!s||s.isEmpty())return;i=document.createElementNS("http://www.w3.org/2000/svg","rect"),i.setAttribute("id",e),i.setAttribute("class","danger"),i.setAttribute("x",s.min.x.toString()),i.setAttribute("y",s.min.y.toString());const r=new We;return s.getSize(r),i.setAttribute("width",r.x.toString()),i.setAttribute("height",r.y.toString()),n.getAttribute("transform")&&i.setAttribute("transform",n.getAttribute("transform")||""),n.getAttribute("style")&&i.setAttribute("style",n.getAttribute("style")||""),this.elementsMap[e]=i,i}getUseElementBoundingBoxWithSymbol(t){var e;if(!t)return;const i=null==(e=t.getAttribute("xlink:href"))?void 0:e.substring(1);if(!i)return;let n=this.getElementById(i);if(!n)return;const s=document.createElementNS("http://www.w3.org/2000/svg","svg");let r;if(s.style.position="absolute",s.style.top="-9999px",s.style.left="-9999px","symbol"===ri.lowerCase(n.tagName)){r=document.createElementNS("http://www.w3.org/2000/svg","g");for(let t=0,e=n.childNodes.length;t<e;t++){const e=n.childNodes[t].cloneNode(!0);r.appendChild(e)}}else r=n.cloneNode(!0);s.appendChild(r),r.setAttribute("style","stroke: #333333;"),document.body.appendChild(s);const a=s.getBBox();if(document.body.removeChild(s),!a)return;const o=new ai;return o.set(new We(a.x,a.y),new We(a.x+a.width,a.y+a.height)),o}fontZoom(t,e=1){const i=this.getElementById(t);if(!i)return;let n=i.getAttribute("font-size");n||(n="12");const s=/(\d+)([a-zA-Z%]+)/.exec(n),r=s&&(null==s?void 0:s.length)>2?s[2]:"";let a=Math.round(parseFloat(n)*e*100)/100;i.setAttribute("font-size",a+r)}strokeWidthChanged(t=1){var e,i;const n=null==(e=this.svg)?void 0:e.querySelector("#mirror");if(!n)return;let s=null!=(i=on(n,"stroke-width"))?i:"1em";const r=String(s).match(/^([+-]?\d*\.?\d+(?:e[+-]?\d+)?)(%|[a-z]*)$/i);if(!r)return;const a=parseFloat(r[1]),o=r[2]||"em",h=a*t,l=Number.isInteger(h)?h.toFixed(0):h.toString().replace(/\.?0+$/,"");n.setAttribute("stroke-width",`${l}${o}`),"em"===o&&(this.fontZoom("background-labels",1),this.fontZoom("asset-labels",1),n.style.fontSize=`${l}${o}`)}getCentroid(t,e=new We){const i=t.getAttribute("insX"),n=t.getAttribute("insY");return i||n?e.set(Number(i||"0"),Number(n||"0")):this.getCentroidByDom(t,e)}getCentroidByDom(t,e=new We){const i=Number(t.getAttribute("x")||"0"),n=Number(t.getAttribute("y")||"0"),s=t.getBBox();let r=1,a=1,o=t.getAttribute("transform");if(!o)return e.set(i,n);const h=/scale\(\s*([^\s,)]+)[ ,]([^\s,)]+)/.exec(o);if(void 0===h||null==h){const i=t.transform.baseVal;if(!(o&&i.numberOfItems>0))return e.set((s.x+s.width/2)*r,(s.y+s.height/2)*a);{let t=i.getItem(0);t&&t.type===SVGTransform.SVG_TRANSFORM_SCALE&&(r=0!==t.matrix.a?t.matrix.a:1,a=0!==t.matrix.d?t.matrix.d:r)}}else r=h[1]&&Number(h[1])>0?Number(h[1]):1,a=h[2]&&Number(h[2])>0?Number(h[2]):r;return i&&n?e.set(i*r,n*a):e.set((s.x+s.width/2)*r,(s.y+s.height/2)*a),e}linkAssetsByTree(t,e){if(t||(t=Di.RM),this.clearLinkedLines(t),!e||!e.value)return;const i=this.getLinesByTree(e);this.drawLinkedLines(t,i)}clearLinkedLines(t){var e;const i=Ri(t);if(this.getElementById(i)){for(let t=(null==(e=this._lastLinked)?void 0:e.length)-1;t>=0;t--){const e=this._lastLinked[t];e.parentNode&&e.parentNode.removeChild(e),this._lastLinked.splice(t,1)}this._lastLinked.length=0}}drawLinkedLines(t,e){var i;if(!(null==e?void 0:e.length))return;const n=Ri(t),s=this.getElementById(n);if(!s)return;this.viewBox.getSize(Bs);const r=Math.round(Math.max(Bs.x,Bs.y)/1e3||2);for(let t=0,n=e.length;t<n;t++){const n=e[t][0],a=e[t][(null==(i=e[t])?void 0:i.length)-1],o=Ai("line");o.setAttribute("x1",n.x.toString()),o.setAttribute("y1",n.y.toString()),o.setAttribute("x2",a.x.toString()),o.setAttribute("y2",a.y.toString()),o.setAttribute("class","danger"),o.setAttribute("style",`stroke-width: ${r}; stroke-dasharray: ${10*r},${5*r}; animation: dashedAnimate 1s linear infinite;`),s.appendChild(o),this._lastLinked.push(o)}}getLinesByTree(t,e=[]){var i;if(!(null==t?void 0:t.value))return e;const n=this.getElementBoundingBox(t.value);if(!n)return e;const s=n.getCenter();return null==(i=t.children)||i.forEach((t=>{var i;const n=this.getElementBoundingBox(null==t?void 0:t.value);if(!n)return;const r=n.getCenter();e.push([s,r]),(null==(i=t.children)?void 0:i.length)&&this.getLinesByTree(t,e)})),e}}const Ds=new ai,Ls=new We,Bs=new We,Ps=new Fi;class ks{constructor(t={},e){d(this,"name","SvgPainter"),d(this,"params"),d(this,"chef"),this.params=t,this.chef=e}drawSocialDistanceCircles(t,e="http://www.w3.org/2000/svg"){var i,n,s;if(!t)return;const r=function(t){if(!t)return 1;let e=1;switch(Vn(t)){case"mm":e=500/39.3701;break;case"cm":e=50/39.3701;break;case"Metres":case"m":e=.5/39.3701;break;default:e=1}return e}(t),a=Vn(t),o=2*r,h=(null==(n=null==(i=this.params.socialDistance)?void 0:i.colors)?void 0:n.length)?null==(s=this.params.socialDistance)?void 0:s.colors:[Le.green,Le.red],l=this.getRadius(a),u=t.querySelector(`#${ki}`),c=null==u?void 0:u.querySelectorAll("path");if(!u||!(null==c?void 0:c.length))return;let d,p;const f=new Array;for(let t=0,e=(null==c?void 0:c.length)||0;t<e;t++){if(d=c[t],p=d.getAttribute("id"),!p)continue;const e=this.chef.getElementBoundingBox(p);if(!e)continue;const i=new We;e.getCenter(i),f.push({id:p,cp:i})}for(let t=0,e=f.length;t<e;t++){f[t].color=h[0];for(let i=0,n=e;i<n;i++)f[t]!==f[i]&&We.getDistance(f[t].cp,f[i].cp)<2*l&&(f[t].color=h[1])}for(let t=0,i=f.length;t<i;t++){let i=this.createCircle(f[t],l,o,e);u.appendChild(i)}}clearSocialDistanceCircles(t){if(!t)return;const e=t.querySelector(`#${ki}`),i=null==e?void 0:e.querySelectorAll("circle");if(e&&(null==i?void 0:i.length))for(let t=0,n=(null==i?void 0:i.length)||0;t<n;t++){const n=i[t].getAttribute("id");n&&(null==n?void 0:n.indexOf("_circle"))>-1&&e.removeChild(i[t])}}getRadius(t){var e,i,n;let s=(null==(i=null==(e=this.params)?void 0:e.socialDistance)?void 0:i.radius)||3;return"imperial"===(null==(n=this.params)?void 0:n.displayUnits)?"Metres"===t||"m"===t?s/=3.28084:"cm"===t?s=s/3.28084*100:"mm"===t?s=s/3.28084*1e3:"INCH"!==t&&"inches"!==t||(s*=12):"INCH"===t||"inches"===t?s=3.28084*s*12:"cm"===t?s*=100:"mm"===t&&(s*=1e3),s}createCircle(t,e,i,n){const s=document.createElementNS(n,"circle");return s.setAttributeNS(null,"id",t.id+"_circle"),s.setAttributeNS(null,"cx",t.cp.x),s.setAttributeNS(null,"cy",t.cp.y),s.setAttributeNS(null,"r",String(e)),s.setAttributeNS(null,"style",`pointer-events:none;fill-opacity:0.1;stroke:${t.color};stroke-width:${i}px;`),s}}function Ns(t,e){if(!t||!e)return!1;if(-1!==e.indexOf(" "))throw new Error("className should not contain space.");return t.classList?t.classList.contains(e):(" "+t.className+" ").indexOf(" "+e+" ")>-1}function Os(t,e){if(!t)return;let i=t.className;const n=(e||"").split(" ");for(let e=0,s=n.length;e<s;e++){const s=n[e];s&&(t.classList?t.classList.add(s):Ns(t,s)||(i+=" "+s))}t.classList||(t.className=i)}function Rs(t,e){if(!t||!e)return;const i=e.split(" ");let n=" "+t.className+" ";for(let e=0,s=i.length;e<s;e++){const s=i[e];s&&(t.classList?t.classList.remove(s):Ns(t,s)&&(n=n.replace(" "+s+" "," ")))}t.classList||(t.className=(n||"").replace(/^[\s\uFEFF]+|[\s\uFEFF]+$/g,""))}class zs extends ws{constructor(t={}){super(),d(this,"isSvgScene",!0),d(this,"name","SvgScene"),d(this,"dynamically",!0),d(this,"params"),d(this,"socialDistanceEnable",!1),d(this,"container"),d(this,"svg"),d(this,"svgStr",""),d(this,"svgRoot"),d(this,"viewBox",new ai),d(this,"viewUnits"),d(this,"chef"),d(this,"defaultLayers",[]),d(this,"skeletonLayers",[]),d(this,"currentLayers",[]),d(this,"assetType"),d(this,"assetsMap",{}),d(this,"legend",[]),d(this,"selectedList",[]),d(this,"painter"),d(this,"_lastHighlightType",""),d(this,"_lastHighlightIds",[]),d(this,"clickSvgElementHandler",this.handleClickSvgElement.bind(this)),d(this,"_lastLinkedIds",[]),this.params=t,this.assetType=t.assetType||Di.RM,this.params.socialDistanceEnable&&(this.socialDistanceEnable=!0),this.container=this.params.containerId?document.getElementById(this.params.containerId):Ae.window.document.getElementsByTagName("body")[0],this.chef=new Is,this.painter=new ks(t,this.chef)}get isMounted(){var t;return(null==(t=this.container.querySelectorAll("svg"))?void 0:t.length)>0}destroy(){var t;super.destroy(),this.unmount(),null==(t=this.camera)||t.destroy()}mount(){this.svg&&(this.container.contains(this.svg)||this.container.appendChild(this.svg),this.chef.computeBoundingBoxMap())}unmount(){this.svg&&this.svg.parentNode&&this.container.contains(this.svg)&&this.container.removeChild(this.svg)}computeBoundingBox(){return this.boundingBox.makeEmpty(),this.chef&&this.svg?(this.chef.computeBoundingBoxMap(),this.boundingBox.copy(this.chef.boundingBox),this.boundingBox):this.boundingBox}load(t){return p(this,null,(function*(){return(new Cs).loadAsync(t)}))}bind(t){this.svgStr=t;const e=(new DOMParser).parseFromString(t,"image/svg+xml").documentElement;return this.bindSvg(e),!0}bindSvg(t){var e;if(this.svg=t,!this.svg)throw new Error("svg load failed");let i=this.svg.getAttribute("viewBox");i&&(qn(i,this.viewBox),this.chef.bindSvg(this.svg),this.svgRoot=jn(this.svg),this.svg.setAttribute("viewBox",`0 0 ${this.params.width} ${this.params.height}`),this.svg.setAttribute("style","transform: translateZ(0);"),this.viewUnits=ri.lowerCase(on(null==(e=this.svg)?void 0:e.querySelector("view"),"units")||Ei.M),this.appendStyles(),this.setAssetsMap(this.assetType,this.assetsMap))}recompute(t){t&&(this.bindSvg(t),this.computeBoundingBox(),this.viewBox.copy(this.boundingBox))}appendStyles(){var t;let e=null==(t=this.svg)?void 0:t.querySelector("style");if(!e)return;e.appendChild(document.createTextNode(".centered-texts { text-anchor:middle; dominant-baseline:middle; }")),e.appendChild(document.createTextNode(`.default { stroke: ${this.params.defaultStroke}; fill: ${this.params.defaultFill}; }`)),e.appendChild(document.createTextNode(`.info { stroke: ${this.params.infoStroke}; fill: ${this.params.infoFill}; }`)),e.appendChild(document.createTextNode(`.primary { stroke: ${this.params.primaryStroke}; fill: ${this.params.primaryFill}; }`)),e.appendChild(document.createTextNode(`.success { stroke: ${this.params.successStroke}; fill: ${this.params.successFill}; }`)),e.appendChild(document.createTextNode(`.warning { stroke: ${this.params.warningStroke}; fill: ${this.params.warningFill}; }`)),e.appendChild(document.createTextNode(`.danger { stroke: ${this.params.dangerStroke}; fill: ${this.params.dangerFill}; }`)),e.appendChild(document.createTextNode(`.active { stroke: ${this.params.activeStroke}; fill: ${this.params.activeFill}; }`)),e.appendChild(document.createTextNode(`text { font-family: ${this.params.fontFamily||"simhei"}; }`)),en(this.svg,(t=>{"asset-labels"===on(t,"id")&&Os(t,"centered-texts")})),e.appendChild(document.createTextNode("@keyframes fillAnimate {\n 100% { fill-opacity: 0.3; }\n 30% { fill-opacity: 1; }\n 0% { fill-opacity: 0.3; }\n }")),this.viewBox.getSize(Hs);const i=Math.round(Math.max(Hs.x,Hs.y)/1e3||2);e.appendChild(document.createTextNode(`@keyframes dashedAnimate {\n 100% { stroke-dashoffset: -${60*i}; }\n 0% { stroke-dashoffset: -0; }\n }`)),e.appendChild(document.createTextNode(".cursor { cursor: pointer; }")),e.appendChild(document.createTextNode(".hover { fill: rgba(185, 28, 28, 0.5); animation: fillAnimate 1s infinite; cursor: pointer; }"))}getLayers(t=2){return this.svg?this.chef.getLayers(t):[]}setDefaultLayers(t){(null==t?void 0:t.length)&&(this.defaultLayers=t)}setSkeletonLayers(t){(null==t?void 0:t.length)&&(this.skeletonLayers=t)}setCurrentLayers(t){(null==t?void 0:t.length)&&(this.currentLayers=t)}showDefaultLayers(t,e=!1){this.setDefaultLayers(t),this.chef.updateLayersVisibility(t,e)}getLayerVisible(t){return this.chef.getLayerVisible(t)}updateLayersVisibility(t,e=!1,i=!0){this.chef.updateLayersVisibility(t,e,i)}setAssetType(t,e){this.assetsMap={},this.assetType=t,this.setAssetsMap(this.assetType,this.assetsMap),e||(e=[Ri(t),zi(t)],t!==Di.RM&&e.unshift(Ri(Di.RM),zi(Di.RM))),this.setDefaultLayers(e),this.updateLayersVisibility(this.defaultLayers,!0)}isBelongsToAssetType(t,e){e||(e=this.assetType);const i=this.getAssetsByType(e);return!!i&&!!(null==i?void 0:i.hasOwnProperty(t))}setAssetsMap(t,e={}){const i=this.chef.getElementById(Ri(t));if(!i)return e;e[t]=this.chef.getElementsMap(i);const n=zi(t),s=this.chef.getElementById(n);if(!s)return e;const r=this.chef.getElementsMap(s),a=ri.keys(r);if(!(null==a?void 0:a.length))return e;if(ri.startsWith(a[0],`l-${t}-`)){const e=`l-${t}-`.length;for(let t=0,i=a.length;t<i;t++)r[a[t].slice(e)]=r[a[t]],delete r[a[t]]}return e[n]=r,e}getAssetsByType(t){return this.assetsMap.hasOwnProperty(t)||this.setAssetsMap(t,this.assetsMap),this.assetsMap[t]}getElementById(t){if(!t)return;const e=this.getAssetsByType(this.assetType);return e&&Object.hasOwnProperty.call(e,t)?e[t]:void 0}getAssetIdsByType(t){const e=this.getAssetsByType(t);return e?ri.keys(e):[]}clearFillOrStroke(t="fill"){const e=this.getAssetsByType(this.assetType);if(!e)return;const i=ri.keys(e);let n;for(let s=0,r=i.length;s<r;s++)n=e[i[s]],n&&(n.hasAttribute(t)&&n.removeAttribute(t),"stroke"===t&&n.removeAttribute("stroke-width"));this.clearLegendBy(t)}clearFillOrStrokeByIds(t,e="fill"){const i=this.getAssetsByType(this.assetType);if(!i)return;const n=ri.keys(i);let s;for(let r=0,a=n.length;r<a;r++)(null==t?void 0:t.length)&&!t.includes(n[r])||(s=i[n[r]],s&&s.hasAttribute(e)&&(s.removeAttribute(e),"stroke"===e&&s.removeAttribute("stroke-width")));this.clearLegendBy(e)}setFillOrStrokeByIds(t,e,i="fill",n="7em"){const s=this.getAssetsByType(this.assetType);if(!s)return;const r=ri.keys(s);let a;for(let o=0,h=r.length;o<h;o++)t.includes(r[o])&&(a=s[r[o]],a&&(a.setAttribute(i,e),"stroke"===i&&a.setAttribute("stroke-width",n),this.addLegend(i,e,r[o])))}addLegend(t,e,i){let n=this.legend.find((t=>t.color===e));n||(n={type:t,color:e,ids:[]},this.legend.push(n)),n.ids.push(i)}clearLegendBy(t){var e;t||(this.legend.length=0);for(let i=(null==(e=this.legend)?void 0:e.length)-1;i>=0;i--)this.legend[i].type===t&&this.legend.splice(i,i)}getLegend(){return this.legend}showSkeleton(){var t;(null==(t=this.skeletonLayers)?void 0:t.length)&&(this.chef.updateLayersVisibility(this.defaultLayers,!1),this.chef.updateLayersVisibility(this.skeletonLayers,!0))}hideSkeleton(){var t;(null==(t=this.skeletonLayers)?void 0:t.length)&&(this.chef.updateLayersVisibility(this.skeletonLayers,!1),this.chef.updateLayersVisibility(this.defaultLayers,!0))}setAssetLabels(t,e){this.chef.setLabelsById(t,e,this.assetType)}getAssetLabelsMap(t){var e,i;if(!t)return;const n=zi(t);let s=this.getAssetsByType(n);if(!s||!(null==(e=Object.keys(s))?void 0:e.length)){let e=this.chef.getElementById(n);if(e||(e=this.chef.getElementById(t+"-txt-label")),!e)return;s=this.chef.getElementsMap(e),this.assetsMap[n]=s}return s&&(null==(i=Object.keys(s))?void 0:i.length)?s:void 0}getAssetLabelById(t,e){var i,n;const s=this.getAssetLabelsMap(t);if(!s)return;let r=s[e];return r&&(null==(i=null==r?void 0:r.childNodes)?void 0:i.length)?r.childNodes[0].textContent||"":(r=s["l-"+t+"-"+e],r&&(null==(n=null==r?void 0:r.children)?void 0:n.length)?r.children[0].textContent||"":void 0)}clearAssetLabels(){this.chef.clearAssetLabelsByType(this.assetType)}bindAssetsEvents(t){var e;const i=null==(e=this.svg)?void 0:e.querySelector("#"+t);i&&i.querySelectorAll("[id]").forEach((t=>{t instanceof SVGElement&&t.addEventListener("click",this.clickSvgElementHandler)}))}handleClickSvgElement(t){"function"==typeof t.preventDefault&&t.preventDefault(),this.dispatchEvent({type:"click",data:t})}socialDistanceEnableChanged(t){this.socialDistanceEnable=!!t,t?this.painter.drawSocialDistanceCircles(this.svg):this.painter.clearSocialDistanceCircles(this.svg)}highlightAssets(t,e){var i;this.resetHighlightAssets(t);const n=this.getAssetsByType(t);n&&(null==(i=Object.keys(n))?void 0:i.length)&&(this._lastHighlightType=t,this._lastHighlightIds=Array.isArray(e)?e:[e],this._lastHighlightIds.forEach((t=>{t&&n[t]&&Os(n[t],"active")})))}resetHighlightAssets(t){var e;const i=this.getAssetsByType(t||this._lastHighlightType);i&&(null==(e=Object.keys(i))?void 0:e.length)&&(this._lastHighlightIds.forEach((t=>{t&&i[t]&&Rs(i[t],"active")})),this._lastHighlightIds.length=0)}getIntersectObjects(t,e=Di.RM,i=[]){i.length=0;const n=[],s=this.getAssetsByType(e);if(!s)return i;const r=ri.keys(s);for(let e=0,i=r.length;e<i;e++){const i=this.chef.getElementBoundingBox(s[r[e]].id);i&&i.containsPoint(t.worldCoords)&&n.push(s[r[e]])}const a=ri.sortBy(n,(t=>{var e;return null==(e=this.chef.getElementBoundingBox(t.id))?void 0:e.getArea()}));return i.push(...a),i}clearSelected(){var t,e;if(null==(t=this.selectedList)?void 0:t.length)for(let t=(null==(e=this.selectedList)?void 0:e.length)-1;t>=0;t--){let e=this.selectedList[t];this.selectedList.splice(t,1),this.chef.setElementState2selected(e,!1)}}clearSelectedById(t){var e,i;let n=null==(e=this.selectedList)?void 0:e.findIndex((e=>e.getAttribute("id")===t));n>-1&&(this.chef.setElementState2selected(this.selectedList[n],!1),null==(i=this.selectedList)||i.splice(n||0,1))}selectByIds(t,e=!1){Array.isArray(t)||(t=[t]),e||this.clearSelected();const i=ri.uniq(ri.map(this.selectedList,(t=>t.getAttribute("id")||""))),n=this.getAssetsByType(this.assetType);if(n){for(let e=t.length-1;e>=0;e--)i.includes(t[e])?(this.clearSelectedById(t[e]),t.splice(e,1)):Object.hasOwnProperty.call(n,t[e])&&this.selectedList.push(n[t[e]]);this.selectedList.forEach((t=>{this.chef.setElementState2selected(t,!0)}))}}getSelectedIds(){var t;if(!(null==(t=this.selectedList)?void 0:t.length))return;const e=[];for(let t=0,i=this.selectedList.length;t<i;t++)this.selectedList[t].id&&e.push(this.selectedList[t].id);return e}getSelectedBoundingBox(){var t;const e=new ai;return(null==(t=this.selectedList)?void 0:t.length)?(this.selectedList.forEach((t=>{const i=this.chef.boundingBoxMap[t.id];i&&e.expandByBox(i)})),e):e.copy(this.boundingBox)}getElementsByPoint(t){var e;const i=[],n=Object.keys(this.chef.boundingBoxMap),s=this.getAssetsByType(this.assetType);if(!s)return i;for(let r=0,a=n.length;r<a;r++)if(s.hasOwnProperty(n[r])&&!(n[r].indexOf("-assets")>-1)&&(null==(e=this.chef.boundingBoxMap[n[r]])?void 0:e.containsPoint(t))){const t=s[n[r]];t&&i.push(t)}return i}getElementsByBox(t){const e=[],i=Object.keys(this.chef.boundingBoxMap),n=this.getAssetsByType(this.assetType);if(!n)return e;for(let s=0,r=i.length;s<r;s++)if(n.hasOwnProperty(i[s])&&!(i[s].indexOf("-assets")>-1)&&t.intersectsBox(this.chef.boundingBoxMap[i[s]])){const t=n[i[s]];t&&e.push(t)}return e}getBoundingBoxByIds(t){var e,i;if(!t||Array.isArray(t)&&!t.length)return;Array.isArray(t)||(t=[t]);const n=new ai;for(let s=0,r=null==t?void 0:t.length;s<r;s++)(null==(i=null==(e=this.chef)?void 0:e.boundingBoxMap)?void 0:i.hasOwnProperty(t[s]))&&n.expandByBox(this.chef.boundingBoxMap[t[s]]);return n}getBoundingBoxById(t){if(this.chef.boundingBoxMap.hasOwnProperty(t))return(new ai).copy(this.chef.boundingBoxMap[t])}linkAssetsByTree(t){this.chef.linkAssetsByTree(this.assetType,t);const e=this.chef.getElementById(Bi.ASSET_LABELS);e&&(e.style.display="block");const i=zi(this.assetType),n=this.chef.getElementById(i);n&&(n.style.display="block");const s=this.assetsMap[i];s&&(this._lastLinkedIds.forEach((t=>{s[t]&&(s[t].style.display="none")})),this._lastLinkedIds=Ci(t),this._lastLinkedIds.forEach((t=>{s[t]&&(s[t].style.display="block")})))}onBeforeRender(){}fullscreen(t=1e3,e=!1){}update(){}}const Hs=new We;class Ws extends zs{constructor(t){super(t),d(this,"name","SvgLoadingScene"),this.bind('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-146 -200 500 500">\n <view id="defaultView" viewBox="-146 -200 500 500" />\n <style>\n /*#svg-loading-fast circle {animation: svg-loading-fast 2s ease infinite;}*/\n /*@keyframes svg-loading-fast {*/\n /* 0% {stroke-dasharray: 250; stroke-dashoffset: 250;}*/\n /* 50% {stroke-dasharray: 0; stroke-dashoffset: 0; opacity: 0.5;}*/\n /*}*/\n #svg-loading-fast .line {animation: svg-loading-fast 3s ease infinite;}\n @keyframes svg-loading-fast {\n 0% {stroke-dasharray: 250; stroke-dashoffset: 250; opacity: 1;}\n 50% {stroke-dasharray: 250; stroke-dashoffset: 0; opacity: 0.5;}\n }\n #svg-loading-fast path {animation: pathFrames 6s ease infinite;}\n @keyframes pathFrames {\n 0% {opacity: 1;}\n 50% {opacity: 0.5;}\n }\n #svg-loading-fast .triangle {animation: triangleFrames 1s ease infinite;}\n @keyframes triangleFrames {\n 0% {opacity: 1;}\n 50% {opacity: 0.3;}\n }\n #svg-loading-fast {fill: #525252}\n .line {stroke: #525252; stroke-width: 4px}\n .triangle {fill: #F26666}\n </style>\n <g id="svg-loading-fast">\n\x3c!-- <text x="50" y="55" style="text-anchor: middle; fill: #5CC9F5; font-size: 15px;">loading</text>--\x3e\n\x3c!-- <circle cx="103" cy="25" r="103" style="fill: none; stroke: #5CC9F5; stroke-width: 1px;" />--\x3e\n <path d="M14 35.7L14 15L21.27 15L21.27 33L34.59 33L33.08 35.7L14 35.7Z" />\n <path d="M44.78 17.77L44.78 32.93L55.4 32.93L55.4 15L62.71 15L62.71 35.7L37.47 35.7L37.47 15L55.4 15L52.88 17.77L44.78 17.77Z" />\n <path d="M76.39 27.92L85.03 27.92L82.9 30.77L75.2 30.77L73.29 35.7L65.59 35.7L73.94 15L87.19 15L95.58 35.7L87.94 35.7L85.03 27.92L81.14 17.77L79.99 17.77L76.39 27.92Z" />\n <path d="M123.73 32.78L120.88 35.7L98.46 35.7L98.46 15L116.53 15L113.97 17.84L105.66 17.84L105.66 32.93L116.53 32.93L116.53 15L121.14 15L123.73 17.7L123.73 32.78Z" />\n <path d="M133.63 35.7L126.61 35.7L126.61 15L133.63 15L133.63 35.7Z" />\n <path d="M153.75 35.7L143.78 21.3L143.78 35.7L136.51 35.7L136.51 15L144.64 15L154.58 29.65L154.58 15L161.78 15L161.78 35.7L153.75 35.7Z" />\n <path d="M182.73 33L182.73 25.73L177.37 25.73L177.37 22.99L189.93 22.99L189.93 35.7L182.73 35.7L182.73 33.5L180.57 35.7L164.66 35.7L164.66 15L190.04 15L188.46 17.7L172.04 17.7L172.04 33L182.73 33Z" />\n\x3c!-- <rect class="line" width="207" height="5" x="0" y="43" />--\x3e\n\x3c!-- <path class="line" d="M0 43L207 43" />--\x3e\n <path class="line" d="M103.5 46L0 46" />\n <path class="line" d="M103.5 46L207 46" />\n <path class="triangle" d="M103.5 56L133.5 90L73.5 90Z" />\n </g>\n </svg>')}}var Fs,Us={exports:{}};Fs=Us,function(t,e,i,n){var s,r=["","webkit","Moz","MS","ms","o"],a=e.createElement("div"),o=Math.round,h=Math.abs,l=Date.now;function u(t,e,i){return setTimeout(y(t,i),e)}function c(t,e,i){return!!Array.isArray(t)&&(d(t,i[e],i),!0)}function d(t,e,i){var s;if(t)if(t.forEach)t.forEach(e,i);else if(t.length!==n)for(s=0;s<t.length;)e.call(i,t[s],s,t),s++;else for(s in t)t.hasOwnProperty(s)&&e.call(i,t[s],s,t)}function p(e,i,n){var s="DEPRECATED METHOD: "+i+"\n"+n+" AT \n";return function(){var i=new Error("get-stack-trace"),n=i&&i.stack?i.stack.replace(/^[^\(]+?[\n$]/gm,"").replace(/^\s+at\s+/gm,"").replace(/^Object.<anonymous>\s*\(/gm,"{anonymous}()@"):"Unknown Stack Trace",r=t.console&&(t.console.warn||t.console.log);return r&&r.call(t.console,s,n),e.apply(this,arguments)}}s="function"!=typeof Object.assign?function(t){if(t===n||null===t)throw new TypeError("Cannot convert undefined or null to object");for(var e=Object(t),i=1;i<arguments.length;i++){var s=arguments[i];if(s!==n&&null!==s)for(var r in s)s.hasOwnProperty(r)&&(e[r]=s[r])}return e}:Object.assign;var f=p((function(t,e,i){for(var s=Object.keys(e),r=0;r<s.length;)(!i||i&&t[s[r]]===n)&&(t[s[r]]=e[s[r]]),r++;return t}),"extend","Use `assign`."),m=p((function(t,e){return f(t,e,!0)}),"merge","Use `assign`.");function g(t,e,i){var n,r=e.prototype;(n=t.prototype=Object.create(r)).constructor=t,n._super=r,i&&s(n,i)}function y(t,e){return function(){return t.apply(e,arguments)}}function v(t,e){return"function"==typeof t?t.apply(e&&e[0]||n,e):t}function x(t,e){return t===n?e:t}function b(t,e,i){d(E(e),(function(e){t.addEventListener(e,i,!1)}))}function w(t,e,i){d(E(e),(function(e){t.removeEventListener(e,i,!1)}))}function _(t,e){for(;t;){if(t==e)return!0;t=t.parentNode}return!1}function S(t,e){return t.indexOf(e)>-1}function E(t){return t.trim().split(/\s+/g)}function M(t,e,i){if(t.indexOf&&!i)return t.indexOf(e);for(var n=0;n<t.length;){if(i&&t[n][i]==e||!i&&t[n]===e)return n;n++}return-1}function A(t){return Array.prototype.slice.call(t,0)}function T(t,e,i){for(var n=[],s=[],r=0;r<t.length;){var a=t[r][e];M(s,a)<0&&n.push(t[r]),s[r]=a,r++}return n.sort((function(t,i){return t[e]>i[e]}))}function C(t,e){for(var i,s,a=e[0].toUpperCase()+e.slice(1),o=0;o<r.length;){if((s=(i=r[o])?i+a:e)in t)return s;o++}return n}var I=1;function D(e){var i=e.ownerDocument||e;return i.defaultView||i.parentWindow||t}var L="ontouchstart"in t,B=C(t,"PointerEvent")!==n,P=L&&/mobile|tablet|ip(ad|hone|od)|android/i.test(navigator.userAgent),k="touch",N="mouse",O=["x","y"],R=["clientX","clientY"];function z(t,e){var i=this;this.manager=t,this.callback=e,this.element=t.element,this.target=t.options.inputTarget,this.domHandler=function(e){v(t.options.enable,[t])&&i.handler(e)},this.init()}function H(t,e,i){var s=i.pointers.length,r=i.changedPointers.length,a=1&e&&s-r==0,o=12&e&&s-r==0;i.isFirst=!!a,i.isFinal=!!o,a&&(t.session={}),i.eventType=e,function(t,e){var i=t.session,s=e.pointers,r=s.length;i.firstInput||(i.firstInput=W(e)),r>1&&!i.firstMultiple?i.firstMultiple=W(e):1===r&&(i.firstMultiple=!1);var a=i.firstInput,o=i.firstMultiple,u=o?o.center:a.center,c=e.center=F(s);e.timeStamp=l(),e.deltaTime=e.timeStamp-a.timeStamp,e.angle=j(u,c),e.distance=q(u,c),function(t,e){var i=e.center,n=t.offsetDelta||{},s=t.prevDelta||{},r=t.prevInput||{};1!==e.eventType&&4!==r.eventType||(s=t.prevDelta={x:r.deltaX||0,y:r.deltaY||0},n=t.offsetDelta={x:i.x,y:i.y}),e.deltaX=s.x+(i.x-n.x),e.deltaY=s.y+(i.y-n.y)}(i,e),e.offsetDirection=V(e.deltaX,e.deltaY);var d,p,f=U(e.deltaTime,e.deltaX,e.deltaY);e.overallVelocityX=f.x,e.overallVelocityY=f.y,e.overallVelocity=h(f.x)>h(f.y)?f.x:f.y,e.scale=o?(d=o.pointers,q((p=s)[0],p[1],R)/q(d[0],d[1],R)):1,e.rotation=o?function(t,e){return j(e[1],e[0],R)+j(t[1],t[0],R)}(o.pointers,s):0,e.maxPointers=i.prevInput?e.pointers.length>i.prevInput.maxPointers?e.pointers.length:i.prevInput.maxPointers:e.pointers.length,function(t,e){var i,s,r,a,o=t.lastInterval||e,l=e.timeStamp-o.timeStamp;if(8!=e.eventType&&(l>25||o.velocity===n)){var u=e.deltaX-o.deltaX,c=e.deltaY-o.deltaY,d=U(l,u,c);s=d.x,r=d.y,i=h(d.x)>h(d.y)?d.x:d.y,a=V(u,c),t.lastInterval=e}else i=o.velocity,s=o.velocityX,r=o.velocityY,a=o.direction;e.velocity=i,e.velocityX=s,e.velocityY=r,e.direction=a}(i,e);var m=t.element;_(e.srcEvent.target,m)&&(m=e.srcEvent.target),e.target=m}(t,i),t.emit("hammer.input",i),t.recognize(i),t.session.prevInput=i}function W(t){for(var e=[],i=0;i<t.pointers.length;)e[i]={clientX:o(t.pointers[i].clientX),clientY:o(t.pointers[i].clientY)},i++;return{timeStamp:l(),pointers:e,center:F(e),deltaX:t.deltaX,deltaY:t.deltaY}}function F(t){var e=t.length;if(1===e)return{x:o(t[0].clientX),y:o(t[0].clientY)};for(var i=0,n=0,s=0;s<e;)i+=t[s].clientX,n+=t[s].clientY,s++;return{x:o(i/e),y:o(n/e)}}function U(t,e,i){return{x:e/t||0,y:i/t||0}}function V(t,e){return t===e?1:h(t)>=h(e)?t<0?2:4:e<0?8:16}function q(t,e,i){i||(i=O);var n=e[i[0]]-t[i[0]],s=e[i[1]]-t[i[1]];return Math.sqrt(n*n+s*s)}function j(t,e,i){i||(i=O);var n=e[i[0]]-t[i[0]],s=e[i[1]]-t[i[1]];return 180*Math.atan2(s,n)/Math.PI}z.prototype={handler:function(){},init:function(){this.evEl&&b(this.element,this.evEl,this.domHandler),this.evTarget&&b(this.target,this.evTarget,this.domHandler),this.evWin&&b(D(this.element),this.evWin,this.domHandler)},destroy:function(){this.evEl&&w(this.element,this.evEl,this.domHandler),this.evTarget&&w(this.target,this.evTarget,this.domHandler),this.evWin&&w(D(this.element),this.evWin,this.domHandler)}};var Y={mousedown:1,mousemove:2,mouseup:4};function G(){this.evEl="mousedown",this.evWin="mousemove mouseup",this.pressed=!1,z.apply(this,arguments)}g(G,z,{handler:function(t){var e=Y[t.type];1&e&&0===t.button&&(this.pressed=!0),2&e&&1!==t.which&&(e=4),this.pressed&&(4&e&&(this.pressed=!1),this.callback(this.manager,e,{pointers:[t],changedPointers:[t],pointerType:N,srcEvent:t}))}});var $={pointerdown:1,pointermove:2,pointerup:4,pointercancel:8,pointerout:8},X={2:k,3:"pen",4:N,5:"kinect"},Z="pointerdown",J="pointermove pointerup pointercancel";function Q(){this.evEl=Z,this.evWin=J,z.apply(this,arguments),this.store=this.manager.session.pointerEvents=[]}t.MSPointerEvent&&!t.PointerEvent&&(Z="MSPointerDown",J="MSPointerMove MSPointerUp MSPointerCancel"),g(Q,z,{handler:function(t){var e=this.store,i=!1,n=t.type.toLowerCase().replace("ms",""),s=$[n],r=X[t.pointerType]||t.pointerType,a=r==k,o=M(e,t.pointerId,"pointerId");1&s&&(0===t.button||a)?o<0&&(e.push(t),o=e.length-1):12&s&&(i=!0),o<0||(e[o]=t,this.callback(this.manager,s,{pointers:e,changedPointers:[t],pointerType:r,srcEvent:t}),i&&e.splice(o,1))}});var K={touchstart:1,touchmove:2,touchend:4,touchcancel:8};function tt(){this.evTarget="touchstart",this.evWin="touchstart touchmove touchend touchcancel",this.started=!1,z.apply(this,arguments)}function et(t,e){var i=A(t.touches),n=A(t.changedTouches);return 12&e&&(i=T(i.concat(n),"identifier")),[i,n]}g(tt,z,{handler:function(t){var e=K[t.type];if(1===e&&(this.started=!0),this.started){var i=et.call(this,t,e);12&e&&i[0].length-i[1].length==0&&(this.started=!1),this.callback(this.manager,e,{pointers:i[0],changedPointers:i[1],pointerType:k,srcEvent:t})}}});var it={touchstart:1,touchmove:2,touchend:4,touchcancel:8};function nt(){this.evTarget="touchstart touchmove touchend touchcancel",this.targetIds={},z.apply(this,arguments)}function st(t,e){var i=A(t.touches),n=this.targetIds;if(3&e&&1===i.length)return n[i[0].identifier]=!0,[i,i];var s,r,a=A(t.changedTouches),o=[],h=this.target;if(r=i.filter((function(t){return _(t.target,h)})),1===e)for(s=0;s<r.length;)n[r[s].identifier]=!0,s++;for(s=0;s<a.length;)n[a[s].identifier]&&o.push(a[s]),12&e&&delete n[a[s].identifier],s++;return o.length?[T(r.concat(o),"identifier"),o]:void 0}function rt(){z.apply(this,arguments);var t=y(this.handler,this);this.touch=new nt(this.manager,t),this.mouse=new G(this.manager,t),this.primaryTouch=null,this.lastTouches=[]}function at(t,e){1&t?(this.primaryTouch=e.changedPointers[0].identifier,ot.call(this,e)):12&t&&ot.call(this,e)}function ot(t){var e=t.changedPointers[0];if(e.identifier===this.primaryTouch){var i={x:e.clientX,y:e.clientY};this.lastTouches.push(i);var n=this.lastTouches;setTimeout((function(){var t=n.indexOf(i);t>-1&&n.splice(t,1)}),2500)}}function ht(t){for(var e=t.srcEvent.clientX,i=t.srcEvent.clientY,n=0;n<this.lastTouches.length;n++){var s=this.lastTouches[n],r=Math.abs(e-s.x),a=Math.abs(i-s.y);if(r<=25&&a<=25)return!0}return!1}g(nt,z,{handler:function(t){var e=it[t.type],i=st.call(this,t,e);i&&this.callback(this.manager,e,{pointers:i[0],changedPointers:i[1],pointerType:k,srcEvent:t})}}),g(rt,z,{handler:function(t,e,i){var n=i.pointerType==k,s=i.pointerType==N;if(!(s&&i.sourceCapabilities&&i.sourceCapabilities.firesTouchEvents)){if(n)at.call(this,e,i);else if(s&&ht.call(this,i))return;this.callback(t,e,i)}},destroy:function(){this.touch.destroy(),this.mouse.destroy()}});var lt=C(a.style,"touchAction"),ut=lt!==n,ct="compute",dt="auto",pt="manipulation",ft="none",mt="pan-x",gt="pan-y",yt=function(){if(!ut)return!1;var e={},i=t.CSS&&t.CSS.supports;return["auto","manipulation","pan-y","pan-x","pan-x pan-y","none"].forEach((function(n){e[n]=!i||t.CSS.supports("touch-action",n)})),e}();function vt(t,e){this.manager=t,this.set(e)}vt.prototype={set:function(t){t==ct&&(t=this.compute()),ut&&this.manager.element.style&&yt[t]&&(this.manager.element.style[lt]=t),this.actions=t.toLowerCase().trim()},update:function(){this.set(this.manager.options.touchAction)},compute:function(){var t=[];return d(this.manager.recognizers,(function(e){v(e.options.enable,[e])&&(t=t.concat(e.getTouchAction()))})),function(t){if(S(t,ft))return ft;var e=S(t,mt),i=S(t,gt);return e&&i?ft:e||i?e?mt:gt:S(t,pt)?pt:dt}(t.join(" "))},preventDefaults:function(t){var e=t.srcEvent,i=t.offsetDirection;if(this.manager.session.prevented)e.preventDefault();else{var n=this.actions,s=S(n,ft)&&!yt[ft],r=S(n,gt)&&!yt[gt],a=S(n,mt)&&!yt[mt];if(s){var o=1===t.pointers.length,h=t.distance<2,l=t.deltaTime<250;if(o&&h&&l)return}if(!a||!r)return s||r&&6&i||a&&24&i?this.preventSrc(e):void 0}},preventSrc:function(t){this.manager.session.prevented=!0,t.preventDefault()}};var xt=32;function bt(t){this.options=s({},this.defaults,t||{}),this.id=I++,this.manager=null,this.options.enable=x(this.options.enable,!0),this.state=1,this.simultaneous={},this.requireFail=[]}function wt(t){return 16&t?"cancel":8&t?"end":4&t?"move":2&t?"start":""}function _t(t){return 16==t?"down":8==t?"up":2==t?"left":4==t?"right":""}function St(t,e){var i=e.manager;return i?i.get(t):t}function Et(){bt.apply(this,arguments)}function Mt(){Et.apply(this,arguments),this.pX=null,this.pY=null}function At(){Et.apply(this,arguments)}function Tt(){bt.apply(this,arguments),this._timer=null,this._input=null}function Ct(){Et.apply(this,arguments)}function It(){Et.apply(this,arguments)}function Dt(){bt.apply(this,arguments),this.pTime=!1,this.pCenter=!1,this._timer=null,this._input=null,this.count=0}function Lt(t,e){return(e=e||{}).recognizers=x(e.recognizers,Lt.defaults.preset),new Bt(t,e)}function Bt(t,e){this.options=s({},Lt.defaults,e||{}),this.options.inputTarget=this.options.inputTarget||t,this.handlers={},this.session={},this.recognizers=[],this.oldCssProps={},this.element=t,this.input=new(this.options.inputClass||(B?Q:P?nt:L?rt:G))(this,H),this.touchAction=new vt(this,this.options.touchAction),Pt(this,!0),d(this.options.recognizers,(function(t){var e=this.add(new t[0](t[1]));t[2]&&e.recognizeWith(t[2]),t[3]&&e.requireFailure(t[3])}),this)}function Pt(t,e){var i,n=t.element;n.style&&(d(t.options.cssProps,(function(s,r){i=C(n.style,r),e?(t.oldCssProps[i]=n.style[i],n.style[i]=s):n.style[i]=t.oldCssProps[i]||""})),e||(t.oldCssProps={}))}bt.prototype={defaults:{},set:function(t){return s(this.options,t),this.manager&&this.manager.touchAction.update(),this},recognizeWith:function(t){if(c(t,"recognizeWith",this))return this;var e=this.simultaneous;return e[(t=St(t,this)).id]||(e[t.id]=t,t.recognizeWith(this)),this},dropRecognizeWith:function(t){return c(t,"dropRecognizeWith",this)||(t=St(t,this),delete this.simultaneous[t.id]),this},requireFailure:function(t){if(c(t,"requireFailure",this))return this;var e=this.requireFail;return-1===M(e,t=St(t,this))&&(e.push(t),t.requireFailure(this)),this},dropRequireFailure:function(t){if(c(t,"dropRequireFailure",this))return this;t=St(t,this);var e=M(this.requireFail,t);return e>-1&&this.requireFail.splice(e,1),this},hasRequireFailures:function(){return this.requireFail.length>0},canRecognizeWith:function(t){return!!this.simultaneous[t.id]},emit:function(t){var e=this,i=this.state;function n(i){e.manager.emit(i,t)}i<8&&n(e.options.event+wt(i)),n(e.options.event),t.additionalEvent&&n(t.additionalEvent),i>=8&&n(e.options.event+wt(i))},tryEmit:function(t){if(this.canEmit())return this.emit(t);this.state=xt},canEmit:function(){for(var t=0;t<this.requireFail.length;){if(!(33&this.requireFail[t].state))return!1;t++}return!0},recognize:function(t){var e=s({},t);if(!v(this.options.enable,[this,e]))return this.reset(),void(this.state=xt);56&this.state&&(this.state=1),this.state=this.process(e),30&this.state&&this.tryEmit(e)},process:function(t){},getTouchAction:function(){},reset:function(){}},g(Et,bt,{defaults:{pointers:1},attrTest:function(t){var e=this.options.pointers;return 0===e||t.pointers.length===e},process:function(t){var e=this.state,i=t.eventType,n=6&e,s=this.attrTest(t);return n&&(8&i||!s)?16|e:n||s?4&i?8|e:2&e?4|e:2:xt}}),g(Mt,Et,{defaults:{event:"pan",threshold:10,pointers:1,direction:30},getTouchAction:function(){var t=this.options.direction,e=[];return 6&t&&e.push(gt),24&t&&e.push(mt),e},directionTest:function(t){var e=this.options,i=!0,n=t.distance,s=t.direction,r=t.deltaX,a=t.deltaY;return s&e.direction||(6&e.direction?(s=0===r?1:r<0?2:4,i=r!=this.pX,n=Math.abs(t.deltaX)):(s=0===a?1:a<0?8:16,i=a!=this.pY,n=Math.abs(t.deltaY))),t.direction=s,i&&n>e.threshold&&s&e.direction},attrTest:function(t){return Et.prototype.attrTest.call(this,t)&&(2&this.state||!(2&this.state)&&this.directionTest(t))},emit:function(t){this.pX=t.deltaX,this.pY=t.deltaY;var e=_t(t.direction);e&&(t.additionalEvent=this.options.event+e),this._super.emit.call(this,t)}}),g(At,Et,{defaults:{event:"pinch",threshold:0,pointers:2},getTouchAction:function(){return[ft]},attrTest:function(t){return this._super.attrTest.call(this,t)&&(Math.abs(t.scale-1)>this.options.threshold||2&this.state)},emit:function(t){if(1!==t.scale){var e=t.scale<1?"in":"out";t.additionalEvent=this.options.event+e}this._super.emit.call(this,t)}}),g(Tt,bt,{defaults:{event:"press",pointers:1,time:251,threshold:9},getTouchAction:function(){return[dt]},process:function(t){var e=this.options,i=t.pointers.length===e.pointers,n=t.distance<e.threshold,s=t.deltaTime>e.time;if(this._input=t,!n||!i||12&t.eventType&&!s)this.reset();else if(1&t.eventType)this.reset(),this._timer=u((function(){this.state=8,this.tryEmit()}),e.time,this);else if(4&t.eventType)return 8;return xt},reset:function(){clearTimeout(this._timer)},emit:function(t){8===this.state&&(t&&4&t.eventType?this.manager.emit(this.options.event+"up",t):(this._input.timeStamp=l(),this.manager.emit(this.options.event,this._input)))}}),g(Ct,Et,{defaults:{event:"rotate",threshold:0,pointers:2},getTouchAction:function(){return[ft]},attrTest:function(t){return this._super.attrTest.call(this,t)&&(Math.abs(t.rotation)>this.options.threshold||2&this.state)}}),g(It,Et,{defaults:{event:"swipe",threshold:10,velocity:.3,direction:30,pointers:1},getTouchAction:function(){return Mt.prototype.getTouchAction.call(this)},attrTest:function(t){var e,i=this.options.direction;return 30&i?e=t.overallVelocity:6&i?e=t.overallVelocityX:24&i&&(e=t.overallVelocityY),this._super.attrTest.call(this,t)&&i&t.offsetDirection&&t.distance>this.options.threshold&&t.maxPointers==this.options.pointers&&h(e)>this.options.velocity&&4&t.eventType},emit:function(t){var e=_t(t.offsetDirection);e&&this.manager.emit(this.options.event+e,t),this.manager.emit(this.options.event,t)}}),g(Dt,bt,{defaults:{event:"tap",pointers:1,taps:1,interval:300,time:250,threshold:9,posThreshold:10},getTouchAction:function(){return[pt]},process:function(t){var e=this.options,i=t.pointers.length===e.pointers,n=t.distance<e.threshold,s=t.deltaTime<e.time;if(this.reset(),1&t.eventType&&0===this.count)return this.failTimeout();if(n&&s&&i){if(4!=t.eventType)return this.failTimeout();var r=!this.pTime||t.timeStamp-this.pTime<e.interval,a=!this.pCenter||q(this.pCenter,t.center)<e.posThreshold;if(this.pTime=t.timeStamp,this.pCenter=t.center,a&&r?this.count+=1:this.count=1,this._input=t,0==this.count%e.taps)return this.hasRequireFailures()?(this._timer=u((function(){this.state=8,this.tryEmit()}),e.interval,this),2):8}return xt},failTimeout:function(){return this._timer=u((function(){this.state=xt}),this.options.interval,this),xt},reset:function(){clearTimeout(this._timer)},emit:function(){8==this.state&&(this._input.tapCount=this.count,this.manager.emit(this.options.event,this._input))}}),Lt.VERSION="2.0.7",Lt.defaults={domEvents:!1,touchAction:ct,enable:!0,inputTarget:null,inputClass:null,preset:[[Ct,{enable:!1}],[At,{enable:!1},["rotate"]],[It,{direction:6}],[Mt,{direction:6},["swipe"]],[Dt],[Dt,{event:"doubletap",taps:2},["tap"]],[Tt]],cssProps:{userSelect:"none",touchSelect:"none",touchCallout:"none",contentZooming:"none",userDrag:"none",tapHighlightColor:"rgba(0,0,0,0)"}},Bt.prototype={set:function(t){return s(this.options,t),t.touchAction&&this.touchAction.update(),t.inputTarget&&(this.input.destroy(),this.input.target=t.inputTarget,this.input.init()),this},stop:function(t){this.session.stopped=t?2:1},recognize:function(t){var e=this.session;if(!e.stopped){var i;this.touchAction.preventDefaults(t);var n=this.recognizers,s=e.curRecognizer;(!s||s&&8&s.state)&&(s=e.curRecognizer=null);for(var r=0;r<n.length;)i=n[r],2===e.stopped||s&&i!=s&&!i.canRecognizeWith(s)?i.reset():i.recognize(t),!s&&14&i.state&&(s=e.curRecognizer=i),r++}},get:function(t){if(t instanceof bt)return t;for(var e=this.recognizers,i=0;i<e.length;i++)if(e[i].options.event==t)return e[i];return null},add:function(t){if(c(t,"add",this))return this;var e=this.get(t.options.event);return e&&this.remove(e),this.recognizers.push(t),t.manager=this,this.touchAction.update(),t},remove:function(t){if(c(t,"remove",this))return this;if(t=this.get(t)){var e=this.recognizers,i=M(e,t);-1!==i&&(e.splice(i,1),this.touchAction.update())}return this},on:function(t,e){if(t!==n&&e!==n){var i=this.handlers;return d(E(t),(function(t){i[t]=i[t]||[],i[t].push(e)})),this}},off:function(t,e){if(t!==n){var i=this.handlers;return d(E(t),(function(t){e?i[t]&&i[t].splice(M(i[t],e),1):delete i[t]})),this}},emit:function(t,i){this.options.domEvents&&function(t,i){var n=e.createEvent("Event");n.initEvent(t,!0,!0),n.gesture=i,i.target.dispatchEvent(n)}(t,i);var n=this.handlers[t]&&this.handlers[t].slice();if(n&&n.length){i.type=t,i.preventDefault=function(){i.srcEvent.preventDefault()};for(var s=0;s<n.length;)n[s](i),s++}},destroy:function(){this.element&&Pt(this,!1),this.handlers={},this.session={},this.input.destroy(),this.element=null}},s(Lt,{INPUT_START:1,INPUT_MOVE:2,INPUT_END:4,INPUT_CANCEL:8,STATE_POSSIBLE:1,STATE_BEGAN:2,STATE_CHANGED:4,STATE_ENDED:8,STATE_RECOGNIZED:8,STATE_CANCELLED:16,STATE_FAILED:xt,DIRECTION_NONE:1,DIRECTION_LEFT:2,DIRECTION_RIGHT:4,DIRECTION_UP:8,DIRECTION_DOWN:16,DIRECTION_HORIZONTAL:6,DIRECTION_VERTICAL:24,DIRECTION_ALL:30,Manager:Bt,Input:z,TouchAction:vt,TouchInput:nt,MouseInput:G,PointerEventInput:Q,TouchMouseInput:rt,SingleTouchInput:tt,Recognizer:bt,AttrRecognizer:Et,Tap:Dt,Pan:Mt,Swipe:It,Pinch:At,Rotate:Ct,Press:Tt,on:b,off:w,each:d,merge:m,extend:f,assign:s,inherit:g,bindFn:y,prefixed:C}),(void 0!==t?t:"undefined"!=typeof self?self:{}).Hammer=Lt,Fs.exports?Fs.exports=Lt:t.Hammer=Lt}(window,document);const Vs=S(Us.exports),qs=new We,js=new We;class Ys extends Wi{constructor(t,e,i=!1){super(),d(this,"name","orbit-controller.ts"),d(this,"isSvg",!1),d(this,"dom"),d(this,"domOffset",new We),d(this,"camera"),d(this,"hammer"),d(this,"enabled",!0),d(this,"enablePan",!0),d(this,"enableRotate",!0),d(this,"rotateSpeed",1),d(this,"enableZoom",!0),d(this,"minZoom",0),d(this,"maxZoom",1/0),d(this,"zoomSpeed",1),d(this,"zoomChanged",!1),d(this,"distanceStart",1),d(this,"distanceEnd",1),d(this,"state",-1),d(this,"EPS",1e-6),d(this,"focus",new We),d(this,"target",new We),d(this,"scaled",1),d(this,"rotateTheta",0),d(this,"enableDamping",!1),d(this,"dampingFactor",.05),d(this,"mouseButtons",{LEFT:2,MIDDLE:1,RIGHT:0}),d(this,"isWheeling",!1),d(this,"finalTimer"),d(this,"rotateStart",new We),d(this,"rotateEnd",new We),d(this,"rotateDelta",new We),d(this,"panStart",new We),d(this,"panEnd",new We),d(this,"panOffset",new We),d(this,"dollyStart",0),d(this,"dollyOffset",new We),d(this,"contextMenuHandler",this.handleContextMenu.bind(this)),d(this,"wheelHandler",this.handleWheel.bind(this)),d(this,"pointerDownHandler",this.handlePointerDown.bind(this)),d(this,"pointerUpHandler",this.handlePointerUp.bind(this)),d(this,"pointerMoveHandler",this.handlePointerMove.bind(this)),d(this,"pointerOverHandler",ri.debounce(this.handlePointerOver.bind(this),50)),d(this,"pointerLeaveHandler",this.handlePointerLeave.bind(this)),d(this,"tapHandler",this.handleTap.bind(this)),d(this,"doubleTapHandler",this.handleDoubleTap.bind(this)),d(this,"panHandler",this.handlePan.bind(this)),d(this,"pinchHandler",this.handlePinch.bind(this)),d(this,"pressHandler",this.handlePress.bind(this)),d(this,"swipeHandler",this.handleSwipe.bind(this)),d(this,"hammerInputHandler",this.handleHammerInput.bind(this)),this.isSvg=i,this.dom=t,this.camera=e,this.scaled=e.scaled.x,this.resize(),this.dom.style.touchAction="none",this.bindEvents()}destroy(){this.unbindEvents(),super.destroy()}resize(){let t=this.dom.getBoundingClientRect();this.domOffset.set(t.left,t.top)}update(){this.camera.position.add(this.panOffset).add(this.dollyOffset),this.camera.scaled.set(this.scaled,this.scaled),this.rotateTheta&&(this.camera.rotation.x-=this.rotateTheta,qs.copy(this.camera.position).rotateAround(this.focus,-this.rotateTheta),this.camera.position.copy(qs)),this.camera.update(),this.panOffset.set(0,0),this.dollyOffset.set(0,0),this.scaled=this.camera.scaled.x,this.rotateTheta=0,this.dispatchEvent({type:"cameraChanged",data:{t:this.camera.position,r:this.camera.rotation.x,s:this.camera.scaled.x}})}bindEvents(){this.unbindEvents(),this.hammer=new Vs.Manager(this.dom,{domEvents:!0});const t=new Vs.Pan({threshold:0,pointers:0}),e=new Vs.Pinch({threshold:0}),i=new Vs.Tap({event:"singletap",taps:1}),n=new Vs.Tap({event:"doubletap",taps:2}),s=new Vs.Press({});this.hammer.add([t,n,i,s,e]),e.recognizeWith(t),n.recognizeWith(i),i.requireFailure(n),this.hammer.on(["panstart","panmove","panend"].join(" "),this.panHandler),this.hammer.on(["pinchstart","pinchmove","pinchend"].join(" "),this.pinchHandler),this.hammer.on("singletap",this.tapHandler),this.hammer.on("doubletap",this.doubleTapHandler),this.hammer.on("press",this.pressHandler),this.hammer.on("swipe",this.swipeHandler),this.hammer.on("hammer.input",this.hammerInputHandler),this.dom.addEventListener("contextmenu",this.contextMenuHandler),this.dom.addEventListener("wheel",this.wheelHandler,{passive:!1}),this.dom.addEventListener("mousemove",this.pointerOverHandler),this.isSvg||(this.dom.addEventListener("pointerdown",this.pointerDownHandler),this.dom.addEventListener("pointerleave",this.pointerLeaveHandler))}unbindEvents(){var t,e,i,n,s,r,a,o,h;null==(t=this.hammer)||t.off(["panstart","panmove","panend"].join(" "),this.panHandler),null==(e=this.hammer)||e.off(["pinchstart","pinchmove","pinchend"].join(" "),this.pinchHandler),null==(i=this.hammer)||i.off("singletap",this.tapHandler),null==(n=this.hammer)||n.off("doubletap",this.doubleTapHandler),null==(s=this.hammer)||s.off("press",this.pressHandler),null==(r=this.hammer)||r.off("swipe",this.swipeHandler),null==(a=this.hammer)||a.off("hammer.input",this.hammerInputHandler),this.dom.removeEventListener("contextmenu",this.contextMenuHandler),this.dom.removeEventListener("wheel",this.wheelHandler),this.dom.removeEventListener("mousemove",this.pointerOverHandler),this.isSvg||(this.dom.removeEventListener("pointerdown",this.pointerDownHandler),this.dom.removeEventListener("pointerleave",this.pointerLeaveHandler)),null==(o=this.hammer)||o.stop(!0),null==(h=this.hammer)||h.destroy()}setFocus(t,e){this.focus.set(t,e).sub(this.domOffset).unproject(this.camera)}handleTap(t){"function"==typeof t.preventDefault&&t.preventDefault(),js.set(t.center.x,t.center.y).sub(this.domOffset);const e={x:js.x,y:js.y};this.camera&&js.unproject(this.camera);const i={x:js.x,y:js.y};this.dispatchEvent({type:"tap",data:{screenCoords:e,worldCoords:i},e:t})}handleDoubleTap(t){"function"==typeof t.preventDefault&&t.preventDefault(),js.set(t.center.x,t.center.y).sub(this.domOffset);const e={x:js.x,y:js.y};this.camera&&js.unproject(this.camera);const i={x:js.x,y:js.y};this.dispatchEvent({type:"doubletap",data:{screenCoords:e,worldCoords:i}})}handlePress(t){"function"==typeof t.preventDefault&&t.preventDefault()}handlePan(t){var e;if(this.scaled=this.camera.scaled.x,1!==(null==(e=t.pointers)?void 0:e.length))return;"function"==typeof t.preventDefault&&t.preventDefault();const i={type:"panmove",data:{}};(t.isFirst||"panstart"===t.type)&&(this.state=2,this.panStart.set(t.center.x,t.center.y),i.type="panstart"),(t.isFinal||"panend"===t.type)&&(this.state=-1,i.type="panend"),this.panEnd.set(t.center.x,t.center.y),this.panOffset.subVectors(this.panEnd,this.panStart).multiplyScalar(-this.camera.scaled.x,-this.camera.scaled.y*(this.camera.flipY?1:-1)).rotate(this.camera.rotation.x),this.panStart.copy(this.panEnd),js.set(t.center.x,t.center.y).sub(this.domOffset),i.data.screenCoords=js.clone(),this.dispatchEvent(i),this.enablePan&&this.update()}handlePinch(t){"function"==typeof t.preventDefault&&t.preventDefault(),"pinchstart"===t.type&&(this.dollyStart=this.camera.scaled.x,this.state=1),(t.isFinal||"pinchend"===t.type)&&(this.state=-1),this.scaled=this.dollyStart*(1/t.scale);let e=(this.scaled-this.camera.scaled.x)/this.camera.scaled.x;this.setFocus(t.center.x,t.center.y),this.dollyOffset.copy(this.camera.position).lerp(this.focus,-e).sub(this.camera.position),this.update()}handleRotate(t){"function"==typeof t.preventDefault&&t.preventDefault()}handleSwipe(t){"function"==typeof t.preventDefault&&t.preventDefault()}handleHammerInput(t){t.isFirst&&(this.state=9),t.isFinal&&(this.state=-1)}handleContextMenu(t){this.enabled&&"function"==typeof t.preventDefault&&t.preventDefault()}handleWheel(t){if("function"==typeof t.preventDefault&&t.preventDefault(),!this.enabled||!this.enableZoom||-1!==this.state)return;this.isWheeling||(this.dispatchEvent({type:"wheelstart"}),this.isWheeling=!0),"function"==typeof t.preventDefault&&t.preventDefault(),"function"==typeof t.stopPropagation&&t.stopPropagation();let e=t.deltaY;1===(null==t?void 0:t.deltaMode)?e*=16:2===(null==t?void 0:t.deltaMode)&&(e*=100),(null==t?void 0:t.ctrlKey)&&(e*=10),this.setFocus(t.clientX,t.clientY);let i=this.getZoomScale(e);e<0?this.onDollyIn(i):e>0?this.onDollyOut(i):(this.scaled=this.camera.scaled.x,this.dollyOffset.set(0,0)),this.update(),this.dispatchEvent({type:"wheel"}),clearTimeout(this.finalTimer),this.finalTimer=setTimeout((()=>{this.isWheeling&&(this.dispatchEvent({type:"wheelend"}),this.isWheeling=!1)}),500)}onDollyIn(t){this.scaled=Math.max(this.minZoom,Math.min(this.maxZoom,this.camera.scaled.x*t)),this.dollyOffset.copy(this.camera.position).lerp(this.focus,1-t).sub(this.camera.position)}onDollyOut(t){this.scaled=Math.max(this.minZoom,Math.min(this.maxZoom,this.camera.scaled.x/t)),this.dollyOffset.copy(this.camera.position).lerp(this.focus,-1+t).sub(this.camera.position)}getZoomScale(t){return Math.pow(.95,this.zoomSpeed*Math.abs(.03*t))}handlePointerDown(t){if(this.scaled=this.camera.scaled.x,!this.enabled)return;if(2!==t.button)return;this.dom.addEventListener("pointermove",this.pointerMoveHandler),this.dom.addEventListener("pointerup",this.pointerUpHandler);let e=-1;0===t.button?e=this.mouseButtons.LEFT:1===t.button?e=this.mouseButtons.MIDDLE:2===t.button&&(e=this.mouseButtons.RIGHT),0===e&&(this.rotateStart.set(t.clientX,t.clientY),this.setFocus(this.rotateStart.x,this.rotateStart.y),this.state=0)}handlePointerUp(){this.dom.removeEventListener("pointermove",this.pointerMoveHandler),this.dom.removeEventListener("pointerup",this.pointerUpHandler),this.state=-1}handlePointerLeave(){this.state=-1}handlePointerMove(t){if(this.enabled&&0===this.state){if(!this.enableRotate)return;this.onRotate(t.clientX,t.clientY)}}handlePointerOver(t){if(t.buttons>0)return;js.set(t.clientX,t.clientY).sub(this.domOffset);const e={x:js.x,y:js.y};js.unproject(this.camera);const i={x:js.x,y:js.y};this.dispatchEvent({type:"pointerover",data:{screenCoords:e,worldCoords:i},e:t})}onRotate(t,e){this.rotateEnd.set(t,e),this.rotateDelta.subVectors(this.rotateEnd,this.rotateStart).multiplyScalar(this.rotateSpeed);const i=this.rotateDelta.x*Math.PI*2/this.dom.clientHeight;this.rotateTheta-=i,this.rotateStart.copy(this.rotateEnd),this.update()}}var Gs=(t=>(t.CONTEXTMENU="contextmenu",t.LOSTPOINTERCAPTURE="lostpointercapture",t.MOUSEOVER="mouseover",t.MOUSEOUT="mouseout",t.MOUSELEAVE="mouseleave",t.MOUSEENTER="mouseenter",t.MOUSEMOVE="mousemove",t.MOUSEDOWN="mousedown",t.MOUSEUP="mouseup",t.POINTERMOVE="pointermove",t.POINTERDOWN="pointerdown",t.POINTERUP="pointerup",t.POINTERCANCEL="pointercancel",t.POINTEROUT="pointerout",t.POINTERLEAVE="pointerleave",t.POINTEROVER="pointerover",t.POINTERENTER="pointerenter",t.TOUCHSTART="touchstart",t.TOUCHEND="touchend",t.TOUCHMOVE="touchmove",t.TOUCHCANCEL="touchcancel",t.WHEEL="wheel",t.WHEEL_START="wheelstart",t.WHEEL_END="wheelend",t.MOUSEWHEEL="mousewheel",t.CLICK="click",t.DBLCLICK="dblclick",t.CONTEXT_LOST="contextlost",t.CONTEXT_RESTORED="contextrestored",t.CONTROLS_CHANGED="controlschanged",t.TAP="tap",t.SINGLE_TAP="singletap",t.DOUBLE_TAP="doubletap",t.PRESS="press",t.PAN="pan",t.PAN_START="panstart",t.PAN_MOVE="panmove",t.PAN_END="panend",t.ROTATE="rotate",t.ROTATE_START="rotatestart",t.ROTATE_MOVE="rotatemove",t.ROTATE_END="rotateend",t.PINCH="pinch",t.PINCH_START="pinchstart",t.PINCH_MOVE="pinchmove",t.PINCH_END="pinchend",t.PINCH_IN="pinchin",t.PINCH_OUT="pinchout",t.SWIPE="swipe",t.CHANGE_START="change_start",t.CHANGE_END="change_end",t.CAMERA_CHANGED="cameraChanged",t))(Gs||{});const $s=new We;class Xs extends ls{constructor(t){super(),d(this,"isCamera",!0),d(this,"type","Camera2"),d(this,"name","Camera2"),d(this,"params"),d(this,"matrixAutoUpdate",!1),d(this,"matrixWorldAutoUpdate",!1),d(this,"projectionMatrix",new Fi),d(this,"projectionMatrixInverse",new Fi),d(this,"viewMatrix",new Fi),d(this,"viewMatrixNeedsUpdate",!0),d(this,"viewArea",0),d(this,"left",-1),d(this,"right",1),d(this,"top",1),d(this,"bottom",-1),d(this,"width",2),d(this,"height",2),d(this,"aspect",1),d(this,"view"),this.params=t,this.width=void 0!==(null==t?void 0:t.width)?t.width:2,this.height=void 0!==(null==t?void 0:t.height)?t.height:2,this.aspect=void 0!==(null==t?void 0:t.aspect)?t.aspect:1,void 0!==(null==t?void 0:t.left)&&(this.left=t.left),void 0!==(null==t?void 0:t.right)&&(this.right=t.right),void 0!==(null==t?void 0:t.top)&&(this.top=t.top),void 0!==(null==t?void 0:t.bottom)&&(this.bottom=t.bottom);const e=(this.right+this.left)/2,i=(this.top+this.bottom)/2;if(this.aspect>1){const t=Math.round((this.right-this.left)/2/this.aspect);this.top=i+t,this.bottom=i-t}else if(this.aspect<1){const t=Math.round((this.top-this.bottom)/2*this.aspect);this.left=e-t,this.right=e+t}this.flipY=!0===(null==t?void 0:t.flipY),this.updateProjectionMatrix(),(null==t?void 0:t.eye)&&this.position.fromArray(t.eye),(null==t?void 0:t.up)&&this.up.fromArray(t.up),this.computeBoundingBox(),this.update()}destroy(){super.destroy()}get pixelWidth(){return this.scaled.x}set(t=-1,e=1,i=1,n=-1){$s.set(t+e,n+i).multiplyScalar(.5);const s=Math.max((e-t)/this.width,(i-n)/this.height);this.setTRS($s,0,s)}setByBox(t){t&&!t.isEmpty()&&this.set(t.min.x,t.max.x,t.max.y,t.min.y)}setTRS(t={x:0,y:0},e=0,i=0,n){this.position.set(t.x||0,t.y||0),this.rotation.set(e,e),this.scaled.set(i,i),this.update(n)}resize(){this.setSize(this.params.width,this.params.height)}setSize(t,e){this.width=t||2,this.height=e||2,this.left=this.params.left||-1,this.right=this.params.right||1,this.top=this.params.top||1,this.bottom=this.params.bottom||-1,this.aspect=t/e;const i=(this.right+this.left)/2,n=(this.top+this.bottom)/2;if(this.aspect>1){const t=Math.round((this.right-this.left)/2/this.aspect);this.top=n+t,this.bottom=n-t}else if(this.aspect<1){const t=Math.round((this.top-this.bottom)/2*this.aspect);this.left=i-t,this.right=i+t}this.updateProjectionMatrix(),this.boundingBox.min.set(this.left,this.bottom),this.boundingBox.max.set(this.right,this.top),this.update(),this.matrix.decompose(this.position,this.rotation,this.scaled)}getWorldDirection(t){this.updateWorldMatrix(!0,!1);const e=this.matrixWorld.elements;return t.set(-e[6],-e[7]).normalize()}getCameraPosition(){return{x:this.position.x,y:this.position.y,z:this.position.z,s:this.scaled.x,r:this.rotation.x}}updateMatrixWorld(t=!1){super.updateMatrixWorld(t),this.updateViewMatrix()}updateProjectionMatrix(){void 0===this.parent&&this.matrixWorldAutoUpdate&&this.updateMatrixWorld(),this.projectionMatrix.makeProjection(this.left,this.right,this.top,this.bottom,this.width,this.height),this.projectionMatrixInverse.copy(this.projectionMatrix).invert()}updateViewMatrix(){this.matrixWorldInverse.copy(this.matrixWorld).invert(),this.viewMatrix.multiplyMatrices(this.projectionMatrix,this.matrixWorldInverse)}update(t=!0){this.matrixAutoUpdate||this.updateMatrix(),this.updateMatrixWorld(),this.needsUpdate=!0,this.updateBoundingBox(),t&&this.dispatchEvent({type:"update",data:{t:this.position,r:this.rotation.x,s:this.scaled.x}})}computeBoundingBox(){return this.boundingBox.min.set(this.left,this.bottom),this.boundingBox.max.set(this.right,this.top),this.boundingBox}updateBoundingBox(){super.updateBoundingBox(),this.viewArea=this.boundingBoxWorld.getArea()}toJSON(){const t={};return t.left=this.left,t.right=this.right,t.top=this.top,t.bottom=this.bottom,t.width=this.width,t.height=this.height,t.aspect=this.aspect,t.position=this.position.toArray(),t.rotation=this.rotation.toArray(),t.scaled=this.scaled.toArray(),t}fromJSON(t){this.left=t.left,this.right=t.right,this.top=t.top,this.bottom=t.bottom,this.width=t.width,this.height=t.height,this.aspect=t.aspect,this.position.fromArray(t.position),this.rotation.fromArray(t.rotation),this.scaled.fromArray(t.scaled),this.updateProjectionMatrix(),this.update(!1)}clone(){return(new this.constructor.prototype.constructor).copy(this)}copy(t,e=!0,i=!1){return super.copy(t,e,i),this.matrixWorldInverse.copy(t.matrixWorldInverse),this.projectionMatrix.copy(t.projectionMatrix),this.projectionMatrixInverse.copy(t.projectionMatrixInverse),this.width=t.width,this.height=t.height,this.aspect=t.aspect,this.left=t.left,this.right=t.right,this.top=t.top,this.bottom=t.bottom,this}}var Zs=(t=>(t.UPDATE="update",t))(Zs||{});class Js extends Wi{constructor(t){super(),d(this,"name","SvgSelectRect"),d(this,"container"),d(this,"el"),this.container=t||document.getElementsByTagName("body")[0],this.el=document.createElement("div"),this.el.setAttribute("id","aeSvgSelectRect"),this.el.setAttribute("class","ae-svg-select-rect"),this.el.style.display="none",this.container.appendChild(this.el)}destroy(){super.destroy(),this.el&&this.el.remove()}draw(t){Qs.copy(t).getSize(tr),Ks.copy(Qs.min),this.el.style.display="none",this.el.style.position="absolute",this.el.style.left=Ks.x+"px",this.el.style.top=Ks.y+"px",this.el.style.width=tr.x+"px",this.el.style.height=tr.y+"px",this.el.style.display="block",this.el.style.background=new Re(Le.darkBlue).setA(.1).getStyle(),this.el.style.border=Le.darkBlue+" 1px dashed"}hide(){this.el.style.display="none"}}const Qs=new ai,Ks=new We,tr=new We;class er extends Wi{constructor(t,e){super(),d(this,"name","SvgMultiSelector"),d(this,"controller"),d(this,"scene"),d(this,"container"),d(this,"p1",new We),d(this,"p2",new We),d(this,"graph"),d(this,"selectEnable",!1),d(this,"multiSelectEnable",!1),d(this,"fnEnable",!1),d(this,"controllerTapHandler",this.handleControllerTap.bind(this)),d(this,"controllerPanStartHandler",this.handleControllerPanStart.bind(this)),d(this,"controllerPanMoveHandler",this.handleControllerPanMove.bind(this)),d(this,"controllerPanEndHandler",this.handleControllerPanEnd.bind(this)),this.container=t,this.controller=e,this.graph=new Js(t),this.bindControllerEvents()}destroy(){this.unbindControllerEvents(),super.destroy()}bindScene(t){this.scene=t}selectEnableChanged(t){var e;null==(e=this.scene)||e.clearSelected(),this.selectEnable=!!t}multiSelectEnableChanged(t){var e;null==(e=this.scene)||e.clearSelected(),this.multiSelectEnable=!!t,this.controller.enablePan=!this.multiSelectEnable||this.multiSelectEnable&&!this.fnEnable}fnEnableChanged(t){this.fnEnable=!!t,this.controller.enablePan=!this.multiSelectEnable||this.multiSelectEnable&&!this.fnEnable}bindControllerEvents(){this.controller.addEventListener(Gs.TAP,this.controllerTapHandler),this.controller.addEventListener(Gs.PAN_START,this.controllerPanStartHandler),this.controller.addEventListener(Gs.PAN_MOVE,this.controllerPanMoveHandler),this.controller.addEventListener(Gs.PAN_END,this.controllerPanEndHandler)}unbindControllerEvents(){this.controller.removeEventListener(Gs.TAP,this.controllerTapHandler),this.controller.removeEventListener(Gs.PAN_START,this.controllerPanStartHandler),this.controller.removeEventListener(Gs.PAN_MOVE,this.controllerPanMoveHandler),this.controller.removeEventListener(Gs.PAN_END,this.controllerPanEndHandler)}handleControllerTap(t){var e,i,n,s,r,a,o;if((null==t?void 0:t.type)!==Gs.TAP)return;if(!this.selectEnable&&!this.multiSelectEnable)return;let h=(null==(e=null==t?void 0:t.e)?void 0:e.target)||(null==(n=null==(i=null==t?void 0:t.e)?void 0:i.srcEvent)?void 0:n.target)||(null==(r=null==(s=null==t?void 0:t.e)?void 0:s.srcEvent)?void 0:r.srcElement);const l=null==(a=this.scene)?void 0:a.getElementsByPoint(t.data.worldCoords);(null==l?void 0:l.length)&&(h=l[0]),(null==h?void 0:h.id)&&(null==(o=this.scene)?void 0:o.isBelongsToAssetType(null==h?void 0:h.id))&&this.dispatchEvent({type:"SELECTED",data:c(u({},t.data),{target:[h],selected:[null==h?void 0:h.id]})})}handleControllerPanStart(t){(null==t?void 0:t.type)===Gs.PAN_START&&this.multiSelectEnable&&(this.controller.enablePan||(this.p1.copy(t.data.screenCoords),nr.makeEmpty().expandByPoint(this.p1),this.graph.draw(nr)))}handleControllerPanMove(t){(null==t?void 0:t.type)===Gs.PAN_MOVE&&this.multiSelectEnable&&(this.controller.enablePan||(this.p2.copy(t.data.screenCoords),nr.makeEmpty().expandByPoint(this.p1).expandByPoint(this.p2),this.graph.draw(nr)))}handleControllerPanEnd(t){var e;if((null==t?void 0:t.type)!==Gs.PAN_END)return;if(!this.multiSelectEnable)return;if(this.controller.enablePan)return;this.p2.copy(t.data.screenCoords),nr.makeEmpty().expandByPoint(this.p1).expandByPoint(this.p2).unproject(this.controller.camera);const i=null==(e=this.scene)?void 0:e.getElementsByBox(nr),n=[];(i||[]).forEach((t=>n.push(t.id))),this.graph.hide(),nr.makeEmpty(),this.dispatchEvent({type:"SELECTED",data:{target:i,selected:n}})}}var ir=(t=>(t.SELECTED="SELECTED",t))(ir||{});const nr=new ai;var sr=(t=>(t.DEFAULT="default",t.INFO="info",t.PRIMARY="primary",t.SUCCESS="success",t.WARNING="warning",t.DANGER="danger",t))(sr||{});class rr{constructor(){d(this,"camera"),d(this,"screenCoords",new We),d(this,"worldCoords",new We),d(this,"worldBox",new ai),d(this,"intersectType",0),d(this,"params",{Shape:{},Line:{threshold:1},Points:{threshold:1},Sprite:{}})}setFromCamera(t,e){return this.camera=e,this.screenCoords.set(t.x,t.y),this.worldCoords.copy(this.screenCoords).unproject(e),this}init(t,e){return this.camera=e,(null==t?void 0:t.screenCoords)&&this.screenCoords.set(t.screenCoords.x,t.screenCoords.y),(null==t?void 0:t.worldCoords)?this.worldCoords.set(t.worldCoords.x,t.worldCoords.y):e&&this.worldCoords.copy(this.screenCoords).unproject(e),(null==t?void 0:t.worldBox)&&this.worldBox.copy(t.worldBox),this.intersectType=void 0!==(null==t?void 0:t.worldBox)?1:0,this}intersectObjects(t,e=!0,i=[]){for(let n=0,s=t.length;n<s;n++)this.intersectObject(t[n],e,i)}intersectObject(t,e=!1,i=[]){if(!t.selectable||!t.visible)return i;if(t.raycast(this,i),!e||t.composeNode)return i;for(let n=0,s=t.children.length;n<s;n++)this.intersectObject(t.children[n],e,i);return i}intersectObjectBy(t,e,i=!0,n=[]){if(!t.selectable||!t.visible)return n;if("function"==typeof e&&e(t)&&t.raycast(this,n),!i||t.composeNode)return n;for(let s=0,r=t.children.length;s<r;s++)this.intersectObjectBy(t.children[s],e,i,n);return n}}var ar="top",or="bottom",hr="right",lr="left",ur="auto",cr=[ar,or,hr,lr],dr="start",pr="end",fr="viewport",mr="popper",gr=cr.reduce((function(t,e){return t.concat([e+"-"+dr,e+"-"+pr])}),[]),yr=[].concat(cr,[ur]).reduce((function(t,e){return t.concat([e,e+"-"+dr,e+"-"+pr])}),[]),vr=["beforeRead","read","afterRead","beforeMain","main","afterMain","beforeWrite","write","afterWrite"];function xr(t){return t?(t.nodeName||"").toLowerCase():null}function br(t){if(null==t)return window;if("[object Window]"!==t.toString()){var e=t.ownerDocument;return e&&e.defaultView||window}return t}function wr(t){return t instanceof br(t).Element||t instanceof Element}function _r(t){return t instanceof br(t).HTMLElement||t instanceof HTMLElement}function Sr(t){return"undefined"!=typeof ShadowRoot&&(t instanceof br(t).ShadowRoot||t instanceof ShadowRoot)}const Er={name:"applyStyles",enabled:!0,phase:"write",fn:function(t){var e=t.state;Object.keys(e.elements).forEach((function(t){var i=e.styles[t]||{},n=e.attributes[t]||{},s=e.elements[t];_r(s)&&xr(s)&&(Object.assign(s.style,i),Object.keys(n).forEach((function(t){var e=n[t];!1===e?s.removeAttribute(t):s.setAttribute(t,!0===e?"":e)})))}))},effect:function(t){var e=t.state,i={popper:{position:e.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(e.elements.popper.style,i.popper),e.styles=i,e.elements.arrow&&Object.assign(e.elements.arrow.style,i.arrow),function(){Object.keys(e.elements).forEach((function(t){var n=e.elements[t],s=e.attributes[t]||{},r=Object.keys(e.styles.hasOwnProperty(t)?e.styles[t]:i[t]).reduce((function(t,e){return t[e]="",t}),{});_r(n)&&xr(n)&&(Object.assign(n.style,r),Object.keys(s).forEach((function(t){n.removeAttribute(t)})))}))}},requires:["computeStyles"]};function Mr(t){return t.split("-")[0]}var Ar=Math.max,Tr=Math.min,Cr=Math.round;function Ir(){var t=navigator.userAgentData;return null!=t&&t.brands&&Array.isArray(t.brands)?t.brands.map((function(t){return t.brand+"/"+t.version})).join(" "):navigator.userAgent}function Dr(){return!/^((?!chrome|android).)*safari/i.test(Ir())}function Lr(t,e,i){void 0===e&&(e=!1),void 0===i&&(i=!1);var n=t.getBoundingClientRect(),s=1,r=1;e&&_r(t)&&(s=t.offsetWidth>0&&Cr(n.width)/t.offsetWidth||1,r=t.offsetHeight>0&&Cr(n.height)/t.offsetHeight||1);var a=(wr(t)?br(t):window).visualViewport,o=!Dr()&&i,h=(n.left+(o&&a?a.offsetLeft:0))/s,l=(n.top+(o&&a?a.offsetTop:0))/r,u=n.width/s,c=n.height/r;return{width:u,height:c,top:l,right:h+u,bottom:l+c,left:h,x:h,y:l}}function Br(t){var e=Lr(t),i=t.offsetWidth,n=t.offsetHeight;return Math.abs(e.width-i)<=1&&(i=e.width),Math.abs(e.height-n)<=1&&(n=e.height),{x:t.offsetLeft,y:t.offsetTop,width:i,height:n}}function Pr(t,e){var i=e.getRootNode&&e.getRootNode();if(t.contains(e))return!0;if(i&&Sr(i)){var n=e;do{if(n&&t.isSameNode(n))return!0;n=n.parentNode||n.host}while(n)}return!1}function kr(t){return br(t).getComputedStyle(t)}function Nr(t){return["table","td","th"].indexOf(xr(t))>=0}function Or(t){return((wr(t)?t.ownerDocument:t.document)||window.document).documentElement}function Rr(t){return"html"===xr(t)?t:t.assignedSlot||t.parentNode||(Sr(t)?t.host:null)||Or(t)}function zr(t){return _r(t)&&"fixed"!==kr(t).position?t.offsetParent:null}function Hr(t){for(var e=br(t),i=zr(t);i&&Nr(i)&&"static"===kr(i).position;)i=zr(i);return i&&("html"===xr(i)||"body"===xr(i)&&"static"===kr(i).position)?e:i||function(t){var e=/firefox/i.test(Ir());if(/Trident/i.test(Ir())&&_r(t)&&"fixed"===kr(t).position)return null;var i=Rr(t);for(Sr(i)&&(i=i.host);_r(i)&&["html","body"].indexOf(xr(i))<0;){var n=kr(i);if("none"!==n.transform||"none"!==n.perspective||"paint"===n.contain||-1!==["transform","perspective"].indexOf(n.willChange)||e&&"filter"===n.willChange||e&&n.filter&&"none"!==n.filter)return i;i=i.parentNode}return null}(t)||e}function Wr(t){return["top","bottom"].indexOf(t)>=0?"x":"y"}function Fr(t,e,i){return Ar(t,Tr(e,i))}function Ur(t){return Object.assign({},{top:0,right:0,bottom:0,left:0},t)}function Vr(t,e){return e.reduce((function(e,i){return e[i]=t,e}),{})}function qr(t){return t.split("-")[1]}var jr={top:"auto",right:"auto",bottom:"auto",left:"auto"};function Yr(t){var e,i=t.popper,n=t.popperRect,s=t.placement,r=t.variation,a=t.offsets,o=t.position,h=t.gpuAcceleration,l=t.adaptive,u=t.roundOffsets,c=t.isFixed,d=a.x,p=void 0===d?0:d,f=a.y,m=void 0===f?0:f,g="function"==typeof u?u({x:p,y:m}):{x:p,y:m};p=g.x,m=g.y;var y=a.hasOwnProperty("x"),v=a.hasOwnProperty("y"),x=lr,b=ar,w=window;if(l){var _=Hr(i),S="clientHeight",E="clientWidth";_===br(i)&&"static"!==kr(_=Or(i)).position&&"absolute"===o&&(S="scrollHeight",E="scrollWidth"),(s===ar||(s===lr||s===hr)&&r===pr)&&(b=or,m-=(c&&_===w&&w.visualViewport?w.visualViewport.height:_[S])-n.height,m*=h?1:-1),s!==lr&&(s!==ar&&s!==or||r!==pr)||(x=hr,p-=(c&&_===w&&w.visualViewport?w.visualViewport.width:_[E])-n.width,p*=h?1:-1)}var M,A=Object.assign({position:o},l&&jr),T=!0===u?function(t,e){var i=t.x,n=t.y,s=e.devicePixelRatio||1;return{x:Cr(i*s)/s||0,y:Cr(n*s)/s||0}}({x:p,y:m},br(i)):{x:p,y:m};return p=T.x,m=T.y,h?Object.assign({},A,((M={})[b]=v?"0":"",M[x]=y?"0":"",M.transform=(w.devicePixelRatio||1)<=1?"translate("+p+"px, "+m+"px)":"translate3d("+p+"px, "+m+"px, 0)",M)):Object.assign({},A,((e={})[b]=v?m+"px":"",e[x]=y?p+"px":"",e.transform="",e))}var Gr={passive:!0},$r={left:"right",right:"left",bottom:"top",top:"bottom"};function Xr(t){return t.replace(/left|right|bottom|top/g,(function(t){return $r[t]}))}var Zr={start:"end",end:"start"};function Jr(t){return t.replace(/start|end/g,(function(t){return Zr[t]}))}function Qr(t){var e=br(t);return{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function Kr(t){return Lr(Or(t)).left+Qr(t).scrollLeft}function ta(t){var e=kr(t),i=e.overflow,n=e.overflowX,s=e.overflowY;return/auto|scroll|overlay|hidden/.test(i+s+n)}function ea(t){return["html","body","#document"].indexOf(xr(t))>=0?t.ownerDocument.body:_r(t)&&ta(t)?t:ea(Rr(t))}function ia(t,e){var i;void 0===e&&(e=[]);var n=ea(t),s=n===(null==(i=t.ownerDocument)?void 0:i.body),r=br(n),a=s?[r].concat(r.visualViewport||[],ta(n)?n:[]):n,o=e.concat(a);return s?o:o.concat(ia(Rr(a)))}function na(t){return Object.assign({},t,{left:t.x,top:t.y,right:t.x+t.width,bottom:t.y+t.height})}function sa(t,e,i){return e===fr?na(function(t,e){var i=br(t),n=Or(t),s=i.visualViewport,r=n.clientWidth,a=n.clientHeight,o=0,h=0;if(s){r=s.width,a=s.height;var l=Dr();(l||!l&&"fixed"===e)&&(o=s.offsetLeft,h=s.offsetTop)}return{width:r,height:a,x:o+Kr(t),y:h}}(t,i)):wr(e)?function(t,e){var i=Lr(t,!1,"fixed"===e);return i.top=i.top+t.clientTop,i.left=i.left+t.clientLeft,i.bottom=i.top+t.clientHeight,i.right=i.left+t.clientWidth,i.width=t.clientWidth,i.height=t.clientHeight,i.x=i.left,i.y=i.top,i}(e,i):na(function(t){var e,i=Or(t),n=Qr(t),s=null==(e=t.ownerDocument)?void 0:e.body,r=Ar(i.scrollWidth,i.clientWidth,s?s.scrollWidth:0,s?s.clientWidth:0),a=Ar(i.scrollHeight,i.clientHeight,s?s.scrollHeight:0,s?s.clientHeight:0),o=-n.scrollLeft+Kr(t),h=-n.scrollTop;return"rtl"===kr(s||i).direction&&(o+=Ar(i.clientWidth,s?s.clientWidth:0)-r),{width:r,height:a,x:o,y:h}}(Or(t)))}function ra(t){var e,i=t.reference,n=t.element,s=t.placement,r=s?Mr(s):null,a=s?qr(s):null,o=i.x+i.width/2-n.width/2,h=i.y+i.height/2-n.height/2;switch(r){case ar:e={x:o,y:i.y-n.height};break;case or:e={x:o,y:i.y+i.height};break;case hr:e={x:i.x+i.width,y:h};break;case lr:e={x:i.x-n.width,y:h};break;default:e={x:i.x,y:i.y}}var l=r?Wr(r):null;if(null!=l){var u="y"===l?"height":"width";switch(a){case dr:e[l]=e[l]-(i[u]/2-n[u]/2);break;case pr:e[l]=e[l]+(i[u]/2-n[u]/2)}}return e}function aa(t,e){void 0===e&&(e={});var i=e,n=i.placement,s=void 0===n?t.placement:n,r=i.strategy,a=void 0===r?t.strategy:r,o=i.boundary,h=void 0===o?"clippingParents":o,l=i.rootBoundary,u=void 0===l?fr:l,c=i.elementContext,d=void 0===c?mr:c,p=i.altBoundary,f=void 0!==p&&p,m=i.padding,g=void 0===m?0:m,y=Ur("number"!=typeof g?g:Vr(g,cr)),v=d===mr?"reference":mr,x=t.rects.popper,b=t.elements[f?v:d],w=function(t,e,i,n){var s="clippingParents"===e?function(t){var e=ia(Rr(t)),i=["absolute","fixed"].indexOf(kr(t).position)>=0&&_r(t)?Hr(t):t;return wr(i)?e.filter((function(t){return wr(t)&&Pr(t,i)&&"body"!==xr(t)})):[]}(t):[].concat(e),r=[].concat(s,[i]),a=r[0],o=r.reduce((function(e,i){var s=sa(t,i,n);return e.top=Ar(s.top,e.top),e.right=Tr(s.right,e.right),e.bottom=Tr(s.bottom,e.bottom),e.left=Ar(s.left,e.left),e}),sa(t,a,n));return o.width=o.right-o.left,o.height=o.bottom-o.top,o.x=o.left,o.y=o.top,o}(wr(b)?b:b.contextElement||Or(t.elements.popper),h,u,a),_=Lr(t.elements.reference),S=ra({reference:_,element:x,placement:s}),E=na(Object.assign({},x,S)),M=d===mr?E:_,A={top:w.top-M.top+y.top,bottom:M.bottom-w.bottom+y.bottom,left:w.left-M.left+y.left,right:M.right-w.right+y.right},T=t.modifiersData.offset;if(d===mr&&T){var C=T[s];Object.keys(A).forEach((function(t){var e=[hr,or].indexOf(t)>=0?1:-1,i=[ar,or].indexOf(t)>=0?"y":"x";A[t]+=C[i]*e}))}return A}function oa(t,e,i){return void 0===i&&(i={x:0,y:0}),{top:t.top-e.height-i.y,right:t.right-e.width+i.x,bottom:t.bottom-e.height+i.y,left:t.left-e.width-i.x}}function ha(t){return[ar,hr,or,lr].some((function(e){return t[e]>=0}))}function la(t,e,i){void 0===i&&(i=!1);var n,s,r=_r(e),a=_r(e)&&function(t){var e=t.getBoundingClientRect(),i=Cr(e.width)/t.offsetWidth||1,n=Cr(e.height)/t.offsetHeight||1;return 1!==i||1!==n}(e),o=Or(e),h=Lr(t,a,i),l={scrollLeft:0,scrollTop:0},u={x:0,y:0};return(r||!r&&!i)&&(("body"!==xr(e)||ta(o))&&(l=(n=e)!==br(n)&&_r(n)?{scrollLeft:(s=n).scrollLeft,scrollTop:s.scrollTop}:Qr(n)),_r(e)?((u=Lr(e,!0)).x+=e.clientLeft,u.y+=e.clientTop):o&&(u.x=Kr(o))),{x:h.left+l.scrollLeft-u.x,y:h.top+l.scrollTop-u.y,width:h.width,height:h.height}}function ua(t){var e=new Map,i=new Set,n=[];function s(t){i.add(t.name),[].concat(t.requires||[],t.requiresIfExists||[]).forEach((function(t){if(!i.has(t)){var n=e.get(t);n&&s(n)}})),n.push(t)}return t.forEach((function(t){e.set(t.name,t)})),t.forEach((function(t){i.has(t.name)||s(t)})),n}var ca={placement:"bottom",modifiers:[],strategy:"absolute"};function da(){for(var t=arguments.length,e=new Array(t),i=0;i<t;i++)e[i]=arguments[i];return!e.some((function(t){return!(t&&"function"==typeof t.getBoundingClientRect)}))}var pa=function(t){void 0===t&&(t={});var e=t,i=e.defaultModifiers,n=void 0===i?[]:i,s=e.defaultOptions,r=void 0===s?ca:s;return function(t,e,i){void 0===i&&(i=r);var s,a,o={placement:"bottom",orderedModifiers:[],options:Object.assign({},ca,r),modifiersData:{},elements:{reference:t,popper:e},attributes:{},styles:{}},h=[],l=!1,u={state:o,setOptions:function(i){var s="function"==typeof i?i(o.options):i;c(),o.options=Object.assign({},r,o.options,s),o.scrollParents={reference:wr(t)?ia(t):t.contextElement?ia(t.contextElement):[],popper:ia(e)};var a,l,d=function(t){var e=ua(t);return vr.reduce((function(t,i){return t.concat(e.filter((function(t){return t.phase===i})))}),[])}((a=[].concat(n,o.options.modifiers),l=a.reduce((function(t,e){var i=t[e.name];return t[e.name]=i?Object.assign({},i,e,{options:Object.assign({},i.options,e.options),data:Object.assign({},i.data,e.data)}):e,t}),{}),Object.keys(l).map((function(t){return l[t]}))));return o.orderedModifiers=d.filter((function(t){return t.enabled})),o.orderedModifiers.forEach((function(t){var e=t.name,i=t.options,n=void 0===i?{}:i,s=t.effect;if("function"==typeof s){var r=s({state:o,name:e,instance:u,options:n});h.push(r||function(){})}})),u.update()},forceUpdate:function(){if(!l){var t=o.elements,e=t.reference,i=t.popper;if(da(e,i)){o.rects={reference:la(e,Hr(i),"fixed"===o.options.strategy),popper:Br(i)},o.reset=!1,o.placement=o.options.placement,o.orderedModifiers.forEach((function(t){return o.modifiersData[t.name]=Object.assign({},t.data)}));for(var n=0;n<o.orderedModifiers.length;n++)if(!0!==o.reset){var s=o.orderedModifiers[n],r=s.fn,a=s.options,h=void 0===a?{}:a,c=s.name;"function"==typeof r&&(o=r({state:o,options:h,name:c,instance:u})||o)}else o.reset=!1,n=-1}}},update:(s=function(){return new Promise((function(t){u.forceUpdate(),t(o)}))},function(){return a||(a=new Promise((function(t){Promise.resolve().then((function(){a=void 0,t(s())}))}))),a}),destroy:function(){c(),l=!0}};if(!da(t,e))return u;function c(){h.forEach((function(t){return t()})),h=[]}return u.setOptions(i).then((function(t){!l&&i.onFirstUpdate&&i.onFirstUpdate(t)})),u}}({defaultModifiers:[{name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:function(t){var e=t.state,i=t.instance,n=t.options,s=n.scroll,r=void 0===s||s,a=n.resize,o=void 0===a||a,h=br(e.elements.popper),l=[].concat(e.scrollParents.reference,e.scrollParents.popper);return r&&l.forEach((function(t){t.addEventListener("scroll",i.update,Gr)})),o&&h.addEventListener("resize",i.update,Gr),function(){r&&l.forEach((function(t){t.removeEventListener("scroll",i.update,Gr)})),o&&h.removeEventListener("resize",i.update,Gr)}},data:{}},{name:"popperOffsets",enabled:!0,phase:"read",fn:function(t){var e=t.state,i=t.name;e.modifiersData[i]=ra({reference:e.rects.reference,element:e.rects.popper,placement:e.placement})},data:{}},{name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:function(t){var e=t.state,i=t.options,n=i.gpuAcceleration,s=void 0===n||n,r=i.adaptive,a=void 0===r||r,o=i.roundOffsets,h=void 0===o||o,l={placement:Mr(e.placement),variation:qr(e.placement),popper:e.elements.popper,popperRect:e.rects.popper,gpuAcceleration:s,isFixed:"fixed"===e.options.strategy};null!=e.modifiersData.popperOffsets&&(e.styles.popper=Object.assign({},e.styles.popper,Yr(Object.assign({},l,{offsets:e.modifiersData.popperOffsets,position:e.options.strategy,adaptive:a,roundOffsets:h})))),null!=e.modifiersData.arrow&&(e.styles.arrow=Object.assign({},e.styles.arrow,Yr(Object.assign({},l,{offsets:e.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:h})))),e.attributes.popper=Object.assign({},e.attributes.popper,{"data-popper-placement":e.placement})},data:{}},Er,{name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:function(t){var e=t.state,i=t.options,n=t.name,s=i.offset,r=void 0===s?[0,0]:s,a=yr.reduce((function(t,i){return t[i]=function(t,e,i){var n=Mr(t),s=[lr,ar].indexOf(n)>=0?-1:1,r="function"==typeof i?i(Object.assign({},e,{placement:t})):i,a=r[0],o=r[1];return a=a||0,o=(o||0)*s,[lr,hr].indexOf(n)>=0?{x:o,y:a}:{x:a,y:o}}(i,e.rects,r),t}),{}),o=a[e.placement],h=o.x,l=o.y;null!=e.modifiersData.popperOffsets&&(e.modifiersData.popperOffsets.x+=h,e.modifiersData.popperOffsets.y+=l),e.modifiersData[n]=a}},{name:"flip",enabled:!0,phase:"main",fn:function(t){var e=t.state,i=t.options,n=t.name;if(!e.modifiersData[n]._skip){for(var s=i.mainAxis,r=void 0===s||s,a=i.altAxis,o=void 0===a||a,h=i.fallbackPlacements,l=i.padding,u=i.boundary,c=i.rootBoundary,d=i.altBoundary,p=i.flipVariations,f=void 0===p||p,m=i.allowedAutoPlacements,g=e.options.placement,y=Mr(g),v=h||(y!==g&&f?function(t){if(Mr(t)===ur)return[];var e=Xr(t);return[Jr(t),e,Jr(e)]}(g):[Xr(g)]),x=[g].concat(v).reduce((function(t,i){return t.concat(Mr(i)===ur?function(t,e){void 0===e&&(e={});var i=e,n=i.placement,s=i.boundary,r=i.rootBoundary,a=i.padding,o=i.flipVariations,h=i.allowedAutoPlacements,l=void 0===h?yr:h,u=qr(n),c=u?o?gr:gr.filter((function(t){return qr(t)===u})):cr,d=c.filter((function(t){return l.indexOf(t)>=0}));0===d.length&&(d=c);var p=d.reduce((function(e,i){return e[i]=aa(t,{placement:i,boundary:s,rootBoundary:r,padding:a})[Mr(i)],e}),{});return Object.keys(p).sort((function(t,e){return p[t]-p[e]}))}(e,{placement:i,boundary:u,rootBoundary:c,padding:l,flipVariations:f,allowedAutoPlacements:m}):i)}),[]),b=e.rects.reference,w=e.rects.popper,_=new Map,S=!0,E=x[0],M=0;M<x.length;M++){var A=x[M],T=Mr(A),C=qr(A)===dr,I=[ar,or].indexOf(T)>=0,D=I?"width":"height",L=aa(e,{placement:A,boundary:u,rootBoundary:c,altBoundary:d,padding:l}),B=I?C?hr:lr:C?or:ar;b[D]>w[D]&&(B=Xr(B));var P=Xr(B),k=[];if(r&&k.push(L[T]<=0),o&&k.push(L[B]<=0,L[P]<=0),k.every((function(t){return t}))){E=A,S=!1;break}_.set(A,k)}if(S)for(var N=function(t){var e=x.find((function(e){var i=_.get(e);if(i)return i.slice(0,t).every((function(t){return t}))}));if(e)return E=e,"break"},O=f?3:1;O>0&&"break"!==N(O);O--);e.placement!==E&&(e.modifiersData[n]._skip=!0,e.placement=E,e.reset=!0)}},requiresIfExists:["offset"],data:{_skip:!1}},{name:"preventOverflow",enabled:!0,phase:"main",fn:function(t){var e=t.state,i=t.options,n=t.name,s=i.mainAxis,r=void 0===s||s,a=i.altAxis,o=void 0!==a&&a,h=i.boundary,l=i.rootBoundary,u=i.altBoundary,c=i.padding,d=i.tether,p=void 0===d||d,f=i.tetherOffset,m=void 0===f?0:f,g=aa(e,{boundary:h,rootBoundary:l,padding:c,altBoundary:u}),y=Mr(e.placement),v=qr(e.placement),x=!v,b=Wr(y),w="x"===b?"y":"x",_=e.modifiersData.popperOffsets,S=e.rects.reference,E=e.rects.popper,M="function"==typeof m?m(Object.assign({},e.rects,{placement:e.placement})):m,A="number"==typeof M?{mainAxis:M,altAxis:M}:Object.assign({mainAxis:0,altAxis:0},M),T=e.modifiersData.offset?e.modifiersData.offset[e.placement]:null,C={x:0,y:0};if(_){if(r){var I,D="y"===b?ar:lr,L="y"===b?or:hr,B="y"===b?"height":"width",P=_[b],k=P+g[D],N=P-g[L],O=p?-E[B]/2:0,R=v===dr?S[B]:E[B],z=v===dr?-E[B]:-S[B],H=e.elements.arrow,W=p&&H?Br(H):{width:0,height:0},F=e.modifiersData["arrow#persistent"]?e.modifiersData["arrow#persistent"].padding:{top:0,right:0,bottom:0,left:0},U=F[D],V=F[L],q=Fr(0,S[B],W[B]),j=x?S[B]/2-O-q-U-A.mainAxis:R-q-U-A.mainAxis,Y=x?-S[B]/2+O+q+V+A.mainAxis:z+q+V+A.mainAxis,G=e.elements.arrow&&Hr(e.elements.arrow),$=G?"y"===b?G.clientTop||0:G.clientLeft||0:0,X=null!=(I=null==T?void 0:T[b])?I:0,Z=P+Y-X,J=Fr(p?Tr(k,P+j-X-$):k,P,p?Ar(N,Z):N);_[b]=J,C[b]=J-P}if(o){var Q,K="x"===b?ar:lr,tt="x"===b?or:hr,et=_[w],it="y"===w?"height":"width",nt=et+g[K],st=et-g[tt],rt=-1!==[ar,lr].indexOf(y),at=null!=(Q=null==T?void 0:T[w])?Q:0,ot=rt?nt:et-S[it]-E[it]-at+A.altAxis,ht=rt?et+S[it]+E[it]-at-A.altAxis:st,lt=p&&rt?(ct=Fr(ot,et,ut=ht))>ut?ut:ct:Fr(p?ot:nt,et,p?ht:st);_[w]=lt,C[w]=lt-et}var ut,ct;e.modifiersData[n]=C}},requiresIfExists:["offset"]},{name:"arrow",enabled:!0,phase:"main",fn:function(t){var e,i=t.state,n=t.name,s=t.options,r=i.elements.arrow,a=i.modifiersData.popperOffsets,o=Mr(i.placement),h=Wr(o),l=[lr,hr].indexOf(o)>=0?"height":"width";if(r&&a){var u=function(t,e){return Ur("number"!=typeof(t="function"==typeof t?t(Object.assign({},e.rects,{placement:e.placement})):t)?t:Vr(t,cr))}(s.padding,i),c=Br(r),d="y"===h?ar:lr,p="y"===h?or:hr,f=i.rects.reference[l]+i.rects.reference[h]-a[h]-i.rects.popper[l],m=a[h]-i.rects.reference[h],g=Hr(r),y=g?"y"===h?g.clientHeight||0:g.clientWidth||0:0,v=f/2-m/2,x=u[d],b=y-c[l]-u[p],w=y/2-c[l]/2+v,_=Fr(x,w,b),S=h;i.modifiersData[n]=((e={})[S]=_,e.centerOffset=_-w,e)}},effect:function(t){var e=t.state,i=t.options.element,n=void 0===i?"[data-popper-arrow]":i;null!=n&&("string"!=typeof n||(n=e.elements.popper.querySelector(n)))&&Pr(e.elements.popper,n)&&(e.elements.arrow=n)},requires:["popperOffsets"],requiresIfExists:["preventOverflow"]},{name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:function(t){var e=t.state,i=t.name,n=e.rects.reference,s=e.rects.popper,r=e.modifiersData.preventOverflow,a=aa(e,{elementContext:"reference"}),o=aa(e,{altBoundary:!0}),h=oa(a,n),l=oa(o,s,r),u=ha(h),c=ha(l);e.modifiersData[i]={referenceClippingOffsets:h,popperEscapeOffsets:l,isReferenceHidden:u,hasPopperEscaped:c},e.attributes.popper=Object.assign({},e.attributes.popper,{"data-popper-reference-hidden":u,"data-popper-escaped":c})}}]}),fa="tippy-content",ma="tippy-arrow",ga="tippy-svg-arrow",ya={passive:!0,capture:!0},va=function(){return document.body};function xa(t,e,i){if(Array.isArray(t)){var n=t[e];return null==n?Array.isArray(i)?i[e]:i:n}return t}function ba(t,e){var i={}.toString.call(t);return 0===i.indexOf("[object")&&i.indexOf(e+"]")>-1}function wa(t,e){return"function"==typeof t?t.apply(void 0,e):t}function _a(t,e){return 0===e?t:function(n){clearTimeout(i),i=setTimeout((function(){t(n)}),e)};var i}function Sa(t){return[].concat(t)}function Ea(t,e){-1===t.indexOf(e)&&t.push(e)}function Ma(t){return[].slice.call(t)}function Aa(t){return Object.keys(t).reduce((function(e,i){return void 0!==t[i]&&(e[i]=t[i]),e}),{})}function Ta(){return document.createElement("div")}function Ca(t){return["Element","Fragment"].some((function(e){return ba(t,e)}))}function Ia(t,e){t.forEach((function(t){t&&(t.style.transitionDuration=e+"ms")}))}function Da(t,e){t.forEach((function(t){t&&t.setAttribute("data-state",e)}))}function La(t,e,i){var n=e+"EventListener";["transitionend","webkitTransitionEnd"].forEach((function(e){t[n](e,i)}))}function Ba(t,e){for(var i=e;i;){var n;if(t.contains(i))return!0;i=null==i.getRootNode||null==(n=i.getRootNode())?void 0:n.host}return!1}var Pa={isTouch:!1},ka=0;function Na(){Pa.isTouch||(Pa.isTouch=!0,window.performance&&document.addEventListener("mousemove",Oa))}function Oa(){var t=performance.now();t-ka<20&&(Pa.isTouch=!1,document.removeEventListener("mousemove",Oa)),ka=t}function Ra(){var t,e=document.activeElement;if((t=e)&&t._tippy&&t._tippy.reference===t){var i=e._tippy;e.blur&&!i.state.isVisible&&e.blur()}}var za,Ha=!("undefined"==typeof window||"undefined"==typeof document||!window.msCrypto);function Wa(t){return[t+"() was called on a"+("destroy"===t?"n already-":" ")+"destroyed instance. This is a no-op but","indicates a potential memory leak."].join(" ")}function Fa(t){return t.replace(/[ \t]{2,}/g," ").replace(/^[ \t]*/gm,"").trim()}function Ua(t){return Fa("\n %ctippy.js\n\n %c"+Fa(t)+"\n\n %c👷 This is a development-only message. It will be removed in production.\n ")}function Va(t){return[Ua(t),"color: #00C584; font-size: 1.3em; font-weight: bold;","line-height: 1.5","color: #a6a095;"]}function qa(t,e){var i;t&&!za.has(e)&&(za.add(e),(i=console).warn.apply(i,Va(e)))}function ja(t,e){var i;t&&!za.has(e)&&(za.add(e),(i=console).error.apply(i,Va(e)))}"production"!==process.env.NODE_ENV&&(za=new Set);var Ya={animateFill:!1,followCursor:!1,inlinePositioning:!1,sticky:!1},Ga=Object.assign({appendTo:va,aria:{content:"auto",expanded:"auto"},delay:0,duration:[300,250],getReferenceClientRect:null,hideOnClick:!0,ignoreAttributes:!1,interactive:!1,interactiveBorder:2,interactiveDebounce:0,moveTransition:"",offset:[0,10],onAfterUpdate:function(){},onBeforeUpdate:function(){},onCreate:function(){},onDestroy:function(){},onHidden:function(){},onHide:function(){},onMount:function(){},onShow:function(){},onShown:function(){},onTrigger:function(){},onUntrigger:function(){},onClickOutside:function(){},placement:"top",plugins:[],popperOptions:{},render:null,showOnCreate:!1,touch:!0,trigger:"mouseenter focus",triggerTarget:null},Ya,{allowHTML:!1,animation:"fade",arrow:!0,content:"",inertia:!1,maxWidth:350,role:"tooltip",theme:"",zIndex:9999}),$a=Object.keys(Ga);function Xa(t){var e=(t.plugins||[]).reduce((function(e,i){var n,s=i.name,r=i.defaultValue;return s&&(e[s]=void 0!==t[s]?t[s]:null!=(n=Ga[s])?n:r),e}),{});return Object.assign({},t,e)}function Za(t,e){var i=Object.assign({},e,{content:wa(e.content,[t])},e.ignoreAttributes?{}:function(t,e){return(e?Object.keys(Xa(Object.assign({},Ga,{plugins:e}))):$a).reduce((function(e,i){var n=(t.getAttribute("data-tippy-"+i)||"").trim();if(!n)return e;if("content"===i)e[i]=n;else try{e[i]=JSON.parse(n)}catch(t){e[i]=n}return e}),{})}(t,e.plugins));return i.aria=Object.assign({},Ga.aria,i.aria),i.aria={expanded:"auto"===i.aria.expanded?e.interactive:i.aria.expanded,content:"auto"===i.aria.content?e.interactive?null:"describedby":i.aria.content},i}function Ja(t,e){void 0===t&&(t={}),void 0===e&&(e=[]),Object.keys(t).forEach((function(t){var i,n,s=function(t,e){var i=Object.assign({},t);return e.forEach((function(t){delete i[t]})),i}(Ga,Object.keys(Ya)),r=(i=s,n=t,!{}.hasOwnProperty.call(i,n));r&&(r=0===e.filter((function(e){return e.name===t})).length),qa(r,["`"+t+"`","is not a valid prop. You may have spelled it incorrectly, or if it's","a plugin, forgot to pass it in an array as props.plugins.","\n\n","All props: https://atomiks.github.io/tippyjs/v6/all-props/\n","Plugins: https://atomiks.github.io/tippyjs/v6/plugins/"].join(" "))}))}function Qa(t,e){t.innerHTML=e}function Ka(t){var e=Ta();return!0===t?e.className=ma:(e.className=ga,Ca(t)?e.appendChild(t):Qa(e,t)),e}function to(t,e){Ca(e.content)?(Qa(t,""),t.appendChild(e.content)):"function"!=typeof e.content&&(e.allowHTML?Qa(t,e.content):t.textContent=e.content)}function eo(t){var e=t.firstElementChild,i=Ma(e.children);return{box:e,content:i.find((function(t){return t.classList.contains(fa)})),arrow:i.find((function(t){return t.classList.contains(ma)||t.classList.contains(ga)})),backdrop:i.find((function(t){return t.classList.contains("tippy-backdrop")}))}}function io(t){var e=Ta(),i=Ta();i.className="tippy-box",i.setAttribute("data-state","hidden"),i.setAttribute("tabindex","-1");var n=Ta();function s(i,n){var s=eo(e),r=s.box,a=s.content,o=s.arrow;n.theme?r.setAttribute("data-theme",n.theme):r.removeAttribute("data-theme"),"string"==typeof n.animation?r.setAttribute("data-animation",n.animation):r.removeAttribute("data-animation"),n.inertia?r.setAttribute("data-inertia",""):r.removeAttribute("data-inertia"),r.style.maxWidth="number"==typeof n.maxWidth?n.maxWidth+"px":n.maxWidth,n.role?r.setAttribute("role",n.role):r.removeAttribute("role"),i.content===n.content&&i.allowHTML===n.allowHTML||to(a,t.props),n.arrow?o?i.arrow!==n.arrow&&(r.removeChild(o),r.appendChild(Ka(n.arrow))):r.appendChild(Ka(n.arrow)):o&&r.removeChild(o)}return n.className=fa,n.setAttribute("data-state","hidden"),to(n,t.props),e.appendChild(i),i.appendChild(n),s(t.props,t.props),{popper:e,onUpdate:s}}io.$$tippy=!0;var no=1,so=[],ro=[];function ao(t,e){var i,n,s,r,a,o,h,l,u=Za(t,Object.assign({},Ga,Xa(Aa(e)))),c=!1,d=!1,p=!1,f=!1,m=[],g=_a(G,u.interactiveDebounce),y=no++,v=(l=u.plugins).filter((function(t,e){return l.indexOf(t)===e})),x={id:y,reference:t,popper:Ta(),popperInstance:null,props:u,state:{isEnabled:!0,isVisible:!1,isDestroyed:!1,isMounted:!1,isShown:!1},plugins:v,clearDelayTimeouts:function(){clearTimeout(i),clearTimeout(n),cancelAnimationFrame(s)},setProps:function(e){if("production"!==process.env.NODE_ENV&&qa(x.state.isDestroyed,Wa("setProps")),!x.state.isDestroyed){P("onBeforeUpdate",[x,e]),j();var i=x.props,n=Za(t,Object.assign({},i,Aa(e),{ignoreAttributes:!0}));x.props=n,q(),i.interactiveDebounce!==n.interactiveDebounce&&(O(),g=_a(G,n.interactiveDebounce)),i.triggerTarget&&!n.triggerTarget?Sa(i.triggerTarget).forEach((function(t){t.removeAttribute("aria-expanded")})):n.triggerTarget&&t.removeAttribute("aria-expanded"),N(),B(),_&&_(i,n),x.popperInstance&&(J(),K().forEach((function(t){requestAnimationFrame(t._tippy.popperInstance.forceUpdate)}))),P("onAfterUpdate",[x,e])}},setContent:function(t){x.setProps({content:t})},show:function(){"production"!==process.env.NODE_ENV&&qa(x.state.isDestroyed,Wa("show"));var t=x.state.isVisible,e=x.state.isDestroyed,i=!x.state.isEnabled,n=Pa.isTouch&&!x.props.touch,s=xa(x.props.duration,0,Ga.duration);if(!(t||e||i||n||C().hasAttribute("disabled")||(P("onShow",[x],!1),!1===x.props.onShow(x)))){if(x.state.isVisible=!0,T()&&(w.style.visibility="visible"),B(),W(),x.state.isMounted||(w.style.transition="none"),T()){var r=D();Ia([r.box,r.content],0)}o=function(){var t;if(x.state.isVisible&&!f){if(f=!0,w.offsetHeight,w.style.transition=x.props.moveTransition,T()&&x.props.animation){var e=D(),i=e.box,n=e.content;Ia([i,n],s),Da([i,n],"visible")}k(),N(),Ea(ro,x),null==(t=x.popperInstance)||t.forceUpdate(),P("onMount",[x]),x.props.animation&&T()&&function(t){U(t,(function(){x.state.isShown=!0,P("onShown",[x])}))}(s)}},function(){var t,e=x.props.appendTo,i=C();(t=x.props.interactive&&e===va||"parent"===e?i.parentNode:wa(e,[i])).contains(w)||t.appendChild(w),x.state.isMounted=!0,J(),"production"!==process.env.NODE_ENV&&qa(x.props.interactive&&e===Ga.appendTo&&i.nextElementSibling!==w,["Interactive tippy element may not be accessible via keyboard","navigation because it is not directly after the reference element","in the DOM source order.","\n\n","Using a wrapper <div> or <span> tag around the reference element","solves this by creating a new parentNode context.","\n\n","Specifying `appendTo: document.body` silences this warning, but it","assumes you are using a focus management solution to handle","keyboard navigation.","\n\n","See: https://atomiks.github.io/tippyjs/v6/accessibility/#interactivity"].join(" "))}()}},hide:function(){"production"!==process.env.NODE_ENV&&qa(x.state.isDestroyed,Wa("hide"));var t=!x.state.isVisible,e=x.state.isDestroyed,i=!x.state.isEnabled,n=xa(x.props.duration,1,Ga.duration);if(!(t||e||i)&&(P("onHide",[x],!1),!1!==x.props.onHide(x))){if(x.state.isVisible=!1,x.state.isShown=!1,f=!1,c=!1,T()&&(w.style.visibility="hidden"),O(),F(),B(!0),T()){var s=D(),r=s.box,a=s.content;x.props.animation&&(Ia([r,a],n),Da([r,a],"hidden"))}k(),N(),x.props.animation?T()&&function(t,e){U(t,(function(){!x.state.isVisible&&w.parentNode&&w.parentNode.contains(w)&&e()}))}(n,x.unmount):x.unmount()}},hideWithInteractivity:function(t){"production"!==process.env.NODE_ENV&&qa(x.state.isDestroyed,Wa("hideWithInteractivity")),I().addEventListener("mousemove",g),Ea(so,g),g(t)},enable:function(){x.state.isEnabled=!0},disable:function(){x.hide(),x.state.isEnabled=!1},unmount:function(){"production"!==process.env.NODE_ENV&&qa(x.state.isDestroyed,Wa("unmount")),x.state.isVisible&&x.hide(),x.state.isMounted&&(Q(),K().forEach((function(t){t._tippy.unmount()})),w.parentNode&&w.parentNode.removeChild(w),ro=ro.filter((function(t){return t!==x})),x.state.isMounted=!1,P("onHidden",[x]))},destroy:function(){"production"!==process.env.NODE_ENV&&qa(x.state.isDestroyed,Wa("destroy")),x.state.isDestroyed||(x.clearDelayTimeouts(),x.unmount(),j(),delete t._tippy,x.state.isDestroyed=!0,P("onDestroy",[x]))}};if(!u.render)return"production"!==process.env.NODE_ENV&&ja(!0,"render() function has not been supplied."),x;var b=u.render(x),w=b.popper,_=b.onUpdate;w.setAttribute("data-tippy-root",""),w.id="tippy-"+x.id,x.popper=w,t._tippy=x,w._tippy=x;var S=v.map((function(t){return t.fn(x)})),E=t.hasAttribute("aria-expanded");return q(),N(),B(),P("onCreate",[x]),u.showOnCreate&&tt(),w.addEventListener("mouseenter",(function(){x.props.interactive&&x.state.isVisible&&x.clearDelayTimeouts()})),w.addEventListener("mouseleave",(function(){x.props.interactive&&x.props.trigger.indexOf("mouseenter")>=0&&I().addEventListener("mousemove",g)})),x;function M(){var t=x.props.touch;return Array.isArray(t)?t:[t,0]}function A(){return"hold"===M()[0]}function T(){var t;return!(null==(t=x.props.render)||!t.$$tippy)}function C(){return h||t}function I(){var t,e,i=C().parentNode;return i&&null!=(e=Sa(i)[0])&&null!=(t=e.ownerDocument)&&t.body?e.ownerDocument:document}function D(){return eo(w)}function L(t){return x.state.isMounted&&!x.state.isVisible||Pa.isTouch||r&&"focus"===r.type?0:xa(x.props.delay,t?0:1,Ga.delay)}function B(t){void 0===t&&(t=!1),w.style.pointerEvents=x.props.interactive&&!t?"":"none",w.style.zIndex=""+x.props.zIndex}function P(t,e,i){var n;void 0===i&&(i=!0),S.forEach((function(i){i[t]&&i[t].apply(i,e)})),i&&(n=x.props)[t].apply(n,e)}function k(){var e=x.props.aria;if(e.content){var i="aria-"+e.content,n=w.id;Sa(x.props.triggerTarget||t).forEach((function(t){var e=t.getAttribute(i);if(x.state.isVisible)t.setAttribute(i,e?e+" "+n:n);else{var s=e&&e.replace(n,"").trim();s?t.setAttribute(i,s):t.removeAttribute(i)}}))}}function N(){!E&&x.props.aria.expanded&&Sa(x.props.triggerTarget||t).forEach((function(t){x.props.interactive?t.setAttribute("aria-expanded",x.state.isVisible&&t===C()?"true":"false"):t.removeAttribute("aria-expanded")}))}function O(){I().removeEventListener("mousemove",g),so=so.filter((function(t){return t!==g}))}function R(e){if(!Pa.isTouch||!p&&"mousedown"!==e.type){var i=e.composedPath&&e.composedPath()[0]||e.target;if(!x.props.interactive||!Ba(w,i)){if(Sa(x.props.triggerTarget||t).some((function(t){return Ba(t,i)}))){if(Pa.isTouch)return;if(x.state.isVisible&&x.props.trigger.indexOf("click")>=0)return}else P("onClickOutside",[x,e]);!0===x.props.hideOnClick&&(x.clearDelayTimeouts(),x.hide(),d=!0,setTimeout((function(){d=!1})),x.state.isMounted||F())}}}function z(){p=!0}function H(){p=!1}function W(){var t=I();t.addEventListener("mousedown",R,!0),t.addEventListener("touchend",R,ya),t.addEventListener("touchstart",H,ya),t.addEventListener("touchmove",z,ya)}function F(){var t=I();t.removeEventListener("mousedown",R,!0),t.removeEventListener("touchend",R,ya),t.removeEventListener("touchstart",H,ya),t.removeEventListener("touchmove",z,ya)}function U(t,e){var i=D().box;function n(t){t.target===i&&(La(i,"remove",n),e())}if(0===t)return e();La(i,"remove",a),La(i,"add",n),a=n}function V(e,i,n){void 0===n&&(n=!1),Sa(x.props.triggerTarget||t).forEach((function(t){t.addEventListener(e,i,n),m.push({node:t,eventType:e,handler:i,options:n})}))}function q(){var t;A()&&(V("touchstart",Y,{passive:!0}),V("touchend",$,{passive:!0})),(t=x.props.trigger,t.split(/\s+/).filter(Boolean)).forEach((function(t){if("manual"!==t)switch(V(t,Y),t){case"mouseenter":V("mouseleave",$);break;case"focus":V(Ha?"focusout":"blur",X);break;case"focusin":V("focusout",X)}}))}function j(){m.forEach((function(t){var e=t.node,i=t.eventType,n=t.handler,s=t.options;e.removeEventListener(i,n,s)})),m=[]}function Y(t){var e,i=!1;if(x.state.isEnabled&&!Z(t)&&!d){var n="focus"===(null==(e=r)?void 0:e.type);r=t,h=t.currentTarget,N(),!x.state.isVisible&&ba(t,"MouseEvent")&&so.forEach((function(e){return e(t)})),"click"===t.type&&(x.props.trigger.indexOf("mouseenter")<0||c)&&!1!==x.props.hideOnClick&&x.state.isVisible?i=!0:tt(t),"click"===t.type&&(c=!i),i&&!n&&et(t)}}function G(t){var e=t.target,i=C().contains(e)||w.contains(e);"mousemove"===t.type&&i||function(t,e){var i=e.clientX,n=e.clientY;return t.every((function(t){var e=t.popperRect,s=t.popperState,r=t.props.interactiveBorder,a=s.placement.split("-")[0],o=s.modifiersData.offset;if(!o)return!0;var h="bottom"===a?o.top.y:0,l="top"===a?o.bottom.y:0,u="right"===a?o.left.x:0,c="left"===a?o.right.x:0,d=e.top-n+h>r,p=n-e.bottom-l>r,f=e.left-i+u>r,m=i-e.right-c>r;return d||p||f||m}))}(K().concat(w).map((function(t){var e,i=null==(e=t._tippy.popperInstance)?void 0:e.state;return i?{popperRect:t.getBoundingClientRect(),popperState:i,props:u}:null})).filter(Boolean),t)&&(O(),et(t))}function $(t){Z(t)||x.props.trigger.indexOf("click")>=0&&c||(x.props.interactive?x.hideWithInteractivity(t):et(t))}function X(t){x.props.trigger.indexOf("focusin")<0&&t.target!==C()||x.props.interactive&&t.relatedTarget&&w.contains(t.relatedTarget)||et(t)}function Z(t){return!!Pa.isTouch&&A()!==t.type.indexOf("touch")>=0}function J(){Q();var e=x.props,i=e.popperOptions,n=e.placement,s=e.offset,r=e.getReferenceClientRect,a=e.moveTransition,h=T()?eo(w).arrow:null,l=r?{getBoundingClientRect:r,contextElement:r.contextElement||C()}:t,u=[{name:"offset",options:{offset:s}},{name:"preventOverflow",options:{padding:{top:2,bottom:2,left:5,right:5}}},{name:"flip",options:{padding:5}},{name:"computeStyles",options:{adaptive:!a}},{name:"$$tippy",enabled:!0,phase:"beforeWrite",requires:["computeStyles"],fn:function(t){var e=t.state;if(T()){var i=D().box;["placement","reference-hidden","escaped"].forEach((function(t){"placement"===t?i.setAttribute("data-placement",e.placement):e.attributes.popper["data-popper-"+t]?i.setAttribute("data-"+t,""):i.removeAttribute("data-"+t)})),e.attributes.popper={}}}}];T()&&h&&u.push({name:"arrow",options:{element:h,padding:3}}),u.push.apply(u,(null==i?void 0:i.modifiers)||[]),x.popperInstance=pa(l,w,Object.assign({},i,{placement:n,onFirstUpdate:o,modifiers:u}))}function Q(){x.popperInstance&&(x.popperInstance.destroy(),x.popperInstance=null)}function K(){return Ma(w.querySelectorAll("[data-tippy-root]"))}function tt(t){x.clearDelayTimeouts(),t&&P("onTrigger",[x,t]),W();var e=L(!0),n=M(),s=n[0],r=n[1];Pa.isTouch&&"hold"===s&&r&&(e=r),e?i=setTimeout((function(){x.show()}),e):x.show()}function et(t){if(x.clearDelayTimeouts(),P("onUntrigger",[x,t]),x.state.isVisible){if(!(x.props.trigger.indexOf("mouseenter")>=0&&x.props.trigger.indexOf("click")>=0&&["mouseleave","mousemove"].indexOf(t.type)>=0&&c)){var e=L(!1);e?n=setTimeout((function(){x.state.isVisible&&x.hide()}),e):s=requestAnimationFrame((function(){x.hide()}))}}else F()}}function oo(t,e){void 0===e&&(e={});var i=Ga.plugins.concat(e.plugins||[]);"production"!==process.env.NODE_ENV&&(function(t){var e=!t,i="[object Object]"===Object.prototype.toString.call(t)&&!t.addEventListener;ja(e,["tippy() was passed","`"+String(t)+"`","as its targets (first) argument. Valid types are: String, Element,","Element[], or NodeList."].join(" ")),ja(i,["tippy() was passed a plain object which is not supported as an argument","for virtual positioning. Use props.getReferenceClientRect instead."].join(" "))}(t),Ja(e,i)),document.addEventListener("touchstart",Na,ya),window.addEventListener("blur",Ra);var n=Object.assign({},e,{plugins:i}),s=function(t){return Ca(t)?[t]:function(t){return ba(t,"NodeList")}(t)?Ma(t):Array.isArray(t)?t:Ma(document.querySelectorAll(t))}(t);if("production"!==process.env.NODE_ENV){var r=Ca(n.content),a=s.length>1;qa(r&&a,["tippy() was passed an Element as the `content` prop, but more than","one tippy instance was created by this invocation. This means the","content element will only be appended to the last tippy instance.","\n\n","Instead, pass the .innerHTML of the element, or use a function that","returns a cloned version of the element instead.","\n\n","1) content: element.innerHTML\n","2) content: () => element.cloneNode(true)"].join(" "))}var o=s.reduce((function(t,e){var i=e&&ao(e,n);return i&&t.push(i),t}),[]);return Ca(t)?o[0]:o}oo.defaultProps=Ga,oo.setDefaultProps=function(t){"production"!==process.env.NODE_ENV&&Ja(t,[]),Object.keys(t).forEach((function(e){Ga[e]=t[e]}))},oo.currentInput=Pa,Object.assign({},Er,{effect:function(t){var e=t.state,i={popper:{position:e.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};Object.assign(e.elements.popper.style,i.popper),e.styles=i,e.elements.arrow&&Object.assign(e.elements.arrow.style,i.arrow)}}),oo.setDefaultProps({render:io});let ho=0;const lo=oo(document.body,{theme:"translucent",animation:"scale",inertia:!0,delay:[200,100],content:"",allowHTML:!0,placement:"left-start",trigger:"manual",arrow:!0});class uo{constructor(t,e){d(this,"name","Label"),d(this,"id","Label"+ho++),d(this,"el"),d(this,"position",new We),this.container=t,this.text=e,this.container=t||document.getElementsByTagName("body")[0],this.text=e}get isMounted(){return lo.state.isMounted}get isShown(){return lo.state.isShown}destroy(){this.text="",this.position.identity()}setHtml(t=""){return this.text=t,this}update(t){t&&(this.position.copy(t),lo.show())}show(t){return p(this,null,(function*(){if(t)return yield this.hide(),this.position.copy(t),lo.setContent(this.text),lo.setProps({getReferenceClientRect:()=>({width:0,height:0,right:this.position.x,left:this.position.x,bottom:this.position.y,top:this.position.y,x:this.position.x,y:this.position.y,toJSON(){}})}),lo.clearDelayTimeouts(),lo.show(),new Promise((t=>{ri.delay((function(){t()}),300)}))}))}hide(){return p(this,null,(function*(){return lo.hide(),new Promise((t=>{ri.delay((function(){t()}),100)}))}))}}let co=0;class po extends Wi{constructor(t,e){var i,n;super(),d(this,"name","DummyPoint"),d(this,"id","dummyPoint"+co++),d(this,"container"),d(this,"offset",new We),d(this,"el"),d(this,"label"),d(this,"radius",10),d(this,"position",new We),d(this,"worldPosition",new We),d(this,"userData"),this.container=t||document.getElementsByTagName("body")[0];let s=this.container.getBoundingClientRect();this.offset.set(s.left,s.top),this.userData=e,(null==(i=this.userData)?void 0:i.type)||ri.set(this,"userData.type",sr.DEFAULT),this.initDom(),this.setType(null==(n=this.userData)?void 0:n.type),this.mount(),this.initLabel()}destroy(){var t;super.destroy(),this.unmount(),null==(t=this.label)||t.destroy()}get isMounted(){var t;return!!(null==(t=this.el)?void 0:t.parentNode)}mount(){var t;this.el&&((null==(t=this.el)?void 0:t.parentNode)||this.container.appendChild(this.el))}unmount(){var t,e,i,n;null==(e=null==(t=this.el)?void 0:t.parentNode)||e.removeChild(this.el),null==(i=this.el)||i.remove(),null==(n=this.label)||n.hide()}setText(t=""){return this.el?(this.el.innerText=t,this):this}initDom(){var t;this.el=document.createElement("div"),this.el.setAttribute("id",this.id),this.el.setAttribute("class","dummy-point"),this.el.setAttribute("ae-id",null==(t=this.userData)?void 0:t.value)}initLabel(){var t;(null==(t=this.userData)?void 0:t.label)&&(this.label=new uo(this.container,this.userData.label))}setActive(t){return t?(Os(this.el,"active"),this.showLabel()):(Rs(this.el,"active"),this.hideLabel()),this}showLabel(){var t;null==(t=this.label)||t.show(fo.copy(this.position).add(this.offset).subScalar(this.radius))}hideLabel(){var t;null==(t=this.label)||t.hide()}setType(t){var e;if(!this.userData)return this;const i=null==(e=this.userData)?void 0:e.type;return t||(t=sr.DEFAULT),i&&Ns(this.el,i)&&Rs(this.el,i),this.userData.type=t,Os(this.el,this.userData.type),this}update(t,e=!1){t&&this.isMounted&&(e||t.subScalar(this.radius).round(),this.position.copy(t),this.el.style.transform=`translate3D(${this.position.x}px, ${this.position.y}px, 0)`)}}const fo=new We;let mo=0;class go extends Wi{constructor(t,e){super(),d(this,"name","DummyRect"),d(this,"id","dummyRect"+mo++),d(this,"container"),d(this,"offset",new We),d(this,"el"),d(this,"radius",10),d(this,"position",new We),d(this,"worldPosition",new We),d(this,"label"),d(this,"userData"),this.container=t||document.getElementsByTagName("body")[0];let i=this.container.getBoundingClientRect();this.offset.set(i.left,i.top),this.userData=e,this.initDom(),this.mount(),this.initLabel()}destroy(){var t;super.destroy(),this.unmount(),null==(t=this.label)||t.destroy()}get isMounted(){var t;return!!(null==(t=this.el)?void 0:t.parentNode)}mount(){this.container.appendChild(this.el)}unmount(){var t,e,i,n;this.setText(""),null==(e=null==(t=this.el)?void 0:t.parentNode)||e.removeChild(this.el),null==(i=this.el)||i.remove(),null==(n=this.label)||n.hide()}initDom(){var t;this.el=document.createElement("div"),this.el.setAttribute("id",this.id),this.el.setAttribute("class","dummy-rect"),this.el.setAttribute("ae-id",(null==(t=this.userData)?void 0:t.rmId)||"undefined")}initLabel(){this.label=new uo(this.container,"")}setText(t=""){return this.el.innerText=t,this}setActive(t){return t?Os(this.el,"active"):Rs(this.el,"active"),this}showLabel(){var t;null==(t=this.label)||t.show(yo.copy(this.position).add(this.offset).subScalar(this.radius))}hideLabel(){var t;null==(t=this.label)||t.hide()}setType(t){var e;if(!this.userData)return this;const i=null==(e=this.userData)?void 0:e.type;return t=sr.DEFAULT,i&&Ns(this.el,i)&&Rs(this.el,i),this.userData.type=t,Os(this.el,this.userData.type),this}update(t,e=!1){t&&this.isMounted&&(e||t.subScalar(this.radius).round(),this.position.copy(t),this.el.style.transform=`translate3D(${this.position.x}px, ${this.position.y}px, 0)`)}}const yo=new We;class vo extends Wi{constructor(t,e){super(),d(this,"name","Dummies"),d(this,"container"),d(this,"controller"),d(this,"scene"),d(this,"viewMatrix",new Fi),d(this,"dummies",[]),d(this,"rmMap",new Map),d(this,"mergedMap",new Map),d(this,"cameraUpdateHandler",this.handleCameraUpdate.bind(this)),d(this,"controllerTapHandler",this.handleControllerTap.bind(this)),this.container=t,this.controller=e,this.bindEvents()}destroy(){this.unbindEvents(),super.destroy(),this.clearDummies()}bindEvents(){this.controller.camera.addEventListener(Zs.UPDATE,this.cameraUpdateHandler),this.controller.addEventListener(Gs.TAP,this.controllerTapHandler)}unbindEvents(){this.controller.camera.removeEventListener(Zs.UPDATE,this.cameraUpdateHandler),this.controller.removeEventListener(Gs.TAP,this.controllerTapHandler)}bindScene(t){this.scene=t}update(t){var e,i,n;if(t){this.viewMatrix.copy(t);for(let t=0,s=(this.dummies||[]).length;t<s;t++){const s=this.dummies[t],r=null==(i=this.scene)?void 0:i.getElementById(null==(e=s.userData)?void 0:e.rmId);if(r){const t=null==(n=this.scene)?void 0:n.chef.getElementBoundingBox(r.id);null==t||t.getCenter(xo),xo.applyMatrix3(this.viewMatrix).round(),s.position.copy(xo)}else xo.copy(s.worldPosition).applyMatrix3(this.viewMatrix).round(),s.update(xo)}this.mergeDummies()}}setDummies(t){this.clearDummies();for(let e=0,i=(t||[]).length;e<i;e++)this.addDummy(t[e])}addDummy(t){var e,i;const n=new po(this.container,t);this.dummies.push(n);const s=null==(e=n.userData)?void 0:e.rmId;return s&&(this.rmMap.has(s)||this.rmMap.set(s,[]),null==(i=this.rmMap.get(s))||i.push(n)),n}removeDummy(t){var e;const i=this.dummies.indexOf(t);i>-1&&this.dummies.splice(i,1);const n=null==(e=t.userData)?void 0:e.rmId;if(n){const e=this.mergedMap.get(n);null==e||e.destroy(),this.mergedMap.delete(n);const i=this.rmMap.get(n);if(!i)return;if(1===i.length)this.rmMap.delete(n);else{const e=i.indexOf(t);e>-1&&(i.splice(e,1),this.rmMap.set(n,i))}}t.destroy()}clearDummies(t){var e,i,n;for(let s=((null==(e=this.dummies)?void 0:e.length)||0)-1;s>=0;s--){const e=this.dummies[s];(!t||(null==(i=null==e?void 0:e.userData)?void 0:i.type)&&(null==t?void 0:t.includes(null==(n=e.userData)?void 0:n.type)))&&this.removeDummy(e)}t||(this.dummies.length=0,this.mergedMap.clear(),this.rmMap.clear())}mergeDummies(){this.rmMap.forEach(((t,e)=>{var i,n,s,r;if(null==(i=this.scene)?void 0:i.getElementById(e)){const i=null==(n=this.scene)?void 0:n.chef.getElementBoundingBox(e);if(!i)return;bo.copy(i).applyMatrix3(this.viewMatrix).round(),bo.getSize(xo);const a=t[0].radius,o=bo.centralArrange(t.length,2*a,2*a);if(xo.x<3*a||xo.y<3*a){t.forEach((t=>t.unmount()));const i=this.mergedMap.get(e);null==i||i.unmount()}else if(Array.isArray(o))this.mergedMap.has(e)&&(null==(s=this.mergedMap.get(e))||s.unmount()),t.forEach(((t,e)=>{t.isMounted||t.mount(),t.update(o[e])}));else{t.forEach((t=>t.unmount()));let i=this.mergedMap.get(e);if(i)i.isMounted||i.mount();else{const n=ri.cloneDeep(t[0].userData)||{},s=ri.reduce(t,((t,e)=>{var i,n;return(null==(i=e.userData)?void 0:i.label)&&t.push(null==(n=e.userData)?void 0:n.label),t}),[]);n.label=s.join(", ");const r=ri.reduce(t,((t,e)=>{var i,n;return(null==(i=e.userData)?void 0:i.value)&&t.push(null==(n=e.userData)?void 0:n.value),t}),[]);n.value=r.join(","),n.rmId=e,i=new go(this.container,n),this.mergedMap.set(e,i)}i.setText(t.length.toString());const n=ri.reduce(t,((t,e)=>{var i,n;return(null==(i=e.userData)?void 0:i.label)&&t.push(null==(n=e.userData)?void 0:n.label),t}),[]);null==(r=i.label)||r.setHtml(n.join(", <br />")),i.update(t[0].position)}}}))}getDummyById(t){return this.dummies.find((e=>{var i;return(null==(i=e.userData)?void 0:i.value)===t}))}setActiveByIds(t){var e,i;if(this.resetActives(),t&&(Array.isArray(t)||(t=[t]),null==t?void 0:t.length))for(let n=0,s=t.length;n<s;n++){const s=this.getDummyById(t[n]);if(s&&s.setActive(!0),s&&(null==(e=s.userData)?void 0:e.rmId)){const t=this.mergedMap.get(null==(i=s.userData)?void 0:i.rmId);t&&t.setActive(!0)}}}resetActives(){this.dummies.forEach((t=>t.setActive(!1))),this.mergedMap.forEach((t=>t.setActive(!1)))}showDummyLabel(t){if(!t)return;const e=this.getDummyById(t);e&&e.showLabel();const i=this.mergedMap.get(t);i&&i.showLabel()}hideDummyLabel(){return p(this,null,(function*(){this.dummies.forEach((t=>t.hideLabel())),this.mergedMap.forEach((t=>t.hideLabel()))}))}handleCameraUpdate(){this.update(this.controller.camera.viewMatrix)}handleControllerTap(t){var e,i,n,s,r;if((null==t?void 0:t.type)!==Gs.TAP)return;const a=(null==(e=null==t?void 0:t.e)?void 0:e.target)||(null==(n=null==(i=null==t?void 0:t.e)?void 0:i.srcEvent)?void 0:n.target)||(null==(r=null==(s=null==t?void 0:t.e)?void 0:s.srcEvent)?void 0:r.srcElement);null==a||a.getAttribute("ae-id")}}const xo=new We,bo=new ai;window[Vs.prefixed(window,"requestAnimationFrame")];class wo extends Wi{constructor(t,e,i=!0){super(),d(this,"name","DragController"),d(this,"dragFake",!1),d(this,"container"),d(this,"offset",new We),d(this,"controller"),d(this,"scene"),d(this,"raycaster"),d(this,"dummies"),d(this,"_els",[]),d(this,"_hms",new Map),d(this,"_vos",new Map),d(this,"_elMap",new Map),d(this,"_panType",sr.SUCCESS),d(this,"onPanHandler",this.handleOnPan.bind(this)),d(this,"panEndHandler",ri.debounce(this.handlePanEnd.bind(this),500)),this.container=t;let n=this.container.getBoundingClientRect();this.offset.set(n.left,n.top),this.controller=e,this.dummies=new vo(t,e),this.raycaster=new rr,this.dragFake=i}destroy(){var t;super.destroy();for(let e=((null==(t=this._els)?void 0:t.length)||0)-1;e>=0;e--)this.drop(this._els[e]);this.dummies.destroy()}bindScene(t){var e;this.scene=t,null==(e=this.dummies)||e.bindScene(t)}drag(t,e){t&&(this._els.includes(t)||(this.bindEvent(t),this._els.push(t),this._vos.set(t,e)))}drop(t){if(!t)return;this.unbindEvent(t),this._vos.delete(t),this._elMap.delete(t);const e=this._els.findIndex((e=>e===t));e>-1&&this._els.splice(e,1)}bindEvent(t){if(!t)return;const e=new Vs.Manager(t,{domEvents:!0});e.add(new Vs.Pan({threshold:0,pointers:0})),e.on(["panstart","panmove","panend"].join(" "),this.onPanHandler),this._hms.set(t,e)}unbindEvent(t){if(!t)return;const e=this._hms.get(t);e&&(e.off(["panstart","panmove","panend"].join(" "),this.onPanHandler),e.destroy(),this._hms.delete(t))}handleOnPan(t){if("function"==typeof t.preventDefault&&t.preventDefault(),"function"==typeof t.srcEvent.stopPropagation&&t.srcEvent.stopPropagation(),"function"==typeof t.srcEvent.stopImmediatePropagation&&t.srcEvent.stopImmediatePropagation(),!this.controller)return;"panstart"===t.type||t.isFirst?this.controller.enablePan=!1:"panmove"===t.type||"panend"===t.type&&(this.controller.enablePan=!0);const e=this._vos.get(t.target);if(!e)return;const i=ri.cloneDeep(e);i.type=this._panType;const n=this._getDummy(t.target,i);_o.set(t.center.x,t.center.y).sub(this.offset),n.worldPosition.copy(_o).unproject(this.controller.camera),n.update(_o),this.panEndHandler({type:"panend",e:t})}handlePanEnd(t){if("panend"!==(null==t?void 0:t.type))return;const e=this.getDummies(!0);this.dispatchEvent({type:"panend",data:e})}getDummies(t=!0){const e=[];return this._els.forEach((i=>{var n;let s=this._vos.get(i);if(s&&s.type===sr.SUCCESS){if(t){const t=this._elMap.get(i);if(!t)return;if(!this.controller.camera)return;_o.copy(t.position),this.raycaster.setFromCamera(_o,this.controller.camera);const e=[];if(null==(n=this.scene)||n.getIntersectObjects(this.raycaster,Di.RM,e),!(null==e?void 0:e.length))return;s=ri.cloneDeep(s),s.rmId=e[0].id}e.push(s)}})),e}setDummiesByVos(t){var e,i;for(let i=0,n=(t||[]).length;i<n;i++){const n=null==(e=this.dummies)?void 0:e.addDummy(t[i]);if(!n)continue;const s=ri.cloneDeep(t[i]);delete s.rmId,delete s.wsId,this.drag(n.el,s)}null==(i=this.dummies)||i.update(this.controller.camera.viewMatrix)}clearDummies(t){var e,i;for(let i=((null==(e=this._els)?void 0:e.length)||0)-1;i>=0;i--){const e=this._vos.get(this._els[i]);(!t||t&&(null==e?void 0:e.type)&&t.includes(e.type))&&this.drop(this._els[i])}null==(i=this.dummies)||i.clearDummies(t)}getDummyById(t){return this.dummies.getDummyById(t)}highlightDummies(t){var e;null==(e=this.dummies)||e.setActiveByIds(t)}resetHighlightDummies(){var t;null==(t=this.dummies)||t.resetActives()}showDummyLabel(t){var e;null==(e=this.dummies)||e.showDummyLabel(t)}start(){}_getDummy(t,e){let i=this._elMap.get(t);if(i||(i=this.dummies.addDummy(e).setType(sr.SUCCESS),this._elMap.set(t,i)),i.isMounted||i.mount(),this.dummies.dummies.includes(i)||this.dummies.dummies.push(i),!this._elMap.get(i.el)){this._elMap.set(i.el,i);const t=ri.cloneDeep(e);delete t.rmId,delete t.wsId,this.drag(i.el,t)}return i}}const _o=new We;var So=Object.freeze({Linear:Object.freeze({None:function(t){return t},In:function(t){return t},Out:function(t){return t},InOut:function(t){return t}}),Quadratic:Object.freeze({In:function(t){return t*t},Out:function(t){return t*(2-t)},InOut:function(t){return(t*=2)<1?.5*t*t:-.5*(--t*(t-2)-1)}}),Cubic:Object.freeze({In:function(t){return t*t*t},Out:function(t){return--t*t*t+1},InOut:function(t){return(t*=2)<1?.5*t*t*t:.5*((t-=2)*t*t+2)}}),Quartic:Object.freeze({In:function(t){return t*t*t*t},Out:function(t){return 1- --t*t*t*t},InOut:function(t){return(t*=2)<1?.5*t*t*t*t:-.5*((t-=2)*t*t*t-2)}}),Quintic:Object.freeze({In:function(t){return t*t*t*t*t},Out:function(t){return--t*t*t*t*t+1},InOut:function(t){return(t*=2)<1?.5*t*t*t*t*t:.5*((t-=2)*t*t*t*t+2)}}),Sinusoidal:Object.freeze({In:function(t){return 1-Math.sin((1-t)*Math.PI/2)},Out:function(t){return Math.sin(t*Math.PI/2)},InOut:function(t){return.5*(1-Math.sin(Math.PI*(.5-t)))}}),Exponential:Object.freeze({In:function(t){return 0===t?0:Math.pow(1024,t-1)},Out:function(t){return 1===t?1:1-Math.pow(2,-10*t)},InOut:function(t){return 0===t?0:1===t?1:(t*=2)<1?.5*Math.pow(1024,t-1):.5*(2-Math.pow(2,-10*(t-1)))}}),Circular:Object.freeze({In:function(t){return 1-Math.sqrt(1-t*t)},Out:function(t){return Math.sqrt(1- --t*t)},InOut:function(t){return(t*=2)<1?-.5*(Math.sqrt(1-t*t)-1):.5*(Math.sqrt(1-(t-=2)*t)+1)}}),Elastic:Object.freeze({In:function(t){return 0===t?0:1===t?1:-Math.pow(2,10*(t-1))*Math.sin(5*(t-1.1)*Math.PI)},Out:function(t){return 0===t?0:1===t?1:Math.pow(2,-10*t)*Math.sin(5*(t-.1)*Math.PI)+1},InOut:function(t){return 0===t?0:1===t?1:(t*=2)<1?-.5*Math.pow(2,10*(t-1))*Math.sin(5*(t-1.1)*Math.PI):.5*Math.pow(2,-10*(t-1))*Math.sin(5*(t-1.1)*Math.PI)+1}}),Back:Object.freeze({In:function(t){var e=1.70158;return 1===t?1:t*t*((e+1)*t-e)},Out:function(t){var e=1.70158;return 0===t?0:--t*t*((e+1)*t+e)+1},InOut:function(t){var e=2.5949095;return(t*=2)<1?t*t*((e+1)*t-e)*.5:.5*((t-=2)*t*((e+1)*t+e)+2)}}),Bounce:Object.freeze({In:function(t){return 1-So.Bounce.Out(1-t)},Out:function(t){return t<1/2.75?7.5625*t*t:t<2/2.75?7.5625*(t-=1.5/2.75)*t+.75:t<2.5/2.75?7.5625*(t-=2.25/2.75)*t+.9375:7.5625*(t-=2.625/2.75)*t+.984375},InOut:function(t){return t<.5?.5*So.Bounce.In(2*t):.5*So.Bounce.Out(2*t-1)+.5}}),generatePow:function(t){return void 0===t&&(t=4),t=(t=t<Number.EPSILON?Number.EPSILON:t)>1e4?1e4:t,{In:function(e){return Math.pow(e,t)},Out:function(e){return 1-Math.pow(1-e,t)},InOut:function(e){return e<.5?Math.pow(2*e,t)/2:(1-Math.pow(2-2*e,t))/2+.5}}}}),Eo=function(){return performance.now()},Mo=function(){function t(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];this._tweens={},this._tweensAddedDuringUpdate={},this.add.apply(this,t)}return t.prototype.getAll=function(){var t=this;return Object.keys(this._tweens).map((function(e){return t._tweens[e]}))},t.prototype.removeAll=function(){this._tweens={}},t.prototype.add=function(){for(var t,e=[],i=0;i<arguments.length;i++)e[i]=arguments[i];for(var n=0,s=e;n<s.length;n++){var r=s[n];null===(t=r._group)||void 0===t||t.remove(r),r._group=this,this._tweens[r.getId()]=r,this._tweensAddedDuringUpdate[r.getId()]=r}},t.prototype.remove=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];for(var i=0,n=t;i<n.length;i++){var s=n[i];s._group=void 0,delete this._tweens[s.getId()],delete this._tweensAddedDuringUpdate[s.getId()]}},t.prototype.allStopped=function(){return this.getAll().every((function(t){return!t.isPlaying()}))},t.prototype.update=function(t,e){void 0===t&&(t=Eo()),void 0===e&&(e=!0);var i=Object.keys(this._tweens);if(0!==i.length)for(;i.length>0;){this._tweensAddedDuringUpdate={};for(var n=0;n<i.length;n++){var s=this._tweens[i[n]],r=!e;s&&!1===s.update(t,r)&&!e&&this.remove(s)}i=Object.keys(this._tweensAddedDuringUpdate)}},t}(),Ao={Linear:function(t,e){var i=t.length-1,n=i*e,s=Math.floor(n),r=Ao.Utils.Linear;return e<0?r(t[0],t[1],n):e>1?r(t[i],t[i-1],i-n):r(t[s],t[s+1>i?i:s+1],n-s)},Utils:{Linear:function(t,e,i){return(e-t)*i+t}}},To=function(){function t(){}return t.nextId=function(){return t._nextId++},t._nextId=0,t}(),Co=new Mo,Io=function(){function t(t,e){this._isPaused=!1,this._pauseStart=0,this._valuesStart={},this._valuesEnd={},this._valuesStartRepeat={},this._duration=1e3,this._isDynamic=!1,this._initialRepeat=0,this._repeat=0,this._yoyo=!1,this._isPlaying=!1,this._reversed=!1,this._delayTime=0,this._startTime=0,this._easingFunction=So.Linear.None,this._interpolationFunction=Ao.Linear,this._chainedTweens=[],this._onStartCallbackFired=!1,this._onEveryStartCallbackFired=!1,this._id=To.nextId(),this._isChainStopped=!1,this._propertiesAreSetUp=!1,this._goToEnd=!1,this._object=t,"object"==typeof e?(this._group=e,e.add(this)):!0===e&&(this._group=Co,Co.add(this))}return t.prototype.getId=function(){return this._id},t.prototype.isPlaying=function(){return this._isPlaying},t.prototype.isPaused=function(){return this._isPaused},t.prototype.getDuration=function(){return this._duration},t.prototype.to=function(t,e){if(void 0===e&&(e=1e3),this._isPlaying)throw new Error("Can not call Tween.to() while Tween is already started or paused. Stop the Tween first.");return this._valuesEnd=t,this._propertiesAreSetUp=!1,this._duration=e<0?0:e,this},t.prototype.duration=function(t){return void 0===t&&(t=1e3),this._duration=t<0?0:t,this},t.prototype.dynamic=function(t){return void 0===t&&(t=!1),this._isDynamic=t,this},t.prototype.start=function(t,e){if(void 0===t&&(t=Eo()),void 0===e&&(e=!1),this._isPlaying)return this;if(this._repeat=this._initialRepeat,this._reversed)for(var i in this._reversed=!1,this._valuesStartRepeat)this._swapEndStartRepeatValues(i),this._valuesStart[i]=this._valuesStartRepeat[i];if(this._isPlaying=!0,this._isPaused=!1,this._onStartCallbackFired=!1,this._onEveryStartCallbackFired=!1,this._isChainStopped=!1,this._startTime=t,this._startTime+=this._delayTime,!this._propertiesAreSetUp||e){if(this._propertiesAreSetUp=!0,!this._isDynamic){var n={};for(var s in this._valuesEnd)n[s]=this._valuesEnd[s];this._valuesEnd=n}this._setupProperties(this._object,this._valuesStart,this._valuesEnd,this._valuesStartRepeat,e)}return this},t.prototype.startFromCurrentValues=function(t){return this.start(t,!0)},t.prototype._setupProperties=function(t,e,i,n,s){for(var r in i){var a=t[r],o=Array.isArray(a),h=o?"array":typeof a,l=!o&&Array.isArray(i[r]);if("undefined"!==h&&"function"!==h){if(l){if(0===(g=i[r]).length)continue;for(var u=[a],c=0,d=g.length;c<d;c+=1){var p=this._handleRelativeValue(a,g[c]);if(isNaN(p)){l=!1;break}u.push(p)}l&&(i[r]=u)}if("object"!==h&&!o||!a||l)(void 0===e[r]||s)&&(e[r]=a),o||(e[r]*=1),n[r]=l?i[r].slice().reverse():e[r]||0;else{e[r]=o?[]:{};var f=a;for(var m in f)e[r][m]=f[m];n[r]=o?[]:{};var g=i[r];if(!this._isDynamic){var y={};for(var m in g)y[m]=g[m];i[r]=g=y}this._setupProperties(f,e[r],g,n[r],s)}}}},t.prototype.stop=function(){return this._isChainStopped||(this._isChainStopped=!0,this.stopChainedTweens()),this._isPlaying?(this._isPlaying=!1,this._isPaused=!1,this._onStopCallback&&this._onStopCallback(this._object),this):this},t.prototype.end=function(){return this._goToEnd=!0,this.update(this._startTime+this._duration),this},t.prototype.pause=function(t){return void 0===t&&(t=Eo()),this._isPaused||!this._isPlaying||(this._isPaused=!0,this._pauseStart=t),this},t.prototype.resume=function(t){return void 0===t&&(t=Eo()),this._isPaused&&this._isPlaying?(this._isPaused=!1,this._startTime+=t-this._pauseStart,this._pauseStart=0,this):this},t.prototype.stopChainedTweens=function(){for(var t=0,e=this._chainedTweens.length;t<e;t++)this._chainedTweens[t].stop();return this},t.prototype.group=function(t){return t?(t.add(this),this):this},t.prototype.remove=function(){var t;return null===(t=this._group)||void 0===t||t.remove(this),this},t.prototype.delay=function(t){return void 0===t&&(t=0),this._delayTime=t,this},t.prototype.repeat=function(t){return void 0===t&&(t=0),this._initialRepeat=t,this._repeat=t,this},t.prototype.repeatDelay=function(t){return this._repeatDelayTime=t,this},t.prototype.yoyo=function(t){return void 0===t&&(t=!1),this._yoyo=t,this},t.prototype.easing=function(t){return void 0===t&&(t=So.Linear.None),this._easingFunction=t,this},t.prototype.interpolation=function(t){return void 0===t&&(t=Ao.Linear),this._interpolationFunction=t,this},t.prototype.chain=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return this._chainedTweens=t,this},t.prototype.onStart=function(t){return this._onStartCallback=t,this},t.prototype.onEveryStart=function(t){return this._onEveryStartCallback=t,this},t.prototype.onUpdate=function(t){return this._onUpdateCallback=t,this},t.prototype.onRepeat=function(t){return this._onRepeatCallback=t,this},t.prototype.onComplete=function(t){return this._onCompleteCallback=t,this},t.prototype.onStop=function(t){return this._onStopCallback=t,this},t.prototype.update=function(e,i){var n,s,r=this;if(void 0===e&&(e=Eo()),void 0===i&&(i=t.autoStartOnUpdate),this._isPaused)return!0;if(!this._goToEnd&&!this._isPlaying){if(!i)return!1;this.start(e,!0)}if(this._goToEnd=!1,e<this._startTime)return!0;!1===this._onStartCallbackFired&&(this._onStartCallback&&this._onStartCallback(this._object),this._onStartCallbackFired=!0),!1===this._onEveryStartCallbackFired&&(this._onEveryStartCallback&&this._onEveryStartCallback(this._object),this._onEveryStartCallbackFired=!0);var a=e-this._startTime,o=this._duration+(null!==(n=this._repeatDelayTime)&&void 0!==n?n:this._delayTime),h=this._duration+this._repeat*o,l=function(){if(0===r._duration)return 1;if(a>h)return 1;var t=Math.trunc(a/o),e=a-t*o,i=Math.min(e/r._duration,1);return 0===i&&a===r._duration?1:i}(),u=this._easingFunction(l);if(this._updateProperties(this._object,this._valuesStart,this._valuesEnd,u),this._onUpdateCallback&&this._onUpdateCallback(this._object,l),0===this._duration||a>=this._duration){if(this._repeat>0){var c=Math.min(Math.trunc((a-this._duration)/o)+1,this._repeat);for(s in isFinite(this._repeat)&&(this._repeat-=c),this._valuesStartRepeat)this._yoyo||"string"!=typeof this._valuesEnd[s]||(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._startTime+=o*c,this._onRepeatCallback&&this._onRepeatCallback(this._object),this._onEveryStartCallbackFired=!1,!0}this._onCompleteCallback&&this._onCompleteCallback(this._object);for(var d=0,p=this._chainedTweens.length;d<p;d++)this._chainedTweens[d].start(this._startTime+this._duration,!1);return this._isPlaying=!1,!1}return!0},t.prototype._updateProperties=function(t,e,i,n){for(var s in i)if(void 0!==e[s]){var r=e[s]||0,a=i[s],o=Array.isArray(t[s]),h=Array.isArray(a);!o&&h?t[s]=this._interpolationFunction(a,n):"object"==typeof a&&a?this._updateProperties(t[s],r,a,n):"number"==typeof(a=this._handleRelativeValue(r,a))&&(t[s]=r+(a-r)*n)}},t.prototype._handleRelativeValue=function(t,e){return"string"!=typeof e?e:"+"===e.charAt(0)||"-"===e.charAt(0)?t+parseFloat(e):parseFloat(e)},t.prototype._swapEndStartRepeatValues=function(t){var e=this._valuesStartRepeat[t],i=this._valuesEnd[t];this._valuesStartRepeat[t]="string"==typeof i?this._valuesStartRepeat[t]+parseFloat(i):this._valuesEnd[t],this._valuesEnd[t]=e},t.autoStartOnUpdate=!1,t}();To.nextId;var Do=Co;Do.getAll.bind(Do),Do.removeAll.bind(Do),Do.add.bind(Do),Do.remove.bind(Do),Do.update.bind(Do);var Lo={Easing:So,Tween:Io};class Bo extends Wi{constructor(t={}){super(),d(this,"name","SvgView"),d(this,"params"),d(this,"container"),d(this,"offset",new We),d(this,"camera"),d(this,"controller"),d(this,"scene"),d(this,"p1",new We),d(this,"p2",new We),d(this,"graph"),d(this,"multiSelector"),d(this,"dummiesController"),d(this,"zoomToSelectEnable",!1),d(this,"zoomBox",new ai),d(this,"selectEnable",!1),d(this,"multiSelectEnable",!1),d(this,"fnEnable",!1),d(this,"tween"),d(this,"animateDuration"),d(this,"label"),d(this,"controllerPanStartHandler",this.handlePanStart.bind(this)),d(this,"controllerPanEndHandler",this.handlePanEnd.bind(this)),d(this,"controllerPanMoveHandler",this.handleControllerPanMove.bind(this)),d(this,"controllerPointerOverHandler",this.handleControllerPointerOver.bind(this)),d(this,"tapHandler",this.handleTap.bind(this)),d(this,"multiSelectorSelectedHandler",this.handleMultiSelectorSelected.bind(this)),d(this,"_currentAssetId"),this.params=t,this.params.zoomToSelectEnable&&(this.zoomToSelectEnable=!0),this.params.selectEnable&&(this.selectEnable=!0),this.params.multiSelectEnable&&(this.multiSelectEnable=!0),this.params.camera||(this.params.camera={}),this.params.camera.flipY=!0,this.animateDuration=this.params.animateDuration||300,this.camera=new Xs(this.params.camera),this.container=this.params.containerId?document.getElementById(this.params.containerId):Ae.window.document.getElementsByTagName("body")[0];let e=this.container.getBoundingClientRect();this.offset.set(e.left,e.top),this.controller=new Ys(this.container,this.camera,!0),this.graph=new Js(this.container),this.multiSelector=new er(this.container,this.controller),this.dummiesController=new wo(this.container,this.controller),this.bindControllerEvents(),this.initLabel()}destroy(){var t;this.unbindControllerEvents(),super.destroy(),null==(t=this.label)||t.destroy()}initLabel(){this.label=new uo(this.container,"")}showAssetsLabel(t,e,i){var n,s,r,a,o;if(!e)return;t||(t=null==(n=this.scene)?void 0:n.assetType);const h=null==(s=this.scene)?void 0:s.chef.getElementBoundingBox(e);h&&!h.isEmpty()&&(i||(i=null==(r=this.scene)?void 0:r.getAssetLabelById(t,e))||(i=e),null==(a=this.label)||a.setHtml(i),ko.copy(h.min).applyMatrix3(this.camera.viewMatrix).add(this.offset).round(),null==(o=this.label)||o.show(ko))}hideAssetsLabel(){return p(this,null,(function*(){var t;return null==(t=this.label)?void 0:t.hide()}))}bindScene(t){var e;this.scene=t,this.multiSelector.bindScene(this.scene),null==(e=this.dummiesController)||e.bindScene(this.scene)}resize(){var t,e;null==(t=this.camera)||t.resize(),null==(e=this.controller)||e.resize()}setEnablePan(t){this.controller&&(this.controller.enablePan=!!t)}setByBox(t,e=!0){return p(this,null,(function*(){yield this.resetCameraByBoundingBox(t,e)}))}zoomIn(){this.controller.scaled=.9*this.camera.scaled.x,this.controller.update()}zoomOut(){this.controller.scaled=1.1*this.camera.scaled.x,this.controller.update()}zoomToSelectEnableChanged(t){this.zoomToSelectEnable=t,this.controller.enablePan=!this.zoomToSelectEnable}selectEnableChanged(t){this.selectEnable=!!t,this.multiSelector.selectEnableChanged(t)}multiSelectEnableChanged(t){this.multiSelectEnable=!!t,this.multiSelector.multiSelectEnableChanged(t)}fnEnableChanged(t){this.fnEnable=!!t,this.multiSelector.fnEnableChanged(t)}getIntersectObjects(t,e,i=[]){return this.scene?this.scene.getIntersectObjects(t,e,i):i}focusAt(t,e=500){return p(this,null,(function*(){return this.camera?(Po.setFromCenterAndSize(t,ko.set(2*e,2*e)),this.resetCameraByBoundingBox(Po,!0)):Promise.resolve()}))}focusAtById(t,e=500){return p(this,null,(function*(){var i;const n=null==(i=this.scene)?void 0:i.getBoundingBoxById(t);if(n)return n.expandByScalar(e),Po.copy(this.camera.boundingBoxWorld),void(Po.containsBox(n)||(yield this.resetCameraByBoundingBox(n,!0)))}))}focusAtDummy(t,e=500){return p(this,null,(function*(){var i,n;const s=this.dummiesController.getDummyById(t),r=null==(i=null==s?void 0:s.userData)?void 0:i.rmId;if(r){const t=null==(n=this.scene)?void 0:n.getBoundingBoxById(r);if(t)return t.expandByScalar(e),Po.copy(this.camera.boundingBoxWorld),void(Po.containsBox(t)||(yield this.resetCameraByBoundingBox(t,!0)))}if((null==s?void 0:s.position)&&!(null==s?void 0:s.position.isEmpty()))return Po.setFromCenterAndSize(s.worldPosition,ko.set(2*e,2*e)),void(this.camera.boundingBoxWorld.containsBox(Po)||(yield this.resetCameraByBoundingBox(Po,!0)))}))}resetCameraByBoundingBox(t,e=!1){return p(this,null,(function*(){if(!this.camera)return Promise.resolve();if(!t||t.isEmpty())throw new Error("BoundingBox empty");if(!e)return this.camera.setByBox(t),Promise.resolve();const i=this.camera.getCameraPosition();t.getCenter(ko),t.getSize(No);const n=Math.max(No.x/this.camera.width,No.y/this.camera.height),s={x:ko.x,y:ko.y,z:0,s:n,r:0};yield this.animateCamera(i,s)}))}animateCamera(t,e){return p(this,null,(function*(){return this.controller&&(this.controller.enabled=!1),this.tween&&this.tween.stop(),new Promise((i=>{this.tween=new Lo.Tween(t).to(e,this.animateDuration).easing(Lo.Easing.Exponential.Out).onUpdate((t=>{this.camera.position.set(t.x,t.y),this.camera.scaled.set(t.s,t.s),this.camera.rotation.set(t.r,t.r),this.camera.update()})).onComplete((()=>{this.controller&&(this.controller.enabled=!0),i()})).start()}))}))}fullscreen(){this.scene&&(this.scene&&!this.scene.viewBox.isEmpty()?Po.copy(this.scene.viewBox):(this.scene.updateMatrixWorld(!0),this.scene.computeBoundingBox(),Po.copy(this.scene.boundingBox)),this.resetCameraByBoundingBox(Po,!0))}saveCameraPosition(t){Po.copy(this.camera.boundingBoxWorld);const e=t?Ro+t:Ro;sessionStorage.setItem(e,JSON.stringify(Po))}restoreCameraPosition(t){const e=t?Ro+t:Ro,i=sessionStorage.getItem(e);if(!i)return this.fullscreen();Po.copy(JSON.parse(i)),this.resetCameraByBoundingBox(Po,!0)}clearCameraPosition(t){const e=t?Ro+t:Ro;sessionStorage.setItem(e,"")}bindControllerEvents(){this.controller.addEventListener(Gs.PAN_START,this.controllerPanStartHandler),this.controller.addEventListener(Gs.PAN_END,this.controllerPanEndHandler),this.controller.addEventListener(Gs.PAN_MOVE,this.controllerPanMoveHandler),this.controller.addEventListener(Gs.POINTEROVER,this.controllerPointerOverHandler),this.controller.addEventListener(Gs.TAP,this.tapHandler),this.multiSelector.addEventListener(ir.SELECTED,this.multiSelectorSelectedHandler)}unbindControllerEvents(){this.controller.removeEventListener(Gs.PAN_START,this.controllerPanStartHandler),this.controller.removeEventListener(Gs.PAN_END,this.controllerPanEndHandler),this.controller.removeEventListener(Gs.PAN_MOVE,this.controllerPanMoveHandler),this.controller.removeEventListener(Gs.POINTEROVER,this.controllerPointerOverHandler),this.controller.removeEventListener(Gs.TAP,this.tapHandler),this.multiSelector.removeEventListener(ir.SELECTED,this.multiSelectorSelectedHandler)}handlePanStart(t){if((null==t?void 0:t.type)===Gs.PAN_START||(null==t?void 0:t.type)===Gs.WHEEL_START)return this.zoomToSelectEnable?(this.p1.copy(t.data.screenCoords),Po.makeEmpty().expandByPoint(this.p1),void this.graph.draw(Po)):void 0}handlePanEnd(t){if((null==t?void 0:t.type)===Gs.PAN_END||(null==t?void 0:t.type)===Gs.WHEEL_END)return this.zoomToSelectEnable?(this.p2.copy(t.data.screenCoords),Po.makeEmpty().expandByPoint(this.p1).expandByPoint(this.p2).unproject(this.controller.camera),this.setByBox(Po),this.graph.hide(),void Po.makeEmpty()):void 0}handleControllerPanMove(t){(null==t?void 0:t.type)===Gs.PAN_MOVE&&this.zoomToSelectEnable&&(this.p2.copy(t.data.screenCoords),Po.makeEmpty().expandByPoint(this.p1).expandByPoint(this.p2),this.graph.draw(Po))}handleControllerPointerOver(t){var e,i,n,s,r;const a=(null==(e=null==t?void 0:t.e)?void 0:e.target)||(null==(n=null==(i=null==t?void 0:t.e)?void 0:i.srcEvent)?void 0:n.target);let o=null==a?void 0:a.id;(null==o?void 0:o.indexOf("dummy"))>-1?(o=a.getAttribute("ae-id"),o&&this._currentAssetId!==o&&this.dispatchEvent({type:"POINTEROVER",data:{id:o,assetType:"dummy"},e:t.e})):o&&(null==(s=this.scene)?void 0:s.isBelongsToAssetType(o,Di.WS))?this._currentAssetId!==o&&this.dispatchEvent({type:"POINTEROVER",data:{id:o,assetType:Di.WS},e:t.e}):o&&(null==(r=this.scene)?void 0:r.isBelongsToAssetType(o,Di.RM))?this._currentAssetId!==o&&this.dispatchEvent({type:"POINTEROVER",data:{id:o,assetType:Di.RM},e:t.e}):(this._currentAssetId=void 0,this.dispatchEvent({type:"POINTERLEAVE",e:t.e})),this._currentAssetId=o}handleTap(t){this.dispatchEvent({type:Gs.TAP,data:t.data})}handleMultiSelectorSelected(t){this.dispatchEvent({type:"SELECTED",data:t.data})}setDummies(t){this.dummiesController.setDummiesByVos(t)}clearDummies(t){this.dummiesController.clearDummies(t)}update(t){this.tween&&this.tween.update(t)}}const Po=new ai,ko=new We,No=new We;var Oo=(t=>(t.SELECTED="SELECTED",t.POINTEROVER="POINTEROVER",t.POINTERLEAVE="POINTERLEAVE",t))(Oo||{});const Ro="svg_camera_position_";class zo extends zs{constructor(t){super(t),d(this,"name","SvgEmptyScene"),this.bind('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-146 -200 500 500">\n <view id="defaultView" viewBox="-146 -200 500 500" />\n <style>\n /*#svg-loading-fast path {*/\n /* fill: #2E3032;*/\n /* animation: svg-loading-fast 2s ease infinite;*/\n /*}*/\n /*@keyframes svg-loading-fast {*/\n /* 0%, 100% {stroke-dasharray: 250; stroke-dashoffset: 250;}*/\n /* 68% {stroke-dasharray: 0; stroke-dashoffset: 0; opacity: 0.5;}*/\n /*}*/\n /*#svg-loading-fast .line {animation: svg-loading-fast 6s ease infinite;}*/\n /*@keyframes svg-loading-fast {*/\n /* 0% {stroke-dasharray: 250; stroke-dashoffset: 250; opacity: 1;}*/\n /* 50% {stroke-dasharray: 250; stroke-dashoffset: 0; opacity: 0.5;}*/\n /*}*/\n #svg-loading-fast path {animation: pathFrames 6s ease infinite;}\n @keyframes pathFrames {\n 0% {opacity: 1;}\n 50% {opacity: 0.5;}\n }\n #svg-loading-fast .triangle {animation: triangleFrames 3s ease infinite;}\n @keyframes triangleFrames {\n 0% {opacity: 1;}\n 50% {opacity: 0.3;}\n }\n #svg-loading-fast {fill: #525252}\n .line {stroke: #525252; stroke-width: 4px}\n .triangle {fill: #F26666}\n </style>\n <g id="svg-loading-fast">\n <g transform="scale(2, 2) translate(12, 0)">\n\x3c!-- <path d="M17.7 14L16.82 15.5L5 15.5L5 4L17.66 4L16.76 5.5L9.04 5.5L9.04 8.86L17.32 8.86L16.44 10.38L9.04 10.38L9.04 14L17.7 14Z" />--\x3e\n\x3c!-- <path d="M22.98 15.44L19.3 15.44L19.3 7.38L31.38 7.38L30.18 8.82L29.02 8.82L29.02 15.44L25.3 15.44L25.3 8.82L22.98 8.82L22.98 15.44ZM35.06 15.44L31.38 15.44L31.38 7.38L35.06 7.38L35.06 15.44Z" />--\x3e\n\x3c!-- <path d="M40.44 14.02L44.12 14.02L44.12 7.42L47.96 7.42L47.96 15.48L40.44 15.48L40.44 18.56L36.66 18.56L36.66 7.42L44.12 7.42L42.9 8.86L40.44 8.86L40.44 14.02Z" />--\x3e\n\x3c!-- <path d="M51.62 7.42L51.62 4.78L55.48 4.78L55.48 7.42L59 7.42L58.02 8.86L55.48 8.86L55.48 14.08L58.82 14.08L57.98 15.48L51.62 15.48L51.62 8.86L49.56 8.86L49.56 7.42L51.62 7.42Z" />--\x3e\n\x3c!-- <path d="M67.08 11.8L69.66 7.42L73.66 7.42L67.08 18.58L63.06 18.58L65.06 15.42L60.6 7.42L64.66 7.42L67.08 11.8Z" />--\x3e\n\n <path d="M13.5 15.8L12.62 17.3L0.799999 17.3L0.799999 5.8L13.46 5.8L12.56 7.3L4.84 7.3L4.84 10.66L13.12 10.66L12.24 12.18L4.84 12.18L4.84 15.8L13.5 15.8Z" />\n <path d="M32.12 17.3L28.52 17.3L28.52 9.9L25.18 17.3L22.1 17.3L18.8 10L18.8 17.3L15.1 17.3L15.1 5.8L20.06 5.8L23.68 13.68L27.32 5.8L32.12 5.8L32.12 17.3Z" />\n <path d="M37.72 12.8L37.72 17.3L33.72 17.3L33.72 5.8L42.22 5.8L41.06 7.34L37.72 7.34L37.72 11.3L42.22 11.3L42.22 5.8L46.28 5.8L46.28 12.8L37.72 12.8Z" />\n <path d="M57 17.3L53 17.3L53 7.34L47.88 7.34L47.88 5.8L62.48 5.8L61.6 7.34L57 7.34L57 17.3Z" />\n <path d="M69.92 13.52L64.08 5.78L68.62 5.78L71.92 10.58L75.14 5.78L79.64 5.78L73.92 13.56L73.92 17.28L69.92 17.28L69.92 13.52Z" />\n </g>\n\n <path class="line" d="M103.5 46L20 46" />\n <path class="line" d="M103.5 46L187 46" />\n <path class="triangle" d="M103.5 56L133.5 90L73.5 90Z" />\n </g>\n </svg>')}}var Ho=(t=>(t[t.TIPS=1]="TIPS",t[t.HOVER=2]="HOVER",t[t.SELECT=4]="SELECT",t[t.SELECTOR_RECT=8]="SELECTOR_RECT",t[t.DISTRIBUTION=16]="DISTRIBUTION",t[t.DRAG=32]="DRAG",t[t.DUMMY=64]="DUMMY",t[t.LINKER=128]="LINKER",t[t.DRAW_POINT=1024]="DRAW_POINT",t[t.DRAW_POLYLINE=2048]="DRAW_POLYLINE",t[t.DRAW_POLYGON=4096]="DRAW_POLYGON",t[t.DRAW_TEXT=8192]="DRAW_TEXT",t))(Ho||{}),Wo=(t=>(t[t.DEFAULT=1]="DEFAULT",t[t.HOVER=3]="HOVER",t[t.PICKER=15]="PICKER",t[t.DISTRIBUTION=31]="DISTRIBUTION",t[t.DUMMY=119]="DUMMY",t[t.LINKER=135]="LINKER",t[t.DRAWING=15399]="DRAWING",t))(Wo||{}),Fo=(t=>(t[t.HOVER=1]="HOVER",t[t.SELECT=2]="SELECT",t[t.HILIGHT=4]="HILIGHT",t[t.DYNAMIC_LINE=8]="DYNAMIC_LINE",t))(Fo||{}),Uo=(t=>(t[t.KEEP_ORIGIN=1]="KEEP_ORIGIN",t[t.MAKE_COPY=2]="MAKE_COPY",t))(Uo||{}),Vo=(t=>(t[t.NONE=0]="NONE",t[t.DEFAULT=1]="DEFAULT",t[t.MODIFIED=2]="MODIFIED",t[t.NEW=3]="NEW",t))(Vo||{});class qo{constructor(t,i){d(this,"parent"),d(this,"_fnEnable",null==(e=Ae.config)?void 0:e.fnEnable),d(this,"view"),d(this,"offset",new We),d(this,"scene"),d(this,"raycaster"),d(this,"boundingBoxPadding",15),d(this,"boundingBoxMap",new WeakMap),this.parent=t,this.view=i;const{container:n}=this.view||{};let s=n.getBoundingClientRect();this.offset.set(s.left,s.top),this.raycaster=new rr}activate(){}deactivate(){this.scene=void 0}fnEnableChanged(t){this._fnEnable=!!t}bindScene(...t){return this.scene=t[0],this}mountShape(t,e){const{svgRoot:i}=this.scene||{};i&&(i.contains(t)||(e?i.insertBefore(t,e):i.appendChild(t)))}unmountShape(t){const{svgRoot:e}=this.scene||{};e&&e.removeChild(t)}showShape(t){t&&(t.style.display="")}hideShape(t){t&&(t.style.display="none")}getDynamicObjectsByIds(t){var e;const i=[];Array.isArray(t)||(t=[t]);for(let n=0,s=t.length;n<s;n++)(null==(e=this.scene)?void 0:e.getElementById(t[n]))&&i.push(this.scene.getElementById(t[n]));return i}_getIntersectObject(t){var e,i;this.raycaster.init(t.data,null==(e=this.view)?void 0:e.camera);const n=[];return null==(i=this.scene)||i.getIntersectObjects(this.raycaster,this.scene.assetType,n),n}_getIntersect(t,e,i=this.boundingBoxPadding){var n,s,r;this.raycaster.init({worldCoords:e},null==(n=this.view)?void 0:n.camera);for(let e=0,n=t.length;e<n;e++){let n=null==(r=null==(s=this.scene)?void 0:s.chef)?void 0:r.getElementBoundingBox(t[e].id);if(n||(this.getBoundingBoxByNode(t[e],jo),jo.isEmpty()||(n=jo.clone())),n&&(n.expandByScalar(i),n.containsPoint(this.raycaster.worldCoords)))return t[e]}}getBoundingBoxByNode(t,e=new ai){return e.makeEmpty(),In.getBoundingBoxByNode(t,e),e}}const jo=new ai;class Yo extends qo{constructor(t,e){super(t,e),d(this,"_locals",[]),d(this,"currentShape"),d(this,"_dragMap",new Map),d(this,"_bindedShape"),d(this,"_bindedControlPoint"),d(this,"_cpOffset",new We),d(this,"_cpFill",Le.darkRed),d(this,"_cpStroke",Le.darkBlue),d(this,"_mpFill",Le.white),d(this,"_mpStroke",Le.darkBlue),d(this,"_bbox"),d(this,"_boundingBoxLine"),d(this,"_tips"),d(this,"_sp"),d(this,"_rp"),d(this,"_rpLast",null),d(this,"_dp"),d(this,"_oprWidth",10),d(this,"unit"),d(this,"_boundingBox",null)}activate(){super.activate(),this.parent.enableHover(!1),this.mountControlPoints(),this._boundingBoxLine&&this.mountShape(this._boundingBoxLine),this._tips&&this.mountShape(this._tips)}deactivate(){super.deactivate(),this._dragMap.size>0&&(this._dragMap.forEach((t=>{this.unmountShape(t),this.parent.drop(t)})),this._dragMap.clear()),this.unmountShape(this._controlPoints),this._boundingBoxLine&&this.unmountShape(this._boundingBoxLine),this._tips&&this.unmountShape(this._tips),this.unbindShape()}initShapes(t){if(!t)return;Array.isArray(t)||(t=[t]);const e=this.type===Ho.DRAW_POINT,i=this.type===Ho.DRAW_POLYLINE,n=this.type===Ho.DRAW_POLYGON,s=this.type===Ho.DRAW_TEXT;for(let r=0,a=(null==t?void 0:t.length)||0;r<a;r++){const{nodeName:a}=t[r];if(e&&"circle"!==a||s&&"text"!==a)continue;const o=$o.test((t[r].getAttribute("d")||"").trim());if(i&&"path"!==a||i&&"path"===a&&o)continue;if(n&&"path"!==a||n&&"path"===a&&!o)continue;const h=document.createElementNS("http://www.w3.org/2000/svg",a);Array.from(t[r].attributes).forEach((t=>h.setAttribute(t.name,t.value))),t[r].children.length>0?h.innerHTML=t[r].innerHTML:t[r].textContent&&(h.textContent=t[r].textContent),this.mountShape(h),this._locals.push(h);const l=h.id||hs();this.parent.drag(h,{id:l,type:this.type})}}fnEnableChanged(t){super.fnEnableChanged(t)}editorFillChanged(t){this._bindedShape&&(t?this._bindedShape.setAttribute("fill",t.toString()):this._bindedShape.removeAttribute("fill"))}editorStrokeChanged(t){this._bindedShape&&(t?this._bindedShape.setAttribute("stroke",t.toString()):this._bindedShape.removeAttribute("stroke"))}editorStrokeWidthChanged(t){var e,i;if(this._bindedShape){this._bindedShape.setAttribute("stroke-width",t.toString());for(let n,s=0,r=(null==(i=null==(e=this._controlPoints)?void 0:e.children)?void 0:i.length)||0;s<r;s++)n=this._controlPoints.children[s],n.setAttribute("r",t.toString())}}editorStrokeDasharrayChanged(t){this._bindedShape&&(t?this._bindedShape.setAttribute("stroke-dasharray",t):this._bindedShape.removeAttribute("stroke-dasharray"))}editorFontSizeChanged(t){var e;this._bindedShape&&"text"===(null==(e=this._bindedShape)?void 0:e.nodeName)&&(this._bindedShape.setAttribute("font-size",t.toString()),this.updateControlPoints())}editorTextContentChanged(t){var e,i;this._bindedShape&&"text"===(null==(e=this._bindedShape)?void 0:e.nodeName)&&(this._bindedShape.textContent=t,null==(i=this._bindedShape)||i.getBBox())}deleteCurrentShape(){if(!this._bindedShape)return;const t=ri.findIndex(this._locals,(t=>t===this._bindedShape));t>-1&&this._locals.splice(t,1),this.unmountShape(this._bindedShape),this.unbindControlPoint(),this.unbindShape(),this.currentShape=void 0}clearAllShapes(){this.deleteCurrentShape();for(let t=0,e=this._locals.length;t<e;t++)this.unmountShape(this._locals[t]);this._locals=[]}editorUnitsChanged(t){this.unit=t||Ei.M}bindEditorDrag(t){}getDraggingObject(t){}beforeDragStart(t){}handleDragStart(t){var e,i,n;if((null==t?void 0:t.type)!==Gs.PAN_START||(null==(e=null==t?void 0:t.targetVo)?void 0:e.type)!==this.type)return;const{target:s,targetVo:r,center:a}=t||{},o=(null==r?void 0:r.id)||hs(),h=this.isControlPoints(s);if(Xo.set(a.x,a.y).sub(this.offset),(null==(i=this.view)?void 0:i.camera)&&Xo.unproject(null==(n=this.view)?void 0:n.camera),this._boundingBox=In.getBoundingBoxByNode(this._bindedShape),h)this.bindControlPoint(s),this.currentShape=s,this.beforeDragStart(t),this.updateControlPoints(this.currentShape,Xo),this.updateByControlPoints(Xo);else if(this._spId&&ri.startsWith(null==s?void 0:s.id,this._spId)||this._rpId&&ri.startsWith(null==s?void 0:s.id,this._rpId))this.currentShape=s;else if(!ri.startsWith(null==s?void 0:s.id,this._cpsId)){this.bindShape(t);const e=this.hasShape(o);this.currentShape=this.getShape(o),e?(In.parseNodeTransform(this.currentShape,rh).getTransition(th),this._cpOffset.copy(Xo).sub(th)):this._cpOffset.identity(),Xo.sub(this._cpOffset),Xn(this.currentShape,Xo),this.updateControlPoints(this._controlPoints,Xo)}this.updateOperations(s,Xo),this.updateBoundingBoxLine(),this.updateTips()}handleDragMove(t){var e,i;if((null==t?void 0:t.type)!==Gs.PAN_MOVE)return;if(!this.currentShape)return;const{target:n,center:s}=t||{};Xo.set(s.x,s.y).sub(this.offset),(null==(e=this.view)?void 0:e.camera)&&Xo.unproject(null==(i=this.view)?void 0:i.camera),this.isControlPoints(n)?(this.updateControlPoints(this.currentShape,Xo),this.updateByControlPoints(Xo)):this._spId&&ri.startsWith(null==n?void 0:n.id,this._spId)||this._rpId&&ri.startsWith(null==n?void 0:n.id,this._rpId)||ri.startsWith(null==n?void 0:n.id,this._cpsId)||(Xo.sub(this._cpOffset),Xn(this.currentShape,Xo),this.updateControlPoints(this._controlPoints,Xo)),this.updateOperations(n,Xo),this.updateBoundingBoxLine(),this.updateTips()}handleDragEnd(t){var e,i,n;if((null==t?void 0:t.type)!==Gs.PAN_END)return;if(!this.currentShape)return;const{target:s,center:r}=t||{};Xo.set(r.x,r.y).sub(this.offset),(null==(e=this.view)?void 0:e.camera)&&Xo.unproject(null==(i=this.view)?void 0:i.camera),this.isControlPoints(s)?(this.updateControlPoints(this.currentShape,Xo),this.updateByControlPoints(Xo),this.unbindControlPoint()):this._spId&&ri.startsWith(null==s?void 0:s.id,this._spId)||this._rpId&&ri.startsWith(null==s?void 0:s.id,this._rpId)||ri.startsWith(null==s?void 0:s.id,this._cpsId)||(Xo.sub(this._cpOffset),Xn(this.currentShape,Xo),this.updateControlPoints(this._controlPoints,Xo));const a=null==(n=this.currentShape)?void 0:n.id;a&&!this._dragMap.has(a)&&(this.parent.drag(this.currentShape,{id:a,type:this.type}),this._dragMap.set(a,this.currentShape)),this.updateOperations(s,Xo),this.updateBoundingBoxLine(),this.updateTips(),this.currentShape=void 0,this._cpOffset.identity(),this._boundingBox=null,this._rpLast=null}handleTap(t){var e,i,n,s;if((null==t?void 0:t.type)!==Gs.TAP)return;const r=(null==(e=null==t?void 0:t.e)?void 0:e.target)||(null==(n=null==(i=null==t?void 0:t.e)?void 0:i.srcEvent)?void 0:n.target),a=null==r?void 0:r.id;if(a&&ri.startsWith(a,this._dpId))return void this.deleteCurrentShape();const o=this._getIntersect(this._locals,null==(s=null==t?void 0:t.data)?void 0:s.worldCoords);this._boundingBox=In.getBoundingBoxByNode(o),this.bindShape(t),In.parseNodeTransform(this._bindedShape,rh).getTransition(th),this.updateOperations(this._controlPoints,th),this._boundingBox=null}hasShape(t){return void 0!==ri.find(this._locals,(e=>e.id===t))}getShape(t){throw new Error("Method not implemented.")}bindShape(t){var e;const i=this._getIntersect(this._locals,null==(e=null==t?void 0:t.data)?void 0:e.worldCoords);this._bindedShape=i,this._bindedShape?(this.resetControlPoints(),In.parseNodeTransform(this._bindedShape,rh).getTransition(th),this.updateControlPoints(this._controlPoints,th),this.showShape(this._controlPoints),this.updateBoundingBoxLine(),this.showShape(this._boundingBoxLine),this.updateTips(),this.showShape(this._tips)):this.unbindShape()}unbindShape(){this._bindedShape=void 0,this.hideShape(this._controlPoints),this.hideShape(this._boundingBoxLine),this.hideShape(this._tips)}handleWheelEnd(t){this.updateControlPointsRadius()}updateControlPointsRadius(){var t,e,i,n,s;const r=ri.filter(this._controlPoints.children,(t=>"circle"===t.nodeName));if(!(null==r?void 0:r.length))return;const a=Math.max((null==(i=null==(e=null==(t=this.parent)?void 0:t.view)?void 0:e.camera)?void 0:i.pixelWidth)||1,1),o=Math.ceil(a*((null==(s=null==(n=Ae.config)?void 0:n.editor)?void 0:s.strokeWidth)||10));for(let t,e=0,i=(null==r?void 0:r.length)||0;e<i;e++)t=r[e],t.setAttribute("r",o.toString())}getControlPoints(){const t=Zn(this._cpsId),e=new Re(this._cpFill).setA(.1).getStyle(),i=this._cpStroke,n=Gn({id:`${this._spId}`,fill:e,stroke:i,strokeWidth:2});n.setAttribute(`${Pi}-type`,(this.type|Ho.DRAG).toString()),n.setAttribute("d","\n M75 25L25 75 \n M50 27.9412L80 20L72.0588 50\n M27.9412 50L20 80L50 72.0588\n M99 50C99 23 77 1 50 1C23 1 1 23 1 50C1 77 23 99 50 99C77 99 99 77 99 50 \n "),In.getBoundingBoxByNode(n,nh).getSize(Zo);const s=this._oprWidth/Zo.x;n.setAttribute("stroke-width",(2/s).toFixed(2)),Xn(n,void 0,void 0,Zo.set(s,s)),t.appendChild(n),this._sp=n;const r=Gn({id:`${this._rpId}`,fill:e,stroke:i,strokeWidth:2/s});r.setAttribute(`${Pi}-type`,(this.type|Ho.DRAG).toString()),r.setAttribute("d","\n M49 25.5C79 25.5 87 58 69 72C51 86 24.5 76 24.5 49.5\n M56.5003 52.4994L47.725 23.1994L78.5098 19.2823\n M99 50C99 23 77 1 50 1C23 1 1 23 1 50C1 77 23 99 50 99C77 99 99 77 99 50Z\n "),Xn(r,void 0,void 0,Zo.set(s,s)),t.appendChild(r),this._rp=r;const a=Gn({id:`${this._dpId}`,fill:e,stroke:i,strokeWidth:2/s});return a.setAttribute(`${Pi}-type`,(this.type|Ho.DRAG).toString()),a.setAttribute("d","\n M25.5 26L75.5 75.5\n M75.5 26L25.5 75.5\n M99 50C99 23 77 1 50 1C23 1 1 23 1 50C1 77 23 99 50 99C77 99 99 77 99 50Z\n "),Xn(a,void 0,void 0,Zo.set(s,s)),t.appendChild(a),this._dp=a,t}updateControlPoints(t,e){throw new Error("Method not implemented.")}updateOperations(t,e){if(!this._sp||!this._rp)return;if(In.getBoundingBoxByNode(this._sp,sh).getSize(Zo),t&&e&&ri.startsWith(t.id,this._spId)&&this._boundingBox){In.getBoundingBoxByNode(this._bindedShape,nh).getCenter(Jo);const t=We.getDistance(nh.max,Jo),i=We.getDistance(e,Jo)/t;In.parseNodeTransform(this._bindedShape,rh).decompose(th,eh,ih),th.sub(Jo).multiplyScalar(i).add(Jo),ih.multiplyScalar(i),Xn(this._bindedShape,th,eh,ih),this.updateControlPoints(this._controlPoints,th)}else if(t&&e&&ri.startsWith(t.id,this._rpId)){In.getBoundingBoxByNode(this._bindedShape,nh).getCenter(Jo);const t=We.angle(e,Jo,!0);null===this._rpLast&&(this._rpLast=t);const i=t-this._rpLast;In.parseNodeTransform(this._bindedShape,rh).decompose(th,eh,ih),th.sub(Jo).rotate(i).add(Jo),eh.addScalar(i),Xn(this._bindedShape,th,eh,ih),this._rpLast=t,this.updateControlPoints(this._controlPoints,th)}if(In.getBoundingBoxByNode(this._bindedShape,nh),nh.isEmpty())return;const i=(Zo.x||10)/2;Qo.set(nh.max.x,nh.min.y).add(Ko.set(i,-i)),Jn(this._sp,Qo),Qo.set(nh.max.x,nh.min.y).add(Ko.set(2*(Zo.x+i),-i)),Jn(this._rp,Qo),Qo.set(nh.max.x,nh.min.y).add(Ko.set(4*(Zo.x+i),-i)),Jn(this._dp,Qo)}updateByControlPoints(t){throw new Error("Method not implemented.")}isControlPoints(t){return!!t&&(!!this._cpId&&ri.startsWith(null==t?void 0:t.id,this._cpId)||!!this._mpId&&ri.startsWith(null==t?void 0:t.id,this._mpId))}bindControlPoint(t){this._bindedControlPoint=t}unbindControlPoint(){this._bindedControlPoint=void 0}resetControlPoints(){this._controlPoints&&(this.unmountShape(this._controlPoints),this._controlPoints=this.getControlPoints(),this.mountControlPoints())}mountControlPoints(){var t,e,i;if(this._controlPoints){this.hideShape(this._controlPoints),this.mountShape(this._controlPoints);for(let n,s=0,r=(null==(e=null==(t=this._controlPoints)?void 0:t.children)?void 0:e.length)||0;s<r;s++){n=null==(i=this._controlPoints)?void 0:i.children[s];const t=n.id;if(!t)continue;const e=parseInt(n.getAttribute(`${Pi}-type`)||"0");e&&e&Ho.DRAG&&(this.parent.drag(n,{id:t,type:this.type}),this._dragMap.set(t,n))}}}splitByControlPoint(t,e){var i;if(!this._bindedShape||!t||!e)return;if(!ri.startsWith(null==t?void 0:t.id,this._mpId))return;const n=null==t?void 0:t.id,s=this.getCpIdx(n);In.getPathProxyBySvgPathD(null==(i=this._bindedShape)?void 0:i.getAttribute("d"),ah.dispose()),ah.insertData(s,2,Zo.x,Zo.y);const r=In.getSvgPathDByData(ah.data);this._bindedShape.setAttribute("d",r),this.resetControlPoints();const a=ri.find(this._controlPoints.children,(t=>t.id===`${this._cpId}${s+1}`));this.bindControlPoint(a),this.currentShape=a,this.showShape(this._controlPoints),In.parseNodeTransform(this._bindedShape,rh).getTransition(Zo),this.updateControlPoints(this._controlPoints,Zo)}mergeByControlPoint(t,e){var i;if(!this._bindedShape||!t||!e)return;const n=null==t?void 0:t.id;if(!ri.startsWith(n,this._cpId))return;const s=this.getCpIdx(n);if(!s)return;if(ri.filter(this._controlPoints.children,(t=>t.id.startsWith(this._cpId))).length<=this._cpsLimit)return;In.getPathProxyBySvgPathD(null==(i=this._bindedShape)?void 0:i.getAttribute("d"),ah.dispose()),ah.removeData(s);const r=In.getSvgPathDByData(ah.data);this._bindedShape.setAttribute("d",r),this.resetControlPoints(),this.showShape(this._controlPoints),In.parseNodeTransform(this._bindedShape,rh).getTransition(Zo),this.updateControlPoints(this._controlPoints,Zo)}getCpIdx(t){return parseInt(t.slice(t.lastIndexOf("-")+1))-1}getBoundingBoxLine(){return Gn({id:this._bblId,fill:"none",stroke:this._cpStroke,strokeWidth:1,strokeDasharray:"5",d:[]})}updateBoundingBoxLine(){if(!this._boundingBoxLine||!this._bindedShape)return;In.getBoundingBoxByNode(this._bindedShape,nh.makeEmpty()),ah.dispose().moveTo(nh.min.x,nh.min.y).lineTo(nh.max.x,nh.min.y).lineTo(nh.max.x,nh.max.y).lineTo(nh.min.x,nh.max.y).lineTo(nh.min.x,nh.min.y).closePath();const t=In.getSvgPathDByData(ah.data);this._boundingBoxLine.setAttribute("d",t)}getTips(){const t=this._cpStroke;return $n({id:this._tipsId,textContent:"tips",fill:t,fontSize:Ae.config.editor.fontSize||Go,textAnchor:"start",textBaseline:"middle"})}updateTips(){this._boundingBoxLine&&this._bindedShape&&this._tips&&(In.getBoundingBoxByNode(this._bindedShape,nh.makeEmpty()),th.set(nh.max.x+this._oprWidth,nh.min.y+this._oprWidth+1.5*Go),Xn(this._tips,th),this.recomputeTips())}recomputeTips(){var t,e,i,n;if(!this._bindedShape||!this._tips)return;let s;In.getPathProxyBySvgPathD(null==(t=this._bindedShape)?void 0:t.getAttribute("d"),ah.dispose()),In.parseNodeTransform(this._bindedShape,rh).decompose(th,eh,ih),this.type&Ho.DRAW_POLYLINE?(s||(s=ah.getLength()),s||"function"!=typeof this._bindedShape.getTotalLength||(s=null==(e=this._bindedShape)?void 0:e.getTotalLength()),s*=(ih.x+ih.y)/2,s=Ii(s,null==(i=this.scene)?void 0:i.viewUnits,Ei.M),this._tips.textContent=function(t,e=Ei.M){let i=t||0;return t?(i=e===Ei.MM?ri.round(t):e===Ei.CM?ri.round(t,1):ri.round(t,2),`${i} ${e}`):""}(s,Ei.M)):this.type&Ho.DRAW_POLYGON&&(s=ah.getArea(),s*=ih.x*ih.y,s=Ii(s,null==(n=this.scene)?void 0:n.viewUnits,Ei.M,!0),this._tips.textContent=function(t,e=Ei.M){let i=t||0;return t?(i=e===Ei.MM?ri.round(t):e===Ei.CM?ri.round(t,1):ri.round(t,2),`${i} ${e}²`):""}(s,Ei.M))}}const Go=20,$o=/z\s*$/i,Xo=new We,Zo=new We,Jo=new We,Qo=new We,Ko=new We,th=new We,eh=new We,ih=new We,nh=new ai,sh=new ai,rh=new Fi,ah=new cn;class oh extends Yo{constructor(t,e){super(t,e),d(this,"type",Ho.DRAW_POINT),d(this,"_cpsId",`${this.type}-cps`),d(this,"_cpId",`${this._cpsId}-c-`),this._controlPoints=this.getControlPoints()}activate(){super.activate()}deactivate(){super.deactivate()}getShape(t){let e=this._locals.find((e=>e.id===t));if(!e){const i=new Re(Ae.config.editor.fill||Le.green).setA(.6).getStyle(),n=new Re(Ae.config.editor.stroke||Le.darkGreen).setA(.8).getStyle(),s=Ae.config.editor.strokeWidth||5;e=Yn({id:t,r:3*s,x:0,y:0,fill:i,stroke:n,strokeWidth:s}),e.setAttribute(`${Pi}-type`,this.type.toString()),this._locals.push(e),this.mountShape(e,this._controlPoints)}return e}getControlPoints(){const t=Zn(`${this._cpsId}`),e=Ae.config.editor.strokeWidth,i=Yn({id:`${this._cpId}1`,x:0,y:0,r:e,fill:this._cpFill,stroke:this._cpStroke});return i.setAttribute(`${Pi}-type`,(Ho.DRAW_POINT|Ho.DRAG).toString()),t.appendChild(i),t}updateControlPoints(t,e){if(t&&e){if(this.getBoundingBoxByNode(this._bindedShape,ch),ch.getCenter(hh),ch.getSize(lh),t===this._controlPoints){uh.set(e.x+lh.x/2,e.y);const t=ri.filter(this._controlPoints.children,(t=>"circle"===t.nodeName));for(let e=0,i=t.length;e<i;e++)Jn(t[e],uh)}else uh.set(hh.x+lh.x/2,hh.y),Jn(t,uh);this.updateControlPointsRadius()}}updateByControlPoints(t){this._bindedShape&&(In.getBoundingBoxByNode(this._bindedShape,ch),ch.getCenter(hh),lh.copy(t).sub(hh),this._bindedShape.setAttribute("r",Math.abs(lh.x).toString()))}}const hh=new We,lh=new We,uh=new We,ch=new ai;class dh extends qo{constructor(t,e){super(t,e),d(this,"type",Ho.DRAG),d(this,"_els",[]),d(this,"_hms",new Map),d(this,"_vos",new Map),d(this,"onPanHandler",this._handleOnPan.bind(this)),d(this,"panMoveHandler",ri.throttle(this._handlePanMove.bind(this),100)),d(this,"panEndHandler",this._handlePanEnd.bind(this))}activate(){super.activate()}deactivate(){var t;super.deactivate();for(let e=((null==(t=this._els)?void 0:t.length)||0)-1;e>=0;e--)this.drop(this._els[e])}drag(t,e){this._els.includes(t)||(this.bindEvent(t),this._els.push(t),this._vos.set(t,e))}drop(t){if(!t)return;this.unbindEvent(t),this._vos.delete(t);const e=this._els.findIndex((e=>e===t));e>-1&&this._els.splice(e,1)}bindEvent(t){if(!t)return;const e=new Hammer.Manager(t,{domEvents:!0});e.add(new Hammer.Pan({threshold:0,pointers:0})),e.on("panstart",this.onPanHandler),e.on("panmove",this.panMoveHandler),e.on("panend",this.panEndHandler),this._hms.set(t,e)}unbindEvent(t){if(!t)return;const e=this._hms.get(t);e&&(e.off("panstart",this.onPanHandler),e.off("panmove",this.panMoveHandler),e.off("panend",this.panEndHandler),e.destroy(),this._hms.delete(t))}_handleOnPan(t){var e;if((null==t?void 0:t.type)!==Gs.PAN_START)return;"function"==typeof t.preventDefault&&t.preventDefault();const{target:i,center:n}=t||{};if(!i)return;ri.set(t,"targetVo",this._vos.get(i)),this.parent.setEnablePan(!1),ph.copy(n).sub(this.offset);const s={x:ph.x,y:ph.y};(null==(e=this.view)?void 0:e.camera)&&ph.unproject(this.view.camera);const r={x:ph.x,y:ph.y};ri.set(t,"data",{screenCoords:s,worldCoords:r}),this.parent.handleDragStart(t)}_handlePanMove(t){var e;(null==t?void 0:t.type)===Gs.PAN_MOVE&&((null==(e=this.parent)?void 0:e.isEnablePan())||(ri.set(t,"targetVo",this._vos.get(t.target)),this.parent.handleDragMove(t)))}_handlePanEnd(t){var e,i;if(this.parent.setEnablePan(!0),(null==t?void 0:t.type)!==Gs.PAN_END)return;const{target:n,center:s}=t||{};if(n){ph.copy(s).sub(this.offset);const i={x:ph.x,y:ph.y};(null==(e=this.view)?void 0:e.camera)&&ph.unproject(this.view.camera);const n={x:ph.x,y:ph.y};ri.set(t,"data",{screenCoords:i,worldCoords:n})}ri.set(t,"targetVo",this._vos.get(n)),this.parent.handleDragEnd(t),null==(i=this.view.camera)||i.update()}}const ph=new We;class fh extends qo{constructor(t,e){super(t,e),d(this,"type",Ho.HOVER),d(this,"_hoverEnabled",!1),d(this,"_hovered"),d(this,"_hoverId")}activate(){var t;super.activate(),this.enableHover(null==(t=Ae.config.controls)?void 0:t.enableHover)}deactivate(){super.deactivate(),this._hoverId=void 0,this._hovered=void 0}enableHover(t){return this._hoverEnabled=t,this}_handlePointerOver(t){var e,i,n,s,r;if((null==(e=null==t?void 0:t.e)?void 0:e.buttons)>0)return;let a=(null==(i=null==t?void 0:t.e)?void 0:i.target)||(null==(s=null==(n=null==t?void 0:t.e)?void 0:n.srcEvent)?void 0:s.target);null==(r=this.scene)||r.assetType;let o=null==a?void 0:a.id;if(!o){const e=this._getIntersectObject(t);o=(null==e?void 0:e.length)&&"function"==typeof e[0].getAttribute?e[0].getAttribute("id"):void 0,a=(null==e?void 0:e.length)?e[0]:void 0}o&&o!==this._hoverId&&(this.parent.handlePointerOver(t),this._hoverEnabled&&this._hover(a)),this._hoverId&&o!==this._hoverId&&(this._clearHover(this._hovered),this.parent.handlePointerOut(t)),this.parent.handlePointerMove(t),this._hoverId=o,this._hovered=a}_hover(t){t&&Os(t,"hover")}_clearHover(t){t&&Rs(t,"hover")}}let mh=0;class gh{constructor(t,e,i){var n;d(this,"id",mh++),d(this,"worker"),this.worker=i;let s=t=>{var e;return null==(e=this.worker)?void 0:e.postMessage({type:"event",id:this.id,data:t})};this.worker||(s=t=>{xh.instance().handleEvent({id:this.id,data:t})}),null==(n=this.worker)||n.postMessage({type:"makeProxy",id:this.id}),this.worker||xh.instance().makeProxy({id:this.id}),r();for(const[i,n]of Object.entries(e))t.addEventListener(i,(function(t){n(t,s)}));function r(){const e=t.getBoundingClientRect();s({type:"size",left:e.left,top:e.top,width:t.clientWidth,height:t.clientHeight})}window.addEventListener("resize",r)}}function yh(){}class vh extends Wi{constructor(){super(),d(this,"isProxy",!0),d(this,"width"),d(this,"height"),d(this,"left"),d(this,"right"),d(this,"top"),d(this,"bottom"),d(this,"style",{})}get clientWidth(){return this.width}get clientHeight(){return this.height}setPointerCapture(){}releasePointerCapture(){}getBoundingClientRect(){return{left:this.left,top:this.top,width:this.width,height:this.height,right:(this.left||0)+(this.width||0),bottom:(this.top||0)+(this.height||0)}}handleEvent(t){if("size"===t.type)return this.left=t.left,this.top=t.top,this.width=t.width,void(this.height=t.height);t.preventDefault=yh,t.stopPropagation=yh,this.dispatchEvent(t)}focus(){}getRootNode(){return{addEventListener:yh,removeEventListener:yh}}}class xh{constructor(){d(this,"targets",{}),this.handleEvent=this.handleEvent.bind(this)}makeProxy(t){const{id:e}=t,i=new vh;this.targets[e]=i}getProxy(t){return this.targets[t]}handleEvent(t){var e;null==(e=this.targets[t.id])||e.handleEvent(t.data)}static instance(){return bh}}const bh=new xh,wh=_h(["ctrlKey","metaKey","shiftKey","button","pointerType","clientX","clientY","pointerId","pageX","pageY"]);function _h(t){return function(e,i){const n={type:e.type};!function(t,e,i){for(const n of e)i[n]=t[n]}(e,t,n),i(n)}}function Sh(t,e){t.preventDefault();const i=[],n={type:t.type,touches:i};for(let e=0;e<t.touches.length;++e){const n=t.touches[e];i.push({pageX:n.pageX,pageY:n.pageY,clientX:n.clientX,clientY:n.clientY})}e(n)}const Eh=_h(["deltaMode","deltaX","deltaY","clientX","clientY"]),Mh={37:!0,38:!0,39:!0,40:!0},Ah=_h(["ctrlKey","metaKey","shiftKey","keyCode"]),Th={contextmenu:function(t){t.preventDefault()},mousedown:wh,mousemove:wh,mouseup:wh,pointerdown:wh,pointermove:wh,pointerup:wh,touchstart:Sh,touchmove:Sh,touchend:Sh,wheel:function(t,e){t.preventDefault(),Eh(t,e)},keydown:function(t,e){const{keyCode:i}=t;Mh[i]&&(t.preventDefault(),Ah(t,e))}};class Ch extends Wi{constructor(t,e){super(),d(this,"name","Handler"),d(this,"dom"),d(this,"camera"),d(this,"domOffset",new We),d(this,"enabled",!0),d(this,"_hoverEnabled",!1),d(this,"scenes",[]),d(this,"rayCaster",new rr),d(this,"contextMenuHandler",this.handleContextMenu.bind(this)),d(this,"tapHandler",this.handleTap.bind(this)),d(this,"pointerOverHandler",ri.debounce(this.handlePointerOver.bind(this),20)),d(this,"panHandler",this.handlePan.bind(this)),d(this,"_hovered"),this.dom=t,this.camera=e,this.resize(),this.bindEvents()}destroy(){this.unbindEvents(),super.destroy(),this.dispose()}dispose(){this.scenes=[]}enableHover(t){return this._hoverEnabled=t,this}resize(){let t=this.dom.getBoundingClientRect();this.domOffset.set(t.left,t.top)}bindScene(...t){return this.scenes.length=0,this.scenes.push(...t),this}bindEvents(){this.unbindEvents(),this.dom.addEventListener("contextmenu",this.contextMenuHandler),this.dom.addEventListener("singletap",this.tapHandler),this.dom.addEventListener("panstart",this.panHandler),this.dom.addEventListener("panmove",this.panHandler),this.dom.addEventListener("panend",this.panHandler),this.dom.addEventListener("mousemove",this.pointerOverHandler)}unbindEvents(){this.dom.removeEventListener("contextmenu",this.contextMenuHandler),this.dom.removeEventListener("singletap",this.tapHandler),this.dom.removeEventListener("panstart",this.panHandler),this.dom.removeEventListener("panmove",this.panHandler),this.dom.removeEventListener("panend",this.panHandler),this.dom.removeEventListener("mousemove",this.pointerOverHandler)}handleContextMenu(t){this.enabled&&"function"==typeof t.preventDefault&&t.preventDefault()}handlePointerDown(t){}handlePointerMove(t){}handlePointerUp(t){}handleTap(t){"function"==typeof t.preventDefault&&t.preventDefault(),Lh.set(t.center.x,t.center.y).sub(this.domOffset),Bh.copy(Lh).unproject(this.camera),this.dispatchEvent({type:"tap",data:{screenCoords:{x:Lh.x,y:Lh.y},worldCoords:{x:Bh.x,y:Bh.y}},e:t})}handlePan(t){var e,i;"function"==typeof t.preventDefault&&t.preventDefault(),Lh.set(null==(e=t.center)?void 0:e.x,null==(i=t.center)?void 0:i.y).sub(this.domOffset),Bh.copy(Lh).unproject(this.camera);const n={screenCoords:{x:Lh.x,y:Lh.y},worldCoords:{x:Bh.x,y:Bh.y}},s={type:"panmove",data:n};(t.isFirst||"panstart"===t.type)&&(s.type="panstart"),(t.isLast||"panend"===t.type)&&(s.type="panend");const{id:r,target:a}=this.getHover(n);r&&ri.set(s,"data.id",r),a&&ri.set(s,"data.target",a),this.dispatchEvent(s)}handlePointerOver(t){if(!this._hoverEnabled||t.buttons>0)return;const e=this._hovered;Lh.set(t.clientX,t.clientY).sub(this.domOffset),Bh.copy(Lh).unproject(this.camera);let i={screenCoords:{x:Lh.x,y:Lh.y},worldCoords:{x:Bh.x,y:Bh.y}};const n=this._hovered=this.getHover(i),s=u(u({},i),n);this.setCursor((null==n?void 0:n.target)?"pointer":"default"),(null==n?void 0:n.id)!==(null==e?void 0:e.id)&&(null==e?void 0:e.target)&&this.dispatchEventByTarget(e.target,{type:"pointerout",data:u(u({},i),e)}),(null==n?void 0:n.target)&&this.dispatchEventByTarget(n.target,{type:"pointermove",data:s}),(null==n?void 0:n.target)&&(null==n?void 0:n.target)!==(null==e?void 0:e.target)&&this.dispatchEventByTarget(n.target,{type:"pointerover",data:s}),this.dispatchEvent({type:"pointermove",data:s})}getHover(t){var e;const{screenCoords:i,worldCoords:n}=t||{},s={id:void 0,target:void 0},r=[],a=this.scenes.find((t=>t.isDynamic));if(a&&(this.rayCaster.init(t,this.camera).intersectObjectBy(a,Ih,!0,r),r.length))return s.isDynamic=!0,Dh(r,s),s;for(let i,n=0,s=(null==(e=this.scenes)?void 0:e.length)||0;n<s;n++)i=this.scenes[n],i.isDynamic||this.rayCaster.init(t,this.camera).intersectObjectBy(i,Ih,!0,r);return r.length&&(s.isStatic=!0,Dh(r,s)),s}dispatchEventByTarget(t,e){var i;if(!(null==t?void 0:t.visible))return;let n=!1;for(;t&&(n=null==(i=t.userData)?void 0:i.cancelBubble,"function"==typeof t.dispatchEvent&&t.dispatchEvent(e),t=t.parent,!n););n||this.dispatchEvent(e)}setCursor(t){this.dom instanceof vh&&"function"==typeof self.postMessage?self.postMessage({type:"setCursor",cursorStyle:t}):this.dom.style&&(this.dom.style.cursor=t||"default")}}function Ih(t){return t.visible}function Dh(t,e={}){var i,n,s;let r=t.find((t=>{var e,i;return t.visible&&t.selectable&&(null==(e=t.userData)?void 0:e.assetType)===(null==(i=Ae.config)?void 0:i.assetType)}));return r?(e.id=(null==(i=r.userData)?void 0:i.id)||r.name,e.target=r,(null==(n=r.userData)?void 0:n.assetType)&&(e.assetType=null==(s=r.userData)?void 0:s.assetType),r.isDummy&&(e.isDummy=!0),e):e}const Lh=new We,Bh=new We;var Ph=(t=>(t.CONTEXTMENU="contextmenu",t.MOUSEDOWN="mousedown",t.MOUSEMOVE="mousemove",t.MOUSEUP="mouseup",t.POINTERDOWN="pointerdown",t.POINTERMOVE="pointermove",t.POINTERUP="pointerup",t.POINTEROUT="pointerout",t.POINTEROVER="pointerover",t.TOUCHSTART="touchstart",t.TOUCHMOVE="touchmove",t.TOUCHEND="touchend",t.WHEEL="wheel",t.WHEEL_END="wheelend",t.KEYDOWN="keydown",t.TAP="tap",t.SINGLE_TAP="singletap",t.DOUBLE_TAP="doubletap",t.PRESS="press",t.HOVER="hover",t.PAN_START="panstart",t.PAN_MOVE="panmove",t.PAN_END="panend",t.DRAG_END="dragend",t))(Ph||{});class kh extends Wi{constructor(t,e){super(),d(this,"name","OrbitControls2"),d(this,"isSvg",!1),d(this,"dom"),d(this,"domOffset",new We),d(this,"camera"),d(this,"enabled",!0),d(this,"enablePan",!0),d(this,"enableRotate",!0),d(this,"rotateSpeed",1),d(this,"enableZoom",!0),d(this,"minZoom",0),d(this,"maxZoom",1/0),d(this,"zoomSpeed",1),d(this,"zoomChanged",!1),d(this,"distanceStart",1),d(this,"distanceEnd",1),d(this,"state",-1),d(this,"EPS",1e-6),d(this,"focus",new We),d(this,"target",new We),d(this,"scaled",1),d(this,"rotateTheta",0),d(this,"enableDamping",!1),d(this,"dampingFactor",.05),d(this,"mouseButtons",{LEFT:2,MIDDLE:1,RIGHT:0}),d(this,"isWheeling",!1),d(this,"finalTimer"),d(this,"rotateStart",new We),d(this,"rotateEnd",new We),d(this,"rotateDelta",new We),d(this,"panStart",new We),d(this,"panEnd",new We),d(this,"panOffset",new We),d(this,"dollyStart",0),d(this,"dollyOffset",new We),d(this,"contextMenuHandler",this.handleContextMenu.bind(this)),d(this,"wheelHandler",this.handleWheel.bind(this)),d(this,"pointerDownHandler",this.handlePointerDown.bind(this)),d(this,"pointerUpHandler",this.handlePointerUp.bind(this)),d(this,"pointerMoveHandler",this.handlePointerMove.bind(this)),d(this,"pointerOverHandler",ri.debounce(this.handlePointerOver.bind(this),100)),d(this,"pointerLeaveHandler",this.handlePointerLeave.bind(this)),d(this,"tapHandler",this.handleTap.bind(this)),d(this,"panHandler",this.handlePan.bind(this)),d(this,"pinchHandler",this.handlePinch.bind(this)),d(this,"pressHandler",this.handlePress.bind(this)),d(this,"swipeHandler",this.handleSwipe.bind(this)),d(this,"hammerInputHandler",this.handleHammerInput.bind(this)),this.dom=t,this.camera=e,this.scaled=e.scaled.x,this.resize(),this.dom.style.touchAction="none",this.bindEvents()}destroy(){this.unbindEvents(),super.destroy()}resize(){let t=this.dom.getBoundingClientRect();this.domOffset.set(t.left,t.top)}update(){this.camera.position.add(this.panOffset).add(this.dollyOffset),this.camera.scaled.set(this.scaled,this.scaled),this.rotateTheta&&(this.camera.rotation.x-=this.rotateTheta,Nh.copy(this.camera.position).rotateAround(this.focus,-this.rotateTheta),this.camera.position.copy(Nh)),this.camera.update(),this.panOffset.set(0,0),this.dollyOffset.set(0,0),this.scaled=this.camera.scaled.x,this.rotateTheta=0,this.dispatchEvent({type:"cameraChanged",data:{t:this.camera.position,r:this.camera.rotation.x,s:this.camera.scaled.x}})}bindEvents(){this.unbindEvents(),this.dom.addEventListener("panstart",this.panHandler),this.dom.addEventListener("panmove",this.panHandler),this.dom.addEventListener("panend",this.panHandler),this.dom.addEventListener("pinchstart",this.pinchHandler),this.dom.addEventListener("pinchmove",this.pinchHandler),this.dom.addEventListener("pinchend",this.pinchHandler),this.dom.addEventListener("singletap",this.tapHandler),this.dom.addEventListener("press",this.pressHandler),this.dom.addEventListener("hammer.input",this.hammerInputHandler),this.dom.addEventListener("contextmenu",this.contextMenuHandler),this.dom.addEventListener("wheel",this.wheelHandler,{passive:!1}),this.dom.addEventListener("mousemove",this.pointerOverHandler)}unbindEvents(){this.dom.removeEventListener("panstart",this.panHandler),this.dom.removeEventListener("panmove",this.panHandler),this.dom.removeEventListener("panend",this.panHandler),this.dom.removeEventListener("pinchstart",this.pinchHandler),this.dom.removeEventListener("pinchmove",this.pinchHandler),this.dom.removeEventListener("pinchend",this.pinchHandler),this.dom.removeEventListener("singletap",this.tapHandler),this.dom.removeEventListener("press",this.pressHandler),this.dom.removeEventListener("hammer.input",this.hammerInputHandler),this.dom.removeEventListener("contextmenu",this.contextMenuHandler),this.dom.removeEventListener("wheel",this.wheelHandler),this.dom.removeEventListener("mousemove",this.pointerOverHandler)}setFocus(t,e){this.focus.set(t,e).sub(this.domOffset).unproject(this.camera)}handleTap(t){"function"==typeof t.preventDefault&&t.preventDefault(),Oh.set(t.center.x,t.center.y).sub(this.domOffset),this.dispatchEvent({type:"tap",data:{screenCoords:{x:Oh.x,y:Oh.y}},e:t})}handleDoubleTap(t){"function"==typeof t.preventDefault&&t.preventDefault(),Oh.set(t.center.x,t.center.y).sub(this.domOffset),this.dispatchEvent({type:"doubletap",data:{screenCoords:{x:Oh.x,y:Oh.y}}})}handlePress(t){"function"==typeof t.preventDefault&&t.preventDefault()}handlePan(t){var e;if(this.scaled=this.camera.scaled.x,1!==(null==(e=t.pointers)?void 0:e.length))return;"function"==typeof t.preventDefault&&t.preventDefault();const i={type:"panmove",data:{}};(t.isFirst||"panstart"===t.type)&&(this.state=2,this.panStart.set(t.center.x,t.center.y),i.type="panstart"),(t.isFinal||"panend"===t.type)&&(this.state=-1,i.type="panend"),this.panEnd.set(t.center.x,t.center.y),this.panOffset.subVectors(this.panEnd,this.panStart).multiplyScalar(-this.camera.scaled.x,-this.camera.scaled.y*(this.camera.flipY?1:-1)).rotate(this.camera.rotation.x),this.panStart.copy(this.panEnd),Oh.set(t.center.x,t.center.y).sub(this.domOffset),i.data.screenCoords=Oh.clone(),this.dispatchEvent(i),this.enablePan&&this.update()}handlePinch(t){"function"==typeof t.preventDefault&&t.preventDefault(),"pinchstart"===t.type&&(this.dollyStart=this.camera.scaled.x,this.state=1),(t.isFinal||"pinchend"===t.type)&&(this.state=-1),this.scaled=this.dollyStart*(1/t.scale);let e=(this.scaled-this.camera.scaled.x)/this.camera.scaled.x;this.setFocus(t.center.x,t.center.y),this.dollyOffset.copy(this.camera.position).lerp(this.focus,-e).sub(this.camera.position),this.update()}handleRotate(t){"function"==typeof t.preventDefault&&t.preventDefault()}handleSwipe(t){"function"==typeof t.preventDefault&&t.preventDefault()}handleHammerInput(t){t.isFirst&&(this.state=9),t.isFinal&&(this.state=-1)}handleContextMenu(t){this.enabled&&"function"==typeof t.preventDefault&&t.preventDefault()}handleWheel(t){if("function"==typeof t.preventDefault&&t.preventDefault(),!this.enabled||!this.enableZoom||-1!==this.state)return;this.isWheeling||(this.dispatchEvent({type:"wheelstart"}),this.isWheeling=!0),"function"==typeof t.preventDefault&&t.preventDefault(),"function"==typeof t.stopPropagation&&t.stopPropagation();let e=t.deltaY;1===(null==t?void 0:t.deltaMode)?e*=16:2===(null==t?void 0:t.deltaMode)&&(e*=100),(null==t?void 0:t.ctrlKey)&&(e*=10),this.setFocus(t.clientX,t.clientY);let i=this.getZoomScale(e);e<0?this.onDollyIn(i):e>0?this.onDollyOut(i):(this.scaled=this.camera.scaled.x,this.dollyOffset.set(0,0)),this.update(),clearTimeout(this.finalTimer),this.finalTimer=setTimeout((()=>{this.isWheeling&&(this.dispatchEvent({type:"wheelend"}),this.isWheeling=!1)}),500)}onDollyIn(t){this.scaled=Math.max(this.minZoom,Math.min(this.maxZoom,this.camera.scaled.x*t)),this.dollyOffset.copy(this.camera.position).lerp(this.focus,1-t).sub(this.camera.position)}onDollyOut(t){this.scaled=Math.max(this.minZoom,Math.min(this.maxZoom,this.camera.scaled.x/t)),this.dollyOffset.copy(this.camera.position).lerp(this.focus,-1+t).sub(this.camera.position)}getZoomScale(t){return Math.pow(.95,this.zoomSpeed*Math.abs(.03*t))}handlePointerDown(t){if(this.scaled=this.camera.scaled.x,!this.enabled)return;if(2!==t.button)return;this.dom.addEventListener("pointermove",this.pointerMoveHandler),this.dom.addEventListener("pointerup",this.pointerUpHandler);let e=-1;0===t.button?e=this.mouseButtons.LEFT:1===t.button?e=this.mouseButtons.MIDDLE:2===t.button&&(e=this.mouseButtons.RIGHT),0===e&&(this.rotateStart.set(t.clientX,t.clientY),this.setFocus(this.rotateStart.x,this.rotateStart.y),this.state=0)}handlePointerUp(){this.dom.removeEventListener("pointermove",this.pointerMoveHandler),this.dom.removeEventListener("pointerup",this.pointerUpHandler),this.state=-1}handlePointerLeave(){this.state=-1}handlePointerMove(t){if(this.enabled&&0===this.state){if(!this.enableRotate)return;this.onRotate(t.clientX,t.clientY)}}handlePointerOver(t){t.buttons>0||(Oh.set(t.clientX,t.clientY).sub(this.domOffset),this.dispatchEvent({type:"pointerover",data:{screenCoords:{x:Oh.x,y:Oh.y}},e:t}))}onRotate(t,e){this.rotateEnd.set(t,e),this.rotateDelta.subVectors(this.rotateEnd,this.rotateStart).multiplyScalar(this.rotateSpeed);const i=this.rotateDelta.x*Math.PI*2/this.dom.clientHeight;this.rotateTheta-=i,this.rotateStart.copy(this.rotateEnd),this.update()}}const Nh=new We,Oh=new We;var Rh=(t=>(t.CONTEXTMENU="contextmenu",t.LOSTPOINTERCAPTURE="lostpointercapture",t.MOUSEOVER="mouseover",t.MOUSEOUT="mouseout",t.MOUSELEAVE="mouseleave",t.MOUSEENTER="mouseenter",t.MOUSEMOVE="mousemove",t.MOUSEDOWN="mousedown",t.MOUSEUP="mouseup",t.POINTERMOVE="pointermove",t.POINTERDOWN="pointerdown",t.POINTERUP="pointerup",t.POINTERCANCEL="pointercancel",t.POINTEROUT="pointerout",t.POINTERLEAVE="pointerleave",t.POINTEROVER="pointerover",t.POINTERENTER="pointerenter",t.TOUCHSTART="touchstart",t.TOUCHEND="touchend",t.TOUCHMOVE="touchmove",t.TOUCHCANCEL="touchcancel",t.WHEEL="wheel",t.WHEEL_START="wheelstart",t.WHEEL_END="wheelend",t.MOUSEWHEEL="mousewheel",t.CLICK="click",t.DBLCLICK="dblclick",t.CONTEXT_LOST="contextlost",t.CONTEXT_RESTORED="contextrestored",t.CONTROLS_CHANGED="controlschanged",t.TAP="tap",t.SINGLE_TAP="singletap",t.DOUBLE_TAP="doubletap",t.PRESS="press",t.PAN="pan",t.PAN_START="panstart",t.PAN_MOVE="panmove",t.PAN_END="panend",t.ROTATE="rotate",t.ROTATE_START="rotatestart",t.ROTATE_MOVE="rotatemove",t.ROTATE_END="rotateend",t.PINCH="pinch",t.PINCH_START="pinchstart",t.PINCH_MOVE="pinchmove",t.PINCH_END="pinchend",t.PINCH_IN="pinchin",t.PINCH_OUT="pinchout",t.SWIPE="swipe",t.CHANGE_START="change_start",t.CHANGE_END="change_end",t.CAMERA_CHANGED="cameraChanged",t))(Rh||{});class zh{constructor(t){d(this,"params"),d(this,"percent"),d(this,"path"),d(this,"boundingBox",new ai),this.params=t,this.percent=null==t?void 0:t.percent}_init(t){return this.attr(t),this}attr(t,e){if(!t)return this;if("string"==typeof t)this.attrKV(t,e);else if("object"==typeof t){let e=Object.keys(t);for(let i,n=0,s=e.length;n<s;n++)i=e[n],this.attrKV(i,t[i])}return this}attrKV(t,e){return this[t]=e,this}buildPath(t,e,i){}setPoints(t){return t&&t.length?(this.points=t,this):this}computeBoundingBox(t=new ai){return this.boundingBox.makeEmpty(),this.path||(this.path=new cn),this.path.reset(),this.buildPath(this.path,this),this.path.computeBoundingBox(this.boundingBox),t.copy(this.boundingBox),t}isPointInBoundingBox(t){return!!this.boundingBox&&this.boundingBox.containsPoint(t)}isPointInPath(t){return!!this.isPointInBoundingBox(t)&&("function"==typeof Path2D?this.isPointInPathByPath2D(t):this.isPointInPathByCtx(t))}isPointInPathByCtx(t){let e=!1;return Hh.save(),this.buildPath(Hh,this),e=Hh.isPointInPath(t.x,t.y),Hh.restore(),e}isPointInPathByPath2D(t){if(!Path2D)return!1;const e=new Path2D;return this.buildPath(e,this),Hh.isPointInPath(e,t.x,t.y)}isBoxIntersectsBoundingBox(t){return!!this.boundingBox&&this.boundingBox.intersectsBox(t)}isBoxIntersectsPath(t){return!!this.isBoxIntersectsBoundingBox(t)}}const Hh=Tn.get("RAY_CASTER",10,10).getContext("2d");class Wh extends zh{constructor(t){super(t),this._init(t),this.flipY&&this.scale(1,-1)}initByPathProxy(t){var e;if(!t||!(null==(e=t.data)?void 0:e.length))throw new Error("GeoShape.initByPathProxy: path is required.");this.path=t;const i=t.data,n=[];let s=0;for(s=0;s<i.length;)switch(i[s++]){case 1:n.push([1,i[s++],i[s++]]);break;case 2:n.push([2,i[s++],i[s++]]);break;case 3:n.push([3,i[s++],i[s++],i[s++],i[s++],i[s++],i[s++]]);break;case 4:n.push([4,i[s++],i[s++],i[s++],i[s++]]);break;case 5:n.push([5,i[s++],i[s++],i[s++],i[s++],i[s++],i[s++],i[s++],i[s++]]);break;case ln:n.push([ln,i[s++],i[s++],i[s++],i[s++]]);break;case un:n.push([un,i[s++],i[s++],i[s++],i[s++],i[s++],i[s++],i[s++],i[s++]]);break;case hn:n.push([hn])}return this.cmds=n,this}computeBoundingBox(t=new ai){return super.computeBoundingBox(t),this.boundingBox}buildPath(t,e,i){if(0===this.percent)return;const{cmds:n}=this;for(let e=0,i=(null==n?void 0:n.length)||0;e<i;e++){const[i,...s]=n[e];switch(i){case 1:t.moveTo(...s);break;case 2:t.lineTo(...s);break;case 3:t.bezierCurveTo(...s);break;case 4:t.quadraticCurveTo(...s);break;case 5:t.arc(s[0],s[1],s[2],s[3],s[4],!!s[5]);break;case hn:t.closePath();break;case ln:t.rect(...s);break;case un:t.ellipse(s[0],s[1],s[2],s[3],s[4],s[5],s[6],!!s[7])}}}scale(t,e){this.transform(Fh.makeScale(t,e))}transform(t){const e=[],{cmds:i}=this;for(let n=0,s=(null==i?void 0:i.length)||0;n<s;n++){const[s,...r]=i[n];switch(s){case 1:case 2:case ln:Uh.set(r[0],r[1]).applyMatrix3(t),e[n]=[s,Uh.x,Uh.y];break;case 3:Uh.set(r[0],r[1]).applyMatrix3(t),Vh.set(r[2],r[3]).applyMatrix3(t),qh.set(r[4],r[5]).applyMatrix3(t),e[n]=[s,Uh.x,Uh.y,Vh.x,Vh.y,qh.x,qh.y];break;case 4:Uh.set(r[0],r[1]).applyMatrix3(t),Vh.set(r[2],r[3]).applyMatrix3(t),e[n]=[s,Uh.x,Uh.y,Vh.x,Vh.y];break;case 5:Uh.set(r[0],r[1]).applyMatrix3(t),e[n]=[s,Uh.x,Uh.y,r[2],r[3],r[4],r[5],r[6]];break;case un:{Uh.set(r[0],r[1]).applyMatrix3(t);const[i,a,o,h,l,u,c,d]=r,p=-l,f=-u,m=-c,g=!d;e[n]=[s,Uh.x,Uh.y,o,h,p,f,m,g?1:0];break}case hn:e[n]=[s]}}this.cmds=e}}const Fh=new Fi,Uh=new We,Vh=new We,qh=new We;class jh{static getPathProxyByNode(t){if(t)return In.getInstance().parseNode(t)}static mergeGeoShapes(t,e){var i,n,s;if(!(null==t?void 0:t.length))throw new Error("empty geos");const r={cmds:ri.flatMap(t,(t=>t.cmds||[]))};return(null==(i=t[0])?void 0:i.lineWidth)&&(r.lineWidth=t[0].lineWidth),(null==(n=t[0])?void 0:n.thinLine)&&(r.thinLine=t[0].thinLine),(null==(s=t[0])?void 0:s.closed)&&(r.closed=t[0].closed),new Wh(r)}static getArrowByPathProxy(t,e={},i=new cn){i.dispose();const{arrowType:n=0,arrowLength:s=10,arrowDeg:r=30}=e||{};if(!t||!n)return i;const a=t.getVertices();if(!(null==a?void 0:a.length)||a.length<4)return i;if(n>0){if($h.set(a[2],a[3]),Zh.set(a[0],a[1]),$h.equals(Zh))return i;Xh.subVectors($h,Zh),Jh.lerpVectors(Zh,$h,s/Xh.length()),Qh.copy(Jh).rotateAround(Zh,Ie(r)),Kh.copy(Jh).rotateAround(Zh,-Ie(r))}else{const t=a.length;if($h.set(a[t-4],a[t-3]),Zh.set(a[t-2],a[t-1]),$h.equals(Zh))return i;Xh.subVectors($h,Zh),Jh.lerpVectors(Zh,$h,s/Xh.length()),Qh.copy(Jh).rotateAround(Zh,Ie(r)),Kh.copy(Jh).rotateAround(Zh,-Ie(r))}return Jh.lerpVectors(Zh,Jh,.6),Gh.subVectors(Zh,Jh),Yh.makeTranslation(Gh.x,Gh.y),Zh.applyMatrix3(Yh),Jh.applyMatrix3(Yh),Qh.applyMatrix3(Yh),Kh.applyMatrix3(Yh),i.moveTo(Jh.x,Jh.y),i.lineTo(Qh.x,Qh.y),i.lineTo(Zh.x,Zh.y),i.lineTo(Kh.x,Kh.y),i.lineTo(Jh.x,Jh.y),i}}const Yh=new Fi,Gh=new We,$h=new We,Xh=new We,Zh=new We,Jh=new We,Qh=new We,Kh=new We;class tl extends Yo{constructor(t,e){super(t,e),d(this,"type",Ho.DRAW_POLYLINE),d(this,"_cpsId",`${this.type}-cps`),d(this,"_cpId",`${this._cpsId}-c-`),d(this,"_mpId",`${this._cpsId}-m-`),d(this,"_bblId",`${this._cpsId}-bbl`),d(this,"_spId",`${this._cpsId}-scale`),d(this,"_rpId",`${this._cpsId}-rotate`),d(this,"_dpId",`${this._cpsId}-del`),d(this,"_tipsId",`${this.type}-tips`),d(this,"_cpsLimit",2),d(this,"strokeArrow",0),d(this,"arrowShape"),this._controlPoints=this.getControlPoints(),this._boundingBoxLine=this.getBoundingBoxLine(),this._tips=this.getTips()}activate(){super.activate()}deactivate(){super.deactivate()}editorStrokeWidthChanged(t){super.editorStrokeWidthChanged(t),this.updateArrowShape()}editorStrokeArrowChanged(t){this._bindedShape&&(this.strokeArrow=t,this.updateArrowShape())}getShape(t){let e=this._locals.find((e=>e.id===t));if(!e){const i="none",n=new Re(Ae.config.editor.stroke||Le.darkGreen).setA(.8).getStyle(),s=Ae.config.editor.strokeWidth||5,r=el/2,a=(new cn).moveTo(-50,-50).lineTo(r,r);e=Gn({id:t,fill:i,stroke:n,strokeWidth:s,d:a.data}),t&&(e.setAttribute(`${Pi}-type`,this.type.toString()),this._locals.push(e),this.mountShape(e,this._controlPoints))}return e}getControlPoints(){const t=super.getControlPoints();this._bindedShape?In.getPathProxyBySvgPathD(this._bindedShape.getAttribute("d"),pl.dispose()):In.getPathProxyBySvgPathD(this.getShape().getAttribute("d"),pl.dispose());const e=pl.getControlPoints(),i=Ae.config.editor.strokeWidth;for(let n=0,s=e.length;n<s;n++){const s=n?this._cpFill:this._cpStroke,r=Yn({id:`${this._cpId}${n+1}`,x:0,y:0,r:i,fill:s,stroke:this._cpStroke});if(r.setAttribute(`${Pi}-type`,(Ho.DRAW_POLYGON|Ho.DRAG).toString()),t.appendChild(r),!n)continue;nl.copy(e[n-1]),il.copy(e[n]).add(nl).multiplyScalar(.5);const a=Yn({id:`${this._mpId}${n+1}`,x:0,y:0,r:i,fill:this._mpFill,stroke:this._mpStroke});a.setAttribute(`${Pi}-type`,(Ho.DRAW_POLYGON|Ho.DRAG).toString()),t.appendChild(a)}return t}getArrowShape(t){if(!t)return;if(!this._bindedShape)return;const e=new Re(Ae.config.editor.stroke||Le.darkGreen).setA(1).getStyle(),i=new Re(Ae.config.editor.stroke||Le.darkGreen).setA(.8).getStyle(),n=Ae.config.editor.strokeWidth||5;if(!this.arrowShape){const i=`${this.type}-${t>0?"st":"ed"}-arrow`;this.arrowShape=Gn({id:i,fill:e})}this.arrowShape.setAttribute("fill",e),this.arrowShape.setAttribute("stroke",i),jh.getArrowByPathProxy(pl,{arrowType:this.strokeArrow,arrowLength:3*n},fl.dispose());const s=In.getSvgPathDByData(fl.data);return this.arrowShape.setAttribute("d",s),this.arrowShape}beforeDragStart(t){this.splitByControlPoint(null==t?void 0:t.target,null==t?void 0:t.center)}handleDragStart(t){super.handleDragStart(t),this.updateArrowShape()}handleDragMove(t){super.handleDragMove(t),this.updateArrowShape()}handleDragEnd(t){super.handleDragEnd(t),this.updateArrowShape()}handleDoubleTap(t){var e,i;if((null==t?void 0:t.type)!==Rh.DOUBLE_TAP)return;const n=this._getIntersect(this._controlPoints.children,null==(e=null==t?void 0:t.data)?void 0:e.worldCoords);this.mergeByControlPoint(n,null==(i=null==t?void 0:t.data)?void 0:i.worldCoords),this.updateControlPoints(this._controlPoints),this.updateBoundingBoxLine(),this.updateOperations(),this.updateTips()}updateControlPoints(t,e){var i;if(!t)return;if(!this._bindedShape)return;if(In.getPathProxyBySvgPathD(null==(i=this._bindedShape)?void 0:i.getAttribute("d"),pl.dispose()),pl.getControlPoints(ml),!(null==ml?void 0:ml.length))return;const n=t.id;if(In.parseNodeTransform(this._bindedShape,ul).decompose(al,ol,hl),e||(e=al.clone()),cl.makeScale(hl.x,hl.y).premultiply(dl.makeRotation(ol.x)),t===this._controlPoints)for(let t=0,i=ml.length;t<i;t++)nl.copy(ml[t]).applyMatrix3(cl),sl.copy(ml[t?t-1:i-1]).applyMatrix3(cl),rl.copy(e).add(nl),Xn(ri.find(this._controlPoints.children,(e=>e.id===`${this._cpId}${t+1}`)),rl),rl.addVectors(sl,nl).multiplyScalar(.5).add(e),Xn(ri.find(this._controlPoints.children,(e=>e.id===`${this._mpId}${t+1}`)),rl);else if(ri.startsWith(n,this._cpId)){rl.copy(e),Xn(t,rl);const i=this.getCpIdx(n),s=i?i-1:ml.length-1,r=i===ml.length-1?0:i+1;ml[i].copy(rl.copy(e).applyMatrix3(ul.invert()));const a=ri.find(this._controlPoints.children,(t=>t.id===`${this._mpId}${i+1}`));nl.copy(ml[s]).applyMatrix3(cl),sl.copy(ml[i]).applyMatrix3(cl),rl.addVectors(nl,sl).multiplyScalar(.5).sub(sl).add(e),Xn(a,rl);const o=ri.find(this._controlPoints.children,(t=>t.id===`${this._mpId}${i===ml.length-1?1:i+2}`));nl.copy(ml[i]).applyMatrix3(cl),sl.copy(ml[r]).applyMatrix3(cl),rl.addVectors(nl,sl).multiplyScalar(.5).sub(nl).add(e),Xn(o,rl)}else ri.startsWith(n,this._mpId)&&Xn(t,e);this.updateControlPointsRadius()}updateByControlPoints(t){var e;if(!this._bindedShape||!this._bindedControlPoint||!(null==(e=pl.data)?void 0:e.length))return;const i=this._bindedControlPoint.id;if(ri.startsWith(i,this._mpId))return;if(ri.startsWith(i,this._spId)||ri.startsWith(i,this._rpId))return;In.getBoundingBoxByNode(this._controlPoints,ll).getCenter(nl),In.parseNodeTransform(this._bindedShape,ul),nl.copy(t).applyMatrix3(ul.invert()),pl.getControlPoints(ml);const n=this.getCpIdx(i);ml[n].copy(nl),pl.dispose();for(let t=0,e=ml.length;t<e;t++)t?pl.lineTo(ml[t].x,ml[t].y):pl.moveTo(ml[t].x,ml[t].y);const s=In.getSvgPathDByData(pl.data);this._bindedShape.setAttribute("d",s)}updateArrowShape(){var t,e,i;if(!this._bindedShape||!(null==(t=pl.data)?void 0:t.length))return;this.arrowShape&&this.unmountShape(this.arrowShape),this.arrowShape=this.getArrowShape(this.strokeArrow),this.arrowShape&&this.mountShape(this.arrowShape,this._controlPoints);const n=this._bindedShape.getAttribute("transform");n?null==(e=this.arrowShape)||e.setAttribute("transform",n):null==(i=this.arrowShape)||i.removeAttribute("transform")}}const el=100,il=new We,nl=new We,sl=new We,rl=new We,al=new We,ol=new We,hl=new We,ll=new ai,ul=new Fi,cl=new Fi,dl=new Fi,pl=new cn,fl=new cn,ml=[];class gl extends Yo{constructor(t,e){super(t,e),d(this,"type",Ho.DRAW_POLYGON),d(this,"_cpsId",`${this.type}-cps`),d(this,"_cpId",`${this._cpsId}-c-`),d(this,"_mpId",`${this._cpsId}-m-`),d(this,"_bblId",`${this._cpsId}-bbl`),d(this,"_spId",`${this._cpsId}-scale`),d(this,"_rpId",`${this._cpsId}-rotate`),d(this,"_dpId",`${this._cpsId}-del`),d(this,"_tipsId",`${this.type}-tips`),d(this,"_cpsLimit",3),this._controlPoints=this.getControlPoints(),this._boundingBoxLine=this.getBoundingBoxLine(),this._tips=this.getTips()}activate(){super.activate()}deactivate(){super.deactivate()}getShape(t){let e=this._locals.find((e=>e.id===t));if(!e){const i=new Re(Ae.config.editor.fill||Le.green).setA(.6).getStyle(),n=new Re(Ae.config.editor.stroke||Le.darkGreen).setA(.8).getStyle(),s=Ae.config.editor.strokeWidth||5,r=yl/2,a=(new cn).moveTo(-50,r).lineTo(r,r).lineTo(r,-50).lineTo(-50,-50).closePath();e=Gn({id:t,fill:i,stroke:n,strokeWidth:s,d:a.data}),t&&(e.setAttribute(`${Pi}-type`,this.type.toString()),this._locals.push(e),this.mountShape(e,this._controlPoints))}return e}getControlPoints(){const t=super.getControlPoints();this._bindedShape?In.getPathProxyBySvgPathD(this._bindedShape.getAttribute("d"),Cl.dispose()):In.getPathProxyBySvgPathD(this.getShape().getAttribute("d"),Cl.dispose());const e=Cl.getControlPoints(),i=Ae.config.editor.strokeWidth;for(let n=0,s=e.length;n<s;n++){const r=n?this._cpFill:this._cpStroke,a=Yn({id:`${this._cpId}${n+1}`,x:0,y:0,r:i,fill:r,stroke:this._cpStroke});a.setAttribute(`${Pi}-type`,(Ho.DRAW_POLYGON|Ho.DRAG).toString()),t.appendChild(a),n?xl.copy(e[n-1]):xl.copy(e[s-1]),vl.copy(e[n]).add(xl).multiplyScalar(.5);const o=Yn({id:`${this._mpId}${n+1}`,x:0,y:0,r:i,fill:this._mpFill,stroke:this._mpStroke});o.setAttribute(`${Pi}-type`,(Ho.DRAW_POLYGON|Ho.DRAG).toString()),t.appendChild(o)}return t}beforeDragStart(t){this.splitByControlPoint(null==t?void 0:t.target,null==t?void 0:t.center)}handleDoubleTap(t){var e,i;if((null==t?void 0:t.type)!==Rh.DOUBLE_TAP)return;const n=this._getIntersect(this._controlPoints.children,null==(e=null==t?void 0:t.data)?void 0:e.worldCoords);this.mergeByControlPoint(n,null==(i=null==t?void 0:t.data)?void 0:i.worldCoords),this.updateControlPoints(this._controlPoints),this.updateBoundingBoxLine(),this.updateOperations(),this.updateTips()}updateControlPoints(t,e){var i;if(!t)return;if(!this._bindedShape)return;if(In.getPathProxyBySvgPathD(null==(i=this._bindedShape)?void 0:i.getAttribute("d"),Cl.dispose()),Cl.getControlPoints(Il),!(null==Il?void 0:Il.length))return;const n=t.id;if(In.parseNodeTransform(this._bindedShape,Ml).decompose(_l,Sl,El),e||(e=_l.clone()),Al.makeScale(El.x,El.y).premultiply(Tl.makeRotation(Sl.x)),t===this._controlPoints)for(let t=0,i=Il.length;t<i;t++)xl.copy(Il[t]).applyMatrix3(Al),bl.copy(Il[t?t-1:i-1]).applyMatrix3(Al),wl.copy(e).add(xl),Xn(ri.find(this._controlPoints.children,(e=>e.id===`${this._cpId}${t+1}`)),wl),wl.addVectors(bl,xl).multiplyScalar(.5).add(e),Xn(ri.find(this._controlPoints.children,(e=>e.id===`${this._mpId}${t+1}`)),wl);else if(ri.startsWith(n,this._cpId)){wl.copy(e),Xn(t,wl);const i=this.getCpIdx(n),s=i?i-1:Il.length-1,r=i===Il.length-1?0:i+1;Il[i].copy(wl.copy(e).applyMatrix3(Ml.invert()));const a=ri.find(this._controlPoints.children,(t=>t.id===`${this._mpId}${i+1}`));xl.copy(Il[s]).applyMatrix3(Al),bl.copy(Il[i]).applyMatrix3(Al),wl.addVectors(xl,bl).multiplyScalar(.5).sub(bl).add(e),Xn(a,wl);const o=ri.find(this._controlPoints.children,(t=>t.id===`${this._mpId}${i===Il.length-1?1:i+2}`));xl.copy(Il[i]).applyMatrix3(Al),bl.copy(Il[r]).applyMatrix3(Al),wl.addVectors(xl,bl).multiplyScalar(.5).sub(xl).add(e),Xn(o,wl)}else ri.startsWith(n,this._mpId)&&Xn(t,e);this.updateControlPointsRadius()}updateByControlPoints(t){var e;if(!this._bindedShape||!this._bindedControlPoint||!(null==(e=Cl.data)?void 0:e.length))return;const i=this._bindedControlPoint.id;if(ri.startsWith(i,this._mpId))return;if(ri.startsWith(i,this._spId)||ri.startsWith(i,this._rpId))return;In.parseNodeTransform(this._bindedShape,Ml),xl.copy(t).applyMatrix3(Ml.invert()),Cl.getControlPoints(Il);const n=this.getCpIdx(i);Il[n].copy(xl),Cl.dispose();for(let t=0,e=Il.length;t<e;t++)t?Cl.lineTo(Il[t].x,Il[t].y):Cl.moveTo(Il[t].x,Il[t].y);Cl.closePath();const s=In.getSvgPathDByData(Cl.data);this._bindedShape.setAttribute("d",s)}}const yl=100,vl=new We,xl=new We,bl=new We,wl=new We,_l=new We,Sl=new We,El=new We,Ml=new Fi,Al=new Fi,Tl=new Fi,Cl=new cn,Il=[];class Dl extends Yo{constructor(t,e){super(t,e),d(this,"type",Ho.DRAW_TEXT),d(this,"_cpsId",`${this.type}-cps`),d(this,"_cpId",`${this._cpsId}-c-`),d(this,"_clId",`${this._cpsId}-cl-`),d(this,"_cpsLimit",3),d(this,"_fspl",1),this._controlPoints=this.getControlPoints()}activate(){super.activate()}deactivate(){super.deactivate()}getShape(t){let e=this._locals.find((e=>e.id===t));if(!e){const i=new Re(Ae.config.editor.fill||Le.green).getStyle();e=$n({id:`${this.type}-text`,textContent:"Text",fontSize:Ae.config.editor.fontSize||Ll,fill:i,textAnchor:"middle",textBaseline:"middle"}),t&&(e.setAttribute(`${Pi}-type`,this.type.toString()),this._locals.push(e),this.mountShape(e,this._controlPoints))}return e}getControlPoints(){const t=Zn(this._cpsId),e=Gn({id:`${this._clId}1`,fill:"none",stroke:this._cpStroke,strokeWidth:1,d:[],strokeDasharray:"5"});t.appendChild(e);const i=Ae.config.editor.strokeWidth,n=this._cpFill,s=Yn({id:`${this._cpId}1`,x:0,y:0,r:i,fill:n,stroke:this._cpStroke});return s.setAttribute(`${Pi}-type`,(Ho.DRAW_POLYGON|Ho.DRAG).toString()),t.appendChild(s),t}beforeDragStart(t){this.splitByControlPoint(null==t?void 0:t.target,null==t?void 0:t.center)}handleDoubleTap(t){var e,i;if((null==t?void 0:t.type)!==Rh.DOUBLE_TAP)return;const n=this._getIntersect(this._controlPoints.children,null==(e=null==t?void 0:t.data)?void 0:e.worldCoords);this.mergeByControlPoint(n,null==(i=null==t?void 0:t.data)?void 0:i.worldCoords)}updateControlPoints(t,e){if(!this._bindedShape)return;const i=ri.find(this._controlPoints.children,(t=>t.id===`${this._cpId}1`));if(!i)return;In.getBoundingBoxByNode(this._bindedShape,Ol).getSize(Pl),Ol.getCenter(Bl),Nl.copy(Bl).add(kl.set(Pl.x/2,-Pl.y/2)),Jn(i,Nl);const n=parseInt(this._bindedShape.getAttribute("font-size")||"12")/10;i.setAttribute("r",n.toString());const s=ri.find(this._controlPoints.children,(t=>t.id===`${this._clId}1`));Rl.dispose().moveTo(Ol.min.x,Ol.min.y).lineTo(Ol.max.x,Ol.min.y).lineTo(Ol.max.x,Ol.max.y).lineTo(Ol.min.x,Ol.max.y).lineTo(Ol.min.x,Ol.min.y).closePath();const r=In.getSvgPathDByData(Rl.data);s.setAttribute("d",r),this.updateControlPointsRadius()}updateByControlPoints(t){if(!this._bindedShape||!this._bindedControlPoint)return;this._bindedControlPoint.id,In.getBoundingBoxByNode(this._bindedShape,Ol).getCenter(Pl);const e=We.getDistance(Pl,t),i=Math.abs(Math.round(e*this._fspl));this._bindedShape.setAttribute("font-size",i.toString())}}const Ll=20,Bl=new We,Pl=new We,kl=new We,Nl=new We,Ol=new ai,Rl=new cn;class zl extends qo{constructor(t,e){super(t,e),d(this,"type",Ho.DUMMY),d(this,"_locals",[]),d(this,"_bindedShape"),d(this,"currentShape"),d(this,"_cpOffset",new We),d(this,"_dragMap",new Map),d(this,"_labelsMap",new Map)}activate(){super.activate(),this.parent.enableHover(!1)}deactivate(){super.deactivate(),this._dragMap.size>0&&(this._dragMap.forEach((t=>{this.unmountShape(t),this.parent.drop(t)})),this._dragMap.clear()),this.unbindShape()}initDummy(t){var e;if(Array.isArray(t)||(t=[t]),null==t?void 0:t.length){for(let i=0,n=(null==t?void 0:t.length)||0;i<n;i++){const n=t[i];(null==n?void 0:n.id)||(n.id=hs());const s=null==n?void 0:n.id;if(void 0===n.x||void 0===n.y)return;let r=this.getShape(s);if(!r){const t=null==(e=(new DOMParser).parseFromString(n.marker,"image/svg+xml"))?void 0:e.documentElement,{nodeName:i}=t;if(r=document.createElementNS("http://www.w3.org/2000/svg",i),r.setAttribute("id",s),r.setAttribute("class","dummy-point"),Array.from(t.attributes).forEach((t=>r.setAttribute(t.name,t.value))),t.children.length>0?r.innerHTML=t.innerHTML:t.textContent&&(r.textContent=t.textContent),this.mountShape(r),this._locals.push(r),this.parent.drag(r,{id:s,type:this.type}),n.label){let t=r.getAttribute("stroke")||r.getAttribute("fill")||void 0;t&&(t=new Re(t).setA(1).getStyle());const e=$n({id:`${s}_txt`,textContent:n.label,fill:t});this.mountShape(e),this._labelsMap.set(s,e)}}Xn(r,Fl.copy(n))}this.updateLabels()}}deleteCurrentShape(){if(!this._bindedShape)return;const t=si.findIndex(this._locals,(t=>t===this._bindedShape));t>-1&&this._locals.splice(t,1),this.unmountShape(this._bindedShape),this.unbindShape(),this.currentShape=void 0}clearAllShapes(){var t,e;this.deleteCurrentShape();for(let i=0,n=this._locals.length;i<n;i++){this.unmountShape(this._locals[i]);const n=this._labelsMap.get(null==(t=this._locals[i])?void 0:t.id);n&&(this.unmountShape(n),this._labelsMap.delete(null==(e=this._locals[i])?void 0:e.id))}this._locals=[]}handleDragStart(t){var e,i,n;if((null==t?void 0:t.type)!==Gs.PAN_START||(null==(e=null==t?void 0:t.targetVo)?void 0:e.type)!==this.type)return;const{target:s,targetVo:r,center:a}=t||{},o=(null==r?void 0:r.id)||hs();Hl.set(a.x,a.y).sub(this.offset),(null==(i=this.view)?void 0:i.camera)&&Hl.unproject(null==(n=this.view)?void 0:n.camera),this.bindShape(t);const h=this.hasShape(o);this.currentShape=this.getShape(o),h?(In.parseNodeTransform(this.currentShape,ql).getTransition(Ul),this._cpOffset.copy(Hl).sub(Ul)):this._cpOffset.identity(),Hl.sub(this._cpOffset),Xn(this.currentShape,Hl),this.updateLabels()}handleDragMove(t){var e,i;if((null==t?void 0:t.type)!==Gs.PAN_MOVE)return;if(!this.currentShape)return;const{target:n,center:s}=t||{};Hl.set(s.x,s.y).sub(this.offset),(null==(e=this.view)?void 0:e.camera)&&Hl.unproject(null==(i=this.view)?void 0:i.camera),Hl.sub(this._cpOffset),Xn(this.currentShape,Hl),this.updateLabels()}handleDragEnd(t){var e,i,n;if((null==t?void 0:t.type)!==Gs.PAN_END)return;if(!this.currentShape)return;const{target:s,center:r}=t||{};Hl.set(r.x,r.y).sub(this.offset),(null==(e=this.view)?void 0:e.camera)&&Hl.unproject(null==(i=this.view)?void 0:i.camera),Hl.sub(this._cpOffset),Xn(this.currentShape,Hl);const a=null==(n=this.currentShape)?void 0:n.id;a&&!this._dragMap.has(a)&&(this.parent.drag(this.currentShape,{id:a,type:this.type}),this._dragMap.set(a,this.currentShape)),this.currentShape=void 0,this._cpOffset.identity(),this.updateLabels()}hasShape(t){return void 0!==si.find(this._locals,(e=>e.id===t))}getShape(t){let e=this._locals.find((e=>e.id===t));if(e)return e}bindShape(t){var e;const i=this._getIntersect(this._locals,null==(e=null==t?void 0:t.data)?void 0:e.worldCoords);this._bindedShape=i,this._bindedShape||this.unbindShape()}unbindShape(){this._bindedShape=void 0}handleWheel(t){var e,i,n;const s=(null==(n=null==(i=null==(e=this.parent)?void 0:e.view)?void 0:i.camera)?void 0:n.pixelWidth)||1,r=10*s;for(let t=0,e=this._locals.length;t<e;t++)"circle"===this._locals[t].nodeName&&(this._locals[t].setAttribute("stroke-width",String(s)),this._locals[t].setAttribute("r",String(r)));this.updateLabels()}updateLabels(){var t,e,i,n;null==(i=null==(e=null==(t=this.parent)?void 0:t.view)?void 0:e.camera)||i.pixelWidth;for(let t=0,e=(null==(n=this._locals)?void 0:n.length)||0;t<e;t++){const e=this._locals[t].id,i=this._labelsMap.get(e);if(!i)continue;In.getBoundingBoxByNode(this._locals[t],Vl.makeEmpty()),Vl.getSize(Wl);const n=Wl.x/2,s=Math.round(1.5*n);Ul.set(Vl.max.x,Vl.min.y+2*n+1.5*s),Xn(i,Ul),i.setAttribute("font-size",String(s))}}}const Hl=new We,Wl=new We,Fl=new We,Ul=new We,Vl=new ai,ql=new Fi;class jl extends Wi{constructor(t){super(),d(this,"mode",Wo.DEFAULT),d(this,"view"),d(this,"scene"),d(this,"tools",new Map),d(this,"activedTools",new Map),d(this,"tapHandler",this.handleTap.bind(this)),d(this,"doubleTapHandler",this.handleDoubleTap.bind(this)),d(this,"panStartHandler",this.handlePanStart.bind(this)),d(this,"panMoveHandler",this.handlePanMove.bind(this)),d(this,"panEndHandler",this.handlePanEnd.bind(this)),d(this,"_pointerOverHandler",this._handlePointerOver.bind(this)),d(this,"_wheelHandler",this.handleWheel.bind(this)),d(this,"_wheelEndHandler",this.handleWheelEnd.bind(this)),this.view=t,this.register([Ho.HOVER,Ho.DRAG,Ho.DUMMY,Ho.DRAW_POINT,Ho.DRAW_POLYLINE,Ho.DRAW_POLYGON,Ho.DRAW_TEXT]),this.setMode(this.mode)}destroy(){this.dispose(),this.unbindEvents(),this.tools.clear()}dispose(){this.tools.forEach((t=>{t.deactivate&&t.deactivate()})),this.scene=void 0}register(t){Array.isArray(t)||(t=[t]),this.deactiveAll();for(let e,i=0,n=(null==t?void 0:t.length)||0;i<n;i++){e=t[i];let n=this.tools.get(e);if(!n){switch(e){case Ho.HOVER:n=new fh(this,this.view);break;case Ho.DRAG:n=new dh(this,this.view);break;case Ho.DUMMY:n=new zl(this,this.view);break;case Ho.DRAW_POINT:n=new oh(this,this.view);break;case Ho.DRAW_POLYLINE:n=new tl(this,this.view);break;case Ho.DRAW_POLYGON:n=new gl(this,this.view);break;case Ho.DRAW_TEXT:n=new Dl(this,this.view)}n&&this.tools.set(e,n)}}return this}setMode(t){if(t){this.mode=t,Ae.config.editorMode=Wo.PICKER,this.deactiveAll();for(let e=1;e<=t;e<<=1)if(t&e){const t=e;this.tools.has(t)&&this.activateTool(t)}}}getMode(){return this.mode}deactiveAll(t){const e=[];this.activedTools.forEach((i=>{(null==t?void 0:t.includes(i.type))||e.push(i.type)})),e.forEach((t=>{var e;null==(e=this.activedTools.get(t))||e.deactivate(),this.activedTools.delete(t)}))}activateTool(t){const e=this.tools.get(t);e&&(null==e||e.deactivate(),this.activedTools.set(e.type,e),this.scene&&e.bindScene&&e.bindScene(this.scene),e.activate())}bindScene(...t){return this.scene=t[0],this.bindEvents(),this}get(t){return this.tools.get(t)}getActiveTool(t){return this.activedTools.get(t)}fnEnableChanged(t=!1){this.activedTools.forEach((e=>{e.fnEnableChanged&&e.fnEnableChanged(t)}))}editorFillChanged(t){this.activedTools.forEach((e=>{e.editorFillChanged&&e.editorFillChanged(t)}))}editorStrokeChanged(t){this.activedTools.forEach((e=>{e.editorStrokeChanged&&e.editorStrokeChanged(t)}))}editorStrokeWidthChanged(t){this.activedTools.forEach((e=>{e.editorStrokeWidthChanged&&e.editorStrokeWidthChanged(t)}))}editorStrokeDasharrayChanged(t){this.activedTools.forEach((e=>{e.editorStrokeDasharrayChanged&&e.editorStrokeDasharrayChanged(t)}))}editorStrokeArrowChanged(t){this.activedTools.forEach((e=>{e.editorStrokeArrowChanged&&e.editorStrokeArrowChanged(t)}))}editorFontSizeChanged(t){this.activedTools.forEach((e=>{e.editorFontSizeChanged&&e.editorFontSizeChanged(t)}))}editorTextContentChanged(t){this.activedTools.forEach((e=>{e.editorTextContentChanged&&e.editorTextContentChanged(t)}))}editorDeleteCurrentShape(){this.activedTools.forEach((t=>{t.deleteCurrentShape&&t.deleteCurrentShape()}))}editorClearAllShapes(){this.activedTools.forEach((t=>{t.clearAllShapes&&t.clearAllShapes()}))}getEditorCurrentShapes(){const t=[],e=new XMLSerializer;return this.activedTools.forEach((i=>{var n;null==(n=i._locals)||n.forEach((i=>{let n=e.serializeToString(i);n=n.replace(/\s*xmlns="http:\/\/www\.w3\.org\/2000\/svg"/gi,""),n=n.replace(/\s*xmlns:xlink="[^"]*"/gi,""),n=n.replace(/\sstyle\s*=\s*(['"])(.*?)\1/g,""),t.push(n)}))})),t}editorInitShapes(t){if(!t)return;Array.isArray(t)||(t=[t]);const e=t.map((t=>{var e;return null==(e=(new DOMParser).parseFromString(t,"image/svg+xml"))?void 0:e.documentElement}));this.activedTools.forEach((t=>t.initShapes&&t.initShapes(e)))}editorInitDummy(t){Array.isArray(t)||(t=[t]),(null==t?void 0:t.length)&&this.activedTools.forEach((e=>e.initDummy&&e.initDummy(t)))}editorUnitsChanged(t){this.activedTools.forEach((e=>{e.editorUnitsChanged&&e.editorUnitsChanged(t)}))}bindEvents(){var t,e,i,n,s,r,a,o,h,l,u,c,d,p,f,m;this.unbindEvents(),null==(e=null==(t=this.view)?void 0:t.controller)||e.addEventListener(Ph.TAP,this.tapHandler),null==(n=null==(i=this.view)?void 0:i.controller)||n.addEventListener(Ph.DOUBLE_TAP,this.doubleTapHandler),null==(r=null==(s=this.view)?void 0:s.controller)||r.addEventListener(Ph.PAN_START,this.panStartHandler),null==(o=null==(a=this.view)?void 0:a.controller)||o.addEventListener(Ph.PAN_MOVE,this.panMoveHandler),null==(l=null==(h=this.view)?void 0:h.controller)||l.addEventListener(Ph.PAN_END,this.panEndHandler),null==(c=null==(u=this.view)?void 0:u.controller)||c.addEventListener(Ph.POINTEROVER,this._pointerOverHandler),null==(p=null==(d=this.view)?void 0:d.controller)||p.addEventListener(Ph.WHEEL,this._wheelHandler),null==(m=null==(f=this.view)?void 0:f.controller)||m.addEventListener(Ph.WHEEL_END,this._wheelEndHandler)}unbindEvents(){var t,e,i,n,s,r,a,o,h,l,u,c;null==(e=null==(t=this.view)?void 0:t.controller)||e.removeEventListener(Ph.TAP,this.tapHandler),null==(n=null==(i=this.view)?void 0:i.controller)||n.removeEventListener(Ph.DOUBLE_TAP,this.doubleTapHandler),null==(r=null==(s=this.view)?void 0:s.controller)||r.removeEventListener(Ph.PAN_START,this.panStartHandler),null==(o=null==(a=this.view)?void 0:a.controller)||o.removeEventListener(Ph.PAN_MOVE,this.panMoveHandler),null==(l=null==(h=this.view)?void 0:h.controller)||l.removeEventListener(Ph.PAN_END,this.panEndHandler),null==(c=null==(u=this.view)?void 0:u.controller)||c.removeEventListener(Ph.POINTEROVER,this._pointerOverHandler)}handleTap(t){this.activedTools.forEach((e=>{e.handleTap&&e.handleTap(t)}))}handleDoubleTap(t){this.activedTools.forEach((e=>{e.handleDoubleTap&&e.handleDoubleTap(t)}))}handlePanStart(t){this.activedTools.forEach((e=>{e.handlePanStart&&e.handlePanStart(t)}))}handlePanMove(t){this.activedTools.forEach((e=>{e.handlePanMove&&e.handlePanMove(t)}))}handlePanEnd(t){this.activedTools.forEach((e=>{e.handlePanEnd&&e.handlePanEnd(t)}))}enableHover(t){var e;null==(e=this.get(Ho.HOVER))||e.enableHover(t)}_handlePointerOver(t){var e;null==(e=this.get(Ho.HOVER))||e._handlePointerOver(t)}handlePointerOver(t){this.activedTools.forEach((e=>{e.handlePointerOver&&e.handlePointerOver(t)}))}handlePointerOut(t){this.activedTools.forEach((e=>{e.handlePointerOut&&e.handlePointerOut(t)}))}handlePointerMove(t){this.activedTools.forEach((e=>{e.handlePointerMove&&e.handlePointerMove(t)}))}handleWheel(t){this.activedTools.forEach((e=>{"function"==typeof e.handleWheel&&e.handleWheel(t)}))}handleWheelEnd(t){this.activedTools.forEach((e=>{"function"==typeof e.handleWheelEnd&&e.handleWheelEnd(t)}))}drag(t,e){var i;this.mode&Ho.DRAG&&(null==(i=this.get(Ho.DRAG))||i.drag(t,e))}drop(t){var e;this.mode===Wo.DRAWING&&(null==(e=this.get(Ho.DRAG))||e.drop(t))}setEnablePan(t=!1){this.view&&this.view.setEnablePan&&this.view.setEnablePan(t)}isEnablePan(){var t,e;return null==(e=null==(t=this.view)?void 0:t.controller)?void 0:e.enablePan}handleDragStart(t){this.activedTools.forEach((e=>{e.handleDragStart&&e.handleDragStart(t)}))}handleDragMove(t){this.activedTools.forEach((e=>{e.handleDragMove&&e.handleDragMove(t)}))}handleDragEnd(t){this.activedTools.forEach((e=>{e.handleDragEnd&&e.handleDragEnd(t)})),this.dispatchEvent({type:Mi.DRAG_END,data:t})}}const Yl=new ai;var Gl=(t=>(t.SELECTED="SELECTED",t.POINTEROVER="pointerover",t.POINTERLEAVE="pointerleave",t.DRAG_END="panend",t.TAP="tap",t))(Gl||{});const $l="srgb",Xl="srgb-linear",Zl="linear",Jl="srgb";class Ql{addEventListener(t,e){void 0===this._listeners&&(this._listeners={});const i=this._listeners;void 0===i[t]&&(i[t]=[]),-1===i[t].indexOf(e)&&i[t].push(e)}hasEventListener(t,e){const i=this._listeners;return void 0!==i&&void 0!==i[t]&&-1!==i[t].indexOf(e)}removeEventListener(t,e){const i=this._listeners;if(void 0===i)return;const n=i[t];if(void 0!==n){const t=n.indexOf(e);-1!==t&&n.splice(t,1)}}dispatchEvent(t){const e=this._listeners;if(void 0===e)return;const i=e[t.type];if(void 0!==i){t.target=this;const e=i.slice(0);for(let i=0,n=e.length;i<n;i++)e[i].call(this,t);t.target=null}}}const Kl=["00","01","02","03","04","05","06","07","08","09","0a","0b","0c","0d","0e","0f","10","11","12","13","14","15","16","17","18","19","1a","1b","1c","1d","1e","1f","20","21","22","23","24","25","26","27","28","29","2a","2b","2c","2d","2e","2f","30","31","32","33","34","35","36","37","38","39","3a","3b","3c","3d","3e","3f","40","41","42","43","44","45","46","47","48","49","4a","4b","4c","4d","4e","4f","50","51","52","53","54","55","56","57","58","59","5a","5b","5c","5d","5e","5f","60","61","62","63","64","65","66","67","68","69","6a","6b","6c","6d","6e","6f","70","71","72","73","74","75","76","77","78","79","7a","7b","7c","7d","7e","7f","80","81","82","83","84","85","86","87","88","89","8a","8b","8c","8d","8e","8f","90","91","92","93","94","95","96","97","98","99","9a","9b","9c","9d","9e","9f","a0","a1","a2","a3","a4","a5","a6","a7","a8","a9","aa","ab","ac","ad","ae","af","b0","b1","b2","b3","b4","b5","b6","b7","b8","b9","ba","bb","bc","bd","be","bf","c0","c1","c2","c3","c4","c5","c6","c7","c8","c9","ca","cb","cc","cd","ce","cf","d0","d1","d2","d3","d4","d5","d6","d7","d8","d9","da","db","dc","dd","de","df","e0","e1","e2","e3","e4","e5","e6","e7","e8","e9","ea","eb","ec","ed","ee","ef","f0","f1","f2","f3","f4","f5","f6","f7","f8","f9","fa","fb","fc","fd","fe","ff"];function tu(){const t=4294967295*Math.random()|0,e=4294967295*Math.random()|0,i=4294967295*Math.random()|0,n=4294967295*Math.random()|0;return(Kl[255&t]+Kl[t>>8&255]+Kl[t>>16&255]+Kl[t>>24&255]+"-"+Kl[255&e]+Kl[e>>8&255]+"-"+Kl[e>>16&15|64]+Kl[e>>24&255]+"-"+Kl[63&i|128]+Kl[i>>8&255]+"-"+Kl[i>>16&255]+Kl[i>>24&255]+Kl[255&n]+Kl[n>>8&255]+Kl[n>>16&255]+Kl[n>>24&255]).toLowerCase()}function eu(t,e,i){return Math.max(e,Math.min(i,t))}function iu(t,e,i){return(1-i)*t+i*e}function nu(t,e){switch(e.constructor){case Float32Array:return t;case Uint32Array:return t/4294967295;case Uint16Array:return t/65535;case Uint8Array:return t/255;case Int32Array:return Math.max(t/2147483647,-1);case Int16Array:return Math.max(t/32767,-1);case Int8Array:return Math.max(t/127,-1);default:throw new Error("Invalid component type.")}}function su(t,e){switch(e.constructor){case Float32Array:return t;case Uint32Array:return Math.round(4294967295*t);case Uint16Array:return Math.round(65535*t);case Uint8Array:return Math.round(255*t);case Int32Array:return Math.round(2147483647*t);case Int16Array:return Math.round(32767*t);case Int8Array:return Math.round(127*t);default:throw new Error("Invalid component type.")}}class ru{constructor(t=0,e=0){ru.prototype.isVector2=!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,e){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)}}clone(){return new this.constructor(this.x,this.y)}copy(t){return this.x=t.x,this.y=t.y,this}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,i=this.y,n=t.elements;return this.x=n[0]*e+n[3]*i+n[6],this.y=n[1]*e+n[4]*i+n[7],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=eu(this.x,t.x,e.x),this.y=eu(this.y,t.y,e.y),this}clampScalar(t,e){return this.x=eu(this.x,t,e),this.y=eu(this.y,t,e),this}clampLength(t,e){const i=this.length();return this.divideScalar(i||1).multiplyScalar(eu(i,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}lengthSq(){return this.x*this.x+this.y*this.y}length(){return Math.sqrt(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(0===e)return Math.PI/2;const i=this.dot(t)/e;return Math.acos(eu(i,-1,1))}distanceTo(t){return Math.sqrt(this.distanceToSquared(t))}distanceToSquared(t){const e=this.x-t.x,i=this.y-t.y;return e*e+i*i}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,i){return this.x=t.x+(e.x-t.x)*i,this.y=t.y+(e.y-t.y)*i,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 i=Math.cos(e),n=Math.sin(e),s=this.x-t.x,r=this.y-t.y;return this.x=s*i-r*n+t.x,this.y=s*n+r*i+t.y,this}random(){return this.x=Math.random(),this.y=Math.random(),this}*[Symbol.iterator](){yield this.x,yield this.y}}class au{constructor(t,e,i,n,s,r,a,o,h){au.prototype.isMatrix3=!0,this.elements=[1,0,0,0,1,0,0,0,1],void 0!==t&&this.set(t,e,i,n,s,r,a,o,h)}set(t,e,i,n,s,r,a,o,h){const l=this.elements;return l[0]=t,l[1]=n,l[2]=a,l[3]=e,l[4]=s,l[5]=o,l[6]=i,l[7]=r,l[8]=h,this}identity(){return this.set(1,0,0,0,1,0,0,0,1),this}copy(t){const e=this.elements,i=t.elements;return e[0]=i[0],e[1]=i[1],e[2]=i[2],e[3]=i[3],e[4]=i[4],e[5]=i[5],e[6]=i[6],e[7]=i[7],e[8]=i[8],this}extractBasis(t,e,i){return t.setFromMatrix3Column(this,0),e.setFromMatrix3Column(this,1),i.setFromMatrix3Column(this,2),this}setFromMatrix4(t){const e=t.elements;return this.set(e[0],e[4],e[8],e[1],e[5],e[9],e[2],e[6],e[10]),this}multiply(t){return this.multiplyMatrices(this,t)}premultiply(t){return this.multiplyMatrices(t,this)}multiplyMatrices(t,e){const i=t.elements,n=e.elements,s=this.elements,r=i[0],a=i[3],o=i[6],h=i[1],l=i[4],u=i[7],c=i[2],d=i[5],p=i[8],f=n[0],m=n[3],g=n[6],y=n[1],v=n[4],x=n[7],b=n[2],w=n[5],_=n[8];return s[0]=r*f+a*y+o*b,s[3]=r*m+a*v+o*w,s[6]=r*g+a*x+o*_,s[1]=h*f+l*y+u*b,s[4]=h*m+l*v+u*w,s[7]=h*g+l*x+u*_,s[2]=c*f+d*y+p*b,s[5]=c*m+d*v+p*w,s[8]=c*g+d*x+p*_,this}multiplyScalar(t){const e=this.elements;return e[0]*=t,e[3]*=t,e[6]*=t,e[1]*=t,e[4]*=t,e[7]*=t,e[2]*=t,e[5]*=t,e[8]*=t,this}determinant(){const t=this.elements,e=t[0],i=t[1],n=t[2],s=t[3],r=t[4],a=t[5],o=t[6],h=t[7],l=t[8];return e*r*l-e*a*h-i*s*l+i*a*o+n*s*h-n*r*o}invert(){const t=this.elements,e=t[0],i=t[1],n=t[2],s=t[3],r=t[4],a=t[5],o=t[6],h=t[7],l=t[8],u=l*r-a*h,c=a*o-l*s,d=h*s-r*o,p=e*u+i*c+n*d;if(0===p)return this.set(0,0,0,0,0,0,0,0,0);const f=1/p;return t[0]=u*f,t[1]=(n*h-l*i)*f,t[2]=(a*i-n*r)*f,t[3]=c*f,t[4]=(l*e-n*o)*f,t[5]=(n*s-a*e)*f,t[6]=d*f,t[7]=(i*o-h*e)*f,t[8]=(r*e-i*s)*f,this}transpose(){let t;const e=this.elements;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.elements;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,i,n,s,r,a){const o=Math.cos(s),h=Math.sin(s);return this.set(i*o,i*h,-i*(o*r+h*a)+r+t,-n*h,n*o,-n*(-h*r+o*a)+a+e,0,0,1),this}scale(t,e){return this.premultiply(ou.makeScale(t,e)),this}rotate(t){return this.premultiply(ou.makeRotation(-t)),this}translate(t,e){return this.premultiply(ou.makeTranslation(t,e)),this}makeTranslation(t,e){return t.isVector2?this.set(1,0,t.x,0,1,t.y,0,0,1):this.set(1,0,t,0,1,e,0,0,1),this}makeRotation(t){const e=Math.cos(t),i=Math.sin(t);return this.set(e,-i,0,i,e,0,0,0,1),this}makeScale(t,e){return this.set(t,0,0,0,e,0,0,0,1),this}equals(t){const e=this.elements,i=t.elements;for(let t=0;t<9;t++)if(e[t]!==i[t])return!1;return!0}fromArray(t,e=0){for(let i=0;i<9;i++)this.elements[i]=t[i+e];return this}toArray(t=[],e=0){const i=this.elements;return t[e]=i[0],t[e+1]=i[1],t[e+2]=i[2],t[e+3]=i[3],t[e+4]=i[4],t[e+5]=i[5],t[e+6]=i[6],t[e+7]=i[7],t[e+8]=i[8],t}clone(){return(new this.constructor).fromArray(this.elements)}}const ou=new au;function hu(t){return document.createElementNS("http://www.w3.org/1999/xhtml",t)}const lu=(new au).set(.4123908,.3575843,.1804808,.212639,.7151687,.0721923,.0193308,.1191948,.9505322),uu=(new au).set(3.2409699,-1.5373832,-.4986108,-.9692436,1.8759675,.0415551,.0556301,-.203977,1.0569715);const cu=function(){const t={enabled:!0,workingColorSpace:Xl,spaces:{},convert:function(t,e,i){return!1!==this.enabled&&e!==i&&e&&i?(this.spaces[e].transfer===Jl&&(t.r=du(t.r),t.g=du(t.g),t.b=du(t.b)),this.spaces[e].primaries!==this.spaces[i].primaries&&(t.applyMatrix3(this.spaces[e].toXYZ),t.applyMatrix3(this.spaces[i].fromXYZ)),this.spaces[i].transfer===Jl&&(t.r=pu(t.r),t.g=pu(t.g),t.b=pu(t.b)),t):t},fromWorkingColorSpace:function(t,e){return this.convert(t,this.workingColorSpace,e)},toWorkingColorSpace:function(t,e){return this.convert(t,e,this.workingColorSpace)},getPrimaries:function(t){return this.spaces[t].primaries},getTransfer:function(t){return""===t?Zl:this.spaces[t].transfer},getLuminanceCoefficients:function(t,e=this.workingColorSpace){return t.fromArray(this.spaces[e].luminanceCoefficients)},define:function(t){Object.assign(this.spaces,t)},_getMatrix:function(t,e,i){return t.copy(this.spaces[e].toXYZ).multiply(this.spaces[i].fromXYZ)},_getDrawingBufferColorSpace:function(t){return this.spaces[t].outputColorSpaceConfig.drawingBufferColorSpace},_getUnpackColorSpace:function(t=this.workingColorSpace){return this.spaces[t].workingColorSpaceConfig.unpackColorSpace}},e=[.64,.33,.3,.6,.15,.06],i=[.2126,.7152,.0722],n=[.3127,.329];return t.define({[Xl]:{primaries:e,whitePoint:n,transfer:Zl,toXYZ:lu,fromXYZ:uu,luminanceCoefficients:i,workingColorSpaceConfig:{unpackColorSpace:$l},outputColorSpaceConfig:{drawingBufferColorSpace:$l}},[$l]:{primaries:e,whitePoint:n,transfer:Jl,toXYZ:lu,fromXYZ:uu,luminanceCoefficients:i,outputColorSpaceConfig:{drawingBufferColorSpace:$l}}}),t}();function du(t){return t<.04045?.0773993808*t:Math.pow(.9478672986*t+.0521327014,2.4)}function pu(t){return t<.0031308?12.92*t:1.055*Math.pow(t,.41666)-.055}let fu;class mu{static getDataURL(t,e="image/png"){if(/^data:/i.test(t.src))return t.src;if("undefined"==typeof HTMLCanvasElement)return t.src;let i;if(t instanceof HTMLCanvasElement)i=t;else{void 0===fu&&(fu=hu("canvas")),fu.width=t.width,fu.height=t.height;const e=fu.getContext("2d");t instanceof ImageData?e.putImageData(t,0,0):e.drawImage(t,0,0,t.width,t.height),i=fu}return i.toDataURL(e)}static sRGBToLinear(t){if("undefined"!=typeof HTMLImageElement&&t instanceof HTMLImageElement||"undefined"!=typeof HTMLCanvasElement&&t instanceof HTMLCanvasElement||"undefined"!=typeof ImageBitmap&&t instanceof ImageBitmap){const e=hu("canvas");e.width=t.width,e.height=t.height;const i=e.getContext("2d");i.drawImage(t,0,0,t.width,t.height);const n=i.getImageData(0,0,t.width,t.height),s=n.data;for(let t=0;t<s.length;t++)s[t]=255*du(s[t]/255);return i.putImageData(n,0,0),e}if(t.data){const e=t.data.slice(0);for(let t=0;t<e.length;t++)e instanceof Uint8Array||e instanceof Uint8ClampedArray?e[t]=Math.floor(255*du(e[t]/255)):e[t]=du(e[t]);return{data:e,width:t.width,height:t.height}}return t}}let gu=0;class yu{constructor(t=null){this.isSource=!0,Object.defineProperty(this,"id",{value:gu++}),this.uuid=tu(),this.data=t,this.dataReady=!0,this.version=0}set needsUpdate(t){!0===t&&this.version++}toJSON(t){const e=void 0===t||"string"==typeof t;if(!e&&void 0!==t.images[this.uuid])return t.images[this.uuid];const i={uuid:this.uuid,url:""},n=this.data;if(null!==n){let t;if(Array.isArray(n)){t=[];for(let e=0,i=n.length;e<i;e++)n[e].isDataTexture?t.push(vu(n[e].image)):t.push(vu(n[e]))}else t=vu(n);i.url=t}return e||(t.images[this.uuid]=i),i}}function vu(t){return"undefined"!=typeof HTMLImageElement&&t instanceof HTMLImageElement||"undefined"!=typeof HTMLCanvasElement&&t instanceof HTMLCanvasElement||"undefined"!=typeof ImageBitmap&&t instanceof ImageBitmap?mu.getDataURL(t):t.data?{data:Array.from(t.data),width:t.width,height:t.height,type:t.data.constructor.name}:{}}let xu=0,bu=class t extends Ql{constructor(e=t.DEFAULT_IMAGE,i=t.DEFAULT_MAPPING,n=1001,s=1001,r=1006,a=1008,o=1023,h=1009,l=t.DEFAULT_ANISOTROPY,u=""){super(),this.isTexture=!0,Object.defineProperty(this,"id",{value:xu++}),this.uuid=tu(),this.name="",this.source=new yu(e),this.mipmaps=[],this.mapping=i,this.channel=0,this.wrapS=n,this.wrapT=s,this.magFilter=r,this.minFilter=a,this.anisotropy=l,this.format=o,this.internalFormat=null,this.type=h,this.offset=new ru(0,0),this.repeat=new ru(1,1),this.center=new ru(0,0),this.rotation=0,this.matrixAutoUpdate=!0,this.matrix=new au,this.generateMipmaps=!0,this.premultiplyAlpha=!1,this.flipY=!0,this.unpackAlignment=4,this.colorSpace=u,this.userData={},this.version=0,this.onUpdate=null,this.renderTarget=null,this.isRenderTargetTexture=!1,this.isTextureArray=!1,this.pmremVersion=0}get image(){return this.source.data}set image(t=null){this.source.data=t}updateMatrix(){this.matrix.setUvTransform(this.offset.x,this.offset.y,this.repeat.x,this.repeat.y,this.rotation,this.center.x,this.center.y)}clone(){return(new this.constructor).copy(this)}copy(t){return this.name=t.name,this.source=t.source,this.mipmaps=t.mipmaps.slice(0),this.mapping=t.mapping,this.channel=t.channel,this.wrapS=t.wrapS,this.wrapT=t.wrapT,this.magFilter=t.magFilter,this.minFilter=t.minFilter,this.anisotropy=t.anisotropy,this.format=t.format,this.internalFormat=t.internalFormat,this.type=t.type,this.offset.copy(t.offset),this.repeat.copy(t.repeat),this.center.copy(t.center),this.rotation=t.rotation,this.matrixAutoUpdate=t.matrixAutoUpdate,this.matrix.copy(t.matrix),this.generateMipmaps=t.generateMipmaps,this.premultiplyAlpha=t.premultiplyAlpha,this.flipY=t.flipY,this.unpackAlignment=t.unpackAlignment,this.colorSpace=t.colorSpace,this.renderTarget=t.renderTarget,this.isRenderTargetTexture=t.isRenderTargetTexture,this.isTextureArray=t.isTextureArray,this.userData=JSON.parse(JSON.stringify(t.userData)),this.needsUpdate=!0,this}toJSON(t){const e=void 0===t||"string"==typeof t;if(!e&&void 0!==t.textures[this.uuid])return t.textures[this.uuid];const i={metadata:{version:4.6,type:"Texture",generator:"Texture.toJSON"},uuid:this.uuid,name:this.name,image:this.source.toJSON(t).uuid,mapping:this.mapping,channel:this.channel,repeat:[this.repeat.x,this.repeat.y],offset:[this.offset.x,this.offset.y],center:[this.center.x,this.center.y],rotation:this.rotation,wrap:[this.wrapS,this.wrapT],format:this.format,internalFormat:this.internalFormat,type:this.type,colorSpace:this.colorSpace,minFilter:this.minFilter,magFilter:this.magFilter,anisotropy:this.anisotropy,flipY:this.flipY,generateMipmaps:this.generateMipmaps,premultiplyAlpha:this.premultiplyAlpha,unpackAlignment:this.unpackAlignment};return Object.keys(this.userData).length>0&&(i.userData=this.userData),e||(t.textures[this.uuid]=i),i}dispose(){this.dispatchEvent({type:"dispose"})}transformUv(t){if(300!==this.mapping)return t;if(t.applyMatrix3(this.matrix),t.x<0||t.x>1)switch(this.wrapS){case 1e3:t.x=t.x-Math.floor(t.x);break;case 1001:t.x=t.x<0?0:1;break;case 1002:1===Math.abs(Math.floor(t.x)%2)?t.x=Math.ceil(t.x)-t.x:t.x=t.x-Math.floor(t.x)}if(t.y<0||t.y>1)switch(this.wrapT){case 1e3:t.y=t.y-Math.floor(t.y);break;case 1001:t.y=t.y<0?0:1;break;case 1002:1===Math.abs(Math.floor(t.y)%2)?t.y=Math.ceil(t.y)-t.y:t.y=t.y-Math.floor(t.y)}return this.flipY&&(t.y=1-t.y),t}set needsUpdate(t){!0===t&&(this.version++,this.source.needsUpdate=!0)}set needsPMREMUpdate(t){!0===t&&this.pmremVersion++}};bu.DEFAULT_IMAGE=null,bu.DEFAULT_MAPPING=300,bu.DEFAULT_ANISOTROPY=1;class wu{constructor(t=0,e=0,i=0,n=1){this.isQuaternion=!0,this._x=t,this._y=e,this._z=i,this._w=n}static slerpFlat(t,e,i,n,s,r,a){let o=i[n+0],h=i[n+1],l=i[n+2],u=i[n+3];const c=s[r+0],d=s[r+1],p=s[r+2],f=s[r+3];if(0===a)return t[e+0]=o,t[e+1]=h,t[e+2]=l,void(t[e+3]=u);if(1===a)return t[e+0]=c,t[e+1]=d,t[e+2]=p,void(t[e+3]=f);if(u!==f||o!==c||h!==d||l!==p){let t=1-a;const e=o*c+h*d+l*p+u*f,i=e>=0?1:-1,n=1-e*e;if(n>Number.EPSILON){const s=Math.sqrt(n),r=Math.atan2(s,e*i);t=Math.sin(t*r)/s,a=Math.sin(a*r)/s}const s=a*i;if(o=o*t+c*s,h=h*t+d*s,l=l*t+p*s,u=u*t+f*s,t===1-a){const t=1/Math.sqrt(o*o+h*h+l*l+u*u);o*=t,h*=t,l*=t,u*=t}}t[e]=o,t[e+1]=h,t[e+2]=l,t[e+3]=u}static multiplyQuaternionsFlat(t,e,i,n,s,r){const a=i[n],o=i[n+1],h=i[n+2],l=i[n+3],u=s[r],c=s[r+1],d=s[r+2],p=s[r+3];return t[e]=a*p+l*u+o*d-h*c,t[e+1]=o*p+l*c+h*u-a*d,t[e+2]=h*p+l*d+a*c-o*u,t[e+3]=l*p-a*u-o*c-h*d,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,e,i,n){return this._x=t,this._y=e,this._z=i,this._w=n,this._onChangeCallback(),this}clone(){return new this.constructor(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 i=t._x,n=t._y,s=t._z,r=t._order,a=Math.cos,o=Math.sin,h=a(i/2),l=a(n/2),u=a(s/2),c=o(i/2),d=o(n/2),p=o(s/2);switch(r){case"XYZ":this._x=c*l*u+h*d*p,this._y=h*d*u-c*l*p,this._z=h*l*p+c*d*u,this._w=h*l*u-c*d*p;break;case"YXZ":this._x=c*l*u+h*d*p,this._y=h*d*u-c*l*p,this._z=h*l*p-c*d*u,this._w=h*l*u+c*d*p;break;case"ZXY":this._x=c*l*u-h*d*p,this._y=h*d*u+c*l*p,this._z=h*l*p+c*d*u,this._w=h*l*u-c*d*p;break;case"ZYX":this._x=c*l*u-h*d*p,this._y=h*d*u+c*l*p,this._z=h*l*p-c*d*u,this._w=h*l*u+c*d*p;break;case"YZX":this._x=c*l*u+h*d*p,this._y=h*d*u+c*l*p,this._z=h*l*p-c*d*u,this._w=h*l*u-c*d*p;break;case"XZY":this._x=c*l*u-h*d*p,this._y=h*d*u-c*l*p,this._z=h*l*p+c*d*u,this._w=h*l*u+c*d*p}return!0===e&&this._onChangeCallback(),this}setFromAxisAngle(t,e){const i=e/2,n=Math.sin(i);return this._x=t.x*n,this._y=t.y*n,this._z=t.z*n,this._w=Math.cos(i),this._onChangeCallback(),this}setFromRotationMatrix(t){const e=t.elements,i=e[0],n=e[4],s=e[8],r=e[1],a=e[5],o=e[9],h=e[2],l=e[6],u=e[10],c=i+a+u;if(c>0){const t=.5/Math.sqrt(c+1);this._w=.25/t,this._x=(l-o)*t,this._y=(s-h)*t,this._z=(r-n)*t}else if(i>a&&i>u){const t=2*Math.sqrt(1+i-a-u);this._w=(l-o)/t,this._x=.25*t,this._y=(n+r)/t,this._z=(s+h)/t}else if(a>u){const t=2*Math.sqrt(1+a-i-u);this._w=(s-h)/t,this._x=(n+r)/t,this._y=.25*t,this._z=(o+l)/t}else{const t=2*Math.sqrt(1+u-i-a);this._w=(r-n)/t,this._x=(s+h)/t,this._y=(o+l)/t,this._z=.25*t}return this._onChangeCallback(),this}setFromUnitVectors(t,e){let i=t.dot(e)+1;return i<Number.EPSILON?(i=0,Math.abs(t.x)>Math.abs(t.z)?(this._x=-t.y,this._y=t.x,this._z=0,this._w=i):(this._x=0,this._y=-t.z,this._z=t.y,this._w=i)):(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=i),this.normalize()}angleTo(t){return 2*Math.acos(Math.abs(eu(this.dot(t),-1,1)))}rotateTowards(t,e){const i=this.angleTo(t);if(0===i)return this;const n=Math.min(1,e/i);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 0===t?(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 i=t._x,n=t._y,s=t._z,r=t._w,a=e._x,o=e._y,h=e._z,l=e._w;return this._x=i*l+r*a+n*h-s*o,this._y=n*l+r*o+s*a-i*h,this._z=s*l+r*h+i*o-n*a,this._w=r*l-i*a-n*o-s*h,this._onChangeCallback(),this}slerp(t,e){if(0===e)return this;if(1===e)return this.copy(t);const i=this._x,n=this._y,s=this._z,r=this._w;let a=r*t._w+i*t._x+n*t._y+s*t._z;if(a<0?(this._w=-t._w,this._x=-t._x,this._y=-t._y,this._z=-t._z,a=-a):this.copy(t),a>=1)return this._w=r,this._x=i,this._y=n,this._z=s,this;const o=1-a*a;if(o<=Number.EPSILON){const t=1-e;return this._w=t*r+e*this._w,this._x=t*i+e*this._x,this._y=t*n+e*this._y,this._z=t*s+e*this._z,this.normalize(),this}const h=Math.sqrt(o),l=Math.atan2(h,a),u=Math.sin((1-e)*l)/h,c=Math.sin(e*l)/h;return this._w=r*u+this._w*c,this._x=i*u+this._x*c,this._y=n*u+this._y*c,this._z=s*u+this._z*c,this._onChangeCallback(),this}slerpQuaternions(t,e,i){return this.copy(t).slerp(e,i)}random(){const t=2*Math.PI*Math.random(),e=2*Math.PI*Math.random(),i=Math.random(),n=Math.sqrt(1-i),s=Math.sqrt(i);return this.set(n*Math.sin(t),n*Math.cos(t),s*Math.sin(e),s*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}}let _u=class t{constructor(e=0,i=0,n=0){t.prototype.isVector3=!0,this.x=e,this.y=i,this.z=n}set(t,e,i){return void 0===i&&(i=this.z),this.x=t,this.y=e,this.z=i,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 this.constructor(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(Eu.setFromEuler(t))}applyAxisAngle(t,e){return this.applyQuaternion(Eu.setFromAxisAngle(t,e))}applyMatrix3(t){const e=this.x,i=this.y,n=this.z,s=t.elements;return this.x=s[0]*e+s[3]*i+s[6]*n,this.y=s[1]*e+s[4]*i+s[7]*n,this.z=s[2]*e+s[5]*i+s[8]*n,this}applyNormalMatrix(t){return this.applyMatrix3(t).normalize()}applyMatrix4(t){const e=this.x,i=this.y,n=this.z,s=t.elements,r=1/(s[3]*e+s[7]*i+s[11]*n+s[15]);return this.x=(s[0]*e+s[4]*i+s[8]*n+s[12])*r,this.y=(s[1]*e+s[5]*i+s[9]*n+s[13])*r,this.z=(s[2]*e+s[6]*i+s[10]*n+s[14])*r,this}applyQuaternion(t){const e=this.x,i=this.y,n=this.z,s=t.x,r=t.y,a=t.z,o=t.w,h=2*(r*n-a*i),l=2*(a*e-s*n),u=2*(s*i-r*e);return this.x=e+o*h+r*u-a*l,this.y=i+o*l+a*h-s*u,this.z=n+o*u+s*l-r*h,this}project(t){return this.applyMatrix4(t.matrixWorldInverse).applyMatrix4(t.projectionMatrix)}unproject(t){return this.applyMatrix4(t.projectionMatrixInverse).applyMatrix4(t.matrixWorld)}transformDirection(t){const e=this.x,i=this.y,n=this.z,s=t.elements;return this.x=s[0]*e+s[4]*i+s[8]*n,this.y=s[1]*e+s[5]*i+s[9]*n,this.z=s[2]*e+s[6]*i+s[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=eu(this.x,t.x,e.x),this.y=eu(this.y,t.y,e.y),this.z=eu(this.z,t.z,e.z),this}clampScalar(t,e){return this.x=eu(this.x,t,e),this.y=eu(this.y,t,e),this.z=eu(this.z,t,e),this}clampLength(t,e){const i=this.length();return this.divideScalar(i||1).multiplyScalar(eu(i,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,i){return this.x=t.x+(e.x-t.x)*i,this.y=t.y+(e.y-t.y)*i,this.z=t.z+(e.z-t.z)*i,this}cross(t){return this.crossVectors(this,t)}crossVectors(t,e){const i=t.x,n=t.y,s=t.z,r=e.x,a=e.y,o=e.z;return this.x=n*o-s*a,this.y=s*r-i*o,this.z=i*a-n*r,this}projectOnVector(t){const e=t.lengthSq();if(0===e)return this.set(0,0,0);const i=t.dot(this)/e;return this.copy(t).multiplyScalar(i)}projectOnPlane(t){return Su.copy(this).projectOnVector(t),this.sub(Su)}reflect(t){return this.sub(Su.copy(t).multiplyScalar(2*this.dot(t)))}angleTo(t){const e=Math.sqrt(this.lengthSq()*t.lengthSq());if(0===e)return Math.PI/2;const i=this.dot(t)/e;return Math.acos(eu(i,-1,1))}distanceTo(t){return Math.sqrt(this.distanceToSquared(t))}distanceToSquared(t){const e=this.x-t.x,i=this.y-t.y,n=this.z-t.z;return e*e+i*i+n*n}manhattanDistanceTo(t){return Math.abs(this.x-t.x)+Math.abs(this.y-t.y)+Math.abs(this.z-t.z)}setFromSpherical(t){return this.setFromSphericalCoords(t.radius,t.phi,t.theta)}setFromSphericalCoords(t,e,i){const n=Math.sin(e)*t;return this.x=n*Math.sin(i),this.y=Math.cos(e)*t,this.z=n*Math.cos(i),this}setFromCylindrical(t){return this.setFromCylindricalCoords(t.radius,t.theta,t.y)}setFromCylindricalCoords(t,e,i){return this.x=t*Math.sin(e),this.y=i,this.z=t*Math.cos(e),this}setFromMatrixPosition(t){const e=t.elements;return this.x=e[12],this.y=e[13],this.z=e[14],this}setFromMatrixScale(t){const e=this.setFromMatrixColumn(t,0).length(),i=this.setFromMatrixColumn(t,1).length(),n=this.setFromMatrixColumn(t,2).length();return this.x=e,this.y=i,this.z=n,this}setFromMatrixColumn(t,e){return this.fromArray(t.elements,4*e)}setFromMatrix3Column(t,e){return this.fromArray(t.elements,3*e)}setFromEuler(t){return this.x=t._x,this.y=t._y,this.z=t._z,this}setFromColor(t){return this.x=t.r,this.y=t.g,this.z=t.b,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=2*Math.random()-1,i=Math.sqrt(1-e*e);return this.x=i*Math.cos(t),this.y=e,this.z=i*Math.sin(t),this}*[Symbol.iterator](){yield this.x,yield this.y,yield this.z}};const Su=new _u,Eu=new wu;class Mu{constructor(t=new _u(1/0,1/0,1/0),e=new _u(-1/0,-1/0,-1/0)){this.isBox3=!0,this.min=t,this.max=e}set(t,e){return this.min.copy(t),this.max.copy(e),this}setFromArray(t){this.makeEmpty();for(let e=0,i=t.length;e<i;e+=3)this.expandByPoint(Tu.fromArray(t,e));return this}setFromBufferAttribute(t){this.makeEmpty();for(let e=0,i=t.count;e<i;e++)this.expandByPoint(Tu.fromBufferAttribute(t,e));return this}setFromPoints(t){this.makeEmpty();for(let e=0,i=t.length;e<i;e++)this.expandByPoint(t[e]);return this}setFromCenterAndSize(t,e){const i=Tu.copy(e).multiplyScalar(.5);return this.min.copy(t).sub(i),this.max.copy(t).add(i),this}setFromObject(t,e=!1){return this.makeEmpty(),this.expandByObject(t,e)}clone(){return(new this.constructor).copy(this)}copy(t){return this.min.copy(t.min),this.max.copy(t.max),this}makeEmpty(){return this.min.x=this.min.y=this.min.z=1/0,this.max.x=this.max.y=this.max.z=-1/0,this}isEmpty(){return this.max.x<this.min.x||this.max.y<this.min.y||this.max.z<this.min.z}getCenter(t){return this.isEmpty()?t.set(0,0,0):t.addVectors(this.min,this.max).multiplyScalar(.5)}getSize(t){return this.isEmpty()?t.set(0,0,0):t.subVectors(this.max,this.min)}expandByPoint(t){return this.min.min(t),this.max.max(t),this}expandByVector(t){return this.min.sub(t),this.max.add(t),this}expandByScalar(t){return this.min.addScalar(-t),this.max.addScalar(t),this}expandByObject(t,e=!1){t.updateWorldMatrix(!1,!1);const i=t.geometry;if(void 0!==i){const n=i.getAttribute("position");if(!0===e&&void 0!==n&&!0!==t.isInstancedMesh)for(let e=0,i=n.count;e<i;e++)!0===t.isMesh?t.getVertexPosition(e,Tu):Tu.fromBufferAttribute(n,e),Tu.applyMatrix4(t.matrixWorld),this.expandByPoint(Tu);else void 0!==t.boundingBox?(null===t.boundingBox&&t.computeBoundingBox(),Cu.copy(t.boundingBox)):(null===i.boundingBox&&i.computeBoundingBox(),Cu.copy(i.boundingBox)),Cu.applyMatrix4(t.matrixWorld),this.union(Cu)}const n=t.children;for(let t=0,i=n.length;t<i;t++)this.expandByObject(n[t],e);return this}containsPoint(t){return t.x>=this.min.x&&t.x<=this.max.x&&t.y>=this.min.y&&t.y<=this.max.y&&t.z>=this.min.z&&t.z<=this.max.z}containsBox(t){return this.min.x<=t.min.x&&t.max.x<=this.max.x&&this.min.y<=t.min.y&&t.max.y<=this.max.y&&this.min.z<=t.min.z&&t.max.z<=this.max.z}getParameter(t,e){return e.set((t.x-this.min.x)/(this.max.x-this.min.x),(t.y-this.min.y)/(this.max.y-this.min.y),(t.z-this.min.z)/(this.max.z-this.min.z))}intersectsBox(t){return t.max.x>=this.min.x&&t.min.x<=this.max.x&&t.max.y>=this.min.y&&t.min.y<=this.max.y&&t.max.z>=this.min.z&&t.min.z<=this.max.z}intersectsSphere(t){return this.clampPoint(t.center,Tu),Tu.distanceToSquared(t.center)<=t.radius*t.radius}intersectsPlane(t){let e,i;return t.normal.x>0?(e=t.normal.x*this.min.x,i=t.normal.x*this.max.x):(e=t.normal.x*this.max.x,i=t.normal.x*this.min.x),t.normal.y>0?(e+=t.normal.y*this.min.y,i+=t.normal.y*this.max.y):(e+=t.normal.y*this.max.y,i+=t.normal.y*this.min.y),t.normal.z>0?(e+=t.normal.z*this.min.z,i+=t.normal.z*this.max.z):(e+=t.normal.z*this.max.z,i+=t.normal.z*this.min.z),e<=-t.constant&&i>=-t.constant}intersectsTriangle(t){if(this.isEmpty())return!1;this.getCenter(Nu),Ou.subVectors(this.max,Nu),Iu.subVectors(t.a,Nu),Du.subVectors(t.b,Nu),Lu.subVectors(t.c,Nu),Bu.subVectors(Du,Iu),Pu.subVectors(Lu,Du),ku.subVectors(Iu,Lu);let e=[0,-Bu.z,Bu.y,0,-Pu.z,Pu.y,0,-ku.z,ku.y,Bu.z,0,-Bu.x,Pu.z,0,-Pu.x,ku.z,0,-ku.x,-Bu.y,Bu.x,0,-Pu.y,Pu.x,0,-ku.y,ku.x,0];return!!Hu(e,Iu,Du,Lu,Ou)&&(e=[1,0,0,0,1,0,0,0,1],!!Hu(e,Iu,Du,Lu,Ou)&&(Ru.crossVectors(Bu,Pu),e=[Ru.x,Ru.y,Ru.z],Hu(e,Iu,Du,Lu,Ou)))}clampPoint(t,e){return e.copy(t).clamp(this.min,this.max)}distanceToPoint(t){return this.clampPoint(t,Tu).distanceTo(t)}getBoundingSphere(t){return this.isEmpty()?t.makeEmpty():(this.getCenter(t.center),t.radius=.5*this.getSize(Tu).length()),t}intersect(t){return this.min.max(t.min),this.max.min(t.max),this.isEmpty()&&this.makeEmpty(),this}union(t){return this.min.min(t.min),this.max.max(t.max),this}applyMatrix4(t){return this.isEmpty()||(Au[0].set(this.min.x,this.min.y,this.min.z).applyMatrix4(t),Au[1].set(this.min.x,this.min.y,this.max.z).applyMatrix4(t),Au[2].set(this.min.x,this.max.y,this.min.z).applyMatrix4(t),Au[3].set(this.min.x,this.max.y,this.max.z).applyMatrix4(t),Au[4].set(this.max.x,this.min.y,this.min.z).applyMatrix4(t),Au[5].set(this.max.x,this.min.y,this.max.z).applyMatrix4(t),Au[6].set(this.max.x,this.max.y,this.min.z).applyMatrix4(t),Au[7].set(this.max.x,this.max.y,this.max.z).applyMatrix4(t),this.setFromPoints(Au)),this}translate(t){return this.min.add(t),this.max.add(t),this}equals(t){return t.min.equals(this.min)&&t.max.equals(this.max)}}const Au=[new _u,new _u,new _u,new _u,new _u,new _u,new _u,new _u],Tu=new _u,Cu=new Mu,Iu=new _u,Du=new _u,Lu=new _u,Bu=new _u,Pu=new _u,ku=new _u,Nu=new _u,Ou=new _u,Ru=new _u,zu=new _u;function Hu(t,e,i,n,s){for(let r=0,a=t.length-3;r<=a;r+=3){zu.fromArray(t,r);const a=s.x*Math.abs(zu.x)+s.y*Math.abs(zu.y)+s.z*Math.abs(zu.z),o=e.dot(zu),h=i.dot(zu),l=n.dot(zu);if(Math.max(-Math.max(o,h,l),Math.min(o,h,l))>a)return!1}return!0}const Wu=new Mu,Fu=new _u,Uu=new _u;class Vu{constructor(t=new _u,e=-1){this.isSphere=!0,this.center=t,this.radius=e}set(t,e){return this.center.copy(t),this.radius=e,this}setFromPoints(t,e){const i=this.center;void 0!==e?i.copy(e):Wu.setFromPoints(t).getCenter(i);let n=0;for(let e=0,s=t.length;e<s;e++)n=Math.max(n,i.distanceToSquared(t[e]));return this.radius=Math.sqrt(n),this}copy(t){return this.center.copy(t.center),this.radius=t.radius,this}isEmpty(){return this.radius<0}makeEmpty(){return this.center.set(0,0,0),this.radius=-1,this}containsPoint(t){return t.distanceToSquared(this.center)<=this.radius*this.radius}distanceToPoint(t){return t.distanceTo(this.center)-this.radius}intersectsSphere(t){const e=this.radius+t.radius;return t.center.distanceToSquared(this.center)<=e*e}intersectsBox(t){return t.intersectsSphere(this)}intersectsPlane(t){return Math.abs(t.distanceToPoint(this.center))<=this.radius}clampPoint(t,e){const i=this.center.distanceToSquared(t);return e.copy(t),i>this.radius*this.radius&&(e.sub(this.center).normalize(),e.multiplyScalar(this.radius).add(this.center)),e}getBoundingBox(t){return this.isEmpty()?(t.makeEmpty(),t):(t.set(this.center,this.center),t.expandByScalar(this.radius),t)}applyMatrix4(t){return this.center.applyMatrix4(t),this.radius=this.radius*t.getMaxScaleOnAxis(),this}translate(t){return this.center.add(t),this}expandByPoint(t){if(this.isEmpty())return this.center.copy(t),this.radius=0,this;Fu.subVectors(t,this.center);const e=Fu.lengthSq();if(e>this.radius*this.radius){const t=Math.sqrt(e),i=.5*(t-this.radius);this.center.addScaledVector(Fu,i/t),this.radius+=i}return this}union(t){return t.isEmpty()?this:this.isEmpty()?(this.copy(t),this):(!0===this.center.equals(t.center)?this.radius=Math.max(this.radius,t.radius):(Uu.subVectors(t.center,this.center).setLength(t.radius),this.expandByPoint(Fu.copy(t.center).add(Uu)),this.expandByPoint(Fu.copy(t.center).sub(Uu))),this)}equals(t){return t.center.equals(this.center)&&t.radius===this.radius}clone(){return(new this.constructor).copy(this)}}let qu=class t{constructor(e,i,n,s,r,a,o,h,l,u,c,d,p,f,m,g){t.prototype.isMatrix4=!0,this.elements=[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],void 0!==e&&this.set(e,i,n,s,r,a,o,h,l,u,c,d,p,f,m,g)}set(t,e,i,n,s,r,a,o,h,l,u,c,d,p,f,m){const g=this.elements;return g[0]=t,g[4]=e,g[8]=i,g[12]=n,g[1]=s,g[5]=r,g[9]=a,g[13]=o,g[2]=h,g[6]=l,g[10]=u,g[14]=c,g[3]=d,g[7]=p,g[11]=f,g[15]=m,this}identity(){return this.set(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1),this}clone(){return(new t).fromArray(this.elements)}copy(t){const e=this.elements,i=t.elements;return e[0]=i[0],e[1]=i[1],e[2]=i[2],e[3]=i[3],e[4]=i[4],e[5]=i[5],e[6]=i[6],e[7]=i[7],e[8]=i[8],e[9]=i[9],e[10]=i[10],e[11]=i[11],e[12]=i[12],e[13]=i[13],e[14]=i[14],e[15]=i[15],this}copyPosition(t){const e=this.elements,i=t.elements;return e[12]=i[12],e[13]=i[13],e[14]=i[14],this}setFromMatrix3(t){const e=t.elements;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,i){return t.setFromMatrixColumn(this,0),e.setFromMatrixColumn(this,1),i.setFromMatrixColumn(this,2),this}makeBasis(t,e,i){return this.set(t.x,e.x,i.x,0,t.y,e.y,i.y,0,t.z,e.z,i.z,0,0,0,0,1),this}extractRotation(t){const e=this.elements,i=t.elements,n=1/ju.setFromMatrixColumn(t,0).length(),s=1/ju.setFromMatrixColumn(t,1).length(),r=1/ju.setFromMatrixColumn(t,2).length();return e[0]=i[0]*n,e[1]=i[1]*n,e[2]=i[2]*n,e[3]=0,e[4]=i[4]*s,e[5]=i[5]*s,e[6]=i[6]*s,e[7]=0,e[8]=i[8]*r,e[9]=i[9]*r,e[10]=i[10]*r,e[11]=0,e[12]=0,e[13]=0,e[14]=0,e[15]=1,this}makeRotationFromEuler(t){const e=this.elements,i=t.x,n=t.y,s=t.z,r=Math.cos(i),a=Math.sin(i),o=Math.cos(n),h=Math.sin(n),l=Math.cos(s),u=Math.sin(s);if("XYZ"===t.order){const t=r*l,i=r*u,n=a*l,s=a*u;e[0]=o*l,e[4]=-o*u,e[8]=h,e[1]=i+n*h,e[5]=t-s*h,e[9]=-a*o,e[2]=s-t*h,e[6]=n+i*h,e[10]=r*o}else if("YXZ"===t.order){const t=o*l,i=o*u,n=h*l,s=h*u;e[0]=t+s*a,e[4]=n*a-i,e[8]=r*h,e[1]=r*u,e[5]=r*l,e[9]=-a,e[2]=i*a-n,e[6]=s+t*a,e[10]=r*o}else if("ZXY"===t.order){const t=o*l,i=o*u,n=h*l,s=h*u;e[0]=t-s*a,e[4]=-r*u,e[8]=n+i*a,e[1]=i+n*a,e[5]=r*l,e[9]=s-t*a,e[2]=-r*h,e[6]=a,e[10]=r*o}else if("ZYX"===t.order){const t=r*l,i=r*u,n=a*l,s=a*u;e[0]=o*l,e[4]=n*h-i,e[8]=t*h+s,e[1]=o*u,e[5]=s*h+t,e[9]=i*h-n,e[2]=-h,e[6]=a*o,e[10]=r*o}else if("YZX"===t.order){const t=r*o,i=r*h,n=a*o,s=a*h;e[0]=o*l,e[4]=s-t*u,e[8]=n*u+i,e[1]=u,e[5]=r*l,e[9]=-a*l,e[2]=-h*l,e[6]=i*u+n,e[10]=t-s*u}else if("XZY"===t.order){const t=r*o,i=r*h,n=a*o,s=a*h;e[0]=o*l,e[4]=-u,e[8]=h*l,e[1]=t*u+s,e[5]=r*l,e[9]=i*u-n,e[2]=n*u-i,e[6]=a*l,e[10]=s*u+t}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(Gu,t,$u)}lookAt(t,e,i){const n=this.elements;return Ju.subVectors(t,e),0===Ju.lengthSq()&&(Ju.z=1),Ju.normalize(),Xu.crossVectors(i,Ju),0===Xu.lengthSq()&&(1===Math.abs(i.z)?Ju.x+=1e-4:Ju.z+=1e-4,Ju.normalize(),Xu.crossVectors(i,Ju)),Xu.normalize(),Zu.crossVectors(Ju,Xu),n[0]=Xu.x,n[4]=Zu.x,n[8]=Ju.x,n[1]=Xu.y,n[5]=Zu.y,n[9]=Ju.y,n[2]=Xu.z,n[6]=Zu.z,n[10]=Ju.z,this}multiply(t){return this.multiplyMatrices(this,t)}premultiply(t){return this.multiplyMatrices(t,this)}multiplyMatrices(t,e){const i=t.elements,n=e.elements,s=this.elements,r=i[0],a=i[4],o=i[8],h=i[12],l=i[1],u=i[5],c=i[9],d=i[13],p=i[2],f=i[6],m=i[10],g=i[14],y=i[3],v=i[7],x=i[11],b=i[15],w=n[0],_=n[4],S=n[8],E=n[12],M=n[1],A=n[5],T=n[9],C=n[13],I=n[2],D=n[6],L=n[10],B=n[14],P=n[3],k=n[7],N=n[11],O=n[15];return s[0]=r*w+a*M+o*I+h*P,s[4]=r*_+a*A+o*D+h*k,s[8]=r*S+a*T+o*L+h*N,s[12]=r*E+a*C+o*B+h*O,s[1]=l*w+u*M+c*I+d*P,s[5]=l*_+u*A+c*D+d*k,s[9]=l*S+u*T+c*L+d*N,s[13]=l*E+u*C+c*B+d*O,s[2]=p*w+f*M+m*I+g*P,s[6]=p*_+f*A+m*D+g*k,s[10]=p*S+f*T+m*L+g*N,s[14]=p*E+f*C+m*B+g*O,s[3]=y*w+v*M+x*I+b*P,s[7]=y*_+v*A+x*D+b*k,s[11]=y*S+v*T+x*L+b*N,s[15]=y*E+v*C+x*B+b*O,this}multiplyScalar(t){const e=this.elements;return e[0]*=t,e[4]*=t,e[8]*=t,e[12]*=t,e[1]*=t,e[5]*=t,e[9]*=t,e[13]*=t,e[2]*=t,e[6]*=t,e[10]*=t,e[14]*=t,e[3]*=t,e[7]*=t,e[11]*=t,e[15]*=t,this}determinant(){const t=this.elements,e=t[0],i=t[4],n=t[8],s=t[12],r=t[1],a=t[5],o=t[9],h=t[13],l=t[2],u=t[6],c=t[10],d=t[14];return t[3]*(+s*o*u-n*h*u-s*a*c+i*h*c+n*a*d-i*o*d)+t[7]*(+e*o*d-e*h*c+s*r*c-n*r*d+n*h*l-s*o*l)+t[11]*(+e*h*u-e*a*d-s*r*u+i*r*d+s*a*l-i*h*l)+t[15]*(-n*a*l-e*o*u+e*a*c+n*r*u-i*r*c+i*o*l)}transpose(){const t=this.elements;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,i){const n=this.elements;return t.isVector3?(n[12]=t.x,n[13]=t.y,n[14]=t.z):(n[12]=t,n[13]=e,n[14]=i),this}invert(){const t=this.elements,e=t[0],i=t[1],n=t[2],s=t[3],r=t[4],a=t[5],o=t[6],h=t[7],l=t[8],u=t[9],c=t[10],d=t[11],p=t[12],f=t[13],m=t[14],g=t[15],y=u*m*h-f*c*h+f*o*d-a*m*d-u*o*g+a*c*g,v=p*c*h-l*m*h-p*o*d+r*m*d+l*o*g-r*c*g,x=l*f*h-p*u*h+p*a*d-r*f*d-l*a*g+r*u*g,b=p*u*o-l*f*o-p*a*c+r*f*c+l*a*m-r*u*m,w=e*y+i*v+n*x+s*b;if(0===w)return this.set(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0);const _=1/w;return t[0]=y*_,t[1]=(f*c*s-u*m*s-f*n*d+i*m*d+u*n*g-i*c*g)*_,t[2]=(a*m*s-f*o*s+f*n*h-i*m*h-a*n*g+i*o*g)*_,t[3]=(u*o*s-a*c*s-u*n*h+i*c*h+a*n*d-i*o*d)*_,t[4]=v*_,t[5]=(l*m*s-p*c*s+p*n*d-e*m*d-l*n*g+e*c*g)*_,t[6]=(p*o*s-r*m*s-p*n*h+e*m*h+r*n*g-e*o*g)*_,t[7]=(r*c*s-l*o*s+l*n*h-e*c*h-r*n*d+e*o*d)*_,t[8]=x*_,t[9]=(p*u*s-l*f*s-p*i*d+e*f*d+l*i*g-e*u*g)*_,t[10]=(r*f*s-p*a*s+p*i*h-e*f*h-r*i*g+e*a*g)*_,t[11]=(l*a*s-r*u*s-l*i*h+e*u*h+r*i*d-e*a*d)*_,t[12]=b*_,t[13]=(l*f*n-p*u*n+p*i*c-e*f*c-l*i*m+e*u*m)*_,t[14]=(p*a*n-r*f*n-p*i*o+e*f*o+r*i*m-e*a*m)*_,t[15]=(r*u*n-l*a*n+l*i*o-e*u*o-r*i*c+e*a*c)*_,this}scale(t){const e=this.elements,i=t.x,n=t.y,s=t.z;return e[0]*=i,e[4]*=n,e[8]*=s,e[1]*=i,e[5]*=n,e[9]*=s,e[2]*=i,e[6]*=n,e[10]*=s,e[3]*=i,e[7]*=n,e[11]*=s,this}getMaxScaleOnAxis(){const t=this.elements,e=t[0]*t[0]+t[1]*t[1]+t[2]*t[2],i=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,i,n))}makeTranslation(t,e,i){return t.isVector3?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,i,0,0,0,1),this}makeRotationX(t){const e=Math.cos(t),i=Math.sin(t);return this.set(1,0,0,0,0,e,-i,0,0,i,e,0,0,0,0,1),this}makeRotationY(t){const e=Math.cos(t),i=Math.sin(t);return this.set(e,0,i,0,0,1,0,0,-i,0,e,0,0,0,0,1),this}makeRotationZ(t){const e=Math.cos(t),i=Math.sin(t);return this.set(e,-i,0,0,i,e,0,0,0,0,1,0,0,0,0,1),this}makeRotationAxis(t,e){const i=Math.cos(e),n=Math.sin(e),s=1-i,r=t.x,a=t.y,o=t.z,h=s*r,l=s*a;return this.set(h*r+i,h*a-n*o,h*o+n*a,0,h*a+n*o,l*a+i,l*o-n*r,0,h*o-n*a,l*o+n*r,s*o*o+i,0,0,0,0,1),this}makeScale(t,e,i){return this.set(t,0,0,0,0,e,0,0,0,0,i,0,0,0,0,1),this}makeShear(t,e,i,n,s,r){return this.set(1,i,s,0,t,1,r,0,e,n,1,0,0,0,0,1),this}compose(t,e,i){const n=this.elements,s=e._x,r=e._y,a=e._z,o=e._w,h=s+s,l=r+r,u=a+a,c=s*h,d=s*l,p=s*u,f=r*l,m=r*u,g=a*u,y=o*h,v=o*l,x=o*u,b=i.x,w=i.y,_=i.z;return n[0]=(1-(f+g))*b,n[1]=(d+x)*b,n[2]=(p-v)*b,n[3]=0,n[4]=(d-x)*w,n[5]=(1-(c+g))*w,n[6]=(m+y)*w,n[7]=0,n[8]=(p+v)*_,n[9]=(m-y)*_,n[10]=(1-(c+f))*_,n[11]=0,n[12]=t.x,n[13]=t.y,n[14]=t.z,n[15]=1,this}decompose(t,e,i){const n=this.elements;let s=ju.set(n[0],n[1],n[2]).length();const r=ju.set(n[4],n[5],n[6]).length(),a=ju.set(n[8],n[9],n[10]).length();this.determinant()<0&&(s=-s),t.x=n[12],t.y=n[13],t.z=n[14],Yu.copy(this);const o=1/s,h=1/r,l=1/a;return Yu.elements[0]*=o,Yu.elements[1]*=o,Yu.elements[2]*=o,Yu.elements[4]*=h,Yu.elements[5]*=h,Yu.elements[6]*=h,Yu.elements[8]*=l,Yu.elements[9]*=l,Yu.elements[10]*=l,e.setFromRotationMatrix(Yu),i.x=s,i.y=r,i.z=a,this}makePerspective(t,e,i,n,s,r,a=2e3){const o=this.elements,h=2*s/(e-t),l=2*s/(i-n),u=(e+t)/(e-t),c=(i+n)/(i-n);let d,p;if(2e3===a)d=-(r+s)/(r-s),p=-2*r*s/(r-s);else{if(2001!==a)throw new Error("THREE.Matrix4.makePerspective(): Invalid coordinate system: "+a);d=-r/(r-s),p=-r*s/(r-s)}return o[0]=h,o[4]=0,o[8]=u,o[12]=0,o[1]=0,o[5]=l,o[9]=c,o[13]=0,o[2]=0,o[6]=0,o[10]=d,o[14]=p,o[3]=0,o[7]=0,o[11]=-1,o[15]=0,this}makeOrthographic(t,e,i,n,s,r,a=2e3){const o=this.elements,h=1/(e-t),l=1/(i-n),u=1/(r-s),c=(e+t)*h,d=(i+n)*l;let p,f;if(2e3===a)p=(r+s)*u,f=-2*u;else{if(2001!==a)throw new Error("THREE.Matrix4.makeOrthographic(): Invalid coordinate system: "+a);p=s*u,f=-1*u}return o[0]=2*h,o[4]=0,o[8]=0,o[12]=-c,o[1]=0,o[5]=2*l,o[9]=0,o[13]=-d,o[2]=0,o[6]=0,o[10]=f,o[14]=-p,o[3]=0,o[7]=0,o[11]=0,o[15]=1,this}equals(t){const e=this.elements,i=t.elements;for(let t=0;t<16;t++)if(e[t]!==i[t])return!1;return!0}fromArray(t,e=0){for(let i=0;i<16;i++)this.elements[i]=t[i+e];return this}toArray(t=[],e=0){const i=this.elements;return t[e]=i[0],t[e+1]=i[1],t[e+2]=i[2],t[e+3]=i[3],t[e+4]=i[4],t[e+5]=i[5],t[e+6]=i[6],t[e+7]=i[7],t[e+8]=i[8],t[e+9]=i[9],t[e+10]=i[10],t[e+11]=i[11],t[e+12]=i[12],t[e+13]=i[13],t[e+14]=i[14],t[e+15]=i[15],t}};const ju=new _u,Yu=new qu,Gu=new _u(0,0,0),$u=new _u(1,1,1),Xu=new _u,Zu=new _u,Ju=new _u,Qu=new qu,Ku=new wu;class tc{constructor(t=0,e=0,i=0,n=tc.DEFAULT_ORDER){this.isEuler=!0,this._x=t,this._y=e,this._z=i,this._order=n}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 order(){return this._order}set order(t){this._order=t,this._onChangeCallback()}set(t,e,i,n=this._order){return this._x=t,this._y=e,this._z=i,this._order=n,this._onChangeCallback(),this}clone(){return new this.constructor(this._x,this._y,this._z,this._order)}copy(t){return this._x=t._x,this._y=t._y,this._z=t._z,this._order=t._order,this._onChangeCallback(),this}setFromRotationMatrix(t,e=this._order,i=!0){const n=t.elements,s=n[0],r=n[4],a=n[8],o=n[1],h=n[5],l=n[9],u=n[2],c=n[6],d=n[10];switch(e){case"XYZ":this._y=Math.asin(eu(a,-1,1)),Math.abs(a)<.9999999?(this._x=Math.atan2(-l,d),this._z=Math.atan2(-r,s)):(this._x=Math.atan2(c,h),this._z=0);break;case"YXZ":this._x=Math.asin(-eu(l,-1,1)),Math.abs(l)<.9999999?(this._y=Math.atan2(a,d),this._z=Math.atan2(o,h)):(this._y=Math.atan2(-u,s),this._z=0);break;case"ZXY":this._x=Math.asin(eu(c,-1,1)),Math.abs(c)<.9999999?(this._y=Math.atan2(-u,d),this._z=Math.atan2(-r,h)):(this._y=0,this._z=Math.atan2(o,s));break;case"ZYX":this._y=Math.asin(-eu(u,-1,1)),Math.abs(u)<.9999999?(this._x=Math.atan2(c,d),this._z=Math.atan2(o,s)):(this._x=0,this._z=Math.atan2(-r,h));break;case"YZX":this._z=Math.asin(eu(o,-1,1)),Math.abs(o)<.9999999?(this._x=Math.atan2(-l,h),this._y=Math.atan2(-u,s)):(this._x=0,this._y=Math.atan2(a,d));break;case"XZY":this._z=Math.asin(-eu(r,-1,1)),Math.abs(r)<.9999999?(this._x=Math.atan2(c,h),this._y=Math.atan2(a,s)):(this._x=Math.atan2(-l,d),this._y=0)}return this._order=e,!0===i&&this._onChangeCallback(),this}setFromQuaternion(t,e,i){return Qu.makeRotationFromQuaternion(t),this.setFromRotationMatrix(Qu,e,i)}setFromVector3(t,e=this._order){return this.set(t.x,t.y,t.z,e)}reorder(t){return Ku.setFromEuler(this),this.setFromQuaternion(Ku,t)}equals(t){return t._x===this._x&&t._y===this._y&&t._z===this._z&&t._order===this._order}fromArray(t){return this._x=t[0],this._y=t[1],this._z=t[2],void 0!==t[3]&&(this._order=t[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._order,t}_onChange(t){return this._onChangeCallback=t,this}_onChangeCallback(){}*[Symbol.iterator](){yield this._x,yield this._y,yield this._z,yield this._order}}tc.DEFAULT_ORDER="XYZ";class ec{constructor(){this.mask=1}set(t){this.mask=1<<t>>>0}enable(t){this.mask|=1<<t}enableAll(){this.mask=-1}toggle(t){this.mask^=1<<t}disable(t){this.mask&=~(1<<t)}disableAll(){this.mask=0}test(t){return!!(this.mask&t.mask)}isEnabled(t){return!!(this.mask&1<<t)}}let ic=0;const nc=new _u,sc=new wu,rc=new qu,ac=new _u,oc=new _u,hc=new _u,lc=new wu,uc=new _u(1,0,0),cc=new _u(0,1,0),dc=new _u(0,0,1),pc={type:"added"},fc={type:"removed"},mc={type:"childadded",child:null},gc={type:"childremoved",child:null};class yc extends Ql{constructor(){super(),this.isObject3D=!0,Object.defineProperty(this,"id",{value:ic++}),this.uuid=tu(),this.name="",this.type="Object3D",this.parent=null,this.children=[],this.up=yc.DEFAULT_UP.clone();const t=new _u,e=new tc,i=new wu,n=new _u(1,1,1);e._onChange((function(){i.setFromEuler(e,!1)})),i._onChange((function(){e.setFromQuaternion(i,void 0,!1)})),Object.defineProperties(this,{position:{configurable:!0,enumerable:!0,value:t},rotation:{configurable:!0,enumerable:!0,value:e},quaternion:{configurable:!0,enumerable:!0,value:i},scale:{configurable:!0,enumerable:!0,value:n},modelViewMatrix:{value:new qu},normalMatrix:{value:new au}}),this.matrix=new qu,this.matrixWorld=new qu,this.matrixAutoUpdate=yc.DEFAULT_MATRIX_AUTO_UPDATE,this.matrixWorldAutoUpdate=yc.DEFAULT_MATRIX_WORLD_AUTO_UPDATE,this.matrixWorldNeedsUpdate=!1,this.layers=new ec,this.visible=!0,this.castShadow=!1,this.receiveShadow=!1,this.frustumCulled=!0,this.renderOrder=0,this.animations=[],this.customDepthMaterial=void 0,this.customDistanceMaterial=void 0,this.userData={}}onBeforeShadow(){}onAfterShadow(){}onBeforeRender(){}onAfterRender(){}applyMatrix4(t){this.matrixAutoUpdate&&this.updateMatrix(),this.matrix.premultiply(t),this.matrix.decompose(this.position,this.quaternion,this.scale)}applyQuaternion(t){return this.quaternion.premultiply(t),this}setRotationFromAxisAngle(t,e){this.quaternion.setFromAxisAngle(t,e)}setRotationFromEuler(t){this.quaternion.setFromEuler(t,!0)}setRotationFromMatrix(t){this.quaternion.setFromRotationMatrix(t)}setRotationFromQuaternion(t){this.quaternion.copy(t)}rotateOnAxis(t,e){return sc.setFromAxisAngle(t,e),this.quaternion.multiply(sc),this}rotateOnWorldAxis(t,e){return sc.setFromAxisAngle(t,e),this.quaternion.premultiply(sc),this}rotateX(t){return this.rotateOnAxis(uc,t)}rotateY(t){return this.rotateOnAxis(cc,t)}rotateZ(t){return this.rotateOnAxis(dc,t)}translateOnAxis(t,e){return nc.copy(t).applyQuaternion(this.quaternion),this.position.add(nc.multiplyScalar(e)),this}translateX(t){return this.translateOnAxis(uc,t)}translateY(t){return this.translateOnAxis(cc,t)}translateZ(t){return this.translateOnAxis(dc,t)}localToWorld(t){return this.updateWorldMatrix(!0,!1),t.applyMatrix4(this.matrixWorld)}worldToLocal(t){return this.updateWorldMatrix(!0,!1),t.applyMatrix4(rc.copy(this.matrixWorld).invert())}lookAt(t,e,i){t.isVector3?ac.copy(t):ac.set(t,e,i);const n=this.parent;this.updateWorldMatrix(!0,!1),oc.setFromMatrixPosition(this.matrixWorld),this.isCamera||this.isLight?rc.lookAt(oc,ac,this.up):rc.lookAt(ac,oc,this.up),this.quaternion.setFromRotationMatrix(rc),n&&(rc.extractRotation(n.matrixWorld),sc.setFromRotationMatrix(rc),this.quaternion.premultiply(sc.invert()))}add(t){if(arguments.length>1){for(let t=0;t<arguments.length;t++)this.add(arguments[t]);return this}return t===this||t&&t.isObject3D&&(t.removeFromParent(),t.parent=this,this.children.push(t),t.dispatchEvent(pc),mc.child=t,this.dispatchEvent(mc),mc.child=null),this}remove(t){if(arguments.length>1){for(let t=0;t<arguments.length;t++)this.remove(arguments[t]);return this}const e=this.children.indexOf(t);return-1!==e&&(t.parent=null,this.children.splice(e,1),t.dispatchEvent(fc),gc.child=t,this.dispatchEvent(gc),gc.child=null),this}removeFromParent(){const t=this.parent;return null!==t&&t.remove(this),this}clear(){return this.remove(...this.children)}attach(t){return this.updateWorldMatrix(!0,!1),rc.copy(this.matrixWorld).invert(),null!==t.parent&&(t.parent.updateWorldMatrix(!0,!1),rc.multiply(t.parent.matrixWorld)),t.applyMatrix4(rc),t.removeFromParent(),t.parent=this,this.children.push(t),t.updateWorldMatrix(!1,!0),t.dispatchEvent(pc),mc.child=t,this.dispatchEvent(mc),mc.child=null,this}getObjectById(t){return this.getObjectByProperty("id",t)}getObjectByName(t){return this.getObjectByProperty("name",t)}getObjectByProperty(t,e){if(this[t]===e)return this;for(let i=0,n=this.children.length;i<n;i++){const n=this.children[i].getObjectByProperty(t,e);if(void 0!==n)return n}}getObjectsByProperty(t,e,i=[]){this[t]===e&&i.push(this);const n=this.children;for(let s=0,r=n.length;s<r;s++)n[s].getObjectsByProperty(t,e,i);return i}getWorldPosition(t){return this.updateWorldMatrix(!0,!1),t.setFromMatrixPosition(this.matrixWorld)}getWorldQuaternion(t){return this.updateWorldMatrix(!0,!1),this.matrixWorld.decompose(oc,t,hc),t}getWorldScale(t){return this.updateWorldMatrix(!0,!1),this.matrixWorld.decompose(oc,lc,t),t}getWorldDirection(t){this.updateWorldMatrix(!0,!1);const e=this.matrixWorld.elements;return t.set(e[8],e[9],e[10]).normalize()}raycast(){}traverse(t){t(this);const e=this.children;for(let i=0,n=e.length;i<n;i++)e[i].traverse(t)}traverseVisible(t){if(!1===this.visible)return;t(this);const e=this.children;for(let i=0,n=e.length;i<n;i++)e[i].traverseVisible(t)}traverseAncestors(t){const e=this.parent;null!==e&&(t(e),e.traverseAncestors(t))}updateMatrix(){this.matrix.compose(this.position,this.quaternion,this.scale),this.matrixWorldNeedsUpdate=!0}updateMatrixWorld(t){this.matrixAutoUpdate&&this.updateMatrix(),(this.matrixWorldNeedsUpdate||t)&&(!0===this.matrixWorldAutoUpdate&&(null===this.parent?this.matrixWorld.copy(this.matrix):this.matrixWorld.multiplyMatrices(this.parent.matrixWorld,this.matrix)),this.matrixWorldNeedsUpdate=!1,t=!0);const e=this.children;for(let i=0,n=e.length;i<n;i++)e[i].updateMatrixWorld(t)}updateWorldMatrix(t,e){const i=this.parent;if(!0===t&&null!==i&&i.updateWorldMatrix(!0,!1),this.matrixAutoUpdate&&this.updateMatrix(),!0===this.matrixWorldAutoUpdate&&(null===this.parent?this.matrixWorld.copy(this.matrix):this.matrixWorld.multiplyMatrices(this.parent.matrixWorld,this.matrix)),!0===e){const t=this.children;for(let e=0,i=t.length;e<i;e++)t[e].updateWorldMatrix(!1,!0)}}toJSON(t){const e=void 0===t||"string"==typeof t,i={};e&&(t={geometries:{},materials:{},textures:{},images:{},shapes:{},skeletons:{},animations:{},nodes:{}},i.metadata={version:4.6,type:"Object",generator:"Object3D.toJSON"});const n={};function s(e,i){return void 0===e[i.uuid]&&(e[i.uuid]=i.toJSON(t)),i.uuid}if(n.uuid=this.uuid,n.type=this.type,""!==this.name&&(n.name=this.name),!0===this.castShadow&&(n.castShadow=!0),!0===this.receiveShadow&&(n.receiveShadow=!0),!1===this.visible&&(n.visible=!1),!1===this.frustumCulled&&(n.frustumCulled=!1),0!==this.renderOrder&&(n.renderOrder=this.renderOrder),Object.keys(this.userData).length>0&&(n.userData=this.userData),n.layers=this.layers.mask,n.matrix=this.matrix.toArray(),n.up=this.up.toArray(),!1===this.matrixAutoUpdate&&(n.matrixAutoUpdate=!1),this.isInstancedMesh&&(n.type="InstancedMesh",n.count=this.count,n.instanceMatrix=this.instanceMatrix.toJSON(),null!==this.instanceColor&&(n.instanceColor=this.instanceColor.toJSON())),this.isBatchedMesh&&(n.type="BatchedMesh",n.perObjectFrustumCulled=this.perObjectFrustumCulled,n.sortObjects=this.sortObjects,n.drawRanges=this._drawRanges,n.reservedRanges=this._reservedRanges,n.geometryInfo=this._geometryInfo.map((t=>c(u({},t),{boundingBox:t.boundingBox?{min:t.boundingBox.min.toArray(),max:t.boundingBox.max.toArray()}:void 0,boundingSphere:t.boundingSphere?{radius:t.boundingSphere.radius,center:t.boundingSphere.center.toArray()}:void 0}))),n.instanceInfo=this._instanceInfo.map((t=>u({},t))),n.availableInstanceIds=this._availableInstanceIds.slice(),n.availableGeometryIds=this._availableGeometryIds.slice(),n.nextIndexStart=this._nextIndexStart,n.nextVertexStart=this._nextVertexStart,n.geometryCount=this._geometryCount,n.maxInstanceCount=this._maxInstanceCount,n.maxVertexCount=this._maxVertexCount,n.maxIndexCount=this._maxIndexCount,n.geometryInitialized=this._geometryInitialized,n.matricesTexture=this._matricesTexture.toJSON(t),n.indirectTexture=this._indirectTexture.toJSON(t),null!==this._colorsTexture&&(n.colorsTexture=this._colorsTexture.toJSON(t)),null!==this.boundingSphere&&(n.boundingSphere={center:this.boundingSphere.center.toArray(),radius:this.boundingSphere.radius}),null!==this.boundingBox&&(n.boundingBox={min:this.boundingBox.min.toArray(),max:this.boundingBox.max.toArray()})),this.isScene)this.background&&(this.background.isColor?n.background=this.background.toJSON():this.background.isTexture&&(n.background=this.background.toJSON(t).uuid)),this.environment&&this.environment.isTexture&&!0!==this.environment.isRenderTargetTexture&&(n.environment=this.environment.toJSON(t).uuid);else if(this.isMesh||this.isLine||this.isPoints){n.geometry=s(t.geometries,this.geometry);const e=this.geometry.parameters;if(void 0!==e&&void 0!==e.shapes){const i=e.shapes;if(Array.isArray(i))for(let e=0,n=i.length;e<n;e++){const n=i[e];s(t.shapes,n)}else s(t.shapes,i)}}if(this.isSkinnedMesh&&(n.bindMode=this.bindMode,n.bindMatrix=this.bindMatrix.toArray(),void 0!==this.skeleton&&(s(t.skeletons,this.skeleton),n.skeleton=this.skeleton.uuid)),void 0!==this.material)if(Array.isArray(this.material)){const e=[];for(let i=0,n=this.material.length;i<n;i++)e.push(s(t.materials,this.material[i]));n.material=e}else n.material=s(t.materials,this.material);if(this.children.length>0){n.children=[];for(let e=0;e<this.children.length;e++)n.children.push(this.children[e].toJSON(t).object)}if(this.animations.length>0){n.animations=[];for(let e=0;e<this.animations.length;e++){const i=this.animations[e];n.animations.push(s(t.animations,i))}}if(e){const e=r(t.geometries),n=r(t.materials),s=r(t.textures),a=r(t.images),o=r(t.shapes),h=r(t.skeletons),l=r(t.animations),u=r(t.nodes);e.length>0&&(i.geometries=e),n.length>0&&(i.materials=n),s.length>0&&(i.textures=s),a.length>0&&(i.images=a),o.length>0&&(i.shapes=o),h.length>0&&(i.skeletons=h),l.length>0&&(i.animations=l),u.length>0&&(i.nodes=u)}return i.object=n,i;function r(t){const e=[];for(const i in t){const n=t[i];delete n.metadata,e.push(n)}return e}}clone(t){return(new this.constructor).copy(this,t)}copy(t,e=!0){if(this.name=t.name,this.up.copy(t.up),this.position.copy(t.position),this.rotation.order=t.rotation.order,this.quaternion.copy(t.quaternion),this.scale.copy(t.scale),this.matrix.copy(t.matrix),this.matrixWorld.copy(t.matrixWorld),this.matrixAutoUpdate=t.matrixAutoUpdate,this.matrixWorldAutoUpdate=t.matrixWorldAutoUpdate,this.matrixWorldNeedsUpdate=t.matrixWorldNeedsUpdate,this.layers.mask=t.layers.mask,this.visible=t.visible,this.castShadow=t.castShadow,this.receiveShadow=t.receiveShadow,this.frustumCulled=t.frustumCulled,this.renderOrder=t.renderOrder,this.animations=t.animations.slice(),this.userData=JSON.parse(JSON.stringify(t.userData)),!0===e)for(let e=0;e<t.children.length;e++){const i=t.children[e];this.add(i.clone())}return this}}yc.DEFAULT_UP=new _u(0,1,0),yc.DEFAULT_MATRIX_AUTO_UPDATE=!0,yc.DEFAULT_MATRIX_WORLD_AUTO_UPDATE=!0;const vc={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},xc={h:0,s:0,l:0},bc={h:0,s:0,l:0};function wc(t,e,i){return i<0&&(i+=1),i>1&&(i-=1),i<1/6?t+6*(e-t)*i:i<.5?e:i<2/3?t+6*(e-t)*(2/3-i):t}class _c{constructor(t,e,i){return this.isColor=!0,this.r=1,this.g=1,this.b=1,this.set(t,e,i)}set(t,e,i){if(void 0===e&&void 0===i){const e=t;e&&e.isColor?this.copy(e):"number"==typeof e?this.setHex(e):"string"==typeof e&&this.setStyle(e)}else this.setRGB(t,e,i);return this}setScalar(t){return this.r=t,this.g=t,this.b=t,this}setHex(t,e=$l){return t=Math.floor(t),this.r=(t>>16&255)/255,this.g=(t>>8&255)/255,this.b=(255&t)/255,cu.toWorkingColorSpace(this,e),this}setRGB(t,e,i,n=cu.workingColorSpace){return this.r=t,this.g=e,this.b=i,cu.toWorkingColorSpace(this,n),this}setHSL(t,e,i,n=cu.workingColorSpace){if(t=(t%1+1)%1,e=eu(e,0,1),i=eu(i,0,1),0===e)this.r=this.g=this.b=i;else{const n=i<=.5?i*(1+e):i+e-i*e,s=2*i-n;this.r=wc(s,n,t+1/3),this.g=wc(s,n,t),this.b=wc(s,n,t-1/3)}return cu.toWorkingColorSpace(this,n),this}setStyle(t,e=$l){function i(t){void 0!==t&&parseFloat(t)}let n;if(n=/^(\w+)\(([^\)]*)\)/.exec(t)){let t;const s=n[1],r=n[2];switch(s){case"rgb":case"rgba":if(t=/^\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*(?:,\s*(\d*\.?\d+)\s*)?$/.exec(r))return i(t[4]),this.setRGB(Math.min(255,parseInt(t[1],10))/255,Math.min(255,parseInt(t[2],10))/255,Math.min(255,parseInt(t[3],10))/255,e);if(t=/^\s*(\d+)\%\s*,\s*(\d+)\%\s*,\s*(\d+)\%\s*(?:,\s*(\d*\.?\d+)\s*)?$/.exec(r))return i(t[4]),this.setRGB(Math.min(100,parseInt(t[1],10))/100,Math.min(100,parseInt(t[2],10))/100,Math.min(100,parseInt(t[3],10))/100,e);break;case"hsl":case"hsla":if(t=/^\s*(\d*\.?\d+)\s*,\s*(\d*\.?\d+)\%\s*,\s*(\d*\.?\d+)\%\s*(?:,\s*(\d*\.?\d+)\s*)?$/.exec(r))return i(t[4]),this.setHSL(parseFloat(t[1])/360,parseFloat(t[2])/100,parseFloat(t[3])/100,e)}}else if(n=/^\#([A-Fa-f\d]+)$/.exec(t)){const t=n[1],i=t.length;if(3===i)return this.setRGB(parseInt(t.charAt(0),16)/15,parseInt(t.charAt(1),16)/15,parseInt(t.charAt(2),16)/15,e);if(6===i)return this.setHex(parseInt(t,16),e)}else if(t&&t.length>0)return this.setColorName(t,e);return this}setColorName(t,e=$l){const i=vc[t.toLowerCase()];return void 0!==i&&this.setHex(i,e),this}clone(){return new this.constructor(this.r,this.g,this.b)}copy(t){return this.r=t.r,this.g=t.g,this.b=t.b,this}copySRGBToLinear(t){return this.r=du(t.r),this.g=du(t.g),this.b=du(t.b),this}copyLinearToSRGB(t){return this.r=pu(t.r),this.g=pu(t.g),this.b=pu(t.b),this}convertSRGBToLinear(){return this.copySRGBToLinear(this),this}convertLinearToSRGB(){return this.copyLinearToSRGB(this),this}getHex(t=$l){return cu.fromWorkingColorSpace(Sc.copy(this),t),65536*Math.round(eu(255*Sc.r,0,255))+256*Math.round(eu(255*Sc.g,0,255))+Math.round(eu(255*Sc.b,0,255))}getHexString(t=$l){return("000000"+this.getHex(t).toString(16)).slice(-6)}getHSL(t,e=cu.workingColorSpace){cu.fromWorkingColorSpace(Sc.copy(this),e);const i=Sc.r,n=Sc.g,s=Sc.b,r=Math.max(i,n,s),a=Math.min(i,n,s);let o,h;const l=(a+r)/2;if(a===r)o=0,h=0;else{const t=r-a;switch(h=l<=.5?t/(r+a):t/(2-r-a),r){case i:o=(n-s)/t+(n<s?6:0);break;case n:o=(s-i)/t+2;break;case s:o=(i-n)/t+4}o/=6}return t.h=o,t.s=h,t.l=l,t}getRGB(t,e=cu.workingColorSpace){return cu.fromWorkingColorSpace(Sc.copy(this),e),t.r=Sc.r,t.g=Sc.g,t.b=Sc.b,t}getStyle(t=$l){cu.fromWorkingColorSpace(Sc.copy(this),t);const e=Sc.r,i=Sc.g,n=Sc.b;return t!==$l?`color(${t} ${e.toFixed(3)} ${i.toFixed(3)} ${n.toFixed(3)})`:`rgb(${Math.round(255*e)},${Math.round(255*i)},${Math.round(255*n)})`}offsetHSL(t,e,i){return this.getHSL(xc),this.setHSL(xc.h+t,xc.s+e,xc.l+i)}add(t){return this.r+=t.r,this.g+=t.g,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+=t,this.g+=t,this.b+=t,this}sub(t){return this.r=Math.max(0,this.r-t.r),this.g=Math.max(0,this.g-t.g),this.b=Math.max(0,this.b-t.b),this}multiply(t){return this.r*=t.r,this.g*=t.g,this.b*=t.b,this}multiplyScalar(t){return this.r*=t,this.g*=t,this.b*=t,this}lerp(t,e){return 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,i){return this.r=t.r+(e.r-t.r)*i,this.g=t.g+(e.g-t.g)*i,this.b=t.b+(e.b-t.b)*i,this}lerpHSL(t,e){this.getHSL(xc),t.getHSL(bc);const i=iu(xc.h,bc.h,e),n=iu(xc.s,bc.s,e),s=iu(xc.l,bc.l,e);return this.setHSL(i,n,s),this}setFromVector3(t){return this.r=t.x,this.g=t.y,this.b=t.z,this}applyMatrix3(t){const e=this.r,i=this.g,n=this.b,s=t.elements;return this.r=s[0]*e+s[3]*i+s[6]*n,this.g=s[1]*e+s[4]*i+s[7]*n,this.b=s[2]*e+s[5]*i+s[8]*n,this}equals(t){return t.r===this.r&&t.g===this.g&&t.b===this.b}fromArray(t,e=0){return this.r=t[e],this.g=t[e+1],this.b=t[e+2],this}toArray(t=[],e=0){return t[e]=this.r,t[e+1]=this.g,t[e+2]=this.b,t}fromBufferAttribute(t,e){return this.r=t.getX(e),this.g=t.getY(e),this.b=t.getZ(e),this}toJSON(){return this.getHex()}*[Symbol.iterator](){yield this.r,yield this.g,yield this.b}}const Sc=new _c;_c.NAMES=vc;const Ec=new _u,Mc=new ru;let Ac=0;class Tc{constructor(t,e,i=!1){if(Array.isArray(t))throw new TypeError("THREE.BufferAttribute: array should be a Typed Array.");this.isBufferAttribute=!0,Object.defineProperty(this,"id",{value:Ac++}),this.name="",this.array=t,this.itemSize=e,this.count=void 0!==t?t.length/e:0,this.normalized=i,this.usage=35044,this.updateRanges=[],this.gpuType=1015,this.version=0}onUploadCallback(){}set needsUpdate(t){!0===t&&this.version++}setUsage(t){return this.usage=t,this}addUpdateRange(t,e){this.updateRanges.push({start:t,count:e})}clearUpdateRanges(){this.updateRanges.length=0}copy(t){return this.name=t.name,this.array=new t.array.constructor(t.array),this.itemSize=t.itemSize,this.count=t.count,this.normalized=t.normalized,this.usage=t.usage,this.gpuType=t.gpuType,this}copyAt(t,e,i){t*=this.itemSize,i*=e.itemSize;for(let n=0,s=this.itemSize;n<s;n++)this.array[t+n]=e.array[i+n];return this}copyArray(t){return this.array.set(t),this}applyMatrix3(t){if(2===this.itemSize)for(let e=0,i=this.count;e<i;e++)Mc.fromBufferAttribute(this,e),Mc.applyMatrix3(t),this.setXY(e,Mc.x,Mc.y);else if(3===this.itemSize)for(let e=0,i=this.count;e<i;e++)Ec.fromBufferAttribute(this,e),Ec.applyMatrix3(t),this.setXYZ(e,Ec.x,Ec.y,Ec.z);return this}applyMatrix4(t){for(let e=0,i=this.count;e<i;e++)Ec.fromBufferAttribute(this,e),Ec.applyMatrix4(t),this.setXYZ(e,Ec.x,Ec.y,Ec.z);return this}applyNormalMatrix(t){for(let e=0,i=this.count;e<i;e++)Ec.fromBufferAttribute(this,e),Ec.applyNormalMatrix(t),this.setXYZ(e,Ec.x,Ec.y,Ec.z);return this}transformDirection(t){for(let e=0,i=this.count;e<i;e++)Ec.fromBufferAttribute(this,e),Ec.transformDirection(t),this.setXYZ(e,Ec.x,Ec.y,Ec.z);return this}set(t,e=0){return this.array.set(t,e),this}getComponent(t,e){let i=this.array[t*this.itemSize+e];return this.normalized&&(i=nu(i,this.array)),i}setComponent(t,e,i){return this.normalized&&(i=su(i,this.array)),this.array[t*this.itemSize+e]=i,this}getX(t){let e=this.array[t*this.itemSize];return this.normalized&&(e=nu(e,this.array)),e}setX(t,e){return this.normalized&&(e=su(e,this.array)),this.array[t*this.itemSize]=e,this}getY(t){let e=this.array[t*this.itemSize+1];return this.normalized&&(e=nu(e,this.array)),e}setY(t,e){return this.normalized&&(e=su(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=nu(e,this.array)),e}setZ(t,e){return this.normalized&&(e=su(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=nu(e,this.array)),e}setW(t,e){return this.normalized&&(e=su(e,this.array)),this.array[t*this.itemSize+3]=e,this}setXY(t,e,i){return t*=this.itemSize,this.normalized&&(e=su(e,this.array),i=su(i,this.array)),this.array[t+0]=e,this.array[t+1]=i,this}setXYZ(t,e,i,n){return t*=this.itemSize,this.normalized&&(e=su(e,this.array),i=su(i,this.array),n=su(n,this.array)),this.array[t+0]=e,this.array[t+1]=i,this.array[t+2]=n,this}setXYZW(t,e,i,n,s){return t*=this.itemSize,this.normalized&&(e=su(e,this.array),i=su(i,this.array),n=su(n,this.array),s=su(s,this.array)),this.array[t+0]=e,this.array[t+1]=i,this.array[t+2]=n,this.array[t+3]=s,this}onUpload(t){return this.onUploadCallback=t,this}clone(){return new this.constructor(this.array,this.itemSize).copy(this)}toJSON(){const t={itemSize:this.itemSize,type:this.array.constructor.name,array:Array.from(this.array),normalized:this.normalized};return""!==this.name&&(t.name=this.name),35044!==this.usage&&(t.usage=this.usage),t}}class Cc extends Tc{constructor(t,e,i){super(new Uint16Array(t),e,i)}}class Ic extends Tc{constructor(t,e,i){super(new Uint32Array(t),e,i)}}class Dc extends Tc{constructor(t,e,i){super(new Float32Array(t),e,i)}}let Lc=0;const Bc=new qu,Pc=new yc,kc=new _u,Nc=new Mu,Oc=new Mu,Rc=new _u;class zc extends Ql{constructor(){super(),this.isBufferGeometry=!0,Object.defineProperty(this,"id",{value:Lc++}),this.uuid=tu(),this.name="",this.type="BufferGeometry",this.index=null,this.indirect=null,this.attributes={},this.morphAttributes={},this.morphTargetsRelative=!1,this.groups=[],this.boundingBox=null,this.boundingSphere=null,this.drawRange={start:0,count:1/0},this.userData={}}getIndex(){return this.index}setIndex(t){return Array.isArray(t)?this.index=new(function(t){for(let e=t.length-1;e>=0;--e)if(t[e]>=65535)return!0;return!1}(t)?Ic:Cc)(t,1):this.index=t,this}setIndirect(t){return this.indirect=t,this}getIndirect(){return this.indirect}getAttribute(t){return this.attributes[t]}setAttribute(t,e){return this.attributes[t]=e,this}deleteAttribute(t){return delete this.attributes[t],this}hasAttribute(t){return void 0!==this.attributes[t]}addGroup(t,e,i=0){this.groups.push({start:t,count:e,materialIndex:i})}clearGroups(){this.groups=[]}setDrawRange(t,e){this.drawRange.start=t,this.drawRange.count=e}applyMatrix4(t){const e=this.attributes.position;void 0!==e&&(e.applyMatrix4(t),e.needsUpdate=!0);const i=this.attributes.normal;if(void 0!==i){const e=(new au).getNormalMatrix(t);i.applyNormalMatrix(e),i.needsUpdate=!0}const n=this.attributes.tangent;return void 0!==n&&(n.transformDirection(t),n.needsUpdate=!0),null!==this.boundingBox&&this.computeBoundingBox(),null!==this.boundingSphere&&this.computeBoundingSphere(),this}applyQuaternion(t){return Bc.makeRotationFromQuaternion(t),this.applyMatrix4(Bc),this}rotateX(t){return Bc.makeRotationX(t),this.applyMatrix4(Bc),this}rotateY(t){return Bc.makeRotationY(t),this.applyMatrix4(Bc),this}rotateZ(t){return Bc.makeRotationZ(t),this.applyMatrix4(Bc),this}translate(t,e,i){return Bc.makeTranslation(t,e,i),this.applyMatrix4(Bc),this}scale(t,e,i){return Bc.makeScale(t,e,i),this.applyMatrix4(Bc),this}lookAt(t){return Pc.lookAt(t),Pc.updateMatrix(),this.applyMatrix4(Pc.matrix),this}center(){return this.computeBoundingBox(),this.boundingBox.getCenter(kc).negate(),this.translate(kc.x,kc.y,kc.z),this}setFromPoints(t){const e=this.getAttribute("position");if(void 0===e){const e=[];for(let i=0,n=t.length;i<n;i++){const n=t[i];e.push(n.x,n.y,n.z||0)}this.setAttribute("position",new Dc(e,3))}else{const i=Math.min(t.length,e.count);for(let n=0;n<i;n++){const i=t[n];e.setXYZ(n,i.x,i.y,i.z||0)}t.length,e.count,e.needsUpdate=!0}return this}computeBoundingBox(){null===this.boundingBox&&(this.boundingBox=new Mu);const t=this.attributes.position,e=this.morphAttributes.position;if(t&&t.isGLBufferAttribute)this.boundingBox.set(new _u(-1/0,-1/0,-1/0),new _u(1/0,1/0,1/0));else{if(void 0!==t){if(this.boundingBox.setFromBufferAttribute(t),e)for(let t=0,i=e.length;t<i;t++){const i=e[t];Nc.setFromBufferAttribute(i),this.morphTargetsRelative?(Rc.addVectors(this.boundingBox.min,Nc.min),this.boundingBox.expandByPoint(Rc),Rc.addVectors(this.boundingBox.max,Nc.max),this.boundingBox.expandByPoint(Rc)):(this.boundingBox.expandByPoint(Nc.min),this.boundingBox.expandByPoint(Nc.max))}}else this.boundingBox.makeEmpty();isNaN(this.boundingBox.min.x)||isNaN(this.boundingBox.min.y)||isNaN(this.boundingBox.min.z)}}computeBoundingSphere(){null===this.boundingSphere&&(this.boundingSphere=new Vu);const t=this.attributes.position,e=this.morphAttributes.position;if(t&&t.isGLBufferAttribute)this.boundingSphere.set(new _u,1/0);else if(t){const i=this.boundingSphere.center;if(Nc.setFromBufferAttribute(t),e)for(let t=0,i=e.length;t<i;t++){const i=e[t];Oc.setFromBufferAttribute(i),this.morphTargetsRelative?(Rc.addVectors(Nc.min,Oc.min),Nc.expandByPoint(Rc),Rc.addVectors(Nc.max,Oc.max),Nc.expandByPoint(Rc)):(Nc.expandByPoint(Oc.min),Nc.expandByPoint(Oc.max))}Nc.getCenter(i);let n=0;for(let e=0,s=t.count;e<s;e++)Rc.fromBufferAttribute(t,e),n=Math.max(n,i.distanceToSquared(Rc));if(e)for(let s=0,r=e.length;s<r;s++){const r=e[s],a=this.morphTargetsRelative;for(let e=0,s=r.count;e<s;e++)Rc.fromBufferAttribute(r,e),a&&(kc.fromBufferAttribute(t,e),Rc.add(kc)),n=Math.max(n,i.distanceToSquared(Rc))}this.boundingSphere.radius=Math.sqrt(n),isNaN(this.boundingSphere.radius)}}computeTangents(){const t=this.index,e=this.attributes;if(null===t||void 0===e.position||void 0===e.normal||void 0===e.uv)return;const i=e.position,n=e.normal,s=e.uv;!1===this.hasAttribute("tangent")&&this.setAttribute("tangent",new Tc(new Float32Array(4*i.count),4));const r=this.getAttribute("tangent"),a=[],o=[];for(let t=0;t<i.count;t++)a[t]=new _u,o[t]=new _u;const h=new _u,l=new _u,u=new _u,c=new ru,d=new ru,p=new ru,f=new _u,m=new _u;function g(t,e,n){h.fromBufferAttribute(i,t),l.fromBufferAttribute(i,e),u.fromBufferAttribute(i,n),c.fromBufferAttribute(s,t),d.fromBufferAttribute(s,e),p.fromBufferAttribute(s,n),l.sub(h),u.sub(h),d.sub(c),p.sub(c);const r=1/(d.x*p.y-p.x*d.y);isFinite(r)&&(f.copy(l).multiplyScalar(p.y).addScaledVector(u,-d.y).multiplyScalar(r),m.copy(u).multiplyScalar(d.x).addScaledVector(l,-p.x).multiplyScalar(r),a[t].add(f),a[e].add(f),a[n].add(f),o[t].add(m),o[e].add(m),o[n].add(m))}let y=this.groups;0===y.length&&(y=[{start:0,count:t.count}]);for(let e=0,i=y.length;e<i;++e){const i=y[e],n=i.start;for(let e=n,s=n+i.count;e<s;e+=3)g(t.getX(e+0),t.getX(e+1),t.getX(e+2))}const v=new _u,x=new _u,b=new _u,w=new _u;function _(t){b.fromBufferAttribute(n,t),w.copy(b);const e=a[t];v.copy(e),v.sub(b.multiplyScalar(b.dot(e))).normalize(),x.crossVectors(w,e);const i=x.dot(o[t])<0?-1:1;r.setXYZW(t,v.x,v.y,v.z,i)}for(let e=0,i=y.length;e<i;++e){const i=y[e],n=i.start;for(let e=n,s=n+i.count;e<s;e+=3)_(t.getX(e+0)),_(t.getX(e+1)),_(t.getX(e+2))}}computeVertexNormals(){const t=this.index,e=this.getAttribute("position");if(void 0!==e){let i=this.getAttribute("normal");if(void 0===i)i=new Tc(new Float32Array(3*e.count),3),this.setAttribute("normal",i);else for(let t=0,e=i.count;t<e;t++)i.setXYZ(t,0,0,0);const n=new _u,s=new _u,r=new _u,a=new _u,o=new _u,h=new _u,l=new _u,u=new _u;if(t)for(let c=0,d=t.count;c<d;c+=3){const d=t.getX(c+0),p=t.getX(c+1),f=t.getX(c+2);n.fromBufferAttribute(e,d),s.fromBufferAttribute(e,p),r.fromBufferAttribute(e,f),l.subVectors(r,s),u.subVectors(n,s),l.cross(u),a.fromBufferAttribute(i,d),o.fromBufferAttribute(i,p),h.fromBufferAttribute(i,f),a.add(l),o.add(l),h.add(l),i.setXYZ(d,a.x,a.y,a.z),i.setXYZ(p,o.x,o.y,o.z),i.setXYZ(f,h.x,h.y,h.z)}else for(let t=0,a=e.count;t<a;t+=3)n.fromBufferAttribute(e,t+0),s.fromBufferAttribute(e,t+1),r.fromBufferAttribute(e,t+2),l.subVectors(r,s),u.subVectors(n,s),l.cross(u),i.setXYZ(t+0,l.x,l.y,l.z),i.setXYZ(t+1,l.x,l.y,l.z),i.setXYZ(t+2,l.x,l.y,l.z);this.normalizeNormals(),i.needsUpdate=!0}}normalizeNormals(){const t=this.attributes.normal;for(let e=0,i=t.count;e<i;e++)Rc.fromBufferAttribute(t,e),Rc.normalize(),t.setXYZ(e,Rc.x,Rc.y,Rc.z)}toNonIndexed(){function t(t,e){const i=t.array,n=t.itemSize,s=t.normalized,r=new i.constructor(e.length*n);let a=0,o=0;for(let s=0,h=e.length;s<h;s++){a=t.isInterleavedBufferAttribute?e[s]*t.data.stride+t.offset:e[s]*n;for(let t=0;t<n;t++)r[o++]=i[a++]}return new Tc(r,n,s)}if(null===this.index)return this;const e=new zc,i=this.index.array,n=this.attributes;for(const s in n){const r=t(n[s],i);e.setAttribute(s,r)}const s=this.morphAttributes;for(const n in s){const r=[],a=s[n];for(let e=0,n=a.length;e<n;e++){const n=t(a[e],i);r.push(n)}e.morphAttributes[n]=r}e.morphTargetsRelative=this.morphTargetsRelative;const r=this.groups;for(let t=0,i=r.length;t<i;t++){const i=r[t];e.addGroup(i.start,i.count,i.materialIndex)}return e}toJSON(){const t={metadata:{version:4.6,type:"BufferGeometry",generator:"BufferGeometry.toJSON"}};if(t.uuid=this.uuid,t.type=this.type,""!==this.name&&(t.name=this.name),Object.keys(this.userData).length>0&&(t.userData=this.userData),void 0!==this.parameters){const e=this.parameters;for(const i in e)void 0!==e[i]&&(t[i]=e[i]);return t}t.data={attributes:{}};const e=this.index;null!==e&&(t.data.index={type:e.array.constructor.name,array:Array.prototype.slice.call(e.array)});const i=this.attributes;for(const e in i){const n=i[e];t.data.attributes[e]=n.toJSON(t.data)}const n={};let s=!1;for(const e in this.morphAttributes){const i=this.morphAttributes[e],r=[];for(let e=0,n=i.length;e<n;e++){const n=i[e];r.push(n.toJSON(t.data))}r.length>0&&(n[e]=r,s=!0)}s&&(t.data.morphAttributes=n,t.data.morphTargetsRelative=this.morphTargetsRelative);const r=this.groups;r.length>0&&(t.data.groups=JSON.parse(JSON.stringify(r)));const a=this.boundingSphere;return null!==a&&(t.data.boundingSphere={center:a.center.toArray(),radius:a.radius}),t}clone(){return(new this.constructor).copy(this)}copy(t){this.index=null,this.attributes={},this.morphAttributes={},this.groups=[],this.boundingBox=null,this.boundingSphere=null;const e={};this.name=t.name;const i=t.index;null!==i&&this.setIndex(i.clone());const n=t.attributes;for(const t in n){const i=n[t];this.setAttribute(t,i.clone(e))}const s=t.morphAttributes;for(const t in s){const i=[],n=s[t];for(let t=0,s=n.length;t<s;t++)i.push(n[t].clone(e));this.morphAttributes[t]=i}this.morphTargetsRelative=t.morphTargetsRelative;const r=t.groups;for(let t=0,e=r.length;t<e;t++){const e=r[t];this.addGroup(e.start,e.count,e.materialIndex)}const a=t.boundingBox;null!==a&&(this.boundingBox=a.clone());const o=t.boundingSphere;return null!==o&&(this.boundingSphere=o.clone()),this.drawRange.start=t.drawRange.start,this.drawRange.count=t.drawRange.count,this.userData=t.userData,this}dispose(){this.dispatchEvent({type:"dispose"})}}class Hc{constructor(){this.type="Curve",this.arcLengthDivisions=200,this.needsUpdate=!1,this.cacheArcLengths=null}getPoint(){}getPointAt(t,e){const i=this.getUtoTmapping(t);return this.getPoint(i,e)}getPoints(t=5){const e=[];for(let i=0;i<=t;i++)e.push(this.getPoint(i/t));return e}getSpacedPoints(t=5){const e=[];for(let i=0;i<=t;i++)e.push(this.getPointAt(i/t));return e}getLength(){const t=this.getLengths();return t[t.length-1]}getLengths(t=this.arcLengthDivisions){if(this.cacheArcLengths&&this.cacheArcLengths.length===t+1&&!this.needsUpdate)return this.cacheArcLengths;this.needsUpdate=!1;const e=[];let i,n=this.getPoint(0),s=0;e.push(0);for(let r=1;r<=t;r++)i=this.getPoint(r/t),s+=i.distanceTo(n),e.push(s),n=i;return this.cacheArcLengths=e,e}updateArcLengths(){this.needsUpdate=!0,this.getLengths()}getUtoTmapping(t,e=null){const i=this.getLengths();let n=0;const s=i.length;let r;r=e||t*i[s-1];let a,o=0,h=s-1;for(;o<=h;)if(n=Math.floor(o+(h-o)/2),a=i[n]-r,a<0)o=n+1;else{if(!(a>0)){h=n;break}h=n-1}if(n=h,i[n]===r)return n/(s-1);const l=i[n];return(n+(r-l)/(i[n+1]-l))/(s-1)}getTangent(t,e){const i=1e-4;let n=t-i,s=t+i;n<0&&(n=0),s>1&&(s=1);const r=this.getPoint(n),a=this.getPoint(s),o=e||(r.isVector2?new ru:new _u);return o.copy(a).sub(r).normalize(),o}getTangentAt(t,e){const i=this.getUtoTmapping(t);return this.getTangent(i,e)}computeFrenetFrames(t,e=!1){const i=new _u,n=[],s=[],r=[],a=new _u,o=new qu;for(let e=0;e<=t;e++){const i=e/t;n[e]=this.getTangentAt(i,new _u)}s[0]=new _u,r[0]=new _u;let h=Number.MAX_VALUE;const l=Math.abs(n[0].x),u=Math.abs(n[0].y),c=Math.abs(n[0].z);l<=h&&(h=l,i.set(1,0,0)),u<=h&&(h=u,i.set(0,1,0)),c<=h&&i.set(0,0,1),a.crossVectors(n[0],i).normalize(),s[0].crossVectors(n[0],a),r[0].crossVectors(n[0],s[0]);for(let e=1;e<=t;e++){if(s[e]=s[e-1].clone(),r[e]=r[e-1].clone(),a.crossVectors(n[e-1],n[e]),a.length()>Number.EPSILON){a.normalize();const t=Math.acos(eu(n[e-1].dot(n[e]),-1,1));s[e].applyMatrix4(o.makeRotationAxis(a,t))}r[e].crossVectors(n[e],s[e])}if(!0===e){let e=Math.acos(eu(s[0].dot(s[t]),-1,1));e/=t,n[0].dot(a.crossVectors(s[0],s[t]))>0&&(e=-e);for(let i=1;i<=t;i++)s[i].applyMatrix4(o.makeRotationAxis(n[i],e*i)),r[i].crossVectors(n[i],s[i])}return{tangents:n,normals:s,binormals:r}}clone(){return(new this.constructor).copy(this)}copy(t){return this.arcLengthDivisions=t.arcLengthDivisions,this}toJSON(){const t={metadata:{version:4.6,type:"Curve",generator:"Curve.toJSON"}};return t.arcLengthDivisions=this.arcLengthDivisions,t.type=this.type,t}fromJSON(t){return this.arcLengthDivisions=t.arcLengthDivisions,this}}class Wc extends Hc{constructor(t=0,e=0,i=1,n=1,s=0,r=2*Math.PI,a=!1,o=0){super(),this.isEllipseCurve=!0,this.type="EllipseCurve",this.aX=t,this.aY=e,this.xRadius=i,this.yRadius=n,this.aStartAngle=s,this.aEndAngle=r,this.aClockwise=a,this.aRotation=o}getPoint(t,e=new ru){const i=e,n=2*Math.PI;let s=this.aEndAngle-this.aStartAngle;const r=Math.abs(s)<Number.EPSILON;for(;s<0;)s+=n;for(;s>n;)s-=n;s<Number.EPSILON&&(s=r?0:n),!0!==this.aClockwise||r||(s===n?s=-n:s-=n);const a=this.aStartAngle+t*s;let o=this.aX+this.xRadius*Math.cos(a),h=this.aY+this.yRadius*Math.sin(a);if(0!==this.aRotation){const t=Math.cos(this.aRotation),e=Math.sin(this.aRotation),i=o-this.aX,n=h-this.aY;o=i*t-n*e+this.aX,h=i*e+n*t+this.aY}return i.set(o,h)}copy(t){return super.copy(t),this.aX=t.aX,this.aY=t.aY,this.xRadius=t.xRadius,this.yRadius=t.yRadius,this.aStartAngle=t.aStartAngle,this.aEndAngle=t.aEndAngle,this.aClockwise=t.aClockwise,this.aRotation=t.aRotation,this}toJSON(){const t=super.toJSON();return t.aX=this.aX,t.aY=this.aY,t.xRadius=this.xRadius,t.yRadius=this.yRadius,t.aStartAngle=this.aStartAngle,t.aEndAngle=this.aEndAngle,t.aClockwise=this.aClockwise,t.aRotation=this.aRotation,t}fromJSON(t){return super.fromJSON(t),this.aX=t.aX,this.aY=t.aY,this.xRadius=t.xRadius,this.yRadius=t.yRadius,this.aStartAngle=t.aStartAngle,this.aEndAngle=t.aEndAngle,this.aClockwise=t.aClockwise,this.aRotation=t.aRotation,this}}function Fc(){let t=0,e=0,i=0,n=0;function s(s,r,a,o){t=s,e=a,i=-3*s+3*r-2*a-o,n=2*s-2*r+a+o}return{initCatmullRom:function(t,e,i,n,r){s(e,i,r*(i-t),r*(n-e))},initNonuniformCatmullRom:function(t,e,i,n,r,a,o){let h=(e-t)/r-(i-t)/(r+a)+(i-e)/a,l=(i-e)/a-(n-e)/(a+o)+(n-i)/o;h*=a,l*=a,s(e,i,h,l)},calc:function(s){const r=s*s;return t+e*s+i*r+n*(r*s)}}}const Uc=new _u,Vc=new Fc,qc=new Fc,jc=new Fc;function Yc(t,e,i,n,s){const r=.5*(n-e),a=.5*(s-i),o=t*t;return(2*i-2*n+r+a)*(t*o)+(-3*i+3*n-2*r-a)*o+r*t+i}function Gc(t,e,i,n){return function(t,e){const i=1-t;return i*i*e}(t,e)+function(t,e){return 2*(1-t)*t*e}(t,i)+function(t,e){return t*t*e}(t,n)}function $c(t,e,i,n,s){return function(t,e){const i=1-t;return i*i*i*e}(t,e)+function(t,e){const i=1-t;return 3*i*i*t*e}(t,i)+function(t,e){return 3*(1-t)*t*t*e}(t,n)+function(t,e){return t*t*t*e}(t,s)}class Xc extends Hc{constructor(t=new ru,e=new ru,i=new ru,n=new ru){super(),this.isCubicBezierCurve=!0,this.type="CubicBezierCurve",this.v0=t,this.v1=e,this.v2=i,this.v3=n}getPoint(t,e=new ru){const i=e,n=this.v0,s=this.v1,r=this.v2,a=this.v3;return i.set($c(t,n.x,s.x,r.x,a.x),$c(t,n.y,s.y,r.y,a.y)),i}copy(t){return super.copy(t),this.v0.copy(t.v0),this.v1.copy(t.v1),this.v2.copy(t.v2),this.v3.copy(t.v3),this}toJSON(){const t=super.toJSON();return t.v0=this.v0.toArray(),t.v1=this.v1.toArray(),t.v2=this.v2.toArray(),t.v3=this.v3.toArray(),t}fromJSON(t){return super.fromJSON(t),this.v0.fromArray(t.v0),this.v1.fromArray(t.v1),this.v2.fromArray(t.v2),this.v3.fromArray(t.v3),this}}class Zc extends Hc{constructor(t=new ru,e=new ru){super(),this.isLineCurve=!0,this.type="LineCurve",this.v1=t,this.v2=e}getPoint(t,e=new ru){const i=e;return 1===t?i.copy(this.v2):(i.copy(this.v2).sub(this.v1),i.multiplyScalar(t).add(this.v1)),i}getPointAt(t,e){return this.getPoint(t,e)}getTangent(t,e=new ru){return e.subVectors(this.v2,this.v1).normalize()}getTangentAt(t,e){return this.getTangent(t,e)}copy(t){return super.copy(t),this.v1.copy(t.v1),this.v2.copy(t.v2),this}toJSON(){const t=super.toJSON();return t.v1=this.v1.toArray(),t.v2=this.v2.toArray(),t}fromJSON(t){return super.fromJSON(t),this.v1.fromArray(t.v1),this.v2.fromArray(t.v2),this}}class Jc extends Hc{constructor(t=new ru,e=new ru,i=new ru){super(),this.isQuadraticBezierCurve=!0,this.type="QuadraticBezierCurve",this.v0=t,this.v1=e,this.v2=i}getPoint(t,e=new ru){const i=e,n=this.v0,s=this.v1,r=this.v2;return i.set(Gc(t,n.x,s.x,r.x),Gc(t,n.y,s.y,r.y)),i}copy(t){return super.copy(t),this.v0.copy(t.v0),this.v1.copy(t.v1),this.v2.copy(t.v2),this}toJSON(){const t=super.toJSON();return t.v0=this.v0.toArray(),t.v1=this.v1.toArray(),t.v2=this.v2.toArray(),t}fromJSON(t){return super.fromJSON(t),this.v0.fromArray(t.v0),this.v1.fromArray(t.v1),this.v2.fromArray(t.v2),this}}class Qc extends Hc{constructor(t=[]){super(),this.isSplineCurve=!0,this.type="SplineCurve",this.points=t}getPoint(t,e=new ru){const i=e,n=this.points,s=(n.length-1)*t,r=Math.floor(s),a=s-r,o=n[0===r?r:r-1],h=n[r],l=n[r>n.length-2?n.length-1:r+1],u=n[r>n.length-3?n.length-1:r+2];return i.set(Yc(a,o.x,h.x,l.x,u.x),Yc(a,o.y,h.y,l.y,u.y)),i}copy(t){super.copy(t),this.points=[];for(let e=0,i=t.points.length;e<i;e++){const i=t.points[e];this.points.push(i.clone())}return this}toJSON(){const t=super.toJSON();t.points=[];for(let e=0,i=this.points.length;e<i;e++){const i=this.points[e];t.points.push(i.toArray())}return t}fromJSON(t){super.fromJSON(t),this.points=[];for(let e=0,i=t.points.length;e<i;e++){const i=t.points[e];this.points.push((new ru).fromArray(i))}return this}}var Kc=Object.freeze({__proto__:null,ArcCurve:class extends Wc{constructor(t,e,i,n,s,r){super(t,e,i,i,n,s,r),this.isArcCurve=!0,this.type="ArcCurve"}},CatmullRomCurve3:class extends Hc{constructor(t=[],e=!1,i="centripetal",n=.5){super(),this.isCatmullRomCurve3=!0,this.type="CatmullRomCurve3",this.points=t,this.closed=e,this.curveType=i,this.tension=n}getPoint(t,e=new _u){const i=e,n=this.points,s=n.length,r=(s-(this.closed?0:1))*t;let a,o,h=Math.floor(r),l=r-h;this.closed?h+=h>0?0:(Math.floor(Math.abs(h)/s)+1)*s:0===l&&h===s-1&&(h=s-2,l=1),this.closed||h>0?a=n[(h-1)%s]:(Uc.subVectors(n[0],n[1]).add(n[0]),a=Uc);const u=n[h%s],c=n[(h+1)%s];if(this.closed||h+2<s?o=n[(h+2)%s]:(Uc.subVectors(n[s-1],n[s-2]).add(n[s-1]),o=Uc),"centripetal"===this.curveType||"chordal"===this.curveType){const t="chordal"===this.curveType?.5:.25;let e=Math.pow(a.distanceToSquared(u),t),i=Math.pow(u.distanceToSquared(c),t),n=Math.pow(c.distanceToSquared(o),t);i<1e-4&&(i=1),e<1e-4&&(e=i),n<1e-4&&(n=i),Vc.initNonuniformCatmullRom(a.x,u.x,c.x,o.x,e,i,n),qc.initNonuniformCatmullRom(a.y,u.y,c.y,o.y,e,i,n),jc.initNonuniformCatmullRom(a.z,u.z,c.z,o.z,e,i,n)}else"catmullrom"===this.curveType&&(Vc.initCatmullRom(a.x,u.x,c.x,o.x,this.tension),qc.initCatmullRom(a.y,u.y,c.y,o.y,this.tension),jc.initCatmullRom(a.z,u.z,c.z,o.z,this.tension));return i.set(Vc.calc(l),qc.calc(l),jc.calc(l)),i}copy(t){super.copy(t),this.points=[];for(let e=0,i=t.points.length;e<i;e++){const i=t.points[e];this.points.push(i.clone())}return this.closed=t.closed,this.curveType=t.curveType,this.tension=t.tension,this}toJSON(){const t=super.toJSON();t.points=[];for(let e=0,i=this.points.length;e<i;e++){const i=this.points[e];t.points.push(i.toArray())}return t.closed=this.closed,t.curveType=this.curveType,t.tension=this.tension,t}fromJSON(t){super.fromJSON(t),this.points=[];for(let e=0,i=t.points.length;e<i;e++){const i=t.points[e];this.points.push((new _u).fromArray(i))}return this.closed=t.closed,this.curveType=t.curveType,this.tension=t.tension,this}},CubicBezierCurve:Xc,CubicBezierCurve3:class extends Hc{constructor(t=new _u,e=new _u,i=new _u,n=new _u){super(),this.isCubicBezierCurve3=!0,this.type="CubicBezierCurve3",this.v0=t,this.v1=e,this.v2=i,this.v3=n}getPoint(t,e=new _u){const i=e,n=this.v0,s=this.v1,r=this.v2,a=this.v3;return i.set($c(t,n.x,s.x,r.x,a.x),$c(t,n.y,s.y,r.y,a.y),$c(t,n.z,s.z,r.z,a.z)),i}copy(t){return super.copy(t),this.v0.copy(t.v0),this.v1.copy(t.v1),this.v2.copy(t.v2),this.v3.copy(t.v3),this}toJSON(){const t=super.toJSON();return t.v0=this.v0.toArray(),t.v1=this.v1.toArray(),t.v2=this.v2.toArray(),t.v3=this.v3.toArray(),t}fromJSON(t){return super.fromJSON(t),this.v0.fromArray(t.v0),this.v1.fromArray(t.v1),this.v2.fromArray(t.v2),this.v3.fromArray(t.v3),this}},EllipseCurve:Wc,LineCurve:Zc,LineCurve3:class extends Hc{constructor(t=new _u,e=new _u){super(),this.isLineCurve3=!0,this.type="LineCurve3",this.v1=t,this.v2=e}getPoint(t,e=new _u){const i=e;return 1===t?i.copy(this.v2):(i.copy(this.v2).sub(this.v1),i.multiplyScalar(t).add(this.v1)),i}getPointAt(t,e){return this.getPoint(t,e)}getTangent(t,e=new _u){return e.subVectors(this.v2,this.v1).normalize()}getTangentAt(t,e){return this.getTangent(t,e)}copy(t){return super.copy(t),this.v1.copy(t.v1),this.v2.copy(t.v2),this}toJSON(){const t=super.toJSON();return t.v1=this.v1.toArray(),t.v2=this.v2.toArray(),t}fromJSON(t){return super.fromJSON(t),this.v1.fromArray(t.v1),this.v2.fromArray(t.v2),this}},QuadraticBezierCurve:Jc,QuadraticBezierCurve3:class extends Hc{constructor(t=new _u,e=new _u,i=new _u){super(),this.isQuadraticBezierCurve3=!0,this.type="QuadraticBezierCurve3",this.v0=t,this.v1=e,this.v2=i}getPoint(t,e=new _u){const i=e,n=this.v0,s=this.v1,r=this.v2;return i.set(Gc(t,n.x,s.x,r.x),Gc(t,n.y,s.y,r.y),Gc(t,n.z,s.z,r.z)),i}copy(t){return super.copy(t),this.v0.copy(t.v0),this.v1.copy(t.v1),this.v2.copy(t.v2),this}toJSON(){const t=super.toJSON();return t.v0=this.v0.toArray(),t.v1=this.v1.toArray(),t.v2=this.v2.toArray(),t}fromJSON(t){return super.fromJSON(t),this.v0.fromArray(t.v0),this.v1.fromArray(t.v1),this.v2.fromArray(t.v2),this}},SplineCurve:Qc});class td extends Hc{constructor(){super(),this.type="CurvePath",this.curves=[],this.autoClose=!1}add(t){this.curves.push(t)}closePath(){const t=this.curves[0].getPoint(0),e=this.curves[this.curves.length-1].getPoint(1);if(!t.equals(e)){const i=!0===t.isVector2?"LineCurve":"LineCurve3";this.curves.push(new Kc[i](e,t))}return this}getPoint(t,e){const i=t*this.getLength(),n=this.getCurveLengths();let s=0;for(;s<n.length;){if(n[s]>=i){const t=n[s]-i,r=this.curves[s],a=r.getLength(),o=0===a?0:1-t/a;return r.getPointAt(o,e)}s++}return null}getLength(){const t=this.getCurveLengths();return t[t.length-1]}updateArcLengths(){this.needsUpdate=!0,this.cacheLengths=null,this.getCurveLengths()}getCurveLengths(){if(this.cacheLengths&&this.cacheLengths.length===this.curves.length)return this.cacheLengths;const t=[];let e=0;for(let i=0,n=this.curves.length;i<n;i++)e+=this.curves[i].getLength(),t.push(e);return this.cacheLengths=t,t}getSpacedPoints(t=40){const e=[];for(let i=0;i<=t;i++)e.push(this.getPoint(i/t));return this.autoClose&&e.push(e[0]),e}getPoints(t=12){const e=[];let i;for(let n=0,s=this.curves;n<s.length;n++){const r=s[n],a=r.isEllipseCurve?2*t:r.isLineCurve||r.isLineCurve3?1:r.isSplineCurve?t*r.points.length:t,o=r.getPoints(a);for(let t=0;t<o.length;t++){const n=o[t];i&&i.equals(n)||(e.push(n),i=n)}}return this.autoClose&&e.length>1&&!e[e.length-1].equals(e[0])&&e.push(e[0]),e}copy(t){super.copy(t),this.curves=[];for(let e=0,i=t.curves.length;e<i;e++){const i=t.curves[e];this.curves.push(i.clone())}return this.autoClose=t.autoClose,this}toJSON(){const t=super.toJSON();t.autoClose=this.autoClose,t.curves=[];for(let e=0,i=this.curves.length;e<i;e++){const i=this.curves[e];t.curves.push(i.toJSON())}return t}fromJSON(t){super.fromJSON(t),this.autoClose=t.autoClose,this.curves=[];for(let e=0,i=t.curves.length;e<i;e++){const i=t.curves[e];this.curves.push((new Kc[i.type]).fromJSON(i))}return this}}class ed extends td{constructor(t){super(),this.type="Path",this.currentPoint=new ru,t&&this.setFromPoints(t)}setFromPoints(t){this.moveTo(t[0].x,t[0].y);for(let e=1,i=t.length;e<i;e++)this.lineTo(t[e].x,t[e].y);return this}moveTo(t,e){return this.currentPoint.set(t,e),this}lineTo(t,e){const i=new Zc(this.currentPoint.clone(),new ru(t,e));return this.curves.push(i),this.currentPoint.set(t,e),this}quadraticCurveTo(t,e,i,n){const s=new Jc(this.currentPoint.clone(),new ru(t,e),new ru(i,n));return this.curves.push(s),this.currentPoint.set(i,n),this}bezierCurveTo(t,e,i,n,s,r){const a=new Xc(this.currentPoint.clone(),new ru(t,e),new ru(i,n),new ru(s,r));return this.curves.push(a),this.currentPoint.set(s,r),this}splineThru(t){const e=[this.currentPoint.clone()].concat(t),i=new Qc(e);return this.curves.push(i),this.currentPoint.copy(t[t.length-1]),this}arc(t,e,i,n,s,r){const a=this.currentPoint.x,o=this.currentPoint.y;return this.absarc(t+a,e+o,i,n,s,r),this}absarc(t,e,i,n,s,r){return this.absellipse(t,e,i,i,n,s,r),this}ellipse(t,e,i,n,s,r,a,o){const h=this.currentPoint.x,l=this.currentPoint.y;return this.absellipse(t+h,e+l,i,n,s,r,a,o),this}absellipse(t,e,i,n,s,r,a,o){const h=new Wc(t,e,i,n,s,r,a,o);if(this.curves.length>0){const t=h.getPoint(0);t.equals(this.currentPoint)||this.lineTo(t.x,t.y)}this.curves.push(h);const l=h.getPoint(1);return this.currentPoint.copy(l),this}copy(t){return super.copy(t),this.currentPoint.copy(t.currentPoint),this}toJSON(){const t=super.toJSON();return t.currentPoint=this.currentPoint.toArray(),t}fromJSON(t){return super.fromJSON(t),this.currentPoint.fromArray(t.currentPoint),this}}let id=class extends ed{constructor(t){super(t),this.uuid=tu(),this.type="Shape",this.holes=[]}getPointsHoles(t){const e=[];for(let i=0,n=this.holes.length;i<n;i++)e[i]=this.holes[i].getPoints(t);return e}extractPoints(t){return{shape:this.getPoints(t),holes:this.getPointsHoles(t)}}copy(t){super.copy(t),this.holes=[];for(let e=0,i=t.holes.length;e<i;e++){const i=t.holes[e];this.holes.push(i.clone())}return this}toJSON(){const t=super.toJSON();t.uuid=this.uuid,t.holes=[];for(let e=0,i=this.holes.length;e<i;e++){const i=this.holes[e];t.holes.push(i.toJSON())}return t}fromJSON(t){super.fromJSON(t),this.uuid=t.uuid,this.holes=[];for(let e=0,i=t.holes.length;e<i;e++){const i=t.holes[e];this.holes.push((new ed).fromJSON(i))}return this}};function nd(t,e,i,n,s){let r;if(s===function(t,e,i,n){let s=0;for(let r=e,a=i-n;r<i;r+=n)s+=(t[a]-t[r])*(t[r+1]+t[a+1]),a=r;return s}(t,e,i,n)>0)for(let s=e;s<i;s+=n)r=Md(s/n|0,t[s],t[s+1],r);else for(let s=i-n;s>=e;s-=n)r=Md(s/n|0,t[s],t[s+1],r);return r&&xd(r,r.next)&&(Ad(r),r=r.next),r}function sd(t,e){if(!t)return t;e||(e=t);let i,n=t;do{if(i=!1,n.steiner||!xd(n,n.next)&&0!==vd(n.prev,n,n.next))n=n.next;else{if(Ad(n),n=e=n.prev,n===n.next)break;i=!0}}while(i||n!==e);return e}function rd(t,e,i,n,s,r,a){if(!t)return;!a&&r&&function(t,e,i,n){let s=t;do{0===s.z&&(s.z=pd(s.x,s.y,e,i,n)),s.prevZ=s.prev,s.nextZ=s.next,s=s.next}while(s!==t);s.prevZ.nextZ=null,s.prevZ=null,function(t){let e,i=1;do{let n,s=t;t=null;let r=null;for(e=0;s;){e++;let a=s,o=0;for(let t=0;t<i&&(o++,a=a.nextZ,a);t++);let h=i;for(;o>0||h>0&&a;)0!==o&&(0===h||!a||s.z<=a.z)?(n=s,s=s.nextZ,o--):(n=a,a=a.nextZ,h--),r?r.nextZ=n:t=n,n.prevZ=r,r=n;s=a}r.nextZ=null,i*=2}while(e>1)}(s)}(t,n,s,r);let o=t;for(;t.prev!==t.next;){const h=t.prev,l=t.next;if(r?od(t,n,s,r):ad(t))e.push(h.i,t.i,l.i),Ad(t),t=l.next,o=l.next;else if((t=l)===o){a?1===a?rd(t=hd(sd(t),e),e,i,n,s,r,2):2===a&&ld(t,e,i,n,s,r):rd(sd(t),e,i,n,s,r,1);break}}}function ad(t){const e=t.prev,i=t,n=t.next;if(vd(e,i,n)>=0)return!1;const s=e.x,r=i.x,a=n.x,o=e.y,h=i.y,l=n.y,u=Math.min(s,r,a),c=Math.min(o,h,l),d=Math.max(s,r,a),p=Math.max(o,h,l);let f=n.next;for(;f!==e;){if(f.x>=u&&f.x<=d&&f.y>=c&&f.y<=p&&gd(s,o,r,h,a,l,f.x,f.y)&&vd(f.prev,f,f.next)>=0)return!1;f=f.next}return!0}function od(t,e,i,n){const s=t.prev,r=t,a=t.next;if(vd(s,r,a)>=0)return!1;const o=s.x,h=r.x,l=a.x,u=s.y,c=r.y,d=a.y,p=Math.min(o,h,l),f=Math.min(u,c,d),m=Math.max(o,h,l),g=Math.max(u,c,d),y=pd(p,f,e,i,n),v=pd(m,g,e,i,n);let x=t.prevZ,b=t.nextZ;for(;x&&x.z>=y&&b&&b.z<=v;){if(x.x>=p&&x.x<=m&&x.y>=f&&x.y<=g&&x!==s&&x!==a&&gd(o,u,h,c,l,d,x.x,x.y)&&vd(x.prev,x,x.next)>=0)return!1;if(x=x.prevZ,b.x>=p&&b.x<=m&&b.y>=f&&b.y<=g&&b!==s&&b!==a&&gd(o,u,h,c,l,d,b.x,b.y)&&vd(b.prev,b,b.next)>=0)return!1;b=b.nextZ}for(;x&&x.z>=y;){if(x.x>=p&&x.x<=m&&x.y>=f&&x.y<=g&&x!==s&&x!==a&&gd(o,u,h,c,l,d,x.x,x.y)&&vd(x.prev,x,x.next)>=0)return!1;x=x.prevZ}for(;b&&b.z<=v;){if(b.x>=p&&b.x<=m&&b.y>=f&&b.y<=g&&b!==s&&b!==a&&gd(o,u,h,c,l,d,b.x,b.y)&&vd(b.prev,b,b.next)>=0)return!1;b=b.nextZ}return!0}function hd(t,e){let i=t;do{const n=i.prev,s=i.next.next;!xd(n,s)&&bd(n,i,i.next,s)&&Sd(n,s)&&Sd(s,n)&&(e.push(n.i,i.i,s.i),Ad(i),Ad(i.next),i=t=s),i=i.next}while(i!==t);return sd(i)}function ld(t,e,i,n,s,r){let a=t;do{let t=a.next.next;for(;t!==a.prev;){if(a.i!==t.i&&yd(a,t)){let o=Ed(a,t);return a=sd(a,a.next),o=sd(o,o.next),rd(a,e,i,n,s,r,0),void rd(o,e,i,n,s,r,0)}t=t.next}a=a.next}while(a!==t)}function ud(t,e){let i=t.x-e.x;return 0===i&&(i=t.y-e.y,0===i)&&(i=(t.next.y-t.y)/(t.next.x-t.x)-(e.next.y-e.y)/(e.next.x-e.x)),i}function cd(t,e){const i=function(t,e){let i=e;const n=t.x,s=t.y;let r,a=-1/0;if(xd(t,i))return i;do{if(xd(t,i.next))return i.next;if(s<=i.y&&s>=i.next.y&&i.next.y!==i.y){const t=i.x+(s-i.y)*(i.next.x-i.x)/(i.next.y-i.y);if(t<=n&&t>a&&(a=t,r=i.x<i.next.x?i:i.next,t===n))return r}i=i.next}while(i!==e);if(!r)return null;const o=r,h=r.x,l=r.y;let u=1/0;i=r;do{if(n>=i.x&&i.x>=h&&n!==i.x&&md(s<l?n:a,s,h,l,s<l?a:n,s,i.x,i.y)){const e=Math.abs(s-i.y)/(n-i.x);Sd(i,t)&&(e<u||e===u&&(i.x>r.x||i.x===r.x&&dd(r,i)))&&(r=i,u=e)}i=i.next}while(i!==o);return r}(t,e);if(!i)return e;const n=Ed(i,t);return sd(n,n.next),sd(i,i.next)}function dd(t,e){return vd(t.prev,t,e.prev)<0&&vd(e.next,t,t.next)<0}function pd(t,e,i,n,s){return(t=1431655765&((t=858993459&((t=252645135&((t=16711935&((t=(t-i)*s|0)|t<<8))|t<<4))|t<<2))|t<<1))|(e=1431655765&((e=858993459&((e=252645135&((e=16711935&((e=(e-n)*s|0)|e<<8))|e<<4))|e<<2))|e<<1))<<1}function fd(t){let e=t,i=t;do{(e.x<i.x||e.x===i.x&&e.y<i.y)&&(i=e),e=e.next}while(e!==t);return i}function md(t,e,i,n,s,r,a,o){return(s-a)*(e-o)>=(t-a)*(r-o)&&(t-a)*(n-o)>=(i-a)*(e-o)&&(i-a)*(r-o)>=(s-a)*(n-o)}function gd(t,e,i,n,s,r,a,o){return!(t===a&&e===o)&&md(t,e,i,n,s,r,a,o)}function yd(t,e){return t.next.i!==e.i&&t.prev.i!==e.i&&!function(t,e){let i=t;do{if(i.i!==t.i&&i.next.i!==t.i&&i.i!==e.i&&i.next.i!==e.i&&bd(i,i.next,t,e))return!0;i=i.next}while(i!==t);return!1}(t,e)&&(Sd(t,e)&&Sd(e,t)&&function(t,e){let i=t,n=!1;const s=(t.x+e.x)/2,r=(t.y+e.y)/2;do{i.y>r!=i.next.y>r&&i.next.y!==i.y&&s<(i.next.x-i.x)*(r-i.y)/(i.next.y-i.y)+i.x&&(n=!n),i=i.next}while(i!==t);return n}(t,e)&&(vd(t.prev,t,e.prev)||vd(t,e.prev,e))||xd(t,e)&&vd(t.prev,t,t.next)>0&&vd(e.prev,e,e.next)>0)}function vd(t,e,i){return(e.y-t.y)*(i.x-e.x)-(e.x-t.x)*(i.y-e.y)}function xd(t,e){return t.x===e.x&&t.y===e.y}function bd(t,e,i,n){const s=_d(vd(t,e,i)),r=_d(vd(t,e,n)),a=_d(vd(i,n,t)),o=_d(vd(i,n,e));return s!==r&&a!==o||!(0!==s||!wd(t,i,e))||!(0!==r||!wd(t,n,e))||!(0!==a||!wd(i,t,n))||!(0!==o||!wd(i,e,n))}function wd(t,e,i){return e.x<=Math.max(t.x,i.x)&&e.x>=Math.min(t.x,i.x)&&e.y<=Math.max(t.y,i.y)&&e.y>=Math.min(t.y,i.y)}function _d(t){return t>0?1:t<0?-1:0}function Sd(t,e){return vd(t.prev,t,t.next)<0?vd(t,e,t.next)>=0&&vd(t,t.prev,e)>=0:vd(t,e,t.prev)<0||vd(t,t.next,e)<0}function Ed(t,e){const i=Td(t.i,t.x,t.y),n=Td(e.i,e.x,e.y),s=t.next,r=e.prev;return t.next=e,e.prev=t,i.next=s,s.prev=i,n.next=i,i.prev=n,r.next=n,n.prev=r,n}function Md(t,e,i,n){const s=Td(t,e,i);return n?(s.next=n.next,s.prev=n,n.next.prev=s,n.next=s):(s.prev=s,s.next=s),s}function Ad(t){t.next.prev=t.prev,t.prev.next=t.next,t.prevZ&&(t.prevZ.nextZ=t.nextZ),t.nextZ&&(t.nextZ.prevZ=t.prevZ)}function Td(t,e,i){return{i:t,x:e,y:i,prev:null,next:null,z:0,prevZ:null,nextZ:null,steiner:!1}}class Cd{static triangulate(t,e,i=2){return function(t,e,i=2){const n=e&&e.length,s=n?e[0]*i:t.length;let r=nd(t,0,s,i,!0);const a=[];if(!r||r.next===r.prev)return a;let o,h,l;if(n&&(r=function(t,e,i,n){const s=[];for(let i=0,r=e.length;i<r;i++){const a=nd(t,e[i]*n,i<r-1?e[i+1]*n:t.length,n,!1);a===a.next&&(a.steiner=!0),s.push(fd(a))}s.sort(ud);for(let t=0;t<s.length;t++)i=cd(s[t],i);return i}(t,e,r,i)),t.length>80*i){o=1/0,h=1/0;let e=-1/0,n=-1/0;for(let r=i;r<s;r+=i){const i=t[r],s=t[r+1];i<o&&(o=i),s<h&&(h=s),i>e&&(e=i),s>n&&(n=s)}l=Math.max(e-o,n-h),l=0!==l?32767/l:0}return rd(r,a,i,o,h,l,0),a}(t,e,i)}}class Id{static area(t){const e=t.length;let i=0;for(let n=e-1,s=0;s<e;n=s++)i+=t[n].x*t[s].y-t[s].x*t[n].y;return.5*i}static isClockWise(t){return Id.area(t)<0}static triangulateShape(t,e){const i=[],n=[],s=[];Dd(t),Ld(i,t);let r=t.length;e.forEach(Dd);for(let t=0;t<e.length;t++)n.push(r),r+=e[t].length,Ld(i,e[t]);const a=Cd.triangulate(i,n);for(let t=0;t<a.length;t+=3)s.push(a.slice(t,t+3));return s}}function Dd(t){const e=t.length;e>2&&t[e-1].equals(t[0])&&t.pop()}function Ld(t,e){for(let i=0;i<e.length;i++)t.push(e[i].x),t.push(e[i].y)}const Bd={enabled:!1,files:{},add:function(t,e){!1!==this.enabled&&(this.files[t]=e)},get:function(t){if(!1!==this.enabled)return this.files[t]},remove:function(t){delete this.files[t]},clear:function(){this.files={}}};const Pd=new class{constructor(t,e,i){const n=this;let s,r=!1,a=0,o=0;const h=[];this.onStart=void 0,this.onLoad=t,this.onProgress=e,this.onError=i,this.itemStart=function(t){o++,!1===r&&void 0!==n.onStart&&n.onStart(t,a,o),r=!0},this.itemEnd=function(t){a++,void 0!==n.onProgress&&n.onProgress(t,a,o),a===o&&(r=!1,void 0!==n.onLoad&&n.onLoad())},this.itemError=function(t){void 0!==n.onError&&n.onError(t)},this.resolveURL=function(t){return s?s(t):t},this.setURLModifier=function(t){return s=t,this},this.addHandler=function(t,e){return h.push(t,e),this},this.removeHandler=function(t){const e=h.indexOf(t);return-1!==e&&h.splice(e,2),this},this.getHandler=function(t){for(let e=0,i=h.length;e<i;e+=2){const i=h[e],n=h[e+1];if(i.global&&(i.lastIndex=0),i.test(t))return n}return null}}};class kd{constructor(t){this.manager=void 0!==t?t:Pd,this.crossOrigin="anonymous",this.withCredentials=!1,this.path="",this.resourcePath="",this.requestHeader={}}load(){}loadAsync(t,e){const i=this;return new Promise((function(n,s){i.load(t,n,e,s)}))}parse(){}setCrossOrigin(t){return this.crossOrigin=t,this}setWithCredentials(t){return this.withCredentials=t,this}setPath(t){return this.path=t,this}setResourcePath(t){return this.resourcePath=t,this}setRequestHeader(t){return this.requestHeader=t,this}}kd.DEFAULT_MATERIAL_NAME="__DEFAULT";const Nd={};class Od extends Error{constructor(t,e){super(t),this.response=e}}class Rd extends kd{constructor(t){super(t),this.mimeType="",this.responseType=""}load(t,e,i,n){void 0===t&&(t=""),void 0!==this.path&&(t=this.path+t),t=this.manager.resolveURL(t);const s=Bd.get(t);if(void 0!==s)return this.manager.itemStart(t),setTimeout((()=>{e&&e(s),this.manager.itemEnd(t)}),0),s;if(void 0!==Nd[t])return void Nd[t].push({onLoad:e,onProgress:i,onError:n});Nd[t]=[],Nd[t].push({onLoad:e,onProgress:i,onError:n});const r=new Request(t,{headers:new Headers(this.requestHeader),credentials:this.withCredentials?"include":"same-origin"}),a=this.mimeType,o=this.responseType;fetch(r).then((e=>{if(200===e.status||0===e.status){if(e.status,"undefined"==typeof ReadableStream||void 0===e.body||void 0===e.body.getReader)return e;const i=Nd[t],n=e.body.getReader(),s=e.headers.get("X-File-Size")||e.headers.get("Content-Length"),r=s?parseInt(s):0,a=0!==r;let o=0;const h=new ReadableStream({start(t){!function e(){n.read().then((({done:n,value:s})=>{if(n)t.close();else{o+=s.byteLength;const n=new ProgressEvent("progress",{lengthComputable:a,loaded:o,total:r});for(let t=0,e=i.length;t<e;t++){const e=i[t];e.onProgress&&e.onProgress(n)}t.enqueue(s),e()}}),(e=>{t.error(e)}))}()}});return new Response(h)}throw new Od(`fetch for "${e.url}" responded with ${e.status}: ${e.statusText}`,e)})).then((t=>{switch(o){case"arraybuffer":return t.arrayBuffer();case"blob":return t.blob();case"document":return t.text().then((t=>(new DOMParser).parseFromString(t,a)));case"json":return t.json();default:if(""===a)return t.text();{const e=/charset="?([^;"\s]*)"?/i.exec(a),i=e&&e[1]?e[1].toLowerCase():void 0,n=new TextDecoder(i);return t.arrayBuffer().then((t=>n.decode(t)))}}})).then((e=>{Bd.add(t,e);const i=Nd[t];delete Nd[t];for(let t=0,n=i.length;t<n;t++){const n=i[t];n.onLoad&&n.onLoad(e)}})).catch((e=>{const i=Nd[t];if(void 0===i)throw this.manager.itemError(t),e;delete Nd[t];for(let t=0,n=i.length;t<n;t++){const n=i[t];n.onError&&n.onError(e)}this.manager.itemError(t)})).finally((()=>{this.manager.itemEnd(t)})),this.manager.itemStart(t)}setResponseType(t){return this.responseType=t,this}setMimeType(t){return this.mimeType=t,this}}const zd=new ru;class Hd{constructor(t=new ru(1/0,1/0),e=new ru(-1/0,-1/0)){this.isBox2=!0,this.min=t,this.max=e}set(t,e){return this.min.copy(t),this.max.copy(e),this}setFromPoints(t){this.makeEmpty();for(let e=0,i=t.length;e<i;e++)this.expandByPoint(t[e]);return this}setFromCenterAndSize(t,e){const i=zd.copy(e).multiplyScalar(.5);return this.min.copy(t).sub(i),this.max.copy(t).add(i),this}clone(){return(new this.constructor).copy(this)}copy(t){return this.min.copy(t.min),this.max.copy(t.max),this}makeEmpty(){return this.min.x=this.min.y=1/0,this.max.x=this.max.y=-1/0,this}isEmpty(){return this.max.x<this.min.x||this.max.y<this.min.y}getCenter(t){return this.isEmpty()?t.set(0,0):t.addVectors(this.min,this.max).multiplyScalar(.5)}getSize(t){return this.isEmpty()?t.set(0,0):t.subVectors(this.max,this.min)}expandByPoint(t){return this.min.min(t),this.max.max(t),this}expandByVector(t){return this.min.sub(t),this.max.add(t),this}expandByScalar(t){return this.min.addScalar(-t),this.max.addScalar(t),this}containsPoint(t){return t.x>=this.min.x&&t.x<=this.max.x&&t.y>=this.min.y&&t.y<=this.max.y}containsBox(t){return this.min.x<=t.min.x&&t.max.x<=this.max.x&&this.min.y<=t.min.y&&t.max.y<=this.max.y}getParameter(t,e){return e.set((t.x-this.min.x)/(this.max.x-this.min.x),(t.y-this.min.y)/(this.max.y-this.min.y))}intersectsBox(t){return t.max.x>=this.min.x&&t.min.x<=this.max.x&&t.max.y>=this.min.y&&t.min.y<=this.max.y}clampPoint(t,e){return e.copy(t).clamp(this.min,this.max)}distanceToPoint(t){return this.clampPoint(t,zd).distanceTo(t)}intersect(t){return this.min.max(t.min),this.max.min(t.max),this.isEmpty()&&this.makeEmpty(),this}union(t){return this.min.min(t.min),this.max.max(t.max),this}translate(t){return this.min.add(t),this.max.add(t),this}equals(t){return t.min.equals(this.min)&&t.max.equals(this.max)}}class Wd{constructor(){this.type="ShapePath",this.color=new _c,this.subPaths=[],this.currentPath=null}moveTo(t,e){return this.currentPath=new ed,this.subPaths.push(this.currentPath),this.currentPath.moveTo(t,e),this}lineTo(t,e){return this.currentPath.lineTo(t,e),this}quadraticCurveTo(t,e,i,n){return this.currentPath.quadraticCurveTo(t,e,i,n),this}bezierCurveTo(t,e,i,n,s,r){return this.currentPath.bezierCurveTo(t,e,i,n,s,r),this}splineThru(t){return this.currentPath.splineThru(t),this}toShapes(t){function e(t,e){const i=e.length;let n=!1;for(let s=i-1,r=0;r<i;s=r++){let i=e[s],a=e[r],o=a.x-i.x,h=a.y-i.y;if(Math.abs(h)>Number.EPSILON){if(h<0&&(i=e[r],o=-o,a=e[s],h=-h),t.y<i.y||t.y>a.y)continue;if(t.y===i.y){if(t.x===i.x)return!0}else{const e=h*(t.x-i.x)-o*(t.y-i.y);if(0===e)return!0;if(e<0)continue;n=!n}}else{if(t.y!==i.y)continue;if(a.x<=t.x&&t.x<=i.x||i.x<=t.x&&t.x<=a.x)return!0}}return n}const i=Id.isClockWise,n=this.subPaths;if(0===n.length)return[];let s,r,a;const o=[];if(1===n.length)return r=n[0],a=new id,a.curves=r.curves,o.push(a),o;let h=!i(n[0].getPoints());h=t?!h:h;const l=[],u=[];let c,d,p=[],f=0;u[f]=void 0,p[f]=[];for(let e=0,a=n.length;e<a;e++)r=n[e],c=r.getPoints(),s=i(c),s=t?!s:s,s?(!h&&u[f]&&f++,u[f]={s:new id,p:c},u[f].s.curves=r.curves,h&&f++,p[f]=[]):p[f].push({h:r,p:c[0]});if(!u[0])return function(t){const e=[];for(let i=0,n=t.length;i<n;i++){const n=t[i],s=new id;s.curves=n.curves,e.push(s)}return e}(n);if(u.length>1){let t=!1,i=0;for(let t=0,e=u.length;t<e;t++)l[t]=[];for(let n=0,s=u.length;n<s;n++){const s=p[n];for(let r=0;r<s.length;r++){const a=s[r];let o=!0;for(let s=0;s<u.length;s++)e(a.p,u[s].p)&&(n!==s&&i++,o?(o=!1,l[s].push(a)):t=!0);o&&l[n].push(a)}}i>0&&!1===t&&(p=l)}for(let t=0,e=u.length;t<e;t++){a=u[t].s,o.push(a),d=p[t];for(let t=0,e=d.length;t<e;t++)a.holes.push(d[t].h)}return o}}"undefined"!=typeof __THREE_DEVTOOLS__&&__THREE_DEVTOOLS__.dispatchEvent(new CustomEvent("register",{detail:{revision:"176"}})),"undefined"!=typeof window&&(window.__THREE__||(window.__THREE__="176"));const Fd=$l;class Ud extends kd{constructor(t){super(t),this.defaultDPI=90,this.defaultUnit="px"}load(t,e,i,n){const s=this,r=new Rd(s.manager);r.setPath(s.path),r.setRequestHeader(s.requestHeader),r.setWithCredentials(s.withCredentials),r.load(t,(function(i){try{e(s.parse(i))}catch(e){n&&n(e),s.manager.itemError(t)}}),i,n)}parse(t){const e=this;function i(t,e,i,s,r,a,o,h){if(0==e||0==i)return void t.lineTo(h.x,h.y);s=s*Math.PI/180,e=Math.abs(e),i=Math.abs(i);const l=(o.x-h.x)/2,u=(o.y-h.y)/2,c=Math.cos(s)*l+Math.sin(s)*u,d=-Math.sin(s)*l+Math.cos(s)*u;let p=e*e,f=i*i;const m=c*c,g=d*d,y=m/p+g/f;if(y>1){const t=Math.sqrt(y);p=(e*=t)*e,f=(i*=t)*i}const v=p*g+f*m,x=(p*f-v)/v;let b=Math.sqrt(Math.max(0,x));r===a&&(b=-b);const w=b*e*d/i,_=-b*i*c/e,S=Math.cos(s)*w-Math.sin(s)*_+(o.x+h.x)/2,E=Math.sin(s)*w+Math.cos(s)*_+(o.y+h.y)/2,M=n(1,0,(c-w)/e,(d-_)/i),A=n((c-w)/e,(d-_)/i,(-c-w)/e,(-d-_)/i)%(2*Math.PI);t.currentPath.absellipse(S,E,e,i,M,M+A,0===a,s)}function n(t,e,i,n){const s=t*i+e*n,r=Math.sqrt(t*t+e*e)*Math.sqrt(i*i+n*n);let a=Math.acos(Math.max(-1,Math.min(1,s/r)));return t*n-e*i<0&&(a=-a),a}function s(t,e){e=Object.assign({},e);let i={};if(t.hasAttribute("class")){const e=t.getAttribute("class").split(/\s/).filter(Boolean).map((t=>t.trim()));for(let t=0;t<e.length;t++)i=Object.assign(i,m["."+e[t]])}function n(n,s,r){void 0===r&&(r=function(t){return t.startsWith("url"),t}),t.hasAttribute(n)&&(e[s]=r(t.getAttribute(n))),i[n]&&(e[s]=r(i[n])),t.style&&""!==t.style[n]&&(e[s]=r(t.style[n]))}function s(t){return Math.max(0,Math.min(1,l(t)))}function r(t){return Math.max(0,l(t))}return t.hasAttribute("id")&&(i=Object.assign(i,m["#"+t.getAttribute("id")])),n("fill","fill"),n("fill-opacity","fillOpacity",s),n("fill-rule","fillRule"),n("opacity","opacity",s),n("stroke","stroke"),n("stroke-opacity","strokeOpacity",s),n("stroke-width","strokeWidth",r),n("stroke-linejoin","strokeLineJoin"),n("stroke-linecap","strokeLineCap"),n("stroke-miterlimit","strokeMiterLimit",r),n("visibility","visibility"),e}function r(t,e){return t-(e-t)}function a(t,e,i){if("string"!=typeof t)throw new TypeError("Invalid input: "+typeof t);const n={WHITESPACE:/[ \t\r\n]/,DIGIT:/[\d]/,SIGN:/[-+]/,POINT:/\./,COMMA:/,/,EXP:/e/i,FLAGS:/[01]/};let s=0,r=!0,a="",o="";const h=[];function l(t,e,i){const n=new SyntaxError('Unexpected character "'+t+'" at index '+e+".");throw n.partial=i,n}function u(){""!==a&&(""===o?h.push(Number(a)):h.push(Number(a)*Math.pow(10,Number(o)))),a="",o=""}let c;const d=t.length;for(let p=0;p<d;p++)if(c=t[p],Array.isArray(e)&&e.includes(h.length%i)&&n.FLAGS.test(c))s=1,a=c,u();else{if(0===s){if(n.WHITESPACE.test(c))continue;if(n.DIGIT.test(c)||n.SIGN.test(c)){s=1,a=c;continue}if(n.POINT.test(c)){s=2,a=c;continue}n.COMMA.test(c)&&(r&&l(c,p,h),r=!0)}if(1===s){if(n.DIGIT.test(c)){a+=c;continue}if(n.POINT.test(c)){a+=c,s=2;continue}if(n.EXP.test(c)){s=3;continue}n.SIGN.test(c)&&1===a.length&&n.SIGN.test(a[0])&&l(c,p,h)}if(2===s){if(n.DIGIT.test(c)){a+=c;continue}if(n.EXP.test(c)){s=3;continue}n.POINT.test(c)&&"."===a[a.length-1]&&l(c,p,h)}if(3===s){if(n.DIGIT.test(c)){o+=c;continue}if(n.SIGN.test(c)){if(""===o){o+=c;continue}1===o.length&&n.SIGN.test(o)&&l(c,p,h)}}n.WHITESPACE.test(c)?(u(),s=0,r=!1):n.COMMA.test(c)?(u(),s=0,r=!0):n.SIGN.test(c)?(u(),s=1,a=c):n.POINT.test(c)?(u(),s=2,a=c):l(c,p,h)}return u(),h}const o=["mm","cm","in","pt","pc","px"],h={mm:{mm:1,cm:.1,in:1/25.4,pt:72/25.4,pc:6/25.4,px:-1},cm:{mm:10,cm:1,in:1/2.54,pt:72/2.54,pc:6/2.54,px:-1},in:{mm:25.4,cm:2.54,in:1,pt:72,pc:6,px:-1},pt:{mm:25.4/72,cm:2.54/72,in:1/72,pt:1,pc:6/72,px:-1},pc:{mm:25.4/6,cm:2.54/6,in:1/6,pt:12,pc:1,px:-1},px:{px:1}};function l(t){let i,n="px";if("string"==typeof t||t instanceof String)for(let e=0,i=o.length;e<i;e++){const i=o[e];if(t.endsWith(i)){n=i,t=t.substring(0,t.length-i.length);break}}return"px"===n&&"px"!==e.defaultUnit?i=h.in[e.defaultUnit]/e.defaultDPI:(i=h[n][e.defaultUnit],i<0&&(i=h[n].in*e.defaultDPI)),i*parseFloat(t)}function u(t){const e=t.elements;return e[0]*e[4]-e[1]*e[3]<0}function c(t){const e=t.elements,i=e[0]*e[3]+e[1]*e[4];if(0===i)return!1;const n=d(t),s=p(t);return Math.abs(i/(n*s))>Number.EPSILON}function d(t){const e=t.elements;return Math.sqrt(e[0]*e[0]+e[1]*e[1])}function p(t){const e=t.elements;return Math.sqrt(e[3]*e[3]+e[4]*e[4])}const f=[],m={},g=[],y=new au,v=new au,x=new au,b=new au,w=new ru,_=new _u,S=new au,E=(new DOMParser).parseFromString(t,"image/svg+xml");return function t(e,n){if(1!==e.nodeType)return;const o=function(t){if(!(t.hasAttribute("transform")||"use"===t.nodeName&&(t.hasAttribute("x")||t.hasAttribute("y"))))return null;const e=function(t){const e=new au,i=y;if("use"===t.nodeName&&(t.hasAttribute("x")||t.hasAttribute("y"))){const i=l(t.getAttribute("x")),n=l(t.getAttribute("y"));e.translate(i,n)}if(t.hasAttribute("transform")){const n=t.getAttribute("transform").split(")");for(let t=n.length-1;t>=0;t--){const s=n[t].trim();if(""===s)continue;const r=s.indexOf("("),o=s.length;if(r>0&&r<o){const t=s.slice(0,r),e=a(s.slice(r+1));switch(i.identity(),t){case"translate":if(e.length>=1){const t=e[0];let n=0;e.length>=2&&(n=e[1]),i.translate(t,n)}break;case"rotate":if(e.length>=1){let t=0,n=0,s=0;t=e[0]*Math.PI/180,e.length>=3&&(n=e[1],s=e[2]),v.makeTranslation(-n,-s),x.makeRotation(t),b.multiplyMatrices(x,v),v.makeTranslation(n,s),i.multiplyMatrices(v,b)}break;case"scale":if(e.length>=1){const t=e[0];let n=t;e.length>=2&&(n=e[1]),i.scale(t,n)}break;case"skewX":1===e.length&&i.set(1,Math.tan(e[0]*Math.PI/180),0,0,1,0,0,0,1);break;case"skewY":1===e.length&&i.set(1,0,0,Math.tan(e[0]*Math.PI/180),1,0,0,0,1);break;case"matrix":6===e.length&&i.set(e[0],e[2],e[4],e[1],e[3],e[5],0,0,1)}}e.premultiply(i)}}return e}(t);return g.length>0&&e.premultiply(g[g.length-1]),S.copy(e),g.push(e),e}(e);let h=!1,E=null;switch(e.nodeName){case"svg":case"g":n=s(e,n);break;case"style":!function(t){if(t.sheet&&t.sheet.cssRules&&t.sheet.cssRules.length)for(let e=0;e<t.sheet.cssRules.length;e++){const i=t.sheet.cssRules[e];if(1!==i.type)continue;const n=i.selectorText.split(/,/gm).filter(Boolean).map((t=>t.trim()));for(let t=0;t<n.length;t++){const e=Object.fromEntries(Object.entries(i.style).filter((([,t])=>""!==t)));m[n[t]]=Object.assign(m[n[t]]||{},e)}}}(e);break;case"path":n=s(e,n),e.hasAttribute("d")&&(E=function(t){const e=new Wd,n=new ru,s=new ru,o=new ru;let h=!0,l=!1;const u=t.getAttribute("d");if(""===u||"none"===u)return null;const c=u.match(/[a-df-z][^a-df-z]*/gi);for(let t=0,u=c.length;t<u;t++){const u=c[t],d=u.charAt(0),p=u.slice(1).trim();let f;switch(!0===h&&(l=!0,h=!1),d){case"M":f=a(p);for(let t=0,i=f.length;t<i;t+=2)n.x=f[t+0],n.y=f[t+1],s.x=n.x,s.y=n.y,0===t?e.moveTo(n.x,n.y):e.lineTo(n.x,n.y),0===t&&o.copy(n);break;case"H":f=a(p);for(let t=0,i=f.length;t<i;t++)n.x=f[t],s.x=n.x,s.y=n.y,e.lineTo(n.x,n.y),0===t&&!0===l&&o.copy(n);break;case"V":f=a(p);for(let t=0,i=f.length;t<i;t++)n.y=f[t],s.x=n.x,s.y=n.y,e.lineTo(n.x,n.y),0===t&&!0===l&&o.copy(n);break;case"L":f=a(p);for(let t=0,i=f.length;t<i;t+=2)n.x=f[t+0],n.y=f[t+1],s.x=n.x,s.y=n.y,e.lineTo(n.x,n.y),0===t&&!0===l&&o.copy(n);break;case"C":f=a(p);for(let t=0,i=f.length;t<i;t+=6)e.bezierCurveTo(f[t+0],f[t+1],f[t+2],f[t+3],f[t+4],f[t+5]),s.x=f[t+2],s.y=f[t+3],n.x=f[t+4],n.y=f[t+5],0===t&&!0===l&&o.copy(n);break;case"S":f=a(p);for(let t=0,i=f.length;t<i;t+=4)e.bezierCurveTo(r(n.x,s.x),r(n.y,s.y),f[t+0],f[t+1],f[t+2],f[t+3]),s.x=f[t+0],s.y=f[t+1],n.x=f[t+2],n.y=f[t+3],0===t&&!0===l&&o.copy(n);break;case"Q":f=a(p);for(let t=0,i=f.length;t<i;t+=4)e.quadraticCurveTo(f[t+0],f[t+1],f[t+2],f[t+3]),s.x=f[t+0],s.y=f[t+1],n.x=f[t+2],n.y=f[t+3],0===t&&!0===l&&o.copy(n);break;case"T":f=a(p);for(let t=0,i=f.length;t<i;t+=2){const i=r(n.x,s.x),a=r(n.y,s.y);e.quadraticCurveTo(i,a,f[t+0],f[t+1]),s.x=i,s.y=a,n.x=f[t+0],n.y=f[t+1],0===t&&!0===l&&o.copy(n)}break;case"A":f=a(p,[3,4],7);for(let t=0,r=f.length;t<r;t+=7){if(f[t+5]==n.x&&f[t+6]==n.y)continue;const r=n.clone();n.x=f[t+5],n.y=f[t+6],s.x=n.x,s.y=n.y,i(e,f[t],f[t+1],f[t+2],f[t+3],f[t+4],r,n),0===t&&!0===l&&o.copy(n)}break;case"m":f=a(p);for(let t=0,i=f.length;t<i;t+=2)n.x+=f[t+0],n.y+=f[t+1],s.x=n.x,s.y=n.y,0===t?e.moveTo(n.x,n.y):e.lineTo(n.x,n.y),0===t&&o.copy(n);break;case"h":f=a(p);for(let t=0,i=f.length;t<i;t++)n.x+=f[t],s.x=n.x,s.y=n.y,e.lineTo(n.x,n.y),0===t&&!0===l&&o.copy(n);break;case"v":f=a(p);for(let t=0,i=f.length;t<i;t++)n.y+=f[t],s.x=n.x,s.y=n.y,e.lineTo(n.x,n.y),0===t&&!0===l&&o.copy(n);break;case"l":f=a(p);for(let t=0,i=f.length;t<i;t+=2)n.x+=f[t+0],n.y+=f[t+1],s.x=n.x,s.y=n.y,e.lineTo(n.x,n.y),0===t&&!0===l&&o.copy(n);break;case"c":f=a(p);for(let t=0,i=f.length;t<i;t+=6)e.bezierCurveTo(n.x+f[t+0],n.y+f[t+1],n.x+f[t+2],n.y+f[t+3],n.x+f[t+4],n.y+f[t+5]),s.x=n.x+f[t+2],s.y=n.y+f[t+3],n.x+=f[t+4],n.y+=f[t+5],0===t&&!0===l&&o.copy(n);break;case"s":f=a(p);for(let t=0,i=f.length;t<i;t+=4)e.bezierCurveTo(r(n.x,s.x),r(n.y,s.y),n.x+f[t+0],n.y+f[t+1],n.x+f[t+2],n.y+f[t+3]),s.x=n.x+f[t+0],s.y=n.y+f[t+1],n.x+=f[t+2],n.y+=f[t+3],0===t&&!0===l&&o.copy(n);break;case"q":f=a(p);for(let t=0,i=f.length;t<i;t+=4)e.quadraticCurveTo(n.x+f[t+0],n.y+f[t+1],n.x+f[t+2],n.y+f[t+3]),s.x=n.x+f[t+0],s.y=n.y+f[t+1],n.x+=f[t+2],n.y+=f[t+3],0===t&&!0===l&&o.copy(n);break;case"t":f=a(p);for(let t=0,i=f.length;t<i;t+=2){const i=r(n.x,s.x),a=r(n.y,s.y);e.quadraticCurveTo(i,a,n.x+f[t+0],n.y+f[t+1]),s.x=i,s.y=a,n.x=n.x+f[t+0],n.y=n.y+f[t+1],0===t&&!0===l&&o.copy(n)}break;case"a":f=a(p,[3,4],7);for(let t=0,r=f.length;t<r;t+=7){if(0==f[t+5]&&0==f[t+6])continue;const r=n.clone();n.x+=f[t+5],n.y+=f[t+6],s.x=n.x,s.y=n.y,i(e,f[t],f[t+1],f[t+2],f[t+3],f[t+4],r,n),0===t&&!0===l&&o.copy(n)}break;case"Z":case"z":e.currentPath.autoClose=!0,e.currentPath.curves.length>0&&(n.copy(o),e.currentPath.currentPoint.copy(n),h=!0)}l=!1}return e}(e));break;case"rect":n=s(e,n),E=function(t){const e=l(t.getAttribute("x")||0),i=l(t.getAttribute("y")||0),n=l(t.getAttribute("rx")||t.getAttribute("ry")||0),s=l(t.getAttribute("ry")||t.getAttribute("rx")||0),r=l(t.getAttribute("width")),a=l(t.getAttribute("height")),o=.448084975506,h=new Wd;return h.moveTo(e+n,i),h.lineTo(e+r-n,i),(0!==n||0!==s)&&h.bezierCurveTo(e+r-n*o,i,e+r,i+s*o,e+r,i+s),h.lineTo(e+r,i+a-s),(0!==n||0!==s)&&h.bezierCurveTo(e+r,i+a-s*o,e+r-n*o,i+a,e+r-n,i+a),h.lineTo(e+n,i+a),(0!==n||0!==s)&&h.bezierCurveTo(e+n*o,i+a,e,i+a-s*o,e,i+a-s),h.lineTo(e,i+s),(0!==n||0!==s)&&h.bezierCurveTo(e,i+s*o,e+n*o,i,e+n,i),h}(e);break;case"polygon":n=s(e,n),E=function(t){const e=new Wd;let i=0;return t.getAttribute("points").replace(/([+-]?\d*\.?\d+(?:e[+-]?\d+)?)(?:,|\s)([+-]?\d*\.?\d+(?:e[+-]?\d+)?)/g,(function(t,n,s){const r=l(n),a=l(s);0===i?e.moveTo(r,a):e.lineTo(r,a),i++})),e.currentPath.autoClose=!0,e}(e);break;case"polyline":n=s(e,n),E=function(t){const e=new Wd;let i=0;return t.getAttribute("points").replace(/([+-]?\d*\.?\d+(?:e[+-]?\d+)?)(?:,|\s)([+-]?\d*\.?\d+(?:e[+-]?\d+)?)/g,(function(t,n,s){const r=l(n),a=l(s);0===i?e.moveTo(r,a):e.lineTo(r,a),i++})),e.currentPath.autoClose=!1,e}(e);break;case"circle":n=s(e,n),E=function(t){const e=l(t.getAttribute("cx")||0),i=l(t.getAttribute("cy")||0),n=l(t.getAttribute("r")||0),s=new ed;s.absarc(e,i,n,0,2*Math.PI);const r=new Wd;return r.subPaths.push(s),r}(e);break;case"ellipse":n=s(e,n),E=function(t){const e=l(t.getAttribute("cx")||0),i=l(t.getAttribute("cy")||0),n=l(t.getAttribute("rx")||0),s=l(t.getAttribute("ry")||0),r=new ed;r.absellipse(e,i,n,s,0,2*Math.PI);const a=new Wd;return a.subPaths.push(r),a}(e);break;case"line":n=s(e,n),E=function(t){const e=l(t.getAttribute("x1")||0),i=l(t.getAttribute("y1")||0),n=l(t.getAttribute("x2")||0),s=l(t.getAttribute("y2")||0),r=new Wd;return r.moveTo(e,i),r.lineTo(n,s),r.currentPath.autoClose=!1,r}(e);break;case"defs":h=!0;break;case"use":n=s(e,n);const o=(e.getAttributeNS("http://www.w3.org/1999/xlink","href")||"").substring(1),u=e.viewportElement.getElementById(o);u&&t(u,n)}E&&(void 0!==n.fill&&"none"!==n.fill&&E.color.setStyle(n.fill,Fd),function(t,e){function i(t){_.set(t.x,t.y,1).applyMatrix3(e),t.set(_.x,_.y)}function n(t){const i=t.xRadius,n=t.yRadius,s=Math.cos(t.aRotation),r=Math.sin(t.aRotation),a=new _u(i*s,i*r,0),o=new _u(-n*r,n*s,0),h=a.applyMatrix3(e),l=o.applyMatrix3(e),c=y.set(h.x,l.x,0,h.y,l.y,0,0,0,1),d=v.copy(c).invert(),p=x.copy(d).transpose().multiply(d).elements,f=function(t,e,i){let n,s,r,a,o;const h=t+i,l=t-i,u=Math.sqrt(l*l+4*e*e);return h>0?(n=.5*(h+u),o=1/n,s=t*o*i-e*o*e):h<0?s=.5*(h-u):(n=.5*u,s=-.5*u),r=l>0?l+u:l-u,Math.abs(r)>2*Math.abs(e)?(o=-2*e/r,a=1/Math.sqrt(1+o*o),r=o*a):0===Math.abs(e)?(r=1,a=0):(o=-.5*r/e,r=1/Math.sqrt(1+o*o),a=o*r),l>0&&(o=r,r=-a,a=o),{rt1:n,rt2:s,cs:r,sn:a}}(p[0],p[1],p[4]),m=Math.sqrt(f.rt1),g=Math.sqrt(f.rt2);if(t.xRadius=1/m,t.yRadius=1/g,t.aRotation=Math.atan2(f.sn,f.cs),!((t.aEndAngle-t.aStartAngle)%(2*Math.PI)<Number.EPSILON)){const i=v.set(m,0,0,0,g,0,0,0,1),n=x.set(f.cs,f.sn,0,-f.sn,f.cs,0,0,0,1),s=i.multiply(n).multiply(c),r=t=>{const{x:e,y:i}=new _u(Math.cos(t),Math.sin(t),0).applyMatrix3(s);return Math.atan2(i,e)};t.aStartAngle=r(t.aStartAngle),t.aEndAngle=r(t.aEndAngle),u(e)&&(t.aClockwise=!t.aClockwise)}}function s(t){const i=d(e),n=p(e);t.xRadius*=i,t.yRadius*=n;const s=i>Number.EPSILON?Math.atan2(e.elements[1],e.elements[0]):Math.atan2(-e.elements[3],e.elements[4]);t.aRotation+=s,u(e)&&(t.aStartAngle*=-1,t.aEndAngle*=-1,t.aClockwise=!t.aClockwise)}const r=t.subPaths;for(let t=0,a=r.length;t<a;t++){const a=r[t].curves;for(let t=0;t<a.length;t++){const r=a[t];r.isLineCurve?(i(r.v1),i(r.v2)):r.isCubicBezierCurve?(i(r.v0),i(r.v1),i(r.v2),i(r.v3)):r.isQuadraticBezierCurve?(i(r.v0),i(r.v1),i(r.v2)):r.isEllipseCurve&&(w.set(r.aX,r.aY),i(w),r.aX=w.x,r.aY=w.y,c(e)?n(r):s(r))}}}(E,S),f.push(E),E.userData={node:e,style:n});const M=e.childNodes;for(let e=0;e<M.length;e++){const i=M[e];h&&"style"!==i.nodeName&&"defs"!==i.nodeName||t(i,n)}o&&(g.pop(),g.length>0?S.copy(g[g.length-1]):S.identity())}(E.documentElement,{fill:"#000",fillOpacity:1,strokeOpacity:1,strokeWidth:1,strokeLineJoin:"miter",strokeLineCap:"butt",strokeMiterLimit:4}),{paths:f,xml:E.documentElement}}static createShapes(t){const e=999999999,i={loc:0,t:0};function n(t,e,n,r){const a=t.x,o=e.x,h=n.x,l=r.x,u=t.y,c=e.y,d=n.y,p=r.y,f=(l-h)*(u-d)-(p-d)*(a-h),m=(p-d)*(o-a)-(l-h)*(c-u),g=f/m,y=((o-a)*(u-d)-(c-u)*(a-h))/m;if(0===m&&0!==f||g<=0||g>=1||y<0||y>1)return null;if(0===f&&0===m){for(let h=0;h<2;h++){if(s(0===h?n:r,t,e),0==i.loc){const t=0===h?n:r;return{x:t.x,y:t.y,t:i.t}}if(2==i.loc)return{x:+(a+i.t*(o-a)).toPrecision(10),y:+(u+i.t*(c-u)).toPrecision(10),t:i.t}}return null}for(let a=0;a<2;a++)if(s(0===a?n:r,t,e),0==i.loc){const t=0===a?n:r;return{x:t.x,y:t.y,t:i.t}}return{x:+(a+g*(o-a)).toPrecision(10),y:+(u+g*(c-u)).toPrecision(10),t:g}}function s(t,e,n){const s=n.x-e.x,r=n.y-e.y,a=t.x-e.x,o=t.y-e.y,h=s*o-a*r;if(t.x===e.x&&t.y===e.y)return i.loc=0,void(i.t=0);if(t.x===n.x&&t.y===n.y)return i.loc=1,void(i.t=1);if(h<-Number.EPSILON)return void(i.loc=3);if(h>Number.EPSILON)return void(i.loc=4);if(s*a<0||r*o<0)return void(i.loc=5);if(Math.sqrt(s*s+r*r)<Math.sqrt(a*a+o*o))return void(i.loc=6);let l;l=0!==s?a/s:o/r,i.loc=2,i.t=l}function r(t,e,i){const s=new ru;e.getCenter(s);const r=[];return i.forEach((e=>{e.boundingBox.containsPoint(s)&&function(t,e){const i=[],s=[];for(let r=1;r<t.length;r++){const a=t[r-1],o=t[r];for(let t=1;t<e.length;t++){const r=n(a,o,e[t-1],e[t]);null!==r&&void 0===i.find((t=>t.t<=r.t+Number.EPSILON&&t.t>=r.t-Number.EPSILON))&&(i.push(r),s.push(new ru(r.x,r.y)))}}return s}(t,e.points).forEach((t=>{r.push({identifier:e.identifier,isCW:e.isCW,point:t})}))})),r.sort(((t,e)=>t.point.x-e.point.x)),r}let a=e,o=-999999999,h=t.subPaths.map((t=>{const i=t.getPoints();let n=-999999999,s=e,r=-999999999,h=e;for(let t=0;t<i.length;t++){const e=i[t];e.y>n&&(n=e.y),e.y<s&&(s=e.y),e.x>r&&(r=e.x),e.x<h&&(h=e.x)}return o<=r&&(o=r+1),a>=h&&(a=h-1),{curves:t.curves,points:i,isCW:Id.isClockWise(i),identifier:-1,boundingBox:new Hd(new ru(h,s),new ru(r,n))}}));h=h.filter((t=>t.points.length>1));for(let t=0;t<h.length;t++)h[t].identifier=t;const l=h.map((e=>function(t,e,i,n,s){null!=s&&""!==s||(s="nonzero");const a=new ru;t.boundingBox.getCenter(a);const o=r([new ru(i,a.y),new ru(n,a.y)],t.boundingBox,e);o.sort(((t,e)=>t.point.x-e.point.x));const h=[],l=[];o.forEach((e=>{e.identifier===t.identifier?h.push(e):l.push(e)}));const u=h[0].point.x,c=[];let d=0;for(;d<l.length&&l[d].point.x<u;)c.length>0&&c[c.length-1]===l[d].identifier?c.pop():c.push(l[d].identifier),d++;if(c.push(t.identifier),"evenodd"===s){const e=c.length%2==0,i=c[c.length-2];return{identifier:t.identifier,isHole:e,for:i}}if("nonzero"===s){let i=!0,n=null,s=null;for(let t=0;t<c.length;t++){const r=c[t];i?(s=e[r].isCW,i=!1,n=r):s!==e[r].isCW&&(s=e[r].isCW,i=!0)}return{identifier:t.identifier,isHole:i,for:n}}}(e,h,a,o,t.userData?t.userData.style.fillRule:void 0))),u=[];return h.forEach((t=>{if(!l[t.identifier].isHole){const e=new id;e.curves=t.curves,l.filter((e=>e.isHole&&e.for===t.identifier)).forEach((t=>{const i=h[t.identifier],n=new ed;n.curves=i.curves,e.holes.push(n)})),u.push(e)}})),u}static getStrokeStyle(t,e,i,n,s){return{strokeColor:e=void 0!==e?e:"#000",strokeWidth:t=void 0!==t?t:1,strokeLineJoin:i=void 0!==i?i:"miter",strokeLineCap:n=void 0!==n?n:"butt",strokeMiterLimit:s=void 0!==s?s:4}}static pointsToStroke(t,e,i,n){const s=[],r=[],a=[];if(0===Ud.pointsToStrokeWithBuffers(t,e,i,n,s,r,a))return null;const o=new zc;return o.setAttribute("position",new Dc(s,3)),o.setAttribute("normal",new Dc(r,3)),o.setAttribute("uv",new Dc(a,2)),o}static pointsToStrokeWithBuffers(t,e,i,n,s,r,a,o){const h=new ru,l=new ru,u=new ru,c=new ru,d=new ru,p=new ru,f=new ru,m=new ru,g=new ru,y=new ru,v=new ru,x=new ru,b=new ru,w=new ru,_=new ru,S=new ru,E=new ru;i=void 0!==i?i:12,n=void 0!==n?n:.001,o=void 0!==o?o:0;const M=(t=function(t){let e=!1;for(let i=1,s=t.length-1;i<s;i++)if(t[i].distanceTo(t[i+1])<n){e=!0;break}if(!e)return t;const i=[];i.push(t[0]);for(let e=1,s=t.length-1;e<s;e++)t[e].distanceTo(t[e+1])>=n&&i.push(t[e]);return i.push(t[t.length-1]),i}(t)).length;if(M<2)return 0;const A=t[0].equals(t[M-1]);let T,C,I=t[0];const D=e.strokeWidth/2,L=1/(M-1);let B,P,k,N,O=0,R=!1,z=0,H=3*o,W=2*o;F(t[0],t[1],h).multiplyScalar(D),m.copy(t[0]).sub(h),g.copy(t[0]).add(h),y.copy(m),v.copy(g);for(let i=1;i<M;i++){T=t[i],C=i===M-1?A?t[1]:void 0:t[i+1];const n=h;if(F(I,T,n),u.copy(n).multiplyScalar(D),x.copy(T).sub(u),b.copy(T).add(u),B=O+L,P=!1,void 0!==C){F(T,C,l),u.copy(l).multiplyScalar(D),w.copy(T).sub(u),_.copy(T).add(u),k=!0,u.subVectors(C,I),n.dot(u)<0&&(k=!1),1===i&&(R=k),u.subVectors(C,T),u.normalize();const t=Math.abs(n.dot(u));if(t>Number.EPSILON){const i=D/t;u.multiplyScalar(-i),c.subVectors(T,I),d.copy(c).setLength(i).add(u),S.copy(d).negate();const n=d.length(),s=c.length();c.divideScalar(s),p.subVectors(C,T);const r=p.length();switch(p.divideScalar(r),c.dot(S)<s&&p.dot(S)<r&&(P=!0),E.copy(d).add(T),S.add(T),N=!1,P?k?(_.copy(S),b.copy(S)):(w.copy(S),x.copy(S)):q(),e.strokeLineJoin){case"bevel":j(k,P,B);break;case"round":Y(k,P),k?V(T,x,w,B,0):V(T,_,b,B,1);break;default:const t=D*e.strokeMiterLimit/n;if(t<1){if("miter-clip"!==e.strokeLineJoin){j(k,P,B);break}Y(k,P),k?(p.subVectors(E,x).multiplyScalar(t).add(x),f.subVectors(E,w).multiplyScalar(t).add(w),U(x,B,0),U(p,B,0),U(T,B,.5),U(T,B,.5),U(p,B,0),U(f,B,0),U(T,B,.5),U(f,B,0),U(w,B,0)):(p.subVectors(E,b).multiplyScalar(t).add(b),f.subVectors(E,_).multiplyScalar(t).add(_),U(b,B,1),U(p,B,1),U(T,B,.5),U(T,B,.5),U(p,B,1),U(f,B,1),U(T,B,.5),U(f,B,1),U(_,B,1))}else P?(k?(U(g,O,1),U(m,O,0),U(E,B,0),U(g,O,1),U(E,B,0),U(S,B,1)):(U(g,O,1),U(m,O,0),U(E,B,1),U(m,O,0),U(S,B,0),U(E,B,1)),k?w.copy(E):_.copy(E)):k?(U(x,B,0),U(E,B,0),U(T,B,.5),U(T,B,.5),U(E,B,0),U(w,B,0)):(U(b,B,1),U(E,B,1),U(T,B,.5),U(T,B,.5),U(E,B,1),U(_,B,1)),N=!0}}else q()}else q();A||i!==M-1||G(t[0],y,v,k,!0,O),O=B,I=T,m.copy(w),g.copy(_)}if(A){if(P&&s){let t=E,e=S;R!==k&&(t=S,e=E),k?(N||R)&&(e.toArray(s,0),e.toArray(s,9),N&&t.toArray(s,3)):!N&&R||(e.toArray(s,3),e.toArray(s,9),N&&t.toArray(s,0))}}else G(T,x,b,k,!1,B);return z;function F(t,e,i){return i.subVectors(e,t),i.set(-i.y,i.x).normalize()}function U(t,e,i){s&&(s[H]=t.x,s[H+1]=t.y,s[H+2]=0,r&&(r[H]=0,r[H+1]=0,r[H+2]=1),H+=3,a&&(a[W]=e,a[W+1]=i,W+=2)),z+=3}function V(t,e,n,s,r){h.copy(e).sub(t).normalize(),l.copy(n).sub(t).normalize();let a=Math.PI;const o=h.dot(l);Math.abs(o)<1&&(a=Math.abs(Math.acos(o))),a/=i,u.copy(e);for(let e=0,n=i-1;e<n;e++)c.copy(u).rotateAround(t,a),U(u,s,r),U(c,s,r),U(t,s,.5),u.copy(c);U(c,s,r),U(n,s,r),U(t,s,.5)}function q(){U(g,O,1),U(m,O,0),U(x,B,0),U(g,O,1),U(x,B,0),U(b,B,1)}function j(t,e,i){e?t?(U(g,O,1),U(m,O,0),U(x,B,0),U(g,O,1),U(x,B,0),U(S,B,1),U(x,i,0),U(w,i,0),U(S,i,.5)):(U(g,O,1),U(m,O,0),U(b,B,1),U(m,O,0),U(S,B,0),U(b,B,1),U(b,i,1),U(S,i,0),U(_,i,1)):t?(U(x,i,0),U(w,i,0),U(T,i,.5)):(U(b,i,1),U(_,i,0),U(T,i,.5))}function Y(t,e){e&&(t?(U(g,O,1),U(m,O,0),U(x,B,0),U(g,O,1),U(x,B,0),U(S,B,1),U(x,O,0),U(T,B,.5),U(S,B,1),U(T,B,.5),U(w,O,0),U(S,B,1)):(U(g,O,1),U(m,O,0),U(b,B,1),U(m,O,0),U(S,B,0),U(b,B,1),U(b,O,1),U(S,B,0),U(T,B,.5),U(T,B,.5),U(S,B,0),U(_,O,1)))}function G(t,i,n,r,o,d){switch(e.strokeLineCap){case"round":o?V(t,n,i,d,.5):V(t,i,n,d,.5);break;case"square":if(o)h.subVectors(i,t),l.set(h.y,-h.x),u.addVectors(h,l).add(t),c.subVectors(l,h).add(t),r?(u.toArray(s,3),c.toArray(s,0),c.toArray(s,9)):(u.toArray(s,3),1===a[7]?c.toArray(s,9):u.toArray(s,9),c.toArray(s,0));else{h.subVectors(n,t),l.set(h.y,-h.x),u.addVectors(h,l).add(t),c.subVectors(l,h).add(t);const e=s.length;r?(u.toArray(s,e-3),c.toArray(s,e-6),c.toArray(s,e-12)):(c.toArray(s,e-6),u.toArray(s,e-3),c.toArray(s,e-12))}}}}}class Vd extends _u{constructor(t,e,i){super(t,e,i)}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}floorToZero(){return this.x=this.x<0?Math.ceil(this.x):Math.floor(this.x),this.y=this.y<0?Math.ceil(this.y):Math.floor(this.y),this.z=this.z<0?Math.ceil(this.z):Math.floor(this.z),this}ceilToZero(){return this.x=this.x<0?Math.floor(this.x):Math.ceil(this.x),this.y=this.y<0?Math.floor(this.y):Math.ceil(this.y),this.z=this.z<0?Math.floor(this.z):Math.ceil(this.z),this}roundToZero(){return this.x=this.x<0?Math.floor(this.x):Math.ceil(this.x),this.y=this.y<0?Math.floor(this.y):Math.ceil(this.y),this.z=this.z<0?Math.floor(this.z):Math.ceil(this.z),this}toString(){return`{x: ${this.x}, y: ${this.y}}`}}class qd extends Ud{constructor(t=void 0){super(t),d(this,"viewportElement"),d(this,"instancedMesh",!1),d(this,"dpr",1)}setRequestHeader(t){return this.requestHeader=t,this}setInstancedMesh(t=!1){return this.instancedMesh=t,this}setPixelRatio(t){return this.dpr=t,this}parse(t,e=!0){const i=this;function n(t,e,i,n,r,a,o,h){var l;if(0==e||0==i)return void t.lineTo(h.x,h.y);n=n*Math.PI/180,e=Math.abs(e),i=Math.abs(i);const u=(o.x-h.x)/2,c=(o.y-h.y)/2,d=Math.cos(n)*u+Math.sin(n)*c,p=-Math.sin(n)*u+Math.cos(n)*c;let f=e*e,m=i*i;const g=d*d,y=p*p,v=g/f+y/m;if(v>1){const t=Math.sqrt(v);f=(e*=t)*e,m=(i*=t)*i}const x=f*y+m*g,b=(f*m-x)/x;let w=Math.sqrt(Math.max(0,b));r===a&&(w=-w);const _=w*e*p/i,S=-w*i*d/e,E=Math.cos(n)*_-Math.sin(n)*S+(o.x+h.x)/2,M=Math.sin(n)*_+Math.cos(n)*S+(o.y+h.y)/2,A=s(1,0,(d-_)/e,(p-S)/i),T=s((d-_)/e,(p-S)/i,(-d-_)/e,(-p-S)/i)%(2*Math.PI);null==(l=t.currentPath)||l.absellipse(E,M,e,i,A,A+T,0===a,n)}function s(t,e,i,n){const s=t*i+e*n,r=Math.sqrt(t*t+e*e)*Math.sqrt(i*i+n*n);let a=Math.acos(Math.max(-1,Math.min(1,s/r)));return t*n-e*i<0&&(a=-a),a}function r(t,e){var i;e=Object.assign({},e);let n={};if(t.hasAttribute("class")){const e=null==(i=t.getAttribute("class"))?void 0:i.split(/\s/).filter(Boolean).map((t=>t.trim()));for(let t=0,i=(null==e?void 0:e.length)||0;t<i;t++)n=Object.assign(n,A["."+e[t]])}function s(i,s,r){void 0===r&&(r=function(t){return t.startsWith("url"),t}),t.hasAttribute(i)&&(e[s]=r(t.getAttribute(i))),n[i]&&(e[s]=r(n[i])),t.style&&""!==t.style[i]&&(e[s]=r(t.style[i]))}t.hasAttribute("id")&&(n=Object.assign(n,A["#"+t.getAttribute("id")]));const{fontSize:r,strokeWidth:a}=e;function o(t){return Math.max(0,Math.min(1,c(t)))}function h(t){return Math.max(0,c(t,{fontSize:r}))}s("font-size","fontSize",h),s("fill","fill"),s("fill-opacity","fillOpacity",o),s("fill-rule","fillRule"),s("opacity","opacity",o),s("stroke","stroke"),s("stroke-opacity","strokeOpacity",o),s("stroke-width","strokeWidth",(function(t){return Math.max(0,c(t,{}))})),s("stroke-linejoin","strokeLineJoin"),s("stroke-linecap","strokeLineCap"),s("stroke-miterlimit","strokeMiterLimit",h),s("visibility","visibility");const l=t.getAttribute("stroke-width")||e.strokeWidth;return ri.endsWith(l,"%")&&(e.thinLine=!0),e}function a(t,e){return t-(e-t)}function o(t,e,i){if("string"!=typeof t)throw new TypeError("Invalid input: "+typeof t);const n={WHITESPACE:/[ \t\r\n]/,DIGIT:/[\d]/,SIGN:/[-+]/,POINT:/\./,COMMA:/,/,EXP:/e/i,FLAGS:/[01]/};let s=0,r=!0,a="",o="";const h=[];function l(t,e,i){const n=new SyntaxError('Unexpected character "'+t+'" at index '+e+".");throw n.partial=i,n}function u(){""!==a&&(""===o?h.push(Number(a)):h.push(Number(a)*Math.pow(10,Number(o)))),a="",o=""}let c;const d=t.length;for(let p=0;p<d;p++)if(c=t[p],Array.isArray(e)&&e.includes(h.length%(i||0))&&n.FLAGS.test(c))s=1,a=c,u();else{if(0===s){if(n.WHITESPACE.test(c))continue;if(n.DIGIT.test(c)||n.SIGN.test(c)){s=1,a=c;continue}if(n.POINT.test(c)){s=2,a=c;continue}n.COMMA.test(c)&&(r&&l(c,p,h),r=!0)}if(1===s){if(n.DIGIT.test(c)){a+=c;continue}if(n.POINT.test(c)){a+=c,s=2;continue}if(n.EXP.test(c)){s=3;continue}n.SIGN.test(c)&&1===a.length&&n.SIGN.test(a[0])&&l(c,p,h)}if(2===s){if(n.DIGIT.test(c)){a+=c;continue}if(n.EXP.test(c)){s=3;continue}n.POINT.test(c)&&"."===a[a.length-1]&&l(c,p,h)}if(3===s){if(n.DIGIT.test(c)){o+=c;continue}if(n.SIGN.test(c)){if(""===o){o+=c;continue}1===o.length&&n.SIGN.test(o)&&l(c,p,h)}}n.WHITESPACE.test(c)?(u(),s=0,r=!1):n.COMMA.test(c)?(u(),s=0,r=!0):n.SIGN.test(c)?(u(),s=1,a=c):n.POINT.test(c)?(u(),s=2,a=c):l(c,p,h)}return u(),h}const h=["mm","cm","in","pt","pc","px","em","%"],l={mm:{mm:1,cm:.1,in:1/25.4,pt:72/25.4,pc:6/25.4,px:-1},cm:{mm:10,cm:1,in:1/2.54,pt:72/2.54,pc:6/2.54,px:-1},in:{mm:25.4,cm:2.54,in:1,pt:72,pc:6,px:-1},pt:{mm:25.4/72,cm:2.54/72,in:1/72,pt:1,pc:6/72,px:-1},pc:{mm:25.4/6,cm:2.54/6,in:1/6,pt:12,pc:1,px:-1},px:{px:1},"%":{"%":1,px:-1}};function c(t,e){let n,s="px";if("string"==typeof t||t instanceof String){t=null==t?void 0:t.trim();for(let e=0,i=h.length;e<i;e++){const i=h[e];if(t.endsWith(i)){s=i,t=t.substring(0,t.length-i.length);break}}}if("px"===s&&"px"!==i.defaultUnit)n=l.in[i.defaultUnit]/i.defaultDPI;else if("%"===s){z.getSize(Gd),Yd.copy(k).getScale($d);const t=Math.abs($d.x||1);n=Gd.x/100*t}else"em"===s?n=(null==e?void 0:e.fontSize)||F:(n=l[s][i.defaultUnit],n<0&&(n=l[s].in*i.defaultDPI));return n*parseFloat(t)}function d(t){const e=t.elements;return e[0]*e[4]-e[1]*e[3]<0}function p(t){const e=t.elements,i=e[0]*e[3]+e[1]*e[4];if(0===i)return!1;const n=f(t),s=m(t);return Math.abs(i/(n*s))>Number.EPSILON}function f(t){const e=t.elements;return Math.sqrt(e[0]*e[0]+e[1]*e[1])}function m(t){const e=t.elements;return Math.sqrt(e[3]*e[3]+e[4]*e[4])}function g(t){return Math.round(t*W*100)/100}function y(t){return Math.round(t*W*100)/100}function v(t){return Math.round(t*W*100)/100}function x(t){return Math.round(t*W*100)/100}function b(t,e="asset"){let i;const n="function"==typeof t.getAttribute?t.getAttribute("id"):"";if(!n&&t.parentNode)return b(t.parentNode,e);if(!n)return i;if("layer"===e)i=X.find((t=>n===t));else{const t=null==n?void 0:n.replace(/-assets/g,"");i=$.find((e=>t===e))}return!i&&t.parentNode&&(i=b(t.parentNode,e)),i}function w(t){let e;const i="function"==typeof t.getAttribute?t.getAttribute("id"):"";return e=!i&&t.parentNode?w(t.parentNode):i,e}function _(t,e){let i;const n=w(t);return i=t.parentNode&&w(t.parentNode),i&&n!==e||(i=_(t.parentNode,e)),i||n||""}function S(t){let e;return w(t),e="function"==typeof t.getAttribute?t.getAttribute("aid"):"",!e&&t.parentNode&&(e=S(t.parentNode)),e}const E=[],M=[],A={},T=[],C=new au,I=new au,D=new au,L=new au,B=new ru,P=new _u,k=new au,N={},O={},R=[],z=new ai,H=new We,W=1,F=16,U=(new DOMParser).parseFromString(t,"image/svg+xml");i.viewportElement=U.documentElement,function(t,e=new ai){if(!t)return e;let i=t.split(" "),n=ri.map(i,(t=>parseFloat(t)));4!==(null==n?void 0:n.length)||(e.min.set(n[0],n[1]),e.max.set(n[0]+n[2],n[1]+n[3]))}(i.viewportElement.getAttribute("viewBox")||"",z);const V=U.getElementsByTagName("view"),q=(null==V?void 0:V.length)?V[0]:null,j=(null==q?void 0:q.getAttribute("units"))||"";z.getCenter(H);const Y=sn(U.documentElement);let G=[];rn(Y||[],(t=>{var e;if("assets"===t.label&&(null==(e=t.children)?void 0:e.length))for(let e,i=0,n=t.children.length;i<n;i++)e=t.children[i],e.label&&G.push(ri.head(ri.split(e.label,"-"))||"")})),G=ri.uniq(ri.compact(G));const $=ri.uniq(ri.compact([...G,...Object.values(Di)])),X=Object.values(Bi);!function t(e,i,s,h=!1){var l;if(1!==e.nodeType)return;const N=function(t,e){if(!(t.hasAttribute("transform")||"use"===t.nodeName&&(t.hasAttribute("x")||t.hasAttribute("y"))||"text"===t.nodeName&&(t.hasAttribute("dx")||t.hasAttribute("dy"))))return null;const i=function(t,e){var i;const n=new au,s=C;if("use"===t.nodeName&&(t.hasAttribute("x")||t.hasAttribute("y"))){let e=c(t.getAttribute("x")),i=c(t.getAttribute("y"));n.translate(e,i)}else if("text"===t.nodeName&&(t.hasAttribute("dx")||t.hasAttribute("dy"))){let i=0,s=0;i=t.hasAttribute("dx")?c(t.getAttribute("dx")||0,{fontSize:null==e?void 0:e.fontSize}):0,s=t.hasAttribute("dy")?c(t.getAttribute("dy")||0,{fontSize:null==e?void 0:e.fontSize}):0,n.translate(i,s)}if(t.hasAttribute("transform")){const e=null==(i=t.getAttribute("transform"))?void 0:i.split(")");for(let t=((null==e?void 0:e.length)||0)-1;t>=0;t--){const i=e[t].trim();if(""===i)continue;const r=i.indexOf("("),a=i.length;if(r>0&&r<a){const t=i.slice(0,r),e=o(i.slice(r+1));switch(s.identity(),t){case"translate":if(e.length>=1){const t=e[0];let i=0;e.length>=2&&(i=e[1]),s.translate(t,i)}break;case"rotate":if(e.length>=1){let t=0,i=0,n=0;t=e[0]*Math.PI/180,e.length>=3&&(i=e[1],n=e[2]),I.makeTranslation(-i,-n),D.makeRotation(t),L.multiplyMatrices(D,I),I.makeTranslation(i,n),s.multiplyMatrices(I,L)}break;case"scale":if(e.length>=1){const t=e[0];let i=t;e.length>=2&&(i=e[1]),s.scale(t,i)}break;case"skewX":1===e.length&&s.set(1,Math.tan(e[0]*Math.PI/180),0,0,1,0,0,0,1);break;case"skewY":1===e.length&&s.set(1,0,0,Math.tan(e[0]*Math.PI/180),1,0,0,0,1);break;case"matrix":6===e.length&&s.set(e[0],e[2],e[4],e[1],e[3],e[5],0,0,1)}}n.premultiply(s)}}return n}(t,e);return T.length>0&&i.premultiply(T[T.length-1]),k.copy(i),T.push(i),i}(e,i);let R=!1,z=null,H=[];const W="function"==typeof e.getAttribute?e.getAttribute("id"):null;switch(e.nodeName){case"svg":case"g":i=r(e,i);break;case"style":!function(t){const e=t.textContent,i=null==e?void 0:e.replace(/\/\*[\s\S]*?\*\//g,""),n=null==i?void 0:i.replace(/([^;])}/g,"$1;}");if(!n)return;const s=[];let r="",a=0;for(const t of n)"{"===t?a++:"}"===t&&a--,r+=t,"}"===t&&0===a&&(s.push(r.trim()),r="");for(const t of s){if(!t.includes("{"))continue;const[e,i]=t.split(/\s*\{\s*/);if(!e||!i)continue;const n=e.split(",").map((t=>t.trim())).filter(Boolean),s={};i.replace(/}\s*$/,"").split(";").map((t=>t.trim())).filter(Boolean).forEach((t=>{const[e,i]=t.split(/:\s*/);if(e&&i){const t=i.replace(/\s*!important\s*$/,"").trim();s[e.trim()]=t}})),n.forEach((t=>{t&&(A[t]=u(u({},A[t]||{}),s))}))}}(e);break;case"path":i=r(e,i),e.hasAttribute("d")&&(z=function(t,e=!1){const i=new Wd,s=new We,r=new We,h=new We;let l=!0,u=!1;const c=t.getAttribute("d");if(!c||""===c||"none"===c)return null;const d=c.match(/[a-df-z][^a-df-z]*/gi);if(!(null==d?void 0:d.length))return null;for(let t=0,c=(null==d?void 0:d.length)||0;t<c;t++){const c=d[t],p=c.charAt(0),f=c.slice(1).trim();let m;switch(!0===l&&(u=!0,l=!1),p){case"M":m=o(f);for(let t=0,n=m.length;t<n;t+=2)s.x=e?m[t]:g(m[t]),s.y=e?m[t+1]:y(m[t+1]),r.x=s.x,r.y=s.y,0===t?i.moveTo(s.x,s.y):i.lineTo(s.x,s.y),0===t&&h.copy(s);break;case"H":m=o(f);for(let t=0,n=m.length;t<n;t++)s.x=e?m[t]:g(m[t]),r.x=s.x,r.y=s.y,i.lineTo(s.x,s.y),0===t&&!0===u&&h.copy(s);break;case"V":m=o(f);for(let t=0,n=m.length;t<n;t++)s.y=e?m[t]:y(m[t]),r.x=s.x,r.y=s.y,i.lineTo(s.x,s.y),0===t&&!0===u&&h.copy(s);break;case"L":m=o(f);for(let t=0,n=m.length;t<n;t+=2)s.x=e?m[t]:g(m[t]),s.y=e?m[t+1]:y(m[t+1]),r.x=s.x,r.y=s.y,i.lineTo(s.x,s.y),0===t&&!0===u&&h.copy(s);break;case"C":m=o(f);for(let t,n=0,a=m.length;n<a;n+=6)t=e?[m[n],m[n+1],m[n+2],m[n+3],m[n+4],m[n+5]]:[g(m[n]),y(m[n+1]),g(m[n+2]),y(m[n+3]),g(m[n+4]),y(m[n+5])],i.bezierCurveTo(...t),r.x=t[2],r.y=t[3],s.x=t[4],s.y=t[5],0===n&&!0===u&&h.copy(s);break;case"S":m=o(f);for(let t,n=0,o=m.length;n<o;n+=4)t=e?[m[n],m[n+1],m[n+2],m[n+3]]:[g(m[n]),y(m[n+1]),g(m[n+2]),y(m[n+3])],i.bezierCurveTo(a(s.x,r.x),a(s.y,r.y),t[0],t[1],t[2],t[3]),r.x=t[0],r.y=t[1],s.x=t[2],s.y=t[3],0===n&&!0===u&&h.copy(s);break;case"Q":m=o(f);for(let t,n=0,a=m.length;n<a;n+=4)t=e?[m[n],m[n+1],m[n+2],m[n+3]]:[g(m[n]),y(m[n+1]),g(m[n+2]),y(m[n+3])],i.quadraticCurveTo(t[0],t[1],t[2],t[3]),r.x=t[0],r.y=t[1],s.x=t[2],s.y=t[3],0===n&&!0===u&&h.copy(s);break;case"T":m=o(f);for(let t,n=0,o=m.length;n<o;n+=2){const o=a(s.x,r.x),l=a(s.y,r.y);t=e?[m[n],m[n+1]]:[g(m[n]),y(m[n+1])],i.quadraticCurveTo(o,l,t[0],t[1]),r.x=o,r.y=l,s.x=t[0],s.y=t[1],0===n&&!0===u&&h.copy(s)}break;case"A":m=o(f,[3,4],7);for(let t,a=0,o=m.length;a<o;a+=7){if(t=e?[m[a],m[a+1],m[a+2],m[a+3],m[a+4],m[a+5],m[a+6]]:[g(m[a]),y(m[a+1]),m[a+2],m[a+3],m[a+4],v(m[a+5]),x(m[a+6])],t[5]==s.x&&t[6]==s.y)continue;const o=s.clone();s.x=t[5],s.y=t[6],r.x=s.x,r.y=s.y,n(i,t[a],t[1],t[2],t[3],t[4],o,s),0===a&&!0===u&&h.copy(s)}break;case"m":m=o(f);for(let t=0,n=m.length;t<n;t+=2)s.x+=e?m[t]:v(m[t]),s.y+=e?m[t+1]:x(m[t+1]),r.x=s.x,r.y=s.y,0===t?i.moveTo(s.x,s.y):i.lineTo(s.x,s.y),0===t&&h.copy(s);break;case"h":m=o(f);for(let t=0,n=m.length;t<n;t++)s.x+=e?m[t]:v(m[t]),r.x=s.x,r.y=s.y,i.lineTo(s.x,s.y),0===t&&!0===u&&h.copy(s);break;case"v":m=o(f);for(let t=0,n=m.length;t<n;t++)s.y+=e?m[t]:x(m[t]),r.x=s.x,r.y=s.y,i.lineTo(s.x,s.y),0===t&&!0===u&&h.copy(s);break;case"l":m=o(f);for(let t=0,n=m.length;t<n;t+=2)s.x+=e?m[t]:v(m[t]),s.y+=e?m[t+1]:x(m[t+1]),r.x=s.x,r.y=s.y,i.lineTo(s.x,s.y),0===t&&!0===u&&h.copy(s);break;case"c":m=o(f);for(let t,n=0,a=m.length;n<a;n+=6)t=e?[m[n],m[n+1],m[n+2],m[n+3],m[n+4],m[n+5]]:[v(m[n]),x(m[n+1]),v(m[n+2]),x(m[n+3]),v(m[n+4]),x(m[n+5])],i.bezierCurveTo(s.x+t[0],s.y+t[1],s.x+t[2],s.y+t[3],s.x+t[4],s.y+t[5]),r.x=s.x+t[2],r.y=s.y+t[3],s.x+=t[4],s.y+=t[5],0===n&&!0===u&&h.copy(s);break;case"s":m=o(f);for(let t,n=0,o=m.length;n<o;n+=4)t=e?[m[n],m[n+1],m[n+2],m[n+3]]:[v(m[n]),x(m[n+1]),v(m[n+2]),x(m[n+3])],i.bezierCurveTo(a(s.x,r.x),a(s.y,r.y),s.x+t[0],s.y+t[1],s.x+t[2],s.y+t[3]),r.x=s.x+t[0],r.y=s.y+t[1],s.x+=t[2],s.y+=t[3],0===n&&!0===u&&h.copy(s);break;case"q":m=o(f);for(let t,n=0,a=m.length;n<a;n+=4)t=e?[m[n],m[n+1],m[n+2],m[n+3]]:[v(m[n]),x(m[n+1]),v(m[n+2]),x(m[n+3])],i.quadraticCurveTo(s.x+t[0],s.y+t[1],s.x+t[2],s.y+t[3]),r.x=s.x+t[0],r.y=s.y+t[1],s.x+=t[2],s.y+=t[3],0===n&&!0===u&&h.copy(s);break;case"t":m=o(f);for(let t,n=0,o=m.length;n<o;n+=2){const o=a(s.x,r.x),l=a(s.y,r.y);t=e?[m[n],m[n+1]]:[v(m[n]),x(m[n+1])],i.quadraticCurveTo(o,l,s.x+t[0],s.y+t[1]),r.x=o,r.y=l,s.x=s.x+t[0],s.y=s.y+t[1],0===n&&!0===u&&h.copy(s)}break;case"a":m=o(f,[3,4],7);for(let t,a=0,o=m.length;a<o;a+=7){if(t=e?[m[a],m[a+1],m[a+2],m[a+3],m[a+4],m[a+5],m[a+6]]:[v(m[a]),x(m[a+1]),m[a+2],m[a+3],m[a+4],v(m[a+5]),x(m[a+6])],0==t[5]&&0==t[6])continue;const o=s.clone();s.x+=t[5],s.y+=t[6],r.x=s.x,r.y=s.y,n(i,t[0],t[1],t[2],t[3],t[4],o,s),0===a&&!0===u&&h.copy(s)}break;case"Z":case"z":i.currentPath.autoClose=!0,i.currentPath.curves.length>0&&(s.copy(h),i.currentPath.currentPoint.copy(s),l=!0)}u=!1}return i}(e,h));break;case"rect":i=r(e,i),z=function(t,e=!1){let i=c(t.getAttribute("x")||0),n=c(t.getAttribute("y")||0),s=c(t.getAttribute("rx")||t.getAttribute("ry")||0),r=c(t.getAttribute("ry")||t.getAttribute("rx")||0),a=c(t.getAttribute("width")),o=c(t.getAttribute("height"));e||(i=g(i),n=y(n),s=v(s),r=x(r),a=v(a),o=x(o));const h=.448084975506,l=new Wd;return l.moveTo(i+s,n),l.lineTo(i+a-s,n),(0!==s||0!==r)&&l.bezierCurveTo(i+a-s*h,n,i+a,n+r*h,i+a,n+r),l.lineTo(i+a,n+o-r),(0!==s||0!==r)&&l.bezierCurveTo(i+a,n+o-r*h,i+a-s*h,n+o,i+a-s,n+o),l.lineTo(i+s,n+o),(0!==s||0!==r)&&l.bezierCurveTo(i+s*h,n+o,i,n+o-r*h,i,n+o-r),l.lineTo(i,n+r),(0!==s||0!==r)&&l.bezierCurveTo(i,n+r*h,i+s*h,n,i+s,n),l}(e,h);break;case"polygon":i=r(e,i),z=function(t,e=!1){var i;const n=new Wd;let s=0;return null==(i=t.getAttribute("points"))||i.replace(/([+-]?\d*\.?\d+(?:e[+-]?\d+)?)(?:,|\s)([+-]?\d*\.?\d+(?:e[+-]?\d+)?)/g,(function(t,i,r){const a=e?c(i):g(c(i)),o=e?c(r):y(c(r));return 0===s?n.moveTo(a,o):n.lineTo(a,o),s++,t})),n.currentPath.autoClose=!0,n}(e,h);break;case"polyline":i=r(e,i),z=function(t,e=!1){var i;const n=new Wd;let s=0;return null==(i=t.getAttribute("points"))||i.replace(/([+-]?\d*\.?\d+(?:e[+-]?\d+)?)(?:,|\s)([+-]?\d*\.?\d+(?:e[+-]?\d+)?)/g,(function(t,i,r){const a=e?c(i):g(c(i)),o=e?c(r):y(c(r));return 0===s?n.moveTo(a,o):n.lineTo(a,o),s++,t})),n.currentPath.autoClose=!1,n}(e,h);break;case"circle":i=r(e,i),z=function(t,e=!1){let i=c(t.getAttribute("cx")||0),n=c(t.getAttribute("cy")||0),s=c(t.getAttribute("r")||0);e||(i=g(i),n=y(n),s=v(s));const r=new ed;r.absarc(i,n,s,0,2*Math.PI);const a=new Wd;return a.subPaths.push(r),a}(e,h);break;case"ellipse":i=r(e,i),z=function(t,e=!1){let i=c(t.getAttribute("cx")||0),n=c(t.getAttribute("cy")||0),s=c(t.getAttribute("rx")||0),r=c(t.getAttribute("ry")||0);e||(i=g(i),n=y(n),s=v(s),r=x(r));const a=new ed;a.absellipse(i,n,s,r,0,2*Math.PI);const o=new Wd;return o.subPaths.push(a),o}(e,h);break;case"line":i=r(e,i),z=function(t,e=!1){let i=c(t.getAttribute("x1")||0),n=c(t.getAttribute("y1")||0),s=c(t.getAttribute("x2")||0),r=c(t.getAttribute("y2")||0);e||(i=g(i),n=y(n),s=g(s),r=y(r));const a=new Wd;return a.moveTo(i,n),a.lineTo(s,r),a.currentPath.autoClose=!1,a}(e,h);break;case"defs":R=!0;break;case"use":const l=(e.getAttributeNS("http://www.w3.org/1999/xlink","href")||"").substring(1),d=O[l];d&&(i=r(e,i),void 0===(i=r(d,i)).assetType&&(i.assetType=b(e)),void 0===i.layerType&&(i.layerType=b(e,"layer")),t(d,i,W||s,h));break;case"text":i=r(e,i),z=function(t,e){parseFloat(t.getAttribute("x")||"0"),parseFloat(t.getAttribute("y")||"0");const i=t.textContent;if(!i||!e.fontSize)return;const n=Object.assign({},e);return n.fill=t.getAttribute("fill")||e.fill||"#000",n.fontSize=parseFloat(t.getAttribute("font-size")||e.fontSize||"72"),n.fontFamily=t.getAttribute("font-family")||e.fontFamily||"Arial",{type:"text",textContent:i,style:n,color:new _c,subPaths:[],userData:{}}}(e,i)}if(z){void 0!==i.fill&&"transparent"===i.fill||void 0!==i.fill&&"none"!==i.fill&&z.color.setStyle(i.fill,jd);const t=i.assetType||b(e),n=i.layerType||b(e,"layer");if(z.userData={pid:s,id:W||s,nodeName:e.nodeName,layerType:n,assetType:t,style:i},"text"===e.nodeName){s||ri.set(z,"userData.pid",w(e)),z.userData.textContent=e.textContent,z.transform=ri.cloneDeep(k),z.userData.id=ri.get(z,"userData.pid"),ri.set(z,"userData.pid",_(e,s));const t=S(e);t?ri.set(z,"userData.aid",t):ri.set(z,"userData.aid",ri.split(null==(l=z.userData)?void 0:l.id,"-").splice(2).join("-")),E.find((t=>t.userData.id===z.userData.aid))}else!function(t,e){function i(t){P.set(t.x,t.y,1).applyMatrix3(e),t.set(P.x,P.y)}function n(t){const i=t.xRadius,n=t.yRadius,s=Math.cos(t.aRotation),r=Math.sin(t.aRotation),a=new Vd(i*s,i*r,0),o=new Vd(-n*r,n*s,0),h=a.applyMatrix3(e),l=o.applyMatrix3(e),u=C.set(h.x,l.x,0,h.y,l.y,0,0,0,1),c=I.copy(u).invert(),p=D.copy(c).transpose().multiply(c).elements,f=function(t,e,i){let n,s,r,a,o;const h=t+i,l=t-i,u=Math.sqrt(l*l+4*e*e);return h>0?(n=.5*(h+u),o=1/n,s=t*o*i-e*o*e):h<0?s=.5*(h-u):(n=.5*u,s=-.5*u),r=l>0?l+u:l-u,Math.abs(r)>2*Math.abs(e)?(o=-2*e/r,a=1/Math.sqrt(1+o*o),r=o*a):0===Math.abs(e)?(r=1,a=0):(o=-.5*r/e,r=1/Math.sqrt(1+o*o),a=o*r),l>0&&(o=r,r=-a,a=o),{rt1:n,rt2:s,cs:r,sn:a}}(p[0],p[1],p[4]),m=Math.sqrt(f.rt1),g=Math.sqrt(f.rt2);if(t.xRadius=1/m,t.yRadius=1/g,t.aRotation=Math.atan2(f.sn,f.cs),!((t.aEndAngle-t.aStartAngle)%(2*Math.PI)<Number.EPSILON)){const i=I.set(m,0,0,0,g,0,0,0,1),n=D.set(f.cs,f.sn,0,-f.sn,f.cs,0,0,0,1),s=i.multiply(n).multiply(u),r=t=>{const{x:e,y:i}=new Vd(Math.cos(t),Math.sin(t),0).applyMatrix3(s);return Math.atan2(i,e)};t.aStartAngle=r(t.aStartAngle),t.aEndAngle=r(t.aEndAngle),d(e)&&(t.aClockwise=!t.aClockwise)}}function s(t){const i=f(e),n=m(e);t.xRadius*=i,t.yRadius*=n;const s=i>Number.EPSILON?Math.atan2(e.elements[1],e.elements[0]):Math.atan2(-e.elements[3],e.elements[4]);t.aRotation+=s,d(e)&&(t.aStartAngle*=-1,t.aEndAngle*=-1,t.aClockwise=!t.aClockwise)}const r=t.subPaths;for(let t=0,a=(null==r?void 0:r.length)||0;t<a;t++){const a=r[t].curves;for(let t=0;t<a.length;t++){const r=a[t];r.isLineCurve?(i(r.v1),i(r.v2)):r.isCubicBezierCurve?(i(r.v0),i(r.v1),i(r.v2),i(r.v3)):r.isQuadraticBezierCurve?(i(r.v0),i(r.v1),i(r.v2)):r.isEllipseCurve&&(B.set(r.aX,r.aY),i(B),r.aX=B.x,r.aY=B.y,p(e)?n(r):s(r))}}}(z,k);"text"!==e.nodeName?E.push(z):"text"===e.nodeName&&M.push(z)}const F=e.childNodes,U="symbol"===e.nodeName?s:W;for(let e=0,n=(null==F?void 0:F.length)||0;e<n;e++){const n=F[e];if(R){const t="function"==typeof n.getAttribute?n.getAttribute("id"):null;"symbol"===n.nodeName&&t&&(O[t]=n)}if(R&&"style"!==n.nodeName&&"defs"!==n.nodeName)continue;let s=t(n,i,U,h);s&&H.push(s)}return N&&(T.pop(),T.length>0?k.copy(T[T.length-1]):k.identity()),z||((null==H?void 0:H.length)?H:void 0)}(U.documentElement,{fillOpacity:1,strokeOpacity:1,strokeWidth:1,strokeLineJoin:"miter",strokeLineCap:"butt",strokeMiterLimit:4,fontSize:F});for(let t in N)N[t].len=ri.sumBy(R,(e=>e.symbolId===t?1:0));return R.forEach((t=>{var e;return t.len=null==(e=N[t.symbolId])?void 0:e.len})),{xml:U.documentElement,viewBox:z,paths:E,labels:M,idsTree:Y,assetTypes:G,symbolsMap:N,uses:R,units:j}}}const jd=$l,Yd=new Fi;new au,new class extends qu{constructor(t=1,e=0,i=0,n=0,s=0,r=1,a=0,o=0,h=0,l=0,u=1,c=0,d=0,p=0,f=0,m=1){super(t,e,i,n,s,r,a,o,h,l,u,c,d,p,f,m)}setByMatrix3(t){const e=this.elements,i=t.elements;return e[0]=i[0],e[4]=i[3],e[8]=0,e[12]=i[6],e[1]=i[1],e[5]=i[4],e[9]=0,e[13]=i[7],e[2]=0,e[6]=0,e[10]=1,e[14]=0,e[3]=0,e[7]=0,e[11]=0,e[15]=1,this}getMatrix3Array(t=[]){const e=this.elements;return t[0]=e[0],t[1]=e[1],t[2]=0,t[3]=e[4],t[4]=e[5],t[5]=0,t[6]=e[12],t[7]=e[13],t[8]=1,t}};const Gd=new We,$d=new ru;new Vd,new Vd,new Vd,new Vd;class Xd extends ls{constructor(t={}){super(t),d(this,"type","Group2"),d(this,"isGroup",!0),d(this,"versions",[]),d(this,"params"),d(this,"alignCenter",!1),d(this,"dynamically",!1),d(this,"usedCache",!1),d(this,"wireframe",!1),d(this,"showPoints",!1),this.params=t,void 0!==t.usedCache&&(this.usedCache=t.usedCache),void 0!==t.wireframe&&(this.wireframe=t.wireframe),void 0!==t.showPoints&&(this.showPoints=t.showPoints),void 0!==t.alignCenter&&(this.alignCenter=t.alignCenter),void 0!==t.dynamically&&(this.dynamically=t.dynamically)}destroy(){super.destroy(),this.boundingBox.makeEmpty()}clone(t=!0,e=!1){return new(0,this.constructor)(this.params).copy(this,t,e)}copy(t,e=!0,i=!1){return super.copy(t,e,i),this.params=t.params,this.alignCenter=t.alignCenter,this.dynamically=t.dynamically,this.usedCache=t.usedCache,this.wireframe=t.wireframe,this.showPoints=t.showPoints,this}composeWireframeGeometryPath(t){return this.traverse((e=>{e.isShape&&e.geometry&&e.geometry.path&&t.addPath(e.geometry.path)})),t}raycast(t,e=[]){var i;if(!this.boundingBox||this.boundingBox.isEmpty())return e;if(!this.boundingBoxWorld.containsPoint(t.worldCoords))return e;let n=[];for(let e=0,s=null==(i=this.children)?void 0:i.length;e<s;e++)this.children[e].raycast(t,n);return n.length&&e.push(this),e}}let Zd=new WeakMap,Jd=-1;function Qd(t){var e,i;const n=[];return"string"==typeof t.fill?n.push(t.fill):(null==(e=t.fill)?void 0:e.isColor)?n.push(t.fill.getHexString()):t.fill instanceof CanvasGradient||t.fill instanceof CanvasPattern?Zd.has(t.fill)||Zd.set(t.fill,"gradientPattern_"+ ++Jd):n.push(""),"string"==typeof t.stroke?n.push(t.stroke):(null==(i=t.stroke)?void 0:i.isColor)?n.push(t.stroke.getHexString()):t.stroke instanceof CanvasGradient||t.stroke instanceof CanvasPattern?Zd.has(t.stroke)||Zd.set(t.stroke,"gradientPattern_"+ ++Jd):n.push(""),n.push(void 0!==t.lineWidth?t.lineWidth.toString():""),n.push(void 0!==t.lineDash?t.lineDash.toString():""),n.push(void 0!==t.lineDashOffset?t.lineDashOffset.toString():""),n.push(void 0!==t.lineCap?t.lineCap.toString():""),n.push(void 0!==t.fillOpacity?t.fillOpacity.toString():""),n.push(void 0!==t.strokeOpacity?t.strokeOpacity.toString():""),n.push(void 0!==t.opacity?t.opacity.toString():""),t.isText&&(n.push(void 0!==t.text?t.text:""),n.push(void 0!==t.fontSize?t.fontSize.toString():"")),n.join("_")}class Kd{constructor(t){d(this,"fill"),d(this,"stroke"),d(this,"lineWidth"),d(this,"lineDash"),d(this,"lineDashOffset"),d(this,"lineCap"),d(this,"lineJoin"),d(this,"fillOpacity"),d(this,"strokeOpacity"),d(this,"opacity"),d(this,"featureKey"),d(this,"map"),this.fill=null==t?void 0:t.fill,this.stroke=null==t?void 0:t.stroke,this.lineWidth=null==t?void 0:t.lineWidth,this.lineDash=null==t?void 0:t.lineDash,this.lineDashOffset=null==t?void 0:t.lineDashOffset,this.lineCap=(null==t?void 0:t.lineCap)||"round",this.lineJoin=(null==t?void 0:t.lineJoin)||"miter",void 0!==(null==t?void 0:t.fillOpacity)?this.fillOpacity=null==t?void 0:t.fillOpacity:this.fillOpacity=1,this.featureKey=Qd(this)}}class tp extends zh{constructor(t){super(t),this._init(t)}buildPath(t,e,i){const n=this.percent;if(0===n)return;let{x1:s,y1:r,x2:a,y2:o}=e||this;s&&r&&a&&o&&(t.moveTo(s,r),n&&n<1&&(a=s*(1-n)+a*n,o=r*(1-n)+o*n),t.lineTo(a,o))}}class ep extends ls{constructor(t=new tp,e=new Kd,i){super(i),d(this,"name","Shape"),d(this,"isShape",!0),d(this,"geo"),d(this,"mtl"),d(this,"boundingBox",new ai),this.geo=t,this.mtl=e,(null==i?void 0:i.name)&&(this.name=i.name)}destroy(){super.destroy()}computeBoundingBox(){this.boundingBox.makeEmpty(),this.geo.computeBoundingBox(this.boundingBox);for(let t=0,e=this.children.length;t<e;t++)this.boundingBox.union(this.children[t].computeBoundingBox());return this.boundingBox}buildPath(t,e,i){this.geo.buildPath(t)}raycast(t,e=[]){var i,n;if(super.raycast(t,e),!this.boundingBox||this.boundingBox.isEmpty())return e;if(this.boundingBoxWorld.isEmpty()&&this.updateBoundingBox(),t.intersectType)sp.copy(t.worldBox),(sp.containsBox(this.boundingBoxWorld)||(null==(n=this.geo)?void 0:n.isBoxIntersectsPath(sp.applyMatrix3(np.copy(this.matrixWorld).invert()))))&&e.push(this);else{if(!this.boundingBoxWorld.containsPoint(t.worldCoords))return e;ip.copy(t.worldCoords).applyMatrix3(np.copy(this.matrixWorld).invert()),this.composeNode?this.traverseSome((t=>t.geo.isPointInPath(ip)))&&e.push(this):(null==(i=this.geo)?void 0:i.isPointInPath(ip))&&e.push(this)}return e}clone(t=!0,e=!1){return new(0,this.constructor)(this.geo,this.mtl).copy(this,t,e)}copy(t,e=!0,i=!1){return super.copy(t,e,i),this.params=ri.merge(this.params,t),this.renderOrder=t.renderOrder,i?(this.geo=ri.cloneDeep(t.geo),this.mtl=ri.cloneDeep(t.mtl)):(this.geo=t.geo,this.mtl=t.mtl),this}}const ip=new We,np=new Fi,sp=new ai;class rp extends Kd{constructor(t){super(t),d(this,"text"),d(this,"isText",!0),d(this,"fontFamily","Arial"),d(this,"fontSize",12),d(this,"fontStyle",lp),d(this,"fontWeight",lp),d(this,"fontVariant",lp),d(this,"textDecoration",""),d(this,"textAlign",ap),d(this,"verticalAlign",op),d(this,"textBaseline",hp),d(this,"lineHeight",1),d(this,"letterSpacing",0),d(this,"wrap",up),d(this,"ellipsis",!1),this.text=null==t?void 0:t.text,this.fill=(null==t?void 0:t.fill)||Le.black,this.fontFamily=(null==t?void 0:t.fontFamily)||"Arial",this.fontSize=(null==t?void 0:t.fontSize)||12,this.fontStyle=(null==t?void 0:t.fontStyle)||lp,this.fontWeight=(null==t?void 0:t.fontWeight)||lp,this.textAlign=(null==t?void 0:t.textAlign)||ap,this.textBaseline=(null==t?void 0:t.textBaseline)||hp,this.featureKey=Qd(this)}}const ap="center",op="top",hp="middle",lp="normal",up="word";class cp{static hasCache(t){return void 0!==dp[t]}static setCache(t,e){dp[t]=e}static getCache(t){return dp[t]}static getCachedFeatureKeys(){return Object.keys(dp)}static getMtl(t,e){let i=Qd(t);return e&&(i=`${e}_${i}`),this.hasCache(i)||(t.text?this.setCache(i,new rp(t)):this.setCache(i,new Kd(t))),this.getCache(i)}}const dp={};class pp extends zh{constructor(t){super(t),this._init(t)}buildPath(t,e,i){if(0===this.percent)return;let{points:n}=e||this;if(n&&n.length&&!(n.length<2)){for(let e=0,i=n.length;e<i;e+=2)e?t.lineTo(n[e],n[e+1]):t.moveTo(n[e],n[e+1]);t.closePath()}}}class fp extends ep{constructor(t={}){void 0===t.fontSize&&(t.fontSize=12),void 0===t.renderOrder&&(t.renderOrder=1),super(new pp(t),new rp(t)),d(this,"name","Text"),d(this,"isText",!0),d(this,"size",new We),t.wireframe&&(this.wireframe=!0)}computeBoundingBox(){var t;if(!(null==(t=this.mtl)?void 0:t.text))return this.boundingBox;this.updateMatrixWorld(!0),Tn.measureText2(this.mtl.text||"",this.mtl.fontSize,this.size);const e=[];return e.push(-this.size.x/2,-this.size.y/2),e.push(e[0],e[1]+this.size.y),e.push(e[2]+this.size.x,e[3]),e.push(e[3],e[1]),this.geo.setPoints(e),super.computeBoundingBox(),this.boundingBox}buildPath(t,e,i){this.wireframe&&this.geo.buildPath(t)}}class mp extends zh{constructor(t){super(t),this._init(t)}buildPath(t,e,i){let n,s,r,a,o,{x:h=0,y:l=0,w:u=0,h:c=0,r:d=0}=e||this;u<0&&(h+=u,u=-u),c<0&&(l+=c,c=-c),"number"==typeof d?n=s=r=a=d:d instanceof Array?1===d.length?n=s=r=a=d[0]:2===d.length?(n=r=d[0],s=a=d[1]):3===d.length?(n=d[0],s=a=d[1],r=d[2]):(n=d[0],s=d[1],r=d[2],a=d[3]):n=s=r=a=0,n+s>u&&(o=n+s,n*=u/o,s*=u/o),r+a>u&&(o=r+a,r*=u/o,a*=u/o),s+r>c&&(o=s+r,s*=c/o,r*=c/o),n+a>c&&(o=n+a,n*=c/o,a*=c/o),t.moveTo(h+n,l),t.lineTo(h+u-s,l),0!==s&&t.arc(h+u-s,l+s,s,-Math.PI/2,0),t.lineTo(h+u,l+c-r),0!==r&&t.arc(h+u-r,l+c-r,r,0,Math.PI/2),t.lineTo(h+a,l+c),0!==a&&t.arc(h+a,l+c-a,a,Math.PI/2,Math.PI),t.lineTo(h,l+n),0!==n&&t.arc(h+n,l+n,n,Math.PI,1.5*Math.PI)}}class gp extends ep{constructor(t,e=new Kd,i){super(new mp({x:0,y:0,width:1,height:1}),e,i),d(this,"name","SkinnedShape"),this.boundingBox.copy(t),this.geo.lineWidth=e.lineWidth,this.geo.thinLine=!0,yp.copy(this.boundingBox),vp.copy(yp.min),yp.getSize(xp),this.geo.x=vp.x,this.geo.y=vp.y,this.geo.w=xp.x,this.geo.h=xp.y}computeBoundingBox(){return this.boundingBox}clone(t=!0,e=!1){return new(0,this.constructor)(this.boundingBox,this.mtl,this.config).copy(this,t,e)}copy(t,e=!0,i=!1){return super.copy(t,e,i),this.boundingBox.copy(t.boundingBox),yp.copy(this.boundingBox),vp.copy(yp.min),yp.getSize(xp),this.geo.x=vp.x,this.geo.y=vp.y,this.geo.w=xp.x,this.geo.h=xp.y,this}}const yp=new ai,vp=new We,xp=new We;class bp extends Wi{constructor(t={}){super(),d(this,"type","Object2"),d(this,"position",new We),d(this,"rotation",new We),d(this,"scaled",new We(1,1)),d(this,"flipY",!1),d(this,"matrix",new Fi),d(this,"matrixAutoUpdate",!1),void 0!==t.flipY&&(this.flipY=t.flipY),this.flipY&&this.setScale(1,-1)}setPosition(t){return this.position.set(t.x,t.y),this}setRotation(t){return this.rotation.set(t,t),this}setScale(t,e){return this.scaled.set(t,e),this}translate(t,e){return this.position.x+=t,this.position.y+=e,this}rotate(t){return this.rotation.x+=t,this}scale(t,e){return e?(this.scaled.x*=t,this.scaled.y*=e):this.scaled.multiplyScalar(t),this}applyMatrix3(t){this.matrixAutoUpdate&&this.updateMatrix(),this.matrix.premultiply(t),this.matrix.decompose(this.position,this.rotation,this.scaled)}updateMatrix(){this.matrix.compose(this.position,this.rotation,this.scaled)}copy(t){return this.position.copy(t.position),this.rotation.copy(t.rotation),this.scaled.copy(t.scaled),this.flipY=t.flipY,this.matrix.copy(t.matrix),this.matrixAutoUpdate=t.matrixAutoUpdate,this}}class wp extends bp{constructor(t={}){void 0===t.flipY&&(t.flipY=!0),super(t),d(this,"isTexture",!0),d(this,"type","Texture"),d(this,"params"),d(this,"uuid",hs()),d(this,"image"),d(this,"userData",{}),this.params=t}destroy(){}dispose(){}clone(){return new this.constructor(this.params).copy(this)}copy(t){return super.copy(t),this.uuid=hs(),this.image=t.image,this.userData=ri.cloneDeep(t.userData),this}}class _p{constructor(t,e){d(this,"bindingStates"),this.ctx=t,this.bindingStates=e}destroy(){}setCtx(t){return this.ctx=t,this}render(t){var e,i,n;if(this.ctx&&(Sp=this.ctx,Sp.save(),t.isText?this.renderText(Sp,t):t.isShape&&(Sp.beginPath(),this.setCtxTransform(Sp,t),this.bindingStyle(Sp,t),this.renderShape(Sp,t),this.renderLineDash(Sp,t)),t.isShape&&(null==(i=null==(e=t.mtl)?void 0:e.map)?void 0:i.image)&&this.renderShapeTexture(Sp,t),Sp.restore(),t.composeNode&&(null==(n=t.children)?void 0:n.length)))for(let e,i=0,n=t.children.length;i<n;i++)e=t.children[i],e.isShape&&this.render(e)}renderFill(t){var e;t.mtl.fill&&(null==(e=this.ctx)||e.fill())}renderStroke(t){var e;t.mtl.stroke&&(null==(e=this.ctx)||e.stroke())}renderText(t,e){if(!t)return;const{text:i,fill:n,stroke:s,fontSize:r,fontFamily:a,fontWeight:o,textAlign:h,textBaseline:l}=e.mtl;if(!i)return;e.modelViewMatrix.decompose(Mp,Ap,Tp);const u=(r||12)*Tp.x;t.font=`${o} ${u}px ${a}`,t.fillStyle=n||Le.black,h&&(t.textAlign=h),l&&(t.textBaseline=l);let c=Mp.y;if("middle"===l){const e=t.measureText(i);c+=(e.actualBoundingBoxAscent-e.actualBoundingBoxDescent)/2}t.fillText(i,Mp.x,c)}renderWireFrame(t){this.ctx&&(Dp.copy(t.boundingBox).applyMatrix3(t.modelViewMatrix).getSize(Bp),Lp.copy(Dp.min),this.ctx.save(),this.ctx.beginPath(),this.ctx.lineWidth=1,this.ctx.strokeStyle=Le.red,this.ctx.setLineDash([5,10]),this.ctx.strokeRect(Lp.x,Lp.y,Bp.x,Bp.y),this.ctx.stroke(),this.ctx.restore())}renderMerged(t){this.ctx&&(Sp=this.ctx,Sp.save(),t.isShape&&(Sp.beginPath(),this.setCtxTransform(Sp,t),this.bindingStyle(Sp,t),this.renderShape(Sp,t)),Sp.restore())}setCtxTransform(t,e){const i=Ep.equals(e.modelViewMatrix);Ep.copy(e.modelViewMatrix),i||Ep.getComponents(Cp),t.transform(...Cp)}bindingStyle(t,e){if(e.mtl.fill){let i;i=e.mtl.fill.isColor?e.mtl.fill.getHexString():e.mtl.fill,void 0!==e.mtl.fillOpacity&&(t.globalAlpha=e.mtl.fillOpacity),i&&(t.fillStyle=i)}if(e.mtl.stroke){if(e.geo.thinLine){const e=Math.sqrt(Cp[0]*Cp[0]+Cp[1]*Cp[1]);t.lineWidth=Math.abs(1/e)}else e.geo.lineWidth?t.lineWidth=e.geo.lineWidth:t.lineWidth=1;let i;e.mtl.lineCap&&(t.lineCap=e.mtl.lineCap),e.mtl.lineJoin&&(t.lineJoin=e.mtl.lineJoin),void 0!==e.mtl.strokeOpacity&&(t.globalAlpha=e.mtl.strokeOpacity),i=e.mtl.stroke.isColor?e.mtl.stroke.getHexString():e.mtl.stroke,i&&(t.strokeStyle=i)}}renderShape(t,e){e.buildPath(t),e.geo.closed&&t.closePath(),this.renderFill(e),this.renderStroke(e)}renderLineDash(t,e){if(e.mtl.stroke&&e.mtl.lineDash&&void 0!==e.mtl.lineDashOffset){if(t.beginPath(),e.buildPath(t),e.geo.thinLine){const e=Math.sqrt(Cp[0]*Cp[0]+Cp[1]*Cp[1]);t.lineWidth=Math.abs(1/e)}else e.geo.lineWidth?t.lineWidth=e.geo.lineWidth:t.lineWidth=1;t.strokeStyle=Le.white,t.setLineDash(e.mtl.lineDash),t.lineDashOffset=e.mtl.lineDashOffset,t.globalAlpha=1,t.stroke()}}renderShapeTexture(t,e){var i,n,s,r,a,o,h,l;(null==(n=null==(i=null==e?void 0:e.mtl)?void 0:i.map)?void 0:n.image)&&(!(null==(a=null==(r=null==(s=null==e?void 0:e.mtl)?void 0:s.map)?void 0:r.image)?void 0:a.width)||null==(l=null==(h=null==(o=null==e?void 0:e.mtl)?void 0:o.map)?void 0:h.image)||l.height,e.mtl.map.matrix.getComponents(Ip),t.transform(...Ip),t.drawImage(e.mtl.map.image,0,0))}}let Sp;const Ep=new Fi,Mp=new We,Ap=new We,Tp=new We,Cp=[1,0,0,1,0,0],Ip=[1,0,0,1,0,0],Dp=new ai,Lp=new We,Bp=new We,Pp=class t{constructor(){d(this,"cache",new Map),d(this,"maxSize",2048),d(this,"renderer",new _p),d(this,"_scaled",new We(1,1))}dispose(){this.clear()}static getInstance(){return kp||(kp=new t),kp}static set(t,e){this.getInstance().set(t,e)}static clear(){this.getInstance().clear()}scale(t=1,e=1){return t||e?(this._scaled.set(t,e),this):this}has(t){return this.cache.has(t)}set(t,e){if(!t||!e)throw new Error("error input");this.cache.set(t,e)}get(t){if(!t)throw new Error("error input");return this.cache.get(t)}clear(){Object.values(this.cache).forEach((t=>t.destroy())),this._scaled.identity(),this.cache=new Map,function(){var t;const e=Zp();if(null==(t=null==e?void 0:e.children)?void 0:t.length)for(let t=e.children.length-1;t>=0;t--)e.removeChild(e.children[t])}()}calculateMipLevel(t){return t>=1?0:t>=.5?1:t>=.25?2:3}setByShape(t,e,i,n){const s=this.getTextureByShape(e,i,n);return e.userData.textureKey=s.userData.textureKey=t,this.renderShapeTexture(e,s),this.set(t,s),s}getTextureByShape(t,e,i,n){const s=new wp;if(t.boundingBox.isEmpty())throw new Error("get boundingBox error");Rp.identity(),zp.identity(),e&&!(null==e?void 0:e.isEmpty())?jp.copy(e):jp.copy(t.boundingBox),jp.getSize(Rp),jp.getCenter(zp),i&&!i.isEmpty()?i.getSize(Hp):Hp.copy(Rp),(Hp.x<Op.x||Hp.y<Op.y)&&Hp.normalize().multiplyScalar(200),Hp.x<1&&(Hp.x=1),Hp.y<1&&(Hp.y=1),Fp.set(Ae.config.width,Ae.config.height);const r=Hp.length()/Fp.length();r>1&&Hp.multiplyScalar(1/r);const a=Hp.length()/Rp.length();return Yp.copy(Rp).multiplyScalar(-.5).add(zp).multiplyScalar(a).negate(),Gp.identity(),$p.set(a,a),Up.compose(Yp,Gp,$p),Wp.copy(Rp).multiplyScalar(-.5).add(zp),s.position.copy(Wp),s.rotation.copy(Gp),s.scaled.multiplyScalar(1/$p.x,1/$p.y),s.updateMatrix(),s}renderShapeTexture(t,e,i){var n;const s=Tn.create(Hp.x,Hp.y),r=Tn.getContext2D(s,{alpha:!0});r.clearRect(0,0,s.width,s.height),r.beginPath(),r.strokeStyle=Le.darkRed,r.lineWidth=1,r.strokeRect(0,0,s.width,s.height),r.closePath(),this._transform(r,t),this._bindStyle(r,t),t.buildPath(r),this._fill(r,t),this._stroke(r,t),null==(n=t.children)||n.forEach((t=>{t.isShape&&(this._bindStyle(r,t),t.buildPath(r),this._fill(r,t),this._stroke(r,t),t.isText&&this._renderText(r,t))})),e.image=s}_transform(t,e){Up.getComponents(Xp),t.transform(...Xp)}_bindStyle(t,e){var i,n,s;t.beginPath();const{fill:r,stroke:a}=(null==(i=e.userData)?void 0:i.style)||{};if(r&&(t.fillStyle=r),a){let i=e.mtl.lineWidth;i||(i=1/Math.min(Math.abs(this._scaled.x),Math.abs(this._scaled.y))),t.lineWidth=i,t.strokeStyle=(null==(s=null==(n=e.userData)?void 0:n.style)?void 0:s.stroke)||Le.black}}_fill(t,e){var i,n;(null==(n=null==(i=e.userData)?void 0:i.style)?void 0:n.fill)&&t.fill()}_stroke(t,e){var i,n;(null==(n=null==(i=e.userData)?void 0:i.style)?void 0:n.stroke)&&t.stroke()}_renderText(t,e){const{text:i,fill:n,stroke:s,fontSize:r,fontFamily:a,fontWeight:o,textAlign:h,textBaseline:l}=e.mtl;if(!i)return;Vp.set,qp.copy(e.matrix).decompose(Yp,Gp,$p);const u=(r||12)*$p.x;t.font=`${o} ${u}px ${a}`,h&&(t.textAlign=h),l&&(t.textBaseline=l);let c=Yp.y;s?(t.strokeStyle=s,t.lineWidth=1*Math.abs(1/Xp[0]),t.strokeText(i,Yp.x,c)):(t.fillStyle=n||Le.black,t.fillText(i,Yp.x,c))}};d(Pp,"DEBUG_DisplayCachedTexture",ri.throttle(((t=80,e=.8)=>{const i=kp;if(!i)return;let n=Zp();if(n||(n=function(t=80,e=.8){const i=document.createElement("div");return i.setAttribute("id","DEBUG_Displaycached"),i.style.position="absolute",i.style.width=t+"px",i.style.height="92vh",i.style.background=`rgba(255, 255, 255, ${e})`,i.style.left="20px",i.style.top="20px",i.style.overflow="auto",i.style.padding="6px",i.style.opacity=e.toString(),i.addEventListener("mouseenter",(function(){i.style.opacity="1"})),i.addEventListener("mouseleave",(function(){i.style.opacity=e.toString()})),document.body.appendChild(i),i}(t,e)),!n)throw new Error("dom not found");!function(t,e){e.forEach(((e,i)=>{e&&e.image&&function(t,e,i){let n;for(let i=0,s=t.childNodes.length;i<s;i++)if(t.childNodes[i].getAttribute("id")===e){n=t.childNodes[i];break}n?function(t,e){if(!e.image)return;const i=t.querySelector("canvas");if(!i)return;const n=i.getContext("2d",{alpha:!0});if(!n)throw new Error("getContext error");n.clearRect(0,0,i.width,i.height),n.save(),n.scale(window.devicePixelRatio,window.devicePixelRatio),n.drawImage(e.image,0,0),n.restore()}(n,i):function(t,e,i){if(!i.image)return;!i.image.width||i.image.height;const n=Ae.document.createElement("div");n.setAttribute("id",e),n.style.display="flex",n.style.flexDirection="column";const s=Tn.createCanvas({containerId:t.id,width:i.image.width,height:i.image.height,dpr:window.devicePixelRatio});s.style.border=`${Le.yellow} 1px solid`,s.style.maxWidth=parseInt(t.style.width)-2+"px",s.style.maxHeight=parseInt(s.style.maxWidth)/(i.image.width/i.image.height)+"px";const r=s.getContext("2d",{alpha:!0});if(!r)throw new Error("getContext error");r.save(),r.scale(window.devicePixelRatio,window.devicePixelRatio),r.drawImage(i.image,0,0),r.restore(),n.appendChild(s);const a=Ae.document.createElement("p");a.innerHTML=i.image.width+" * "+i.image.height,a.innerHTML+="<br/>"+e,a.style.margin="0",a.style.padding="0",a.style.lineHeight="1.2",a.style.fontSize="10px",a.style.padding="3px 0 6px 0",a.style.color=Le.black,n.appendChild(a),t.appendChild(n),n.addEventListener("click",(function(){const t=s.toDataURL("image/png",.6),e=document.createElement("a"),i=new MouseEvent("click");e.download=`thumb.${Date.now()}.png`,e.href=t,e.dispatchEvent(i)}))}(t,e,i)}(t,i,e)}))}(n,i.cache)}),5e3));let kp,Np=Pp;const Op=new We(50,50),Rp=new We,zp=new We,Hp=new We,Wp=new We,Fp=new We,Up=new Fi,Vp=new Fi,qp=new Fi,jp=new ai,Yp=new We,Gp=new We,$p=new We,Xp=[1,0,0,1,0,0];function Zp(){var t;return"undefined"==typeof window?null:null==(t=null==window?void 0:window.document)?void 0:t.getElementById("DEBUG_Displaycached")}const Jp=class t{static getObject2BySvg(t,e){const i=(new qd).parse(t,this.use3DShape),n=this.getShapesByParsed(i,e);if(1==(null==n?void 0:n.length))return n[0];const s=new Xd;return s.adds(n),s}static getShapesBySvg(t,e){const i=(new qd).parse(t,this.use3DShape);return this.getShapesByParsed(i,e)}static getShapesByParsed(t,e){this.use3DShape=!!(null==e?void 0:e.use3DShape);const i=[],n=this.getPolygons2ByPaths(null==t?void 0:t.paths,e);(null==n?void 0:n.length)&&i.push(...n);const s=this.getLabels(null==t?void 0:t.labels,e);return(null==s?void 0:s.length)&&i.push(...s),i}static getPolygons2ByPaths(t,e){if(!t||!t.length)return;const i=[];for(let n=0,s=t.length;n<s;n++){const s=this.getPolygonsByPath(t[n],e);(null==s?void 0:s.length)&&i.push(...s)}return i}static getPolygonsByPath(t,e){var i,n;if(!t)return;const s=[],{userData:r}=t;let{fill:a,stroke:o,strokeWidth:h,thinLine:l,fillOpacity:u,strokeOpacity:c,opacity:d}=(null==r?void 0:r.style)||{};(null==e?void 0:e.fill)&&(a=e.fill),(null==e?void 0:e.stroke)&&(o=e.stroke),(null==e?void 0:e.lineWidth)&&(h=e.lineWidth),(null==e?void 0:e.thinLine)&&(l=!!e.thinLine),(null==e?void 0:e.fillOpacity)&&(u=e.fillOpacity),(null==e?void 0:e.strokeOpacity)&&(c=e.strokeOpacity),(null==e?void 0:e.opacity)&&(d=e.opacity),"none"!==a&&"transparent"!==a||(a=void 0,ri.unset(r,"style.fill")),"none"!==o&&"transparent"!==o||(o=void 0),o&&!h&&(h=1);const p=cp.getMtl({fill:a,stroke:o,lineWidth:h,fillOpacity:u,strokeOpacity:c,opacity:d}),f=[];if(this.use3DShape){const n=qd.createShapes(t),s=(null==(i=t.currentPath)?void 0:i.autoClose)||!1;for(let t,i=0,r=(null==n?void 0:n.length)||0;i<r;i++){t=n[i];const r=rf(t,{flipY:null==e?void 0:e.flipY,strokeWidth:h,thinLine:l,closed:s});r&&f.push(r)}}else{const i=new Wh({cmds:t.getCmds(),flipY:null==e?void 0:e.flipY,lineWidth:h,thinLine:l});f.push(i)}if(null==f?void 0:f.length){const t=jh.mergeGeoShapes(f),i=new ep(t,p);i.userData=ri.cloneDeep(r),(null==(n=i.userData)?void 0:n.id)&&(i.name=i.userData.id),void 0!==(null==e?void 0:e.selectable)?i.selectable=e.selectable:i.userData.assetType&&(i.selectable=!0),s.push(i)}return s.length?s:void 0}static getInstanceBySymbol(e,i){var n,s,r,a,o,h,l,c;if(!e||!(null==(n=e.paths)?void 0:n.length))return;const d=[],p=ri.cloneDeep(i.userData),f=[];for(let t,i=0,n=(null==(s=null==e?void 0:e.paths)?void 0:s.length)||0;i<n;i++)t=e.paths[i].clone(),t.userData=p,f.push(t);const m=this.getLabels(null==e?void 0:e.labels);if(!e.symbolId)return;const g=new ai;f.forEach((t=>g.union(t.computeBoundingBox()))),null==m||m.forEach((t=>g.union(sf.copy(t.computeBoundingBox()).applyMatrix3(t.matrix)))),Kp.copy(i.transform).decompose(tf,ef,nf);const y=new Kd(u({},null==(r=i.userData)?void 0:r.style)),v=new gp(g,y,{flipY:!0});if(v.userData=p,d.push(v),v.applyMatrix3(Kp.flipSvgY()),v.computeBoundingBox(),v.updateMatrix(),v.updateMatrixWorld(!0),!Np.getInstance().has(e.symbolId)){const i=new ep;ri.set(i,"userData.id",e.symbolId),ri.set(i,"userData.style",ri.merge({},e.style,p.style));for(let n,s=0,r=(null==(a=null==e?void 0:e.paths)?void 0:a.length)||0;s<r;s++){n=e.paths[s];const r=ri.merge({},null==(o=n.userData)?void 0:o.style,p.style,{flipY:!1});r.stroke&&!r.lineWidth&&(r.lineWidth=null==(l=null==(h=n.userData)?void 0:h.style)?void 0:l.strokeWidth),r.stroke&&!r.lineWidth&&(r.lineWidth=(null==(c=p.style)?void 0:c.strokeWidth)||1);const a=t.getPolygonsByPath(n,r);(null==a?void 0:a.length)&&i.adds(a)}(null==m?void 0:m.length)&&i.adds(m),i.computeBoundingBox(),i.updateMatrix(),i.updateMatrixWorld(!0),i.updateBoundingBox(),Np.getInstance().scale(nf.x,nf.y).setByShape(e.symbolId,i,g)}let x=Np.getInstance().get(e.symbolId);return x?(x=x.clone(),x.scaled.multiplyScalar(1,-1),x.updateMatrix(),v.mtl.map=x,d):void 0}static getLabels(t,e){if(!(null==t?void 0:t.length))return;const i=[];for(let n=0,s=(null==t?void 0:t.length)||0;n<s;n++){const s=this.getLabel(t[n],e);(null==s?void 0:s.length)&&i.push(...s)}return i}static getLabel(t,e){var i,n,s,r;if(!t||!t.textContent)return;const a=[];let{fill:o,stroke:h}=(null==(i=t.userData)?void 0:i.style)||{};o&&"none"!==o&&"transparent"!==o||h||(o=Le.lightBlack);const l=new fp({text:t.textContent,fontSize:t.userData.style.fontSize,fill:o,stroke:h,flipY:null==e?void 0:e.flipY,wireframe:null==e?void 0:e.wireframe});t.userData&&(l.userData=ri.cloneDeep(t.userData)),(null==(n=l.userData)?void 0:n.id)&&(l.name=l.userData.id),void 0===(null==(r=null==(s=l.userData)?void 0:s.style)?void 0:r.fill)&&ri.set(l.userData,"style.fill",o),l.renderOrder=1,a.push(l),t.transform&&(Kp.setFromMatrix(t.transform),(null==e?void 0:e.flipY)&&Kp.scale(1,-1),l.applyMatrix3(Kp));const{id:u,pid:c,aid:d,assetType:p,layerType:f}=t.userData;return a}};d(Jp,"use3DShape",!1);let Qp=Jp;const Kp=new Fi,tf=new We,ef=new We,nf=new We,sf=new ai;function rf(t,e){var i,n;const{closed:s,flipY:r,strokeWidth:a,thinLine:o}=e||{};null==(i=null==t?void 0:t.curves)||i.length;const h=af(t.curves),l=[];for(let e=0,i=null==(n=null==t?void 0:t.holes)?void 0:n.length;e<i;e++){const i=af(t.holes[e].curves);l.push(...i)}return h.push(...l),new Wh({cmds:h,closed:s,flipY:r,lineWidth:a,thinLine:o})}function af(t){const e=[];for(let i,n=0,s=t.length;n<s;n++){const s=t[n],r=s.getPoint(0),a=!n;switch(s.type){case"LineCurve":a&&e.push([1,...s.v1.toArray()]),e.push([2,...s.v2.toArray()]);break;case"QuadraticBezierCurve":{a&&e.push([1,r.x,r.y]);const t=[];t.push(4),t.push(...s.v1.toArray()),t.push(...s.v2.toArray()),e.push(t);break}case"CubicBezierCurve":{a&&e.push([1,r.x,r.y]);const t=[];t.push(3),t.push(...s.v0.toArray()),t.push(...s.v1.toArray()),t.push(...s.v2.toArray()),t.push(...s.v3.toArray()),e.push(t);break}case"EllipseCurve":{a&&e.push([1,r.x,r.y]);const t=[];t.push(un),t.push(s.aX),t.push(s.aY),t.push(s.xRadius),t.push(s.yRadius),t.push(s.aRotation),t.push(s.aStartAngle),t.push(s.aEndAngle),t.push(s.aClockwise?1:0),e.push(t);break}}i=s}return e}const of=Ae.window||window,hf=of.requestAnimationFrame||of.webkitRequestAnimationFrame||of.mozRequestAnimationFrame||of.oRequestAnimationFrame||of.msRequestAnimationFrame||function(t){of.setTimeout(t,1e3/60)},lf=of.cancelAnimationFrame||of.webkitCancelAnimationFrame||of.mozCancelAnimationFrame||of.oCancelAnimationFrame||of.msCancelAnimationFrame||clearTimeout;class uf{constructor(t,e,i=16.7,n){var s;if(d(this,"duration",16.7),d(this,"onComplete"),d(this,"generator"),d(this,"t",null),d(this,"stopped",!1),i&&(this.duration=i),this.onComplete=n,!e||"function"!=typeof e)throw new Error("[task] callback method is null!");let r="number"==typeof t&&t||Array.isArray(t)&&t.length;if(!r)throw new Error("[task] task list is empty ...");if(1===r)return e(0),void(null==(s=this.onComplete)||s.call(this));this.generator=this.queue(r,e),this.t=null,this.stopped=!1,this.next()}next(){var t;if(!this.generator||this.stopped)return;const{generator:e}=this,i=performance.now();let n=null;do{if(!e)break;if(n=e.next(),n.done){null==(t=this.onComplete)||t.call(this),this.clear();break}}while(!n.done&&performance.now()-i<this.duration);n.done||this.stopped||(this.t=hf(this.next.bind(this)))}*queue(t,e){let i=performance.now();for(let n=0;n<t;n++)performance.now()-i>=this.duration&&(i=performance.now(),yield),this.stopped||e(n)}clear(){this.stopped=!0,this.generator=void 0,this.onComplete=void 0,this.t&&(lf(this.t),this.t=null)}}class cf extends Wi{constructor(t={}){super(),d(this,"name","Adapter2@"+si.now()),d(this,"params"),d(this,"xml"),d(this,"units"),d(this,"paths"),d(this,"symbolsMap"),d(this,"uses"),d(this,"labels"),d(this,"idsTree"),d(this,"scene"),d(this,"boundingBox",new ai),d(this,"requestHeader",{}),d(this,"resources",[]),d(this,"_viewBox",new ai),d(this,"_tic"),d(this,"_tic2"),d(this,"_assetTypes",[]),d(this,"_resourcesMap",{}),d(this,"_assetTypeMap",{}),d(this,"_idsMap",{}),d(this,"_boundingBoxMap",{}),d(this,"use3DShape",!1),this.params=t}destroy(){super.destroy(),this.clear()}clear(){this.xml=void 0,this.paths=[],this.symbolsMap={},this.uses=[],this.labels=[],this.idsTree=[],this._idsMap={},this.boundingBox.makeEmpty(),this._resourcesMap={},this._assetTypeMap={},this._assetTypes=[],Np.clear()}setRequestHeader(t){return this.requestHeader=t,this}load(t,e){return p(this,null,(function*(){var e,i;if(!t)throw"url not found";let n;if(this.dispatchEvent({type:Mi.INITIALIZATION_START}),this.clear(),Qp.use3DShape=this.use3DShape,this.use3DShape)n=yield(new qd).setRequestHeader({}).setPixelRatio((null==(e=this.params)?void 0:e.dpr)||1).loadAsync(t).catch((()=>({})));else{const e=yield(new Cs).loadAsync(t).catch((()=>({})));n=yield In.setInstancedMesh(null==(i=Ae.config)?void 0:i.instancedMesh).parse(e)}return n}))}initResources(t,e){var i,n,s,r,a,o;if(this.clear(),!this.scene)throw new Error("please bind a Scene first");if(this.xml=null==t?void 0:t.xml,!this.xml)return void this.dispatchEvent({type:Mi.INITIALIZATION_COMPLETE});this.units=null==t?void 0:t.units,this.paths=null==t?void 0:t.paths,this.symbolsMap=null==t?void 0:t.symbolsMap,this.uses=null==t?void 0:t.uses,this.labels=null==t?void 0:t.labels,this.idsTree=null==t?void 0:t.idsTree,this._assetTypes=null==t?void 0:t.assetTypes,(null==t?void 0:t.viewBox)&&this._viewBox.copy(t.viewBox).flipY(),this.recomputeIdsMap();const h=this,l=ri.chain(e).flatMap((t=>this._idsMap[t])).commit().uniq().value();if(null==(i=null==t?void 0:t.paths)?void 0:i.length){const e=null==t?void 0:t.paths;this._tic&&this._tic.clear(),this._tic=new uf(e,(function(t){var i,n,s,r,a,o,u,c,d,p,f;const m=Qp.getPolygonsByPath(e[t],{flipY:!0});if(null==m?void 0:m.length)for(let t=0,e=(null==m?void 0:m.length)||0;t<e;t++){const e=null==(n=null==(i=m[t])?void 0:i.userData)?void 0:n.id;(null==l?void 0:l.length)&&!l.includes(e)&&(m[t].visible=!1),h._resourcesMap[e]||(h._resourcesMap[e]=[]),h._resourcesMap[e].push(m[t]),null==(s=h.scene)||s.add(m[t]),(null==(a=null==(r=m[t])?void 0:r.userData)?void 0:a.assetType)&&(h._assetTypeMap[null==(u=null==(o=m[t])?void 0:o.userData)?void 0:u.assetType]||(h._assetTypeMap[null==(d=null==(c=m[t])?void 0:c.userData)?void 0:d.assetType]=[]),h._assetTypeMap[null==(f=null==(p=m[t])?void 0:p.userData)?void 0:f.assetType].push(m[t]))}}),3,(function(){var t;null==(t=h.scene)||t.computeBoundingBox(),h.scene.needsUpdate=!0}))}if(null==(n=null==t?void 0:t.labels)?void 0:n.length){const e=null==t?void 0:t.labels;this._tic2&&this._tic2.clear(),this._tic2=new uf(e,(function(t){var i,n,s;const r=Qp.getLabel(e[t],{flipY:!0});if(null==r?void 0:r.length)for(let t=0,e=(null==r?void 0:r.length)||0;t<e;t++){r[t].renderOrder=9;const e=null==(n=null==(i=r[t])?void 0:i.userData)?void 0:n.id;(null==l?void 0:l.length)&&!l.includes(e)&&(r[t].visible=!1),h._resourcesMap[e]||(h._resourcesMap[e]=[]),h._resourcesMap[e].push(r[t]),null==(s=h.scene)||s.add(r[t])}}),3,(()=>{var t;null==(t=this.scene)||t.computeBoundingBox(),this.scene.needsUpdate=!0}))}if(null==(s=null==t?void 0:t.instances)?void 0:s.length){const e=null==t?void 0:t.instances;for(let t,i=0,n=e.length;i<n;i++){t=e[i];const n=Qp.getInstanceBySymbol(this.symbolsMap[t.symbolId],t);if(null==n?void 0:n.length)for(let t=0,e=(null==n?void 0:n.length)||0;t<e;t++){const e=null==(a=null==(r=n[t])?void 0:r.userData)?void 0:a.id;(null==l?void 0:l.length)&&!l.includes(e)&&(n[t].visible=!1),null==(o=this.scene)||o.add(n[t])}}}}bindScene(t){return this.scene=t,this}recomputeIdsMap(){var t;if(!(null==(t=this.idsTree)?void 0:t.length))return;const e=[];rn(this.idsTree,(t=>{var i;if(e.push(t.value),!(null==(i=t.children)?void 0:i.length))return;const n=an(t);this._idsMap[t.value]=ri.map(n,"value")}))}getAssetIdsByType(t){let e=[];Array.isArray(t)||(t=[t]);for(let i,n=0,s=t.length;n<s;n++){i=t[n];let s=Object.hasOwnProperty.call(this._idsMap,i)?this._idsMap[i]:void 0;(null==s?void 0:s.length)||(s=Object.hasOwnProperty.call(this._idsMap,i+"-assets")?this._idsMap[i+"-assets"]:void 0),(null==s?void 0:s.length)&&(e=e.concat(s))}return e}getLayers(t=2){return this.xml?sn(this.xml,t):[]}getViewBox(){return this._viewBox}getAssetTypes(){return this._assetTypes}getByAssetType(t){return this._assetTypeMap[t]||[]}updateLayersVisibility(t,e=!1){if(!this.scene)throw new Error("please bind a Scene first");const i=ri.chain(t).flatMap((t=>this._idsMap[t])).concat(t).compact().uniq().value();this.scene.traverse((t=>{var n,s;(null==(n=t.userData)?void 0:n.id)&&i.includes(t.userData.id)?t.visible=e:(null==(s=t.userData)?void 0:s.id)&&(t.visible=!e)})),this.scene.needsUpdate=!0}getBoundingBoxByIds(t){if(!this._resourcesMap||!Object.keys(this._resourcesMap).length)return;const e=new ai;Array.isArray(t)||(t=[t]);for(let i=0,n=null==t?void 0:t.length;i<n;i++){if(!this._resourcesMap.hasOwnProperty(t[i]))continue;const n=this._resourcesMap[t[i]];if(null==n?void 0:n.length)for(let t=0,i=null==n?void 0:n.length;t<i;t++)n[t].boundingBox.isEmpty()&&n[t].computeBoundingBox(),n[t].boundingBox.isEmpty()||e.union(n[t].boundingBox)}return e}transMmByUtils(t=0){return t*df[ri.toLower(this.units||"mm")]}}const df={mm:1,cm:.1,m:.001,inches:.0393701,inch:.0393701};class pf{constructor(t){d(this,"params"),d(this,"currentCamera"),d(this,"bindingStates",new WeakMap),d(this,"forceUpdate",!1),d(this,"currentState"),d(this,"cameraVersion"),d(this,"currentRenderState"),d(this,"ctxMap",{}),this.params=t}destroy(){this.bindingStates=new WeakMap,this.currentState=void 0,this.ctxMap={},this.reset()}reset(){this.forceUpdate=!0}setup(t,e,i){this.currentRenderState=e,this.currentCamera=i,this.currentState=this.getBindingState(t),this.ctxMap={};let n=this.needsUpdate(t);return(this.forceUpdate||n)&&this.saveCache(t),this.currentState}getBindingState(t){return this.bindingStates.has(t)||this.bindingStates.set(t,{id:t.id,uuid:t.uuid,needsUpdate:!0,featureKey:t.featureKey,version:-1,cameraVersion:-1,preShape:ff}),ff=t,this.bindingStates.get(t)}clearBindingState(){this.currentState&&(this.currentState.needsUpdate=!1,this.currentState.version=-1,this.currentState.cameraVersion=-1)}needsUpdate(t){return!this.currentState||!!this.currentState.needsUpdate||this.currentState.id!==t.id||this.currentState.version!==t.version}saveCache(t){this.currentState&&(this.clearBindingState(),this.currentState.version=t.version,this.currentState.needsUpdate=!1,this.currentState.ctx=Tn.getCtx(t.featureKey,this.params.width,this.params.height,this.params.dpr))}updateModelViewMatrix(t,e){void 0!==e?(this.currentState=this.getBindingState(t),(this.currentState.cameraVersion!==e.version||t.dynamically)&&(this.currentState.cameraVersion!==e.version&&(this.currentState.needsUpdate=!0),this.currentState.cameraVersion=e.version,t.updateModelViewMatrix(e))):t.updateModelViewMatrix()}}let ff;class mf{constructor(){d(this,"light"),d(this,"lightsArray",[]),d(this,"shadowsArray",[]),d(this,"lastCameraVersion",-1)}destroy(){var t;this.clear(),null==(t=this.light)||t.destroy()}clear(){this.lightsArray.length=0,this.shadowsArray.length=0}pushLight(t){this.light||(this.light=t),this.lightsArray.push(t)}pushShadow(t){this.shadowsArray.push(t)}}class gf{constructor(){d(this,"renderStates",new WeakMap)}destroy(){this.renderStates=new WeakMap}get(t,e=0){const i=this.renderStates.get(t);let n;return void 0===i?(n=new mf,this.renderStates.set(t,[n])):e>=i.length?(n=new mf,i.push(n)):n=i[e],n}}class yf{constructor(t=1e3){d(this,"cellCapacity"),d(this,"firstIndex"),d(this,"lastIndex"),d(this,"items"),this.cellCapacity=t,this.firstIndex=0,this.lastIndex=0,this.items=[new Array(this.cellCapacity)]}adjustCells(){this.lastIndex<this.cellCapacity||(this.items.push(new Array(this.cellCapacity)),this.lastIndex=0)}enqueue(t,e){if(e)return this.unshift(t);this.items[this.items.length-1][this.lastIndex++]=t,this.adjustCells()}unshift(t){for(let t=this.items.length-1;t>=0;t--)for(let e=this.cellCapacity-1;e>=0;e--)e>0&&void 0===this.items[t][e-1]||(this.items[t][e]=0===e&&t>0?this.items[t-1][this.cellCapacity-1]:this.items[t][e-1]);this.items[0][this.firstIndex]=t,this.lastIndex++,this.adjustCells()}dequeue(){if(this.isEmpty())return;const t=this.items[0][this.firstIndex];return this.firstIndex===this.cellCapacity-1?(this.items.shift(),this.firstIndex=0):this.firstIndex++,t}isEmpty(){return 1===this.items.length&&this.firstIndex===this.lastIndex}peek(){if(!this.isEmpty())return this.items[0][this.firstIndex]}size(){return(this.items.length-1)*this.cellCapacity-this.firstIndex+this.lastIndex}clear(){this.firstIndex=0,this.lastIndex=0,this.items=[new Array(this.cellCapacity)]}toString(){if(this.isEmpty())return"";let t=`${this.items[0][this.firstIndex]}`;for(let e=this.firstIndex+1;e<this.items[0].length;e++)t=`${t},${this.items[0][e]}`;for(let e=1;e<this.items.length-1;e++)for(let i=0;i<this.items[e].length;i++)t=`${t},${this.items[e][i]}`;for(let e=0;e<this.lastIndex;e++)t=`${t},${this.items[this.items.length-1][e]}`;return t}getByIndex(t){if(t>=this.size())return;const e=Math.floor((this.firstIndex+t)/this.cellCapacity),i=(this.firstIndex+t)%this.cellCapacity;return this.items[e][i]}setByIndex(t,e){if(t>=this.size())return!1;const i=Math.floor((this.firstIndex+t)/this.cellCapacity),n=(this.firstIndex+t)%this.cellCapacity;return this.items[i][n]=e,!0}sort(t){const e=this.size(),i=new Array(e);for(let t=0;t<e;t++)i[t]=this.getByIndex(t);i.sort(t),this.clear();for(let t=0;t<i.length;t++)this.enqueue(i[t])}getAll(){const t=[];for(let e=0,i=this.size();e<i;e++)t[e]=this.getByIndex(e);return t}}class vf{constructor(){d(this,"queue",new yf),d(this,"mergedQueue",{})}destroy(){this.clear()}clear(){this.queue.clear();const t=ri.keys(this.mergedQueue);for(let e=0,i=null==t?void 0:t.length;e<i;e++)void 0!==this.mergedQueue[t[e]]&&this.mergedQueue[t[e]].clear()}push(t,e){return e&&!t.renderOrder&&(t.renderOrder=e),this.queue.enqueue(t),this}unshift(t){this.queue.enqueue(t,!0)}sort(t){return this.queue.size()&&this.queue.sort(t||xf),this}mergeQueue(){for(let t=0,e=this.queue.size();t<e;t++){const t=this.queue.dequeue();if(!t.isShape)continue;const e=Qd(t.mtl);let i=this.mergedQueue[e];i||(i=new yf,this.mergedQueue[e]=i),i.enqueue(t)}return this}}function xf(t,e){return t.renderOrder!==e.renderOrder?t.renderOrder-e.renderOrder:t.id-e.id}class bf{constructor(){d(this,"lists",new WeakMap)}destroy(){this.lists=new WeakMap}get(t,e){const i=this.lists.get(t);let n;return void 0===i?(n=new vf,this.lists.set(t,[n])):e>=i.length?(n=new vf,i.push(n)):n=i[e],n}}class wf{constructor(t={}){d(this,"name","CvsRenderer@"+si.now()),d(this,"params"),d(this,"autoClear",!0),d(this,"_currentRenderTarget"),d(this,"cvs"),d(this,"ctx"),d(this,"renderStates",new gf),d(this,"renderStateStack",[]),d(this,"currentRenderState"),d(this,"renderLists",new bf),d(this,"currentRenderList"),d(this,"renderListStack",[]),d(this,"bindingStates"),d(this,"renderer"),d(this,"_frustum",new ai),d(this,"_tic"),d(this,"renderSliceComplete",!1),d(this,"lastTicCompleted",-1),d(this,"_isContextLost",!1),d(this,"contextLostHandler",this.handleContextLost.bind(this)),d(this,"contextRestoreHandler",this.handleContextRestore.bind(this)),this.params=t,Ae.config=t,void 0!==t.autoClear&&(this.autoClear=!!t.autoClear),this.init(),this.bindingStates=new pf(this.params),this.renderer=new _p(this.ctx,this.bindingStates)}destroy(){this.renderer.destroy()}init(){if(this.params.workerRender){if(!this.params.cvs)throw new Error("offscreen canvas not found");this.cvs=this.params.cvs}else this.cvs=Tn.createCanvas(this.params);if(!this.cvs)throw new Error("canvas create error");const t=this.cvs.getContext("2d",{alpha:!0});if(!t)throw new Error("context error");this.params.cvs=this.cvs,this.params.ctx=this.ctx=t,this.setSize(this.params.width,this.params.height)}get isSliceComplete(){return!!this.params.sliceRendering&&this.renderSliceComplete}resize(){this.setSize(this.params.width,this.params.height)}setSize(t,e){this.params.width=t,this.params.height=e,this.params.camera||(this.params.camera={}),this.params.camera.width=t,this.params.camera.height=e,this.params.aspect=t/e,this.params.camera.aspect=this.params.aspect,this.params.camera.left=-.5*t,this.params.camera.right=.5*t,this.params.camera.top=.5*e,this.params.camera.bottom=-.5*e,this.cvs&&Tn.resizeCanvas(this.cvs,t,e,this.params.dpr)}getSize(t=new We){return t.set(this.params.width,this.params.height)}bindEvents(){var t,e;null==(t=this.cvs)||t.addEventListener(_f,this.contextLostHandler,!1),null==(e=this.cvs)||e.addEventListener(Sf,this.contextRestoreHandler,!1)}unbindEvents(){var t,e;null==(t=this.cvs)||t.removeEventListener(_f,this.contextLostHandler,!1),null==(e=this.cvs)||e.removeEventListener(Sf,this.contextRestoreHandler,!1)}handleContextLost(t){t.preventDefault(),this._isContextLost=!0}handleContextRestore(){this._isContextLost=!1}clean(){this.ctx&&(this._currentRenderTarget?this._currentRenderTarget.ctx.clearRect(0,0,this.params.width,this.params.height):this.ctx.clearRect(0,0,this.params.width,this.params.height))}getRenderTarget(){return this._currentRenderTarget}setRenderTarget(t){this._currentRenderTarget=t}render(t,e,i){if(this._isContextLost||!this.ctx)return;this._currentRenderTarget?this.renderer.ctx=this._currentRenderTarget.ctx:this.renderer.ctx=this.ctx,this.currentRenderState=this.renderStates.get(t,this.renderStateStack.length);const n=void 0!==e&&this.currentRenderState.lastCameraVersion!==e.version;(n||t.dynamically||t.matrixWorldAutoUpdate)&&t.updateMatrixWorld(),(n||e&&void 0===e.parent&&(null==e?void 0:e.matrixWorldAutoUpdate))&&e.updateMatrixWorld(),e&&(this._frustum.copy(e.boundingBoxWorld),this.currentRenderState.lastCameraVersion=e.version),t.isScene&&t.onBeforeRender(this,t,e,i),this.currentRenderState.clear(),this.renderStateStack.push(this.currentRenderState),this.currentRenderList=this.renderLists.get(t,this.renderListStack.length),this.currentRenderList.clear(),this.renderListStack.push(this.currentRenderList),this.projectObject(t,e,0),this.currentRenderList.sort(),this.renderScene(this.currentRenderList,t,e,i),t.isScene&&t.onAfterRender(this,t,e),this.renderStateStack.pop(),this.renderStateStack.length>0?this.currentRenderState=this.renderStateStack[this.renderStateStack.length-1]:this.currentRenderState=void 0,this.renderListStack.pop(),this.renderListStack.length?this.currentRenderList=this.renderListStack[this.renderListStack.length-1]:this.currentRenderList=void 0}renderTexture(t,e){t&&t.image&&(this._currentRenderTarget?this.renderer.ctx=this._currentRenderTarget.ctx:this.renderer.ctx=this.ctx,this.autoClear&&this.clean(),this.renderer.ctx.drawImage(t.image,0,0))}projectObject(t,e,i=0){var n,s,r,a,o,h;if(t.visible)if(t.composeNode)t.boundingBoxWorld.isEmpty()?null==(n=this.currentRenderList)||n.push(t,i):this._frustum.intersectsBox(t.boundingBoxWorld)&&(null==(s=this.currentRenderList)||s.push(t,i));else{t.isGroup&&(i=t.renderOrder),t.isShape&&e?t.boundingBoxWorld.isEmpty()?null==(r=this.currentRenderList)||r.push(t,i):this._frustum.intersectsBox(t.boundingBoxWorld)&&(null==(a=this.currentRenderList)||a.push(t,i)):t.isShape&&(null==(o=this.currentRenderList)||o.push(t,i));for(let i=0,n=(null==(h=t.children)?void 0:h.length)||0;i<n;i++)this.projectObject(t.children[i],e)}}renderScene(t,e,i,n){this.autoClear&&this.clean();const s=t.queue;s.size()<=0||(e.isStatic&&this.params.sliceRendering?this.renderObjectsSlice(s,e,i,n):this.renderObjects(s,e,i,n),s.clear())}renderObjects(t,e,i,n){for(let s,r=0,a=t.size();r<a;r++)s=t.dequeue(),s&&this.renderObject(s,e,i,n)}renderObject(t,e,i,n){t.onBeforeRender(this,e,i,n),this.bindingStates.updateModelViewMatrix(t,i),this.bindingStates.setup(t,this.currentRenderState,i),this.renderer.render(t),this.params.wireframe&&this.renderer.renderWireFrame(t),t.onAfterRender(this,e,i)}renderObjectsMerged(t,e,i,n){si.now(),(()=>{for(let s,r=0,a=t.size();r<a;r++)s=t.dequeue(),s&&this.renderObjectMerged(s,e,i,n)})()}renderObjectMerged(t,e,i,n){t.onBeforeRender(this,e,i,n),this.bindingStates.updateModelViewMatrix(t,i),this.bindingStates.setup(t,this.currentRenderState,i),this.renderer.renderMerged(t),this.params.wireframe&&this.renderer.renderWireFrame(t),t.onAfterRender(this,e,i)}renderObjectsSlice(t,e,i,n){var s;this.autoClear&&this.clean();const r=t.getAll()||[];if(!(null==r?void 0:r.length))return;this._tic&&this._tic.clear(),this.renderSliceComplete=!1;const a=(null==(s=this._currentRenderTarget)?void 0:s.ctx)||this.ctx;if(!a)throw new Error("CvsRenderer.renderObjectsSlice: no ctx");const o=this;this._tic=new uf(r,(t=>{this.renderSliceComplete=!1,this.renderer.ctx=a,this.renderObject(r[t],e,i,n),e.isStatic&&t===r.length-1&&this.params.debounceCache&&(this.renderSliceComplete=!0)}),this.params.sliceDuration,(function(){o.lastTicCompleted=si.now()}))}}const _f="contextlost",Sf="contextrestored";class Ef{constructor(t=!0){d(this,"autoStart"),d(this,"startTime",0),d(this,"oldTime",0),d(this,"elapsedTime",0),d(this,"running",!1),this.autoStart=t}start(){this.startTime=fi(),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=fi();t=(e-this.oldTime)/1e3,this.oldTime=e,this.elapsedTime+=t}return t}}class Mf extends Wi{constructor(t={}){super(),d(this,"name","RenderTarget"),d(this,"uuid",hs()),d(this,"featureKey",this.name+"@"+this.uuid),d(this,"offscreen",!0),d(this,"width"),d(this,"height"),d(this,"dpr"),d(this,"texture"),d(this,"cvs"),d(this,"ctx"),void 0!==t.offscreen&&(this.offscreen=t.offscreen),this.width=t.width,this.height=t.height,this.dpr=t.dpr||1,this.offscreen?this.cvs=Tn.get(this.featureKey,this.width,this.height,this.dpr):this.cvs=Tn.createHtmlCanvas(this.width,this.height,this.dpr),this.ctx=Tn.getContext2D(this.cvs,{alpha:!0}),this.texture=new wp,this.texture.image=this.cvs}destroy(){super.destroy()}setSize(t,e,i=Ae.config.dpr){this.width===t&&this.height===e&&this.dpr===i||(this.width=t,this.height=e,Tn.resizeCanvas(this.cvs,t,e,i))}clean(){this.ctx&&this.ctx.clearRect(0,0,this.width,this.height)}clone(){return new(0,this.constructor)({width:this.width,height:this.height,dpr:this.dpr}).copy(this)}copy(t){return this.name=t.name,this}}const Af=new We;class Tf{constructor(t,e){d(this,"name","EffectComposer"),d(this,"renderer"),d(this,"renderTarget1"),d(this,"renderTarget2"),d(this,"writeBuffer"),d(this,"readBuffer"),d(this,"_width"),d(this,"_height"),d(this,"_pixelRatio"),d(this,"renderToScreen",!0),d(this,"passes",[]),d(this,"clock",new Ef),this.renderer=t,e?(this.renderTarget1=e,this._width=e.width,this._height=e.height):(t.getSize(Af),this._width=Af.x,this._height=Af.y,this.renderTarget1=new Mf({width:this._width,height:this._height}),this.renderTarget1.name="EffectComposer.rt1"),this._pixelRatio=Ae.config.dpr,this.renderTarget2=this.renderTarget1.clone(),this.renderTarget2.name="EffectComposer.rt2",this.writeBuffer=this.renderTarget1,this.readBuffer=this.renderTarget2}destroy(){this.renderTarget1.destroy(),this.renderTarget2.destroy()}swapBuffers(){const t=this.readBuffer;this.readBuffer=this.writeBuffer,this.writeBuffer=t}addPass(t){this.passes.push(t),t.setSize(this._width*this._pixelRatio,this._height*this._pixelRatio)}insertPass(t,e){this.passes.splice(e,0,t),t.setSize(this._width*this._pixelRatio,this._height*this._pixelRatio)}removePass(t){const e=this.passes.indexOf(t);-1!==e&&this.passes.splice(e,1)}clearPasses(){this.passes.length=0}isLastEnabledPass(t){for(let e=t+1,i=this.passes.length;e<i;e++)if(this.passes[e].enabled)return!1;return!0}render(t){void 0===t&&(t=this.clock.getDelta());const e=this.renderer.getRenderTarget();for(let e=0,i=this.passes.length;e<i;e++){const i=this.passes[e];i.enabled&&(i.renderToScreen=this.renderToScreen&&this.isLastEnabledPass(e),i.render(this.renderer,this.writeBuffer,this.readBuffer,t,!1),i.needsSwap&&this.swapBuffers())}this.renderer.setRenderTarget(e)}reset(t){void 0===t&&(this.renderer.getSize(Af),this._pixelRatio=Ae.config.dpr,this._width=Af.x,this._height=Af.y,(t=this.renderTarget1.clone()).setSize(this._width*this._pixelRatio,this._height*this._pixelRatio)),this.renderTarget1.destroy(),this.renderTarget2.destroy(),this.renderTarget1=t,this.renderTarget2=t.clone(),this.writeBuffer=this.renderTarget1,this.readBuffer=this.renderTarget2}setSize(t,e){this._width=t,this._height=e;const i=this._width*this._pixelRatio,n=this._height*this._pixelRatio;this.renderTarget1.setSize(i,n),this.renderTarget2.setSize(i,n);for(let t=0,e=this.passes.length;t<e;t++)this.passes[t].setSize(i,n)}setPixelRatio(t){this._pixelRatio=t,this.setSize(this._width,this._height)}}class Cf{constructor(){d(this,"isPass",!0),d(this,"enabled",!0),d(this,"needsSwap",!0),d(this,"clear",!1),d(this,"renderToScreen",!1)}destroy(){}setSize(t,e){}}class If{constructor(){d(this,"renderTarget"),d(this,"texture"),d(this,"width"),d(this,"height"),d(this,"dpr"),d(this,"version",-1),this.width=Ae.config.width,this.height=Ae.config.height,this.dpr=Ae.config.dpr,this.renderTarget=new Mf({width:this.width,height:this.height,dpr:this.dpr}),this.texture=this.renderTarget.texture,this.texture.image=this.renderTarget.cvs}destroy(){}render(t){t.renderTexture(this.texture)}}class Df extends Cf{constructor(t,e,i=!0,n=!1){super(),d(this,"name","RenderPass"),d(this,"scene"),d(this,"camera"),this.scene=t,this.camera=e,this.clear=i,this.needsSwap=n}render(t,e,i,n){const s=t.autoClear;t.autoClear=!1,t.setRenderTarget(this.renderToScreen?void 0:i),this.clear&&t.clean(),t.render(this.scene,this.camera,n),t.autoClear=s}}class Lf extends Cf{constructor(t,e,i=!0,n=!1){super(),d(this,"name","DebouncePass"),d(this,"scene"),d(this,"camera"),d(this,"fsQuad",new If),d(this,"debounceQuad",new If),d(this,"cacheQuad",new If),d(this,"version",-1),d(this,"_ts",si.now()),d(this,"_initialized",!1),d(this,"debounceRenderHandler",ri.debounce(this.debounceRender.bind(this),100)),this.scene=t,this.camera=e,this.clear=i,this.needsSwap=n}destroy(){super.destroy()}setSize(t,e){this.fsQuad.renderTarget.setSize(t,e),this.debounceQuad.renderTarget.setSize(t,e),this.cacheQuad.renderTarget.setSize(t,e),this.fsQuad.width=t,this.fsQuad.height=e,this.debounceQuad.width=t,this.debounceQuad.height=e,this.cacheQuad.width=t,this.cacheQuad.height=e}get currentVersion(){var t;return this.scene.version+((null==(t=this.camera)?void 0:t.version)||0)}get isChanged(){return this.version!==this.currentVersion}get isDebounceChanged(){return this.debounceQuad.version!==this.currentVersion}isRenderTicComplete(t){return this._ts<=t.lastTicCompleted}render(t,e,i){const n=t.autoClear;t.autoClear=!1,this.isChanged?this.isChanged&&!this._initialized?(this.finalRender(this.fsQuad,t,e,i),this.debounceRender(t,e,i)):(this.renderCache(this.debounceQuad,this.cacheQuad),this.finalRender(this.cacheQuad,t,e,i),this.debounceRenderHandler(t,e,i)):(Ae.config.debounceCache&&this.isDebounceChanged&&this.isRenderTicComplete(t)?(this.saveCache(this.fsQuad,this.debounceQuad),this.finalRender(this.fsQuad,t,e,i),this._initialized=!0):Ae.config.debounceCache&&this._initialized?(this.renderCache(this.debounceQuad,this.cacheQuad),this.finalRender(this.cacheQuad,t,e,i)):(this.renderCache(this.fsQuad,this.cacheQuad),this.finalRender(this.cacheQuad,t,e,i)),this._ts=si.now()),this.version=this.currentVersion,t.autoClear=n}saveCache(t,e){var i;this.isDebounceChanged&&(e.renderTarget.ctx.clearRect(0,0,Ae.config.width,Ae.config.height),e.renderTarget.ctx.drawImage(t.renderTarget.cvs,0,0),null==(i=this.camera)||i.updateMatrixWorld(),e.texture.matrix.copy(t.texture.matrix),e.version=this.currentVersion)}renderCache(t,e){var i;null==(i=this.camera)||i.updateMatrixWorld(),Pf.copy(t.texture.matrix).invert().premultiply(this.camera.viewMatrix).getComponents(kf),Bf.set(Ae.config.width,Ae.config.height),e.renderTarget.ctx.clearRect(0,0,Ae.config.width,Ae.config.height),e.renderTarget.ctx.save(),e.renderTarget.ctx.transform(...kf),e.renderTarget.ctx.drawImage(t.renderTarget.cvs,0,0,Bf.x,Bf.y),e.renderTarget.ctx.restore()}finalRender(t,e,i,n){e.setRenderTarget(this.renderToScreen?void 0:n),this.clear&&e.clean(),e.renderTexture(t.renderTarget.texture,this.camera)}debounceRender(t,e,i){t.setRenderTarget(this.renderToScreen?void 0:this.fsQuad.renderTarget),t.clean(),t.render(this.scene,this.camera),this.fsQuad.texture.matrix.copy(this.camera.viewMatrix)}}const Bf=new We,Pf=new Fi,kf=[1,0,0,1,0,0];class Nf extends Cf{constructor(){super(),d(this,"name","OutputPass"),d(this,"texture"),d(this,"fsQuad"),this.fsQuad=new If,this.texture=this.fsQuad.texture,this.clear=!0}destroy(){super.destroy(),this.fsQuad.destroy()}render(t,e,i){const n=t.autoClear;t.autoClear=!1,this.fsQuad.texture.image=i.cvs,t.setRenderTarget(this.renderToScreen?void 0:e),this.clear&&t.clean(),this.fsQuad.render(t),i.clean(),t.autoClear=n}}class Of{noise(t,e,i=0){const n=Math.floor(t),s=Math.floor(e),r=Math.floor(i),a=255&n,o=255&s,h=255&r,l=(t-=n)-1,u=(e-=s)-1,c=(i-=r)-1,d=zf(t),p=zf(e),f=zf(i),m=Rf[a]+o,g=Rf[m]+h,y=Rf[m+1]+h,v=Rf[a+1]+o,x=Rf[v]+h,b=Rf[v+1]+h;return Hf(f,Hf(p,Hf(d,Wf(Rf[g],t,e,i),Wf(Rf[x],l,e,i)),Hf(d,Wf(Rf[y],t,u,i),Wf(Rf[b],l,u,i))),Hf(p,Hf(d,Wf(Rf[g+1],t,e,c),Wf(Rf[x+1],l,e,c)),Hf(d,Wf(Rf[y+1],t,u,c),Wf(Rf[b+1],l,u,c))))}}const Rf=[151,160,137,91,90,15,131,13,201,95,96,53,194,233,7,225,140,36,103,30,69,142,8,99,37,240,21,10,23,190,6,148,247,120,234,75,0,26,197,62,94,252,219,203,117,35,11,32,57,177,33,88,237,149,56,87,174,20,125,136,171,168,68,175,74,165,71,134,139,48,27,166,77,146,158,231,83,111,229,122,60,211,133,230,220,105,92,41,55,46,245,40,244,102,143,54,65,25,63,161,1,216,80,73,209,76,132,187,208,89,18,169,200,196,135,130,116,188,159,86,164,100,109,198,173,186,3,64,52,217,226,250,124,123,5,202,38,147,118,126,255,82,85,212,207,206,59,227,47,16,58,17,182,189,28,42,223,183,170,213,119,248,152,2,44,154,163,70,221,153,101,155,167,43,172,9,129,22,39,253,19,98,108,110,79,113,224,232,178,185,112,104,218,246,97,228,251,34,242,193,238,210,144,12,191,179,162,241,81,51,145,235,249,14,239,107,49,192,214,31,181,199,106,157,184,84,204,176,115,121,50,45,127,4,150,254,138,236,205,93,222,114,67,29,24,72,243,141,128,195,78,66,215,61,156,180];for(let t=0;t<256;t++)Rf[256+t]=Rf[t];function zf(t){return t*t*t*(t*(6*t-15)+10)}function Hf(t,e,i){return e+t*(i-e)}function Wf(t,e,i,n){const s=15&t,r=s<8?e:i,a=s<4?i:12==s||14==s?e:n;return(1&s?-r:r)+(2&s?-a:a)}class Ff extends Cf{constructor(t){super(),d(this,"name","PaperPass"),d(this,"fsQuad"),d(this,"ctx"),d(this,"camera"),d(this,"version",0),d(this,"_width",0),d(this,"_height",0),this.camera=t,this.fsQuad=new If,this.ctx=Tn.getContext2D(this.fsQuad.texture.image,{alpha:!0}),this.needsSwap=!1,this._width=this.fsQuad.width,this._height=this.fsQuad.height,this.generatePerlin()}destroy(){super.destroy(),this.fsQuad.destroy()}setSize(t,e){this.fsQuad.renderTarget.setSize(t,e),this.fsQuad.width=t,this.fsQuad.height=e,this._width=t,this._height=e}generatePerlin(){!function(t,e,i){const n=new Of,s=t.createImageData(e,i),r=s.data;for(let t=0;t<i;t++)for(let i=0;i<e;i++){const s=n.noise(i/2.5,t/2.5,0),a=Math.floor(128*(s+1)),o=4*(t*e+i);r[o]=a,r[o+1]=a,r[o+2]=a,r[o+3]=16}t.putImageData(s,0,0)}(this.ctx,this._width,this._height)}get currentVersion(){var t;return(null==(t=this.camera)?void 0:t.version)||0}render(t,e,i){const n=t.autoClear;t.autoClear=!1,this.currentVersion!==this.version&&(this.version=this.currentVersion),this._width===this.fsQuad.width&&this._height===this.fsQuad.height||(this.fsQuad.width=this._width,this.fsQuad.height=this._height,this.generatePerlin()),t.setRenderTarget(this.renderToScreen?void 0:i),t.renderTexture(this.fsQuad.texture),t.autoClear=n}}class Uf extends ws{constructor(){super(...arguments),d(this,"isDynamic",!0),d(this,"dynamically",!0)}}const Vf=t=>ArrayBuffer.isView(t)&&!(t instanceof DataView),qf=(t,e=0,i)=>Vf(t)?new(0,t.constructor)(t.subarray(e,void 0!==i?i:t.length)):t.slice(e,i),jf=(t,e,i)=>t&&t.constructor!==e?"number"==typeof e.BYTES_PER_ELEMENT?new e(t):Array.prototype.slice.call(t):t;class Yf{constructor(t,e,i,n){d(this,"parameterPositions"),d(this,"resultBuffer"),d(this,"sampleValues"),d(this,"valueSize"),d(this,"settings",null),d(this,"DefaultSettings_",{}),d(this,"__cacheIndex"),d(this,"_cachedIndex",0),this.parameterPositions=t,this.sampleValues=e,this.valueSize=i,this.resultBuffer=n||new Float32Array(i)}evaluate(t){const e=this.parameterPositions;let i=this._cachedIndex,n=e[i],s=e[i-1];t:{e:{let r;i:{n:if(!(t<n)){for(let r=i+2;;){if(void 0===n){if(t<s)break n;return i=e.length,this._cachedIndex=i,this.copySampleValue_(i-1)}if(i===r)break;if(s=n,n=e[++i],t<n)break e}r=e.length;break i}if(t>=s)break t;{const a=e[1];t<a&&(i=2,s=a);for(let r=i-2;;){if(void 0===s)return this._cachedIndex=0,this.copySampleValue_(0);if(i===r)break;if(n=s,s=e[--i-1],t>=s)break e}r=i,i=0}}for(;i<r;){const n=i+r>>>1;t<e[n]?r=n:i=n+1}if(n=e[i],s=e[i-1],void 0===s)return this._cachedIndex=0,this.copySampleValue_(0);if(void 0===n)return i=e.length,this._cachedIndex=i,this.copySampleValue_(i-1)}this._cachedIndex=i,this.intervalChanged_(i,s,n)}return this.interpolate_(i,s,t,n)}getSettings_(){return this.settings||this.DefaultSettings_}copySampleValue_(t){const e=this.resultBuffer,i=this.sampleValues,n=this.valueSize,s=t*n;for(let t=0;t!==n;++t)e[t]=i[s+t];return e}}class Gf extends Yf{constructor(t,e,i,n){super(t,e,i,n)}interpolate_(t){return this.copySampleValue_(t-1)}intervalChanged_(){}}class $f extends Yf{constructor(t,e,i,n){super(t,e,i,n)}interpolate_(t,e,i,n){const s=this.resultBuffer,r=this.sampleValues,a=this.valueSize,o=t*a,h=o-a,l=(i-e)/(n-e),u=1-l;for(let t=0;t!==a;++t)s[t]=Number(r[h+t])*u+Number(r[o+t])*l;return s}intervalChanged_(){}}class Xf extends Yf{constructor(t,e,i,n){super(t,e,i,n),d(this,"_weightPrev",-0),d(this,"_offsetPrev",-0),d(this,"_weightNext",-0),d(this,"_offsetNext",-0),this.DefaultSettings_={endingStart:2400,endingEnd:2400}}interpolate_(t,e,i,n){const s=this.resultBuffer,r=this.sampleValues,a=this.valueSize,o=t*a,h=o-a,l=this._offsetPrev,u=this._offsetNext,c=this._weightPrev,d=this._weightNext,p=(i-e)/(n-e),f=p*p,m=f*p,g=-c*m+2*c*f-c*p,y=(1+c)*m+(-1.5-2*c)*f+(-.5+c)*p+1,v=(-1-d)*m+(1.5+d)*f+.5*p,x=d*m-d*f;for(let t=0;t!==a;++t)s[t]=g*Number(r[l+t])+y*Number(r[h+t])+v*Number(r[o+t])+x*Number(r[u+t]);return s}intervalChanged_(t,e,i){const n=this.parameterPositions;let s=t-2,r=t+1,a=n[s],o=n[r];if(void 0===a)switch(this.getSettings_().endingStart){case 2401:s=t,a=2*e-i;break;case 2402:s=n.length-2,a=e+n[s]-n[s+1];break;default:s=t,a=i}if(void 0===o)switch(this.getSettings_().endingEnd){case 2401:r=t,o=2*i-e;break;case 2402:r=1,o=i+n[1]-n[0];break;default:r=t-1,o=e}const h=.5*(i-e),l=this.valueSize;this._weightPrev=h/(e-a),this._weightNext=h/(o-i),this._offsetPrev=s*l,this._offsetNext=r*l}}const Zf=2300,Jf=2301,Qf=2302;class Kf{constructor(t,e,i,n){if(d(this,"name","KeyframeTrack"),d(this,"times"),d(this,"values"),d(this,"ValueTypeName",""),d(this,"DefaultInterpolation",Jf),d(this,"createInterpolant"),d(this,"InterpolantFactoryMethodDiscrete",this._InterpolantFactoryMethodDiscrete),d(this,"InterpolantFactoryMethodLinear",this._InterpolantFactoryMethodLinear),d(this,"InterpolantFactoryMethodSmooth",this._InterpolantFactoryMethodSmooth),!e||!e.length)throw new Error("KeyframeTrack: no keyframes in track named "+t);this.name=t,this.times=jf(e,Float32Array),this.values=jf(i,this.ValueBufferType),this.setInterpolation(n||this.DefaultInterpolation)}static toJSON(t){const e=t.constructor;let i;if(e.toJSON!==this.toJSON)i=e.toJSON(t);else{i={name:t.name,times:jf(t.times,Array),values:jf(t.values,Array)};const e=t.getInterpolation();e!==t.DefaultInterpolation&&(i.interpolation=e)}return i.type=t.ValueTypeName,i}_InterpolantFactoryMethodDiscrete(t){return new Gf(this.times,this.values,this.getValueSize(),t)}_InterpolantFactoryMethodLinear(t){return new $f(this.times,this.values,this.getValueSize(),t)}_InterpolantFactoryMethodSmooth(t){return new Xf(this.times,this.values,this.getValueSize(),t)}getValueSize(){return Math.ceil(this.values.length/this.times.length)}setInterpolation(t){let e;switch(t){case Zf:e=this.InterpolantFactoryMethodDiscrete;break;case Jf:e=this.InterpolantFactoryMethodLinear;break;case Qf:e=this.InterpolantFactoryMethodSmooth}if(!e){const e="unsupported interpolation for "+this.ValueTypeName+" keyframe track named "+this.name;if(void 0===this.createInterpolant){if(t===this.DefaultInterpolation)throw new Error(e);this.setInterpolation(this.DefaultInterpolation)}return this}return this.createInterpolant=e,this}getInterpolation(){switch(this.createInterpolant){case this.InterpolantFactoryMethodDiscrete:return Zf;case this.InterpolantFactoryMethodLinear:return Jf;case this.InterpolantFactoryMethodSmooth:return Qf}}shift(t){if(0!==t){const e=this.times;for(let i=0,n=e.length;i!==n;++i)e[i]+=t}return this}scale(t){if(1!==t){const e=this.times;for(let i=0,n=e.length;i!==n;++i)e[i]*=t}return this}trim(t,e){const i=this.times,n=i.length;let s=0,r=n-1;for(;s!==n&&i[s]<t;)++s;for(;-1!==r&&i[r]>e;)--r;if(++r,0!==s||r!==n){s>=r&&(r=Math.max(r,1),s=r-1);const t=this.getValueSize();this.times=qf(i,s,r),this.values=qf(this.values,s*t,r*t)}return this}validate(){let t=!0;const e=this.getValueSize();e-Math.floor(e)!=0&&(t=!1);const i=this.times,n=this.values,s=i.length;0===s&&(t=!1);let r=null;for(let e=0;e!==s;e++){const n=i[e];if("number"==typeof n&&isNaN(n)){t=!1;break}if(null!==r&&r>n){t=!1;break}r=n}if(void 0!==n&&Vf(n))for(let e=0,i=n.length;e!==i;++e){const i=n[e];if(isNaN(i)){t=!1;break}}return t}optimize(){const t=qf(this.times),e=qf(this.values),i=this.getValueSize(),n=this.getInterpolation()===Qf,s=t.length-1;let r=1;for(let a=1;a<s;++a){let s=!1;const o=t[a];if(o!==t[a+1]&&(1!==a||o!==t[0]))if(n)s=!0;else{const t=a*i,n=t-i,r=t+i;for(let a=0;a!==i;++a){const i=e[t+a];if(i!==e[n+a]||i!==e[r+a]){s=!0;break}}}if(s){if(a!==r){t[r]=t[a];const n=a*i,s=r*i;for(let t=0;t!==i;++t)e[s+t]=e[n+t]}++r}}if(s>0){t[r]=t[s];for(let t=s*i,n=r*i,a=0;a!==i;++a)e[n+a]=e[t+a];++r}return r!==t.length?(this.times=qf(t,0,r),this.values=qf(e,0,r*i)):(this.times=t,this.values=e),this}clone(){const t=qf(this.times,0),e=qf(this.values,0),i=new(0,this.constructor)(this.name,t,e);return i.createInterpolant=this.createInterpolant,i}}d(Kf,"DefaultInterpolation",Jf),Kf.prototype.ValueBufferType=Float32Array;class tm extends Kf{constructor(){super(...arguments),d(this,"ValueTypeName","vector2")}}class em extends Kf{constructor(){super(...arguments),d(this,"ValueTypeName","number")}}class im extends Kf{constructor(){super(...arguments),d(this,"ValueTypeName","color")}}class nm extends Kf{constructor(){super(...arguments),d(this,"ValueTypeName","bool"),d(this,"DefaultInterpolation",Zf)}}nm.prototype.ValueBufferType=Array,nm.prototype.InterpolantFactoryMethodLinear=void 0,nm.prototype.InterpolantFactoryMethodSmooth=void 0;class sm extends Kf{constructor(){super(...arguments),d(this,"ValueTypeName","string"),d(this,"DefaultInterpolation",Zf)}}nm.prototype.ValueBufferType=Array,sm.prototype.InterpolantFactoryMethodLinear=void 0,sm.prototype.InterpolantFactoryMethodSmooth=void 0;class rm{constructor(t,e=-1,i,n=om){d(this,"name","AnimationClip"),d(this,"duration"),d(this,"tracks"),d(this,"blendMode",om),d(this,"uuid",hs()),this.name=t,this.duration=e,this.tracks=i,this.blendMode=n,this.duration<0&&this.resetDuration()}static parse(t){const e=[],i=t.tracks,n=1/(t.fps||1);for(let t=0,s=i.length;t!==s;++t)e.push(am(i[t]).scale(n));const s=new this(t.name,t.duration,e,t.blendMode);return s.uuid=t.uuid,s}static toJSON(t){const e=[],i=t.tracks,n={name:t.name,duration:t.duration,tracks:e,uuid:t.uuid,blendMode:t.blendMode};for(let t=0,n=i.length;t!==n;++t)e.push(Kf.toJSON(i[t]));return n}static findByName(t,e){var i;let n;if(t.isShape){const e=t;n=(null==(i=e.geo)?void 0:i.animations)||e.animations}else n=t;for(let t=0;t<n.length;t++)if(n[t].name===e)return n[t]}resetDuration(){let t=0;for(let e=0,i=this.tracks.length;e!==i;++e){const i=this.tracks[e];t=Math.max(t,i.times[i.times.length-1])}return this.duration=t,this}trim(){for(let t=0;t<this.tracks.length;t++)this.tracks[t].trim(0,this.duration);return this}validate(){let t=!0;for(let e=0;e<this.tracks.length;e++)t=t&&this.tracks[e].validate();return t}optimize(){for(let t=0;t<this.tracks.length;t++)this.tracks[t].optimize();return this}clone(){const t=[];for(let e=0;e<this.tracks.length;e++)t.push(this.tracks[e].clone());return new(0,this.constructor)(this.name,this.duration,t,this.blendMode)}toJSON(){return rm.toJSON(this)}}function am(t){if(void 0===t.type)throw new Error("KeyframeTrack: track type undefined, can not parse");const e=function(t){switch(t.toLowerCase()){case"scalar":case"double":case"float":case"number":case"integer":return em;case"vector":case"vector2":return tm;case"color":return im;case"bool":case"boolean":return nm;case"string":return sm}throw new Error("KeyframeTrack: Unsupported typeName: "+t)}(t.type);if(void 0===t.times){const e=[],i=[];((t,e,i,n)=>{let s=1,r=t[0];for(;void 0!==r&&void 0===r[n];)r=t[s++];if(void 0===r)return;let a=r[n];if(void 0!==a)if(Array.isArray(a))do{a=r[n],void 0!==a&&(e.push(r.time),i.push.apply(i,a)),r=t[s++]}while(void 0!==r);else if(void 0!==a.toArray)do{a=r[n],void 0!==a&&(e.push(r.time),a.toArray(i,i.length)),r=t[s++]}while(void 0!==r);else do{a=r[n],void 0!==a&&(e.push(r.time),i.push(a)),r=t[s++]}while(void 0!==r)})(t.keys,e,i,"value"),t.times=e,t.values=i}return void 0!==e.parse?e.parse(t):new e(t.name,t.times,t.values,t.interpolation)}const om=2500;class hm{constructor(t,e,i){d(this,"path",""),d(this,"parsedPath"),d(this,"_targetGroup"),d(this,"_bindings"),d(this,"rootNode"),this.parsedPath=i||lm.parseTrackName(e),this._targetGroup=t,this._bindings=t.subscribe_(e,this.parsedPath)}getValue(t,e){this.bind();const i=this._targetGroup.nCachedObjects_,n=this._bindings[i];void 0!==n&&n.getValue(t,e)}setValue(t,e){const i=this._bindings;for(let n=this._targetGroup.nCachedObjects_,s=i.length;n!==s;++n)i[n].setValue(t,e)}bind(){const t=this._bindings;for(let e=this._targetGroup.nCachedObjects_,i=t.length;e!==i;++e)t[e].bind()}unbind(){const t=this._bindings;for(let e=this._targetGroup.nCachedObjects_,i=t.length;e!==i;++e)t[e].unbind()}}class lm{constructor(t,e,i){d(this,"path"),d(this,"parsedPath"),d(this,"node"),d(this,"rootNode"),d(this,"getValue",this._getValue_unbound),d(this,"setValue",this._setValue_unbound),d(this,"targetObject"),d(this,"propertyName"),d(this,"resolvedProperty"),d(this,"propertyIndex",-1),d(this,"BindingType",{Direct:0,EntireArray:1,ArrayElement:2,HasFromToArray:3,ColorString:4}),d(this,"Versioning",{None:0,NeedsUpdate:1,MatrixWorldNeedsUpdate:2}),d(this,"GetterByBindingType",[this._getValue_direct,this._getValue_array,this._getValue_arrayElement,this._getValue_toArray,this._getValue_color]),d(this,"SetterByBindingTypeAndVersioning",[[this._setValue_direct,this._setValue_direct_setNeedsUpdate,this._setValue_direct_setMatrixWorldNeedsUpdate],[this._setValue_array,this._setValue_array_setNeedsUpdate,this._setValue_array_setMatrixWorldNeedsUpdate],[this._setValue_arrayElement,this._setValue_arrayElement_setNeedsUpdate,this._setValue_arrayElement_setMatrixWorldNeedsUpdate],[this._setValue_fromArray,this._setValue_fromArray_setNeedsUpdate,this._setValue_fromArray_setMatrixWorldNeedsUpdate],[this._setValue_color,this._setValue_color_setNeedsUpdate,this._setValue_color_setMatrixWorldNeedsUpdate]]),this.path=e,this.parsedPath=i||lm.parseTrackName(e),this.node=lm.findNode(t,this.parsedPath.nodeName),this.rootNode=t}static create(t,e,i){return t&&t.isAnimationObjectGroup?new hm(t,e,i):new lm(t,e,i)}static sanitizeNodeName(t){return t.replace(/\s/g,"_").replace(cm,"")}static parseTrackName(t){const e=vm.exec(t);if(null===e)throw new Error("PropertyBinding: Cannot parse trackName: "+t);const i={nodeName:e[2],objectName:e[3],objectIndex:e[4]?parseInt(e[4]):void 0,propertyName:e[5],propertyIndex:e[6]?parseInt(e[6]):void 0},n=i.nodeName&&i.nodeName.lastIndexOf(".")||void 0;if(void 0!==n&&-1!==n){const t=i.nodeName.substring(n+1);-1!==xm.indexOf(t)&&(i.nodeName=i.nodeName.substring(0,n),i.objectName=t)}if(null===i.propertyName||void 0===i.propertyName||0===i.propertyName.length)throw new Error("PropertyBinding: can not parse propertyName from trackName: "+t);return i}static findNode(t,e){if(void 0===e||""===e||"."===e||-1===e||e===t.name||e===t.uuid)return t;return t.getObjectByProperty("name",e)||t.getObjectByProperty("uuid",e)||void 0}_getValue_unavailable(){}_setValue_unavailable(){}_getValue_direct(t,e){this.targetObject&&this.propertyName&&(t[e]=this.targetObject[this.propertyName])}_getValue_array(t,e){const i=this.resolvedProperty;for(let n=0,s=i.length;n!==s;++n)t[e++]=i[n]}_getValue_arrayElement(t,e){t[e]=this.resolvedProperty[this.propertyIndex]}_getValue_toArray(t,e){this.resolvedProperty.toArray(t,e)}_getValue_color(t,e){const i=Re.getArray(this.resolvedProperty);for(let n=0,s=i.length;n<s;n++)t[e++]=i[n]}_setValue_direct(t,e){this.targetObject&&this.propertyName&&(this.targetObject[this.propertyName]=t[e])}_setValue_direct_setNeedsUpdate(t,e){this.targetObject&&this.propertyName&&(this.targetObject[this.propertyName]=t[e],this.targetObject.needsUpdate=!0)}_setValue_direct_setMatrixWorldNeedsUpdate(t,e){this.targetObject&&this.propertyName&&(this.targetObject[this.propertyName]=t[e],this.targetObject.matrixWorldNeedsUpdate=!0)}_setValue_array(t,e){const i=this.resolvedProperty;for(let n=0,s=i.length;n!==s;++n)i[n]=t[e++]}_setValue_array_setNeedsUpdate(t,e){if(!this.targetObject)return;const i=this.resolvedProperty;for(let n=0,s=i.length;n!==s;++n)i[n]=t[e++];this.targetObject.needsUpdate=!0}_setValue_array_setMatrixWorldNeedsUpdate(t,e){if(!this.targetObject)return;const i=this.resolvedProperty;for(let n=0,s=i.length;n!==s;++n)i[n]=t[e++];this.targetObject.matrixWorldNeedsUpdate=!0}_setValue_arrayElement(t,e){this.resolvedProperty[this.propertyIndex]=t[e]}_setValue_arrayElement_setNeedsUpdate(t,e){this.targetObject&&(this.resolvedProperty[this.propertyIndex]=t[e],this.targetObject.needsUpdate=!0)}_setValue_arrayElement_setMatrixWorldNeedsUpdate(t,e){this.targetObject&&(this.resolvedProperty[this.propertyIndex]=t[e],this.targetObject.matrixWorldNeedsUpdate=!0)}_setValue_fromArray(t,e){this.resolvedProperty.fromArray(t,e)}_setValue_fromArray_setNeedsUpdate(t,e){this.targetObject&&(this.resolvedProperty.fromArray(t,e),this.targetObject.needsUpdate=!0)}_setValue_fromArray_setMatrixWorldNeedsUpdate(t,e){this.targetObject&&(this.resolvedProperty.fromArray(t,e),this.targetObject.matrixWorldNeedsUpdate=!0)}_setValue_color(t,e){this.targetObject&&this.propertyName&&(this.resolvedProperty=this.targetObject[this.propertyName]=bm.fromArray(t,e).getStyle())}_setValue_color_setNeedsUpdate(t,e){this.targetObject&&(this._setValue_color(t,e),this.targetObject.needsUpdate=!0)}_setValue_color_setMatrixWorldNeedsUpdate(t,e){this.targetObject&&(this._setValue_color(t,e),this.targetObject.matrixWorldNeedsUpdate=!0)}_getValue_unbound(t,e){this.bind(),this.getValue(t,e)}_setValue_unbound(t,e){this.bind(),this.setValue(t,e)}bind(){let t=this.node;const e=this.parsedPath,i=e.objectName,n=e.propertyName;let s=e.propertyIndex;if(t||(t=lm.findNode(this.rootNode,e.nodeName),this.node=t),this.getValue=this._getValue_unavailable,this.setValue=this._setValue_unavailable,!t)return;if(i){let n=e.objectIndex;if(void 0===t[i])return;if(t=t[i],void 0!==n){if(void 0===t[n])return;t=t[n]}}if(!t)return;const r=t[n];if(void 0===r)return void e.nodeName;let a=this.Versioning.None;this.targetObject=t,void 0!==t.needsUpdate?a=this.Versioning.NeedsUpdate:void 0!==t.matrixWorldNeedsUpdate&&(a=this.Versioning.MatrixWorldNeedsUpdate);let o=this.BindingType.Direct;void 0!==s?(o=this.BindingType.ArrayElement,this.resolvedProperty=r,this.propertyIndex=s):void 0!==r.fromArray&&void 0!==r.toArray?(o=this.BindingType.HasFromToArray,this.resolvedProperty=r):Array.isArray(r)?(o=this.BindingType.EntireArray,this.resolvedProperty=r):r&&Re.isColor(r)?(o=this.BindingType.ColorString,this.resolvedProperty=r,this.propertyName=n):this.propertyName=n,this.getValue=this.GetterByBindingType[o],this.setValue=this.SetterByBindingTypeAndVersioning[o][a]}unbind(){this.node=void 0,this.getValue=this._getValue_unbound,this.setValue=this._setValue_unbound}}const um="\\[\\]\\.:\\/",cm=new RegExp("["+um+"]","g"),dm="[^"+um+"]",pm="[^"+um.replace("\\.","")+"]",fm=/((?:WC+[\/:])*)/.source.replace("WC",dm),mm=/(WCOD+)?/.source.replace("WCOD",pm),gm=/(?:\.(WC+)(?:\[(.+)\])?)?/.source.replace("WC",dm),ym=/\.(WC+)(?:\[(.+)\])?/.source.replace("WC",dm),vm=new RegExp("^"+fm+mm+gm+ym+"$"),xm=["material","materials","bones","map","mat","mtl","geo","l"],bm=new Re;class wm{constructor(t,e,i){let n,s,r;switch(d(this,"binding"),d(this,"valueSize"),d(this,"buffer"),d(this,"_workIndex",0),d(this,"_mixBufferRegion"),d(this,"_mixBufferRegionAdditive"),d(this,"_setIdentity"),d(this,"_origIndex",3),d(this,"_addIndex",4),d(this,"_cacheIndex"),d(this,"cumulativeWeight",0),d(this,"cumulativeWeightAdditive",0),d(this,"useCount",0),d(this,"referenceCount",0),this.binding=t,this.valueSize=i,e){case"fill":case"stroke":case"textFill":case"string":case"bool":n=this._select,s=this._select,r=this._setAdditiveIdentityOther,this.buffer=new Array(5*i);break;default:n=this._lerp,s=this._lerpAdditive,r=this._setAdditiveIdentityNumeric,this.buffer=new Float32Array(5*i)}this._mixBufferRegion=n,this._mixBufferRegionAdditive=s,this._setIdentity=r,this._origIndex=3,this._addIndex=4,this.cumulativeWeight=0,this.cumulativeWeightAdditive=0,this.useCount=0,this.referenceCount=0}accumulate(t,e){const i=this.buffer,n=this.valueSize,s=t*n+n;let r=this.cumulativeWeight;if(0===r){for(let t=0;t!==n;++t)i[s+t]=i[t];r=e}else{r+=e;const t=e/r;this._mixBufferRegion(i,s,0,t,n)}this.cumulativeWeight=r}accumulateAdditive(t){const e=this.buffer,i=this.valueSize,n=i*this._addIndex;0===this.cumulativeWeightAdditive&&this._setIdentity(),this._mixBufferRegionAdditive(e,n,0,t,i),this.cumulativeWeightAdditive+=t}apply(t){const e=this.valueSize,i=this.buffer,n=t*e+e,s=this.cumulativeWeight,r=this.cumulativeWeightAdditive,a=this.binding;if(this.cumulativeWeight=0,this.cumulativeWeightAdditive=0,s<1){const t=e*this._origIndex;this._mixBufferRegion(i,n,t,1-s,e)}r>0&&this._mixBufferRegionAdditive(i,n,this._addIndex*e,1,e);for(let t=e,s=e+e;t!==s;++t)if(i[t]!==i[t+e]){a.setValue(i,n);break}}saveOriginalState(){const t=this.binding,e=this.buffer,i=this.valueSize,n=i*this._origIndex;t.getValue(e,n);for(let t=i,s=n;t!==s;++t)e[t]=e[n+t%i];this._setIdentity(),this.cumulativeWeight=0,this.cumulativeWeightAdditive=0}restoreOriginalState(){const t=3*this.valueSize;this.binding.setValue(this.buffer,t)}_setAdditiveIdentityNumeric(){const t=this._addIndex*this.valueSize,e=t+this.valueSize;for(let i=t;i<e;i++)this.buffer[i]=0}_setAdditiveIdentityQuaternion(){this._setAdditiveIdentityNumeric(),this.buffer[this._addIndex*this.valueSize+3]=1}_setAdditiveIdentityOther(){const t=this._origIndex*this.valueSize,e=this._addIndex*this.valueSize;for(let i=0;i<this.valueSize;i++)this.buffer[e+i]=this.buffer[t+i]}_select(t,e,i,n,s){if(n>=.5)for(let n=0;n!==s;++n)t[e+n]=t[i+n]}_lerp(t,e,i,n,s){const r=1-n;for(let a=0;a!==s;++a){const s=e+a;t[s]=t[s]*r+t[i+a]*n}}_lerpAdditive(t,e,i,n,s){for(let r=0;r!==s;++r){const s=e+r;t[s]=t[s]+t[i+r]*n}}}const _m=2400,Sm=2401;class Em{constructor(t,e,i,n=e.blendMode){d(this,"blendMode"),d(this,"loop",2201),d(this,"time",0),d(this,"timeScale",1),d(this,"weight",1),d(this,"repetitions",1/0),d(this,"paused",!1),d(this,"enabled",!0),d(this,"clampWhenFinished",!1),d(this,"zeroSlopeAtStart",!0),d(this,"zeroSlopeAtEnd",!0),d(this,"_mixer"),d(this,"_clip"),d(this,"_localRoot"),d(this,"_interpolantSettings"),d(this,"_interpolants"),d(this,"_propertyBindings"),d(this,"_cacheIndex"),d(this,"_byClipCacheIndex"),d(this,"_timeScaleInterpolant"),d(this,"_weightInterpolant"),d(this,"_loopCount",-1),d(this,"_startTime"),d(this,"_effectiveTimeScale",1),d(this,"_effectiveWeight",1),this._mixer=t,this._clip=e,this._localRoot=i,this.blendMode=n;const s=e.tracks,r=s.length,a=new Array(r),o={endingStart:_m,endingEnd:_m};for(let t=0;t!==r;++t){const e=s[t].createInterpolant();e&&(a[t]=e,e.settings=o)}this._interpolantSettings=o,this._interpolants=a,this._propertyBindings=new Array(r)}play(){return this._mixer._activateAction(this),this}stop(){return this._mixer._deactivateAction(this),this.reset()}reset(){return this.paused=!1,this.enabled=!0,this.time=0,this._loopCount=-1,this._startTime=void 0,this.stopFading().stopWarping()}isRunning(){return this.enabled&&!this.paused&&0!==this.timeScale&&void 0===this._startTime&&this._mixer._isActiveAction(this)}isScheduled(){return this._mixer._isActiveAction(this)}startAt(t){return this._startTime=t,this}setLoop(t,e){return this.loop=t,this.repetitions=e,this}stopFading(){const t=this._weightInterpolant;return void 0!==t&&(this._weightInterpolant=void 0,this._mixer._takeBackControlInterpolant(t)),this}stopWarping(){const t=this._timeScaleInterpolant;return void 0!==t&&(this._timeScaleInterpolant=void 0,this._mixer._takeBackControlInterpolant(t)),this}getMixer(){return this._mixer}getClip(){return this._clip}getRoot(){return this._localRoot||this._mixer._root}_update(t,e,i,n){if(!this.enabled)return void this._updateWeight(t);const s=this._startTime;if(void 0!==s){const n=(t-s)*i;n<0||0===i?e=0:(this._startTime=void 0,e=i*n)}e*=this._updateTimeScale(t);const r=this._updateTime(e),a=this._updateWeight(t);if(a>0){const t=this._interpolants,e=this._propertyBindings;if(2501===this.blendMode)for(let i=0,n=t.length;i!==n;++i)t[i].evaluate(r),e[i].accumulateAdditive(a);else for(let i=0,s=t.length;i!==s;++i)t[i].evaluate(r),e[i].accumulate(n,a)}}_updateWeight(t){let e=0;if(this.enabled){e=this.weight;const i=this._weightInterpolant;if(void 0!==i){const n=i.evaluate(t)[0];e*=Number(n),t>i.parameterPositions[1]&&(this.stopFading(),0===n&&(this.enabled=!1))}}return this._effectiveWeight=e,e}_updateTimeScale(t){let e=0;if(!this.paused){e=this.timeScale;const i=this._timeScaleInterpolant;if(void 0!==i){const n=i.evaluate(t)[0];e*=Number(n),t>i.parameterPositions[1]&&(this.stopWarping(),0===e?this.paused=!0:this.timeScale=e)}}return this._effectiveTimeScale=e,e}_updateTime(t){const e=this._clip.duration,i=this.loop;let n=this.time+t,s=this._loopCount;const r=2202===i;if(0===t)return-1===s||!r||1&~s?n:e-n;if(2200===i){-1===s&&(this._loopCount=0,this._setEndings(!0,!0,!1));t:{if(n>=e)n=e;else{if(!(n<0)){this.time=n;break t}n=0}this.clampWhenFinished?this.paused=!0:this.enabled=!1,this.time=n,this._mixer.dispatchEvent({type:"finished",data:{action:this,direction:t<0?-1:1}})}}else{if(-1===s&&(t>=0?(s=0,this._setEndings(!0,0===this.repetitions,r)):this._setEndings(0===this.repetitions,!0,r)),n>=e||n<0){const i=Math.floor(n/e);n-=e*i,s+=Math.abs(i);const a=this.repetitions-s;if(a<=0)this.clampWhenFinished?this.paused=!0:this.enabled=!1,n=t>0?e:0,this.time=n,this._mixer.dispatchEvent({type:"finished",data:{action:this,direction:t>0?1:-1}});else{if(1===a){const e=t<0;this._setEndings(e,!e,r)}else this._setEndings(!1,!1,r);this._loopCount=s,this.time=n,this._mixer.dispatchEvent({type:"loop",data:{action:this,loopDelta:i}})}}else this.time=n;if(r&&!(1&~s))return e-n}return n}_setEndings(t,e,i){const n=this._interpolantSettings;i?(n.endingStart=Sm,n.endingEnd=Sm):(n.endingStart=t?this.zeroSlopeAtStart?Sm:_m:2402,n.endingEnd=e?this.zeroSlopeAtEnd?Sm:_m:2402)}}const Mm=new Float32Array(1);class Am extends Wi{constructor(t){super(),d(this,"stats"),d(this,"time",0),d(this,"timeScale",1),d(this,"_root"),d(this,"_accuIndex",0),d(this,"_actions",[]),d(this,"_nActiveActions",0),d(this,"_actionsByClip",{}),d(this,"_bindings",[]),d(this,"_nActiveBindings",0),d(this,"_bindingsByRootAndName",{}),d(this,"_controlInterpolants",[]),d(this,"_nActiveControlInterpolants",0),this._root=t,this._initMemoryManager()}destroy(){super.destroy(),this.stopAllAction(),this._root=void 0}dispose(){this._root=void 0}bind(t){t&&(this._root=t)}_bindAction(t,e){if(!this._root)return;const i=t._localRoot||this._root,n=t._clip.tracks,s=n.length,r=t._propertyBindings,a=t._interpolants,o=i.uuid,h=this._bindingsByRootAndName;let l=h[o];void 0===l&&(l={},h[o]=l);for(let t=0;t!==s;++t){const s=n[t],h=s.name;let u=l[h];if(void 0===u){if(u=r[t],void 0!==u){void 0===u._cacheIndex&&(++u.referenceCount,this._addInactiveBinding(u,o,h));continue}const n=e&&e._propertyBindings[t].binding.parsedPath,a=s.getValueSize();u=new wm(lm.create(i,h,n),s.ValueTypeName,a),++u.referenceCount,this._addInactiveBinding(u,o,h),r[t]=u}else++u.referenceCount,r[t]=u;a[t].resultBuffer=u.buffer}}_activateAction(t){if(this._root&&!this._isActiveAction(t)){if(void 0===t._cacheIndex){const e=(t._localRoot||this._root).uuid,i=t._clip.uuid,n=this._actionsByClip[i];this._bindAction(t,n&&n.knownActions[0]),this._addInactiveAction(t,i,e)}const e=t._propertyBindings;for(let t=0,i=e.length;t!==i;++t){const i=e[t];0==i.useCount++&&(this._lendBinding(i),i.saveOriginalState())}this._lendAction(t)}}_deactivateAction(t){if(this._isActiveAction(t)){const e=t._propertyBindings;for(let t=0,i=e.length;t!==i;++t){const i=e[t];0==--i.useCount&&(i.restoreOriginalState(),this._takeBackBinding(i))}this._takeBackAction(t)}}_initMemoryManager(){this._actions=[],this._nActiveActions=0,this._actionsByClip={},this._bindings=[],this._nActiveBindings=0,this._bindingsByRootAndName={},this._controlInterpolants=[],this._nActiveControlInterpolants=0;const t=this;this.stats={actions:{get total(){return t._actions.length},get inUse(){return t._nActiveActions}},bindings:{get total(){return t._bindings.length},get inUse(){return t._nActiveBindings}},controlInterpolants:{get total(){return t._controlInterpolants.length},get inUse(){return t._nActiveControlInterpolants}}}}_isActiveAction(t){const e=t._cacheIndex;return void 0!==e&&e<this._nActiveActions}_addInactiveAction(t,e,i){const n=this._actions,s=this._actionsByClip;let r=s[e];if(void 0===r)r={knownActions:[t],actionByRoot:{}},t._byClipCacheIndex=0,s[e]=r;else{const e=r.knownActions;t._byClipCacheIndex=e.length,e.push(t)}t._cacheIndex=n.length,n.push(t),r.actionByRoot[i]=t}_removeInactiveAction(t){if(!this._root)return;const e=this._actions,i=e[e.length-1],n=t._cacheIndex||0;i._cacheIndex=n,e[n]=i,e.pop(),t._cacheIndex=void 0;const s=t._clip.uuid,r=this._actionsByClip,a=r[s],o=a.knownActions,h=o[o.length-1],l=t._byClipCacheIndex||0;h._byClipCacheIndex=l,o[l]=h,o.pop(),t._byClipCacheIndex=void 0,delete a.actionByRoot[(t._localRoot||this._root).uuid],0===o.length&&delete r[s],this._removeInactiveBindingsForAction(t)}_removeInactiveBindingsForAction(t){const e=t._propertyBindings;for(let t=0,i=e.length;t!==i;++t){const i=e[t];0==--i.referenceCount&&this._removeInactiveBinding(i)}}_lendAction(t){if(void 0===t._cacheIndex)return;const e=this._actions,i=t._cacheIndex,n=this._nActiveActions++,s=e[n];t._cacheIndex=n,e[n]=t,s._cacheIndex=i,e[i]=s}_takeBackAction(t){if(void 0===t._cacheIndex)return;const e=this._actions,i=t._cacheIndex,n=--this._nActiveActions,s=e[n];t._cacheIndex=n,e[n]=t,s._cacheIndex=i,e[i]=s}_addInactiveBinding(t,e,i){const n=this._bindingsByRootAndName,s=this._bindings;let r=n[e];void 0===r&&(r={},n[e]=r),r[i]=t,t._cacheIndex=s.length,s.push(t)}_removeInactiveBinding(t){var e;const i=this._bindings,n=t.binding,s=(null==(e=n.rootNode)?void 0:e.uuid)||"",r=n.path,a=this._bindingsByRootAndName,o=a[s],h=i[i.length-1],l=t._cacheIndex||0;h._cacheIndex=l,i[l]=h,i.pop(),delete o[r],0===Object.keys(o).length&&delete a[s]}_lendBinding(t){if(void 0===t._cacheIndex)return;const e=this._bindings,i=t._cacheIndex,n=this._nActiveBindings++,s=e[n];t._cacheIndex=n,e[n]=t,s._cacheIndex=i,e[i]=s}_takeBackBinding(t){if(void 0===t._cacheIndex)return;const e=this._bindings,i=t._cacheIndex,n=--this._nActiveBindings,s=e[n];t._cacheIndex=n,e[n]=t,s._cacheIndex=i,e[i]=s}_lendControlInterpolant(){const t=this._controlInterpolants,e=this._nActiveControlInterpolants++;let i=t[e];return void 0===i&&(i=new $f(new Float32Array(2),new Float32Array(2),1,Mm),i.__cacheIndex=e,t[e]=i),i}_takeBackControlInterpolant(t){if(void 0===t.__cacheIndex)return;const e=this._controlInterpolants,i=t.__cacheIndex,n=--this._nActiveControlInterpolants,s=e[n];t.__cacheIndex=n,e[n]=t,s.__cacheIndex=i,e[i]=s}clipAction(t,e,i){if(!this._root)return;const n=e||this._root,s=n.uuid;let r;r="string"==typeof t?rm.findByName(n,t):t;const a=r?r.uuid:"",o=this._actionsByClip[a];let h;if(void 0===i&&(i=r?r.blendMode:om),void 0!==o){const t=o.actionByRoot[s];if(void 0!==t&&t.blendMode===i)return t;h=o.knownActions[0],void 0===r&&(r=h._clip)}if(void 0===r)return;const l=new Em(this,r,e,i);return this._bindAction(l,h),this._addInactiveAction(l,a,s),l}existingAction(t,e){if(!this._root)return;const i=e||this._root,n=i.uuid;let s="string"==typeof t?rm.findByName(i,t):t;const r=s?s.uuid:"",a=this._actionsByClip[r];return void 0!==a&&a.actionByRoot[n]||void 0}removeAction(t){t&&this._deactivateAction(t)}stopAllAction(){const t=this._actions;for(let e=this._nActiveActions-1;e>=0;--e)t[e].stop();return this}update(t){t*=this.timeScale;const e=this._actions,i=this._nActiveActions,n=this.time+=t,s=Math.sign(t),r=this._accuIndex^=1;for(let a=0;a!==i;++a)e[a]._update(n,t,s,r);const a=this._bindings,o=this._nActiveBindings;for(let t=0;t!==o;++t)a[t].apply(r);return this}setTime(t){this.time=0;for(let t=0;t<this._actions.length;t++)this._actions[t].time=0;return this.update(t)}getRoot(){return this._root}uncacheClip(t){const e=this._actions,i=t.uuid,n=this._actionsByClip,s=n[i];if(void 0!==s){const t=s.knownActions;for(let i=0,n=t.length;i!==n;++i){const n=t[i];this._deactivateAction(n);const s=n._cacheIndex||0,r=e[e.length-1];n._cacheIndex=void 0,n._byClipCacheIndex=void 0,r._cacheIndex=s,e[s]=r,e.pop(),this._removeInactiveBindingsForAction(n)}delete n[i]}}uncacheRoot(t){const e=t.uuid,i=this._actionsByClip;for(const t in i){const n=i[t].actionByRoot[e];void 0!==n&&(this._deactivateAction(n),this._removeInactiveAction(n))}const n=this._bindingsByRootAndName[e];if(void 0!==n)for(const t in n){const e=n[t];e.restoreOriginalState(),this._removeInactiveBinding(e)}}uncacheAction(t,e){const i=this.existingAction(t,e);void 0!==i&&(this._deactivateAction(i),this._removeInactiveAction(i))}}class Tm extends ep{constructor(t,e={}){var i,n;let s;s=In.parse(t),ri.set(e,"use3DShape",Cm);const r=Qp.getShapesByParsed(s,e);if(!(null==r?void 0:r.length))throw new Error(`Svg: no shapes: ${t}`);super(null==(i=null==r?void 0:r[0])?void 0:i.geo,null==(n=null==r?void 0:r[0])?void 0:n.mtl),d(this,"name","Svg"),d(this,"composeNode",!0),(null==r?void 0:r.length)>1&&this.adds(r.slice(1))}}const Cm=!1;class Im extends ep{constructor(t){const e=new pp(t),i=new Kd(t);(null==t?void 0:t.lineWidth)||(i.lineWidth=1),super(e,i),d(this,"name","Polygon")}}class Dm extends Uf{constructor(t={}){var e,i;super(),d(this,"isLoadingScene",!0),d(this,"name","LoadingScene"),d(this,"params"),d(this,"loadingShape"),d(this,"lineShape"),d(this,"triangleShape"),d(this,"scales",[.95,1.15,.002]),d(this,"l",0),d(this,"scaleTrend",!1),d(this,"clock",new Ef),d(this,"mixer"),d(this,"_selectedClip"),d(this,"selectedAction"),this.params=t,this.loadingShape=new Tm(Lm,{fill:Le.darkGray,flipY:!0}),this.loadingShape.name="loading",this.loadingShape.dynamically=!0,this.add(this.loadingShape),this.loadingShape.setScale(.5,.5).updateMatrix(),this.loadingShape.updateMatrixWorld(),this.loadingShape.computeBoundingBox(),this.loadingShape.updateBoundingBox(),km.copy(this.loadingShape.boundingBoxWorld).getCenter(Bm),km.getSize(Pm),this.loadingShape.setPosition(Bm.negate()).updateMatrix(),this.l=Pm.x;const n=Math.max(Math.floor(this.l/30),3),s=[-this.l/2,-(8+n),-this.l/2,-8,this.l/2,-8,this.l/2,-(8+n)];this.lineShape=new Im({points:s,fill:Le.darkGray}),this.add(this.lineShape),this.lineShape.name="loadingLine";const r=[0,0,Pm.x/2,Pm.x,Pm.x,0];this.triangleShape=new Im({points:r,fill:Le.darkRed}),this.add(this.triangleShape),this.triangleShape.name="loadingTriangle",this.triangleShape.setPosition(new We(-.12*Pm.x,Pm.y/-.36)).setScale(.25,.15).updateMatrix(),this.computeBoundingBox(),this.mixer=new Am(this);const a=new tm(`${this.loadingShape.name}.mtl.fill`,[0,1.2,2],[0,0,0,.7,.38,.38,.38,.6,0,0,0,.7]),o=new em(`${this.triangleShape.name}.mtl.fillOpacity`,[0,1.5,3],[1,.1,1],em.DefaultInterpolation),h=new tm(`${this.lineShape.name}.scaled`,[0,.3,1],[1,1,.1,1,1,1]);this._selectedClip=new rm("selected",3,[a,o,h]),this.selectedAction=null==(e=this.mixer)?void 0:e.clipAction(this._selectedClip,this.desScene),null==(i=this.selectedAction)||i.play()}destroy(){super.destroy()}onBeforeRender(){this.lineShape.updateMatrix()}update(){var t;null==(t=this.mixer)||t.update(this.clock.getDelta())}}const Lm='\n<path d="M0 20.7L0 0L7.272 0L7.272 18L20.592 18L19.08 20.7L0 20.7\nM30.78 2.772L30.78 17.928L41.4 17.928L41.4 0L48.708 0L48.708 20.7L23.472 20.7L23.472 0L41.4 0L38.88 2.772L30.78 2.772\nM62.388 12.924L71.028 12.924L68.904 15.768L61.2 15.768L59.292 20.7L51.588 20.7L59.94 0L73.188 0L81.576 20.7L73.944 20.7L71.028 12.924L67.14 2.772L65.988 2.772L62.388 12.924\nM109.728 17.784L106.884 20.7L84.456 20.7L84.456 0L102.528 0L99.972 2.844L91.656 2.844L91.656 17.928L102.528 17.928L102.528 0L107.136 0L109.728 2.7L109.728 17.784\nM119.628 20.7L112.608 20.7L112.608 0L119.628 0L119.628 20.7\nM139.752 20.7L129.78 6.3L129.78 20.7L122.508 20.7L122.508 0L130.644 0L140.58 14.652L140.58 0L147.78 0L147.78 20.7L139.752 20.7\nM168.732 18L168.732 10.728L163.368 10.728L163.368 7.992L175.932 7.992L175.932 20.7L168.732 20.7L168.732 18.504L166.572 20.7L150.66 20.7L150.66 0L176.04 0L174.456 2.7L158.04 2.7L158.04 18L168.732 18\nZ">\n</path>\n',Bm=new We,Pm=new We,km=new ai;class Nm extends Wi{constructor(t={}){var e,i;super(),d(this,"name","View"),d(this,"params"),d(this,"visible",!0),d(this,"cvs"),d(this,"scene"),d(this,"scenes",[]),d(this,"camera"),d(this,"controller"),d(this,"tween"),d(this,"animateDuration"),d(this,"controlsChangedHandler",this.handleControlsChanged.bind(this)),this.params=t,this.animateDuration=this.params.animateDuration||300,this.cvs=t.cvs,this.camera=new Xs(t.camera||{}),this.params.inpEl?this.controller=new kh(this.params.inpEl,this.camera):this.controller=new kh(this.cvs,this.camera),void 0!==(null==(e=this.params.controls)?void 0:e.enableRotate)&&(this.controller.enableRotate=!!(null==(i=this.params.controls)?void 0:i.enableRotate))}destroy(){this.controller&&this.controller.destroy(),this.camera&&this.camera.destroy(),this.scene&&this.scene.destroy(),this.scenes.forEach((t=>t.destroy())),this.scenes.length=0,super.destroy()}resize(){var t;this.camera.resize(),null==(t=this.controller)||t.resize()}setEnablePan(t){this.controller&&(this.controller.enablePan=!!t)}bindEvents(){var t;null==(t=this.controller)||t.addEventListener("change",this.controlsChangedHandler)}unbindEvents(){var t;null==(t=this.controller)||t.removeEventListener("change",this.controlsChangedHandler)}handleControlsChanged(t){}bindScene(t){this.scenes.push(t),this.reset(),this.scene=t,t.isStatic}getCameraPosition(){return this.camera.boundingBoxWorld}setCameraPosition(t,e=!0){return Hm.copy(t),this.resetCameraByBoundingBox(Hm,e)}saveCameraPosition(t){Hm.copy(this.camera.boundingBoxWorld);const e=t?Om+t:Om;sessionStorage.setItem(e,JSON.stringify(Hm))}clearCameraPosition(t){const e=t?Om+t:Om;sessionStorage.setItem(e,"")}restoreCameraPosition(t){const e=t?Om+t:Om,i=sessionStorage.getItem(e);i&&(Hm.copy(JSON.parse(i)),this.resetCameraByBoundingBox(Hm,!0))}zoomIn(){Hm.copy(this.camera.boundingBoxWorld).getSize(Rm),Hm.expandByScalar(-.1*Math.max(Rm.x,Rm.y)),this.resetCameraByBoundingBox(Hm,!0)}zoomOut(){this.controller&&(Hm.copy(this.camera.boundingBoxWorld).getSize(Rm),Hm.expandByScalar(.1*Math.max(Rm.x,Rm.y)),this.resetCameraByBoundingBox(Hm,!0))}fullscreen(t=10,e=!1){this.scene&&(this.scene.boundingBox.isEmpty()&&this.scene.computeBoundingBox(),"function"==typeof this.scene.computeBoundingBox?Hm.copy(this.scene.computeBoundingBox()):Hm.copy(this.scene.boundingBox),Hm.expandByVector(Rm.set(t,t)),this.resetCameraByBoundingBox(Hm,e))}handleCameraChanged(t){}reset(){}resetCameraByBoundingBox(t,e=!1){return p(this,null,(function*(){if(!this.camera)return;if(!t||t.isEmpty())throw new Error("BoundingBox empty");if(!e)return this.camera.setByBox(t),Promise.resolve();const i=this.camera.getCameraPosition();t.getCenter(Rm),t.getSize(zm);const n=Math.max(zm.x/this.camera.width,zm.y/this.camera.height),s={x:Rm.x,y:Rm.y,z:0,s:n,r:0};yield this.animateCamera(i,s)}))}animateCamera(t,e){return p(this,null,(function*(){return this.controller&&(this.controller.enabled=!1),this.tween&&this.tween.stop(),new Promise((i=>{this.tween=new Lo.Tween(t).to(e,this.animateDuration).easing(Lo.Easing.Exponential.Out).onUpdate((t=>{this.camera.position.set(t.x,t.y),this.camera.scaled.set(t.s,t.s),this.camera.rotation.set(t.r,t.r),this.camera.update()})).onComplete((()=>{this.controller&&(this.controller.enabled=!0),i()})).start()}))}))}computeBoundingBox(t,e=new ai){return t&&t.length?(e.makeEmpty(),t.forEach((t=>e.union(t.computeBoundingBox()))),e):e}expandScenesBoundingBox(t,e=new ai){t.forEach((t=>t.boundingBox.union(e)))}update(t){this.tween&&this.tween.update(t)}}const Om="camera_position_",Rm=new We,zm=new We,Hm=new ai;class Wm extends ws{constructor(){super(...arguments),d(this,"isStatic",!0),d(this,"featureKey","StaticScene_"+this.id),d(this,"cameraVersion",0),d(this,"dynamically",!1),d(this,"needsUpdateChangedHandler",this.handleNeedsUpdateChanged.bind(this))}handleNeedsUpdateChanged(){this.needsUpdate=!0}}class Fm extends zh{constructor(t){super(t),d(this,"name","GeoPolyline"),this._init(t),((null==t?void 0:t.stArrow)||(null==t?void 0:t.edArrow))&&(this.arrowLength=(null==t?void 0:t.arrowLength)||10,this.arrowDeg=(null==t?void 0:t.arrowDeg)||30)}buildPath(t,e,i){if(0===this.percent)return;let{points:n}=e||this;if(n&&n.length&&!(n.length<2)){for(let e=0,i=n.length;e<i;e+=2)e?t.lineTo(n[e],n[e+1]):t.moveTo(n[e],n[e+1]);this.addArrow(t)}}addArrow(t,e){const{points:i,stArrow:n,edArrow:s,arrowDeg:r,arrowLength:a}=this;if(!(null==i?void 0:i.length)||!n&&!s||!r)return this;if(e||(e=a),!e)return this;const o=i;if(!(null==o?void 0:o.length)||(null==o?void 0:o.length)<4)return this;if(n){if(Um.set(o[2],o[3]),qm.set(o[0],o[1]),Um.equals(qm))return this;Vm.subVectors(Um,qm),jm.lerpVectors(qm,Um,e/Vm.length()),Ym.copy(jm).rotateAround(qm,Ie(r)),Gm.copy(jm).rotateAround(qm,-Ie(r)),t.moveTo(Ym.x,Ym.y),t.lineTo(qm.x,qm.y),t.lineTo(Gm.x,Gm.y)}if(s){const i=o.length;if(Um.set(o[i-4],o[i-3]),qm.set(o[i-2],o[i-1]),Um.equals(qm))return this;Vm.subVectors(Um,qm),jm.lerpVectors(qm,Um,e/Vm.length()),Ym.copy(jm).rotateAround(qm,Ie(r)),Gm.copy(jm).rotateAround(qm,-Ie(r)),t.moveTo(Ym.x,Ym.y),t.lineTo(qm.x,qm.y),t.lineTo(Gm.x,Gm.y)}return this}}const Um=new We,Vm=new We,qm=new We,jm=new We,Ym=new We,Gm=new We;class $m extends ep{constructor(t={}){(null==t?void 0:t.width)||(t.width=.5*Ae.config.width),(null==t?void 0:t.height)||(t.height=.5*Ae.config.height),(null==t?void 0:t.lineWidth)||(t.lineWidth=1),(null==t?void 0:t.stroke)||(t.stroke=Le.darkRed),(null==t?void 0:t.arrowDeg)||(t.arrowDeg=30),(null==t?void 0:t.arrowLength)||(t.arrowLength=10),(null==t?void 0:t.lineDash)||(t.lineDash=[10,7]),t.points=[-t.width,0,t.width,0,0,t.height,0,-t.height];const e=.5*(t.arrowLength||10);super(new pp({points:[-e,0,0,e,e,0,0,-e]}),new Kd({fill:Le.darkRed})),d(this,"name","Axes"),d(this,"params"),d(this,"xShape"),d(this,"yShape"),d(this,"xRShape"),d(this,"yRShape"),this.params=t,this.xShape=new ep(new Fm({points:[2*e,0,t.width,0],linewidth:t.lineWidth,edArrow:!0,arrowLength:t.arrowLength,arrowDeg:t.arrowDeg}),new Kd({stroke:Le.darkRed,lineWidth:1})),this.yShape=new ep(new Fm({points:[0,2*e,0,t.height],linewidth:t.lineWidth,edArrow:!0,arrowLength:t.arrowLength,arrowDeg:t.arrowDeg}),new Kd({stroke:Le.darkGreen,lineWidth:1})),this.xRShape=new ep(new Fm({points:[-2*e,0,-t.width,0],linewidth:t.lineWidth}),new Kd({stroke:Le.darkRed,lineWidth:1,lineDash:t.lineDash})),this.yRShape=new ep(new Fm({points:[0,-2*e,0,-t.height],linewidth:t.lineWidth}),new Kd({stroke:Le.darkGreen,lineWidth:1,lineDash:t.lineDash})),this.add(this.xShape),this.add(this.yShape),this.add(this.xRShape),this.add(this.yRShape),this.computeBoundingBox()}computeBoundingBox(){var t;return(null==(t=this.params)?void 0:t.fixed)?this.boundingBox.makeEmpty():super.computeBoundingBox(),this.boundingBox}updateModelViewMatrix(t){var e;(null==(e=this.params)?void 0:e.fixed)?t?(this.modelViewMatrix.copy(t.viewMatrix),this.computeAxes(t)):this.modelViewMatrix.copy(this.matrixWorld):super.updateModelViewMatrix(t)}computeAxes(t){if(!t)return;t.updateBoundingBox();const e=t.scaled.x,i=this.params.lineWidth*e,n=[this.params.lineDash[0]*e,this.params.lineDash[1]*e],s=(this.params.arrowLength||10)*e,r=s/4;this.xShape.geo.arrowLength=s,this.xShape.geo.setPoints([s+r,0,t.boundingBoxWorld.max.x,0]),this.xShape.geo.lineWidth=i,this.yShape.geo.arrowLength=s,this.yShape.geo.setPoints([0,s+r,0,t.boundingBoxWorld.max.y]),this.yShape.geo.lineWidth=i,this.xRShape.geo.setPoints([-s-r,0,t.boundingBoxWorld.min.x,0]),this.xRShape.geo.lineWidth=i,this.xRShape.mtl.lineDash=n,this.yRShape.geo.setPoints([0,-s-r,0,t.boundingBoxWorld.min.y]),this.yRShape.geo.lineWidth=i,this.yRShape.mtl.lineDash=n,this.geo.setPoints([-s,0,-r,r,0,s,r,r,s,0,r,-r,0,-s,-r,-r])}}class Xm extends Wm{constructor(t={},e){super(),d(this,"isMainScene",!0),d(this,"name","MainScene"),d(this,"params"),d(this,"adapter"),d(this,"featureKey","MainScene_"+this.id),d(this,"axesHelper"),d(this,"resourcesMap",{}),d(this,"legend",[]),d(this,"_viewBox",new ai),this.params=t,this.adapter=e,this.selectable=!0,this.initAxesHelper()}destroy(){var t;super.destroy(),this.resourcesMap={},this.legend=[],null==(t=this.axesHelper)||t.destroy()}initAxesHelper(){this.params.axesHelper&&(this.axesHelper&&this.axesHelper.destroy(),this.axesHelper=new $m({fixed:!0,lineWidth:.5}),this.add(this.axesHelper))}setViewBox(t){t&&this._viewBox.copy(t)}computeBoundingBox(){return super.computeBoundingBox(),!this._viewBox.isEmpty()&&(this._viewBox.getCenter(Zm),this.boundingBox.getCenter(Jm),Math.round(We.getDistance(Zm,Jm)))?this._viewBox:this.boundingBox}getBoundingBox(){return this._viewBox.isEmpty()?this.boundingBox:this._viewBox}add(t){return super.add(t),t.userData.id?(this.resourcesMap[t.userData.id]||(this.resourcesMap[t.userData.id]=[]),this.resourcesMap[t.userData.id].push(t),this):this}remove(t){if(!t)return this;if(super.remove(t),this.resourcesMap[t.userData.id]){const e=this.resourcesMap[t.userData.id].indexOf(t);e>-1&&this.resourcesMap[t.userData.id].splice(e,1),this.resourcesMap[t.userData.id].length||delete this.resourcesMap[t.userData.id]}return this}getAssetIdsByType(t){const e=[];return this.traverse((i=>{i.userData.assetType===t&&i.userData.id&&e.push(i.userData.id)})),e}getByIds(t,e=[]){if(e.length=0,!t)return e;Array.isArray(t)||(t=[t]);for(let i=0,n=(null==t?void 0:t.length)||0;i<n;i++)Object.hasOwnProperty.call(this.resourcesMap,t[i])&&e.push(...this.resourcesMap[t[i]]);return e}setFillOrStrokeByIds(t,e,i="fill"){this.traverse((n=>{var s;if(!n.mtl||!t.includes(n.userData.id))return;const r=ri.cloneDeep(n.mtl);"fill"===i?r.fill=e:"stroke"===i&&(r.stroke=e,r.lineWidth=5),n.mtl=cp.getMtl(r),this.addLegend(i,e,null==(s=n.userData)?void 0:s.id)})),this.needsUpdate=!0}clearFillOrStroke(t,e){this.traverse((i=>{var n,s,r,a,o,h;if(!i.mtl)return;if(e&&!e.includes(i.userData.id))return;const l=ri.cloneDeep(i.mtl);void 0!==t&&"fill"!==t||!(null==l?void 0:l.fill)||(l.fill=(null==(s=null==(n=i.userData)?void 0:n.style)?void 0:s.fill)||void 0),void 0!==t&&"stroke"!==t||!(null==l?void 0:l.stroke)||(l.stroke=(null==(a=null==(r=i.userData)?void 0:r.style)?void 0:a.stroke)||void 0,l.lineWidth=(null==(h=null==(o=i.userData)?void 0:o.style)?void 0:h.lineWidth)||1),i.mtl=cp.getMtl(l)})),this.needsUpdate=!0,this.clearLegendBy(t)}increaseFontSize(t=1.1){this.traverse((e=>{var i;e.mtl&&e.isText&&(null==(i=e.mtl)?void 0:i.text)&&(e.scaled.multiplyScalar(t),e.updateMatrix(),e.needsUpdate=!0)}));const e=ri.uniq(ri.compact(ri.map(this.children,(t=>t.userData.aid))));this.recomputedAssetLabels(e),this.needsUpdate=!0}increaseStrokeWidth(t=1.1){this.traverse((e=>{var i;e.mtl&&(null==(i=e.mtl)?void 0:i.stroke)&&e.geo.lineWidth&&(e.geo.lineWidth*=t)})),this.needsUpdate=!0}addLegend(t,e,i){let n=this.legend.find((t=>t.color===e));n||(n={type:t,color:e,ids:[]},this.legend.push(n)),n.ids.push(i)}getLegend(){return this.legend}clearLegendBy(t){var e;t||(this.legend.length=0);for(let i=(null==(e=this.legend)?void 0:e.length)-1;i>=0;i--)this.legend[i].type===t&&this.legend.splice(i,i)}getAssetLabels(t,e){var i,n,s,r,a;const o=ri.filter(this.children,(t=>{var i;return(null==(i=t.userData)?void 0:i.aid)===e}));if(!(null==o?void 0:o.length))return;const h=[];for(let t,e=0,l=o.length;e<l;e++){t=o[e],(null==(i=t.mtl)?void 0:i.text)&&h.push(null==(n=t.mtl)?void 0:n.text);for(let e,i=0,n=(null==(s=null==t?void 0:t.children)?void 0:s.length)||0;i<n;i++)e=t.children[i],(null==(r=null==e?void 0:e.mtl)?void 0:r.text)&&h.push(null==(a=null==e?void 0:e.mtl)?void 0:a.text)}return h}setAssetLabels(t,e){if(!ri.find(this.children,(e=>{var i;return(null==(i=e.userData)?void 0:i.id)===t})))return;const i=ri.filter(this.children,(e=>{var i;return(null==(i=e.userData)?void 0:i.aid)===t}));if(!(null==i?void 0:i.length))return;const n=i[i.length-1];for(let t=0,s=((null==e?void 0:e.length)||0)-((i.length||0)-1);t<s;t++){const t=n.clone(!0,!0);this.add(t),t.updateMatrix(),i.push(t)}for(let t=1,n=(null==i?void 0:i.length)||0;t<n;t++){const n=i[t];n.mtl.text=(null==e?void 0:e.length)?e[t-1]:void 0,n.needsUpdate=!0}this.recomputedAssetLabels(t)}recomputedAssetLabels(t){if(t){Array.isArray(t)||(t=[t]);for(let e=0,i=(null==t?void 0:t.length)||0;e<i;e++){let i=ri.filter(this.children,(i=>{var n,s;return(null==(n=i.userData)?void 0:n.aid)===t[e]&&!!(null==(s=i.mtl)?void 0:s.text)}));if(!(null==i?void 0:i.length))return;for(let t,e=0,n=(null==i?void 0:i.length)||0;e<n;e++)t=i[e],t.computeBoundingBox(),t.updateBoundingBox(),Qm.copy(t.boundingBoxWorld).getSize(Jm),Zm.copy(i[e?e-1:0].position),Jm.multiplyScalar(1.2),e&&(t.position.set(Zm.x,Zm.y-Jm.y),t.updateMatrix())}}}clearAssetLabels(t){const e=t?this.getAssetIdsByType(t):this.children.map((t=>t.userData.id&&t.userData.assetType));for(let t,i=0,n=(null==e?void 0:e.length)||0;i<n;i++)if(t=ri.filter(this.children,(t=>{var n;return(null==(n=t.userData)?void 0:n.aid)===e[i]})),(null==t?void 0:t.length)&&1!==t.length)for(let e=t.length-1;e>0;e--)t[e].destroy(),this.remove(t[e])}getAssetBoundingBox(t,e=new ai){if(e.makeEmpty(),!t)return e;Array.isArray(t)||(t=[t]);for(let i,n=0,s=(null==t?void 0:t.length)||0;n<s;n++){i=t[n];const s=this.getByIds(i);if(null==s?void 0:s.length)for(let t=0,i=s.length;t<i;t++)e.union(s[t].boundingBoxWorld)}return e}setAssetType(t,e){var i,n;const s=[t];t!==Di.RM&&s.push(Di.RM);const r=null==(i=this.adapter)?void 0:i.getAssetIdsByType(s);(null==r?void 0:r.length)&&(null==(n=this.adapter)||n.updateLayersVisibility(r,!0))}}const Zm=new We,Jm=new We,Qm=new ai;class Km extends Uf{constructor(t={}){super(),d(this,"name","AnimateScene"),d(this,"params"),d(this,"resourcesMap",{}),d(this,"dynamicFill",Le.red),d(this,"dynamicScale",new We(1,1)),d(this,"clock",new Ef),d(this,"mixer"),d(this,"_selectedClip"),d(this,"selectedAction"),this.params=t,this.initAxesHelper(),this.mixer=new Am(this)}destroy(){super.destroy()}initAxesHelper(){this.params.axesHelper&&(this.axesHelper&&this.axesHelper.destroy(),this.axesHelper=new $m({fixed:!0,lineWidth:.5}),this.add(this.axesHelper))}add(t){return super.add(t),t.userData.id?(this.resourcesMap[t.userData.id]||(this.resourcesMap[t.userData.id]=[]),this.resourcesMap[t.userData.id].push(t),this):this}remove(t){if(!t)return this;if(super.remove(t),this.resourcesMap[t.userData.id]){const e=this.resourcesMap[t.userData.id].indexOf(t);e>-1&&this.resourcesMap[t.userData.id].splice(e,1),this.resourcesMap[t.userData.id].length||delete this.resourcesMap[t.userData.id]}return this}getByIds(t,e=[]){if(e.length=0,!t)return e;Array.isArray(t)||(t=[t]);for(let i=0,n=(null==t?void 0:t.length)||0;i<n;i++)Object.hasOwnProperty.call(this.resourcesMap,t[i])&&e.push(...this.resourcesMap[t[i]]);return e}getAssetBoundingBox(t,e=new ai){if(e.makeEmpty(),!t)return e;Array.isArray(t)||(t=[t]);for(let i,n=0,s=(null==t?void 0:t.length)||0;n<s;n++){i=t[n];const s=this.getByIds(i);if(null==s?void 0:s.length)for(let t=0,i=s.length;t<i;t++)e.union(s[t].boundingBoxWorld)}return e}onBeforeRender(){}update(t){var e;null==(e=this.mixer)||e.update(this.clock.getDelta())}}class tg extends Uf{constructor(t={}){var e,i;super(),d(this,"isEmptyScene",!0),d(this,"name","EmptyScene"),d(this,"params"),d(this,"loadingShape"),d(this,"lineShape"),d(this,"triangleShape"),d(this,"scales",[.95,1.15,.002]),d(this,"l",0),d(this,"scaleTrend",!1),d(this,"clock",new Ef),d(this,"mixer"),d(this,"_selectedClip"),d(this,"selectedAction"),this.params=t,this.loadingShape=new Tm(eg,{fill:Le.darkGray,flipY:!0}),this.loadingShape.name="loading",this.loadingShape.dynamically=!0,this.add(this.loadingShape),this.loadingShape.updateMatrixWorld(),this.loadingShape.computeBoundingBox(),this.loadingShape.updateBoundingBox(),sg.copy(this.loadingShape.boundingBoxWorld).getCenter(ig),sg.getSize(ng),this.loadingShape.setPosition(ig.negate()).updateMatrix(),this.l=ng.x;const n=Math.max(Math.floor(this.l/30),2),s=[-this.l/2,-(10+n),-this.l/2,-10,this.l/2,-10,this.l/2,-(10+n)];this.lineShape=new Im({points:s,fill:Le.darkGray}),this.add(this.lineShape),this.lineShape.name="loadingLine";const r=[0,0,ng.x/2,ng.x,ng.x,0];this.triangleShape=new Im({points:r,fill:Le.darkRed}),this.add(this.triangleShape),this.triangleShape.name="loadingTriangle",this.triangleShape.setPosition(new We(-.12*ng.x,ng.y/-.4)).setScale(.25,.15).updateMatrix(),this.computeBoundingBox(),this.mixer=new Am(this);const a=new tm(`${this.loadingShape.name}.mtl.fill`,[0,1.2,2],[0,0,0,.7,.38,.38,.38,.7,0,0,0,.7]),o=new em(`${this.triangleShape.name}.mtl.fillOpacity`,[0,1.5,3],[1,.8,1],em.DefaultInterpolation),h=new tm(`${this.lineShape.name}.scaled`,[0,1.5,3],[1,1,.6,1,1,1]);this._selectedClip=new rm("selected",3,[a,o,h]),this.selectedAction=null==(e=this.mixer)?void 0:e.clipAction(this._selectedClip,this.desScene),null==(i=this.selectedAction)||i.play()}destroy(){super.destroy()}onBeforeRender(){this.lineShape.updateMatrix()}update(){var t;null==(t=this.mixer)||t.update(this.clock.getDelta())}}const eg='\n<path d="M13.5 15.8L12.62 17.3L0.799999 17.3L0.799999 5.8L13.46 5.8L12.56 7.3L4.84 7.3L4.84 10.66L13.12 10.66L12.24 12.18L4.84 12.18L4.84 15.8L13.5 15.8Z\nM32.12 17.3L28.52 17.3L28.52 9.9L25.18 17.3L22.1 17.3L18.8 10L18.8 17.3L15.1 17.3L15.1 5.8L20.06 5.8L23.68 13.68L27.32 5.8L32.12 5.8L32.12 17.3Z\nM37.72 12.8L37.72 17.3L33.72 17.3L33.72 5.8L42.22 5.8L41.06 7.34L37.72 7.34L37.72 11.3L42.22 11.3L42.22 5.8L46.28 5.8L46.28 12.8L37.72 12.8Z\nM57 17.3L53 17.3L53 7.34L47.88 7.34L47.88 5.8L62.48 5.8L61.6 7.34L57 7.34L57 17.3Z\nM69.92 13.52L64.08 5.78L68.62 5.78L71.92 10.58L75.14 5.78L79.64 5.78L73.92 13.56L73.92 17.28L69.92 17.28L69.92 13.52Z" />\n',ig=new We,ng=new We,sg=new ai;class rg{constructor(t,e){d(this,"parent"),d(this,"view"),d(this,"scenes",[]),d(this,"oriScene"),d(this,"dstScene"),d(this,"_fnEnable",null==(i=Ae.config)?void 0:i.fnEnable),this.parent=t,this.view=e}fnEnableChanged(t){this._fnEnable=!!t}activate(){}deactivate(){this.scenes=[],this.oriScene=void 0,this.dstScene=void 0}bindScene(...t){return this.scenes.length=0,this.scenes.push(...t),this.oriScene=this.scenes.find((t=>t.isStatic)),this.dstScene=this.scenes.find((t=>t.isDynamic)),this}getDynamicObjectsByIds(t){var e,i,n;const s=[];if(null==(e=this.dstScene)||e.getByIds(t,s),null==s?void 0:s.length)return s;const r=null==(i=this.oriScene)?void 0:i.getByIds(t);if(!(null==r?void 0:r.length))return s;for(let t=0,e=(null==r?void 0:r.length)||0;t<e;t++){const e=r[t].clone(!0,!0);null==(n=this.dstScene)||n.add(e),s.push(e)}return s}clearDynamicObjectsByIds(t){var e,i;if(!t)return;Array.isArray(t)||(t=[t]);const n=null==(e=this.dstScene)?void 0:e.getByIds(t);if(null==n?void 0:n.length)for(let t,e=0,s=(null==n?void 0:n.length)||0;e<s;e++)t=n[e],null==(i=this.dstScene)||i.remove(t),t.destroy()}getColorKeyframeTrack(t,e,i=.5,n=[0,1.2,2]){const s=new Re(e).setA(i).getNormalized(),r=[...s,.38*s[0],.38*s[1],.38*s[2],.5*s[3],...s];return new im(t,n,r)}}class ag extends rg{constructor(t,e){super(t,e),d(this,"type",Ho.HOVER),d(this,"rayCaster",new rr),d(this,"_hoverIds",[]),d(this,"hoverAction"),d(this,"_hoverClip"),d(this,"dynamicStroke",Le.red);const i=this.getColorKeyframeTrack(".dynamicStroke",Le.darkRed,.8);this._hoverClip=new rm("selected",1,[i])}activate(){var t;super.activate(),this.hoverAction=null==(t=this.parent.mixer)?void 0:t.clipAction(this._hoverClip,this)}deactivate(){var t,e;super.deactivate(),null==(t=this.hoverAction)||t.stop(),null==(e=this.parent.mixer)||e.removeAction(this.hoverAction),this.hoverAction=void 0,this._hoverIds=[]}handlePointerOver(t){var e,i,n,s,r,a;const{id:o,target:h,isStatic:l,isDynamic:u,isDummy:c}=(null==t?void 0:t.data)||{};if(this._hoverIds.includes(o))return;const d=(null==(i=null==(e=this.view)?void 0:e.camera)?void 0:i.pixelWidth)||1,p=this.getDynamicObjectsByIds(o);c&&(ri.set(t,"data.rmId",null==(n=null==h?void 0:h.userData)?void 0:n.rmId),ri.set(t,"data.wsId",null==(s=null==h?void 0:h.userData)?void 0:s.wsId),ri.set(t,"data.label",null==(r=null==h?void 0:h.userData)?void 0:r.label)),og(p,d),this._hoverIds.push(o),null==(a=this.hoverAction)||a.play(),this.parent.editor.dispatchEvent({type:Mi.POINTER_OVER,data:null==t?void 0:t.data})}handleOut(t){this.clearHover(),this.parent.editor.dispatchEvent({type:Mi.POINTER_OUT,data:null==t?void 0:t.data})}clearHover(){var t;if(null==(t=this.hoverAction)||t.stop(),this.dstScene){for(let t=0,e=this._hoverIds.length;t<e;t++){const e=this.dstScene.getByIds(this._hoverIds[t]);e.length&&hg(e)}this._hoverIds=[]}}traverse(t){var e;if(this.dstScene)for(let i=0,n=(null==(e=this._hoverIds)?void 0:e.length)||0;i<n;i++){const e=this.dstScene.getByIds(this._hoverIds[i]);for(let i=0,n=(null==e?void 0:e.length)||0;i<n;i++)t(e[i])}}update(){var t,e;(null==(e=null==(t=this.dstScene)?void 0:t.children)?void 0:e.length)&&this.traverse((t=>{t.traverse((t=>{t.isShape&&(t.mtl.stroke=this.dynamicStroke)}))}))}}const og=(t,e=1)=>{if(t){Array.isArray(t)||(t=[t]);for(let i,n=0,s=t.length;n<s;n++)i=t[n],i.traverse((t=>{t.isShape&&(t.userData.actType|=Fo.HOVER,t.geo.lineWidth=5*e,t.mtl.stroke=Le.darkYellow,t.mtl.lineJoin="round")}))}},hg=(t,e=1)=>{if(t){Array.isArray(t)||(t=[t]);for(let e,i=0,n=t.length;i<n;i++)e=t[i],e.traverse((t=>{var e,i,n;t.isShape&&(t.userData.actType&=~Fo.HOVER,t.geo.lineWidth=null==(i=null==(e=t.userData)?void 0:e.style)?void 0:i.lineWidth,t.mtl.stroke=null==(n=t.userData.style)?void 0:n.stroke,t.mtl.lineJoin=void 0)}))}};class lg extends rg{constructor(t,e){super(t,e),d(this,"type",Ho.SELECT),d(this,"intersects",[]),d(this,"rayCaster"),d(this,"_selectedIds",[]),d(this,"_selectedClip"),d(this,"selectedAction"),d(this,"dynamicSelectFill",Le.red),d(this,"dynamicSelectStroke",Le.red),this.rayCaster=new rr;const i=this.getColorKeyframeTrack(".dynamicSelectFill",Le.red,.5),n=this.getColorKeyframeTrack(".dynamicSelectStroke",Le.darkRed,.8);this._selectedClip=new rm("selected",3,[i,n])}get _selectEnable(){var t,e;return!(!(null==(t=Ae.config)?void 0:t.selectEnable)||!(null==(e=this.view)?void 0:e.camera))}get _multiSelectEnable(){return Ae.config.multiSelectEnable}get _dragEnable(){var t,e;return(null==(t=Ae.config)?void 0:t.multiSelectEnable)&&(null==(e=Ae.config)?void 0:e.fnEnable)}activate(){var t;super.activate(),this.selectedAction=null==(t=this.parent.mixer)?void 0:t.clipAction(this._selectedClip,this)}deactivate(){var t,e;this.clearSelected(),super.deactivate(),null==(t=this.selectedAction)||t.stop(),null==(e=this.parent.mixer)||e.removeAction(this.selectedAction),this.selectedAction=void 0,this.intersects=[],this._selectedIds=[]}setDynamicFill(t){}handleTap(t){if(this.intersects.length=0,!this.oriScene)return;if(!this._selectEnable&&!this._multiSelectEnable)return;this.rayCaster.init(t.data,this.view.camera).intersectObjectBy(this.oriScene,this._validFilter.bind(this),!0,this.intersects);const e=ri.uniq(ri.compact(ri.map(this.intersects,(t=>{var e,i;return(null==(e=t.userData)?void 0:e.assetType)===Ae.config.assetType?null==(i=t.userData)?void 0:i.id:""}))));this.selectByIds(e,!0),this.parent.editor.dispatchEvent({type:Mi.SELECTED,data:this._selectedIds})}handlePanStart(t){var e;if((null==t?void 0:t.type)===Rh.PAN_START&&this._dragEnable){if(!this.dstScene)throw new Error("No dynamic scene found!");this.parent.editor.setEnablePan(!1),ug.copy(t.data.screenCoords).unproject(null==(e=this.view)?void 0:e.camera),dg.makeEmpty().expandByPoint(ug)}}handlePanMove(t){var e;(null==t?void 0:t.type)===Rh.PAN_MOVE&&this._dragEnable&&(cg.copy(t.data.screenCoords).unproject(null==(e=this.view)?void 0:e.camera),dg.makeEmpty().expandByPoint(ug).expandByPoint(cg))}handlePanEnd(t){var e,i;if(this.intersects.length=0,(null==t?void 0:t.type)!==Rh.PAN_END)return;if(!this._dragEnable)return;cg.copy(t.data.screenCoords).unproject(null==(e=this.view)?void 0:e.camera),dg.makeEmpty().expandByPoint(ug).expandByPoint(cg),this.rayCaster.init({worldBox:dg},null==(i=this.view)?void 0:i.camera).intersectObjectBy(this.oriScene,this._validFilter.bind(this),!0,this.intersects);const n=ri.uniq(ri.compact(ri.map(this.intersects,(t=>{var e,i,n;return(null==(e=t.userData)?void 0:e.assetType)===(null==(i=Ae.config)?void 0:i.assetType)?null==(n=t.userData)?void 0:n.id:""}))));this.selectByIds(n,this._multiSelectEnable),this.parent.editor.dispatchEvent({type:Mi.SELECTED,data:this._selectedIds})}_validFilter(t){var e,i,n;return!(!t.visible||!t.selectable||(null==(e=t.userData)?void 0:e.assetType)!==(null==(i=Ae.config)?void 0:i.assetType))&&!ri.uniq(ri.compact(ri.map(this.intersects,(t=>{var e;return null==(e=t.userData)?void 0:e.id})))).includes(null==(n=t.userData)?void 0:n.id)}traverse(t){if(!this.dstScene)return;const e=this.dstScene.getByIds(this._selectedIds);if(null==e?void 0:e.length)for(let i=0,n=(null==e?void 0:e.length)||0;i<n;i++)t(e[i])}update(){var t,e;if(!(null==(e=null==(t=this.dstScene)?void 0:t.children)?void 0:e.length))return;const i=this.getDynamicObjectsByIds(this._selectedIds);for(let t,e=0,n=(null==i?void 0:i.length)||0;e<n;e++)t=i[e],t.isShape&&(t.userData.actType||0)&Fo.SELECT&&t.traverse((t=>{t.mtl.fill=this.dynamicSelectFill,t.mtl.stroke=this.dynamicSelectStroke}))}hasSelected(t){return this._selectedIds.includes(t)}clearSelected(t){if(this.dstScene){if(!t||!(null==t?void 0:t.length))return this.clearDynamicObjectsByIds(this._selectedIds),void(this._selectedIds.length=0);Array.isArray(t)||(t=[t]),this.clearDynamicObjectsByIds(t);for(let e=0,i=t.length;e<i;e++){const i=this._selectedIds.indexOf(t[e]);i>-1&&this._selectedIds.splice(i,1)}}}selectByIds(t,e){var i,n;if(t&&this.oriScene&&this.dstScene){if(Array.isArray(t)||(t=[t]),null==(i=this.selectedAction)||i.stop(),this._selectEnable){const i=this.hasSelected(t[0]);if(i?this.clearSelected(t[0]):this.clearSelected(),i&&e)return}else this._multiSelectEnable&&(e||this.clearSelected());this.toggleSelectByIds(t,e),null==(n=this.selectedAction)||n.play()}}toggleSelectByIds(t,e){if(this.oriScene&&this.dstScene){Array.isArray(t)||(t=[t]);for(let i=0,n=t.length;i<n;i++){if(this.hasSelected(t[i])){e&&this.clearSelected(t[i]);continue}const n=this.getDynamicObjectsByIds(t[i]);if(null==n?void 0:n.length){for(let t=0,e=n.length;t<e;t++){n[t].moveToLast();const e=this.getDynamicObjectsByIds(n[t].userData.id);for(let t=0,i=(null==e?void 0:e.length)||0;t<i;t++){const i=e[t];i.moveToLast(),i.traverse((t=>{var e;(null==t?void 0:t.isShape)&&(t.userData.actType|=Fo.SELECT,t.geo.lineWidth=5*((null==(e=t.userData.style)?void 0:e.strokeWidth)||1))}))}}this._selectedIds.push(t[i])}}}}}const ug=new We,cg=new We,dg=new ai;class pg extends ep{constructor(t={}){var e;const{x:i=0,y:n=0,w:s=10,h:r=10}=t,a=s/2,o=r/2;(null==(e=t.points)?void 0:e.length)||(t.points=[i-a,n-o,i-a,n+o,i+a,n+o,i+a,n-o,i-a,n-o]);const h=new pp(t),l=new Kd(t);(null==t?void 0:t.lineWidth)||(l.lineWidth=1),super(h,l),d(this,"name","Rect")}setPoints(t){return!t||t.length<2||this.geo.setPoints(t),this}}class fg extends rg{constructor(t,e){super(t,e),d(this,"type",Ho.SELECTOR_RECT),d(this,"_fnEnable",!1),d(this,"selector"),d(this,"rayCaster",new rr),d(this,"intersects",[]),this.selector=new pg({name:mg,fill:new Re(Le.darkBlue).setA(.1).getStyle(),stroke:Le.darkBlue,lineWidth:1,lineDash:[5,5]})}activate(){super.activate()}deactivate(){super.deactivate(),this.intersects=[]}bindScene(...t){var e,i;return super.bindScene(...t),(null==(e=this.dstScene)?void 0:e.getObjectByProperty("name",mg))||null==(i=this.dstScene)||i.add(this.selector),this}fnEnableChanged(t){this._fnEnable=!!t}get _dragEnable(){var t;return(null==(t=Ae.config)?void 0:t.multiSelectEnable)&&this._fnEnable}handlePanStart(t){var e;if(this._dragEnable&&(null==t?void 0:t.type)===Rh.PAN_START){if(!this.dstScene)throw new Error("No dynamic scene found!");this.parent.editor.setEnablePan(!1),gg.copy(t.data.screenCoords).unproject(null==(e=this.view)?void 0:e.camera),vg.makeEmpty().expandByPoint(gg),this.selector.setVisible(!0).setPoints([gg.x,gg.y])}}handlePanMove(t){var e;this._dragEnable&&(null==t?void 0:t.type)===Rh.PAN_MOVE&&(yg.copy(t.data.screenCoords).unproject(null==(e=this.view)?void 0:e.camera),vg.makeEmpty().expandByPoint(gg).expandByPoint(yg),this.selector.setPoints(vg.round().getNumbersArray()))}handlePanEnd(t){var e;this.parent.editor.setEnablePan(!0),this._dragEnable&&(null==t?void 0:t.type)===Rh.PAN_END&&(yg.copy(t.data.screenCoords).unproject(null==(e=this.view)?void 0:e.camera),vg.makeEmpty().expandByPoint(gg).expandByPoint(yg),this.selector.setVisible(!1))}}const mg="EDITOT_SELECTOR",gg=new We,yg=new We,vg=new ai;class xg extends rg{constructor(t,e){super(t,e),d(this,"type",Ho.DRAG),d(this,"_fnEnable",!1),d(this,"dragMode",Uo.MAKE_COPY),d(this,"rayCaster",new rr),d(this,"intersects",[]),d(this,"_currentObject"),d(this,"_originalPosition",new We),d(this,"_dragOffset",new We),d(this,"_objectFilter"),d(this,"_getDragabledHandler")}activate(){super.activate()}deactivate(){super.deactivate(),this.intersects=[],this._currentObject=void 0}setDraggingObject(t){this.handlePanStart({type:Rh.PAN_START,data:{target:t}})}handlePanStart(t){var e,i,n;if((null==t?void 0:t.type)!==Rh.PAN_START)return;if(!this.dstScene)throw new Error("No dynamic scene found!");if(!(null==(e=null==t?void 0:t.data)?void 0:e.target))return;let s;s="function"==typeof this._getDragabledHandler?this._getDragabledHandler(null==(i=null==t?void 0:t.data)?void 0:i.target):null==(n=null==t?void 0:t.data)?void 0:n.target,s&&(this.parent.editor.setEnablePan(!1),this._currentObject=s,this.parent.handleDragStart(t))}handlePanMove(t){(null==t?void 0:t.type)===Rh.PAN_MOVE&&this._currentObject&&(this._currentObject.position.copy(t.data.worldCoords),this._currentObject.updateMatrix(),this._currentObject.updateWorldMatrix(!0,!1))}handlePanEnd(t){var e;this.parent.editor.setEnablePan(!0),(null==t?void 0:t.type)===Rh.PAN_END&&(ri.set(t,"data.target",this._currentObject),this.parent.handleDragEnd(t),this._currentObject=void 0,null==(e=this.view.camera)||e.update())}bindFilter(t){this._objectFilter=t}_defaultFilter(t){return t.visible&&t.selectable}_validFilter(t){return this._objectFilter?this._objectFilter(t):this._defaultFilter(t)}bindGetDragabledHandler(t){this._getDragabledHandler=t}}class bg extends zh{constructor(t){super(t),this._init(t)}buildPath(t,e,i){if(0===this.percent)return;let{x:n=0,y:s=0,radius:r,startAngle:a=0,endAngle:o=2*Math.PI}=e||this;t.arc(n,s,r,a,o)}}class wg extends ep{constructor(t=new bg,e=new Kd,i){super(t,e,i),d(this,"name","Sprite"),d(this,"isSprite",!0)}updateModelViewMatrix(t){if(t){_g.makeScale(t.scaled.x,t.scaled.y).premultiply(this.matrixWorld),this.modelViewMatrix.multiplyMatrices(t.viewMatrix,_g);for(let e=0,i=this.children.length;e<i;e++)this.children[e].updateModelViewMatrix(t)}}}const _g=new Fi;class Sg extends wg{constructor(){super(...arguments),d(this,"isDummy",!0),d(this,"composeNode",!0),d(this,"selectable",!0),d(this,"visible",!0),d(this,"renderOrder",1/0),d(this,"txtShape")}setText(t){var e;(null==(e=this.txtShape)?void 0:e.mtl)&&(this.txtShape.mtl.text=t)}setLabel(t,e){this.userData.label=t}updateModelViewMatrix(t){var e,i;if(super.updateModelViewMatrix(t),!this.txtShape)return;const n=1.2*((null==(e=this.params)?void 0:e.radius)||10)*((null==(i=null==t?void 0:t.scaled)?void 0:i.x)||1);this.txtShape.mtl.fontSize=n,this.txtShape.position.set(0,-n/2),this.txtShape.updateMatrix()}}class Eg extends Sg{constructor(t,e={}){var i,n;e.radius||(e.radius=null==(n=null==(i=Ae.config)?void 0:i.dummy)?void 0:n.radius);const s=new bg({x:0,y:0,radius:e.radius,thinLine:!0}),r=new Kd({fill:Le.blue,stroke:Le.darkBlue});super(s,r),d(this,"params"),d(this,"dragable",!0),d(this,"radius"),this.params=e,this.userData=c(u({},t),{assetType:Li,style:{fill:r.fill,stroke:r.stroke,lineWidth:r.lineWidth}}),this.txtShape=new fp({text:(t.label||"").substring(0,1),fontSize:1.2*e.radius,fill:Le.white,textBaseline:"ideographic",fontWeight:"300"}),this.add(this.txtShape)}}class Mg extends Sg{constructor(t,e={}){var i,n;e.radius||(e.radius=null==(n=null==(i=Ae.config)?void 0:i.dummy)?void 0:n.radius);const s=e.radius,r=new mp({x:-s,y:-s,w:2*s,h:2*s,r:s/2}),a=new Kd({fill:Le.blue,stroke:Le.darkBlue});super(r,a),d(this,"params"),d(this,"txtShape"),this.params=e,this.userData=c(u({},t),{assetType:Li,style:{fill:a.fill,stroke:a.stroke,lineWidth:a.lineWidth}}),this.txtShape=new fp({text:"1",fontSize:e.radius,fill:Le.white,textBaseline:"ideographic",fontWeight:"300"}),this.add(this.txtShape),this.needsUpdate=!0}}class Ag extends rg{constructor(t,e){super(t,e),d(this,"type",Ho.DUMMY),d(this,"_fnEnable",!1),d(this,"_dummies",[]),d(this,"_centroidCache",{}),d(this,"_rmMap",new Map),d(this,"_mergedMap",new Map),d(this,"action"),d(this,"_clip"),d(this,"dynamicDummyFill",Le.red),d(this,"dynamicDummyStroke",Le.darkRed),d(this,"rayCaster",new rr),d(this,"intersects",[]),d(this,"_currentDummy"),d(this,"_unboundDummiesMap",{}),d(this,"_cameraHandler",this.handleCameraUpdate.bind(this)),d(this,"_getDragabledHandler",this.getDragabled.bind(this));const i=new im(".dynamicDummyFill",[0,.6,1],[.95,.38,.38,.8,.95,.38,.38,.3,.95,.38,.38,.8]),n=new im(".dynamicDummyStroke",[0,.6,1],[.95,.38,.38,.8,.95,.38,.38,.3,.95,.38,.38,.8]);this._clip=new rm("currentDummy",1,[i,n]),this.bindEvents()}destroy(){this.deactivate(),this.unbindEvents()}bindEvents(){var t,e;null==(e=null==(t=this.view)?void 0:t.camera)||e.addEventListener(Zs.UPDATE,this._cameraHandler)}unbindEvents(){var t,e;null==(e=null==(t=this.view)?void 0:t.camera)||e.removeEventListener(Zs.UPDATE,this._cameraHandler)}activate(){var t;super.activate(),this.action=null==(t=this.parent.mixer)?void 0:t.clipAction(this._clip,this);const e=this.parent.get(Ho.DRAG);e&&(e.bindFilter(this._validFilter.bind(this)),e.bindGetDragabledHandler(this._getDragabledHandler))}deactivate(){var t,e;this.clearDummies(),super.deactivate(),null==(t=this.action)||t.stop(),null==(e=this.parent.mixer)||e.removeAction(this.action),this.action=void 0,this._dummies=[],this._centroidCache={},this._rmMap=new Map,this._mergedMap=new Map,this.intersects=[];const i=this.parent.get(Ho.DRAG);i&&(i.bindFilter(),i.bindGetDragabledHandler())}fnEnableChanged(t){this._fnEnable=!!t}bindEditorDrag(t){let e=this.getDummyById(null==t?void 0:t.id);e||(e=(null==t?void 0:t.rmId)?this.addDummy(t):this.addDummyUnbound(t)),e&&(e.visible=!1)}getDraggingObject(t){return this.getDummyById(null==t?void 0:t.id)}getDragabled(t){var e;if(!t)return;if(Array.isArray(t)||(t=[t]),!t.length)return;const i=t[0];let n=this._unboundDummiesMap[null==(e=i.userData)?void 0:e.id];return!n&&i.dragable&&(i.mtl.fill=i.userData.style.fill=new Re(Le.blue).setA(.5).getStyle(),i.mtl.lineDash=[2,2],i.userData.status=Vo.MODIFIED,n=this.addDummyUnbound(i.userData)),n&&(n.visible=!0),n}handleDragEnd(t){var e;if(!this.oriScene)throw new Error("No dynamic scene found!");const{target:i}=(null==t?void 0:t.data)||{};if(!(null==i?void 0:i.isDummy))return;const n=[],s=c(u({},null==t?void 0:t.data),{screenCoords:i.position});if(this.rayCaster.init(s,this.view.camera).intersectObjectBy(this.oriScene,this._assetFilter.bind(this),!0,n),!(null==n?void 0:n.length))return;i.userData.rmId=null==(e=n[0].userData)?void 0:e.id;const r=this.getDummiesVo(!0);this.parent.editor.dispatchEvent({type:Mi.DRAG_END,data:r})}_validFilter(t){var e,i;return!(!t.visible||!t.selectable||(null==(e=t.userData)?void 0:e.assetType)!==Li)&&!ri.uniq(ri.compact(ri.map(this.intersects,(t=>{var e;return null==(e=t.userData)?void 0:e.id})))).includes(null==(i=t.userData)?void 0:i.id)}_assetFilter(t){var e;return t.visible&&t.selectable&&(null==(e=t.userData)?void 0:e.assetType)===Ae.config.assetType}getDummiesVo(t=!0){var e,i,n,s,r,a,o,h,l,u;const c=[];for(let a=0,o=this._dummies.length;a<o;a++){const o=this._dummies[a];if((null==(e=o.userData)?void 0:e.assetType)!==Li)continue;if(t&&o.userData.status!==Vo.NEW)continue;const h={id:null==(i=o.userData)?void 0:i.id,label:null==(n=o.userData)?void 0:n.label,rmId:null==(s=o.userData)?void 0:s.rmId,wsId:null==(r=o.userData)?void 0:r.wsId};c.push(h)}for(let e=Object.keys(this._unboundDummiesMap),i=0,n=(null==e?void 0:e.length)||0;i<n;i++){const n=e[i];if(!n)continue;const s=this._unboundDummiesMap[n];if((null==(a=s.userData)?void 0:a.assetType)!==Li)continue;if(t&&s.userData.status!==Vo.NEW)continue;const r={id:null==(o=s.userData)?void 0:o.id,label:null==(h=s.userData)?void 0:h.label,rmId:null==(l=s.userData)?void 0:l.rmId,wsId:null==(u=s.userData)?void 0:u.wsId},d=c.findIndex((t=>t.id===r.id));d>-1&&c.splice(d,1),c.push(r)}return c}getAssetById(t){let e;for(let i=0,n=this.scenes.length;i<n&&(e=this.scenes[i].getByIds(t),!e);i++);return e}getAssetBoundingBoxById(t,e=new ai){e.makeEmpty();const i=this.getAssetById(t);if(!(null==i?void 0:i.length))return e;for(let t=0,n=(null==i?void 0:i.length)||0;t<n;t++)e.union(i[t].boundingBoxWorld);return e}getDummyLabels(t){var e,i;const n=this.getDummyById(t);return n instanceof Mg?((null==(e=null==n?void 0:n.userData)?void 0:e.label)||"").split(","):[null==(i=null==n?void 0:n.userData)?void 0:i.label]}getDummiesBoundingBox(t,e){if(Cg.makeEmpty(),!(null==t?void 0:t.length))return Cg.clone();for(let e,i=0,n=(null==t?void 0:t.length)||0;i<n;i++){e=t[i];const n=this.getDummyById(e);n&&Cg.union(n.boundingBoxWorld)}return Cg.clone()}addDummy(t){var e,i;if(!this.dstScene||!(null==t?void 0:t.rmId))return;const n=t.rmId;let s=this._dummies.find((e=>{var i;return(null==(i=e.userData)?void 0:i.id)===t.id}));return s||(s=new Eg(t,Ae.config.dummy),s.name=t.id||n+"_"+(t.id||(null==(e=this.dstScene.children)?void 0:e.length)),s.userData.rmId=n,this.dstScene.add(s),this._dummies.push(s),this._rmMap.has(n)||this._rmMap.set(n,[]),null==(i=this._rmMap.get(n))||i.push(s)),s}addDummyMerged(t,e){var i,n;if(!this.dstScene||!(null==t?void 0:t.rmId))return;let s;return this._mergedMap.has(t.id)?s=this._mergedMap.get(t.id):(s=new Mg(t,Ae.config.dummy),s.name=t.id||e+"_"+(t.id||(null==(i=this.dstScene.children)?void 0:i.length)),null==(n=this.dstScene)||n.add(s),this._mergedMap.set(e,s)),s}addDummyUnbound(t){var e;if(!(null==t?void 0:t.id))return;const i=new Eg(t,Ae.config.dummy);return i.mtl.fill=i.userData.style.fill=Le.green,i.mtl.stroke=i.userData.style.stroke=Le.darkGreen,i.userData.status=Vo.NEW,null==(e=this.dstScene)||e.add(i),this._unboundDummiesMap[t.id]=i,i}traverseDummies(t){var e;for(let i=0,n=(null==(e=this._dummies)?void 0:e.length)||0;i<n;i++)t(this._dummies[i]);for(let[e,i]of this._mergedMap.entries())t(i);Object.values(this._unboundDummiesMap).forEach((e=>{t(e)}))}clearDummies(t){var e,i,n,s;for(let i,n=Object.keys(this._unboundDummiesMap),s=(null==n?void 0:n.length)||0;s>=0;s--)i=this._unboundDummiesMap[n[s]],(null==t?void 0:t.length)&&!t.includes(null==i?void 0:i.userData.status)||(null==(e=this.dstScene)||e.remove(i),null==i||i.destroy(),delete this._unboundDummiesMap[n[s]]);for(let e,s=((null==(i=this._dummies)?void 0:i.length)||0)-1;s>=0;s--)e=this._dummies[s],(null==t?void 0:t.length)&&!t.includes(e.userData.status)||(null==(n=this.dstScene)||n.remove(e),null==e||e.destroy(),this._dummies.splice(s,1));for(let[e,i]of this._mergedMap.entries())(null==t?void 0:t.length)&&!t.includes(i.userData.status)||(null==(s=this.dstScene)||s.remove(i),null==i||i.destroy(),this._mergedMap.delete(e));(null==t?void 0:t.length)||(this._dummies.length=0,this._centroidCache={},this._rmMap.clear(),this._mergedMap.clear(),this._unboundDummiesMap={})}setDummies(t){var e;if(this.clearDummies(),null==t?void 0:t.length){for(let e=0,i=(null==t?void 0:t.length)||0;e<i;e++)this.addDummy(t[e]);null==(e=this.view.camera)||e.update()}}getDummyById(t){var e;if(t){for(let i=0,n=(null==(e=this._dummies)?void 0:e.length)||0;i<n;i++)if(this._dummies[i].name===t)return this._dummies[i];for(let[e,i]of this._mergedMap.entries())if(i.name===t)return i;return this._unboundDummiesMap[t]}}focusAtDummy(t,e=1e3){return p(this,null,(function*(){var i,n,s,r,a,o,h;const l=this.getDummyById(t),u=null==(i=null==l?void 0:l.userData)?void 0:i.rmId;if(u){if(this.getAssetBoundingBoxById(u,Cg),!Cg.isEmpty()&&(Cg.expandByScalar(e),null==(n=this.view)?void 0:n.camera))return void((null==(r=null==(s=this.view)?void 0:s.camera)?void 0:r.boundingBoxWorld.containsBox(Cg))||(yield this.view.resetCameraByBoundingBox(Cg,!0)));if((null==l?void 0:l.position)&&!(null==l?void 0:l.position.isEmpty()))return l.updateWorldMatrix(!0,!1),Ig.copy(l.position).applyMatrix3(l.matrixWorld),Cg.setFromCenterAndSize(Ig,Dg.set(2*e,2*e)),void((null==(o=null==(a=this.view)?void 0:a.camera)?void 0:o.boundingBoxWorld.containsBox(Cg))||(yield null==(h=this.view)?void 0:h.resetCameraByBoundingBox(Cg,!0)))}}))}highlightDummies(t){return p(this,null,(function*(){var e;Array.isArray(t)||(t=[t]),this.traverseDummies((e=>{var i;t.includes(e.userData.id)||e instanceof Mg&&(null==(i=ri.intersection(t,e.userData.id.split(",")))?void 0:i.length)?e.userData.actType|=Fo.HILIGHT:e.userData.actType&=~Fo.HILIGHT})),null==(e=this.action)||e.play()}))}resetHighlightDummies(){var t;this.traverseDummies((t=>{t.userData.actType&=~Fo.HILIGHT,t.mtl.fill=t.userData.style.fill,t.mtl.stroke=t.userData.style.stroke})),null==(t=this.action)||t.stop()}update(){var t,e;(null==(e=null==(t=this.dstScene)?void 0:t.children)?void 0:e.length)&&this.dstScene.traverse((t=>{var e;((null==(e=null==t?void 0:t.userData)?void 0:e.actType)||0)&Fo.HILIGHT&&t.isDummy&&(t.mtl.fill=this.dynamicDummyFill,t.mtl.stroke=this.dynamicDummyStroke)}))}handleCameraUpdate(t){var e,i;if(null==(e=this.view)?void 0:e.camera){for(let t,e=0,n=(null==(i=this._dummies)?void 0:i.length)||0;e<n;e++)t=this._dummies[e],this.updateDummy(t);this.mergeDummies()}}updateDummy(t){var e,i;const n=t.userData.rmId,s=this.getAssetById(n);if((null==s?void 0:s.length)&&!this._centroidCache[n]){const t=[];for(let n,r=0,a=s.length;r<a;r++)n=s[r],null==(i=null==(e=n.geo)?void 0:e.path)||i.getVertices(t);We.getPoleOfInaccessibility(t,Ig),this._centroidCache[n]=Ig.clone()}}mergeDummies(){var t,e,i;if(!(null==(t=this.view)?void 0:t.camera))return;Tg.copy(this.view.camera.viewMatrix);const n=(null==(i=null==(e=Ae.config)?void 0:e.dummy)?void 0:i.radius)||10;this.view.camera.pixelWidth;for(let[t,e]of this._rmMap){if(!(null==e?void 0:e.length))continue;this.getAssetBoundingBoxById(t,Cg),Cg.applyMatrix3(Tg).getSize(Ig).round(),Dg.copy(this._centroidCache[t]).applyMatrix3(Tg);const i=Cg.centralArrange(e.length,2*n,2*n,Dg);if(Array.isArray(i)){const n=this._mergedMap.get(t);n&&(n.visible=!1),e.forEach(((t,e)=>{t.visible=!0,t.boundingBox.getSize(Bg),t.setPosition(Lg.copy(i[e]).unproject(this.view.camera)).updateMatrix()}))}else{e.forEach((t=>t.visible=!1));let i=this._mergedMap.get(t);if(!i){let n=ri.cloneDeep(e[0].userData)||{};const s=ri.reduce(e,((t,e)=>{var i,n;return(null==(i=e.userData)?void 0:i.label)&&t.push(null==(n=e.userData)?void 0:n.label),t}),[]),r=ri.reduce(e,((t,e)=>{var i,n;return(null==(i=e.userData)?void 0:i.id)&&t.push(null==(n=e.userData)?void 0:n.id),t}),[]);n=ri.merge(n,{rmId:t,id:r.join(","),label:s.join(",")}),i=this.addDummyMerged(n,t)}if(!i)continue;i.setText(String(e.length)),i.visible=!0,Lg.copy(e[0].position),i.setPosition(Lg).updateMatrix()}}}}const Tg=new Fi,Cg=new ai,Ig=new We,Dg=new We,Lg=new We,Bg=new We;class Pg extends ep{constructor(t){const e=new tp(t),i=new Kd(t);(null==t?void 0:t.lineWidth)||(i.lineWidth=1),super(e,i),d(this,"name","Line"),d(this,"isLine",!0)}}class kg{static getPoint(t){const e=new bg(t),i=cp.getMtl(t);return new wg(e,i)}static getRect(t){const e=new mp(t),i=cp.getMtl(t);return new wg(e,i)}static getMark(t){const e=new Wh({cmds:[[1,0,0],[2,-5,-10],[3,-5,-10,-12.5,-25,0,-25],[3,0,-25,12.5,-25,5,-10],[2,0,0],[hn]],closed:!0,flipY:!0,lineWidth:1,thinLine:!0}),i=cp.getMtl(t);return new wg(e,i)}}class Ng extends rg{constructor(t,e){super(t,e),d(this,"type",Ho.LINKER),d(this,"_linesIds",[]),d(this,"_startIds",[]),d(this,"_endIds",[]),d(this,"_lineDash",20)}activate(){super.activate()}deactivate(){this.clear(),super.deactivate(),this._linesIds=[],this._startIds=[],this._endIds=[]}update(){var t,e;for(let i=0,n=(null==(t=this._linesIds)?void 0:t.length)||0;i<n;i++){const t=null==(e=this.dstScene)?void 0:e.getByIds(this._linesIds[i]);if(null==t?void 0:t.length)for(let e,i=0,n=t.length;i<n;i++){if(e=t[i],!(null==e?void 0:e.mtl))continue;let n=e.mtl.lineDashOffset||0;n<=-2*this._lineDash&&(n=0),e.mtl.lineDashOffset=n-1}}}clear(){var t;(null==(t=this._linesIds)?void 0:t.length)&&(this.clearDynamicObjectsByIds(this._linesIds),this.clearDynamicObjectsByIds(this._startIds),this.clearDynamicObjectsByIds(this._endIds),this._linesIds=[],this._startIds=[],this._endIds=[])}linkAssetsByTree(t){var e,i;if(this.clear(),!(null==(e=null==t?void 0:t.children)?void 0:e.length))return;Ci(t);const n=this.getLinesByTree(t,void 0,!0);if(null==n?void 0:n.length)for(let t,e=0,s=n.length;e<s;e++)t=n[e],null==(i=this.dstScene)||i.add(t),this._linesIds.push(t.userData.id)}getLinesByTree(t,e=[],i=!1){var n,s;if(!(null==t?void 0:t.value))return e;const r=this.getDynamicObjectsByIds(t.value);if(Og.makeEmpty().expandByObjects(r).getCenter(zg),i){const e=kg.getMark({fill:Le.red,stroke:Le.darkGreen,lineWidth:1});e.userData.id=`${t.value}-start`,e.setPosition(zg).updateMatrix(),null==(n=this.dstScene)||n.add(e),this._startIds.push(e.userData.id)}return null==(s=t.children)||s.forEach((i=>{var n,s;const r=this.getDynamicObjectsByIds(i.value);Rg.makeEmpty().expandByObjects(r).getCenter(Hg);const a=new Pg({x1:zg.x,y1:zg.y,x2:Hg.x,y2:Hg.y,stroke:Le.darkRed,strokeWidth:10,lineCap:"round",lineJoin:"round",lineDash:[this._lineDash,this._lineDash],thinLine:!0});a.userData.id=`${t.value}-${i.value}`,a.userData.actType|=Fo.DYNAMIC_LINE,e.push(a);const o=kg.getMark({fill:Le.green,stroke:Le.darkGreen,lineWidth:1});o.userData.id=`${t.value}-end`,o.setPosition(Hg).updateMatrix(),null==(n=this.dstScene)||n.add(o),this._endIds.push(o.userData.id),(null==(s=i.children)?void 0:s.length)&&this.getLinesByTree(i,e,!1)})),e}}const Og=new ai,Rg=new ai,zg=new We,Hg=new We;class Wg extends rg{constructor(t,e){super(t,e),d(this,"type",Ho.DISTRIBUTION),d(this,"fillIdsMap",{}),d(this,"strokeIdsMap",{})}activate(){super.activate()}deactivate(){this.clearByIds(),super.deactivate(),this.fillIdsMap={},this.strokeIdsMap={}}update(){}setFillByIds(t,e){var i,n;if(t&&e){Array.isArray(t)||(t=[t]);for(let n,s=0,r=(null==t?void 0:t.length)||0;s<r;s++){n=t[s],this.clearById(n,!1);const r=null==(i=this.oriScene)?void 0:i.getByIds(n);if(null==r?void 0:r.length)for(let t,i=0,n=(null==r?void 0:r.length)||0;i<n;i++)t=r[i],(null==t?void 0:t.mtl)&&(t.mtl=cp.getMtl(c(u({},t.userData.style),{fill:e})),t.geo.lineWidth=t.userData.style.lineWidth||1,t.needsUpdate=!0)}this.fillIdsMap[e]=t,(null==(n=this.view)?void 0:n.camera)&&(this.view.camera.needsUpdate=!0)}}setStrokeByIds(t,e){var i,n;if(t&&e){Array.isArray(t)||(t=[t]);for(let n,s=0,r=(null==t?void 0:t.length)||0;s<r;s++){n=t[s],this.clearById(n,!1);const r=null==(i=this.oriScene)?void 0:i.getByIds(n);if(null==r?void 0:r.length)for(let t,i=0,n=(null==r?void 0:r.length)||0;i<n;i++)t=r[i],(null==t?void 0:t.mtl)&&(t.mtl=cp.getMtl(c(u({},t.userData.style),{stroke:e,lineWidth:5*(t.userData.style.lineWidth||1)})),t.geo.lineWidth=5*(t.userData.style.lineWidth||1),t.needsUpdate=!0)}this.strokeIdsMap[e]=t,(null==(n=this.view)?void 0:n.camera)&&(this.view.camera.needsUpdate=!0)}}clearById(t,e=!0){var i,n,s,r,a,o,h;if(!t)return;const l=null==(i=this.oriScene)?void 0:i.getByIds(t);for(let t,e=0,i=(null==l?void 0:l.length)||0;e<i;e++)t=l[e],(null==t?void 0:t.mtl)&&(t.mtl=cp.getMtl(t.userData.style),t.geo.lineWidth=null==(n=t.userData.style)?void 0:n.lineWidth,t.needsUpdate=!0);for(let e,i=Object.keys(this.fillIdsMap),n=((null==i?void 0:i.length)||0)-1;n>=0;n--){e=i[n];const a=null==(s=this.fillIdsMap[e])?void 0:s.findIndex((e=>e===t));a>-1&&this.fillIdsMap[e].splice(a,1),(null==(r=this.fillIdsMap[e])?void 0:r.length)||delete this.fillIdsMap[e]}for(let e,i=Object.keys(this.strokeIdsMap),n=((null==i?void 0:i.length)||0)-1;n>=0;n--){e=i[n];const s=null==(a=this.strokeIdsMap[e])?void 0:a.findIndex((e=>e===t));s>-1&&this.strokeIdsMap[e].splice(s,1),(null==(o=this.strokeIdsMap[e])?void 0:o.length)||delete this.strokeIdsMap[e]}e&&(null==(h=this.view)?void 0:h.camera)&&(this.view.camera.needsUpdate=!0)}clearFillByIds(t,e=!0){var i;t&&!Array.isArray(t)&&(t=[t]),t&&t.length||(t=ri.uniq(ri.compact(ri.flatten(ri.values(this.fillIdsMap)))));for(let e=0,i=(null==t?void 0:t.length)||0;e<i;e++)this.clearById(t[e],!1);e&&(null==(i=this.view)?void 0:i.camera)&&(this.view.camera.needsUpdate=!0)}clearStrokeByIds(t,e=!0){var i;t&&!Array.isArray(t)&&(t=[t]),t&&t.length||(t=ri.uniq(ri.compact(ri.flatten(ri.values(this.strokeIdsMap)))));for(let e=0,i=(null==t?void 0:t.length)||0;e<i;e++)this.clearById(t[e],!1);e&&(null==(i=this.view)?void 0:i.camera)&&(this.view.camera.needsUpdate=!0)}clearByIds(t,e=!0){var i;t&&!Array.isArray(t)&&(t=[t]),t&&t.length||(t=ri.uniq(ri.compact(ri.flatten(ri.concat(ri.values(this.fillIdsMap),ri.values(this.strokeIdsMap))))));for(let e=0,i=(null==t?void 0:t.length)||0;e<i;e++)this.clearById(t[e],!1);e&&(null==(i=this.view)?void 0:i.camera)&&(this.view.camera.needsUpdate=!0)}getLegend(){const t=[];for(let e in this.fillIdsMap)t.push({type:"fill",color:e,ids:this.fillIdsMap[e]});for(let e in this.strokeIdsMap)t.push({type:"stroke",color:e,ids:this.strokeIdsMap[e]});return t}}class Fg extends rg{constructor(t,e){super(t,e),d(this,"type",Ho.TIPS),d(this,"engineVersion","v2.0.21"),d(this,"monitor"),this.monitor=new ep}activate(){super.activate()}deactivate(){super.deactivate()}handlePointerMove(t){var e,i,n;let s=(null==(e=null==t?void 0:t.e)?void 0:e.target)||(null==(n=null==(i=null==t?void 0:t.e)?void 0:i.srcEvent)?void 0:n.target);null==s||s.id}}class Ug{constructor(t,e){d(this,"tools",new Map),d(this,"activedTools",new Map),d(this,"activedTool"),d(this,"scenes",[]),d(this,"dstScene"),d(this,"mixer"),d(this,"clock",new Ef),this.editor=t,this.view=e,this.mixer=new Am}destroy(){var t;this.dispose(),this.tools.clear(),null==(t=this.mixer)||t.destroy()}dispose(){var t;this.tools.forEach((t=>{t.deactivate&&t.deactivate()})),this.deactiveAll(),this.scenes=[],null==(t=this.mixer)||t.dispose()}register(t){Array.isArray(t)||(t=[t]),this.deactiveAll();for(let e,i=0,n=(null==t?void 0:t.length)||0;i<n;i++){e=t[i];let n=this.tools.get(e);if(!n){switch(e){case Ho.TIPS:n=new Fg(this,this.view);break;case Ho.HOVER:n=new ag(this,this.view);break;case Ho.SELECT:n=new lg(this,this.view);break;case Ho.SELECTOR_RECT:n=new fg(this,this.view);break;case Ho.DISTRIBUTION:n=new Wg(this,this.view);break;case Ho.DRAG:n=new xg(this,this.view);break;case Ho.DUMMY:n=new Ag(this,this.view);break;case Ho.LINKER:n=new Ng(this,this.view)}n&&this.tools.set(e,n)}n&&(null==n?void 0:n.bindScene)&&n.bindScene(...this.scenes)}return this}bindScene(...t){var e;return this.scenes.length=0,this.scenes.push(...t),this.dstScene=this.scenes.find((t=>t.isDynamic)),this.dstScene&&(null==(e=this.mixer)||e.bind(this.dstScene)),this.activedTools.forEach((t=>{t.bindScene&&t.bindScene(...this.scenes)})),this}setMode(t){this.deactiveAll();for(let e=1;e<=t;e<<=1)if(t&e){const t=e;this.tools.has(t)&&this.activateTool(t)}}clearMode(){this.deactiveAll()}activateTool(t){const e=this.tools.get(t);e&&(null==e||e.deactivate(),this.activedTools.set(e.type,e),e.bindScene&&e.bindScene(...this.scenes),e.activate())}get(t){return this.tools.get(t)}getActiveTool(t){return this.activedTools.get(t)}deactiveAll(t){const e=[];this.activedTools.forEach((i=>{(null==t?void 0:t.includes(i.type))||e.push(i.type)})),e.forEach((t=>{var e;null==(e=this.activedTools.get(t))||e.deactivate(),this.activedTools.delete(t)}))}handleTap(t){this.activedTools.forEach((e=>{e.handleTap&&e.handleTap(t)}))}handlePanStart(t){this.activedTools.forEach((e=>{e.handlePanStart&&e.handlePanStart(t)}))}handlePanMove(t){this.activedTools.forEach((e=>{e.handlePanMove&&e.handlePanMove(t)}))}handlePanEnd(t){this.activedTools.forEach((e=>{e.handlePanEnd&&e.handlePanEnd(t)}))}handlePointerOver(t){this.activedTools.forEach((e=>{e.handlePointerOver&&e.handlePointerOver(t)}))}handlePointerOut(t){this.activedTools.forEach((e=>{e.handlePointerOut&&e.handlePointerOut(t)}))}handlePointerMove(t){this.activedTools.forEach((e=>{e.handlePointerMove&&e.handlePointerMove(t)}))}handleDragStart(t){this.activedTools.forEach((e=>{e.handleDragStart&&e.handleDragStart(t)}))}handleDragEnd(t){this.activedTools.forEach((e=>{e.handleDragEnd&&e.handleDragEnd(t)}))}update(){var t;null==(t=this.mixer)||t.update(this.clock.getDelta()),this.activedTools.forEach((t=>{t.update&&t.update()}))}clearDummies(t){var e;null==(e=this.tools.get(Ho.DUMMY))||e.clearDummies(t)}setDummies(t){var e;null==(e=this.tools.get(Ho.DUMMY))||e.setDummies(t)}focusAtDummy(t,e=1e3){var i;null==(i=this.tools.get(Ho.DUMMY))||i.focusAtDummy(t,e)}highlightDummies(t){var e;null==(e=this.tools.get(Ho.DUMMY))||e.highlightDummies(t)}resetHighlightDummies(){var t;null==(t=this.tools.get(Ho.DUMMY))||t.resetHighlightDummies()}getDummyLabels(t){var e;return null==(e=this.tools.get(Ho.DUMMY))?void 0:e.getDummyLabels(t)}getDummiesBoundingBox(t,e){var i;return null==(i=this.tools.get(Ho.DUMMY))?void 0:i.getDummiesBoundingBox(t)}}class Vg extends Wi{constructor(t,e){var i,n;super(),d(this,"scenes",[]),d(this,"dstScene"),d(this,"handler"),d(this,"view"),d(this,"mode",Wo.DEFAULT),d(this,"toolManager"),d(this,"tapHandler",this.handleTap.bind(this)),d(this,"panStartHandler",this.handlePanStart.bind(this)),d(this,"panMoveHandler",this.handlePanMove.bind(this)),d(this,"panEndHandler",this.handlePanEnd.bind(this)),d(this,"pointerOverHandler",this.handlePointerOver.bind(this)),d(this,"pointerOutHandler",this.handlePointerOut.bind(this)),d(this,"pointerMoveHandler",this.handlePointerMove.bind(this)),this.view=e,(null==(i=this.view)?void 0:i.camera)&&(this.handler=new Ch(t,this.view.camera).enableHover(null==(n=Ae.config.controls)?void 0:n.enableHover)),this.toolManager=new Ug(this,this.view).register([Ho.TIPS,Ho.HOVER,Ho.SELECT,Ho.SELECTOR_RECT,Ho.DISTRIBUTION,Ho.DRAG,Ho.DUMMY,Ho.LINKER]),this.toolManager.setMode(this.mode)}destroy(){var t;this.dispose(),this.unbindEvents(),null==(t=this.handler)||t.destroy()}dispose(){this.toolManager.dispose(),this.scenes=[]}bind(t,e){this.view=t,this.handler=e}bindScene(...t){var e;return this.scenes.length=0,this.scenes.push(...t),null==(e=this.handler)||e.bindScene(...t),this.dstScene=this.scenes.find((t=>t.isDynamic)),this.toolManager.bindScene(...t),this.bindEvents(),this}setMode(t){t&&(this.mode=t,this.toolManager.setMode(t),Ae.config.editorMode=Wo.PICKER)}clearMode(){this.mode=Wo.DEFAULT,this.toolManager.clearMode(),Ae.config.editorMode=Wo.DEFAULT}bindEvents(){var t,e,i,n,s,r,a;this.unbindEvents(),null==(t=this.handler)||t.addEventListener(Ph.TAP,this.tapHandler),null==(e=this.handler)||e.addEventListener(Ph.PAN_START,this.panStartHandler),null==(i=this.handler)||i.addEventListener(Ph.PAN_MOVE,this.panMoveHandler),null==(n=this.handler)||n.addEventListener(Ph.PAN_END,this.panEndHandler),null==(s=this.handler)||s.addEventListener(Ph.POINTEROVER,this.pointerOverHandler),null==(r=this.handler)||r.addEventListener(Ph.POINTEROUT,this.pointerOutHandler),null==(a=this.handler)||a.addEventListener(Ph.POINTERMOVE,this.pointerMoveHandler)}unbindEvents(){var t,e,i,n,s,r,a;null==(t=this.handler)||t.removeEventListener(Ph.TAP,this.tapHandler),null==(e=this.handler)||e.removeEventListener(Ph.PAN_START,this.panStartHandler),null==(i=this.handler)||i.removeEventListener(Ph.PAN_MOVE,this.panMoveHandler),null==(n=this.handler)||n.removeEventListener(Ph.PAN_END,this.panEndHandler),null==(s=this.handler)||s.removeEventListener(Ph.POINTEROVER,this.pointerOverHandler),null==(r=this.handler)||r.removeEventListener(Ph.POINTEROUT,this.pointerOutHandler),null==(a=this.handler)||a.removeEventListener(Ph.POINTERMOVE,this.pointerMoveHandler)}handleTap(t){this.toolManager.handleTap(t)}handlePanStart(t){this.toolManager.handlePanStart(t)}handlePanMove(t){this.toolManager.handlePanMove(t)}handlePanEnd(t){this.toolManager.handlePanEnd(t)}handlePointerOver(t){this.toolManager.handlePointerOver(t)}handlePointerOut(t){this.toolManager.handlePointerOut(t)}handlePointerMove(t){this.toolManager.handlePointerMove(t)}update(){this.toolManager.update()}setEnablePan(t=!1){this.view&&this.view.setEnablePan&&this.view.setEnablePan(t)}selectEnableChanged(t=!1){t?this.setMode(Wo.PICKER):this.clearMode()}multiSelectEnableChanged(t=!1){t?this.setMode(Wo.PICKER):this.clearMode()}fnEnableChanged(t=!1){var e;null==(e=this.toolManager.get(Ho.SELECTOR_RECT))||e.fnEnableChanged(t)}clearSelected(t){var e;this.mode&Ho.SELECT||this.setMode(Wo.PICKER),null==(e=this.toolManager.get(Ho.SELECT))||e.clearSelected(t)}selectByIds(t,e){var i;this.mode&Ho.SELECT||this.setMode(Wo.PICKER),null==(i=this.toolManager.get(Ho.SELECT))||i.selectByIds(t,e)}setDynamicFill(t){var e;null==(e=this.toolManager.get(Ho.SELECT))||e.setDynamicFill(t)}clearDummies(t){this.mode&Wo.DUMMY||this.setMode(Wo.DUMMY),this.toolManager.clearDummies(t)}setDummies(t){this.mode&Wo.DUMMY||this.setMode(Wo.DUMMY),this.toolManager.setDummies(t)}focusAtDummy(t,e=1e3){this.mode&Wo.DUMMY||this.setMode(Wo.DUMMY),this.toolManager.focusAtDummy(t,e)}highlightDummies(t){this.mode&Wo.DUMMY||this.setMode(Wo.DUMMY),this.toolManager.highlightDummies(t)}resetHighlightDummies(){this.mode&Wo.DUMMY||this.setMode(Wo.DUMMY),this.toolManager.resetHighlightDummies()}getAssetLabels(t,e){var i;if(this.mode===Wo.DUMMY)return null==(i=this.toolManager.get(Ho.DUMMY))?void 0:i.getDummyLabels(e)}getAssetBoundingBox(t,e){var i;if(this.mode===Wo.DUMMY)return null==(i=this.toolManager.get(Ho.DUMMY))?void 0:i.getDummiesBoundingBox(t,e)}bindEditorDrag(t){var e;if(this.mode===Wo.DUMMY)return null==(e=this.toolManager.get(Ho.DUMMY))?void 0:e.bindEditorDrag(t)}setEditorDraggingObject(t){var e,i;if(this.mode===Wo.DUMMY){const n=null==(e=this.toolManager.get(Ho.DUMMY))?void 0:e.getDraggingObject(t);null==(i=this.toolManager.get(Ho.DRAG))||i.setDraggingObject(n)}}getDummies(t){var e;if(this.mode===Wo.DUMMY)return null==(e=this.toolManager.get(Ho.DUMMY))?void 0:e.getDummiesVo(t)}setFillByIds(t,e){var i;this.mode&Ho.DISTRIBUTION||this.setMode(Wo.DISTRIBUTION),null==(i=this.toolManager.get(Ho.DISTRIBUTION))||i.setFillByIds(t,e)}setStrokeByIds(t,e){var i;this.mode&Ho.DISTRIBUTION||this.setMode(Wo.DISTRIBUTION),null==(i=this.toolManager.get(Ho.DISTRIBUTION))||i.setStrokeByIds(t,e)}clearFillByIds(t){var e;this.mode&Ho.DISTRIBUTION||this.setMode(Wo.DISTRIBUTION),null==(e=this.toolManager.get(Ho.DISTRIBUTION))||e.clearFillByIds(t)}clearStrokeByIds(t){var e;this.mode&Ho.DISTRIBUTION||this.setMode(Wo.DISTRIBUTION),null==(e=this.toolManager.get(Ho.DISTRIBUTION))||e.clearStrokeByIds(t)}clearByIds(t){var e;this.mode&Ho.DISTRIBUTION||this.setMode(Wo.DISTRIBUTION),null==(e=this.toolManager.get(Ho.DISTRIBUTION))||e.clearByIds(t)}getLegend(){var t;return this.mode&Ho.DISTRIBUTION||this.setMode(Wo.DISTRIBUTION),null==(t=this.toolManager.get(Ho.DISTRIBUTION))?void 0:t.getLegend()}linkAssetsByTree(t){var e;this.mode!==Wo.LINKER&&this.setMode(Wo.LINKER),null==(e=this.toolManager.get(Ho.LINKER))||e.linkAssetsByTree(t)}}class qg extends Wi{constructor(){super(),d(this,"name","App2@"+si.now()),d(this,"scenes",[]),d(this,"requestHeader",{}),d(this,"_tic"),d(this,"_url"),d(this,"_layers"),d(this,"_lastCameraVersion",-1/0),d(this,"_runningHandler",this.running.bind(this)),d(this,"_pointerOverHandler",(t=>this.dispatchEvent(t))),d(this,"_pointerOutHandler",(t=>this.dispatchEvent(t))),d(this,"_selectedHandler",(t=>this.dispatchEvent(t))),d(this,"_dragEndHandler",(t=>this.dispatchEvent(t))),this.adapter=new cf}destroy(){var t,e,i,n,s;this.unbindEvents(),super.destroy(),null==(t=this.composer)||t.destroy(),null==(e=this.mainScene)||e.destroy(),null==(i=this.animateScene)||i.destroy(),null==(n=this.view)||n.destroy(),null==(s=this.renderer)||s.destroy()}init(t={}){var e,i;return this.params=t,this.renderer||(this.renderer=new wf(t)),this.view||(this.view=new Nm(t)),this.composer||(this.composer=new Tf(this.renderer,new Mf(t))),this.editor||(this.editor=new Vg(this.params.inpEl?this.params.inpEl:this.params.cvs,this.view)),null==(e=this.mainScene)||e.destroy(),this.mainScene=new Xm(t,this.adapter),null==(i=this.animateScene)||i.destroy(),this.animateScene=new Km(t),this.trans2LoadingScene(),this.bindEvents(),this}bindEvents(){var t,e,i,n;this.unbindEvents(),null==(t=this.editor)||t.addEventListener(Mi.POINTER_OVER,this._pointerOverHandler),null==(e=this.editor)||e.addEventListener(Mi.POINTER_OUT,this._pointerOutHandler),null==(i=this.editor)||i.addEventListener(Mi.SELECTED,this._selectedHandler),null==(n=this.editor)||n.addEventListener(Mi.DRAG_END,this._dragEndHandler)}unbindEvents(){var t,e,i,n;null==(t=this.editor)||t.removeEventListener(Mi.POINTER_OVER,this._pointerOverHandler),null==(e=this.editor)||e.removeEventListener(Mi.POINTER_OUT,this._pointerOutHandler),null==(i=this.editor)||i.removeEventListener(Mi.SELECTED,this._selectedHandler),null==(n=this.editor)||n.removeEventListener(Mi.DRAG_END,this._dragEndHandler)}get isLoadingScene(){var t;return"LoadingScene"===(null==(t=this.scenes[0])?void 0:t.name)}setRequestHeader(t){return this.requestHeader=t,this}load(t,e,i=2){return p(this,null,(function*(){if(this._tic&&this._tic.clear(),this._url=t,this._layers=e,yield this.trans2LoadingScene(),!t)throw"url not found";const i=yield this.adapter.setRequestHeader(this.requestHeader).load(t,e);return this.adapter.bindScene(this.mainScene).initResources(i,e),yield this.trans2MainScene(),(i||{}).idsTree}))}hasScene(t){return this.scenes.findIndex((e=>e.uuid===t.uuid))>=0}pushScene(t){this.hasScene(t)||(this.view.bindScene(t),this.scenes.push(t))}clearScenes(){this.view.scenes.length=0,this.scenes.forEach((t=>this.removeScene(t))),this.scenes.length=0,this.loadingScene=void 0}removeScene(t){const e=this.scenes.findIndex((e=>e.uuid===t.uuid));e<0||(this.scenes[e].destroy(),this.scenes.splice(e,1))}removeLoadingScene(){this.loadingScene&&(this.removeScene(this.loadingScene),this.loadingScene=void 0)}trans2LoadingScene(){return p(this,null,(function*(){var t;this.clearScenes(),this.loadingScene||(this.loadingScene=new Dm(this.params)),this.pushScene(this.loadingScene),null==(t=this.editor)||t.dispose(),this.view.fullscreen(250);const e=new Df(this.loadingScene,this.view.camera);this.composer.clearPasses(),this.composer.addPass(e),this.mainScene=new Xm(this.params,this.adapter)}))}trans2MainScene(){return p(this,null,(function*(){var t,e;this.clearScenes(),this.mainScene||(this.mainScene=new Xm(this.params,this.adapter)),this.animateScene||(this.animateScene=new Km(this.params)),null==(t=this.editor)||t.setMode(Wo.DEFAULT),null==(e=this.editor)||e.bindScene(this.mainScene,this.animateScene),this.mainScene.setViewBox(this.adapter.getViewBox()),this.pushScene(this.mainScene),this.view.scene=this.mainScene,this.view.fullscreen(10,!0);const i=new Lf(this.mainScene,this.view.camera,!1,!1),n=new Df(this.animateScene,this.view.camera,!1,!1),s=new Nf;this.composer.clearPasses(),this.params.bgPass&&this.composer.addPass(new Ff(this.view.camera)),this.composer.addPass(i),this.composer.addPass(n),this.composer.addPass(s)}))}trans2EmptyScene(){var t;this.clearScenes(),this.emptyScene=new tg(this.params),null==(t=this.editor)||t.dispose(),this.pushScene(this.emptyScene),this.view.scene=this.emptyScene,this.view.fullscreen(250,!0),this.editor&&this.editor.bindScene(this.emptyScene);const e=new Df(this.emptyScene,this.view.camera);this.composer.clearPasses(),this.composer.addPass(e)}debounceCacheChanged(t=!1){this.params.debounceCache=t}wireframeChanged(t=!1){this.params.wireframe=t}sliceDurationChanged(t){this.params.sliceDuration=t}selectEnableChanged(t=!1){return p(this,null,(function*(){var e;yield this.clearSelected(),this.params.selectEnable=t,null==(e=this.editor)||e.selectEnableChanged(t)}))}multiSelectEnableChanged(t=!1){return p(this,null,(function*(){var e;yield this.clearSelected(),this.params.multiSelectEnable=t,null==(e=this.editor)||e.multiSelectEnableChanged(t)}))}assetTypeChanged(t){return p(this,null,(function*(){t&&(this.params.assetType=t,this.setAssetType(t))}))}fnEnableChanged(t){return p(this,null,(function*(){var e;this.params.fnEnable=!!t,null==(e=this.editor)||e.fnEnableChanged(t)}))}zoomToSelectEnableChanged(t){return p(this,null,(function*(){this.params.zoomToSelectEnable=!!t}))}socialDistanceEnableChanged(t){return p(this,null,(function*(){this.params.socialDistanceEnable=!!t}))}enableHoverChanged(t){return p(this,null,(function*(){var e,i;ri.set(this.params,"controls.enableHover",!!t),null==(i=null==(e=this.editor)?void 0:e.handler)||i.enableHover(this.params.controls.enableHover)}))}resize(){var t;let e;this.params.containerId&&(e=Ae.window.document.getElementById(this.params.containerId)),e||(e=Ae.window.document.getElementsByTagName("body")[0]);const i=null==(t=null==e?void 0:e.parentElement)?void 0:t.getBoundingClientRect();i&&this.setSize(i.width,i.height)}setSize(t,e){var i,n,s;null==(i=this.renderer)||i.setSize(t,e),null==(n=this.view)||n.resize(),null==(s=this.composer)||s.setSize(t,e)}refresh(){this.view.camera.needsUpdate=!0}fullscreen(){this.view.fullscreen(1,!0)}saveCameraPosition(t){this.view.saveCameraPosition(t)}restoreCameraPosition(t){this.view.restoreCameraPosition(t)}clearCameraPosition(t){this.view.clearCameraPosition(t)}zoomIn(){this.view.zoomIn()}zoomOut(){this.view.zoomOut()}fontZoomIn(t=1.1){var e;null==(e=this.mainScene)||e.increaseFontSize(t)}fontZoomOut(t=.9){var e;null==(e=this.mainScene)||e.increaseFontSize(t)}unproject(t){return p(this,null,(function*(){return jg.copy(t).unproject(this.view.camera)}))}strokeMore(t=1.1){var e;null==(e=this.mainScene)||e.increaseStrokeWidth(t)}strokeLess(t=.9){var e;null==(e=this.mainScene)||e.increaseStrokeWidth(t)}updateLayersVisibility(t,e=!1){this.adapter.updateLayersVisibility(t,e)}getLayers(t=2){return p(this,null,(function*(){return this.adapter.getLayers(t)}))}focusAtIds(t,e=100){return p(this,null,(function*(){if(!this.mainScene)return;const i=this.adapter.getBoundingBoxByIds(t);return i&&!i.isEmpty()?(i.expandByVector(new We(1,1).multiplyScalar(e)),i.isEmpty()||(yield this.view.resetCameraByBoundingBox(i,!0)),i):void 0}))}clearSelected(t){return p(this,null,(function*(){var e;null==(e=this.editor)||e.clearSelected(t)}))}targetByIds(t){return p(this,null,(function*(){var e,i;this.clearSelected(),this.selectByIds(t);let n=null==(e=this.mainScene)?void 0:e.getAssetBoundingBox(t);n||(n=null==(i=this.editor)?void 0:i.getAssetBoundingBox(t)),n&&(n.isEmpty()||(n.getSize(jg),n.expandByScalar(Math.round(.5*Math.max(jg.x,jg.y))),yield this.view.resetCameraByBoundingBox(n,!0)))}))}getAssetIdsByType(t){return p(this,null,(function*(){var e;return null==(e=this.adapter)?void 0:e.getAssetIdsByType(t)}))}setFillByIds(t,e){return p(this,null,(function*(){var i;null==(i=this.editor)||i.setFillByIds(t,e)}))}clearFillByIds(t){return p(this,null,(function*(){var e;null==(e=this.editor)||e.clearFillByIds(t)}))}setStrokeByIds(t,e){return p(this,null,(function*(){var i;null==(i=this.editor)||i.setStrokeByIds(t,e)}))}clearFill(){return p(this,null,(function*(){var t;null==(t=this.editor)||t.clearFillByIds()}))}clearStroke(){return p(this,null,(function*(){var t;null==(t=this.editor)||t.clearStrokeByIds()}))}getLegend(){return p(this,null,(function*(){var t;return null==(t=this.editor)?void 0:t.getLegend()}))}getAssetLabels(t,e){return p(this,null,(function*(){var i,n;return t===Li?null==(i=this.editor)?void 0:i.getAssetLabels(t,e):null==(n=this.mainScene)?void 0:n.getAssetLabels(t,e)}))}setAssetLabels(t,e){return p(this,null,(function*(){var i;return null==(i=this.mainScene)?void 0:i.setAssetLabels(t,e)}))}clearAssetLabels(t){return p(this,null,(function*(){var e;return null==(e=this.mainScene)?void 0:e.clearAssetLabels(t)}))}selectByIds(t){return p(this,null,(function*(){var e;return null==(e=this.editor)?void 0:e.selectByIds(t,!0)}))}getAssetBoundingBox(t,e){return p(this,null,(function*(){var i,n;let s=null==(i=this.mainScene)?void 0:i.getAssetBoundingBox(t);if(s||(s=null==(n=this.editor)?void 0:n.getAssetBoundingBox(t)),s)return e?s.applyMatrix3(this.view.camera.viewMatrix):s}))}setAssetType(t,e){var i;t&&(this.params.assetType=t,null==(i=this.mainScene)||i.setAssetType(t,e))}linkAssetsByTree(t){var e;null==(e=this.editor)||e.linkAssetsByTree(t)}clearDummies(t){return p(this,null,(function*(){var e;return null==(e=this.editor)?void 0:e.clearDummies(t)}))}setDummies(t){return p(this,null,(function*(){var e;return null==(e=this.editor)?void 0:e.setDummies(t)}))}focusAtDummy(t,e=1e3){return p(this,null,(function*(){var i;return null==(i=this.editor)?void 0:i.focusAtDummy(t,e)}))}highlightDummies(t){return p(this,null,(function*(){var e;return null==(e=this.editor)?void 0:e.highlightDummies(t)}))}resetHighlightDummies(){return p(this,null,(function*(){var t;return null==(t=this.editor)?void 0:t.resetHighlightDummies()}))}setEditorMode(t){return p(this,null,(function*(){var e;return null==(e=this.editor)?void 0:e.setMode(t)}))}bindEditorDrag(t){return p(this,null,(function*(){var e;return null==(e=this.editor)?void 0:e.bindEditorDrag(t)}))}setEditorDraggingObject(t){return p(this,null,(function*(){var e;return null==(e=this.editor)?void 0:e.setEditorDraggingObject(t)}))}getDummies(t){return p(this,null,(function*(){var e;return null==(e=this.editor)?void 0:e.getDummies(t)}))}start(){requestAnimationFrame(this._runningHandler)}running(t){var e,i,n,s,r,a;null==(e=this.view)||e.update(t),null==(i=this.editor)||i.update(),(null==(n=this.scenes)?void 0:n.length)&&this.scenes.forEach((t=>"function"==typeof(null==t?void 0:t.update)?t.update():void 0)),null==(s=this.composer)||s.render(),this._lastCameraVersion=null==(a=null==(r=this.view)?void 0:r.camera)?void 0:a.version,requestAnimationFrame(this._runningHandler)}}const jg=new We;class Yg extends gh{constructor(t,e,i){super(t,e,i),d(this,"hammer"),d(this,"sendEventHandler",this.sendEvent.bind(this)),this.hammer=new Hammer.Manager(t,{domEvents:!0});const n=new Hammer.Pan({threshold:0,pointers:0}),s=new Hammer.Pinch({threshold:0}),r=new Hammer.Tap({event:"singletap",taps:1}),a=new Hammer.Press({});this.hammer.add([n,r,a,s]),s.recognizeWith(n),this.hammer.on(["panstart","panmove","panend"].join(" "),(t=>function(t,e){t.preventDefault();e({type:t.type,center:t.center,isFirst:t.isFirst,pointers:JSON.parse(JSON.stringify(t.pointers))})}(t,this.sendEventHandler))),this.hammer.on(["pinchstart","pinchmove","pinchend"].join(" "),(t=>function(t,e){t.preventDefault();e({type:t.type,center:t.center,isFirst:t.isFirst,pointers:JSON.parse(JSON.stringify(t.pointers)),isFinal:t.isFinal,scale:t.scale})}(t,this.sendEventHandler))),this.hammer.on("singletap",(t=>function(t,e){t.preventDefault();e({type:t.type,center:t.center})}(t,this.sendEventHandler))),this.hammer.on("press",(t=>function(t,e){t.preventDefault();e({type:t.type,center:t.center})}(t,this.sendEventHandler))),this.hammer.on("hammer.input",(t=>function(t,e){t.preventDefault(),e({type:t.type,isFirst:t.isFirst,isFinal:t.isFinal})}(t,this.sendEventHandler)))}destroy(){var t;null==(t=this.hammer)||t.stop(!0),this.hammer.destroy()}sendEvent(t){this.worker&&this.worker.postMessage({type:"event",id:this.id,data:t}),xh.instance().handleEvent({id:this.id,data:t})}}const Gg=new We,$g=new Map;t.APP_ENUM=Mi,t.ASSET_TYPE_DUMMY=Li,t.App2=qg,t.App2Offscreen=class extends qg{constructor(t={},e){var i;super(),d(this,"name","App2Offscreen@"+si.now()),d(this,"cvs"),d(this,"worker"),d(this,"container"),d(this,"offset",new We),d(this,"label"),d(this,"proxy"),d(this,"resizeHandler",ri.debounce(this.resize.bind(this),100)),d(this,"messageHandler",this.handleMessage.bind(this)),d(this,"focusHandler",(t=>this.cvs.focus())),this.params=t,this.params.dpr=1,this.worker=e,this.container=document.getElementById(null==(i=this.params)?void 0:i.containerId),this.container||(this.container=Ae.window.document.getElementsByTagName("body")[0]);let n=this.container.getBoundingClientRect();this.offset.set(n.left,n.top),this.label=new uo(this.container,""),this.params.cvs?(this.cvs=this.params.cvs,delete this.params.cvs):this.cvs=Tn.createCanvas(t),this.bindEvents()}destroy(){this.unbindEvents(),super.destroy()}bindEvents(){this.unbindEvents(),window.addEventListener("resize",this.resizeHandler),this.cvs.tabIndex=0,this.cvs.focus(),this.cvs.addEventListener("click",this.focusHandler)}unbindEvents(){window.removeEventListener("resize",this.resizeHandler),this.cvs.removeEventListener("click",this.focusHandler)}resize(){return p(this,null,(function*(){var t;let e;this.params.containerId&&(e=window.document.getElementById(this.params.containerId)),e||(e=window.document.getElementsByTagName("body")[0]);const i=null==(t=null==e?void 0:e.parentElement)?void 0:t.getBoundingClientRect();if(i&&this.cvs)return Tn.resizeCanvas(this.cvs,i.width,i.height,this.params.dpr),this.postAsync({type:Mi.SET_SIZE,w:i.width,h:i.height})}))}start(){"function"==typeof this.cvs.transferControlToOffscreen?(this.workerStart(this.cvs),this.worker.addEventListener("message",this.messageHandler)):this.init(this.params).start()}handleMessage(t){switch(t.data.type){case Mi.POINTER_OVER:case Mi.POINTER_OUT:case Mi.SELECTED:case Mi.DRAG_END:this.dispatchEvent(t.data);break;case Mi.SET_CURSOR:this.cvs.style.cursor=t.data.cursorStyle}}workerStart(t){this.cvs.focus();const e=this.cvs.transferControlToOffscreen();this.proxy=new Yg(this.cvs,Th,this.worker);const i=ri.cloneDeep(this.params);delete i.cvs,this.worker.postMessage({type:"start",canvas:e,proxyId:this.proxy.id,conf:i},[e])}postAsync(t){return new Promise(((e,i)=>{const n=i=>{var r;(null==(r=null==i?void 0:i.data)?void 0:r.type)===(null==t?void 0:t.type)&&(this.worker.removeEventListener("message",n),this.worker.removeEventListener("error",s),e(i.data.data))},s=t=>{this.worker.removeEventListener("message",n),this.worker.removeEventListener("error",s),i(t.error)};this.worker.addEventListener("message",n),this.worker.addEventListener("error",s),this.worker.postMessage(t)}))}debounceCacheChanged(t=!1){this.worker.postMessage({type:Mi.DEBOUNCE_CACHE_CHANGED,v:t})}wireframeChanged(t=!1){this.worker.postMessage({type:Mi.WIREFRAME_CHANGED,v:t})}sliceDurationChanged(t=0){this.worker.postMessage({type:Mi.SLICE_DURATION_CHANGED,v:t})}selectEnableChanged(t=!1){return p(this,null,(function*(){this.worker.postMessage({type:Mi.SELECT_ENABLE_CHANGED,v:t})}))}multiSelectEnableChanged(t=!1){return p(this,null,(function*(){this.worker.postMessage({type:Mi.MULTI_SELECT_ENABLE_CHANGED,v:t})}))}assetTypeChanged(t){return p(this,null,(function*(){this.worker.postMessage({type:Mi.ASSET_TYPE_CHANGED,v:t})}))}fnEnableChanged(t){return p(this,null,(function*(){this.worker.postMessage({type:Mi.FN_ENABLE_CHANGED,v:t})}))}zoomToSelectEnableChanged(t){return p(this,null,(function*(){this.worker.postMessage({type:Mi.ZOOM_TO_SELECT_ENABLE_CHANGED,v:t})}))}socialDistanceEnableChanged(t){return p(this,null,(function*(){this.worker.postMessage({type:Mi.SOCIAL_DISTANCE_ENABLE_CHANGED,v:t})}))}enableHoverChanged(t){return p(this,null,(function*(){this.worker.postMessage({type:Mi.ENABLE_HOVER_CHANGED,v:t})}))}refresh(){this.postAsync({type:Mi.REFRESH})}fullscreen(){return p(this,null,(function*(){yield this.postAsync({type:Mi.FULLSCREEN})}))}saveCameraPosition(t){return p(this,null,(function*(){const e=yield this.postAsync({type:Mi.GET_CAMERA_POSITION}),i=t?Om+t:Om;sessionStorage.setItem(i,JSON.stringify(e))}))}restoreCameraPosition(t){return p(this,null,(function*(){const e=t?Om+t:Om,i=sessionStorage.getItem(e);if(!i)return this.fullscreen();const n=JSON.parse(i||"{}");yield this.postAsync({type:Mi.SET_CAMERA_POSITION,data:n})}))}clearCameraPosition(t){return p(this,null,(function*(){const e=t?Om+t:Om;sessionStorage.setItem(e,"")}))}zoomIn(){return p(this,null,(function*(){this.postAsync({type:Mi.ZOOM_IN})}))}zoomOut(){return p(this,null,(function*(){this.postAsync({type:Mi.ZOOM_OUT})}))}fontZoomIn(t=1.1){return p(this,null,(function*(){this.postAsync({type:Mi.FONT_ZOOM_IN,v:t})}))}fontZoomOut(t=.9){return p(this,null,(function*(){this.postAsync({type:Mi.FONT_ZOOM_OUT,v:t})}))}unproject(t){return p(this,null,(function*(){return this.postAsync({type:Mi.UNPROJECT,v:t})}))}load(t,e,i=2){return p(this,null,(function*(){return this.postAsync({type:Mi.LOAD,url:t,layers:e,lv:i})}))}strokeMore(t=1.1){return p(this,null,(function*(){this.postAsync({type:Mi.STROKE_MORE,v:t})}))}strokeLess(t=.9){return p(this,null,(function*(){this.postAsync({type:Mi.STROKE_LESS,v:t})}))}updateLayersVisibility(t,e=!1){return p(this,null,(function*(){this.postAsync({type:Mi.UPDATE_LAYERS_VISIBILITY,ids:t,visible:e})}))}getLayers(t=2){return p(this,null,(function*(){return this.postAsync({type:Mi.GET_LAYERS,lv:t})}))}focusAtIds(t,e=100){return p(this,null,(function*(){return this.postAsync({type:Mi.FOCUS_AT_IDS,ids:t,padding:e})}))}clearSelected(t){return p(this,null,(function*(){return this.postAsync({type:Mi.CLEAR_SELECTED,ids:t})}))}targetByIds(t){return p(this,null,(function*(){return this.postAsync({type:Mi.TARGET_BY_IDS,ids:t})}))}getAssetIdsByType(t){return p(this,null,(function*(){return this.postAsync({type:Mi.GET_ASSET_IDS_BY_TYPE,assetType:t})}))}setFillByIds(t,e){return p(this,null,(function*(){return this.postAsync({type:Mi.SET_FILL_BY_IDS,ids:t,c:e})}))}clearFillByIds(t){return p(this,null,(function*(){return this.postAsync({type:Mi.CLEAR_FILL_BY_IDS,ids:t})}))}setStrokeByIds(t,e){return p(this,null,(function*(){return this.postAsync({type:Mi.SET_STROKE_BY_IDS,ids:t,c:e})}))}clearFill(){return p(this,null,(function*(){return this.postAsync({type:Mi.CLEAR_FILL})}))}clearStroke(){return p(this,null,(function*(){return this.postAsync({type:Mi.CLEAR_STROKE})}))}getLegend(){return p(this,null,(function*(){return this.postAsync({type:Mi.GET_LEGEND})}))}getAssetLabelById(t,e){return p(this,null,(function*(){return this.postAsync({type:Mi.GET_ASSET_LABELS,assetType:t,id:e})}))}setAssetLabels(t,e){return p(this,null,(function*(){return this.postAsync({type:Mi.SET_ASSET_LABELS,id:t,labels:e})}))}clearAssetLabels(t){return p(this,null,(function*(){return this.postAsync({type:Mi.CLEAR_ASSET_LABELS,assetType:t})}))}selectByIds(t){return p(this,null,(function*(){return this.postAsync({type:Mi.SELECT_BY_IDS,ids:t})}))}getAssetBoundingBox(t,e=!1){return p(this,null,(function*(){return this.postAsync({type:Mi.GET_ASSET_BOUNDING_BOX,id:t,isViewCoords:e})}))}showAssetsLabel(t,e,i){return p(this,null,(function*(){var n,s;if(!e)return;const r=yield this.getAssetLabelById(t,e);if(r&&(i=r.join("<br/>")+(i?"<br/>"+i:"")),!i)return;null==(n=this.label)||n.setHtml(i);const a=yield this.getAssetBoundingBox(e,!0);a&&(Gg.copy(a.min).add(this.offset).round(),null==(s=this.label)||s.show(Gg))}))}hideAssetsLabel(){return p(this,null,(function*(){var t;return null==(t=this.label)?void 0:t.hide()}))}setAssetType(t,e){return p(this,null,(function*(){return this.postAsync({type:Mi.SET_ASSET_TYPE,assetType:t,showLayers:e})}))}linkAssetsByTree(t){return p(this,null,(function*(){return this.postAsync({type:Mi.LINK_ASSETS_BY_TREE,o:t})}))}clearDummies(t){return p(this,null,(function*(){return this.postAsync({type:Mi.CLEAR_DUMMIES,aeTypes:t})}))}setDummies(t){return p(this,null,(function*(){return this.postAsync({type:Mi.SET_DUMMIES,dummies:t})}))}focusAtDummy(t,e=1e3){return p(this,null,(function*(){return this.postAsync({type:Mi.FOCUS_AT_DUMMY,id:t,padding:e})}))}highlightDummies(t){return p(this,null,(function*(){return this.postAsync({type:Mi.HIGHLIGHT_DUMMIES,ids:t})}))}resetHighlightDummies(){return p(this,null,(function*(){return this.postAsync({type:Mi.RESET_HIGHLIGHT_DUMMIES})}))}setEditorMode(t){return p(this,null,(function*(){return this.postAsync({type:Mi.SET_EDITOR_MODE,mode:t})}))}bindEditorDrag(t){return p(this,null,(function*(){return this.postAsync({type:Mi.BIND_EDITOR_DRAG,vo:t})}))}setEditorDraggingObject(t){return p(this,null,(function*(){return this.postAsync({type:Mi.SET_EDITOR_DRAGGING_OBJECT,vo:t})}))}handleExternalEvent(t){return p(this,null,(function*(){var e;this.postAsync({type:"event",id:null==(e=this.proxy)?void 0:e.id,data:t})}))}drag(t,e){return p(this,null,(function*(){const i=this,n=function(t){i.bindEditorDrag(e),i.setEditorDraggingObject(e);const n={type:t.type,center:t.center,isFirst:t.isFirst,pointers:JSON.parse(JSON.stringify(t.pointers))};i.handleExternalEvent(n)};if(!$g.has(t)){const e=new Hammer.Manager(t,{domEvents:!0});e.add(new Hammer.Pan({threshold:0,pointers:0})),e.on(["panstart","panmove","panend"].join(" "),n),$g.set(t,e)}}))}drop(t){return p(this,null,(function*(){var e;$g.has(t)&&(null==(e=$g.get(t))||e.destroy(),$g.delete(t))}))}getDummies(t){return p(this,null,(function*(){return this.postAsync({type:Mi.GET_DUMMIES,hasBound:t})}))}},t.AppEnum=Gl,t.AssetTypeEnum=Di,t.Box2=ai,t.Color=Re,t.ColorsEnum=Le,t.EDITOR_MODE=Wo,t.EnvironmentWorker=function(t){return new Worker("/environment.worker.js",{type:"module",name:null==t?void 0:t.name})},t.GLOB=Ae,t.Label=uo,t.LayerTypeEnum=Bi,t.Monitor=yi,t.Renderer2Worker=function(t){return new Worker("/renderer2.worker.js",{type:"module",name:null==t?void 0:t.name})},t.SvgApp=class extends Wi{constructor(t={}){super(),d(this,"name","SvgApp"),d(this,"params"),d(this,"renderer"),d(this,"view"),d(this,"scene"),d(this,"loadingScene"),d(this,"emptyScene"),d(this,"mainScene"),d(this,"zoomToSelectEnable",!1),d(this,"zoomBox",new ai),d(this,"selectEnable",!1),d(this,"multiSelectEnable",!1),d(this,"fnEnable",!1),d(this,"requestHeader",{}),d(this,"runningHandler",this.running.bind(this)),d(this,"pointerOverHandler",this.handlePointerOver.bind(this)),d(this,"pointerLeaveHandler",this.handlePointerLeave.bind(this)),d(this,"multiSelectorSelectedHandler",this.handleMultiSelectorSelected.bind(this)),d(this,"tapHandler",this.handleTap.bind(this)),d(this,"dragEndHandler",this.handleDragEnd.bind(this)),d(this,"_dragEndHandler",(t=>this.dispatchEvent(t))),this.params=t,this.params.zoomToSelectEnable&&(this.zoomToSelectEnable=!0),this.params.selectEnable&&(this.selectEnable=!0),this.params.multiSelectEnable&&(this.multiSelectEnable=!0),this.params.defaultFill||(this.params.defaultFill=Re.getMoreTransparent(Le.white,.3)),this.params.defaultStroke||(this.params.defaultStroke=Re.getMoreTransparent(Le.darkWhite,.8)),this.params.infoFill||(this.params.infoFill=Re.getMoreTransparent(Le.gray,.3)),this.params.infoStroke||(this.params.infoStroke=Re.getMoreTransparent(Le.darkGray,.8)),this.params.primaryFill||(this.params.primaryFill=Re.getMoreTransparent(Le.blue,.3)),this.params.primaryStroke||(this.params.primaryStroke=Re.getMoreTransparent(Le.darkBlue,.8)),this.params.successFill||(this.params.successFill=Re.getMoreTransparent(Le.green,.3)),this.params.successStroke||(this.params.successStroke=Re.getMoreTransparent(Le.darkGreen,.8)),this.params.warningFill||(this.params.warningFill=Re.getMoreTransparent(Le.yellow,.3)),this.params.warningStroke||(this.params.warningStroke=Re.getMoreTransparent(Le.darkYellow,.8)),this.params.dangerFill||(this.params.dangerFill=Re.getMoreTransparent(Le.red,.3)),this.params.dangerStroke||(this.params.dangerStroke=Re.getMoreTransparent(Le.darkRed,.8)),this.params.activeFill||(this.params.activeFill=Re.getMoreTransparent(Le.brown,.3)),this.params.activeStroke||(this.params.activeStroke=Re.getMoreTransparent(Le.darkBrown,.8)),this.renderer=new ns(t),this.view=new Bo(t),this.editor=new jl(this.view),this.trans2LoadingScene(),this.bindEvents()}get isLoadingScene(){var t;return"SvgLoadingScene"===(null==(t=this.scene)?void 0:t.name)}destroy(){var t,e;this.unbindEvents(),this.unbindAssetsEvents(),super.destroy(),null==(t=this.view)||t.destroy(),null==(e=this.renderer)||e.destroy()}bindEvents(){var t;this.unbindEvents(),null==(t=this.editor)||t.addEventListener(Mi.DRAG_END,this._dragEndHandler)}unbindEvents(){var t;null==(t=this.editor)||t.removeEventListener(Mi.DRAG_END,this._dragEndHandler)}resize(){var t,e;null==(t=this.renderer)||t.resize(),null==(e=this.view)||e.resize()}isScene(t){var e;return(null==(e=this.scene)?void 0:e.uuid)===t.uuid}removeScene(t){this.scene=void 0,null==t||t.destroy()}trans2MainScene(){var t,e,i,n;null==(t=this.scene)||t.unmount(),this.scene=this.mainScene,this.scene.isMounted||this.scene.mount(),this.view.bindScene(this.scene),null==(e=this.editor)||e.setMode(Wo.DEFAULT),null==(i=this.editor)||i.bindScene(this.scene),null==(n=this.loadingScene)||n.destroy()}trans2LoadingScene(){var t,e,i;null==(t=this.editor)||t.dispose(),this.loadingScene=new Ws(this.params),null==(e=this.scene)||e.unmount(),this.scene=this.loadingScene,this.scene.isMounted||this.scene.mount();const n=(new ai).copy(this.loadingScene.viewBox).expandByVector(new We(1,1).multiplyScalar(150));this.view.setByBox(n,!1),null==(i=this.mainScene)||i.destroy()}trans2EmptyScene(){var t,e,i;null==(t=this.editor)||t.dispose(),this.emptyScene=new zo(this.params),null==(e=this.scene)||e.unmount(),this.scene=this.emptyScene,this.scene.isMounted||this.scene.mount();const n=(new ai).copy(this.emptyScene.viewBox).expandByVector(new We(1,1).multiplyScalar(150));this.view.setByBox(n,!1),null==(i=this.mainScene)||i.destroy()}start(){requestAnimationFrame(this.runningHandler)}running(t){this.scene&&(this.scene.update(),this.renderer.render(this.scene,this.view.camera),this.view.update(t),requestAnimationFrame(this.runningHandler))}setRequestHeader(t){return this.requestHeader=t,this}load(t,e,i=2,n){return p(this,null,(function*(){this.isLoadingScene||this.trans2LoadingScene(),yield Ti(this.params.syncDelay);const n=yield(new Cs).setRequestHeader(this.requestHeader).loadAsync(t).catch((()=>{this.trans2EmptyScene()}));return this.loadByString(n,e,i)}))}loadByString(t,e,i=2){return p(this,null,(function*(){if(this.mainScene=new zs(this.params),!this.mainScene.bind(t))return this.trans2EmptyScene(),[];this.view.setByBox(this.mainScene.viewBox);const n=this.mainScene.getLayers(i);return(null==e?void 0:e.length)||(e=ri.map(n,"label")),this.mainScene.showDefaultLayers(e,!0),this.trans2MainScene(),this.bindAssetsEvents(),n}))}recompute(t){var e;null==(e=this.scene)||e.recompute(t),this.fullscreen()}setSkeletons(t){var e;null==(e=this.scene)||e.setSkeletonLayers(t)}getLayers(t=2){var e;return null==(e=this.scene)?void 0:e.getLayers(t)}getLayerVisible(t){var e;return null==(e=this.scene)?void 0:e.getLayerVisible(t)}updateLayersVisibility(t,e=!1,i=!0){var n;null==(n=this.scene)||n.updateLayersVisibility(t,e,i)}selectByIds(t){var e;null==(e=this.scene)||e.selectByIds(t,this.multiSelectEnable)}clearSelectedByIds(t){var e;Array.isArray(t)?t.forEach((t=>{var e;return null==(e=this.scene)?void 0:e.clearSelectedById(t)})):null==(e=this.scene)||e.clearSelectedById(t)}clearSelected(){var t;null==(t=this.scene)||t.clearSelected()}getSelectedIds(){var t;return null==(t=this.scene)?void 0:t.getSelectedIds()}targetByIds(t,e=100){return p(this,null,(function*(){var i;this.scene&&(null==(i=this.scene)||i.selectByIds(t,!1),Yl.copy(this.scene.getSelectedBoundingBox()).expandByVector(new We(1,1).multiplyScalar(e)),yield Ti(100),Yl.isEmpty()||(yield this.view.setByBox(Yl)))}))}linkAssetsByTree(t){var e;null==(e=this.scene)||e.linkAssetsByTree(t)}setViewAreaLimit(t){this.renderer.viewAreaLimit=t}setAssetType(t,e){var i;null==(i=this.scene)||i.setAssetType(t,e)}getAssetIdsByType(t){var e;return null==(e=this.scene)?void 0:e.getAssetIdsByType(t)}clearFill(){var t;null==(t=this.scene)||t.clearFillOrStroke("fill")}clearFillByIds(t){var e;null==(e=this.scene)||e.clearFillOrStrokeByIds(t,"fill")}setFillByIds(t,e){var i;null==(i=this.scene)||i.setFillOrStrokeByIds(t,e,"fill")}clearStroke(){var t;null==(t=this.scene)||t.clearFillOrStroke("stroke")}clearStrokeByIds(t){var e;null==(e=this.scene)||e.clearFillOrStrokeByIds(t,"stroke")}setStrokeByIds(t,e,i){var n;null==(n=this.scene)||n.setFillOrStrokeByIds(t,e,"stroke",i)}getLegend(){var t;return null==(t=this.scene)?void 0:t.getLegend()}setAssetLabels(t,e){var i;null==(i=this.scene)||i.setAssetLabels(t,e)}clearAssetLabels(){var t;null==(t=this.scene)||t.clearAssetLabels()}getViewBox(){var t,e;return null==(e=null==(t=this.scene)?void 0:t.viewBox)?void 0:e.clone()}fullscreen(){this.view.fullscreen()}saveCameraPosition(t){this.view.saveCameraPosition(t)}restoreCameraPosition(t){this.view.restoreCameraPosition(t)}clearCameraPosition(t){this.view.clearCameraPosition(t)}zoomIn(){this.view.zoomIn()}zoomOut(){this.view.zoomOut()}focusAt(t,e=1e3){var i;null==(i=this.view)||i.focusAt(t,e)}focusAtIds(t,e=100){return p(this,null,(function*(){if(!this.scene)return;const i=this.scene.getBoundingBoxByIds(t);i&&(i.expandByVector(new We(1,1).multiplyScalar(e)),yield Ti(100),i.isEmpty()||(yield this.view.setByBox(i)))}))}focusAtById(t,e=1e3){return p(this,null,(function*(){var i;return null==(i=this.view)?void 0:i.focusAtById(t,e)}))}focusAtDummy(t,e=1e3){return p(this,null,(function*(){var i;return null==(i=this.view)?void 0:i.focusAtDummy(t,e)}))}showAssetsLabel(t,e,i){var n,s,r,a;e?"dummy"===t?null==(r=null==(s=null==(n=this.view)?void 0:n.dummiesController)?void 0:s.dummies)||r.showDummyLabel(e):null==(a=this.view)||a.showAssetsLabel(t,e,i):this.hideAssetsLabel()}hideAssetsLabel(){var t,e,i,n;null==(i=null==(e=null==(t=this.view)?void 0:t.dummiesController)?void 0:e.dummies)||i.hideDummyLabel(),null==(n=this.view)||n.hideAssetsLabel()}highlightAssets(t,e){var i;null==(i=this.scene)||i.highlightAssets(t,e)}resetHighlightAssets(t){var e;null==(e=this.scene)||e.resetHighlightAssets(t)}fontZoomIn(){var t;null==(t=this.scene)||t.chef.fontZoom("asset-labels",1.1)}fontZoomOut(){var t;null==(t=this.scene)||t.chef.fontZoom("asset-labels",.9)}strokeMore(){var t;null==(t=this.scene)||t.chef.strokeWidthChanged(1.1)}strokeLess(){var t;null==(t=this.scene)||t.chef.strokeWidthChanged(.9)}zoomToSelectEnableChanged(t){this.view.zoomToSelectEnableChanged(t)}selectEnableChanged(t){this.selectEnable=!!t,this.view.selectEnableChanged(t)}multiSelectEnableChanged(t){this.multiSelectEnable=!!t,this.view.multiSelectEnableChanged(t)}socialDistanceEnableChanged(t){var e;null==(e=this.scene)||e.socialDistanceEnableChanged(t)}fnEnableChanged(t){var e;this.fnEnable=!!t,this.view.fnEnableChanged(t),null==(e=this.editor)||e.fnEnableChanged(t)}getBoundingBoxById(t,e=!0){var i;if(!t)return;const n=null==(i=this.scene)?void 0:i.getBoundingBoxById(t);return n&&e&&n.applyMatrix3(this.view.camera.viewMatrix).round(),n}setDummies(t){var e;null==(e=this.view)||e.setDummies(t)}clearDummies(t){var e;null==(e=this.view)||e.clearDummies(t)}highlightDummies(t){var e,i;null==(i=null==(e=this.view)?void 0:e.dummiesController)||i.highlightDummies(t)}resetHighlightDummies(){var t,e;null==(e=null==(t=this.view)?void 0:t.dummiesController)||e.resetHighlightDummies()}bindAssetsEvents(){var t,e;this.view.addEventListener(Oo.POINTEROVER,this.pointerOverHandler),this.view.addEventListener(Oo.POINTERLEAVE,this.pointerLeaveHandler),this.view.addEventListener(Oo.SELECTED,this.multiSelectorSelectedHandler),this.view.addEventListener(Gs.TAP,this.tapHandler),null==(e=null==(t=this.view)?void 0:t.dummiesController)||e.addEventListener("panend",this.dragEndHandler)}unbindAssetsEvents(){var t,e;this.view.removeEventListener(Oo.POINTEROVER,this.pointerOverHandler),this.view.removeEventListener(Oo.POINTERLEAVE,this.pointerLeaveHandler),this.view.removeEventListener(Oo.SELECTED,this.multiSelectorSelectedHandler),this.view.removeEventListener(Gs.TAP,this.tapHandler),null==(e=null==(t=this.view)?void 0:t.dummiesController)||e.removeEventListener("panend",this.dragEndHandler)}handleMultiSelectorSelected(t){this.dispatchEvent({type:"SELECTED",data:t.data})}handleTap(t){this.dispatchEvent({type:"tap",data:t.data})}handlePointerOver(t){this.dispatchEvent({type:"pointerover",data:t.data,e:t.e})}handlePointerLeave(t){this.dispatchEvent({type:"pointerleave",data:t.data,e:t.e})}handleInitializeStart(){}handleInitializeComplete(t){return p(this,null,(function*(){(null==t?void 0:t.data)&&this.launch()}))}handleDragEnd(t){this.dispatchEvent(t)}launch(){}drag(t,e){return p(this,null,(function*(){var i;null==(i=this.editor)||i.drag(t,e)}))}setEditorMode(t){return p(this,null,(function*(){var e;return null==(e=this.editor)?void 0:e.setMode(t)}))}getEditorMode(){return p(this,null,(function*(){var t;return null==(t=this.editor)?void 0:t.getMode()}))}editorFillChanged(t){return p(this,null,(function*(){var e;this.params.editor.fill=t,null==(e=this.editor)||e.editorFillChanged(t)}))}editorStrokeChanged(t){return p(this,null,(function*(){var e;this.params.editor.stroke=t,null==(e=this.editor)||e.editorStrokeChanged(t)}))}editorStrokeWidthChanged(t){return p(this,null,(function*(){var e;this.params.editor.strokeWidth=t,null==(e=this.editor)||e.editorStrokeWidthChanged(t)}))}editorStrokeDasharrayChanged(t){return p(this,null,(function*(){var e;null==(e=this.editor)||e.editorStrokeDasharrayChanged(t)}))}editorStrokeArrowChanged(t){return p(this,null,(function*(){var e;null==(e=this.editor)||e.editorStrokeArrowChanged(t)}))}editorFontSizeChanged(t){return p(this,null,(function*(){var e;this.params.editor.fontSize=t,null==(e=this.editor)||e.editorFontSizeChanged(t)}))}editorTextContentChanged(t){return p(this,null,(function*(){var e;null==(e=this.editor)||e.editorTextContentChanged(t)}))}editorDeleteCurrentShape(){return p(this,null,(function*(){var t;null==(t=this.editor)||t.editorDeleteCurrentShape()}))}editorClearAll(){return p(this,null,(function*(){var t;null==(t=this.editor)||t.editorClearAllShapes()}))}getEditorCurrentShapes(){return p(this,null,(function*(){var t;return null==(t=this.editor)?void 0:t.getEditorCurrentShapes()}))}editorInitShapes(t){return p(this,null,(function*(){var e;return null==(e=this.editor)?void 0:e.editorInitShapes(t)}))}editorInitDummy(t){return p(this,null,(function*(){var e;return null==(e=this.editor)?void 0:e.editorInitDummy(t)}))}editorUnitsChanged(t){return p(this,null,(function*(){var e;this.params.editor.units=t,null==(e=this.editor)||e.editorUnitsChanged(t)}))}},t.TOOL_TYPE=Ho,t.Vector2=We,t.assetTypeConflicts=Hi,t.defaultConfig=w,t.getAssetLabelByType=zi,t.getAssetLayerByType=Ri,t.getIdsByTree=Ci,t.getRandomString=function(t=8){let e=[];for(let i=0;i<t;i++)e.push(String.fromCharCode(97+Math.round(25*Math.random())));return e.join("")},t.polyfillHammerProxy=function(t){const e=document.getElementById(t.canvasId);if(!e)throw new Error(`Canvas element with id ${t.canvasId} not found`);const i=new Yg(e,Th),n=xh.instance().getProxy(i.id);return n.ownerDocument=n,t.inpEl=n,t},t.randomDelay=Ti,Object.defineProperty(t,Symbol.toStringTag,{value:"Module"})}));
|