@leafer-editor/worker 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/worker.js +454 -390
- package/dist/worker.min.js +1 -1
- package/dist/worker.module.js +451 -388
- package/dist/worker.module.min.js +1 -1
- package/package.json +5 -5
package/dist/worker.min.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
var LeaferUI=function(t){"use strict";const e={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(t){const{prefix:i,suffix:s}=e.image;return!s||t.startsWith("data:")||t.startsWith("blob:")||(t+=(t.includes("?")?"&":"?")+s),i&&"/"===t[0]&&(t=i+t),t}}},i={},s={RUNTIME:"runtime",LEAF:"leaf",TASK:"task",CNAVAS:"canvas",IMAGE:"image",types:{},create(t){const{types:e}=n;return e[t]?e[t]++:(e[t]=1,0)}},n=s,{round:o,pow:r,PI:a}=Math,h={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)),h.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=e?r(10,e):1e12;return-0===(t=o(t*i)/i)?0:t},getScaleData:(t,e,i,s)=>(s||(s={}),e?(s.scaleX=("number"==typeof e?e:e.width)/i.width,s.scaleY=("number"==typeof e?e:e.height)/i.height):t&&(s.scaleX="number"==typeof t?t:t.x,s.scaleY="number"==typeof t?t:t.y),s)},l=a/180,d=2*a,c=a/2;function u(){return{x:0,y:0}}function _(){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:g,cos:f,acos:y,sqrt:m}=Math,{float:v}=h,w={};function x(){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 b={defaultMatrix:{a:1,b:0,c:0,d:1,e:0,f:0},defaultWorld:x(),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:p,getWorld:x,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){E.toInnerPoint(t,e,w),E.scaleOfInner(t,w,i,s)},scaleOfInner(t,e,i,s=i){E.translateInner(t,e.x,e.y),E.scale(t,i,s),E.translateInner(t,-e.x,-e.y)},rotate(t,e){const{a:i,b:s,c:n,d:o}=t,r=f(e*=l),a=g(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){E.toInnerPoint(t,e,w),E.rotateOfInner(t,w,i)},rotateOfInner(t,e,i){E.translateInner(t,e.x,e.y),E.rotate(t,i),E.translateInner(t,-e.x,-e.y)},skew(t,e,i){const{a:s,b:n,c:o,d:r}=t;i&&(i*=l,t.a=s+o*i,t.b=n+r*i),e&&(e*=l,t.c=o+s*e,t.d=r+n*e)},skewOfOuter(t,e,i,s){E.toInnerPoint(t,e,w),E.skewOfInner(t,w,i,s)},skewOfInner(t,e,i,s=0){E.translateInner(t,e.x,e.y),E.skew(t,i,s),E.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,o){let{e:r,f:a}=t;if(o&&(r+=o.scrollX,a+=o.scrollY),i||(i=t),void 0===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=r*e.a+a*e.c+e.e,i.f=r*e.b+a*e.d+e.f},divide(t,e){E.multiply(t,E.tempInvert(e))},divideParent(t,e){E.multiplyParent(t,E.tempInvert(e))},tempInvert(t){const{tempMatrix:e}=E;return E.copy(e,t),E.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:o,y:r,scaleX:a,scaleY:h}=e;if(void 0===n&&(n=e.rotation||e.skewX||e.skewY),n){const{rotation:i,skewX:s,skewY:n}=e,o=i*l,r=f(o),d=g(o);if(s||n){const e=s*l,i=n*l;t.a=(r+i*-d)*a,t.b=(d+i*r)*a,t.c=(e*r-d)*h,t.d=(r+e*d)*h}else t.a=r*a,t.b=d*a,t.c=-d*h,t.d=r*h}else t.a=a,t.b=0,t.c=0,t.d=h;t.e=o,t.f=r,(i=i||s)&&E.translateInner(t,-i.x,-i.y,!s)},getLayout(t,e,i,s){const{a:n,b:o,c:r,d:a,e:h,f:d}=t;let u,_,p,w,x,b=h,E=d;if(o||r){const t=n*a-o*r;if(r&&!s){u=m(n*n+o*o),_=t/u;const e=n/u;p=o>0?y(e):-y(e)}else{_=m(r*r+a*a),u=t/_;const e=r/_;p=c-(a>0?y(-e):-y(e))}const e=v(f(p)),i=g(p);u=v(u),_=v(_),w=e?v((r/_+i)/e/l,9):0,x=e?v((o/u-i)/e/l,9):0,p=v(p/l)}else u=n,_=a,p=w=x=0;return(e=i||e)&&(b+=e.x*n+e.y*r,E+=e.x*o+e.y*a,i||(b-=e.x,E-=e.y)),{x:b,y:E,scaleX:u,scaleY:_,rotation:p,skewX:w,skewY:x}},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=m(s*s+n*n)):(e=s,i=r)}return s.scaleX=e,s.scaleY=i,s},reset(t){E.set(t)}},E=b,{toInnerPoint:k,toOuterPoint:B}=b,{sin:L,cos:R,abs:T,sqrt:P,atan2:C,min:S,PI:O}=Math,D={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},move(t,e,i){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=I.defaultPoint);const s=R(e*=l),n=L(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}=I;return A(i,t),k(e,i,i),i},tempToOuterOf(t,e){const{tempPoint:i}=I;return A(i,t),B(e,i,i),i},tempToInnerRadiusPointOf(t,e){const{tempRadiusPoint:i}=I;return A(i,t),I.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){B(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)=>M(t.x,t.y,e.x,e.y),getDistanceFrom(t,e,i,s){const n=T(i-t),o=T(s-e);return P(n*n+o*o)},getMinDistanceFrom:(t,e,i,s,n,o)=>S(M(t,e,i,s),M(i,s,n,o)),getAngle:(t,e)=>W(t,e)/l,getRotation:(t,e,i,s)=>(s||(s=e),I.getRadianFrom(t.x,t.y,e.x,e.y,i.x,i.y,s.x,s.y)/l),getRadianFrom(t,e,i,s,n,o,r,a){void 0===r&&(r=i,a=s);let h=C(e-s,t-i);const l=C(o-a,n-r)-h;return l<-O?l+d:l},getAtan2:(t,e)=>C(e.y-t.y,e.x-t.x),getDistancePoint(t,e,i,s){const n=W(t,e);return(e=s?e:{}).x=t.x+R(n)*i,e.y=t.y+L(n)*i,e},reset(t){I.reset(t)}},I=D,{getDistanceFrom:M,copy:A,getAtan2:W}=I;class F{constructor(t,e){this.set(t,e)}set(t,e){return"object"==typeof t?D.copy(this,t):D.set(this,t,e),this}get(){const{x:t,y:e}=this;return{x:t,y:e}}clone(){return new F(this)}move(t,e){return D.move(this,t,e),this}scale(t,e){return D.scale(this,t,e),this}scaleOf(t,e,i){return D.scaleOf(this,t,e,i),this}rotate(t,e){return D.rotate(this,t,e),this}rotateOf(t,e){return D.rotate(this,e,t),this}getRotation(t,e,i){return D.getRotation(this,t,e,i)}toInnerOf(t,e){return D.toInnerOf(this,t,e),this}toOuterOf(t,e){return D.toOuterOf(this,t,e),this}getCenter(t){return new F(D.getCenter(this,t))}getDistance(t){return D.getDistance(this,t)}getDistancePoint(t,e,i){return new F(D.getDistancePoint(this,t,e,i))}getAngle(t){return D.getAngle(this,t)}getAtan2(t){return D.getAtan2(this,t)}reset(){return D.reset(this),this}}const z=new F;class U{constructor(t,e,i,s,n,o){this.set(t,e,i,s,n,o)}set(t,e,i,s,n,o){return"object"==typeof t?b.copy(this,t):b.set(this,t,e,i,s,n,o),this}setWith(t){return b.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 U(this)}translate(t,e){return b.translate(this,t,e),this}translateInner(t,e){return b.translateInner(this,t,e),this}scale(t,e){return b.scale(this,t,e),this}scaleWith(t,e){return b.scale(this,t,e),this.scaleX*=t,this.scaleY*=e||t,this}scaleOfOuter(t,e,i){return b.scaleOfOuter(this,t,e,i),this}scaleOfInner(t,e,i){return b.scaleOfInner(this,t,e,i),this}rotate(t){return b.rotate(this,t),this}rotateOfOuter(t,e){return b.rotateOfOuter(this,t,e),this}rotateOfInner(t,e){return b.rotateOfInner(this,t,e),this}skew(t,e){return b.skew(this,t,e),this}skewOfOuter(t,e,i){return b.skewOfOuter(this,t,e,i),this}skewOfInner(t,e,i){return b.skewOfInner(this,t,e,i),this}multiply(t){return b.multiply(this,t),this}multiplyParent(t){return b.multiplyParent(this,t),this}divide(t){return b.divide(this,t),this}divideParent(t){return b.divideParent(this,t),this}invert(){return b.invert(this),this}invertWith(){return b.invert(this),this.scaleX=1/this.scaleX,this.scaleY=1/this.scaleY,this}toOuterPoint(t,e,i){b.toOuterPoint(this,t,e,i)}toInnerPoint(t,e,i){b.toInnerPoint(this,t,e,i)}setLayout(t,e,i){return b.setLayout(this,t,e,i),this}getLayout(t,e,i){return b.getLayout(this,t,e,i)}withScale(t,e){return b.withScale(this,t,e)}reset(){b.reset(this)}}const H=new U,N={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){Y(t,e,i),Y(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:Y}=N,{tempPointBounds:X,setPoint:V,addPoint:G,toBounds:j}=N,{toOuterPoint:Z}=b,{float:K,fourNumber:q}=h,{floor:J,ceil:$}=Math;let Q,tt,et,it;const st={},nt={},ot={tempBounds:{},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(i instanceof Array){const e=q(i);s?rt.set(t,o+e[3],r+e[0],a-e[1]-e[3],h-e[2]-e[0]):rt.set(t,o-e[3],r-e[0],a+e[1]+e[3],h+e[2]+e[0])}else s&&(i=-i),rt.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),rt.move(t,e,i),t),toOffsetOutBounds(t,e,i){e?ht(e,t):e=t,i?(e.offsetX=-(rt.maxX(i)-t.x),e.offsetY=-(rt.maxY(i)-t.y)):(e.offsetX=t.x+t.width,e.offsetY=t.y+t.height),rt.move(e,-e.offsetX,-e.offsetY)},scale(t,e,i=e){D.scale(t,e,i),t.width*=e,t.height*=i},scaleOf(t,e,i,s=i){D.scaleOf(t,e,i,s),t.width*=i,t.height*=s},tempToOuterOf:(t,e)=>(rt.copy(rt.tempBounds,t),rt.toOuterOf(rt.tempBounds,e),rt.tempBounds),getOuterOf:(t,e)=>(t=Object.assign({},t),rt.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,Z(e,st,nt),V(X,nt.x,nt.y),st.x=t.x+t.width,Z(e,st,nt),G(X,nt.x,nt.y),st.y=t.y+t.height,Z(e,st,nt),G(X,nt.x,nt.y),st.x=t.x,Z(e,st,nt),G(X,nt.x,nt.y),j(X,i)},toInnerOf(t,e,i){i||(i=t),rt.move(i,-e.e,-e.f),rt.scale(i,1/e.a,1/e.d)},getFitMatrix(t,e,i=1){const s=Math.min(i,Math.min(t.width/e.width,t.height/e.height));return new U(s,0,0,s,-e.x*s,-e.y*s)},getSpread(t,e,i){const s={};return rt.copyAndSpread(s,t,e,!1,i),s},spread(t,e,i){rt.copyAndSpread(t,t,e,!1,i)},shrink(t,e,i){rt.copyAndSpread(t,t,e,!0,i)},ceil(t){const{x:e,y:i}=t;t.x=J(t.x),t.y=J(t.y),t.width=e>t.x?$(t.width+e-t.x):$(t.width),t.height=i>t.y?$(t.height+i-t.y):$(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=K(t.x,e),t.y=K(t.y,e),t.width=K(t.width,e),t.height=K(t.height,e)},add(t,e,i){Q=t.x+t.width,tt=t.y+t.height,et=e.x,it=e.y,i||(et+=e.width,it+=e.height),Q=Q>et?Q:et,tt=tt>it?tt:it,t.x=t.x<e.x?t.x:e.x,t.y=t.y<e.y?t.y:e.y,t.width=Q-t.x,t.height=tt-t.y},addList(t,e){rt.setListWithFn(t,e,void 0,!0)},setList(t,e,i=!1){rt.setListWithFn(t,e,void 0,i)},addListWithFn(t,e,i){rt.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]):e[r],n&&(n.width||n.height)&&(o?(o=!1,s||ht(t,n)):at(t,n));o&&rt.reset(t)},setPoints(t,e){e.forEach(((t,e)=>0===e?V(X,t.x,t.y):G(X,t.x,t.y))),j(X,t)},setPoint(t,e){rt.set(t,e.x,e.y)},addPoint(t,e){at(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=D.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=D.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=rt.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=rt.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=rt.tempToOuterOf(e,i)),!rt.hit(t,e))return{x:0,y:0,width:0,height:0};let{x:s,y:n,width:o,height:r}=e;return Q=s+o,tt=n+r,et=t.x+t.width,it=t.y+t.height,s=s>t.x?s:t.x,n=n>t.y?n:t.y,Q=Q<et?Q:et,tt=tt<it?tt:it,o=Q-s,r=tt-n,{x:s,y:n,width:o,height:r}},intersect(t,e,i){rt.copy(t,rt.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){rt.set(t)}},rt=ot,{add:at,copy:ht}=rt;class lt{get minX(){return ot.minX(this)}get minY(){return ot.minY(this)}get maxX(){return ot.maxX(this)}get maxY(){return ot.maxY(this)}constructor(t,e,i,s){this.set(t,e,i,s)}set(t,e,i,s){return"object"==typeof t?ot.copy(this,t):ot.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 lt(this)}move(t,e){return ot.move(this,t,e),this}scale(t,e){return ot.scale(this,t,e),this}scaleOf(t,e,i){return ot.scaleOf(this,t,e,i),this}toOuterOf(t,e){return ot.toOuterOf(this,t,e),this}toInnerOf(t,e){return ot.toInnerOf(this,t,e),this}getFitMatrix(t,e){return ot.getFitMatrix(this,t,e)}spread(t,e){return ot.spread(this,t,e),this}shrink(t,e){return ot.shrink(this,t,e),this}ceil(){return ot.ceil(this),this}unsign(){return ot.unsign(this),this}float(t){return ot.float(this,t),this}add(t){return ot.add(this,t),this}addList(t){return ot.setList(this,t,!0),this}setList(t){return ot.setList(this,t),this}addListWithFn(t,e){return ot.setListWithFn(this,t,e,!0),this}setListWithFn(t,e){return ot.setListWithFn(this,t,e),this}setPoint(t){return ot.setPoint(this,t),this}setPoints(t){return ot.setPoints(this,t),this}addPoint(t){return ot.addPoint(this,t),this}getPoints(){return ot.getPoints(this)}hitPoint(t,e){return ot.hitPoint(this,t,e)}hitRadiusPoint(t,e){return ot.hitRadiusPoint(this,t,e)}hit(t,e){return ot.hit(this,t,e)}includes(t,e){return ot.includes(this,t,e)}intersect(t,e){return ot.intersect(this,t,e),this}getIntersect(t,e){return new lt(ot.getIntersectData(this,t,e))}isSame(t){return ot.isSame(this,t)}isEmpty(){return ot.isEmpty(this)}reset(){ot.reset(this)}}const dt=new lt;class ct{constructor(t,e,i,s,n,o){"object"==typeof 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 lt(n,e,o||t.width-n-i,r||t.height-e-s)}}var ut,_t;t.Direction4=void 0,(ut=t.Direction4||(t.Direction4={}))[ut.top=0]="top",ut[ut.right=1]="right",ut[ut.bottom=2]="bottom",ut[ut.left=3]="left",t.Direction9=void 0,(_t=t.Direction9||(t.Direction9={}))[_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";const pt=[{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}];pt.forEach((t=>t.type="percent"));const gt={directionData:pt,tempPoint:{},get:ft,toPoint(t,e,i,s,n){i||(i={});const o=ft(t);i.x=o.x,i.y=o.y,"percent"===o.type&&(i.x*=e.width,i.y*=e.height,n&&(i.x-=n.x,i.y-=n.y,o.x&&(i.x-=1===o.x?n.width:.5===o.x?o.x*n.width:0),o.y&&(i.y-=1===o.y?n.height:.5===o.y?o.y*n.height:0))),s||(i.x+=e.x,i.y+=e.y)}};function ft(e){return"string"==typeof e?pt[t.Direction9[e]]:e}const{toPoint:yt}=gt,mt={toPoint(t,e,i,s,n){yt(t,i,s,n,e)}},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};class wt{constructor(t){this.repeatMap={},this.name=t}static get(t){return new wt(t)}static set filter(t){this.filterList=xt(t)}static set exclude(t){this.excludeList=xt(t)}log(...t){if(bt.enable){if(bt.filterList.length&&bt.filterList.every((t=>t!==this.name)))return;if(bt.excludeList.length&&bt.excludeList.some((t=>t===this.name)))return;console.log("%c"+this.name,"color:#21ae62",...t)}}tip(...t){bt.enable&&this.warn(...t)}warn(...t){bt.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 xt(t){return t?"string"==typeof t&&(t=[t]):t=[],t}wt.filterList=[],wt.excludeList=[],wt.showWarn=!0;const bt=wt,Et=wt.get("RunTime"),kt={currentId:0,currentName:"",idMap:{},nameMap:{},nameToIdMap:{},start(t,e){const i=s.create(s.RUNTIME);return Bt.currentId=Bt.idMap[i]=e?performance.now():Date.now(),Bt.currentName=Bt.nameMap[i]=t,Bt.nameToIdMap[t]=i,i},end(t,e){const i=Bt.idMap[t],s=Bt.nameMap[t],n=e?(performance.now()-i)/1e3:Date.now()-i;Bt.idMap[t]=Bt.nameMap[t]=Bt.nameToIdMap[s]=void 0,Et.log(s,n,"ms")},endOfName(t,e){const i=Bt.nameToIdMap[t];void 0!==i&&Bt.end(i,e)}},Bt=kt,Lt=wt.get("UICreator"),Rt={list:{},register(t){const{__tag:e}=t.prototype;Tt[e]?Lt.repeat(e):Tt[e]=t},get(t,e,i,s,n,o){const r=new Tt[t](e);return void 0!==i&&(r.x=i,s&&(r.y=s),n&&(r.width=n),o&&(r.height=o)),r}},{list:Tt}=Rt,Pt=wt.get("EventCreator"),Ct={nameList:{},register(t){let e;Object.keys(t).forEach((i=>{e=t[i],"string"==typeof e&&(St[e]?Pt.repeat(e):St[e]=t)}))},changeName(t,e){const i=St[t];if(i){const s=Object.keys(i).find((e=>i[e]===t));s&&(i[s]=e,St[e]=i)}},has(t){return!!this.nameList[t]},get:(t,...e)=>new St[t](...e)},{nameList:St}=Ct;class Ot{constructor(){this.list=[]}add(t){t.manager=this,this.list.push(t)}get(t){let e;const{list:s}=this;for(let i=0,n=s.length;i<n;i++)if(e=s[i],e.recycled&&e.isSameSize(t))return e.recycled=!1,e.manager||(e.manager=this),e;const n=i.canvas(t);return this.add(n),n}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 Dt={default:(t,e)=>(It(e,t),It(t,e),t),assign(t,e){let i;Object.keys(e).forEach((s=>{var n;i=e[s],(null==i?void 0:i.constructor)===Object&&(null===(n=t[s])||void 0===n?void 0:n.constructor)===Object?It(t[s],e[s]):t[s]=e[s]}))},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}},{assign:It}=Dt;class Mt{get __useNaturalRatio(){return!0}get __isLinePath(){return this.path&&6===this.path.length}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 n in this)if("_"!==n[0]&&(t=this["_"+n],void 0!==t)){if("path"===n&&!this.__pathInputed)continue;e=s?s[n]:void 0,i[n]=void 0===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||e.__hasEraser||t.eraser?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 At;t.Answer=void 0,(At=t.Answer||(t.Answer={}))[At.No=0]="No",At[At.Yes=1]="Yes",At[At.NoAndSkip=2]="NoAndSkip",At[At.YesAndSkip=3]="YesAndSkip";function Wt(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 Ft(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){var e;t.done?n(t.value):(e=t.value,e instanceof i?e:new i((function(t){t(e)}))).then(r,a)}h((s=s.apply(t,e||[])).next())}))}function zt(t){return(e,i)=>{t||(t=i),Object.defineProperty(e,i,{get(){return this.context[t]},set(e){this.context[t]=e}})}}"function"==typeof SuppressedError&&SuppressedError;const Ut=[];function Ht(){return(t,e)=>{Ut.push(e)}}const Nt=[];class Yt{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||Nt)}get dashPattern(){return this.context.getLineDash()}__bindContext(){let t;Ut.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){"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,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}}Wt([zt("imageSmoothingEnabled")],Yt.prototype,"smooth",void 0),Wt([zt("imageSmoothingQuality")],Yt.prototype,"smoothLevel",void 0),Wt([zt("globalAlpha")],Yt.prototype,"opacity",void 0),Wt([zt()],Yt.prototype,"fillStyle",void 0),Wt([zt()],Yt.prototype,"strokeStyle",void 0),Wt([zt("lineWidth")],Yt.prototype,"strokeWidth",void 0),Wt([zt("lineCap")],Yt.prototype,"strokeCap",void 0),Wt([zt("lineJoin")],Yt.prototype,"strokeJoin",void 0),Wt([zt("lineDashOffset")],Yt.prototype,"dashOffset",void 0),Wt([zt()],Yt.prototype,"miterLimit",void 0),Wt([zt()],Yt.prototype,"shadowBlur",void 0),Wt([zt()],Yt.prototype,"shadowColor",void 0),Wt([zt()],Yt.prototype,"shadowOffsetX",void 0),Wt([zt()],Yt.prototype,"shadowOffsetY",void 0),Wt([zt()],Yt.prototype,"filter",void 0),Wt([zt()],Yt.prototype,"font",void 0),Wt([zt()],Yt.prototype,"fontKerning",void 0),Wt([zt()],Yt.prototype,"fontStretch",void 0),Wt([zt()],Yt.prototype,"fontVariantCaps",void 0),Wt([zt()],Yt.prototype,"textAlign",void 0),Wt([zt()],Yt.prototype,"textBaseline",void 0),Wt([zt()],Yt.prototype,"textRendering",void 0),Wt([zt()],Yt.prototype,"wordSpacing",void 0),Wt([zt()],Yt.prototype,"letterSpacing",void 0),Wt([zt()],Yt.prototype,"direction",void 0),Wt([Ht()],Yt.prototype,"setTransform",null),Wt([Ht()],Yt.prototype,"resetTransform",null),Wt([Ht()],Yt.prototype,"getTransform",null),Wt([Ht()],Yt.prototype,"save",null),Wt([Ht()],Yt.prototype,"restore",null),Wt([Ht()],Yt.prototype,"translate",null),Wt([Ht()],Yt.prototype,"scale",null),Wt([Ht()],Yt.prototype,"rotate",null),Wt([Ht()],Yt.prototype,"fill",null),Wt([Ht()],Yt.prototype,"stroke",null),Wt([Ht()],Yt.prototype,"clip",null),Wt([Ht()],Yt.prototype,"fillRect",null),Wt([Ht()],Yt.prototype,"strokeRect",null),Wt([Ht()],Yt.prototype,"clearRect",null),Wt([Ht()],Yt.prototype,"beginPath",null),Wt([Ht()],Yt.prototype,"moveTo",null),Wt([Ht()],Yt.prototype,"lineTo",null),Wt([Ht()],Yt.prototype,"bezierCurveTo",null),Wt([Ht()],Yt.prototype,"quadraticCurveTo",null),Wt([Ht()],Yt.prototype,"closePath",null),Wt([Ht()],Yt.prototype,"arc",null),Wt([Ht()],Yt.prototype,"arcTo",null),Wt([Ht()],Yt.prototype,"ellipse",null),Wt([Ht()],Yt.prototype,"rect",null),Wt([Ht()],Yt.prototype,"roundRect",null),Wt([Ht()],Yt.prototype,"createConicGradient",null),Wt([Ht()],Yt.prototype,"createLinearGradient",null),Wt([Ht()],Yt.prototype,"createPattern",null),Wt([Ht()],Yt.prototype,"createRadialGradient",null),Wt([Ht()],Yt.prototype,"fillText",null),Wt([Ht()],Yt.prototype,"measureText",null),Wt([Ht()],Yt.prototype,"strokeText",null);const{copy:Xt}=b,Vt={width:1,height:1,pixelRatio:1},Gt=["width","height","pixelRatio"];class jt extends Yt{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}get pixelHeight(){return this.height*this.pixelRatio}get allowBackgroundColor(){return this.view&&this.parentView}constructor(t,i){super(),this.size={},this.worldTransform={},t||(t=Vt),t.pixelRatio||(t.pixelRatio=e.devicePixelRatio),this.manager=i,this.innerId=s.create(s.CNAVAS);const{width:n,height:o,pixelRatio:r}=t;this.autoLayout=!n||!o,this.size.pixelRatio=r,this.config=t,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){if(this.isSameSize(t))return;let e;this.context&&!this.unreal&&this.width&&(e=this.getSameCanvas(),e.copyWorld(this)),Dt.copyAttrs(this.size,t,Gt),this.size.pixelRatio||(this.size.pixelRatio=1),this.bounds=new lt(0,0,this.width,this.height),this.context&&!this.unreal&&(this.updateViewSize(),this.smooth=this.config.smooth),this.updateClientBounds(),this.context&&!this.unreal&&e&&(this.clearWorld(e.bounds),this.copyWorld(e),e.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}=this,s=this.worldTransform;if(e){const{a:n,b:o,c:r,d:a,e:h,f:l}=e;this.setTransform(s.a=(t.a*n+t.b*r)*i,s.b=(t.a*o+t.b*a)*i,s.c=(t.c*n+t.d*r)*i,s.d=(t.c*o+t.d*a)*i,s.e=(t.e*n+t.f*r+h)*i,s.f=(t.e*o+t.f*a+l)*i)}else this.setTransform(s.a=t.a*i,s.b=t.b*i,s.c=t.c*i,s.d=t.d*i,s.e=t.e*i,s.f=t.f*i)}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){e&&(this.strokeWidth=e),t&&(this.strokeStyle=t),i&&this.setStrokeOptions(i)}setStrokeOptions(t){this.strokeCap="none"===t.strokeCap?"butt":t.strokeCap,this.strokeJoin=t.strokeJoin,this.dashPattern=t.dashPattern,this.dashOffset=t.dashOffset,this.miterLimit=t.miterLimit}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,ot.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()}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,dt.set(t).scale(this.pixelRatio),this.fillRect(dt.x,dt.y,dt.width,dt.height),i&&(this.blendMode="source-over")}strokeWorld(t,e,i){i&&(this.blendMode=i),this.strokeStyle=e,dt.set(t).scale(this.pixelRatio),this.strokeRect(dt.x,dt.y,dt.width,dt.height),i&&(this.blendMode="source-over")}clearWorld(t,e){dt.set(t).scale(this.pixelRatio),e&&dt.ceil(),this.clearRect(dt.x,dt.y,dt.width,dt.height)}clipWorld(t,e){this.beginPath(),dt.set(t).scale(this.pixelRatio),e&&dt.ceil(),this.rect(dt.x,dt.y,dt.width,dt.height),this.clip()}clear(){const{pixelRatio:t}=this;this.clearRect(0,0,this.width*t+2,this.height*t+2)}isSameSize(t){return this.width===t.width&&this.height===t.height&&this.pixelRatio===t.pixelRatio}getSameCanvas(t,e){const s=this.manager?this.manager.get(this.size):i.canvas(Object.assign({},this.size));return s.save(),t&&(Xt(s.worldTransform,this.worldTransform),s.useWorldTransform()),e&&(s.smooth=this.smooth),s}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 Zt={creator:{},parse(t,e){},convertToCanvasData(t,e){}},Kt={N:21,D:22,X:23,G:24,F:25,O:26,P:27,U:28},qt=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},Kt),Jt={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},$t={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},Qt=Object.assign(Object.assign({},$t),Kt),te=qt,ee={};for(let t in te)ee[te[t]]=t;const ie={};for(let t in te)ie[te[t]]=Jt[t];const se={drawRoundRect(t,e,i,s,n,o){const r=h.fourNumber(o,Math.min(s/2,n/2)),a=e+s,l=i+n;r[0]?t.moveTo(e+r[0],i):t.moveTo(e,i),r[1]?t.arcTo(a,i,a,l,r[1]):t.lineTo(a,i),r[2]?t.arcTo(a,l,e,l,r[2]):t.lineTo(a,l),r[3]?t.arcTo(e,l,e,i,r[3]):t.lineTo(e,l),r[0]?t.arcTo(e,i,a,i,r[0]):t.lineTo(e,i)}},{sin:ne,cos:oe,atan2:re,ceil:ae,abs:he,PI:le,sqrt:de,pow:ce}=Math,{setPoint:ue,addPoint:_e}=N,{set:pe}=D,{M:ge,L:fe,C:ye,Q:me,Z:ve}=qt,we={},xe={points(t,e,i,s){if(t.push(ge,e[0],e[1]),i&&e.length>5){let n,o,r,a,h,l,d,c,u,_,p,g,f,y=e.length;const m=!0===i?.5:i;s&&(y=(e=[e[y-2],e[y-1],...e,e[0],e[1],e[2],e[3]]).length);for(let i=2;i<y-2;i+=2)n=e[i-2],o=e[i-1],r=e[i],a=e[i+1],h=e[i+2],l=e[i+3],p=de(ce(r-n,2)+ce(a-o,2)),g=de(ce(h-r,2)+ce(l-a,2)),f=p+g,p=m*p/f,g=m*g/f,h-=n,l-=o,d=r-p*h,c=a-p*l,2===i?s||t.push(me,d,c,r,a):t.push(ye,u,_,d,c,r,a),u=r+g*h,_=a+g*l;s||t.push(me,u,_,e[y-2],e[y-1])}else for(let i=2,s=e.length;i<s;i+=2)t.push(fe,e[i],e[i+1]);s&&t.push(ve)},rect(t,e,i,s,n){Zt.creator.path=t,Zt.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){Zt.creator.path=[],se.drawRoundRect(Zt.creator,e,i,s,n,o),t.push(...Zt.convertToCanvasData(Zt.creator.path,!0))},arcTo(t,e,i,s,n,o,r,a,h,u,_){const p=s-e,g=n-i,f=o-s,y=r-n;let m=re(g,p),v=re(y,f),w=v-m;if(w<0&&(w+=d),w===le||he(p+g)<1e-12||he(f+y)<1e-12)return t&&t.push(fe,s,n),h&&(ue(h,e,i),_e(h,s,n)),_&&pe(_,e,i),void(u&&pe(u,s,n));const x=p*y-f*g<0,b=x?-1:1,E=a/oe(w/2),k=s+E*oe(m+w/2+c*b),B=n+E*ne(m+w/2+c*b);return m-=c*b,v-=c*b,ke(t,k,B,a,a,0,m/l,v/l,x,h,u,_)},arc:(t,e,i,s,n,o,r,a,h,l)=>ke(t,e,i,s,s,0,n,o,r,a,h,l),ellipse(t,e,i,s,n,o,r,a,h,u,_,p){const g=o*l,f=ne(g),y=oe(g);let m=r*l,v=a*l;m>le&&(m-=d),v<0&&(v+=d);let w=v-m;w<0?w+=d:w>d&&(w-=d),h&&(w-=d);const x=ae(he(w/c)),b=w/x,E=ne(b/4),k=8/3*E*E/ne(b/2);v=m+b;let B,L,R,T,P,C,S,O,D=oe(m),I=ne(m),M=R=y*s*D-f*n*I,A=T=f*s*D+y*n*I,W=e+R,F=i+T;t&&t.push(fe,W,F),u&&ue(u,W,F),p&&pe(p,W,F);for(let o=0;o<x;o++)B=oe(v),L=ne(v),R=y*s*B-f*n*L,T=f*s*B+y*n*L,P=e+M-k*(y*s*I+f*n*D),C=i+A-k*(f*s*I-y*n*D),S=e+R+k*(y*s*L+f*n*B),O=i+T+k*(f*s*L-y*n*B),t&&t.push(ye,P,C,S,O,e+R,i+T),u&&Ee(e+M,i+A,P,C,S,O,e+R,i+T,u,!0),M=R,A=T,D=B,I=L,m=v,v+=b;_&&pe(_,e+R,i+T)},quadraticCurveTo(t,e,i,s,n,o,r){t.push(ye,(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){Ee(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?_e(h,t,e):ue(h,t,e),_e(h,r,a);for(let l=0,c=d.length;l<c;l++)be(d[l],t,e,i,s,n,o,r,a,we),_e(h,we.x,we.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 be(t,e,i,s,n,o,r,a,h,l),l}},{getPointAndSet:be,toTwoPointBounds:Ee,ellipse:ke}=xe,{sin:Be,cos:Le,sqrt:Re,atan2:Te}=Math,{ellipse:Pe}=xe,Ce={ellipticalArc(t,i,s,n,o,r,a,h,c,u,_){const p=(c-i)/2,g=(u-s)/2,f=r*l,y=Be(f),m=Le(f),v=-m*p-y*g,w=-m*g+y*p,x=n*n,b=o*o,E=w*w,k=v*v,B=x*b-x*E-b*k;let L=0;if(B<0){const t=Re(1-B/(x*b));n*=t,o*=t}else L=(a===h?-1:1)*Re(B/(x*E+b*k));const R=L*n*w/o,T=-L*o*v/n,P=Te((w-T)/o,(v-R)/n),C=Te((-w-T)/o,(-v-R)/n);let S=C-P;0===h&&S>0?S-=d:1===h&&S<0&&(S+=d);const O=i+p+m*R-y*T,D=s+g+y*R+m*T,I=S<0?1:0;_||e.ellipseToCurve?Pe(t,O,D,n,o,r,P/l,C/l,I):n!==o||r?t.push(qt.G,O,D,n,o,r,P/l,C/l,I):t.push(qt.O,O,D,n,P/l,C/l,I)}},{M:Se,m:Oe,L:De,l:Ie,H:Me,h:Ae,V:We,v:Fe,C:ze,c:Ue,S:He,s:Ne,Q:Ye,q:Xe,T:Ve,t:Ge,A:je,a:Ze,Z:Ke,z:qe,N:Je,D:$e,X:Qe,G:ti,F:ei,O:ii,P:si,U:ni}=qt,{rect:oi,roundRect:ri,arcTo:ai,arc:hi,ellipse:li,quadraticCurveTo:di}=xe,{ellipticalArc:ci}=Ce,ui=wt.get("PathConvert"),_i={},pi={current:{dot:0},stringify(t,e){let i,s,n,o=0,r=t.length,a="";for(;o<r;){s=t[o],i=ie[s],a+=s===n?" ":ee[s];for(let s=1;s<i;s++)a+=h.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?Qt:$t;for(let e=0,h=t.length;e<h;e++)s=t[e],vt[s]?("."===s&&(gi.dot&&(fi(r,o),o=""),gi.dot++),"0"===o&&"."!==s&&(fi(r,o),o=""),o+=s):qt[s]?(o&&(fi(r,o),o=""),gi.name=qt[s],gi.length=Jt[s],gi.index=0,fi(r,gi.name),!i&&a[s]&&(i=!0)):"-"===s||"+"===s?"e"===n||"E"===n?o+=s:(o&&fi(r,o),o=s):o&&(fi(r,o),o=""),n=s;return o&&fi(r,o),i?pi.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 Oe:t[c+1]+=a,t[c+2]+=h;case Se:a=t[c+1],h=t[c+2],_.push(Se,a,h),c+=3;break;case Ae:t[c+1]+=a;case Me:a=t[c+1],_.push(De,a,h),c+=2;break;case Fe:t[c+1]+=h;case We:h=t[c+1],_.push(De,a,h),c+=2;break;case Ie:t[c+1]+=a,t[c+2]+=h;case De:a=t[c+1],h=t[c+2],_.push(De,a,h),c+=3;break;case Ne:t[c+1]+=a,t[c+2]+=h,t[c+3]+=a,t[c+4]+=h,n=He;case He:r=o===ze||o===He,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(ze,l,d,i,s,a,h),c+=5;break;case Ue: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=ze;case ze:i=t[c+3],s=t[c+4],a=t[c+5],h=t[c+6],_.push(ze,t[c+1],t[c+2],i,s,a,h),c+=7;break;case Ge:t[c+1]+=a,t[c+2]+=h,n=Ve;case Ve:r=o===Ye||o===Ve,i=r?2*a-i:t[c+1],s=r?2*h-s:t[c+2],e?di(_,a,h,i,s,t[c+1],t[c+2]):_.push(Ye,i,s,t[c+1],t[c+2]),a=t[c+1],h=t[c+2],c+=3;break;case Xe:t[c+1]+=a,t[c+2]+=h,t[c+3]+=a,t[c+4]+=h,n=Ye;case Ye:i=t[c+1],s=t[c+2],e?di(_,a,h,i,s,t[c+3],t[c+4]):_.push(Ye,i,s,t[c+3],t[c+4]),a=t[c+3],h=t[c+4],c+=5;break;case Ze:t[c+6]+=a,t[c+7]+=h;case je:ci(_,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 qe:case Ke:_.push(Ke),c++;break;case Je:a=t[c+1],h=t[c+2],e?oi(_,a,h,t[c+3],t[c+4]):yi(_,t,c,5),c+=5;break;case $e:a=t[c+1],h=t[c+2],e?ri(_,a,h,t[c+3],t[c+4],[t[c+5],t[c+6],t[c+7],t[c+8]]):yi(_,t,c,9),c+=9;break;case Qe:a=t[c+1],h=t[c+2],e?ri(_,a,h,t[c+3],t[c+4],t[c+5]):yi(_,t,c,6),c+=6;break;case ti:li(e?_:yi(_,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,_i),a=_i.x,h=_i.y,c+=9;break;case ei:e?li(_,t[c+1],t[c+2],t[c+3],t[c+4],0,0,360,!1):yi(_,t,c,5),a=t[c+1]+t[c+3],h=t[c+2],c+=5;break;case ii:hi(e?_:yi(_,t,c,7),t[c+1],t[c+2],t[c+3],t[c+4],t[c+5],t[c+6],null,_i),a=_i.x,h=_i.y,c+=7;break;case si:e?hi(_,t[c+1],t[c+2],t[c+3],0,360,!1):yi(_,t,c,4),a=t[c+1]+t[c+3],h=t[c+2],c+=4;break;case ni:ai(e?_:yi(_,t,c,6),a,h,t[c+1],t[c+2],t[c+3],t[c+4],t[c+5],null,_i),a=_i.x,h=_i.y,c+=6;break;default:return ui.error(`command: ${n} [index:${c}]`,t),_}o=n}return _},copyData(t,e,i,s){for(let n=i,o=i+s;n<o;n++)t.push(e[n])},pushData(t,e){gi.index===gi.length&&(gi.index=1,t.push(gi.name)),t.push(Number(e)),gi.index++,gi.dot=0}},{current:gi,pushData:fi,copyData:yi}=pi,{M:mi,L:vi,C:wi,Q:xi,Z:bi,N:Ei,D:ki,X:Bi,G:Li,F:Ri,O:Ti,P:Pi,U:Ci}=qt,{getMinDistanceFrom:Si,getRadianFrom:Oi}=D,{tan:Di,min:Ii,abs:Mi}=Math,Ai={},Wi={beginPath(t){t.length=0},moveTo(t,e,i){t.push(mi,e,i)},lineTo(t,e,i){t.push(vi,e,i)},bezierCurveTo(t,e,i,s,n,o,r){t.push(wi,e,i,s,n,o,r)},quadraticCurveTo(t,e,i,s,n){t.push(xi,e,i,s,n)},closePath(t){t.push(bi)},rect(t,e,i,s,n){t.push(Ei,e,i,s,n)},roundRect(t,e,i,s,n,o){if("number"==typeof o)t.push(Bi,e,i,s,n,o);else{const r=h.fourNumber(o);r?t.push(ki,e,i,s,n,...r):t.push(Ei,e,i,s,n)}},ellipse(t,e,i,s,n,o,r,a,h){void 0===o?t.push(Ri,e,i,s,n):(void 0===r&&(r=0),void 0===a&&(a=360),t.push(Li,e,i,s,n,o,r,a,h?1:0))},arc(t,e,i,s,n,o,r){void 0===n?t.push(Pi,e,i,s):(void 0===o&&(o=360),t.push(Ti,e,i,s,n,o,r?1:0))},arcTo(t,e,i,s,n,o,r,a){if(void 0!==r){const h=Di(Oi(r,a,e,i,s,n)/2)*(Si(r,a,e,i,s,n)/2);t.push(Ci,e,i,s,n,Ii(o,Mi(h)))}else t.push(Ci,e,i,s,n,o)},drawEllipse(t,e,i,s,n,o,r,a,h){xe.ellipse(null,e,i,s,n,void 0===o?0:o,void 0===r?0:r,void 0===a?360:a,h,null,null,Ai),t.push(mi,Ai.x,Ai.y),Fi(t,e,i,s,n,o,r,a,h)},drawArc(t,e,i,s,n,o,r){xe.arc(null,e,i,s,void 0===n?0:n,void 0===o?360:o,r,null,null,Ai),t.push(mi,Ai.x,Ai.y),zi(t,e,i,s,n,o,r)},drawPoints(t,e,i,s){xe.points(t,e,i,s)}},{ellipse:Fi,arc:zi}=Wi,{moveTo:Ui,lineTo:Hi,quadraticCurveTo:Ni,bezierCurveTo:Yi,closePath:Xi,beginPath:Vi,rect:Gi,roundRect:ji,ellipse:Zi,arc:Ki,arcTo:qi,drawEllipse:Ji,drawArc:$i,drawPoints:Qi}=Wi;class ts{set path(t){this.__path=t}get path(){return this.__path}constructor(t){this.clearPath=this.beginPath,this.set(t)}set(t){return this.__path=t?"string"==typeof t?Zt.parse(t):t:[],this}beginPath(){return Vi(this.__path),this.paint(),this}moveTo(t,e){return Ui(this.__path,t,e),this.paint(),this}lineTo(t,e){return Hi(this.__path,t,e),this.paint(),this}bezierCurveTo(t,e,i,s,n,o){return Yi(this.__path,t,e,i,s,n,o),this.paint(),this}quadraticCurveTo(t,e,i,s){return Ni(this.__path,t,e,i,s),this.paint(),this}closePath(){return Xi(this.__path),this.paint(),this}rect(t,e,i,s){return Gi(this.__path,t,e,i,s),this.paint(),this}roundRect(t,e,i,s,n){return ji(this.__path,t,e,i,s,n),this.paint(),this}ellipse(t,e,i,s,n,o,r,a){return Zi(this.__path,t,e,i,s,n,o,r,a),this.paint(),this}arc(t,e,i,s,n,o){return Ki(this.__path,t,e,i,s,n,o),this.paint(),this}arcTo(t,e,i,s,n){return qi(this.__path,t,e,i,s,n),this.paint(),this}drawEllipse(t,e,i,s,n,o,r,a){return Ji(this.__path,t,e,i,s,n,o,r,a),this.paint(),this}drawArc(t,e,i,s,n,o){return $i(this.__path,t,e,i,s,n,o),this.paint(),this}drawPoints(t,e,i){return Qi(this.__path,t,e,i),this.paint(),this}paint(){}}const{M:es,L:is,C:ss,Q:ns,Z:os,N:rs,D:as,X:hs,G:ls,F:ds,O:cs,P:us,U:_s}=qt,ps=wt.get("PathDrawer"),gs={drawPathByData(t,e){if(!e)return;let i,s=0,n=e.length;for(;s<n;)switch(i=e[s],i){case es:t.moveTo(e[s+1],e[s+2]),s+=3;break;case is:t.lineTo(e[s+1],e[s+2]),s+=3;break;case ss:t.bezierCurveTo(e[s+1],e[s+2],e[s+3],e[s+4],e[s+5],e[s+6]),s+=7;break;case ns:t.quadraticCurveTo(e[s+1],e[s+2],e[s+3],e[s+4]),s+=5;break;case os:t.closePath(),s+=1;break;case rs:t.rect(e[s+1],e[s+2],e[s+3],e[s+4]),s+=5;break;case as: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 hs:t.roundRect(e[s+1],e[s+2],e[s+3],e[s+4],e[s+5]),s+=6;break;case ls:t.ellipse(e[s+1],e[s+2],e[s+3],e[s+4],e[s+5]*l,e[s+6]*l,e[s+7]*l,e[s+8]),s+=9;break;case ds:t.ellipse(e[s+1],e[s+2],e[s+3],e[s+4],0,0,d,!1),s+=5;break;case cs:t.arc(e[s+1],e[s+2],e[s+3],e[s+4]*l,e[s+5]*l,e[s+6]),s+=7;break;case us:t.arc(e[s+1],e[s+2],e[s+3],0,d,!1),s+=4;break;case _s:t.arcTo(e[s+1],e[s+2],e[s+3],e[s+4],e[s+5]),s+=6;break;default:return void ps.error(`command: ${i} [index:${s}]`,e)}}},{M:fs,L:ys,C:ms,Q:vs,Z:ws,N:xs,D:bs,X:Es,G:ks,F:Bs,O:Ls,P:Rs,U:Ts}=qt,{toTwoPointBounds:Ps,toTwoPointBoundsByQuadraticCurve:Cs,arcTo:Ss,arc:Os,ellipse:Ds}=xe,{addPointBounds:Is,copy:Ms,addPoint:As,setPoint:Ws,addBounds:Fs,toBounds:zs}=N,Us=wt.get("PathBounds");let Hs,Ns,Ys;const Xs={},Vs={},Gs={},js={toBounds(t,e){js.toTwoPointBounds(t,Vs),zs(Vs,e)},toTwoPointBounds(t,e){if(!t||!t.length)return Ws(e,0,0);let i,s,n,o,r,a=0,h=0,l=0;const d=t.length;for(;a<d;)switch(i=t[a],0===a&&(i===ws||i===ms||i===vs?Ws(e,h,l):Ws(e,t[a+1],t[a+2])),i){case fs:case ys:h=t[a+1],l=t[a+2],As(e,h,l),a+=3;break;case ms:o=t[a+5],r=t[a+6],Ps(h,l,t[a+1],t[a+2],t[a+3],t[a+4],o,r,Xs),Is(e,Xs),h=o,l=r,a+=7;break;case vs:s=t[a+1],n=t[a+2],o=t[a+3],r=t[a+4],Cs(h,l,s,n,o,r,Xs),Is(e,Xs),h=o,l=r,a+=5;break;case ws:a+=1;break;case xs:h=t[a+1],l=t[a+2],Fs(e,h,l,t[a+3],t[a+4]),a+=5;break;case bs:case Es:h=t[a+1],l=t[a+2],Fs(e,h,l,t[a+3],t[a+4]),a+=i===bs?9:6;break;case ks:Ds(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],Xs,Gs),0===a?Ms(e,Xs):Is(e,Xs),h=Gs.x,l=Gs.y,a+=9;break;case Bs:h=t[a+1],l=t[a+2],Ns=t[a+3],Ys=t[a+4],Fs(e,h-Ns,l-Ys,2*Ns,2*Ys),h+=Ns,a+=5;break;case Ls:Os(null,t[a+1],t[a+2],t[a+3],t[a+4],t[a+5],t[a+6],Xs,Gs),0===a?Ms(e,Xs):Is(e,Xs),h=Gs.x,l=Gs.y,a+=7;break;case Rs:h=t[a+1],l=t[a+2],Hs=t[a+3],Fs(e,h-Hs,l-Hs,2*Hs,2*Hs),h+=Hs,a+=4;break;case Ts:Ss(null,h,l,t[a+1],t[a+2],t[a+3],t[a+4],t[a+5],Xs,Gs),0===a?Ms(e,Xs):Is(e,Xs),h=Gs.x,l=Gs.y,a+=6;break;default:return void Us.error(`command: ${i} [index:${a}]`,t)}}},{M:Zs,L:Ks,C:qs,Z:Js}=qt,{getCenterX:$s,getCenterY:Qs}=D,{arcTo:tn}=Wi,en={smooth(t,e,i){let s,n=0,o=0,r=0,a=0,h=0,l=0,d=0,c=0,u=0;const _=t.length,p=[];for(;n<_;)switch(s=t[n],s){case Zs:a=c=t[n+1],h=u=t[n+2],n+=3,t[n]===Ks?(l=t[n+1],d=t[n+2],p.push(Zs,$s(a,l),Qs(h,d))):p.push(Zs,a,h);break;case Ks:switch(o=t[n+1],r=t[n+2],n+=3,t[n]){case Ks:tn(p,o,r,t[n+1],t[n+2],e,c,u);break;case Js:tn(p,o,r,a,h,e,c,u);break;default:p.push(Ks,o,r)}c=o,u=r;break;case qs:p.push(qs,t[n+1],t[n+2],t[n+3],t[n+4],t[n+5],t[n+6]),n+=7;break;case Js:tn(p,a,h,l,d,e,c,u),p.push(Js),n+=1}return s!==Js&&(p[1]=a,p[2]=h),p}};Zt.creator=new ts,Zt.parse=pi.parse,Zt.convertToCanvasData=pi.toCanvasData;const sn=new ts,{drawRoundRect:nn}=se;function on(t){!function(t){t&&!t.roundRect&&(t.roundRect=function(t,e,i,s,n){nn(this,t,e,i,s,n)})}(t)}const rn={opacityTypes:["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=an.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{}}}},an=rn;an.opacityTypes.forEach((t=>an.upperCaseTypeMap[t]=t.toUpperCase()));const hn=wt.get("TaskProcessor");class ln{constructor(t){this.parallel=!0,this.time=1,this.id=s.create(s.TASK),this.task=t}run(){return Ft(this,void 0,void 0,(function*(){try{this.task&&!this.isComplete&&this.parent.running&&(yield this.task())}catch(t){hn.error(t)}}))}complete(){this.isComplete=!0,this.parent=null,this.task=null}cancel(){this.isCancel=!0,this.complete()}}class dn{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&&Dt.assign(this.config,t),this.empty()}add(t,e){let i,s,n,o;const r=new ln(t);return r.parent=this,"number"==typeof e?o=e:e&&(s=e.parallel,i=e.start,n=e.time,o=e.delay),n&&(r.time=n),!1===s&&(r.parallel=!1),void 0===o?this.push(r,i):(this.delayNumber++,setTimeout((()=>{this.delayNumber&&(this.delayNumber--,this.push(r,i))}),o)),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 cn={map:{},recycledList:[],tasker:new dn,patternTasker:new dn,get isComplete(){return un.tasker.isComplete},get(t){let e=un.map[t.url];return e||(e=i.image(t),un.map[t.url]=e),e.use++,e},recycle(t){t.use--,setTimeout((()=>{t.use||un.recycledList.push(t)}))},clearRecycled(){const t=un.recycledList;t.length>100&&(t.forEach((t=>{!t.use&&t.url&&(delete un.map[t.url],t.destroy())})),t.length=0)},hasOpacityPixel:t=>rn.opacityTypes.some((e=>un.isFormat(e,t))),isFormat(t,e){if(e.format===t)return!0;const{url:i}=e;if(i.startsWith("data:")){if(i.startsWith("data:"+rn.mineType(t)))return!0}else if(i.includes("."+t)||i.includes("."+rn.upperCaseTypeMap[t]))return!0;return!1},destroy(){un.map={},un.recycledList=[]}},un=cn,{IMAGE:_n,create:pn}=s;class gn{get url(){return this.config.url}get completed(){return this.ready||!!this.error}constructor(t){this.use=0,this.waitComplete=[],this.innerId=pn(_n),this.config=t||{url:""},this.isSVG=cn.isFormat("svg",t),this.hasOpacityPixel=cn.hasOpacityPixel(t)}load(t,i){return this.loading||(this.loading=!0,cn.tasker.add((()=>Ft(this,void 0,void 0,(function*(){return yield e.origin.loadImage(this.url).then((t=>{this.ready=!0,this.width=t.naturalWidth||t.width,this.height=t.naturalHeight||t.height,this.view=t,this.onComplete(!0)})).catch((t=>{this.error=t,this.onComplete(!1)}))}))))),this.waitComplete.push(t,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}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}getCanvas(t,i,s,n){if(t||(t=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 o=e.origin.createCanvas(t,i),r=o.getContext("2d");return s&&(r.globalAlpha=s),r.drawImage(this.view,0,0,t,i),this.cache=this.use>1?{data:o,params:arguments}:null,o}getPattern(t,i,s,n){const o=e.canvas.createPattern(t,i);try{s&&o.setTransform&&(o.setTransform(s),s=null)}catch(t){}return n&&(n.transform=s),o}destroy(){this.config={url:""},this.cache=null,this.waitComplete.length=0}}function fn(t,e,i,s){s||(i.configurable=i.enumerable=!0),Object.defineProperty(t,e,i)}function yn(t,e){return Object.getOwnPropertyDescriptor(t,e)}function mn(t,e){return(i,s)=>wn(i,s,t,e&&e(s))}function vn(t){return t}function wn(t,e,i,s){const n={get(){return this.__getAttr(e)},set(t){this.__setAttr(e,t)}};fn(t,e,Object.assign(n,s||{})),Xn(t,e,i)}function xn(t){return mn(t)}function bn(t,e){return mn(t,(t=>({set(i){this.__setAttr(t,i,e)&&(this.__layout.matrixChanged||this.__layout.matrixChange())}})))}function En(t){return mn(t,(t=>({set(e){this.__setAttr(t,e)&&(this.__layout.matrixChanged||this.__layout.matrixChange(),this.__hasAutoLayout=!!e,this.__local||this.__layout.createLocal())}})))}function kn(t,e){return mn(t,(t=>({set(i){this.__setAttr(t,i,e)&&(this.__layout.scaleChanged||this.__layout.scaleChange())}})))}function Bn(t,e){return mn(t,(t=>({set(i){this.__setAttr(t,i,e)&&(this.__layout.rotationChanged||this.__layout.rotationChange())}})))}function Ln(t,e){return mn(t,(t=>({set(i){this.__setAttr(t,i,e)&&Tn(this)}})))}function Rn(t){return mn(t,(t=>({set(e){this.__setAttr(t,e)&&(Tn(this),this.__.__removeNaturalSize())}})))}function Tn(t){t.__layout.boxChanged||t.__layout.boxChange(),t.__hasAutoLayout&&(t.__layout.matrixChanged||t.__layout.matrixChange())}function Pn(t){return mn(t,(t=>({set(e){const i=this.__;2!==i.__pathInputed&&(i.__pathInputed=e?1:0),e||(i.__pathForRender=void 0),this.__setAttr(t,e),Tn(this)}})))}const Cn=Ln;function Sn(t){return mn(t,(t=>({set(e){this.__setAttr(t,e)&&On(this)}})))}function On(t){t.__layout.strokeChanged||t.__layout.strokeChange(),t.__.__useArrow&&Tn(t)}const Dn=Sn;function In(t){return mn(t,(t=>({set(e){this.__setAttr(t,e),this.__layout.renderChanged||this.__layout.renderChange()}})))}function Mn(t){return mn(t,(t=>({set(e){this.__setAttr(t,e)&&(this.__layout.surfaceChanged||this.__layout.surfaceChange())}})))}function An(t){return mn(t,(t=>({set(e){this.__setAttr(t,e)&&(this.__layout.opacityChanged||this.__layout.opacityChange())}})))}function Wn(t){return mn(t,(t=>({set(e){const i=this.visible;this.__setAttr(t,e)&&(this.__layout.opacityChanged||this.__layout.opacityChange(),0!==i&&0!==e||Tn(this))}})))}function Fn(t){return mn(t,(t=>({set(e){this.__setAttr(t,e)&&(this.__layout.surfaceChanged||this.__layout.surfaceChange(),this.waitParent((()=>{this.parent.__layout.childrenSortChange()})))}})))}function zn(t){return mn(t,(t=>({set(e){this.__setAttr(t,e)&&(this.__layout.boxChanged||this.__layout.boxChange(),this.waitParent((()=>{this.parent.__updateMask(e)})))}})))}function Un(t){return mn(t,(t=>({set(e){this.__setAttr(t,e)&&this.waitParent((()=>{this.parent.__updateEraser(e)}))}})))}function Hn(t){return mn(t,(t=>({set(e){this.__setAttr(t,e)&&(this.__layout.hitCanvasChanged=!0,wt.showHitView&&(this.__layout.surfaceChanged||this.__layout.surfaceChange()),this.leafer&&this.leafer.updateCursor())}})))}function Nn(t){return mn(t,(t=>({set(e){this.__setAttr(t,e),this.leafer&&this.leafer.updateCursor()}})))}function Yn(t){return(e,i)=>{fn(e,"__DataProcessor",{get:()=>t})}}function Xn(t,e,i){const s=t.__DataProcessor.prototype,n="_"+e,o=function(t){return"set"+t.charAt(0).toUpperCase()+t.slice(1)}(e),r={get(){const t=this[n];return void 0===t?i:t},set(t){this[n]=t}};void 0===i?r.get=function(){return this[n]}:"width"===e?r.get=function(){const t=this[n];if(void 0===t){const t=this;return t._height&&t.__naturalWidth&&t.__useNaturalRatio?t._height*t.__naturalWidth/t.__naturalHeight:t.__naturalWidth||i}return t}:"height"===e&&(r.get=function(){const t=this[n];if(void 0===t){const t=this;return t._width&&t.__naturalHeight&&t.__useNaturalRatio?t._width*t.__naturalHeight/t.__naturalWidth:t.__naturalHeight||i}return t});let a,h=s;for(;!a&&h;)a=yn(h,e),h=h.__proto__;a&&a.set&&(r.set=a.set),s[o]&&(r.set=s[o],delete s[o]),fn(s,e,r)}const Vn=new wt("rewrite"),Gn=[],jn=["destroy","constructor"];function Zn(t){return(e,i)=>{Gn.push({name:e.constructor.name+"."+i,run:()=>{e[i]=t}})}}function Kn(){return t=>{qn()}}function qn(t){Gn.length&&(Gn.forEach((e=>{t&&Vn.error(e.name,"需在Class上装饰@rewriteAble()"),e.run()})),Gn.length=0)}function Jn(t,e){return i=>{var s;(t.prototype?(s=t.prototype,Object.getOwnPropertyNames(s)):Object.keys(t)).forEach((s=>{if(!(jn.includes(s)||e&&e.includes(s)))if(t.prototype){yn(t.prototype,s).writable&&(i.prototype[s]=t.prototype[s])}else i.prototype[s]=t[s]}))}}function $n(){return t=>{Rt.register(t)}}function Qn(){return t=>{Ct.register(t)}}setTimeout((()=>qn(!0)));const{copy:to,toInnerPoint:eo,toOuterPoint:io,scaleOfOuter:so,rotateOfOuter:no,skewOfOuter:oo,multiplyParent:ro,divideParent:ao,getLayout:ho}=b,lo={},co={updateAllMatrix(t,e,i){if(e&&t.__hasAutoLayout&&t.__layout.matrixChanged&&(i=!0),po(t,e,i),t.isBranch){const{children:s}=t;for(let t=0,n=s.length;t<n;t++)_o(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++)go(e[t])}},updateAllChange(t){if(go(t),t.__updateChange(),t.isBranch){const{children:e}=t;for(let t=0,i=e.length;t<i;t++)fo(e[t])}},worldHittable(t){for(;t;){if(!t.__.hittable)return!1;t=t.parent}return!0},moveWorld(t,e,i=0,s){const n="object"==typeof e?Object.assign({},e):{x:e,y:i};s?io(t.localTransform,n,n,!0):t.parent&&eo(t.parent.worldTransform,n,n,!0),uo.moveLocal(t,n.x,n.y)},moveLocal(t,e,i=0){"object"==typeof e?(t.x+=e.x,t.y+=e.y):(t.x+=e,t.y+=i)},zoomOfWorld(t,e,i,s,n){uo.zoomOfLocal(t,mo(t,e),i,s,n)},zoomOfLocal(t,e,i,s=i,n){to(lo,t.__localMatrix),so(lo,e,i,s),t.origin||t.around?uo.setTransform(t,lo,n):(yo(t,lo),t.scaleResize(i,s,!0!==n))},rotateOfWorld(t,e,i){uo.rotateOfLocal(t,mo(t,e),i)},rotateOfLocal(t,e,i){to(lo,t.__localMatrix),no(lo,e,i),t.origin||t.around?uo.setTransform(t,lo):(yo(t,lo),t.rotation=h.formatRotation(t.rotation+i))},skewOfWorld(t,e,i,s,n){uo.skewOfLocal(t,mo(t,e),i,s,n)},skewOfLocal(t,e,i,s=0,n){to(lo,t.__localMatrix),oo(lo,e,i,s),uo.setTransform(t,lo,n)},transformWorld(t,e,i){to(lo,t.worldTransform),ro(lo,e),t.parent&&ao(lo,t.parent.worldTransform),uo.setTransform(t,lo,i)},transform(t,e,i){to(lo,t.localTransform),ro(lo,e),uo.setTransform(t,lo,i)},setTransform(t,e,i){const s=ho(e,t.origin&&uo.getInnerOrigin(t,t.origin),t.around&&uo.getInnerOrigin(t,t.around));if(i){const e=s.scaleX/t.scaleX,n=s.scaleY/t.scaleY;delete s.scaleX,delete s.scaleY,t.set(s),t.scaleResize(e,n,!0!==i)}else t.set(s)},getFlipTransform(t,e){const i={a:1,b:0,c:0,d:1,e:0,f:0},s="x"===e?1:-1;return so(i,uo.getLocalOrigin(t,"center"),-1*s,1*s),i},getLocalOrigin:(t,e)=>D.tempToOuterOf(uo.getInnerOrigin(t,e),t.localTransform),getInnerOrigin(t,e){const i={};return gt.toPoint(e,t.boxBounds,i),i},getRelativeWorld:(t,e,i)=>(to(lo,t.worldTransform),ao(lo,e.worldTransform),i?lo:Object.assign({},lo)),drop(t,e,i,s){t.setTransform(uo.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}}},uo=co,{updateAllMatrix:_o,updateMatrix:po,updateAllWorldOpacity:go,updateAllChange:fo}=uo;function yo(t,e){const{e:i,f:s}=t.__localMatrix;t.x+=e.e-i,t.y+=e.f-s}function mo(t,e){return t.__layout.update(),t.parent?D.tempToInnerOf(e,t.parent.__world):e}const vo={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:wo}=co,xo={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),bo(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++)Eo(e[t],e)},updateBounds(t,e){const i=[t];Eo(t,i),ko(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++)wo(s[t]);e&&e===i||wo(i)}}},{pushAllChildBranch:bo,pushAllBranchStack:Eo,updateBoundsByBranchStack:ko}=xo,Bo={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:Lo}=co,{toOuterOf:Ro,getPoints:To,copy:Po}=ot,Co="_localContentBounds",So="_worldContentBounds",Oo="_worldBoxBounds",Do="_worldStrokeBounds";class Io{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}get localContentBounds(){return Ro(this.contentBounds,this.leaf.__localMatrix,this[Co]||(this[Co]={})),this[Co]}get localStrokeBounds(){return this._localStrokeBounds||this}get localRenderBounds(){return this._localRenderBounds||this}get worldContentBounds(){return Ro(this.contentBounds,this.leaf.__world,this[So]||(this[So]={})),this[So]}get worldBoxBounds(){return Ro(this.boxBounds,this.leaf.__world,this[Oo]||(this[Oo]={})),this[Oo]}get worldStrokeBounds(){return Ro(this.strokeBounds,this.leaf.__world,this[Do]||(this[Do]={})),this[Do]}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.boxBounds={x:0,y:0,width:0,height:0},this.leaf.__local&&(this._localRenderBounds=this._localStrokeBounds=this.leaf.__local),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{leafer:t}=this.leaf;if(t)t.ready?t.watcher.changed&&t.layouter.layout():t.start();else{let t=this.leaf;for(;t.parent&&!t.parent.leafer;)t=t.parent;e.layout(t)}}getTransform(t="world"){this.update();const{leaf:e}=this;switch(t){case"world":return e.__world;case"local":return e.__localMatrix;case"inner":return b.defaultMatrix;case"page":t=e.zoomLayer;default:return Lo(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 lt(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=this.getInnerBounds(t);switch(e){case"world":n=s.getWorldPoint(r),o=s.__world;break;case"local":n=s.getLocalPointByInner(r),o=s.__localMatrix;break;case"inner":n=r,o=b.defaultMatrix;break;case"page":e=s.zoomLayer;default:n=s.getWorldPoint(r,e),o=Lo(s,e,!0)}const a=b.getLayout(o);if(Po(a,r),D.copy(a,n),i){const{scaleX:t,scaleY:e}=a,i=Math.abs(t),s=Math.abs(e);1===i&&1===s||(a.scaleX/=i,a.scaleY/=s,a.width*=i,a.height*=s)}return a}getLayoutPoints(t,e="world"){const{leaf:i}=this,s=To(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 void 0!==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=!0,this.leaf.forceUpdate("surface"))}destroy(){}}const Mo={},Ao={on(t,e,i){let s,n,o;i&&("once"===i?n=!0:"boolean"==typeof i?s=i:(s=i.capture,n=i.once));const r=Wo(this,s,!0),a="string"==typeof t?t.split(" "):t,h=n?{listener:e,once:n}:{listener:e};a.forEach((t=>{t&&(o=r[t],o?-1===o.findIndex((t=>t.listener===e))&&o.push(h):r[t]=[h])}))},off(t,e,i){if(t){const s="string"==typeof t?t.split(" "):t;if(e){let t,n,o;i&&(t="boolean"==typeof i?i:"once"!==i&&i.capture);const r=Wo(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]))}))}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 i&&(e=e.bind(i)),this.on(t,e,s),{type:t,current:this,listener:e,options:s}},off_(t){if(!t)return;const e=t instanceof Array?t:[t];e.forEach((t=>t.current.off(t.type,t.listener,t.options))),e.length=0},once(t,e,i){this.on(t,e,{once:!0,capture:i})},emit(t,e,i){!e&&Ct.has(t)&&(e=Ct.get(t,{type:t,target:this,current:this}));const s=Wo(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],o=s&&s[t];return!!(void 0===e?n||o:e?o:n)}};function Wo(t,e,i){if(e){const{__captureMap:e}=t;return e||(i?t.__captureMap={}:Mo)}{const{__bubbleMap:e}=t;return e||(i?t.__bubbleMap={}:Mo)}}class Fo{constructor(t,e){this.bubbles=!1,this.type=t,e&&(this.target=e)}stopDefault(){this.isStopDefault=!0,this.origin&&e.event.stopDefault(this.origin)}stopNow(){this.isStopNow=!0,this.isStop=!0,this.origin&&e.event.stopNow(this.origin)}stop(){this.isStop=!0,this.origin&&e.event.stop(this.origin)}}class zo extends Fo{constructor(t,e,i){super(t,e),this.parent=i,this.child=e}}zo.ADD="child.add",zo.REMOVE="child.remove",zo.DESTROY="child.destroy";class Uo extends Fo{constructor(t,e,i,s,n){super(t,e),this.attrName=i,this.oldValue=s,this.newValue=n}}Uo.CHANGE="property.change",Uo.LEAFER_CHANGE="property.leafer_change";class Ho extends Fo{constructor(t,e){super(t),Object.assign(this,e)}}Ho.LOAD="image.load",Ho.LOADED="image.loaded",Ho.ERROR="image.error";class No extends Fo{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(No.RESIZE),Object.assign(this,t)):super(t),this.old=e}}No.RESIZE="resize";class Yo extends Fo{constructor(t,e){super(t),this.data=e}}Yo.REQUEST="watch.request",Yo.DATA="watch.data";class Xo extends Fo{constructor(t,e,i){super(t),e&&(this.data=e,this.times=i)}}Xo.CHECK_UPDATE="layout.check_update",Xo.REQUEST="layout.request",Xo.START="layout.start",Xo.BEFORE="layout.before",Xo.LAYOUT="layout",Xo.AFTER="layout.after",Xo.AGAIN="layout.again",Xo.END="layout.end";class Vo extends Fo{}Vo.FRAME="animate.frame";class Go extends Fo{constructor(t,e,i,s){super(t),e&&(this.times=e),i&&(this.renderBounds=i,this.renderOptions=s)}}Go.REQUEST="render.request",Go.START="render.start",Go.BEFORE="render.before",Go.RENDER="render",Go.AFTER="render.after",Go.AGAIN="render.again",Go.END="render.end",Go.NEXT="render.next";class jo extends Fo{}jo.START="leafer.start",jo.BEFORE_READY="leafer.before_ready",jo.READY="leafer.ready",jo.AFTER_READY="leafer.after_ready",jo.VIEW_READY="leafer.view_ready",jo.VIEW_COMPLETED="leafer.view_completed",jo.STOP="leafer.stop",jo.RESTART="leafer.restart",jo.END="leafer.end";const{isFinite:Zo}=Number,Ko=wt.get("setAttr"),qo={__setAttr(t,e,i){if(this.leafer&&this.leafer.created){const s=this.__.__getInput(t);if(i&&!Zo(e)&&void 0!==e&&(Ko.warn(this.innerName,t,e),e=void 0),"object"==typeof e||s!==e){this.__[t]=e,this.__proxyData&&this.setProxyAttr(t,e);const{CHANGE:i}=Uo,n=new Uo(i,this,t,s,e);return this.isLeafer?this.emitEvent(new Uo(Uo.LEAFER_CHANGE,this,t,s,e)):this.hasEvent(i)&&this.emitEvent(n),this.leafer.emitEvent(n),!0}return!1}return this.__[t]=e,this.__proxyData&&this.setProxyAttr(t,e),!0},__getAttr(t){return this.__proxyData?this.getProxyAttr(t):this.__.__get(t)}},{setLayout:Jo,multiplyParent:$o,translateInner:Qo,defaultWorld:tr}=b,{toPoint:er,tempPoint:ir}=gt,sr={__updateWorldMatrix(){$o(this.__local||this.__layout,this.parent?this.parent.__world:tr,this.__world,!!this.__layout.affectScaleOrRotation,this.__,this.parent&&this.parent.__)},__updateLocalMatrix(){if(this.__local){const t=this.__layout,e=this.__local,i=this.__;t.affectScaleOrRotation&&(t.scaleChanged||t.rotationChanged)&&(Jo(e,i,null,null,t.affectRotation),t.scaleChanged=t.rotationChanged=!1),e.e=i.x+i.offsetX,e.f=i.y+i.offsetY,(i.around||i.origin)&&(er(i.around||i.origin,t.boxBounds,ir),Qo(e,-ir.x,-ir.y,!i.around))}this.__layout.matrixChanged=!1}},{updateMatrix:nr,updateAllMatrix:or}=co,{updateBounds:rr}=xo,{toOuterOf:ar,copyAndSpread:hr,copy:lr}=ot,{toBounds:dr}=js,cr={__updateWorldBounds(){ar(this.__layout.renderBounds,this.__world,this.__world),this.__layout.resized&&(this.__onUpdateSize(),this.__layout.resized=!1)},__updateLocalBounds(){const t=this.__layout;t.boxChanged&&(this.__.__pathInputed||this.__updatePath(),this.__updateRenderPath(),this.__updateBoxBounds(),t.resized=!0),t.localBoxChanged&&(this.__local&&this.__updateLocalBoxBounds(),t.localBoxChanged=!1,t.strokeSpread&&(t.strokeChanged=!0),t.renderSpread&&(t.renderChanged=!0),this.parent&&this.parent.__layout.boxChange()),t.boxChanged=!1,t.strokeChanged&&(t.strokeSpread=this.__updateStrokeSpread(),t.strokeSpread?(t.strokeBounds===t.boxBounds&&t.spreadStroke(),this.__updateStrokeBounds(),this.__updateLocalStrokeBounds()):t.spreadStrokeCancel(),t.strokeChanged=!1,(t.renderSpread||t.strokeSpread!==t.strokeBoxSpread)&&(t.renderChanged=!0),this.parent&&this.parent.__layout.strokeChange(),t.resized=!0),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=!1,this.parent&&this.parent.__layout.renderChange()),t.boundsChanged=!1},__updateLocalBoxBounds(){this.__hasAutoLayout&&this.__updateAutoLayout(),ar(this.__layout.boxBounds,this.__local,this.__local)},__updateLocalStrokeBounds(){ar(this.__layout.strokeBounds,this.__localMatrix,this.__layout.localStrokeBounds)},__updateLocalRenderBounds(){ar(this.__layout.renderBounds,this.__localMatrix,this.__layout.localRenderBounds)},__updateBoxBounds(){const t=this.__layout.boxBounds,e=this.__;e.__pathInputed?dr(e.__pathForRender,t):(t.x=0,t.y=0,t.width=e.width,t.height=e.height)},__updateAutoLayout(){this.__layout.matrixChanged=!0,this.isBranch?(this.leafer&&this.leafer.ready&&this.leafer.layouter.addExtra(this),this.__.flow?(this.__layout.boxChanged&&this.__updateFlowLayout(),or(this),rr(this,this),this.__.__autoSide&&this.__updateBoxBounds(!0)):(or(this),rr(this,this))):nr(this)},__updateNaturalSize(){const{__:t,__layout:e}=this;t.__naturalWidth=e.boxBounds.width,t.__naturalHeight=e.boxBounds.height},__updateStrokeBounds(){const t=this.__layout;hr(t.strokeBounds,t.boxBounds,t.strokeBoxSpread)},__updateRenderBounds(){const t=this.__layout;t.renderSpread>0?hr(t.renderBounds,t.boxBounds,t.renderSpread):lr(t.renderBounds,t.strokeBounds)}},ur={__render(t,e){if(this.__worldOpacity)if(t.setWorld(this.__nowWorld=this.__getNowWorld(e)),t.opacity=this.__.opacity,this.__.__single){if("path"===this.__.eraser)return this.__renderEraser(t,e);const i=t.getSameCanvas(!0,!0);this.__draw(i,e),this.__worldFlipped?t.copyWorldByReset(i,this.__nowWorld,null,this.__.__blendMode,!0):t.copyWorldToInner(i,this.__nowWorld,this.__layout.renderBounds,this.__.__blendMode),i.recycle(this.__nowWorld)}else this.__draw(t,e)},__clip(t,e){this.__worldOpacity&&(t.setWorld(this.__nowWorld=this.__getNowWorld(e)),this.__drawRenderPath(t),this.__.windingRule?t.clip(this.__.windingRule):t.clip())},__updateWorldOpacity(){this.__worldOpacity=this.__.visible?this.parent?this.parent.__worldOpacity*this.__.opacity:this.__.opacity:0,this.__layout.opacityChanged&&(this.__layout.opacityChanged=!1)}},{excludeRenderBounds:_r}=vo,pr={__updateChange(){const{__layout:t}=this;t.childrenSortChanged&&(this.__updateSortChildren(),t.childrenSortChanged=!1),this.__.__checkSingle()},__render(t,e){if(this.__worldOpacity)if(this.__.__single){if("path"===this.__.eraser)return this.__renderEraser(t,e);const i=t.getSameCanvas(!1,!0);this.__renderBranch(i,e);const s=this.__getNowWorld(e);t.opacity=this.__.opacity,t.copyWorldByReset(i,s,s,this.__.__blendMode,!0),i.recycle(s)}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++)_r(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++)_r(i[s],e)||i[s].__clip(t,e)}}},{LEAF:gr,create:fr}=s,{toInnerPoint:yr,toOuterPoint:mr,multiplyParent:vr}=b,{toOuterOf:wr}=ot,{copy:xr}=D,{moveLocal:br,zoomOfLocal:Er,rotateOfLocal:kr,skewOfLocal:Br,moveWorld:Lr,zoomOfWorld:Rr,rotateOfWorld:Tr,skewOfWorld:Pr,transform:Cr,transformWorld:Sr,setTransform:Or,getFlipTransform:Dr,getLocalOrigin:Ir,getRelativeWorld:Mr,drop:Ar}=co;t.Leaf=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 Mt}get __LayoutProcessor(){return Io}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(){const{leafer:t}=this;return t&&t.created&&t.lazyBounds.hit(this.__world)}get pathInputed(){return this.__.__pathInputed}set event(t){let e;for(let i in t)e=t[i],e instanceof Array?this.on(i,e[0],e[1]):this.on(i,e)}constructor(t){this.innerId=fr(gr),this.reset(t)}reset(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.__parentWait?this.__parentWait.push(t):this.__parentWait=[t]}waitLeafer(t,e){e&&(t=t.bind(e)),this.leafer?t():this.__leaferWait?this.__leaferWait.push(t):this.__leaferWait=[t]}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.__leaferWait&&Bo.run(this.__leaferWait)),this.isBranch){const{children:e}=this;for(let i=0,s=e.length;i<s;i++)e[i].__bindLeafer(t)}}set(t){}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){}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){this.forceUpdate("surface")}__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=!!t||this.children.some((t=>t.__.mask))}__renderMask(t,e){}__getNowWorld(t){if(t.matrix){this.__cameraWorld||(this.__cameraWorld={});const e=this.__cameraWorld;return vr(this.__world,t.matrix,e,void 0,this.__world),wr(this.__layout.renderBounds,e,e),e}return this.__world}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?Mr(this,e):this.worldTransform,n=i?t:{};return wr(t,s,n),n}worldToLocal(t,e,i,s){this.parent?this.parent.worldToInner(t,e,i,s):e&&xr(e,t)}localToWorld(t,e,i,s){this.parent?this.parent.innerToWorld(t,e,i,s):e&&xr(e,t)}worldToInner(t,e,i,s){s&&(s.innerToWorld(t,e,i),t=e||t),yr(this.worldTransform,t,e,i)}innerToWorld(t,e,i,s){mr(this.worldTransform,t,e,i),s&&s.worldToInner(e||t,null,i)}getInnerPoint(t,e,i,s){const n=s?t:{};return this.worldToInner(t,n,i,e),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)}getWorldPoint(t,e,i,s){const n=s?t:{};return this.innerToWorld(t,n,i,e),n}getWorldPointByLocal(t,e,i,s){const n=s?t:{};return this.localToWorld(t,n,i,e),n}getPagePoint(t,e,i,s){return(this.leafer?this.leafer.zoomLayer:this).getInnerPoint(t,e,i,s)}getWorldPointByPage(t,e,i,s){return(this.leafer?this.leafer.zoomLayer:this).getWorldPoint(t,e,i,s)}setTransform(t,e){Or(this,t,e)}transform(t,e){Cr(this,t,e)}move(t,e){br(this,t,e)}moveInner(t,e){Lr(this,t,e,!0)}scaleOf(t,e,i,s){Er(this,Ir(this,t),e,i,s)}rotateOf(t,e){kr(this,Ir(this,t),e)}skewOf(t,e,i,s){Br(this,Ir(this,t),e,i,s)}transformWorld(t,e){Sr(this,t,e)}moveWorld(t,e){Lr(this,t,e)}scaleOfWorld(t,e,i,s){Rr(this,t,e,i,s)}rotateOfWorld(t,e){Tr(this,t,e)}skewOfWorld(t,e,i,s){Pr(this,t,e,i,s)}flip(t){Cr(this,Dr(this,t))}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){}__clip(t,e){}__renderShape(t,e,i,s){}__updateWorldOpacity(){}__updateChange(){}__drawPath(t){}__drawRenderPath(t){}__updatePath(){}__updateRenderPath(){}__updateSortChildren(){}add(t,e){}remove(t,e){this.parent&&this.parent.remove(this,e)}dropTo(t,e,i){Ar(this,t,e,i)}on(t,e,i){}off(t,e,i){}on_(t,e,i,s){}off_(t){}once(t,e,i){}emit(t,e,i){}emitEvent(t,e){}hasEvent(t,e){return!1}static changeAttr(t,e,i){i?this.addAttr(t,e,i):Xn(this.prototype,t,e)}static addAttr(t,e,i){i||(i=Ln),i(e)(this.prototype,t)}destroy(){if(!this.destroyed){const{parent:t}=this;t&&this.remove(),this.children&&this.removeAll(!0),this.hasEvent(zo.DESTROY)&&this.emitEvent(new zo(zo.DESTROY,this,t)),this.__.destroy(),this.__layout.destroy(),this.__captureMap=this.__bubbleMap=this.__parentWait=this.__leaferWait=null,this.destroyed=!0}}},t.Leaf=Wt([Jn(qo),Jn(sr),Jn(cr),Jn(Ao),Jn(ur)],t.Leaf);const{setListWithFn:Wr}=ot,{sort:Fr}=xo,{localBoxBounds:zr,localStrokeBounds:Ur,localRenderBounds:Hr,maskLocalBoxBounds:Nr,maskLocalStrokeBounds:Yr,maskLocalRenderBounds:Xr}=vo;t.Branch=class extends t.Leaf{__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(){Wr(this.__layout.boxBounds,this.children,this.__hasMask?Nr:zr)}__updateStrokeBounds(){Wr(this.__layout.strokeBounds,this.children,this.__hasMask?Yr:Ur)}__updateRenderBounds(){Wr(this.__layout.renderBounds,this.children,this.__hasMask?Xr:Hr)}__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(Fr),this.__layout.affectChildrenSort=t}}add(t,e){t!==this&&(t.parent&&t.parent.remove(t),t.parent=this,void 0===e?this.children.push(t):this.children.splice(e,0,t),t.isBranch&&(this.__.__childBranchNumber=(this.__.__childBranchNumber||0)+1),t.__layout.boxChanged||t.__layout.boxChange(),t.__layout.matrixChanged||t.__layout.matrixChange(),t.__parentWait&&Bo.run(t.__parentWait),this.leafer&&(t.__bindLeafer(this.leafer),this.leafer.created&&this.__emitChildEvent(zo.ADD,t)),this.__layout.affectChildrenSort&&this.__layout.childrenSortChange())}addMany(...t){t.forEach((t=>this.add(t)))}remove(t,e){if(t){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())}else 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)}__preRemove(){this.__hasMask&&this.__updateMask(),this.__hasEraser&&this.__updateEraser(),this.__layout.boxChange(),this.__layout.affectChildrenSort&&this.__layout.childrenSortChange()}__realRemoveChild(t){t.parent=null,this.leafer&&(t.__bindLeafer(null),this.leafer.created&&(this.__emitChildEvent(zo.REMOVE,t),this.leafer.hitCanvasManager&&this.leafer.hitCanvasManager.clear()))}__emitChildEvent(t,e){const i=new zo(t,e,this);e.hasEvent(t)&&e.emitEvent(i),this.hasEvent(t)&&!this.isLeafer&&this.emitEvent(i),this.leafer.emitEvent(i)}},t.Branch=Wt([Jn(pr)],t.Branch);class Vr{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,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++)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 Vr;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 Gr{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}}class jr extends jt{get allowBackgroundColor(){return!0}init(){this.__createView(),this.__createContext(),this.resize(this.config)}__createView(){this.view=e.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}}on(OffscreenCanvasRenderingContext2D.prototype),on(Path2D.prototype);const{mineType:Zr}=rn;function Kr(t,s){e.origin={createCanvas:(t,e)=>new OffscreenCanvas(t,e),canvasToDataURL:(t,e,i)=>new Promise(((s,n)=>{t.convertToBlob({type:Zr(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:Zr(e),quality:i}),canvasSaveAs:(t,e,i)=>new Promise((t=>t())),download(t,e){},loadImage:t=>new Promise(((i,s)=>{let n=new XMLHttpRequest;n.open("GET",e.image.getRealURL(t),!0),n.responseType="blob",n.onload=()=>{createImageBitmap(n.response).then((t=>{i(t)})).catch((t=>{s(t)}))},n.onerror=t=>s(t),n.send()}))},e.canvas=i.canvas(),e.conicGradientSupport=!!e.canvas.context.createConicGradient}Object.assign(i,{canvas:(t,e)=>new jr(t,e),image:t=>new gn(t)}),e.name="web",e.isWorker=!0,e.requestRender=function(t){requestAnimationFrame(t)},fn(e,"devicePixelRatio",{get:()=>1});const{userAgent:qr}=navigator;qr.indexOf("Firefox")>-1?(e.conicGradientRotate90=!0,e.intWheelDeltaY=!0):qr.indexOf("Safari")>-1&&-1===qr.indexOf("Chrome")&&(e.fullImageShadow=!0),qr.indexOf("Windows")>-1?(e.os="Windows",e.intWheelDeltaY=!0):qr.indexOf("Mac")>-1?e.os="Mac":qr.indexOf("Linux")>-1&&(e.os="Linux");class Jr{get childrenChanged(){return this.hasAdd||this.hasRemove||this.hasVisible}get updatedList(){if(this.hasRemove){const t=new Vr;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 Vr,this.target=t,e&&(this.config=Dt.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(Go.REQUEST)}__onAttrChange(t){this.__updatedList.add(t.target),this.update()}__onChildEvent(t){t.type===zo.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 Yo(Yo.DATA,{updatedList:this.updatedList})),this.__updatedList=new Vr,this.totalTimes++,this.changed=!1,this.hasVisible=!1,this.hasRemove=!1,this.hasAdd=!1}__listenEvents(){const{target:t}=this;this.__eventIds=[t.on_(Uo.CHANGE,this.__onAttrChange,this),t.on_([zo.ADD,zo.REMOVE],this.__onChildEvent,this),t.on_(Yo.REQUEST,this.__onRquestData,this)]}__removeListenEvents(){this.target.off_(this.__eventIds)}destroy(){this.target&&(this.stop(),this.__removeListenEvents(),this.target=null,this.__updatedList=null)}}const{updateAllMatrix:$r,updateBounds:Qr,updateAllWorldOpacity:ta}=co,{pushAllChildBranch:ea,pushAllParent:ia}=xo;const{worldBounds:sa}=vo,na={x:0,y:0,width:1e5,height:1e5};class oa{constructor(t){this.updatedBounds=new lt,this.beforeBounds=new lt,this.afterBounds=new lt,t instanceof Array&&(t=new Vr(t)),this.updatedList=t}setBefore(){this.beforeBounds.setListWithFn(this.updatedList.list,sa)}setAfter(){const{list:t}=this.updatedList;t.some((t=>t.noBounds))?this.afterBounds.set(na):this.afterBounds.setListWithFn(t,sa),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:ra,updateAllChange:aa}=co,ha=wt.get("Layouter");class la{constructor(t,e){this.totalTimes=0,this.config={},this.__levelList=new Gr,this.target=t,e&&(this.config=Dt.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.running)return;const{target:t}=this;this.times=0;try{t.emit(Xo.START),this.layoutOnce(),t.emitEvent(new Xo(Xo.END,this.layoutedBlocks,this.times))}catch(t){ha.error(t)}this.layoutedBlocks=null}layoutAgain(){this.layouting?this.waitAgain=!0:this.layoutOnce()}layoutOnce(){return this.layouting?ha.warn("layouting"):this.times>3?ha.warn("layout max times"):(this.times++,this.totalTimes++,this.layouting=!0,this.target.emit(Yo.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=kt.start("PartLayout"),{target:i,__updatedList:s}=this,{BEFORE:n,LAYOUT:o,AFTER:r}=Xo,a=this.getBlocks(s);a.forEach((t=>t.setBefore())),i.emitEvent(new Xo(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?($r(t,!0),e.add(t),t.isBranch&&ea(t,e),ia(t,e)):i.boundsChanged&&(e.add(t),t.isBranch&&(t.__tempNumber=0),ia(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||Qr(s[t])}Qr(i)}}))}(this.__levelList),function(t){t.list.forEach((t=>{t.__layout.opacityChanged&&ta(t),t.__updateChange()}))}(s),this.extraBlock&&a.push(this.extraBlock),a.forEach((t=>t.setAfter())),i.emitEvent(new Xo(o,a,this.times)),i.emitEvent(new Xo(r,a,this.times)),this.addBlocks(a),this.__levelList.reset(),this.__updatedList=null,kt.end(e)}fullLayout(){const t=kt.start("FullLayout"),{target:e}=this,{BEFORE:i,LAYOUT:s,AFTER:n}=Xo,o=this.getBlocks(new Vr(e));e.emitEvent(new Xo(i,o,this.times)),la.fullLayout(e),o.forEach((t=>{t.setAfter()})),e.emitEvent(new Xo(s,o,this.times)),e.emitEvent(new Xo(n,o,this.times)),this.addBlocks(o),kt.end(t)}static fullLayout(t){ra(t,!0),t.isBranch?xo.updateBounds(t):co.updateBounds(t),aa(t)}addExtra(t){if(!this.__updatedList.has(t)){const{updatedList:e,beforeBounds:i}=this.extraBlock||(this.extraBlock=new oa([]));e.length?i.add(t.__world):i.set(t.__world),e.add(t)}}createBlock(t){return new oa(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(){const{target:t}=this;this.__eventIds=[t.on_(Xo.REQUEST,this.layout,this),t.on_(Xo.AGAIN,this.layoutAgain,this),t.on_(Yo.DATA,this.__onReceiveWatchData,this)]}__removeListenEvents(){this.target.off_(this.__eventIds)}destroy(){this.target&&(this.stop(),this.__removeListenEvents(),this.target=this.config=null)}}const da=wt.get("Renderer");class ca{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=Dt.default(i,this.config)),this.__listenEvents(),this.__requestRender()}start(){this.running=!0}stop(){this.running=!1}update(){this.changed=!0}requestLayout(){this.target.emit(Xo.REQUEST)}render(t){if(!this.running||!this.canvas.view)return void(this.changed=!0);const{target:e}=this;this.times=0,this.totalBounds=new lt,da.log(e.innerName,"---\x3e");try{this.emitRender(Go.START),this.renderOnce(t),this.emitRender(Go.END,this.totalBounds),cn.clearRecycled()}catch(t){this.rendering=!1,da.error(t)}da.log("-------------|")}renderAgain(){this.rendering?this.waitAgain=!0:this.renderOnce()}renderOnce(t){if(this.rendering)return da.warn("rendering");if(this.times>3)return da.warn("render max times");if(this.times++,this.totalTimes++,this.rendering=!0,this.changed=!1,this.renderBounds=new lt,this.renderOptions={},t)this.emitRender(Go.BEFORE),t();else{if(this.requestLayout(),this.ignore)return void(this.ignore=this.rendering=!1);this.emitRender(Go.BEFORE),this.config.usePartRender&&this.totalTimes>1?this.partRender():this.fullRender()}this.emitRender(Go.RENDER,this.renderBounds,this.renderOptions),this.emitRender(Go.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;if(!e)return da.warn("PartRender: need update attr");this.mergeBlocks(),e.forEach((e=>{t.bounds.hit(e)&&!e.isEmpty()&&this.clipRender(e)}))}clipRender(t){const e=kt.start("PartRender"),{canvas:i}=this,s=t.getIntersect(i.bounds),n=t.includes(this.target.__world),o=new lt(s);i.save(),n&&!wt.showRepaint?i.clear():(s.spread(10+1/this.canvas.pixelRatio).ceil(),i.clearWorld(s,!0),i.clipWorld(s,!0)),this.__render(s,n,o),i.restore(),kt.end(e)}fullRender(){const t=kt.start("FullRender"),{canvas:e}=this;e.save(),e.clear(),this.__render(e.bounds,!0),e.restore(),kt.end(t)}__render(t,e,i){const s=t.includes(this.target.__world)?{includes:e}:{bounds:t,includes:e};this.needFill&&this.canvas.fillWorld(t,this.config.fill),wt.showRepaint&&this.canvas.strokeWorld(t,"red"),this.target.__render(this.canvas,s),this.renderBounds=i=i||t,this.renderOptions=s,this.totalBounds.isEmpty()?this.totalBounds=i:this.totalBounds.add(i),wt.showHitView&&this.renderHitView(s),wt.showBoundsView&&this.renderBoundsView(s),this.canvas.updateRender(i)}renderHitView(t){}renderBoundsView(t){}addBlock(t){this.updateBlocks||(this.updateBlocks=[]),this.updateBlocks.push(t)}mergeBlocks(){const{updateBlocks:t}=this;if(t){const e=new lt;e.setList(t),t.length=0,t.push(e)}}__requestRender(){const t=Date.now();e.requestRender((()=>{this.FPS=Math.min(60,Math.ceil(1e3/(Date.now()-t))),this.running&&(this.target.emit(Vo.FRAME),this.changed&&this.canvas.view&&this.render(),this.target.emit(Go.NEXT)),this.target&&this.__requestRender()}))}__onResize(t){if(!this.canvas.unreal){if(t.bigger||!t.samePixelRatio){const{width:e,height:i}=t.old;if(!new lt(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 lt(0,0,1,1)),this.changed=!0}}__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||da.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 Go(t,this.times,e,i))}__listenEvents(){const{target:t}=this;this.__eventIds=[t.on_(Go.REQUEST,this.update,this),t.on_(Xo.END,this.__onLayoutEnd,this),t.on_(Go.AGAIN,this.renderAgain,this),t.on_(No.RESIZE,this.__onResize,this)]}__removeListenEvents(){this.target.off_(this.__eventIds)}destroy(){this.target&&(this.stop(),this.__removeListenEvents(),this.target=this.canvas=this.config=null)}}const{hitRadiusPoint:ua}=ot;class _a{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 Vr(i.findList),i.findList||this.hitBranch(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}}getBestMatchLeaf(t,e,i){if(t.length){let e;this.findList=new Vr;const{x:s,y:n}=this.point,o={x:s,y:n,radiusX:0,radiusY:0};for(let s=0,n=t.length;s<n;s++)if(e=t[s],(i||co.worldHittable(e))&&(this.hitChild(e,o),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 Vr;for(;t;)e.add(t),t=t.parent;return e.add(this.target),e}getHitablePath(t){const e=this.getPath(t&&t.hittable?t:null);let i,s=new Vr;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 Vr,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||ua(i.__world,n),i.isBranch?(s||i.__ignoreHitWorld)&&(this.eachFind(i.children,i.__onlyHitMask),i.isBranchLeaf&&!this.findList.length&&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&&!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()}}const{Yes:pa,NoAndSkip:ga,YesAndSkip:fa}=t.Answer,ya={},ma={},va={};class wa{constructor(t,e){this.config={},this.innerIdMap={},this.idMap={},this.methods={id:(t,e)=>t.id===e?(this.idMap[e]=t,1):0,innerId:(t,e)=>t.innerId===e?(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,e&&(this.config=Dt.default(e,this.config)),this.picker=new _a(t,this),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"#":ya.id=t.substring(1),t=ya;break;case".":ma.className=t.substring(1),t=ma;break;default:va.tag=t,t=va}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,n=s instanceof Array;return this.getByMethod(n?this.methods.tags:this.methods.tag,e,i,n?Dt.toMap(s):s)}return this.getByMethod(this.methods.className,e,i,t.className);case"function":return this.getByMethod(t,e,i,s)}}getByPoint(t,i,s){return"node"===e.name&&this.target.emit(Xo.CHECK_UPDATE),this.picker.getByPoint(t,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&&co.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===pa||o===fa){if(!i)return void(this.findLeaf=n);i.push(n)}n.isBranch&&o<ga&&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_(zo.REMOVE,this.__onRemoveChild,this),this.target.on_(Uo.CHANGE,this.__checkIdChange,this)]}__removeListenEvents(){this.target.off_(this.__eventIds),this.__eventIds.length=0}destroy(){this.__eventIds.length&&(this.__removeListenEvents(),this.picker.destroy(),this.findLeaf=null,this.innerIdMap={},this.idMap={})}}Object.assign(i,{watcher:(t,e)=>new Jr(t,e),layouter:(t,e)=>new la(t,e),renderer:(t,e,i)=>new ca(t,e,i),selector:(t,e)=>new wa(t,e)}),e.layout=la.fullLayout;const xa={},ba={},Ea={},ka={},Ba={},La={},Ra={},Ta={},Pa={};function Ca(t){return mn(t,(t=>({set(e){this.__setAttr(t,e),this.waitLeafer((()=>{Pa.setStyle&&Pa.setStyle(this,t+"Style",e)}))}})))}function Sa(t){return mn(t,(t=>({set(e){if(this.__setAttr(t,e)){const t=this.__;t.__useArrow="none"!==t.startArrow||"none"!==t.endArrow,On(this)}}})))}function Oa(t){return mn(t,(t=>({set(e){this.__setAttr(t,e),e&&(this.__.__useEffect=!0),this.__layout.renderChanged||this.__layout.renderChange()}})))}function Da(t){return mn(t,(t=>({set(e){this.__setAttr(t,e),this.__layout.boxChanged||this.__layout.boxChange(),this.__updateSize()}})))}function Ia(){return(t,e)=>{const i="_"+e;fn(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}})}}const{parse:Ma}=pi,Aa={},Wa=wt.get("UIData");class Fa extends Mt{get __strokeWidth(){const{strokeWidth:t,strokeWidthFixed:e}=this;if(e){const e=this.__leaf;let{scaleX:i}=e.__nowWorld||e.__world;return i<0&&(i=-i),i>1?t/i:t}return t}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.__leaf.leafer&&(this.__leaf.leafer.watcher.hasVisible=!0),this._visible=t}setWidth(t){t<0?(this._width=-t,this.__leaf.scaleX*=-1,Wa.warn("width < 0, instead -scaleX ",this)):this._width=t}setHeight(t){t<0?(this._height=-t,this.__leaf.scaleY*=-1,Wa.warn("height < 0, instead -scaleY",this)):this._height=t}setFill(t){this.__naturalWidth&&this.__removeNaturalSize(),"string"!=typeof t&&t?"object"==typeof t&&(this.__setInput("fill",t),this.__leaf.__layout.boxChanged||this.__leaf.__layout.boxChange(),this.__isFills=!0,this._fill||(this._fill=Aa)):(this.__isFills&&(this.__removeInput("fill"),Ba.recycleImage("fill",this),this.__isFills=!1,this.__pixelFill&&(this.__pixelFill=!1)),this._fill=t)}setStroke(t){"string"!=typeof t&&t?"object"==typeof t&&(this.__setInput("stroke",t),this.__leaf.__layout.boxChanged||this.__leaf.__layout.boxChange(),this.__isStrokes=!0,this._stroke||(this._stroke=Aa)):(this.__isStrokes&&(this.__removeInput("stroke"),Ba.recycleImage("stroke",this),this.__isStrokes=!1,this.__pixelStroke&&(this.__pixelStroke=!1)),this._stroke=t)}setPath(t){"string"==typeof t?(this.__setInput("path",t),this._path=Ma(t)):(this.__input&&this.__removeInput("path"),this._path=t)}setShadow(t){this.__setInput("shadow",t),t instanceof Array?(t.some((t=>!1===t.visible))&&(t=t.filter((t=>!1!==t.visible))),this._shadow=t.length?t:null):this._shadow=t?!1===t.visible?null:[t]:null}setInnerShadow(t){this.__setInput("innerShadow",t),t instanceof Array?(t.some((t=>!1===t.visible))&&(t=t.filter((t=>!1!==t.visible))),this._innerShadow=t.length?t:null):this._innerShadow=t?!1===t.visible?null:[t]:null}__computePaint(){const{fill:t,stroke:e}=this.__input;t&&ka.compute("fill",this.__leaf),e&&ka.compute("stroke",this.__leaf),this.__needComputePaint=!1}}const za={number:(t,e)=>"object"==typeof t?"percent"===t.type?t.value*e:t.value:t};class Ua extends Fa{}class Ha extends Ua{get __boxStroke(){return!this.__pathInputed}}class Na extends Ua{__getInputData(){const t=super.__getInputData();return Gt.forEach((e=>delete t[e])),t}}class Ya extends Ha{}class Xa extends Fa{}class Va extends Fa{get __boxStroke(){return!this.__pathInputed}}class Ga extends Fa{get __boxStroke(){return!this.__pathInputed}}class ja extends Fa{}class Za extends Fa{}class Ka extends Fa{}class qa extends Ua{}const Ja={thin:100,"extra-light":200,light:300,normal:400,medium:500,"semi-bold":600,bold:700,"extra-bold":800,black:900};class $a extends Fa{get __useNaturalRatio(){return!1}setFontWeight(t){"string"==typeof t?(this.__setInput("fontWeight",t),this._fontWeight=Ja[t]||400):(this.__input&&this.__removeInput("fontWeight"),this._fontWeight=t)}}class Qa extends Va{setUrl(t){this.__setImageFill(t),this._url=t}__setImageFill(t){this.__leaf.image&&(this.__leaf.image=null),this.fill=t?{type:"image",mode:"strench",url:t}:void 0}__getData(){const t=super.__getData();return delete t.fill,t}__getInputData(){const t=super.__getInputData();return delete t.fill,t}}class th extends Va{__getInputData(){const t=super.__getInputData();return t.url=this.__leaf.canvas.toDataURL("image/png"),t}}const eh={__updateStrokeSpread(){let t=0,e=0;const i=this.__,{strokeAlign:s,strokeWidth:n}=i;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),this.__layout.strokeBoxSpread=e,t},__updateRenderSpread(){let t=0;const{shadow:e,innerShadow:i,blur:s,backgroundBlur:n}=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));let o=t=Math.ceil(t);return i&&i.forEach((t=>{o=Math.max(o,Math.max(Math.abs(t.y),Math.abs(t.x))+(t.spread<0?-t.spread:0)+1.5*t.blur)})),n&&(o=Math.max(o,n)),this.__layout.renderShapeSpread=o,t+(this.__layout.strokeSpread||0)}},ih={__updateChange(){const t=this.__;if(t.__useEffect){const{shadow:e,innerShadow:i,blur:s,backgroundBlur:n}=this.__;t.__useEffect=!!(e||i||s||n)}t.__checkSingle();t.__isFills||t.__isStrokes||t.cornerRadius||t.__useEffect?t.__complex=!0:t.__complex&&(t.__complex=!1)},__drawFast(t,e){sh(this,t,e)},__draw(t,e){const i=this.__;if(i.__complex){i.__needComputePaint&&i.__computePaint();const{fill:s,stroke:n,__drawAfterFill:o}=i;if(this.__drawRenderPath(t),i.__useEffect){const r=ka.shape(this,t,e);this.__nowWorld=this.__getNowWorld(e);const{shadow:a,innerShadow:h}=i;a&&Ra.shadow(this,t,r),s&&(i.__isFills?ka.fills(s,this,t):ka.fill(s,this,t)),o&&this.__drawAfterFill(t,e),h&&Ra.innerShadow(this,t,r),n&&(i.__isStrokes?ka.strokes(n,this,t):ka.stroke(n,this,t)),r.worldCanvas&&r.worldCanvas.recycle(),r.canvas.recycle()}else s&&(i.__isFills?ka.fills(s,this,t):ka.fill(s,this,t)),o&&this.__drawAfterFill(t,e),n&&(i.__isStrokes?ka.strokes(n,this,t):ka.stroke(n,this,t))}else i.__pathInputed?sh(this,t,e):this.__drawFast(t,e)},__renderShape(t,e,i,s){if(this.__worldOpacity){t.setWorld(this.__nowWorld=this.__getNowWorld(e));const{fill:n,stroke:o}=this.__;this.__drawRenderPath(t),n&&!i&&(this.__.__pixelFill?ka.fills(n,this,t):ka.fill("#000000",this,t)),this.__.__isCanvas&&this.__drawAfterFill(t,e),o&&!s&&(this.__.__pixelStroke?ka.strokes(o,this,t):ka.stroke("#000000",this,t))}}};function sh(t,e,i){const{fill:s,stroke:n,__drawAfterFill:o}=t.__;t.__drawRenderPath(e),s&&ka.fill(s,t,e),o&&t.__drawAfterFill(e,i),n&&ka.stroke(n,t,e)}const nh={__drawFast(t,e){let{width:i,height:s,fill:n,stroke:o,__drawAfterFill:r}=this.__;if(n&&(t.fillStyle=n,t.fillRect(0,0,i,s)),r&&this.__drawAfterFill(t,e),o){const{strokeAlign:n,__strokeWidth:r}=this.__;if(!r)return;t.setStroke(o,r,this.__);const a=r/2;switch(n){case"center":t.strokeRect(0,0,i,s);break;case"inside":i-=r,s-=r,i<0||s<0?(t.save(),this.__clip(t,e),t.strokeRect(a,a,i,s),t.restore()):t.strokeRect(a,a,i,s);break;case"outside":t.strokeRect(-a,-a,i+r,s+r)}}}};var oh,rh;t.UI=oh=class extends t.Leaf{get app(){return this.leafer&&this.leafer.app}get isFrame(){return!1}set scale(t){"number"==typeof t?this.scaleX=this.scaleY=t:(this.scaleX=t.x,this.scaleY=t.y)}get scale(){const{scaleX:t,scaleY:e}=this;return t!==e?{x:t,y:e}:t}get pen(){const{path:t}=this.__;return sn.set(this.path=t||[]),t||this.__drawPathByBox(sn),sn}get editConfig(){}get editOuter(){return this.__.__isLinePath?"LineEditTool":"EditTool"}get editInner(){return"PathEditor"}constructor(t){super(t)}reset(t){}set(t){Object.assign(this,t)}get(t){return"string"==typeof t?this.__.__getInput(t):this.__.__getInputData(t)}createProxyData(){}find(t,e){}findTag(t){return this.find({tag:t})}findOne(t,e){}findId(t){return this.findOne({id:t})}getPath(t,e){this.__layout.update();let i=e?this.__.__pathForRender:this.__.path;return i||(sn.set(i=[]),this.__drawPathByBox(sn)),t?pi.toCanvasData(i,!0):i}getPathString(t,e){return pi.stringify(this.getPath(t,e))}load(){this.__.__computePaint()}__onUpdateSize(){if(this.__.__input){const t=this.__;!t.lazy||this.__inLazyBounds||Ta.running?t.__computePaint():t.__needComputePaint=!0}}__updateRenderPath(){if(this.__.path){const t=this.__;t.__pathForRender=t.cornerRadius?en.smooth(t.path,t.cornerRadius,t.cornerSmoothing):t.path,t.__useArrow&&Ea.addArrows(this,!t.cornerRadius)}}__drawRenderPath(t){t.beginPath(),this.__drawPathByData(t,this.__.__pathForRender)}__drawPath(t){t.beginPath(),this.__drawPathByData(t,this.__.path)}__drawPathByData(t,e){e?gs.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,"number"==typeof o?[o]:o)}else t.rect(e,i,s,n)}export(t,e){return Ta.export(this,t,e)}clone(){return oh.one(this.toJSON())}static one(t,e,i,s,n){return Rt.get(t.tag||this.prototype.__tag,t,e,i,s,n)}static registerUI(){$n()(this)}static registerData(t){Yn(t)(this.prototype)}static setEditConfig(t){}static setEditOuter(t){}static setEditInner(t){}destroy(){this.fill=this.stroke=null,super.destroy()}},Wt([Yn(Fa)],t.UI.prototype,"__",void 0),Wt([Ia()],t.UI.prototype,"zoomLayer",void 0),Wt([xn("")],t.UI.prototype,"id",void 0),Wt([xn("")],t.UI.prototype,"name",void 0),Wt([xn("")],t.UI.prototype,"className",void 0),Wt([Mn("pass-through")],t.UI.prototype,"blendMode",void 0),Wt([An(1)],t.UI.prototype,"opacity",void 0),Wt([Wn(!0)],t.UI.prototype,"visible",void 0),Wt([Ca(!1)],t.UI.prototype,"selected",void 0),Wt([Ca(!1)],t.UI.prototype,"disabled",void 0),Wt([Mn(!1)],t.UI.prototype,"locked",void 0),Wt([Fn(0)],t.UI.prototype,"zIndex",void 0),Wt([zn(!1)],t.UI.prototype,"mask",void 0),Wt([Un(!1)],t.UI.prototype,"eraser",void 0),Wt([bn(0,!0)],t.UI.prototype,"x",void 0),Wt([bn(0,!0)],t.UI.prototype,"y",void 0),Wt([Ln(100,!0)],t.UI.prototype,"width",void 0),Wt([Ln(100,!0)],t.UI.prototype,"height",void 0),Wt([kn(1,!0)],t.UI.prototype,"scaleX",void 0),Wt([kn(1,!0)],t.UI.prototype,"scaleY",void 0),Wt([Bn(0,!0)],t.UI.prototype,"rotation",void 0),Wt([Bn(0,!0)],t.UI.prototype,"skewX",void 0),Wt([Bn(0,!0)],t.UI.prototype,"skewY",void 0),Wt([bn(0,!0)],t.UI.prototype,"offsetX",void 0),Wt([bn(0,!0)],t.UI.prototype,"offsetY",void 0),Wt([bn(0,!0)],t.UI.prototype,"scrollX",void 0),Wt([bn(0,!0)],t.UI.prototype,"scrollY",void 0),Wt([En()],t.UI.prototype,"origin",void 0),Wt([En()],t.UI.prototype,"around",void 0),Wt([xn(!1)],t.UI.prototype,"lazy",void 0),Wt([Rn(1)],t.UI.prototype,"pixelRatio",void 0),Wt([Pn()],t.UI.prototype,"path",void 0),Wt([Cn()],t.UI.prototype,"windingRule",void 0),Wt([Cn(!0)],t.UI.prototype,"closed",void 0),Wt([En(!1)],t.UI.prototype,"flow",void 0),Wt([Ln(0)],t.UI.prototype,"padding",void 0),Wt([Ln(0)],t.UI.prototype,"gap",void 0),Wt([Ln("top-left")],t.UI.prototype,"flowAlign",void 0),Wt([Ln(!1)],t.UI.prototype,"flowWrap",void 0),Wt([Ln("box")],t.UI.prototype,"itemBox",void 0),Wt([Ln(!0)],t.UI.prototype,"inFlow",void 0),Wt([Ln()],t.UI.prototype,"autoWidth",void 0),Wt([Ln()],t.UI.prototype,"autoHeight",void 0),Wt([Ln()],t.UI.prototype,"lockRatio",void 0),Wt([Ln()],t.UI.prototype,"autoBox",void 0),Wt([Ln()],t.UI.prototype,"widthRange",void 0),Wt([Ln()],t.UI.prototype,"heightRange",void 0),Wt([xn(!1)],t.UI.prototype,"draggable",void 0),Wt([xn()],t.UI.prototype,"dragBounds",void 0),Wt([xn(!1)],t.UI.prototype,"editable",void 0),Wt([Hn(!0)],t.UI.prototype,"hittable",void 0),Wt([Hn("path")],t.UI.prototype,"hitFill",void 0),Wt([Dn("path")],t.UI.prototype,"hitStroke",void 0),Wt([Hn(!1)],t.UI.prototype,"hitBox",void 0),Wt([Hn(!0)],t.UI.prototype,"hitChildren",void 0),Wt([Hn(!0)],t.UI.prototype,"hitSelf",void 0),Wt([Hn()],t.UI.prototype,"hitRadius",void 0),Wt([Nn("")],t.UI.prototype,"cursor",void 0),Wt([Mn()],t.UI.prototype,"fill",void 0),Wt([Dn()],t.UI.prototype,"stroke",void 0),Wt([Dn("inside")],t.UI.prototype,"strokeAlign",void 0),Wt([Dn(1)],t.UI.prototype,"strokeWidth",void 0),Wt([Dn(!1)],t.UI.prototype,"strokeWidthFixed",void 0),Wt([Dn("none")],t.UI.prototype,"strokeCap",void 0),Wt([Dn("miter")],t.UI.prototype,"strokeJoin",void 0),Wt([Dn()],t.UI.prototype,"dashPattern",void 0),Wt([Dn()],t.UI.prototype,"dashOffset",void 0),Wt([Dn(10)],t.UI.prototype,"miterLimit",void 0),Wt([Sa("none")],t.UI.prototype,"startArrow",void 0),Wt([Sa("none")],t.UI.prototype,"endArrow",void 0),Wt([Cn(0)],t.UI.prototype,"cornerRadius",void 0),Wt([Cn()],t.UI.prototype,"cornerSmoothing",void 0),Wt([Oa()],t.UI.prototype,"shadow",void 0),Wt([Oa()],t.UI.prototype,"innerShadow",void 0),Wt([Oa()],t.UI.prototype,"blur",void 0),Wt([Oa()],t.UI.prototype,"backgroundBlur",void 0),Wt([Oa()],t.UI.prototype,"grayscale",void 0),Wt([xn()],t.UI.prototype,"normalStyle",void 0),Wt([xn()],t.UI.prototype,"hoverStyle",void 0),Wt([xn()],t.UI.prototype,"pressStyle",void 0),Wt([xn()],t.UI.prototype,"focusStyle",void 0),Wt([xn()],t.UI.prototype,"selectedStyle",void 0),Wt([xn()],t.UI.prototype,"disabledStyle",void 0),Wt([xn({})],t.UI.prototype,"data",void 0),Wt([Zn(t.Leaf.prototype.reset)],t.UI.prototype,"reset",null),t.UI=oh=Wt([Jn(eh),Jn(ih),Kn()],t.UI),t.Group=class extends t.UI{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){if(t.children){const{children:e}=t;let i;delete t.children,this.children?this.clear():this.__setBranch(),super.set(t),e.forEach((t=>{i=t.__?t:Rt.get(t.tag,t),this.add(i)})),t.children=e}else super.set(t)}toJSON(t){const e=super.toJSON(t);return 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(){}},Wt([Yn(Ua)],t.Group.prototype,"__",void 0),t.Group=Wt([Jn(t.Branch),$n()],t.Group);const ah=wt.get("Leafer");t.Leafer=rh=class extends t.Group{get __tag(){return"Leafer"}get isApp(){return!1}get app(){return this.parent||this}get isLeafer(){return!0}get imageReady(){return this.viewReady&&cn.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()}constructor(t,e){super(e),this.config={type:"design",start:!0,hittable:!0,smooth:!0,lazySpeard:100,zoom:{min:.01,max:256},move:{holdSpaceKey:!0,holdMiddleKey:!0,autoDistance:2}},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),rh.list.add(this)}init(t,e){if(this.canvas)return;let s;this.__setLeafer(this),t&&Dt.assign(this.config,t);const{config:n}=this;this.initType(n.type);const o=this.canvas=i.canvas(n);this.__controllers.push(this.renderer=i.renderer(this,o,n),this.watcher=i.watcher(this,n),this.layouter=i.layouter(this,n)),this.isApp&&this.__setApp(),this.__checkAutoLayout(n,e),this.view=o.view,e?(this.__bindApp(e),s=e.running):(this.selector=i.selector(this),this.interaction=i.interaction(this,o,this.selector,n),this.interaction&&(this.__controllers.unshift(this.interaction),this.hitCanvasManager=i.hitCanvasManager()),this.canvasManager=new Ot,s=n.start),this.hittable=n.hittable,this.fill=n.fill,this.canvasManager.add(o),this.__listenEvents(),s&&(this.__startTimer=setTimeout(this.start.bind(this))),Bo.run(this.__initWait),this.onInit()}onInit(){}initType(t){}set(t){this.waitInit((()=>{super.set(t)}))}start(){clearTimeout(this.__startTimer),!this.running&&this.canvas&&(this.ready?this.emitLeafer(jo.RESTART):this.emitLeafer(jo.START),this.__controllers.forEach((t=>t.start())),this.isApp||this.renderer.render(),this.running=!0)}stop(){clearTimeout(this.__startTimer),this.running&&this.canvas&&(this.__controllers.forEach((t=>t.stop())),this.running=!1,this.emitLeafer(jo.STOP))}unlockLayout(){this.layouter.start(),this.updateLayout()}lockLayout(){this.updateLayout(),this.layouter.stop()}resize(t){const e=Dt.copyAttrs({},t,Gt);Object.keys(e).forEach((t=>this[t]=e[t]))}forceRender(t){this.renderer.addBlock(t?new lt(t):this.canvas.bounds),this.viewReady&&this.renderer.update()}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=Dt.copyAttrs({},this.canvas,Gt);e.resize(t),this.updateLazyBounds(),this.__onResize(new No(t,i))}__onResize(t){this.emitEvent(t),Dt.copyAttrs(this.__,t,Gt),t.width&&t.height||ah.warn("w = 0 or h = 0"),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 ct(t)),this.canvas.startAutoLayout(this.autoLayout,this.__onResize.bind(this)))}__setAttr(t,e){return this.canvas&&(Gt.includes(t)?(e||ah.warn(t+" is 0"),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&&Gt.includes(t)?this.canvas[t]:super.__getAttr(t)}__changeCanvasSize(t,e){const i=Dt.copyAttrs({},this.canvas,Gt);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||(this.ready=!0,this.emitLeafer(jo.BEFORE_READY),this.emitLeafer(jo.READY),this.emitLeafer(jo.AFTER_READY),Bo.run(this.__readyWait))}__onViewReady(){this.viewReady||(this.viewReady=!0,this.emitLeafer(jo.VIEW_READY),Bo.run(this.__viewReadyWait))}__onNextRender(){if(this.viewReady){Bo.run(this.__nextRenderWait);const{imageReady:t}=this;t&&!this.viewCompleted&&this.__checkViewCompleted(),t||(this.viewCompleted=!1)}}__checkViewCompleted(t=!0){this.nextRender((()=>{this.imageReady&&(t&&this.emitLeafer(jo.VIEW_COMPLETED),Bo.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)}zoom(t,e,i){return ah.error("need @leafer-in/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))}updateClientBounds(){this.canvas&&this.canvas.updateClientBounds()}receiveEvent(t){}__checkUpdateLayout(){this.__layout.update()}emitLeafer(t){this.emitEvent(new jo(t,this))}__listenEvents(){const t=kt.start("FirstCreate "+this.innerName);this.once(jo.START,(()=>kt.end(t))),this.once(Xo.START,(()=>this.updateLazyBounds())),this.once(Xo.END,(()=>this.__onReady())),this.once(Go.START,(()=>this.__onCreated())),this.once(Go.END,(()=>this.__onViewReady())),this.__eventIds.push(this.on_(Yo.DATA,this.__onWatchData,this),this.on_(Go.NEXT,this.__onNextRender,this),this.on_(Xo.CHECK_UPDATE,this.__checkUpdateLayout,this))}__removeListenEvents(){this.off_(this.__eventIds),this.__eventIds.length=0}destroy(t){const e=()=>{if(!this.destroyed){rh.list.remove(this);try{this.stop(),this.emitEvent(new jo(jo.END,this)),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=null,this.userConfig&&(this.userConfig.view=null),super.destroy(),setTimeout((()=>{cn.clearRecycled()}),100)}catch(t){ah.error(t)}}};t?e():setTimeout(e)}},t.Leafer.list=new Vr,Wt([Yn(Na)],t.Leafer.prototype,"__",void 0),Wt([Ln()],t.Leafer.prototype,"pixelRatio",void 0),t.Leafer=rh=Wt([$n()],t.Leafer),t.Rect=class extends t.UI{get __tag(){return"Rect"}constructor(t){super(t)}},Wt([Yn(Va)],t.Rect.prototype,"__",void 0),t.Rect=Wt([Jn(nh),Kn(),$n()],t.Rect);const hh=t.Rect.prototype,lh=t.Group.prototype,dh={},{copy:ch,add:uh,includes:_h,copyAndSpread:ph}=ot;t.Box=class extends t.Group{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){const e=this.__;if(this.children.length){if(e.__autoSide){this.leafer&&this.leafer.ready&&this.leafer.layouter.addExtra(this),super.__updateBoxBounds();const{boxBounds:i}=this.__layout;e.__autoSize||(e.__autoWidth?(i.width+=i.x,i.height=e.height,i.y=i.x=0):(i.height+=i.y,i.width=e.width,i.x=i.y=0)),t&&e.flow&&e.padding&&ph(i,i,e.padding,!1,e.__autoSize?null:e.__autoWidth?"width":"height"),this.__updateNaturalSize()}else this.__updateRectBoxBounds();e.flow&&this.__updateContentBounds()}else this.__updateRectBoxBounds()}__updateStrokeBounds(){}__updateRenderBounds(){let t;const{renderBounds:e}=this.__layout;this.children.length?(super.__updateRenderBounds(),ch(dh,e),this.__updateRectRenderBounds(),t=!_h(e,dh)||!this.pathInputed||!this.__.cornerRadius):this.__updateRectRenderBounds(),this.isOverflow!==t&&(this.isOverflow=t),!(this.__.__drawAfterFill="hide"===this.__.overflow)&&t&&uh(e,dh)}__updateRectRenderBounds(){}__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))}__drawAfterFill(t,e){const{length:i}=this.children;this.isOverflow?(t.save(),t.clip(),i&&this.__renderGroup(t,e),t.restore()):i&&this.__renderGroup(t,e),this.__.stroke&&i&&(t.setWorld(this.__nowWorld),this.__drawRenderPath(t))}},Wt([Yn(Ha)],t.Box.prototype,"__",void 0),Wt([xn(!1)],t.Box.prototype,"resizeChildren",void 0),Wt([In("show")],t.Box.prototype,"overflow",void 0),Wt([Zn(hh.__updateStrokeSpread)],t.Box.prototype,"__updateStrokeSpread",null),Wt([Zn(hh.__updateRenderSpread)],t.Box.prototype,"__updateRectRenderSpread",null),Wt([Zn(hh.__updateBoxBounds)],t.Box.prototype,"__updateRectBoxBounds",null),Wt([Zn(hh.__updateStrokeBounds)],t.Box.prototype,"__updateStrokeBounds",null),Wt([Zn(hh.__updateRenderBounds)],t.Box.prototype,"__updateRectRenderBounds",null),Wt([Zn(hh.__updateChange)],t.Box.prototype,"__updateRectChange",null),Wt([Zn(hh.__render)],t.Box.prototype,"__renderRect",null),Wt([Zn(lh.__render)],t.Box.prototype,"__renderGroup",null),t.Box=Wt([Kn(),$n()],t.Box),t.Frame=class extends t.Box{get __tag(){return"Frame"}get isFrame(){return!0}constructor(t){super(t)}},Wt([Yn(Ya)],t.Frame.prototype,"__",void 0),Wt([Mn("#FFFFFF")],t.Frame.prototype,"fill",void 0),Wt([In("hide")],t.Frame.prototype,"overflow",void 0),t.Frame=Wt([$n()],t.Frame);const{moveTo:gh,closePath:fh,ellipse:yh}=Wi;t.Ellipse=class extends t.UI{get __tag(){return"Ellipse"}constructor(t){super(t)}__updatePath(){const{width:t,height:i,innerRadius:s,startAngle:n,endAngle:o}=this.__,r=t/2,a=i/2,h=this.__.path=[];s?(n||o?(s<1&&yh(h,r,a,r*s,a*s,0,n,o,!1),yh(h,r,a,r,a,0,o,n,!0),s<1&&fh(h)):(s<1&&(yh(h,r,a,r*s,a*s),gh(h,t,a)),yh(h,r,a,r,a,0,360,0,!0)),e.ellipseToCurve&&(this.__.path=this.getPath(!0))):n||o?(gh(h,r,a),yh(h,r,a,r,a,0,n,o,!1),fh(h)):yh(h,r,a,r,a)}},Wt([Yn(Ga)],t.Ellipse.prototype,"__",void 0),Wt([Cn(0)],t.Ellipse.prototype,"innerRadius",void 0),Wt([Cn(0)],t.Ellipse.prototype,"startAngle",void 0),Wt([Cn(0)],t.Ellipse.prototype,"endAngle",void 0),t.Ellipse=Wt([$n()],t.Ellipse);const{moveTo:mh,lineTo:vh,drawPoints:wh}=Wi,{rotate:xh,getAngle:bh,getDistance:Eh,defaultPoint:kh}=D,{toBounds:Bh}=js;t.Line=class extends t.UI{get __tag(){return"Line"}get toPoint(){const{width:t,rotation:e}=this.__,i={x:0,y:0};return t&&(i.x=t),e&&xh(i,e),i}set toPoint(t){this.width=Eh(kh,t),this.rotation=bh(kh,t),this.height&&(this.height=0)}constructor(t){super(t)}__updatePath(){const t=this.__,e=t.path=[];t.points?wh(e,t.points,!1,t.closed):(mh(e,0,0),vh(e,this.width,0))}__updateRenderPath(){const t=this.__;!this.pathInputed&&t.points&&t.curve?(wh(t.__pathForRender=[],t.points,t.curve,t.closed),t.__useArrow&&Ea.addArrows(this,!1)):super.__updateRenderPath()}__updateBoxBounds(){this.points?Bh(this.__.__pathForRender,this.__layout.boxBounds):super.__updateBoxBounds()}},Wt([Yn(Xa)],t.Line.prototype,"__",void 0),Wt([Sn("center")],t.Line.prototype,"strokeAlign",void 0),Wt([Ln(0)],t.Line.prototype,"height",void 0),Wt([Cn()],t.Line.prototype,"points",void 0),Wt([Cn(0)],t.Line.prototype,"curve",void 0),Wt([Cn(!1)],t.Line.prototype,"closed",void 0),t.Line=Wt([$n()],t.Line);const{sin:Lh,cos:Rh,PI:Th}=Math,{moveTo:Ph,lineTo:Ch,closePath:Sh,drawPoints:Oh}=Wi,Dh=t.Line.prototype;t.Polygon=class extends t.UI{get __tag(){return"Polygon"}constructor(t){super(t)}__updatePath(){const t=this.__.path=[];if(this.__.points)Oh(t,this.__.points,!1,!0);else{const{width:e,height:i,sides:s}=this.__,n=e/2,o=i/2;Ph(t,n,0);for(let e=1;e<s;e++)Ch(t,n+n*Lh(2*e*Th/s),o-o*Rh(2*e*Th/s))}Sh(t)}__updateRenderPath(){}__updateBoxBounds(){}},Wt([Yn(ja)],t.Polygon.prototype,"__",void 0),Wt([Cn(3)],t.Polygon.prototype,"sides",void 0),Wt([Cn()],t.Polygon.prototype,"points",void 0),Wt([Cn(0)],t.Polygon.prototype,"curve",void 0),Wt([Zn(Dh.__updateRenderPath)],t.Polygon.prototype,"__updateRenderPath",null),Wt([Zn(Dh.__updateBoxBounds)],t.Polygon.prototype,"__updateBoxBounds",null),t.Polygon=Wt([Kn(),$n()],t.Polygon);const{sin:Ih,cos:Mh,PI:Ah}=Math,{moveTo:Wh,lineTo:Fh,closePath:zh}=Wi;t.Star=class extends t.UI{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=[];Wh(r,n,0);for(let t=1;t<2*i;t++)Fh(r,n+(t%2==0?n:n*s)*Ih(t*Ah/i),o-(t%2==0?o:o*s)*Mh(t*Ah/i));zh(r)}},Wt([Yn(Za)],t.Star.prototype,"__",void 0),Wt([Cn(5)],t.Star.prototype,"corners",void 0),Wt([Cn(.382)],t.Star.prototype,"innerRadius",void 0),t.Star=Wt([$n()],t.Star),t.Image=class extends t.Rect{get __tag(){return"Image"}get ready(){return!!this.image&&this.image.ready}constructor(t){super(t),this.on(Ho.LOADED,(t=>{"fill"===t.attrName&&t.attrValue.url===this.url&&(this.image=t.image)}))}destroy(){this.image=null,super.destroy()}},Wt([Yn(Qa)],t.Image.prototype,"__",void 0),Wt([Ln("")],t.Image.prototype,"url",void 0),t.Image=Wt([$n()],t.Image);const Uh=t.Image;t.Canvas=class extends t.Rect{get __tag(){return"Canvas"}get ready(){return!this.url}constructor(t){super(t),this.canvas=i.canvas(this.__),this.context=this.canvas.context,this.__.__isCanvas=this.__.__drawAfterFill=!0,t&&t.url&&this.drawImage(t.url)}drawImage(t){new gn({url:t}).load((t=>{this.context.drawImage(t.view,0,0),this.url=void 0,this.paint(),this.emitEvent(new Ho(Ho.LOADED,{image:t}))}))}draw(t,e,i,s){t.__layout.update();const n=new U(t.__world).invert(),o=new U;e&&o.translate(e.x,e.y),i&&("number"==typeof 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.forceUpdate("fill")}__drawAfterFill(t,e){const i=this.canvas.view,{width:s,height:n}=this;this.__.cornerRadius||this.pathInputed?(t.save(),t.clip(),t.drawImage(this.canvas.view,0,0,i.width,i.height,0,0,s,n),t.restore()):t.drawImage(this.canvas.view,0,0,i.width,i.height,0,0,s,n)}__updateSize(){const{canvas:t}=this;if(t){const{smooth:e}=this.__;t.smooth!==e&&(t.smooth=e),t.resize(this.__)}}destroy(){this.canvas&&(this.canvas.destroy(),this.canvas=this.context=null),super.destroy()}},Wt([Yn(th)],t.Canvas.prototype,"__",void 0),Wt([Da(100)],t.Canvas.prototype,"width",void 0),Wt([Da(100)],t.Canvas.prototype,"height",void 0),Wt([Da(1)],t.Canvas.prototype,"pixelRatio",void 0),Wt([Da(!0)],t.Canvas.prototype,"smooth",void 0),Wt([Da()],t.Canvas.prototype,"contextSettings",void 0),t.Canvas=Wt([$n()],t.Canvas);const{copyAndSpread:Hh,includes:Nh,isSame:Yh,spread:Xh,setList:Vh}=ot;t.Text=class extends t.UI{get __tag(){return"Text"}get editInner(){return"TextEditor"}get textDrawData(){return this.__layout.update(),this.__.__textDrawData}constructor(t){super(t)}__drawHitPath(t){const{__lineHeight:e,fontSize:i,__baseLine:s,__textDrawData:n}=this.__;t.beginPath(),this.__.__letterSpacing<0?this.__drawPathByData(t):n.rows.forEach((n=>t.rect(n.x,n.y-s,n.width,e<i?i:e)))}__drawPathByData(t,e){const{x:i,y:s,width:n,height:o}=this.__layout.boxBounds;t.rect(i,s,n,o)}__drawRenderPath(t){t.font=this.__.__font}__updateTextDrawData(){const t=this.__;t.__textDrawData=xa.getDrawData(t.text,this.__)}__updateBoxBounds(){const t=this.__,e=this.__layout,{lineHeight:i,letterSpacing:s,fontFamily:n,fontSize:o,fontWeight:r,italic:a,textCase:l,textOverflow:d,padding:c}=t,u=t.__autoWidth,_=t.__autoHeight;t.__lineHeight=za.number(i,o),t.__letterSpacing=za.number(s,o),t.__padding=c?h.fourNumber(c):void 0,t.__baseLine=t.__lineHeight-(t.__lineHeight-.7*o)/2,t.__font=`${a?"italic ":""}${"small-caps"===l?"small-caps ":""}${"normal"!==r?r+" ":""}${o}px ${n}`,t.__clipText="show"!==d&&!t.__autoSize,this.__updateTextDrawData();const{bounds:p}=t.__textDrawData,g=e.boxBounds;if(t.__lineHeight<o&&Xh(p,o/2),u||_){if(g.x=u?p.x:0,g.y=_?p.y:0,g.width=u?p.width:t.width,g.height=_?p.height:t.height,c){const[e,i,s,n]=t.__padding;u&&(g.x-=n,g.width+=i+n),_&&(g.y-=e,g.height+=s+e)}this.__updateNaturalSize()}else super.__updateBoxBounds();a&&(g.width+=.16*o);const f=Nh(g,p)?g:p;Yh(f,e.contentBounds)?t.__textBoxBounds=f:(e.contentBounds=f,e.renderChanged=!0,Vh(t.__textBoxBounds={},[g,p]))}__updateRenderSpread(){let t=super.__updateRenderSpread();return t||(t=this.__layout.boxBounds===this.__layout.contentBounds?0:1),t}__updateRenderBounds(){Hh(this.__layout.renderBounds,this.__.__textBoxBounds,this.__layout.renderSpread)}},Wt([Yn($a)],t.Text.prototype,"__",void 0),Wt([Ln(0)],t.Text.prototype,"width",void 0),Wt([Ln(0)],t.Text.prototype,"height",void 0),Wt([xn(!1)],t.Text.prototype,"resizeFontSize",void 0),Wt([Mn("#000000")],t.Text.prototype,"fill",void 0),Wt([Sn("outside")],t.Text.prototype,"strokeAlign",void 0),Wt([Hn("all")],t.Text.prototype,"hitFill",void 0),Wt([Ln("")],t.Text.prototype,"text",void 0),Wt([Ln("L")],t.Text.prototype,"fontFamily",void 0),Wt([Ln(12)],t.Text.prototype,"fontSize",void 0),Wt([Ln("normal")],t.Text.prototype,"fontWeight",void 0),Wt([Ln(!1)],t.Text.prototype,"italic",void 0),Wt([Ln("none")],t.Text.prototype,"textCase",void 0),Wt([Ln("none")],t.Text.prototype,"textDecoration",void 0),Wt([Ln(0)],t.Text.prototype,"letterSpacing",void 0),Wt([Ln({type:"percent",value:1.5})],t.Text.prototype,"lineHeight",void 0),Wt([Ln(0)],t.Text.prototype,"paraIndent",void 0),Wt([Ln(0)],t.Text.prototype,"paraSpacing",void 0),Wt([Ln("left")],t.Text.prototype,"textAlign",void 0),Wt([Ln("top")],t.Text.prototype,"verticalAlign",void 0),Wt([Ln("normal")],t.Text.prototype,"textWrap",void 0),Wt([Ln("show")],t.Text.prototype,"textOverflow",void 0),t.Text=Wt([$n()],t.Text),t.Path=class extends t.UI{get __tag(){return"Path"}constructor(t){super(t),this.__.__pathInputed=2}},Wt([Yn(Ka)],t.Path.prototype,"__",void 0),Wt([Sn("center")],t.Path.prototype,"strokeAlign",void 0),t.Path=Wt([$n()],t.Path),t.Pen=class extends t.Group{get __tag(){return"Pen"}constructor(t){super(t)}setStyle(e){const i=this.pathElement=new t.Path(e);return this.pathStyle=e,this.__path=i.path||(i.path=[]),this.add(i),this}beginPath(){return this.__path.length=0,this.paint(),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")}},Wt([Yn(qa)],t.Pen.prototype,"__",void 0),Wt([(t,e)=>{fn(t,e,{get(){return this.__path}})}],t.Pen.prototype,"path",void 0),t.Pen=Wt([Jn(ts,["set","beginPath","path","paint"]),$n()],t.Pen),t.App=class extends t.Leafer{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:s,sky:n,editor:o}=t;e&&(this.ground=this.addLeafer(e)),(s||o)&&(this.tree=this.addLeafer(s)),(n||o)&&(this.sky=this.addLeafer(n||{type:"draw",usePartRender:!1})),o&&(this.editor=i.editor(o),this.sky.add(this.editor))}}__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(),this.__eventIds.push(this.on_(Uo.CHANGE,this.__onPropertyChange,this))}start(){super.start(),this.children.forEach((t=>t.start()))}stop(){this.children.forEach((t=>t.stop())),super.stop()}unlockLayout(){super.unlockLayout(),this.children.forEach((t=>t.unlockLayout()))}lockLayout(){super.lockLayout(),this.children.forEach((t=>t.lockLayout()))}forceRender(t){this.children.forEach((e=>e.forceRender(t)))}addLeafer(e){const i=new t.Leafer(e);return this.add(i),i}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)}__onPropertyChange(){wt.showHitView&&this.children.forEach((t=>t.forceUpdate("surface")))}__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){if(t.context){if(e.matrix){const{a:i,b:s,c:n,d:o,e:r,f:a}=e.matrix;t.setTransform(i,s,n,o,r,a)}this.children.forEach((e=>t.copyWorld(e.canvas)))}}__onResize(t){this.children.forEach((e=>e.resize(t))),super.__onResize(t)}__checkUpdateLayout(){this.children.forEach((t=>t.__layout.update()))}__getChildConfig(t){let e=Object.assign({},this.config);return e.hittable=e.realCanvas=void 0,t&&Dt.assign(e,t),this.autoLayout&&Dt.copyAttrs(e,this,Gt),e.view=this.realCanvas?void 0:this.view,e.fill=void 0,e}__listenChildEvents(t){t.once(Xo.END,(()=>this.__onReady())),t.once(Go.START,(()=>this.__onCreated())),t.once(Go.END,(()=>this.__onViewReady())),this.realCanvas&&this.__eventIds.push(t.on_(Go.END,this.__onChildRenderEnd,this))}},t.App=Wt([$n()],t.App);const Gh={},jh={isHoldSpaceKey:()=>jh.isHold("Space"),isHold:t=>Gh[t],setDownCode(t){Gh[t]||(Gh[t]=!0)},setUpCode(t){Gh[t]=!1}},Zh={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 Kh extends Fo{get spaceKey(){return jh.isHoldSpaceKey()}get left(){return Zh.left(this)}get right(){return Zh.right(this)}get middle(){return Zh.middle(this)}constructor(t){super(t.type),this.bubbles=!0,Object.assign(this,t)}getPage(){return this.current.getPagePoint(this)}getInner(t){return t||(t=this.current),t.getInnerPoint(this)}getLocal(t){return t||(t=this.current),t.getLocalPoint(this)}static changeName(t,e){Ct.changeName(t,e)}}t.PointerEvent=class extends Kh{},t.PointerEvent.POINTER="pointer",t.PointerEvent.BEFORE_DOWN="pointer.before_down",t.PointerEvent.BEFORE_MOVE="pointer.before_move",t.PointerEvent.BEFORE_UP="pointer.before_up",t.PointerEvent.DOWN="pointer.down",t.PointerEvent.MOVE="pointer.move",t.PointerEvent.UP="pointer.up",t.PointerEvent.OVER="pointer.over",t.PointerEvent.OUT="pointer.out",t.PointerEvent.ENTER="pointer.enter",t.PointerEvent.LEAVE="pointer.leave",t.PointerEvent.TAP="tap",t.PointerEvent.DOUBLE_TAP="double_tap",t.PointerEvent.CLICK="click",t.PointerEvent.DOUBLE_CLICK="double_click",t.PointerEvent.LONG_PRESS="long_press",t.PointerEvent.LONG_TAP="long_tap",t.PointerEvent.MENU="pointer.menu",t.PointerEvent.MENU_TAP="pointer.menu_tap",t.PointerEvent=Wt([Qn()],t.PointerEvent);const qh=t.PointerEvent,Jh={};t.DragEvent=class extends t.PointerEvent{static setList(t){this.list=t instanceof Vr?t:new Vr(t)}static setData(t){this.data=t}static getValidMove(t,e,i){const{draggable:s,dragBounds:n,x:o,y:r}=t,a=t.getLocalPoint(i,null,!0);return a.x+=e.x-o,a.y+=e.y-r,n&&this.getMoveInDragBounds(t.__local,"parent"===n?t.parent.boxBounds:n,a,!0),"x"===s&&(a.y=0),"y"===s&&(a.x=0),a}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)),ot.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(Jh,null,!0)}getInnerMove(t,e){return t||(t=this.current),this.assignMove(e),t.getInnerPoint(Jh,null,!0)}getLocalMove(t,e){return t||(t=this.current),this.assignMove(e),t.getLocalPoint(Jh,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.getPage(),i={};return ot.set(i,e.x-t.x,e.y-t.y,t.x,t.y),ot.unsign(i),i}assignMove(t){Jh.x=t?this.totalX:this.moveX,Jh.y=t?this.totalY:this.moveY}},t.DragEvent.BEFORE_DRAG="drag.before_drag",t.DragEvent.START="drag.start",t.DragEvent.DRAG="drag",t.DragEvent.END="drag.end",t.DragEvent.OVER="drag.over",t.DragEvent.OUT="drag.out",t.DragEvent.ENTER="drag.enter",t.DragEvent.LEAVE="drag.leave",t.DragEvent=Wt([Qn()],t.DragEvent);const $h=t.DragEvent;function Qh(e){e.isApp||e.__eventIds.push(e.on_(t.MoveEvent.BEFORE_MOVE,(t=>{e.zoomLayer.move(e.getValidMove(t.moveX,t.moveY))})),e.on_(t.ZoomEvent.BEFORE_ZOOM,(t=>{const{zoomLayer:i}=e,s=e.getValidScale(t.scale);1!==s&&(D.scaleOf(i,t,s),i.scale=i.__.scaleX*s)})))}t.DropEvent=class extends t.PointerEvent{static setList(e){t.DragEvent.setList(e)}static setData(e){t.DragEvent.setData(e)}},t.DropEvent.DROP="drop",t.DropEvent=Wt([Qn()],t.DropEvent),t.MoveEvent=class extends t.DragEvent{},t.MoveEvent.BEFORE_MOVE="move.before_move",t.MoveEvent.START="move.start",t.MoveEvent.MOVE="move",t.MoveEvent.END="move.end",t.MoveEvent=Wt([Qn()],t.MoveEvent),t.RotateEvent=class extends Kh{},t.RotateEvent.BEFORE_ROTATE="rotate.before_rotate",t.RotateEvent.START="rotate.start",t.RotateEvent.ROTATE="rotate",t.RotateEvent.END="rotate.end",t.RotateEvent=Wt([Qn()],t.RotateEvent),t.SwipeEvent=class extends t.DragEvent{},t.SwipeEvent.SWIPE="swipe",t.SwipeEvent.LEFT="swipe.left",t.SwipeEvent.RIGHT="swipe.right",t.SwipeEvent.UP="swipe.up",t.SwipeEvent.DOWN="swipe.down",t.SwipeEvent=Wt([Qn()],t.SwipeEvent),t.ZoomEvent=class extends Kh{},t.ZoomEvent.BEFORE_ZOOM="zoom.before_zoom",t.ZoomEvent.START="zoom.start",t.ZoomEvent.ZOOM="zoom",t.ZoomEvent.END="zoom.end",t.ZoomEvent=Wt([Qn()],t.ZoomEvent),t.KeyEvent=class extends Kh{},t.KeyEvent.DOWN="key.down",t.KeyEvent.HOLD="key.hold",t.KeyEvent.UP="key.up",t.KeyEvent=Wt([Qn()],t.KeyEvent);const tl=wt.get("LeaferTypeCreator"),el={list:{},register(t,e){il[t]?tl.repeat(t):il[t]=e},run(t,e){const i=il[t];i&&i(e)}},{list:il,register:sl}=el;sl("design",Qh),sl("document",(function(t){Qh(t);const{move:e,zoom:i}=t.config;e.scroll="limit",i.min=1})),sl("block",(function(t){const{config:e}=t;(e.wheel||(e.wheel={})).preventDefault=!1,(e.touch||(e.touch={})).preventDefault="auto"}));const nl=t.Leafer.prototype;nl.initType=function(t){el.run(t,this)},nl.getValidMove=function(t,e){const{scroll:i,disabled:s}=this.app.config.move;if(i&&(Math.abs(t)>Math.abs(e)?e=0:t=0,"limit"===i)){const{x:i,y:s,width:n,height:o}=new lt(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}},nl.getValidScale=function(t){const{scaleX:e}=this.zoomLayer.__,{min:i,max:s,disabled:n}=this.app.config.zoom,o=Math.abs(e*t);return o<i?t=i/e:o>s&&(t=s/e),n?1:t};class ol{get transforming(){return!!(this.moveData||this.zoomData||this.rotateData)}constructor(t){this.interaction=t}move(e){const{interaction:i}=this;if(e.moveType||(e.moveType="move"),!this.moveData){const{path:s}=i.selector.getByPoint(e,i.hitRadius);e.path=s,this.moveData=Object.assign(Object.assign({},e),{moveX:0,moveY:0}),i.cancelHover(),i.emit(t.MoveEvent.START,this.moveData)}e.path=this.moveData.path,i.emit(t.MoveEvent.BEFORE_MOVE,e),i.emit(t.MoveEvent.MOVE,e),this.transformEndWait()}zoom(e){const{interaction:i}=this;if(!this.zoomData){const{path:s}=i.selector.getByPoint(e,i.hitRadius);e.path=s,this.zoomData=Object.assign(Object.assign({},e),{scale:1}),i.cancelHover(),i.emit(t.ZoomEvent.START,this.zoomData)}e.path=this.zoomData.path,i.emit(t.ZoomEvent.BEFORE_ZOOM,e),i.emit(t.ZoomEvent.ZOOM,e),this.transformEndWait()}rotate(e){const{interaction:i}=this;if(!this.rotateData){const{path:s}=i.selector.getByPoint(e,i.hitRadius);e.path=s,this.rotateData=Object.assign(Object.assign({},e),{rotation:0}),i.cancelHover(),i.emit(t.RotateEvent.START,this.rotateData)}e.path=this.rotateData.path,i.emit(t.RotateEvent.BEFORE_ROTATE,e),i.emit(t.RotateEvent.ROTATE,e),this.transformEndWait()}transformEndWait(){clearTimeout(this.transformTimer),this.transformTimer=setTimeout((()=>{this.transformEnd()}),this.interaction.config.pointer.transformTime)}transformEnd(){this.moveEnd(),this.zoomEnd(),this.rotateEnd()}moveEnd(){this.moveData&&(this.interaction.emit(t.MoveEvent.END,this.moveData),this.moveData=null)}zoomEnd(){this.zoomData&&(this.interaction.emit(t.ZoomEvent.END,this.zoomData),this.zoomData=null)}rotateEnd(){this.rotateData&&(this.interaction.emit(t.RotateEvent.END,this.rotateData),this.rotateData=null)}destroy(){this.zoomData=this.moveData=this.rotateData=null}}const rl={getMoveEventData:(t,e,i)=>Object.assign(Object.assign({},i),{x:t.x,y:t.y,moveX:e.x,moveY:e.y}),getRotateEventData:(t,e,i)=>Object.assign(Object.assign({},i),{x:t.x,y:t.y,rotation:e}),getZoomEventData:(t,e,i)=>Object.assign(Object.assign({},i),{x:t.x,y:t.y,scale:e}),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:e=>e<-45&&e>-135?t.SwipeEvent.UP:e>45&&e<135?t.SwipeEvent.DOWN:e<=45&&e>=-45?t.SwipeEvent.RIGHT:t.SwipeEvent.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:al.getSwipeDirection(D.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 Vr,{list:s}=t;for(let t=0,n=s.length;t<n;t++)s[t].hasEvent(e)&&i.add(s[t]);return i},pathCanDrag:e=>e&&e.list.some((e=>e.draggable||e.editable||!e.isLeafer&&e.hasEvent(t.DragEvent.DRAG))),pathHasOutside:t=>t&&t.list.some((t=>t.isOutside))},al=rl,hl=new Vr,{getDragEventData:ll,getDropEventData:dl,getSwipeEventData:cl}=rl;class ul{constructor(t){this.interaction=t}setDragData(t){this.animateWait&&this.dragEndReal(),this.downData=this.interaction.downData,this.dragData=ll(t,t,t),this.canAnimate=this.canDragOut=!0}getList(){const{proxy:e}=this.interaction.selector;return!this.dragging||e&&e.list.length?hl:t.DragEvent.list||this.dragableList||hl}checkDrag(e,i){const{interaction:s}=this;if(this.moving&&e.buttons<1)return this.canAnimate=!1,void s.pointerCancel();!this.moving&&i&&(this.moving=s.canMove(this.downData)||s.isHoldRightKey||s.isMobileDragEmpty)&&(this.dragData.moveType="drag",s.emit(t.MoveEvent.START,this.dragData)),this.moving||this.dragStart(e,i),this.drag(e)}dragStart(e,i){this.dragging||(this.dragging=i&&Zh.left(e),this.dragging&&(this.interaction.emit(t.DragEvent.START,this.dragData),this.getDragableList(this.dragData.path),this.setDragStartPoints(this.realDragableList=this.getList())))}setDragStartPoints(t){this.dragStartPoints={},t.forEach((t=>this.dragStartPoints[t.innerId]={x:t.x,y:t.y}))}getDragableList(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.dragableList=new Vr(e);break}}drag(e){const{interaction:i,dragData:s,downData:n}=this,{path:o,throughPath:r}=n;this.dragData=ll(n,s,e),r&&(this.dragData.throughPath=r),this.dragData.path=o,this.moving?(this.dragData.moveType="drag",i.emit(t.MoveEvent.BEFORE_MOVE,this.dragData),i.emit(t.MoveEvent.MOVE,this.dragData)):this.dragging&&(this.dragReal(),i.emit(t.DragEvent.BEFORE_DRAG,this.dragData),i.emit(t.DragEvent.DRAG,this.dragData))}dragReal(){const{running:e}=this.interaction,i=this.realDragableList;if(i.length&&e){const{totalX:e,totalY:s}=this.dragData;i.forEach((i=>i.draggable&&i.move(t.DragEvent.getValidMove(i,this.dragStartPoints[i.innerId],{x:e,y:s}))))}}dragOverOrOut(e){const{interaction:i}=this,{dragOverPath:s}=this,{path:n}=e;this.dragOverPath=n,s?n.indexAt(0)!==s.indexAt(0)&&(i.emit(t.DragEvent.OUT,e,s),i.emit(t.DragEvent.OVER,e,n)):i.emit(t.DragEvent.OVER,e,n)}dragEnterOrLeave(e){const{interaction:i}=this,{dragEnterPath:s}=this,{path:n}=e;i.emit(t.DragEvent.LEAVE,e,s,n),i.emit(t.DragEvent.ENTER,e,n,s),this.dragEnterPath=n}dragEnd(t,e){if(!this.dragging&&!this.moving)return;const{moveX:i,moveY:s}=this.dragData;this.interaction.config.move.dragAnimate&&this.canAnimate&&this.moving&&(Math.abs(i)>1||Math.abs(s)>1)?(t=Object.assign({},t),e=.9*(e||("touch"===t.pointerType?2:1)),D.move(t,i*e,s*e),this.drag(t),this.animate((()=>{this.dragEnd(t,1)}))):this.dragEndReal(t)}dragEndReal(e){const{interaction:i,downData:s,dragData:n}=this;e||(e=n);const{path:o,throughPath:r}=s,a=ll(s,e,e);if(r&&(a.throughPath=r),a.path=o,this.moving&&(this.moving=!1,a.moveType="drag",i.emit(t.MoveEvent.END,a)),this.dragging){const o=this.getList();this.dragging=!1,i.emit(t.DragEvent.END,a),this.swipe(e,s,n,a),this.drop(e,o,this.dragEnterPath)}this.autoMoveCancel(),this.dragReset(),this.animate(null,"off")}animate(t,e){const i=t||this.animateWait;i&&this.interaction.target.nextRender(i,null,e),this.animateWait=t}swipe(t,e,i,s){const{interaction:n}=this;if(D.getDistance(e,t)>n.config.pointer.swipeDistance){const t=cl(e,i,s);this.interaction.emit(t.type,t)}}drop(e,i,s){const n=dl(e,i,t.DragEvent.data);n.path=s,this.interaction.emit(t.DropEvent.DROP,n),this.interaction.emit(t.DragEvent.LEAVE,e,s)}dragReset(){t.DragEvent.list=t.DragEvent.data=this.dragableList=this.dragData=this.downData=this.dragOverPath=this.dragEnterPath=null}checkDragOut(t){const{interaction:e}=this;this.autoMoveCancel(),this.dragging&&!e.shrinkCanvasBounds.hitPoint(t)&&this.autoMoveOnDragOut(t)}autoMoveOnDragOut(t){const{interaction:e,downData:i,canDragOut:s}=this,{autoDistance:n,dragOut:o}=e.config.move;if(!o||!s||!n)return;const r=e.shrinkCanvasBounds,{x:a,y:h}=r,l=ot.maxX(r),d=ot.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,D.move(i,c,u),D.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)}autoMoveCancel(){this.autoMoveTimer&&(clearInterval(this.autoMoveTimer),this.autoMoveTimer=0)}destroy(){this.dragReset()}}const _l=wt.get("emit");const pl=["move","zoom","rotate","key"];function gl(t,e,i,s,n){if(pl.some((t=>e.startsWith(t)))&&t.__.hitChildren&&!yl(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&&fl(o,e,i,s,n)}}function fl(t,e,i,s,n){if(t.destroyed)return!1;if(t.__.hitSelf&&!yl(t,n)&&(Pa.updateEventStyle&&Pa.updateEventStyle(t,e),t.hasEvent(e,s))){i.phase=s?1:t===i.target?2:3;const n=Ct.get(e,i);if(t.emitEvent(n,s),n.isStop)return!0}return!1}function yl(t,e){return e&&e.has(t)}const ml={getData(t){const e=t[0],i=t[1],s=D.getCenter(e.from,i.from),n=D.getCenter(e.to,i.to),o={x:n.x-s.x,y:n.y-s.y},r=D.getDistance(e.from,i.from);return{move:o,scale:D.getDistance(e.to,i.to)/r,angle:D.getRotation(e.from,i.from,e.to,i.to),center:n}}},vl={wheel:{zoomSpeed:.5,moveSpeed:.5,rotateSpeed:.5,delta:{x:20,y:8},preventDefault:!0},pointer:{hitRadius:5,tapTime:120,longPressTime:800,transformTime:500,hover:!0,dragHover:!0,dragDistance:2,swipeDistance:20,preventDefaultMenu:!0},touch:{preventDefault:!0},cursor:!0,keyEvent:!0},{pathHasEventType:wl,getMoveEventData:xl,getZoomEventData:bl,getRotateEventData:El,pathCanDrag:kl,pathHasOutside:Bl}=rl;class Ll{get dragging(){return this.dragger.dragging}get transforming(){return this.transformer.transforming}get moveMode(){return!0===this.config.move.drag||this.isHoldSpaceKey||this.isHoldMiddleKey||this.isHoldRightKey&&this.dragger.moving||this.isDragEmpty}get canHover(){return this.config.pointer.hover&&!this.config.mobile}get isDragEmpty(){return this.config.move.dragEmpty&&this.isRootPath(this.hoverData)&&(!this.downData||this.isRootPath(this.downData))}get isMobileDragEmpty(){return this.config.move.dragEmpty&&!this.canHover&&this.downData&&this.isTreePath(this.downData)}get isHoldMiddleKey(){return this.config.move.holdMiddleKey&&this.downData&&Zh.middle(this.downData)}get isHoldRightKey(){return this.config.move.holdRightKey&&this.downData&&Zh.right(this.downData)}get isHoldSpaceKey(){return this.config.move.holdSpaceKey&&jh.isHoldSpaceKey()}get hitRadius(){return this.config.pointer.hitRadius}constructor(t,e,i,s){this.config=Dt.clone(vl),this.tapCount=0,this.downKeyMap={},this.target=t,this.canvas=e,this.selector=i,this.defaultPath=new Vr(t),this.transformer=new ol(this),this.dragger=new ul(this),s&&(this.config=Dt.default(s,this.config)),this.__listenEvents()}start(){this.running=!0}stop(){this.running=!1}receive(t){}pointerDown(e,i){e||(e=this.hoverData),e&&(Zh.defaultLeft(e),this.updateDownData(e),this.checkPath(e,i),this.downTime=Date.now(),this.emit(t.PointerEvent.BEFORE_DOWN,e),this.emit(t.PointerEvent.DOWN,e),Zh.left(e)&&(this.tapWait(),this.longPressWait(e)),this.waitMenuTap=Zh.right(e),this.dragger.setDragData(e),this.isHoldRightKey||this.updateCursor(e))}pointerMove(t){if(t||(t=this.hoverData),!t)return;const{downData:e}=this;e&&Zh.defaultLeft(t);(this.canvas.bounds.hitPoint(t)||e)&&(this.pointerMoveReal(t),e&&this.dragger.checkDragOut(t))}pointerMoveReal(e){const{dragHover:i,dragDistance:s}=this.config.pointer;if(this.emit(t.PointerEvent.BEFORE_MOVE,e,this.defaultPath),this.downData){const t=D.getDistance(this.downData,e)>s;t&&(this.waitTap&&this.pointerWaitCancel(),this.waitMenuTap=!1),this.dragger.checkDrag(e,t)}this.dragger.moving||(this.updateHoverData(e),this.checkPath(e),this.emit(t.PointerEvent.MOVE,e),this.dragging&&!i||this.pointerHover(e),this.dragger.dragging&&(this.dragger.dragOverOrOut(e),this.dragger.dragEnterOrLeave(e))),this.updateCursor(this.downData||e)}pointerUp(e){const{downData:i}=this;if(e||(e=i),!i)return;Zh.defaultLeft(e),e.multiTouch=i.multiTouch,this.findPath(e);const s=Object.assign(Object.assign({},e),{path:e.path.clone()});e.path.addList(i.path.list),this.checkPath(e),this.downData=null,this.emit(t.PointerEvent.BEFORE_UP,e),this.emit(t.PointerEvent.UP,e),this.touchLeave(e),e.isCancel||(this.tap(e),this.menuTap(e)),this.dragger.dragEnd(e),this.updateCursor(s)}pointerCancel(){const t=Object.assign({},this.dragger.dragData);t.isCancel=!0,this.pointerUp(t)}multiTouch(t,e){const{move:i,angle:s,scale:n,center:o}=ml.getData(e);this.rotate(El(o,s,t)),this.zoom(bl(o,n,t)),this.move(xl(o,i,t))}menu(e){this.findPath(e),this.emit(t.PointerEvent.MENU,e)}menuTap(e){this.waitMenuTap&&this.emit(t.PointerEvent.MENU_TAP,e)}move(t){this.transformer.move(t)}zoom(t){this.transformer.zoom(t)}rotate(t){this.transformer.rotate(t)}transformEnd(){this.transformer.transformEnd()}keyDown(e){if(!this.config.keyEvent)return;const{code:i}=e;this.downKeyMap[i]||(this.downKeyMap[i]=!0,jh.setDownCode(i),this.emit(t.KeyEvent.HOLD,e,this.defaultPath),this.moveMode&&(this.cancelHover(),this.updateCursor())),this.emit(t.KeyEvent.DOWN,e,this.defaultPath)}keyUp(e){if(!this.config.keyEvent)return;const{code:i}=e;this.downKeyMap[i]=!1,jh.setUpCode(i),this.emit(t.KeyEvent.UP,e,this.defaultPath),"grab"===this.cursor&&this.updateCursor()}pointerHover(t){this.canHover&&(this.pointerOverOrOut(t),this.pointerEnterOrLeave(t))}pointerOverOrOut(e){const{path:i}=e,{overPath:s}=this;this.overPath=i,s?i.indexAt(0)!==s.indexAt(0)&&(this.emit(t.PointerEvent.OUT,e,s),this.emit(t.PointerEvent.OVER,e,i)):this.emit(t.PointerEvent.OVER,e,i)}pointerEnterOrLeave(e){let{path:i}=e;this.downData&&!this.moveMode&&(i=i.clone(),this.downData.path.forEach((t=>i.add(t))));const{enterPath:s}=this;this.enterPath=i,this.emit(t.PointerEvent.LEAVE,e,s,i),this.emit(t.PointerEvent.ENTER,e,i,s)}touchLeave(e){"touch"===e.pointerType&&this.enterPath&&(this.emit(t.PointerEvent.LEAVE,e),this.dragger.dragging&&this.emit(t.DropEvent.LEAVE,e))}tap(e){const{pointer:i}=this.config,s=this.longTap(e);if(!i.tapMore&&s)return;if(!this.waitTap)return;i.tapMore&&this.emitTap(e);const n=Date.now()-this.downTime,o=[t.PointerEvent.DOUBLE_TAP,t.PointerEvent.DOUBLE_CLICK].some((t=>wl(e.path,t)));n<i.tapTime+50&&o?(this.tapCount++,2===this.tapCount?(this.tapWaitCancel(),this.emitDoubleTap(e)):(clearTimeout(this.tapTimer),this.tapTimer=setTimeout((()=>{i.tapMore||(this.tapWaitCancel(),this.emitTap(e))}),i.tapTime))):i.tapMore||(this.tapWaitCancel(),this.emitTap(e))}findPath(t,e){const{hitRadius:i,through:s}=this.config.pointer,{bottomList:n}=this,o=this.selector.getByPoint(t,i,Object.assign({bottomList:n,name:t.type},e||{through:s}));return o.throughPath&&(t.throughPath=o.throughPath),t.path=o.path,o.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&&!Bl(t.path))&&(t.path=this.defaultPath)}canMove(t){return t&&(this.moveMode||"auto"===this.config.move.drag&&!kl(t.path))&&!Bl(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(e){e||(e=this.hoverData),e&&(this.findPath(e,{exclude:this.dragger.getList(),name:t.PointerEvent.MOVE}),this.hoverData=e)}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);return{x:t.clientX-i.x,y:t.clientY-i.y}}emitTap(e){this.emit(t.PointerEvent.TAP,e),this.emit(t.PointerEvent.CLICK,e)}emitDoubleTap(e){this.emit(t.PointerEvent.DOUBLE_TAP,e),this.emit(t.PointerEvent.DOUBLE_CLICK,e)}pointerWaitCancel(){this.tapWaitCancel(),this.longPressWaitCancel()}tapWait(){clearTimeout(this.tapTimer),this.waitTap=!0}tapWaitCancel(){clearTimeout(this.tapTimer),this.waitTap=!1,this.tapCount=0}longPressWait(e){clearTimeout(this.longPressTimer),this.longPressTimer=setTimeout((()=>{this.longPressed=!0,this.emit(t.PointerEvent.LONG_PRESS,e)}),this.config.pointer.longPressTime)}longTap(e){let i;return this.longPressed&&(this.emit(t.PointerEvent.LONG_TAP,e),(wl(e.path,t.PointerEvent.LONG_TAP)||wl(e.path,t.PointerEvent.LONG_PRESS))&&(i=!0)),this.longPressWaitCancel(),i}longPressWaitCancel(){clearTimeout(this.longPressTimer),this.longPressed=!1}__onResize(){this.shrinkCanvasBounds=new lt(this.canvas.bounds),this.shrinkCanvasBounds.spread(-2)}__listenEvents(){const{target:t}=this;this.__eventIds=[t.on_(No.RESIZE,this.__onResize,this)],t.once(jo.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],fl(n,t,e,!0,s))return;n.isApp&&gl(n,t,e,!0,s)}for(let o=0,r=i.length;o<r;o++)if(n=i.list[o],n.isApp&&gl(n,t,e,!1,s),fl(n,t,e,!1,s))return}catch(t){_l.error(t)}}(t,e,i,s)}destroy(){this.__eventIds.length&&(this.stop(),this.__removeListenEvents(),this.dragger.destroy(),this.transformer.destroy(),this.downData=this.overPath=this.enterPath=null)}}class Rl{static set(t,e){this.custom[t]=e}static get(t){return this.custom[t]}}Rl.custom={};class Tl extends Ot{constructor(){super(...arguments),this.maxTotal=1e3,this.pathList=new Vr,this.pixelList=new Vr}getPixelType(t,e){return this.__autoClear(),this.pixelList.add(t),i.hitCanvas(e)}getPathType(t){return this.__autoClear(),this.pathList.add(t),i.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:Pl,copy:Cl,setRadius:Sl}=D,Ol={},Dl=t.Leaf.prototype;Dl.__hitWorld=function(t){if(!this.__.hitSelf)return!1;this.__.hitRadius&&(Cl(Ol,t),Sl(t=Ol,this.__.hitRadius)),Pl(t,this.__world,Ol);const{width:e,height:i}=this.__world,s=e<10&&i<10;if(this.__.hitBox||s){if(ot.hitRadiusPoint(this.__layout.boxBounds,Ol))return!0;if(s)return!1}return!this.__layout.hitCanvasChanged&&this.__hitCanvas||(this.__updateHitCanvas(),this.__layout.boundsChanged||(this.__layout.hitCanvasChanged=!1)),this.__hit(Ol)},Dl.__hitFill=function(t){var e;return null===(e=this.__hitCanvas)||void 0===e?void 0:e.hitFill(t,this.__.windingRule)},Dl.__hitStroke=function(t,e){var i;return null===(i=this.__hitCanvas)||void 0===i?void 0:i.hitStroke(t,e)},Dl.__hitPixel=function(t){var e;return null===(e=this.__hitCanvas)||void 0===e?void 0:e.hitPixel(t,this.__layout.renderBounds,this.__hitCanvas.hitScale)},Dl.__drawHitPath=function(t){t&&this.__drawRenderPath(t)};const Il=new U,Ml=t.UI.prototype;Ml.__updateHitCanvas=function(){const t=this.__,{hitCanvasManager:i}=this.leafer,s=(t.__pixelFill||t.__isCanvas)&&"pixel"===t.hitFill,n=t.__pixelStroke&&"pixel"===t.hitStroke,o=s||n;this.__hitCanvas||(this.__hitCanvas=o?i.getPixelType(this,{contextSettings:{willReadFrequently:!0}}):i.getPathType(this));const r=this.__hitCanvas;if(o){const{renderBounds:i}=this.__layout,o=e.image.hitCanvasSize,a=r.hitScale=dt.set(0,0,o,o).getFitMatrix(i,.5).a,{x:h,y:l,width:d,height:c}=dt.set(i).scale(a);r.resize({width:d,height:c,pixelRatio:1}),r.clear(),cn.patternLocked=!0,this.__renderShape(r,{matrix:Il.setWith(this.__world).scaleWith(1/a).invertWith().translate(-h,-l)},!s,!n),cn.patternLocked=!1,r.resetTransform(),t.__isHitPixel=!0}else t.__isHitPixel&&(t.__isHitPixel=!1);this.__drawHitPath(r),r.setStrokeOptions(t)},Ml.__hit=function(t){"miniapp"===e.name&&this.__drawHitPath(this.__hitCanvas);const i=this.__;if(i.__isHitPixel&&this.__hitPixel(t))return!0;const{hitFill:s}=i,n=(i.fill||i.__isCanvas)&&("path"===s||"pixel"===s&&!(i.__pixelFill||i.__isCanvas))||"all"===s;if(n&&this.__hitFill(t))return!0;const{hitStroke:o,__strokeWidth:r}=i,a=i.stroke&&("path"===o||"pixel"===o&&!i.__pixelStroke)||"all"===o;if(!n&&!a)return!1;const h=2*t.radiusX;let l=h;if(a)switch(i.strokeAlign){case"inside":if(l+=2*r,!n&&this.__hitFill(t)&&this.__hitStroke(t,l))return!0;l=h;break;case"center":l+=r;break;case"outside":if(l+=2*r,!n){if(!this.__hitFill(t)&&this.__hitStroke(t,l))return!0;l=h}}return!!l&&this.__hitStroke(t,l)};const Al=new t.UI,Wl=t.Rect.prototype;Wl.__updateHitCanvas=function(){this.stroke||this.cornerRadius||(this.fill||this.__.__isCanvas)&&"pixel"===this.hitFill||"all"===this.hitStroke?Al.__updateHitCanvas.call(this):this.__hitCanvas&&(this.__hitCanvas=null)},Wl.__hitFill=function(t){return this.__hitCanvas?Al.__hitFill.call(this,t):ot.hitRadiusPoint(this.__layout.boxBounds,t)};const Fl=t.UI.prototype,zl=t.Group.prototype;Fl.find=function(t,e){return this.leafer?this.leafer.selector.getBy(t,this,!1,e):[]},Fl.findOne=function(t,e){return this.leafer?this.leafer.selector.getBy(t,this,!0,e):null},zl.pick=function(t,e){return this.__layout.update(),e||(e={}),this.leafer?this.leafer.selector.getByPoint(t,e.hitRadius||0,Object.assign(Object.assign({},e),{target:this})):null};const Ul=jt.prototype;function Hl(t,e){let i;const{rows:s,decorationY:n,decorationHeight:o}=t.__.__textDrawData;for(let t=0,r=s.length;t<r;t++)i=s[t],i.text?e.fillText(i.text,i.x,i.y):i.data&&i.data.forEach((t=>{e.fillText(t.char,t.x,i.y)})),n&&e.fillRect(i.x,i.y+n,i.width,o)}function Nl(t,e,i){const{strokeAlign:s}=e.__,n="string"!=typeof t;switch(s){case"center":i.setStroke(n?void 0:t,e.__.strokeWidth,e.__),n?Vl(t,!0,e,i):Xl(e,i);break;case"inside":Yl("inside",t,n,e,i);break;case"outside":Yl("outside",t,n,e,i)}}function Yl(t,e,i,s,n){const{__strokeWidth:o,__font:r}=s.__,a=n.getSameCanvas(!0,!0);a.setStroke(i?void 0:e,2*o,s.__),a.font=r,i?Vl(e,!0,s,a):Xl(s,a),a.blendMode="outside"===t?"destination-out":"destination-in",Hl(s,a),a.blendMode="normal",s.__worldFlipped?n.copyWorldByReset(a,s.__nowWorld):n.copyWorldToInner(a,s.__nowWorld,s.__layout.renderBounds),a.recycle(s.__nowWorld)}function Xl(t,e){let i;const{rows:s,decorationY:n,decorationHeight:o}=t.__.__textDrawData;for(let t=0,r=s.length;t<r;t++)i=s[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)})),n&&e.strokeRect(i.x,i.y+n,i.width,o)}function Vl(t,e,i,s){let n;for(let o=0,r=t.length;o<r;o++)n=t[o],n.image&&Ba.checkImage(i,s,n,!1)||n.style&&(s.strokeStyle=n.style,n.blendMode?(s.saveBlendMode(n.blendMode),e?Xl(i,s):s.stroke(),s.restoreBlendMode()):e?Xl(i,s):s.stroke())}Ul.hitFill=function(t,e){return e?this.context.isPointInPath(t.x,t.y,e):this.context.isPointInPath(t.x,t.y)},Ul.hitStroke=function(t,e){return this.strokeWidth=e,this.context.isPointInStroke(t.x,t.y)},Ul.hitPixel=function(t,e,i=1){let{x:s,y:n,radiusX:o,radiusY:r}=t;e&&(s-=e.x,n-=e.y),dt.set(s-o,n-r,2*o,2*r).scale(i).ceil();const{data:a}=this.context.getImageData(dt.x,dt.y,dt.width||1,dt.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:Gl,getOuterOf:jl,getByMove:Zl,getIntersectData:Kl}=ot;let ql;function Jl(t,e,i){if("object"!=typeof e||!1===e.visible||0===e.opacity)return;const{boxBounds:s}=i.__layout;switch(e.type){case"solid":let{type:n,blendMode:o,color:r,opacity:a}=e;return{type:n,blendMode:o,style:ba.string(r,a)};case"image":return Ba.image(i,t,e,s,!ql||!ql[e.url]);case"linear":return La.linearGradient(e,s);case"radial":return La.radialGradient(e,s);case"angular":return La.conicGradient(e,s);default:return void 0!==e.r?{type:"solid",style:ba.string(e)}:void 0}}const $l={compute:function(t,e){const i=e.__,s=[];let n,o=i.__input[t];o instanceof Array||(o=[o]),ql=Ba.recycleImage(t,i);for(let i,n=0,r=o.length;n<r;n++)i=Jl(t,o[n],e),i&&s.push(i);i["_"+t]=s.length?s:void 0,s.length&&s[0].image&&(n=s[0].image.hasOpacityPixel),"fill"===t?i.__pixelFill=n:i.__pixelStroke=n},fill:function(t,e,i){i.fillStyle=t,e.__.__font?Hl(e,i):e.__.windingRule?i.fill(e.__.windingRule):i.fill()},fills:function(t,e,i){let s;const{windingRule:n,__font:o}=e.__;for(let r=0,a=t.length;r<a;r++)s=t[r],s.image&&Ba.checkImage(e,i,s,!o)||s.style&&(i.fillStyle=s.style,s.transform?(i.save(),i.transform(s.transform),s.blendMode&&(i.blendMode=s.blendMode),o?Hl(e,i):n?i.fill(n):i.fill(),i.restore()):s.blendMode?(i.saveBlendMode(s.blendMode),o?Hl(e,i):n?i.fill(n):i.fill(),i.restoreBlendMode()):o?Hl(e,i):n?i.fill(n):i.fill())},fillText:Hl,stroke:function(t,e,i){const s=e.__,{__strokeWidth:n,strokeAlign:o,__font:r}=s;if(n)if(r)Nl(t,e,i);else switch(o){case"center":i.setStroke(t,n,s),i.stroke();break;case"inside":i.save(),i.setStroke(t,2*n,s),s.windingRule?i.clip(s.windingRule):i.clip(),i.stroke(),i.restore();break;case"outside":const o=i.getSameCanvas(!0,!0);o.setStroke(t,2*n,s),e.__drawRenderPath(o),o.stroke(),s.windingRule?o.clip(s.windingRule):o.clip(),o.clearWorld(e.__layout.renderBounds),e.__worldFlipped?i.copyWorldByReset(o,e.__nowWorld):i.copyWorldToInner(o,e.__nowWorld,e.__layout.renderBounds),o.recycle(e.__nowWorld)}},strokes:function(t,e,i){const s=e.__,{__strokeWidth:n,strokeAlign:o,__font:r}=s;if(n)if(r)Nl(t,e,i);else switch(o){case"center":i.setStroke(void 0,n,s),Vl(t,!1,e,i);break;case"inside":i.save(),i.setStroke(void 0,2*n,s),s.windingRule?i.clip(s.windingRule):i.clip(),Vl(t,!1,e,i),i.restore();break;case"outside":const{renderBounds:o}=e.__layout,r=i.getSameCanvas(!0,!0);e.__drawRenderPath(r),r.setStroke(void 0,2*n,s),Vl(t,!1,e,r),s.windingRule?r.clip(s.windingRule):r.clip(),r.clearWorld(o),e.__worldFlipped?i.copyWorldByReset(r,e.__nowWorld):i.copyWorldToInner(r,e.__nowWorld,o),r.recycle(e.__nowWorld)}},strokeText:Nl,drawTextStroke:Xl,shape:function(t,e,i){const s=e.getSameCanvas(),n=t.__nowWorld;let o,r,a,h,{scaleX:l,scaleY:d}=n;if(l<0&&(l=-l),d<0&&(d=-d),e.bounds.includes(n))h=s,o=a=n;else{const{renderShapeSpread:s}=t.__layout,c=Kl(s?Gl(e.bounds,l===d?s*l:[s*d,s*l]):e.bounds,n);r=e.bounds.getFitMatrix(c);let{a:u,d:_}=r;if(r.a<1&&(h=e.getSameCanvas(),t.__renderShape(h,i),l*=u,d*=_),a=jl(n,r),o=Zl(a,-r.e,-r.f),i.matrix){const{matrix:t}=i;r.multiply(t),u*=t.scaleX,_*=t.scaleY}i=Object.assign(Object.assign({},i),{matrix:r.withScale(u,_)})}return t.__renderShape(s,i),{canvas:s,matrix:r,bounds:o,worldCanvas:h,shapeBounds:a,scaleX:l,scaleY:d}}};let Ql={};const{get:td,rotateOfOuter:ed,translate:id,scaleOfOuter:sd,scale:nd,rotate:od}=b;function rd(t,e,i,s,n,o,r){const a=td();id(a,e.x+i,e.y+s),nd(a,n,o),r&&ed(a,{x:e.x+e.width/2,y:e.y+e.height/2},r),t.transform=a}function ad(t,e,i,s,n,o,r){const a=td();id(a,e.x+i,e.y+s),n&&nd(a,n,o),r&&od(a,r),t.transform=a}function hd(t,e,i,s,n,o,r,a,h,l){const d=td();if(h)if("center"===l)ed(d,{x:i/2,y:s/2},h);else switch(od(d,h),h){case 90:id(d,s,0);break;case 180:id(d,i,s);break;case 270:id(d,0,i)}Ql.x=e.x+n,Ql.y=e.y+o,id(d,Ql.x,Ql.y),r&&sd(d,Ql,r,a),t.transform=d}const{get:ld,translate:dd}=b,cd=new lt,ud={},_d={};function pd(t,e,i,s){const{blendMode:n,sync:o}=i;n&&(t.blendMode=n),o&&(t.sync=o),t.data=gd(i,s,e)}function gd(t,e,i){let{width:s,height:n}=i;t.padding&&(e=cd.set(e).shrink(t.padding));const{opacity:o,mode:r,align:a,offset:l,scale:d,size:c,rotation:u,repeat:_}=t,p=e.width===s&&e.height===n,g={mode:r},f="center"!==a&&(u||0)%180==90,y=f?n:s,m=f?s:n;let v,w,x=0,b=0;if(r&&"cover"!==r&&"fit"!==r)(d||c)&&(h.getScaleData(d,c,i,_d),v=_d.scaleX,w=_d.scaleY);else if(!p||u){const t=e.width/y,i=e.height/m;v=w="fit"===r?Math.min(t,i):Math.max(t,i),x+=(e.width-s*v)/2,b+=(e.height-n*w)/2}if(a){const t={x:x,y:b,width:y,height:m};v&&(t.width*=v,t.height*=w),mt.toPoint(a,t,e,ud,!0),x+=ud.x,b+=ud.y}switch(l&&(x+=l.x,b+=l.y),r){case"strench":p||(s=e.width,n=e.height);break;case"normal":case"clip":(x||b||v||u)&&ad(g,e,x,b,v,w,u);break;case"repeat":(!p||v||u)&&hd(g,e,s,n,x,b,v,w,u,a),_||(g.repeat="repeat");break;default:v&&rd(g,e,x,b,v,w,u)}return g.transform||(e.x||e.y)&&(g.transform=ld(),dd(g.transform,e.x,e.y)),v&&"strench"!==r&&(g.scaleX=v,g.scaleY=w),g.width=s,g.height=n,o&&(g.opacity=o),_&&(g.repeat="string"==typeof _?"x"===_?"repeat-x":"repeat-y":"repeat"),g}let fd,yd=new lt;const{isSame:md}=ot;function vd(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||pd(n,s,i,o),!0}function wd(t,e){Ed(t,Ho.LOAD,e)}function xd(t,e){Ed(t,Ho.LOADED,e)}function bd(t,e,i){e.error=i,t.forceUpdate("surface"),Ed(t,Ho.ERROR,e)}function Ed(t,e,i){t.hasEvent(e)&&t.emitEvent(new Ho(e,i))}function kd(t,e){const{leafer:i}=t;i&&i.viewReady&&(i.renderer.ignore=e)}const{get:Bd,scale:Ld,copy:Rd}=b,{ceil:Td,abs:Pd}=Math;function Cd(t,i,s){let{scaleX:n,scaleY:o}=cn.patternLocked?t.__world:t.__nowWorld;const r=n+"-"+o;if(i.patternId===r||t.destroyed)return!1;{n=Pd(n),o=Pd(o);const{image:t,data:a}=i;let h,l,{width:d,height:c,scaleX:u,scaleY:_,opacity:p,transform:g,repeat:f}=a;u&&(l=Bd(),Rd(l,g),Ld(l,1/u,1/_),n*=u,o*=_),n*=s,o*=s,d*=n,c*=o;const y=d*c;if(!f&&y>e.image.maxCacheSize)return!1;let m=e.image.maxPatternSize;if(!t.isSVG){const e=t.width*t.height;m>e&&(m=e)}y>m&&(h=Math.sqrt(y/m)),h&&(n/=h,o/=h,d/=h,c/=h),u&&(n/=u,o/=_),(g||1!==n||1!==o)&&(l||(l=Bd(),g&&Rd(l,g)),Ld(l,1/n,1/o));const v=t.getCanvas(Td(d)||1,Td(c)||1,p),w=t.getPattern(v,f||e.origin.noRepeat||"no-repeat",l,i);return i.style=w,i.patternId=r,!0}}const{abs:Sd}=Math;const Od={image:function(t,e,i,s,n){let o,r;const a=cn.get(i);return fd&&i===fd.paint&&md(s,fd.boxBounds)?o=fd.leafPaint:(o={type:i.type,image:a},fd=a.use>1?{leafPaint:o,paint:i,boxBounds:yd.set(s)}:null),(n||a.loading)&&(r={image:a,attrName:e,attrValue:i}),a.ready?(vd(t,e,i,a,o,s),n&&(wd(t,r),xd(t,r))):a.error?n&&bd(t,r,a.error):(kd(t,!0),n&&wd(t,r),o.loadId=a.load((()=>{kd(t,!1),t.destroyed||(vd(t,e,i,a,o,s)&&(a.hasOpacityPixel&&(t.__layout.hitCanvasChanged=!0),t.forceUpdate("surface")),xd(t,r)),o.loadId=null}),(e=>{kd(t,!1),bd(t,r,e),o.loadId=null}))),o},checkImage:function(t,i,s,n){const{scaleX:o,scaleY:r}=cn.patternLocked?t.__world:t.__nowWorld;if(!s.data||s.patternId===o+"-"+r&&!Ta.running)return!1;{const{data:a}=s;if(n)if(a.repeat)n=!1;else{let{width:t,height:s}=a;t*=Sd(o)*i.pixelRatio,s*=Sd(r)*i.pixelRatio,a.scaleX&&(t*=a.scaleX,s*=a.scaleY),n=t*s>e.image.maxCacheSize||Ta.running}return n?(i.save(),i.clip(),s.blendMode&&(i.blendMode=s.blendMode),a.opacity&&(i.opacity*=a.opacity),a.transform&&i.transform(a.transform),i.drawImage(s.image.view,0,0,a.width,a.height),i.restore(),!0):(!s.style||s.sync||Ta.running?Cd(t,s,i.pixelRatio):s.patternTask||(s.patternTask=cn.patternTasker.add((()=>Ft(this,void 0,void 0,(function*(){s.patternTask=null,i.bounds.hit(t.__nowWorld)&&Cd(t,s,i.pixelRatio),t.forceUpdate("surface")}))),300)),!1)}},createPattern:Cd,recycleImage:function(t,e){const i=e["_"+t];if(i instanceof Array){let s,n,o,r;for(let a=0,h=i.length;a<h;a++)s=i[a].image,r=s&&s.url,r&&(n||(n={}),n[r]=!0,cn.recycle(s),s.loading&&(o||(o=e.__input&&e.__input[t]||[],o instanceof Array||(o=[o])),s.unload(i[a].loadId,!o.some((t=>t.url===r)))));return n}return null},createData:pd,getPatternData:gd,fillOrFitMode:rd,clipMode:ad,repeatMode:hd},{toPoint:Dd}=gt,Id={},Md={};function Ad(t,e,i){let s;for(let n=0,o=e.length;n<o;n++)s=e[n],"string"==typeof s?t.addColorStop(n/(o-1),ba.string(s,i)):t.addColorStop(s.offset,ba.string(s.color,i))}const{getAngle:Wd,getDistance:Fd}=D,{get:zd,rotateOfOuter:Ud,scaleOfOuter:Hd}=b,{toPoint:Nd}=gt,Yd={},Xd={};function Vd(t,e,i,s,n){let o;const{width:r,height:a}=t;if(r!==a||s){const t=Wd(e,i);o=zd(),n?(Hd(o,e,r/a*(s||1),1),Ud(o,e,t+90)):(Hd(o,e,1,r/a*(s||1)),Ud(o,e,t))}return o}const{getDistance:Gd}=D,{toPoint:jd}=gt,Zd={},Kd={};const qd={linearGradient:function(t,i){let{from:s,to:n,type:o,blendMode:r,opacity:a}=t;Dd(s||"top",i,Id),Dd(n||"bottom",i,Md);const h=e.canvas.createLinearGradient(Id.x,Id.y,Md.x,Md.y);Ad(h,t.stops,a);const l={type:o,style:h};return r&&(l.blendMode=r),l},radialGradient:function(t,i){let{from:s,to:n,type:o,opacity:r,blendMode:a,stretch:h}=t;Nd(s||"center",i,Yd),Nd(n||"bottom",i,Xd);const l=e.canvas.createRadialGradient(Yd.x,Yd.y,0,Yd.x,Yd.y,Fd(Yd,Xd));Ad(l,t.stops,r);const d={type:o,style:l},c=Vd(i,Yd,Xd,h,!0);return c&&(d.transform=c),a&&(d.blendMode=a),d},conicGradient:function(t,i){let{from:s,to:n,type:o,opacity:r,blendMode:a,stretch:h}=t;jd(s||"center",i,Zd),jd(n||"bottom",i,Kd);const l=e.conicGradientSupport?e.canvas.createConicGradient(0,Zd.x,Zd.y):e.canvas.createRadialGradient(Zd.x,Zd.y,0,Zd.x,Zd.y,Gd(Zd,Kd));Ad(l,t.stops,r);const d={type:o,style:l},c=Vd(i,Zd,Kd,h||1,e.conicGradientRotate90);return c&&(d.transform=c),a&&(d.blendMode=a),d},getTransform:Vd},{copy:Jd,toOffsetOutBounds:$d}=ot,Qd={},tc={};function ec(t,i,s,n){const{bounds:o,shapeBounds:r}=n;if(e.fullImageShadow){if(Jd(Qd,t.bounds),Qd.x+=i.x-r.x,Qd.y+=i.y-r.y,s){const{matrix:t}=n;Qd.x-=(o.x+(t?t.e:0)+o.width/2)*(s-1),Qd.y-=(o.y+(t?t.f:0)+o.height/2)*(s-1),Qd.width*=s,Qd.height*=s}t.copyWorld(n.canvas,t.bounds,Qd)}else s&&(Jd(Qd,i),Qd.x-=i.width/2*(s-1),Qd.y-=i.height/2*(s-1),Qd.width*=s,Qd.height*=s),t.copyWorld(n.canvas,r,s?Qd:i)}const{toOffsetOutBounds:ic}=ot,sc={};const nc={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;$d(l,tc),a.forEach(((a,g)=>{_.setWorldShadow(tc.offsetX+a.x*c,tc.offsetY+a.y*u,a.blur*c,a.color),n=a.spread?1+2*a.spread/(r.boxBounds.width+2*(r.strokeBoxSpread||0)):0,ec(_,tc,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")),t.__worldFlipped?e.copyWorldByReset(_,s,o,a.blendMode):e.copyWorldToInner(_,s,r.renderBounds,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;ic(l,sc),a.forEach(((a,g)=>{_.save(),_.setWorldShadow(sc.offsetX+a.x*c,sc.offsetY+a.y*u,a.blur*c),n=a.spread?1-2*a.spread/(r.boxBounds.width+2*(r.strokeBoxSpread||0)):0,ec(_,sc,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,a.color,"source-in"),t.__worldFlipped?e.copyWorldByReset(_,s,o,a.blendMode):e.copyWorldToInner(_,s,r.renderBounds,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:oc}=vo;function rc(t,e,i,s,n,o){switch(e){case"alpha":!function(t,e,i,s){const n=t.__nowWorld;i.resetTransform(),i.opacity=1,i.useMask(s,n),s.recycle(n),hc(t,e,i,1)}(t,i,s,n);break;case"opacity-path":hc(t,i,s,o);break;case"path":i.restore()}}function ac(t){return t.getSameCanvas(!1,!0)}function hc(t,e,i,s){const n=t.__nowWorld;e.resetTransform(),e.opacity=s,e.copyWorld(i,n),i.recycle(n)}t.Group.prototype.__renderMask=function(t,e){let i,s,n,o,r;const{children:a}=this;for(let h=0,l=a.length;h<l;h++)i=a[h],i.__.mask&&(r&&(rc(this,r,t,n,s,o),s=n=null),"path"===i.__.mask?(i.opacity<1?(r="opacity-path",o=i.opacity,n||(n=ac(t))):(r="path",t.save()),i.__clip(n||t,e)):(r="alpha",s||(s=ac(t)),n||(n=ac(t)),i.__render(s,e)),"clipping"!==i.__.mask)||oc(i,e)||i.__render(n||t,e);rc(this,r,t,n,s,o)};const lc=">)]}%!?,.:;'\"》)」〉』〗】〕}┐>’”!?,、。:;‰",dc=lc+"_#~&*+\\=|≮≯≈≠=…",cc=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 uc(t){const e={};return t.split("").forEach((t=>e[t]=!0)),e}const _c=uc("ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz"),pc=uc("{[(<'\"《(「〈『〖【〔{┌<‘“=¥¥$€££¢¢"),gc=uc(lc),fc=uc(dc),yc=uc("- —/~|┆·");var mc;!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"}(mc||(mc={}));const{Letter:vc,Single:wc,Before:xc,After:bc,Symbol:Ec,Break:kc}=mc;function Bc(t){return _c[t]?vc:yc[t]?kc:pc[t]?xc:gc[t]?bc:fc[t]?Ec:cc.test(t)?wc:vc}const Lc={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 Rc(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:Tc}=Lc,{Letter:Pc,Single:Cc,Before:Sc,After:Oc,Symbol:Dc,Break:Ic}=mc;let Mc,Ac,Wc,Fc,zc,Uc,Hc,Nc,Yc,Xc,Vc,Gc,jc,Zc,Kc,qc,Jc=[];function $c(t,e){Yc&&!Nc&&(Nc=Yc),Mc.data.push({char:t,width:e}),Wc+=e}function Qc(){Fc+=Wc,Mc.width=Wc,Ac.words.push(Mc),Mc={data:[]},Wc=0}function tu(){Zc&&(Kc.paraNumber++,Ac.paraStart=!0,Zc=!1),Yc&&(Ac.startCharSize=Nc,Ac.endCharSize=Yc,Nc=0),Ac.width=Fc,qc.width&&Tc(Ac),Jc.push(Ac),Ac={words:[]},Fc=0}const eu=0,iu=1,su=2;const{top:nu,right:ou,bottom:ru,left:au}=t.Direction4;function hu(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 lu={getDrawData:function(t,i){"string"!=typeof t&&(t=String(t));let s=0,n=0,o=i.__getInput("width")||0,r=i.__getInput("height")||0;const{textDecoration:a,__font:h,__padding:l}=i;l&&(o&&(s=l[au],o-=l[ou]+l[au]),r&&(n=l[nu],r-=l[nu]+l[ru]));const d={bounds:{x:s,y:n,width:o,height:r},rows:[],paraNumber:0,font:e.canvas.font=h};return function(t,i,s){Kc=t,Jc=t.rows,qc=t.bounds;const{__letterSpacing:n,paraIndent:o,textCase:r}=s,{canvas:a}=e,{width:h,height:l}=qc;if(h||l||n||"none"!==r){const t="none"!==s.textWrap,e="break"===s.textWrap;Zc=!0,Vc=null,Nc=Hc=Yc=Wc=Fc=0,Mc={data:[]},Ac={words:[]};for(let s=0,l=i.length;s<l;s++)Uc=i[s],"\n"===Uc?(Wc&&Qc(),Ac.paraEnd=!0,tu(),Zc=!0):(Xc=Bc(Uc),Xc===Pc&&"none"!==r&&(Uc=Rc(Uc,r,!Wc)),Hc=a.measureText(Uc).width,n&&(n<0&&(Yc=Hc),Hc+=n),Gc=Xc===Cc&&(Vc===Cc||Vc===Pc)||Vc===Cc&&Xc!==Oc,jc=!(Xc!==Sc&&Xc!==Cc||Vc!==Dc&&Vc!==Oc),zc=Zc&&o?h-o:h,t&&h&&Fc+Wc+Hc>zc&&(e?(Wc&&Qc(),Fc&&tu()):(jc||(jc=Xc===Pc&&Vc==Oc),Gc||jc||Xc===Ic||Xc===Sc||Xc===Cc||Wc+Hc>zc?(Wc&&Qc(),Fc&&tu()):Fc&&tu()))," "===Uc&&!0!==Zc&&Fc+Wc===0||(Xc===Ic?(" "===Uc&&Wc&&Qc(),$c(Uc,Hc),Qc()):Gc||jc?(Wc&&Qc(),$c(Uc,Hc)):$c(Uc,Hc)),Vc=Xc);Wc&&Qc(),Fc&&tu(),Jc.length>0&&(Jc[Jc.length-1].paraEnd=!0)}else i.split("\n").forEach((t=>{Kc.paraNumber++,Jc.push({x:o||0,text:t,width:a.measureText(t).width,paraStart:!0})}))}(d,t,i),l&&function(t,e,i,s,n){if(!s)switch(i.textAlign){case"left":hu(e,"x",t[au]);break;case"right":hu(e,"x",-t[ou])}if(!n)switch(i.verticalAlign){case"top":hu(e,"y",t[nu]);break;case"bottom":hu(e,"y",-t[ru])}}(l,d,i,o,r),function(t,e){const{rows:i,bounds:s}=t,{__lineHeight:n,__baseLine:o,__letterSpacing:r,__clipText:a,textAlign:h,verticalAlign:l,paraSpacing:d}=e;let c,u,_,{x:p,y:g,width:f,height:y}=s,m=n*i.length+(d?d*(t.paraNumber-1):0),v=o;if(a&&m>y)m=Math.max(y,n),t.overflow=i.length;else switch(l){case"middle":g+=(y-m)/2;break;case"bottom":g+=y-m}v+=g;for(let o=0,l=i.length;o<l;o++){if(c=i[o],c.x=p,c.width<f||c.width>f&&!a)switch(h){case"center":c.x+=(f-c.width)/2;break;case"right":c.x+=f-c.width}c.paraStart&&d&&o>0&&(v+=d),c.y=v,v+=n,t.overflow>o&&v>m&&(c.isOverflow=!0,t.overflow=o+1),u=c.x,_=c.width,r<0&&(c.width<0?(_=-c.width+e.fontSize+r,u-=_,_+=e.fontSize):_-=r),u<s.x&&(s.x=u),_>s.width&&(s.width=_),a&&f&&f<_&&(c.isOverflow=!0,t.overflow||(t.overflow=i.length))}s.y=g,s.height=m}(d,i),function(t,e,i,s){const{rows:n}=t,{textAlign:o,paraIndent:r,letterSpacing:a}=e;let h,l,d,c,u;n.forEach((t=>{t.words&&(d=r&&t.paraStart?r:0,l=i&&"justify"===o&&t.words.length>1?(i-t.width-d)/(t.words.length-1):0,c=a||t.isOverflow?eu:l>.01?iu:su,t.isOverflow&&!a&&(t.textMode=!0),c===su?(t.x+=d,function(t){t.text="",t.words.forEach((e=>{e.data.forEach((e=>{t.text+=e.char}))}))}(t)):(t.x+=d,h=t.x,t.data=[],t.words.forEach((e=>{c===iu?(u={char:"",x:h},h=function(t,e,i){return t.forEach((t=>{i.char+=t.char,e+=t.width})),e}(e.data,h,u),(t.isOverflow||" "!==u.char)&&t.data.push(u)):h=function(t,e,i,s){return t.forEach((t=>{(s||" "!==t.char)&&(t.x=e,i.push(t)),e+=t.width})),e}(e.data,h,t.data,t.isOverflow),!t.paraEnd&&l&&(h+=l,t.width+=l)}))),t.words=null)}))}(d,i,o),d.overflow&&function(t,i,s,n){if(!n)return;const{rows:o,overflow:r}=t;let{textOverflow:a}=i;if(o.splice(r),a&&"show"!==a){let t,h;"hide"===a?a="":"ellipsis"===a&&(a="...");const l=a?e.canvas.measureText(a).width:0,d=s+n-l;("none"===i.textWrap?o:[o[r-1]]).forEach((e=>{if(e.isOverflow&&e.data){let i=e.data.length-1;for(let s=i;s>-1&&(t=e.data[s],h=t.x+t.width,!(s===i&&h<d));s--){if(h<d&&" "!==t.char){e.data.splice(s+1),e.width-=t.width;break}e.width-=t.width}e.width+=l,e.data.push({char:a,x:h}),e.textMode&&function(t){t.text="",t.data.forEach((e=>{t.text+=e.char})),t.data=null}(e)}}))}}(d,i,s,o),"none"!==a&&function(t,e){const{fontSize:i}=e;switch(t.decorationHeight=i/11,e.textDecoration){case"under":t.decorationY=.15*i;break;case"delete":t.decorationY=.35*-i}}(d,i),d}};const du={string:function(t,e){if("string"==typeof t)return t;let i=void 0===t.a?1:t.a;e&&(i*=e);const s=t.r+","+t.g+","+t.b;return 1===i?"rgb("+s+")":"rgba("+s+","+i+")"}},{setPoint:cu,addPoint:uu,toBounds:_u}=N;const pu={export(t,s,n){this.running=!0;const o=rn.fileType(s),r=s.includes(".");return n=rn.getExportOptions(n),function(t){gu||(gu=new dn);return new Promise((e=>{gu.add((()=>Ft(this,void 0,void 0,(function*(){return yield t(e)}))),{parallel:!1})}))}((a=>new Promise((l=>{const d=t=>{a(t),l(),this.running=!1},{toURL:c}=e,{download:u}=e.origin;if("json"===o)return r&&u(c(JSON.stringify(t.toJSON(n.json)),"text"),s),d({data:!!r||t.toJSON(n.json)});if("svg"===o)return r&&u(c(t.toSVG(),"svg"),s),d({data:!!r||t.toSVG()});const{leafer:_}=t;_?(fu(t),_.waitViewCompleted((()=>Ft(this,void 0,void 0,(function*(){let e,o,r=1,a=1;const{worldTransform:l,isLeafer:c,isFrame:u}=t,{slice:p,trim:g,onCanvas:f}=n,y=void 0===n.smooth?_.config.smooth:n.smooth,m=n.contextSettings||_.config.contextSettings,v=n.screenshot||t.isApp,w=c&&v&&void 0===n.fill?t.fill:n.fill,x=rn.isOpaqueImage(s)||w,b=new U;if(v)e=!0===v?c?_.canvas.bounds:t.worldRenderBounds:v;else{let i=n.relative||(c?"inner":"local");switch(r=l.scaleX,a=l.scaleY,i){case"inner":b.set(l);break;case"local":b.set(l).divide(t.localTransform),r/=t.scaleX,a/=t.scaleY;break;case"world":r=1,a=1;break;case"page":i=t.leafer;default:b.set(l).divide(t.getTransform(i));const e=i.worldTransform;r/=r/e.scaleX,a/=a/e.scaleY}e=t.getBounds("render",i)}const E={scaleX:1,scaleY:1};h.getScaleData(n.scale,n.size,e,E);let k=n.pixelRatio||1;t.isApp&&(E.scaleX*=k,E.scaleY*=k,k=t.app.pixelRatio);const{x:B,y:L,width:R,height:T}=new lt(e).scale(E.scaleX,E.scaleY),P={matrix:b.scale(1/E.scaleX,1/E.scaleY).invert().translate(-B,-L).withScale(1/r*E.scaleX,1/a*E.scaleY)};let C,S=i.canvas({width:Math.round(R),height:Math.round(T),pixelRatio:k,smooth:y,contextSettings:m});if(p&&(C=t,C.__worldOpacity=0,t=_,P.bounds=S.bounds),S.save(),u&&void 0!==w){const e=t.get("fill");t.fill="",t.__render(S,P),t.fill=e}else t.__render(S,P);if(S.restore(),C&&C.__updateWorldOpacity(),g){o=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?uu(r,n,o):cu(r={},n,o)),a++;const h=new lt;return _u(r,h),h.scale(1/t.pixelRatio).ceil()}(S);const t=S,{width:e,height:s}=o,n={x:0,y:0,width:e,height:s,pixelRatio:k};S=i.canvas(n),S.copyWorld(t,o,n)}x&&S.fillWorld(S.bounds,w||"#FFFFFF","destination-over"),f&&f(S);const O="canvas"===s?S:yield S.export(s,n);d({data:O,width:S.pixelWidth,height:S.pixelHeight,renderBounds:e,trimBounds:o})}))))):d({data:!1})}))))}};let gu;function fu(t){t.__.__needComputePaint&&t.__.__computePaint(),t.isBranch&&t.children.forEach((t=>fu(t)))}const yu=jt.prototype,mu=wt.get("@leafer-ui/export");yu.export=function(t,e){const{quality:i,blob:s}=rn.getExportOptions(e);return t.includes(".")?this.saveAs(t,i):s?this.toBlob(t,i):this.toDataURL(t,i)},yu.toBlob=function(t,i){return new Promise((s=>{e.origin.canvasToBolb(this.view,t,i).then((t=>{s(t)})).catch((t=>{mu.error(t),s(null)}))}))},yu.toDataURL=function(t,i){return e.origin.canvasToDataURL(this.view,t,i)},yu.saveAs=function(t,i){return new Promise((s=>{e.origin.canvasSaveAs(this.view,t,i).then((()=>{s(!0)})).catch((t=>{mu.error(t),s(!1)}))}))},Object.assign(xa,lu),Object.assign(ba,du),Object.assign(ka,$l),Object.assign(Ba,Od),Object.assign(La,qd),Object.assign(Ra,nc),Object.assign(Ta,pu),Object.assign(i,{interaction:(t,e,i,s)=>new Ll(t,e,i,s),hitCanvas:(t,e)=>new jr(t,e),hitCanvasManager:()=>new Tl}),Kr();const{M:vu,L:wu,C:xu,Q:bu,Z:Eu,N:ku,D:Bu,X:Lu,G:Ru,F:Tu,O:Pu,P:Cu,U:Su}=qt,Ou={scale(t,e,i){if(!t)return;let s,n=0,o=t.length;for(;n<o;)switch(s=t[n],s){case vu:case wu:Du(t,e,i,n,1),n+=3;break;case xu:Du(t,e,i,n,3),n+=7;break;case bu:Du(t,e,i,n,2),n+=5;break;case Eu:n+=1;break;case ku:Du(t,e,i,n,2),n+=5;break;case Bu:Du(t,e,i,n,2),n+=9;break;case Lu:Du(t,e,i,n,2),n+=6;break;case Ru:Du(t,e,i,n,2),n+=9;break;case Tu:Du(t,e,i,n,2),n+=5;break;case Pu:t[n]=Ru,t.splice(n+4,0,t[n+3],0),Du(t,e,i,n,2),n+=9,o+=2;break;case Cu:t[n]=Tu,t.splice(n+4,0,t[n+3]),Du(t,e,i,n,2),n+=5,o+=1;break;case Su:Du(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:Du}=Ou,Iu=b.get(),{topLeft:Mu,top:Au,topRight:Wu,right:Fu,bottom:zu,left:Uu}=t.Direction9;function Hu(t,e,i){t.pathInputed?Yu(t,e,i):(1!==e&&(t.width*=e),1!==i&&(t.height*=i))}function Nu(t,e,i){const{app:s}=t,n=s&&s.editor;if(n.editing){const s=t.__layout;let{width:o,height:r}=s.boxBounds;switch(o*=(i-e)*(t.scaleX<0?-1:1),r*=(e-i)*(t.scaleY<0?-1:1),n.resizeDirection){case Au:case zu:t.fontSize*=i,s.affectScaleOrRotation?t.moveInner(-o/2,0):t.x-=o/2;break;case Uu:case Fu:t.fontSize*=e,s.affectScaleOrRotation?t.moveInner(0,-r/2):t.y-=r/2;break;case Mu:case Wu:t.fontSize*=e,s.affectScaleOrRotation?t.moveInner(0,-r):t.y-=r;break;default:t.fontSize*=e}}else t.fontSize*=e}function Yu(t,e,i){Ou.scale(t.__.path,e,i),t.path=t.__.path}function Xu(t,e,i){Ou.scalePoints(t.__.points,e,i),t.points=t.__.points}function Vu(t,e,i){const{children:s}=t;for(let t=0;t<s.length;t++)Iu.a=e,Iu.d=i,s[t].transform(Iu,!0)}const Gu=t.Leaf.prototype;function ju(t){return t?t instanceof Array?t:[t]:[]}Gu.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))},Gu.__scaleResize=function(t,e){Hu(this,t,e)},Gu.resizeWidth=function(t){const e=t/this.getBounds("box","local").width;this.scaleOf(this.__layout.boxBounds,e,this.__.lockRatio?e:1,!0)},Gu.resizeHeight=function(t){const e=t/this.getBounds("box","local").height;this.scaleOf(this.__layout.boxBounds,this.__.lockRatio?e:1,e,!0)},t.Text.prototype.__scaleResize=function(t,e){this.__.__autoSize&&(this.__.resizeFontSize||this.editConfig&&"font-size"===this.editConfig.editSize)?Nu(this,t,e):Hu(this,t,e)},t.Path.prototype.__scaleResize=function(t,e){Yu(this,t,e)},t.Line.prototype.__scaleResize=function(t,e){this.pathInputed?Yu(this,t,e):this.points?Xu(this,t,e):this.width*=t},t.Polygon.prototype.__scaleResize=function(t,e){this.pathInputed?Yu(this,t,e):this.points?Xu(this,t,e):Hu(this,t,e)},t.Group.prototype.__scaleResize=function(t,e){Vu(this,t,e)},t.Box.prototype.__scaleResize=function(t,e){this.__.__autoSize&&this.children.length?Vu(this,t,e):(Hu(this,t,e),this.__.resizeChildren&&Vu(this,t,e))};class Zu extends Fo{get list(){return ju(this.value)}get oldList(){return ju(this.oldValue)}constructor(t,e){super(t),e&&Object.assign(this,e)}}Zu.SELECT="editor.select",Zu.HOVER="editor.hover";class Ku extends Zu{constructor(t,e){super(t,e)}}Ku.MOVE="editor.move";class qu extends Zu{constructor(t,e){super(t,e)}}qu.SCALE="editor.scale";class Ju extends Zu{constructor(t,e){super(t,e)}}Ju.ROTATE="editor.rotate";class $u extends Zu{constructor(t,e){super(t,e)}}function Qu(t){return(e,i)=>{const s="_"+i;fn(e,i,{get(){return this[s]},set(e){const i=this[s];i!==e&&(this[s]=e,t(this,i))}})}}$u.SKEW="editor.skew";const t_=b.get(),{abs:e_}=Math,{copy:i_,scale:s_}=b;class n_ extends t.UI{constructor(){super(),this.list=[],this.hittable=!1,this.strokeAlign="center"}setTarget(t,e){this.set(e),this.target=t}__draw(t,e){const{list:i}=this;if(i.length){let s;const{stroke:n,strokeWidth:o,fill:r}=this.__,{bounds:a}=e;for(let h=0;h<i.length;h++)if(s=i[h],a&&a.hit(s.__world,e.matrix)){const i=e_(s.__world.scaleX),a=e_(s.__world.scaleY);if(i!==a){i_(t_,s.__world),s_(t_,1/i,1/a),t.setWorld(t_,e.matrix),t.beginPath(),this.__.strokeWidth=o;const{x:n,y:r,width:h,height:l}=s.__layout.boxBounds;t.rect(n*i,r*a,h*i,l*a)}else t.setWorld(s.__world,e.matrix),t.beginPath(),s.__.__useArrow?s.__drawPath(t):s.__.__pathForRender?s.__drawRenderPath(t):s.__drawPathByBox(t),this.__.strokeWidth=o/e_(s.__world.scaleX);n&&("string"==typeof n?ka.stroke(n,this,t):ka.strokes(n,this,t)),r&&("string"==typeof r?ka.fill(r,this,t):ka.fills(r,this,t))}this.__.strokeWidth=o}}destroy(){this.target=null,super.destroy()}}Wt([Qu((function(t){const e=t.target;t.list=e?e instanceof Array?e:[e]:[],t.forceUpdate()}))],n_.prototype,"target",void 0);class o_ extends t.Group{constructor(e){super(e),this.strokeArea=new t.Rect({strokeAlign:"center"}),this.fillArea=new t.Rect,this.visible=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{No:r_,Yes:a_,NoAndSkip:h_,YesAndSkip:l_}=t.Answer,d_={findOne:t=>t.list.find((t=>t.editable)),findBounds(t,e){if(t.__.hittable&&t.__.visible&&!t.__.locked&&e.hit(t.__world)){if(t.__.editable){if(t.isBranch&&!t.__.hitChildren)return t.__.hitSelf?l_:h_;if(t.isFrame)return e.includes(t.__layout.boxBounds,t.__world)?l_:r_;if(e.hit(t.__layout.boxBounds,t.__world)&&t.__.hitSelf)return a_}return r_}return t.isBranch?h_:r_}},{findOne:c_}=d_;class u_ extends t.Group{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 n_,this.targetStroker=new n_,this.bounds=new lt,this.selectArea=new o_,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(){if(this.running){const{mergeConfig:t,list:e}=this.editor,{stroke:i,strokeWidth:s}=t;this.targetStroker.setTarget(e,{stroke:i,strokeWidth:Math.max(1,s/2)}),this.hoverStroker.target=null}}update(){this.targetStroker.target&&this.targetStroker.forceUpdate()}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:n,y:o}=t.getInner(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 Vr(e.app.find(d_.findBounds,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=!1)}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){return!(!this.running||!this.editor.mergeConfig.boxSelect||t.target.draggable)&&(!this.editor.editing&&this.allow(t.target)||t.shiftKey&&!c_(t.path))}allowSelect(t){return this.running&&!this.isMoveMode&&!t.middle}findDeepOne(t){const e={exclude:new Vr(this.editor.editBox.rect)};return c_(t.target.leafer.interaction.findPath(t,e))}findUI(t){return this.isMultipleSelect(t)?this.findDeepOne(t):c_(t.path)}isMultipleSelect(t){return t.shiftKey||this.editor.mergeConfig.continuousSelect}__listenEvents(){const{editor:e}=this;e.waitLeafer((()=>{const{app:i}=e;i.selector.proxy=e,this.__eventIds=[e.on_(Zu.HOVER,this.onHover,this),e.on_(Zu.SELECT,this.onSelect,this),i.on_(t.PointerEvent.MOVE,this.onPointerMove,this),i.on_(t.PointerEvent.BEFORE_DOWN,this.onBeforeDown,this),i.on_(t.PointerEvent.TAP,this.onTap,this),i.on_(t.DragEvent.START,this.onDragStart,this,!0),i.on_(t.DragEvent.DRAG,this.onDrag,this),i.on_(t.DragEvent.END,this.onDragEnd,this),i.on_(t.MoveEvent.MOVE,this.onAutoMove,this),i.on_([t.ZoomEvent.ZOOM,t.MoveEvent.MOVE],(()=>{this.editor.hoverTarget=null}))]}))}__removeListenEvents(){this.__eventIds&&(this.off_(this.__eventIds),this.__eventIds.length=0)}destroy(){this.editor=this.originList=this.needRemoveItem=null,this.__removeListenEvents(),super.destroy()}}const{topLeft:__,top:p_,topRight:g_,right:f_,bottomRight:y_,bottom:m_,bottomLeft:v_,left:w_}=t.Direction9,{toPoint:x_}=gt,{within:b_}=h,E_={getScaleData(t,e,i,s,n,o,r,a){let h,l={},d=1,c=1;const{boxBounds:u,widthRange:_,heightRange:p}=t,{width:g,height:f}=e;o&&(s.x*=2,s.y*=2);const y=t.scaleX/e.scaleX,m=t.scaleY/e.scaleY,v=y<0?-1:1,w=m<0?-1:1,x=a?y:v*u.width/g,b=a?m:w*u.height/f;s.x*=a?y:v,s.y*=a?m:w,Math.abs(s.x)===g&&(s.x+=.1),Math.abs(s.y)===f&&(s.y+=.1);const E=(-s.y+f)/f,k=(s.x+g)/g,B=(s.y+f)/f,L=(-s.x+g)/g;switch(i){case p_:c=E,h="bottom";break;case f_:d=k,h="left";break;case m_:c=B,h="top";break;case w_:d=L,h="right";break;case __:c=E,d=L,h="bottom-right";break;case g_:c=E,d=k,h="bottom-left";break;case y_:c=B,d=k,h="top-left";break;case v_:c=B,d=L,h="top-right"}if(n){if(!("corner"===n&&i%2)){let t;switch(i){case p_:case m_:t=c;break;case w_:case f_:t=d;break;default:t=Math.sqrt(Math.abs(d*c))}d=d<0?-t:t,c=c<0?-t:t}}if(d/=x,c/=b,!r){const{worldTransform:e}=t;d<0&&(d=1/u.width/e.scaleX),c<0&&(c=1/u.height/e.scaleY)}if(_){const e=u.width*t.scaleX;d=b_(e*d,_)/e}if(p){const e=u.height*t.scaleY;c=b_(e*c,p)/e}return x_(o||h,u,l),{origin:l,scaleX:d,scaleY:c,direction:i,lockRatio:n,around:o}},getRotateData(t,e,i,s,n){let o,r={};switch(e){case __:o="bottom-right";break;case g_:o="bottom-left";break;case y_:o="top-left";break;case v_:o="top-right";break;default:o="center"}return x_(n||o,t,r),{origin:r,rotation:D.getRotation(s,r,i)}},getSkewData(t,e,i,s){let n,o,r={},a=0,h=0;switch(e){case p_:o={x:.5,y:0},n="bottom",a=1;break;case m_:o={x:.5,y:1},n="top",a=1;break;case w_:o={x:0,y:.5},n="right",h=1;break;case f_:o={x:1,y:.5},n="left",h=1}const{x:l,y:d,width:c,height:u}=t;o.x=l+o.x*c,o.y=d+o.y*u,x_(s||n,t,r);const _=D.getRotation(o,r,{x:o.x+(a?i.x:0),y:o.y+(h?i.y:0)});return a?a=-_:h=_,{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 w_:t=f_;break;case __:t=g_;break;case v_:t=y_;break;case f_:t=w_;break;case g_:t=__;break;case y_:t=v_}if(i)switch(t){case p_:t=m_;break;case __:t=v_;break;case g_:t=y_;break;case m_:t=p_;break;case v_:t=__;break;case y_:t=g_}return t}},k_={};function B_(t,e){const{editBox:i}=t,s=i.enterPoint;if(!s||!t.editing||!i.visible)return;if("circle"===s.name)return;if("button"===s.pointType)return void(s.cursor||(s.cursor="pointer"));let{rotation:n}=i;const{resizeCursor:o,rotateCursor:r,skewCursor:a,resizeable:l,rotateable:d,skewable:c}=t.mergeConfig,{pointType:u}=s,{flippedX:_,flippedY:p}=i;let g="resize"===u;g&&d&&(e.metaKey||e.ctrlKey||!l)&&(g=!1);const f=c&&!g&&"resize-line"===s.name?a:g?o:r;n+=45*(E_.getFlipDirection(s.direction,_,p)+1),n=2*Math.round(h.formatRotation(n,!0)/2);const{url:y,x:m,y:v}=f,w=y+n;k_[w]?s.cursor=k_[w]:k_[w]=s.cursor={url:R_(y,n),x:m,y:v}}function L_(t){t.editBox.rect.cursor=t.mergeConfig.moveCursor}function R_(t,e){return'"data:image/svg+xml,'+encodeURIComponent(t.replace("{{rotation}}",e.toString()))+'"'}class T_ extends t.Box{}const P_=["top","right","bottom","left"];class C_ extends t.Group{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}constructor(e){super(),this.view=new t.Group,this.rect=new t.Box({name:"rect",hitFill:"all",hitStroke:"none",strokeAlign:"center",hitRadius:5}),this.circle=new T_({name:"circle",strokeAlign:"center",around:"center",cursor:"crosshair",hitRadius:5}),this.buttons=new t.Group({around:"center",hitSelf:!1}),this.resizePoints=[],this.rotatePoints=[],this.resizeLines=[],this.__eventIds=[],this.editor=e,this.visible=!1,this.create(),this.rect.syncEventer=e,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 T_({name:"rotate-point",around:d[s],width:15,height:15,hitFill:"all"}),o.push(t),this.listenPointEvents(t,"rotate",s),s%2&&(e=new T_({name:"resize-line",around:"center",width:10,height:10,hitFill:"all"}),r.push(e),this.listenPointEvents(e,"resize",s)),i=new T_({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{mergeConfig:t,element:e,single:i}=this.editor,{rect:s,circle:n,resizePoints:o}=this,{stroke:r,strokeWidth:a,moveable:h}=t,l=this.getPointsStyle(),d=this.getMiddlePointsStyle();let c;for(let t=0;t<8;t++)c=o[t],c.set(this.getPointStyle(t%2?d[(t-1)/2%d.length]:l[t/2%l.length])),t%2||(c.rotation=t/2*90);n.set(this.getPointStyle(t.circle||t.rotatePoint||l[0])),s.set(Object.assign({stroke:r,strokeWidth:a},t.rect||{})),s.hittable=!i&&!!h,e.syncEventer=i&&h?s:null,this.app.interaction.bottomList=i&&h?[{target:s,proxy:e}]:null}update(t){if(this.visible=!this.editor.element.locked,this.view.worldOpacity){const{mergeConfig:e}=this.editor,{width:i,height:s}=t,{rect:n,circle:o,buttons:r,resizePoints:a,rotatePoints:h,resizeLines:l}=this,{middlePoint:d,resizeable:c,rotateable:u,hideOnSmall:_}=e,p="number"==typeof _?_:10,g=!(_&&i<p&&s<p);let f,y,m,v={};for(let n=0;n<8;n++)gt.toPoint(gt.directionData[n],t,v),y=a[n],f=h[n],m=l[Math.floor(n/2)],y.set(v),f.set(v),m.set(v),y.visible=m.visible=g&&!(!c&&!u),f.visible=g&&u&&c&&!e.rotatePoint,n%2&&(y.visible=f.visible=g&&!!d,(n+1)/2%2?(m.width=i,y.width>i-30&&(y.visible=!1)):(m.height=s,y.rotation=90,y.width>s-30&&(y.visible=!1)));o.visible=g&&u&&!(!e.circle&&!e.rotatePoint),o.visible&&this.layoutCircle(e),n.path&&(n.path=null),n.set(Object.assign(Object.assign({},t),{visible:!0})),r.visible=g&&r.children.length>0,r.visible&&this.layoutButtons(e)}}layoutCircle(t){const{circleDirection:e,circleMargin:i,buttonsMargin:s,buttonsDirection:n,middlePoint:o}=t,r=P_.indexOf(e||(this.buttons.children.length&&"bottom"===n?"top":"bottom"));this.setButtonPosition(this.circle,r,i||s,!!o)}layoutButtons(t){const{buttons:e}=this,{buttonsDirection:i,buttonsFixed:s,buttonsMargin:n,middlePoint:o}=t,{flippedX:r,flippedY:a}=this;let h=P_.indexOf(i);(h%2&&r||(h+1)%2&&a)&&s&&(h=(h+2)%4);const l=s?E_.getRotateDirection(h,this.flippedOne?this.rotation:-this.rotation,4):h;this.setButtonPosition(e,l,n,!!o),s&&(e.rotation=90*(l-h)),e.scaleX=r?-1:1,e.scaleY=a?-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)}unload(){this.visible=!1}getPointStyle(t){const{stroke:e,strokeWidth:i,pointFill:s,pointSize:n,pointRadius:o}=this.editor.mergeConfig,r={fill:s,stroke:e,strokeWidth:i,around:"center",strokeAlign:"center",width:n,height:n,cornerRadius:o};return t?Object.assign(r,t):r}getPointsStyle(){const{point:t}=this.editor.mergeConfig;return t instanceof Array?t:[t]}getMiddlePointsStyle(){const{middlePoint:t}=this.editor.mergeConfig;return t instanceof Array?t:t?[t]:this.getPointsStyle()}onSelect(t){1===t.oldList.length&&(t.oldList[0].syncEventer=null,this.app&&(this.app.interaction.bottomList=null))}onDragStart(t){this.dragging=!0;const{editor:e}=this;"rect"===t.current.name?(this.moving=!0,e.dragStartPoint={x:e.element.x,y:e.element.y},e.opacity=e.mergeConfig.hideOnMove?0:1):"resize"===t.current.pointType&&(e.dragStartBounds=Object.assign({},e.element.getLayoutBounds("box","local")),e.resizeDirection=t.current.direction)}onDragEnd(t){this.dragging=!1,this.moving=!1,"rect"===t.current.name&&(this.editor.opacity=1),this.editor.resizeDirection=void 0}onDrag(t){const{editor:e}=this,i=this.enterPoint=t.current;"rotate"===i.pointType||t.metaKey||t.ctrlKey||!e.mergeConfig.resizeable?e.mergeConfig.rotateable&&e.onRotate(t):"resize"===i.pointType&&e.onScale(t),B_(e,t)}onArrow(t){if(this.editor.editing&&this.editor.mergeConfig.keyEvent){const e={x:0,y:0},i=t.shiftKey?10:1;switch(t.code){case"ArrowDown":e.y=i;break;case"ArrowUp":e.y=-i;break;case"ArrowLeft":e.x=-i;break;case"ArrowRight":e.x=i}this.editor.move(e)}}onDoubleTap(t){"double"===this.editor.mergeConfig.openInner&&this.openInner(t)}onLongPress(t){"long"===this.editor.mergeConfig.openInner&&this.openInner(t)}openInner(t){const{editor:e}=this;if(e.single){const{element:i}=e;i.isBranch?(e.openGroup(i),e.target=e.selector.findDeepOne(t)):e.openInnerEditor()}}listenPointEvents(e,i,s){const{editor:n}=this;e.direction=s,e.pointType=i,e.on_(t.DragEvent.START,this.onDragStart,this),e.on_(t.DragEvent.DRAG,this.onDrag,this),e.on_(t.DragEvent.END,this.onDragEnd,this),e.on_(t.PointerEvent.LEAVE,(()=>this.enterPoint=null)),"circle"!==e.name&&e.on_(t.PointerEvent.ENTER,(t=>{this.enterPoint=e,B_(n,t)}))}__listenEvents(){const{rect:e,editor:i}=this;this.__eventIds=[i.on_(Zu.SELECT,this.onSelect,this),e.on_(t.DragEvent.START,this.onDragStart,this),e.on_(t.DragEvent.DRAG,i.onMove,i),e.on_(t.DragEvent.END,this.onDragEnd,this),e.on_(t.PointerEvent.ENTER,(()=>L_(i))),e.on_(t.PointerEvent.DOUBLE_TAP,this.onDoubleTap,this),e.on_(t.PointerEvent.LONG_PRESS,this.onLongPress,this)]}__removeListenEvents(){this.off_(this.__eventIds),this.__eventIds.length=0}destroy(){this.editor=null,this.__removeListenEvents(),super.destroy()}}class S_ extends t.UI{constructor(t){super(),this.editor=t,this.hittable=!1}__draw(t,e){const{editor:i}=this,{mask:s}=i.mergeConfig;if(s&&i.list.length){const{rect:n}=i.editBox,{width:o,height:r}=n.__;t.resetTransform(),t.fillWorld(t.bounds,!0===s?"rgba(0,0,0,0.8)":s),t.setWorld(n.__world,e.matrix),t.clearRect(0,0,o,r)}}destroy(){this.editor=null,super.destroy()}}const O_='\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"/>',D_={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${O_}\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${O_}\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${O_}\n</filter>\n</defs>\n</svg>\n`,x:12,y:12},selector:!0,hover:!0,select:"press",openInner:"double",boxSelect:!0,moveable:!0,resizeable:!0,flipable:!0,rotateable:!0,skewable:!0};function I_(t){const{simulateTarget:e,leafList:i}=t,{x:s,y:n,width:o,height:r}=(new lt).setListWithFn(i.list,(t=>t.worldBoxBounds)),a=e.parent=i.list[0].leafer.zoomLayer,{scaleX:h,scaleY:l,e:d,f:c}=a.__world;e.reset({x:(s-d)/h,y:(n-c)/l,width:o/h,height:r/l})}const M_=(t,e)=>t.parent.children.indexOf(t)-e.parent.children.indexOf(e),A_=(t,e)=>e.parent.children.indexOf(e)-t.parent.children.indexOf(t),W_={group(e,i,s){e.sort(A_);const{app:n,parent:o}=e[0];let r;r=s&&s.add?s:new t.Group(s),o.addAt(r,o.children.indexOf(e[0])),e.sort(M_);const a=new U(i.worldTransform);return a.divideParent(o.worldTransform),r.setTransform(a),r.editable=!0,r.hitChildren=!1,n.lockLayout(),e.forEach((t=>t.dropTo(r))),n.unlockLayout(),r},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.remove()}else i.push(t)})),e.unlockLayout(),i},toTop(t){t.sort(M_),t.forEach((t=>{t.parent&&t.parent.add(t)}))},toBottom(t){t.sort(A_),t.forEach((t=>{t.parent&&t.parent.addAt(t,0)}))}},F_=wt.get("EditToolCreator");function z_(){return t=>{H_.register(t)}}const U_=z_,H_={list:{},register(t){const{tag:e}=t.prototype;N_[e]?F_.repeat(e):N_[e]=t},get:(t,e)=>new N_[t](e)},{list:N_}=H_;class Y_ extends Zu{constructor(t,e){super(t,e)}}Y_.BEFORE_OPEN="innerEditor.before_open",Y_.OPEN="innerEditor.open",Y_.BEFORE_CLOSE="innerEditor.before_close",Y_.CLOSE="innerEditor.close";class X_ extends Zu{constructor(t,e){super(t,e)}}X_.GROUP="editor.group",X_.BEFORE_UNGROUP="editor.before_ungroup",X_.UNGROUP="editor.ungroup",X_.OPEN="editor.open_group",X_.CLOSE="editor.close_group";class V_ extends t.Group{get mergeConfig(){const{element:t,config:e}=this;return this.single&&t.editConfig?Object.assign(Object.assign({},e),t.editConfig):e}get list(){return this.leafList.list}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 dragging(){return this.editBox.dragging}get element(){return this.multiple?this.simulateTarget:this.list[0]}get buttons(){return this.editBox.buttons}constructor(e,i){super(i),this.config=Dt.clone(D_),this.leafList=new Vr,this.openedGroupList=new Vr,this.simulateTarget=new t.Rect({visible:!1}),this.editBox=new C_(this),this.editToolList={},this.selector=new u_(this),this.editMask=new S_(this),this.targetEventIds=[],e&&(this.config=Dt.default(e,this.config)),this.addMany(this.editMask,this.selector,this.editBox)}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(){this.editing&&(this.innerEditing&&this.innerEditor.update(),this.editTool.update(),this.selector.update())}updateEditBox(){this.multiple&&I_(this),this.update()}updateEditTool(){const t=this.editTool;if(t&&(this.editBox.unload(),t.unload(),this.editTool=null),this.editing){const t=this.single?this.list[0].editOuter:"EditTool";this.editTool=this.editToolList[t]=this.editToolList[t]||H_.get(t,this),this.editBox.load(),this.editTool.load()}}getEditSize(t){return this.mergeConfig.editSize}onMove(e){if(e instanceof t.MoveEvent){if("drag"!==e.moveType){const{moveable:t,resizeable:i}=this.mergeConfig,s=e.getLocalMove(this.element);"move"===t?(e.stop(),this.move(s.x,s.y)):"zoom"===i&&e.stop()}}else{const i={x:e.totalX,y:e.totalY};e.shiftKey&&(Math.abs(i.x)>Math.abs(i.y)?i.y=0:i.x=0),this.move(t.DragEvent.getValidMove(this.element,this.dragStartPoint,i))}}onScale(e){const{element:i}=this;let{around:s,lockRatio:n,resizeable:o,flipable:r,editSize:a}=this.mergeConfig;if(e instanceof t.ZoomEvent)"zoom"===o&&(e.stop(),this.scaleOf(i.getInnerPoint(e),e.scale,e.scale));else{const{direction:t}=e.current;(e.shiftKey||i.lockRatio)&&(n=!0);const o=E_.getScaleData(i,this.dragStartBounds,t,e.getInnerTotal(i),n,E_.getAround(s,e.altKey),r,this.multiple||"scale"===a);this.editTool.onScaleWithDrag?(o.drag=e,this.scaleWithDrag(o)):this.scaleOf(o.origin,o.scaleX,o.scaleY)}}onRotate(e){const{skewable:i,rotateable:s,around:n,rotateGap:o}=this.mergeConfig,{direction:r,name:a}=e.current;if(i&&"resize-line"===a)return this.onSkew(e);const{element:l}=this;let d,c;if(e instanceof t.RotateEvent){if("rotate"!==s)return;e.stop(),c=e.rotation,d=l.getInnerPoint(e)}else{const t={x:e.x-e.moveX,y:e.y-e.moveY},i=E_.getRotateData(l.boxBounds,r,e.getInner(l),l.getInnerPoint(t),e.shiftKey?null:l.around||l.origin||n||"center");c=i.rotation,d=i.origin}c=h.getGapRotation(c,o,l.rotation),c&&(l.scaleX*l.scaleY<0&&(c=-c),this.rotateOf(d,h.float(c,2)))}onSkew(t){const{element:e}=this,{around:i}=this.mergeConfig,{origin:s,skewX:n,skewY:o}=E_.getSkewData(e.boxBounds,t.current.direction,t.getInnerMove(e),E_.getAround(i,t.altKey));(n||o)&&this.skewOf(s,n,o)}move(t,e=0){if(!this.mergeConfig.moveable||this.element.locked)return;const{element:i}=this,s=i.getWorldPointByLocal("object"==typeof t?Object.assign({},t):{x:t,y:e},null,!0),n=new Ku(Ku.MOVE,{target:i,editor:this,moveX:s.x,moveY:s.y});this.editTool.onMove(n),this.emitEvent(n),this.multiple&&i.move(t,e)}scaleWithDrag(t){if(!this.mergeConfig.resizeable||this.element.locked)return;const{element:e}=this,i=new qu(qu.SCALE,Object.assign(Object.assign({},t),{target:e,editor:this,worldOrigin:e.getWorldPoint(t.origin)}));this.editTool.onScaleWithDrag(i),this.emitEvent(i)}scaleOf(t,e,i=e,s){if(!this.mergeConfig.resizeable||this.element.locked)return;const{element:n}=this,o=this.getWorldOrigin(t),r=this.multiple&&this.getChangedTransform((()=>n.scaleOf(t,e,i))),a=new qu(qu.SCALE,{target:n,editor:this,worldOrigin:o,scaleX:e,scaleY:i,transform:r});this.editTool.onScale(a),this.emitEvent(a)}flip(t){if(this.element.locked)return;const{element:e}=this,i=this.getWorldOrigin("center"),s=this.multiple?this.getChangedTransform((()=>e.flip(t))):new U(co.getFlipTransform(e,t)),n=new qu(qu.SCALE,{target:e,editor:this,worldOrigin:i,scaleX:"x"===t?-1:1,scaleY:"y"===t?-1:1,transform:s});this.editTool.onScale(n),this.emitEvent(n)}rotateOf(t,e){if(!this.mergeConfig.rotateable||this.element.locked)return;const{element:i}=this,s=this.getWorldOrigin(t),n=this.multiple&&this.getChangedTransform((()=>i.rotateOf(t,e))),o=new Ju(Ju.ROTATE,{target:i,editor:this,worldOrigin:s,rotation:e,transform:n});this.editTool.onRotate(o),this.emitEvent(o)}skewOf(t,e,i=0,s){if(!this.mergeConfig.skewable||this.element.locked)return;const{element:n}=this,o=this.getWorldOrigin(t),r=this.multiple&&this.getChangedTransform((()=>n.skewOf(t,e,i))),a=new $u($u.SKEW,{target:n,editor:this,worldOrigin:o,skewX:e,skewY:i,transform:r});this.editTool.onSkew(a),this.emitEvent(a)}getWorldOrigin(t){return this.element.getWorldPoint(co.getInnerOrigin(this.element,t))}getChangedTransform(t){const{element:e}=this,i=new U(e.worldTransform);return t(),new U(e.worldTransform).divide(i)}group(t){return this.multiple&&(this.target=W_.group(this.list,this.element,t),this.emitGroupEvent(X_.GROUP,this.target)),this.target}ungroup(){const{list:t}=this;return t.length&&(t.forEach((t=>t.isBranch&&this.emitGroupEvent(X_.BEFORE_UNGROUP,t))),this.target=W_.ungroup(t),t.forEach((t=>t.isBranch&&this.emitGroupEvent(X_.UNGROUP,t)))),this.list}openGroup(t){this.openedGroupList.add(t),t.hitChildren=!0,this.emitGroupEvent(X_.OPEN,t)}closeGroup(t){this.openedGroupList.remove(t),t.hitChildren=!1,this.emitGroupEvent(X_.CLOSE,t)}checkOpenedGroups(){const t=this.openedGroupList;if(t.length){let{list:e}=t;this.editing&&(e=[],t.forEach((t=>this.list.every((e=>!co.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 X_(t,{editTarget:e});this.emitEvent(i),e.emitEvent(i)}openInnerEditor(t){if(t&&(this.target=t),this.single){const t=this.element,e=t.editInner;e&&H_.list[e]&&(this.editTool.unload(),this.innerEditing=!0,this.innerEditor=this.editToolList[e]||H_.get(e,this),this.innerEditor.editTarget=t,this.emitInnerEvent(Y_.BEFORE_OPEN),this.innerEditor.load(),this.emitInnerEvent(Y_.OPEN))}}closeInnerEditor(){this.innerEditing&&(this.innerEditing=!1,this.emitInnerEvent(Y_.BEFORE_CLOSE),this.innerEditor.unload(),this.emitInnerEvent(Y_.CLOSE),this.editTool.load(),this.innerEditor=null)}emitInnerEvent(t){const{innerEditor:e}=this,{editTarget:i}=e,s=new Y_(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&&(W_.toTop(this.list),this.leafList.update())}toBottom(){this.list.length&&(W_.toBottom(this.list),this.leafList.update())}listenTargetEvents(){if(!this.targetEventIds.length){const{leafer:e}=this.list[0];this.targetEventIds=[this.app.on_(t.MoveEvent.BEFORE_MOVE,this.onMove,this,!0),this.app.on_(t.ZoomEvent.BEFORE_ZOOM,this.onScale,this,!0),this.app.on_(t.RotateEvent.BEFORE_ROTATE,this.onRotate,this,!0),e.on_(Go.START,this.update,this),e.on_([t.KeyEvent.HOLD,t.KeyEvent.UP],(t=>{B_(this,t)})),e.on_(t.KeyEvent.DOWN,this.editBox.onArrow,this.editBox)]}}removeTargetEvents(){const{targetEventIds:t}=this;t.length&&(this.off_(t),t.length=0)}destroy(){this.destroyed||(this.simulateTarget.destroy(),Object.values(this.editToolList).forEach((t=>t.destroy())),this.editToolList={},this.target=this.hoverTarget=this.simulateTarget=this.editTool=this.innerEditor=null,super.destroy())}}Wt([Qu((function(t,e){t.emitEvent(new Zu(Zu.HOVER,{editor:t,value:t.hoverTarget,oldValue:e}))}))],V_.prototype,"hoverTarget",void 0),Wt([Qu((function(t,e){const{target:i}=t;i?t.leafList=i instanceof Vr?i:new Vr(i):t.leafList.reset(),t.emitEvent(new Zu(Zu.SELECT,{editor:t,value:i,oldValue:e})),t.checkOpenedGroups(),t.editing?t.waitLeafer((()=>{t.multiple&&I_(t),L_(t),t.updateEditTool(),t.update(),t.listenTargetEvents()})):(t.updateEditTool(),t.removeTargetEvents())}))],V_.prototype,"target",void 0);class G_{static registerInnerEditor(){H_.register(this)}get tag(){return"InnerEditor"}get editBox(){return this.editor.editBox}constructor(t){this.editor=t,this.create()}onCreate(){}create(){this.view=new t.Group,this.onCreate()}onLoad(){}load(){this.editor.selector.hittable=this.editor.app.tree.hitChildren=!1,this.onLoad()}onUpdate(){}update(){this.onUpdate()}onUnload(){}unload(){this.editor.selector.hittable=this.editor.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)}}t.EditTool=class extends G_{static registerEditTool(){H_.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(){const{editor:t,editBox:e}=this,{simulateTarget:i,element:s}=t;t.multiple&&i.parent.updateLayout();const{x:n,y:o,scaleX:r,scaleY:a,rotation:h,skewX:l,skewY:d,width:c,height:u}=s.getLayoutBounds("box",t,!0);e.set({x:n,y:o,scaleX:r,scaleY:a,rotation:h,skewX:l,skewY:d}),e.update({x:0,y:0,width:c,height:u}),this.onUpdate()}unload(){this.editBox.view.visible=!1,this.onUnload()}},t.EditTool=Wt([z_()],t.EditTool);const{left:j_,right:Z_}=t.Direction9,{move:K_,copy:q_}=D;function J_(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}t.LineEditTool=class extends t.EditTool{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===j_;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){return{from:{x:t[0],y:t[1]},to:{x:t[2],y:t[3]}}}dragPoint(t,e,i,s,n){const{x:o,y:r}=n;i?(K_(t,o,r),s&&K_(e,-o,-r)):(s&&K_(t,-o,-r),K_(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),q_(s[7],i),q_(e[7],i),q_(s[3],a),q_(e[3],a)}for(let t=0;t<8;t++)t<4&&(i[t].visible=!1),a=t===j_||t===Z_,s[t].visible=a,e[t].visible=!r&&a}},t.LineEditTool=Wt([z_()],t.LineEditTool),i.editor=function(t){return new V_(t)},t.UI.setEditConfig=function(t){fn(this.prototype,"editConfig",{get(){return"function"==typeof t?t(this):t}})},t.UI.setEditOuter=function(t){fn(this.prototype,"editOuter",{get(){return"string"==typeof t?t:t(this)}})},t.UI.setEditInner=function(t){fn(this.prototype,"editInner",{get(){return"string"==typeof t?t:t(this)}})},t.Leafer.prototype.zoom=function(t,e,i){const{zoomLayer:s}=this,n=this.canvas.bounds.clone().shrink(e||30),o=new lt,r={x:n.x+n.width/2,y:n.y+n.height/2};let a;const{scaleX:h}=this.__;if("string"==typeof t)switch(t){case"in":a=J_(h,"in");break;case"out":a=J_(h,"out");break;case"fit":t=this.boxBounds;break;case"fit-width":(t=new lt(this.boxBounds)).height=0;break;case"fit-height":(t=new lt(this.boxBounds)).width=0}else"number"==typeof t&&(a=t/h);if(a)1!==a&&s.scaleOfWorld(r,this.getValidScale(a));else if("object"==typeof t){const e=t instanceof Array;if(e||t.tag){const i=e?t:[t];o.setListWithFn(i,vo.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,n);o.set(s.getWorldBounds(e))}const{x:r,y:a,width:h,height:l}=o;let d=n.x-r,c=n.y-a;if(i)d+=Math.max((n.width-h)/2,0),c+=Math.max((n.height-l)/2,0);else{const t=this.getValidScale(Math.min(n.width/h,n.height/l));d+=(n.width-h*t)/2,c+=(n.height-l*t)/2,s.scaleOfWorld(o,t),o.scaleOf(o,t)}return s.move(d,c),o.move(d,c)}return s.worldBoxBounds};class $_ extends t.Group{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&&Dt.assign(this.config,e),this.changeTheme(this.config.theme),this.waitLeafer(this.__listenEvents,this)}changeTheme(e){let i;"string"==typeof e?(i={fill:"black",stroke:"rgba(255,255,255,0.8)"},"dark"===e&&(i.fill="white",i.stroke="rgba(0,0,0,0.2)")):i=e,this.scrollXBar||this.addMany(this.scrollXBar=new t.Box,this.scrollYBar=new t.Box),i=Object.assign({strokeAlign:"center",opacity:.5,width:6,cornerRadius:3,hoverStyle:{opacity:.6},pressStyle:{opacity:.7}},i),i.height||(i.height=i.width),this.scrollXBar.set(Object.assign(Object.assign({},i),{visible:!1})),this.scrollYBar.set(Object.assign(Object.assign({},i),{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 lt(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:e,scrollYBar:i}=this;this.__eventIds=[e.on_(t.DragEvent.DRAG,this.onDrag,this),i.on_(t.DragEvent.DRAG,this.onDrag,this),e.on_(t.DragEvent.END,this.onDragEnd,this),i.on_(t.DragEvent.END,this.onDragEnd,this),this.target.on_(Go.BEFORE,(()=>this.update(!0))),this.target.leafer.on_(No.RESIZE,(()=>this.update()))]}__removeListenEvents(){this.off_(this.__eventIds)}destroy(){this.destroyed||(this.__removeListenEvents(),this.target=this.config=null,super.destroy())}}class Q_ extends Xa{}t.Arrow=class extends t.Line{get __tag(){return"Arrow"}constructor(t){super(t),this.__.__useArrow=!0}},Wt([Yn(Q_)],t.Arrow.prototype,"__",void 0),Wt([Dn("angle")],t.Arrow.prototype,"endArrow",void 0),t.Arrow=Wt([$n()],t.Arrow);const{M:tp,L:ep,C:ip,Q:sp,O:np}=qt,{rotate:op,copyFrom:rp,scale:ap}=D,hp={},lp={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 tp:case ep:dp(t,l+1,e,i,s,n,o,r),l+=3;break;case ip:for(h=1;h<6;h+=2)dp(t,l+h,e,i,s,n,o,r);l+=7;break;case sp:for(h=1;h<4;h+=2)dp(t,l+h,e,i,s,n,o,r);l+=5;break;case np: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){lp.layout(t,0,0,1,1,e,i)}};function dp(t,e,i,s,n,o,r,a){rp(hp,t[e],t[e+1]),r&&op(hp,r,a),n&&ap(hp,n,o),t[e]=i+hp.x,t[e+1]=s+hp.y}const{layout:cp,rotate:up}=lp,{getAngle:_p}=D,pp={x:-.5},gp={connect:pp,offset:{x:-.71,bevelJoin:.36,roundJoin:.22},path:[1,-3,-3,2,0,0,2,-3,3]},fp={connect:pp,offset:{x:-1.207,bevelJoin:.854,roundJoin:.707},path:[1,-3,-3,2,0,0,2,-1,0]},yp={connect:pp,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]},mp={connect:pp,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]},vp={offset:pp,path:[...yp.path]};up(vp.path,180,{x:-1.5,y:0});const wp={connect:{x:-1.3},path:[1,1.8,-.1,2,1.8,0,26,0,0,1.8,0,359,0]},xp={connect:{x:.5},path:[...wp.path,1,0,0,26,0,0,1,0,360,0]},bp={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]},Ep={path:[...bp.path,2,-1.4,-.49,2,1,-.49,1,-1.4,.49,2,1,.49]},kp=Dt.clone(bp),Bp=Dt.clone(Ep);up(kp.path,45),up(Bp.path,45);const Lp={angle:gp,"angle-side":fp,arrow:mp,triangle:yp,"triangle-flip":vp,circle:xp,"circle-line":wp,square:Ep,"square-line":bp,diamond:Bp,"diamond-line":kp,mark:{offset:pp,path:[1,0,-2,2,0,2]}};function Rp(t,e,i,s,n,o){const{strokeCap:r,strokeJoin:a}=t.__,{offset:h,connect:l,path:d}="object"==typeof e?e:Lp[e];let c=l?l.x:0,u=h?h.x:0;const _=[...d];return"none"!==r&&(c-=.5),h&&("round"===a&&h.roundJoin?u+=h.roundJoin:"bevel"===a&&h.bevelJoin&&(u+=h.bevelJoin)),u&&cp(_,u,0),cp(_,s.x,s.y,n,n,_p(i,s)),o.x=(c+u)*n,_}const{M:Tp,L:Pp,C:Cp,Q:Sp,Z:Op,N:Dp,D:Ip,X:Mp,G:Ap,F:Wp,O:Fp,P:zp,U:Up}=qt,{copy:Hp,copyFrom:Np,getDistancePoint:Yp}=D,Xp={},Vp={},Gp={},jp={},Zp={},Kp={list:Lp,addArrows(t,e){const{startArrow:i,endArrow:s,strokeWidth:n,__pathForRender:o}=t.__;let r,a=0,h=o.length,l=0,d=i&&"none"!==i;for(;a<h;){switch(r=o[a],r){case Tp:case Pp:(l<2||a+6>=h)&&(Np(Zp,o[a+1],o[a+2]),!l&&d&&Hp(Vp,Zp)),a+=3;break;case Cp:1!==l&&a+7!==h||qp(o,jp,Zp,a+3),a+=7;break;case Sp:1!==l&&a+5!==h||qp(o,jp,Zp,a+1),a+=5;break;case Op:return;case Dp:a+=5;break;case Ip:a+=9;break;case Mp:a+=6;break;case Ap:a+=9;break;case Wp:a+=5;break;case Fp:a+=7;break;case zp:a+=4;break;case Up:1!==l&&a+6!==h||qp(o,jp,Zp,a+1),a+=6}if(l++,1===l&&r!==Tp)return;if(2===l&&d&&Hp(Gp,r===Pp?Zp:jp),a===h){const h=t.__.__pathForRender=e?[...o]:o;if(d&&(h.push(...Rp(t,i,Gp,Vp,n,Xp)),Xp.x&&(Yp(Vp,Gp,-Xp.x,!0),h[1]=Gp.x,h[2]=Gp.y)),s&&"none"!==s&&(h.push(...Rp(t,s,jp,Zp,n,Xp)),Xp.x)){let t;switch(Yp(Zp,jp,-Xp.x,!0),r){case Pp:t=a-3+1;break;case Cp:t=a-7+5;break;case Sp:t=a-5+3;break;case Up:t=a-6+3}t&&Jp(h,jp,t)}}else Hp(jp,Zp)}}};function qp(t,e,i,s){Np(e,t[s],t[s+1]),Np(i,t[s+2],t[s+3])}function Jp(t,e,i){t[i]=e.x,t[i+1]=e.y}Object.assign(Ea,Kp);const $p={none:"none",title:"capitalize",upper:"uppercase",lower:"lowercase","small-caps":"small-caps"},Qp={top:"flex-start",middle:"center",bottom:"flex-end"};function tg(t,e,i){const{style:s}=t,{fill:n,padding:o,textWrap:r,textOverflow:a,textDecoration:h}=e;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=ba.string(e.color);break;case"image":break;case"linear":case"radial":case"angular":const t=e.stops[0];i=ba.string("string"==typeof t?t:t.color);break;default:void 0!==e.r&&(i=ba.string(e))}else i=e;t.color=i}(s,n),s.fontStyle=e.italic?"italic":"normal",s.fontWeight=e.fontWeight,s.textDecoration="delete"===h?"line-through":h,s.textTransform=$p[e.textCase],s.textAlign=e.textAlign,s.display="flex",s.flexDirection="column",s.justifyContent=Qp[e.verticalAlign],s.lineHeight=(e.__.__lineHeight||0)*i+"px",s.letterSpacing=(e.__.__letterSpacing||0)*i+"px","none"===r?s.whiteSpace="nowrap":"break"===r&&(s.wordBreak="break-all"),s.textIndent=(e.paraIndent||0)*i+"px",s.padding=o instanceof Array?o.map((t=>t*i+"px")).join(" "):(o||0)*i+"px",s.textOverflow="show"===a?"":"hide"===a?"clip":a}t.TextEditor=class extends G_{constructor(){super(...arguments),this.config={selectAll:!0},this.eventIds=[]}get tag(){return"TextEditor"}onLoad(){const{editor:e}=this,{config:i}=e.app,s=this.editTarget;s.visible=!1,this.isHTMLText=!(s instanceof t.Text),this._keyEvent=i.keyEvent,i.keyEvent=!1;const n=this.editDom=document.createElement("div"),{style:o}=n;if(n.contentEditable="true",o.position="fixed",o.transformOrigin="left top",o.boxSizing="border-box",this.isHTMLText)n.innerHTML=s.text,this.textScale=1;else{n.innerText=s.text;const{scaleX:t,scaleY:e}=s.worldTransform;this.textScale=Math.max(Math.abs(t),Math.abs(e));const i=s.fontSize*this.textScale;i<12&&(this.textScale*=12/i)}const{view:r}=e.app;(this.inBody=r instanceof HTMLCanvasElement)?document.body.appendChild(n):r.appendChild(n),this.eventIds=[e.app.on_(t.PointerEvent.DOWN,(t=>{let i,{target:s}=t.origin;for(;s;)s===n&&(i=!0),s=s.parentElement;i||e.closeInnerEditor()}))],this.onFocus=this.onFocus.bind(this),this.onInput=this.onInput.bind(this),this.onUpdate=this.onUpdate.bind(this),this.onEscape=this.onEscape.bind(this),n.addEventListener("focus",this.onFocus),n.addEventListener("input",this.onInput),window.addEventListener("keydown",this.onEscape),window.addEventListener("scroll",this.onUpdate);const a=window.getSelection(),h=document.createRange();if(this.config.selectAll)h.selectNodeContents(n);else{const t=n.childNodes[0];h.setStartAfter(t),h.setEndAfter(t),h.collapse(!0)}a.removeAllRanges(),a.addRange(h)}onInput(){const{editDom:t}=this;this.editTarget.text=this.isHTMLText?t.innerHTML:t.innerText.replace(/\n\n/,"\n")}onFocus(){this.editDom.style.outline="none"}onEscape(t){"Escape"===t.code&&this.editor.closeInnerEditor()}onUpdate(){const{editTarget:t,textScale:e}=this,{style:i}=this.editDom,{x:s,y:n}=this.inBody?t.app.clientBounds:t.app.tree.clientBounds,{a:o,b:r,c:a,d:h,e:l,f:d}=new U(t.worldTransform).scale(1/e);i.transform=`matrix(${o},${r},${a},${h},${l},${d})`,i.left=s-window.scrollX+"px",i.top=n-window.scrollY+"px",i.width=t.width*e+(t.__.__autoWidth?20:0)+"px",i.height=t.height*e+(t.__.__autoHeight?20:0)+"px",this.isHTMLText||tg(this.editDom,t,this.textScale)}onUnload(){const{editTarget:t,editor:e,editDom:i}=this;t&&(this.onInput(),t.visible=!0,e.app.config.keyEvent=this._keyEvent,e.off_(this.eventIds),i.removeEventListener("focus",this.onFocus),i.removeEventListener("input",this.onInput),window.removeEventListener("keydown",this.onEscape),window.removeEventListener("scroll",this.onUpdate),i.remove(),this.editDom=this.eventIds=void 0)}},t.TextEditor=Wt([U_()],t.TextEditor);class eg extends Qa{setText(t){this._text=t,this.__htmlChanged=!0}}return t.HTMLText=class extends t.Image{get __tag(){return"HTMLText"}get editInner(){return"TextEditor"}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()}},Wt([Yn(eg)],t.HTMLText.prototype,"__",void 0),Wt([Ln("")],t.HTMLText.prototype,"text",void 0),t.HTMLText=Wt([$n()],t.HTMLText),t.AlignHelper=mt,t.AnimateEvent=Vo,t.AroundHelper=gt,t.ArrowData=Q_,t.AutoBounds=ct,t.BezierHelper=xe,t.Bounds=lt,t.BoundsHelper=ot,t.BoxData=Ha,t.BranchHelper=xo,t.BranchRender=pr,t.CanvasData=th,t.CanvasManager=Ot,t.ChildEvent=zo,t.ColorConvert=ba,t.Creator=i,t.Cursor=Rl,t.DataHelper=Dt,t.Debug=wt,t.EditBox=C_,t.EditDataHelper=E_,t.EditPoint=T_,t.EditSelect=u_,t.EditSelectHelper=d_,t.EditToolCreator=H_,t.Editor=V_,t.EditorEvent=Zu,t.EditorGroupEvent=X_,t.EditorHelper=W_,t.EditorMoveEvent=Ku,t.EditorRotateEvent=Ju,t.EditorScaleEvent=qu,t.EditorSkewEvent=$u,t.Effect=Ra,t.EllipseData=Ga,t.EllipseHelper=Ce,t.Event=Fo,t.EventCreator=Ct,t.Export=Ta,t.FileHelper=rn,t.FrameData=Ya,t.GroupData=Ua,t.HTMLTextData=eg,t.HitCanvasManager=Tl,t.ImageData=Qa,t.ImageEvent=Ho,t.ImageManager=cn,t.IncrementId=s,t.InnerEditor=G_,t.InnerEditorEvent=Y_,t.InteractionBase=Ll,t.InteractionHelper=rl,t.Keyboard=jh,t.LayoutEvent=Xo,t.Layouter=la,t.LeafBounds=cr,t.LeafBoundsHelper=vo,t.LeafData=Mt,t.LeafDataProxy=qo,t.LeafEventer=Ao,t.LeafHelper=co,t.LeafLayout=Io,t.LeafLevelList=Gr,t.LeafList=Vr,t.LeafMatrix=sr,t.LeafRender=ur,t.LeaferCanvas=jr,t.LeaferCanvasBase=jt,t.LeaferData=Na,t.LeaferEvent=jo,t.LeaferImage=gn,t.LeaferTypeCreator=el,t.LineData=Xa,t.MathHelper=h,t.Matrix=U,t.MatrixHelper=b,t.MultiTouchHelper=ml,t.MyDragEvent=$h,t.MyImage=Uh,t.MyPointerEvent=qh,t.NeedConvertToCanvasCommandMap=$t,t.OneRadian=l,t.PI2=d,t.PI_2=c,t.Paint=ka,t.PaintGradient=La,t.PaintImage=Ba,t.PathArrow=Ea,t.PathArrowModule=Kp,t.PathBounds=js,t.PathCommandDataHelper=Wi,t.PathCommandMap=qt,t.PathConvert=pi,t.PathCorner=en,t.PathCreator=ts,t.PathData=Ka,t.PathDrawer=gs,t.PathHelper=Zt,t.PathMatrixHelper=lp,t.PathNumberCommandLengthMap=ie,t.PathNumberCommandMap=ee,t.PathScaler=Ou,t.PenData=qa,t.Platform=e,t.Point=F,t.PointHelper=D,t.PointerButton=Zh,t.PolygonData=ja,t.PropertyEvent=Uo,t.RectData=Va,t.RectHelper=se,t.RectRender=nh,t.RenderEvent=Go,t.Renderer=ca,t.ResizeEvent=No,t.Run=kt,t.ScrollBar=$_,t.SelectArea=o_,t.Selector=wa,t.StarData=Za,t.State=Pa,t.StringNumberMap=vt,t.Stroker=n_,t.TaskItem=ln,t.TaskProcessor=dn,t.TextConvert=xa,t.TextData=$a,t.TwoPointBoundsHelper=N,t.UIBounds=eh,t.UICreator=Rt,t.UIData=Fa,t.UIEvent=Kh,t.UIRender=ih,t.UnitConvert=za,t.WaitHelper=Bo,t.WatchEvent=Yo,t.Watcher=Jr,t.addInteractionWindow=Qh,t.affectRenderBoundsType=In,t.affectStrokeBoundsType=Sn,t.arrowType=Sa,t.attr=vn,t.autoLayoutType=En,t.boundsType=Ln,t.canvasPatch=on,t.canvasSizeAttrs=Gt,t.cursorType=Nn,t.dataProcessor=Yn,t.dataType=xn,t.decorateLeafAttr=mn,t.defineDataProcessor=Xn,t.defineKey=fn,t.defineLeafAttr=wn,t.doBoundsType=Tn,t.doStrokeType=On,t.effectType=Oa,t.emptyData={},t.eraserType=Un,t.getBoundsData=_,t.getDescriptor=yn,t.getMatrixData=p,t.getPointData=u,t.hitType=Hn,t.inviteCode={},t.layoutProcessor=function(t){return(e,i)=>{fn(e,"__LayoutProcessor",{get:()=>t})}},t.maskType=zn,t.naturalBoundsType=Rn,t.opacityType=An,t.pathInputType=Pn,t.pathType=Cn,t.pen=sn,t.positionType=bn,t.registerEditTool=z_,t.registerInnerEditor=U_,t.registerUI=$n,t.registerUIEvent=Qn,t.resizeType=Da,t.rewrite=Zn,t.rewriteAble=Kn,t.rotationType=Bn,t.scaleResize=Hu,t.scaleResizeFontSize=Nu,t.scaleResizeGroup=Vu,t.scaleResizePath=Yu,t.scaleResizePoints=Xu,t.scaleType=kn,t.sortType=Fn,t.stateType=Ca,t.strokeType=Dn,t.surfaceType=Mn,t.tempBounds=dt,t.tempMatrix=H,t.tempPoint=z,t.useCanvas=Kr,t.useModule=Jn,t.version="1.0.1",t.visibleType=Wn,t.zoomLayerType=Ia,t}({});
|
|
1
|
+
var LeaferUI=function(t){"use strict";const e={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(t){const{prefix:i,suffix:s}=e.image;return!s||t.startsWith("data:")||t.startsWith("blob:")||(t+=(t.includes("?")?"&":"?")+s),i&&"/"===t[0]&&(t=i+t),t}}},i={},s={RUNTIME:"runtime",LEAF:"leaf",TASK:"task",CNAVAS:"canvas",IMAGE:"image",types:{},create(t){const{types:e}=n;return e[t]?e[t]++:(e[t]=1,0)}},n=s,{round:o,pow:r,PI:a}=Math,h={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)),h.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=e?r(10,e):1e12;return-0===(t=o(t*i)/i)?0:t},getScaleData:(t,e,i,s)=>(s||(s={}),e?(s.scaleX=("number"==typeof e?e:e.width)/i.width,s.scaleY=("number"==typeof e?e:e.height)/i.height):t&&h.assignScale(s,t),s),assignScale(t,e){"number"==typeof e?t.scaleX=t.scaleY=e:(t.scaleX=e.x,t.scaleY=e.y)}},l=a/180,d=2*a,c=a/2;function u(){return{x:0,y:0}}function _(){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:g,cos:f,acos:y,sqrt:m}=Math,{float:v}=h,w={};function x(){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 b={defaultMatrix:{a:1,b:0,c:0,d:1,e:0,f:0},defaultWorld:x(),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:p,getWorld:x,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){E.toInnerPoint(t,e,w),E.scaleOfInner(t,w,i,s)},scaleOfInner(t,e,i,s=i){E.translateInner(t,e.x,e.y),E.scale(t,i,s),E.translateInner(t,-e.x,-e.y)},rotate(t,e){const{a:i,b:s,c:n,d:o}=t,r=f(e*=l),a=g(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){E.toInnerPoint(t,e,w),E.rotateOfInner(t,w,i)},rotateOfInner(t,e,i){E.translateInner(t,e.x,e.y),E.rotate(t,i),E.translateInner(t,-e.x,-e.y)},skew(t,e,i){const{a:s,b:n,c:o,d:r}=t;i&&(i*=l,t.a=s+o*i,t.b=n+r*i),e&&(e*=l,t.c=o+s*e,t.d=r+n*e)},skewOfOuter(t,e,i,s){E.toInnerPoint(t,e,w),E.skewOfInner(t,w,i,s)},skewOfInner(t,e,i,s=0){E.translateInner(t,e.x,e.y),E.skew(t,i,s),E.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,o){let{e:r,f:a}=t;if(o&&(r+=o.scrollX,a+=o.scrollY),i||(i=t),void 0===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=r*e.a+a*e.c+e.e,i.f=r*e.b+a*e.d+e.f},divide(t,e){E.multiply(t,E.tempInvert(e))},divideParent(t,e){E.multiplyParent(t,E.tempInvert(e))},tempInvert(t){const{tempMatrix:e}=E;return E.copy(e,t),E.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:o,y:r,scaleX:a,scaleY:h}=e;if(void 0===n&&(n=e.rotation||e.skewX||e.skewY),n){const{rotation:i,skewX:s,skewY:n}=e,o=i*l,r=f(o),d=g(o);if(s||n){const e=s*l,i=n*l;t.a=(r+i*-d)*a,t.b=(d+i*r)*a,t.c=(e*r-d)*h,t.d=(r+e*d)*h}else t.a=r*a,t.b=d*a,t.c=-d*h,t.d=r*h}else t.a=a,t.b=0,t.c=0,t.d=h;t.e=o,t.f=r,(i=i||s)&&E.translateInner(t,-i.x,-i.y,!s)},getLayout(t,e,i,s){const{a:n,b:o,c:r,d:a,e:h,f:d}=t;let u,_,p,w,x,b=h,E=d;if(o||r){const t=n*a-o*r;if(r&&!s){u=m(n*n+o*o),_=t/u;const e=n/u;p=o>0?y(e):-y(e)}else{_=m(r*r+a*a),u=t/_;const e=r/_;p=c-(a>0?y(-e):-y(e))}const e=v(f(p)),i=g(p);u=v(u),_=v(_),w=e?v((r/_+i)/e/l,9):0,x=e?v((o/u-i)/e/l,9):0,p=v(p/l)}else u=n,_=a,p=w=x=0;return(e=i||e)&&(b+=e.x*n+e.y*r,E+=e.x*o+e.y*a,i||(b-=e.x,E-=e.y)),{x:b,y:E,scaleX:u,scaleY:_,rotation:p,skewX:w,skewY:x}},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=m(s*s+n*n)):(e=s,i=r)}return s.scaleX=e,s.scaleY=i,s},reset(t){E.set(t)}},E=b,{toInnerPoint:B,toOuterPoint:k}=b,{sin:L,cos:P,abs:T,sqrt:R,atan2:C,min:S,PI:O}=Math,D={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},move(t,e,i){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=M.defaultPoint);const s=P(e*=l),n=L(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}=M;return A(i,t),B(e,i,i),i},tempToOuterOf(t,e){const{tempPoint:i}=M;return A(i,t),k(e,i,i),i},tempToInnerRadiusPointOf(t,e){const{tempRadiusPoint:i}=M;return A(i,t),M.toInnerRadiusPointOf(t,e,i),i},toInnerRadiusPointOf(t,e,i){i||(i=t),B(e,t,i),i.radiusX=Math.abs(t.radiusX/e.scaleX),i.radiusY=Math.abs(t.radiusY/e.scaleY)},toInnerOf(t,e,i){B(e,t,i)},toOuterOf(t,e,i){k(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)=>I(t.x,t.y,e.x,e.y),getDistanceFrom(t,e,i,s){const n=T(i-t),o=T(s-e);return R(n*n+o*o)},getMinDistanceFrom:(t,e,i,s,n,o)=>S(I(t,e,i,s),I(i,s,n,o)),getAngle:(t,e)=>W(t,e)/l,getRotation:(t,e,i,s)=>(s||(s=e),M.getRadianFrom(t.x,t.y,e.x,e.y,i.x,i.y,s.x,s.y)/l),getRadianFrom(t,e,i,s,n,o,r,a){void 0===r&&(r=i,a=s);let h=C(e-s,t-i);const l=C(o-a,n-r)-h;return l<-O?l+d:l},getAtan2:(t,e)=>C(e.y-t.y,e.x-t.x),getDistancePoint(t,e,i,s){const n=W(t,e);return(e=s?e:{}).x=t.x+P(n)*i,e.y=t.y+L(n)*i,e},reset(t){M.reset(t)}},M=D,{getDistanceFrom:I,copy:A,getAtan2:W}=M;class F{constructor(t,e){this.set(t,e)}set(t,e){return"object"==typeof t?D.copy(this,t):D.set(this,t,e),this}get(){const{x:t,y:e}=this;return{x:t,y:e}}clone(){return new F(this)}move(t,e){return D.move(this,t,e),this}scale(t,e){return D.scale(this,t,e),this}scaleOf(t,e,i){return D.scaleOf(this,t,e,i),this}rotate(t,e){return D.rotate(this,t,e),this}rotateOf(t,e){return D.rotate(this,e,t),this}getRotation(t,e,i){return D.getRotation(this,t,e,i)}toInnerOf(t,e){return D.toInnerOf(this,t,e),this}toOuterOf(t,e){return D.toOuterOf(this,t,e),this}getCenter(t){return new F(D.getCenter(this,t))}getDistance(t){return D.getDistance(this,t)}getDistancePoint(t,e,i){return new F(D.getDistancePoint(this,t,e,i))}getAngle(t){return D.getAngle(this,t)}getAtan2(t){return D.getAtan2(this,t)}reset(){return D.reset(this),this}}const z=new F;class H{constructor(t,e,i,s,n,o){this.set(t,e,i,s,n,o)}set(t,e,i,s,n,o){return"object"==typeof t?b.copy(this,t):b.set(this,t,e,i,s,n,o),this}setWith(t){return b.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 H(this)}translate(t,e){return b.translate(this,t,e),this}translateInner(t,e){return b.translateInner(this,t,e),this}scale(t,e){return b.scale(this,t,e),this}scaleWith(t,e){return b.scale(this,t,e),this.scaleX*=t,this.scaleY*=e||t,this}scaleOfOuter(t,e,i){return b.scaleOfOuter(this,t,e,i),this}scaleOfInner(t,e,i){return b.scaleOfInner(this,t,e,i),this}rotate(t){return b.rotate(this,t),this}rotateOfOuter(t,e){return b.rotateOfOuter(this,t,e),this}rotateOfInner(t,e){return b.rotateOfInner(this,t,e),this}skew(t,e){return b.skew(this,t,e),this}skewOfOuter(t,e,i){return b.skewOfOuter(this,t,e,i),this}skewOfInner(t,e,i){return b.skewOfInner(this,t,e,i),this}multiply(t){return b.multiply(this,t),this}multiplyParent(t){return b.multiplyParent(this,t),this}divide(t){return b.divide(this,t),this}divideParent(t){return b.divideParent(this,t),this}invert(){return b.invert(this),this}invertWith(){return b.invert(this),this.scaleX=1/this.scaleX,this.scaleY=1/this.scaleY,this}toOuterPoint(t,e,i){b.toOuterPoint(this,t,e,i)}toInnerPoint(t,e,i){b.toInnerPoint(this,t,e,i)}setLayout(t,e,i){return b.setLayout(this,t,e,i),this}getLayout(t,e,i){return b.getLayout(this,t,e,i)}withScale(t,e){return b.withScale(this,t,e)}reset(){b.reset(this)}}const U=new H,N={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){Y(t,e,i),Y(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:Y}=N,{tempPointBounds:X,setPoint:V,addPoint:j,toBounds:G}=N,{toOuterPoint:Z}=b,{float:K,fourNumber:q}=h,{floor:J,ceil:$}=Math;let Q,tt,et,it;const st={},nt={},ot={tempBounds:{},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(i instanceof Array){const e=q(i);s?rt.set(t,o+e[3],r+e[0],a-e[1]-e[3],h-e[2]-e[0]):rt.set(t,o-e[3],r-e[0],a+e[1]+e[3],h+e[2]+e[0])}else s&&(i=-i),rt.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),rt.move(t,e,i),t),toOffsetOutBounds(t,e,i){e?ht(e,t):e=t,i?(e.offsetX=-(rt.maxX(i)-t.x),e.offsetY=-(rt.maxY(i)-t.y)):(e.offsetX=t.x+t.width,e.offsetY=t.y+t.height),rt.move(e,-e.offsetX,-e.offsetY)},scale(t,e,i=e){D.scale(t,e,i),t.width*=e,t.height*=i},scaleOf(t,e,i,s=i){D.scaleOf(t,e,i,s),t.width*=i,t.height*=s},tempToOuterOf:(t,e)=>(rt.copy(rt.tempBounds,t),rt.toOuterOf(rt.tempBounds,e),rt.tempBounds),getOuterOf:(t,e)=>(t=Object.assign({},t),rt.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,Z(e,st,nt),V(X,nt.x,nt.y),st.x=t.x+t.width,Z(e,st,nt),j(X,nt.x,nt.y),st.y=t.y+t.height,Z(e,st,nt),j(X,nt.x,nt.y),st.x=t.x,Z(e,st,nt),j(X,nt.x,nt.y),G(X,i)},toInnerOf(t,e,i){i||(i=t),rt.move(i,-e.e,-e.f),rt.scale(i,1/e.a,1/e.d)},getFitMatrix(t,e,i=1){const s=Math.min(i,Math.min(t.width/e.width,t.height/e.height));return new H(s,0,0,s,-e.x*s,-e.y*s)},getSpread(t,e,i){const s={};return rt.copyAndSpread(s,t,e,!1,i),s},spread(t,e,i){rt.copyAndSpread(t,t,e,!1,i)},shrink(t,e,i){rt.copyAndSpread(t,t,e,!0,i)},ceil(t){const{x:e,y:i}=t;t.x=J(t.x),t.y=J(t.y),t.width=e>t.x?$(t.width+e-t.x):$(t.width),t.height=i>t.y?$(t.height+i-t.y):$(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=K(t.x,e),t.y=K(t.y,e),t.width=K(t.width,e),t.height=K(t.height,e)},add(t,e,i){Q=t.x+t.width,tt=t.y+t.height,et=e.x,it=e.y,i||(et+=e.width,it+=e.height),Q=Q>et?Q:et,tt=tt>it?tt:it,t.x=t.x<e.x?t.x:e.x,t.y=t.y<e.y?t.y:e.y,t.width=Q-t.x,t.height=tt-t.y},addList(t,e){rt.setListWithFn(t,e,void 0,!0)},setList(t,e,i=!1){rt.setListWithFn(t,e,void 0,i)},addListWithFn(t,e,i){rt.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]):e[r],n&&(n.width||n.height)&&(o?(o=!1,s||ht(t,n)):at(t,n));o&&rt.reset(t)},setPoints(t,e){e.forEach(((t,e)=>0===e?V(X,t.x,t.y):j(X,t.x,t.y))),G(X,t)},setPoint(t,e){rt.set(t,e.x,e.y)},addPoint(t,e){at(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=D.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=D.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=rt.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=rt.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=rt.tempToOuterOf(e,i)),!rt.hit(t,e))return{x:0,y:0,width:0,height:0};let{x:s,y:n,width:o,height:r}=e;return Q=s+o,tt=n+r,et=t.x+t.width,it=t.y+t.height,s=s>t.x?s:t.x,n=n>t.y?n:t.y,Q=Q<et?Q:et,tt=tt<it?tt:it,o=Q-s,r=tt-n,{x:s,y:n,width:o,height:r}},intersect(t,e,i){rt.copy(t,rt.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){rt.set(t)}},rt=ot,{add:at,copy:ht}=rt;class lt{get minX(){return ot.minX(this)}get minY(){return ot.minY(this)}get maxX(){return ot.maxX(this)}get maxY(){return ot.maxY(this)}constructor(t,e,i,s){this.set(t,e,i,s)}set(t,e,i,s){return"object"==typeof t?ot.copy(this,t):ot.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 lt(this)}move(t,e){return ot.move(this,t,e),this}scale(t,e){return ot.scale(this,t,e),this}scaleOf(t,e,i){return ot.scaleOf(this,t,e,i),this}toOuterOf(t,e){return ot.toOuterOf(this,t,e),this}toInnerOf(t,e){return ot.toInnerOf(this,t,e),this}getFitMatrix(t,e){return ot.getFitMatrix(this,t,e)}spread(t,e){return ot.spread(this,t,e),this}shrink(t,e){return ot.shrink(this,t,e),this}ceil(){return ot.ceil(this),this}unsign(){return ot.unsign(this),this}float(t){return ot.float(this,t),this}add(t){return ot.add(this,t),this}addList(t){return ot.setList(this,t,!0),this}setList(t){return ot.setList(this,t),this}addListWithFn(t,e){return ot.setListWithFn(this,t,e,!0),this}setListWithFn(t,e){return ot.setListWithFn(this,t,e),this}setPoint(t){return ot.setPoint(this,t),this}setPoints(t){return ot.setPoints(this,t),this}addPoint(t){return ot.addPoint(this,t),this}getPoints(){return ot.getPoints(this)}hitPoint(t,e){return ot.hitPoint(this,t,e)}hitRadiusPoint(t,e){return ot.hitRadiusPoint(this,t,e)}hit(t,e){return ot.hit(this,t,e)}includes(t,e){return ot.includes(this,t,e)}intersect(t,e){return ot.intersect(this,t,e),this}getIntersect(t,e){return new lt(ot.getIntersectData(this,t,e))}isSame(t){return ot.isSame(this,t)}isEmpty(){return ot.isEmpty(this)}reset(){ot.reset(this)}}const dt=new lt;class ct{constructor(t,e,i,s,n,o){"object"==typeof 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 lt(n,e,o||t.width-n-i,r||t.height-e-s)}}var ut,_t;t.Direction4=void 0,(ut=t.Direction4||(t.Direction4={}))[ut.top=0]="top",ut[ut.right=1]="right",ut[ut.bottom=2]="bottom",ut[ut.left=3]="left",t.Direction9=void 0,(_t=t.Direction9||(t.Direction9={}))[_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";const pt=[{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}];pt.forEach((t=>t.type="percent"));const gt={directionData:pt,tempPoint:{},get:ft,toPoint(t,e,i,s,n){const o=ft(t);i.x=o.x,i.y=o.y,"percent"===o.type&&(i.x*=e.width,i.y*=e.height,n&&(i.x-=n.x,i.y-=n.y,o.x&&(i.x-=1===o.x?n.width:.5===o.x?o.x*n.width:0),o.y&&(i.y-=1===o.y?n.height:.5===o.y?o.y*n.height:0))),s||(i.x+=e.x,i.y+=e.y)}};function ft(e){return"string"==typeof e?pt[t.Direction9[e]]:e}const{toPoint:yt}=gt,mt={toPoint(t,e,i,s,n){yt(t,i,s,n,e)}},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};class wt{constructor(t){this.repeatMap={},this.name=t}static get(t){return new wt(t)}static set filter(t){this.filterList=xt(t)}static set exclude(t){this.excludeList=xt(t)}log(...t){if(bt.enable){if(bt.filterList.length&&bt.filterList.every((t=>t!==this.name)))return;if(bt.excludeList.length&&bt.excludeList.some((t=>t===this.name)))return;console.log("%c"+this.name,"color:#21ae62",...t)}}tip(...t){bt.enable&&this.warn(...t)}warn(...t){bt.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 xt(t){return t?"string"==typeof t&&(t=[t]):t=[],t}wt.filterList=[],wt.excludeList=[],wt.showWarn=!0;const bt=wt,Et=wt.get("RunTime"),Bt={currentId:0,currentName:"",idMap:{},nameMap:{},nameToIdMap:{},start(t,e){const i=s.create(s.RUNTIME);return kt.currentId=kt.idMap[i]=e?performance.now():Date.now(),kt.currentName=kt.nameMap[i]=t,kt.nameToIdMap[t]=i,i},end(t,e){const i=kt.idMap[t],s=kt.nameMap[t],n=e?(performance.now()-i)/1e3:Date.now()-i;kt.idMap[t]=kt.nameMap[t]=kt.nameToIdMap[s]=void 0,Et.log(s,n,"ms")},endOfName(t,e){const i=kt.nameToIdMap[t];void 0!==i&&kt.end(i,e)}},kt=Bt;function Lt(t){console.error("need plugin: @leafer-in/"+t)}const Pt=wt.get("UICreator"),Tt={list:{},register(t){const{__tag:e}=t.prototype;Rt[e]?Pt.repeat(e):Rt[e]=t},get(t,e,i,s,n,o){const r=new Rt[t](e);return void 0!==i&&(r.x=i,s&&(r.y=s),n&&(r.width=n),o&&(r.height=o)),r}},{list:Rt}=Tt,Ct=wt.get("EventCreator"),St={nameList:{},register(t){let e;Object.keys(t).forEach((i=>{e=t[i],"string"==typeof e&&(Ot[e]?Ct.repeat(e):Ot[e]=t)}))},changeName(t,e){const i=Ot[t];if(i){const s=Object.keys(i).find((e=>i[e]===t));s&&(i[s]=e,Ot[e]=i)}},has(t){return!!this.nameList[t]},get:(t,...e)=>new Ot[t](...e)},{nameList:Ot}=St;class Dt{constructor(){this.list=[]}add(t){t.manager=this,this.list.push(t)}get(t){let e;const{list:s}=this;for(let i=0,n=s.length;i<n;i++)if(e=s[i],e.recycled&&e.isSameSize(t))return e.recycled=!1,e.manager||(e.manager=this),e;const n=i.canvas(t);return this.add(n),n}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 Mt={default:(t,e)=>(It(e,t),It(t,e),t),assign(t,e){let i;Object.keys(e).forEach((s=>{var n;i=e[s],(null==i?void 0:i.constructor)===Object&&(null===(n=t[s])||void 0===n?void 0:n.constructor)===Object?It(t[s],e[s]):t[s]=e[s]}))},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}},{assign:It}=Mt;class At{get __useNaturalRatio(){return!0}get __isLinePath(){return this.path&&6===this.path.length}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 n in this)if("_"!==n[0]&&(t=this["_"+n],void 0!==t)){if("path"===n&&!this.__pathInputed)continue;e=s?s[n]:void 0,i[n]=void 0===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||e.__hasEraser||t.eraser?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 Wt;t.Answer=void 0,(Wt=t.Answer||(t.Answer={}))[Wt.No=0]="No",Wt[Wt.Yes=1]="Yes",Wt[Wt.NoAndSkip=2]="NoAndSkip",Wt[Wt.YesAndSkip=3]="YesAndSkip";function Ft(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 zt(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){var e;t.done?n(t.value):(e=t.value,e instanceof i?e:new i((function(t){t(e)}))).then(r,a)}h((s=s.apply(t,e||[])).next())}))}function Ht(t){return(e,i)=>{t||(t=i),Object.defineProperty(e,i,{get(){return this.context[t]},set(e){this.context[t]=e}})}}"function"==typeof SuppressedError&&SuppressedError;const Ut=[];function Nt(){return(t,e)=>{Ut.push(e)}}const Yt=[];class Xt{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||Yt)}get dashPattern(){return this.context.getLineDash()}__bindContext(){let t;Ut.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){"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,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}}Ft([Ht("imageSmoothingEnabled")],Xt.prototype,"smooth",void 0),Ft([Ht("imageSmoothingQuality")],Xt.prototype,"smoothLevel",void 0),Ft([Ht("globalAlpha")],Xt.prototype,"opacity",void 0),Ft([Ht()],Xt.prototype,"fillStyle",void 0),Ft([Ht()],Xt.prototype,"strokeStyle",void 0),Ft([Ht("lineWidth")],Xt.prototype,"strokeWidth",void 0),Ft([Ht("lineCap")],Xt.prototype,"strokeCap",void 0),Ft([Ht("lineJoin")],Xt.prototype,"strokeJoin",void 0),Ft([Ht("lineDashOffset")],Xt.prototype,"dashOffset",void 0),Ft([Ht()],Xt.prototype,"miterLimit",void 0),Ft([Ht()],Xt.prototype,"shadowBlur",void 0),Ft([Ht()],Xt.prototype,"shadowColor",void 0),Ft([Ht()],Xt.prototype,"shadowOffsetX",void 0),Ft([Ht()],Xt.prototype,"shadowOffsetY",void 0),Ft([Ht()],Xt.prototype,"filter",void 0),Ft([Ht()],Xt.prototype,"font",void 0),Ft([Ht()],Xt.prototype,"fontKerning",void 0),Ft([Ht()],Xt.prototype,"fontStretch",void 0),Ft([Ht()],Xt.prototype,"fontVariantCaps",void 0),Ft([Ht()],Xt.prototype,"textAlign",void 0),Ft([Ht()],Xt.prototype,"textBaseline",void 0),Ft([Ht()],Xt.prototype,"textRendering",void 0),Ft([Ht()],Xt.prototype,"wordSpacing",void 0),Ft([Ht()],Xt.prototype,"letterSpacing",void 0),Ft([Ht()],Xt.prototype,"direction",void 0),Ft([Nt()],Xt.prototype,"setTransform",null),Ft([Nt()],Xt.prototype,"resetTransform",null),Ft([Nt()],Xt.prototype,"getTransform",null),Ft([Nt()],Xt.prototype,"save",null),Ft([Nt()],Xt.prototype,"restore",null),Ft([Nt()],Xt.prototype,"translate",null),Ft([Nt()],Xt.prototype,"scale",null),Ft([Nt()],Xt.prototype,"rotate",null),Ft([Nt()],Xt.prototype,"fill",null),Ft([Nt()],Xt.prototype,"stroke",null),Ft([Nt()],Xt.prototype,"clip",null),Ft([Nt()],Xt.prototype,"fillRect",null),Ft([Nt()],Xt.prototype,"strokeRect",null),Ft([Nt()],Xt.prototype,"clearRect",null),Ft([Nt()],Xt.prototype,"beginPath",null),Ft([Nt()],Xt.prototype,"moveTo",null),Ft([Nt()],Xt.prototype,"lineTo",null),Ft([Nt()],Xt.prototype,"bezierCurveTo",null),Ft([Nt()],Xt.prototype,"quadraticCurveTo",null),Ft([Nt()],Xt.prototype,"closePath",null),Ft([Nt()],Xt.prototype,"arc",null),Ft([Nt()],Xt.prototype,"arcTo",null),Ft([Nt()],Xt.prototype,"ellipse",null),Ft([Nt()],Xt.prototype,"rect",null),Ft([Nt()],Xt.prototype,"roundRect",null),Ft([Nt()],Xt.prototype,"createConicGradient",null),Ft([Nt()],Xt.prototype,"createLinearGradient",null),Ft([Nt()],Xt.prototype,"createPattern",null),Ft([Nt()],Xt.prototype,"createRadialGradient",null),Ft([Nt()],Xt.prototype,"fillText",null),Ft([Nt()],Xt.prototype,"measureText",null),Ft([Nt()],Xt.prototype,"strokeText",null);const{copy:Vt}=b,jt={width:1,height:1,pixelRatio:1},Gt=["width","height","pixelRatio"];class Zt extends Xt{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}get pixelHeight(){return this.height*this.pixelRatio}get allowBackgroundColor(){return this.view&&this.parentView}constructor(t,i){super(),this.size={},this.worldTransform={},t||(t=jt),t.pixelRatio||(t.pixelRatio=e.devicePixelRatio),this.manager=i,this.innerId=s.create(s.CNAVAS);const{width:n,height:o,pixelRatio:r}=t;this.autoLayout=!n||!o,this.size.pixelRatio=r,this.config=t,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){if(this.isSameSize(t))return;let e;this.context&&!this.unreal&&this.width&&(e=this.getSameCanvas(),e.copyWorld(this)),Mt.copyAttrs(this.size,t,Gt),this.size.pixelRatio||(this.size.pixelRatio=1),this.bounds=new lt(0,0,this.width,this.height),this.context&&!this.unreal&&(this.updateViewSize(),this.smooth=this.config.smooth),this.updateClientBounds(),this.context&&!this.unreal&&e&&(this.clearWorld(e.bounds),this.copyWorld(e),e.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}=this,s=this.worldTransform;if(e){const{a:n,b:o,c:r,d:a,e:h,f:l}=e;this.setTransform(s.a=(t.a*n+t.b*r)*i,s.b=(t.a*o+t.b*a)*i,s.c=(t.c*n+t.d*r)*i,s.d=(t.c*o+t.d*a)*i,s.e=(t.e*n+t.f*r+h)*i,s.f=(t.e*o+t.f*a+l)*i)}else this.setTransform(s.a=t.a*i,s.b=t.b*i,s.c=t.c*i,s.d=t.d*i,s.e=t.e*i,s.f=t.f*i)}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){e&&(this.strokeWidth=e),t&&(this.strokeStyle=t),i&&this.setStrokeOptions(i)}setStrokeOptions(t){this.strokeCap="none"===t.strokeCap?"butt":t.strokeCap,this.strokeJoin=t.strokeJoin,this.dashPattern=t.dashPattern,this.dashOffset=t.dashOffset,this.miterLimit=t.miterLimit}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,ot.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()}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,dt.set(t).scale(this.pixelRatio),this.fillRect(dt.x,dt.y,dt.width,dt.height),i&&(this.blendMode="source-over")}strokeWorld(t,e,i){i&&(this.blendMode=i),this.strokeStyle=e,dt.set(t).scale(this.pixelRatio),this.strokeRect(dt.x,dt.y,dt.width,dt.height),i&&(this.blendMode="source-over")}clearWorld(t,e){dt.set(t).scale(this.pixelRatio),e&&dt.ceil(),this.clearRect(dt.x,dt.y,dt.width,dt.height)}clipWorld(t,e){this.beginPath(),dt.set(t).scale(this.pixelRatio),e&&dt.ceil(),this.rect(dt.x,dt.y,dt.width,dt.height),this.clip()}clear(){const{pixelRatio:t}=this;this.clearRect(0,0,this.width*t+2,this.height*t+2)}isSameSize(t){return this.width===t.width&&this.height===t.height&&this.pixelRatio===t.pixelRatio}getSameCanvas(t,e){const s=this.manager?this.manager.get(this.size):i.canvas(Object.assign({},this.size));return s.save(),t&&(Vt(s.worldTransform,this.worldTransform),s.useWorldTransform()),e&&(s.smooth=this.smooth),s}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 Kt={creator:{},parse(t,e){},convertToCanvasData(t,e){}},qt={N:21,D:22,X:23,G:24,F:25,O:26,P:27,U:28},Jt=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},qt),$t={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},Qt={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},te=Object.assign(Object.assign({},Qt),qt),ee=Jt,ie={};for(let t in ee)ie[ee[t]]=t;const se={};for(let t in ee)se[ee[t]]=$t[t];const ne={drawRoundRect(t,e,i,s,n,o){const r=h.fourNumber(o,Math.min(s/2,n/2)),a=e+s,l=i+n;r[0]?t.moveTo(e+r[0],i):t.moveTo(e,i),r[1]?t.arcTo(a,i,a,l,r[1]):t.lineTo(a,i),r[2]?t.arcTo(a,l,e,l,r[2]):t.lineTo(a,l),r[3]?t.arcTo(e,l,e,i,r[3]):t.lineTo(e,l),r[0]?t.arcTo(e,i,a,i,r[0]):t.lineTo(e,i)}},{sin:oe,cos:re,atan2:ae,ceil:he,abs:le,PI:de,sqrt:ce,pow:ue}=Math,{setPoint:_e,addPoint:pe}=N,{set:ge}=D,{M:fe,L:ye,C:me,Q:ve,Z:we}=Jt,xe={},be={points(t,e,i,s){if(t.push(fe,e[0],e[1]),i&&e.length>5){let n,o,r,a,h,l,d,c,u,_,p,g,f,y=e.length;const m=!0===i?.5:i;s&&(y=(e=[e[y-2],e[y-1],...e,e[0],e[1],e[2],e[3]]).length);for(let i=2;i<y-2;i+=2)n=e[i-2],o=e[i-1],r=e[i],a=e[i+1],h=e[i+2],l=e[i+3],p=ce(ue(r-n,2)+ue(a-o,2)),g=ce(ue(h-r,2)+ue(l-a,2)),f=p+g,p=m*p/f,g=m*g/f,h-=n,l-=o,d=r-p*h,c=a-p*l,2===i?s||t.push(ve,d,c,r,a):t.push(me,u,_,d,c,r,a),u=r+g*h,_=a+g*l;s||t.push(ve,u,_,e[y-2],e[y-1])}else for(let i=2,s=e.length;i<s;i+=2)t.push(ye,e[i],e[i+1]);s&&t.push(we)},rect(t,e,i,s,n){Kt.creator.path=t,Kt.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){Kt.creator.path=[],ne.drawRoundRect(Kt.creator,e,i,s,n,o),t.push(...Kt.convertToCanvasData(Kt.creator.path,!0))},arcTo(t,e,i,s,n,o,r,a,h,u,_){const p=s-e,g=n-i,f=o-s,y=r-n;let m=ae(g,p),v=ae(y,f),w=v-m;if(w<0&&(w+=d),w===de||le(p+g)<1e-12||le(f+y)<1e-12)return t&&t.push(ye,s,n),h&&(_e(h,e,i),pe(h,s,n)),_&&ge(_,e,i),void(u&&ge(u,s,n));const x=p*y-f*g<0,b=x?-1:1,E=a/re(w/2),B=s+E*re(m+w/2+c*b),k=n+E*oe(m+w/2+c*b);return m-=c*b,v-=c*b,ke(t,B,k,a,a,0,m/l,v/l,x,h,u,_)},arc:(t,e,i,s,n,o,r,a,h,l)=>ke(t,e,i,s,s,0,n,o,r,a,h,l),ellipse(t,e,i,s,n,o,r,a,h,u,_,p){const g=o*l,f=oe(g),y=re(g);let m=r*l,v=a*l;m>de&&(m-=d),v<0&&(v+=d);let w=v-m;w<0?w+=d:w>d&&(w-=d),h&&(w-=d);const x=he(le(w/c)),b=w/x,E=oe(b/4),B=8/3*E*E/oe(b/2);v=m+b;let k,L,P,T,R,C,S,O,D=re(m),M=oe(m),I=P=y*s*D-f*n*M,A=T=f*s*D+y*n*M,W=e+P,F=i+T;t&&t.push(t.length?ye:fe,W,F),u&&_e(u,W,F),p&&ge(p,W,F);for(let o=0;o<x;o++)k=re(v),L=oe(v),P=y*s*k-f*n*L,T=f*s*k+y*n*L,R=e+I-B*(y*s*M+f*n*D),C=i+A-B*(f*s*M-y*n*D),S=e+P+B*(y*s*L+f*n*k),O=i+T+B*(f*s*L-y*n*k),t&&t.push(me,R,C,S,O,e+P,i+T),u&&Be(e+I,i+A,R,C,S,O,e+P,i+T,u,!0),I=P,A=T,D=k,M=L,m=v,v+=b;_&&ge(_,e+P,i+T)},quadraticCurveTo(t,e,i,s,n,o,r){t.push(me,(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){Be(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?pe(h,t,e):_e(h,t,e),pe(h,r,a);for(let l=0,c=d.length;l<c;l++)Ee(d[l],t,e,i,s,n,o,r,a,xe),pe(h,xe.x,xe.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 Ee(t,e,i,s,n,o,r,a,h,l),l}},{getPointAndSet:Ee,toTwoPointBounds:Be,ellipse:ke}=be,{sin:Le,cos:Pe,sqrt:Te,atan2:Re}=Math,{ellipse:Ce}=be,Se={ellipticalArc(t,i,s,n,o,r,a,h,c,u,_){const p=(c-i)/2,g=(u-s)/2,f=r*l,y=Le(f),m=Pe(f),v=-m*p-y*g,w=-m*g+y*p,x=n*n,b=o*o,E=w*w,B=v*v,k=x*b-x*E-b*B;let L=0;if(k<0){const t=Te(1-k/(x*b));n*=t,o*=t}else L=(a===h?-1:1)*Te(k/(x*E+b*B));const P=L*n*w/o,T=-L*o*v/n,R=Re((w-T)/o,(v-P)/n),C=Re((-w-T)/o,(-v-P)/n);let S=C-R;0===h&&S>0?S-=d:1===h&&S<0&&(S+=d);const O=i+p+m*P-y*T,D=s+g+y*P+m*T,M=S<0?1:0;_||e.ellipseToCurve?Ce(t,O,D,n,o,r,R/l,C/l,M):n!==o||r?t.push(Jt.G,O,D,n,o,r,R/l,C/l,M):t.push(Jt.O,O,D,n,R/l,C/l,M)}},{M:Oe,m:De,L:Me,l:Ie,H:Ae,h:We,V:Fe,v:ze,C:He,c:Ue,S:Ne,s:Ye,Q:Xe,q:Ve,T:je,t:Ge,A:Ze,a:Ke,Z:qe,z:Je,N:$e,D:Qe,X:ti,G:ei,F:ii,O:si,P:ni,U:oi}=Jt,{rect:ri,roundRect:ai,arcTo:hi,arc:li,ellipse:di,quadraticCurveTo:ci}=be,{ellipticalArc:ui}=Se,_i=wt.get("PathConvert"),pi={},gi={current:{dot:0},stringify(t,e){let i,s,n,o=0,r=t.length,a="";for(;o<r;){s=t[o],i=se[s],a+=s===n?" ":ie[s];for(let s=1;s<i;s++)a+=h.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?te:Qt;for(let e=0,h=t.length;e<h;e++)s=t[e],vt[s]?("."===s&&(fi.dot&&(yi(r,o),o=""),fi.dot++),"0"===o&&"."!==s&&(yi(r,o),o=""),o+=s):Jt[s]?(o&&(yi(r,o),o=""),fi.name=Jt[s],fi.length=$t[s],fi.index=0,yi(r,fi.name),!i&&a[s]&&(i=!0)):"-"===s||"+"===s?"e"===n||"E"===n?o+=s:(o&&yi(r,o),o=s):o&&(yi(r,o),o=""),n=s;return o&&yi(r,o),i?gi.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 De:t[c+1]+=a,t[c+2]+=h;case Oe:a=t[c+1],h=t[c+2],_.push(Oe,a,h),c+=3;break;case We:t[c+1]+=a;case Ae:a=t[c+1],_.push(Me,a,h),c+=2;break;case ze:t[c+1]+=h;case Fe:h=t[c+1],_.push(Me,a,h),c+=2;break;case Ie:t[c+1]+=a,t[c+2]+=h;case Me:a=t[c+1],h=t[c+2],_.push(Me,a,h),c+=3;break;case Ye:t[c+1]+=a,t[c+2]+=h,t[c+3]+=a,t[c+4]+=h,n=Ne;case Ne:r=o===He||o===Ne,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(He,l,d,i,s,a,h),c+=5;break;case Ue: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=He;case He:i=t[c+3],s=t[c+4],a=t[c+5],h=t[c+6],_.push(He,t[c+1],t[c+2],i,s,a,h),c+=7;break;case Ge:t[c+1]+=a,t[c+2]+=h,n=je;case je:r=o===Xe||o===je,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(Xe,i,s,t[c+1],t[c+2]),a=t[c+1],h=t[c+2],c+=3;break;case Ve:t[c+1]+=a,t[c+2]+=h,t[c+3]+=a,t[c+4]+=h,n=Xe;case Xe:i=t[c+1],s=t[c+2],e?ci(_,a,h,i,s,t[c+3],t[c+4]):_.push(Xe,i,s,t[c+3],t[c+4]),a=t[c+3],h=t[c+4],c+=5;break;case Ke:t[c+6]+=a,t[c+7]+=h;case Ze:ui(_,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 Je:case qe:_.push(qe),c++;break;case $e:a=t[c+1],h=t[c+2],e?ri(_,a,h,t[c+3],t[c+4]):mi(_,t,c,5),c+=5;break;case Qe:a=t[c+1],h=t[c+2],e?ai(_,a,h,t[c+3],t[c+4],[t[c+5],t[c+6],t[c+7],t[c+8]]):mi(_,t,c,9),c+=9;break;case ti:a=t[c+1],h=t[c+2],e?ai(_,a,h,t[c+3],t[c+4],t[c+5]):mi(_,t,c,6),c+=6;break;case ei:di(e?_:mi(_,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 ii:e?di(_,t[c+1],t[c+2],t[c+3],t[c+4],0,0,360,!1):mi(_,t,c,5),a=t[c+1]+t[c+3],h=t[c+2],c+=5;break;case si:li(e?_:mi(_,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 ni:e?li(_,t[c+1],t[c+2],t[c+3],0,360,!1):mi(_,t,c,4),a=t[c+1]+t[c+3],h=t[c+2],c+=4;break;case oi:hi(e?_:mi(_,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 _i.error(`command: ${n} [index:${c}]`,t),_}o=n}return _},copyData(t,e,i,s){for(let n=i,o=i+s;n<o;n++)t.push(e[n])},pushData(t,e){fi.index===fi.length&&(fi.index=1,t.push(fi.name)),t.push(Number(e)),fi.index++,fi.dot=0}},{current:fi,pushData:yi,copyData:mi}=gi,{M:vi,L:wi,C:xi,Q:bi,Z:Ei,N:Bi,D:ki,X:Li,G:Pi,F:Ti,O:Ri,P:Ci,U:Si}=Jt,{getMinDistanceFrom:Oi,getRadianFrom:Di}=D,{tan:Mi,min:Ii,abs:Ai}=Math,Wi={},Fi={beginPath(t){t.length=0},moveTo(t,e,i){t.push(vi,e,i)},lineTo(t,e,i){t.push(wi,e,i)},bezierCurveTo(t,e,i,s,n,o,r){t.push(xi,e,i,s,n,o,r)},quadraticCurveTo(t,e,i,s,n){t.push(bi,e,i,s,n)},closePath(t){t.push(Ei)},rect(t,e,i,s,n){t.push(Bi,e,i,s,n)},roundRect(t,e,i,s,n,o){if("number"==typeof o)t.push(Li,e,i,s,n,o);else{const r=h.fourNumber(o);r?t.push(ki,e,i,s,n,...r):t.push(Bi,e,i,s,n)}},ellipse(t,e,i,s,n,o,r,a,h){void 0===o?t.push(Ti,e,i,s,n):(void 0===r&&(r=0),void 0===a&&(a=360),t.push(Pi,e,i,s,n,o,r,a,h?1:0))},arc(t,e,i,s,n,o,r){void 0===n?t.push(Ci,e,i,s):(void 0===o&&(o=360),t.push(Ri,e,i,s,n,o,r?1:0))},arcTo(t,e,i,s,n,o,r,a){if(void 0!==r){const h=Mi(Di(r,a,e,i,s,n)/2)*(Oi(r,a,e,i,s,n)/2);t.push(Si,e,i,s,n,Ii(o,Ai(h)))}else t.push(Si,e,i,s,n,o)},drawEllipse(t,e,i,s,n,o,r,a,h){be.ellipse(null,e,i,s,n,void 0===o?0:o,void 0===r?0:r,void 0===a?360:a,h,null,null,Wi),t.push(vi,Wi.x,Wi.y),zi(t,e,i,s,n,o,r,a,h)},drawArc(t,e,i,s,n,o,r){be.arc(null,e,i,s,void 0===n?0:n,void 0===o?360:o,r,null,null,Wi),t.push(vi,Wi.x,Wi.y),Hi(t,e,i,s,n,o,r)},drawPoints(t,e,i,s){be.points(t,e,i,s)}},{ellipse:zi,arc:Hi}=Fi,{moveTo:Ui,lineTo:Ni,quadraticCurveTo:Yi,bezierCurveTo:Xi,closePath:Vi,beginPath:ji,rect:Gi,roundRect:Zi,ellipse:Ki,arc:qi,arcTo:Ji,drawEllipse:$i,drawArc:Qi,drawPoints:ts}=Fi;class es{set path(t){this.__path=t}get path(){return this.__path}constructor(t){this.clearPath=this.beginPath,this.set(t)}set(t){return this.__path=t?"string"==typeof t?Kt.parse(t):t:[],this}beginPath(){return ji(this.__path),this.paint(),this}moveTo(t,e){return Ui(this.__path,t,e),this.paint(),this}lineTo(t,e){return Ni(this.__path,t,e),this.paint(),this}bezierCurveTo(t,e,i,s,n,o){return Xi(this.__path,t,e,i,s,n,o),this.paint(),this}quadraticCurveTo(t,e,i,s){return Yi(this.__path,t,e,i,s),this.paint(),this}closePath(){return Vi(this.__path),this.paint(),this}rect(t,e,i,s){return Gi(this.__path,t,e,i,s),this.paint(),this}roundRect(t,e,i,s,n){return Zi(this.__path,t,e,i,s,n),this.paint(),this}ellipse(t,e,i,s,n,o,r,a){return Ki(this.__path,t,e,i,s,n,o,r,a),this.paint(),this}arc(t,e,i,s,n,o){return qi(this.__path,t,e,i,s,n,o),this.paint(),this}arcTo(t,e,i,s,n){return Ji(this.__path,t,e,i,s,n),this.paint(),this}drawEllipse(t,e,i,s,n,o,r,a){return $i(this.__path,t,e,i,s,n,o,r,a),this.paint(),this}drawArc(t,e,i,s,n,o){return Qi(this.__path,t,e,i,s,n,o),this.paint(),this}drawPoints(t,e,i){return ts(this.__path,t,e,i),this.paint(),this}paint(){}}const{M:is,L:ss,C:ns,Q:os,Z:rs,N:as,D:hs,X:ls,G:ds,F:cs,O:us,P:_s,U:ps}=Jt,gs=wt.get("PathDrawer"),fs={drawPathByData(t,e){if(!e)return;let i,s=0,n=e.length;for(;s<n;)switch(i=e[s],i){case is:t.moveTo(e[s+1],e[s+2]),s+=3;break;case ss:t.lineTo(e[s+1],e[s+2]),s+=3;break;case ns:t.bezierCurveTo(e[s+1],e[s+2],e[s+3],e[s+4],e[s+5],e[s+6]),s+=7;break;case os:t.quadraticCurveTo(e[s+1],e[s+2],e[s+3],e[s+4]),s+=5;break;case rs:t.closePath(),s+=1;break;case as:t.rect(e[s+1],e[s+2],e[s+3],e[s+4]),s+=5;break;case hs: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 ls:t.roundRect(e[s+1],e[s+2],e[s+3],e[s+4],e[s+5]),s+=6;break;case ds:t.ellipse(e[s+1],e[s+2],e[s+3],e[s+4],e[s+5]*l,e[s+6]*l,e[s+7]*l,e[s+8]),s+=9;break;case cs:t.ellipse(e[s+1],e[s+2],e[s+3],e[s+4],0,0,d,!1),s+=5;break;case us:t.arc(e[s+1],e[s+2],e[s+3],e[s+4]*l,e[s+5]*l,e[s+6]),s+=7;break;case _s:t.arc(e[s+1],e[s+2],e[s+3],0,d,!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 gs.error(`command: ${i} [index:${s}]`,e)}}},{M:ys,L:ms,C:vs,Q:ws,Z:xs,N:bs,D:Es,X:Bs,G:ks,F:Ls,O:Ps,P:Ts,U:Rs}=Jt,{toTwoPointBounds:Cs,toTwoPointBoundsByQuadraticCurve:Ss,arcTo:Os,arc:Ds,ellipse:Ms}=be,{addPointBounds:Is,copy:As,addPoint:Ws,setPoint:Fs,addBounds:zs,toBounds:Hs}=N,Us=wt.get("PathBounds");let Ns,Ys,Xs;const Vs={},js={},Gs={},Zs={toBounds(t,e){Zs.toTwoPointBounds(t,js),Hs(js,e)},toTwoPointBounds(t,e){if(!t||!t.length)return Fs(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===xs||r===vs||r===ws?Fs(e,h,l):Fs(e,t[a+1],t[a+2])),r){case ys:case ms:h=t[a+1],l=t[a+2],Ws(e,h,l),a+=3;break;case vs:n=t[a+5],o=t[a+6],Cs(h,l,t[a+1],t[a+2],t[a+3],t[a+4],n,o,Vs),Is(e,Vs),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],Ss(h,l,i,s,n,o,Vs),Is(e,Vs),h=n,l=o,a+=5;break;case xs:a+=1;break;case bs:h=t[a+1],l=t[a+2],zs(e,h,l,t[a+3],t[a+4]),a+=5;break;case Es:case Bs:h=t[a+1],l=t[a+2],zs(e,h,l,t[a+3],t[a+4]),a+=r===Es?9:6;break;case ks:Ms(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],Vs,Gs),0===a?As(e,Vs):Is(e,Vs),h=Gs.x,l=Gs.y,a+=9;break;case Ls:h=t[a+1],l=t[a+2],Ys=t[a+3],Xs=t[a+4],zs(e,h-Ys,l-Xs,2*Ys,2*Xs),h+=Ys,a+=5;break;case Ps:Ds(null,t[a+1],t[a+2],t[a+3],t[a+4],t[a+5],t[a+6],Vs,Gs),0===a?As(e,Vs):Is(e,Vs),h=Gs.x,l=Gs.y,a+=7;break;case Ts:h=t[a+1],l=t[a+2],Ns=t[a+3],zs(e,h-Ns,l-Ns,2*Ns,2*Ns),h+=Ns,a+=4;break;case Rs:Os(null,h,l,t[a+1],t[a+2],t[a+3],t[a+4],t[a+5],Vs,Gs),0===a?As(e,Vs):Is(e,Vs),h=Gs.x,l=Gs.y,a+=6;break;default:return void Us.error(`command: ${r} [index:${a}]`,t)}}},{M:Ks,L:qs,C:Js,Z:$s}=Jt,{getCenterX:Qs,getCenterY:tn}=D,{arcTo:en}=Fi,sn={smooth(t,e,i){let s,n=0,o=0,r=0,a=0,h=0,l=0,d=0,c=0,u=0;const _=t.length,p=[];for(;n<_;)switch(s=t[n],s){case Ks:a=c=t[n+1],h=u=t[n+2],n+=3,t[n]===qs?(l=t[n+1],d=t[n+2],p.push(Ks,Qs(a,l),tn(h,d))):p.push(Ks,a,h);break;case qs:switch(o=t[n+1],r=t[n+2],n+=3,t[n]){case qs:en(p,o,r,t[n+1],t[n+2],e,c,u);break;case $s:en(p,o,r,a,h,e,c,u);break;default:p.push(qs,o,r)}c=o,u=r;break;case Js:p.push(Js,t[n+1],t[n+2],t[n+3],t[n+4],t[n+5],t[n+6]),n+=7;break;case $s:en(p,a,h,l,d,e,c,u),p.push($s),n+=1}return s!==$s&&(p[1]=a,p[2]=h),p}};Kt.creator=new es,Kt.parse=gi.parse,Kt.convertToCanvasData=gi.toCanvasData;const nn=new es,{drawRoundRect:on}=ne;function rn(t){!function(t){t&&!t.roundRect&&(t.roundRect=function(t,e,i,s,n){on(this,t,e,i,s,n)})}(t)}const an={opacityTypes:["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=hn.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{}}}},hn=an;hn.opacityTypes.forEach((t=>hn.upperCaseTypeMap[t]=t.toUpperCase()));const ln=wt.get("TaskProcessor");class dn{constructor(t){this.parallel=!0,this.time=1,this.id=s.create(s.TASK),this.task=t}run(){return zt(this,void 0,void 0,(function*(){try{this.task&&!this.isComplete&&this.parent.running&&(yield this.task())}catch(t){ln.error(t)}}))}complete(){this.isComplete=!0,this.parent=null,this.task=null}cancel(){this.isCancel=!0,this.complete()}}class cn{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&&Mt.assign(this.config,t),this.empty()}add(t,e){let i,s,n,o;const r=new dn(t);return r.parent=this,"number"==typeof e?o=e:e&&(s=e.parallel,i=e.start,n=e.time,o=e.delay),n&&(r.time=n),!1===s&&(r.parallel=!1),void 0===o?this.push(r,i):(this.delayNumber++,setTimeout((()=>{this.delayNumber&&(this.delayNumber--,this.push(r,i))}),o)),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 un={map:{},recycledList:[],tasker:new cn,patternTasker:new cn,get isComplete(){return _n.tasker.isComplete},get(t){let e=_n.map[t.url];return e||(e=i.image(t),_n.map[t.url]=e),e.use++,e},recycle(t){t.use--,setTimeout((()=>{t.use||_n.recycledList.push(t)}))},clearRecycled(){const t=_n.recycledList;t.length>100&&(t.forEach((t=>{!t.use&&t.url&&(delete _n.map[t.url],t.destroy())})),t.length=0)},hasOpacityPixel:t=>an.opacityTypes.some((e=>_n.isFormat(e,t))),isFormat(t,e){if(e.format===t)return!0;const{url:i}=e;if(i.startsWith("data:")){if(i.startsWith("data:"+an.mineType(t)))return!0}else if(i.includes("."+t)||i.includes("."+an.upperCaseTypeMap[t]))return!0;return!1},destroy(){_n.map={},_n.recycledList=[]}},_n=un,{IMAGE:pn,create:gn}=s;class fn{get url(){return this.config.url}get completed(){return this.ready||!!this.error}constructor(t){this.use=0,this.waitComplete=[],this.innerId=gn(pn),this.config=t||{url:""},this.isSVG=un.isFormat("svg",t),this.hasOpacityPixel=un.hasOpacityPixel(t)}load(t,i){return this.loading||(this.loading=!0,un.tasker.add((()=>zt(this,void 0,void 0,(function*(){return yield e.origin.loadImage(this.url).then((t=>{this.ready=!0,this.width=t.naturalWidth||t.width,this.height=t.naturalHeight||t.height,this.view=t,this.onComplete(!0)})).catch((t=>{this.error=t,this.onComplete(!1)}))}))))),this.waitComplete.push(t,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}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}getCanvas(t,i,s,n){if(t||(t=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 o=e.origin.createCanvas(t,i),r=o.getContext("2d");return s&&(r.globalAlpha=s),r.drawImage(this.view,0,0,t,i),this.cache=this.use>1?{data:o,params:arguments}:null,o}getPattern(t,i,s,n){const o=e.canvas.createPattern(t,i);try{s&&o.setTransform&&(o.setTransform(s),s=null)}catch(t){}return n&&(n.transform=s),o}destroy(){this.config={url:""},this.cache=null,this.waitComplete.length=0}}function yn(t,e,i,s){s||(i.configurable=i.enumerable=!0),Object.defineProperty(t,e,i)}function mn(t,e){return Object.getOwnPropertyDescriptor(t,e)}function vn(t,e){return(i,s)=>xn(i,s,t,e&&e(s))}function wn(t){return t}function xn(t,e,i,s){const n={get(){return this.__getAttr(e)},set(t){this.__setAttr(e,t)}};yn(t,e,Object.assign(n,s||{})),jn(t,e,i)}function bn(t){return vn(t)}function En(t,e){return vn(t,(t=>({set(i){this.__setAttr(t,i,e)&&(this.__layout.matrixChanged||this.__layout.matrixChange())}})))}function Bn(t){return vn(t,(t=>({set(e){this.__setAttr(t,e)&&(this.__layout.matrixChanged||this.__layout.matrixChange(),this.__hasAutoLayout=!!(this.origin||this.around||this.flow),this.__local||this.__layout.createLocal())}})))}function kn(t,e){return vn(t,(t=>({set(i){this.__setAttr(t,i,e)&&(this.__layout.scaleChanged||this.__layout.scaleChange())}})))}function Ln(t,e){return vn(t,(t=>({set(i){this.__setAttr(t,i,e)&&(this.__layout.rotationChanged||this.__layout.rotationChange())}})))}function Pn(t,e){return vn(t,(t=>({set(i){this.__setAttr(t,i,e)&&Rn(this)}})))}function Tn(t){return vn(t,(t=>({set(e){this.__setAttr(t,e)&&(Rn(this),this.__.__removeNaturalSize())}})))}function Rn(t){t.__layout.boxChanged||t.__layout.boxChange(),t.__hasAutoLayout&&(t.__layout.matrixChanged||t.__layout.matrixChange())}function Cn(t){return vn(t,(t=>({set(e){const i=this.__;2!==i.__pathInputed&&(i.__pathInputed=e?1:0),e||(i.__pathForRender=void 0),this.__setAttr(t,e),Rn(this)}})))}const Sn=Pn;function On(t){return vn(t,(t=>({set(e){this.__setAttr(t,e)&&Dn(this)}})))}function Dn(t){t.__layout.strokeChanged||t.__layout.strokeChange(),t.__.__useArrow&&Rn(t)}const Mn=On;function In(t){return vn(t,(t=>({set(e){this.__setAttr(t,e),this.__layout.renderChanged||this.__layout.renderChange()}})))}function An(t){return vn(t,(t=>({set(e){this.__setAttr(t,e)&&(this.__layout.surfaceChanged||this.__layout.surfaceChange())}})))}function Wn(t){return vn(t,(t=>({set(e){this.__setAttr(t,e)&&(this.__layout.opacityChanged||this.__layout.opacityChange())}})))}function Fn(t){return vn(t,(t=>({set(e){const i=this.visible;if(!0===i&&0===e){if(this.animationOut)return this.__runAnimation("out",(()=>zn(this,t,e,i)))}else 0===i&&!0===e&&this.animation&&this.__runAnimation("in");zn(this,t,e,i)}})))}function zn(t,e,i,s){t.__setAttr(e,i)&&(t.__layout.opacityChanged||t.__layout.opacityChange(),0!==s&&0!==i||Rn(t))}function Hn(t){return vn(t,(t=>({set(e){this.__setAttr(t,e)&&(this.__layout.surfaceChanged||this.__layout.surfaceChange(),this.waitParent((()=>{this.parent.__layout.childrenSortChange()})))}})))}function Un(t){return vn(t,(t=>({set(e){this.__setAttr(t,e)&&(this.__layout.boxChanged||this.__layout.boxChange(),this.waitParent((()=>{this.parent.__updateMask(e)})))}})))}function Nn(t){return vn(t,(t=>({set(e){this.__setAttr(t,e)&&this.waitParent((()=>{this.parent.__updateEraser(e)}))}})))}function Yn(t){return vn(t,(t=>({set(e){this.__setAttr(t,e)&&(this.__layout.hitCanvasChanged=!0,wt.showHitView&&(this.__layout.surfaceChanged||this.__layout.surfaceChange()),this.leafer&&this.leafer.updateCursor())}})))}function Xn(t){return vn(t,(t=>({set(e){this.__setAttr(t,e),this.leafer&&this.leafer.updateCursor()}})))}function Vn(t){return(e,i)=>{yn(e,"__DataProcessor",{get:()=>t})}}function jn(t,e,i){const s=t.__DataProcessor.prototype,n="_"+e,o=function(t){return"set"+t.charAt(0).toUpperCase()+t.slice(1)}(e),r={get(){const t=this[n];return void 0===t?i:t},set(t){this[n]=t}};if(void 0===i)r.get=function(){return this[n]};else if("object"==typeof i){const{clone:t}=Mt;r.get=function(){let e=this[n];return void 0===e&&(this[n]=e=t(i)),e}}"width"===e?r.get=function(){const t=this[n];if(void 0===t){const t=this;return t._height&&t.__naturalWidth&&t.__useNaturalRatio?t._height*t.__naturalWidth/t.__naturalHeight:t.__naturalWidth||i}return t}:"height"===e&&(r.get=function(){const t=this[n];if(void 0===t){const t=this;return t._width&&t.__naturalHeight&&t.__useNaturalRatio?t._width*t.__naturalHeight/t.__naturalWidth:t.__naturalHeight||i}return t});let a,h=s;for(;!a&&h;)a=mn(h,e),h=h.__proto__;a&&a.set&&(r.set=a.set),s[o]&&(r.set=s[o],delete s[o]),yn(s,e,r)}const Gn=new wt("rewrite"),Zn=[],Kn=["destroy","constructor"];function qn(t){return(e,i)=>{Zn.push({name:e.constructor.name+"."+i,run:()=>{e[i]=t}})}}function Jn(){return t=>{$n()}}function $n(t){Zn.length&&(Zn.forEach((e=>{t&&Gn.error(e.name,"需在Class上装饰@rewriteAble()"),e.run()})),Zn.length=0)}function Qn(t,e){return i=>{var s;(t.prototype?(s=t.prototype,Object.getOwnPropertyNames(s)):Object.keys(t)).forEach((s=>{if(!(Kn.includes(s)||e&&e.includes(s)))if(t.prototype){mn(t.prototype,s).writable&&(i.prototype[s]=t.prototype[s])}else i.prototype[s]=t[s]}))}}function to(){return t=>{Tt.register(t)}}function eo(){return t=>{St.register(t)}}setTimeout((()=>$n(!0)));const{copy:io,toInnerPoint:so,toOuterPoint:no,scaleOfOuter:oo,rotateOfOuter:ro,skewOfOuter:ao,multiplyParent:ho,divideParent:lo,getLayout:co}=b,uo={},_o={updateAllMatrix(t,e,i){if(e&&t.__hasAutoLayout&&t.__layout.matrixChanged&&(i=!0),fo(t,e,i),t.isBranch){const{children:s}=t;for(let t=0,n=s.length;t<n;t++)go(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++)yo(e[t])}},updateAllChange(t){if(yo(t),t.__updateChange(),t.isBranch){const{children:e}=t;for(let t=0,i=e.length;t<i;t++)mo(e[t])}},worldHittable(t){for(;t;){if(!t.__.hittable)return!1;t=t.parent}return!0},moveWorld(t,e,i=0,s){const n="object"==typeof e?Object.assign({},e):{x:e,y:i};s?no(t.localTransform,n,n,!0):t.parent&&so(t.parent.worldTransform,n,n,!0),po.moveLocal(t,n.x,n.y)},moveLocal(t,e,i=0){"object"==typeof e?(t.x+=e.x,t.y+=e.y):(t.x+=e,t.y+=i)},zoomOfWorld(t,e,i,s,n){po.zoomOfLocal(t,wo(t,e),i,s,n)},zoomOfLocal(t,e,i,s=i,n){io(uo,t.__localMatrix),oo(uo,e,i,s),t.origin||t.around?po.setTransform(t,uo,n):(vo(t,uo),t.scaleResize(i,s,!0!==n))},rotateOfWorld(t,e,i){po.rotateOfLocal(t,wo(t,e),i)},rotateOfLocal(t,e,i){io(uo,t.__localMatrix),ro(uo,e,i),t.origin||t.around?po.setTransform(t,uo):(vo(t,uo),t.rotation=h.formatRotation(t.rotation+i))},skewOfWorld(t,e,i,s,n){po.skewOfLocal(t,wo(t,e),i,s,n)},skewOfLocal(t,e,i,s=0,n){io(uo,t.__localMatrix),ao(uo,e,i,s),po.setTransform(t,uo,n)},transformWorld(t,e,i){io(uo,t.worldTransform),ho(uo,e),t.parent&&lo(uo,t.parent.worldTransform),po.setTransform(t,uo,i)},transform(t,e,i){io(uo,t.localTransform),ho(uo,e),po.setTransform(t,uo,i)},setTransform(t,e,i){const s=co(e,t.origin&&po.getInnerOrigin(t,t.origin),t.around&&po.getInnerOrigin(t,t.around));if(i){const e=s.scaleX/t.scaleX,n=s.scaleY/t.scaleY;delete s.scaleX,delete s.scaleY,t.set(s),t.scaleResize(e,n,!0!==i)}else t.set(s)},getFlipTransform(t,e){const i={a:1,b:0,c:0,d:1,e:0,f:0},s="x"===e?1:-1;return oo(i,po.getLocalOrigin(t,"center"),-1*s,1*s),i},getLocalOrigin:(t,e)=>D.tempToOuterOf(po.getInnerOrigin(t,e),t.localTransform),getInnerOrigin(t,e){const i={};return gt.toPoint(e,t.boxBounds,i),i},getRelativeWorld:(t,e,i)=>(io(uo,t.worldTransform),lo(uo,e.worldTransform),i?uo:Object.assign({},uo)),drop(t,e,i,s){t.setTransform(po.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}}},po=_o,{updateAllMatrix:go,updateMatrix:fo,updateAllWorldOpacity:yo,updateAllChange:mo}=po;function vo(t,e){const{e:i,f:s}=t.__localMatrix;t.x+=e.e-i,t.y+=e.f-s}function wo(t,e){return t.__layout.update(),t.parent?D.tempToInnerOf(e,t.parent.__world):e}const xo={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:bo}=_o,Eo={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),Bo(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++)ko(e[t],e)},updateBounds(t,e){const i=[t];ko(t,i),Lo(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++)bo(s[t]);e&&e===i||bo(i)}}},{pushAllChildBranch:Bo,pushAllBranchStack:ko,updateBoundsByBranchStack:Lo}=Eo,Po={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:To}=_o,{toOuterOf:Ro,getPoints:Co,copy:So}=ot,Oo="_localContentBounds",Do="_worldContentBounds",Mo="_worldBoxBounds",Io="_worldStrokeBounds";class Ao{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}get localContentBounds(){return Ro(this.contentBounds,this.leaf.__localMatrix,this[Oo]||(this[Oo]={})),this[Oo]}get localStrokeBounds(){return this._localStrokeBounds||this}get localRenderBounds(){return this._localRenderBounds||this}get worldContentBounds(){return Ro(this.contentBounds,this.leaf.__world,this[Do]||(this[Do]={})),this[Do]}get worldBoxBounds(){return Ro(this.boxBounds,this.leaf.__world,this[Mo]||(this[Mo]={})),this[Mo]}get worldStrokeBounds(){return Ro(this.strokeBounds,this.leaf.__world,this[Io]||(this[Io]={})),this[Io]}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.boxBounds={x:0,y:0,width:0,height:0},this.leaf.__local&&(this._localRenderBounds=this._localStrokeBounds=this.leaf.__local),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{leafer:t}=this.leaf;if(t)t.ready?t.watcher.changed&&t.layouter.layout():t.start();else{let t=this.leaf;for(;t.parent&&!t.parent.leafer;)t=t.parent;e.layout(t)}}getTransform(t="world"){this.update();const{leaf:e}=this;switch(t){case"world":return e.__world;case"local":return e.__localMatrix;case"inner":return b.defaultMatrix;case"page":t=e.zoomLayer;default:return To(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 lt(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=this.getInnerBounds(t);switch(e){case"world":n=s.getWorldPoint(r),o=s.__world;break;case"local":n=s.getLocalPointByInner(r),o=s.__localMatrix;break;case"inner":n=r,o=b.defaultMatrix;break;case"page":e=s.zoomLayer;default:n=s.getWorldPoint(r,e),o=To(s,e,!0)}const a=b.getLayout(o);if(So(a,r),D.copy(a,n),i){const{scaleX:t,scaleY:e}=a,i=Math.abs(t),s=Math.abs(e);1===i&&1===s||(a.scaleX/=i,a.scaleY/=s,a.width*=i,a.height*=s)}return a}getLayoutPoints(t,e="world"){const{leaf:i}=this,s=Co(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 void 0!==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=!0,this.leaf.forceUpdate("surface"))}destroy(){}}class Wo{constructor(t,e){this.bubbles=!1,this.type=t,e&&(this.target=e)}stopDefault(){this.isStopDefault=!0,this.origin&&e.event.stopDefault(this.origin)}stopNow(){this.isStopNow=!0,this.isStop=!0,this.origin&&e.event.stopNow(this.origin)}stop(){this.isStop=!0,this.origin&&e.event.stop(this.origin)}}class Fo extends Wo{constructor(t,e,i){super(t,e),this.parent=i,this.child=e}}Fo.ADD="child.add",Fo.REMOVE="child.remove",Fo.CREATED="created",Fo.MOUNTED="mounted",Fo.UNMOUNTED="unmounted",Fo.DESTROY="destroy";class zo extends Wo{constructor(t,e,i,s,n){super(t,e),this.attrName=i,this.oldValue=s,this.newValue=n}}zo.CHANGE="property.change",zo.LEAFER_CHANGE="property.leafer_change";class Ho extends Wo{constructor(t,e){super(t),Object.assign(this,e)}}Ho.LOAD="image.load",Ho.LOADED="image.loaded",Ho.ERROR="image.error";class Uo extends Wo{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(Uo.RESIZE),Object.assign(this,t)):super(t),this.old=e}}Uo.RESIZE="resize";class No extends Wo{constructor(t,e){super(t),this.data=e}}No.REQUEST="watch.request",No.DATA="watch.data";class Yo extends Wo{constructor(t,e,i){super(t),e&&(this.data=e,this.times=i)}}Yo.CHECK_UPDATE="layout.check_update",Yo.REQUEST="layout.request",Yo.START="layout.start",Yo.BEFORE="layout.before",Yo.LAYOUT="layout",Yo.AFTER="layout.after",Yo.AGAIN="layout.again",Yo.END="layout.end";class Xo extends Wo{constructor(t,e,i,s){super(t),e&&(this.times=e),i&&(this.renderBounds=i,this.renderOptions=s)}}Xo.REQUEST="render.request",Xo.START="render.start",Xo.BEFORE="render.before",Xo.RENDER="render",Xo.AFTER="render.after",Xo.AGAIN="render.again",Xo.END="render.end",Xo.NEXT="render.next";class Vo extends Wo{}Vo.START="leafer.start",Vo.BEFORE_READY="leafer.before_ready",Vo.READY="leafer.ready",Vo.AFTER_READY="leafer.after_ready",Vo.VIEW_READY="leafer.view_ready",Vo.VIEW_COMPLETED="leafer.view_completed",Vo.STOP="leafer.stop",Vo.RESTART="leafer.restart",Vo.END="leafer.end";const jo={};class Go{set event(t){this.on(t)}on(t,e,i){if(!e){let e,i=t;for(let t in i)e=i[t],e instanceof Array?this.on(t,e[0],e[1]):this.on(t,e);return}let s,n,o;i&&("once"===i?n=!0:"boolean"==typeof i?s=i:(s=i.capture,n=i.once));const r=Zo(this,s,!0),a="string"==typeof t?t.split(" "):t,h=n?{listener:e,once:n}:{listener:e};a.forEach((t=>{t&&(o=r[t],o?-1===o.findIndex((t=>t.listener===e))&&o.push(h):r[t]=[h])}))}off(t,e,i){if(t){const s="string"==typeof t?t.split(" "):t;if(e){let t,n,o;i&&(t="boolean"==typeof i?i:"once"!==i&&i.capture);const r=Zo(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]))}))}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 i&&(e=e.bind(i)),this.on(t,e,s),{type:t,current:this,listener:e,options:s}}off_(t){if(!t)return;const e=t instanceof Array?t:[t];e.forEach((t=>t.current.off(t.type,t.listener,t.options))),e.length=0}once(t,e,i){this.on(t,e,{once:!0,capture:i})}emit(t,e,i){!e&&St.has(t)&&(e=St.get(t,{type:t,target:this,current:this}));const s=Zo(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],o=s&&s[t];return!!(void 0===e?n||o:e?o:n)}destroy(){this.__captureMap=this.__bubbleMap=this.syncEventer=null}}function Zo(t,e,i){if(e){const{__captureMap:e}=t;return e||(i?t.__captureMap={}:jo)}{const{__bubbleMap:e}=t;return e||(i?t.__bubbleMap={}:jo)}}const{on:Ko,on_:qo,off:Jo,off_:$o,once:Qo,emit:tr,emitEvent:er,hasEvent:ir,destroy:sr}=Go.prototype,nr={on:Ko,on_:qo,off:Jo,off_:$o,once:Qo,emit:tr,emitEvent:er,hasEvent:ir,destroyEventer:sr},{isFinite:or}=Number,rr=wt.get("setAttr"),ar={__setAttr(t,e,i){if(this.leafer&&this.leafer.created){const s=this.__.__getInput(t);if(i&&!or(e)&&void 0!==e&&(rr.warn(this.innerName,t,e),e=void 0),"object"==typeof e||s!==e){this.__realSetAttr(t,e);const{CHANGE:i}=zo,n=new zo(i,this,t,s,e);return this.isLeafer?this.emitEvent(new zo(zo.LEAFER_CHANGE,this,t,s,e)):this.hasEvent(i)&&this.emitEvent(n),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||void 0===i.normalStyle[t]||(i.normalStyle[t]=e))},__getAttr(t){return this.__proxyData?this.getProxyAttr(t):this.__.__get(t)}},{setLayout:hr,multiplyParent:lr,translateInner:dr,defaultWorld:cr}=b,{toPoint:ur,tempPoint:_r}=gt,pr={__updateWorldMatrix(){lr(this.__local||this.__layout,this.parent?this.parent.__world:cr,this.__world,!!this.__layout.affectScaleOrRotation,this.__,this.parent&&this.parent.__)},__updateLocalMatrix(){if(this.__local){const t=this.__layout,e=this.__local,i=this.__;t.affectScaleOrRotation&&(t.scaleChanged||t.rotationChanged)&&(hr(e,i,null,null,t.affectRotation),t.scaleChanged=t.rotationChanged=!1),e.e=i.x+i.offsetX,e.f=i.y+i.offsetY,(i.around||i.origin)&&(ur(i.around||i.origin,t.boxBounds,_r),dr(e,-_r.x,-_r.y,!i.around))}this.__layout.matrixChanged=!1}},{updateMatrix:gr,updateAllMatrix:fr}=_o,{updateBounds:yr}=Eo,{toOuterOf:mr,copyAndSpread:vr,copy:wr}=ot,{toBounds:xr}=Zs,br={__updateWorldBounds(){mr(this.__layout.renderBounds,this.__world,this.__world),this.__layout.resized&&(this.__onUpdateSize(),this.__layout.resized=!1)},__updateLocalBounds(){const t=this.__layout;t.boxChanged&&(this.__.__pathInputed||this.__updatePath(),this.__updateRenderPath(),this.__updateBoxBounds(),t.resized=!0),t.localBoxChanged&&(this.__local&&this.__updateLocalBoxBounds(),t.localBoxChanged=!1,t.strokeSpread&&(t.strokeChanged=!0),t.renderSpread&&(t.renderChanged=!0),this.parent&&this.parent.__layout.boxChange()),t.boxChanged=!1,t.strokeChanged&&(t.strokeSpread=this.__updateStrokeSpread(),t.strokeSpread?(t.strokeBounds===t.boxBounds&&t.spreadStroke(),this.__updateStrokeBounds(),this.__updateLocalStrokeBounds()):t.spreadStrokeCancel(),t.strokeChanged=!1,(t.renderSpread||t.strokeSpread!==t.strokeBoxSpread)&&(t.renderChanged=!0),this.parent&&this.parent.__layout.strokeChange(),t.resized=!0),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=!1,this.parent&&this.parent.__layout.renderChange()),t.boundsChanged=!1},__updateLocalBoxBounds(){this.__hasMotionPath&&this.__updateMotionPath(),this.__hasAutoLayout&&this.__updateAutoLayout(),mr(this.__layout.boxBounds,this.__local,this.__local)},__updateLocalStrokeBounds(){mr(this.__layout.strokeBounds,this.__localMatrix,this.__layout.localStrokeBounds)},__updateLocalRenderBounds(){mr(this.__layout.renderBounds,this.__localMatrix,this.__layout.localRenderBounds)},__updateBoxBounds(){const t=this.__layout.boxBounds,e=this.__;e.__pathInputed?xr(e.__pathForRender,t):(t.x=0,t.y=0,t.width=e.width,t.height=e.height)},__updateAutoLayout(){this.__layout.matrixChanged=!0,this.isBranch?(this.leafer&&this.leafer.ready&&this.leafer.layouter.addExtra(this),this.__.flow?(this.__layout.boxChanged&&this.__updateFlowLayout(),fr(this),yr(this,this),this.__.__autoSide&&this.__updateBoxBounds(!0)):(fr(this),yr(this,this))):gr(this)},__updateNaturalSize(){const{__:t,__layout:e}=this;t.__naturalWidth=e.boxBounds.width,t.__naturalHeight=e.boxBounds.height},__updateStrokeBounds(){const t=this.__layout;vr(t.strokeBounds,t.boxBounds,t.strokeBoxSpread)},__updateRenderBounds(){const t=this.__layout;t.renderSpread>0?vr(t.renderBounds,t.boxBounds,t.renderSpread):wr(t.renderBounds,t.strokeBounds)}},Er={__render(t,e){if(this.__worldOpacity)if(t.setWorld(this.__nowWorld=this.__getNowWorld(e)),t.opacity=this.__.opacity,this.__.__single){if("path"===this.__.eraser)return this.__renderEraser(t,e);const i=t.getSameCanvas(!0,!0);this.__draw(i,e),this.__worldFlipped?t.copyWorldByReset(i,this.__nowWorld,null,this.__.__blendMode,!0):t.copyWorldToInner(i,this.__nowWorld,this.__layout.renderBounds,this.__.__blendMode),i.recycle(this.__nowWorld)}else this.__draw(t,e)},__clip(t,e){this.__worldOpacity&&(t.setWorld(this.__nowWorld=this.__getNowWorld(e)),this.__drawRenderPath(t),this.__.windingRule?t.clip(this.__.windingRule):t.clip())},__updateWorldOpacity(){this.__worldOpacity=this.__.visible?this.parent?this.parent.__worldOpacity*this.__.opacity:this.__.opacity:0,this.__layout.opacityChanged&&(this.__layout.opacityChanged=!1)}},{excludeRenderBounds:Br}=xo,kr={__updateChange(){const{__layout:t}=this;t.childrenSortChanged&&(this.__updateSortChildren(),t.childrenSortChanged=!1),this.__.__checkSingle()},__render(t,e){if(this.__worldOpacity)if(this.__.__single){if("path"===this.__.eraser)return this.__renderEraser(t,e);const i=t.getSameCanvas(!1,!0);this.__renderBranch(i,e);const s=this.__getNowWorld(e);t.opacity=this.__.opacity,t.copyWorldByReset(i,s,s,this.__.__blendMode,!0),i.recycle(s)}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++)Br(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++)Br(i[s],e)||i[s].__clip(t,e)}}},{LEAF:Lr,create:Pr}=s,{toInnerPoint:Tr,toOuterPoint:Rr,multiplyParent:Cr}=b,{toOuterOf:Sr}=ot,{copy:Or,move:Dr}=D,{moveLocal:Mr,zoomOfLocal:Ir,rotateOfLocal:Ar,skewOfLocal:Wr,moveWorld:Fr,zoomOfWorld:zr,rotateOfWorld:Hr,skewOfWorld:Ur,transform:Nr,transformWorld:Yr,setTransform:Xr,getFlipTransform:Vr,getLocalOrigin:jr,getRelativeWorld:Gr,drop:Zr}=_o;t.Leaf=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 At}get __LayoutProcessor(){return Ao}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(){const{leafer:t}=this;return t&&t.created&&t.lazyBounds.hit(this.__world)}get pathInputed(){return this.__.__pathInputed}set event(t){this.on(t)}constructor(t){this.innerId=Pr(Lr),this.reset(t),this.__bubbleMap&&this.__emitLifeEvent(Fo.CREATED)}reset(t){this.leafer&&this.leafer.forceRender(this.__world),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(Fo.ADD,t,"once")}waitLeafer(t,e){e&&(t=t.bind(e)),this.leafer?t():this.on(Fo.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(Fo.MOUNTED)):this.__emitLifeEvent(Fo.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){this.forceUpdate("surface")}__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=!!t||this.children.some((t=>t.__.mask))}__renderMask(t,e){}__getNowWorld(t){if(t.matrix){this.__cameraWorld||(this.__cameraWorld={});const e=this.__cameraWorld;return Cr(this.__world,t.matrix,e,void 0,this.__world),Sr(this.__layout.renderBounds,e,e),e}return this.__world}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?Gr(this,e):this.worldTransform,n=i?t:{};return Sr(t,s,n),n}worldToLocal(t,e,i,s){this.parent?this.parent.worldToInner(t,e,i,s):e&&Or(e,t)}localToWorld(t,e,i,s){this.parent?this.parent.innerToWorld(t,e,i,s):e&&Or(e,t)}worldToInner(t,e,i,s){s&&(s.innerToWorld(t,e,i),t=e||t),Tr(this.worldTransform,t,e,i)}innerToWorld(t,e,i,s){Rr(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 Dr(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 Dr(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){Xr(this,t,e)}transform(t,e){Nr(this,t,e)}move(t,e){Mr(this,t,e)}moveInner(t,e){Fr(this,t,e,!0)}scaleOf(t,e,i,s){Ir(this,jr(this,t),e,i,s)}rotateOf(t,e){Ar(this,jr(this,t),e)}skewOf(t,e,i,s){Wr(this,jr(this,t),e,i,s)}transformWorld(t,e){Yr(this,t,e)}moveWorld(t,e){Fr(this,t,e)}scaleOfWorld(t,e,i,s){zr(this,t,e,i,s)}rotateOfWorld(t,e){Hr(this,t,e)}skewOfWorld(t,e,i,s){Ur(this,t,e,i,s)}flip(t){Nr(this,Vr(this,t))}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){}__clip(t,e){}__renderShape(t,e,i,s){}__updateWorldOpacity(){}__updateChange(){}__drawPath(t){}__drawRenderPath(t){}__updatePath(){}__updateRenderPath(){}getMotionPathData(){return Lt("path")}getMotionPoint(t){return Lt("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){Zr(this,t,e,i)}on(t,e,i){}off(t,e,i){}on_(t,e,i,s){}off_(t){}once(t,e,i){}emit(t,e,i){}emitEvent(t,e){}hasEvent(t,e){return!1}static changeAttr(t,e,i){i?this.addAttr(t,e,i):jn(this.prototype,t,e)}static addAttr(t,e,i){i||(i=Pn),i(e)(this.prototype,t)}__emitLifeEvent(t){this.hasEvent(t)&&this.emitEvent(new Fo(t,this,this.parent))}destroy(){if(!this.destroyed){const{parent:t}=this;t&&this.remove(),this.children&&this.removeAll(!0),this.__emitLifeEvent(Fo.DESTROY),this.__.destroy(),this.__layout.destroy(),this.destroyEventer(),this.destroyed=!0}}},t.Leaf=Ft([Qn(ar),Qn(pr),Qn(br),Qn(nr),Qn(Er)],t.Leaf);const{setListWithFn:Kr}=ot,{sort:qr}=Eo,{localBoxBounds:Jr,localStrokeBounds:$r,localRenderBounds:Qr,maskLocalBoxBounds:ta,maskLocalStrokeBounds:ea,maskLocalRenderBounds:ia}=xo;t.Branch=class extends t.Leaf{__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(){Kr(this.__layout.boxBounds,this.children,this.__hasMask?ta:Jr)}__updateStrokeBounds(){Kr(this.__layout.strokeBounds,this.children,this.__hasMask?ea:$r)}__updateRenderBounds(){Kr(this.__layout.renderBounds,this.children,this.__hasMask?ia:Qr)}__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(qr),this.__layout.affectChildrenSort=t}}add(t,e){t!==this&&(t.parent&&t.parent.remove(t),t.parent=this,void 0===e?this.children.push(t):this.children.splice(e,0,t),t.isBranch&&(this.__.__childBranchNumber=(this.__.__childBranchNumber||0)+1),t.__layout.boxChanged||t.__layout.boxChange(),t.__layout.matrixChanged||t.__layout.matrixChange(),t.__bubbleMap&&t.__emitLifeEvent(Fo.ADD),this.leafer&&(t.__bindLeafer(this.leafer),this.leafer.created&&this.__emitChildEvent(Fo.ADD,t)),this.__layout.affectChildrenSort&&this.__layout.childrenSortChange())}addMany(...t){t.forEach((t=>this.add(t)))}remove(t,e){t?t.animationOut?t.__runAnimation("out",(()=>this.__remove(t,e))):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(Fo.REMOVE),t.parent=null,this.leafer&&(t.__bindLeafer(null),this.leafer.created&&(this.__emitChildEvent(Fo.REMOVE,t),this.leafer.hitCanvasManager&&this.leafer.hitCanvasManager.clear()))}__emitChildEvent(t,e){const i=new Fo(t,e,this);this.hasEvent(t)&&!this.isLeafer&&this.emitEvent(i),this.leafer.emitEvent(i)}},t.Branch=Ft([Qn(kr)],t.Branch);class sa{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,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++)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 sa;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 na{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}}class oa extends Zt{get allowBackgroundColor(){return!0}init(){this.__createView(),this.__createContext(),this.resize(this.config)}__createView(){this.view=e.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}}rn(OffscreenCanvasRenderingContext2D.prototype),rn(Path2D.prototype);const{mineType:ra}=an;function aa(t,s){e.origin={createCanvas:(t,e)=>new OffscreenCanvas(t,e),canvasToDataURL:(t,e,i)=>new Promise(((s,n)=>{t.convertToBlob({type:ra(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:ra(e),quality:i}),canvasSaveAs:(t,e,i)=>new Promise((t=>t())),download(t,e){},loadImage:t=>new Promise(((i,s)=>{let n=new XMLHttpRequest;n.open("GET",e.image.getRealURL(t),!0),n.responseType="blob",n.onload=()=>{createImageBitmap(n.response).then((t=>{i(t)})).catch((t=>{s(t)}))},n.onerror=t=>s(t),n.send()}))},e.canvas=i.canvas(),e.conicGradientSupport=!!e.canvas.context.createConicGradient}Object.assign(i,{canvas:(t,e)=>new oa(t,e),image:t=>new fn(t)}),e.name="web",e.isWorker=!0,e.requestRender=function(t){requestAnimationFrame(t)},yn(e,"devicePixelRatio",{get:()=>1});const{userAgent:ha}=navigator;ha.indexOf("Firefox")>-1?(e.conicGradientRotate90=!0,e.intWheelDeltaY=!0):ha.indexOf("Safari")>-1&&-1===ha.indexOf("Chrome")&&(e.fullImageShadow=!0),ha.indexOf("Windows")>-1?(e.os="Windows",e.intWheelDeltaY=!0):ha.indexOf("Mac")>-1?e.os="Mac":ha.indexOf("Linux")>-1&&(e.os="Linux");class la{get childrenChanged(){return this.hasAdd||this.hasRemove||this.hasVisible}get updatedList(){if(this.hasRemove){const t=new sa;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 sa,this.target=t,e&&(this.config=Mt.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(Xo.REQUEST)}__onAttrChange(t){this.__updatedList.add(t.target),this.update()}__onChildEvent(t){t.type===Fo.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 No(No.DATA,{updatedList:this.updatedList})),this.__updatedList=new sa,this.totalTimes++,this.changed=!1,this.hasVisible=!1,this.hasRemove=!1,this.hasAdd=!1}__listenEvents(){const{target:t}=this;this.__eventIds=[t.on_(zo.CHANGE,this.__onAttrChange,this),t.on_([Fo.ADD,Fo.REMOVE],this.__onChildEvent,this),t.on_(No.REQUEST,this.__onRquestData,this)]}__removeListenEvents(){this.target.off_(this.__eventIds)}destroy(){this.target&&(this.stop(),this.__removeListenEvents(),this.target=null,this.__updatedList=null)}}const{updateAllMatrix:da,updateBounds:ca,updateAllWorldOpacity:ua}=_o,{pushAllChildBranch:_a,pushAllParent:pa}=Eo;const{worldBounds:ga}=xo,fa={x:0,y:0,width:1e5,height:1e5};class ya{constructor(t){this.updatedBounds=new lt,this.beforeBounds=new lt,this.afterBounds=new lt,t instanceof Array&&(t=new sa(t)),this.updatedList=t}setBefore(){this.beforeBounds.setListWithFn(this.updatedList.list,ga)}setAfter(){const{list:t}=this.updatedList;t.some((t=>t.noBounds))?this.afterBounds.set(fa):this.afterBounds.setListWithFn(t,ga),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:ma,updateAllChange:va}=_o,wa=wt.get("Layouter");class xa{constructor(t,e){this.totalTimes=0,this.config={},this.__levelList=new na,this.target=t,e&&(this.config=Mt.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.running)return;const{target:t}=this;this.times=0;try{t.emit(Yo.START),this.layoutOnce(),t.emitEvent(new Yo(Yo.END,this.layoutedBlocks,this.times))}catch(t){wa.error(t)}this.layoutedBlocks=null}layoutAgain(){this.layouting?this.waitAgain=!0:this.layoutOnce()}layoutOnce(){return this.layouting?wa.warn("layouting"):this.times>3?wa.warn("layout max times"):(this.times++,this.totalTimes++,this.layouting=!0,this.target.emit(No.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:n,LAYOUT:o,AFTER:r}=Yo,a=this.getBlocks(s);a.forEach((t=>t.setBefore())),i.emitEvent(new Yo(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?(da(t,!0),e.add(t),t.isBranch&&_a(t,e),pa(t,e)):i.boundsChanged&&(e.add(t),t.isBranch&&(t.__tempNumber=0),pa(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||ca(s[t])}ca(i)}}))}(this.__levelList),function(t){let e;t.list.forEach((t=>{e=t.__layout,e.opacityChanged&&ua(t),e.stateStyleChanged&&setTimeout((()=>e.stateStyleChanged&&t.updateState())),t.__updateChange()}))}(s),this.extraBlock&&a.push(this.extraBlock),a.forEach((t=>t.setAfter())),i.emitEvent(new Yo(o,a,this.times)),i.emitEvent(new Yo(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:n}=Yo,o=this.getBlocks(new sa(e));e.emitEvent(new Yo(i,o,this.times)),xa.fullLayout(e),o.forEach((t=>{t.setAfter()})),e.emitEvent(new Yo(s,o,this.times)),e.emitEvent(new Yo(n,o,this.times)),this.addBlocks(o),Bt.end(t)}static fullLayout(t){ma(t,!0),t.isBranch?Eo.updateBounds(t):_o.updateBounds(t),va(t)}addExtra(t){if(!this.__updatedList.has(t)){const{updatedList:e,beforeBounds:i}=this.extraBlock||(this.extraBlock=new ya([]));e.length?i.add(t.__world):i.set(t.__world),e.add(t)}}createBlock(t){return new ya(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(){const{target:t}=this;this.__eventIds=[t.on_(Yo.REQUEST,this.layout,this),t.on_(Yo.AGAIN,this.layoutAgain,this),t.on_(No.DATA,this.__onReceiveWatchData,this)]}__removeListenEvents(){this.target.off_(this.__eventIds)}destroy(){this.target&&(this.stop(),this.__removeListenEvents(),this.target=this.config=null)}}const ba=wt.get("Renderer");class Ea{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=Mt.default(i,this.config)),this.__listenEvents(),this.__requestRender()}start(){this.running=!0}stop(){this.running=!1}update(){this.changed=!0}requestLayout(){this.target.emit(Yo.REQUEST)}render(t){if(!this.running||!this.canvas.view)return void(this.changed=!0);const{target:e}=this;this.times=0,this.totalBounds=new lt,ba.log(e.innerName,"---\x3e");try{this.emitRender(Xo.START),this.renderOnce(t),this.emitRender(Xo.END,this.totalBounds),un.clearRecycled()}catch(t){this.rendering=!1,ba.error(t)}ba.log("-------------|")}renderAgain(){this.rendering?this.waitAgain=!0:this.renderOnce()}renderOnce(t){if(this.rendering)return ba.warn("rendering");if(this.times>3)return ba.warn("render max times");if(this.times++,this.totalTimes++,this.rendering=!0,this.changed=!1,this.renderBounds=new lt,this.renderOptions={},t)this.emitRender(Xo.BEFORE),t();else{if(this.requestLayout(),this.ignore)return void(this.ignore=this.rendering=!1);this.emitRender(Xo.BEFORE),this.config.usePartRender&&this.totalTimes>1?this.partRender():this.fullRender()}this.emitRender(Xo.RENDER,this.renderBounds,this.renderOptions),this.emitRender(Xo.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;if(!e)return ba.warn("PartRender: need update attr");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),n=t.includes(this.target.__world),o=new lt(s);i.save(),n&&!wt.showRepaint?i.clear():(s.spread(10+1/this.canvas.pixelRatio).ceil(),i.clearWorld(s,!0),i.clipWorld(s,!0)),this.__render(s,n,o),i.restore(),Bt.end(e)}fullRender(){const t=Bt.start("FullRender"),{canvas:e}=this;e.save(),e.clear(),this.__render(e.bounds,!0),e.restore(),Bt.end(t)}__render(t,e,i){const s=t.includes(this.target.__world)?{includes:e}:{bounds:t,includes:e};this.needFill&&this.canvas.fillWorld(t,this.config.fill),wt.showRepaint&&this.canvas.strokeWorld(t,"red"),this.target.__render(this.canvas,s),this.renderBounds=i=i||t,this.renderOptions=s,this.totalBounds.isEmpty()?this.totalBounds=i:this.totalBounds.add(i),wt.showHitView&&this.renderHitView(s),wt.showBoundsView&&this.renderBoundsView(s),this.canvas.updateRender(i)}renderHitView(t){}renderBoundsView(t){}addBlock(t){this.updateBlocks||(this.updateBlocks=[]),this.updateBlocks.push(t)}mergeBlocks(){const{updateBlocks:t}=this;if(t){const e=new lt;e.setList(t),t.length=0,t.push(e)}}__requestRender(){const t=Date.now();e.requestRender((()=>{this.FPS=Math.min(60,Math.ceil(1e3/(Date.now()-t))),this.running&&(this.changed&&this.canvas.view&&this.render(),this.target.emit(Xo.NEXT)),this.target&&this.__requestRender()}))}__onResize(t){if(!this.canvas.unreal){if(t.bigger||!t.samePixelRatio){const{width:e,height:i}=t.old;if(!new lt(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 lt(0,0,1,1)),this.changed=!0}}__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||ba.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 Xo(t,this.times,e,i))}__listenEvents(){const{target:t}=this;this.__eventIds=[t.on_(Xo.REQUEST,this.update,this),t.on_(Yo.END,this.__onLayoutEnd,this),t.on_(Xo.AGAIN,this.renderAgain,this),t.on_(Uo.RESIZE,this.__onResize,this)]}__removeListenEvents(){this.target.off_(this.__eventIds)}destroy(){this.target&&(this.stop(),this.__removeListenEvents(),this.target=this.canvas=this.config=null)}}const{hitRadiusPoint:Ba}=ot;class ka{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 sa(i.findList),i.findList||this.hitBranch(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}}getBestMatchLeaf(t,e,i){if(t.length){let e;this.findList=new sa;const{x:s,y:n}=this.point,o={x:s,y:n,radiusX:0,radiusY:0};for(let s=0,n=t.length;s<n;s++)if(e=t[s],(i||_o.worldHittable(e))&&(this.hitChild(e,o),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 sa;for(;t;)e.add(t),t=t.parent;return e.add(this.target),e}getHitablePath(t){const e=this.getPath(t&&t.hittable?t:null);let i,s=new sa;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 sa,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||Ba(i.__world,n),i.isBranch?(s||i.__ignoreHitWorld)&&(this.eachFind(i.children,i.__onlyHitMask),i.isBranchLeaf&&!this.findList.length&&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&&!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()}}const{Yes:La,NoAndSkip:Pa,YesAndSkip:Ta}=t.Answer,Ra={},Ca={},Sa={};class Oa{constructor(t,e){this.config={},this.innerIdMap={},this.idMap={},this.methods={id:(t,e)=>t.id===e?(this.idMap[e]=t,1):0,innerId:(t,e)=>t.innerId===e?(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,e&&(this.config=Mt.default(e,this.config)),this.picker=new ka(t,this),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"#":Ra.id=t.substring(1),t=Ra;break;case".":Ca.className=t.substring(1),t=Ca;break;default:Sa.tag=t,t=Sa}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,n=s instanceof Array;return this.getByMethod(n?this.methods.tags:this.methods.tag,e,i,n?Mt.toMap(s):s)}return this.getByMethod(this.methods.className,e,i,t.className);case"function":return this.getByMethod(t,e,i,s)}}getByPoint(t,i,s){return"node"===e.name&&this.target.emit(Yo.CHECK_UPDATE),this.picker.getByPoint(t,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&&_o.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===La||o===Ta){if(!i)return void(this.findLeaf=n);i.push(n)}n.isBranch&&o<Pa&&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_(Fo.REMOVE,this.__onRemoveChild,this),this.target.on_(zo.CHANGE,this.__checkIdChange,this)]}__removeListenEvents(){this.target.off_(this.__eventIds),this.__eventIds.length=0}destroy(){this.__eventIds.length&&(this.__removeListenEvents(),this.picker.destroy(),this.findLeaf=null,this.innerIdMap={},this.idMap={})}}function Da(t){return vn(t,(t=>({set(e){this.__setAttr(t,e),e&&(this.__.__useEffect=!0),this.__layout.renderChanged||this.__layout.renderChange()}})))}function Ma(t){return vn(t,(t=>({set(e){this.__setAttr(t,e),this.__layout.boxChanged||this.__layout.boxChange(),this.__updateSize()}})))}function Ia(){return(t,e)=>{const i="_"+e;yn(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}})}}Object.assign(i,{watcher:(t,e)=>new la(t,e),layouter:(t,e)=>new xa(t,e),renderer:(t,e,i)=>new Ea(t,e,i),selector:(t,e)=>new Oa(t,e)}),e.layout=xa.fullLayout;const Aa={},Wa={},Fa={},za={},Ha={},Ua={},Na={},Ya={},Xa={setStyleName:(t,e,i)=>Lt("state"),set:(t,e)=>Lt("state")},Va={list:{},register(t,e){Va.list[t]=e},get:t=>Va.list[t]},{parse:ja}=gi,Ga={},Za=wt.get("UIData");class Ka extends At{get scale(){const{scaleX:t,scaleY:e}=this;return t!==e?{x:t,y:e}:t}get __strokeWidth(){const{strokeWidth:t,strokeWidthFixed:e}=this;if(e){const e=this.__leaf;let{scaleX:i}=e.__nowWorld||e.__world;return i<0&&(i=-i),i>1?t/i:t}return t}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,Za.warn("width < 0, instead -scaleX ",this)):this._width=t}setHeight(t){t<0?(this._height=-t,this.__leaf.scaleY*=-1,Za.warn("height < 0, instead -scaleY",this)):this._height=t}setFill(t){this.__naturalWidth&&this.__removeNaturalSize(),"string"!=typeof t&&t?"object"==typeof t&&(this.__setInput("fill",t),this.__leaf.__layout.boxChanged||this.__leaf.__layout.boxChange(),this.__isFills=!0,this._fill||(this._fill=Ga)):(this.__isFills&&(this.__removeInput("fill"),Ha.recycleImage("fill",this),this.__isFills=!1,this.__pixelFill&&(this.__pixelFill=!1)),this._fill=t)}setStroke(t){"string"!=typeof t&&t?"object"==typeof t&&(this.__setInput("stroke",t),this.__leaf.__layout.boxChanged||this.__leaf.__layout.boxChange(),this.__isStrokes=!0,this._stroke||(this._stroke=Ga)):(this.__isStrokes&&(this.__removeInput("stroke"),Ha.recycleImage("stroke",this),this.__isStrokes=!1,this.__pixelStroke&&(this.__pixelStroke=!1)),this._stroke=t)}setPath(t){"string"==typeof t?(this.__setInput("path",t),this._path=ja(t)):(this.__input&&this.__removeInput("path"),this._path=t)}setShadow(t){this.__setInput("shadow",t),t instanceof Array?(t.some((t=>!1===t.visible))&&(t=t.filter((t=>!1!==t.visible))),this._shadow=t.length?t:null):this._shadow=t?!1===t.visible?null:[t]:null}setInnerShadow(t){this.__setInput("innerShadow",t),t instanceof Array?(t.some((t=>!1===t.visible))&&(t=t.filter((t=>!1!==t.visible))),this._innerShadow=t.length?t:null):this._innerShadow=t?!1===t.visible?null:[t]:null}__computePaint(){const{fill:t,stroke:e}=this.__input;t&&za.compute("fill",this.__leaf),e&&za.compute("stroke",this.__leaf),this.__needComputePaint=!1}}const qa={number:(t,e)=>"object"==typeof t?"percent"===t.type?t.value*e:t.value:t};class Ja extends Ka{}class $a extends Ja{get __boxStroke(){return!this.__pathInputed}}class Qa extends Ja{__getInputData(){const t=super.__getInputData();return Gt.forEach((e=>delete t[e])),t}}class th extends $a{}class eh extends Ka{}class ih extends Ka{get __boxStroke(){return!this.__pathInputed}}class sh extends Ka{get __boxStroke(){return!this.__pathInputed}}class nh extends Ka{}class oh extends Ka{}class rh extends Ka{}class ah extends Ja{}const hh={thin:100,"extra-light":200,light:300,normal:400,medium:500,"semi-bold":600,bold:700,"extra-bold":800,black:900};class lh extends Ka{get __useNaturalRatio(){return!1}setFontWeight(t){"string"==typeof t?(this.__setInput("fontWeight",t),this._fontWeight=hh[t]||400):(this.__input&&this.__removeInput("fontWeight"),this._fontWeight=t)}}class dh extends ih{setUrl(t){this.__setImageFill(t),this._url=t}__setImageFill(t){this.__leaf.image&&(this.__leaf.image=null),this.fill=t?{type:"image",mode:"stretch",url:t}:void 0}__getData(){const t=super.__getData();return delete t.fill,t}__getInputData(){const t=super.__getInputData();return delete t.fill,t}}class ch extends ih{__getInputData(){const t=super.__getInputData();return t.url=this.__leaf.canvas.toDataURL("image/png"),t}}const uh={__updateStrokeSpread(){let t=0,e=0;const i=this.__,{strokeAlign:s,strokeWidth:n}=i;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),this.__layout.strokeBoxSpread=e,t},__updateRenderSpread(){let t=0;const{shadow:e,innerShadow:i,blur:s,backgroundBlur:n}=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));let o=t=Math.ceil(t);return i&&i.forEach((t=>{o=Math.max(o,Math.max(Math.abs(t.y),Math.abs(t.x))+(t.spread<0?-t.spread:0)+1.5*t.blur)})),n&&(o=Math.max(o,n)),this.__layout.renderShapeSpread=o,t+(this.__layout.strokeSpread||0)}},_h={__updateChange(){const t=this.__;if(t.__useEffect){const{shadow:e,innerShadow:i,blur:s,backgroundBlur:n}=this.__;t.__useEffect=!!(e||i||s||n)}t.__checkSingle();t.__isFills||t.__isStrokes||t.cornerRadius||t.__useEffect?t.__complex=!0:t.__complex&&(t.__complex=!1)},__drawFast(t,e){ph(this,t,e)},__draw(t,e){const i=this.__;if(i.__complex){i.__needComputePaint&&i.__computePaint();const{fill:s,stroke:n,__drawAfterFill:o}=i;if(this.__drawRenderPath(t),i.__useEffect){const r=za.shape(this,t,e);this.__nowWorld=this.__getNowWorld(e);const{shadow:a,innerShadow:h}=i;a&&Na.shadow(this,t,r),s&&(i.__isFills?za.fills(s,this,t):za.fill(s,this,t)),o&&this.__drawAfterFill(t,e),h&&Na.innerShadow(this,t,r),n&&(i.__isStrokes?za.strokes(n,this,t):za.stroke(n,this,t)),r.worldCanvas&&r.worldCanvas.recycle(),r.canvas.recycle()}else s&&(i.__isFills?za.fills(s,this,t):za.fill(s,this,t)),o&&this.__drawAfterFill(t,e),n&&(i.__isStrokes?za.strokes(n,this,t):za.stroke(n,this,t))}else i.__pathInputed?ph(this,t,e):this.__drawFast(t,e)},__renderShape(t,e,i,s){if(this.__worldOpacity){t.setWorld(this.__nowWorld=this.__getNowWorld(e));const{fill:n,stroke:o}=this.__;this.__drawRenderPath(t),n&&!i&&(this.__.__pixelFill?za.fills(n,this,t):za.fill("#000000",this,t)),this.__.__isCanvas&&this.__drawAfterFill(t,e),o&&!s&&(this.__.__pixelStroke?za.strokes(o,this,t):za.stroke("#000000",this,t))}}};function ph(t,e,i){const{fill:s,stroke:n,__drawAfterFill:o}=t.__;t.__drawRenderPath(e),s&&za.fill(s,t,e),o&&t.__drawAfterFill(e,i),n&&za.stroke(n,t,e)}const gh={__drawFast(t,e){let{width:i,height:s,fill:n,stroke:o,__drawAfterFill:r}=this.__;if(n&&(t.fillStyle=n,t.fillRect(0,0,i,s)),r&&this.__drawAfterFill(t,e),o){const{strokeAlign:n,__strokeWidth:r}=this.__;if(!r)return;t.setStroke(o,r,this.__);const a=r/2;switch(n){case"center":t.strokeRect(0,0,i,s);break;case"inside":i-=r,s-=r,i<0||s<0?(t.save(),this.__clip(t,e),t.strokeRect(a,a,i,s),t.restore()):t.strokeRect(a,a,i,s);break;case"outside":t.strokeRect(-a,-a,i+r,s+r)}}}};var fh,yh;t.UI=fh=class extends t.Leaf{get app(){return this.leafer&&this.leafer.app}get isFrame(){return!1}set scale(t){h.assignScale(this,t)}get scale(){return this.__.scale}get pen(){const{path:t}=this.__;return nn.set(this.path=t||[]),t||this.__drawPathByBox(nn),nn}get editConfig(){}get editOuter(){return this.__.__isLinePath?"LineEditTool":"EditTool"}get editInner(){return"PathEditor"}constructor(t){super(t)}reset(t){}set(t,e){e?(this.lockNormalStyle=!0,Object.assign(this,t),this.lockNormalStyle=!1):Object.assign(this,t)}get(t){return"string"==typeof t?this.__.__getInput(t):this.__.__getInputData(t)}createProxyData(){}find(t,e){}findTag(t){return this.find({tag:t})}findOne(t,e){}findId(t){return this.findOne({id:t})}getPath(t,e){this.__layout.update();let i=e?this.__.__pathForRender:this.__.path;return i||(nn.set(i=[]),this.__drawPathByBox(nn)),t?gi.toCanvasData(i,!0):i}getPathString(t,e){return gi.stringify(this.getPath(t,e))}load(){this.__.__computePaint()}__onUpdateSize(){if(this.__.__input){const t=this.__;!t.lazy||this.__inLazyBounds||Ya.running?t.__computePaint():t.__needComputePaint=!0}}__updateRenderPath(){if(this.__.path){const t=this.__;t.__pathForRender=t.cornerRadius?sn.smooth(t.path,t.cornerRadius,t.cornerSmoothing):t.path,t.__useArrow&&Fa.addArrows(this,!t.cornerRadius)}}__drawRenderPath(t){t.beginPath(),this.__drawPathByData(t,this.__.__pathForRender)}__drawPath(t){t.beginPath(),this.__drawPathByData(t,this.__.path)}__drawPathByData(t,e){e?fs.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,"number"==typeof o?[o]:o)}else t.rect(e,i,s,n)}animate(t,e,i,s){return Lt("animate")}killAnimate(t){}export(t,e){return Ya.export(this,t,e)}clone(t){const e=this.toJSON();return t&&Object.assign(e,t),fh.one(e)}static one(t,e,i,s,n){return Tt.get(t.tag||this.prototype.__tag,t,e,i,s,n)}static registerUI(){to()(this)}static registerData(t){Vn(t)(this.prototype)}static setEditConfig(t){}static setEditOuter(t){}static setEditInner(t){}destroy(){this.fill=this.stroke=null,this.__animate&&this.killAnimate(),super.destroy()}},Ft([Vn(Ka)],t.UI.prototype,"__",void 0),Ft([Ia()],t.UI.prototype,"zoomLayer",void 0),Ft([bn("")],t.UI.prototype,"id",void 0),Ft([bn("")],t.UI.prototype,"name",void 0),Ft([bn("")],t.UI.prototype,"className",void 0),Ft([An("pass-through")],t.UI.prototype,"blendMode",void 0),Ft([Wn(1)],t.UI.prototype,"opacity",void 0),Ft([Fn(!0)],t.UI.prototype,"visible",void 0),Ft([An(!1)],t.UI.prototype,"locked",void 0),Ft([Hn(0)],t.UI.prototype,"zIndex",void 0),Ft([Un(!1)],t.UI.prototype,"mask",void 0),Ft([Nn(!1)],t.UI.prototype,"eraser",void 0),Ft([En(0,!0)],t.UI.prototype,"x",void 0),Ft([En(0,!0)],t.UI.prototype,"y",void 0),Ft([Pn(100,!0)],t.UI.prototype,"width",void 0),Ft([Pn(100,!0)],t.UI.prototype,"height",void 0),Ft([kn(1,!0)],t.UI.prototype,"scaleX",void 0),Ft([kn(1,!0)],t.UI.prototype,"scaleY",void 0),Ft([Ln(0,!0)],t.UI.prototype,"rotation",void 0),Ft([Ln(0,!0)],t.UI.prototype,"skewX",void 0),Ft([Ln(0,!0)],t.UI.prototype,"skewY",void 0),Ft([En(0,!0)],t.UI.prototype,"offsetX",void 0),Ft([En(0,!0)],t.UI.prototype,"offsetY",void 0),Ft([En(0,!0)],t.UI.prototype,"scrollX",void 0),Ft([En(0,!0)],t.UI.prototype,"scrollY",void 0),Ft([Bn()],t.UI.prototype,"origin",void 0),Ft([Bn()],t.UI.prototype,"around",void 0),Ft([bn(!1)],t.UI.prototype,"lazy",void 0),Ft([Tn(1)],t.UI.prototype,"pixelRatio",void 0),Ft([Cn()],t.UI.prototype,"path",void 0),Ft([Sn()],t.UI.prototype,"windingRule",void 0),Ft([Sn(!0)],t.UI.prototype,"closed",void 0),Ft([Pn(0)],t.UI.prototype,"padding",void 0),Ft([bn(!1)],t.UI.prototype,"draggable",void 0),Ft([bn()],t.UI.prototype,"dragBounds",void 0),Ft([bn(!1)],t.UI.prototype,"editable",void 0),Ft([Yn(!0)],t.UI.prototype,"hittable",void 0),Ft([Yn("path")],t.UI.prototype,"hitFill",void 0),Ft([Mn("path")],t.UI.prototype,"hitStroke",void 0),Ft([Yn(!1)],t.UI.prototype,"hitBox",void 0),Ft([Yn(!0)],t.UI.prototype,"hitChildren",void 0),Ft([Yn(!0)],t.UI.prototype,"hitSelf",void 0),Ft([Yn()],t.UI.prototype,"hitRadius",void 0),Ft([Xn("")],t.UI.prototype,"cursor",void 0),Ft([An()],t.UI.prototype,"fill",void 0),Ft([Mn()],t.UI.prototype,"stroke",void 0),Ft([Mn("inside")],t.UI.prototype,"strokeAlign",void 0),Ft([Mn(1)],t.UI.prototype,"strokeWidth",void 0),Ft([Mn(!1)],t.UI.prototype,"strokeWidthFixed",void 0),Ft([Mn("none")],t.UI.prototype,"strokeCap",void 0),Ft([Mn("miter")],t.UI.prototype,"strokeJoin",void 0),Ft([Mn()],t.UI.prototype,"dashPattern",void 0),Ft([Mn()],t.UI.prototype,"dashOffset",void 0),Ft([Mn(10)],t.UI.prototype,"miterLimit",void 0),Ft([Sn(0)],t.UI.prototype,"cornerRadius",void 0),Ft([Sn()],t.UI.prototype,"cornerSmoothing",void 0),Ft([Da()],t.UI.prototype,"shadow",void 0),Ft([Da()],t.UI.prototype,"innerShadow",void 0),Ft([Da()],t.UI.prototype,"blur",void 0),Ft([Da()],t.UI.prototype,"backgroundBlur",void 0),Ft([Da()],t.UI.prototype,"grayscale",void 0),Ft([bn({})],t.UI.prototype,"data",void 0),Ft([qn(t.Leaf.prototype.reset)],t.UI.prototype,"reset",null),t.UI=fh=Ft([Qn(uh),Qn(_h),Jn()],t.UI),t.Group=class extends t.UI{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.children){const{children:i}=t;let s;delete t.children,this.children?this.clear():this.__setBranch(),super.set(t,e),i.forEach((t=>{s=t.__?t:Tt.get(t.tag,t),this.add(s)})),t.children=i}else super.set(t,e)}toJSON(t){const e=super.toJSON(t);return 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(){}},Ft([Vn(Ja)],t.Group.prototype,"__",void 0),t.Group=Ft([Qn(t.Branch),to()],t.Group);const mh=wt.get("Leafer");t.Leafer=yh=class extends t.Group{get __tag(){return"Leafer"}get isApp(){return!1}get app(){return this.parent||this}get isLeafer(){return!0}get imageReady(){return this.viewReady&&un.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()}constructor(t,e){super(e),this.config={type:"design",start:!0,hittable:!0,smooth:!0,lazySpeard:100,zoom:{min:.01,max:256},move:{holdSpaceKey:!0,holdMiddleKey:!0,autoDistance:2}},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),yh.list.add(this)}init(t,e){if(this.canvas)return;let s;this.__setLeafer(this),t&&Mt.assign(this.config,t);const{config:n}=this;this.initType(n.type);const o=this.canvas=i.canvas(n);this.__controllers.push(this.renderer=i.renderer(this,o,n),this.watcher=i.watcher(this,n),this.layouter=i.layouter(this,n)),this.isApp&&this.__setApp(),this.__checkAutoLayout(n,e),this.view=o.view,e?(this.__bindApp(e),s=e.running):(this.selector=i.selector(this),this.interaction=i.interaction(this,o,this.selector,n),this.interaction&&(this.__controllers.unshift(this.interaction),this.hitCanvasManager=i.hitCanvasManager()),this.canvasManager=new Dt,s=n.start),this.hittable=n.hittable,this.fill=n.fill,this.canvasManager.add(o),this.__listenEvents(),s&&(this.__startTimer=setTimeout(this.start.bind(this))),Po.run(this.__initWait),this.onInit()}onInit(){}initType(t){}set(t){this.waitInit((()=>{super.set(t)}))}start(){clearTimeout(this.__startTimer),!this.running&&this.canvas&&(this.ready?this.emitLeafer(Vo.RESTART):this.emitLeafer(Vo.START),this.__controllers.forEach((t=>t.start())),this.isApp||this.renderer.render(),this.running=!0)}stop(){clearTimeout(this.__startTimer),this.running&&this.canvas&&(this.__controllers.forEach((t=>t.stop())),this.running=!1,this.emitLeafer(Vo.STOP))}unlockLayout(){this.layouter.start(),this.updateLayout()}lockLayout(){this.updateLayout(),this.layouter.stop()}resize(t){const e=Mt.copyAttrs({},t,Gt);Object.keys(e).forEach((t=>this[t]=e[t]))}forceRender(t){this.renderer.addBlock(t?new lt(t):this.canvas.bounds),this.viewReady&&this.renderer.update()}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=Mt.copyAttrs({},this.canvas,Gt);e.resize(t),this.updateLazyBounds(),this.__onResize(new Uo(t,i))}__onResize(t){this.emitEvent(t),Mt.copyAttrs(this.__,t,Gt),t.width&&t.height||mh.warn("w = 0 or h = 0"),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 ct(t)),this.canvas.startAutoLayout(this.autoLayout,this.__onResize.bind(this)))}__setAttr(t,e){return this.canvas&&(Gt.includes(t)?(e||mh.warn(t+" is 0"),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&&Gt.includes(t)?this.canvas[t]:super.__getAttr(t)}__changeCanvasSize(t,e){const i=Mt.copyAttrs({},this.canvas,Gt);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||(this.ready=!0,this.emitLeafer(Vo.BEFORE_READY),this.emitLeafer(Vo.READY),this.emitLeafer(Vo.AFTER_READY),Po.run(this.__readyWait))}__onViewReady(){this.viewReady||(this.viewReady=!0,this.emitLeafer(Vo.VIEW_READY),Po.run(this.__viewReadyWait))}__onNextRender(){if(this.viewReady){Po.run(this.__nextRenderWait);const{imageReady:t}=this;t&&!this.viewCompleted&&this.__checkViewCompleted(),t||(this.viewCompleted=!1)}}__checkViewCompleted(t=!0){this.nextRender((()=>{this.imageReady&&(t&&this.emitLeafer(Vo.VIEW_COMPLETED),Po.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)}zoom(t,e,i){return Lt("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))}updateClientBounds(){this.canvas&&this.canvas.updateClientBounds()}receiveEvent(t){}__checkUpdateLayout(){this.__layout.update()}emitLeafer(t){this.emitEvent(new Vo(t,this))}__listenEvents(){const t=Bt.start("FirstCreate "+this.innerName);this.once(Vo.START,(()=>Bt.end(t))),this.once(Yo.START,(()=>this.updateLazyBounds())),this.once(Yo.END,(()=>this.__onReady())),this.once(Xo.START,(()=>this.__onCreated())),this.once(Xo.END,(()=>this.__onViewReady())),this.__eventIds.push(this.on_(No.DATA,this.__onWatchData,this),this.on_(Xo.NEXT,this.__onNextRender,this),this.on_(Yo.CHECK_UPDATE,this.__checkUpdateLayout,this))}__removeListenEvents(){this.off_(this.__eventIds),this.__eventIds.length=0}destroy(t){const e=()=>{if(!this.destroyed){yh.list.remove(this);try{this.stop(),this.emitEvent(new Vo(Vo.END,this)),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=null,this.userConfig&&(this.userConfig.view=null),super.destroy(),setTimeout((()=>{un.clearRecycled()}),100)}catch(t){mh.error(t)}}};t?e():setTimeout(e)}},t.Leafer.list=new sa,Ft([Vn(Qa)],t.Leafer.prototype,"__",void 0),Ft([Pn()],t.Leafer.prototype,"pixelRatio",void 0),t.Leafer=yh=Ft([to()],t.Leafer),t.Rect=class extends t.UI{get __tag(){return"Rect"}constructor(t){super(t)}},Ft([Vn(ih)],t.Rect.prototype,"__",void 0),t.Rect=Ft([Qn(gh),Jn(),to()],t.Rect);const vh=t.Rect.prototype,wh=t.Group.prototype,xh={},{copy:bh,add:Eh,includes:Bh,copyAndSpread:kh}=ot;t.Box=class extends t.Group{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){const e=this.__;if(this.children.length){if(e.__autoSide){this.leafer&&this.leafer.ready&&this.leafer.layouter.addExtra(this),super.__updateBoxBounds();const{boxBounds:i}=this.__layout;e.__autoSize||(e.__autoWidth?(i.width+=i.x,i.height=e.height,i.y=i.x=0):(i.height+=i.y,i.width=e.width,i.x=i.y=0)),t&&e.flow&&e.padding&&kh(i,i,e.padding,!1,e.__autoSize?null:e.__autoWidth?"width":"height"),this.__updateNaturalSize()}else this.__updateRectBoxBounds();e.flow&&this.__updateContentBounds()}else this.__updateRectBoxBounds()}__updateStrokeBounds(){}__updateRenderBounds(){let t;const{renderBounds:e}=this.__layout;this.children.length?(super.__updateRenderBounds(),bh(xh,e),this.__updateRectRenderBounds(),t=!Bh(e,xh)||!this.pathInputed||!this.__.cornerRadius):this.__updateRectRenderBounds(),this.isOverflow!==t&&(this.isOverflow=t),!(this.__.__drawAfterFill="hide"===this.__.overflow)&&t&&Eh(e,xh)}__updateRectRenderBounds(){}__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))}__drawAfterFill(t,e){const{length:i}=this.children;this.isOverflow?(t.save(),t.clip(),i&&this.__renderGroup(t,e),t.restore()):i&&this.__renderGroup(t,e),this.__.stroke&&i&&(t.setWorld(this.__nowWorld),this.__drawRenderPath(t))}},Ft([Vn($a)],t.Box.prototype,"__",void 0),Ft([bn(!1)],t.Box.prototype,"resizeChildren",void 0),Ft([In("show")],t.Box.prototype,"overflow",void 0),Ft([qn(vh.__updateStrokeSpread)],t.Box.prototype,"__updateStrokeSpread",null),Ft([qn(vh.__updateRenderSpread)],t.Box.prototype,"__updateRectRenderSpread",null),Ft([qn(vh.__updateBoxBounds)],t.Box.prototype,"__updateRectBoxBounds",null),Ft([qn(vh.__updateStrokeBounds)],t.Box.prototype,"__updateStrokeBounds",null),Ft([qn(vh.__updateRenderBounds)],t.Box.prototype,"__updateRectRenderBounds",null),Ft([qn(vh.__updateChange)],t.Box.prototype,"__updateRectChange",null),Ft([qn(vh.__render)],t.Box.prototype,"__renderRect",null),Ft([qn(wh.__render)],t.Box.prototype,"__renderGroup",null),t.Box=Ft([Jn(),to()],t.Box),t.Frame=class extends t.Box{get __tag(){return"Frame"}get isFrame(){return!0}constructor(t){super(t)}},Ft([Vn(th)],t.Frame.prototype,"__",void 0),Ft([An("#FFFFFF")],t.Frame.prototype,"fill",void 0),Ft([In("hide")],t.Frame.prototype,"overflow",void 0),t.Frame=Ft([to()],t.Frame);const{moveTo:Lh,closePath:Ph,ellipse:Th}=Fi;t.Ellipse=class extends t.UI{get __tag(){return"Ellipse"}constructor(t){super(t)}__updatePath(){const{width:t,height:i,innerRadius:s,startAngle:n,endAngle:o}=this.__,r=t/2,a=i/2,h=this.__.path=[];s?(n||o?(s<1&&Th(h,r,a,r*s,a*s,0,n,o,!1),Th(h,r,a,r,a,0,o,n,!0),s<1&&Ph(h)):(s<1&&(Th(h,r,a,r*s,a*s),Lh(h,t,a)),Th(h,r,a,r,a,0,360,0,!0)),e.ellipseToCurve&&(this.__.path=this.getPath(!0))):n||o?(Lh(h,r,a),Th(h,r,a,r,a,0,n,o,!1),Ph(h)):Th(h,r,a,r,a)}},Ft([Vn(sh)],t.Ellipse.prototype,"__",void 0),Ft([Sn(0)],t.Ellipse.prototype,"innerRadius",void 0),Ft([Sn(0)],t.Ellipse.prototype,"startAngle",void 0),Ft([Sn(0)],t.Ellipse.prototype,"endAngle",void 0),t.Ellipse=Ft([to()],t.Ellipse);const{moveTo:Rh,lineTo:Ch,drawPoints:Sh}=Fi,{rotate:Oh,getAngle:Dh,getDistance:Mh,defaultPoint:Ih}=D,{toBounds:Ah}=Zs;t.Line=class extends t.UI{get __tag(){return"Line"}get toPoint(){const{width:t,rotation:e}=this.__,i={x:0,y:0};return t&&(i.x=t),e&&Oh(i,e),i}set toPoint(t){this.width=Mh(Ih,t),this.rotation=Dh(Ih,t),this.height&&(this.height=0)}constructor(t){super(t)}__updatePath(){const t=this.__,e=t.path=[];t.points?Sh(e,t.points,!1,t.closed):(Rh(e,0,0),Ch(e,this.width,0))}__updateRenderPath(){const t=this.__;!this.pathInputed&&t.points&&t.curve?(Sh(t.__pathForRender=[],t.points,t.curve,t.closed),t.__useArrow&&Fa.addArrows(this,!1)):super.__updateRenderPath()}__updateBoxBounds(){this.points?Ah(this.__.__pathForRender,this.__layout.boxBounds):super.__updateBoxBounds()}},Ft([Vn(eh)],t.Line.prototype,"__",void 0),Ft([On("center")],t.Line.prototype,"strokeAlign",void 0),Ft([Pn(0)],t.Line.prototype,"height",void 0),Ft([Sn()],t.Line.prototype,"points",void 0),Ft([Sn(0)],t.Line.prototype,"curve",void 0),Ft([Sn(!1)],t.Line.prototype,"closed",void 0),t.Line=Ft([to()],t.Line);const{sin:Wh,cos:Fh,PI:zh}=Math,{moveTo:Hh,lineTo:Uh,closePath:Nh,drawPoints:Yh}=Fi,Xh=t.Line.prototype;t.Polygon=class extends t.UI{get __tag(){return"Polygon"}constructor(t){super(t)}__updatePath(){const t=this.__.path=[];if(this.__.points)Yh(t,this.__.points,!1,!0);else{const{width:e,height:i,sides:s}=this.__,n=e/2,o=i/2;Hh(t,n,0);for(let e=1;e<s;e++)Uh(t,n+n*Wh(2*e*zh/s),o-o*Fh(2*e*zh/s))}Nh(t)}__updateRenderPath(){}__updateBoxBounds(){}},Ft([Vn(nh)],t.Polygon.prototype,"__",void 0),Ft([Sn(3)],t.Polygon.prototype,"sides",void 0),Ft([Sn()],t.Polygon.prototype,"points",void 0),Ft([Sn(0)],t.Polygon.prototype,"curve",void 0),Ft([qn(Xh.__updateRenderPath)],t.Polygon.prototype,"__updateRenderPath",null),Ft([qn(Xh.__updateBoxBounds)],t.Polygon.prototype,"__updateBoxBounds",null),t.Polygon=Ft([Jn(),to()],t.Polygon);const{sin:Vh,cos:jh,PI:Gh}=Math,{moveTo:Zh,lineTo:Kh,closePath:qh}=Fi;t.Star=class extends t.UI{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=[];Zh(r,n,0);for(let t=1;t<2*i;t++)Kh(r,n+(t%2==0?n:n*s)*Vh(t*Gh/i),o-(t%2==0?o:o*s)*jh(t*Gh/i));qh(r)}},Ft([Vn(oh)],t.Star.prototype,"__",void 0),Ft([Sn(5)],t.Star.prototype,"corners",void 0),Ft([Sn(.382)],t.Star.prototype,"innerRadius",void 0),t.Star=Ft([to()],t.Star),t.Image=class extends t.Rect{get __tag(){return"Image"}get ready(){return!!this.image&&this.image.ready}constructor(t){super(t),this.on(Ho.LOADED,(t=>{"fill"===t.attrName&&t.attrValue.url===this.url&&(this.image=t.image)}))}destroy(){this.image=null,super.destroy()}},Ft([Vn(dh)],t.Image.prototype,"__",void 0),Ft([Pn("")],t.Image.prototype,"url",void 0),t.Image=Ft([to()],t.Image);const Jh=t.Image;t.Canvas=class extends t.Rect{get __tag(){return"Canvas"}get ready(){return!this.url}constructor(t){super(t),this.canvas=i.canvas(this.__),this.context=this.canvas.context,this.__.__isCanvas=this.__.__drawAfterFill=!0,t&&t.url&&this.drawImage(t.url)}drawImage(t){new fn({url:t}).load((t=>{this.context.drawImage(t.view,0,0),this.url=void 0,this.paint(),this.emitEvent(new Ho(Ho.LOADED,{image:t}))}))}draw(t,e,i,s){t.__layout.update();const n=new H(t.__world).invert(),o=new H;e&&o.translate(e.x,e.y),i&&("number"==typeof 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()}__drawAfterFill(t,e){const{width:i,height:s,cornerRadius:n}=this.__,{view:o}=this.canvas;n||this.pathInputed?(t.save(),t.clip(),t.drawImage(o,0,0,o.width,o.height,0,0,i,s),t.restore()):t.drawImage(o,0,0,o.width,o.height,0,0,i,s)}__updateSize(){const{canvas:t}=this;if(t){const{smooth:e}=this.__;t.smooth!==e&&(t.smooth=e),t.resize(this.__)}}destroy(){this.canvas&&(this.canvas.destroy(),this.canvas=this.context=null),super.destroy()}},Ft([Vn(ch)],t.Canvas.prototype,"__",void 0),Ft([Ma(100)],t.Canvas.prototype,"width",void 0),Ft([Ma(100)],t.Canvas.prototype,"height",void 0),Ft([Ma(1)],t.Canvas.prototype,"pixelRatio",void 0),Ft([Ma(!0)],t.Canvas.prototype,"smooth",void 0),Ft([Ma()],t.Canvas.prototype,"contextSettings",void 0),t.Canvas=Ft([to()],t.Canvas);const{copyAndSpread:$h,includes:Qh,isSame:tl,spread:el,setList:il}=ot;t.Text=class extends t.UI{get __tag(){return"Text"}get editInner(){return"TextEditor"}get textDrawData(){return this.__layout.update(),this.__.__textDrawData}constructor(t){super(t)}__drawHitPath(t){const{__lineHeight:e,fontSize:i,__baseLine:s,__textDrawData:n}=this.__;t.beginPath(),this.__.__letterSpacing<0?this.__drawPathByData(t):n.rows.forEach((n=>t.rect(n.x,n.y-s,n.width,e<i?i:e)))}__drawPathByData(t,e){const{x:i,y:s,width:n,height:o}=this.__layout.boxBounds;t.rect(i,s,n,o)}__drawRenderPath(t){t.font=this.__.__font}__updateTextDrawData(){const t=this.__;t.__textDrawData=Aa.getDrawData(t.text,this.__)}__updateBoxBounds(){const t=this.__,e=this.__layout,{lineHeight:i,letterSpacing:s,fontFamily:n,fontSize:o,fontWeight:r,italic:a,textCase:l,textOverflow:d,padding:c}=t,u=t.__autoWidth,_=t.__autoHeight;t.__lineHeight=qa.number(i,o),t.__letterSpacing=qa.number(s,o),t.__padding=c?h.fourNumber(c):void 0,t.__baseLine=t.__lineHeight-(t.__lineHeight-.7*o)/2,t.__font=`${a?"italic ":""}${"small-caps"===l?"small-caps ":""}${"normal"!==r?r+" ":""}${o}px ${n}`,t.__clipText="show"!==d&&!t.__autoSize,this.__updateTextDrawData();const{bounds:p}=t.__textDrawData,g=e.boxBounds;if(t.__lineHeight<o&&el(p,o/2),u||_){if(g.x=u?p.x:0,g.y=_?p.y:0,g.width=u?p.width:t.width,g.height=_?p.height:t.height,c){const[e,i,s,n]=t.__padding;u&&(g.x-=n,g.width+=i+n),_&&(g.y-=e,g.height+=s+e)}this.__updateNaturalSize()}else super.__updateBoxBounds();a&&(g.width+=.16*o);const f=Qh(g,p)?g:p;tl(f,e.contentBounds)?t.__textBoxBounds=f:(e.contentBounds=f,e.renderChanged=!0,il(t.__textBoxBounds={},[g,p]))}__updateRenderSpread(){let t=super.__updateRenderSpread();return t||(t=this.__layout.boxBounds===this.__layout.contentBounds?0:1),t}__updateRenderBounds(){$h(this.__layout.renderBounds,this.__.__textBoxBounds,this.__layout.renderSpread)}},Ft([Vn(lh)],t.Text.prototype,"__",void 0),Ft([Pn(0)],t.Text.prototype,"width",void 0),Ft([Pn(0)],t.Text.prototype,"height",void 0),Ft([bn(!1)],t.Text.prototype,"resizeFontSize",void 0),Ft([An("#000000")],t.Text.prototype,"fill",void 0),Ft([On("outside")],t.Text.prototype,"strokeAlign",void 0),Ft([Yn("all")],t.Text.prototype,"hitFill",void 0),Ft([Pn("")],t.Text.prototype,"text",void 0),Ft([Pn("L")],t.Text.prototype,"fontFamily",void 0),Ft([Pn(12)],t.Text.prototype,"fontSize",void 0),Ft([Pn("normal")],t.Text.prototype,"fontWeight",void 0),Ft([Pn(!1)],t.Text.prototype,"italic",void 0),Ft([Pn("none")],t.Text.prototype,"textCase",void 0),Ft([Pn("none")],t.Text.prototype,"textDecoration",void 0),Ft([Pn(0)],t.Text.prototype,"letterSpacing",void 0),Ft([Pn({type:"percent",value:1.5})],t.Text.prototype,"lineHeight",void 0),Ft([Pn(0)],t.Text.prototype,"paraIndent",void 0),Ft([Pn(0)],t.Text.prototype,"paraSpacing",void 0),Ft([Pn("left")],t.Text.prototype,"textAlign",void 0),Ft([Pn("top")],t.Text.prototype,"verticalAlign",void 0),Ft([Pn("normal")],t.Text.prototype,"textWrap",void 0),Ft([Pn("show")],t.Text.prototype,"textOverflow",void 0),t.Text=Ft([to()],t.Text),t.Path=class extends t.UI{get __tag(){return"Path"}constructor(t){super(t),this.__.__pathInputed=2}},Ft([Vn(rh)],t.Path.prototype,"__",void 0),Ft([On("center")],t.Path.prototype,"strokeAlign",void 0),t.Path=Ft([to()],t.Path),t.Pen=class extends t.Group{get __tag(){return"Pen"}constructor(t){super(t)}setStyle(e){const i=this.pathElement=new t.Path(e);return this.pathStyle=e,this.__path=i.path||(i.path=[]),this.add(i),this}beginPath(){return this.__path.length=0,this.paint(),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")}},Ft([Vn(ah)],t.Pen.prototype,"__",void 0),Ft([(t,e)=>{yn(t,e,{get(){return this.__path}})}],t.Pen.prototype,"path",void 0),t.Pen=Ft([Qn(es,["set","beginPath","path","paint"]),to()],t.Pen),t.App=class extends t.Leafer{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:s,sky:n,editor:o}=t;e&&(this.ground=this.addLeafer(e)),(s||o)&&(this.tree=this.addLeafer(s)),(n||o)&&(this.sky=this.addLeafer(n||{type:"draw",usePartRender:!1})),o&&(this.editor=i.editor(o),this.sky.add(this.editor))}}__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(),this.__eventIds.push(this.on_(zo.CHANGE,this.__onPropertyChange,this))}start(){super.start(),this.children.forEach((t=>t.start()))}stop(){this.children.forEach((t=>t.stop())),super.stop()}unlockLayout(){super.unlockLayout(),this.children.forEach((t=>t.unlockLayout()))}lockLayout(){super.lockLayout(),this.children.forEach((t=>t.lockLayout()))}forceRender(t){this.children.forEach((e=>e.forceRender(t)))}addLeafer(e){const i=new t.Leafer(e);return this.add(i),i}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)}__onPropertyChange(){wt.showHitView&&this.children.forEach((t=>t.forceUpdate("surface")))}__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){if(t.context){if(e.matrix){const{a:i,b:s,c:n,d:o,e:r,f:a}=e.matrix;t.setTransform(i,s,n,o,r,a)}this.children.forEach((e=>t.copyWorld(e.canvas)))}}__onResize(t){this.children.forEach((e=>e.resize(t))),super.__onResize(t)}__checkUpdateLayout(){this.children.forEach((t=>t.__layout.update()))}__getChildConfig(t){let e=Object.assign({},this.config);return e.hittable=e.realCanvas=void 0,t&&Mt.assign(e,t),this.autoLayout&&Mt.copyAttrs(e,this,Gt),e.view=this.realCanvas?void 0:this.view,e.fill=void 0,e}__listenChildEvents(t){t.once(Yo.END,(()=>this.__onReady())),t.once(Xo.START,(()=>this.__onCreated())),t.once(Xo.END,(()=>this.__onViewReady())),this.realCanvas&&this.__eventIds.push(t.on_(Xo.END,this.__onChildRenderEnd,this))}},t.App=Ft([to()],t.App);const sl={},nl={isHoldSpaceKey:()=>nl.isHold("Space"),isHold:t=>sl[t],setDownCode(t){sl[t]||(sl[t]=!0)},setUpCode(t){sl[t]=!1}},ol={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 rl extends Wo{get spaceKey(){return nl.isHoldSpaceKey()}get left(){return ol.left(this)}get right(){return ol.right(this)}get middle(){return ol.middle(this)}constructor(t){super(t.type),this.bubbles=!0,this.getInner=this.getInnerPoint,this.getLocal=this.getLocalPoint,this.getPage=this.getPagePoint,Object.assign(this,t)}getBoxPoint(t){return t||(t=this.current),t.getBoxPoint(this)}getInnerPoint(t){return t||(t=this.current),t.getInnerPoint(this)}getLocalPoint(t){return t||(t=this.current),t.getLocalPoint(this)}getPagePoint(){return this.current.getPagePoint(this)}static changeName(t,e){St.changeName(t,e)}}t.PointerEvent=class extends rl{},t.PointerEvent.POINTER="pointer",t.PointerEvent.BEFORE_DOWN="pointer.before_down",t.PointerEvent.BEFORE_MOVE="pointer.before_move",t.PointerEvent.BEFORE_UP="pointer.before_up",t.PointerEvent.DOWN="pointer.down",t.PointerEvent.MOVE="pointer.move",t.PointerEvent.UP="pointer.up",t.PointerEvent.OVER="pointer.over",t.PointerEvent.OUT="pointer.out",t.PointerEvent.ENTER="pointer.enter",t.PointerEvent.LEAVE="pointer.leave",t.PointerEvent.TAP="tap",t.PointerEvent.DOUBLE_TAP="double_tap",t.PointerEvent.CLICK="click",t.PointerEvent.DOUBLE_CLICK="double_click",t.PointerEvent.LONG_PRESS="long_press",t.PointerEvent.LONG_TAP="long_tap",t.PointerEvent.MENU="pointer.menu",t.PointerEvent.MENU_TAP="pointer.menu_tap",t.PointerEvent=Ft([eo()],t.PointerEvent);const al=t.PointerEvent,hl={};t.DragEvent=class extends t.PointerEvent{static setList(t){this.list=t instanceof sa?t:new sa(t)}static setData(t){this.data=t}static getValidMove(t,e,i){const{draggable:s,dragBounds:n,x:o,y:r}=t,a=t.getLocalPoint(i,null,!0);return a.x+=e.x-o,a.y+=e.y-r,n&&this.getMoveInDragBounds(t.__local,"parent"===n?t.parent.boxBounds:n,a,!0),"x"===s&&(a.y=0),"y"===s&&(a.x=0),a}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)),ot.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(hl,null,!0)}getInnerMove(t,e){return t||(t=this.current),this.assignMove(e),t.getInnerPoint(hl,null,!0)}getLocalMove(t,e){return t||(t=this.current),this.assignMove(e),t.getLocalPoint(hl,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 ot.set(i,e.x-t.x,e.y-t.y,t.x,t.y),ot.unsign(i),i}assignMove(t){hl.x=t?this.totalX:this.moveX,hl.y=t?this.totalY:this.moveY}},t.DragEvent.BEFORE_DRAG="drag.before_drag",t.DragEvent.START="drag.start",t.DragEvent.DRAG="drag",t.DragEvent.END="drag.end",t.DragEvent.OVER="drag.over",t.DragEvent.OUT="drag.out",t.DragEvent.ENTER="drag.enter",t.DragEvent.LEAVE="drag.leave",t.DragEvent=Ft([eo()],t.DragEvent);const ll=t.DragEvent;function dl(e){e.isApp||e.__eventIds.push(e.on_(t.MoveEvent.BEFORE_MOVE,(t=>{e.zoomLayer.move(e.getValidMove(t.moveX,t.moveY))})),e.on_(t.ZoomEvent.BEFORE_ZOOM,(t=>{const{zoomLayer:i}=e,s=e.getValidScale(t.scale);1!==s&&(D.scaleOf(i,t,s),i.scale=i.__.scaleX*s)})))}t.DropEvent=class extends t.PointerEvent{static setList(e){t.DragEvent.setList(e)}static setData(e){t.DragEvent.setData(e)}},t.DropEvent.DROP="drop",t.DropEvent=Ft([eo()],t.DropEvent),t.MoveEvent=class extends t.DragEvent{},t.MoveEvent.BEFORE_MOVE="move.before_move",t.MoveEvent.START="move.start",t.MoveEvent.MOVE="move",t.MoveEvent.END="move.end",t.MoveEvent=Ft([eo()],t.MoveEvent),t.RotateEvent=class extends rl{},t.RotateEvent.BEFORE_ROTATE="rotate.before_rotate",t.RotateEvent.START="rotate.start",t.RotateEvent.ROTATE="rotate",t.RotateEvent.END="rotate.end",t.RotateEvent=Ft([eo()],t.RotateEvent),t.SwipeEvent=class extends t.DragEvent{},t.SwipeEvent.SWIPE="swipe",t.SwipeEvent.LEFT="swipe.left",t.SwipeEvent.RIGHT="swipe.right",t.SwipeEvent.UP="swipe.up",t.SwipeEvent.DOWN="swipe.down",t.SwipeEvent=Ft([eo()],t.SwipeEvent),t.ZoomEvent=class extends rl{},t.ZoomEvent.BEFORE_ZOOM="zoom.before_zoom",t.ZoomEvent.START="zoom.start",t.ZoomEvent.ZOOM="zoom",t.ZoomEvent.END="zoom.end",t.ZoomEvent=Ft([eo()],t.ZoomEvent),t.KeyEvent=class extends rl{},t.KeyEvent.DOWN="key.down",t.KeyEvent.HOLD="key.hold",t.KeyEvent.UP="key.up",t.KeyEvent=Ft([eo()],t.KeyEvent);const cl=wt.get("LeaferTypeCreator"),ul={list:{},register(t,e){_l[t]?cl.repeat(t):_l[t]=e},run(t,e){const i=_l[t];i&&i(e)}},{list:_l,register:pl}=ul;pl("design",dl),pl("document",(function(t){dl(t);const{move:e,zoom:i}=t.config;e.scroll="limit",i.min=1})),pl("block",(function(t){const{config:e}=t;(e.wheel||(e.wheel={})).preventDefault=!1,(e.touch||(e.touch={})).preventDefault="auto"}));const gl=t.Leafer.prototype;gl.initType=function(t){ul.run(t,this)},gl.getValidMove=function(t,e){const{scroll:i,disabled:s}=this.app.config.move;if(i&&(Math.abs(t)>Math.abs(e)?e=0:t=0,"limit"===i)){const{x:i,y:s,width:n,height:o}=new lt(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}},gl.getValidScale=function(t){const{scaleX:e}=this.zoomLayer.__,{min:i,max:s,disabled:n}=this.app.config.zoom,o=Math.abs(e*t);return o<i?t=i/e:o>s&&(t=s/e),n?1:t};class fl{get transforming(){return!!(this.moveData||this.zoomData||this.rotateData)}constructor(t){this.interaction=t}move(e){const{interaction:i}=this;if(e.moveType||(e.moveType="move"),!this.moveData){const{path:s}=i.selector.getByPoint(e,i.hitRadius);e.path=s,this.moveData=Object.assign(Object.assign({},e),{moveX:0,moveY:0}),i.cancelHover(),i.emit(t.MoveEvent.START,this.moveData)}e.path=this.moveData.path,i.emit(t.MoveEvent.BEFORE_MOVE,e),i.emit(t.MoveEvent.MOVE,e),this.transformEndWait()}zoom(e){const{interaction:i}=this;if(!this.zoomData){const{path:s}=i.selector.getByPoint(e,i.hitRadius);e.path=s,this.zoomData=Object.assign(Object.assign({},e),{scale:1}),i.cancelHover(),i.emit(t.ZoomEvent.START,this.zoomData)}e.path=this.zoomData.path,i.emit(t.ZoomEvent.BEFORE_ZOOM,e),i.emit(t.ZoomEvent.ZOOM,e),this.transformEndWait()}rotate(e){const{interaction:i}=this;if(!this.rotateData){const{path:s}=i.selector.getByPoint(e,i.hitRadius);e.path=s,this.rotateData=Object.assign(Object.assign({},e),{rotation:0}),i.cancelHover(),i.emit(t.RotateEvent.START,this.rotateData)}e.path=this.rotateData.path,i.emit(t.RotateEvent.BEFORE_ROTATE,e),i.emit(t.RotateEvent.ROTATE,e),this.transformEndWait()}transformEndWait(){clearTimeout(this.transformTimer),this.transformTimer=setTimeout((()=>{this.transformEnd()}),this.interaction.config.pointer.transformTime)}transformEnd(){this.moveEnd(),this.zoomEnd(),this.rotateEnd()}moveEnd(){this.moveData&&(this.interaction.emit(t.MoveEvent.END,this.moveData),this.moveData=null)}zoomEnd(){this.zoomData&&(this.interaction.emit(t.ZoomEvent.END,this.zoomData),this.zoomData=null)}rotateEnd(){this.rotateData&&(this.interaction.emit(t.RotateEvent.END,this.rotateData),this.rotateData=null)}destroy(){this.zoomData=this.moveData=this.rotateData=null}}const yl={getMoveEventData:(t,e,i)=>Object.assign(Object.assign({},i),{x:t.x,y:t.y,moveX:e.x,moveY:e.y}),getRotateEventData:(t,e,i)=>Object.assign(Object.assign({},i),{x:t.x,y:t.y,rotation:e}),getZoomEventData:(t,e,i)=>Object.assign(Object.assign({},i),{x:t.x,y:t.y,scale:e}),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:e=>e<-45&&e>-135?t.SwipeEvent.UP:e>45&&e<135?t.SwipeEvent.DOWN:e<=45&&e>=-45?t.SwipeEvent.RIGHT:t.SwipeEvent.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:ml.getSwipeDirection(D.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 sa,{list:s}=t;for(let t=0,n=s.length;t<n;t++)s[t].hasEvent(e)&&i.add(s[t]);return i},pathCanDrag:e=>e&&e.list.some((e=>e.draggable||e.editable||!e.isLeafer&&e.hasEvent(t.DragEvent.DRAG))),pathHasOutside:t=>t&&t.list.some((t=>t.isOutside))},ml=yl,vl=new sa,{getDragEventData:wl,getDropEventData:xl,getSwipeEventData:bl}=yl;class El{constructor(t){this.interaction=t}setDragData(t){this.animateWait&&this.dragEndReal(),this.downData=this.interaction.downData,this.dragData=wl(t,t,t),this.canAnimate=this.canDragOut=!0}getList(){const{proxy:e}=this.interaction.selector;return!this.dragging||e&&e.list.length?vl:t.DragEvent.list||this.dragableList||vl}checkDrag(e,i){const{interaction:s}=this;if(this.moving&&e.buttons<1)return this.canAnimate=!1,void s.pointerCancel();!this.moving&&i&&(this.moving=s.canMove(this.downData)||s.isHoldRightKey||s.isMobileDragEmpty)&&(this.dragData.moveType="drag",s.emit(t.MoveEvent.START,this.dragData)),this.moving||this.dragStart(e,i),this.drag(e)}dragStart(e,i){this.dragging||(this.dragging=i&&ol.left(e),this.dragging&&(this.interaction.emit(t.DragEvent.START,this.dragData),this.getDragableList(this.dragData.path),this.setDragStartPoints(this.realDragableList=this.getList())))}setDragStartPoints(t){this.dragStartPoints={},t.forEach((t=>this.dragStartPoints[t.innerId]={x:t.x,y:t.y}))}getDragableList(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.dragableList=new sa(e);break}}drag(e){const{interaction:i,dragData:s,downData:n}=this,{path:o,throughPath:r}=n;this.dragData=wl(n,s,e),r&&(this.dragData.throughPath=r),this.dragData.path=o,this.moving?(this.dragData.moveType="drag",i.emit(t.MoveEvent.BEFORE_MOVE,this.dragData),i.emit(t.MoveEvent.MOVE,this.dragData)):this.dragging&&(this.dragReal(),i.emit(t.DragEvent.BEFORE_DRAG,this.dragData),i.emit(t.DragEvent.DRAG,this.dragData))}dragReal(){const{running:e}=this.interaction,i=this.realDragableList;if(i.length&&e){const{totalX:e,totalY:s}=this.dragData;i.forEach((i=>i.draggable&&i.move(t.DragEvent.getValidMove(i,this.dragStartPoints[i.innerId],{x:e,y:s}))))}}dragOverOrOut(e){const{interaction:i}=this,{dragOverPath:s}=this,{path:n}=e;this.dragOverPath=n,s?n.indexAt(0)!==s.indexAt(0)&&(i.emit(t.DragEvent.OUT,e,s),i.emit(t.DragEvent.OVER,e,n)):i.emit(t.DragEvent.OVER,e,n)}dragEnterOrLeave(e){const{interaction:i}=this,{dragEnterPath:s}=this,{path:n}=e;i.emit(t.DragEvent.LEAVE,e,s,n),i.emit(t.DragEvent.ENTER,e,n,s),this.dragEnterPath=n}dragEnd(t,e){if(!this.dragging&&!this.moving)return;const{moveX:i,moveY:s}=this.dragData;this.interaction.config.move.dragAnimate&&this.canAnimate&&this.moving&&(Math.abs(i)>1||Math.abs(s)>1)?(t=Object.assign({},t),e=.9*(e||("touch"===t.pointerType?2:1)),D.move(t,i*e,s*e),this.drag(t),this.animate((()=>{this.dragEnd(t,1)}))):this.dragEndReal(t)}dragEndReal(e){const{interaction:i,downData:s,dragData:n}=this;e||(e=n);const{path:o,throughPath:r}=s,a=wl(s,e,e);if(r&&(a.throughPath=r),a.path=o,this.moving&&(this.moving=!1,a.moveType="drag",i.emit(t.MoveEvent.END,a)),this.dragging){const o=this.getList();this.dragging=!1,i.emit(t.DragEvent.END,a),this.swipe(e,s,n,a),this.drop(e,o,this.dragEnterPath)}this.autoMoveCancel(),this.dragReset(),this.animate(null,"off")}animate(t,e){const i=t||this.animateWait;i&&this.interaction.target.nextRender(i,null,e),this.animateWait=t}swipe(t,e,i,s){const{interaction:n}=this;if(D.getDistance(e,t)>n.config.pointer.swipeDistance){const t=bl(e,i,s);this.interaction.emit(t.type,t)}}drop(e,i,s){const n=xl(e,i,t.DragEvent.data);n.path=s,this.interaction.emit(t.DropEvent.DROP,n),this.interaction.emit(t.DragEvent.LEAVE,e,s)}dragReset(){t.DragEvent.list=t.DragEvent.data=this.dragableList=this.dragData=this.downData=this.dragOverPath=this.dragEnterPath=null}checkDragOut(t){const{interaction:e}=this;this.autoMoveCancel(),this.dragging&&!e.shrinkCanvasBounds.hitPoint(t)&&this.autoMoveOnDragOut(t)}autoMoveOnDragOut(t){const{interaction:e,downData:i,canDragOut:s}=this,{autoDistance:n,dragOut:o}=e.config.move;if(!o||!s||!n)return;const r=e.shrinkCanvasBounds,{x:a,y:h}=r,l=ot.maxX(r),d=ot.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,D.move(i,c,u),D.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)}autoMoveCancel(){this.autoMoveTimer&&(clearInterval(this.autoMoveTimer),this.autoMoveTimer=0)}destroy(){this.dragReset()}}const Bl=wt.get("emit");const kl=["move","zoom","rotate","key"];function Ll(t,e,i,s,n){if(kl.some((t=>e.startsWith(t)))&&t.__.hitChildren&&!Tl(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&&Pl(o,e,i,s,n)}}function Pl(t,e,i,s,n){if(t.destroyed)return!1;if(t.__.hitSelf&&!Tl(t,n)&&(Xa.updateEventStyle&&!s&&Xa.updateEventStyle(t,e),t.hasEvent(e,s))){i.phase=s?1:t===i.target?2:3;const n=St.get(e,i);if(t.emitEvent(n,s),n.isStop)return!0}return!1}function Tl(t,e){return e&&e.has(t)}const Rl={getData(t){const e=t[0],i=t[1],s=D.getCenter(e.from,i.from),n=D.getCenter(e.to,i.to),o={x:n.x-s.x,y:n.y-s.y},r=D.getDistance(e.from,i.from);return{move:o,scale:D.getDistance(e.to,i.to)/r,angle:D.getRotation(e.from,i.from,e.to,i.to),center:n}}},Cl={wheel:{zoomSpeed:.5,moveSpeed:.5,rotateSpeed:.5,delta:{x:20,y:8},preventDefault:!0},pointer:{hitRadius:5,tapTime:120,longPressTime:800,transformTime:500,hover:!0,dragHover:!0,dragDistance:2,swipeDistance:20,preventDefaultMenu:!0},touch:{preventDefault:!0},cursor:!0,keyEvent:!0},{pathHasEventType:Sl,getMoveEventData:Ol,getZoomEventData:Dl,getRotateEventData:Ml,pathCanDrag:Il,pathHasOutside:Al}=yl;class Wl{get dragging(){return this.dragger.dragging}get transforming(){return this.transformer.transforming}get moveMode(){return!0===this.config.move.drag||this.isHoldSpaceKey||this.isHoldMiddleKey||this.isHoldRightKey&&this.dragger.moving||this.isDragEmpty}get canHover(){return this.config.pointer.hover&&!this.config.mobile}get isDragEmpty(){return this.config.move.dragEmpty&&this.isRootPath(this.hoverData)&&(!this.downData||this.isRootPath(this.downData))}get isMobileDragEmpty(){return this.config.move.dragEmpty&&!this.canHover&&this.downData&&this.isTreePath(this.downData)}get isHoldMiddleKey(){return this.config.move.holdMiddleKey&&this.downData&&ol.middle(this.downData)}get isHoldRightKey(){return this.config.move.holdRightKey&&this.downData&&ol.right(this.downData)}get isHoldSpaceKey(){return this.config.move.holdSpaceKey&&nl.isHoldSpaceKey()}get hitRadius(){return this.config.pointer.hitRadius}constructor(t,e,i,s){this.config=Mt.clone(Cl),this.tapCount=0,this.downKeyMap={},this.target=t,this.canvas=e,this.selector=i,this.defaultPath=new sa(t),this.transformer=new fl(this),this.dragger=new El(this),s&&(this.config=Mt.default(s,this.config)),this.__listenEvents()}start(){this.running=!0}stop(){this.running=!1}receive(t){}pointerDown(e,i){e||(e=this.hoverData),e&&(ol.defaultLeft(e),this.updateDownData(e),this.checkPath(e,i),this.downTime=Date.now(),this.emit(t.PointerEvent.BEFORE_DOWN,e),this.emit(t.PointerEvent.DOWN,e),ol.left(e)&&(this.tapWait(),this.longPressWait(e)),this.waitRightTap=ol.right(e),this.dragger.setDragData(e),this.isHoldRightKey||this.updateCursor(e))}pointerMove(t){if(t||(t=this.hoverData),!t)return;const{downData:e}=this;e&&ol.defaultLeft(t);(this.canvas.bounds.hitPoint(t)||e)&&(this.pointerMoveReal(t),e&&this.dragger.checkDragOut(t))}pointerMoveReal(e){const{dragHover:i,dragDistance:s}=this.config.pointer;if(this.emit(t.PointerEvent.BEFORE_MOVE,e,this.defaultPath),this.downData){const t=D.getDistance(this.downData,e)>s;t&&(this.waitTap&&this.pointerWaitCancel(),this.waitRightTap=!1),this.dragger.checkDrag(e,t)}this.dragger.moving||(this.updateHoverData(e),this.checkPath(e),this.emit(t.PointerEvent.MOVE,e),this.dragging&&!i||this.pointerHover(e),this.dragger.dragging&&(this.dragger.dragOverOrOut(e),this.dragger.dragEnterOrLeave(e))),this.updateCursor(this.downData||e)}pointerUp(e){const{downData:i}=this;if(e||(e=i),!i)return;ol.defaultLeft(e),e.multiTouch=i.multiTouch,this.findPath(e);const s=Object.assign(Object.assign({},e),{path:e.path.clone()});e.path.addList(i.path.list),this.checkPath(e),this.downData=null,this.emit(t.PointerEvent.BEFORE_UP,e),this.emit(t.PointerEvent.UP,e),this.touchLeave(e),e.isCancel||(this.tap(e),this.menuTap(e)),this.dragger.dragEnd(e),this.updateCursor(s)}pointerCancel(){const t=Object.assign({},this.dragger.dragData);t.isCancel=!0,this.pointerUp(t)}multiTouch(t,e){const{move:i,angle:s,scale:n,center:o}=Rl.getData(e);this.rotate(Ml(o,s,t)),this.zoom(Dl(o,n,t)),this.move(Ol(o,i,t))}menu(e){this.findPath(e),this.emit(t.PointerEvent.MENU,e),this.waitMenuTap=!0,!this.downData&&this.waitRightTap&&this.menuTap(e)}menuTap(e){this.waitRightTap&&this.waitMenuTap&&(this.emit(t.PointerEvent.MENU_TAP,e),this.waitRightTap=this.waitMenuTap=!1)}move(t){this.transformer.move(t)}zoom(t){this.transformer.zoom(t)}rotate(t){this.transformer.rotate(t)}transformEnd(){this.transformer.transformEnd()}keyDown(e){if(!this.config.keyEvent)return;const{code:i}=e;this.downKeyMap[i]||(this.downKeyMap[i]=!0,nl.setDownCode(i),this.emit(t.KeyEvent.HOLD,e,this.defaultPath),this.moveMode&&(this.cancelHover(),this.updateCursor())),this.emit(t.KeyEvent.DOWN,e,this.defaultPath)}keyUp(e){if(!this.config.keyEvent)return;const{code:i}=e;this.downKeyMap[i]=!1,nl.setUpCode(i),this.emit(t.KeyEvent.UP,e,this.defaultPath),"grab"===this.cursor&&this.updateCursor()}pointerHover(t){this.canHover&&(this.pointerOverOrOut(t),this.pointerEnterOrLeave(t))}pointerOverOrOut(e){const{path:i}=e,{overPath:s}=this;this.overPath=i,s?i.indexAt(0)!==s.indexAt(0)&&(this.emit(t.PointerEvent.OUT,e,s),this.emit(t.PointerEvent.OVER,e,i)):this.emit(t.PointerEvent.OVER,e,i)}pointerEnterOrLeave(e){let{path:i}=e;this.downData&&!this.moveMode&&(i=i.clone(),this.downData.path.forEach((t=>i.add(t))));const{enterPath:s}=this;this.enterPath=i,this.emit(t.PointerEvent.LEAVE,e,s,i),this.emit(t.PointerEvent.ENTER,e,i,s)}touchLeave(e){"touch"===e.pointerType&&this.enterPath&&(this.emit(t.PointerEvent.LEAVE,e),this.dragger.dragging&&this.emit(t.DropEvent.LEAVE,e))}tap(e){const{pointer:i}=this.config,s=this.longTap(e);if(!i.tapMore&&s)return;if(!this.waitTap)return;i.tapMore&&this.emitTap(e);const n=Date.now()-this.downTime,o=[t.PointerEvent.DOUBLE_TAP,t.PointerEvent.DOUBLE_CLICK].some((t=>Sl(e.path,t)));n<i.tapTime+50&&o?(this.tapCount++,2===this.tapCount?(this.tapWaitCancel(),this.emitDoubleTap(e)):(clearTimeout(this.tapTimer),this.tapTimer=setTimeout((()=>{i.tapMore||(this.tapWaitCancel(),this.emitTap(e))}),i.tapTime))):i.tapMore||(this.tapWaitCancel(),this.emitTap(e))}findPath(t,e){const{hitRadius:i,through:s}=this.config.pointer,{bottomList:n}=this,o=this.selector.getByPoint(t,i,Object.assign({bottomList:n,name:t.type},e||{through:s}));return o.throughPath&&(t.throughPath=o.throughPath),t.path=o.path,o.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&&!Al(t.path))&&(t.path=this.defaultPath)}canMove(t){return t&&(this.moveMode||"auto"===this.config.move.drag&&!Il(t.path))&&!Al(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(e){e||(e=this.hoverData),e&&(this.findPath(e,{exclude:this.dragger.getList(),name:t.PointerEvent.MOVE}),this.hoverData=e)}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);return{x:t.clientX-i.x,y:t.clientY-i.y}}emitTap(e){this.emit(t.PointerEvent.TAP,e),this.emit(t.PointerEvent.CLICK,e)}emitDoubleTap(e){this.emit(t.PointerEvent.DOUBLE_TAP,e),this.emit(t.PointerEvent.DOUBLE_CLICK,e)}pointerWaitCancel(){this.tapWaitCancel(),this.longPressWaitCancel()}tapWait(){clearTimeout(this.tapTimer),this.waitTap=!0}tapWaitCancel(){clearTimeout(this.tapTimer),this.waitTap=!1,this.tapCount=0}longPressWait(e){clearTimeout(this.longPressTimer),this.longPressTimer=setTimeout((()=>{this.longPressed=!0,this.emit(t.PointerEvent.LONG_PRESS,e)}),this.config.pointer.longPressTime)}longTap(e){let i;return this.longPressed&&(this.emit(t.PointerEvent.LONG_TAP,e),(Sl(e.path,t.PointerEvent.LONG_TAP)||Sl(e.path,t.PointerEvent.LONG_PRESS))&&(i=!0)),this.longPressWaitCancel(),i}longPressWaitCancel(){clearTimeout(this.longPressTimer),this.longPressed=!1}__onResize(){this.shrinkCanvasBounds=new lt(this.canvas.bounds),this.shrinkCanvasBounds.spread(-2)}__listenEvents(){const{target:t}=this;this.__eventIds=[t.on_(Uo.RESIZE,this.__onResize,this)],t.once(Vo.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],Pl(n,t,e,!0,s))return;n.isApp&&Ll(n,t,e,!0,s)}for(let o=0,r=i.length;o<r;o++)if(n=i.list[o],n.isApp&&Ll(n,t,e,!1,s),Pl(n,t,e,!1,s))return}catch(t){Bl.error(t)}}(t,e,i,s)}destroy(){this.__eventIds.length&&(this.stop(),this.__removeListenEvents(),this.dragger.destroy(),this.transformer.destroy(),this.downData=this.overPath=this.enterPath=null)}}class Fl{static set(t,e){this.custom[t]=e}static get(t){return this.custom[t]}}Fl.custom={};class zl extends Dt{constructor(){super(...arguments),this.maxTotal=1e3,this.pathList=new sa,this.pixelList=new sa}getPixelType(t,e){return this.__autoClear(),this.pixelList.add(t),i.hitCanvas(e)}getPathType(t){return this.__autoClear(),this.pathList.add(t),i.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:Hl,copy:Ul,setRadius:Nl}=D,Yl={},Xl=t.Leaf.prototype;Xl.__hitWorld=function(t){if(!this.__.hitSelf)return!1;this.__.hitRadius&&(Ul(Yl,t),Nl(t=Yl,this.__.hitRadius)),Hl(t,this.__world,Yl);const{width:e,height:i}=this.__world,s=e<10&&i<10;if(this.__.hitBox||s){if(ot.hitRadiusPoint(this.__layout.boxBounds,Yl))return!0;if(s)return!1}return!this.__layout.hitCanvasChanged&&this.__hitCanvas||(this.__updateHitCanvas(),this.__layout.boundsChanged||(this.__layout.hitCanvasChanged=!1)),this.__hit(Yl)},Xl.__hitFill=function(t){var e;return null===(e=this.__hitCanvas)||void 0===e?void 0:e.hitFill(t,this.__.windingRule)},Xl.__hitStroke=function(t,e){var i;return null===(i=this.__hitCanvas)||void 0===i?void 0:i.hitStroke(t,e)},Xl.__hitPixel=function(t){var e;return null===(e=this.__hitCanvas)||void 0===e?void 0:e.hitPixel(t,this.__layout.renderBounds,this.__hitCanvas.hitScale)},Xl.__drawHitPath=function(t){t&&this.__drawRenderPath(t)};const Vl=new H,jl=t.UI.prototype;jl.__updateHitCanvas=function(){const t=this.__,{hitCanvasManager:i}=this.leafer,s=(t.__pixelFill||t.__isCanvas)&&"pixel"===t.hitFill,n=t.__pixelStroke&&"pixel"===t.hitStroke,o=s||n;this.__hitCanvas||(this.__hitCanvas=o?i.getPixelType(this,{contextSettings:{willReadFrequently:!0}}):i.getPathType(this));const r=this.__hitCanvas;if(o){const{renderBounds:i}=this.__layout,o=e.image.hitCanvasSize,a=r.hitScale=dt.set(0,0,o,o).getFitMatrix(i,.5).a,{x:h,y:l,width:d,height:c}=dt.set(i).scale(a);r.resize({width:d,height:c,pixelRatio:1}),r.clear(),un.patternLocked=!0,this.__renderShape(r,{matrix:Vl.setWith(this.__world).scaleWith(1/a).invertWith().translate(-h,-l)},!s,!n),un.patternLocked=!1,r.resetTransform(),t.__isHitPixel=!0}else t.__isHitPixel&&(t.__isHitPixel=!1);this.__drawHitPath(r),r.setStrokeOptions(t)},jl.__hit=function(t){"miniapp"===e.name&&this.__drawHitPath(this.__hitCanvas);const i=this.__;if(i.__isHitPixel&&this.__hitPixel(t))return!0;const{hitFill:s}=i,n=(i.fill||i.__isCanvas)&&("path"===s||"pixel"===s&&!(i.__pixelFill||i.__isCanvas))||"all"===s;if(n&&this.__hitFill(t))return!0;const{hitStroke:o,__strokeWidth:r}=i,a=i.stroke&&("path"===o||"pixel"===o&&!i.__pixelStroke)||"all"===o;if(!n&&!a)return!1;const h=2*t.radiusX;let l=h;if(a)switch(i.strokeAlign){case"inside":if(l+=2*r,!n&&this.__hitFill(t)&&this.__hitStroke(t,l))return!0;l=h;break;case"center":l+=r;break;case"outside":if(l+=2*r,!n){if(!this.__hitFill(t)&&this.__hitStroke(t,l))return!0;l=h}}return!!l&&this.__hitStroke(t,l)};const Gl=new t.UI,Zl=t.Rect.prototype;Zl.__updateHitCanvas=function(){this.stroke||this.cornerRadius||(this.fill||this.__.__isCanvas)&&"pixel"===this.hitFill||"all"===this.hitStroke?Gl.__updateHitCanvas.call(this):this.__hitCanvas&&(this.__hitCanvas=null)},Zl.__hitFill=function(t){return this.__hitCanvas?Gl.__hitFill.call(this,t):ot.hitRadiusPoint(this.__layout.boxBounds,t)};const Kl=t.UI.prototype,ql=t.Group.prototype;Kl.find=function(t,e){return this.leafer?this.leafer.selector.getBy(t,this,!1,e):[]},Kl.findOne=function(t,e){return this.leafer?this.leafer.selector.getBy(t,this,!0,e):null},ql.pick=function(t,e){return this.__layout.update(),e||(e={}),this.leafer?this.leafer.selector.getByPoint(t,e.hitRadius||0,Object.assign(Object.assign({},e),{target:this})):null};const Jl=Zt.prototype;function $l(t,e){let i;const{rows:s,decorationY:n,decorationHeight:o}=t.__.__textDrawData;for(let t=0,r=s.length;t<r;t++)i=s[t],i.text?e.fillText(i.text,i.x,i.y):i.data&&i.data.forEach((t=>{e.fillText(t.char,t.x,i.y)})),n&&e.fillRect(i.x,i.y+n,i.width,o)}function Ql(t,e,i){const{strokeAlign:s}=e.__,n="string"!=typeof t;switch(s){case"center":i.setStroke(n?void 0:t,e.__.strokeWidth,e.__),n?id(t,!0,e,i):ed(e,i);break;case"inside":td("inside",t,n,e,i);break;case"outside":td("outside",t,n,e,i)}}function td(t,e,i,s,n){const{__strokeWidth:o,__font:r}=s.__,a=n.getSameCanvas(!0,!0);a.setStroke(i?void 0:e,2*o,s.__),a.font=r,i?id(e,!0,s,a):ed(s,a),a.blendMode="outside"===t?"destination-out":"destination-in",$l(s,a),a.blendMode="normal",s.__worldFlipped?n.copyWorldByReset(a,s.__nowWorld):n.copyWorldToInner(a,s.__nowWorld,s.__layout.renderBounds),a.recycle(s.__nowWorld)}function ed(t,e){let i;const{rows:s,decorationY:n,decorationHeight:o}=t.__.__textDrawData;for(let t=0,r=s.length;t<r;t++)i=s[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)})),n&&e.strokeRect(i.x,i.y+n,i.width,o)}function id(t,e,i,s){let n;for(let o=0,r=t.length;o<r;o++)n=t[o],n.image&&Ha.checkImage(i,s,n,!1)||n.style&&(s.strokeStyle=n.style,n.blendMode?(s.saveBlendMode(n.blendMode),e?ed(i,s):s.stroke(),s.restoreBlendMode()):e?ed(i,s):s.stroke())}Jl.hitFill=function(t,e){return e?this.context.isPointInPath(t.x,t.y,e):this.context.isPointInPath(t.x,t.y)},Jl.hitStroke=function(t,e){return this.strokeWidth=e,this.context.isPointInStroke(t.x,t.y)},Jl.hitPixel=function(t,e,i=1){let{x:s,y:n,radiusX:o,radiusY:r}=t;e&&(s-=e.x,n-=e.y),dt.set(s-o,n-r,2*o,2*r).scale(i).ceil();const{data:a}=this.context.getImageData(dt.x,dt.y,dt.width||1,dt.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:sd,getOuterOf:nd,getByMove:od,getIntersectData:rd}=ot;let ad;function hd(t,e,i){if("object"!=typeof e||!1===e.visible||0===e.opacity)return;const{boxBounds:s}=i.__layout;switch(e.type){case"solid":let{type:n,blendMode:o,color:r,opacity:a}=e;return{type:n,blendMode:o,style:Wa.string(r,a)};case"image":return Ha.image(i,t,e,s,!ad||!ad[e.url]);case"linear":return Ua.linearGradient(e,s);case"radial":return Ua.radialGradient(e,s);case"angular":return Ua.conicGradient(e,s);default:return void 0!==e.r?{type:"solid",style:Wa.string(e)}:void 0}}const ld={compute:function(t,e){const i=e.__,s=[];let n,o=i.__input[t];o instanceof Array||(o=[o]),ad=Ha.recycleImage(t,i);for(let i,n=0,r=o.length;n<r;n++)i=hd(t,o[n],e),i&&s.push(i);i["_"+t]=s.length?s:void 0,s.length&&s[0].image&&(n=s[0].image.hasOpacityPixel),"fill"===t?i.__pixelFill=n:i.__pixelStroke=n},fill:function(t,e,i){i.fillStyle=t,e.__.__font?$l(e,i):e.__.windingRule?i.fill(e.__.windingRule):i.fill()},fills:function(t,e,i){let s;const{windingRule:n,__font:o}=e.__;for(let r=0,a=t.length;r<a;r++)s=t[r],s.image&&Ha.checkImage(e,i,s,!o)||s.style&&(i.fillStyle=s.style,s.transform?(i.save(),i.transform(s.transform),s.blendMode&&(i.blendMode=s.blendMode),o?$l(e,i):n?i.fill(n):i.fill(),i.restore()):s.blendMode?(i.saveBlendMode(s.blendMode),o?$l(e,i):n?i.fill(n):i.fill(),i.restoreBlendMode()):o?$l(e,i):n?i.fill(n):i.fill())},fillText:$l,stroke:function(t,e,i){const s=e.__,{__strokeWidth:n,strokeAlign:o,__font:r}=s;if(n)if(r)Ql(t,e,i);else switch(o){case"center":i.setStroke(t,n,s),i.stroke();break;case"inside":i.save(),i.setStroke(t,2*n,s),s.windingRule?i.clip(s.windingRule):i.clip(),i.stroke(),i.restore();break;case"outside":const o=i.getSameCanvas(!0,!0);o.setStroke(t,2*n,s),e.__drawRenderPath(o),o.stroke(),s.windingRule?o.clip(s.windingRule):o.clip(),o.clearWorld(e.__layout.renderBounds),e.__worldFlipped?i.copyWorldByReset(o,e.__nowWorld):i.copyWorldToInner(o,e.__nowWorld,e.__layout.renderBounds),o.recycle(e.__nowWorld)}},strokes:function(t,e,i){const s=e.__,{__strokeWidth:n,strokeAlign:o,__font:r}=s;if(n)if(r)Ql(t,e,i);else switch(o){case"center":i.setStroke(void 0,n,s),id(t,!1,e,i);break;case"inside":i.save(),i.setStroke(void 0,2*n,s),s.windingRule?i.clip(s.windingRule):i.clip(),id(t,!1,e,i),i.restore();break;case"outside":const{renderBounds:o}=e.__layout,r=i.getSameCanvas(!0,!0);e.__drawRenderPath(r),r.setStroke(void 0,2*n,s),id(t,!1,e,r),s.windingRule?r.clip(s.windingRule):r.clip(),r.clearWorld(o),e.__worldFlipped?i.copyWorldByReset(r,e.__nowWorld):i.copyWorldToInner(r,e.__nowWorld,o),r.recycle(e.__nowWorld)}},strokeText:Ql,drawTextStroke:ed,shape:function(t,e,i){const s=e.getSameCanvas(),n=t.__nowWorld;let o,r,a,h,{scaleX:l,scaleY:d}=n;if(l<0&&(l=-l),d<0&&(d=-d),e.bounds.includes(n))h=s,o=a=n;else{const{renderShapeSpread:s}=t.__layout,c=rd(s?sd(e.bounds,l===d?s*l:[s*d,s*l]):e.bounds,n);r=e.bounds.getFitMatrix(c);let{a:u,d:_}=r;if(r.a<1&&(h=e.getSameCanvas(),t.__renderShape(h,i),l*=u,d*=_),a=nd(n,r),o=od(a,-r.e,-r.f),i.matrix){const{matrix:t}=i;r.multiply(t),u*=t.scaleX,_*=t.scaleY}i=Object.assign(Object.assign({},i),{matrix:r.withScale(u,_)})}return t.__renderShape(s,i),{canvas:s,matrix:r,bounds:o,worldCanvas:h,shapeBounds:a,scaleX:l,scaleY:d}}};let dd={};const{get:cd,rotateOfOuter:ud,translate:_d,scaleOfOuter:pd,scale:gd,rotate:fd}=b;function yd(t,e,i,s,n,o,r){const a=cd();_d(a,e.x+i,e.y+s),gd(a,n,o),r&&ud(a,{x:e.x+e.width/2,y:e.y+e.height/2},r),t.transform=a}function md(t,e,i,s,n,o,r){const a=cd();_d(a,e.x+i,e.y+s),n&&gd(a,n,o),r&&fd(a,r),t.transform=a}function vd(t,e,i,s,n,o,r,a,h,l){const d=cd();if(h)if("center"===l)ud(d,{x:i/2,y:s/2},h);else switch(fd(d,h),h){case 90:_d(d,s,0);break;case 180:_d(d,i,s);break;case 270:_d(d,0,i)}dd.x=e.x+n,dd.y=e.y+o,_d(d,dd.x,dd.y),r&&pd(d,dd,r,a),t.transform=d}const{get:wd,translate:xd}=b,bd=new lt,Ed={},Bd={};function kd(t,e,i,s){const{blendMode:n,sync:o}=i;n&&(t.blendMode=n),o&&(t.sync=o),t.data=Ld(i,s,e)}function Ld(t,e,i){let{width:s,height:n}=i;t.padding&&(e=bd.set(e).shrink(t.padding)),"strench"===t.mode&&(t.mode="stretch");const{opacity:o,mode:r,align:a,offset:l,scale:d,size:c,rotation:u,repeat:_}=t,p=e.width===s&&e.height===n,g={mode:r},f="center"!==a&&(u||0)%180==90,y=f?n:s,m=f?s:n;let v,w,x=0,b=0;if(r&&"cover"!==r&&"fit"!==r)(d||c)&&(h.getScaleData(d,c,i,Bd),v=Bd.scaleX,w=Bd.scaleY);else if(!p||u){const t=e.width/y,i=e.height/m;v=w="fit"===r?Math.min(t,i):Math.max(t,i),x+=(e.width-s*v)/2,b+=(e.height-n*w)/2}if(a){const t={x:x,y:b,width:y,height:m};v&&(t.width*=v,t.height*=w),mt.toPoint(a,t,e,Ed,!0),x+=Ed.x,b+=Ed.y}switch(l&&(x+=l.x,b+=l.y),r){case"stretch":p||(s=e.width,n=e.height);break;case"normal":case"clip":(x||b||v||u)&&md(g,e,x,b,v,w,u);break;case"repeat":(!p||v||u)&&vd(g,e,s,n,x,b,v,w,u,a),_||(g.repeat="repeat");break;default:v&&yd(g,e,x,b,v,w,u)}return g.transform||(e.x||e.y)&&(g.transform=wd(),xd(g.transform,e.x,e.y)),v&&"stretch"!==r&&(g.scaleX=v,g.scaleY=w),g.width=s,g.height=n,o&&(g.opacity=o),_&&(g.repeat="string"==typeof _?"x"===_?"repeat-x":"repeat-y":"repeat"),g}let Pd,Td=new lt;const{isSame:Rd}=ot;function Cd(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||kd(n,s,i,o),!0}function Sd(t,e){Md(t,Ho.LOAD,e)}function Od(t,e){Md(t,Ho.LOADED,e)}function Dd(t,e,i){e.error=i,t.forceUpdate("surface"),Md(t,Ho.ERROR,e)}function Md(t,e,i){t.hasEvent(e)&&t.emitEvent(new Ho(e,i))}function Id(t,e){const{leafer:i}=t;i&&i.viewReady&&(i.renderer.ignore=e)}const{get:Ad,scale:Wd,copy:Fd}=b,{ceil:zd,abs:Hd}=Math;function Ud(t,i,s){let{scaleX:n,scaleY:o}=un.patternLocked?t.__world:t.__nowWorld;const r=n+"-"+o+"-"+s;if(i.patternId===r||t.destroyed)return!1;{n=Hd(n),o=Hd(o);const{image:t,data:a}=i;let h,l,{width:d,height:c,scaleX:u,scaleY:_,opacity:p,transform:g,repeat:f}=a;u&&(l=Ad(),Fd(l,g),Wd(l,1/u,1/_),n*=u,o*=_),n*=s,o*=s,d*=n,c*=o;const y=d*c;if(!f&&y>e.image.maxCacheSize)return!1;let m=e.image.maxPatternSize;if(!t.isSVG){const e=t.width*t.height;m>e&&(m=e)}y>m&&(h=Math.sqrt(y/m)),h&&(n/=h,o/=h,d/=h,c/=h),u&&(n/=u,o/=_),(g||1!==n||1!==o)&&(l||(l=Ad(),g&&Fd(l,g)),Wd(l,1/n,1/o));const v=t.getCanvas(zd(d)||1,zd(c)||1,p),w=t.getPattern(v,f||e.origin.noRepeat||"no-repeat",l,i);return i.style=w,i.patternId=r,!0}}const{abs:Nd}=Math;const Yd={image:function(t,e,i,s,n){let o,r;const a=un.get(i);return Pd&&i===Pd.paint&&Rd(s,Pd.boxBounds)?o=Pd.leafPaint:(o={type:i.type,image:a},Pd=a.use>1?{leafPaint:o,paint:i,boxBounds:Td.set(s)}:null),(n||a.loading)&&(r={image:a,attrName:e,attrValue:i}),a.ready?(Cd(t,e,i,a,o,s),n&&(Sd(t,r),Od(t,r))):a.error?n&&Dd(t,r,a.error):(Id(t,!0),n&&Sd(t,r),o.loadId=a.load((()=>{Id(t,!1),t.destroyed||(Cd(t,e,i,a,o,s)&&(a.hasOpacityPixel&&(t.__layout.hitCanvasChanged=!0),t.forceUpdate("surface")),Od(t,r)),o.loadId=null}),(e=>{Id(t,!1),Dd(t,r,e),o.loadId=null}))),o},checkImage:function(t,i,s,n){const{scaleX:o,scaleY:r}=un.patternLocked?t.__world:t.__nowWorld,{pixelRatio:a}=i;if(!s.data||s.patternId===o+"-"+r+"-"+a&&!Ya.running)return!1;{const{data:h}=s;if(n)if(h.repeat)n=!1;else{let{width:t,height:i}=h;t*=Nd(o)*a,i*=Nd(r)*a,h.scaleX&&(t*=h.scaleX,i*=h.scaleY),n=t*i>e.image.maxCacheSize||Ya.running}return n?(i.save(),i.clip(),s.blendMode&&(i.blendMode=s.blendMode),h.opacity&&(i.opacity*=h.opacity),h.transform&&i.transform(h.transform),i.drawImage(s.image.view,0,0,h.width,h.height),i.restore(),!0):(!s.style||s.sync||Ya.running?Ud(t,s,a):s.patternTask||(s.patternTask=un.patternTasker.add((()=>zt(this,void 0,void 0,(function*(){s.patternTask=null,i.bounds.hit(t.__nowWorld)&&Ud(t,s,a),t.forceUpdate("surface")}))),300)),!1)}},createPattern:Ud,recycleImage:function(t,e){const i=e["_"+t];if(i instanceof Array){let s,n,o,r;for(let a=0,h=i.length;a<h;a++)s=i[a].image,r=s&&s.url,r&&(n||(n={}),n[r]=!0,un.recycle(s),s.loading&&(o||(o=e.__input&&e.__input[t]||[],o instanceof Array||(o=[o])),s.unload(i[a].loadId,!o.some((t=>t.url===r)))));return n}return null},createData:kd,getPatternData:Ld,fillOrFitMode:yd,clipMode:md,repeatMode:vd},{toPoint:Xd}=gt,Vd={},jd={};function Gd(t,e,i){if(e){let s;for(let n=0,o=e.length;n<o;n++)s=e[n],"string"==typeof s?t.addColorStop(n/(o-1),Wa.string(s,i)):t.addColorStop(s.offset,Wa.string(s.color,i))}}const{getAngle:Zd,getDistance:Kd}=D,{get:qd,rotateOfOuter:Jd,scaleOfOuter:$d}=b,{toPoint:Qd}=gt,tc={},ec={};function ic(t,e,i,s,n){let o;const{width:r,height:a}=t;if(r!==a||s){const t=Zd(e,i);o=qd(),n?($d(o,e,r/a*(s||1),1),Jd(o,e,t+90)):($d(o,e,1,r/a*(s||1)),Jd(o,e,t))}return o}const{getDistance:sc}=D,{toPoint:nc}=gt,oc={},rc={};const ac={linearGradient:function(t,i){let{from:s,to:n,type:o,blendMode:r,opacity:a}=t;Xd(s||"top",i,Vd),Xd(n||"bottom",i,jd);const h=e.canvas.createLinearGradient(Vd.x,Vd.y,jd.x,jd.y);Gd(h,t.stops,a);const l={type:o,style:h};return r&&(l.blendMode=r),l},radialGradient:function(t,i){let{from:s,to:n,type:o,opacity:r,blendMode:a,stretch:h}=t;Qd(s||"center",i,tc),Qd(n||"bottom",i,ec);const l=e.canvas.createRadialGradient(tc.x,tc.y,0,tc.x,tc.y,Kd(tc,ec));Gd(l,t.stops,r);const d={type:o,style:l},c=ic(i,tc,ec,h,!0);return c&&(d.transform=c),a&&(d.blendMode=a),d},conicGradient:function(t,i){let{from:s,to:n,type:o,opacity:r,blendMode:a,stretch:h}=t;nc(s||"center",i,oc),nc(n||"bottom",i,rc);const l=e.conicGradientSupport?e.canvas.createConicGradient(0,oc.x,oc.y):e.canvas.createRadialGradient(oc.x,oc.y,0,oc.x,oc.y,sc(oc,rc));Gd(l,t.stops,r);const d={type:o,style:l},c=ic(i,oc,rc,h||1,e.conicGradientRotate90);return c&&(d.transform=c),a&&(d.blendMode=a),d},getTransform:ic},{copy:hc,toOffsetOutBounds:lc}=ot,dc={},cc={};function uc(t,i,s,n){const{bounds:o,shapeBounds:r}=n;if(e.fullImageShadow){if(hc(dc,t.bounds),dc.x+=i.x-r.x,dc.y+=i.y-r.y,s){const{matrix:t}=n;dc.x-=(o.x+(t?t.e:0)+o.width/2)*(s-1),dc.y-=(o.y+(t?t.f:0)+o.height/2)*(s-1),dc.width*=s,dc.height*=s}t.copyWorld(n.canvas,t.bounds,dc)}else s&&(hc(dc,i),dc.x-=i.width/2*(s-1),dc.y-=i.height/2*(s-1),dc.width*=s,dc.height*=s),t.copyWorld(n.canvas,r,s?dc:i)}const{toOffsetOutBounds:_c}=ot,pc={};const gc={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;lc(l,cc),a.forEach(((a,g)=>{_.setWorldShadow(cc.offsetX+a.x*c,cc.offsetY+a.y*u,a.blur*c,a.color),n=a.spread?1+2*a.spread/(r.boxBounds.width+2*(r.strokeBoxSpread||0)):0,uc(_,cc,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")),t.__worldFlipped?e.copyWorldByReset(_,s,o,a.blendMode):e.copyWorldToInner(_,s,r.renderBounds,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;_c(l,pc),a.forEach(((a,g)=>{_.save(),_.setWorldShadow(pc.offsetX+a.x*c,pc.offsetY+a.y*u,a.blur*c),n=a.spread?1-2*a.spread/(r.boxBounds.width+2*(r.strokeBoxSpread||0)):0,uc(_,pc,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,a.color,"source-in"),t.__worldFlipped?e.copyWorldByReset(_,s,o,a.blendMode):e.copyWorldToInner(_,s,r.renderBounds,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:fc}=xo;function yc(t,e,i,s,n,o){switch(e){case"alpha":!function(t,e,i,s){const n=t.__nowWorld;i.resetTransform(),i.opacity=1,i.useMask(s,n),s.recycle(n),vc(t,e,i,1)}(t,i,s,n);break;case"opacity-path":vc(t,i,s,o);break;case"path":i.restore()}}function mc(t){return t.getSameCanvas(!1,!0)}function vc(t,e,i,s){const n=t.__nowWorld;e.resetTransform(),e.opacity=s,e.copyWorld(i,n),i.recycle(n)}t.Group.prototype.__renderMask=function(t,e){let i,s,n,o,r;const{children:a}=this;for(let h=0,l=a.length;h<l;h++)i=a[h],i.__.mask&&(r&&(yc(this,r,t,n,s,o),s=n=null),"path"===i.__.mask?(i.opacity<1?(r="opacity-path",o=i.opacity,n||(n=mc(t))):(r="path",t.save()),i.__clip(n||t,e)):(r="alpha",s||(s=mc(t)),n||(n=mc(t)),i.__render(s,e)),"clipping"!==i.__.mask)||fc(i,e)||i.__render(n||t,e);yc(this,r,t,n,s,o)};const wc=">)]}%!?,.:;'\"》)」〉』〗】〕}┐>’”!?,、。:;‰",xc=wc+"_#~&*+\\=|≮≯≈≠=…",bc=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 Ec(t){const e={};return t.split("").forEach((t=>e[t]=!0)),e}const Bc=Ec("ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz"),kc=Ec("{[(<'\"《(「〈『〖【〔{┌<‘“=¥¥$€££¢¢"),Lc=Ec(wc),Pc=Ec(xc),Tc=Ec("- —/~|┆·");var Rc;!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"}(Rc||(Rc={}));const{Letter:Cc,Single:Sc,Before:Oc,After:Dc,Symbol:Mc,Break:Ic}=Rc;function Ac(t){return Bc[t]?Cc:Tc[t]?Ic:kc[t]?Oc:Lc[t]?Dc:Pc[t]?Mc:bc.test(t)?Sc:Cc}const Wc={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 Fc(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:zc}=Wc,{Letter:Hc,Single:Uc,Before:Nc,After:Yc,Symbol:Xc,Break:Vc}=Rc;let jc,Gc,Zc,Kc,qc,Jc,$c,Qc,tu,eu,iu,su,nu,ou,ru,au,hu=[];function lu(t,e){tu&&!Qc&&(Qc=tu),jc.data.push({char:t,width:e}),Zc+=e}function du(){Kc+=Zc,jc.width=Zc,Gc.words.push(jc),jc={data:[]},Zc=0}function cu(){ou&&(ru.paraNumber++,Gc.paraStart=!0,ou=!1),tu&&(Gc.startCharSize=Qc,Gc.endCharSize=tu,Qc=0),Gc.width=Kc,au.width&&zc(Gc),hu.push(Gc),Gc={words:[]},Kc=0}const uu=0,_u=1,pu=2;const{top:gu,right:fu,bottom:yu,left:mu}=t.Direction4;function vu(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 wu={getDrawData:function(t,i){"string"!=typeof t&&(t=String(t));let s=0,n=0,o=i.__getInput("width")||0,r=i.__getInput("height")||0;const{textDecoration:a,__font:h,__padding:l}=i;l&&(o&&(s=l[mu],o-=l[fu]+l[mu]),r&&(n=l[gu],r-=l[gu]+l[yu]));const d={bounds:{x:s,y:n,width:o,height:r},rows:[],paraNumber:0,font:e.canvas.font=h};return function(t,i,s){ru=t,hu=t.rows,au=t.bounds;const{__letterSpacing:n,paraIndent:o,textCase:r}=s,{canvas:a}=e,{width:h,height:l}=au;if(h||l||n||"none"!==r){const t="none"!==s.textWrap,e="break"===s.textWrap;ou=!0,iu=null,Qc=$c=tu=Zc=Kc=0,jc={data:[]},Gc={words:[]};for(let s=0,l=i.length;s<l;s++)Jc=i[s],"\n"===Jc?(Zc&&du(),Gc.paraEnd=!0,cu(),ou=!0):(eu=Ac(Jc),eu===Hc&&"none"!==r&&(Jc=Fc(Jc,r,!Zc)),$c=a.measureText(Jc).width,n&&(n<0&&(tu=$c),$c+=n),su=eu===Uc&&(iu===Uc||iu===Hc)||iu===Uc&&eu!==Yc,nu=!(eu!==Nc&&eu!==Uc||iu!==Xc&&iu!==Yc),qc=ou&&o?h-o:h,t&&h&&Kc+Zc+$c>qc&&(e?(Zc&&du(),Kc&&cu()):(nu||(nu=eu===Hc&&iu==Yc),su||nu||eu===Vc||eu===Nc||eu===Uc||Zc+$c>qc?(Zc&&du(),Kc&&cu()):Kc&&cu()))," "===Jc&&!0!==ou&&Kc+Zc===0||(eu===Vc?(" "===Jc&&Zc&&du(),lu(Jc,$c),du()):su||nu?(Zc&&du(),lu(Jc,$c)):lu(Jc,$c)),iu=eu);Zc&&du(),Kc&&cu(),hu.length>0&&(hu[hu.length-1].paraEnd=!0)}else i.split("\n").forEach((t=>{ru.paraNumber++,hu.push({x:o||0,text:t,width:a.measureText(t).width,paraStart:!0})}))}(d,t,i),l&&function(t,e,i,s,n){if(!s)switch(i.textAlign){case"left":vu(e,"x",t[mu]);break;case"right":vu(e,"x",-t[fu])}if(!n)switch(i.verticalAlign){case"top":vu(e,"y",t[gu]);break;case"bottom":vu(e,"y",-t[yu])}}(l,d,i,o,r),function(t,e){const{rows:i,bounds:s}=t,{__lineHeight:n,__baseLine:o,__letterSpacing:r,__clipText:a,textAlign:h,verticalAlign:l,paraSpacing:d}=e;let c,u,_,{x:p,y:g,width:f,height:y}=s,m=n*i.length+(d?d*(t.paraNumber-1):0),v=o;if(a&&m>y)m=Math.max(y,n),t.overflow=i.length;else switch(l){case"middle":g+=(y-m)/2;break;case"bottom":g+=y-m}v+=g;for(let o=0,l=i.length;o<l;o++){if(c=i[o],c.x=p,c.width<f||c.width>f&&!a)switch(h){case"center":c.x+=(f-c.width)/2;break;case"right":c.x+=f-c.width}c.paraStart&&d&&o>0&&(v+=d),c.y=v,v+=n,t.overflow>o&&v>m&&(c.isOverflow=!0,t.overflow=o+1),u=c.x,_=c.width,r<0&&(c.width<0?(_=-c.width+e.fontSize+r,u-=_,_+=e.fontSize):_-=r),u<s.x&&(s.x=u),_>s.width&&(s.width=_),a&&f&&f<_&&(c.isOverflow=!0,t.overflow||(t.overflow=i.length))}s.y=g,s.height=m}(d,i),function(t,e,i,s){const{rows:n}=t,{textAlign:o,paraIndent:r,letterSpacing:a}=e;let h,l,d,c,u;n.forEach((t=>{t.words&&(d=r&&t.paraStart?r:0,l=i&&"justify"===o&&t.words.length>1?(i-t.width-d)/(t.words.length-1):0,c=a||t.isOverflow?uu:l>.01?_u:pu,t.isOverflow&&!a&&(t.textMode=!0),c===pu?(t.x+=d,function(t){t.text="",t.words.forEach((e=>{e.data.forEach((e=>{t.text+=e.char}))}))}(t)):(t.x+=d,h=t.x,t.data=[],t.words.forEach((e=>{c===_u?(u={char:"",x:h},h=function(t,e,i){return t.forEach((t=>{i.char+=t.char,e+=t.width})),e}(e.data,h,u),(t.isOverflow||" "!==u.char)&&t.data.push(u)):h=function(t,e,i,s){return t.forEach((t=>{(s||" "!==t.char)&&(t.x=e,i.push(t)),e+=t.width})),e}(e.data,h,t.data,t.isOverflow),!t.paraEnd&&l&&(h+=l,t.width+=l)}))),t.words=null)}))}(d,i,o),d.overflow&&function(t,i,s,n){if(!n)return;const{rows:o,overflow:r}=t;let{textOverflow:a}=i;if(o.splice(r),a&&"show"!==a){let t,h;"hide"===a?a="":"ellipsis"===a&&(a="...");const l=a?e.canvas.measureText(a).width:0,d=s+n-l;("none"===i.textWrap?o:[o[r-1]]).forEach((e=>{if(e.isOverflow&&e.data){let i=e.data.length-1;for(let s=i;s>-1&&(t=e.data[s],h=t.x+t.width,!(s===i&&h<d));s--){if(h<d&&" "!==t.char){e.data.splice(s+1),e.width-=t.width;break}e.width-=t.width}e.width+=l,e.data.push({char:a,x:h}),e.textMode&&function(t){t.text="",t.data.forEach((e=>{t.text+=e.char})),t.data=null}(e)}}))}}(d,i,s,o),"none"!==a&&function(t,e){const{fontSize:i}=e;switch(t.decorationHeight=i/11,e.textDecoration){case"under":t.decorationY=.15*i;break;case"delete":t.decorationY=.35*-i}}(d,i),d}};const xu={string:function(t,e){const i="number"==typeof e&&1!==e;if("string"==typeof t){if(!i||!Wa.object)return t;t=Wa.object(t)}let s=void 0===t.a?1:t.a;i&&(s*=e);const n=t.r+","+t.g+","+t.b;return 1===s?"rgb("+n+")":"rgba("+n+","+s+")"}},{setPoint:bu,addPoint:Eu,toBounds:Bu}=N;const ku={export(t,s,n){this.running=!0;const o=an.fileType(s),r=s.includes(".");return n=an.getExportOptions(n),function(t){Lu||(Lu=new cn);return new Promise((e=>{Lu.add((()=>zt(this,void 0,void 0,(function*(){return yield t(e)}))),{parallel:!1})}))}((a=>new Promise((l=>{const d=t=>{a(t),l(),this.running=!1},{toURL:c}=e,{download:u}=e.origin;if("json"===o)return r&&u(c(JSON.stringify(t.toJSON(n.json)),"text"),s),d({data:!!r||t.toJSON(n.json)});if("svg"===o)return r&&u(c(t.toSVG(),"svg"),s),d({data:!!r||t.toSVG()});const{leafer:_}=t;_?(Pu(t),_.waitViewCompleted((()=>zt(this,void 0,void 0,(function*(){let e,o,r=1,a=1;const{worldTransform:l,isLeafer:c,isFrame:u}=t,{slice:p,trim:g,onCanvas:f}=n,y=void 0===n.smooth?_.config.smooth:n.smooth,m=n.contextSettings||_.config.contextSettings,v=n.screenshot||t.isApp,w=c&&v&&void 0===n.fill?t.fill:n.fill,x=an.isOpaqueImage(s)||w,b=new H;if(v)e=!0===v?c?_.canvas.bounds:t.worldRenderBounds:v;else{let i=n.relative||(c?"inner":"local");switch(r=l.scaleX,a=l.scaleY,i){case"inner":b.set(l);break;case"local":b.set(l).divide(t.localTransform),r/=t.scaleX,a/=t.scaleY;break;case"world":r=1,a=1;break;case"page":i=t.leafer;default:b.set(l).divide(t.getTransform(i));const e=i.worldTransform;r/=r/e.scaleX,a/=a/e.scaleY}e=t.getBounds("render",i)}const E={scaleX:1,scaleY:1};h.getScaleData(n.scale,n.size,e,E);let B=n.pixelRatio||1;t.isApp&&(E.scaleX*=B,E.scaleY*=B,B=t.app.pixelRatio);const{x:k,y:L,width:P,height:T}=new lt(e).scale(E.scaleX,E.scaleY),R={matrix:b.scale(1/E.scaleX,1/E.scaleY).invert().translate(-k,-L).withScale(1/r*E.scaleX,1/a*E.scaleY)};let C,S=i.canvas({width:Math.round(P),height:Math.round(T),pixelRatio:B,smooth:y,contextSettings:m});if(p&&(C=t,C.__worldOpacity=0,t=_,R.bounds=S.bounds),S.save(),u&&void 0!==w){const e=t.get("fill");t.fill="",t.__render(S,R),t.fill=e}else t.__render(S,R);if(S.restore(),C&&C.__updateWorldOpacity(),g){o=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?Eu(r,n,o):bu(r={},n,o)),a++;const h=new lt;return Bu(r,h),h.scale(1/t.pixelRatio).ceil()}(S);const t=S,{width:e,height:s}=o,n={x:0,y:0,width:e,height:s,pixelRatio:B};S=i.canvas(n),S.copyWorld(t,o,n)}x&&S.fillWorld(S.bounds,w||"#FFFFFF","destination-over"),f&&f(S);const O="canvas"===s?S:yield S.export(s,n);d({data:O,width:S.pixelWidth,height:S.pixelHeight,renderBounds:e,trimBounds:o})}))))):d({data:!1})}))))}};let Lu;function Pu(t){t.__.__needComputePaint&&t.__.__computePaint(),t.isBranch&&t.children.forEach((t=>Pu(t)))}const Tu=Zt.prototype,Ru=wt.get("@leafer-ui/export");Tu.export=function(t,e){const{quality:i,blob:s}=an.getExportOptions(e);return t.includes(".")?this.saveAs(t,i):s?this.toBlob(t,i):this.toDataURL(t,i)},Tu.toBlob=function(t,i){return new Promise((s=>{e.origin.canvasToBolb(this.view,t,i).then((t=>{s(t)})).catch((t=>{Ru.error(t),s(null)}))}))},Tu.toDataURL=function(t,i){return e.origin.canvasToDataURL(this.view,t,i)},Tu.saveAs=function(t,i){return new Promise((s=>{e.origin.canvasSaveAs(this.view,t,i).then((()=>{s(!0)})).catch((t=>{Ru.error(t),s(!1)}))}))},Object.assign(Aa,wu),Object.assign(Wa,xu),Object.assign(za,ld),Object.assign(Ha,Yd),Object.assign(Ua,ac),Object.assign(Na,gc),Object.assign(Ya,ku),Object.assign(i,{interaction:(t,e,i,s)=>new Wl(t,e,i,s),hitCanvas:(t,e)=>new oa(t,e),hitCanvasManager:()=>new zl}),aa();const{M:Cu,L:Su,C:Ou,Q:Du,Z:Mu,N:Iu,D:Au,X:Wu,G:Fu,F:zu,O:Hu,P:Uu,U:Nu}=Jt,Yu={scale(t,e,i){if(!t)return;let s,n=0,o=t.length;for(;n<o;)switch(s=t[n],s){case Cu:case Su:Xu(t,e,i,n,1),n+=3;break;case Ou:Xu(t,e,i,n,3),n+=7;break;case Du:Xu(t,e,i,n,2),n+=5;break;case Mu:n+=1;break;case Iu:Xu(t,e,i,n,2),n+=5;break;case Au:Xu(t,e,i,n,2),n+=9;break;case Wu:Xu(t,e,i,n,2),n+=6;break;case Fu:Xu(t,e,i,n,2),n+=9;break;case zu:Xu(t,e,i,n,2),n+=5;break;case Hu:t[n]=Fu,t.splice(n+4,0,t[n+3],0),Xu(t,e,i,n,2),n+=9,o+=2;break;case Uu:t[n]=zu,t.splice(n+4,0,t[n+3]),Xu(t,e,i,n,2),n+=5,o+=1;break;case Nu:Xu(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:Xu}=Yu,Vu=b.get(),{topLeft:ju,top:Gu,topRight:Zu,right:Ku,bottom:qu,left:Ju}=t.Direction9;function $u(t,e,i){t.pathInputed?t_(t,e,i):(1!==e&&(t.width*=e),1!==i&&(t.height*=i))}function Qu(t,e,i){const{app:s}=t,n=s&&s.editor;let o=e;if(n.editing){const s=t.__layout;let{width:r,height:a}=s.boxBounds;switch(r*=i-e,a*=e-i,n.resizeDirection){case Gu:case qu:o=i,s.affectScaleOrRotation?t.moveInner(-r/2,0):t.x-=r/2;break;case Ju:case Ku:s.affectScaleOrRotation?t.moveInner(0,-a/2):t.y-=a/2;break;case ju:case Zu:s.affectScaleOrRotation?t.moveInner(0,-a):t.y-=a}}t.fontSize*=o;const r=t.__;r.__autoWidth||(t.width*=o),r.__autoHeight||(t.height*=o)}function t_(t,e,i){Yu.scale(t.__.path,e,i),t.path=t.__.path}function e_(t,e,i){Yu.scalePoints(t.__.points,e,i),t.points=t.__.points}function i_(t,e,i){const{children:s}=t;for(let t=0;t<s.length;t++)Vu.a=e,Vu.d=i,s[t].transform(Vu,!0)}const s_=t.Leaf.prototype;function n_(t){return t?t instanceof Array?t:[t]:[]}s_.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))},s_.__scaleResize=function(t,e){$u(this,t,e)},s_.resizeWidth=function(t){const e=t/this.getBounds("box","local").width;this.scaleOf(this.__layout.boxBounds,e,this.__.lockRatio?e:1,!0)},s_.resizeHeight=function(t){const e=t/this.getBounds("box","local").height;this.scaleOf(this.__layout.boxBounds,this.__.lockRatio?e:1,e,!0)},t.Text.prototype.__scaleResize=function(t,e){this.__.resizeFontSize||this.editConfig&&"font-size"===this.editConfig.editSize?Qu(this,t,e):$u(this,t,e)},t.Path.prototype.__scaleResize=function(t,e){t_(this,t,e)},t.Line.prototype.__scaleResize=function(t,e){this.pathInputed?t_(this,t,e):this.points?e_(this,t,e):this.width*=t},t.Polygon.prototype.__scaleResize=function(t,e){this.pathInputed?t_(this,t,e):this.points?e_(this,t,e):$u(this,t,e)},t.Group.prototype.__scaleResize=function(t,e){i_(this,t,e)},t.Box.prototype.__scaleResize=function(t,e){this.__.__autoSize&&this.children.length?i_(this,t,e):($u(this,t,e),this.__.resizeChildren&&i_(this,t,e))};class o_ extends Wo{get list(){return n_(this.value)}get oldList(){return n_(this.oldValue)}constructor(t,e){super(t),e&&Object.assign(this,e)}}o_.SELECT="editor.select",o_.HOVER="editor.hover";class r_ extends o_{constructor(t,e){super(t,e)}}r_.MOVE="editor.move";class a_ extends o_{constructor(t,e){super(t,e)}}a_.SCALE="editor.scale";class h_ extends o_{constructor(t,e){super(t,e)}}h_.ROTATE="editor.rotate";class l_ extends o_{constructor(t,e){super(t,e)}}function d_(t){return(e,i)=>{const s="_"+i;yn(e,i,{get(){return this[s]},set(e){const i=this[s];i!==e&&(this[s]=e,t(this,i))}})}}l_.SKEW="editor.skew";const c_=b.get(),{abs:u_}=Math,{copy:__,scale:p_}=b;class g_ extends t.UI{constructor(){super(),this.list=[],this.hittable=!1,this.strokeAlign="center"}setTarget(t,e){this.set(e),this.target=t}__draw(t,e){const{list:i}=this;if(i.length){let s;const{stroke:n,strokeWidth:o,fill:r}=this.__,{bounds:a}=e;for(let h=0;h<i.length;h++)if(s=i[h],a&&a.hit(s.__world,e.matrix)){const i=u_(s.__world.scaleX),a=u_(s.__world.scaleY);if(i!==a){__(c_,s.__world),p_(c_,1/i,1/a),t.setWorld(c_,e.matrix),t.beginPath(),this.__.strokeWidth=o;const{x:n,y:r,width:h,height:l}=s.__layout.boxBounds;t.rect(n*i,r*a,h*i,l*a)}else t.setWorld(s.__world,e.matrix),t.beginPath(),s.__.__useArrow?s.__drawPath(t):s.__.__pathForRender?s.__drawRenderPath(t):s.__drawPathByBox(t),this.__.strokeWidth=o/u_(s.__world.scaleX);n&&("string"==typeof n?za.stroke(n,this,t):za.strokes(n,this,t)),r&&("string"==typeof r?za.fill(r,this,t):za.fills(r,this,t))}this.__.strokeWidth=o}}destroy(){this.target=null,super.destroy()}}Ft([d_((function(t){const e=t.target;t.list=e?e instanceof Array?e:[e]:[],t.forceUpdate()}))],g_.prototype,"target",void 0);class f_ extends t.Group{constructor(e){super(e),this.strokeArea=new t.Rect({strokeAlign:"center"}),this.fillArea=new t.Rect,this.visible=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{No:y_,Yes:m_,NoAndSkip:v_,YesAndSkip:w_}=t.Answer,x_={findOne:t=>t.list.find((t=>t.editable)),findBounds(t,e){if(t.__.hittable&&t.__.visible&&!t.__.locked&&e.hit(t.__world)){if(t.__.editable){if(t.isBranch&&!t.__.hitChildren)return t.__.hitSelf?w_:v_;if(t.isFrame)return e.includes(t.__layout.boxBounds,t.__world)?w_:y_;if(e.hit(t.__layout.boxBounds,t.__world)&&t.__.hitSelf)return m_}return y_}return t.isBranch?v_:y_}},{findOne:b_}=x_;class E_ extends t.Group{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 lt,this.selectArea=new f_,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(){if(this.running){const{mergeConfig:t,list:e}=this.editor,{stroke:i,strokeWidth:s}=t;this.targetStroker.setTarget(e,{stroke:i,strokeWidth:Math.max(1,s/2)}),this.hoverStroker.target=null}}update(){this.targetStroker.target&&this.targetStroker.forceUpdate()}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: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 sa(e.app.find(x_.findBounds,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=!1)}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){return!(!this.running||!this.editor.mergeConfig.boxSelect||t.target.draggable)&&(!this.editor.editing&&this.allow(t.target)||t.shiftKey&&!b_(t.path))}allowSelect(t){return this.running&&!this.isMoveMode&&!t.middle}findDeepOne(t){const e={exclude:new sa(this.editor.editBox.rect)};return b_(t.target.leafer.interaction.findPath(t,e))}findUI(t){return this.isMultipleSelect(t)?this.findDeepOne(t):b_(t.path)}isMultipleSelect(t){return t.shiftKey||this.editor.mergeConfig.continuousSelect}__listenEvents(){const{editor:e}=this;e.waitLeafer((()=>{const{app:i}=e;i.selector.proxy=e,this.__eventIds=[e.on_(o_.HOVER,this.onHover,this),e.on_(o_.SELECT,this.onSelect,this),i.on_(t.PointerEvent.MOVE,this.onPointerMove,this),i.on_(t.PointerEvent.BEFORE_DOWN,this.onBeforeDown,this),i.on_(t.PointerEvent.TAP,this.onTap,this),i.on_(t.DragEvent.START,this.onDragStart,this,!0),i.on_(t.DragEvent.DRAG,this.onDrag,this),i.on_(t.DragEvent.END,this.onDragEnd,this),i.on_(t.MoveEvent.MOVE,this.onAutoMove,this),i.on_([t.ZoomEvent.ZOOM,t.MoveEvent.MOVE],(()=>{this.editor.hoverTarget=null}))]}))}__removeListenEvents(){this.__eventIds&&(this.off_(this.__eventIds),this.__eventIds.length=0)}destroy(){this.editor=this.originList=this.needRemoveItem=null,this.__removeListenEvents(),super.destroy()}}const{topLeft:B_,top:k_,topRight:L_,right:P_,bottomRight:T_,bottom:R_,bottomLeft:C_,left:S_}=t.Direction9,{toPoint:O_}=gt,{within:D_}=h,M_={getScaleData(t,e,i,s,n,o,r,a){let h,l={},d=1,c=1;const{boxBounds:u,widthRange:_,heightRange:p}=t,{width:g,height:f}=e;o&&(s.x*=2,s.y*=2);const y=t.scaleX/e.scaleX,m=t.scaleY/e.scaleY,v=y<0?-1:1,w=m<0?-1:1,x=a?y:v*u.width/g,b=a?m:w*u.height/f;s.x*=a?y:v,s.y*=a?m:w,Math.abs(s.x)===g&&(s.x+=.1),Math.abs(s.y)===f&&(s.y+=.1);const E=(-s.y+f)/f,B=(s.x+g)/g,k=(s.y+f)/f,L=(-s.x+g)/g;switch(i){case k_:c=E,h="bottom";break;case P_:d=B,h="left";break;case R_:c=k,h="top";break;case S_:d=L,h="right";break;case B_:c=E,d=L,h="bottom-right";break;case L_:c=E,d=B,h="bottom-left";break;case T_:c=k,d=B,h="top-left";break;case C_:c=k,d=L,h="top-right"}if(n){if(!("corner"===n&&i%2)){let t;switch(i){case k_:case R_:t=c;break;case S_:case P_:t=d;break;default:t=Math.sqrt(Math.abs(d*c))}d=d<0?-t:t,c=c<0?-t:t}}if(d/=x,c/=b,!r){const{worldTransform:e}=t;d<0&&(d=1/u.width/e.scaleX),c<0&&(c=1/u.height/e.scaleY)}if(_){const e=u.width*t.scaleX;d=D_(e*d,_)/e}if(p){const e=u.height*t.scaleY;c=D_(e*c,p)/e}return O_(o||h,u,l,!0),console.log({origin:l,scaleX:d,scaleY:c,direction:i,lockRatio:n,around:o}),{origin:l,scaleX:d,scaleY:c,direction:i,lockRatio:n,around:o}},getRotateData(t,e,i,s,n){let o,r={};switch(e){case B_:o="bottom-right";break;case L_:o="bottom-left";break;case T_:o="top-left";break;case C_:o="top-right";break;default:o="center"}return O_(n||o,t,r,!0),{origin:r,rotation:D.getRotation(s,r,i)}},getSkewData(t,e,i,s){let n,o,r={},a=0,h=0;switch(e){case k_:o={x:.5,y:0},n="bottom",a=1;break;case R_:o={x:.5,y:1},n="top",a=1;break;case S_:o={x:0,y:.5},n="right",h=1;break;case P_: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,O_(s||n,t,r,!0);const c=D.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 S_:t=P_;break;case B_:t=L_;break;case C_:t=T_;break;case P_:t=S_;break;case L_:t=B_;break;case T_:t=C_}if(i)switch(t){case k_:t=R_;break;case B_:t=C_;break;case L_:t=T_;break;case R_:t=k_;break;case C_:t=B_;break;case T_:t=L_}return t}},I_={};function A_(t,e){const{editBox:i}=t,s=i.enterPoint;if(!s||!t.editing||!i.visible)return;if("circle"===s.name)return;if("button"===s.pointType)return void(s.cursor||(s.cursor="pointer"));let{rotation:n}=i;const{resizeCursor:o,rotateCursor:r,skewCursor:a,resizeable:l,rotateable:d,skewable:c}=t.mergeConfig,{pointType:u}=s,{flippedX:_,flippedY:p}=i;let g="resize"===u;g&&d&&(e.metaKey||e.ctrlKey||!l)&&(g=!1);const f=c&&!g&&"resize-line"===s.name?a:g?o:r;n+=45*(M_.getFlipDirection(s.direction,_,p)+1),n=2*Math.round(h.formatRotation(n,!0)/2);const{url:y,x:m,y:v}=f,w=y+n;I_[w]?s.cursor=I_[w]:I_[w]=s.cursor={url:F_(y,n),x:m,y:v}}function W_(t){t.editBox.rect.cursor=t.mergeConfig.moveCursor}function F_(t,e){return'"data:image/svg+xml,'+encodeURIComponent(t.replace("{{rotation}}",e.toString()))+'"'}class z_ extends t.Box{}const H_=["top","right","bottom","left"];class U_ extends t.Group{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}constructor(e){super(),this.view=new t.Group,this.rect=new t.Box({name:"rect",hitFill:"all",hitStroke:"none",strokeAlign:"center",hitRadius:5}),this.circle=new z_({name:"circle",strokeAlign:"center",around:"center",cursor:"crosshair",hitRadius:5}),this.buttons=new t.Group({around:"center",hitSelf:!1}),this.resizePoints=[],this.rotatePoints=[],this.resizeLines=[],this.__eventIds=[],this.editor=e,this.visible=!1,this.create(),this.rect.syncEventer=e,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 z_({name:"rotate-point",around:d[s],width:15,height:15,hitFill:"all"}),o.push(t),this.listenPointEvents(t,"rotate",s),s%2&&(e=new z_({name:"resize-line",around:"center",width:10,height:10,hitFill:"all"}),r.push(e),this.listenPointEvents(e,"resize",s)),i=new z_({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{mergeConfig:t,element:e,single:i}=this.editor,{rect:s,circle:n,resizePoints:o}=this,{stroke:r,strokeWidth:a,moveable:h}=t,l=this.getPointsStyle(),d=this.getMiddlePointsStyle();let c;for(let t=0;t<8;t++)c=o[t],c.set(this.getPointStyle(t%2?d[(t-1)/2%d.length]:l[t/2%l.length])),t%2||(c.rotation=t/2*90);n.set(this.getPointStyle(t.circle||t.rotatePoint||l[0])),s.set(Object.assign({stroke:r,strokeWidth:a},t.rect||{})),s.hittable=!i&&!!h,e.syncEventer=i&&h?s:null,this.app.interaction.bottomList=i&&h?[{target:s,proxy:e}]:null}update(t){if(this.visible=!this.editor.element.locked,this.view.worldOpacity){const{mergeConfig:e}=this.editor,{width:i,height:s}=t,{rect:n,circle:o,buttons:r,resizePoints:a,rotatePoints:h,resizeLines:l}=this,{middlePoint:d,resizeable:c,rotateable:u,hideOnSmall:_}=e,p="number"==typeof _?_:10,g=!(_&&i<p&&s<p);let f,y,m,v={};for(let n=0;n<8;n++)gt.toPoint(gt.directionData[n],t,v),y=a[n],f=h[n],m=l[Math.floor(n/2)],y.set(v),f.set(v),m.set(v),y.visible=m.visible=g&&!(!c&&!u),f.visible=g&&u&&c&&!e.rotatePoint,n%2&&(y.visible=f.visible=g&&!!d,(n+1)/2%2?(m.width=i,y.width>i-30&&(y.visible=!1)):(m.height=s,y.rotation=90,y.width>s-30&&(y.visible=!1)));o.visible=g&&u&&!(!e.circle&&!e.rotatePoint),o.visible&&this.layoutCircle(e),n.path&&(n.path=null),n.set(Object.assign(Object.assign({},t),{visible:!0})),r.visible=g&&r.children.length>0,r.visible&&this.layoutButtons(e)}}layoutCircle(t){const{circleDirection:e,circleMargin:i,buttonsMargin:s,buttonsDirection:n,middlePoint:o}=t,r=H_.indexOf(e||(this.buttons.children.length&&"bottom"===n?"top":"bottom"));this.setButtonPosition(this.circle,r,i||s,!!o)}layoutButtons(t){const{buttons:e}=this,{buttonsDirection:i,buttonsFixed:s,buttonsMargin:n,middlePoint:o}=t,{flippedX:r,flippedY:a}=this;let h=H_.indexOf(i);(h%2&&r||(h+1)%2&&a)&&s&&(h=(h+2)%4);const l=s?M_.getRotateDirection(h,this.flippedOne?this.rotation:-this.rotation,4):h;this.setButtonPosition(e,l,n,!!o),s&&(e.rotation=90*(l-h)),e.scaleX=r?-1:1,e.scaleY=a?-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)}unload(){this.visible=!1}getPointStyle(t){const{stroke:e,strokeWidth:i,pointFill:s,pointSize:n,pointRadius:o}=this.editor.mergeConfig,r={fill:s,stroke:e,strokeWidth:i,around:"center",strokeAlign:"center",width:n,height:n,cornerRadius:o};return t?Object.assign(r,t):r}getPointsStyle(){const{point:t}=this.editor.mergeConfig;return t instanceof Array?t:[t]}getMiddlePointsStyle(){const{middlePoint:t}=this.editor.mergeConfig;return t instanceof Array?t:t?[t]:this.getPointsStyle()}onSelect(t){1===t.oldList.length&&(t.oldList[0].syncEventer=null,this.app&&(this.app.interaction.bottomList=null))}onDragStart(t){this.dragging=!0;const{editor:e}=this;"rect"===t.current.name?(this.moving=!0,e.dragStartPoint={x:e.element.x,y:e.element.y},e.opacity=e.mergeConfig.hideOnMove?0:1):"resize"===t.current.pointType&&(e.dragStartBounds=Object.assign({},e.element.getLayoutBounds("box","local")),e.resizeDirection=t.current.direction)}onDragEnd(t){this.dragging=!1,this.moving=!1,"rect"===t.current.name&&(this.editor.opacity=1),this.editor.resizeDirection=void 0}onDrag(t){const{editor:e}=this,i=this.enterPoint=t.current;"rotate"===i.pointType||t.metaKey||t.ctrlKey||!e.mergeConfig.resizeable?e.mergeConfig.rotateable&&e.onRotate(t):"resize"===i.pointType&&e.onScale(t),A_(e,t)}onArrow(t){if(this.editor.editing&&this.editor.mergeConfig.keyEvent){const e={x:0,y:0},i=t.shiftKey?10:1;switch(t.code){case"ArrowDown":e.y=i;break;case"ArrowUp":e.y=-i;break;case"ArrowLeft":e.x=-i;break;case"ArrowRight":e.x=i}this.editor.move(e)}}onDoubleTap(t){"double"===this.editor.mergeConfig.openInner&&this.openInner(t)}onLongPress(t){"long"===this.editor.mergeConfig.openInner&&this.openInner(t)}openInner(t){const{editor:e}=this;if(e.single){const{element:i}=e;i.isBranch?(e.openGroup(i),e.target=e.selector.findDeepOne(t)):e.openInnerEditor()}}listenPointEvents(e,i,s){const{editor:n}=this;e.direction=s,e.pointType=i,e.on_(t.DragEvent.START,this.onDragStart,this),e.on_(t.DragEvent.DRAG,this.onDrag,this),e.on_(t.DragEvent.END,this.onDragEnd,this),e.on_(t.PointerEvent.LEAVE,(()=>this.enterPoint=null)),"circle"!==e.name&&e.on_(t.PointerEvent.ENTER,(t=>{this.enterPoint=e,A_(n,t)}))}__listenEvents(){const{rect:e,editor:i}=this;this.__eventIds=[i.on_(o_.SELECT,this.onSelect,this),e.on_(t.DragEvent.START,this.onDragStart,this),e.on_(t.DragEvent.DRAG,i.onMove,i),e.on_(t.DragEvent.END,this.onDragEnd,this),e.on_(t.PointerEvent.ENTER,(()=>W_(i))),e.on_(t.PointerEvent.DOUBLE_TAP,this.onDoubleTap,this),e.on_(t.PointerEvent.LONG_PRESS,this.onLongPress,this)]}__removeListenEvents(){this.off_(this.__eventIds),this.__eventIds.length=0}destroy(){this.editor=null,this.__removeListenEvents(),super.destroy()}}class N_ extends t.UI{constructor(t){super(),this.editor=t,this.hittable=!1}__draw(t,e){const{editor:i}=this,{mask:s}=i.mergeConfig;if(s&&i.list.length){const{rect:n}=i.editBox,{width:o,height:r}=n.__;t.resetTransform(),t.fillWorld(t.bounds,!0===s?"rgba(0,0,0,0.8)":s),t.setWorld(n.__world,e.matrix),t.clearRect(0,0,o,r)}}destroy(){this.editor=null,super.destroy()}}const Y_='\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"/>',X_={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${Y_}\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${Y_}\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${Y_}\n</filter>\n</defs>\n</svg>\n`,x:12,y:12},selector:!0,hover:!0,select:"press",openInner:"double",boxSelect:!0,moveable:!0,resizeable:!0,flipable:!0,rotateable:!0,skewable:!0};function V_(t){const{simulateTarget:e,leafList:i}=t,{x:s,y:n,width:o,height:r}=(new lt).setListWithFn(i.list,(t=>t.worldBoxBounds)),a=e.parent=i.list[0].leafer.zoomLayer,{scaleX:h,scaleY:l,e:d,f:c}=a.__world;e.reset({x:(s-d)/h,y:(n-c)/l,width:o/h,height:r/l})}const j_=(t,e)=>t.parent.children.indexOf(t)-e.parent.children.indexOf(e),G_=(t,e)=>e.parent.children.indexOf(e)-t.parent.children.indexOf(t),Z_={group(e,i,s){e.sort(G_);const{app:n,parent:o}=e[0];let r;r=s&&s.add?s:new t.Group(s),o.addAt(r,o.children.indexOf(e[0])),e.sort(j_);const a=new H(i.worldTransform);return a.divideParent(o.worldTransform),r.setTransform(a),r.editable=!0,r.hitChildren=!1,n.lockLayout(),e.forEach((t=>t.dropTo(r))),n.unlockLayout(),r},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.remove()}else i.push(t)})),e.unlockLayout(),i},toTop(t){t.sort(j_),t.forEach((t=>{t.parent&&t.parent.add(t)}))},toBottom(t){t.sort(G_),t.forEach((t=>{t.parent&&t.parent.addAt(t,0)}))}},K_=wt.get("EditToolCreator");function q_(){return t=>{$_.register(t)}}const J_=q_,$_={list:{},register(t){const{tag:e}=t.prototype;Q_[e]?K_.repeat(e):Q_[e]=t},get:(t,e)=>new Q_[t](e)},{list:Q_}=$_;class tp extends o_{constructor(t,e){super(t,e)}}tp.BEFORE_OPEN="innerEditor.before_open",tp.OPEN="innerEditor.open",tp.BEFORE_CLOSE="innerEditor.before_close",tp.CLOSE="innerEditor.close";class ep extends o_{constructor(t,e){super(t,e)}}ep.GROUP="editor.group",ep.BEFORE_UNGROUP="editor.before_ungroup",ep.UNGROUP="editor.ungroup",ep.OPEN="editor.open_group",ep.CLOSE="editor.close_group";class ip extends t.Group{get mergeConfig(){const{element:t,config:e}=this;return this.single&&t.editConfig?Object.assign(Object.assign({},e),t.editConfig):e}get list(){return this.leafList.list}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 dragging(){return this.editBox.dragging}get element(){return this.multiple?this.simulateTarget:this.list[0]}get buttons(){return this.editBox.buttons}constructor(e,i){super(i),this.config=Mt.clone(X_),this.leafList=new sa,this.openedGroupList=new sa,this.simulateTarget=new t.Rect({visible:!1}),this.editBox=new U_(this),this.editToolList={},this.selector=new E_(this),this.editMask=new N_(this),this.targetEventIds=[],e&&(this.config=Mt.default(e,this.config)),this.addMany(this.editMask,this.selector,this.editBox)}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(){this.editing&&(this.innerEditing&&this.innerEditor.update(),this.editTool.update(),this.selector.update())}updateEditBox(){this.multiple&&V_(this),this.update()}updateEditTool(){const t=this.editTool;if(t&&(this.editBox.unload(),t.unload(),this.editTool=null),this.editing){const t=this.single?this.list[0].editOuter:"EditTool";this.editTool=this.editToolList[t]=this.editToolList[t]||$_.get(t,this),this.editBox.load(),this.editTool.load()}}getEditSize(t){return this.mergeConfig.editSize}onMove(e){if(e instanceof t.MoveEvent){if("drag"!==e.moveType){const{moveable:t,resizeable:i}=this.mergeConfig,s=e.getLocalMove(this.element);"move"===t?(e.stop(),this.move(s.x,s.y)):"zoom"===i&&e.stop()}}else{const i={x:e.totalX,y:e.totalY};e.shiftKey&&(Math.abs(i.x)>Math.abs(i.y)?i.y=0:i.x=0),this.move(t.DragEvent.getValidMove(this.element,this.dragStartPoint,i))}}onScale(e){const{element:i}=this;let{around:s,lockRatio:n,resizeable:o,flipable:r,editSize:a}=this.mergeConfig;if(e instanceof t.ZoomEvent)"zoom"===o&&(e.stop(),this.scaleOf(i.getBoxPoint(e),e.scale,e.scale));else{const{direction:t}=e.current;(e.shiftKey||i.lockRatio)&&(n=!0);const o=M_.getScaleData(i,this.dragStartBounds,t,e.getInnerTotal(i),n,M_.getAround(s,e.altKey),r,this.multiple||"scale"===a);this.editTool.onScaleWithDrag?(o.drag=e,this.scaleWithDrag(o)):this.scaleOf(o.origin,o.scaleX,o.scaleY)}}onRotate(e){const{skewable:i,rotateable:s,around:n,rotateGap:o}=this.mergeConfig,{direction:r,name:a}=e.current;if(i&&"resize-line"===a)return this.onSkew(e);const{element:l}=this;let d,c;if(e instanceof t.RotateEvent){if("rotate"!==s)return;e.stop(),c=e.rotation,d=l.getBoxPoint(e)}else{const t={x:e.x-e.moveX,y:e.y-e.moveY},i=M_.getRotateData(l.boxBounds,r,e.getBoxPoint(l),l.getBoxPoint(t),e.shiftKey?null:l.around||l.origin||n||"center");c=i.rotation,d=i.origin}c=h.getGapRotation(c,o,l.rotation),c&&(l.scaleX*l.scaleY<0&&(c=-c),this.rotateOf(d,h.float(c,2)))}onSkew(t){const{element:e}=this,{around:i}=this.mergeConfig,{origin:s,skewX:n,skewY:o}=M_.getSkewData(e.boxBounds,t.current.direction,t.getInnerMove(e),M_.getAround(i,t.altKey));(n||o)&&this.skewOf(s,n,o)}move(t,e=0){if(!this.mergeConfig.moveable||this.element.locked)return;const{element:i}=this,s=i.getWorldPointByLocal("object"==typeof t?Object.assign({},t):{x:t,y:e},null,!0),n=new r_(r_.MOVE,{target:i,editor:this,moveX:s.x,moveY:s.y});this.editTool.onMove(n),this.emitEvent(n),this.multiple&&i.move(t,e)}scaleWithDrag(t){if(!this.mergeConfig.resizeable||this.element.locked)return;const{element:e}=this,i=new a_(a_.SCALE,Object.assign(Object.assign({},t),{target:e,editor:this,worldOrigin:e.getWorldPoint(t.origin)}));this.editTool.onScaleWithDrag(i),this.emitEvent(i)}scaleOf(t,e,i=e,s){if(!this.mergeConfig.resizeable||this.element.locked)return;const{element:n}=this,o=this.getWorldOrigin(t),r=this.multiple&&this.getChangedTransform((()=>n.scaleOf(t,e,i))),a=new a_(a_.SCALE,{target:n,editor:this,worldOrigin:o,scaleX:e,scaleY:i,transform:r});this.editTool.onScale(a),this.emitEvent(a)}flip(t){if(this.element.locked)return;const{element:e}=this,i=this.getWorldOrigin("center"),s=this.multiple?this.getChangedTransform((()=>e.flip(t))):new H(_o.getFlipTransform(e,t)),n=new a_(a_.SCALE,{target:e,editor:this,worldOrigin:i,scaleX:"x"===t?-1:1,scaleY:"y"===t?-1:1,transform:s});this.editTool.onScale(n),this.emitEvent(n)}rotateOf(t,e){if(!this.mergeConfig.rotateable||this.element.locked)return;const{element:i}=this,s=this.getWorldOrigin(t),n=this.multiple&&this.getChangedTransform((()=>i.rotateOf(t,e))),o=new h_(h_.ROTATE,{target:i,editor:this,worldOrigin:s,rotation:e,transform:n});this.editTool.onRotate(o),this.emitEvent(o)}skewOf(t,e,i=0,s){if(!this.mergeConfig.skewable||this.element.locked)return;const{element:n}=this,o=this.getWorldOrigin(t),r=this.multiple&&this.getChangedTransform((()=>n.skewOf(t,e,i))),a=new l_(l_.SKEW,{target:n,editor:this,worldOrigin:o,skewX:e,skewY:i,transform:r});this.editTool.onSkew(a),this.emitEvent(a)}getWorldOrigin(t){return this.element.getWorldPoint(_o.getInnerOrigin(this.element,t))}getChangedTransform(t){const{element:e}=this,i=new H(e.worldTransform);return t(),new H(e.worldTransform).divide(i)}group(t){return this.multiple&&(this.target=Z_.group(this.list,this.element,t),this.emitGroupEvent(ep.GROUP,this.target)),this.target}ungroup(){const{list:t}=this;return t.length&&(t.forEach((t=>t.isBranch&&this.emitGroupEvent(ep.BEFORE_UNGROUP,t))),this.target=Z_.ungroup(t),t.forEach((t=>t.isBranch&&this.emitGroupEvent(ep.UNGROUP,t)))),this.list}openGroup(t){this.openedGroupList.add(t),t.hitChildren=!0,this.emitGroupEvent(ep.OPEN,t)}closeGroup(t){this.openedGroupList.remove(t),t.hitChildren=!1,this.emitGroupEvent(ep.CLOSE,t)}checkOpenedGroups(){const t=this.openedGroupList;if(t.length){let{list:e}=t;this.editing&&(e=[],t.forEach((t=>this.list.every((e=>!_o.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 ep(t,{editTarget:e});this.emitEvent(i),e.emitEvent(i)}openInnerEditor(t){if(t&&(this.target=t),this.single){const t=this.element,e=t.editInner;e&&$_.list[e]&&(this.editTool.unload(),this.innerEditing=!0,this.innerEditor=this.editToolList[e]||$_.get(e,this),this.innerEditor.editTarget=t,this.emitInnerEvent(tp.BEFORE_OPEN),this.innerEditor.load(),this.emitInnerEvent(tp.OPEN))}}closeInnerEditor(){this.innerEditing&&(this.innerEditing=!1,this.emitInnerEvent(tp.BEFORE_CLOSE),this.innerEditor.unload(),this.emitInnerEvent(tp.CLOSE),this.editTool.load(),this.innerEditor=null)}emitInnerEvent(t){const{innerEditor:e}=this,{editTarget:i}=e,s=new tp(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&&(Z_.toTop(this.list),this.leafList.update())}toBottom(){this.list.length&&(Z_.toBottom(this.list),this.leafList.update())}listenTargetEvents(){if(!this.targetEventIds.length){const{leafer:e}=this.list[0];this.targetEventIds=[this.app.on_(t.MoveEvent.BEFORE_MOVE,this.onMove,this,!0),this.app.on_(t.ZoomEvent.BEFORE_ZOOM,this.onScale,this,!0),this.app.on_(t.RotateEvent.BEFORE_ROTATE,this.onRotate,this,!0),e.on_(Xo.START,this.update,this),e.on_([t.KeyEvent.HOLD,t.KeyEvent.UP],(t=>{A_(this,t)})),e.on_(t.KeyEvent.DOWN,this.editBox.onArrow,this.editBox)]}}removeTargetEvents(){const{targetEventIds:t}=this;t.length&&(this.off_(t),t.length=0)}destroy(){this.destroyed||(this.simulateTarget.destroy(),Object.values(this.editToolList).forEach((t=>t.destroy())),this.editToolList={},this.target=this.hoverTarget=this.simulateTarget=this.editTool=this.innerEditor=null,super.destroy())}}Ft([d_((function(t,e){t.emitEvent(new o_(o_.HOVER,{editor:t,value:t.hoverTarget,oldValue:e}))}))],ip.prototype,"hoverTarget",void 0),Ft([d_((function(t,e){const{target:i}=t;i?t.leafList=i instanceof sa?i:new sa(i):(t.leafList.reset(),t.closeInnerEditor()),t.emitEvent(new o_(o_.SELECT,{editor:t,value:i,oldValue:e})),t.checkOpenedGroups(),t.editing?t.waitLeafer((()=>{t.multiple&&V_(t),W_(t),t.updateEditTool(),t.update(),t.listenTargetEvents()})):(t.updateEditTool(),t.removeTargetEvents())}))],ip.prototype,"target",void 0);class sp{static registerInnerEditor(){$_.register(this)}get tag(){return"InnerEditor"}get editBox(){return this.editor.editBox}constructor(t){this.editor=t,this.create()}onCreate(){}create(){this.view=new t.Group,this.onCreate()}onLoad(){}load(){this.editor.selector.hittable=this.editor.app.tree.hitChildren=!1,this.onLoad()}onUpdate(){}update(){this.onUpdate()}onUnload(){}unload(){this.editor.selector.hittable=this.editor.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)}}t.EditTool=class extends sp{static registerEditTool(){$_.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(){const{editor:t,editBox:e}=this,{simulateTarget:i,element:s}=t;t.multiple&&i.parent.updateLayout();const{x:n,y:o,scaleX:r,scaleY:a,rotation:h,skewX:l,skewY:d,width:c,height:u}=s.getLayoutBounds("box",t,!0);e.set({x:n,y:o,scaleX:r,scaleY:a,rotation:h,skewX:l,skewY:d}),e.update({x:0,y:0,width:c,height:u}),this.onUpdate()}unload(){this.editBox.view.visible=!1,this.onUnload()}},t.EditTool=Ft([q_()],t.EditTool);const{left:np,right:op}=t.Direction9,{move:rp,copy:ap}=D;function hp(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}t.LineEditTool=class extends t.EditTool{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===np;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){return{from:{x:t[0],y:t[1]},to:{x:t[2],y:t[3]}}}dragPoint(t,e,i,s,n){const{x:o,y:r}=n;i?(rp(t,o,r),s&&rp(e,-o,-r)):(s&&rp(t,-o,-r),rp(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),ap(s[7],i),ap(e[7],i),ap(s[3],a),ap(e[3],a)}for(let t=0;t<8;t++)t<4&&(i[t].visible=!1),a=t===np||t===op,s[t].visible=a,e[t].visible=!r&&a}},t.LineEditTool=Ft([q_()],t.LineEditTool),i.editor=function(t){return new ip(t)},t.UI.setEditConfig=function(t){yn(this.prototype,"editConfig",{get(){return"function"==typeof t?t(this):t}})},t.UI.setEditOuter=function(t){yn(this.prototype,"editOuter",{get(){return"string"==typeof t?t:t(this)}})},t.UI.setEditInner=function(t){yn(this.prototype,"editInner",{get(){return"string"==typeof t?t:t(this)}})},t.Leafer.prototype.zoom=function(t,e,i){const{zoomLayer:s}=this,n=this.canvas.bounds.clone().shrink(e||30),o=new lt,r={x:n.x+n.width/2,y:n.y+n.height/2};let a;const{scaleX:h}=this.__;if("string"==typeof t)switch(t){case"in":a=hp(h,"in");break;case"out":a=hp(h,"out");break;case"fit":t=this.boxBounds;break;case"fit-width":(t=new lt(this.boxBounds)).height=0;break;case"fit-height":(t=new lt(this.boxBounds)).width=0}else"number"==typeof t&&(a=t/h);if(a)1!==a&&s.scaleOfWorld(r,this.getValidScale(a));else if("object"==typeof t){const e=t instanceof Array;if(e||t.tag){const i=e?t:[t];o.setListWithFn(i,xo.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,n);o.set(s.getWorldBounds(e))}const{x:r,y:a,width:h,height:l}=o;let d=n.x-r,c=n.y-a;if(i)d+=Math.max((n.width-h)/2,0),c+=Math.max((n.height-l)/2,0);else{const t=this.getValidScale(Math.min(n.width/h,n.height/l));d+=(n.width-h*t)/2,c+=(n.height-l*t)/2,s.scaleOfWorld(o,t),o.scaleOf(o,t)}return s.move(d,c),o.move(d,c)}return s.worldBoxBounds};class lp extends t.Group{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&&Mt.assign(this.config,e),this.changeTheme(this.config.theme),this.waitLeafer(this.__listenEvents,this)}changeTheme(e){let i;"string"==typeof e?(i={fill:"black",stroke:"rgba(255,255,255,0.8)"},"dark"===e&&(i.fill="white",i.stroke="rgba(0,0,0,0.2)")):i=e,this.scrollXBar||this.addMany(this.scrollXBar=new t.Box,this.scrollYBar=new t.Box),i=Object.assign({strokeAlign:"center",opacity:.5,width:6,cornerRadius:3,hoverStyle:{opacity:.6},pressStyle:{opacity:.7}},i),i.height||(i.height=i.width),this.scrollXBar.set(Object.assign(Object.assign({},i),{visible:!1})),this.scrollYBar.set(Object.assign(Object.assign({},i),{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 lt(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:e,scrollYBar:i}=this;this.__eventIds=[e.on_(t.DragEvent.DRAG,this.onDrag,this),i.on_(t.DragEvent.DRAG,this.onDrag,this),e.on_(t.DragEvent.END,this.onDragEnd,this),i.on_(t.DragEvent.END,this.onDragEnd,this),this.target.on_(Xo.BEFORE,(()=>this.update(!0))),this.target.leafer.on_(Uo.RESIZE,(()=>this.update()))]}__removeListenEvents(){this.off_(this.__eventIds)}destroy(){this.destroyed||(this.__removeListenEvents(),this.target=this.config=null,super.destroy())}}class dp extends eh{}t.Arrow=class extends t.Line{get __tag(){return"Arrow"}constructor(t){super(t),this.__.__useArrow=!0}},Ft([Vn(dp)],t.Arrow.prototype,"__",void 0),Ft([Mn("angle")],t.Arrow.prototype,"endArrow",void 0),t.Arrow=Ft([to()],t.Arrow);const{M:cp,L:up,C:_p,Q:pp,O:gp}=Jt,{rotate:fp,copyFrom:yp,scale:mp}=D,vp={},wp={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 cp:case up:xp(t,l+1,e,i,s,n,o,r),l+=3;break;case _p:for(h=1;h<6;h+=2)xp(t,l+h,e,i,s,n,o,r);l+=7;break;case pp:for(h=1;h<4;h+=2)xp(t,l+h,e,i,s,n,o,r);l+=5;break;case gp: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){wp.layout(t,0,0,1,1,e,i)}};function xp(t,e,i,s,n,o,r,a){yp(vp,t[e],t[e+1]),r&&fp(vp,r,a),n&&mp(vp,n,o),t[e]=i+vp.x,t[e+1]=s+vp.y}const{layout:bp,rotate:Ep}=wp,{getAngle:Bp}=D,kp={x:-.5},Lp={connect:kp,offset:{x:-.71,bevelJoin:.36,roundJoin:.22},path:[1,-3,-3,2,0,0,2,-3,3]},Pp={connect:kp,offset:{x:-1.207,bevelJoin:.854,roundJoin:.707},path:[1,-3,-3,2,0,0,2,-1,0]},Tp={connect:kp,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]},Rp={connect:kp,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]},Cp={offset:kp,path:[...Tp.path]};Ep(Cp.path,180,{x:-1.5,y:0});const Sp={connect:{x:-1.3},path:[1,1.8,-.1,2,1.8,0,26,0,0,1.8,0,359,0]},Op={connect:{x:.5},path:[...Sp.path,1,0,0,26,0,0,1,0,360,0]},Dp={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]},Mp={path:[...Dp.path,2,-1.4,-.49,2,1,-.49,1,-1.4,.49,2,1,.49]},Ip=Mt.clone(Dp),Ap=Mt.clone(Mp);Ep(Ip.path,45),Ep(Ap.path,45);const Wp={angle:Lp,"angle-side":Pp,arrow:Rp,triangle:Tp,"triangle-flip":Cp,circle:Op,"circle-line":Sp,square:Mp,"square-line":Dp,diamond:Ap,"diamond-line":Ip,mark:{offset:kp,path:[1,0,-2,2,0,2]}};function Fp(t,e,i,s,n,o){const{strokeCap:r,strokeJoin:a}=t.__,{offset:h,connect:l,path:d}="object"==typeof e?e:Wp[e];let c=l?l.x:0,u=h?h.x:0;const _=[...d];return"none"!==r&&(c-=.5),h&&("round"===a&&h.roundJoin?u+=h.roundJoin:"bevel"===a&&h.bevelJoin&&(u+=h.bevelJoin)),u&&bp(_,u,0),bp(_,s.x,s.y,n,n,Bp(i,s)),o.x=(c+u)*n,_}const{M:zp,L:Hp,C:Up,Q:Np,Z:Yp,N:Xp,D:Vp,X:jp,G:Gp,F:Zp,O:Kp,P:qp,U:Jp}=Jt,{copy:$p,copyFrom:Qp,getDistancePoint:tg}=D,eg={},ig={},sg={},ng={},og={},rg={list:Wp,addArrows(t,e){const{startArrow:i,endArrow:s,strokeWidth:n,__pathForRender:o}=t.__;let r,a=0,h=o.length,l=0,d=i&&"none"!==i;for(;a<h;){switch(r=o[a],r){case zp:case Hp:(l<2||a+6>=h)&&(Qp(og,o[a+1],o[a+2]),!l&&d&&$p(ig,og)),a+=3;break;case Up:1!==l&&a+7!==h||ag(o,ng,og,a+3),a+=7;break;case Np:1!==l&&a+5!==h||ag(o,ng,og,a+1),a+=5;break;case Yp:return;case Xp:a+=5;break;case Vp:a+=9;break;case jp:a+=6;break;case Gp:a+=9;break;case Zp:a+=5;break;case Kp:a+=7;break;case qp:a+=4;break;case Jp:1!==l&&a+6!==h||ag(o,ng,og,a+1),a+=6}if(l++,1===l&&r!==zp)return;if(2===l&&d&&$p(sg,r===Hp?og:ng),a===h){const h=t.__.__pathForRender=e?[...o]:o;if(d&&(h.push(...Fp(t,i,sg,ig,n,eg)),eg.x&&(tg(ig,sg,-eg.x,!0),h[1]=sg.x,h[2]=sg.y)),s&&"none"!==s&&(h.push(...Fp(t,s,ng,og,n,eg)),eg.x)){let t;switch(tg(og,ng,-eg.x,!0),r){case Hp:t=a-3+1;break;case Up:t=a-7+5;break;case Np:t=a-5+3;break;case Jp:t=a-6+3}t&&hg(h,ng,t)}}else $p(ng,og)}}};function ag(t,e,i,s){Qp(e,t[s],t[s+1]),Qp(i,t[s+2],t[s+3])}function hg(t,e,i){t[i]=e.x,t[i+1]=e.y}function lg(t){return vn(t,(t=>({set(e){if(this.__setAttr(t,e)){const t=this.__;t.__useArrow="none"!==t.startArrow||"none"!==t.endArrow,Dn(this)}}})))}const dg=t.UI.prototype;lg("none")(dg,"startArrow"),lg("none")(dg,"endArrow"),Object.assign(Fa,rg);const cg={none:"none",title:"capitalize",upper:"uppercase",lower:"lowercase","small-caps":"small-caps"},ug={top:"flex-start",middle:"center",bottom:"flex-end"};function _g(t,e,i){const{style:s}=t,{fill:n,padding:o,textWrap:r,textOverflow:a,textDecoration:h}=e;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=Wa.string(e.color);break;case"image":break;case"linear":case"radial":case"angular":const t=e.stops[0];i=Wa.string("string"==typeof t?t:t.color);break;default:void 0!==e.r&&(i=Wa.string(e))}else i=e;t.color=i}(s,n),s.fontStyle=e.italic?"italic":"normal",s.fontWeight=e.fontWeight,s.textDecoration="delete"===h?"line-through":h,s.textTransform=cg[e.textCase],s.textAlign=e.textAlign,s.display="flex",s.flexDirection="column",s.justifyContent=ug[e.verticalAlign],s.lineHeight=(e.__.__lineHeight||0)*i+"px",s.letterSpacing=(e.__.__letterSpacing||0)*i+"px","none"===r?s.whiteSpace="nowrap":"break"===r&&(s.wordBreak="break-all"),s.textIndent=(e.paraIndent||0)*i+"px",s.padding=o instanceof Array?o.map((t=>t*i+"px")).join(" "):(o||0)*i+"px",s.textOverflow="show"===a?"":"hide"===a?"clip":a}t.TextEditor=class extends sp{constructor(){super(...arguments),this.config={selectAll:!0},this.eventIds=[]}get tag(){return"TextEditor"}onLoad(){const{editor:e}=this,{config:i}=e.app,s=this.editTarget;s.visible=!1,this.isHTMLText=!(s instanceof t.Text),this._keyEvent=i.keyEvent,i.keyEvent=!1;const n=this.editDom=document.createElement("div"),{style:o}=n;if(n.contentEditable="true",o.position="fixed",o.transformOrigin="left top",o.boxSizing="border-box",this.isHTMLText)n.innerHTML=s.text,this.textScale=1;else{n.innerText=s.text;const{scaleX:t,scaleY:e}=s.worldTransform;this.textScale=Math.max(Math.abs(t),Math.abs(e));const i=s.fontSize*this.textScale;i<12&&(this.textScale*=12/i)}const{view:r}=e.app;(this.inBody=r instanceof HTMLCanvasElement)?document.body.appendChild(n):r.appendChild(n),this.eventIds=[e.app.on_(t.PointerEvent.DOWN,(t=>{let i,{target:s}=t.origin;for(;s;)s===n&&(i=!0),s=s.parentElement;i||e.closeInnerEditor()}))],this.onFocus=this.onFocus.bind(this),this.onInput=this.onInput.bind(this),this.onUpdate=this.onUpdate.bind(this),this.onEscape=this.onEscape.bind(this),n.addEventListener("focus",this.onFocus),n.addEventListener("input",this.onInput),window.addEventListener("keydown",this.onEscape),window.addEventListener("scroll",this.onUpdate);const a=window.getSelection(),h=document.createRange();if(this.config.selectAll)h.selectNodeContents(n);else{const t=n.childNodes[0];h.setStartAfter(t),h.setEndAfter(t),h.collapse(!0)}a.removeAllRanges(),a.addRange(h)}onInput(){const{editDom:t}=this;this.editTarget.text=this.isHTMLText?t.innerHTML:t.innerText.replace(/\n\n/,"\n")}onFocus(){this.editDom.style.outline="none"}onEscape(t){"Escape"===t.code&&this.editor.closeInnerEditor()}onUpdate(){const{editTarget:t,textScale:e}=this,{style:i}=this.editDom,{x:s,y:n}=this.inBody?t.app.clientBounds:t.app.tree.clientBounds,{a:o,b:r,c:a,d:h,e:l,f:d}=new H(t.worldTransform).scale(1/e);i.transform=`matrix(${o},${r},${a},${h},${l},${d})`,i.left=s-window.scrollX+"px",i.top=n-window.scrollY+"px",i.width=t.width*e+(t.__.__autoWidth?20:0)+"px",i.height=t.height*e+(t.__.__autoHeight?20:0)+"px",this.isHTMLText||_g(this.editDom,t,this.textScale)}onUnload(){const{editTarget:t,editor:e,editDom:i}=this;t&&(this.onInput(),t.visible=!0,e.app.config.keyEvent=this._keyEvent,e.off_(this.eventIds),i.removeEventListener("focus",this.onFocus),i.removeEventListener("input",this.onInput),window.removeEventListener("keydown",this.onEscape),window.removeEventListener("scroll",this.onUpdate),i.remove(),this.editDom=this.eventIds=void 0)}},t.TextEditor=Ft([J_()],t.TextEditor);class pg extends dh{setText(t){this._text=t,this.__htmlChanged=!0}}return t.HTMLText=class extends t.Image{get __tag(){return"HTMLText"}get editInner(){return"TextEditor"}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()}},Ft([Vn(pg)],t.HTMLText.prototype,"__",void 0),Ft([Pn("")],t.HTMLText.prototype,"text",void 0),t.HTMLText=Ft([to()],t.HTMLText),t.AlignHelper=mt,t.AroundHelper=gt,t.ArrowData=dp,t.AutoBounds=ct,t.BezierHelper=be,t.Bounds=lt,t.BoundsHelper=ot,t.BoxData=$a,t.BranchHelper=Eo,t.BranchRender=kr,t.CanvasData=ch,t.CanvasManager=Dt,t.ChildEvent=Fo,t.ColorConvert=Wa,t.Creator=i,t.Cursor=Fl,t.DataHelper=Mt,t.Debug=wt,t.EditBox=U_,t.EditDataHelper=M_,t.EditPoint=z_,t.EditSelect=E_,t.EditSelectHelper=x_,t.EditToolCreator=$_,t.Editor=ip,t.EditorEvent=o_,t.EditorGroupEvent=ep,t.EditorHelper=Z_,t.EditorMoveEvent=r_,t.EditorRotateEvent=h_,t.EditorScaleEvent=a_,t.EditorSkewEvent=l_,t.Effect=Na,t.EllipseData=sh,t.EllipseHelper=Se,t.Event=Wo,t.EventCreator=St,t.Eventer=Go,t.Export=Ya,t.FileHelper=an,t.FrameData=th,t.GroupData=Ja,t.HTMLTextData=pg,t.HitCanvasManager=zl,t.ImageData=dh,t.ImageEvent=Ho,t.ImageManager=un,t.IncrementId=s,t.InnerEditor=sp,t.InnerEditorEvent=tp,t.InteractionBase=Wl,t.InteractionHelper=yl,t.Keyboard=nl,t.LayoutEvent=Yo,t.Layouter=xa,t.LeafBounds=br,t.LeafBoundsHelper=xo,t.LeafData=At,t.LeafDataProxy=ar,t.LeafEventer=nr,t.LeafHelper=_o,t.LeafLayout=Ao,t.LeafLevelList=na,t.LeafList=sa,t.LeafMatrix=pr,t.LeafRender=Er,t.LeaferCanvas=oa,t.LeaferCanvasBase=Zt,t.LeaferData=Qa,t.LeaferEvent=Vo,t.LeaferImage=fn,t.LeaferTypeCreator=ul,t.LineData=eh,t.MathHelper=h,t.Matrix=H,t.MatrixHelper=b,t.MultiTouchHelper=Rl,t.MyDragEvent=ll,t.MyImage=Jh,t.MyPointerEvent=al,t.NeedConvertToCanvasCommandMap=Qt,t.OneRadian=l,t.PI2=d,t.PI_2=c,t.Paint=za,t.PaintGradient=Ua,t.PaintImage=Ha,t.PathArrow=Fa,t.PathArrowModule=rg,t.PathBounds=Zs,t.PathCommandDataHelper=Fi,t.PathCommandMap=Jt,t.PathConvert=gi,t.PathCorner=sn,t.PathCreator=es,t.PathData=rh,t.PathDrawer=fs,t.PathHelper=Kt,t.PathMatrixHelper=wp,t.PathNumberCommandLengthMap=se,t.PathNumberCommandMap=ie,t.PathScaler=Yu,t.PenData=ah,t.Platform=e,t.Point=F,t.PointHelper=D,t.PointerButton=ol,t.PolygonData=nh,t.PropertyEvent=zo,t.RectData=ih,t.RectHelper=ne,t.RectRender=gh,t.RenderEvent=Xo,t.Renderer=Ea,t.ResizeEvent=Uo,t.Run=Bt,t.ScrollBar=lp,t.SelectArea=f_,t.Selector=Oa,t.StarData=oh,t.State=Xa,t.StringNumberMap=vt,t.Stroker=g_,t.TaskItem=dn,t.TaskProcessor=cn,t.TextConvert=Aa,t.TextData=lh,t.Transition=Va,t.TwoPointBoundsHelper=N,t.UIBounds=uh,t.UICreator=Tt,t.UIData=Ka,t.UIEvent=rl,t.UIRender=_h,t.UnitConvert=qa,t.WaitHelper=Po,t.WatchEvent=No,t.Watcher=la,t.addInteractionWindow=dl,t.affectRenderBoundsType=In,t.affectStrokeBoundsType=On,t.arrowType=lg,t.attr=wn,t.autoLayoutType=Bn,t.boundsType=Pn,t.canvasPatch=rn,t.canvasSizeAttrs=Gt,t.cursorType=Xn,t.dataProcessor=Vn,t.dataType=bn,t.decorateLeafAttr=vn,t.defineDataProcessor=jn,t.defineKey=yn,t.defineLeafAttr=xn,t.doBoundsType=Rn,t.doStrokeType=Dn,t.effectType=Da,t.emptyData={},t.eraserType=Nn,t.getBoundsData=_,t.getDescriptor=mn,t.getMatrixData=p,t.getPointData=u,t.hitType=Yn,t.isNull=function(t){return null==t},t.layoutProcessor=function(t){return(e,i)=>{yn(e,"__LayoutProcessor",{get:()=>t})}},t.maskType=Un,t.naturalBoundsType=Tn,t.needPlugin=Lt,t.opacityType=Wn,t.pathInputType=Cn,t.pathType=Sn,t.pen=nn,t.positionType=En,t.registerEditTool=q_,t.registerInnerEditor=J_,t.registerUI=to,t.registerUIEvent=eo,t.resizeType=Ma,t.rewrite=qn,t.rewriteAble=Jn,t.rotationType=Ln,t.scaleResize=$u,t.scaleResizeFontSize=Qu,t.scaleResizeGroup=i_,t.scaleResizePath=t_,t.scaleResizePoints=e_,t.scaleType=kn,t.sortType=Hn,t.strokeType=Mn,t.surfaceType=An,t.tempBounds=dt,t.tempMatrix=U,t.tempPoint=z,t.useCanvas=aa,t.useModule=Qn,t.version="1.0.3",t.visibleType=Fn,t.zoomLayerType=Ia,t}({});
|