@leafer/worker 1.8.0 → 1.9.0

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.
@@ -1,2 +1,2 @@
1
- const t={toURL(t,e){let i=encodeURIComponent(t);return"text"===e?i="data:text/plain;charset=utf-8,"+i:"svg"===e&&(i="data:image/svg+xml,"+i),i},image:{hitCanvasSize:100,maxCacheSize:4096e3,maxPatternSize:8847360,crossOrigin:"anonymous",getRealURL(e){const{prefix:i,suffix:s}=t.image;return!s||e.startsWith("data:")||e.startsWith("blob:")||(e+=(e.includes("?")?"&":"?")+s),i&&"/"===e[0]&&(e=i+e),e}}},e={RUNTIME:"runtime",LEAF:"leaf",TASK:"task",CNAVAS:"canvas",IMAGE:"image",types:{},create(t){const{types:e}=i;return e[t]?e[t]++:(e[t]=1,0)}},i=e,{round:s,pow:o,PI:n}=Math,r={within:(t,e,i)=>("object"==typeof e&&(i=e.max,e=e.min),void 0!==e&&t<e&&(t=e),void 0!==i&&t>i&&(t=i),t),fourNumber(t,e){let i;if(t instanceof Array)switch(t.length){case 4:i=void 0===e?t:[...t];break;case 2:i=[t[0],t[1],t[0],t[1]];break;case 3:i=[t[0],t[1],t[2],t[1]];break;case 1:t=t[0];break;default:t=0}if(i||(i=[t,t,t,t]),e)for(let t=0;t<4;t++)i[t]>e&&(i[t]=e);return i},formatRotation:(t,e)=>(t%=360,e?t<0&&(t+=360):(t>180&&(t-=360),t<-180&&(t+=360)),r.float(t)),getGapRotation(t,e,i=0){let s=t+i;if(e>1){const t=Math.abs(s%e);(t<1||t>e-1)&&(s=Math.round(s/e)*e)}return s-i},float(t,e){const i=void 0!==e?o(10,e):1e12;return-0===(t=s(t*i)/i)?0:t},getScaleData(t,e,i,s){if(s||(s={}),e){const t=("number"==typeof e?e:e.width||0)/i.width,o=("number"==typeof e?e:e.height||0)/i.height;s.scaleX=t||o||1,s.scaleY=o||t||1}else t&&r.assignScale(s,t);return s},assignScale(t,e){"number"==typeof e?t.scaleX=t.scaleY=e:(t.scaleX=e.x,t.scaleY=e.y)},randInt:a,randColor:t=>`rgba(${a(255)},${a(255)},${a(255)},${t||1})`};function a(t){return Math.round(Math.random()*t)}const h=n/180,l=2*n,d=n/2;function c(){return{x:0,y:0}}function u(){return{x:0,y:0,width:0,height:0}}function p(){return{a:1,b:0,c:0,d:1,e:0,f:0}}const{sin:_,cos:g,acos:f,sqrt:y}=Math,{float:m}=r,v={};function w(){return Object.assign(Object.assign(Object.assign({},{a:1,b:0,c:0,d:1,e:0,f:0}),{x:0,y:0,width:0,height:0}),{scaleX:1,scaleY:1,rotation:0,skewX:0,skewY:0})}const x={defaultMatrix:{a:1,b:0,c:0,d:1,e:0,f:0},defaultWorld:w(),tempMatrix:{},set(t,e=1,i=0,s=0,o=1,n=0,r=0){t.a=e,t.b=i,t.c=s,t.d=o,t.e=n,t.f=r},get:p,getWorld:w,copy(t,e){t.a=e.a,t.b=e.b,t.c=e.c,t.d=e.d,t.e=e.e,t.f=e.f},translate(t,e,i){t.e+=e,t.f+=i},translateInner(t,e,i,s){t.e+=t.a*e+t.c*i,t.f+=t.b*e+t.d*i,s&&(t.e-=e,t.f-=i)},scale(t,e,i=e){t.a*=e,t.b*=e,t.c*=i,t.d*=i},scaleOfOuter(t,e,i,s){b.toInnerPoint(t,e,v),b.scaleOfInner(t,v,i,s)},scaleOfInner(t,e,i,s=i){b.translateInner(t,e.x,e.y),b.scale(t,i,s),b.translateInner(t,-e.x,-e.y)},rotate(t,e){const{a:i,b:s,c:o,d:n}=t,r=g(e*=h),a=_(e);t.a=i*r-s*a,t.b=i*a+s*r,t.c=o*r-n*a,t.d=o*a+n*r},rotateOfOuter(t,e,i){b.toInnerPoint(t,e,v),b.rotateOfInner(t,v,i)},rotateOfInner(t,e,i){b.translateInner(t,e.x,e.y),b.rotate(t,i),b.translateInner(t,-e.x,-e.y)},skew(t,e,i){const{a:s,b:o,c:n,d:r}=t;i&&(i*=h,t.a=s+n*i,t.b=o+r*i),e&&(e*=h,t.c=n+s*e,t.d=r+o*e)},skewOfOuter(t,e,i,s){b.toInnerPoint(t,e,v),b.skewOfInner(t,v,i,s)},skewOfInner(t,e,i,s=0){b.translateInner(t,e.x,e.y),b.skew(t,i,s),b.translateInner(t,-e.x,-e.y)},multiply(t,e){const{a:i,b:s,c:o,d:n,e:r,f:a}=t;t.a=e.a*i+e.b*o,t.b=e.a*s+e.b*n,t.c=e.c*i+e.d*o,t.d=e.c*s+e.d*n,t.e=e.e*i+e.f*o+r,t.f=e.e*s+e.f*n+a},multiplyParent(t,e,i,s,o,n){let{e:r,f:a}=t;if(n&&(r+=n.scrollX,a+=n.scrollY),i||(i=t),void 0===s&&(s=1!==t.a||t.b||t.c||1!==t.d),s){const{a:s,b:n,c:r,d:a}=t;i.a=s*e.a+n*e.c,i.b=s*e.b+n*e.d,i.c=r*e.a+a*e.c,i.d=r*e.b+a*e.d,o&&(i.scaleX=e.scaleX*o.scaleX,i.scaleY=e.scaleY*o.scaleY)}else i.a=e.a,i.b=e.b,i.c=e.c,i.d=e.d,o&&(i.scaleX=e.scaleX,i.scaleY=e.scaleY);i.e=r*e.a+a*e.c+e.e,i.f=r*e.b+a*e.d+e.f},divide(t,e){b.multiply(t,b.tempInvert(e))},divideParent(t,e){b.multiplyParent(t,b.tempInvert(e))},tempInvert(t){const{tempMatrix:e}=b;return b.copy(e,t),b.invert(e),e},invert(t){const{a:e,b:i,c:s,d:o,e:n,f:r}=t;if(i||s){const a=1/(e*o-i*s);t.a=o*a,t.b=-i*a,t.c=-s*a,t.d=e*a,t.e=-(n*o-r*s)*a,t.f=-(r*e-n*i)*a}else if(1===e&&1===o)t.e=-n,t.f=-r;else{const i=1/(e*o);t.a=o*i,t.d=e*i,t.e=-n*o*i,t.f=-r*e*i}},toOuterPoint(t,e,i,s){const{x:o,y:n}=e;i||(i=e),i.x=o*t.a+n*t.c,i.y=o*t.b+n*t.d,s||(i.x+=t.e,i.y+=t.f)},toInnerPoint(t,e,i,s){const{a:o,b:n,c:r,d:a}=t,h=1/(o*a-n*r),{x:l,y:d}=e;if(i||(i=e),i.x=(l*a-d*r)*h,i.y=(d*o-l*n)*h,!s){const{e:e,f:s}=t;i.x-=(e*a-s*r)*h,i.y-=(s*o-e*n)*h}},setLayout(t,e,i,s,o){const{x:n,y:r,scaleX:a,scaleY:l}=e;if(void 0===o&&(o=e.rotation||e.skewX||e.skewY),o){const{rotation:i,skewX:s,skewY:o}=e,n=i*h,r=g(n),d=_(n);if(s||o){const e=s*h,i=o*h;t.a=(r+i*-d)*a,t.b=(d+i*r)*a,t.c=(e*r-d)*l,t.d=(r+e*d)*l}else t.a=r*a,t.b=d*a,t.c=-d*l,t.d=r*l}else t.a=a,t.b=0,t.c=0,t.d=l;t.e=n,t.f=r,(i=i||s)&&b.translateInner(t,-i.x,-i.y,!s)},getLayout(t,e,i,s){const{a:o,b:n,c:r,d:a,e:l,f:c}=t;let u,p,v,w,x,b=l,k=c;if(n||r){const t=o*a-n*r;if(r&&!s){u=y(o*o+n*n),p=t/u;const e=o/u;v=n>0?f(e):-f(e)}else{p=y(r*r+a*a),u=t/p;const e=r/p;v=d-(a>0?f(-e):-f(e))}const e=m(g(v)),i=_(v);u=m(u),p=m(p),w=e?m((r/p+i)/e/h,9):0,x=e?m((n/u-i)/e/h,9):0,v=m(v/h)}else u=o,p=a,v=w=x=0;return(e=i||e)&&(b+=e.x*o+e.y*r,k+=e.x*n+e.y*a,i||(b-=e.x,k-=e.y)),{x:b,y:k,scaleX:u,scaleY:p,rotation:v,skewX:w,skewY:x}},withScale(t,e,i=e){const s=t;if(!e||!i){const{a:s,b:o,c:n,d:r}=t;o||n?i=(s*r-o*n)/(e=y(s*s+o*o)):(e=s,i=r)}return s.scaleX=e,s.scaleY=i,s},reset(t){b.set(t)}},b=x,{toInnerPoint:k,toOuterPoint:E}=x,{sin:B,cos:S,abs:R,sqrt:T,atan2:C,min:O,round:L}=Math,P={defaultPoint:{x:0,y:0},tempPoint:{},tempRadiusPoint:{},set(t,e=0,i=0){t.x=e,t.y=i},setRadius(t,e,i){t.radiusX=e,t.radiusY=void 0===i?e:i},copy(t,e){t.x=e.x,t.y=e.y},copyFrom(t,e,i){t.x=e,t.y=i},round(t,e){t.x=e?L(t.x-.5)+.5:L(t.x),t.y=e?L(t.y-.5)+.5:L(t.y)},move(t,e,i){"object"==typeof e?(t.x+=e.x,t.y+=e.y):(t.x+=e,t.y+=i)},scale(t,e,i=e){t.x&&(t.x*=e),t.y&&(t.y*=i)},scaleOf(t,e,i,s=i){t.x+=(t.x-e.x)*(i-1),t.y+=(t.y-e.y)*(s-1)},rotate(t,e,i){i||(i=A.defaultPoint);const s=S(e*=h),o=B(e),n=t.x-i.x,r=t.y-i.y;t.x=i.x+n*s-r*o,t.y=i.y+n*o+r*s},tempToInnerOf(t,e){const{tempPoint:i}=A;return M(i,t),k(e,i,i),i},tempToOuterOf(t,e){const{tempPoint:i}=A;return M(i,t),E(e,i,i),i},tempToInnerRadiusPointOf(t,e){const{tempRadiusPoint:i}=A;return M(i,t),A.toInnerRadiusPointOf(t,e,i),i},toInnerRadiusPointOf(t,e,i){i||(i=t),k(e,t,i),i.radiusX=Math.abs(t.radiusX/e.scaleX),i.radiusY=Math.abs(t.radiusY/e.scaleY)},toInnerOf(t,e,i){k(e,t,i)},toOuterOf(t,e,i){E(e,t,i)},getCenter:(t,e)=>({x:t.x+(e.x-t.x)/2,y:t.y+(e.y-t.y)/2}),getCenterX:(t,e)=>t+(e-t)/2,getCenterY:(t,e)=>t+(e-t)/2,getDistance:(t,e)=>D(t.x,t.y,e.x,e.y),getDistanceFrom(t,e,i,s){const o=R(i-t),n=R(s-e);return T(o*o+n*n)},getMinDistanceFrom:(t,e,i,s,o,n)=>O(D(t,e,i,s),D(i,s,o,n)),getAngle:(t,e)=>F(t,e)/h,getRotation:(t,e,i,s)=>(s||(s=e),A.getRadianFrom(t.x,t.y,e.x,e.y,i.x,i.y,s.x,s.y)/h),getRadianFrom(t,e,i,s,o,n,r,a){void 0===r&&(r=i,a=s);const h=t-i,l=e-s,d=o-r,c=n-a;return Math.atan2(h*c-l*d,h*d+l*c)},getAtan2:(t,e)=>C(e.y-t.y,e.x-t.x),getDistancePoint(t,e,i,s){const o=F(t,e);return(e=s?e:{}).x=t.x+S(o)*i,e.y=t.y+B(o)*i,e},toNumberPoints(t){let e=t;return"object"==typeof t[0]&&(e=[],t.forEach((t=>e.push(t.x,t.y)))),e},reset(t){A.reset(t)}},A=P,{getDistanceFrom:D,copy:M,getAtan2:F}=A;class I{constructor(t,e){this.set(t,e)}set(t,e){return"object"==typeof t?P.copy(this,t):P.set(this,t,e),this}get(){const{x:t,y:e}=this;return{x:t,y:e}}clone(){return new I(this)}move(t,e){return P.move(this,t,e),this}scale(t,e){return P.scale(this,t,e),this}scaleOf(t,e,i){return P.scaleOf(this,t,e,i),this}rotate(t,e){return P.rotate(this,t,e),this}rotateOf(t,e){return P.rotate(this,e,t),this}getRotation(t,e,i){return P.getRotation(this,t,e,i)}toInnerOf(t,e){return P.toInnerOf(this,t,e),this}toOuterOf(t,e){return P.toOuterOf(this,t,e),this}getCenter(t){return new I(P.getCenter(this,t))}getDistance(t){return P.getDistance(this,t)}getDistancePoint(t,e,i){return new I(P.getDistancePoint(this,t,e,i))}getAngle(t){return P.getAngle(this,t)}getAtan2(t){return P.getAtan2(this,t)}reset(){return P.reset(this),this}}const W=new I;class z{constructor(t,e,i,s,o,n){this.set(t,e,i,s,o,n)}set(t,e,i,s,o,n){return"object"==typeof t?x.copy(this,t):x.set(this,t,e,i,s,o,n),this}setWith(t){return x.copy(this,t),this.scaleX=t.scaleX,this.scaleY=t.scaleY,this}get(){const{a:t,b:e,c:i,d:s,e:o,f:n}=this;return{a:t,b:e,c:i,d:s,e:o,f:n}}clone(){return new z(this)}translate(t,e){return x.translate(this,t,e),this}translateInner(t,e){return x.translateInner(this,t,e),this}scale(t,e){return x.scale(this,t,e),this}scaleWith(t,e){return x.scale(this,t,e),this.scaleX*=t,this.scaleY*=e||t,this}scaleOfOuter(t,e,i){return x.scaleOfOuter(this,t,e,i),this}scaleOfInner(t,e,i){return x.scaleOfInner(this,t,e,i),this}rotate(t){return x.rotate(this,t),this}rotateOfOuter(t,e){return x.rotateOfOuter(this,t,e),this}rotateOfInner(t,e){return x.rotateOfInner(this,t,e),this}skew(t,e){return x.skew(this,t,e),this}skewOfOuter(t,e,i){return x.skewOfOuter(this,t,e,i),this}skewOfInner(t,e,i){return x.skewOfInner(this,t,e,i),this}multiply(t){return x.multiply(this,t),this}multiplyParent(t){return x.multiplyParent(this,t),this}divide(t){return x.divide(this,t),this}divideParent(t){return x.divideParent(this,t),this}invert(){return x.invert(this),this}invertWith(){return x.invert(this),this.scaleX=1/this.scaleX,this.scaleY=1/this.scaleY,this}toOuterPoint(t,e,i){x.toOuterPoint(this,t,e,i)}toInnerPoint(t,e,i){x.toInnerPoint(this,t,e,i)}setLayout(t,e,i){return x.setLayout(this,t,e,i),this}getLayout(t,e,i){return x.getLayout(this,t,e,i)}withScale(t,e){return x.withScale(this,t,e)}reset(){x.reset(this)}}const N=new z,Y={tempPointBounds:{},setPoint(t,e,i){t.minX=t.maxX=e,t.minY=t.maxY=i},addPoint(t,e,i){t.minX=e<t.minX?e:t.minX,t.minY=i<t.minY?i:t.minY,t.maxX=e>t.maxX?e:t.maxX,t.maxY=i>t.maxY?i:t.maxY},addBounds(t,e,i,s,o){X(t,e,i),X(t,e+s,i+o)},copy(t,e){t.minX=e.minX,t.minY=e.minY,t.maxX=e.maxX,t.maxY=e.maxY},addPointBounds(t,e){t.minX=e.minX<t.minX?e.minX:t.minX,t.minY=e.minY<t.minY?e.minY:t.minY,t.maxX=e.maxX>t.maxX?e.maxX:t.maxX,t.maxY=e.maxY>t.maxY?e.maxY:t.maxY},toBounds(t,e){e.x=t.minX,e.y=t.minY,e.width=t.maxX-t.minX,e.height=t.maxY-t.minY}},{addPoint:X}=Y;var H,j;!function(t){t[t.top=0]="top",t[t.right=1]="right",t[t.bottom=2]="bottom",t[t.left=3]="left"}(H||(H={})),function(t){t[t.topLeft=0]="topLeft",t[t.top=1]="top",t[t.topRight=2]="topRight",t[t.right=3]="right",t[t.bottomRight=4]="bottomRight",t[t.bottom=5]="bottom",t[t.bottomLeft=6]="bottomLeft",t[t.left=7]="left",t[t.center=8]="center",t[t["top-left"]=0]="top-left",t[t["top-right"]=2]="top-right",t[t["bottom-right"]=4]="bottom-right",t[t["bottom-left"]=6]="bottom-left"}(j||(j={}));const V=[{x:0,y:0},{x:.5,y:0},{x:1,y:0},{x:1,y:.5},{x:1,y:1},{x:.5,y:1},{x:0,y:1},{x:0,y:.5},{x:.5,y:.5}];V.forEach((t=>t.type="percent"));const U={directionData:V,tempPoint:{},get:G,toPoint(t,e,i,s,o,n){const r=G(t);i.x=r.x,i.y=r.y,"percent"===r.type&&(i.x*=e.width,i.y*=e.height,o&&(n||(i.x-=o.x,i.y-=o.y),r.x&&(i.x-=1===r.x?o.width:.5===r.x?r.x*o.width:0),r.y&&(i.y-=1===r.y?o.height:.5===r.y?r.y*o.height:0))),s||(i.x+=e.x,i.y+=e.y)},getPoint:(t,e,i)=>(i||(i={}),U.toPoint(t,e,i,!0),i)};function G(t){return"string"==typeof t?V[j[t]]:t}const{toPoint:q}=U,Z={toPoint(t,e,i,s,o,n){q(t,i,s,o,e,n)}},{tempPointBounds:K,setPoint:J,addPoint:$,toBounds:Q}=Y,{toOuterPoint:tt}=x,{float:et,fourNumber:it}=r,{floor:st,ceil:ot}=Math;let nt,rt,at,ht;const lt={},dt={},ct={},ut={tempBounds:ct,set(t,e=0,i=0,s=0,o=0){t.x=e,t.y=i,t.width=s,t.height=o},copy(t,e){t.x=e.x,t.y=e.y,t.width=e.width,t.height=e.height},copyAndSpread(t,e,i,s,o){const{x:n,y:r,width:a,height:h}=e;if(i instanceof Array){const e=it(i);s?pt.set(t,n+e[3],r+e[0],a-e[1]-e[3],h-e[2]-e[0]):pt.set(t,n-e[3],r-e[0],a+e[1]+e[3],h+e[2]+e[0])}else s&&(i=-i),pt.set(t,n-i,r-i,a+2*i,h+2*i);o&&("width"===o?(t.y=r,t.height=h):(t.x=n,t.width=a))},minX:t=>t.width>0?t.x:t.x+t.width,minY:t=>t.height>0?t.y:t.y+t.height,maxX:t=>t.width>0?t.x+t.width:t.x,maxY:t=>t.height>0?t.y+t.height:t.y,move(t,e,i){t.x+=e,t.y+=i},getByMove:(t,e,i)=>(t=Object.assign({},t),pt.move(t,e,i),t),toOffsetOutBounds(t,e,i){e?gt(e,t):e=t,i?(e.offsetX=-(pt.maxX(i)-t.x),e.offsetY=-(pt.maxY(i)-t.y)):(e.offsetX=t.x+t.width,e.offsetY=t.y+t.height),pt.move(e,-e.offsetX,-e.offsetY)},scale(t,e,i=e,s){s||P.scale(t,e,i),t.width*=e,t.height*=i},scaleOf(t,e,i,s=i){P.scaleOf(t,e,i,s),t.width*=i,t.height*=s},tempToOuterOf:(t,e)=>(pt.copy(ct,t),pt.toOuterOf(ct,e),ct),getOuterOf:(t,e)=>(t=Object.assign({},t),pt.toOuterOf(t,e),t),toOuterOf(t,e,i){if(i||(i=t),0===e.b&&0===e.c){const{a:s,d:o}=e;s>0?(i.width=t.width*s,i.x=e.e+t.x*s):(i.width=t.width*-s,i.x=e.e+t.x*s-i.width),o>0?(i.height=t.height*o,i.y=e.f+t.y*o):(i.height=t.height*-o,i.y=e.f+t.y*o-i.height)}else lt.x=t.x,lt.y=t.y,tt(e,lt,dt),J(K,dt.x,dt.y),lt.x=t.x+t.width,tt(e,lt,dt),$(K,dt.x,dt.y),lt.y=t.y+t.height,tt(e,lt,dt),$(K,dt.x,dt.y),lt.x=t.x,tt(e,lt,dt),$(K,dt.x,dt.y),Q(K,i)},toInnerOf(t,e,i){i||(i=t),pt.move(i,-e.e,-e.f),pt.scale(i,1/e.a,1/e.d)},getFitMatrix(t,e,i=1){const s=Math.min(i,pt.getFitScale(t,e));return new z(s,0,0,s,-e.x*s,-e.y*s)},getFitScale(t,e,i){const s=t.width/e.width,o=t.height/e.height;return i?Math.max(s,o):Math.min(s,o)},put(t,e,i="center",s=1,o=!0,n){n||(n=e),"string"==typeof s&&(s=pt.getFitScale(t,e,"cover"===s)),ct.width=o?e.width*=s:e.width*s,ct.height=o?e.height*=s:e.height*s,Z.toPoint(i,ct,t,n,!0,!0)},getSpread(t,e,i){const s={};return pt.copyAndSpread(s,t,e,!1,i),s},spread(t,e,i){pt.copyAndSpread(t,t,e,!1,i)},shrink(t,e,i){pt.copyAndSpread(t,t,e,!0,i)},ceil(t){const{x:e,y:i}=t;t.x=st(t.x),t.y=st(t.y),t.width=e>t.x?ot(t.width+e-t.x):ot(t.width),t.height=i>t.y?ot(t.height+i-t.y):ot(t.height)},unsign(t){t.width<0&&(t.x+=t.width,t.width=-t.width),t.height<0&&(t.y+=t.height,t.height=-t.height)},float(t,e){t.x=et(t.x,e),t.y=et(t.y,e),t.width=et(t.width,e),t.height=et(t.height,e)},add(t,e,i){nt=t.x+t.width,rt=t.y+t.height,at=e.x,ht=e.y,i||(at+=e.width,ht+=e.height),nt=nt>at?nt:at,rt=rt>ht?rt:ht,t.x=t.x<e.x?t.x:e.x,t.y=t.y<e.y?t.y:e.y,t.width=nt-t.x,t.height=rt-t.y},addList(t,e){pt.setListWithFn(t,e,void 0,!0)},setList(t,e,i=!1){pt.setListWithFn(t,e,void 0,i)},addListWithFn(t,e,i){pt.setListWithFn(t,e,i,!0)},setListWithFn(t,e,i,s=!1){let o,n=!0;for(let r=0,a=e.length;r<a;r++)o=i?i(e[r]):e[r],o&&(o.width||o.height)&&(n?(n=!1,s||gt(t,o)):_t(t,o));n&&pt.reset(t)},setPoints(t,e){e.forEach(((t,e)=>0===e?J(K,t.x,t.y):$(K,t.x,t.y))),Q(K,t)},setPoint(t,e){pt.set(t,e.x,e.y)},addPoint(t,e){_t(t,e,!0)},getPoints(t){const{x:e,y:i,width:s,height:o}=t;return[{x:e,y:i},{x:e+s,y:i},{x:e+s,y:i+o},{x:e,y:i+o}]},hitRadiusPoint:(t,e,i)=>(i&&(e=P.tempToInnerRadiusPointOf(e,i)),e.x>=t.x-e.radiusX&&e.x<=t.x+t.width+e.radiusX&&e.y>=t.y-e.radiusY&&e.y<=t.y+t.height+e.radiusY),hitPoint:(t,e,i)=>(i&&(e=P.tempToInnerOf(e,i)),e.x>=t.x&&e.x<=t.x+t.width&&e.y>=t.y&&e.y<=t.y+t.height),hit:(t,e,i)=>(i&&(e=pt.tempToOuterOf(e,i)),!(t.y+t.height<e.y||e.y+e.height<t.y||t.x+t.width<e.x||e.x+e.width<t.x)),includes:(t,e,i)=>(i&&(e=pt.tempToOuterOf(e,i)),t.x<=e.x&&t.y<=e.y&&t.x+t.width>=e.x+e.width&&t.y+t.height>=e.y+e.height),getIntersectData(t,e,i){if(i&&(e=pt.tempToOuterOf(e,i)),!pt.hit(t,e))return{x:0,y:0,width:0,height:0};let{x:s,y:o,width:n,height:r}=e;return nt=s+n,rt=o+r,at=t.x+t.width,ht=t.y+t.height,s=s>t.x?s:t.x,o=o>t.y?o:t.y,nt=nt<at?nt:at,rt=rt<ht?rt:ht,n=nt-s,r=rt-o,{x:s,y:o,width:n,height:r}},intersect(t,e,i){pt.copy(t,pt.getIntersectData(t,e,i))},isSame:(t,e)=>t.x===e.x&&t.y===e.y&&t.width===e.width&&t.height===e.height,isEmpty:t=>0===t.x&&0===t.y&&0===t.width&&0===t.height,reset(t){pt.set(t)}},pt=ut,{add:_t,copy:gt}=pt;class ft{get minX(){return ut.minX(this)}get minY(){return ut.minY(this)}get maxX(){return ut.maxX(this)}get maxY(){return ut.maxY(this)}constructor(t,e,i,s){this.set(t,e,i,s)}set(t,e,i,s){return"object"==typeof t?ut.copy(this,t):ut.set(this,t,e,i,s),this}get(){const{x:t,y:e,width:i,height:s}=this;return{x:t,y:e,width:i,height:s}}clone(){return new ft(this)}move(t,e){return ut.move(this,t,e),this}scale(t,e,i){return ut.scale(this,t,e,i),this}scaleOf(t,e,i){return ut.scaleOf(this,t,e,i),this}toOuterOf(t,e){return ut.toOuterOf(this,t,e),this}toInnerOf(t,e){return ut.toInnerOf(this,t,e),this}getFitMatrix(t,e){return ut.getFitMatrix(this,t,e)}put(t,e,i){ut.put(this,t,e,i)}spread(t,e){return ut.spread(this,t,e),this}shrink(t,e){return ut.shrink(this,t,e),this}ceil(){return ut.ceil(this),this}unsign(){return ut.unsign(this),this}float(t){return ut.float(this,t),this}add(t){return ut.add(this,t),this}addList(t){return ut.setList(this,t,!0),this}setList(t){return ut.setList(this,t),this}addListWithFn(t,e){return ut.setListWithFn(this,t,e,!0),this}setListWithFn(t,e){return ut.setListWithFn(this,t,e),this}setPoint(t){return ut.setPoint(this,t),this}setPoints(t){return ut.setPoints(this,t),this}addPoint(t){return ut.addPoint(this,t),this}getPoints(){return ut.getPoints(this)}hitPoint(t,e){return ut.hitPoint(this,t,e)}hitRadiusPoint(t,e){return ut.hitRadiusPoint(this,t,e)}hit(t,e){return ut.hit(this,t,e)}includes(t,e){return ut.includes(this,t,e)}intersect(t,e){return ut.intersect(this,t,e),this}getIntersect(t,e){return new ft(ut.getIntersectData(this,t,e))}isSame(t){return ut.isSame(this,t)}isEmpty(){return ut.isEmpty(this)}reset(){ut.reset(this)}}const yt=new ft;class mt{constructor(t,e,i,s,o,n){"object"==typeof t?this.copy(t):this.set(t,e,i,s,o,n)}set(t=0,e=0,i=0,s=0,o=0,n=0){this.top=t,this.right=e,this.bottom=i,this.left=s,this.width=o,this.height=n}copy(t){const{top:e,right:i,bottom:s,left:o,width:n,height:r}=t;this.set(e,i,s,o,n,r)}getBoundsFrom(t){const{top:e,right:i,bottom:s,left:o,width:n,height:r}=this;return new ft(o,e,n||t.width-o-i,r||t.height-e-s)}}const vt={0:1,1:1,2:1,3:1,4:1,5:1,6:1,7:1,8:1,9:1,".":1,e:1,E:1},{randColor:wt}=r;class xt{constructor(t){this.repeatMap={},this.name=t}static get(t){return new xt(t)}static set filter(t){this.filterList=bt(t)}static set exclude(t){this.excludeList=bt(t)}static drawRepaint(t,e){const i=wt();t.fillWorld(e,i.replace("1)",".1)")),t.strokeWorld(e,i)}static drawBounds(t,e,i){const s="hit"===xt.showBounds,o=t.__nowWorld,n=wt();s&&(e.setWorld(o),t.__drawHitPath(e),e.fillStyle=n.replace("1)",".2)"),e.fill()),e.resetTransform(),e.setStroke(n,2),s?e.stroke():e.strokeWorld(o,n)}log(...t){if(kt.enable){if(kt.filterList.length&&kt.filterList.every((t=>t!==this.name)))return;if(kt.excludeList.length&&kt.excludeList.some((t=>t===this.name)))return;console.log("%c"+this.name,"color:#21ae62",...t)}}tip(...t){kt.enable&&this.warn(...t)}warn(...t){kt.showWarn&&console.warn(this.name,...t)}repeat(t,...e){this.repeatMap[t]||(this.warn("repeat:"+t,...e),this.repeatMap[t]=!0)}error(...t){try{throw new Error}catch(e){console.error(this.name,...t,e)}}}function bt(t){return t?"string"==typeof t&&(t=[t]):t=[],t}xt.filterList=[],xt.excludeList=[],xt.showWarn=!0;const kt=xt,Et=xt.get("RunTime"),Bt={currentId:0,currentName:"",idMap:{},nameMap:{},nameToIdMap:{},start(t,i){const s=e.create(e.RUNTIME);return St.currentId=St.idMap[s]=i?performance.now():Date.now(),St.currentName=St.nameMap[s]=t,St.nameToIdMap[t]=s,s},end(t,e){const i=St.idMap[t],s=St.nameMap[t],o=e?(performance.now()-i)/1e3:Date.now()-i;St.idMap[t]=St.nameMap[t]=St.nameToIdMap[s]=void 0,Et.log(s,o,"ms")},endOfName(t,e){const i=St.nameToIdMap[t];void 0!==i&&St.end(i,e)}},St=Bt,Rt=[],Tt={list:{},add(t,...e){this.list[t]=!0,Rt.push(...e)},has(t,e){const i=this.list[t];return!i&&e&&this.need(t),i},need(t){console.error("please install and import plugin: "+(t.includes("-x")?"":"@leafer-in/")+t)}};setTimeout((()=>Rt.forEach((t=>Tt.has(t,!0)))));const Ct={editor:t=>Tt.need("editor")},Ot=xt.get("UICreator"),Lt={list:{},register(t){const{__tag:e}=t.prototype;Pt[e]&&Ot.repeat(e),Pt[e]=t},get(t,e,i,s,o,n){Pt[t]||Ot.error("not register "+t);const r=new Pt[t](e);return void 0!==i&&(r.x=i,s&&(r.y=s),o&&(r.width=o),n&&(r.height=n)),r}},{list:Pt}=Lt,At=xt.get("EventCreator"),Dt={nameList:{},register(t){let e;Object.keys(t).forEach((i=>{e=t[i],"string"==typeof e&&(Mt[e]&&At.repeat(e),Mt[e]=t)}))},changeName(t,e){const i=Mt[t];if(i){const s=Object.keys(i).find((e=>i[e]===t));s&&(i[s]=e,Mt[e]=i)}},has(t){return!!this.nameList[t]},get:(t,...e)=>new Mt[t](...e)},{nameList:Mt}=Dt;class Ft{constructor(){this.list=[]}add(t){t.manager=this,this.list.push(t)}get(t){let e;const{list:i}=this;for(let s=0,o=i.length;s<o;s++)if(e=i[s],e.recycled&&e.isSameSize(t))return e.recycled=!1,e.manager||(e.manager=this),e;const s=Ct.canvas(t);return this.add(s),s}recycle(t){t.recycled=!0}clearRecycled(){let t;const e=[];for(let i=0,s=this.list.length;i<s;i++)t=this.list[i],t.recycled?t.destroy():e.push(t);this.list=e}clear(){this.list.forEach((t=>{t.destroy()})),this.list.length=0}destroy(){this.clear()}}const It={default:(t,e)=>(Wt(e,t),Wt(t,e),t),assign(t,e,i){let s;Object.keys(e).forEach((o=>{var n,r;if(s=e[o],(null==s?void 0:s.constructor)===Object&&(null===(n=t[o])||void 0===n?void 0:n.constructor)===Object)return Wt(t[o],e[o],i&&i[o]);i&&o in i?(null===(r=i[o])||void 0===r?void 0:r.constructor)===Object&&Wt(t[o]={},e[o],i[o]):t[o]=e[o]}))},copyAttrs:(t,e,i)=>(i.forEach((i=>{void 0!==e[i]&&(t[i]=e[i])})),t),clone:t=>JSON.parse(JSON.stringify(t)),toMap(t){const e={};for(let i=0,s=t.length;i<s;i++)e[t[i]]=!0;return e},stintSet(t,e,i){i||(i=void 0),t[e]!==i&&(t[e]=i)}},{assign:Wt}=It;class zt{get __useNaturalRatio(){return!0}get __isLinePath(){const{path:t}=this;return t&&6===t.length&&1===t[0]}get __blendMode(){if(this.eraser&&"path"!==this.eraser)return"destination-out";const{blendMode:t}=this;return"pass-through"===t?null:t}constructor(t){this.__leaf=t}__get(t){if(this.__input){const e=this.__input[t];if(void 0!==e)return e}return this[t]}__getData(){const t={tag:this.__leaf.tag},{__input:e}=this;let i;for(let s in this)"_"!==s[0]&&(i=e?e[s]:void 0,t[s]=void 0===i?this[s]:i);return t}__setInput(t,e){this.__input||(this.__input={}),this.__input[t]=e}__getInput(t){if(this.__input){const e=this.__input[t];if(void 0!==e)return e}if("path"!==t||this.__pathInputed)return this["_"+t]}__removeInput(t){this.__input&&void 0!==this.__input[t]&&(this.__input[t]=void 0)}__getInputData(t,e){const i={};if(t)if(t instanceof Array)for(let e of t)i[e]=this.__getInput(e);else for(let e in t)i[e]=this.__getInput(e);else{let t,e,{__input:s}=this;i.tag=this.__leaf.tag;for(let o in this)if("_"!==o[0]&&(t=this["_"+o],void 0!==t)){if("path"===o&&!this.__pathInputed)continue;e=s?s[o]:void 0,i[o]=void 0===e?t:e}}if(e&&e.matrix){const{a:t,b:e,c:s,d:o,e:n,f:r}=this.__leaf.__localMatrix;i.matrix={a:t,b:e,c:s,d:o,e:n,f:r}}return i}__setMiddle(t,e){this.__middle||(this.__middle={}),this.__middle[t]=e}__getMiddle(t){return this.__middle&&this.__middle[t]}__checkSingle(){const t=this;if("pass-through"===t.blendMode){const e=this.__leaf;t.opacity<1&&(e.isBranch||t.__hasMultiPaint)||e.__hasEraser||t.eraser||t.filter?t.__single=!0:t.__single&&(t.__single=!1)}else t.__single=!0}__removeNaturalSize(){this.__naturalWidth=this.__naturalHeight=void 0}destroy(){this.__input=this.__middle=null}}var Nt;!function(t){t[t.No=0]="No",t[t.Yes=1]="Yes",t[t.NoAndSkip=2]="NoAndSkip",t[t.YesAndSkip=3]="YesAndSkip"}(Nt||(Nt={}));const Yt={};function Xt(t){return null==t}function Ht(t){return"{}"===JSON.stringify(t)}function jt(t,e,i,s){var o,n=arguments.length,r=n<3?e:null===s?s=Object.getOwnPropertyDescriptor(e,i):s;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(t,e,i,s);else for(var a=t.length-1;a>=0;a--)(o=t[a])&&(r=(n<3?o(r):n>3?o(e,i,r):o(e,i))||r);return n>3&&r&&Object.defineProperty(e,i,r),r}function Vt(t,e,i,s){return new(i||(i=Promise))((function(o,n){function r(t){try{h(s.next(t))}catch(t){n(t)}}function a(t){try{h(s.throw(t))}catch(t){n(t)}}function h(t){t.done?o(t.value):function(t){return t instanceof i?t:new i((function(e){e(t)}))}(t.value).then(r,a)}h((s=s.apply(t,e||[])).next())}))}function Ut(t){return(e,i)=>{t||(t=i);const s={get(){return this.context[t]},set(e){this.context[t]=e}};"strokeCap"===i&&(s.set=function(e){this.context[t]="none"===e?"butt":e}),Object.defineProperty(e,i,s)}}"function"==typeof SuppressedError&&SuppressedError;const Gt=[];function qt(){return(t,e)=>{Gt.push(e)}}const Zt=[];let Kt=class{set blendMode(t){"normal"===t&&(t="source-over"),this.context.globalCompositeOperation=t}get blendMode(){return this.context.globalCompositeOperation}set dashPattern(t){this.context.setLineDash(t||Zt)}get dashPattern(){return this.context.getLineDash()}__bindContext(){let t;Gt.forEach((e=>{t=this.context[e],t&&(this[e]=t.bind(this.context))})),this.textBaseline="alphabetic"}setTransform(t,e,i,s,o,n){}resetTransform(){}getTransform(){}save(){}restore(){}transform(t,e,i,s,o,n){"object"==typeof t?this.context.transform(t.a,t.b,t.c,t.d,t.e,t.f):this.context.transform(t,e,i,s,o,n)}translate(t,e){}scale(t,e){}rotate(t){}fill(t,e){}stroke(t){}clip(t,e){}fillRect(t,e,i,s){}strokeRect(t,e,i,s){}clearRect(t,e,i,s){}drawImage(t,e,i,s,o,n,r,a,h){switch(arguments.length){case 9:if(e<0){const t=-e/s*a;s+=e,e=0,n+=t,a-=t}if(i<0){const t=-i/o*h;o+=i,i=0,r+=t,h-=t}this.context.drawImage(t,e,i,s,o,n,r,a,h);break;case 5:this.context.drawImage(t,e,i,s,o);break;case 3:this.context.drawImage(t,e,i)}}beginPath(){}moveTo(t,e){}lineTo(t,e){}bezierCurveTo(t,e,i,s,o,n){}quadraticCurveTo(t,e,i,s){}closePath(){}arc(t,e,i,s,o,n){}arcTo(t,e,i,s,o){}ellipse(t,e,i,s,o,n,r,a){}rect(t,e,i,s){}roundRect(t,e,i,s,o){}createConicGradient(t,e,i){}createLinearGradient(t,e,i,s){}createPattern(t,e){}createRadialGradient(t,e,i,s,o,n){}fillText(t,e,i,s){}measureText(t){}strokeText(t,e,i,s){}destroy(){this.context=null}};jt([Ut("imageSmoothingEnabled")],Kt.prototype,"smooth",void 0),jt([Ut("imageSmoothingQuality")],Kt.prototype,"smoothLevel",void 0),jt([Ut("globalAlpha")],Kt.prototype,"opacity",void 0),jt([Ut()],Kt.prototype,"fillStyle",void 0),jt([Ut()],Kt.prototype,"strokeStyle",void 0),jt([Ut("lineWidth")],Kt.prototype,"strokeWidth",void 0),jt([Ut("lineCap")],Kt.prototype,"strokeCap",void 0),jt([Ut("lineJoin")],Kt.prototype,"strokeJoin",void 0),jt([Ut("lineDashOffset")],Kt.prototype,"dashOffset",void 0),jt([Ut()],Kt.prototype,"miterLimit",void 0),jt([Ut()],Kt.prototype,"shadowBlur",void 0),jt([Ut()],Kt.prototype,"shadowColor",void 0),jt([Ut()],Kt.prototype,"shadowOffsetX",void 0),jt([Ut()],Kt.prototype,"shadowOffsetY",void 0),jt([Ut()],Kt.prototype,"filter",void 0),jt([Ut()],Kt.prototype,"font",void 0),jt([Ut()],Kt.prototype,"fontKerning",void 0),jt([Ut()],Kt.prototype,"fontStretch",void 0),jt([Ut()],Kt.prototype,"fontVariantCaps",void 0),jt([Ut()],Kt.prototype,"textAlign",void 0),jt([Ut()],Kt.prototype,"textBaseline",void 0),jt([Ut()],Kt.prototype,"textRendering",void 0),jt([Ut()],Kt.prototype,"wordSpacing",void 0),jt([Ut()],Kt.prototype,"letterSpacing",void 0),jt([Ut()],Kt.prototype,"direction",void 0),jt([qt()],Kt.prototype,"setTransform",null),jt([qt()],Kt.prototype,"resetTransform",null),jt([qt()],Kt.prototype,"getTransform",null),jt([qt()],Kt.prototype,"save",null),jt([qt()],Kt.prototype,"restore",null),jt([qt()],Kt.prototype,"translate",null),jt([qt()],Kt.prototype,"scale",null),jt([qt()],Kt.prototype,"rotate",null),jt([qt()],Kt.prototype,"fill",null),jt([qt()],Kt.prototype,"stroke",null),jt([qt()],Kt.prototype,"clip",null),jt([qt()],Kt.prototype,"fillRect",null),jt([qt()],Kt.prototype,"strokeRect",null),jt([qt()],Kt.prototype,"clearRect",null),jt([qt()],Kt.prototype,"beginPath",null),jt([qt()],Kt.prototype,"moveTo",null),jt([qt()],Kt.prototype,"lineTo",null),jt([qt()],Kt.prototype,"bezierCurveTo",null),jt([qt()],Kt.prototype,"quadraticCurveTo",null),jt([qt()],Kt.prototype,"closePath",null),jt([qt()],Kt.prototype,"arc",null),jt([qt()],Kt.prototype,"arcTo",null),jt([qt()],Kt.prototype,"ellipse",null),jt([qt()],Kt.prototype,"rect",null),jt([qt()],Kt.prototype,"roundRect",null),jt([qt()],Kt.prototype,"createConicGradient",null),jt([qt()],Kt.prototype,"createLinearGradient",null),jt([qt()],Kt.prototype,"createPattern",null),jt([qt()],Kt.prototype,"createRadialGradient",null),jt([qt()],Kt.prototype,"fillText",null),jt([qt()],Kt.prototype,"measureText",null),jt([qt()],Kt.prototype,"strokeText",null);const{copy:Jt,multiplyParent:$t}=x,{round:Qt}=Math,te={width:1,height:1,pixelRatio:1},ee=["width","height","pixelRatio"];class ie extends Kt{get width(){return this.size.width}get height(){return this.size.height}get pixelRatio(){return this.size.pixelRatio}get pixelWidth(){return this.width*this.pixelRatio||0}get pixelHeight(){return this.height*this.pixelRatio||0}get pixelSnap(){return this.config.pixelSnap}set pixelSnap(t){this.config.pixelSnap=t}get allowBackgroundColor(){return this.view&&this.parentView}constructor(i,s){super(),this.size={},this.worldTransform={},i||(i=te),this.manager=s,this.innerId=e.create(e.CNAVAS);const{width:o,height:n,pixelRatio:r}=i;this.autoLayout=!o||!n,this.size.pixelRatio=r|t.devicePixelRatio,this.config=i,this.init()}init(){}__createContext(){const{view:t}=this,{contextSettings:e}=this.config;this.context=e?t.getContext("2d",e):t.getContext("2d"),this.__bindContext()}export(t,e){}toBlob(t,e){}toDataURL(t,e){}saveAs(t,e){}resize(t,e=!0){if(this.isSameSize(t))return;let i;this.context&&!this.unreal&&e&&this.width&&(i=this.getSameCanvas(),i.copyWorld(this));const s=this.size;It.copyAttrs(s,t,ee),ee.forEach((t=>s[t]||(s[t]=1))),this.bounds=new ft(0,0,this.width,this.height),this.context&&!this.unreal&&(this.updateViewSize(),this.smooth=this.config.smooth),this.updateClientBounds(),this.context&&!this.unreal&&i&&(this.clearWorld(i.bounds),this.copyWorld(i),i.recycle())}updateViewSize(){}updateClientBounds(){}getClientBounds(t){return t&&this.updateClientBounds(),this.clientBounds||this.bounds}startAutoLayout(t,e){}stopAutoLayout(){}setCursor(t){}setWorld(t,e){const{pixelRatio:i,pixelSnap:s}=this,o=this.worldTransform;e&&$t(t,e,o),o.a=t.a*i,o.b=t.b*i,o.c=t.c*i,o.d=t.d*i,o.e=t.e*i,o.f=t.f*i,s&&(t.half&&t.half*i%2?(o.e=Qt(o.e-.5)+.5,o.f=Qt(o.f-.5)+.5):(o.e=Qt(o.e),o.f=Qt(o.f))),this.setTransform(o.a,o.b,o.c,o.d,o.e,o.f)}useWorldTransform(t){t&&(this.worldTransform=t);const e=this.worldTransform;e&&this.setTransform(e.a,e.b,e.c,e.d,e.e,e.f)}setStroke(t,e,i,s){e&&(this.strokeWidth=e),t&&(this.strokeStyle=t),i&&this.setStrokeOptions(i,s)}setStrokeOptions(t,e){let{strokeCap:i,strokeJoin:s,dashPattern:o,dashOffset:n,miterLimit:r}=t;e&&(e.strokeCap&&(i=e.strokeCap),e.strokeJoin&&(s=e.strokeJoin),void 0!==e.dashPattern&&(o=e.dashPattern),void 0!==e.dashOffset&&(n=e.dashOffset),e.miterLimit&&(r=e.miterLimit)),this.strokeCap=i,this.strokeJoin=s,this.dashPattern=o,this.dashOffset=n,this.miterLimit=r}saveBlendMode(t){this.savedBlendMode=this.blendMode,this.blendMode=t}restoreBlendMode(){this.blendMode=this.savedBlendMode}hitFill(t,e){return!0}hitStroke(t,e){return!0}hitPixel(t,e,i=1){return!0}setWorldShadow(t,e,i,s){const{pixelRatio:o}=this;this.shadowOffsetX=t*o,this.shadowOffsetY=e*o,this.shadowBlur=i*o,this.shadowColor=s||"black"}setWorldBlur(t){const{pixelRatio:e}=this;this.filter=`blur(${t*e}px)`}copyWorld(t,e,i,s){if(s&&(this.blendMode=s),e){const{pixelRatio:s}=this;i||(i=e),this.drawImage(t.view,e.x*s,e.y*s,e.width*s,e.height*s,i.x*s,i.y*s,i.width*s,i.height*s)}else this.drawImage(t.view,0,0);s&&(this.blendMode="source-over")}copyWorldToInner(t,e,i,s){if(s&&(this.blendMode=s),e.b||e.c)this.save(),this.resetTransform(),this.copyWorld(t,e,ut.tempToOuterOf(i,e)),this.restore();else{const{pixelRatio:s}=this;this.drawImage(t.view,e.x*s,e.y*s,e.width*s,e.height*s,i.x,i.y,i.width,i.height)}s&&(this.blendMode="source-over")}copyWorldByReset(t,e,i,s,o){this.resetTransform(),this.copyWorld(t,e,i,s),o||this.useWorldTransform()}useGrayscaleAlpha(t){let e,i;this.setTempBounds(t,!0,!0);const{context:s}=this,o=s.getImageData(yt.x,yt.y,yt.width,yt.height),{data:n}=o;for(let t=0,s=n.length;t<s;t+=4)i=.299*n[t]+.587*n[t+1]+.114*n[t+2],(e=n[t+3])&&(n[t+3]=255===e?i:e*(i/255));s.putImageData(o,yt.x,yt.y)}useMask(t,e,i){this.copyWorld(t,e,i,"destination-in")}useEraser(t,e,i){this.copyWorld(t,e,i,"destination-out")}fillWorld(t,e,i){i&&(this.blendMode=i),this.fillStyle=e,this.setTempBounds(t),this.fillRect(yt.x,yt.y,yt.width,yt.height),i&&(this.blendMode="source-over")}strokeWorld(t,e,i){i&&(this.blendMode=i),this.strokeStyle=e,this.setTempBounds(t),this.strokeRect(yt.x,yt.y,yt.width,yt.height),i&&(this.blendMode="source-over")}clipWorld(t,e){this.beginPath(),this.setTempBounds(t,e),this.rect(yt.x,yt.y,yt.width,yt.height),this.clip()}clipUI(t){t.windingRule?this.clip(t.windingRule):this.clip()}clearWorld(t,e){this.setTempBounds(t,e),this.clearRect(yt.x,yt.y,yt.width,yt.height)}clear(){const{pixelRatio:t}=this;this.clearRect(0,0,this.width*t+2,this.height*t+2)}setTempBounds(t,e,i){yt.set(t),i&&yt.intersect(this.bounds),yt.scale(this.pixelRatio),e&&yt.ceil()}isSameSize(t){return this.width===t.width&&this.height===t.height&&(!t.pixelRatio||this.pixelRatio===t.pixelRatio)}getSameCanvas(t,e){const{size:i,pixelSnap:s}=this,o=this.manager?this.manager.get(i):Ct.canvas(Object.assign({},i));return o.save(),t&&(Jt(o.worldTransform,this.worldTransform),o.useWorldTransform()),e&&(o.smooth=this.smooth),o.pixelSnap!==s&&(o.pixelSnap=s),o}recycle(t){this.recycled||(this.restore(),t?this.clearWorld(t,!0):this.clear(),this.manager?this.manager.recycle(this):this.destroy())}updateRender(t){}unrealCanvas(){}destroy(){this.manager=this.view=this.parentView=null}}const se={creator:{},parse(t,e){},convertToCanvasData(t,e){}},oe={N:21,D:22,X:23,G:24,F:25,O:26,P:27,U:28},ne=Object.assign({M:1,m:10,L:2,l:20,H:3,h:30,V:4,v:40,C:5,c:50,S:6,s:60,Q:7,q:70,T:8,t:80,A:9,a:90,Z:11,z:11,R:12},oe),re={M:3,m:3,L:3,l:3,H:2,h:2,V:2,v:2,C:7,c:7,S:5,s:5,Q:5,q:5,T:3,t:3,A:8,a:8,Z:1,z:1,N:5,D:9,X:6,G:9,F:5,O:7,P:4,U:6},ae={m:10,l:20,H:3,h:30,V:4,v:40,c:50,S:6,s:60,q:70,T:8,t:80,A:9,a:90},he=Object.assign(Object.assign({},ae),oe),le=ne,de={};for(let t in le)de[le[t]]=t;const ce={};for(let t in le)ce[le[t]]=re[t];const ue={drawRoundRect(t,e,i,s,o,n){const a=r.fourNumber(n,Math.min(s/2,o/2)),h=e+s,l=i+o;a[0]?t.moveTo(e+a[0],i):t.moveTo(e,i),a[1]?t.arcTo(h,i,h,l,a[1]):t.lineTo(h,i),a[2]?t.arcTo(h,l,e,l,a[2]):t.lineTo(h,l),a[3]?t.arcTo(e,l,e,i,a[3]):t.lineTo(e,l),a[0]?t.arcTo(e,i,h,i,a[0]):t.lineTo(e,i)}},{sin:pe,cos:_e,atan2:ge,ceil:fe,abs:ye,PI:me,sqrt:ve,pow:we}=Math,{setPoint:xe,addPoint:be}=Y,{set:ke,toNumberPoints:Ee}=P,{M:Be,L:Se,C:Re,Q:Te,Z:Ce}=ne,Oe={},Le={points(t,e,i,s){let o=Ee(e);if(t.push(Be,o[0],o[1]),i&&o.length>5){let e,n,r,a,h,l,d,c,u,p,_,g,f,y=o.length;const m=!0===i?.5:i;s&&(o=[o[y-2],o[y-1],...o,o[0],o[1],o[2],o[3]],y=o.length);for(let i=2;i<y-2;i+=2)e=o[i-2],n=o[i-1],r=o[i],a=o[i+1],h=o[i+2],l=o[i+3],_=ve(we(r-e,2)+we(a-n,2)),g=ve(we(h-r,2)+we(l-a,2)),(_||g)&&(f=_+g,_=m*_/f,g=m*g/f,h-=e,l-=n,d=r-_*h,c=a-_*l,2===i?s||t.push(Te,d,c,r,a):t.push(Re,u,p,d,c,r,a),u=r+g*h,p=a+g*l);s||t.push(Te,u,p,o[y-2],o[y-1])}else for(let e=2,i=o.length;e<i;e+=2)t.push(Se,o[e],o[e+1]);s&&t.push(Ce)},rect(t,e,i,s,o){se.creator.path=t,se.creator.moveTo(e,i).lineTo(e+s,i).lineTo(e+s,i+o).lineTo(e,i+o).lineTo(e,i)},roundRect(t,e,i,s,o,n){se.creator.path=[],ue.drawRoundRect(se.creator,e,i,s,o,n),t.push(...se.convertToCanvasData(se.creator.path,!0))},arcTo(t,e,i,s,o,n,r,a,c,u,p){const _=s-e,g=o-i,f=n-s,y=r-o;let m=ge(g,_),v=ge(y,f),w=v-m;if(w<0&&(w+=l),w===me||ye(_+g)<1e-12||ye(f+y)<1e-12)return t&&t.push(Se,s,o),c&&(xe(c,e,i),be(c,s,o)),p&&ke(p,e,i),void(u&&ke(u,s,o));const x=_*y-f*g<0,b=x?-1:1,k=a/_e(w/2),E=s+k*_e(m+w/2+d*b),B=o+k*pe(m+w/2+d*b);return m-=d*b,v-=d*b,De(t,E,B,a,a,0,m/h,v/h,x,c,u,p)},arc:(t,e,i,s,o,n,r,a,h,l)=>De(t,e,i,s,s,0,o,n,r,a,h,l),ellipse(t,e,i,s,o,n,r,a,c,u,p,_){const g=n*h,f=pe(g),y=_e(g);let m=r*h,v=a*h;m>me&&(m-=l),v<0&&(v+=l);let w=v-m;w<0?w+=l:w>l&&(w-=l),c&&(w-=l);const x=fe(ye(w/d)),b=w/x,k=pe(b/4),E=8/3*k*k/pe(b/2);v=m+b;let B,S,R,T,C,O,L,P,A=_e(m),D=pe(m),M=R=y*s*A-f*o*D,F=T=f*s*A+y*o*D,I=e+R,W=i+T;t&&t.push(t.length?Se:Be,I,W),u&&xe(u,I,W),_&&ke(_,I,W);for(let n=0;n<x;n++)B=_e(v),S=pe(v),R=y*s*B-f*o*S,T=f*s*B+y*o*S,C=e+M-E*(y*s*D+f*o*A),O=i+F-E*(f*s*D-y*o*A),L=e+R+E*(y*s*S+f*o*B),P=i+T+E*(f*s*S-y*o*B),t&&t.push(Re,C,O,L,P,e+R,i+T),u&&Ae(e+M,i+F,C,O,L,P,e+R,i+T,u,!0),M=R,F=T,A=B,D=S,m=v,v+=b;p&&ke(p,e+R,i+T)},quadraticCurveTo(t,e,i,s,o,n,r){t.push(Re,(e+2*s)/3,(i+2*o)/3,(n+2*s)/3,(r+2*o)/3,n,r)},toTwoPointBoundsByQuadraticCurve(t,e,i,s,o,n,r,a){Ae(t,e,(t+2*i)/3,(e+2*s)/3,(o+2*i)/3,(n+2*s)/3,o,n,r,a)},toTwoPointBounds(t,e,i,s,o,n,r,a,h,l){const d=[];let c,u,p,_,g,f,y,m,v=t,w=i,x=o,b=r;for(let t=0;t<2;++t)if(1==t&&(v=e,w=s,x=n,b=a),c=-3*v+9*w-9*x+3*b,u=6*v-12*w+6*x,p=3*w-3*v,Math.abs(c)<1e-12){if(Math.abs(u)<1e-12)continue;_=-p/u,0<_&&_<1&&d.push(_)}else y=u*u-4*p*c,m=Math.sqrt(y),y<0||(g=(-u+m)/(2*c),0<g&&g<1&&d.push(g),f=(-u-m)/(2*c),0<f&&f<1&&d.push(f));l?be(h,t,e):xe(h,t,e),be(h,r,a);for(let l=0,c=d.length;l<c;l++)Pe(d[l],t,e,i,s,o,n,r,a,Oe),be(h,Oe.x,Oe.y)},getPointAndSet(t,e,i,s,o,n,r,a,h,l){const d=1-t,c=d*d*d,u=3*d*d*t,p=3*d*t*t,_=t*t*t;l.x=c*e+u*s+p*n+_*a,l.y=c*i+u*o+p*r+_*h},getPoint(t,e,i,s,o,n,r,a,h){const l={};return Pe(t,e,i,s,o,n,r,a,h,l),l},getDerivative(t,e,i,s,o){const n=1-t;return 3*n*n*(i-e)+6*n*t*(s-i)+3*t*t*(o-s)}},{getPointAndSet:Pe,toTwoPointBounds:Ae,ellipse:De}=Le,{sin:Me,cos:Fe,sqrt:Ie,atan2:We}=Math,{ellipse:ze}=Le,Ne={ellipticalArc(e,i,s,o,n,r,a,d,c,u,p){const _=(c-i)/2,g=(u-s)/2,f=r*h,y=Me(f),m=Fe(f),v=-m*_-y*g,w=-m*g+y*_,x=o*o,b=n*n,k=w*w,E=v*v,B=x*b-x*k-b*E;let S=0;if(B<0){const t=Ie(1-B/(x*b));o*=t,n*=t}else S=(a===d?-1:1)*Ie(B/(x*k+b*E));const R=S*o*w/n,T=-S*n*v/o,C=We((w-T)/n,(v-R)/o),O=We((-w-T)/n,(-v-R)/o);let L=O-C;0===d&&L>0?L-=l:1===d&&L<0&&(L+=l);const P=i+_+m*R-y*T,A=s+g+y*R+m*T,D=L<0?1:0;p||t.ellipseToCurve?ze(e,P,A,o,n,r,C/h,O/h,D):o!==n||r?e.push(ne.G,P,A,o,n,r,C/h,O/h,D):e.push(ne.O,P,A,o,C/h,O/h,D)}},{M:Ye,m:Xe,L:He,l:je,H:Ve,h:Ue,V:Ge,v:qe,C:Ze,c:Ke,S:Je,s:$e,Q:Qe,q:ti,T:ei,t:ii,A:si,a:oi,Z:ni,z:ri,N:ai,D:hi,X:li,G:di,F:ci,O:ui,P:pi,U:_i}=ne,{rect:gi,roundRect:fi,arcTo:yi,arc:mi,ellipse:vi,quadraticCurveTo:wi}=Le,{ellipticalArc:xi}=Ne,bi=xt.get("PathConvert"),ki={},Ei={current:{dot:0},stringify(t,e){let i,s,o,n=0,a=t.length,h="";for(;n<a;){s=t[n],i=ce[s],h+=s===o?" ":de[s];for(let s=1;s<i;s++)h+=r.float(t[n+s],e),s===i-1||(h+=" ");o=s,n+=i}return h},parse(t,e){let i,s,o,n="";const r=[],a=e?he:ae;for(let e=0,h=t.length;e<h;e++)s=t[e],vt[s]?("."===s&&(Bi.dot&&(Si(r,n),n=""),Bi.dot++),"0"===n&&"."!==s&&(Si(r,n),n=""),n+=s):ne[s]?(n&&(Si(r,n),n=""),Bi.name=ne[s],Bi.length=re[s],Bi.index=0,Si(r,Bi.name),!i&&a[s]&&(i=!0)):"-"===s||"+"===s?"e"===o||"E"===o?n+=s:(n&&Si(r,n),n=s):n&&(Si(r,n),n=""),o=s;return n&&Si(r,n),i?Ei.toCanvasData(r,e):r},toCanvasData(t,e){let i,s,o,n,r,a=0,h=0,l=0,d=0,c=0,u=t.length;const p=[];for(;c<u;){switch(o=t[c],o){case Xe:t[c+1]+=a,t[c+2]+=h;case Ye:a=t[c+1],h=t[c+2],p.push(Ye,a,h),c+=3;break;case Ue:t[c+1]+=a;case Ve:a=t[c+1],p.push(He,a,h),c+=2;break;case qe:t[c+1]+=h;case Ge:h=t[c+1],p.push(He,a,h),c+=2;break;case je:t[c+1]+=a,t[c+2]+=h;case He:a=t[c+1],h=t[c+2],p.push(He,a,h),c+=3;break;case $e:t[c+1]+=a,t[c+2]+=h,t[c+3]+=a,t[c+4]+=h,o=Je;case Je:r=n===Ze||n===Je,l=r?2*a-i:t[c+1],d=r?2*h-s:t[c+2],i=t[c+1],s=t[c+2],a=t[c+3],h=t[c+4],p.push(Ze,l,d,i,s,a,h),c+=5;break;case Ke:t[c+1]+=a,t[c+2]+=h,t[c+3]+=a,t[c+4]+=h,t[c+5]+=a,t[c+6]+=h,o=Ze;case Ze:i=t[c+3],s=t[c+4],a=t[c+5],h=t[c+6],p.push(Ze,t[c+1],t[c+2],i,s,a,h),c+=7;break;case ii:t[c+1]+=a,t[c+2]+=h,o=ei;case ei:r=n===Qe||n===ei,i=r?2*a-i:t[c+1],s=r?2*h-s:t[c+2],e?wi(p,a,h,i,s,t[c+1],t[c+2]):p.push(Qe,i,s,t[c+1],t[c+2]),a=t[c+1],h=t[c+2],c+=3;break;case ti:t[c+1]+=a,t[c+2]+=h,t[c+3]+=a,t[c+4]+=h,o=Qe;case Qe:i=t[c+1],s=t[c+2],e?wi(p,a,h,i,s,t[c+3],t[c+4]):p.push(Qe,i,s,t[c+3],t[c+4]),a=t[c+3],h=t[c+4],c+=5;break;case oi:t[c+6]+=a,t[c+7]+=h;case si:xi(p,a,h,t[c+1],t[c+2],t[c+3],t[c+4],t[c+5],t[c+6],t[c+7],e),a=t[c+6],h=t[c+7],c+=8;break;case ri:case ni:p.push(ni),c++;break;case ai:a=t[c+1],h=t[c+2],e?gi(p,a,h,t[c+3],t[c+4]):Ri(p,t,c,5),c+=5;break;case hi:a=t[c+1],h=t[c+2],e?fi(p,a,h,t[c+3],t[c+4],[t[c+5],t[c+6],t[c+7],t[c+8]]):Ri(p,t,c,9),c+=9;break;case li:a=t[c+1],h=t[c+2],e?fi(p,a,h,t[c+3],t[c+4],t[c+5]):Ri(p,t,c,6),c+=6;break;case di:vi(e?p:Ri(p,t,c,9),t[c+1],t[c+2],t[c+3],t[c+4],t[c+5],t[c+6],t[c+7],t[c+8],null,ki),a=ki.x,h=ki.y,c+=9;break;case ci:e?vi(p,t[c+1],t[c+2],t[c+3],t[c+4],0,0,360,!1):Ri(p,t,c,5),a=t[c+1]+t[c+3],h=t[c+2],c+=5;break;case ui:mi(e?p:Ri(p,t,c,7),t[c+1],t[c+2],t[c+3],t[c+4],t[c+5],t[c+6],null,ki),a=ki.x,h=ki.y,c+=7;break;case pi:e?mi(p,t[c+1],t[c+2],t[c+3],0,360,!1):Ri(p,t,c,4),a=t[c+1]+t[c+3],h=t[c+2],c+=4;break;case _i:yi(e?p:Ri(p,t,c,6),a,h,t[c+1],t[c+2],t[c+3],t[c+4],t[c+5],null,ki),a=ki.x,h=ki.y,c+=6;break;default:return bi.error(`command: ${o} [index:${c}]`,t),p}n=o}return p},objectToCanvasData(t){const e=[];return t.forEach((t=>{switch(t.name){case"M":e.push(Ye,t.x,t.y);break;case"L":e.push(He,t.x,t.y);break;case"C":e.push(Ze,t.x1,t.y1,t.x2,t.y2,t.x,t.y);break;case"Q":e.push(Qe,t.x1,t.y1,t.x,t.y);break;case"Z":e.push(ni)}})),e},copyData(t,e,i,s){for(let o=i,n=i+s;o<n;o++)t.push(e[o])},pushData(t,e){Bi.index===Bi.length&&(Bi.index=1,t.push(Bi.name)),t.push(Number(e)),Bi.index++,Bi.dot=0}},{current:Bi,pushData:Si,copyData:Ri}=Ei,{M:Ti,L:Ci,C:Oi,Q:Li,Z:Pi,N:Ai,D:Di,X:Mi,G:Fi,F:Ii,O:Wi,P:zi,U:Ni}=ne,{getMinDistanceFrom:Yi,getRadianFrom:Xi}=P,{tan:Hi,min:ji,abs:Vi}=Math,Ui={},Gi={beginPath(t){t.length=0},moveTo(t,e,i){t.push(Ti,e,i)},lineTo(t,e,i){t.push(Ci,e,i)},bezierCurveTo(t,e,i,s,o,n,r){t.push(Oi,e,i,s,o,n,r)},quadraticCurveTo(t,e,i,s,o){t.push(Li,e,i,s,o)},closePath(t){t.push(Pi)},rect(t,e,i,s,o){t.push(Ai,e,i,s,o)},roundRect(t,e,i,s,o,n){if("number"==typeof n)t.push(Mi,e,i,s,o,n);else{const a=r.fourNumber(n);a?t.push(Di,e,i,s,o,...a):t.push(Ai,e,i,s,o)}},ellipse(t,e,i,s,o,n,r,a,h){void 0===n?t.push(Ii,e,i,s,o):(void 0===r&&(r=0),void 0===a&&(a=360),t.push(Fi,e,i,s,o,n,r,a,h?1:0))},arc(t,e,i,s,o,n,r){void 0===o?t.push(zi,e,i,s):(void 0===n&&(n=360),t.push(Wi,e,i,s,o,n,r?1:0))},arcTo(t,e,i,s,o,n,r,a){if(void 0!==r){const t=Yi(r,a,e,i,s,o);n=ji(n,ji(t/2,t/2*Vi(Hi(Xi(r,a,e,i,s,o)/2))))}t.push(Ni,e,i,s,o,n)},drawEllipse(t,e,i,s,o,n,r,a,h){Le.ellipse(null,e,i,s,o,void 0===n?0:n,void 0===r?0:r,void 0===a?360:a,h,null,null,Ui),t.push(Ti,Ui.x,Ui.y),qi(t,e,i,s,o,n,r,a,h)},drawArc(t,e,i,s,o,n,r){Le.arc(null,e,i,s,void 0===o?0:o,void 0===n?360:n,r,null,null,Ui),t.push(Ti,Ui.x,Ui.y),Zi(t,e,i,s,o,n,r)},drawPoints(t,e,i,s){Le.points(t,e,i,s)}},{ellipse:qi,arc:Zi}=Gi,{moveTo:Ki,lineTo:Ji,quadraticCurveTo:$i,bezierCurveTo:Qi,closePath:ts,beginPath:es,rect:is,roundRect:ss,ellipse:os,arc:ns,arcTo:rs,drawEllipse:as,drawArc:hs,drawPoints:ls}=Gi;class ds{set path(t){this.__path=t}get path(){return this.__path}constructor(t){this.set(t)}set(t){return this.__path=t?"string"==typeof t?se.parse(t):t:[],this}beginPath(){return es(this.__path),this.paint(),this}moveTo(t,e){return Ki(this.__path,t,e),this.paint(),this}lineTo(t,e){return Ji(this.__path,t,e),this.paint(),this}bezierCurveTo(t,e,i,s,o,n){return Qi(this.__path,t,e,i,s,o,n),this.paint(),this}quadraticCurveTo(t,e,i,s){return $i(this.__path,t,e,i,s),this.paint(),this}closePath(){return ts(this.__path),this.paint(),this}rect(t,e,i,s){return is(this.__path,t,e,i,s),this.paint(),this}roundRect(t,e,i,s,o){return ss(this.__path,t,e,i,s,o),this.paint(),this}ellipse(t,e,i,s,o,n,r,a){return os(this.__path,t,e,i,s,o,n,r,a),this.paint(),this}arc(t,e,i,s,o,n){return ns(this.__path,t,e,i,s,o,n),this.paint(),this}arcTo(t,e,i,s,o){return rs(this.__path,t,e,i,s,o),this.paint(),this}drawEllipse(t,e,i,s,o,n,r,a){return as(this.__path,t,e,i,s,o,n,r,a),this.paint(),this}drawArc(t,e,i,s,o,n){return hs(this.__path,t,e,i,s,o,n),this.paint(),this}drawPoints(t,e,i){return ls(this.__path,t,e,i),this.paint(),this}clearPath(){return this.beginPath()}paint(){}}const{M:cs,L:us,C:ps,Q:_s,Z:gs,N:fs,D:ys,X:ms,G:vs,F:ws,O:xs,P:bs,U:ks}=ne,Es=xt.get("PathDrawer"),Bs={drawPathByData(t,e){if(!e)return;let i,s=0,o=e.length;for(;s<o;)switch(i=e[s],i){case cs:t.moveTo(e[s+1],e[s+2]),s+=3;break;case us:t.lineTo(e[s+1],e[s+2]),s+=3;break;case ps:t.bezierCurveTo(e[s+1],e[s+2],e[s+3],e[s+4],e[s+5],e[s+6]),s+=7;break;case _s:t.quadraticCurveTo(e[s+1],e[s+2],e[s+3],e[s+4]),s+=5;break;case gs:t.closePath(),s+=1;break;case fs:t.rect(e[s+1],e[s+2],e[s+3],e[s+4]),s+=5;break;case ys:t.roundRect(e[s+1],e[s+2],e[s+3],e[s+4],[e[s+5],e[s+6],e[s+7],e[s+8]]),s+=9;break;case ms:t.roundRect(e[s+1],e[s+2],e[s+3],e[s+4],e[s+5]),s+=6;break;case vs:t.ellipse(e[s+1],e[s+2],e[s+3],e[s+4],e[s+5]*h,e[s+6]*h,e[s+7]*h,e[s+8]),s+=9;break;case ws:t.ellipse(e[s+1],e[s+2],e[s+3],e[s+4],0,0,l,!1),s+=5;break;case xs:t.arc(e[s+1],e[s+2],e[s+3],e[s+4]*h,e[s+5]*h,e[s+6]),s+=7;break;case bs:t.arc(e[s+1],e[s+2],e[s+3],0,l,!1),s+=4;break;case ks:t.arcTo(e[s+1],e[s+2],e[s+3],e[s+4],e[s+5]),s+=6;break;default:return void Es.error(`command: ${i} [index:${s}]`,e)}}},{M:Ss,L:Rs,C:Ts,Q:Cs,Z:Os,N:Ls,D:Ps,X:As,G:Ds,F:Ms,O:Fs,P:Is,U:Ws}=ne,{toTwoPointBounds:zs,toTwoPointBoundsByQuadraticCurve:Ns,arcTo:Ys,arc:Xs,ellipse:Hs}=Le,{addPointBounds:js,copy:Vs,addPoint:Us,setPoint:Gs,addBounds:qs,toBounds:Zs}=Y,Ks=xt.get("PathBounds");let Js,$s,Qs;const to={},eo={},io={},so={toBounds(t,e){so.toTwoPointBounds(t,eo),Zs(eo,e)},toTwoPointBounds(t,e){if(!t||!t.length)return Gs(e,0,0);let i,s,o,n,r,a=0,h=0,l=0;const d=t.length;for(;a<d;)switch(r=t[a],0===a&&(r===Os||r===Ts||r===Cs?Gs(e,h,l):Gs(e,t[a+1],t[a+2])),r){case Ss:case Rs:h=t[a+1],l=t[a+2],Us(e,h,l),a+=3;break;case Ts:o=t[a+5],n=t[a+6],zs(h,l,t[a+1],t[a+2],t[a+3],t[a+4],o,n,to),js(e,to),h=o,l=n,a+=7;break;case Cs:i=t[a+1],s=t[a+2],o=t[a+3],n=t[a+4],Ns(h,l,i,s,o,n,to),js(e,to),h=o,l=n,a+=5;break;case Os:a+=1;break;case Ls:h=t[a+1],l=t[a+2],qs(e,h,l,t[a+3],t[a+4]),a+=5;break;case Ps:case As:h=t[a+1],l=t[a+2],qs(e,h,l,t[a+3],t[a+4]),a+=r===Ps?9:6;break;case Ds:Hs(null,t[a+1],t[a+2],t[a+3],t[a+4],t[a+5],t[a+6],t[a+7],t[a+8],to,io),0===a?Vs(e,to):js(e,to),h=io.x,l=io.y,a+=9;break;case Ms:h=t[a+1],l=t[a+2],$s=t[a+3],Qs=t[a+4],qs(e,h-$s,l-Qs,2*$s,2*Qs),h+=$s,a+=5;break;case Fs:Xs(null,t[a+1],t[a+2],t[a+3],t[a+4],t[a+5],t[a+6],to,io),0===a?Vs(e,to):js(e,to),h=io.x,l=io.y,a+=7;break;case Is:h=t[a+1],l=t[a+2],Js=t[a+3],qs(e,h-Js,l-Js,2*Js,2*Js),h+=Js,a+=4;break;case Ws:Ys(null,h,l,t[a+1],t[a+2],t[a+3],t[a+4],t[a+5],to,io),0===a?Vs(e,to):js(e,to),h=io.x,l=io.y,a+=6;break;default:return void Ks.error(`command: ${r} [index:${a}]`,t)}}},{M:oo,L:no,Z:ro}=ne,{getCenterX:ao,getCenterY:ho}=P,{arcTo:lo}=Gi,co={smooth(t,e,i){let s,o,n,r=0,a=0,h=0,l=0,d=0,c=0,u=0,p=0,_=0;const g=t.length,f=[];for(;r<g;){switch(s=t[r],s){case oo:l=p=t[r+1],d=_=t[r+2],r+=3,t[r]===no?(c=t[r+1],u=t[r+2],f.push(oo,ao(l,c),ho(d,u))):f.push(oo,l,d);break;case no:switch(a=t[r+1],h=t[r+2],r+=3,t[r]){case no:lo(f,a,h,t[r+1],t[r+2],e,p,_);break;case ro:lo(f,a,h,l,d,e,p,_);break;default:f.push(no,a,h)}p=a,_=h;break;case ro:o!==ro&&(lo(f,l,d,c,u,e,p,_),f.push(ro)),r+=1;break;default:n=ce[s];for(let e=0;e<n;e++)f.push(t[r+e]);r+=n}o=s}return s!==ro&&(f[1]=l,f[2]=d),f}};se.creator=new ds,se.parse=Ei.parse,se.convertToCanvasData=Ei.toCanvasData;const uo=new ds,{drawRoundRect:po}=ue;function _o(t){!function(t){t&&!t.roundRect&&(t.roundRect=function(t,e,i,s,o){po(this,t,e,i,s,o)})}(t)}const go={alphaPixelTypes:["png","webp","svg"],upperCaseTypeMap:{},mineType:t=>!t||t.startsWith("image")?t:("jpg"===t&&(t="jpeg"),"image/"+t),fileType(t){const e=t.split(".");return e[e.length-1]},isOpaqueImage(t){const e=fo.fileType(t);return["jpg","jpeg"].some((t=>t===e))},getExportOptions(t){switch(typeof t){case"object":return t;case"number":return{quality:t};case"boolean":return{blob:t};default:return{}}}},fo=go;fo.alphaPixelTypes.forEach((t=>fo.upperCaseTypeMap[t]=t.toUpperCase()));const yo=xt.get("TaskProcessor");class mo{constructor(t){this.parallel=!0,this.time=1,this.id=e.create(e.TASK),this.task=t}run(){return Vt(this,void 0,void 0,(function*(){try{this.task&&!this.isComplete&&this.parent.running&&(yield this.task())}catch(t){yo.error(t)}}))}complete(){this.isComplete=!0,this.parent=null,this.task=null}cancel(){this.isCancel=!0,this.complete()}}class vo{get total(){return this.list.length+this.delayNumber}get finishedIndex(){return this.isComplete?0:this.index+this.parallelSuccessNumber}get remain(){return this.isComplete?this.total:this.total-this.finishedIndex}get percent(){const{total:t}=this;let e=0,i=0;for(let s=0;s<t;s++)s<=this.finishedIndex?(i+=this.list[s].time,s===this.finishedIndex&&(e=i)):e+=this.list[s].time;return this.isComplete?1:i/e}constructor(t){this.config={parallel:6},this.list=[],this.running=!1,this.isComplete=!0,this.index=0,this.delayNumber=0,t&&It.assign(this.config,t),this.empty()}add(t,e){let i,s,o,n;const r=new mo(t);return r.parent=this,"number"==typeof e?n=e:e&&(s=e.parallel,i=e.start,o=e.time,n=e.delay),o&&(r.time=o),!1===s&&(r.parallel=!1),void 0===n?this.push(r,i):(this.delayNumber++,setTimeout((()=>{this.delayNumber&&(this.delayNumber--,this.push(r,i))}),n)),this.isComplete=!1,r}push(t,e){this.list.push(t),!1===e||this.timer||(this.timer=setTimeout((()=>this.start())))}empty(){this.index=0,this.parallelSuccessNumber=0,this.list=[],this.parallelList=[],this.delayNumber=0}start(){this.running||(this.running=!0,this.isComplete=!1,this.run())}pause(){clearTimeout(this.timer),this.timer=null,this.running=!1}resume(){this.start()}skip(){this.index++,this.resume()}stop(){this.isComplete=!0,this.list.forEach((t=>{t.isComplete||t.cancel()})),this.pause(),this.empty()}run(){this.running&&(this.setParallelList(),this.parallelList.length>1?this.runParallelTasks():this.remain?this.runTask():this.onComplete())}runTask(){const t=this.list[this.index];t?t.run().then((()=>{this.onTask(t),this.index++,this.nextTask()})).catch((t=>{this.onError(t)})):this.nextTask()}runParallelTasks(){this.parallelList.forEach((t=>this.runParallelTask(t)))}runParallelTask(t){t.run().then((()=>{this.onTask(t),this.fillParallelTask()})).catch((t=>{this.onParallelError(t)}))}nextTask(){this.total===this.finishedIndex?this.onComplete():this.timer=setTimeout((()=>this.run()))}setParallelList(){let t;this.parallelList=[],this.parallelSuccessNumber=0;let e=this.index+this.config.parallel;e>this.list.length&&(e=this.list.length);for(let i=this.index;i<e&&(t=this.list[i],t.parallel);i++)this.parallelList.push(t)}fillParallelTask(){let t;const e=this.parallelList;this.parallelSuccessNumber++,e.pop();const i=e.length,s=this.finishedIndex+i;if(e.length){if(!this.running)return;s<this.total&&(t=this.list[s],t&&t.parallel&&(e.push(t),this.runParallelTask(t)))}else this.index+=this.parallelSuccessNumber,this.parallelSuccessNumber=0,this.nextTask()}onComplete(){this.stop(),this.config.onComplete&&this.config.onComplete()}onTask(t){t.complete(),this.config.onTask&&this.config.onTask()}onParallelError(t){this.parallelList.forEach((t=>{t.parallel=!1})),this.parallelList.length=0,this.parallelSuccessNumber=0,this.onError(t)}onError(t){this.pause(),this.config.onError&&this.config.onError(t)}destroy(){this.stop()}}const wo=xt.get("Resource"),xo={tasker:new vo,map:{},get isComplete(){return bo.tasker.isComplete},set(t,e){bo.map[t]&&wo.repeat(t),bo.map[t]=e},get:t=>bo.map[t],remove(t){const e=bo.map[t];e&&(e.destroy&&e.destroy(),delete bo.map[t])},loadImage(t,e){return new Promise(((i,s)=>{const o=this.setImage(t,t,e);o.load((()=>i(o)),(t=>s(t)))}))},setImage(t,e,i){let s;return"string"==typeof e?s={url:e}:e.url||(s={url:t,view:e}),s&&(i&&(s.format=i),e=Ct.image(s)),bo.set(t,e),e},destroy(){bo.map={}}},bo=xo,ko={maxRecycled:10,recycledList:[],patternTasker:new vo,get(t){let e=xo.get(t.url);return e||xo.set(t.url,e=Ct.image(t)),e.use++,e},recycle(t){t.use--,setTimeout((()=>{t.use||Eo.recycledList.push(t)}))},clearRecycled(){const t=Eo.recycledList;t.length>Eo.maxRecycled&&(t.forEach((t=>!t.use&&t.url&&xo.remove(t.url))),t.length=0)},hasAlphaPixel:t=>go.alphaPixelTypes.some((e=>Eo.isFormat(e,t))),isFormat(t,e){if(e.format===t)return!0;const{url:i}=e;if(i.startsWith("data:")){if(i.startsWith("data:"+go.mineType(t)))return!0}else{if(i.includes("."+t)||i.includes("."+go.upperCaseTypeMap[t]))return!0;if("png"===t&&!i.includes("."))return!0}return!1},destroy(){Eo.recycledList=[]}},Eo=ko,{IMAGE:Bo,create:So}=e;class Ro{get url(){return this.config.url}get completed(){return this.ready||!!this.error}constructor(t){if(this.use=0,this.waitComplete=[],this.innerId=So(Bo),this.config=t||(t={url:""}),t.view){const{view:e}=t;this.setView(e.config?e.view:e)}ko.isFormat("svg",t)&&(this.isSVG=!0),ko.hasAlphaPixel(t)&&(this.hasAlphaPixel=!0)}load(e,i){if(!this.loading){this.loading=!0;let{loadImage:e,loadImageWithProgress:i}=t.origin,s=this.config.showProgress&&i&&this.onProgress.bind(this);s&&(e=i),xo.tasker.add((()=>Vt(this,void 0,void 0,(function*(){return yield e(this.url,s).then((t=>this.setView(t))).catch((t=>{this.error=t,this.onComplete(!1)}))}))))}return this.waitComplete.push(e,i),this.waitComplete.length-2}unload(t,e){const i=this.waitComplete;if(e){const e=i[t+1];e&&e({type:"stop"})}i[t]=i[t+1]=void 0}setView(t){this.ready=!0,this.width=t.naturalWidth||t.width,this.height=t.naturalHeight||t.height,this.view=t,this.onComplete(!0)}onProgress(t){this.progress=t}onComplete(t){let e;this.waitComplete.forEach(((i,s)=>{e=s%2,i&&(t?e||i(this):e&&i(this.error))})),this.waitComplete.length=0,this.loading=!1}getFull(t){return this.view}getCanvas(e,i,s,o){if(e||(e=this.width),i||(i=this.height),this.cache){let{params:t,data:e}=this.cache;for(let i in t)if(t[i]!==arguments[i]){e=null;break}if(e)return e}const n=t.origin.createCanvas(e,i),r=n.getContext("2d");return s&&(r.globalAlpha=s),r.drawImage(this.view,0,0,e,i),this.cache=this.use>1?{data:n,params:arguments}:null,n}getPattern(e,i,s,o){const n=t.canvas.createPattern(e,i);try{s&&n.setTransform&&(n.setTransform(s),s=void 0)}catch(t){}return o&&It.stintSet(o,"transform",s),n}destroy(){this.config={url:""},this.cache=null,this.waitComplete.length=0}}function To(t,e,i,s){s||(i.configurable=i.enumerable=!0),Object.defineProperty(t,e,i)}function Co(t,e){return Object.getOwnPropertyDescriptor(t,e)}function Oo(t,e){const i="_"+t;return{get(){const t=this[i];return void 0===t?e:t},set(t){this[i]=t}}}function Lo(t,e){return(i,s)=>Ao(i,s,t,e&&e(s))}function Po(t){return t}function Ao(t,e,i,s){const o={get(){return this.__getAttr(e)},set(t){this.__setAttr(e,t)}};To(t,e,Object.assign(o,s||{})),an(t,e,i)}function Do(t){return Lo(t)}function Mo(t,e){return Lo(t,(t=>({set(i){this.__setAttr(t,i,e)&&(this.__layout.matrixChanged||this.__layout.matrixChange())}})))}function Fo(t){return Lo(t,(t=>({set(e){this.__setAttr(t,e)&&(this.__hasAutoLayout=!!(this.origin||this.around||this.flow),this.__local||this.__layout.createLocal(),Yo(this))}})))}function Io(t,e){return Lo(t,(t=>({set(i){this.__setAttr(t,i,e)&&(this.__layout.scaleChanged||this.__layout.scaleChange())}})))}function Wo(t,e){return Lo(t,(t=>({set(i){this.__setAttr(t,i,e)&&(this.__layout.rotationChanged||this.__layout.rotationChange())}})))}function zo(t,e){return Lo(t,(t=>({set(i){this.__setAttr(t,i,e)&&Yo(this)}})))}function No(t){return Lo(t,(t=>({set(e){this.__setAttr(t,e)&&(Yo(this),this.__.__removeNaturalSize())}})))}function Yo(t){t.__layout.boxChanged||t.__layout.boxChange(),t.__hasAutoLayout&&(t.__layout.matrixChanged||t.__layout.matrixChange())}function Xo(t){return Lo(t,(t=>({set(e){const i=this.__;2!==i.__pathInputed&&(i.__pathInputed=e?1:0),e||(i.__pathForRender=void 0),this.__setAttr(t,e),Yo(this)}})))}const Ho=zo;function jo(t,e){return Lo(t,(t=>({set(i){this.__setAttr(t,i)&&(Vo(this),e&&(this.__.__useStroke=!0))}})))}function Vo(t){t.__layout.strokeChanged||t.__layout.strokeChange(),t.__.__useArrow&&Yo(t)}const Uo=jo;function Go(t){return Lo(t,(t=>({set(e){this.__setAttr(t,e),this.__layout.renderChanged||this.__layout.renderChange()}})))}function qo(t){return Lo(t,(t=>({set(e){this.__setAttr(t,e)&&(this.__layout.surfaceChanged||this.__layout.surfaceChange())}})))}function Zo(t){return Lo(t,(t=>({set(e){this.__setAttr(t,e)&&(this.__layout.opacityChanged||this.__layout.opacityChange()),this.mask&&Jo(this)}})))}function Ko(t){return Lo(t,(t=>({set(e){const i=this.visible;if(!0===i&&0===e){if(this.animationOut)return this.__runAnimation("out",(()=>$o(this,t,e,i)))}else 0===i&&!0===e&&this.animation&&this.__runAnimation("in");$o(this,t,e,i),this.mask&&Jo(this)}})))}function Jo(t){const{parent:e}=t;if(e){const{__hasMask:t}=e;e.__updateMask(),t!==e.__hasMask&&e.forceUpdate()}}function $o(t,e,i,s){t.__setAttr(e,i)&&(t.__layout.opacityChanged||t.__layout.opacityChange(),0!==s&&0!==i||Yo(t))}function Qo(t){return Lo(t,(t=>({set(e){this.__setAttr(t,e)&&(this.__layout.surfaceChanged||this.__layout.surfaceChange(),this.waitParent((()=>{this.parent.__layout.childrenSortChange()})))}})))}function tn(t){return Lo(t,(t=>({set(e){this.__setAttr(t,e)&&(this.__layout.boxChanged||this.__layout.boxChange(),this.waitParent((()=>{this.parent.__updateMask(e)})))}})))}function en(t){return Lo(t,(t=>({set(e){this.__setAttr(t,e)&&this.waitParent((()=>{this.parent.__updateEraser(e)}))}})))}function sn(t){return Lo(t,(t=>({set(e){this.__setAttr(t,e)&&(this.__layout.hitCanvasChanged=!0,"hit"===xt.showBounds&&(this.__layout.surfaceChanged||this.__layout.surfaceChange()),this.leafer&&this.leafer.updateCursor())}})))}function on(t){return Lo(t,(t=>({set(e){this.__setAttr(t,e),this.leafer&&this.leafer.updateCursor()}})))}function nn(t){return(e,i)=>{To(e,"__DataProcessor",{get:()=>t})}}function rn(t){return(e,i)=>{To(e,"__LayoutProcessor",{get:()=>t})}}function an(t,e,i){const s=t.__DataProcessor.prototype,o="_"+e,n=function(t){return"set"+t.charAt(0).toUpperCase()+t.slice(1)}(e),r=Oo(e,i);if(void 0===i)r.get=function(){return this[o]};else if("function"==typeof i)r.get=function(){let t=this[o];return void 0===t?i(this.__leaf):t};else if("object"==typeof i){const t=Ht(i);r.get=function(){let e=this[o];return void 0===e?this[o]=t?{}:It.clone(i):e}}const a=t.isBranchLeaf;"width"===e?r.get=function(){const t=this[o];if(void 0===t){const t=this,e=t.__naturalWidth,s=t.__leaf;return!i||s.pathInputed?s.boxBounds.width:e?t._height&&t.__useNaturalRatio?t._height*e/t.__naturalHeight:e:a&&s.children.length?s.boxBounds.width:i}return t}:"height"===e&&(r.get=function(){const t=this[o];if(void 0===t){const t=this,e=t.__naturalHeight,s=t.__leaf;return!i||s.pathInputed?s.boxBounds.height:e?t._width&&t.__useNaturalRatio?t._width*e/t.__naturalWidth:e:a&&s.children.length?s.boxBounds.height:i}return t});let h,l=s;for(;!h&&l;)h=Co(l,e),l=l.__proto__;h&&h.set&&(r.set=h.set),s[n]&&(r.set=s[n],delete s[n]),To(s,e,r)}const hn=new xt("rewrite"),ln=[],dn=["destroy","constructor"];function cn(t){return(e,i)=>{ln.push({name:e.constructor.name+"."+i,run:()=>{e[i]=t}})}}function un(){return t=>{pn()}}function pn(t){ln.length&&(ln.forEach((e=>{t&&hn.error(e.name,"需在Class上装饰@rewriteAble()"),e.run()})),ln.length=0)}function _n(t,e){return i=>{var s;(t.prototype?(s=t.prototype,Object.getOwnPropertyNames(s)):Object.keys(t)).forEach((s=>{if(!(dn.includes(s)||e&&e.includes(s)))if(t.prototype){Co(t.prototype,s).writable&&(i.prototype[s]=t.prototype[s])}else i.prototype[s]=t[s]}))}}function gn(){return t=>{Lt.register(t)}}function fn(){return t=>{Dt.register(t)}}setTimeout((()=>pn(!0)));const{copy:yn,toInnerPoint:mn,toOuterPoint:vn,scaleOfOuter:wn,rotateOfOuter:xn,skewOfOuter:bn,multiplyParent:kn,divideParent:En,getLayout:Bn}=x,Sn={},{round:Rn}=Math,Tn={updateAllMatrix(t,e,i){if(e&&t.__hasAutoLayout&&t.__layout.matrixChanged&&(i=!0),Ln(t,e,i),t.isBranch){const{children:s}=t;for(let t=0,o=s.length;t<o;t++)On(s[t],e,i)}},updateMatrix(t,e,i){const s=t.__layout;e?i&&(s.waitAutoLayout=!0,t.__hasAutoLayout&&(s.matrixChanged=!1)):s.waitAutoLayout&&(s.waitAutoLayout=!1),s.matrixChanged&&t.__updateLocalMatrix(),s.waitAutoLayout||t.__updateWorldMatrix()},updateBounds(t){const e=t.__layout;e.boundsChanged&&t.__updateLocalBounds(),e.waitAutoLayout||t.__updateWorldBounds()},updateAllWorldOpacity(t){if(t.__updateWorldOpacity(),t.isBranch){const{children:e}=t;for(let t=0,i=e.length;t<i;t++)Pn(e[t])}},updateChange(t){const e=t.__layout;e.stateStyleChanged&&t.updateState(),e.opacityChanged&&Pn(t),t.__updateChange()},updateAllChange(t){if(Dn(t),t.isBranch){const{children:e}=t;for(let t=0,i=e.length;t<i;t++)An(e[t])}},worldHittable(t){for(;t;){if(!t.__.hittable)return!1;t=t.parent}return!0},copyCanvasByWorld(e,i,s,o,n,r){o||(o=e.__nowWorld),e.__worldFlipped||t.fullImageShadow?i.copyWorldByReset(s,o,e.__nowWorld,n,r):i.copyWorldToInner(s,o,e.__layout.renderBounds,n)},moveWorld(t,e,i=0,s,o){const n="object"==typeof e?Object.assign({},e):{x:e,y:i};s?vn(t.localTransform,n,n,!0):t.parent&&mn(t.parent.worldTransform,n,n,!0),Cn.moveLocal(t,n.x,n.y,o)},moveLocal(t,e,i=0,s){"object"==typeof e&&(i=e.y,e=e.x),e+=t.x,i+=t.y,t.leafer&&t.leafer.config.pointSnap&&(e=Rn(e),i=Rn(i)),s?t.animate({x:e,y:i},s):(t.x=e,t.y=i)},zoomOfWorld(t,e,i,s,o,n){Cn.zoomOfLocal(t,Mn(t,e),i,s,o,n)},zoomOfLocal(t,e,i,s=i,o,n){const r=t.__localMatrix;if("number"!=typeof s&&(s&&(n=s),s=i),yn(Sn,r),wn(Sn,e,i,s),t.origin||t.around)Cn.setTransform(t,Sn,o,n);else{const e=t.x+Sn.e-r.e,a=t.y+Sn.f-r.f;n&&!o?t.animate({x:e,y:a,scaleX:t.scaleX*i,scaleY:t.scaleY*s},n):(t.x=e,t.y=a,t.scaleResize(i,s,!0!==o))}},rotateOfWorld(t,e,i,s){Cn.rotateOfLocal(t,Mn(t,e),i,s)},rotateOfLocal(t,e,i,s){const o=t.__localMatrix;yn(Sn,o),xn(Sn,e,i),t.origin||t.around?Cn.setTransform(t,Sn,!1,s):t.set({x:t.x+Sn.e-o.e,y:t.y+Sn.f-o.f,rotation:r.formatRotation(t.rotation+i)},s)},skewOfWorld(t,e,i,s,o,n){Cn.skewOfLocal(t,Mn(t,e),i,s,o,n)},skewOfLocal(t,e,i,s=0,o,n){yn(Sn,t.__localMatrix),bn(Sn,e,i,s),Cn.setTransform(t,Sn,o,n)},transformWorld(t,e,i,s){yn(Sn,t.worldTransform),kn(Sn,e),t.parent&&En(Sn,t.parent.worldTransform),Cn.setTransform(t,Sn,i,s)},transform(t,e,i,s){yn(Sn,t.localTransform),kn(Sn,e),Cn.setTransform(t,Sn,i,s)},setTransform(t,e,i,s){const o=t.__,n=o.origin&&Cn.getInnerOrigin(t,o.origin),r=Bn(e,n,o.around&&Cn.getInnerOrigin(t,o.around));if(i){const e=r.scaleX/t.scaleX,i=r.scaleY/t.scaleY;if(delete r.scaleX,delete r.scaleY,n){ut.scale(t.boxBounds,Math.abs(e),Math.abs(i));const s=Cn.getInnerOrigin(t,o.origin);P.move(r,n.x-s.x,n.y-s.y)}t.set(r),t.scaleResize(e,i,!1)}else t.set(r,s)},getFlipTransform(t,e){const i={a:1,b:0,c:0,d:1,e:0,f:0},s="x"===e?1:-1;return wn(i,Cn.getLocalOrigin(t,"center"),-1*s,1*s),i},getLocalOrigin:(t,e)=>P.tempToOuterOf(Cn.getInnerOrigin(t,e),t.localTransform),getInnerOrigin(t,e){const i={};return U.toPoint(e,t.boxBounds,i),i},getRelativeWorld:(t,e,i)=>(yn(Sn,t.worldTransform),En(Sn,e.worldTransform),i?Sn:Object.assign({},Sn)),drop(t,e,i,s){t.setTransform(Cn.getRelativeWorld(t,e,!0),s),e.add(t,i)},hasParent(t,e){if(!e)return!1;for(;t;){if(e===t)return!0;t=t.parent}}},Cn=Tn,{updateAllMatrix:On,updateMatrix:Ln,updateAllWorldOpacity:Pn,updateAllChange:An,updateChange:Dn}=Cn;function Mn(t,e){return t.__layout.update(),t.parent?P.tempToInnerOf(e,t.parent.__world):e}const Fn={worldBounds:t=>t.__world,localBoxBounds:t=>t.__.eraser||0===t.__.visible?null:t.__local||t.__layout,localStrokeBounds:t=>t.__.eraser||0===t.__.visible?null:t.__layout.localStrokeBounds,localRenderBounds:t=>t.__.eraser||0===t.__.visible?null:t.__layout.localRenderBounds,maskLocalBoxBounds:t=>t.__.mask?t.__localBoxBounds:null,maskLocalStrokeBounds:t=>t.__.mask?t.__layout.localStrokeBounds:null,maskLocalRenderBounds:t=>t.__.mask?t.__layout.localRenderBounds:null,excludeRenderBounds:(t,e)=>!(!e.bounds||e.bounds.hit(t.__world,e.matrix))||!(!e.hideBounds||!e.hideBounds.includes(t.__world,e.matrix))},{updateBounds:In}=Tn,Wn={sort:(t,e)=>t.__.zIndex===e.__.zIndex?t.__tempNumber-e.__tempNumber:t.__.zIndex-e.__.zIndex,pushAllChildBranch(t,e){if(t.__tempNumber=1,t.__.__childBranchNumber){const{children:i}=t;for(let s=0,o=i.length;s<o;s++)(t=i[s]).isBranch&&(t.__tempNumber=1,e.add(t),zn(t,e))}},pushAllParent(t,e){const{keys:i}=e;if(i)for(;t.parent&&void 0===i[t.parent.innerId];)e.add(t.parent),t=t.parent;else for(;t.parent;)e.add(t.parent),t=t.parent},pushAllBranchStack(t,e){let i=e.length;const{children:s}=t;for(let t=0,i=s.length;t<i;t++)s[t].isBranch&&e.push(s[t]);for(let t=i,s=e.length;t<s;t++)Nn(e[t],e)},updateBounds(t,e){const i=[t];Nn(t,i),Yn(i,e)},updateBoundsByBranchStack(t,e){let i,s;for(let o=t.length-1;o>-1;o--){i=t[o],s=i.children;for(let t=0,e=s.length;t<e;t++)In(s[t]);e&&e===i||In(i)}}},{pushAllChildBranch:zn,pushAllBranchStack:Nn,updateBoundsByBranchStack:Yn}=Wn,Xn={run(t){if(t&&t.length){const e=t.length;for(let i=0;i<e;i++)t[i]();t.length===e?t.length=0:t.splice(0,e)}}},{getRelativeWorld:Hn,updateBounds:jn}=Tn,{toOuterOf:Vn,getPoints:Un,copy:Gn}=ut,qn="_localContentBounds",Zn="_worldContentBounds",Kn="_worldBoxBounds",Jn="_worldStrokeBounds";class $n{get contentBounds(){return this._contentBounds||this.boxBounds}set contentBounds(t){this._contentBounds=t}get strokeBounds(){return this._strokeBounds||this.boxBounds}get renderBounds(){return this._renderBounds||this.boxBounds}set renderBounds(t){this._renderBounds=t}get localContentBounds(){return Vn(this.contentBounds,this.leaf.__localMatrix,this[qn]||(this[qn]={})),this[qn]}get localStrokeBounds(){return this._localStrokeBounds||this}get localRenderBounds(){return this._localRenderBounds||this}get worldContentBounds(){return Vn(this.contentBounds,this.leaf.__world,this[Zn]||(this[Zn]={})),this[Zn]}get worldBoxBounds(){return Vn(this.boxBounds,this.leaf.__world,this[Kn]||(this[Kn]={})),this[Kn]}get worldStrokeBounds(){return Vn(this.strokeBounds,this.leaf.__world,this[Jn]||(this[Jn]={})),this[Jn]}get a(){return 1}get b(){return 0}get c(){return 0}get d(){return 1}get e(){return this.leaf.__.x}get f(){return this.leaf.__.y}get x(){return this.e+this.boxBounds.x}get y(){return this.f+this.boxBounds.y}get width(){return this.boxBounds.width}get height(){return this.boxBounds.height}constructor(t){this.leaf=t,this.leaf.__local&&(this._localRenderBounds=this._localStrokeBounds=this.leaf.__local),t.__world&&(this.boxBounds={x:0,y:0,width:0,height:0},this.boxChange(),this.matrixChange())}createLocal(){const t=this.leaf.__local={a:1,b:0,c:0,d:1,e:0,f:0,x:0,y:0,width:0,height:0};this._localStrokeBounds||(this._localStrokeBounds=t),this._localRenderBounds||(this._localRenderBounds=t)}update(){const{leaf:e}=this,{leafer:i}=e;if(e.isApp)return jn(e);if(i)i.ready?i.watcher.changed&&i.layouter.layout():i.start();else{let i=e;for(;i.parent&&!i.parent.leafer;)i=i.parent;const s=i;if(s.__fullLayouting)return;s.__fullLayouting=!0,t.layout(s),delete s.__fullLayouting}}getTransform(t="world"){this.update();const{leaf:e}=this;switch(t){case"world":return e.__world;case"local":return e.__localMatrix;case"inner":return x.defaultMatrix;case"page":t=e.zoomLayer;default:return Hn(e,t)}}getBounds(t,e="world"){switch(this.update(),e){case"world":return this.getWorldBounds(t);case"local":return this.getLocalBounds(t);case"inner":return this.getInnerBounds(t);case"page":e=this.leaf.zoomLayer;default:return new ft(this.getInnerBounds(t)).toOuterOf(this.getTransform(e))}}getInnerBounds(t="box"){switch(t){case"render":return this.renderBounds;case"content":if(this.contentBounds)return this.contentBounds;case"box":return this.boxBounds;case"stroke":return this.strokeBounds}}getLocalBounds(t="box"){switch(t){case"render":return this.localRenderBounds;case"stroke":return this.localStrokeBounds;case"content":if(this.contentBounds)return this.localContentBounds;case"box":return this.leaf.__localBoxBounds}}getWorldBounds(t="box"){switch(t){case"render":return this.leaf.__world;case"stroke":return this.worldStrokeBounds;case"content":if(this.contentBounds)return this.worldContentBounds;case"box":return this.worldBoxBounds}}getLayoutBounds(t,e="world",i){const{leaf:s}=this;let o,n,r,a=this.getInnerBounds(t);switch(e){case"world":o=s.getWorldPoint(a),n=s.__world;break;case"local":const{scaleX:t,scaleY:i,rotation:h,skewX:l,skewY:d}=s.__;r={scaleX:t,scaleY:i,rotation:h,skewX:l,skewY:d},o=s.getLocalPointByInner(a);break;case"inner":o=a,n=x.defaultMatrix;break;case"page":e=s.zoomLayer;default:o=s.getWorldPoint(a,e),n=Hn(s,e,!0)}if(r||(r=x.getLayout(n)),Gn(r,a),P.copy(r,o),i){const{scaleX:t,scaleY:e}=r,i=Math.abs(t),s=Math.abs(e);1===i&&1===s||(r.scaleX/=i,r.scaleY/=s,r.width*=i,r.height*=s)}return r}getLayoutPoints(t,e="world"){const{leaf:i}=this,s=Un(this.getInnerBounds(t));let o;switch(e){case"world":o=null;break;case"local":o=i.parent;break;case"inner":break;case"page":e=i.zoomLayer;default:o=e}return void 0!==o&&s.forEach((t=>i.innerToWorld(t,null,!1,o))),s}shrinkContent(){const{x:t,y:e,width:i,height:s}=this.boxBounds;this._contentBounds={x:t,y:e,width:i,height:s}}spreadStroke(){const{x:t,y:e,width:i,height:s}=this.strokeBounds;this._strokeBounds={x:t,y:e,width:i,height:s},this._localStrokeBounds={x:t,y:e,width:i,height:s},this.renderSpread||this.spreadRenderCancel()}spreadRender(){const{x:t,y:e,width:i,height:s}=this.renderBounds;this._renderBounds={x:t,y:e,width:i,height:s},this._localRenderBounds={x:t,y:e,width:i,height:s}}shrinkContentCancel(){this._contentBounds=void 0}spreadStrokeCancel(){const t=this.renderBounds===this.strokeBounds;this._strokeBounds=this.boxBounds,this._localStrokeBounds=this.leaf.__localBoxBounds,t&&this.spreadRenderCancel()}spreadRenderCancel(){this._renderBounds=this._strokeBounds,this._localRenderBounds=this._localStrokeBounds}boxChange(){this.boxChanged=!0,this.localBoxChanged||this.localBoxChange(),this.hitCanvasChanged=!0}localBoxChange(){this.localBoxChanged=!0,this.boundsChanged=!0}strokeChange(){this.strokeChanged=!0,this.strokeSpread||(this.strokeSpread=1),this.boundsChanged=!0,this.hitCanvasChanged=!0}renderChange(){this.renderChanged=!0,this.renderSpread||(this.renderSpread=1),this.boundsChanged=!0}scaleChange(){this.scaleChanged=!0,this._scaleOrRotationChange()}rotationChange(){this.rotationChanged=!0,this.affectRotation=!0,this._scaleOrRotationChange()}_scaleOrRotationChange(){this.affectScaleOrRotation=!0,this.matrixChange(),this.leaf.__local||this.createLocal()}matrixChange(){this.matrixChanged=!0,this.localBoxChanged||this.localBoxChange()}surfaceChange(){this.surfaceChanged=!0}opacityChange(){this.opacityChanged=!0,this.surfaceChanged||this.surfaceChange()}childrenSortChange(){this.childrenSortChanged||(this.childrenSortChanged=this.affectChildrenSort=!0,this.leaf.forceUpdate("surface"))}destroy(){}}class Qn{constructor(t,e){this.bubbles=!1,this.type=t,e&&(this.target=e)}stopDefault(){this.isStopDefault=!0,this.origin&&t.event.stopDefault(this.origin)}stopNow(){this.isStopNow=!0,this.isStop=!0,this.origin&&t.event.stopNow(this.origin)}stop(){this.isStop=!0,this.origin&&t.event.stop(this.origin)}}class tr extends Qn{constructor(t,e,i){super(t,e),this.parent=i,this.child=e}}tr.ADD="child.add",tr.REMOVE="child.remove",tr.CREATED="created",tr.MOUNTED="mounted",tr.UNMOUNTED="unmounted",tr.DESTROY="destroy";class er extends Qn{constructor(t,e,i,s,o){super(t,e),this.attrName=i,this.oldValue=s,this.newValue=o}}er.CHANGE="property.change",er.LEAFER_CHANGE="property.leafer_change";class ir extends Qn{constructor(t,e){super(t),Object.assign(this,e)}}ir.LOAD="image.load",ir.LOADED="image.loaded",ir.ERROR="image.error";class sr extends Qn{static checkHas(t,e,i){"on"===i?e===ar?t.__hasWorldEvent=!0:t.__hasLocalEvent=!0:(t.__hasLocalEvent=t.hasEvent(or)||t.hasEvent(nr)||t.hasEvent(rr),t.__hasWorldEvent=t.hasEvent(ar))}static emitLocal(t){if(t.leaferIsReady){const{resized:e}=t.__layout;"local"!==e&&(t.emit(or,t),"inner"===e&&t.emit(nr,t)),t.emit(rr,t)}}static emitWorld(t){t.leaferIsReady&&t.emit(ar,this)}}sr.RESIZE="bounds.resize",sr.INNER="bounds.inner",sr.LOCAL="bounds.local",sr.WORLD="bounds.world";const{RESIZE:or,INNER:nr,LOCAL:rr,WORLD:ar}=sr,hr={};[or,nr,rr,ar].forEach((t=>hr[t]=1));class lr extends Qn{get bigger(){if(!this.old)return!0;const{width:t,height:e}=this.old;return this.width>=t&&this.height>=e}get smaller(){return!this.bigger}get samePixelRatio(){return!this.old||this.pixelRatio===this.old.pixelRatio}constructor(t,e){"object"==typeof t?(super(lr.RESIZE),Object.assign(this,t)):super(t),this.old=e}static isResizing(t){return this.resizingKeys&&void 0!==this.resizingKeys[t.innerId]}}lr.RESIZE="resize";class dr extends Qn{constructor(t,e){super(t),this.data=e}}dr.REQUEST="watch.request",dr.DATA="watch.data";class cr extends Qn{constructor(t,e,i){super(t),e&&(this.data=e,this.times=i)}}cr.REQUEST="layout.request",cr.START="layout.start",cr.BEFORE="layout.before",cr.LAYOUT="layout",cr.AFTER="layout.after",cr.AGAIN="layout.again",cr.END="layout.end";class ur extends Qn{constructor(t,e,i,s){super(t),e&&(this.times=e),i&&(this.renderBounds=i,this.renderOptions=s)}}ur.REQUEST="render.request",ur.CHILD_START="render.child_start",ur.CHILD_END="render.child_end",ur.START="render.start",ur.BEFORE="render.before",ur.RENDER="render",ur.AFTER="render.after",ur.AGAIN="render.again",ur.END="render.end",ur.NEXT="render.next";class pr extends Qn{}pr.START="leafer.start",pr.BEFORE_READY="leafer.before_ready",pr.READY="leafer.ready",pr.AFTER_READY="leafer.after_ready",pr.VIEW_READY="leafer.view_ready",pr.VIEW_COMPLETED="leafer.view_completed",pr.STOP="leafer.stop",pr.RESTART="leafer.restart",pr.END="leafer.end";const _r={};class gr{set event(t){this.on(t)}on(t,e,i){if(!e){let e;if(t instanceof Array)t.forEach((t=>this.on(t[0],t[1],t[2])));else for(let i in t)(e=t[i])instanceof Array?this.on(i,e[0],e[1]):this.on(i,e);return}let s,o,n;i&&("once"===i?o=!0:"boolean"==typeof i?s=i:(s=i.capture,o=i.once));const r=fr(this,s,!0),a="string"==typeof t?t.split(" "):t,h=o?{listener:e,once:o}:{listener:e};a.forEach((t=>{t&&(n=r[t],n?-1===n.findIndex((t=>t.listener===e))&&n.push(h):r[t]=[h],hr[t]&&sr.checkHas(this,t,"on"))}))}off(t,e,i){if(t){const s="string"==typeof t?t.split(" "):t;if(e){let t,o,n;i&&(t="boolean"==typeof i?i:"once"!==i&&i.capture);const r=fr(this,t);s.forEach((t=>{t&&(o=r[t],o&&(n=o.findIndex((t=>t.listener===e)),n>-1&&o.splice(n,1),o.length||delete r[t],hr[t]&&sr.checkHas(this,t,"off")))}))}else{const{__bubbleMap:t,__captureMap:e}=this;s.forEach((i=>{t&&delete t[i],e&&delete e[i]}))}}else this.__bubbleMap=this.__captureMap=void 0}on_(t,e,i,s){return e?this.on(t,i?e=e.bind(i):e,s):t instanceof Array&&t.forEach((t=>this.on(t[0],t[2]?t[1]=t[1].bind(t[2]):t[1],t[3]))),{type:t,current:this,listener:e,options:s}}off_(t){if(!t)return;const e=t instanceof Array?t:[t];e.forEach((t=>{t.listener?t.current.off(t.type,t.listener,t.options):t.type instanceof Array&&t.type.forEach((e=>t.current.off(e[0],e[1],e[3])))})),e.length=0}once(t,e,i,s){if(!e)return t instanceof Array&&t.forEach((t=>this.once(t[0],t[1],t[2],t[3])));"object"==typeof i?e=e.bind(i):s=i,this.on(t,e,{once:!0,capture:s})}emit(t,e,i){!e&&Dt.has(t)&&(e=Dt.get(t,{type:t,target:this,current:this}));const s=fr(this,i)[t];if(s){let o;for(let n=0,r=s.length;n<r&&!((o=s[n])&&(o.listener(e),o.once&&(this.off(t,o.listener,i),n--,r--),e&&e.isStopNow));n++);}this.syncEventer&&this.syncEventer.emitEvent(e,i)}emitEvent(t,e){t.current=this,this.emit(t.type,t,e)}hasEvent(t,e){if(this.syncEventer&&this.syncEventer.hasEvent(t,e))return!0;const{__bubbleMap:i,__captureMap:s}=this,o=i&&i[t],n=s&&s[t];return!!(void 0===e?o||n:e?n:o)}destroy(){this.__captureMap=this.__bubbleMap=this.syncEventer=null}}function fr(t,e,i){if(e){const{__captureMap:e}=t;return e||(i?t.__captureMap={}:_r)}{const{__bubbleMap:e}=t;return e||(i?t.__bubbleMap={}:_r)}}const{on:yr,on_:mr,off:vr,off_:wr,once:xr,emit:br,emitEvent:kr,hasEvent:Er,destroy:Br}=gr.prototype,Sr={on:yr,on_:mr,off:vr,off_:wr,once:xr,emit:br,emitEvent:kr,hasEvent:Er,destroyEventer:Br},{isFinite:Rr}=Number,Tr=xt.get("setAttr"),Cr={__setAttr(t,e,i){if(this.leaferIsCreated){const s=this.__.__getInput(t);if(i&&!Rr(e)&&void 0!==e&&(Tr.warn(this.innerName,t,e),e=void 0),"object"==typeof e||s!==e){this.__realSetAttr(t,e);const{CHANGE:i}=er,o=new er(i,this,t,s,e);return this.isLeafer?this.emitEvent(new er(er.LEAFER_CHANGE,this,t,s,e)):this.hasEvent(i)&&this.emitEvent(o),this.leafer.emitEvent(o),!0}return!1}return this.__realSetAttr(t,e),!0},__realSetAttr(t,e){const i=this.__;i[t]=e,this.__proxyData&&this.setProxyAttr(t,e),i.normalStyle&&(this.lockNormalStyle||void 0===i.normalStyle[t]||(i.normalStyle[t]=e))},__getAttr(t){return this.__proxyData?this.getProxyAttr(t):this.__.__get(t)}},{setLayout:Or,multiplyParent:Lr,translateInner:Pr,defaultWorld:Ar}=x,{toPoint:Dr,tempPoint:Mr}=U,Fr={__updateWorldMatrix(){const{parent:t,__layout:e}=this;Lr(this.__local||e,t?t.__world:Ar,this.__world,!!e.affectScaleOrRotation,this.__,t&&(t.scrollY||t.scrollX)&&t.__)},__updateLocalMatrix(){if(this.__local){const t=this.__layout,e=this.__local,i=this.__;t.affectScaleOrRotation&&(t.scaleChanged&&(t.resized||(t.resized="scale"))||t.rotationChanged)&&(Or(e,i,null,null,t.affectRotation),t.scaleChanged=t.rotationChanged=void 0),e.e=i.x+i.offsetX,e.f=i.y+i.offsetY,(i.around||i.origin)&&(Dr(i.around||i.origin,t.boxBounds,Mr),Pr(e,-Mr.x,-Mr.y,!i.around))}this.__layout.matrixChanged=void 0}},{updateMatrix:Ir,updateAllMatrix:Wr}=Tn,{updateBounds:zr}=Wn,{toOuterOf:Nr,copyAndSpread:Yr,copy:Xr}=ut,{toBounds:Hr}=so,jr={__updateWorldBounds(){const t=this.__layout;Nr(t.renderBounds,this.__world,this.__world),t.resized&&("inner"===t.resized&&this.__onUpdateSize(),this.__hasLocalEvent&&sr.emitLocal(this),t.resized=void 0),this.__hasWorldEvent&&sr.emitWorld(this)},__updateLocalBounds(){const t=this.__layout;t.boxChanged&&(this.__.__pathInputed||this.__updatePath(),this.__updateRenderPath(),this.__updateBoxBounds(),t.resized="inner"),t.localBoxChanged&&(this.__local&&this.__updateLocalBoxBounds(),t.localBoxChanged=void 0,t.strokeSpread&&(t.strokeChanged=!0),t.renderSpread&&(t.renderChanged=!0),this.parent&&this.parent.__layout.boxChange()),t.boxChanged=void 0,t.strokeChanged&&(t.strokeSpread=this.__updateStrokeSpread(),t.strokeSpread?(t.strokeBounds===t.boxBounds&&t.spreadStroke(),this.__updateStrokeBounds(),this.__updateLocalStrokeBounds()):t.spreadStrokeCancel(),t.strokeChanged=void 0,(t.renderSpread||t.strokeSpread!==t.strokeBoxSpread)&&(t.renderChanged=!0),this.parent&&this.parent.__layout.strokeChange(),t.resized="inner"),t.renderChanged&&(t.renderSpread=this.__updateRenderSpread(),t.renderSpread?(t.renderBounds!==t.boxBounds&&t.renderBounds!==t.strokeBounds||t.spreadRender(),this.__updateRenderBounds(),this.__updateLocalRenderBounds()):t.spreadRenderCancel(),t.renderChanged=void 0,this.parent&&this.parent.__layout.renderChange()),t.resized||(t.resized="local"),t.boundsChanged=void 0},__updateLocalBoxBounds(){this.__hasMotionPath&&this.__updateMotionPath(),this.__hasAutoLayout&&this.__updateAutoLayout(),Nr(this.__layout.boxBounds,this.__local,this.__local)},__updateLocalStrokeBounds(){Nr(this.__layout.strokeBounds,this.__localMatrix,this.__layout.localStrokeBounds)},__updateLocalRenderBounds(){Nr(this.__layout.renderBounds,this.__localMatrix,this.__layout.localRenderBounds)},__updateBoxBounds(){const t=this.__layout.boxBounds,e=this.__;e.__pathInputed?Hr(e.path,t):(t.x=0,t.y=0,t.width=e.width,t.height=e.height)},__updateAutoLayout(){this.__layout.matrixChanged=!0,this.isBranch?(this.__extraUpdate(),this.__.flow?(this.__layout.boxChanged&&this.__updateFlowLayout(),Wr(this),zr(this,this),this.__.__autoSide&&this.__updateBoxBounds(!0)):(Wr(this),zr(this,this))):Ir(this)},__updateNaturalSize(){const{__:t,__layout:e}=this;t.__naturalWidth=e.boxBounds.width,t.__naturalHeight=e.boxBounds.height},__updateStrokeBounds(){const t=this.__layout;Yr(t.strokeBounds,t.boxBounds,t.strokeBoxSpread)},__updateRenderBounds(){const t=this.__layout;t.renderSpread>0?Yr(t.renderBounds,t.boxBounds,t.renderSpread):Xr(t.renderBounds,t.strokeBounds)}},Vr={__render(t,e){if(e.shape)return this.__renderShape(t,e);if(this.__worldOpacity){const i=this.__;if(t.setWorld(this.__nowWorld=this.__getNowWorld(e)),t.opacity=e.dimOpacity&&!i.dimskip?i.opacity*e.dimOpacity:i.opacity,this.__.__single){if("path"===i.eraser)return this.__renderEraser(t,e);const s=t.getSameCanvas(!0,!0);this.__draw(s,e,t),Tn.copyCanvasByWorld(this,t,s,this.__nowWorld,i.__blendMode,!0),s.recycle(this.__nowWorld)}else this.__draw(t,e);xt.showBounds&&xt.drawBounds(this,t,e)}},__renderShape(t,e){this.__worldOpacity&&(t.setWorld(this.__nowWorld=this.__getNowWorld(e)),this.__drawShape(t,e))},__clip(t,e){this.__worldOpacity&&(t.setWorld(this.__nowWorld=this.__getNowWorld(e)),this.__drawRenderPath(t),t.clipUI(this))},__updateWorldOpacity(){this.__worldOpacity=this.__.visible?this.parent?this.parent.__worldOpacity*this.__.opacity:this.__.opacity:0,this.__layout.opacityChanged&&(this.__layout.opacityChanged=!1)}},{excludeRenderBounds:Ur}=Fn,Gr={__updateChange(){const{__layout:t}=this;t.childrenSortChanged&&(this.__updateSortChildren(),t.childrenSortChanged=!1),this.__.__checkSingle()},__render(t,e){if(this.__nowWorld=this.__getNowWorld(e),this.__worldOpacity){const i=this.__;if(i.dim?e.dimOpacity=!0===i.dim?.2:i.dim:i.dimskip&&e.dimOpacity&&(e.dimOpacity=0),i.__single&&!this.isBranchLeaf){if("path"===i.eraser)return this.__renderEraser(t,e);const s=t.getSameCanvas(!1,!0);this.__renderBranch(s,e);const o=this.__nowWorld;t.opacity=e.dimOpacity?i.opacity*e.dimOpacity:i.opacity,t.copyWorldByReset(s,o,o,i.__blendMode,!0),s.recycle(o)}else this.__renderBranch(t,e)}},__renderBranch(t,e){if(this.__hasMask)this.__renderMask(t,e);else{const{children:i}=this;for(let s=0,o=i.length;s<o;s++)Ur(i[s],e)||i[s].__render(t,e)}},__clip(t,e){if(this.__worldOpacity){const{children:i}=this;for(let s=0,o=i.length;s<o;s++)Ur(i[s],e)||i[s].__clip(t,e)}}},qr={},{LEAF:Zr,create:Kr}=e,{toInnerPoint:Jr,toOuterPoint:$r,multiplyParent:Qr}=x,{toOuterOf:ta}=ut,{copy:ea,move:ia}=P,{moveLocal:sa,zoomOfLocal:oa,rotateOfLocal:na,skewOfLocal:ra,moveWorld:aa,zoomOfWorld:ha,rotateOfWorld:la,skewOfWorld:da,transform:ca,transformWorld:ua,setTransform:pa,getFlipTransform:_a,getLocalOrigin:ga,getRelativeWorld:fa,drop:ya}=Tn;let ma=class{get tag(){return this.__tag}set tag(t){}get __tag(){return"Leaf"}get innerName(){return this.__.name||this.tag+this.innerId}get __DataProcessor(){return zt}get __LayoutProcessor(){return $n}get leaferIsCreated(){return this.leafer&&this.leafer.created}get leaferIsReady(){return this.leafer&&this.leafer.ready}get isLeafer(){return!1}get isBranch(){return!1}get isBranchLeaf(){return!1}get __localMatrix(){return this.__local||this.__layout}get __localBoxBounds(){return this.__local||this.__layout}get worldTransform(){return this.__layout.getTransform("world")}get localTransform(){return this.__layout.getTransform("local")}get boxBounds(){return this.getBounds("box","inner")}get renderBounds(){return this.getBounds("render","inner")}get worldBoxBounds(){return this.getBounds("box")}get worldStrokeBounds(){return this.getBounds("stroke")}get worldRenderBounds(){return this.getBounds("render")}get worldOpacity(){return this.__layout.update(),this.__worldOpacity}get __worldFlipped(){return this.__world.scaleX<0||this.__world.scaleY<0}get __onlyHitMask(){return this.__hasMask&&!this.__.hitChildren}get __ignoreHitWorld(){return(this.__hasMask||this.__hasEraser)&&this.__.hitChildren}get __inLazyBounds(){return this.leaferIsCreated&&this.leafer.lazyBounds.hit(this.__world)}get pathInputed(){return this.__.__pathInputed}set event(t){this.on(t)}constructor(t){this.innerId=Kr(Zr),this.reset(t),this.__bubbleMap&&this.__emitLifeEvent(tr.CREATED)}reset(t){this.leafer&&this.leafer.forceRender(this.__world),0!==t&&(this.__world={a:1,b:0,c:0,d:1,e:0,f:0,x:0,y:0,width:0,height:0,scaleX:1,scaleY:1},null!==t&&(this.__local={a:1,b:0,c:0,d:1,e:0,f:0,x:0,y:0,width:0,height:0})),this.__worldOpacity=1,this.__=new this.__DataProcessor(this),this.__layout=new this.__LayoutProcessor(this),this.__level&&this.resetCustom(),t&&(t.__&&(t=t.toJSON()),t.children?this.set(t):Object.assign(this,t))}resetCustom(){this.__hasMask=this.__hasEraser=null,this.forceUpdate()}waitParent(t,e){e&&(t=t.bind(e)),this.parent?t():this.on(tr.ADD,t,"once")}waitLeafer(t,e){e&&(t=t.bind(e)),this.leafer?t():this.on(tr.MOUNTED,t,"once")}nextRender(t,e,i){this.leafer?this.leafer.nextRender(t,e,i):this.waitLeafer((()=>this.leafer.nextRender(t,e,i)))}removeNextRender(t){this.nextRender(t,null,"off")}__bindLeafer(t){if(this.isLeafer&&null!==t&&(t=this),this.leafer&&!t&&this.leafer.leafs--,this.leafer=t,t?(t.leafs++,this.__level=this.parent?this.parent.__level+1:1,this.animation&&this.__runAnimation("in"),this.__bubbleMap&&this.__emitLifeEvent(tr.MOUNTED)):this.__emitLifeEvent(tr.UNMOUNTED),this.isBranch){const{children:e}=this;for(let i=0,s=e.length;i<s;i++)e[i].__bindLeafer(t)}}set(t,e){}get(t){}setAttr(t,e){this[t]=e}getAttr(t){return this[t]}getComputedAttr(t){return this.__[t]}toJSON(t){return t&&this.__layout.update(),this.__.__getInputData(null,t)}toString(t){return JSON.stringify(this.toJSON(t))}toSVG(){}__SVG(t){}toHTML(){}__setAttr(t,e){return!0}__getAttr(t){}setProxyAttr(t,e){}getProxyAttr(t){}find(t,e){}findTag(t){}findOne(t,e){}findId(t){}focus(t){}updateState(){}updateLayout(){this.__layout.update()}forceUpdate(t){void 0===t?t="width":"surface"===t&&(t="blendMode");const e=this.__.__getInput(t);this.__[t]=void 0===e?null:void 0,this[t]=e}forceRender(t,e){this.forceUpdate("surface")}__extraUpdate(){this.leaferIsReady&&this.leafer.layouter.addExtra(this)}__updateWorldMatrix(){}__updateLocalMatrix(){}__updateWorldBounds(){}__updateLocalBounds(){}__updateLocalBoxBounds(){}__updateLocalStrokeBounds(){}__updateLocalRenderBounds(){}__updateBoxBounds(){}__updateContentBounds(){}__updateStrokeBounds(){}__updateRenderBounds(){}__updateAutoLayout(){}__updateFlowLayout(){}__updateNaturalSize(){}__updateStrokeSpread(){return 0}__updateRenderSpread(){return 0}__onUpdateSize(){}__updateEraser(t){this.__hasEraser=!!t||this.children.some((t=>t.__.eraser))}__renderEraser(t,e){t.save(),this.__clip(t,e);const{renderBounds:i}=this.__layout;t.clearRect(i.x,i.y,i.width,i.height),t.restore()}__updateMask(t){this.__hasMask=this.children.some((t=>t.__.mask&&t.__.visible&&t.__.opacity))}__renderMask(t,e){}__getNowWorld(t){if(t.matrix){this.__cameraWorld||(this.__cameraWorld={});const e=this.__cameraWorld,i=this.__world;return Qr(i,t.matrix,e,void 0,i),ta(this.__layout.renderBounds,e,e),e.half!==i.half&&(e.half=i.half),e}return this.__world}getClampRenderScale(){let{scaleX:t}=this.__nowWorld||this.__world;return t<0&&(t=-t),t>1?t:1}getRenderScaleData(t,e){const{scaleX:i,scaleY:s}=ko.patternLocked?this.__world:this.__nowWorld;return e?qr.scaleX=qr.scaleY=1:t?(qr.scaleX=i<0?-i:i,qr.scaleY=s<0?-s:s):(qr.scaleX=i,qr.scaleY=s),qr}getTransform(t){return this.__layout.getTransform(t||"local")}getBounds(t,e){return this.__layout.getBounds(t,e)}getLayoutBounds(t,e,i){return this.__layout.getLayoutBounds(t,e,i)}getLayoutPoints(t,e){return this.__layout.getLayoutPoints(t,e)}getWorldBounds(t,e,i){const s=e?fa(this,e):this.worldTransform,o=i?t:{};return ta(t,s,o),o}worldToLocal(t,e,i,s){this.parent?this.parent.worldToInner(t,e,i,s):e&&ea(e,t)}localToWorld(t,e,i,s){this.parent?this.parent.innerToWorld(t,e,i,s):e&&ea(e,t)}worldToInner(t,e,i,s){s&&(s.innerToWorld(t,e,i),t=e||t),Jr(this.worldTransform,t,e,i)}innerToWorld(t,e,i,s){$r(this.worldTransform,t,e,i),s&&s.worldToInner(e||t,null,i)}getBoxPoint(t,e,i,s){return this.getBoxPointByInner(this.getInnerPoint(t,e,i,s),null,null,!0)}getBoxPointByInner(t,e,i,s){const o=s?t:Object.assign({},t),{x:n,y:r}=this.boxBounds;return ia(o,-n,-r),o}getInnerPoint(t,e,i,s){const o=s?t:{};return this.worldToInner(t,o,i,e),o}getInnerPointByBox(t,e,i,s){const o=s?t:Object.assign({},t),{x:n,y:r}=this.boxBounds;return ia(o,n,r),o}getInnerPointByLocal(t,e,i,s){return this.getInnerPoint(t,this.parent,i,s)}getLocalPoint(t,e,i,s){const o=s?t:{};return this.worldToLocal(t,o,i,e),o}getLocalPointByInner(t,e,i,s){return this.getWorldPoint(t,this.parent,i,s)}getPagePoint(t,e,i,s){return(this.leafer?this.leafer.zoomLayer:this).getInnerPoint(t,e,i,s)}getWorldPoint(t,e,i,s){const o=s?t:{};return this.innerToWorld(t,o,i,e),o}getWorldPointByBox(t,e,i,s){return this.getWorldPoint(this.getInnerPointByBox(t,null,null,s),e,i,!0)}getWorldPointByLocal(t,e,i,s){const o=s?t:{};return this.localToWorld(t,o,i,e),o}getWorldPointByPage(t,e,i,s){return(this.leafer?this.leafer.zoomLayer:this).getWorldPoint(t,e,i,s)}setTransform(t,e,i){pa(this,t,e,i)}transform(t,e,i){ca(this,t,e,i)}move(t,e,i){sa(this,t,e,i)}moveInner(t,e,i){aa(this,t,e,!0,i)}scaleOf(t,e,i,s,o){oa(this,ga(this,t),e,i,s,o)}rotateOf(t,e,i){na(this,ga(this,t),e,i)}skewOf(t,e,i,s,o){ra(this,ga(this,t),e,i,s,o)}transformWorld(t,e,i){ua(this,t,e,i)}moveWorld(t,e,i){aa(this,t,e,!1,i)}scaleOfWorld(t,e,i,s,o){ha(this,t,e,i,s,o)}rotateOfWorld(t,e){la(this,t,e)}skewOfWorld(t,e,i,s,o){da(this,t,e,i,s,o)}flip(t,e){ca(this,_a(this,t),!1,e)}scaleResize(t,e=t,i){this.scaleX*=t,this.scaleY*=e}__scaleResize(t,e){}resizeWidth(t){}resizeHeight(t){}__hitWorld(t){return!0}__hit(t){return!0}__hitFill(t){return!0}__hitStroke(t,e){return!0}__hitPixel(t){return!0}__drawHitPath(t){}__updateHitCanvas(){}__render(t,e){}__drawFast(t,e){}__draw(t,e,i){}__clip(t,e){}__renderShape(t,e){}__drawShape(t,e){}__updateWorldOpacity(){}__updateChange(){}__drawPath(t){}__drawRenderPath(t){}__updatePath(){}__updateRenderPath(){}getMotionPathData(){return Tt.need("path")}getMotionPoint(t){return Tt.need("path")}getMotionTotal(){return 0}__updateMotionPath(){}__runAnimation(t,e){}__updateSortChildren(){}add(t,e){}remove(t,e){this.parent&&this.parent.remove(this,e)}dropTo(t,e,i){ya(this,t,e,i)}on(t,e,i){}off(t,e,i){}on_(t,e,i,s){}off_(t){}once(t,e,i,s){}emit(t,e,i){}emitEvent(t,e){}hasEvent(t,e){return!1}static changeAttr(t,e,i){i?this.addAttr(t,e,i):an(this.prototype,t,e)}static addAttr(t,e,i,s){i||(i=zo),i(e,s)(this.prototype,t)}__emitLifeEvent(t){this.hasEvent(t)&&this.emitEvent(new tr(t,this,this.parent))}destroy(){this.destroyed||(this.parent&&this.remove(),this.children&&this.clear(),this.__emitLifeEvent(tr.DESTROY),this.__.destroy(),this.__layout.destroy(),this.destroyEventer(),this.destroyed=!0)}};ma=jt([_n(Cr),_n(Fr),_n(jr),_n(Sr),_n(Vr)],ma);const{setListWithFn:va}=ut,{sort:wa}=Wn,{localBoxBounds:xa,localStrokeBounds:ba,localRenderBounds:ka,maskLocalBoxBounds:Ea,maskLocalStrokeBounds:Ba,maskLocalRenderBounds:Sa}=Fn,Ra=new xt("Branch");let Ta=class extends ma{__updateStrokeSpread(){const{children:t}=this;for(let e=0,i=t.length;e<i;e++)if(t[e].__layout.strokeSpread)return 1;return 0}__updateRenderSpread(){const{children:t}=this;for(let e=0,i=t.length;e<i;e++)if(t[e].__layout.renderSpread)return 1;return 0}__updateBoxBounds(){va(this.__layout.boxBounds,this.children,this.__hasMask?Ea:xa)}__updateStrokeBounds(){va(this.__layout.strokeBounds,this.children,this.__hasMask?Ba:ba)}__updateRenderBounds(){va(this.__layout.renderBounds,this.children,this.__hasMask?Sa:ka)}__updateSortChildren(){let t;const{children:e}=this;if(e.length>1){for(let i=0,s=e.length;i<s;i++)e[i].__tempNumber=i,e[i].__.zIndex&&(t=!0);e.sort(wa),this.__layout.affectChildrenSort=t}}add(t,e){if(t===this||t.destroyed)return Ra.warn("add self or destroyed");const i=void 0===e;if(!t.__){if(t instanceof Array)return t.forEach((t=>{this.add(t,e),i||e++}));t=Lt.get(t.tag,t)}t.parent&&t.parent.remove(t),t.parent=this,i?this.children.push(t):this.children.splice(e,0,t),t.isBranch&&(this.__.__childBranchNumber=(this.__.__childBranchNumber||0)+1);const s=t.__layout;s.boxChanged||s.boxChange(),s.matrixChanged||s.matrixChange(),t.__bubbleMap&&t.__emitLifeEvent(tr.ADD),this.leafer&&(t.__bindLeafer(this.leafer),this.leafer.created&&this.__emitChildEvent(tr.ADD,t)),this.__layout.affectChildrenSort&&this.__layout.childrenSortChange()}addMany(...t){this.add(t)}remove(t,e){t?t.__?t.animationOut?t.__runAnimation("out",(()=>this.__remove(t,e))):this.__remove(t,e):this.find(t).forEach((t=>this.remove(t,e))):void 0===t&&super.remove(null,e)}removeAll(t){const{children:e}=this;e.length&&(this.children=[],this.__preRemove(),this.__.__childBranchNumber=0,e.forEach((e=>{this.__realRemoveChild(e),t&&e.destroy()})))}clear(){this.removeAll(!0)}__remove(t,e){const i=this.children.indexOf(t);i>-1&&(this.children.splice(i,1),t.isBranch&&(this.__.__childBranchNumber=(this.__.__childBranchNumber||1)-1),this.__preRemove(),this.__realRemoveChild(t),e&&t.destroy())}__preRemove(){this.__hasMask&&this.__updateMask(),this.__hasEraser&&this.__updateEraser(),this.__layout.boxChange(),this.__layout.affectChildrenSort&&this.__layout.childrenSortChange()}__realRemoveChild(t){t.__emitLifeEvent(tr.REMOVE),t.parent=null,this.leafer&&(t.__bindLeafer(null),this.leafer.created&&(this.__emitChildEvent(tr.REMOVE,t),this.leafer.hitCanvasManager&&this.leafer.hitCanvasManager.clear()))}__emitChildEvent(t,e){const i=new tr(t,e,this);this.hasEvent(t)&&!this.isLeafer&&this.emitEvent(i),this.leafer.emitEvent(i)}};Ta=jt([_n(Gr)],Ta);class Ca{get length(){return this.list.length}constructor(t){this.reset(),t&&(t instanceof Array?this.addList(t):this.add(t))}has(t){return t&&void 0!==this.keys[t.innerId]}indexAt(t){return this.list[t]}indexOf(t){const e=this.keys[t.innerId];return void 0===e?-1:e}add(t){const{list:e,keys:i}=this;void 0===i[t.innerId]&&(e.push(t),i[t.innerId]=e.length-1)}addAt(t,e=0){const{keys:i}=this;if(void 0===i[t.innerId]){const{list:s}=this;for(let t=e,o=s.length;t<o;t++)i[s[t].innerId]++;0===e?s.unshift(t):(e>s.length&&(e=s.length),s.splice(e,0,t)),i[t.innerId]=e}}addList(t){for(let e=0;e<t.length;e++)this.add(t[e])}remove(t){const{list:e}=this;let i;for(let s=0,o=e.length;s<o;s++)void 0!==i?this.keys[e[s].innerId]=s-1:e[s].innerId===t.innerId&&(i=s,delete this.keys[t.innerId]);void 0!==i&&e.splice(i,1)}sort(t){const{list:e}=this;t?e.sort(((t,e)=>e.__level-t.__level)):e.sort(((t,e)=>t.__level-e.__level))}forEach(t){this.list.forEach(t)}clone(){const t=new Ca;return t.list=[...this.list],t.keys=Object.assign({},this.keys),t}update(){this.keys={};const{list:t,keys:e}=this;for(let i=0,s=t.length;i<s;i++)e[t[i].innerId]=i}reset(){this.list=[],this.keys={}}destroy(){this.reset()}}class Oa{get length(){return this._length}constructor(t){this._length=0,this.reset(),t&&(t instanceof Array?this.addList(t):this.add(t))}has(t){return void 0!==this.keys[t.innerId]}without(t){return void 0===this.keys[t.innerId]}sort(t){const{levels:e}=this;t?e.sort(((t,e)=>e-t)):e.sort(((t,e)=>t-e))}addList(t){t.forEach((t=>{this.add(t)}))}add(t){const{keys:e,levelMap:i}=this;e[t.innerId]||(e[t.innerId]=1,i[t.__level]?i[t.__level].push(t):(i[t.__level]=[t],this.levels.push(t.__level)),this._length++)}forEach(t){let e;this.levels.forEach((i=>{e=this.levelMap[i];for(let i=0,s=e.length;i<s;i++)t(e[i])}))}reset(){this.levelMap={},this.keys={},this.levels=[],this._length=0}destroy(){this.levelMap=null}}const La="1.8.0";class Pa extends ie{get allowBackgroundColor(){return!0}init(){this.__createView(),this.__createContext(),this.resize(this.config)}__createView(){this.view=t.origin.createCanvas(1,1)}updateViewSize(){const{width:t,height:e,pixelRatio:i}=this;this.view.width=Math.ceil(t*i),this.view.height=Math.ceil(e*i),this.clientBounds=this.bounds}}_o(OffscreenCanvasRenderingContext2D.prototype),_o(Path2D.prototype);const{mineType:Aa}=go;function Da(e,i){t.origin={createCanvas:(t,e)=>new OffscreenCanvas(t,e),canvasToDataURL:(t,e,i)=>new Promise(((s,o)=>{t.convertToBlob({type:Aa(e),quality:i}).then((t=>{var e=new FileReader;e.onload=t=>s(t.target.result),e.onerror=t=>o(t),e.readAsDataURL(t)})).catch((t=>{o(t)}))})),canvasToBolb:(t,e,i)=>t.convertToBlob({type:Aa(e),quality:i}),canvasSaveAs:(t,e,i)=>new Promise((t=>t())),download(t,e){},loadImage:e=>new Promise(((i,s)=>{let o=new XMLHttpRequest;o.open("GET",t.image.getRealURL(e),!0),o.responseType="blob",o.onload=()=>{createImageBitmap(o.response).then((t=>{i(t)})).catch((t=>{s(t)}))},o.onerror=t=>s(t),o.send()}))},t.canvas=Ct.canvas(),t.conicGradientSupport=!!t.canvas.context.createConicGradient}Object.assign(Ct,{canvas:(t,e)=>new Pa(t,e),image:t=>new Ro(t)}),t.name="web",t.isWorker=!0,t.backgrounder=!0,t.requestRender=function(t){requestAnimationFrame(t)},To(t,"devicePixelRatio",{get:()=>1});const{userAgent:Ma}=navigator;Ma.indexOf("Firefox")>-1?(t.conicGradientRotate90=!0,t.intWheelDeltaY=!0):Ma.indexOf("Safari")>-1&&-1===Ma.indexOf("Chrome")&&(t.fullImageShadow=!0),Ma.indexOf("Windows")>-1?(t.os="Windows",t.intWheelDeltaY=!0):Ma.indexOf("Mac")>-1?t.os="Mac":Ma.indexOf("Linux")>-1&&(t.os="Linux");class Fa{get childrenChanged(){return this.hasAdd||this.hasRemove||this.hasVisible}get updatedList(){if(this.hasRemove){const t=new Ca;return this.__updatedList.list.forEach((e=>{e.leafer&&t.add(e)})),t}return this.__updatedList}constructor(t,e){this.totalTimes=0,this.config={},this.__updatedList=new Ca,this.target=t,e&&(this.config=It.default(e,this.config)),this.__listenEvents()}start(){this.disabled||(this.running=!0)}stop(){this.running=!1}disable(){this.stop(),this.__removeListenEvents(),this.disabled=!0}update(){this.changed=!0,this.running&&this.target.emit(ur.REQUEST)}__onAttrChange(t){this.__updatedList.add(t.target),this.update()}__onChildEvent(t){t.type===tr.ADD?(this.hasAdd=!0,this.__pushChild(t.child)):(this.hasRemove=!0,this.__updatedList.add(t.parent)),this.update()}__pushChild(t){this.__updatedList.add(t),t.isBranch&&this.__loopChildren(t)}__loopChildren(t){const{children:e}=t;for(let t=0,i=e.length;t<i;t++)this.__pushChild(e[t])}__onRquestData(){this.target.emitEvent(new dr(dr.DATA,{updatedList:this.updatedList})),this.__updatedList=new Ca,this.totalTimes++,this.changed=this.hasVisible=this.hasRemove=this.hasAdd=!1}__listenEvents(){this.__eventIds=[this.target.on_([[er.CHANGE,this.__onAttrChange,this],[[tr.ADD,tr.REMOVE],this.__onChildEvent,this],[dr.REQUEST,this.__onRquestData,this]])]}__removeListenEvents(){this.target.off_(this.__eventIds)}destroy(){this.target&&(this.stop(),this.__removeListenEvents(),this.target=this.__updatedList=null)}}const{updateAllMatrix:Ia,updateBounds:Wa,updateChange:za}=Tn,{pushAllChildBranch:Na,pushAllParent:Ya}=Wn;const{worldBounds:Xa}=Fn;class Ha{constructor(t){this.updatedBounds=new ft,this.beforeBounds=new ft,this.afterBounds=new ft,t instanceof Array&&(t=new Ca(t)),this.updatedList=t}setBefore(){this.beforeBounds.setListWithFn(this.updatedList.list,Xa)}setAfter(){this.afterBounds.setListWithFn(this.updatedList.list,Xa),this.updatedBounds.setList([this.beforeBounds,this.afterBounds])}merge(t){this.updatedList.addList(t.updatedList.list),this.beforeBounds.add(t.beforeBounds),this.afterBounds.add(t.afterBounds),this.updatedBounds.add(t.updatedBounds)}destroy(){this.updatedList=null}}const{updateAllMatrix:ja,updateAllChange:Va}=Tn,Ua=xt.get("Layouter");class Ga{constructor(t,e){this.totalTimes=0,this.config={},this.__levelList=new Oa,this.target=t,e&&(this.config=It.default(e,this.config)),this.__listenEvents()}start(){this.disabled||(this.running=!0)}stop(){this.running=!1}disable(){this.stop(),this.__removeListenEvents(),this.disabled=!0}layout(){if(this.layouting||!this.running)return;const{target:t}=this;this.times=0;try{t.emit(cr.START),this.layoutOnce(),t.emitEvent(new cr(cr.END,this.layoutedBlocks,this.times))}catch(t){Ua.error(t)}this.layoutedBlocks=null}layoutAgain(){this.layouting?this.waitAgain=!0:this.layoutOnce()}layoutOnce(){return this.layouting?Ua.warn("layouting"):this.times>3?Ua.warn("layout max times"):(this.times++,this.totalTimes++,this.layouting=!0,this.target.emit(dr.REQUEST),this.totalTimes>1?this.partLayout():this.fullLayout(),this.layouting=!1,void(this.waitAgain&&(this.waitAgain=!1,this.layoutOnce())))}partLayout(){var t;if(!(null===(t=this.__updatedList)||void 0===t?void 0:t.length))return;const e=Bt.start("PartLayout"),{target:i,__updatedList:s}=this,{BEFORE:o,LAYOUT:n,AFTER:r}=cr,a=this.getBlocks(s);a.forEach((t=>t.setBefore())),i.emitEvent(new cr(o,a,this.times)),this.extraBlock=null,s.sort(),function(t,e){let i;t.list.forEach((t=>{i=t.__layout,e.without(t)&&!i.proxyZoom&&(i.matrixChanged?(Ia(t,!0),e.add(t),t.isBranch&&Na(t,e),Ya(t,e)):i.boundsChanged&&(e.add(t),t.isBranch&&(t.__tempNumber=0),Ya(t,e)))}))}(s,this.__levelList),function(t){let e,i,s;t.sort(!0),t.levels.forEach((o=>{e=t.levelMap[o];for(let t=0,o=e.length;t<o;t++){if(i=e[t],i.isBranch&&i.__tempNumber){s=i.children;for(let t=0,e=s.length;t<e;t++)s[t].isBranch||Wa(s[t])}Wa(i)}}))}(this.__levelList),function(t){t.list.forEach(za)}(s),this.extraBlock&&a.push(this.extraBlock),a.forEach((t=>t.setAfter())),i.emitEvent(new cr(n,a,this.times)),i.emitEvent(new cr(r,a,this.times)),this.addBlocks(a),this.__levelList.reset(),this.__updatedList=null,Bt.end(e)}fullLayout(){const t=Bt.start("FullLayout"),{target:e}=this,{BEFORE:i,LAYOUT:s,AFTER:o}=cr,n=this.getBlocks(new Ca(e));e.emitEvent(new cr(i,n,this.times)),Ga.fullLayout(e),n.forEach((t=>{t.setAfter()})),e.emitEvent(new cr(s,n,this.times)),e.emitEvent(new cr(o,n,this.times)),this.addBlocks(n),Bt.end(t)}static fullLayout(t){ja(t,!0),t.isBranch?Wn.updateBounds(t):Tn.updateBounds(t),Va(t)}addExtra(t){if(!this.__updatedList.has(t)){const{updatedList:e,beforeBounds:i}=this.extraBlock||(this.extraBlock=new Ha([]));e.length?i.add(t.__world):i.set(t.__world),e.add(t)}}createBlock(t){return new Ha(t)}getBlocks(t){return[this.createBlock(t)]}addBlocks(t){this.layoutedBlocks?this.layoutedBlocks.push(...t):this.layoutedBlocks=t}__onReceiveWatchData(t){this.__updatedList=t.data.updatedList}__listenEvents(){this.__eventIds=[this.target.on_([[cr.REQUEST,this.layout,this],[cr.AGAIN,this.layoutAgain,this],[dr.DATA,this.__onReceiveWatchData,this]])]}__removeListenEvents(){this.target.off_(this.__eventIds)}destroy(){this.target&&(this.stop(),this.__removeListenEvents(),this.target=this.config=null)}}const qa=xt.get("Renderer");class Za{get needFill(){return!(this.canvas.allowBackgroundColor||!this.config.fill)}constructor(t,e,i){this.FPS=60,this.totalTimes=0,this.times=0,this.config={usePartRender:!0,maxFPS:60},this.target=t,this.canvas=e,i&&(this.config=It.default(i,this.config)),this.__listenEvents()}start(){this.running=!0,this.update(!1)}stop(){this.running=!1}update(t=!0){this.changed||(this.changed=t),this.__requestRender()}requestLayout(){this.target.emit(cr.REQUEST)}checkRender(){if(this.running){const{target:t}=this;t.isApp&&(t.emit(ur.CHILD_START,t),t.children.forEach((t=>{t.renderer.FPS=this.FPS,t.renderer.checkRender()})),t.emit(ur.CHILD_END,t)),this.changed&&this.canvas.view&&this.render(),this.target.emit(ur.NEXT)}}render(t){if(!this.running||!this.canvas.view)return this.update();const{target:e}=this;this.times=0,this.totalBounds=new ft,qa.log(e.innerName,"---\x3e");try{this.emitRender(ur.START),this.renderOnce(t),this.emitRender(ur.END,this.totalBounds),ko.clearRecycled()}catch(t){this.rendering=!1,qa.error(t)}qa.log("-------------|")}renderAgain(){this.rendering?this.waitAgain=!0:this.renderOnce()}renderOnce(t){if(this.rendering)return qa.warn("rendering");if(this.times>3)return qa.warn("render max times");if(this.times++,this.totalTimes++,this.rendering=!0,this.changed=!1,this.renderBounds=new ft,this.renderOptions={},t)this.emitRender(ur.BEFORE),t();else{if(this.requestLayout(),this.ignore)return void(this.ignore=this.rendering=!1);this.emitRender(ur.BEFORE),this.config.usePartRender&&this.totalTimes>1?this.partRender():this.fullRender()}this.emitRender(ur.RENDER,this.renderBounds,this.renderOptions),this.emitRender(ur.AFTER,this.renderBounds,this.renderOptions),this.updateBlocks=null,this.rendering=!1,this.waitAgain&&(this.waitAgain=!1,this.renderOnce())}partRender(){const{canvas:t,updateBlocks:e}=this;e&&(this.mergeBlocks(),e.forEach((e=>{t.bounds.hit(e)&&!e.isEmpty()&&this.clipRender(e)})))}clipRender(t){const e=Bt.start("PartRender"),{canvas:i}=this,s=t.getIntersect(i.bounds),o=new ft(s);i.save(),s.spread(Za.clipSpread).ceil(),i.clearWorld(s,!0),i.clipWorld(s,!0),this.__render(s,o),i.restore(),Bt.end(e)}fullRender(){const t=Bt.start("FullRender"),{canvas:e}=this;e.save(),e.clear(),this.__render(e.bounds),e.restore(),Bt.end(t)}__render(t,e){const{canvas:i}=this,s=t.includes(this.target.__world),o=s?{includes:s}:{bounds:t,includes:s};this.needFill&&i.fillWorld(t,this.config.fill),xt.showRepaint&&xt.drawRepaint(i,t),this.target.__render(i,o),this.renderBounds=e=e||t,this.renderOptions=o,this.totalBounds.isEmpty()?this.totalBounds=e:this.totalBounds.add(e),i.updateRender(e)}addBlock(t){this.updateBlocks||(this.updateBlocks=[]),this.updateBlocks.push(t)}mergeBlocks(){const{updateBlocks:t}=this;if(t){const e=new ft;e.setList(t),t.length=0,t.push(e)}}__requestRender(){const e=this.target;if(this.requestTime||!e)return;if(e.parentApp)return e.parentApp.requestRender(!1);const i=this.requestTime=Date.now();t.requestRender((()=>{this.FPS=Math.min(60,Math.ceil(1e3/(Date.now()-i))),this.requestTime=0,this.checkRender()}))}__onResize(t){if(!this.canvas.unreal){if(t.bigger||!t.samePixelRatio){const{width:e,height:i}=t.old;if(!new ft(0,0,e,i).includes(this.target.__world)||this.needFill||!t.samePixelRatio)return this.addBlock(this.canvas.bounds),void this.target.forceUpdate("surface")}this.addBlock(new ft(0,0,1,1)),this.update()}}__onLayoutEnd(t){t.data&&t.data.map((t=>{let e;t.updatedList&&t.updatedList.list.some((t=>(e=!t.__world.width||!t.__world.height,e&&(t.isLeafer||qa.tip(t.innerName,": empty"),e=!t.isBranch||t.isBranchLeaf),e))),this.addBlock(e?this.canvas.bounds:t.updatedBounds)}))}emitRender(t,e,i){this.target.emitEvent(new ur(t,this.times,e,i))}__listenEvents(){this.__eventIds=[this.target.on_([[ur.REQUEST,this.update,this],[cr.END,this.__onLayoutEnd,this],[ur.AGAIN,this.renderAgain,this],[lr.RESIZE,this.__onResize,this]])]}__removeListenEvents(){this.target.off_(this.__eventIds)}destroy(){this.target&&(this.stop(),this.__removeListenEvents(),this.target=this.canvas=this.config=null)}}Za.clipSpread=10;const{hitRadiusPoint:Ka}=ut;class Ja{constructor(t,e){this.target=t,this.selector=e}getByPoint(t,e,i){e||(e=0),i||(i={});const s=i.through||!1,o=i.ignoreHittable||!1,n=i.target||this.target;this.exclude=i.exclude||null,this.point={x:t.x,y:t.y,radiusX:e,radiusY:e},this.findList=new Ca(i.findList),i.findList||this.hitBranch(n);const{list:r}=this.findList,a=this.getBestMatchLeaf(r,i.bottomList,o),h=o?this.getPath(a):this.getHitablePath(a);return this.clear(),s?{path:h,target:a,throughPath:r.length?this.getThroughPath(r):h}:{path:h,target:a}}getBestMatchLeaf(t,e,i){if(t.length){let e;this.findList=new Ca;const{x:s,y:o}=this.point,n={x:s,y:o,radiusX:0,radiusY:0};for(let s=0,o=t.length;s<o;s++)if(e=t[s],(i||Tn.worldHittable(e))&&(this.hitChild(e,n),this.findList.length))return this.findList.list[0]}if(e)for(let t=0,i=e.length;t<i;t++)if(this.hitChild(e[t].target,this.point,e[t].proxy),this.findList.length)return this.findList.list[0];return t[0]}getPath(t){const e=new Ca;for(;t;)e.add(t),t=t.parent;return this.target&&e.add(this.target),e}getHitablePath(t){const e=this.getPath(t&&t.hittable?t:null);let i,s=new Ca;for(let t=e.list.length-1;t>-1&&(i=e.list[t],i.__.hittable)&&(s.addAt(i,0),i.__.hitChildren);t--);return s}getThroughPath(t){const e=new Ca,i=[];for(let e=t.length-1;e>-1;e--)i.push(this.getPath(t[e]));let s,o,n;for(let t=0,r=i.length;t<r;t++){s=i[t],o=i[t+1];for(let t=0,i=s.length;t<i&&(n=s.list[t],!o||!o.has(n));t++)e.add(n)}return e}hitBranch(t){this.eachFind(t.children,t.__onlyHitMask)}eachFind(t,e){let i,s;const{point:o}=this;for(let n=t.length-1;n>-1;n--)i=t[n],!i.__.visible||e&&!i.__.mask||(s=!!i.__.hitRadius||Ka(i.__world,o),i.isBranch?(s||i.__ignoreHitWorld)&&(this.eachFind(i.children,i.__onlyHitMask),i.isBranchLeaf&&this.hitChild(i,o)):s&&this.hitChild(i,o))}hitChild(t,e,i){if((!this.exclude||!this.exclude.has(t))&&t.__hitWorld(e)){const{parent:s}=t;if(s&&s.__hasMask&&!t.__.mask&&!s.children.some((t=>t.__.mask&&t.__hitWorld(e))))return;this.findList.add(i||t)}}clear(){this.point=null,this.findList=null,this.exclude=null}destroy(){this.clear()}}class $a{constructor(t,e){this.config={},e&&(this.config=It.default(e,this.config)),this.picker=new Ja(this.target=t,this),this.finder=Ct.finder&&Ct.finder()}getByPoint(e,i,s){const{target:o,picker:n}=this;return t.backgrounder&&o&&o.updateLayout(),n.getByPoint(e,i,s)}getBy(t,e,i,s){return this.finder?this.finder.getBy(t,e,i,s):Tt.need("find")}destroy(){this.picker.destroy(),this.finder&&this.finder.destroy()}}function Qa(t){return Lo(t,(t=>({set(e){this.__setAttr(t,e),e&&(this.__.__useEffect=!0),this.__layout.renderChanged||this.__layout.renderChange()}})))}function th(t){return Lo(t,(t=>({set(e){this.__setAttr(t,e),this.__layout.boxChanged||this.__layout.boxChange(),this.__updateSize()}})))}function eh(){return(t,e)=>{const i="_"+e;To(t,e,{set(t){this.isLeafer&&(this[i]=t)},get(){return this.isApp?this.tree.zoomLayer:this.isLeafer?this[i]||this:this.leafer&&this.leafer.zoomLayer}})}}function ih(t){return(e,i)=>{To(e,i,Oo(i,t))}}Object.assign(Ct,{watcher:(t,e)=>new Fa(t,e),layouter:(t,e)=>new Ga(t,e),renderer:(t,e,i)=>new Za(t,e,i),selector:(t,e)=>new $a(t,e)}),t.layout=Ga.fullLayout;const sh={},oh={hasTransparent:function(t){if(!t||7===t.length||4===t.length)return!1;if("transparent"===t)return!0;const e=t[0];if("#"===e)switch(t.length){case 5:return"f"!==t[4]&&"F"!==t[4];case 9:return"f"!==t[7]&&"F"!==t[7]||"f"!==t[8]&&"F"!==t[8]}else if(("r"===e||"h"===e)&&"a"===t[3]){const e=t.lastIndexOf(",");if(e>-1)return parseFloat(t.slice(e+1))<1}return!1}},nh={number:(t,e)=>"object"==typeof t?"percent"===t.type?t.value*e:t.value:t},rh={},ah={},hh={},lh={},dh={},ch={apply(){Tt.need("filter")}},uh={},ph={setStyleName:()=>Tt.need("state"),set:()=>Tt.need("state")},_h={list:{},register(t,e){_h.list[t]=e},get:t=>_h.list[t]},{parse:gh,objectToCanvasData:fh}=Ei,{stintSet:yh}=It,{hasTransparent:mh}=oh,vh={},wh=xt.get("UIData");class xh extends zt{get scale(){const{scaleX:t,scaleY:e}=this;return t!==e?{x:t,y:e}:t}get __strokeWidth(){return this.__getRealStrokeWidth()}get __maxStrokeWidth(){const t=this;return t.__hasMultiStrokeStyle?Math.max(t.__hasMultiStrokeStyle,t.strokeWidth):t.strokeWidth}get __hasMultiPaint(){const t=this;return t.fill&&this.__useStroke||t.__isFills&&t.fill.length>1||t.__isStrokes&&t.stroke.length>1||t.__useEffect}get __clipAfterFill(){const t=this;return t.cornerRadius||t.innerShadow||t.__pathInputed}get __hasSurface(){return this.fill||this.stroke}get __autoWidth(){return!this._width}get __autoHeight(){return!this._height}get __autoSide(){return!this._width||!this._height}get __autoSize(){return!this._width&&!this._height}setVisible(t){this._visible=t;const{leafer:e}=this.__leaf;e&&(e.watcher.hasVisible=!0)}setWidth(t){t<0?(this._width=-t,this.__leaf.scaleX*=-1,wh.warn("width < 0, instead -scaleX ",this)):this._width=t}setHeight(t){t<0?(this._height=-t,this.__leaf.scaleY*=-1,wh.warn("height < 0, instead -scaleY",this)):this._height=t}setFill(t){this.__naturalWidth&&this.__removeNaturalSize(),"string"!=typeof t&&t?"object"==typeof t&&this.__setPaint("fill",t):(yh(this,"__isTransparentFill",mh(t)),this.__isFills&&this.__removePaint("fill",!0),this._fill=t)}setStroke(t){"string"!=typeof t&&t?"object"==typeof t&&this.__setPaint("stroke",t):(yh(this,"__isTransparentStroke",mh(t)),this.__isStrokes&&this.__removePaint("stroke",!0),this._stroke=t)}setPath(t){const e="string"==typeof t;e||t&&"object"==typeof t[0]?(this.__setInput("path",t),this._path=e?gh(t):fh(t)):(this.__input&&this.__removeInput("path"),this._path=t)}setShadow(t){bh(this,"shadow",t)}setInnerShadow(t){bh(this,"innerShadow",t)}setFilter(t){bh(this,"filter",t)}__computePaint(){const{fill:t,stroke:e}=this.__input;t&&ah.compute("fill",this.__leaf),e&&ah.compute("stroke",this.__leaf),this.__needComputePaint=void 0}__getRealStrokeWidth(t){let{strokeWidth:e,strokeWidthFixed:i}=this;if(t&&(t.strokeWidth&&(e=t.strokeWidth),void 0!==t.strokeWidthFixed&&(i=t.strokeWidthFixed)),i){const t=this.__leaf.getClampRenderScale();return t>1?e/t:e}return e}__setPaint(t,e){this.__setInput(t,e);const i=this.__leaf.__layout;i.boxChanged||i.boxChange(),e instanceof Array&&!e.length?this.__removePaint(t):"fill"===t?(this.__isFills=!0,this._fill||(this._fill=vh)):(this.__isStrokes=!0,this._stroke||(this._stroke=vh))}__removePaint(t,e){e&&this.__removeInput(t),hh.recycleImage(t,this),"fill"===t?(yh(this,"__isAlphaPixelFill",void 0),this._fill=this.__isFills=void 0):(yh(this,"__isAlphaPixelStroke",void 0),yh(this,"__hasMultiStrokeStyle",void 0),this._stroke=this.__isStrokes=void 0)}}function bh(t,e,i){t.__setInput(e,i),i instanceof Array?(i.some((t=>!1===t.visible))&&(i=i.filter((t=>!1!==t.visible))),i.length||(i=void 0)):i=i&&!1!==i.visible?[i]:void 0,t["_"+e]=i}class kh extends xh{}class Eh extends kh{get __boxStroke(){return!this.__pathInputed}get __drawAfterFill(){return this.__single||this.__clipAfterFill}get __clipAfterFill(){const t=this;return"hide"===t.overflow&&t.__leaf.children.length&&(t.__leaf.isOverflow||super.__clipAfterFill)}}class Bh extends kh{__getInputData(t,e){const i=super.__getInputData(t,e);return ee.forEach((t=>delete i[t])),i}}class Sh extends Eh{}class Rh extends xh{}class Th extends xh{get __boxStroke(){return!this.__pathInputed}}class Ch extends xh{get __boxStroke(){return!this.__pathInputed}}class Oh extends xh{}class Lh extends xh{}class Ph extends xh{get __pathInputed(){return 2}}class Ah extends kh{}const Dh={thin:100,"extra-light":200,light:300,normal:400,medium:500,"semi-bold":600,bold:700,"extra-bold":800,black:900};class Mh extends xh{get __useNaturalRatio(){return!1}setFontWeight(t){"string"==typeof t?(this.__setInput("fontWeight",t),t=Dh[t]||400):this.__input&&this.__removeInput("fontWeight"),this._fontWeight=t}setBoxStyle(t){let e=this.__leaf,i=e.__box;if(t){const{boxStyle:s}=this;if(i)for(let t in s)i[t]=void 0;else i=e.__box=Lt.get("Rect",0);const o=e.__layout,n=i.__layout;s||(i.parent=e,i.__world=e.__world,n.boxBounds=o.boxBounds),i.set(t),n.strokeChanged&&o.strokeChange(),n.renderChanged&&o.renderChange(),i.__updateChange()}else i&&(e.__box=i.parent=null,i.destroy());this._boxStyle=t}}class Fh extends Th{setUrl(t){this.__setImageFill(t),this._url=t}__setImageFill(t){this.fill=t?{type:"image",mode:"stretch",url:t}:void 0}__getData(){const t=super.__getData();return delete t.fill,t}__getInputData(t,e){const i=super.__getInputData(t,e);return delete i.fill,i}}class Ih extends Th{get __isCanvas(){return!0}get __drawAfterFill(){return!0}__getInputData(t,e){const i=super.__getInputData(t,e);return i.url=this.__leaf.canvas.toDataURL("image/png"),i}}const Wh={__updateStrokeSpread(){let t=0,e=0;const i=this.__,{strokeAlign:s,__maxStrokeWidth:o}=i,n=this.__box;if((i.stroke||"all"===i.hitStroke)&&o&&"inside"!==s&&(e=t="center"===s?o/2:o,!i.__boxStroke)){const e=i.__isLinePath?0:10*t,s="none"===i.strokeCap?0:o;t+=Math.max(e,s)}return i.__useArrow&&(t+=5*o),n&&(t=Math.max(n.__layout.strokeSpread=n.__updateStrokeSpread(),t),e=n.__layout.strokeBoxSpread),this.__layout.strokeBoxSpread=e,t},__updateRenderSpread(){let t=0;const{shadow:e,innerShadow:i,blur:s,backgroundBlur:o,filter:n,renderSpread:r}=this.__;e&&e.forEach((e=>t=Math.max(t,Math.max(Math.abs(e.y),Math.abs(e.x))+(e.spread>0?e.spread:0)+1.5*e.blur))),s&&(t=Math.max(t,s)),n&&(t+=ch.getSpread(n)),r&&(t+=r);let a=t=Math.ceil(t);return i&&i.forEach((t=>a=Math.max(a,Math.max(Math.abs(t.y),Math.abs(t.x))+(t.spread<0?-t.spread:0)+1.5*t.blur))),o&&(a=Math.max(a,o)),this.__layout.renderShapeSpread=a,t+=this.__layout.strokeSpread||0,this.__box?Math.max(this.__box.__updateRenderSpread(),t):t}},{stintSet:zh}=It,Nh={__updateChange(){const t=this.__;if(t.__useStroke){const e=t.__useStroke=!(!t.stroke||!t.strokeWidth);zh(this.__world,"half",e&&"center"===t.strokeAlign&&t.strokeWidth%2),zh(t,"__fillAfterStroke",e&&"outside"===t.strokeAlign&&t.fill&&!t.__isTransparentFill)}if(t.__useEffect){const{shadow:e,fill:i,stroke:s}=t,o=t.innerShadow||t.blur||t.backgroundBlur||t.filter;zh(t,"__isFastShadow",e&&!o&&e.length<2&&!e[0].spread&&i&&!t.__isTransparentFill&&!(i instanceof Array&&i.length>1)&&(this.useFastShadow||!s||s&&"inside"===t.strokeAlign)),t.__useEffect=!(!e&&!o)}t.__checkSingle(),zh(t,"__complex",t.__isFills||t.__isStrokes||t.cornerRadius||t.__useEffect)},__drawFast(t,e){Yh(this,t,e)},__draw(t,e,i){const s=this.__;if(s.__complex){s.__needComputePaint&&s.__computePaint();const{fill:o,stroke:n,__drawAfterFill:r,__fillAfterStroke:a,__isFastShadow:h}=s;if(this.__drawRenderPath(t),s.__useEffect&&!h){const h=ah.shape(this,t,e);this.__nowWorld=this.__getNowWorld(e);const{shadow:l,innerShadow:d,filter:c}=s;l&&dh.shadow(this,t,h),a&&(s.__isStrokes?ah.strokes(n,this,t):ah.stroke(n,this,t)),o&&(s.__isFills?ah.fills(o,this,t):ah.fill(o,this,t)),r&&this.__drawAfterFill(t,e),d&&dh.innerShadow(this,t,h),n&&!a&&(s.__isStrokes?ah.strokes(n,this,t):ah.stroke(n,this,t)),c&&ch.apply(c,this,this.__nowWorld,t,i,h),h.worldCanvas&&h.worldCanvas.recycle(),h.canvas.recycle()}else{if(a&&(s.__isStrokes?ah.strokes(n,this,t):ah.stroke(n,this,t)),h){const e=s.shadow[0],{scaleX:i,scaleY:o}=this.__nowWorld;t.save(),t.setWorldShadow(e.x*i,e.y*o,e.blur*i,oh.string(e.color))}o&&(s.__isFills?ah.fills(o,this,t):ah.fill(o,this,t)),h&&t.restore(),r&&this.__drawAfterFill(t,e),n&&!a&&(s.__isStrokes?ah.strokes(n,this,t):ah.stroke(n,this,t))}}else s.__pathInputed?Yh(this,t,e):this.__drawFast(t,e)},__drawShape(t,e){this.__drawRenderPath(t);const i=this.__,{fill:s,stroke:o}=i;s&&!e.ignoreFill&&(i.__isAlphaPixelFill?ah.fills(s,this,t):ah.fill("#000000",this,t)),i.__isCanvas&&this.__drawAfterFill(t,e),o&&!e.ignoreStroke&&(i.__isAlphaPixelStroke?ah.strokes(o,this,t):ah.stroke("#000000",this,t))},__drawAfterFill(t,e){this.__.__clipAfterFill?(t.save(),t.clipUI(this),this.__drawContent(t,e),t.restore()):this.__drawContent(t,e)}};function Yh(t,e,i){const{fill:s,stroke:o,__drawAfterFill:n,__fillAfterStroke:r}=t.__;t.__drawRenderPath(e),r&&ah.stroke(o,t,e),s&&ah.fill(s,t,e),n&&t.__drawAfterFill(e,i),o&&!r&&ah.stroke(o,t,e)}const Xh={__drawFast(t,e){let{x:i,y:s,width:o,height:n}=this.__layout.boxBounds;const{fill:r,stroke:a,__drawAfterFill:h}=this.__;if(r&&(t.fillStyle=r,t.fillRect(i,s,o,n)),h&&this.__drawAfterFill(t,e),a){const{strokeAlign:r,__strokeWidth:h}=this.__;if(!h)return;t.setStroke(a,h,this.__);const l=h/2;switch(r){case"center":t.strokeRect(0,0,o,n);break;case"inside":o-=h,n-=h,o<0||n<0?(t.save(),this.__clip(t,e),t.strokeRect(i+l,s+l,o,n),t.restore()):t.strokeRect(i+l,s+l,o,n);break;case"outside":t.strokeRect(i-l,s-l,o+h,n+h)}}}};var Hh;let jh=Hh=class extends ma{get app(){return this.leafer&&this.leafer.app}get isFrame(){return!1}set scale(t){r.assignScale(this,t)}get scale(){return this.__.scale}get isAutoWidth(){const t=this.__;return t.__autoWidth||t.autoWidth}get isAutoHeight(){const t=this.__;return t.__autoHeight||t.autoHeight}get pen(){const{path:t}=this.__;return uo.set(this.path=t||[]),t||this.__drawPathByBox(uo),uo}constructor(t){super(t)}reset(t){}set(t,e){t&&(e?"temp"===e?(this.lockNormalStyle=!0,Object.assign(this,t),this.lockNormalStyle=!1):this.animate(t,e):Object.assign(this,t))}get(t){return"string"==typeof t?this.__.__getInput(t):this.__.__getInputData(t)}createProxyData(){}find(t,e){return Tt.need("find")}findTag(t){return this.find({tag:t})}findOne(t,e){return Tt.need("find")}findId(t){return this.findOne({id:t})}getPath(t,e){this.__layout.update();let i=e?this.__.__pathForRender:this.__.path;return i||(uo.set(i=[]),this.__drawPathByBox(uo)),t?Ei.toCanvasData(i,!0):i}getPathString(t,e,i){return Ei.stringify(this.getPath(t,e),i)}load(){this.__.__computePaint()}__onUpdateSize(){if(this.__.__input){const t=this.__;!t.lazy||this.__inLazyBounds||uh.running?t.__computePaint():t.__needComputePaint=!0}}__updateRenderPath(){const t=this.__;t.path?(t.__pathForRender=t.cornerRadius?co.smooth(t.path,t.cornerRadius,t.cornerSmoothing):t.path,t.__useArrow&&rh.addArrows(this,!t.cornerRadius)):t.__pathForRender&&(t.__pathForRender=void 0)}__drawRenderPath(t){t.beginPath(),this.__drawPathByData(t,this.__.__pathForRender)}__drawPath(t){t.beginPath(),this.__drawPathByData(t,this.__.path)}__drawPathByData(t,e){e?Bs.drawPathByData(t,e):this.__drawPathByBox(t)}__drawPathByBox(t){const{x:e,y:i,width:s,height:o}=this.__layout.boxBounds;if(this.__.cornerRadius){const{cornerRadius:n}=this.__;t.roundRect(e,i,s,o,"number"==typeof n?[n]:n)}else t.rect(e,i,s,o)}drawImagePlaceholder(t,e){ah.fill(this.__.placeholderColor,this,t)}animate(t,e,i,s){return Tt.need("animate")}killAnimate(t,e){}export(t,e){return Tt.need("export")}syncExport(t,e){return Tt.need("export")}clone(t){const e=It.clone(this.toJSON());return t&&Object.assign(e,t),Hh.one(e)}static one(t,e,i,s,o){return Lt.get(t.tag||this.prototype.__tag,t,e,i,s,o)}static registerUI(){gn()(this)}static registerData(t){nn(t)(this.prototype)}static setEditConfig(t){}static setEditOuter(t){}static setEditInner(t){}destroy(){this.fill=this.stroke=null,this.__animate&&this.killAnimate(),super.destroy()}};jt([nn(xh)],jh.prototype,"__",void 0),jt([eh()],jh.prototype,"zoomLayer",void 0),jt([Do("")],jh.prototype,"id",void 0),jt([Do("")],jh.prototype,"name",void 0),jt([Do("")],jh.prototype,"className",void 0),jt([qo("pass-through")],jh.prototype,"blendMode",void 0),jt([Zo(1)],jh.prototype,"opacity",void 0),jt([Ko(!0)],jh.prototype,"visible",void 0),jt([qo(!1)],jh.prototype,"locked",void 0),jt([qo(!1)],jh.prototype,"dim",void 0),jt([qo(!1)],jh.prototype,"dimskip",void 0),jt([Qo(0)],jh.prototype,"zIndex",void 0),jt([tn(!1)],jh.prototype,"mask",void 0),jt([en(!1)],jh.prototype,"eraser",void 0),jt([Mo(0,!0)],jh.prototype,"x",void 0),jt([Mo(0,!0)],jh.prototype,"y",void 0),jt([zo(100,!0)],jh.prototype,"width",void 0),jt([zo(100,!0)],jh.prototype,"height",void 0),jt([Io(1,!0)],jh.prototype,"scaleX",void 0),jt([Io(1,!0)],jh.prototype,"scaleY",void 0),jt([Wo(0,!0)],jh.prototype,"rotation",void 0),jt([Wo(0,!0)],jh.prototype,"skewX",void 0),jt([Wo(0,!0)],jh.prototype,"skewY",void 0),jt([Mo(0,!0)],jh.prototype,"offsetX",void 0),jt([Mo(0,!0)],jh.prototype,"offsetY",void 0),jt([Mo(0,!0)],jh.prototype,"scrollX",void 0),jt([Mo(0,!0)],jh.prototype,"scrollY",void 0),jt([Fo()],jh.prototype,"origin",void 0),jt([Fo()],jh.prototype,"around",void 0),jt([Do(!1)],jh.prototype,"lazy",void 0),jt([No(1)],jh.prototype,"pixelRatio",void 0),jt([Go(0)],jh.prototype,"renderSpread",void 0),jt([Xo()],jh.prototype,"path",void 0),jt([Ho()],jh.prototype,"windingRule",void 0),jt([Ho(!0)],jh.prototype,"closed",void 0),jt([zo(0)],jh.prototype,"padding",void 0),jt([zo(!1)],jh.prototype,"lockRatio",void 0),jt([zo()],jh.prototype,"widthRange",void 0),jt([zo()],jh.prototype,"heightRange",void 0),jt([Do(!1)],jh.prototype,"draggable",void 0),jt([Do()],jh.prototype,"dragBounds",void 0),jt([Do(!1)],jh.prototype,"editable",void 0),jt([sn(!0)],jh.prototype,"hittable",void 0),jt([sn("path")],jh.prototype,"hitFill",void 0),jt([Uo("path")],jh.prototype,"hitStroke",void 0),jt([sn(!1)],jh.prototype,"hitBox",void 0),jt([sn(!0)],jh.prototype,"hitChildren",void 0),jt([sn(!0)],jh.prototype,"hitSelf",void 0),jt([sn()],jh.prototype,"hitRadius",void 0),jt([on("")],jh.prototype,"cursor",void 0),jt([qo()],jh.prototype,"fill",void 0),jt([Uo(void 0,!0)],jh.prototype,"stroke",void 0),jt([Uo("inside")],jh.prototype,"strokeAlign",void 0),jt([Uo(1,!0)],jh.prototype,"strokeWidth",void 0),jt([Uo(!1)],jh.prototype,"strokeWidthFixed",void 0),jt([Uo("none")],jh.prototype,"strokeCap",void 0),jt([Uo("miter")],jh.prototype,"strokeJoin",void 0),jt([Uo()],jh.prototype,"dashPattern",void 0),jt([Uo(0)],jh.prototype,"dashOffset",void 0),jt([Uo(10)],jh.prototype,"miterLimit",void 0),jt([Ho(0)],jh.prototype,"cornerRadius",void 0),jt([Ho()],jh.prototype,"cornerSmoothing",void 0),jt([Qa()],jh.prototype,"shadow",void 0),jt([Qa()],jh.prototype,"innerShadow",void 0),jt([Qa()],jh.prototype,"blur",void 0),jt([Qa()],jh.prototype,"backgroundBlur",void 0),jt([Qa()],jh.prototype,"grayscale",void 0),jt([Qa()],jh.prototype,"filter",void 0),jt([qo()],jh.prototype,"placeholderColor",void 0),jt([Do(100)],jh.prototype,"placeholderDelay",void 0),jt([Do({})],jh.prototype,"data",void 0),jt([cn(ma.prototype.reset)],jh.prototype,"reset",null),jh=Hh=jt([_n(Wh),_n(Nh),un()],jh);let Vh=class extends jh{get __tag(){return"Group"}get isBranch(){return!0}constructor(t){super(t)}reset(t){this.__setBranch(),super.reset(t)}__setBranch(){this.children||(this.children=[])}set(t,e){if(t)if(t.children){const{children:i}=t;delete t.children,this.children?this.clear():this.__setBranch(),super.set(t,e),i.forEach((t=>this.add(t))),t.children=i}else super.set(t,e)}toJSON(t){const e=super.toJSON(t);return this.childlessJSON||(e.children=this.children.map((e=>e.toJSON(t)))),e}pick(t,e){}addAt(t,e){this.add(t,e)}addAfter(t,e){this.add(t,this.children.indexOf(e)+1)}addBefore(t,e){this.add(t,this.children.indexOf(e))}add(t,e){}addMany(...t){}remove(t,e){}removeAll(t){}clear(){}};var Uh;jt([nn(kh)],Vh.prototype,"__",void 0),jt([zo(0)],Vh.prototype,"width",void 0),jt([zo(0)],Vh.prototype,"height",void 0),Vh=jt([_n(Ta),gn()],Vh);const Gh=xt.get("Leafer");let qh=Uh=class extends Vh{get __tag(){return"Leafer"}get isApp(){return!1}get app(){return this.parent||this}get isLeafer(){return!0}get imageReady(){return this.viewReady&&xo.isComplete}get layoutLocked(){return!this.layouter.running}get FPS(){return this.renderer?this.renderer.FPS:60}get cursorPoint(){return this.interaction&&this.interaction.hoverData||{x:this.width/2,y:this.height/2}}get clientBounds(){return this.canvas&&this.canvas.getClientBounds(!0)||{x:0,y:0,width:0,height:0}}constructor(t,e){super(e),this.config={start:!0,hittable:!0,smooth:!0,lazySpeard:100},this.leafs=0,this.__eventIds=[],this.__controllers=[],this.__readyWait=[],this.__viewReadyWait=[],this.__viewCompletedWait=[],this.__nextRenderWait=[],this.userConfig=t,t&&(t.view||t.width)&&this.init(t),Uh.list.add(this)}init(t,e){if(this.canvas)return;let i;const{config:s}=this;this.__setLeafer(this),e&&(this.parentApp=e,this.__bindApp(e),i=e.running),t&&(this.parent=e,this.initType(t.type),this.parent=void 0,It.assign(s,t));const o=this.canvas=Ct.canvas(s);this.__controllers.push(this.renderer=Ct.renderer(this,o,s),this.watcher=Ct.watcher(this,s),this.layouter=Ct.layouter(this,s)),this.isApp&&this.__setApp(),this.__checkAutoLayout(s,e),this.view=o.view,e||(this.selector=Ct.selector(this),this.interaction=Ct.interaction(this,o,this.selector,s),this.interaction&&(this.__controllers.unshift(this.interaction),this.hitCanvasManager=Ct.hitCanvasManager()),this.canvasManager=new Ft,i=s.start),this.hittable=s.hittable,this.fill=s.fill,this.canvasManager.add(o),this.__listenEvents(),i&&(this.__startTimer=setTimeout(this.start.bind(this))),Xn.run(this.__initWait),this.onInit()}onInit(){}initType(t){}set(t,e){this.waitInit((()=>{super.set(t,e)}))}start(){clearTimeout(this.__startTimer),!this.running&&this.canvas&&(this.running=!0,this.ready?this.emitLeafer(pr.RESTART):this.emitLeafer(pr.START),this.__controllers.forEach((t=>t.start())),this.isApp||this.renderer.render())}stop(){clearTimeout(this.__startTimer),this.running&&this.canvas&&(this.__controllers.forEach((t=>t.stop())),this.running=!1,this.emitLeafer(pr.STOP))}unlockLayout(){this.layouter.start(),this.updateLayout()}lockLayout(){this.updateLayout(),this.layouter.stop()}resize(t){const e=It.copyAttrs({},t,ee);Object.keys(e).forEach((t=>this[t]=e[t]))}forceRender(t,e){const{renderer:i}=this;i&&(i.addBlock(t?new ft(t):this.canvas.bounds),this.viewReady&&(e?i.render():i.update()))}requestRender(t=!1){this.renderer&&this.renderer.update(t)}updateCursor(t){const e=this.interaction;e&&(t?e.setCursor(t):e.updateCursor())}updateLazyBounds(){this.lazyBounds=this.canvas.bounds.clone().spread(this.config.lazySpeard)}__doResize(t){const{canvas:e}=this;if(!e||e.isSameSize(t))return;const i=It.copyAttrs({},this.canvas,ee);e.resize(t),this.updateLazyBounds(),this.__onResize(new lr(t,i))}__onResize(t){this.emitEvent(t),It.copyAttrs(this.__,t,ee),setTimeout((()=>{this.canvasManager&&this.canvasManager.clearRecycled()}),0)}__setApp(){}__bindApp(t){this.selector=t.selector,this.interaction=t.interaction,this.canvasManager=t.canvasManager,this.hitCanvasManager=t.hitCanvasManager}__setLeafer(t){this.leafer=t,this.__level=1}__checkAutoLayout(t,e){e||(t.width&&t.height||(this.autoLayout=new mt(t)),this.canvas.startAutoLayout(this.autoLayout,this.__onResize.bind(this)))}__setAttr(t,e){return this.canvas&&(ee.includes(t)?this.__changeCanvasSize(t,e):"fill"===t?this.__changeFill(e):"hittable"===t?this.parent||(this.canvas.hittable=e):"zIndex"===t&&(this.canvas.zIndex=e,setTimeout((()=>this.parent&&this.parent.__updateSortChildren())))),super.__setAttr(t,e)}__getAttr(t){return this.canvas&&ee.includes(t)?this.canvas[t]:super.__getAttr(t)}__changeCanvasSize(t,e){const i=It.copyAttrs({},this.canvas,ee);i[t]=this.config[t]=e,e&&this.canvas.stopAutoLayout(),this.__doResize(i)}__changeFill(t){this.config.fill=t,this.canvas.allowBackgroundColor?this.canvas.backgroundColor=t:this.forceRender()}__onCreated(){this.created=!0}__onReady(){this.ready=!0,this.emitLeafer(pr.BEFORE_READY),this.emitLeafer(pr.READY),this.emitLeafer(pr.AFTER_READY),Xn.run(this.__readyWait)}__onViewReady(){this.viewReady||(this.viewReady=!0,this.emitLeafer(pr.VIEW_READY),Xn.run(this.__viewReadyWait))}__onLayoutEnd(){const{grow:t,width:e,height:i}=this.config;if(t){let{width:s,height:o,pixelRatio:n}=this;const r="box"===t?this.worldBoxBounds:this.__world;e||(s=Math.max(1,r.x+r.width)),i||(o=Math.max(1,r.y+r.height)),this.__doResize({width:s,height:o,pixelRatio:n})}this.ready||this.__onReady()}__onNextRender(){if(this.viewReady){Xn.run(this.__nextRenderWait);const{imageReady:t}=this;t&&!this.viewCompleted&&this.__checkViewCompleted(),t||(this.viewCompleted=!1,this.requestRender())}else this.requestRender()}__checkViewCompleted(t=!0){this.nextRender((()=>{this.imageReady&&(t&&this.emitLeafer(pr.VIEW_COMPLETED),Xn.run(this.__viewCompletedWait),this.viewCompleted=!0)}))}__onWatchData(){this.watcher.childrenChanged&&this.interaction&&this.nextRender((()=>this.interaction.updateCursor()))}waitInit(t,e){e&&(t=t.bind(e)),this.__initWait||(this.__initWait=[]),this.canvas?t():this.__initWait.push(t)}waitReady(t,e){e&&(t=t.bind(e)),this.ready?t():this.__readyWait.push(t)}waitViewReady(t,e){e&&(t=t.bind(e)),this.viewReady?t():this.__viewReadyWait.push(t)}waitViewCompleted(t,e){e&&(t=t.bind(e)),this.__viewCompletedWait.push(t),this.viewCompleted?this.__checkViewCompleted(!1):this.running||this.start()}nextRender(t,e,i){e&&(t=t.bind(e));const s=this.__nextRenderWait;if(i){for(let e=0;e<s.length;e++)if(s[e]===t){s.splice(e,1);break}}else s.push(t);this.requestRender()}zoom(t,e,i,s){return Tt.need("view")}getValidMove(t,e){return{x:t,y:e}}getValidScale(t){return t}getWorldPointByClient(t,e){return this.interaction&&this.interaction.getLocal(t,e)}getPagePointByClient(t,e){return this.getPagePoint(this.getWorldPointByClient(t,e))}getClientPointByWorld(t){const{x:e,y:i}=this.clientBounds;return{x:e+t.x,y:i+t.y}}updateClientBounds(){this.canvas&&this.canvas.updateClientBounds()}receiveEvent(t){}emitLeafer(t){this.emitEvent(new pr(t,this))}__listenEvents(){const t=Bt.start("FirstCreate "+this.innerName);this.once([[pr.START,()=>Bt.end(t)],[cr.START,this.updateLazyBounds,this],[ur.START,this.__onCreated,this],[ur.END,this.__onViewReady,this]]),this.__eventIds.push(this.on_([[dr.DATA,this.__onWatchData,this],[cr.END,this.__onLayoutEnd,this],[ur.NEXT,this.__onNextRender,this]]))}__removeListenEvents(){this.off_(this.__eventIds)}destroy(t){const e=()=>{if(!this.destroyed){Uh.list.remove(this);try{this.stop(),this.emitLeafer(pr.END),this.__removeListenEvents(),this.__controllers.forEach((t=>!(this.parent&&t===this.interaction)&&t.destroy())),this.__controllers.length=0,this.parent||(this.selector&&this.selector.destroy(),this.hitCanvasManager&&this.hitCanvasManager.destroy(),this.canvasManager.destroy()),this.canvas.destroy(),this.config.view=this.view=this.parentApp=null,this.userConfig&&(this.userConfig.view=null),super.destroy(),setTimeout((()=>{ko.clearRecycled()}),100)}catch(t){Gh.error(t)}}};t?e():setTimeout(e)}};qh.list=new Ca,jt([nn(Bh)],qh.prototype,"__",void 0),jt([zo()],qh.prototype,"pixelRatio",void 0),qh=Uh=jt([gn()],qh);let Zh=class extends jh{get __tag(){return"Rect"}constructor(t){super(t)}};jt([nn(Th)],Zh.prototype,"__",void 0),Zh=jt([_n(Xh),un(),gn()],Zh);const{copy:Kh,add:Jh,includes:$h}=ut,Qh=Zh.prototype,tl=Vh.prototype,el={};let il=class extends Vh{get __tag(){return"Box"}get isBranchLeaf(){return!0}constructor(t){super(t),this.__layout.renderChanged||this.__layout.renderChange()}__updateStrokeSpread(){return 0}__updateRectRenderSpread(){return 0}__updateRenderSpread(){return this.__updateRectRenderSpread()||-1}__updateRectBoxBounds(){}__updateBoxBounds(t){if(this.children.length&&!this.pathInputed){const t=this.__;if(t.__autoSide){t.__hasSurface&&this.__extraUpdate(),super.__updateBoxBounds();const{boxBounds:e}=this.__layout;t.__autoSize||(t.__autoWidth?(e.width+=e.x,e.x=0,e.height=t.height,e.y=0):(e.height+=e.y,e.y=0,e.width=t.width,e.x=0)),this.__updateNaturalSize()}else this.__updateRectBoxBounds()}else this.__updateRectBoxBounds()}__updateStrokeBounds(){}__updateRenderBounds(){let t;if(this.children.length){const e=this.__,{renderBounds:i,boxBounds:s}=this.__layout;super.__updateRenderBounds(),Kh(el,i),this.__updateRectRenderBounds(),(e.scrollY||e.scrollX)&&(el.x+=e.scrollX,el.y+=e.scrollY),t=!$h(s,el),t&&"hide"!==e.overflow&&Jh(i,el)}else this.__updateRectRenderBounds();It.stintSet(this,"isOverflow",t),this.__updateScrollBar()}__updateRectRenderBounds(){}__updateScrollBar(){}__updateRectChange(){}__updateChange(){super.__updateChange(),this.__updateRectChange()}__renderRect(t,e){}__renderGroup(t,e){}__render(t,e){this.__.__drawAfterFill?this.__renderRect(t,e):(this.__renderRect(t,e),this.children.length&&this.__renderGroup(t,e)),this.scrollBar&&this.scrollBar.__render(t,e)}__drawContent(t,e){this.__renderGroup(t,e),(this.__.__useStroke||this.__.__useEffect)&&(t.setWorld(this.__nowWorld),this.__drawRenderPath(t))}};jt([nn(Eh)],il.prototype,"__",void 0),jt([zo(100)],il.prototype,"width",void 0),jt([zo(100)],il.prototype,"height",void 0),jt([Do(!1)],il.prototype,"resizeChildren",void 0),jt([Go("show")],il.prototype,"overflow",void 0),jt([cn(Qh.__updateStrokeSpread)],il.prototype,"__updateStrokeSpread",null),jt([cn(Qh.__updateRenderSpread)],il.prototype,"__updateRectRenderSpread",null),jt([cn(Qh.__updateBoxBounds)],il.prototype,"__updateRectBoxBounds",null),jt([cn(Qh.__updateStrokeBounds)],il.prototype,"__updateStrokeBounds",null),jt([cn(Qh.__updateRenderBounds)],il.prototype,"__updateRectRenderBounds",null),jt([cn(Qh.__updateChange)],il.prototype,"__updateRectChange",null),jt([cn(Qh.__render)],il.prototype,"__renderRect",null),jt([cn(tl.__render)],il.prototype,"__renderGroup",null),il=jt([un(),gn()],il);let sl=class extends il{get __tag(){return"Frame"}get isFrame(){return!0}constructor(t){super(t)}};jt([nn(Sh)],sl.prototype,"__",void 0),jt([qo("#FFFFFF")],sl.prototype,"fill",void 0),jt([Go("hide")],sl.prototype,"overflow",void 0),sl=jt([gn()],sl);const{moveTo:ol,closePath:nl,ellipse:rl}=Gi;let al=class extends jh{get __tag(){return"Ellipse"}constructor(t){super(t)}__updatePath(){const{width:e,height:i,innerRadius:s,startAngle:o,endAngle:n}=this.__,r=e/2,a=i/2,h=this.__.path=[];s?(o||n?(s<1&&rl(h,r,a,r*s,a*s,0,o,n,!1),rl(h,r,a,r,a,0,n,o,!0),s<1&&nl(h)):(s<1&&(rl(h,r,a,r*s,a*s),ol(h,e,a)),rl(h,r,a,r,a,0,360,0,!0)),t.ellipseToCurve&&(this.__.path=this.getPath(!0))):o||n?(ol(h,r,a),rl(h,r,a,r,a,0,o,n,!1),nl(h)):rl(h,r,a,r,a)}};jt([nn(Ch)],al.prototype,"__",void 0),jt([Ho(0)],al.prototype,"innerRadius",void 0),jt([Ho(0)],al.prototype,"startAngle",void 0),jt([Ho(0)],al.prototype,"endAngle",void 0),al=jt([gn()],al);const{moveTo:hl,lineTo:ll,drawPoints:dl}=Gi,{rotate:cl,getAngle:ul,getDistance:pl,defaultPoint:_l}=P,{toBounds:gl}=so;let fl=class extends jh{get __tag(){return"Line"}get toPoint(){const{width:t,rotation:e}=this.__,i={x:0,y:0};return t&&(i.x=t),e&&cl(i,e),i}set toPoint(t){this.width=pl(_l,t),this.rotation=ul(_l,t),this.height&&(this.height=0)}constructor(t){super(t)}__updatePath(){const t=this.__,e=t.path=[];t.points?dl(e,t.points,!1,t.closed):(hl(e,0,0),ll(e,this.width,0))}__updateRenderPath(){const t=this.__;!this.pathInputed&&t.points&&t.curve?(dl(t.__pathForRender=[],t.points,t.curve,t.closed),t.__useArrow&&rh.addArrows(this,!1)):super.__updateRenderPath()}__updateBoxBounds(){this.points?gl(this.__.__pathForRender,this.__layout.boxBounds):super.__updateBoxBounds()}};jt([nn(Rh)],fl.prototype,"__",void 0),jt([jo("center")],fl.prototype,"strokeAlign",void 0),jt([zo(0)],fl.prototype,"height",void 0),jt([Ho()],fl.prototype,"points",void 0),jt([Ho(0)],fl.prototype,"curve",void 0),jt([Ho(!1)],fl.prototype,"closed",void 0),fl=jt([gn()],fl);const{sin:yl,cos:ml,PI:vl}=Math,{moveTo:wl,lineTo:xl,closePath:bl,drawPoints:kl}=Gi,El=fl.prototype;let Bl=class extends jh{get __tag(){return"Polygon"}constructor(t){super(t)}__updatePath(){const t=this.__.path=[];if(this.__.points)kl(t,this.__.points,!1,!0);else{const{width:e,height:i,sides:s}=this.__,o=e/2,n=i/2;wl(t,o,0);for(let e=1;e<s;e++)xl(t,o+o*yl(2*e*vl/s),n-n*ml(2*e*vl/s));bl(t)}}__updateRenderPath(){}__updateBoxBounds(){}};jt([nn(Oh)],Bl.prototype,"__",void 0),jt([Ho(3)],Bl.prototype,"sides",void 0),jt([Ho()],Bl.prototype,"points",void 0),jt([Ho(0)],Bl.prototype,"curve",void 0),jt([cn(El.__updateRenderPath)],Bl.prototype,"__updateRenderPath",null),jt([cn(El.__updateBoxBounds)],Bl.prototype,"__updateBoxBounds",null),Bl=jt([un(),gn()],Bl);const{sin:Sl,cos:Rl,PI:Tl}=Math,{moveTo:Cl,lineTo:Ol,closePath:Ll}=Gi;let Pl=class extends jh{get __tag(){return"Star"}constructor(t){super(t)}__updatePath(){const{width:t,height:e,corners:i,innerRadius:s}=this.__,o=t/2,n=e/2,r=this.__.path=[];Cl(r,o,0);for(let t=1;t<2*i;t++)Ol(r,o+(t%2==0?o:o*s)*Sl(t*Tl/i),n-(t%2==0?n:n*s)*Rl(t*Tl/i));Ll(r)}};jt([nn(Lh)],Pl.prototype,"__",void 0),jt([Ho(5)],Pl.prototype,"corners",void 0),jt([Ho(.382)],Pl.prototype,"innerRadius",void 0),Pl=jt([gn()],Pl);let Al=class extends Zh{get __tag(){return"Image"}get ready(){const{image:t}=this;return t&&t.ready}get image(){const{fill:t}=this.__;return t instanceof Array&&t[0].image}constructor(t){super(t)}};jt([nn(Fh)],Al.prototype,"__",void 0),jt([zo("")],Al.prototype,"url",void 0),Al=jt([gn()],Al);const Dl=Al;let Ml=class extends Zh{get __tag(){return"Canvas"}get context(){return this.canvas.context}get ready(){return!this.url}constructor(t){super(t),this.canvas=Ct.canvas(this.__),t&&t.url&&this.drawImage(t.url)}drawImage(t){new Ro({url:t}).load((t=>{this.context.drawImage(t.view,0,0),this.url=void 0,this.paint(),this.emitEvent(new ir(ir.LOADED,{image:t}))}))}draw(t,e,i,s){const o=new z(t.worldTransform).invert(),n=new z;e&&n.translate(e.x,e.y),i&&("number"==typeof i?n.scale(i):n.scale(i.x,i.y)),s&&n.rotate(s),o.multiplyParent(n),t.__render(this.canvas,{matrix:o.withScale()}),this.paint()}paint(){this.forceRender()}__drawContent(t,e){const{width:i,height:s}=this.__,{view:o}=this.canvas;t.drawImage(o,0,0,o.width,o.height,0,0,i,s)}__updateSize(){const{canvas:t}=this;if(t){const{smooth:e,safeResize:i}=this.__;t.resize(this.__,i),t.smooth!==e&&(t.smooth=e)}}destroy(){this.canvas&&(this.canvas.destroy(),this.canvas=null),super.destroy()}};jt([nn(Ih)],Ml.prototype,"__",void 0),jt([th(100)],Ml.prototype,"width",void 0),jt([th(100)],Ml.prototype,"height",void 0),jt([th(1)],Ml.prototype,"pixelRatio",void 0),jt([th(!0)],Ml.prototype,"smooth",void 0),jt([Do(!1)],Ml.prototype,"safeResize",void 0),jt([th()],Ml.prototype,"contextSettings",void 0),Ml=jt([gn()],Ml);const{copyAndSpread:Fl,includes:Il,spread:Wl,setList:zl}=ut;let Nl=class extends jh{get __tag(){return"Text"}get textDrawData(){return this.updateLayout(),this.__.__textDrawData}constructor(t){super(t)}__updateTextDrawData(){const t=this.__,{lineHeight:e,letterSpacing:i,fontFamily:s,fontSize:o,fontWeight:n,italic:a,textCase:h,textOverflow:l,padding:d}=t;t.__lineHeight=nh.number(e,o),t.__letterSpacing=nh.number(i,o),t.__padding=d?r.fourNumber(d):void 0,t.__baseLine=t.__lineHeight-(t.__lineHeight-.7*o)/2,t.__font=`${a?"italic ":""}${"small-caps"===h?"small-caps ":""}${"normal"!==n?n+" ":""}${o}px ${s}`,t.__clipText="show"!==l&&!t.__autoSize,t.__textDrawData=sh.getDrawData((t.__isPlacehold=t.placeholder&&""===t.text)?t.placeholder:t.text,this.__)}__updateBoxBounds(){const t=this.__,e=this.__layout,{fontSize:i,italic:s,padding:o,__autoWidth:n,__autoHeight:r}=t;this.__updateTextDrawData();const{bounds:a}=t.__textDrawData,h=e.boxBounds;if(e.contentBounds=a,t.__lineHeight<i&&Wl(a,i/2),n||r){if(h.x=n?a.x:0,h.y=r?a.y:0,h.width=n?a.width:t.width,h.height=r?a.height:t.height,o){const[e,i,s,o]=t.__padding;n&&(h.x-=o,h.width+=i+o),r&&(h.y-=e,h.height+=s+e)}this.__updateNaturalSize()}else super.__updateBoxBounds();s&&(h.width+=.16*i),It.stintSet(this,"isOverflow",!Il(h,a)),this.isOverflow?(zl(t.__textBoxBounds={},[h,a]),e.renderChanged=!0):t.__textBoxBounds=h}__onUpdateSize(){this.__box&&this.__box.__onUpdateSize(),super.__onUpdateSize()}__updateRenderSpread(){let t=super.__updateRenderSpread();return t||(t=this.isOverflow?1:0),t}__updateRenderBounds(){const{renderBounds:t,renderSpread:e}=this.__layout;Fl(t,this.__.__textBoxBounds,e),this.__box&&(this.__box.__layout.renderBounds=t)}__drawRenderPath(t){t.font=this.__.__font}__draw(t,e,i){const s=this.__box;s&&(s.__nowWorld=this.__nowWorld,s.__draw(t,e,i)),this.textEditing&&!e.exporting||super.__draw(t,e,i)}__drawShape(t,e){e.shape&&this.__box&&this.__box.__drawShape(t,e),super.__drawShape(t,e)}destroy(){this.boxStyle&&(this.boxStyle=null),super.destroy()}};jt([nn(Mh)],Nl.prototype,"__",void 0),jt([zo(0)],Nl.prototype,"width",void 0),jt([zo(0)],Nl.prototype,"height",void 0),jt([qo()],Nl.prototype,"boxStyle",void 0),jt([Do(!1)],Nl.prototype,"resizeFontSize",void 0),jt([qo("#000000")],Nl.prototype,"fill",void 0),jt([jo("outside")],Nl.prototype,"strokeAlign",void 0),jt([sn("all")],Nl.prototype,"hitFill",void 0),jt([zo("")],Nl.prototype,"text",void 0),jt([zo("")],Nl.prototype,"placeholder",void 0),jt([zo("caption")],Nl.prototype,"fontFamily",void 0),jt([zo(12)],Nl.prototype,"fontSize",void 0),jt([zo("normal")],Nl.prototype,"fontWeight",void 0),jt([zo(!1)],Nl.prototype,"italic",void 0),jt([zo("none")],Nl.prototype,"textCase",void 0),jt([zo("none")],Nl.prototype,"textDecoration",void 0),jt([zo(0)],Nl.prototype,"letterSpacing",void 0),jt([zo({type:"percent",value:1.5})],Nl.prototype,"lineHeight",void 0),jt([zo(0)],Nl.prototype,"paraIndent",void 0),jt([zo(0)],Nl.prototype,"paraSpacing",void 0),jt([zo("x")],Nl.prototype,"writingMode",void 0),jt([zo("left")],Nl.prototype,"textAlign",void 0),jt([zo("top")],Nl.prototype,"verticalAlign",void 0),jt([zo(!0)],Nl.prototype,"autoSizeAlign",void 0),jt([zo("normal")],Nl.prototype,"textWrap",void 0),jt([zo("show")],Nl.prototype,"textOverflow",void 0),jt([qo(!1)],Nl.prototype,"textEditing",void 0),Nl=jt([gn()],Nl);let Yl=class extends jh{get __tag(){return"Path"}constructor(t){super(t)}};jt([nn(Ph)],Yl.prototype,"__",void 0),jt([jo("center")],Yl.prototype,"strokeAlign",void 0),Yl=jt([gn()],Yl);let Xl=class extends Vh{get __tag(){return"Pen"}constructor(t){super(t)}setStyle(t){const e=this.pathElement=new Yl(t);return this.pathStyle=t,this.__path=e.path||(e.path=[]),this.add(e),this}beginPath(){return this}moveTo(t,e){return this}lineTo(t,e){return this}bezierCurveTo(t,e,i,s,o,n){return this}quadraticCurveTo(t,e,i,s){return this}closePath(){return this}rect(t,e,i,s){return this}roundRect(t,e,i,s,o){return this}ellipse(t,e,i,s,o,n,r,a){return this}arc(t,e,i,s,o,n){return this}arcTo(t,e,i,s,o){return this}drawEllipse(t,e,i,s,o,n,r,a){return this}drawArc(t,e,i,s,o,n){return this}drawPoints(t,e,i){return this}clearPath(){return this}paint(){this.pathElement.__layout.boxChanged||this.pathElement.forceUpdate("path")}};jt([nn(Ah)],Xl.prototype,"__",void 0),jt([(t,e)=>{To(t,e,{get(){return this.__path}})}],Xl.prototype,"path",void 0),Xl=jt([_n(ds,["set","path","paint"]),gn()],Xl);let Hl=class extends qh{get __tag(){return"App"}get isApp(){return!0}constructor(t,e){super(t,e)}init(t,e){if(super.init(t,e),t){const{ground:e,tree:i,sky:s,editor:o}=t;e&&(this.ground=this.addLeafer(e)),(i||o)&&(this.tree=this.addLeafer(i||{type:t.type||"design"})),(s||o)&&(this.sky=this.addLeafer(s)),o&&Ct.editor(o,this)}}__setApp(){const{canvas:t}=this,{realCanvas:e,view:i}=this.config;e||i===this.canvas.view||!t.parentView?this.realCanvas=!0:t.unrealCanvas(),this.leafer=this,this.watcher.disable(),this.layouter.disable()}__updateLocalBounds(){this.forEach((t=>t.updateLayout())),super.__updateLocalBounds()}start(){super.start(),this.forEach((t=>t.start()))}stop(){this.forEach((t=>t.stop())),super.stop()}unlockLayout(){super.unlockLayout(),this.forEach((t=>t.unlockLayout()))}lockLayout(){super.lockLayout(),this.forEach((t=>t.lockLayout()))}forceRender(t,e){this.forEach((i=>i.forceRender(t,e)))}addLeafer(t){const e=new qh(t);return this.add(e),e}add(t,e){if(!t.view){if(this.realCanvas&&!this.canvas.bounds)return void setTimeout((()=>this.add(t,e)),10);t.init(this.__getChildConfig(t.userConfig),this)}super.add(t,e),void 0!==e&&(t.canvas.childIndex=e),this.__listenChildEvents(t)}forEach(t){this.children.forEach(t)}__onCreated(){this.created=this.children.every((t=>t.created))}__onReady(){this.children.every((t=>t.ready))&&super.__onReady()}__onViewReady(){this.children.every((t=>t.viewReady))&&super.__onViewReady()}__onChildRenderEnd(t){this.renderer.addBlock(t.renderBounds),this.viewReady&&this.renderer.update()}__render(t,e){t.context&&this.forEach((i=>e.matrix?i.__render(t,e):t.copyWorld(i.canvas,e&&e.bounds)))}__onResize(t){this.forEach((e=>e.resize(t))),super.__onResize(t)}updateLayout(){this.forEach((t=>t.updateLayout()))}__getChildConfig(t){const e=Object.assign({},this.config);return e.hittable=e.realCanvas=void 0,t&&It.assign(e,t),this.autoLayout&&It.copyAttrs(e,this,ee),e.view=this.realCanvas?void 0:this.view,e.fill=void 0,e}__listenChildEvents(t){t.once([[cr.END,this.__onReady,this],[ur.START,this.__onCreated,this],[ur.END,this.__onViewReady,this]]),this.realCanvas&&this.__eventIds.push(t.on_(ur.END,this.__onChildRenderEnd,this))}};Hl=jt([gn()],Hl);const jl={},Vl={isHoldSpaceKey:()=>Vl.isHold("Space"),isHold:t=>jl[t],setDownCode(t){jl[t]||(jl[t]=!0)},setUpCode(t){jl[t]=!1}},Ul={LEFT:1,RIGHT:2,MIDDLE:4,defaultLeft(t){t.buttons||(t.buttons=1)},left:t=>1===t.buttons,right:t=>2===t.buttons,middle:t=>4===t.buttons};class Gl extends Qn{get spaceKey(){return Vl.isHoldSpaceKey()}get left(){return Ul.left(this)}get right(){return Ul.right(this)}get middle(){return Ul.middle(this)}constructor(t){super(t.type),this.bubbles=!0,Object.assign(this,t)}getBoxPoint(t){return(t||this.current).getBoxPoint(this)}getInnerPoint(t){return(t||this.current).getInnerPoint(this)}getLocalPoint(t){return(t||this.current).getLocalPoint(this)}getPagePoint(){return this.current.getPagePoint(this)}getInner(t){return this.getInnerPoint(t)}getLocal(t){return this.getLocalPoint(t)}getPage(){return this.getPagePoint()}static changeName(t,e){Dt.changeName(t,e)}}let ql=class extends Gl{};ql.POINTER="pointer",ql.BEFORE_DOWN="pointer.before_down",ql.BEFORE_MOVE="pointer.before_move",ql.BEFORE_UP="pointer.before_up",ql.DOWN="pointer.down",ql.MOVE="pointer.move",ql.UP="pointer.up",ql.OVER="pointer.over",ql.OUT="pointer.out",ql.ENTER="pointer.enter",ql.LEAVE="pointer.leave",ql.TAP="tap",ql.DOUBLE_TAP="double_tap",ql.CLICK="click",ql.DOUBLE_CLICK="double_click",ql.LONG_PRESS="long_press",ql.LONG_TAP="long_tap",ql.MENU="pointer.menu",ql.MENU_TAP="pointer.menu_tap",ql=jt([fn()],ql);const Zl=ql,Kl={};let Jl=class extends ql{static setList(t){this.list=t instanceof Ca?t:new Ca(t)}static setData(t){this.data=t}static getValidMove(t,e,i){const{draggable:s,dragBounds:o}=t,n=t.getLocalPoint(i,null,!0);return P.move(n,e.x-t.x,e.y-t.y),o&&this.getMoveInDragBounds(t.__localBoxBounds,"parent"===o?t.parent.boxBounds:o,n,!0),"x"===s&&(n.y=0),"y"===s&&(n.x=0),n}static getMoveInDragBounds(t,e,i,s){const o=t.x+i.x,n=t.y+i.y,r=o+t.width,a=n+t.height,h=e.x+e.width,l=e.y+e.height;return s||(i=Object.assign({},i)),ut.includes(t,e)?(o>e.x?i.x+=e.x-o:r<h&&(i.x+=h-r),n>e.y?i.y+=e.y-n:a<l&&(i.y+=l-a)):(o<e.x?i.x+=e.x-o:r>h&&(i.x+=h-r),n<e.y?i.y+=e.y-n:a>l&&(i.y+=l-a)),i}getPageMove(t){return this.assignMove(t),this.current.getPagePoint(Kl,null,!0)}getInnerMove(t,e){return t||(t=this.current),this.assignMove(e),t.getInnerPoint(Kl,null,!0)}getLocalMove(t,e){return t||(t=this.current),this.assignMove(e),t.getLocalPoint(Kl,null,!0)}getPageTotal(){return this.getPageMove(!0)}getInnerTotal(t){return this.getInnerMove(t,!0)}getLocalTotal(t){return this.getLocalMove(t,!0)}getPageBounds(){const t=this.getPageTotal(),e=this.getPagePoint(),i={};return ut.set(i,e.x-t.x,e.y-t.y,t.x,t.y),ut.unsign(i),i}assignMove(t){Kl.x=t?this.totalX:this.moveX,Kl.y=t?this.totalY:this.moveY}};Jl.BEFORE_DRAG="drag.before_drag",Jl.START="drag.start",Jl.DRAG="drag",Jl.END="drag.end",Jl.OVER="drag.over",Jl.OUT="drag.out",Jl.ENTER="drag.enter",Jl.LEAVE="drag.leave",Jl=jt([fn()],Jl);const $l=Jl;let Ql=class extends ql{static setList(t){Jl.setList(t)}static setData(t){Jl.setData(t)}};Ql.DROP="drop",Ql=jt([fn()],Ql);let td=class extends Jl{};td.BEFORE_MOVE="move.before_move",td.START="move.start",td.MOVE="move",td.END="move.end",td=jt([fn()],td);let ed=class extends ql{};ed.BEFORE_ROTATE="rotate.before_rotate",ed.START="rotate.start",ed.ROTATE="rotate",ed.END="rotate.end",ed=jt([fn()],ed);let id=class extends Jl{};id.SWIPE="swipe",id.LEFT="swipe.left",id.RIGHT="swipe.right",id.UP="swipe.up",id.DOWN="swipe.down",id=jt([fn()],id);let sd=class extends ql{};sd.BEFORE_ZOOM="zoom.before_zoom",sd.START="zoom.start",sd.ZOOM="zoom",sd.END="zoom.end",sd=jt([fn()],sd);let od=class extends Gl{};od.DOWN="key.down",od.HOLD="key.hold",od.UP="key.up",od=jt([fn()],od);const nd={getDragEventData:(t,e,i)=>Object.assign(Object.assign({},i),{x:i.x,y:i.y,moveX:i.x-e.x,moveY:i.y-e.y,totalX:i.x-t.x,totalY:i.y-t.y}),getDropEventData:(t,e,i)=>Object.assign(Object.assign({},t),{list:e,data:i}),getSwipeDirection:t=>t<-45&&t>-135?id.UP:t>45&&t<135?id.DOWN:t<=45&&t>=-45?id.RIGHT:id.LEFT,getSwipeEventData:(t,e,i)=>Object.assign(Object.assign({},i),{moveX:e.moveX,moveY:e.moveY,totalX:i.x-t.x,totalY:i.y-t.y,type:rd.getSwipeDirection(P.getAngle(t,i))}),getBase(t){const e=1===t.button?4:t.button;return{altKey:t.altKey,ctrlKey:t.ctrlKey,shiftKey:t.shiftKey,metaKey:t.metaKey,buttons:void 0===t.buttons?1:0===t.buttons?e:t.buttons,origin:t}},pathHasEventType(t,e){const{list:i}=t;for(let t=0,s=i.length;t<s;t++)if(i[t].hasEvent(e))return!0;return!1},filterPathByEventType(t,e){const i=new Ca,{list:s}=t;for(let t=0,o=s.length;t<o;t++)s[t].hasEvent(e)&&i.add(s[t]);return i},pathCanDrag:t=>t&&t.list.some((t=>t.draggable||t.editable||!t.isLeafer&&t.hasEvent(Jl.DRAG))),pathHasOutside:t=>t&&t.list.some((t=>t.isOutside))},rd=nd,ad=new Ca,{getDragEventData:hd,getDropEventData:ld,getSwipeEventData:dd}=nd;class cd{constructor(t){this.interaction=t}setDragData(t){this.animateWait&&this.dragEndReal(),this.downData=this.interaction.downData,this.dragData=hd(t,t,t),this.canAnimate=this.canDragOut=!0}getList(t,e){const{proxy:i}=this.interaction.selector,s=i&&i.list.length,o=Jl.list||this.draggableList||ad;return this.dragging&&(s?t?ad:new Ca(e?[...i.list,...i.dragHoverExclude]:i.list):o)}checkDrag(t,e){const{interaction:i}=this;if(this.moving&&t.buttons<1)return this.canAnimate=!1,void i.pointerCancel();!this.moving&&e&&(this.moving=i.canMove(this.downData)||i.isHoldRightKey||i.isMobileDragEmpty)&&(this.dragData.moveType="drag",i.emit(td.START,this.dragData)),this.moving||this.dragStart(t,e),this.drag(t)}dragStart(t,e){this.dragging||(this.dragging=e&&Ul.left(t),this.dragging&&(this.interaction.emit(Jl.START,this.dragData),this.getDraggableList(this.dragData.path),this.setDragStartPoints(this.realDraggableList=this.getList(!0))))}setDragStartPoints(t){this.dragStartPoints={},t.forEach((t=>this.dragStartPoints[t.innerId]={x:t.x,y:t.y}))}getDraggableList(t){let e;for(let i=0,s=t.length;i<s;i++)if(e=t.list[i],(e.draggable||e.editable)&&e.hitSelf&&!e.locked){this.draggableList=new Ca(e);break}}drag(t){const{interaction:e,dragData:i,downData:s}=this,{path:o,throughPath:n}=s;this.dragData=hd(s,i,t),n&&(this.dragData.throughPath=n),this.dragData.path=o,this.moving?(this.dragData.moveType="drag",e.emit(td.BEFORE_MOVE,this.dragData),e.emit(td.MOVE,this.dragData)):this.dragging&&(this.dragReal(),e.emit(Jl.BEFORE_DRAG,this.dragData),e.emit(Jl.DRAG,this.dragData))}dragReal(){const{running:t}=this.interaction,e=this.realDraggableList;if(e.length&&t){const{totalX:t,totalY:i}=this.dragData;e.forEach((e=>e.draggable&&e.move(Jl.getValidMove(e,this.dragStartPoints[e.innerId],{x:t,y:i}))))}}dragOverOrOut(t){const{interaction:e}=this,{dragOverPath:i}=this,{path:s}=t;this.dragOverPath=s,i?s.indexAt(0)!==i.indexAt(0)&&(e.emit(Jl.OUT,t,i),e.emit(Jl.OVER,t,s)):e.emit(Jl.OVER,t,s)}dragEnterOrLeave(t){const{interaction:e}=this,{dragEnterPath:i}=this,{path:s}=t;e.emit(Jl.LEAVE,t,i,s),e.emit(Jl.ENTER,t,s,i),this.dragEnterPath=s}dragEnd(t,e){(this.dragging||this.moving)&&(this.checkDragEndAnimate(t,e)||this.dragEndReal(t))}dragEndReal(t){const{interaction:e,downData:i,dragData:s}=this;t||(t=s);const{path:o,throughPath:n}=i,r=hd(i,t,t);if(n&&(r.throughPath=n),r.path=o,this.moving&&(this.moving=!1,r.moveType="drag",e.emit(td.END,r)),this.dragging){const o=this.getList();this.dragging=!1,e.emit(Jl.END,r),this.swipe(t,i,s,r),this.drop(t,o,this.dragEnterPath)}this.autoMoveCancel(),this.dragReset(),this.animate(null,"off")}swipe(t,e,i,s){const{interaction:o}=this;if(P.getDistance(e,t)>o.config.pointer.swipeDistance){const t=dd(e,i,s);this.interaction.emit(t.type,t)}}drop(t,e,i){const s=ld(t,e,Jl.data);s.path=i,this.interaction.emit(Ql.DROP,s),this.interaction.emit(Jl.LEAVE,t,i)}dragReset(){Jl.list=Jl.data=this.draggableList=this.dragData=this.downData=this.dragOverPath=this.dragEnterPath=null}checkDragEndAnimate(t,e){return!1}animate(t,e){}checkDragOut(t){}autoMoveOnDragOut(t){}autoMoveCancel(){}destroy(){this.dragReset()}}const ud=xt.get("emit");const pd=["move","zoom","rotate","key"];function _d(t,e,i,s,o){if(pd.some((t=>e.startsWith(t)))&&t.__.hitChildren&&!fd(t,o)){let n;for(let r=0,a=t.children.length;r<a;r++)n=t.children[r],!i.path.has(n)&&n.__.hittable&&gd(n,e,i,s,o)}}function gd(t,e,i,s,o){if(t.destroyed)return!1;if(t.__.hitSelf&&!fd(t,o)&&(ph.updateEventStyle&&!s&&ph.updateEventStyle(t,e),t.hasEvent(e,s))){i.phase=s?1:t===i.target?2:3;const o=Dt.get(e,i);if(t.emitEvent(o,s),o.isStop)return!0}return!1}function fd(t,e){return e&&e.has(t)}const yd={wheel:{zoomSpeed:.5,moveSpeed:.5,rotateSpeed:.5,delta:{x:20,y:8}},pointer:{type:"pointer",snap:!0,hitRadius:5,tapTime:120,longPressTime:800,transformTime:500,hover:!0,dragHover:!0,dragDistance:2,swipeDistance:20},touch:{preventDefault:"auto"},multiTouch:{},move:{autoDistance:2},zoom:{},cursor:!0,keyEvent:!0},{pathHasEventType:md,pathCanDrag:vd,pathHasOutside:wd}=nd;class xd{get dragging(){return this.dragger.dragging}get transforming(){return this.transformer.transforming}get moveMode(){return!0===this.m.drag||this.isHoldSpaceKey||this.isHoldMiddleKey||this.isHoldRightKey&&this.dragger.moving||this.isDragEmpty}get canHover(){return this.p.hover&&!this.config.mobile}get isDragEmpty(){return this.m.dragEmpty&&this.isRootPath(this.hoverData)&&(!this.downData||this.isRootPath(this.downData))}get isMobileDragEmpty(){return this.m.dragEmpty&&!this.canHover&&this.downData&&this.isTreePath(this.downData)}get isHoldMiddleKey(){return this.m.holdMiddleKey&&this.downData&&Ul.middle(this.downData)}get isHoldRightKey(){return this.m.holdRightKey&&this.downData&&Ul.right(this.downData)}get isHoldSpaceKey(){return this.m.holdSpaceKey&&Vl.isHoldSpaceKey()}get m(){return this.config.move}get p(){return this.config.pointer}get hitRadius(){return this.p.hitRadius}constructor(t,e,i,s){this.config=It.clone(yd),this.tapCount=0,this.downKeyMap={},this.target=t,this.canvas=e,this.selector=i,this.defaultPath=new Ca(t),this.createTransformer(),this.dragger=new cd(this),s&&(this.config=It.default(s,this.config)),this.__listenEvents()}start(){this.running=!0}stop(){this.running=!1}receive(t){}pointerDown(t,e){t||(t=this.hoverData),t&&(Ul.defaultLeft(t),this.updateDownData(t),this.checkPath(t,e),this.downTime=Date.now(),this.emit(ql.BEFORE_DOWN,t),this.emit(ql.DOWN,t),Ul.left(t)&&(this.tapWait(),this.longPressWait(t)),this.waitRightTap=Ul.right(t),this.dragger.setDragData(t),this.isHoldRightKey||this.updateCursor(t))}pointerMove(t){if(t||(t=this.hoverData),!t)return;const{downData:e}=this;e&&Ul.defaultLeft(t);(this.canvas.bounds.hitPoint(t)||e)&&(this.pointerMoveReal(t),e&&this.dragger.checkDragOut(t))}pointerMoveReal(t){if(this.emit(ql.BEFORE_MOVE,t,this.defaultPath),this.downData){const e=P.getDistance(this.downData,t)>this.p.dragDistance;e&&(this.pointerWaitCancel(),this.waitRightTap=!1),this.dragger.checkDrag(t,e)}this.dragger.moving||(this.updateHoverData(t),this.checkPath(t),this.emit(ql.MOVE,t),this.pointerHover(t),this.dragging&&(this.dragger.dragOverOrOut(t),this.dragger.dragEnterOrLeave(t))),this.updateCursor(this.downData||t)}pointerUp(t){const{downData:e}=this;if(t||(t=e),!e)return;Ul.defaultLeft(t),t.multiTouch=e.multiTouch,this.findPath(t);const i=Object.assign(Object.assign({},t),{path:t.path.clone()});t.path.addList(e.path.list),this.checkPath(t),this.downData=null,this.emit(ql.BEFORE_UP,t),this.emit(ql.UP,t),this.touchLeave(t),t.isCancel||(this.tap(t),this.menuTap(t)),this.dragger.dragEnd(t),this.updateCursor(i)}pointerCancel(){const t=Object.assign({},this.dragger.dragData);t.isCancel=!0,this.pointerUp(t)}menu(t){this.findPath(t),this.emit(ql.MENU,t),this.waitMenuTap=!0,!this.downData&&this.waitRightTap&&this.menuTap(t)}menuTap(t){this.waitRightTap&&this.waitMenuTap&&(this.emit(ql.MENU_TAP,t),this.waitRightTap=this.waitMenuTap=!1)}createTransformer(){}move(t){}zoom(t){}rotate(t){}transformEnd(){}wheel(t){}multiTouch(t,e){}keyDown(t){if(!this.config.keyEvent)return;const{code:e}=t;this.downKeyMap[e]||(this.downKeyMap[e]=!0,Vl.setDownCode(e),this.emit(od.HOLD,t,this.defaultPath),this.moveMode&&(this.cancelHover(),this.updateCursor())),this.emit(od.DOWN,t,this.defaultPath)}keyUp(t){if(!this.config.keyEvent)return;const{code:e}=t;this.downKeyMap[e]=!1,Vl.setUpCode(e),this.emit(od.UP,t,this.defaultPath),"grab"===this.cursor&&this.updateCursor()}pointerHover(t){!this.canHover||this.dragging&&!this.p.dragHover||(t.path||(t.path=new Ca),this.pointerOverOrOut(t),this.pointerEnterOrLeave(t))}pointerOverOrOut(t){const{path:e}=t,{overPath:i}=this;this.overPath=e,i?e.indexAt(0)!==i.indexAt(0)&&(this.emit(ql.OUT,t,i),this.emit(ql.OVER,t,e)):this.emit(ql.OVER,t,e)}pointerEnterOrLeave(t){let{path:e}=t;this.downData&&!this.moveMode&&(e=e.clone(),this.downData.path.forEach((t=>e.add(t))));const{enterPath:i}=this;this.enterPath=e,this.emit(ql.LEAVE,t,i,e),this.emit(ql.ENTER,t,e,i)}touchLeave(t){"touch"===t.pointerType&&this.enterPath&&(this.emit(ql.LEAVE,t),this.dragger.dragging&&this.emit(Ql.LEAVE,t))}tap(t){const{pointer:e}=this.config,i=this.longTap(t);if(!e.tapMore&&i)return;if(!this.waitTap)return;e.tapMore&&this.emitTap(t);const s=Date.now()-this.downTime,o=[ql.DOUBLE_TAP,ql.DOUBLE_CLICK].some((e=>md(t.path,e)));s<e.tapTime+50&&o?(this.tapCount++,2===this.tapCount?(this.tapWaitCancel(),this.emitDoubleTap(t)):(clearTimeout(this.tapTimer),this.tapTimer=setTimeout((()=>{e.tapMore||(this.tapWaitCancel(),this.emitTap(t))}),e.tapTime))):e.tapMore||(this.tapWaitCancel(),this.emitTap(t))}findPath(e,i){const{hitRadius:s,through:o}=this.p,{bottomList:n,target:r}=this;t.backgrounder||e.origin||r&&r.updateLayout();const a=this.selector.getByPoint(e,s,Object.assign({bottomList:n,name:e.type},i||{through:o}));return a.throughPath&&(e.throughPath=a.throughPath),e.path=a.path,a.path}isRootPath(t){return t&&t.path.list[0].isLeafer}isTreePath(t){const e=this.target.app;return!(!e||!e.isApp)&&(e.editor&&!t.path.has(e.editor)&&t.path.has(e.tree)&&!t.target.syncEventer)}checkPath(t,e){(e||this.moveMode&&!wd(t.path))&&(t.path=this.defaultPath)}canMove(t){return t&&(this.moveMode||"auto"===this.m.drag&&!vd(t.path))&&!wd(t.path)}isDrag(t){return this.dragger.getList().has(t)}isPress(t){return this.downData&&this.downData.path.has(t)}isHover(t){return this.enterPath&&this.enterPath.has(t)}isFocus(t){return this.focusData===t}cancelHover(){const{hoverData:t}=this;t&&(t.path=this.defaultPath,this.pointerHover(t))}updateDownData(t,e,i){const{downData:s}=this;!t&&s&&(t=s),t&&(this.findPath(t,e),i&&s&&t.path.addList(s.path.list),this.downData=t)}updateHoverData(t){t||(t=this.hoverData),t&&(this.findPath(t,{exclude:this.dragger.getList(!1,!0),name:ql.MOVE}),this.hoverData=t)}updateCursor(t){if(!this.config.cursor||!this.canHover)return;if(t||(this.updateHoverData(),t=this.downData||this.hoverData),this.dragger.moving)return this.setCursor("grabbing");if(this.canMove(t))return this.setCursor(this.downData?"grabbing":"grab");if(!t)return;let e,i;const{path:s}=t;for(let t=0,o=s.length;t<o&&(e=s.list[t],i=e.syncEventer&&e.syncEventer.cursor||e.cursor,!i);t++);this.setCursor(i)}setCursor(t){this.cursor=t}getLocal(t,e){const i=this.canvas.getClientBounds(e),s={x:t.clientX-i.x,y:t.clientY-i.y};return this.p.snap&&P.round(s),s}emitTap(t){this.emit(ql.TAP,t),this.emit(ql.CLICK,t)}emitDoubleTap(t){this.emit(ql.DOUBLE_TAP,t),this.emit(ql.DOUBLE_CLICK,t)}pointerWaitCancel(){this.tapWaitCancel(),this.longPressWaitCancel()}tapWait(){clearTimeout(this.tapTimer),this.waitTap=!0}tapWaitCancel(){this.waitTap&&(clearTimeout(this.tapTimer),this.waitTap=!1,this.tapCount=0)}longPressWait(t){clearTimeout(this.longPressTimer),this.longPressTimer=setTimeout((()=>{this.longPressed=!0,this.emit(ql.LONG_PRESS,t)}),this.p.longPressTime)}longTap(t){let e;return this.longPressed&&(this.emit(ql.LONG_TAP,t),(md(t.path,ql.LONG_TAP)||md(t.path,ql.LONG_PRESS))&&(e=!0)),this.longPressWaitCancel(),e}longPressWaitCancel(){this.longPressTimer&&(clearTimeout(this.longPressTimer),this.longPressed=!1)}__onResize(){const{dragOut:t}=this.m;this.shrinkCanvasBounds=new ft(this.canvas.bounds),this.shrinkCanvasBounds.spread(-("number"==typeof t?t:2))}__listenEvents(){const{target:t}=this;this.__eventIds=[t.on_(lr.RESIZE,this.__onResize,this)],t.once(pr.READY,(()=>this.__onResize()))}__removeListenEvents(){this.target.off_(this.__eventIds),this.__eventIds.length=0}emit(t,e,i,s){this.running&&function(t,e,i,s){if(!i&&!e.path)return;let o;e.type=t,i?e=Object.assign(Object.assign({},e),{path:i}):i=e.path,e.target=i.indexAt(0);try{for(let n=i.length-1;n>-1;n--){if(o=i.list[n],gd(o,t,e,!0,s))return;o.isApp&&_d(o,t,e,!0,s)}for(let n=0,r=i.length;n<r;n++)if(o=i.list[n],o.isApp&&_d(o,t,e,!1,s),gd(o,t,e,!1,s))return}catch(t){ud.error(t)}}(t,e,i,s)}destroy(){this.__eventIds.length&&(this.stop(),this.__removeListenEvents(),this.dragger.destroy(),this.transformer&&this.transformer.destroy(),this.downData=this.overPath=this.enterPath=null)}}class bd{static set(t,e){this.custom[t]=e}static get(t){return this.custom[t]}}bd.custom={};class kd extends Ft{constructor(){super(...arguments),this.maxTotal=1e3,this.pathList=new Ca,this.pixelList=new Ca}getPixelType(t,e){return this.__autoClear(),this.pixelList.add(t),Ct.hitCanvas(e)}getPathType(t){return this.__autoClear(),this.pathList.add(t),Ct.hitCanvas()}clearImageType(){this.__clearLeafList(this.pixelList)}clearPathType(){this.__clearLeafList(this.pathList)}__clearLeafList(t){t.length&&(t.forEach((t=>{t.__hitCanvas&&(t.__hitCanvas.destroy(),t.__hitCanvas=null)})),t.reset())}__autoClear(){this.pathList.length+this.pixelList.length>this.maxTotal&&this.clear()}clear(){this.clearPathType(),this.clearImageType()}}const{toInnerRadiusPointOf:Ed,copy:Bd,setRadius:Sd}=P,Rd={},Td=ma.prototype;Td.__hitWorld=function(t){const e=this.__;if(!e.hitSelf)return!1;const i=this.__world,s=this.__layout,o=i.width<10&&i.height<10;if(e.hitRadius&&(Bd(Rd,t),Sd(t=Rd,e.hitRadius)),Ed(t,i,Rd),e.hitBox||o){if(ut.hitRadiusPoint(s.boxBounds,Rd))return!0;if(o)return!1}return!s.hitCanvasChanged&&this.__hitCanvas||(this.__updateHitCanvas(),s.boundsChanged||(s.hitCanvasChanged=!1)),this.__hit(Rd)},Td.__hitFill=function(t){const e=this.__hitCanvas;return e&&e.hitFill(t,this.__.windingRule)},Td.__hitStroke=function(t,e){const i=this.__hitCanvas;return i&&i.hitStroke(t,e)},Td.__hitPixel=function(t){const e=this.__hitCanvas;return e&&e.hitPixel(t,this.__layout.renderBounds,e.hitScale)},Td.__drawHitPath=function(t){t&&this.__drawRenderPath(t)};const Cd=new z,Od=jh.prototype;Od.__updateHitCanvas=function(){this.__box&&this.__box.__updateHitCanvas();const e=this.leafer||this.parent&&this.parent.leafer;if(!e)return;const i=this.__,{hitCanvasManager:s}=e,o=(i.__isAlphaPixelFill||i.__isCanvas)&&"pixel"===i.hitFill,n=i.__isAlphaPixelStroke&&"pixel"===i.hitStroke,r=o||n;this.__hitCanvas||(this.__hitCanvas=r?s.getPixelType(this,{contextSettings:{willReadFrequently:!0}}):s.getPathType(this));const a=this.__hitCanvas;if(r){const{renderBounds:e}=this.__layout,s=t.image.hitCanvasSize,r=a.hitScale=yt.set(0,0,s,s).getFitMatrix(e).a,{x:h,y:l,width:d,height:c}=yt.set(e).scale(r);a.resize({width:d,height:c,pixelRatio:1}),a.clear(),ko.patternLocked=!0,this.__renderShape(a,{matrix:Cd.setWith(this.__world).scaleWith(1/r).invertWith().translate(-h,-l),ignoreFill:!o,ignoreStroke:!n}),ko.patternLocked=!1,a.resetTransform(),i.__isHitPixel=!0}else i.__isHitPixel&&(i.__isHitPixel=!1);this.__drawHitPath(a),a.setStrokeOptions(i)},Od.__hit=function(t){if(this.__box&&this.__box.__hit(t))return!0;const e=this.__;if(e.__isHitPixel&&this.__hitPixel(t))return!0;const{hitFill:i}=e,s=(e.fill||e.__isCanvas)&&("path"===i||"pixel"===i&&!(e.__isAlphaPixelFill||e.__isCanvas))||"all"===i;if(s&&this.__hitFill(t))return!0;const{hitStroke:o,__maxStrokeWidth:n}=e,r=e.stroke&&("path"===o||"pixel"===o&&!e.__isAlphaPixelStroke)||"all"===o;if(!s&&!r)return!1;const a=2*t.radiusX;let h=a;if(r)switch(e.strokeAlign){case"inside":if(h+=2*n,!s&&this.__hitFill(t)&&this.__hitStroke(t,h))return!0;h=a;break;case"center":h+=n;break;case"outside":if(h+=2*n,!s){if(!this.__hitFill(t)&&this.__hitStroke(t,h))return!0;h=a}}return!!h&&this.__hitStroke(t,h)};const Ld=jh.prototype,Pd=Zh.prototype,Ad=il.prototype;Pd.__updateHitCanvas=Ad.__updateHitCanvas=function(){this.stroke||this.cornerRadius||(this.fill||this.__.__isCanvas)&&"pixel"===this.hitFill||"all"===this.hitStroke?Ld.__updateHitCanvas.call(this):this.__hitCanvas&&(this.__hitCanvas=null)},Pd.__hitFill=Ad.__hitFill=function(t){return this.__hitCanvas?Ld.__hitFill.call(this,t):ut.hitRadiusPoint(this.__layout.boxBounds,t)},Nl.prototype.__drawHitPath=function(t){const{__lineHeight:e,fontSize:i,__baseLine:s,__letterSpacing:o,__textDrawData:n}=this.__;t.beginPath(),o<0?this.__drawPathByBox(t):n.rows.forEach((o=>t.rect(o.x,o.y-s,o.width,e<i?i:e)))},Vh.prototype.pick=function(e,i){return i||(i=Yt),this.updateLayout(),function(e){return e.leafer?e.leafer.selector:t.selector||(t.selector=Ct.selector())}(this).getByPoint(e,i.hitRadius||0,Object.assign(Object.assign({},i),{target:this}))};const Dd=ie.prototype;function Md(t,e){const i=t.__,{rows:s,decorationY:o}=i.__textDrawData;let n;i.__isPlacehold&&i.placeholderColor&&(e.fillStyle=i.placeholderColor);for(let t=0,i=s.length;t<i;t++)n=s[t],n.text?e.fillText(n.text,n.x,n.y):n.data&&n.data.forEach((t=>{e.fillText(t.char,t.x,n.y)}));if(o){const{decorationColor:t,decorationHeight:n}=i.__textDrawData;t&&(e.fillStyle=t),s.forEach((t=>o.forEach((i=>e.fillRect(t.x,t.y+i,t.width,n)))))}}function Fd(t,e){t.__.__font?Md(t,e):t.__.windingRule?e.fill(t.__.windingRule):e.fill()}function Id(t,e,i){switch(e.__.strokeAlign){case"center":Wd(t,1,e,i);break;case"inside":zd(t,"inside",e,i);break;case"outside":e.__.__fillAfterStroke?Wd(t,2,e,i):zd(t,"outside",e,i)}}function Wd(t,e,i,s){const o=i.__;"object"==typeof t?Yd(t,e,!0,i,s):(s.setStroke(t,o.__strokeWidth*e,o),Nd(i,s))}function zd(t,e,i,s){const o=s.getSameCanvas(!0,!0);o.font=i.__.__font,Wd(t,2,i,o),o.blendMode="outside"===e?"destination-out":"destination-in",Md(i,o),o.blendMode="normal",Tn.copyCanvasByWorld(i,s,o),o.recycle(i.__nowWorld)}function Nd(t,e){let i,s=t.__.__textDrawData;const{rows:o,decorationY:n}=s;for(let t=0,s=o.length;t<s;t++)i=o[t],i.text?e.strokeText(i.text,i.x,i.y):i.data&&i.data.forEach((t=>{e.strokeText(t.char,t.x,i.y)}));if(n){const{decorationHeight:t}=s;o.forEach((i=>n.forEach((s=>e.strokeRect(i.x,i.y+s,i.width,t)))))}}function Yd(t,e,i,s,o){let n;const r=s.__,{__hasMultiStrokeStyle:a}=r;a||o.setStroke(void 0,r.__strokeWidth*e,r);for(let h=0,l=t.length;h<l;h++)if(n=t[h],(!n.image||!hh.checkImage(s,o,n,!1))&&n.style){if(a){const{strokeStyle:t}=n;t?o.setStroke(n.style,r.__getRealStrokeWidth(t)*e,r,t):o.setStroke(n.style,r.__strokeWidth*e,r)}else o.strokeStyle=n.style;n.blendMode?(o.saveBlendMode(n.blendMode),i?Nd(s,o):o.stroke(),o.restoreBlendMode()):i?Nd(s,o):o.stroke()}}function Xd(t,e,i){const s=e.__;if(s.__strokeWidth)if(s.__font)Id(t,e,i);else switch(s.strokeAlign){case"center":Hd(t,1,e,i);break;case"inside":!function(t,e,i){i.save(),i.clipUI(e),Hd(t,2,e,i),i.restore()}(t,e,i);break;case"outside":!function(t,e,i){const s=e.__;if(s.__fillAfterStroke)Hd(t,2,e,i);else{const{renderBounds:o}=e.__layout,n=i.getSameCanvas(!0,!0);e.__drawRenderPath(n),Hd(t,2,e,n),n.clipUI(s),n.clearWorld(o),Tn.copyCanvasByWorld(e,i,n),n.recycle(e.__nowWorld)}}(t,e,i)}}function Hd(t,e,i,s){const o=i.__;"object"==typeof t?Yd(t,e,!1,i,s):(s.setStroke(t,o.__strokeWidth*e,o),s.stroke()),o.__useArrow&&ah.strokeArrow(t,i,s)}Dd.hitFill=function(t,e){return e?this.context.isPointInPath(t.x,t.y,e):this.context.isPointInPath(t.x,t.y)},Dd.hitStroke=function(t,e){return this.strokeWidth=e,this.context.isPointInStroke(t.x,t.y)},Dd.hitPixel=function(t,e,i=1){let{x:s,y:o,radiusX:n,radiusY:r}=t;e&&(s-=e.x,o-=e.y),yt.set(s-n,o-r,2*n,2*r).scale(i).ceil();const{data:a}=this.context.getImageData(yt.x,yt.y,yt.width||1,yt.height||1);for(let t=0,e=a.length;t<e;t+=4)if(a[t+3]>0)return!0;return a[3]>0};const{getSpread:jd,getOuterOf:Vd,getByMove:Ud,getIntersectData:Gd}=ut;let qd;const{stintSet:Zd}=It,{hasTransparent:Kd}=oh;function Jd(t,e,i){if("object"!=typeof e||!1===e.visible||0===e.opacity)return;let s;const{boxBounds:o}=i.__layout;switch(e.type){case"image":s=hh.image(i,t,e,o,!qd||!qd[e.url]);break;case"linear":s=lh.linearGradient(e,o);break;case"radial":s=lh.radialGradient(e,o);break;case"angular":s=lh.conicGradient(e,o);break;case"solid":const{type:n,color:r,opacity:a}=e;s={type:n,style:oh.string(r,a)};break;default:void 0!==e.r&&(s={type:"solid",style:oh.string(e)})}if(s){if("string"==typeof s.style&&Kd(s.style)&&(s.isTransparent=!0),e.style){if(0===e.style.strokeWidth)return;s.strokeStyle=e.style}e.blendMode&&(s.blendMode=e.blendMode)}return s}const $d={compute:function(t,e){const i=e.__,s=[];let o,n,r,a=i.__input[t];a instanceof Array||(a=[a]),qd=hh.recycleImage(t,i);for(let i,o=0,n=a.length;o<n;o++)(i=Jd(t,a[o],e))&&(s.push(i),i.strokeStyle&&(r||(r=1),i.strokeStyle.strokeWidth&&(r=Math.max(r,i.strokeStyle.strokeWidth))));i["_"+t]=s.length?s:void 0,s.length&&s.every((t=>t.isTransparent))&&(s.some((t=>t.image))&&(o=!0),n=!0),"fill"===t?(Zd(i,"__isAlphaPixelFill",o),Zd(i,"__isTransparentFill",n)):(Zd(i,"__isAlphaPixelStroke",o),Zd(i,"__isTransparentStroke",n),Zd(i,"__hasMultiStrokeStyle",r))},fill:function(t,e,i){i.fillStyle=t,Fd(e,i)},fills:function(t,e,i){let s;for(let o=0,n=t.length;o<n;o++){if(s=t[o],s.image){if(hh.checkImage(e,i,s,!e.__.__font))continue;if(!s.style){!o&&s.image.isPlacehold&&e.drawImagePlaceholder(i,s.image);continue}}if(i.fillStyle=s.style,s.transform||s.scaleFixed){if(i.save(),s.transform&&i.transform(s.transform),s.scaleFixed){const{scaleX:t,scaleY:s}=e.getRenderScaleData(!0);i.scale(1/t,1/s)}s.blendMode&&(i.blendMode=s.blendMode),Fd(e,i),i.restore()}else s.blendMode?(i.saveBlendMode(s.blendMode),Fd(e,i),i.restoreBlendMode()):Fd(e,i)}},fillPathOrText:Fd,fillText:Md,stroke:Xd,strokes:function(t,e,i){Xd(t,e,i)},strokeText:Id,drawTextStroke:Nd,shape:function(t,e,i){const s=e.getSameCanvas(),o=t.__nowWorld;let n,r,a,h,{scaleX:l,scaleY:d}=o;if(l<0&&(l=-l),d<0&&(d=-d),e.bounds.includes(o))h=s,n=a=o;else{const{renderShapeSpread:s}=t.__layout,c=Gd(s?jd(e.bounds,l===d?s*l:[s*d,s*l]):e.bounds,o);r=e.bounds.getFitMatrix(c);let{a:u,d:p}=r;if(r.a<1&&(h=e.getSameCanvas(),t.__renderShape(h,i),l*=u,d*=p),a=Vd(o,r),n=Ud(a,-r.e,-r.f),i.matrix){const{matrix:t}=i;r.multiply(t),u*=t.scaleX,p*=t.scaleY}i=Object.assign(Object.assign({},i),{matrix:r.withScale(u,p)})}return t.__renderShape(s,i),{canvas:s,matrix:r,bounds:n,worldCanvas:h,shapeBounds:a,scaleX:l,scaleY:d}}};let Qd={},tc={a:1,b:0,c:0,d:1,e:0,f:0};const{get:ec,rotateOfOuter:ic,translate:sc,scaleOfOuter:oc,multiplyParent:nc,scale:rc,rotate:ac,skew:hc}=x;function lc(t,e,i,s,o,n,r){const a=ec();sc(a,e.x+i,e.y+s),rc(a,o,n),r&&ic(a,{x:e.x+e.width/2,y:e.y+e.height/2},r),t.transform=a}function dc(t,e,i,s,o,n,r,a,h){const l=ec();r&&ac(l,r),a&&hc(l,a.x,a.y),o&&rc(l,o,n),sc(l,e.x+i,e.y+s),h&&(tc.a=e.width/h.width,tc.d=e.height/h.height,nc(l,tc)),t.transform=l}function cc(t,e,i,s,o,n,r,a,h,l){const d=ec();if(h)if("center"===l)ic(d,{x:i/2,y:s/2},h);else switch(ac(d,h),h){case 90:sc(d,s,0);break;case 180:sc(d,i,s);break;case 270:sc(d,0,i)}Qd.x=e.x+o,Qd.y=e.y+n,sc(d,Qd.x,Qd.y),r&&oc(d,Qd,r,a),t.transform=d}const{get:uc,translate:pc}=x,_c=new ft,gc={},fc={};function yc(t,e,i,s){const{changeful:o,sync:n,editing:r,scaleFixed:a}=i;o&&(t.changeful=o),n&&(t.sync=n),r&&(t.editing=r),a&&(t.scaleFixed=a),t.data=mc(i,s,e)}function mc(t,e,i){t.padding&&(e=_c.set(e).shrink(t.padding)),"strench"===t.mode&&(t.mode="stretch");let{width:s,height:o}=i;const{opacity:n,mode:a,align:h,offset:l,scale:d,size:c,rotation:u,skew:p,clipSize:_,repeat:g,filters:f}=t,y=e.width===s&&e.height===o,m={mode:a},v="center"!==h&&(u||0)%180==90;let w,x;switch(ut.set(fc,0,0,v?o:s,v?s:o),a&&"cover"!==a&&"fit"!==a?((d||c)&&(r.getScaleData(d,c,i,gc),w=gc.scaleX,x=gc.scaleY),h&&(w&&ut.scale(fc,w,x,!0),Z.toPoint(h,fc,e,fc,!0,!0))):y&&!u||(w=x=ut.getFitScale(e,fc,"fit"!==a),ut.put(e,i,h,w,!1,fc),ut.scale(fc,w,x,!0)),l&&P.move(fc,l),a){case"stretch":y||(s=e.width,o=e.height);break;case"normal":case"clip":(fc.x||fc.y||w||_||u||p)&&dc(m,e,fc.x,fc.y,w,x,u,p,t.clipSize);break;case"repeat":(!y||w||u)&&cc(m,e,s,o,fc.x,fc.y,w,x,u,h),g||(m.repeat="repeat");break;default:w&&lc(m,e,fc.x,fc.y,w,x,u)}return m.transform||(e.x||e.y)&&(m.transform=uc(),pc(m.transform,e.x,e.y)),w&&"stretch"!==a&&(m.scaleX=w,m.scaleY=x),m.width=s,m.height=o,n&&(m.opacity=n),f&&(m.filters=f),g&&(m.repeat="string"==typeof g?"x"===g?"repeat-x":"repeat-y":"repeat"),m}let vc,wc=new ft;const{isSame:xc}=ut;function bc(t,e,i,s,o,n){if("fill"===e&&!t.__.__naturalWidth){const e=t.__;if(e.__naturalWidth=s.width/e.pixelRatio,e.__naturalHeight=s.height/e.pixelRatio,e.__autoSide)return t.forceUpdate("width"),t.__proxyData&&(t.setProxyAttr("width",e.width),t.setProxyAttr("height",e.height)),!1}return o.data||yc(o,s,i,n),!0}function kc(t,e){Sc(t,ir.LOAD,e)}function Ec(t,e){Sc(t,ir.LOADED,e)}function Bc(t,e,i){e.error=i,t.forceUpdate("surface"),Sc(t,ir.ERROR,e)}function Sc(t,e,i){t.hasEvent(e)&&t.emitEvent(new ir(e,i))}function Rc(t,e){const{leafer:i}=t;i&&i.viewReady&&(i.renderer.ignore=e)}const{get:Tc,scale:Cc,copy:Oc}=x,{ceil:Lc,abs:Pc}=Math;function Ac(e,i,s){let{scaleX:o,scaleY:n}=e.getRenderScaleData(!0,i.scaleFixed);const r=o+"-"+n+"-"+s;if(i.patternId===r||e.destroyed)return!1;{const{image:e,data:a}=i;let h,l,{width:d,height:c,scaleX:u,scaleY:p,transform:_,repeat:g}=a;u&&(u=Pc(u),p=Pc(p),l=Tc(),Oc(l,_),Cc(l,1/u,1/p),o*=u,n*=p),o*=s,n*=s,d*=o,c*=n;const f=d*c;if(!g&&f>t.image.maxCacheSize)return!1;let y=t.image.maxPatternSize;if(!e.isSVG){const t=e.width*e.height;y>t&&(y=t)}f>y&&(h=Math.sqrt(f/y)),h&&(o/=h,n/=h,d/=h,c/=h),u&&(o/=u,n/=p),(_||1!==o||1!==n)&&(l||(l=Tc(),_&&Oc(l,_)),Cc(l,1/o,1/n));const m=e.getCanvas(Lc(d)||1,Lc(c)||1,a.opacity,a.filters),v=e.getPattern(m,g||t.origin.noRepeat||"no-repeat",l,i);return i.style=v,i.patternId=r,!0}}const Dc={image:function(t,e,i,s,o){let n,r;const a=ko.get(i);return vc&&i===vc.paint&&xc(s,vc.boxBounds)?n=vc.leafPaint:(n={type:i.type,image:a},a.hasAlphaPixel&&(n.isTransparent=!0),vc=a.use>1?{leafPaint:n,paint:i,boxBounds:wc.set(s)}:null),(o||a.loading)&&(r={image:a,attrName:e,attrValue:i}),a.ready?(bc(t,e,i,a,n,s),o&&(kc(t,r),Ec(t,r))):a.error?o&&Bc(t,r,a.error):(o&&(Rc(t,!0),kc(t,r)),n.loadId=a.load((()=>{Rc(t,!1),t.destroyed||(bc(t,e,i,a,n,s)&&(a.hasAlphaPixel&&(t.__layout.hitCanvasChanged=!0),t.forceUpdate("surface")),Ec(t,r)),n.loadId=void 0}),(e=>{Rc(t,!1),Bc(t,r,e),n.loadId=void 0})),t.placeholderColor&&(t.placeholderDelay?setTimeout((()=>{a.ready||(a.isPlacehold=!0,t.forceUpdate("surface"))}),t.placeholderDelay):a.isPlacehold=!0)),n},checkImage:function(e,i,s,o){const{scaleX:n,scaleY:r}=e.getRenderScaleData(!0,s.scaleFixed),{pixelRatio:a}=i,{data:h}=s;if(!h||s.patternId===n+"-"+r+"-"+a&&!uh.running)return!1;if(o)if(h.repeat)o=!1;else if(!(s.changeful||lr.isResizing(e)||uh.running)){let{width:e,height:i}=h;e*=n*a,i*=r*a,h.scaleX&&(e*=h.scaleX,i*=h.scaleY),o=e*i>t.image.maxCacheSize}return o?(e.__.__isFastShadow&&(i.fillStyle=s.style||"#000",i.fill()),function(t,e,i,s){e.save(),e.clipUI(t),i.blendMode&&(e.blendMode=i.blendMode);s.opacity&&(e.opacity*=s.opacity);s.transform&&e.transform(s.transform);e.drawImage(i.image.getFull(s.filters),0,0,s.width,s.height),e.restore()}(e,i,s,h),!0):(!s.style||s.sync||uh.running?Ac(e,s,a):s.patternTask||(s.patternTask=ko.patternTasker.add((()=>Vt(this,void 0,void 0,(function*(){s.patternTask=null,i.bounds.hit(e.__nowWorld)&&Ac(e,s,a),e.forceUpdate("surface")}))),300)),!1)},createPattern:Ac,recycleImage:function(t,e){const i=e["_"+t];if(i instanceof Array){let s,o,n,r,a;for(let h=0,l=i.length;h<l;h++)s=i[h],o=s.image,a=o&&o.url,a&&(n||(n={}),n[a]=!0,ko.recycle(o),o.loading&&(r||(r=e.__input&&e.__input[t]||[],r instanceof Array||(r=[r])),o.unload(i[h].loadId,!r.some((t=>t.url===a)))));return n}return null},createData:yc,getPatternData:mc,fillOrFitMode:lc,clipMode:dc,repeatMode:cc},{toPoint:Mc}=U,{hasTransparent:Fc}=oh,Ic={},Wc={};function zc(t,e,i,s){if(i){let o,n,r,a;for(let t=0,h=i.length;t<h;t++)o=i[t],"string"==typeof o?(r=t/(h-1),n=oh.string(o,s)):(r=o.offset,n=oh.string(o.color,s)),e.addColorStop(r,n),!a&&Fc(n)&&(a=!0);a&&(t.isTransparent=!0)}}const{getAngle:Nc,getDistance:Yc}=P,{get:Xc,rotateOfOuter:Hc,scaleOfOuter:jc}=x,{toPoint:Vc}=U,Uc={},Gc={};function qc(t,e,i,s,o){let n;const{width:r,height:a}=t;if(r!==a||s){const t=Nc(e,i);n=Xc(),o?(jc(n,e,r/a*(s||1),1),Hc(n,e,t+90)):(jc(n,e,1,r/a*(s||1)),Hc(n,e,t))}return n}const{getDistance:Zc}=P,{toPoint:Kc}=U,Jc={},$c={};const Qc={linearGradient:function(e,i){let{from:s,to:o,type:n,opacity:r}=e;Mc(s||"top",i,Ic),Mc(o||"bottom",i,Wc);const a=t.canvas.createLinearGradient(Ic.x,Ic.y,Wc.x,Wc.y),h={type:n,style:a};return zc(h,a,e.stops,r),h},radialGradient:function(e,i){let{from:s,to:o,type:n,opacity:r,stretch:a}=e;Vc(s||"center",i,Uc),Vc(o||"bottom",i,Gc);const h=t.canvas.createRadialGradient(Uc.x,Uc.y,0,Uc.x,Uc.y,Yc(Uc,Gc)),l={type:n,style:h};zc(l,h,e.stops,r);const d=qc(i,Uc,Gc,a,!0);return d&&(l.transform=d),l},conicGradient:function(e,i){let{from:s,to:o,type:n,opacity:r,stretch:a}=e;Kc(s||"center",i,Jc),Kc(o||"bottom",i,$c);const h=t.conicGradientSupport?t.canvas.createConicGradient(0,Jc.x,Jc.y):t.canvas.createRadialGradient(Jc.x,Jc.y,0,Jc.x,Jc.y,Zc(Jc,$c)),l={type:n,style:h};zc(l,h,e.stops,r);const d=qc(i,Jc,$c,a||1,t.conicGradientRotate90);return d&&(l.transform=d),l},getTransform:qc},{copy:tu,toOffsetOutBounds:eu}=ut,iu={},su={};function ou(e,i,s,o){const{bounds:n,shapeBounds:r}=o;if(t.fullImageShadow){if(tu(iu,e.bounds),iu.x+=i.x-r.x,iu.y+=i.y-r.y,s){const{matrix:t}=o;iu.x-=(n.x+(t?t.e:0)+n.width/2)*(s-1),iu.y-=(n.y+(t?t.f:0)+n.height/2)*(s-1),iu.width*=s,iu.height*=s}e.copyWorld(o.canvas,e.bounds,iu)}else s&&(tu(iu,i),iu.x-=i.width/2*(s-1),iu.y-=i.height/2*(s-1),iu.width*=s,iu.height*=s),e.copyWorld(o.canvas,r,s?iu:i)}const{toOffsetOutBounds:nu}=ut,ru={};const au={shadow:function(t,e,i){let s,o;const{__nowWorld:n,__layout:r}=t,{shadow:a}=t.__,{worldCanvas:h,bounds:l,shapeBounds:d,scaleX:c,scaleY:u}=i,p=e.getSameCanvas(),_=a.length-1;eu(l,su),a.forEach(((a,g)=>{p.setWorldShadow(su.offsetX+a.x*c,su.offsetY+a.y*u,a.blur*c,oh.string(a.color)),o=a.spread?1+2*a.spread/(r.boxBounds.width+2*(r.strokeBoxSpread||0)):0,ou(p,su,o,i),s=l,a.box&&(p.restore(),p.save(),h&&(p.copyWorld(p,l,n,"copy"),s=n),h?p.copyWorld(h,n,n,"destination-out"):p.copyWorld(i.canvas,d,l,"destination-out")),Tn.copyCanvasByWorld(t,e,p,s,a.blendMode),_&&g<_&&p.clearWorld(s,!0)})),p.recycle(s)},innerShadow:function(t,e,i){let s,o;const{__nowWorld:n,__layout:r}=t,{innerShadow:a}=t.__,{worldCanvas:h,bounds:l,shapeBounds:d,scaleX:c,scaleY:u}=i,p=e.getSameCanvas(),_=a.length-1;nu(l,ru),a.forEach(((a,g)=>{p.save(),p.setWorldShadow(ru.offsetX+a.x*c,ru.offsetY+a.y*u,a.blur*c),o=a.spread?1-2*a.spread/(r.boxBounds.width+2*(r.strokeBoxSpread||0)):0,ou(p,ru,o,i),p.restore(),h?(p.copyWorld(p,l,n,"copy"),p.copyWorld(h,n,n,"source-out"),s=n):(p.copyWorld(i.canvas,d,l,"source-out"),s=l),p.fillWorld(s,oh.string(a.color),"source-in"),Tn.copyCanvasByWorld(t,e,p,s,a.blendMode),_&&g<_&&p.clearWorld(s,!0)})),p.recycle(s)},blur:function(t,e,i){const{blur:s}=t.__;i.setWorldBlur(s*t.__nowWorld.a),i.copyWorldToInner(e,t.__nowWorld,t.__layout.renderBounds),i.filter="none"},backgroundBlur:function(t,e,i){}},{excludeRenderBounds:hu}=Fn;function lu(t,e,i,s,o,n){switch(e){case"grayscale":o.useGrayscaleAlpha(t.__nowWorld);case"alpha":!function(t,e,i,s){const o=t.__nowWorld;i.resetTransform(),i.opacity=1,i.useMask(s,o),s.recycle(o),cu(t,e,i,1)}(t,i,s,o);break;case"opacity-path":cu(t,i,s,n);break;case"path":i.restore()}}function du(t){return t.getSameCanvas(!1,!0)}function cu(t,e,i,s){const o=t.__nowWorld;e.resetTransform(),e.opacity=s,e.copyWorld(i,o),i.recycle(o)}Vh.prototype.__renderMask=function(t,e){let i,s,o,n,r,a;const{children:h}=this;for(let l=0,d=h.length;l<d;l++)i=h[l],a=i.__.mask,a?(r&&(lu(this,r,t,o,s,n),s=o=null),"path"===a||"clipping-path"===a?(i.opacity<1?(r="opacity-path",n=i.opacity,o||(o=du(t))):(r="path",t.save()),i.__clip(o||t,e)):(r="grayscale"===a?"grayscale":"alpha",s||(s=du(t)),o||(o=du(t)),i.__render(s,e)),"clipping"!==a&&"clipping-path"!==a||hu(i,e)||i.__render(t,e)):hu(i,e)||i.__render(o||t,e);lu(this,r,t,o,s,n)};const uu=">)]}%!?,.:;'\"》)」〉』〗】〕}┐>’”!?,、。:;‰",pu=uu+"_#~&*+\\=|≮≯≈≠=…",_u=new RegExp([[19968,40959],[13312,19903],[131072,173791],[173824,177983],[177984,178207],[178208,183983],[183984,191471],[196608,201551],[201552,205743],[11904,12031],[12032,12255],[12272,12287],[12288,12351],[12736,12783],[12800,13055],[13056,13311],[63744,64255],[65072,65103],[127488,127743],[194560,195103]].map((([t,e])=>`[\\u${t.toString(16)}-\\u${e.toString(16)}]`)).join("|"));function gu(t){const e={};return t.split("").forEach((t=>e[t]=!0)),e}const fu=gu("ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz"),yu=gu("{[(<'\"《(「〈『〖【〔{┌<‘“=¥¥$€££¢¢"),mu=gu(uu),vu=gu(pu),wu=gu("- —/~|┆·");var xu;!function(t){t[t.Letter=0]="Letter",t[t.Single=1]="Single",t[t.Before=2]="Before",t[t.After=3]="After",t[t.Symbol=4]="Symbol",t[t.Break=5]="Break"}(xu||(xu={}));const{Letter:bu,Single:ku,Before:Eu,After:Bu,Symbol:Su,Break:Ru}=xu;function Tu(t){return fu[t]?bu:wu[t]?Ru:yu[t]?Eu:mu[t]?Bu:vu[t]?Su:_u.test(t)?ku:bu}const Cu={trimRight(t){const{words:e}=t;let i,s=0,o=e.length;for(let n=o-1;n>-1&&(i=e[n].data[0]," "===i.char);n--)s++,t.width-=i.width;s&&e.splice(o-s,s)}};function Ou(t,e,i){switch(e){case"title":return i?t.toUpperCase():t;case"upper":return t.toUpperCase();case"lower":return t.toLowerCase();default:return t}}const{trimRight:Lu}=Cu,{Letter:Pu,Single:Au,Before:Du,After:Mu,Symbol:Fu,Break:Iu}=xu;let Wu,zu,Nu,Yu,Xu,Hu,ju,Vu,Uu,Gu,qu,Zu,Ku,Ju,$u,Qu,tp,ep=[];function ip(t,e){Uu&&!Vu&&(Vu=Uu),Wu.data.push({char:t,width:e}),Nu+=e}function sp(){Yu+=Nu,Wu.width=Nu,zu.words.push(Wu),Wu={data:[]},Nu=0}function op(){Ju&&($u.paraNumber++,zu.paraStart=!0,Ju=!1),Uu&&(zu.startCharSize=Vu,zu.endCharSize=Uu,Vu=0),zu.width=Yu,Qu.width?Lu(zu):tp&&np(),ep.push(zu),zu={words:[]},Yu=0}function np(){Yu>($u.maxWidth||0)&&($u.maxWidth=Yu)}const{top:rp,right:ap,bottom:hp,left:lp}=H;function dp(t,e,i){const{bounds:s,rows:o}=t;s[e]+=i;for(let t=0;t<o.length;t++)o[t][e]+=i}const cp={getDrawData:function(e,i){"string"!=typeof e&&(e=String(e));let s=0,o=0,n=i.__getInput("width")||0,r=i.__getInput("height")||0;const{textDecoration:a,__font:h,__padding:l}=i;l&&(n?(s=l[lp],n-=l[ap]+l[lp]):i.autoSizeAlign||(s=l[lp]),r?(o=l[rp],r-=l[rp]+l[hp]):i.autoSizeAlign||(o=l[rp]));const d={bounds:{x:s,y:o,width:n,height:r},rows:[],paraNumber:0,font:t.canvas.font=h};return function(e,i,s){$u=e,ep=e.rows,Qu=e.bounds,tp=!Qu.width&&!s.autoSizeAlign;const{__letterSpacing:o,paraIndent:n,textCase:r}=s,{canvas:a}=t,{width:h,height:l}=Qu;if(h||l||o||"none"!==r){const t="none"!==s.textWrap,e="break"===s.textWrap;Ju=!0,qu=null,Vu=ju=Uu=Nu=Yu=0,Wu={data:[]},zu={words:[]},o&&(i=[...i]);for(let s=0,l=i.length;s<l;s++)Hu=i[s],"\n"===Hu?(Nu&&sp(),zu.paraEnd=!0,op(),Ju=!0):(Gu=Tu(Hu),Gu===Pu&&"none"!==r&&(Hu=Ou(Hu,r,!Nu)),ju=a.measureText(Hu).width,o&&(o<0&&(Uu=ju),ju+=o),Zu=Gu===Au&&(qu===Au||qu===Pu)||qu===Au&&Gu!==Mu,Ku=!(Gu!==Du&&Gu!==Au||qu!==Fu&&qu!==Mu),Xu=Ju&&n?h-n:h,t&&h&&Yu+Nu+ju>Xu&&(e?(Nu&&sp(),Yu&&op()):(Ku||(Ku=Gu===Pu&&qu==Mu),Zu||Ku||Gu===Iu||Gu===Du||Gu===Au||Nu+ju>Xu?(Nu&&sp(),Yu&&op()):Yu&&op()))," "===Hu&&!0!==Ju&&Yu+Nu===0||(Gu===Iu?(" "===Hu&&Nu&&sp(),ip(Hu,ju),sp()):Zu||Ku?(Nu&&sp(),ip(Hu,ju)):ip(Hu,ju)),qu=Gu);Nu&&sp(),Yu&&op(),ep.length>0&&(ep[ep.length-1].paraEnd=!0)}else i.split("\n").forEach((t=>{$u.paraNumber++,Yu=a.measureText(t).width,ep.push({x:n||0,text:t,width:Yu,paraStart:!0}),tp&&np()}))}(d,e,i),l&&function(t,e,i,s,o){if(!s&&i.autoSizeAlign)switch(i.textAlign){case"left":dp(e,"x",t[lp]);break;case"right":dp(e,"x",-t[ap])}if(!o&&i.autoSizeAlign)switch(i.verticalAlign){case"top":dp(e,"y",t[rp]);break;case"bottom":dp(e,"y",-t[hp])}}(l,d,i,n,r),function(t,e){const{rows:i,bounds:s}=t,o=i.length,{__lineHeight:n,__baseLine:r,__letterSpacing:a,__clipText:h,textAlign:l,verticalAlign:d,paraSpacing:c,autoSizeAlign:u}=e;let{x:p,y:_,width:g,height:f}=s,y=n*o+(c?c*(t.paraNumber-1):0),m=r;if(h&&y>f)y=Math.max(f,n),o>1&&(t.overflow=o);else if(f||u)switch(d){case"middle":_+=(f-y)/2;break;case"bottom":_+=f-y}m+=_;let v,w,x,b=g||u?g:t.maxWidth;for(let r=0,d=o;r<d;r++){if(v=i[r],v.x=p,v.width<g||v.width>g&&!h)switch(l){case"center":v.x+=(b-v.width)/2;break;case"right":v.x+=b-v.width}v.paraStart&&c&&r>0&&(m+=c),v.y=m,m+=n,t.overflow>r&&m>y&&(v.isOverflow=!0,t.overflow=r+1),w=v.x,x=v.width,a<0&&(v.width<0?(x=-v.width+e.fontSize+a,w-=x,x+=e.fontSize):x-=a),w<s.x&&(s.x=w),x>s.width&&(s.width=x),h&&g&&g<x&&(v.isOverflow=!0,t.overflow||(t.overflow=i.length))}s.y=_,s.height=y}(d,i),function(t,e,i){const{rows:s}=t,{textAlign:o,paraIndent:n,letterSpacing:r}=e;let a,h,l,d,c,u;s.forEach((t=>{t.words&&(l=n&&t.paraStart?n:0,u=t.words.length,h=i&&("justify"===o||"both"===o)&&u>1?(i-t.width-l)/(u-1):0,d=r||t.isOverflow?0:h>.01?1:2,t.isOverflow&&!r&&(t.textMode=!0),2===d?(t.x+=l,function(t){t.text="",t.words.forEach((e=>{e.data.forEach((e=>{t.text+=e.char}))}))}(t)):(t.x+=l,a=t.x,t.data=[],t.words.forEach(((e,i)=>{1===d?(c={char:"",x:a},a=function(t,e,i){return t.forEach((t=>{i.char+=t.char,e+=t.width})),e}(e.data,a,c),(t.isOverflow||" "!==c.char)&&t.data.push(c)):a=function(t,e,i,s){return t.forEach((t=>{(s||" "!==t.char)&&(t.x=e,i.push(t)),e+=t.width})),e}(e.data,a,t.data,t.isOverflow),!h||t.paraEnd&&"both"!==o||i===u-1||(a+=h,t.width+=h)}))),t.words=null)}))}(d,i,n),d.overflow&&function(e,i,s,o){if(!o)return;const{rows:n,overflow:r}=e;let{textOverflow:a}=i;if(n.splice(r),a&&"show"!==a){let e,h;"hide"===a?a="":"ellipsis"===a&&(a="...");const l=a?t.canvas.measureText(a).width:0,d=s+o-l;("none"===i.textWrap?n:[n[r-1]]).forEach((t=>{if(t.isOverflow&&t.data){let i=t.data.length-1;for(let s=i;s>-1&&(e=t.data[s],h=e.x+e.width,!(s===i&&h<d));s--){if(h<d&&" "!==e.char||!s){t.data.splice(s+1),t.width-=e.width;break}t.width-=e.width}t.width+=l,t.data.push({char:a,x:h}),t.textMode&&function(t){t.text="",t.data.forEach((e=>{t.text+=e.char})),t.data=null}(t)}}))}}(d,i,s,n),"none"!==a&&function(t,e){let i;const{fontSize:s,textDecoration:o}=e;switch(t.decorationHeight=s/11,"object"==typeof o?(i=o.type,o.color&&(t.decorationColor=oh.string(o.color))):i=o,i){case"under":t.decorationY=[.15*s];break;case"delete":t.decorationY=[.35*-s];break;case"under-delete":t.decorationY=[.15*s,.35*-s]}}(d,i),d}};const up={string:function(t,e){const i="number"==typeof e&&1!==e;if("string"==typeof t){if(!i||!oh.object)return t;t=oh.object(t)}let s=void 0===t.a?1:t.a;i&&(s*=e);const o=t.r+","+t.g+","+t.b;return 1===s?"rgb("+o+")":"rgba("+o+","+s+")"}};function pp(t){return t?t instanceof Array?t:[t]:[]}Object.assign(sh,cp),Object.assign(oh,up),Object.assign(ah,$d),Object.assign(hh,Dc),Object.assign(lh,Qc),Object.assign(dh,au),Object.assign(Ct,{interaction:(t,e,i,s)=>new xd(t,e,i,s),hitCanvas:(t,e)=>new Pa(t,e),hitCanvasManager:()=>new kd}),Da();class _p extends Qn{get list(){return pp(this.value)}get oldList(){return pp(this.oldValue)}constructor(t,e){super(t),e&&Object.assign(this,e)}}function gp(t){return(e,i)=>{const s="_"+i;To(e,i,{get(){return this[s]},set(e){const o=this[s];if(o!==e){if(this.config){const t="target"===i;if(t){e instanceof Array&&e.length>1&&e[0].locked&&e.splice(0,1),this.single&&(this.element.syncEventer=null);const{beforeSelect:t}=this.config;if(t){const i=t({target:e});if("object"==typeof i)e=i;else if(!1===i)return}}const s=t?_p.BEFORE_SELECT:_p.BEFORE_HOVER;this.hasEvent(s)&&this.emitEvent(new _p(s,{editor:this,value:e,oldValue:o}))}this[s]=e,t(this,o)}}})}}_p.BEFORE_SELECT="editor.before_select",_p.SELECT="editor.select",_p.AFTER_SELECT="editor.after_select",_p.BEFORE_HOVER="editor.before_hover",_p.HOVER="editor.hover";const{abs:fp}=Math,{copy:yp,scale:mp}=x,{setListWithFn:vp}=ut,{worldBounds:wp}=Fn,xp={a:1,b:0,c:0,d:1,e:0,f:0},bp={x:0,y:0,width:0,height:0};class kp extends jh{constructor(){super(),this.list=[],this.visible=0,this.hittable=!1,this.strokeAlign="center"}setTarget(t,e){e&&this.set(e),this.target=t,this.update()}update(t){const{list:e}=this;e.length?(vp(bp,e,wp),t&&this.set(t),this.set(bp),this.visible=!0):this.visible=0}__draw(t,e){const{list:i}=this;if(i.length){let s;const o=this.__,{stroke:n,strokeWidth:r,fill:a}=o,{bounds:h}=e;for(let l=0;l<i.length;l++){s=i[l];const{worldTransform:d,worldRenderBounds:c}=s;if(c.width&&c.height&&(!h||h.hit(c,e.matrix))){const i=fp(d.scaleX),h=fp(d.scaleY);if(yp(xp,d),xp.half=r%2,i!==h){mp(xp,1/i,1/h),t.setWorld(xp,e.matrix),t.beginPath(),o.strokeWidth=r;const{x:n,y:a,width:l,height:d}=s.__layout.boxBounds;t.rect(n*i,a*h,l*i,d*h)}else t.setWorld(xp,e.matrix),t.beginPath(),s.__.__useArrow?s.__drawPath(t):s.__.__pathForRender?s.__drawRenderPath(t):s.__drawPathByBox(t),o.strokeWidth=r/fp(d.scaleX);n&&("string"==typeof n?ah.stroke(n,this,t):ah.strokes(n,this,t)),a&&("string"==typeof a?ah.fill(a,this,t):ah.fills(a,this,t))}}o.strokeWidth=r}}destroy(){this.target=null,super.destroy()}}jt([gp((function(t){const e=t.target;t.list=e?e instanceof Array?e:[e]:[]}))],kp.prototype,"target",void 0);class Ep extends Vh{constructor(t){super(t),this.strokeArea=new Zh({strokeAlign:"center"}),this.fillArea=new Zh,this.visible=0,this.hittable=!1,this.addMany(this.fillArea,this.strokeArea)}setStyle(t,e){const{visible:i,stroke:s,strokeWidth:o}=t;this.visible=i,this.strokeArea.reset(Object.assign({stroke:s,strokeWidth:o},e||{})),this.fillArea.reset({visible:!e,fill:s,opacity:.2})}setBounds(t){this.strokeArea.set(t),this.fillArea.set(t)}}const Bp={findOne:t=>t.list.find((t=>t.editable)),findByBounds(t,e){const i=[];return Sp([t],i,e),i}};function Sp(t,e,i){let s,o;for(let n=0,r=t.length;n<r;n++)if(s=t[n],o=s.__,o.hittable&&o.visible&&!o.locked&&i.hit(s.__world)){if(o.editable){if(s.isBranch&&!o.hitChildren){o.hitSelf&&e.push(s);continue}if(s.isFrame){if(i.includes(s.__layout.boxBounds,s.__world)){e.push(s);continue}}else i.hit(s.__layout.boxBounds,s.__world)&&o.hitSelf&&e.push(s)}s.isBranch&&Sp(s.children,e,i)}}const{findOne:Rp,findByBounds:Tp}=Bp;class Cp extends Vh{get dragging(){return!!this.originList}get running(){const{editor:t}=this;return this.hittable&&t.visible&&t.hittable&&t.mergeConfig.selector}get isMoveMode(){return this.app&&this.app.interaction.moveMode}constructor(t){super(),this.hoverStroker=new kp,this.targetStroker=new kp,this.bounds=new ft,this.selectArea=new Ep,this.__eventIds=[],this.editor=t,this.addMany(this.targetStroker,this.hoverStroker,this.selectArea),this.__listenEvents()}onHover(){const{editor:t}=this;if(!this.running||this.dragging||t.dragging)this.hoverStroker.target=null;else{const{stroke:e,strokeWidth:i,hover:s,hoverStyle:o}=t.mergeConfig;this.hoverStroker.setTarget(s?this.editor.hoverTarget:null,Object.assign({stroke:e,strokeWidth:i},o||{}))}}onSelect(){this.running&&(this.targetStroker.setTarget(this.editor.list),this.hoverStroker.target=null)}update(){this.hoverStroker.update();const{stroke:t,strokeWidth:e,selectedStyle:i}=this.editor.mergedConfig;this.targetStroker.update(Object.assign({stroke:t,strokeWidth:e&&Math.max(1,e/2)},i||{}))}onPointerMove(t){const{app:e,editor:i}=this;if(this.running&&!this.isMoveMode&&e.interaction.canHover&&!e.interaction.dragging){const e=this.findUI(t);i.hoverTarget=i.hasItem(e)?null:e}this.isMoveMode&&(i.hoverTarget=null)}onBeforeDown(t){if(t.multiTouch)return;const{select:e}=this.editor.mergeConfig;"press"===e&&(this.app.config.mobile?this.waitSelect=()=>this.checkAndSelect(t):this.checkAndSelect(t))}onTap(t){if(t.multiTouch)return;const{editor:e}=this,{select:i}=e.mergeConfig;"tap"===i?this.checkAndSelect(t):this.waitSelect&&this.waitSelect(),this.needRemoveItem?e.removeItem(this.needRemoveItem):this.isMoveMode&&(e.target=null)}checkAndSelect(t){if(this.needRemoveItem=null,this.allowSelect(t)){const{editor:e}=this,i=this.findUI(t);i?this.isMultipleSelect(t)?e.hasItem(i)?this.needRemoveItem=i:e.addItem(i):e.target=i:this.allow(t.target)&&(t.shiftKey||(e.target=null))}}onDragStart(t){if(!t.multiTouch&&(this.waitSelect&&this.waitSelect(),this.allowDrag(t))){const{editor:e}=this,{stroke:i,area:s}=e.mergeConfig,{x:o,y:n}=t.getInnerPoint(this);this.bounds.set(o,n),this.selectArea.setStyle({visible:!0,stroke:i,x:o,y:n},s),this.selectArea.setBounds(this.bounds.get()),this.originList=e.leafList.clone()}}onDrag(t){if(!t.multiTouch){if(this.editor.dragging)return this.onDragEnd(t);if(this.dragging){const{editor:e}=this,i=t.getInnerTotal(this),s=this.bounds.clone().unsign(),o=new Ca(Tp(e.app,s));if(this.bounds.width=i.x,this.bounds.height=i.y,this.selectArea.setBounds(s.get()),o.length){const t=[];this.originList.forEach((e=>{o.has(e)||t.push(e)})),o.forEach((e=>{this.originList.has(e)||t.push(e)})),(t.length!==e.list.length||e.list.some(((e,i)=>e!==t[i])))&&(e.target=t)}else e.target=this.originList.list}}}onDragEnd(t){t.multiTouch||this.dragging&&(this.originList=null,this.selectArea.visible=0)}onAutoMove(t){if(this.dragging){const{x:e,y:i}=t.getLocalMove(this);this.bounds.x+=e,this.bounds.y+=i}}allow(t){return t.leafer!==this.editor.leafer}allowDrag(t){const{boxSelect:e,multipleSelect:i}=this.editor.mergeConfig;return!(!(this.running&&i&&e)||t.target.draggable)&&(!this.editor.editing&&this.allow(t.target)||t.shiftKey&&!Rp(t.path))}allowSelect(t){return this.running&&!this.isMoveMode&&!t.middle}findDeepOne(t){const e={exclude:new Ca(this.editor.editBox.rect)};return Rp(t.target.leafer.interaction.findPath(t,e))}findUI(t){return this.isMultipleSelect(t)?this.findDeepOne(t):Rp(t.path)}isMultipleSelect(t){const{multipleSelect:e,continuousSelect:i}=this.editor.mergeConfig;return e&&(t.shiftKey||i)}__listenEvents(){const{editor:t}=this;t.waitLeafer((()=>{const{app:e}=t;e.selector.proxy=t,this.__eventIds=[t.on_([[_p.HOVER,this.onHover,this],[_p.SELECT,this.onSelect,this]]),e.on_([[ql.MOVE,this.onPointerMove,this],[ql.BEFORE_DOWN,this.onBeforeDown,this],[ql.TAP,this.onTap,this],[Jl.START,this.onDragStart,this,!0],[Jl.DRAG,this.onDrag,this],[Jl.END,this.onDragEnd,this],[td.MOVE,this.onAutoMove,this],[[sd.ZOOM,td.MOVE],()=>{this.editor.hoverTarget=null}]])]}))}__removeListenEvents(){this.off_(this.__eventIds)}destroy(){this.editor=this.originList=this.needRemoveItem=null,this.__removeListenEvents(),super.destroy()}}const{topLeft:Op,top:Lp,topRight:Pp,right:Ap,bottomRight:Dp,bottom:Mp,bottomLeft:Fp,left:Ip}=j,{toPoint:Wp}=U,{within:zp}=r,Np={getScaleData(t,e,i,s,o,n,r,a){let h,l={},d=1,c=1;const{boxBounds:u,widthRange:p,heightRange:_,dragBounds:g,worldBoxBounds:f}=t,{width:y,height:m}=e;n&&(s.x*=2,s.y*=2);const v=t.scaleX/e.scaleX,w=t.scaleY/e.scaleY,x=v<0?-1:1,b=w<0?-1:1,k=a?v:x*u.width/y,E=a?w:b*u.height/m;s.x*=a?v:x,s.y*=a?w:b;const B=(-s.y+m)/m,S=(s.x+y)/y,R=(s.y+m)/m,T=(-s.x+y)/y;switch(i){case Lp:c=B,h="bottom";break;case Ap:d=S,h="left";break;case Mp:c=R,h="top";break;case Ip:d=T,h="right";break;case Op:c=B,d=T,h="bottom-right";break;case Pp:c=B,d=S,h="bottom-left";break;case Dp:c=R,d=S,h="top-left";break;case Fp:c=R,d=T,h="top-right"}if(o)if("corner"===o&&i%2)o=!1;else{let t;switch(i){case Lp:case Mp:t=c;break;case Ip:case Ap:t=d;break;default:t=Math.sqrt(Math.abs(d*c))}d=d<0?-t:t,c=c<0?-t:t}const C=1!==d,O=1!==c;if(C&&(d/=k),O&&(c/=E),!r){const{worldTransform:e}=t;d<0&&(d=1/u.width/e.scaleX),c<0&&(c=1/u.height/e.scaleY)}if(Wp(n||h,u,l,!0),g){const e="parent"===g?t.parent.boxBounds:g,i=new ft(t.__localBoxBounds);if(ut.includes(new ft(e).spread(.1),i)&&(i.scaleOf(t.getLocalPointByInner(l),d,c),!ut.includes(e,i))){const t=i.getIntersect(e),s=t.width/i.width,o=t.height/i.height;C&&(d*=s),O&&(c*=o)}}if(C&&p){const e=u.width*t.scaleX;d=zp(e*d,p)/e}if(O&&_){const e=u.height*t.scaleY;c=zp(e*c,_)/e}return C&&Math.abs(d*f.width)<1&&(d=(d<0?-1:1)/f.width),O&&Math.abs(c*f.height)<1&&(c=(c<0?-1:1)/f.height),o&&d!==c&&(c=d=Math.min(d,c)),{origin:l,scaleX:d,scaleY:c,direction:i,lockRatio:o,around:n}},getRotateData(t,e,i,s,o){let n,r={};switch(e){case Op:n="bottom-right";break;case Pp:n="bottom-left";break;case Dp:n="top-left";break;case Fp:n="top-right";break;default:n="center"}return Wp(o||n,t.boxBounds,r,!0),{origin:r,rotation:P.getRotation(s,t.getWorldPointByBox(r),i)}},getSkewData(t,e,i,s){let o,n,r={},a=0,h=0;switch(e){case Lp:case Op:n={x:.5,y:0},o="bottom",a=1;break;case Mp:case Dp:n={x:.5,y:1},o="top",a=1;break;case Ip:case Fp:n={x:0,y:.5},o="right",h=1;break;case Ap:case Pp:n={x:1,y:.5},o="left",h=1}const{width:l,height:d}=t;n.x=n.x*l,n.y=n.y*d,Wp(s||o,t,r,!0);const c=P.getRotation(n,r,{x:n.x+(a?i.x:0),y:n.y+(h?i.y:0)});return a?a=-c:h=c,{origin:r,skewX:a,skewY:h}},getAround:(t,e)=>e&&!t?"center":t,getRotateDirection:(t,e,i=8)=>((t=(t+Math.round(e/(360/i)))%i)<0&&(t+=i),t),getFlipDirection(t,e,i){if(e)switch(t){case Ip:t=Ap;break;case Op:t=Pp;break;case Fp:t=Dp;break;case Ap:t=Ip;break;case Pp:t=Op;break;case Dp:t=Fp}if(i)switch(t){case Lp:t=Mp;break;case Op:t=Fp;break;case Pp:t=Dp;break;case Mp:t=Lp;break;case Fp:t=Op;break;case Dp:t=Pp}return t}},Yp={};function Xp(t,e){const{enterPoint:i,dragging:s,skewing:o,resizing:n,flippedX:a,flippedY:h}=t;if(!i||!t.editor.editing||!t.canUse)return;if("circle"===i.name)return;if("button"===i.pointType)return void(i.cursor||(i.cursor="pointer"));let{rotation:l}=t;const{pointType:d}=i,{resizeCursor:c,rotateCursor:u,skewCursor:p,resizeable:_,rotateable:g,skewable:f}=t.mergeConfig;let y=d.includes("resize");y&&g&&(e.metaKey||e.ctrlKey||!_)&&(y=!1);const m=f&&!y&&("resize-line"===i.name||"skew"===d),v=s?o?p:n?c:u:m?p:y?c:u;l+=45*(Np.getFlipDirection(i.direction,a,h)+1),l=2*Math.round(r.formatRotation(l,!0)/2);const{url:w,x:x,y:b}=v,k=w+l;Yp[k]?i.cursor=Yp[k]:Yp[k]=i.cursor={url:jp(w,l),x:x,y:b}}function Hp(t){const{moveCursor:e,moveable:i}=t.mergeConfig;t.canUse&&(t.rect.cursor=i?e:void 0)}function jp(t,e){return'"data:image/svg+xml,'+encodeURIComponent(t.replace("{{rotation}}",e.toString()))+'"'}class Vp extends il{constructor(t){super(t),this.useFastShadow=!0}}const Up=["top","right","bottom","left"],Gp=void 0;class qp extends Vh{get mergeConfig(){const{config:t}=this,{mergeConfig:e,editBox:i}=this.editor;return this.mergedConfig=t&&i!==this?Object.assign(Object.assign({},e),t):e}get target(){return this._target||this.editor.element}set target(t){this._target=t}get single(){return!!this._target||this.editor.single}get transformTool(){return this._transformTool||this.editor}set transformTool(t){this._transformTool=t}get flipped(){return this.flippedX||this.flippedY}get flippedX(){return this.scaleX<0}get flippedY(){return this.scaleY<0}get flippedOne(){return this.scaleX*this.scaleY<0}get canUse(){return this.visible&&this.view.visible}get canGesture(){if(!this.canUse)return!1;const{moveable:t,resizeable:e,rotateable:i}=this.mergeConfig;return"string"==typeof t||"string"==typeof e||"string"==typeof i}constructor(t){super(),this.view=new Vh,this.rect=new il({name:"rect",hitFill:"all",hitStroke:"none",strokeAlign:"center",hitRadius:5}),this.circle=new Vp({name:"circle",strokeAlign:"center",around:"center",cursor:"crosshair",hitRadius:5}),this.buttons=new Vh({around:"center",hitSelf:!1,visible:0}),this.resizePoints=[],this.rotatePoints=[],this.resizeLines=[],this.dragStartData={},this.__eventIds=[],this.editor=t,this.visible=!1,this.create(),this.__listenEvents()}create(){let t,e,i;const{view:s,resizePoints:o,rotatePoints:n,resizeLines:r,rect:a,circle:h,buttons:l}=this,d=["bottom-right","bottom","bottom-left","left","top-left","top","top-right","right"];for(let s=0;s<8;s++)t=new Vp({name:"rotate-point",around:d[s],width:15,height:15,hitFill:"all"}),n.push(t),this.listenPointEvents(t,"rotate",s),s%2&&(e=new Vp({name:"resize-line",around:"center",width:10,height:10,hitFill:"all"}),r.push(e),this.listenPointEvents(e,"resize",s)),i=new Vp({name:"resize-point",hitRadius:5}),o.push(i),this.listenPointEvents(i,"resize",s);this.listenPointEvents(h,"rotate",2),s.addMany(...n,a,h,l,...r,...o),this.add(s)}load(){const{target:t,mergeConfig:e,single:i,rect:s,circle:o,resizePoints:n}=this,{stroke:r,strokeWidth:a}=e,h=this.getPointsStyle(),l=this.getMiddlePointsStyle();let d;for(let t=0;t<8;t++)d=n[t],d.set(this.getPointStyle(t%2?l[(t-1)/2%l.length]:h[t/2%h.length])),d.rotation=(t-(t%2?1:0))/2*90;o.set(this.getPointStyle(e.circle||e.rotatePoint||h[0])),s.set(Object.assign({stroke:r,strokeWidth:a,editConfig:Gp},e.rect||{}));const c=i&&this.transformTool.editTool;s.hittable=!c,s.syncEventer=c&&this.editor,c&&(t.syncEventer=s,this.app.interaction.bottomList=[{target:s,proxy:t}]),Hp(this)}update(){const{editor:t}=this,{x:e,y:i,scaleX:s,scaleY:o,rotation:n,skewX:r,skewY:a,width:h,height:l}=this.target.getLayoutBounds("box",t,!0);this.set({x:e,y:i,scaleX:s,scaleY:o,rotation:n,skewX:r,skewY:a}),this.updateBounds({x:0,y:0,width:h,height:l})}unload(){this.visible=!1,this.app&&(this.rect.syncEventer=this.app.interaction.bottomList=null)}updateBounds(t){const{editMask:e}=this.editor,{mergeConfig:i,single:s,rect:o,circle:n,buttons:r,resizePoints:a,rotatePoints:h,resizeLines:l}=this,{middlePoint:d,resizeable:c,rotateable:u,hideOnSmall:p,editBox:_,mask:g,spread:f}=i;if(this.visible=!this.target.locked,e.visible=!!g||0,f&&ut.spread(t,f),this.view.worldOpacity){const{width:e,height:g}=t,f="number"==typeof p?p:10,y=_&&!(p&&e<f&&g<f);let m,v,w,x={};for(let s=0;s<8;s++)U.toPoint(U.directionData[s],t,x),v=a[s],m=h[s],w=l[Math.floor(s/2)],v.set(x),m.set(x),w.set(x),v.visible=w.visible=y&&!(!c&&!u),m.visible=y&&u&&c&&!i.rotatePoint,s%2&&(v.visible=m.visible=y&&!!d,(s+1)/2%2?(w.width=e,p&&2*v.width>e&&(v.visible=!1)):(w.height=g,p&&2*v.width>g&&(v.visible=!1)));n.visible=y&&u&&!(!i.circle&&!i.rotatePoint),n.visible&&this.layoutCircle(),o.path&&(o.path=null),o.set(Object.assign(Object.assign({},t),{visible:!s||_})),r.visible=y&&r.children.length>0||0,r.visible&&this.layoutButtons()}else o.set(t)}layoutCircle(){const{circleDirection:t,circleMargin:e,buttonsMargin:i,buttonsDirection:s,middlePoint:o}=this.mergedConfig,n=Up.indexOf(t||(this.buttons.children.length&&"bottom"===s?"top":"bottom"));this.setButtonPosition(this.circle,n,e||i,!!o)}layoutButtons(){const{buttons:t}=this,{buttonsDirection:e,buttonsFixed:i,buttonsMargin:s,middlePoint:o}=this.mergedConfig,{flippedX:n,flippedY:r}=this;let a=Up.indexOf(e);(a%2&&n||(a+1)%2&&r)&&i&&(a=(a+2)%4);const h=i?Np.getRotateDirection(a,this.flippedOne?this.rotation:-this.rotation,4):a;this.setButtonPosition(t,h,s,!!o),i&&(t.rotation=90*(h-a)),t.scaleX=n?-1:1,t.scaleY=r?-1:1}setButtonPosition(t,e,i,s){const o=this.resizePoints[2*e+1],n=e%2,r=e&&3!==e?1:-1,a=(i+(e%2?(s?o.width:0)+t.boxBounds.width:(s?o.height:0)+t.boxBounds.height)/2)*r;n?(t.x=o.x+a,t.y=o.y):(t.x=o.x,t.y=o.y+a)}getPointStyle(t){const{stroke:e,strokeWidth:i,pointFill:s,pointSize:o,pointRadius:n}=this.mergedConfig,r={fill:s,stroke:e,strokeWidth:i,around:"center",strokeAlign:"center",width:o,height:o,cornerRadius:n,offsetX:0,offsetY:0,editConfig:Gp};return t?Object.assign(r,t):r}getPointsStyle(){const{point:t}=this.mergedConfig;return t instanceof Array?t:[t]}getMiddlePointsStyle(){const{middlePoint:t}=this.mergedConfig;return t instanceof Array?t:t?[t]:this.getPointsStyle()}onDragStart(t){this.dragging=!0;const e=this.dragPoint=t.current,{pointType:i}=e,{editor:s,dragStartData:o}=this,{target:n}=this,{moveable:r,resizeable:a,rotateable:h,skewable:l,hideOnMove:d}=this.mergeConfig;"rect"===e.name?(r&&(this.moving=!0),s.opacity=d?0:1):(i.includes("rotate")||t.metaKey||t.ctrlKey||!a?(h&&(this.rotating=!0),"resize-rotate"===i?a&&(this.resizing=!0):"resize-line"===e.name&&(l&&(this.skewing=!0),this.rotating=!1)):"resize"===i&&a&&(this.resizing=!0),"skew"===i&&l&&(this.skewing=!0)),o.x=t.x,o.y=t.y,o.point={x:n.x,y:n.y},o.bounds=Object.assign({},n.getLayoutBounds("box","local")),o.rotation=n.rotation,i&&i.includes("resize")&&(lr.resizingKeys=s.leafList.keys)}onDragEnd(t){this.dragPoint=null,this.resetDoing();const{name:e,pointType:i}=t.current;"rect"===e&&(this.editor.opacity=1),i&&i.includes("resize")&&(lr.resizingKeys=null)}onDrag(t){const{transformTool:e,moving:i,resizing:s,rotating:o,skewing:n}=this;if(i)e.onMove(t),Hp(this);else if(s||o||n){const i=t.current;i.pointType&&(this.enterPoint=i),o&&e.onRotate(t),s&&e.onScale(t),n&&e.onSkew(t),Xp(this,t)}}resetDoing(){this.canUse&&(this.dragging=this.gesturing=this.moving=this.resizing=this.rotating=this.skewing=!1)}onMove(t){this.canGesture&&"drag"!==t.moveType&&(t.stop(),"string"==typeof this.mergeConfig.moveable&&(this.gesturing=this.moving=!0,this.transformTool.onMove(t)))}onScale(t){this.canGesture&&(t.stop(),"string"==typeof this.mergeConfig.resizeable&&(this.gesturing=this.resizing=!0,this.transformTool.onScale(t)))}onRotate(t){this.canGesture&&(t.stop(),"string"==typeof this.mergeConfig.rotateable&&(this.gesturing=this.rotating=!0,this.transformTool.onRotate(t)))}onKey(t){Xp(this,t)}onArrow(t){const{editor:e,transformTool:i}=this;if(this.canUse&&e.editing&&this.mergeConfig.keyEvent){let e=0,s=0;const o=t.shiftKey?10:1;switch(t.code){case"ArrowDown":s=o;break;case"ArrowUp":s=-o;break;case"ArrowLeft":e=-o;break;case"ArrowRight":e=o}(e||s)&&i.move(e,s)}}onDoubleTap(t){const{openInner:e,preventEditInner:i}=this.mergeConfig;"double"!==e||i||this.openInner(t)}onLongPress(t){const{openInner:e,preventEditInner:i}=this.mergeConfig;"long"===e&&i&&this.openInner(t)}openInner(t){const{editor:e,target:i}=this;if(this.single){if(i.locked)return;if(i.isBranch&&!i.editInner){if(i.textBox){const{children:t}=i,s=t.find((t=>t.editable&&t instanceof Nl))||t.find((t=>t instanceof Nl));if(s)return e.openInnerEditor(s)}e.openGroup(i),e.target=e.selector.findDeepOne(t)}else e.openInnerEditor()}}listenPointEvents(t,e,i){t.direction=i,t.pointType=e;const s=[[Jl.START,this.onDragStart,this],[Jl.DRAG,this.onDrag,this],[Jl.END,this.onDragEnd,this],[ql.LEAVE,()=>{this.enterPoint=null}]];"circle"!==t.name&&s.push([ql.ENTER,e=>{this.enterPoint=t,Xp(this,e)}]),this.__eventIds.push(t.on_(s))}__listenEvents(){const{rect:t,editor:e,__eventIds:i}=this;i.push(t.on_([[Jl.START,this.onDragStart,this],[Jl.DRAG,this.onDrag,this],[Jl.END,this.onDragEnd,this],[ql.ENTER,()=>Hp(this)],[ql.DOUBLE_TAP,this.onDoubleTap,this],[ql.LONG_PRESS,this.onLongPress,this]])),this.waitLeafer((()=>{i.push(e.app.on_([[[od.HOLD,od.UP],this.onKey,this],[od.DOWN,this.onArrow,this],[td.BEFORE_MOVE,this.onMove,this,!0],[sd.BEFORE_ZOOM,this.onScale,this,!0],[ed.BEFORE_ROTATE,this.onRotate,this,!0],[td.END,this.resetDoing,this],[sd.END,this.resetDoing,this],[ed.END,this.resetDoing,this]]))}))}__removeListenEvents(){this.off_(this.__eventIds)}destroy(){this.editor=null,this.__removeListenEvents(),super.destroy()}}const Zp={x:0,y:0,width:1e5,height:1e5};class Kp extends jh{constructor(t){super(),this.editor=t,this.hittable=!1,this.visible=0}__updateWorldBounds(){Object.assign(this.__local,Zp),Object.assign(this.__world,Zp)}__draw(t,e){const{editor:i}=this,{mask:s}=i.mergedConfig;if(s&&i.editing){if(t.fillWorld(t.bounds,!0===s?"rgba(0,0,0,0.8)":s),e.bounds&&!e.bounds.hit(i.editBox.rect.__world,e.matrix))return;t.saveBlendMode("destination-out"),e=Object.assign(Object.assign({},e),{shape:!0}),i.list.forEach((i=>{i.__render(t,e);const{parent:s}=i;s&&s.textBox&&s.__renderShape(t,e)})),t.restoreBlendMode()}}destroy(){this.editor=null,super.destroy()}}const Jp='\n<feOffset dy="1"/>\n<feGaussianBlur stdDeviation="1.5"/>\n<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0"/>\n<feBlend mode="normal" in="SourceGraphic" result="shape"/>',$p={editSize:"size",keyEvent:!0,stroke:"#836DFF",strokeWidth:2,pointFill:"#FFFFFF",pointSize:10,pointRadius:16,rotateGap:45,buttonsDirection:"bottom",buttonsMargin:12,hideOnSmall:!0,moveCursor:"move",resizeCursor:{url:`\n<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg">\n<g filter="url(#f)">\n<g transform="rotate({{rotation}},12,12)">\n<path d="M7.5 8.0H8.5V5.9L6.8 7.2L7.5 8.0ZM3 11.4L2.3 10.6L1.3 11.4L2.3 12.2L3 11.4ZM7.5 10.4H6.5V11.4H7.5V10.4ZM16.5 10.4V11.4H17.5V10.4H16.5ZM16.5 8.0L17.1 7.2L15.5 5.9V8.0H16.5ZM21 11.4L21.6 12.2L22.6 11.4L21.6 10.6L21 11.4ZM16.5 14.9H15.5V16.9L17.1 15.7L16.5 14.9ZM16.5 12.4H17.5V11.4H16.5V12.4ZM7.5 12.4V11.4H6.5V12.4H7.5ZM7.5 14.9L6.8 15.7L8.5 16.9V14.9H7.5ZM6.8 7.2L2.3 10.6L3.6 12.2L8.1 8.7L6.8 7.2ZM8.5 10.4V8.0H6.5V10.4H8.5ZM16.5 9.4H7.5V11.4H16.5V9.4ZM17.5 10.4V8.0H15.5V10.4H17.5ZM15.8 8.7L20.3 12.2L21.6 10.6L17.1 7.2L15.8 8.7ZM20.3 10.6L15.8 14.1L17.1 15.7L21.6 12.2L20.3 10.6ZM17.5 14.9V12.4H15.5V14.9H17.5ZM7.5 13.4H16.5V11.4H7.5V13.4ZM8.5 14.9V12.4H6.5V14.9H8.5ZM2.3 12.2L6.8 15.7L8.1 14.1L3.6 10.6L2.3 12.2Z" fill="white"/>\n<path fill-rule="evenodd" d="M3 11.4L7.5 8.0V10.4H16.5V8.0L21 11.4L16.5 14.9V12.4H7.5V14.9L3 11.4Z" fill="black"/>\n</g>\n</g>\n<defs>\n<filter id="f" x="-1.6" y="3.9" width="27.2" height="16.9" filterUnits="userSpaceOnUse">\n${Jp}\n</filter>\n</defs>\n</svg>\n`,x:12,y:12},rotateCursor:{url:`\n<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg">\n<g filter="url(#f)">\n<g transform="rotate(135,12,12),rotate({{rotation}},12,12)">\n<path d="M20.4 8H21.4L20.8 7.1L17.3 2.6L17 2.1L16.6 2.6L13.1 7.1L12.5 8H13.5H15.4C14.9 11.8 11.8 14.9 8 15.4V13.5V12.5L7.1 13.1L2.6 16.6L2.1 17L2.6 17.3L7.1 20.8L8 21.4V20.4V18.4C13.5 17.9 17.9 13.5 18.4 8H20.4Z" stroke="white"/>\n<path fill-rule="evenodd" d="M17 3L20.4 7.5H17.9C17.7 13.1 13.1 17.7 7.5 17.9V20.4L3 17L7.5 13.5V15.9C12.0 15.7 15.7 12.0 15.9 7.5H13.5L17 3Z" fill="black"/>\n</g>\n</g>\n<defs>\n<filter id="f" x="-1.6" y="-0.6" width="27.1" height="27.1" filterUnits="userSpaceOnUse">\n${Jp}\n</filter>\n</defs>\n</svg>\n`,x:12,y:12},skewCursor:{url:`\n<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg">\n<g filter="url(#f)">\n<g transform="rotate(90,12,12),rotate({{rotation}},12,12)">\n<path d="M21 10.4L21 11.4L23.8 11.4L21.6 9.6L21 10.4ZM17 10.4V11.4L17 11.4L17 10.4ZM15.5 6L16.1 5.2L14.5 3.9V6H15.5ZM15.5 8.4V9.4H16.5V8.4H15.5ZM6 8.4V7.4H5V8.4H6ZM6 10.4H5V11.4H6V10.4ZM7 14.4V13.4L7 13.4L7 14.4ZM3 14.4L3 13.4L0.1 13.4L2.3 15.2L3 14.4ZM8.5 18.9L7.8 19.7L9.5 21.0V18.9H8.5ZM8.5 16.4V15.4H7.5V16.4H8.5ZM19 16.4V17.4H20V16.4H19ZM19 14.4H20V13.4H19V14.4ZM21 9.4L17 9.4L17 11.4L21 11.4L21 9.4ZM14.8 6.7L20.3 11.2L21.6 9.6L16.1 5.2L14.8 6.7ZM16.5 8.4V6H14.5V8.4H16.5ZM6 9.4H15.5V7.4H6V9.4ZM7 10.4V8.4H5V10.4H7ZM15.5 9.4H6V11.4H15.5V9.4ZM17 9.4H15.5V11.4H17V9.4ZM7 15.4H8.5V13.4H7V15.4ZM3 15.4L7 15.4L7 13.4L3 13.4L3 15.4ZM9.1 18.1L3.6 13.6L2.3 15.2L7.8 19.7L9.1 18.1ZM7.5 16.4V18.9H9.5V16.4H7.5ZM19 15.4H8.5V17.4H19V15.4ZM18 14.4V16.4H20V14.4H18ZM8.5 15.4H19V13.4H8.5V15.4Z" fill="white"/>\n<path fill-rule="evenodd" d="M17 10.4L21 10.4L15.5 6V8.4H6V10.4H15.5H17ZM8.5 14.4H7L3 14.4L8.5 18.9V16.4H19V14.4H8.5Z" fill="black"/>\n</g>\n</g>\n<defs>\n<filter x="-2.8" y="1.9" width="29.6" height="23.1" filterUnits="userSpaceOnUse" >\n${Jp}\n</filter>\n</defs>\n</svg>\n`,x:12,y:12},selector:!0,editBox:!0,hover:!0,select:"press",openInner:"double",multipleSelect:!0,boxSelect:!0,moveable:!0,resizeable:!0,flipable:!0,rotateable:!0,skewable:!0},Qp=new ft;function t_(t){const{simulateTarget:e,list:i}=t,{zoomLayer:s}=i[0].leafer;e.safeChange((()=>{Qp.setListWithFn(i,(t=>t.getBounds("box","page"))),0===Qp.width&&(Qp.width=.1),0===Qp.height&&(Qp.height=.1),e.reset(Qp.get())})),s.add(e)}const e_=(t,e)=>t.parent.children.indexOf(t)-e.parent.children.indexOf(e),i_=(t,e)=>e.parent.children.indexOf(e)-t.parent.children.indexOf(t),s_={group(t,e,i){t.sort(i_);const{app:s,parent:o}=t[0];let n;n=i&&i.add?i:new Vh(i),o.addAt(n,o.children.indexOf(t[0])),t.sort(e_);const r=new z(e.worldTransform);return r.divideParent(o.worldTransform),n.setTransform(r),n.editable=!0,n.hitChildren=!1,s.lockLayout(),t.forEach((t=>t.dropTo(n))),s.unlockLayout(),n},ungroup(t){const{app:e}=t[0],i=[];return e.lockLayout(),t.forEach((t=>{if(t.isBranch){const{parent:e,children:s}=t;for(;s.length;)i.push(s[0]),s[0].dropTo(e,e.children.indexOf(t));t.isBranchLeaf?i.push(t):t.remove()}else i.push(t)})),e.unlockLayout(),i},toTop(t){t.sort(e_),t.forEach((t=>{t.parent&&t.parent.add(t)}))},toBottom(t){t.sort(i_),t.forEach((t=>{t.parent&&t.parent.addAt(t,0)}))}},o_=xt.get("EditToolCreator");function n_(){return t=>{a_.register(t)}}const r_=n_,a_={list:{},register(t){const{tag:e}=t.prototype;h_[e]&&o_.repeat(e),h_[e]=t},get:(t,e)=>new h_[t](e)},{list:h_}=a_;class l_ extends _p{constructor(t,e){super(t,e)}}l_.BEFORE_OPEN="innerEditor.before_open",l_.OPEN="innerEditor.open",l_.BEFORE_CLOSE="innerEditor.before_close",l_.CLOSE="innerEditor.close";class d_ extends _p{constructor(t,e){super(t,e)}}d_.BEFORE_GROUP="editor.before_group",d_.GROUP="editor.group",d_.BEFORE_UNGROUP="editor.before_ungroup",d_.UNGROUP="editor.ungroup",d_.BEFORE_OPEN="editor.before_open_group",d_.OPEN="editor.open_group",d_.BEFORE_CLOSE="editor.before_close_group",d_.CLOSE="editor.close_group";const{updateMatrix:c_}=Tn,u_={x:1,y:1,scaleX:1,scaleY:1,rotation:1,skewX:1,skewY:1},p_="top-left";class __ extends Zh{get __tag(){return"SimulateElement"}constructor(t){super(),this.checkChange=!0,this.canChange=!0,this.visible=this.hittable=!1,this.on(er.CHANGE,(e=>{if(this.checkChange&&u_[e.attrName]){const{attrName:i,newValue:s,oldValue:o}=e,n="s"===i[0]?(s||1)/(o||1):(s||0)-(o||0);this.canChange=!1;const r=this.__;r[i]=o,c_(this.parent),c_(this);const a=new z(this.__world);switch(r[i]=s,this.__layout.rotationChange(),c_(this),this.changedTransform=new z(this.__world).divide(a),i){case"x":t.move(n,0);break;case"y":t.move(0,n);break;case"rotation":t.rotateOf(p_,n);break;case"scaleX":t.scaleOf(p_,n,1);break;case"scaleY":t.scaleOf(p_,1,n);break;case"skewX":t.skewOf(p_,n,0);break;case"skewY":t.skewOf(p_,0,n)}this.canChange=!0}}))}safeChange(t){this.canChange&&(this.checkChange=!1,t(),this.checkChange=!0)}}class g_ extends _p{constructor(t,e){super(t,e)}}g_.BEFORE_MOVE="editor.before_move",g_.MOVE="editor.move";class f_ extends _p{constructor(t,e){super(t,e)}}f_.BEFORE_SCALE="editor.before_scale",f_.SCALE="editor.scale";class y_ extends _p{constructor(t,e){super(t,e)}}y_.BEFORE_ROTATE="editor.before_rotate",y_.ROTATE="editor.rotate";class m_ extends _p{constructor(t,e){super(t,e)}}m_.BEFORE_SKEW="editor.before_skew",m_.SKEW="editor.skew";class v_{onMove(t){const{target:e,dragStartData:i}=this.editBox;if(t instanceof td){const i=t.getLocalMove(e);this.move(i.x,i.y)}else{const s={x:t.totalX,y:t.totalY};t.shiftKey&&(Math.abs(s.x)>Math.abs(s.y)?s.y=0:s.x=0),this.move(Jl.getValidMove(e,i.point,s))}}onScale(t){const{target:e,mergeConfig:i,single:s,dragStartData:o}=this.editBox;let{around:n,lockRatio:r,flipable:a,editSize:h}=i;if(t instanceof sd)this.scaleOf(e.getBoxPoint(t),t.scale,t.scale);else{const{direction:i}=t.current;(t.shiftKey||e.lockRatio)&&(r=!0);const l=Np.getScaleData(e,o.bounds,i,t.getInnerTotal(e),r,Np.getAround(n,t.altKey),a,!s||"scale"===h);this.editTool&&this.editTool.onScaleWithDrag?(l.drag=t,this.scaleWithDrag(l)):this.scaleOf(l.origin,l.scaleX,l.scaleY)}}onRotate(t){const{target:e,mergeConfig:i,dragStartData:s}=this.editBox,{around:o,rotateAround:n,rotateGap:a}=i,{direction:h}=t.current;let l,d;if(t instanceof ed)d=t.rotation,l=n?U.getPoint(n,e.boxBounds):e.getBoxPoint(t);else{const i=Np.getRotateData(e,h,t,s,t.shiftKey?null:n||e.around||e.origin||o||"center");d=s.rotation+i.rotation-e.rotation,l=i.origin}d=r.float(r.getGapRotation(d,a,e.rotation),2),d&&this.rotateOf(l,d)}onSkew(t){const{target:e,mergeConfig:i}=this.editBox,{around:s}=i,{origin:o,skewX:n,skewY:r}=Np.getSkewData(e.boxBounds,t.current.direction,t.getInnerMove(e),Np.getAround(s,t.altKey));(n||r)&&this.skewOf(o,n,r)}move(t,e=0){if(!this.checkTransform("moveable"))return;"object"==typeof t&&(e=t.y,t=t.x);const{target:i,mergeConfig:s,single:o,editor:n}=this.editBox,{beforeMove:r}=s;if(r){const s=r({target:i,x:t,y:e});if("object"==typeof s)t=s.x,e=s.y;else if(!1===s)return}const a=i.getWorldPointByLocal({x:t,y:e},null,!0);o||i.safeChange((()=>i.move(t,e)));const h={target:i,editor:n,moveX:a.x,moveY:a.y};this.emitEvent(new g_(g_.BEFORE_MOVE,h));const l=new g_(g_.MOVE,h);this.doMove(l),this.emitEvent(l)}scaleWithDrag(t){if(!this.checkTransform("resizeable"))return;const{target:e,mergeConfig:i,editor:s}=this.editBox,{beforeScale:o}=i;if(o){const{origin:i,scaleX:s,scaleY:n,drag:r}=t;if(!1===o({target:e,drag:r,origin:i,scaleX:s,scaleY:n}))return}t=Object.assign(Object.assign({},t),{target:e,editor:s,worldOrigin:e.getWorldPoint(t.origin)}),this.emitEvent(new f_(f_.BEFORE_SCALE,t));const n=new f_(f_.SCALE,t);this.editTool.onScaleWithDrag(n),this.emitEvent(n)}scaleOf(t,e,i=e,s){if(!this.checkTransform("resizeable"))return;const{target:o,mergeConfig:n,single:r,editor:a}=this.editBox,{beforeScale:h}=n;if(h){const s=h({target:o,origin:t,scaleX:e,scaleY:i});if("object"==typeof s)e=s.scaleX,i=s.scaleY;else if(!1===s)return}const l=this.getWorldOrigin(t),d=!r&&this.getChangedTransform((()=>o.safeChange((()=>o.scaleOf(t,e,i))))),c={target:o,editor:a,worldOrigin:l,scaleX:e,scaleY:i,transform:d};this.emitEvent(new f_(f_.BEFORE_SCALE,c));const u=new f_(f_.SCALE,c);this.doScale(u),this.emitEvent(u)}flip(t){if(!this.checkTransform("resizeable"))return;const{target:e,single:i,editor:s}=this.editBox,o=this.getWorldOrigin("center"),n=i?new z(Tn.getFlipTransform(e,t)):this.getChangedTransform((()=>e.safeChange((()=>e.flip(t))))),r={target:e,editor:s,worldOrigin:o,scaleX:"x"===t?-1:1,scaleY:"y"===t?-1:1,transform:n};this.emitEvent(new f_(f_.BEFORE_SCALE,r));const a=new f_(f_.SCALE,r);this.doScale(a),this.emitEvent(a)}rotateOf(t,e){if(!this.checkTransform("rotateable"))return;const{target:i,mergeConfig:s,single:o,editor:n}=this.editBox,{beforeRotate:r}=s;if(r){const s=r({target:i,origin:t,rotation:e});if("number"==typeof s)e=s;else if(!1===s)return}const a=this.getWorldOrigin(t),h=!o&&this.getChangedTransform((()=>i.safeChange((()=>i.rotateOf(t,e))))),l={target:i,editor:n,worldOrigin:a,rotation:e,transform:h};this.emitEvent(new y_(y_.BEFORE_ROTATE,l));const d=new y_(y_.ROTATE,l);this.doRotate(d),this.emitEvent(d)}skewOf(t,e,i=0,s){if(!this.checkTransform("skewable"))return;const{target:o,mergeConfig:n,single:r,editor:a}=this.editBox,{beforeSkew:h}=n;if(h){const s=h({target:o,origin:t,skewX:e,skewY:i});if("object"==typeof s)e=s.skewX,i=s.skewY;else if(!1===s)return}const l=this.getWorldOrigin(t),d=!r&&this.getChangedTransform((()=>o.safeChange((()=>o.skewOf(t,e,i))))),c={target:o,editor:a,worldOrigin:l,skewX:e,skewY:i,transform:d};this.emitEvent(new m_(m_.BEFORE_SKEW,c));const u=new m_(m_.SKEW,c);this.doSkew(u),this.emitEvent(u)}doMove(t){this.editTool.onMove(t)}doScale(t){this.editTool.onScale(t)}doRotate(t){this.editTool.onRotate(t)}doSkew(t){this.editTool.onSkew(t)}checkTransform(t){const{target:e,mergeConfig:i}=this.editBox;return e&&!e.locked&&i[t]}getWorldOrigin(t){const{target:e}=this.editBox;return e.getWorldPoint(Tn.getInnerOrigin(e,t))}getChangedTransform(t){const{target:e,single:i}=this.editBox;if(!i&&!e.canChange)return e.changedTransform;const s=new z(e.worldTransform);return t(),new z(e.worldTransform).divide(s)}emitEvent(t,e){this.editBox.editor.emitEvent(t,e)}}let w_=class extends Vh{get list(){return this.leafList.list}get dragHoverExclude(){return[this.editBox.rect]}get editing(){return!!this.list.length}get groupOpening(){return!!this.openedGroupList.length}get multiple(){return this.list.length>1}get single(){return 1===this.list.length}get dragPoint(){return this.editBox.dragPoint}get dragging(){return this.editBox.dragging}get gesturing(){return this.editBox.gesturing}get moving(){return this.editBox.moving}get resizing(){return this.editBox.resizing}get rotating(){return this.editBox.rotating}get skewing(){return this.editBox.skewing}get element(){return this.multiple?this.simulateTarget:this.list[0]}get buttons(){return this.editBox.buttons}constructor(t,e){super(e),this.leafList=new Ca,this.openedGroupList=new Ca,this.simulateTarget=new __(this),this.editBox=new qp(this),this.editToolList={},this.selector=new Cp(this),this.editMask=new Kp(this),this.targetEventIds=[];let i=It.clone($p);t&&(i=It.default(t,i)),this.mergedConfig=this.config=i,this.addMany(this.editMask,this.selector,this.editBox),Tt.has("resize")||(this.config.editSize="scale")}select(t){this.target=t}cancel(){this.target=null}hasItem(t){return this.leafList.has(t)}addItem(t){this.hasItem(t)||t.locked||(this.leafList.add(t),this.target=this.leafList.list)}removeItem(t){this.hasItem(t)&&(this.leafList.remove(t),this.target=this.leafList.list)}shiftItem(t){this.hasItem(t)?this.removeItem(t):this.addItem(t)}update(){if(this.editing){if(!this.element.parent)return this.cancel();this.innerEditing&&this.innerEditor.update(),this.editTool.update(),this.selector.update()}}updateEditBox(){this.multiple&&t_(this),this.update()}updateEditTool(){if(this.unloadEditTool(),this.editing){const t=this.element.editOuter||"EditTool",e=this.editTool=this.editToolList[t]=this.editToolList[t]||a_.get(t,this);this.editBox.load(),e.load(),this.update()}}unloadEditTool(){let t=this.editTool;t&&(this.editBox.unload(),t.unload(),this.editTool=null)}getEditSize(t){return this.mergeConfig.editSize}onMove(t){}onScale(t){}onRotate(t){}onSkew(t){}move(t,e=0){}scaleWithDrag(t){}scaleOf(t,e,i=e,s){}flip(t){}rotateOf(t,e){}skewOf(t,e,i=0,s){}checkTransform(t){}getWorldOrigin(t){}getChangedTransform(t){}group(t){return this.multiple&&(this.emitGroupEvent(d_.BEFORE_GROUP),this.target=s_.group(this.list,this.element,t),this.emitGroupEvent(d_.GROUP,this.target)),this.target}ungroup(){const{list:t}=this;return t.length&&(t.forEach((t=>t.isBranch&&this.emitGroupEvent(d_.BEFORE_UNGROUP,t))),this.target=s_.ungroup(t),t.forEach((t=>t.isBranch&&this.emitGroupEvent(d_.UNGROUP,t)))),this.list}openGroup(t){this.emitGroupEvent(d_.BEFORE_OPEN,t),this.openedGroupList.add(t),t.hitChildren=!0,this.emitGroupEvent(d_.OPEN,t)}closeGroup(t){this.emitGroupEvent(d_.BEFORE_CLOSE,t),this.openedGroupList.remove(t),t.hitChildren=!1,this.emitGroupEvent(d_.CLOSE,t)}checkOpenedGroups(){const t=this.openedGroupList;if(t.length){let{list:e}=t;this.editing&&(e=[],t.forEach((t=>this.list.every((e=>!Tn.hasParent(e,t)))&&e.push(t)))),e.forEach((t=>this.closeGroup(t)))}this.editing&&!this.selector.dragging&&this.checkDeepSelect()}checkDeepSelect(){let t,{list:e}=this;for(let i=0;i<e.length;i++)for(t=e[i].parent;t&&!t.hitChildren;)this.openGroup(t),t=t.parent}emitGroupEvent(t,e){const i=new d_(t,{editTarget:e});this.emitEvent(i),e&&e.emitEvent(i)}openInnerEditor(t,e,i){let s;if("string"==typeof e?s=e:i||(i=e),t&&i&&(this.target=t),this.single){const e=t||this.element;s||(s=e.editInner),s&&a_.list[s]&&(this.editTool.unload(),this.innerEditing=!0,this.innerEditor=this.editToolList[s]=this.editToolList[s]||a_.get(s,this),this.innerEditor.editTarget=e,this.emitInnerEvent(l_.BEFORE_OPEN),this.innerEditor.load(),this.emitInnerEvent(l_.OPEN))}}closeInnerEditor(t){this.innerEditing&&(this.innerEditing=!1,this.emitInnerEvent(l_.BEFORE_CLOSE),this.innerEditor.unload(),this.emitInnerEvent(l_.CLOSE),t||this.updateEditTool(),this.innerEditor=null)}emitInnerEvent(t){const{innerEditor:e}=this,{editTarget:i}=e,s=new l_(t,{editTarget:i,innerEditor:e});this.emitEvent(s),i.emitEvent(s)}lock(){this.list.forEach((t=>t.locked=!0)),this.update()}unlock(){this.list.forEach((t=>t.locked=!1)),this.update()}toTop(){this.list.length&&(s_.toTop(this.list),this.leafList.update())}toBottom(){this.list.length&&(s_.toBottom(this.list),this.leafList.update())}onAppRenderStart(t){(this.targetChanged=t.children.some((t=>t!==this.leafer&&t.renderer.changed)))&&this.editBox.forceRender()}onRenderStart(){this.targetChanged&&this.update()}listenTargetEvents(){if(!this.targetEventIds.length){const{app:t,leafer:e,editMask:i}=this;this.targetEventIds=[e.on_(ur.START,this.onRenderStart,this),t.on_(ur.CHILD_START,this.onAppRenderStart,this)],i.visible&&i.forceRender()}}removeTargetEvents(){const{targetEventIds:t,editMask:e}=this;t.length&&(this.off_(t),e.visible&&e.forceRender())}destroy(){this.destroyed||(this.target=this.hoverTarget=null,Object.values(this.editToolList).forEach((t=>t.destroy())),this.simulateTarget.destroy(),this.editToolList={},this.simulateTarget=this.editTool=this.innerEditor=null,super.destroy())}};jt([(t,e)=>{To(t,e,{get(){const{config:t,element:e,dragPoint:i,editBox:s}=this,o=Object.assign({},t);return e&&e.editConfig&&Object.assign(o,e.editConfig),s.config&&Object.assign(o,s.config),i&&(i.editConfig&&Object.assign(o,i.editConfig),"font-size"===o.editSize&&(o.lockRatio=!0),"resize-rotate"===i.pointType&&(o.around||(o.around="center"),Xt(o.lockRatio)&&(o.lockRatio=!0))),this.mergedConfig=o}})}],w_.prototype,"mergeConfig",void 0),jt([gp((function(t,e){t.emitEvent(new _p(_p.HOVER,{editor:t,value:t.hoverTarget,oldValue:e}))}))],w_.prototype,"hoverTarget",void 0),jt([gp((function(t,e){const{target:i}=t;i?(t.leafList=i instanceof Ca?i:new Ca(i),t.multiple&&t_(t)):(t.simulateTarget.remove(),t.leafList.reset()),t.closeInnerEditor(!0),t.unloadEditTool();const s={editor:t,value:i,oldValue:e};t.emitEvent(new _p(_p.SELECT,s)),t.checkOpenedGroups(),t.editing?t.waitLeafer((()=>{t.updateEditTool(),t.listenTargetEvents()})):(t.updateEditTool(),t.removeTargetEvents()),t.emitEvent(new _p(_p.AFTER_SELECT,s))}))],w_.prototype,"target",void 0),w_=jt([_n(v_,["editBox","editTool","emitEvent"])],w_);class x_{static registerInnerEditor(){a_.register(this)}get tag(){return"InnerEditor"}get mode(){return"focus"}get editBox(){return this.editor.editBox}constructor(t){this.eventIds=[],this.editor=t,this.create()}onCreate(){}create(){this.view=new Vh,this.onCreate()}onLoad(){}load(){const{editor:t}=this;t&&(t.app&&"focus"===this.mode&&(t.selector.hittable=t.app.tree.hitChildren=!1),this.onLoad())}onUpdate(){}update(){this.onUpdate()}onUnload(){}unload(){const{editor:t}=this;t&&(t.app&&"focus"===this.mode&&(t.selector.hittable=t.app.tree.hitChildren=!0),this.onUnload())}onDestroy(){}destroy(){this.onDestroy(),this.editor&&(this.view&&this.view.destroy(),this.eventIds&&this.editor.off_(this.eventIds),this.editor=this.view=this.eventIds=null)}}let b_=class extends x_{static registerEditTool(){a_.register(this)}get tag(){return"EditTool"}onMove(t){const{moveX:e,moveY:i,editor:s}=t,{app:o,list:n}=s;o.lockLayout(),n.forEach((t=>{t.moveWorld(e,i)})),o.unlockLayout()}onScale(t){const{scaleX:e,scaleY:i,transform:s,worldOrigin:o,editor:n}=t,{app:r,list:a}=n;r.lockLayout(),a.forEach((t=>{const r="scale"!==n.getEditSize(t);s?t.transformWorld(s,r):t.scaleOfWorld(o,e,i,r)})),r.unlockLayout()}onRotate(t){const{rotation:e,transform:i,worldOrigin:s,editor:o}=t,{app:n,list:r}=o;n.lockLayout(),r.forEach((t=>{const n="scale"!==o.getEditSize(t);i?t.transformWorld(i,n):t.rotateOfWorld(s,e)})),n.unlockLayout()}onSkew(t){const{skewX:e,skewY:i,transform:s,worldOrigin:o,editor:n}=t,{app:r,list:a}=n;r.lockLayout(),a.forEach((t=>{const r="scale"!==n.getEditSize(t);s?t.transformWorld(s,r):t.skewOfWorld(o,e,i,r)})),r.unlockLayout()}load(){this.editBox.view.visible=!0,this.onLoad()}update(){this.editBox.update(),this.onUpdate()}unload(){this.editBox.view.visible=!1,this.onUnload()}};b_=jt([n_()],b_);const{left:k_,right:E_}=j,{move:B_,copy:S_,toNumberPoints:R_}=P;let T_=class extends b_{constructor(){super(...arguments),this.scaleOfEvent=!0}get tag(){return"LineEditTool"}onScaleWithDrag(t){const{drag:e,direction:i,lockRatio:s,around:o}=t,n=t.target,r=i===k_;if(n.pathInputed){const{path:t}=n.__,{from:i,to:a}=this.getFromToByPath(t);this.dragPoint(i,a,r,o,this.getInnerMove(n,e,s)),t[1]=i.x,t[2]=i.y,t[4]=a.x,t[5]=a.y,n.path=t}else if(n.points){const{points:t}=n,{from:i,to:a}=this.getFromToByPoints(t);this.dragPoint(i,a,r,o,this.getInnerMove(n,e,s)),t[0]=i.x,t[1]=i.y,t[2]=a.x,t[3]=a.y,n.points=t}else{const t={x:0,y:0},{toPoint:i}=n;n.rotation=0,this.dragPoint(t,i,r,o,this.getInnerMove(n,e,s)),n.getLocalPointByInner(t,null,null,!0),n.getLocalPointByInner(i,null,null,!0),n.x=t.x,n.y=t.y,n.getInnerPointByLocal(i,null,null,!0),n.toPoint=i}}getInnerMove(t,e,i){const s=e.getInnerMove(t);return i&&(Math.abs(s.x)>Math.abs(s.y)?s.y=0:s.x=0),s}getFromToByPath(t){return{from:{x:t[1],y:t[2]},to:{x:t[4],y:t[5]}}}getFromToByPoints(t){const e=R_(t);return{from:{x:e[0],y:e[1]},to:{x:e[2],y:e[3]}}}dragPoint(t,e,i,s,o){const{x:n,y:r}=o;i?(B_(t,n,r),s&&B_(e,-n,-r)):(s&&B_(t,-n,-r),B_(e,n,r))}onSkew(t){}onUpdate(){const{editBox:t}=this,{rotatePoints:e,resizeLines:i,resizePoints:s,rect:o}=t,n=this.editor.element;let r,a;if(n.pathInputed?r=this.getFromToByPath(n.__.path):n.points&&(r=this.getFromToByPoints(n.__.points)),r){const{from:i,to:a}=r;n.innerToWorld(i,i,!1,t),n.innerToWorld(a,a,!1,t),o.pen.clearPath().moveTo(i.x,i.y).lineTo(a.x,a.y),S_(s[7],i),S_(e[7],i),S_(s[3],a),S_(e[3],a)}for(let t=0;t<8;t++)t<4&&(i[t].visible=!1),a=t===k_||t===E_,s[t].visible=a,e[t].visible=!r&&a}};T_=jt([n_()],T_);const{M:C_,L:O_,C:L_,Q:P_,Z:A_,N:D_,D:M_,X:F_,G:I_,F:W_,O:z_,P:N_,U:Y_}=ne,X_={scale(t,e,i){if(!t)return;let s,o=0,n=t.length;for(;o<n;)switch(s=t[o],s){case C_:case O_:H_(t,e,i,o,1),o+=3;break;case L_:H_(t,e,i,o,3),o+=7;break;case P_:H_(t,e,i,o,2),o+=5;break;case A_:o+=1;break;case D_:H_(t,e,i,o,2),o+=5;break;case M_:H_(t,e,i,o,2),o+=9;break;case F_:H_(t,e,i,o,2),o+=6;break;case I_:H_(t,e,i,o,2),o+=9;break;case W_:H_(t,e,i,o,2),o+=5;break;case z_:t[o]=I_,t.splice(o+4,0,t[o+3],0),H_(t,e,i,o,2),o+=9,n+=2;break;case N_:t[o]=W_,t.splice(o+4,0,t[o+3]),H_(t,e,i,o,2),o+=5,n+=1;break;case Y_:H_(t,e,i,o,2),o+=6}},scalePoints(t,e,i,s,o){for(let n=o?s+1:0,r=o?n+2*o:t.length;n<r;n+=2)t[n]*=e,t[n+1]*=i}},{scalePoints:H_}=X_,j_=x.get(),{topLeft:V_,top:U_,topRight:G_,right:q_,bottom:Z_,left:K_}=j;function J_(t,e,i){t.pathInputed?Q_(t,e,i):(1!==e&&(t.width*=e),1!==i&&(t.height*=i))}function $_(t,e,i,s){let o=e;if(void 0!==s){const n=t.__layout;let{width:r,height:a}=n.boxBounds;switch(r*=i-e,a*=e-i,s){case U_:case Z_:o=i,n.affectScaleOrRotation?t.moveInner(-r/2,0):t.x-=r/2;break;case K_:case q_:n.affectScaleOrRotation?t.moveInner(0,-a/2):t.y-=a/2;break;case V_:case G_:n.affectScaleOrRotation?t.moveInner(0,-a):t.y-=a}}t.fontSize*=o;const n=t.__,{padding:r}=n;r&&(t.padding=r instanceof Array?r.map((t=>t*o)):r*o),n.__autoWidth||(t.width*=o),n.__autoHeight||(t.height*=o)}function Q_(t,e,i){X_.scale(t.__.path,e,i),t.path=t.__.path}function tg(t,e,i){const{points:s}=t;"object"==typeof s[0]?s.forEach((t=>{t.x*=e,t.y*=i})):X_.scalePoints(s,e,i),t.points=s}function eg(t,e,i){const{children:s}=t;for(let t=0;t<s.length;t++)j_.a=e,j_.d=i,s[t].transform(j_,!0)}const ig=ma.prototype;ig.scaleResize=function(t,e=t,i){const s=this;i||s.editConfig&&"scale"===s.editConfig.editSize?(s.scaleX*=t,s.scaleY*=e):(t<0&&(s.scaleX*=-1,t=-t),e<0&&(s.scaleY*=-1,e=-e),this.__scaleResize(t,e))},ig.__scaleResize=function(t,e){J_(this,t,e)},ig.resizeWidth=function(t){const e=t/this.getBounds("box","local").width||1;this.scaleOf(this.__layout.boxBounds,e,this.__.lockRatio?e:1,!0)},ig.resizeHeight=function(t){const e=t/this.getBounds("box","local").height||1;this.scaleOf(this.__layout.boxBounds,this.__.lockRatio?e:1,e,!0)},Nl.prototype.__scaleResize=function(t,e){const{app:i,editConfig:s}=this,o=i&&i.editor,n=o&&o.dragPoint,{__autoWidth:r,__autoHeight:a,textAlign:h,verticalAlign:l}=this.__,{boxBounds:d}=this.__layout;r&&"left"!==h&&1!==t&&(this.x+=d.x),a&&"top"!==l&&1!==e&&(this.y+=d.y),this.__.resizeFontSize||s&&"font-size"===s.editSize||n&&"font-size"===o.mergedConfig.editSize?$_(this,t,e,n&&n.direction):J_(this,t,e)},Yl.prototype.__scaleResize=function(t,e){Q_(this,t,e)},fl.prototype.__scaleResize=function(t,e){this.pathInputed?Q_(this,t,e):this.points?tg(this,t,e):this.width*=t},Bl.prototype.__scaleResize=function(t,e){this.pathInputed?Q_(this,t,e):this.points?tg(this,t,e):J_(this,t,e)},Vh.prototype.__scaleResize=function(t,e){eg(this,t,e)},il.prototype.__scaleResize=function(t,e){const{resizeChildren:i,__autoSize:s}=this.__;s&&i||J_(this,t,e),i&&eg(this,t,e)},Tt.add("resize"),Tt.add("editor","resize"),Ct.editor=function(t,e){const i=new w_(t);return e&&e.sky.add(e.editor=i),i},il.addAttr("textBox",!1,Do),jh.addAttr("editConfig",void 0,Do),jh.addAttr("editOuter",(t=>(t.updateLayout(),t.__.__isLinePath?"LineEditTool":"EditTool")),Do),jh.addAttr("editInner","PathEditor",Do),Vh.addAttr("editInner","",Do),Nl.addAttr("editInner","TextEditor",Do),jh.setEditConfig=function(t){this.changeAttr("editConfig",t)},jh.setEditOuter=function(t){this.changeAttr("editOuter",t)},jh.setEditInner=function(t){this.changeAttr("editInner",t)};const sg={none:"none",title:"capitalize",upper:"uppercase",lower:"lowercase","small-caps":"small-caps"},og={top:"flex-start",middle:"center",bottom:"flex-end"},ng={none:"none",under:"underline",delete:"line-through","under-delete":"underline line-through"};function rg(t,e,i){const{style:s}=t,{fill:o,padding:n,textWrap:r,textOverflow:a,textDecoration:h}=e;let l;s.fontFamily=e.fontFamily,s.fontSize=e.fontSize*i+"px",function(t,e){let i="black";e instanceof Array&&(e=e[0]);if("object"==typeof e)switch(e.type){case"solid":i=oh.string(e.color);break;case"image":break;case"linear":case"radial":case"angular":const t=e.stops[0];i=oh.string("string"==typeof t?t:t.color);break;default:void 0!==e.r&&(i=oh.string(e))}else i=e;t.color=i}(s,o),s.fontStyle=e.italic?"italic":"normal",s.fontWeight=e.fontWeight,"object"==typeof h?(l=h.type,h.color&&(s.textDecorationColor=oh.string(h.color))):l=h,s.textDecoration=ng[l],s.textTransform=sg[e.textCase],s.textAlign="both"===e.textAlign?"justify":e.textAlign,s.display="flex",s.flexDirection="column",s.justifyContent=og[e.verticalAlign],s.lineHeight=(e.__.__lineHeight||0)*i+"px",s.letterSpacing=(e.__.__letterSpacing||0)*i+"px",s.whiteSpace="none"===r||e.__.__autoWidth?"nowrap":"normal",s.wordBreak="break"===r?"break-all":"normal",s.textIndent=(e.paraIndent||0)*i+"px",s.padding=n instanceof Array?n.map((t=>t*i+"px")).join(" "):(n||0)*i+"px",s.textOverflow="show"===a?"":"hide"===a?"clip":a}let ag=class extends x_{constructor(){super(...arguments),this.config={selectAll:!0},this.eventIds=[]}get tag(){return"TextEditor"}onLoad(){const{editor:t}=this,{config:e}=t.app,i=this.editTarget;i.textEditing=!0,this.isHTMLText=!(i instanceof Nl),this._keyEvent=e.keyEvent,e.keyEvent=!1;const s=this.editDom=document.createElement("div"),{style:o}=s;s.contentEditable="true",o.position="fixed",o.transformOrigin="left top",o.boxSizing="border-box",this.isHTMLText?s.innerHTML=String(i.text):s.innerText=String(i.text);const{view:n}=t.app;(this.inBody=n instanceof HTMLCanvasElement)?document.body.appendChild(s):n.appendChild(s),this.eventIds=[t.app.on_(ql.DOWN,(e=>{let i,{target:o}=e.origin;for(;o;)o===s&&(i=!0),o=o.parentElement;i||t.closeInnerEditor()}))],this.onFocus=this.onFocus.bind(this),this.onInput=this.onInput.bind(this),this.onPaste=this.onPaste.bind(this),this.onUpdate=this.onUpdate.bind(this),this.onKeydown=this.onKeydown.bind(this),s.addEventListener("focus",this.onFocus),s.addEventListener("input",this.onInput),s.addEventListener("paste",this.onPaste),window.addEventListener("keydown",this.onKeydown),window.addEventListener("scroll",this.onUpdate);const r=window.getSelection(),a=document.createRange();if(this.config.selectAll)a.selectNodeContents(s);else{const t=s.childNodes[0];a.setStartAfter(t),a.setEndAfter(t),a.collapse(!0)}r.removeAllRanges(),r.addRange(a)}onInput(){const{editDom:t}=this;this.editTarget.text=this.isHTMLText?t.innerHTML:t.innerText}onFocus(){this.editDom.style.outline="none"}onKeydown(t){if("Escape"===t.code&&this.editor.closeInnerEditor(),"Enter"===t.key){t.preventDefault();const e=document.createElement("br"),i=document.createTextNode("​"),s=window.getSelection().getRangeAt(0);s.deleteContents(),s.insertNode(i),s.insertNode(e),s.setStartAfter(e),s.setEndAfter(e),this.onInput()}}onPaste(t){if(this.isHTMLText)return;t.preventDefault();const e=t.clipboardData;if(!e)return;let i=e.getData("text/plain").replace(/\r\n?/g,"\n");const s=window.getSelection();if(!s||!s.rangeCount)return;const o=s.getRangeAt(0);o.deleteContents();const n=i.split("\n"),r=document.createDocumentFragment();n.forEach(((t,e)=>{e>0&&r.appendChild(document.createElement("br")),r.appendChild(document.createTextNode(t))})),o.insertNode(r),o.collapse(!1),s.removeAllRanges(),s.addRange(o),this.onInput()}onUpdate(){const{editTarget:t}=this;let e=1;if(!this.isHTMLText){const{scaleX:i,scaleY:s}=t.worldTransform;e=Math.max(Math.abs(i),Math.abs(s));t.fontSize*e<12&&(e*=12/t.fontSize)}this.textScale=e;let{width:i,height:s}=t,o=0,n=0;i*=e,s*=e;const r=t.__;if(r.__autoWidth&&(i+=20,r.autoSizeAlign))switch(r.textAlign){case"center":o=-i/2;break;case"right":o=-i}if(r.__autoHeight&&(s+=20,r.autoSizeAlign))switch(r.verticalAlign){case"middle":n=-s/2;break;case"bottom":n=-s}const{x:a,y:h}=this.inBody?t.app.clientBounds:t.app.tree.clientBounds,{a:l,b:d,c:c,d:u,e:p,f:_}=new z(t.worldTransform).scale(1/e).translateInner(o,n),{style:g}=this.editDom;g.transform=`matrix(${l},${d},${c},${u},${p},${_})`,g.left=a+"px",g.top=h+"px",g.width=i+"px",g.height=s+"px",this.isHTMLText||rg(this.editDom,t,e)}onUnload(){const{editTarget:t,editor:e,editDom:i}=this;t&&(this.onInput(),"\n"===t.text&&(t.text=""),t.textEditing=void 0,e.app&&(e.app.config.keyEvent=this._keyEvent),e.off_(this.eventIds),i.removeEventListener("focus",this.onFocus),i.removeEventListener("input",this.onInput),i.removeEventListener("paste",this.onPaste),window.removeEventListener("keydown",this.onKeydown),window.removeEventListener("scroll",this.onUpdate),i.remove(),this.editDom=this.eventIds=void 0)}};function hg(t,e,i){lg(t.parentApp?t.parentApp:t,e),t.isApp||i||t.__eventIds.push(t.on_(td.BEFORE_MOVE,(e=>{t.zoomLayer.move(t.getValidMove(e.moveX,e.moveY))})),t.on_(sd.BEFORE_ZOOM,(e=>{const{zoomLayer:i}=t,s=t.getValidScale(e.scale);1!==s&&i.scaleOfWorld(e,s)})))}function lg(t,e){const i={wheel:{preventDefault:!0},touch:{preventDefault:!0},pointer:{preventDefaultMenu:!0}};e&&It.assign(i,e),It.assign(t.config,i,t.userConfig)}ag=jt([r_()],ag),Tt.add("text-editor","editor");const dg=xt.get("LeaferTypeCreator"),cg={list:{},register(t,e){ug[t]&&dg.repeat(t),ug[t]=e},run(t,e){const i=ug[t];i&&i(e)}},{list:ug,register:pg}=cg;pg("viewport",hg),pg("custom",(function(t){hg(t,null,!0)})),pg("design",(function(t){hg(t,{zoom:{min:.01,max:256},move:{holdSpaceKey:!0,holdMiddleKey:!0}})})),pg("document",(function(t){hg(t,{zoom:{min:1},move:{scroll:"limit"}})}));const _g={getData(t){const e=t[0],i=t[1],s=P.getCenter(e.from,i.from),o=P.getCenter(e.to,i.to),n={x:o.x-s.x,y:o.y-s.y},r=P.getDistance(e.from,i.from);return{move:n,scale:P.getDistance(e.to,i.to)/r,rotation:P.getRotation(e.from,i.from,e.to,i.to),center:o}}},gg={getMove(t,e){let{moveSpeed:i}=e,{deltaX:s,deltaY:o}=t;return t.shiftKey&&!s&&(s=o,o=0),s>50&&(s=Math.max(50,s/3)),o>50&&(o=Math.max(50,o/3)),{x:-s*i*2,y:-o*i*2}},getScale(e,i){let s,o=1,{zoomMode:n,zoomSpeed:a}=i;const h=e.deltaY||e.deltaX;if(n?(s="mouse"===n||!e.deltaX&&(t.intWheelDeltaY?Math.abs(h)>17:Math.ceil(h)!==h),(e.shiftKey||e.metaKey||e.ctrlKey)&&(s=!0)):s=!e.shiftKey&&(e.metaKey||e.ctrlKey),s){a=r.within(a,0,1);o=1-h/(4*(e.deltaY?i.delta.y:i.delta.x))*a,o<.5&&(o=.5),o>=1.5&&(o=1.5)}return o}};class fg{get transforming(){return!!(this.moveData||this.zoomData||this.rotateData)}constructor(t){this.interaction=t}move(t){const{interaction:e}=this;t.moveType||(t.moveType="move"),this.moveData||(this.setPath(t),this.moveData=Object.assign(Object.assign({},t),{moveX:0,moveY:0}),e.emit(td.START,this.moveData)),t.path=this.moveData.path,e.emit(td.BEFORE_MOVE,t),e.emit(td.MOVE,t),this.transformEndWait()}zoom(t){const{interaction:e}=this;this.zoomData||(this.setPath(t),this.zoomData=Object.assign(Object.assign({},t),{scale:1}),e.emit(sd.START,this.zoomData)),t.path=this.zoomData.path,e.emit(sd.BEFORE_ZOOM,t),e.emit(sd.ZOOM,t),this.transformEndWait()}rotate(t){const{interaction:e}=this;this.rotateData||(this.setPath(t),this.rotateData=Object.assign(Object.assign({},t),{rotation:0}),e.emit(ed.START,this.rotateData)),t.path=this.rotateData.path,e.emit(ed.BEFORE_ROTATE,t),e.emit(ed.ROTATE,t),this.transformEndWait()}setPath(t){const{interaction:e}=this,{path:i}=e.selector.getByPoint(t,e.hitRadius);t.path=i,e.cancelHover()}transformEndWait(){clearTimeout(this.transformTimer),this.transformTimer=setTimeout((()=>{this.transformEnd()}),this.interaction.p.transformTime)}transformEnd(){const{interaction:t,moveData:e,zoomData:i,rotateData:s}=this;e&&t.emit(td.END,e),i&&t.emit(sd.END,i),s&&t.emit(ed.END,s),this.reset()}reset(){this.zoomData=this.moveData=this.rotateData=null}destroy(){this.reset()}}const yg=qh.prototype,mg=new ft;function vg(t,e){return Object.assign(Object.assign({},e),{moveX:t.x,moveY:t.y})}function wg(t,e){return Object.assign(Object.assign({},e),{scale:t})}yg.initType=function(t){cg.run(t,this)},yg.getValidMove=function(t,e){const{scroll:i,disabled:s}=this.app.config.move;if(i){const s=!0===i?"":i;if(s.includes("x")?(t=t||e,e=0):s.includes("y")?(e=e||t,t=0):Math.abs(t)>Math.abs(e)?e=0:t=0,s.includes("limit")){const{x:i,y:s,width:o,height:n}=mg.set(this.__world).addPoint(this.zoomLayer),r=i+o-this.width,a=s+n-this.height;i>=0&&r<=0?t=0:t>0?i+t>0&&(t=-i):t<0&&r+t<0&&(t=-r),s>=0&&a<=0?e=0:e>0?s+e>0&&(e=-s):e<0&&a+e<0&&(e=-a)}}return{x:s?0:t,y:s?0:e}},yg.getValidScale=function(t){const{scaleX:e}=this.zoomLayer.__,{min:i,max:s,disabled:o}=this.app.config.zoom,n=Math.abs(e*t);return i&&n<i?t=i/e:s&&n>s&&(t=s/e),o?1:t};const xg=xd.prototype;xg.createTransformer=function(){this.transformer=new fg(this)},xg.move=function(t){this.transformer.move(t)},xg.zoom=function(t){this.transformer.zoom(t)},xg.rotate=function(t){this.transformer.rotate(t)},xg.transformEnd=function(){this.transformer.transformEnd()},xg.wheel=function(t){const{wheel:e,pointer:i}=this.config,{posDeltaSpeed:s,negDeltaSpeed:o}=e;if(e.disabled)return;t.deltaX>0?s&&(t.deltaX*=s):o&&(t.deltaX*=o),t.deltaY>0?s&&(t.deltaY*=s):o&&(t.deltaY*=o);const n=e.getScale?e.getScale(t,e):gg.getScale(t,e);if(1!==n)this.zoom(wg(n,t));else{const s=e.getMove?e.getMove(t,e):gg.getMove(t,e);i.snap&&P.round(s),this.move(vg(s,t))}},xg.multiTouch=function(t,e){if(this.config.multiTouch.disabled)return;const{move:i,rotation:s,scale:o,center:n}=_g.getData(e);Object.assign(t,n),t.multiTouch=!0,this.pointerWaitCancel(),this.rotate(function(t,e){return Object.assign(Object.assign({},e),{rotation:t})}(s,t)),this.zoom(wg(o,t)),this.move(vg(i,t))};const bg=cd.prototype,{abs:kg}=Math;function Eg(t,e){let i=1;const s="out"===e,o=Math.abs(t);if(o>1){for(;s?i<o:i<=o;)i*=2;s&&(i/=2)}else{for(;s?i>=o:i>o;)i/=2;s||(i*=2)}return i/t}bg.checkDragEndAnimate=function(t,e){const{moveX:i,moveY:s}=this.dragData,o=kg(i),n=kg(s),r=e?1:.1,a=this.interaction.m.dragAnimate&&this.canAnimate&&this.moving&&(o>r||n>r);if(a){const r="touch"===t.pointerType?3:1,a=70;o*(e=e?.95:r)>a?e=a/o:n*e>a&&(e=a/n),t=Object.assign({},t),P.move(t,i*e,s*e),this.drag(t),this.animate((()=>{this.dragEnd(t,1)}))}return a},bg.animate=function(t,e){const i=t||this.animateWait;i&&this.interaction.target.nextRender(i,null,e),this.animateWait=t},bg.checkDragOut=function(t){const{interaction:e}=this;this.autoMoveCancel(),this.dragging&&!e.shrinkCanvasBounds.hitPoint(t)&&this.autoMoveOnDragOut(t)},bg.autoMoveOnDragOut=function(t){const{interaction:e,downData:i,canDragOut:s}=this,{autoDistance:o,dragOut:n}=e.m;if(!n||!s||!o)return;const r=e.shrinkCanvasBounds,{x:a,y:h}=r,l=ut.maxX(r),d=ut.maxY(r),c=t.x<a?o:l<t.x?-o:0,u=t.y<h?o:d<t.y?-o:0;let p=0,_=0;this.autoMoveTimer=setInterval((()=>{p+=c,_+=u,P.move(i,c,u),P.move(this.dragData,c,u),e.move(Object.assign(Object.assign({},t),{moveX:c,moveY:u,totalX:p,totalY:_,moveType:"drag"})),e.pointerMoveReal(t)}),10)},bg.autoMoveCancel=function(){this.autoMoveTimer&&(clearInterval(this.autoMoveTimer),this.autoMoveTimer=0)},Tt.add("viewport"),Tt.add("view"),qh.prototype.zoom=function(t,e,i,s){let o;this.killAnimate(),"object"!=typeof e||e instanceof Array?o=e:(o=e.padding,i=e.scroll,s=e.transition);const{zoomLayer:n}=this,r=this.canvas.bounds.clone().shrink(void 0!==o?o:30),a=new ft,h={x:r.x+r.width/2,y:r.y+r.height/2};let l;const{x:d,y:c,scaleX:u,scaleY:p}=n.__;if("string"==typeof t)switch(t){case"in":l=Eg(u,"in");break;case"out":l=Eg(u,"out");break;case"fit":t=this.boxBounds;break;case"fit-width":(t=new ft(this.boxBounds)).height=0;break;case"fit-height":(t=new ft(this.boxBounds)).width=0}else"number"==typeof t&&(l=t/u);if(l)l=this.getValidScale(l),n.scaleOfWorld(h,l,l,!1,s);else if("object"==typeof t){const e={x:d,y:c,scaleX:u,scaleY:p},o=t instanceof Array;if(o||t.tag){const e=o?t:[t];a.setListWithFn(e,Fn.worldBounds)}else{const e=function(t,e){let i,{x:s,y:o,width:n,height:r}=t;return r||(r=n*(e.height/e.width),i=!0),n||(n=r*(e.width/e.height),i=!0),i?{x:s,y:o,width:n,height:r}:t}(t,r);a.set(n.getWorldBounds(e))}const{width:h,height:_}=a;let g=r.x-a.x,f=r.y-a.y;return i?(g+=Math.max((r.width-h)/2,0),f+=Math.max((r.height-_)/2,0)):(l=this.getValidScale(Math.min(r.width/h,r.height/_)),g+=(r.width-h*l)/2,f+=(r.height-_*l)/2,P.scaleOf(e,a,l),a.scaleOf(a,l),e.scaleX*=l,e.scaleY*=l),"x"===i?f=0:"y"===i&&(g=0),P.move(e,g,f),a.move(g,f),n.set(e,s),a}return n.worldBoxBounds};class Bg extends Vh{get isOutside(){return!0}constructor(t,e){super(),this.config={theme:"light",padding:0,minSize:10},t.isApp&&(t.sky.add(this),t=t.tree),this.target=t,e&&It.assign(this.config,e),this.changeTheme(this.config.theme),this.waitLeafer(this.__listenEvents,this)}changeTheme(t){let e;"string"==typeof t?(e={fill:"black",stroke:"rgba(255,255,255,0.8)"},"dark"===t&&(e.fill="white",e.stroke="rgba(0,0,0,0.2)")):e=t,this.scrollXBar||this.addMany(this.scrollXBar=new il,this.scrollYBar=new il),e=Object.assign({strokeAlign:"center",opacity:.5,width:6,cornerRadius:3,hoverStyle:{opacity:.6},pressStyle:{opacity:.7}},e),e.height||(e.height=e.width),this.scrollXBar.set(Object.assign(Object.assign({},e),{visible:!1})),this.scrollYBar.set(Object.assign(Object.assign({},e),{visible:!1})),this.leafer&&this.update()}update(t){if(this.dragScrolling)return;const{minSize:e,padding:i}=this.config,{zoomLayer:s,canvas:o}=this.target.leafer,{worldRenderBounds:n}=s;if(t&&this.scrollBounds&&this.scrollBounds.isSame(n))return;this.scrollBounds=new ft(n);const r=o.bounds.clone().shrink(i),a=r.clone().add(n),h=this.ratioX=r.width/a.width,l=this.ratioY=r.height/a.height,d=(r.x-a.x)/a.width,c=(r.y-a.y)/a.height,u=h<1,p=l<1,{scrollXBar:_,scrollYBar:g}=this,{x:f,y:y,width:m,height:v}=r.shrink([2,p?g.width+6:2,u?_.height+6:2,2]);_.set({x:f+m*d,y:y+v+2,width:Math.max(m*h,e),visible:u}),g.set({x:f+m+2,y:y+v*c,height:Math.max(v*l,e),visible:p})}onDrag(t){this.dragScrolling=!0,this.__dragOut=this.app.config.move.dragOut,this.app.config.move.dragOut=!1;const e=t.current===this.scrollXBar,i=this.target.leafer.getValidMove(e?-t.moveX/this.ratioX:0,e?0:-t.moveY/this.ratioY);this.target.moveWorld(i.x,i.y),t.current.moveWorld(i.x&&-i.x*this.ratioX,i.y&&-i.y*this.ratioY)}onDragEnd(){this.dragScrolling=!1,this.app.config.move.dragOut=this.__dragOut}__listenEvents(){const{scrollXBar:t,scrollYBar:e}=this;this.__eventIds=[t.on_(Jl.DRAG,this.onDrag,this),e.on_(Jl.DRAG,this.onDrag,this),t.on_(Jl.END,this.onDragEnd,this),e.on_(Jl.END,this.onDragEnd,this),this.target.on_(ur.BEFORE,(()=>this.update(!0))),this.target.leafer.on_(lr.RESIZE,(()=>this.update()))]}__removeListenEvents(){this.off_(this.__eventIds)}destroy(){this.destroyed||(this.__removeListenEvents(),this.target=this.config=null,super.destroy())}}Tt.add("scroll");class Sg extends Fh{setText(t){this._text=t,this.__htmlChanged=!0}}let Rg=class extends Al{get __tag(){return"HTMLText"}constructor(t){super(t)}__updateBoxBounds(){const t=this.__;if(t.__htmlChanged){const e=document.createElement("div"),{style:i}=e;i.all="initial",i.position="absolute",i.visibility="hidden",e.innerHTML=this.text,document.body.appendChild(e);const{width:s,height:o}=e.getBoundingClientRect(),n=s+10,r=`<svg xmlns="http://www.w3.org/2000/svg" width="${n}" height="${o}">\n <foreignObject width="${n}" height="${o}">\n <style>\n * {\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n }\n </style>\n <body xmlns="http://www.w3.org/1999/xhtml">\n ${this.text}\n </body>\n </foreignObject>\n </svg>`;t.__setImageFill("data:image/svg+xml,"+encodeURIComponent(r)),t.__naturalWidth=n/t.pixelRatio,t.__naturalHeight=o/t.pixelRatio,t.__htmlChanged=!1,e.remove()}super.__updateBoxBounds()}__draw(t,e,i){this.textEditing&&!e.exporting||super.__draw(t,e,i)}};jt([nn(Sg)],Rg.prototype,"__",void 0),jt([zo("")],Rg.prototype,"text",void 0),jt([Do("TextEditor")],Rg.prototype,"editInner",void 0),jt([qo(!1)],Rg.prototype,"textEditing",void 0),Rg=jt([gn()],Rg),Tt.add("html");class Tg extends Rh{}function Cg(t){return Lo(t,(t=>({set(e){if(this.__setAttr(t,e)){const t=this.__;t.__useArrow="none"!==t.startArrow||"none"!==t.endArrow,Vo(this)}}})))}let Og=class extends fl{get __tag(){return"Arrow"}constructor(t){super(t),this.__.__useArrow=!0}};jt([nn(Tg)],Og.prototype,"__",void 0),jt([Cg("angle")],Og.prototype,"endArrow",void 0),Og=jt([gn()],Og);const{M:Lg,L:Pg,C:Ag,Q:Dg,O:Mg}=ne,{rotate:Fg,copyFrom:Ig,scale:Wg}=P,zg={},Ng={layout(t,e,i,s,o,n,r){let a,h,l=0,d=t.length;for(;l<d;)switch(a=t[l],a){case Lg:case Pg:Yg(t,l+1,e,i,s,o,n,r),l+=3;break;case Ag:for(h=1;h<6;h+=2)Yg(t,l+h,e,i,s,o,n,r);l+=7;break;case Dg:for(h=1;h<4;h+=2)Yg(t,l+h,e,i,s,o,n,r);l+=5;break;case Mg:t[l+1]+=e,t[l+2]+=i,s&&(t[l+3]*=s),n&&(t[l+4]+=n,t[l+5]+=n),l+=7}},rotate(t,e,i){Ng.layout(t,0,0,1,1,e,i)}};function Yg(t,e,i,s,o,n,r,a){Ig(zg,t[e],t[e+1]),r&&Fg(zg,r,a),o&&Wg(zg,o,n),t[e]=i+zg.x,t[e+1]=s+zg.y}const{layout:Xg,rotate:Hg}=Ng,{getAngle:jg}=P,Vg={x:-.5},Ug={connect:Vg,offset:{x:-.71,bevelJoin:.36,roundJoin:.22},path:[1,-3,-3,2,0,0,2,-3,3]},Gg={connect:Vg,offset:{x:-1.207,bevelJoin:.854,roundJoin:.707},path:[1,-3,-3,2,0,0,2,-1,0]},qg={connect:Vg,offset:{x:-.9,bevelJoin:.624,roundJoin:.4},path:[1,-3,0,2,-3,-2,2,0,0,2,-3,2,2,-3,0,1,-2.05,1.1,2,-2.05,-1.1],dashPath:[1,-2,0,2,-.5,0]},Zg={connect:Vg,offset:{x:-1.1,bevelJoin:.872,roundJoin:.6},path:[1,-3,0,2,-3.5,-1.8,2,0,0,2,-3.5,1.8,2,-3,0,1,-2.25,.95,2,-2.25,-.95],dashPath:[1,-3,0,2,-.5,0]},Kg={offset:Vg,path:[...qg.path],dashPath:[1,-2.5,0,2,-1,0]};Hg(Kg.path,180,{x:-1.5,y:0});const Jg={connect:{x:-1.3},path:[1,1.8,-.1,2,1.8,0,26,0,0,1.8,0,359,0]},$g={connect:{x:.5},path:[...Jg.path,1,0,0,26,0,0,1,0,360,0],dashPath:[1,-.5,0,2,.5,0]},Qg={connect:{x:-1.3},path:[1,-1.4,0,2,-1.4,-1.4,2,1.4,-1.4,2,1.4,1.4,2,-1.4,1.4,2,-1.4,0]},tf={path:[...Qg.path,2,-1.4,-.49,2,1,-.49,1,-1.4,.49,2,1,.49]},ef=It.clone(Qg),sf=It.clone(tf);Hg(ef.path,45),Hg(sf.path,45);const of={angle:Ug,"angle-side":Gg,arrow:Zg,triangle:qg,"triangle-flip":Kg,circle:$g,"circle-line":Jg,square:tf,"square-line":Qg,diamond:sf,"diamond-line":ef,mark:{offset:Vg,path:[1,0,-2,2,0,2]}};function nf(t,e,i,s,o,n,r){const{strokeCap:a,strokeJoin:h}=t.__,{offset:l,connect:d,path:c,dashPath:u}="object"==typeof e?e:of[e];let p=d?d.x:0,_=l?l.x:0;const g=[...c];return r&&u&&g.push(...u),"none"!==a&&(p-=.5),l&&("round"===h&&l.roundJoin?_+=l.roundJoin:"bevel"===h&&l.bevelJoin&&(_+=l.bevelJoin)),_&&Xg(g,_,0),Xg(g,s.x,s.y,o,o,jg(i,s)),n.x=(p+_)*o,g}const{M:rf,L:af,C:hf,Q:lf,Z:df,N:cf,D:uf,X:pf,G:_f,F:gf,O:ff,P:yf,U:mf}=ne,{copy:vf,copyFrom:wf,getDistancePoint:xf}=P,bf={},kf={},Ef={},Bf={},Sf={},Rf={list:of,addArrows(t,e){const{startArrow:i,endArrow:s,strokeWidth:o,dashPattern:n,__pathForRender:r}=t.__;let a,h=0,l=r.length,d=0,c=i&&"none"!==i;for(;h<l;){switch(a=r[h],a){case rf:case af:(d<2||h+6>=l)&&(wf(Sf,r[h+1],r[h+2]),!d&&c&&vf(kf,Sf)),h+=3;break;case hf:1!==d&&h+7!==l||Tf(r,Bf,Sf,h+3),h+=7;break;case lf:1!==d&&h+5!==l||Tf(r,Bf,Sf,h+1),h+=5;break;case df:return;case cf:h+=5;break;case uf:h+=9;break;case pf:h+=6;break;case _f:h+=9;break;case gf:h+=5;break;case ff:h+=7;break;case yf:h+=4;break;case mf:1!==d&&h+6!==l||Tf(r,Bf,Sf,h+1),h+=6}if(d++,1===d&&a!==rf)return;if(2===d&&c&&vf(Ef,a===af?Sf:Bf),h===l){const l=t.__.__pathForRender=e?[...r]:r,d=t.__.__pathForArrow=[];if(c){const e=nf(t,i,Ef,kf,o,bf,!!n);n?d.push(...e):l.push(...e),bf.x&&(xf(kf,Ef,-bf.x,!0),l[1]=Ef.x,l[2]=Ef.y)}if(s&&"none"!==s){const e=nf(t,s,Bf,Sf,o,bf,!!n);if(n?d.push(...e):l.push(...e),bf.x){let t;switch(xf(Sf,Bf,-bf.x,!0),a){case af:t=h-3+1;break;case hf:t=h-7+5;break;case lf:t=h-5+3;break;case mf:t=h-6+3}t&&Cf(l,Bf,t)}}}else vf(Bf,Sf)}}};function Tf(t,e,i,s){wf(e,t[s],t[s+1]),wf(i,t[s+2],t[s+3])}function Cf(t,e,i){t[i]=e.x,t[i+1]=e.y}Tt.add("arrow"),jh.addAttr("startArrow","none",Cg),jh.addAttr("endArrow","none",Cg),Object.assign(rh,Rf),Object.assign(ah,{strokeArrow(t,e,i){e.__.dashPattern&&(i.beginPath(),e.__drawPathByData(i,e.__.__pathForArrow),i.dashPattern=null,i.stroke())}});let Of=class extends il{get __tag(){return"Flow"}constructor(t){super(t),this.__hasAutoLayout=!0}};jt([nn(class extends Eh{})],Of.prototype,"__",void 0),jt([Fo("x")],Of.prototype,"flow",void 0),Of=jt([gn()],Of);const Lf={},Pf={"top-left":"from",top:"center","top-right":"to",right:"to","bottom-right":"to",bottom:"center","bottom-left":"from",left:"from",center:"center","baseline-left":"from","baseline-center":"center","baseline-right":"to"},Af={"top-left":"from",top:"from","top-right":"from",right:"center","bottom-right":"to",bottom:"to","bottom-left":"to",left:"center",center:"center","baseline-left":"to","baseline-center":"to","baseline-right":"to"};function Df(t,e,i){const s=t.__,{contentBounds:o}=t.__layout;Z.toPoint(i,e,o,Lf),e.x=s.__autoWidth?o.x:Lf.x,e.y=s.__autoHeight?o.y:Lf.y}const{move:Mf}=P;function Ff(t,e,i,s,o,n){const{children:r}=t;let a,h,{x:l,start:d}=e,c=s;l+=i;for(let t=0,i=e.count;t<i;t++)a=r[n?d-t:d+t],a.__.inFlow&&0!==a.__.visible?(h=a.__flowBounds,"from"!==o&&(c=s+(e.height-h.height)/("center"===o?2:1)),Mf(a,l-h.x,c-h.y),l+=h.width+e.gap):i++}function If(t,e,i){const s="width"===i?"height":"width";t[i]=Math.max(t[i],e[i]),t[s]+=t.count?e[s]+t.gap:e[s],t.list.push(e),t.count++}const Wf={};function zf(t,e){const{gap:i,flowAlign:s,flowWrap:o,__autoWidth:n,__autoHeight:r}=t.__,a=o&&(e?!n:!r);return"object"==typeof i?(Wf.xGap=i.x||0,Wf.yGap=i.y||0):Wf.xGap=Wf.yGap=i,Wf.isAutoXGap="string"==typeof Wf.xGap&&!n,Wf.isAutoYGap="string"==typeof Wf.yGap&&!r,Wf.complex=a||"top-left"!==s||t.__hasGrow||Wf.isAutoXGap||Wf.isAutoYGap,Wf.wrap=a,Wf.complex&&(Wf.isFitXGap="fit"===Wf.xGap&&!n,Wf.isFitYGap="fit"===Wf.yGap&&!r,"object"==typeof s?(Wf.contentAlign=s.content||"top-left",Wf.rowXAlign=s.x||"from",Wf.rowYAlign=s.y||"from"):(Wf.contentAlign=s,Wf.rowXAlign=Pf[s],Wf.rowYAlign=Af[s])),Wf}function Nf(t,e){return{x:0,y:0,width:0,height:0,gap:e,start:t,count:0,grow:0}}function Yf(t,e,i,s){const{count:o}=t;o>1&&(i>t[e]||s)&&(t.gap=(i-t[e])/(o-1),t[e]=i)}function Xf(t,e){return"box"===e?t.__local:t.__layout.localStrokeBounds}const{within:Hf}=r;function jf(t,e,i,s){let o,n,r,a=0,h=e.hasRangeSize&&[],{grow:l,start:d}=e;const c=(i-e.width)/l,{children:u}=t;if(!(c<=0)){e.width=i;for(let t=0,i=e.count;t<i;t++)o=u[s?d-t:d+t],o.__.inFlow&&0!==o.__.visible?(n=o.__widthGrow)&&(r=Vf(o,o.__flowBounds,c*n),r?(a+=r,l-=n):h&&(o.__.widthRange?h.unshift(o):h.push(o))):i++;a&&function(t,e,i){let s,o,n,r;t.forEach((t=>{s=t.__widthGrow,o=e/i*s,r=Vf(t,n=t.__flowBounds,n.width+o),e-=o-r,i-=s}))}(h,a,l)}}function Vf(t,e,i){const{widthRange:s,lockRatio:o}=t.__,n=s?Hf(i,s):i,r=n/e.width;return t.scaleResize(r,o?r:1),e.width=n,i-n}const{within:Uf}=r;function Gf(t,e,i,s){let o,n,r,a=0,h=e.hasRangeSize&&[],{grow:l,start:d}=e;const c=(i-e.height)/l,{children:u}=t;if(!(c<=0)){e.height=i;for(let t=0,i=e.count;t<i;t++)o=u[s?d-t:d+t],o.__.inFlow&&0!==o.__.visible?(n=o.__heightGrow)&&(r=qf(o,o.__flowBounds,c*n),r?(a+=r,l-=n):h&&(o.__.heightRange?h.unshift(o):h.push(o))):i++;a&&function(t,e,i){let s,o,n,r;t.forEach((t=>{s=t.__heightGrow,o=e/i*s,r=qf(t,n=t.__flowBounds,n.height+o),e-=o-r,i-=s}))}(h,a,l)}}function qf(t,e,i){const{heightRange:s,lockRatio:o}=t.__,n=s?Uf(i,s):i,r=n/e.height;return t.scaleResize(o?r:1,r),e.height=n,i-n}const{move:Zf}=P;function Kf(t,e){const i="width",{children:s,itemBox:o}=t,n=zf(t,!0),{complex:r,wrap:a,xGap:h,yGap:l,isAutoXGap:d,isFitXGap:c}=n;if(!s.length)return;const u=a&&{x:0,y:0,width:0,height:0,gap:0,count:0,list:[]},p=d?0:h;let _,g,f,y,m,{x:v,y:w,width:x,height:b}=t.__layout.contentBounds;for(let n=0,h=s.length;n<h;n++)_=s[y=e?h-1-n:n],_.__.inFlow&&0!==_.__.visible&&(g=Xf(_,o),r?(_.__flowBounds=g,m||(m=Nf(y,p)),a&&m.count&&m.width+g.width>x&&(m.grow?jf(t,m,x,e):d&&Yf(m,i,x,c),If(u,m,i),m=Nf(y,p)),f=g.width,_.__widthGrow&&(m.grow+=_.__widthGrow,f=0,_.__.widthRange&&(m.hasRangeSize=!0)),_.__heightGrow&&qf(_,g,b),m.width+=m.count?f+p:f,m.height=Math.max(m.height,g.height),m.count++):(Zf(_,v-g.x,w-g.y),v+=g.width+p));if(r&&m){const{isAutoYGap:s,isFitYGap:o,contentAlign:r,rowXAlign:h,rowYAlign:p}=n;m.count&&(m.grow?jf(t,m,x,e):d&&Yf(m,i,x,c),a&&If(u,m,i)),a?(s?Yf(u,"height",b,o):u.height+=(u.gap=l)*(u.list.length-1),function(t,e,i,s){Df(t,e,i);const{list:o}=e;if(o.length>1&&(s||(s=Pf[i]),"from"!==s)){let t;for(let i=0,n=o.length;i<n;i++)t=o[i],t.x=e.width-t.width,"center"===s&&(t.x/=2)}}(t,u,r,h),function(t,e,i,s){const{list:o}=e,n="reverse"===t.__.flowWrap;let r,{x:a,y:h}=e;for(let l=0,d=o.length;l<d;l++)r=o[n?d-1-l:l],Ff(t,r,a,h,i,s),h+=r.height+e.gap}(t,u,p,e)):(Df(t,m,r),Ff(t,m,0,m.y,p,e))}}const{move:Jf}=P;function $f(t,e,i,s,o,n){const{children:r}=t;let a,h,{y:l,start:d}=e,c=i;l+=s;for(let t=0,s=e.count;t<s;t++)a=r[n?d-t:d+t],a.__.inFlow&&0!==a.__.visible?(h=a.__flowBounds,"from"!==o&&(c=i+(e.width-h.width)/("center"===o?2:1)),Jf(a,c-h.x,l-h.y),l+=h.height+e.gap):s++}const{move:Qf}=P;function ty(t,e){const i="height",{children:s,itemBox:o}=t,n=zf(t,!1),{complex:r,wrap:a,xGap:h,yGap:l,isAutoYGap:d,isFitYGap:c}=n;if(!s.length)return;const u=a&&{x:0,y:0,width:0,height:0,gap:0,count:0,list:[]},p=d?0:l;let _,g,f,y,m,{x:v,y:w,width:x,height:b}=t.__layout.contentBounds;for(let n=0,h=s.length;n<h;n++)_=s[y=e?h-1-n:n],_.__.inFlow&&0!==_.__.visible&&(g=Xf(_,o),r?(_.__flowBounds=g,m||(m=Nf(y,p)),a&&m.count&&m.height+g.height>b&&(m.grow&&Gf(t,m,b,e),d&&Yf(m,i,b,c),If(u,m,i),m=Nf(y,p)),f=g.height,_.__heightGrow&&(m.grow+=_.__heightGrow,f=0,_.__.heightRange&&(m.hasRangeSize=!0)),_.__widthGrow&&Vf(_,g,x),m.height+=m.count?f+p:f,m.width=Math.max(m.width,g.width),m.count++):(Qf(_,v-g.x,w-g.y),w+=g.height+p));if(r&&m){const{isAutoXGap:s,isFitXGap:o,contentAlign:r,rowXAlign:l,rowYAlign:p}=n;m.count&&(m.grow&&Gf(t,m,b,e),d&&Yf(m,i,b,c),a&&If(u,m,i)),a?(s?Yf(u,"width",x,o):u.width+=(u.gap=h)*(u.list.length-1),function(t,e,i,s){Df(t,e,i);const{list:o}=e;if(o.length>1&&(s||(s=Af[i]),"from"!==s)){let t;for(let i=0,n=o.length;i<n;i++)t=o[i],t.y=e.height-t.height,"center"===s&&(t.y/=2)}}(t,u,r,p),function(t,e,i,s){const{list:o}=e,n="reverse"===t.__.flowWrap;let r,{x:a,y:h}=e;for(let l=0,d=o.length;l<d;l++)r=o[n?d-1-l:l],$f(t,r,a,h,i,s),a+=r.width+e.gap}(t,u,l,e)):(Df(t,m,r),$f(t,m,m.x,0,l,e))}}function ey(t){return Lo(t,(t=>({set(e){const i="number"==typeof e?e:0;"autoWidth"===t?this.__widthGrow=i:this.__heightGrow=i,!i||this.parent&&this.parent.__hasGrow||this.waitParent((()=>{this.parent.__hasGrow=!0})),this.__setAttr(t,e)&&Yo(this)}})))}Tt.add("flow","resize");const iy=il.prototype,{__updateBoxBounds:sy}=Vh.prototype;jh.addAttr("flow",!1,Fo),jh.addAttr("gap",0,zo),jh.addAttr("flowAlign","top-left",zo),jh.addAttr("flowWrap",!1,zo),jh.addAttr("itemBox","box",zo),jh.addAttr("inFlow",!0,zo),jh.addAttr("autoWidth",void 0,ey),jh.addAttr("autoHeight",void 0,ey),jh.addAttr("autoBox",void 0,zo);const{copyAndSpread:oy}=ut;iy.__updateFlowLayout=function(){const{leaferIsCreated:t,flow:e}=this;switch(t&&(this.leafer.created=!1),e){case"x":case!0:Kf(this);break;case"y":ty(this);break;case"x-reverse":Kf(this,!0);break;case"y-reverse":ty(this,!0)}t&&(this.leafer.created=!0)},iy.__updateContentBounds=function(){const{padding:t}=this.__,e=this.__layout,i=e.contentBounds===e.boxBounds;t?(i&&e.shrinkContent(),oy(e.contentBounds,e.boxBounds,t,!0)):i||e.shrinkContentCancel()},iy.__updateBoxBounds=function(t){if(this.children.length&&!this.pathInputed){const e=this.__,{flow:i}=e;if(e.__autoSide){e.__hasSurface&&this.__extraUpdate(),i&&!t?this.__updateRectBoxBounds():sy.call(this);const{boxBounds:s}=this.__layout;e.__autoSize||(e.__autoWidth?(i||(s.width+=s.x,s.x=0),s.height=e.height,s.y=0):(i||(s.height+=s.y,s.y=0),s.width=e.width,s.x=0)),i&&t&&e.padding&&oy(s,s,e.padding,!1,e.__autoSize?null:e.__autoWidth?"width":"height"),this.__updateNaturalSize()}else this.__updateRectBoxBounds();i&&this.__updateContentBounds()}else this.__updateRectBoxBounds()};const{cos:ny,sin:ry,pow:ay,sqrt:hy,abs:ly,ceil:dy,floor:cy,round:uy,PI:py}=Math,_y=5*py,gy=1.70158,fy=2.5949095,yy=7.5625,my=2.75;function vy(t){return e=>ay(e,t)}function wy(t){return e=>1-ay(1-e,t)}function xy(t){return e=>e<.5?.5*ay(2*e,t):1-.5*ay(2-2*e,t)}function by(t){return t<1/my?yy*t*t:t<2/my?yy*(t-=1.5/my)*t+.75:t<2.5/my?yy*(t-=2.25/my)*t+.9375:yy*(t-=2.625/my)*t+.984375}function ky(t,e,i,s){const o={};return n=>{const r=~~(1e4*n),a=o[r];if(a)return a;let h,l,d,c=n;for(let e=0;e<8&&(h=1-c,d=Ey(c,t,i)-n,l=3*h*h*t+6*h*c*(i-t)+3*c*c*(1-i),!(ly(l)<1e-6));e++)c-=d/l;return o[r]=Ey(c,e,s)}}function Ey(t,e,i){const s=1-t;return 3*s*s*t*e+3*s*t*t*i+t*t*t}const By={get(t){const{list:e}=By;return"string"==typeof t?e[t||"ease"]:"object"==typeof t?e[t.name].apply(e,t.value instanceof Array?t.value:[t.value]):e.ease},register(t,e){By.list[t]=e},list:{linear:t=>t,ease:ky(.25,.1,.25,1),"ease-in":ky(.42,0,1,1),"ease-out":ky(0,0,.58,1),"ease-in-out":ky(.42,0,.58,1),"sine-in":t=>1-ny(t*py*.5),"sine-out":t=>ry(t*py*.5),"sine-in-out":t=>.5*(1-ny(t*py)),"quad-in":vy(2),"quad-out":wy(2),"quad-in-out":xy(2),"cubic-in":vy(3),"cubic-out":wy(3),"cubic-in-out":xy(3),"quart-in":vy(4),"quart-out":wy(4),"quart-in-out":xy(4),"quint-in":vy(5),"quint-out":wy(5),"quint-in-out":xy(5),"expo-in":t=>t?ay(2,10*t-10):0,"expo-out":t=>1===t?1:1-ay(2,10*-t),"expo-in-out":t=>0===t||1===t?t:t<.5?.5*ay(2,2*t*10-10):.5*(2-ay(2,10-2*t*10)),"circ-in":t=>1-hy(1-ay(t,2)),"circ-out":t=>hy(1-ay(t-1,2)),"circ-in-out":t=>t<.5?.5*(1-hy(1-ay(2*t,2))):.5*(hy(1-ay(2-2*t,2))+1),"back-in":t=>((gy+1)*t-gy)*t*t,"back-out":t=>(t-=1)*t*((gy+1)*t+gy)+1,"back-in-out":t=>t<.5?(t*=2)*t*((fy+1)*t-fy)*.5:.5*((t=2*t-2)*t*((fy+1)*t+fy)+2),"elastic-in":t=>0===t||1===t?t:-ay(2,10*(t-1))*ry((t-1.1)*_y),"elastic-out":t=>0===t||1===t?t:ay(2,-10*t)*ry((t-.1)*_y)+1,"elastic-in-out":t=>0===t||1===t?t:t<.5?-ay(2,10*((t*=2)-1))*ry((t-1.1)*_y)*.5:ay(2,10*(1-(t*=2)))*ry((t-1.1)*_y)*.5+1,"bounce-in":t=>1-by(1-t),"bounce-out":by,"bounce-in-out":t=>t<.5?.5*(1-by(1-2*t)):.5*(1+by(2*t-1)),"cubic-bezier":ky,steps:function(t,e="floor"){return i=>("floor"===e?cy(i*t):"ceil"===e?dy(i*t):uy(i*t))/t}}};function Sy(t){return(e,i)=>{Object.defineProperty(e,i,{get(){const e=this.config&&this.config[i];return void 0===e?t:e},set(t){this.config||(this.config={}),this.config[i]=t}})}}class Ry{}Ry.CREATED="created",Ry.PLAY="play",Ry.PAUSE="pause",Ry.STOP="stop",Ry.SEEK="seek",Ry.UPDATE="update",Ry.COMPLETED="completed";let Ty=class extends gr{get endingStyle(){return"from"===this.realEnding?this.fromStyle:this.toStyle}get started(){return!!this.requestAnimateTime}get completed(){return this.time>=this.duration&&!this.started}get frame(){return this.frames[this.nowIndex]}get frameTotalTime(){return this.frame.totalTime||this.frame.duration||0}get nowReverse(){return(this.mainReverse?1:0)+(this.frameReverse?1:0)==1}get realEnding(){let t;const{ending:e,reverse:i,swing:s,loop:o}=this;return"from"===e?t=0:"to"===e?t=1:(t=i?0:1,s&&o&&"number"==typeof o&&(t+=o-1)),t%2?"to":"from"}constructor(t,e,i,s){super(),e&&(e.keyframes?(i=e,e=e.keyframes):e.style&&(i=e,e=e.style)),this.init(t,e,i,s)}init(t,e,i,s){switch(this.target=t,(s||this.isTemp)&&(this.isTemp=s),typeof i){case"number":this.config={duration:i};break;case"string":this.config={easing:i};break;case"object":this.config=i,i.event&&(this.event=i.event)}this.keyframes=e instanceof Array?e:e?[e]:[];const{easing:o,attrs:n}=this;this.easingFn=By.get(o),(n||this.attrsMap)&&(this.attrsMap=n?n.reduce(((t,e)=>(t[e]=!0,t)),{}):void 0),this.frames=[],this.create(),this.autoplay&&this.frames.length&&(this.timer=setTimeout((()=>{this.timer=0,this.play()}),0))}emitType(t){this.emit(t,this),this.parent&&this.parent.onChildEvent(t,this)}play(){this.destroyed||(this.running=!0,this.started?this.timer||this.requestAnimate():(this.clearTimer(),this.start()),this.emitType(Ry.PLAY))}pause(){this.destroyed||(this.running=!1,this.clearTimer(),this.emitType(Ry.PAUSE))}stop(){this.destroyed||(this.complete(),this.emitType(Ry.STOP))}seek(t){this.destroyed||("object"==typeof t&&(t=nh.number(t,this.duration)),t&&(t/=this.speed),(!this.started||t<this.time)&&this.start(!0),this.time=t,this.animate(0,!0),this.clearTimer((()=>this.requestAnimate())),this.emitType(Ry.SEEK))}kill(t=!0,e){this.killStyle=e,this.destroy(t)}create(){const{target:t,frames:e,keyframes:i,config:s}=this,{length:o}=i,n=!(o>1)||this.join;let r,a,h,l,d,c=0,u=0;o>1&&(this.fromStyle={},this.toStyle={});for(let s=0;s<o;s++){if(a=i[s],l=a.style||a,r||(r=n?t:l),h={style:l,beforeStyle:{}},d=1,a.style){const{duration:t,autoDuration:e,delay:i,autoDelay:s,easing:o,swing:n,loop:r}=a;n&&(h.swing="number"==typeof n?n:2,d=2*h.swing-1),r&&(h.loop=d="number"==typeof r?r:2),t?(h.duration=t,c+=t*d,i&&(h.totalTime=t+i)):e&&(h.autoDuration=e,u+=e*d),i?(h.delay=i,c+=i*d):s&&(h.autoDelay=s,u+=s*d),o&&(h.easingFn=By.get(o))}if(h.autoDuration||void 0!==h.duration||(o>1?s>0||n?u+=d:h.duration=0:h.duration=this.duration),o>1)this.setBefore(h,l,r);else{for(let e in l)h.beforeStyle[e]=t[e];this.fromStyle=h.beforeStyle,this.toStyle=h.style}r=l,e.push(h)}u?((this.duration<=c||!s||!s.duration)&&this.changeDuration(c+.2*u),this.allocateTime((this.duration-c)/u)):c&&this.changeDuration(c),this.emitType(Ry.CREATED)}changeDuration(t){const{config:e}=this;this.config=e?Object.assign(Object.assign({},e),{duration:t}):{duration:t}}setBefore(t,e,i){const{fromStyle:s,toStyle:o,target:n}=this;for(let r in e)void 0===s[r]&&(s[r]=o[r]=e===i?i[r]:n[r]),t.beforeStyle[r]=void 0===i[r]?o[r]:i[r],o[r]=e[r]}allocateTime(t){let e,{frames:i}=this,{length:s}=i;for(let o=0;o<s;o++)e=i[o],void 0===e.duration&&(e.duration=e.autoDuration?t*e.autoDuration:t),e.totalTime||(e.autoDelay&&(e.delay=e.autoDelay*t),e.delay&&(e.totalTime=e.duration+e.delay))}requestAnimate(){this.requestAnimateTime=Date.now(),t.requestRender(this.animate.bind(this))}animate(t,e){if(!e){if(!this.running)return;this.time+=(Date.now()-this.requestAnimateTime)/1e3}const{duration:i}=this,s=this.time*this.speed;if(s<i){for(;s-this.playedTotalTime>this.frameTotalTime;)this.transition(1),this.mainReverse?this.reverseNextFrame():this.nextFrame();const t=this.nowReverse?0:this.frame.delay||0,e=s-this.playedTotalTime-t,i=this.frame.duration;if(e>i)this.transition(1);else if(e>=0){const t=i?e/i:1;this.transition(this.frame.easingFn?this.frame.easingFn(t):this.easingFn(t))}}else this.end();if(!e)if(s<i)this.requestAnimate();else{const{loop:t,loopDelay:e,swing:i}=this;if((!1!==t||i)&&(this.looped?this.looped++:this.looped=1,this.needLoop(this.looped,t,i)))return i&&(this.mainReverse=!this.mainReverse),void(e?this.timer=setTimeout((()=>{this.timer=0,this.begin()}),e/this.speed*1e3):this.begin());this.complete()}}start(t){this.requestAnimateTime=1;const{reverse:e}=this;if((e||this.mainReverse)&&(this.mainReverse=e),this.looped&&(this.looped=0),t)this.begin(!0);else{const{delay:t}=this;t?this.timer=setTimeout((()=>{this.timer=0,this.begin()}),t/this.speed*1e3):this.begin()}}begin(t){this.playedTotalTime=this.time=0,this.mainReverse?this.setTo():this.setFrom(),t||this.requestAnimate()}end(){this.mainReverse?this.setFrom():this.setTo()}complete(){this.requestAnimateTime=0,this.running=!1;const{endingStyle:t,killStyle:e}=this,i=e?{}:t;if(e)for(let s in t)s in e||(i[s]=t[s]);this.setStyle(i),this.clearTimer(),this.emitType(Ry.COMPLETED)}setFrom(){this.nowIndex=0,this.setStyle(this.fromStyle)}setTo(){this.nowIndex=this.frames.length-1,this.setStyle(this.toStyle)}nextFrame(){if(this.needLoopFrame())return this.increaseTime();this.nowIndex+1>=this.frames.length||(this.increaseTime(),this.nowIndex++)}reverseNextFrame(){if(this.needLoopFrame())return this.increaseTime();this.nowIndex-1<0||(this.increaseTime(),this.nowIndex--)}transition(t){const{style:e,beforeStyle:i}=this.frame,s=this.nowReverse?e:i,o=this.nowReverse?i:e;if(0===t)this.setStyle(s);else if(1===t)this.setStyle(o);else{const{attrsMap:i,target:n}=this;let{betweenStyle:r}=this.frame;r||(r=this.frame.betweenStyle={}),_h.setBetweenStyle(r,s,o,e,t,n,i),this.setStyle(r)}this.emitType(Ry.UPDATE)}setStyle(t){const{target:e}=this;e&&t&&(this.style=t,e.__?e.set(t,!!this.isTemp&&"temp"):Object.assign(e,t))}increaseTime(){this.playedTotalTime+=this.frameTotalTime}needLoop(t,e,i){return!(this.needStopLoop(t,e)||this.needStopLoop(t,i,!0))}needStopLoop(t,e,i){return"number"==typeof e&&(!e||t>=(i?2*e-1:e))}needLoopFrame(){const{loop:t,swing:e}=this.frame;if(t||e){if(this.frameLooped?this.frameLooped++:this.frameLooped=1,e&&(this.frameReverse=!this.frameReverse),this.needLoop(this.frameLooped,t,e))return!0;this.frameLooped=this.frameReverse=void 0}return!1}clearTimer(t){this.timer&&(clearTimeout(this.timer),this.timer=0,t&&t())}destroy(t){this.destroyed||(super.destroy(),t&&!this.completed?this.stop():this.pause(),this.target=this.parent=this.config=this.frames=this.fromStyle=this.toStyle=this.style=this.killStyle=null,this.destroyed=!0)}};jt([Sy("ease")],Ty.prototype,"easing",void 0),jt([Sy(0)],Ty.prototype,"delay",void 0),jt([Sy(.2)],Ty.prototype,"duration",void 0),jt([Sy("auto")],Ty.prototype,"ending",void 0),jt([Sy(!1)],Ty.prototype,"reverse",void 0),jt([Sy(!1)],Ty.prototype,"swing",void 0),jt([Sy(!1)],Ty.prototype,"loop",void 0),jt([Sy(0)],Ty.prototype,"loopDelay",void 0),jt([Sy(1)],Ty.prototype,"speed",void 0),jt([Sy(!0)],Ty.prototype,"autoplay",void 0),jt([Sy()],Ty.prototype,"join",void 0),jt([Sy()],Ty.prototype,"attrs",void 0),Ty=jt([_n(Sr)],Ty);let Cy=class extends Ty{get completed(){return this.list.every((t=>t.completed))}get endingStyle(){return this._endingStyle}constructor(t,e,i){super(t,null),this.list=[],this.updateList(e,i)}updateList(t,e){this.fromStyle={},this.toStyle={},this._endingStyle={},t||(t=this.list.filter((t=>{const{completed:e}=t;return e&&t.destroy(),!e}))),this.list=t.map((t=>{const i=t.target?t:new Ty(this.target,t,e);return i.parent=this,Object.assign(this.fromStyle,i.fromStyle),Object.assign(this.toStyle,i.toStyle),Object.assign(this._endingStyle,i.endingStyle),i}))}play(){this.each((t=>t.play())),this.emitType(Ry.PLAY)}pause(){this.each((t=>t.pause())),this.emitType(Ry.PAUSE)}stop(){this.each((t=>t.stop())),this.emitType(Ry.STOP)}seek(t){this.each((e=>e.seek(t))),this.emitType(Ry.SEEK)}kill(t,e){this.each((i=>i.kill(t,e))),this.destroy()}onChildEvent(t,e){switch(t){case Ry.COMPLETED:this.completed&&this.emitType(t);break;case Ry.UPDATE:this.emitType(t)}}each(t){this.list.forEach(t)}destroy(t){const{list:e}=this;e.length&&(this.each((e=>e.destroy(t))),e.length=0)}};Cy=jt([_n(Sr)],Cy);const Oy={transparent:"FFF0",aliceblue:"F0F8FF",antiquewhite:"FAEBD7",aqua:"0FF",aquamarine:"7FFFD4",azure:"F0FFFF",beige:"F5F5DC",bisque:"FFE4C4",black:"0",blanchedalmond:"FFEBCD",blue:"00F",blueviolet:"8A2BE2",brown:"A52A2A",burlywood:"DEB887",cadetblue:"5F9EA0",chartreuse:"7FFF00",chocolate:"D2691E",coral:"FF7F50",cornflowerblue:"6495ED",cornsilk:"FFF8DC",crimson:"DC143C",cyan:"0FF",darkblue:"00008B",darkcyan:"008B8B",darkgoldenrod:"B8860B",darkgray:"A9",darkgreen:"006400",darkgrey:"A9",darkkhaki:"BDB76B",darkmagenta:"8B008B",darkolivegreen:"556B2F",darkorange:"FF8C00",darkorchid:"9932CC",darkred:"8B0000",darksalmon:"E9967A",darkseagreen:"8FBC8F",darkslateblue:"483D8B",darkslategray:"2F4F4F",darkslategrey:"2F4F4F",darkturquoise:"00CED1",darkviolet:"9400D3",deeppink:"FF1493",deepskyblue:"00BFFF",dimgray:"69",dimgrey:"69",dodgerblue:"1E90FF",firebrick:"B22222",floralwhite:"FFFAF0",forestgreen:"228B22",fuchsia:"F0F",gainsboro:"DC",ghostwhite:"F8F8FF",gold:"FFD700",goldenrod:"DAA520",gray:"80",green:"008000",greenyellow:"ADFF2F",grey:"80",honeydew:"F0FFF0",hotpink:"FF69B4",indianred:"CD5C5C",indigo:"4B0082",ivory:"FFFFF0",khaki:"F0E68C",lavender:"E6E6FA",lavenderblush:"FFF0F5",lawngreen:"7CFC00",lemonchiffon:"FFFACD",lightblue:"ADD8E6",lightcoral:"F08080",lightcyan:"E0FFFF",lightgoldenrodyellow:"FAFAD2",lightgray:"D3",lightgreen:"90EE90",lightgrey:"D3",lightpink:"FFB6C1",lightsalmon:"FFA07A",lightseagreen:"20B2AA",lightskyblue:"87CEFA",lightslategray:"789",lightslategrey:"789",lightsteelblue:"B0C4DE",lightyellow:"FFFFE0",lime:"00FF00",limegreen:"32CD32",linen:"FAF0E6",magenta:"FF00FF",maroon:"800000",mediumaquamarine:"66CDAA",mediumblue:"0000CD",mediumorchid:"BA55D3",mediumpurple:"9370DB",mediumseagreen:"3CB371",mediumslateblue:"7B68EE",mediumspringgreen:"00FA9A",mediumturquoise:"48D1CC",mediumvioletred:"C71585",midnightblue:"191970",mintcream:"F5FFFA",mistyrose:"FFE4E1",moccasin:"FFE4B5",navajowhite:"FFDEAD",navy:"000080",oldlace:"FDF5E6",olive:"808000",olivedrab:"6B8E23",orange:"FFA500",orangered:"FF4500",orchid:"DA70D6",palegoldenrod:"EEE8AA",palegreen:"98FB98",paleturquoise:"AFEEEE",palevioletred:"D87093",papayawhip:"FFEFD5",peachpuff:"FFDAB9",peru:"CD853F",pink:"FFC0CB",plum:"DDA0DD",powderblue:"B0E0E6",purple:"800080",rebeccapurple:"639",red:"F00",rosybrown:"BC8F8F",royalblue:"4169E1",saddlebrown:"8B4513",salmon:"FA8072",sandybrown:"F4A460",seagreen:"2E8B57",seashell:"FFF5EE",sienna:"A0522D",silver:"C0",skyblue:"87CEEB",slateblue:"6A5ACD",slategray:"708090",slategrey:"708090",snow:"FFFAFA",springgreen:"00FF7F",steelblue:"4682B4",tan:"D2B48C",teal:"008080",thistle:"D8BFD8",tomato:"FF6347",turquoise:"40E0D0",violet:"EE82EE",wheat:"F5DEB3",white:"F",whitesmoke:"F5",yellow:"FF0",yellowgreen:"9ACD32"},Ly=/^rgb\((\d+),\s*(\d+),\s*(\d+)/i,Py=/^rgba\((\d+),\s*(\d+),\s*(\d+),\s*(\d*\.?\d+)/i,Ay=/^hsl\((\d+),\s*(\d+)%\s*,\s*(\d+)%/i,Dy=/^hsla\((\d+),\s*(\d+)%\s*,\s*(\d+)%\s*,\s*(\d*\.?\d+)/i,My=parseInt,Fy=parseFloat,{round:Iy}=Math;let Wy={},zy=0;function Ny(t){let e,i,s,o=1;switch(t.length){case 9:e=My(t.slice(1,3),16),i=My(t.slice(3,5),16),s=My(t.slice(5,7),16),o=My(t.slice(7,9),16)/255;break;case 7:e=My(t.slice(1,3),16),i=My(t.slice(3,5),16),s=My(t.slice(5,7),16);break;case 5:e=My(t[1]+t[1],16),i=My(t[2]+t[2],16),s=My(t[3]+t[3],16),o=My(t[4]+t[4],16)/255;break;case 4:e=My(t[1]+t[1],16),i=My(t[2]+t[2],16),s=My(t[3]+t[3],16);break;case 3:e=i=s=My(t[1]+t[2],16);break;case 2:e=i=s=My(t[1]+t[1],16)}return{r:e,g:i,b:s,a:o}}const Yy=1/6,Xy=.5,Hy=2/3,jy=1/3;function Vy(t,e,i){return i<0?i++:i>1&&i--,i<Yy?t+6*(e-t)*i:i<Xy?e:i<Hy?t+(e-t)*(Hy-i)*6:t}function Uy(t,e,i,s=1){let o,n,r;if(t/=360,i/=100,0===(e/=100))o=n=r=i;else{let s=i<.5?i*(1+e):i+e-i*e,a=2*i-s;o=Vy(a,s,t+jy),n=Vy(a,s,t),r=Vy(a,s,t-jy)}return{r:Iy(255*o),g:Iy(255*n),b:Iy(255*r),a:s}}Tt.add("color"),oh.object=function(t,e){let i,s=void 0!==e&&1!==e;if("string"==typeof t){const e=Wy[t];if(e)i=Object.assign({},e);else{switch(t[0]){case"#":i=Ny(t);break;case"R":case"r":"("===t[4]&&Py.test(t)?i=function(t){const e=Py.exec(t);return{r:My(e[1]),g:My(e[2]),b:My(e[3]),a:Fy(e[4])}}(t):"("===t[3]&&Ly.test(t)&&(i=function(t){const e=Ly.exec(t);return{r:My(e[1]),g:My(e[2]),b:My(e[3]),a:1}}(t));break;case"H":case"h":"("===t[4]&&Dy.test(t)?i=function(t){const e=Dy.exec(t);return Uy(Fy(e[1]),Fy(e[2]),Fy(e[3]),Fy(e[4]))}(t):"("===t[3]&&Ay.test(t)&&(i=function(t){const e=Ay.exec(t);return Uy(Fy(e[1]),Fy(e[2]),Fy(e[3]),1)}(t))}if(!i){const e=Oy[t.toLowerCase()];e&&(i=Ny("#"+e))}i&&(zy++,zy>1e4&&(Wy={},zy=0),Wy[t]=Object.assign({},i))}}else"object"==typeof t&&(void 0===t.a&&(t.a=1),s&&(t=Object.assign({},t)),i=t);return i||(i={r:255,g:255,b:255,a:1}),s&&(i.a*=e),i};const{round:Gy}=Math,{fourNumber:qy}=r,Zy={fill:tm,stroke:tm,cornerRadius:(t,e,i)=>"number"==typeof t&&"number"==typeof e?$y(t,e,i):(t=qy(t),e=qy(e),t.map(((t,s)=>$y(t,e[s],i)))),text(t,e,i){if("string"==typeof t&&"string"==typeof e){const s=t.length,o=e.length,n=$y(s,o,i,1);return s<o?e.substring(0,n):t.substring(0,n)}return"number"==typeof t||"number"==typeof e?r.float($y(t,e,i),Math.max(Jy(t),Jy(e))):e},boxStyle(t,e,i,s){t||(t={}),e||(e={});const o=Object.assign(Object.assign({},t),e);return _h.setBetweenStyle(o,t,e,o,i,s),o},shadow:em,innerShadow:em},Ky={value:function(t,e,i){const s="number"==typeof t,o="number"==typeof e;return s&&o?t+(e-t)*i:o||s?$y(t,e,i):t},number:$y,color:Qy,setBetweenStyle:function(t,e,i,s,o,n,r){let a,h,l;const{list:d,value:c}=_h;for(let u in s)r&&!r[u]||(a=e[u],h=i[u],l=d[u]||c,a!==h&&(t[u]=l(a,h,o,n)))}};function Jy(t){const e=String(t).split(".")[1];return e?e.length:0}function $y(t,e,i,s){t||(t=0),e||(e=0);const o=t+(e-t)*i;return s?Gy(o):o}function Qy(t,e,i){t=oh.object(t),e=oh.object(e);const s=$y(t.r,e.r,i,1)+","+$y(t.g,e.g,i,1)+","+$y(t.b,e.b,i,1),o=$y(t.a,e.a,i);return 1===o?"rgb("+s+")":"rgba("+s+","+o+")"}function tm(t,e,i){return"string"==typeof t&&"string"==typeof e?Qy(t,e,i):e}function em(t,e,i){return t instanceof Array||e instanceof Array?e:(e=e||{},{x:$y((t=t||{}).x,e.x,i),y:$y(t.y,e.y,i),blur:$y(t.blur,e.blur,i),spread:$y(t.spread,e.spread,i),color:Qy(t.color||"#FFFFFF00",e.color||"#FFFFFF00",i),visible:e.visible,blendMode:e.blendMode,box:e.box||t.box})}Tt.add("animate","color"),ph.canAnimate=!0,Object.assign(_h.list,Zy),Object.assign(_h,Ky);const im=jh.prototype;jh.addAttr("animation",void 0,(function(t){return Lo(t,(t=>({set(e){this.__setAttr(t,e),this.leafer&&(this.killAnimate("animation"),e&&this.animate(e,void 0,"animation"))}})))})),jh.addAttr("animationOut",void 0,Do),jh.addAttr("transition",!0,Do),jh.addAttr("transitionOut",void 0,Do),im.animate=function(t,e,i,s){if(void 0===t)return this.__animate;let o=t instanceof Array&&!e&&i?new Cy(this,t,s):new Ty(this,t,e,s);this.killAnimate(i,o.toStyle);const n=this.__animate;return n&&(o instanceof Cy?o.list.unshift(n):o=new Cy(this,[n,o])),this.__animate=o},im.killAnimate=function(t,e){const i=this.__animate;if(i){let t=!1;if(e&&!i.completed){i instanceof Cy&&i.updateList();const{toStyle:s}=i;for(let i in e)if(i in s){t=!0;break}}else t=!0;t&&(i.kill(!0,e),this.__animate=null)}},im.__runAnimation=function(t,e){this.animate("in"===t?this.animation:this.animationOut,void 0,"animation"),e&&this.__animate.on(Ry.COMPLETED,e)};const sm=[.1488743389,.4333953941,.6794095682,.8650633666,.9739065285],om=[.2955242247,.2692667193,.2190863625,.1494513491,.0666713443],{sqrt:nm}=Math,{getDerivative:rm}=Le,am={getDistance(t,e,i,s,o,n,r,a,h=1){let l,d,c,u,p,_,g=0,f=h/2;for(let h=0;h<sm.length;h++)l=f*(1+sm[h]),d=f*(1-sm[h]),c=rm(l,t,i,o,r),u=rm(l,e,s,n,a),p=rm(d,t,i,o,r),_=rm(d,e,s,n,a),g+=om[h]*(nm(c*c+u*u)+nm(p*p+_*_));return g*f},getRotation(t,e,i,s,o,n,r,a,l){const d=rm(t,e,s,n,a),c=rm(t,i,o,r,l);return Math.atan2(c,d)/h},getT(t,e,i,s,o,n,r,a,h,l,d=1){let c=0,u=1,p=t/e,_=d/e/3;if(p>=1)return 1;if(p<=0)return 0;for(;u-c>_;)hm(i,s,o,n,r,a,h,l,p)<t?c=p:u=p,p=(c+u)/2;return p},cut(t,e,i,s,o,n,r,a,h,l){const d=1-e,c=d*i+e*o,u=d*s+e*n,p=d*o+e*r,_=d*n+e*a,g=d*c+e*p,f=d*u+e*_,y=d*g+e*(d*p+e*(d*r+e*h)),m=d*f+e*(d*_+e*(d*a+e*l));t.push(ne.C,c,u,g,f,y,m)}},{getDistance:hm}=am,{M:lm,L:dm,C:cm,Z:um}=ne,pm={},_m={},gm={transform(t,e){let i,s=0;const o=t.length;for(;s<o;)switch(i=t[s],i){case lm:case dm:gm.transformPoints(t,e,s,1),s+=3;break;case cm:gm.transformPoints(t,e,s,3),s+=7;break;case um:s+=1}},transformPoints(t,e,i,s){for(let o=i+1,n=o+2*s;o<n;o+=2)pm.x=t[o],pm.y=t[o+1],x.toOuterPoint(e,pm),t[o]=pm.x,t[o+1]=pm.y},getMotionPathData(t){let e,i,s,o,n=0,r=[],a=0,h=0,l=0;const d=t.length;for(;a<d;){switch(o=t[a],o){case lm:case dm:i=t[a+1],s=t[a+2],e=o===dm&&a>0?P.getDistanceFrom(h,l,i,s):0,h=i,l=s,a+=3;break;case cm:i=t[a+5],s=t[a+6],e=am.getDistance(h,l,t[a+1],t[a+2],t[a+3],t[a+4],i,s),h=i,l=s,a+=7;break;case um:a+=1;default:e=0}r.push(e),n+=e}return{total:n,segments:r,data:t}},getDistancePoint(t,e,i){const{segments:s,data:o}=t;e=nh.number(e,t.total);let n,r,a,h,l,d,c,u,p,_=0,g={},f=0,y=0,m=0,v=0;const w=o.length;for(;f<w;){switch(h=o[f],h){case lm:case dm:if(r=o[f+1],a=o[f+2],n=s[y],_+n>=e||!t.total)return f||(m=r,v=a),_m.x=m,_m.y=v,g.x=r,g.y=a,P.getDistancePoint(_m,g,e-_,!0),g.rotation=P.getAngle(_m,g),g;m=r,v=a,f+=3;break;case cm:if(r=o[f+5],a=o[f+6],n=s[y],_+n>=e)return l=o[f+1],d=o[f+2],c=o[f+3],u=o[f+4],p=am.getT(e-_,n,m,v,l,d,c,u,r,a,i),Le.getPointAndSet(p,m,v,l,d,c,u,r,a,g),g.rotation=am.getRotation(p,m,v,l,d,c,u,r,a),g;m=r,v=a,f+=7;break;case um:f+=1;default:n=0}y++,_+=n}return g},getDistancePath(t,e,i){const{segments:s,data:o}=t,n=[];e=nh.number(e,t.total);let r,a,h,l,d,c,u,p,_,g=0,f={},y=0,m=0,v=0,w=0;const x=o.length;for(;y<x;){switch(l=o[y],l){case lm:case dm:if(a=o[y+1],h=o[y+2],r=s[m],g+r>=e||!t.total)return y||(v=a,w=h),_m.x=v,_m.y=w,f.x=a,f.y=h,P.getDistancePoint(_m,f,e-g,!0),n.push(l,f.x,f.y),n;v=a,w=h,y+=3,n.push(l,v,w);break;case cm:if(d=o[y+1],c=o[y+2],u=o[y+3],p=o[y+4],a=o[y+5],h=o[y+6],r=s[m],g+r>=e)return _=am.getT(e-g,r,v,w,d,c,u,p,a,h,i),am.cut(n,_,v,w,d,c,u,p,a,h),n;v=a,w=h,y+=7,n.push(l,d,c,u,p,a,h);break;case um:y+=1,n.push(l);default:r=0}m++,g+=r}return n}};function fm(t){return Lo(t,(t=>({set(e){this.__setAttr(t,e),this.__hasMotionPath=this.motionPath||!Xt(this.motion),this.__layout.matrixChanged||this.__layout.matrixChange()}})))}Tt.add("motion-path"),_h.register("motion",(function(t,e,i,s){return t?"object"==typeof t&&(t=nh.number(t,s.getMotionTotal())):t=0,e?"object"==typeof e&&(e=nh.number(e,s.getMotionTotal())):e=0,_h.number(t,e,i)})),_h.register("motionRotation",(function(t,e,i){return _h.number(t,e,i)}));const ym=jh.prototype,{updateMatrix:mm,updateAllMatrix:vm}=Tn,{updateBounds:wm}=Wn;function xm(t){const{motion:e,leaferIsCreated:i}=t;if(!Xt(e)){if(i&&(t.leafer.created=!1),t.motionPath){const i=km(t);i.total&&(t.__.__pathForRender=gm.getDistancePath(i,e,t.motionPrecision))}else t.set(t.getMotionPoint(e)),t.__hasAutoLayout||(t.isBranch?(vm(t),wm(t,t)):mm(t));i&&(t.leafer.created=!0)}}function bm(t){const{parent:e}=t;if(!t.motionPath&&e){const{children:t}=e;for(let e=0;e<t.length;e++)if(t[e].motionPath)return t[e]}return t}function km(t){const e=t.__;return e.__pathForMotion?e.__pathForMotion:e.__pathForMotion=gm.getMotionPathData(t.getPath(!0,!0))}function Em(t,e){return Lo(t,(t=>({set(i){this.__setAttr(t,i),this.leaferIsReady?e?ph.setStyleName(this,e,i):ph.set(this,i):this.__layout.stateStyleChanged=!0}})))}function Bm(t){return Lo(t,(t=>({set(e){this.__setAttr(t,e),this.__layout.stateStyleChanged=!0}})))}function Sm(t,e){if(e&&!0!==e)return e;if(!t.button){let{parent:e}=t;for(let t=0;t<2;t++)if(e){if(e.button)return e;e=e.parent}}return null}function Rm(t,e){"object"!=typeof e&&(e=void 0),Om(t,e,"in")}function Tm(t,e){const{normalStyle:i}=t;"object"!=typeof e&&(e=void 0),i&&(e||(e=i),Om(t,e,"out"))}jh.addAttr("motionPath",void 0,fm),jh.addAttr("motionPrecision",1,fm),jh.addAttr("motion",void 0,fm),jh.addAttr("motionRotation",!0,fm),ym.getMotionPathData=function(){return km(bm(this))},ym.getMotionPoint=function(t){const e=bm(this),i=km(e);if(!i.total)return{};const s=gm.getDistancePoint(i,t,e.motionPrecision);x.toOuterPoint(e.localTransform,s);const{motionRotation:o}=this;return!1===o?delete s.rotation:"number"==typeof o&&(s.rotation+=o),s},ym.getMotionTotal=function(){return this.getMotionPathData().total},ym.__updateMotionPath=function(){const t=this.__;if(this.__layout.resized&&t.__pathForMotion&&(t.__pathForMotion=void 0),this.motionPath){let t;const{children:e}=this.parent;for(let i=0;i<e.length;i++)t=e[i],Xt(t.motion)||t.__layout.matrixChanged||(t!==this&&t.__extraUpdate(),xm(t))}else xm(this)};const Cm={};function Om(t,e,i){const{normalStyle:s}=t;e||(e=Cm),e.scale&&(r.assignScale(e,e.scale),delete e.scale),e!==Cm&&ph.canAnimate||(i=null);let o=!!i&&function(t,e,i){let s="in"===t?"transition":"transitionOut";"out"===t&&Xt(i[s])&&Xt(e[s])&&(s="transition");return Xt(e[s])?i[s]:e[s]}(i,e,t);const n=o?function(t,e){const i=Am(e,t),s=t.animate();s&&Am(i,t,s.fromStyle);return i}(t,e):void 0;ph.canAnimate&&Lm(t)&&t.killAnimate("transition"),s&&t.set(s,"temp");const a=Lm(t);if(a){const{animation:s}=a;if(s){const n=t.animate(s,void 0,"animation",!0);Object.assign(a,n.endingStyle),"in"!==i||e.animation!==s?n.kill():o=!1,delete a.animation}t.normalStyle=Pm(a,t),t.set(a,"temp")}else t.normalStyle=void 0;if(o){const e=Pm(n,t);t.set(n,"temp"),t.animate([n,e],o,"transition",!0)}t.__layout.stateStyleChanged=!1}function Lm(t){let e;const i={},s=Sm(t),o=s?t.state||s.state:t.state,n=o&&t.states[o];n&&ph.isState(o,t,s)&&(e=Dm(i,n));const r=i.selectedStyle||t.selectedStyle;r&&ph.isSelected(t,s)&&(e=Dm(i,r));const a=i.placeholderStyle||t.placeholderStyle;if(a&&ph.isPlacehold(t,s)&&(e=Dm(i,a)),ph.isDisabled(t,s)){const s=i.disabledStyle||t.disabledStyle;s&&(e=Dm(i,s))}else{const o=i.focusStyle||t.focusStyle;o&&ph.isFocus(t,s)&&(e=Dm(i,o));const n=i.hoverStyle||t.hoverStyle;n&&ph.isHover(t,s)&&(e=Dm(i,n));const r=i.pressStyle||t.pressStyle;r&&ph.isPress(t,s)&&(e=Dm(i,r))}return e?i:void 0}function Pm(t,e,i,s){const o=i?t:{},n=i||t;for(let t in n)s&&ph.animateExcludes[t]||(o[t]=e[t]);return o}function Am(t,e,i){return Pm(t,e,i,!0)}function Dm(t,e){return Object.assign(t,e),!0}function Mm(t,e){const i=t[e];i&&Rm(t,i),t.button&&Im(t.children,e)}function Fm(t,e,i){i||(i=t.states[e]),Rm(t,i),t.button&&Im(t.children,null,e)}function Im(t,e,i){if(!t)return;let s,o;for(let n=0,r=t.length;n<r;n++){if(s=t[n],e){switch(o=!0,e){case"hoverStyle":ph.isHover(s)&&(o=!1);break;case"pressStyle":ph.isPress(s)&&(o=!1);break;case"focusStyle":ph.isFocus(s)&&(o=!1)}o&&Mm(s,e)}else void 0!==i&&Fm(s,i);s.isBranch&&Im(s.children,e,i)}}function Wm(t,e){const i=t[e];i&&Tm(t,i),t.button&&Nm(t.children,e)}function zm(t,e,i){Tm(t,i),t.button&&Nm(t.children,null,e)}function Nm(t,e,i){if(!t)return;let s;for(let o=0,n=t.length;o<n;o++)s=t[o],e?Wm(s,e):void 0!==i&&zm(s,i),s.isBranch&&Nm(s.children,e,i)}function Ym(t,e,i){let s;const o=e.leafer?e.leafer.interaction:null;if(o&&(s=o[t](e),!s&&i)){const n=Sm(e,i);n&&(s=o[t](n))}return s}function Xm(t,e,i){let s=e[t];if(!s&&i){const o=Sm(e,i);o&&(s=o[t])}return s}Tt.add("state"),ph.animateExcludes={animation:1,animationOut:1,transition:1,transitionOut:1,states:1,state:1,placeholder:1,normalStyle:1,hoverStyle:1,pressStyle:1,focusStyle:1,selectedStyle:1,disabledStyle:1,placeholderStyle:1},ph.isState=function(t,e,i){return function(t,e,i){let s=e.states[t];if(!s&&i){const o=Sm(e,i);o&&(s=o.states[t])}return!!s}(t,e,i)},ph.isSelected=function(t,e){return Xm("selected",t,e)},ph.isDisabled=function(t,e){return Xm("disabled",t,e)},ph.isFocus=function(t,e){return Ym("isFocus",t,e)},ph.isHover=function(t,e){return Ym("isHover",t,e)},ph.isPress=function(t,e){return Ym("isPress",t,e)},ph.isPlacehold=function(t,e){return t.__.__isPlacehold},ph.isDrag=function(t,e){return Ym("isDrag",t,e)},ph.setStyleName=function(t,e,i){i?Fm(t,e,t[e]):zm(t,e,t[e])},ph.set=function(t,e){const i=t.states[e];i?Fm(t,e,i):zm(t,e,i)},ph.getStyle=Lm,ph.updateStyle=Om,ph.updateEventStyle=function(t,e){switch(e){case ql.ENTER:Mm(t,"hoverStyle");break;case ql.LEAVE:Wm(t,"hoverStyle");break;case ql.DOWN:Mm(t,"pressStyle");break;case ql.UP:Wm(t,"pressStyle")}};const Hm=jh.prototype;jh.addAttr("selected",!1,Em,"selectedStyle"),jh.addAttr("disabled",!1,Em,"disabledStyle"),jh.addAttr("states",{},Bm),jh.addAttr("state","",Em),jh.addAttr("normalStyle",void 0,Do),jh.addAttr("hoverStyle",void 0,Bm),jh.addAttr("pressStyle",void 0,Bm),jh.addAttr("focusStyle",void 0,Bm),jh.addAttr("selectedStyle",void 0,Bm),jh.addAttr("disabledStyle",void 0,Bm),jh.addAttr("placeholderStyle",void 0,Bm),jh.addAttr("button",!1,Do),Hm.focus=function(t=!0){this.waitLeafer((()=>{let{focusData:e}=this.app.interaction;t?(e&&e.focus(!1),e=this):e=null,this.app.interaction.focusData=e,t?Mm(this,"focusStyle"):Wm(this,"focusStyle")}))},Hm.updateState=function(){ph.updateStyle(this,void 0,"in")};const jm=Nl.prototype,Vm="text";To(jm,Vm,Object.assign(Object.assign({},Co(jm,Vm)),{set(t){const e=this,i=e.text;e.__setAttr(Vm,t)&&(Yo(e),e.placeholderStyle&&e.placeholder&&(""===i||""===t)&&(e.__layout.stateStyleChanged=!0))}}));class Um extends xh{get __drawAfterFill(){return!0}setRobot(t){this._robot=t,this.__leaf.__updateRobot()}setAction(t){this._action=t,this.__leaf.__updateAction()}}let Gm=class extends jh{get __tag(){return"Robot"}get nowFrame(){return this.robotFrames&&this.robotFrames[this.now]}constructor(t){super(t)}play(){this.running=!0}pause(){this.running=!1}stop(){this.pause()}__updateRobot(){const{robot:t}=this;if(this.robotFrames=[],!t)return;let e=0;t instanceof Array?t.forEach((t=>this.__loadRobot(t,e,e+=t.total||1))):this.__loadRobot(t,0,t.total)}__updateAction(){const t=this.actions[this.action];if(this.stop(),this.__timer&&clearTimeout(this.__timer),void 0!==t)if("number"==typeof t)this.now=t;else if("object"==typeof t){const e=t instanceof Array,i=e?t:t.keyframes;this.__action=e?void 0:t;const{length:s}=i;if(s>1){const t=this.now=i[0],e=i[i.length-1];this.play(),this.__runAction(t,e)}else s&&(this.now=i[0])}}__loadRobot(t,e,i){for(let t=e;t<i;t++)this.robotFrames.push(void 0);const s=ko.get(t);s.ready?this.__createFrames(s,t,e,i):s.load((()=>this.__createFrames(s,t,e,i)))}__createFrames(t,e,i,s){const{offset:o,size:n,total:r}=e,{width:a,height:h}=n&&("number"==typeof n?{width:n,height:n}:n)||(r>1?this:t);let l=o?o.x:0,d=o?o.y:0;for(let e=i;e<s;e++)this.robotFrames[e]={view:t.view,x:l,y:d,width:a,height:h},l+a>=t.width?(l=0,d+=h):l+=a;this.__updateRobotBounds(),this.forceRender(),this.emitEvent(new ir(ir.LOADED,{image:t}))}__runAction(t,e){let{FPS:i,loop:s,__action:o}=this;o&&(o.FPS&&(i=o.FPS),void 0!==o.loop&&(s=o.loop)),this.__timer=setTimeout((()=>{if(this.running){if(this.now===e){if(!s)return this.stop();this.now=t}else this.now++;this.__updateRobotBounds()}this.__runAction(t,e)}),1e3/i)}__updateRobotBounds(){const{nowFrame:t}=this;if(t){const e=this.__,i=t.width/e.pixelRatio,s=t.height/e.pixelRatio;e.width===i&&e.height===s||this.forceUpdate("width"),e.__naturalWidth=i,e.__naturalHeight=s}}__drawContent(t,e){const{nowFrame:i}=this,{width:s,height:o}=this.__;i&&t.drawImage(i.view,i.x,i.y,i.width,i.height,0,0,s,o)}destroy(){this.robotFrames&&(this.robotFrames=null),super.destroy()}};jt([nn(Um)],Gm.prototype,"__",void 0),jt([zo()],Gm.prototype,"robot",void 0),jt([Do()],Gm.prototype,"actions",void 0),jt([Do("")],Gm.prototype,"action",void 0),jt([qo(0)],Gm.prototype,"now",void 0),jt([Do(12)],Gm.prototype,"FPS",void 0),jt([Do(!0)],Gm.prototype,"loop",void 0),Gm=jt([gn()],Gm),Tt.add("robot");const{Yes:qm,NoAndSkip:Zm,YesAndSkip:Km}=Nt,Jm={},$m={},Qm={};class tv{constructor(t){this.innerIdMap={},this.idMap={},this.methods={id:(t,e)=>t.id===e?(this.target&&(this.idMap[e]=t),1):0,innerId:(t,e)=>t.innerId===e?(this.target&&(this.innerIdMap[e]=t),1):0,className:(t,e)=>t.className===e?1:0,tag:(t,e)=>t.__tag===e?1:0,tags:(t,e)=>e[t.__tag]?1:0},(this.target=t)&&this.__listenEvents()}getBy(t,e,i,s){switch(typeof t){case"number":const o=this.getByInnerId(t,e);return i?o:o?[o]:[];case"string":switch(t[0]){case"#":Jm.id=t.substring(1),t=Jm;break;case".":$m.className=t.substring(1),t=$m;break;default:Qm.tag=t,t=Qm}case"object":if(void 0!==t.id){const s=this.getById(t.id,e);return i?s:s?[s]:[]}if(t.tag){const{tag:s}=t,o=s instanceof Array;return this.getByMethod(o?this.methods.tags:this.methods.tag,e,i,o?It.toMap(s):s)}return this.getByMethod(this.methods.className,e,i,t.className);case"function":return this.getByMethod(t,e,i,s)}}getByInnerId(t,e){const i=this.innerIdMap[t];return i||(this.eachFind(this.toChildren(e),this.methods.innerId,null,t),this.findLeaf)}getById(t,e){const i=this.idMap[t];return i&&Tn.hasParent(i,e||this.target)?i:(this.eachFind(this.toChildren(e),this.methods.id,null,t),this.findLeaf)}getByClassName(t,e){return this.getByMethod(this.methods.className,e,!1,t)}getByTag(t,e){return this.getByMethod(this.methods.tag,e,!1,t)}getByMethod(t,e,i,s){const o=i?null:[];return this.eachFind(this.toChildren(e),t,o,s),o||this.findLeaf}eachFind(t,e,i,s){let o,n;for(let r=0,a=t.length;r<a;r++){if(o=t[r],n=e(o,s),n===qm||n===Km){if(!i)return void(this.findLeaf=o);i.push(o)}o.isBranch&&n<Zm&&this.eachFind(o.children,e,i,s)}}toChildren(t){return this.findLeaf=null,[t||this.target]}__onRemoveChild(t){const{id:e,innerId:i}=t.child;this.idMap[e]&&delete this.idMap[e],this.innerIdMap[i]&&delete this.innerIdMap[i]}__checkIdChange(t){if("id"===t.attrName){const e=t.oldValue;this.idMap[e]&&delete this.idMap[e]}}__listenEvents(){this.__eventIds=[this.target.on_(tr.REMOVE,this.__onRemoveChild,this),this.target.on_(er.CHANGE,this.__checkIdChange,this)]}__removeListenEvents(){this.target.off_(this.__eventIds),this.__eventIds.length=0}destroy(){const{__eventIds:t}=this;t&&t.length&&(this.__removeListenEvents(),this.innerIdMap={},this.idMap={}),this.findLeaf=null}}const ev=jh.prototype;function iv(e){return e.leafer?e.leafer.selector:t.selector||(t.selector=Ct.selector())}ev.find=function(t,e){return iv(this).getBy(t,this,!1,e)},ev.findOne=function(t,e){return iv(this).getBy(t,this,!0,e)},Tt.add("find"),Ct.finder=function(t){return new tv(t)};const{setPoint:sv,addPoint:ov,toBounds:nv}=Y;const rv={syncExport(e,i,s){let o;uh.running=!0;try{const n=go.fileType(i),a=i.includes(".");s=go.getExportOptions(s);const{toURL:h}=t,{download:l}=t.origin;if("json"===n)a&&l(h(JSON.stringify(e.toJSON(s.json)),"text"),i),o={data:!!a||e.toJSON(s.json)};else if("svg"===n)a&&l(h(e.toSVG(),"svg"),i),o={data:!!a||e.toSVG()};else{let t,n,a=1,h=1;const{worldTransform:l,isLeafer:d,leafer:c,isFrame:u}=e,{slice:p,clip:_,trim:g,screenshot:f,padding:y,onCanvas:m}=s,v=void 0===s.smooth?!c||c.config.smooth:s.smooth,w=s.contextSettings||(c?c.config.contextSettings:void 0),x=d&&f&&void 0===s.fill?e.fill:s.fill,b=go.isOpaqueImage(i)||x,k=new z;if(f)t=!0===f?d?c.canvas.bounds:e.worldRenderBounds:f;else{let i=s.relative||(d?"inner":"local");switch(a=l.scaleX,h=l.scaleY,i){case"inner":k.set(l);break;case"local":k.set(l).divide(e.localTransform),a/=e.scaleX,h/=e.scaleY;break;case"world":a=1,h=1;break;case"page":i=c||e;default:k.set(l).divide(e.getTransform(i));const t=i.worldTransform;a/=a/t.scaleX,h/=h/t.scaleY}t=e.getBounds("render",i)}const E={scaleX:1,scaleY:1};r.getScaleData(s.scale,s.size,t,E);let B=s.pixelRatio||1,{x:S,y:R,width:T,height:C}=new ft(t).scale(E.scaleX,E.scaleY);_&&(S+=_.x,R+=_.y,T=_.width,C=_.height);const O={exporting:!0,matrix:k.scale(1/E.scaleX,1/E.scaleY).invert().translate(-S,-R).withScale(1/a*E.scaleX,1/h*E.scaleY)};let L,P=Ct.canvas({width:Math.floor(T),height:Math.floor(C),pixelRatio:B,smooth:v,contextSettings:w});if(p&&(L=e,L.__worldOpacity=0,e=c||e,O.bounds=P.bounds),P.save(),u&&void 0!==x){const t=e.get("fill");e.fill="",e.__render(P,O),e.fill=t}else e.__render(P,O);if(P.restore(),L&&L.__updateWorldOpacity(),g){n=function(t){const{width:e,height:i}=t.view,{data:s}=t.context.getImageData(0,0,e,i);let o,n,r,a=0;for(let t=0;t<s.length;t+=4)0!==s[t+3]&&(o=a%e,n=(a-o)/e,r?ov(r,o,n):sv(r={},o,n)),a++;const h=new ft;return r&&(nv(r,h),h.scale(1/t.pixelRatio).ceil()),h}(P);const t=P,{width:e,height:i}=n,s={x:0,y:0,width:e,height:i,pixelRatio:B};P=Ct.canvas(s),P.copyWorld(t,n,s)}if(y){const[t,e,i,s]=r.fourNumber(y),o=P,{width:n,height:a}=o;P=Ct.canvas({width:n+s+e,height:a+t+i,pixelRatio:B}),P.copyWorld(o,o.bounds,{x:s,y:t,width:n,height:a})}b&&P.fillWorld(P.bounds,x||"#FFFFFF","destination-over"),m&&m(P);o={data:"canvas"===i?P:P.export(i,s),width:P.pixelWidth,height:P.pixelHeight,renderBounds:t,trimBounds:n}}}catch(t){o={data:"",error:t}}return uh.running=!1,o},export(e,i,s){return uh.running=!0,function(t){av||(av=new vo);return new Promise((e=>{av.add((()=>Vt(this,void 0,void 0,(function*(){return yield t(e)}))),{parallel:!1})}))}((o=>new Promise((n=>{const r=()=>Vt(this,void 0,void 0,(function*(){if(!xo.isComplete)return t.requestRender(r);const a=uh.syncExport(e,i,s);a.data instanceof Promise&&(a.data=yield a.data),o(a),n()}));e.updateLayout(),hv(e);const{leafer:a}=e;a?a.waitViewCompleted(r):r()}))))}};let av;function hv(t){t.__.__needComputePaint&&t.__.__computePaint(),t.isBranch&&t.children.forEach((t=>hv(t)))}const lv=ie.prototype,dv=xt.get("@leafer-in/export");lv.export=function(t,e){const{quality:i,blob:s}=go.getExportOptions(e);return t.includes(".")?this.saveAs(t,i):s?this.toBlob(t,i):this.toDataURL(t,i)},lv.toBlob=function(e,i){return new Promise((s=>{t.origin.canvasToBolb(this.view,e,i).then((t=>{s(t)})).catch((t=>{dv.error(t),s(null)}))}))},lv.toDataURL=function(e,i){return t.origin.canvasToDataURL(this.view,e,i)},lv.saveAs=function(e,i){return new Promise((s=>{t.origin.canvasSaveAs(this.view,e,i).then((()=>{s(!0)})).catch((t=>{dv.error(t),s(!1)}))}))},Tt.add("export"),Object.assign(uh,rv),jh.prototype.export=function(t,e){return uh.export(this,t,e)},jh.prototype.syncExport=function(t,e){return uh.syncExport(this,t,e)},Tt.add("filter"),Object.assign(ch,{list:{},register(t,e){ch.list[t]=e},apply(t,e,i,s,o,n){let r;t.forEach((t=>{r=ch.list[t.type],r&&r.apply(t,e,i,s,o,n)}))},getSpread(t){let e,i=0;return t.forEach((t=>{e=ch.list[t.type],e&&(i+=e.getSpread(t))})),i}});export{Z as AlignHelper,Ty as Animate,By as AnimateEasing,Ry as AnimateEvent,Cy as AnimateList,Nt as Answer,Hl as App,U as AroundHelper,Og as Arrow,Tg as ArrowData,mt as AutoBounds,Le as BezierHelper,ft as Bounds,sr as BoundsEvent,ut as BoundsHelper,il as Box,Eh as BoxData,Ta as Branch,Wn as BranchHelper,Gr as BranchRender,Ml as Canvas,Ih as CanvasData,Ft as CanvasManager,tr as ChildEvent,oh as ColorConvert,Ct as Creator,bd as Cursor,It as DataHelper,xt as Debug,H as Direction4,j as Direction9,Jl as DragEvent,cd as Dragger,Ql as DropEvent,qp as EditBox,Np as EditDataHelper,Vp as EditPoint,Cp as EditSelect,Bp as EditSelectHelper,b_ as EditTool,a_ as EditToolCreator,w_ as Editor,_p as EditorEvent,d_ as EditorGroupEvent,s_ as EditorHelper,g_ as EditorMoveEvent,y_ as EditorRotateEvent,f_ as EditorScaleEvent,m_ as EditorSkewEvent,dh as Effect,al as Ellipse,Ch as EllipseData,Ne as EllipseHelper,Qn as Event,Dt as EventCreator,gr as Eventer,uh as Export,go as FileHelper,ch as Filter,tv as Finder,Of as Flow,sl as Frame,Sh as FrameData,Vh as Group,kh as GroupData,Rg as HTMLText,Sg as HTMLTextData,am as HighBezierHelper,gm as HighCurveHelper,kd as HitCanvasManager,Al as Image,Fh as ImageData,ir as ImageEvent,ko as ImageManager,e as IncrementId,x_ as InnerEditor,l_ as InnerEditorEvent,xd as InteractionBase,nd as InteractionHelper,od as KeyEvent,Vl as Keyboard,cr as LayoutEvent,Ga as Layouter,ma as Leaf,jr as LeafBounds,Fn as LeafBoundsHelper,zt as LeafData,Cr as LeafDataProxy,Sr as LeafEventer,Tn as LeafHelper,$n as LeafLayout,Oa as LeafLevelList,Ca as LeafList,Fr as LeafMatrix,Vr as LeafRender,qh as Leafer,Pa as LeaferCanvas,ie as LeaferCanvasBase,Bh as LeaferData,pr as LeaferEvent,Ro as LeaferImage,cg as LeaferTypeCreator,fl as Line,Rh as LineData,T_ as LineEditTool,r as MathHelper,z as Matrix,x as MatrixHelper,td as MoveEvent,_g as MultiTouchHelper,$l as MyDragEvent,Dl as MyImage,Zl as MyPointerEvent,ae as NeedConvertToCanvasCommandMap,h as OneRadian,l as PI2,d as PI_2,ah as Paint,lh as PaintGradient,hh as PaintImage,Yl as Path,rh as PathArrow,Rf as PathArrowModule,so as PathBounds,Gi as PathCommandDataHelper,ne as PathCommandMap,Ei as PathConvert,co as PathCorner,ds as PathCreator,Ph as PathData,Bs as PathDrawer,se as PathHelper,Ng as PathMatrixHelper,ce as PathNumberCommandLengthMap,de as PathNumberCommandMap,X_ as PathScaler,Xl as Pen,Ah as PenData,Ja as Picker,t as Platform,Tt as Plugin,I as Point,P as PointHelper,Ul as PointerButton,ql as PointerEvent,Bl as Polygon,Oh as PolygonData,er as PropertyEvent,Zh as Rect,Th as RectData,ue as RectHelper,Xh as RectRender,ur as RenderEvent,Za as Renderer,lr as ResizeEvent,xo as Resource,Gm as Robot,Um as RobotData,ed as RotateEvent,Bt as Run,Bg as ScrollBar,Ep as SelectArea,$a as Selector,Pl as Star,Lh as StarData,ph as State,vt as StringNumberMap,kp as Stroker,id as SwipeEvent,mo as TaskItem,vo as TaskProcessor,Nl as Text,sh as TextConvert,Mh as TextData,ag as TextEditor,v_ as TransformTool,fg as Transformer,_h as Transition,Y as TwoPointBoundsHelper,jh as UI,Wh as UIBounds,Lt as UICreator,xh as UIData,Gl as UIEvent,Nh as UIRender,nh as UnitConvert,Xn as WaitHelper,dr as WatchEvent,Fa as Watcher,gg as WheelEventHelper,sd as ZoomEvent,hg as addViewport,lg as addViewportConfig,Go as affectRenderBoundsType,jo as affectStrokeBoundsType,Cg as arrowType,Po as attr,Fo as autoLayoutType,zo as boundsType,_o as canvasPatch,ee as canvasSizeAttrs,ih as createAttr,Oo as createDescriptor,on as cursorType,nn as dataProcessor,Do as dataType,Lo as decorateLeafAttr,an as defineDataProcessor,To as defineKey,Ao as defineLeafAttr,Yo as doBoundsType,Vo as doStrokeType,Qa as effectType,Yt as emptyData,en as eraserType,u as getBoundsData,Co as getDescriptor,p as getMatrixData,c as getPointData,sn as hitType,Ht as isEmptyData,Xt as isNull,rn as layoutProcessor,tn as maskType,fm as motionPathType,No as naturalBoundsType,Zo as opacityType,Xo as pathInputType,Ho as pathType,uo as pen,Mo as positionType,n_ as registerEditTool,r_ as registerInnerEditor,gn as registerUI,fn as registerUIEvent,th as resizeType,cn as rewrite,un as rewriteAble,Wo as rotationType,J_ as scaleResize,$_ as scaleResizeFontSize,eg as scaleResizeGroup,Q_ as scaleResizePath,tg as scaleResizePoints,Io as scaleType,Qo as sortType,Bm as stateStyleType,Em as stateType,Uo as strokeType,qo as surfaceType,yt as tempBounds,N as tempMatrix,W as tempPoint,Da as useCanvas,_n as useModule,La as version,Ko as visibleType,eh as zoomLayerType};
1
+ const t={toURL(t,e){let i=encodeURIComponent(t);return"text"===e?i="data:text/plain;charset=utf-8,"+i:"svg"===e&&(i="data:image/svg+xml,"+i),i},image:{hitCanvasSize:100,maxCacheSize:4096e3,maxPatternSize:8847360,crossOrigin:"anonymous",getRealURL(e){const{prefix:i,suffix:s}=t.image;return!s||e.startsWith("data:")||e.startsWith("blob:")||(e+=(e.includes("?")?"&":"?")+s),i&&"/"===e[0]&&(e=i+e),e}}},e={RUNTIME:"runtime",LEAF:"leaf",TASK:"task",CNAVAS:"canvas",IMAGE:"image",types:{},create(t){const{types:e}=i;return e[t]?e[t]++:(e[t]=1,0)}},i=e;var s;!function(t){t[t.No=0]="No",t[t.Yes=1]="Yes",t[t.NoAndSkip=2]="NoAndSkip",t[t.YesAndSkip=3]="YesAndSkip"}(s||(s={}));const n={};function o(t){return void 0===t}function r(t){return null==t}function a(t){return"string"==typeof t}const{isFinite:h}=Number;function l(t){return"number"==typeof t}const d=/^-?\d+(?:\.\d+)?$/;function c(t){return"string"==typeof t&&d.test(t)?+t:t}const{isArray:u}=Array;function _(t){return t&&"object"==typeof t}function p(t){return _(t)&&!u(t)}function g(t){return"{}"===JSON.stringify(t)}const f={default:(t,e)=>(y(e,t),y(t,e),t),assign(t,e,i){let s;Object.keys(e).forEach(n=>{var o,r;if(s=e[n],(null==s?void 0:s.constructor)===Object&&(null===(o=t[n])||void 0===o?void 0:o.constructor)===Object)return y(t[n],e[n],i&&i[n]);i&&n in i?(null===(r=i[n])||void 0===r?void 0:r.constructor)===Object&&y(t[n]={},e[n],i[n]):t[n]=e[n]})},copyAttrs:(t,e,i)=>(i.forEach(i=>{o(e[i])||(t[i]=e[i])}),t),clone:t=>JSON.parse(JSON.stringify(t)),toMap(t){const e={};for(let i=0,s=t.length;i<s;i++)e[t[i]]=!0;return e},stintSet(t,e,i){i||(i=void 0),t[e]!==i&&(t[e]=i)}},{assign:y}=f;class m{get __useNaturalRatio(){return!0}get __isLinePath(){const{path:t}=this;return t&&6===t.length&&1===t[0]}get __blendMode(){if(this.eraser&&"path"!==this.eraser)return"destination-out";const{blendMode:t}=this;return"pass-through"===t?null:t}constructor(t){this.__leaf=t}__get(t){if(this.__input){const e=this.__input[t];if(!o(e))return e}return this[t]}__getData(){const t={tag:this.__leaf.tag},{__input:e}=this;let i;for(let s in this)"_"!==s[0]&&(i=e?e[s]:void 0,t[s]=o(i)?this[s]:i);return t}__setInput(t,e){this.__input||(this.__input={}),this.__input[t]=e}__getInput(t){if(this.__input){const e=this.__input[t];if(!o(e))return e}if("path"!==t||this.__pathInputed)return this["_"+t]}__removeInput(t){this.__input&&!o(this.__input[t])&&(this.__input[t]=void 0)}__getInputData(t,e){const i={};if(t)if(u(t))for(let e of t)i[e]=this.__getInput(e);else for(let e in t)i[e]=this.__getInput(e);else{let t,e,{__input:s}=this;i.tag=this.__leaf.tag;for(let n in this)if("_"!==n[0]&&(t=this["_"+n],!o(t))){if("path"===n&&!this.__pathInputed)continue;e=s?s[n]:void 0,i[n]=o(e)?t:e}}if(e&&e.matrix){const{a:t,b:e,c:s,d:n,e:o,f:r}=this.__leaf.__localMatrix;i.matrix={a:t,b:e,c:s,d:n,e:o,f:r}}return i}__setMiddle(t,e){this.__middle||(this.__middle={}),this.__middle[t]=e}__getMiddle(t){return this.__middle&&this.__middle[t]}__checkSingle(){const t=this;if("pass-through"===t.blendMode){const e=this.__leaf;t.opacity<1&&(e.isBranch||t.__hasMultiPaint)||e.__hasEraser||t.eraser||t.filter?t.__single=!0:t.__single&&(t.__single=!1)}else t.__single=!0}__removeNaturalSize(){this.__naturalWidth=this.__naturalHeight=void 0}destroy(){this.__input=this.__middle=null}}const{round:v,pow:w,PI:x}=Math,b={within:(t,e,i)=>(_(e)&&(i=e.max,e=e.min),!o(e)&&t<e&&(t=e),!o(i)&&t>i&&(t=i),t),fourNumber(t,e){let i;if(u(t))switch(t.length){case 4:i=o(e)?t:[...t];break;case 2:i=[t[0],t[1],t[0],t[1]];break;case 3:i=[t[0],t[1],t[2],t[1]];break;case 1:t=t[0];break;default:t=0}if(i||(i=[t,t,t,t]),e)for(let t=0;t<4;t++)i[t]>e&&(i[t]=e);return i},formatRotation:(t,e)=>(t%=360,e?t<0&&(t+=360):(t>180&&(t-=360),t<-180&&(t+=360)),b.float(t)),getGapRotation(t,e,i=0){let s=t+i;if(e>1){const t=Math.abs(s%e);(t<1||t>e-1)&&(s=Math.round(s/e)*e)}return s-i},float(t,e){const i=o(e)?1e12:w(10,e);return-0===(t=v(t*i)/i)?0:t},getScaleData(t,e,i,s){if(s||(s={}),e){const t=(l(e)?e:e.width||0)/i.width,n=(l(e)?e:e.height||0)/i.height;s.scaleX=t||n||1,s.scaleY=n||t||1}else t&&b.assignScale(s,t);return s},assignScale(t,e){l(e)?t.scaleX=t.scaleY=e:(t.scaleX=e.x,t.scaleY=e.y)},randInt:k,randColor:t=>`rgba(${k(255)},${k(255)},${k(255)},${t||1})`};function k(t){return Math.round(Math.random()*t)}const E=x/180,S=2*x,B=x/2;function R(){return{x:0,y:0}}function T(){return{x:0,y:0,width:0,height:0}}function C(){return{a:1,b:0,c:0,d:1,e:0,f:0}}const{sin:O,cos:L,acos:P,sqrt:A}=Math,{float:D}=b,M={};function F(){return Object.assign(Object.assign(Object.assign({},{a:1,b:0,c:0,d:1,e:0,f:0}),{x:0,y:0,width:0,height:0}),{scaleX:1,scaleY:1,rotation:0,skewX:0,skewY:0})}const I={defaultMatrix:{a:1,b:0,c:0,d:1,e:0,f:0},defaultWorld:F(),tempMatrix:{},set(t,e=1,i=0,s=0,n=1,o=0,r=0){t.a=e,t.b=i,t.c=s,t.d=n,t.e=o,t.f=r},get:C,getWorld:F,copy(t,e){t.a=e.a,t.b=e.b,t.c=e.c,t.d=e.d,t.e=e.e,t.f=e.f},translate(t,e,i){t.e+=e,t.f+=i},translateInner(t,e,i,s){t.e+=t.a*e+t.c*i,t.f+=t.b*e+t.d*i,s&&(t.e-=e,t.f-=i)},scale(t,e,i=e){t.a*=e,t.b*=e,t.c*=i,t.d*=i},scaleOfOuter(t,e,i,s){W.toInnerPoint(t,e,M),W.scaleOfInner(t,M,i,s)},scaleOfInner(t,e,i,s=i){W.translateInner(t,e.x,e.y),W.scale(t,i,s),W.translateInner(t,-e.x,-e.y)},rotate(t,e){const{a:i,b:s,c:n,d:o}=t,r=L(e*=E),a=O(e);t.a=i*r-s*a,t.b=i*a+s*r,t.c=n*r-o*a,t.d=n*a+o*r},rotateOfOuter(t,e,i){W.toInnerPoint(t,e,M),W.rotateOfInner(t,M,i)},rotateOfInner(t,e,i){W.translateInner(t,e.x,e.y),W.rotate(t,i),W.translateInner(t,-e.x,-e.y)},skew(t,e,i){const{a:s,b:n,c:o,d:r}=t;i&&(i*=E,t.a=s+o*i,t.b=n+r*i),e&&(e*=E,t.c=o+s*e,t.d=r+n*e)},skewOfOuter(t,e,i,s){W.toInnerPoint(t,e,M),W.skewOfInner(t,M,i,s)},skewOfInner(t,e,i,s=0){W.translateInner(t,e.x,e.y),W.skew(t,i,s),W.translateInner(t,-e.x,-e.y)},multiply(t,e){const{a:i,b:s,c:n,d:o,e:r,f:a}=t;t.a=e.a*i+e.b*n,t.b=e.a*s+e.b*o,t.c=e.c*i+e.d*n,t.d=e.c*s+e.d*o,t.e=e.e*i+e.f*n+r,t.f=e.e*s+e.f*o+a},multiplyParent(t,e,i,s,n,r){let{e:a,f:h}=t;if(r&&(a+=r.scrollX,h+=r.scrollY),i||(i=t),o(s)&&(s=1!==t.a||t.b||t.c||1!==t.d),s){const{a:s,b:o,c:r,d:a}=t;i.a=s*e.a+o*e.c,i.b=s*e.b+o*e.d,i.c=r*e.a+a*e.c,i.d=r*e.b+a*e.d,n&&(i.scaleX=e.scaleX*n.scaleX,i.scaleY=e.scaleY*n.scaleY)}else i.a=e.a,i.b=e.b,i.c=e.c,i.d=e.d,n&&(i.scaleX=e.scaleX,i.scaleY=e.scaleY);i.e=a*e.a+h*e.c+e.e,i.f=a*e.b+h*e.d+e.f},divide(t,e){W.multiply(t,W.tempInvert(e))},divideParent(t,e){W.multiplyParent(t,W.tempInvert(e))},tempInvert(t){const{tempMatrix:e}=W;return W.copy(e,t),W.invert(e),e},invert(t){const{a:e,b:i,c:s,d:n,e:o,f:r}=t;if(i||s){const a=1/(e*n-i*s);t.a=n*a,t.b=-i*a,t.c=-s*a,t.d=e*a,t.e=-(o*n-r*s)*a,t.f=-(r*e-o*i)*a}else if(1===e&&1===n)t.e=-o,t.f=-r;else{const i=1/(e*n);t.a=n*i,t.d=e*i,t.e=-o*n*i,t.f=-r*e*i}},toOuterPoint(t,e,i,s){const{x:n,y:o}=e;i||(i=e),i.x=n*t.a+o*t.c,i.y=n*t.b+o*t.d,s||(i.x+=t.e,i.y+=t.f)},toInnerPoint(t,e,i,s){const{a:n,b:o,c:r,d:a}=t,h=1/(n*a-o*r),{x:l,y:d}=e;if(i||(i=e),i.x=(l*a-d*r)*h,i.y=(d*n-l*o)*h,!s){const{e:e,f:s}=t;i.x-=(e*a-s*r)*h,i.y-=(s*n-e*o)*h}},setLayout(t,e,i,s,n){const{x:r,y:a,scaleX:h,scaleY:l}=e;if(o(n)&&(n=e.rotation||e.skewX||e.skewY),n){const{rotation:i,skewX:s,skewY:n}=e,o=i*E,r=L(o),a=O(o);if(s||n){const e=s*E,i=n*E;t.a=(r+i*-a)*h,t.b=(a+i*r)*h,t.c=(e*r-a)*l,t.d=(r+e*a)*l}else t.a=r*h,t.b=a*h,t.c=-a*l,t.d=r*l}else t.a=h,t.b=0,t.c=0,t.d=l;t.e=r,t.f=a,(i=i||s)&&W.translateInner(t,-i.x,-i.y,!s)},getLayout(t,e,i,s){const{a:n,b:o,c:r,d:a,e:h,f:l}=t;let d,c,u,_,p,g=h,f=l;if(o||r){const t=n*a-o*r;if(r&&!s){d=A(n*n+o*o),c=t/d;const e=n/d;u=o>0?P(e):-P(e)}else{c=A(r*r+a*a),d=t/c;const e=r/c;u=B-(a>0?P(-e):-P(e))}const e=D(L(u)),i=O(u);d=D(d),c=D(c),_=e?D((r/c+i)/e/E,9):0,p=e?D((o/d-i)/e/E,9):0,u=D(u/E)}else d=n,c=a,u=_=p=0;return(e=i||e)&&(g+=e.x*n+e.y*r,f+=e.x*o+e.y*a,i||(g-=e.x,f-=e.y)),{x:g,y:f,scaleX:d,scaleY:c,rotation:u,skewX:_,skewY:p}},withScale(t,e,i=e){const s=t;if(!e||!i){const{a:s,b:n,c:o,d:r}=t;n||o?i=(s*r-n*o)/(e=A(s*s+n*n)):(e=s,i=r)}return s.scaleX=e,s.scaleY=i,s},reset(t){W.set(t)}},W=I,{toInnerPoint:z,toOuterPoint:N}=I,{sin:Y,cos:H,abs:X,sqrt:V,atan2:U,min:j,round:G}=Math,K={defaultPoint:{x:0,y:0},tempPoint:{},tempRadiusPoint:{},set(t,e=0,i=0){t.x=e,t.y=i},setRadius(t,e,i){t.radiusX=e,t.radiusY=o(i)?e:i},copy(t,e){t.x=e.x,t.y=e.y},copyFrom(t,e,i){t.x=e,t.y=i},round(t,e){t.x=e?G(t.x-.5)+.5:G(t.x),t.y=e?G(t.y-.5)+.5:G(t.y)},move(t,e,i){_(e)?(t.x+=e.x,t.y+=e.y):(t.x+=e,t.y+=i)},scale(t,e,i=e){t.x&&(t.x*=e),t.y&&(t.y*=i)},scaleOf(t,e,i,s=i){t.x+=(t.x-e.x)*(i-1),t.y+=(t.y-e.y)*(s-1)},rotate(t,e,i){i||(i=q.defaultPoint);const s=H(e*=E),n=Y(e),o=t.x-i.x,r=t.y-i.y;t.x=i.x+o*s-r*n,t.y=i.y+o*n+r*s},tempToInnerOf(t,e){const{tempPoint:i}=q;return J(i,t),z(e,i,i),i},tempToOuterOf(t,e){const{tempPoint:i}=q;return J(i,t),N(e,i,i),i},tempToInnerRadiusPointOf(t,e){const{tempRadiusPoint:i}=q;return J(i,t),q.toInnerRadiusPointOf(t,e,i),i},toInnerRadiusPointOf(t,e,i){i||(i=t),z(e,t,i),i.radiusX=Math.abs(t.radiusX/e.scaleX),i.radiusY=Math.abs(t.radiusY/e.scaleY)},toInnerOf(t,e,i){z(e,t,i)},toOuterOf(t,e,i){N(e,t,i)},getCenter:(t,e)=>({x:t.x+(e.x-t.x)/2,y:t.y+(e.y-t.y)/2}),getCenterX:(t,e)=>t+(e-t)/2,getCenterY:(t,e)=>t+(e-t)/2,getDistance:(t,e)=>Z(t.x,t.y,e.x,e.y),getDistanceFrom(t,e,i,s){const n=X(i-t),o=X(s-e);return V(n*n+o*o)},getMinDistanceFrom:(t,e,i,s,n,o)=>j(Z(t,e,i,s),Z(i,s,n,o)),getAngle:(t,e)=>$(t,e)/E,getRotation:(t,e,i,s)=>(s||(s=e),q.getRadianFrom(t.x,t.y,e.x,e.y,i.x,i.y,s.x,s.y)/E),getRadianFrom(t,e,i,s,n,r,a,h){o(a)&&(a=i,h=s);const l=t-i,d=e-s,c=n-a,u=r-h;return Math.atan2(l*u-d*c,l*c+d*u)},getAtan2:(t,e)=>U(e.y-t.y,e.x-t.x),getDistancePoint(t,e,i,s){const n=$(t,e);return(e=s?e:{}).x=t.x+H(n)*i,e.y=t.y+Y(n)*i,e},toNumberPoints(t){let e=t;return _(t[0])&&(e=[],t.forEach(t=>e.push(t.x,t.y))),e},reset(t){q.reset(t)}},q=K,{getDistanceFrom:Z,copy:J,getAtan2:$}=q;class Q{constructor(t,e){this.set(t,e)}set(t,e){return _(t)?K.copy(this,t):K.set(this,t,e),this}get(){const{x:t,y:e}=this;return{x:t,y:e}}clone(){return new Q(this)}move(t,e){return K.move(this,t,e),this}scale(t,e){return K.scale(this,t,e),this}scaleOf(t,e,i){return K.scaleOf(this,t,e,i),this}rotate(t,e){return K.rotate(this,t,e),this}rotateOf(t,e){return K.rotate(this,e,t),this}getRotation(t,e,i){return K.getRotation(this,t,e,i)}toInnerOf(t,e){return K.toInnerOf(this,t,e),this}toOuterOf(t,e){return K.toOuterOf(this,t,e),this}getCenter(t){return new Q(K.getCenter(this,t))}getDistance(t){return K.getDistance(this,t)}getDistancePoint(t,e,i){return new Q(K.getDistancePoint(this,t,e,i))}getAngle(t){return K.getAngle(this,t)}getAtan2(t){return K.getAtan2(this,t)}reset(){return K.reset(this),this}}const tt=new Q;class et{constructor(t,e,i,s,n,o){this.set(t,e,i,s,n,o)}set(t,e,i,s,n,o){return _(t)?I.copy(this,t):I.set(this,t,e,i,s,n,o),this}setWith(t){return I.copy(this,t),this.scaleX=t.scaleX,this.scaleY=t.scaleY,this}get(){const{a:t,b:e,c:i,d:s,e:n,f:o}=this;return{a:t,b:e,c:i,d:s,e:n,f:o}}clone(){return new et(this)}translate(t,e){return I.translate(this,t,e),this}translateInner(t,e){return I.translateInner(this,t,e),this}scale(t,e){return I.scale(this,t,e),this}scaleWith(t,e){return I.scale(this,t,e),this.scaleX*=t,this.scaleY*=e||t,this}scaleOfOuter(t,e,i){return I.scaleOfOuter(this,t,e,i),this}scaleOfInner(t,e,i){return I.scaleOfInner(this,t,e,i),this}rotate(t){return I.rotate(this,t),this}rotateOfOuter(t,e){return I.rotateOfOuter(this,t,e),this}rotateOfInner(t,e){return I.rotateOfInner(this,t,e),this}skew(t,e){return I.skew(this,t,e),this}skewOfOuter(t,e,i){return I.skewOfOuter(this,t,e,i),this}skewOfInner(t,e,i){return I.skewOfInner(this,t,e,i),this}multiply(t){return I.multiply(this,t),this}multiplyParent(t){return I.multiplyParent(this,t),this}divide(t){return I.divide(this,t),this}divideParent(t){return I.divideParent(this,t),this}invert(){return I.invert(this),this}invertWith(){return I.invert(this),this.scaleX=1/this.scaleX,this.scaleY=1/this.scaleY,this}toOuterPoint(t,e,i){I.toOuterPoint(this,t,e,i)}toInnerPoint(t,e,i){I.toInnerPoint(this,t,e,i)}setLayout(t,e,i){return I.setLayout(this,t,e,i),this}getLayout(t,e,i){return I.getLayout(this,t,e,i)}withScale(t,e){return I.withScale(this,t,e)}reset(){I.reset(this)}}const it=new et,st={tempPointBounds:{},setPoint(t,e,i){t.minX=t.maxX=e,t.minY=t.maxY=i},addPoint(t,e,i){t.minX=e<t.minX?e:t.minX,t.minY=i<t.minY?i:t.minY,t.maxX=e>t.maxX?e:t.maxX,t.maxY=i>t.maxY?i:t.maxY},addBounds(t,e,i,s,n){nt(t,e,i),nt(t,e+s,i+n)},copy(t,e){t.minX=e.minX,t.minY=e.minY,t.maxX=e.maxX,t.maxY=e.maxY},addPointBounds(t,e){t.minX=e.minX<t.minX?e.minX:t.minX,t.minY=e.minY<t.minY?e.minY:t.minY,t.maxX=e.maxX>t.maxX?e.maxX:t.maxX,t.maxY=e.maxY>t.maxY?e.maxY:t.maxY},toBounds(t,e){e.x=t.minX,e.y=t.minY,e.width=t.maxX-t.minX,e.height=t.maxY-t.minY}},{addPoint:nt}=st;var ot,rt;!function(t){t[t.top=0]="top",t[t.right=1]="right",t[t.bottom=2]="bottom",t[t.left=3]="left"}(ot||(ot={})),function(t){t[t.topLeft=0]="topLeft",t[t.top=1]="top",t[t.topRight=2]="topRight",t[t.right=3]="right",t[t.bottomRight=4]="bottomRight",t[t.bottom=5]="bottom",t[t.bottomLeft=6]="bottomLeft",t[t.left=7]="left",t[t.center=8]="center",t[t["top-left"]=0]="top-left",t[t["top-right"]=2]="top-right",t[t["bottom-right"]=4]="bottom-right",t[t["bottom-left"]=6]="bottom-left"}(rt||(rt={}));const at=[{x:0,y:0},{x:.5,y:0},{x:1,y:0},{x:1,y:.5},{x:1,y:1},{x:.5,y:1},{x:0,y:1},{x:0,y:.5},{x:.5,y:.5}];at.forEach(t=>t.type="percent");const ht={directionData:at,tempPoint:{},get:lt,toPoint(t,e,i,s,n,o){const r=lt(t);i.x=r.x,i.y=r.y,"percent"===r.type&&(i.x*=e.width,i.y*=e.height,n&&(o||(i.x-=n.x,i.y-=n.y),r.x&&(i.x-=1===r.x?n.width:.5===r.x?r.x*n.width:0),r.y&&(i.y-=1===r.y?n.height:.5===r.y?r.y*n.height:0))),s||(i.x+=e.x,i.y+=e.y)},getPoint:(t,e,i)=>(i||(i={}),ht.toPoint(t,e,i,!0),i)};function lt(t){return a(t)?at[rt[t]]:t}const{toPoint:dt}=ht,ct={toPoint(t,e,i,s,n,o){dt(t,i,s,n,e,o)}},{tempPointBounds:ut,setPoint:_t,addPoint:pt,toBounds:gt}=st,{toOuterPoint:ft}=I,{float:yt,fourNumber:mt}=b,{floor:vt,ceil:wt}=Math;let xt,bt,kt,Et;const St={},Bt={},Rt={},Tt={tempBounds:Rt,set(t,e=0,i=0,s=0,n=0){t.x=e,t.y=i,t.width=s,t.height=n},copy(t,e){t.x=e.x,t.y=e.y,t.width=e.width,t.height=e.height},copyAndSpread(t,e,i,s,n){const{x:o,y:r,width:a,height:h}=e;if(u(i)){const e=mt(i);s?Ct.set(t,o+e[3],r+e[0],a-e[1]-e[3],h-e[2]-e[0]):Ct.set(t,o-e[3],r-e[0],a+e[1]+e[3],h+e[2]+e[0])}else s&&(i=-i),Ct.set(t,o-i,r-i,a+2*i,h+2*i);n&&("width"===n?(t.y=r,t.height=h):(t.x=o,t.width=a))},minX:t=>t.width>0?t.x:t.x+t.width,minY:t=>t.height>0?t.y:t.y+t.height,maxX:t=>t.width>0?t.x+t.width:t.x,maxY:t=>t.height>0?t.y+t.height:t.y,move(t,e,i){t.x+=e,t.y+=i},getByMove:(t,e,i)=>(t=Object.assign({},t),Ct.move(t,e,i),t),toOffsetOutBounds(t,e,i){e?Lt(e,t):e=t,i?(e.offsetX=-(Ct.maxX(i)-t.x),e.offsetY=-(Ct.maxY(i)-t.y)):(e.offsetX=t.x+t.width,e.offsetY=t.y+t.height),Ct.move(e,-e.offsetX,-e.offsetY)},scale(t,e,i=e,s){s||K.scale(t,e,i),t.width*=e,t.height*=i},scaleOf(t,e,i,s=i){K.scaleOf(t,e,i,s),t.width*=i,t.height*=s},tempToOuterOf:(t,e)=>(Ct.copy(Rt,t),Ct.toOuterOf(Rt,e),Rt),getOuterOf:(t,e)=>(t=Object.assign({},t),Ct.toOuterOf(t,e),t),toOuterOf(t,e,i){if(i||(i=t),0===e.b&&0===e.c){const{a:s,d:n}=e;s>0?(i.width=t.width*s,i.x=e.e+t.x*s):(i.width=t.width*-s,i.x=e.e+t.x*s-i.width),n>0?(i.height=t.height*n,i.y=e.f+t.y*n):(i.height=t.height*-n,i.y=e.f+t.y*n-i.height)}else St.x=t.x,St.y=t.y,ft(e,St,Bt),_t(ut,Bt.x,Bt.y),St.x=t.x+t.width,ft(e,St,Bt),pt(ut,Bt.x,Bt.y),St.y=t.y+t.height,ft(e,St,Bt),pt(ut,Bt.x,Bt.y),St.x=t.x,ft(e,St,Bt),pt(ut,Bt.x,Bt.y),gt(ut,i)},toInnerOf(t,e,i){i||(i=t),Ct.move(i,-e.e,-e.f),Ct.scale(i,1/e.a,1/e.d)},getFitMatrix(t,e,i=1){const s=Math.min(i,Ct.getFitScale(t,e));return new et(s,0,0,s,-e.x*s,-e.y*s)},getFitScale(t,e,i){const s=t.width/e.width,n=t.height/e.height;return i?Math.max(s,n):Math.min(s,n)},put(t,e,i="center",s=1,n=!0,o){o||(o=e),a(s)&&(s=Ct.getFitScale(t,e,"cover"===s)),Rt.width=n?e.width*=s:e.width*s,Rt.height=n?e.height*=s:e.height*s,ct.toPoint(i,Rt,t,o,!0,!0)},getSpread(t,e,i){const s={};return Ct.copyAndSpread(s,t,e,!1,i),s},spread(t,e,i){Ct.copyAndSpread(t,t,e,!1,i)},shrink(t,e,i){Ct.copyAndSpread(t,t,e,!0,i)},ceil(t){const{x:e,y:i}=t;t.x=vt(t.x),t.y=vt(t.y),t.width=e>t.x?wt(t.width+e-t.x):wt(t.width),t.height=i>t.y?wt(t.height+i-t.y):wt(t.height)},unsign(t){t.width<0&&(t.x+=t.width,t.width=-t.width),t.height<0&&(t.y+=t.height,t.height=-t.height)},float(t,e){t.x=yt(t.x,e),t.y=yt(t.y,e),t.width=yt(t.width,e),t.height=yt(t.height,e)},add(t,e,i){xt=t.x+t.width,bt=t.y+t.height,kt=e.x,Et=e.y,i||(kt+=e.width,Et+=e.height),xt=xt>kt?xt:kt,bt=bt>Et?bt:Et,t.x=t.x<e.x?t.x:e.x,t.y=t.y<e.y?t.y:e.y,t.width=xt-t.x,t.height=bt-t.y},addList(t,e){Ct.setListWithFn(t,e,void 0,!0)},setList(t,e,i=!1){Ct.setListWithFn(t,e,void 0,i)},addListWithFn(t,e,i){Ct.setListWithFn(t,e,i,!0)},setListWithFn(t,e,i,s=!1){let n,o=!0;for(let r=0,a=e.length;r<a;r++)n=i?i(e[r],r):e[r],n&&(n.width||n.height)&&(o?(o=!1,s||Lt(t,n)):Ot(t,n));o&&Ct.reset(t)},setPoints(t,e){e.forEach((t,e)=>0===e?_t(ut,t.x,t.y):pt(ut,t.x,t.y)),gt(ut,t)},setPoint(t,e){Ct.set(t,e.x,e.y)},addPoint(t,e){Ot(t,e,!0)},getPoints(t){const{x:e,y:i,width:s,height:n}=t;return[{x:e,y:i},{x:e+s,y:i},{x:e+s,y:i+n},{x:e,y:i+n}]},hitRadiusPoint:(t,e,i)=>(i&&(e=K.tempToInnerRadiusPointOf(e,i)),e.x>=t.x-e.radiusX&&e.x<=t.x+t.width+e.radiusX&&e.y>=t.y-e.radiusY&&e.y<=t.y+t.height+e.radiusY),hitPoint:(t,e,i)=>(i&&(e=K.tempToInnerOf(e,i)),e.x>=t.x&&e.x<=t.x+t.width&&e.y>=t.y&&e.y<=t.y+t.height),hit:(t,e,i)=>(i&&(e=Ct.tempToOuterOf(e,i)),!(t.y+t.height<e.y||e.y+e.height<t.y||t.x+t.width<e.x||e.x+e.width<t.x)),includes:(t,e,i)=>(i&&(e=Ct.tempToOuterOf(e,i)),t.x<=e.x&&t.y<=e.y&&t.x+t.width>=e.x+e.width&&t.y+t.height>=e.y+e.height),getIntersectData(t,e,i){if(i&&(e=Ct.tempToOuterOf(e,i)),!Ct.hit(t,e))return{x:0,y:0,width:0,height:0};let{x:s,y:n,width:o,height:r}=e;return xt=s+o,bt=n+r,kt=t.x+t.width,Et=t.y+t.height,s=s>t.x?s:t.x,n=n>t.y?n:t.y,xt=xt<kt?xt:kt,bt=bt<Et?bt:Et,o=xt-s,r=bt-n,{x:s,y:n,width:o,height:r}},intersect(t,e,i){Ct.copy(t,Ct.getIntersectData(t,e,i))},isSame:(t,e)=>t.x===e.x&&t.y===e.y&&t.width===e.width&&t.height===e.height,isEmpty:t=>0===t.x&&0===t.y&&0===t.width&&0===t.height,reset(t){Ct.set(t)}},Ct=Tt,{add:Ot,copy:Lt}=Ct;class Pt{get minX(){return Tt.minX(this)}get minY(){return Tt.minY(this)}get maxX(){return Tt.maxX(this)}get maxY(){return Tt.maxY(this)}constructor(t,e,i,s){this.set(t,e,i,s)}set(t,e,i,s){return _(t)?Tt.copy(this,t):Tt.set(this,t,e,i,s),this}get(){const{x:t,y:e,width:i,height:s}=this;return{x:t,y:e,width:i,height:s}}clone(){return new Pt(this)}move(t,e){return Tt.move(this,t,e),this}scale(t,e,i){return Tt.scale(this,t,e,i),this}scaleOf(t,e,i){return Tt.scaleOf(this,t,e,i),this}toOuterOf(t,e){return Tt.toOuterOf(this,t,e),this}toInnerOf(t,e){return Tt.toInnerOf(this,t,e),this}getFitMatrix(t,e){return Tt.getFitMatrix(this,t,e)}put(t,e,i){Tt.put(this,t,e,i)}spread(t,e){return Tt.spread(this,t,e),this}shrink(t,e){return Tt.shrink(this,t,e),this}ceil(){return Tt.ceil(this),this}unsign(){return Tt.unsign(this),this}float(t){return Tt.float(this,t),this}add(t){return Tt.add(this,t),this}addList(t){return Tt.setList(this,t,!0),this}setList(t){return Tt.setList(this,t),this}addListWithFn(t,e){return Tt.setListWithFn(this,t,e,!0),this}setListWithFn(t,e){return Tt.setListWithFn(this,t,e),this}setPoint(t){return Tt.setPoint(this,t),this}setPoints(t){return Tt.setPoints(this,t),this}addPoint(t){return Tt.addPoint(this,t),this}getPoints(){return Tt.getPoints(this)}hitPoint(t,e){return Tt.hitPoint(this,t,e)}hitRadiusPoint(t,e){return Tt.hitRadiusPoint(this,t,e)}hit(t,e){return Tt.hit(this,t,e)}includes(t,e){return Tt.includes(this,t,e)}intersect(t,e){return Tt.intersect(this,t,e),this}getIntersect(t,e){return new Pt(Tt.getIntersectData(this,t,e))}isSame(t){return Tt.isSame(this,t)}isEmpty(){return Tt.isEmpty(this)}reset(){Tt.reset(this)}}const At=new Pt;class Dt{constructor(t,e,i,s,n,o){_(t)?this.copy(t):this.set(t,e,i,s,n,o)}set(t=0,e=0,i=0,s=0,n=0,o=0){this.top=t,this.right=e,this.bottom=i,this.left=s,this.width=n,this.height=o}copy(t){const{top:e,right:i,bottom:s,left:n,width:o,height:r}=t;this.set(e,i,s,n,o,r)}getBoundsFrom(t){const{top:e,right:i,bottom:s,left:n,width:o,height:r}=this;return new Pt(n,e,o||t.width-n-i,r||t.height-e-s)}}const Mt={0:1,1:1,2:1,3:1,4:1,5:1,6:1,7:1,8:1,9:1,".":1,e:1,E:1},{randColor:Ft}=b;class It{constructor(t){this.repeatMap={},this.name=t}static get(t){return new It(t)}static set filter(t){this.filterList=Wt(t)}static set exclude(t){this.excludeList=Wt(t)}static drawRepaint(t,e){const i=Ft();t.fillWorld(e,i.replace("1)",".1)")),t.strokeWorld(e,i)}static drawBounds(t,e,i){const s="hit"===It.showBounds,n=t.__nowWorld,o=Ft();s&&(e.setWorld(n),t.__drawHitPath(e),e.fillStyle=o.replace("1)",".2)"),e.fill()),e.resetTransform(),e.setStroke(o,2),s?e.stroke():e.strokeWorld(n,o)}log(...t){if(zt.enable){if(zt.filterList.length&&zt.filterList.every(t=>t!==this.name))return;if(zt.excludeList.length&&zt.excludeList.some(t=>t===this.name))return;console.log("%c"+this.name,"color:#21ae62",...t)}}tip(...t){zt.enable&&this.warn(...t)}warn(...t){zt.showWarn&&console.warn(this.name,...t)}repeat(t,...e){this.repeatMap[t]||(this.warn("repeat:"+t,...e),this.repeatMap[t]=!0)}error(...t){try{throw new Error}catch(e){console.error(this.name,...t,e)}}}function Wt(t){return t?a(t)&&(t=[t]):t=[],t}It.filterList=[],It.excludeList=[],It.showWarn=!0;const zt=It,Nt=It.get("RunTime"),Yt={currentId:0,currentName:"",idMap:{},nameMap:{},nameToIdMap:{},start(t,i){const s=e.create(e.RUNTIME);return Ht.currentId=Ht.idMap[s]=i?performance.now():Date.now(),Ht.currentName=Ht.nameMap[s]=t,Ht.nameToIdMap[t]=s,s},end(t,e){const i=Ht.idMap[t],s=Ht.nameMap[t],n=e?(performance.now()-i)/1e3:Date.now()-i;Ht.idMap[t]=Ht.nameMap[t]=Ht.nameToIdMap[s]=void 0,Nt.log(s,n,"ms")},endOfName(t,e){const i=Ht.nameToIdMap[t];o(i)||Ht.end(i,e)}},Ht=Yt,Xt=[],Vt={list:{},add(t,...e){this.list[t]=!0,Xt.push(...e)},has(t,e){const i=this.list[t];return!i&&e&&this.need(t),i},need(t){console.error("please install and import plugin: "+(t.includes("-x")?"":"@leafer-in/")+t)}};setTimeout(()=>Xt.forEach(t=>Vt.has(t,!0)));const Ut={editor:t=>Vt.need("editor")},jt=It.get("UICreator"),Gt={list:{},register(t){const{__tag:e}=t.prototype;Kt[e]&&jt.repeat(e),Kt[e]=t},get(t,e,i,s,n,r){Kt[t]||jt.error("not register "+t);const a=new Kt[t](e);return o(i)||(a.x=i,s&&(a.y=s),n&&(a.width=n),r&&(a.height=r)),a}},{list:Kt}=Gt,qt=It.get("EventCreator"),Zt={nameList:{},register(t){let e;Object.keys(t).forEach(i=>{e=t[i],a(e)&&(Jt[e]&&qt.repeat(e),Jt[e]=t)})},changeName(t,e){const i=Jt[t];if(i){const s=Object.keys(i).find(e=>i[e]===t);s&&(i[s]=e,Jt[e]=i)}},has(t){return!!this.nameList[t]},get:(t,...e)=>new Jt[t](...e)},{nameList:Jt}=Zt;class $t{constructor(){this.list=[]}add(t){t.manager=this,this.list.push(t)}get(t){let e;const{list:i}=this;for(let s=0,n=i.length;s<n;s++)if(e=i[s],e.recycled&&e.isSameSize(t))return e.recycled=!1,e.manager||(e.manager=this),e;const s=Ut.canvas(t);return this.add(s),s}recycle(t){t.recycled=!0}clearRecycled(){let t;const e=[];for(let i=0,s=this.list.length;i<s;i++)t=this.list[i],t.recycled?t.destroy():e.push(t);this.list=e}clear(){this.list.forEach(t=>{t.destroy()}),this.list.length=0}destroy(){this.clear()}}function Qt(t,e,i,s){var n,o=arguments.length,r=o<3?e:null===s?s=Object.getOwnPropertyDescriptor(e,i):s;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(t,e,i,s);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(r=(o<3?n(r):o>3?n(e,i,r):n(e,i))||r);return o>3&&r&&Object.defineProperty(e,i,r),r}function te(t,e,i,s){return new(i||(i=Promise))(function(n,o){function r(t){try{h(s.next(t))}catch(t){o(t)}}function a(t){try{h(s.throw(t))}catch(t){o(t)}}function h(t){t.done?n(t.value):function(t){return t instanceof i?t:new i(function(e){e(t)})}(t.value).then(r,a)}h((s=s.apply(t,e||[])).next())})}function ee(t){return(e,i)=>{t||(t=i);const s={get(){return this.context[t]},set(e){this.context[t]=e}};"strokeCap"===i&&(s.set=function(e){this.context[t]="none"===e?"butt":e}),Object.defineProperty(e,i,s)}}"function"==typeof SuppressedError&&SuppressedError;const ie=[];function se(){return(t,e)=>{ie.push(e)}}const ne=[];let oe=class{set blendMode(t){"normal"===t&&(t="source-over"),this.context.globalCompositeOperation=t}get blendMode(){return this.context.globalCompositeOperation}set dashPattern(t){this.context.setLineDash(t||ne)}get dashPattern(){return this.context.getLineDash()}__bindContext(){let t;ie.forEach(e=>{t=this.context[e],t&&(this[e]=t.bind(this.context))}),this.textBaseline="alphabetic"}setTransform(t,e,i,s,n,o){}resetTransform(){}getTransform(){}save(){}restore(){}transform(t,e,i,s,n,o){_(t)?this.context.transform(t.a,t.b,t.c,t.d,t.e,t.f):this.context.transform(t,e,i,s,n,o)}translate(t,e){}scale(t,e){}rotate(t){}fill(t,e){}stroke(t){}clip(t,e){}fillRect(t,e,i,s){}strokeRect(t,e,i,s){}clearRect(t,e,i,s){}drawImage(t,e,i,s,n,o,r,a,h){switch(arguments.length){case 9:if(e<0){const t=-e/s*a;s+=e,e=0,o+=t,a-=t}if(i<0){const t=-i/n*h;n+=i,i=0,r+=t,h-=t}this.context.drawImage(t,e,i,s,n,o,r,a,h);break;case 5:this.context.drawImage(t,e,i,s,n);break;case 3:this.context.drawImage(t,e,i)}}beginPath(){}moveTo(t,e){}lineTo(t,e){}bezierCurveTo(t,e,i,s,n,o){}quadraticCurveTo(t,e,i,s){}closePath(){}arc(t,e,i,s,n,o){}arcTo(t,e,i,s,n){}ellipse(t,e,i,s,n,o,r,a){}rect(t,e,i,s){}roundRect(t,e,i,s,n){}createConicGradient(t,e,i){}createLinearGradient(t,e,i,s){}createPattern(t,e){}createRadialGradient(t,e,i,s,n,o){}fillText(t,e,i,s){}measureText(t){}strokeText(t,e,i,s){}destroy(){this.context=null}};Qt([ee("imageSmoothingEnabled")],oe.prototype,"smooth",void 0),Qt([ee("imageSmoothingQuality")],oe.prototype,"smoothLevel",void 0),Qt([ee("globalAlpha")],oe.prototype,"opacity",void 0),Qt([ee()],oe.prototype,"fillStyle",void 0),Qt([ee()],oe.prototype,"strokeStyle",void 0),Qt([ee("lineWidth")],oe.prototype,"strokeWidth",void 0),Qt([ee("lineCap")],oe.prototype,"strokeCap",void 0),Qt([ee("lineJoin")],oe.prototype,"strokeJoin",void 0),Qt([ee("lineDashOffset")],oe.prototype,"dashOffset",void 0),Qt([ee()],oe.prototype,"miterLimit",void 0),Qt([ee()],oe.prototype,"shadowBlur",void 0),Qt([ee()],oe.prototype,"shadowColor",void 0),Qt([ee()],oe.prototype,"shadowOffsetX",void 0),Qt([ee()],oe.prototype,"shadowOffsetY",void 0),Qt([ee()],oe.prototype,"filter",void 0),Qt([ee()],oe.prototype,"font",void 0),Qt([ee()],oe.prototype,"fontKerning",void 0),Qt([ee()],oe.prototype,"fontStretch",void 0),Qt([ee()],oe.prototype,"fontVariantCaps",void 0),Qt([ee()],oe.prototype,"textAlign",void 0),Qt([ee()],oe.prototype,"textBaseline",void 0),Qt([ee()],oe.prototype,"textRendering",void 0),Qt([ee()],oe.prototype,"wordSpacing",void 0),Qt([ee()],oe.prototype,"letterSpacing",void 0),Qt([ee()],oe.prototype,"direction",void 0),Qt([se()],oe.prototype,"setTransform",null),Qt([se()],oe.prototype,"resetTransform",null),Qt([se()],oe.prototype,"getTransform",null),Qt([se()],oe.prototype,"save",null),Qt([se()],oe.prototype,"restore",null),Qt([se()],oe.prototype,"translate",null),Qt([se()],oe.prototype,"scale",null),Qt([se()],oe.prototype,"rotate",null),Qt([se()],oe.prototype,"fill",null),Qt([se()],oe.prototype,"stroke",null),Qt([se()],oe.prototype,"clip",null),Qt([se()],oe.prototype,"fillRect",null),Qt([se()],oe.prototype,"strokeRect",null),Qt([se()],oe.prototype,"clearRect",null),Qt([se()],oe.prototype,"beginPath",null),Qt([se()],oe.prototype,"moveTo",null),Qt([se()],oe.prototype,"lineTo",null),Qt([se()],oe.prototype,"bezierCurveTo",null),Qt([se()],oe.prototype,"quadraticCurveTo",null),Qt([se()],oe.prototype,"closePath",null),Qt([se()],oe.prototype,"arc",null),Qt([se()],oe.prototype,"arcTo",null),Qt([se()],oe.prototype,"ellipse",null),Qt([se()],oe.prototype,"rect",null),Qt([se()],oe.prototype,"roundRect",null),Qt([se()],oe.prototype,"createConicGradient",null),Qt([se()],oe.prototype,"createLinearGradient",null),Qt([se()],oe.prototype,"createPattern",null),Qt([se()],oe.prototype,"createRadialGradient",null),Qt([se()],oe.prototype,"fillText",null),Qt([se()],oe.prototype,"measureText",null),Qt([se()],oe.prototype,"strokeText",null);const{copy:re,multiplyParent:ae}=I,{round:he}=Math,le={width:1,height:1,pixelRatio:1},de=["width","height","pixelRatio"];class ce extends oe{get width(){return this.size.width}get height(){return this.size.height}get pixelRatio(){return this.size.pixelRatio}get pixelWidth(){return this.width*this.pixelRatio||0}get pixelHeight(){return this.height*this.pixelRatio||0}get pixelSnap(){return this.config.pixelSnap}set pixelSnap(t){this.config.pixelSnap=t}get allowBackgroundColor(){return this.view&&this.parentView}constructor(i,s){super(),this.size={},this.worldTransform={},i||(i=le),this.manager=s,this.innerId=e.create(e.CNAVAS);const{width:n,height:o,pixelRatio:r}=i;this.autoLayout=!n||!o,this.size.pixelRatio=r|t.devicePixelRatio,this.config=i,this.init()}init(){}__createContext(){const{view:t}=this,{contextSettings:e}=this.config;this.context=e?t.getContext("2d",e):t.getContext("2d"),this.__bindContext()}export(t,e){}toBlob(t,e){}toDataURL(t,e){}saveAs(t,e){}resize(t,e=!0){if(this.isSameSize(t))return;let i;this.context&&!this.unreal&&e&&this.width&&(i=this.getSameCanvas(),i.copyWorld(this));const s=this.size;f.copyAttrs(s,t,de),de.forEach(t=>s[t]||(s[t]=1)),this.bounds=new Pt(0,0,this.width,this.height),this.context&&!this.unreal&&(this.updateViewSize(),this.smooth=this.config.smooth),this.updateClientBounds(),this.context&&!this.unreal&&i&&(this.clearWorld(i.bounds),this.copyWorld(i),i.recycle())}updateViewSize(){}updateClientBounds(){}getClientBounds(t){return t&&this.updateClientBounds(),this.clientBounds||this.bounds}startAutoLayout(t,e){}stopAutoLayout(){}setCursor(t){}setWorld(t,e){const{pixelRatio:i,pixelSnap:s}=this,n=this.worldTransform;e&&ae(t,e,n),n.a=t.a*i,n.b=t.b*i,n.c=t.c*i,n.d=t.d*i,n.e=t.e*i,n.f=t.f*i,s&&(t.half&&t.half*i%2?(n.e=he(n.e-.5)+.5,n.f=he(n.f-.5)+.5):(n.e=he(n.e),n.f=he(n.f))),this.setTransform(n.a,n.b,n.c,n.d,n.e,n.f)}useWorldTransform(t){t&&(this.worldTransform=t);const e=this.worldTransform;e&&this.setTransform(e.a,e.b,e.c,e.d,e.e,e.f)}setStroke(t,e,i,s){e&&(this.strokeWidth=e),t&&(this.strokeStyle=t),i&&this.setStrokeOptions(i,s)}setStrokeOptions(t,e){let{strokeCap:i,strokeJoin:s,dashPattern:n,dashOffset:r,miterLimit:a}=t;e&&(e.strokeCap&&(i=e.strokeCap),e.strokeJoin&&(s=e.strokeJoin),o(e.dashPattern)||(n=e.dashPattern),o(e.dashOffset)||(r=e.dashOffset),e.miterLimit&&(a=e.miterLimit)),this.strokeCap=i,this.strokeJoin=s,this.dashPattern=n,this.dashOffset=r,this.miterLimit=a}saveBlendMode(t){this.savedBlendMode=this.blendMode,this.blendMode=t}restoreBlendMode(){this.blendMode=this.savedBlendMode}hitFill(t,e){return!0}hitStroke(t,e){return!0}hitPixel(t,e,i=1){return!0}setWorldShadow(t,e,i,s){const{pixelRatio:n}=this;this.shadowOffsetX=t*n,this.shadowOffsetY=e*n,this.shadowBlur=i*n,this.shadowColor=s||"black"}setWorldBlur(t){const{pixelRatio:e}=this;this.filter=`blur(${t*e}px)`}copyWorld(t,e,i,s){if(s&&(this.blendMode=s),e){const{pixelRatio:s}=this;i||(i=e),this.drawImage(t.view,e.x*s,e.y*s,e.width*s,e.height*s,i.x*s,i.y*s,i.width*s,i.height*s)}else this.drawImage(t.view,0,0);s&&(this.blendMode="source-over")}copyWorldToInner(t,e,i,s){if(s&&(this.blendMode=s),e.b||e.c)this.save(),this.resetTransform(),this.copyWorld(t,e,Tt.tempToOuterOf(i,e)),this.restore();else{const{pixelRatio:s}=this;this.drawImage(t.view,e.x*s,e.y*s,e.width*s,e.height*s,i.x,i.y,i.width,i.height)}s&&(this.blendMode="source-over")}copyWorldByReset(t,e,i,s,n){this.resetTransform(),this.copyWorld(t,e,i,s),n||this.useWorldTransform()}useGrayscaleAlpha(t){let e,i;this.setTempBounds(t,!0,!0);const{context:s}=this,n=s.getImageData(At.x,At.y,At.width,At.height),{data:o}=n;for(let t=0,s=o.length;t<s;t+=4)i=.299*o[t]+.587*o[t+1]+.114*o[t+2],(e=o[t+3])&&(o[t+3]=255===e?i:e*(i/255));s.putImageData(n,At.x,At.y)}useMask(t,e,i){this.copyWorld(t,e,i,"destination-in")}useEraser(t,e,i){this.copyWorld(t,e,i,"destination-out")}fillWorld(t,e,i){i&&(this.blendMode=i),this.fillStyle=e,this.setTempBounds(t),this.fillRect(At.x,At.y,At.width,At.height),i&&(this.blendMode="source-over")}strokeWorld(t,e,i){i&&(this.blendMode=i),this.strokeStyle=e,this.setTempBounds(t),this.strokeRect(At.x,At.y,At.width,At.height),i&&(this.blendMode="source-over")}clipWorld(t,e){this.beginPath(),this.setTempBounds(t,e),this.rect(At.x,At.y,At.width,At.height),this.clip()}clipUI(t){t.windingRule?this.clip(t.windingRule):this.clip()}clearWorld(t,e){this.setTempBounds(t,e),this.clearRect(At.x,At.y,At.width,At.height)}clear(){const{pixelRatio:t}=this;this.clearRect(0,0,this.width*t+2,this.height*t+2)}setTempBounds(t,e,i){At.set(t),i&&At.intersect(this.bounds),At.scale(this.pixelRatio),e&&At.ceil()}isSameSize(t){return this.width===t.width&&this.height===t.height&&(!t.pixelRatio||this.pixelRatio===t.pixelRatio)}getSameCanvas(t,e){const{size:i,pixelSnap:s}=this,n=this.manager?this.manager.get(i):Ut.canvas(Object.assign({},i));return n.save(),t&&(re(n.worldTransform,this.worldTransform),n.useWorldTransform()),e&&(n.smooth=this.smooth),n.pixelSnap!==s&&(n.pixelSnap=s),n}recycle(t){this.recycled||(this.restore(),t?this.clearWorld(t,!0):this.clear(),this.manager?this.manager.recycle(this):this.destroy())}updateRender(t){}unrealCanvas(){}destroy(){this.manager=this.view=this.parentView=null}}const ue={creator:{},parse(t,e){},convertToCanvasData(t,e){}},_e={N:21,D:22,X:23,G:24,F:25,O:26,P:27,U:28},pe=Object.assign({M:1,m:10,L:2,l:20,H:3,h:30,V:4,v:40,C:5,c:50,S:6,s:60,Q:7,q:70,T:8,t:80,A:9,a:90,Z:11,z:11,R:12},_e),ge={M:3,m:3,L:3,l:3,H:2,h:2,V:2,v:2,C:7,c:7,S:5,s:5,Q:5,q:5,T:3,t:3,A:8,a:8,Z:1,z:1,N:5,D:9,X:6,G:9,F:5,O:7,P:4,U:6},fe={m:10,l:20,H:3,h:30,V:4,v:40,c:50,S:6,s:60,q:70,T:8,t:80,A:9,a:90},ye=Object.assign(Object.assign({},fe),_e),me=pe,ve={};for(let t in me)ve[me[t]]=t;const we={};for(let t in me)we[me[t]]=ge[t];const xe={drawRoundRect(t,e,i,s,n,o){const r=b.fourNumber(o,Math.min(s/2,n/2)),a=e+s,h=i+n;r[0]?t.moveTo(e+r[0],i):t.moveTo(e,i),r[1]?t.arcTo(a,i,a,h,r[1]):t.lineTo(a,i),r[2]?t.arcTo(a,h,e,h,r[2]):t.lineTo(a,h),r[3]?t.arcTo(e,h,e,i,r[3]):t.lineTo(e,h),r[0]?t.arcTo(e,i,a,i,r[0]):t.lineTo(e,i)}},{sin:be,cos:ke,atan2:Ee,ceil:Se,abs:Be,PI:Re,sqrt:Te,pow:Ce}=Math,{setPoint:Oe,addPoint:Le}=st,{set:Pe,toNumberPoints:Ae}=K,{M:De,L:Me,C:Fe,Q:Ie,Z:We}=pe,ze={},Ne={points(t,e,i,s){let n=Ae(e);if(t.push(De,n[0],n[1]),i&&n.length>5){let e,o,r,a,h,l,d,c,u,_,p,g,f,y=n.length;const m=!0===i?.5:i;s&&(n=[n[y-2],n[y-1],...n,n[0],n[1],n[2],n[3]],y=n.length);for(let i=2;i<y-2;i+=2)e=n[i-2],o=n[i-1],r=n[i],a=n[i+1],h=n[i+2],l=n[i+3],p=Te(Ce(r-e,2)+Ce(a-o,2)),g=Te(Ce(h-r,2)+Ce(l-a,2)),(p||g)&&(f=p+g,p=m*p/f,g=m*g/f,h-=e,l-=o,d=r-p*h,c=a-p*l,2===i?s||t.push(Ie,d,c,r,a):t.push(Fe,u,_,d,c,r,a),u=r+g*h,_=a+g*l);s||t.push(Ie,u,_,n[y-2],n[y-1])}else for(let e=2,i=n.length;e<i;e+=2)t.push(Me,n[e],n[e+1]);s&&t.push(We)},rect(t,e,i,s,n){ue.creator.path=t,ue.creator.moveTo(e,i).lineTo(e+s,i).lineTo(e+s,i+n).lineTo(e,i+n).lineTo(e,i)},roundRect(t,e,i,s,n,o){ue.creator.path=[],xe.drawRoundRect(ue.creator,e,i,s,n,o),t.push(...ue.convertToCanvasData(ue.creator.path,!0))},arcTo(t,e,i,s,n,o,r,a,h,l,d){const c=s-e,u=n-i,_=o-s,p=r-n;let g=Ee(u,c),f=Ee(p,_),y=f-g;if(y<0&&(y+=S),y===Re||Be(c+u)<1e-12||Be(_+p)<1e-12)return t&&t.push(Me,s,n),h&&(Oe(h,e,i),Le(h,s,n)),d&&Pe(d,e,i),void(l&&Pe(l,s,n));const m=c*p-_*u<0,v=m?-1:1,w=a/ke(y/2),x=s+w*ke(g+y/2+B*v),b=n+w*be(g+y/2+B*v);return g-=B*v,f-=B*v,Xe(t,x,b,a,a,0,g/E,f/E,m,h,l,d)},arc:(t,e,i,s,n,o,r,a,h,l)=>Xe(t,e,i,s,s,0,n,o,r,a,h,l),ellipse(t,e,i,s,n,o,r,a,h,l,d,c){const u=o*E,_=be(u),p=ke(u);let g=r*E,f=a*E;g>Re&&(g-=S),f<0&&(f+=S);let y=f-g;y<0?y+=S:y>S&&(y-=S),h&&(y-=S);const m=Se(Be(y/B)),v=y/m,w=be(v/4),x=8/3*w*w/be(v/2);f=g+v;let b,k,R,T,C,O,L,P,A=ke(g),D=be(g),M=R=p*s*A-_*n*D,F=T=_*s*A+p*n*D,I=e+R,W=i+T;t&&t.push(t.length?Me:De,I,W),l&&Oe(l,I,W),c&&Pe(c,I,W);for(let o=0;o<m;o++)b=ke(f),k=be(f),R=p*s*b-_*n*k,T=_*s*b+p*n*k,C=e+M-x*(p*s*D+_*n*A),O=i+F-x*(_*s*D-p*n*A),L=e+R+x*(p*s*k+_*n*b),P=i+T+x*(_*s*k-p*n*b),t&&t.push(Fe,C,O,L,P,e+R,i+T),l&&He(e+M,i+F,C,O,L,P,e+R,i+T,l,!0),M=R,F=T,A=b,D=k,g=f,f+=v;d&&Pe(d,e+R,i+T)},quadraticCurveTo(t,e,i,s,n,o,r){t.push(Fe,(e+2*s)/3,(i+2*n)/3,(o+2*s)/3,(r+2*n)/3,o,r)},toTwoPointBoundsByQuadraticCurve(t,e,i,s,n,o,r,a){He(t,e,(t+2*i)/3,(e+2*s)/3,(n+2*i)/3,(o+2*s)/3,n,o,r,a)},toTwoPointBounds(t,e,i,s,n,o,r,a,h,l){const d=[];let c,u,_,p,g,f,y,m,v=t,w=i,x=n,b=r;for(let t=0;t<2;++t)if(1==t&&(v=e,w=s,x=o,b=a),c=-3*v+9*w-9*x+3*b,u=6*v-12*w+6*x,_=3*w-3*v,Math.abs(c)<1e-12){if(Math.abs(u)<1e-12)continue;p=-_/u,0<p&&p<1&&d.push(p)}else y=u*u-4*_*c,m=Math.sqrt(y),y<0||(g=(-u+m)/(2*c),0<g&&g<1&&d.push(g),f=(-u-m)/(2*c),0<f&&f<1&&d.push(f));l?Le(h,t,e):Oe(h,t,e),Le(h,r,a);for(let l=0,c=d.length;l<c;l++)Ye(d[l],t,e,i,s,n,o,r,a,ze),Le(h,ze.x,ze.y)},getPointAndSet(t,e,i,s,n,o,r,a,h,l){const d=1-t,c=d*d*d,u=3*d*d*t,_=3*d*t*t,p=t*t*t;l.x=c*e+u*s+_*o+p*a,l.y=c*i+u*n+_*r+p*h},getPoint(t,e,i,s,n,o,r,a,h){const l={};return Ye(t,e,i,s,n,o,r,a,h,l),l},getDerivative(t,e,i,s,n){const o=1-t;return 3*o*o*(i-e)+6*o*t*(s-i)+3*t*t*(n-s)}},{getPointAndSet:Ye,toTwoPointBounds:He,ellipse:Xe}=Ne,{sin:Ve,cos:Ue,sqrt:je,atan2:Ge}=Math,{ellipse:Ke}=Ne,qe={ellipticalArc(e,i,s,n,o,r,a,h,l,d,c){const u=(l-i)/2,_=(d-s)/2,p=r*E,g=Ve(p),f=Ue(p),y=-f*u-g*_,m=-f*_+g*u,v=n*n,w=o*o,x=m*m,b=y*y,k=v*w-v*x-w*b;let B=0;if(k<0){const t=je(1-k/(v*w));n*=t,o*=t}else B=(a===h?-1:1)*je(k/(v*x+w*b));const R=B*n*m/o,T=-B*o*y/n,C=Ge((m-T)/o,(y-R)/n),O=Ge((-m-T)/o,(-y-R)/n);let L=O-C;0===h&&L>0?L-=S:1===h&&L<0&&(L+=S);const P=i+u+f*R-g*T,A=s+_+g*R+f*T,D=L<0?1:0;c||t.ellipseToCurve?Ke(e,P,A,n,o,r,C/E,O/E,D):n!==o||r?e.push(pe.G,P,A,n,o,r,C/E,O/E,D):e.push(pe.O,P,A,n,C/E,O/E,D)}},{M:Ze,m:Je,L:$e,l:Qe,H:ti,h:ei,V:ii,v:si,C:ni,c:oi,S:ri,s:ai,Q:hi,q:li,T:di,t:ci,A:ui,a:_i,Z:pi,z:gi,N:fi,D:yi,X:mi,G:vi,F:wi,O:xi,P:bi,U:ki}=pe,{rect:Ei,roundRect:Si,arcTo:Bi,arc:Ri,ellipse:Ti,quadraticCurveTo:Ci}=Ne,{ellipticalArc:Oi}=qe,Li=It.get("PathConvert"),Pi={},Ai={current:{dot:0},stringify(t,e){let i,s,n,o=0,r=t.length,a="";for(;o<r;){s=t[o],i=we[s],a+=s===n?" ":ve[s];for(let s=1;s<i;s++)a+=b.float(t[o+s],e),s===i-1||(a+=" ");n=s,o+=i}return a},parse(t,e){let i,s,n,o="";const r=[],a=e?ye:fe;for(let e=0,h=t.length;e<h;e++)s=t[e],Mt[s]?("."===s&&(Di.dot&&(Mi(r,o),o=""),Di.dot++),"0"===o&&"."!==s&&(Mi(r,o),o=""),o+=s):pe[s]?(o&&(Mi(r,o),o=""),Di.name=pe[s],Di.length=ge[s],Di.index=0,Mi(r,Di.name),!i&&a[s]&&(i=!0)):"-"===s||"+"===s?"e"===n||"E"===n?o+=s:(o&&Mi(r,o),o=s):o&&(Mi(r,o),o=""),n=s;return o&&Mi(r,o),i?Ai.toCanvasData(r,e):r},toCanvasData(t,e){let i,s,n,o,r,a=0,h=0,l=0,d=0,c=0,u=t.length;const _=[];for(;c<u;){switch(n=t[c],n){case Je:t[c+1]+=a,t[c+2]+=h;case Ze:a=t[c+1],h=t[c+2],_.push(Ze,a,h),c+=3;break;case ei:t[c+1]+=a;case ti:a=t[c+1],_.push($e,a,h),c+=2;break;case si:t[c+1]+=h;case ii:h=t[c+1],_.push($e,a,h),c+=2;break;case Qe:t[c+1]+=a,t[c+2]+=h;case $e:a=t[c+1],h=t[c+2],_.push($e,a,h),c+=3;break;case ai:t[c+1]+=a,t[c+2]+=h,t[c+3]+=a,t[c+4]+=h,n=ri;case ri:r=o===ni||o===ri,l=r?2*a-i:t[c+1],d=r?2*h-s:t[c+2],i=t[c+1],s=t[c+2],a=t[c+3],h=t[c+4],_.push(ni,l,d,i,s,a,h),c+=5;break;case oi:t[c+1]+=a,t[c+2]+=h,t[c+3]+=a,t[c+4]+=h,t[c+5]+=a,t[c+6]+=h,n=ni;case ni:i=t[c+3],s=t[c+4],a=t[c+5],h=t[c+6],_.push(ni,t[c+1],t[c+2],i,s,a,h),c+=7;break;case ci:t[c+1]+=a,t[c+2]+=h,n=di;case di:r=o===hi||o===di,i=r?2*a-i:t[c+1],s=r?2*h-s:t[c+2],e?Ci(_,a,h,i,s,t[c+1],t[c+2]):_.push(hi,i,s,t[c+1],t[c+2]),a=t[c+1],h=t[c+2],c+=3;break;case li:t[c+1]+=a,t[c+2]+=h,t[c+3]+=a,t[c+4]+=h,n=hi;case hi:i=t[c+1],s=t[c+2],e?Ci(_,a,h,i,s,t[c+3],t[c+4]):_.push(hi,i,s,t[c+3],t[c+4]),a=t[c+3],h=t[c+4],c+=5;break;case _i:t[c+6]+=a,t[c+7]+=h;case ui:Oi(_,a,h,t[c+1],t[c+2],t[c+3],t[c+4],t[c+5],t[c+6],t[c+7],e),a=t[c+6],h=t[c+7],c+=8;break;case gi:case pi:_.push(pi),c++;break;case fi:a=t[c+1],h=t[c+2],e?Ei(_,a,h,t[c+3],t[c+4]):Fi(_,t,c,5),c+=5;break;case yi:a=t[c+1],h=t[c+2],e?Si(_,a,h,t[c+3],t[c+4],[t[c+5],t[c+6],t[c+7],t[c+8]]):Fi(_,t,c,9),c+=9;break;case mi:a=t[c+1],h=t[c+2],e?Si(_,a,h,t[c+3],t[c+4],t[c+5]):Fi(_,t,c,6),c+=6;break;case vi:Ti(e?_:Fi(_,t,c,9),t[c+1],t[c+2],t[c+3],t[c+4],t[c+5],t[c+6],t[c+7],t[c+8],null,Pi),a=Pi.x,h=Pi.y,c+=9;break;case wi:e?Ti(_,t[c+1],t[c+2],t[c+3],t[c+4],0,0,360,!1):Fi(_,t,c,5),a=t[c+1]+t[c+3],h=t[c+2],c+=5;break;case xi:Ri(e?_:Fi(_,t,c,7),t[c+1],t[c+2],t[c+3],t[c+4],t[c+5],t[c+6],null,Pi),a=Pi.x,h=Pi.y,c+=7;break;case bi:e?Ri(_,t[c+1],t[c+2],t[c+3],0,360,!1):Fi(_,t,c,4),a=t[c+1]+t[c+3],h=t[c+2],c+=4;break;case ki:Bi(e?_:Fi(_,t,c,6),a,h,t[c+1],t[c+2],t[c+3],t[c+4],t[c+5],null,Pi),a=Pi.x,h=Pi.y,c+=6;break;default:return Li.error(`command: ${n} [index:${c}]`,t),_}o=n}return _},objectToCanvasData(t){const e=[];return t.forEach(t=>{switch(t.name){case"M":e.push(Ze,t.x,t.y);break;case"L":e.push($e,t.x,t.y);break;case"C":e.push(ni,t.x1,t.y1,t.x2,t.y2,t.x,t.y);break;case"Q":e.push(hi,t.x1,t.y1,t.x,t.y);break;case"Z":e.push(pi)}}),e},copyData(t,e,i,s){for(let n=i,o=i+s;n<o;n++)t.push(e[n])},pushData(t,e){Di.index===Di.length&&(Di.index=1,t.push(Di.name)),t.push(Number(e)),Di.index++,Di.dot=0}},{current:Di,pushData:Mi,copyData:Fi}=Ai,{M:Ii,L:Wi,C:zi,Q:Ni,Z:Yi,N:Hi,D:Xi,X:Vi,G:Ui,F:ji,O:Gi,P:Ki,U:qi}=pe,{getMinDistanceFrom:Zi,getRadianFrom:Ji}=K,{tan:$i,min:Qi,abs:ts}=Math,es={},is={beginPath(t){t.length=0},moveTo(t,e,i){t.push(Ii,e,i)},lineTo(t,e,i){t.push(Wi,e,i)},bezierCurveTo(t,e,i,s,n,o,r){t.push(zi,e,i,s,n,o,r)},quadraticCurveTo(t,e,i,s,n){t.push(Ni,e,i,s,n)},closePath(t){t.push(Yi)},rect(t,e,i,s,n){t.push(Hi,e,i,s,n)},roundRect(t,e,i,s,n,o){if(l(o))t.push(Vi,e,i,s,n,o);else{const r=b.fourNumber(o);r?t.push(Xi,e,i,s,n,...r):t.push(Hi,e,i,s,n)}},ellipse(t,e,i,s,n,o,a,h,l){r(o)?t.push(ji,e,i,s,n):(r(a)&&(a=0),r(h)&&(h=360),t.push(Ui,e,i,s,n,o,a,h,l?1:0))},arc(t,e,i,s,n,o,a){r(n)?t.push(Ki,e,i,s):(r(o)&&(o=360),t.push(Gi,e,i,s,n,o,a?1:0))},arcTo(t,e,i,s,n,r,a,h){if(!o(a)){const t=Zi(a,h,e,i,s,n);r=Qi(r,Qi(t/2,t/2*ts($i(Ji(a,h,e,i,s,n)/2))))}t.push(qi,e,i,s,n,r)},drawEllipse(t,e,i,s,n,o,a,h,l){Ne.ellipse(null,e,i,s,n,r(o)?0:o,r(a)?0:a,r(h)?360:h,l,null,null,es),t.push(Ii,es.x,es.y),ss(t,e,i,s,n,o,a,h,l)},drawArc(t,e,i,s,n,o,a){Ne.arc(null,e,i,s,r(n)?0:n,r(o)?360:o,a,null,null,es),t.push(Ii,es.x,es.y),ns(t,e,i,s,n,o,a)},drawPoints(t,e,i,s){Ne.points(t,e,i,s)}},{ellipse:ss,arc:ns}=is,{moveTo:os,lineTo:rs,quadraticCurveTo:as,bezierCurveTo:hs,closePath:ls,beginPath:ds,rect:cs,roundRect:us,ellipse:_s,arc:ps,arcTo:gs,drawEllipse:fs,drawArc:ys,drawPoints:ms}=is;class vs{set path(t){this.__path=t}get path(){return this.__path}constructor(t){this.set(t)}set(t){return this.__path=t?a(t)?ue.parse(t):t:[],this}beginPath(){return ds(this.__path),this.paint(),this}moveTo(t,e){return os(this.__path,t,e),this.paint(),this}lineTo(t,e){return rs(this.__path,t,e),this.paint(),this}bezierCurveTo(t,e,i,s,n,o){return hs(this.__path,t,e,i,s,n,o),this.paint(),this}quadraticCurveTo(t,e,i,s){return as(this.__path,t,e,i,s),this.paint(),this}closePath(){return ls(this.__path),this.paint(),this}rect(t,e,i,s){return cs(this.__path,t,e,i,s),this.paint(),this}roundRect(t,e,i,s,n){return us(this.__path,t,e,i,s,n),this.paint(),this}ellipse(t,e,i,s,n,o,r,a){return _s(this.__path,t,e,i,s,n,o,r,a),this.paint(),this}arc(t,e,i,s,n,o){return ps(this.__path,t,e,i,s,n,o),this.paint(),this}arcTo(t,e,i,s,n){return gs(this.__path,t,e,i,s,n),this.paint(),this}drawEllipse(t,e,i,s,n,o,r,a){return fs(this.__path,t,e,i,s,n,o,r,a),this.paint(),this}drawArc(t,e,i,s,n,o){return ys(this.__path,t,e,i,s,n,o),this.paint(),this}drawPoints(t,e,i){return ms(this.__path,t,e,i),this.paint(),this}clearPath(){return this.beginPath()}paint(){}}const{M:ws,L:xs,C:bs,Q:ks,Z:Es,N:Ss,D:Bs,X:Rs,G:Ts,F:Cs,O:Os,P:Ls,U:Ps}=pe,As=It.get("PathDrawer"),Ds={drawPathByData(t,e){if(!e)return;let i,s=0,n=e.length;for(;s<n;)switch(i=e[s],i){case ws:t.moveTo(e[s+1],e[s+2]),s+=3;break;case xs:t.lineTo(e[s+1],e[s+2]),s+=3;break;case bs:t.bezierCurveTo(e[s+1],e[s+2],e[s+3],e[s+4],e[s+5],e[s+6]),s+=7;break;case ks:t.quadraticCurveTo(e[s+1],e[s+2],e[s+3],e[s+4]),s+=5;break;case Es:t.closePath(),s+=1;break;case Ss:t.rect(e[s+1],e[s+2],e[s+3],e[s+4]),s+=5;break;case Bs:t.roundRect(e[s+1],e[s+2],e[s+3],e[s+4],[e[s+5],e[s+6],e[s+7],e[s+8]]),s+=9;break;case Rs:t.roundRect(e[s+1],e[s+2],e[s+3],e[s+4],e[s+5]),s+=6;break;case Ts:t.ellipse(e[s+1],e[s+2],e[s+3],e[s+4],e[s+5]*E,e[s+6]*E,e[s+7]*E,e[s+8]),s+=9;break;case Cs:t.ellipse(e[s+1],e[s+2],e[s+3],e[s+4],0,0,S,!1),s+=5;break;case Os:t.arc(e[s+1],e[s+2],e[s+3],e[s+4]*E,e[s+5]*E,e[s+6]),s+=7;break;case Ls:t.arc(e[s+1],e[s+2],e[s+3],0,S,!1),s+=4;break;case Ps:t.arcTo(e[s+1],e[s+2],e[s+3],e[s+4],e[s+5]),s+=6;break;default:return void As.error(`command: ${i} [index:${s}]`,e)}}},{M:Ms,L:Fs,C:Is,Q:Ws,Z:zs,N:Ns,D:Ys,X:Hs,G:Xs,F:Vs,O:Us,P:js,U:Gs}=pe,{toTwoPointBounds:Ks,toTwoPointBoundsByQuadraticCurve:qs,arcTo:Zs,arc:Js,ellipse:$s}=Ne,{addPointBounds:Qs,copy:tn,addPoint:en,setPoint:sn,addBounds:nn,toBounds:on}=st,rn=It.get("PathBounds");let an,hn,ln;const dn={},cn={},un={},_n={toBounds(t,e){_n.toTwoPointBounds(t,cn),on(cn,e)},toTwoPointBounds(t,e){if(!t||!t.length)return sn(e,0,0);let i,s,n,o,r,a=0,h=0,l=0;const d=t.length;for(;a<d;)switch(r=t[a],0===a&&(r===zs||r===Is||r===Ws?sn(e,h,l):sn(e,t[a+1],t[a+2])),r){case Ms:case Fs:h=t[a+1],l=t[a+2],en(e,h,l),a+=3;break;case Is:n=t[a+5],o=t[a+6],Ks(h,l,t[a+1],t[a+2],t[a+3],t[a+4],n,o,dn),Qs(e,dn),h=n,l=o,a+=7;break;case Ws:i=t[a+1],s=t[a+2],n=t[a+3],o=t[a+4],qs(h,l,i,s,n,o,dn),Qs(e,dn),h=n,l=o,a+=5;break;case zs:a+=1;break;case Ns:h=t[a+1],l=t[a+2],nn(e,h,l,t[a+3],t[a+4]),a+=5;break;case Ys:case Hs:h=t[a+1],l=t[a+2],nn(e,h,l,t[a+3],t[a+4]),a+=r===Ys?9:6;break;case Xs:$s(null,t[a+1],t[a+2],t[a+3],t[a+4],t[a+5],t[a+6],t[a+7],t[a+8],dn,un),0===a?tn(e,dn):Qs(e,dn),h=un.x,l=un.y,a+=9;break;case Vs:h=t[a+1],l=t[a+2],hn=t[a+3],ln=t[a+4],nn(e,h-hn,l-ln,2*hn,2*ln),h+=hn,a+=5;break;case Us:Js(null,t[a+1],t[a+2],t[a+3],t[a+4],t[a+5],t[a+6],dn,un),0===a?tn(e,dn):Qs(e,dn),h=un.x,l=un.y,a+=7;break;case js:h=t[a+1],l=t[a+2],an=t[a+3],nn(e,h-an,l-an,2*an,2*an),h+=an,a+=4;break;case Gs:Zs(null,h,l,t[a+1],t[a+2],t[a+3],t[a+4],t[a+5],dn,un),0===a?tn(e,dn):Qs(e,dn),h=un.x,l=un.y,a+=6;break;default:return void rn.error(`command: ${r} [index:${a}]`,t)}}},{M:pn,L:gn,Z:fn}=pe,{getCenterX:yn,getCenterY:mn}=K,{arcTo:vn}=is,wn={smooth(t,e,i){let s,n,o,r=0,a=0,h=0,l=0,d=0,c=0,u=0,_=0,p=0;const g=t.length,f=[];for(;r<g;){switch(s=t[r],s){case pn:l=_=t[r+1],d=p=t[r+2],r+=3,t[r]===gn?(c=t[r+1],u=t[r+2],f.push(pn,yn(l,c),mn(d,u))):f.push(pn,l,d);break;case gn:switch(a=t[r+1],h=t[r+2],r+=3,t[r]){case gn:vn(f,a,h,t[r+1],t[r+2],e,_,p);break;case fn:vn(f,a,h,l,d,e,_,p);break;default:f.push(gn,a,h)}_=a,p=h;break;case fn:n!==fn&&(vn(f,l,d,c,u,e,_,p),f.push(fn)),r+=1;break;default:o=we[s];for(let e=0;e<o;e++)f.push(t[r+e]);r+=o}n=s}return s!==fn&&(f[1]=l,f[2]=d),f}};ue.creator=new vs,ue.parse=Ai.parse,ue.convertToCanvasData=Ai.toCanvasData;const xn=new vs,{drawRoundRect:bn}=xe;function kn(t){!function(t){t&&!t.roundRect&&(t.roundRect=function(t,e,i,s,n){bn(this,t,e,i,s,n)})}(t)}const En={alphaPixelTypes:["png","webp","svg"],upperCaseTypeMap:{},mineType:t=>!t||t.startsWith("image")?t:("jpg"===t&&(t="jpeg"),"image/"+t),fileType(t){const e=t.split(".");return e[e.length-1]},isOpaqueImage(t){const e=Sn.fileType(t);return["jpg","jpeg"].some(t=>t===e)},getExportOptions(t){switch(typeof t){case"object":return t;case"number":return{quality:t};case"boolean":return{blob:t};default:return{}}}},Sn=En;Sn.alphaPixelTypes.forEach(t=>Sn.upperCaseTypeMap[t]=t.toUpperCase());const Bn=It.get("TaskProcessor");class Rn{constructor(t){this.parallel=!0,this.time=1,this.id=e.create(e.TASK),this.task=t}run(){return te(this,void 0,void 0,function*(){try{this.task&&!this.isComplete&&this.parent.running&&(yield this.task())}catch(t){Bn.error(t)}})}complete(){this.isComplete=!0,this.parent=null,this.task=null}cancel(){this.isCancel=!0,this.complete()}}class Tn{get total(){return this.list.length+this.delayNumber}get finishedIndex(){return this.isComplete?0:this.index+this.parallelSuccessNumber}get remain(){return this.isComplete?this.total:this.total-this.finishedIndex}get percent(){const{total:t}=this;let e=0,i=0;for(let s=0;s<t;s++)s<=this.finishedIndex?(i+=this.list[s].time,s===this.finishedIndex&&(e=i)):e+=this.list[s].time;return this.isComplete?1:i/e}constructor(t){this.config={parallel:6},this.list=[],this.running=!1,this.isComplete=!0,this.index=0,this.delayNumber=0,t&&f.assign(this.config,t),this.empty()}add(t,e){let i,s,n,r;const a=new Rn(t);return a.parent=this,l(e)?r=e:e&&(s=e.parallel,i=e.start,n=e.time,r=e.delay),n&&(a.time=n),!1===s&&(a.parallel=!1),o(r)?this.push(a,i):(this.delayNumber++,setTimeout(()=>{this.delayNumber&&(this.delayNumber--,this.push(a,i))},r)),this.isComplete=!1,a}push(t,e){this.list.push(t),!1===e||this.timer||(this.timer=setTimeout(()=>this.start()))}empty(){this.index=0,this.parallelSuccessNumber=0,this.list=[],this.parallelList=[],this.delayNumber=0}start(){this.running||(this.running=!0,this.isComplete=!1,this.run())}pause(){clearTimeout(this.timer),this.timer=null,this.running=!1}resume(){this.start()}skip(){this.index++,this.resume()}stop(){this.isComplete=!0,this.list.forEach(t=>{t.isComplete||t.cancel()}),this.pause(),this.empty()}run(){this.running&&(this.setParallelList(),this.parallelList.length>1?this.runParallelTasks():this.remain?this.runTask():this.onComplete())}runTask(){const t=this.list[this.index];t?t.run().then(()=>{this.onTask(t),this.index++,this.nextTask()}).catch(t=>{this.onError(t)}):this.nextTask()}runParallelTasks(){this.parallelList.forEach(t=>this.runParallelTask(t))}runParallelTask(t){t.run().then(()=>{this.onTask(t),this.fillParallelTask()}).catch(t=>{this.onParallelError(t)})}nextTask(){this.total===this.finishedIndex?this.onComplete():this.timer=setTimeout(()=>this.run())}setParallelList(){let t;this.parallelList=[],this.parallelSuccessNumber=0;let e=this.index+this.config.parallel;e>this.list.length&&(e=this.list.length);for(let i=this.index;i<e&&(t=this.list[i],t.parallel);i++)this.parallelList.push(t)}fillParallelTask(){let t;const e=this.parallelList;this.parallelSuccessNumber++,e.pop();const i=e.length,s=this.finishedIndex+i;if(e.length){if(!this.running)return;s<this.total&&(t=this.list[s],t&&t.parallel&&(e.push(t),this.runParallelTask(t)))}else this.index+=this.parallelSuccessNumber,this.parallelSuccessNumber=0,this.nextTask()}onComplete(){this.stop(),this.config.onComplete&&this.config.onComplete()}onTask(t){t.complete(),this.config.onTask&&this.config.onTask()}onParallelError(t){this.parallelList.forEach(t=>{t.parallel=!1}),this.parallelList.length=0,this.parallelSuccessNumber=0,this.onError(t)}onError(t){this.pause(),this.config.onError&&this.config.onError(t)}destroy(){this.stop()}}const Cn=It.get("Resource"),On={tasker:new Tn,map:{},get isComplete(){return Ln.tasker.isComplete},set(t,e){Ln.map[t]&&Cn.repeat(t),Ln.map[t]=e},get:t=>Ln.map[t],remove(t){const e=Ln.map[t];e&&(e.destroy&&e.destroy(),delete Ln.map[t])},loadImage(t,e){return new Promise((i,s)=>{const n=this.setImage(t,t,e);n.load(()=>i(n),t=>s(t))})},setImage(t,e,i){let s;return a(e)?s={url:e}:e.url||(s={url:t,view:e}),s&&(i&&(s.format=i),e=Ut.image(s)),Ln.set(t,e),e},destroy(){Ln.map={}}},Ln=On,Pn={maxRecycled:10,recycledList:[],patternTasker:new Tn,get(t){let e=On.get(t.url);return e||On.set(t.url,e=Ut.image(t)),e.use++,e},recycle(t){t.use--,setTimeout(()=>{t.use||An.recycledList.push(t)})},clearRecycled(){const t=An.recycledList;t.length>An.maxRecycled&&(t.forEach(t=>!t.use&&t.url&&On.remove(t.url)),t.length=0)},hasAlphaPixel:t=>En.alphaPixelTypes.some(e=>An.isFormat(e,t)),isFormat(t,e){if(e.format===t)return!0;const{url:i}=e;if(i.startsWith("data:")){if(i.startsWith("data:"+En.mineType(t)))return!0}else{if(i.includes("."+t)||i.includes("."+En.upperCaseTypeMap[t]))return!0;if("png"===t&&!i.includes("."))return!0}return!1},destroy(){An.recycledList=[]}},An=Pn,{IMAGE:Dn,create:Mn}=e,{floor:Fn,max:In}=Math;class Wn{get url(){return this.config.url}get completed(){return this.ready||!!this.error}constructor(t){if(this.use=0,this.waitComplete=[],this.innerId=Mn(Dn),this.config=t||(t={url:""}),t.view){const{view:e}=t;this.setView(e.config?e.view:e)}Pn.isFormat("svg",t)&&(this.isSVG=!0),Pn.hasAlphaPixel(t)&&(this.hasAlphaPixel=!0)}load(e,i){if(!this.loading){this.loading=!0;let{loadImage:e,loadImageWithProgress:i}=t.origin,s=this.config.showProgress&&i&&this.onProgress.bind(this);s&&(e=i),On.tasker.add(()=>te(this,void 0,void 0,function*(){return yield e(this.url,s).then(t=>this.setView(t)).catch(t=>{this.error=t,this.onComplete(!1)})}))}return this.waitComplete.push(e,i),this.waitComplete.length-2}unload(t,e){const i=this.waitComplete;if(e){const e=i[t+1];e&&e({type:"stop"})}i[t]=i[t+1]=void 0}setView(t){this.ready=!0,this.width=t.naturalWidth||t.width,this.height=t.naturalHeight||t.height,this.view=t,this.onComplete(!0)}onProgress(t){this.progress=t}onComplete(t){let e;this.waitComplete.forEach((i,s)=>{e=s%2,i&&(t?e||i(this):e&&i(this.error))}),this.waitComplete.length=0,this.loading=!1}getFull(t){return this.view}getCanvas(e,i,s,n,o,r){if(e||(e=this.width),i||(i=this.height),this.cache){let{params:t,data:e}=this.cache;for(let i in t)if(t[i]!==arguments[i]){e=null;break}if(e)return e}const a=t.origin.createCanvas(In(Fn(e+(o||0)),1),In(Fn(i+(r||0)),1)),h=a.getContext("2d");return s&&(h.globalAlpha=s),h.drawImage(this.view,0,0,e,i),this.cache=this.use>1?{data:a,params:arguments}:null,a}getPattern(e,i,s,n){const o=t.canvas.createPattern(e,i);try{s&&o.setTransform&&(o.setTransform(s),s=void 0)}catch(t){}return n&&f.stintSet(n,"transform",s),o}destroy(){this.config={url:""},this.cache=null,this.waitComplete.length=0}}function zn(t,e,i,s){s||(i.configurable=i.enumerable=!0),Object.defineProperty(t,e,i)}function Nn(t,e){return Object.getOwnPropertyDescriptor(t,e)}function Yn(t,e){const i="_"+t;return{get(){const t=this[i];return o(t)?e:t},set(t){this[i]=t}}}function Hn(t,e){return(i,s)=>Vn(i,s,t,e&&e(s))}function Xn(t){return t}function Vn(t,e,i,s){const n={get(){return this.__getAttr(e)},set(t){this.__setAttr(e,t)}};zn(t,e,Object.assign(n,s||{})),mo(t,e,i)}function Un(t){return Hn(t)}function jn(t,e){return Hn(t,t=>({set(i){this.__setAttr(t,i,e)&&(this.__layout.matrixChanged||this.__layout.matrixChange())}}))}function Gn(t){return Hn(t,t=>({set(e){this.__setAttr(t,e)&&(this.__hasAutoLayout=!!(this.origin||this.around||this.flow),this.__local||this.__layout.createLocal(),$n(this))}}))}function Kn(t,e){return Hn(t,t=>({set(i){this.__setAttr(t,i,e)&&(this.__layout.scaleChanged||this.__layout.scaleChange())}}))}function qn(t,e){return Hn(t,t=>({set(i){this.__setAttr(t,i,e)&&(this.__layout.rotationChanged||this.__layout.rotationChange())}}))}function Zn(t,e){return Hn(t,t=>({set(i){this.__setAttr(t,i,e)&&$n(this)}}))}function Jn(t){return Hn(t,t=>({set(e){this.__setAttr(t,e)&&($n(this),this.__.__removeNaturalSize())}}))}function $n(t){t.__layout.boxChanged||t.__layout.boxChange(),t.__hasAutoLayout&&(t.__layout.matrixChanged||t.__layout.matrixChange())}function Qn(t){return Hn(t,t=>({set(e){const i=this.__;2!==i.__pathInputed&&(i.__pathInputed=e?1:0),e||(i.__pathForRender=void 0),this.__setAttr(t,e),$n(this)}}))}const to=Zn;function eo(t,e){return Hn(t,t=>({set(i){this.__setAttr(t,i)&&(io(this),e&&(this.__.__useStroke=!0))}}))}function io(t){t.__layout.strokeChanged||t.__layout.strokeChange(),t.__.__useArrow&&$n(t)}const so=eo;function no(t){return Hn(t,t=>({set(e){this.__setAttr(t,e),this.__layout.renderChanged||this.__layout.renderChange()}}))}function oo(t){return Hn(t,t=>({set(e){this.__setAttr(t,e)&&(this.__layout.surfaceChanged||this.__layout.surfaceChange())}}))}function ro(t){return Hn(t,t=>({set(e){this.__setAttr(t,e)&&(this.__layout.opacityChanged||this.__layout.opacityChange()),this.mask&&ho(this)}}))}function ao(t){return Hn(t,t=>({set(e){const i=this.visible;if(!0===i&&0===e){if(this.animationOut)return this.__runAnimation("out",()=>lo(this,t,e,i))}else 0===i&&!0===e&&this.animation&&this.__runAnimation("in");lo(this,t,e,i),this.mask&&ho(this)}}))}function ho(t){const{parent:e}=t;if(e){const{__hasMask:t}=e;e.__updateMask(),t!==e.__hasMask&&e.forceUpdate()}}function lo(t,e,i,s){t.__setAttr(e,i)&&(t.__layout.opacityChanged||t.__layout.opacityChange(),0!==s&&0!==i||$n(t))}function co(t){return Hn(t,t=>({set(e){this.__setAttr(t,e)&&(this.__layout.surfaceChanged||this.__layout.surfaceChange(),this.waitParent(()=>{this.parent.__layout.childrenSortChange()}))}}))}function uo(t){return Hn(t,t=>({set(e){this.__setAttr(t,e)&&(this.__layout.boxChanged||this.__layout.boxChange(),this.waitParent(()=>{this.parent.__updateMask(e)}))}}))}function _o(t){return Hn(t,t=>({set(e){this.__setAttr(t,e)&&this.waitParent(()=>{this.parent.__updateEraser(e)})}}))}function po(t){return Hn(t,t=>({set(e){this.__setAttr(t,e)&&(this.__layout.hitCanvasChanged=!0,"hit"===It.showBounds&&(this.__layout.surfaceChanged||this.__layout.surfaceChange()),this.leafer&&this.leafer.updateCursor())}}))}function go(t){return Hn(t,t=>({set(e){this.__setAttr(t,e),this.leafer&&this.leafer.updateCursor()}}))}function fo(t){return(e,i)=>{zn(e,"__DataProcessor",{get:()=>t})}}function yo(t){return(e,i)=>{zn(e,"__LayoutProcessor",{get:()=>t})}}function mo(t,e,i){const s=t.__DataProcessor.prototype,n="_"+e,r=function(t){return"set"+t.charAt(0).toUpperCase()+t.slice(1)}(e),a=Yn(e,i);if(o(i))a.get=function(){return this[n]};else if("function"==typeof i)a.get=function(){let t=this[n];return void 0===t?i(this.__leaf):t};else if(_(i)){const t=g(i);a.get=function(){let e=this[n];return void 0===e?this[n]=t?{}:f.clone(i):e}}const h=t.isBranchLeaf;"width"===e?a.get=function(){const t=this[n];if(void 0===t){const t=this,e=t.__naturalWidth,s=t.__leaf;return!i||s.pathInputed?s.boxBounds.width:e?t._height&&t.__useNaturalRatio?t._height*e/t.__naturalHeight:e:h&&s.children.length?s.boxBounds.width:i}return t}:"height"===e&&(a.get=function(){const t=this[n];if(void 0===t){const t=this,e=t.__naturalHeight,s=t.__leaf;return!i||s.pathInputed?s.boxBounds.height:e?t._width&&t.__useNaturalRatio?t._width*e/t.__naturalWidth:e:h&&s.children.length?s.boxBounds.height:i}return t});let l,d=s;for(;!l&&d;)l=Nn(d,e),d=d.__proto__;l&&l.set&&(a.set=l.set),s[r]&&(a.set=s[r],delete s[r]),zn(s,e,a)}const vo=new It("rewrite"),wo=[],xo=["destroy","constructor"];function bo(t){return(e,i)=>{wo.push({name:e.constructor.name+"."+i,run:()=>{e[i]=t}})}}function ko(){return t=>{Eo()}}function Eo(t){wo.length&&(wo.forEach(e=>{t&&vo.error(e.name,"需在Class上装饰@rewriteAble()"),e.run()}),wo.length=0)}function So(t,e){return i=>{var s;(t.prototype?(s=t.prototype,Object.getOwnPropertyNames(s)):Object.keys(t)).forEach(s=>{if(!(xo.includes(s)||e&&e.includes(s)))if(t.prototype){Nn(t.prototype,s).writable&&(i.prototype[s]=t.prototype[s])}else i.prototype[s]=t[s]})}}function Bo(){return t=>{Gt.register(t)}}function Ro(){return t=>{Zt.register(t)}}setTimeout(()=>Eo(!0));const{copy:To,toInnerPoint:Co,toOuterPoint:Oo,scaleOfOuter:Lo,rotateOfOuter:Po,skewOfOuter:Ao,multiplyParent:Do,divideParent:Mo,getLayout:Fo}=I,Io={},{round:Wo}=Math,zo={updateAllMatrix(t,e,i){if(e&&t.__hasAutoLayout&&t.__layout.matrixChanged&&(i=!0),Ho(t,e,i),t.isBranch){const{children:s}=t;for(let t=0,n=s.length;t<n;t++)Yo(s[t],e,i)}},updateMatrix(t,e,i){const s=t.__layout;e?i&&(s.waitAutoLayout=!0,t.__hasAutoLayout&&(s.matrixChanged=!1)):s.waitAutoLayout&&(s.waitAutoLayout=!1),s.matrixChanged&&t.__updateLocalMatrix(),s.waitAutoLayout||t.__updateWorldMatrix()},updateBounds(t){const e=t.__layout;e.boundsChanged&&t.__updateLocalBounds(),e.waitAutoLayout||t.__updateWorldBounds()},updateAllWorldOpacity(t){if(t.__updateWorldOpacity(),t.isBranch){const{children:e}=t;for(let t=0,i=e.length;t<i;t++)Xo(e[t])}},updateChange(t){const e=t.__layout;e.stateStyleChanged&&t.updateState(),e.opacityChanged&&Xo(t),t.__updateChange()},updateAllChange(t){if(Uo(t),t.isBranch){const{children:e}=t;for(let t=0,i=e.length;t<i;t++)Vo(e[t])}},worldHittable(t){for(;t;){if(!t.__.hittable)return!1;t=t.parent}return!0},draggable:t=>(t.draggable||t.editable)&&t.hitSelf&&!t.locked,copyCanvasByWorld(e,i,s,n,o,r){n||(n=e.__nowWorld),e.__worldFlipped||t.fullImageShadow?i.copyWorldByReset(s,n,e.__nowWorld,o,r):i.copyWorldToInner(s,n,e.__layout.renderBounds,o)},moveWorld(t,e,i=0,s,n){const o=_(e)?Object.assign({},e):{x:e,y:i};s?Oo(t.localTransform,o,o,!0):t.parent&&Co(t.parent.worldTransform,o,o,!0),No.moveLocal(t,o.x,o.y,n)},moveLocal(t,e,i=0,s){_(e)&&(i=e.y,e=e.x),e+=t.x,i+=t.y,t.leafer&&t.leafer.config.pointSnap&&(e=Wo(e),i=Wo(i)),s?t.animate({x:e,y:i},s):(t.x=e,t.y=i)},zoomOfWorld(t,e,i,s,n,o){No.zoomOfLocal(t,jo(t,e),i,s,n,o)},zoomOfLocal(t,e,i,s=i,n,o){const r=t.__localMatrix;if(l(s)||(s&&(o=s),s=i),To(Io,r),Lo(Io,e,i,s),t.origin||t.around)No.setTransform(t,Io,n,o);else{const e=t.x+Io.e-r.e,a=t.y+Io.f-r.f;o&&!n?t.animate({x:e,y:a,scaleX:t.scaleX*i,scaleY:t.scaleY*s},o):(t.x=e,t.y=a,t.scaleResize(i,s,!0!==n))}},rotateOfWorld(t,e,i,s){No.rotateOfLocal(t,jo(t,e),i,s)},rotateOfLocal(t,e,i,s){const n=t.__localMatrix;To(Io,n),Po(Io,e,i),t.origin||t.around?No.setTransform(t,Io,!1,s):t.set({x:t.x+Io.e-n.e,y:t.y+Io.f-n.f,rotation:b.formatRotation(t.rotation+i)},s)},skewOfWorld(t,e,i,s,n,o){No.skewOfLocal(t,jo(t,e),i,s,n,o)},skewOfLocal(t,e,i,s=0,n,o){To(Io,t.__localMatrix),Ao(Io,e,i,s),No.setTransform(t,Io,n,o)},transformWorld(t,e,i,s){To(Io,t.worldTransform),Do(Io,e),t.parent&&Mo(Io,t.parent.worldTransform),No.setTransform(t,Io,i,s)},transform(t,e,i,s){To(Io,t.localTransform),Do(Io,e),No.setTransform(t,Io,i,s)},setTransform(t,e,i,s){const n=t.__,o=n.origin&&No.getInnerOrigin(t,n.origin),r=Fo(e,o,n.around&&No.getInnerOrigin(t,n.around));if(i){const e=r.scaleX/t.scaleX,i=r.scaleY/t.scaleY;if(delete r.scaleX,delete r.scaleY,o){Tt.scale(t.boxBounds,Math.abs(e),Math.abs(i));const s=No.getInnerOrigin(t,n.origin);K.move(r,o.x-s.x,o.y-s.y)}t.set(r),t.scaleResize(e,i,!1)}else t.set(r,s)},getFlipTransform(t,e){const i={a:1,b:0,c:0,d:1,e:0,f:0},s="x"===e?1:-1;return Lo(i,No.getLocalOrigin(t,"center"),-1*s,1*s),i},getLocalOrigin:(t,e)=>K.tempToOuterOf(No.getInnerOrigin(t,e),t.localTransform),getInnerOrigin(t,e){const i={};return ht.toPoint(e,t.boxBounds,i),i},getRelativeWorld:(t,e,i)=>(To(Io,t.worldTransform),Mo(Io,e.worldTransform),i?Io:Object.assign({},Io)),drop(t,e,i,s){t.setTransform(No.getRelativeWorld(t,e,!0),s),e.add(t,i)},hasParent(t,e){if(!e)return!1;for(;t;){if(e===t)return!0;t=t.parent}},animateMove(e,i,s=.3){if(i.x||i.y)if(Math.abs(i.x)<1&&Math.abs(i.y)<1)e.move(i);else{const n=i.x*s,o=i.y*s;i.x-=n,i.y-=o,e.move(n,o),t.requestRender(()=>No.animateMove(e,i,s))}}},No=zo,{updateAllMatrix:Yo,updateMatrix:Ho,updateAllWorldOpacity:Xo,updateAllChange:Vo,updateChange:Uo}=No;function jo(t,e){return t.__layout.update(),t.parent?K.tempToInnerOf(e,t.parent.__world):e}const Go={worldBounds:t=>t.__world,localBoxBounds:t=>t.__.eraser||0===t.__.visible?null:t.__local||t.__layout,localStrokeBounds:t=>t.__.eraser||0===t.__.visible?null:t.__layout.localStrokeBounds,localRenderBounds:t=>t.__.eraser||0===t.__.visible?null:t.__layout.localRenderBounds,maskLocalBoxBounds:(t,e)=>qo(t,e)&&t.__localBoxBounds,maskLocalStrokeBounds:(t,e)=>qo(t,e)&&t.__layout.localStrokeBounds,maskLocalRenderBounds:(t,e)=>qo(t,e)&&t.__layout.localRenderBounds,excludeRenderBounds:(t,e)=>!(!e.bounds||e.bounds.hit(t.__world,e.matrix))||!(!e.hideBounds||!e.hideBounds.includes(t.__world,e.matrix))};let Ko;function qo(t,e){return e||(Ko=0),t.__.mask&&(Ko=1),Ko<0?null:(Ko&&(Ko=-1),!0)}const{updateBounds:Zo}=zo,Jo={sort:(t,e)=>t.__.zIndex===e.__.zIndex?t.__tempNumber-e.__tempNumber:t.__.zIndex-e.__.zIndex,pushAllChildBranch(t,e){if(t.__tempNumber=1,t.__.__childBranchNumber){const{children:i}=t;for(let s=0,n=i.length;s<n;s++)(t=i[s]).isBranch&&(t.__tempNumber=1,e.add(t),$o(t,e))}},pushAllParent(t,e){const{keys:i}=e;if(i)for(;t.parent&&o(i[t.parent.innerId]);)e.add(t.parent),t=t.parent;else for(;t.parent;)e.add(t.parent),t=t.parent},pushAllBranchStack(t,e){let i=e.length;const{children:s}=t;for(let t=0,i=s.length;t<i;t++)s[t].isBranch&&e.push(s[t]);for(let t=i,s=e.length;t<s;t++)Qo(e[t],e)},updateBounds(t,e){const i=[t];Qo(t,i),tr(i,e)},updateBoundsByBranchStack(t,e){let i,s;for(let n=t.length-1;n>-1;n--){i=t[n],s=i.children;for(let t=0,e=s.length;t<e;t++)Zo(s[t]);e&&e===i||Zo(i)}}},{pushAllChildBranch:$o,pushAllBranchStack:Qo,updateBoundsByBranchStack:tr}=Jo,er={run(t){if(t&&t.length){const e=t.length;for(let i=0;i<e;i++)t[i]();t.length===e?t.length=0:t.splice(0,e)}}},{getRelativeWorld:ir,updateBounds:sr}=zo,{toOuterOf:nr,getPoints:or,copy:rr}=Tt,ar="_localContentBounds",hr="_worldContentBounds",lr="_worldBoxBounds",dr="_worldStrokeBounds";class cr{get contentBounds(){return this._contentBounds||this.boxBounds}set contentBounds(t){this._contentBounds=t}get strokeBounds(){return this._strokeBounds||this.boxBounds}get renderBounds(){return this._renderBounds||this.boxBounds}set renderBounds(t){this._renderBounds=t}get localContentBounds(){return nr(this.contentBounds,this.leaf.__localMatrix,this[ar]||(this[ar]={})),this[ar]}get localStrokeBounds(){return this._localStrokeBounds||this}get localRenderBounds(){return this._localRenderBounds||this}get worldContentBounds(){return nr(this.contentBounds,this.leaf.__world,this[hr]||(this[hr]={})),this[hr]}get worldBoxBounds(){return nr(this.boxBounds,this.leaf.__world,this[lr]||(this[lr]={})),this[lr]}get worldStrokeBounds(){return nr(this.strokeBounds,this.leaf.__world,this[dr]||(this[dr]={})),this[dr]}get a(){return 1}get b(){return 0}get c(){return 0}get d(){return 1}get e(){return this.leaf.__.x}get f(){return this.leaf.__.y}get x(){return this.e+this.boxBounds.x}get y(){return this.f+this.boxBounds.y}get width(){return this.boxBounds.width}get height(){return this.boxBounds.height}constructor(t){this.leaf=t,this.leaf.__local&&(this._localRenderBounds=this._localStrokeBounds=this.leaf.__local),t.__world&&(this.boxBounds={x:0,y:0,width:0,height:0},this.boxChange(),this.matrixChange())}createLocal(){const t=this.leaf.__local={a:1,b:0,c:0,d:1,e:0,f:0,x:0,y:0,width:0,height:0};this._localStrokeBounds||(this._localStrokeBounds=t),this._localRenderBounds||(this._localRenderBounds=t)}update(){const{leaf:e}=this,{leafer:i}=e;if(e.isApp)return sr(e);if(i)i.ready?i.watcher.changed&&i.layouter.layout():i.start();else{let i=e;for(;i.parent&&!i.parent.leafer;)i=i.parent;const s=i;if(s.__fullLayouting)return;s.__fullLayouting=!0,t.layout(s),delete s.__fullLayouting}}getTransform(t="world"){this.update();const{leaf:e}=this;switch(t){case"world":return e.__world;case"local":return e.__localMatrix;case"inner":return I.defaultMatrix;case"page":t=e.zoomLayer;default:return ir(e,t)}}getBounds(t,e="world"){switch(this.update(),e){case"world":return this.getWorldBounds(t);case"local":return this.getLocalBounds(t);case"inner":return this.getInnerBounds(t);case"page":e=this.leaf.zoomLayer;default:return new Pt(this.getInnerBounds(t)).toOuterOf(this.getTransform(e))}}getInnerBounds(t="box"){switch(t){case"render":return this.renderBounds;case"content":if(this.contentBounds)return this.contentBounds;case"box":return this.boxBounds;case"stroke":return this.strokeBounds}}getLocalBounds(t="box"){switch(t){case"render":return this.localRenderBounds;case"stroke":return this.localStrokeBounds;case"content":if(this.contentBounds)return this.localContentBounds;case"box":return this.leaf.__localBoxBounds}}getWorldBounds(t="box"){switch(t){case"render":return this.leaf.__world;case"stroke":return this.worldStrokeBounds;case"content":if(this.contentBounds)return this.worldContentBounds;case"box":return this.worldBoxBounds}}getLayoutBounds(t,e="world",i){const{leaf:s}=this;let n,o,r,a=this.getInnerBounds(t);switch(e){case"world":n=s.getWorldPoint(a),o=s.__world;break;case"local":const{scaleX:t,scaleY:i,rotation:h,skewX:l,skewY:d}=s.__;r={scaleX:t,scaleY:i,rotation:h,skewX:l,skewY:d},n=s.getLocalPointByInner(a);break;case"inner":n=a,o=I.defaultMatrix;break;case"page":e=s.zoomLayer;default:n=s.getWorldPoint(a,e),o=ir(s,e,!0)}if(r||(r=I.getLayout(o)),rr(r,a),K.copy(r,n),i){const{scaleX:t,scaleY:e}=r,i=Math.abs(t),s=Math.abs(e);1===i&&1===s||(r.scaleX/=i,r.scaleY/=s,r.width*=i,r.height*=s)}return r}getLayoutPoints(t,e="world"){const{leaf:i}=this,s=or(this.getInnerBounds(t));let n;switch(e){case"world":n=null;break;case"local":n=i.parent;break;case"inner":break;case"page":e=i.zoomLayer;default:n=e}return o(n)||s.forEach(t=>i.innerToWorld(t,null,!1,n)),s}shrinkContent(){const{x:t,y:e,width:i,height:s}=this.boxBounds;this._contentBounds={x:t,y:e,width:i,height:s}}spreadStroke(){const{x:t,y:e,width:i,height:s}=this.strokeBounds;this._strokeBounds={x:t,y:e,width:i,height:s},this._localStrokeBounds={x:t,y:e,width:i,height:s},this.renderSpread||this.spreadRenderCancel()}spreadRender(){const{x:t,y:e,width:i,height:s}=this.renderBounds;this._renderBounds={x:t,y:e,width:i,height:s},this._localRenderBounds={x:t,y:e,width:i,height:s}}shrinkContentCancel(){this._contentBounds=void 0}spreadStrokeCancel(){const t=this.renderBounds===this.strokeBounds;this._strokeBounds=this.boxBounds,this._localStrokeBounds=this.leaf.__localBoxBounds,t&&this.spreadRenderCancel()}spreadRenderCancel(){this._renderBounds=this._strokeBounds,this._localRenderBounds=this._localStrokeBounds}boxChange(){this.boxChanged=!0,this.localBoxChanged||this.localBoxChange(),this.hitCanvasChanged=!0}localBoxChange(){this.localBoxChanged=!0,this.boundsChanged=!0}strokeChange(){this.strokeChanged=!0,this.strokeSpread||(this.strokeSpread=1),this.boundsChanged=!0,this.hitCanvasChanged=!0}renderChange(){this.renderChanged=!0,this.renderSpread||(this.renderSpread=1),this.boundsChanged=!0}scaleChange(){this.scaleChanged=!0,this._scaleOrRotationChange()}rotationChange(){this.rotationChanged=!0,this.affectRotation=!0,this._scaleOrRotationChange()}_scaleOrRotationChange(){this.affectScaleOrRotation=!0,this.matrixChange(),this.leaf.__local||this.createLocal()}matrixChange(){this.matrixChanged=!0,this.localBoxChanged||this.localBoxChange()}surfaceChange(){this.surfaceChanged=!0}opacityChange(){this.opacityChanged=!0,this.surfaceChanged||this.surfaceChange()}childrenSortChange(){this.childrenSortChanged||(this.childrenSortChanged=this.affectChildrenSort=!0,this.leaf.forceUpdate("surface"))}destroy(){}}class ur{constructor(t,e){this.bubbles=!1,this.type=t,e&&(this.target=e)}stopDefault(){this.isStopDefault=!0,this.origin&&t.event.stopDefault(this.origin)}stopNow(){this.isStopNow=!0,this.isStop=!0,this.origin&&t.event.stopNow(this.origin)}stop(){this.isStop=!0,this.origin&&t.event.stop(this.origin)}}class _r extends ur{constructor(t,e,i){super(t,e),this.parent=i,this.child=e}}_r.ADD="child.add",_r.REMOVE="child.remove",_r.CREATED="created",_r.MOUNTED="mounted",_r.UNMOUNTED="unmounted",_r.DESTROY="destroy";class pr extends ur{constructor(t,e,i,s,n){super(t,e),this.attrName=i,this.oldValue=s,this.newValue=n}}pr.CHANGE="property.change",pr.LEAFER_CHANGE="property.leafer_change";class gr extends ur{constructor(t,e){super(t),Object.assign(this,e)}}gr.LOAD="image.load",gr.LOADED="image.loaded",gr.ERROR="image.error";class fr extends ur{static checkHas(t,e,i){"on"===i?e===wr?t.__hasWorldEvent=!0:t.__hasLocalEvent=!0:(t.__hasLocalEvent=t.hasEvent(yr)||t.hasEvent(mr)||t.hasEvent(vr),t.__hasWorldEvent=t.hasEvent(wr))}static emitLocal(t){if(t.leaferIsReady){const{resized:e}=t.__layout;"local"!==e&&(t.emit(yr,t),"inner"===e&&t.emit(mr,t)),t.emit(vr,t)}}static emitWorld(t){t.leaferIsReady&&t.emit(wr,this)}}fr.RESIZE="bounds.resize",fr.INNER="bounds.inner",fr.LOCAL="bounds.local",fr.WORLD="bounds.world";const{RESIZE:yr,INNER:mr,LOCAL:vr,WORLD:wr}=fr,xr={};[yr,mr,vr,wr].forEach(t=>xr[t]=1);class br extends ur{get bigger(){if(!this.old)return!0;const{width:t,height:e}=this.old;return this.width>=t&&this.height>=e}get smaller(){return!this.bigger}get samePixelRatio(){return!this.old||this.pixelRatio===this.old.pixelRatio}constructor(t,e){_(t)?(super(br.RESIZE),Object.assign(this,t)):super(t),this.old=e}static isResizing(t){return this.resizingKeys&&!o(this.resizingKeys[t.innerId])}}br.RESIZE="resize";class kr extends ur{constructor(t,e){super(t),this.data=e}}kr.REQUEST="watch.request",kr.DATA="watch.data";class Er extends ur{constructor(t,e,i){super(t),e&&(this.data=e,this.times=i)}}Er.REQUEST="layout.request",Er.START="layout.start",Er.BEFORE="layout.before",Er.LAYOUT="layout",Er.AFTER="layout.after",Er.AGAIN="layout.again",Er.END="layout.end";class Sr extends ur{constructor(t,e,i,s){super(t),e&&(this.times=e),i&&(this.renderBounds=i,this.renderOptions=s)}}Sr.REQUEST="render.request",Sr.CHILD_START="render.child_start",Sr.CHILD_END="render.child_end",Sr.START="render.start",Sr.BEFORE="render.before",Sr.RENDER="render",Sr.AFTER="render.after",Sr.AGAIN="render.again",Sr.END="render.end",Sr.NEXT="render.next";class Br extends ur{}Br.START="leafer.start",Br.BEFORE_READY="leafer.before_ready",Br.READY="leafer.ready",Br.AFTER_READY="leafer.after_ready",Br.VIEW_READY="leafer.view_ready",Br.VIEW_COMPLETED="leafer.view_completed",Br.STOP="leafer.stop",Br.RESTART="leafer.restart",Br.END="leafer.end",Br.TRANSFORM="leafer.transform",Br.MOVE="leafer.move",Br.SCALE="leafer.scale",Br.ROTATE="leafer.rotate",Br.SKEW="leafer.skew";const{MOVE:Rr,SCALE:Tr,ROTATE:Cr,SKEW:Or}=Br,Lr={x:Rr,y:Rr,scaleX:Tr,scaleY:Tr,rotation:Cr,skewX:Or,skewY:Or},Pr={};class Ar{set event(t){this.on(t)}on(t,e,i){if(!e){let e;if(u(t))t.forEach(t=>this.on(t[0],t[1],t[2]));else for(let i in t)u(e=t[i])?this.on(i,e[0],e[1]):this.on(i,e);return}let s,n,o;i&&("once"===i?n=!0:"boolean"==typeof i?s=i:(s=i.capture,n=i.once));const r=Dr(this,s,!0),h=a(t)?t.split(" "):t,l=n?{listener:e,once:n}:{listener:e};h.forEach(t=>{t&&(o=r[t],o?-1===o.findIndex(t=>t.listener===e)&&o.push(l):r[t]=[l],xr[t]&&fr.checkHas(this,t,"on"))})}off(t,e,i){if(t){const s=a(t)?t.split(" "):t;if(e){let t,n,o;i&&(t="boolean"==typeof i?i:"once"!==i&&i.capture);const r=Dr(this,t);s.forEach(t=>{t&&(n=r[t],n&&(o=n.findIndex(t=>t.listener===e),o>-1&&n.splice(o,1),n.length||delete r[t],xr[t]&&fr.checkHas(this,t,"off")))})}else{const{__bubbleMap:t,__captureMap:e}=this;s.forEach(i=>{t&&delete t[i],e&&delete e[i]})}}else this.__bubbleMap=this.__captureMap=void 0}on_(t,e,i,s){return e?this.on(t,i?e=e.bind(i):e,s):u(t)&&t.forEach(t=>this.on(t[0],t[2]?t[1]=t[1].bind(t[2]):t[1],t[3])),{type:t,current:this,listener:e,options:s}}off_(t){if(!t)return;const e=u(t)?t:[t];e.forEach(t=>{t.listener?t.current.off(t.type,t.listener,t.options):u(t.type)&&t.type.forEach(e=>t.current.off(e[0],e[1],e[3]))}),e.length=0}once(t,e,i,s){if(!e)return u(t)&&t.forEach(t=>this.once(t[0],t[1],t[2],t[3]));_(i)?e=e.bind(i):s=i,this.on(t,e,{once:!0,capture:s})}emit(t,e,i){!e&&Zt.has(t)&&(e=Zt.get(t,{type:t,target:this,current:this}));const s=Dr(this,i)[t];if(s){let n;for(let o=0,r=s.length;o<r&&!((n=s[o])&&(n.listener(e),n.once&&(this.off(t,n.listener,i),o--,r--),e&&e.isStopNow));o++);}this.syncEventer&&this.syncEventer.emitEvent(e,i)}emitEvent(t,e){t.current=this,this.emit(t.type,t,e)}hasEvent(t,e){if(this.syncEventer&&this.syncEventer.hasEvent(t,e))return!0;const{__bubbleMap:i,__captureMap:s}=this,n=i&&i[t],r=s&&s[t];return!!(o(e)?n||r:e?r:n)}destroy(){this.__captureMap=this.__bubbleMap=this.syncEventer=null}}function Dr(t,e,i){if(e){const{__captureMap:e}=t;return e||(i?t.__captureMap={}:Pr)}{const{__bubbleMap:e}=t;return e||(i?t.__bubbleMap={}:Pr)}}const{on:Mr,on_:Fr,off:Ir,off_:Wr,once:zr,emit:Nr,emitEvent:Yr,hasEvent:Hr,destroy:Xr}=Ar.prototype,Vr={on:Mr,on_:Fr,off:Ir,off_:Wr,once:zr,emit:Nr,emitEvent:Yr,hasEvent:Hr,destroyEventer:Xr},Ur=It.get("setAttr"),jr={__setAttr(t,e,i){if(this.leaferIsCreated){const s=this.__.__getInput(t);if(!i||h(e)||o(e)||(Ur.warn(this.innerName,t,e),e=void 0),_(e)||s!==e){this.__realSetAttr(t,e);const{CHANGE:i}=pr,n=new pr(i,this,t,s,e);if(this.isLeafer){this.emitEvent(new pr(pr.LEAFER_CHANGE,this,t,s,e));const i=Lr[t];i&&(this.emitEvent(new Br(i,this)),this.emitEvent(new Br(Br.TRANSFORM,this)))}else this.hasEvent(i)&&this.emitEvent(n);return this.leafer.emitEvent(n),!0}return!1}return this.__realSetAttr(t,e),!0},__realSetAttr(t,e){const i=this.__;i[t]=e,this.__proxyData&&this.setProxyAttr(t,e),i.normalStyle&&(this.lockNormalStyle||o(i.normalStyle[t])||(i.normalStyle[t]=e))},__getAttr(t){return this.__proxyData?this.getProxyAttr(t):this.__.__get(t)}},{setLayout:Gr,multiplyParent:Kr,translateInner:qr,defaultWorld:Zr}=I,{toPoint:Jr,tempPoint:$r}=ht,Qr={__updateWorldMatrix(){const{parent:t,__layout:e}=this;Kr(this.__local||e,t?t.__world:Zr,this.__world,!!e.affectScaleOrRotation,this.__,t&&(t.scrollY||t.scrollX)&&t.__)},__updateLocalMatrix(){if(this.__local){const t=this.__layout,e=this.__local,i=this.__;t.affectScaleOrRotation&&(t.scaleChanged&&(t.resized||(t.resized="scale"))||t.rotationChanged)&&(Gr(e,i,null,null,t.affectRotation),t.scaleChanged=t.rotationChanged=void 0),e.e=i.x+i.offsetX,e.f=i.y+i.offsetY,(i.around||i.origin)&&(Jr(i.around||i.origin,t.boxBounds,$r),qr(e,-$r.x,-$r.y,!i.around))}this.__layout.matrixChanged=void 0}},{updateMatrix:ta,updateAllMatrix:ea}=zo,{updateBounds:ia}=Jo,{toOuterOf:sa,copyAndSpread:na,copy:oa}=Tt,{toBounds:ra}=_n,aa={__updateWorldBounds(){const t=this.__layout;sa(t.renderBounds,this.__world,this.__world),t.resized&&("inner"===t.resized&&this.__onUpdateSize(),this.__hasLocalEvent&&fr.emitLocal(this),t.resized=void 0),this.__hasWorldEvent&&fr.emitWorld(this)},__updateLocalBounds(){const t=this.__layout;t.boxChanged&&(this.__.__pathInputed||this.__updatePath(),this.__updateRenderPath(),this.__updateBoxBounds(),t.resized="inner"),t.localBoxChanged&&(this.__local&&this.__updateLocalBoxBounds(),t.localBoxChanged=void 0,t.strokeSpread&&(t.strokeChanged=!0),t.renderSpread&&(t.renderChanged=!0),this.parent&&this.parent.__layout.boxChange()),t.boxChanged=void 0,t.strokeChanged&&(t.strokeSpread=this.__updateStrokeSpread(),t.strokeSpread?(t.strokeBounds===t.boxBounds&&t.spreadStroke(),this.__updateStrokeBounds(),this.__updateLocalStrokeBounds()):t.spreadStrokeCancel(),t.strokeChanged=void 0,(t.renderSpread||t.strokeSpread!==t.strokeBoxSpread)&&(t.renderChanged=!0),this.parent&&this.parent.__layout.strokeChange(),t.resized="inner"),t.renderChanged&&(t.renderSpread=this.__updateRenderSpread(),t.renderSpread?(t.renderBounds!==t.boxBounds&&t.renderBounds!==t.strokeBounds||t.spreadRender(),this.__updateRenderBounds(),this.__updateLocalRenderBounds()):t.spreadRenderCancel(),t.renderChanged=void 0,this.parent&&this.parent.__layout.renderChange()),t.resized||(t.resized="local"),t.boundsChanged=void 0},__updateLocalBoxBounds(){this.__hasMotionPath&&this.__updateMotionPath(),this.__hasAutoLayout&&this.__updateAutoLayout(),sa(this.__layout.boxBounds,this.__local,this.__local)},__updateLocalStrokeBounds(){sa(this.__layout.strokeBounds,this.__localMatrix,this.__layout.localStrokeBounds)},__updateLocalRenderBounds(){sa(this.__layout.renderBounds,this.__localMatrix,this.__layout.localRenderBounds)},__updateBoxBounds(){const t=this.__layout.boxBounds,e=this.__;e.__pathInputed?ra(e.path,t):(t.x=0,t.y=0,t.width=e.width,t.height=e.height)},__updateAutoLayout(){this.__layout.matrixChanged=!0,this.isBranch?(this.__extraUpdate(),this.__.flow?(this.__layout.boxChanged&&this.__updateFlowLayout(),ea(this),ia(this,this),this.__.__autoSide&&this.__updateBoxBounds(!0)):(ea(this),ia(this,this))):ta(this)},__updateNaturalSize(){const{__:t,__layout:e}=this;t.__naturalWidth=e.boxBounds.width,t.__naturalHeight=e.boxBounds.height},__updateStrokeBounds(){const t=this.__layout;na(t.strokeBounds,t.boxBounds,t.strokeBoxSpread)},__updateRenderBounds(){const t=this.__layout;t.renderSpread>0?na(t.renderBounds,t.boxBounds,t.renderSpread):oa(t.renderBounds,t.strokeBounds)}},ha={__render(t,e){if(e.shape)return this.__renderShape(t,e);if(this.__worldOpacity){const i=this.__;if(t.setWorld(this.__nowWorld=this.__getNowWorld(e)),t.opacity=e.dimOpacity&&!i.dimskip?i.opacity*e.dimOpacity:i.opacity,this.__.__single){if("path"===i.eraser)return this.__renderEraser(t,e);const s=t.getSameCanvas(!0,!0);this.__draw(s,e,t),zo.copyCanvasByWorld(this,t,s,this.__nowWorld,i.__blendMode,!0),s.recycle(this.__nowWorld)}else this.__draw(t,e);It.showBounds&&It.drawBounds(this,t,e)}},__renderShape(t,e){this.__worldOpacity&&(t.setWorld(this.__nowWorld=this.__getNowWorld(e)),this.__drawShape(t,e))},__clip(t,e){this.__worldOpacity&&(t.setWorld(this.__nowWorld=this.__getNowWorld(e)),this.__drawRenderPath(t),t.clipUI(this))},__updateWorldOpacity(){this.__worldOpacity=this.__.visible?this.parent?this.parent.__worldOpacity*this.__.opacity:this.__.opacity:0,this.__layout.opacityChanged&&(this.__layout.opacityChanged=!1)}},{excludeRenderBounds:la}=Go,da={__updateChange(){const{__layout:t}=this;t.childrenSortChanged&&(this.__updateSortChildren(),t.childrenSortChanged=!1),this.__.__checkSingle()},__render(t,e){if(this.__nowWorld=this.__getNowWorld(e),this.__worldOpacity){const i=this.__;if(i.dim?e.dimOpacity=!0===i.dim?.2:i.dim:i.dimskip&&e.dimOpacity&&(e.dimOpacity=0),i.__single&&!this.isBranchLeaf){if("path"===i.eraser)return this.__renderEraser(t,e);const s=t.getSameCanvas(!1,!0);this.__renderBranch(s,e);const n=this.__nowWorld;t.opacity=e.dimOpacity?i.opacity*e.dimOpacity:i.opacity,t.copyWorldByReset(s,n,n,i.__blendMode,!0),s.recycle(n)}else this.__renderBranch(t,e)}},__renderBranch(t,e){if(this.__hasMask)this.__renderMask(t,e);else{const{children:i}=this;for(let s=0,n=i.length;s<n;s++)la(i[s],e)||i[s].__render(t,e)}},__clip(t,e){if(this.__worldOpacity){const{children:i}=this;for(let s=0,n=i.length;s<n;s++)la(i[s],e)||i[s].__clip(t,e)}}},ca={},{LEAF:ua,create:_a}=e,{toInnerPoint:pa,toOuterPoint:ga,multiplyParent:fa}=I,{toOuterOf:ya}=Tt,{copy:ma,move:va}=K,{moveLocal:wa,zoomOfLocal:xa,rotateOfLocal:ba,skewOfLocal:ka,moveWorld:Ea,zoomOfWorld:Sa,rotateOfWorld:Ba,skewOfWorld:Ra,transform:Ta,transformWorld:Ca,setTransform:Oa,getFlipTransform:La,getLocalOrigin:Pa,getRelativeWorld:Aa,drop:Da}=zo;let Ma=class{get tag(){return this.__tag}set tag(t){}get __tag(){return"Leaf"}get innerName(){return this.__.name||this.tag+this.innerId}get __DataProcessor(){return m}get __LayoutProcessor(){return cr}get leaferIsCreated(){return this.leafer&&this.leafer.created}get leaferIsReady(){return this.leafer&&this.leafer.ready}get isLeafer(){return!1}get isBranch(){return!1}get isBranchLeaf(){return!1}get __localMatrix(){return this.__local||this.__layout}get __localBoxBounds(){return this.__local||this.__layout}get worldTransform(){return this.__layout.getTransform("world")}get localTransform(){return this.__layout.getTransform("local")}get boxBounds(){return this.getBounds("box","inner")}get renderBounds(){return this.getBounds("render","inner")}get worldBoxBounds(){return this.getBounds("box")}get worldStrokeBounds(){return this.getBounds("stroke")}get worldRenderBounds(){return this.getBounds("render")}get worldOpacity(){return this.__layout.update(),this.__worldOpacity}get __worldFlipped(){return this.__world.scaleX<0||this.__world.scaleY<0}get __onlyHitMask(){return this.__hasMask&&!this.__.hitChildren}get __ignoreHitWorld(){return(this.__hasMask||this.__hasEraser)&&this.__.hitChildren}get __inLazyBounds(){return this.leaferIsCreated&&this.leafer.lazyBounds.hit(this.__world)}get pathInputed(){return this.__.__pathInputed}set event(t){this.on(t)}constructor(t){this.innerId=_a(ua),this.reset(t),this.__bubbleMap&&this.__emitLifeEvent(_r.CREATED)}reset(t){this.leafer&&this.leafer.forceRender(this.__world),0!==t&&(this.__world={a:1,b:0,c:0,d:1,e:0,f:0,x:0,y:0,width:0,height:0,scaleX:1,scaleY:1},null!==t&&(this.__local={a:1,b:0,c:0,d:1,e:0,f:0,x:0,y:0,width:0,height:0})),this.__worldOpacity=1,this.__=new this.__DataProcessor(this),this.__layout=new this.__LayoutProcessor(this),this.__level&&this.resetCustom(),t&&(t.__&&(t=t.toJSON()),t.children?this.set(t):Object.assign(this,t))}resetCustom(){this.__hasMask=this.__hasEraser=null,this.forceUpdate()}waitParent(t,e){e&&(t=t.bind(e)),this.parent?t():this.on(_r.ADD,t,"once")}waitLeafer(t,e){e&&(t=t.bind(e)),this.leafer?t():this.on(_r.MOUNTED,t,"once")}nextRender(t,e,i){this.leafer?this.leafer.nextRender(t,e,i):this.waitLeafer(()=>this.leafer.nextRender(t,e,i))}removeNextRender(t){this.nextRender(t,null,"off")}__bindLeafer(t){if(this.isLeafer&&null!==t&&(t=this),this.leafer&&!t&&this.leafer.leafs--,this.leafer=t,t?(t.leafs++,this.__level=this.parent?this.parent.__level+1:1,this.animation&&this.__runAnimation("in"),this.__bubbleMap&&this.__emitLifeEvent(_r.MOUNTED)):this.__emitLifeEvent(_r.UNMOUNTED),this.isBranch){const{children:e}=this;for(let i=0,s=e.length;i<s;i++)e[i].__bindLeafer(t)}}set(t,e){}get(t){}setAttr(t,e){this[t]=e}getAttr(t){return this[t]}getComputedAttr(t){return this.__[t]}toJSON(t){return t&&this.__layout.update(),this.__.__getInputData(null,t)}toString(t){return JSON.stringify(this.toJSON(t))}toSVG(){}__SVG(t){}toHTML(){}__setAttr(t,e){return!0}__getAttr(t){}setProxyAttr(t,e){}getProxyAttr(t){}find(t,e){}findTag(t){}findOne(t,e){}findId(t){}focus(t){}updateState(){}updateLayout(){this.__layout.update()}forceUpdate(t){o(t)?t="width":"surface"===t&&(t="blendMode");const e=this.__.__getInput(t);this.__[t]=o(e)?null:void 0,this[t]=e}forceRender(t,e){this.forceUpdate("surface")}__extraUpdate(){this.leaferIsReady&&this.leafer.layouter.addExtra(this)}__updateWorldMatrix(){}__updateLocalMatrix(){}__updateWorldBounds(){}__updateLocalBounds(){}__updateLocalBoxBounds(){}__updateLocalStrokeBounds(){}__updateLocalRenderBounds(){}__updateBoxBounds(){}__updateContentBounds(){}__updateStrokeBounds(){}__updateRenderBounds(){}__updateAutoLayout(){}__updateFlowLayout(){}__updateNaturalSize(){}__updateStrokeSpread(){return 0}__updateRenderSpread(){return 0}__onUpdateSize(){}__updateEraser(t){this.__hasEraser=!!t||this.children.some(t=>t.__.eraser)}__renderEraser(t,e){t.save(),this.__clip(t,e);const{renderBounds:i}=this.__layout;t.clearRect(i.x,i.y,i.width,i.height),t.restore()}__updateMask(t){this.__hasMask=this.children.some(t=>t.__.mask&&t.__.visible&&t.__.opacity)}__renderMask(t,e){}__getNowWorld(t){if(t.matrix){this.__cameraWorld||(this.__cameraWorld={});const e=this.__cameraWorld,i=this.__world;return fa(i,t.matrix,e,void 0,i),ya(this.__layout.renderBounds,e,e),e.half!==i.half&&(e.half=i.half),e}return this.__world}getClampRenderScale(){let{scaleX:t}=this.__nowWorld||this.__world;return t<0&&(t=-t),t>1?t:1}getRenderScaleData(t,e){let{scaleX:i,scaleY:s}=Pn.patternLocked?this.__world:this.__nowWorld;return t&&(i<0&&(i=-i),s<0&&(s=-s)),(!0===e||"zoom-in"===e&&i>1&&s>1)&&(i=s=1),ca.scaleX=i,ca.scaleY=s,ca}getTransform(t){return this.__layout.getTransform(t||"local")}getBounds(t,e){return this.__layout.getBounds(t,e)}getLayoutBounds(t,e,i){return this.__layout.getLayoutBounds(t,e,i)}getLayoutPoints(t,e){return this.__layout.getLayoutPoints(t,e)}getWorldBounds(t,e,i){const s=e?Aa(this,e):this.worldTransform,n=i?t:{};return ya(t,s,n),n}worldToLocal(t,e,i,s){this.parent?this.parent.worldToInner(t,e,i,s):e&&ma(e,t)}localToWorld(t,e,i,s){this.parent?this.parent.innerToWorld(t,e,i,s):e&&ma(e,t)}worldToInner(t,e,i,s){s&&(s.innerToWorld(t,e,i),t=e||t),pa(this.worldTransform,t,e,i)}innerToWorld(t,e,i,s){ga(this.worldTransform,t,e,i),s&&s.worldToInner(e||t,null,i)}getBoxPoint(t,e,i,s){return this.getBoxPointByInner(this.getInnerPoint(t,e,i,s),null,null,!0)}getBoxPointByInner(t,e,i,s){const n=s?t:Object.assign({},t),{x:o,y:r}=this.boxBounds;return va(n,-o,-r),n}getInnerPoint(t,e,i,s){const n=s?t:{};return this.worldToInner(t,n,i,e),n}getInnerPointByBox(t,e,i,s){const n=s?t:Object.assign({},t),{x:o,y:r}=this.boxBounds;return va(n,o,r),n}getInnerPointByLocal(t,e,i,s){return this.getInnerPoint(t,this.parent,i,s)}getLocalPoint(t,e,i,s){const n=s?t:{};return this.worldToLocal(t,n,i,e),n}getLocalPointByInner(t,e,i,s){return this.getWorldPoint(t,this.parent,i,s)}getPagePoint(t,e,i,s){return(this.leafer?this.leafer.zoomLayer:this).getInnerPoint(t,e,i,s)}getWorldPoint(t,e,i,s){const n=s?t:{};return this.innerToWorld(t,n,i,e),n}getWorldPointByBox(t,e,i,s){return this.getWorldPoint(this.getInnerPointByBox(t,null,null,s),e,i,!0)}getWorldPointByLocal(t,e,i,s){const n=s?t:{};return this.localToWorld(t,n,i,e),n}getWorldPointByPage(t,e,i,s){return(this.leafer?this.leafer.zoomLayer:this).getWorldPoint(t,e,i,s)}setTransform(t,e,i){Oa(this,t,e,i)}transform(t,e,i){Ta(this,t,e,i)}move(t,e,i){wa(this,t,e,i)}moveInner(t,e,i){Ea(this,t,e,!0,i)}scaleOf(t,e,i,s,n){xa(this,Pa(this,t),e,i,s,n)}rotateOf(t,e,i){ba(this,Pa(this,t),e,i)}skewOf(t,e,i,s,n){ka(this,Pa(this,t),e,i,s,n)}transformWorld(t,e,i){Ca(this,t,e,i)}moveWorld(t,e,i){Ea(this,t,e,!1,i)}scaleOfWorld(t,e,i,s,n){Sa(this,t,e,i,s,n)}rotateOfWorld(t,e){Ba(this,t,e)}skewOfWorld(t,e,i,s,n){Ra(this,t,e,i,s,n)}flip(t,e){Ta(this,La(this,t),!1,e)}scaleResize(t,e=t,i){this.scaleX*=t,this.scaleY*=e}__scaleResize(t,e){}resizeWidth(t){}resizeHeight(t){}hit(t,e){return!0}__hitWorld(t){return!0}__hit(t){return!0}__hitFill(t){return!0}__hitStroke(t,e){return!0}__hitPixel(t){return!0}__drawHitPath(t){}__updateHitCanvas(){}__render(t,e){}__drawFast(t,e){}__draw(t,e,i){}__clip(t,e){}__renderShape(t,e){}__drawShape(t,e){}__updateWorldOpacity(){}__updateChange(){}__drawPath(t){}__drawRenderPath(t){}__updatePath(){}__updateRenderPath(){}getMotionPathData(){return Vt.need("path")}getMotionPoint(t){return Vt.need("path")}getMotionTotal(){return 0}__updateMotionPath(){}__runAnimation(t,e){}__updateSortChildren(){}add(t,e){}remove(t,e){this.parent&&this.parent.remove(this,e)}dropTo(t,e,i){Da(this,t,e,i)}on(t,e,i){}off(t,e,i){}on_(t,e,i,s){}off_(t){}once(t,e,i,s){}emit(t,e,i){}emitEvent(t,e){}hasEvent(t,e){return!1}static changeAttr(t,e,i){i?this.addAttr(t,e,i):mo(this.prototype,t,e)}static addAttr(t,e,i,s){i||(i=Zn),i(e,s)(this.prototype,t)}__emitLifeEvent(t){this.hasEvent(t)&&this.emitEvent(new _r(t,this,this.parent))}destroy(){this.destroyed||(this.parent&&this.remove(),this.children&&this.clear(),this.__emitLifeEvent(_r.DESTROY),this.__.destroy(),this.__layout.destroy(),this.destroyEventer(),this.destroyed=!0)}};Ma=Qt([So(jr),So(Qr),So(aa),So(Vr),So(ha)],Ma);const{setListWithFn:Fa}=Tt,{sort:Ia}=Jo,{localBoxBounds:Wa,localStrokeBounds:za,localRenderBounds:Na,maskLocalBoxBounds:Ya,maskLocalStrokeBounds:Ha,maskLocalRenderBounds:Xa}=Go,Va=new It("Branch");let Ua=class extends Ma{__updateStrokeSpread(){const{children:t}=this;for(let e=0,i=t.length;e<i;e++)if(t[e].__layout.strokeSpread)return 1;return 0}__updateRenderSpread(){const{children:t}=this;for(let e=0,i=t.length;e<i;e++)if(t[e].__layout.renderSpread)return 1;return 0}__updateBoxBounds(){Fa(this.__layout.boxBounds,this.children,this.__hasMask?Ya:Wa)}__updateStrokeBounds(){Fa(this.__layout.strokeBounds,this.children,this.__hasMask?Ha:za)}__updateRenderBounds(){Fa(this.__layout.renderBounds,this.children,this.__hasMask?Xa:Na)}__updateSortChildren(){let t;const{children:e}=this;if(e.length>1){for(let i=0,s=e.length;i<s;i++)e[i].__tempNumber=i,e[i].__.zIndex&&(t=!0);e.sort(Ia),this.__layout.affectChildrenSort=t}}add(t,e){if(t===this||t.destroyed)return Va.warn("add self or destroyed");const i=o(e);if(!t.__){if(u(t))return t.forEach(t=>{this.add(t,e),i||e++});t=Gt.get(t.tag,t)}t.parent&&t.parent.remove(t),t.parent=this,i?this.children.push(t):this.children.splice(e,0,t),t.isBranch&&(this.__.__childBranchNumber=(this.__.__childBranchNumber||0)+1);const s=t.__layout;s.boxChanged||s.boxChange(),s.matrixChanged||s.matrixChange(),t.__bubbleMap&&t.__emitLifeEvent(_r.ADD),this.leafer&&(t.__bindLeafer(this.leafer),this.leafer.created&&this.__emitChildEvent(_r.ADD,t)),this.__layout.affectChildrenSort&&this.__layout.childrenSortChange()}addMany(...t){this.add(t)}remove(t,e){t?t.__?t.animationOut?t.__runAnimation("out",()=>this.__remove(t,e)):this.__remove(t,e):this.find(t).forEach(t=>this.remove(t,e)):o(t)&&super.remove(null,e)}removeAll(t){const{children:e}=this;e.length&&(this.children=[],this.__preRemove(),this.__.__childBranchNumber=0,e.forEach(e=>{this.__realRemoveChild(e),t&&e.destroy()}))}clear(){this.removeAll(!0)}__remove(t,e){const i=this.children.indexOf(t);i>-1&&(this.children.splice(i,1),t.isBranch&&(this.__.__childBranchNumber=(this.__.__childBranchNumber||1)-1),this.__preRemove(),this.__realRemoveChild(t),e&&t.destroy())}__preRemove(){this.__hasMask&&this.__updateMask(),this.__hasEraser&&this.__updateEraser(),this.__layout.boxChange(),this.__layout.affectChildrenSort&&this.__layout.childrenSortChange()}__realRemoveChild(t){t.__emitLifeEvent(_r.REMOVE),t.parent=null,this.leafer&&(t.__bindLeafer(null),this.leafer.created&&(this.__emitChildEvent(_r.REMOVE,t),this.leafer.hitCanvasManager&&this.leafer.hitCanvasManager.clear()))}__emitChildEvent(t,e){const i=new _r(t,e,this);this.hasEvent(t)&&!this.isLeafer&&this.emitEvent(i),this.leafer.emitEvent(i)}};Ua=Qt([So(da)],Ua);class ja{get length(){return this.list.length}constructor(t){this.reset(),t&&(u(t)?this.addList(t):this.add(t))}has(t){return t&&!o(this.keys[t.innerId])}indexAt(t){return this.list[t]}indexOf(t){const e=this.keys[t.innerId];return o(e)?-1:e}add(t){const{list:e,keys:i}=this;o(i[t.innerId])&&(e.push(t),i[t.innerId]=e.length-1)}addAt(t,e=0){const{keys:i}=this;if(o(i[t.innerId])){const{list:s}=this;for(let t=e,n=s.length;t<n;t++)i[s[t].innerId]++;0===e?s.unshift(t):(e>s.length&&(e=s.length),s.splice(e,0,t)),i[t.innerId]=e}}addList(t){for(let e=0;e<t.length;e++)this.add(t[e])}remove(t){const{list:e}=this;let i;for(let s=0,n=e.length;s<n;s++)o(i)?e[s].innerId===t.innerId&&(i=s,delete this.keys[t.innerId]):this.keys[e[s].innerId]=s-1;o(i)||e.splice(i,1)}sort(t){const{list:e}=this;t?e.sort((t,e)=>e.__level-t.__level):e.sort((t,e)=>t.__level-e.__level)}forEach(t){this.list.forEach(t)}clone(){const t=new ja;return t.list=[...this.list],t.keys=Object.assign({},this.keys),t}update(){this.keys={};const{list:t,keys:e}=this;for(let i=0,s=t.length;i<s;i++)e[t[i].innerId]=i}reset(){this.list=[],this.keys={}}destroy(){this.reset()}}class Ga{get length(){return this._length}constructor(t){this._length=0,this.reset(),t&&(u(t)?this.addList(t):this.add(t))}has(t){return!o(this.keys[t.innerId])}without(t){return o(this.keys[t.innerId])}sort(t){const{levels:e}=this;t?e.sort((t,e)=>e-t):e.sort((t,e)=>t-e)}addList(t){t.forEach(t=>{this.add(t)})}add(t){const{keys:e,levelMap:i}=this;e[t.innerId]||(e[t.innerId]=1,i[t.__level]?i[t.__level].push(t):(i[t.__level]=[t],this.levels.push(t.__level)),this._length++)}forEach(t){let e;this.levels.forEach(i=>{e=this.levelMap[i];for(let i=0,s=e.length;i<s;i++)t(e[i])})}reset(){this.levelMap={},this.keys={},this.levels=[],this._length=0}destroy(){this.levelMap=null}}const Ka="1.9.0";class qa extends ce{get allowBackgroundColor(){return!0}init(){this.__createView(),this.__createContext(),this.resize(this.config)}__createView(){this.view=t.origin.createCanvas(1,1)}updateViewSize(){const{width:t,height:e,pixelRatio:i}=this;this.view.width=Math.ceil(t*i),this.view.height=Math.ceil(e*i),this.clientBounds=this.bounds}}kn(OffscreenCanvasRenderingContext2D.prototype),kn(Path2D.prototype);const{mineType:Za}=En;function Ja(e,i){t.origin={createCanvas:(t,e)=>new OffscreenCanvas(t,e),canvasToDataURL:(t,e,i)=>new Promise((s,n)=>{t.convertToBlob({type:Za(e),quality:i}).then(t=>{var e=new FileReader;e.onload=t=>s(t.target.result),e.onerror=t=>n(t),e.readAsDataURL(t)}).catch(t=>{n(t)})}),canvasToBolb:(t,e,i)=>t.convertToBlob({type:Za(e),quality:i}),canvasSaveAs:(t,e,i)=>new Promise(t=>t()),download(t,e){},loadImage:e=>new Promise((i,s)=>{let n=new XMLHttpRequest;n.open("GET",t.image.getRealURL(e),!0),n.responseType="blob",n.onload=()=>{createImageBitmap(n.response).then(t=>{i(t)}).catch(t=>{s(t)})},n.onerror=t=>s(t),n.send()})},t.canvas=Ut.canvas(),t.conicGradientSupport=!!t.canvas.context.createConicGradient}Object.assign(Ut,{canvas:(t,e)=>new qa(t,e),image:t=>new Wn(t)}),t.name="web",t.isWorker=!0,t.backgrounder=!0,t.requestRender=function(t){requestAnimationFrame(t)},zn(t,"devicePixelRatio",{get:()=>1});const{userAgent:$a}=navigator;$a.indexOf("Firefox")>-1?(t.conicGradientRotate90=!0,t.intWheelDeltaY=!0):(/iPhone|iPad|iPod/.test(navigator.userAgent)||/Macintosh/.test(navigator.userAgent)&&/Version\/[\d.]+.*Safari/.test(navigator.userAgent))&&(t.fullImageShadow=!0),$a.indexOf("Windows")>-1?(t.os="Windows",t.intWheelDeltaY=!0):$a.indexOf("Mac")>-1?t.os="Mac":$a.indexOf("Linux")>-1&&(t.os="Linux");class Qa{get childrenChanged(){return this.hasAdd||this.hasRemove||this.hasVisible}get updatedList(){if(this.hasRemove){const t=new ja;return this.__updatedList.list.forEach(e=>{e.leafer&&t.add(e)}),t}return this.__updatedList}constructor(t,e){this.totalTimes=0,this.config={},this.__updatedList=new ja,this.target=t,e&&(this.config=f.default(e,this.config)),this.__listenEvents()}start(){this.disabled||(this.running=!0)}stop(){this.running=!1}disable(){this.stop(),this.__removeListenEvents(),this.disabled=!0}update(){this.changed=!0,this.running&&this.target.emit(Sr.REQUEST)}__onAttrChange(t){this.__updatedList.add(t.target),this.update()}__onChildEvent(t){t.type===_r.ADD?(this.hasAdd=!0,this.__pushChild(t.child)):(this.hasRemove=!0,this.__updatedList.add(t.parent)),this.update()}__pushChild(t){this.__updatedList.add(t),t.isBranch&&this.__loopChildren(t)}__loopChildren(t){const{children:e}=t;for(let t=0,i=e.length;t<i;t++)this.__pushChild(e[t])}__onRquestData(){this.target.emitEvent(new kr(kr.DATA,{updatedList:this.updatedList})),this.__updatedList=new ja,this.totalTimes++,this.changed=this.hasVisible=this.hasRemove=this.hasAdd=!1}__listenEvents(){this.__eventIds=[this.target.on_([[pr.CHANGE,this.__onAttrChange,this],[[_r.ADD,_r.REMOVE],this.__onChildEvent,this],[kr.REQUEST,this.__onRquestData,this]])]}__removeListenEvents(){this.target.off_(this.__eventIds)}destroy(){this.target&&(this.stop(),this.__removeListenEvents(),this.target=this.__updatedList=null)}}const{updateAllMatrix:th,updateBounds:eh,updateChange:ih}=zo,{pushAllChildBranch:sh,pushAllParent:nh}=Jo;const{worldBounds:oh}=Go;class rh{constructor(t){this.updatedBounds=new Pt,this.beforeBounds=new Pt,this.afterBounds=new Pt,u(t)&&(t=new ja(t)),this.updatedList=t}setBefore(){this.beforeBounds.setListWithFn(this.updatedList.list,oh)}setAfter(){this.afterBounds.setListWithFn(this.updatedList.list,oh),this.updatedBounds.setList([this.beforeBounds,this.afterBounds])}merge(t){this.updatedList.addList(t.updatedList.list),this.beforeBounds.add(t.beforeBounds),this.afterBounds.add(t.afterBounds),this.updatedBounds.add(t.updatedBounds)}destroy(){this.updatedList=null}}const{updateAllMatrix:ah,updateAllChange:hh}=zo,lh=It.get("Layouter");class dh{constructor(t,e){this.totalTimes=0,this.config={},this.__levelList=new Ga,this.target=t,e&&(this.config=f.default(e,this.config)),this.__listenEvents()}start(){this.disabled||(this.running=!0)}stop(){this.running=!1}disable(){this.stop(),this.__removeListenEvents(),this.disabled=!0}layout(){if(this.layouting||!this.running)return;const{target:t}=this;this.times=0;try{t.emit(Er.START),this.layoutOnce(),t.emitEvent(new Er(Er.END,this.layoutedBlocks,this.times))}catch(t){lh.error(t)}this.layoutedBlocks=null}layoutAgain(){this.layouting?this.waitAgain=!0:this.layoutOnce()}layoutOnce(){return this.layouting?lh.warn("layouting"):this.times>3?lh.warn("layout max times"):(this.times++,this.totalTimes++,this.layouting=!0,this.target.emit(kr.REQUEST),this.totalTimes>1?this.partLayout():this.fullLayout(),this.layouting=!1,void(this.waitAgain&&(this.waitAgain=!1,this.layoutOnce())))}partLayout(){var t;if(!(null===(t=this.__updatedList)||void 0===t?void 0:t.length))return;const e=Yt.start("PartLayout"),{target:i,__updatedList:s}=this,{BEFORE:n,LAYOUT:o,AFTER:r}=Er,a=this.getBlocks(s);a.forEach(t=>t.setBefore()),i.emitEvent(new Er(n,a,this.times)),this.extraBlock=null,s.sort(),function(t,e){let i;t.list.forEach(t=>{i=t.__layout,e.without(t)&&!i.proxyZoom&&(i.matrixChanged?(th(t,!0),e.add(t),t.isBranch&&sh(t,e),nh(t,e)):i.boundsChanged&&(e.add(t),t.isBranch&&(t.__tempNumber=0),nh(t,e)))})}(s,this.__levelList),function(t){let e,i,s;t.sort(!0),t.levels.forEach(n=>{e=t.levelMap[n];for(let t=0,n=e.length;t<n;t++){if(i=e[t],i.isBranch&&i.__tempNumber){s=i.children;for(let t=0,e=s.length;t<e;t++)s[t].isBranch||eh(s[t])}eh(i)}})}(this.__levelList),function(t){t.list.forEach(ih)}(s),this.extraBlock&&a.push(this.extraBlock),a.forEach(t=>t.setAfter()),i.emitEvent(new Er(o,a,this.times)),i.emitEvent(new Er(r,a,this.times)),this.addBlocks(a),this.__levelList.reset(),this.__updatedList=null,Yt.end(e)}fullLayout(){const t=Yt.start("FullLayout"),{target:e}=this,{BEFORE:i,LAYOUT:s,AFTER:n}=Er,o=this.getBlocks(new ja(e));e.emitEvent(new Er(i,o,this.times)),dh.fullLayout(e),o.forEach(t=>{t.setAfter()}),e.emitEvent(new Er(s,o,this.times)),e.emitEvent(new Er(n,o,this.times)),this.addBlocks(o),Yt.end(t)}static fullLayout(t){ah(t,!0),t.isBranch?Jo.updateBounds(t):zo.updateBounds(t),hh(t)}addExtra(t){if(!this.__updatedList.has(t)){const{updatedList:e,beforeBounds:i}=this.extraBlock||(this.extraBlock=new rh([]));e.length?i.add(t.__world):i.set(t.__world),e.add(t)}}createBlock(t){return new rh(t)}getBlocks(t){return[this.createBlock(t)]}addBlocks(t){this.layoutedBlocks?this.layoutedBlocks.push(...t):this.layoutedBlocks=t}__onReceiveWatchData(t){this.__updatedList=t.data.updatedList}__listenEvents(){this.__eventIds=[this.target.on_([[Er.REQUEST,this.layout,this],[Er.AGAIN,this.layoutAgain,this],[kr.DATA,this.__onReceiveWatchData,this]])]}__removeListenEvents(){this.target.off_(this.__eventIds)}destroy(){this.target&&(this.stop(),this.__removeListenEvents(),this.target=this.config=null)}}const ch=It.get("Renderer");class uh{get needFill(){return!(this.canvas.allowBackgroundColor||!this.config.fill)}constructor(t,e,i){this.FPS=60,this.totalTimes=0,this.times=0,this.config={usePartRender:!0,maxFPS:60},this.target=t,this.canvas=e,i&&(this.config=f.default(i,this.config)),this.__listenEvents()}start(){this.running=!0,this.update(!1)}stop(){this.running=!1}update(t=!0){this.changed||(this.changed=t),this.__requestRender()}requestLayout(){this.target.emit(Er.REQUEST)}checkRender(){if(this.running){const{target:t}=this;t.isApp&&(t.emit(Sr.CHILD_START,t),t.children.forEach(t=>{t.renderer.FPS=this.FPS,t.renderer.checkRender()}),t.emit(Sr.CHILD_END,t)),this.changed&&this.canvas.view&&this.render(),this.target.emit(Sr.NEXT)}}render(t){if(!this.running||!this.canvas.view)return this.update();const{target:e}=this;this.times=0,this.totalBounds=new Pt,ch.log(e.innerName,"---\x3e");try{this.emitRender(Sr.START),this.renderOnce(t),this.emitRender(Sr.END,this.totalBounds),Pn.clearRecycled()}catch(t){this.rendering=!1,ch.error(t)}ch.log("-------------|")}renderAgain(){this.rendering?this.waitAgain=!0:this.renderOnce()}renderOnce(t){if(this.rendering)return ch.warn("rendering");if(this.times>3)return ch.warn("render max times");if(this.times++,this.totalTimes++,this.rendering=!0,this.changed=!1,this.renderBounds=new Pt,this.renderOptions={},t)this.emitRender(Sr.BEFORE),t();else{if(this.requestLayout(),this.ignore)return void(this.ignore=this.rendering=!1);this.emitRender(Sr.BEFORE),this.config.usePartRender&&this.totalTimes>1?this.partRender():this.fullRender()}this.emitRender(Sr.RENDER,this.renderBounds,this.renderOptions),this.emitRender(Sr.AFTER,this.renderBounds,this.renderOptions),this.updateBlocks=null,this.rendering=!1,this.waitAgain&&(this.waitAgain=!1,this.renderOnce())}partRender(){const{canvas:t,updateBlocks:e}=this;e&&(this.mergeBlocks(),e.forEach(e=>{t.bounds.hit(e)&&!e.isEmpty()&&this.clipRender(e)}))}clipRender(t){const e=Yt.start("PartRender"),{canvas:i}=this,s=t.getIntersect(i.bounds),n=new Pt(s);i.save(),s.spread(uh.clipSpread).ceil(),i.clearWorld(s,!0),i.clipWorld(s,!0),this.__render(s,n),i.restore(),Yt.end(e)}fullRender(){const t=Yt.start("FullRender"),{canvas:e}=this;e.save(),e.clear(),this.__render(e.bounds),e.restore(),Yt.end(t)}__render(t,e){const{canvas:i}=this,s=t.includes(this.target.__world),n=s?{includes:s}:{bounds:t,includes:s};this.needFill&&i.fillWorld(t,this.config.fill),It.showRepaint&&It.drawRepaint(i,t),this.target.__render(i,n),this.renderBounds=e=e||t,this.renderOptions=n,this.totalBounds.isEmpty()?this.totalBounds=e:this.totalBounds.add(e),i.updateRender(e)}addBlock(t){this.updateBlocks||(this.updateBlocks=[]),this.updateBlocks.push(t)}mergeBlocks(){const{updateBlocks:t}=this;if(t){const e=new Pt;e.setList(t),t.length=0,t.push(e)}}__requestRender(){const e=this.target;if(this.requestTime||!e)return;if(e.parentApp)return e.parentApp.requestRender(!1);const i=this.requestTime=Date.now();t.requestRender(()=>{this.FPS=Math.min(60,Math.ceil(1e3/(Date.now()-i))),this.requestTime=0,this.checkRender()})}__onResize(t){if(!this.canvas.unreal){if(t.bigger||!t.samePixelRatio){const{width:e,height:i}=t.old;if(!new Pt(0,0,e,i).includes(this.target.__world)||this.needFill||!t.samePixelRatio)return this.addBlock(this.canvas.bounds),void this.target.forceUpdate("surface")}this.addBlock(new Pt(0,0,1,1)),this.update()}}__onLayoutEnd(t){t.data&&t.data.map(t=>{let e;t.updatedList&&t.updatedList.list.some(t=>(e=!t.__world.width||!t.__world.height,e&&(t.isLeafer||ch.tip(t.innerName,": empty"),e=!t.isBranch||t.isBranchLeaf),e)),this.addBlock(e?this.canvas.bounds:t.updatedBounds)})}emitRender(t,e,i){this.target.emitEvent(new Sr(t,this.times,e,i))}__listenEvents(){this.__eventIds=[this.target.on_([[Sr.REQUEST,this.update,this],[Er.END,this.__onLayoutEnd,this],[Sr.AGAIN,this.renderAgain,this],[br.RESIZE,this.__onResize,this]])]}__removeListenEvents(){this.target.off_(this.__eventIds)}destroy(){this.target&&(this.stop(),this.__removeListenEvents(),this.target=this.canvas=this.config=null)}}uh.clipSpread=10;const{hitRadiusPoint:_h}=Tt;class ph{constructor(t,e){this.target=t,this.selector=e}getByPoint(t,e,i){e||(e=0),i||(i={});const s=i.through||!1,n=i.ignoreHittable||!1,o=i.target||this.target;this.exclude=i.exclude||null,this.point={x:t.x,y:t.y,radiusX:e,radiusY:e},this.findList=new ja(i.findList),i.findList||this.hitBranch(o.isBranchLeaf?{children:[o]}:o);const{list:r}=this.findList,a=this.getBestMatchLeaf(r,i.bottomList,n),h=n?this.getPath(a):this.getHitablePath(a);return this.clear(),s?{path:h,target:a,throughPath:r.length?this.getThroughPath(r):h}:{path:h,target:a}}hitPoint(t,e,i){return!!this.getByPoint(t,e,i).target}getBestMatchLeaf(t,e,i){const s=this.findList=new ja;if(t.length){let e;const{x:n,y:o}=this.point,r={x:n,y:o,radiusX:0,radiusY:0};for(let n=0,o=t.length;n<o;n++)if(e=t[n],(i||zo.worldHittable(e))&&(this.hitChild(e,r),s.length)){if(e.isBranchLeaf&&t.some(t=>t!==e&&zo.hasParent(t,e))){s.reset();break}return s.list[0]}}if(e)for(let t=0,i=e.length;t<i;t++)if(this.hitChild(e[t].target,this.point,e[t].proxy),s.length)return s.list[0];return i?t[0]:t.find(t=>zo.worldHittable(t))}getPath(t){const e=new ja;for(;t;)e.add(t),t=t.parent;return this.target&&e.add(this.target),e}getHitablePath(t){const e=this.getPath(t&&t.hittable?t:null);let i,s=new ja;for(let t=e.list.length-1;t>-1&&(i=e.list[t],i.__.hittable)&&(s.addAt(i,0),i.__.hitChildren);t--);return s}getThroughPath(t){const e=new ja,i=[];for(let e=t.length-1;e>-1;e--)i.push(this.getPath(t[e]));let s,n,o;for(let t=0,r=i.length;t<r;t++){s=i[t],n=i[t+1];for(let t=0,i=s.length;t<i&&(o=s.list[t],!n||!n.has(o));t++)e.add(o)}return e}hitBranch(t){this.eachFind(t.children,t.__onlyHitMask)}eachFind(t,e){let i,s;const{point:n}=this;for(let o=t.length-1;o>-1;o--)i=t[o],!i.__.visible||e&&!i.__.mask||(s=!!i.__.hitRadius||_h(i.__world,n),i.isBranch?(s||i.__ignoreHitWorld)&&(this.eachFind(i.children,i.__onlyHitMask),i.isBranchLeaf&&this.hitChild(i,n)):s&&this.hitChild(i,n))}hitChild(t,e,i){if((!this.exclude||!this.exclude.has(t))&&t.__hitWorld(e)){const{parent:s}=t;if(s&&s.__hasMask&&!t.__.mask){let i,n=[];const{children:o}=s;for(let s=0,r=o.length;s<r;s++)if(i=o[s],i.__.mask&&n.push(i),i===t){if(n&&!n.every(t=>t.__hitWorld(e)))return;break}}this.findList.add(i||t)}}clear(){this.point=null,this.findList=null,this.exclude=null}destroy(){this.clear()}}class gh{constructor(t,e){this.config={},e&&(this.config=f.default(e,this.config)),this.picker=new ph(this.target=t,this),this.finder=Ut.finder&&Ut.finder()}getByPoint(e,i,s){const{target:n,picker:o}=this;return t.backgrounder&&n&&n.updateLayout(),o.getByPoint(e,i,s)}hitPoint(t,e,i){return this.picker.hitPoint(t,e,i)}getBy(t,e,i,s){return this.finder?this.finder.getBy(t,e,i,s):Vt.need("find")}destroy(){this.picker.destroy(),this.finder&&this.finder.destroy()}}function fh(t){return Hn(t,t=>({set(e){this.__setAttr(t,e),e&&(this.__.__useEffect=!0),this.__layout.renderChanged||this.__layout.renderChange()}}))}function yh(t){return Hn(t,t=>({set(e){this.__setAttr(t,e),this.__layout.boxChanged||this.__layout.boxChange(),this.__updateSize()}}))}function mh(){return(t,e)=>{const i="_"+e;zn(t,e,{set(t){this.isLeafer&&(this[i]=t)},get(){return this.isApp?this.tree.zoomLayer:this.isLeafer?this[i]||this:this.leafer&&this.leafer.zoomLayer}})}}function vh(t){return(e,i)=>{zn(e,i,Yn(i,t))}}Object.assign(Ut,{watcher:(t,e)=>new Qa(t,e),layouter:(t,e)=>new dh(t,e),renderer:(t,e,i)=>new uh(t,e,i),selector:(t,e)=>new gh(t,e)}),t.layout=dh.fullLayout;const wh={},xh={hasTransparent:function(t){if(!t||7===t.length||4===t.length)return!1;if("transparent"===t)return!0;const e=t[0];if("#"===e)switch(t.length){case 5:return"f"!==t[4]&&"F"!==t[4];case 9:return"f"!==t[7]&&"F"!==t[7]||"f"!==t[8]&&"F"!==t[8]}else if(("r"===e||"h"===e)&&"a"===t[3]){const e=t.lastIndexOf(",");if(e>-1)return parseFloat(t.slice(e+1))<1}return!1}},bh={number:(t,e)=>_(t)?"percent"===t.type?t.value*e:t.value:t},kh={},Eh={},Sh={},Bh={},Rh={},Th={apply(){Vt.need("filter")}},Ch={},Oh={setStyleName:()=>Vt.need("state"),set:()=>Vt.need("state")},Lh={list:{},register(t,e){Lh.list[t]=e},get:t=>Lh.list[t]},{parse:Ph,objectToCanvasData:Ah}=Ai,{stintSet:Dh}=f,{hasTransparent:Mh}=xh,Fh={},Ih=It.get("UIData");class Wh extends m{get scale(){const{scaleX:t,scaleY:e}=this;return t!==e?{x:t,y:e}:t}get __strokeWidth(){return this.__getRealStrokeWidth()}get __maxStrokeWidth(){const t=this;return t.__hasMultiStrokeStyle?Math.max(t.__hasMultiStrokeStyle,t.strokeWidth):t.strokeWidth}get __hasMultiPaint(){const t=this;return t.fill&&this.__useStroke||t.__isFills&&t.fill.length>1||t.__isStrokes&&t.stroke.length>1||t.__useEffect}get __clipAfterFill(){const t=this;return t.cornerRadius||t.innerShadow||t.__pathInputed}get __hasSurface(){return this.fill||this.stroke}get __autoWidth(){return!this._width}get __autoHeight(){return!this._height}get __autoSide(){return!this._width||!this._height}get __autoSize(){return!this._width&&!this._height}setVisible(t){this._visible=t;const{leafer:e}=this.__leaf;e&&(e.watcher.hasVisible=!0)}setWidth(t){t<0?(this._width=-t,this.__leaf.scaleX*=-1,Ih.warn("width < 0, instead -scaleX ",this)):this._width=t}setHeight(t){t<0?(this._height=-t,this.__leaf.scaleY*=-1,Ih.warn("height < 0, instead -scaleY",this)):this._height=t}setFill(t){this.__naturalWidth&&this.__removeNaturalSize(),a(t)||!t?(Dh(this,"__isTransparentFill",Mh(t)),this.__isFills&&this.__removePaint("fill",!0),this._fill=t):_(t)&&this.__setPaint("fill",t)}setStroke(t){a(t)||!t?(Dh(this,"__isTransparentStroke",Mh(t)),this.__isStrokes&&this.__removePaint("stroke",!0),this._stroke=t):_(t)&&this.__setPaint("stroke",t)}setPath(t){const e=a(t);e||t&&_(t[0])?(this.__setInput("path",t),this._path=e?Ph(t):Ah(t)):(this.__input&&this.__removeInput("path"),this._path=t)}setShadow(t){zh(this,"shadow",t)}setInnerShadow(t){zh(this,"innerShadow",t)}setFilter(t){zh(this,"filter",t)}__computePaint(){const{fill:t,stroke:e}=this.__input;t&&Eh.compute("fill",this.__leaf),e&&Eh.compute("stroke",this.__leaf),this.__needComputePaint=void 0}__getRealStrokeWidth(t){let{strokeWidth:e,strokeWidthFixed:i}=this;if(t&&(t.strokeWidth&&(e=t.strokeWidth),o(t.strokeWidthFixed)||(i=t.strokeWidthFixed)),i){const t=this.__leaf.getClampRenderScale();return t>1?e/t:e}return e}__setPaint(t,e){this.__setInput(t,e);const i=this.__leaf.__layout;i.boxChanged||i.boxChange(),u(e)&&!e.length?this.__removePaint(t):"fill"===t?(this.__isFills=!0,this._fill||(this._fill=Fh)):(this.__isStrokes=!0,this._stroke||(this._stroke=Fh))}__removePaint(t,e){e&&this.__removeInput(t),Sh.recycleImage(t,this),"fill"===t?(Dh(this,"__isAlphaPixelFill",void 0),this._fill=this.__isFills=void 0):(Dh(this,"__isAlphaPixelStroke",void 0),Dh(this,"__hasMultiStrokeStyle",void 0),this._stroke=this.__isStrokes=void 0)}}function zh(t,e,i){t.__setInput(e,i),u(i)?(i.some(t=>!1===t.visible)&&(i=i.filter(t=>!1!==t.visible)),i.length||(i=void 0)):i=i&&!1!==i.visible?[i]:void 0,t["_"+e]=i}class Nh extends Wh{}class Yh extends Nh{get __boxStroke(){return!this.__pathInputed}get __drawAfterFill(){return this.__single||this.__clipAfterFill}get __clipAfterFill(){const t=this;return"hide"===t.overflow&&t.__leaf.children.length&&(t.__leaf.isOverflow||super.__clipAfterFill)}}class Hh extends Nh{__getInputData(t,e){const i=super.__getInputData(t,e);return de.forEach(t=>delete i[t]),i}}class Xh extends Yh{}class Vh extends Wh{}class Uh extends Wh{get __boxStroke(){return!this.__pathInputed}}class jh extends Wh{get __boxStroke(){return!this.__pathInputed}}class Gh extends Wh{}class Kh extends Wh{}class qh extends Wh{get __pathInputed(){return 2}}class Zh extends Nh{}const Jh={thin:100,"extra-light":200,light:300,normal:400,medium:500,"semi-bold":600,bold:700,"extra-bold":800,black:900};class $h extends Wh{get __useNaturalRatio(){return!1}setFontWeight(t){a(t)?(this.__setInput("fontWeight",t),t=Jh[t]||400):this.__input&&this.__removeInput("fontWeight"),this._fontWeight=t}setBoxStyle(t){let e=this.__leaf,i=e.__box;if(t){const{boxStyle:s}=this;if(i)for(let t in s)i[t]=void 0;else i=e.__box=Gt.get("Rect",0);const n=e.__layout,o=i.__layout;s||(i.parent=e,i.__world=e.__world,o.boxBounds=n.boxBounds),i.set(t),o.strokeChanged&&n.strokeChange(),o.renderChanged&&n.renderChange(),i.__updateChange()}else i&&(e.__box=i.parent=null,i.destroy());this._boxStyle=t}}class Qh extends Uh{setUrl(t){this.__setImageFill(t),this._url=t}__setImageFill(t){this.fill=t?{type:"image",mode:"stretch",url:t}:void 0}__getData(){const t=super.__getData();return delete t.fill,t}__getInputData(t,e){const i=super.__getInputData(t,e);return delete i.fill,i}}class tl extends Uh{get __isCanvas(){return!0}get __drawAfterFill(){return!0}__getInputData(t,e){const i=super.__getInputData(t,e);return i.url=this.__leaf.canvas.toDataURL("image/png"),i}}const el={__updateStrokeSpread(){let t=0,e=0;const i=this.__,{strokeAlign:s,__maxStrokeWidth:n}=i,o=this.__box;if((i.stroke||"all"===i.hitStroke)&&n&&"inside"!==s&&(e=t="center"===s?n/2:n,!i.__boxStroke)){const e=i.__isLinePath?0:10*t,s="none"===i.strokeCap?0:n;t+=Math.max(e,s)}return i.__useArrow&&(t+=5*n),o&&(t=Math.max(o.__layout.strokeSpread=o.__updateStrokeSpread(),t),e=o.__layout.strokeBoxSpread),this.__layout.strokeBoxSpread=e,t},__updateRenderSpread(){let t=0;const{shadow:e,innerShadow:i,blur:s,backgroundBlur:n,filter:o,renderSpread:r}=this.__;e&&e.forEach(e=>t=Math.max(t,Math.max(Math.abs(e.y),Math.abs(e.x))+(e.spread>0?e.spread:0)+1.5*e.blur)),s&&(t=Math.max(t,s)),o&&(t+=Th.getSpread(o)),r&&(t+=r);let a=t=Math.ceil(t);return i&&i.forEach(t=>a=Math.max(a,Math.max(Math.abs(t.y),Math.abs(t.x))+(t.spread<0?-t.spread:0)+1.5*t.blur)),n&&(a=Math.max(a,n)),this.__layout.renderShapeSpread=a,t+=this.__layout.strokeSpread||0,this.__box?Math.max(this.__box.__updateRenderSpread(),t):t}},{stintSet:il}=f,sl={__updateChange(){const t=this.__;if(t.__useStroke){const e=t.__useStroke=!(!t.stroke||!t.strokeWidth);il(this.__world,"half",e&&"center"===t.strokeAlign&&t.strokeWidth%2),il(t,"__fillAfterStroke",e&&"outside"===t.strokeAlign&&t.fill&&!t.__isTransparentFill)}if(t.__useEffect){const{shadow:e,fill:i,stroke:s}=t,n=t.innerShadow||t.blur||t.backgroundBlur||t.filter;il(t,"__isFastShadow",e&&!n&&e.length<2&&!e[0].spread&&i&&!t.__isTransparentFill&&!(u(i)&&i.length>1)&&(this.useFastShadow||!s||s&&"inside"===t.strokeAlign)),t.__useEffect=!(!e&&!n)}t.__checkSingle(),il(t,"__complex",t.__isFills||t.__isStrokes||t.cornerRadius||t.__useEffect)},__drawFast(t,e){nl(this,t,e)},__draw(t,e,i){const s=this.__;if(s.__complex){s.__needComputePaint&&s.__computePaint();const{fill:n,stroke:o,__drawAfterFill:r,__fillAfterStroke:a,__isFastShadow:h}=s;if(this.__drawRenderPath(t),s.__useEffect&&!h){const h=Eh.shape(this,t,e);this.__nowWorld=this.__getNowWorld(e);const{shadow:l,innerShadow:d,filter:c}=s;l&&Rh.shadow(this,t,h),a&&(s.__isStrokes?Eh.strokes(o,this,t):Eh.stroke(o,this,t)),n&&(s.__isFills?Eh.fills(n,this,t):Eh.fill(n,this,t)),r&&this.__drawAfterFill(t,e),d&&Rh.innerShadow(this,t,h),o&&!a&&(s.__isStrokes?Eh.strokes(o,this,t):Eh.stroke(o,this,t)),c&&Th.apply(c,this,this.__nowWorld,t,i,h),h.worldCanvas&&h.worldCanvas.recycle(),h.canvas.recycle()}else{if(a&&(s.__isStrokes?Eh.strokes(o,this,t):Eh.stroke(o,this,t)),h){const e=s.shadow[0],{scaleX:i,scaleY:n}=this.getRenderScaleData(!0,e.scaleFixed);t.save(),t.setWorldShadow(e.x*i,e.y*n,e.blur*i,xh.string(e.color))}n&&(s.__isFills?Eh.fills(n,this,t):Eh.fill(n,this,t)),h&&t.restore(),r&&this.__drawAfterFill(t,e),o&&!a&&(s.__isStrokes?Eh.strokes(o,this,t):Eh.stroke(o,this,t))}}else s.__pathInputed?nl(this,t,e):this.__drawFast(t,e)},__drawShape(t,e){this.__drawRenderPath(t);const i=this.__,{fill:s,stroke:n}=i;s&&!e.ignoreFill&&(i.__isAlphaPixelFill?Eh.fills(s,this,t):Eh.fill("#000000",this,t)),i.__isCanvas&&this.__drawAfterFill(t,e),n&&!e.ignoreStroke&&(i.__isAlphaPixelStroke?Eh.strokes(n,this,t):Eh.stroke("#000000",this,t))},__drawAfterFill(t,e){this.__.__clipAfterFill?(t.save(),t.clipUI(this),this.__drawContent(t,e),t.restore()):this.__drawContent(t,e)}};function nl(t,e,i){const{fill:s,stroke:n,__drawAfterFill:o,__fillAfterStroke:r}=t.__;t.__drawRenderPath(e),r&&Eh.stroke(n,t,e),s&&Eh.fill(s,t,e),o&&t.__drawAfterFill(e,i),n&&!r&&Eh.stroke(n,t,e)}const ol={__drawFast(t,e){let{x:i,y:s,width:n,height:o}=this.__layout.boxBounds;const{fill:r,stroke:a,__drawAfterFill:h}=this.__;if(r&&(t.fillStyle=r,t.fillRect(i,s,n,o)),h&&this.__drawAfterFill(t,e),a){const{strokeAlign:r,__strokeWidth:h}=this.__;if(!h)return;t.setStroke(a,h,this.__);const l=h/2;switch(r){case"center":t.strokeRect(0,0,n,o);break;case"inside":n-=h,o-=h,n<0||o<0?(t.save(),this.__clip(t,e),t.strokeRect(i+l,s+l,n,o),t.restore()):t.strokeRect(i+l,s+l,n,o);break;case"outside":t.strokeRect(i-l,s-l,n+h,o+h)}}}};var rl;let al=rl=class extends Ma{get app(){return this.leafer&&this.leafer.app}get isFrame(){return!1}set scale(t){b.assignScale(this,t)}get scale(){return this.__.scale}get isAutoWidth(){const t=this.__;return t.__autoWidth||t.autoWidth}get isAutoHeight(){const t=this.__;return t.__autoHeight||t.autoHeight}get pen(){const{path:t}=this.__;return xn.set(this.path=t||[]),t||this.__drawPathByBox(xn),xn}constructor(t){super(t)}reset(t){}set(t,e){t&&(e?"temp"===e?(this.lockNormalStyle=!0,Object.assign(this,t),this.lockNormalStyle=!1):this.animate(t,e):Object.assign(this,t))}get(t){return a(t)?this.__.__getInput(t):this.__.__getInputData(t)}createProxyData(){}find(t,e){return Vt.need("find")}findTag(t){return this.find({tag:t})}findOne(t,e){return Vt.need("find")}findId(t){return this.findOne({id:t})}getPath(t,e){this.__layout.update();let i=e?this.__.__pathForRender:this.__.path;return i||(xn.set(i=[]),this.__drawPathByBox(xn)),t?Ai.toCanvasData(i,!0):i}getPathString(t,e,i){return Ai.stringify(this.getPath(t,e),i)}load(){this.__.__computePaint()}__onUpdateSize(){if(this.__.__input){const t=this.__;!t.lazy||this.__inLazyBounds||Ch.running?t.__computePaint():t.__needComputePaint=!0}}__updateRenderPath(){const t=this.__;t.path?(t.__pathForRender=t.cornerRadius?wn.smooth(t.path,t.cornerRadius,t.cornerSmoothing):t.path,t.__useArrow&&kh.addArrows(this,!t.cornerRadius)):t.__pathForRender&&(t.__pathForRender=void 0)}__drawRenderPath(t){t.beginPath(),this.__drawPathByData(t,this.__.__pathForRender)}__drawPath(t){t.beginPath(),this.__drawPathByData(t,this.__.path)}__drawPathByData(t,e){e?Ds.drawPathByData(t,e):this.__drawPathByBox(t)}__drawPathByBox(t){const{x:e,y:i,width:s,height:n}=this.__layout.boxBounds;if(this.__.cornerRadius){const{cornerRadius:o}=this.__;t.roundRect(e,i,s,n,l(o)?[o]:o)}else t.rect(e,i,s,n)}drawImagePlaceholder(t,e){Eh.fill(this.__.placeholderColor,this,t)}animate(t,e,i,s){return Vt.need("animate")}killAnimate(t,e){}export(t,e){return Vt.need("export")}syncExport(t,e){return Vt.need("export")}clone(t){const e=f.clone(this.toJSON());return t&&Object.assign(e,t),rl.one(e)}static one(t,e,i,s,n){return Gt.get(t.tag||this.prototype.__tag,t,e,i,s,n)}static registerUI(){Bo()(this)}static registerData(t){fo(t)(this.prototype)}static setEditConfig(t){}static setEditOuter(t){}static setEditInner(t){}destroy(){this.fill=this.stroke=null,this.__animate&&this.killAnimate(),super.destroy()}};Qt([fo(Wh)],al.prototype,"__",void 0),Qt([mh()],al.prototype,"zoomLayer",void 0),Qt([Un("")],al.prototype,"id",void 0),Qt([Un("")],al.prototype,"name",void 0),Qt([Un("")],al.prototype,"className",void 0),Qt([oo("pass-through")],al.prototype,"blendMode",void 0),Qt([ro(1)],al.prototype,"opacity",void 0),Qt([ao(!0)],al.prototype,"visible",void 0),Qt([oo(!1)],al.prototype,"locked",void 0),Qt([oo(!1)],al.prototype,"dim",void 0),Qt([oo(!1)],al.prototype,"dimskip",void 0),Qt([co(0)],al.prototype,"zIndex",void 0),Qt([uo(!1)],al.prototype,"mask",void 0),Qt([_o(!1)],al.prototype,"eraser",void 0),Qt([jn(0,!0)],al.prototype,"x",void 0),Qt([jn(0,!0)],al.prototype,"y",void 0),Qt([Zn(100,!0)],al.prototype,"width",void 0),Qt([Zn(100,!0)],al.prototype,"height",void 0),Qt([Kn(1,!0)],al.prototype,"scaleX",void 0),Qt([Kn(1,!0)],al.prototype,"scaleY",void 0),Qt([qn(0,!0)],al.prototype,"rotation",void 0),Qt([qn(0,!0)],al.prototype,"skewX",void 0),Qt([qn(0,!0)],al.prototype,"skewY",void 0),Qt([jn(0,!0)],al.prototype,"offsetX",void 0),Qt([jn(0,!0)],al.prototype,"offsetY",void 0),Qt([jn(0,!0)],al.prototype,"scrollX",void 0),Qt([jn(0,!0)],al.prototype,"scrollY",void 0),Qt([Gn()],al.prototype,"origin",void 0),Qt([Gn()],al.prototype,"around",void 0),Qt([Un(!1)],al.prototype,"lazy",void 0),Qt([Jn(1)],al.prototype,"pixelRatio",void 0),Qt([no(0)],al.prototype,"renderSpread",void 0),Qt([Qn()],al.prototype,"path",void 0),Qt([to()],al.prototype,"windingRule",void 0),Qt([to(!0)],al.prototype,"closed",void 0),Qt([Zn(0)],al.prototype,"padding",void 0),Qt([Zn(!1)],al.prototype,"lockRatio",void 0),Qt([Zn()],al.prototype,"widthRange",void 0),Qt([Zn()],al.prototype,"heightRange",void 0),Qt([Un(!1)],al.prototype,"draggable",void 0),Qt([Un()],al.prototype,"dragBounds",void 0),Qt([Un(!1)],al.prototype,"editable",void 0),Qt([po(!0)],al.prototype,"hittable",void 0),Qt([po("path")],al.prototype,"hitFill",void 0),Qt([so("path")],al.prototype,"hitStroke",void 0),Qt([po(!1)],al.prototype,"hitBox",void 0),Qt([po(!0)],al.prototype,"hitChildren",void 0),Qt([po(!0)],al.prototype,"hitSelf",void 0),Qt([po()],al.prototype,"hitRadius",void 0),Qt([go("")],al.prototype,"cursor",void 0),Qt([oo()],al.prototype,"fill",void 0),Qt([so(void 0,!0)],al.prototype,"stroke",void 0),Qt([so("inside")],al.prototype,"strokeAlign",void 0),Qt([so(1,!0)],al.prototype,"strokeWidth",void 0),Qt([so(!1)],al.prototype,"strokeWidthFixed",void 0),Qt([so("none")],al.prototype,"strokeCap",void 0),Qt([so("miter")],al.prototype,"strokeJoin",void 0),Qt([so()],al.prototype,"dashPattern",void 0),Qt([so(0)],al.prototype,"dashOffset",void 0),Qt([so(10)],al.prototype,"miterLimit",void 0),Qt([to(0)],al.prototype,"cornerRadius",void 0),Qt([to()],al.prototype,"cornerSmoothing",void 0),Qt([fh()],al.prototype,"shadow",void 0),Qt([fh()],al.prototype,"innerShadow",void 0),Qt([fh()],al.prototype,"blur",void 0),Qt([fh()],al.prototype,"backgroundBlur",void 0),Qt([fh()],al.prototype,"grayscale",void 0),Qt([fh()],al.prototype,"filter",void 0),Qt([oo()],al.prototype,"placeholderColor",void 0),Qt([Un(100)],al.prototype,"placeholderDelay",void 0),Qt([Un({})],al.prototype,"data",void 0),Qt([bo(Ma.prototype.reset)],al.prototype,"reset",null),al=rl=Qt([So(el),So(sl),ko()],al);let hl=class extends al{get __tag(){return"Group"}get isBranch(){return!0}constructor(t){super(t)}reset(t){this.__setBranch(),super.reset(t)}__setBranch(){this.children||(this.children=[])}set(t,e){if(t)if(t.children){const{children:i}=t;delete t.children,this.children?this.clear():this.__setBranch(),super.set(t,e),i.forEach(t=>this.add(t)),t.children=i}else super.set(t,e)}toJSON(t){const e=super.toJSON(t);return this.childlessJSON||(e.children=this.children.map(e=>e.toJSON(t))),e}pick(t,e){}addAt(t,e){this.add(t,e)}addAfter(t,e){this.add(t,this.children.indexOf(e)+1)}addBefore(t,e){this.add(t,this.children.indexOf(e))}add(t,e){}addMany(...t){}remove(t,e){}removeAll(t){}clear(){}};var ll;Qt([fo(Nh)],hl.prototype,"__",void 0),Qt([Zn(0)],hl.prototype,"width",void 0),Qt([Zn(0)],hl.prototype,"height",void 0),hl=Qt([So(Ua),Bo()],hl);const dl=It.get("Leafer");let cl=ll=class extends hl{get __tag(){return"Leafer"}get isApp(){return!1}get app(){return this.parent||this}get isLeafer(){return!0}get imageReady(){return this.viewReady&&On.isComplete}get layoutLocked(){return!this.layouter.running}get FPS(){return this.renderer?this.renderer.FPS:60}get cursorPoint(){return this.interaction&&this.interaction.hoverData||{x:this.width/2,y:this.height/2}}get clientBounds(){return this.canvas&&this.canvas.getClientBounds(!0)||{x:0,y:0,width:0,height:0}}constructor(t,e){super(e),this.config={start:!0,hittable:!0,smooth:!0,lazySpeard:100},this.leafs=0,this.__eventIds=[],this.__controllers=[],this.__readyWait=[],this.__viewReadyWait=[],this.__viewCompletedWait=[],this.__nextRenderWait=[],this.userConfig=t,t&&(t.view||t.width)&&this.init(t),ll.list.add(this)}init(t,e){if(this.canvas)return;let i;const{config:s}=this;this.__setLeafer(this),e&&(this.parentApp=e,this.__bindApp(e),i=e.running),t&&(this.parent=e,this.initType(t.type),this.parent=void 0,f.assign(s,t));const n=this.canvas=Ut.canvas(s);this.__controllers.push(this.renderer=Ut.renderer(this,n,s),this.watcher=Ut.watcher(this,s),this.layouter=Ut.layouter(this,s)),this.isApp&&this.__setApp(),this.__checkAutoLayout(s,e),this.view=n.view,e||(this.selector=Ut.selector(this),this.interaction=Ut.interaction(this,n,this.selector,s),this.interaction&&(this.__controllers.unshift(this.interaction),this.hitCanvasManager=Ut.hitCanvasManager()),this.canvasManager=new $t,i=s.start),this.hittable=s.hittable,this.fill=s.fill,this.canvasManager.add(n),this.__listenEvents(),i&&(this.__startTimer=setTimeout(this.start.bind(this))),er.run(this.__initWait),this.onInit()}onInit(){}initType(t){}set(t,e){this.waitInit(()=>{super.set(t,e)})}start(){clearTimeout(this.__startTimer),!this.running&&this.canvas&&(this.running=!0,this.ready?this.emitLeafer(Br.RESTART):this.emitLeafer(Br.START),this.__controllers.forEach(t=>t.start()),this.isApp||this.renderer.render())}stop(){clearTimeout(this.__startTimer),this.running&&this.canvas&&(this.__controllers.forEach(t=>t.stop()),this.running=!1,this.emitLeafer(Br.STOP))}unlockLayout(){this.layouter.start(),this.updateLayout()}lockLayout(){this.updateLayout(),this.layouter.stop()}resize(t){const e=f.copyAttrs({},t,de);Object.keys(e).forEach(t=>this[t]=e[t])}forceRender(t,e){const{renderer:i}=this;i&&(i.addBlock(t?new Pt(t):this.canvas.bounds),this.viewReady&&(e?i.render():i.update()))}requestRender(t=!1){this.renderer&&this.renderer.update(t)}updateCursor(t){const e=this.interaction;e&&(t?e.setCursor(t):e.updateCursor())}updateLazyBounds(){this.lazyBounds=this.canvas.bounds.clone().spread(this.config.lazySpeard)}__doResize(t){const{canvas:e}=this;if(!e||e.isSameSize(t))return;const i=f.copyAttrs({},this.canvas,de);e.resize(t),this.updateLazyBounds(),this.__onResize(new br(t,i))}__onResize(t){this.emitEvent(t),f.copyAttrs(this.__,t,de),setTimeout(()=>{this.canvasManager&&this.canvasManager.clearRecycled()},0)}__setApp(){}__bindApp(t){this.selector=t.selector,this.interaction=t.interaction,this.canvasManager=t.canvasManager,this.hitCanvasManager=t.hitCanvasManager}__setLeafer(t){this.leafer=t,this.__level=1}__checkAutoLayout(t,e){e||(t.width&&t.height||(this.autoLayout=new Dt(t)),this.canvas.startAutoLayout(this.autoLayout,this.__onResize.bind(this)))}__setAttr(t,e){return this.canvas&&(de.includes(t)?this.__changeCanvasSize(t,e):"fill"===t?this.__changeFill(e):"hittable"===t?this.parent||(this.canvas.hittable=e):"zIndex"===t&&(this.canvas.zIndex=e,setTimeout(()=>this.parent&&this.parent.__updateSortChildren()))),super.__setAttr(t,e)}__getAttr(t){return this.canvas&&de.includes(t)?this.canvas[t]:super.__getAttr(t)}__changeCanvasSize(t,e){const i=f.copyAttrs({},this.canvas,de);i[t]=this.config[t]=e,e&&this.canvas.stopAutoLayout(),this.__doResize(i)}__changeFill(t){this.config.fill=t,this.canvas.allowBackgroundColor?this.canvas.backgroundColor=t:this.forceRender()}__onCreated(){this.created=!0}__onReady(){this.ready=!0,this.emitLeafer(Br.BEFORE_READY),this.emitLeafer(Br.READY),this.emitLeafer(Br.AFTER_READY),er.run(this.__readyWait)}__onViewReady(){this.viewReady||(this.viewReady=!0,this.emitLeafer(Br.VIEW_READY),er.run(this.__viewReadyWait))}__onLayoutEnd(){const{grow:t,width:e,height:i}=this.config;if(t){let{width:s,height:n,pixelRatio:o}=this;const r="box"===t?this.worldBoxBounds:this.__world;e||(s=Math.max(1,r.x+r.width)),i||(n=Math.max(1,r.y+r.height)),this.__doResize({width:s,height:n,pixelRatio:o})}this.ready||this.__onReady()}__onNextRender(){if(this.viewReady){er.run(this.__nextRenderWait);const{imageReady:t}=this;t&&!this.viewCompleted&&this.__checkViewCompleted(),t||(this.viewCompleted=!1,this.requestRender())}else this.requestRender()}__checkViewCompleted(t=!0){this.nextRender(()=>{this.imageReady&&(t&&this.emitLeafer(Br.VIEW_COMPLETED),er.run(this.__viewCompletedWait),this.viewCompleted=!0)})}__onWatchData(){this.watcher.childrenChanged&&this.interaction&&this.nextRender(()=>this.interaction.updateCursor())}waitInit(t,e){e&&(t=t.bind(e)),this.__initWait||(this.__initWait=[]),this.canvas?t():this.__initWait.push(t)}waitReady(t,e){e&&(t=t.bind(e)),this.ready?t():this.__readyWait.push(t)}waitViewReady(t,e){e&&(t=t.bind(e)),this.viewReady?t():this.__viewReadyWait.push(t)}waitViewCompleted(t,e){e&&(t=t.bind(e)),this.__viewCompletedWait.push(t),this.viewCompleted?this.__checkViewCompleted(!1):this.running||this.start()}nextRender(t,e,i){e&&(t=t.bind(e));const s=this.__nextRenderWait;if(i){for(let e=0;e<s.length;e++)if(s[e]===t){s.splice(e,1);break}}else s.push(t);this.requestRender()}zoom(t,e,i,s){return Vt.need("view")}getValidMove(t,e){return{x:t,y:e}}getValidScale(t){return t}getWorldPointByClient(t,e){return this.interaction&&this.interaction.getLocal(t,e)}getPagePointByClient(t,e){return this.getPagePoint(this.getWorldPointByClient(t,e))}getClientPointByWorld(t){const{x:e,y:i}=this.clientBounds;return{x:e+t.x,y:i+t.y}}updateClientBounds(){this.canvas&&this.canvas.updateClientBounds()}receiveEvent(t){}emitLeafer(t){this.emitEvent(new Br(t,this))}__listenEvents(){const t=Yt.start("FirstCreate "+this.innerName);this.once([[Br.START,()=>Yt.end(t)],[Er.START,this.updateLazyBounds,this],[Sr.START,this.__onCreated,this],[Sr.END,this.__onViewReady,this]]),this.__eventIds.push(this.on_([[kr.DATA,this.__onWatchData,this],[Er.END,this.__onLayoutEnd,this],[Sr.NEXT,this.__onNextRender,this]]))}__removeListenEvents(){this.off_(this.__eventIds)}destroy(t){const e=()=>{if(!this.destroyed){ll.list.remove(this);try{this.stop(),this.emitLeafer(Br.END),this.__removeListenEvents(),this.__controllers.forEach(t=>!(this.parent&&t===this.interaction)&&t.destroy()),this.__controllers.length=0,this.parent||(this.selector&&this.selector.destroy(),this.hitCanvasManager&&this.hitCanvasManager.destroy(),this.canvasManager.destroy()),this.canvas.destroy(),this.config.view=this.view=this.parentApp=null,this.userConfig&&(this.userConfig.view=null),super.destroy(),setTimeout(()=>{Pn.clearRecycled()},100)}catch(t){dl.error(t)}}};t?e():setTimeout(e)}};cl.list=new ja,Qt([fo(Hh)],cl.prototype,"__",void 0),Qt([Zn()],cl.prototype,"pixelRatio",void 0),cl=ll=Qt([Bo()],cl);let ul=class extends al{get __tag(){return"Rect"}constructor(t){super(t)}};Qt([fo(Uh)],ul.prototype,"__",void 0),ul=Qt([So(ol),ko(),Bo()],ul);const{copy:_l,add:pl,includes:gl}=Tt,fl=ul.prototype,yl=hl.prototype,ml={};let vl=class extends hl{get __tag(){return"Box"}get isBranchLeaf(){return!0}constructor(t){super(t),this.__layout.renderChanged||this.__layout.renderChange()}__updateStrokeSpread(){return 0}__updateRectRenderSpread(){return 0}__updateRenderSpread(){return this.__updateRectRenderSpread()||-1}__updateRectBoxBounds(){}__updateBoxBounds(t){if(this.children.length&&!this.pathInputed){const t=this.__;if(t.__autoSide){t.__hasSurface&&this.__extraUpdate(),super.__updateBoxBounds();const{boxBounds:e}=this.__layout;t.__autoSize||(t.__autoWidth?(e.width+=e.x,e.x=0,e.height=t.height,e.y=0):(e.height+=e.y,e.y=0,e.width=t.width,e.x=0)),this.__updateNaturalSize()}else this.__updateRectBoxBounds()}else this.__updateRectBoxBounds()}__updateStrokeBounds(){}__updateRenderBounds(){let t;if(this.children.length){const e=this.__,{renderBounds:i,boxBounds:s}=this.__layout;super.__updateRenderBounds(),_l(ml,i),this.__updateRectRenderBounds(),(e.scrollY||e.scrollX)&&(ml.x+=e.scrollX,ml.y+=e.scrollY),t=!gl(s,ml),t&&"hide"!==e.overflow&&pl(i,ml)}else this.__updateRectRenderBounds();f.stintSet(this,"isOverflow",t),this.__updateScrollBar()}__updateRectRenderBounds(){}__updateScrollBar(){}__updateRectChange(){}__updateChange(){super.__updateChange(),this.__updateRectChange()}__renderRect(t,e){}__renderGroup(t,e){}__render(t,e){this.__.__drawAfterFill?this.__renderRect(t,e):(this.__renderRect(t,e),this.children.length&&this.__renderGroup(t,e)),this.scrollBar&&this.scrollBar.__render(t,e)}__drawContent(t,e){this.__renderGroup(t,e),(this.__.__useStroke||this.__.__useEffect)&&(t.setWorld(this.__nowWorld),this.__drawRenderPath(t))}};Qt([fo(Yh)],vl.prototype,"__",void 0),Qt([Zn(100)],vl.prototype,"width",void 0),Qt([Zn(100)],vl.prototype,"height",void 0),Qt([Un(!1)],vl.prototype,"resizeChildren",void 0),Qt([no("show")],vl.prototype,"overflow",void 0),Qt([bo(fl.__updateStrokeSpread)],vl.prototype,"__updateStrokeSpread",null),Qt([bo(fl.__updateRenderSpread)],vl.prototype,"__updateRectRenderSpread",null),Qt([bo(fl.__updateBoxBounds)],vl.prototype,"__updateRectBoxBounds",null),Qt([bo(fl.__updateStrokeBounds)],vl.prototype,"__updateStrokeBounds",null),Qt([bo(fl.__updateRenderBounds)],vl.prototype,"__updateRectRenderBounds",null),Qt([bo(fl.__updateChange)],vl.prototype,"__updateRectChange",null),Qt([bo(fl.__render)],vl.prototype,"__renderRect",null),Qt([bo(yl.__render)],vl.prototype,"__renderGroup",null),vl=Qt([ko(),Bo()],vl);let wl=class extends vl{get __tag(){return"Frame"}get isFrame(){return!0}constructor(t){super(t)}};Qt([fo(Xh)],wl.prototype,"__",void 0),Qt([oo("#FFFFFF")],wl.prototype,"fill",void 0),Qt([no("hide")],wl.prototype,"overflow",void 0),wl=Qt([Bo()],wl);const{moveTo:xl,closePath:bl,ellipse:kl}=is;let El=class extends al{get __tag(){return"Ellipse"}constructor(t){super(t)}__updatePath(){const{width:e,height:i,innerRadius:s,startAngle:n,endAngle:o}=this.__,r=e/2,a=i/2,h=this.__.path=[];s?(n||o?(s<1&&kl(h,r,a,r*s,a*s,0,n,o,!1),kl(h,r,a,r,a,0,o,n,!0),s<1&&bl(h)):(s<1&&(kl(h,r,a,r*s,a*s),xl(h,e,a)),kl(h,r,a,r,a,0,360,0,!0)),t.ellipseToCurve&&(this.__.path=this.getPath(!0))):n||o?(xl(h,r,a),kl(h,r,a,r,a,0,n,o,!1),bl(h)):kl(h,r,a,r,a)}};Qt([fo(jh)],El.prototype,"__",void 0),Qt([to(0)],El.prototype,"innerRadius",void 0),Qt([to(0)],El.prototype,"startAngle",void 0),Qt([to(0)],El.prototype,"endAngle",void 0),El=Qt([Bo()],El);const{moveTo:Sl,lineTo:Bl,drawPoints:Rl}=is,{rotate:Tl,getAngle:Cl,getDistance:Ol,defaultPoint:Ll}=K,{toBounds:Pl}=_n;let Al=class extends al{get __tag(){return"Line"}get toPoint(){const{width:t,rotation:e}=this.__,i={x:0,y:0};return t&&(i.x=t),e&&Tl(i,e),i}set toPoint(t){this.width=Ol(Ll,t),this.rotation=Cl(Ll,t),this.height&&(this.height=0)}constructor(t){super(t)}__updatePath(){const t=this.__,e=t.path=[];t.points?Rl(e,t.points,!1,t.closed):(Sl(e,0,0),Bl(e,this.width,0))}__updateRenderPath(){const t=this.__;!this.pathInputed&&t.points&&t.curve?(Rl(t.__pathForRender=[],t.points,t.curve,t.closed),t.__useArrow&&kh.addArrows(this,!1)):super.__updateRenderPath()}__updateBoxBounds(){this.points?Pl(this.__.__pathForRender,this.__layout.boxBounds):super.__updateBoxBounds()}};Qt([fo(Vh)],Al.prototype,"__",void 0),Qt([eo("center")],Al.prototype,"strokeAlign",void 0),Qt([Zn(0)],Al.prototype,"height",void 0),Qt([to()],Al.prototype,"points",void 0),Qt([to(0)],Al.prototype,"curve",void 0),Qt([to(!1)],Al.prototype,"closed",void 0),Al=Qt([Bo()],Al);const{sin:Dl,cos:Ml,PI:Fl}=Math,{moveTo:Il,lineTo:Wl,closePath:zl,drawPoints:Nl}=is,Yl=Al.prototype;let Hl=class extends al{get __tag(){return"Polygon"}constructor(t){super(t)}__updatePath(){const t=this.__.path=[];if(this.__.points)Nl(t,this.__.points,!1,!0);else{const{width:e,height:i,sides:s}=this.__,n=e/2,o=i/2;Il(t,n,0);for(let e=1;e<s;e++)Wl(t,n+n*Dl(2*e*Fl/s),o-o*Ml(2*e*Fl/s));zl(t)}}__updateRenderPath(){}__updateBoxBounds(){}};Qt([fo(Gh)],Hl.prototype,"__",void 0),Qt([to(3)],Hl.prototype,"sides",void 0),Qt([to()],Hl.prototype,"points",void 0),Qt([to(0)],Hl.prototype,"curve",void 0),Qt([bo(Yl.__updateRenderPath)],Hl.prototype,"__updateRenderPath",null),Qt([bo(Yl.__updateBoxBounds)],Hl.prototype,"__updateBoxBounds",null),Hl=Qt([ko(),Bo()],Hl);const{sin:Xl,cos:Vl,PI:Ul}=Math,{moveTo:jl,lineTo:Gl,closePath:Kl}=is;let ql=class extends al{get __tag(){return"Star"}constructor(t){super(t)}__updatePath(){const{width:t,height:e,corners:i,innerRadius:s}=this.__,n=t/2,o=e/2,r=this.__.path=[];jl(r,n,0);for(let t=1;t<2*i;t++)Gl(r,n+(t%2==0?n:n*s)*Xl(t*Ul/i),o-(t%2==0?o:o*s)*Vl(t*Ul/i));Kl(r)}};Qt([fo(Kh)],ql.prototype,"__",void 0),Qt([to(5)],ql.prototype,"corners",void 0),Qt([to(.382)],ql.prototype,"innerRadius",void 0),ql=Qt([Bo()],ql);let Zl=class extends ul{get __tag(){return"Image"}get ready(){const{image:t}=this;return t&&t.ready}get image(){const{fill:t}=this.__;return u(t)&&t[0].image}constructor(t){super(t)}};Qt([fo(Qh)],Zl.prototype,"__",void 0),Qt([Zn("")],Zl.prototype,"url",void 0),Zl=Qt([Bo()],Zl);const Jl=Zl;let $l=class extends ul{get __tag(){return"Canvas"}get context(){return this.canvas.context}get ready(){return!this.url}constructor(t){super(t),this.canvas=Ut.canvas(this.__),t&&t.url&&this.drawImage(t.url)}drawImage(t){new Wn({url:t}).load(t=>{this.context.drawImage(t.view,0,0),this.url=void 0,this.paint(),this.emitEvent(new gr(gr.LOADED,{image:t}))})}draw(t,e,i,s){const n=new et(t.worldTransform).invert(),o=new et;e&&o.translate(e.x,e.y),i&&(l(i)?o.scale(i):o.scale(i.x,i.y)),s&&o.rotate(s),n.multiplyParent(o),t.__render(this.canvas,{matrix:n.withScale()}),this.paint()}paint(){this.forceRender()}__drawContent(t,e){const{width:i,height:s}=this.__,{view:n}=this.canvas;t.drawImage(n,0,0,n.width,n.height,0,0,i,s)}__updateSize(){const{canvas:t}=this;if(t){const{smooth:e,safeResize:i}=this.__;t.resize(this.__,i),t.smooth!==e&&(t.smooth=e)}}destroy(){this.canvas&&(this.canvas.destroy(),this.canvas=null),super.destroy()}};Qt([fo(tl)],$l.prototype,"__",void 0),Qt([yh(100)],$l.prototype,"width",void 0),Qt([yh(100)],$l.prototype,"height",void 0),Qt([yh(1)],$l.prototype,"pixelRatio",void 0),Qt([yh(!0)],$l.prototype,"smooth",void 0),Qt([Un(!1)],$l.prototype,"safeResize",void 0),Qt([yh()],$l.prototype,"contextSettings",void 0),$l=Qt([Bo()],$l);const{copyAndSpread:Ql,includes:td,spread:ed,setList:id}=Tt;let sd=class extends al{get __tag(){return"Text"}get textDrawData(){return this.updateLayout(),this.__.__textDrawData}constructor(t){super(t)}__updateTextDrawData(){const t=this.__,{lineHeight:e,letterSpacing:i,fontFamily:s,fontSize:n,fontWeight:o,italic:r,textCase:a,textOverflow:h,padding:l}=t;t.__lineHeight=bh.number(e,n),t.__letterSpacing=bh.number(i,n),t.__padding=l?b.fourNumber(l):void 0,t.__baseLine=t.__lineHeight-(t.__lineHeight-.7*n)/2,t.__font=`${r?"italic ":""}${"small-caps"===a?"small-caps ":""}${"normal"!==o?o+" ":""}${n}px ${s}`,t.__clipText="show"!==h&&!t.__autoSize,t.__textDrawData=wh.getDrawData((t.__isPlacehold=t.placeholder&&""===t.text)?t.placeholder:t.text,this.__)}__updateBoxBounds(){const t=this.__,e=this.__layout,{fontSize:i,italic:s,padding:n,__autoWidth:o,__autoHeight:r}=t;this.__updateTextDrawData();const{bounds:a}=t.__textDrawData,h=e.boxBounds;if(e.contentBounds=a,t.__lineHeight<i&&ed(a,i/2),o||r){if(h.x=o?a.x:0,h.y=r?a.y:0,h.width=o?a.width:t.width,h.height=r?a.height:t.height,n){const[e,i,s,n]=t.__padding;o&&(h.x-=n,h.width+=i+n),r&&(h.y-=e,h.height+=s+e)}this.__updateNaturalSize()}else super.__updateBoxBounds();s&&(h.width+=.16*i),f.stintSet(this,"isOverflow",!td(h,a)),this.isOverflow?(id(t.__textBoxBounds={},[h,a]),e.renderChanged=!0):t.__textBoxBounds=h}__onUpdateSize(){this.__box&&this.__box.__onUpdateSize(),super.__onUpdateSize()}__updateRenderSpread(){let t=super.__updateRenderSpread();return t||(t=this.isOverflow?1:0),t}__updateRenderBounds(){const{renderBounds:t,renderSpread:e}=this.__layout;Ql(t,this.__.__textBoxBounds,e),this.__box&&(this.__box.__layout.renderBounds=t)}__drawRenderPath(t){t.font=this.__.__font}__draw(t,e,i){const s=this.__box;s&&(s.__nowWorld=this.__nowWorld,s.__draw(t,e,i)),this.textEditing&&!e.exporting||super.__draw(t,e,i)}__drawShape(t,e){e.shape&&this.__box&&this.__box.__drawShape(t,e),super.__drawShape(t,e)}destroy(){this.boxStyle&&(this.boxStyle=null),super.destroy()}};Qt([fo($h)],sd.prototype,"__",void 0),Qt([Zn(0)],sd.prototype,"width",void 0),Qt([Zn(0)],sd.prototype,"height",void 0),Qt([oo()],sd.prototype,"boxStyle",void 0),Qt([Un(!1)],sd.prototype,"resizeFontSize",void 0),Qt([oo("#000000")],sd.prototype,"fill",void 0),Qt([eo("outside")],sd.prototype,"strokeAlign",void 0),Qt([po("all")],sd.prototype,"hitFill",void 0),Qt([Zn("")],sd.prototype,"text",void 0),Qt([Zn("")],sd.prototype,"placeholder",void 0),Qt([Zn("caption")],sd.prototype,"fontFamily",void 0),Qt([Zn(12)],sd.prototype,"fontSize",void 0),Qt([Zn("normal")],sd.prototype,"fontWeight",void 0),Qt([Zn(!1)],sd.prototype,"italic",void 0),Qt([Zn("none")],sd.prototype,"textCase",void 0),Qt([Zn("none")],sd.prototype,"textDecoration",void 0),Qt([Zn(0)],sd.prototype,"letterSpacing",void 0),Qt([Zn({type:"percent",value:1.5})],sd.prototype,"lineHeight",void 0),Qt([Zn(0)],sd.prototype,"paraIndent",void 0),Qt([Zn(0)],sd.prototype,"paraSpacing",void 0),Qt([Zn("x")],sd.prototype,"writingMode",void 0),Qt([Zn("left")],sd.prototype,"textAlign",void 0),Qt([Zn("top")],sd.prototype,"verticalAlign",void 0),Qt([Zn(!0)],sd.prototype,"autoSizeAlign",void 0),Qt([Zn("normal")],sd.prototype,"textWrap",void 0),Qt([Zn("show")],sd.prototype,"textOverflow",void 0),Qt([oo(!1)],sd.prototype,"textEditing",void 0),sd=Qt([Bo()],sd);let nd=class extends al{get __tag(){return"Path"}constructor(t){super(t)}};Qt([fo(qh)],nd.prototype,"__",void 0),Qt([eo("center")],nd.prototype,"strokeAlign",void 0),nd=Qt([Bo()],nd);let od=class extends hl{get __tag(){return"Pen"}constructor(t){super(t)}setStyle(t){const e=this.pathElement=new nd(t);return this.pathStyle=t,this.__path=e.path||(e.path=[]),this.add(e),this}beginPath(){return this}moveTo(t,e){return this}lineTo(t,e){return this}bezierCurveTo(t,e,i,s,n,o){return this}quadraticCurveTo(t,e,i,s){return this}closePath(){return this}rect(t,e,i,s){return this}roundRect(t,e,i,s,n){return this}ellipse(t,e,i,s,n,o,r,a){return this}arc(t,e,i,s,n,o){return this}arcTo(t,e,i,s,n){return this}drawEllipse(t,e,i,s,n,o,r,a){return this}drawArc(t,e,i,s,n,o){return this}drawPoints(t,e,i){return this}clearPath(){return this}paint(){this.pathElement.__layout.boxChanged||this.pathElement.forceUpdate("path")}};Qt([fo(Zh)],od.prototype,"__",void 0),Qt([(t,e)=>{zn(t,e,{get(){return this.__path}})}],od.prototype,"path",void 0),od=Qt([So(vs,["set","path","paint"]),Bo()],od);let rd=class extends cl{get __tag(){return"App"}get isApp(){return!0}constructor(t,e){super(t,e)}init(t,e){if(super.init(t,e),t){const{ground:e,tree:i,sky:s,editor:n}=t;e&&(this.ground=this.addLeafer(e)),(i||n)&&(this.tree=this.addLeafer(i||{type:t.type||"design"})),(s||n)&&(this.sky=this.addLeafer(s)),n&&Ut.editor(n,this)}}__setApp(){const{canvas:t}=this,{realCanvas:e,view:i}=this.config;e||i===this.canvas.view||!t.parentView?this.realCanvas=!0:t.unrealCanvas(),this.leafer=this,this.watcher.disable(),this.layouter.disable()}__updateLocalBounds(){this.forEach(t=>t.updateLayout()),super.__updateLocalBounds()}start(){super.start(),this.forEach(t=>t.start())}stop(){this.forEach(t=>t.stop()),super.stop()}unlockLayout(){super.unlockLayout(),this.forEach(t=>t.unlockLayout())}lockLayout(){super.lockLayout(),this.forEach(t=>t.lockLayout())}forceRender(t,e){this.forEach(i=>i.forceRender(t,e))}addLeafer(t){const e=new cl(t);return this.add(e),e}add(t,e){if(!t.view){if(this.realCanvas&&!this.canvas.bounds)return void setTimeout(()=>this.add(t,e),10);t.init(this.__getChildConfig(t.userConfig),this)}super.add(t,e),o(e)||(t.canvas.childIndex=e),this.__listenChildEvents(t)}forEach(t){this.children.forEach(t)}__onCreated(){this.created=this.children.every(t=>t.created)}__onReady(){this.children.every(t=>t.ready)&&super.__onReady()}__onViewReady(){this.children.every(t=>t.viewReady)&&super.__onViewReady()}__onChildRenderEnd(t){this.renderer.addBlock(t.renderBounds),this.viewReady&&this.renderer.update()}__render(t,e){t.context&&this.forEach(i=>e.matrix?i.__render(t,e):t.copyWorld(i.canvas,e&&e.bounds))}__onResize(t){this.forEach(e=>e.resize(t)),super.__onResize(t)}updateLayout(){this.forEach(t=>t.updateLayout())}__getChildConfig(t){const e=Object.assign({},this.config);return e.hittable=e.realCanvas=void 0,t&&f.assign(e,t),this.autoLayout&&f.copyAttrs(e,this,de),e.view=this.realCanvas?void 0:this.view,e.fill=void 0,e}__listenChildEvents(t){t.once([[Er.END,this.__onReady,this],[Sr.START,this.__onCreated,this],[Sr.END,this.__onViewReady,this]]),this.realCanvas&&this.__eventIds.push(t.on_(Sr.END,this.__onChildRenderEnd,this))}};rd=Qt([Bo()],rd);const ad={},hd={isHoldSpaceKey:()=>hd.isHold("Space"),isHold:t=>ad[t],isHoldKeys:(t,e)=>e?t(e):void 0,setDownCode(t){ad[t]||(ad[t]=!0)},setUpCode(t){ad[t]=!1}},ld={LEFT:1,RIGHT:2,MIDDLE:4,defaultLeft(t){t.buttons||(t.buttons=1)},left:t=>1===t.buttons,right:t=>2===t.buttons,middle:t=>4===t.buttons};class dd extends ur{get spaceKey(){return hd.isHoldSpaceKey()}get left(){return ld.left(this)}get right(){return ld.right(this)}get middle(){return ld.middle(this)}constructor(t){super(t.type),this.bubbles=!0,Object.assign(this,t)}isHoldKeys(t){return hd.isHoldKeys(t,this)}getBoxPoint(t){return(t||this.current).getBoxPoint(this)}getInnerPoint(t){return(t||this.current).getInnerPoint(this)}getLocalPoint(t){return(t||this.current).getLocalPoint(this)}getPagePoint(){return this.current.getPagePoint(this)}getInner(t){return this.getInnerPoint(t)}getLocal(t){return this.getLocalPoint(t)}getPage(){return this.getPagePoint()}static changeName(t,e){Zt.changeName(t,e)}}let cd=class extends dd{};cd.POINTER="pointer",cd.BEFORE_DOWN="pointer.before_down",cd.BEFORE_MOVE="pointer.before_move",cd.BEFORE_UP="pointer.before_up",cd.DOWN="pointer.down",cd.MOVE="pointer.move",cd.UP="pointer.up",cd.OVER="pointer.over",cd.OUT="pointer.out",cd.ENTER="pointer.enter",cd.LEAVE="pointer.leave",cd.TAP="tap",cd.DOUBLE_TAP="double_tap",cd.CLICK="click",cd.DOUBLE_CLICK="double_click",cd.LONG_PRESS="long_press",cd.LONG_TAP="long_tap",cd.MENU="pointer.menu",cd.MENU_TAP="pointer.menu_tap",cd=Qt([Ro()],cd);const ud=cd,_d={};let pd=class extends cd{static setList(t){this.list=t instanceof ja?t:new ja(t)}static setData(t){this.data=t}static getValidMove(t,e,i,s=!0){const n=t.getLocalPoint(i,null,!0);return K.move(n,e.x-t.x,e.y-t.y),s&&this.limitMove(t,n),n}static limitMove(t,e){const{draggable:i,dragBounds:s}=t;s&&this.getMoveInDragBounds(t.__localBoxBounds,"parent"===s?t.parent.boxBounds:s,e,!0),"x"===i&&(e.y=0),"y"===i&&(e.x=0)}static getMoveInDragBounds(t,e,i,s){const n=t.x+i.x,o=t.y+i.y,r=n+t.width,a=o+t.height,h=e.x+e.width,l=e.y+e.height;return s||(i=Object.assign({},i)),Tt.includes(t,e)?(n>e.x?i.x+=e.x-n:r<h&&(i.x+=h-r),o>e.y?i.y+=e.y-o:a<l&&(i.y+=l-a)):(n<e.x?i.x+=e.x-n:r>h&&(i.x+=h-r),o<e.y?i.y+=e.y-o:a>l&&(i.y+=l-a)),i}getPageMove(t){return this.assignMove(t),this.current.getPagePoint(_d,null,!0)}getInnerMove(t,e){return t||(t=this.current),this.assignMove(e),t.getInnerPoint(_d,null,!0)}getLocalMove(t,e){return t||(t=this.current),this.assignMove(e),t.getLocalPoint(_d,null,!0)}getPageTotal(){return this.getPageMove(!0)}getInnerTotal(t){return this.getInnerMove(t,!0)}getLocalTotal(t){return this.getLocalMove(t,!0)}getPageBounds(){const t=this.getPageTotal(),e=this.getPagePoint(),i={};return Tt.set(i,e.x-t.x,e.y-t.y,t.x,t.y),Tt.unsign(i),i}assignMove(t){_d.x=t?this.totalX:this.moveX,_d.y=t?this.totalY:this.moveY}};pd.BEFORE_DRAG="drag.before_drag",pd.START="drag.start",pd.DRAG="drag",pd.END="drag.end",pd.OVER="drag.over",pd.OUT="drag.out",pd.ENTER="drag.enter",pd.LEAVE="drag.leave",pd=Qt([Ro()],pd);const gd=pd;let fd=class extends cd{static setList(t){pd.setList(t)}static setData(t){pd.setData(t)}};fd.DROP="drop",fd=Qt([Ro()],fd);let yd=class extends pd{};yd.BEFORE_MOVE="move.before_move",yd.START="move.start",yd.MOVE="move",yd.END="move.end",yd=Qt([Ro()],yd);let md=class extends cd{};md.BEFORE_ROTATE="rotate.before_rotate",md.START="rotate.start",md.ROTATE="rotate",md.END="rotate.end",md=Qt([Ro()],md);let vd=class extends pd{};vd.SWIPE="swipe",vd.LEFT="swipe.left",vd.RIGHT="swipe.right",vd.UP="swipe.up",vd.DOWN="swipe.down",vd=Qt([Ro()],vd);let wd=class extends cd{};wd.BEFORE_ZOOM="zoom.before_zoom",wd.START="zoom.start",wd.ZOOM="zoom",wd.END="zoom.end",wd=Qt([Ro()],wd);let xd=class extends dd{};xd.BEFORE_DOWN="key.before_down",xd.BEFORE_UP="key.before_up",xd.DOWN="key.down",xd.HOLD="key.hold",xd.UP="key.up",xd=Qt([Ro()],xd);const bd={getDragEventData:(t,e,i)=>Object.assign(Object.assign({},i),{x:i.x,y:i.y,moveX:i.x-e.x,moveY:i.y-e.y,totalX:i.x-t.x,totalY:i.y-t.y}),getDropEventData:(t,e,i)=>Object.assign(Object.assign({},t),{list:e,data:i}),getSwipeDirection:t=>t<-45&&t>-135?vd.UP:t>45&&t<135?vd.DOWN:t<=45&&t>=-45?vd.RIGHT:vd.LEFT,getSwipeEventData:(t,e,i)=>Object.assign(Object.assign({},i),{moveX:e.moveX,moveY:e.moveY,totalX:i.x-t.x,totalY:i.y-t.y,type:kd.getSwipeDirection(K.getAngle(t,i))}),getBase(t){const e=1===t.button?4:t.button;return{altKey:t.altKey,ctrlKey:t.ctrlKey,shiftKey:t.shiftKey,metaKey:t.metaKey,buttons:o(t.buttons)?1:0===t.buttons?e:t.buttons,origin:t}},pathHasEventType(t,e){const{list:i}=t;for(let t=0,s=i.length;t<s;t++)if(i[t].hasEvent(e))return!0;return!1},filterPathByEventType(t,e){const i=new ja,{list:s}=t;for(let t=0,n=s.length;t<n;t++)s[t].hasEvent(e)&&i.add(s[t]);return i},pathCanDrag:t=>t&&t.list.some(t=>zo.draggable(t)||!t.isLeafer&&t.hasEvent(pd.DRAG)),pathHasOutside:t=>t&&t.list.some(t=>t.isOutside)},kd=bd,Ed=new ja,{getDragEventData:Sd,getDropEventData:Bd,getSwipeEventData:Rd}=bd;class Td{constructor(t){this.interaction=t}setDragData(t){this.animateWait&&this.dragEndReal(),this.downData=this.interaction.downData,this.dragData=Sd(t,t,t),this.canAnimate=this.canDragOut=!0}getList(t,e){const{proxy:i}=this.interaction.selector,s=i&&i.list.length,n=pd.list||this.draggableList||Ed;return this.dragging&&(s?t?Ed:new ja(e?[...i.list,...i.dragHoverExclude]:i.list):n)}checkDrag(t,e){const{interaction:i}=this;if(this.moving&&t.buttons<1)return this.canAnimate=!1,void i.pointerCancel();!this.moving&&e&&(this.moving=i.canMove(this.downData)||i.isHoldRightKey||i.isMobileDragEmpty)&&(this.dragData.moveType="drag",i.emit(yd.START,this.dragData)),this.moving||this.dragStart(t,e),this.drag(t)}dragStart(t,e){this.dragging||(this.dragging=e&&ld.left(t),this.dragging&&(this.interaction.emit(pd.START,this.dragData),this.getDraggableList(this.dragData.path),this.setDragStartPoints(this.realDraggableList=this.getList(!0))))}setDragStartPoints(t){this.dragStartPoints={},t.forEach(t=>this.dragStartPoints[t.innerId]={x:t.x,y:t.y})}getDraggableList(t){let e;for(let i=0,s=t.length;i<s;i++)if(e=t.list[i],zo.draggable(e)){this.draggableList=new ja(e);break}}drag(t){const{interaction:e,dragData:i,downData:s}=this,{path:n,throughPath:o}=s;this.dragData=Sd(s,i,t),o&&(this.dragData.throughPath=o),this.dragData.path=n,this.moving?(this.dragData.moveType="drag",e.emit(yd.BEFORE_MOVE,this.dragData),e.emit(yd.MOVE,this.dragData)):this.dragging&&(this.dragReal(),e.emit(pd.BEFORE_DRAG,this.dragData),e.emit(pd.DRAG,this.dragData))}dragReal(t){const{interaction:e}=this,{running:i}=e,s=this.realDraggableList;if(s.length&&i){const{totalX:i,totalY:n}=this.dragData,{dragLimitAnimate:o}=e.p,r=!o||!!t;s.forEach(e=>{if(e.draggable){const s=pd.getValidMove(e,this.dragStartPoints[e.innerId],{x:i,y:n},r);o&&t?zo.animateMove(e,s,l(o)?o:.3):e.move(s)}})}}dragOverOrOut(t){const{interaction:e}=this,{dragOverPath:i}=this,{path:s}=t;this.dragOverPath=s,i?s.indexAt(0)!==i.indexAt(0)&&(e.emit(pd.OUT,t,i),e.emit(pd.OVER,t,s)):e.emit(pd.OVER,t,s)}dragEnterOrLeave(t){const{interaction:e}=this,{dragEnterPath:i}=this,{path:s}=t;e.emit(pd.LEAVE,t,i,s),e.emit(pd.ENTER,t,s,i),this.dragEnterPath=s}dragEnd(t,e){(this.dragging||this.moving)&&(this.checkDragEndAnimate(t,e)||this.dragEndReal(t))}dragEndReal(t){const{interaction:e,downData:i,dragData:s}=this;t||(t=s);const{path:n,throughPath:o}=i,r=Sd(i,t,t);if(o&&(r.throughPath=o),r.path=n,this.moving&&(this.moving=!1,r.moveType="drag",e.emit(yd.END,r)),this.dragging){const n=this.getList();this.dragging=!1,e.p.dragLimitAnimate&&this.dragReal(!0),e.emit(pd.END,r),this.swipe(t,i,s,r),this.drop(t,n,this.dragEnterPath)}this.autoMoveCancel(),this.dragReset(),this.animate(null,"off")}swipe(t,e,i,s){const{interaction:n}=this;if(K.getDistance(e,t)>n.config.pointer.swipeDistance){const t=Rd(e,i,s);this.interaction.emit(t.type,t)}}drop(t,e,i){const s=Bd(t,e,pd.data);s.path=i,this.interaction.emit(fd.DROP,s),this.interaction.emit(pd.LEAVE,t,i)}dragReset(){pd.list=pd.data=this.draggableList=this.dragData=this.downData=this.dragOverPath=this.dragEnterPath=null}checkDragEndAnimate(t,e){return!1}animate(t,e){}checkDragOut(t){}autoMoveOnDragOut(t){}autoMoveCancel(){}destroy(){this.dragReset()}}const Cd=It.get("emit");const Od=["move","zoom","rotate","key"];function Ld(t,e,i,s,n){if(Od.some(t=>e.startsWith(t))&&t.__.hitChildren&&!Ad(t,n)){let o;for(let r=0,a=t.children.length;r<a;r++)o=t.children[r],!i.path.has(o)&&o.__.hittable&&Pd(o,e,i,s,n)}}function Pd(t,e,i,s,n){if(t.destroyed)return!1;if(t.__.hitSelf&&!Ad(t,n)&&(Oh.updateEventStyle&&!s&&Oh.updateEventStyle(t,e),t.hasEvent(e,s))){i.phase=s?1:t===i.target?2:3;const n=Zt.get(e,i);if(t.emitEvent(n,s),n.isStop)return!0}return!1}function Ad(t,e){return e&&e.has(t)}const Dd={wheel:{zoomSpeed:.5,moveSpeed:.5,rotateSpeed:.5,delta:{x:20,y:8}},pointer:{type:"pointer",snap:!0,hitRadius:5,tapTime:120,longPressTime:800,transformTime:500,hover:!0,dragHover:!0,dragDistance:2,swipeDistance:20},touch:{preventDefault:"auto"},multiTouch:{},move:{autoDistance:2},zoom:{},cursor:!0,keyEvent:!0},{pathHasEventType:Md,pathCanDrag:Fd,pathHasOutside:Id}=bd;class Wd{get dragging(){return this.dragger.dragging}get transforming(){return this.transformer.transforming}get moveMode(){return!0===this.m.drag||this.isHoldSpaceKey||this.isHoldMiddleKey||this.isHoldRightKey&&this.dragger.moving||this.isDragEmpty}get canHover(){return this.p.hover&&!this.config.mobile}get isDragEmpty(){return this.m.dragEmpty&&this.isRootPath(this.hoverData)&&(!this.downData||this.isRootPath(this.downData))}get isMobileDragEmpty(){return this.m.dragEmpty&&!this.canHover&&this.downData&&this.isTreePath(this.downData)}get isHoldMiddleKey(){return this.m.holdMiddleKey&&this.downData&&ld.middle(this.downData)}get isHoldRightKey(){return this.m.holdRightKey&&this.downData&&ld.right(this.downData)}get isHoldSpaceKey(){return this.m.holdSpaceKey&&hd.isHoldSpaceKey()}get m(){return this.config.move}get p(){return this.config.pointer}get hitRadius(){return this.p.hitRadius}constructor(t,e,i,s){this.config=f.clone(Dd),this.tapCount=0,this.downKeyMap={},this.target=t,this.canvas=e,this.selector=i,this.defaultPath=new ja(t),this.createTransformer(),this.dragger=new Td(this),s&&(this.config=f.default(s,this.config)),this.__listenEvents()}start(){this.running=!0}stop(){this.running=!1}receive(t){}pointerDown(t,e){t||(t=this.hoverData),t&&(ld.defaultLeft(t),this.updateDownData(t),this.checkPath(t,e),this.downTime=Date.now(),this.emit(cd.BEFORE_DOWN,t),this.emit(cd.DOWN,t),ld.left(t)&&(this.tapWait(),this.longPressWait(t)),this.waitRightTap=ld.right(t),this.dragger.setDragData(t),this.isHoldRightKey||this.updateCursor(t))}pointerMove(t){if(t||(t=this.hoverData),!t)return;const{downData:e}=this;e&&ld.defaultLeft(t);(this.canvas.bounds.hitPoint(t)||e)&&(this.pointerMoveReal(t),e&&this.dragger.checkDragOut(t))}pointerMoveReal(t){if(this.emit(cd.BEFORE_MOVE,t,this.defaultPath),this.downData){const e=K.getDistance(this.downData,t)>this.p.dragDistance;e&&(this.pointerWaitCancel(),this.waitRightTap=!1),this.dragger.checkDrag(t,e)}this.dragger.moving||(this.updateHoverData(t),this.checkPath(t),this.emit(cd.MOVE,t),this.pointerHover(t),this.dragging&&(this.dragger.dragOverOrOut(t),this.dragger.dragEnterOrLeave(t))),this.updateCursor(this.downData||t)}pointerUp(t){const{downData:e}=this;if(t||(t=e),!e)return;ld.defaultLeft(t),t.multiTouch=e.multiTouch,this.findPath(t);const i=Object.assign(Object.assign({},t),{path:t.path.clone()});t.path.addList(e.path.list),this.checkPath(t),this.downData=null,this.emit(cd.BEFORE_UP,t),this.emit(cd.UP,t),this.touchLeave(t),t.isCancel||(this.tap(t),this.menuTap(t)),this.dragger.dragEnd(t),this.updateCursor(i)}pointerCancel(){const t=Object.assign({},this.dragger.dragData);t.isCancel=!0,this.pointerUp(t)}menu(t){this.findPath(t),this.emit(cd.MENU,t),this.waitMenuTap=!0,!this.downData&&this.waitRightTap&&this.menuTap(t)}menuTap(t){this.waitRightTap&&this.waitMenuTap&&(this.emit(cd.MENU_TAP,t),this.waitRightTap=this.waitMenuTap=!1)}createTransformer(){}move(t){}zoom(t){}rotate(t){}transformEnd(){}wheel(t){}multiTouch(t,e){}keyDown(t){if(!this.config.keyEvent)return;this.emit(xd.BEFORE_DOWN,t,this.defaultPath);const{code:e}=t;this.downKeyMap[e]||(this.downKeyMap[e]=!0,hd.setDownCode(e),this.emit(xd.HOLD,t,this.defaultPath),this.moveMode&&(this.cancelHover(),this.updateCursor())),this.emit(xd.DOWN,t,this.defaultPath)}keyUp(t){if(!this.config.keyEvent)return;this.emit(xd.BEFORE_UP,t,this.defaultPath);const{code:e}=t;this.downKeyMap[e]=!1,hd.setUpCode(e),this.emit(xd.UP,t,this.defaultPath),"grab"===this.cursor&&this.updateCursor()}pointerHover(t){!this.canHover||this.dragging&&!this.p.dragHover||(t.path||(t.path=new ja),this.pointerOverOrOut(t),this.pointerEnterOrLeave(t))}pointerOverOrOut(t){const{path:e}=t,{overPath:i}=this;this.overPath=e,i?e.indexAt(0)!==i.indexAt(0)&&(this.emit(cd.OUT,t,i),this.emit(cd.OVER,t,e)):this.emit(cd.OVER,t,e)}pointerEnterOrLeave(t){let{path:e}=t;this.downData&&!this.moveMode&&(e=e.clone(),this.downData.path.forEach(t=>e.add(t)));const{enterPath:i}=this;this.enterPath=e,this.emit(cd.LEAVE,t,i,e),this.emit(cd.ENTER,t,e,i)}touchLeave(t){"touch"===t.pointerType&&this.enterPath&&(this.emit(cd.LEAVE,t),this.dragger.dragging&&this.emit(fd.LEAVE,t))}tap(t){const{pointer:e}=this.config,i=this.longTap(t);if(!e.tapMore&&i)return;if(!this.waitTap)return;e.tapMore&&this.emitTap(t);const s=Date.now()-this.downTime,n=[cd.DOUBLE_TAP,cd.DOUBLE_CLICK].some(e=>Md(t.path,e));s<e.tapTime+50&&n?(this.tapCount++,2===this.tapCount?(this.tapWaitCancel(),this.emitDoubleTap(t)):(clearTimeout(this.tapTimer),this.tapTimer=setTimeout(()=>{e.tapMore||(this.tapWaitCancel(),this.emitTap(t))},e.tapTime))):e.tapMore||(this.tapWaitCancel(),this.emitTap(t))}findPath(e,i){const{hitRadius:s,through:n}=this.p,{bottomList:o,target:r}=this;t.backgrounder||e.origin||r&&r.updateLayout();const a=this.selector.getByPoint(e,s,Object.assign({bottomList:o,name:e.type},i||{through:n}));return a.throughPath&&(e.throughPath=a.throughPath),e.path=a.path,a.path}isRootPath(t){return t&&t.path.list[0].isLeafer}isTreePath(t){const e=this.target.app;return!(!e||!e.isApp)&&(e.editor&&!t.path.has(e.editor)&&t.path.has(e.tree)&&!t.target.syncEventer)}checkPath(t,e){(e||this.moveMode&&!Id(t.path))&&(t.path=this.defaultPath)}canMove(t){return t&&(this.moveMode||"auto"===this.m.drag&&!Fd(t.path))&&!Id(t.path)}isDrag(t){return this.dragger.getList().has(t)}isPress(t){return this.downData&&this.downData.path.has(t)}isHover(t){return this.enterPath&&this.enterPath.has(t)}isFocus(t){return this.focusData===t}cancelHover(){const{hoverData:t}=this;t&&(t.path=this.defaultPath,this.pointerHover(t))}updateDownData(t,e,i){const{downData:s}=this;!t&&s&&(t=s),t&&(this.findPath(t,e),i&&s&&t.path.addList(s.path.list),this.downData=t)}updateHoverData(t){t||(t=this.hoverData),t&&(this.findPath(t,{exclude:this.dragger.getList(!1,!0),name:cd.MOVE}),this.hoverData=t)}updateCursor(t){if(!this.config.cursor||!this.canHover)return;if(t||(this.updateHoverData(),t=this.downData||this.hoverData),this.dragger.moving)return this.setCursor("grabbing");if(this.canMove(t))return this.setCursor(this.downData?"grabbing":"grab");if(!t)return;let e,i;const{path:s}=t;for(let t=0,n=s.length;t<n&&(e=s.list[t],i=e.syncEventer&&e.syncEventer.cursor||e.cursor,!i);t++);this.setCursor(i)}setCursor(t){this.cursor=t}getLocal(t,e){const i=this.canvas.getClientBounds(e),s={x:t.clientX-i.x,y:t.clientY-i.y},{bounds:n}=this.canvas;return s.x*=n.width/i.width,s.y*=n.height/i.height,this.p.snap&&K.round(s),s}emitTap(t){this.emit(cd.TAP,t),this.emit(cd.CLICK,t)}emitDoubleTap(t){this.emit(cd.DOUBLE_TAP,t),this.emit(cd.DOUBLE_CLICK,t)}pointerWaitCancel(){this.tapWaitCancel(),this.longPressWaitCancel()}tapWait(){clearTimeout(this.tapTimer),this.waitTap=!0}tapWaitCancel(){this.waitTap&&(clearTimeout(this.tapTimer),this.waitTap=!1,this.tapCount=0)}longPressWait(t){clearTimeout(this.longPressTimer),this.longPressTimer=setTimeout(()=>{this.longPressed=!0,this.emit(cd.LONG_PRESS,t)},this.p.longPressTime)}longTap(t){let e;return this.longPressed&&(this.emit(cd.LONG_TAP,t),(Md(t.path,cd.LONG_TAP)||Md(t.path,cd.LONG_PRESS))&&(e=!0)),this.longPressWaitCancel(),e}longPressWaitCancel(){this.longPressTimer&&(clearTimeout(this.longPressTimer),this.longPressed=!1)}__onResize(){const{dragOut:t}=this.m;this.shrinkCanvasBounds=new Pt(this.canvas.bounds),this.shrinkCanvasBounds.spread(-(l(t)?t:2))}__listenEvents(){const{target:t}=this;this.__eventIds=[t.on_(br.RESIZE,this.__onResize,this)],t.once(Br.READY,()=>this.__onResize())}__removeListenEvents(){this.target.off_(this.__eventIds),this.__eventIds.length=0}emit(t,e,i,s){this.running&&function(t,e,i,s){if(!i&&!e.path)return;let n;e.type=t,i?e=Object.assign(Object.assign({},e),{path:i}):i=e.path,e.target=i.indexAt(0);try{for(let o=i.length-1;o>-1;o--){if(n=i.list[o],Pd(n,t,e,!0,s))return;n.isApp&&Ld(n,t,e,!0,s)}for(let o=0,r=i.length;o<r;o++)if(n=i.list[o],n.isApp&&Ld(n,t,e,!1,s),Pd(n,t,e,!1,s))return}catch(t){Cd.error(t)}}(t,e,i,s)}destroy(){this.__eventIds.length&&(this.stop(),this.__removeListenEvents(),this.dragger.destroy(),this.transformer&&this.transformer.destroy(),this.downData=this.overPath=this.enterPath=null)}}class zd{static set(t,e){this.custom[t]=e}static get(t){return this.custom[t]}}zd.custom={};class Nd extends $t{constructor(){super(...arguments),this.maxTotal=1e3,this.pathList=new ja,this.pixelList=new ja}getPixelType(t,e){return this.__autoClear(),this.pixelList.add(t),Ut.hitCanvas(e)}getPathType(t){return this.__autoClear(),this.pathList.add(t),Ut.hitCanvas()}clearImageType(){this.__clearLeafList(this.pixelList)}clearPathType(){this.__clearLeafList(this.pathList)}__clearLeafList(t){t.length&&(t.forEach(t=>{t.__hitCanvas&&(t.__hitCanvas.destroy(),t.__hitCanvas=null)}),t.reset())}__autoClear(){this.pathList.length+this.pixelList.length>this.maxTotal&&this.clear()}clear(){this.clearPathType(),this.clearImageType()}}t.getSelector=function(e){return e.leafer?e.leafer.selector:t.selector||(t.selector=Ut.selector())};const{toInnerRadiusPointOf:Yd,copy:Hd,setRadius:Xd}=K,{hitRadiusPoint:Vd,hitPoint:Ud}=Tt,jd={},Gd={},Kd=Ma.prototype;Kd.hit=function(e,i=0){this.updateLayout(),Hd(Gd,e),Xd(Gd,i);const s=this.__world;return!!(i?Vd(s,Gd):Ud(s,Gd))&&(this.isBranch?t.getSelector(this).hitPoint(Object.assign({},Gd),i,{target:this}):this.__hitWorld(Gd))},Kd.__hitWorld=function(t){const e=this.__;if(!e.hitSelf)return!1;const i=this.__world,s=this.__layout,n=i.width<10&&i.height<10;if(e.hitRadius&&(Hd(jd,t),Xd(t=jd,e.hitRadius)),Yd(t,i,jd),e.hitBox||n){if(Tt.hitRadiusPoint(s.boxBounds,jd))return!0;if(n)return!1}return!s.hitCanvasChanged&&this.__hitCanvas||(this.__updateHitCanvas(),s.boundsChanged||(s.hitCanvasChanged=!1)),this.__hit(jd)},Kd.__hitFill=function(t){const e=this.__hitCanvas;return e&&e.hitFill(t,this.__.windingRule)},Kd.__hitStroke=function(t,e){const i=this.__hitCanvas;return i&&i.hitStroke(t,e)},Kd.__hitPixel=function(t){const e=this.__hitCanvas;return e&&e.hitPixel(t,this.__layout.renderBounds,e.hitScale)},Kd.__drawHitPath=function(t){t&&this.__drawRenderPath(t)};const qd=new et,Zd=al.prototype;Zd.__updateHitCanvas=function(){this.__box&&this.__box.__updateHitCanvas();const e=this.leafer||this.parent&&this.parent.leafer;if(!e)return;const i=this.__,{hitCanvasManager:s}=e,n=(i.__isAlphaPixelFill||i.__isCanvas)&&"pixel"===i.hitFill,o=i.__isAlphaPixelStroke&&"pixel"===i.hitStroke,r=n||o;this.__hitCanvas||(this.__hitCanvas=r?s.getPixelType(this,{contextSettings:{willReadFrequently:!0}}):s.getPathType(this));const a=this.__hitCanvas;if(r){const{renderBounds:e}=this.__layout,s=t.image.hitCanvasSize,r=a.hitScale=At.set(0,0,s,s).getFitMatrix(e).a,{x:h,y:l,width:d,height:c}=At.set(e).scale(r);a.resize({width:d,height:c,pixelRatio:1}),a.clear(),Pn.patternLocked=!0,this.__renderShape(a,{matrix:qd.setWith(this.__world).scaleWith(1/r).invertWith().translate(-h,-l),ignoreFill:!n,ignoreStroke:!o}),Pn.patternLocked=!1,a.resetTransform(),i.__isHitPixel=!0}else i.__isHitPixel&&(i.__isHitPixel=!1);this.__drawHitPath(a),a.setStrokeOptions(i)},Zd.__hit=function(t){if(this.__box&&this.__box.__hit(t))return!0;const e=this.__;if(e.__isHitPixel&&this.__hitPixel(t))return!0;const{hitFill:i}=e,s=(e.fill||e.__isCanvas)&&("path"===i||"pixel"===i&&!(e.__isAlphaPixelFill||e.__isCanvas))||"all"===i;if(s&&this.__hitFill(t))return!0;const{hitStroke:n,__maxStrokeWidth:o}=e,r=e.stroke&&("path"===n||"pixel"===n&&!e.__isAlphaPixelStroke)||"all"===n;if(!s&&!r)return!1;const a=2*t.radiusX;let h=a;if(r)switch(e.strokeAlign){case"inside":if(h+=2*o,!s&&this.__hitFill(t)&&this.__hitStroke(t,h))return!0;h=a;break;case"center":h+=o;break;case"outside":if(h+=2*o,!s){if(!this.__hitFill(t)&&this.__hitStroke(t,h))return!0;h=a}}return!!h&&this.__hitStroke(t,h)};const Jd=al.prototype,$d=ul.prototype,Qd=vl.prototype;$d.__updateHitCanvas=Qd.__updateHitCanvas=function(){this.stroke||this.cornerRadius||(this.fill||this.__.__isCanvas)&&"pixel"===this.hitFill||"all"===this.hitStroke?Jd.__updateHitCanvas.call(this):this.__hitCanvas&&(this.__hitCanvas=null)},$d.__hitFill=Qd.__hitFill=function(t){return this.__hitCanvas?Jd.__hitFill.call(this,t):Tt.hitRadiusPoint(this.__layout.boxBounds,t)},sd.prototype.__drawHitPath=function(t){const{__lineHeight:e,fontSize:i,__baseLine:s,__letterSpacing:n,__textDrawData:o}=this.__;t.beginPath(),n<0?this.__drawPathByBox(t):o.rows.forEach(n=>t.rect(n.x,n.y-s,n.width,e<i?i:e))},hl.prototype.pick=function(e,i){return i||(i=n),this.updateLayout(),t.getSelector(this).getByPoint(e,i.hitRadius||0,Object.assign(Object.assign({},i),{target:this}))};const tc=ce.prototype;function ec(t,e){const i=t.__,{rows:s,decorationY:n}=i.__textDrawData;let o;i.__isPlacehold&&i.placeholderColor&&(e.fillStyle=i.placeholderColor);for(let t=0,i=s.length;t<i;t++)o=s[t],o.text?e.fillText(o.text,o.x,o.y):o.data&&o.data.forEach(t=>{e.fillText(t.char,t.x,o.y)});if(n){const{decorationColor:t,decorationHeight:o}=i.__textDrawData;t&&(e.fillStyle=t),s.forEach(t=>n.forEach(i=>e.fillRect(t.x,t.y+i,t.width,o)))}}function ic(t,e){t.__.__font?ec(t,e):t.__.windingRule?e.fill(t.__.windingRule):e.fill()}function sc(t,e,i){switch(e.__.strokeAlign){case"center":nc(t,1,e,i);break;case"inside":oc(t,"inside",e,i);break;case"outside":e.__.__fillAfterStroke?nc(t,2,e,i):oc(t,"outside",e,i)}}function nc(t,e,i,s){const n=i.__;_(t)?ac(t,e,!0,i,s):(s.setStroke(t,n.__strokeWidth*e,n),rc(i,s))}function oc(t,e,i,s){const n=s.getSameCanvas(!0,!0);n.font=i.__.__font,nc(t,2,i,n),n.blendMode="outside"===e?"destination-out":"destination-in",ec(i,n),n.blendMode="normal",zo.copyCanvasByWorld(i,s,n),n.recycle(i.__nowWorld)}function rc(t,e){let i,s=t.__.__textDrawData;const{rows:n,decorationY:o}=s;for(let t=0,s=n.length;t<s;t++)i=n[t],i.text?e.strokeText(i.text,i.x,i.y):i.data&&i.data.forEach(t=>{e.strokeText(t.char,t.x,i.y)});if(o){const{decorationHeight:t}=s;n.forEach(i=>o.forEach(s=>e.strokeRect(i.x,i.y+s,i.width,t)))}}function ac(t,e,i,s,n){let o;const r=s.__,{__hasMultiStrokeStyle:a}=r;a||n.setStroke(void 0,r.__strokeWidth*e,r);for(let h=0,l=t.length;h<l;h++)if(o=t[h],(!o.image||!Sh.checkImage(s,n,o,!1))&&o.style){if(a){const{strokeStyle:t}=o;t?n.setStroke(o.style,r.__getRealStrokeWidth(t)*e,r,t):n.setStroke(o.style,r.__strokeWidth*e,r)}else n.strokeStyle=o.style;o.blendMode?(n.saveBlendMode(o.blendMode),i?rc(s,n):n.stroke(),n.restoreBlendMode()):i?rc(s,n):n.stroke()}}function hc(t,e,i){const s=e.__;if(s.__strokeWidth)if(s.__font)sc(t,e,i);else switch(s.strokeAlign){case"center":lc(t,1,e,i);break;case"inside":!function(t,e,i){i.save(),i.clipUI(e),lc(t,2,e,i),i.restore()}(t,e,i);break;case"outside":!function(t,e,i){const s=e.__;if(s.__fillAfterStroke)lc(t,2,e,i);else{const{renderBounds:n}=e.__layout,o=i.getSameCanvas(!0,!0);e.__drawRenderPath(o),lc(t,2,e,o),o.clipUI(s),o.clearWorld(n),zo.copyCanvasByWorld(e,i,o),o.recycle(e.__nowWorld)}}(t,e,i)}}function lc(t,e,i,s){const n=i.__;_(t)?ac(t,e,!1,i,s):(s.setStroke(t,n.__strokeWidth*e,n),s.stroke()),n.__useArrow&&Eh.strokeArrow(t,i,s)}tc.hitFill=function(t,e){return e?this.context.isPointInPath(t.x,t.y,e):this.context.isPointInPath(t.x,t.y)},tc.hitStroke=function(t,e){return this.strokeWidth=e,this.context.isPointInStroke(t.x,t.y)},tc.hitPixel=function(t,e,i=1){let{x:s,y:n,radiusX:o,radiusY:r}=t;e&&(s-=e.x,n-=e.y),At.set(s-o,n-r,2*o,2*r).scale(i).ceil();const{data:a}=this.context.getImageData(At.x,At.y,At.width||1,At.height||1);for(let t=0,e=a.length;t<e;t+=4)if(a[t+3]>0)return!0;return a[3]>0};const{getSpread:dc,getOuterOf:cc,getByMove:uc,getIntersectData:_c}=Tt;let pc;const{stintSet:gc}=f,{hasTransparent:fc}=xh;function yc(t,e,i){if(!_(e)||!1===e.visible||0===e.opacity)return;let s;const{boxBounds:n}=i.__layout;switch(e.type){case"image":s=Sh.image(i,t,e,n,!pc||!pc[e.url]);break;case"linear":s=Bh.linearGradient(e,n);break;case"radial":s=Bh.radialGradient(e,n);break;case"angular":s=Bh.conicGradient(e,n);break;case"solid":const{type:r,color:a,opacity:h}=e;s={type:r,style:xh.string(a,h)};break;default:o(e.r)||(s={type:"solid",style:xh.string(e)})}if(s){if(a(s.style)&&fc(s.style)&&(s.isTransparent=!0),e.style){if(0===e.style.strokeWidth)return;s.strokeStyle=e.style}e.editing&&(s.editing=e.editing),e.blendMode&&(s.blendMode=e.blendMode)}return s}const mc={compute:function(t,e){const i=e.__,s=[];let n,o,r,a=i.__input[t];u(a)||(a=[a]),pc=Sh.recycleImage(t,i);for(let i,n=0,o=a.length;n<o;n++)(i=yc(t,a[n],e))&&(s.push(i),i.strokeStyle&&(r||(r=1),i.strokeStyle.strokeWidth&&(r=Math.max(r,i.strokeStyle.strokeWidth))));i["_"+t]=s.length?s:void 0,s.length&&s.every(t=>t.isTransparent)&&(s.some(t=>t.image)&&(n=!0),o=!0),"fill"===t?(gc(i,"__isAlphaPixelFill",n),gc(i,"__isTransparentFill",o)):(gc(i,"__isAlphaPixelStroke",n),gc(i,"__isTransparentStroke",o),gc(i,"__hasMultiStrokeStyle",r))},fill:function(t,e,i){i.fillStyle=t,ic(e,i)},fills:function(t,e,i){let s;for(let n=0,o=t.length;n<o;n++){if(s=t[n],s.image){if(Sh.checkImage(e,i,s,!e.__.__font))continue;if(!s.style){!n&&s.image.isPlacehold&&e.drawImagePlaceholder(i,s.image);continue}}if(i.fillStyle=s.style,s.transform||s.scaleFixed){if(i.save(),s.transform&&i.transform(s.transform),s.scaleFixed){const{scaleX:t,scaleY:n}=e.getRenderScaleData(!0);(!0===s.scaleFixed||"zoom-in"===s.scaleFixed&&t>1&&n>1)&&i.scale(1/t,1/n)}s.blendMode&&(i.blendMode=s.blendMode),ic(e,i),i.restore()}else s.blendMode?(i.saveBlendMode(s.blendMode),ic(e,i),i.restoreBlendMode()):ic(e,i)}},fillPathOrText:ic,fillText:ec,stroke:hc,strokes:function(t,e,i){hc(t,e,i)},strokeText:sc,drawTextStroke:rc,shape:function(t,e,i){const s=e.getSameCanvas(),n=t.__nowWorld;let o,r,a,h,l,{scaleX:d,scaleY:c}=n;if(d<0&&(d=-d),c<0&&(c=-c),e.bounds.includes(n))l=s,o=h=n;else{const{renderShapeSpread:s}=t.__layout,u=_c(s?dc(e.bounds,d===c?s*d:[s*c,s*d]):e.bounds,n);a=e.bounds.getFitMatrix(u);let{a:_,d:p}=a;a.a<1&&(l=e.getSameCanvas(),t.__renderShape(l,i),d*=_,c*=p),h=cc(n,a),o=uc(h,-a.e,-a.f);const g=i.matrix;g?(r=new et(a),r.multiply(g),_*=g.scaleX,p*=g.scaleY):r=a,r.withScale(_,p),i=Object.assign(Object.assign({},i),{matrix:r})}return t.__renderShape(s,i),{canvas:s,matrix:r,fitMatrix:a,bounds:o,worldCanvas:l,shapeBounds:h,scaleX:d,scaleY:c}}};let vc={},wc={a:1,b:0,c:0,d:1,e:0,f:0};const{get:xc,rotateOfOuter:bc,translate:kc,scaleOfOuter:Ec,multiplyParent:Sc,scale:Bc,rotate:Rc,skew:Tc}=I;function Cc(t,e,i,s,n,o,r){const a=xc();kc(a,e.x+i,e.y+s),Bc(a,n,o),r&&bc(a,{x:e.x+e.width/2,y:e.y+e.height/2},r),t.transform=a}function Oc(t,e,i,s,n,o,r,a,h){const l=xc();Pc(l,e,i,s,n,o,r,a),h&&(wc.a=e.width/h.width,wc.d=e.height/h.height,Sc(l,wc)),t.transform=l}function Lc(t,e,i,s,n,o,r,a,h,l,d,c){const u=xc();if(c)Pc(u,e,n,o,r,a,h,l);else{if(h)if("center"===d)bc(u,{x:i/2,y:s/2},h);else switch(Rc(u,h),h){case 90:kc(u,s,0);break;case 180:kc(u,i,s);break;case 270:kc(u,0,i)}vc.x=e.x+n,vc.y=e.y+o,kc(u,vc.x,vc.y),r&&Ec(u,vc,r,a)}t.transform=u}function Pc(t,e,i,s,n,o,r,a){r&&Rc(t,r),a&&Tc(t,a.x,a.y),n&&Bc(t,n,o),kc(t,e.x+i,e.y+s)}const{get:Ac,translate:Dc}=I,Mc=new Pt,Fc={},Ic={};function Wc(t,e,i,s){const{changeful:n,sync:o,scaleFixed:r}=i;n&&(t.changeful=n),o&&(t.sync=o),r&&(t.scaleFixed=r),t.data=zc(i,s,e)}function zc(t,e,i){t.padding&&(e=Mc.set(e).shrink(t.padding)),"strench"===t.mode&&(t.mode="stretch");let{width:s,height:n}=i;const{opacity:o,mode:r,align:h,offset:l,scale:d,size:c,rotation:u,skew:p,clipSize:g,repeat:f,gap:y,filters:m}=t,v=e.width===s&&e.height===n,w={mode:r},x="center"!==h&&(u||0)%180==90;let k,E;switch(Tt.set(Ic,0,0,x?n:s,x?s:n),r&&"cover"!==r&&"fit"!==r?((d||c)&&(b.getScaleData(d,c,i,Fc),k=Fc.scaleX,E=Fc.scaleY),(h||y||f)&&(k&&Tt.scale(Ic,k,E,!0),h&&ct.toPoint(h,Ic,e,Ic,!0,!0))):v&&!u||(k=E=Tt.getFitScale(e,Ic,"fit"!==r),Tt.put(e,i,h,k,!1,Ic),Tt.scale(Ic,k,E,!0)),l&&K.move(Ic,l),r){case"stretch":v||(s=e.width,n=e.height);break;case"normal":case"clip":(Ic.x||Ic.y||k||g||u||p)&&Oc(w,e,Ic.x,Ic.y,k,E,u,p,t.clipSize);break;case"repeat":(!v||k||u||p)&&Lc(w,e,s,n,Ic.x,Ic.y,k,E,u,p,h,t.freeTransform),f||(w.repeat="repeat");const i=_(f);(y||i)&&(w.gap=function(t,e,i,s,n){let o,r;_(t)?(o=t.x,r=t.y):o=r=t;return{x:Nc(o,i,n.width,e&&e.x),y:Nc(r,s,n.height,e&&e.y)}}(y,i&&f,Ic.width,Ic.height,e));break;default:k&&Cc(w,e,Ic.x,Ic.y,k,E,u)}return w.transform||(e.x||e.y)&&(w.transform=Ac(),Dc(w.transform,e.x,e.y)),k&&"stretch"!==r&&(w.scaleX=k,w.scaleY=E),w.width=s,w.height=n,o&&(w.opacity=o),m&&(w.filters=m),f&&(w.repeat=a(f)?"x"===f?"repeat-x":"repeat-y":"repeat"),w}function Nc(t,e,i,s){const n=a(t)||s?(s?i-s*e:i%e)/((s||Math.floor(i/e))-1):t;return"auto"===t&&n<0?0:n}let Yc,Hc=new Pt;const{isSame:Xc}=Tt;function Vc(t,e,i,s,n,o){if("fill"===e&&!t.__.__naturalWidth){const e=t.__;if(e.__naturalWidth=s.width/e.pixelRatio,e.__naturalHeight=s.height/e.pixelRatio,e.__autoSide)return t.forceUpdate("width"),t.__proxyData&&(t.setProxyAttr("width",e.width),t.setProxyAttr("height",e.height)),!1}return n.data||Wc(n,s,i,o),!0}function Uc(t,e){Kc(t,gr.LOAD,e)}function jc(t,e){Kc(t,gr.LOADED,e)}function Gc(t,e,i){e.error=i,t.forceUpdate("surface"),Kc(t,gr.ERROR,e)}function Kc(t,e,i){t.hasEvent(e)&&t.emitEvent(new gr(e,i))}function qc(t,e){const{leafer:i}=t;i&&i.viewReady&&(i.renderer.ignore=e)}const{get:Zc,scale:Jc,copy:$c}=I,{floor:Qc,max:tu,abs:eu}=Math;function iu(e,i,s){let{scaleX:n,scaleY:o}=e.getRenderScaleData(!0,i.scaleFixed);const r=n+"-"+o+"-"+s;if(i.patternId===r||e.destroyed)return!1;{const{image:e,data:a}=i;let h,l,{width:d,height:c,scaleX:u,scaleY:_,transform:p,repeat:g,gap:f}=a;n*=s,o*=s;const y=f&&f.x*n,m=f&&f.y*o;u&&(u=eu(u),_=eu(_),l=Zc(),$c(l,p),Jc(l,1/u,1/_),n*=u,o*=_),d*=n,c*=o;const v=d*c;if(!g&&v>t.image.maxCacheSize)return!1;let w=t.image.maxPatternSize;if(!e.isSVG){const t=e.width*e.height;w>t&&(w=t)}if(v>w&&(h=Math.sqrt(v/w)),h&&(n/=h,o/=h,d/=h,c/=h),u&&(n/=u,o/=_),(p||1!==n||1!==o)&&(l||(l=Zc(),p&&$c(l,p)),Jc(l,1/n,1/o)),l){const t=d+(y||0),e=c+(m||0);Jc(l,t/tu(Qc(t),1),e/tu(Qc(e),1))}const x=e.getCanvas(d,c,a.opacity,a.filters,y,m),b=e.getPattern(x,g||t.origin.noRepeat||"no-repeat",l,i);return i.style=b,i.patternId=r,!0}}const su={image:function(t,e,i,s,n){let o,r;const a=Pn.get(i);return Yc&&i===Yc.paint&&Xc(s,Yc.boxBounds)?o=Yc.leafPaint:(o={type:i.type,image:a},a.hasAlphaPixel&&(o.isTransparent=!0),Yc=a.use>1?{leafPaint:o,paint:i,boxBounds:Hc.set(s)}:null),(n||a.loading)&&(r={image:a,attrName:e,attrValue:i}),a.ready?(Vc(t,e,i,a,o,s),n&&(Uc(t,r),jc(t,r))):a.error?n&&Gc(t,r,a.error):(n&&(qc(t,!0),Uc(t,r)),o.loadId=a.load(()=>{qc(t,!1),t.destroyed||(Vc(t,e,i,a,o,s)&&(a.hasAlphaPixel&&(t.__layout.hitCanvasChanged=!0),t.forceUpdate("surface")),jc(t,r)),o.loadId=void 0},e=>{qc(t,!1),Gc(t,r,e),o.loadId=void 0}),t.placeholderColor&&(t.placeholderDelay?setTimeout(()=>{a.ready||(a.isPlacehold=!0,t.forceUpdate("surface"))},t.placeholderDelay):a.isPlacehold=!0)),o},checkImage:function(e,i,s,n){const{scaleX:o,scaleY:r}=e.getRenderScaleData(!0,s.scaleFixed),{pixelRatio:a}=i,{data:h}=s;if(!h||s.patternId===o+"-"+r+"-"+a&&!Ch.running)return!1;if(n)if(h.repeat)n=!1;else if(!(s.changeful||"miniapp"===t.name&&br.isResizing(e)||Ch.running)){let{width:e,height:i}=h;e*=o*a,i*=r*a,h.scaleX&&(e*=h.scaleX,i*=h.scaleY),n=e*i>t.image.maxCacheSize}return n?(e.__.__isFastShadow&&(i.fillStyle=s.style||"#000",i.fill()),function(t,e,i,s){e.save(),e.clipUI(t),i.blendMode&&(e.blendMode=i.blendMode);s.opacity&&(e.opacity*=s.opacity);s.transform&&e.transform(s.transform);e.drawImage(i.image.getFull(s.filters),0,0,s.width,s.height),e.restore()}(e,i,s,h),!0):(!s.style||s.sync||Ch.running?iu(e,s,a):s.patternTask||(s.patternTask=Pn.patternTasker.add(()=>te(this,void 0,void 0,function*(){s.patternTask=null,i.bounds.hit(e.__nowWorld)&&iu(e,s,a),e.forceUpdate("surface")}),300)),!1)},createPattern:iu,recycleImage:function(t,e){const i=e["_"+t];if(u(i)){let s,n,o,r,a;for(let h=0,l=i.length;h<l;h++)s=i[h],n=s.image,a=n&&n.url,a&&(o||(o={}),o[a]=!0,Pn.recycle(n),n.loading&&(r||(r=e.__input&&e.__input[t]||[],u(r)||(r=[r])),n.unload(i[h].loadId,!r.some(t=>t.url===a))));return o}return null},createData:Wc,getPatternData:zc,fillOrFitMode:Cc,clipMode:Oc,repeatMode:Lc},{toPoint:nu}=ht,{hasTransparent:ou}=xh,ru={},au={};function hu(t,e,i,s){if(i){let n,o,r,h;for(let t=0,l=i.length;t<l;t++)n=i[t],a(n)?(r=t/(l-1),o=xh.string(n,s)):(r=n.offset,o=xh.string(n.color,s)),e.addColorStop(r,o),!h&&ou(o)&&(h=!0);h&&(t.isTransparent=!0)}}const{getAngle:lu,getDistance:du}=K,{get:cu,rotateOfOuter:uu,scaleOfOuter:_u}=I,{toPoint:pu}=ht,gu={},fu={};function yu(t,e,i,s,n){let o;const{width:r,height:a}=t;if(r!==a||s){const t=lu(e,i);o=cu(),n?(_u(o,e,r/a*(s||1),1),uu(o,e,t+90)):(_u(o,e,1,r/a*(s||1)),uu(o,e,t))}return o}const{getDistance:mu}=K,{toPoint:vu}=ht,wu={},xu={};const bu={linearGradient:function(e,i){let{from:s,to:n,type:o,opacity:r}=e;nu(s||"top",i,ru),nu(n||"bottom",i,au);const a=t.canvas.createLinearGradient(ru.x,ru.y,au.x,au.y),h={type:o,style:a};return hu(h,a,e.stops,r),h},radialGradient:function(e,i){let{from:s,to:n,type:o,opacity:r,stretch:a}=e;pu(s||"center",i,gu),pu(n||"bottom",i,fu);const h=t.canvas.createRadialGradient(gu.x,gu.y,0,gu.x,gu.y,du(gu,fu)),l={type:o,style:h};hu(l,h,e.stops,r);const d=yu(i,gu,fu,a,!0);return d&&(l.transform=d),l},conicGradient:function(e,i){let{from:s,to:n,type:o,opacity:r,stretch:a}=e;vu(s||"center",i,wu),vu(n||"bottom",i,xu);const h=t.conicGradientSupport?t.canvas.createConicGradient(0,wu.x,wu.y):t.canvas.createRadialGradient(wu.x,wu.y,0,wu.x,wu.y,mu(wu,xu)),l={type:o,style:h};hu(l,h,e.stops,r);const d=yu(i,wu,xu,a||1,t.conicGradientRotate90);return d&&(l.transform=d),l},getTransform:yu},{copy:ku,toOffsetOutBounds:Eu}=Tt,Su={},Bu={};function Ru(e,i,s,n){const{bounds:o,shapeBounds:r}=n;if(t.fullImageShadow){if(ku(Su,e.bounds),Su.x+=i.x-r.x,Su.y+=i.y-r.y,s){const{fitMatrix:t}=n;Su.x-=(o.x+(t?t.e:0)+o.width/2)*(s-1),Su.y-=(o.y+(t?t.f:0)+o.height/2)*(s-1),Su.width*=s,Su.height*=s}e.copyWorld(n.canvas,e.bounds,Su)}else s&&(ku(Su,i),Su.x-=i.width/2*(s-1),Su.y-=i.height/2*(s-1),Su.width*=s,Su.height*=s),e.copyWorld(n.canvas,r,s?Su:i)}const{toOffsetOutBounds:Tu}=Tt,Cu={};const Ou={shadow:function(t,e,i){let s,n;const{__nowWorld:o,__layout:r}=t,{shadow:a}=t.__,{worldCanvas:h,bounds:l,shapeBounds:d,scaleX:c,scaleY:u}=i,_=e.getSameCanvas(),p=a.length-1;Eu(l,Bu),a.forEach((a,g)=>{let f=1;if(a.scaleFixed){const t=Math.abs(o.scaleX);t>1&&(f=1/t)}_.setWorldShadow(Bu.offsetX+a.x*c*f,Bu.offsetY+a.y*u*f,a.blur*c*f,xh.string(a.color)),n=a.spread?1+2*a.spread/(r.boxBounds.width+2*(r.strokeBoxSpread||0))*f:0,Ru(_,Bu,n,i),s=l,a.box&&(_.restore(),_.save(),h&&(_.copyWorld(_,l,o,"copy"),s=o),h?_.copyWorld(h,o,o,"destination-out"):_.copyWorld(i.canvas,d,l,"destination-out")),zo.copyCanvasByWorld(t,e,_,s,a.blendMode),p&&g<p&&_.clearWorld(s,!0)}),_.recycle(s)},innerShadow:function(t,e,i){let s,n;const{__nowWorld:o,__layout:r}=t,{innerShadow:a}=t.__,{worldCanvas:h,bounds:l,shapeBounds:d,scaleX:c,scaleY:u}=i,_=e.getSameCanvas(),p=a.length-1;Tu(l,Cu),a.forEach((a,g)=>{let f=1;if(a.scaleFixed){const t=Math.abs(o.scaleX);t>1&&(f=1/t)}_.save(),_.setWorldShadow(Cu.offsetX+a.x*c*f,Cu.offsetY+a.y*u*f,a.blur*c*f),n=a.spread?1-2*a.spread/(r.boxBounds.width+2*(r.strokeBoxSpread||0))*f:0,Ru(_,Cu,n,i),_.restore(),h?(_.copyWorld(_,l,o,"copy"),_.copyWorld(h,o,o,"source-out"),s=o):(_.copyWorld(i.canvas,d,l,"source-out"),s=l),_.fillWorld(s,xh.string(a.color),"source-in"),zo.copyCanvasByWorld(t,e,_,s,a.blendMode),p&&g<p&&_.clearWorld(s,!0)}),_.recycle(s)},blur:function(t,e,i){const{blur:s}=t.__;i.setWorldBlur(s*t.__nowWorld.a),i.copyWorldToInner(e,t.__nowWorld,t.__layout.renderBounds),i.filter="none"},backgroundBlur:function(t,e,i){}},{excludeRenderBounds:Lu}=Go;let Pu;function Au(t,e,i,s,n,o,r,a){switch(e){case"grayscale":Pu||(Pu=!0,n.useGrayscaleAlpha(t.__nowWorld));case"alpha":!function(t,e,i,s,n,o){const r=t.__nowWorld;i.resetTransform(),i.opacity=1,i.useMask(s,r),o&&s.recycle(r);Mu(t,e,i,1,n,o)}(t,i,s,n,r,a);break;case"opacity-path":Mu(t,i,s,o,r,a);break;case"path":a&&i.restore()}}function Du(t){return t.getSameCanvas(!1,!0)}function Mu(t,e,i,s,n,o){const r=t.__nowWorld;e.resetTransform(),e.opacity=s,e.copyWorld(i,r,void 0,n),o?i.recycle(r):i.clearWorld(r,!0)}hl.prototype.__renderMask=function(t,e){let i,s,n,o,r,a;const{children:h}=this;for(let l=0,d=h.length;l<d;l++){if(i=h[l],a=i.__.mask,a){r&&(Au(this,r,t,n,s,o,void 0,!0),s=n=null),o=i.__.opacity,Pu=!1,"path"===a||"clipping-path"===a?(o<1?(r="opacity-path",n||(n=Du(t))):(r="path",t.save()),i.__clip(n||t,e)):(r="grayscale"===a?"grayscale":"alpha",s||(s=Du(t)),n||(n=Du(t)),i.__render(s,e)),"clipping"!==a&&"clipping-path"!==a||Lu(i,e)||i.__render(t,e);continue}const d=1===o&&i.__.__blendMode;d&&Au(this,r,t,n,s,o,void 0,!1),Lu(i,e)||i.__render(n||t,e),d&&Au(this,r,t,n,s,o,d,!1)}Au(this,r,t,n,s,o,void 0,!0)};const Fu=">)]}%!?,.:;'\"》)」〉』〗】〕}┐>’”!?,、。:;‰",Iu=Fu+"_#~&*+\\=|≮≯≈≠=…",Wu=new RegExp([[19968,40959],[13312,19903],[131072,173791],[173824,177983],[177984,178207],[178208,183983],[183984,191471],[196608,201551],[201552,205743],[11904,12031],[12032,12255],[12272,12287],[12288,12351],[12736,12783],[12800,13055],[13056,13311],[63744,64255],[65072,65103],[127488,127743],[194560,195103]].map(([t,e])=>`[\\u${t.toString(16)}-\\u${e.toString(16)}]`).join("|"));function zu(t){const e={};return t.split("").forEach(t=>e[t]=!0),e}const Nu=zu("ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz"),Yu=zu("{[(<'\"《(「〈『〖【〔{┌<‘“=¥¥$€££¢¢"),Hu=zu(Fu),Xu=zu(Iu),Vu=zu("- —/~|┆·");var Uu;!function(t){t[t.Letter=0]="Letter",t[t.Single=1]="Single",t[t.Before=2]="Before",t[t.After=3]="After",t[t.Symbol=4]="Symbol",t[t.Break=5]="Break"}(Uu||(Uu={}));const{Letter:ju,Single:Gu,Before:Ku,After:qu,Symbol:Zu,Break:Ju}=Uu;function $u(t){return Nu[t]?ju:Vu[t]?Ju:Yu[t]?Ku:Hu[t]?qu:Xu[t]?Zu:Wu.test(t)?Gu:ju}const Qu={trimRight(t){const{words:e}=t;let i,s=0,n=e.length;for(let o=n-1;o>-1&&(i=e[o].data[0]," "===i.char);o--)s++,t.width-=i.width;s&&e.splice(n-s,s)}};function t_(t,e,i){switch(e){case"title":return i?t.toUpperCase():t;case"upper":return t.toUpperCase();case"lower":return t.toLowerCase();default:return t}}const{trimRight:e_}=Qu,{Letter:i_,Single:s_,Before:n_,After:o_,Symbol:r_,Break:a_}=Uu;let h_,l_,d_,c_,u_,__,p_,g_,f_,y_,m_,v_,w_,x_,b_,k_,E_,S_=[];function B_(t,e){f_&&!g_&&(g_=f_),h_.data.push({char:t,width:e}),d_+=e}function R_(){c_+=d_,h_.width=d_,l_.words.push(h_),h_={data:[]},d_=0}function T_(){x_&&(b_.paraNumber++,l_.paraStart=!0,x_=!1),f_&&(l_.startCharSize=g_,l_.endCharSize=f_,g_=0),l_.width=c_,k_.width?e_(l_):E_&&C_(),S_.push(l_),l_={words:[]},c_=0}function C_(){c_>(b_.maxWidth||0)&&(b_.maxWidth=c_)}const{top:O_,right:L_,bottom:P_,left:A_}=ot;function D_(t,e,i){const{bounds:s,rows:n}=t;s[e]+=i;for(let t=0;t<n.length;t++)n[t][e]+=i}const M_={getDrawData:function(e,i){a(e)||(e=String(e));let s=0,n=0,o=i.__getInput("width")||0,r=i.__getInput("height")||0;const{textDecoration:h,__font:l,__padding:d}=i;d&&(o?(s=d[A_],o-=d[L_]+d[A_]):i.autoSizeAlign||(s=d[A_]),r?(n=d[O_],r-=d[O_]+d[P_]):i.autoSizeAlign||(n=d[O_]));const c={bounds:{x:s,y:n,width:o,height:r},rows:[],paraNumber:0,font:t.canvas.font=l};return function(e,i,s){b_=e,S_=e.rows,k_=e.bounds,E_=!k_.width&&!s.autoSizeAlign;const{__letterSpacing:n,paraIndent:o,textCase:r}=s,{canvas:a}=t,{width:h,height:l}=k_;if(h||l||n||"none"!==r){const t="none"!==s.textWrap,e="break"===s.textWrap;x_=!0,m_=null,g_=p_=f_=d_=c_=0,h_={data:[]},l_={words:[]},n&&(i=[...i]);for(let s=0,l=i.length;s<l;s++)__=i[s],"\n"===__?(d_&&R_(),l_.paraEnd=!0,T_(),x_=!0):(y_=$u(__),y_===i_&&"none"!==r&&(__=t_(__,r,!d_)),p_=a.measureText(__).width,n&&(n<0&&(f_=p_),p_+=n),v_=y_===s_&&(m_===s_||m_===i_)||m_===s_&&y_!==o_,w_=!(y_!==n_&&y_!==s_||m_!==r_&&m_!==o_),u_=x_&&o?h-o:h,t&&h&&c_+d_+p_>u_&&(e?(d_&&R_(),c_&&T_()):(w_||(w_=y_===i_&&m_==o_),v_||w_||y_===a_||y_===n_||y_===s_||d_+p_>u_?(d_&&R_(),c_&&T_()):c_&&T_()))," "===__&&!0!==x_&&c_+d_===0||(y_===a_?(" "===__&&d_&&R_(),B_(__,p_),R_()):v_||w_?(d_&&R_(),B_(__,p_)):B_(__,p_)),m_=y_);d_&&R_(),c_&&T_(),S_.length>0&&(S_[S_.length-1].paraEnd=!0)}else i.split("\n").forEach(t=>{b_.paraNumber++,c_=a.measureText(t).width,S_.push({x:o||0,text:t,width:c_,paraStart:!0}),E_&&C_()})}(c,e,i),d&&function(t,e,i,s,n){if(!s&&i.autoSizeAlign)switch(i.textAlign){case"left":D_(e,"x",t[A_]);break;case"right":D_(e,"x",-t[L_])}if(!n&&i.autoSizeAlign)switch(i.verticalAlign){case"top":D_(e,"y",t[O_]);break;case"bottom":D_(e,"y",-t[P_])}}(d,c,i,o,r),function(t,e){const{rows:i,bounds:s}=t,n=i.length,{__lineHeight:o,__baseLine:r,__letterSpacing:a,__clipText:h,textAlign:l,verticalAlign:d,paraSpacing:c,autoSizeAlign:u}=e;let{x:_,y:p,width:g,height:f}=s,y=o*n+(c?c*(t.paraNumber-1):0),m=r;if(h&&y>f)y=Math.max(f,o),n>1&&(t.overflow=n);else if(f||u)switch(d){case"middle":p+=(f-y)/2;break;case"bottom":p+=f-y}m+=p;let v,w,x,b=g||u?g:t.maxWidth;for(let r=0,d=n;r<d;r++){if(v=i[r],v.x=_,v.width<g||v.width>g&&!h)switch(l){case"center":v.x+=(b-v.width)/2;break;case"right":v.x+=b-v.width}v.paraStart&&c&&r>0&&(m+=c),v.y=m,m+=o,t.overflow>r&&m>y&&(v.isOverflow=!0,t.overflow=r+1),w=v.x,x=v.width,a<0&&(v.width<0?(x=-v.width+e.fontSize+a,w-=x,x+=e.fontSize):x-=a),w<s.x&&(s.x=w),x>s.width&&(s.width=x),h&&g&&g<x&&(v.isOverflow=!0,t.overflow||(t.overflow=i.length))}s.y=p,s.height=y}(c,i),function(t,e,i){const{rows:s}=t,{textAlign:n,paraIndent:o,letterSpacing:r}=e;let a,h,l,d,c,u;s.forEach(t=>{t.words&&(l=o&&t.paraStart?o:0,u=t.words.length,h=i&&("justify"===n||"both"===n)&&u>1?(i-t.width-l)/(u-1):0,d=r||t.isOverflow?0:h>.01?1:2,t.isOverflow&&!r&&(t.textMode=!0),2===d?(t.x+=l,function(t){t.text="",t.words.forEach(e=>{e.data.forEach(e=>{t.text+=e.char})})}(t)):(t.x+=l,a=t.x,t.data=[],t.words.forEach((e,i)=>{1===d?(c={char:"",x:a},a=function(t,e,i){return t.forEach(t=>{i.char+=t.char,e+=t.width}),e}(e.data,a,c),(t.isOverflow||" "!==c.char)&&t.data.push(c)):a=function(t,e,i,s){return t.forEach(t=>{(s||" "!==t.char)&&(t.x=e,i.push(t)),e+=t.width}),e}(e.data,a,t.data,t.isOverflow),!h||t.paraEnd&&"both"!==n||i===u-1||(a+=h,t.width+=h)})),t.words=null)})}(c,i,o),c.overflow&&function(e,i,s,n){if(!n)return;const{rows:o,overflow:r}=e;let{textOverflow:a}=i;if(o.splice(r),a&&"show"!==a){let e,h;"hide"===a?a="":"ellipsis"===a&&(a="...");const l=a?t.canvas.measureText(a).width:0,d=s+n-l;("none"===i.textWrap?o:[o[r-1]]).forEach(t=>{if(t.isOverflow&&t.data){let i=t.data.length-1;for(let s=i;s>-1&&(e=t.data[s],h=e.x+e.width,!(s===i&&h<d));s--){if(h<d&&" "!==e.char||!s){t.data.splice(s+1),t.width-=e.width;break}t.width-=e.width}t.width+=l,t.data.push({char:a,x:h}),t.textMode&&function(t){t.text="",t.data.forEach(e=>{t.text+=e.char}),t.data=null}(t)}})}}(c,i,s,o),"none"!==h&&function(t,e){let i;const{fontSize:s,textDecoration:n}=e;switch(t.decorationHeight=s/11,_(n)?(i=n.type,n.color&&(t.decorationColor=xh.string(n.color))):i=n,i){case"under":t.decorationY=[.15*s];break;case"delete":t.decorationY=[.35*-s];break;case"under-delete":t.decorationY=[.15*s,.35*-s]}}(c,i),c}};const F_={string:function(t,e){const i=l(e)&&e<1;if(a(t)){if(!i||!xh.object)return t;t=xh.object(t)}let s=o(t.a)?1:t.a;i&&(s*=e);const n=t.r+","+t.g+","+t.b;return 1===s?"rgb("+n+")":"rgba("+n+","+s+")"}};function I_(t){return t?u(t)?t:[t]:[]}Object.assign(wh,M_),Object.assign(xh,F_),Object.assign(Eh,mc),Object.assign(Sh,su),Object.assign(Bh,bu),Object.assign(Rh,Ou),Object.assign(Ut,{interaction:(t,e,i,s)=>new Wd(t,e,i,s),hitCanvas:(t,e)=>new qa(t,e),hitCanvasManager:()=>new Nd}),Ja();class W_ extends ur{get list(){return I_(this.value)}get oldList(){return I_(this.oldValue)}constructor(t,e){super(t),e&&Object.assign(this,e)}}function z_(t){return(e,i)=>{const s="_"+i;zn(e,i,{get(){return this[s]},set(e){const n=this[s];if(n!==e){if(this.config){const t="target"===i;if(t){u(e)&&e.length>1&&e[0].locked&&e.splice(0,1),this.single&&(this.element.syncEventer=null);const{beforeSelect:t}=this.config;if(t){const i=t({target:e});if(_(i))e=i;else if(!1===i)return}}const s=t?W_.BEFORE_SELECT:W_.BEFORE_HOVER;this.hasEvent(s)&&this.emitEvent(new W_(s,{editor:this,value:e,oldValue:n}))}this[s]=e,t(this,n)}}})}}W_.BEFORE_SELECT="editor.before_select",W_.SELECT="editor.select",W_.AFTER_SELECT="editor.after_select",W_.BEFORE_HOVER="editor.before_hover",W_.HOVER="editor.hover";const{abs:N_}=Math,{copy:Y_,scale:H_}=I,{setListWithFn:X_}=Tt,{worldBounds:V_}=Go,U_={a:1,b:0,c:0,d:1,e:0,f:0},j_={x:0,y:0,width:0,height:0};class G_ extends al{constructor(){super(),this.list=[],this.visible=0,this.hittable=!1,this.strokeAlign="center"}setTarget(t,e){e&&this.set(e),this.target=t,this.update()}update(t){const{list:e}=this;e.length?(X_(j_,e,V_),t&&this.set(t),this.set(j_),this.visible=!0):this.visible=0}__draw(t,e){const{list:i}=this;if(i.length){let s;const n=this.__,{stroke:o,strokeWidth:r,fill:h}=n,{bounds:l}=e;for(let d=0;d<i.length;d++){s=i[d];const{worldTransform:c,worldRenderBounds:u}=s;if(u.width&&u.height&&(!l||l.hit(u,e.matrix))){const i=N_(c.scaleX),l=N_(c.scaleY);if(Y_(U_,c),U_.half=r%2,i!==l){H_(U_,1/i,1/l),t.setWorld(U_,e.matrix),t.beginPath(),n.strokeWidth=r;const{x:o,y:a,width:h,height:d}=s.__layout.boxBounds;t.rect(o*i,a*l,h*i,d*l)}else t.setWorld(U_,e.matrix),t.beginPath(),s.__.__useArrow?s.__drawPath(t):s.__.__pathForRender?s.__drawRenderPath(t):s.__drawPathByBox(t),n.strokeWidth=r/N_(c.scaleX);o&&(a(o)?Eh.stroke(o,this,t):Eh.strokes(o,this,t)),h&&(a(h)?Eh.fill(h,this,t):Eh.fills(h,this,t))}}n.strokeWidth=r}}destroy(){this.target=null,super.destroy()}}Qt([z_(function(t){const e=t.target;t.list=e?u(e)?e:[e]:[]})],G_.prototype,"target",void 0);class K_ extends hl{constructor(t){super(t),this.strokeArea=new ul({strokeAlign:"center"}),this.fillArea=new ul,this.visible=0,this.hittable=!1,this.addMany(this.fillArea,this.strokeArea)}setStyle(t,e){const{visible:i,stroke:s,strokeWidth:n}=t;this.visible=i,this.strokeArea.reset(Object.assign({stroke:s,strokeWidth:n},e||{})),this.fillArea.reset({visible:!e,fill:s,opacity:.2})}setBounds(t){this.strokeArea.set(t),this.fillArea.set(t)}}const q_={findOne:t=>t.list.find(t=>t.editable),findByBounds(t,e){const i=[];return Z_([t],i,e),i}};function Z_(t,e,i){let s,n;for(let o=0,r=t.length;o<r;o++)if(s=t[o],n=s.__,n.hittable&&n.visible&&!n.locked&&i.hit(s.__world)){if(n.editable){if(s.isBranch&&!n.hitChildren){n.hitSelf&&e.push(s);continue}if(s.isFrame){if(i.includes(s.__layout.boxBounds,s.__world)){e.push(s);continue}}else i.hit(s.__layout.boxBounds,s.__world)&&n.hitSelf&&e.push(s)}s.isBranch&&Z_(s.children,e,i)}}const{findOne:J_,findByBounds:$_}=q_;class Q_ extends hl{get dragging(){return!!this.originList}get running(){const{editor:t}=this;return this.hittable&&t.visible&&t.hittable&&t.mergeConfig.selector}get isMoveMode(){return this.app&&this.app.interaction.moveMode}constructor(t){super(),this.hoverStroker=new G_,this.targetStroker=new G_,this.bounds=new Pt,this.selectArea=new K_,this.__eventIds=[],this.editor=t,this.addMany(this.targetStroker,this.hoverStroker,this.selectArea),this.__listenEvents()}onHover(){const{editor:t}=this;if(!this.running||this.dragging||t.dragging)this.hoverStroker.target=null;else{const{stroke:e,strokeWidth:i,hover:s,hoverStyle:n}=t.mergeConfig;this.hoverStroker.setTarget(s?this.editor.hoverTarget:null,Object.assign({stroke:e,strokeWidth:i},n||{}))}}onSelect(){this.running&&(this.targetStroker.setTarget(this.editor.list),this.hoverStroker.target=null)}update(){this.hoverStroker.update();const{stroke:t,strokeWidth:e,selectedStyle:i}=this.editor.mergedConfig;this.targetStroker.update(Object.assign({stroke:t,strokeWidth:e&&Math.max(1,e/2)},i||{}))}onPointerMove(t){const{app:e,editor:i}=this;if(this.running&&!this.isMoveMode&&e.interaction.canHover&&!e.interaction.dragging){const e=this.findUI(t);i.hoverTarget=i.hasItem(e)?null:e}this.isMoveMode&&(i.hoverTarget=null)}onBeforeDown(t){if(t.multiTouch)return;const{select:e}=this.editor.mergeConfig;"press"===e&&(this.app.config.mobile?this.waitSelect=()=>this.checkAndSelect(t):this.checkAndSelect(t))}onTap(t){if(t.multiTouch)return;const{editor:e}=this,{select:i}=e.mergeConfig;"tap"===i?this.checkAndSelect(t):this.waitSelect&&this.waitSelect(),this.needRemoveItem?e.removeItem(this.needRemoveItem):this.isMoveMode&&(e.target=null)}checkAndSelect(t){if(this.needRemoveItem=null,this.allowSelect(t)){const{editor:e}=this,i=this.findUI(t);i?this.isMultipleSelect(t)?e.hasItem(i)?this.needRemoveItem=i:e.addItem(i):e.target=i:this.allow(t.target)&&(this.isHoldMultipleSelectKey(t)||(e.target=null))}}onDragStart(t){if(!t.multiTouch&&(this.waitSelect&&this.waitSelect(),this.allowDrag(t))){const{editor:e}=this,{stroke:i,area:s}=e.mergeConfig,{x:n,y:o}=t.getInnerPoint(this);this.bounds.set(n,o),this.selectArea.setStyle({visible:!0,stroke:i,x:n,y:o},s),this.selectArea.setBounds(this.bounds.get()),this.originList=e.leafList.clone()}}onDrag(t){if(!t.multiTouch){if(this.editor.dragging)return this.onDragEnd(t);if(this.dragging){const{editor:e}=this,i=t.getInnerTotal(this),s=this.bounds.clone().unsign(),n=new ja($_(e.app,s));if(this.bounds.width=i.x,this.bounds.height=i.y,this.selectArea.setBounds(s.get()),n.length){const t=[];this.originList.forEach(e=>{n.has(e)||t.push(e)}),n.forEach(e=>{this.originList.has(e)||t.push(e)}),(t.length!==e.list.length||e.list.some((e,i)=>e!==t[i]))&&(e.target=t)}else e.target=this.originList.list}}}onDragEnd(t){t.multiTouch||this.dragging&&(this.originList=null,this.selectArea.visible=0)}onAutoMove(t){if(this.dragging){const{x:e,y:i}=t.getLocalMove(this);this.bounds.x+=e,this.bounds.y+=i}}allow(t){return t.leafer!==this.editor.leafer}allowDrag(t){const{boxSelect:e,multipleSelect:i}=this.editor.mergeConfig;return!(!(this.running&&i&&e)||t.target.draggable)&&(!this.editor.editing&&this.allow(t.target)||this.isHoldMultipleSelectKey(t)&&!J_(t.path))}allowSelect(t){return this.running&&!this.isMoveMode&&!t.middle}findDeepOne(t){const e={exclude:new ja(this.editor.editBox.rect)};return J_(t.target.leafer.interaction.findPath(t,e))}findUI(t){return this.isMultipleSelect(t)?this.findDeepOne(t):J_(t.path)}isMultipleSelect(t){const{multipleSelect:e,continuousSelect:i}=this.editor.mergeConfig;return e&&(this.isHoldMultipleSelectKey(t)||i)}isHoldMultipleSelectKey(t){const{multipleSelectKey:e}=this.editor.mergedConfig;return e?t.isHoldKeys(e):t.shiftKey}__listenEvents(){const{editor:t}=this;t.waitLeafer(()=>{const{app:e}=t;e.selector.proxy=t,this.__eventIds=[t.on_([[W_.HOVER,this.onHover,this],[W_.SELECT,this.onSelect,this]]),e.on_([[cd.MOVE,this.onPointerMove,this],[cd.BEFORE_DOWN,this.onBeforeDown,this],[cd.TAP,this.onTap,this],[pd.START,this.onDragStart,this,!0],[pd.DRAG,this.onDrag,this],[pd.END,this.onDragEnd,this],[yd.MOVE,this.onAutoMove,this],[[wd.ZOOM,yd.MOVE],()=>{this.editor.hoverTarget=null}]])]})}__removeListenEvents(){this.off_(this.__eventIds)}destroy(){this.editor=this.originList=this.needRemoveItem=null,this.__removeListenEvents(),super.destroy()}}const{topLeft:tp,top:ep,topRight:ip,right:sp,bottomRight:np,bottom:op,bottomLeft:rp,left:ap}=rt,{toPoint:hp}=ht,{within:lp}=b,dp={getScaleData(t,e,i,s,n,o,r,a){let h,l={},d=1,c=1;const{boxBounds:u,widthRange:_,heightRange:p,dragBounds:g,worldBoxBounds:f}=t,{width:y,height:m}=e;o&&(s.x*=2,s.y*=2);const v=t.scaleX/e.scaleX,w=t.scaleY/e.scaleY,x=v<0?-1:1,b=w<0?-1:1,k=a?v:x*u.width/y,E=a?w:b*u.height/m;s.x*=a?v:x,s.y*=a?w:b;const S=(-s.y+m)/m,B=(s.x+y)/y,R=(s.y+m)/m,T=(-s.x+y)/y;switch(i){case ep:c=S,h="bottom";break;case sp:d=B,h="left";break;case op:c=R,h="top";break;case ap:d=T,h="right";break;case tp:c=S,d=T,h="bottom-right";break;case ip:c=S,d=B,h="bottom-left";break;case np:c=R,d=B,h="top-left";break;case rp:c=R,d=T,h="top-right"}if(n)if("corner"===n&&i%2)n=!1;else{let t;switch(i){case ep:case op:t=c;break;case ap:case sp:t=d;break;default:t=Math.sqrt(Math.abs(d*c))}d=d<0?-t:t,c=c<0?-t:t}const C=1!==d,O=1!==c;if(C&&(d/=k),O&&(c/=E),!r){const{worldTransform:e}=t;d<0&&(d=1/u.width/e.scaleX),c<0&&(c=1/u.height/e.scaleY)}if(hp(o||h,u,l,!0),g){const e="parent"===g?t.parent.boxBounds:g,i=new Pt(t.__localBoxBounds);if(Tt.includes(new Pt(e).spread(.1),i)&&(i.scaleOf(t.getLocalPointByInner(l),d,c),!Tt.includes(e,i))){const t=i.getIntersect(e),s=t.width/i.width,n=t.height/i.height;C&&(d*=s),O&&(c*=n)}}if(C&&_){const e=u.width*t.scaleX;d=lp(e*d,_)/e}if(O&&p){const e=u.height*t.scaleY;c=lp(e*c,p)/e}return C&&Math.abs(d*f.width)<1&&(d=(d<0?-1:1)/f.width),O&&Math.abs(c*f.height)<1&&(c=(c<0?-1:1)/f.height),n&&d!==c&&(c=d=Math.min(d,c)),{origin:l,scaleX:d,scaleY:c,direction:i,lockRatio:n,around:o}},getRotateData(t,e,i,s,n){let o,r={};switch(e){case tp:o="bottom-right";break;case ip:o="bottom-left";break;case np:o="top-left";break;case rp:o="top-right";break;default:o="center"}return hp(n||o,t.boxBounds,r,!0),{origin:r,rotation:K.getRotation(s,t.getWorldPointByBox(r),i)}},getSkewData(t,e,i,s){let n,o,r={},a=0,h=0;switch(e){case ep:case tp:o={x:.5,y:0},n="bottom",a=1;break;case op:case np:o={x:.5,y:1},n="top",a=1;break;case ap:case rp:o={x:0,y:.5},n="right",h=1;break;case sp:case ip:o={x:1,y:.5},n="left",h=1}const{width:l,height:d}=t;o.x=o.x*l,o.y=o.y*d,hp(s||n,t,r,!0);const c=K.getRotation(o,r,{x:o.x+(a?i.x:0),y:o.y+(h?i.y:0)});return a?a=-c:h=c,{origin:r,skewX:a,skewY:h}},getAround:(t,e)=>e&&!t?"center":t,getRotateDirection:(t,e,i=8)=>((t=(t+Math.round(e/(360/i)))%i)<0&&(t+=i),t),getFlipDirection(t,e,i){if(e)switch(t){case ap:t=sp;break;case tp:t=ip;break;case rp:t=np;break;case sp:t=ap;break;case ip:t=tp;break;case np:t=rp}if(i)switch(t){case ep:t=op;break;case tp:t=rp;break;case ip:t=np;break;case op:t=ep;break;case rp:t=tp;break;case np:t=ip}return t}},cp={};function up(t,e){const{enterPoint:i,dragging:s,skewing:n,resizing:o,flippedX:r,flippedY:a}=t;if(!i||!t.editor.editing||!t.canUse)return;if("circle"===i.name)return;if("button"===i.pointType)return void(i.cursor||(i.cursor="pointer"));let{rotation:h}=t;const{pointType:l}=i,{resizeCursor:d,rotateCursor:c,skewCursor:u,resizeable:_,rotateable:p,skewable:g}=t.mergeConfig;let f=l.includes("resize");f&&p&&(t.isHoldRotateKey(e)||!_)&&(f=!1);const y=g&&!f&&("resize-line"===i.name||"skew"===l),m=s?n?u:o?d:c:y?u:f?d:c;h+=45*(dp.getFlipDirection(i.direction,r,a)+1),h=2*Math.round(b.formatRotation(h,!0)/2);const{url:v,x:w,y:x}=m,k=v+h;cp[k]?i.cursor=cp[k]:cp[k]=i.cursor={url:pp(v,h),x:w,y:x}}function _p(t){const{moveCursor:e,moveable:i}=t.mergeConfig;t.canUse&&(t.rect.cursor=i?e:void 0)}function pp(t,e){return'"data:image/svg+xml,'+encodeURIComponent(t.replace("{{rotation}}",e.toString()))+'"'}class gp extends vl{constructor(t){super(t),this.useFastShadow=!0}}const fp=["top","right","bottom","left"],yp=void 0;class mp extends hl{get mergeConfig(){const{config:t}=this,{mergeConfig:e,editBox:i}=this.editor;return this.mergedConfig=t&&i!==this?Object.assign(Object.assign({},e),t):e}get target(){return this._target||this.editor.element}set target(t){this._target=t}get single(){return!!this._target||this.editor.single}get transformTool(){return this._transformTool||this.editor}set transformTool(t){this._transformTool=t}get flipped(){return this.flippedX||this.flippedY}get flippedX(){return this.scaleX<0}get flippedY(){return this.scaleY<0}get flippedOne(){return this.scaleX*this.scaleY<0}get canUse(){return this.visible&&this.view.visible}get canGesture(){if(!this.canUse)return!1;const{moveable:t,resizeable:e,rotateable:i}=this.mergeConfig;return a(t)||a(e)||a(i)}constructor(t){super(),this.view=new hl,this.rect=new vl({name:"rect",hitFill:"all",hitStroke:"none",strokeAlign:"center",hitRadius:5}),this.circle=new gp({name:"circle",strokeAlign:"center",around:"center",cursor:"crosshair",hitRadius:5}),this.buttons=new hl({around:"center",hitSelf:!1,visible:0}),this.resizePoints=[],this.rotatePoints=[],this.resizeLines=[],this.dragStartData={},this.__eventIds=[],this.editor=t,this.visible=!1,this.create(),this.__listenEvents()}create(){let t,e,i;const{view:s,resizePoints:n,rotatePoints:o,resizeLines:r,rect:a,circle:h,buttons:l}=this,d=["bottom-right","bottom","bottom-left","left","top-left","top","top-right","right"];for(let s=0;s<8;s++)t=new gp({name:"rotate-point",around:d[s],width:15,height:15,hitFill:"all"}),o.push(t),this.listenPointEvents(t,"rotate",s),s%2&&(e=new gp({name:"resize-line",around:"center",width:10,height:10,hitFill:"all"}),r.push(e),this.listenPointEvents(e,"resize",s)),i=new gp({name:"resize-point",hitRadius:5}),n.push(i),this.listenPointEvents(i,"resize",s);this.listenPointEvents(h,"rotate",2),s.addMany(...o,a,h,l,...r,...n),this.add(s)}load(){const{target:t,mergeConfig:e,single:i,rect:s,circle:n,resizePoints:o}=this,{stroke:r,strokeWidth:a}=e,h=this.getPointsStyle(),l=this.getMiddlePointsStyle();let d;this.visible=!t.locked;for(let t=0;t<8;t++)d=o[t],d.set(this.getPointStyle(t%2?l[(t-1)/2%l.length]:h[t/2%h.length])),d.rotation=(t-(t%2?1:0))/2*90;n.set(this.getPointStyle(e.circle||e.rotatePoint||h[0])),s.set(Object.assign({stroke:r,strokeWidth:a,editConfig:yp},e.rect||{}));const c=i&&this.transformTool.editTool;s.hittable=!c,s.syncEventer=c&&this.editor,c&&(t.syncEventer=s,this.app.interaction.bottomList=[{target:s,proxy:t}]),_p(this)}update(){const{editor:t}=this,{x:e,y:i,scaleX:s,scaleY:n,rotation:o,skewX:r,skewY:a,width:h,height:l}=this.target.getLayoutBounds("box",t,!0);this.visible=!this.target.locked,this.set({x:e,y:i,scaleX:s,scaleY:n,rotation:o,skewX:r,skewY:a}),this.updateBounds({x:0,y:0,width:h,height:l})}unload(){this.visible=!1,this.app&&(this.rect.syncEventer=this.app.interaction.bottomList=null)}updateBounds(t){const{editMask:e}=this.editor,{mergeConfig:i,single:s,rect:n,circle:o,buttons:r,resizePoints:a,rotatePoints:h,resizeLines:d}=this,{middlePoint:c,resizeable:u,rotateable:_,hideOnSmall:p,editBox:g,mask:f,spread:y,hideRotatePoints:m,hideResizeLines:v}=i;if(e.visible=!!f||0,y&&Tt.spread(t,y),this.view.worldOpacity){const{width:e,height:f}=t,y=l(p)?p:10,w=g&&!(p&&e<y&&f<y);let x,b,k,E={};for(let i=0;i<8;i++)ht.toPoint(ht.directionData[i],t,E),b=a[i],x=h[i],b.set(E),x.set(E),b.visible=w&&!(!u&&!_),x.visible=w&&_&&u&&!m,i%2&&(k=d[(i-1)/2],k.set(E),k.visible=b.visible&&!v,b.visible=x.visible=w&&!!c,(i+1)/2%2?(k.width=e,p&&2*b.width>e&&(b.visible=!1)):(k.height=f,p&&2*b.width>f&&(b.visible=!1)));o.visible=w&&_&&!(!i.circle&&!i.rotatePoint),o.visible&&this.layoutCircle(),n.path&&(n.path=null),n.set(Object.assign(Object.assign({},t),{visible:!s||g})),r.visible=w&&r.children.length>0||0,r.visible&&this.layoutButtons()}else n.set(t)}layoutCircle(){const{circleDirection:t,circleMargin:e,buttonsMargin:i,buttonsDirection:s,middlePoint:n}=this.mergedConfig,o=fp.indexOf(t||(this.buttons.children.length&&"bottom"===s?"top":"bottom"));this.setButtonPosition(this.circle,o,e||i,!!n)}layoutButtons(){const{buttons:t}=this,{buttonsDirection:e,buttonsFixed:i,buttonsMargin:s,middlePoint:n}=this.mergedConfig,{flippedX:o,flippedY:r}=this;let a=fp.indexOf(e);(a%2&&o||(a+1)%2&&r)&&i&&(a=(a+2)%4);const h=i?dp.getRotateDirection(a,this.flippedOne?this.rotation:-this.rotation,4):a;this.setButtonPosition(t,h,s,!!n),i&&(t.rotation=90*(h-a)),t.scaleX=o?-1:1,t.scaleY=r?-1:1}setButtonPosition(t,e,i,s){const n=this.resizePoints[2*e+1],o=e%2,r=e&&3!==e?1:-1,a=(i+(e%2?(s?n.width:0)+t.boxBounds.width:(s?n.height:0)+t.boxBounds.height)/2)*r;o?(t.x=n.x+a,t.y=n.y):(t.x=n.x,t.y=n.y+a)}getPointStyle(t){const{stroke:e,strokeWidth:i,pointFill:s,pointSize:n,pointRadius:o}=this.mergedConfig,r={fill:s,stroke:e,strokeWidth:i,around:"center",strokeAlign:"center",width:n,height:n,cornerRadius:o,offsetX:0,offsetY:0,editConfig:yp};return t?Object.assign(r,t):r}getPointsStyle(){const{point:t}=this.mergedConfig;return u(t)?t:[t]}getMiddlePointsStyle(){const{middlePoint:t}=this.mergedConfig;return u(t)?t:t?[t]:this.getPointsStyle()}onDragStart(t){this.dragging=!0;const e=this.dragPoint=t.current,{pointType:i}=e,{editor:s,dragStartData:n}=this,{target:o}=this,{moveable:r,resizeable:a,rotateable:h,skewable:l,hideOnMove:d}=this.mergeConfig;"rect"===e.name?(r&&(this.moving=!0),s.opacity=d?0:1):(i.includes("rotate")||this.isHoldRotateKey(t)||!a?(h&&(this.rotating=!0),"resize-rotate"===i?a&&(this.resizing=!0):"resize-line"===e.name&&(l&&(this.skewing=!0),this.rotating=!1)):"resize"===i&&a&&(this.resizing=!0),"skew"===i&&l&&(this.skewing=!0)),n.x=t.x,n.y=t.y,n.point={x:o.x,y:o.y},n.bounds=Object.assign({},o.getLayoutBounds("box","local")),n.rotation=o.rotation,i&&i.includes("resize")&&(br.resizingKeys=s.leafList.keys)}onDragEnd(t){this.mergeConfig.dragLimitAnimate&&this.moving&&this.transformTool.onMove(t),this.dragPoint=null,this.resetDoing();const{name:e,pointType:i}=t.current;"rect"===e&&(this.editor.opacity=1),i&&i.includes("resize")&&(br.resizingKeys=null)}onDrag(t){const{transformTool:e,moving:i,resizing:s,rotating:n,skewing:o}=this;if(i)e.onMove(t),_p(this);else if(s||n||o){const i=t.current;i.pointType&&(this.enterPoint=i),n&&e.onRotate(t),s&&e.onScale(t),o&&e.onSkew(t),up(this,t)}}resetDoing(){this.canUse&&(this.dragging=this.gesturing=this.moving=this.resizing=this.rotating=this.skewing=!1)}onMove(t){this.canGesture&&"drag"!==t.moveType&&(t.stop(),a(this.mergeConfig.moveable)&&(this.gesturing=this.moving=!0,this.transformTool.onMove(t)))}onScale(t){this.canGesture&&(t.stop(),a(this.mergeConfig.resizeable)&&(this.gesturing=this.resizing=!0,this.transformTool.onScale(t)))}onRotate(t){this.canGesture&&(t.stop(),a(this.mergeConfig.rotateable)&&(this.gesturing=this.rotating=!0,this.transformTool.onRotate(t)))}isHoldRotateKey(t){const{rotateKey:e}=this.mergedConfig;return e?t.isHoldKeys(e):t.metaKey||t.ctrlKey}onKey(t){up(this,t)}onArrow(t){const{editor:e,transformTool:i}=this;if(this.canUse&&e.editing&&this.mergeConfig.keyEvent){let e=0,s=0;const n=t.shiftKey?10:1;switch(t.code){case"ArrowDown":s=n;break;case"ArrowUp":s=-n;break;case"ArrowLeft":e=-n;break;case"ArrowRight":e=n}(e||s)&&i.move(e,s)}}onDoubleTap(t){const{openInner:e,preventEditInner:i}=this.mergeConfig;"double"!==e||i||this.openInner(t)}onLongPress(t){const{openInner:e,preventEditInner:i}=this.mergeConfig;"long"===e&&i&&this.openInner(t)}openInner(t){const{editor:e,target:i}=this;if(this.single){if(i.locked)return;if(i.isBranch&&!i.editInner){if(i.textBox){const{children:t}=i,s=t.find(t=>t.editable&&t instanceof sd)||t.find(t=>t instanceof sd);if(s)return e.openInnerEditor(s)}e.openGroup(i),e.target=e.selector.findDeepOne(t)}else e.openInnerEditor()}}listenPointEvents(t,e,i){t.direction=i,t.pointType=e;const s=[[pd.START,this.onDragStart,this],[pd.DRAG,this.onDrag,this],[pd.END,this.onDragEnd,this],[cd.LEAVE,()=>{this.enterPoint=null}]];"circle"!==t.name&&s.push([cd.ENTER,e=>{this.enterPoint=t,up(this,e)}]),this.__eventIds.push(t.on_(s))}__listenEvents(){const{rect:t,editor:e,__eventIds:i}=this;i.push(t.on_([[pd.START,this.onDragStart,this],[pd.DRAG,this.onDrag,this],[pd.END,this.onDragEnd,this],[cd.ENTER,()=>_p(this)],[cd.DOUBLE_TAP,this.onDoubleTap,this],[cd.LONG_PRESS,this.onLongPress,this]])),this.waitLeafer(()=>{i.push(e.app.on_([[[xd.HOLD,xd.UP],this.onKey,this],[xd.DOWN,this.onArrow,this],[yd.BEFORE_MOVE,this.onMove,this,!0],[wd.BEFORE_ZOOM,this.onScale,this,!0],[md.BEFORE_ROTATE,this.onRotate,this,!0],[yd.END,this.resetDoing,this],[wd.END,this.resetDoing,this],[md.END,this.resetDoing,this]]))})}__removeListenEvents(){this.off_(this.__eventIds)}destroy(){this.editor=null,this.__removeListenEvents(),super.destroy()}}const vp={x:0,y:0,width:1e5,height:1e5};class wp extends al{constructor(t){super(),this.editor=t,this.hittable=!1,this.visible=0}__updateWorldBounds(){Object.assign(this.__local,vp),Object.assign(this.__world,vp)}__draw(t,e){const{editor:i}=this,{mask:s}=i.mergedConfig;if(s&&i.editing){if(t.fillWorld(t.bounds,!0===s?"rgba(0,0,0,0.8)":s),e.bounds&&!e.bounds.hit(i.editBox.rect.__world,e.matrix))return;t.saveBlendMode("destination-out"),e=Object.assign(Object.assign({},e),{shape:!0}),i.list.forEach(i=>{i.__render(t,e);const{parent:s}=i;s&&s.textBox&&s.__renderShape(t,e)}),t.restoreBlendMode()}}destroy(){this.editor=null,super.destroy()}}const xp='\n<feOffset dy="1"/>\n<feGaussianBlur stdDeviation="1.5"/>\n<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0"/>\n<feBlend mode="normal" in="SourceGraphic" result="shape"/>',bp={editSize:"size",keyEvent:!0,stroke:"#836DFF",strokeWidth:2,pointFill:"#FFFFFF",pointSize:10,pointRadius:16,rotateGap:45,buttonsDirection:"bottom",buttonsMargin:12,hideOnSmall:!0,moveCursor:"move",resizeCursor:{url:`\n<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg">\n<g filter="url(#f)">\n<g transform="rotate({{rotation}},12,12)">\n<path d="M7.5 8.0H8.5V5.9L6.8 7.2L7.5 8.0ZM3 11.4L2.3 10.6L1.3 11.4L2.3 12.2L3 11.4ZM7.5 10.4H6.5V11.4H7.5V10.4ZM16.5 10.4V11.4H17.5V10.4H16.5ZM16.5 8.0L17.1 7.2L15.5 5.9V8.0H16.5ZM21 11.4L21.6 12.2L22.6 11.4L21.6 10.6L21 11.4ZM16.5 14.9H15.5V16.9L17.1 15.7L16.5 14.9ZM16.5 12.4H17.5V11.4H16.5V12.4ZM7.5 12.4V11.4H6.5V12.4H7.5ZM7.5 14.9L6.8 15.7L8.5 16.9V14.9H7.5ZM6.8 7.2L2.3 10.6L3.6 12.2L8.1 8.7L6.8 7.2ZM8.5 10.4V8.0H6.5V10.4H8.5ZM16.5 9.4H7.5V11.4H16.5V9.4ZM17.5 10.4V8.0H15.5V10.4H17.5ZM15.8 8.7L20.3 12.2L21.6 10.6L17.1 7.2L15.8 8.7ZM20.3 10.6L15.8 14.1L17.1 15.7L21.6 12.2L20.3 10.6ZM17.5 14.9V12.4H15.5V14.9H17.5ZM7.5 13.4H16.5V11.4H7.5V13.4ZM8.5 14.9V12.4H6.5V14.9H8.5ZM2.3 12.2L6.8 15.7L8.1 14.1L3.6 10.6L2.3 12.2Z" fill="white"/>\n<path fill-rule="evenodd" d="M3 11.4L7.5 8.0V10.4H16.5V8.0L21 11.4L16.5 14.9V12.4H7.5V14.9L3 11.4Z" fill="black"/>\n</g>\n</g>\n<defs>\n<filter id="f" x="-1.6" y="3.9" width="27.2" height="16.9" filterUnits="userSpaceOnUse">\n${xp}\n</filter>\n</defs>\n</svg>\n`,x:12,y:12},rotateCursor:{url:`\n<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg">\n<g filter="url(#f)">\n<g transform="rotate(135,12,12),rotate({{rotation}},12,12)">\n<path d="M20.4 8H21.4L20.8 7.1L17.3 2.6L17 2.1L16.6 2.6L13.1 7.1L12.5 8H13.5H15.4C14.9 11.8 11.8 14.9 8 15.4V13.5V12.5L7.1 13.1L2.6 16.6L2.1 17L2.6 17.3L7.1 20.8L8 21.4V20.4V18.4C13.5 17.9 17.9 13.5 18.4 8H20.4Z" stroke="white"/>\n<path fill-rule="evenodd" d="M17 3L20.4 7.5H17.9C17.7 13.1 13.1 17.7 7.5 17.9V20.4L3 17L7.5 13.5V15.9C12.0 15.7 15.7 12.0 15.9 7.5H13.5L17 3Z" fill="black"/>\n</g>\n</g>\n<defs>\n<filter id="f" x="-1.6" y="-0.6" width="27.1" height="27.1" filterUnits="userSpaceOnUse">\n${xp}\n</filter>\n</defs>\n</svg>\n`,x:12,y:12},skewCursor:{url:`\n<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg">\n<g filter="url(#f)">\n<g transform="rotate(90,12,12),rotate({{rotation}},12,12)">\n<path d="M21 10.4L21 11.4L23.8 11.4L21.6 9.6L21 10.4ZM17 10.4V11.4L17 11.4L17 10.4ZM15.5 6L16.1 5.2L14.5 3.9V6H15.5ZM15.5 8.4V9.4H16.5V8.4H15.5ZM6 8.4V7.4H5V8.4H6ZM6 10.4H5V11.4H6V10.4ZM7 14.4V13.4L7 13.4L7 14.4ZM3 14.4L3 13.4L0.1 13.4L2.3 15.2L3 14.4ZM8.5 18.9L7.8 19.7L9.5 21.0V18.9H8.5ZM8.5 16.4V15.4H7.5V16.4H8.5ZM19 16.4V17.4H20V16.4H19ZM19 14.4H20V13.4H19V14.4ZM21 9.4L17 9.4L17 11.4L21 11.4L21 9.4ZM14.8 6.7L20.3 11.2L21.6 9.6L16.1 5.2L14.8 6.7ZM16.5 8.4V6H14.5V8.4H16.5ZM6 9.4H15.5V7.4H6V9.4ZM7 10.4V8.4H5V10.4H7ZM15.5 9.4H6V11.4H15.5V9.4ZM17 9.4H15.5V11.4H17V9.4ZM7 15.4H8.5V13.4H7V15.4ZM3 15.4L7 15.4L7 13.4L3 13.4L3 15.4ZM9.1 18.1L3.6 13.6L2.3 15.2L7.8 19.7L9.1 18.1ZM7.5 16.4V18.9H9.5V16.4H7.5ZM19 15.4H8.5V17.4H19V15.4ZM18 14.4V16.4H20V14.4H18ZM8.5 15.4H19V13.4H8.5V15.4Z" fill="white"/>\n<path fill-rule="evenodd" d="M17 10.4L21 10.4L15.5 6V8.4H6V10.4H15.5H17ZM8.5 14.4H7L3 14.4L8.5 18.9V16.4H19V14.4H8.5Z" fill="black"/>\n</g>\n</g>\n<defs>\n<filter x="-2.8" y="1.9" width="29.6" height="23.1" filterUnits="userSpaceOnUse" >\n${xp}\n</filter>\n</defs>\n</svg>\n`,x:12,y:12},selector:!0,editBox:!0,hover:!0,select:"press",openInner:"double",multipleSelect:!0,boxSelect:!0,moveable:!0,resizeable:!0,flipable:!0,rotateable:!0,skewable:!0},kp=new Pt;function Ep(t){const{simulateTarget:e,list:i}=t,{zoomLayer:s}=i[0].leafer;e.safeChange(()=>{kp.setListWithFn(i,t=>t.getBounds("box","page")),0===kp.width&&(kp.width=.1),0===kp.height&&(kp.height=.1),e.reset(kp.get())}),s.add(e)}const Sp=(t,e)=>t.parent.children.indexOf(t)-e.parent.children.indexOf(e),Bp=(t,e)=>e.parent.children.indexOf(e)-t.parent.children.indexOf(t),Rp={group(t,e,i){t.sort(Bp);const{app:s,parent:n}=t[0];let o;o=i&&i.add?i:new hl(i),n.addAt(o,n.children.indexOf(t[0])),t.sort(Sp);const r=new et(e.worldTransform);return r.divideParent(n.worldTransform),o.setTransform(r),o.editable=!0,o.hitChildren=!1,s.lockLayout(),t.forEach(t=>t.dropTo(o)),s.unlockLayout(),o},ungroup(t){const{app:e}=t[0],i=[];return e.lockLayout(),t.forEach(t=>{if(t.isBranch){const{parent:e,children:s}=t;for(;s.length;)i.push(s[0]),s[0].dropTo(e,e.children.indexOf(t));t.isBranchLeaf?i.push(t):t.remove()}else i.push(t)}),e.unlockLayout(),i},toTop(t){t.sort(Sp),t.forEach(t=>{t.parent&&t.parent.add(t)})},toBottom(t){t.sort(Bp),t.forEach(t=>{t.parent&&t.parent.addAt(t,0)})}},Tp=It.get("EditToolCreator");function Cp(){return t=>{Lp.register(t)}}const Op=Cp,Lp={list:{},register(t){const{tag:e}=t.prototype;Pp[e]&&Tp.repeat(e),Pp[e]=t},get:(t,e)=>new Pp[t](e)},{list:Pp}=Lp;class Ap extends W_{constructor(t,e){super(t,e)}}Ap.BEFORE_OPEN="innerEditor.before_open",Ap.OPEN="innerEditor.open",Ap.BEFORE_CLOSE="innerEditor.before_close",Ap.CLOSE="innerEditor.close";class Dp extends W_{constructor(t,e){super(t,e)}}Dp.BEFORE_GROUP="editor.before_group",Dp.GROUP="editor.group",Dp.BEFORE_UNGROUP="editor.before_ungroup",Dp.UNGROUP="editor.ungroup",Dp.BEFORE_OPEN="editor.before_open_group",Dp.OPEN="editor.open_group",Dp.BEFORE_CLOSE="editor.before_close_group",Dp.CLOSE="editor.close_group";const{updateMatrix:Mp}=zo,Fp={x:1,y:1,scaleX:1,scaleY:1,rotation:1,skewX:1,skewY:1},Ip="top-left";class Wp extends ul{get __tag(){return"SimulateElement"}constructor(t){super(),this.checkChange=!0,this.canChange=!0,this.visible=this.hittable=!1,this.on(pr.CHANGE,e=>{if(this.checkChange&&Fp[e.attrName]){const{attrName:i,newValue:s,oldValue:n}=e,o="s"===i[0]?(s||1)/(n||1):(s||0)-(n||0);this.canChange=!1;const r=this.__;r[i]=n,Mp(this.parent),Mp(this);const a=new et(this.__world);switch(r[i]=s,this.__layout.rotationChange(),Mp(this),this.changedTransform=new et(this.__world).divide(a),i){case"x":t.move(o,0);break;case"y":t.move(0,o);break;case"rotation":t.rotateOf(Ip,o);break;case"scaleX":t.scaleOf(Ip,o,1);break;case"scaleY":t.scaleOf(Ip,1,o);break;case"skewX":t.skewOf(Ip,o,0);break;case"skewY":t.skewOf(Ip,0,o)}this.canChange=!0}})}safeChange(t){this.canChange&&(this.checkChange=!1,t(),this.checkChange=!0)}}class zp extends W_{constructor(t,e){super(t,e)}}zp.BEFORE_MOVE="editor.before_move",zp.MOVE="editor.move";class Np extends W_{constructor(t,e){super(t,e)}}Np.BEFORE_SCALE="editor.before_scale",Np.SCALE="editor.scale";class Yp extends W_{constructor(t,e){super(t,e)}}Yp.BEFORE_ROTATE="editor.before_rotate",Yp.ROTATE="editor.rotate";class Hp extends W_{constructor(t,e){super(t,e)}}Hp.BEFORE_SKEW="editor.before_skew",Hp.SKEW="editor.skew";class Xp{onMove(t){const{target:e,mergeConfig:i,dragStartData:s,app:n}=this.editBox;let r,{dragLimitAnimate:a}=i;o(a)&&(a=n&&n.config.pointer.dragLimitAnimate);const h=t.type===pd.END||t.type===pd.END,d=!a||h;if(t instanceof yd)r=t.getLocalMove(e),d&&pd.limitMove(e,r);else{const i={x:t.totalX,y:t.totalY};t.shiftKey&&(Math.abs(i.x)>Math.abs(i.y)?i.y=0:i.x=0),r=pd.getValidMove(e,s.point,i,d)}a&&h?zo.animateMove(this,r,l(a)?a:.3):this.move(r)}onScale(t){const{target:e,mergeConfig:i,single:s,dragStartData:n}=this.editBox;let{around:o,lockRatio:r,flipable:a,editSize:h}=i;if(t instanceof wd)this.scaleOf(e.getBoxPoint(t),t.scale,t.scale);else{const{direction:i}=t.current;(t.shiftKey||e.lockRatio)&&(r=!0);const l=dp.getScaleData(e,n.bounds,i,t.getInnerTotal(e),r,dp.getAround(o,t.altKey),a,!s||"scale"===h);this.editTool&&this.editTool.onScaleWithDrag?(l.drag=t,this.scaleWithDrag(l)):this.scaleOf(l.origin,l.scaleX,l.scaleY)}}onRotate(t){const{target:e,mergeConfig:i,dragStartData:s}=this.editBox,{around:n,rotateAround:o,rotateGap:r}=i,{direction:a}=t.current;let h,l;if(t instanceof md)l=t.rotation,h=o?ht.getPoint(o,e.boxBounds):e.getBoxPoint(t);else{const i=dp.getRotateData(e,a,t,s,t.shiftKey?null:o||e.around||e.origin||n||"center");l=s.rotation+i.rotation-e.rotation,h=i.origin}l=b.float(b.getGapRotation(l,r,e.rotation),2),l&&this.rotateOf(h,l)}onSkew(t){const{target:e,mergeConfig:i}=this.editBox,{around:s}=i,{origin:n,skewX:o,skewY:r}=dp.getSkewData(e.boxBounds,t.current.direction,t.getInnerMove(e),dp.getAround(s,t.altKey));(o||r)&&this.skewOf(n,o,r)}move(t,e=0){if(!this.checkTransform("moveable"))return;_(t)&&(e=t.y,t=t.x);const{target:i,mergeConfig:s,single:n,editor:o}=this.editBox,{beforeMove:r}=s;if(r){const s=r({target:i,x:t,y:e});if(_(s))t=s.x,e=s.y;else if(!1===s)return}const a=i.getWorldPointByLocal({x:t,y:e},null,!0);n||i.safeChange(()=>i.move(t,e));const h={target:i,editor:o,moveX:a.x,moveY:a.y};this.emitEvent(new zp(zp.BEFORE_MOVE,h));const l=new zp(zp.MOVE,h);this.doMove(l),this.emitEvent(l)}scaleWithDrag(t){if(!this.checkTransform("resizeable"))return;const{target:e,mergeConfig:i,editor:s}=this.editBox,{beforeScale:n}=i;if(n){const{origin:i,scaleX:s,scaleY:o,drag:r}=t;if(!1===n({target:e,drag:r,origin:i,scaleX:s,scaleY:o}))return}t=Object.assign(Object.assign({},t),{target:e,editor:s,worldOrigin:e.getWorldPoint(t.origin)}),this.emitEvent(new Np(Np.BEFORE_SCALE,t));const o=new Np(Np.SCALE,t);this.editTool.onScaleWithDrag(o),this.emitEvent(o)}scaleOf(t,e,i=e,s){if(!this.checkTransform("resizeable"))return;const{target:n,mergeConfig:o,single:r,editor:a}=this.editBox,{beforeScale:h}=o;if(h){const s=h({target:n,origin:t,scaleX:e,scaleY:i});if(_(s))e=s.scaleX,i=s.scaleY;else if(!1===s)return}const l=this.getWorldOrigin(t),d=!r&&this.getChangedTransform(()=>n.safeChange(()=>n.scaleOf(t,e,i))),c={target:n,editor:a,worldOrigin:l,scaleX:e,scaleY:i,transform:d};this.emitEvent(new Np(Np.BEFORE_SCALE,c));const u=new Np(Np.SCALE,c);this.doScale(u),this.emitEvent(u)}flip(t){if(!this.checkTransform("resizeable"))return;const{target:e,single:i,editor:s}=this.editBox,n=this.getWorldOrigin("center"),o=i?new et(zo.getFlipTransform(e,t)):this.getChangedTransform(()=>e.safeChange(()=>e.flip(t))),r={target:e,editor:s,worldOrigin:n,scaleX:"x"===t?-1:1,scaleY:"y"===t?-1:1,transform:o};this.emitEvent(new Np(Np.BEFORE_SCALE,r));const a=new Np(Np.SCALE,r);this.doScale(a),this.emitEvent(a)}rotateOf(t,e){if(!this.checkTransform("rotateable"))return;const{target:i,mergeConfig:s,single:n,editor:o}=this.editBox,{beforeRotate:r}=s;if(r){const s=r({target:i,origin:t,rotation:e});if(l(s))e=s;else if(!1===s)return}const a=this.getWorldOrigin(t),h=!n&&this.getChangedTransform(()=>i.safeChange(()=>i.rotateOf(t,e))),d={target:i,editor:o,worldOrigin:a,rotation:e,transform:h};this.emitEvent(new Yp(Yp.BEFORE_ROTATE,d));const c=new Yp(Yp.ROTATE,d);this.doRotate(c),this.emitEvent(c)}skewOf(t,e,i=0,s){if(!this.checkTransform("skewable"))return;const{target:n,mergeConfig:o,single:r,editor:a}=this.editBox,{beforeSkew:h}=o;if(h){const s=h({target:n,origin:t,skewX:e,skewY:i});if(_(s))e=s.skewX,i=s.skewY;else if(!1===s)return}const l=this.getWorldOrigin(t),d=!r&&this.getChangedTransform(()=>n.safeChange(()=>n.skewOf(t,e,i))),c={target:n,editor:a,worldOrigin:l,skewX:e,skewY:i,transform:d};this.emitEvent(new Hp(Hp.BEFORE_SKEW,c));const u=new Hp(Hp.SKEW,c);this.doSkew(u),this.emitEvent(u)}doMove(t){this.editTool.onMove(t)}doScale(t){this.editTool.onScale(t)}doRotate(t){this.editTool.onRotate(t)}doSkew(t){this.editTool.onSkew(t)}checkTransform(t){const{target:e,mergeConfig:i}=this.editBox;return e&&!e.locked&&i[t]}getWorldOrigin(t){const{target:e}=this.editBox;return e.getWorldPoint(zo.getInnerOrigin(e,t))}getChangedTransform(t){const{target:e,single:i}=this.editBox;if(!i&&!e.canChange)return e.changedTransform;const s=new et(e.worldTransform);return t(),new et(e.worldTransform).divide(s)}emitEvent(t,e){this.editBox.editor.emitEvent(t,e)}}let Vp=class extends hl{get list(){return this.leafList.list}get dragHoverExclude(){return[this.editBox.rect]}get editing(){return!!this.list.length}get groupOpening(){return!!this.openedGroupList.length}get multiple(){return this.list.length>1}get single(){return 1===this.list.length}get dragPoint(){return this.editBox.dragPoint}get dragging(){return this.editBox.dragging}get gesturing(){return this.editBox.gesturing}get moving(){return this.editBox.moving}get resizing(){return this.editBox.resizing}get rotating(){return this.editBox.rotating}get skewing(){return this.editBox.skewing}get element(){return this.multiple?this.simulateTarget:this.list[0]}get buttons(){return this.editBox.buttons}constructor(t,e){super(e),this.leafList=new ja,this.openedGroupList=new ja,this.simulateTarget=new Wp(this),this.editBox=new mp(this),this.editToolList={},this.selector=new Q_(this),this.editMask=new wp(this),this.targetEventIds=[];let i=f.clone(bp);t&&(i=f.default(t,i)),this.mergedConfig=this.config=i,this.addMany(this.editMask,this.selector,this.editBox),Vt.has("resize")||(this.config.editSize="scale")}select(t){this.target=t}cancel(){this.target=null}hasItem(t){return this.leafList.has(t)}addItem(t){this.hasItem(t)||t.locked||(this.leafList.add(t),this.target=this.leafList.list)}removeItem(t){this.hasItem(t)&&(this.leafList.remove(t),this.target=this.leafList.list)}shiftItem(t){this.hasItem(t)?this.removeItem(t):this.addItem(t)}update(){if(this.editing){if(!this.element.parent)return this.cancel();this.innerEditing&&this.innerEditor.update(),this.editTool.update(),this.selector.update()}}updateEditBox(){this.multiple&&Ep(this),this.update()}updateEditTool(){if(this.unloadEditTool(),this.editing){const t=this.element.editOuter||"EditTool",e=this.editTool=this.editToolList[t]=this.editToolList[t]||Lp.get(t,this);this.editBox.load(),e.load(),this.update()}}unloadEditTool(){let t=this.editTool;t&&(this.editBox.unload(),t.unload(),this.editTool=null)}getEditSize(t){return this.mergeConfig.editSize}onMove(t){}onScale(t){}onRotate(t){}onSkew(t){}move(t,e=0){}scaleWithDrag(t){}scaleOf(t,e,i=e,s){}flip(t){}rotateOf(t,e){}skewOf(t,e,i=0,s){}checkTransform(t){}getWorldOrigin(t){}getChangedTransform(t){}group(t){return this.multiple&&(this.emitGroupEvent(Dp.BEFORE_GROUP),this.target=Rp.group(this.list,this.element,t),this.emitGroupEvent(Dp.GROUP,this.target)),this.target}ungroup(){const{list:t}=this;return t.length&&(t.forEach(t=>t.isBranch&&this.emitGroupEvent(Dp.BEFORE_UNGROUP,t)),this.target=Rp.ungroup(t),t.forEach(t=>t.isBranch&&this.emitGroupEvent(Dp.UNGROUP,t))),this.list}openGroup(t){this.emitGroupEvent(Dp.BEFORE_OPEN,t),this.openedGroupList.add(t),t.hitChildren=!0,this.emitGroupEvent(Dp.OPEN,t)}closeGroup(t){this.emitGroupEvent(Dp.BEFORE_CLOSE,t),this.openedGroupList.remove(t),t.hitChildren=!1,this.emitGroupEvent(Dp.CLOSE,t)}checkOpenedGroups(){const t=this.openedGroupList;if(t.length){let{list:e}=t;this.editing&&(e=[],t.forEach(t=>this.list.every(e=>!zo.hasParent(e,t))&&e.push(t))),e.forEach(t=>this.closeGroup(t))}this.editing&&!this.selector.dragging&&this.checkDeepSelect()}checkDeepSelect(){let t,{list:e}=this;for(let i=0;i<e.length;i++)for(t=e[i].parent;t&&!t.hitChildren;)this.openGroup(t),t=t.parent}emitGroupEvent(t,e){const i=new Dp(t,{editTarget:e});e&&e.syncEventer||this.emitEvent(i),e&&e.emitEvent(i)}openInnerEditor(t,e,i){let s;if(a(e)?s=e:i||(i=e),t&&i&&(this.target=t),this.single){const e=t||this.element;s||(s=e.editInner),s&&Lp.list[s]&&(this.editTool.unload(),this.innerEditing=!0,this.innerEditor=this.editToolList[s]=this.editToolList[s]||Lp.get(s,this),this.innerEditor.editTarget=e,this.emitInnerEvent(Ap.BEFORE_OPEN),this.innerEditor.load(),this.emitInnerEvent(Ap.OPEN),console.log("hello"))}}closeInnerEditor(t){this.innerEditing&&(this.innerEditing=!1,this.emitInnerEvent(Ap.BEFORE_CLOSE),this.innerEditor.unload(),this.emitInnerEvent(Ap.CLOSE),t||this.updateEditTool(),this.innerEditor=null)}emitInnerEvent(t){const{innerEditor:e}=this,{editTarget:i}=e,s=new Ap(t,{editTarget:i,innerEditor:e});i.syncEventer||this.emitEvent(s),i.emitEvent(s)}lock(){this.list.forEach(t=>t.locked=!0),this.update()}unlock(){this.list.forEach(t=>t.locked=!1),this.update()}toTop(){this.list.length&&(Rp.toTop(this.list),this.leafList.update())}toBottom(){this.list.length&&(Rp.toBottom(this.list),this.leafList.update())}onAppRenderStart(t){(this.targetChanged=t.children.some(t=>t!==this.leafer&&t.renderer.changed))&&this.editBox.forceRender()}onRenderStart(){this.targetChanged&&this.update()}listenTargetEvents(){if(!this.targetEventIds.length){const{app:t,leafer:e,editMask:i}=this;this.targetEventIds=[e.on_(Sr.START,this.onRenderStart,this),t.on_(Sr.CHILD_START,this.onAppRenderStart,this)],i.visible&&i.forceRender()}}removeTargetEvents(){const{targetEventIds:t,editMask:e}=this;t.length&&(this.off_(t),e.visible&&e.forceRender())}destroy(){this.destroyed||(this.target=this.hoverTarget=null,Object.values(this.editToolList).forEach(t=>t.destroy()),this.simulateTarget.destroy(),this.editToolList={},this.simulateTarget=this.editTool=this.innerEditor=null,super.destroy())}};Qt([(t,e)=>{zn(t,e,{get(){const{config:t,element:e,dragPoint:i,editBox:s}=this,n=Object.assign({},t);return e&&e.editConfig&&Object.assign(n,e.editConfig),s.config&&Object.assign(n,s.config),i&&(i.editConfig&&Object.assign(n,i.editConfig),"font-size"===n.editSize&&(n.lockRatio=!0),"resize-rotate"===i.pointType&&(n.around||(n.around="center"),r(n.lockRatio)&&(n.lockRatio=!0))),this.mergedConfig=n}})}],Vp.prototype,"mergeConfig",void 0),Qt([z_(function(t,e){t.emitEvent(new W_(W_.HOVER,{editor:t,value:t.hoverTarget,oldValue:e}))})],Vp.prototype,"hoverTarget",void 0),Qt([z_(function(t,e){const{target:i}=t;i?(t.leafList=i instanceof ja?i:new ja(i),t.multiple&&Ep(t)):(t.simulateTarget.remove(),t.leafList.reset()),t.closeInnerEditor(!0),t.unloadEditTool();const s={editor:t,value:i,oldValue:e};t.emitEvent(new W_(W_.SELECT,s)),t.checkOpenedGroups(),t.editing?t.waitLeafer(()=>{t.updateEditTool(),t.listenTargetEvents()}):(t.updateEditTool(),t.removeTargetEvents()),t.emitEvent(new W_(W_.AFTER_SELECT,s))})],Vp.prototype,"target",void 0),Vp=Qt([So(Xp,["editBox","editTool","emitEvent"])],Vp);class Up{static registerInnerEditor(){Lp.register(this)}get tag(){return"InnerEditor"}get mode(){return"focus"}get editBox(){return this.editor.editBox}constructor(t){this.eventIds=[],this.editor=t,this.create()}onCreate(){}create(){this.view=new hl,this.onCreate()}onLoad(){}load(){const{editor:t}=this;t&&(t.app&&"focus"===this.mode&&(t.selector.hittable=t.app.tree.hitChildren=!1),this.onLoad())}onUpdate(){}update(){this.onUpdate()}onUnload(){}unload(){const{editor:t}=this;t&&(t.app&&"focus"===this.mode&&(t.selector.hittable=t.app.tree.hitChildren=!0),this.onUnload())}onDestroy(){}destroy(){this.onDestroy(),this.editor&&(this.view&&this.view.destroy(),this.eventIds&&this.editor.off_(this.eventIds),this.editor=this.view=this.eventIds=null)}}let jp=class extends Up{static registerEditTool(){Lp.register(this)}get tag(){return"EditTool"}onMove(t){const{moveX:e,moveY:i,editor:s}=t,{app:n,list:o}=s;n.lockLayout(),o.forEach(t=>{t.moveWorld(e,i)}),n.unlockLayout()}onScale(t){const{scaleX:e,scaleY:i,transform:s,worldOrigin:n,editor:o}=t,{app:r,list:a}=o;r.lockLayout(),a.forEach(t=>{const r="scale"!==o.getEditSize(t);s?t.transformWorld(s,r):t.scaleOfWorld(n,e,i,r)}),r.unlockLayout()}onRotate(t){const{rotation:e,transform:i,worldOrigin:s,editor:n}=t,{app:o,list:r}=n;o.lockLayout(),r.forEach(t=>{const o="scale"!==n.getEditSize(t);i?t.transformWorld(i,o):t.rotateOfWorld(s,e)}),o.unlockLayout()}onSkew(t){const{skewX:e,skewY:i,transform:s,worldOrigin:n,editor:o}=t,{app:r,list:a}=o;r.lockLayout(),a.forEach(t=>{const r="scale"!==o.getEditSize(t);s?t.transformWorld(s,r):t.skewOfWorld(n,e,i,r)}),r.unlockLayout()}load(){this.editBox.view.visible=!0,this.onLoad()}update(){this.editBox.update(),this.onUpdate()}unload(){this.editBox.view.visible=!1,this.onUnload()}};jp=Qt([Cp()],jp);const{left:Gp,right:Kp}=rt,{move:qp,copy:Zp,toNumberPoints:Jp}=K;let $p=class extends jp{constructor(){super(...arguments),this.scaleOfEvent=!0}get tag(){return"LineEditTool"}onScaleWithDrag(t){const{drag:e,direction:i,lockRatio:s,around:n}=t,o=t.target,r=i===Gp;if(o.pathInputed){const{path:t}=o.__,{from:i,to:a}=this.getFromToByPath(t);this.dragPoint(i,a,r,n,this.getInnerMove(o,e,s)),t[1]=i.x,t[2]=i.y,t[4]=a.x,t[5]=a.y,o.path=t}else if(o.points){const{points:t}=o,{from:i,to:a}=this.getFromToByPoints(t);this.dragPoint(i,a,r,n,this.getInnerMove(o,e,s)),t[0]=i.x,t[1]=i.y,t[2]=a.x,t[3]=a.y,o.points=t}else{const t={x:0,y:0},{toPoint:i}=o;o.rotation=0,this.dragPoint(t,i,r,n,this.getInnerMove(o,e,s)),o.getLocalPointByInner(t,null,null,!0),o.getLocalPointByInner(i,null,null,!0),o.x=t.x,o.y=t.y,o.getInnerPointByLocal(i,null,null,!0),o.toPoint=i}}getInnerMove(t,e,i){const s=e.getInnerMove(t);return i&&(Math.abs(s.x)>Math.abs(s.y)?s.y=0:s.x=0),s}getFromToByPath(t){return{from:{x:t[1],y:t[2]},to:{x:t[4],y:t[5]}}}getFromToByPoints(t){const e=Jp(t);return{from:{x:e[0],y:e[1]},to:{x:e[2],y:e[3]}}}dragPoint(t,e,i,s,n){const{x:o,y:r}=n;i?(qp(t,o,r),s&&qp(e,-o,-r)):(s&&qp(t,-o,-r),qp(e,o,r))}onSkew(t){}onUpdate(){const{editBox:t}=this,{rotatePoints:e,resizeLines:i,resizePoints:s,rect:n}=t,o=this.editor.element;let r,a;if(o.pathInputed?r=this.getFromToByPath(o.__.path):o.points&&(r=this.getFromToByPoints(o.__.points)),r){const{from:i,to:a}=r;o.innerToWorld(i,i,!1,t),o.innerToWorld(a,a,!1,t),n.pen.clearPath().moveTo(i.x,i.y).lineTo(a.x,a.y),Zp(s[7],i),Zp(e[7],i),Zp(s[3],a),Zp(e[3],a)}for(let t=0;t<8;t++)t<4&&(i[t].visible=!1),a=t===Gp||t===Kp,s[t].visible=a,e[t].visible=!r&&a}};$p=Qt([Cp()],$p);const{M:Qp,L:tg,C:eg,Q:ig,Z:sg,N:ng,D:og,X:rg,G:ag,F:hg,O:lg,P:dg,U:cg}=pe,ug={scale(t,e,i){if(!t)return;let s,n=0,o=t.length;for(;n<o;)switch(s=t[n],s){case Qp:case tg:_g(t,e,i,n,1),n+=3;break;case eg:_g(t,e,i,n,3),n+=7;break;case ig:_g(t,e,i,n,2),n+=5;break;case sg:n+=1;break;case ng:_g(t,e,i,n,2),n+=5;break;case og:_g(t,e,i,n,2),n+=9;break;case rg:_g(t,e,i,n,2),n+=6;break;case ag:_g(t,e,i,n,2),n+=9;break;case hg:_g(t,e,i,n,2),n+=5;break;case lg:t[n]=ag,t.splice(n+4,0,t[n+3],0),_g(t,e,i,n,2),n+=9,o+=2;break;case dg:t[n]=hg,t.splice(n+4,0,t[n+3]),_g(t,e,i,n,2),n+=5,o+=1;break;case cg:_g(t,e,i,n,2),n+=6}},scalePoints(t,e,i,s,n){for(let o=n?s+1:0,r=n?o+2*n:t.length;o<r;o+=2)t[o]*=e,t[o+1]*=i}},{scalePoints:_g}=ug,pg=I.get(),{topLeft:gg,top:fg,topRight:yg,right:mg,bottom:vg,left:wg}=rt;function xg(t,e,i){t.pathInputed?kg(t,e,i):(1!==e&&(t.width*=e),1!==i&&(t.height*=i))}function bg(t,e,i,s){let n=e;if(!o(s)){const o=t.__layout;let{width:r,height:a}=o.boxBounds;switch(r*=i-e,a*=e-i,s){case fg:case vg:n=i,o.affectScaleOrRotation?t.moveInner(-r/2,0):t.x-=r/2;break;case wg:case mg:o.affectScaleOrRotation?t.moveInner(0,-a/2):t.y-=a/2;break;case gg:case yg:o.affectScaleOrRotation?t.moveInner(0,-a):t.y-=a}}t.fontSize*=n;const r=t.__,{padding:a}=r;a&&(t.padding=u(a)?a.map(t=>t*n):a*n),r.__autoWidth||(t.width*=n),r.__autoHeight||(t.height*=n)}function kg(t,e,i){ug.scale(t.__.path,e,i),t.path=t.__.path}function Eg(t,e,i){const{points:s}=t;_(s[0])?s.forEach(t=>{t.x*=e,t.y*=i}):ug.scalePoints(s,e,i),t.points=s}function Sg(t,e,i){const{children:s}=t;for(let t=0;t<s.length;t++)pg.a=e,pg.d=i,s[t].transform(pg,!0)}const Bg=Ma.prototype;Bg.scaleResize=function(t,e=t,i){const s=this;i||s.editConfig&&"scale"===s.editConfig.editSize?(s.scaleX*=t,s.scaleY*=e):(t<0&&(s.scaleX*=-1,t=-t),e<0&&(s.scaleY*=-1,e=-e),this.__scaleResize(t,e))},Bg.__scaleResize=function(t,e){xg(this,t,e)},Bg.resizeWidth=function(t){const e=t/this.getBounds("box","local").width||1;this.scaleOf(this.__layout.boxBounds,e,this.__.lockRatio?e:1,!0)},Bg.resizeHeight=function(t){const e=t/this.getBounds("box","local").height||1;this.scaleOf(this.__layout.boxBounds,this.__.lockRatio?e:1,e,!0)},sd.prototype.__scaleResize=function(t,e){const{app:i,editConfig:s}=this,n=i&&i.editor,o=n&&n.dragPoint;if(this.__.resizeFontSize||s&&"font-size"===s.editSize||o&&"font-size"===n.mergedConfig.editSize)bg(this,t,e,o&&o.direction);else{const{__autoWidth:i,__autoHeight:s,textAlign:n,verticalAlign:o}=this.__,{boxBounds:r}=this.__layout;i&&"left"!==n&&1!==t&&(this.x+=r.x),s&&"top"!==o&&1!==e&&(this.y+=r.y),xg(this,t,e)}},nd.prototype.__scaleResize=function(t,e){kg(this,t,e)},Al.prototype.__scaleResize=function(t,e){this.pathInputed?kg(this,t,e):this.points?Eg(this,t,e):this.width*=t},Hl.prototype.__scaleResize=function(t,e){this.pathInputed?kg(this,t,e):this.points?Eg(this,t,e):xg(this,t,e)},hl.prototype.__scaleResize=function(t,e){Sg(this,t,e)},vl.prototype.__scaleResize=function(t,e){const{resizeChildren:i,__autoSize:s}=this.__;s&&i||xg(this,t,e),i&&Sg(this,t,e)},Vt.add("resize"),Vt.add("editor","resize"),Ut.editor=function(t,e){const i=new Vp(t);return e&&e.sky.add(e.editor=i),i},vl.addAttr("textBox",!1,Un),al.addAttr("editConfig",void 0,Un),al.addAttr("editOuter",t=>(t.updateLayout(),t.__.__isLinePath?"LineEditTool":"EditTool"),Un),al.addAttr("editInner","PathEditor",Un),hl.addAttr("editInner","",Un),sd.addAttr("editInner","TextEditor",Un),al.setEditConfig=function(t){this.changeAttr("editConfig",t)},al.setEditOuter=function(t){this.changeAttr("editOuter",t)},al.setEditInner=function(t){this.changeAttr("editInner",t)};const Rg={none:"none",title:"capitalize",upper:"uppercase",lower:"lowercase","small-caps":"small-caps"},Tg={top:"flex-start",middle:"center",bottom:"flex-end"},Cg={none:"none",under:"underline",delete:"line-through","under-delete":"underline line-through"};function Og(t,e,i){const{style:s}=t,{fill:n,padding:r,textWrap:h,textOverflow:l,textDecoration:d}=e;let c;s.fontFamily=e.fontFamily,s.fontSize=e.fontSize*i+"px",function(t,e){let i="black";u(e)&&(e=e[0]);if(_(e))switch(e.type){case"solid":i=xh.string(e.color);break;case"image":break;case"linear":case"radial":case"angular":const t=e.stops[0];i=xh.string(a(t)?t:t.color);break;default:o(e.r)||(i=xh.string(e))}else i=e;t.color=i}(s,n),s.fontStyle=e.italic?"italic":"normal",s.fontWeight=e.fontWeight,_(d)?(c=d.type,d.color&&(s.textDecorationColor=xh.string(d.color))):c=d,s.textDecoration=Cg[c],s.textTransform=Rg[e.textCase],s.textAlign="both"===e.textAlign?"justify":e.textAlign,s.display="flex",s.flexDirection="column",s.justifyContent=Tg[e.verticalAlign],s.lineHeight=(e.__.__lineHeight||0)*i+"px",s.letterSpacing=(e.__.__letterSpacing||0)*i+"px",s.whiteSpace="none"===h||e.__.__autoWidth?"nowrap":"normal",s.wordBreak="break"===h?"break-all":"normal",s.textIndent=(e.paraIndent||0)*i+"px",s.padding=u(r)?r.map(t=>t*i+"px").join(" "):(r||0)*i+"px",s.textOverflow="show"===l?"":"hide"===l?"clip":l}let Lg=class extends Up{constructor(){super(...arguments),this.config={selectAll:!0},this.eventIds=[]}get tag(){return"TextEditor"}onLoad(){const{editor:t}=this,{config:e}=t.app,i=this.editTarget;i.textEditing=!0,this.isHTMLText=!(i instanceof sd),this._keyEvent=e.keyEvent,e.keyEvent=!1;const s=this.editDom=document.createElement("div"),{style:n}=s;s.contentEditable="true",n.position="fixed",n.transformOrigin="left top",n.boxSizing="border-box",this.isHTMLText?s.innerHTML=String(i.text):s.innerText=String(i.text);const{view:o}=t.app;(this.inBody=o instanceof HTMLCanvasElement)?document.body.appendChild(s):o.appendChild(s),this.eventIds=[t.app.on_(cd.DOWN,e=>{let i,{target:n}=e.origin;for(;n;)n===s&&(i=!0),n=n.parentElement;i||t.closeInnerEditor()})],this.onFocus=this.onFocus.bind(this),this.onInput=this.onInput.bind(this),this.onPaste=this.onPaste.bind(this),this.onUpdate=this.onUpdate.bind(this),this.onKeydown=this.onKeydown.bind(this),s.addEventListener("focus",this.onFocus),s.addEventListener("input",this.onInput),s.addEventListener("paste",this.onPaste),window.addEventListener("keydown",this.onKeydown),window.addEventListener("scroll",this.onUpdate);const r=window.getSelection(),a=document.createRange();if(this.config.selectAll)a.selectNodeContents(s);else{const t=s.childNodes[0];a.setStartAfter(t),a.setEndAfter(t),a.collapse(!0)}r.removeAllRanges(),r.addRange(a)}onInput(){const{editDom:t}=this;this.editTarget.text=this.isHTMLText?t.innerHTML:t.innerText}onFocus(){this.editDom.style.outline="none"}onKeydown(t){if("Escape"===t.code&&this.editor.closeInnerEditor(),"Enter"===t.key){t.preventDefault();const e=document.createElement("br"),i=document.createTextNode("​"),s=window.getSelection().getRangeAt(0);s.deleteContents(),s.insertNode(i),s.insertNode(e),s.setStartAfter(e),s.setEndAfter(e),this.onInput()}}onPaste(t){if(this.isHTMLText)return;t.preventDefault();const e=t.clipboardData;if(!e)return;let i=e.getData("text/plain").replace(/\r\n?/g,"\n");const s=window.getSelection();if(!s||!s.rangeCount)return;const n=s.getRangeAt(0);n.deleteContents();const o=i.split("\n"),r=document.createDocumentFragment();o.forEach((t,e)=>{e>0&&r.appendChild(document.createElement("br")),r.appendChild(document.createTextNode(t))}),n.insertNode(r),n.collapse(!1),s.removeAllRanges(),s.addRange(n),this.onInput()}onUpdate(){const{editTarget:t}=this;let e=1;if(!this.isHTMLText){const{scaleX:i,scaleY:s}=t.worldTransform;e=Math.max(Math.abs(i),Math.abs(s));t.fontSize*e<12&&(e*=12/t.fontSize)}this.textScale=e;let{width:i,height:s}=t,n=0,o=0;i*=e,s*=e;const r=t.__;if(r.__autoWidth&&(i+=20,r.autoSizeAlign))switch(r.textAlign){case"center":n=-i/2;break;case"right":n=-i}if(r.__autoHeight&&(s+=20,r.autoSizeAlign))switch(r.verticalAlign){case"middle":o=-s/2;break;case"bottom":o=-s}const{x:a,y:h}=this.inBody?t.app.clientBounds:t.app.tree.clientBounds,{a:l,b:d,c:c,d:u,e:_,f:p}=new et(t.worldTransform).scale(1/e).translateInner(n,o),{style:g}=this.editDom;g.transform=`matrix(${l},${d},${c},${u},${_},${p})`,g.left=a+"px",g.top=h+"px",g.width=i+"px",g.height=s+"px",this.isHTMLText||Og(this.editDom,t,e)}onUnload(){const{editTarget:t,editor:e,editDom:i}=this;t&&(this.onInput(),"\n"===t.text&&(t.text=""),t.textEditing=void 0,e.app&&(e.app.config.keyEvent=this._keyEvent),e.off_(this.eventIds),i.removeEventListener("focus",this.onFocus),i.removeEventListener("input",this.onInput),i.removeEventListener("paste",this.onPaste),window.removeEventListener("keydown",this.onKeydown),window.removeEventListener("scroll",this.onUpdate),i.remove(),this.editDom=this.eventIds=void 0)}};function Pg(t,e,i){Ag(t.parentApp?t.parentApp:t,e),t.isApp||i||t.__eventIds.push(t.on_(yd.BEFORE_MOVE,e=>{t.zoomLayer.move(t.getValidMove(e.moveX,e.moveY))}),t.on_(wd.BEFORE_ZOOM,e=>{const{zoomLayer:i}=t,s=t.getValidScale(e.scale);1!==s&&i.scaleOfWorld(e,s)}))}function Ag(t,e){const i={wheel:{preventDefault:!0},touch:{preventDefault:!0},pointer:{preventDefaultMenu:!0}};e&&f.assign(i,e),f.assign(t.config,i,t.userConfig)}Lg=Qt([Op()],Lg),Vt.add("text-editor","editor");const Dg=It.get("LeaferTypeCreator"),Mg={list:{},register(t,e){Fg[t]&&Dg.repeat(t),Fg[t]=e},run(t,e){const i=Fg[t];i&&i(e)}},{list:Fg,register:Ig}=Mg;Ig("viewport",Pg),Ig("custom",function(t){Pg(t,null,!0)}),Ig("design",function(t){Pg(t,{zoom:{min:.01,max:256},move:{holdSpaceKey:!0,holdMiddleKey:!0}})}),Ig("document",function(t){Pg(t,{zoom:{min:1},move:{scroll:"limit"}})});const Wg={getData(t){const e=t[0],i=t[1],s=K.getCenter(e.from,i.from),n=K.getCenter(e.to,i.to),o={x:n.x-s.x,y:n.y-s.y},r=K.getDistance(e.from,i.from);return{move:o,scale:K.getDistance(e.to,i.to)/r,rotation:K.getRotation(e.from,i.from,e.to,i.to),center:n}}},zg={getMove(t,e){let{moveSpeed:i}=e,{deltaX:s,deltaY:n}=t;return t.shiftKey&&!s&&(s=n,n=0),s>50&&(s=Math.max(50,s/3)),n>50&&(n=Math.max(50,n/3)),{x:-s*i*2,y:-n*i*2}},getScale(e,i){let s,n=1,{zoomMode:o,zoomSpeed:r}=i;const a=e.deltaY||e.deltaX;if(o?(s="mouse"===o||!e.deltaX&&(t.intWheelDeltaY?Math.abs(a)>17:Math.ceil(a)!==a),(e.shiftKey||e.metaKey||e.ctrlKey)&&(s=!0)):s=!e.shiftKey&&(e.metaKey||e.ctrlKey),s){r=b.within(r,0,1);n=1-a/(4*(e.deltaY?i.delta.y:i.delta.x))*r,n<.5&&(n=.5),n>=1.5&&(n=1.5)}return n}};class Ng{get transforming(){return!!(this.moveData||this.zoomData||this.rotateData)}constructor(t){this.interaction=t}move(t){const{interaction:e}=this;t.moveType||(t.moveType="move"),this.moveData||(this.setPath(t),this.moveData=Object.assign(Object.assign({},t),{moveX:0,moveY:0}),e.emit(yd.START,this.moveData)),t.path=this.moveData.path,e.emit(yd.BEFORE_MOVE,t),e.emit(yd.MOVE,t),this.transformEndWait()}zoom(t){const{interaction:e}=this;this.zoomData||(this.setPath(t),this.zoomData=Object.assign(Object.assign({},t),{scale:1}),e.emit(wd.START,this.zoomData)),t.path=this.zoomData.path,e.emit(wd.BEFORE_ZOOM,t),e.emit(wd.ZOOM,t),this.transformEndWait()}rotate(t){const{interaction:e}=this;this.rotateData||(this.setPath(t),this.rotateData=Object.assign(Object.assign({},t),{rotation:0}),e.emit(md.START,this.rotateData)),t.path=this.rotateData.path,e.emit(md.BEFORE_ROTATE,t),e.emit(md.ROTATE,t),this.transformEndWait()}setPath(t){const{interaction:e}=this,{path:i}=e.selector.getByPoint(t,e.hitRadius);t.path=i,e.cancelHover()}transformEndWait(){clearTimeout(this.transformTimer),this.transformTimer=setTimeout(()=>{this.transformEnd()},this.interaction.p.transformTime)}transformEnd(){const{interaction:t,moveData:e,zoomData:i,rotateData:s}=this;e&&t.emit(yd.END,e),i&&t.emit(wd.END,i),s&&t.emit(md.END,s),this.reset()}reset(){this.zoomData=this.moveData=this.rotateData=null}destroy(){this.reset()}}const Yg=cl.prototype,Hg=new Pt;function Xg(t,e){return Object.assign(Object.assign({},e),{moveX:t.x,moveY:t.y})}function Vg(t,e){return Object.assign(Object.assign({},e),{scale:t})}Yg.initType=function(t){Mg.run(t,this)},Yg.getValidMove=function(t,e){const{scroll:i,disabled:s}=this.app.config.move;if(i){const s=!0===i?"":i;if(s.includes("x")?(t=t||e,e=0):s.includes("y")?(e=e||t,t=0):Math.abs(t)>Math.abs(e)?e=0:t=0,s.includes("limit")){const{x:i,y:s,width:n,height:o}=Hg.set(this.__world).addPoint(this.zoomLayer),r=i+n-this.width,a=s+o-this.height;i>=0&&r<=0?t=0:t>0?i+t>0&&(t=-i):t<0&&r+t<0&&(t=-r),s>=0&&a<=0?e=0:e>0?s+e>0&&(e=-s):e<0&&a+e<0&&(e=-a)}}return{x:s?0:t,y:s?0:e}},Yg.getValidScale=function(t){const{scaleX:e}=this.zoomLayer.__,{min:i,max:s,disabled:n}=this.app.config.zoom,o=Math.abs(e*t);return i&&o<i?t=i/e:s&&o>s&&(t=s/e),n?1:t};const Ug=Wd.prototype;Ug.createTransformer=function(){this.transformer=new Ng(this)},Ug.move=function(t){this.transformer.move(t)},Ug.zoom=function(t){this.transformer.zoom(t)},Ug.rotate=function(t){this.transformer.rotate(t)},Ug.transformEnd=function(){this.transformer.transformEnd()},Ug.wheel=function(t){const{wheel:e,pointer:i}=this.config,{posDeltaSpeed:s,negDeltaSpeed:n}=e;if(e.disabled)return;t.deltaX>0?s&&(t.deltaX*=s):n&&(t.deltaX*=n),t.deltaY>0?s&&(t.deltaY*=s):n&&(t.deltaY*=n);const o=e.getScale?e.getScale(t,e):zg.getScale(t,e);if(1!==o)this.zoom(Vg(o,t));else{const s=e.getMove?e.getMove(t,e):zg.getMove(t,e);i.snap&&K.round(s),this.move(Xg(s,t))}},Ug.multiTouch=function(t,e){if(this.config.multiTouch.disabled)return;const{move:i,rotation:s,scale:n,center:o}=Wg.getData(e);Object.assign(t,o),t.multiTouch=!0,this.pointerWaitCancel(),this.rotate(function(t,e){return Object.assign(Object.assign({},e),{rotation:t})}(s,t)),this.zoom(Vg(n,t)),this.move(Xg(i,t))};const jg=Td.prototype,{abs:Gg}=Math;function Kg(t,e){let i=1;const s="out"===e,n=Math.abs(t);if(n>1){for(;s?i<n:i<=n;)i*=2;s&&(i/=2)}else{for(;s?i>=n:i>n;)i/=2;s||(i*=2)}return i/t}jg.checkDragEndAnimate=function(t,e){const{moveX:i,moveY:s}=this.dragData,n=Gg(i),o=Gg(s),r=e?1:.1,a=this.canAnimate&&this.moving&&(n>r||o>r)&&this.interaction.m.dragAnimate;if(a){const r="touch"===t.pointerType?3:1,h=70;n*(e=e?l(a)?a:.95:r)>h?e=h/n:o*e>h&&(e=h/o),t=Object.assign({},t),K.move(t,i*e,s*e),this.drag(t),this.animate(()=>{this.dragEnd(t,1)})}return a},jg.animate=function(t,e){const i=t||this.animateWait;i&&this.interaction.target.nextRender(i,null,e),this.animateWait=t},jg.checkDragOut=function(t){const{interaction:e}=this;this.autoMoveCancel(),this.dragging&&!e.shrinkCanvasBounds.hitPoint(t)&&this.autoMoveOnDragOut(t)},jg.autoMoveOnDragOut=function(t){const{interaction:e,downData:i,canDragOut:s}=this,{autoDistance:n,dragOut:o}=e.m;if(!o||!s||!n)return;const r=e.shrinkCanvasBounds,{x:a,y:h}=r,l=Tt.maxX(r),d=Tt.maxY(r),c=t.x<a?n:l<t.x?-n:0,u=t.y<h?n:d<t.y?-n:0;let _=0,p=0;this.autoMoveTimer=setInterval(()=>{_+=c,p+=u,K.move(i,c,u),K.move(this.dragData,c,u),e.move(Object.assign(Object.assign({},t),{moveX:c,moveY:u,totalX:_,totalY:p,moveType:"drag"})),e.pointerMoveReal(t)},10)},jg.autoMoveCancel=function(){this.autoMoveTimer&&(clearInterval(this.autoMoveTimer),this.autoMoveTimer=0)},Vt.add("viewport"),Vt.add("view"),cl.prototype.zoom=function(t,e,i,s){let n;this.killAnimate(),p(e)?(n=e.padding,i=e.scroll,s=e.transition):n=e;const{zoomLayer:o}=this,h=this.canvas.bounds.clone().shrink(r(n)?30:n),d=new Pt,c={x:h.x+h.width/2,y:h.y+h.height/2};let g;const{x:f,y:y,scaleX:m,scaleY:v}=o.__;if(a(t))switch(t){case"in":g=Kg(m,"in");break;case"out":g=Kg(m,"out");break;case"fit":t=this.boxBounds;break;case"fit-width":(t=new Pt(this.boxBounds)).height=0;break;case"fit-height":(t=new Pt(this.boxBounds)).width=0}else l(t)&&(g=t/m);if(g)g=this.getValidScale(g),o.scaleOfWorld(c,g,g,!1,s);else if(_(t)){const e={x:f,y:y,scaleX:m,scaleY:v},n=u(t);if(n||t.tag){const e=n?t:[t];d.setListWithFn(e,Go.worldBounds)}else{const e=function(t,e){let i,{x:s,y:n,width:o,height:r}=t;return r||(r=o*(e.height/e.width),i=!0),o||(o=r*(e.width/e.height),i=!0),i?{x:s,y:n,width:o,height:r}:t}(t,h);d.set(o.getWorldBounds(e))}const{width:r,height:a}=d;let l=h.x-d.x,c=h.y-d.y;return i?(l+=Math.max((h.width-r)/2,0),c+=Math.max((h.height-a)/2,0)):(g=this.getValidScale(Math.min(h.width/r,h.height/a)),l+=(h.width-r*g)/2,c+=(h.height-a*g)/2,K.scaleOf(e,d,g),d.scaleOf(d,g),e.scaleX*=g,e.scaleY*=g),"x"===i?c=0:"y"===i&&(l=0),K.move(e,l,c),d.move(l,c),o.set(e,s),d}return o.worldBoxBounds};class qg extends hl{get isOutside(){return!0}constructor(t,e){super(),this.config={theme:"light",padding:0,minSize:10},t.isApp&&(t.sky.add(this),t=t.tree),this.target=t,e&&f.assign(this.config,e),this.changeTheme(this.config.theme),this.waitLeafer(this.__listenEvents,this)}changeTheme(t){let e;a(t)?(e={fill:"black",stroke:"rgba(255,255,255,0.8)"},"dark"===t&&(e.fill="white",e.stroke="rgba(0,0,0,0.2)")):e=t,this.scrollXBar||this.addMany(this.scrollXBar=new vl,this.scrollYBar=new vl),e=Object.assign({strokeAlign:"center",opacity:.5,width:6,cornerRadius:3,hoverStyle:{opacity:.6},pressStyle:{opacity:.7}},e),e.height||(e.height=e.width),this.scrollXBar.set(Object.assign(Object.assign({},e),{visible:!1})),this.scrollYBar.set(Object.assign(Object.assign({},e),{visible:!1})),this.leafer&&this.update()}update(t){if(this.dragScrolling)return;const{minSize:e,padding:i}=this.config,{zoomLayer:s,canvas:n}=this.target.leafer,{worldRenderBounds:o}=s;if(t&&this.scrollBounds&&this.scrollBounds.isSame(o))return;this.scrollBounds=new Pt(o);const r=n.bounds.clone().shrink(i),a=r.clone().add(o),h=this.ratioX=r.width/a.width,l=this.ratioY=r.height/a.height,d=(r.x-a.x)/a.width,c=(r.y-a.y)/a.height,u=h<1,_=l<1,{scrollXBar:p,scrollYBar:g}=this,{x:f,y:y,width:m,height:v}=r.shrink([2,_?g.width+6:2,u?p.height+6:2,2]);p.set({x:f+m*d,y:y+v+2,width:Math.max(m*h,e),visible:u}),g.set({x:f+m+2,y:y+v*c,height:Math.max(v*l,e),visible:_})}onDrag(t){this.dragScrolling=!0,this.__dragOut=this.app.config.move.dragOut,this.app.config.move.dragOut=!1;const e=t.current===this.scrollXBar,i=this.target.leafer.getValidMove(e?-t.moveX/this.ratioX:0,e?0:-t.moveY/this.ratioY);this.target.moveWorld(i.x,i.y),t.current.moveWorld(i.x&&-i.x*this.ratioX,i.y&&-i.y*this.ratioY)}onDragEnd(){this.dragScrolling=!1,this.app.config.move.dragOut=this.__dragOut}__listenEvents(){const{scrollXBar:t,scrollYBar:e}=this;this.__eventIds=[t.on_(pd.DRAG,this.onDrag,this),e.on_(pd.DRAG,this.onDrag,this),t.on_(pd.END,this.onDragEnd,this),e.on_(pd.END,this.onDragEnd,this),this.target.on_(Sr.BEFORE,()=>this.update(!0)),this.target.leafer.on_(br.RESIZE,()=>this.update())]}__removeListenEvents(){this.off_(this.__eventIds)}destroy(){this.destroyed||(this.__removeListenEvents(),this.target=this.config=null,super.destroy())}}Vt.add("scroll");class Zg extends Qh{setText(t){this._text=t,this.__htmlChanged=!0}}let Jg=class extends Zl{get __tag(){return"HTMLText"}constructor(t){super(t)}__updateBoxBounds(){const t=this.__;if(t.__htmlChanged){const e=document.createElement("div"),{style:i}=e;i.all="initial",i.position="absolute",i.visibility="hidden",e.innerHTML=this.text,document.body.appendChild(e);const{width:s,height:n}=e.getBoundingClientRect(),o=s+10,r=`<svg xmlns="http://www.w3.org/2000/svg" width="${o}" height="${n}">\n <foreignObject width="${o}" height="${n}">\n <style>\n * {\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n }\n </style>\n <body xmlns="http://www.w3.org/1999/xhtml">\n ${this.text}\n </body>\n </foreignObject>\n </svg>`;t.__setImageFill("data:image/svg+xml,"+encodeURIComponent(r)),t.__naturalWidth=o/t.pixelRatio,t.__naturalHeight=n/t.pixelRatio,t.__htmlChanged=!1,e.remove()}super.__updateBoxBounds()}__draw(t,e,i){this.textEditing&&!e.exporting||super.__draw(t,e,i)}};Qt([fo(Zg)],Jg.prototype,"__",void 0),Qt([Zn("")],Jg.prototype,"text",void 0),Qt([Un("TextEditor")],Jg.prototype,"editInner",void 0),Qt([oo(!1)],Jg.prototype,"textEditing",void 0),Jg=Qt([Bo()],Jg),Vt.add("html");class $g extends Vh{}function Qg(t){return Hn(t,t=>({set(e){if(this.__setAttr(t,e)){const t=this.__;t.__useArrow="none"!==t.startArrow||"none"!==t.endArrow,io(this)}}}))}let tf=class extends Al{get __tag(){return"Arrow"}constructor(t){super(t),this.__.__useArrow=!0}};Qt([fo($g)],tf.prototype,"__",void 0),Qt([Qg("angle")],tf.prototype,"endArrow",void 0),tf=Qt([Bo()],tf);const{M:ef,L:sf,C:nf,Q:of,O:rf}=pe,{rotate:af,copyFrom:hf,scale:lf}=K,df={},cf={layout(t,e,i,s,n,o,r){let a,h,l=0,d=t.length;for(;l<d;)switch(a=t[l],a){case ef:case sf:uf(t,l+1,e,i,s,n,o,r),l+=3;break;case nf:for(h=1;h<6;h+=2)uf(t,l+h,e,i,s,n,o,r);l+=7;break;case of:for(h=1;h<4;h+=2)uf(t,l+h,e,i,s,n,o,r);l+=5;break;case rf:t[l+1]+=e,t[l+2]+=i,s&&(t[l+3]*=s),o&&(t[l+4]+=o,t[l+5]+=o),l+=7}},rotate(t,e,i){cf.layout(t,0,0,1,1,e,i)}};function uf(t,e,i,s,n,o,r,a){hf(df,t[e],t[e+1]),r&&af(df,r,a),n&&lf(df,n,o),t[e]=i+df.x,t[e+1]=s+df.y}const{layout:_f,rotate:pf}=cf,{getAngle:gf}=K,ff={x:-.5},yf={connect:ff,offset:{x:-.71,bevelJoin:.36,roundJoin:.22},path:[1,-3,-3,2,0,0,2,-3,3]},mf={connect:ff,offset:{x:-1.207,bevelJoin:.854,roundJoin:.707},path:[1,-3,-3,2,0,0,2,-1,0]},vf={connect:ff,offset:{x:-.9,bevelJoin:.624,roundJoin:.4},path:[1,-3,0,2,-3,-2,2,0,0,2,-3,2,2,-3,0,1,-2.05,1.1,2,-2.05,-1.1],dashPath:[1,-2,0,2,-.5,0]},wf={connect:ff,offset:{x:-1.1,bevelJoin:.872,roundJoin:.6},path:[1,-3,0,2,-3.5,-1.8,2,0,0,2,-3.5,1.8,2,-3,0,1,-2.25,.95,2,-2.25,-.95],dashPath:[1,-3,0,2,-.5,0]},xf={offset:ff,path:[...vf.path],dashPath:[1,-2.5,0,2,-1,0]};pf(xf.path,180,{x:-1.5,y:0});const bf={connect:{x:-1.3},path:[1,1.8,-.1,2,1.8,0,26,0,0,1.8,0,359,0]},kf={connect:{x:.5},path:[...bf.path,1,0,0,26,0,0,1,0,360,0],dashPath:[1,-.5,0,2,.5,0]},Ef={connect:{x:-1.3},path:[1,-1.4,0,2,-1.4,-1.4,2,1.4,-1.4,2,1.4,1.4,2,-1.4,1.4,2,-1.4,0]},Sf={path:[...Ef.path,2,-1.4,-.49,2,1,-.49,1,-1.4,.49,2,1,.49]},Bf=f.clone(Ef),Rf=f.clone(Sf);pf(Bf.path,45),pf(Rf.path,45);const Tf={angle:yf,"angle-side":mf,arrow:wf,triangle:vf,"triangle-flip":xf,circle:kf,"circle-line":bf,square:Sf,"square-line":Ef,diamond:Rf,"diamond-line":Bf,mark:{offset:ff,path:[1,0,-2,2,0,2]}};function Cf(t,e,i,s,n,o,r){const{strokeCap:a,strokeJoin:h}=t.__,{offset:l,connect:d,path:c,dashPath:u}=_(e)?e:Tf[e];let p=d?d.x:0,g=l?l.x:0;const f=[...c];return r&&u&&f.push(...u),"none"!==a&&(p-=.5),l&&("round"===h&&l.roundJoin?g+=l.roundJoin:"bevel"===h&&l.bevelJoin&&(g+=l.bevelJoin)),g&&_f(f,g,0),_f(f,s.x,s.y,n,n,gf(i,s)),o.x=(p+g)*n,f}const{M:Of,L:Lf,C:Pf,Q:Af,Z:Df,N:Mf,D:Ff,X:If,G:Wf,F:zf,O:Nf,P:Yf,U:Hf}=pe,{copy:Xf,copyFrom:Vf,getDistancePoint:Uf}=K,jf={},Gf={},Kf={},qf={},Zf={},Jf={list:Tf,addArrows(t,e){const{startArrow:i,endArrow:s,strokeWidth:n,dashPattern:o,__pathForRender:r}=t.__;let a,h=0,l=r.length,d=0,c=i&&"none"!==i;for(;h<l;){switch(a=r[h],a){case Of:case Lf:(d<2||h+6>=l)&&(Vf(Zf,r[h+1],r[h+2]),!d&&c&&Xf(Gf,Zf)),h+=3;break;case Pf:1!==d&&h+7!==l||$f(r,qf,Zf,h+3),h+=7;break;case Af:1!==d&&h+5!==l||$f(r,qf,Zf,h+1),h+=5;break;case Df:return;case Mf:h+=5;break;case Ff:h+=9;break;case If:h+=6;break;case Wf:h+=9;break;case zf:h+=5;break;case Nf:h+=7;break;case Yf:h+=4;break;case Hf:1!==d&&h+6!==l||$f(r,qf,Zf,h+1),h+=6}if(d++,1===d&&a!==Of)return;if(2===d&&c&&Xf(Kf,a===Lf?Zf:qf),h===l){const l=t.__.__pathForRender=e?[...r]:r,d=t.__.__pathForArrow=[];if(c){const e=Cf(t,i,Kf,Gf,n,jf,!!o);o?d.push(...e):l.push(...e),jf.x&&(Uf(Gf,Kf,-jf.x,!0),l[1]=Kf.x,l[2]=Kf.y)}if(s&&"none"!==s){const e=Cf(t,s,qf,Zf,n,jf,!!o);if(o?d.push(...e):l.push(...e),jf.x){let t;switch(Uf(Zf,qf,-jf.x,!0),a){case Lf:t=h-3+1;break;case Pf:t=h-7+5;break;case Af:t=h-5+3;break;case Hf:t=h-6+3}t&&Qf(l,qf,t)}}}else Xf(qf,Zf)}}};function $f(t,e,i,s){Vf(e,t[s],t[s+1]),Vf(i,t[s+2],t[s+3])}function Qf(t,e,i){t[i]=e.x,t[i+1]=e.y}Vt.add("arrow"),al.addAttr("startArrow","none",Qg),al.addAttr("endArrow","none",Qg),Object.assign(kh,Jf),Object.assign(Eh,{strokeArrow(t,e,i){e.__.dashPattern&&(i.beginPath(),e.__drawPathByData(i,e.__.__pathForArrow),i.dashPattern=null,i.stroke())}});let ty=class extends vl{get __tag(){return"Flow"}constructor(t){super(t),this.__hasAutoLayout=!0}};Qt([fo(class extends Yh{})],ty.prototype,"__",void 0),Qt([Gn("x")],ty.prototype,"flow",void 0),ty=Qt([Bo()],ty);const ey={},iy={"top-left":"from",top:"center","top-right":"to",right:"to","bottom-right":"to",bottom:"center","bottom-left":"from",left:"from",center:"center","baseline-left":"from","baseline-center":"center","baseline-right":"to"},sy={"top-left":"from",top:"from","top-right":"from",right:"center","bottom-right":"to",bottom:"to","bottom-left":"to",left:"center",center:"center","baseline-left":"to","baseline-center":"to","baseline-right":"to"};function ny(t,e,i){const s=t.__,{contentBounds:n}=t.__layout;ct.toPoint(i,e,n,ey),e.x=s.__autoWidth?n.x:ey.x,e.y=s.__autoHeight?n.y:ey.y}const{move:oy}=K;function ry(t,e,i,s,n,o){const{children:r}=t;let a,h,{x:l,start:d}=e,c=s;l+=i;for(let t=0,i=e.count;t<i;t++)a=r[o?d-t:d+t],a.__.inFlow&&0!==a.__.visible?(h=a.__flowBounds,"from"!==n&&(c=s+(e.height-h.height)/("center"===n?2:1)),oy(a,l-h.x,c-h.y),l+=h.width+e.gap):i++}function ay(t,e,i){const s="width"===i?"height":"width";t[i]=Math.max(t[i],e[i]),t[s]+=t.count?e[s]+t.gap:e[s],t.list.push(e),t.count++}const hy={};function ly(t,e){const{gap:i,flowAlign:s,flowWrap:n,__autoWidth:o,__autoHeight:r}=t.__,h=n&&(e?!o:!r);return _(i)?(hy.xGap=i.x||0,hy.yGap=i.y||0):hy.xGap=hy.yGap=c(i),hy.isAutoXGap=a(hy.xGap)&&!o,hy.isAutoYGap=a(hy.yGap)&&!r,hy.complex=h||"top-left"!==s||t.__hasGrow||hy.isAutoXGap||hy.isAutoYGap,hy.wrap=h,hy.complex&&(hy.isFitXGap="fit"===hy.xGap&&!o,hy.isFitYGap="fit"===hy.yGap&&!r,_(s)?(hy.contentAlign=s.content||"top-left",hy.rowXAlign=s.x||"from",hy.rowYAlign=s.y||"from"):(hy.contentAlign=s,hy.rowXAlign=iy[s],hy.rowYAlign=sy[s])),hy}function dy(t,e){return{x:0,y:0,width:0,height:0,gap:e,start:t,count:0,grow:0}}function cy(t,e,i,s){const{count:n}=t;n>1&&(i>t[e]||s)&&(t.gap=(i-t[e])/(n-1),t[e]=i)}function uy(t,e){return"box"===e?t.__local:t.__layout.localStrokeBounds}const{within:_y}=b;function py(t,e,i,s){let n,o,r,a=0,h=e.hasRangeSize&&[],{grow:l,start:d}=e;const c=(i-e.width)/l,{children:u}=t;if(!(c<=0)){e.width=i;for(let t=0,i=e.count;t<i;t++)n=u[s?d-t:d+t],n.__.inFlow&&0!==n.__.visible?(o=n.__widthGrow)&&(r=gy(n,n.__flowBounds,c*o),r?(a+=r,l-=o):h&&(n.__.widthRange?h.unshift(n):h.push(n))):i++;a&&function(t,e,i){let s,n,o,r;t.forEach(t=>{s=t.__widthGrow,n=e/i*s,r=gy(t,o=t.__flowBounds,o.width+n),e-=n-r,i-=s})}(h,a,l)}}function gy(t,e,i){const{widthRange:s,lockRatio:n}=t.__,o=s?_y(i,s):i,r=o/e.width;return t.scaleResize(r,n?r:1),e.width=o,i-o}const{within:fy}=b;function yy(t,e,i,s){let n,o,r,a=0,h=e.hasRangeSize&&[],{grow:l,start:d}=e;const c=(i-e.height)/l,{children:u}=t;if(!(c<=0)){e.height=i;for(let t=0,i=e.count;t<i;t++)n=u[s?d-t:d+t],n.__.inFlow&&0!==n.__.visible?(o=n.__heightGrow)&&(r=my(n,n.__flowBounds,c*o),r?(a+=r,l-=o):h&&(n.__.heightRange?h.unshift(n):h.push(n))):i++;a&&function(t,e,i){let s,n,o,r;t.forEach(t=>{s=t.__heightGrow,n=e/i*s,r=my(t,o=t.__flowBounds,o.height+n),e-=n-r,i-=s})}(h,a,l)}}function my(t,e,i){const{heightRange:s,lockRatio:n}=t.__,o=s?fy(i,s):i,r=o/e.height;return t.scaleResize(n?r:1,r),e.height=o,i-o}const{move:vy}=K;function wy(t,e){const i="width",{children:s,itemBox:n}=t,o=ly(t,!0),{complex:r,wrap:a,xGap:h,yGap:l,isAutoXGap:d,isFitXGap:c}=o;if(!s.length)return;const u=a&&{x:0,y:0,width:0,height:0,gap:0,count:0,list:[]},_=d?0:h;let p,g,f,y,m,{x:v,y:w,width:x,height:b}=t.__layout.contentBounds;for(let o=0,h=s.length;o<h;o++)p=s[y=e?h-1-o:o],p.__.inFlow&&0!==p.__.visible&&(g=uy(p,n),r?(p.__flowBounds=g,m||(m=dy(y,_)),a&&m.count&&m.width+g.width>x&&(m.grow?py(t,m,x,e):d&&cy(m,i,x,c),ay(u,m,i),m=dy(y,_)),f=g.width,p.__widthGrow&&(m.grow+=p.__widthGrow,f=0,p.__.widthRange&&(m.hasRangeSize=!0)),p.__heightGrow&&my(p,g,b),m.width+=m.count?f+_:f,m.height=Math.max(m.height,g.height),m.count++):(vy(p,v-g.x,w-g.y),v+=g.width+_));if(r&&m){const{isAutoYGap:s,isFitYGap:n,contentAlign:r,rowXAlign:h,rowYAlign:_}=o;m.count&&(m.grow?py(t,m,x,e):d&&cy(m,i,x,c),a&&ay(u,m,i)),a?(s?cy(u,"height",b,n):u.height+=(u.gap=l)*(u.list.length-1),function(t,e,i,s){ny(t,e,i);const{list:n}=e;if(n.length>1&&(s||(s=iy[i]),"from"!==s)){let t;for(let i=0,o=n.length;i<o;i++)t=n[i],t.x=e.width-t.width,"center"===s&&(t.x/=2)}}(t,u,r,h),function(t,e,i,s){const{list:n}=e,o="reverse"===t.__.flowWrap;let r,{x:a,y:h}=e;for(let l=0,d=n.length;l<d;l++)r=n[o?d-1-l:l],ry(t,r,a,h,i,s),h+=r.height+e.gap}(t,u,_,e)):(ny(t,m,r),ry(t,m,0,m.y,_,e))}}const{move:xy}=K;function by(t,e,i,s,n,o){const{children:r}=t;let a,h,{y:l,start:d}=e,c=i;l+=s;for(let t=0,s=e.count;t<s;t++)a=r[o?d-t:d+t],a.__.inFlow&&0!==a.__.visible?(h=a.__flowBounds,"from"!==n&&(c=i+(e.width-h.width)/("center"===n?2:1)),xy(a,c-h.x,l-h.y),l+=h.height+e.gap):s++}const{move:ky}=K;function Ey(t,e){const i="height",{children:s,itemBox:n}=t,o=ly(t,!1),{complex:r,wrap:a,xGap:h,yGap:l,isAutoYGap:d,isFitYGap:c}=o;if(!s.length)return;const u=a&&{x:0,y:0,width:0,height:0,gap:0,count:0,list:[]},_=d?0:l;let p,g,f,y,m,{x:v,y:w,width:x,height:b}=t.__layout.contentBounds;for(let o=0,h=s.length;o<h;o++)p=s[y=e?h-1-o:o],p.__.inFlow&&0!==p.__.visible&&(g=uy(p,n),r?(p.__flowBounds=g,m||(m=dy(y,_)),a&&m.count&&m.height+g.height>b&&(m.grow&&yy(t,m,b,e),d&&cy(m,i,b,c),ay(u,m,i),m=dy(y,_)),f=g.height,p.__heightGrow&&(m.grow+=p.__heightGrow,f=0,p.__.heightRange&&(m.hasRangeSize=!0)),p.__widthGrow&&gy(p,g,x),m.height+=m.count?f+_:f,m.width=Math.max(m.width,g.width),m.count++):(ky(p,v-g.x,w-g.y),w+=g.height+_));if(r&&m){const{isAutoXGap:s,isFitXGap:n,contentAlign:r,rowXAlign:l,rowYAlign:_}=o;m.count&&(m.grow&&yy(t,m,b,e),d&&cy(m,i,b,c),a&&ay(u,m,i)),a?(s?cy(u,"width",x,n):u.width+=(u.gap=h)*(u.list.length-1),function(t,e,i,s){ny(t,e,i);const{list:n}=e;if(n.length>1&&(s||(s=sy[i]),"from"!==s)){let t;for(let i=0,o=n.length;i<o;i++)t=n[i],t.y=e.height-t.height,"center"===s&&(t.y/=2)}}(t,u,r,_),function(t,e,i,s){const{list:n}=e,o="reverse"===t.__.flowWrap;let r,{x:a,y:h}=e;for(let l=0,d=n.length;l<d;l++)r=n[o?d-1-l:l],by(t,r,a,h,i,s),a+=r.width+e.gap}(t,u,l,e)):(ny(t,m,r),by(t,m,m.x,0,l,e))}}function Sy(t){return Hn(t,t=>({set(e){const i=l(e)?e:0;"autoWidth"===t?this.__widthGrow=i:this.__heightGrow=i,!i||this.parent&&this.parent.__hasGrow||this.waitParent(()=>{this.parent.__hasGrow=!0}),this.__setAttr(t,e)&&$n(this)}}))}Vt.add("flow","resize");const By=vl.prototype,{__updateBoxBounds:Ry}=hl.prototype;al.addAttr("flow",!1,Gn),al.addAttr("gap",0,Zn),al.addAttr("flowAlign","top-left",Zn),al.addAttr("flowWrap",!1,Zn),al.addAttr("itemBox","box",Zn),al.addAttr("inFlow",!0,Zn),al.addAttr("autoWidth",void 0,Sy),al.addAttr("autoHeight",void 0,Sy),al.addAttr("autoBox",void 0,Zn);const{copyAndSpread:Ty}=Tt;By.__updateFlowLayout=function(){const{leaferIsCreated:t,flow:e}=this;switch(t&&(this.leafer.created=!1),e){case"x":case!0:wy(this);break;case"y":Ey(this);break;case"x-reverse":wy(this,!0);break;case"y-reverse":Ey(this,!0)}t&&(this.leafer.created=!0)},By.__updateContentBounds=function(){const{padding:t}=this.__,e=this.__layout,i=e.contentBounds===e.boxBounds;t?(i&&e.shrinkContent(),Ty(e.contentBounds,e.boxBounds,t,!0)):i||e.shrinkContentCancel()},By.__updateBoxBounds=function(t){if(this.children.length&&!this.pathInputed){const e=this.__,{flow:i}=e;if(e.__autoSide){e.__hasSurface&&this.__extraUpdate(),i&&!t?this.__updateRectBoxBounds():Ry.call(this);const{boxBounds:s}=this.__layout;e.__autoSize||(e.__autoWidth?(i||(s.width+=s.x,s.x=0),s.height=e.height,s.y=0):(i||(s.height+=s.y,s.y=0),s.width=e.width,s.x=0)),i&&t&&e.padding&&Ty(s,s,e.padding,!1,e.__autoSize?null:e.__autoWidth?"width":"height"),this.__updateNaturalSize()}else this.__updateRectBoxBounds();i&&this.__updateContentBounds()}else this.__updateRectBoxBounds()};const{cos:Cy,sin:Oy,pow:Ly,sqrt:Py,abs:Ay,ceil:Dy,floor:My,round:Fy,PI:Iy}=Math,Wy=5*Iy,zy=1.70158,Ny=2.5949095,Yy=7.5625,Hy=2.75;function Xy(t){return e=>Ly(e,t)}function Vy(t){return e=>1-Ly(1-e,t)}function Uy(t){return e=>e<.5?.5*Ly(2*e,t):1-.5*Ly(2-2*e,t)}function jy(t){return t<1/Hy?Yy*t*t:t<2/Hy?Yy*(t-=1.5/Hy)*t+.75:t<2.5/Hy?Yy*(t-=2.25/Hy)*t+.9375:Yy*(t-=2.625/Hy)*t+.984375}function Gy(t,e,i,s){const n={};return o=>{const r=~~(1e4*o),a=n[r];if(a)return a;let h,l,d,c=o;for(let e=0;e<8&&(h=1-c,d=Ky(c,t,i)-o,l=3*h*h*t+6*h*c*(i-t)+3*c*c*(1-i),!(Ay(l)<1e-6));e++)c-=d/l;return n[r]=Ky(c,e,s)}}function Ky(t,e,i){const s=1-t;return 3*s*s*t*e+3*s*t*t*i+t*t*t}const qy={get(t){const{list:e}=qy;return a(t)?e[t||"ease"]:_(t)?e[t.name].apply(e,u(t.value)?t.value:[t.value]):e.ease},register(t,e){qy.list[t]=e},list:{linear:t=>t,ease:Gy(.25,.1,.25,1),"ease-in":Gy(.42,0,1,1),"ease-out":Gy(0,0,.58,1),"ease-in-out":Gy(.42,0,.58,1),"sine-in":t=>1-Cy(t*Iy*.5),"sine-out":t=>Oy(t*Iy*.5),"sine-in-out":t=>.5*(1-Cy(t*Iy)),"quad-in":Xy(2),"quad-out":Vy(2),"quad-in-out":Uy(2),"cubic-in":Xy(3),"cubic-out":Vy(3),"cubic-in-out":Uy(3),"quart-in":Xy(4),"quart-out":Vy(4),"quart-in-out":Uy(4),"quint-in":Xy(5),"quint-out":Vy(5),"quint-in-out":Uy(5),"expo-in":t=>t?Ly(2,10*t-10):0,"expo-out":t=>1===t?1:1-Ly(2,10*-t),"expo-in-out":t=>0===t||1===t?t:t<.5?.5*Ly(2,2*t*10-10):.5*(2-Ly(2,10-2*t*10)),"circ-in":t=>1-Py(1-Ly(t,2)),"circ-out":t=>Py(1-Ly(t-1,2)),"circ-in-out":t=>t<.5?.5*(1-Py(1-Ly(2*t,2))):.5*(Py(1-Ly(2-2*t,2))+1),"back-in":t=>((zy+1)*t-zy)*t*t,"back-out":t=>(t-=1)*t*((zy+1)*t+zy)+1,"back-in-out":t=>t<.5?(t*=2)*t*((Ny+1)*t-Ny)*.5:.5*((t=2*t-2)*t*((Ny+1)*t+Ny)+2),"elastic-in":t=>0===t||1===t?t:-Ly(2,10*(t-1))*Oy((t-1.1)*Wy),"elastic-out":t=>0===t||1===t?t:Ly(2,-10*t)*Oy((t-.1)*Wy)+1,"elastic-in-out":t=>0===t||1===t?t:t<.5?-Ly(2,10*((t*=2)-1))*Oy((t-1.1)*Wy)*.5:Ly(2,10*(1-(t*=2)))*Oy((t-1.1)*Wy)*.5+1,"bounce-in":t=>1-jy(1-t),"bounce-out":jy,"bounce-in-out":t=>t<.5?.5*(1-jy(1-2*t)):.5*(1+jy(2*t-1)),"cubic-bezier":Gy,steps:function(t,e="floor"){return i=>("floor"===e?My(i*t):"ceil"===e?Dy(i*t):Fy(i*t))/t}}};function Zy(t){return(e,i)=>{Object.defineProperty(e,i,{get(){const e=this.config&&this.config[i];return void 0===e?t:e},set(t){this.config||(this.config={}),this.config[i]=t}})}}class Jy{}Jy.CREATED="created",Jy.PLAY="play",Jy.PAUSE="pause",Jy.STOP="stop",Jy.SEEK="seek",Jy.UPDATE="update",Jy.COMPLETED="completed";let $y=class extends Ar{get endingStyle(){return"from"===this.realEnding?this.fromStyle:this.toStyle}get started(){return!!this.requestAnimateTime}get completed(){return this.time>=this.duration&&!this.started}get frame(){return this.frames[this.nowIndex]}get frameTotalTime(){return this.frame.totalTime||this.frame.duration||0}get nowReverse(){return(this.mainReverse?1:0)+(this.frameReverse?1:0)==1}get realEnding(){let t;const{ending:e,reverse:i,swing:s,loop:n}=this;return"from"===e?t=0:"to"===e?t=1:(t=i?0:1,s&&n&&l(n)&&(t+=n-1)),t%2?"to":"from"}constructor(t,e,i,s){super(),e&&(e.keyframes?(i=e,e=e.keyframes):e.style&&(i=e,e=e.style)),this.init(t,e,i,s)}init(t,e,i,s){switch(this.target=t,(s||this.isTemp)&&(this.isTemp=s),typeof i){case"number":this.config={duration:i};break;case"string":this.config={easing:i};break;case"object":this.config=i,i.event&&(this.event=i.event)}this.keyframes=u(e)?e:e?[e]:[];const{easing:n,attrs:o}=this;this.easingFn=qy.get(n),(o||this.attrsMap)&&(this.attrsMap=o?o.reduce((t,e)=>(t[e]=!0,t),{}):void 0),this.frames=[],this.create(),this.autoplay&&this.frames.length&&(this.timer=setTimeout(()=>{this.timer=0,this.play()},0))}emitType(t){this.emit(t,this),this.parent&&this.parent.onChildEvent(t,this)}play(){this.destroyed||(this.running=!0,this.started?this.timer||this.requestAnimate():(this.clearTimer(),this.start()),this.emitType(Jy.PLAY))}pause(){this.destroyed||(this.running=!1,this.clearTimer(),this.emitType(Jy.PAUSE))}stop(){this.destroyed||(this.complete(),this.emitType(Jy.STOP))}seek(t){this.destroyed||(_(t)&&(t=bh.number(t,this.duration)),t&&(t/=this.speed),(!this.started||t<this.time)&&this.start(!0),this.time=t,this.animate(0,!0),this.clearTimer(()=>this.requestAnimate()),this.emitType(Jy.SEEK))}kill(t=!0,e){this.killStyle=e,this.destroy(t)}create(){const{target:t,frames:e,keyframes:i,config:s}=this,{length:n}=i,r=!(n>1)||this.join;let a,h,d,c,u,_=0,p=0;n>1&&(this.fromStyle={},this.toStyle={});for(let s=0;s<n;s++){if(h=i[s],c=h.style||h,a||(a=r?t:c),d={style:c,beforeStyle:{}},u=1,h.style){const{duration:t,autoDuration:e,delay:i,autoDelay:s,easing:n,swing:o,loop:r}=h;o&&(d.swing=l(o)?o:2,u=2*d.swing-1),r&&(d.loop=u=l(r)?r:2),t?(d.duration=t,_+=t*u,i&&(d.totalTime=t+i)):e&&(d.autoDuration=e,p+=e*u),i?(d.delay=i,_+=i*u):s&&(d.autoDelay=s,p+=s*u),n&&(d.easingFn=qy.get(n))}if(!d.autoDuration&&o(d.duration)&&(n>1?s>0||r?p+=u:d.duration=0:d.duration=this.duration),n>1)this.setBefore(d,c,a);else{for(let e in c)d.beforeStyle[e]=t[e];this.fromStyle=d.beforeStyle,this.toStyle=d.style}a=c,e.push(d)}p?((this.duration<=_||!s||!s.duration)&&this.changeDuration(_+.2*p),this.allocateTime((this.duration-_)/p)):_&&this.changeDuration(_),this.emitType(Jy.CREATED)}changeDuration(t){const{config:e}=this;this.config=e?Object.assign(Object.assign({},e),{duration:t}):{duration:t}}setBefore(t,e,i){const{fromStyle:s,toStyle:n,target:r}=this;for(let a in e)o(s[a])&&(s[a]=n[a]=e===i?i[a]:r[a]),t.beforeStyle[a]=o(i[a])?n[a]:i[a],n[a]=e[a]}allocateTime(t){let e,{frames:i}=this,{length:s}=i;for(let n=0;n<s;n++)e=i[n],o(e.duration)&&(e.duration=e.autoDuration?t*e.autoDuration:t),e.totalTime||(e.autoDelay&&(e.delay=e.autoDelay*t),e.delay&&(e.totalTime=e.duration+e.delay))}requestAnimate(){this.requestAnimateTime=Date.now(),t.requestRender(this.animate.bind(this))}animate(t,e){if(!e){if(!this.running)return;this.time+=(Date.now()-this.requestAnimateTime)/1e3}const{duration:i}=this,s=this.time*this.speed;if(s<i){for(;s-this.playedTotalTime>this.frameTotalTime;)this.transition(1),this.mainReverse?this.reverseNextFrame():this.nextFrame();const t=this.nowReverse?0:this.frame.delay||0,e=s-this.playedTotalTime-t,i=this.frame.duration;if(e>i)this.transition(1);else if(e>=0){const t=i?e/i:1;this.transition(this.frame.easingFn?this.frame.easingFn(t):this.easingFn(t))}}else this.end();if(!e)if(s<i)this.requestAnimate();else{const{loop:t,loopDelay:e,swing:i}=this;if((!1!==t||i)&&(this.looped?this.looped++:this.looped=1,this.needLoop(this.looped,t,i)))return i&&(this.mainReverse=!this.mainReverse),void(e?this.timer=setTimeout(()=>{this.timer=0,this.begin()},e/this.speed*1e3):this.begin());this.complete()}}start(t){this.requestAnimateTime=1;const{reverse:e}=this;if((e||this.mainReverse)&&(this.mainReverse=e),this.looped&&(this.looped=0),t)this.begin(!0);else{const{delay:t}=this;t?this.timer=setTimeout(()=>{this.timer=0,this.begin()},t/this.speed*1e3):this.begin()}}begin(t){this.playedTotalTime=this.time=0,this.mainReverse?this.setTo():this.setFrom(),t||this.requestAnimate()}end(){this.mainReverse?this.setFrom():this.setTo()}complete(){this.requestAnimateTime=0,this.running=!1;const{endingStyle:t,killStyle:e}=this,i=e?{}:t;if(e)for(let s in t)s in e||(i[s]=t[s]);this.setStyle(i),this.clearTimer(),this.emitType(Jy.COMPLETED)}setFrom(){this.nowIndex=0,this.setStyle(this.fromStyle)}setTo(){this.nowIndex=this.frames.length-1,this.setStyle(this.toStyle)}nextFrame(){if(this.needLoopFrame())return this.increaseTime();this.nowIndex+1>=this.frames.length||(this.increaseTime(),this.nowIndex++)}reverseNextFrame(){if(this.needLoopFrame())return this.increaseTime();this.nowIndex-1<0||(this.increaseTime(),this.nowIndex--)}transition(t){const{style:e,beforeStyle:i}=this.frame,s=this.nowReverse?e:i,n=this.nowReverse?i:e;if(0===t)this.setStyle(s);else if(1===t)this.setStyle(n);else{const{attrsMap:i,target:o}=this;let{betweenStyle:r}=this.frame;r||(r=this.frame.betweenStyle={}),Lh.setBetweenStyle(r,s,n,e,t,o,i),this.setStyle(r)}this.emitType(Jy.UPDATE)}setStyle(t){const{target:e}=this;e&&t&&(this.style=t,e.__?e.set(t,!!this.isTemp&&"temp"):Object.assign(e,t))}increaseTime(){this.playedTotalTime+=this.frameTotalTime}needLoop(t,e,i){return!(this.needStopLoop(t,e)||this.needStopLoop(t,i,!0))}needStopLoop(t,e,i){return l(e)&&(!e||t>=(i?2*e-1:e))}needLoopFrame(){const{loop:t,swing:e}=this.frame;if(t||e){if(this.frameLooped?this.frameLooped++:this.frameLooped=1,e&&(this.frameReverse=!this.frameReverse),this.needLoop(this.frameLooped,t,e))return!0;this.frameLooped=this.frameReverse=void 0}return!1}clearTimer(t){this.timer&&(clearTimeout(this.timer),this.timer=0,t&&t())}destroy(t){this.destroyed||(super.destroy(),t&&!this.completed?this.stop():this.pause(),this.target=this.parent=this.config=this.frames=this.fromStyle=this.toStyle=this.style=this.killStyle=null,this.destroyed=!0)}};Qt([Zy("ease")],$y.prototype,"easing",void 0),Qt([Zy(0)],$y.prototype,"delay",void 0),Qt([Zy(.2)],$y.prototype,"duration",void 0),Qt([Zy("auto")],$y.prototype,"ending",void 0),Qt([Zy(!1)],$y.prototype,"reverse",void 0),Qt([Zy(!1)],$y.prototype,"swing",void 0),Qt([Zy(!1)],$y.prototype,"loop",void 0),Qt([Zy(0)],$y.prototype,"loopDelay",void 0),Qt([Zy(1)],$y.prototype,"speed",void 0),Qt([Zy(!0)],$y.prototype,"autoplay",void 0),Qt([Zy()],$y.prototype,"join",void 0),Qt([Zy()],$y.prototype,"attrs",void 0),$y=Qt([So(Vr)],$y);let Qy=class extends $y{get completed(){return this.list.every(t=>t.completed)}get endingStyle(){return this._endingStyle}constructor(t,e,i){super(t,null),this.list=[],this.updateList(e,i)}updateList(t,e){this.fromStyle={},this.toStyle={},this._endingStyle={},t||(t=this.list.filter(t=>{const{completed:e}=t;return e&&t.destroy(),!e})),this.list=t.map(t=>{const i=t.target?t:new $y(this.target,t,e);return i.parent=this,Object.assign(this.fromStyle,i.fromStyle),Object.assign(this.toStyle,i.toStyle),Object.assign(this._endingStyle,i.endingStyle),i})}play(){this.each(t=>t.play()),this.emitType(Jy.PLAY)}pause(){this.each(t=>t.pause()),this.emitType(Jy.PAUSE)}stop(){this.each(t=>t.stop()),this.emitType(Jy.STOP)}seek(t){this.each(e=>e.seek(t)),this.emitType(Jy.SEEK)}kill(t,e){this.each(i=>i.kill(t,e)),this.destroy()}onChildEvent(t,e){switch(t){case Jy.COMPLETED:this.completed&&this.emitType(t);break;case Jy.UPDATE:this.emitType(t)}}each(t){this.list.forEach(t)}destroy(t){const{list:e}=this;e.length&&(this.each(e=>e.destroy(t)),e.length=0)}};Qy=Qt([So(Vr)],Qy);const tm={transparent:"FFF0",aliceblue:"F0F8FF",antiquewhite:"FAEBD7",aqua:"0FF",aquamarine:"7FFFD4",azure:"F0FFFF",beige:"F5F5DC",bisque:"FFE4C4",black:"0",blanchedalmond:"FFEBCD",blue:"00F",blueviolet:"8A2BE2",brown:"A52A2A",burlywood:"DEB887",cadetblue:"5F9EA0",chartreuse:"7FFF00",chocolate:"D2691E",coral:"FF7F50",cornflowerblue:"6495ED",cornsilk:"FFF8DC",crimson:"DC143C",cyan:"0FF",darkblue:"00008B",darkcyan:"008B8B",darkgoldenrod:"B8860B",darkgray:"A9",darkgreen:"006400",darkgrey:"A9",darkkhaki:"BDB76B",darkmagenta:"8B008B",darkolivegreen:"556B2F",darkorange:"FF8C00",darkorchid:"9932CC",darkred:"8B0000",darksalmon:"E9967A",darkseagreen:"8FBC8F",darkslateblue:"483D8B",darkslategray:"2F4F4F",darkslategrey:"2F4F4F",darkturquoise:"00CED1",darkviolet:"9400D3",deeppink:"FF1493",deepskyblue:"00BFFF",dimgray:"69",dimgrey:"69",dodgerblue:"1E90FF",firebrick:"B22222",floralwhite:"FFFAF0",forestgreen:"228B22",fuchsia:"F0F",gainsboro:"DC",ghostwhite:"F8F8FF",gold:"FFD700",goldenrod:"DAA520",gray:"80",green:"008000",greenyellow:"ADFF2F",grey:"80",honeydew:"F0FFF0",hotpink:"FF69B4",indianred:"CD5C5C",indigo:"4B0082",ivory:"FFFFF0",khaki:"F0E68C",lavender:"E6E6FA",lavenderblush:"FFF0F5",lawngreen:"7CFC00",lemonchiffon:"FFFACD",lightblue:"ADD8E6",lightcoral:"F08080",lightcyan:"E0FFFF",lightgoldenrodyellow:"FAFAD2",lightgray:"D3",lightgreen:"90EE90",lightgrey:"D3",lightpink:"FFB6C1",lightsalmon:"FFA07A",lightseagreen:"20B2AA",lightskyblue:"87CEFA",lightslategray:"789",lightslategrey:"789",lightsteelblue:"B0C4DE",lightyellow:"FFFFE0",lime:"00FF00",limegreen:"32CD32",linen:"FAF0E6",magenta:"FF00FF",maroon:"800000",mediumaquamarine:"66CDAA",mediumblue:"0000CD",mediumorchid:"BA55D3",mediumpurple:"9370DB",mediumseagreen:"3CB371",mediumslateblue:"7B68EE",mediumspringgreen:"00FA9A",mediumturquoise:"48D1CC",mediumvioletred:"C71585",midnightblue:"191970",mintcream:"F5FFFA",mistyrose:"FFE4E1",moccasin:"FFE4B5",navajowhite:"FFDEAD",navy:"000080",oldlace:"FDF5E6",olive:"808000",olivedrab:"6B8E23",orange:"FFA500",orangered:"FF4500",orchid:"DA70D6",palegoldenrod:"EEE8AA",palegreen:"98FB98",paleturquoise:"AFEEEE",palevioletred:"D87093",papayawhip:"FFEFD5",peachpuff:"FFDAB9",peru:"CD853F",pink:"FFC0CB",plum:"DDA0DD",powderblue:"B0E0E6",purple:"800080",rebeccapurple:"639",red:"F00",rosybrown:"BC8F8F",royalblue:"4169E1",saddlebrown:"8B4513",salmon:"FA8072",sandybrown:"F4A460",seagreen:"2E8B57",seashell:"FFF5EE",sienna:"A0522D",silver:"C0",skyblue:"87CEEB",slateblue:"6A5ACD",slategray:"708090",slategrey:"708090",snow:"FFFAFA",springgreen:"00FF7F",steelblue:"4682B4",tan:"D2B48C",teal:"008080",thistle:"D8BFD8",tomato:"FF6347",turquoise:"40E0D0",violet:"EE82EE",wheat:"F5DEB3",white:"F",whitesmoke:"F5",yellow:"FF0",yellowgreen:"9ACD32"},em=/^rgb\((\d+),\s*(\d+),\s*(\d+)/i,im=/^rgba\((\d+),\s*(\d+),\s*(\d+),\s*(\d*\.?\d+)/i,sm=/^hsl\((\d+),\s*(\d+)%\s*,\s*(\d+)%/i,nm=/^hsla\((\d+),\s*(\d+)%\s*,\s*(\d+)%\s*,\s*(\d*\.?\d+)/i,om=parseInt,rm=parseFloat,{round:am}=Math;let hm={},lm=0;function dm(t){let e,i,s,n=1;switch(t.length){case 9:e=om(t.slice(1,3),16),i=om(t.slice(3,5),16),s=om(t.slice(5,7),16),n=om(t.slice(7,9),16)/255;break;case 7:e=om(t.slice(1,3),16),i=om(t.slice(3,5),16),s=om(t.slice(5,7),16);break;case 5:e=om(t[1]+t[1],16),i=om(t[2]+t[2],16),s=om(t[3]+t[3],16),n=om(t[4]+t[4],16)/255;break;case 4:e=om(t[1]+t[1],16),i=om(t[2]+t[2],16),s=om(t[3]+t[3],16);break;case 3:e=i=s=om(t[1]+t[2],16);break;case 2:e=i=s=om(t[1]+t[1],16)}return{r:e,g:i,b:s,a:n}}const cm=1/6,um=.5,_m=2/3,pm=1/3;function gm(t,e,i){return i<0?i++:i>1&&i--,i<cm?t+6*(e-t)*i:i<um?e:i<_m?t+(e-t)*(_m-i)*6:t}function fm(t,e,i,s=1){let n,o,r;if(t/=360,i/=100,0===(e/=100))n=o=r=i;else{let s=i<.5?i*(1+e):i+e-i*e,a=2*i-s;n=gm(a,s,t+pm),o=gm(a,s,t),r=gm(a,s,t-pm)}return{r:am(255*n),g:am(255*o),b:am(255*r),a:s}}Vt.add("color"),xh.object=function(t,e){let i,s=!o(e)&&e<1;if(a(t)){const e=hm[t];if(e)i=Object.assign({},e);else{switch(t[0]){case"#":i=dm(t);break;case"R":case"r":"("===t[4]&&im.test(t)?i=function(t){const e=im.exec(t);return{r:om(e[1]),g:om(e[2]),b:om(e[3]),a:rm(e[4])}}(t):"("===t[3]&&em.test(t)&&(i=function(t){const e=em.exec(t);return{r:om(e[1]),g:om(e[2]),b:om(e[3]),a:1}}(t));break;case"H":case"h":"("===t[4]&&nm.test(t)?i=function(t){const e=nm.exec(t);return fm(rm(e[1]),rm(e[2]),rm(e[3]),rm(e[4]))}(t):"("===t[3]&&sm.test(t)&&(i=function(t){const e=sm.exec(t);return fm(rm(e[1]),rm(e[2]),rm(e[3]),1)}(t))}if(!i){const e=tm[t.toLowerCase()];e&&(i=dm("#"+e))}i&&(lm++,lm>1e4&&(hm={},lm=0),hm[t]=Object.assign({},i))}}else _(t)&&(o(t.a)&&(t.a=1),s&&(t=Object.assign({},t)),i=t);return i||(i={r:255,g:255,b:255,a:1}),s&&(i.a*=e),i};const{round:ym}=Math,{fourNumber:mm}=b,vm={fill:Em,stroke:Em,cornerRadius:(t,e,i)=>l(t)&&l(e)?bm(t,e,i):(t=mm(t),e=mm(e),t.map((t,s)=>bm(t,e[s],i))),text(t,e,i){if(a(t)&&a(e)){const s=t.length,n=e.length,o=bm(s,n,i,1);return s<n?e.substring(0,o):t.substring(0,o)}return l(t)||l(e)?b.float(bm(t,e,i),Math.max(xm(t),xm(e))):e},boxStyle(t,e,i,s){t||(t={}),e||(e={});const n=Object.assign(Object.assign({},t),e);return Lh.setBetweenStyle(n,t,e,n,i,s),n},shadow:Sm,innerShadow:Sm},wm={value:function(t,e,i){const s=l(t),n=l(e);return s&&n?t+(e-t)*i:n||s?bm(t,e,i):t},number:bm,color:km,setBetweenStyle:function(t,e,i,s,n,o,r){let a,h,l;const{list:d,value:c}=Lh;for(let u in s)r&&!r[u]||(a=e[u],h=i[u],l=d[u]||c,a!==h&&(t[u]=l(a,h,n,o)))}};function xm(t){const e=String(t).split(".")[1];return e?e.length:0}function bm(t,e,i,s){t||(t=0),e||(e=0);const n=t+(e-t)*i;return s?ym(n):n}function km(t,e,i){t=xh.object(t),e=xh.object(e);const s=bm(t.r,e.r,i,1)+","+bm(t.g,e.g,i,1)+","+bm(t.b,e.b,i,1),n=bm(t.a,e.a,i);return 1===n?"rgb("+s+")":"rgba("+s+","+n+")"}function Em(t,e,i){return a(t)&&a(e)?km(t,e,i):e}function Sm(t,e,i){return u(t)||u(e)?e:(e=e||{},{x:bm((t=t||{}).x,e.x,i),y:bm(t.y,e.y,i),blur:bm(t.blur,e.blur,i),spread:bm(t.spread,e.spread,i),color:km(t.color||"#FFFFFF00",e.color||"#FFFFFF00",i),visible:e.visible,blendMode:e.blendMode,box:e.box||t.box})}Vt.add("animate","color"),Oh.canAnimate=!0,Object.assign(Lh.list,vm),Object.assign(Lh,wm);const Bm=al.prototype;al.addAttr("animation",void 0,function(t){return Hn(t,t=>({set(e){this.__setAttr(t,e),this.leafer&&(this.killAnimate("animation"),e&&this.animate(e,void 0,"animation"))}}))}),al.addAttr("animationOut",void 0,Un),al.addAttr("transition",!0,Un),al.addAttr("transitionOut",void 0,Un),Bm.animate=function(t,e,i,s){if(o(t))return this.__animate;let n=u(t)&&!e&&i?new Qy(this,t,s):new $y(this,t,e,s);this.killAnimate(i,n.toStyle);const r=this.__animate;return r&&(n instanceof Qy?n.list.unshift(r):n=new Qy(this,[r,n])),this.__animate=n},Bm.killAnimate=function(t,e){const i=this.__animate;if(i){let t=!1;if(e&&!i.completed){i instanceof Qy&&i.updateList();const{toStyle:s}=i;for(let i in e)if(i in s){t=!0;break}}else t=!0;t&&(i.kill(!0,e),this.__animate=null)}},Bm.__runAnimation=function(t,e){this.animate("in"===t?this.animation:this.animationOut,void 0,"animation"),e&&this.__animate.on(Jy.COMPLETED,e)};const Rm=[.1488743389,.4333953941,.6794095682,.8650633666,.9739065285],Tm=[.2955242247,.2692667193,.2190863625,.1494513491,.0666713443],{sqrt:Cm}=Math,{getDerivative:Om}=Ne,Lm={getDistance(t,e,i,s,n,o,r,a,h=1){let l,d,c,u,_,p,g=0,f=h/2;for(let h=0;h<Rm.length;h++)l=f*(1+Rm[h]),d=f*(1-Rm[h]),c=Om(l,t,i,n,r),u=Om(l,e,s,o,a),_=Om(d,t,i,n,r),p=Om(d,e,s,o,a),g+=Tm[h]*(Cm(c*c+u*u)+Cm(_*_+p*p));return g*f},getRotation(t,e,i,s,n,o,r,a,h){const l=Om(t,e,s,o,a),d=Om(t,i,n,r,h);return Math.atan2(d,l)/E},getT(t,e,i,s,n,o,r,a,h,l,d=1){let c=0,u=1,_=t/e,p=d/e/3;if(_>=1)return 1;if(_<=0)return 0;for(;u-c>p;)Pm(i,s,n,o,r,a,h,l,_)<t?c=_:u=_,_=(c+u)/2;return _},cut(t,e,i,s,n,o,r,a,h,l){const d=1-e,c=d*i+e*n,u=d*s+e*o,_=d*n+e*r,p=d*o+e*a,g=d*c+e*_,f=d*u+e*p,y=d*g+e*(d*_+e*(d*r+e*h)),m=d*f+e*(d*p+e*(d*a+e*l));t.push(pe.C,c,u,g,f,y,m)}},{getDistance:Pm}=Lm,{M:Am,L:Dm,C:Mm,Z:Fm}=pe,Im={},Wm={},zm={transform(t,e){let i,s=0;const n=t.length;for(;s<n;)switch(i=t[s],i){case Am:case Dm:zm.transformPoints(t,e,s,1),s+=3;break;case Mm:zm.transformPoints(t,e,s,3),s+=7;break;case Fm:s+=1}},transformPoints(t,e,i,s){for(let n=i+1,o=n+2*s;n<o;n+=2)Im.x=t[n],Im.y=t[n+1],I.toOuterPoint(e,Im),t[n]=Im.x,t[n+1]=Im.y},getMotionPathData(t){let e,i,s,n,o=0,r=[],a=0,h=0,l=0;const d=t.length;for(;a<d;){switch(n=t[a],n){case Am:case Dm:i=t[a+1],s=t[a+2],e=n===Dm&&a>0?K.getDistanceFrom(h,l,i,s):0,h=i,l=s,a+=3;break;case Mm:i=t[a+5],s=t[a+6],e=Lm.getDistance(h,l,t[a+1],t[a+2],t[a+3],t[a+4],i,s),h=i,l=s,a+=7;break;case Fm:a+=1;default:e=0}r.push(e),o+=e}return{total:o,segments:r,data:t}},getDistancePoint(t,e,i){const{segments:s,data:n}=t;e=bh.number(e,t.total);let o,r,a,h,l,d,c,u,_,p=0,g={},f=0,y=0,m=0,v=0;const w=n.length;for(;f<w;){switch(h=n[f],h){case Am:case Dm:if(r=n[f+1],a=n[f+2],o=s[y],p+o>=e||!t.total)return f||(m=r,v=a),Wm.x=m,Wm.y=v,g.x=r,g.y=a,K.getDistancePoint(Wm,g,e-p,!0),g.rotation=K.getAngle(Wm,g),g;m=r,v=a,f+=3;break;case Mm:if(r=n[f+5],a=n[f+6],o=s[y],p+o>=e)return l=n[f+1],d=n[f+2],c=n[f+3],u=n[f+4],_=Lm.getT(e-p,o,m,v,l,d,c,u,r,a,i),Ne.getPointAndSet(_,m,v,l,d,c,u,r,a,g),g.rotation=Lm.getRotation(_,m,v,l,d,c,u,r,a),g;m=r,v=a,f+=7;break;case Fm:f+=1;default:o=0}y++,p+=o}return g},getDistancePath(t,e,i){const{segments:s,data:n}=t,o=[];e=bh.number(e,t.total);let r,a,h,l,d,c,u,_,p,g=0,f={},y=0,m=0,v=0,w=0;const x=n.length;for(;y<x;){switch(l=n[y],l){case Am:case Dm:if(a=n[y+1],h=n[y+2],r=s[m],g+r>=e||!t.total)return y||(v=a,w=h),Wm.x=v,Wm.y=w,f.x=a,f.y=h,K.getDistancePoint(Wm,f,e-g,!0),o.push(l,f.x,f.y),o;v=a,w=h,y+=3,o.push(l,v,w);break;case Mm:if(d=n[y+1],c=n[y+2],u=n[y+3],_=n[y+4],a=n[y+5],h=n[y+6],r=s[m],g+r>=e)return p=Lm.getT(e-g,r,v,w,d,c,u,_,a,h,i),Lm.cut(o,p,v,w,d,c,u,_,a,h),o;v=a,w=h,y+=7,o.push(l,d,c,u,_,a,h);break;case Fm:y+=1,o.push(l);default:r=0}m++,g+=r}return o}};function Nm(t){return Hn(t,t=>({set(e){this.__setAttr(t,e),this.__hasMotionPath=this.motionPath||!r(this.motion),this.__layout.matrixChanged||this.__layout.matrixChange()}}))}Vt.add("motion-path"),Lh.register("motion",function(t,e,i,s){return _(t)&&(t=bh.number(t,s.getMotionTotal())),_(e)&&(e=bh.number(e,s.getMotionTotal())),Lh.number(t||0,e||0,i)}),Lh.register("motionRotation",function(t,e,i){return Lh.number(t,e,i)});const Ym=al.prototype,{updateMatrix:Hm,updateAllMatrix:Xm}=zo,{updateBounds:Vm}=Jo;function Um(t){const{motion:e,leaferIsCreated:i}=t;if(!r(e)){if(i&&(t.leafer.created=!1),t.motionPath){const i=Gm(t);i.total&&(t.__.__pathForRender=zm.getDistancePath(i,e,t.motionPrecision))}else t.set(t.getMotionPoint(e)),t.__hasAutoLayout||(t.isBranch?(Xm(t),Vm(t,t)):Hm(t));i&&(t.leafer.created=!0)}}function jm(t){const{parent:e}=t;if(!t.motionPath&&e){const{children:t}=e;for(let e=0;e<t.length;e++)if(t[e].motionPath)return t[e]}return t}function Gm(t){const e=t.__;return e.__pathForMotion?e.__pathForMotion:e.__pathForMotion=zm.getMotionPathData(t.getPath(!0,!0))}function Km(t,e){return Hn(t,t=>({set(i){this.__setAttr(t,i),this.leaferIsReady?e?Oh.setStyleName(this,e,i):Oh.set(this,i):this.__layout.stateStyleChanged=!0}}))}function qm(t){return Hn(t,t=>({set(e){this.__setAttr(t,e),this.__layout.stateStyleChanged=!0}}))}function Zm(t,e){if(e&&!0!==e)return e;if(!t.button){let{parent:e}=t;for(let t=0;t<2;t++)if(e){if(e.button)return e;e=e.parent}}return null}function Jm(t,e){_(e)||(e=void 0),tv(t,e,"in")}function $m(t,e){const{normalStyle:i}=t;_(e)||(e=void 0),i&&(e||(e=i),tv(t,e,"out"))}al.addAttr("motionPath",void 0,Nm),al.addAttr("motionPrecision",1,Nm),al.addAttr("motion",void 0,Nm),al.addAttr("motionRotation",!0,Nm),Ym.getMotionPathData=function(){return Gm(jm(this))},Ym.getMotionPoint=function(t){const e=jm(this),i=Gm(e);if(!i.total)return{};const s=zm.getDistancePoint(i,t,e.motionPrecision);I.toOuterPoint(e.localTransform,s);const{motionRotation:n}=this;return!1===n?delete s.rotation:l(n)&&(s.rotation+=n),s},Ym.getMotionTotal=function(){return this.getMotionPathData().total},Ym.__updateMotionPath=function(){const t=this.__;if(this.__layout.resized&&t.__pathForMotion&&(t.__pathForMotion=void 0),this.motionPath){let t;const{children:e}=this.parent;for(let i=0;i<e.length;i++)t=e[i],r(t.motion)||t.__layout.matrixChanged||(t!==this&&t.__extraUpdate(),Um(t))}else Um(this)};const Qm={};function tv(t,e,i){const{normalStyle:s}=t;e||(e=Qm),e.scale&&(b.assignScale(e,e.scale),delete e.scale),e!==Qm&&Oh.canAnimate||(i=null);let n=!!i&&function(t,e,i){let s="in"===t?"transition":"transitionOut";"out"===t&&r(i[s])&&r(e[s])&&(s="transition");return r(e[s])?i[s]:e[s]}(i,e,t);const o=n?function(t,e){const i=sv(e,t),s=t.animate();s&&sv(i,t,s.fromStyle);return i}(t,e):void 0;Oh.canAnimate&&ev(t)&&t.killAnimate("transition"),s&&t.set(s,"temp");const a=ev(t);if(a){const{animation:s}=a;if(s){const o=t.animate(s,void 0,"animation",!0);Object.assign(a,o.endingStyle),"in"!==i||e.animation!==s?o.kill():n=!1,delete a.animation}t.normalStyle=iv(a,t),t.set(a,"temp")}else t.normalStyle=void 0;if(n){const e=iv(o,t);t.set(o,"temp"),t.animate([o,e],n,"transition",!0)}t.__layout.stateStyleChanged=!1}function ev(t){let e;const i={},s=Zm(t),n=s?t.state||s.state:t.state,o=n&&t.states[n];o&&Oh.isState(n,t,s)&&(e=nv(i,o));const r=i.selectedStyle||t.selectedStyle;r&&Oh.isSelected(t,s)&&(e=nv(i,r));const a=i.placeholderStyle||t.placeholderStyle;if(a&&Oh.isPlacehold(t,s)&&(e=nv(i,a)),Oh.isDisabled(t,s)){const s=i.disabledStyle||t.disabledStyle;s&&(e=nv(i,s))}else{const n=i.focusStyle||t.focusStyle;n&&Oh.isFocus(t,s)&&(e=nv(i,n));const o=i.hoverStyle||t.hoverStyle;o&&Oh.isHover(t,s)&&(e=nv(i,o));const r=i.pressStyle||t.pressStyle;r&&Oh.isPress(t,s)&&(e=nv(i,r))}return e?i:void 0}function iv(t,e,i,s){const n=i?t:{},o=i||t;for(let t in o)s&&Oh.animateExcludes[t]||(n[t]=e[t]);return n}function sv(t,e,i){return iv(t,e,i,!0)}function nv(t,e){return Object.assign(t,e),!0}function ov(t,e){const i=t[e];i&&Jm(t,i),t.button&&av(t.children,e)}function rv(t,e,i){i||(i=t.states[e]),Jm(t,i),t.button&&av(t.children,null,e)}function av(t,e,i){if(!t)return;let s,n;for(let r=0,a=t.length;r<a;r++){if(s=t[r],e){switch(n=!0,e){case"hoverStyle":Oh.isHover(s)&&(n=!1);break;case"pressStyle":Oh.isPress(s)&&(n=!1);break;case"focusStyle":Oh.isFocus(s)&&(n=!1)}n&&ov(s,e)}else o(i)||rv(s,i);s.isBranch&&av(s.children,e,i)}}function hv(t,e){const i=t[e];i&&$m(t,i),t.button&&dv(t.children,e)}function lv(t,e,i){$m(t,i),t.button&&dv(t.children,null,e)}function dv(t,e,i){if(!t)return;let s;for(let n=0,r=t.length;n<r;n++)s=t[n],e?hv(s,e):o(i)||lv(s,i),s.isBranch&&dv(s.children,e,i)}function cv(t,e,i){let s;const n=e.leafer?e.leafer.interaction:null;if(n&&(s=n[t](e),!s&&i)){const o=Zm(e,i);o&&(s=n[t](o))}return s}function uv(t,e,i){let s=e[t];if(!s&&i){const n=Zm(e,i);n&&(s=n[t])}return s}Vt.add("state"),Oh.animateExcludes={animation:1,animationOut:1,transition:1,transitionOut:1,states:1,state:1,placeholder:1,normalStyle:1,hoverStyle:1,pressStyle:1,focusStyle:1,selectedStyle:1,disabledStyle:1,placeholderStyle:1},Oh.isState=function(t,e,i){return function(t,e,i){let s=e.states[t];if(!s&&i){const n=Zm(e,i);n&&(s=n.states[t])}return!!s}(t,e,i)},Oh.isSelected=function(t,e){return uv("selected",t,e)},Oh.isDisabled=function(t,e){return uv("disabled",t,e)},Oh.isFocus=function(t,e){return cv("isFocus",t,e)},Oh.isHover=function(t,e){return cv("isHover",t,e)},Oh.isPress=function(t,e){return cv("isPress",t,e)},Oh.isPlacehold=function(t,e){return t.__.__isPlacehold},Oh.isDrag=function(t,e){return cv("isDrag",t,e)},Oh.setStyleName=function(t,e,i){i?rv(t,e,t[e]):lv(t,e,t[e])},Oh.set=function(t,e){const i=t.states[e];i?rv(t,e,i):lv(t,e,i)},Oh.getStyle=ev,Oh.updateStyle=tv,Oh.updateEventStyle=function(t,e){switch(e){case cd.ENTER:ov(t,"hoverStyle");break;case cd.LEAVE:hv(t,"hoverStyle");break;case cd.DOWN:ov(t,"pressStyle");break;case cd.UP:hv(t,"pressStyle")}};const _v=al.prototype;al.addAttr("selected",!1,Km,"selectedStyle"),al.addAttr("disabled",!1,Km,"disabledStyle"),al.addAttr("states",{},qm),al.addAttr("state","",Km),al.addAttr("normalStyle",void 0,Un),al.addAttr("hoverStyle",void 0,qm),al.addAttr("pressStyle",void 0,qm),al.addAttr("focusStyle",void 0,qm),al.addAttr("selectedStyle",void 0,qm),al.addAttr("disabledStyle",void 0,qm),al.addAttr("placeholderStyle",void 0,qm),al.addAttr("button",!1,Un),_v.focus=function(t=!0){this.waitLeafer(()=>{let{focusData:e}=this.app.interaction;t?(e&&e.focus(!1),e=this):e=null,this.app.interaction.focusData=e,t?ov(this,"focusStyle"):hv(this,"focusStyle")})},_v.updateState=function(){Oh.updateStyle(this,void 0,"in")};const pv=sd.prototype,gv="text";zn(pv,gv,Object.assign(Object.assign({},Nn(pv,gv)),{set(t){const e=this,i=e.text;e.__setAttr(gv,t)&&($n(e),e.placeholderStyle&&e.placeholder&&(""===i||""===t)&&(e.__layout.stateStyleChanged=!0))}}));class fv extends Wh{get __drawAfterFill(){return!0}setRobot(t){this._robot=t,this.__leaf.__updateRobot()}setAction(t){this._action=t,this.__leaf.__updateAction()}}let yv=class extends al{get __tag(){return"Robot"}get nowFrame(){return this.robotFrames&&this.robotFrames[this.now]}constructor(t){super(t)}play(){this.running=!0}pause(){this.running=!1}stop(){this.pause()}__updateRobot(){const{robot:t}=this;if(this.robotFrames=[],!t)return;let e=0;u(t)?t.forEach(t=>this.__loadRobot(t,e,e+=t.total||1)):this.__loadRobot(t,0,t.total)}__updateAction(){const t=this.actions[this.action];if(this.stop(),this.__timer&&clearTimeout(this.__timer),!o(t))if(l(t))this.now=t;else if(_(t)){const e=u(t),i=e?t:t.keyframes;this.__action=e?void 0:t;const{length:s}=i;if(s>1){const t=this.now=i[0],e=i[i.length-1];this.play(),this.__runAction(t,e)}else s&&(this.now=i[0])}}__loadRobot(t,e,i){for(let t=e;t<i;t++)this.robotFrames.push(void 0);const s=Pn.get(t);s.ready?this.__createFrames(s,t,e,i):s.load(()=>this.__createFrames(s,t,e,i))}__createFrames(t,e,i,s){const{offset:n,size:o,total:r}=e,{width:a,height:h}=o&&(l(o)?{width:o,height:o}:o)||(r>1?this:t);let d=n?n.x:0,c=n?n.y:0;for(let e=i;e<s;e++)this.robotFrames[e]={view:t.view,x:d,y:c,width:a,height:h},d+a>=t.width?(d=0,c+=h):d+=a;this.__updateRobotBounds(),this.forceRender(),this.emitEvent(new gr(gr.LOADED,{image:t}))}__runAction(t,e){let{FPS:i,loop:s,__action:n}=this;n&&(n.FPS&&(i=n.FPS),o(n.loop)||(s=n.loop)),this.__timer=setTimeout(()=>{if(this.running){if(this.now===e){if(!s)return this.stop();this.now=t}else this.now++;this.__updateRobotBounds()}this.__runAction(t,e)},1e3/i)}__updateRobotBounds(){const{nowFrame:t}=this;if(t){const e=this.__,i=t.width/e.pixelRatio,s=t.height/e.pixelRatio;e.width===i&&e.height===s||this.forceUpdate("width"),e.__naturalWidth=i,e.__naturalHeight=s}}__drawContent(t,e){const{nowFrame:i}=this,{width:s,height:n}=this.__;i&&t.drawImage(i.view,i.x,i.y,i.width,i.height,0,0,s,n)}destroy(){this.robotFrames&&(this.robotFrames=null),super.destroy()}};Qt([fo(fv)],yv.prototype,"__",void 0),Qt([Zn()],yv.prototype,"robot",void 0),Qt([Un()],yv.prototype,"actions",void 0),Qt([Un("")],yv.prototype,"action",void 0),Qt([oo(0)],yv.prototype,"now",void 0),Qt([Un(12)],yv.prototype,"FPS",void 0),Qt([Un(!0)],yv.prototype,"loop",void 0),yv=Qt([Bo()],yv),Vt.add("robot");const{Yes:mv,NoAndSkip:vv,YesAndSkip:wv}=s,xv={},bv={},kv={};class Ev{constructor(t){this.innerIdMap={},this.idMap={},this.methods={id:(t,e)=>t.id===e?(this.target&&(this.idMap[e]=t),1):0,innerId:(t,e)=>t.innerId===e?(this.target&&(this.innerIdMap[e]=t),1):0,className:(t,e)=>t.className===e?1:0,tag:(t,e)=>t.__tag===e?1:0,tags:(t,e)=>e[t.__tag]?1:0},(this.target=t)&&this.__listenEvents()}getBy(t,e,i,s){switch(typeof t){case"number":const n=this.getByInnerId(t,e);return i?n:n?[n]:[];case"string":switch(t[0]){case"#":xv.id=t.substring(1),t=xv;break;case".":bv.className=t.substring(1),t=bv;break;default:kv.tag=t,t=kv}case"object":if(o(t.id)){if(t.tag){const{tag:s}=t,n=u(s);return this.getByMethod(n?this.methods.tags:this.methods.tag,e,i,n?f.toMap(s):s)}return this.getByMethod(this.methods.className,e,i,t.className)}{const s=this.getById(t.id,e);return i?s:s?[s]:[]}case"function":return this.getByMethod(t,e,i,s)}}getByInnerId(t,e){const i=this.innerIdMap[t];return i||(this.eachFind(this.toChildren(e),this.methods.innerId,null,t),this.findLeaf)}getById(t,e){const i=this.idMap[t];return i&&zo.hasParent(i,e||this.target)?i:(this.eachFind(this.toChildren(e),this.methods.id,null,t),this.findLeaf)}getByClassName(t,e){return this.getByMethod(this.methods.className,e,!1,t)}getByTag(t,e){return this.getByMethod(this.methods.tag,e,!1,t)}getByMethod(t,e,i,s){const n=i?null:[];return this.eachFind(this.toChildren(e),t,n,s),n||this.findLeaf}eachFind(t,e,i,s){let n,o;for(let r=0,a=t.length;r<a;r++){if(n=t[r],o=e(n,s),o===mv||o===wv){if(!i)return void(this.findLeaf=n);i.push(n)}n.isBranch&&o<vv&&this.eachFind(n.children,e,i,s)}}toChildren(t){return this.findLeaf=null,[t||this.target]}__onRemoveChild(t){const{id:e,innerId:i}=t.child;this.idMap[e]&&delete this.idMap[e],this.innerIdMap[i]&&delete this.innerIdMap[i]}__checkIdChange(t){if("id"===t.attrName){const e=t.oldValue;this.idMap[e]&&delete this.idMap[e]}}__listenEvents(){this.__eventIds=[this.target.on_(_r.REMOVE,this.__onRemoveChild,this),this.target.on_(pr.CHANGE,this.__checkIdChange,this)]}__removeListenEvents(){this.target.off_(this.__eventIds),this.__eventIds.length=0}destroy(){const{__eventIds:t}=this;t&&t.length&&(this.__removeListenEvents(),this.innerIdMap={},this.idMap={}),this.findLeaf=null}}const Sv=al.prototype;function Bv(e){return e.leafer?e.leafer.selector:t.selector||(t.selector=Ut.selector())}Sv.find=function(t,e){return Bv(this).getBy(t,this,!1,e)},Sv.findOne=function(t,e){return Bv(this).getBy(t,this,!0,e)},Vt.add("find"),Ut.finder=function(t){return new Ev(t)};const{setPoint:Rv,addPoint:Tv,toBounds:Cv}=st;const Ov={syncExport(e,i,s){let n;Ch.running=!0;try{const r=En.fileType(i),a=i.includes(".");s=En.getExportOptions(s);const{toURL:h}=t,{download:l}=t.origin;if("json"===r)a&&l(h(JSON.stringify(e.toJSON(s.json)),"text"),i),n={data:!!a||e.toJSON(s.json)};else if("svg"===r)a&&l(h(e.toSVG(),"svg"),i),n={data:!!a||e.toSVG()};else{let t,r,a=1,h=1;const{worldTransform:l,isLeafer:d,leafer:c,isFrame:u}=e,{slice:_,clip:p,trim:g,screenshot:f,padding:y,onCanvas:m}=s,v=o(s.smooth)?!c||c.config.smooth:s.smooth,w=s.contextSettings||(c?c.config.contextSettings:void 0),x=d&&f&&o(s.fill)?e.fill:s.fill,k=En.isOpaqueImage(i)||x,E=new et;if(f)t=!0===f?d?c.canvas.bounds:e.worldRenderBounds:f;else{let i=s.relative||(d?"inner":"local");switch(a=l.scaleX,h=l.scaleY,i){case"inner":E.set(l);break;case"local":E.set(l).divide(e.localTransform),a/=e.scaleX,h/=e.scaleY;break;case"world":a=1,h=1;break;case"page":i=c||e;default:E.set(l).divide(e.getTransform(i));const t=i.worldTransform;a/=a/t.scaleX,h/=h/t.scaleY}t=e.getBounds("render",i)}const S={scaleX:1,scaleY:1};b.getScaleData(s.scale,s.size,t,S);let B=s.pixelRatio||1,{x:R,y:T,width:C,height:O}=new Pt(t).scale(S.scaleX,S.scaleY);p&&(R+=p.x,T+=p.y,C=p.width,O=p.height);const L={exporting:!0,matrix:E.scale(1/S.scaleX,1/S.scaleY).invert().translate(-R,-T).withScale(1/a*S.scaleX,1/h*S.scaleY)};let P,A=Ut.canvas({width:Math.floor(C),height:Math.floor(O),pixelRatio:B,smooth:v,contextSettings:w});if(_&&(P=e,P.__worldOpacity=0,e=c||e,L.bounds=A.bounds),A.save(),u&&!o(x)){const t=e.get("fill");e.fill="",e.__render(A,L),e.fill=t}else e.__render(A,L);if(A.restore(),P&&P.__updateWorldOpacity(),g){r=function(t){const{width:e,height:i}=t.view,{data:s}=t.context.getImageData(0,0,e,i);let n,o,r,a=0;for(let t=0;t<s.length;t+=4)0!==s[t+3]&&(n=a%e,o=(a-n)/e,r?Tv(r,n,o):Rv(r={},n,o)),a++;const h=new Pt;return r&&(Cv(r,h),h.scale(1/t.pixelRatio).ceil()),h}(A);const t=A,{width:e,height:i}=r,s={x:0,y:0,width:e,height:i,pixelRatio:B};A=Ut.canvas(s),A.copyWorld(t,r,s),t.destroy()}if(y){const[t,e,i,s]=b.fourNumber(y),n=A,{width:o,height:r}=n;A=Ut.canvas({width:o+s+e,height:r+t+i,pixelRatio:B}),A.copyWorld(n,n.bounds,{x:s,y:t,width:o,height:r}),n.destroy()}k&&A.fillWorld(A.bounds,x||"#FFFFFF","destination-over"),m&&m(A);n={data:"canvas"===i?A:A.export(i,s),width:A.pixelWidth,height:A.pixelHeight,renderBounds:t,trimBounds:r}}}catch(t){n={data:"",error:t}}return Ch.running=!1,n},export(e,i,s){return Ch.running=!0,function(t){Lv||(Lv=new Tn);return new Promise(e=>{Lv.add(()=>te(this,void 0,void 0,function*(){return yield t(e)}),{parallel:!1})})}(n=>new Promise(o=>{const r=()=>te(this,void 0,void 0,function*(){if(!On.isComplete)return t.requestRender(r);const a=Ch.syncExport(e,i,s);a.data instanceof Promise&&(a.data=yield a.data),n(a),o()});e.updateLayout(),Pv(e);const{leafer:a}=e;a?a.waitViewCompleted(r):r()}))}};let Lv;function Pv(t){t.__.__needComputePaint&&t.__.__computePaint(),t.isBranch&&t.children.forEach(t=>Pv(t))}const Av=ce.prototype,Dv=It.get("@leafer-in/export");Av.export=function(t,e){const{quality:i,blob:s}=En.getExportOptions(e);return t.includes(".")?this.saveAs(t,i):s?this.toBlob(t,i):this.toDataURL(t,i)},Av.toBlob=function(e,i){return new Promise(s=>{t.origin.canvasToBolb(this.view,e,i).then(t=>{s(t)}).catch(t=>{Dv.error(t),s(null)})})},Av.toDataURL=function(e,i){return t.origin.canvasToDataURL(this.view,e,i)},Av.saveAs=function(e,i){return new Promise(s=>{t.origin.canvasSaveAs(this.view,e,i).then(()=>{s(!0)}).catch(t=>{Dv.error(t),s(!1)})})},Vt.add("export"),Object.assign(Ch,Ov),al.prototype.export=function(t,e){return Ch.export(this,t,e)},al.prototype.syncExport=function(t,e){return Ch.syncExport(this,t,e)},Vt.add("filter"),Object.assign(Th,{list:{},register(t,e){Th.list[t]=e},apply(t,e,i,s,n,o){let r;t.forEach(t=>{r=Th.list[t.type],r&&r.apply(t,e,i,s,n,o)})},getSpread(t){let e,i=0;return t.forEach(t=>{e=Th.list[t.type],e&&(i+=e.getSpread(t))}),i}});export{ct as AlignHelper,$y as Animate,qy as AnimateEasing,Jy as AnimateEvent,Qy as AnimateList,s as Answer,rd as App,ht as AroundHelper,tf as Arrow,$g as ArrowData,Dt as AutoBounds,Ne as BezierHelper,Pt as Bounds,fr as BoundsEvent,Tt as BoundsHelper,vl as Box,Yh as BoxData,Ua as Branch,Jo as BranchHelper,da as BranchRender,$l as Canvas,tl as CanvasData,$t as CanvasManager,_r as ChildEvent,xh as ColorConvert,Ut as Creator,zd as Cursor,f as DataHelper,It as Debug,ot as Direction4,rt as Direction9,pd as DragEvent,Td as Dragger,fd as DropEvent,mp as EditBox,dp as EditDataHelper,gp as EditPoint,Q_ as EditSelect,q_ as EditSelectHelper,jp as EditTool,Lp as EditToolCreator,Vp as Editor,W_ as EditorEvent,Dp as EditorGroupEvent,Rp as EditorHelper,zp as EditorMoveEvent,Yp as EditorRotateEvent,Np as EditorScaleEvent,Hp as EditorSkewEvent,Rh as Effect,El as Ellipse,jh as EllipseData,qe as EllipseHelper,ur as Event,Zt as EventCreator,Ar as Eventer,Ch as Export,En as FileHelper,Th as Filter,Ev as Finder,ty as Flow,wl as Frame,Xh as FrameData,hl as Group,Nh as GroupData,Jg as HTMLText,Zg as HTMLTextData,Lm as HighBezierHelper,zm as HighCurveHelper,Nd as HitCanvasManager,Zl as Image,Qh as ImageData,gr as ImageEvent,Pn as ImageManager,e as IncrementId,Up as InnerEditor,Ap as InnerEditorEvent,Wd as InteractionBase,bd as InteractionHelper,xd as KeyEvent,hd as Keyboard,Er as LayoutEvent,dh as Layouter,Ma as Leaf,aa as LeafBounds,Go as LeafBoundsHelper,m as LeafData,jr as LeafDataProxy,Vr as LeafEventer,zo as LeafHelper,cr as LeafLayout,Ga as LeafLevelList,ja as LeafList,Qr as LeafMatrix,ha as LeafRender,cl as Leafer,qa as LeaferCanvas,ce as LeaferCanvasBase,Hh as LeaferData,Br as LeaferEvent,Wn as LeaferImage,Mg as LeaferTypeCreator,Al as Line,Vh as LineData,$p as LineEditTool,b as MathHelper,et as Matrix,I as MatrixHelper,yd as MoveEvent,Wg as MultiTouchHelper,gd as MyDragEvent,Jl as MyImage,ud as MyPointerEvent,fe as NeedConvertToCanvasCommandMap,E as OneRadian,S as PI2,B as PI_2,Eh as Paint,Bh as PaintGradient,Sh as PaintImage,nd as Path,kh as PathArrow,Jf as PathArrowModule,_n as PathBounds,is as PathCommandDataHelper,pe as PathCommandMap,Ai as PathConvert,wn as PathCorner,vs as PathCreator,qh as PathData,Ds as PathDrawer,ue as PathHelper,cf as PathMatrixHelper,we as PathNumberCommandLengthMap,ve as PathNumberCommandMap,ug as PathScaler,od as Pen,Zh as PenData,ph as Picker,t as Platform,Vt as Plugin,Q as Point,K as PointHelper,ld as PointerButton,cd as PointerEvent,Hl as Polygon,Gh as PolygonData,pr as PropertyEvent,ul as Rect,Uh as RectData,xe as RectHelper,ol as RectRender,Sr as RenderEvent,uh as Renderer,br as ResizeEvent,On as Resource,yv as Robot,fv as RobotData,md as RotateEvent,Yt as Run,qg as ScrollBar,K_ as SelectArea,gh as Selector,ql as Star,Kh as StarData,Oh as State,Mt as StringNumberMap,G_ as Stroker,vd as SwipeEvent,Rn as TaskItem,Tn as TaskProcessor,sd as Text,wh as TextConvert,$h as TextData,Lg as TextEditor,Xp as TransformTool,Ng as Transformer,Lh as Transition,st as TwoPointBoundsHelper,al as UI,el as UIBounds,Gt as UICreator,Wh as UIData,dd as UIEvent,sl as UIRender,bh as UnitConvert,er as WaitHelper,kr as WatchEvent,Qa as Watcher,zg as WheelEventHelper,wd as ZoomEvent,Pg as addViewport,Ag as addViewportConfig,no as affectRenderBoundsType,eo as affectStrokeBoundsType,Qg as arrowType,Xn as attr,Gn as autoLayoutType,Zn as boundsType,kn as canvasPatch,de as canvasSizeAttrs,vh as createAttr,Yn as createDescriptor,go as cursorType,fo as dataProcessor,Un as dataType,Hn as decorateLeafAttr,mo as defineDataProcessor,zn as defineKey,Vn as defineLeafAttr,$n as doBoundsType,io as doStrokeType,fh as effectType,n as emptyData,_o as eraserType,T as getBoundsData,Nn as getDescriptor,C as getMatrixData,R as getPointData,po as hitType,u as isArray,p as isData,g as isEmptyData,h as isFinite,r as isNull,l as isNumber,_ as isObject,a as isString,o as isUndefined,yo as layoutProcessor,Lr as leaferTransformAttrMap,uo as maskType,Nm as motionPathType,Jn as naturalBoundsType,ro as opacityType,Qn as pathInputType,to as pathType,xn as pen,jn as positionType,Cp as registerEditTool,Op as registerInnerEditor,Bo as registerUI,Ro as registerUIEvent,yh as resizeType,bo as rewrite,ko as rewriteAble,qn as rotationType,xg as scaleResize,bg as scaleResizeFontSize,Sg as scaleResizeGroup,kg as scaleResizePath,Eg as scaleResizePoints,Kn as scaleType,co as sortType,qm as stateStyleType,Km as stateType,so as strokeType,oo as surfaceType,At as tempBounds,it as tempMatrix,tt as tempPoint,c as tryToNumber,Ja as useCanvas,So as useModule,Ka as version,ao as visibleType,mh as zoomLayerType};
2
2
  //# sourceMappingURL=worker.module.min.js.map