leafer-x-tooltip-canvas 1.0.0 → 1.0.2
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/README.en.md +39 -11
- package/README.md +48 -18
- package/dev/bundle.js +191 -12192
- package/dist/index.cjs +181 -10677
- package/dist/index.esm.js +181 -10677
- package/dist/index.esm.min.js +1 -1
- package/dist/index.js +183 -10677
- package/dist/index.min.cjs +1 -1
- package/dist/index.min.js +1 -1
- package/package.json +62 -51
- package/src/Tooltip.ts +12 -10
- package/src/TooltipPlugin.ts +156 -56
- package/src/constants.ts +21 -0
- package/src/defaultConfig.ts +2 -0
- package/src/interface/config.ts +2 -0
- package/src/utils.ts +86 -25
- package/types/index.d.ts +8 -0
package/dist/index.min.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
this.LeaferX=this.LeaferX||{},this.LeaferX.selector=function(t,e){"use strict";function s(t,e,s,i){var o,r=arguments.length,n=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,s):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(t,e,s,i);else for(var a=t.length-1;a>=0;a--)(o=t[a])&&(n=(r<3?o(n):r>3?o(e,s,n):o(e,s))||n);return r>3&&n&&Object.defineProperty(e,s,n),n}"function"==typeof SuppressedError&&SuppressedError;const i={image:{hitCanvasSize:100,maxCacheSize:4096e3,maxPatternSize:8847360,suffix:"leaf",crossOrigin:"anonymous"}},o={},r={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=r,{round:a,pow:h,PI:l}=Math,d={within:(t,e,s)=>(t<e&&(t=e),t>s&&(t=s),t),minus(t,e){if(t instanceof Array){e&&(t=d.fourNumber(t,0));for(let e=0;e<t.length;e++)t[e]=-t[e]}else t=-t;return t},fourNumber(t,e){let s;if(t instanceof Array)switch(t.length){case 4:s=void 0===e?t:[...t];break;case 2:s=[t[0],t[1],t[0],t[1]];break;case 3:s=[t[0],t[1],t[2],t[1]];break;case 1:t=t[0];break;default:t=0}if(s||(s=[t,t,t,t]),e)for(let t=0;t<4;t++)s[t]>e&&(s[t]=e);return s},formatRotation:(t,e)=>(t%=360,e?t<0&&(t+=360):(t>180&&(t-=360),t<-180&&(t+=360)),d.float(t)),getGapRotation(t,e,s=0){let i=t+s;if(e>1){const t=Math.abs(i%e);(t<1||t>e-1)&&(i=Math.round(i/e)*e)}return i-s},float(t,e){const s=e?h(10,e):1e12;return-0===(t=a(t*s)/s)?0:t}},c=l/180,u=2*l,_=l/2;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:w}=d,v={};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,s=0,i=0,o=1,r=0,n=0){t.a=e,t.b=s,t.c=i,t.d=o,t.e=r,t.f=n},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,s){t.e+=e,t.f+=s},translateInner(t,e,s){t.e+=t.a*e+t.c*s,t.f+=t.b*e+t.d*s},scale(t,e,s=e){t.a*=e,t.b*=e,t.c*=s,t.d*=s},scaleOfOuter(t,e,s,i){B.toInnerPoint(t,e,v),B.scaleOfInner(t,v,s,i)},scaleOfInner(t,e,s,i=s){B.translateInner(t,e.x,e.y),B.scale(t,s,i),B.translateInner(t,-e.x,-e.y)},rotate(t,e){const{a:s,b:i,c:o,d:r}=t,n=f(e*=c),a=g(e);t.a=s*n-i*a,t.b=s*a+i*n,t.c=o*n-r*a,t.d=o*a+r*n},rotateOfOuter(t,e,s){B.toInnerPoint(t,e,v),B.rotateOfInner(t,v,s)},rotateOfInner(t,e,s){B.translateInner(t,e.x,e.y),B.rotate(t,s),B.translateInner(t,-e.x,-e.y)},skew(t,e,s){const{a:i,b:o,c:r,d:n}=t;s&&(s*=c,t.a=i+r*s,t.b=o+n*s),e&&(e*=c,t.c=r+i*e,t.d=n+o*e)},skewOfOuter(t,e,s,i){B.toInnerPoint(t,e,v),B.skewOfInner(t,v,s,i)},skewOfInner(t,e,s,i=0){B.translateInner(t,e.x,e.y),B.skew(t,s,i),B.translateInner(t,-e.x,-e.y)},multiply(t,e){const{a:s,b:i,c:o,d:r,e:n,f:a}=t;t.a=e.a*s+e.b*o,t.b=e.a*i+e.b*r,t.c=e.c*s+e.d*o,t.d=e.c*i+e.d*r,t.e=e.e*s+e.f*o+n,t.f=e.e*i+e.f*r+a},multiplyParent(t,e,s,i,o){const{e:r,f:n}=t;if(s||(s=t),void 0===i&&(i=1!==t.a||t.b||t.c||1!==t.d),i){const{a:i,b:r,c:n,d:a}=t;s.a=i*e.a+r*e.c,s.b=i*e.b+r*e.d,s.c=n*e.a+a*e.c,s.d=n*e.b+a*e.d,o&&(s.scaleX=e.scaleX*o.scaleX,s.scaleY=e.scaleY*o.scaleY)}else s.a=e.a,s.b=e.b,s.c=e.c,s.d=e.d,o&&(s.scaleX=e.scaleX,s.scaleY=e.scaleY);s.e=r*e.a+n*e.c+e.e,s.f=r*e.b+n*e.d+e.f},divide(t,e){B.multiply(t,B.tempInvert(e))},divideParent(t,e){B.multiplyParent(t,B.tempInvert(e))},tempInvert(t){const{tempMatrix:e}=B;return B.copy(e,t),B.invert(e),e},invert(t){const{a:e,b:s,c:i,d:o,e:r,f:n}=t;if(s||i){const a=1/(e*o-s*i);t.a=o*a,t.b=-s*a,t.c=-i*a,t.d=e*a,t.e=-(r*o-n*i)*a,t.f=-(n*e-r*s)*a}else if(1===e&&1===o)t.e=-r,t.f=-n;else{const s=1/(e*o);t.a=o*s,t.d=e*s,t.e=-r*o*s,t.f=-n*e*s}},toOuterPoint(t,e,s,i){const{x:o,y:r}=e;s||(s=e),s.x=o*t.a+r*t.c,s.y=o*t.b+r*t.d,i||(s.x+=t.e,s.y+=t.f)},toInnerPoint(t,e,s,i){const{a:o,b:r,c:n,d:a}=t,h=1/(o*a-r*n),{x:l,y:d}=e;if(s||(s=e),s.x=(l*a-d*n)*h,s.y=(d*o-l*r)*h,!i){const{e:e,f:i}=t;s.x-=(e*a-i*n)*h,s.y-=(i*o-e*r)*h}},setLayout(t,e,s,i){const{x:o,y:r,scaleX:n,scaleY:a}=e;if(void 0===i&&(i=e.rotation||e.skewX||e.skewY),i){const{rotation:s,skewX:i,skewY:o}=e,r=s*c,h=f(r),l=g(r);if(i||o){const e=i*c,s=o*c;t.a=(h+s*-l)*n,t.b=(l+s*h)*n,t.c=(e*h-l)*a,t.d=(h+e*l)*a}else t.a=h*n,t.b=l*n,t.c=-l*a,t.d=h*a}else t.a=n,t.b=0,t.c=0,t.d=a;t.e=o,t.f=r,s&&B.translateInner(t,-s.x,-s.y)},getLayout(t,e,s){const{a:i,b:o,c:r,d:n,e:a,f:h}=t;let l,d,u,p,v,x=a,b=h;if(o||r){const t=i*n-o*r;if(r&&!s){l=m(i*i+o*o),d=t/l;const e=i/l;u=o>0?y(e):-y(e)}else{d=m(r*r+n*n),l=t/d;const e=r/d;u=_-(n>0?y(-e):-y(e))}const e=w(f(u)),a=g(u);l=w(l),d=w(d),p=e?w((r/d+a)/e/c,9):0,v=e?w((o/l-a)/e/c,9):0,u=w(u/c)}else l=i,d=n,u=p=v=0;return e&&(x+=e.x*i+e.y*r,b+=e.x*o+e.y*n),{x:x,y:b,scaleX:l,scaleY:d,rotation:u,skewX:p,skewY:v}},withScale(t,e,s=e){const i=t;if(!e||!s){const{a:i,b:o,c:r,d:n}=t;o||r?s=(i*n-o*r)/(e=m(i*i+o*o)):(e=i,s=n)}return i.scaleX=e,i.scaleY=s,i},reset(t){B.set(t)}},B=b,{toInnerPoint:k,toOuterPoint:R}=b,{sin:C,cos:T,abs:S,sqrt:L,atan2:P,min:E,PI:O}=Math,A={defaultPoint:{x:0,y:0},tempPoint:{},tempRadiusPoint:{},set(t,e=0,s=0){t.x=e,t.y=s},setRadius(t,e,s){t.radiusX=e,t.radiusY=void 0===s?e:s},copy(t,e){t.x=e.x,t.y=e.y},copyFrom(t,e,s){t.x=e,t.y=s},move(t,e,s){t.x+=e,t.y+=s},scale(t,e,s=e){t.x&&(t.x*=e),t.y&&(t.y*=s)},scaleOf(t,e,s,i=s){t.x+=(t.x-e.x)*(s-1),t.y+=(t.y-e.y)*(i-1)},rotate(t,e,s){s||(s=M.defaultPoint);const i=T(e*=c),o=C(e),r=t.x-s.x,n=t.y-s.y;t.x=s.x+r*i-n*o,t.y=s.y+r*o+n*i},tempToInnerOf(t,e){const{tempPoint:s}=M;return W(s,t),k(e,s,s),s},tempToOuterOf(t,e){const{tempPoint:s}=M;return W(s,t),R(e,s,s),s},tempToInnerRadiusPointOf(t,e){const{tempRadiusPoint:s}=M;return W(s,t),M.toInnerRadiusPointOf(t,e,s),s},toInnerRadiusPointOf(t,e,s){s||(s=t),k(e,t,s),s.radiusX=Math.abs(t.radiusX/e.scaleX),s.radiusY=Math.abs(t.radiusY/e.scaleY)},toInnerOf(t,e,s){k(e,t,s)},toOuterOf(t,e,s){R(e,t,s)},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,s,i){const o=S(s-t),r=S(i-e);return L(o*o+r*r)},getMinDistanceFrom:(t,e,s,i,o,r)=>E(I(t,e,s,i),I(s,i,o,r)),getAngle:(t,e)=>D(t,e)/c,getRotation:(t,e,s,i)=>(i||(i=e),M.getRadianFrom(t.x,t.y,e.x,e.y,s.x,s.y,i.x,i.y)/c),getRadianFrom(t,e,s,i,o,r,n,a){void 0===n&&(n=s,a=i);let h=P(e-i,t-s);const l=P(r-a,o-n)-h;return l<-O?l+u:l},getAtan2:(t,e)=>P(e.y-t.y,e.x-t.x),getDistancePoint(t,e,s,i){const o=D(t,e);return(e=i?e:{}).x=t.x+T(o)*s,e.y=t.y+C(o)*s,e},reset(t){}},M=A,{getDistanceFrom:I,copy:W,getAtan2:D}=M;class F{constructor(t,e){this.set(t,e)}set(t,e){return"object"==typeof t?A.copy(this,t):A.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 A.move(this,t,e),this}scale(t,e){return A.scale(this,t,e),this}scaleOf(t,e,s){return A.scaleOf(this,t,e,s),this}rotate(t,e){return A.rotate(this,t,e),this}rotateOf(t,e){return A.rotate(this,e,t),this}getRotation(t,e,s){return A.getRotation(this,t,e,s)}toInnerOf(t,e){return A.toInnerOf(this,t,e),this}toOuterOf(t,e){return A.toOuterOf(this,t,e),this}getCenter(t){return new F(A.getCenter(this,t))}getDistance(t){return A.getDistance(this,t)}getDistancePoint(t,e,s){return new F(A.getDistancePoint(this,t,e,s))}getAngle(t){return A.getAngle(this,t)}getAtan2(t){return A.getAtan2(this,t)}reset(){return this}}new F;class N{constructor(t,e,s,i,o,r){this.set(t,e,s,i,o,r)}set(t,e,s,i,o,r){return"object"==typeof t?b.copy(this,t):b.set(this,t,e,s,i,o,r),this}setWith(t){return b.copy(this,t),this.scaleX=t.scaleX,this.scaleY=t.scaleY,this}get(){const{a:t,b:e,c:s,d:i,e:o,f:r}=this;return{a:t,b:e,c:s,d:i,e:o,f:r}}clone(){return new N(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,s){return b.scaleOfOuter(this,t,e,s),this}scaleOfInner(t,e,s){return b.scaleOfInner(this,t,e,s),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,s){return b.skewOfOuter(this,t,e,s),this}skewOfInner(t,e,s){return b.skewOfInner(this,t,e,s),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,s){b.toOuterPoint(this,t,e,s)}toInnerPoint(t,e,s){b.toInnerPoint(this,t,e,s)}setLayout(t,e){return b.setLayout(this,t,e),this}getLayout(t,e){return b.getLayout(this,t,e)}withScale(t,e){return b.withScale(this,t,e)}reset(){b.reset(this)}}new N;const z={tempPointBounds:{},setPoint(t,e,s){t.minX=t.maxX=e,t.minY=t.maxY=s},addPoint(t,e,s){t.minX=e<t.minX?e:t.minX,t.minY=s<t.minY?s:t.minY,t.maxX=e>t.maxX?e:t.maxX,t.maxY=s>t.maxY?s:t.maxY},addBounds(t,e,s,i,o){Y(t,e,s),Y(t,e+i,s+o)},copy(t,e){t.minX=e.minX,t.minY=e.minY,t.maxX=e.maxX,t.maxY=e.maxY},addPointBounds(t,e){t.minX=e.minX<t.minX?e.minX:t.minX,t.minY=e.minY<t.minY?e.minY:t.minY,t.maxX=e.maxX>t.maxX?e.maxX:t.maxX,t.maxY=e.maxY>t.maxY?e.maxY:t.maxY},toBounds(t,e){e.x=t.minX,e.y=t.minY,e.width=t.maxX-t.minX,e.height=t.maxY-t.minY}},{addPoint:Y}=z,{tempPointBounds:X,setPoint:j,addPoint:H,toBounds:U}=z,{toOuterPoint:V}=b,{float:G,fourNumber:q}=d,{floor:K,ceil:$}=Math;let J,Q,Z,tt;const et={},st={},it={tempBounds:{},set(t,e=0,s=0,i=0,o=0){t.x=e,t.y=s,t.width=i,t.height=o},copy(t,e){t.x=e.x,t.y=e.y,t.width=e.width,t.height=e.height},copyAndSpread(t,e,s,i){if(s instanceof Array){const i=q(s);ot.set(t,e.x-i[3],e.y-i[0],e.width+i[1]+i[3],e.height+i[2]+i[0])}else i||(i=s),ot.set(t,e.x-s,e.y-i,e.width+2*s,e.height+2*i)},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,s){t.x+=e,t.y+=s},getByMove:(t,e,s)=>(t=Object.assign({},t),ot.move(t,e,s),t),toOffsetOutBounds(t,e,s){e?nt(e,t):e=t,s?(e.offsetX=-(ot.maxX(s)-t.x),e.offsetY=-(ot.maxY(s)-t.y)):(e.offsetX=t.x+t.width,e.offsetY=t.y+t.height),ot.move(e,-e.offsetX,-e.offsetY)},scale(t,e,s=e){A.scale(t,e,s),t.width*=e,t.height*=s},scaleOf(t,e,s,i=s){A.scaleOf(t,e,s,i),t.width*=s,t.height*=i},tempToOuterOf:(t,e)=>(ot.copy(ot.tempBounds,t),ot.toOuterOf(ot.tempBounds,e),ot.tempBounds),getOuterOf:(t,e)=>(t=Object.assign({},t),ot.toOuterOf(t,e),t),toOuterOf(t,e,s){if(s||(s=t),0===e.b&&0===e.c){const{a:i,d:o}=e;i>0?(s.width=t.width*i,s.x=e.e+t.x*i):(s.width=t.width*-i,s.x=e.e+t.x*i-s.width),o>0?(s.height=t.height*o,s.y=e.f+t.y*o):(s.height=t.height*-o,s.y=e.f+t.y*o-s.height)}else et.x=t.x,et.y=t.y,V(e,et,st),j(X,st.x,st.y),et.x=t.x+t.width,V(e,et,st),H(X,st.x,st.y),et.y=t.y+t.height,V(e,et,st),H(X,st.x,st.y),et.x=t.x,V(e,et,st),H(X,st.x,st.y),U(X,s)},toInnerOf(t,e,s){s||(s=t),ot.move(s,-e.e,-e.f),ot.scale(s,1/e.a,1/e.d)},getFitMatrix(t,e,s=1){const i=Math.min(s,Math.min(t.width/e.width,t.height/e.height));return new N(i,0,0,i,-e.x*i,-e.y*i)},getSpread(t,e,s){const i={};return ot.copyAndSpread(i,t,e,s),i},spread(t,e,s=e){ot.copyAndSpread(t,t,e,s)},ceil(t){const{x:e,y:s}=t;t.x=K(t.x),t.y=K(t.y),t.width=e>t.x?$(t.width+e-t.x):$(t.width),t.height=s>t.y?$(t.height+s-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=G(t.x,e),t.y=G(t.y,e),t.width=G(t.width,e),t.height=G(t.height,e)},add(t,e,s){J=t.x+t.width,Q=t.y+t.height,Z=e.x,tt=e.y,s||(Z+=e.width,tt+=e.height),J=J>Z?J:Z,Q=Q>tt?Q:tt,t.x=t.x<e.x?t.x:e.x,t.y=t.y<e.y?t.y:e.y,t.width=J-t.x,t.height=Q-t.y},addList(t,e){ot.setListWithFn(t,e,void 0,!0)},setList(t,e,s=!1){ot.setListWithFn(t,e,void 0,s)},addListWithFn(t,e,s){ot.setListWithFn(t,e,s,!0)},setListWithFn(t,e,s,i=!1){let o,r=!0;for(let n=0,a=e.length;n<a;n++)o=s?s(e[n]):e[n],o&&(o.width||o.height)&&(r?(r=!1,i||nt(t,o)):rt(t,o));r&&ot.reset(t)},setPoints(t,e){e.forEach(((t,e)=>0===e?j(X,t.x,t.y):H(X,t.x,t.y))),U(X,t)},addPoint(t,e){rt(t,e,!0)},getPoints(t){const{x:e,y:s,width:i,height:o}=t;return[{x:e,y:s},{x:e+i,y:s},{x:e+i,y:s+o},{x:e,y:s+o}]},hitRadiusPoint:(t,e,s)=>(s&&(e=A.tempToInnerRadiusPointOf(e,s)),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,s)=>(s&&(e=A.tempToInnerOf(e,s)),e.x>=t.x&&e.x<=t.x+t.width&&e.y>=t.y&&e.y<=t.y+t.height),hit:(t,e,s)=>(s&&(e=ot.tempToOuterOf(e,s)),!(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,s)=>(s&&(e=ot.tempToOuterOf(e,s)),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,s){if(s&&(e=ot.tempToOuterOf(e,s)),!ot.hit(t,e))return{x:0,y:0,width:0,height:0};let{x:i,y:o,width:r,height:n}=e;return J=i+r,Q=o+n,Z=t.x+t.width,tt=t.y+t.height,i=i>t.x?i:t.x,o=o>t.y?o:t.y,J=J<Z?J:Z,Q=Q<tt?Q:tt,r=J-i,n=Q-o,{x:i,y:o,width:r,height:n}},intersect(t,e,s){ot.copy(t,ot.getIntersectData(t,e,s))},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){ot.set(t)}},ot=it,{add:rt,copy:nt}=ot;class at{get minX(){return it.minX(this)}get minY(){return it.minY(this)}get maxX(){return it.maxX(this)}get maxY(){return it.maxY(this)}constructor(t,e,s,i){this.set(t,e,s,i)}set(t,e,s,i){return"object"==typeof t?it.copy(this,t):it.set(this,t,e,s,i),this}get(){const{x:t,y:e,width:s,height:i}=this;return{x:t,y:e,width:s,height:i}}clone(){return new at(this)}move(t,e){return it.move(this,t,e),this}scale(t,e){return it.scale(this,t,e),this}scaleOf(t,e,s){return it.scaleOf(this,t,e,s),this}toOuterOf(t,e){return it.toOuterOf(this,t,e),this}toInnerOf(t,e){return it.toInnerOf(this,t,e),this}getFitMatrix(t,e){return it.getFitMatrix(this,t,e)}spread(t,e){return it.spread(this,t,e),this}shrink(t){return it.spread(this,d.minus(t,!0)),this}ceil(){return it.ceil(this),this}unsign(){return it.unsign(this),this}float(t){return it.float(this,t),this}add(t){return it.add(this,t),this}addList(t){return it.setList(this,t,!0),this}setList(t){return it.setList(this,t),this}addListWithFn(t,e){return it.setListWithFn(this,t,e,!0),this}setListWithFn(t,e){return it.setListWithFn(this,t,e),this}setPoints(t){return it.setPoints(this,t),this}addPoint(t){return it.addPoint(this,t),this}getPoints(){return it.getPoints(this)}hitPoint(t,e){return it.hitPoint(this,t,e)}hitRadiusPoint(t,e){return it.hitRadiusPoint(this,t,e)}hit(t,e){return it.hit(this,t,e)}includes(t,e){return it.includes(this,t,e)}intersect(t,e){return it.intersect(this,t,e),this}getIntersect(t,e){return new at(it.getIntersectData(this,t,e))}isSame(t){return it.isSame(this,t)}isEmpty(){return it.isEmpty(this)}reset(){it.reset(this)}}const ht=new at;class lt{constructor(t,e,s,i,o,r){"object"==typeof t?this.copy(t):this.set(t,e,s,i,o,r)}set(t=0,e=0,s=0,i=0,o=0,r=0){this.top=t,this.right=e,this.bottom=s,this.left=i,this.width=o,this.height=r}copy(t){const{top:e,right:s,bottom:i,left:o,width:r,height:n}=t;this.set(e,s,i,o,r,n)}getBoundsFrom(t){const{top:e,right:s,bottom:i,left:o,width:r,height:n}=this;return new at(o,e,r||t.width-o-s,n||t.height-e-i)}}var dt,ct;!function(t){t[t.top=0]="top",t[t.right=1]="right",t[t.bottom=2]="bottom",t[t.left=3]="left"}(dt||(dt={})),function(t){t[t.topLeft=0]="topLeft",t[t.top=1]="top",t[t.topRight=2]="topRight",t[t.right=3]="right",t[t.bottomRight=4]="bottomRight",t[t.bottom=5]="bottom",t[t.bottomLeft=6]="bottomLeft",t[t.left=7]="left",t[t.center=8]="center"}(ct||(ct={}));const ut=[{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}],_t={directionData:ut,tempPoint:{},get:pt,toPoint(t,e,s,i,o){s||(s={});const r=pt(t);s.x=r.x*e.width,s.y=r.y*e.height,o&&(s.x-=o.x,s.y-=o.y,r.x&&(s.x-=1===r.x?o.width:.5===r.x?r.x*o.width:0),r.y&&(s.y-=1===r.y?o.height:.5===r.y?r.y*o.height:0)),i||(s.x+=e.x,s.y+=e.y)}};function pt(t){return"string"==typeof t?ut[ct[t]]:t}const gt={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 ft{constructor(t){this.repeatMap={},this.name=t}static get(t){return new ft(t)}static set filter(t){this.filterList=yt(t)}static set exclude(t){this.excludeList=yt(t)}log(...t){if(mt.enable){if(mt.filterList.length&&mt.filterList.every((t=>t!==this.name)))return;if(mt.excludeList.length&&mt.excludeList.some((t=>t===this.name)))return;console.log("%c"+this.name,"color:#21ae62",...t)}}tip(...t){mt.enable&&this.warn(...t)}warn(...t){mt.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 yt(t){return t?"string"==typeof t&&(t=[t]):t=[],t}ft.filterList=[],ft.excludeList=[],ft.showWarn=!0;const mt=ft,wt=ft.get("RunTime"),vt={currentId:0,currentName:"",idMap:{},nameMap:{},nameToIdMap:{},start(t,e){const s=r.create(r.RUNTIME);return xt.currentId=xt.idMap[s]=e?performance.now():Date.now(),xt.currentName=xt.nameMap[s]=t,xt.nameToIdMap[t]=s,s},end(t,e){const s=xt.idMap[t],i=xt.nameMap[t],o=e?(performance.now()-s)/1e3:Date.now()-s;xt.idMap[t]=xt.nameMap[t]=xt.nameToIdMap[i]=void 0,wt.log(i,o,"ms")},endOfName(t,e){const s=xt.nameToIdMap[t];void 0!==s&&xt.end(s,e)}},xt=vt,bt=ft.get("UICreator"),Bt={list:{},register(t){const{__tag:e}=t.prototype;kt[e]?bt.repeat(e):kt[e]=t},get(t,e,s,i,o,r){const n=new kt[t](e);return void 0!==s&&(n.x=s,i&&(n.y=i),o&&(n.width=o),r&&(n.height=r)),n}},{list:kt}=Bt,Rt=ft.get("EventCreator"),Ct={nameList:{},register(t){let e;Object.keys(t).forEach((s=>{e=t[s],"string"==typeof e&&(Tt[e]?Rt.repeat(e):Tt[e]=t)}))},changeName(t,e){const s=Tt[t];if(s){const i=Object.keys(s).find((e=>s[e]===t));i&&(s[i]=e,Tt[e]=s)}},has(t){return!!this.nameList[t]},get:(t,...e)=>new Tt[t](...e)},{nameList:Tt}=Ct;class St{constructor(){this.list=[]}add(t){t.manager=this,this.list.push(t)}get(t){let e;const{list:s}=this;for(let i=0,o=s.length;i<o;i++)if(e=s[i],e.recycled&&e.isSameSize(t))return e.recycled=!1,e.manager||(e.manager=this),e;const i=o.canvas(t);return this.add(i),i}recycle(t){t.recycled=!0}clearRecycled(){let t;const e=[];for(let s=0,i=this.list.length;s<i;s++)t=this.list[s],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 Lt={default:(t,e)=>(Pt(e,t),Pt(t,e),t),assign(t,e){let s;Object.keys(e).forEach((i=>{var o;s=e[i],(null==s?void 0:s.constructor)===Object&&(null===(o=t[i])||void 0===o?void 0:o.constructor)===Object?Pt(t[i],e[i]):t[i]=e[i]}))},copyAttrs:(t,e,s)=>(s.forEach((s=>{void 0!==e[s]&&(t[s]=e[s])})),t),clone:t=>JSON.parse(JSON.stringify(t))},{assign:Pt}=Lt;class Et{get __blendMode(){if(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 s;for(let i in this)"_"!==i[0]&&(s=e?e[i]:void 0,t[i]=void 0===s?this[i]:s);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){const e={};if(t)if(t instanceof Array)for(let s of t)e[s]=this.__getInput(s);else for(let s in t)e[s]=this.__getInput(s);else{let t,s,{__input:i}=this;e.tag=this.__leaf.tag;for(let o in this)if("_"!==o[0]&&(t=this["_"+o],void 0!==t)){if("path"===o&&!this.__pathInputed)continue;s=i?i[o]:void 0,e[o]=void 0===s?t:s}}return e}__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 Ot;function At(t,e,s,i){var o,r=arguments.length,n=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,s):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(t,e,s,i);else for(var a=t.length-1;a>=0;a--)(o=t[a])&&(n=(r<3?o(n):r>3?o(e,s,n):o(e,s))||n);return r>3&&n&&Object.defineProperty(e,s,n),n}function Mt(t,e,s,i){return new(s||(s=Promise))((function(o,r){function n(t){try{h(i.next(t))}catch(t){r(t)}}function a(t){try{h(i.throw(t))}catch(t){r(t)}}function h(t){var e;t.done?o(t.value):(e=t.value,e instanceof s?e:new s((function(t){t(e)}))).then(n,a)}h((i=i.apply(t,e||[])).next())}))}function It(t){return(e,s)=>{t||(t=s),Object.defineProperty(e,s,{get(){return this.context[t]},set(e){this.context[t]=e}})}}!function(t){t[t.No=0]="No",t[t.Yes=1]="Yes",t[t.NoAndSkip=2]="NoAndSkip",t[t.YesAndSkip=3]="YesAndSkip"}(Ot||(Ot={})),"function"==typeof SuppressedError&&SuppressedError;const Wt=[];function Dt(){return(t,e)=>{Wt.push(e)}}const Ft=[];let Nt=class{set blendMode(t){"normal"===t&&(t="source-over"),this.context.globalCompositeOperation=t}get blendMode(){return this.context.globalCompositeOperation}set dashPattern(t){this.context.setLineDash(t||Ft)}get dashPattern(){return this.context.getLineDash()}__bindContext(){let t;Wt.forEach((e=>{t=this.context[e],t&&(this[e]=t.bind(this.context))})),this.textBaseline="alphabetic"}setTransform(t,e,s,i,o,r){}resetTransform(){}getTransform(){}save(){}restore(){}transform(t,e,s,i,o,r){"object"==typeof t?this.context.transform(t.a,t.b,t.c,t.d,t.e,t.f):this.context.transform(t,e,s,i,o,r)}translate(t,e){}scale(t,e){}rotate(t){}fill(t,e){}stroke(t){}clip(t,e){}fillRect(t,e,s,i){}strokeRect(t,e,s,i){}clearRect(t,e,s,i){}drawImage(t,e,s,i,o,r,n,a,h){switch(arguments.length){case 9:if(e<0){const t=-e/i*a;i+=e,e=0,r+=t,a-=t}if(s<0){const t=-s/o*h;o+=s,s=0,n+=t,h-=t}this.context.drawImage(t,e,s,i,o,r,n,a,h);break;case 5:this.context.drawImage(t,e,s,i,o);break;case 3:this.context.drawImage(t,e,s)}}beginPath(){}moveTo(t,e){}lineTo(t,e){}bezierCurveTo(t,e,s,i,o,r){}quadraticCurveTo(t,e,s,i){}closePath(){}arc(t,e,s,i,o,r){}arcTo(t,e,s,i,o){}ellipse(t,e,s,i,o,r,n,a){}rect(t,e,s,i){}roundRect(t,e,s,i,o){}createConicGradient(t,e,s){}createLinearGradient(t,e,s,i){}createPattern(t,e){}createRadialGradient(t,e,s,i,o,r){}fillText(t,e,s,i){}measureText(t){}strokeText(t,e,s,i){}destroy(){this.context=null}};At([It("imageSmoothingEnabled")],Nt.prototype,"smooth",void 0),At([It("imageSmoothingQuality")],Nt.prototype,"smoothLevel",void 0),At([It("globalAlpha")],Nt.prototype,"opacity",void 0),At([It()],Nt.prototype,"fillStyle",void 0),At([It()],Nt.prototype,"strokeStyle",void 0),At([It("lineWidth")],Nt.prototype,"strokeWidth",void 0),At([It("lineCap")],Nt.prototype,"strokeCap",void 0),At([It("lineJoin")],Nt.prototype,"strokeJoin",void 0),At([It("lineDashOffset")],Nt.prototype,"dashOffset",void 0),At([It()],Nt.prototype,"miterLimit",void 0),At([It()],Nt.prototype,"shadowBlur",void 0),At([It()],Nt.prototype,"shadowColor",void 0),At([It()],Nt.prototype,"shadowOffsetX",void 0),At([It()],Nt.prototype,"shadowOffsetY",void 0),At([It()],Nt.prototype,"filter",void 0),At([It()],Nt.prototype,"font",void 0),At([It()],Nt.prototype,"fontKerning",void 0),At([It()],Nt.prototype,"fontStretch",void 0),At([It()],Nt.prototype,"fontVariantCaps",void 0),At([It()],Nt.prototype,"textAlign",void 0),At([It()],Nt.prototype,"textBaseline",void 0),At([It()],Nt.prototype,"textRendering",void 0),At([It()],Nt.prototype,"wordSpacing",void 0),At([It()],Nt.prototype,"letterSpacing",void 0),At([It()],Nt.prototype,"direction",void 0),At([Dt()],Nt.prototype,"setTransform",null),At([Dt()],Nt.prototype,"resetTransform",null),At([Dt()],Nt.prototype,"getTransform",null),At([Dt()],Nt.prototype,"save",null),At([Dt()],Nt.prototype,"restore",null),At([Dt()],Nt.prototype,"translate",null),At([Dt()],Nt.prototype,"scale",null),At([Dt()],Nt.prototype,"rotate",null),At([Dt()],Nt.prototype,"fill",null),At([Dt()],Nt.prototype,"stroke",null),At([Dt()],Nt.prototype,"clip",null),At([Dt()],Nt.prototype,"fillRect",null),At([Dt()],Nt.prototype,"strokeRect",null),At([Dt()],Nt.prototype,"clearRect",null),At([Dt()],Nt.prototype,"beginPath",null),At([Dt()],Nt.prototype,"moveTo",null),At([Dt()],Nt.prototype,"lineTo",null),At([Dt()],Nt.prototype,"bezierCurveTo",null),At([Dt()],Nt.prototype,"quadraticCurveTo",null),At([Dt()],Nt.prototype,"closePath",null),At([Dt()],Nt.prototype,"arc",null),At([Dt()],Nt.prototype,"arcTo",null),At([Dt()],Nt.prototype,"ellipse",null),At([Dt()],Nt.prototype,"rect",null),At([Dt()],Nt.prototype,"roundRect",null),At([Dt()],Nt.prototype,"createConicGradient",null),At([Dt()],Nt.prototype,"createLinearGradient",null),At([Dt()],Nt.prototype,"createPattern",null),At([Dt()],Nt.prototype,"createRadialGradient",null),At([Dt()],Nt.prototype,"fillText",null),At([Dt()],Nt.prototype,"measureText",null),At([Dt()],Nt.prototype,"strokeText",null);const{copy:zt}=b,Yt={width:1,height:1,pixelRatio:1},Xt=["width","height","pixelRatio"];class jt extends Nt{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,e){super(),this.size={},this.worldTransform={},t||(t=Yt),t.pixelRatio||(t.pixelRatio=i.devicePixelRatio),this.manager=e,this.innerId=r.create(r.CNAVAS);const{width:s,height:o,pixelRatio:n}=t;this.autoLayout=!s||!o,this.size.pixelRatio=n,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)),Lt.copyAttrs(this.size,t,Xt),this.size.pixelRatio||(this.size.pixelRatio=1),this.bounds=new at(0,0,this.width,this.height),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(){}startAutoLayout(t,e){}stopAutoLayout(){}setCursor(t){}setWorld(t,e){const{pixelRatio:s}=this,i=this.worldTransform;if(e){const{a:o,b:r,c:n,d:a,e:h,f:l}=e;this.setTransform(i.a=(t.a*o+t.b*n)*s,i.b=(t.a*r+t.b*a)*s,i.c=(t.c*o+t.d*n)*s,i.d=(t.c*r+t.d*a)*s,i.e=(t.e*o+t.f*n+h)*s,i.f=(t.e*r+t.f*a+l)*s)}else this.setTransform(i.a=t.a*s,i.b=t.b*s,i.c=t.c*s,i.d=t.d*s,i.e=t.e*s,i.f=t.f*s)}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,s){e&&(this.strokeWidth=e),t&&(this.strokeStyle=t),s&&this.setStrokeOptions(s)}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,s=1){return!0}setWorldShadow(t,e,s,i){const{pixelRatio:o}=this;this.shadowOffsetX=t*o,this.shadowOffsetY=e*o,this.shadowBlur=s*o,this.shadowColor=i||"black"}setWorldBlur(t){const{pixelRatio:e}=this;this.filter=`blur(${t*e}px)`}copyWorld(t,e,s,i){if(i&&(this.blendMode=i),e){const{pixelRatio:i}=this;s||(s=e),this.drawImage(t.view,e.x*i,e.y*i,e.width*i,e.height*i,s.x*i,s.y*i,s.width*i,s.height*i)}else this.drawImage(t.view,0,0);i&&(this.blendMode="source-over")}copyWorldToInner(t,e,s,i){if(i&&(this.blendMode=i),e.b||e.c)this.save(),this.resetTransform(),this.copyWorld(t,e,it.tempToOuterOf(s,e)),this.restore();else{const{pixelRatio:i}=this;this.drawImage(t.view,e.x*i,e.y*i,e.width*i,e.height*i,s.x,s.y,s.width,s.height)}i&&(this.blendMode="source-over")}copyWorldByReset(t,e,s,i,o){this.resetTransform(),this.copyWorld(t,e,s,i),o||this.useWorldTransform()}useMask(t,e,s){this.copyWorld(t,e,s,"destination-in")}useEraser(t,e,s){this.copyWorld(t,e,s,"destination-out")}fillWorld(t,e,s){s&&(this.blendMode=s),this.fillStyle=e,ht.set(t).scale(this.pixelRatio),this.fillRect(ht.x,ht.y,ht.width,ht.height),s&&(this.blendMode="source-over")}strokeWorld(t,e,s){s&&(this.blendMode=s),this.strokeStyle=e,ht.set(t).scale(this.pixelRatio),this.strokeRect(ht.x,ht.y,ht.width,ht.height),s&&(this.blendMode="source-over")}clearWorld(t,e){ht.set(t).scale(this.pixelRatio),e&&ht.ceil(),this.clearRect(ht.x,ht.y,ht.width,ht.height)}clipWorld(t,e){this.beginPath(),ht.set(t).scale(this.pixelRatio),e&&ht.ceil(),this.rect(ht.x,ht.y,ht.width,ht.height),this.clip()}clear(){const{pixelRatio:t}=this;this.clearRect(0,0,this.width*t,this.height*t)}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):o.canvas(Object.assign({},this.size));return s.save(),t&&(zt(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(){}unrealCanvas(){}destroy(){this.manager=this.view=this.parentView=null}}const Ht={creator:{},parse(t,e){},convertToCanvasData(t,e){}},Ut={N:21,D:22,X:23,G:24,F:25,O:26,P:27,U:28},Vt=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},Ut),Gt={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},Kt=Object.assign(Object.assign({},qt),Ut),$t=Vt,Jt={};for(let t in $t)Jt[$t[t]]=t;const Qt={};for(let t in $t)Qt[$t[t]]=Gt[t];const Zt={drawRoundRect(t,e,s,i,o,r){const n=d.fourNumber(r,Math.min(i/2,o/2)),a=e+i,h=s+o;n[0]?t.moveTo(e+n[0],s):t.moveTo(e,s),n[1]?t.arcTo(a,s,a,h,n[1]):t.lineTo(a,s),n[2]?t.arcTo(a,h,e,h,n[2]):t.lineTo(a,h),n[3]?t.arcTo(e,h,e,s,n[3]):t.lineTo(e,h),n[0]?t.arcTo(e,s,a,s,n[0]):t.lineTo(e,s)}},{sin:te,cos:ee,atan2:se,ceil:ie,abs:oe,PI:re,sqrt:ne,pow:ae}=Math,{setPoint:he,addPoint:le}=z,{set:de}=A,{M:ce,L:ue,C:_e,Q:pe,Z:ge}=Vt,fe={},ye={points(t,e,s,i){if(t.push(ce,e[0],e[1]),s&&e.length>5){let o,r,n,a,h,l,d,c,u,_,p,g,f,y=e.length;const m=!0===s?.5:s;i&&(y=(e=[e[y-2],e[y-1],...e,e[0],e[1],e[2],e[3]]).length);for(let s=2;s<y-2;s+=2)o=e[s-2],r=e[s-1],n=e[s],a=e[s+1],h=e[s+2],l=e[s+3],p=ne(ae(n-o,2)+ae(a-r,2)),g=ne(ae(h-n,2)+ae(l-a,2)),f=p+g,p=m*p/f,g=m*g/f,h-=o,l-=r,d=n-p*h,c=a-p*l,2===s?i||t.push(pe,d,c,n,a):t.push(_e,u,_,d,c,n,a),u=n+g*h,_=a+g*l;i||t.push(pe,u,_,e[y-2],e[y-1])}else for(let s=2,i=e.length;s<i;s+=2)t.push(ue,e[s],e[s+1]);i&&t.push(ge)},rect(t,e,s,i,o){Ht.creator.path=t,Ht.creator.moveTo(e,s).lineTo(e+i,s).lineTo(e+i,s+o).lineTo(e,s+o).lineTo(e,s)},roundRect(t,e,s,i,o,r){Ht.creator.path=[],Zt.drawRoundRect(Ht.creator,e,s,i,o,r),t.push(...Ht.convertToCanvasData(Ht.creator.path,!0))},arcTo(t,e,s,i,o,r,n,a,h,l,d){const p=i-e,g=o-s,f=r-i,y=n-o;let m=se(g,p),w=se(y,f),v=w-m;if(v<0&&(v+=u),v===re||oe(p+g)<1e-12||oe(f+y)<1e-12)return t&&t.push(ue,i,o),h&&(he(h,e,s),le(h,i,o)),d&&de(d,e,s),void(l&&de(l,i,o));const x=p*y-f*g<0,b=x?-1:1,B=a/ee(v/2),k=i+B*ee(m+v/2+_*b),R=o+B*te(m+v/2+_*b);return m-=_*b,w-=_*b,ve(t,k,R,a,a,0,m/c,w/c,x,h,l,d)},arc:(t,e,s,i,o,r,n,a,h,l)=>ve(t,e,s,i,i,0,o,r,n,a,h,l),ellipse(t,e,s,i,o,r,n,a,h,l,d,p){const g=r*c,f=te(g),y=ee(g);let m=n*c,w=a*c;m>re&&(m-=u),w<0&&(w+=u);let v=w-m;v<0?v+=u:v>u&&(v-=u),h&&(v-=u);const x=ie(oe(v/_)),b=v/x,B=te(b/4),k=8/3*B*B/te(b/2);w=m+b;let R,C,T,S,L,P,E,O,A=ee(m),M=te(m),I=T=y*i*A-f*o*M,W=S=f*i*A+y*o*M,D=e+T,F=s+S;t&&t.push(ue,D,F),l&&he(l,D,F),p&&de(p,D,F);for(let r=0;r<x;r++)R=ee(w),C=te(w),T=y*i*R-f*o*C,S=f*i*R+y*o*C,L=e+I-k*(y*i*M+f*o*A),P=s+W-k*(f*i*M-y*o*A),E=e+T+k*(y*i*C+f*o*R),O=s+S+k*(f*i*C-y*o*R),t&&t.push(_e,L,P,E,O,e+T,s+S),l&&we(e+I,s+W,L,P,E,O,e+T,s+S,l,!0),I=T,W=S,A=R,M=C,m=w,w+=b;d&&de(d,e+T,s+S)},quadraticCurveTo(t,e,s,i,o,r,n){t.push(_e,(e+2*i)/3,(s+2*o)/3,(r+2*i)/3,(n+2*o)/3,r,n)},toTwoPointBoundsByQuadraticCurve(t,e,s,i,o,r,n,a){we(t,e,(t+2*s)/3,(e+2*i)/3,(o+2*s)/3,(r+2*i)/3,o,r,n,a)},toTwoPointBounds(t,e,s,i,o,r,n,a,h,l){const d=[];let c,u,_,p,g,f,y,m,w=t,v=s,x=o,b=n;for(let t=0;t<2;++t)if(1==t&&(w=e,v=i,x=r,b=a),c=-3*w+9*v-9*x+3*b,u=6*w-12*v+6*x,_=3*v-3*w,Math.abs(c)<1e-12){if(Math.abs(u)<1e-12)continue;p=-_/u,0<p&&p<1&&d.push(p)}else y=u*u-4*_*c,m=Math.sqrt(y),y<0||(g=(-u+m)/(2*c),0<g&&g<1&&d.push(g),f=(-u-m)/(2*c),0<f&&f<1&&d.push(f));l?le(h,t,e):he(h,t,e),le(h,n,a);for(let l=0,c=d.length;l<c;l++)me(d[l],t,e,s,i,o,r,n,a,fe),le(h,fe.x,fe.y)},getPointAndSet(t,e,s,i,o,r,n,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*i+_*r+p*a,l.y=c*s+u*o+_*n+p*h},getPoint(t,e,s,i,o,r,n,a,h){const l={};return me(t,e,s,i,o,r,n,a,h,l),l}},{getPointAndSet:me,toTwoPointBounds:we,ellipse:ve}=ye,{sin:xe,cos:be,sqrt:Be,atan2:ke}=Math,{ellipse:Re}=ye,Ce={ellipticalArc(t,e,s,o,r,n,a,h,l,d,_){const p=(l-e)/2,g=(d-s)/2,f=n*c,y=xe(f),m=be(f),w=-m*p-y*g,v=-m*g+y*p,x=o*o,b=r*r,B=v*v,k=w*w,R=x*b-x*B-b*k;let C=0;if(R<0){const t=Be(1-R/(x*b));o*=t,r*=t}else C=(a===h?-1:1)*Be(R/(x*B+b*k));const T=C*o*v/r,S=-C*r*w/o,L=ke((v-S)/r,(w-T)/o),P=ke((-v-S)/r,(-w-T)/o);let E=P-L;0===h&&E>0?E-=u:1===h&&E<0&&(E+=u);const O=e+p+m*T-y*S,A=s+g+y*T+m*S,M=E<0?1:0;_||i.ellipseToCurve?Re(t,O,A,o,r,n,L/c,P/c,M):o!==r||n?t.push(Vt.G,O,A,o,r,n,L/c,P/c,M):t.push(Vt.O,O,A,o,L/c,P/c,M)}},{M:Te,m:Se,L:Le,l:Pe,H:Ee,h:Oe,V:Ae,v:Me,C:Ie,c:We,S:De,s:Fe,Q:Ne,q:ze,T:Ye,t:Xe,A:je,a:He,Z:Ue,z:Ve,N:Ge,D:qe,X:Ke,G:$e,F:Je,O:Qe,P:Ze,U:ts}=Vt,{rect:es,roundRect:ss,arcTo:is,arc:os,ellipse:rs,quadraticCurveTo:ns}=ye,{ellipticalArc:as}=Ce,hs=ft.get("PathConvert"),ls={},ds={current:{dot:0},stringify(t,e){let s,i,o,r=0,n=t.length,a="";for(;r<n;){i=t[r],s=Qt[i],a+=i===o?" ":Jt[i];for(let i=1;i<s;i++)a+=d.float(t[r+i],e),i===s-1||(a+=" ");o=i,r+=s}return a},parse(t,e){let s,i,o,r="";const n=[],a=e?Kt:qt;for(let e=0,h=t.length;e<h;e++)i=t[e],gt[i]?("."===i&&(cs.dot++,cs.dot>1&&(us(n,r),r="")),r+=i):Vt[i]?(r&&(us(n,r),r=""),cs.name=Vt[i],cs.length=Gt[i],cs.index=0,us(n,cs.name),!s&&a[i]&&(s=!0)):"-"===i||"+"===i?"e"===o||"E"===o?r+=i:(r&&us(n,r),r=i):r&&(us(n,r),r=""),o=i;return r&&us(n,r),s?ds.toCanvasData(n,e):n},toCanvasData(t,e){let s,i,o,r,n,a=0,h=0,l=0,d=0,c=0,u=t.length;const _=[];for(;c<u;){switch(o=t[c],o){case Se:t[c+1]+=a,t[c+2]+=h;case Te:a=t[c+1],h=t[c+2],_.push(Te,a,h),c+=3;break;case Oe:t[c+1]+=a;case Ee:a=t[c+1],_.push(Le,a,h),c+=2;break;case Me:t[c+1]+=h;case Ae:h=t[c+1],_.push(Le,a,h),c+=2;break;case Pe:t[c+1]+=a,t[c+2]+=h;case Le:a=t[c+1],h=t[c+2],_.push(Le,a,h),c+=3;break;case Fe:t[c+1]+=a,t[c+2]+=h,t[c+3]+=a,t[c+4]+=h,o=De;case De:n=r===Ie||r===De,l=n?2*a-s:t[c+1],d=n?2*h-i:t[c+2],s=t[c+1],i=t[c+2],a=t[c+3],h=t[c+4],_.push(Ie,l,d,s,i,a,h),c+=5;break;case We:t[c+1]+=a,t[c+2]+=h,t[c+3]+=a,t[c+4]+=h,t[c+5]+=a,t[c+6]+=h,o=Ie;case Ie:s=t[c+3],i=t[c+4],a=t[c+5],h=t[c+6],_.push(Ie,t[c+1],t[c+2],s,i,a,h),c+=7;break;case Xe:t[c+1]+=a,t[c+2]+=h,o=Ye;case Ye:n=r===Ne||r===Ye,s=n?2*a-s:t[c+1],i=n?2*h-i:t[c+2],e?ns(_,a,h,s,i,t[c+1],t[c+2]):_.push(Ne,s,i,t[c+1],t[c+2]),a=t[c+1],h=t[c+2],c+=3;break;case ze:t[c+1]+=a,t[c+2]+=h,t[c+3]+=a,t[c+4]+=h,o=Ne;case Ne:s=t[c+1],i=t[c+2],e?ns(_,a,h,s,i,t[c+3],t[c+4]):_.push(Ne,s,i,t[c+3],t[c+4]),a=t[c+3],h=t[c+4],c+=5;break;case He:t[c+6]+=a,t[c+7]+=h;case je:as(_,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 Ve:case Ue:_.push(Ue),c++;break;case Ge:a=t[c+1],h=t[c+2],e?es(_,a,h,t[c+3],t[c+4]):_s(_,t,c,5),c+=5;break;case qe:a=t[c+1],h=t[c+2],e?ss(_,a,h,t[c+3],t[c+4],[t[c+5],t[c+6],t[c+7],t[c+8]]):_s(_,t,c,9),c+=9;break;case Ke:a=t[c+1],h=t[c+2],e?ss(_,a,h,t[c+3],t[c+4],t[c+5]):_s(_,t,c,6),c+=6;break;case $e:rs(e?_:_s(_,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,ls),a=ls.x,h=ls.y,c+=9;break;case Je:e?rs(_,t[c+1],t[c+2],t[c+3],t[c+4],0,0,360,!1):_s(_,t,c,5),a=t[c+1]+t[c+3],h=t[c+2],c+=5;break;case Qe:os(e?_:_s(_,t,c,7),t[c+1],t[c+2],t[c+3],t[c+4],t[c+5],t[c+6],null,ls),a=ls.x,h=ls.y,c+=7;break;case Ze:e?os(_,t[c+1],t[c+2],t[c+3],0,360,!1):_s(_,t,c,4),a=t[c+1]+t[c+3],h=t[c+2],c+=4;break;case ts:is(e?_:_s(_,t,c,6),a,h,t[c+1],t[c+2],t[c+3],t[c+4],t[c+5],null,ls),a=ls.x,h=ls.y,c+=6;break;default:return hs.error(`command: ${o} [index:${c}]`,t),_}r=o}return _},copyData(t,e,s,i){for(let o=s,r=s+i;o<r;o++)t.push(e[o])},pushData(t,e){cs.index===cs.length&&(cs.index=1,t.push(cs.name)),t.push(Number(e)),cs.index++,cs.dot=0}},{current:cs,pushData:us,copyData:_s}=ds,{M:ps,L:gs,C:fs,Q:ys,Z:ms,N:ws,D:vs,X:xs,G:bs,F:Bs,O:ks,P:Rs,U:Cs}=Vt,{getMinDistanceFrom:Ts,getRadianFrom:Ss}=A,{tan:Ls,min:Ps,abs:Es}=Math,Os={},As={beginPath(t){t.length=0},moveTo(t,e,s){t.push(ps,e,s)},lineTo(t,e,s){t.push(gs,e,s)},bezierCurveTo(t,e,s,i,o,r,n){t.push(fs,e,s,i,o,r,n)},quadraticCurveTo(t,e,s,i,o){t.push(ys,e,s,i,o)},closePath(t){t.push(ms)},rect(t,e,s,i,o){t.push(ws,e,s,i,o)},roundRect(t,e,s,i,o,r){if("number"==typeof r)t.push(xs,e,s,i,o,r);else{const n=d.fourNumber(r);n?t.push(vs,e,s,i,o,...n):t.push(ws,e,s,i,o)}},ellipse(t,e,s,i,o,r,n,a,h){void 0===r?t.push(Bs,e,s,i,o):(void 0===n&&(n=0),void 0===a&&(a=360),t.push(bs,e,s,i,o,r,n,a,h?1:0))},arc(t,e,s,i,o,r,n){void 0===o?t.push(Rs,e,s,i):(void 0===r&&(r=360),t.push(ks,e,s,i,o,r,n?1:0))},arcTo(t,e,s,i,o,r,n,a){if(void 0!==n){const h=Ls(Ss(n,a,e,s,i,o)/2)*(Ts(n,a,e,s,i,o)/2);t.push(Cs,e,s,i,o,Ps(r,Es(h)))}else t.push(Cs,e,s,i,o,r)},drawEllipse(t,e,s,i,o,r,n,a,h){ye.ellipse(null,e,s,i,o,void 0===r?0:r,void 0===n?0:n,void 0===a?360:a,h,null,null,Os),t.push(ps,Os.x,Os.y),Ms(t,e,s,i,o,r,n,a,h)},drawArc(t,e,s,i,o,r,n){ye.arc(null,e,s,i,void 0===o?0:o,void 0===r?360:r,n,null,null,Os),t.push(ps,Os.x,Os.y),Is(t,e,s,i,o,r,n)},drawPoints(t,e,s,i){ye.points(t,e,s,i)}},{ellipse:Ms,arc:Is}=As,{moveTo:Ws,lineTo:Ds,quadraticCurveTo:Fs,bezierCurveTo:Ns,closePath:zs,beginPath:Ys,rect:Xs,roundRect:js,ellipse:Hs,arc:Us,arcTo:Vs,drawEllipse:Gs,drawArc:qs,drawPoints:Ks}=As;class $s{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?Ht.parse(t):t:[],this}beginPath(){return Ys(this.__path),this}moveTo(t,e){return Ws(this.__path,t,e),this}lineTo(t,e){return Ds(this.__path,t,e),this}bezierCurveTo(t,e,s,i,o,r){return Ns(this.__path,t,e,s,i,o,r),this}quadraticCurveTo(t,e,s,i){return Fs(this.__path,t,e,s,i),this}closePath(){return zs(this.__path),this}rect(t,e,s,i){return Xs(this.__path,t,e,s,i),this}roundRect(t,e,s,i,o){return js(this.__path,t,e,s,i,o),this}ellipse(t,e,s,i,o,r,n,a){return Hs(this.__path,t,e,s,i,o,r,n,a),this}arc(t,e,s,i,o,r){return Us(this.__path,t,e,s,i,o,r),this}arcTo(t,e,s,i,o){return Vs(this.__path,t,e,s,i,o),this}drawEllipse(t,e,s,i,o,r,n,a){return Gs(this.__path,t,e,s,i,o,r,n,a),this}drawArc(t,e,s,i,o,r){return qs(this.__path,t,e,s,i,o,r),this}drawPoints(t,e,s){return Ks(this.__path,t,e,s),this}}const{M:Js,L:Qs,C:Zs,Q:ti,Z:ei,N:si,D:ii,X:oi,G:ri,F:ni,O:ai,P:hi,U:li}=Vt,di=ft.get("PathDrawer"),ci={drawPathByData(t,e){if(!e)return;let s,i=0,o=e.length;for(;i<o;)switch(s=e[i],s){case Js:t.moveTo(e[i+1],e[i+2]),i+=3;break;case Qs:t.lineTo(e[i+1],e[i+2]),i+=3;break;case Zs:t.bezierCurveTo(e[i+1],e[i+2],e[i+3],e[i+4],e[i+5],e[i+6]),i+=7;break;case ti:t.quadraticCurveTo(e[i+1],e[i+2],e[i+3],e[i+4]),i+=5;break;case ei:t.closePath(),i+=1;break;case si:t.rect(e[i+1],e[i+2],e[i+3],e[i+4]),i+=5;break;case ii:t.roundRect(e[i+1],e[i+2],e[i+3],e[i+4],[e[i+5],e[i+6],e[i+7],e[i+8]]),i+=9;break;case oi:t.roundRect(e[i+1],e[i+2],e[i+3],e[i+4],e[i+5]),i+=6;break;case ri:t.ellipse(e[i+1],e[i+2],e[i+3],e[i+4],e[i+5]*c,e[i+6]*c,e[i+7]*c,e[i+8]),i+=9;break;case ni:t.ellipse(e[i+1],e[i+2],e[i+3],e[i+4],0,0,u,!1),i+=5;break;case ai:t.arc(e[i+1],e[i+2],e[i+3],e[i+4]*c,e[i+5]*c,e[i+6]),i+=7;break;case hi:t.arc(e[i+1],e[i+2],e[i+3],0,u,!1),i+=4;break;case li:t.arcTo(e[i+1],e[i+2],e[i+3],e[i+4],e[i+5]),i+=6;break;default:return void di.error(`command: ${s} [index:${i}]`,e)}}},{M:ui,L:_i,C:pi,Q:gi,Z:fi,N:yi,D:mi,X:wi,G:vi,F:xi,O:bi,P:Bi,U:ki}=Vt,{toTwoPointBounds:Ri,toTwoPointBoundsByQuadraticCurve:Ci,arcTo:Ti,arc:Si,ellipse:Li}=ye,{addPointBounds:Pi,copy:Ei,addPoint:Oi,setPoint:Ai,addBounds:Mi,toBounds:Ii}=z,Wi=ft.get("PathBounds");let Di,Fi,Ni;const zi={},Yi={},Xi={},ji={toBounds(t,e){ji.toTwoPointBounds(t,Yi),Ii(Yi,e)},toTwoPointBounds(t,e){if(!t||!t.length)return Ai(e,0,0);let s,i,o,r,n,a=0,h=0,l=0;const d=t.length;for(;a<d;)switch(s=t[a],0===a&&(s===fi||s===pi||s===gi?Ai(e,h,l):Ai(e,t[a+1],t[a+2])),s){case ui:case _i:h=t[a+1],l=t[a+2],Oi(e,h,l),a+=3;break;case pi:r=t[a+5],n=t[a+6],Ri(h,l,t[a+1],t[a+2],t[a+3],t[a+4],r,n,zi),Pi(e,zi),h=r,l=n,a+=7;break;case gi:i=t[a+1],o=t[a+2],r=t[a+3],n=t[a+4],Ci(h,l,i,o,r,n,zi),Pi(e,zi),h=r,l=n,a+=5;break;case fi:a+=1;break;case yi:h=t[a+1],l=t[a+2],Mi(e,h,l,t[a+3],t[a+4]),a+=5;break;case mi:case wi:h=t[a+1],l=t[a+2],Mi(e,h,l,t[a+3],t[a+4]),a+=s===mi?9:6;break;case vi:Li(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],zi,Xi),0===a?Ei(e,zi):Pi(e,zi),h=Xi.x,l=Xi.y,a+=9;break;case xi:h=t[a+1],l=t[a+2],Fi=t[a+3],Ni=t[a+4],Mi(e,h-Fi,l-Ni,2*Fi,2*Ni),h+=Fi,a+=5;break;case bi:Si(null,t[a+1],t[a+2],t[a+3],t[a+4],t[a+5],t[a+6],zi,Xi),0===a?Ei(e,zi):Pi(e,zi),h=Xi.x,l=Xi.y,a+=7;break;case Bi:h=t[a+1],l=t[a+2],Di=t[a+3],Mi(e,h-Di,l-Di,2*Di,2*Di),h+=Di,a+=4;break;case ki:Ti(null,h,l,t[a+1],t[a+2],t[a+3],t[a+4],t[a+5],zi,Xi),0===a?Ei(e,zi):Pi(e,zi),h=Xi.x,l=Xi.y,a+=6;break;default:return void Wi.error(`command: ${s} [index:${a}]`,t)}}},{M:Hi,L:Ui,C:Vi,Z:Gi}=Vt,{getCenterX:qi,getCenterY:Ki}=A,{arcTo:$i}=As,Ji={smooth(t,e,s){let i,o=0,r=0,n=0,a=0,h=0,l=0,d=0,c=0,u=0;const _=t.length,p=[];for(;o<_;)switch(i=t[o],i){case Hi:a=c=t[o+1],h=u=t[o+2],o+=3,t[o]===Ui?(l=t[o+1],d=t[o+2],p.push(Hi,qi(a,l),Ki(h,d))):p.push(Hi,a,h);break;case Ui:switch(r=t[o+1],n=t[o+2],o+=3,t[o]){case Ui:$i(p,r,n,t[o+1],t[o+2],e,c,u);break;case Gi:$i(p,r,n,a,h,e,c,u);break;default:p.push(Ui,r,n)}c=r,u=n;break;case Vi:p.push(Vi,t[o+1],t[o+2],t[o+3],t[o+4],t[o+5],t[o+6]),o+=7;break;case Gi:$i(p,a,h,l,d,e,c,u),p.push(Gi),o+=1}return i!==Gi&&(p[1]=a,p[2]=h),p}};Ht.creator=new $s,Ht.parse=ds.parse,Ht.convertToCanvasData=ds.toCanvasData;const Qi=new $s,{drawRoundRect:Zi}=Zt;function to(t){!function(t){t&&!t.roundRect&&(t.roundRect=function(t,e,s,i,o){Zi(this,t,e,s,i,o)})}(t)}const eo={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=so.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{}}}},so=eo;so.opacityTypes.forEach((t=>so.upperCaseTypeMap[t]=t.toUpperCase()));const io=ft.get("TaskProcessor");class oo{constructor(t){this.parallel=!0,this.time=1,this.id=r.create(r.TASK),this.task=t}run(){return Mt(this,void 0,void 0,(function*(){try{this.task&&!this.isComplete&&this.parent.running&&(yield this.task())}catch(t){io.error(t)}}))}complete(){this.isComplete=!0,this.parent=null,this.task=null}cancel(){this.isCancel=!0,this.complete()}}class ro{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,s=0;for(let i=0;i<t;i++)i<=this.finishedIndex?(s+=this.list[i].time,i===this.finishedIndex&&(e=s)):e+=this.list[i].time;return this.isComplete?1:s/e}constructor(t){this.config={parallel:6},this.list=[],this.running=!1,this.isComplete=!0,this.index=0,this.delayNumber=0,t&&Lt.assign(this.config,t),this.empty()}add(t,e){let s,i,o,r;const n=new oo(t);return n.parent=this,"number"==typeof e?r=e:e&&(i=e.parallel,s=e.start,o=e.time,r=e.delay),o&&(n.time=o),!1===i&&(n.parallel=!1),void 0===r?this.push(n,s):(this.delayNumber++,setTimeout((()=>{this.delayNumber&&(this.delayNumber--,this.push(n,s))}),r)),this.isComplete=!1,n}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 s=this.index;s<e&&(t=this.list[s],t.parallel);s++)this.parallelList.push(t)}fillParallelTask(){let t;const e=this.parallelList;this.parallelSuccessNumber++,e.pop();const s=e.length,i=this.finishedIndex+s;if(e.length){if(!this.running)return;i<this.total&&(t=this.list[i],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 no={map:{},recycledList:[],tasker:new ro,patternTasker:new ro,get isComplete(){return ao.tasker.isComplete},get(t){let e=ao.map[t.url];return e||(e=o.image(t),ao.map[t.url]=e),e.use++,e},recycle(t){t.use--,setTimeout((()=>{t.use||ao.recycledList.push(t)}))},clearRecycled(){const t=ao.recycledList;t.length>100&&(t.forEach((t=>{!t.use&&t.url&&(delete ao.map[t.url],t.destroy())})),t.length=0)},hasOpacityPixel:t=>eo.opacityTypes.some((e=>ao.isFormat(e,t))),isFormat(t,e){if(e.format===t)return!0;const{url:s}=e;if(s.startsWith("data:")){if(s.startsWith("data:"+eo.mineType(t)))return!0}else if(s.includes("."+t)||s.includes("."+eo.upperCaseTypeMap[t]))return!0;return!1},destroy(){ao.map={},ao.recycledList=[]}},ao=no,{IMAGE:ho,create:lo}=r;class co{get url(){return this.config.url}get completed(){return this.ready||!!this.error}constructor(t){this.use=0,this.waitComplete=[],this.innerId=lo(ho),this.config=t||{url:""},this.isSVG=no.isFormat("svg",t),this.hasOpacityPixel=no.hasOpacityPixel(t)}load(t,e){return this.loading||(this.loading=!0,no.tasker.add((()=>Mt(this,void 0,void 0,(function*(){return yield i.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,e),this.waitComplete.length-2}unload(t,e){const s=this.waitComplete;if(e){const e=s[t+1];e&&e({type:"stop"})}s[t]=s[t+1]=void 0}onComplete(t){let e;this.waitComplete.forEach(((s,i)=>{e=i%2,s&&(t?e||s(this):e&&s(this.error))})),this.waitComplete.length=0,this.loading=!1}getCanvas(t,e,s,o){if(t||(t=this.width),e||(e=this.height),this.cache){let{params:t,data:e}=this.cache;for(let s in t)if(t[s]!==arguments[s]){e=null;break}if(e)return e}const r=i.origin.createCanvas(t,e),n=r.getContext("2d");return s&&(n.globalAlpha=s),n.drawImage(this.view,0,0,t,e),this.cache=this.use>1?{data:r,params:arguments}:null,r}getPattern(t,e,s,o){const r=i.canvas.createPattern(t,e);try{s&&r.setTransform&&(r.setTransform(s),s=null)}catch(t){}return o&&(o.transform=s),r}destroy(){this.config={url:""},this.cache=null,this.waitComplete.length=0}}function uo(t,e,s){Object.defineProperty(t,e,s)}function _o(t,e){return Object.getOwnPropertyDescriptor(t,e)}function po(t,e){return(s,i)=>function(t,e,s,i){const o={get(){return this.__getAttr(e)},set(t){this.__setAttr(e,t)},configurable:!0,enumerable:!0};uo(t,e,Object.assign(o,i||{})),Po(t,e,s)}(s,i,t,e&&e(i))}function go(t){return po(t)}function fo(t,e){return po(t,(t=>({set(s){this.__setAttr(t,s,e),this.__layout.matrixChanged||this.__layout.matrixChange()}})))}function yo(t,e){return po(t,(t=>({set(s){this.__setAttr(t,s,e),this.__layout.scaleChanged||this.__layout.scaleChange()}})))}function mo(t,e){return po(t,(t=>({set(s){this.__setAttr(t,s,e),this.__layout.rotationChanged||this.__layout.rotationChange()}})))}function wo(t,e){return po(t,(t=>({set(s){this.__setAttr(t,s,e)&&vo(this)}})))}function vo(t){t.__layout.boxChanged||t.__layout.boxChange(),t.__hasAutoLayout&&(t.__layout.matrixChanged||t.__layout.matrixChange())}const xo=wo;function bo(t){return po(t,(t=>({set(e){this.__setAttr(t,e)&&Bo(this)}})))}function Bo(t){t.__layout.strokeChanged||t.__layout.strokeChange(),t.__.__useArrow&&vo(t)}const ko=bo;function Ro(t){return po(t,(t=>({set(e){this.__setAttr(t,e),this.__layout.renderChanged||this.__layout.renderChange()}})))}function Co(t){return po(t,(t=>({set(e){this.__setAttr(t,e),this.__layout.surfaceChanged||this.__layout.surfaceChange()}})))}function To(t){return po(t,(t=>({set(e){this.__setAttr(t,e),this.__layout.opacityChanged||this.__layout.opacityChange()}})))}function So(t){return po(t,(t=>({set(e){this.__setAttr(t,e),ft.showHitView&&(this.__layout.surfaceChanged||this.__layout.surfaceChange()),this.leafer&&this.leafer.updateCursor()}})))}function Lo(t){return(e,s)=>{uo(e,"__DataProcessor",{get:()=>t})}}function Po(t,e,s){const i=t.__DataProcessor.prototype,o="_"+e,r=function(t){return"set"+t.charAt(0).toUpperCase()+t.slice(1)}(e),n={get(){const t=this[o];return void 0===t?s:t},set(t){this[o]=t},configurable:!0,enumerable:!0};void 0===s?n.get=function(){return this[o]}:"width"===e?n.get=function(){const t=this[o];return void 0===t?this.__naturalWidth||s:t}:"height"===e&&(n.get=function(){const t=this[o];return void 0===t?this.__naturalHeight||s:t});let a,h=i;for(;!a&&h;)a=_o(h,e),h=h.__proto__;a&&a.set&&(n.set=a.set),i[r]&&(n.set=i[r],delete i[r]),Object.defineProperty(i,e,n)}const Eo=new ft("rewrite"),Oo=[],Ao=["destroy","constructor"];function Mo(t){return(e,s)=>{Oo.push({name:e.constructor.name+"."+s,run:()=>{e[s]=t}})}}function Io(){return t=>{Wo()}}function Wo(t){Oo.length&&(Oo.forEach((e=>{t&&Eo.error(e.name,"需在Class上装饰@rewriteAble()"),e.run()})),Oo.length=0)}function Do(t,e){return s=>{var i;(t.prototype?(i=t.prototype,Object.getOwnPropertyNames(i)):Object.keys(t)).forEach((i=>{if(!(Ao.includes(i)||e&&e.includes(i)))if(t.prototype){_o(t.prototype,i).writable&&(s.prototype[i]=t.prototype[i])}else s.prototype[i]=t[i]}))}}function Fo(){return t=>{Bt.register(t)}}setTimeout((()=>Wo(!0)));const{copy:No,toInnerPoint:zo,scaleOfOuter:Yo,rotateOfOuter:Xo,skewOfOuter:jo,multiplyParent:Ho,divideParent:Uo,getLayout:Vo}=b,Go={},qo={updateAllMatrix(t,e,s){if(e&&t.__hasAutoLayout&&t.__layout.matrixChanged&&(s=!0),Jo(t,e,s),t.isBranch){const{children:i}=t;for(let t=0,o=i.length;t<o;t++)$o(i[t],e,s)}},updateMatrix(t,e,s){const i=t.__layout;e?s&&(i.waitAutoLayout=!0,t.__hasAutoLayout&&(i.matrixChanged=!1)):i.waitAutoLayout&&(i.waitAutoLayout=!1),i.matrixChanged&&t.__updateLocalMatrix(),i.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,s=e.length;t<s;t++)Qo(e[t])}},updateAllChange(t){if(Qo(t),t.__updateChange(),t.isBranch){const{children:e}=t;for(let t=0,s=e.length;t<s;t++)Zo(e[t])}},worldHittable(t){for(;t;){if(!t.__.hittable)return!1;t=t.parent}return!0},moveWorld(t,e,s=0){const i="object"==typeof e?Object.assign({},e):{x:e,y:s};t.parent&&zo(t.parent.worldTransform,i,i,!0),Ko.moveLocal(t,i.x,i.y)},moveLocal(t,e,s=0){"object"==typeof e?(t.x+=e.x,t.y+=e.y):(t.x+=e,t.y+=s)},zoomOfWorld(t,e,s,i,o){Ko.zoomOfLocal(t,er(t,e),s,i,o)},zoomOfLocal(t,e,s,i=s,o){No(Go,t.__localMatrix),Yo(Go,e,s,i),tr(t,Go),t.scaleResize(s,i,!0!==o)},rotateOfWorld(t,e,s){Ko.rotateOfLocal(t,er(t,e),s)},rotateOfLocal(t,e,s){No(Go,t.__localMatrix),Xo(Go,e,s),tr(t,Go),t.rotation=d.formatRotation(t.rotation+s)},skewOfWorld(t,e,s,i,o){Ko.skewOfLocal(t,er(t,e),s,i,o)},skewOfLocal(t,e,s,i=0,o){No(Go,t.__localMatrix),jo(Go,e,s,i),Ko.setTransform(t,Go,o)},transformWorld(t,e,s){No(Go,t.worldTransform),Ho(Go,e),t.parent&&Uo(Go,t.parent.worldTransform),Ko.setTransform(t,Go,s)},transform(t,e,s){No(Go,t.localTransform),Ho(Go,e),Ko.setTransform(t,Go,s)},setTransform(t,e,s){const i=Vo(e);s&&(t.scaleResize(i.scaleX/t.scaleX,i.scaleY/t.scaleY,!0!==s),delete i.scaleX,delete i.scaleY),t.set(i)},getRelativeWorld:(t,e,s)=>(No(Go,t.worldTransform),Uo(Go,e.worldTransform),s?Go:Object.assign({},Go)),drop(t,e,s,i){t.setTransform(Ko.getRelativeWorld(t,e,!0),i),e.add(t,s)},hasParent(t,e){if(!e)return!1;for(;t;){if(e===t)return!0;t=t.parent}},hasParentAutoLayout(t){for(;t.parent;)if((t=t.parent).__hasAutoLayout)return!0}},Ko=qo,{updateAllMatrix:$o,updateMatrix:Jo,updateAllWorldOpacity:Qo,updateAllChange:Zo}=Ko;function tr(t,e){const{e:s,f:i}=t.__localMatrix;t.x+=e.e-s,t.y+=e.f-i}function er(t,e){return t.__layout.update(),t.parent?A.tempToInnerOf(e,t.parent.__world):e}const sr={worldBounds:t=>t.__world,localBoxBounds:t=>t.__.eraser?null:t.__local||t.__layout,localStrokeBounds:t=>t.__.eraser?null:t.__layout.localStrokeBounds,localRenderBounds:t=>t.__.eraser?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:ir}=qo,or={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:s}=t;for(let i=0,o=s.length;i<o;i++)(t=s[i]).isBranch&&(t.__tempNumber=1,e.add(t),rr(t,e))}},pushAllParent(t,e){const{keys:s}=e;if(s)for(;t.parent&&void 0===s[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 s=e.length;const{children:i}=t;for(let t=0,s=i.length;t<s;t++)i[t].isBranch&&e.push(i[t]);for(let t=s,i=e.length;t<i;t++)nr(e[t],e)},updateBounds(t,e){const s=[t];nr(t,s),ar(s,e)},updateBoundsByBranchStack(t,e){let s,i;for(let o=t.length-1;o>-1;o--){s=t[o],i=s.children;for(let t=0,e=i.length;t<e;t++)ir(i[t]);e&&e===s||ir(s)}}},{pushAllChildBranch:rr,pushAllBranchStack:nr,updateBoundsByBranchStack:ar}=or,hr={run(t){if(t&&t.length){const e=t.length;for(let s=0;s<e;s++)t[s]();t.length===e?t.length=0:t.splice(0,e)}}},{getRelativeWorld:lr}=qo,{toOuterOf:dr,getPoints:cr,copy:ur}=it;class _r{get strokeBounds(){return this._strokeBounds||this.boxBounds}get renderBounds(){return this._renderBounds||this.boxBounds}get localStrokeBounds(){return this._localStrokeBounds||this}get localRenderBounds(){return this._localRenderBounds||this}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;i.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 lr(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 at(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"margin":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"margin":case"content":case"box":return this.leaf.__localBoxBounds}}getWorldBounds(t="box"){switch(t){case"render":return this.leaf.__world;case"content":if(this.contentBounds)return this.getWorldContentBounds();case"margin":case"box":return this.getWorldBoxBounds();case"margin":case"stroke":return this.getWorldStrokeBounds()}}getLayoutBounds(t,e="world",s){const{leaf:i}=this;let o,r,n=this.getInnerBounds(t);switch(e){case"world":o=i.getWorldPoint(n),r=i.__world;break;case"local":o=i.getLocalPointByInner(n),r=i.__localMatrix;break;case"inner":o=n,r=b.defaultMatrix;break;case"page":e=i.zoomLayer;default:o=i.getWorldPoint(n,e),r=lr(i,e,!0)}const a=b.getLayout(r);if(ur(a,n),A.copy(a,o),s){const{scaleX:t,scaleY:e}=a,s=Math.abs(t),i=Math.abs(e);1===s&&1===i||(a.scaleX/=s,a.scaleY/=i,a.width*=s,a.height*=i)}return a}getLayoutPoints(t,e="world"){const{leaf:s}=this,i=cr(this.getInnerBounds(t));let o;switch(e){case"world":o=null;break;case"local":o=s.parent;break;case"inner":break;case"page":e=s.zoomLayer;default:o=e}return void 0!==o&&i.forEach((t=>s.innerToWorld(t,null,!1,o))),i}getWorldContentBounds(){return this._worldContentBounds||(this._worldContentBounds={}),dr(this.contentBounds,this.leaf.__world,this._worldContentBounds),this._worldContentBounds}getWorldBoxBounds(){return this._worldBoxBounds||(this._worldBoxBounds={}),dr(this.boxBounds,this.leaf.__world,this._worldBoxBounds),this._worldBoxBounds}getWorldStrokeBounds(){return this._worldStrokeBounds||(this._worldStrokeBounds={}),dr(this.strokeBounds,this.leaf.__world,this._worldStrokeBounds),this._worldStrokeBounds}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}spreadStroke(){const{x:t,y:e,width:s,height:i}=this.strokeBounds;this._strokeBounds={x:t,y:e,width:s,height:i},this._localStrokeBounds={x:t,y:e,width:s,height:i},this.renderSpread||this.spreadRenderCancel()}spreadRender(){const{x:t,y:e,width:s,height:i}=this.renderBounds;this._renderBounds={x:t,y:e,width:s,height:i},this._localRenderBounds={x:t,y:e,width:s,height:i}}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 pr={},gr={on(t,e,s){let i,o,r;s&&("boolean"==typeof s?i=s:(i=s.capture,o=s.once));const n=fr(this,i,!0),a="string"==typeof t?t.split(" "):t,h=o?{listener:e,once:o}:{listener:e};a.forEach((t=>{t&&(r=n[t],r?-1===r.findIndex((t=>t.listener===e))&&r.push(h):n[t]=[h])}))},off(t,e,s){let i,o,r;s&&(i="boolean"==typeof s?s:s.capture);const n=fr(this,i);("string"==typeof t?t.split(" "):t).forEach((t=>{t&&(o=n[t],o&&(r=o.findIndex((t=>t.listener===e)),r>-1&&o.splice(r,1),o.length||delete n[t]))}))},on_(t,e,s,i){return s&&(e=e.bind(s)),this.on(t,e,i),{type:t,current:this,listener:e,options:i}},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,s){this.on(t,e,{once:!0,capture:s})},emit(t,e,s){!e&&Ct.has(t)&&(e=Ct.get(t,{type:t,target:this,current:this}));const i=fr(this,s)[t];if(i){let o;for(let r=0,n=i.length;r<n&&(o=i[r],o.listener(e),o.once&&(this.off(t,o.listener,s),r--,n--),!e||!e.isStopNow);r++);}this.syncEventer&&this.syncEventer.emitEvent(e,s)},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:s,__captureMap:i}=this,o=s&&s[t],r=i&&i[t];return!!(void 0===e?o||r:e?r:o)}};function fr(t,e,s){if(e){const{__captureMap:e}=t;return e||(s?t.__captureMap={}:pr)}{const{__bubbleMap:e}=t;return e||(s?t.__bubbleMap={}:pr)}}class yr{constructor(t,e){this.bubbles=!1,this.type=t,e&&(this.target=e)}stopDefault(){this.isStopDefault=!0,this.origin&&i.event.stopDefault(this.origin)}stopNow(){this.isStopNow=!0,this.isStop=!0,this.origin&&i.event.stopNow(this.origin)}stop(){this.isStop=!0,this.origin&&i.event.stop(this.origin)}}class mr extends yr{constructor(t,e,s){super(t,e),this.parent=s,this.child=e}}mr.ADD="child.add",mr.REMOVE="child.remove",mr.DESTROY="child.destroy";class wr extends yr{constructor(t,e,s,i,o){super(t,e),this.attrName=s,this.oldValue=i,this.newValue=o}}wr.CHANGE="property.change",wr.LEAFER_CHANGE="property.leafer_change";class vr extends yr{constructor(t,e){super(t),Object.assign(this,e)}}vr.LOAD="image.load",vr.LOADED="image.loaded",vr.ERROR="image.error";class xr extends yr{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(xr.RESIZE),Object.assign(this,t)):super(t),this.old=e}}xr.RESIZE="resize";class br extends yr{constructor(t,e){super(t),this.data=e}}br.REQUEST="watch.request",br.DATA="watch.data";class Br extends yr{constructor(t,e,s){super(t),e&&(this.data=e,this.times=s)}}Br.CHECK_UPDATE="layout.check_update",Br.REQUEST="layout.request",Br.START="layout.start",Br.BEFORE="layout.before",Br.LAYOUT="layout",Br.AFTER="layout.after",Br.AGAIN="layout.again",Br.END="layout.end";class kr extends yr{}kr.FRAME="animate.frame";class Rr extends yr{constructor(t,e,s,i){super(t),e&&(this.times=e),s&&(this.renderBounds=s,this.renderOptions=i)}}Rr.REQUEST="render.request",Rr.START="render.start",Rr.BEFORE="render.before",Rr.RENDER="render",Rr.AFTER="render.after",Rr.AGAIN="render.again",Rr.END="render.end",Rr.NEXT="render.next";class Cr extends yr{}Cr.START="leafer.start",Cr.BEFORE_READY="leafer.before_ready",Cr.READY="leafer.ready",Cr.AFTER_READY="leafer.after_ready",Cr.VIEW_READY="leafer.view_ready",Cr.VIEW_COMPLETED="leafer.view_completed",Cr.STOP="leafer.stop",Cr.RESTART="leafer.restart",Cr.END="leafer.end";const{isFinite:Tr}=Number,Sr=ft.get("setAttr"),Lr={__setAttr(t,e,s){if(this.leafer&&this.leafer.created){const i=this.__.__getInput(t);if(s&&!Tr(e)&&void 0!==e&&(Sr.warn(this.innerName,t,e),e=void 0),"object"==typeof e||i!==e){this.__[t]=e,this.__proxyData&&this.setProxyAttr(t,e);const{CHANGE:s}=wr,o=new wr(s,this,t,i,e);return this.isLeafer?this.emitEvent(new wr(wr.LEAFER_CHANGE,this,t,i,e)):this.hasEvent(s)&&this.emitEvent(o),this.leafer.emitEvent(o),!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:Pr,multiplyParent:Er,translateInner:Or,defaultWorld:Ar}=b,{toPoint:Mr,tempPoint:Ir}=_t,Wr={__updateWorldMatrix(){Er(this.__local||this.__layout,this.parent?this.parent.__world:Ar,this.__world,!!this.__layout.affectScaleOrRotation,this.__)},__updateLocalMatrix(){if(this.__local){const t=this.__layout,e=this.__local,s=this.__;t.affectScaleOrRotation&&(t.scaleChanged||t.rotationChanged)&&(Pr(e,s,null,t.affectRotation),t.scaleChanged=t.rotationChanged=!1),e.e=s.x,e.f=s.y,s.around&&(Mr(s.around,t.boxBounds,Ir),Or(e,-Ir.x,-Ir.y))}this.__layout.matrixChanged=!1}},{updateMatrix:Dr,updateAllMatrix:Fr,hasParentAutoLayout:Nr}=qo,{updateBounds:zr}=or,{toOuterOf:Yr,copyAndSpread:Xr,copy:jr}=it,{toBounds:Hr}=ji,Ur={__updateWorldBounds(){Yr(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.boxChanged=!1,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.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.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(),Yr(this.__layout.boxBounds,this.__local,this.__local)},__updateLocalStrokeBounds(){Yr(this.__layout.strokeBounds,this.__localMatrix,this.__layout.localStrokeBounds)},__updateLocalRenderBounds(){Yr(this.__layout.renderBounds,this.__localMatrix,this.__layout.localRenderBounds)},__updateBoxBounds(){const t=this.__layout.boxBounds,e=this.__;e.__pathInputed?Hr(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.layouter.addExtra(this),Nr(this)?Dr(this):(Fr(this),zr(this,this))):Dr(this)},__updateNaturalSize(){const{__:t,__layout:e}=this;t.__naturalWidth=e.boxBounds.width,t.__naturalHeight=e.boxBounds.height},__updateStrokeBounds(){Xr(this.__layout.strokeBounds,this.__layout.boxBounds,this.__layout.strokeSpread)},__updateRenderBounds(){const{renderSpread:t,strokeBounds:e,renderBounds:s}=this.__layout;t>0?Xr(s,e,t):jr(s,e)}},Vr={__render(t,e){if(this.__worldOpacity)if(t.setWorld(this.__nowWorld=this.__getNowWorld(e)),t.opacity=this.__.opacity,this.__.__single){const s=t.getSameCanvas(!0,!0);this.__draw(s,e),this.__worldFlipped?t.copyWorldByReset(s,this.__nowWorld,null,this.__.__blendMode,!0):t.copyWorldToInner(s,this.__nowWorld,this.__layout.renderBounds,this.__.__blendMode),s.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:Gr}=sr,qr={__updateChange(){const{__layout:t}=this;t.childrenSortChanged&&(this.__updateSortChildren(),t.childrenSortChanged=!1),this.__.__checkSingle()},__render(t,e){if(this.__worldOpacity)if(this.__.__single){const s=t.getSameCanvas(!1,!0);this.__renderBranch(s,e);const i=this.__getNowWorld(e);t.opacity=this.__.opacity,t.copyWorldByReset(s,i,i,this.__.__blendMode,!0),s.recycle(i)}else this.__renderBranch(t,e)},__renderBranch(t,e){if(this.__hasMask)this.__renderMask(t,e);else{const{children:s}=this;for(let i=0,o=s.length;i<o;i++)Gr(s[i],e)||s[i].__render(t,e)}},__clip(t,e){if(this.__worldOpacity){const{children:s}=this;for(let i=0,o=s.length;i<o;i++)Gr(s[i],e)||s[i].__clip(t,e)}}},{LEAF:Kr,create:$r}=r,{toInnerPoint:Jr,toOuterPoint:Qr,multiplyParent:Zr}=b,{toOuterOf:tn}=it,{tempToOuterOf:en,copy:sn}=A,{moveLocal:on,zoomOfLocal:rn,rotateOfLocal:nn,skewOfLocal:an,moveWorld:hn,zoomOfWorld:ln,rotateOfWorld:dn,skewOfWorld:cn,transform:un,transformWorld:_n,setTransform:pn,getRelativeWorld:gn,drop:fn}=qo;let yn=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 Et}get __LayoutProcessor(){return _r}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 pathInputed(){return!!this.__.__pathInputed}constructor(t){this.innerId=$r(Kr),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,s){this.leafer?this.leafer.nextRender(t,e,s):this.waitLeafer((()=>this.leafer.nextRender(t,e,s)))}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&&hr.run(this.__leaferWait)),this.isBranch){const{children:e}=this;for(let s=0,i=e.length;s<i;s++)e[s].__bindLeafer(t)}}set(t){}get(t){}toJSON(){return this.__.__getInputData()}toString(){return JSON.stringify(this.toJSON())}__setAttr(t,e){return!0}__getAttr(t){}setProxyAttr(t,e){}getProxyAttr(t){}find(t,e){}findOne(t,e){}focus(t){}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}updateLayout(){this.__layout.update()}__updateWorldMatrix(){}__updateLocalMatrix(){}__updateWorldBounds(){}__updateLocalBounds(){}__updateLocalBoxBounds(){}__updateLocalStrokeBounds(){}__updateLocalRenderBounds(){}__updateBoxBounds(){}__updateStrokeBounds(){}__updateRenderBounds(){}__updateAutoLayout(){}__updateNaturalSize(){}__updateStrokeSpread(){return 0}__updateRenderSpread(){return 0}__onUpdateSize(){}__updateEraser(t){this.__hasEraser=!!t||this.children.some((t=>t.__.eraser))}__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 Zr(this.__world,t.matrix,e,void 0,this.__world),tn(this.__layout.renderBounds,e,e),e}return this.__world}getWorld(t){return this.__layout.update(),"x"===t?this.__world.e:"y"===t?this.__world.f:this.getLayoutBounds()[t]}getTransform(t){return this.__layout.getTransform(t||"local")}getBounds(t,e){return this.__layout.getBounds(t,e)}getLayoutBounds(t,e,s){return this.__layout.getLayoutBounds(t,e,s)}getLayoutPoints(t,e){return this.__layout.getLayoutPoints(t,e)}getWorldBounds(t,e,s){const i=e?gn(this,e):this.worldTransform,o=s?t:{};return tn(t,i,o),o}worldToLocal(t,e,s,i){this.parent?this.parent.worldToInner(t,e,s,i):e&&sn(e,t)}localToWorld(t,e,s,i){this.parent?this.parent.innerToWorld(t,e,s,i):e&&sn(e,t)}worldToInner(t,e,s,i){i&&(i.innerToWorld(t,e,s),t=e||t),Jr(this.worldTransform,t,e,s)}innerToWorld(t,e,s,i){Qr(this.worldTransform,t,e,s),i&&i.worldToInner(e||t,null,s)}getInnerPoint(t,e,s,i){const o=i?t:{};return this.worldToInner(t,o,s,e),o}getInnerPointByLocal(t,e,s,i){return this.getInnerPoint(t,this.parent,s,i)}getLocalPoint(t,e,s,i){const o=i?t:{};return this.worldToLocal(t,o,s,e),o}getLocalPointByInner(t,e,s,i){return this.getWorldPoint(t,this.parent,s,i)}getWorldPoint(t,e,s,i){const o=i?t:{};return this.innerToWorld(t,o,s,e),o}getWorldPointByLocal(t,e,s,i){const o=i?t:{};return this.localToWorld(t,o,s,e),o}getPagePoint(t,e,s,i){return(this.leafer?this.leafer.zoomLayer:this).getInnerPoint(t,e,s,i)}getWorldPointByPage(t,e,s,i){return(this.leafer?this.leafer.zoomLayer:this).getWorldPoint(t,e,s,i)}setTransform(t,e){pn(this,t,e)}transform(t,e){un(this,t,e)}move(t,e){on(this,t,e)}scaleOf(t,e,s,i){rn(this,en(t,this.localTransform),e,s,i)}rotateOf(t,e){nn(this,en(t,this.localTransform),e)}skewOf(t,e,s,i){an(this,en(t,this.localTransform),e,s,i)}transformWorld(t,e){_n(this,t,e)}moveWorld(t,e){hn(this,t,e)}scaleOfWorld(t,e,s,i){ln(this,t,e,s,i)}rotateOfWorld(t,e){dn(this,t,e)}skewOfWorld(t,e,s,i){cn(this,t,e,s,i)}scaleResize(t,e=t,s){this.scaleX*=t,this.scaleY*=e}__scaleResize(t,e){}__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,s,i){}__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,s){fn(this,t,e,s)}on(t,e,s){}off(t,e,s){}on_(t,e,s,i){}off_(t){}once(t,e,s){}emit(t,e,s){}emitEvent(t,e){}hasEvent(t,e){return!1}static changeAttr(t,e){Po(this.prototype,t,e)}static addAttr(t,e,s){s||(s=wo),s(e)(this.prototype,t)}destroy(){if(!this.destroyed){const{parent:t}=this;t&&this.remove(),this.children&&this.removeAll(!0),this.hasEvent(mr.DESTROY)&&this.emitEvent(new mr(mr.DESTROY,this,t)),this.__.destroy(),this.__layout.destroy(),this.__captureMap=this.__bubbleMap=this.__parentWait=this.__leaferWait=null,this.destroyed=!0}}};yn=At([Do(Lr),Do(Wr),Do(Ur),Do(gr),Do(Vr)],yn);const{setListWithFn:mn}=it,{sort:wn}=or,{localBoxBounds:vn,localStrokeBounds:xn,localRenderBounds:bn,maskLocalBoxBounds:Bn,maskLocalStrokeBounds:kn,maskLocalRenderBounds:Rn}=sr;let Cn=class extends yn{__updateStrokeSpread(){const{children:t}=this;for(let e=0,s=t.length;e<s;e++)if(t[e].__layout.strokeSpread)return 1;return 0}__updateRenderSpread(){const{children:t}=this;for(let e=0,s=t.length;e<s;e++)if(t[e].__layout.renderSpread)return 1;return 0}__updateBoxBounds(){mn(this.__layout.boxBounds,this.children,this.__hasMask?Bn:vn)}__updateStrokeBounds(){mn(this.__layout.strokeBounds,this.children,this.__hasMask?kn:xn)}__updateRenderBounds(){mn(this.__layout.renderBounds,this.children,this.__hasMask?Rn:bn)}__updateSortChildren(){let t;const{children:e}=this;if(e.length>1){for(let s=0,i=e.length;s<i;s++)e[s].__tempNumber=s,e[s].__.zIndex&&(t=!0);e.sort(wn),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&&hr.run(t.__parentWait),this.leafer&&(t.__bindLeafer(this.leafer),this.leafer.created&&this.__emitChildEvent(mr.ADD,t)),this.__layout.affectChildrenSort&&this.__layout.childrenSortChange())}addMany(...t){t.forEach((t=>this.add(t)))}remove(t,e){if(t){const s=this.children.indexOf(t);s>-1&&(this.children.splice(s,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(mr.REMOVE,t),this.leafer.hitCanvasManager&&this.leafer.hitCanvasManager.clear()))}__emitChildEvent(t,e){const s=new mr(t,e,this);e.hasEvent(t)&&e.emitEvent(s),this.hasEvent(t)&&!this.isLeafer&&this.emitEvent(s),this.leafer.emitEvent(s)}};Cn=At([Do(qr)],Cn);class Tn{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:s}=this;void 0===s[t.innerId]&&(e.push(t),s[t.innerId]=e.length-1)}addAt(t,e=0){const{keys:s}=this;if(void 0===s[t.innerId]){const{list:i}=this;for(let t=e,o=i.length;t<o;t++)s[i[t].innerId]++;0===e?i.unshift(t):(e>i.length&&(e=i.length),i.splice(e,0,t)),s[t.innerId]=e}}addList(t){for(let e=0;e<t.length;e++)this.add(t[e])}remove(t){const{list:e}=this;let s;for(let i=0,o=e.length;i<o;i++)void 0!==s?this.keys[e[i].innerId]=i-1:e[i].innerId===t.innerId&&(s=i,delete this.keys[t.innerId]);void 0!==s&&e.splice(s,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 Tn;return t.list=[...this.list],t.keys=Object.assign({},this.keys),t}update(){this.keys={};const{list:t,keys:e}=this;for(let s=0,i=t.length;s<i;s++)e[t[s].innerId]=s}reset(){this.list=[],this.keys={}}destroy(){this.reset()}}class Sn{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:s}=this;e[t.innerId]||(e[t.innerId]=1,s[t.__level]?s[t.__level].push(t):(s[t.__level]=[t],this.levels.push(t.__level)),this._length++)}forEach(t){let e;this.levels.forEach((s=>{e=this.levelMap[s];for(let s=0,i=e.length;s<i;s++)t(e[s])}))}reset(){this.levelMap={},this.keys={},this.levels=[],this._length=0}destroy(){this.levelMap=null}}function Ln(t,e,s,i){var o,r=arguments.length,n=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,s):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(t,e,s,i);else for(var a=t.length-1;a>=0;a--)(o=t[a])&&(n=(r<3?o(n):r>3?o(e,s,n):o(e,s))||n);return r>3&&n&&Object.defineProperty(e,s,n),n}"function"==typeof SuppressedError&&SuppressedError;const Pn={},En={},On={},An={},Mn={},In={},Wn={},Dn={},Fn={};function Nn(t){return po(t,(t=>({set(e){this.__setAttr(t,e),this.waitLeafer((()=>{Fn.setStyle&&Fn.setStyle(this,t+"Style",e)}))}})))}function zn(t){return po(t,(t=>({set(e){this.__setAttr(t,e);const s=this.__;s.__useArrow="none"!==s.startArrow||"none"!==s.endArrow,Bo(this)}})))}function Yn(t){return po(t,(t=>({set(e){this.__setAttr(t,e),e&&(this.__.__useEffect=!0),this.__layout.renderChanged||this.__layout.renderChange()}})))}function Xn(t){return po(t,(t=>({set(e){this.__setAttr(t,e),this.__layout.boxChanged||this.__layout.boxChange(),this.__updateSize()}})))}const{parse:jn}=ds,Hn={},Un=ft.get("UIData");class Vn extends Et{get __strokeWidth(){const{strokeWidth:t,strokeWidthFixed:e}=this;if(e){const e=this.__leaf;let{scaleX:s}=e.__nowWorld||e.__world;return s<0&&(s=-s),s>1?t/s: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,Un.warn("width < 0, instead -scaleX ",this)):this._width=t}setHeight(t){t<0?(this._height=-t,this.__leaf.scaleY*=-1,Un.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=Hn)):(this.__isFills&&(this.__removeInput("fill"),Mn.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=Hn)):(this.__isStrokes&&(this.__removeInput("stroke"),Mn.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=jn(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&&An.compute("fill",this.__leaf),e&&An.compute("stroke",this.__leaf),this.__needComputePaint=!1}}const Gn={number:(t,e)=>"object"==typeof t?"percent"===t.type?t.value/100*e:t.value:t};class qn extends Vn{}class Kn extends qn{get __boxStroke(){return!0}}class $n extends Vn{get __boxStroke(){return!0}}const Jn={thin:100,"extra-light":200,light:300,normal:400,medium:500,"semi-bold":600,bold:700,"extra-bold":800,black:900};const Qn={__updateStrokeSpread(){let t=0,e=0;const{stroke:s,hitStroke:i,strokeAlign:o,strokeWidth:r}=this.__;if((s||"all"===i)&&r&&"inside"!==o&&(e=t="center"===o?r/2:r,!this.__.__boxStroke)){const{miterLimit:e,strokeCap:s}=this.__,i="Line"!==this.__tag?1/Math.sin(e*c/2)*Math.sqrt(r)-t:0,o="none"===s?0:r;t+=Math.max(i,o)}return this.__layout.strokeBoxSpread=e,this.__.__useArrow&&(t+=5*r),t},__updateRenderSpread(){let t=0;const{shadow:e,innerShadow:s,blur:i,backgroundBlur:o}=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)})),i&&(t=Math.max(t,i));let r=t=Math.ceil(t);return s&&s.forEach((t=>{r=Math.max(r,Math.max(Math.abs(t.y),Math.abs(t.x))+(t.spread<0?-t.spread:0)+1.5*t.blur)})),o&&(r=Math.max(r,o)),this.__layout.renderShapeSpread=r,t}},Zn={__updateChange(){const t=this.__;if(t.__useEffect){const{shadow:e,innerShadow:s,blur:i,backgroundBlur:o}=this.__;t.__useEffect=!!(e||s||i||o)}t.__checkSingle();t.__isFills||t.__isStrokes||t.cornerRadius||t.__useEffect?t.__complex=!0:t.__complex&&(t.__complex=!1)},__drawFast(t,e){ta(this,t,e)},__draw(t,e){const s=this.__;if(s.__complex){s.__needComputePaint&&s.__computePaint();const{fill:i,stroke:o,__drawAfterFill:r}=s;if(this.__drawRenderPath(t),s.__useEffect){const n=An.shape(this,t,e);this.__nowWorld=this.__getNowWorld(e);const{shadow:a,innerShadow:h}=s;a&&Wn.shadow(this,t,n),i&&(s.__isFills?An.fills(i,this,t):An.fill(i,this,t)),r&&this.__drawAfterFill(t,e),h&&Wn.innerShadow(this,t,n),o&&(s.__isStrokes?An.strokes(o,this,t):An.stroke(o,this,t)),n.worldCanvas&&n.worldCanvas.recycle(),n.canvas.recycle()}else i&&(s.__isFills?An.fills(i,this,t):An.fill(i,this,t)),r&&this.__drawAfterFill(t,e),o&&(s.__isStrokes?An.strokes(o,this,t):An.stroke(o,this,t))}else s.__pathInputed?ta(this,t,e):this.__drawFast(t,e)},__renderShape(t,e,s,i){if(this.__worldOpacity){t.setWorld(this.__nowWorld=this.__getNowWorld(e));const{fill:o,stroke:r}=this.__;this.__drawRenderPath(t),o&&!s&&(this.__.__pixelFill?An.fills(o,this,t):An.fill("#000000",this,t)),r&&!i&&(this.__.__pixelStroke?An.strokes(r,this,t):An.stroke("#000000",this,t))}}};function ta(t,e,s){const{fill:i,stroke:o,__drawAfterFill:r}=t.__;t.__drawRenderPath(e),i&&An.fill(i,t,e),r&&t.__drawAfterFill(e,s),o&&An.stroke(o,t,e)}const ea={__drawFast(t,e){const{width:s,height:i,fill:o,stroke:r,__drawAfterFill:n}=this.__;if(o&&(t.fillStyle=o,t.fillRect(0,0,s,i)),n&&this.__drawAfterFill(t,e),r){const{strokeAlign:e,__strokeWidth:o}=this.__;if(!o)return;t.setStroke(r,o,this.__);const n=o/2;switch(e){case"center":t.strokeRect(0,0,s,i);break;case"inside":t.strokeRect(n,n,s-o,i-o);break;case"outside":t.strokeRect(-n,-n,s+o,i+o)}}}};var sa;let ia=sa=class extends yn{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(){return Qi.set(this.path=this.__.path||[]),Qi}get editConfig(){}get editOuter(){return"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){}findOne(t,e){}getPath(t,e){this.__layout.update();let s=e?this.__.__pathForRender:this.__.path;if(!s){const{width:t,height:e}=this.boxBounds;(t||e)&&(Qi.set(s=[]),this.__drawPathByBox(Qi))}return t?ds.toCanvasData(s,!0):s}getPathString(t,e){return ds.stringify(this.getPath(t,e))}__onUpdateSize(){if(this.__.__input){const t=this.__;t.lazy&&this.leafer&&this.leafer.created&&!this.leafer.lazyBounds.hit(this.__world)?t.__needComputePaint=!0:t.__computePaint()}}__updateRenderPath(){if(this.__.path){const t=this.__;t.__pathForRender=t.cornerRadius?Ji.smooth(t.path,t.cornerRadius,t.cornerSmoothing):t.path,t.__useArrow&&On.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?ci.drawPathByData(t,e):this.__drawPathByBox(t)}__drawPathByBox(t){const{x:e,y:s,width:i,height:o}=this.__layout.boxBounds;if(this.__.cornerRadius){const{cornerRadius:r}=this.__;t.roundRect(e,s,i,o,"number"==typeof r?[r]:r)}else t.rect(e,s,i,o)}export(t,e){return Dn.export(this,t,e)}clone(){return sa.one(this.toJSON())}static one(t,e,s,i,o){return Bt.get(t.tag||this.prototype.__tag,t,e,s,i,o)}static registerUI(){Fo()(this)}static registerData(t){Lo(t)(this.prototype)}static setEditConfig(t){}static setEditOuter(t){}static setEditInner(t){}destroy(){this.fill=this.stroke=null,super.destroy()}};var oa;Ln([Lo(Vn)],ia.prototype,"__",void 0),Ln([(t,e)=>{const s="_"+e;uo(t,e,{set(t){this.isLeafer&&(this[s]=t)},get(){return this.isApp?this.tree.zoomLayer:this.isLeafer?this[s]||this:this.leafer&&this.leafer.zoomLayer}})}],ia.prototype,"zoomLayer",void 0),Ln([go("")],ia.prototype,"id",void 0),Ln([go("")],ia.prototype,"name",void 0),Ln([go("")],ia.prototype,"className",void 0),Ln([Co("pass-through")],ia.prototype,"blendMode",void 0),Ln([To(1)],ia.prototype,"opacity",void 0),Ln([To(!0)],ia.prototype,"visible",void 0),Ln([Nn(!1)],ia.prototype,"selected",void 0),Ln([Nn(!1)],ia.prototype,"disabled",void 0),Ln([go(!1)],ia.prototype,"locked",void 0),Ln([(oa=0,po(oa,(t=>({set(e){this.__setAttr(t,e),this.__layout.surfaceChanged||this.__layout.surfaceChange(),this.waitParent((()=>{this.parent.__layout.childrenSortChange()}))}}))))],ia.prototype,"zIndex",void 0),Ln([function(t){return po(t,(t=>({set(e){this.__setAttr(t,e),this.__layout.boxChanged||this.__layout.boxChange(),this.waitParent((()=>{this.parent.__updateMask(e)}))}})))}(!1)],ia.prototype,"mask",void 0),Ln([Co("pixel")],ia.prototype,"maskType",void 0),Ln([function(t){return po(t,(t=>({set(e){this.__setAttr(t,e),this.waitParent((()=>{this.parent.__updateEraser(e)}))}})))}(!1)],ia.prototype,"eraser",void 0),Ln([fo(0,!0)],ia.prototype,"x",void 0),Ln([fo(0,!0)],ia.prototype,"y",void 0),Ln([wo(100,!0)],ia.prototype,"width",void 0),Ln([wo(100,!0)],ia.prototype,"height",void 0),Ln([yo(1,!0)],ia.prototype,"scaleX",void 0),Ln([yo(1,!0)],ia.prototype,"scaleY",void 0),Ln([mo(0,!0)],ia.prototype,"rotation",void 0),Ln([mo(0,!0)],ia.prototype,"skewX",void 0),Ln([mo(0,!0)],ia.prototype,"skewY",void 0),Ln([function(t){return po(t,(t=>({set(e){this.__setAttr(t,e),this.__layout.matrixChanged||this.__layout.matrixChange(),this.__hasAutoLayout=!!e,this.__local||this.__layout.createLocal()}})))}()],ia.prototype,"around",void 0),Ln([go(!1)],ia.prototype,"draggable",void 0),Ln([go()],ia.prototype,"dragBounds",void 0),Ln([go(!1)],ia.prototype,"editable",void 0),Ln([go("size")],ia.prototype,"editSize",void 0),Ln([So(!0)],ia.prototype,"hittable",void 0),Ln([So("path")],ia.prototype,"hitFill",void 0),Ln([ko("path")],ia.prototype,"hitStroke",void 0),Ln([So(!1)],ia.prototype,"hitBox",void 0),Ln([So(!0)],ia.prototype,"hitChildren",void 0),Ln([So(!0)],ia.prototype,"hitSelf",void 0),Ln([So()],ia.prototype,"hitRadius",void 0),Ln([function(t){return po(t,(t=>({set(e){this.__setAttr(t,e),this.leafer&&this.leafer.updateCursor()}})))}("")],ia.prototype,"cursor",void 0),Ln([Co()],ia.prototype,"fill",void 0),Ln([ko()],ia.prototype,"stroke",void 0),Ln([ko("inside")],ia.prototype,"strokeAlign",void 0),Ln([ko(1)],ia.prototype,"strokeWidth",void 0),Ln([ko(!1)],ia.prototype,"strokeWidthFixed",void 0),Ln([ko("none")],ia.prototype,"strokeCap",void 0),Ln([ko("miter")],ia.prototype,"strokeJoin",void 0),Ln([ko()],ia.prototype,"dashPattern",void 0),Ln([ko()],ia.prototype,"dashOffset",void 0),Ln([ko(10)],ia.prototype,"miterLimit",void 0),Ln([go(!1)],ia.prototype,"lazy",void 0),Ln([function(t){return po(t,(t=>({set(e){this.__setAttr(t,e),vo(this),this.__.__removeNaturalSize()}})))}(1)],ia.prototype,"pixelRatio",void 0),Ln([function(t){return po(t,(t=>({set(e){2!==this.__.__pathInputed&&(this.__.__pathInputed=e?1:0),this.__setAttr(t,e),vo(this)}})))}()],ia.prototype,"path",void 0),Ln([xo()],ia.prototype,"windingRule",void 0),Ln([xo(!0)],ia.prototype,"closed",void 0),Ln([zn("none")],ia.prototype,"startArrow",void 0),Ln([zn("none")],ia.prototype,"endArrow",void 0),Ln([xo(0)],ia.prototype,"cornerRadius",void 0),Ln([xo()],ia.prototype,"cornerSmoothing",void 0),Ln([Yn()],ia.prototype,"shadow",void 0),Ln([Yn()],ia.prototype,"innerShadow",void 0),Ln([Yn()],ia.prototype,"blur",void 0),Ln([Yn()],ia.prototype,"backgroundBlur",void 0),Ln([Yn()],ia.prototype,"grayscale",void 0),Ln([go()],ia.prototype,"normalStyle",void 0),Ln([go()],ia.prototype,"hoverStyle",void 0),Ln([go()],ia.prototype,"pressStyle",void 0),Ln([go()],ia.prototype,"focusStyle",void 0),Ln([go()],ia.prototype,"selectedStyle",void 0),Ln([go()],ia.prototype,"disabledStyle",void 0),Ln([Mo(yn.prototype.reset)],ia.prototype,"reset",null),ia=sa=Ln([Do(Qn),Do(Zn),Io()],ia);let ra=class extends ia{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 s;delete t.children,this.children?this.clear():this.__setBranch(),super.set(t),e.forEach((t=>{s=t.__?t:Bt.get(t.tag,t),this.add(s)})),t.children=e}else super.set(t)}toJSON(){const t=super.toJSON();return t.children=this.children.map((t=>t.toJSON())),t}pick(t,e){}addAt(t,e){this.add(t,e)}addAfter(t,e){this.add(t,this.children.indexOf(e)+1)}addBefore(t,e){this.add(t,this.children.indexOf(e))}add(t,e){}addMany(...t){}remove(t,e){}removeAll(t){}clear(){}};var na;Ln([Lo(qn)],ra.prototype,"__",void 0),ra=Ln([Do(Cn),Fo()],ra);const aa=ft.get("Leafer");let ha=na=class extends ra{get __tag(){return"Leafer"}get isApp(){return!1}get app(){return this.parent||this}get isLeafer(){return!0}get imageReady(){return this.viewReady&&no.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}}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),na.list.add(this)}init(t,e){if(this.canvas)return;let s;this.__setLeafer(this),t&&Lt.assign(this.config,t);const{config:i}=this;this.initType(i.type);const r=this.canvas=o.canvas(i);this.__controllers.push(this.renderer=o.renderer(this,r,i),this.watcher=o.watcher(this,i),this.layouter=o.layouter(this,i)),this.isApp&&this.__setApp(),this.__checkAutoLayout(i),this.view=r.view,e?(this.__bindApp(e),s=e.running):(this.selector=o.selector(this),this.interaction=o.interaction(this,r,this.selector,i),this.interaction&&(this.__controllers.unshift(this.interaction),this.hitCanvasManager=o.hitCanvasManager()),this.canvasManager=new St,s=i.start),this.hittable=i.hittable,this.fill=i.fill,this.canvasManager.add(r),this.__listenEvents(),s&&(this.__startTimer=setTimeout(this.start.bind(this))),hr.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(Cr.RESTART):this.emitLeafer(Cr.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(Cr.STOP))}unlockLayout(){this.layouter.start(),this.updateLayout()}lockLayout(){this.updateLayout(),this.layouter.stop()}resize(t){const e=Lt.copyAttrs({},t,Xt);Object.keys(e).forEach((t=>this[t]=e[t]))}forceFullRender(){this.forceRender()}forceRender(t){this.renderer.addBlock(t?new at(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 s=Lt.copyAttrs({},this.canvas,Xt);e.resize(t),this.updateLazyBounds(),this.__onResize(new xr(t,s))}__onResize(t){this.emitEvent(t),Lt.copyAttrs(this.__,t,Xt),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){t.width&&t.height||(this.autoLayout=new lt(t),this.canvas.startAutoLayout(this.autoLayout,this.__onResize.bind(this)))}__setAttr(t,e){return this.canvas&&(Xt.includes(t)?this.__changeCanvasSize(t,e):"fill"===t?this.__changeFill(e):"hittable"===t&&(this.canvas.hittable=e)),super.__setAttr(t,e)}__getAttr(t){return this.canvas&&Xt.includes(t)?this.canvas[t]:super.__getAttr(t)}__changeCanvasSize(t,e){const s=Lt.copyAttrs({},this.canvas,Xt);s[t]=this.config[t]=e,e&&this.canvas.stopAutoLayout(),this.__doResize(s)}__changeFill(t){this.config.fill=t,this.canvas.allowBackgroundColor?this.canvas.backgroundColor=t:this.forceFullRender()}__onCreated(){this.created=!0}__onReady(){this.ready||(this.ready=!0,this.emitLeafer(Cr.BEFORE_READY),this.emitLeafer(Cr.READY),this.emitLeafer(Cr.AFTER_READY),hr.run(this.__readyWait))}__onViewReady(){this.viewReady||(this.viewReady=!0,this.emitLeafer(Cr.VIEW_READY),hr.run(this.__viewReadyWait))}__onNextRender(){if(this.viewReady){hr.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(Cr.VIEW_COMPLETED),hr.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,s){e&&(t=t.bind(e));const i=this.__nextRenderWait;if(s){for(let e=0;e<i.length;e++)if(i[e]===t){i.splice(e,1);break}}else i.push(t)}zoom(t,e,s){}getValidMove(t,e){return{x:t,y:e}}getValidScale(t){return t}__checkUpdateLayout(){this.__layout.update()}emitLeafer(t){this.emitEvent(new Cr(t,this))}__listenEvents(){const t=vt.start("FirstCreate "+this.innerName);this.once(Cr.START,(()=>vt.end(t))),this.once(Br.START,(()=>this.updateLazyBounds())),this.once(Br.END,(()=>this.__onReady())),this.once(Rr.START,(()=>this.__onCreated())),this.once(Rr.END,(()=>this.__onViewReady())),this.__eventIds.push(this.on_(br.DATA,this.__onWatchData,this),this.on_(Rr.NEXT,this.__onNextRender,this),this.on_(Br.CHECK_UPDATE,this.__checkUpdateLayout,this))}__removeListenEvents(){this.off_(this.__eventIds),this.__eventIds.length=0}destroy(t){const e=()=>{if(!this.destroyed){na.list.remove(this);try{this.stop(),this.emitEvent(new Cr(Cr.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((()=>{no.clearRecycled()}),100)}catch(t){aa.error(t)}}};t?e():setTimeout(e)}};ha.list=new Tn,Ln([Lo(class extends qn{})],ha.prototype,"__",void 0),Ln([wo()],ha.prototype,"pixelRatio",void 0),ha=na=Ln([Fo()],ha);let la=class extends ia{get __tag(){return"Rect"}constructor(t){super(t)}};Ln([Lo($n)],la.prototype,"__",void 0),la=Ln([Do(ea),Io(),Fo()],la);const da=la.prototype,ca=ra.prototype,ua={},{copy:_a,add:pa}=it;let ga=class extends ra{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(){const t=this.__updateRectRenderSpread(),e=this.__.__drawAfterFill="hide"===this.__.overflow;return t||e?t:-1}__updateRectBoxBounds(){}__updateBoxBounds(){const t=this.__;if(t.__autoSide&&this.children.length){if(this.leafer&&this.leafer.layouter.addExtra(this),super.__updateBoxBounds(),!t.__autoSize){const e=this.__layout.boxBounds;t.__autoWidth||(e.x=0,e.width=t.width),t.__autoHeight||(e.y=0,e.height=t.height)}}else this.__updateRectBoxBounds()}__updateStrokeBounds(){}__updateRenderBounds(){if(this.__updateRectRenderBounds(),!this.__.__drawAfterFill){const{renderBounds:t}=this.__layout;_a(ua,t),super.__updateRenderBounds(),pa(t,ua)}}__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.__renderGroup(t,e))}__drawAfterFill(t,e){t.save(),t.clip(),this.__renderGroup(t,e),t.restore(),this.__.stroke&&this.__drawRenderPath(t)}};Ln([Lo(Kn)],ga.prototype,"__",void 0),Ln([Ro("show")],ga.prototype,"overflow",void 0),Ln([Mo(da.__updateStrokeSpread)],ga.prototype,"__updateStrokeSpread",null),Ln([Mo(da.__updateRenderSpread)],ga.prototype,"__updateRectRenderSpread",null),Ln([Mo(da.__updateBoxBounds)],ga.prototype,"__updateRectBoxBounds",null),Ln([Mo(da.__updateStrokeBounds)],ga.prototype,"__updateStrokeBounds",null),Ln([Mo(da.__updateRenderBounds)],ga.prototype,"__updateRectRenderBounds",null),Ln([Mo(da.__updateChange)],ga.prototype,"__updateRectChange",null),Ln([Mo(da.__render)],ga.prototype,"__renderRect",null),Ln([Mo(ca.__render)],ga.prototype,"__renderGroup",null),ga=Ln([Io(),Fo()],ga);let fa=class extends ga{get __tag(){return"Frame"}get isFrame(){return!0}constructor(t){super(t)}};Ln([Lo(class extends Kn{})],fa.prototype,"__",void 0),Ln([Co("#FFFFFF")],fa.prototype,"fill",void 0),Ln([Ro("hide")],fa.prototype,"overflow",void 0),fa=Ln([Fo()],fa);const{moveTo:ya,closePath:ma,ellipse:wa}=As;let va=class extends ia{get __tag(){return"Ellipse"}constructor(t){super(t)}__updatePath(){const{width:t,height:e,innerRadius:s,startAngle:o,endAngle:r}=this.__,n=t/2,a=e/2,h=this.__.path=[];s?(o||r?(s<1&&wa(h,n,a,n*s,a*s,0,o,r,!1),wa(h,n,a,n,a,0,r,o,!0),s<1&&ma(h)):(s<1&&(wa(h,n,a,n*s,a*s),ya(h,t,a)),wa(h,n,a,n,a,0,360,0,!0)),i.ellipseToCurve&&(this.__.path=this.getPath(!0))):o||r?(ya(h,n,a),wa(h,n,a,n,a,0,o,r,!1),ma(h)):wa(h,n,a,n,a)}};Ln([Lo(class extends Vn{get __boxStroke(){return!0}})],va.prototype,"__",void 0),Ln([xo(0)],va.prototype,"innerRadius",void 0),Ln([xo(0)],va.prototype,"startAngle",void 0),Ln([xo(0)],va.prototype,"endAngle",void 0),va=Ln([Fo()],va);const{moveTo:xa,lineTo:ba,drawPoints:Ba}=As,{rotate:ka,getAngle:Ra,getDistance:Ca,defaultPoint:Ta}=A,{toBounds:Sa}=ji;let La=class extends ia{get __tag(){return"Line"}get toPoint(){const{width:t,rotation:e}=this.__,s={x:0,y:0};return t&&(s.x=t),e&&ka(s,e),s}set toPoint(t){this.width=Ca(Ta,t),this.rotation=Ra(Ta,t),this.height&&(this.height=0)}constructor(t){super(t)}__updatePath(){const t=this.__.path=[];this.__.points?Ba(t,this.__.points,this.__.closed):(xa(t,0,0),ba(t,this.width,0))}__updateRenderPath(){const t=this.__;!this.pathInputed&&t.points&&t.curve?(Ba(t.__pathForRender=[],t.points,t.curve,t.closed),t.__useArrow&&On.addArrows(this,!1)):super.__updateRenderPath()}__updateBoxBounds(){this.points?Sa(this.__.__pathForRender,this.__layout.boxBounds):super.__updateBoxBounds()}};Ln([Lo(class extends Vn{})],La.prototype,"__",void 0),Ln([bo("center")],La.prototype,"strokeAlign",void 0),Ln([wo(0)],La.prototype,"height",void 0),Ln([xo()],La.prototype,"points",void 0),Ln([xo(0)],La.prototype,"curve",void 0),Ln([xo(!1)],La.prototype,"closed",void 0),La=Ln([Fo()],La);const{sin:Pa,cos:Ea,PI:Oa}=Math,{moveTo:Aa,lineTo:Ma,closePath:Ia,drawPoints:Wa}=As,Da=La.prototype;let Fa=class extends ia{get __tag(){return"Polygon"}constructor(t){super(t)}__updatePath(){const t=this.__.path=[];if(this.__.points)Wa(t,this.__.points,!1,!0);else{const{width:e,height:s,sides:i}=this.__,o=e/2,r=s/2;Aa(t,o,0);for(let e=1;e<i;e++)Ma(t,o+o*Pa(2*e*Oa/i),r-r*Ea(2*e*Oa/i))}Ia(t)}__updateRenderPath(){}__updateBoxBounds(){}};Ln([Lo(class extends Vn{})],Fa.prototype,"__",void 0),Ln([xo(3)],Fa.prototype,"sides",void 0),Ln([xo()],Fa.prototype,"points",void 0),Ln([xo(0)],Fa.prototype,"curve",void 0),Ln([Mo(Da.__updateRenderPath)],Fa.prototype,"__updateRenderPath",null),Ln([Mo(Da.__updateBoxBounds)],Fa.prototype,"__updateBoxBounds",null),Fa=Ln([Io(),Fo()],Fa);const{sin:Na,cos:za,PI:Ya}=Math,{moveTo:Xa,lineTo:ja,closePath:Ha}=As;let Ua=class extends ia{get __tag(){return"Star"}constructor(t){super(t)}__updatePath(){const{width:t,height:e,corners:s,innerRadius:i}=this.__,o=t/2,r=e/2,n=this.__.path=[];Xa(n,o,0);for(let t=1;t<2*s;t++)ja(n,o+(t%2==0?o:o*i)*Na(t*Ya/s),r-(t%2==0?r:r*i)*za(t*Ya/s));Ha(n)}};Ln([Lo(class extends Vn{})],Ua.prototype,"__",void 0),Ln([xo(5)],Ua.prototype,"corners",void 0),Ln([xo(.382)],Ua.prototype,"innerRadius",void 0),Ua=Ln([Fo()],Ua);let Va=class extends la{get __tag(){return"Image"}get ready(){return!!this.image&&this.image.ready}constructor(t){super(t),this.on(vr.LOADED,(t=>{"fill"===t.attrName&&t.attrValue.url===this.url&&(this.image=t.image)}))}destroy(){this.image=null,super.destroy()}};Ln([Lo(class extends $n{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}})],Va.prototype,"__",void 0),Ln([wo("")],Va.prototype,"url",void 0),Va=Ln([Fo()],Va);let Ga=class extends la{get __tag(){return"Canvas"}constructor(t){super(t),this.canvas=o.canvas(this.__),this.context=this.canvas.context,this.__.__drawAfterFill=!0}draw(t,e,s,i){t.__layout.update();const o=new N(t.__world).invert(),r=new N;e&&r.translate(e.x,e.y),s&&("number"==typeof s?r.scale(s):r.scale(s.x,s.y)),i&&r.rotate(i),o.multiplyParent(r),t.__render(this.canvas,{matrix:o.withScale()}),this.paint()}paint(){this.forceUpdate("fill")}__drawAfterFill(t,e){const s=this.canvas.view,{width:i,height:o}=this;this.__.cornerRadius?(t.save(),t.clip(),t.drawImage(this.canvas.view,0,0,s.width,s.height,0,0,i,o),t.restore()):t.drawImage(this.canvas.view,0,0,s.width,s.height,0,0,i,o)}__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=null,this.context=null),super.destroy()}};Ln([Lo(class extends $n{})],Ga.prototype,"__",void 0),Ln([Xn(100)],Ga.prototype,"width",void 0),Ln([Xn(100)],Ga.prototype,"height",void 0),Ln([Xn(i.devicePixelRatio)],Ga.prototype,"pixelRatio",void 0),Ln([Xn(!0)],Ga.prototype,"smooth",void 0),Ln([Xn()],Ga.prototype,"contextSettings",void 0),Ln([So("all")],Ga.prototype,"hitFill",void 0),Ga=Ln([Fo()],Ga);const{copyAndSpread:qa,includes:Ka,spread:$a,setList:Ja}=it;let Qa=class extends ia{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,__baseLine:s,__textDrawData:i}=this.__;t.beginPath(),this.__.__letterSpacing<0?this.__drawPathByData(t):i.rows.forEach((i=>t.rect(i.x,i.y-s,i.width,e)))}__drawPathByData(t,e){const{x:s,y:i,width:o,height:r}=this.__layout.boxBounds;t.rect(s,i,o,r)}__drawRenderPath(t){t.font=this.__.__font}__updateTextDrawData(){const t=this.__;t.__textDrawData=Pn.getDrawData(t.text,this.__)}__updateBoxBounds(){const t=this.__,e=this.__layout,{lineHeight:s,letterSpacing:i,fontFamily:o,fontSize:r,fontWeight:n,italic:a,textCase:h,textOverflow:l,padding:c}=t,u=t.__autoWidth,_=t.__autoHeight;t.__lineHeight=Gn.number(s,r),t.__letterSpacing=Gn.number(i,r),t.__padding=c?d.fourNumber(c):void 0,t.__baseLine=t.__lineHeight-(t.__lineHeight-.7*r)/2,t.__font=`${a?"italic ":""}${"small-caps"===h?"small-caps ":""}${"normal"!==n?n+" ":""}${r}px ${o}`,t.__clipText="show"!==l&&!t.__autoSize,this.__updateTextDrawData();const{bounds:p}=t.__textDrawData,g=e.boxBounds;if(t.__lineHeight<r&&$a(p,r/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,s,i,o]=t.__padding;u&&(g.x-=o,g.width+=s+o),_&&(g.y-=e,g.height+=i+e)}this.__updateNaturalSize()}else super.__updateBoxBounds();a&&(g.width+=.16*r);const f=Ka(g,p)?g:p;f!==e.contentBounds?(e.contentBounds=f,e.renderChanged=!0,Ja(t.__textBoxBounds={},[g,p])):t.__textBoxBounds=f}__updateRenderSpread(){let t=super.__updateRenderSpread();return t||(t=this.__layout.boxBounds===this.__layout.contentBounds?0:1),t}__updateRenderBounds(){qa(this.__layout.renderBounds,this.__.__textBoxBounds,this.__layout.renderSpread)}};Ln([Lo(class extends Vn{setFontWeight(t){"string"==typeof t?(this.__setInput("fontWeight",t),this._fontWeight=Jn[t]||400):(this.__input&&this.__removeInput("fontWeight"),this._fontWeight=t)}})],Qa.prototype,"__",void 0),Ln([wo(0)],Qa.prototype,"width",void 0),Ln([wo(0)],Qa.prototype,"height",void 0),Ln([wo(0)],Qa.prototype,"padding",void 0),Ln([Co("#000000")],Qa.prototype,"fill",void 0),Ln([bo("outside")],Qa.prototype,"strokeAlign",void 0),Ln([So("all")],Qa.prototype,"hitFill",void 0),Ln([wo("")],Qa.prototype,"text",void 0),Ln([wo("L")],Qa.prototype,"fontFamily",void 0),Ln([wo(12)],Qa.prototype,"fontSize",void 0),Ln([wo("normal")],Qa.prototype,"fontWeight",void 0),Ln([wo(!1)],Qa.prototype,"italic",void 0),Ln([wo("none")],Qa.prototype,"textCase",void 0),Ln([wo("none")],Qa.prototype,"textDecoration",void 0),Ln([wo(0)],Qa.prototype,"letterSpacing",void 0),Ln([wo({type:"percent",value:150})],Qa.prototype,"lineHeight",void 0),Ln([wo(0)],Qa.prototype,"paraIndent",void 0),Ln([wo(0)],Qa.prototype,"paraSpacing",void 0),Ln([wo("left")],Qa.prototype,"textAlign",void 0),Ln([wo("top")],Qa.prototype,"verticalAlign",void 0),Ln([wo("normal")],Qa.prototype,"textWrap",void 0),Ln([wo("show")],Qa.prototype,"textOverflow",void 0),Qa=Ln([Fo()],Qa);let Za=class extends ia{get __tag(){return"Path"}constructor(t){super(t),this.__.__pathInputed=2}};Ln([Lo(class extends Vn{})],Za.prototype,"__",void 0),Ln([bo("center")],Za.prototype,"strokeAlign",void 0),Za=Ln([Fo()],Za);let th=class extends ra{get __tag(){return"Pen"}constructor(t){super(t)}setStyle(t){const e=this.pathElement=new Za(t);return this.pathStyle=t,this.__path=e.path||(e.path=[]),this.add(e),this}beginPath(){return this.__path.length=0,this.paint(),this}moveTo(t,e){return this}lineTo(t,e){return this}bezierCurveTo(t,e,s,i,o,r){return this}quadraticCurveTo(t,e,s,i){return this}closePath(){return this}rect(t,e,s,i){return this}roundRect(t,e,s,i,o){return this}ellipse(t,e,s,i,o,r,n,a){return this}arc(t,e,s,i,o,r){return this}arcTo(t,e,s,i,o){return this}drawEllipse(t,e,s,i,o,r,n,a){return this}drawArc(t,e,s,i,o,r){return this}drawPoints(t,e,s){return this}clearPath(){return this}paint(){this.pathElement.forceUpdate("path")}};Ln([Lo(class extends qn{})],th.prototype,"__",void 0),Ln([(t,e)=>{uo(t,e,{get(){return this.__path}})}],th.prototype,"path",void 0),th=Ln([Do($s,["set","beginPath","path"]),Fo()],th);const eh=ft.get("LeaferCanvas");class sh extends jt{init(){const{view:t}=this.config;t?this.__createViewFrom(t):this.__createView();const{style:e}=this.view;e.display||(e.display="block"),this.parentView=this.view.parentElement,this.parentView&&(this.parentView.style.userSelect="none"),i.syncDomFont&&!this.parentView&&(this.view.style.display="none",document.body.appendChild(this.view)),this.__createContext(),this.autoLayout||this.resize(this.config)}set backgroundColor(t){this.view.style.backgroundColor=t}get backgroundColor(){return this.view.style.backgroundColor}set hittable(t){this.view.style.pointerEvents=t?"auto":"none"}get hittable(){return"none"!==this.view.style.pointerEvents}__createView(){this.view=document.createElement("canvas")}__createViewFrom(t){let e="string"==typeof t?document.getElementById(t):t;if(e)if(e instanceof HTMLCanvasElement)this.view=e;else{let t=e;if(e===window||e===document){const e=document.createElement("div"),{style:s}=e;s.position="absolute",s.top=s.bottom=s.left=s.right="0px",document.body.appendChild(e),t=e}this.__createView();const s=this.view;if(t.hasChildNodes()){const{style:e}=s;e.position="absolute",e.top=e.left="0px",t.style.position||(t.style.position="relative")}t.appendChild(s)}else eh.error(`no id: ${t}`),this.__createView()}updateViewSize(){const{width:t,height:e,pixelRatio:s}=this,{style:i}=this.view;i.width=t+"px",i.height=e+"px",this.view.width=Math.ceil(t*s),this.view.height=Math.ceil(e*s)}updateClientBounds(){this.clientBounds=this.view.getBoundingClientRect()}startAutoLayout(t,e){this.autoBounds=t,this.resizeListener=e;try{this.resizeObserver=new ResizeObserver((t=>{this.updateClientBounds();for(const e of t)this.checkAutoBounds(e.contentRect)}));const t=this.parentView;t&&(this.resizeObserver.observe(t),this.checkAutoBounds(t.getBoundingClientRect()))}catch(t){this.imitateResizeObserver()}}imitateResizeObserver(){this.autoLayout&&(this.parentView&&this.checkAutoBounds(this.parentView.getBoundingClientRect()),i.requestRender(this.imitateResizeObserver.bind(this)))}checkAutoBounds(t){const e=this.view,{x:s,y:i,width:o,height:r}=this.autoBounds.getBoundsFrom(t);if(o!==this.width||r!==this.height){const{style:t}=e,{pixelRatio:n}=this;t.marginLeft=s+"px",t.marginTop=i+"px";const a={width:o,height:r,pixelRatio:n},h={};Lt.copyAttrs(h,this,Xt),this.resize(a),void 0!==this.width&&this.resizeListener(new xr(a,h))}}stopAutoLayout(){this.autoLayout=!1,this.resizeListener=null,this.resizeObserver&&(this.resizeObserver.disconnect(),this.resizeObserver=null)}unrealCanvas(){if(!this.unreal&&this.parentView){const t=this.view;t&&t.remove(),this.view=this.parentView,this.unreal=!0}}destroy(){if(this.view){if(this.stopAutoLayout(),!this.unreal){const t=this.view;t.parentElement&&t.remove()}super.destroy()}}}to(CanvasRenderingContext2D.prototype),to(Path2D.prototype);const{mineType:ih,fileType:oh}=eo;Object.assign(o,{canvas:(t,e)=>new sh(t,e),image:t=>new co(t)}),i.name="web",i.isMobile="ontouchstart"in window,i.requestRender=function(t){window.requestAnimationFrame(t)},i.devicePixelRatio=Math.max(1,devicePixelRatio);const{userAgent:rh}=navigator;rh.indexOf("Firefox")>-1?(i.conicGradientRotate90=!0,i.intWheelDeltaY=!0,i.syncDomFont=!0):rh.indexOf("Safari")>-1&&-1===rh.indexOf("Chrome")&&(i.fullImageShadow=!0),rh.indexOf("Windows")>-1?(i.os="Windows",i.intWheelDeltaY=!0):rh.indexOf("Mac")>-1?i.os="Mac":rh.indexOf("Linux")>-1&&(i.os="Linux");class nh{get childrenChanged(){return this.hasAdd||this.hasRemove||this.hasVisible}get updatedList(){if(this.hasRemove){const t=new Tn;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 Tn,this.target=t,e&&(this.config=Lt.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(Rr.REQUEST)}__onAttrChange(t){this.__updatedList.add(t.target),this.update()}__onChildEvent(t){t.type===mr.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,s=e.length;t<s;t++)this.__pushChild(e[t])}__onRquestData(){this.target.emitEvent(new br(br.DATA,{updatedList:this.updatedList})),this.__updatedList=new Tn,this.totalTimes++,this.changed=!1,this.hasVisible=!1,this.hasRemove=!1,this.hasAdd=!1}__listenEvents(){const{target:t}=this;this.__eventIds=[t.on_(wr.CHANGE,this.__onAttrChange,this),t.on_([mr.ADD,mr.REMOVE],this.__onChildEvent,this),t.on_(br.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:ah,updateBounds:hh,updateAllWorldOpacity:lh}=qo,{pushAllChildBranch:dh,pushAllParent:ch}=or;const{worldBounds:uh}=sr,_h={x:0,y:0,width:1e5,height:1e5};class ph{constructor(t){this.updatedBounds=new at,this.beforeBounds=new at,this.afterBounds=new at,t instanceof Array&&(t=new Tn(t)),this.updatedList=t}setBefore(){this.beforeBounds.setListWithFn(this.updatedList.list,uh)}setAfter(){const{list:t}=this.updatedList;t.some((t=>t.noBounds))?this.afterBounds.set(_h):this.afterBounds.setListWithFn(t,uh),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:gh,updateAllChange:fh}=qo,yh=ft.get("Layouter");class mh{constructor(t,e){this.totalTimes=0,this.config={},this.__levelList=new Sn,this.target=t,e&&(this.config=Lt.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(Br.START),this.layoutOnce(),t.emitEvent(new Br(Br.END,this.layoutedBlocks,this.times))}catch(t){yh.error(t)}this.layoutedBlocks=null}layoutAgain(){this.layouting?this.waitAgain=!0:this.layoutOnce()}layoutOnce(){return this.layouting?yh.warn("layouting"):this.times>3?yh.warn("layout max times"):(this.times++,this.totalTimes++,this.layouting=!0,this.target.emit(br.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=vt.start("PartLayout"),{target:s,__updatedList:i}=this,{BEFORE:o,LAYOUT:r,AFTER:n}=Br,a=this.getBlocks(i);a.forEach((t=>t.setBefore())),s.emitEvent(new Br(o,a,this.times)),this.extraBlock=null,i.sort(),function(t,e){let s;t.list.forEach((t=>{s=t.__layout,e.without(t)&&!s.proxyZoom&&(s.matrixChanged?(ah(t,!0),e.add(t),t.isBranch&&dh(t,e),ch(t,e)):s.boundsChanged&&(e.add(t),t.isBranch&&(t.__tempNumber=0),ch(t,e)))}))}(i,this.__levelList),function(t){let e,s,i;t.sort(!0),t.levels.forEach((o=>{e=t.levelMap[o];for(let t=0,o=e.length;t<o;t++){if(s=e[t],s.isBranch&&s.__tempNumber){i=s.children;for(let t=0,e=i.length;t<e;t++)i[t].isBranch||hh(i[t])}hh(s)}}))}(this.__levelList),function(t){t.list.forEach((t=>{t.__layout.opacityChanged&&lh(t),t.__updateChange()}))}(i),this.extraBlock&&a.push(this.extraBlock),a.forEach((t=>t.setAfter())),s.emitEvent(new Br(r,a,this.times)),s.emitEvent(new Br(n,a,this.times)),this.addBlocks(a),this.__levelList.reset(),this.__updatedList=null,vt.end(e)}fullLayout(){const t=vt.start("FullLayout"),{target:e}=this,{BEFORE:s,LAYOUT:i,AFTER:o}=Br,r=this.getBlocks(new Tn(e));e.emitEvent(new Br(s,r,this.times)),mh.fullLayout(e),r.forEach((t=>{t.setAfter()})),e.emitEvent(new Br(i,r,this.times)),e.emitEvent(new Br(o,r,this.times)),this.addBlocks(r),vt.end(t)}static fullLayout(t){gh(t,!0),t.isBranch?or.updateBounds(t):qo.updateBounds(t),fh(t)}addExtra(t){if(!this.__updatedList.has(t)){const{updatedList:e,beforeBounds:s}=this.extraBlock||(this.extraBlock=new ph([]));e.length?s.add(t.__world):s.set(t.__world),e.add(t)}}createBlock(t){return new ph(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_(Br.REQUEST,this.layout,this),t.on_(Br.AGAIN,this.layoutAgain,this),t.on_(br.DATA,this.__onReceiveWatchData,this)]}__removeListenEvents(){this.target.off_(this.__eventIds)}destroy(){this.target&&(this.stop(),this.__removeListenEvents(),this.target=this.config=null)}}const wh=ft.get("Renderer");class vh{get needFill(){return!(this.canvas.allowBackgroundColor||!this.config.fill)}constructor(t,e,s){this.FPS=60,this.totalTimes=0,this.times=0,this.config={usePartRender:!0,maxFPS:60},this.target=t,this.canvas=e,s&&(this.config=Lt.default(s,this.config)),this.__listenEvents(),this.__requestRender()}start(){this.running=!0}stop(){this.running=!1}update(){this.changed=!0}requestLayout(){this.target.emit(Br.REQUEST)}render(t){if(!this.running||!this.canvas.view)return void(this.changed=!0);const{target:e}=this;this.times=0,this.totalBounds=new at,wh.log(e.innerName,"---\x3e");try{this.emitRender(Rr.START),this.renderOnce(t),this.emitRender(Rr.END,this.totalBounds),no.clearRecycled()}catch(t){this.rendering=!1,wh.error(t)}wh.log("-------------|")}renderAgain(){this.rendering?this.waitAgain=!0:this.renderOnce()}renderOnce(t){if(this.rendering)return wh.warn("rendering");if(this.times>3)return wh.warn("render max times");if(this.times++,this.totalTimes++,this.rendering=!0,this.changed=!1,this.renderBounds=new at,this.renderOptions={},t)this.emitRender(Rr.BEFORE),t();else{if(this.requestLayout(),this.ignore)return void(this.ignore=this.rendering=!1);this.emitRender(Rr.BEFORE),this.config.usePartRender&&this.totalTimes>1?this.partRender():this.fullRender()}this.emitRender(Rr.RENDER,this.renderBounds,this.renderOptions),this.emitRender(Rr.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 wh.warn("PartRender: need update attr");this.mergeBlocks(),e.forEach((e=>{t.bounds.hit(e)&&!e.isEmpty()&&this.clipRender(e)}))}clipRender(t){const e=vt.start("PartRender"),{canvas:s}=this,i=t.getIntersect(s.bounds),o=t.includes(this.target.__world),r=new at(i);s.save(),o&&!ft.showRepaint?s.clear():(i.spread(1+1/this.canvas.pixelRatio).ceil(),s.clearWorld(i,!0),s.clipWorld(i,!0)),this.__render(i,o,r),s.restore(),vt.end(e)}fullRender(){const t=vt.start("FullRender"),{canvas:e}=this;e.save(),e.clear(),this.__render(e.bounds,!0),e.restore(),vt.end(t)}__render(t,e,s){const i=t.includes(this.target.__world)?{includes:e}:{bounds:t,includes:e};this.needFill&&this.canvas.fillWorld(t,this.config.fill),ft.showRepaint&&this.canvas.strokeWorld(t,"red"),this.target.__render(this.canvas,i),this.renderBounds=s||t,this.renderOptions=i,this.totalBounds.isEmpty()?this.totalBounds=this.renderBounds:this.totalBounds.add(this.renderBounds),ft.showHitView&&this.renderHitView(i),ft.showBoundsView&&this.renderBoundsView(i),this.canvas.updateRender()}renderHitView(t){}renderBoundsView(t){}addBlock(t){this.updateBlocks||(this.updateBlocks=[]),this.updateBlocks.push(t)}mergeBlocks(){const{updateBlocks:t}=this;if(t){const e=new at;e.setList(t),t.length=0,t.push(e)}}__requestRender(){const t=Date.now();i.requestRender((()=>{this.FPS=Math.min(60,Math.ceil(1e3/(Date.now()-t))),this.running&&(this.target.emit(kr.FRAME),this.changed&&this.canvas.view&&this.render(),this.target.emit(Rr.NEXT)),this.target&&this.__requestRender()}))}__onResize(t){if(!this.canvas.unreal&&(t.bigger||!t.samePixelRatio)){const{width:e,height:s}=t.old;new at(0,0,e,s).includes(this.target.__world)&&!this.needFill&&t.samePixelRatio||(this.addBlock(this.canvas.bounds),this.target.forceUpdate("surface"))}}__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||wh.tip(t.innerName,": empty"),e=!t.isBranch||t.isBranchLeaf),e))),this.addBlock(e?this.canvas.bounds:t.updatedBounds)}))}emitRender(t,e,s){this.target.emitEvent(new Rr(t,this.times,e,s))}__listenEvents(){const{target:t}=this;this.__eventIds=[t.on_(Rr.REQUEST,this.update,this),t.on_(Br.END,this.__onLayoutEnd,this),t.on_(Rr.AGAIN,this.renderAgain,this),t.on_(xr.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:xh}=it;class bh{constructor(t,e){this.target=t,this.selector=e}getByPoint(t,e,s){e||(e=0),s||(s={});const i=s.through||!1,o=s.ignoreHittable||!1,r=s.target||this.target;this.exclude=s.exclude||null,this.point={x:t.x,y:t.y,radiusX:e,radiusY:e},this.findList=new Tn(s.findList),s.findList||this.hitBranch(r);const{list:n}=this.findList,a=this.getBestMatchLeaf(n,s.bottomList,o),h=o?this.getPath(a):this.getHitablePath(a);return this.clear(),i?{path:h,target:a,throughPath:n.length?this.getThroughPath(n):h}:{path:h,target:a}}getBestMatchLeaf(t,e,s){if(t.length){let e;this.findList=new Tn;const{x:i,y:o}=this.point,r={x:i,y:o,radiusX:0,radiusY:0};for(let i=0,o=t.length;i<o;i++)if(e=t[i],(s||qo.worldHittable(e))&&(this.hitChild(e,r),this.findList.length))return this.findList.list[0]}if(e)for(let t=0,s=e.length;t<s;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 Tn;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 s,i=new Tn;for(let t=e.list.length-1;t>-1&&(s=e.list[t],s.__.hittable)&&(i.addAt(s,0),s.__.hitChildren);t--);return i}getThroughPath(t){const e=new Tn,s=[];for(let e=t.length-1;e>-1;e--)s.push(this.getPath(t[e]));let i,o,r;for(let t=0,n=s.length;t<n;t++){i=s[t],o=s[t+1];for(let t=0,s=i.length;t<s&&(r=i.list[t],!o||!o.has(r));t++)e.add(r)}return e}hitBranch(t){this.eachFind(t.children,t.__onlyHitMask)}eachFind(t,e){let s,i;const{point:o}=this;for(let r=t.length-1;r>-1;r--)s=t[r],!s.__.visible||e&&!s.__.mask||(i=!!s.__.hitRadius||xh(s.__world,o),s.isBranch?(i||s.__ignoreHitWorld)&&(this.eachFind(s.children,s.__onlyHitMask),s.isBranchLeaf&&!this.findList.length&&this.hitChild(s,o)):i&&this.hitChild(s,o))}hitChild(t,e,s){this.exclude&&this.exclude.has(t)||t.__hitWorld(e)&&this.findList.add(s||t)}clear(){this.point=null,this.findList=null,this.exclude=null}destroy(){this.clear()}}const{Yes:Bh,NoAndSkip:kh,YesAndSkip:Rh}=Ot;class Ch{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},this.target=t,e&&(this.config=Lt.default(e,this.config)),this.picker=new bh(t,this),this.__listenEvents()}getBy(t,e,s,i){switch(typeof t){case"number":const o=this.getByInnerId(t,e);return s?o:o?[o]:[];case"string":switch(t[0]){case"#":const i=this.getById(t.substring(1),e);return s?i:i?[i]:[];case".":return this.getByMethod(this.methods.className,e,s,t.substring(1));default:return this.getByMethod(this.methods.tag,e,s,t)}case"function":return this.getByMethod(t,e,s,i)}}getByPoint(t,e,s){return"node"===i.name&&this.target.emit(Br.CHECK_UPDATE),this.picker.getByPoint(t,e,s)}getByInnerId(t,e){const s=this.innerIdMap[t];return s||(this.eachFind(this.toChildren(e),this.methods.innerId,null,t),this.findLeaf)}getById(t,e){const s=this.idMap[t];return s&&qo.hasParent(s,e||this.target)?s:(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,s,i){const o=s?null:[];return this.eachFind(this.toChildren(e),t,o,i),o||this.findLeaf}eachFind(t,e,s,i){let o,r;for(let n=0,a=t.length;n<a;n++){if(o=t[n],r=e(o,i),r===Bh||r===Rh){if(!s)return void(this.findLeaf=o);s.push(o)}o.isBranch&&r<kh&&this.eachFind(o.children,e,s,i)}}toChildren(t){return this.findLeaf=null,[t||this.target]}__onRemoveChild(t){const{id:e,innerId:s}=t.child;this.idMap[e]&&delete this.idMap[e],this.innerIdMap[s]&&delete this.innerIdMap[s]}__checkIdChange(t){if("id"===t.attrName){const e=t.oldValue;this.idMap[e]&&delete this.idMap[e]}}__listenEvents(){this.__eventIds=[this.target.on_(mr.REMOVE,this.__onRemoveChild,this),this.target.on_(wr.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(o,{watcher:(t,e)=>new nh(t,e),layouter:(t,e)=>new mh(t,e),renderer:(t,e,s)=>new vh(t,e,s),selector:(t,e)=>new Ch(t,e)}),i.layout=mh.fullLayout;const Th={convert(t,s){const i=e.InteractionHelper.getBase(t),o=Object.assign(Object.assign({},i),{x:s.x,y:s.y,width:t.width,height:t.height,pointerType:t.pointerType,pressure:t.pressure});return"pen"===o.pointerType&&(o.tangentialPressure=t.tangentialPressure,o.tiltX=t.tiltX,o.tiltY=t.tiltY,o.twist=t.twist),o},convertMouse(t,s){const i=e.InteractionHelper.getBase(t);return Object.assign(Object.assign({},i),{x:s.x,y:s.y,width:1,height:1,pointerType:"mouse",pressure:.5})},convertTouch(t,s){const i=Th.getTouch(t),o=e.InteractionHelper.getBase(t);return Object.assign(Object.assign({},o),{x:s.x,y:s.y,width:1,height:1,pointerType:"touch",pressure:i.force})},getTouch:t=>t.targetTouches[0]||t.changedTouches[0]},Sh={getMove(t,e){let{moveSpeed:s}=e,{deltaX:i,deltaY:o}=t;return t.shiftKey&&!i&&(i=o,o=0),i>50&&(i=Math.max(50,i/3)),o>50&&(o=Math.max(50,o/3)),{x:-i*s*2,y:-o*s*2}},getScale(t,e){let s,o=1,{zoomMode:r,zoomSpeed:n}=e;const a=t.deltaY||t.deltaX;if(r?(s="mouse"===r||!t.deltaX&&(i.intWheelDeltaY?Math.abs(a)>17:Math.ceil(a)!==a),(t.shiftKey||t.metaKey||t.ctrlKey)&&(s=!0)):s=!t.shiftKey&&(t.metaKey||t.ctrlKey),s){n=d.within(n,0,1);o=1-a/(4*(t.deltaY?e.delta.y:e.delta.x))*n,o<.5&&(o=.5),o>=1.5&&(o=1.5)}return o}},Lh={convert(t){const s=e.InteractionHelper.getBase(t);return Object.assign(Object.assign({},s),{code:t.code,key:t.key})}},{getMoveEventData:Ph,getZoomEventData:Eh,getRotateEventData:Oh}=e.InteractionHelper;class Ah extends e.InteractionBase{__listenEvents(){super.__listenEvents();const t=this.view=this.canvas.view;this.viewEvents={pointerdown:this.onPointerDown,mousedown:this.onMouseDown,touchstart:this.onTouchStart,contextmenu:this.onContextMenu,wheel:this.onWheel,gesturestart:this.onGesturestart,gesturechange:this.onGesturechange,gestureend:this.onGestureend},this.windowEvents={pointermove:this.onPointerMove,pointerup:this.onPointerUp,pointercancel:this.onPointerCancel,mousemove:this.onMouseMove,mouseup:this.onMouseUp,touchmove:this.onTouchMove,touchend:this.onTouchEnd,touchcancel:this.onTouchCancel,keydown:this.onKeyDown,keyup:this.onKeyUp,scroll:this.onScroll};const{viewEvents:e,windowEvents:s}=this;for(let s in e)e[s]=e[s].bind(this),t.addEventListener(s,e[s]);for(let t in s)s[t]=s[t].bind(this),window.addEventListener(t,s[t])}__removeListenEvents(){super.__removeListenEvents();const{viewEvents:t,windowEvents:e}=this;for(let e in t)this.view.removeEventListener(e,t[e]),this.viewEvents={};for(let t in e)window.removeEventListener(t,e[t]),this.windowEvents={}}getLocal(t,e){e&&this.canvas.updateClientBounds();const{clientBounds:s}=this.canvas;return{x:t.clientX-s.x,y:t.clientY-s.y}}getTouches(t){const e=[];for(let s=0,i=t.length;s<i;s++)e.push(t[s]);return e}preventDefaultPointer(t){const{pointer:e}=this.config;e.preventDefault&&t.preventDefault()}preventDefaultWheel(t){const{wheel:e}=this.config;e.preventDefault&&t.preventDefault()}preventWindowPointer(t){return!this.downData&&t.target!==this.view}onKeyDown(t){this.keyDown(Lh.convert(t))}onKeyUp(t){this.keyUp(Lh.convert(t))}onContextMenu(t){this.config.pointer.preventDefaultMenu&&t.preventDefault(),this.menu(Th.convert(t,this.getLocal(t)))}onScroll(){this.canvas.updateClientBounds()}onPointerDown(t){this.preventDefaultPointer(t),this.usePointer||(this.usePointer=!0),this.useMultiTouch||this.pointerDown(Th.convert(t,this.getLocal(t)))}onPointerMove(t){this.usePointer||(this.usePointer=!0),this.useMultiTouch||this.preventWindowPointer(t)||this.pointerMove(Th.convert(t,this.getLocal(t,!0)))}onPointerUp(t){this.downData&&this.preventDefaultPointer(t),this.useMultiTouch||this.preventWindowPointer(t)||this.pointerUp(Th.convert(t,this.getLocal(t)))}onPointerCancel(){this.useMultiTouch||this.pointerCancel()}onMouseDown(t){this.preventDefaultPointer(t),this.useTouch||this.usePointer||this.pointerDown(Th.convertMouse(t,this.getLocal(t)))}onMouseMove(t){this.useTouch||this.usePointer||this.preventWindowPointer(t)||this.pointerMove(Th.convertMouse(t,this.getLocal(t,!0)))}onMouseUp(t){this.downData&&this.preventDefaultPointer(t),this.useTouch||this.usePointer||this.preventWindowPointer(t)||this.pointerUp(Th.convertMouse(t,this.getLocal(t)))}onMouseCancel(){this.useTouch||this.usePointer||this.pointerCancel()}onTouchStart(t){if(t.preventDefault(),this.multiTouchStart(t),this.usePointer)return;this.touchTimer&&(window.clearTimeout(this.touchTimer),this.touchTimer=0),this.useTouch=!0;const e=Th.getTouch(t);this.pointerDown(Th.convertTouch(t,this.getLocal(e,!0)))}onTouchMove(t){if(this.multiTouchMove(t),this.usePointer||this.preventWindowPointer(t))return;const e=Th.getTouch(t);this.pointerMove(Th.convertTouch(t,this.getLocal(e)))}onTouchEnd(t){if(this.multiTouchEnd(),this.usePointer||this.preventWindowPointer(t))return;this.touchTimer&&clearTimeout(this.touchTimer),this.touchTimer=setTimeout((()=>{this.useTouch=!1}),500);const e=Th.getTouch(t);this.pointerUp(Th.convertTouch(t,this.getLocal(e)))}onTouchCancel(){this.usePointer||this.pointerCancel()}multiTouchStart(t){this.useMultiTouch=t.touches.length>=2,this.touches=this.useMultiTouch?this.getTouches(t.touches):void 0,this.useMultiTouch&&this.pointerCancel()}multiTouchMove(t){if(this.useMultiTouch&&t.touches.length>1){const s=this.getTouches(t.touches),i=this.getKeepTouchList(this.touches,s);i.length>1&&(this.multiTouch(e.InteractionHelper.getBase(t),i),this.touches=s)}}multiTouchEnd(){this.touches=null,this.useMultiTouch=!1,this.transformEnd()}getKeepTouchList(t,e){let s;const i=[];return t.forEach((t=>{s=e.find((e=>e.identifier===t.identifier)),s&&i.push({from:this.getLocal(t),to:this.getLocal(s)})})),i}getLocalTouchs(t){return t.map((t=>this.getLocal(t)))}onWheel(t){this.preventDefaultWheel(t);const{wheel:s}=this.config,i=s.getScale?s.getScale(t,s):Sh.getScale(t,s),o=this.getLocal(t),r=e.InteractionHelper.getBase(t);1!==i?this.zoom(Eh(o,i,r)):this.move(Ph(o,s.getMove?s.getMove(t,s):Sh.getMove(t,s),r))}onGesturestart(t){this.preventDefaultWheel(t),this.lastGestureScale=1,this.lastGestureRotation=0}onGesturechange(t){this.preventDefaultWheel(t);const s=this.getLocal(t),i=e.InteractionHelper.getBase(t),o=t.scale/this.lastGestureScale,r=t.rotation-this.lastGestureRotation;let{rotateSpeed:n}=this.config.wheel;n=d.within(n,0,1),this.zoom(Eh(s,o*o,i)),this.rotate(Oh(s,r/Math.PI*180*(n/4+.1),i)),this.lastGestureScale=t.scale,this.lastGestureRotation=t.rotation}onGestureend(t){this.preventDefaultWheel(t),this.transformEnd()}setCursor(t){super.setCursor(t);const e=[];this.eachCursor(t,e),"object"==typeof e[e.length-1]&&e.push("default"),this.canvas.view.style.cursor=e.map((t=>"object"==typeof t?`url(${t.url}) ${t.x||0} ${t.y||0}`:t)).join(",")}eachCursor(t,s,i=0){if(i++,t instanceof Array)t.forEach((t=>this.eachCursor(t,s,i)));else{const o="string"==typeof t&&e.Cursor.get(t);o&&i<2?this.eachCursor(o,s,i):s.push(t)}}destroy(){this.view&&(super.destroy(),this.view=null,this.touches=null)}}function Mh(t,e){let s;const{rows:i,decorationY:o,decorationHeight:r}=t.__.__textDrawData;for(let t=0,n=i.length;t<n;t++)s=i[t],s.text?e.fillText(s.text,s.x,s.y):s.data&&s.data.forEach((t=>{e.fillText(t.char,t.x,s.y)})),o&&e.fillRect(s.x,s.y+o,s.width,r)}function Ih(t,e,s){const{strokeAlign:i}=e.__,o="string"!=typeof t;switch(i){case"center":s.setStroke(o?void 0:t,e.__.strokeWidth,e.__),o?Fh(t,!0,e,s):Dh(e,s);break;case"inside":Wh("inside",t,o,e,s);break;case"outside":Wh("outside",t,o,e,s)}}function Wh(t,e,s,i,o){const{__strokeWidth:r,__font:n}=i.__,a=o.getSameCanvas(!0,!0);a.setStroke(s?void 0:e,2*r,i.__),a.font=n,s?Fh(e,!0,i,a):Dh(i,a),a.blendMode="outside"===t?"destination-out":"destination-in",Mh(i,a),a.blendMode="normal",i.__worldFlipped?o.copyWorldByReset(a,i.__nowWorld):o.copyWorldToInner(a,i.__nowWorld,i.__layout.renderBounds),a.recycle(i.__nowWorld)}function Dh(t,e){let s;const{rows:i,decorationY:o,decorationHeight:r}=t.__.__textDrawData;for(let t=0,n=i.length;t<n;t++)s=i[t],s.text?e.strokeText(s.text,s.x,s.y):s.data&&s.data.forEach((t=>{e.strokeText(t.char,t.x,s.y)})),o&&e.strokeRect(s.x,s.y+o,s.width,r)}function Fh(t,e,s,i){let o;for(let r=0,n=t.length;r<n;r++)o=t[r],o.image&&Mn.checkImage(s,i,o,!1)||o.style&&(i.strokeStyle=o.style,o.blendMode?(i.saveBlendMode(o.blendMode),e?Dh(s,i):i.stroke(),i.restoreBlendMode()):e?Dh(s,i):i.stroke())}const{getSpread:Nh,getOuterOf:zh,getByMove:Yh,getIntersectData:Xh}=it;let jh;function Hh(t,e,s){if("object"!=typeof e||!1===e.visible||0===e.opacity)return;const{boxBounds:i}=s.__layout;switch(e.type){case"solid":let{type:o,blendMode:r,color:n,opacity:a}=e;return{type:o,blendMode:r,style:En.string(n,a)};case"image":return Mn.image(s,t,e,i,!jh||!jh[e.url]);case"linear":return In.linearGradient(e,i);case"radial":return In.radialGradient(e,i);case"angular":return In.conicGradient(e,i);default:return e.r?{type:"solid",style:En.string(e)}:void 0}}const Uh={compute:function(t,e){const s=e.__,i=[];let o,r=s.__input[t];r instanceof Array||(r=[r]),jh=Mn.recycleImage(t,s);for(let s,o=0,n=r.length;o<n;o++)s=Hh(t,r[o],e),s&&i.push(s);s["_"+t]=i.length?i:void 0,i.length&&i[0].image&&(o=i[0].image.hasOpacityPixel),"fill"===t?s.__pixelFill=o:s.__pixelStroke=o},fill:function(t,e,s){s.fillStyle=t,e.__.__font?Mh(e,s):e.__.windingRule?s.fill(e.__.windingRule):s.fill()},fills:function(t,e,s){let i;const{windingRule:o,__font:r}=e.__;for(let n=0,a=t.length;n<a;n++)i=t[n],i.image&&Mn.checkImage(e,s,i,!r)||i.style&&(s.fillStyle=i.style,i.transform?(s.save(),s.transform(i.transform),i.blendMode&&(s.blendMode=i.blendMode),r?Mh(e,s):o?s.fill(o):s.fill(),s.restore()):i.blendMode?(s.saveBlendMode(i.blendMode),r?Mh(e,s):o?s.fill(o):s.fill(),s.restoreBlendMode()):r?Mh(e,s):o?s.fill(o):s.fill())},fillText:Mh,stroke:function(t,e,s){const i=e.__,{__strokeWidth:o,strokeAlign:r,__font:n}=i;if(o)if(n)Ih(t,e,s);else switch(r){case"center":s.setStroke(t,o,i),s.stroke();break;case"inside":s.save(),s.setStroke(t,2*o,i),i.windingRule?s.clip(i.windingRule):s.clip(),s.stroke(),s.restore();break;case"outside":const r=s.getSameCanvas(!0,!0);r.setStroke(t,2*o,i),e.__drawRenderPath(r),r.stroke(),i.windingRule?r.clip(i.windingRule):r.clip(),r.clearWorld(e.__layout.renderBounds),e.__worldFlipped?s.copyWorldByReset(r,e.__nowWorld):s.copyWorldToInner(r,e.__nowWorld,e.__layout.renderBounds),r.recycle(e.__nowWorld)}},strokes:function(t,e,s){const i=e.__,{__strokeWidth:o,strokeAlign:r,__font:n}=i;if(o)if(n)Ih(t,e,s);else switch(r){case"center":s.setStroke(void 0,o,i),Fh(t,!1,e,s);break;case"inside":s.save(),s.setStroke(void 0,2*o,i),i.windingRule?s.clip(i.windingRule):s.clip(),Fh(t,!1,e,s),s.restore();break;case"outside":const{renderBounds:r}=e.__layout,n=s.getSameCanvas(!0,!0);e.__drawRenderPath(n),n.setStroke(void 0,2*o,i),Fh(t,!1,e,n),i.windingRule?n.clip(i.windingRule):n.clip(),n.clearWorld(r),e.__worldFlipped?s.copyWorldByReset(n,e.__nowWorld):s.copyWorldToInner(n,e.__nowWorld,r),n.recycle(e.__nowWorld)}},strokeText:Ih,drawTextStroke:Dh,shape:function(t,e,s){const i=e.getSameCanvas(),o=t.__nowWorld;let r,n,a,h,{scaleX:l,scaleY:d}=o;if(l<0&&(l=-l),d<0&&(d=-d),e.bounds.includes(o))h=i,r=a=o;else{const{renderShapeSpread:i}=t.__layout,c=Xh(i?Nh(e.bounds,i*l,i*d):e.bounds,o);n=e.bounds.getFitMatrix(c);let{a:u,d:_}=n;if(n.a<1&&(h=e.getSameCanvas(),t.__renderShape(h,s),l*=u,d*=_),a=zh(o,n),r=Yh(a,-n.e,-n.f),s.matrix){const{matrix:t}=s;n.multiply(t),u*=t.scaleX,_*=t.scaleY}s=Object.assign(Object.assign({},s),{matrix:n.withScale(u,_)})}return t.__renderShape(i,s),{canvas:i,matrix:n,bounds:r,worldCanvas:h,shapeBounds:a,scaleX:l,scaleY:d}}};let Vh={};const{get:Gh,rotateOfOuter:qh,translate:Kh,scaleOfOuter:$h,scale:Jh,rotate:Qh}=b;function Zh(t,e,s,i,o,r,n){const a=Gh();Kh(a,e.x+s,e.y+i),Jh(a,o,r),n&&qh(a,{x:e.x+e.width/2,y:e.y+e.height/2},n),t.transform=a}function tl(t,e,s,i,o,r,n){const a=Gh();Kh(a,e.x+s,e.y+i),o&&Jh(a,o,r),n&&Qh(a,n),t.transform=a}function el(t,e,s,i,o,r,n,a,h,l){const d=Gh();if(h)if("center"===l)qh(d,{x:s/2,y:i/2},h);else switch(Qh(d,h),h){case 90:Kh(d,i,0);break;case 180:Kh(d,s,i);break;case 270:Kh(d,0,s)}Vh.x=e.x+o,Vh.y=e.y+r,Kh(d,Vh.x,Vh.y),n&&$h(d,Vh,n,a),t.transform=d}const{get:sl,translate:il}=b,ol=new at,rl={};function nl(t,e,s,i){let{width:o,height:r}=e;s.padding&&(i=ol.set(i).shrink(s.padding));const{opacity:n,mode:a,around:h,offset:l,scale:d,size:c,rotation:u,blendMode:_,repeat:p}=s,g=i.width===o&&i.height===r;_&&(t.blendMode=_);const f=t.data={mode:a},y="center"!==h&&(u||0)%180==90,m=y?r:o,w=y?o:r;let v,x,b=0,B=0;if(a&&"cover"!==a&&"fit"!==a)c?(v=("number"==typeof c?c:c.width)/o,x=("number"==typeof c?c:c.height)/r):d&&(v="number"==typeof d?d:d.x,x="number"==typeof d?d:d.y);else if(!g||u){const t=i.width/m,e=i.height/w;v=x="fit"===a?Math.min(t,e):Math.max(t,e),b+=(i.width-o*v)/2,B+=(i.height-r*x)/2}if(h){const t={x:b,y:B,width:m,height:w};v&&(t.width*=v,t.height*=x),_t.toPoint(h,i,rl,!0,t),b+=rl.x,B+=rl.y}switch(l&&(b+=l.x,B+=l.y),a){case"strench":g||(o=i.width,r=i.height);break;case"normal":case"clip":(b||B||v||u)&&tl(f,i,b,B,v,x,u);break;case"repeat":(!g||v||u)&&el(f,i,o,r,b,B,v,x,u,h),p||(f.repeat="repeat");break;default:v&&Zh(f,i,b,B,v,x,u)}f.transform||(i.x||i.y)&&(f.transform=sl(),il(f.transform,i.x,i.y)),v&&"strench"!==a&&(f.scaleX=v,f.scaleY=x),f.width=o,f.height=r,n&&(f.opacity=n),p&&(f.repeat="string"==typeof p?"x"===p?"repeat-x":"repeat-y":"repeat")}let al,hl=new at;const{isSame:ll}=it;function dl(t,e,s,i,o,r){if("fill"===e&&!t.__.__naturalWidth){const e=t.__;if(e.__naturalWidth=i.width/e.pixelRatio,e.__naturalHeight=i.height/e.pixelRatio,e.__autoSide)return t.forceUpdate("width"),t.__proxyData&&(t.setProxyAttr("width",e.width),t.setProxyAttr("height",e.height)),!1}return o.data||nl(o,i,s,r),!0}function cl(t,e){pl(t,vr.LOAD,e)}function ul(t,e){pl(t,vr.LOADED,e)}function _l(t,e,s){e.error=s,t.forceUpdate("surface"),pl(t,vr.ERROR,e)}function pl(t,e,s){t.hasEvent(e)&&t.emitEvent(new vr(e,s))}function gl(t,e){const{leafer:s}=t;s&&s.viewReady&&(s.renderer.ignore=e)}const{get:fl,scale:yl,copy:ml}=b,{ceil:wl,abs:vl}=Math;function xl(t,e,s){let{scaleX:o,scaleY:r}=no.patternLocked?t.__world:t.__nowWorld;const n=o+"-"+r;if(e.patternId===n||t.destroyed)return!1;{o=vl(o),r=vl(r);const{image:t,data:a}=e;let h,l,{width:d,height:c,scaleX:u,scaleY:_,opacity:p,transform:g,repeat:f}=a;u&&(l=fl(),ml(l,g),yl(l,1/u,1/_),o*=u,r*=_),o*=s,r*=s,d*=o,c*=r;const y=d*c;if(!f&&y>i.image.maxCacheSize)return!1;let m=i.image.maxPatternSize;if(!t.isSVG){const e=t.width*t.height;m>e&&(m=e)}y>m&&(h=Math.sqrt(y/m)),h&&(o/=h,r/=h,d/=h,c/=h),u&&(o/=u,r/=_),(g||1!==o||1!==r)&&(l||(l=fl(),g&&ml(l,g)),yl(l,1/o,1/r));const w=t.getCanvas(wl(d)||1,wl(c)||1,p),v=t.getPattern(w,f||i.origin.noRepeat||"no-repeat",l,e);return e.style=v,e.patternId=n,!0}}function bl(t,e,s,i){return new(s||(s=Promise))((function(o,r){function n(t){try{h(i.next(t))}catch(t){r(t)}}function a(t){try{h(i.throw(t))}catch(t){r(t)}}function h(t){var e;t.done?o(t.value):(e=t.value,e instanceof s?e:new s((function(t){t(e)}))).then(n,a)}h((i=i.apply(t,e||[])).next())}))}"function"==typeof SuppressedError&&SuppressedError;const{abs:Bl}=Math;const kl={image:function(t,e,s,i,o){let r,n;const a=no.get(s);return al&&s===al.paint&&ll(i,al.boxBounds)?r=al.leafPaint:(r={type:s.type,image:a},al=a.use>1?{leafPaint:r,paint:s,boxBounds:hl.set(i)}:null),(o||a.loading)&&(n={image:a,attrName:e,attrValue:s}),a.ready?(dl(t,e,s,a,r,i),o&&(cl(t,n),ul(t,n))):a.error?o&&_l(t,n,a.error):(gl(t,!0),o&&cl(t,n),r.loadId=a.load((()=>{gl(t,!1),t.destroyed||(dl(t,e,s,a,r,i)&&(a.hasOpacityPixel&&(t.__layout.hitCanvasChanged=!0),t.forceUpdate("surface")),ul(t,n)),r.loadId=null}),(e=>{gl(t,!1),_l(t,n,e),r.loadId=null}))),r},createData:nl,fillOrFitMode:Zh,clipMode:tl,repeatMode:el,createPattern:xl,checkImage:function(t,e,s,o){const{scaleX:r,scaleY:n}=no.patternLocked?t.__world:t.__nowWorld;if(s.data&&s.patternId!==r+"-"+n){const{data:a}=s;if(o)if(a.repeat)o=!1;else{let{width:t,height:s}=a;t*=Bl(r)*e.pixelRatio,s*=Bl(n)*e.pixelRatio,a.scaleX&&(t*=a.scaleX,s*=a.scaleY),o=t*s>i.image.maxCacheSize}return o?(e.save(),e.clip(),s.blendMode&&(e.blendMode=s.blendMode),a.opacity&&(e.opacity*=a.opacity),a.transform&&e.transform(a.transform),e.drawImage(s.image.view,0,0,a.width,a.height),e.restore(),!0):(!s.style||Dn.running?xl(t,s,e.pixelRatio):s.patternTask||(s.patternTask=no.patternTasker.add((()=>bl(this,void 0,void 0,(function*(){s.patternTask=null,e.bounds.hit(t.__nowWorld)&&xl(t,s,e.pixelRatio),t.forceUpdate("surface")}))),300)),!1)}return!1},recycleImage:function(t,e){const s=e["_"+t];if(s instanceof Array){let i,o,r,n;for(let a=0,h=s.length;a<h;a++)i=s[a].image,n=i&&i.url,n&&(o||(o={}),o[n]=!0,no.recycle(i),i.loading&&(r||(r=e.__input&&e.__input[t]||[],r instanceof Array||(r=[r])),i.unload(s[a].loadId,!r.some((t=>t.url===n)))));return o}return null}},Rl={x:.5,y:0},Cl={x:.5,y:1};function Tl(t,e,s){let i;for(let o=0,r=e.length;o<r;o++)i=e[o],t.addColorStop(i.offset,En.string(i.color,s))}const{set:Sl,getAngle:Ll,getDistance:Pl}=A,{get:El,rotateOfOuter:Ol,scaleOfOuter:Al}=b,Ml={x:.5,y:.5},Il={x:.5,y:1},Wl={},Dl={};const{set:Fl,getAngle:Nl,getDistance:zl}=A,{get:Yl,rotateOfOuter:Xl,scaleOfOuter:jl}=b,Hl={x:.5,y:.5},Ul={x:.5,y:1},Vl={},Gl={};const ql={linearGradient:function(t,e){let{from:s,to:o,type:r,blendMode:n,opacity:a}=t;s||(s=Rl),o||(o=Cl);const h=i.canvas.createLinearGradient(e.x+s.x*e.width,e.y+s.y*e.height,e.x+o.x*e.width,e.y+o.y*e.height);Tl(h,t.stops,a);const l={type:r,style:h};return n&&(l.blendMode=n),l},radialGradient:function(t,e){let{from:s,to:o,type:r,opacity:n,blendMode:a,stretch:h}=t;s||(s=Ml),o||(o=Il);const{x:l,y:d,width:c,height:u}=e;let _;Sl(Wl,l+s.x*c,d+s.y*u),Sl(Dl,l+o.x*c,d+o.y*u),(c!==u||h)&&(_=El(),Al(_,Wl,c/u*(h||1),1),Ol(_,Wl,Ll(Wl,Dl)+90));const p=i.canvas.createRadialGradient(Wl.x,Wl.y,0,Wl.x,Wl.y,Pl(Wl,Dl));Tl(p,t.stops,n);const g={type:r,style:p,transform:_};return a&&(g.blendMode=a),g},conicGradient:function(t,e){let{from:s,to:o,type:r,opacity:n,blendMode:a,stretch:h}=t;s||(s=Hl),o||(o=Ul);const{x:l,y:d,width:c,height:u}=e;Fl(Vl,l+s.x*c,d+s.y*u),Fl(Gl,l+o.x*c,d+o.y*u);const _=Yl(),p=Nl(Vl,Gl);i.conicGradientRotate90?(jl(_,Vl,c/u*(h||1),1),Xl(_,Vl,p+90)):(jl(_,Vl,1,c/u*(h||1)),Xl(_,Vl,p));const g=i.conicGradientSupport?i.canvas.createConicGradient(0,Vl.x,Vl.y):i.canvas.createRadialGradient(Vl.x,Vl.y,0,Vl.x,Vl.y,zl(Vl,Gl));Tl(g,t.stops,n);const f={type:r,style:g,transform:_};return a&&(f.blendMode=a),f}},{copy:Kl,toOffsetOutBounds:$l}=it,Jl={},Ql={};function Zl(t,e,s,o){const{bounds:r,shapeBounds:n}=o;if(i.fullImageShadow){if(Kl(Jl,t.bounds),Jl.x+=e.x-n.x,Jl.y+=e.y-n.y,s){const{matrix:t}=o;Jl.x-=(r.x+(t?t.e:0)+r.width/2)*(s-1),Jl.y-=(r.y+(t?t.f:0)+r.height/2)*(s-1),Jl.width*=s,Jl.height*=s}t.copyWorld(o.canvas,t.bounds,Jl)}else s&&(Kl(Jl,e),Jl.x-=e.width/2*(s-1),Jl.y-=e.height/2*(s-1),Jl.width*=s,Jl.height*=s),t.copyWorld(o.canvas,n,s?Jl:e)}const{toOffsetOutBounds:td}=it,ed={};const sd={shadow:function(t,e,s){let i,o;const{__nowWorld:r,__layout:n}=t,{shadow:a}=t.__,{worldCanvas:h,bounds:l,shapeBounds:d,scaleX:c,scaleY:u}=s,_=e.getSameCanvas(),p=a.length-1;$l(l,Ql),a.forEach(((a,g)=>{_.setWorldShadow(Ql.offsetX+a.x*c,Ql.offsetY+a.y*u,a.blur*c,a.color),o=a.spread?1+2*a.spread/(n.boxBounds.width+2*(n.strokeBoxSpread||0)):0,Zl(_,Ql,o,s),i=l,a.box&&(_.restore(),_.save(),h&&(_.copyWorld(_,l,r,"copy"),i=r),h?_.copyWorld(h,r,r,"destination-out"):_.copyWorld(s.canvas,d,l,"destination-out")),t.__worldFlipped?e.copyWorldByReset(_,i,r,a.blendMode):e.copyWorldToInner(_,i,n.renderBounds,a.blendMode),p&&g<p&&_.clearWorld(i,!0)})),_.recycle(i)},innerShadow:function(t,e,s){let i,o;const{__nowWorld:r,__layout:n}=t,{innerShadow:a}=t.__,{worldCanvas:h,bounds:l,shapeBounds:d,scaleX:c,scaleY:u}=s,_=e.getSameCanvas(),p=a.length-1;td(l,ed),a.forEach(((a,g)=>{_.save(),_.setWorldShadow(ed.offsetX+a.x*c,ed.offsetY+a.y*u,a.blur*c),o=a.spread?1-2*a.spread/(n.boxBounds.width+2*(n.strokeBoxSpread||0)):0,Zl(_,ed,o,s),_.restore(),h?(_.copyWorld(_,l,r,"copy"),_.copyWorld(h,r,r,"source-out"),i=r):(_.copyWorld(s.canvas,d,l,"source-out"),i=l),_.fillWorld(i,a.color,"source-in"),t.__worldFlipped?e.copyWorldByReset(_,i,r,a.blendMode):e.copyWorldToInner(_,i,n.renderBounds,a.blendMode),p&&g<p&&_.clearWorld(i,!0)})),_.recycle(i)},blur:function(t,e,s){const{blur:i}=t.__;s.setWorldBlur(i*t.__nowWorld.a),s.copyWorldToInner(e,t.__nowWorld,t.__layout.renderBounds),s.filter="none"},backgroundBlur:function(t,e,s){}},{excludeRenderBounds:id}=sr;function od(t,e,s,i,o,r){switch(e){case"alpha":!function(t,e,s,i){const o=t.__nowWorld;s.resetTransform(),s.opacity=1,s.useMask(i,o),i.recycle(o),nd(t,e,s,1)}(t,s,i,o);break;case"opacity-path":nd(t,s,i,r);break;case"path":s.restore()}}function rd(t){return t.getSameCanvas(!1,!0)}function nd(t,e,s,i){const o=t.__nowWorld;e.resetTransform(),e.opacity=i,e.copyWorld(s,o),s.recycle(o)}ra.prototype.__renderMask=function(t,e){let s,i,o,r,n;const{children:a}=this;for(let h=0,l=a.length;h<l;h++)s=a[h],s.__.mask&&(n&&(od(this,n,t,o,i,r),i=o=null),"path"===s.__.maskType?(s.opacity<1?(n="opacity-path",r=s.opacity,o||(o=rd(t))):(n="path",t.save()),s.__clip(o||t,e)):(n="alpha",i||(i=rd(t)),o||(o=rd(t)),s.__render(i,e)),"clipping"!==s.__.maskType)||id(s,e)||s.__render(o||t,e);od(this,n,t,o,i,r)};const ad=">)]}%!?,.:;'\"》)」〉』〗】〕}┐>’”!?,、。:;‰",hd=ad+"_#~&*+\\=|≮≯≈≠=…",ld=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 dd(t){const e={};return t.split("").forEach((t=>e[t]=!0)),e}const cd=dd("ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz"),ud=dd("{[(<'\"《(「〈『〖【〔{┌<‘“=¥¥$€££¢¢"),_d=dd(ad),pd=dd(hd),gd=dd("- —/~|┆·");var fd;!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"}(fd||(fd={}));const{Letter:yd,Single:md,Before:wd,After:vd,Symbol:xd,Break:bd}=fd;function Bd(t){return cd[t]?yd:gd[t]?bd:ud[t]?wd:_d[t]?vd:pd[t]?xd:ld.test(t)?md:yd}const kd={trimRight(t){const{words:e}=t;let s,i=0,o=e.length;for(let r=o-1;r>-1&&(s=e[r].data[0]," "===s.char);r--)i++,t.width-=s.width;i&&e.splice(o-i,i)}};function Rd(t,e,s){switch(e){case"title":return s?t.toUpperCase():t;case"upper":return t.toUpperCase();case"lower":return t.toLowerCase();default:return t}}const{trimRight:Cd}=kd,{Letter:Td,Single:Sd,Before:Ld,After:Pd,Symbol:Ed,Break:Od}=fd;let Ad,Md,Id,Wd,Dd,Fd,Nd,zd,Yd,Xd,jd,Hd,Ud,Vd,Gd,qd,Kd=[];function $d(t,e){Yd&&!zd&&(zd=Yd),Ad.data.push({char:t,width:e}),Id+=e}function Jd(){Wd+=Id,Ad.width=Id,Md.words.push(Ad),Ad={data:[]},Id=0}function Qd(){Vd&&(Gd.paraNumber++,Md.paraStart=!0,Vd=!1),Yd&&(Md.startCharSize=zd,Md.endCharSize=Yd,zd=0),Md.width=Wd,qd.width&&Cd(Md),Kd.push(Md),Md={words:[]},Wd=0}const Zd=0,tc=1,ec=2;const{top:sc,right:ic,bottom:oc,left:rc}=dt;function nc(t,e,s){const{bounds:i,rows:o}=t;i[e]+=s;for(let t=0;t<o.length;t++)o[t][e]+=s}const ac={getDrawData:function(t,e){"string"!=typeof t&&(t=String(t));let s=0,o=0,r=e.__getInput("width")||0,n=e.__getInput("height")||0;const{textDecoration:a,__font:h,__padding:l}=e;l&&(r&&(s=l[rc],r-=l[ic]+l[rc]),n&&(o=l[sc],n-=l[sc]+l[oc]));const d={bounds:{x:s,y:o,width:r,height:n},rows:[],paraNumber:0,font:i.canvas.font=h};return function(t,e,s){Gd=t,Kd=t.rows,qd=t.bounds;const{__letterSpacing:o,paraIndent:r,textCase:n}=s,{canvas:a}=i,{width:h,height:l}=qd;if(h||l||o||"none"!==n){const t="none"!==s.textWrap,i="break"===s.textWrap;Vd=!0,jd=null,zd=Nd=Yd=Id=Wd=0,Ad={data:[]},Md={words:[]};for(let s=0,l=e.length;s<l;s++)Fd=e[s],"\n"===Fd?(Id&&Jd(),Md.paraEnd=!0,Qd(),Vd=!0):(Xd=Bd(Fd),Xd===Td&&"none"!==n&&(Fd=Rd(Fd,n,!Id)),Nd=a.measureText(Fd).width,o&&(o<0&&(Yd=Nd),Nd+=o),Hd=Xd===Sd&&(jd===Sd||jd===Td)||jd===Sd&&Xd!==Pd,Ud=!(Xd!==Ld&&Xd!==Sd||jd!==Ed&&jd!==Pd),Dd=Vd&&r?h-r:h,t&&h&&Wd+Id+Nd>Dd&&(i?(Id&&Jd(),Qd()):(Ud||(Ud=Xd===Td&&jd==Pd),Hd||Ud||Xd===Od||Xd===Ld||Xd===Sd||Id+Nd>Dd?(Id&&Jd(),Qd()):Qd()))," "===Fd&&!0!==Vd&&Wd+Id===0||(Xd===Od?(" "===Fd&&Id&&Jd(),$d(Fd,Nd),Jd()):Hd||Ud?(Id&&Jd(),$d(Fd,Nd)):$d(Fd,Nd)),jd=Xd);Id&&Jd(),Wd&&Qd(),Kd.length>0&&(Kd[Kd.length-1].paraEnd=!0)}else e.split("\n").forEach((t=>{Gd.paraNumber++,Kd.push({x:r||0,text:t,width:a.measureText(t).width,paraStart:!0})}))}(d,t,e),l&&function(t,e,s,i,o){if(!i)switch(s.textAlign){case"left":nc(e,"x",t[rc]);break;case"right":nc(e,"x",-t[ic])}if(!o)switch(s.verticalAlign){case"top":nc(e,"y",t[sc]);break;case"bottom":nc(e,"y",-t[oc])}}(l,d,e,r,n),function(t,e){const{rows:s,bounds:i}=t,{__lineHeight:o,__baseLine:r,__letterSpacing:n,__clipText:a,textAlign:h,verticalAlign:l,paraSpacing:d}=e;let c,u,_,{x:p,y:g,width:f,height:y}=i,m=o*s.length+(d?d*(t.paraNumber-1):0),w=r;if(a&&m>y)m=Math.max(y,o),t.overflow=s.length;else switch(l){case"middle":g+=(y-m)/2;break;case"bottom":g+=y-m}w+=g;for(let r=0,l=s.length;r<l;r++){switch(c=s[r],c.x=p,h){case"center":c.x+=(f-c.width)/2;break;case"right":c.x+=f-c.width}c.paraStart&&d&&r>0&&(w+=d),c.y=w,w+=o,t.overflow>r&&w>m&&(c.isOverflow=!0,t.overflow=r+1),u=c.x,_=c.width,n<0&&(c.width<0?(_=-c.width+e.fontSize+n,u-=_,_+=e.fontSize):_-=n),u<i.x&&(i.x=u),_>i.width&&(i.width=_),a&&f&&f<_&&(c.isOverflow=!0,t.overflow||(t.overflow=s.length))}i.y=g,i.height=m}(d,e),function(t,e,s,i){const{rows:o}=t,{textAlign:r,paraIndent:n,letterSpacing:a}=e;let h,l,d,c,u;o.forEach((t=>{t.words&&(d=n&&t.paraStart?n:0,l=s&&"justify"===r&&t.words.length>1?(s-t.width-d)/(t.words.length-1):0,c=a||t.isOverflow?Zd:l>.01?tc:ec,t.isOverflow&&!a&&(t.textMode=!0),c===ec?(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===tc?(u={char:"",x:h},h=function(t,e,s){return t.forEach((t=>{s.char+=t.char,e+=t.width})),e}(e.data,h,u)," "!==u.char&&t.data.push(u)):h=function(t,e,s){return t.forEach((t=>{" "!==t.char&&(t.x=e,s.push(t)),e+=t.width})),e}(e.data,h,t.data),!t.paraEnd&&l&&(h+=l,t.width+=l)}))),t.words=null)}))}(d,e,r),d.overflow&&function(t,e){const{rows:s,overflow:o}=t;let{textOverflow:r}=e;if(s.splice(o),"hide"!==r){let t,n;"ellipsis"===r&&(r="...");const a=i.canvas.measureText(r).width,h=e.x+e.width-a;("none"===e.textWrap?s:[s[o-1]]).forEach((e=>{if(e.isOverflow&&e.data){let s=e.data.length-1;for(let i=s;i>-1&&(t=e.data[i],n=t.x+t.width,!(i===s&&n<h));i--){if(n<h&&" "!==t.char){e.data.splice(i+1),e.width-=t.width;break}e.width-=t.width}e.width+=a,e.data.push({char:r,x:n}),e.textMode&&function(t){t.text="",t.data.forEach((e=>{t.text+=e.char})),t.data=null}(e)}}))}}(d,e),"none"!==a&&function(t,e){const{fontSize:s}=e;switch(t.decorationHeight=s/11,e.textDecoration){case"under":t.decorationY=.15*s;break;case"delete":t.decorationY=.35*-s}}(d,e),d}};const hc={string:function(t,e){if("string"==typeof t)return t;let s=void 0===t.a?1:t.a;e&&(s*=e);const i=t.r+","+t.g+","+t.b;return 1===s?"rgb("+i+")":"rgba("+i+","+s+")"}},{setPoint:lc,addPoint:dc,toBounds:cc}=z;const uc={export(t,e,s){return this.running=!0,function(t){_c||(_c=new ro);return new Promise((e=>{_c.add((()=>bl(this,void 0,void 0,(function*(){return yield t(e)}))),{parallel:!1})}))}((r=>new Promise((n=>{const a=t=>{r(t),n(),this.running=!1};if("json"===e)return a({data:t.toJSON()});if("json"===eo.fileType(e))return i.origin.download("data:text/plain;charset=utf-8,"+encodeURIComponent(JSON.stringify(t.toJSON())),e),a({data:!0});const{leafer:h}=t;h?h.waitViewCompleted((()=>bl(this,void 0,void 0,(function*(){s=eo.getExportOptions(s);let i,r,n=1,l=1;const{worldTransform:d,isLeafer:c,isFrame:u}=t,{slice:_,trim:p,onCanvas:g}=s,f=s.scale||1,y=s.pixelRatio||1,m=s.screenshot||t.isApp,w=c&&m&&void 0===s.fill?t.fill:s.fill,v=eo.isOpaqueImage(e)||w,x=new N;if(m)i=!0===m?c?h.canvas.bounds:t.worldRenderBounds:m;else{let e=s.relative||(c?"inner":"local");switch(n=d.scaleX,l=d.scaleY,e){case"inner":x.set(d);break;case"local":x.set(d).divide(t.localTransform),n/=t.scaleX,l/=t.scaleY;break;case"world":n=1,l=1;break;case"page":e=t.leafer;default:x.set(d).divide(t.getTransform(e));const s=e.worldTransform;n/=n/s.scaleX,l/=l/s.scaleY}i=t.getBounds("render",e)}const{x:b,y:B,width:k,height:R}=new at(i).scale(f);let C=o.canvas({width:Math.round(k),height:Math.round(R),pixelRatio:y});const T={matrix:x.scale(1/f).invert().translate(-b,-B).withScale(1/n*f,1/l*f)};if(_&&(t=h,T.bounds=C.bounds),C.save(),u&&void 0!==w){const e=t.get("fill");t.fill="",t.__render(C,T),t.fill=e}else t.__render(C,T);if(C.restore(),p){r=function(t){const{width:e,height:s}=t.view,{data:i}=t.context.getImageData(0,0,e,s);let o,r,n,a=0;for(let t=0;t<i.length;t+=4)0!==i[t+3]&&(o=a%e,r=(a-o)/e,n?dc(n,o,r):lc(n={},o,r)),a++;const h=new at;return cc(n,h),h.scale(1/t.pixelRatio).ceil()}(C);const t=C,{width:e,height:s}=r,i={x:0,y:0,width:e,height:s,pixelRatio:y};C=o.canvas(i),C.copyWorld(t,r,i)}v&&C.fillWorld(C.bounds,w||"#FFFFFF","destination-over"),g&&g(C);const S="canvas"===e?C:yield C.export(e,s);a({data:S,width:C.pixelWidth,height:C.pixelHeight,renderBounds:i,trimBounds:r})})))):a({data:!1})}))))}};let _c;const pc=jt.prototype,gc=ft.get("@leafer-ui/export");pc.export=function(t,e){const{quality:s,blob:i}=eo.getExportOptions(e);return t.includes(".")?this.saveAs(t,s):i?this.toBlob(t,s):this.toDataURL(t,s)},pc.toBlob=function(t,e){return new Promise((s=>{i.origin.canvasToBolb(this.view,t,e).then((t=>{s(t)})).catch((t=>{gc.error(t),s(null)}))}))},pc.toDataURL=function(t,e){return i.origin.canvasToDataURL(this.view,t,e)},pc.saveAs=function(t,e){return new Promise((s=>{i.origin.canvasSaveAs(this.view,t,e).then((()=>{s(!0)})).catch((t=>{gc.error(t),s(!1)}))}))},Object.assign(Pn,ac),Object.assign(En,hc),Object.assign(An,Uh),Object.assign(Mn,kl),Object.assign(In,ql),Object.assign(Wn,sd),Object.assign(Dn,uc),Object.assign(o,{interaction:(t,e,s,i)=>new Ah(t,e,s,i),hitCanvas:(t,e)=>new sh(t,e),hitCanvasManager:()=>new e.HitCanvasManager}),i.origin={createCanvas(t,e){const s=document.createElement("canvas");return s.width=t,s.height=e,s},canvasToDataURL:(t,e,s)=>t.toDataURL(ih(e),s),canvasToBolb:(t,e,s)=>new Promise((i=>t.toBlob(i,ih(e),s))),canvasSaveAs:(t,e,s)=>{const o=t.toDataURL(ih(oh(e)),s);return i.origin.download(o,e)},download:(t,e)=>new Promise((s=>{let i=document.createElement("a");i.href=t,i.download=e,document.body.appendChild(i),i.click(),document.body.removeChild(i),s()})),loadImage:t=>new Promise(((e,s)=>{const o=new Image,{suffix:r,crossOrigin:n}=i.image;n&&(o.setAttribute("crossOrigin",n),o.crossOrigin=n),o.onload=()=>{e(o)},o.onerror=t=>{s(t)},t.startsWith("data:")||t.startsWith("blob:")||!r||(t+=(t.includes("?")?"&":"?")+r),o.src=t}))},i.event={stopDefault(t){t.preventDefault()},stopNow(t){t.stopImmediatePropagation()},stop(t){t.stopPropagation()}},i.canvas=o.canvas(),i.conicGradientSupport=!!i.canvas.context.createConicGradient,window.addEventListener("unload",(()=>{const{list:t}=e.Leafer;t.forEach((t=>t.destroy(!0))),t.destroy(),no.destroy()}));const fc=function(t,s){const i=function(t,e){let s="";const i=t;void 0!==e.formatter(i)?s=e.formatter(i):"value"==e.showType?s+=e.info.map((t=>`${i[t]}`)).join("\n"):"key-value"==e.showType&&(s+=e.info.map((t=>`${t} : ${i[t]}`)).join("\n"));return s}(t,s),{fontSize:o,fontFamily:r,fontWeight:n,padding:a}=s.style,h=new e.Box({children:[{tag:"Text",text:i,fontSize:o,fontFamily:r,fontWeight:n,padding:a}]}),{width:l,height:d}=h.getBounds();return{width:l,height:d,text:i}};class yc extends e.PenData{}let mc=class extends e.Pen{get __tag(){return"Tooltip"}constructor(t){super(t),this.target=t.target,this.config=t.config,this.show()}createShapes(t=this.__.pointerPos){this.clear();const{width:s,height:i,text:o}=fc(this.target,this.config),{backgroundColor:r,stroke:n,color:a,padding:h,borderRadius:l,fontSize:d,fontWeight:c,fontFamily:u}=this.config.style;let _=this.config.offset;this.setStyle({fill:r,stroke:n}),this.add(new e.Text({className:"leafer-x-tooltip",fill:a,fontSize:d,fontWeight:c,fontFamily:u,x:t.x+_[0],y:t.y+_[1],text:o,padding:h})),this.roundRect(t.x+_[0],t.y+_[1],s,i,l),this.isShow=!0}clearShowHideTimers(){this.showTimerId&&(clearTimeout(this.showTimerId),this.showTimerId=null),this.hideTimerId&&(clearTimeout(this.hideTimerId),this.hideTimerId=null)}show(t=this.__.pointerPos){this.clearShowHideTimers(),this.showTimerId=setTimeout((()=>{this.createShapes(t),clearTimeout(this.showTimerId),this.showTimerId=null}),this.config.showDelay)}hide(t=!1){this.clearShowHideTimers(),t?this.destroy():this.hideTimerId||(this.hideTimerId=setTimeout((()=>{this.destroy()}),this.config.hideDelay))}update(t){this.clearShowHideTimers(),this.isShow?this.createShapes(t):this.show(t)}destroyTooltip(){this.clearShowHideTimers(),this.destroy(),this.isShow=!1,this.target=void 0}};s([Lo(yc)],mc.prototype,"__",void 0),s([go({x:0,y:0})],mc.prototype,"pointerPos",void 0),s([go()],mc.prototype,"showTimerId",void 0),s([go()],mc.prototype,"hideTimerId",void 0),s([go(!1)],mc.prototype,"isShow",void 0),s([go()],mc.prototype,"config",void 0),s([go()],mc.prototype,"target",void 0),mc=s([Fo()],mc);const wc={reference:"pointer",info:["tag"],showType:"value",formatter:()=>{},showDelay:500,hideDelay:0,arrow:!1,placement:"right-end",offset:[5,5],preventOverflow:!1,includesType:[],excludesType:[],theme:"light",style:{backgroundColor:"white",stroke:"black",color:"black",borderRadius:8,padding:8,fontSize:14,fontWeight:400,fontFamily:'"Punctuation SC","Inter",ui-sans-serif,system-ui,"PingFang SC","Noto Sans CJK SC", "Noto Sans SC", "Heiti SC", "Microsoft YaHei", "DengXian", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"'}};return t.TooltipPlugin=class{constructor(t,e){this.instance=t,this.config=Object.assign({},wc,e),this.handleConfig(),this.initState(),this.pointEventId=this.initEvent()}initState(){if(this.instance.isApp){const t=this.instance;void 0===t.sky&&(t.sky=t.addLeafer({type:"draw",usePartRender:!1})),this.aimLeafer=t.sky}else this.instance.isLeafer&&(this.aimLeafer=this.instance)}handleConfig(){"dark"===this.config.theme&&(this.config.style.backgroundColor="black",this.config.style.color="white")}initEvent(){return this.instance.on_(e.PointerEvent.MOVE,this.handlePointMove,this)}handlePointMove(t){const e=this.instance.pick({x:t.x,y:t.y},{ignoreHittable:!0,through:!0}),s=this.filterTarget(e.throughPath.list);s&&this.handleAllowed(s)?this.handleTooltip(t,s):this.hideTooltip()}filterTarget(t){const e=["Leafer","App"],s=t.filter((t=>{var s;return!e.includes(null==t?void 0:t.tag)&&"Tooltip"!==(null===(s=null==t?void 0:t.parent)||void 0===s?void 0:s.tag)&&"leafer-x-tooltip"!==(null==t?void 0:t.className)}));return s[s.length-1]||null}handleAllowed(t){const e=["#"+t.id,"."+t.className,t.tag],{includesType:s,excludesType:i}=this.config;if(0===s.length&&0===i.length)return!0;const o=e.some((t=>s.includes(t))),r=e.some((t=>i.includes(t)));return!r&&0===s.length||!(!o&&0===i.length)&&(o||!r)}hideTooltip(){this.aimLeafer.find("Tooltip").forEach((t=>{t.hide()}))}handleTooltip(t,e){const s=function(t){return t.tag+t.innerId}(e),i=this.aimLeafer.find("Tooltip");let o=!1;for(const e of i)e.id===s?(e.update({x:t.x,y:t.y}),o=!0):e.hide();o||this.aimLeafer.add(new mc({id:s,pointerPos:{x:t.x,y:t.y},target:e,config:this.config}))}destroy(){const t=this.aimLeafer.find("Tooltip");t&&t.forEach((t=>{t.destroyTooltip(),t.parent.remove(t)})),this.instance.off_(this.pointEventId),this.instance=null,this.aimLeafer=null}},t}({},LeaferUI);
|
|
1
|
+
this.LeaferX=this.LeaferX||{},this.LeaferX.tooltipCanvas=function(t){"use strict";var e;!function(t){t[t.No=0]="No",t[t.Yes=1]="Yes",t[t.NoAndSkip=2]="NoAndSkip",t[t.YesAndSkip=3]="YesAndSkip"}(e||(e={}));const i={};function s(t){return void 0===t}function r(t){return null==t}function n(t){return"string"==typeof t}const{isFinite:o}=Number;function a(t){return"number"==typeof t}const{isArray:h}=Array;function l(t){return t&&"object"==typeof t}const d={default:(t,e)=>(c(e,t),c(t,e),t),assign(t,e,i){let s;Object.keys(e).forEach(r=>{var n,o;if(s=e[r],(null==s?void 0:s.constructor)===Object&&(null===(n=t[r])||void 0===n?void 0:n.constructor)===Object)return c(t[r],e[r],i&&i[r]);i&&r in i?(null===(o=i[r])||void 0===o?void 0:o.constructor)===Object&&c(t[r]={},e[r],i[r]):t[r]=e[r]})},copyAttrs:(t,e,i)=>(i.forEach(i=>{s(e[i])||(t[i]=e[i])}),t),clone:t=>JSON.parse(JSON.stringify(t)),toMap(t){const e={};for(let i=0,s=t.length;i<s;i++)e[t[i]]=!0;return e},stintSet(t,e,i){i||(i=void 0),t[e]!==i&&(t[e]=i)}},{assign:c}=d;class u{get __useNaturalRatio(){return!0}get __isLinePath(){const{path:t}=this;return t&&6===t.length&&1===t[0]}get __usePathBox(){return this.__pathInputed}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(!s(e))return e}return this[t]}__getData(){const t={tag:this.__leaf.tag},{__input:e}=this;let i;for(let r in this)"_"!==r[0]&&(i=e?e[r]:void 0,t[r]=s(i)?this[r]: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(!s(e))return e}if("path"!==t||this.__pathInputed)return this["_"+t]}__removeInput(t){this.__input&&!s(this.__input[t])&&(this.__input[t]=void 0)}__getInputData(t,e){const i={};if(t)if(h(t))for(let e of t)i[e]=this.__getInput(e);else for(let e in t)i[e]=this.__getInput(e);else{let t,e,{__input:r}=this;i.tag=this.__leaf.tag;for(let n in this)if("_"!==n[0]&&(t=this["_"+n],!s(t))){if("path"===n&&!this.__pathInputed)continue;e=r?r[n]:void 0,i[n]=s(e)?t:e}}if(e&&e.matrix){const{a:t,b:e,c:s,d:r,e:n,f:o}=this.__leaf.__localMatrix;i.matrix={a:t,b:e,c:s,d:r,e:n,f:o}}return i}__setMiddle(t,e){this.__middle||(this.__middle={}),this.__middle[t]=e}__getMiddle(t){return this.__middle&&this.__middle[t]}__checkSingle(){const t=this;if("pass-through"===t.blendMode){const e=this.__leaf;t.opacity<1&&(e.isBranch||t.__hasMultiPaint)||e.__hasEraser||t.eraser||t.filter?t.__single=!0:t.__single&&(t.__single=!1)}else t.__single=!0}__removeNaturalSize(){this.__naturalWidth=this.__naturalHeight=void 0}destroy(){this.__input=this.__middle=null}}const{floor:_,max:p}=Math,g={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",isLarge:(t,e,i,s)=>t.width*t.height*(e?e*i:1)>(s||f.maxCacheSize),isSuperLarge:(t,e,i)=>f.isLarge(t,e,i,f.maxPatternSize),getRealURL(t){const{prefix:e,suffix:i}=g.image;return!i||t.startsWith("data:")||t.startsWith("blob:")||(t+=(t.includes("?")?"&":"?")+i),e&&"/"===t[0]&&(t=e+t),t},resize(t,e,i,s,r,n,o,a,h){const l=g.origin.createCanvas(p(_(e+(s||0)),1),p(_(i+(r||0)),1)),d=l.getContext("2d");if(a&&(d.globalAlpha=a),d.imageSmoothingEnabled=!1!==o,n){const s=e/n.width,r=i/n.height;d.setTransform(s,0,0,r,-n.x*s,-n.y*r),d.drawImage(t,0,0,t.width,t.height)}else d.drawImage(t,0,0,e,i);return l},setPatternTransform(t,e,i){try{e&&t.setTransform&&(t.setTransform(e),e=void 0)}catch(t){}i&&d.stintSet(i,"transform",e)}}},{image:f}=g,y={RUNTIME:"runtime",LEAF:"leaf",TASK:"task",CNAVAS:"canvas",IMAGE:"image",types:{},create(t){const{types:e}=m;return e[t]?e[t]++:(e[t]=1,0)}},m=y;let w,v,x;const{max:b}=Math,S=[0,0,0,0],k={zero:[...S],tempFour:S,set:(t,e,i,s,r)=>(void 0===i&&(i=s=r=e),t[0]=e,t[1]=i,t[2]=s,t[3]=r,t),setTemp:(t,e,i,s)=>T(S,t,e,i,s),toTempAB(t,e,i){x=i?a(t)?e:t:[],a(t)?(w=P(t),v=e):a(e)?(w=t,v=P(e)):(w=t,v=e),4!==w.length&&(w=B(w)),4!==v.length&&(v=B(v))},get(t,e){let i;if(!a(t))switch(t.length){case 4:i=s(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]),!s(e))for(let t=0;t<4;t++)i[t]>e&&(i[t]=e);return i},max:(t,e,i)=>a(t)&&a(e)?b(t,e):(R(t,e,i),T(x,b(w[0],v[0]),b(w[1],v[1]),b(w[2],v[2]),b(w[3],v[3]))),add:(t,e,i)=>a(t)&&a(e)?t+e:(R(t,e,i),T(x,w[0]+v[0],w[1]+v[1],w[2]+v[2],w[3]+v[3])),swapAndScale(t,e,i,s){if(a(t))return e===i?t*e:[t*i,t*e];const r=s?t:[],[n,o,h,l]=4===t.length?t:B(t);return T(r,h*i,l*e,n*i,o*e)}},{set:T,get:B,setTemp:P,toTempAB:R}=k,{round:C,pow:E,max:L,floor:O,PI:A}=Math,D={within:(t,e,i)=>(l(e)&&(i=e.max,e=e.min),!s(e)&&t<e&&(t=e),!s(i)&&t>i&&(t=i),t),fourNumber:k.get,formatRotation:(t,e)=>(t%=360,e?t<0&&(t+=360):(t>180&&(t-=360),t<-180&&(t+=360)),D.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=s(e)?1e12:E(10,e);return-0===(t=C(t*i)/i)?0:t},sign:t=>t<0?-1:1,getScaleData(t,e,i,s){if(s||(s={}),e){const t=(a(e)?e:e.width||0)/i.width,r=(a(e)?e:e.height||0)/i.height;s.scaleX=t||r||1,s.scaleY=r||t||1}else t&&D.assignScale(s,t);return s},assignScale(t,e){a(e)?t.scaleX=t.scaleY=e:(t.scaleX=e.x,t.scaleY=e.y)},getFloorScale:(t,e=1)=>L(O(t),e)/t,randInt:M,randColor:t=>`rgba(${M(255)},${M(255)},${M(255)},${t||1})`};function M(t){return Math.round(Math.random()*t)}const I=A/180,W=2*A,F=A/2;function z(){return{a:1,b:0,c:0,d:1,e:0,f:0}}const{sin:N,cos:Y,acos:X,sqrt:H}=Math,{float:U}=D,j={};function V(){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 G={defaultMatrix:{a:1,b:0,c:0,d:1,e:0,f:0},defaultWorld:V(),tempMatrix:{},set(t,e=1,i=0,s=0,r=1,n=0,o=0){t.a=e,t.b=i,t.c=s,t.d=r,t.e=n,t.f=o},get:z,getWorld:V,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},pixelScale(t,e,i){i||(i=t),i.a=t.a*e,i.b=t.b*e,i.c=t.c*e,i.d=t.d*e,i.e=t.e*e,i.f=t.f*e},scaleOfOuter(t,e,i,s){K.toInnerPoint(t,e,j),K.scaleOfInner(t,j,i,s)},scaleOfInner(t,e,i,s=i){K.translateInner(t,e.x,e.y),K.scale(t,i,s),K.translateInner(t,-e.x,-e.y)},rotate(t,e){const{a:i,b:s,c:r,d:n}=t,o=Y(e*=I),a=N(e);t.a=i*o-s*a,t.b=i*a+s*o,t.c=r*o-n*a,t.d=r*a+n*o},rotateOfOuter(t,e,i){K.toInnerPoint(t,e,j),K.rotateOfInner(t,j,i)},rotateOfInner(t,e,i){K.translateInner(t,e.x,e.y),K.rotate(t,i),K.translateInner(t,-e.x,-e.y)},skew(t,e,i){const{a:s,b:r,c:n,d:o}=t;i&&(i*=I,t.a=s+n*i,t.b=r+o*i),e&&(e*=I,t.c=n+s*e,t.d=o+r*e)},skewOfOuter(t,e,i,s){K.toInnerPoint(t,e,j),K.skewOfInner(t,j,i,s)},skewOfInner(t,e,i,s=0){K.translateInner(t,e.x,e.y),K.skew(t,i,s),K.translateInner(t,-e.x,-e.y)},multiply(t,e){const{a:i,b:s,c:r,d:n,e:o,f:a}=t;t.a=e.a*i+e.b*r,t.b=e.a*s+e.b*n,t.c=e.c*i+e.d*r,t.d=e.c*s+e.d*n,t.e=e.e*i+e.f*r+o,t.f=e.e*s+e.f*n+a},multiplyParent(t,e,i,r,n){const{e:o,f:a}=t;if(i||(i=t),s(r)&&(r=1!==t.a||t.b||t.c||1!==t.d),r){const{a:s,b:r,c:o,d:a}=t;i.a=s*e.a+r*e.c,i.b=s*e.b+r*e.d,i.c=o*e.a+a*e.c,i.d=o*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=o*e.a+a*e.c+e.e,i.f=o*e.b+a*e.d+e.f},divide(t,e){K.multiply(t,K.tempInvert(e))},divideParent(t,e){K.multiplyParent(t,K.tempInvert(e))},tempInvert(t){const{tempMatrix:e}=K;return K.copy(e,t),K.invert(e),e},invert(t){const{a:e,b:i,c:s,d:r,e:n,f:o}=t;if(i||s){const a=1/(e*r-i*s);t.a=r*a,t.b=-i*a,t.c=-s*a,t.d=e*a,t.e=-(n*r-o*s)*a,t.f=-(o*e-n*i)*a}else if(1===e&&1===r)t.e=-n,t.f=-o;else{const i=1/(e*r);t.a=r*i,t.d=e*i,t.e=-n*r*i,t.f=-o*e*i}},toOuterPoint(t,e,i,s){const{x:r,y:n}=e;i||(i=e),i.x=r*t.a+n*t.c,i.y=r*t.b+n*t.d,s||(i.x+=t.e,i.y+=t.f)},toInnerPoint(t,e,i,s){const{a:r,b:n,c:o,d:a}=t,h=1/(r*a-n*o),{x:l,y:d}=e;if(i||(i=e),i.x=(l*a-d*o)*h,i.y=(d*r-l*n)*h,!s){const{e:e,f:s}=t;i.x-=(e*a-s*o)*h,i.y-=(s*r-e*n)*h}},setLayout(t,e,i,r,n){const{x:o,y:a,scaleX:h,scaleY:l}=e;if(s(n)&&(n=e.rotation||e.skewX||e.skewY),n){const{rotation:i,skewX:s,skewY:r}=e,n=i*I,o=Y(n),a=N(n);if(s||r){const e=s*I,i=r*I;t.a=(o+i*-a)*h,t.b=(a+i*o)*h,t.c=(e*o-a)*l,t.d=(o+e*a)*l}else t.a=o*h,t.b=a*h,t.c=-a*l,t.d=o*l}else t.a=h,t.b=0,t.c=0,t.d=l;t.e=o,t.f=a,(i=i||r)&&K.translateInner(t,-i.x,-i.y,!r)},getLayout(t,e,i,s){const{a:r,b:n,c:o,d:a,e:h,f:l}=t;let d,c,u,_,p,g=h,f=l;if(n||o){const t=r*a-n*o;if(o&&!s){d=H(r*r+n*n),c=t/d;const e=r/d;u=n>0?X(e):-X(e)}else{c=H(o*o+a*a),d=t/c;const e=o/c;u=F-(a>0?X(-e):-X(e))}const e=U(Y(u)),i=N(u);d=U(d),c=U(c),_=e?U((o/c+i)/e/I,9):0,p=e?U((n/d-i)/e/I,9):0,u=U(u/I)}else d=r,c=a,u=_=p=0;return(e=i||e)&&(g+=e.x*r+e.y*o,f+=e.x*n+e.y*a,i||(g-=e.x,f-=e.y)),{x:g,y:f,scaleX:d,scaleY:c,rotation:u,skewX:_,skewY:p}},withScale(t,e,i=e){const s=t;if(!e||!i){const{a:s,b:r,c:n,d:o}=t;r||n?i=(s*o-r*n)/(e=H(s*s+r*r)):(e=s,i=o)}return s.scaleX=e,s.scaleY=i,s},reset(t){K.set(t)}},K=G,{float:q}=D,{toInnerPoint:$,toOuterPoint:J}=G,{sin:Q,cos:Z,abs:tt,sqrt:et,atan2:it,min:st,round:rt}=Math,nt={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=s(i)?e:i},copy(t,e){t.x=e.x,t.y=e.y},copyFrom(t,e,i){t.x=e,t.y=i},round(t,e){t.x=e?rt(t.x-.5)+.5:rt(t.x),t.y=e?rt(t.y-.5)+.5:rt(t.y)},move(t,e,i){l(e)?(t.x+=e.x,t.y+=e.y):(t.x+=e,t.y+=i)},scale(t,e,i=e){t.x&&(t.x*=e),t.y&&(t.y*=i)},scaleOf(t,e,i,s=i){t.x+=(t.x-e.x)*(i-1),t.y+=(t.y-e.y)*(s-1)},rotate(t,e,i){i||(i=ot.defaultPoint);const s=Z(e*=I),r=Q(e),n=t.x-i.x,o=t.y-i.y;t.x=i.x+n*s-o*r,t.y=i.y+n*r+o*s},tempToInnerOf(t,e){const{tempPoint:i}=ot;return ht(i,t),$(e,i,i),i},tempToOuterOf(t,e){const{tempPoint:i}=ot;return ht(i,t),J(e,i,i),i},tempToInnerRadiusPointOf(t,e){const{tempRadiusPoint:i}=ot;return ht(i,t),ot.toInnerRadiusPointOf(t,e,i),i},copyRadiusPoint:(t,e,i,s)=>(ht(t,e),lt(t,i,s),t),toInnerRadiusPointOf(t,e,i){i||(i=t),$(e,t,i),i.radiusX=Math.abs(t.radiusX/e.scaleX),i.radiusY=Math.abs(t.radiusY/e.scaleY)},toInnerOf(t,e,i){$(e,t,i)},toOuterOf(t,e,i){J(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)=>at(t.x,t.y,e.x,e.y),getDistanceFrom(t,e,i,s){const r=tt(i-t),n=tt(s-e);return et(r*r+n*n)},getMinDistanceFrom:(t,e,i,s,r,n)=>st(at(t,e,i,s),at(i,s,r,n)),getAngle:(t,e)=>dt(t,e)/I,getRotation:(t,e,i,s)=>(s||(s=e),ot.getRadianFrom(t.x,t.y,e.x,e.y,i.x,i.y,s.x,s.y)/I),getRadianFrom(t,e,i,r,n,o,a,h){s(a)&&(a=i,h=r);const l=t-i,d=e-r,c=n-a,u=o-h;return Math.atan2(l*u-d*c,l*c+d*u)},getAtan2:(t,e)=>it(e.y-t.y,e.x-t.x),getDistancePoint(t,e,i,s,r){const n=dt(t,e);return r&&(t=e),s||(e={}),e.x=t.x+Z(n)*i,e.y=t.y+Q(n)*i,e},toNumberPoints(t){let e=t;return l(t[0])&&(e=[],t.forEach(t=>e.push(t.x,t.y))),e},isSame:(t,e)=>q(t.x)===q(e.x)&&q(t.y)===q(e.y),reset(t){}},ot=nt,{getDistanceFrom:at,copy:ht,setRadius:lt,getAtan2:dt}=ot;new class t{constructor(t,e){this.set(t,e)}set(t,e){return l(t)?nt.copy(this,t):nt.set(this,t,e),this}get(){const{x:t,y:e}=this;return{x:t,y:e}}clone(){return new t(this)}move(t,e){return nt.move(this,t,e),this}scale(t,e){return nt.scale(this,t,e),this}scaleOf(t,e,i){return nt.scaleOf(this,t,e,i),this}rotate(t,e){return nt.rotate(this,t,e),this}rotateOf(t,e){return nt.rotate(this,e,t),this}getRotation(t,e,i){return nt.getRotation(this,t,e,i)}toInnerOf(t,e){return nt.toInnerOf(this,t,e),this}toOuterOf(t,e){return nt.toOuterOf(this,t,e),this}getCenter(e){return new t(nt.getCenter(this,e))}getDistance(t){return nt.getDistance(this,t)}getDistancePoint(e,i,s,r){return new t(nt.getDistancePoint(this,e,i,s,r))}getAngle(t){return nt.getAngle(this,t)}getAtan2(t){return nt.getAtan2(this,t)}isSame(t){return nt.isSame(this,t)}reset(){return this}};let ct=class t{constructor(t,e,i,s,r,n){this.set(t,e,i,s,r,n)}set(t,e,i,s,r,n){return l(t)?G.copy(this,t):G.set(this,t,e,i,s,r,n),this}setWith(t){return G.copy(this,t),this.scaleX=t.scaleX,this.scaleY=t.scaleY,this}get(){const{a:t,b:e,c:i,d:s,e:r,f:n}=this;return{a:t,b:e,c:i,d:s,e:r,f:n}}clone(){return new t(this)}translate(t,e){return G.translate(this,t,e),this}translateInner(t,e){return G.translateInner(this,t,e),this}scale(t,e){return G.scale(this,t,e),this}scaleWith(t,e){return G.scale(this,t,e),this.scaleX*=t,this.scaleY*=e||t,this}pixelScale(t){return G.pixelScale(this,t),this}scaleOfOuter(t,e,i){return G.scaleOfOuter(this,t,e,i),this}scaleOfInner(t,e,i){return G.scaleOfInner(this,t,e,i),this}rotate(t){return G.rotate(this,t),this}rotateOfOuter(t,e){return G.rotateOfOuter(this,t,e),this}rotateOfInner(t,e){return G.rotateOfInner(this,t,e),this}skew(t,e){return G.skew(this,t,e),this}skewOfOuter(t,e,i){return G.skewOfOuter(this,t,e,i),this}skewOfInner(t,e,i){return G.skewOfInner(this,t,e,i),this}multiply(t){return G.multiply(this,t),this}multiplyParent(t){return G.multiplyParent(this,t),this}divide(t){return G.divide(this,t),this}divideParent(t){return G.divideParent(this,t),this}invert(){return G.invert(this),this}invertWith(){return G.invert(this),this.scaleX=1/this.scaleX,this.scaleY=1/this.scaleY,this}toOuterPoint(t,e,i){G.toOuterPoint(this,t,e,i)}toInnerPoint(t,e,i){G.toInnerPoint(this,t,e,i)}setLayout(t,e,i){return G.setLayout(this,t,e,i),this}getLayout(t,e,i){return G.getLayout(this,t,e,i)}withScale(t,e){return G.withScale(this,t,e)}reset(){G.reset(this)}};new ct;const ut={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,r){_t(t,e,i),_t(t,e+s,i+r)},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:_t}=ut;var pt,gt;!function(t){t[t.top=0]="top",t[t.right=1]="right",t[t.bottom=2]="bottom",t[t.left=3]="left"}(pt||(pt={})),function(t){t[t.topLeft=0]="topLeft",t[t.top=1]="top",t[t.topRight=2]="topRight",t[t.right=3]="right",t[t.bottomRight=4]="bottomRight",t[t.bottom=5]="bottom",t[t.bottomLeft=6]="bottomLeft",t[t.left=7]="left",t[t.center=8]="center",t[t["top-left"]=0]="top-left",t[t["top-right"]=2]="top-right",t[t["bottom-right"]=4]="bottom-right",t[t["bottom-left"]=6]="bottom-left"}(gt||(gt={}));const ft=[{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}];ft.forEach(t=>t.type="percent");const yt={directionData:ft,tempPoint:{},get:mt,toPoint(t,e,i,s,r,n){const o=mt(t);i.x=o.x,i.y=o.y,"percent"===o.type&&(i.x*=e.width,i.y*=e.height,r&&(n||(i.x-=r.x,i.y-=r.y),o.x&&(i.x-=1===o.x?r.width:.5===o.x?o.x*r.width:0),o.y&&(i.y-=1===o.y?r.height:.5===o.y?o.y*r.height:0))),s||(i.x+=e.x,i.y+=e.y)},getPoint:(t,e,i)=>(i||(i={}),yt.toPoint(t,e,i,!0),i)};function mt(t){return n(t)?ft[gt[t]]:t}const{toPoint:wt}=yt,vt={toPoint(t,e,i,s,r,n){wt(t,i,s,r,e,n)}},{tempPointBounds:xt,setPoint:bt,addPoint:St,toBounds:kt}=ut,{toOuterPoint:Tt}=G,{float:Bt,fourNumber:Pt}=D,{floor:Rt,ceil:Ct}=Math;let Et,Lt,Ot,At;const Dt={},Mt={},It={},Wt={tempBounds:It,set(t,e=0,i=0,s=0,r=0){t.x=e,t.y=i,t.width=s,t.height=r},copy(t,e){t.x=e.x,t.y=e.y,t.width=e.width,t.height=e.height},copyAndSpread(t,e,i,s,r){const{x:n,y:o,width:a,height:l}=e;if(h(i)){const e=Pt(i);s?Ft.set(t,n+e[3],o+e[0],a-e[1]-e[3],l-e[2]-e[0]):Ft.set(t,n-e[3],o-e[0],a+e[1]+e[3],l+e[2]+e[0])}else s&&(i=-i),Ft.set(t,n-i,o-i,a+2*i,l+2*i);r&&("width"===r?(t.y=o,t.height=l):(t.x=n,t.width=a))},minX:t=>t.width>0?t.x:t.x+t.width,minY:t=>t.height>0?t.y:t.y+t.height,maxX:t=>t.width>0?t.x+t.width:t.x,maxY:t=>t.height>0?t.y+t.height:t.y,move(t,e,i){t.x+=e,t.y+=i},scroll(t,e){t.x+=e.scrollX,t.y+=e.scrollY},getByMove:(t,e,i)=>(t=Object.assign({},t),Ft.move(t,e,i),t),toOffsetOutBounds(t,e,i){e?Nt(e,t):e=t,i||(i=t),e.offsetX=Ft.maxX(i),e.offsetY=Ft.maxY(i),Ft.move(e,-e.offsetX,-e.offsetY)},scale(t,e,i=e,s){s||nt.scale(t,e,i),t.width*=e,t.height*=i},scaleOf(t,e,i,s=i){nt.scaleOf(t,e,i,s),t.width*=i,t.height*=s},tempToOuterOf:(t,e)=>(Ft.copy(It,t),Ft.toOuterOf(It,e),It),getOuterOf:(t,e)=>(t=Object.assign({},t),Ft.toOuterOf(t,e),t),toOuterOf(t,e,i){if(i||(i=t),0===e.b&&0===e.c){const{a:s,d:r,e:n,f:o}=e;s>0?(i.width=t.width*s,i.x=n+t.x*s):(i.width=t.width*-s,i.x=n+t.x*s-i.width),r>0?(i.height=t.height*r,i.y=o+t.y*r):(i.height=t.height*-r,i.y=o+t.y*r-i.height)}else Dt.x=t.x,Dt.y=t.y,Tt(e,Dt,Mt),bt(xt,Mt.x,Mt.y),Dt.x=t.x+t.width,Tt(e,Dt,Mt),St(xt,Mt.x,Mt.y),Dt.y=t.y+t.height,Tt(e,Dt,Mt),St(xt,Mt.x,Mt.y),Dt.x=t.x,Tt(e,Dt,Mt),St(xt,Mt.x,Mt.y),kt(xt,i)},toInnerOf(t,e,i){i||(i=t),Ft.move(i,-e.e,-e.f),Ft.scale(i,1/e.a,1/e.d)},getFitMatrix(t,e,i=1){const s=Math.min(i,Ft.getFitScale(t,e));return new ct(s,0,0,s,-e.x*s,-e.y*s)},getFitScale(t,e,i){const s=t.width/e.width,r=t.height/e.height;return i?Math.max(s,r):Math.min(s,r)},put(t,e,i="center",s=1,r=!0,o){o||(o=e),n(s)&&(s=Ft.getFitScale(t,e,"cover"===s)),It.width=r?e.width*=s:e.width*s,It.height=r?e.height*=s:e.height*s,vt.toPoint(i,It,t,o,!0,!0)},getSpread(t,e,i){const s={};return Ft.copyAndSpread(s,t,e,!1,i),s},spread(t,e,i){Ft.copyAndSpread(t,t,e,!1,i)},shrink(t,e,i){Ft.copyAndSpread(t,t,e,!0,i)},ceil(t){const{x:e,y:i}=t;t.x=Rt(t.x),t.y=Rt(t.y),t.width=e>t.x?Ct(t.width+e-t.x):Ct(t.width),t.height=i>t.y?Ct(t.height+i-t.y):Ct(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=Bt(t.x,e),t.y=Bt(t.y,e),t.width=Bt(t.width,e),t.height=Bt(t.height,e)},add(t,e,i){Et=t.x+t.width,Lt=t.y+t.height,Ot=e.x,At=e.y,i||(Ot+=e.width,At+=e.height),Et=Et>Ot?Et:Ot,Lt=Lt>At?Lt:At,t.x=t.x<e.x?t.x:e.x,t.y=t.y<e.y?t.y:e.y,t.width=Et-t.x,t.height=Lt-t.y},addList(t,e){Ft.setListWithFn(t,e,void 0,!0)},setList(t,e,i=!1){Ft.setListWithFn(t,e,void 0,i)},addListWithFn(t,e,i){Ft.setListWithFn(t,e,i,!0)},setListWithFn(t,e,i,s=!1){let r,n=!0;for(let o=0,a=e.length;o<a;o++)r=i?i(e[o],o):e[o],r&&(r.width||r.height)&&(n?(n=!1,s||Nt(t,r)):zt(t,r));n&&Ft.reset(t)},setPoints(t,e){e.forEach((t,e)=>0===e?bt(xt,t.x,t.y):St(xt,t.x,t.y)),kt(xt,t)},setPoint(t,e){Ft.set(t,e.x,e.y)},addPoint(t,e){zt(t,e,!0)},getPoints(t){const{x:e,y:i,width:s,height:r}=t;return[{x:e,y:i},{x:e+s,y:i},{x:e+s,y:i+r},{x:e,y:i+r}]},hitRadiusPoint:(t,e,i)=>(i&&(e=nt.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=nt.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=Ft.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=Ft.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=Ft.tempToOuterOf(e,i)),!Ft.hit(t,e))return{x:0,y:0,width:0,height:0};let{x:s,y:r,width:n,height:o}=e;return Et=s+n,Lt=r+o,Ot=t.x+t.width,At=t.y+t.height,s=s>t.x?s:t.x,r=r>t.y?r:t.y,Et=Et<Ot?Et:Ot,Lt=Lt<At?Lt:At,n=Et-s,o=Lt-r,{x:s,y:r,width:n,height:o}},intersect(t,e,i){Ft.copy(t,Ft.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){Ft.set(t)}},Ft=Wt,{add:zt,copy:Nt}=Ft;let Yt=class t{get minX(){return Wt.minX(this)}get minY(){return Wt.minY(this)}get maxX(){return Wt.maxX(this)}get maxY(){return Wt.maxY(this)}constructor(t,e,i,s){this.set(t,e,i,s)}set(t,e,i,s){return l(t)?Wt.copy(this,t):Wt.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 t(this)}move(t,e){return Wt.move(this,t,e),this}scale(t,e,i){return Wt.scale(this,t,e,i),this}scaleOf(t,e,i){return Wt.scaleOf(this,t,e,i),this}toOuterOf(t,e){return Wt.toOuterOf(this,t,e),this}toInnerOf(t,e){return Wt.toInnerOf(this,t,e),this}getFitMatrix(t,e){return Wt.getFitMatrix(this,t,e)}put(t,e,i){Wt.put(this,t,e,i)}spread(t,e){return Wt.spread(this,t,e),this}shrink(t,e){return Wt.shrink(this,t,e),this}ceil(){return Wt.ceil(this),this}unsign(){return Wt.unsign(this),this}float(t){return Wt.float(this,t),this}add(t){return Wt.add(this,t),this}addList(t){return Wt.setList(this,t,!0),this}setList(t){return Wt.setList(this,t),this}addListWithFn(t,e){return Wt.setListWithFn(this,t,e,!0),this}setListWithFn(t,e){return Wt.setListWithFn(this,t,e),this}setPoint(t){return Wt.setPoint(this,t),this}setPoints(t){return Wt.setPoints(this,t),this}addPoint(t){return Wt.addPoint(this,t),this}getPoints(){return Wt.getPoints(this)}hitPoint(t,e){return Wt.hitPoint(this,t,e)}hitRadiusPoint(t,e){return Wt.hitRadiusPoint(this,t,e)}hit(t,e){return Wt.hit(this,t,e)}includes(t,e){return Wt.includes(this,t,e)}intersect(t,e){return Wt.intersect(this,t,e),this}getIntersect(e,i){return new t(Wt.getIntersectData(this,e,i))}isSame(t){return Wt.isSame(this,t)}isEmpty(){return Wt.isEmpty(this)}reset(){Wt.reset(this)}};const Xt=new Yt;let Ht=class{constructor(t,e,i,s,r,n){l(t)?this.copy(t):this.set(t,e,i,s,r,n)}set(t=0,e=0,i=0,s=0,r=0,n=0){this.top=t,this.right=e,this.bottom=i,this.left=s,this.width=r,this.height=n}copy(t){const{top:e,right:i,bottom:s,left:r,width:n,height:o}=t;this.set(e,i,s,r,n,o)}getBoundsFrom(t){const{top:e,right:i,bottom:s,left:r,width:n,height:o}=this;return new Yt(r,e,n||t.width-r-i,o||t.height-e-s)}};const Ut={0:1,1:1,2:1,3:1,4:1,5:1,6:1,7:1,8:1,9:1,".":1,e:1,E:1},{randColor:jt}=D;let Vt=class t{constructor(t){this.repeatMap={},this.name=t}static get(e){return new t(e)}static set filter(t){this.filterList=Gt(t)}static set exclude(t){this.excludeList=Gt(t)}static drawRepaint(t,e){const i=jt();t.fillWorld(e,i.replace("1)",".1)")),t.strokeWorld(e,i)}static drawBounds(e,i,s){const r="hit"===t.showBounds,n=e.__nowWorld,o=jt();r&&(i.setWorld(n),e.__drawHitPath(i),i.fillStyle=o.replace("1)",".2)"),i.fill()),i.resetTransform(),i.setStroke(o,2),r?i.stroke():i.strokeWorld(n,o)}log(...t){if(Kt.enable){if(Kt.filterList.length&&Kt.filterList.every(t=>t!==this.name))return;if(Kt.excludeList.length&&Kt.excludeList.some(t=>t===this.name))return;console.log("%c"+this.name,"color:#21ae62",...t)}}tip(...t){Kt.enable&&this.warn(...t)}warn(...t){Kt.showWarn&&console.warn(this.name,...t)}repeat(t,...e){this.repeatMap[t]||(this.warn("repeat:"+t,...e),this.repeatMap[t]=!0)}error(...t){try{throw new Error}catch(e){console.error(this.name,...t,e)}}};function Gt(t){return t?n(t)&&(t=[t]):t=[],t}Vt.filterList=[],Vt.excludeList=[],Vt.showWarn=!0;const Kt=Vt,qt=Vt.get("RunTime"),$t={currentId:0,currentName:"",idMap:{},nameMap:{},nameToIdMap:{},start(t,e){const i=y.create(y.RUNTIME);return Jt.currentId=Jt.idMap[i]=e?performance.now():Date.now(),Jt.currentName=Jt.nameMap[i]=t,Jt.nameToIdMap[t]=i,i},end(t,e){const i=Jt.idMap[t],s=Jt.nameMap[t],r=e?(performance.now()-i)/1e3:Date.now()-i;Jt.idMap[t]=Jt.nameMap[t]=Jt.nameToIdMap[s]=void 0,qt.log(s,r,"ms")},endOfName(t,e){const i=Jt.nameToIdMap[t];s(i)||Jt.end(i,e)}},Jt=$t,Qt=[],Zt={list:{},add(t,...e){this.list[t]=!0,Qt.push(...e)},has(t,e){const i=this.list[t];return!i&&e&&this.need(t),i},need(t){console.error("please install and import plugin: "+(t.includes("-x")?"":"@leafer-in/")+t)}};setTimeout(()=>Qt.forEach(t=>Zt.has(t,!0)));const te={editor:t=>Zt.need("editor")},ee=Vt.get("UICreator"),ie={list:{},register(t){const{__tag:e}=t.prototype;se[e]&&ee.repeat(e),se[e]=t},get(t,e,i,r,n,o){se[t]||ee.error("not register "+t);const a=new se[t](e);return s(i)||(a.x=i,r&&(a.y=r),n&&(a.width=n),o&&(a.height=o)),a}},{list:se}=ie,re=Vt.get("EventCreator"),ne={nameList:{},register(t){let e;Object.keys(t).forEach(i=>{e=t[i],n(e)&&(oe[e]&&re.repeat(e),oe[e]=t)})},changeName(t,e){const i=oe[t];if(i){const s=Object.keys(i).find(e=>i[e]===t);s&&(i[s]=e,oe[e]=i)}},has(t){return!!this.nameList[t]},get:(t,...e)=>new oe[t](...e)},{nameList:oe}=ne;let ae=class{constructor(){this.list=[]}add(t){t.manager=this,this.list.push(t)}get(t){let e;const{list:i}=this;for(let s=0,r=i.length;s<r;s++)if(e=i[s],e.recycled&&e.isSameSize(t))return e.recycled=!1,e.manager||(e.manager=this),e;const s=te.canvas(t);return this.add(s),s}recycle(t){t.recycled=!0}clearRecycled(){let t;const e=[];for(let i=0,s=this.list.length;i<s;i++)t=this.list[i],t.recycled?t.destroy():e.push(t);this.list=e}clear(){this.list.forEach(t=>{t.destroy()}),this.list.length=0}destroy(){this.clear()}};function he(t,e,i,s){var r,n=arguments.length,o=n<3?e:null===s?s=Object.getOwnPropertyDescriptor(e,i):s;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,i,s);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(o=(n<3?r(o):n>3?r(e,i,o):r(e,i))||o);return n>3&&o&&Object.defineProperty(e,i,o),o}function le(t,e,i,s){return new(i||(i=Promise))(function(e,r){function n(t){try{a(s.next(t))}catch(t){r(t)}}function o(t){try{a(s.throw(t))}catch(t){r(t)}}function a(t){var s;t.done?e(t.value):(s=t.value,s instanceof i?s:new i(function(t){t(s)})).then(n,o)}a((s=s.apply(t,[])).next())})}function de(t){return(e,i)=>{t||(t=i);const s={get(){return this.context[t]},set(e){this.context[t]=e}};"strokeCap"===i&&(s.set=function(e){this.context[t]="none"===e?"butt":e}),Object.defineProperty(e,i,s)}}"function"==typeof SuppressedError&&SuppressedError;const ce=[];function ue(){return(t,e)=>{ce.push(e)}}const _e=[];let pe=class{set blendMode(t){"normal"===t&&(t="source-over"),this.context.globalCompositeOperation=t}get blendMode(){return this.context.globalCompositeOperation}set dashPattern(t){this.context.setLineDash(t||_e)}get dashPattern(){return this.context.getLineDash()}__bindContext(){let t;ce.forEach(e=>{t=this.context[e],t&&(this[e]=t.bind(this.context))}),this.textBaseline="alphabetic"}setTransform(t,e,i,s,r,n){}resetTransform(){}getTransform(){}save(){}restore(){}transform(t,e,i,s,r,n){l(t)?this.context.transform(t.a,t.b,t.c,t.d,t.e,t.f):this.context.transform(t,e,i,s,r,n)}translate(t,e){}scale(t,e){}rotate(t){}fill(t,e){}stroke(t){}clip(t,e){}fillRect(t,e,i,s){}strokeRect(t,e,i,s){}clearRect(t,e,i,s){}drawImage(t,e,i,s,r,n,o,a,h){switch(arguments.length){case 9:if(e<0){const t=-e/s*a;s+=e,e=0,n+=t,a-=t}if(i<0){const t=-i/r*h;r+=i,i=0,o+=t,h-=t}this.context.drawImage(t,e,i,s,r,n,o,a,h);break;case 5:this.context.drawImage(t,e,i,s,r);break;case 3:this.context.drawImage(t,e,i)}}beginPath(){}moveTo(t,e){}lineTo(t,e){}bezierCurveTo(t,e,i,s,r,n){}quadraticCurveTo(t,e,i,s){}closePath(){}arc(t,e,i,s,r,n){}arcTo(t,e,i,s,r){}ellipse(t,e,i,s,r,n,o,a){}rect(t,e,i,s){}roundRect(t,e,i,s,r){}createConicGradient(t,e,i){}createLinearGradient(t,e,i,s){}createPattern(t,e){}createRadialGradient(t,e,i,s,r,n){}fillText(t,e,i,s){}measureText(t){}strokeText(t,e,i,s){}destroy(){this.context=null}};he([de("imageSmoothingEnabled")],pe.prototype,"smooth",void 0),he([de("imageSmoothingQuality")],pe.prototype,"smoothLevel",void 0),he([de("globalAlpha")],pe.prototype,"opacity",void 0),he([de()],pe.prototype,"fillStyle",void 0),he([de()],pe.prototype,"strokeStyle",void 0),he([de("lineWidth")],pe.prototype,"strokeWidth",void 0),he([de("lineCap")],pe.prototype,"strokeCap",void 0),he([de("lineJoin")],pe.prototype,"strokeJoin",void 0),he([de("lineDashOffset")],pe.prototype,"dashOffset",void 0),he([de()],pe.prototype,"miterLimit",void 0),he([de()],pe.prototype,"shadowBlur",void 0),he([de()],pe.prototype,"shadowColor",void 0),he([de()],pe.prototype,"shadowOffsetX",void 0),he([de()],pe.prototype,"shadowOffsetY",void 0),he([de()],pe.prototype,"filter",void 0),he([de()],pe.prototype,"font",void 0),he([de()],pe.prototype,"fontKerning",void 0),he([de()],pe.prototype,"fontStretch",void 0),he([de()],pe.prototype,"fontVariantCaps",void 0),he([de()],pe.prototype,"textAlign",void 0),he([de()],pe.prototype,"textBaseline",void 0),he([de()],pe.prototype,"textRendering",void 0),he([de()],pe.prototype,"wordSpacing",void 0),he([de()],pe.prototype,"letterSpacing",void 0),he([de()],pe.prototype,"direction",void 0),he([ue()],pe.prototype,"setTransform",null),he([ue()],pe.prototype,"resetTransform",null),he([ue()],pe.prototype,"getTransform",null),he([ue()],pe.prototype,"save",null),he([ue()],pe.prototype,"restore",null),he([ue()],pe.prototype,"translate",null),he([ue()],pe.prototype,"scale",null),he([ue()],pe.prototype,"rotate",null),he([ue()],pe.prototype,"fill",null),he([ue()],pe.prototype,"stroke",null),he([ue()],pe.prototype,"clip",null),he([ue()],pe.prototype,"fillRect",null),he([ue()],pe.prototype,"strokeRect",null),he([ue()],pe.prototype,"clearRect",null),he([ue()],pe.prototype,"beginPath",null),he([ue()],pe.prototype,"moveTo",null),he([ue()],pe.prototype,"lineTo",null),he([ue()],pe.prototype,"bezierCurveTo",null),he([ue()],pe.prototype,"quadraticCurveTo",null),he([ue()],pe.prototype,"closePath",null),he([ue()],pe.prototype,"arc",null),he([ue()],pe.prototype,"arcTo",null),he([ue()],pe.prototype,"ellipse",null),he([ue()],pe.prototype,"rect",null),he([ue()],pe.prototype,"roundRect",null),he([ue()],pe.prototype,"createConicGradient",null),he([ue()],pe.prototype,"createLinearGradient",null),he([ue()],pe.prototype,"createPattern",null),he([ue()],pe.prototype,"createRadialGradient",null),he([ue()],pe.prototype,"fillText",null),he([ue()],pe.prototype,"measureText",null),he([ue()],pe.prototype,"strokeText",null);const{copy:ge,multiplyParent:fe,pixelScale:ye}=G,{round:me}=Math,we=new Yt,ve=new Yt,xe={width:1,height:1,pixelRatio:1},be=["width","height","pixelRatio"];let Se=class extends pe{get width(){return this.size.width}get height(){return this.size.height}get pixelRatio(){return this.size.pixelRatio}get pixelWidth(){return this.width*this.pixelRatio||0}get pixelHeight(){return this.height*this.pixelRatio||0}get pixelSnap(){return this.config.pixelSnap}set pixelSnap(t){this.config.pixelSnap=t}get allowBackgroundColor(){return this.view&&this.parentView}constructor(t,e){super(),this.size={},this.worldTransform={},t||(t=xe),this.manager=e,this.innerId=y.create(y.CNAVAS);const{width:i,height:s,pixelRatio:r}=t;this.autoLayout=!i||!s,this.size.pixelRatio=r||g.devicePixelRatio,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,e=!0){if(this.isSameSize(t))return;let i;this.context&&!this.unreal&&e&&this.width&&(i=this.getSameCanvas(),i.copyWorld(this));const s=this.size;d.copyAttrs(s,t,be),be.forEach(t=>s[t]||(s[t]=1)),this.bounds=new Yt(0,0,this.width,this.height),this.updateViewSize(),this.updateClientBounds(),this.context&&(this.smooth=this.config.smooth,!this.unreal&&i&&(this.clearWorld(i.bounds),this.copyWorld(i),i.recycle()))}updateViewSize(){}updateClientBounds(){}getClientBounds(t){return t&&this.updateClientBounds(),this.clientBounds||this.bounds}startAutoLayout(t,e){}stopAutoLayout(){}setCursor(t){}setWorld(t,e){const{pixelRatio:i,pixelSnap:s}=this,r=this.worldTransform;e&&fe(t,e,r),ye(t,i,r),s&&!t.ignorePixelSnap&&(t.half&&t.half*i%2?(r.e=me(r.e-.5)+.5,r.f=me(r.f-.5)+.5):(r.e=me(r.e),r.f=me(r.f))),this.setTransform(r.a,r.b,r.c,r.d,r.e,r.f)}useWorldTransform(t){t&&(this.worldTransform=t);const e=this.worldTransform;e&&this.setTransform(e.a,e.b,e.c,e.d,e.e,e.f)}setStroke(t,e,i,s){e&&(this.strokeWidth=e),t&&(this.strokeStyle=t),i&&this.setStrokeOptions(i,s)}setStrokeOptions(t,e){let{strokeCap:i,strokeJoin:r,dashPattern:n,dashOffset:o,miterLimit:a}=t;e&&(e.strokeCap&&(i=e.strokeCap),e.strokeJoin&&(r=e.strokeJoin),s(e.dashPattern)||(n=e.dashPattern),s(e.dashOffset)||(o=e.dashOffset),e.miterLimit&&(a=e.miterLimit)),this.strokeCap=i,this.strokeJoin=r,this.dashPattern=n,this.dashOffset=o,this.miterLimit=a}saveBlendMode(t){this.savedBlendMode=this.blendMode,this.blendMode=t}restoreBlendMode(){this.blendMode=this.savedBlendMode}hitFill(t,e){return!0}hitStroke(t,e){return!0}hitPixel(t,e,i=1){return!0}setWorldShadow(t,e,i,s){const{pixelRatio:r}=this;this.shadowOffsetX=t*r,this.shadowOffsetY=e*r,this.shadowBlur=i*r,this.shadowColor=s||"black"}setWorldBlur(t){const{pixelRatio:e}=this;this.filter=`blur(${t*e}px)`}copyWorld(t,e,i,s,r){s&&(this.blendMode=s),e?(this.setTempPixelBounds(e,r),i?(this.setTempPixelBounds2(i,r),i=ve):i=we,this.drawImage(t.view,we.x,we.y,we.width,we.height,i.x,i.y,i.width,i.height)):this.drawImage(t.view,0,0),s&&(this.blendMode="source-over")}copyWorldToInner(t,e,i,s,r){e.b||e.c?(this.save(),this.resetTransform(),this.copyWorld(t,e,Wt.tempToOuterOf(i,e),s,r),this.restore()):(s&&(this.blendMode=s),this.setTempPixelBounds(e,r),this.drawImage(t.view,we.x,we.y,we.width,we.height,i.x,i.y,i.width,i.height),s&&(this.blendMode="source-over"))}copyWorldByReset(t,e,i,s,r,n){this.resetTransform(),this.copyWorld(t,e,i,s,n),r||this.useWorldTransform()}useGrayscaleAlpha(t){let e,i;this.setTempPixelBounds(t,!0,!0);const{context:s}=this,r=s.getImageData(we.x,we.y,we.width,we.height),{data:n}=r;for(let t=0,s=n.length;t<s;t+=4)i=.299*n[t]+.587*n[t+1]+.114*n[t+2],(e=n[t+3])&&(n[t+3]=255===e?i:e*(i/255));s.putImageData(r,we.x,we.y)}useMask(t,e,i){this.copyWorld(t,e,i,"destination-in")}useEraser(t,e,i){this.copyWorld(t,e,i,"destination-out")}fillWorld(t,e,i,s){i&&(this.blendMode=i),this.fillStyle=e,this.setTempPixelBounds(t,s),this.fillRect(we.x,we.y,we.width,we.height),i&&(this.blendMode="source-over")}strokeWorld(t,e,i,s){i&&(this.blendMode=i),this.strokeStyle=e,this.setTempPixelBounds(t,s),this.strokeRect(we.x,we.y,we.width,we.height),i&&(this.blendMode="source-over")}clipWorld(t,e=!0){this.beginPath(),this.setTempPixelBounds(t,e),this.rect(we.x,we.y,we.width,we.height),this.clip()}clipUI(t){t.windingRule?this.clip(t.windingRule):this.clip()}clearWorld(t,e=!0){this.setTempPixelBounds(t,e),this.clearRect(we.x,we.y,we.width,we.height)}clear(){const{pixelRatio:t}=this;this.clearRect(0,0,this.width*t+2,this.height*t+2)}setTempPixelBounds(t,e,i){this.copyToPixelBounds(we,t,e,i)}setTempPixelBounds2(t,e,i){this.copyToPixelBounds(ve,t,e,i)}copyToPixelBounds(t,e,i,s){t.set(e),s&&t.intersect(this.bounds),t.scale(this.pixelRatio),i&&t.ceil()}isSameSize(t){return this.width===t.width&&this.height===t.height&&(!t.pixelRatio||this.pixelRatio===t.pixelRatio)}getSameCanvas(t,e){const{size:i,pixelSnap:s}=this,r=this.manager?this.manager.get(i):te.canvas(Object.assign({},i));return r.save(),t&&(ge(r.worldTransform,this.worldTransform),r.useWorldTransform()),e&&(r.smooth=this.smooth),r.pixelSnap!==s&&(r.pixelSnap=s),r}recycle(t){this.recycled||(this.restore(),t?this.clearWorld(t):this.clear(),this.manager?this.manager.recycle(this):this.destroy())}updateRender(t){}unrealCanvas(){}destroy(){this.manager=this.view=this.parentView=null}};const ke={creator:{},parse(t,e){},convertToCanvasData(t,e){}},Te={N:21,D:22,X:23,G:24,F:25,O:26,P:27,U:28},Be=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},Te),Pe={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},Re={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},Ce=Object.assign(Object.assign({},Re),Te),Ee=Be,Le={};for(let t in Ee)Le[Ee[t]]=t;const Oe={};for(let t in Ee)Oe[Ee[t]]=Pe[t];const Ae={drawRoundRect(t,e,i,s,r,n){const o=D.fourNumber(n,Math.min(s/2,r/2)),a=e+s,h=i+r;o[0]?t.moveTo(e+o[0],i):t.moveTo(e,i),o[1]?t.arcTo(a,i,a,h,o[1]):t.lineTo(a,i),o[2]?t.arcTo(a,h,e,h,o[2]):t.lineTo(a,h),o[3]?t.arcTo(e,h,e,i,o[3]):t.lineTo(e,h),o[0]?t.arcTo(e,i,a,i,o[0]):t.lineTo(e,i)}},{sin:De,cos:Me,hypot:Ie,atan2:We,ceil:Fe,abs:ze,PI:Ne,sqrt:Ye,pow:Xe}=Math,{setPoint:He,addPoint:Ue}=ut,{set:je,toNumberPoints:Ve}=nt,{M:Ge,L:Ke,C:qe,Q:$e,Z:Je}=Be,Qe={},Ze={points(t,e,i,s){let r=Ve(e);if(t.push(Ge,r[0],r[1]),i&&r.length>5){let e,n,o,a,h,l,d,c,u,_,p,g,f,y,m,w=r.length;const v=!0===i?.5:i;s&&(r=[r[w-2],r[w-1],...r,r[0],r[1],r[2],r[3]],w=r.length);for(let i=2;i<w-2;i+=2)e=r[i-2],n=r[i-1],o=r[i],a=r[i+1],h=r[i+2],l=r[i+3],p=o-e,g=a-n,f=Ye(Xe(p,2)+Xe(g,2)),y=Ye(Xe(h-o,2)+Xe(l-a,2)),(f||y)&&(m=f+y,f=v*f/m,y=v*y/m,h-=e,l-=n,d=o-f*h,c=a-f*l,2===i?s||t.push($e,d,c,o,a):(p||g)&&t.push(qe,u,_,d,c,o,a),u=o+y*h,_=a+y*l);s||t.push($e,u,_,r[w-2],r[w-1])}else for(let e=2,i=r.length;e<i;e+=2)t.push(Ke,r[e],r[e+1]);s&&t.push(Je)},rect(t,e,i,s,r){ke.creator.path=t,ke.creator.moveTo(e,i).lineTo(e+s,i).lineTo(e+s,i+r).lineTo(e,i+r).lineTo(e,i)},roundRect(t,e,i,s,r,n){ke.creator.path=[],Ae.drawRoundRect(ke.creator,e,i,s,r,n),t.push(...ke.convertToCanvasData(ke.creator.path,!0))},arcTo(t,e,i,s,r,n,o,a,h,l,d){const c=s-e,u=r-i,_=n-s,p=o-r;let g=We(u,c),f=We(p,_);const y=Ie(c,u),m=Ie(_,p);let w=f-g;if(w<0&&(w+=W),y<1e-12||m<1e-12||w<1e-12||ze(w-Ne)<1e-12)return t&&t.push(Ke,s,r),h&&(He(h,e,i),Ue(h,s,r)),d&&je(d,e,i),void(l&&je(l,s,r));const v=c*p-_*u<0,x=v?-1:1,b=a/Me(w/2),S=s+b*Me(g+w/2+F*x),k=r+b*De(g+w/2+F*x);return g-=F*x,f-=F*x,ii(t,S,k,a,a,0,g/I,f/I,v,h,l,d)},arc:(t,e,i,s,r,n,o,a,h,l)=>ii(t,e,i,s,s,0,r,n,o,a,h,l),ellipse(t,e,i,s,r,n,o,a,h,l,d,c){const u=n*I,_=De(u),p=Me(u);let g=o*I,f=a*I;g>Ne&&(g-=W),f<0&&(f+=W);let y=f-g;y<0?y+=W:y>W&&(y-=W),h&&(y-=W);const m=Fe(ze(y/F)),w=y/m,v=De(w/4),x=8/3*v*v/De(w/2);f=g+w;let b,S,k,T,B,P,R,C,E=Me(g),L=De(g),O=k=p*s*E-_*r*L,A=T=_*s*E+p*r*L,D=e+k,M=i+T;t&&t.push(t.length?Ke:Ge,D,M),l&&He(l,D,M),c&&je(c,D,M);for(let n=0;n<m;n++)b=Me(f),S=De(f),k=p*s*b-_*r*S,T=_*s*b+p*r*S,B=e+O-x*(p*s*L+_*r*E),P=i+A-x*(_*s*L-p*r*E),R=e+k+x*(p*s*S+_*r*b),C=i+T+x*(_*s*S-p*r*b),t&&t.push(qe,B,P,R,C,e+k,i+T),l&&ei(e+O,i+A,B,P,R,C,e+k,i+T,l,!0),O=k,A=T,E=b,L=S,g=f,f+=w;d&&je(d,e+k,i+T)},quadraticCurveTo(t,e,i,s,r,n,o){t.push(qe,(e+2*s)/3,(i+2*r)/3,(n+2*s)/3,(o+2*r)/3,n,o)},toTwoPointBoundsByQuadraticCurve(t,e,i,s,r,n,o,a){ei(t,e,(t+2*i)/3,(e+2*s)/3,(r+2*i)/3,(n+2*s)/3,r,n,o,a)},toTwoPointBounds(t,e,i,s,r,n,o,a,h,l){const d=[];let c,u,_,p,g,f,y,m,w=t,v=i,x=r,b=o;for(let t=0;t<2;++t)if(1==t&&(w=e,v=s,x=n,b=a),c=-3*w+9*v-9*x+3*b,u=6*w-12*v+6*x,_=3*v-3*w,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?Ue(h,t,e):He(h,t,e),Ue(h,o,a);for(let l=0,c=d.length;l<c;l++)ti(d[l],t,e,i,s,r,n,o,a,Qe),Ue(h,Qe.x,Qe.y)},getPointAndSet(t,e,i,s,r,n,o,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+_*n+p*a,l.y=c*i+u*r+_*o+p*h},getPoint(t,e,i,s,r,n,o,a,h){const l={};return ti(t,e,i,s,r,n,o,a,h,l),l},getDerivative(t,e,i,s,r){const n=1-t;return 3*n*n*(i-e)+6*n*t*(s-i)+3*t*t*(r-s)}},{getPointAndSet:ti,toTwoPointBounds:ei,ellipse:ii}=Ze,{sin:si,cos:ri,sqrt:ni,atan2:oi}=Math,{ellipse:ai}=Ze,hi={ellipticalArc(t,e,i,s,r,n,o,a,h,l,d){const c=(h-e)/2,u=(l-i)/2,_=n*I,p=si(_),f=ri(_),y=-f*c-p*u,m=-f*u+p*c,w=s*s,v=r*r,x=m*m,b=y*y,S=w*v-w*x-v*b;let k=0;if(S<0){const t=ni(1-S/(w*v));s*=t,r*=t}else k=(o===a?-1:1)*ni(S/(w*x+v*b));const T=k*s*m/r,B=-k*r*y/s,P=oi((m-B)/r,(y-T)/s),R=oi((-m-B)/r,(-y-T)/s);let C=R-P;0===a&&C>0?C-=W:1===a&&C<0&&(C+=W);const E=e+c+f*T-p*B,L=i+u+p*T+f*B,O=C<0?1:0;d||g.ellipseToCurve?ai(t,E,L,s,r,n,P/I,R/I,O):s!==r||n?t.push(Be.G,E,L,s,r,n,P/I,R/I,O):t.push(Be.O,E,L,s,P/I,R/I,O)}},li=t=>[],{M:di,m:ci,L:ui,l:_i,H:pi,h:gi,V:fi,v:yi,C:mi,c:wi,S:vi,s:xi,Q:bi,q:Si,T:ki,t:Ti,A:Bi,a:Pi,Z:Ri,z:Ci,N:Ei,D:Li,X:Oi,G:Ai,F:Di,O:Mi,P:Ii,U:Wi}=Be,{rect:Fi,roundRect:zi,arcTo:Ni,arc:Yi,ellipse:Xi,quadraticCurveTo:Hi}=Ze,{ellipticalArc:Ui}=hi,ji=Vt.get("PathConvert"),Vi={},Gi={current:{dot:0},stringify(t,e){let i,s,r,n=0,o=t.length,a="";for(;n<o;){s=t[n],i=Oe[s],a+=s===r?" ":Le[s];for(let s=1;s<i;s++)a+=D.float(t[n+s],e),s===i-1||(a+=" ");r=s,n+=i}return a},parse(t,e){let i,s,r,n="";const o=[],a=e?Ce:Re;for(let e=0,h=t.length;e<h;e++)s=t[e],Ut[s]?("."===s&&(Ki.dot&&(qi(o,n),n=""),Ki.dot++),"0"===n&&"."!==s&&(qi(o,n),n=""),n+=s):Be[s]?(n&&(qi(o,n),n=""),Ki.name=Be[s],Ki.length=Pe[s],Ki.index=0,qi(o,Ki.name),!i&&a[s]&&(i=!0)):"-"===s||"+"===s?"e"===r||"E"===r?n+=s:(n&&qi(o,n),n=s):n&&(qi(o,n),n=""),r=s;return n&&qi(o,n),i?Gi.toCanvasData(o,e):o},toCanvasData(t,e){let i,s,r,n,o,a=0,h=0,l=0,d=0,c=0,u=t.length;const _=[];for(;c<u;){switch(r=t[c],r){case ci:t[c+1]+=a,t[c+2]+=h;case di:a=t[c+1],h=t[c+2],_.push(di,a,h),c+=3;break;case gi:t[c+1]+=a;case pi:a=t[c+1],_.push(ui,a,h),c+=2;break;case yi:t[c+1]+=h;case fi:h=t[c+1],_.push(ui,a,h),c+=2;break;case _i:t[c+1]+=a,t[c+2]+=h;case ui:a=t[c+1],h=t[c+2],_.push(ui,a,h),c+=3;break;case xi:t[c+1]+=a,t[c+2]+=h,t[c+3]+=a,t[c+4]+=h,r=vi;case vi:o=n===mi||n===vi,l=o?2*a-i:t[c+1],d=o?2*h-s:t[c+2],i=t[c+1],s=t[c+2],a=t[c+3],h=t[c+4],_.push(mi,l,d,i,s,a,h),c+=5;break;case wi:t[c+1]+=a,t[c+2]+=h,t[c+3]+=a,t[c+4]+=h,t[c+5]+=a,t[c+6]+=h,r=mi;case mi:i=t[c+3],s=t[c+4],a=t[c+5],h=t[c+6],_.push(mi,t[c+1],t[c+2],i,s,a,h),c+=7;break;case Ti:t[c+1]+=a,t[c+2]+=h,r=ki;case ki:o=n===bi||n===ki,i=o?2*a-i:t[c+1],s=o?2*h-s:t[c+2],e?Hi(_,a,h,i,s,t[c+1],t[c+2]):_.push(bi,i,s,t[c+1],t[c+2]),a=t[c+1],h=t[c+2],c+=3;break;case Si:t[c+1]+=a,t[c+2]+=h,t[c+3]+=a,t[c+4]+=h,r=bi;case bi:i=t[c+1],s=t[c+2],e?Hi(_,a,h,i,s,t[c+3],t[c+4]):_.push(bi,i,s,t[c+3],t[c+4]),a=t[c+3],h=t[c+4],c+=5;break;case Pi:t[c+6]+=a,t[c+7]+=h;case Bi: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 Ci:case Ri:_.push(Ri),c++;break;case Ei:a=t[c+1],h=t[c+2],e?Fi(_,a,h,t[c+3],t[c+4]):$i(_,t,c,5),c+=5;break;case Li:a=t[c+1],h=t[c+2],e?zi(_,a,h,t[c+3],t[c+4],[t[c+5],t[c+6],t[c+7],t[c+8]]):$i(_,t,c,9),c+=9;break;case Oi:a=t[c+1],h=t[c+2],e?zi(_,a,h,t[c+3],t[c+4],t[c+5]):$i(_,t,c,6),c+=6;break;case Ai:Xi(e?_:$i(_,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,Vi),a=Vi.x,h=Vi.y,c+=9;break;case Di:e?Xi(_,t[c+1],t[c+2],t[c+3],t[c+4],0,0,360,!1):$i(_,t,c,5),a=t[c+1]+t[c+3],h=t[c+2],c+=5;break;case Mi:Yi(e?_:$i(_,t,c,7),t[c+1],t[c+2],t[c+3],t[c+4],t[c+5],t[c+6],null,Vi),a=Vi.x,h=Vi.y,c+=7;break;case Ii:e?Yi(_,t[c+1],t[c+2],t[c+3],0,360,!1):$i(_,t,c,4),a=t[c+1]+t[c+3],h=t[c+2],c+=4;break;case Wi:Ni(e?_:$i(_,t,c,6),a,h,t[c+1],t[c+2],t[c+3],t[c+4],t[c+5],null,Vi),a=Vi.x,h=Vi.y,c+=6;break;default:return ji.error(`command: ${r} [index:${c}]`,t),_}n=r}return _},objectToCanvasData(t){if(t[0].name.length>1)return li(t);{const e=[];return t.forEach(t=>{switch(t.name){case"M":e.push(di,t.x,t.y);break;case"L":e.push(ui,t.x,t.y);break;case"C":e.push(mi,t.x1,t.y1,t.x2,t.y2,t.x,t.y);break;case"Q":e.push(bi,t.x1,t.y1,t.x,t.y);break;case"Z":e.push(Ri)}}),e}},copyData(t,e,i,s){for(let r=i,n=i+s;r<n;r++)t.push(e[r])},pushData(t,e){Ki.index===Ki.length&&(Ki.index=1,t.push(Ki.name)),t.push(Number(e)),Ki.index++,Ki.dot=0}},{current:Ki,pushData:qi,copyData:$i}=Gi,{M:Ji,L:Qi,C:Zi,Q:ts,Z:es,N:is,D:ss,X:rs,G:ns,F:os,O:as,P:hs,U:ls}=Be,{getMinDistanceFrom:ds,getRadianFrom:cs}=nt,{tan:us,min:_s,abs:ps}=Math,gs={},fs={beginPath(t){t.length=0},moveTo(t,e,i){t.push(Ji,e,i)},lineTo(t,e,i){t.push(Qi,e,i)},bezierCurveTo(t,e,i,s,r,n,o){t.push(Zi,e,i,s,r,n,o)},quadraticCurveTo(t,e,i,s,r){t.push(ts,e,i,s,r)},closePath(t){t.push(es)},rect(t,e,i,s,r){t.push(is,e,i,s,r)},roundRect(t,e,i,s,r,n){if(a(n))t.push(rs,e,i,s,r,n);else{const o=D.fourNumber(n);o?t.push(ss,e,i,s,r,...o):t.push(is,e,i,s,r)}},ellipse(t,e,i,s,n,o,a,h,l){if(s===n)return ms(t,e,i,s,a,h,l);r(o)?t.push(os,e,i,s,n):(r(a)&&(a=0),r(h)&&(h=360),t.push(ns,e,i,s,n,o,a,h,l?1:0))},arc(t,e,i,s,n,o,a){r(n)?t.push(hs,e,i,s):(r(n)&&(n=0),r(o)&&(o=360),t.push(as,e,i,s,n,o,a?1:0))},arcTo(t,e,i,r,n,o,a,h){if(!s(a)){const t=ds(a,h,e,i,r,n);o=_s(o,_s(t/2,t/2*ps(us(cs(a,h,e,i,r,n)/2))))}t.push(ls,e,i,r,n,o)},drawEllipse(t,e,i,s,n,o,a,h,l){Ze.ellipse(null,e,i,s,n,r(o)?0:o,r(a)?0:a,r(h)?360:h,l,null,null,gs),t.push(Ji,gs.x,gs.y),ys(t,e,i,s,n,o,a,h,l)},drawArc(t,e,i,s,n,o,a){Ze.arc(null,e,i,s,r(n)?0:n,r(o)?360:o,a,null,null,gs),t.push(Ji,gs.x,gs.y),ms(t,e,i,s,n,o,a)},drawPoints(t,e,i,s){Ze.points(t,e,i,s)}},{ellipse:ys,arc:ms}=fs,{moveTo:ws,lineTo:vs,quadraticCurveTo:xs,bezierCurveTo:bs,closePath:Ss,beginPath:ks,rect:Ts,roundRect:Bs,ellipse:Ps,arc:Rs,arcTo:Cs,drawEllipse:Es,drawArc:Ls,drawPoints:Os}=fs;class As{set path(t){this.__path=t}get path(){return this.__path}constructor(t){this.set(t)}set(t){return this.__path=t?n(t)?ke.parse(t):t:[],this}beginPath(){return ks(this.__path),this.paint(),this}moveTo(t,e){return ws(this.__path,t,e),this.paint(),this}lineTo(t,e){return vs(this.__path,t,e),this.paint(),this}bezierCurveTo(t,e,i,s,r,n){return bs(this.__path,t,e,i,s,r,n),this.paint(),this}quadraticCurveTo(t,e,i,s){return xs(this.__path,t,e,i,s),this.paint(),this}closePath(){return Ss(this.__path),this.paint(),this}rect(t,e,i,s){return Ts(this.__path,t,e,i,s),this.paint(),this}roundRect(t,e,i,s,r){return Bs(this.__path,t,e,i,s,r),this.paint(),this}ellipse(t,e,i,s,r,n,o,a){return Ps(this.__path,t,e,i,s,r,n,o,a),this.paint(),this}arc(t,e,i,s,r,n){return Rs(this.__path,t,e,i,s,r,n),this.paint(),this}arcTo(t,e,i,s,r){return Cs(this.__path,t,e,i,s,r),this.paint(),this}drawEllipse(t,e,i,s,r,n,o,a){return Es(this.__path,t,e,i,s,r,n,o,a),this.paint(),this}drawArc(t,e,i,s,r,n){return Ls(this.__path,t,e,i,s,r,n),this.paint(),this}drawPoints(t,e,i){return Os(this.__path,t,e,i),this.paint(),this}clearPath(){return this.beginPath()}paint(){}}const{M:Ds,L:Ms,C:Is,Q:Ws,Z:Fs,N:zs,D:Ns,X:Ys,G:Xs,F:Hs,O:Us,P:js,U:Vs}=Be,Gs=Vt.get("PathDrawer"),Ks={drawPathByData(t,e){if(!e)return;let i,s=0,r=e.length;for(;s<r;)switch(i=e[s],i){case Ds:t.moveTo(e[s+1],e[s+2]),s+=3;break;case Ms:t.lineTo(e[s+1],e[s+2]),s+=3;break;case Is:t.bezierCurveTo(e[s+1],e[s+2],e[s+3],e[s+4],e[s+5],e[s+6]),s+=7;break;case Ws:t.quadraticCurveTo(e[s+1],e[s+2],e[s+3],e[s+4]),s+=5;break;case Fs:t.closePath(),s+=1;break;case zs:t.rect(e[s+1],e[s+2],e[s+3],e[s+4]),s+=5;break;case Ns: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 Ys:t.roundRect(e[s+1],e[s+2],e[s+3],e[s+4],e[s+5]),s+=6;break;case Xs:t.ellipse(e[s+1],e[s+2],e[s+3],e[s+4],e[s+5]*I,e[s+6]*I,e[s+7]*I,e[s+8]),s+=9;break;case Hs:t.ellipse(e[s+1],e[s+2],e[s+3],e[s+4],0,0,W,!1),s+=5;break;case Us:t.arc(e[s+1],e[s+2],e[s+3],e[s+4]*I,e[s+5]*I,e[s+6]),s+=7;break;case js:t.arc(e[s+1],e[s+2],e[s+3],0,W,!1),s+=4;break;case Vs: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:qs,L:$s,C:Js,Q:Qs,Z:Zs,N:tr,D:er,X:ir,G:sr,F:rr,O:nr,P:or,U:ar}=Be,{toTwoPointBounds:hr,toTwoPointBoundsByQuadraticCurve:lr,arcTo:dr,arc:cr,ellipse:ur}=Ze,{addPointBounds:_r,copy:pr,addPoint:gr,setPoint:fr,addBounds:yr,toBounds:mr}=ut,wr=Vt.get("PathBounds");let vr,xr,br;const Sr={},kr={},Tr={},Br={toBounds(t,e){Br.toTwoPointBounds(t,kr),mr(kr,e)},toTwoPointBounds(t,e){if(!t||!t.length)return fr(e,0,0);let i,s,r,n,o,a=0,h=0,l=0;const d=t.length;for(;a<d;)switch(o=t[a],0===a&&(o===Zs||o===Js||o===Qs?fr(e,h,l):fr(e,t[a+1],t[a+2])),o){case qs:case $s:h=t[a+1],l=t[a+2],gr(e,h,l),a+=3;break;case Js:r=t[a+5],n=t[a+6],hr(h,l,t[a+1],t[a+2],t[a+3],t[a+4],r,n,Sr),_r(e,Sr),h=r,l=n,a+=7;break;case Qs:i=t[a+1],s=t[a+2],r=t[a+3],n=t[a+4],lr(h,l,i,s,r,n,Sr),_r(e,Sr),h=r,l=n,a+=5;break;case Zs:a+=1;break;case tr:h=t[a+1],l=t[a+2],yr(e,h,l,t[a+3],t[a+4]),a+=5;break;case er:case ir:h=t[a+1],l=t[a+2],yr(e,h,l,t[a+3],t[a+4]),a+=o===er?9:6;break;case sr:ur(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],Sr,Tr),0===a?pr(e,Sr):_r(e,Sr),h=Tr.x,l=Tr.y,a+=9;break;case rr:h=t[a+1],l=t[a+2],xr=t[a+3],br=t[a+4],yr(e,h-xr,l-br,2*xr,2*br),h+=xr,a+=5;break;case nr:cr(null,t[a+1],t[a+2],t[a+3],t[a+4],t[a+5],t[a+6],Sr,Tr),0===a?pr(e,Sr):_r(e,Sr),h=Tr.x,l=Tr.y,a+=7;break;case or:h=t[a+1],l=t[a+2],vr=t[a+3],yr(e,h-vr,l-vr,2*vr,2*vr),h+=vr,a+=4;break;case ar:dr(null,h,l,t[a+1],t[a+2],t[a+3],t[a+4],t[a+5],Sr,Tr),0===a?pr(e,Sr):_r(e,Sr),h=Tr.x,l=Tr.y,a+=6;break;default:return void wr.error(`command: ${o} [index:${a}]`,t)}}},{M:Pr,L:Rr,Z:Cr}=Be,{getCenterX:Er,getCenterY:Lr}=nt,{arcTo:Or}=fs,Ar={smooth(t,e,i){let s,r,n,o=0,a=0,l=0,d=0,c=0,u=0,_=0,p=0,g=0;h(e)&&(e=e[0]||0);const f=t.length,y=[];for(;o<f;){switch(s=t[o],s){case Pr:d=p=t[o+1],c=g=t[o+2],o+=3,t[o]===Rr?(u=t[o+1],_=t[o+2],y.push(Pr,Er(d,u),Lr(c,_))):y.push(Pr,d,c);break;case Rr:switch(a=t[o+1],l=t[o+2],o+=3,t[o]){case Rr:Or(y,a,l,t[o+1],t[o+2],e,p,g);break;case Cr:Or(y,a,l,d,c,e,p,g);break;default:y.push(Rr,a,l)}p=a,g=l;break;case Cr:r!==Cr&&(Or(y,d,c,u,_,e,p,g),y.push(Cr)),o+=1;break;default:n=Oe[s];for(let e=0;e<n;e++)y.push(t[o+e]);o+=n}r=s}return s!==Cr&&(y[1]=d,y[2]=c),y}};function Dr(t){return new As(t)}const Mr=Dr();ke.creator=Dr(),ke.parse=Gi.parse,ke.convertToCanvasData=Gi.toCanvasData;const{drawRoundRect:Ir}=Ae;function Wr(t){!function(t){t&&!t.roundRect&&(t.roundRect=function(t,e,i,s,r){Ir(this,t,e,i,s,r)})}(t)}const Fr={alphaPixelTypes:["png","webp","svg"],upperCaseTypeMap:{},mineType:t=>!t||t.startsWith("image")?t:("jpg"===t&&(t="jpeg"),"image/"+t),fileType(t){const e=t.split(".");return e[e.length-1]},isOpaqueImage(t){const e=zr.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{}}}},zr=Fr;zr.alphaPixelTypes.forEach(t=>zr.upperCaseTypeMap[t]=t.toUpperCase());const Nr=Vt.get("TaskProcessor");let Yr=class{constructor(t){this.parallel=!0,this.time=1,this.id=y.create(y.TASK),this.task=t}run(){return le(this,0,void 0,function*(){try{if(this.isComplete)return;if(this.canUse&&!this.canUse())return this.cancel();this.task&&this.parent.running&&(yield this.task())}catch(t){Nr.error(t)}})}complete(){this.isComplete=!0,this.parent=this.task=this.canUse=null}cancel(){this.isCancel=!0,this.complete()}},Xr=class{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&&d.assign(this.config,t),this.empty()}add(t,e,i){let r,n,o,h;const l=new Yr(t);return l.parent=this,a(e)?h=e:e&&(n=e.parallel,r=e.start,o=e.time,h=e.delay,i||(i=e.canUse)),o&&(l.time=o),!1===n&&(l.parallel=!1),i&&(l.canUse=i),s(h)?this.push(l,r):(this.delayNumber++,setTimeout(()=>{this.delayNumber&&(this.delayNumber--,this.push(l,r))},h)),this.isComplete=!1,l}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++,t.isCancel?this.runTask():this.nextTask()}).catch(t=>{this.onError(t)}):this.timer=setTimeout(()=>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;const{config:e,list:i,index:s}=this;this.parallelList=[],this.parallelSuccessNumber=0;let r=s+e.parallel;if(r>i.length&&(r=i.length),e.parallel>1)for(let e=s;e<r&&(t=i[e],t.parallel);e++)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 Hr=Vt.get("Resource"),Ur={tasker:new Xr,map:{},get isComplete(){return jr.tasker.isComplete},set(t,e){jr.map[t]&&Hr.repeat(t),jr.map[t]=e},get:t=>jr.map[t],remove(t){const e=jr.map[t];e&&(e.destroy&&e.destroy(),delete jr.map[t])},loadImage(t,e){return new Promise((i,s)=>{const r=this.setImage(t,t,e);r.load(()=>i(r),t=>s(t))})},setImage(t,e,i){let s;return n(e)?s={url:e}:e.url||(s={url:t,view:e}),s&&(i&&(s.format=i),e=te.image(s)),jr.set(t,e),e},destroy(){jr.map={}}},jr=Ur,Vr={maxRecycled:10,recycledList:[],patternTasker:new Xr({parallel:1}),get(t){let e=Ur.get(t.url);return e||Ur.set(t.url,e=te.image(t)),e.use++,e},recycle(t){t.use--,setTimeout(()=>{t.use||(g.image.isLarge(t)?t.url&&Ur.remove(t.url):(t.clearLevels(),Gr.recycledList.push(t)))})},recyclePaint(t){Gr.recycle(t.image)},clearRecycled(t){const e=Gr.recycledList;(e.length>Gr.maxRecycled||t)&&(e.forEach(e=>(!e.use||t)&&e.url&&Ur.remove(e.url)),e.length=0)},clearLevels(){},hasAlphaPixel:t=>Fr.alphaPixelTypes.some(e=>Gr.isFormat(e,t)),isFormat(t,e){if(e.format)return e.format===t;const{url:i}=e;if(i.startsWith("data:")){if(i.startsWith("data:"+Fr.mineType(t)))return!0}else{if(i.includes("."+t)||i.includes("."+Fr.upperCaseTypeMap[t]))return!0;if("png"===t&&!i.includes("."))return!0}return!1},destroy(){this.clearRecycled(!0)}},Gr=Vr,{IMAGE:Kr,create:qr}=y;class $r{get url(){return this.config.url}get completed(){return this.ready||!!this.error}constructor(t){if(this.use=0,this.waitComplete=[],this.innerId=qr(Kr),this.config=t||(t={url:""}),t.view){const{view:e}=t;this.setView(e.config?e.view:e)}Vr.isFormat("svg",t)&&(this.isSVG=!0),Vr.hasAlphaPixel(t)&&(this.hasAlphaPixel=!0)}load(t,e){if(!this.loading){this.loading=!0;const{crossOrigin:t}=this.config;Ur.tasker.add(()=>le(this,0,void 0,function*(){return yield g.origin.loadImage(this.url,s(t)?g.image.crossOrigin:t,this).then(t=>this.setView(t)).catch(t=>{this.error=t,this.onComplete(!1)})}))}return this.waitComplete.push(t,e),this.waitComplete.length-2}unload(t,e){const i=this.waitComplete;if(e){const e=i[t+1];e&&e({type:"stop"})}i[t]=i[t+1]=void 0}setView(t){this.ready=!0,this.width=t.naturalWidth||t.width,this.height=t.naturalHeight||t.height,this.view=t,this.onComplete(!0)}onComplete(t){let e;this.waitComplete.forEach((i,s)=>{e=s%2,i&&(t?e||i(this):e&&i(this.error))}),this.waitComplete.length=0,this.loading=!1}getFull(t){return this.view}getCanvas(t,e,i,s,r,n,o){if(t||(t=this.width),e||(e=this.height),this.cache){let{params:t,data:e}=this.cache;for(let i in t)if(t[i]!==arguments[i]){e=null;break}if(e)return e}const a=g.image.resize(this.view,t,e,r,n,void 0,o,i,s);return this.cache=this.use>1?{data:a,params:arguments}:null,a}getPattern(t,e,i,s){const r=g.canvas.createPattern(t,e);return g.image.setPatternTransform(r,i,s),r}clearLevels(t){}destroy(){this.clearLevels();const{view:t}=this;t&&t.close&&t.close(),this.config={url:""},this.cache=this.view=null,this.waitComplete.length=0}}function Jr(t,e,i,s){i.configurable=i.enumerable=!0,Object.defineProperty(t,e,i)}function Qr(t,e){return Object.getOwnPropertyDescriptor(t,e)}function Zr(t,e){return(i,s)=>function(t,e,i,s){const r={get(){return this.__getAttr(e)},set(t){this.__setAttr(e,t)}};Jr(t,e,Object.assign(r,s||{})),wn(t,e,i)}(i,s,t,e&&e(s))}function tn(t){return Zr(t)}function en(t,e){return Zr(t,t=>({set(i){this.__setAttr(t,i,e)&&(this.__layout.matrixChanged||this.__layout.matrixChange())}}))}function sn(t,e){return Zr(t,t=>({set(i){this.__setAttr(t,i,e)&&(this.__layout.matrixChanged||this.__layout.matrixChange(),this.__scrollWorld||(this.__scrollWorld={}))}}))}function rn(t){return Zr(t,t=>({set(e){this.__setAttr(t,e)&&(this.__hasAutoLayout=!!(this.origin||this.around||this.flow),this.__local||this.__layout.createLocal(),hn(this))}}))}function nn(t,e){return Zr(t,t=>({set(i){this.__setAttr(t,i,e)&&(this.__layout.scaleChanged||this.__layout.scaleChange())}}))}function on(t,e){return Zr(t,t=>({set(i){this.__setAttr(t,i,e)&&(this.__layout.rotationChanged||this.__layout.rotationChange())}}))}function an(t,e){return Zr(t,t=>({set(i){this.__setAttr(t,i,e)&&hn(this)}}))}function hn(t){t.__layout.boxChanged||t.__layout.boxChange(),t.__hasAutoLayout&&(t.__layout.matrixChanged||t.__layout.matrixChange())}const ln=an;function dn(t,e){return Zr(t,t=>({set(i){this.__setAttr(t,i)&&(function(t){t.__layout.strokeChanged||t.__layout.strokeChange(),t.__.__useArrow&&hn(t)}(this),e&&(this.__.__useStroke=!0))}}))}const cn=dn;function un(t){return Zr(t,t=>({set(e){this.__setAttr(t,e),this.__layout.renderChanged||this.__layout.renderChange()}}))}function _n(t){return Zr(t,t=>({set(e){this.__setAttr(t,e)&&(this.__layout.surfaceChanged||this.__layout.surfaceChange())}}))}function pn(t){return Zr(t,t=>({set(e){if(this.__setAttr(t,e)){const t=this.__;d.stintSet(t,"__useDim",t.dim||t.bright||t.dimskip),this.__layout.surfaceChange()}}}))}function gn(t){const{parent:e}=t;if(e){const{__hasMask:t}=e;e.__updateMask(),t!==e.__hasMask&&e.forceUpdate()}}function fn(t,e,i,s){t.__setAttr(e,i)&&(t.__layout.opacityChanged||t.__layout.opacityChange(),0!==s&&0!==i||hn(t))}function yn(t){return Zr(t,t=>({set(e){this.__setAttr(t,e)&&(this.__layout.hitCanvasChanged=!0,"hit"===Vt.showBounds&&this.__layout.surfaceChange(),this.leafer&&this.leafer.updateCursor())}}))}function mn(t){return(e,i)=>{Jr(e,"__DataProcessor",{get:()=>t})}}function wn(t,e,i){const r=t.__DataProcessor.prototype,n="_"+e,o=function(t){return"set"+t.charAt(0).toUpperCase()+t.slice(1)}(e),a=function(t,e){const i="_"+t;return{get(){const t=this[i];return null==t?e:t},set(t){this[i]=t}}}(e,i);if(s(i))a.get=function(){return this[n]};else if("function"==typeof i)a.get=function(){const t=this[n];return null==t?i(this.__leaf):t};else if(l(i)){const t=function(t){return"{}"===JSON.stringify(t)}(i);a.get=function(){const e=this[n];return null==e?this[n]=t?{}:d.clone(i):e}}const h=t.isBranchLeaf;"width"===e?a.get=function(){const t=this[n];if(null==t){const t=this,e=t.__naturalWidth,s=t.__leaf;return!i||s.pathInputed?s.boxBounds.width:e?t._height&&t.__useNaturalRatio?t._height*e/t.__naturalHeight:e:h&&s.children.length?s.boxBounds.width:i}return t}:"height"===e&&(a.get=function(){const t=this[n];if(null==t){const t=this,e=t.__naturalHeight,s=t.__leaf;return!i||s.pathInputed?s.boxBounds.height:e?t._width&&t.__useNaturalRatio?t._width*e/t.__naturalWidth:e:h&&s.children.length?s.boxBounds.height:i}return t});let c,u=r;for(;!c&&u;)c=Qr(u,e),u=u.__proto__;c&&c.set&&(a.set=c.set),r[o]&&(a.set=r[o],delete r[o]),Jr(r,e,a)}const vn=new Vt("rewrite"),xn=[],bn=["destroy","constructor"];function Sn(t){return(e,i)=>{xn.push({name:e.constructor.name+"."+i,run:()=>{e[i]=t}})}}function kn(){return t=>{Tn()}}function Tn(t){xn.length&&(xn.forEach(e=>{t&&vn.error(e.name,"需在Class上装饰@rewriteAble()"),e.run()}),xn.length=0)}function Bn(t,e){return i=>{var s;(t.prototype?(s=t.prototype,Object.getOwnPropertyNames(s)):Object.keys(t)).forEach(s=>{bn.includes(s)||e&&e.includes(s)||(t.prototype?Qr(t.prototype,s).writable&&(i.prototype[s]=t.prototype[s]):i.prototype[s]=t[s])})}}function Pn(){return t=>{ie.register(t)}}function Rn(){return t=>{ne.register(t)}}setTimeout(()=>Tn(!0));const{copy:Cn,toInnerPoint:En,toOuterPoint:Ln,scaleOfOuter:On,rotateOfOuter:An,skewOfOuter:Dn,multiplyParent:Mn,divideParent:In,getLayout:Wn}=G,Fn={},{round:zn}=Math,Nn={updateAllMatrix(t,e,i){if(e&&t.__hasAutoLayout&&t.__layout.matrixChanged&&(i=!0),Hn(t,e,i),t.isBranch){const{children:s}=t;for(let t=0,r=s.length;t<r;t++)Xn(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++)Un(e[t])}},updateChange(t){const e=t.__layout;e.stateStyleChanged&&t.updateState(),e.opacityChanged&&Un(t),t.__updateChange()},updateAllChange(t){if(Vn(t),t.isBranch){const{children:e}=t;for(let t=0,i=e.length;t<i;t++)jn(e[t])}},worldHittable(t){for(;t;){if(!t.__.hittable)return!1;t=t.parent}return!0},draggable:t=>(t.draggable||t.editable)&&t.hitSelf&&!t.locked,copyCanvasByWorld(t,e,i,s,r,n){s||(s=t.__nowWorld),t.__worldFlipped||g.fullImageShadow?e.copyWorldByReset(i,s,t.__nowWorld,r,n):e.copyWorldToInner(i,s,t.__layout.renderBounds,r)},moveWorld(t,e,i=0,s,r){const n=l(e)?Object.assign({},e):{x:e,y:i};s?Ln(t.localTransform,n,n,!0):t.parent&&En(t.parent.scrollWorldTransform,n,n,!0),Yn.moveLocal(t,n.x,n.y,r)},moveLocal(t,e,i=0,s){l(e)&&(i=e.y,e=e.x),e+=t.x,i+=t.y,t.leafer&&t.leafer.config.pointSnap&&(e=zn(e),i=zn(i)),s?t.animate({x:e,y:i},s):(t.x=e,t.y=i)},zoomOfWorld(t,e,i,s,r,n){Yn.zoomOfLocal(t,Gn(t,e),i,s,r,n)},zoomOfLocal(t,e,i,s=i,r,n){const o=t.__localMatrix;if(a(s)||(s&&(n=s),s=i),Cn(Fn,o),On(Fn,e,i,s),Yn.hasHighPosition(t))Yn.setTransform(t,Fn,r,n);else{const e=t.x+Fn.e-o.e,a=t.y+Fn.f-o.f;n&&!r?t.animate({x:e,y:a,scaleX:t.scaleX*i,scaleY:t.scaleY*s},n):(t.x=e,t.y=a,t.scaleResize(i,s,!0!==r))}},rotateOfWorld(t,e,i,s){Yn.rotateOfLocal(t,Gn(t,e),i,s)},rotateOfLocal(t,e,i,s){const r=t.__localMatrix;Cn(Fn,r),An(Fn,e,i),Yn.hasHighPosition(t)?Yn.setTransform(t,Fn,!1,s):t.set({x:t.x+Fn.e-r.e,y:t.y+Fn.f-r.f,rotation:D.formatRotation(t.rotation+i)},s)},skewOfWorld(t,e,i,s,r,n){Yn.skewOfLocal(t,Gn(t,e),i,s,r,n)},skewOfLocal(t,e,i,s=0,r,n){Cn(Fn,t.__localMatrix),Dn(Fn,e,i,s),Yn.setTransform(t,Fn,r,n)},transformWorld(t,e,i,s){Cn(Fn,t.worldTransform),Mn(Fn,e),t.parent&&In(Fn,t.parent.scrollWorldTransform),Yn.setTransform(t,Fn,i,s)},transform(t,e,i,s){Cn(Fn,t.localTransform),Mn(Fn,e),Yn.setTransform(t,Fn,i,s)},setTransform(t,e,i,s){const r=t.__,n=r.origin&&Yn.getInnerOrigin(t,r.origin),o=Wn(e,n,r.around&&Yn.getInnerOrigin(t,r.around));if(Yn.hasOffset(t)&&(o.x-=r.offsetX,o.y-=r.offsetY),i){const e=o.scaleX/t.scaleX,i=o.scaleY/t.scaleY;if(delete o.scaleX,delete o.scaleY,n){Wt.scale(t.boxBounds,Math.abs(e),Math.abs(i));const s=Yn.getInnerOrigin(t,r.origin);nt.move(o,n.x-s.x,n.y-s.y)}t.set(o),t.scaleResize(e,i,!1)}else t.set(o,s)},getFlipTransform(t,e){const i={a:1,b:0,c:0,d:1,e:0,f:0},s="x"===e?1:-1;return On(i,Yn.getLocalOrigin(t,"center"),-1*s,1*s),i},getLocalOrigin:(t,e)=>nt.tempToOuterOf(Yn.getInnerOrigin(t,e),t.localTransform),getInnerOrigin(t,e){const i={};return yt.toPoint(e,t.boxBounds,i),i},getRelativeWorld:(t,e,i)=>(Cn(Fn,t.worldTransform),In(Fn,e.scrollWorldTransform),i?Fn:Object.assign({},Fn)),drop(t,e,i,s){t.setTransform(Yn.getRelativeWorld(t,e,!0),s),e.add(t,i)},hasHighPosition:t=>t.origin||t.around||Yn.hasOffset(t),hasOffset:t=>t.offsetX||t.offsetY,hasParent(t,e){if(!e)return!1;for(;t;){if(e===t)return!0;t=t.parent}},animateMove(t,e,i=.3){if(e.x||e.y)if(Math.abs(e.x)<1&&Math.abs(e.y)<1)t.move(e);else{const s=e.x*i,r=e.y*i;e.x-=s,e.y-=r,t.move(s,r),g.requestRender(()=>Yn.animateMove(t,e,i))}}},Yn=Nn,{updateAllMatrix:Xn,updateMatrix:Hn,updateAllWorldOpacity:Un,updateAllChange:jn,updateChange:Vn}=Yn;function Gn(t,e){return t.updateLayout(),t.parent?nt.tempToInnerOf(e,t.parent.scrollWorldTransform):e}const Kn={worldBounds:t=>t.__world,localBoxBounds:t=>t.__.eraser||0===t.__.visible?null:t.__local||t.__layout,localStrokeBounds:t=>t.__.eraser||0===t.__.visible?null:t.__layout.localStrokeBounds,localRenderBounds:t=>t.__.eraser||0===t.__.visible?null:t.__layout.localRenderBounds,maskLocalBoxBounds:(t,e)=>$n(t,e)&&t.__localBoxBounds,maskLocalStrokeBounds:(t,e)=>$n(t,e)&&t.__layout.localStrokeBounds,maskLocalRenderBounds:(t,e)=>$n(t,e)&&t.__layout.localRenderBounds,excludeRenderBounds:(t,e)=>!(!e.bounds||e.bounds.hit(t.__world,e.matrix))||!(!e.hideBounds||!e.hideBounds.includes(t.__world,e.matrix))};let qn;function $n(t,e){return e||(qn=0),t.__.mask&&(qn=1),qn<0?null:(qn&&(qn=-1),!0)}const{updateBounds:Jn}=Nn,Qn={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,r=i.length;s<r;s++)(t=i[s]).isBranch&&(t.__tempNumber=1,e.add(t),Zn(t,e))}},pushAllParent(t,e){const{keys:i}=e;if(i)for(;t.parent&&s(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++)to(e[t],e)},updateBounds(t,e){const i=[t];to(t,i),eo(i,e)},updateBoundsByBranchStack(t,e){let i,s;for(let r=t.length-1;r>-1;r--){i=t[r],s=i.children;for(let t=0,e=s.length;t<e;t++)Jn(s[t]);e&&e===i||Jn(i)}},move(t,e,i){let s;const{children:r}=t;for(let n=0,o=r.length;n<o;n++)s=(t=r[n]).__world,s.e+=e,s.f+=i,s.x+=e,s.y+=i,t.isBranch&&io(t,e,i)},scale(t,e,i,s,r,n,o){let a;const{children:h}=t,l=s-1,d=r-1;for(let c=0,u=h.length;c<u;c++)a=(t=h[c]).__world,a.a*=s,a.d*=r,(a.b||a.c)&&(a.b*=s,a.c*=r),a.e===a.x&&a.f===a.y?(a.x=a.e+=(a.e-n)*l+e,a.y=a.f+=(a.f-o)*d+i):(a.e+=(a.e-n)*l+e,a.f+=(a.f-o)*d+i,a.x+=(a.x-n)*l+e,a.y+=(a.y-o)*d+i),a.width*=s,a.height*=r,a.scaleX*=s,a.scaleY*=r,t.isBranch&&so(t,e,i,s,r,n,o)}},{pushAllChildBranch:Zn,pushAllBranchStack:to,updateBoundsByBranchStack:eo,move:io,scale:so}=Qn,ro={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:no,updateBounds:oo}=Nn,{toOuterOf:ao,getPoints:ho,copy:lo}=Wt,co="_localContentBounds",uo="_worldContentBounds",_o="_worldBoxBounds",po="_worldStrokeBounds";class go{get contentBounds(){return this._contentBounds||this.boxBounds}set contentBounds(t){this._contentBounds=t}get strokeBounds(){return this._strokeBounds||this.boxBounds}get renderBounds(){return this._renderBounds||this.boxBounds}set renderBounds(t){this._renderBounds=t}get localContentBounds(){return ao(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 ao(this.contentBounds,this.leaf.__world,this[uo]||(this[uo]={})),this[uo]}get worldBoxBounds(){return ao(this.boxBounds,this.leaf.__world,this[_o]||(this[_o]={})),this[_o]}get worldStrokeBounds(){return ao(this.strokeBounds,this.leaf.__world,this[po]||(this[po]={})),this[po]}get a(){return 1}get b(){return 0}get c(){return 0}get d(){return 1}get e(){return this.leaf.__.x}get f(){return this.leaf.__.y}get x(){return this.e+this.boxBounds.x}get y(){return this.f+this.boxBounds.y}get width(){return this.boxBounds.width}get height(){return this.boxBounds.height}constructor(t){this.leaf=t,this.leaf.__local&&(this._localRenderBounds=this._localStrokeBounds=this.leaf.__local),t.__world&&(this.boxBounds={x:0,y:0,width:0,height:0},this.boxChange(),this.matrixChange())}createLocal(){const t=this.leaf.__local={a:1,b:0,c:0,d:1,e:0,f:0,x:0,y:0,width:0,height:0};this._localStrokeBounds||(this._localStrokeBounds=t),this._localRenderBounds||(this._localRenderBounds=t)}update(){const{leaf:t}=this,{leafer:e}=t;if(t.isApp)return oo(t);if(e)e.ready?e.watcher.changed&&e.layouter.layout():e.start();else{let e=t;for(;e.parent&&!e.parent.leafer;)e=e.parent;const i=e;if(i.__fullLayouting)return;i.__fullLayouting=!0,g.layout(i),delete i.__fullLayouting}}getTransform(t="world"){this.update();const{leaf:e}=this;switch(t){case"world":return e.__world;case"local":return e.__localMatrix;case"inner":return G.defaultMatrix;case"page":t=e.zoomLayer;default:return no(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 Yt(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 r,n,o,a=this.getInnerBounds(t);switch(e){case"world":r=s.getWorldPoint(a),n=s.__world;break;case"local":const{scaleX:t,scaleY:i,rotation:h,skewX:l,skewY:d}=s.__;o={scaleX:t,scaleY:i,rotation:h,skewX:l,skewY:d},r=s.getLocalPointByInner(a);break;case"inner":r=a,n=G.defaultMatrix;break;case"page":e=s.zoomLayer;default:r=s.getWorldPoint(a,e),n=no(s,e,!0)}if(o||(o=G.getLayout(n)),lo(o,a),nt.copy(o,r),i){const{scaleX:t,scaleY:e}=o,i=Math.abs(t),s=Math.abs(e);1===i&&1===s||(o.scaleX/=i,o.scaleY/=s,o.width*=i,o.height*=s)}return o}getLayoutPoints(t,e="world"){const{leaf:i}=this,r=ho(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 s(n)||r.forEach(t=>i.innerToWorld(t,null,!1,n)),r}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.boundsChanged||(this.boundsChanged=!0):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.boundsChanged||(this.boundsChanged=!0):this.localBoxChange()}surfaceChange(){this.surfaceChanged=!0}opacityChange(){this.opacityChanged=!0,this.surfaceChanged||this.surfaceChange()}childrenSortChange(){this.childrenSortChanged||(this.childrenSortChanged=this.affectChildrenSort=!0,this.leaf.forceUpdate("surface"))}destroy(){}}class fo{constructor(t,e){this.bubbles=!1,this.type=t,e&&(this.target=e)}stopDefault(){this.isStopDefault=!0,this.origin&&g.event.stopDefault(this.origin)}stopNow(){this.isStopNow=!0,this.isStop=!0,this.origin&&g.event.stopNow(this.origin)}stop(){this.isStop=!0,this.origin&&g.event.stop(this.origin)}}class yo extends fo{constructor(t,e,i){super(t,e),this.parent=i,this.child=e}}yo.ADD="child.add",yo.REMOVE="child.remove",yo.CREATED="created",yo.MOUNTED="mounted",yo.UNMOUNTED="unmounted",yo.DESTROY="destroy";const mo="property.scroll";class wo extends fo{constructor(t,e,i,s,r){super(t,e),this.attrName=i,this.oldValue=s,this.newValue=r}}wo.CHANGE="property.change",wo.LEAFER_CHANGE="property.leafer_change",wo.SCROLL=mo;const vo={scrollX:mo,scrollY:mo};class xo extends fo{constructor(t,e){super(t),Object.assign(this,e)}}xo.LOAD="image.load",xo.LOADED="image.loaded",xo.ERROR="image.error";class bo extends fo{static checkHas(t,e,i){"on"===i?e===Bo?t.__hasWorldEvent=!0:t.__hasLocalEvent=!0:(t.__hasLocalEvent=t.hasEvent(So)||t.hasEvent(ko)||t.hasEvent(To),t.__hasWorldEvent=t.hasEvent(Bo))}static emitLocal(t){if(t.leaferIsReady){const{resized:e}=t.__layout;"local"!==e&&(t.emit(So,t),"inner"===e&&t.emit(ko,t)),t.emit(To,t)}}static emitWorld(t){t.leaferIsReady&&t.emit(Bo,this)}}bo.RESIZE="bounds.resize",bo.INNER="bounds.inner",bo.LOCAL="bounds.local",bo.WORLD="bounds.world";const{RESIZE:So,INNER:ko,LOCAL:To,WORLD:Bo}=bo,Po={};[So,ko,To,Bo].forEach(t=>Po[t]=1);class Ro 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){l(t)?(super(Ro.RESIZE),Object.assign(this,t)):super(t),this.old=e}static isResizing(t){return this.resizingKeys&&!s(this.resizingKeys[t.innerId])}}Ro.RESIZE="resize";class Co extends fo{constructor(t,e){super(t),this.data=e}}Co.REQUEST="watch.request",Co.DATA="watch.data";class Eo extends fo{constructor(t,e,i){super(t),e&&(this.data=e,this.times=i)}}Eo.REQUEST="layout.request",Eo.START="layout.start",Eo.BEFORE="layout.before",Eo.LAYOUT="layout",Eo.AFTER="layout.after",Eo.AGAIN="layout.again",Eo.END="layout.end";class Lo extends fo{constructor(t,e,i,s){super(t),e&&(this.times=e),i&&(this.renderBounds=i,this.renderOptions=s)}}Lo.REQUEST="render.request",Lo.CHILD_START="render.child_start",Lo.CHILD_END="render.child_end",Lo.START="render.start",Lo.BEFORE="render.before",Lo.RENDER="render",Lo.AFTER="render.after",Lo.AGAIN="render.again",Lo.END="render.end",Lo.NEXT="render.next";class Oo extends fo{}Oo.START="leafer.start",Oo.BEFORE_READY="leafer.before_ready",Oo.READY="leafer.ready",Oo.AFTER_READY="leafer.after_ready",Oo.VIEW_READY="leafer.view_ready",Oo.VIEW_COMPLETED="leafer.view_completed",Oo.STOP="leafer.stop",Oo.RESTART="leafer.restart",Oo.END="leafer.end",Oo.UPDATE_MODE="leafer.update_mode",Oo.TRANSFORM="leafer.transform",Oo.MOVE="leafer.move",Oo.SCALE="leafer.scale",Oo.ROTATE="leafer.rotate",Oo.SKEW="leafer.skew";const{MOVE:Ao,SCALE:Do,ROTATE:Mo,SKEW:Io}=Oo,Wo={x:Ao,y:Ao,scaleX:Do,scaleY:Do,rotation:Mo,skewX:Io,skewY:Io},Fo={};function zo(t,e,i){if(e){const{__captureMap:e}=t;return e||(i?t.__captureMap={}:Fo)}{const{__bubbleMap:e}=t;return e||(i?t.__bubbleMap={}:Fo)}}const{on:No,on_:Yo,off:Xo,off_:Ho,once:Uo,emit:jo,emitEvent:Vo,hasEvent:Go,destroy:Ko}=class{set event(t){this.on(t)}on(t,e,i){if(!e){let e;if(h(t))t.forEach(t=>this.on(t[0],t[1],t[2]));else for(let i in t)h(e=t[i])?this.on(i,e[0],e[1]):this.on(i,e);return}let s,r,o;i&&("once"===i?r=!0:"boolean"==typeof i?s=i:(s=i.capture,r=i.once));const a=zo(this,s,!0),l=n(t)?t.split(" "):t,d=r?{listener:e,once:r}:{listener:e};l.forEach(t=>{t&&(o=a[t],o?-1===o.findIndex(t=>t.listener===e)&&o.push(d):a[t]=[d],Po[t]&&bo.checkHas(this,t,"on"))})}off(t,e,i){if(t){const s=n(t)?t.split(" "):t;if(e){let t,r,n;i&&(t="boolean"==typeof i?i:"once"!==i&&i.capture);const o=zo(this,t);s.forEach(t=>{t&&(r=o[t],r&&(n=r.findIndex(t=>t.listener===e),n>-1&&r.splice(n,1),r.length||delete o[t],Po[t]&&bo.checkHas(this,t,"off")))})}else{const{__bubbleMap:t,__captureMap:e}=this;s.forEach(i=>{t&&delete t[i],e&&delete e[i]})}}else this.__bubbleMap=this.__captureMap=void 0}on_(t,e,i,s){return e?this.on(t,i?e=e.bind(i):e,s):h(t)&&t.forEach(t=>this.on(t[0],t[2]?t[1]=t[1].bind(t[2]):t[1],t[3])),{type:t,current:this,listener:e,options:s}}off_(t){if(!t)return;const e=h(t)?t:[t];e.forEach(t=>{t&&(t.listener?t.current.off(t.type,t.listener,t.options):h(t.type)&&t.type.forEach(e=>t.current.off(e[0],e[1],e[3])))}),e.length=0}once(t,e,i,s){if(!e)return h(t)&&t.forEach(t=>this.once(t[0],t[1],t[2],t[3]));l(i)?e=e.bind(i):s=i,this.on(t,e,{once:!0,capture:s})}emit(t,e,i){!e&&ne.has(t)&&(e=ne.get(t,{type:t,target:this,current:this}));const s=zo(this,i)[t];if(s){let r;for(let n=0,o=s.length;n<o&&!((r=s[n])&&(r.listener(e),r.once&&(this.off(t,r.listener,i),n--,o--),e&&e.isStopNow));n++);}this.syncEventer&&this.syncEventer.emitEvent(e,i)}emitEvent(t,e){t.current=this,this.emit(t.type,t,e)}hasEvent(t,e){if(this.syncEventer&&this.syncEventer.hasEvent(t,e))return!0;const{__bubbleMap:i,__captureMap:r}=this,n=i&&i[t],o=r&&r[t];return!!(s(e)?n||o:e?o:n)}destroy(){this.__captureMap=this.__bubbleMap=this.syncEventer=null}}.prototype,qo={on:No,on_:Yo,off:Xo,off_:Ho,once:Uo,emit:jo,emitEvent:Vo,hasEvent:Go,destroyEventer:Ko},$o=Vt.get("setAttr"),Jo={__setAttr(t,e,i){if(this.leaferIsCreated){const r=this.__.__getInput(t);if(!i||o(e)||s(e)||($o.warn(this.innerName,t,e),e=void 0),l(e)||r!==e){if(this.__realSetAttr(t,e),this.isLeafer){this.emitEvent(new wo(wo.LEAFER_CHANGE,this,t,r,e));const i=Wo[t];i&&(this.emitEvent(new Oo(i,this)),this.emitEvent(new Oo(Oo.TRANSFORM,this)))}this.emitPropertyEvent(wo.CHANGE,t,r,e);const i=vo[t];return i&&this.emitPropertyEvent(i,t,r,e),!0}return!1}return this.__realSetAttr(t,e),!0},emitPropertyEvent(t,e,i,s){const r=new wo(t,this,e,i,s);this.isLeafer||this.hasEvent(t)&&this.emitEvent(r),this.leafer.emitEvent(r)},__realSetAttr(t,e){const i=this.__;i[t]=e,this.__proxyData&&this.setProxyAttr(t,e),i.normalStyle&&(this.lockNormalStyle||s(i.normalStyle[t])||(i.normalStyle[t]=e))},__getAttr(t){return this.__proxyData?this.getProxyAttr(t):this.__.__get(t)}},{setLayout:Qo,multiplyParent:Zo,translateInner:ta,defaultWorld:ea}=G,{toPoint:ia,tempPoint:sa}=yt,ra={__updateWorldMatrix(){const{parent:t,__layout:e,__world:i,__scrollWorld:s,__:r}=this;Zo(this.__local||e,t?t.__scrollWorld||t.__world:ea,i,!!e.affectScaleOrRotation,r),s&&ta(Object.assign(s,i),r.scrollX,r.scrollY)},__updateLocalMatrix(){if(this.__local){const t=this.__layout,e=this.__local,i=this.__;t.affectScaleOrRotation&&(t.scaleChanged&&(t.resized||(t.resized="scale"))||t.rotationChanged)&&(Qo(e,i,null,null,t.affectRotation),t.scaleChanged=t.rotationChanged=void 0),e.e=i.x+i.offsetX,e.f=i.y+i.offsetY,(i.around||i.origin)&&(ia(i.around||i.origin,t.boxBounds,sa),ta(e,-sa.x,-sa.y,!i.around))}this.__layout.matrixChanged=void 0}},{updateMatrix:na,updateAllMatrix:oa}=Nn,{updateBounds:aa}=Qn,{toOuterOf:ha,copyAndSpread:la,copy:da}=Wt,{toBounds:ca}=Br,ua={__updateWorldBounds(){const{__layout:t,__world:e}=this;ha(t.renderBounds,e,e),t.resized&&("inner"===t.resized&&this.__onUpdateSize(),this.__hasLocalEvent&&bo.emitLocal(this),t.resized=void 0),this.__hasWorldEvent&&bo.emitWorld(this)},__updateLocalBounds(){const t=this.__layout;t.boxChanged&&(this.__.__pathInputed||this.__updatePath(),this.__updateRenderPath(),this.__updateBoxBounds(),t.resized="inner"),t.localBoxChanged&&(this.__local&&this.__updateLocalBoxBounds(),t.localBoxChanged=void 0,t.strokeSpread&&(t.strokeChanged=!0),t.renderSpread&&(t.renderChanged=!0),this.parent&&this.parent.__layout.boxChange()),t.boxChanged=void 0,t.strokeChanged&&(t.strokeSpread=this.__updateStrokeSpread(),t.strokeSpread?(t.strokeBounds===t.boxBounds&&t.spreadStroke(),this.__updateStrokeBounds(),this.__updateLocalStrokeBounds()):t.spreadStrokeCancel(),t.strokeChanged=void 0,(t.renderSpread||t.strokeSpread!==t.strokeBoxSpread)&&(t.renderChanged=!0),this.parent&&this.parent.__layout.strokeChange(),t.resized="inner"),t.renderChanged&&(t.renderSpread=this.__updateRenderSpread(),t.renderSpread?(t.renderBounds!==t.boxBounds&&t.renderBounds!==t.strokeBounds||t.spreadRender(),this.__updateRenderBounds(),this.__updateLocalRenderBounds()):t.spreadRenderCancel(),t.renderChanged=void 0,this.parent&&this.parent.__layout.renderChange()),t.resized||(t.resized="local"),t.boundsChanged=void 0},__updateLocalBoxBounds(){this.__hasMotionPath&&this.__updateMotionPath(),this.__hasAutoLayout&&this.__updateAutoLayout(),ha(this.__layout.boxBounds,this.__local,this.__local)},__updateLocalStrokeBounds(){ha(this.__layout.strokeBounds,this.__localMatrix,this.__layout.localStrokeBounds)},__updateLocalRenderBounds(){ha(this.__layout.renderBounds,this.__localMatrix,this.__layout.localRenderBounds)},__updateBoxBounds(t,e){const i=this.__layout.boxBounds,s=this.__;s.__usePathBox?ca(s.path,i):(i.x=0,i.y=0,i.width=s.width,i.height=s.height)},__updateAutoLayout(){this.__layout.matrixChanged=!0,this.isBranch?(this.__extraUpdate(),this.__.flow?(this.__layout.boxChanged&&this.__updateFlowLayout(),oa(this),aa(this,this),this.__.__autoSide&&this.__updateBoxBounds(!0)):(oa(this),aa(this,this))):na(this)},__updateNaturalSize(){const{__:t,__layout:e}=this;t.__naturalWidth=e.boxBounds.width,t.__naturalHeight=e.boxBounds.height},__updateStrokeBounds(t){const e=this.__layout;la(e.strokeBounds,e.boxBounds,e.strokeBoxSpread)},__updateRenderBounds(t){const e=this.__layout,{renderSpread:i}=e;a(i)&&i<=0?da(e.renderBounds,e.strokeBounds):la(e.renderBounds,e.boxBounds,i)}},_a={__render(t,e){if(e.shape)return this.__renderShape(t,e);if((!e.cellList||e.cellList.has(this))&&this.__worldOpacity){const i=this.__;if(i.bright&&!e.topRendering)return e.topList.add(this);if(t.setWorld(this.__nowWorld=this.__getNowWorld(e)),t.opacity=e.dimOpacity&&!i.dimskip?i.opacity*e.dimOpacity:i.opacity,this.__.__single){if("path"===i.eraser)return this.__renderEraser(t,e);const s=t.getSameCanvas(!0,!0);this.__draw(s,e,t),Nn.copyCanvasByWorld(this,t,s,this.__nowWorld,i.__blendMode,!0),s.recycle(this.__nowWorld)}else this.__draw(t,e);Vt.showBounds&&Vt.drawBounds(this,t,e)}},__renderShape(t,e){this.__worldOpacity&&(t.setWorld(this.__nowWorld=this.__getNowWorld(e)),this.__drawShape(t,e))},__clip(t,e){this.__worldOpacity&&(t.setWorld(this.__nowWorld=this.__getNowWorld(e)),this.__drawRenderPath(t),t.clipUI(this))},__updateWorldOpacity(){this.__worldOpacity=this.__.visible?this.parent?this.parent.__worldOpacity*this.__.opacity:this.__.opacity:0,this.__layout.opacityChanged&&(this.__layout.opacityChanged=!1)}},{excludeRenderBounds:pa}=Kn,ga={__updateChange(){const{__layout:t}=this;t.childrenSortChanged&&(this.__updateSortChildren(),t.childrenSortChanged=!1),this.__.__checkSingle()},__render(t,e){if(this.__nowWorld=this.__getNowWorld(e),this.__worldOpacity){const i=this.__;if(i.__useDim)if(i.dim)e.dimOpacity=!0===i.dim?.2:i.dim;else{if(i.bright&&!e.topRendering)return e.topList.add(this);i.dimskip&&e.dimOpacity&&(e.dimOpacity=0)}if(i.__single&&!this.isBranchLeaf){if("path"===i.eraser)return this.__renderEraser(t,e);const s=t.getSameCanvas(!1,!0);this.__renderBranch(s,e);const r=this.__nowWorld;t.opacity=e.dimOpacity?i.opacity*e.dimOpacity:i.opacity,t.copyWorldByReset(s,r,r,i.__blendMode,!0),s.recycle(r)}else this.__renderBranch(t,e)}},__renderBranch(t,e){if(this.__hasMask)this.__renderMask(t,e);else{const{children:i}=this;for(let s=0,r=i.length;s<r;s++)pa(i[s],e)||i[s].__render(t,e)}},__clip(t,e){if(this.__worldOpacity){const{children:i}=this;for(let s=0,r=i.length;s<r;s++)pa(i[s],e)||i[s].__clip(t,e)}}},fa={},{LEAF:ya,create:ma}=y,{stintSet:wa}=d,{toInnerPoint:va,toOuterPoint:xa,multiplyParent:ba}=G,{toOuterOf:Sa}=Wt,{copy:ka,move:Ta}=nt,{moveLocal:Ba,zoomOfLocal:Pa,rotateOfLocal:Ra,skewOfLocal:Ca,moveWorld:Ea,zoomOfWorld:La,rotateOfWorld:Oa,skewOfWorld:Aa,transform:Da,transformWorld:Ma,setTransform:Ia,getFlipTransform:Wa,getLocalOrigin:Fa,getRelativeWorld:za,drop:Na}=Nn;let Ya=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 u}get __LayoutProcessor(){return go}get leaferIsCreated(){return this.leafer&&this.leafer.created}get leaferIsReady(){return this.leafer&&this.leafer.ready}get isLeafer(){return!1}get isBranch(){return!1}get isBranchLeaf(){return!1}get __localMatrix(){return this.__local||this.__layout}get __localBoxBounds(){return this.__local||this.__layout}get worldTransform(){return this.__layout.getTransform("world")}get localTransform(){return this.__layout.getTransform("local")}get scrollWorldTransform(){return this.updateLayout(),this.__scrollWorld||this.__world}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.updateLayout(),this.__worldOpacity}get __worldFlipped(){return this.__world.scaleX<0||this.__world.scaleY<0}get __onlyHitMask(){return this.__hasMask&&!this.__.hitChildren}get __ignoreHitWorld(){return(this.__hasMask||this.__hasEraser)&&this.__.hitChildren}get __inLazyBounds(){return this.leaferIsCreated&&this.leafer.lazyBounds.hit(this.__world)}get pathInputed(){return this.__.__pathInputed}set event(t){this.on(t)}constructor(t){this.innerId=ma(ya),this.reset(t),this.__bubbleMap&&this.__emitLifeEvent(yo.CREATED)}reset(t){this.leafer&&this.leafer.forceRender(this.__world),0!==t&&(this.__world={a:1,b:0,c:0,d:1,e:0,f:0,x:0,y:0,width:0,height:0,scaleX:1,scaleY:1},null!==t&&(this.__local={a:1,b:0,c:0,d:1,e:0,f:0,x:0,y:0,width:0,height:0})),this.__worldOpacity=1,this.__=new this.__DataProcessor(this),this.__layout=new this.__LayoutProcessor(this),this.__level&&this.resetCustom(),t&&(t.__&&(t=t.toJSON()),t.children?this.set(t):Object.assign(this,t))}resetCustom(){this.__hasMask=this.__hasEraser=null,this.forceUpdate()}waitParent(t,e){e&&(t=t.bind(e)),this.parent?t():this.on(yo.ADD,t,"once")}waitLeafer(t,e){e&&(t=t.bind(e)),this.leafer?t():this.on(yo.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(yo.MOUNTED)):this.__emitLifeEvent(yo.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){s(t)?t="width":"surface"===t&&(t="blendMode");const e=this.__.__getInput(t);this.__[t]=s(e)?null:void 0,this[t]=e}forceRender(t,e){this.forceUpdate("surface")}__extraUpdate(){this.leaferIsReady&&this.leafer.layouter.addExtra(this)}__updateWorldMatrix(){}__updateLocalMatrix(){}__updateWorldBounds(){}__updateLocalBounds(){}__updateLocalBoxBounds(){}__updateLocalStrokeBounds(){}__updateLocalRenderBounds(){}__updateBoxBounds(t,e){}__updateContentBounds(){}__updateStrokeBounds(t){}__updateRenderBounds(t){}__updateAutoLayout(){}__updateFlowLayout(){}__updateNaturalSize(){}__updateStrokeSpread(){return 0}__updateRenderSpread(){return 0}__onUpdateSize(){}__updateEraser(t){this.__hasEraser=!!t||this.children.some(t=>t.__.eraser)}__renderEraser(t,e){t.save(),this.__clip(t,e);const{renderBounds:i}=this.__layout;t.clearRect(i.x,i.y,i.width,i.height),t.restore()}__updateMask(t){this.__hasMask=this.children.some(t=>t.__.mask&&t.__.visible&&t.__.opacity)}__renderMask(t,e){}__getNowWorld(t){if(t.matrix){this.__cameraWorld||(this.__cameraWorld={});const e=this.__cameraWorld,i=this.__world;return ba(i,t.matrix,e,void 0,i),Sa(this.__layout.renderBounds,e,e),wa(e,"half",i.half),wa(e,"ignorePixelSnap",i.ignorePixelSnap),e}return this.__world}getClampRenderScale(){let{scaleX:t}=this.__nowWorld||this.__world;return t<0&&(t=-t),t>1?t:1}getRenderScaleData(t,e){let{scaleX:i,scaleY:s}=Vr.patternLocked?this.__world:this.__nowWorld;return t&&(i<0&&(i=-i),s<0&&(s=-s)),(!0===e||"zoom-in"===e&&i>1&&s>1)&&(i=s=1),fa.scaleX=i,fa.scaleY=s,fa}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?za(this,e):this.worldTransform,r=i?t:{};return Sa(t,s,r),r}worldToLocal(t,e,i,s){this.parent?this.parent.worldToInner(t,e,i,s):e&&ka(e,t)}localToWorld(t,e,i,s){this.parent?this.parent.innerToWorld(t,e,i,s):e&&ka(e,t)}worldToInner(t,e,i,s){s&&(s.innerToWorld(t,e,i),t=e||t),va(this.scrollWorldTransform,t,e,i)}innerToWorld(t,e,i,s){xa(this.scrollWorldTransform,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 r=s?t:Object.assign({},t),{x:n,y:o}=this.boxBounds;return Ta(r,-n,-o),r}getInnerPoint(t,e,i,s){const r=s?t:{};return this.worldToInner(t,r,i,e),r}getInnerPointByBox(t,e,i,s){const r=s?t:Object.assign({},t),{x:n,y:o}=this.boxBounds;return Ta(r,n,o),r}getInnerPointByLocal(t,e,i,s){return this.getInnerPoint(t,this.parent,i,s)}getLocalPoint(t,e,i,s){const r=s?t:{};return this.worldToLocal(t,r,i,e),r}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 r=s?t:{};return this.innerToWorld(t,r,i,e),r}getWorldPointByBox(t,e,i,s){return this.getWorldPoint(this.getInnerPointByBox(t,null,null,s),e,i,!0)}getWorldPointByLocal(t,e,i,s){const r=s?t:{};return this.localToWorld(t,r,i,e),r}getWorldPointByPage(t,e,i,s){return(this.leafer?this.leafer.zoomLayer:this).getWorldPoint(t,e,i,s)}setTransform(t,e,i){Ia(this,t,e,i)}transform(t,e,i){Da(this,t,e,i)}move(t,e,i){Ba(this,t,e,i)}moveInner(t,e,i){Ea(this,t,e,!0,i)}scaleOf(t,e,i,s,r){Pa(this,Fa(this,t),e,i,s,r)}rotateOf(t,e,i){Ra(this,Fa(this,t),e,i)}skewOf(t,e,i,s,r){Ca(this,Fa(this,t),e,i,s,r)}transformWorld(t,e,i){Ma(this,t,e,i)}moveWorld(t,e,i){Ea(this,t,e,!1,i)}scaleOfWorld(t,e,i,s,r){La(this,t,e,i,s,r)}rotateOfWorld(t,e){Oa(this,t,e)}skewOfWorld(t,e,i,s,r){Aa(this,t,e,i,s,r)}flip(t,e){Da(this,Wa(this,t),!1,e)}scaleResize(t,e=t,i){this.scaleX*=t,this.scaleY*=e}__scaleResize(t,e){}resizeWidth(t){}resizeHeight(t){}hit(t,e){return!0}__hitWorld(t,e){return!0}__hit(t,e){return!0}__hitFill(t){return!0}__hitStroke(t,e){return!0}__hitPixel(t){return!0}__drawHitPath(t){}__updateHitCanvas(){}__render(t,e){}__drawFast(t,e){}__draw(t,e,i){}__clip(t,e){}__renderShape(t,e){}__drawShape(t,e){}__updateWorldOpacity(){}__updateChange(){}__drawPath(t){}__drawRenderPath(t){}__updatePath(){}__updateRenderPath(){}getMotionPathData(){return Zt.need("path")}getMotionPoint(t){return Zt.need("path")}getMotionTotal(){return 0}__updateMotionPath(){}__runAnimation(t,e){}__updateSortChildren(){}add(t,e){}remove(t,e){this.parent&&this.parent.remove(this,e)}dropTo(t,e,i){Na(this,t,e,i)}on(t,e,i){}off(t,e,i){}on_(t,e,i,s){}off_(t){}once(t,e,i,s){}emit(t,e,i){}emitEvent(t,e){}hasEvent(t,e){return!1}static changeAttr(t,e,i){i?this.addAttr(t,e,i):wn(this.prototype,t,e)}static addAttr(t,e,i,s){i||(i=an),i(e,s)(this.prototype,t)}__emitLifeEvent(t){this.hasEvent(t)&&this.emitEvent(new yo(t,this,this.parent))}destroy(){this.destroyed||(this.parent&&this.remove(),this.children&&this.clear(),this.__emitLifeEvent(yo.DESTROY),this.__.destroy(),this.__layout.destroy(),this.destroyEventer(),this.destroyed=!0)}};Ya=he([Bn(Jo),Bn(ra),Bn(ua),Bn(qo),Bn(_a)],Ya);const{setListWithFn:Xa}=Wt,{sort:Ha}=Qn,{localBoxBounds:Ua,localStrokeBounds:ja,localRenderBounds:Va,maskLocalBoxBounds:Ga,maskLocalStrokeBounds:Ka,maskLocalRenderBounds:qa}=Kn,$a=new Vt("Branch");let Ja=class extends Ya{__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(t,e){Xa(e||this.__layout.boxBounds,this.children,this.__hasMask?Ga:Ua)}__updateStrokeBounds(t){Xa(t||this.__layout.strokeBounds,this.children,this.__hasMask?Ka:ja)}__updateRenderBounds(t){Xa(t||this.__layout.renderBounds,this.children,this.__hasMask?qa:Va)}__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(Ha),this.__layout.affectChildrenSort=t}}add(t,e){if(t===this||t.destroyed)return $a.warn("add self or destroyed");const i=s(e);if(!t.__){if(h(t))return t.forEach(t=>{this.add(t,e),i||e++});t=ie.get(t.tag,t)}t.parent&&t.parent.remove(t),t.parent=this,i?this.children.push(t):this.children.splice(e,0,t),t.isBranch&&(this.__.__childBranchNumber=(this.__.__childBranchNumber||0)+1);const r=t.__layout;r.boxChanged||r.boxChange(),r.matrixChanged||r.matrixChange(),t.__bubbleMap&&t.__emitLifeEvent(yo.ADD),this.leafer&&(t.__bindLeafer(this.leafer),this.leafer.created&&this.__emitChildEvent(yo.ADD,t)),this.__layout.affectChildrenSort&&this.__layout.childrenSortChange()}addMany(...t){this.add(t)}remove(t,e){t?t.__?t.animationOut?t.__runAnimation("out",()=>this.__remove(t,e)):this.__remove(t,e):this.find(t).forEach(t=>this.remove(t,e)):s(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(yo.REMOVE),t.parent=null,this.leafer&&(t.__bindLeafer(null),this.leafer.created&&(this.__emitChildEvent(yo.REMOVE,t),this.leafer.hitCanvasManager&&this.leafer.hitCanvasManager.clear()))}__emitChildEvent(t,e){const i=new yo(t,e,this);this.hasEvent(t)&&!this.isLeafer&&this.emitEvent(i),this.leafer.emitEvent(i)}};Ja=he([Bn(ga)],Ja);class Qa{get length(){return this.list.length}constructor(t){this.reset(),t&&(h(t)?this.addList(t):this.add(t))}has(t){return t&&!s(this.keys[t.innerId])}indexAt(t){return this.list[t]}indexOf(t){const e=this.keys[t.innerId];return s(e)?-1:e}add(t){const{list:e,keys:i}=this;s(i[t.innerId])&&(e.push(t),i[t.innerId]=e.length-1)}addAt(t,e=0){const{keys:i}=this;if(s(i[t.innerId])){const{list:s}=this;for(let t=e,r=s.length;t<r;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 r=0,n=e.length;r<n;r++)s(i)?e[r].innerId===t.innerId&&(i=r,delete this.keys[t.innerId]):this.keys[e[r].innerId]=r-1;s(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 Qa;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 Za{get length(){return this._length}constructor(t){this._length=0,this.reset(),t&&(h(t)?this.addList(t):this.add(t))}has(t){return!s(this.keys[t.innerId])}without(t){return s(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}}function th(t,e,i,s){var r,n=arguments.length,o=n<3?e:null===s?s=Object.getOwnPropertyDescriptor(e,i):s;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,i,s);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(o=(n<3?r(o):n>3?r(e,i,o):r(e,i))||o);return n>3&&o&&Object.defineProperty(e,i,o),o}function eh(t){return Zr(t,t=>({set(e){this.__setAttr(t,e),e&&(this.__.__useEffect=!0),this.__layout.renderChanged||this.__layout.renderChange()}}))}function ih(t){return Zr(t,t=>({set(e){this.__setAttr(t,e),this.__layout.boxChanged||this.__layout.boxChange(),this.__updateSize()}}))}"function"==typeof SuppressedError&&SuppressedError;const sh={},rh={hasTransparent:function(t){if(!t||7===t.length||4===t.length)return!1;if("transparent"===t)return!0;const e=t[0];if("#"===e)switch(t.length){case 5:return"f"!==t[4]&&"F"!==t[4];case 9:return"f"!==t[7]&&"F"!==t[7]||"f"!==t[8]&&"F"!==t[8]}else if(("r"===e||"h"===e)&&"a"===t[3]){const e=t.lastIndexOf(",");if(e>-1)return parseFloat(t.slice(e+1))<1}return!1}},nh=(t,e)=>l(t)?"percent"===t.type?t.value*e:t.value:t,oh={},ah={},hh={},lh={},dh={},ch={apply(){Zt.need("filter")}},uh={},_h={setStyleName:()=>Zt.need("state"),set:()=>Zt.need("state")},{parse:ph,objectToCanvasData:gh}=Gi,{stintSet:fh}=d,{hasTransparent:yh}=rh,mh={originPaint:{}},wh=Vt.get("UIData");let vh=class extends u{get scale(){const{scaleX:t,scaleY:e}=this;return t!==e?{x:t,y:e}:t}get __strokeWidth(){return this.__getRealStrokeWidth()}get __maxStrokeWidth(){const t=this;return t.__hasMultiStrokeStyle?Math.max(t.__hasMultiStrokeStyle,t.strokeWidth):t.strokeWidth}get __hasMultiPaint(){const t=this;return t.fill&&this.__useStroke||t.__isFills&&t.fill.length>1||t.__isStrokes&&t.stroke.length>1||t.__useEffect}get __clipAfterFill(){const t=this;return t.cornerRadius||t.innerShadow||t.__pathInputed}get __hasSurface(){return this.fill||this.stroke}get __autoWidth(){return!this._width}get __autoHeight(){return!this._height}get __autoSide(){return!this._width||!this._height}get __autoSize(){return!this._width&&!this._height}setVisible(t){this._visible=t;const{leafer:e}=this.__leaf;e&&(e.watcher.hasVisible=!0)}setWidth(t){t<0?(this._width=-t,this.__leaf.scaleX*=-1,wh.warn("width < 0, instead -scaleX ",this)):this._width=t}setHeight(t){t<0?(this._height=-t,this.__leaf.scaleY*=-1,wh.warn("height < 0, instead -scaleY",this)):this._height=t}setFill(t){this.__naturalWidth&&this.__removeNaturalSize(),n(t)||!t?(fh(this,"__isTransparentFill",yh(t)),this.__isFills&&this.__removePaint("fill",!0),this._fill=t):l(t)&&this.__setPaint("fill",t)}setStroke(t){n(t)||!t?(fh(this,"__isTransparentStroke",yh(t)),this.__isStrokes&&this.__removePaint("stroke",!0),this._stroke=t):l(t)&&this.__setPaint("stroke",t)}setPath(t){const e=n(t);e||t&&l(t[0])?(this.__setInput("path",t),this._path=e?ph(t):gh(t)):(this.__input&&this.__removeInput("path"),this._path=t)}setShadow(t){xh(this,"shadow",t)}setInnerShadow(t){xh(this,"innerShadow",t)}setFilter(t){xh(this,"filter",t)}__computePaint(){const{fill:t,stroke:e}=this.__input;t&&ah.compute("fill",this.__leaf),e&&ah.compute("stroke",this.__leaf),this.__needComputePaint=void 0}__getRealStrokeWidth(t){let{strokeWidth:e,strokeWidthFixed:i}=this;if(t&&(t.strokeWidth&&(e=t.strokeWidth),s(t.strokeWidthFixed)||(i=t.strokeWidthFixed)),i){const t=this.__leaf.getClampRenderScale();return t>1?e/t:e}return e}__setPaint(t,e){this.__setInput(t,e);const i=this.__leaf.__layout;i.boxChanged||i.boxChange(),h(e)&&!e.length?this.__removePaint(t):"fill"===t?(this.__isFills=!0,this._fill||(this._fill=mh)):(this.__isStrokes=!0,this._stroke||(this._stroke=mh))}__removePaint(t,e){e&&this.__removeInput(t),hh.recycleImage(t,this),"fill"===t?(fh(this,"__isAlphaPixelFill",void 0),this._fill=this.__isFills=void 0):(fh(this,"__isAlphaPixelStroke",void 0),fh(this,"__hasMultiStrokeStyle",void 0),this._stroke=this.__isStrokes=void 0)}};function xh(t,e,i){t.__setInput(e,i),h(i)?(i.some(t=>!1===t.visible)&&(i=i.filter(t=>!1!==t.visible)),i.length||(i=void 0)):i=i&&!1!==i.visible?[i]:void 0,t["_"+e]=i}let bh=class extends vh{},Sh=class extends bh{get __boxStroke(){return!this.__pathInputed}get __drawAfterFill(){return this.__single||this.__clipAfterFill}get __clipAfterFill(){const t=this;return"show"!==t.overflow&&t.__leaf.children.length&&(t.__leaf.isOverflow||super.__clipAfterFill)}},kh=class extends vh{get __usePathBox(){return this.points||this.__pathInputed}},Th=class extends vh{get __boxStroke(){return!this.__pathInputed}},Bh=class extends bh{};const Ph={thin:100,"extra-light":200,light:300,normal:400,medium:500,"semi-bold":600,bold:700,"extra-bold":800,black:900};const{max:Rh,add:Ch}=k,Eh={__updateStrokeSpread(){let t=0,e=0;const i=this.__,{strokeAlign:s,__maxStrokeWidth:r}=i,n=this.__box;if((i.stroke||"all"===i.hitStroke)&&r&&"inside"!==s&&(e=t="center"===s?r/2:r,!i.__boxStroke)){const e=i.__isLinePath?0:10*t,s="none"===i.strokeCap?0:r;t+=Math.max(e,s)}return i.__useArrow&&(t+=5*r),n&&(t=Rh(t,n.__layout.strokeSpread=n.__updateStrokeSpread()),e=Math.max(e,n.__layout.strokeBoxSpread)),this.__layout.strokeBoxSpread=e,t},__updateRenderSpread(){let t=0;const{shadow:e,innerShadow:i,blur:s,backgroundBlur:r,filter:n,renderSpread:o}=this.__,{strokeSpread:a}=this.__layout,h=this.__box;e&&(t=dh.getShadowRenderSpread(this,e)),s&&(t=Rh(t,s)),n&&(t=Ch(t,ch.getSpread(n))),o&&(t=Ch(t,o)),a&&(t=Ch(t,a));let l=t;return i&&(l=Rh(l,dh.getInnerShadowSpread(this,i))),r&&(l=Rh(l,r)),this.__layout.renderShapeSpread=l,h?Rh(h.__updateRenderSpread(),t):t}},{stintSet:Lh}=d,Oh={__updateChange(){const t=this.__;if(t.__useStroke){const e=t.__useStroke=!(!t.stroke||!t.strokeWidth);Lh(this.__world,"half",e&&"center"===t.strokeAlign&&t.strokeWidth%2),Lh(t,"__fillAfterStroke",e&&"outside"===t.strokeAlign&&t.fill&&!t.__isTransparentFill)}if(t.__useEffect){const{shadow:e,fill:i,stroke:s}=t,r=t.innerShadow||t.blur||t.backgroundBlur||t.filter;Lh(t,"__isFastShadow",e&&!r&&e.length<2&&!e[0].spread&&!dh.isTransformShadow(e[0])&&i&&!t.__isTransparentFill&&!(h(i)&&i.length>1)&&(this.useFastShadow||!s||s&&"inside"===t.strokeAlign)),t.__useEffect=!(!e&&!r)}t.__checkSingle(),Lh(t,"__complex",t.__isFills||t.__isStrokes||t.cornerRadius||t.__useEffect)},__drawFast(t,e){Ah(this,t,e)},__draw(t,e,i){const s=this.__;if(s.__complex){s.__needComputePaint&&s.__computePaint();const{fill:r,stroke:n,__drawAfterFill:o,__fillAfterStroke:a,__isFastShadow:h}=s;if(this.__drawRenderPath(t),s.__useEffect&&!h){const h=ah.shape(this,t,e);this.__nowWorld=this.__getNowWorld(e);const{shadow:l,innerShadow:d,filter:c}=s;l&&dh.shadow(this,t,h),a&&(s.__isStrokes?ah.strokes(n,this,t,e):ah.stroke(n,this,t,e)),r&&(s.__isFills?ah.fills(r,this,t,e):ah.fill(r,this,t,e)),o&&this.__drawAfterFill(t,e),d&&dh.innerShadow(this,t,h),n&&!a&&(s.__isStrokes?ah.strokes(n,this,t,e):ah.stroke(n,this,t,e)),c&&ch.apply(c,this,this.__nowWorld,t,i,h),h.worldCanvas&&h.worldCanvas.recycle(),h.canvas.recycle()}else{if(a&&(s.__isStrokes?ah.strokes(n,this,t,e):ah.stroke(n,this,t,e)),h){const e=s.shadow[0],{scaleX:i,scaleY:r}=this.getRenderScaleData(!0,e.scaleFixed);t.save(),t.setWorldShadow(e.x*i,e.y*r,e.blur*i,rh.string(e.color))}r&&(s.__isFills?ah.fills(r,this,t,e):ah.fill(r,this,t,e)),h&&t.restore(),o&&this.__drawAfterFill(t,e),n&&!a&&(s.__isStrokes?ah.strokes(n,this,t,e):ah.stroke(n,this,t,e))}}else s.__pathForRender?Ah(this,t,e):this.__drawFast(t,e)},__drawShape(t,e){this.__drawRenderPath(t);const i=this.__,{fill:s,stroke:r}=i;s&&!e.ignoreFill&&(i.__isAlphaPixelFill?ah.fills(s,this,t,e):ah.fill("#000000",this,t,e)),i.__isCanvas&&this.__drawAfterFill(t,e),r&&!e.ignoreStroke&&(i.__isAlphaPixelStroke?ah.strokes(r,this,t,e):ah.stroke("#000000",this,t,e))},__drawAfterFill(t,e){this.__.__clipAfterFill?(t.save(),t.clipUI(this),this.__drawContent(t,e),t.restore()):this.__drawContent(t,e)}};function Ah(t,e,i){const{fill:s,stroke:r,__drawAfterFill:n,__fillAfterStroke:o}=t.__;t.__drawRenderPath(e),o&&ah.stroke(r,t,e,i),s&&ah.fill(s,t,e,i),n&&t.__drawAfterFill(e,i),r&&!o&&ah.stroke(r,t,e,i)}const Dh={__drawFast(t,e){let{x:i,y:s,width:r,height:n}=this.__layout.boxBounds;const{fill:o,stroke:a,__drawAfterFill:h}=this.__;if(o&&(t.fillStyle=o,t.fillRect(i,s,r,n)),h&&this.__drawAfterFill(t,e),a){const{strokeAlign:o,__strokeWidth:h}=this.__;if(!h)return;t.setStroke(a,h,this.__);const l=h/2;switch(o){case"center":t.strokeRect(0,0,r,n);break;case"inside":r-=h,n-=h,r<0||n<0?(t.save(),this.__clip(t,e),t.strokeRect(i+l,s+l,r,n),t.restore()):t.strokeRect(i+l,s+l,r,n);break;case"outside":t.strokeRect(i-l,s-l,r+h,n+h)}}}};var Mh;let Ih=Mh=class extends Ya{get app(){return this.leafer&&this.leafer.app}get isFrame(){return!1}set scale(t){D.assignScale(this,t)}get scale(){return this.__.scale}get isAutoWidth(){const t=this.__;return t.__autoWidth||t.autoWidth}get isAutoHeight(){const t=this.__;return t.__autoHeight||t.autoHeight}get pen(){const{path:t}=this.__;return Mr.set(this.path=t||[]),t||this.__drawPathByBox(Mr),Mr}reset(t){}set(t,e){t&&Object.assign(this,t)}get(t){return n(t)?this.__.__getInput(t):this.__.__getInputData(t)}createProxyData(){}find(t,e){return Zt.need("find")}findTag(t){return this.find({tag:t})}findOne(t,e){return Zt.need("find")}findId(t){return this.findOne({id:t})}getPath(t,e){this.__layout.update();let i=e?this.__.__pathForRender:this.__.path;return i||(Mr.set(i=[]),this.__drawPathByBox(Mr,!e)),t?Gi.toCanvasData(i,!0):i}getPathString(t,e,i){return Gi.stringify(this.getPath(t,e),i)}load(){this.__.__computePaint()}__onUpdateSize(){if(this.__.__input){const t=this.__;!t.lazy||this.__inLazyBounds||uh.running?t.__computePaint():t.__needComputePaint=!0}}__updateRenderPath(){const t=this.__;t.path?(t.__pathForRender=t.cornerRadius?Ar.smooth(t.path,t.cornerRadius,t.cornerSmoothing):t.path,t.__useArrow&&oh.addArrows(this)):t.__pathForRender&&(t.__pathForRender=void 0)}__drawRenderPath(t){t.beginPath(),this.__drawPathByData(t,this.__.__pathForRender)}__drawPath(t){t.beginPath(),this.__drawPathByData(t,this.__.path,!0)}__drawPathByData(t,e,i){e?Ks.drawPathByData(t,e):this.__drawPathByBox(t,i)}__drawPathByBox(t,e){const{x:i,y:s,width:r,height:n}=this.__layout.boxBounds;if(this.__.cornerRadius&&!e){const{cornerRadius:e}=this.__;t.roundRect(i,s,r,n,a(e)?[e]:e)}else t.rect(i,s,r,n);t.closePath()}drawImagePlaceholder(t,e,i){ah.fill(this.__.placeholderColor,this,e,i)}animate(t,e,i,s){return this.set(t),Zt.need("animate")}killAnimate(t,e){}export(t,e){return Zt.need("export")}syncExport(t,e){return Zt.need("export")}clone(t){const e=d.clone(this.toJSON());return t&&Object.assign(e,t),Mh.one(e)}static one(t,e,i,s,r){return ie.get(t.tag||this.prototype.__tag,t,e,i,s,r)}static registerUI(){Pn()(this)}static registerData(t){mn(t)(this.prototype)}static setEditConfig(t){}static setEditOuter(t){}static setEditInner(t){}destroy(){this.fill=this.stroke=null,this.__animate&&this.killAnimate(),super.destroy()}};th([mn(vh)],Ih.prototype,"__",void 0),th([(t,e)=>{const i="_"+e;Jr(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}})}],Ih.prototype,"zoomLayer",void 0),th([tn("")],Ih.prototype,"id",void 0),th([tn("")],Ih.prototype,"name",void 0),th([tn("")],Ih.prototype,"className",void 0),th([_n("pass-through")],Ih.prototype,"blendMode",void 0),th([function(t){return Zr(t,t=>({set(e){this.__setAttr(t,e)&&(this.__layout.opacityChanged||this.__layout.opacityChange()),this.mask&&gn(this)}}))}(1)],Ih.prototype,"opacity",void 0),th([function(t){return Zr(t,t=>({set(e){const i=this.visible;if(!0===i&&0===e){if(this.animationOut)return this.__runAnimation("out",()=>fn(this,t,e,i))}else 0===i&&!0===e&&this.animation&&this.__runAnimation("in");fn(this,t,e,i),this.mask&&gn(this)}}))}(!0)],Ih.prototype,"visible",void 0),th([_n(!1)],Ih.prototype,"locked",void 0),th([pn(!1)],Ih.prototype,"dim",void 0),th([pn(!1)],Ih.prototype,"dimskip",void 0),th([function(t){return Zr(t,t=>({set(e){this.__setAttr(t,e)&&(this.__layout.surfaceChange(),this.waitParent(()=>{this.parent.__layout.childrenSortChange()}))}}))}(0)],Ih.prototype,"zIndex",void 0),th([function(t){return Zr(t,t=>({set(e){this.__setAttr(t,e)&&(this.__layout.boxChanged||this.__layout.boxChange(),this.waitParent(()=>{this.parent.__updateMask(e)}))}}))}(!1)],Ih.prototype,"mask",void 0),th([function(t){return Zr(t,t=>({set(e){this.__setAttr(t,e)&&this.waitParent(()=>{this.parent.__updateEraser(e)})}}))}(!1)],Ih.prototype,"eraser",void 0),th([en(0,!0)],Ih.prototype,"x",void 0),th([en(0,!0)],Ih.prototype,"y",void 0),th([an(100,!0)],Ih.prototype,"width",void 0),th([an(100,!0)],Ih.prototype,"height",void 0),th([nn(1,!0)],Ih.prototype,"scaleX",void 0),th([nn(1,!0)],Ih.prototype,"scaleY",void 0),th([on(0,!0)],Ih.prototype,"rotation",void 0),th([on(0,!0)],Ih.prototype,"skewX",void 0),th([on(0,!0)],Ih.prototype,"skewY",void 0),th([en(0,!0)],Ih.prototype,"offsetX",void 0),th([en(0,!0)],Ih.prototype,"offsetY",void 0),th([sn(0,!0)],Ih.prototype,"scrollX",void 0),th([sn(0,!0)],Ih.prototype,"scrollY",void 0),th([rn()],Ih.prototype,"origin",void 0),th([rn()],Ih.prototype,"around",void 0),th([tn(!1)],Ih.prototype,"lazy",void 0),th([function(t){return Zr(t,t=>({set(e){this.__setAttr(t,e)&&(hn(this),this.__.__removeNaturalSize())}}))}(1)],Ih.prototype,"pixelRatio",void 0),th([un(0)],Ih.prototype,"renderSpread",void 0),th([function(t){return Zr(t,t=>({set(e){const i=this.__;2!==i.__pathInputed&&(i.__pathInputed=e?1:0),e||(i.__pathForRender=void 0),this.__setAttr(t,e),hn(this)}}))}()],Ih.prototype,"path",void 0),th([ln()],Ih.prototype,"windingRule",void 0),th([ln(!0)],Ih.prototype,"closed",void 0),th([an(0)],Ih.prototype,"padding",void 0),th([an(!1)],Ih.prototype,"lockRatio",void 0),th([an()],Ih.prototype,"widthRange",void 0),th([an()],Ih.prototype,"heightRange",void 0),th([tn(!1)],Ih.prototype,"draggable",void 0),th([tn()],Ih.prototype,"dragBounds",void 0),th([tn("auto")],Ih.prototype,"dragBoundsType",void 0),th([tn(!1)],Ih.prototype,"editable",void 0),th([yn(!0)],Ih.prototype,"hittable",void 0),th([yn("path")],Ih.prototype,"hitFill",void 0),th([cn("path")],Ih.prototype,"hitStroke",void 0),th([yn(!1)],Ih.prototype,"hitBox",void 0),th([yn(!0)],Ih.prototype,"hitChildren",void 0),th([yn(!0)],Ih.prototype,"hitSelf",void 0),th([yn()],Ih.prototype,"hitRadius",void 0),th([function(t){return Zr(t,t=>({set(e){this.__setAttr(t,e),this.leafer&&this.leafer.updateCursor()}}))}("")],Ih.prototype,"cursor",void 0),th([_n()],Ih.prototype,"fill",void 0),th([cn(void 0,!0)],Ih.prototype,"stroke",void 0),th([cn("inside")],Ih.prototype,"strokeAlign",void 0),th([cn(1,!0)],Ih.prototype,"strokeWidth",void 0),th([cn(!1)],Ih.prototype,"strokeWidthFixed",void 0),th([cn("none")],Ih.prototype,"strokeCap",void 0),th([cn("miter")],Ih.prototype,"strokeJoin",void 0),th([cn()],Ih.prototype,"dashPattern",void 0),th([cn(0)],Ih.prototype,"dashOffset",void 0),th([cn(10)],Ih.prototype,"miterLimit",void 0),th([ln(0)],Ih.prototype,"cornerRadius",void 0),th([ln()],Ih.prototype,"cornerSmoothing",void 0),th([eh()],Ih.prototype,"shadow",void 0),th([eh()],Ih.prototype,"innerShadow",void 0),th([eh()],Ih.prototype,"blur",void 0),th([eh()],Ih.prototype,"backgroundBlur",void 0),th([eh()],Ih.prototype,"grayscale",void 0),th([eh()],Ih.prototype,"filter",void 0),th([_n()],Ih.prototype,"placeholderColor",void 0),th([tn(100)],Ih.prototype,"placeholderDelay",void 0),th([tn({})],Ih.prototype,"data",void 0),th([Sn(Ya.prototype.reset)],Ih.prototype,"reset",null),Ih=Mh=th([Bn(Eh),Bn(Oh),kn()],Ih);let Wh=class extends Ih{get __tag(){return"Group"}get isBranch(){return!0}reset(t){this.__setBranch(),super.reset(t)}__setBranch(){this.children||(this.children=[])}set(t,e){if(t)if(t.children){const{children:i}=t;delete t.children,this.children?this.clear():this.__setBranch(),super.set(t,e),i.forEach(t=>this.add(t)),t.children=i}else super.set(t,e)}toJSON(t){const e=super.toJSON(t);return this.childlessJSON||(e.children=this.children.map(e=>e.toJSON(t))),e}pick(t,e){}addAt(t,e){this.add(t,e)}addAfter(t,e){this.add(t,this.children.indexOf(e)+1)}addBefore(t,e){this.add(t,this.children.indexOf(e))}add(t,e){}addMany(...t){}remove(t,e){}removeAll(t){}clear(){}};var Fh;th([mn(bh)],Wh.prototype,"__",void 0),th([an(0)],Wh.prototype,"width",void 0),th([an(0)],Wh.prototype,"height",void 0),Wh=th([Bn(Ja),Pn()],Wh);const zh=Vt.get("Leafer");let Nh=Fh=class extends Wh{get __tag(){return"Leafer"}get isApp(){return!1}get app(){return this.parent||this}get isLeafer(){return!0}get imageReady(){return this.viewReady&&Ur.isComplete}get layoutLocked(){return!this.layouter.running}get view(){return this.canvas&&this.canvas.view}get FPS(){return this.renderer?this.renderer.FPS:60}get cursorPoint(){return this.interaction&&this.interaction.hoverData||{x:this.width/2,y:this.height/2}}get clientBounds(){return this.canvas&&this.canvas.getClientBounds(!0)||{x:0,y:0,width:0,height:0}}constructor(t,e){super(e),this.config={start:!0,hittable:!0,smooth:!0,lazySpeard:100},this.leafs=0,this.__eventIds=[],this.__controllers=[],this.__readyWait=[],this.__viewReadyWait=[],this.__viewCompletedWait=[],this.__nextRenderWait=[],this.userConfig=t,t&&(t.view||t.width)&&this.init(t),Fh.list.add(this)}init(t,e){if(this.canvas)return;let i;const{config:s}=this;this.__setLeafer(this),e&&(this.parentApp=e,this.__bindApp(e),i=e.running),t&&(this.parent=e,this.initType(t.type),this.parent=void 0,d.assign(s,t));const r=this.canvas=te.canvas(s);this.__controllers.push(this.renderer=te.renderer(this,r,s),this.watcher=te.watcher(this,s),this.layouter=te.layouter(this,s)),this.isApp&&this.__setApp(),this.__checkAutoLayout(),e||(this.selector=te.selector(this),this.interaction=te.interaction(this,r,this.selector,s),this.interaction&&(this.__controllers.unshift(this.interaction),this.hitCanvasManager=te.hitCanvasManager()),this.canvasManager=new ae,i=s.start),this.hittable=s.hittable,this.fill=s.fill,this.canvasManager.add(r),this.__listenEvents(),i&&(this.__startTimer=setTimeout(this.start.bind(this))),ro.run(this.__initWait),this.onInit()}onInit(){}initType(t){}set(t,e){this.waitInit(()=>{super.set(t,e)})}start(){clearTimeout(this.__startTimer),!this.running&&this.canvas&&(this.running=!0,this.ready?this.emitLeafer(Oo.RESTART):this.emitLeafer(Oo.START),this.__controllers.forEach(t=>t.start()),this.isApp||this.renderer.render())}stop(){clearTimeout(this.__startTimer),this.running&&this.canvas&&(this.__controllers.forEach(t=>t.stop()),this.running=!1,this.emitLeafer(Oo.STOP))}unlockLayout(){this.layouter.start(),this.updateLayout()}lockLayout(){this.updateLayout(),this.layouter.stop()}resize(t){const e=d.copyAttrs({},t,be);Object.keys(e).forEach(t=>this[t]=e[t])}forceRender(t,e){const{renderer:i}=this;i&&(i.addBlock(t?new Yt(t):this.canvas.bounds),this.viewReady&&(e?i.render():i.update()))}requestRender(t=!1){this.renderer&&this.renderer.update(t)}updateCursor(t){const e=this.interaction;e&&(t?e.setCursor(t):e.updateCursor())}updateLazyBounds(){this.lazyBounds=this.canvas.bounds.clone().spread(this.config.lazySpeard)}__doResize(t){const{canvas:e}=this;if(!e||e.isSameSize(t))return;const i=d.copyAttrs({},this.canvas,be);e.resize(t),this.updateLazyBounds(),this.__onResize(new Ro(t,i))}__onResize(t){this.emitEvent(t),d.copyAttrs(this.__,t,be),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(){const{config:t,parentApp:e}=this;e||(t.width&&t.height||(this.autoLayout=new Ht(t)),this.canvas.startAutoLayout(this.autoLayout,this.__onResize.bind(this)))}__setAttr(t,e){return this.canvas&&(be.includes(t)?this.__changeCanvasSize(t,e):"fill"===t?this.__changeFill(e):"hittable"===t?this.parent||(this.canvas.hittable=e):"zIndex"===t?(this.canvas.zIndex=e,setTimeout(()=>this.parent&&this.parent.__updateSortChildren())):"mode"===t&&this.emit(Oo.UPDATE_MODE,{mode:e})),super.__setAttr(t,e)}__getAttr(t){return this.canvas&&be.includes(t)?this.canvas[t]:super.__getAttr(t)}__changeCanvasSize(t,e){const{config:i,canvas:s}=this,r=d.copyAttrs({},s,be);r[t]=i[t]=e,i.width&&i.height?s.stopAutoLayout():this.__checkAutoLayout(),this.__doResize(r)}__changeFill(t){this.config.fill=t,this.canvas.allowBackgroundColor?this.canvas.backgroundColor=t:this.forceRender()}__onCreated(){this.created=!0}__onReady(){this.ready=!0,this.emitLeafer(Oo.BEFORE_READY),this.emitLeafer(Oo.READY),this.emitLeafer(Oo.AFTER_READY),ro.run(this.__readyWait)}__onViewReady(){this.viewReady||(this.viewReady=!0,this.emitLeafer(Oo.VIEW_READY),ro.run(this.__viewReadyWait))}__onLayoutEnd(){const{grow:t,width:e,height:i}=this.config;if(t){let{width:s,height:r,pixelRatio:n}=this;const o="box"===t?this.worldBoxBounds:this.__world;e||(s=Math.max(1,o.x+o.width)),i||(r=Math.max(1,o.y+o.height)),this.__doResize({width:s,height:r,pixelRatio:n})}this.ready||this.__onReady()}__onNextRender(){if(this.viewReady){ro.run(this.__nextRenderWait);const{imageReady:t}=this;t&&!this.viewCompleted&&this.__checkViewCompleted(),t||(this.viewCompleted=!1,this.requestRender())}else this.requestRender()}__checkViewCompleted(t=!0){this.nextRender(()=>{this.imageReady&&(t&&this.emitLeafer(Oo.VIEW_COMPLETED),ro.run(this.__viewCompletedWait),this.viewCompleted=!0)})}__onWatchData(){this.watcher.childrenChanged&&this.interaction&&this.nextRender(()=>this.interaction.updateCursor())}waitInit(t,e){e&&(t=t.bind(e)),this.__initWait||(this.__initWait=[]),this.canvas?t():this.__initWait.push(t)}waitReady(t,e){e&&(t=t.bind(e)),this.ready?t():this.__readyWait.push(t)}waitViewReady(t,e){e&&(t=t.bind(e)),this.viewReady?t():this.__viewReadyWait.push(t)}waitViewCompleted(t,e){e&&(t=t.bind(e)),this.__viewCompletedWait.push(t),this.viewCompleted?this.__checkViewCompleted(!1):this.running||this.start()}nextRender(t,e,i){e&&(t=t.bind(e));const s=this.__nextRenderWait;if(i){for(let e=0;e<s.length;e++)if(s[e]===t){s.splice(e,1);break}}else s.push(t);this.requestRender()}zoom(t,e,i,s){return Zt.need("view")}getValidMove(t,e,i){return{x:t,y:e}}getValidScale(t){return t}getWorldPointByClient(t,e){return this.interaction&&this.interaction.getLocal(t,e)}getPagePointByClient(t,e){return this.getPagePoint(this.getWorldPointByClient(t,e))}getClientPointByWorld(t){const{x:e,y:i}=this.clientBounds;return{x:e+t.x,y:i+t.y}}updateClientBounds(){this.canvas&&this.canvas.updateClientBounds()}receiveEvent(t){}emitLeafer(t){this.emitEvent(new Oo(t,this))}__listenEvents(){const t=$t.start("FirstCreate "+this.innerName);this.once([[Oo.START,()=>$t.end(t)],[Eo.START,this.updateLazyBounds,this],[Lo.START,this.__onCreated,this],[Lo.END,this.__onViewReady,this]]),this.__eventIds.push(this.on_([[Co.DATA,this.__onWatchData,this],[Eo.END,this.__onLayoutEnd,this],[Lo.NEXT,this.__onNextRender,this]]))}__removeListenEvents(){this.off_(this.__eventIds)}destroy(t){const e=()=>{if(!this.destroyed){Fh.list.remove(this);try{this.stop(),this.emitLeafer(Oo.END),this.__removeListenEvents(),this.__controllers.forEach(t=>!(this.parent&&t===this.interaction)&&t.destroy()),this.__controllers.length=0,this.parent||(this.selector&&this.selector.destroy(),this.hitCanvasManager&&this.hitCanvasManager.destroy(),this.canvasManager&&this.canvasManager.destroy()),this.canvas&&this.canvas.destroy(),this.config.view=this.parentApp=null,this.userConfig&&(this.userConfig.view=null),super.destroy(),setTimeout(()=>{Vr.clearRecycled()},100)}catch(t){zh.error(t)}}};t?e():setTimeout(e)}};Nh.list=new Qa,th([mn(class extends bh{__getInputData(t,e){const i=super.__getInputData(t,e);return be.forEach(t=>delete i[t]),i}})],Nh.prototype,"__",void 0),th([an()],Nh.prototype,"pixelRatio",void 0),th([tn("normal")],Nh.prototype,"mode",void 0),Nh=Fh=th([Pn()],Nh);let Yh=class extends Ih{get __tag(){return"Rect"}};th([mn(Th)],Yh.prototype,"__",void 0),Yh=th([Bn(Dh),kn(),Pn()],Yh);const{add:Xh,includes:Hh,scroll:Uh}=Wt,jh=Yh.prototype,Vh=Wh.prototype;let Gh=class extends Wh{get __tag(){return"Box"}get isBranchLeaf(){return!0}constructor(t){super(t),this.__layout.renderChanged||this.__layout.renderChange()}__updateStrokeSpread(){return 0}__updateRectRenderSpread(){return 0}__updateRenderSpread(){return this.__updateRectRenderSpread()||-1}__updateRectBoxBounds(){}__updateBoxBounds(t){if(this.children.length&&!this.pathInputed){const t=this.__;if(t.__autoSide){t.__hasSurface&&this.__extraUpdate(),super.__updateBoxBounds();const{boxBounds:e}=this.__layout;t.__autoSize||(t.__autoWidth?(e.width+=e.x,e.x=0,e.height=t.height,e.y=0):(e.height+=e.y,e.y=0,e.width=t.width,e.x=0)),this.__updateNaturalSize()}else this.__updateRectBoxBounds()}else this.__updateRectBoxBounds()}__updateStrokeBounds(){}__updateRenderBounds(){let t,e;if(this.children.length){const i=this.__,s=this.__layout,{renderBounds:r,boxBounds:n}=s,{overflow:o}=i,a=s.childrenRenderBounds||(s.childrenRenderBounds={x:0,y:0,width:0,height:0});super.__updateRenderBounds(a),(e=o&&o.includes("scroll"))&&(Xh(a,n),Uh(a,i)),this.__updateRectRenderBounds(),t=!Hh(n,a),t&&"show"===o&&Xh(r,a)}else this.__updateRectRenderBounds();d.stintSet(this,"isOverflow",t),this.__checkScroll(e)}__updateRectRenderBounds(){}__checkScroll(t){}__updateRectChange(){}__updateChange(){super.__updateChange(),this.__updateRectChange()}__renderRect(t,e){}__renderGroup(t,e){}__render(t,e){this.__.__drawAfterFill?this.__renderRect(t,e):(this.__renderRect(t,e),this.children.length&&this.__renderGroup(t,e)),this.hasScroller&&this.scroller.__render(t,e)}__drawContent(t,e){this.__renderGroup(t,e),(this.__.__useStroke||this.__.__useEffect)&&(t.setWorld(this.__nowWorld),this.__drawRenderPath(t))}};th([mn(Sh)],Gh.prototype,"__",void 0),th([an(100)],Gh.prototype,"width",void 0),th([an(100)],Gh.prototype,"height",void 0),th([tn(!1)],Gh.prototype,"resizeChildren",void 0),th([un("show")],Gh.prototype,"overflow",void 0),th([Sn(jh.__updateStrokeSpread)],Gh.prototype,"__updateStrokeSpread",null),th([Sn(jh.__updateRenderSpread)],Gh.prototype,"__updateRectRenderSpread",null),th([Sn(jh.__updateBoxBounds)],Gh.prototype,"__updateRectBoxBounds",null),th([Sn(jh.__updateStrokeBounds)],Gh.prototype,"__updateStrokeBounds",null),th([Sn(jh.__updateRenderBounds)],Gh.prototype,"__updateRectRenderBounds",null),th([Sn(jh.__updateChange)],Gh.prototype,"__updateRectChange",null),th([Sn(jh.__render)],Gh.prototype,"__renderRect",null),th([Sn(Vh.__render)],Gh.prototype,"__renderGroup",null),Gh=th([kn(),Pn()],Gh);let Kh=class extends Gh{get __tag(){return"Frame"}get isFrame(){return!0}};th([mn(class extends Sh{})],Kh.prototype,"__",void 0),th([_n("#FFFFFF")],Kh.prototype,"fill",void 0),th([un("hide")],Kh.prototype,"overflow",void 0),Kh=th([Pn()],Kh);const{moveTo:qh,closePath:$h,ellipse:Jh}=fs;let Qh=class extends Ih{get __tag(){return"Ellipse"}__updatePath(){const{width:t,height:e,innerRadius:i,startAngle:s,endAngle:r}=this.__,n=t/2,o=e/2,a=this.__.path=[];i?s||r?(i<1&&Jh(a,n,o,n*i,o*i,0,s,r,!1),Jh(a,n,o,n,o,0,r,s,!0)):(i<1&&(Jh(a,n,o,n*i,o*i),qh(a,t,o)),Jh(a,n,o,n,o,0,360,0,!0)):s||r?(qh(a,n,o),Jh(a,n,o,n,o,0,s,r,!1)):Jh(a,n,o,n,o),$h(a),g.ellipseToCurve&&(this.__.path=this.getPath(!0))}};th([mn(class extends vh{get __boxStroke(){return!this.__pathInputed}})],Qh.prototype,"__",void 0),th([ln(0)],Qh.prototype,"innerRadius",void 0),th([ln(0)],Qh.prototype,"startAngle",void 0),th([ln(0)],Qh.prototype,"endAngle",void 0),Qh=th([Pn()],Qh);const{sin:Zh,cos:tl,PI:el}=Math,{moveTo:il,lineTo:sl,closePath:rl,drawPoints:nl}=fs;let ol=class extends Ih{get __tag(){return"Polygon"}__updatePath(){const t=this.__,e=t.path=[];if(t.points)nl(e,t.points,t.curve,!0);else{const{width:i,height:s,sides:r}=t,n=i/2,o=s/2;il(e,n,0);for(let t=1;t<r;t++)sl(e,n+n*Zh(2*t*el/r),o-o*tl(2*t*el/r));rl(e)}}};th([mn(class extends kh{})],ol.prototype,"__",void 0),th([ln(3)],ol.prototype,"sides",void 0),th([ln()],ol.prototype,"points",void 0),th([ln(0)],ol.prototype,"curve",void 0),ol=th([kn(),Pn()],ol);const{sin:al,cos:hl,PI:ll}=Math,{moveTo:dl,lineTo:cl,closePath:ul}=fs;let _l=class extends Ih{get __tag(){return"Star"}__updatePath(){const{width:t,height:e,corners:i,innerRadius:s}=this.__,r=t/2,n=e/2,o=this.__.path=[];dl(o,r,0);for(let t=1;t<2*i;t++)cl(o,r+(t%2==0?r:r*s)*al(t*ll/i),n-(t%2==0?n:n*s)*hl(t*ll/i));ul(o)}};th([mn(class extends vh{})],_l.prototype,"__",void 0),th([ln(5)],_l.prototype,"corners",void 0),th([ln(.382)],_l.prototype,"innerRadius",void 0),_l=th([Pn()],_l);const{moveTo:pl,lineTo:gl,drawPoints:fl}=fs,{rotate:yl,getAngle:ml,getDistance:wl,defaultPoint:vl}=nt;let xl=class extends Ih{get __tag(){return"Line"}get toPoint(){const{width:t,rotation:e}=this.__,i={x:0,y:0};return t&&(i.x=t),e&&yl(i,e),i}set toPoint(t){this.width=wl(vl,t),this.rotation=ml(vl,t),this.height&&(this.height=0)}__updatePath(){const t=this.__,e=t.path=[];t.points?fl(e,t.points,t.curve,t.closed):(pl(e,0,0),gl(e,this.width,0))}};th([mn(kh)],xl.prototype,"__",void 0),th([dn("center")],xl.prototype,"strokeAlign",void 0),th([an(0)],xl.prototype,"height",void 0),th([ln()],xl.prototype,"points",void 0),th([ln(0)],xl.prototype,"curve",void 0),th([ln(!1)],xl.prototype,"closed",void 0),xl=th([Pn()],xl);let bl=class extends Yh{get __tag(){return"Image"}get ready(){const{image:t}=this;return t&&t.ready}get image(){const{fill:t}=this.__;return h(t)&&t[0].image}};th([mn(class extends Th{setUrl(t){this.__setImageFill(t),this._url=t}__setImageFill(t){this.fill=t?{type:"image",mode:"stretch",url:t}:void 0}__getData(){const t=super.__getData();return t.url&&delete t.fill,t}__getInputData(t,e){const i=super.__getInputData(t,e);return i.url&&delete i.fill,i}})],bl.prototype,"__",void 0),th([an("")],bl.prototype,"url",void 0),bl=th([Pn()],bl);let Sl=class extends Yh{get __tag(){return"Canvas"}get context(){return this.canvas.context}get ready(){return!this.url}constructor(t){super(t),this.canvas=te.canvas(this.__),t&&t.url&&this.drawImage(t.url)}drawImage(t){new $r({url:t}).load(t=>{this.context.drawImage(t.view,0,0),this.url=void 0,this.paint(),this.emitEvent(new xo(xo.LOADED,{image:t}))})}draw(t,e,i,s){const r=new ct(t.worldTransform).invert(),n=new ct;e&&n.translate(e.x,e.y),i&&(a(i)?n.scale(i):n.scale(i.x,i.y)),s&&n.rotate(s),r.multiplyParent(n),t.__render(this.canvas,{matrix:r.withScale()}),this.paint()}paint(){this.forceRender()}__drawContent(t,e){const{width:i,height:s}=this.__,{view:r}=this.canvas;t.drawImage(r,0,0,r.width,r.height,0,0,i,s)}__updateSize(){const{canvas:t}=this;if(t){const{smooth:e,safeResize:i}=this.__;t.resize(this.__,i),t.smooth!==e&&(t.smooth=e)}}destroy(){this.canvas&&(this.canvas.destroy(),this.canvas=null),super.destroy()}};th([mn(class extends Th{get __isCanvas(){return!0}get __drawAfterFill(){return!0}__getInputData(t,e){const i=super.__getInputData(t,e);return i.url=this.__leaf.canvas.toDataURL("image/png"),i}})],Sl.prototype,"__",void 0),th([ih(100)],Sl.prototype,"width",void 0),th([ih(100)],Sl.prototype,"height",void 0),th([ih(1)],Sl.prototype,"pixelRatio",void 0),th([ih(!0)],Sl.prototype,"smooth",void 0),th([tn(!1)],Sl.prototype,"safeResize",void 0),th([ih()],Sl.prototype,"contextSettings",void 0),Sl=th([Pn()],Sl);const{copyAndSpread:kl,includes:Tl,spread:Bl,setList:Pl}=Wt,{stintSet:Rl}=d;let Cl=class extends Ih{get __tag(){return"Text"}get textDrawData(){return this.updateLayout(),this.__.__textDrawData}__updateTextDrawData(){const t=this.__,{lineHeight:e,letterSpacing:i,fontFamily:s,fontSize:r,fontWeight:n,italic:o,textCase:a,textOverflow:h,padding:l,width:d,height:c}=t;t.__lineHeight=nh(e,r),t.__letterSpacing=nh(i,r),t.__baseLine=t.__lineHeight-(t.__lineHeight-.7*r)/2,t.__font=`${o?"italic ":""}${"small-caps"===a?"small-caps ":""}${"normal"!==n?n+" ":""}${r||12}px ${s||"caption"}`,Rl(t,"__padding",l&&D.fourNumber(l)),Rl(t,"__clipText","show"!==h&&!t.__autoSize),Rl(t,"__isCharMode",d||c||t.__letterSpacing||"none"!==a),t.__textDrawData=sh.getDrawData((t.__isPlacehold=t.placeholder&&""===t.text)?t.placeholder:t.text,this.__)}__updateBoxBounds(){const t=this.__,e=this.__layout,{fontSize:i,italic:s,padding:r,__autoWidth:n,__autoHeight:o}=t;this.__updateTextDrawData();const{bounds:a}=t.__textDrawData,h=e.boxBounds;if(e.contentBounds=a,t.__lineHeight<i&&Bl(a,i/2),n||o){if(h.x=n?a.x:0,h.y=o?a.y:0,h.width=n?a.width:t.width,h.height=o?a.height:t.height,r){const[e,i,s,r]=t.__padding;n&&(h.x-=r,h.width+=i+r),o&&(h.y-=e,h.height+=s+e)}this.__updateNaturalSize()}else super.__updateBoxBounds();s&&(h.width+=.16*i),d.stintSet(this,"isOverflow",!Tl(h,a)),this.isOverflow?(Pl(t.__textBoxBounds={},[h,a]),e.renderChanged=!0):t.__textBoxBounds=h}__updateRenderSpread(){let t=super.__updateRenderSpread();return t||(t=this.isOverflow?1:0),t}__updateRenderBounds(){const{renderBounds:t,renderSpread:e}=this.__layout;kl(t,this.__.__textBoxBounds,e),this.__box&&(this.__box.__layout.renderBounds=t)}__updateChange(){super.__updateChange();const t=this.__box;t&&(t.__onUpdateSize(),t.__updateChange())}__drawRenderPath(t){t.font=this.__.__font}__draw(t,e,i){const s=this.__box;s&&(s.__nowWorld=this.__nowWorld,s.__draw(t,e,i)),this.textEditing&&!e.exporting||super.__draw(t,e,i)}__drawShape(t,e){e.shape&&this.__box&&this.__box.__drawShape(t,e),super.__drawShape(t,e)}destroy(){this.boxStyle&&(this.boxStyle=null),super.destroy()}};th([mn(class extends vh{get __useNaturalRatio(){return!1}setFontWeight(t){n(t)?(this.__setInput("fontWeight",t),t=Ph[t]||400):this.__input&&this.__removeInput("fontWeight"),this._fontWeight=t}setBoxStyle(t){let e=this.__leaf,i=e.__box;if(t){const{boxStyle:s}=this;if(i)for(let t in s)i[t]=void 0;else i=e.__box=ie.get("Rect",0);const r=e.__layout,n=i.__layout;s||(i.parent=e,i.__world=e.__world,n.boxBounds=r.boxBounds),i.set(t),n.strokeChanged&&r.strokeChange()}else i&&(e.__box=i.parent=null,i.destroy());this._boxStyle=t}__getInputData(t,e){const i=super.__getInputData(t,e);return i.textEditing&&delete i.textEditing,i}})],Cl.prototype,"__",void 0),th([an(0)],Cl.prototype,"width",void 0),th([an(0)],Cl.prototype,"height",void 0),th([_n()],Cl.prototype,"boxStyle",void 0),th([tn(!1)],Cl.prototype,"resizeFontSize",void 0),th([_n("#000000")],Cl.prototype,"fill",void 0),th([dn("outside")],Cl.prototype,"strokeAlign",void 0),th([yn("all")],Cl.prototype,"hitFill",void 0),th([an("")],Cl.prototype,"text",void 0),th([an("")],Cl.prototype,"placeholder",void 0),th([an("caption")],Cl.prototype,"fontFamily",void 0),th([an(12)],Cl.prototype,"fontSize",void 0),th([an("normal")],Cl.prototype,"fontWeight",void 0),th([an(!1)],Cl.prototype,"italic",void 0),th([an("none")],Cl.prototype,"textCase",void 0),th([an("none")],Cl.prototype,"textDecoration",void 0),th([an(0)],Cl.prototype,"letterSpacing",void 0),th([an({type:"percent",value:1.5})],Cl.prototype,"lineHeight",void 0),th([an(0)],Cl.prototype,"paraIndent",void 0),th([an(0)],Cl.prototype,"paraSpacing",void 0),th([an("x")],Cl.prototype,"writingMode",void 0),th([an("left")],Cl.prototype,"textAlign",void 0),th([an("top")],Cl.prototype,"verticalAlign",void 0),th([an(!0)],Cl.prototype,"autoSizeAlign",void 0),th([an("normal")],Cl.prototype,"textWrap",void 0),th([an("show")],Cl.prototype,"textOverflow",void 0),th([_n(!1)],Cl.prototype,"textEditing",void 0),Cl=th([Pn()],Cl);let El=class extends Ih{get __tag(){return"Path"}};th([mn(class extends vh{get __pathInputed(){return 2}})],El.prototype,"__",void 0),th([dn("center")],El.prototype,"strokeAlign",void 0),El=th([Pn()],El);let Ll=class extends Wh{get __tag(){return"Pen"}setStyle(t){const e=this.pathElement=new El(t);return this.pathStyle=t,this.__path=e.path||(e.path=[]),this.add(e),this}beginPath(){return this}moveTo(t,e){return this}lineTo(t,e){return this}bezierCurveTo(t,e,i,s,r,n){return this}quadraticCurveTo(t,e,i,s){return this}closePath(){return this}rect(t,e,i,s){return this}roundRect(t,e,i,s,r){return this}ellipse(t,e,i,s,r,n,o,a){return this}arc(t,e,i,s,r,n){return this}arcTo(t,e,i,s,r){return this}drawEllipse(t,e,i,s,r,n,o,a){return this}drawArc(t,e,i,s,r,n){return this}drawPoints(t,e,i){return this}clearPath(){return this}paint(){this.pathElement.__layout.boxChanged||this.pathElement.forceUpdate("path")}};function Ol(t,e,i,s){var r,n=arguments.length,o=n<3?e:null===s?s=Object.getOwnPropertyDescriptor(e,i):s;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,i,s);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(o=(n<3?r(o):n>3?r(e,i,o):r(e,i))||o);return n>3&&o&&Object.defineProperty(e,i,o),o}th([mn(Bh)],Ll.prototype,"__",void 0),th([(t,e)=>{Jr(t,e,{get(){return this.__path}})}],Ll.prototype,"path",void 0),Ll=th([Bn(As,["set","path","paint"]),Pn()],Ll),"function"==typeof SuppressedError&&SuppressedError;let Al=class extends Nh{get __tag(){return"App"}get isApp(){return!0}constructor(t,e){super(t,e)}init(t,e){if(super.init(t,e),t){const{ground:e,tree:i,sky:s,editor:r}=t;e&&(this.ground=this.addLeafer(e)),(i||r)&&(this.tree=this.addLeafer(i||{type:t.type||"design"})),(s||r)&&(this.sky=this.addLeafer(s)),r&&te.editor(r,this)}}__setApp(){const{canvas:t}=this,{realCanvas:e,view:i}=this.config;e||i===this.canvas.view||!t.parentView?this.realCanvas=!0:t.unrealCanvas(),this.leafer=this,this.watcher.disable(),this.layouter.disable()}__updateLocalBounds(){this.forEach(t=>t.updateLayout()),super.__updateLocalBounds()}start(){super.start(),this.forEach(t=>t.start())}stop(){this.forEach(t=>t.stop()),super.stop()}unlockLayout(){super.unlockLayout(),this.forEach(t=>t.unlockLayout())}lockLayout(){super.lockLayout(),this.forEach(t=>t.lockLayout())}forceRender(t,e){this.forEach(i=>i.forceRender(t,e))}addLeafer(t){const e=new Nh(t);return this.add(e),e}add(t,e){if(!t.view){if(this.realCanvas&&!this.canvas.bounds)return void setTimeout(()=>this.add(t,e),10);t.init(this.__getChildConfig(t.userConfig),this)}super.add(t,e),s(e)||(t.canvas.childIndex=e),this.__listenChildEvents(t)}forEach(t){this.children.forEach(t)}__onCreated(){this.created=this.children.every(t=>t.created)}__onReady(){this.children.every(t=>t.ready)&&super.__onReady()}__onViewReady(){this.children.every(t=>t.viewReady)&&super.__onViewReady()}__onChildRenderEnd(t){this.renderer.addBlock(t.renderBounds),this.viewReady&&this.renderer.update()}__render(t,e){t.context&&this.forEach(i=>e.matrix?i.__render(t,e):t.copyWorld(i.canvas,e.bounds))}__onResize(t){this.forEach(e=>e.resize(t)),super.__onResize(t)}updateLayout(){this.forEach(t=>t.updateLayout())}__getChildConfig(t){const e=Object.assign({},this.config);return e.hittable=e.realCanvas=void 0,t&&d.assign(e,t),this.autoLayout&&d.copyAttrs(e,this,be),e.view=this.realCanvas?void 0:this.view,e.fill=void 0,e}__listenChildEvents(t){t.once([[Eo.END,this.__onReady,this],[Lo.START,this.__onCreated,this],[Lo.END,this.__onViewReady,this]]),this.realCanvas&&this.__eventIds.push(t.on_(Lo.END,this.__onChildRenderEnd,this))}};Al=Ol([Pn()],Al);const Dl={},Ml={isHoldSpaceKey:()=>Ml.isHold("Space"),isHold:t=>Dl[t],isHoldKeys:(t,e)=>e?t(e):void 0,setDownCode(t){Dl[t]||(Dl[t]=!0)},setUpCode(t){Dl[t]=!1}},Il={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 Wl extends fo{get spaceKey(){return Ml.isHoldSpaceKey()}get left(){return Il.left(this)}get right(){return Il.right(this)}get middle(){return Il.middle(this)}constructor(t){super(t.type),this.bubbles=!0,Object.assign(this,t)}isHoldKeys(t){return Ml.isHoldKeys(t,this)}getBoxPoint(t){return(t||this.current).getBoxPoint(this)}getInnerPoint(t){return(t||this.current).getInnerPoint(this)}getLocalPoint(t){return(t||this.current).getLocalPoint(this)}getPagePoint(){return this.current.getPagePoint(this)}getInner(t){return this.getInnerPoint(t)}getLocal(t){return this.getLocalPoint(t)}getPage(){return this.getPagePoint()}static changeName(t,e){ne.changeName(t,e)}}const{min:Fl,max:zl,abs:Nl}=Math,{float:Yl,sign:Xl}=D,{minX:Hl,maxX:Ul,minY:jl,maxY:Vl}=Wt,Gl=new Yt,Kl=new Yt,ql={limitMove(t,e){const{dragBounds:i,dragBoundsType:s}=t;i&&$l.getValidMove(t.__localBoxBounds,$l.getDragBounds(t),s,e,!0),$l.axisMove(t,e)},limitScaleOf(t,e,i,s){const{dragBounds:r,dragBoundsType:n}=t;r&&$l.getValidScaleOf(t.__localBoxBounds,$l.getDragBounds(t),n,t.getLocalPointByInner(t.getInnerPointByBox(e)),i,s,!0)},axisMove(t,e){const{draggable:i}=t;"x"===i&&(e.y=0),"y"===i&&(e.x=0)},getDragBounds(t){const{dragBounds:e}=t;return"parent"===e?t.parent.boxBounds:e},isInnerMode:(t,e,i,s)=>"inner"===i||"auto"===i&&t[s]>e[s],getValidMove(t,e,i,s,r){const n=t.x+s.x,o=t.y+s.y,a=n+t.width,h=o+t.height,l=e.x+e.width,d=e.y+e.height;return r||(s=Object.assign({},s)),$l.isInnerMode(t,e,i,"width")?n>e.x?s.x+=e.x-n:a<l&&(s.x+=l-a):n<e.x?s.x+=e.x-n:a>l&&(s.x+=l-a),$l.isInnerMode(t,e,i,"height")?o>e.y?s.y+=e.y-o:h<d&&(s.y+=d-h):o<e.y?s.y+=e.y-o:h>d&&(s.y+=d-h),s.x=Yl(s.x),s.y=Yl(s.y),s},getValidScaleOf(t,e,i,s,r,n,a){a||(r=Object.assign({},r)),Kl.set(e),Gl.set(t).scaleOf(s,r.x,r.y);const h=(s.x-t.x)/t.width,l=1-h,d=(s.y-t.y)/t.height,c=1-d;let u,_,p,g,f=1,y=1;return $l.isInnerMode(t,e,i,"width")?(r.x<0&&Gl.scaleOf(s,f=1/r.x,1),p=Yl(Gl.minX-Kl.minX),g=Yl(Kl.maxX-Gl.maxX),u=h&&p>0?1+p/(h*Gl.width):1,_=l&&g>0?1+g/(l*Gl.width):1,f*=zl(u,_)):(r.x<0&&((Yl(Hl(t)-Hl(e))<=0||Yl(Ul(e)-Ul(t))<=0)&&Gl.scaleOf(s,f=1/r.x,1),Gl.unsign()),p=Yl(Kl.minX-Gl.minX),g=Yl(Gl.maxX-Kl.maxX),u=h&&p>0?1-p/(h*Gl.width):1,_=l&&g>0?1-g/(l*Gl.width):1,f*=Fl(u,_)),$l.isInnerMode(t,e,i,"height")?(r.y<0&&Gl.scaleOf(s,1,y=1/r.y),p=Yl(Gl.minY-Kl.minY),g=Yl(Kl.maxY-Gl.maxY),u=d&&p>0?1+p/(d*Gl.height):1,_=c&&g>0?1+g/(c*Gl.height):1,y*=zl(u,_),n&&(u=zl(Nl(f),Nl(y)),f=Xl(f)*u,y=Xl(y)*u)):(r.y<0&&((Yl(jl(t)-jl(e))<=0||Yl(Vl(e)-Vl(t))<=0)&&Gl.scaleOf(s,1,y=1/r.y),Gl.unsign()),p=Yl(Kl.minY-Gl.minY),g=Yl(Gl.maxY-Kl.maxY),u=d&&p>0?1-p/(d*Gl.height):1,_=c&&g>0?1-g/(c*Gl.height):1,y*=Fl(u,_)),r.x*=o(f)?f:1,r.y*=o(y)?y:1,r}},$l=ql;let Jl=class extends Wl{};Jl.POINTER="pointer",Jl.BEFORE_DOWN="pointer.before_down",Jl.BEFORE_MOVE="pointer.before_move",Jl.BEFORE_UP="pointer.before_up",Jl.DOWN="pointer.down",Jl.MOVE="pointer.move",Jl.UP="pointer.up",Jl.OVER="pointer.over",Jl.OUT="pointer.out",Jl.ENTER="pointer.enter",Jl.LEAVE="pointer.leave",Jl.TAP="tap",Jl.DOUBLE_TAP="double_tap",Jl.CLICK="click",Jl.DOUBLE_CLICK="double_click",Jl.LONG_PRESS="long_press",Jl.LONG_TAP="long_tap",Jl.MENU="pointer.menu",Jl.MENU_TAP="pointer.menu_tap",Jl=Ol([Rn()],Jl);const Ql={};let Zl=class extends Jl{static setList(t){this.list=t instanceof Qa?t:new Qa(t)}static setData(t){this.data=t}static getValidMove(t,e,i,s=!0){const r=t.getLocalPoint(i,null,!0);return nt.move(r,e.x-t.x,e.y-t.y),s&&this.limitMove(t,r),ql.axisMove(t,r),r}static limitMove(t,e){ql.limitMove(t,e)}getPageMove(t){return this.assignMove(t),this.current.getPagePoint(Ql,null,!0)}getInnerMove(t,e){return t||(t=this.current),this.assignMove(e),t.getInnerPoint(Ql,null,!0)}getLocalMove(t,e){return t||(t=this.current),this.assignMove(e),t.getLocalPoint(Ql,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 Wt.set(i,e.x-t.x,e.y-t.y,t.x,t.y),Wt.unsign(i),i}assignMove(t){Ql.x=t?this.totalX:this.moveX,Ql.y=t?this.totalY:this.moveY}};Zl.BEFORE_DRAG="drag.before_drag",Zl.START="drag.start",Zl.DRAG="drag",Zl.END="drag.end",Zl.OVER="drag.over",Zl.OUT="drag.out",Zl.ENTER="drag.enter",Zl.LEAVE="drag.leave",Zl=Ol([Rn()],Zl);let td=class extends Jl{static setList(t){Zl.setList(t)}static setData(t){Zl.setData(t)}};td.DROP="drop",td=Ol([Rn()],td);let ed=class extends Zl{};ed.BEFORE_MOVE="move.before_move",ed.START="move.start",ed.MOVE="move",ed.DRAG_ANIMATE="move.drag_animate",ed.END="move.end",ed=Ol([Rn()],ed);let id=class extends Wl{};id=Ol([Rn()],id);let sd=class extends Jl{};sd.BEFORE_ROTATE="rotate.before_rotate",sd.START="rotate.start",sd.ROTATE="rotate",sd.END="rotate.end",sd=Ol([Rn()],sd);let rd=class extends Zl{};rd.SWIPE="swipe",rd.LEFT="swipe.left",rd.RIGHT="swipe.right",rd.UP="swipe.up",rd.DOWN="swipe.down",rd=Ol([Rn()],rd);let nd=class extends Jl{};nd.BEFORE_ZOOM="zoom.before_zoom",nd.START="zoom.start",nd.ZOOM="zoom",nd.END="zoom.end",nd=Ol([Rn()],nd);let od=class extends Wl{};od.BEFORE_DOWN="key.before_down",od.BEFORE_UP="key.before_up",od.DOWN="key.down",od.HOLD="key.hold",od.UP="key.up",od=Ol([Rn()],od);const ad={getDragEventData:(t,e,i)=>Object.assign(Object.assign({},i),{x:i.x,y:i.y,moveX:i.x-e.x,moveY:i.y-e.y,totalX:i.x-t.x,totalY:i.y-t.y}),getDropEventData:(t,e,i)=>Object.assign(Object.assign({},t),{list:e,data:i}),getSwipeDirection:t=>t<-45&&t>-135?rd.UP:t>45&&t<135?rd.DOWN:t<=45&&t>=-45?rd.RIGHT:rd.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:hd.getSwipeDirection(nt.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,time:Date.now(),buttons:s(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 Qa,{list:s}=t;for(let t=0,r=s.length;t<r;t++)s[t].hasEvent(e)&&i.add(s[t]);return i},pathCanDrag:t=>t&&t.list.some(t=>Nn.draggable(t)||!t.isLeafer&&t.hasEvent(Zl.DRAG)),pathHasOutside:t=>t&&t.list.some(t=>t.isOutside)},hd=ad,ld=new Qa,{getDragEventData:dd,getDropEventData:cd,getSwipeEventData:ud}=ad;let _d=class{constructor(t){this.dragDataList=[],this.interaction=t}setDragData(t){this.animateWait&&this.dragEndReal(),this.downData=this.interaction.downData,this.dragData=dd(t,t,t),this.canAnimate=this.canDragOut=!0}getList(t,e){const{proxy:i}=this.interaction.selector,s=i&&i.list.length,r=Zl.list||this.draggableList||ld;return this.dragging&&(s?t?ld:new Qa(e?[...i.list,...i.dragHoverExclude]:i.list):r)}checkDrag(t,e){const{interaction:i}=this;if(this.moving&&t.buttons<1)return this.canAnimate=!1,void i.pointerCancel();!this.moving&&e&&(this.moving=i.canMove(this.downData)||i.isHoldRightKey||i.isMobileDragEmpty)&&(this.dragData.moveType="drag",i.emit(ed.START,this.dragData)),this.moving||this.dragStart(t,e),this.drag(t)}dragStart(t,e){this.dragging||(this.dragging=e&&Il.left(t),this.dragging&&(this.interaction.emit(Zl.START,this.dragData),this.getDraggableList(this.dragData.path),this.setDragStartPoints(this.realDraggableList=this.getList(!0))))}setDragStartPoints(t){this.dragStartPoints={},t.forEach(t=>this.dragStartPoints[t.innerId]={x:t.x,y:t.y})}getDraggableList(t){let e;for(let i=0,s=t.length;i<s;i++)if(e=t.list[i],Nn.draggable(e)){this.draggableList=new Qa(e);break}}drag(t){const{interaction:e,dragData:i,downData:s}=this,{path:r,throughPath:n}=s;this.dragData=dd(s,i,t),n&&(this.dragData.throughPath=n),this.dragData.path=r,this.dragDataList.push(this.dragData),this.moving?(t.moving=!0,this.dragData.moveType="drag",e.emit(ed.BEFORE_MOVE,this.dragData),e.emit(ed.MOVE,this.dragData)):this.dragging&&(t.dragging=!0,this.dragReal(),e.emit(Zl.BEFORE_DRAG,this.dragData),e.emit(Zl.DRAG,this.dragData))}dragReal(t){const{interaction:e}=this,{running:i}=e,s=this.realDraggableList;if(s.length&&i){const{totalX:i,totalY:r}=this.dragData,{dragLimitAnimate:o}=e.p,h=!o||!!t;s.forEach(e=>{if(e.draggable){const s=n(e.draggable),l=Zl.getValidMove(e,this.dragStartPoints[e.innerId],{x:i,y:r},h||s);o&&!s&&t?Nn.animateMove(e,l,a(o)?o:.3):e.move(l)}})}}dragOverOrOut(t){const{interaction:e}=this,{dragOverPath:i}=this,{path:s}=t;this.dragOverPath=s,i?s.indexAt(0)!==i.indexAt(0)&&(e.emit(Zl.OUT,t,i),e.emit(Zl.OVER,t,s)):e.emit(Zl.OVER,t,s)}dragEnterOrLeave(t){const{interaction:e}=this,{dragEnterPath:i}=this,{path:s}=t;e.emit(Zl.LEAVE,t,i,s),e.emit(Zl.ENTER,t,s,i),this.dragEnterPath=s}dragEnd(t){(this.dragging||this.moving)&&(this.checkDragEndAnimate(t)||this.dragEndReal(t))}dragEndReal(t){const{interaction:e,downData:i,dragData:s}=this;t||(t=s);const{path:r,throughPath:n}=i,o=dd(i,t,t);if(n&&(o.throughPath=n),o.path=r,this.moving&&(this.moving=!1,o.moveType="drag",e.emit(ed.END,o)),this.dragging){const r=this.getList();this.dragging=!1,e.p.dragLimitAnimate&&this.dragReal(!0),e.emit(Zl.END,o),this.swipe(t,i,s,o),this.drop(t,r,this.dragEnterPath)}this.autoMoveCancel(),this.dragReset(),this.animate(null,"off")}swipe(t,e,i,s){const{interaction:r}=this;if(nt.getDistance(e,t)>r.config.pointer.swipeDistance){const t=ud(e,i,s);this.interaction.emit(t.type,t)}}drop(t,e,i){const s=cd(t,e,Zl.data);s.path=i,this.interaction.emit(td.DROP,s),this.interaction.emit(Zl.LEAVE,t,i)}dragReset(){Zl.list=Zl.data=this.draggableList=this.dragData=this.downData=this.dragOverPath=this.dragEnterPath=null,this.dragDataList=[]}checkDragEndAnimate(t,e){return!1}animate(t,e){}stopAnimate(){}checkDragOut(t){}autoMoveOnDragOut(t){}autoMoveCancel(){}destroy(){this.dragReset()}};const pd=Vt.get("emit"),gd=["move","zoom","rotate","key"];function fd(t,e,i,s,r){if(gd.some(t=>e.startsWith(t))&&t.__.hitChildren&&!md(t,r)){let n;for(let o=0,a=t.children.length;o<a;o++)n=t.children[o],!i.path.has(n)&&n.__.hittable&&yd(n,e,i,s,r)}}function yd(t,e,i,s,r){if(t.destroyed)return!1;if(t.__.hitSelf&&!md(t,r)&&(_h.updateEventStyle&&!s&&_h.updateEventStyle(t,e),t.hasEvent(e,s))){i.phase=s?1:t===i.target?2:3;const r=ne.get(e,i);if(t.emitEvent(r,s),r.isStop)return!0}return!1}function md(t,e){return e&&e.has(t)}const wd={wheel:{zoomSpeed:.5,moveSpeed:.5,rotateSpeed:.5,delta:{x:20,y:8}},pointer:{type:"pointer",snap:!0,hitRadius:5,tapTime:120,longPressTime:800,transformTime:500,hover:!0,dragHover:!0,dragDistance:2,swipeDistance:20},touch:{preventDefault:"auto"},multiTouch:{},move:{autoDistance:2},zoom:{},cursor:!0,keyEvent:!0},{pathHasEventType:vd,pathCanDrag:xd,pathHasOutside:bd}=ad;let Sd=class{get dragging(){return this.dragger.dragging}get transforming(){return this.transformer.transforming}get moveMode(){return!0===this.m.drag||this.isHoldSpaceKey||this.isHoldMiddleKey||this.isHoldRightKey&&this.dragger.moving||this.isDragEmpty}get canHover(){return this.p.hover&&!this.config.mobile}get isDragEmpty(){return this.m.dragEmpty&&this.isRootPath(this.hoverData)&&(!this.downData||this.isRootPath(this.downData))}get isMobileDragEmpty(){return this.m.dragEmpty&&!this.canHover&&this.downData&&this.isTreePath(this.downData)}get isHoldMiddleKey(){return this.m.holdMiddleKey&&this.downData&&Il.middle(this.downData)}get isHoldRightKey(){return this.m.holdRightKey&&this.downData&&Il.right(this.downData)}get isHoldSpaceKey(){return this.m.holdSpaceKey&&Ml.isHoldSpaceKey()}get m(){return this.config.move}get p(){return this.config.pointer}get hitRadius(){return this.p.hitRadius}constructor(t,e,i,s){this.config=d.clone(wd),this.tapCount=0,this.downKeyMap={},this.target=t,this.canvas=e,this.selector=i,this.defaultPath=new Qa(t),this.createTransformer(),this.dragger=new _d(this),s&&(this.config=d.default(s,this.config)),this.__listenEvents()}start(){this.running=!0}stop(){this.running=!1}receive(t){}pointerDown(t,e){t||(t=this.hoverData),t&&(Il.defaultLeft(t),this.updateDownData(t),this.checkPath(t,e),this.downTime=Date.now(),this.emit(Jl.BEFORE_DOWN,t),this.emit(Jl.DOWN,t),Il.left(t)&&(this.tapWait(),this.longPressWait(t)),this.waitRightTap=Il.right(t),this.dragger.setDragData(t),this.isHoldRightKey||this.updateCursor(t))}pointerMove(t){if(t||(t=this.hoverData),!t)return;const{downData:e}=this;e&&Il.defaultLeft(t),(this.canvas.bounds.hitPoint(t)||e)&&(this.pointerMoveReal(t),e&&this.dragger.checkDragOut(t))}pointerMoveReal(t){if(this.emit(Jl.BEFORE_MOVE,t,this.defaultPath),this.downData){const e=nt.getDistance(this.downData,t)>this.p.dragDistance;e&&(this.pointerWaitCancel(),this.waitRightTap=!1),this.dragger.checkDrag(t,e)}this.dragger.moving||(this.updateHoverData(t),this.checkPath(t),this.emit(Jl.MOVE,t),this.pointerHover(t),this.dragging&&(this.dragger.dragOverOrOut(t),this.dragger.dragEnterOrLeave(t))),this.updateCursor(this.downData||t)}pointerUp(t){const{downData:e}=this;if(t||(t=e),!e)return;Il.defaultLeft(t),t.multiTouch=e.multiTouch,this.findPath(t);const i=Object.assign(Object.assign({},t),{path:t.path.clone()});t.path.addList(e.path.list),this.checkPath(t),this.downData=null,this.emit(Jl.BEFORE_UP,t),this.emit(Jl.UP,t),this.touchLeave(t),t.isCancel||(this.tap(t),this.menuTap(t)),this.dragger.dragEnd(t),this.updateCursor(i)}pointerCancel(){const t=Object.assign({},this.dragger.dragData);t.isCancel=!0,this.pointerUp(t)}menu(t){this.findPath(t),this.emit(Jl.MENU,t),this.waitMenuTap=!0,!this.downData&&this.waitRightTap&&this.menuTap(t)}menuTap(t){this.waitRightTap&&this.waitMenuTap&&(this.emit(Jl.MENU_TAP,t),this.waitRightTap=this.waitMenuTap=!1)}createTransformer(){}move(t){}zoom(t){}rotate(t){}transformEnd(){}wheel(t){}multiTouch(t,e){}keyDown(t){if(!this.config.keyEvent)return;this.emit(od.BEFORE_DOWN,t,this.defaultPath);const{code:e}=t;this.downKeyMap[e]||(this.downKeyMap[e]=!0,Ml.setDownCode(e),this.emit(od.HOLD,t,this.defaultPath),this.moveMode&&(this.cancelHover(),this.updateCursor())),this.emit(od.DOWN,t,this.defaultPath)}keyUp(t){if(!this.config.keyEvent)return;this.emit(od.BEFORE_UP,t,this.defaultPath);const{code:e}=t;this.downKeyMap[e]=!1,Ml.setUpCode(e),this.emit(od.UP,t,this.defaultPath),"grab"===this.cursor&&this.updateCursor()}pointerHover(t){!this.canHover||this.dragging&&!this.p.dragHover||(t.path||(t.path=new Qa),this.pointerOverOrOut(t),this.pointerEnterOrLeave(t))}pointerOverOrOut(t){const{path:e}=t,{overPath:i}=this;this.overPath=e,i?e.indexAt(0)!==i.indexAt(0)&&(this.emit(Jl.OUT,t,i),this.emit(Jl.OVER,t,e)):this.emit(Jl.OVER,t,e)}pointerEnterOrLeave(t){let{path:e}=t;this.downData&&!this.moveMode&&(e=e.clone(),this.downData.path.forEach(t=>e.add(t)));const{enterPath:i}=this;this.enterPath=e,this.emit(Jl.LEAVE,t,i,e),this.emit(Jl.ENTER,t,e,i)}touchLeave(t){"touch"===t.pointerType&&this.enterPath&&(this.emit(Jl.LEAVE,t),this.dragger.dragging&&this.emit(td.LEAVE,t))}tap(t){const{pointer:e}=this.config,i=this.longTap(t);if(!e.tapMore&&i)return;if(!this.waitTap)return;e.tapMore&&this.emitTap(t);const s=Date.now()-this.downTime,r=[Jl.DOUBLE_TAP,Jl.DOUBLE_CLICK].some(e=>vd(t.path,e));s<e.tapTime+50&&r?(this.tapCount++,2===this.tapCount?(this.tapWaitCancel(),this.emitDoubleTap(t)):(clearTimeout(this.tapTimer),this.tapTimer=setTimeout(()=>{e.tapMore||(this.tapWaitCancel(),this.emitTap(t))},e.tapTime))):e.tapMore||(this.tapWaitCancel(),this.emitTap(t))}findPath(t,e){const{hitRadius:i,through:s}=this.p,{bottomList:r,target:n}=this;g.backgrounder||t.origin||n&&n.updateLayout();const o=this.selector.getByPoint(t,i,Object.assign({bottomList:r,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&&!bd(t.path))&&(t.path=this.defaultPath)}canMove(t){return t&&(this.moveMode||"auto"===this.m.drag&&!xd(t.path))&&!bd(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))}stopDragAnimate(){this.dragger.stopAnimate()}updateDownData(t,e,i){const{downData:s}=this;!t&&s&&(t=s),t&&(this.findPath(t,e),i&&s&&t.path.addList(s.path.list),this.downData=t)}updateHoverData(t){t||(t=this.hoverData),t&&(this.findPath(t,{exclude:this.dragger.getList(!1,!0),name:Jl.MOVE}),this.hoverData=t)}updateCursor(t){if(!this.config.cursor||!this.canHover)return;if(t||(this.updateHoverData(),t=this.downData||this.hoverData),this.dragger.moving)return this.setCursor("grabbing");if(this.canMove(t))return this.setCursor(this.downData?"grabbing":"grab");if(!t)return;let e,i;const{path:s}=t;for(let t=0,r=s.length;t<r&&(e=s.list[t],i=e.syncEventer&&e.syncEventer.cursor||e.cursor,!i);t++);this.setCursor(i)}setCursor(t){this.cursor=t}getLocal(t,e){const i=this.canvas.getClientBounds(e),s={x:t.clientX-i.x,y:t.clientY-i.y},{bounds:r}=this.canvas;return s.x*=r.width/i.width,s.y*=r.height/i.height,this.p.snap&&nt.round(s),s}emitTap(t){this.emit(Jl.TAP,t),this.emit(Jl.CLICK,t)}emitDoubleTap(t){this.emit(Jl.DOUBLE_TAP,t),this.emit(Jl.DOUBLE_CLICK,t)}pointerWaitCancel(){this.tapWaitCancel(),this.longPressWaitCancel()}tapWait(){clearTimeout(this.tapTimer),this.waitTap=!0}tapWaitCancel(){this.waitTap&&(clearTimeout(this.tapTimer),this.waitTap=!1,this.tapCount=0)}longPressWait(t){clearTimeout(this.longPressTimer),this.longPressTimer=setTimeout(()=>{this.longPressed=!0,this.emit(Jl.LONG_PRESS,t)},this.p.longPressTime)}longTap(t){let e;return this.longPressed&&(this.emit(Jl.LONG_TAP,t),(vd(t.path,Jl.LONG_TAP)||vd(t.path,Jl.LONG_PRESS))&&(e=!0)),this.longPressWaitCancel(),e}longPressWaitCancel(){this.longPressTimer&&(clearTimeout(this.longPressTimer),this.longPressed=!1)}__onResize(){const{dragOut:t}=this.m;this.shrinkCanvasBounds=new Yt(this.canvas.bounds),this.shrinkCanvasBounds.spread(-(a(t)?t:2))}__listenEvents(){const{target:t}=this;this.__eventIds=[t.on_(Ro.RESIZE,this.__onResize,this)],t.once(Oo.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 r;e.type=t,i?e=Object.assign(Object.assign({},e),{path:i}):i=e.path,e.target=i.indexAt(0);try{for(let n=i.length-1;n>-1;n--){if(r=i.list[n],yd(r,t,e,!0,s))return;r.isApp&&fd(r,t,e,!0,s)}for(let n=0,o=i.length;n<o;n++)if(r=i.list[n],r.isApp&&fd(r,t,e,!1,s),yd(r,t,e,!1,s))return}catch(t){pd.error(t)}}(t,e,i,s)}destroy(){this.__eventIds.length&&(this.stop(),this.__removeListenEvents(),this.dragger.destroy(),this.transformer&&this.transformer.destroy(),this.downData=this.overPath=this.enterPath=null)}},kd=class{static set(t,e){this.custom[t]=e}static get(t){return this.custom[t]}};kd.custom={};let Td=class extends ae{constructor(){super(...arguments),this.maxTotal=1e3,this.pathList=new Qa,this.pixelList=new Qa}getPixelType(t,e){return this.__autoClear(),this.pixelList.add(t),te.hitCanvas(e)}getPathType(t){return this.__autoClear(),this.pathList.add(t),te.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()}};g.getSelector=function(t){return t.leafer?t.leafer.selector:g.selector||(g.selector=te.selector())};const{toInnerRadiusPointOf:Bd,copyRadiusPoint:Pd}=nt,{hitRadiusPoint:Rd,hitPoint:Cd}=Wt,Ed={},Ld={},Od=Ya.prototype;Od.hit=function(t,e=0){this.updateLayout(),Pd(Ld,t,e);const i=this.__world;return!!(e?Rd(i,Ld):Cd(i,Ld))&&(this.isBranch?g.getSelector(this).hitPoint(Object.assign({},Ld),e,{target:this}):this.__hitWorld(Ld))},Od.__hitWorld=function(t,e){const i=this.__;if(!i.hitSelf)return!1;const s=this.__world,r=this.__layout,n=s.width<10&&s.height<10;if(i.hitRadius&&(Pd(Ed,t,i.hitRadius),t=Ed),Bd(t,s,Ed),i.hitBox||n){if(Wt.hitRadiusPoint(r.boxBounds,Ed))return!0;if(n)return!1}return!r.hitCanvasChanged&&this.__hitCanvas||(this.__updateHitCanvas(),r.boundsChanged||(r.hitCanvasChanged=!1)),this.__hit(Ed,e)},Od.__hitFill=function(t){const e=this.__hitCanvas;return e&&e.hitFill(t,this.__.windingRule)},Od.__hitStroke=function(t,e){const i=this.__hitCanvas;return i&&i.hitStroke(t,e)},Od.__hitPixel=function(t){const e=this.__hitCanvas;return e&&e.hitPixel(t,this.__layout.renderBounds,e.hitScale)},Od.__drawHitPath=function(t){t&&this.__drawRenderPath(t)};const Ad=new ct,Dd=Ih.prototype;Dd.__updateHitCanvas=function(){this.__box&&this.__box.__updateHitCanvas();const{hitCanvasManager:t}=this.leafer||this.parent&&this.parent.leafer||{};if(!t)return;const e=this.__,i=(e.__isAlphaPixelFill||e.__isCanvas)&&"pixel"===e.hitFill,s=e.__isAlphaPixelStroke&&"pixel"===e.hitStroke,r=i||s;this.__hitCanvas||(this.__hitCanvas=r?t.getPixelType(this,{contextSettings:{willReadFrequently:!0}}):t.getPathType(this));const n=this.__hitCanvas;if(r){const{renderBounds:t}=this.__layout,r=g.image.hitCanvasSize,o=n.hitScale=Xt.set(0,0,r,r).getFitMatrix(t).a,{x:a,y:h,width:l,height:d}=Xt.set(t).scale(o);n.resize({width:l,height:d,pixelRatio:1}),n.clear(),Vr.patternLocked=!0,this.__renderShape(n,{matrix:Ad.setWith(this.__world).scaleWith(1/o).invertWith().translate(-a,-h),ignoreFill:!i,ignoreStroke:!s}),Vr.patternLocked=!1,n.resetTransform(),e.__isHitPixel=!0}else e.__isHitPixel&&(e.__isHitPixel=!1);this.__drawHitPath(n),n.setStrokeOptions(e)},Dd.__hit=function(t,e){if(this.__box&&this.__box.__hit(t))return!0;const i=this.__;if(i.__isHitPixel&&this.__hitPixel(t))return!0;const{hitFill:s}=i,r=(i.fill||i.__isCanvas)&&("path"===s||"pixel"===s&&!(i.__isAlphaPixelFill||i.__isCanvas))||"all"===s||e;if(r&&this.__hitFill(t))return!0;const{hitStroke:n,__maxStrokeWidth:o}=i,a=i.stroke&&("path"===n||"pixel"===n&&!i.__isAlphaPixelStroke)||"all"===n;if(!r&&!a)return!1;const h=2*t.radiusX;let l=h;if(a)switch(i.strokeAlign){case"inside":if(l+=2*o,!r&&this.__hitFill(t)&&this.__hitStroke(t,l))return!0;l=h;break;case"center":l+=o;break;case"outside":if(l+=2*o,!r){if(!this.__hitFill(t)&&this.__hitStroke(t,l))return!0;l=h}}return!!l&&this.__hitStroke(t,l)};const Md=Ih.prototype,Id=Yh.prototype,Wd=Gh.prototype;Id.__updateHitCanvas=Wd.__updateHitCanvas=function(){this.stroke||this.cornerRadius||(this.fill||this.__.__isCanvas)&&"pixel"===this.hitFill||"all"===this.hitStroke?Md.__updateHitCanvas.call(this):this.__hitCanvas&&(this.__hitCanvas=null)},Id.__hitFill=Wd.__hitFill=function(t){return this.__hitCanvas?Md.__hitFill.call(this,t):Wt.hitRadiusPoint(this.__layout.boxBounds,t)},Cl.prototype.__drawHitPath=function(t){const{__lineHeight:e,fontSize:i,__baseLine:s,__letterSpacing:r,__textDrawData:n}=this.__;t.beginPath(),r<0?this.__drawPathByBox(t):n.rows.forEach(r=>t.rect(r.x,r.y-s,r.width,e<i?i:e))},Wh.prototype.pick=function(t,e){return e||(e=i),this.updateLayout(),g.getSelector(this).getByPoint(t,e.hitRadius||0,Object.assign(Object.assign({},e),{target:this}))};const Fd=Se.prototype;function zd(t,e,i,s){var r,n=arguments.length,o=n<3?e:null===s?s=Object.getOwnPropertyDescriptor(e,i):s;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,e,i,s);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(o=(n<3?r(o):n>3?r(e,i,o):r(e,i))||o);return n>3&&o&&Object.defineProperty(e,i,o),o}var Nd;Fd.hitFill=function(t,e){return e?this.context.isPointInPath(t.x,t.y,e):this.context.isPointInPath(t.x,t.y)},Fd.hitStroke=function(t,e){return this.strokeWidth=e,this.context.isPointInStroke(t.x,t.y)},Fd.hitPixel=function(t,e,i=1){let{x:s,y:r,radiusX:n,radiusY:o}=t;e&&(s-=e.x,r-=e.y),Xt.set(s-n,r-o,2*n,2*o).scale(i).ceil();const{data:a}=this.context.getImageData(Xt.x,Xt.y,Xt.width||1,Xt.height||1);for(let t=0,e=a.length;t<e;t+=4)if(a[t+3]>0)return!0;return a[3]>0},"function"==typeof SuppressedError&&SuppressedError,function(t){t[t.none=1]="none",t[t.free=2]="free",t[t.mirrorAngle=3]="mirrorAngle",t[t.mirror=4]="mirror"}(Nd||(Nd={}));const Yd=Vt.get("LeaferCanvas");class Xd extends Se{set zIndex(t){const{style:e}=this.view;e.zIndex=t,this.setAbsolute(this.view)}set childIndex(t){const{view:e,parentView:i}=this;if(e&&i){const s=i.children[t];s?(this.setAbsolute(s),i.insertBefore(e,s)):i.appendChild(s)}}init(){const{config:t}=this,e=t.view||t.canvas;e?this.__createViewFrom(e):this.__createView();const{style:i}=this.view;if(i.display||(i.display="block"),this.parentView=this.view.parentElement,this.parentView){const t=this.parentView.style;t.webkitUserSelect=t.userSelect="none",this.view.classList.add("leafer-canvas-view")}g.syncDomFont&&!this.parentView&&(i.display="none",document.body&&document.body.appendChild(this.view)),this.__createContext(),this.autoLayout||this.resize(t)}set backgroundColor(t){this.view.style.backgroundColor=t}get backgroundColor(){return this.view.style.backgroundColor}set hittable(t){this.view.style.pointerEvents=t?"auto":"none"}get hittable(){return"none"!==this.view.style.pointerEvents}__createView(){this.view=document.createElement("canvas")}__createViewFrom(t){let e=n(t)?document.getElementById(t):t;if(e)if(e instanceof HTMLCanvasElement)this.view=e;else{let t=e;if(e===window||e===document){const e=document.createElement("div"),{style:i}=e;i.position="absolute",i.top=i.bottom=i.left=i.right="0px",document.body.appendChild(e),t=e}this.__createView();const i=this.view;t.hasChildNodes()&&(this.setAbsolute(i),t.style.position||(t.style.position="relative")),t.appendChild(i)}else Yd.error(`no id: ${t}`),this.__createView()}setAbsolute(t){const{style:e}=t;e.position="absolute",e.top=e.left="0px"}updateViewSize(){const{width:t,height:e,pixelRatio:i}=this,{style:s}=this.view;s.width=t+"px",s.height=e+"px",this.unreal||(this.view.width=Math.ceil(t*i),this.view.height=Math.ceil(e*i))}updateClientBounds(){this.view.parentElement&&(this.clientBounds=this.view.getBoundingClientRect())}startAutoLayout(t,e){if(this.resizeListener=e,t){if(this.autoBounds=t,this.resizeObserver)return;try{this.resizeObserver=new ResizeObserver(t=>{this.updateClientBounds();for(const e of t)this.checkAutoBounds(e.contentRect)});const t=this.parentView;t?(this.resizeObserver.observe(t),this.checkAutoBounds(t.getBoundingClientRect())):(this.checkAutoBounds(this.view),Yd.warn("no parent"))}catch(t){this.imitateResizeObserver()}this.stopListenPixelRatio()}else this.listenPixelRatio(),this.unreal&&this.updateViewSize()}imitateResizeObserver(){this.autoLayout&&(this.parentView&&this.checkAutoBounds(this.parentView.getBoundingClientRect()),g.requestRender(this.imitateResizeObserver.bind(this)))}listenPixelRatio(){this.windowListener||window.addEventListener("resize",this.windowListener=()=>{const t=g.devicePixelRatio;if(!this.config.pixelRatio&&this.pixelRatio!==t){const{width:e,height:i}=this;this.emitResize({width:e,height:i,pixelRatio:t})}})}stopListenPixelRatio(){this.windowListener&&(window.removeEventListener("resize",this.windowListener),this.windowListener=null)}checkAutoBounds(t){const e=this.view,{x:i,y:s,width:r,height:n}=this.autoBounds.getBoundsFrom(t),o={width:r,height:n,pixelRatio:this.config.pixelRatio?this.pixelRatio:g.devicePixelRatio};if(!this.isSameSize(o)){const{style:t}=e;t.marginLeft=i+"px",t.marginTop=s+"px",this.emitResize(o)}}stopAutoLayout(){this.autoLayout=!1,this.resizeObserver&&this.resizeObserver.disconnect(),this.resizeListener=this.resizeObserver=null}emitResize(t){const e={};d.copyAttrs(e,this,be),this.resize(t),this.resizeListener&&!s(this.width)&&this.resizeListener(new Ro(t,e))}unrealCanvas(){if(!this.unreal&&this.parentView){let t=this.view;t&&t.remove(),t=this.view=document.createElement("div"),this.parentView.appendChild(this.view),t.classList.add("leafer-app-view"),this.unreal=!0}}destroy(){const{view:t}=this;t&&(this.stopAutoLayout(),this.stopListenPixelRatio(),t.parentElement&&t.remove(),super.destroy())}}Wr(CanvasRenderingContext2D.prototype),Wr(Path2D.prototype);const{mineType:Hd,fileType:Ud}=Fr;Object.assign(te,{canvas:(t,e)=>new Xd(t,e),image:t=>new $r(t)}),g.name="web",g.isMobile="ontouchstart"in window,g.requestRender=function(t){window.requestAnimationFrame(t)},Jr(g,"devicePixelRatio",{get:()=>devicePixelRatio});const{userAgent:jd}=navigator;jd.indexOf("Firefox")>-1?(g.conicGradientRotate90=!0,g.intWheelDeltaY=!0,g.syncDomFont=!0):(/iPhone|iPad|iPod/.test(navigator.userAgent)||/Macintosh/.test(navigator.userAgent)&&/Version\/[\d.]+.*Safari/.test(navigator.userAgent))&&(g.fullImageShadow=!0),jd.indexOf("Windows")>-1?(g.os="Windows",g.intWheelDeltaY=!0):jd.indexOf("Mac")>-1?g.os="Mac":jd.indexOf("Linux")>-1&&(g.os="Linux");class Vd{get childrenChanged(){return this.hasAdd||this.hasRemove||this.hasVisible}get updatedList(){if(this.hasRemove&&this.config.usePartLayout){const t=new Qa;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 Qa,this.target=t,e&&(this.config=d.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(Lo.REQUEST)}__onAttrChange(t){this.config.usePartLayout&&this.__updatedList.add(t.target),this.update()}__onChildEvent(t){this.config.usePartLayout&&(t.type===yo.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 Co(Co.DATA,{updatedList:this.updatedList})),this.__updatedList=new Qa,this.totalTimes++,this.changed=this.hasVisible=this.hasRemove=this.hasAdd=!1}__listenEvents(){this.__eventIds=[this.target.on_([[wo.CHANGE,this.__onAttrChange,this],[[yo.ADD,yo.REMOVE],this.__onChildEvent,this],[Co.REQUEST,this.__onRquestData,this]])]}__removeListenEvents(){this.target.off_(this.__eventIds)}destroy(){this.target&&(this.stop(),this.__removeListenEvents(),this.target=this.__updatedList=null)}}const{updateAllMatrix:Gd,updateBounds:Kd,updateChange:qd}=Nn,{pushAllChildBranch:$d,pushAllParent:Jd}=Qn,{worldBounds:Qd}=Kn;class Zd{constructor(t){this.updatedBounds=new Yt,this.beforeBounds=new Yt,this.afterBounds=new Yt,h(t)&&(t=new Qa(t)),this.updatedList=t}setBefore(){this.beforeBounds.setListWithFn(this.updatedList.list,Qd)}setAfter(){this.afterBounds.setListWithFn(this.updatedList.list,Qd),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:tc,updateAllChange:ec}=Nn,ic=Vt.get("Layouter");class sc{constructor(t,e){this.totalTimes=0,this.config={usePartLayout:!0},this.__levelList=new Za,this.target=t,e&&(this.config=d.default(e,this.config)),this.__listenEvents()}start(){this.disabled||(this.running=!0)}stop(){this.running=!1}disable(){this.stop(),this.__removeListenEvents(),this.disabled=!0}layout(){if(this.layouting||!this.running)return;const{target:t}=this;this.times=0;try{t.emit(Eo.START),this.layoutOnce(),t.emitEvent(new Eo(Eo.END,this.layoutedBlocks,this.times))}catch(t){ic.error(t)}this.layoutedBlocks=null}layoutAgain(){this.layouting?this.waitAgain=!0:this.layoutOnce()}layoutOnce(){return this.layouting?ic.warn("layouting"):this.times>3?ic.warn("layout max times"):(this.times++,this.totalTimes++,this.layouting=!0,this.target.emit(Co.REQUEST),this.totalTimes>1&&this.config.usePartLayout?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=$t.start("PartLayout"),{target:i,__updatedList:s}=this,{BEFORE:r,LAYOUT:n,AFTER:o}=Eo,a=this.getBlocks(s);a.forEach(t=>t.setBefore()),i.emitEvent(new Eo(r,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?(Gd(t,!0),e.add(t),t.isBranch&&$d(t,e),Jd(t,e)):i.boundsChanged&&(e.add(t),t.isBranch&&(t.__tempNumber=0),Jd(t,e)))})}(s,this.__levelList),function(t){let e,i,s;t.sort(!0),t.levels.forEach(r=>{e=t.levelMap[r];for(let t=0,r=e.length;t<r;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||Kd(s[t])}Kd(i)}})}(this.__levelList),function(t){t.list.forEach(qd)}(s),this.extraBlock&&a.push(this.extraBlock),a.forEach(t=>t.setAfter()),i.emitEvent(new Eo(n,a,this.times)),i.emitEvent(new Eo(o,a,this.times)),this.addBlocks(a),this.__levelList.reset(),this.__updatedList=null,$t.end(e)}fullLayout(){const t=$t.start("FullLayout"),{target:e}=this,{BEFORE:i,LAYOUT:s,AFTER:r}=Eo,n=this.getBlocks(new Qa(e));e.emitEvent(new Eo(i,n,this.times)),sc.fullLayout(e),n.forEach(t=>{t.setAfter()}),e.emitEvent(new Eo(s,n,this.times)),e.emitEvent(new Eo(r,n,this.times)),this.addBlocks(n),$t.end(t)}static fullLayout(t){tc(t,!0),t.isBranch?Qn.updateBounds(t):Nn.updateBounds(t),ec(t)}addExtra(t){if(!this.__updatedList.has(t)){const{updatedList:e,beforeBounds:i}=this.extraBlock||(this.extraBlock=new Zd([]));e.length?i.add(t.__world):i.set(t.__world),e.add(t)}}createBlock(t){return new Zd(t)}getBlocks(t){return[this.createBlock(t)]}addBlocks(t){this.layoutedBlocks?this.layoutedBlocks.push(...t):this.layoutedBlocks=t}__onReceiveWatchData(t){this.__updatedList=t.data.updatedList}__listenEvents(){this.__eventIds=[this.target.on_([[Eo.REQUEST,this.layout,this],[Eo.AGAIN,this.layoutAgain,this],[Co.DATA,this.__onReceiveWatchData,this]])]}__removeListenEvents(){this.target.off_(this.__eventIds)}destroy(){this.target&&(this.stop(),this.__removeListenEvents(),this.target=this.config=null)}}const rc=Vt.get("Renderer");class nc{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:120},this.frames=[],this.target=t,this.canvas=e,i&&(this.config=d.default(i,this.config)),this.__listenEvents()}start(){this.running=!0,this.update(!1)}stop(){this.running=!1}update(t=!0){this.changed||(this.changed=t),this.requestTime||this.__requestRender()}requestLayout(){this.target.emit(Eo.REQUEST)}checkRender(){if(this.running){const{target:t}=this;t.isApp&&(t.emit(Lo.CHILD_START,t),t.children.forEach(t=>{t.renderer.FPS=this.FPS,t.renderer.checkRender()}),t.emit(Lo.CHILD_END,t)),this.changed&&this.canvas.view&&this.render(),this.target.emit(Lo.NEXT)}}render(t){if(!this.running||!this.canvas.view)return this.update();const{target:e}=this;this.times=0,this.totalBounds=new Yt,rc.log(e.innerName,"---\x3e");try{this.emitRender(Lo.START),this.renderOnce(t),this.emitRender(Lo.END,this.totalBounds),Vr.clearRecycled()}catch(t){this.rendering=!1,rc.error(t)}rc.log("-------------|")}renderAgain(){this.rendering?this.waitAgain=!0:this.renderOnce()}renderOnce(t){if(this.rendering)return rc.warn("rendering");if(this.times>3)return rc.warn("render max times");if(this.times++,this.totalTimes++,this.rendering=!0,this.changed=!1,this.renderBounds=new Yt,this.renderOptions={},t)this.emitRender(Lo.BEFORE),t();else{if(this.requestLayout(),this.ignore)return void(this.ignore=this.rendering=!1);this.emitRender(Lo.BEFORE),this.config.usePartRender&&this.totalTimes>1?this.partRender():this.fullRender()}this.emitRender(Lo.RENDER,this.renderBounds,this.renderOptions),this.emitRender(Lo.AFTER,this.renderBounds,this.renderOptions),this.updateBlocks=null,this.rendering=!1,this.waitAgain&&(this.waitAgain=!1,this.renderOnce())}partRender(){const{canvas:t,updateBlocks:e}=this;e&&(this.mergeBlocks(),e.forEach(e=>{t.bounds.hit(e)&&!e.isEmpty()&&this.clipRender(e)}))}clipRender(t){const e=$t.start("PartRender"),{canvas:i}=this,s=t.getIntersect(i.bounds),r=new Yt(s);i.save(),s.spread(nc.clipSpread).ceil(),i.clearWorld(s),i.clipWorld(s),this.__render(s,r),i.restore(),$t.end(e)}fullRender(){const t=$t.start("FullRender"),{canvas:e}=this;e.save(),e.clear(),this.__render(e.bounds),e.restore(),$t.end(t)}__render(t,e){const{canvas:i,target:s}=this,r=t.includes(s.__world),n=r?{includes:r}:{bounds:t,includes:r};this.needFill&&i.fillWorld(t,this.config.fill),Vt.showRepaint&&Vt.drawRepaint(i,t),this.config.useCellRender&&(n.cellList=this.getCellList()),g.render(s,i,n),this.renderBounds=e=e||t,this.renderOptions=n,this.totalBounds.isEmpty()?this.totalBounds=e:this.totalBounds.add(e),i.updateRender(e)}getCellList(){}addBlock(t){this.updateBlocks||(this.updateBlocks=[]),this.updateBlocks.push(t)}mergeBlocks(){const{updateBlocks:t}=this;if(t){const e=new Yt;e.setList(t),t.length=0,t.push(e)}}__requestRender(){const t=this.target;if(this.requestTime||!t)return;if(t.parentApp)return t.parentApp.requestRender(!1);this.requestTime=this.frameTime||Date.now();const e=()=>{const t=1e3/((this.frameTime=Date.now())-this.requestTime),{maxFPS:i}=this.config;if(i&&t>i)return g.requestRender(e);const{frames:s}=this;s.length>30&&s.shift(),s.push(t),this.FPS=Math.round(s.reduce((t,e)=>t+e,0)/s.length),this.requestTime=0,this.checkRender()};g.requestRender(e)}__onResize(t){if(!this.canvas.unreal){if(t.bigger||!t.samePixelRatio){const{width:e,height:i}=t.old;if(!new Yt(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 Yt(0,0,1,1)),this.update()}}__onLayoutEnd(t){t.data&&t.data.map(t=>{let e;t.updatedList&&t.updatedList.list.some(t=>(e=!t.__world.width||!t.__world.height,e&&(t.isLeafer||rc.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 Lo(t,this.times,e,i))}__listenEvents(){this.__eventIds=[this.target.on_([[Lo.REQUEST,this.update,this],[Eo.END,this.__onLayoutEnd,this],[Lo.AGAIN,this.renderAgain,this],[Ro.RESIZE,this.__onResize,this]])]}__removeListenEvents(){this.target.off_(this.__eventIds)}destroy(){this.target&&(this.stop(),this.__removeListenEvents(),this.config={},this.target=this.canvas=null)}}nc.clipSpread=10;const oc={},{copyRadiusPoint:ac}=nt,{hitRadiusPoint:hc}=Wt;class lc{constructor(t,e){this.target=t,this.selector=e}getByPoint(t,e,i){e||(e=0),i||(i={});const s=i.through||!1,r=i.ignoreHittable||!1,n=i.target||this.target;this.exclude=i.exclude||null,this.point={x:t.x,y:t.y,radiusX:e,radiusY:e},this.findList=new Qa(i.findList),i.findList||this.hitBranch(n.isBranchLeaf?{children:[n]}:n);const{list:o}=this.findList,a=this.getBestMatchLeaf(o,i.bottomList,r,!!i.findList),h=r?this.getPath(a):this.getHitablePath(a);return this.clear(),s?{path:h,target:a,throughPath:o.length?this.getThroughPath(o):h}:{path:h,target:a}}hitPoint(t,e,i){return!!this.getByPoint(t,e,i).target}getBestMatchLeaf(t,e,i,s){const r=this.findList=new Qa;if(t.length){let e;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||Nn.worldHittable(e))&&(this.hitChild(e,o),r.length)){if(e.isBranchLeaf&&t.some(t=>t!==e&&Nn.hasParent(t,e))){r.reset();break}return r.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),r.length)return r.list[0];return s?null:i?t[0]:t.find(t=>Nn.worldHittable(t))}getPath(t){const e=new Qa,i=[],{target:s}=this;for(;t&&(t.syncEventer&&i.push(t.syncEventer),e.add(t),(t=t.parent)!==s););return i.length&&i.forEach(t=>{for(;t&&(t.__.hittable&&e.add(t),(t=t.parent)!==s););}),s&&e.add(s),e}getHitablePath(t){const e=this.getPath(t&&t.hittable?t:null);let i,s=new Qa;for(let t=e.list.length-1;t>-1&&(i=e.list[t],i.__.hittable)&&(s.addAt(i,0),i.__.hitChildren&&(!i.isLeafer||"draw"!==i.mode));t--);return s}getThroughPath(t){const e=new Qa,i=[];for(let e=t.length-1;e>-1;e--)i.push(this.getPath(t[e]));let s,r,n;for(let t=0,o=i.length;t<o;t++){s=i[t],r=i[t+1];for(let t=0,i=s.length;t<i&&(n=s.list[t],!r||!r.has(n));t++)e.add(n)}return e}hitBranch(t){this.eachFind(t.children,t.__onlyHitMask)}eachFind(t,e){let i,s,r;const{point:n}=this;for(let o=t.length-1;o>-1;o--)if(i=t[o],r=i.__,r.visible&&(!e||r.mask))if(s=hc(i.__world,r.hitRadius?ac(oc,n,r.hitRadius):n),i.isBranch){if(s||i.__ignoreHitWorld){if(i.isBranchLeaf&&r.__clipAfterFill&&!i.__hitWorld(n,!0))continue;i.topChildren&&this.eachFind(i.topChildren,!1),this.eachFind(i.children,i.__onlyHitMask),i.isBranchLeaf&&this.hitChild(i,n)}}else s&&this.hitChild(i,n)}hitChild(t,e,i){if((!this.exclude||!this.exclude.has(t))&&t.__hitWorld(e)){const{parent:s}=t;if(s&&s.__hasMask&&!t.__.mask){let i,r=[];const{children:n}=s;for(let s=0,o=n.length;s<o;s++)if(i=n[s],i.__.mask&&r.push(i),i===t){if(r&&!r.every(t=>t.__hitWorld(e)))return;break}}this.findList.add(i||t)}}clear(){this.point=null,this.findList=null,this.exclude=null}destroy(){this.clear()}}class dc{constructor(t,e){this.config={},e&&(this.config=d.default(e,this.config)),this.picker=new lc(this.target=t,this),this.finder=te.finder&&te.finder()}getByPoint(t,e,i){const{target:s,picker:r}=this;return g.backgrounder&&s&&s.updateLayout(),r.getByPoint(t,e,i)}hitPoint(t,e,i){return this.picker.hitPoint(t,e,i)}getBy(t,e,i,s){return this.finder?this.finder.getBy(t,e,i,s):Zt.need("find")}destroy(){this.picker.destroy(),this.finder&&this.finder.destroy()}}Object.assign(te,{watcher:(t,e)=>new Vd(t,e),layouter:(t,e)=>new sc(t,e),renderer:(t,e,i)=>new nc(t,e,i),selector:(t,e)=>new dc(t,e)}),g.layout=sc.fullLayout,g.render=function(t,e,i){const s=Object.assign(Object.assign({},i),{topRendering:!0});i.topList=new Qa,t.__render(e,i),i.topList.length&&i.topList.forEach(t=>t.__render(e,s))};const cc={convert(t,e){const i=ad.getBase(t),{x:s,y:r}=e,n=Object.assign(Object.assign({},i),{x:s,y:r,width:t.width,height:t.height,pointerType:t.pointerType,pressure:t.pressure});return"pen"===n.pointerType&&(n.tangentialPressure=t.tangentialPressure,n.tiltX=t.tiltX,n.tiltY=t.tiltY,n.twist=t.twist),n},convertMouse(t,e){const i=ad.getBase(t),{x:s,y:r}=e;return Object.assign(Object.assign({},i),{x:s,y:r,width:1,height:1,pointerType:"mouse",pressure:.5})},convertTouch(t,e){const i=cc.getTouch(t),s=ad.getBase(t),{x:r,y:n}=e;return Object.assign(Object.assign({},s),{x:r,y:n,width:1,height:1,pointerType:"touch",multiTouch:t.touches.length>1,pressure:i.force})},getTouch:t=>t.targetTouches[0]||t.changedTouches[0]},uc={convert(t){const e=ad.getBase(t);return Object.assign(Object.assign({},e),{code:t.code,key:t.key})}},{pathCanDrag:_c}=ad;class pc extends Sd{get notPointer(){const{p:t}=this;return"pointer"!==t.type||t.touch||this.useMultiTouch}get notTouch(){const{p:t}=this;return"mouse"===t.type||this.usePointer}get notMouse(){return this.usePointer||this.useTouch}__listenEvents(){super.__listenEvents();const t=this.view=this.canvas.view;this.viewEvents={pointerdown:this.onPointerDown,mousedown:this.onMouseDown,touchstart:this.onTouchStart,pointerleave:this.onPointerLeave,contextmenu:this.onContextMenu,wheel:this.onWheel,gesturestart:this.onGesturestart,gesturechange:this.onGesturechange,gestureend:this.onGestureend},this.windowEvents={pointermove:this.onPointerMove,pointerup:this.onPointerUp,pointercancel:this.onPointerCancel,mousemove:this.onMouseMove,mouseup:this.onMouseUp,touchmove:this.onTouchMove,touchend:this.onTouchEnd,touchcancel:this.onTouchCancel,keydown:this.onKeyDown,keyup:this.onKeyUp,scroll:this.onScroll};const{viewEvents:e,windowEvents:i}=this;for(let i in e)e[i]=e[i].bind(this),t.addEventListener(i,e[i]);for(let t in i)i[t]=i[t].bind(this),window.addEventListener(t,i[t])}__removeListenEvents(){super.__removeListenEvents();const{viewEvents:t,windowEvents:e}=this;for(let e in t)this.view.removeEventListener(e,t[e]),this.viewEvents={};for(let t in e)window.removeEventListener(t,e[t]),this.windowEvents={}}getTouches(t){const e=[];for(let i=0,s=t.length;i<s;i++)e.push(t[i]);return e}preventDefaultPointer(t){const{pointer:e}=this.config;e.preventDefault&&t.preventDefault()}preventDefaultWheel(t){const{wheel:e}=this.config;e.preventDefault&&t.preventDefault()}preventWindowPointer(t){return!this.downData&&t.target!==this.view}onKeyDown(t){this.keyDown(uc.convert(t))}onKeyUp(t){this.keyUp(uc.convert(t))}onContextMenu(t){this.config.pointer.preventDefaultMenu&&t.preventDefault(),this.menu(cc.convert(t,this.getLocal(t)))}onScroll(){this.canvas.updateClientBounds()}onPointerDown(t){this.preventDefaultPointer(t),this.notPointer||(this.usePointer||(this.usePointer=!0),this.pointerDown(cc.convert(t,this.getLocal(t))))}onPointerMove(t,e){if(this.notPointer||this.preventWindowPointer(t))return;this.usePointer||(this.usePointer=!0);const i=cc.convert(t,this.getLocal(t,!0));e?this.pointerHover(i):this.pointerMove(i)}onPointerLeave(t){this.onPointerMove(t,!0)}onPointerUp(t){this.downData&&this.preventDefaultPointer(t),this.notPointer||this.preventWindowPointer(t)||this.pointerUp(cc.convert(t,this.getLocal(t)))}onPointerCancel(){this.useMultiTouch||this.pointerCancel()}onMouseDown(t){this.preventDefaultPointer(t),this.notMouse||this.pointerDown(cc.convertMouse(t,this.getLocal(t)))}onMouseMove(t){this.notMouse||this.preventWindowPointer(t)||this.pointerMove(cc.convertMouse(t,this.getLocal(t,!0)))}onMouseUp(t){this.downData&&this.preventDefaultPointer(t),this.notMouse||this.preventWindowPointer(t)||this.pointerUp(cc.convertMouse(t,this.getLocal(t)))}onMouseCancel(){this.notMouse||this.pointerCancel()}onTouchStart(t){const e=cc.getTouch(t),i=this.getLocal(e,!0),{preventDefault:s}=this.config.touch;(!0===s||"auto"===s&&_c(this.findPath(i)))&&t.preventDefault(),this.multiTouchStart(t),this.notTouch||(this.touchTimer&&(window.clearTimeout(this.touchTimer),this.touchTimer=0),this.useTouch=!0,this.pointerDown(cc.convertTouch(t,i)))}onTouchMove(t){if(this.multiTouchMove(t),this.notTouch||this.preventWindowPointer(t))return;const e=cc.getTouch(t);this.pointerMove(cc.convertTouch(t,this.getLocal(e)))}onTouchEnd(t){if(this.multiTouchEnd(),this.notTouch||this.preventWindowPointer(t))return;this.touchTimer&&clearTimeout(this.touchTimer),this.touchTimer=setTimeout(()=>{this.useTouch=!1},500);const e=cc.getTouch(t);this.pointerUp(cc.convertTouch(t,this.getLocal(e)))}onTouchCancel(){this.notTouch||this.pointerCancel()}multiTouchStart(t){this.useMultiTouch=t.touches.length>1,this.touches=this.useMultiTouch?this.getTouches(t.touches):void 0,this.useMultiTouch&&this.pointerCancel()}multiTouchMove(t){if(this.useMultiTouch&&t.touches.length>1){const e=this.getTouches(t.touches),i=this.getKeepTouchList(this.touches,e);i.length>1&&(this.multiTouch(ad.getBase(t),i),this.touches=e)}}multiTouchEnd(){this.touches=null,this.useMultiTouch=!1,this.transformEnd()}getKeepTouchList(t,e){let i;const s=[];return t.forEach(t=>{i=e.find(e=>e.identifier===t.identifier),i&&s.push({from:this.getLocal(t),to:this.getLocal(i)})}),s}getLocalTouchs(t){return t.map(t=>this.getLocal(t))}onWheel(t){this.preventDefaultWheel(t),this.wheel(Object.assign(Object.assign(Object.assign({},ad.getBase(t)),this.getLocal(t)),{deltaX:t.deltaX,deltaY:t.deltaY}))}onGesturestart(t){this.useMultiTouch||(this.preventDefaultWheel(t),this.lastGestureScale=1,this.lastGestureRotation=0)}onGesturechange(t){if(this.useMultiTouch)return;this.preventDefaultWheel(t);const e=ad.getBase(t);Object.assign(e,this.getLocal(t));const i=t.scale/this.lastGestureScale,s=(t.rotation-this.lastGestureRotation)/Math.PI*180*(D.within(this.config.wheel.rotateSpeed,0,1)/4+.1);this.zoom(Object.assign(Object.assign({},e),{scale:i*i})),this.rotate(Object.assign(Object.assign({},e),{rotation:s})),this.lastGestureScale=t.scale,this.lastGestureRotation=t.rotation}onGestureend(t){this.useMultiTouch||(this.preventDefaultWheel(t),this.transformEnd())}setCursor(t){super.setCursor(t);const e=[];this.eachCursor(t,e),l(e[e.length-1])&&e.push("default"),this.canvas.view.style.cursor=e.map(t=>l(t)?`url(${t.url}) ${t.x||0} ${t.y||0}`:t).join(",")}eachCursor(t,e,i=0){if(i++,h(t))t.forEach(t=>this.eachCursor(t,e,i));else{const s=n(t)&&kd.get(t);s&&i<2?this.eachCursor(s,e,i):e.push(t)}}destroy(){this.view&&(super.destroy(),this.view=null,this.touches=null)}}function gc(t,e,i){t.__.__font?ah.fillText(t,e,i):t.__.windingRule?e.fill(t.__.windingRule):e.fill()}function fc(t,e,i,s,r){const n=i.__;l(t)?ah.drawStrokesStyle(t,e,!1,i,s,r):(s.setStroke(t,n.__strokeWidth*e,n),s.stroke()),n.__useArrow&&ah.strokeArrow(t,i,s,r)}function yc(t,e,i,s,r){const n=i.__;l(t)?ah.drawStrokesStyle(t,e,!0,i,s,r):(s.setStroke(t,n.__strokeWidth*e,n),ah.drawTextStroke(i,s,r))}function mc(t,e,i,s,r){const n=s.getSameCanvas(!0,!0);n.font=i.__.__font,yc(t,2,i,n,r),n.blendMode="outside"===e?"destination-out":"destination-in",ah.fillText(i,n,r),n.blendMode="normal",Nn.copyCanvasByWorld(i,s,n),n.recycle(i.__nowWorld)}const{getSpread:wc,copyAndSpread:vc,toOuterOf:xc,getOuterOf:bc,getByMove:Sc,move:kc,getIntersectData:Tc}=Wt,Bc={};let Pc;const{stintSet:Rc}=d,{hasTransparent:Cc}=rh;function Ec(t,e,i){if(!l(e)||!1===e.visible||0===e.opacity)return;let r;const{boxBounds:o}=i.__layout;switch(e.type){case"image":if(!e.url)return;r=hh.image(i,t,e,o,!Pc||!Pc[e.url]);break;case"linear":r=lh.linearGradient(e,o);break;case"radial":r=lh.radialGradient(e,o);break;case"angular":r=lh.conicGradient(e,o);break;case"solid":const{type:n,color:a,opacity:h}=e;r={type:n,style:rh.string(a,h)};break;default:s(e.r)||(r={type:"solid",style:rh.string(e)})}if(r&&(r.originPaint=e,n(r.style)&&Cc(r.style)&&(r.isTransparent=!0),e.style)){if(0===e.style.strokeWidth)return;r.strokeStyle=e.style}return r}const Lc={compute:function(t,e){const i=e.__,s=[];let r,n,o,a=i.__input[t];h(a)||(a=[a]),Pc=hh.recycleImage(t,i);for(let i,r=0,n=a.length;r<n;r++)(i=Ec(t,a[r],e))&&(s.push(i),i.strokeStyle&&(o||(o=1),i.strokeStyle.strokeWidth&&(o=Math.max(o,i.strokeStyle.strokeWidth))));i["_"+t]=s.length?s:void 0,s.length?(s.every(t=>t.isTransparent)&&(s.some(t=>t.image)&&(r=!0),n=!0),"fill"===t?(Rc(i,"__isAlphaPixelFill",r),Rc(i,"__isTransparentFill",n)):(Rc(i,"__isAlphaPixelStroke",r),Rc(i,"__isTransparentStroke",n),Rc(i,"__hasMultiStrokeStyle",o))):i.__removePaint(t,!1)},fill:function(t,e,i,s){i.fillStyle=t,gc(e,i,s)},fills:function(t,e,i,s){let r,n,o;for(let a=0,h=t.length;a<h;a++){if(r=t[a],n=r.originPaint,r.image){if(o?o++:o=1,hh.checkImage(r,!e.__.__font,e,i,s))continue;if(!r.style){1===o&&r.image.isPlacehold&&e.drawImagePlaceholder(r,i,s);continue}}if(i.fillStyle=r.style,r.transform||n.scaleFixed){if(i.save(),r.transform&&i.transform(r.transform),n.scaleFixed){const{scaleX:t,scaleY:s}=e.getRenderScaleData(!0);(!0===n.scaleFixed||"zoom-in"===n.scaleFixed&&t>1&&s>1)&&i.scale(1/t,1/s)}n.blendMode&&(i.blendMode=n.blendMode),gc(e,i,s),i.restore()}else n.blendMode?(i.saveBlendMode(n.blendMode),gc(e,i,s),i.restoreBlendMode()):gc(e,i,s)}},fillPathOrText:gc,fillText:function(t,e,i){const s=t.__,{rows:r,decorationY:n}=s.__textDrawData;let o;s.__isPlacehold&&s.placeholderColor&&(e.fillStyle=s.placeholderColor);for(let t=0,i=r.length;t<i;t++)o=r[t],o.text?e.fillText(o.text,o.x,o.y):o.data&&o.data.forEach(t=>{e.fillText(t.char,t.x,o.y)});if(n){const{decorationColor:t,decorationHeight:i}=s.__textDrawData;t&&(e.fillStyle=t),r.forEach(t=>n.forEach(s=>e.fillRect(t.x,t.y+s,t.width,i)))}},stroke:function(t,e,i,s){const r=e.__;if(r.__strokeWidth)if(r.__font)ah.strokeText(t,e,i,s);else switch(r.strokeAlign){case"center":fc(t,1,e,i,s);break;case"inside":!function(t,e,i,s){i.save(),i.clipUI(e),fc(t,2,e,i,s),i.restore()}(t,e,i,s);break;case"outside":!function(t,e,i,s){const r=e.__;if(r.__fillAfterStroke)fc(t,2,e,i,s);else{const{renderBounds:n}=e.__layout,o=i.getSameCanvas(!0,!0);e.__drawRenderPath(o),fc(t,2,e,o,s),o.clipUI(r),o.clearWorld(n),Nn.copyCanvasByWorld(e,i,o),o.recycle(e.__nowWorld)}}(t,e,i,s)}},strokes:function(t,e,i,s){ah.stroke(t,e,i,s)},strokeText:function(t,e,i,s){switch(e.__.strokeAlign){case"center":yc(t,1,e,i,s);break;case"inside":mc(t,"inside",e,i,s);break;case"outside":e.__.__fillAfterStroke?yc(t,2,e,i,s):mc(t,"outside",e,i,s)}},drawTextStroke:function(t,e,i){let s,r=t.__.__textDrawData;const{rows:n,decorationY:o}=r;for(let t=0,i=n.length;t<i;t++)s=n[t],s.text?e.strokeText(s.text,s.x,s.y):s.data&&s.data.forEach(t=>{e.strokeText(t.char,t.x,s.y)});if(o){const{decorationHeight:t}=r;n.forEach(i=>o.forEach(s=>e.strokeRect(i.x,i.y+s,i.width,t)))}},drawStrokesStyle:function(t,e,i,s,r,n){let o;const a=s.__,{__hasMultiStrokeStyle:h}=a;h||r.setStroke(void 0,a.__strokeWidth*e,a);for(let l=0,d=t.length;l<d;l++)if(o=t[l],(!o.image||!hh.checkImage(o,!1,s,r,n))&&o.style){if(h){const{strokeStyle:t}=o;t?r.setStroke(o.style,a.__getRealStrokeWidth(t)*e,a,t):r.setStroke(o.style,a.__strokeWidth*e,a)}else r.strokeStyle=o.style;o.originPaint.blendMode?(r.saveBlendMode(o.originPaint.blendMode),i?ah.drawTextStroke(s,r,n):r.stroke(),r.restoreBlendMode()):i?ah.drawTextStroke(s,r,n):r.stroke()}},shape:function(t,e,i){const s=e.getSameCanvas(),r=e.bounds,n=t.__nowWorld,o=t.__layout,a=t.__nowWorldShapeBounds||(t.__nowWorldShapeBounds={});let h,l,d,c,u,_;xc(o.strokeSpread?(vc(Bc,o.boxBounds,o.strokeSpread),Bc):o.boxBounds,n,a);let{scaleX:p,scaleY:f}=t.getRenderScaleData(!0);if(r.includes(a))_=s,h=u=a,l=n;else{let s;if(g.fullImageShadow)s=a;else{const t=o.renderShapeSpread?wc(r,k.swapAndScale(o.renderShapeSpread,p,f)):r;s=Tc(t,a)}c=r.getFitMatrix(s);let{a:y,d:m}=c;c.a<1&&(_=e.getSameCanvas(),t.__renderShape(_,i),p*=y,f*=m),u=bc(a,c),h=Sc(u,-c.e,-c.f),l=bc(n,c),kc(l,-c.e,-c.f);const w=i.matrix;w?(d=new ct(c),d.multiply(w),y*=w.scaleX,m*=w.scaleY):d=c,d.withScale(y,m),i=Object.assign(Object.assign({},i),{matrix:d})}return t.__renderShape(s,i),{canvas:s,matrix:d,fitMatrix:c,bounds:h,renderBounds:l,worldCanvas:_,shapeBounds:u,scaleX:p,scaleY:f}}};let Oc,Ac=new Yt;const{isSame:Dc}=Wt;function Mc(t,e,i,s,r,n){if("fill"===e&&!t.__.__naturalWidth){const e=t.__;if(e.__naturalWidth=s.width/e.pixelRatio,e.__naturalHeight=s.height/e.pixelRatio,e.__autoSide)return t.forceUpdate("width"),t.__proxyData&&(t.setProxyAttr("width",e.width),t.setProxyAttr("height",e.height)),!1}return r.data||hh.createData(r,s,i,n),!0}function Ic(t,e){zc(t,xo.LOAD,e)}function Wc(t,e){zc(t,xo.LOADED,e)}function Fc(t,e,i){e.error=i,t.forceUpdate("surface"),zc(t,xo.ERROR,e)}function zc(t,e,i){t.hasEvent(e)&&t.emitEvent(new xo(e,i))}function Nc(t,e){const{leafer:i}=t;i&&i.viewReady&&(i.renderer.ignore=e)}const{get:Yc,translate:Xc}=G,Hc=new Yt,Uc={},jc={};function Vc(t,e,i,s){const r=n(t)||s?(s?i-s*e:i%e)/((s||Math.floor(i/e))-1):t;return"auto"===t&&r<0?0:r}let Gc={},Kc={a:1,b:0,c:0,d:1,e:0,f:0};const{get:qc,set:$c,rotateOfOuter:Jc,translate:Qc,scaleOfOuter:Zc,multiplyParent:tu,scale:eu,rotate:iu,skew:su}=G;function ru(t,e,i,s,r,n,o,a){o&&iu(t,o),a&&su(t,a.x,a.y),r&&eu(t,r,n),Qc(t,e.x+i,e.y+s)}"function"==typeof SuppressedError&&SuppressedError;const{get:nu,scale:ou,copy:au}=G,{getFloorScale:hu}=D,{abs:lu}=Math,du={image:function(t,e,i,s,r){let n,o;const a=Vr.get(i);return Oc&&i===Oc.paint&&Dc(s,Oc.boxBounds)?n=Oc.leafPaint:(n={type:i.type,image:a},a.hasAlphaPixel&&(n.isTransparent=!0),Oc=a.use>1?{leafPaint:n,paint:i,boxBounds:Ac.set(s)}:null),(r||a.loading)&&(o={image:a,attrName:e,attrValue:i}),a.ready?(Mc(t,e,i,a,n,s),r&&(Ic(t,o),Wc(t,o))):a.error?r&&Fc(t,o,a.error):(r&&(Nc(t,!0),Ic(t,o)),n.loadId=a.load(()=>{Nc(t,!1),t.destroyed||(Mc(t,e,i,a,n,s)&&(a.hasAlphaPixel&&(t.__layout.hitCanvasChanged=!0),t.forceUpdate("surface")),Wc(t,o)),n.loadId=void 0},e=>{Nc(t,!1),Fc(t,o,e),n.loadId=void 0}),t.placeholderColor&&(t.placeholderDelay?setTimeout(()=>{a.ready||(a.isPlacehold=!0,t.forceUpdate("surface"))},t.placeholderDelay):a.isPlacehold=!0)),n},checkImage:function(t,e,i,s,r){const{scaleX:n,scaleY:o}=hh.getImageRenderScaleData(t,i,s,r),{image:a,data:h,originPaint:l}=t,{exporting:d}=r;return!(!h||t.patternId===n+"-"+o&&!d||(e&&(h.repeat?e=!1:l.changeful||"miniapp"===g.name&&Ro.isResizing(i)||d||(e=g.image.isLarge(a,n,o)||a.width*n>8096||a.height*o>8096)),e?(i.__.__isFastShadow&&(s.fillStyle=t.style||"#000",s.fill()),hh.drawImage(t,n,o,i,s,r),0):(!t.style||l.sync||d?hh.createPattern(t,i,s,r):hh.createPatternTask(t,i,s,r),1)))},drawImage:function(t,e,i,s,r,n){const{data:o,image:a}=t,{blendMode:h}=t.originPaint,{opacity:l,transform:d}=o,c=a.getFull(o.filters),u=s.__;let _,{width:p,height:g}=a;(_=d&&!d.onlyScale||u.path||u.cornerRadius)||l||h?(r.save(),_&&r.clipUI(s),h&&(r.blendMode=h),l&&(r.opacity*=l),d&&r.transform(d),r.drawImage(c,0,0,p,g),r.restore()):(o.scaleX&&(p*=o.scaleX,g*=o.scaleY),r.drawImage(c,0,0,p,g))},getImageRenderScaleData:function(t,e,i,s){const r=e.getRenderScaleData(!0,t.originPaint.scaleFixed),{data:n}=t;if(i){const{pixelRatio:t}=i;r.scaleX*=t,r.scaleY*=t}return n&&n.scaleX&&(r.scaleX*=Math.abs(n.scaleX),r.scaleY*=Math.abs(n.scaleY)),r},recycleImage:function(t,e){const i=e["_"+t];if(h(i)){let s,r,n,o,a;for(let l=0,d=i.length;l<d;l++)s=i[l],r=s.image,a=r&&r.url,a&&(n||(n={}),n[a]=!0,Vr.recyclePaint(s),r.loading&&(o||(o=e.__input&&e.__input[t]||[],h(o)||(o=[o])),r.unload(i[l].loadId,!o.some(t=>t.url===a))));return n}return null},createPatternTask:function(t,e,i,s){t.patternTask||(t.patternTask=Vr.patternTasker.add(()=>function(t,e,i,s){return new(i||(i=Promise))(function(e,r){function n(t){try{a(s.next(t))}catch(t){r(t)}}function o(t){try{a(s.throw(t))}catch(t){r(t)}}function a(t){var s;t.done?e(t.value):(s=t.value,s instanceof i?s:new i(function(t){t(s)})).then(n,o)}a((s=s.apply(t,[])).next())})}(this,0,void 0,function*(){hh.createPattern(t,e,i,s),e.forceUpdate("surface")}),0,()=>(t.patternTask=null,i.bounds.hit(e.__nowWorld))))},createPattern:function(t,e,i,s){let{scaleX:r,scaleY:n}=hh.getImageRenderScaleData(t,e,i,s),o=r+"-"+n;if(t.patternId!==o&&!e.destroyed&&(!g.image.isLarge(t.image,r,n)||t.data.repeat)){const{image:i,data:s}=t,{transform:a,gap:h}=s,l=hh.getPatternFixScale(t,r,n);let d,c,u,{width:_,height:p}=i;l&&(r*=l,n*=l),_*=r,p*=n,h&&(c=h.x*r/lu(s.scaleX||1),u=h.y*n/lu(s.scaleY||1)),(a||1!==r||1!==n)&&(r*=hu(_+(c||0)),n*=hu(p+(u||0)),d=nu(),a&&au(d,a),ou(d,1/r,1/n));const f=i.getCanvas(_,p,s.opacity,s.filters,c,u,e.leafer&&e.leafer.config.smooth),y=i.getPattern(f,s.repeat||g.origin.noRepeat||"no-repeat",d,t);t.style=y,t.patternId=o}},getPatternFixScale:function(t,e,i){const{image:s}=t;let r,n=g.image.maxPatternSize,o=s.width*s.height;return s.isSVG?e>1&&(r=Math.ceil(e)/e):n>o&&(n=o),(o*=e*i)>n&&(r=Math.sqrt(n/o)),r},createData:function(t,e,i,s){t.data=hh.getPatternData(i,s,e)},getPatternData:function(t,e,i){t.padding&&(e=Hc.set(e).shrink(t.padding)),"strench"===t.mode&&(t.mode="stretch");const{width:s,height:r}=i,{opacity:o,mode:a,align:h,offset:d,scale:c,size:u,rotation:_,skew:p,clipSize:g,repeat:f,gap:y,filters:m}=t,w=e.width===s&&e.height===r,v={mode:a},x="center"!==h&&(_||0)%180==90;let b,S;switch(Wt.set(jc,0,0,x?r:s,x?s:r),a&&"cover"!==a&&"fit"!==a?((c||u)&&(D.getScaleData(c,u,i,Uc),b=Uc.scaleX,S=Uc.scaleY),(h||y||f)&&(b&&Wt.scale(jc,b,S,!0),h&&vt.toPoint(h,jc,e,jc,!0,!0))):w&&!_||(b=S=Wt.getFitScale(e,jc,"fit"!==a),Wt.put(e,i,h,b,!1,jc),Wt.scale(jc,b,S,!0)),d&&nt.move(jc,d),a){case"stretch":w?b&&(b=S=void 0):(b=e.width/s,S=e.height/r,hh.stretchMode(v,e,b,S));break;case"normal":case"clip":if(jc.x||jc.y||b||g||_||p){let t,i;g&&(t=e.width/g.width,i=e.height/g.height),hh.clipMode(v,e,jc.x,jc.y,b,S,_,p,t,i),t&&(b=b?b*t:t,S=S?S*i:i)}break;case"repeat":(!w||b||_||p)&&hh.repeatMode(v,e,s,r,jc.x,jc.y,b,S,_,p,h,t.freeTransform),f||(v.repeat="repeat");const i=l(f);(y||i)&&(v.gap=function(t,e,i,s,r){let n,o;return l(t)?(n=t.x,o=t.y):n=o=t,{x:Vc(n,i,r.width,e&&e.x),y:Vc(o,s,r.height,e&&e.y)}}(y,i&&f,jc.width,jc.height,e));break;default:b&&hh.fillOrFitMode(v,e,jc.x,jc.y,b,S,_)}return v.transform||(e.x||e.y)&&Xc(v.transform=Yc(),e.x,e.y),b&&(v.scaleX=b,v.scaleY=S),o&&o<1&&(v.opacity=o),m&&(v.filters=m),f&&(v.repeat=n(f)?"x"===f?"repeat-x":"repeat-y":"repeat"),v},stretchMode:function(t,e,i,s){const r=qc(),{x:n,y:o}=e;n||o?Qc(r,n,o):r.onlyScale=!0,eu(r,i,s),t.transform=r},fillOrFitMode:function(t,e,i,s,r,n,o){const a=qc();Qc(a,e.x+i,e.y+s),eu(a,r,n),o&&Jc(a,{x:e.x+e.width/2,y:e.y+e.height/2},o),t.transform=a},clipMode:function(t,e,i,s,r,n,o,a,h,l){const d=qc();ru(d,e,i,s,r,n,o,a),h&&(o||a?($c(Kc),Zc(Kc,e,h,l),tu(d,Kc)):Zc(d,e,h,l)),t.transform=d},repeatMode:function(t,e,i,s,r,n,o,a,h,l,d,c){const u=qc();if(c)ru(u,e,r,n,o,a,h,l);else{if(h)if("center"===d)Jc(u,{x:i/2,y:s/2},h);else switch(iu(u,h),h){case 90:Qc(u,s,0);break;case 180:Qc(u,i,s);break;case 270:Qc(u,0,i)}Gc.x=e.x+r,Gc.y=e.y+n,Qc(u,Gc.x,Gc.y),o&&Zc(u,Gc,o,a)}t.transform=u}},{toPoint:cu}=yt,{hasTransparent:uu}=rh,_u={},pu={};function gu(t,e,i,s){if(i){let r,o,a,h;for(let t=0,l=i.length;t<l;t++)r=i[t],n(r)?(a=t/(l-1),o=rh.string(r,s)):(a=r.offset,o=rh.string(r.color,s)),e.addColorStop(a,o),!h&&uu(o)&&(h=!0);h&&(t.isTransparent=!0)}}const{getAngle:fu,getDistance:yu}=nt,{get:mu,rotateOfOuter:wu,scaleOfOuter:vu}=G,{toPoint:xu}=yt,bu={},Su={};function ku(t,e,i,s,r){let n;const{width:o,height:a}=t;if(o!==a||s){const t=fu(e,i);n=mu(),r?(vu(n,e,o/a*(s||1),1),wu(n,e,t+90)):(vu(n,e,1,o/a*(s||1)),wu(n,e,t))}return n}const{getDistance:Tu}=nt,{toPoint:Bu}=yt,Pu={},Ru={},Cu={linearGradient:function(t,e){let{from:i,to:s,type:r,opacity:n}=t;cu(i||"top",e,_u),cu(s||"bottom",e,pu);const o=g.canvas.createLinearGradient(_u.x,_u.y,pu.x,pu.y),a={type:r,style:o};return gu(a,o,t.stops,n),a},radialGradient:function(t,e){let{from:i,to:s,type:r,opacity:n,stretch:o}=t;xu(i||"center",e,bu),xu(s||"bottom",e,Su);const a=g.canvas.createRadialGradient(bu.x,bu.y,0,bu.x,bu.y,yu(bu,Su)),h={type:r,style:a};gu(h,a,t.stops,n);const l=ku(e,bu,Su,o,!0);return l&&(h.transform=l),h},conicGradient:function(t,e){let{from:i,to:s,type:r,opacity:n,stretch:o}=t;Bu(i||"center",e,Pu),Bu(s||"bottom",e,Ru);const a=g.conicGradientSupport?g.canvas.createConicGradient(0,Pu.x,Pu.y):g.canvas.createRadialGradient(Pu.x,Pu.y,0,Pu.x,Pu.y,Tu(Pu,Ru)),h={type:r,style:a};gu(h,a,t.stops,n);const l=ku(e,Pu,Ru,o||1,g.conicGradientRotate90);return l&&(h.transform=l),h},getTransform:ku},{copy:Eu,move:Lu,toOffsetOutBounds:Ou}=Wt,{max:Au,abs:Du}=Math,Mu={},Iu=new ct,Wu={};function Fu(t,e){let i,s,r,n,o=0,a=0,h=0,l=0;return e.forEach(t=>{i=t.x||0,s=t.y||0,n=1.5*(t.blur||0),r=Du(t.spread||0),o=Au(o,r+n-s),a=Au(a,r+n+i),h=Au(h,r+n+s),l=Au(l,r+n-i)}),o===a&&a===h&&h===l?o:[o,a,h,l]}function zu(t,e,i){const{shapeBounds:s}=i;let r,n;g.fullImageShadow?(Eu(Mu,t.bounds),Lu(Mu,e.x-s.x,e.y-s.y),r=t.bounds,n=Mu):(r=s,n=e),t.copyWorld(i.canvas,r,n)}const{toOffsetOutBounds:Nu}=Wt,Yu={},Xu=Fu,Hu={shadow:function(t,e,i){let s,r;const{__nowWorld:n}=t,{shadow:o}=t.__,{worldCanvas:a,bounds:h,renderBounds:l,shapeBounds:d,scaleX:c,scaleY:u}=i,_=e.getSameCanvas(),p=o.length-1;Ou(h,Wu,l),o.forEach((o,g)=>{let f=1;if(o.scaleFixed){const t=Math.abs(n.scaleX);t>1&&(f=1/t)}_.setWorldShadow(Wu.offsetX+(o.x||0)*c*f,Wu.offsetY+(o.y||0)*u*f,(o.blur||0)*c*f,rh.string(o.color)),r=dh.getShadowTransform(t,_,i,o,Wu,f),r&&_.setTransform(r),zu(_,Wu,i),r&&_.resetTransform(),s=l,o.box&&(_.restore(),_.save(),a&&(_.copyWorld(_,l,n,"copy"),s=n),a?_.copyWorld(a,n,n,"destination-out"):_.copyWorld(i.canvas,d,h,"destination-out")),Nn.copyCanvasByWorld(t,e,_,s,o.blendMode),p&&g<p&&_.clearWorld(s)}),_.recycle(s)},innerShadow:function(t,e,i){let s,r;const{__nowWorld:n}=t,{innerShadow:o}=t.__,{worldCanvas:a,bounds:h,renderBounds:l,shapeBounds:d,scaleX:c,scaleY:u}=i,_=e.getSameCanvas(),p=o.length-1;Nu(h,Yu,l),o.forEach((o,g)=>{let f=1;if(o.scaleFixed){const t=Math.abs(n.scaleX);t>1&&(f=1/t)}_.save(),_.setWorldShadow(Yu.offsetX+(o.x||0)*c*f,Yu.offsetY+(o.y||0)*u*f,(o.blur||0)*c*f),r=dh.getShadowTransform(t,_,i,o,Yu,f,!0),r&&_.setTransform(r),zu(_,Yu,i),_.restore(),a?(_.copyWorld(_,l,n,"copy"),_.copyWorld(a,n,n,"source-out"),s=n):(_.copyWorld(i.canvas,d,h,"source-out"),s=l),_.fillWorld(s,rh.string(o.color),"source-in"),Nn.copyCanvasByWorld(t,e,_,s,o.blendMode),p&&g<p&&_.clearWorld(s)}),_.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){},getShadowRenderSpread:Fu,getShadowTransform:function(t,e,i,s,r,n,o){if(s.spread){const i=2*s.spread*n*(o?-1:1),{width:a,height:h}=t.__layout.strokeBounds;return Iu.set().scaleOfOuter({x:(r.x+r.width/2)*e.pixelRatio,y:(r.y+r.height/2)*e.pixelRatio},1+i/a,1+i/h),Iu}},isTransformShadow(t){},getInnerShadowSpread:Xu},{excludeRenderBounds:Uu}=Kn;let ju;function Vu(t,e,i,s,r,n,o,a){switch(e){case"grayscale":ju||(ju=!0,r.useGrayscaleAlpha(t.__nowWorld));case"alpha":!function(t,e,i,s,r,n){const o=t.__nowWorld;i.resetTransform(),i.opacity=1,i.useMask(s,o),n&&s.recycle(o),Ku(t,e,i,1,r,n)}(t,i,s,r,o,a);break;case"opacity-path":Ku(t,i,s,n,o,a);break;case"path":a&&i.restore()}}function Gu(t){return t.getSameCanvas(!1,!0)}function Ku(t,e,i,s,r,n){const o=t.__nowWorld;e.resetTransform(),e.opacity=s,e.copyWorld(i,o,void 0,r),n?i.recycle(o):i.clearWorld(o)}Wh.prototype.__renderMask=function(t,e){let i,s,r,n,o,a;const{children:h}=this;for(let l=0,d=h.length;l<d;l++){if(i=h[l],a=i.__.mask,a){o&&(Vu(this,o,t,r,s,n,void 0,!0),s=r=null),"clipping"!==a&&"clipping-path"!==a||Uu(i,e)||i.__render(t,e),n=i.__.opacity,ju=!1,"path"===a||"clipping-path"===a?(n<1?(o="opacity-path",r||(r=Gu(t))):(o="path",t.save()),i.__clip(r||t,e)):(o="grayscale"===a?"grayscale":"alpha",s||(s=Gu(t)),r||(r=Gu(t)),i.__render(s,e));continue}const d=1===n&&i.__.__blendMode;d&&Vu(this,o,t,r,s,n,void 0,!1),Uu(i,e)||i.__render(r||t,e),d&&Vu(this,o,t,r,s,n,d,!1)}Vu(this,o,t,r,s,n,void 0,!0)};const qu=">)]}%!?,.:;'\"》)」〉』〗】〕}┐>’”!?,、。:;‰",$u=qu+"_#~&*+\\=|≮≯≈≠=…",Ju=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 Qu(t){const e={};return t.split("").forEach(t=>e[t]=!0),e}const Zu=Qu("ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz"),t_=Qu("{[(<'\"《(「〈『〖【〔{┌<‘“=¥¥$€££¢¢"),e_=Qu(qu),i_=Qu($u),s_=Qu("- —/~|┆·");var r_;!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"}(r_||(r_={}));const{Letter:n_,Single:o_,Before:a_,After:h_,Symbol:l_,Break:d_}=r_;function c_(t){return Zu[t]?n_:s_[t]?d_:t_[t]?a_:e_[t]?h_:i_[t]?l_:Ju.test(t)?o_:n_}const u_={trimRight(t){const{words:e}=t;let i,s=0,r=e.length;for(let n=r-1;n>-1&&(i=e[n].data[0]," "===i.char);n--)s++,t.width-=i.width;s&&e.splice(r-s,s)}};function __(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:p_}=u_,{Letter:g_,Single:f_,Before:y_,After:m_,Symbol:w_,Break:v_}=r_;let x_,b_,S_,k_,T_,B_,P_,R_,C_,E_,L_,O_,A_,D_,M_,I_,W_,F_=[];function z_(t,e){C_&&!R_&&(R_=C_),x_.data.push({char:t,width:e}),S_+=e}function N_(){k_+=S_,x_.width=S_,b_.words.push(x_),x_={data:[]},S_=0}function Y_(){D_&&(M_.paraNumber++,b_.paraStart=!0,D_=!1),C_&&(b_.startCharSize=R_,b_.endCharSize=C_,R_=0),b_.width=k_,I_.width?p_(b_):W_&&X_(),F_.push(b_),b_={words:[]},k_=0}function X_(){k_>(M_.maxWidth||0)&&(M_.maxWidth=k_)}const{top:H_,right:U_,bottom:j_,left:V_}=pt;function G_(t,e,i){const{bounds:s,rows:r}=t;s[e]+=i;for(let t=0;t<r.length;t++)r[t][e]+=i}const K_={getDrawData:function(t,e){n(t)||(t=String(t));let i=0,s=0,r=e.__getInput("width")||0,o=e.__getInput("height")||0;const{__padding:a}=e;a&&(r?(i=a[V_],r-=a[U_]+a[V_],!r&&(r=.01)):e.autoSizeAlign||(i=a[V_]),o?(s=a[H_],o-=a[H_]+a[j_],!o&&(o=.01)):e.autoSizeAlign||(s=a[H_]));const h={bounds:{x:i,y:s,width:r,height:o},rows:[],paraNumber:0,font:g.canvas.font=e.__font};return function(t,e,i){M_=t,F_=t.rows,I_=t.bounds,W_=!I_.width&&!i.autoSizeAlign;const{__letterSpacing:s,paraIndent:r,textCase:n}=i,{canvas:o}=g,{width:a}=I_;if(i.__isCharMode){const t="none"!==i.textWrap,h="break"===i.textWrap;D_=!0,L_=null,R_=P_=C_=S_=k_=0,x_={data:[]},b_={words:[]},s&&(e=[...e]);for(let i=0,l=e.length;i<l;i++)B_=e[i],"\n"===B_?(S_&&N_(),b_.paraEnd=!0,Y_(),D_=!0):(E_=c_(B_),E_===g_&&"none"!==n&&(B_=__(B_,n,!S_)),P_=o.measureText(B_).width,s&&(s<0&&(C_=P_),P_+=s),O_=E_===f_&&(L_===f_||L_===g_)||L_===f_&&E_!==m_,A_=!(E_!==y_&&E_!==f_||L_!==w_&&L_!==m_),T_=D_&&r?a-r:a,t&&a&&k_+S_+P_>T_&&(h?(S_&&N_(),k_&&Y_()):(A_||(A_=E_===g_&&L_==m_),O_||A_||E_===v_||E_===y_||E_===f_||S_+P_>T_?(S_&&N_(),k_&&Y_()):k_&&Y_()))," "===B_&&!0!==D_&&k_+S_===0||(E_===v_?(" "===B_&&S_&&N_(),z_(B_,P_),N_()):O_||A_?(S_&&N_(),z_(B_,P_)):z_(B_,P_)),L_=E_);S_&&N_(),k_&&Y_(),F_.length>0&&(F_[F_.length-1].paraEnd=!0)}else e.split("\n").forEach(t=>{M_.paraNumber++,k_=o.measureText(t).width,F_.push({x:r||0,text:t,width:k_,paraStart:!0}),W_&&X_()})}(h,t,e),a&&function(t,e,i,s,r){if(!s&&i.autoSizeAlign)switch(i.textAlign){case"left":G_(e,"x",t[V_]);break;case"right":G_(e,"x",-t[U_])}if(!r&&i.autoSizeAlign)switch(i.verticalAlign){case"top":G_(e,"y",t[H_]);break;case"bottom":G_(e,"y",-t[j_])}}(a,h,e,r,o),function(t,e){const{rows:i,bounds:s}=t,r=i.length,{__lineHeight:n,__baseLine:o,__letterSpacing:a,__clipText:h,textAlign:l,verticalAlign:d,paraSpacing:c,autoSizeAlign:u}=e;let{x:_,y:p,width:g,height:f}=s,y=n*r+(c?c*(t.paraNumber-1):0),m=o;if(h&&y>f)y=Math.max(f,n),r>1&&(t.overflow=r);else if(f||u)switch(d){case"middle":p+=(f-y)/2;break;case"bottom":p+=f-y}m+=p;let w,v,x,b=g||u?g:t.maxWidth;for(let o=0,d=r;o<d;o++){if(w=i[o],w.x=_,w.width<g||w.width>g&&!h)switch(l){case"center":w.x+=(b-w.width)/2;break;case"right":w.x+=b-w.width}w.paraStart&&c&&o>0&&(m+=c),w.y=m,m+=n,t.overflow>o&&m>y&&(w.isOverflow=!0,t.overflow=o+1),v=w.x,x=w.width,a<0&&(w.width<0?(x=-w.width+e.fontSize+a,v-=x,x+=e.fontSize):x-=a),v<s.x&&(s.x=v),x>s.width&&(s.width=x),h&&g&&g<x&&(w.isOverflow=!0,t.overflow||(t.overflow=i.length))}s.y=p,s.height=y}(h,e),e.__isCharMode&&function(t,e,i){const{rows:s}=t,{textAlign:r,paraIndent:n,letterSpacing:o}=e,a=i&&r.includes("both"),h=a||i&&r.includes("justify"),l=h&&r.includes("letter");let d,c,u,_,p,g,f,y,m,w;s.forEach(t=>{t.words&&(p=n&&t.paraStart?n:0,y=t.words.length,h&&(w=!t.paraEnd||a,c=i-t.width-p,l?_=c/(t.words.reduce((t,e)=>t+e.data.length,0)-1):u=y>1?c/(y-1):0),g=o||t.isOverflow||l?0:u?1:2,t.isOverflow&&!o&&(t.textMode=!0),2===g?(t.x+=p,function(t){t.text="",t.words.forEach(e=>{e.data.forEach(e=>{t.text+=e.char})})}(t)):(t.x+=p,d=t.x,t.data=[],t.words.forEach((e,i)=>{1===g?(f={char:"",x:d},d=function(t,e,i){return t.forEach(t=>{i.char+=t.char,e+=t.width}),e}(e.data,d,f),(t.isOverflow||" "!==f.char)&&t.data.push(f)):d=function(t,e,i,s,r){return t.forEach(t=>{(s||" "!==t.char)&&(t.x=e,i.push(t)),e+=t.width,r&&(e+=r)}),e}(e.data,d,t.data,t.isOverflow,w&&_),w&&(m=i===y-1,u?m||(d+=u,t.width+=u):_&&(t.width+=_*(e.data.length-(m?1:0))))})),t.words=null)})}(h,e,r),h.overflow&&function(t,e,i,s){if(!s)return;const{rows:r,overflow:n}=t;let{textOverflow:o}=e;if(r.splice(n),o&&"show"!==o){let t,a;"hide"===o?o="":"ellipsis"===o&&(o="...");const h=o?g.canvas.measureText(o).width:0,l=i+s-h;("none"===e.textWrap?r:[r[n-1]]).forEach(e=>{if(e.isOverflow&&e.data){let i=e.data.length-1;for(let s=i;s>-1&&(t=e.data[s],a=t.x+t.width,!(s===i&&a<l));s--){if(a<l&&" "!==t.char||!s){e.data.splice(s+1),e.width-=t.width;break}e.width-=t.width}e.width+=h,e.data.push({char:o,x:a}),e.textMode&&function(t){t.text="",t.data.forEach(e=>{t.text+=e.char}),t.data=null}(e)}})}}(h,e,i,r),"none"!==e.textDecoration&&function(t,e){let i,s=0;const{fontSize:r,textDecoration:n}=e;switch(t.decorationHeight=r/11,l(n)?(i=n.type,n.color&&(t.decorationColor=rh.string(n.color)),n.offset&&(s=Math.min(.3*r,Math.max(n.offset,.15*-r)))):i=n,i){case"under":t.decorationY=[.15*r+s];break;case"delete":t.decorationY=[.35*-r];break;case"under-delete":t.decorationY=[.15*r+s,.35*-r]}}(h,e),h}},q_={string:function(t,e){if(!t)return"#000";const i=a(e)&&e<1;if(n(t)){if(!i||!rh.object)return t;t=rh.object(t)}let r=s(t.a)?1:t.a;i&&(r*=e);const o=t.r+","+t.g+","+t.b;return 1===r?"rgb("+o+")":"rgba("+o+","+r+")"}};Object.assign(sh,K_),Object.assign(rh,q_),Object.assign(ah,Lc),Object.assign(hh,du),Object.assign(lh,Cu),Object.assign(dh,Hu),Object.assign(te,{interaction:(t,e,i,s)=>new pc(t,e,i,s),hitCanvas:(t,e)=>new Xd(t,e),hitCanvasManager:()=>new Td}),g.origin={createCanvas(t,e){const i=document.createElement("canvas");return i.width=t,i.height=e,i},canvasToDataURL:(t,e,i)=>{const s=Hd(e),r=t.toDataURL(s,i);return"image/bmp"===s?r.replace("image/png;","image/bmp;"):r},canvasToBolb:(t,e,i)=>new Promise(s=>t.toBlob(s,Hd(e),i)),canvasSaveAs:(t,e,i)=>{const s=t.toDataURL(Hd(Ud(e)),i);return g.origin.download(s,e)},download:(t,e)=>new Promise(i=>{let s=document.createElement("a");s.href=t,s.download=e,document.body.appendChild(s),s.click(),document.body.removeChild(s),i()}),loadImage:t=>new Promise((e,i)=>{const s=new g.origin.Image,{crossOrigin:r}=g.image;r&&(s.setAttribute("crossOrigin",r),s.crossOrigin=r),s.onload=()=>{e(s)},s.onerror=t=>{i(t)},s.src=g.image.getRealURL(t)}),Image:Image,PointerEvent:PointerEvent,DragEvent:DragEvent},g.event={stopDefault(t){t.preventDefault()},stopNow(t){t.stopImmediatePropagation()},stop(t){t.stopPropagation()}},g.canvas=te.canvas(),g.conicGradientSupport=!!g.canvas.context.createConicGradient;const $_="Tooltip",J_="leafer-x-tooltip";var Q_;!function(t){t.VALUE="value",t.KEY_VALUE="key-value"}(Q_||(Q_={}));const Z_=new Map,tp=function(t,e){if(!t||!e)return console.error("handleTextStyle: Invalid parameters"),{width:100,height:30,text:""};const i=function(t,e){let i="";const s=t;if(e.formatter&&"function"==typeof e.formatter)try{const t=e.formatter(s);void 0!==t&&(i=t)}catch(t){console.error("handleContent: Formatter function error",t)}i||(e.showType===Q_.VALUE?i+=e.info.map(t=>{const e=s[t];return null!=e?String(e):""}).join("\n"):e.showType===Q_.KEY_VALUE&&(i+=e.info.map(t=>{const e=s[t];return`${t} : ${null!=e?String(e):""}`}).join("\n")));return i}(t,e),{fontSize:s,fontFamily:r,fontWeight:n,padding:o}=e.style,a=`${i}:${s}:${r}:${n}:${o}`;if(Z_.has(a)){const t=Z_.get(a);return Object.assign(Object.assign({},t),{text:i})}try{const t=new Gh({children:[{tag:"Text",text:i,fontSize:s,fontFamily:r,fontWeight:n,padding:o}]}).getBounds();if(!t||void 0===t.width||void 0===t.height)return console.warn("handleTextStyle: Invalid bounds, using default size"),{width:100,height:30,text:i};const{width:e,height:h}=t;return Z_.set(a,{width:e,height:h}),{width:e,height:h,text:i}}catch(t){return console.error("handleTextStyle: Failed to calculate text size",t),{width:100,height:30,text:i}}};let ep=class extends Ll{get __tag(){return $_}constructor(t){super(t),this.target=t.target,this.config=t.config,this.show()}createShapes(t=this.__.pointerPos){this.clear();const{width:e,height:i,text:s}=tp(this.target,this.config),{backgroundColor:r,stroke:n,color:o,padding:a,borderRadius:h,fontSize:l,fontWeight:d,fontFamily:c}=this.config.style;let u=this.config.offset;this.setStyle({fill:r,stroke:n}),this.add(new Cl({className:J_,fill:o,fontSize:l,fontWeight:d,fontFamily:c,x:t.x+u[0],y:t.y+u[1],text:s,padding:a})),this.roundRect(t.x+u[0],t.y+u[1],e,i,h),this.isShow=!0}clearShowHideTimers(){this.showTimerId&&(clearTimeout(this.showTimerId),this.showTimerId=null),this.hideTimerId&&(clearTimeout(this.hideTimerId),this.hideTimerId=null)}show(t=this.__.pointerPos){this.clearShowHideTimers(),this.showTimerId=setTimeout(()=>{this.createShapes(t),this.showTimerId=null},this.config.showDelay)}hide(t=!1){this.clearShowHideTimers(),t?this.destroy():this.hideTimerId=setTimeout(()=>{this.destroy(),this.hideTimerId=null},this.config.hideDelay)}update(t){this.clearShowHideTimers(),this.isShow?this.createShapes(t):this.show(t)}destroyTooltip(){this.clearShowHideTimers(),this.destroy(),this.isShow=!1,this.target=void 0}};zd([mn(class extends Bh{})],ep.prototype,"__",void 0),zd([tn({x:0,y:0})],ep.prototype,"pointerPos",void 0),zd([tn()],ep.prototype,"showTimerId",void 0),zd([tn()],ep.prototype,"hideTimerId",void 0),zd([tn(!1)],ep.prototype,"isShow",void 0),zd([tn()],ep.prototype,"config",void 0),zd([tn()],ep.prototype,"target",void 0),ep=zd([Pn()],ep);const ip={reference:"pointer",info:["tag"],showType:"value",formatter:()=>{},showDelay:500,hideDelay:0,arrow:!1,placement:"right-end",offset:[5,5],preventOverflow:!1,includesType:[],excludesType:[],ignoreType:["Leafer","App","Flow"],throughExcludes:!1,theme:"light",style:{backgroundColor:"white",stroke:"black",color:"black",borderRadius:8,padding:8,fontSize:14,fontWeight:400,fontFamily:'"Punctuation SC","Inter",ui-sans-serif,system-ui,"PingFang SC","Noto Sans CJK SC", "Noto Sans SC", "Heiti SC", "Microsoft YaHei", "DengXian", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"'}};return t.TooltipPlugin=class{constructor(t,e){this.tooltipCache=new Map,this.includesTypeSet=new Set,this.excludesTypeSet=new Set,this.ignoreTypeSet=new Set,this.instance=t,this.config=this.mergeConfig(ip,e),this.handleConfig(),this.initState(),this.pointEventId=this.initEvent()}mergeConfig(t,e){return e?Object.assign(Object.assign(Object.assign({},t),e),{style:Object.assign(Object.assign({},t.style),e.style),includesType:e.includesType||t.includesType,excludesType:e.excludesType||t.excludesType,ignoreType:e.ignoreType||t.ignoreType,info:e.info||t.info}):Object.assign(Object.assign({},t),{style:Object.assign({},t.style),includesType:[...t.includesType||[]],excludesType:[...t.excludesType||[]],ignoreType:[...t.ignoreType||[]],info:[...t.info||[]]})}isAppInstance(t){return!0===t.isApp}initState(){if(this.isAppInstance(this.instance))void 0===this.instance.sky&&(this.instance.sky=this.instance.addLeafer({type:"draw",usePartRender:!1})),this.aimLeafer=this.instance.sky;else{if(!this.instance.isLeafer)throw new Error("TooltipPlugin: Instance must be either App or Leafer");this.aimLeafer=this.instance}}handleConfig(){"dark"===this.config.theme&&(this.config.style.backgroundColor="black",this.config.style.color="white"),this.includesTypeSet=new Set(this.config.includesType||[]),this.excludesTypeSet=new Set(this.config.excludesType||[]),this.ignoreTypeSet=new Set(this.config.ignoreType||[])}initEvent(){return this.instance.on_(Jl.MOVE,this.handlePointMove,this)}handlePointMove(t){const e=this.instance.pick({x:t.x,y:t.y},{ignoreHittable:!0,through:!0}),i=this.filterTarget(e.throughPath.list);i&&this.handleAllowed(i)?this.handleTooltip(t,i):this.hideTooltip()}filterTarget(t){const{throughExcludes:e}=this.config,i=t.filter(t=>{var i;const s=this.ignoreTypeSet.has(null==t?void 0:t.tag),r=e&&this.excludesTypeSet.has(null==t?void 0:t.tag);return!s&&!r&&(null===(i=null==t?void 0:t.parent)||void 0===i?void 0:i.tag)!==$_&&(null==t?void 0:t.className)!==J_});return i[i.length-1]||null}handleAllowed(t){const e=["#"+t.id,"."+t.className,t.tag],i=this.includesTypeSet.size>0,s=this.excludesTypeSet.size>0;if(!i&&!s)return!0;const r=e.some(t=>this.includesTypeSet.has(t)),n=e.some(t=>this.excludesTypeSet.has(t));return!!r||!n&&!i}hideTooltip(){const t=[];this.tooltipCache.forEach((e,i)=>{e.parent?e.hide():t.push(i)}),t.forEach(t=>this.tooltipCache.delete(t))}handleTooltip(t,e){const i=function(t){return t.tag+t.innerId}(e);this.tooltipCache.forEach((t,e)=>{e!==i&&t.hide()});const s=this.tooltipCache.get(i);if(s&&s.parent)s.update({x:t.x,y:t.y});else{s&&this.tooltipCache.delete(i);const r=new ep({id:i,pointerPos:{x:t.x,y:t.y},target:e,config:this.config});this.aimLeafer.add(r),this.tooltipCache.set(i,r)}}destroy(){this.instance&&(this.tooltipCache&&(this.tooltipCache.forEach(t=>{var e;t.destroyTooltip(),null===(e=t.parent)||void 0===e||e.remove(t)}),this.tooltipCache.clear()),this.pointEventId&&this.instance.off_(this.pointEventId),this.instance=null,this.aimLeafer=null)}},t}({});
|