@leafer-editor/worker 1.4.1 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/worker.js +324 -262
- package/dist/worker.js.map +1 -1
- package/dist/worker.min.js +1 -1
- package/dist/worker.min.js.map +1 -1
- package/dist/worker.module.js +324 -262
- package/dist/worker.module.js.map +1 -1
- package/dist/worker.module.min.js +1 -1
- package/dist/worker.module.min.js.map +1 -1
- package/package.json +15 -15
package/dist/worker.min.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var LeaferUI=function(t){"use strict";const e={toURL(t,e){let i=encodeURIComponent(t);return"text"===e?i="data:text/plain;charset=utf-8,"+i:"svg"===e&&(i="data:image/svg+xml,"+i),i},image:{hitCanvasSize:100,maxCacheSize:4096e3,maxPatternSize:8847360,crossOrigin:"anonymous",getRealURL(t){const{prefix:i,suffix:s}=e.image;return!s||t.startsWith("data:")||t.startsWith("blob:")||(t+=(t.includes("?")?"&":"?")+s),i&&"/"===t[0]&&(t=i+t),t}}},i={},s={RUNTIME:"runtime",LEAF:"leaf",TASK:"task",CNAVAS:"canvas",IMAGE:"image",types:{},create(t){const{types:e}=n;return e[t]?e[t]++:(e[t]=1,0)}},n=s,{round:o,pow:r,PI:a}=Math,h={within:(t,e,i)=>("object"==typeof e&&(i=e.max,e=e.min),void 0!==e&&t<e&&(t=e),void 0!==i&&t>i&&(t=i),t),fourNumber(t,e){let i;if(t instanceof Array)switch(t.length){case 4:i=void 0===e?t:[...t];break;case 2:i=[t[0],t[1],t[0],t[1]];break;case 3:i=[t[0],t[1],t[2],t[1]];break;case 1:t=t[0];break;default:t=0}if(i||(i=[t,t,t,t]),e)for(let t=0;t<4;t++)i[t]>e&&(i[t]=e);return i},formatRotation:(t,e)=>(t%=360,e?t<0&&(t+=360):(t>180&&(t-=360),t<-180&&(t+=360)),h.float(t)),getGapRotation(t,e,i=0){let s=t+i;if(e>1){const t=Math.abs(s%e);(t<1||t>e-1)&&(s=Math.round(s/e)*e)}return s-i},float(t,e){const i=void 0!==e?r(10,e):1e12;return-0===(t=o(t*i)/i)?0:t},getScaleData:(t,e,i,s)=>(s||(s={}),e?(s.scaleX=("number"==typeof e?e:e.width)/i.width,s.scaleY=("number"==typeof e?e:e.height)/i.height):t&&h.assignScale(s,t),s),assignScale(t,e){"number"==typeof e?t.scaleX=t.scaleY=e:(t.scaleX=e.x,t.scaleY=e.y)}},l=a/180,d=2*a,c=a/2;function u(){return{x:0,y:0}}function p(){return{x:0,y:0,width:0,height:0}}function _(){return{a:1,b:0,c:0,d:1,e:0,f:0}}const{sin:g,cos:f,acos:y,sqrt:m}=Math,{float:v}=h,w={};function x(){return Object.assign(Object.assign(Object.assign({},{a:1,b:0,c:0,d:1,e:0,f:0}),{x:0,y:0,width:0,height:0}),{scaleX:1,scaleY:1,rotation:0,skewX:0,skewY:0})}const b={defaultMatrix:{a:1,b:0,c:0,d:1,e:0,f:0},defaultWorld:x(),tempMatrix:{},set(t,e=1,i=0,s=0,n=1,o=0,r=0){t.a=e,t.b=i,t.c=s,t.d=n,t.e=o,t.f=r},get:_,getWorld:x,copy(t,e){t.a=e.a,t.b=e.b,t.c=e.c,t.d=e.d,t.e=e.e,t.f=e.f},translate(t,e,i){t.e+=e,t.f+=i},translateInner(t,e,i,s){t.e+=t.a*e+t.c*i,t.f+=t.b*e+t.d*i,s&&(t.e-=e,t.f-=i)},scale(t,e,i=e){t.a*=e,t.b*=e,t.c*=i,t.d*=i},scaleOfOuter(t,e,i,s){E.toInnerPoint(t,e,w),E.scaleOfInner(t,w,i,s)},scaleOfInner(t,e,i,s=i){E.translateInner(t,e.x,e.y),E.scale(t,i,s),E.translateInner(t,-e.x,-e.y)},rotate(t,e){const{a:i,b:s,c:n,d:o}=t,r=f(e*=l),a=g(e);t.a=i*r-s*a,t.b=i*a+s*r,t.c=n*r-o*a,t.d=n*a+o*r},rotateOfOuter(t,e,i){E.toInnerPoint(t,e,w),E.rotateOfInner(t,w,i)},rotateOfInner(t,e,i){E.translateInner(t,e.x,e.y),E.rotate(t,i),E.translateInner(t,-e.x,-e.y)},skew(t,e,i){const{a:s,b:n,c:o,d:r}=t;i&&(i*=l,t.a=s+o*i,t.b=n+r*i),e&&(e*=l,t.c=o+s*e,t.d=r+n*e)},skewOfOuter(t,e,i,s){E.toInnerPoint(t,e,w),E.skewOfInner(t,w,i,s)},skewOfInner(t,e,i,s=0){E.translateInner(t,e.x,e.y),E.skew(t,i,s),E.translateInner(t,-e.x,-e.y)},multiply(t,e){const{a:i,b:s,c:n,d:o,e:r,f:a}=t;t.a=e.a*i+e.b*n,t.b=e.a*s+e.b*o,t.c=e.c*i+e.d*n,t.d=e.c*s+e.d*o,t.e=e.e*i+e.f*n+r,t.f=e.e*s+e.f*o+a},multiplyParent(t,e,i,s,n,o){let{e:r,f:a}=t;if(o&&(r+=o.scrollX,a+=o.scrollY),i||(i=t),void 0===s&&(s=1!==t.a||t.b||t.c||1!==t.d),s){const{a:s,b:o,c:r,d:a}=t;i.a=s*e.a+o*e.c,i.b=s*e.b+o*e.d,i.c=r*e.a+a*e.c,i.d=r*e.b+a*e.d,n&&(i.scaleX=e.scaleX*n.scaleX,i.scaleY=e.scaleY*n.scaleY)}else i.a=e.a,i.b=e.b,i.c=e.c,i.d=e.d,n&&(i.scaleX=e.scaleX,i.scaleY=e.scaleY);i.e=r*e.a+a*e.c+e.e,i.f=r*e.b+a*e.d+e.f},divide(t,e){E.multiply(t,E.tempInvert(e))},divideParent(t,e){E.multiplyParent(t,E.tempInvert(e))},tempInvert(t){const{tempMatrix:e}=E;return E.copy(e,t),E.invert(e),e},invert(t){const{a:e,b:i,c:s,d:n,e:o,f:r}=t;if(i||s){const a=1/(e*n-i*s);t.a=n*a,t.b=-i*a,t.c=-s*a,t.d=e*a,t.e=-(o*n-r*s)*a,t.f=-(r*e-o*i)*a}else if(1===e&&1===n)t.e=-o,t.f=-r;else{const i=1/(e*n);t.a=n*i,t.d=e*i,t.e=-o*n*i,t.f=-r*e*i}},toOuterPoint(t,e,i,s){const{x:n,y:o}=e;i||(i=e),i.x=n*t.a+o*t.c,i.y=n*t.b+o*t.d,s||(i.x+=t.e,i.y+=t.f)},toInnerPoint(t,e,i,s){const{a:n,b:o,c:r,d:a}=t,h=1/(n*a-o*r),{x:l,y:d}=e;if(i||(i=e),i.x=(l*a-d*r)*h,i.y=(d*n-l*o)*h,!s){const{e:e,f:s}=t;i.x-=(e*a-s*r)*h,i.y-=(s*n-e*o)*h}},setLayout(t,e,i,s,n){const{x:o,y:r,scaleX:a,scaleY:h}=e;if(void 0===n&&(n=e.rotation||e.skewX||e.skewY),n){const{rotation:i,skewX:s,skewY:n}=e,o=i*l,r=f(o),d=g(o);if(s||n){const e=s*l,i=n*l;t.a=(r+i*-d)*a,t.b=(d+i*r)*a,t.c=(e*r-d)*h,t.d=(r+e*d)*h}else t.a=r*a,t.b=d*a,t.c=-d*h,t.d=r*h}else t.a=a,t.b=0,t.c=0,t.d=h;t.e=o,t.f=r,(i=i||s)&&E.translateInner(t,-i.x,-i.y,!s)},getLayout(t,e,i,s){const{a:n,b:o,c:r,d:a,e:h,f:d}=t;let u,p,_,w,x,b=h,E=d;if(o||r){const t=n*a-o*r;if(r&&!s){u=m(n*n+o*o),p=t/u;const e=n/u;_=o>0?y(e):-y(e)}else{p=m(r*r+a*a),u=t/p;const e=r/p;_=c-(a>0?y(-e):-y(e))}const e=v(f(_)),i=g(_);u=v(u),p=v(p),w=e?v((r/p+i)/e/l,9):0,x=e?v((o/u-i)/e/l,9):0,_=v(_/l)}else u=n,p=a,_=w=x=0;return(e=i||e)&&(b+=e.x*n+e.y*r,E+=e.x*o+e.y*a,i||(b-=e.x,E-=e.y)),{x:b,y:E,scaleX:u,scaleY:p,rotation:_,skewX:w,skewY:x}},withScale(t,e,i=e){const s=t;if(!e||!i){const{a:s,b:n,c:o,d:r}=t;n||o?i=(s*r-n*o)/(e=m(s*s+n*n)):(e=s,i=r)}return s.scaleX=e,s.scaleY=i,s},reset(t){E.set(t)}},E=b,{toInnerPoint:k,toOuterPoint:B}=b,{sin:T,cos:L,abs:P,sqrt:R,atan2:C,min:S,PI:O}=Math,M={defaultPoint:{x:0,y:0},tempPoint:{},tempRadiusPoint:{},set(t,e=0,i=0){t.x=e,t.y=i},setRadius(t,e,i){t.radiusX=e,t.radiusY=void 0===i?e:i},copy(t,e){t.x=e.x,t.y=e.y},copyFrom(t,e,i){t.x=e,t.y=i},move(t,e,i){t.x+=e,t.y+=i},scale(t,e,i=e){t.x&&(t.x*=e),t.y&&(t.y*=i)},scaleOf(t,e,i,s=i){t.x+=(t.x-e.x)*(i-1),t.y+=(t.y-e.y)*(s-1)},rotate(t,e,i){i||(i=D.defaultPoint);const s=L(e*=l),n=T(e),o=t.x-i.x,r=t.y-i.y;t.x=i.x+o*s-r*n,t.y=i.y+o*n+r*s},tempToInnerOf(t,e){const{tempPoint:i}=D;return A(i,t),k(e,i,i),i},tempToOuterOf(t,e){const{tempPoint:i}=D;return A(i,t),B(e,i,i),i},tempToInnerRadiusPointOf(t,e){const{tempRadiusPoint:i}=D;return A(i,t),D.toInnerRadiusPointOf(t,e,i),i},toInnerRadiusPointOf(t,e,i){i||(i=t),k(e,t,i),i.radiusX=Math.abs(t.radiusX/e.scaleX),i.radiusY=Math.abs(t.radiusY/e.scaleY)},toInnerOf(t,e,i){k(e,t,i)},toOuterOf(t,e,i){B(e,t,i)},getCenter:(t,e)=>({x:t.x+(e.x-t.x)/2,y:t.y+(e.y-t.y)/2}),getCenterX:(t,e)=>t+(e-t)/2,getCenterY:(t,e)=>t+(e-t)/2,getDistance:(t,e)=>I(t.x,t.y,e.x,e.y),getDistanceFrom(t,e,i,s){const n=P(i-t),o=P(s-e);return R(n*n+o*o)},getMinDistanceFrom:(t,e,i,s,n,o)=>S(I(t,e,i,s),I(i,s,n,o)),getAngle:(t,e)=>W(t,e)/l,getRotation:(t,e,i,s)=>(s||(s=e),D.getRadianFrom(t.x,t.y,e.x,e.y,i.x,i.y,s.x,s.y)/l),getRadianFrom(t,e,i,s,n,o,r,a){void 0===r&&(r=i,a=s);let h=C(e-s,t-i);const l=C(o-a,n-r)-h;return l<-O?l+d:l},getAtan2:(t,e)=>C(e.y-t.y,e.x-t.x),getDistancePoint(t,e,i,s){const n=W(t,e);return(e=s?e:{}).x=t.x+L(n)*i,e.y=t.y+T(n)*i,e},toNumberPoints(t){let e=t;return"object"==typeof t[0]&&(e=[],t.forEach((t=>e.push(t.x,t.y)))),e},reset(t){D.reset(t)}},D=M,{getDistanceFrom:I,copy:A,getAtan2:W}=D;class F{constructor(t,e){this.set(t,e)}set(t,e){return"object"==typeof t?M.copy(this,t):M.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 M.move(this,t,e),this}scale(t,e){return M.scale(this,t,e),this}scaleOf(t,e,i){return M.scaleOf(this,t,e,i),this}rotate(t,e){return M.rotate(this,t,e),this}rotateOf(t,e){return M.rotate(this,e,t),this}getRotation(t,e,i){return M.getRotation(this,t,e,i)}toInnerOf(t,e){return M.toInnerOf(this,t,e),this}toOuterOf(t,e){return M.toOuterOf(this,t,e),this}getCenter(t){return new F(M.getCenter(this,t))}getDistance(t){return M.getDistance(this,t)}getDistancePoint(t,e,i){return new F(M.getDistancePoint(this,t,e,i))}getAngle(t){return M.getAngle(this,t)}getAtan2(t){return M.getAtan2(this,t)}reset(){return M.reset(this),this}}const z=new F;class H{constructor(t,e,i,s,n,o){this.set(t,e,i,s,n,o)}set(t,e,i,s,n,o){return"object"==typeof t?b.copy(this,t):b.set(this,t,e,i,s,n,o),this}setWith(t){return b.copy(this,t),this.scaleX=t.scaleX,this.scaleY=t.scaleY,this}get(){const{a:t,b:e,c:i,d:s,e:n,f:o}=this;return{a:t,b:e,c:i,d:s,e:n,f:o}}clone(){return new H(this)}translate(t,e){return b.translate(this,t,e),this}translateInner(t,e){return b.translateInner(this,t,e),this}scale(t,e){return b.scale(this,t,e),this}scaleWith(t,e){return b.scale(this,t,e),this.scaleX*=t,this.scaleY*=e||t,this}scaleOfOuter(t,e,i){return b.scaleOfOuter(this,t,e,i),this}scaleOfInner(t,e,i){return b.scaleOfInner(this,t,e,i),this}rotate(t){return b.rotate(this,t),this}rotateOfOuter(t,e){return b.rotateOfOuter(this,t,e),this}rotateOfInner(t,e){return b.rotateOfInner(this,t,e),this}skew(t,e){return b.skew(this,t,e),this}skewOfOuter(t,e,i){return b.skewOfOuter(this,t,e,i),this}skewOfInner(t,e,i){return b.skewOfInner(this,t,e,i),this}multiply(t){return b.multiply(this,t),this}multiplyParent(t){return b.multiplyParent(this,t),this}divide(t){return b.divide(this,t),this}divideParent(t){return b.divideParent(this,t),this}invert(){return b.invert(this),this}invertWith(){return b.invert(this),this.scaleX=1/this.scaleX,this.scaleY=1/this.scaleY,this}toOuterPoint(t,e,i){b.toOuterPoint(this,t,e,i)}toInnerPoint(t,e,i){b.toInnerPoint(this,t,e,i)}setLayout(t,e,i){return b.setLayout(this,t,e,i),this}getLayout(t,e,i){return b.getLayout(this,t,e,i)}withScale(t,e){return b.withScale(this,t,e)}reset(){b.reset(this)}}const U=new H,N={tempPointBounds:{},setPoint(t,e,i){t.minX=t.maxX=e,t.minY=t.maxY=i},addPoint(t,e,i){t.minX=e<t.minX?e:t.minX,t.minY=i<t.minY?i:t.minY,t.maxX=e>t.maxX?e:t.maxX,t.maxY=i>t.maxY?i:t.maxY},addBounds(t,e,i,s,n){Y(t,e,i),Y(t,e+s,i+n)},copy(t,e){t.minX=e.minX,t.minY=e.minY,t.maxX=e.maxX,t.maxY=e.maxY},addPointBounds(t,e){t.minX=e.minX<t.minX?e.minX:t.minX,t.minY=e.minY<t.minY?e.minY:t.minY,t.maxX=e.maxX>t.maxX?e.maxX:t.maxX,t.maxY=e.maxY>t.maxY?e.maxY:t.maxY},toBounds(t,e){e.x=t.minX,e.y=t.minY,e.width=t.maxX-t.minX,e.height=t.maxY-t.minY}},{addPoint:Y}=N,{tempPointBounds:X,setPoint:V,addPoint:j,toBounds:G}=N,{toOuterPoint:Z}=b,{float:K,fourNumber:q}=h,{floor:J,ceil:$}=Math;let Q,tt,et,it;const st={},nt={},ot={tempBounds:{},set(t,e=0,i=0,s=0,n=0){t.x=e,t.y=i,t.width=s,t.height=n},copy(t,e){t.x=e.x,t.y=e.y,t.width=e.width,t.height=e.height},copyAndSpread(t,e,i,s,n){const{x:o,y:r,width:a,height:h}=e;if(i instanceof Array){const e=q(i);s?rt.set(t,o+e[3],r+e[0],a-e[1]-e[3],h-e[2]-e[0]):rt.set(t,o-e[3],r-e[0],a+e[1]+e[3],h+e[2]+e[0])}else s&&(i=-i),rt.set(t,o-i,r-i,a+2*i,h+2*i);n&&("width"===n?(t.y=r,t.height=h):(t.x=o,t.width=a))},minX:t=>t.width>0?t.x:t.x+t.width,minY:t=>t.height>0?t.y:t.y+t.height,maxX:t=>t.width>0?t.x+t.width:t.x,maxY:t=>t.height>0?t.y+t.height:t.y,move(t,e,i){t.x+=e,t.y+=i},getByMove:(t,e,i)=>(t=Object.assign({},t),rt.move(t,e,i),t),toOffsetOutBounds(t,e,i){e?ht(e,t):e=t,i?(e.offsetX=-(rt.maxX(i)-t.x),e.offsetY=-(rt.maxY(i)-t.y)):(e.offsetX=t.x+t.width,e.offsetY=t.y+t.height),rt.move(e,-e.offsetX,-e.offsetY)},scale(t,e,i=e){M.scale(t,e,i),t.width*=e,t.height*=i},scaleOf(t,e,i,s=i){M.scaleOf(t,e,i,s),t.width*=i,t.height*=s},tempToOuterOf:(t,e)=>(rt.copy(rt.tempBounds,t),rt.toOuterOf(rt.tempBounds,e),rt.tempBounds),getOuterOf:(t,e)=>(t=Object.assign({},t),rt.toOuterOf(t,e),t),toOuterOf(t,e,i){if(i||(i=t),0===e.b&&0===e.c){const{a:s,d:n}=e;s>0?(i.width=t.width*s,i.x=e.e+t.x*s):(i.width=t.width*-s,i.x=e.e+t.x*s-i.width),n>0?(i.height=t.height*n,i.y=e.f+t.y*n):(i.height=t.height*-n,i.y=e.f+t.y*n-i.height)}else st.x=t.x,st.y=t.y,Z(e,st,nt),V(X,nt.x,nt.y),st.x=t.x+t.width,Z(e,st,nt),j(X,nt.x,nt.y),st.y=t.y+t.height,Z(e,st,nt),j(X,nt.x,nt.y),st.x=t.x,Z(e,st,nt),j(X,nt.x,nt.y),G(X,i)},toInnerOf(t,e,i){i||(i=t),rt.move(i,-e.e,-e.f),rt.scale(i,1/e.a,1/e.d)},getFitMatrix(t,e,i=1){const s=Math.min(i,Math.min(t.width/e.width,t.height/e.height));return new H(s,0,0,s,-e.x*s,-e.y*s)},getSpread(t,e,i){const s={};return rt.copyAndSpread(s,t,e,!1,i),s},spread(t,e,i){rt.copyAndSpread(t,t,e,!1,i)},shrink(t,e,i){rt.copyAndSpread(t,t,e,!0,i)},ceil(t){const{x:e,y:i}=t;t.x=J(t.x),t.y=J(t.y),t.width=e>t.x?$(t.width+e-t.x):$(t.width),t.height=i>t.y?$(t.height+i-t.y):$(t.height)},unsign(t){t.width<0&&(t.x+=t.width,t.width=-t.width),t.height<0&&(t.y+=t.height,t.height=-t.height)},float(t,e){t.x=K(t.x,e),t.y=K(t.y,e),t.width=K(t.width,e),t.height=K(t.height,e)},add(t,e,i){Q=t.x+t.width,tt=t.y+t.height,et=e.x,it=e.y,i||(et+=e.width,it+=e.height),Q=Q>et?Q:et,tt=tt>it?tt:it,t.x=t.x<e.x?t.x:e.x,t.y=t.y<e.y?t.y:e.y,t.width=Q-t.x,t.height=tt-t.y},addList(t,e){rt.setListWithFn(t,e,void 0,!0)},setList(t,e,i=!1){rt.setListWithFn(t,e,void 0,i)},addListWithFn(t,e,i){rt.setListWithFn(t,e,i,!0)},setListWithFn(t,e,i,s=!1){let n,o=!0;for(let r=0,a=e.length;r<a;r++)n=i?i(e[r]):e[r],n&&(n.width||n.height)&&(o?(o=!1,s||ht(t,n)):at(t,n));o&&rt.reset(t)},setPoints(t,e){e.forEach(((t,e)=>0===e?V(X,t.x,t.y):j(X,t.x,t.y))),G(X,t)},setPoint(t,e){rt.set(t,e.x,e.y)},addPoint(t,e){at(t,e,!0)},getPoints(t){const{x:e,y:i,width:s,height:n}=t;return[{x:e,y:i},{x:e+s,y:i},{x:e+s,y:i+n},{x:e,y:i+n}]},hitRadiusPoint:(t,e,i)=>(i&&(e=M.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=M.tempToInnerOf(e,i)),e.x>=t.x&&e.x<=t.x+t.width&&e.y>=t.y&&e.y<=t.y+t.height),hit:(t,e,i)=>(i&&(e=rt.tempToOuterOf(e,i)),!(t.y+t.height<e.y||e.y+e.height<t.y||t.x+t.width<e.x||e.x+e.width<t.x)),includes:(t,e,i)=>(i&&(e=rt.tempToOuterOf(e,i)),t.x<=e.x&&t.y<=e.y&&t.x+t.width>=e.x+e.width&&t.y+t.height>=e.y+e.height),getIntersectData(t,e,i){if(i&&(e=rt.tempToOuterOf(e,i)),!rt.hit(t,e))return{x:0,y:0,width:0,height:0};let{x:s,y:n,width:o,height:r}=e;return Q=s+o,tt=n+r,et=t.x+t.width,it=t.y+t.height,s=s>t.x?s:t.x,n=n>t.y?n:t.y,Q=Q<et?Q:et,tt=tt<it?tt:it,o=Q-s,r=tt-n,{x:s,y:n,width:o,height:r}},intersect(t,e,i){rt.copy(t,rt.getIntersectData(t,e,i))},isSame:(t,e)=>t.x===e.x&&t.y===e.y&&t.width===e.width&&t.height===e.height,isEmpty:t=>0===t.x&&0===t.y&&0===t.width&&0===t.height,reset(t){rt.set(t)}},rt=ot,{add:at,copy:ht}=rt;class lt{get minX(){return ot.minX(this)}get minY(){return ot.minY(this)}get maxX(){return ot.maxX(this)}get maxY(){return ot.maxY(this)}constructor(t,e,i,s){this.set(t,e,i,s)}set(t,e,i,s){return"object"==typeof t?ot.copy(this,t):ot.set(this,t,e,i,s),this}get(){const{x:t,y:e,width:i,height:s}=this;return{x:t,y:e,width:i,height:s}}clone(){return new lt(this)}move(t,e){return ot.move(this,t,e),this}scale(t,e){return ot.scale(this,t,e),this}scaleOf(t,e,i){return ot.scaleOf(this,t,e,i),this}toOuterOf(t,e){return ot.toOuterOf(this,t,e),this}toInnerOf(t,e){return ot.toInnerOf(this,t,e),this}getFitMatrix(t,e){return ot.getFitMatrix(this,t,e)}spread(t,e){return ot.spread(this,t,e),this}shrink(t,e){return ot.shrink(this,t,e),this}ceil(){return ot.ceil(this),this}unsign(){return ot.unsign(this),this}float(t){return ot.float(this,t),this}add(t){return ot.add(this,t),this}addList(t){return ot.setList(this,t,!0),this}setList(t){return ot.setList(this,t),this}addListWithFn(t,e){return ot.setListWithFn(this,t,e,!0),this}setListWithFn(t,e){return ot.setListWithFn(this,t,e),this}setPoint(t){return ot.setPoint(this,t),this}setPoints(t){return ot.setPoints(this,t),this}addPoint(t){return ot.addPoint(this,t),this}getPoints(){return ot.getPoints(this)}hitPoint(t,e){return ot.hitPoint(this,t,e)}hitRadiusPoint(t,e){return ot.hitRadiusPoint(this,t,e)}hit(t,e){return ot.hit(this,t,e)}includes(t,e){return ot.includes(this,t,e)}intersect(t,e){return ot.intersect(this,t,e),this}getIntersect(t,e){return new lt(ot.getIntersectData(this,t,e))}isSame(t){return ot.isSame(this,t)}isEmpty(){return ot.isEmpty(this)}reset(){ot.reset(this)}}const dt=new lt;class ct{constructor(t,e,i,s,n,o){"object"==typeof t?this.copy(t):this.set(t,e,i,s,n,o)}set(t=0,e=0,i=0,s=0,n=0,o=0){this.top=t,this.right=e,this.bottom=i,this.left=s,this.width=n,this.height=o}copy(t){const{top:e,right:i,bottom:s,left:n,width:o,height:r}=t;this.set(e,i,s,n,o,r)}getBoundsFrom(t){const{top:e,right:i,bottom:s,left:n,width:o,height:r}=this;return new lt(n,e,o||t.width-n-i,r||t.height-e-s)}}var ut,pt;t.Direction4=void 0,(ut=t.Direction4||(t.Direction4={}))[ut.top=0]="top",ut[ut.right=1]="right",ut[ut.bottom=2]="bottom",ut[ut.left=3]="left",t.Direction9=void 0,(pt=t.Direction9||(t.Direction9={}))[pt.topLeft=0]="topLeft",pt[pt.top=1]="top",pt[pt.topRight=2]="topRight",pt[pt.right=3]="right",pt[pt.bottomRight=4]="bottomRight",pt[pt.bottom=5]="bottom",pt[pt.bottomLeft=6]="bottomLeft",pt[pt.left=7]="left",pt[pt.center=8]="center",pt[pt["top-left"]=0]="top-left",pt[pt["top-right"]=2]="top-right",pt[pt["bottom-right"]=4]="bottom-right",pt[pt["bottom-left"]=6]="bottom-left";const _t=[{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.forEach((t=>t.type="percent"));const gt={directionData:_t,tempPoint:{},get:ft,toPoint(t,e,i,s,n){const o=ft(t);i.x=o.x,i.y=o.y,"percent"===o.type&&(i.x*=e.width,i.y*=e.height,n&&(i.x-=n.x,i.y-=n.y,o.x&&(i.x-=1===o.x?n.width:.5===o.x?o.x*n.width:0),o.y&&(i.y-=1===o.y?n.height:.5===o.y?o.y*n.height:0))),s||(i.x+=e.x,i.y+=e.y)}};function ft(e){return"string"==typeof e?_t[t.Direction9[e]]:e}const{toPoint:yt}=gt,mt={toPoint(t,e,i,s,n){yt(t,i,s,n,e)}},vt={0:1,1:1,2:1,3:1,4:1,5:1,6:1,7:1,8:1,9:1,".":1,e:1,E:1};class wt{constructor(t){this.repeatMap={},this.name=t}static get(t){return new wt(t)}static set filter(t){this.filterList=xt(t)}static set exclude(t){this.excludeList=xt(t)}log(...t){if(bt.enable){if(bt.filterList.length&&bt.filterList.every((t=>t!==this.name)))return;if(bt.excludeList.length&&bt.excludeList.some((t=>t===this.name)))return;console.log("%c"+this.name,"color:#21ae62",...t)}}tip(...t){bt.enable&&this.warn(...t)}warn(...t){bt.showWarn&&console.warn(this.name,...t)}repeat(t,...e){this.repeatMap[t]||(this.warn("repeat:"+t,...e),this.repeatMap[t]=!0)}error(...t){try{throw new Error}catch(e){console.error(this.name,...t,e)}}}function xt(t){return t?"string"==typeof t&&(t=[t]):t=[],t}wt.filterList=[],wt.excludeList=[],wt.showWarn=!0;const bt=wt,Et=wt.get("RunTime"),kt={currentId:0,currentName:"",idMap:{},nameMap:{},nameToIdMap:{},start(t,e){const i=s.create(s.RUNTIME);return Bt.currentId=Bt.idMap[i]=e?performance.now():Date.now(),Bt.currentName=Bt.nameMap[i]=t,Bt.nameToIdMap[t]=i,i},end(t,e){const i=Bt.idMap[t],s=Bt.nameMap[t],n=e?(performance.now()-i)/1e3:Date.now()-i;Bt.idMap[t]=Bt.nameMap[t]=Bt.nameToIdMap[s]=void 0,Et.log(s,n,"ms")},endOfName(t,e){const i=Bt.nameToIdMap[t];void 0!==i&&Bt.end(i,e)}},Bt=kt,Tt=[],Lt={list:{},add(t,...e){this.list[t]=!0,Tt.push(...e)},has(t,e){const i=this.list[t];return!i&&e&&this.need(t),i},need(t){console.error("need plugin: "+(t.includes("-x")?"":"@leafer-in/")+t)}};setTimeout((()=>Tt.forEach((t=>Lt.has(t,!0)))));const Pt=wt.get("UICreator"),Rt={list:{},register(t){const{__tag:e}=t.prototype;Ct[e]&&Pt.repeat(e),Ct[e]=t},get(t,e,i,s,n,o){Ct[t]||Pt.error("not register "+t);const r=new Ct[t](e);return void 0!==i&&(r.x=i,s&&(r.y=s),n&&(r.width=n),o&&(r.height=o)),r}},{list:Ct}=Rt,St=wt.get("EventCreator"),Ot={nameList:{},register(t){let e;Object.keys(t).forEach((i=>{e=t[i],"string"==typeof e&&(Mt[e]&&St.repeat(e),Mt[e]=t)}))},changeName(t,e){const i=Mt[t];if(i){const s=Object.keys(i).find((e=>i[e]===t));s&&(i[s]=e,Mt[e]=i)}},has(t){return!!this.nameList[t]},get:(t,...e)=>new Mt[t](...e)},{nameList:Mt}=Ot;class Dt{constructor(){this.list=[]}add(t){t.manager=this,this.list.push(t)}get(t){let e;const{list:s}=this;for(let i=0,n=s.length;i<n;i++)if(e=s[i],e.recycled&&e.isSameSize(t))return e.recycled=!1,e.manager||(e.manager=this),e;const n=i.canvas(t);return this.add(n),n}recycle(t){t.recycled=!0}clearRecycled(){let t;const e=[];for(let i=0,s=this.list.length;i<s;i++)t=this.list[i],t.recycled?t.destroy():e.push(t);this.list=e}clear(){this.list.forEach((t=>{t.destroy()})),this.list.length=0}destroy(){this.clear()}}const It={default:(t,e)=>(At(e,t),At(t,e),t),assign(t,e,i){let s;Object.keys(e).forEach((n=>{var o,r;if(s=e[n],(null==s?void 0:s.constructor)===Object&&(null===(o=t[n])||void 0===o?void 0:o.constructor)===Object)return At(t[n],e[n],i&&i[n]);i&&n in i?(null===(r=i[n])||void 0===r?void 0:r.constructor)===Object&&At(t[n]={},e[n],i[n]):t[n]=e[n]}))},copyAttrs:(t,e,i)=>(i.forEach((i=>{void 0!==e[i]&&(t[i]=e[i])})),t),clone:t=>JSON.parse(JSON.stringify(t)),toMap(t){const e={};for(let i=0,s=t.length;i<s;i++)e[t[i]]=!0;return e}},{assign:At}=It;class Wt{get __useNaturalRatio(){return!0}get __isLinePath(){const{path:t}=this;return t&&6===t.length&&1===t[0]}get __blendMode(){if(this.eraser&&"path"!==this.eraser)return"destination-out";const{blendMode:t}=this;return"pass-through"===t?null:t}constructor(t){this.__leaf=t}__get(t){if(this.__input){const e=this.__input[t];if(void 0!==e)return e}return this[t]}__getData(){const t={tag:this.__leaf.tag},{__input:e}=this;let i;for(let s in this)"_"!==s[0]&&(i=e?e[s]:void 0,t[s]=void 0===i?this[s]:i);return t}__setInput(t,e){this.__input||(this.__input={}),this.__input[t]=e}__getInput(t){if(this.__input){const e=this.__input[t];if(void 0!==e)return e}if("path"!==t||this.__pathInputed)return this["_"+t]}__removeInput(t){this.__input&&void 0!==this.__input[t]&&(this.__input[t]=void 0)}__getInputData(t,e){const i={};if(t)if(t instanceof Array)for(let e of t)i[e]=this.__getInput(e);else for(let e in t)i[e]=this.__getInput(e);else{let t,e,{__input:s}=this;i.tag=this.__leaf.tag;for(let n in this)if("_"!==n[0]&&(t=this["_"+n],void 0!==t)){if("path"===n&&!this.__pathInputed)continue;e=s?s[n]:void 0,i[n]=void 0===e?t:e}}if(e&&e.matrix){const{a:t,b:e,c:s,d:n,e:o,f:r}=this.__leaf.__localMatrix;i.matrix={a:t,b:e,c:s,d:n,e:o,f:r}}return i}__setMiddle(t,e){this.__middle||(this.__middle={}),this.__middle[t]=e}__getMiddle(t){return this.__middle&&this.__middle[t]}__checkSingle(){const t=this;if("pass-through"===t.blendMode){const e=this.__leaf;t.opacity<1&&(e.isBranch||t.__hasMultiPaint)||e.__hasEraser||t.eraser||t.filter?t.__single=!0:t.__single&&(t.__single=!1)}else t.__single=!0}__removeNaturalSize(){this.__naturalWidth=this.__naturalHeight=void 0}destroy(){this.__input=this.__middle=null}}var Ft;t.Answer=void 0,(Ft=t.Answer||(t.Answer={}))[Ft.No=0]="No",Ft[Ft.Yes=1]="Yes",Ft[Ft.NoAndSkip=2]="NoAndSkip",Ft[Ft.YesAndSkip=3]="YesAndSkip";const zt={};function Ht(t,e,i,s){var n,o=arguments.length,r=o<3?e:null===s?s=Object.getOwnPropertyDescriptor(e,i):s;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(t,e,i,s);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(r=(o<3?n(r):o>3?n(e,i,r):n(e,i))||r);return o>3&&r&&Object.defineProperty(e,i,r),r}function Ut(t,e,i,s){return new(i||(i=Promise))((function(n,o){function r(t){try{h(s.next(t))}catch(t){o(t)}}function a(t){try{h(s.throw(t))}catch(t){o(t)}}function h(t){var e;t.done?n(t.value):(e=t.value,e instanceof i?e:new i((function(t){t(e)}))).then(r,a)}h((s=s.apply(t,e||[])).next())}))}function Nt(t){return(e,i)=>{t||(t=i),Object.defineProperty(e,i,{get(){return this.context[t]},set(e){this.context[t]=e}})}}"function"==typeof SuppressedError&&SuppressedError;const Yt=[];function Xt(){return(t,e)=>{Yt.push(e)}}const Vt=[];class jt{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||Vt)}get dashPattern(){return this.context.getLineDash()}__bindContext(){let t;Yt.forEach((e=>{t=this.context[e],t&&(this[e]=t.bind(this.context))})),this.textBaseline="alphabetic"}setTransform(t,e,i,s,n,o){}resetTransform(){}getTransform(){}save(){}restore(){}transform(t,e,i,s,n,o){"object"==typeof t?this.context.transform(t.a,t.b,t.c,t.d,t.e,t.f):this.context.transform(t,e,i,s,n,o)}translate(t,e){}scale(t,e){}rotate(t){}fill(t,e){}stroke(t){}clip(t,e){}fillRect(t,e,i,s){}strokeRect(t,e,i,s){}clearRect(t,e,i,s){}drawImage(t,e,i,s,n,o,r,a,h){switch(arguments.length){case 9:if(e<0){const t=-e/s*a;s+=e,e=0,o+=t,a-=t}if(i<0){const t=-i/n*h;n+=i,i=0,r+=t,h-=t}this.context.drawImage(t,e,i,s,n,o,r,a,h);break;case 5:this.context.drawImage(t,e,i,s,n);break;case 3:this.context.drawImage(t,e,i)}}beginPath(){}moveTo(t,e){}lineTo(t,e){}bezierCurveTo(t,e,i,s,n,o){}quadraticCurveTo(t,e,i,s){}closePath(){}arc(t,e,i,s,n,o){}arcTo(t,e,i,s,n){}ellipse(t,e,i,s,n,o,r,a){}rect(t,e,i,s){}roundRect(t,e,i,s,n){}createConicGradient(t,e,i){}createLinearGradient(t,e,i,s){}createPattern(t,e){}createRadialGradient(t,e,i,s,n,o){}fillText(t,e,i,s){}measureText(t){}strokeText(t,e,i,s){}destroy(){this.context=null}}Ht([Nt("imageSmoothingEnabled")],jt.prototype,"smooth",void 0),Ht([Nt("imageSmoothingQuality")],jt.prototype,"smoothLevel",void 0),Ht([Nt("globalAlpha")],jt.prototype,"opacity",void 0),Ht([Nt()],jt.prototype,"fillStyle",void 0),Ht([Nt()],jt.prototype,"strokeStyle",void 0),Ht([Nt("lineWidth")],jt.prototype,"strokeWidth",void 0),Ht([Nt("lineCap")],jt.prototype,"strokeCap",void 0),Ht([Nt("lineJoin")],jt.prototype,"strokeJoin",void 0),Ht([Nt("lineDashOffset")],jt.prototype,"dashOffset",void 0),Ht([Nt()],jt.prototype,"miterLimit",void 0),Ht([Nt()],jt.prototype,"shadowBlur",void 0),Ht([Nt()],jt.prototype,"shadowColor",void 0),Ht([Nt()],jt.prototype,"shadowOffsetX",void 0),Ht([Nt()],jt.prototype,"shadowOffsetY",void 0),Ht([Nt()],jt.prototype,"filter",void 0),Ht([Nt()],jt.prototype,"font",void 0),Ht([Nt()],jt.prototype,"fontKerning",void 0),Ht([Nt()],jt.prototype,"fontStretch",void 0),Ht([Nt()],jt.prototype,"fontVariantCaps",void 0),Ht([Nt()],jt.prototype,"textAlign",void 0),Ht([Nt()],jt.prototype,"textBaseline",void 0),Ht([Nt()],jt.prototype,"textRendering",void 0),Ht([Nt()],jt.prototype,"wordSpacing",void 0),Ht([Nt()],jt.prototype,"letterSpacing",void 0),Ht([Nt()],jt.prototype,"direction",void 0),Ht([Xt()],jt.prototype,"setTransform",null),Ht([Xt()],jt.prototype,"resetTransform",null),Ht([Xt()],jt.prototype,"getTransform",null),Ht([Xt()],jt.prototype,"save",null),Ht([Xt()],jt.prototype,"restore",null),Ht([Xt()],jt.prototype,"translate",null),Ht([Xt()],jt.prototype,"scale",null),Ht([Xt()],jt.prototype,"rotate",null),Ht([Xt()],jt.prototype,"fill",null),Ht([Xt()],jt.prototype,"stroke",null),Ht([Xt()],jt.prototype,"clip",null),Ht([Xt()],jt.prototype,"fillRect",null),Ht([Xt()],jt.prototype,"strokeRect",null),Ht([Xt()],jt.prototype,"clearRect",null),Ht([Xt()],jt.prototype,"beginPath",null),Ht([Xt()],jt.prototype,"moveTo",null),Ht([Xt()],jt.prototype,"lineTo",null),Ht([Xt()],jt.prototype,"bezierCurveTo",null),Ht([Xt()],jt.prototype,"quadraticCurveTo",null),Ht([Xt()],jt.prototype,"closePath",null),Ht([Xt()],jt.prototype,"arc",null),Ht([Xt()],jt.prototype,"arcTo",null),Ht([Xt()],jt.prototype,"ellipse",null),Ht([Xt()],jt.prototype,"rect",null),Ht([Xt()],jt.prototype,"roundRect",null),Ht([Xt()],jt.prototype,"createConicGradient",null),Ht([Xt()],jt.prototype,"createLinearGradient",null),Ht([Xt()],jt.prototype,"createPattern",null),Ht([Xt()],jt.prototype,"createRadialGradient",null),Ht([Xt()],jt.prototype,"fillText",null),Ht([Xt()],jt.prototype,"measureText",null),Ht([Xt()],jt.prototype,"strokeText",null);const{copy:Gt}=b,Zt={width:1,height:1,pixelRatio:1},Kt=["width","height","pixelRatio"];class qt extends jt{get width(){return this.size.width}get height(){return this.size.height}get pixelRatio(){return this.size.pixelRatio}get pixelWidth(){return this.width*this.pixelRatio}get pixelHeight(){return this.height*this.pixelRatio}get allowBackgroundColor(){return this.view&&this.parentView}constructor(t,i){super(),this.size={},this.worldTransform={},t||(t=Zt),t.pixelRatio||(t.pixelRatio=e.devicePixelRatio),this.manager=i,this.innerId=s.create(s.CNAVAS);const{width:n,height:o,pixelRatio:r}=t;this.autoLayout=!n||!o,this.size.pixelRatio=r,this.config=t,this.init()}init(){}__createContext(){const{view:t}=this,{contextSettings:e}=this.config;this.context=e?t.getContext("2d",e):t.getContext("2d"),this.__bindContext()}export(t,e){}toBlob(t,e){}toDataURL(t,e){}saveAs(t,e){}resize(t,e=!0){if(this.isSameSize(t))return;let i;this.context&&!this.unreal&&e&&this.width&&(i=this.getSameCanvas(),i.copyWorld(this));const s=this.size;It.copyAttrs(s,t,Kt),Kt.forEach((t=>s[t]||(s[t]=1))),this.bounds=new lt(0,0,this.width,this.height),this.context&&!this.unreal&&(this.updateViewSize(),this.smooth=this.config.smooth),this.updateClientBounds(),this.context&&!this.unreal&&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}=this,s=this.worldTransform;if(e){const{a:n,b:o,c:r,d:a,e:h,f:l}=e;this.setTransform(s.a=(t.a*n+t.b*r)*i,s.b=(t.a*o+t.b*a)*i,s.c=(t.c*n+t.d*r)*i,s.d=(t.c*o+t.d*a)*i,s.e=(t.e*n+t.f*r+h)*i,s.f=(t.e*o+t.f*a+l)*i)}else this.setTransform(s.a=t.a*i,s.b=t.b*i,s.c=t.c*i,s.d=t.d*i,s.e=t.e*i,s.f=t.f*i)}useWorldTransform(t){t&&(this.worldTransform=t);const e=this.worldTransform;e&&this.setTransform(e.a,e.b,e.c,e.d,e.e,e.f)}setStroke(t,e,i){e&&(this.strokeWidth=e),t&&(this.strokeStyle=t),i&&this.setStrokeOptions(i)}setStrokeOptions(t){this.strokeCap="none"===t.strokeCap?"butt":t.strokeCap,this.strokeJoin=t.strokeJoin,this.dashPattern=t.dashPattern,this.dashOffset=t.dashOffset,this.miterLimit=t.miterLimit}saveBlendMode(t){this.savedBlendMode=this.blendMode,this.blendMode=t}restoreBlendMode(){this.blendMode=this.savedBlendMode}hitFill(t,e){return!0}hitStroke(t,e){return!0}hitPixel(t,e,i=1){return!0}setWorldShadow(t,e,i,s){const{pixelRatio:n}=this;this.shadowOffsetX=t*n,this.shadowOffsetY=e*n,this.shadowBlur=i*n,this.shadowColor=s||"black"}setWorldBlur(t){const{pixelRatio:e}=this;this.filter=`blur(${t*e}px)`}copyWorld(t,e,i,s){if(s&&(this.blendMode=s),e){const{pixelRatio:s}=this;i||(i=e),this.drawImage(t.view,e.x*s,e.y*s,e.width*s,e.height*s,i.x*s,i.y*s,i.width*s,i.height*s)}else this.drawImage(t.view,0,0);s&&(this.blendMode="source-over")}copyWorldToInner(t,e,i,s){if(s&&(this.blendMode=s),e.b||e.c)this.save(),this.resetTransform(),this.copyWorld(t,e,ot.tempToOuterOf(i,e)),this.restore();else{const{pixelRatio:s}=this;this.drawImage(t.view,e.x*s,e.y*s,e.width*s,e.height*s,i.x,i.y,i.width,i.height)}s&&(this.blendMode="source-over")}copyWorldByReset(t,e,i,s,n){this.resetTransform(),this.copyWorld(t,e,i,s),n||this.useWorldTransform()}useGrayscaleAlpha(t){let e,i;this.setTempBounds(t,!0,!0);const{context:s}=this,n=s.getImageData(dt.x,dt.y,dt.width,dt.height),{data:o}=n;for(let t=0,s=o.length;t<s;t+=4)i=.299*o[t]+.587*o[t+1]+.114*o[t+2],(e=o[t+3])&&(o[t+3]=255===e?i:e*(i/255));s.putImageData(n,dt.x,dt.y)}useMask(t,e,i){this.copyWorld(t,e,i,"destination-in")}useEraser(t,e,i){this.copyWorld(t,e,i,"destination-out")}fillWorld(t,e,i){i&&(this.blendMode=i),this.fillStyle=e,this.setTempBounds(t),this.fillRect(dt.x,dt.y,dt.width,dt.height),i&&(this.blendMode="source-over")}strokeWorld(t,e,i){i&&(this.blendMode=i),this.strokeStyle=e,this.setTempBounds(t),this.strokeRect(dt.x,dt.y,dt.width,dt.height),i&&(this.blendMode="source-over")}clearWorld(t,e){this.setTempBounds(t,e),this.clearRect(dt.x,dt.y,dt.width,dt.height)}clipWorld(t,e){this.beginPath(),this.setTempBounds(t,e),this.rect(dt.x,dt.y,dt.width,dt.height),this.clip()}clear(){const{pixelRatio:t}=this;this.clearRect(0,0,this.width*t+2,this.height*t+2)}setTempBounds(t,e,i){dt.set(t),i&&dt.intersect(this.bounds),dt.scale(this.pixelRatio),e&&dt.ceil()}isSameSize(t){return this.width===t.width&&this.height===t.height&&this.pixelRatio===t.pixelRatio}getSameCanvas(t,e){const s=this.manager?this.manager.get(this.size):i.canvas(Object.assign({},this.size));return s.save(),t&&(Gt(s.worldTransform,this.worldTransform),s.useWorldTransform()),e&&(s.smooth=this.smooth),s}recycle(t){this.recycled||(this.restore(),t?this.clearWorld(t,!0):this.clear(),this.manager?this.manager.recycle(this):this.destroy())}updateRender(t){}unrealCanvas(){}destroy(){this.manager=this.view=this.parentView=null}}const Jt={creator:{},parse(t,e){},convertToCanvasData(t,e){}},$t={N:21,D:22,X:23,G:24,F:25,O:26,P:27,U:28},Qt=Object.assign({M:1,m:10,L:2,l:20,H:3,h:30,V:4,v:40,C:5,c:50,S:6,s:60,Q:7,q:70,T:8,t:80,A:9,a:90,Z:11,z:11,R:12},$t),te={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},ee={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},ie=Object.assign(Object.assign({},ee),$t),se=Qt,ne={};for(let t in se)ne[se[t]]=t;const oe={};for(let t in se)oe[se[t]]=te[t];const re={drawRoundRect(t,e,i,s,n,o){const r=h.fourNumber(o,Math.min(s/2,n/2)),a=e+s,l=i+n;r[0]?t.moveTo(e+r[0],i):t.moveTo(e,i),r[1]?t.arcTo(a,i,a,l,r[1]):t.lineTo(a,i),r[2]?t.arcTo(a,l,e,l,r[2]):t.lineTo(a,l),r[3]?t.arcTo(e,l,e,i,r[3]):t.lineTo(e,l),r[0]?t.arcTo(e,i,a,i,r[0]):t.lineTo(e,i)}},{sin:ae,cos:he,atan2:le,ceil:de,abs:ce,PI:ue,sqrt:pe,pow:_e}=Math,{setPoint:ge,addPoint:fe}=N,{set:ye,toNumberPoints:me}=M,{M:ve,L:we,C:xe,Q:be,Z:Ee}=Qt,ke={},Be={points(t,e,i,s){let n=me(e);if(t.push(ve,n[0],n[1]),i&&n.length>5){let e,o,r,a,h,l,d,c,u,p,_,g,f,y=n.length;const m=!0===i?.5:i;s&&(n=[n[y-2],n[y-1],...n,n[0],n[1],n[2],n[3]],y=n.length);for(let i=2;i<y-2;i+=2)e=n[i-2],o=n[i-1],r=n[i],a=n[i+1],h=n[i+2],l=n[i+3],_=pe(_e(r-e,2)+_e(a-o,2)),g=pe(_e(h-r,2)+_e(l-a,2)),f=_+g,_=m*_/f,g=m*g/f,h-=e,l-=o,d=r-_*h,c=a-_*l,2===i?s||t.push(be,d,c,r,a):t.push(xe,u,p,d,c,r,a),u=r+g*h,p=a+g*l;s||t.push(be,u,p,n[y-2],n[y-1])}else for(let e=2,i=n.length;e<i;e+=2)t.push(we,n[e],n[e+1]);s&&t.push(Ee)},rect(t,e,i,s,n){Jt.creator.path=t,Jt.creator.moveTo(e,i).lineTo(e+s,i).lineTo(e+s,i+n).lineTo(e,i+n).lineTo(e,i)},roundRect(t,e,i,s,n,o){Jt.creator.path=[],re.drawRoundRect(Jt.creator,e,i,s,n,o),t.push(...Jt.convertToCanvasData(Jt.creator.path,!0))},arcTo(t,e,i,s,n,o,r,a,h,u,p){const _=s-e,g=n-i,f=o-s,y=r-n;let m=le(g,_),v=le(y,f),w=v-m;if(w<0&&(w+=d),w===ue||ce(_+g)<1e-12||ce(f+y)<1e-12)return t&&t.push(we,s,n),h&&(ge(h,e,i),fe(h,s,n)),p&&ye(p,e,i),void(u&&ye(u,s,n));const x=_*y-f*g<0,b=x?-1:1,E=a/he(w/2),k=s+E*he(m+w/2+c*b),B=n+E*ae(m+w/2+c*b);return m-=c*b,v-=c*b,Pe(t,k,B,a,a,0,m/l,v/l,x,h,u,p)},arc:(t,e,i,s,n,o,r,a,h,l)=>Pe(t,e,i,s,s,0,n,o,r,a,h,l),ellipse(t,e,i,s,n,o,r,a,h,u,p,_){const g=o*l,f=ae(g),y=he(g);let m=r*l,v=a*l;m>ue&&(m-=d),v<0&&(v+=d);let w=v-m;w<0?w+=d:w>d&&(w-=d),h&&(w-=d);const x=de(ce(w/c)),b=w/x,E=ae(b/4),k=8/3*E*E/ae(b/2);v=m+b;let B,T,L,P,R,C,S,O,M=he(m),D=ae(m),I=L=y*s*M-f*n*D,A=P=f*s*M+y*n*D,W=e+L,F=i+P;t&&t.push(t.length?we:ve,W,F),u&&ge(u,W,F),_&&ye(_,W,F);for(let o=0;o<x;o++)B=he(v),T=ae(v),L=y*s*B-f*n*T,P=f*s*B+y*n*T,R=e+I-k*(y*s*D+f*n*M),C=i+A-k*(f*s*D-y*n*M),S=e+L+k*(y*s*T+f*n*B),O=i+P+k*(f*s*T-y*n*B),t&&t.push(xe,R,C,S,O,e+L,i+P),u&&Le(e+I,i+A,R,C,S,O,e+L,i+P,u,!0),I=L,A=P,M=B,D=T,m=v,v+=b;p&&ye(p,e+L,i+P)},quadraticCurveTo(t,e,i,s,n,o,r){t.push(xe,(e+2*s)/3,(i+2*n)/3,(o+2*s)/3,(r+2*n)/3,o,r)},toTwoPointBoundsByQuadraticCurve(t,e,i,s,n,o,r,a){Le(t,e,(t+2*i)/3,(e+2*s)/3,(n+2*i)/3,(o+2*s)/3,n,o,r,a)},toTwoPointBounds(t,e,i,s,n,o,r,a,h,l){const d=[];let c,u,p,_,g,f,y,m,v=t,w=i,x=n,b=r;for(let t=0;t<2;++t)if(1==t&&(v=e,w=s,x=o,b=a),c=-3*v+9*w-9*x+3*b,u=6*v-12*w+6*x,p=3*w-3*v,Math.abs(c)<1e-12){if(Math.abs(u)<1e-12)continue;_=-p/u,0<_&&_<1&&d.push(_)}else y=u*u-4*p*c,m=Math.sqrt(y),y<0||(g=(-u+m)/(2*c),0<g&&g<1&&d.push(g),f=(-u-m)/(2*c),0<f&&f<1&&d.push(f));l?fe(h,t,e):ge(h,t,e),fe(h,r,a);for(let l=0,c=d.length;l<c;l++)Te(d[l],t,e,i,s,n,o,r,a,ke),fe(h,ke.x,ke.y)},getPointAndSet(t,e,i,s,n,o,r,a,h,l){const d=1-t,c=d*d*d,u=3*d*d*t,p=3*d*t*t,_=t*t*t;l.x=c*e+u*s+p*o+_*a,l.y=c*i+u*n+p*r+_*h},getPoint(t,e,i,s,n,o,r,a,h){const l={};return Te(t,e,i,s,n,o,r,a,h,l),l}},{getPointAndSet:Te,toTwoPointBounds:Le,ellipse:Pe}=Be,{sin:Re,cos:Ce,sqrt:Se,atan2:Oe}=Math,{ellipse:Me}=Be,De={ellipticalArc(t,i,s,n,o,r,a,h,c,u,p){const _=(c-i)/2,g=(u-s)/2,f=r*l,y=Re(f),m=Ce(f),v=-m*_-y*g,w=-m*g+y*_,x=n*n,b=o*o,E=w*w,k=v*v,B=x*b-x*E-b*k;let T=0;if(B<0){const t=Se(1-B/(x*b));n*=t,o*=t}else T=(a===h?-1:1)*Se(B/(x*E+b*k));const L=T*n*w/o,P=-T*o*v/n,R=Oe((w-P)/o,(v-L)/n),C=Oe((-w-P)/o,(-v-L)/n);let S=C-R;0===h&&S>0?S-=d:1===h&&S<0&&(S+=d);const O=i+_+m*L-y*P,M=s+g+y*L+m*P,D=S<0?1:0;p||e.ellipseToCurve?Me(t,O,M,n,o,r,R/l,C/l,D):n!==o||r?t.push(Qt.G,O,M,n,o,r,R/l,C/l,D):t.push(Qt.O,O,M,n,R/l,C/l,D)}},{M:Ie,m:Ae,L:We,l:Fe,H:ze,h:He,V:Ue,v:Ne,C:Ye,c:Xe,S:Ve,s:je,Q:Ge,q:Ze,T:Ke,t:qe,A:Je,a:$e,Z:Qe,z:ti,N:ei,D:ii,X:si,G:ni,F:oi,O:ri,P:ai,U:hi}=Qt,{rect:li,roundRect:di,arcTo:ci,arc:ui,ellipse:pi,quadraticCurveTo:_i}=Be,{ellipticalArc:gi}=De,fi=wt.get("PathConvert"),yi={},mi={current:{dot:0},stringify(t,e){let i,s,n,o=0,r=t.length,a="";for(;o<r;){s=t[o],i=oe[s],a+=s===n?" ":ne[s];for(let s=1;s<i;s++)a+=h.float(t[o+s],e),s===i-1||(a+=" ");n=s,o+=i}return a},parse(t,e){let i,s,n,o="";const r=[],a=e?ie:ee;for(let e=0,h=t.length;e<h;e++)s=t[e],vt[s]?("."===s&&(vi.dot&&(wi(r,o),o=""),vi.dot++),"0"===o&&"."!==s&&(wi(r,o),o=""),o+=s):Qt[s]?(o&&(wi(r,o),o=""),vi.name=Qt[s],vi.length=te[s],vi.index=0,wi(r,vi.name),!i&&a[s]&&(i=!0)):"-"===s||"+"===s?"e"===n||"E"===n?o+=s:(o&&wi(r,o),o=s):o&&(wi(r,o),o=""),n=s;return o&&wi(r,o),i?mi.toCanvasData(r,e):r},toCanvasData(t,e){let i,s,n,o,r,a=0,h=0,l=0,d=0,c=0,u=t.length;const p=[];for(;c<u;){switch(n=t[c],n){case Ae:t[c+1]+=a,t[c+2]+=h;case Ie:a=t[c+1],h=t[c+2],p.push(Ie,a,h),c+=3;break;case He:t[c+1]+=a;case ze:a=t[c+1],p.push(We,a,h),c+=2;break;case Ne:t[c+1]+=h;case Ue:h=t[c+1],p.push(We,a,h),c+=2;break;case Fe:t[c+1]+=a,t[c+2]+=h;case We:a=t[c+1],h=t[c+2],p.push(We,a,h),c+=3;break;case je:t[c+1]+=a,t[c+2]+=h,t[c+3]+=a,t[c+4]+=h,n=Ve;case Ve:r=o===Ye||o===Ve,l=r?2*a-i:t[c+1],d=r?2*h-s:t[c+2],i=t[c+1],s=t[c+2],a=t[c+3],h=t[c+4],p.push(Ye,l,d,i,s,a,h),c+=5;break;case Xe:t[c+1]+=a,t[c+2]+=h,t[c+3]+=a,t[c+4]+=h,t[c+5]+=a,t[c+6]+=h,n=Ye;case Ye:i=t[c+3],s=t[c+4],a=t[c+5],h=t[c+6],p.push(Ye,t[c+1],t[c+2],i,s,a,h),c+=7;break;case qe:t[c+1]+=a,t[c+2]+=h,n=Ke;case Ke:r=o===Ge||o===Ke,i=r?2*a-i:t[c+1],s=r?2*h-s:t[c+2],e?_i(p,a,h,i,s,t[c+1],t[c+2]):p.push(Ge,i,s,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,n=Ge;case Ge:i=t[c+1],s=t[c+2],e?_i(p,a,h,i,s,t[c+3],t[c+4]):p.push(Ge,i,s,t[c+3],t[c+4]),a=t[c+3],h=t[c+4],c+=5;break;case $e:t[c+6]+=a,t[c+7]+=h;case Je:gi(p,a,h,t[c+1],t[c+2],t[c+3],t[c+4],t[c+5],t[c+6],t[c+7],e),a=t[c+6],h=t[c+7],c+=8;break;case ti:case Qe:p.push(Qe),c++;break;case ei:a=t[c+1],h=t[c+2],e?li(p,a,h,t[c+3],t[c+4]):xi(p,t,c,5),c+=5;break;case ii:a=t[c+1],h=t[c+2],e?di(p,a,h,t[c+3],t[c+4],[t[c+5],t[c+6],t[c+7],t[c+8]]):xi(p,t,c,9),c+=9;break;case si:a=t[c+1],h=t[c+2],e?di(p,a,h,t[c+3],t[c+4],t[c+5]):xi(p,t,c,6),c+=6;break;case ni:pi(e?p:xi(p,t,c,9),t[c+1],t[c+2],t[c+3],t[c+4],t[c+5],t[c+6],t[c+7],t[c+8],null,yi),a=yi.x,h=yi.y,c+=9;break;case oi:e?pi(p,t[c+1],t[c+2],t[c+3],t[c+4],0,0,360,!1):xi(p,t,c,5),a=t[c+1]+t[c+3],h=t[c+2],c+=5;break;case ri:ui(e?p:xi(p,t,c,7),t[c+1],t[c+2],t[c+3],t[c+4],t[c+5],t[c+6],null,yi),a=yi.x,h=yi.y,c+=7;break;case ai:e?ui(p,t[c+1],t[c+2],t[c+3],0,360,!1):xi(p,t,c,4),a=t[c+1]+t[c+3],h=t[c+2],c+=4;break;case hi:ci(e?p:xi(p,t,c,6),a,h,t[c+1],t[c+2],t[c+3],t[c+4],t[c+5],null,yi),a=yi.x,h=yi.y,c+=6;break;default:return fi.error(`command: ${n} [index:${c}]`,t),p}o=n}return p},objectToCanvasData(t){const e=[];return t.forEach((t=>{switch(t.name){case"M":e.push(Ie,t.x,t.y);break;case"L":e.push(We,t.x,t.y);break;case"C":e.push(Ye,t.x1,t.y1,t.x2,t.y2,t.x,t.y);break;case"Q":e.push(Ge,t.x1,t.y1,t.x,t.y);break;case"Z":e.push(Qe)}})),e},copyData(t,e,i,s){for(let n=i,o=i+s;n<o;n++)t.push(e[n])},pushData(t,e){vi.index===vi.length&&(vi.index=1,t.push(vi.name)),t.push(Number(e)),vi.index++,vi.dot=0}},{current:vi,pushData:wi,copyData:xi}=mi,{M:bi,L:Ei,C:ki,Q:Bi,Z:Ti,N:Li,D:Pi,X:Ri,G:Ci,F:Si,O:Oi,P:Mi,U:Di}=Qt,{getMinDistanceFrom:Ii,getRadianFrom:Ai}=M,{tan:Wi,min:Fi,abs:zi}=Math,Hi={},Ui={beginPath(t){t.length=0},moveTo(t,e,i){t.push(bi,e,i)},lineTo(t,e,i){t.push(Ei,e,i)},bezierCurveTo(t,e,i,s,n,o,r){t.push(ki,e,i,s,n,o,r)},quadraticCurveTo(t,e,i,s,n){t.push(Bi,e,i,s,n)},closePath(t){t.push(Ti)},rect(t,e,i,s,n){t.push(Li,e,i,s,n)},roundRect(t,e,i,s,n,o){if("number"==typeof o)t.push(Ri,e,i,s,n,o);else{const r=h.fourNumber(o);r?t.push(Pi,e,i,s,n,...r):t.push(Li,e,i,s,n)}},ellipse(t,e,i,s,n,o,r,a,h){void 0===o?t.push(Si,e,i,s,n):(void 0===r&&(r=0),void 0===a&&(a=360),t.push(Ci,e,i,s,n,o,r,a,h?1:0))},arc(t,e,i,s,n,o,r){void 0===n?t.push(Mi,e,i,s):(void 0===o&&(o=360),t.push(Oi,e,i,s,n,o,r?1:0))},arcTo(t,e,i,s,n,o,r,a){if(void 0!==r){const t=Ii(r,a,e,i,s,n);o=Fi(o,Fi(t/2,t/2*zi(Wi(Ai(r,a,e,i,s,n)/2))))}t.push(Di,e,i,s,n,o)},drawEllipse(t,e,i,s,n,o,r,a,h){Be.ellipse(null,e,i,s,n,void 0===o?0:o,void 0===r?0:r,void 0===a?360:a,h,null,null,Hi),t.push(bi,Hi.x,Hi.y),Ni(t,e,i,s,n,o,r,a,h)},drawArc(t,e,i,s,n,o,r){Be.arc(null,e,i,s,void 0===n?0:n,void 0===o?360:o,r,null,null,Hi),t.push(bi,Hi.x,Hi.y),Yi(t,e,i,s,n,o,r)},drawPoints(t,e,i,s){Be.points(t,e,i,s)}},{ellipse:Ni,arc:Yi}=Ui,{moveTo:Xi,lineTo:Vi,quadraticCurveTo:ji,bezierCurveTo:Gi,closePath:Zi,beginPath:Ki,rect:qi,roundRect:Ji,ellipse:$i,arc:Qi,arcTo:ts,drawEllipse:es,drawArc:is,drawPoints:ss}=Ui;class ns{set path(t){this.__path=t}get path(){return this.__path}constructor(t){this.set(t)}set(t){return this.__path=t?"string"==typeof t?Jt.parse(t):t:[],this}beginPath(){return Ki(this.__path),this.paint(),this}moveTo(t,e){return Xi(this.__path,t,e),this.paint(),this}lineTo(t,e){return Vi(this.__path,t,e),this.paint(),this}bezierCurveTo(t,e,i,s,n,o){return Gi(this.__path,t,e,i,s,n,o),this.paint(),this}quadraticCurveTo(t,e,i,s){return ji(this.__path,t,e,i,s),this.paint(),this}closePath(){return Zi(this.__path),this.paint(),this}rect(t,e,i,s){return qi(this.__path,t,e,i,s),this.paint(),this}roundRect(t,e,i,s,n){return Ji(this.__path,t,e,i,s,n),this.paint(),this}ellipse(t,e,i,s,n,o,r,a){return $i(this.__path,t,e,i,s,n,o,r,a),this.paint(),this}arc(t,e,i,s,n,o){return Qi(this.__path,t,e,i,s,n,o),this.paint(),this}arcTo(t,e,i,s,n){return ts(this.__path,t,e,i,s,n),this.paint(),this}drawEllipse(t,e,i,s,n,o,r,a){return es(this.__path,t,e,i,s,n,o,r,a),this.paint(),this}drawArc(t,e,i,s,n,o){return is(this.__path,t,e,i,s,n,o),this.paint(),this}drawPoints(t,e,i){return ss(this.__path,t,e,i),this.paint(),this}clearPath(){return this.beginPath()}paint(){}}const{M:os,L:rs,C:as,Q:hs,Z:ls,N:ds,D:cs,X:us,G:ps,F:_s,O:gs,P:fs,U:ys}=Qt,ms=wt.get("PathDrawer"),vs={drawPathByData(t,e){if(!e)return;let i,s=0,n=e.length;for(;s<n;)switch(i=e[s],i){case os:t.moveTo(e[s+1],e[s+2]),s+=3;break;case rs:t.lineTo(e[s+1],e[s+2]),s+=3;break;case as:t.bezierCurveTo(e[s+1],e[s+2],e[s+3],e[s+4],e[s+5],e[s+6]),s+=7;break;case hs:t.quadraticCurveTo(e[s+1],e[s+2],e[s+3],e[s+4]),s+=5;break;case ls:t.closePath(),s+=1;break;case ds:t.rect(e[s+1],e[s+2],e[s+3],e[s+4]),s+=5;break;case cs: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 us:t.roundRect(e[s+1],e[s+2],e[s+3],e[s+4],e[s+5]),s+=6;break;case ps:t.ellipse(e[s+1],e[s+2],e[s+3],e[s+4],e[s+5]*l,e[s+6]*l,e[s+7]*l,e[s+8]),s+=9;break;case _s:t.ellipse(e[s+1],e[s+2],e[s+3],e[s+4],0,0,d,!1),s+=5;break;case gs:t.arc(e[s+1],e[s+2],e[s+3],e[s+4]*l,e[s+5]*l,e[s+6]),s+=7;break;case fs:t.arc(e[s+1],e[s+2],e[s+3],0,d,!1),s+=4;break;case ys:t.arcTo(e[s+1],e[s+2],e[s+3],e[s+4],e[s+5]),s+=6;break;default:return void ms.error(`command: ${i} [index:${s}]`,e)}}},{M:ws,L:xs,C:bs,Q:Es,Z:ks,N:Bs,D:Ts,X:Ls,G:Ps,F:Rs,O:Cs,P:Ss,U:Os}=Qt,{toTwoPointBounds:Ms,toTwoPointBoundsByQuadraticCurve:Ds,arcTo:Is,arc:As,ellipse:Ws}=Be,{addPointBounds:Fs,copy:zs,addPoint:Hs,setPoint:Us,addBounds:Ns,toBounds:Ys}=N,Xs=wt.get("PathBounds");let Vs,js,Gs;const Zs={},Ks={},qs={},Js={toBounds(t,e){Js.toTwoPointBounds(t,Ks),Ys(Ks,e)},toTwoPointBounds(t,e){if(!t||!t.length)return Us(e,0,0);let i,s,n,o,r,a=0,h=0,l=0;const d=t.length;for(;a<d;)switch(r=t[a],0===a&&(r===ks||r===bs||r===Es?Us(e,h,l):Us(e,t[a+1],t[a+2])),r){case ws:case xs:h=t[a+1],l=t[a+2],Hs(e,h,l),a+=3;break;case bs:n=t[a+5],o=t[a+6],Ms(h,l,t[a+1],t[a+2],t[a+3],t[a+4],n,o,Zs),Fs(e,Zs),h=n,l=o,a+=7;break;case Es:i=t[a+1],s=t[a+2],n=t[a+3],o=t[a+4],Ds(h,l,i,s,n,o,Zs),Fs(e,Zs),h=n,l=o,a+=5;break;case ks:a+=1;break;case Bs:h=t[a+1],l=t[a+2],Ns(e,h,l,t[a+3],t[a+4]),a+=5;break;case Ts:case Ls:h=t[a+1],l=t[a+2],Ns(e,h,l,t[a+3],t[a+4]),a+=r===Ts?9:6;break;case Ps:Ws(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],Zs,qs),0===a?zs(e,Zs):Fs(e,Zs),h=qs.x,l=qs.y,a+=9;break;case Rs:h=t[a+1],l=t[a+2],js=t[a+3],Gs=t[a+4],Ns(e,h-js,l-Gs,2*js,2*Gs),h+=js,a+=5;break;case Cs:As(null,t[a+1],t[a+2],t[a+3],t[a+4],t[a+5],t[a+6],Zs,qs),0===a?zs(e,Zs):Fs(e,Zs),h=qs.x,l=qs.y,a+=7;break;case Ss:h=t[a+1],l=t[a+2],Vs=t[a+3],Ns(e,h-Vs,l-Vs,2*Vs,2*Vs),h+=Vs,a+=4;break;case Os:Is(null,h,l,t[a+1],t[a+2],t[a+3],t[a+4],t[a+5],Zs,qs),0===a?zs(e,Zs):Fs(e,Zs),h=qs.x,l=qs.y,a+=6;break;default:return void Xs.error(`command: ${r} [index:${a}]`,t)}}},{M:$s,L:Qs,C:tn,Z:en}=Qt,{getCenterX:sn,getCenterY:nn}=M,{arcTo:on}=Ui,rn={smooth(t,e,i){let s,n=0,o=0,r=0,a=0,h=0,l=0,d=0,c=0,u=0;const p=t.length,_=[];for(;n<p;)switch(s=t[n],s){case $s:a=c=t[n+1],h=u=t[n+2],n+=3,t[n]===Qs?(l=t[n+1],d=t[n+2],_.push($s,sn(a,l),nn(h,d))):_.push($s,a,h);break;case Qs:switch(o=t[n+1],r=t[n+2],n+=3,t[n]){case Qs:on(_,o,r,t[n+1],t[n+2],e,c,u);break;case en:on(_,o,r,a,h,e,c,u);break;default:_.push(Qs,o,r)}c=o,u=r;break;case tn:_.push(tn,t[n+1],t[n+2],t[n+3],t[n+4],t[n+5],t[n+6]),n+=7;break;case en:on(_,a,h,l,d,e,c,u),_.push(en),n+=1}return s!==en&&(_[1]=a,_[2]=h),_}};Jt.creator=new ns,Jt.parse=mi.parse,Jt.convertToCanvasData=mi.toCanvasData;const an=new ns,{drawRoundRect:hn}=re;function ln(t){!function(t){t&&!t.roundRect&&(t.roundRect=function(t,e,i,s,n){hn(this,t,e,i,s,n)})}(t)}const dn={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=cn.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{}}}},cn=dn;cn.opacityTypes.forEach((t=>cn.upperCaseTypeMap[t]=t.toUpperCase()));const un=wt.get("TaskProcessor");class pn{constructor(t){this.parallel=!0,this.time=1,this.id=s.create(s.TASK),this.task=t}run(){return Ut(this,void 0,void 0,(function*(){try{this.task&&!this.isComplete&&this.parent.running&&(yield this.task())}catch(t){un.error(t)}}))}complete(){this.isComplete=!0,this.parent=null,this.task=null}cancel(){this.isCancel=!0,this.complete()}}class _n{get total(){return this.list.length+this.delayNumber}get finishedIndex(){return this.isComplete?0:this.index+this.parallelSuccessNumber}get remain(){return this.isComplete?this.total:this.total-this.finishedIndex}get percent(){const{total:t}=this;let e=0,i=0;for(let s=0;s<t;s++)s<=this.finishedIndex?(i+=this.list[s].time,s===this.finishedIndex&&(e=i)):e+=this.list[s].time;return this.isComplete?1:i/e}constructor(t){this.config={parallel:6},this.list=[],this.running=!1,this.isComplete=!0,this.index=0,this.delayNumber=0,t&&It.assign(this.config,t),this.empty()}add(t,e){let i,s,n,o;const r=new pn(t);return r.parent=this,"number"==typeof e?o=e:e&&(s=e.parallel,i=e.start,n=e.time,o=e.delay),n&&(r.time=n),!1===s&&(r.parallel=!1),void 0===o?this.push(r,i):(this.delayNumber++,setTimeout((()=>{this.delayNumber&&(this.delayNumber--,this.push(r,i))}),o)),this.isComplete=!1,r}push(t,e){this.list.push(t),!1===e||this.timer||(this.timer=setTimeout((()=>this.start())))}empty(){this.index=0,this.parallelSuccessNumber=0,this.list=[],this.parallelList=[],this.delayNumber=0}start(){this.running||(this.running=!0,this.isComplete=!1,this.run())}pause(){clearTimeout(this.timer),this.timer=null,this.running=!1}resume(){this.start()}skip(){this.index++,this.resume()}stop(){this.isComplete=!0,this.list.forEach((t=>{t.isComplete||t.cancel()})),this.pause(),this.empty()}run(){this.running&&(this.setParallelList(),this.parallelList.length>1?this.runParallelTasks():this.remain?this.runTask():this.onComplete())}runTask(){const t=this.list[this.index];t?t.run().then((()=>{this.onTask(t),this.index++,this.nextTask()})).catch((t=>{this.onError(t)})):this.nextTask()}runParallelTasks(){this.parallelList.forEach((t=>this.runParallelTask(t)))}runParallelTask(t){t.run().then((()=>{this.onTask(t),this.fillParallelTask()})).catch((t=>{this.onParallelError(t)}))}nextTask(){this.total===this.finishedIndex?this.onComplete():this.timer=setTimeout((()=>this.run()))}setParallelList(){let t;this.parallelList=[],this.parallelSuccessNumber=0;let e=this.index+this.config.parallel;e>this.list.length&&(e=this.list.length);for(let i=this.index;i<e&&(t=this.list[i],t.parallel);i++)this.parallelList.push(t)}fillParallelTask(){let t;const e=this.parallelList;this.parallelSuccessNumber++,e.pop();const i=e.length,s=this.finishedIndex+i;if(e.length){if(!this.running)return;s<this.total&&(t=this.list[s],t&&t.parallel&&(e.push(t),this.runParallelTask(t)))}else this.index+=this.parallelSuccessNumber,this.parallelSuccessNumber=0,this.nextTask()}onComplete(){this.stop(),this.config.onComplete&&this.config.onComplete()}onTask(t){t.complete(),this.config.onTask&&this.config.onTask()}onParallelError(t){this.parallelList.forEach((t=>{t.parallel=!1})),this.parallelList.length=0,this.parallelSuccessNumber=0,this.onError(t)}onError(t){this.pause(),this.config.onError&&this.config.onError(t)}destroy(){this.stop()}}const gn=wt.get("Resource"),fn={tasker:new _n,map:{},get isComplete(){return yn.tasker.isComplete},set(t,e){yn.map[t]&&gn.repeat(t),yn.map[t]=e},get:t=>yn.map[t],remove(t){delete yn.map[t]},loadImage(t,e){return new Promise(((i,s)=>{const n=this.setImage(t,t,e);n.load((()=>i(n)),(t=>s(t)))}))},setImage(t,e,s){let n;return"string"==typeof e?n={url:e}:e.url||(n={url:t,view:e}),n&&(s&&(n.format=s),e=i.image(n)),yn.set(t,e),e},destroy(){yn.map={}}},yn=fn,mn={recycledList:[],patternTasker:new _n,get(t){let e=fn.get(t.url);return e||fn.set(t.url,e=i.image(t)),e.use++,e},recycle(t){t.use--,setTimeout((()=>{t.use||vn.recycledList.push(t)}))},clearRecycled(){const t=vn.recycledList;t.length>100&&(t.forEach((t=>{!t.use&&t.url&&(fn.remove(t.url),t.destroy())})),t.length=0)},hasOpacityPixel:t=>dn.opacityTypes.some((e=>vn.isFormat(e,t))),isFormat(t,e){if(e.format===t)return!0;const{url:i}=e;if(i.startsWith("data:")){if(i.startsWith("data:"+dn.mineType(t)))return!0}else{if(i.includes("."+t)||i.includes("."+dn.upperCaseTypeMap[t]))return!0;if("png"===t&&!i.includes("."))return!0}return!1},destroy(){vn.recycledList=[]}},vn=mn,{IMAGE:wn,create:xn}=s;class bn{get url(){return this.config.url}get completed(){return this.ready||!!this.error}constructor(t){if(this.use=0,this.waitComplete=[],this.innerId=xn(wn),this.config=t||(t={url:""}),t.view){const{view:e}=t;this.setView(e.config?e.view:e)}mn.isFormat("svg",t)&&(this.isSVG=!0),mn.hasOpacityPixel(t)&&(this.hasOpacityPixel=!0)}load(t,i){return this.loading||(this.loading=!0,fn.tasker.add((()=>Ut(this,void 0,void 0,(function*(){return yield e.origin.loadImage(this.url).then((t=>this.setView(t))).catch((t=>{this.error=t,this.onComplete(!1)}))}))))),this.waitComplete.push(t,i),this.waitComplete.length-2}unload(t,e){const i=this.waitComplete;if(e){const e=i[t+1];e&&e({type:"stop"})}i[t]=i[t+1]=void 0}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,i,s,n){if(t||(t=this.width),i||(i=this.height),this.cache){let{params:t,data:e}=this.cache;for(let i in t)if(t[i]!==arguments[i]){e=null;break}if(e)return e}const o=e.origin.createCanvas(t,i),r=o.getContext("2d");return s&&(r.globalAlpha=s),r.drawImage(this.view,0,0,t,i),this.cache=this.use>1?{data:o,params:arguments}:null,o}getPattern(t,i,s,n){const o=e.canvas.createPattern(t,i);try{s&&o.setTransform&&(o.setTransform(s),s=null)}catch(t){}return n&&(n.transform=s),o}destroy(){this.config={url:""},this.cache=null,this.waitComplete.length=0}}function En(t,e,i,s){s||(i.configurable=i.enumerable=!0),Object.defineProperty(t,e,i)}function kn(t,e){return Object.getOwnPropertyDescriptor(t,e)}function Bn(t,e){return(i,s)=>Ln(i,s,t,e&&e(s))}function Tn(t){return t}function Ln(t,e,i,s){const n={get(){return this.__getAttr(e)},set(t){this.__setAttr(e,t)}};En(t,e,Object.assign(n,s||{})),Qn(t,e,i)}function Pn(t){return Bn(t)}function Rn(t,e){return Bn(t,(t=>({set(i){this.__setAttr(t,i,e)&&(this.__layout.matrixChanged||this.__layout.matrixChange())}})))}function Cn(t){return Bn(t,(t=>({set(e){this.__setAttr(t,e)&&(this.__hasAutoLayout=!!(this.origin||this.around||this.flow),this.__local||this.__layout.createLocal(),In(this))}})))}function Sn(t,e){return Bn(t,(t=>({set(i){this.__setAttr(t,i,e)&&(this.__layout.scaleChanged||this.__layout.scaleChange())}})))}function On(t,e){return Bn(t,(t=>({set(i){this.__setAttr(t,i,e)&&(this.__layout.rotationChanged||this.__layout.rotationChange())}})))}function Mn(t,e){return Bn(t,(t=>({set(i){this.__setAttr(t,i,e)&&In(this)}})))}function Dn(t){return Bn(t,(t=>({set(e){this.__setAttr(t,e)&&(In(this),this.__.__removeNaturalSize())}})))}function In(t){t.__layout.boxChanged||t.__layout.boxChange(),t.__hasAutoLayout&&(t.__layout.matrixChanged||t.__layout.matrixChange())}function An(t){return Bn(t,(t=>({set(e){const i=this.__;2!==i.__pathInputed&&(i.__pathInputed=e?1:0),e||(i.__pathForRender=void 0),this.__setAttr(t,e),In(this)}})))}const Wn=Mn;function Fn(t){return Bn(t,(t=>({set(e){this.__setAttr(t,e)&&zn(this)}})))}function zn(t){t.__layout.strokeChanged||t.__layout.strokeChange(),t.__.__useArrow&&In(t)}const Hn=Fn;function Un(t){return Bn(t,(t=>({set(e){this.__setAttr(t,e),this.__layout.renderChanged||this.__layout.renderChange()}})))}function Nn(t){return Bn(t,(t=>({set(e){this.__setAttr(t,e)&&(this.__layout.surfaceChanged||this.__layout.surfaceChange())}})))}function Yn(t){return Bn(t,(t=>({set(e){this.__setAttr(t,e)&&(this.__layout.opacityChanged||this.__layout.opacityChange()),this.mask&&Vn(this)}})))}function Xn(t){return Bn(t,(t=>({set(e){const i=this.visible;if(!0===i&&0===e){if(this.animationOut)return this.__runAnimation("out",(()=>jn(this,t,e,i)))}else 0===i&&!0===e&&this.animation&&this.__runAnimation("in");jn(this,t,e,i),this.mask&&Vn(this)}})))}function Vn(t){const{parent:e}=t;if(e){const{__hasMask:t}=e;e.__updateMask(),t!==e.__hasMask&&e.forceUpdate()}}function jn(t,e,i,s){t.__setAttr(e,i)&&(t.__layout.opacityChanged||t.__layout.opacityChange(),0!==s&&0!==i||In(t))}function Gn(t){return Bn(t,(t=>({set(e){this.__setAttr(t,e)&&(this.__layout.surfaceChanged||this.__layout.surfaceChange(),this.waitParent((()=>{this.parent.__layout.childrenSortChange()})))}})))}function Zn(t){return Bn(t,(t=>({set(e){this.__setAttr(t,e)&&(this.__layout.boxChanged||this.__layout.boxChange(),this.waitParent((()=>{this.parent.__updateMask(e)})))}})))}function Kn(t){return Bn(t,(t=>({set(e){this.__setAttr(t,e)&&this.waitParent((()=>{this.parent.__updateEraser(e)}))}})))}function qn(t){return Bn(t,(t=>({set(e){this.__setAttr(t,e)&&(this.__layout.hitCanvasChanged=!0,wt.showHitView&&(this.__layout.surfaceChanged||this.__layout.surfaceChange()),this.leafer&&this.leafer.updateCursor())}})))}function Jn(t){return Bn(t,(t=>({set(e){this.__setAttr(t,e),this.leafer&&this.leafer.updateCursor()}})))}function $n(t){return(e,i)=>{En(e,"__DataProcessor",{get:()=>t})}}function Qn(t,e,i){const s=t.__DataProcessor.prototype,n="_"+e,o=function(t){return"set"+t.charAt(0).toUpperCase()+t.slice(1)}(e),r={get(){const t=this[n];return void 0===t?i:t},set(t){this[n]=t}};if(void 0===i)r.get=function(){return this[n]};else if("object"==typeof i){const{clone:t}=It;r.get=function(){let e=this[n];return void 0===e&&(this[n]=e=t(i)),e}}"width"===e?r.get=function(){const t=this[n];if(void 0===t){const t=this;return t._height&&t.__naturalWidth&&t.__useNaturalRatio?t._height*t.__naturalWidth/t.__naturalHeight:t.__naturalWidth||i}return t}:"height"===e&&(r.get=function(){const t=this[n];if(void 0===t){const t=this;return t._width&&t.__naturalHeight&&t.__useNaturalRatio?t._width*t.__naturalHeight/t.__naturalWidth:t.__naturalHeight||i}return t});let a,h=s;for(;!a&&h;)a=kn(h,e),h=h.__proto__;a&&a.set&&(r.set=a.set),s[o]&&(r.set=s[o],delete s[o]),En(s,e,r)}const to=new wt("rewrite"),eo=[],io=["destroy","constructor"];function so(t){return(e,i)=>{eo.push({name:e.constructor.name+"."+i,run:()=>{e[i]=t}})}}function no(){return t=>{oo()}}function oo(t){eo.length&&(eo.forEach((e=>{t&&to.error(e.name,"需在Class上装饰@rewriteAble()"),e.run()})),eo.length=0)}function ro(t,e){return i=>{var s;(t.prototype?(s=t.prototype,Object.getOwnPropertyNames(s)):Object.keys(t)).forEach((s=>{if(!(io.includes(s)||e&&e.includes(s)))if(t.prototype){kn(t.prototype,s).writable&&(i.prototype[s]=t.prototype[s])}else i.prototype[s]=t[s]}))}}function ao(){return t=>{Rt.register(t)}}function ho(){return t=>{Ot.register(t)}}setTimeout((()=>oo(!0)));const{copy:lo,toInnerPoint:co,toOuterPoint:uo,scaleOfOuter:po,rotateOfOuter:_o,skewOfOuter:go,multiplyParent:fo,divideParent:yo,getLayout:mo}=b,vo={},wo={updateAllMatrix(t,e,i){if(e&&t.__hasAutoLayout&&t.__layout.matrixChanged&&(i=!0),Eo(t,e,i),t.isBranch){const{children:s}=t;for(let t=0,n=s.length;t<n;t++)bo(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++)ko(e[t])}},updateAllChange(t){if(ko(t),t.__updateChange(),t.isBranch){const{children:e}=t;for(let t=0,i=e.length;t<i;t++)Bo(e[t])}},worldHittable(t){for(;t;){if(!t.__.hittable)return!1;t=t.parent}return!0},moveWorld(t,e,i=0,s,n){const o="object"==typeof e?Object.assign({},e):{x:e,y:i};s?uo(t.localTransform,o,o,!0):t.parent&&co(t.parent.worldTransform,o,o,!0),xo.moveLocal(t,o.x,o.y,n)},moveLocal(t,e,i=0,s){"object"==typeof e&&(i=e.y,e=e.x),e+=t.x,i+=t.y,s?t.animate({x:e,y:i},s):(t.x=e,t.y=i)},zoomOfWorld(t,e,i,s,n,o){xo.zoomOfLocal(t,To(t,e),i,s,n,o)},zoomOfLocal(t,e,i,s=i,n,o){const r=t.__localMatrix;if("number"!=typeof s&&(s&&(o=s),s=i),lo(vo,r),po(vo,e,i,s),t.origin||t.around)xo.setTransform(t,vo,n,o);else{const e=t.x+vo.e-r.e,a=t.y+vo.f-r.f;o&&!n?t.animate({x:e,y:a,scaleX:t.scaleX*i,scaleY:t.scaleY*s},o):(t.x=e,t.y=a,t.scaleResize(i,s,!0!==n))}},rotateOfWorld(t,e,i,s){xo.rotateOfLocal(t,To(t,e),i,s)},rotateOfLocal(t,e,i,s){const n=t.__localMatrix;lo(vo,n),_o(vo,e,i),t.origin||t.around?xo.setTransform(t,vo,!1,s):t.set({x:t.x+vo.e-n.e,y:t.y+vo.f-n.f,rotation:h.formatRotation(t.rotation+i)},s)},skewOfWorld(t,e,i,s,n,o){xo.skewOfLocal(t,To(t,e),i,s,n,o)},skewOfLocal(t,e,i,s=0,n,o){lo(vo,t.__localMatrix),go(vo,e,i,s),xo.setTransform(t,vo,n,o)},transformWorld(t,e,i,s){lo(vo,t.worldTransform),fo(vo,e),t.parent&&yo(vo,t.parent.worldTransform),xo.setTransform(t,vo,i,s)},transform(t,e,i,s){lo(vo,t.localTransform),fo(vo,e),xo.setTransform(t,vo,i,s)},setTransform(t,e,i,s){const n=t.__,o=n.origin&&xo.getInnerOrigin(t,n.origin),r=mo(e,o,n.around&&xo.getInnerOrigin(t,n.around));if(i){const e=r.scaleX/t.scaleX,i=r.scaleY/t.scaleY;if(delete r.scaleX,delete r.scaleY,o){ot.scale(t.boxBounds,Math.abs(e),Math.abs(i));const s=xo.getInnerOrigin(t,n.origin);M.move(r,o.x-s.x,o.y-s.y)}t.set(r),t.scaleResize(e,i,!1)}else t.set(r,s)},getFlipTransform(t,e){const i={a:1,b:0,c:0,d:1,e:0,f:0},s="x"===e?1:-1;return po(i,xo.getLocalOrigin(t,"center"),-1*s,1*s),i},getLocalOrigin:(t,e)=>M.tempToOuterOf(xo.getInnerOrigin(t,e),t.localTransform),getInnerOrigin(t,e){const i={};return gt.toPoint(e,t.boxBounds,i),i},getRelativeWorld:(t,e,i)=>(lo(vo,t.worldTransform),yo(vo,e.worldTransform),i?vo:Object.assign({},vo)),drop(t,e,i,s){t.setTransform(xo.getRelativeWorld(t,e,!0),s),e.add(t,i)},hasParent(t,e){if(!e)return!1;for(;t;){if(e===t)return!0;t=t.parent}}},xo=wo,{updateAllMatrix:bo,updateMatrix:Eo,updateAllWorldOpacity:ko,updateAllChange:Bo}=xo;function To(t,e){return t.__layout.update(),t.parent?M.tempToInnerOf(e,t.parent.__world):e}const Lo={worldBounds:t=>t.__world,localBoxBounds:t=>t.__.eraser||0===t.__.visible?null:t.__local||t.__layout,localStrokeBounds:t=>t.__.eraser||0===t.__.visible?null:t.__layout.localStrokeBounds,localRenderBounds:t=>t.__.eraser||0===t.__.visible?null:t.__layout.localRenderBounds,maskLocalBoxBounds:t=>t.__.mask?t.__localBoxBounds:null,maskLocalStrokeBounds:t=>t.__.mask?t.__layout.localStrokeBounds:null,maskLocalRenderBounds:t=>t.__.mask?t.__layout.localRenderBounds:null,excludeRenderBounds:(t,e)=>!(!e.bounds||e.bounds.hit(t.__world,e.matrix))||!(!e.hideBounds||!e.hideBounds.includes(t.__world,e.matrix))},{updateBounds:Po}=wo,Ro={sort:(t,e)=>t.__.zIndex===e.__.zIndex?t.__tempNumber-e.__tempNumber:t.__.zIndex-e.__.zIndex,pushAllChildBranch(t,e){if(t.__tempNumber=1,t.__.__childBranchNumber){const{children:i}=t;for(let s=0,n=i.length;s<n;s++)(t=i[s]).isBranch&&(t.__tempNumber=1,e.add(t),Co(t,e))}},pushAllParent(t,e){const{keys:i}=e;if(i)for(;t.parent&&void 0===i[t.parent.innerId];)e.add(t.parent),t=t.parent;else for(;t.parent;)e.add(t.parent),t=t.parent},pushAllBranchStack(t,e){let i=e.length;const{children:s}=t;for(let t=0,i=s.length;t<i;t++)s[t].isBranch&&e.push(s[t]);for(let t=i,s=e.length;t<s;t++)So(e[t],e)},updateBounds(t,e){const i=[t];So(t,i),Oo(i,e)},updateBoundsByBranchStack(t,e){let i,s;for(let n=t.length-1;n>-1;n--){i=t[n],s=i.children;for(let t=0,e=s.length;t<e;t++)Po(s[t]);e&&e===i||Po(i)}}},{pushAllChildBranch:Co,pushAllBranchStack:So,updateBoundsByBranchStack:Oo}=Ro,Mo={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:Do}=wo,{toOuterOf:Io,getPoints:Ao,copy:Wo}=ot,Fo="_localContentBounds",zo="_worldContentBounds",Ho="_worldBoxBounds",Uo="_worldStrokeBounds";class No{get contentBounds(){return this._contentBounds||this.boxBounds}set contentBounds(t){this._contentBounds=t}get strokeBounds(){return this._strokeBounds||this.boxBounds}get renderBounds(){return this._renderBounds||this.boxBounds}get localContentBounds(){return Io(this.contentBounds,this.leaf.__localMatrix,this[Fo]||(this[Fo]={})),this[Fo]}get localStrokeBounds(){return this._localStrokeBounds||this}get localRenderBounds(){return this._localRenderBounds||this}get worldContentBounds(){return Io(this.contentBounds,this.leaf.__world,this[zo]||(this[zo]={})),this[zo]}get worldBoxBounds(){return Io(this.boxBounds,this.leaf.__world,this[Ho]||(this[Ho]={})),this[Ho]}get worldStrokeBounds(){return Io(this.strokeBounds,this.leaf.__world,this[Uo]||(this[Uo]={})),this[Uo]}get a(){return 1}get b(){return 0}get c(){return 0}get d(){return 1}get e(){return this.leaf.__.x}get f(){return this.leaf.__.y}get x(){return this.e+this.boxBounds.x}get y(){return this.f+this.boxBounds.y}get width(){return this.boxBounds.width}get height(){return this.boxBounds.height}constructor(t){this.leaf=t,this.boxBounds={x:0,y:0,width:0,height:0},this.leaf.__local&&(this._localRenderBounds=this._localStrokeBounds=this.leaf.__local),this.boxChange(),this.matrixChange()}createLocal(){const t=this.leaf.__local={a:1,b:0,c:0,d:1,e:0,f:0,x:0,y:0,width:0,height:0};this._localStrokeBounds||(this._localStrokeBounds=t),this._localRenderBounds||(this._localRenderBounds=t)}update(){const{leafer:t}=this.leaf;if(t)t.ready?t.watcher.changed&&t.layouter.layout():t.start();else{let t=this.leaf;for(;t.parent&&!t.parent.leafer;)t=t.parent;e.layout(t)}}getTransform(t="world"){this.update();const{leaf:e}=this;switch(t){case"world":return e.__world;case"local":return e.__localMatrix;case"inner":return b.defaultMatrix;case"page":t=e.zoomLayer;default:return Do(e,t)}}getBounds(t,e="world"){switch(this.update(),e){case"world":return this.getWorldBounds(t);case"local":return this.getLocalBounds(t);case"inner":return this.getInnerBounds(t);case"page":e=this.leaf.zoomLayer;default:return new lt(this.getInnerBounds(t)).toOuterOf(this.getTransform(e))}}getInnerBounds(t="box"){switch(t){case"render":return this.renderBounds;case"content":if(this.contentBounds)return this.contentBounds;case"box":return this.boxBounds;case"stroke":return this.strokeBounds}}getLocalBounds(t="box"){switch(t){case"render":return this.localRenderBounds;case"stroke":return this.localStrokeBounds;case"content":if(this.contentBounds)return this.localContentBounds;case"box":return this.leaf.__localBoxBounds}}getWorldBounds(t="box"){switch(t){case"render":return this.leaf.__world;case"stroke":return this.worldStrokeBounds;case"content":if(this.contentBounds)return this.worldContentBounds;case"box":return this.worldBoxBounds}}getLayoutBounds(t,e="world",i){const{leaf:s}=this;let n,o,r,a=this.getInnerBounds(t);switch(e){case"world":n=s.getWorldPoint(a),o=s.__world;break;case"local":const{scaleX:t,scaleY:i,rotation:h,skewX:l,skewY:d}=s.__;r={scaleX:t,scaleY:i,rotation:h,skewX:l,skewY:d},n=s.getLocalPointByInner(a);break;case"inner":n=a,o=b.defaultMatrix;break;case"page":e=s.zoomLayer;default:n=s.getWorldPoint(a,e),o=Do(s,e,!0)}if(r||(r=b.getLayout(o)),Wo(r,a),M.copy(r,n),i){const{scaleX:t,scaleY:e}=r,i=Math.abs(t),s=Math.abs(e);1===i&&1===s||(r.scaleX/=i,r.scaleY/=s,r.width*=i,r.height*=s)}return r}getLayoutPoints(t,e="world"){const{leaf:i}=this,s=Ao(this.getInnerBounds(t));let n;switch(e){case"world":n=null;break;case"local":n=i.parent;break;case"inner":break;case"page":e=i.zoomLayer;default:n=e}return void 0!==n&&s.forEach((t=>i.innerToWorld(t,null,!1,n))),s}shrinkContent(){const{x:t,y:e,width:i,height:s}=this.boxBounds;this._contentBounds={x:t,y:e,width:i,height:s}}spreadStroke(){const{x:t,y:e,width:i,height:s}=this.strokeBounds;this._strokeBounds={x:t,y:e,width:i,height:s},this._localStrokeBounds={x:t,y:e,width:i,height:s},this.renderSpread||this.spreadRenderCancel()}spreadRender(){const{x:t,y:e,width:i,height:s}=this.renderBounds;this._renderBounds={x:t,y:e,width:i,height:s},this._localRenderBounds={x:t,y:e,width:i,height:s}}shrinkContentCancel(){this._contentBounds=void 0}spreadStrokeCancel(){const t=this.renderBounds===this.strokeBounds;this._strokeBounds=this.boxBounds,this._localStrokeBounds=this.leaf.__localBoxBounds,t&&this.spreadRenderCancel()}spreadRenderCancel(){this._renderBounds=this._strokeBounds,this._localRenderBounds=this._localStrokeBounds}boxChange(){this.boxChanged=!0,this.localBoxChanged||this.localBoxChange(),this.hitCanvasChanged=!0}localBoxChange(){this.localBoxChanged=!0,this.boundsChanged=!0}strokeChange(){this.strokeChanged=!0,this.strokeSpread||(this.strokeSpread=1),this.boundsChanged=!0,this.hitCanvasChanged=!0}renderChange(){this.renderChanged=!0,this.renderSpread||(this.renderSpread=1),this.boundsChanged=!0}scaleChange(){this.scaleChanged=!0,this._scaleOrRotationChange()}rotationChange(){this.rotationChanged=!0,this.affectRotation=!0,this._scaleOrRotationChange()}_scaleOrRotationChange(){this.affectScaleOrRotation=!0,this.matrixChange(),this.leaf.__local||this.createLocal()}matrixChange(){this.matrixChanged=!0,this.localBoxChanged||this.localBoxChange()}surfaceChange(){this.surfaceChanged=!0}opacityChange(){this.opacityChanged=!0,this.surfaceChanged||this.surfaceChange()}childrenSortChange(){this.childrenSortChanged||(this.childrenSortChanged=!0,this.leaf.forceUpdate("surface"))}destroy(){}}class Yo{constructor(t,e){this.bubbles=!1,this.type=t,e&&(this.target=e)}stopDefault(){this.isStopDefault=!0,this.origin&&e.event.stopDefault(this.origin)}stopNow(){this.isStopNow=!0,this.isStop=!0,this.origin&&e.event.stopNow(this.origin)}stop(){this.isStop=!0,this.origin&&e.event.stop(this.origin)}}class Xo extends Yo{constructor(t,e,i){super(t,e),this.parent=i,this.child=e}}Xo.ADD="child.add",Xo.REMOVE="child.remove",Xo.CREATED="created",Xo.MOUNTED="mounted",Xo.UNMOUNTED="unmounted",Xo.DESTROY="destroy";class Vo extends Yo{constructor(t,e,i,s,n){super(t,e),this.attrName=i,this.oldValue=s,this.newValue=n}}Vo.CHANGE="property.change",Vo.LEAFER_CHANGE="property.leafer_change";class jo extends Yo{constructor(t,e){super(t),Object.assign(this,e)}}jo.LOAD="image.load",jo.LOADED="image.loaded",jo.ERROR="image.error";class Go extends Yo{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(Go.RESIZE),Object.assign(this,t)):super(t),this.old=e}}Go.RESIZE="resize";class Zo extends Yo{constructor(t,e){super(t),this.data=e}}Zo.REQUEST="watch.request",Zo.DATA="watch.data";class Ko extends Yo{constructor(t,e,i){super(t),e&&(this.data=e,this.times=i)}}Ko.REQUEST="layout.request",Ko.START="layout.start",Ko.BEFORE="layout.before",Ko.LAYOUT="layout",Ko.AFTER="layout.after",Ko.AGAIN="layout.again",Ko.END="layout.end";class qo extends Yo{constructor(t,e,i,s){super(t),e&&(this.times=e),i&&(this.renderBounds=i,this.renderOptions=s)}}qo.REQUEST="render.request",qo.CHILD_START="render.child_start",qo.START="render.start",qo.BEFORE="render.before",qo.RENDER="render",qo.AFTER="render.after",qo.AGAIN="render.again",qo.END="render.end",qo.NEXT="render.next";class Jo extends Yo{}Jo.START="leafer.start",Jo.BEFORE_READY="leafer.before_ready",Jo.READY="leafer.ready",Jo.AFTER_READY="leafer.after_ready",Jo.VIEW_READY="leafer.view_ready",Jo.VIEW_COMPLETED="leafer.view_completed",Jo.STOP="leafer.stop",Jo.RESTART="leafer.restart",Jo.END="leafer.end";const $o={};class Qo{set event(t){this.on(t)}on(t,e,i){if(!e){let e,i=t;for(let t in i)e=i[t],e instanceof Array?this.on(t,e[0],e[1]):this.on(t,e);return}let s,n,o;i&&("once"===i?n=!0:"boolean"==typeof i?s=i:(s=i.capture,n=i.once));const r=tr(this,s,!0),a="string"==typeof t?t.split(" "):t,h=n?{listener:e,once:n}:{listener:e};a.forEach((t=>{t&&(o=r[t],o?-1===o.findIndex((t=>t.listener===e))&&o.push(h):r[t]=[h])}))}off(t,e,i){if(t){const s="string"==typeof t?t.split(" "):t;if(e){let t,n,o;i&&(t="boolean"==typeof i?i:"once"!==i&&i.capture);const r=tr(this,t);s.forEach((t=>{t&&(n=r[t],n&&(o=n.findIndex((t=>t.listener===e)),o>-1&&n.splice(o,1),n.length||delete r[t]))}))}else{const{__bubbleMap:t,__captureMap:e}=this;s.forEach((i=>{t&&delete t[i],e&&delete e[i]}))}}else this.__bubbleMap=this.__captureMap=void 0}on_(t,e,i,s){return i&&(e=e.bind(i)),this.on(t,e,s),{type:t,current:this,listener:e,options:s}}off_(t){if(!t)return;const e=t instanceof Array?t:[t];e.forEach((t=>t.current.off(t.type,t.listener,t.options))),e.length=0}once(t,e,i){this.on(t,e,{once:!0,capture:i})}emit(t,e,i){!e&&Ot.has(t)&&(e=Ot.get(t,{type:t,target:this,current:this}));const s=tr(this,i)[t];if(s){let n;for(let o=0,r=s.length;o<r&&!((n=s[o])&&(n.listener(e),n.once&&(this.off(t,n.listener,i),o--,r--),e&&e.isStopNow));o++);}this.syncEventer&&this.syncEventer.emitEvent(e,i)}emitEvent(t,e){t.current=this,this.emit(t.type,t,e)}hasEvent(t,e){if(this.syncEventer&&this.syncEventer.hasEvent(t,e))return!0;const{__bubbleMap:i,__captureMap:s}=this,n=i&&i[t],o=s&&s[t];return!!(void 0===e?n||o:e?o:n)}destroy(){this.__captureMap=this.__bubbleMap=this.syncEventer=null}}function tr(t,e,i){if(e){const{__captureMap:e}=t;return e||(i?t.__captureMap={}:$o)}{const{__bubbleMap:e}=t;return e||(i?t.__bubbleMap={}:$o)}}const{on:er,on_:ir,off:sr,off_:nr,once:or,emit:rr,emitEvent:ar,hasEvent:hr,destroy:lr}=Qo.prototype,dr={on:er,on_:ir,off:sr,off_:nr,once:or,emit:rr,emitEvent:ar,hasEvent:hr,destroyEventer:lr},{isFinite:cr}=Number,ur=wt.get("setAttr"),pr={__setAttr(t,e,i){if(this.leaferIsCreated){const s=this.__.__getInput(t);if(i&&!cr(e)&&void 0!==e&&(ur.warn(this.innerName,t,e),e=void 0),"object"==typeof e||s!==e){this.__realSetAttr(t,e);const{CHANGE:i}=Vo,n=new Vo(i,this,t,s,e);return this.isLeafer?this.emitEvent(new Vo(Vo.LEAFER_CHANGE,this,t,s,e)):this.hasEvent(i)&&this.emitEvent(n),this.leafer.emitEvent(n),!0}return!1}return this.__realSetAttr(t,e),!0},__realSetAttr(t,e){const i=this.__;i[t]=e,this.__proxyData&&this.setProxyAttr(t,e),i.normalStyle&&(this.lockNormalStyle||void 0===i.normalStyle[t]||(i.normalStyle[t]=e))},__getAttr(t){return this.__proxyData?this.getProxyAttr(t):this.__.__get(t)}},{setLayout:_r,multiplyParent:gr,translateInner:fr,defaultWorld:yr}=b,{toPoint:mr,tempPoint:vr}=gt,wr={__updateWorldMatrix(){gr(this.__local||this.__layout,this.parent?this.parent.__world:yr,this.__world,!!this.__layout.affectScaleOrRotation,this.__,this.parent&&this.parent.__)},__updateLocalMatrix(){if(this.__local){const t=this.__layout,e=this.__local,i=this.__;t.affectScaleOrRotation&&(t.scaleChanged||t.rotationChanged)&&(_r(e,i,null,null,t.affectRotation),t.scaleChanged=t.rotationChanged=!1),e.e=i.x+i.offsetX,e.f=i.y+i.offsetY,(i.around||i.origin)&&(mr(i.around||i.origin,t.boxBounds,vr),fr(e,-vr.x,-vr.y,!i.around))}this.__layout.matrixChanged=!1}},{updateMatrix:xr,updateAllMatrix:br}=wo,{updateBounds:Er}=Ro,{toOuterOf:kr,copyAndSpread:Br,copy:Tr}=ot,{toBounds:Lr}=Js,Pr={__updateWorldBounds(){kr(this.__layout.renderBounds,this.__world,this.__world),this.__layout.resized&&(this.__onUpdateSize(),this.__layout.resized=!1)},__updateLocalBounds(){const t=this.__layout;t.boxChanged&&(this.__.__pathInputed||this.__updatePath(),this.__updateRenderPath(),this.__updateBoxBounds(),t.resized=!0),t.localBoxChanged&&(this.__local&&this.__updateLocalBoxBounds(),t.localBoxChanged=!1,t.strokeSpread&&(t.strokeChanged=!0),t.renderSpread&&(t.renderChanged=!0),this.parent&&this.parent.__layout.boxChange()),t.boxChanged=!1,t.strokeChanged&&(t.strokeSpread=this.__updateStrokeSpread(),t.strokeSpread?(t.strokeBounds===t.boxBounds&&t.spreadStroke(),this.__updateStrokeBounds(),this.__updateLocalStrokeBounds()):t.spreadStrokeCancel(),t.strokeChanged=!1,(t.renderSpread||t.strokeSpread!==t.strokeBoxSpread)&&(t.renderChanged=!0),this.parent&&this.parent.__layout.strokeChange(),t.resized=!0),t.renderChanged&&(t.renderSpread=this.__updateRenderSpread(),t.renderSpread?(t.renderBounds!==t.boxBounds&&t.renderBounds!==t.strokeBounds||t.spreadRender(),this.__updateRenderBounds(),this.__updateLocalRenderBounds()):t.spreadRenderCancel(),t.renderChanged=!1,this.parent&&this.parent.__layout.renderChange()),t.boundsChanged=!1},__updateLocalBoxBounds(){this.__hasMotionPath&&this.__updateMotionPath(),this.__hasAutoLayout&&this.__updateAutoLayout(),kr(this.__layout.boxBounds,this.__local,this.__local)},__updateLocalStrokeBounds(){kr(this.__layout.strokeBounds,this.__localMatrix,this.__layout.localStrokeBounds)},__updateLocalRenderBounds(){kr(this.__layout.renderBounds,this.__localMatrix,this.__layout.localRenderBounds)},__updateBoxBounds(){const t=this.__layout.boxBounds,e=this.__;e.__pathInputed?Lr(e.path,t):(t.x=0,t.y=0,t.width=e.width,t.height=e.height)},__updateAutoLayout(){this.__layout.matrixChanged=!0,this.isBranch?(this.__extraUpdate(),this.__.flow?(this.__layout.boxChanged&&this.__updateFlowLayout(),br(this),Er(this,this),this.__.__autoSide&&this.__updateBoxBounds(!0)):(br(this),Er(this,this))):xr(this)},__updateNaturalSize(){const{__:t,__layout:e}=this;t.__naturalWidth=e.boxBounds.width,t.__naturalHeight=e.boxBounds.height},__updateStrokeBounds(){const t=this.__layout;Br(t.strokeBounds,t.boxBounds,t.strokeBoxSpread)},__updateRenderBounds(){const t=this.__layout;t.renderSpread>0?Br(t.renderBounds,t.boxBounds,t.renderSpread):Tr(t.renderBounds,t.strokeBounds)}},Rr={__render(t,e){if(this.__worldOpacity)if(t.setWorld(this.__nowWorld=this.__getNowWorld(e)),t.opacity=this.__.opacity,this.__.__single){if("path"===this.__.eraser)return this.__renderEraser(t,e);const i=t.getSameCanvas(!0,!0);this.__draw(i,e,t),this.__worldFlipped?t.copyWorldByReset(i,this.__nowWorld,null,this.__.__blendMode,!0):t.copyWorldToInner(i,this.__nowWorld,this.__layout.renderBounds,this.__.__blendMode),i.recycle(this.__nowWorld)}else this.__draw(t,e)},__clip(t,e){this.__worldOpacity&&(t.setWorld(this.__nowWorld=this.__getNowWorld(e)),this.__drawRenderPath(t),this.windingRule?t.clip(this.windingRule):t.clip())},__updateWorldOpacity(){this.__worldOpacity=this.__.visible?this.parent?this.parent.__worldOpacity*this.__.opacity:this.__.opacity:0,this.__layout.opacityChanged&&(this.__layout.opacityChanged=!1)}},{excludeRenderBounds:Cr}=Lo,Sr={__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)if(this.__.__single){if("path"===this.__.eraser)return this.__renderEraser(t,e);const i=t.getSameCanvas(!1,!0);this.__renderBranch(i,e);const s=this.__nowWorld;t.opacity=this.__.opacity,t.copyWorldByReset(i,s,s,this.__.__blendMode,!0),i.recycle(s)}else this.__renderBranch(t,e)},__renderBranch(t,e){if(this.__hasMask)this.__renderMask(t,e);else{const{children:i}=this;for(let s=0,n=i.length;s<n;s++)Cr(i[s],e)||i[s].__render(t,e)}},__clip(t,e){if(this.__worldOpacity){const{children:i}=this;for(let s=0,n=i.length;s<n;s++)Cr(i[s],e)||i[s].__clip(t,e)}}},{LEAF:Or,create:Mr}=s,{toInnerPoint:Dr,toOuterPoint:Ir,multiplyParent:Ar}=b,{toOuterOf:Wr}=ot,{copy:Fr,move:zr}=M,{moveLocal:Hr,zoomOfLocal:Ur,rotateOfLocal:Nr,skewOfLocal:Yr,moveWorld:Xr,zoomOfWorld:Vr,rotateOfWorld:jr,skewOfWorld:Gr,transform:Zr,transformWorld:Kr,setTransform:qr,getFlipTransform:Jr,getLocalOrigin:$r,getRelativeWorld:Qr,drop:ta}=wo;t.Leaf=class{get tag(){return this.__tag}set tag(t){}get __tag(){return"Leaf"}get innerName(){return this.__.name||this.tag+this.innerId}get __DataProcessor(){return Wt}get __LayoutProcessor(){return No}get leaferIsCreated(){return this.leafer&&this.leafer.created}get leaferIsReady(){return this.leafer&&this.leafer.ready}get isLeafer(){return!1}get isBranch(){return!1}get isBranchLeaf(){return!1}get __localMatrix(){return this.__local||this.__layout}get __localBoxBounds(){return this.__local||this.__layout}get worldTransform(){return this.__layout.getTransform("world")}get localTransform(){return this.__layout.getTransform("local")}get boxBounds(){return this.getBounds("box","inner")}get renderBounds(){return this.getBounds("render","inner")}get worldBoxBounds(){return this.getBounds("box")}get worldStrokeBounds(){return this.getBounds("stroke")}get worldRenderBounds(){return this.getBounds("render")}get worldOpacity(){return this.__layout.update(),this.__worldOpacity}get __worldFlipped(){return this.__world.scaleX<0||this.__world.scaleY<0}get __onlyHitMask(){return this.__hasMask&&!this.__.hitChildren}get __ignoreHitWorld(){return(this.__hasMask||this.__hasEraser)&&this.__.hitChildren}get __inLazyBounds(){return this.leaferIsCreated&&this.leafer.lazyBounds.hit(this.__world)}get pathInputed(){return this.__.__pathInputed}set event(t){this.on(t)}constructor(t){this.innerId=Mr(Or),this.reset(t),this.__bubbleMap&&this.__emitLifeEvent(Xo.CREATED)}reset(t){this.leafer&&this.leafer.forceRender(this.__world),this.__world={a:1,b:0,c:0,d:1,e:0,f:0,x:0,y:0,width:0,height:0,scaleX:1,scaleY:1},null!==t&&(this.__local={a:1,b:0,c:0,d:1,e:0,f:0,x:0,y:0,width:0,height:0}),this.__worldOpacity=1,this.__=new this.__DataProcessor(this),this.__layout=new this.__LayoutProcessor(this),this.__level&&this.resetCustom(),t&&(t.__&&(t=t.toJSON()),t.children?this.set(t):Object.assign(this,t))}resetCustom(){this.__hasMask=this.__hasEraser=null,this.forceUpdate()}waitParent(t,e){e&&(t=t.bind(e)),this.parent?t():this.on(Xo.ADD,t,"once")}waitLeafer(t,e){e&&(t=t.bind(e)),this.leafer?t():this.on(Xo.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(Xo.MOUNTED)):this.__emitLifeEvent(Xo.UNMOUNTED),this.isBranch){const{children:e}=this;for(let i=0,s=e.length;i<s;i++)e[i].__bindLeafer(t)}}set(t,e){}get(t){}setAttr(t,e){this[t]=e}getAttr(t){return this[t]}getComputedAttr(t){return this.__[t]}toJSON(t){return t&&this.__layout.update(),this.__.__getInputData(null,t)}toString(t){return JSON.stringify(this.toJSON(t))}toSVG(){}__SVG(t){}toHTML(){}__setAttr(t,e){return!0}__getAttr(t){}setProxyAttr(t,e){}getProxyAttr(t){}find(t,e){}findTag(t){}findOne(t,e){}findId(t){}focus(t){}updateState(){}updateLayout(){this.__layout.update()}forceUpdate(t){void 0===t?t="width":"surface"===t&&(t="blendMode");const e=this.__.__getInput(t);this.__[t]=void 0===e?null:void 0,this[t]=e}forceRender(t,e){this.forceUpdate("surface")}__extraUpdate(){this.leaferIsReady&&this.leafer.layouter.addExtra(this)}__updateWorldMatrix(){}__updateLocalMatrix(){}__updateWorldBounds(){}__updateLocalBounds(){}__updateLocalBoxBounds(){}__updateLocalStrokeBounds(){}__updateLocalRenderBounds(){}__updateBoxBounds(){}__updateContentBounds(){}__updateStrokeBounds(){}__updateRenderBounds(){}__updateAutoLayout(){}__updateFlowLayout(){}__updateNaturalSize(){}__updateStrokeSpread(){return 0}__updateRenderSpread(){return 0}__onUpdateSize(){}__updateEraser(t){this.__hasEraser=!!t||this.children.some((t=>t.__.eraser))}__renderEraser(t,e){t.save(),this.__clip(t,e);const{renderBounds:i}=this.__layout;t.clearRect(i.x,i.y,i.width,i.height),t.restore()}__updateMask(t){this.__hasMask=this.children.some((t=>t.__.mask&&t.__.visible&&t.__.opacity))}__renderMask(t,e){}__getNowWorld(t){if(t.matrix){this.__cameraWorld||(this.__cameraWorld={});const e=this.__cameraWorld;return Ar(this.__world,t.matrix,e,void 0,this.__world),Wr(this.__layout.renderBounds,e,e),e}return this.__world}getTransform(t){return this.__layout.getTransform(t||"local")}getBounds(t,e){return this.__layout.getBounds(t,e)}getLayoutBounds(t,e,i){return this.__layout.getLayoutBounds(t,e,i)}getLayoutPoints(t,e){return this.__layout.getLayoutPoints(t,e)}getWorldBounds(t,e,i){const s=e?Qr(this,e):this.worldTransform,n=i?t:{};return Wr(t,s,n),n}worldToLocal(t,e,i,s){this.parent?this.parent.worldToInner(t,e,i,s):e&&Fr(e,t)}localToWorld(t,e,i,s){this.parent?this.parent.innerToWorld(t,e,i,s):e&&Fr(e,t)}worldToInner(t,e,i,s){s&&(s.innerToWorld(t,e,i),t=e||t),Dr(this.worldTransform,t,e,i)}innerToWorld(t,e,i,s){Ir(this.worldTransform,t,e,i),s&&s.worldToInner(e||t,null,i)}getBoxPoint(t,e,i,s){return this.getBoxPointByInner(this.getInnerPoint(t,e,i,s),null,null,!0)}getBoxPointByInner(t,e,i,s){const n=s?t:Object.assign({},t),{x:o,y:r}=this.boxBounds;return zr(n,-o,-r),n}getInnerPoint(t,e,i,s){const n=s?t:{};return this.worldToInner(t,n,i,e),n}getInnerPointByBox(t,e,i,s){const n=s?t:Object.assign({},t),{x:o,y:r}=this.boxBounds;return zr(n,o,r),n}getInnerPointByLocal(t,e,i,s){return this.getInnerPoint(t,this.parent,i,s)}getLocalPoint(t,e,i,s){const n=s?t:{};return this.worldToLocal(t,n,i,e),n}getLocalPointByInner(t,e,i,s){return this.getWorldPoint(t,this.parent,i,s)}getPagePoint(t,e,i,s){return(this.leafer?this.leafer.zoomLayer:this).getInnerPoint(t,e,i,s)}getWorldPoint(t,e,i,s){const n=s?t:{};return this.innerToWorld(t,n,i,e),n}getWorldPointByBox(t,e,i,s){return this.getWorldPoint(this.getInnerPointByBox(t,null,null,s),e,i,!0)}getWorldPointByLocal(t,e,i,s){const n=s?t:{};return this.localToWorld(t,n,i,e),n}getWorldPointByPage(t,e,i,s){return(this.leafer?this.leafer.zoomLayer:this).getWorldPoint(t,e,i,s)}setTransform(t,e,i){qr(this,t,e,i)}transform(t,e,i){Zr(this,t,e,i)}move(t,e,i){Hr(this,t,e,i)}moveInner(t,e,i){Xr(this,t,e,!0,i)}scaleOf(t,e,i,s,n){Ur(this,$r(this,t),e,i,s,n)}rotateOf(t,e,i){Nr(this,$r(this,t),e,i)}skewOf(t,e,i,s,n){Yr(this,$r(this,t),e,i,s,n)}transformWorld(t,e,i){Kr(this,t,e,i)}moveWorld(t,e,i){Xr(this,t,e,!1,i)}scaleOfWorld(t,e,i,s,n){Vr(this,t,e,i,s,n)}rotateOfWorld(t,e){jr(this,t,e)}skewOfWorld(t,e,i,s,n){Gr(this,t,e,i,s,n)}flip(t,e){Zr(this,Jr(this,t),!1,e)}scaleResize(t,e=t,i){this.scaleX*=t,this.scaleY*=e}__scaleResize(t,e){}resizeWidth(t){}resizeHeight(t){}__hitWorld(t){return!0}__hit(t){return!0}__hitFill(t){return!0}__hitStroke(t,e){return!0}__hitPixel(t){return!0}__drawHitPath(t){}__updateHitCanvas(){}__render(t,e){}__drawFast(t,e){}__draw(t,e){}__clip(t,e){}__renderShape(t,e,i,s){}__updateWorldOpacity(){}__updateChange(){}__drawPath(t){}__drawRenderPath(t){}__updatePath(){}__updateRenderPath(){}getMotionPathData(){return Lt.need("path")}getMotionPoint(t){return Lt.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){ta(this,t,e,i)}on(t,e,i){}off(t,e,i){}on_(t,e,i,s){}off_(t){}once(t,e,i){}emit(t,e,i){}emitEvent(t,e){}hasEvent(t,e){return!1}static changeAttr(t,e,i){i?this.addAttr(t,e,i):Qn(this.prototype,t,e)}static addAttr(t,e,i){i||(i=Mn),i(e)(this.prototype,t)}__emitLifeEvent(t){this.hasEvent(t)&&this.emitEvent(new Xo(t,this,this.parent))}destroy(){this.destroyed||(this.parent&&this.remove(),this.children&&this.clear(),this.__emitLifeEvent(Xo.DESTROY),this.__.destroy(),this.__layout.destroy(),this.destroyEventer(),this.destroyed=!0)}},t.Leaf=Ht([ro(pr),ro(wr),ro(Pr),ro(dr),ro(Rr)],t.Leaf);const{setListWithFn:ea}=ot,{sort:ia}=Ro,{localBoxBounds:sa,localStrokeBounds:na,localRenderBounds:oa,maskLocalBoxBounds:ra,maskLocalStrokeBounds:aa,maskLocalRenderBounds:ha}=Lo,la=new wt("Branch");t.Branch=class extends t.Leaf{__updateStrokeSpread(){const{children:t}=this;for(let e=0,i=t.length;e<i;e++)if(t[e].__layout.strokeSpread)return 1;return 0}__updateRenderSpread(){const{children:t}=this;for(let e=0,i=t.length;e<i;e++)if(t[e].__layout.renderSpread)return 1;return 0}__updateBoxBounds(){ea(this.__layout.boxBounds,this.children,this.__hasMask?ra:sa)}__updateStrokeBounds(){ea(this.__layout.strokeBounds,this.children,this.__hasMask?aa:na)}__updateRenderBounds(){ea(this.__layout.renderBounds,this.children,this.__hasMask?ha:oa)}__updateSortChildren(){let t;const{children:e}=this;if(e.length>1){for(let i=0,s=e.length;i<s;i++)e[i].__tempNumber=i,e[i].__.zIndex&&(t=!0);e.sort(ia),this.__layout.affectChildrenSort=t}}add(t,e){if(t===this||t.destroyed)return la.warn("add self or destroyed");const i=void 0===e;if(!t.__){if(t instanceof Array)return t.forEach((t=>{this.add(t,e),i||e++}));t=Rt.get(t.tag,t)}t.parent&&t.parent.remove(t),t.parent=this,i?this.children.push(t):this.children.splice(e,0,t),t.isBranch&&(this.__.__childBranchNumber=(this.__.__childBranchNumber||0)+1);const s=t.__layout;s.boxChanged||s.boxChange(),s.matrixChanged||s.matrixChange(),t.__bubbleMap&&t.__emitLifeEvent(Xo.ADD),this.leafer&&(t.__bindLeafer(this.leafer),this.leafer.created&&this.__emitChildEvent(Xo.ADD,t)),this.__layout.affectChildrenSort&&this.__layout.childrenSortChange()}addMany(...t){this.add(t)}remove(t,e){t?t.__?t.animationOut?t.__runAnimation("out",(()=>this.__remove(t,e))):this.__remove(t,e):this.find(t).forEach((t=>this.remove(t,e))):void 0===t&&super.remove(null,e)}removeAll(t){const{children:e}=this;e.length&&(this.children=[],this.__preRemove(),this.__.__childBranchNumber=0,e.forEach((e=>{this.__realRemoveChild(e),t&&e.destroy()})))}clear(){this.removeAll(!0)}__remove(t,e){const i=this.children.indexOf(t);i>-1&&(this.children.splice(i,1),t.isBranch&&(this.__.__childBranchNumber=(this.__.__childBranchNumber||1)-1),this.__preRemove(),this.__realRemoveChild(t),e&&t.destroy())}__preRemove(){this.__hasMask&&this.__updateMask(),this.__hasEraser&&this.__updateEraser(),this.__layout.boxChange(),this.__layout.affectChildrenSort&&this.__layout.childrenSortChange()}__realRemoveChild(t){t.__emitLifeEvent(Xo.REMOVE),t.parent=null,this.leafer&&(t.__bindLeafer(null),this.leafer.created&&(this.__emitChildEvent(Xo.REMOVE,t),this.leafer.hitCanvasManager&&this.leafer.hitCanvasManager.clear()))}__emitChildEvent(t,e){const i=new Xo(t,e,this);this.hasEvent(t)&&!this.isLeafer&&this.emitEvent(i),this.leafer.emitEvent(i)}},t.Branch=Ht([ro(Sr)],t.Branch);class da{get length(){return this.list.length}constructor(t){this.reset(),t&&(t instanceof Array?this.addList(t):this.add(t))}has(t){return t&&void 0!==this.keys[t.innerId]}indexAt(t){return this.list[t]}indexOf(t){const e=this.keys[t.innerId];return void 0===e?-1:e}add(t){const{list:e,keys:i}=this;void 0===i[t.innerId]&&(e.push(t),i[t.innerId]=e.length-1)}addAt(t,e=0){const{keys:i}=this;if(void 0===i[t.innerId]){const{list:s}=this;for(let t=e,n=s.length;t<n;t++)i[s[t].innerId]++;0===e?s.unshift(t):(e>s.length&&(e=s.length),s.splice(e,0,t)),i[t.innerId]=e}}addList(t){for(let e=0;e<t.length;e++)this.add(t[e])}remove(t){const{list:e}=this;let i;for(let s=0,n=e.length;s<n;s++)void 0!==i?this.keys[e[s].innerId]=s-1:e[s].innerId===t.innerId&&(i=s,delete this.keys[t.innerId]);void 0!==i&&e.splice(i,1)}sort(t){const{list:e}=this;t?e.sort(((t,e)=>e.__level-t.__level)):e.sort(((t,e)=>t.__level-e.__level))}forEach(t){this.list.forEach(t)}clone(){const t=new da;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 ca{get length(){return this._length}constructor(t){this._length=0,this.reset(),t&&(t instanceof Array?this.addList(t):this.add(t))}has(t){return void 0!==this.keys[t.innerId]}without(t){return void 0===this.keys[t.innerId]}sort(t){const{levels:e}=this;t?e.sort(((t,e)=>e-t)):e.sort(((t,e)=>t-e))}addList(t){t.forEach((t=>{this.add(t)}))}add(t){const{keys:e,levelMap:i}=this;e[t.innerId]||(e[t.innerId]=1,i[t.__level]?i[t.__level].push(t):(i[t.__level]=[t],this.levels.push(t.__level)),this._length++)}forEach(t){let e;this.levels.forEach((i=>{e=this.levelMap[i];for(let i=0,s=e.length;i<s;i++)t(e[i])}))}reset(){this.levelMap={},this.keys={},this.levels=[],this._length=0}destroy(){this.levelMap=null}}class ua extends qt{get allowBackgroundColor(){return!0}init(){this.__createView(),this.__createContext(),this.resize(this.config)}__createView(){this.view=e.origin.createCanvas(1,1)}updateViewSize(){const{width:t,height:e,pixelRatio:i}=this;this.view.width=Math.ceil(t*i),this.view.height=Math.ceil(e*i),this.clientBounds=this.bounds}}ln(OffscreenCanvasRenderingContext2D.prototype),ln(Path2D.prototype);const{mineType:pa}=dn;function _a(t,s){e.origin={createCanvas:(t,e)=>new OffscreenCanvas(t,e),canvasToDataURL:(t,e,i)=>new Promise(((s,n)=>{t.convertToBlob({type:pa(e),quality:i}).then((t=>{var e=new FileReader;e.onload=t=>s(t.target.result),e.onerror=t=>n(t),e.readAsDataURL(t)})).catch((t=>{n(t)}))})),canvasToBolb:(t,e,i)=>t.convertToBlob({type:pa(e),quality:i}),canvasSaveAs:(t,e,i)=>new Promise((t=>t())),download(t,e){},loadImage:t=>new Promise(((i,s)=>{let n=new XMLHttpRequest;n.open("GET",e.image.getRealURL(t),!0),n.responseType="blob",n.onload=()=>{createImageBitmap(n.response).then((t=>{i(t)})).catch((t=>{s(t)}))},n.onerror=t=>s(t),n.send()}))},e.canvas=i.canvas(),e.conicGradientSupport=!!e.canvas.context.createConicGradient}Object.assign(i,{canvas:(t,e)=>new ua(t,e),image:t=>new bn(t)}),e.name="web",e.isWorker=!0,e.backgrounder=!0,e.requestRender=function(t){requestAnimationFrame(t)},En(e,"devicePixelRatio",{get:()=>1});const{userAgent:ga}=navigator;ga.indexOf("Firefox")>-1?(e.conicGradientRotate90=!0,e.intWheelDeltaY=!0):ga.indexOf("Safari")>-1&&-1===ga.indexOf("Chrome")&&(e.fullImageShadow=!0),ga.indexOf("Windows")>-1?(e.os="Windows",e.intWheelDeltaY=!0):ga.indexOf("Mac")>-1?e.os="Mac":ga.indexOf("Linux")>-1&&(e.os="Linux");class fa{get childrenChanged(){return this.hasAdd||this.hasRemove||this.hasVisible}get updatedList(){if(this.hasRemove){const t=new da;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 da,this.target=t,e&&(this.config=It.default(e,this.config)),this.__listenEvents()}start(){this.disabled||(this.running=!0)}stop(){this.running=!1}disable(){this.stop(),this.__removeListenEvents(),this.disabled=!0}update(){this.changed=!0,this.running&&this.target.emit(qo.REQUEST)}__onAttrChange(t){this.__updatedList.add(t.target),this.update()}__onChildEvent(t){t.type===Xo.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 Zo(Zo.DATA,{updatedList:this.updatedList})),this.__updatedList=new da,this.totalTimes++,this.changed=!1,this.hasVisible=!1,this.hasRemove=!1,this.hasAdd=!1}__listenEvents(){const{target:t}=this;this.__eventIds=[t.on_(Vo.CHANGE,this.__onAttrChange,this),t.on_([Xo.ADD,Xo.REMOVE],this.__onChildEvent,this),t.on_(Zo.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:ya,updateBounds:ma,updateAllWorldOpacity:va}=wo,{pushAllChildBranch:wa,pushAllParent:xa}=Ro;const{worldBounds:ba}=Lo,Ea={x:0,y:0,width:1e5,height:1e5};class ka{constructor(t){this.updatedBounds=new lt,this.beforeBounds=new lt,this.afterBounds=new lt,t instanceof Array&&(t=new da(t)),this.updatedList=t}setBefore(){this.beforeBounds.setListWithFn(this.updatedList.list,ba)}setAfter(){const{list:t}=this.updatedList;t.some((t=>t.noBounds))?this.afterBounds.set(Ea):this.afterBounds.setListWithFn(t,ba),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:Ba,updateAllChange:Ta}=wo,La=wt.get("Layouter");class Pa{constructor(t,e){this.totalTimes=0,this.config={},this.__levelList=new ca,this.target=t,e&&(this.config=It.default(e,this.config)),this.__listenEvents()}start(){this.disabled||(this.running=!0)}stop(){this.running=!1}disable(){this.stop(),this.__removeListenEvents(),this.disabled=!0}layout(){if(!this.running)return;const{target:t}=this;this.times=0;try{t.emit(Ko.START),this.layoutOnce(),t.emitEvent(new Ko(Ko.END,this.layoutedBlocks,this.times))}catch(t){La.error(t)}this.layoutedBlocks=null}layoutAgain(){this.layouting?this.waitAgain=!0:this.layoutOnce()}layoutOnce(){return this.layouting?La.warn("layouting"):this.times>3?La.warn("layout max times"):(this.times++,this.totalTimes++,this.layouting=!0,this.target.emit(Zo.REQUEST),this.totalTimes>1?this.partLayout():this.fullLayout(),this.layouting=!1,void(this.waitAgain&&(this.waitAgain=!1,this.layoutOnce())))}partLayout(){var t;if(!(null===(t=this.__updatedList)||void 0===t?void 0:t.length))return;const e=kt.start("PartLayout"),{target:i,__updatedList:s}=this,{BEFORE:n,LAYOUT:o,AFTER:r}=Ko,a=this.getBlocks(s);a.forEach((t=>t.setBefore())),i.emitEvent(new Ko(n,a,this.times)),this.extraBlock=null,s.sort(),function(t,e){let i;t.list.forEach((t=>{i=t.__layout,e.without(t)&&!i.proxyZoom&&(i.matrixChanged?(ya(t,!0),e.add(t),t.isBranch&&wa(t,e),xa(t,e)):i.boundsChanged&&(e.add(t),t.isBranch&&(t.__tempNumber=0),xa(t,e)))}))}(s,this.__levelList),function(t){let e,i,s;t.sort(!0),t.levels.forEach((n=>{e=t.levelMap[n];for(let t=0,n=e.length;t<n;t++){if(i=e[t],i.isBranch&&i.__tempNumber){s=i.children;for(let t=0,e=s.length;t<e;t++)s[t].isBranch||ma(s[t])}ma(i)}}))}(this.__levelList),function(t){let e;t.list.forEach((t=>{e=t.__layout,e.opacityChanged&&va(t),e.stateStyleChanged&&setTimeout((()=>e.stateStyleChanged&&t.updateState())),t.__updateChange()}))}(s),this.extraBlock&&a.push(this.extraBlock),a.forEach((t=>t.setAfter())),i.emitEvent(new Ko(o,a,this.times)),i.emitEvent(new Ko(r,a,this.times)),this.addBlocks(a),this.__levelList.reset(),this.__updatedList=null,kt.end(e)}fullLayout(){const t=kt.start("FullLayout"),{target:e}=this,{BEFORE:i,LAYOUT:s,AFTER:n}=Ko,o=this.getBlocks(new da(e));e.emitEvent(new Ko(i,o,this.times)),Pa.fullLayout(e),o.forEach((t=>{t.setAfter()})),e.emitEvent(new Ko(s,o,this.times)),e.emitEvent(new Ko(n,o,this.times)),this.addBlocks(o),kt.end(t)}static fullLayout(t){Ba(t,!0),t.isBranch?Ro.updateBounds(t):wo.updateBounds(t),Ta(t)}addExtra(t){if(!this.__updatedList.has(t)){const{updatedList:e,beforeBounds:i}=this.extraBlock||(this.extraBlock=new ka([]));e.length?i.add(t.__world):i.set(t.__world),e.add(t)}}createBlock(t){return new ka(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_(Ko.REQUEST,this.layout,this),t.on_(Ko.AGAIN,this.layoutAgain,this),t.on_(Zo.DATA,this.__onReceiveWatchData,this)]}__removeListenEvents(){this.target.off_(this.__eventIds)}destroy(){this.target&&(this.stop(),this.__removeListenEvents(),this.target=this.config=null)}}const Ra=wt.get("Renderer");class Ca{get needFill(){return!(this.canvas.allowBackgroundColor||!this.config.fill)}constructor(t,e,i){this.FPS=60,this.totalTimes=0,this.times=0,this.config={usePartRender:!0,maxFPS:60},this.target=t,this.canvas=e,i&&(this.config=It.default(i,this.config)),this.__listenEvents()}start(){this.running=!0,this.update(!1)}stop(){this.running=!1}update(t=!0){this.changed||(this.changed=t),this.__requestRender()}requestLayout(){this.target.emit(Ko.REQUEST)}render(t){if(!this.running||!this.canvas.view)return this.update();const{target:e}=this;this.times=0,this.totalBounds=new lt,Ra.log(e.innerName,"---\x3e");try{e.isApp||e.app.emit(qo.CHILD_START,e),this.emitRender(qo.START),this.renderOnce(t),this.emitRender(qo.END,this.totalBounds),mn.clearRecycled()}catch(t){this.rendering=!1,Ra.error(t)}Ra.log("-------------|")}renderAgain(){this.rendering?this.waitAgain=!0:this.renderOnce()}renderOnce(t){if(this.rendering)return Ra.warn("rendering");if(this.times>3)return Ra.warn("render max times");if(this.times++,this.totalTimes++,this.rendering=!0,this.changed=!1,this.renderBounds=new lt,this.renderOptions={},t)this.emitRender(qo.BEFORE),t();else{if(this.requestLayout(),this.ignore)return void(this.ignore=this.rendering=!1);this.emitRender(qo.BEFORE),this.config.usePartRender&&this.totalTimes>1?this.partRender():this.fullRender()}this.emitRender(qo.RENDER,this.renderBounds,this.renderOptions),this.emitRender(qo.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=kt.start("PartRender"),{canvas:i}=this,s=t.getIntersect(i.bounds),n=t.includes(this.target.__world),o=new lt(s);i.save(),n&&!wt.showRepaint?i.clear():(s.spread(10+1/this.canvas.pixelRatio).ceil(),i.clearWorld(s,!0),i.clipWorld(s,!0)),this.__render(s,n,o),i.restore(),kt.end(e)}fullRender(){const t=kt.start("FullRender"),{canvas:e}=this;e.save(),e.clear(),this.__render(e.bounds,!0),e.restore(),kt.end(t)}__render(t,e,i){const s=t.includes(this.target.__world)?{includes:e}:{bounds:t,includes:e};this.needFill&&this.canvas.fillWorld(t,this.config.fill),wt.showRepaint&&this.canvas.strokeWorld(t,"red"),this.target.__render(this.canvas,s),this.renderBounds=i=i||t,this.renderOptions=s,this.totalBounds.isEmpty()?this.totalBounds=i:this.totalBounds.add(i),wt.showHitView&&this.renderHitView(s),wt.showBoundsView&&this.renderBoundsView(s),this.canvas.updateRender(i)}renderHitView(t){}renderBoundsView(t){}addBlock(t){this.updateBlocks||(this.updateBlocks=[]),this.updateBlocks.push(t)}mergeBlocks(){const{updateBlocks:t}=this;if(t){const e=new lt;e.setList(t),t.length=0,t.push(e)}}__requestRender(){if(this.requestTime)return;const t=this.requestTime=Date.now();e.requestRender((()=>{this.FPS=Math.min(60,Math.ceil(1e3/(Date.now()-t))),this.requestTime=0,this.running&&(this.changed&&this.canvas.view&&this.render(),this.target.emit(qo.NEXT))}))}__onResize(t){if(!this.canvas.unreal){if(t.bigger||!t.samePixelRatio){const{width:e,height:i}=t.old;if(!new lt(0,0,e,i).includes(this.target.__world)||this.needFill||!t.samePixelRatio)return this.addBlock(this.canvas.bounds),void this.target.forceUpdate("surface")}this.addBlock(new lt(0,0,1,1)),this.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||Ra.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 qo(t,this.times,e,i))}__listenEvents(){const{target:t}=this;this.__eventIds=[t.on_(qo.REQUEST,this.update,this),t.on_(Ko.END,this.__onLayoutEnd,this),t.on_(qo.AGAIN,this.renderAgain,this),t.on_(Go.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:Sa}=ot;class Oa{constructor(t,e){this.target=t,this.selector=e}getByPoint(t,e,i){e||(e=0),i||(i={});const s=i.through||!1,n=i.ignoreHittable||!1,o=i.target||this.target;this.exclude=i.exclude||null,this.point={x:t.x,y:t.y,radiusX:e,radiusY:e},this.findList=new da(i.findList),i.findList||this.hitBranch(o);const{list:r}=this.findList,a=this.getBestMatchLeaf(r,i.bottomList,n),h=n?this.getPath(a):this.getHitablePath(a);return this.clear(),s?{path:h,target:a,throughPath:r.length?this.getThroughPath(r):h}:{path:h,target:a}}getBestMatchLeaf(t,e,i){if(t.length){let e;this.findList=new da;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||wo.worldHittable(e))&&(this.hitChild(e,o),this.findList.length))return this.findList.list[0]}if(e)for(let t=0,i=e.length;t<i;t++)if(this.hitChild(e[t].target,this.point,e[t].proxy),this.findList.length)return this.findList.list[0];return t[0]}getPath(t){const e=new da;for(;t;)e.add(t),t=t.parent;return this.target&&e.add(this.target),e}getHitablePath(t){const e=this.getPath(t&&t.hittable?t:null);let i,s=new da;for(let t=e.list.length-1;t>-1&&(i=e.list[t],i.__.hittable)&&(s.addAt(i,0),i.__.hitChildren);t--);return s}getThroughPath(t){const e=new da,i=[];for(let e=t.length-1;e>-1;e--)i.push(this.getPath(t[e]));let s,n,o;for(let t=0,r=i.length;t<r;t++){s=i[t],n=i[t+1];for(let t=0,i=s.length;t<i&&(o=s.list[t],!n||!n.has(o));t++)e.add(o)}return e}hitBranch(t){this.eachFind(t.children,t.__onlyHitMask)}eachFind(t,e){let i,s;const{point:n}=this;for(let o=t.length-1;o>-1;o--)i=t[o],!i.__.visible||e&&!i.__.mask||(s=!!i.__.hitRadius||Sa(i.__world,n),i.isBranch?(s||i.__ignoreHitWorld)&&(this.eachFind(i.children,i.__onlyHitMask),i.isBranchLeaf&&this.hitChild(i,n)):s&&this.hitChild(i,n))}hitChild(t,e,i){if((!this.exclude||!this.exclude.has(t))&&t.__hitWorld(e)){const{parent:s}=t;if(s&&s.__hasMask&&!t.__.mask&&!s.children.some((t=>t.__.mask&&t.__hitWorld(e))))return;this.findList.add(i||t)}}clear(){this.point=null,this.findList=null,this.exclude=null}destroy(){this.clear()}}class Ma{constructor(t,e){this.config={},e&&(this.config=It.default(e,this.config)),this.picker=new Oa(this.target=t,this),this.finder=i.finder&&i.finder()}getByPoint(t,i,s){const{target:n,picker:o}=this;return e.backgrounder&&n&&n.updateLayout(),o.getByPoint(t,i,s)}getBy(t,e,i,s){return this.finder?this.finder.getBy(t,e,i,s):Lt.need("find")}destroy(){this.picker.destroy(),this.finder&&this.finder.destroy()}}function Da(t){return Bn(t,(t=>({set(e){this.__setAttr(t,e),e&&(this.__.__useEffect=!0),this.__layout.renderChanged||this.__layout.renderChange()}})))}function Ia(t){return Bn(t,(t=>({set(e){this.__setAttr(t,e),this.__layout.boxChanged||this.__layout.boxChange(),this.__updateSize()}})))}function Aa(){return(t,e)=>{const i="_"+e;En(t,e,{set(t){this.isLeafer&&(this[i]=t)},get(){return this.isApp?this.tree.zoomLayer:this.isLeafer?this[i]||this:this.leafer&&this.leafer.zoomLayer}})}}Object.assign(i,{watcher:(t,e)=>new fa(t,e),layouter:(t,e)=>new Pa(t,e),renderer:(t,e,i)=>new Ca(t,e,i),selector:(t,e)=>new Ma(t,e)}),e.layout=Pa.fullLayout;const Wa={},Fa={},za={number:(t,e)=>"object"==typeof t?"percent"===t.type?t.value*e:t.value:t},Ha={},Ua={},Na={},Ya={},Xa={},Va={apply(){Lt.need("filter")}},ja={},Ga={setStyleName:()=>Lt.need("state"),set:()=>Lt.need("state")},{parse:Za,objectToCanvasData:Ka}=mi,qa={},Ja=wt.get("UIData");class $a extends Wt{get scale(){const{scaleX:t,scaleY:e}=this;return t!==e?{x:t,y:e}:t}get __strokeWidth(){const{strokeWidth:t,strokeWidthFixed:e}=this;if(e){const e=this.__leaf;let{scaleX:i}=e.__nowWorld||e.__world;return i<0&&(i=-i),i>1?t/i:t}return t}get __hasStroke(){return this.stroke&&this.strokeWidth}get __hasMultiPaint(){const t=this;return!!(t.__isFills&&t.fill.length>1||t.__isStrokes&&t.stroke.length>1||t.__useEffect)||t.fill&&this.__hasStroke}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,Ja.warn("width < 0, instead -scaleX ",this)):this._width=t}setHeight(t){t<0?(this._height=-t,this.__leaf.scaleY*=-1,Ja.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=qa)):(this.__isFills&&(this.__removeInput("fill"),Na.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=qa)):(this.__isStrokes&&(this.__removeInput("stroke"),Na.recycleImage("stroke",this),this.__isStrokes=!1,this.__pixelStroke&&(this.__pixelStroke=!1)),this._stroke=t)}setPath(t){const e="string"==typeof t;e||t&&"object"==typeof t[0]?(this.__setInput("path",t),this._path=e?Za(t):Ka(t)):(this.__input&&this.__removeInput("path"),this._path=t)}setShadow(t){Qa(this,"shadow",t)}setInnerShadow(t){Qa(this,"innerShadow",t)}setFilter(t){Qa(this,"filter",t)}__computePaint(){const{fill:t,stroke:e}=this.__input;t&&Ua.compute("fill",this.__leaf),e&&Ua.compute("stroke",this.__leaf),this.__needComputePaint=!1}}function Qa(t,e,i){t.__setInput(e,i),i instanceof Array?(i.some((t=>!1===t.visible))&&(i=i.filter((t=>!1!==t.visible))),i.length||(i=null)):i=i&&!1!==i.visible?[i]:null,t["_"+e]=i}class th extends $a{}class eh extends th{get __boxStroke(){return!this.__pathInputed}get __drawAfterFill(){const t=this;return"hide"===t.overflow&&(t.__clipAfterFill||t.innerShadow)&&t.__leaf.children.length}get __clipAfterFill(){return this.__leaf.isOverflow||super.__clipAfterFill}}class ih extends th{__getInputData(t,e){const i=super.__getInputData(t,e);return Kt.forEach((t=>delete i[t])),i}}class sh extends eh{}class nh extends $a{}class oh extends $a{get __boxStroke(){return!this.__pathInputed}}class rh extends $a{get __boxStroke(){return!this.__pathInputed}}class ah extends $a{}class hh extends $a{}class lh extends $a{get __pathInputed(){return 2}}class dh extends th{}const ch={thin:100,"extra-light":200,light:300,normal:400,medium:500,"semi-bold":600,bold:700,"extra-bold":800,black:900};class uh extends $a{get __useNaturalRatio(){return!1}setFontWeight(t){"string"==typeof t?(this.__setInput("fontWeight",t),this._fontWeight=ch[t]||400):(this.__input&&this.__removeInput("fontWeight"),this._fontWeight=t)}}class ph extends oh{setUrl(t){this.__setImageFill(t),this._url=t}__setImageFill(t){this.__leaf.image&&(this.__leaf.image=null),this.fill=t?{type:"image",mode:"stretch",url:t}:void 0}__getData(){const t=super.__getData();return delete t.fill,t}__getInputData(t,e){const i=super.__getInputData(t,e);return delete i.fill,i}}class _h extends oh{get __isCanvas(){return!0}get __drawAfterFill(){return!0}__getInputData(t,e){const i=super.__getInputData(t,e);return i.url=this.__leaf.canvas.toDataURL("image/png"),i}}const gh={__updateStrokeSpread(){let t=0,e=0;const i=this.__,{strokeAlign:s,strokeWidth:n}=i;if((i.stroke||"all"===i.hitStroke)&&n&&"inside"!==s&&(e=t="center"===s?n/2:n,!i.__boxStroke)){const e=i.__isLinePath?0:10*t,s="none"===i.strokeCap?0:n;t+=Math.max(e,s)}return i.__useArrow&&(t+=5*n),this.__layout.strokeBoxSpread=e,t},__updateRenderSpread(){let t=0;const{shadow:e,innerShadow:i,blur:s,backgroundBlur:n,filter: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))),s&&(t=Math.max(t,s)),o&&(t+=Va.getSpread(o));let r=t=Math.ceil(t);return i&&i.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))),n&&(r=Math.max(r,n)),this.__layout.renderShapeSpread=r,t+(this.__layout.strokeSpread||0)}},fh={__updateChange(){const t=this.__;if(t.__useEffect){const{shadow:e,innerShadow:i,blur:s,backgroundBlur:n,filter:o}=this.__;t.__useEffect=!!(e||i||s||n||o)}t.__checkSingle();t.__isFills||t.__isStrokes||t.cornerRadius||t.__useEffect?t.__complex=!0:t.__complex&&(t.__complex=!1)},__drawFast(t,e){yh(this,t,e)},__draw(t,e,i){const s=this.__;if(s.__complex){s.__needComputePaint&&s.__computePaint();const{fill:n,stroke:o,__drawAfterFill:r}=s;if(this.__drawRenderPath(t),s.__useEffect){const a=Ua.shape(this,t,e);this.__nowWorld=this.__getNowWorld(e);const{shadow:h,innerShadow:l,filter:d}=s;h&&Xa.shadow(this,t,a),n&&(s.__isFills?Ua.fills(n,this,t):Ua.fill(n,this,t)),r&&this.__drawAfterFill(t,e),l&&Xa.innerShadow(this,t,a),o&&(s.__isStrokes?Ua.strokes(o,this,t):Ua.stroke(o,this,t)),d&&Va.apply(d,this,this.__nowWorld,t,i,a),a.worldCanvas&&a.worldCanvas.recycle(),a.canvas.recycle()}else n&&(s.__isFills?Ua.fills(n,this,t):Ua.fill(n,this,t)),r&&this.__drawAfterFill(t,e),o&&(s.__isStrokes?Ua.strokes(o,this,t):Ua.stroke(o,this,t))}else s.__pathInputed?yh(this,t,e):this.__drawFast(t,e)},__renderShape(t,e,i,s){if(this.__worldOpacity){t.setWorld(this.__nowWorld=this.__getNowWorld(e));const{fill:n,stroke:o}=this.__;this.__drawRenderPath(t),n&&!i&&(this.__.__pixelFill?Ua.fills(n,this,t):Ua.fill("#000000",this,t)),this.__.__isCanvas&&this.__drawAfterFill(t,e),o&&!s&&(this.__.__pixelStroke?Ua.strokes(o,this,t):Ua.stroke("#000000",this,t))}},__drawAfterFill(t,e){this.__.__clipAfterFill?(t.save(),this.windingRule?t.clip(this.windingRule):t.clip(),this.__drawContent(t,e),t.restore()):this.__drawContent(t,e)}};function yh(t,e,i){const{fill:s,stroke:n,__drawAfterFill:o}=t.__;t.__drawRenderPath(e),s&&Ua.fill(s,t,e),o&&t.__drawAfterFill(e,i),n&&Ua.stroke(n,t,e)}const mh={__drawFast(t,e){let{width:i,height:s,fill:n,stroke:o,__drawAfterFill:r}=this.__;if(n&&(t.fillStyle=n,t.fillRect(0,0,i,s)),r&&this.__drawAfterFill(t,e),o){const{strokeAlign:n,__strokeWidth:r}=this.__;if(!r)return;t.setStroke(o,r,this.__);const a=r/2;switch(n){case"center":t.strokeRect(0,0,i,s);break;case"inside":i-=r,s-=r,i<0||s<0?(t.save(),this.__clip(t,e),t.strokeRect(a,a,i,s),t.restore()):t.strokeRect(a,a,i,s);break;case"outside":t.strokeRect(-a,-a,i+r,s+r)}}}};var vh,wh;t.UI=vh=class extends t.Leaf{get app(){return this.leafer&&this.leafer.app}get isFrame(){return!1}set scale(t){h.assignScale(this,t)}get scale(){return this.__.scale}get pen(){const{path:t}=this.__;return an.set(this.path=t||[]),t||this.__drawPathByBox(an),an}get editConfig(){}get editOuter(){return""}get editInner(){return""}constructor(t){super(t)}reset(t){}set(t,e){t&&(e?"temp"===e?(this.lockNormalStyle=!0,Object.assign(this,t),this.lockNormalStyle=!1):this.animate(t,e):Object.assign(this,t))}get(t){return"string"==typeof t?this.__.__getInput(t):this.__.__getInputData(t)}createProxyData(){}find(t,e){return Lt.need("find")}findTag(t){return this.find({tag:t})}findOne(t,e){return Lt.need("find")}findId(t){return this.findOne({id:t})}getPath(t,e){this.__layout.update();let i=e?this.__.__pathForRender:this.__.path;return i||(an.set(i=[]),this.__drawPathByBox(an)),t?mi.toCanvasData(i,!0):i}getPathString(t,e,i){return mi.stringify(this.getPath(t,e),i)}load(){this.__.__computePaint()}__onUpdateSize(){if(this.__.__input){const t=this.__;!t.lazy||this.__inLazyBounds||ja.running?t.__computePaint():t.__needComputePaint=!0}}__updateRenderPath(){if(this.__.path){const t=this.__;t.__pathForRender=t.cornerRadius?rn.smooth(t.path,t.cornerRadius,t.cornerSmoothing):t.path,t.__useArrow&&Ha.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?vs.drawPathByData(t,e):this.__drawPathByBox(t)}__drawPathByBox(t){const{x:e,y:i,width:s,height:n}=this.__layout.boxBounds;if(this.__.cornerRadius){const{cornerRadius:o}=this.__;t.roundRect(e,i,s,n,"number"==typeof o?[o]:o)}else t.rect(e,i,s,n)}animate(t,e,i,s){return Lt.need("animate")}killAnimate(t,e){}export(t,e){return Lt.need("export")}clone(t){const e=this.toJSON();return t&&Object.assign(e,t),vh.one(e)}static one(t,e,i,s,n){return Rt.get(t.tag||this.prototype.__tag,t,e,i,s,n)}static registerUI(){ao()(this)}static registerData(t){$n(t)(this.prototype)}static setEditConfig(t){}static setEditOuter(t){}static setEditInner(t){}destroy(){this.fill=this.stroke=null,this.__animate&&this.killAnimate(),super.destroy()}},Ht([$n($a)],t.UI.prototype,"__",void 0),Ht([Aa()],t.UI.prototype,"zoomLayer",void 0),Ht([Pn("")],t.UI.prototype,"id",void 0),Ht([Pn("")],t.UI.prototype,"name",void 0),Ht([Pn("")],t.UI.prototype,"className",void 0),Ht([Nn("pass-through")],t.UI.prototype,"blendMode",void 0),Ht([Yn(1)],t.UI.prototype,"opacity",void 0),Ht([Xn(!0)],t.UI.prototype,"visible",void 0),Ht([Nn(!1)],t.UI.prototype,"locked",void 0),Ht([Gn(0)],t.UI.prototype,"zIndex",void 0),Ht([Zn(!1)],t.UI.prototype,"mask",void 0),Ht([Kn(!1)],t.UI.prototype,"eraser",void 0),Ht([Rn(0,!0)],t.UI.prototype,"x",void 0),Ht([Rn(0,!0)],t.UI.prototype,"y",void 0),Ht([Mn(100,!0)],t.UI.prototype,"width",void 0),Ht([Mn(100,!0)],t.UI.prototype,"height",void 0),Ht([Sn(1,!0)],t.UI.prototype,"scaleX",void 0),Ht([Sn(1,!0)],t.UI.prototype,"scaleY",void 0),Ht([On(0,!0)],t.UI.prototype,"rotation",void 0),Ht([On(0,!0)],t.UI.prototype,"skewX",void 0),Ht([On(0,!0)],t.UI.prototype,"skewY",void 0),Ht([Rn(0,!0)],t.UI.prototype,"offsetX",void 0),Ht([Rn(0,!0)],t.UI.prototype,"offsetY",void 0),Ht([Rn(0,!0)],t.UI.prototype,"scrollX",void 0),Ht([Rn(0,!0)],t.UI.prototype,"scrollY",void 0),Ht([Cn()],t.UI.prototype,"origin",void 0),Ht([Cn()],t.UI.prototype,"around",void 0),Ht([Pn(!1)],t.UI.prototype,"lazy",void 0),Ht([Dn(1)],t.UI.prototype,"pixelRatio",void 0),Ht([An()],t.UI.prototype,"path",void 0),Ht([Wn()],t.UI.prototype,"windingRule",void 0),Ht([Wn(!0)],t.UI.prototype,"closed",void 0),Ht([Mn(0)],t.UI.prototype,"padding",void 0),Ht([Mn(!1)],t.UI.prototype,"lockRatio",void 0),Ht([Mn()],t.UI.prototype,"widthRange",void 0),Ht([Mn()],t.UI.prototype,"heightRange",void 0),Ht([Pn(!1)],t.UI.prototype,"draggable",void 0),Ht([Pn()],t.UI.prototype,"dragBounds",void 0),Ht([Pn(!1)],t.UI.prototype,"editable",void 0),Ht([qn(!0)],t.UI.prototype,"hittable",void 0),Ht([qn("path")],t.UI.prototype,"hitFill",void 0),Ht([Hn("path")],t.UI.prototype,"hitStroke",void 0),Ht([qn(!1)],t.UI.prototype,"hitBox",void 0),Ht([qn(!0)],t.UI.prototype,"hitChildren",void 0),Ht([qn(!0)],t.UI.prototype,"hitSelf",void 0),Ht([qn()],t.UI.prototype,"hitRadius",void 0),Ht([Jn("")],t.UI.prototype,"cursor",void 0),Ht([Nn()],t.UI.prototype,"fill",void 0),Ht([Hn()],t.UI.prototype,"stroke",void 0),Ht([Hn("inside")],t.UI.prototype,"strokeAlign",void 0),Ht([Hn(1)],t.UI.prototype,"strokeWidth",void 0),Ht([Hn(!1)],t.UI.prototype,"strokeWidthFixed",void 0),Ht([Hn("none")],t.UI.prototype,"strokeCap",void 0),Ht([Hn("miter")],t.UI.prototype,"strokeJoin",void 0),Ht([Hn()],t.UI.prototype,"dashPattern",void 0),Ht([Hn()],t.UI.prototype,"dashOffset",void 0),Ht([Hn(10)],t.UI.prototype,"miterLimit",void 0),Ht([Wn(0)],t.UI.prototype,"cornerRadius",void 0),Ht([Wn()],t.UI.prototype,"cornerSmoothing",void 0),Ht([Da()],t.UI.prototype,"shadow",void 0),Ht([Da()],t.UI.prototype,"innerShadow",void 0),Ht([Da()],t.UI.prototype,"blur",void 0),Ht([Da()],t.UI.prototype,"backgroundBlur",void 0),Ht([Da()],t.UI.prototype,"grayscale",void 0),Ht([Da()],t.UI.prototype,"filter",void 0),Ht([Pn({})],t.UI.prototype,"data",void 0),Ht([so(t.Leaf.prototype.reset)],t.UI.prototype,"reset",null),t.UI=vh=Ht([ro(gh),ro(fh),no()],t.UI),t.Group=class extends t.UI{get __tag(){return"Group"}get isBranch(){return!0}constructor(t){super(t)}reset(t){this.__setBranch(),super.reset(t)}__setBranch(){this.children||(this.children=[])}set(t,e){if(t)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 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(){}},Ht([$n(th)],t.Group.prototype,"__",void 0),t.Group=Ht([ro(t.Branch),ao()],t.Group);const xh=wt.get("Leafer");t.Leafer=wh=class extends t.Group{get __tag(){return"Leafer"}get isApp(){return!1}get app(){return this.parent||this}get isLeafer(){return!0}get imageReady(){return this.viewReady&&fn.isComplete}get layoutLocked(){return!this.layouter.running}get FPS(){return this.renderer?this.renderer.FPS:60}get cursorPoint(){return this.interaction&&this.interaction.hoverData||{x:this.width/2,y:this.height/2}}get clientBounds(){return this.canvas&&this.canvas.getClientBounds()}constructor(t,e){super(e),this.config={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),wh.list.add(this)}init(t,e){if(this.canvas)return;let s;const{config:n}=this;this.__setLeafer(this),e&&(this.parentApp=e,this.__bindApp(e),s=e.running),t&&(this.parent=e,this.initType(t.type),this.parent=void 0,It.assign(n,t));const o=this.canvas=i.canvas(n);this.__controllers.push(this.renderer=i.renderer(this,o,n),this.watcher=i.watcher(this,n),this.layouter=i.layouter(this,n)),this.isApp&&this.__setApp(),this.__checkAutoLayout(n,e),this.view=o.view,e||(this.selector=i.selector(this),this.interaction=i.interaction(this,o,this.selector,n),this.interaction&&(this.__controllers.unshift(this.interaction),this.hitCanvasManager=i.hitCanvasManager()),this.canvasManager=new Dt,s=n.start),this.hittable=n.hittable,this.fill=n.fill,this.canvasManager.add(o),this.__listenEvents(),s&&(this.__startTimer=setTimeout(this.start.bind(this))),Mo.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(Jo.RESTART):this.emitLeafer(Jo.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(Jo.STOP))}unlockLayout(){this.layouter.start(),this.updateLayout()}lockLayout(){this.updateLayout(),this.layouter.stop()}resize(t){const e=It.copyAttrs({},t,Kt);Object.keys(e).forEach((t=>this[t]=e[t]))}forceRender(t,e){const{renderer:i}=this;i&&(i.addBlock(t?new lt(t):this.canvas.bounds),this.viewReady&&(e?i.render():i.update()))}requestRender(t=!1){this.renderer&&this.renderer.update(t)}updateCursor(t){const e=this.interaction;e&&(t?e.setCursor(t):e.updateCursor())}updateLazyBounds(){this.lazyBounds=this.canvas.bounds.clone().spread(this.config.lazySpeard)}__doResize(t){const{canvas:e}=this;if(!e||e.isSameSize(t))return;const i=It.copyAttrs({},this.canvas,Kt);e.resize(t),this.updateLazyBounds(),this.__onResize(new Go(t,i))}__onResize(t){this.emitEvent(t),It.copyAttrs(this.__,t,Kt),setTimeout((()=>{this.canvasManager&&this.canvasManager.clearRecycled()}),0)}__setApp(){}__bindApp(t){this.selector=t.selector,this.interaction=t.interaction,this.canvasManager=t.canvasManager,this.hitCanvasManager=t.hitCanvasManager}__setLeafer(t){this.leafer=t,this.__level=1}__checkAutoLayout(t,e){e||(t.width&&t.height||(this.autoLayout=new ct(t)),this.canvas.startAutoLayout(this.autoLayout,this.__onResize.bind(this)))}__setAttr(t,e){return this.canvas&&(Kt.includes(t)?this.__changeCanvasSize(t,e):"fill"===t?this.__changeFill(e):"hittable"===t?this.parent||(this.canvas.hittable=e):"zIndex"===t&&(this.canvas.zIndex=e,setTimeout((()=>this.parent&&this.parent.__updateSortChildren())))),super.__setAttr(t,e)}__getAttr(t){return this.canvas&&Kt.includes(t)?this.canvas[t]:super.__getAttr(t)}__changeCanvasSize(t,e){const i=It.copyAttrs({},this.canvas,Kt);i[t]=this.config[t]=e,e&&this.canvas.stopAutoLayout(),this.__doResize(i)}__changeFill(t){this.config.fill=t,this.canvas.allowBackgroundColor?this.canvas.backgroundColor=t:this.forceRender()}__onCreated(){this.created=!0}__onReady(){this.ready=!0,this.emitLeafer(Jo.BEFORE_READY),this.emitLeafer(Jo.READY),this.emitLeafer(Jo.AFTER_READY),Mo.run(this.__readyWait)}__onViewReady(){this.viewReady||(this.viewReady=!0,this.emitLeafer(Jo.VIEW_READY),Mo.run(this.__viewReadyWait))}__onLayoutEnd(){const{grow:t,width:e,height:i}=this.config;if(t){let{width:s,height:n,pixelRatio:o}=this;const r="box"===t?this.worldBoxBounds:this.__world;e||(s=Math.max(1,r.x+r.width)),i||(n=Math.max(1,r.y+r.height)),this.__doResize({width:s,height:n,pixelRatio:o})}this.ready||this.__onReady()}__onNextRender(){if(this.viewReady){Mo.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(Jo.VIEW_COMPLETED),Mo.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 Lt.need("view")}getValidMove(t,e){return{x:t,y:e}}getValidScale(t){return t}getWorldPointByClient(t,e){return this.interaction&&this.interaction.getLocal(t,e)}getPagePointByClient(t,e){return this.getPagePoint(this.getWorldPointByClient(t,e))}updateClientBounds(){this.canvas&&this.canvas.updateClientBounds()}receiveEvent(t){}emitLeafer(t){this.emitEvent(new Jo(t,this))}__listenEvents(){const t=kt.start("FirstCreate "+this.innerName);this.once(Jo.START,(()=>kt.end(t))),this.once(Ko.START,(()=>this.updateLazyBounds())),this.once(qo.START,(()=>this.__onCreated())),this.once(qo.END,(()=>this.__onViewReady())),this.__eventIds.push(this.on_(Zo.DATA,this.__onWatchData,this),this.on_(Ko.END,this.__onLayoutEnd,this),this.on_(qo.NEXT,this.__onNextRender,this))}__removeListenEvents(){this.off_(this.__eventIds),this.__eventIds.length=0}destroy(t){const e=()=>{if(!this.destroyed){wh.list.remove(this);try{this.stop(),this.emitEvent(new Jo(Jo.END,this)),this.__removeListenEvents(),this.__controllers.forEach((t=>!(this.parent&&t===this.interaction)&&t.destroy())),this.__controllers.length=0,this.parent||(this.selector&&this.selector.destroy(),this.hitCanvasManager&&this.hitCanvasManager.destroy(),this.canvasManager.destroy()),this.canvas.destroy(),this.config.view=this.view=this.parentApp=null,this.userConfig&&(this.userConfig.view=null),super.destroy(),setTimeout((()=>{mn.clearRecycled()}),100)}catch(t){xh.error(t)}}};t?e():setTimeout(e)}},t.Leafer.list=new da,Ht([$n(ih)],t.Leafer.prototype,"__",void 0),Ht([Mn()],t.Leafer.prototype,"pixelRatio",void 0),t.Leafer=wh=Ht([ao()],t.Leafer),t.Rect=class extends t.UI{get __tag(){return"Rect"}constructor(t){super(t)}},Ht([$n(oh)],t.Rect.prototype,"__",void 0),t.Rect=Ht([ro(mh),no(),ao()],t.Rect);const{copy:bh,add:Eh,includes:kh}=ot,Bh=t.Rect.prototype,Th=t.Group.prototype,Lh={};t.Box=class extends t.Group{get __tag(){return"Box"}get isBranchLeaf(){return!0}constructor(t){super(t),this.__layout.renderChanged||this.__layout.renderChange()}__updateStrokeSpread(){return 0}__updateRectRenderSpread(){return 0}__updateRenderSpread(){return this.__updateRectRenderSpread()||-1}__updateRectBoxBounds(){}__updateBoxBounds(t){const e=this.__;if(this.children.length)if(e.__autoSide){e.__hasSurface&&this.__extraUpdate(),super.__updateBoxBounds();const{boxBounds:t}=this.__layout;e.__autoSize||(e.__autoWidth?(t.width+=t.x,t.x=0,t.height=e.height,t.y=0):(t.height+=t.y,t.y=0,t.width=e.width,t.x=0)),this.__updateNaturalSize()}else this.__updateRectBoxBounds();else this.__updateRectBoxBounds()}__updateStrokeBounds(){}__updateRenderBounds(){let t;const{renderBounds:e}=this.__layout;this.children.length?(super.__updateRenderBounds(),bh(Lh,e),this.__updateRectRenderBounds(),t=!kh(e,Lh),t&&"hide"!==this.__.overflow&&Eh(e,Lh)):this.__updateRectRenderBounds(),!this.isOverflow!=!t&&(this.isOverflow=t)}__updateRectRenderBounds(){}__updateRectChange(){}__updateChange(){super.__updateChange(),this.__updateRectChange()}__renderRect(t,e){}__renderGroup(t,e){}__render(t,e){this.__.__drawAfterFill?this.__renderRect(t,e):(this.__renderRect(t,e),this.children.length&&this.__renderGroup(t,e))}__drawContent(t,e){this.__renderGroup(t,e),this.__.__hasStroke&&(t.setWorld(this.__nowWorld),this.__drawRenderPath(t))}},Ht([$n(eh)],t.Box.prototype,"__",void 0),Ht([Pn(!1)],t.Box.prototype,"resizeChildren",void 0),Ht([Un("show")],t.Box.prototype,"overflow",void 0),Ht([so(Bh.__updateStrokeSpread)],t.Box.prototype,"__updateStrokeSpread",null),Ht([so(Bh.__updateRenderSpread)],t.Box.prototype,"__updateRectRenderSpread",null),Ht([so(Bh.__updateBoxBounds)],t.Box.prototype,"__updateRectBoxBounds",null),Ht([so(Bh.__updateStrokeBounds)],t.Box.prototype,"__updateStrokeBounds",null),Ht([so(Bh.__updateRenderBounds)],t.Box.prototype,"__updateRectRenderBounds",null),Ht([so(Bh.__updateChange)],t.Box.prototype,"__updateRectChange",null),Ht([so(Bh.__render)],t.Box.prototype,"__renderRect",null),Ht([so(Th.__render)],t.Box.prototype,"__renderGroup",null),t.Box=Ht([no(),ao()],t.Box),t.Frame=class extends t.Box{get __tag(){return"Frame"}get isFrame(){return!0}constructor(t){super(t)}},Ht([$n(sh)],t.Frame.prototype,"__",void 0),Ht([Nn("#FFFFFF")],t.Frame.prototype,"fill",void 0),Ht([Un("hide")],t.Frame.prototype,"overflow",void 0),t.Frame=Ht([ao()],t.Frame);const{moveTo:Ph,closePath:Rh,ellipse:Ch}=Ui;t.Ellipse=class extends t.UI{get __tag(){return"Ellipse"}constructor(t){super(t)}__updatePath(){const{width:t,height:i,innerRadius:s,startAngle:n,endAngle:o}=this.__,r=t/2,a=i/2,h=this.__.path=[];s?(n||o?(s<1&&Ch(h,r,a,r*s,a*s,0,n,o,!1),Ch(h,r,a,r,a,0,o,n,!0),s<1&&Rh(h)):(s<1&&(Ch(h,r,a,r*s,a*s),Ph(h,t,a)),Ch(h,r,a,r,a,0,360,0,!0)),e.ellipseToCurve&&(this.__.path=this.getPath(!0))):n||o?(Ph(h,r,a),Ch(h,r,a,r,a,0,n,o,!1),Rh(h)):Ch(h,r,a,r,a)}},Ht([$n(rh)],t.Ellipse.prototype,"__",void 0),Ht([Wn(0)],t.Ellipse.prototype,"innerRadius",void 0),Ht([Wn(0)],t.Ellipse.prototype,"startAngle",void 0),Ht([Wn(0)],t.Ellipse.prototype,"endAngle",void 0),t.Ellipse=Ht([ao()],t.Ellipse);const{moveTo:Sh,lineTo:Oh,drawPoints:Mh}=Ui,{rotate:Dh,getAngle:Ih,getDistance:Ah,defaultPoint:Wh}=M,{toBounds:Fh}=Js;t.Line=class extends t.UI{get __tag(){return"Line"}get toPoint(){const{width:t,rotation:e}=this.__,i={x:0,y:0};return t&&(i.x=t),e&&Dh(i,e),i}set toPoint(t){this.width=Ah(Wh,t),this.rotation=Ih(Wh,t),this.height&&(this.height=0)}constructor(t){super(t)}__updatePath(){const t=this.__,e=t.path=[];t.points?Mh(e,t.points,!1,t.closed):(Sh(e,0,0),Oh(e,this.width,0))}__updateRenderPath(){const t=this.__;!this.pathInputed&&t.points&&t.curve?(Mh(t.__pathForRender=[],t.points,t.curve,t.closed),t.__useArrow&&Ha.addArrows(this,!1)):super.__updateRenderPath()}__updateBoxBounds(){this.points?Fh(this.__.__pathForRender,this.__layout.boxBounds):super.__updateBoxBounds()}},Ht([$n(nh)],t.Line.prototype,"__",void 0),Ht([Fn("center")],t.Line.prototype,"strokeAlign",void 0),Ht([Mn(0)],t.Line.prototype,"height",void 0),Ht([Wn()],t.Line.prototype,"points",void 0),Ht([Wn(0)],t.Line.prototype,"curve",void 0),Ht([Wn(!1)],t.Line.prototype,"closed",void 0),t.Line=Ht([ao()],t.Line);const{sin:zh,cos:Hh,PI:Uh}=Math,{moveTo:Nh,lineTo:Yh,closePath:Xh,drawPoints:Vh}=Ui,jh=t.Line.prototype;t.Polygon=class extends t.UI{get __tag(){return"Polygon"}constructor(t){super(t)}__updatePath(){const t=this.__.path=[];if(this.__.points)Vh(t,this.__.points,!1,!0);else{const{width:e,height:i,sides:s}=this.__,n=e/2,o=i/2;Nh(t,n,0);for(let e=1;e<s;e++)Yh(t,n+n*zh(2*e*Uh/s),o-o*Hh(2*e*Uh/s))}Xh(t)}__updateRenderPath(){}__updateBoxBounds(){}},Ht([$n(ah)],t.Polygon.prototype,"__",void 0),Ht([Wn(3)],t.Polygon.prototype,"sides",void 0),Ht([Wn()],t.Polygon.prototype,"points",void 0),Ht([Wn(0)],t.Polygon.prototype,"curve",void 0),Ht([so(jh.__updateRenderPath)],t.Polygon.prototype,"__updateRenderPath",null),Ht([so(jh.__updateBoxBounds)],t.Polygon.prototype,"__updateBoxBounds",null),t.Polygon=Ht([no(),ao()],t.Polygon);const{sin:Gh,cos:Zh,PI:Kh}=Math,{moveTo:qh,lineTo:Jh,closePath:$h}=Ui;t.Star=class extends t.UI{get __tag(){return"Star"}constructor(t){super(t)}__updatePath(){const{width:t,height:e,corners:i,innerRadius:s}=this.__,n=t/2,o=e/2,r=this.__.path=[];qh(r,n,0);for(let t=1;t<2*i;t++)Jh(r,n+(t%2==0?n:n*s)*Gh(t*Kh/i),o-(t%2==0?o:o*s)*Zh(t*Kh/i));$h(r)}},Ht([$n(hh)],t.Star.prototype,"__",void 0),Ht([Wn(5)],t.Star.prototype,"corners",void 0),Ht([Wn(.382)],t.Star.prototype,"innerRadius",void 0),t.Star=Ht([ao()],t.Star),t.Image=class extends t.Rect{get __tag(){return"Image"}get ready(){return!!this.image&&this.image.ready}constructor(t){super(t),this.on(jo.LOADED,(t=>{"fill"===t.attrName&&t.attrValue.url===this.url&&(this.image=t.image)}))}destroy(){this.image=null,super.destroy()}},Ht([$n(ph)],t.Image.prototype,"__",void 0),Ht([Mn("")],t.Image.prototype,"url",void 0),t.Image=Ht([ao()],t.Image);const Qh=t.Image;t.Canvas=class extends t.Rect{get __tag(){return"Canvas"}get ready(){return!this.url}constructor(t){super(t),this.canvas=i.canvas(this.__),this.context=this.canvas.context,t&&t.url&&this.drawImage(t.url)}drawImage(t){new bn({url:t}).load((t=>{this.context.drawImage(t.view,0,0),this.url=void 0,this.paint(),this.emitEvent(new jo(jo.LOADED,{image:t}))}))}draw(t,e,i,s){const n=new H(t.worldTransform).invert(),o=new H;e&&o.translate(e.x,e.y),i&&("number"==typeof i?o.scale(i):o.scale(i.x,i.y)),s&&o.rotate(s),n.multiplyParent(o),t.__render(this.canvas,{matrix:n.withScale()}),this.paint()}paint(){this.forceRender()}__drawContent(t,e){const{width:i,height:s}=this.__,{view:n}=this.canvas;t.drawImage(n,0,0,n.width,n.height,0,0,i,s)}__updateSize(){const{canvas:t}=this;if(t){const{smooth:e,safeResize:i}=this.__;t.resize(this.__,i),t.smooth!==e&&(t.smooth=e)}}destroy(){this.canvas&&(this.canvas.destroy(),this.canvas=this.context=null),super.destroy()}},Ht([$n(_h)],t.Canvas.prototype,"__",void 0),Ht([Ia(100)],t.Canvas.prototype,"width",void 0),Ht([Ia(100)],t.Canvas.prototype,"height",void 0),Ht([Ia(1)],t.Canvas.prototype,"pixelRatio",void 0),Ht([Ia(!0)],t.Canvas.prototype,"smooth",void 0),Ht([Pn(!1)],t.Canvas.prototype,"safeResize",void 0),Ht([Ia()],t.Canvas.prototype,"contextSettings",void 0),t.Canvas=Ht([ao()],t.Canvas);const{copyAndSpread:tl,includes:el,isSame:il,spread:sl,setList:nl}=ot;t.Text=class extends t.UI{get __tag(){return"Text"}get textDrawData(){return this.__layout.update(),this.__.__textDrawData}constructor(t){super(t)}__drawHitPath(t){const{__lineHeight:e,fontSize:i,__baseLine:s,__textDrawData:n}=this.__;t.beginPath(),this.__.__letterSpacing<0?this.__drawPathByData(t):n.rows.forEach((n=>t.rect(n.x,n.y-s,n.width,e<i?i:e)))}__drawPathByData(t,e){const{x:i,y:s,width:n,height:o}=this.__layout.boxBounds;t.rect(i,s,n,o)}__drawRenderPath(t){t.font=this.__.__font}__updateTextDrawData(){const t=this.__,{lineHeight:e,letterSpacing:i,fontFamily:s,fontSize:n,fontWeight:o,italic:r,textCase:a,textOverflow:l,padding:d}=t;t.__lineHeight=za.number(e,n),t.__letterSpacing=za.number(i,n),t.__padding=d?h.fourNumber(d):void 0,t.__baseLine=t.__lineHeight-(t.__lineHeight-.7*n)/2,t.__font=`${r?"italic ":""}${"small-caps"===a?"small-caps ":""}${"normal"!==o?o+" ":""}${n}px ${s}`,t.__clipText="show"!==l&&!t.__autoSize,t.__textDrawData=Wa.getDrawData(t.text,this.__)}__updateBoxBounds(){const t=this.__,e=this.__layout,{fontSize:i,italic:s,padding:n,__autoWidth:o,__autoHeight:r}=t;this.__updateTextDrawData();const{bounds:a}=t.__textDrawData,h=e.boxBounds;if(t.__lineHeight<i&&sl(a,i/2),o||r){if(h.x=o?a.x:0,h.y=r?a.y:0,h.width=o?a.width:t.width,h.height=r?a.height:t.height,n){const[e,i,s,n]=t.__padding;o&&(h.x-=n,h.width+=i+n),r&&(h.y-=e,h.height+=s+e)}this.__updateNaturalSize()}else super.__updateBoxBounds();s&&(h.width+=.16*i);const l=el(h,a)?h:a;il(l,e.contentBounds)?t.__textBoxBounds=l:(e.contentBounds=l,e.renderChanged=!0,nl(t.__textBoxBounds={},[h,a]))}__updateRenderSpread(){let t=super.__updateRenderSpread();return t||(t=this.__layout.boxBounds===this.__layout.contentBounds?0:1),t}__updateRenderBounds(){tl(this.__layout.renderBounds,this.__.__textBoxBounds,this.__layout.renderSpread)}},Ht([$n(uh)],t.Text.prototype,"__",void 0),Ht([Mn(0)],t.Text.prototype,"width",void 0),Ht([Mn(0)],t.Text.prototype,"height",void 0),Ht([Pn(!1)],t.Text.prototype,"resizeFontSize",void 0),Ht([Nn("#000000")],t.Text.prototype,"fill",void 0),Ht([Fn("outside")],t.Text.prototype,"strokeAlign",void 0),Ht([qn("all")],t.Text.prototype,"hitFill",void 0),Ht([Mn("")],t.Text.prototype,"text",void 0),Ht([Mn("caption")],t.Text.prototype,"fontFamily",void 0),Ht([Mn(12)],t.Text.prototype,"fontSize",void 0),Ht([Mn("normal")],t.Text.prototype,"fontWeight",void 0),Ht([Mn(!1)],t.Text.prototype,"italic",void 0),Ht([Mn("none")],t.Text.prototype,"textCase",void 0),Ht([Mn("none")],t.Text.prototype,"textDecoration",void 0),Ht([Mn(0)],t.Text.prototype,"letterSpacing",void 0),Ht([Mn({type:"percent",value:1.5})],t.Text.prototype,"lineHeight",void 0),Ht([Mn(0)],t.Text.prototype,"paraIndent",void 0),Ht([Mn(0)],t.Text.prototype,"paraSpacing",void 0),Ht([Mn("x")],t.Text.prototype,"writingMode",void 0),Ht([Mn("left")],t.Text.prototype,"textAlign",void 0),Ht([Mn("top")],t.Text.prototype,"verticalAlign",void 0),Ht([Mn(!0)],t.Text.prototype,"autoSizeAlign",void 0),Ht([Mn("normal")],t.Text.prototype,"textWrap",void 0),Ht([Mn("show")],t.Text.prototype,"textOverflow",void 0),t.Text=Ht([ao()],t.Text),t.Path=class extends t.UI{get __tag(){return"Path"}constructor(t){super(t)}},Ht([$n(lh)],t.Path.prototype,"__",void 0),Ht([Fn("center")],t.Path.prototype,"strokeAlign",void 0),t.Path=Ht([ao()],t.Path),t.Pen=class extends t.Group{get __tag(){return"Pen"}constructor(t){super(t)}setStyle(e){const i=this.pathElement=new t.Path(e);return this.pathStyle=e,this.__path=i.path||(i.path=[]),this.add(i),this}beginPath(){return this}moveTo(t,e){return this}lineTo(t,e){return this}bezierCurveTo(t,e,i,s,n,o){return this}quadraticCurveTo(t,e,i,s){return this}closePath(){return this}rect(t,e,i,s){return this}roundRect(t,e,i,s,n){return this}ellipse(t,e,i,s,n,o,r,a){return this}arc(t,e,i,s,n,o){return this}arcTo(t,e,i,s,n){return this}drawEllipse(t,e,i,s,n,o,r,a){return this}drawArc(t,e,i,s,n,o){return this}drawPoints(t,e,i){return this}clearPath(){return this}paint(){this.pathElement.__layout.boxChanged||this.pathElement.forceUpdate("path")}},Ht([$n(dh)],t.Pen.prototype,"__",void 0),Ht([(t,e)=>{En(t,e,{get(){return this.__path}})}],t.Pen.prototype,"path",void 0),t.Pen=Ht([ro(ns,["set","path","paint"]),ao()],t.Pen),t.App=class extends t.Leafer{get __tag(){return"App"}get isApp(){return!0}constructor(t,e){super(t,e)}init(t,e){if(super.init(t,e),t){const{ground:e,tree:s,sky:n,editor:o}=t;e&&(this.ground=this.addLeafer(e)),(s||o)&&(this.tree=this.addLeafer(s||{type:t.type||"design"})),(n||o)&&(this.sky=this.addLeafer(n)),o&&this.sky.add(this.editor=i.editor(o))}}__setApp(){const{canvas:t}=this,{realCanvas:e,view:i}=this.config;e||i===this.canvas.view||!t.parentView?this.realCanvas=!0:t.unrealCanvas(),this.leafer=this,this.watcher.disable(),this.layouter.disable(),this.__eventIds.push(this.on_(Vo.CHANGE,this.__onPropertyChange,this))}start(){super.start(),this.children.forEach((t=>t.start()))}stop(){this.children.forEach((t=>t.stop())),super.stop()}unlockLayout(){super.unlockLayout(),this.children.forEach((t=>t.unlockLayout()))}lockLayout(){super.lockLayout(),this.children.forEach((t=>t.lockLayout()))}forceRender(t,e){this.children.forEach((i=>i.forceRender(t,e)))}addLeafer(e){const i=new t.Leafer(e);return this.add(i),i}add(t,e){if(!t.view){if(this.realCanvas&&!this.canvas.bounds)return void setTimeout((()=>this.add(t,e)),10);t.init(this.__getChildConfig(t.userConfig),this)}super.add(t,e),void 0!==e&&(t.canvas.childIndex=e),this.__listenChildEvents(t)}__onPropertyChange(){wt.showHitView&&this.children.forEach((t=>t.forceUpdate("surface")))}__onCreated(){this.created=this.children.every((t=>t.created))}__onReady(){this.children.every((t=>t.ready))&&super.__onReady()}__onViewReady(){this.children.every((t=>t.viewReady))&&super.__onViewReady()}__onChildRenderEnd(t){this.renderer.addBlock(t.renderBounds),this.viewReady&&this.renderer.update()}__render(t,e){if(t.context){const i=e.matrix;i&&t.setTransform(i.a,i.b,i.c,i.d,i.e,i.f),this.children.forEach((e=>t.copyWorld(e.canvas)))}}__onResize(t){this.children.forEach((e=>e.resize(t))),super.__onResize(t)}updateLayout(){this.children.forEach((t=>t.updateLayout()))}__getChildConfig(t){let e=Object.assign({},this.config);return e.hittable=e.realCanvas=void 0,t&&It.assign(e,t),this.autoLayout&&It.copyAttrs(e,this,Kt),e.view=this.realCanvas?void 0:this.view,e.fill=void 0,e}__listenChildEvents(t){t.once(Ko.END,(()=>this.__onReady())),t.once(qo.START,(()=>this.__onCreated())),t.once(qo.END,(()=>this.__onViewReady())),this.realCanvas&&this.__eventIds.push(t.on_(qo.END,this.__onChildRenderEnd,this))}},t.App=Ht([ao()],t.App);const ol={},rl={isHoldSpaceKey:()=>rl.isHold("Space"),isHold:t=>ol[t],setDownCode(t){ol[t]||(ol[t]=!0)},setUpCode(t){ol[t]=!1}},al={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 hl extends Yo{get spaceKey(){return rl.isHoldSpaceKey()}get left(){return al.left(this)}get right(){return al.right(this)}get middle(){return al.middle(this)}constructor(t){super(t.type),this.bubbles=!0,Object.assign(this,t)}getBoxPoint(t){return(t||this.current).getBoxPoint(this)}getInnerPoint(t){return(t||this.current).getInnerPoint(this)}getLocalPoint(t){return(t||this.current).getLocalPoint(this)}getPagePoint(){return this.current.getPagePoint(this)}getInner(t){return this.getInnerPoint(t)}getLocal(t){return this.getLocalPoint(t)}getPage(){return this.getPagePoint()}static changeName(t,e){Ot.changeName(t,e)}}t.PointerEvent=class extends hl{},t.PointerEvent.POINTER="pointer",t.PointerEvent.BEFORE_DOWN="pointer.before_down",t.PointerEvent.BEFORE_MOVE="pointer.before_move",t.PointerEvent.BEFORE_UP="pointer.before_up",t.PointerEvent.DOWN="pointer.down",t.PointerEvent.MOVE="pointer.move",t.PointerEvent.UP="pointer.up",t.PointerEvent.OVER="pointer.over",t.PointerEvent.OUT="pointer.out",t.PointerEvent.ENTER="pointer.enter",t.PointerEvent.LEAVE="pointer.leave",t.PointerEvent.TAP="tap",t.PointerEvent.DOUBLE_TAP="double_tap",t.PointerEvent.CLICK="click",t.PointerEvent.DOUBLE_CLICK="double_click",t.PointerEvent.LONG_PRESS="long_press",t.PointerEvent.LONG_TAP="long_tap",t.PointerEvent.MENU="pointer.menu",t.PointerEvent.MENU_TAP="pointer.menu_tap",t.PointerEvent=Ht([ho()],t.PointerEvent);const ll=t.PointerEvent,dl={};t.DragEvent=class extends t.PointerEvent{static setList(t){this.list=t instanceof da?t:new da(t)}static setData(t){this.data=t}static getValidMove(t,e,i){const{draggable:s,dragBounds:n}=t,o=t.getLocalPoint(i,null,!0);return M.move(o,e.x-t.x,e.y-t.y),n&&this.getMoveInDragBounds(t.__localBoxBounds,"parent"===n?t.parent.boxBounds:n,o,!0),"x"===s&&(o.y=0),"y"===s&&(o.x=0),o}static getMoveInDragBounds(t,e,i,s){const n=t.x+i.x,o=t.y+i.y,r=n+t.width,a=o+t.height,h=e.x+e.width,l=e.y+e.height;return s||(i=Object.assign({},i)),ot.includes(t,e)?(n>e.x?i.x+=e.x-n:r<h&&(i.x+=h-r),o>e.y?i.y+=e.y-o:a<l&&(i.y+=l-a)):(n<e.x?i.x+=e.x-n:r>h&&(i.x+=h-r),o<e.y?i.y+=e.y-o:a>l&&(i.y+=l-a)),i}getPageMove(t){return this.assignMove(t),this.current.getPagePoint(dl,null,!0)}getInnerMove(t,e){return t||(t=this.current),this.assignMove(e),t.getInnerPoint(dl,null,!0)}getLocalMove(t,e){return t||(t=this.current),this.assignMove(e),t.getLocalPoint(dl,null,!0)}getPageTotal(){return this.getPageMove(!0)}getInnerTotal(t){return this.getInnerMove(t,!0)}getLocalTotal(t){return this.getLocalMove(t,!0)}getPageBounds(){const t=this.getPageTotal(),e=this.getPagePoint(),i={};return ot.set(i,e.x-t.x,e.y-t.y,t.x,t.y),ot.unsign(i),i}assignMove(t){dl.x=t?this.totalX:this.moveX,dl.y=t?this.totalY:this.moveY}},t.DragEvent.BEFORE_DRAG="drag.before_drag",t.DragEvent.START="drag.start",t.DragEvent.DRAG="drag",t.DragEvent.END="drag.end",t.DragEvent.OVER="drag.over",t.DragEvent.OUT="drag.out",t.DragEvent.ENTER="drag.enter",t.DragEvent.LEAVE="drag.leave",t.DragEvent=Ht([ho()],t.DragEvent);const cl=t.DragEvent;t.DropEvent=class extends t.PointerEvent{static setList(e){t.DragEvent.setList(e)}static setData(e){t.DragEvent.setData(e)}},t.DropEvent.DROP="drop",t.DropEvent=Ht([ho()],t.DropEvent),t.MoveEvent=class extends t.DragEvent{},t.MoveEvent.BEFORE_MOVE="move.before_move",t.MoveEvent.START="move.start",t.MoveEvent.MOVE="move",t.MoveEvent.END="move.end",t.MoveEvent=Ht([ho()],t.MoveEvent),t.RotateEvent=class extends hl{},t.RotateEvent.BEFORE_ROTATE="rotate.before_rotate",t.RotateEvent.START="rotate.start",t.RotateEvent.ROTATE="rotate",t.RotateEvent.END="rotate.end",t.RotateEvent=Ht([ho()],t.RotateEvent),t.SwipeEvent=class extends t.DragEvent{},t.SwipeEvent.SWIPE="swipe",t.SwipeEvent.LEFT="swipe.left",t.SwipeEvent.RIGHT="swipe.right",t.SwipeEvent.UP="swipe.up",t.SwipeEvent.DOWN="swipe.down",t.SwipeEvent=Ht([ho()],t.SwipeEvent),t.ZoomEvent=class extends hl{},t.ZoomEvent.BEFORE_ZOOM="zoom.before_zoom",t.ZoomEvent.START="zoom.start",t.ZoomEvent.ZOOM="zoom",t.ZoomEvent.END="zoom.end",t.ZoomEvent=Ht([ho()],t.ZoomEvent),t.KeyEvent=class extends hl{},t.KeyEvent.DOWN="key.down",t.KeyEvent.HOLD="key.hold",t.KeyEvent.UP="key.up",t.KeyEvent=Ht([ho()],t.KeyEvent);const ul={getDragEventData:(t,e,i)=>Object.assign(Object.assign({},i),{x:i.x,y:i.y,moveX:i.x-e.x,moveY:i.y-e.y,totalX:i.x-t.x,totalY:i.y-t.y}),getDropEventData:(t,e,i)=>Object.assign(Object.assign({},t),{list:e,data:i}),getSwipeDirection:e=>e<-45&&e>-135?t.SwipeEvent.UP:e>45&&e<135?t.SwipeEvent.DOWN:e<=45&&e>=-45?t.SwipeEvent.RIGHT:t.SwipeEvent.LEFT,getSwipeEventData:(t,e,i)=>Object.assign(Object.assign({},i),{moveX:e.moveX,moveY:e.moveY,totalX:i.x-t.x,totalY:i.y-t.y,type:pl.getSwipeDirection(M.getAngle(t,i))}),getBase(t){const e=1===t.button?4:t.button;return{altKey:t.altKey,ctrlKey:t.ctrlKey,shiftKey:t.shiftKey,metaKey:t.metaKey,buttons:void 0===t.buttons?1:0===t.buttons?e:t.buttons,origin:t}},pathHasEventType(t,e){const{list:i}=t;for(let t=0,s=i.length;t<s;t++)if(i[t].hasEvent(e))return!0;return!1},filterPathByEventType(t,e){const i=new da,{list:s}=t;for(let t=0,n=s.length;t<n;t++)s[t].hasEvent(e)&&i.add(s[t]);return i},pathCanDrag:e=>e&&e.list.some((e=>e.draggable||e.editable||!e.isLeafer&&e.hasEvent(t.DragEvent.DRAG))),pathHasOutside:t=>t&&t.list.some((t=>t.isOutside))},pl=ul,_l=new da,{getDragEventData:gl,getDropEventData:fl,getSwipeEventData:yl}=ul;class ml{constructor(t){this.interaction=t}setDragData(t){this.animateWait&&this.dragEndReal(),this.downData=this.interaction.downData,this.dragData=gl(t,t,t),this.canAnimate=this.canDragOut=!0}getList(e,i){const{proxy:s}=this.interaction.selector,n=s&&s.list.length,o=t.DragEvent.list||this.draggableList||_l;return this.dragging&&(n?e?_l:new da(i?[...s.list,...s.dragHoverExclude]:s.list):o)}checkDrag(e,i){const{interaction:s}=this;if(this.moving&&e.buttons<1)return this.canAnimate=!1,void s.pointerCancel();!this.moving&&i&&(this.moving=s.canMove(this.downData)||s.isHoldRightKey||s.isMobileDragEmpty)&&(this.dragData.moveType="drag",s.emit(t.MoveEvent.START,this.dragData)),this.moving||this.dragStart(e,i),this.drag(e)}dragStart(e,i){this.dragging||(this.dragging=i&&al.left(e),this.dragging&&(this.interaction.emit(t.DragEvent.START,this.dragData),this.getDraggableList(this.dragData.path),this.setDragStartPoints(this.realDraggableList=this.getList(!0))))}setDragStartPoints(t){this.dragStartPoints={},t.forEach((t=>this.dragStartPoints[t.innerId]={x:t.x,y:t.y}))}getDraggableList(t){let e;for(let i=0,s=t.length;i<s;i++)if(e=t.list[i],(e.draggable||e.editable)&&e.hitSelf&&!e.locked){this.draggableList=new da(e);break}}drag(e){const{interaction:i,dragData:s,downData:n}=this,{path:o,throughPath:r}=n;this.dragData=gl(n,s,e),r&&(this.dragData.throughPath=r),this.dragData.path=o,this.moving?(this.dragData.moveType="drag",i.emit(t.MoveEvent.BEFORE_MOVE,this.dragData),i.emit(t.MoveEvent.MOVE,this.dragData)):this.dragging&&(this.dragReal(),i.emit(t.DragEvent.BEFORE_DRAG,this.dragData),i.emit(t.DragEvent.DRAG,this.dragData))}dragReal(){const{running:e}=this.interaction,i=this.realDraggableList;if(i.length&&e){const{totalX:e,totalY:s}=this.dragData;i.forEach((i=>i.draggable&&i.move(t.DragEvent.getValidMove(i,this.dragStartPoints[i.innerId],{x:e,y:s}))))}}dragOverOrOut(e){const{interaction:i}=this,{dragOverPath:s}=this,{path:n}=e;this.dragOverPath=n,s?n.indexAt(0)!==s.indexAt(0)&&(i.emit(t.DragEvent.OUT,e,s),i.emit(t.DragEvent.OVER,e,n)):i.emit(t.DragEvent.OVER,e,n)}dragEnterOrLeave(e){const{interaction:i}=this,{dragEnterPath:s}=this,{path:n}=e;i.emit(t.DragEvent.LEAVE,e,s,n),i.emit(t.DragEvent.ENTER,e,n,s),this.dragEnterPath=n}dragEnd(t,e){(this.dragging||this.moving)&&(this.checkDragEndAnimate(t,e)||this.dragEndReal(t))}dragEndReal(e){const{interaction:i,downData:s,dragData:n}=this;e||(e=n);const{path:o,throughPath:r}=s,a=gl(s,e,e);if(r&&(a.throughPath=r),a.path=o,this.moving&&(this.moving=!1,a.moveType="drag",i.emit(t.MoveEvent.END,a)),this.dragging){const o=this.getList();this.dragging=!1,i.emit(t.DragEvent.END,a),this.swipe(e,s,n,a),this.drop(e,o,this.dragEnterPath)}this.autoMoveCancel(),this.dragReset(),this.animate(null,"off")}swipe(t,e,i,s){const{interaction:n}=this;if(M.getDistance(e,t)>n.config.pointer.swipeDistance){const t=yl(e,i,s);this.interaction.emit(t.type,t)}}drop(e,i,s){const n=fl(e,i,t.DragEvent.data);n.path=s,this.interaction.emit(t.DropEvent.DROP,n),this.interaction.emit(t.DragEvent.LEAVE,e,s)}dragReset(){t.DragEvent.list=t.DragEvent.data=this.draggableList=this.dragData=this.downData=this.dragOverPath=this.dragEnterPath=null}checkDragEndAnimate(t,e){return!1}animate(t,e){}checkDragOut(t){}autoMoveOnDragOut(t){}autoMoveCancel(){}destroy(){this.dragReset()}}const vl=wt.get("emit");const wl=["move","zoom","rotate","key"];function xl(t,e,i,s,n){if(wl.some((t=>e.startsWith(t)))&&t.__.hitChildren&&!El(t,n)){let o;for(let r=0,a=t.children.length;r<a;r++)o=t.children[r],!i.path.has(o)&&o.__.hittable&&bl(o,e,i,s,n)}}function bl(t,e,i,s,n){if(t.destroyed)return!1;if(t.__.hitSelf&&!El(t,n)&&(Ga.updateEventStyle&&!s&&Ga.updateEventStyle(t,e),t.hasEvent(e,s))){i.phase=s?1:t===i.target?2:3;const n=Ot.get(e,i);if(t.emitEvent(n,s),n.isStop)return!0}return!1}function El(t,e){return e&&e.has(t)}const kl={wheel:{zoomSpeed:.5,moveSpeed:.5,rotateSpeed:.5,delta:{x:20,y:8}},pointer:{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:Bl,pathCanDrag:Tl,pathHasOutside:Ll}=ul;class Pl{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&&al.middle(this.downData)}get isHoldRightKey(){return this.m.holdRightKey&&this.downData&&al.right(this.downData)}get isHoldSpaceKey(){return this.m.holdSpaceKey&&rl.isHoldSpaceKey()}get m(){return this.config.move}get p(){return this.config.pointer}get hitRadius(){return this.p.hitRadius}constructor(t,e,i,s){this.config=It.clone(kl),this.tapCount=0,this.downKeyMap={},this.target=t,this.canvas=e,this.selector=i,this.defaultPath=new da(t),this.createTransformer(),this.dragger=new ml(this),s&&(this.config=It.default(s,this.config)),this.__listenEvents()}start(){this.running=!0}stop(){this.running=!1}receive(t){}pointerDown(e,i){e||(e=this.hoverData),e&&(al.defaultLeft(e),this.updateDownData(e),this.checkPath(e,i),this.downTime=Date.now(),this.emit(t.PointerEvent.BEFORE_DOWN,e),this.emit(t.PointerEvent.DOWN,e),al.left(e)&&(this.tapWait(),this.longPressWait(e)),this.waitRightTap=al.right(e),this.dragger.setDragData(e),this.isHoldRightKey||this.updateCursor(e))}pointerMove(t){if(t||(t=this.hoverData),!t)return;const{downData:e}=this;e&&al.defaultLeft(t);(this.canvas.bounds.hitPoint(t)||e)&&(this.pointerMoveReal(t),e&&this.dragger.checkDragOut(t))}pointerMoveReal(e){if(this.emit(t.PointerEvent.BEFORE_MOVE,e,this.defaultPath),this.downData){const t=M.getDistance(this.downData,e)>this.p.dragDistance;t&&(this.waitTap&&this.pointerWaitCancel(),this.waitRightTap=!1),this.dragger.checkDrag(e,t)}this.dragger.moving||(this.updateHoverData(e),this.checkPath(e),this.emit(t.PointerEvent.MOVE,e),this.pointerHover(e),this.dragging&&(this.dragger.dragOverOrOut(e),this.dragger.dragEnterOrLeave(e))),this.updateCursor(this.downData||e)}pointerUp(e){const{downData:i}=this;if(e||(e=i),!i)return;al.defaultLeft(e),e.multiTouch=i.multiTouch,this.findPath(e);const s=Object.assign(Object.assign({},e),{path:e.path.clone()});e.path.addList(i.path.list),this.checkPath(e),this.downData=null,this.emit(t.PointerEvent.BEFORE_UP,e),this.emit(t.PointerEvent.UP,e),this.touchLeave(e),e.isCancel||(this.tap(e),this.menuTap(e)),this.dragger.dragEnd(e),this.updateCursor(s)}pointerCancel(){const t=Object.assign({},this.dragger.dragData);t.isCancel=!0,this.pointerUp(t)}menu(e){this.findPath(e),this.emit(t.PointerEvent.MENU,e),this.waitMenuTap=!0,!this.downData&&this.waitRightTap&&this.menuTap(e)}menuTap(e){this.waitRightTap&&this.waitMenuTap&&(this.emit(t.PointerEvent.MENU_TAP,e),this.waitRightTap=this.waitMenuTap=!1)}createTransformer(){}move(t){}zoom(t){}rotate(t){}transformEnd(){}wheel(t){}multiTouch(t,e){}keyDown(e){if(!this.config.keyEvent)return;const{code:i}=e;this.downKeyMap[i]||(this.downKeyMap[i]=!0,rl.setDownCode(i),this.emit(t.KeyEvent.HOLD,e,this.defaultPath),this.moveMode&&(this.cancelHover(),this.updateCursor())),this.emit(t.KeyEvent.DOWN,e,this.defaultPath)}keyUp(e){if(!this.config.keyEvent)return;const{code:i}=e;this.downKeyMap[i]=!1,rl.setUpCode(i),this.emit(t.KeyEvent.UP,e,this.defaultPath),"grab"===this.cursor&&this.updateCursor()}pointerHover(t){!this.canHover||this.dragging&&!this.p.dragHover||(t.path||(t.path=new da),this.pointerOverOrOut(t),this.pointerEnterOrLeave(t))}pointerOverOrOut(e){const{path:i}=e,{overPath:s}=this;this.overPath=i,s?i.indexAt(0)!==s.indexAt(0)&&(this.emit(t.PointerEvent.OUT,e,s),this.emit(t.PointerEvent.OVER,e,i)):this.emit(t.PointerEvent.OVER,e,i)}pointerEnterOrLeave(e){let{path:i}=e;this.downData&&!this.moveMode&&(i=i.clone(),this.downData.path.forEach((t=>i.add(t))));const{enterPath:s}=this;this.enterPath=i,this.emit(t.PointerEvent.LEAVE,e,s,i),this.emit(t.PointerEvent.ENTER,e,i,s)}touchLeave(e){"touch"===e.pointerType&&this.enterPath&&(this.emit(t.PointerEvent.LEAVE,e),this.dragger.dragging&&this.emit(t.DropEvent.LEAVE,e))}tap(e){const{pointer:i}=this.config,s=this.longTap(e);if(!i.tapMore&&s)return;if(!this.waitTap)return;i.tapMore&&this.emitTap(e);const n=Date.now()-this.downTime,o=[t.PointerEvent.DOUBLE_TAP,t.PointerEvent.DOUBLE_CLICK].some((t=>Bl(e.path,t)));n<i.tapTime+50&&o?(this.tapCount++,2===this.tapCount?(this.tapWaitCancel(),this.emitDoubleTap(e)):(clearTimeout(this.tapTimer),this.tapTimer=setTimeout((()=>{i.tapMore||(this.tapWaitCancel(),this.emitTap(e))}),i.tapTime))):i.tapMore||(this.tapWaitCancel(),this.emitTap(e))}findPath(t,i){const{hitRadius:s,through:n}=this.p,{bottomList:o,target:r}=this;e.backgrounder||t.origin||r&&r.updateLayout();const a=this.selector.getByPoint(t,s,Object.assign({bottomList:o,name:t.type},i||{through:n}));return a.throughPath&&(t.throughPath=a.throughPath),t.path=a.path,a.path}isRootPath(t){return t&&t.path.list[0].isLeafer}isTreePath(t){const e=this.target.app;return!(!e||!e.isApp)&&(e.editor&&!t.path.has(e.editor)&&t.path.has(e.tree)&&!t.target.syncEventer)}checkPath(t,e){(e||this.moveMode&&!Ll(t.path))&&(t.path=this.defaultPath)}canMove(t){return t&&(this.moveMode||"auto"===this.m.drag&&!Tl(t.path))&&!Ll(t.path)}isDrag(t){return this.dragger.getList().has(t)}isPress(t){return this.downData&&this.downData.path.has(t)}isHover(t){return this.enterPath&&this.enterPath.has(t)}isFocus(t){return this.focusData===t}cancelHover(){const{hoverData:t}=this;t&&(t.path=this.defaultPath,this.pointerHover(t))}updateDownData(t,e,i){const{downData:s}=this;!t&&s&&(t=s),t&&(this.findPath(t,e),i&&s&&t.path.addList(s.path.list),this.downData=t)}updateHoverData(e){e||(e=this.hoverData),e&&(this.findPath(e,{exclude:this.dragger.getList(!1,!0),name:t.PointerEvent.MOVE}),this.hoverData=e)}updateCursor(t){if(!this.config.cursor||!this.canHover)return;if(t||(this.updateHoverData(),t=this.downData||this.hoverData),this.dragger.moving)return this.setCursor("grabbing");if(this.canMove(t))return this.setCursor(this.downData?"grabbing":"grab");if(!t)return;let e,i;const{path:s}=t;for(let t=0,n=s.length;t<n&&(e=s.list[t],i=e.syncEventer&&e.syncEventer.cursor||e.cursor,!i);t++);this.setCursor(i)}setCursor(t){this.cursor=t}getLocal(t,e){const i=this.canvas.getClientBounds(e);return{x:t.clientX-i.x,y:t.clientY-i.y}}emitTap(e){this.emit(t.PointerEvent.TAP,e),this.emit(t.PointerEvent.CLICK,e)}emitDoubleTap(e){this.emit(t.PointerEvent.DOUBLE_TAP,e),this.emit(t.PointerEvent.DOUBLE_CLICK,e)}pointerWaitCancel(){this.tapWaitCancel(),this.longPressWaitCancel()}tapWait(){clearTimeout(this.tapTimer),this.waitTap=!0}tapWaitCancel(){clearTimeout(this.tapTimer),this.waitTap=!1,this.tapCount=0}longPressWait(e){clearTimeout(this.longPressTimer),this.longPressTimer=setTimeout((()=>{this.longPressed=!0,this.emit(t.PointerEvent.LONG_PRESS,e)}),this.p.longPressTime)}longTap(e){let i;return this.longPressed&&(this.emit(t.PointerEvent.LONG_TAP,e),(Bl(e.path,t.PointerEvent.LONG_TAP)||Bl(e.path,t.PointerEvent.LONG_PRESS))&&(i=!0)),this.longPressWaitCancel(),i}longPressWaitCancel(){clearTimeout(this.longPressTimer),this.longPressed=!1}__onResize(){const{dragOut:t}=this.m;this.shrinkCanvasBounds=new lt(this.canvas.bounds),this.shrinkCanvasBounds.spread(-("number"==typeof t?t:2))}__listenEvents(){const{target:t}=this;this.__eventIds=[t.on_(Go.RESIZE,this.__onResize,this)],t.once(Jo.READY,(()=>this.__onResize()))}__removeListenEvents(){this.target.off_(this.__eventIds),this.__eventIds.length=0}emit(t,e,i,s){this.running&&function(t,e,i,s){if(!i&&!e.path)return;let n;e.type=t,i?e=Object.assign(Object.assign({},e),{path:i}):i=e.path,e.target=i.indexAt(0);try{for(let o=i.length-1;o>-1;o--){if(n=i.list[o],bl(n,t,e,!0,s))return;n.isApp&&xl(n,t,e,!0,s)}for(let o=0,r=i.length;o<r;o++)if(n=i.list[o],n.isApp&&xl(n,t,e,!1,s),bl(n,t,e,!1,s))return}catch(t){vl.error(t)}}(t,e,i,s)}destroy(){this.__eventIds.length&&(this.stop(),this.__removeListenEvents(),this.dragger.destroy(),this.transformer&&this.transformer.destroy(),this.downData=this.overPath=this.enterPath=null)}}class Rl{static set(t,e){this.custom[t]=e}static get(t){return this.custom[t]}}Rl.custom={};class Cl extends Dt{constructor(){super(...arguments),this.maxTotal=1e3,this.pathList=new da,this.pixelList=new da}getPixelType(t,e){return this.__autoClear(),this.pixelList.add(t),i.hitCanvas(e)}getPathType(t){return this.__autoClear(),this.pathList.add(t),i.hitCanvas()}clearImageType(){this.__clearLeafList(this.pixelList)}clearPathType(){this.__clearLeafList(this.pathList)}__clearLeafList(t){t.length&&(t.forEach((t=>{t.__hitCanvas&&(t.__hitCanvas.destroy(),t.__hitCanvas=null)})),t.reset())}__autoClear(){this.pathList.length+this.pixelList.length>this.maxTotal&&this.clear()}clear(){this.clearPathType(),this.clearImageType()}}const{toInnerRadiusPointOf:Sl,copy:Ol,setRadius:Ml}=M,Dl={},Il=t.Leaf.prototype;Il.__hitWorld=function(t){if(!this.__.hitSelf)return!1;this.__.hitRadius&&(Ol(Dl,t),Ml(t=Dl,this.__.hitRadius)),Sl(t,this.__world,Dl);const{width:e,height:i}=this.__world,s=e<10&&i<10;if(this.__.hitBox||s){if(ot.hitRadiusPoint(this.__layout.boxBounds,Dl))return!0;if(s)return!1}return!this.__layout.hitCanvasChanged&&this.__hitCanvas||(this.__updateHitCanvas(),this.__layout.boundsChanged||(this.__layout.hitCanvasChanged=!1)),this.__hit(Dl)},Il.__hitFill=function(t){var e;return null===(e=this.__hitCanvas)||void 0===e?void 0:e.hitFill(t,this.__.windingRule)},Il.__hitStroke=function(t,e){var i;return null===(i=this.__hitCanvas)||void 0===i?void 0:i.hitStroke(t,e)},Il.__hitPixel=function(t){var e;return null===(e=this.__hitCanvas)||void 0===e?void 0:e.hitPixel(t,this.__layout.renderBounds,this.__hitCanvas.hitScale)},Il.__drawHitPath=function(t){t&&this.__drawRenderPath(t)};const Al=new H,Wl=t.UI.prototype;Wl.__updateHitCanvas=function(){const t=this.__,{hitCanvasManager:i}=this.leafer,s=(t.__pixelFill||t.__isCanvas)&&"pixel"===t.hitFill,n=t.__pixelStroke&&"pixel"===t.hitStroke,o=s||n;this.__hitCanvas||(this.__hitCanvas=o?i.getPixelType(this,{contextSettings:{willReadFrequently:!0}}):i.getPathType(this));const r=this.__hitCanvas;if(o){const{renderBounds:i}=this.__layout,o=e.image.hitCanvasSize,a=r.hitScale=dt.set(0,0,o,o).getFitMatrix(i).a,{x:h,y:l,width:d,height:c}=dt.set(i).scale(a);r.resize({width:d,height:c,pixelRatio:1}),r.clear(),mn.patternLocked=!0,this.__renderShape(r,{matrix:Al.setWith(this.__world).scaleWith(1/a).invertWith().translate(-h,-l)},!s,!n),mn.patternLocked=!1,r.resetTransform(),t.__isHitPixel=!0}else t.__isHitPixel&&(t.__isHitPixel=!1);this.__drawHitPath(r),r.setStrokeOptions(t)},Wl.__hit=function(t){"miniapp"===e.name&&this.__drawHitPath(this.__hitCanvas);const i=this.__;if(i.__isHitPixel&&this.__hitPixel(t))return!0;const{hitFill:s}=i,n=(i.fill||i.__isCanvas)&&("path"===s||"pixel"===s&&!(i.__pixelFill||i.__isCanvas))||"all"===s;if(n&&this.__hitFill(t))return!0;const{hitStroke:o,__strokeWidth:r}=i,a=i.stroke&&("path"===o||"pixel"===o&&!i.__pixelStroke)||"all"===o;if(!n&&!a)return!1;const h=2*t.radiusX;let l=h;if(a)switch(i.strokeAlign){case"inside":if(l+=2*r,!n&&this.__hitFill(t)&&this.__hitStroke(t,l))return!0;l=h;break;case"center":l+=r;break;case"outside":if(l+=2*r,!n){if(!this.__hitFill(t)&&this.__hitStroke(t,l))return!0;l=h}}return!!l&&this.__hitStroke(t,l)};const Fl=t.UI.prototype,zl=t.Rect.prototype,Hl=t.Box.prototype;zl.__updateHitCanvas=Hl.__updateHitCanvas=function(){this.stroke||this.cornerRadius||(this.fill||this.__.__isCanvas)&&"pixel"===this.hitFill||"all"===this.hitStroke?Fl.__updateHitCanvas.call(this):this.__hitCanvas&&(this.__hitCanvas=null)},zl.__hitFill=Hl.__hitFill=function(t){return this.__hitCanvas?Fl.__hitFill.call(this,t):ot.hitRadiusPoint(this.__layout.boxBounds,t)},t.Group.prototype.pick=function(t,s){return s||(s=zt),this.updateLayout(),function(t){return t.leafer?t.leafer.selector:e.selector||(e.selector=i.selector())}(this).getByPoint(t,s.hitRadius||0,Object.assign(Object.assign({},s),{target:this}))};const Ul=qt.prototype;function Nl(t,e){let i;const{rows:s,decorationY:n,decorationHeight:o}=t.__.__textDrawData;for(let t=0,r=s.length;t<r;t++)i=s[t],i.text?e.fillText(i.text,i.x,i.y):i.data&&i.data.forEach((t=>{e.fillText(t.char,t.x,i.y)})),n&&e.fillRect(i.x,i.y+n,i.width,o)}function Yl(t,e,i){const{strokeAlign:s}=e.__,n="string"!=typeof t;switch(s){case"center":i.setStroke(n?void 0:t,e.__.strokeWidth,e.__),n?jl(t,!0,e,i):Vl(e,i);break;case"inside":Xl("inside",t,n,e,i);break;case"outside":Xl("outside",t,n,e,i)}}function Xl(t,e,i,s,n){const{__strokeWidth:o,__font:r}=s.__,a=n.getSameCanvas(!0,!0);a.setStroke(i?void 0:e,2*o,s.__),a.font=r,i?jl(e,!0,s,a):Vl(s,a),a.blendMode="outside"===t?"destination-out":"destination-in",Nl(s,a),a.blendMode="normal",s.__worldFlipped?n.copyWorldByReset(a,s.__nowWorld):n.copyWorldToInner(a,s.__nowWorld,s.__layout.renderBounds),a.recycle(s.__nowWorld)}function Vl(t,e){let i;const{rows:s,decorationY:n,decorationHeight:o}=t.__.__textDrawData;for(let t=0,r=s.length;t<r;t++)i=s[t],i.text?e.strokeText(i.text,i.x,i.y):i.data&&i.data.forEach((t=>{e.strokeText(t.char,t.x,i.y)})),n&&e.strokeRect(i.x,i.y+n,i.width,o)}function jl(t,e,i,s){let n;for(let o=0,r=t.length;o<r;o++)n=t[o],n.image&&Na.checkImage(i,s,n,!1)||n.style&&(s.strokeStyle=n.style,n.blendMode?(s.saveBlendMode(n.blendMode),e?Vl(i,s):s.stroke(),s.restoreBlendMode()):e?Vl(i,s):s.stroke())}function Gl(t,e){t.__.dashPattern&&(e.beginPath(),t.__drawPathByData(e,t.__.__pathForArrow),e.dashPattern=null,e.stroke())}Ul.hitFill=function(t,e){return e?this.context.isPointInPath(t.x,t.y,e):this.context.isPointInPath(t.x,t.y)},Ul.hitStroke=function(t,e){return this.strokeWidth=e,this.context.isPointInStroke(t.x,t.y)},Ul.hitPixel=function(t,e,i=1){let{x:s,y:n,radiusX:o,radiusY:r}=t;e&&(s-=e.x,n-=e.y),dt.set(s-o,n-r,2*o,2*r).scale(i).ceil();const{data:a}=this.context.getImageData(dt.x,dt.y,dt.width||1,dt.height||1);for(let t=0,e=a.length;t<e;t+=4)if(a[t+3]>0)return!0;return a[3]>0};const{getSpread:Zl,getOuterOf:Kl,getByMove:ql,getIntersectData:Jl}=ot;let $l;function Ql(t,e,i){if("object"!=typeof e||!1===e.visible||0===e.opacity)return;const{boxBounds:s}=i.__layout;switch(e.type){case"solid":let{type:n,blendMode:o,color:r,opacity:a}=e;return{type:n,blendMode:o,style:Fa.string(r,a)};case"image":return Na.image(i,t,e,s,!$l||!$l[e.url]);case"linear":return Ya.linearGradient(e,s);case"radial":return Ya.radialGradient(e,s);case"angular":return Ya.conicGradient(e,s);default:return void 0!==e.r?{type:"solid",style:Fa.string(e)}:void 0}}const td={compute:function(t,e){const i=e.__,s=[];let n,o=i.__input[t];o instanceof Array||(o=[o]),$l=Na.recycleImage(t,i);for(let i,n=0,r=o.length;n<r;n++)i=Ql(t,o[n],e),i&&s.push(i);i["_"+t]=s.length?s:void 0,s.length&&s[0].image&&(n=s[0].image.hasOpacityPixel),"fill"===t?i.__pixelFill=n:i.__pixelStroke=n},fill:function(t,e,i){i.fillStyle=t,e.__.__font?Nl(e,i):e.__.windingRule?i.fill(e.__.windingRule):i.fill()},fills:function(t,e,i){let s;const{windingRule:n,__font:o}=e.__;for(let r=0,a=t.length;r<a;r++)s=t[r],s.image&&Na.checkImage(e,i,s,!o)||s.style&&(i.fillStyle=s.style,s.transform?(i.save(),i.transform(s.transform),s.blendMode&&(i.blendMode=s.blendMode),o?Nl(e,i):n?i.fill(n):i.fill(),i.restore()):s.blendMode?(i.saveBlendMode(s.blendMode),o?Nl(e,i):n?i.fill(n):i.fill(),i.restoreBlendMode()):o?Nl(e,i):n?i.fill(n):i.fill())},fillText:Nl,stroke:function(t,e,i){const s=e.__,{__strokeWidth:n,strokeAlign:o,__font:r}=s;if(n)if(r)Yl(t,e,i);else switch(o){case"center":i.setStroke(t,n,s),i.stroke(),s.__useArrow&&Gl(e,i);break;case"inside":i.save(),i.setStroke(t,2*n,s),s.windingRule?i.clip(s.windingRule):i.clip(),i.stroke(),i.restore();break;case"outside":const o=i.getSameCanvas(!0,!0);o.setStroke(t,2*n,s),e.__drawRenderPath(o),o.stroke(),s.windingRule?o.clip(s.windingRule):o.clip(),o.clearWorld(e.__layout.renderBounds),e.__worldFlipped?i.copyWorldByReset(o,e.__nowWorld):i.copyWorldToInner(o,e.__nowWorld,e.__layout.renderBounds),o.recycle(e.__nowWorld)}},strokes:function(t,e,i){const s=e.__,{__strokeWidth:n,strokeAlign:o,__font:r}=s;if(n)if(r)Yl(t,e,i);else switch(o){case"center":i.setStroke(void 0,n,s),jl(t,!1,e,i),s.__useArrow&&Gl(e,i);break;case"inside":i.save(),i.setStroke(void 0,2*n,s),s.windingRule?i.clip(s.windingRule):i.clip(),jl(t,!1,e,i),i.restore();break;case"outside":const{renderBounds:o}=e.__layout,r=i.getSameCanvas(!0,!0);e.__drawRenderPath(r),r.setStroke(void 0,2*n,s),jl(t,!1,e,r),s.windingRule?r.clip(s.windingRule):r.clip(),r.clearWorld(o),e.__worldFlipped?i.copyWorldByReset(r,e.__nowWorld):i.copyWorldToInner(r,e.__nowWorld,o),r.recycle(e.__nowWorld)}},strokeText:Yl,drawTextStroke:Vl,shape:function(t,e,i){const s=e.getSameCanvas(),n=t.__nowWorld;let o,r,a,h,{scaleX:l,scaleY:d}=n;if(l<0&&(l=-l),d<0&&(d=-d),e.bounds.includes(n))h=s,o=a=n;else{const{renderShapeSpread:s}=t.__layout,c=Jl(s?Zl(e.bounds,l===d?s*l:[s*d,s*l]):e.bounds,n);r=e.bounds.getFitMatrix(c);let{a:u,d:p}=r;if(r.a<1&&(h=e.getSameCanvas(),t.__renderShape(h,i),l*=u,d*=p),a=Kl(n,r),o=ql(a,-r.e,-r.f),i.matrix){const{matrix:t}=i;r.multiply(t),u*=t.scaleX,p*=t.scaleY}i=Object.assign(Object.assign({},i),{matrix:r.withScale(u,p)})}return t.__renderShape(s,i),{canvas:s,matrix:r,bounds:o,worldCanvas:h,shapeBounds:a,scaleX:l,scaleY:d}}};let ed={};const{get:id,rotateOfOuter:sd,translate:nd,scaleOfOuter:od,scale:rd,rotate:ad}=b;function hd(t,e,i,s,n,o,r){const a=id();nd(a,e.x+i,e.y+s),rd(a,n,o),r&&sd(a,{x:e.x+e.width/2,y:e.y+e.height/2},r),t.transform=a}function ld(t,e,i,s,n,o,r){const a=id();nd(a,e.x+i,e.y+s),n&&rd(a,n,o),r&&ad(a,r),t.transform=a}function dd(t,e,i,s,n,o,r,a,h,l){const d=id();if(h)if("center"===l)sd(d,{x:i/2,y:s/2},h);else switch(ad(d,h),h){case 90:nd(d,s,0);break;case 180:nd(d,i,s);break;case 270:nd(d,0,i)}ed.x=e.x+n,ed.y=e.y+o,nd(d,ed.x,ed.y),r&&od(d,ed,r,a),t.transform=d}const{get:cd,translate:ud}=b,pd=new lt,_d={},gd={};function fd(t,e,i,s){const{blendMode:n,sync:o}=i;n&&(t.blendMode=n),o&&(t.sync=o),t.data=yd(i,s,e)}function yd(t,e,i){let{width:s,height:n}=i;t.padding&&(e=pd.set(e).shrink(t.padding)),"strench"===t.mode&&(t.mode="stretch");const{opacity:o,mode:r,align:a,offset:l,scale:d,size:c,rotation:u,repeat:p,filters:_}=t,g=e.width===s&&e.height===n,f={mode:r},y="center"!==a&&(u||0)%180==90,m=y?n:s,v=y?s:n;let w,x,b=0,E=0;if(r&&"cover"!==r&&"fit"!==r)(d||c)&&(h.getScaleData(d,c,i,gd),w=gd.scaleX,x=gd.scaleY);else if(!g||u){const t=e.width/m,i=e.height/v;w=x="fit"===r?Math.min(t,i):Math.max(t,i),b+=(e.width-s*w)/2,E+=(e.height-n*x)/2}if(a){const t={x:b,y:E,width:m,height:v};w&&(t.width*=w,t.height*=x),mt.toPoint(a,t,e,_d,!0),b+=_d.x,E+=_d.y}switch(l&&(b+=l.x,E+=l.y),r){case"stretch":g||(s=e.width,n=e.height);break;case"normal":case"clip":(b||E||w||u)&&ld(f,e,b,E,w,x,u);break;case"repeat":(!g||w||u)&&dd(f,e,s,n,b,E,w,x,u,a),p||(f.repeat="repeat");break;default:w&&hd(f,e,b,E,w,x,u)}return f.transform||(e.x||e.y)&&(f.transform=cd(),ud(f.transform,e.x,e.y)),w&&"stretch"!==r&&(f.scaleX=w,f.scaleY=x),f.width=s,f.height=n,o&&(f.opacity=o),_&&(f.filters=_),p&&(f.repeat="string"==typeof p?"x"===p?"repeat-x":"repeat-y":"repeat"),f}let md,vd=new lt;const{isSame:wd}=ot;function xd(t,e,i,s,n,o){if("fill"===e&&!t.__.__naturalWidth){const e=t.__;if(e.__naturalWidth=s.width/e.pixelRatio,e.__naturalHeight=s.height/e.pixelRatio,e.__autoSide)return t.forceUpdate("width"),t.__proxyData&&(t.setProxyAttr("width",e.width),t.setProxyAttr("height",e.height)),!1}return n.data||fd(n,s,i,o),!0}function bd(t,e){Bd(t,jo.LOAD,e)}function Ed(t,e){Bd(t,jo.LOADED,e)}function kd(t,e,i){e.error=i,t.forceUpdate("surface"),Bd(t,jo.ERROR,e)}function Bd(t,e,i){t.hasEvent(e)&&t.emitEvent(new jo(e,i))}function Td(t,e){const{leafer:i}=t;i&&i.viewReady&&(i.renderer.ignore=e)}const{get:Ld,scale:Pd,copy:Rd}=b,{ceil:Cd,abs:Sd}=Math;function Od(t,i,s){let{scaleX:n,scaleY:o}=mn.patternLocked?t.__world:t.__nowWorld;const r=n+"-"+o+"-"+s;if(i.patternId===r||t.destroyed)return!1;{n=Sd(n),o=Sd(o);const{image:t,data:a}=i;let h,l,{width:d,height:c,scaleX:u,scaleY:p,transform:_,repeat:g}=a;u&&(l=Ld(),Rd(l,_),Pd(l,1/u,1/p),n*=u,o*=p),n*=s,o*=s,d*=n,c*=o;const f=d*c;if(!g&&f>e.image.maxCacheSize)return!1;let y=e.image.maxPatternSize;if(!t.isSVG){const e=t.width*t.height;y>e&&(y=e)}f>y&&(h=Math.sqrt(f/y)),h&&(n/=h,o/=h,d/=h,c/=h),u&&(n/=u,o/=p),(_||1!==n||1!==o)&&(l||(l=Ld(),_&&Rd(l,_)),Pd(l,1/n,1/o));const m=t.getCanvas(Cd(d)||1,Cd(c)||1,a.opacity,a.filters),v=t.getPattern(m,g||e.origin.noRepeat||"no-repeat",l,i);return i.style=v,i.patternId=r,!0}}const{abs:Md}=Math;const Dd={image:function(t,e,i,s,n){let o,r;const a=mn.get(i);return md&&i===md.paint&&wd(s,md.boxBounds)?o=md.leafPaint:(o={type:i.type,image:a},md=a.use>1?{leafPaint:o,paint:i,boxBounds:vd.set(s)}:null),(n||a.loading)&&(r={image:a,attrName:e,attrValue:i}),a.ready?(xd(t,e,i,a,o,s),n&&(bd(t,r),Ed(t,r))):a.error?n&&kd(t,r,a.error):(n&&(Td(t,!0),bd(t,r)),o.loadId=a.load((()=>{Td(t,!1),t.destroyed||(xd(t,e,i,a,o,s)&&(a.hasOpacityPixel&&(t.__layout.hitCanvasChanged=!0),t.forceUpdate("surface")),Ed(t,r)),o.loadId=null}),(e=>{Td(t,!1),kd(t,r,e),o.loadId=null}))),o},checkImage:function(t,i,s,n){const{scaleX:o,scaleY:r}=mn.patternLocked?t.__world:t.__nowWorld,{pixelRatio:a}=i;if(!s.data||s.patternId===o+"-"+r+"-"+a&&!ja.running)return!1;{const{data:h}=s;if(n)if(h.repeat)n=!1;else{let{width:t,height:i}=h;t*=Md(o)*a,i*=Md(r)*a,h.scaleX&&(t*=h.scaleX,i*=h.scaleY),n=t*i>e.image.maxCacheSize||ja.running}return n?(i.save(),t.windingRule?i.clip(t.windingRule):i.clip(),s.blendMode&&(i.blendMode=s.blendMode),h.opacity&&(i.opacity*=h.opacity),h.transform&&i.transform(h.transform),i.drawImage(s.image.getFull(h.filters),0,0,h.width,h.height),i.restore(),!0):(!s.style||s.sync||ja.running?Od(t,s,a):s.patternTask||(s.patternTask=mn.patternTasker.add((()=>Ut(this,void 0,void 0,(function*(){s.patternTask=null,i.bounds.hit(t.__nowWorld)&&Od(t,s,a),t.forceUpdate("surface")}))),300)),!1)}},createPattern:Od,recycleImage:function(t,e){const i=e["_"+t];if(i instanceof Array){let s,n,o,r;for(let a=0,h=i.length;a<h;a++)s=i[a].image,r=s&&s.url,r&&(n||(n={}),n[r]=!0,mn.recycle(s),s.loading&&(o||(o=e.__input&&e.__input[t]||[],o instanceof Array||(o=[o])),s.unload(i[a].loadId,!o.some((t=>t.url===r)))));return n}return null},createData:fd,getPatternData:yd,fillOrFitMode:hd,clipMode:ld,repeatMode:dd},{toPoint:Id}=gt,Ad={},Wd={};function Fd(t,e,i){if(e){let s;for(let n=0,o=e.length;n<o;n++)s=e[n],"string"==typeof s?t.addColorStop(n/(o-1),Fa.string(s,i)):t.addColorStop(s.offset,Fa.string(s.color,i))}}const{getAngle:zd,getDistance:Hd}=M,{get:Ud,rotateOfOuter:Nd,scaleOfOuter:Yd}=b,{toPoint:Xd}=gt,Vd={},jd={};function Gd(t,e,i,s,n){let o;const{width:r,height:a}=t;if(r!==a||s){const t=zd(e,i);o=Ud(),n?(Yd(o,e,r/a*(s||1),1),Nd(o,e,t+90)):(Yd(o,e,1,r/a*(s||1)),Nd(o,e,t))}return o}const{getDistance:Zd}=M,{toPoint:Kd}=gt,qd={},Jd={};const $d={linearGradient:function(t,i){let{from:s,to:n,type:o,blendMode:r,opacity:a}=t;Id(s||"top",i,Ad),Id(n||"bottom",i,Wd);const h=e.canvas.createLinearGradient(Ad.x,Ad.y,Wd.x,Wd.y);Fd(h,t.stops,a);const l={type:o,style:h};return r&&(l.blendMode=r),l},radialGradient:function(t,i){let{from:s,to:n,type:o,opacity:r,blendMode:a,stretch:h}=t;Xd(s||"center",i,Vd),Xd(n||"bottom",i,jd);const l=e.canvas.createRadialGradient(Vd.x,Vd.y,0,Vd.x,Vd.y,Hd(Vd,jd));Fd(l,t.stops,r);const d={type:o,style:l},c=Gd(i,Vd,jd,h,!0);return c&&(d.transform=c),a&&(d.blendMode=a),d},conicGradient:function(t,i){let{from:s,to:n,type:o,opacity:r,blendMode:a,stretch:h}=t;Kd(s||"center",i,qd),Kd(n||"bottom",i,Jd);const l=e.conicGradientSupport?e.canvas.createConicGradient(0,qd.x,qd.y):e.canvas.createRadialGradient(qd.x,qd.y,0,qd.x,qd.y,Zd(qd,Jd));Fd(l,t.stops,r);const d={type:o,style:l},c=Gd(i,qd,Jd,h||1,e.conicGradientRotate90);return c&&(d.transform=c),a&&(d.blendMode=a),d},getTransform:Gd},{copy:Qd,toOffsetOutBounds:tc}=ot,ec={},ic={};function sc(t,i,s,n){const{bounds:o,shapeBounds:r}=n;if(e.fullImageShadow){if(Qd(ec,t.bounds),ec.x+=i.x-r.x,ec.y+=i.y-r.y,s){const{matrix:t}=n;ec.x-=(o.x+(t?t.e:0)+o.width/2)*(s-1),ec.y-=(o.y+(t?t.f:0)+o.height/2)*(s-1),ec.width*=s,ec.height*=s}t.copyWorld(n.canvas,t.bounds,ec)}else s&&(Qd(ec,i),ec.x-=i.width/2*(s-1),ec.y-=i.height/2*(s-1),ec.width*=s,ec.height*=s),t.copyWorld(n.canvas,r,s?ec:i)}const{toOffsetOutBounds:nc}=ot,oc={};const rc={shadow:function(t,e,i){let s,n;const{__nowWorld:o,__layout:r}=t,{shadow:a}=t.__,{worldCanvas:h,bounds:l,shapeBounds:d,scaleX:c,scaleY:u}=i,p=e.getSameCanvas(),_=a.length-1;tc(l,ic),a.forEach(((a,g)=>{p.setWorldShadow(ic.offsetX+a.x*c,ic.offsetY+a.y*u,a.blur*c,Fa.string(a.color)),n=a.spread?1+2*a.spread/(r.boxBounds.width+2*(r.strokeBoxSpread||0)):0,sc(p,ic,n,i),s=l,a.box&&(p.restore(),p.save(),h&&(p.copyWorld(p,l,o,"copy"),s=o),h?p.copyWorld(h,o,o,"destination-out"):p.copyWorld(i.canvas,d,l,"destination-out")),t.__worldFlipped?e.copyWorldByReset(p,s,o,a.blendMode):e.copyWorldToInner(p,s,r.renderBounds,a.blendMode),_&&g<_&&p.clearWorld(s,!0)})),p.recycle(s)},innerShadow:function(t,e,i){let s,n;const{__nowWorld:o,__layout:r}=t,{innerShadow:a}=t.__,{worldCanvas:h,bounds:l,shapeBounds:d,scaleX:c,scaleY:u}=i,p=e.getSameCanvas(),_=a.length-1;nc(l,oc),a.forEach(((a,g)=>{p.save(),p.setWorldShadow(oc.offsetX+a.x*c,oc.offsetY+a.y*u,a.blur*c),n=a.spread?1-2*a.spread/(r.boxBounds.width+2*(r.strokeBoxSpread||0)):0,sc(p,oc,n,i),p.restore(),h?(p.copyWorld(p,l,o,"copy"),p.copyWorld(h,o,o,"source-out"),s=o):(p.copyWorld(i.canvas,d,l,"source-out"),s=l),p.fillWorld(s,Fa.string(a.color),"source-in"),t.__worldFlipped?e.copyWorldByReset(p,s,o,a.blendMode):e.copyWorldToInner(p,s,r.renderBounds,a.blendMode),_&&g<_&&p.clearWorld(s,!0)})),p.recycle(s)},blur:function(t,e,i){const{blur:s}=t.__;i.setWorldBlur(s*t.__nowWorld.a),i.copyWorldToInner(e,t.__nowWorld,t.__layout.renderBounds),i.filter="none"},backgroundBlur:function(t,e,i){}},{excludeRenderBounds:ac}=Lo;function hc(t,e,i,s,n,o){switch(e){case"grayscale":n.useGrayscaleAlpha(t.__nowWorld);case"alpha":!function(t,e,i,s){const n=t.__nowWorld;i.resetTransform(),i.opacity=1,i.useMask(s,n),s.recycle(n),dc(t,e,i,1)}(t,i,s,n);break;case"opacity-path":dc(t,i,s,o);break;case"path":i.restore()}}function lc(t){return t.getSameCanvas(!1,!0)}function dc(t,e,i,s){const n=t.__nowWorld;e.resetTransform(),e.opacity=s,e.copyWorld(i,n),i.recycle(n)}t.Group.prototype.__renderMask=function(t,e){let i,s,n,o,r,a;const{children:h}=this;for(let l=0,d=h.length;l<d;l++)i=h[l],a=i.__.mask,a&&(r&&(hc(this,r,t,n,s,o),s=n=null),"path"===a||"clipping-path"===a?(i.opacity<1?(r="opacity-path",o=i.opacity,n||(n=lc(t))):(r="path",t.save()),i.__clip(n||t,e)):(r="grayscale"===a?"grayscale":"alpha",s||(s=lc(t)),n||(n=lc(t)),i.__render(s,e)),"clipping"!==a&&"clipping-path"!==a)||ac(i,e)||i.__render(n||t,e);hc(this,r,t,n,s,o)};const cc=">)]}%!?,.:;'\"》)」〉』〗】〕}┐>’”!?,、。:;‰",uc=cc+"_#~&*+\\=|≮≯≈≠=…",pc=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 _c(t){const e={};return t.split("").forEach((t=>e[t]=!0)),e}const gc=_c("ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz"),fc=_c("{[(<'\"《(「〈『〖【〔{┌<‘“=¥¥$€££¢¢"),yc=_c(cc),mc=_c(uc),vc=_c("- —/~|┆·");var wc;!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"}(wc||(wc={}));const{Letter:xc,Single:bc,Before:Ec,After:kc,Symbol:Bc,Break:Tc}=wc;function Lc(t){return gc[t]?xc:vc[t]?Tc:fc[t]?Ec:yc[t]?kc:mc[t]?Bc:pc.test(t)?bc:xc}const Pc={trimRight(t){const{words:e}=t;let i,s=0,n=e.length;for(let o=n-1;o>-1&&(i=e[o].data[0]," "===i.char);o--)s++,t.width-=i.width;s&&e.splice(n-s,s)}};function Rc(t,e,i){switch(e){case"title":return i?t.toUpperCase():t;case"upper":return t.toUpperCase();case"lower":return t.toLowerCase();default:return t}}const{trimRight:Cc}=Pc,{Letter:Sc,Single:Oc,Before:Mc,After:Dc,Symbol:Ic,Break:Ac}=wc;let Wc,Fc,zc,Hc,Uc,Nc,Yc,Xc,Vc,jc,Gc,Zc,Kc,qc,Jc,$c,Qc,tu=[];function eu(t,e){Vc&&!Xc&&(Xc=Vc),Wc.data.push({char:t,width:e}),zc+=e}function iu(){Hc+=zc,Wc.width=zc,Fc.words.push(Wc),Wc={data:[]},zc=0}function su(){qc&&(Jc.paraNumber++,Fc.paraStart=!0,qc=!1),Vc&&(Fc.startCharSize=Xc,Fc.endCharSize=Vc,Xc=0),Fc.width=Hc,$c.width?Cc(Fc):Qc&&nu(),tu.push(Fc),Fc={words:[]},Hc=0}function nu(){Hc>(Jc.maxWidth||0)&&(Jc.maxWidth=Hc)}const{top:ou,right:ru,bottom:au,left:hu}=t.Direction4;function lu(t,e,i){const{bounds:s,rows:n}=t;s[e]+=i;for(let t=0;t<n.length;t++)n[t][e]+=i}const du={getDrawData:function(t,i){"string"!=typeof t&&(t=String(t));let s=0,n=0,o=i.__getInput("width")||0,r=i.__getInput("height")||0;const{textDecoration:a,__font:h,__padding:l}=i;l&&(o?(s=l[hu],o-=l[ru]+l[hu]):i.autoSizeAlign||(s=l[hu]),r?(n=l[ou],r-=l[ou]+l[au]):i.autoSizeAlign||(n=l[ou]));const d={bounds:{x:s,y:n,width:o,height:r},rows:[],paraNumber:0,font:e.canvas.font=h};return function(t,i,s){Jc=t,tu=t.rows,$c=t.bounds,Qc=!$c.width&&!s.autoSizeAlign;const{__letterSpacing:n,paraIndent:o,textCase:r}=s,{canvas:a}=e,{width:h,height:l}=$c;if(h||l||n||"none"!==r){const t="none"!==s.textWrap,e="break"===s.textWrap;qc=!0,Gc=null,Xc=Yc=Vc=zc=Hc=0,Wc={data:[]},Fc={words:[]};for(let s=0,l=i.length;s<l;s++)Nc=i[s],"\n"===Nc?(zc&&iu(),Fc.paraEnd=!0,su(),qc=!0):(jc=Lc(Nc),jc===Sc&&"none"!==r&&(Nc=Rc(Nc,r,!zc)),Yc=a.measureText(Nc).width,n&&(n<0&&(Vc=Yc),Yc+=n),Zc=jc===Oc&&(Gc===Oc||Gc===Sc)||Gc===Oc&&jc!==Dc,Kc=!(jc!==Mc&&jc!==Oc||Gc!==Ic&&Gc!==Dc),Uc=qc&&o?h-o:h,t&&h&&Hc+zc+Yc>Uc&&(e?(zc&&iu(),Hc&&su()):(Kc||(Kc=jc===Sc&&Gc==Dc),Zc||Kc||jc===Ac||jc===Mc||jc===Oc||zc+Yc>Uc?(zc&&iu(),Hc&&su()):Hc&&su()))," "===Nc&&!0!==qc&&Hc+zc===0||(jc===Ac?(" "===Nc&&zc&&iu(),eu(Nc,Yc),iu()):Zc||Kc?(zc&&iu(),eu(Nc,Yc)):eu(Nc,Yc)),Gc=jc);zc&&iu(),Hc&&su(),tu.length>0&&(tu[tu.length-1].paraEnd=!0)}else i.split("\n").forEach((t=>{Jc.paraNumber++,Hc=a.measureText(t).width,tu.push({x:o||0,text:t,width:Hc,paraStart:!0}),Qc&&nu()}))}(d,t,i),l&&function(t,e,i,s,n){if(!s&&i.autoSizeAlign)switch(i.textAlign){case"left":lu(e,"x",t[hu]);break;case"right":lu(e,"x",-t[ru])}if(!n&&i.autoSizeAlign)switch(i.verticalAlign){case"top":lu(e,"y",t[ou]);break;case"bottom":lu(e,"y",-t[au])}}(l,d,i,o,r),function(t,e){const{rows:i,bounds:s}=t,{__lineHeight:n,__baseLine:o,__letterSpacing:r,__clipText:a,textAlign:h,verticalAlign:l,paraSpacing:d,autoSizeAlign:c}=e;let{x:u,y:p,width:_,height:g}=s,f=n*i.length+(d?d*(t.paraNumber-1):0),y=o;if(a&&f>g)f=Math.max(g,n),t.overflow=i.length;else if(g||c)switch(l){case"middle":p+=(g-f)/2;break;case"bottom":p+=g-f}y+=p;let m,v,w,x=_||c?_:t.maxWidth;for(let o=0,l=i.length;o<l;o++){if(m=i[o],m.x=u,m.width<_||m.width>_&&!a)switch(h){case"center":m.x+=(x-m.width)/2;break;case"right":m.x+=x-m.width}m.paraStart&&d&&o>0&&(y+=d),m.y=y,y+=n,t.overflow>o&&y>f&&(m.isOverflow=!0,t.overflow=o+1),v=m.x,w=m.width,r<0&&(m.width<0?(w=-m.width+e.fontSize+r,v-=w,w+=e.fontSize):w-=r),v<s.x&&(s.x=v),w>s.width&&(s.width=w),a&&_&&_<w&&(m.isOverflow=!0,t.overflow||(t.overflow=i.length))}s.y=p,s.height=f}(d,i),function(t,e,i){const{rows:s}=t,{textAlign:n,paraIndent:o,letterSpacing:r}=e;let a,h,l,d,c,u;s.forEach((t=>{t.words&&(l=o&&t.paraStart?o:0,u=t.words.length,h=i&&("justify"===n||"both"===n)&&u>1?(i-t.width-l)/(u-1):0,d=r||t.isOverflow?0:h>.01?1:2,t.isOverflow&&!r&&(t.textMode=!0),2===d?(t.x+=l,function(t){t.text="",t.words.forEach((e=>{e.data.forEach((e=>{t.text+=e.char}))}))}(t)):(t.x+=l,a=t.x,t.data=[],t.words.forEach(((e,i)=>{1===d?(c={char:"",x:a},a=function(t,e,i){return t.forEach((t=>{i.char+=t.char,e+=t.width})),e}(e.data,a,c),(t.isOverflow||" "!==c.char)&&t.data.push(c)):a=function(t,e,i,s){return t.forEach((t=>{(s||" "!==t.char)&&(t.x=e,i.push(t)),e+=t.width})),e}(e.data,a,t.data,t.isOverflow),!h||t.paraEnd&&"both"!==n||i===u-1||(a+=h,t.width+=h)}))),t.words=null)}))}(d,i,o),d.overflow&&function(t,i,s,n){if(!n)return;const{rows:o,overflow:r}=t;let{textOverflow:a}=i;if(o.splice(r),a&&"show"!==a){let t,h;"hide"===a?a="":"ellipsis"===a&&(a="...");const l=a?e.canvas.measureText(a).width:0,d=s+n-l;("none"===i.textWrap?o:[o[r-1]]).forEach((e=>{if(e.isOverflow&&e.data){let i=e.data.length-1;for(let s=i;s>-1&&(t=e.data[s],h=t.x+t.width,!(s===i&&h<d));s--){if(h<d&&" "!==t.char){e.data.splice(s+1),e.width-=t.width;break}e.width-=t.width}e.width+=l,e.data.push({char:a,x:h}),e.textMode&&function(t){t.text="",t.data.forEach((e=>{t.text+=e.char})),t.data=null}(e)}}))}}(d,i,s,o),"none"!==a&&function(t,e){const{fontSize:i}=e;switch(t.decorationHeight=i/11,e.textDecoration){case"under":t.decorationY=.15*i;break;case"delete":t.decorationY=.35*-i}}(d,i),d}};const cu={string:function(t,e){const i="number"==typeof e&&1!==e;if("string"==typeof t){if(!i||!Fa.object)return t;t=Fa.object(t)}let s=void 0===t.a?1:t.a;i&&(s*=e);const n=t.r+","+t.g+","+t.b;return 1===s?"rgb("+n+")":"rgba("+n+","+s+")"}};function uu(t){return t?t instanceof Array?t:[t]:[]}Object.assign(Wa,du),Object.assign(Fa,cu),Object.assign(Ua,td),Object.assign(Na,Dd),Object.assign(Ya,$d),Object.assign(Xa,rc),Object.assign(i,{interaction:(t,e,i,s)=>new Pl(t,e,i,s),hitCanvas:(t,e)=>new ua(t,e),hitCanvasManager:()=>new Cl}),_a();class pu extends Yo{get list(){return uu(this.value)}get oldList(){return uu(this.oldValue)}constructor(t,e){super(t),e&&Object.assign(this,e)}}pu.SELECT="editor.select",pu.HOVER="editor.hover";class _u extends pu{constructor(t,e){super(t,e)}}_u.MOVE="editor.move";class gu extends pu{constructor(t,e){super(t,e)}}gu.SCALE="editor.scale";class fu extends pu{constructor(t,e){super(t,e)}}fu.ROTATE="editor.rotate";class yu extends pu{constructor(t,e){super(t,e)}}function mu(t){return(e,i)=>{const s="_"+i;En(e,i,{get(){return this[s]},set(e){const i=this[s];i!==e&&(this[s]=e,t(this,i))}})}}yu.SKEW="editor.skew";const{abs:vu}=Math,{copy:wu,scale:xu}=b,{setListWithFn:bu}=ot,{worldBounds:Eu}=Lo,ku={a:1,b:0,c:0,d:1,e:0,f:0},Bu={x:0,y:0,width:0,height:0};class Tu extends t.UI{constructor(){super(),this.list=[],this.hittable=!1,this.strokeAlign="center"}setTarget(t,e){this.set(e),this.target=t,this.update()}update(){const{list:t}=this;t.length?(bu(Bu,t,Eu),this.set(Bu)):this.width=this.height=1}__draw(t,e){const{list:i}=this;if(i.length){let s;const n=this.__,{stroke:o,strokeWidth:r,fill:a}=n,{bounds:h}=e;for(let l=0;l<i.length;l++){s=i[l];const{worldTransform:d,worldRenderBounds:c}=s;if(!h||h.hit(c,e.matrix)){const i=vu(d.scaleX),h=vu(d.scaleY);if(i!==h){wu(ku,d),xu(ku,1/i,1/h),t.setWorld(ku,e.matrix),t.beginPath(),n.strokeWidth=r;const{x:o,y:a,width:l,height:c}=s.__layout.boxBounds;t.rect(o*i,a*h,l*i,c*h)}else t.setWorld(d,e.matrix),t.beginPath(),s.__.__useArrow?s.__drawPath(t):s.__.__pathForRender?s.__drawRenderPath(t):s.__drawPathByBox(t),n.strokeWidth=r/vu(d.scaleX);o&&("string"==typeof o?Ua.stroke(o,this,t):Ua.strokes(o,this,t)),a&&("string"==typeof a?Ua.fill(a,this,t):Ua.fills(a,this,t))}}n.strokeWidth=r}}destroy(){this.target=null,super.destroy()}}Ht([mu((function(t){const e=t.target;t.list=e?e instanceof Array?e:[e]:[]}))],Tu.prototype,"target",void 0);class Lu extends t.Group{constructor(e){super(e),this.strokeArea=new t.Rect({strokeAlign:"center"}),this.fillArea=new t.Rect,this.visible=this.hittable=!1,this.addMany(this.fillArea,this.strokeArea)}setStyle(t,e){const{visible:i,stroke:s,strokeWidth:n}=t;this.visible=i,this.strokeArea.reset(Object.assign({stroke:s,strokeWidth:n},e||{})),this.fillArea.reset({visible:!e,fill:s,opacity:.2})}setBounds(t){this.strokeArea.set(t),this.fillArea.set(t)}}const Pu={findOne:t=>t.list.find((t=>t.editable)),findByBounds(t,e){const i=[];return Ru([t],i,e),i}};function Ru(t,e,i){let s,n;for(let o=0,r=t.length;o<r;o++)if(s=t[o],n=s.__,n.hittable&&n.visible&&!n.locked&&i.hit(s.__world)){if(n.editable){if(s.isBranch&&!n.hitChildren){n.hitSelf&&e.push(s);continue}if(s.isFrame){if(i.includes(s.__layout.boxBounds,s.__world)){e.push(s);continue}}else i.hit(s.__layout.boxBounds,s.__world)&&n.hitSelf&&e.push(s)}s.isBranch&&Ru(s.children,e,i)}}const{findOne:Cu,findByBounds:Su}=Pu;class Ou extends t.Group{get dragging(){return!!this.originList}get running(){const{editor:t}=this;return this.hittable&&t.visible&&t.hittable&&t.mergeConfig.selector}get isMoveMode(){return this.app&&this.app.interaction.moveMode}constructor(t){super(),this.hoverStroker=new Tu,this.targetStroker=new Tu,this.bounds=new lt,this.selectArea=new Lu,this.__eventIds=[],this.editor=t,this.addMany(this.targetStroker,this.hoverStroker,this.selectArea),this.__listenEvents()}onHover(){const{editor:t}=this;if(!this.running||this.dragging||t.dragging)this.hoverStroker.target=null;else{const{stroke:e,strokeWidth:i,hover:s,hoverStyle:n}=t.mergeConfig;this.hoverStroker.setTarget(s?this.editor.hoverTarget:null,Object.assign({stroke:e,strokeWidth:i},n||{}))}}onSelect(){if(this.running){const{mergeConfig:t,list:e}=this.editor,{stroke:i,strokeWidth:s}=t;this.targetStroker.setTarget(e,{stroke:i,strokeWidth:Math.max(1,s/2)}),this.hoverStroker.target=null}}update(){this.hoverStroker.update(),this.targetStroker.update()}onPointerMove(t){const{app:e,editor:i}=this;if(this.running&&!this.isMoveMode&&e.interaction.canHover&&!e.interaction.dragging){const e=this.findUI(t);i.hoverTarget=i.hasItem(e)?null:e}this.isMoveMode&&(i.hoverTarget=null)}onBeforeDown(t){if(t.multiTouch)return;const{select:e}=this.editor.mergeConfig;"press"===e&&(this.app.config.mobile?this.waitSelect=()=>this.checkAndSelect(t):this.checkAndSelect(t))}onTap(t){if(t.multiTouch)return;const{editor:e}=this,{select:i}=e.mergeConfig;"tap"===i?this.checkAndSelect(t):this.waitSelect&&this.waitSelect(),this.needRemoveItem?e.removeItem(this.needRemoveItem):this.isMoveMode&&(e.target=null)}checkAndSelect(t){if(this.needRemoveItem=null,this.allowSelect(t)){const{editor:e}=this,i=this.findUI(t);i?this.isMultipleSelect(t)?e.hasItem(i)?this.needRemoveItem=i:e.addItem(i):e.target=i:this.allow(t.target)&&(t.shiftKey||(e.target=null))}}onDragStart(t){if(!t.multiTouch&&(this.waitSelect&&this.waitSelect(),this.allowDrag(t))){const{editor:e}=this,{stroke:i,area:s}=e.mergeConfig,{x:n,y:o}=t.getInnerPoint(this);this.bounds.set(n,o),this.selectArea.setStyle({visible:!0,stroke:i,x:n,y:o},s),this.selectArea.setBounds(this.bounds.get()),this.originList=e.leafList.clone()}}onDrag(t){if(!t.multiTouch){if(this.editor.dragging)return this.onDragEnd(t);if(this.dragging){const{editor:e}=this,i=t.getInnerTotal(this),s=this.bounds.clone().unsign(),n=new da(Su(e.app,s));if(this.bounds.width=i.x,this.bounds.height=i.y,this.selectArea.setBounds(s.get()),n.length){const t=[];this.originList.forEach((e=>{n.has(e)||t.push(e)})),n.forEach((e=>{this.originList.has(e)||t.push(e)})),(t.length!==e.list.length||e.list.some(((e,i)=>e!==t[i])))&&(e.target=t)}else e.target=this.originList.list}}}onDragEnd(t){t.multiTouch||this.dragging&&(this.originList=null,this.selectArea.visible=!1)}onAutoMove(t){if(this.dragging){const{x:e,y:i}=t.getLocalMove(this);this.bounds.x+=e,this.bounds.y+=i}}allow(t){return t.leafer!==this.editor.leafer}allowDrag(t){return!(!this.running||!this.editor.mergeConfig.boxSelect||t.target.draggable)&&(!this.editor.editing&&this.allow(t.target)||t.shiftKey&&!Cu(t.path))}allowSelect(t){return this.running&&!this.isMoveMode&&!t.middle}findDeepOne(t){const e={exclude:new da(this.editor.editBox.rect)};return Cu(t.target.leafer.interaction.findPath(t,e))}findUI(t){return this.isMultipleSelect(t)?this.findDeepOne(t):Cu(t.path)}isMultipleSelect(t){return t.shiftKey||this.editor.mergeConfig.continuousSelect}__listenEvents(){const{editor:e}=this;e.waitLeafer((()=>{const{app:i}=e;i.selector.proxy=e,this.__eventIds=[e.on_(pu.HOVER,this.onHover,this),e.on_(pu.SELECT,this.onSelect,this),i.on_(t.PointerEvent.MOVE,this.onPointerMove,this),i.on_(t.PointerEvent.BEFORE_DOWN,this.onBeforeDown,this),i.on_(t.PointerEvent.TAP,this.onTap,this),i.on_(t.DragEvent.START,this.onDragStart,this,!0),i.on_(t.DragEvent.DRAG,this.onDrag,this),i.on_(t.DragEvent.END,this.onDragEnd,this),i.on_(t.MoveEvent.MOVE,this.onAutoMove,this),i.on_([t.ZoomEvent.ZOOM,t.MoveEvent.MOVE],(()=>{this.editor.hoverTarget=null}))]}))}__removeListenEvents(){this.__eventIds&&(this.off_(this.__eventIds),this.__eventIds.length=0)}destroy(){this.editor=this.originList=this.needRemoveItem=null,this.__removeListenEvents(),super.destroy()}}const{topLeft:Mu,top:Du,topRight:Iu,right:Au,bottomRight:Wu,bottom:Fu,bottomLeft:zu,left:Hu}=t.Direction9,{toPoint:Uu}=gt,{within:Nu}=h,Yu={getScaleData(t,e,i,s,n,o,r,a){let h,l={},d=1,c=1;const{boxBounds:u,widthRange:p,heightRange:_,dragBounds:g}=t,{width:f,height:y}=e;o&&(s.x*=2,s.y*=2);const m=t.scaleX/e.scaleX,v=t.scaleY/e.scaleY,w=m<0?-1:1,x=v<0?-1:1,b=a?m:w*u.width/f,E=a?v:x*u.height/y;s.x*=a?m:w,s.y*=a?v:x,Math.abs(s.x)===f&&(s.x+=.1),Math.abs(s.y)===y&&(s.y+=.1);const k=(-s.y+y)/y,B=(s.x+f)/f,T=(s.y+y)/y,L=(-s.x+f)/f;switch(i){case Du:c=k,h="bottom";break;case Au:d=B,h="left";break;case Fu:c=T,h="top";break;case Hu:d=L,h="right";break;case Mu:c=k,d=L,h="bottom-right";break;case Iu:c=k,d=B,h="bottom-left";break;case Wu:c=T,d=B,h="top-left";break;case zu:c=T,d=L,h="top-right"}if(n){if(!("corner"===n&&i%2)){let t;switch(i){case Du:case Fu:t=c;break;case Hu:case Au:t=d;break;default:t=Math.sqrt(Math.abs(d*c))}d=d<0?-t:t,c=c<0?-t:t}}if(d/=b,c/=E,!r){const{worldTransform:e}=t;d<0&&(d=1/u.width/e.scaleX),c<0&&(c=1/u.height/e.scaleY)}if(Uu(o||h,u,l,!0),g){const e="parent"===g?t.parent.boxBounds:g,i=new lt(t.__localBoxBounds);if(i.scaleOf(t.getLocalPointByInner(l),d,c),!ot.includes(e,i)){const t=i.getIntersect(e);d*=t.width/i.width,c*=t.height/i.height}}if(p){const e=u.width*t.scaleX;d=Nu(e*d,p)/e}if(_){const e=u.height*t.scaleY;c=Nu(e*c,_)/e}return{origin:l,scaleX:d,scaleY:c,direction:i,lockRatio:n,around:o}},getRotateData(t,e,i,s,n){let o,r={};switch(e){case Mu:o="bottom-right";break;case Iu:o="bottom-left";break;case Wu:o="top-left";break;case zu:o="top-right";break;default:o="center"}return Uu(n||o,t,r,!0),{origin:r,rotation:M.getRotation(s,r,i)}},getSkewData(t,e,i,s){let n,o,r={},a=0,h=0;switch(e){case Du:o={x:.5,y:0},n="bottom",a=1;break;case Fu:o={x:.5,y:1},n="top",a=1;break;case Hu:o={x:0,y:.5},n="right",h=1;break;case Au:o={x:1,y:.5},n="left",h=1}const{width:l,height:d}=t;o.x=o.x*l,o.y=o.y*d,Uu(s||n,t,r,!0);const c=M.getRotation(o,r,{x:o.x+(a?i.x:0),y:o.y+(h?i.y:0)});return a?a=-c:h=c,{origin:r,skewX:a,skewY:h}},getAround:(t,e)=>e&&!t?"center":t,getRotateDirection:(t,e,i=8)=>((t=(t+Math.round(e/(360/i)))%i)<0&&(t+=i),t),getFlipDirection(t,e,i){if(e)switch(t){case Hu:t=Au;break;case Mu:t=Iu;break;case zu:t=Wu;break;case Au:t=Hu;break;case Iu:t=Mu;break;case Wu:t=zu}if(i)switch(t){case Du:t=Fu;break;case Mu:t=zu;break;case Iu:t=Wu;break;case Fu:t=Du;break;case zu:t=Mu;break;case Wu:t=Iu}return t}},Xu={};function Vu(t,e){const{editBox:i}=t,s=i.enterPoint;if(!s||!t.editing||!i.visible)return;if("circle"===s.name)return;if("button"===s.pointType)return void(s.cursor||(s.cursor="pointer"));let{rotation:n}=i;const{resizeCursor:o,rotateCursor:r,skewCursor:a,resizeable:l,rotateable:d,skewable:c}=t.mergeConfig,{pointType:u}=s,{flippedX:p,flippedY:_}=i;let g="resize"===u;g&&d&&(e.metaKey||e.ctrlKey||!l)&&(g=!1);const f=c&&!g&&"resize-line"===s.name?a:g?o:r;n+=45*(Yu.getFlipDirection(s.direction,p,_)+1),n=2*Math.round(h.formatRotation(n,!0)/2);const{url:y,x:m,y:v}=f,w=y+n;Xu[w]?s.cursor=Xu[w]:Xu[w]=s.cursor={url:Gu(y,n),x:m,y:v}}function ju(t){const{moveCursor:e,moveable:i}=t.mergeConfig;t.editBox.rect.cursor=i?e:void 0}function Gu(t,e){return'"data:image/svg+xml,'+encodeURIComponent(t.replace("{{rotation}}",e.toString()))+'"'}class Zu extends t.Box{}const Ku=["top","right","bottom","left"];class qu extends t.Group{get flipped(){return this.flippedX||this.flippedY}get flippedX(){return this.scaleX<0}get flippedY(){return this.scaleY<0}get flippedOne(){return this.scaleX*this.scaleY<0}constructor(e){super(),this.view=new t.Group,this.rect=new t.Box({name:"rect",hitFill:"all",hitStroke:"none",strokeAlign:"center",hitRadius:5}),this.circle=new Zu({name:"circle",strokeAlign:"center",around:"center",cursor:"crosshair",hitRadius:5}),this.buttons=new t.Group({around:"center",hitSelf:!1}),this.resizePoints=[],this.rotatePoints=[],this.resizeLines=[],this.__eventIds=[],this.editor=e,this.visible=!1,this.create(),this.__listenEvents()}create(){let t,e,i;const{view:s,resizePoints:n,rotatePoints:o,resizeLines:r,rect:a,circle:h,buttons:l}=this,d=["bottom-right","bottom","bottom-left","left","top-left","top","top-right","right"];for(let s=0;s<8;s++)t=new Zu({name:"rotate-point",around:d[s],width:15,height:15,hitFill:"all"}),o.push(t),this.listenPointEvents(t,"rotate",s),s%2&&(e=new Zu({name:"resize-line",around:"center",width:10,height:10,hitFill:"all"}),r.push(e),this.listenPointEvents(e,"resize",s)),i=new Zu({name:"resize-point",hitRadius:5}),n.push(i),this.listenPointEvents(i,"resize",s);this.listenPointEvents(h,"rotate",2),s.addMany(...o,a,h,l,...r,...n),this.add(s)}load(){const{mergeConfig:t,element:e,single:i}=this.editor,{rect:s,circle:n,resizePoints:o}=this,{stroke:r,strokeWidth:a}=t,h=this.getPointsStyle(),l=this.getMiddlePointsStyle();let d;for(let t=0;t<8;t++)d=o[t],d.set(this.getPointStyle(t%2?l[(t-1)/2%l.length]:h[t/2%h.length])),t%2||(d.rotation=t/2*90);n.set(this.getPointStyle(t.circle||t.rotatePoint||h[0])),s.set(Object.assign({stroke:r,strokeWidth:a},t.rect||{})),s.hittable=!i,s.syncEventer=i&&this.editor,i&&(e.syncEventer=s,this.app.interaction.bottomList=[{target:s,proxy:e}])}update(t){if(this.visible=!this.editor.element.locked,this.view.worldOpacity){const{mergeConfig:e}=this.editor,{width:i,height:s}=t,{rect:n,circle:o,buttons:r,resizePoints:a,rotatePoints:h,resizeLines:l}=this,{middlePoint:d,resizeable:c,rotateable:u,hideOnSmall:p}=e,_="number"==typeof p?p:10,g=!(p&&i<_&&s<_);let f,y,m,v={};for(let n=0;n<8;n++)gt.toPoint(gt.directionData[n],t,v),y=a[n],f=h[n],m=l[Math.floor(n/2)],y.set(v),f.set(v),m.set(v),y.visible=m.visible=g&&!(!c&&!u),f.visible=g&&u&&c&&!e.rotatePoint,n%2&&(y.visible=f.visible=g&&!!d,(n+1)/2%2?(m.width=i,y.width>i-30&&(y.visible=!1)):(m.height=s,y.rotation=90,y.width>s-30&&(y.visible=!1)));o.visible=g&&u&&!(!e.circle&&!e.rotatePoint),o.visible&&this.layoutCircle(e),n.path&&(n.path=null),n.set(Object.assign(Object.assign({},t),{visible:!0})),r.visible=g&&r.children.length>0,r.visible&&this.layoutButtons(e)}}layoutCircle(t){const{circleDirection:e,circleMargin:i,buttonsMargin:s,buttonsDirection:n,middlePoint:o}=t,r=Ku.indexOf(e||(this.buttons.children.length&&"bottom"===n?"top":"bottom"));this.setButtonPosition(this.circle,r,i||s,!!o)}layoutButtons(t){const{buttons:e}=this,{buttonsDirection:i,buttonsFixed:s,buttonsMargin:n,middlePoint:o}=t,{flippedX:r,flippedY:a}=this;let h=Ku.indexOf(i);(h%2&&r||(h+1)%2&&a)&&s&&(h=(h+2)%4);const l=s?Yu.getRotateDirection(h,this.flippedOne?this.rotation:-this.rotation,4):h;this.setButtonPosition(e,l,n,!!o),s&&(e.rotation=90*(l-h)),e.scaleX=r?-1:1,e.scaleY=a?-1:1}setButtonPosition(t,e,i,s){const n=this.resizePoints[2*e+1],o=e%2,r=e&&3!==e?1:-1,a=(i+(e%2?(s?n.width:0)+t.boxBounds.width:(s?n.height:0)+t.boxBounds.height)/2)*r;o?(t.x=n.x+a,t.y=n.y):(t.x=n.x,t.y=n.y+a)}unload(){this.visible=!1}getPointStyle(t){const{stroke:e,strokeWidth:i,pointFill:s,pointSize:n,pointRadius:o}=this.editor.mergeConfig,r={fill:s,stroke:e,strokeWidth:i,around:"center",strokeAlign:"center",width:n,height:n,cornerRadius:o,offsetX:0,offsetY:0};return t?Object.assign(r,t):r}getPointsStyle(){const{point:t}=this.editor.mergeConfig;return t instanceof Array?t:[t]}getMiddlePointsStyle(){const{middlePoint:t}=this.editor.mergeConfig;return t instanceof Array?t:t?[t]:this.getPointsStyle()}onSelect(t){1===t.oldList.length&&(t.oldList[0].syncEventer=null,this.app&&(this.app.interaction.bottomList=null))}onDragStart(t){this.dragging=!0;const{editor:e}=this;"rect"===t.current.name?(this.moving=!0,e.dragStartPoint={x:e.element.x,y:e.element.y},e.opacity=e.mergeConfig.hideOnMove?0:1):"resize"===t.current.pointType&&(e.dragStartBounds=Object.assign({},e.element.getLayoutBounds("box","local")),e.resizeDirection=t.current.direction)}onDragEnd(t){this.dragging=!1,this.moving=!1,"rect"===t.current.name&&(this.editor.opacity=1),this.editor.resizeDirection=void 0}onDrag(t){const{editor:e}=this,i=this.enterPoint=t.current;"rotate"===i.pointType||t.metaKey||t.ctrlKey||!e.mergeConfig.resizeable?e.mergeConfig.rotateable&&e.onRotate(t):"resize"===i.pointType&&e.onScale(t),Vu(e,t)}onArrow(t){if(this.editor.editing&&this.editor.mergeConfig.keyEvent){const e={x:0,y:0},i=t.shiftKey?10:1;switch(t.code){case"ArrowDown":e.y=i;break;case"ArrowUp":e.y=-i;break;case"ArrowLeft":e.x=-i;break;case"ArrowRight":e.x=i}this.editor.move(e)}}onDoubleTap(t){"double"===this.editor.mergeConfig.openInner&&this.openInner(t)}onLongPress(t){"long"===this.editor.mergeConfig.openInner&&this.openInner(t)}openInner(e){const{editor:i}=this;if(i.single){const{element:s}=i;if(s.locked)return;if(s.isBranch&&!s.editInner){if(s.textBox){const{children:e}=s,n=e.find((e=>e.editable&&e instanceof t.Text))||e.find((e=>e instanceof t.Text));if(n)return i.openInnerEditor(n)}i.openGroup(s),i.target=i.selector.findDeepOne(e)}else i.openInnerEditor()}}listenPointEvents(e,i,s){const{editor:n}=this;e.direction=s,e.pointType=i,e.on_(t.DragEvent.START,this.onDragStart,this),e.on_(t.DragEvent.DRAG,this.onDrag,this),e.on_(t.DragEvent.END,this.onDragEnd,this),e.on_(t.PointerEvent.LEAVE,(()=>this.enterPoint=null)),"circle"!==e.name&&e.on_(t.PointerEvent.ENTER,(t=>{this.enterPoint=e,Vu(n,t)}))}__listenEvents(){const{rect:e,editor:i}=this;this.__eventIds=[i.on_(pu.SELECT,this.onSelect,this),e.on_(t.DragEvent.START,this.onDragStart,this),e.on_(t.DragEvent.DRAG,i.onMove,i),e.on_(t.DragEvent.END,this.onDragEnd,this),e.on_(t.PointerEvent.ENTER,(()=>ju(i))),e.on_(t.PointerEvent.DOUBLE_TAP,this.onDoubleTap,this),e.on_(t.PointerEvent.LONG_PRESS,this.onLongPress,this)]}__removeListenEvents(){this.off_(this.__eventIds),this.__eventIds.length=0}destroy(){this.editor=null,this.__removeListenEvents(),super.destroy()}}class Ju extends t.UI{constructor(t){super(),this.editor=t,this.hittable=!1}__draw(t,e){const{editor:i}=this,{mask:s}=i.mergeConfig;if(s&&i.list.length){const{rect:n}=i.editBox,{width:o,height:r}=n.__;t.resetTransform(),t.fillWorld(t.bounds,!0===s?"rgba(0,0,0,0.8)":s),t.setWorld(n.__world,e.matrix),t.clearRect(0,0,o,r)}}destroy(){this.editor=null,super.destroy()}}const $u='\n<feOffset dy="1"/>\n<feGaussianBlur stdDeviation="1.5"/>\n<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0"/>\n<feBlend mode="normal" in="SourceGraphic" result="shape"/>',Qu={editSize:"size",keyEvent:!0,stroke:"#836DFF",strokeWidth:2,pointFill:"#FFFFFF",pointSize:10,pointRadius:16,rotateGap:45,buttonsDirection:"bottom",buttonsMargin:12,hideOnSmall:!0,moveCursor:"move",resizeCursor:{url:`\n<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg">\n<g filter="url(#f)">\n<g transform="rotate({{rotation}},12,12)">\n<path d="M7.5 8.0H8.5V5.9L6.8 7.2L7.5 8.0ZM3 11.4L2.3 10.6L1.3 11.4L2.3 12.2L3 11.4ZM7.5 10.4H6.5V11.4H7.5V10.4ZM16.5 10.4V11.4H17.5V10.4H16.5ZM16.5 8.0L17.1 7.2L15.5 5.9V8.0H16.5ZM21 11.4L21.6 12.2L22.6 11.4L21.6 10.6L21 11.4ZM16.5 14.9H15.5V16.9L17.1 15.7L16.5 14.9ZM16.5 12.4H17.5V11.4H16.5V12.4ZM7.5 12.4V11.4H6.5V12.4H7.5ZM7.5 14.9L6.8 15.7L8.5 16.9V14.9H7.5ZM6.8 7.2L2.3 10.6L3.6 12.2L8.1 8.7L6.8 7.2ZM8.5 10.4V8.0H6.5V10.4H8.5ZM16.5 9.4H7.5V11.4H16.5V9.4ZM17.5 10.4V8.0H15.5V10.4H17.5ZM15.8 8.7L20.3 12.2L21.6 10.6L17.1 7.2L15.8 8.7ZM20.3 10.6L15.8 14.1L17.1 15.7L21.6 12.2L20.3 10.6ZM17.5 14.9V12.4H15.5V14.9H17.5ZM7.5 13.4H16.5V11.4H7.5V13.4ZM8.5 14.9V12.4H6.5V14.9H8.5ZM2.3 12.2L6.8 15.7L8.1 14.1L3.6 10.6L2.3 12.2Z" fill="white"/>\n<path fill-rule="evenodd" d="M3 11.4L7.5 8.0V10.4H16.5V8.0L21 11.4L16.5 14.9V12.4H7.5V14.9L3 11.4Z" fill="black"/>\n</g>\n</g>\n<defs>\n<filter id="f" x="-1.6" y="3.9" width="27.2" height="16.9" filterUnits="userSpaceOnUse">\n${$u}\n</filter>\n</defs>\n</svg>\n`,x:12,y:12},rotateCursor:{url:`\n<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg">\n<g filter="url(#f)">\n<g transform="rotate(135,12,12),rotate({{rotation}},12,12)">\n<path d="M20.4 8H21.4L20.8 7.1L17.3 2.6L17 2.1L16.6 2.6L13.1 7.1L12.5 8H13.5H15.4C14.9 11.8 11.8 14.9 8 15.4V13.5V12.5L7.1 13.1L2.6 16.6L2.1 17L2.6 17.3L7.1 20.8L8 21.4V20.4V18.4C13.5 17.9 17.9 13.5 18.4 8H20.4Z" stroke="white"/>\n<path fill-rule="evenodd" d="M17 3L20.4 7.5H17.9C17.7 13.1 13.1 17.7 7.5 17.9V20.4L3 17L7.5 13.5V15.9C12.0 15.7 15.7 12.0 15.9 7.5H13.5L17 3Z" fill="black"/>\n</g>\n</g>\n<defs>\n<filter id="f" x="-1.6" y="-0.6" width="27.1" height="27.1" filterUnits="userSpaceOnUse">\n${$u}\n</filter>\n</defs>\n</svg>\n`,x:12,y:12},skewCursor:{url:`\n<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg">\n<g filter="url(#f)">\n<g transform="rotate(90,12,12),rotate({{rotation}},12,12)">\n<path d="M21 10.4L21 11.4L23.8 11.4L21.6 9.6L21 10.4ZM17 10.4V11.4L17 11.4L17 10.4ZM15.5 6L16.1 5.2L14.5 3.9V6H15.5ZM15.5 8.4V9.4H16.5V8.4H15.5ZM6 8.4V7.4H5V8.4H6ZM6 10.4H5V11.4H6V10.4ZM7 14.4V13.4L7 13.4L7 14.4ZM3 14.4L3 13.4L0.1 13.4L2.3 15.2L3 14.4ZM8.5 18.9L7.8 19.7L9.5 21.0V18.9H8.5ZM8.5 16.4V15.4H7.5V16.4H8.5ZM19 16.4V17.4H20V16.4H19ZM19 14.4H20V13.4H19V14.4ZM21 9.4L17 9.4L17 11.4L21 11.4L21 9.4ZM14.8 6.7L20.3 11.2L21.6 9.6L16.1 5.2L14.8 6.7ZM16.5 8.4V6H14.5V8.4H16.5ZM6 9.4H15.5V7.4H6V9.4ZM7 10.4V8.4H5V10.4H7ZM15.5 9.4H6V11.4H15.5V9.4ZM17 9.4H15.5V11.4H17V9.4ZM7 15.4H8.5V13.4H7V15.4ZM3 15.4L7 15.4L7 13.4L3 13.4L3 15.4ZM9.1 18.1L3.6 13.6L2.3 15.2L7.8 19.7L9.1 18.1ZM7.5 16.4V18.9H9.5V16.4H7.5ZM19 15.4H8.5V17.4H19V15.4ZM18 14.4V16.4H20V14.4H18ZM8.5 15.4H19V13.4H8.5V15.4Z" fill="white"/>\n<path fill-rule="evenodd" d="M17 10.4L21 10.4L15.5 6V8.4H6V10.4H15.5H17ZM8.5 14.4H7L3 14.4L8.5 18.9V16.4H19V14.4H8.5Z" fill="black"/>\n</g>\n</g>\n<defs>\n<filter x="-2.8" y="1.9" width="29.6" height="23.1" filterUnits="userSpaceOnUse" >\n${$u}\n</filter>\n</defs>\n</svg>\n`,x:12,y:12},selector:!0,hover:!0,select:"press",openInner:"double",boxSelect:!0,moveable:!0,resizeable:!0,flipable:!0,rotateable:!0,skewable:!0},tp=new lt;function ep(t){const{simulateTarget:e,list:i}=t,{zoomLayer:s}=i[0].leafer.zoomLayer;e.safeChange((()=>e.reset(tp.setListWithFn(i,(t=>t.getBounds("box","page"))).get()))),s.add(e)}const ip=(t,e)=>t.parent.children.indexOf(t)-e.parent.children.indexOf(e),sp=(t,e)=>e.parent.children.indexOf(e)-t.parent.children.indexOf(t),np={group(e,i,s){e.sort(sp);const{app:n,parent:o}=e[0];let r;r=s&&s.add?s:new t.Group(s),o.addAt(r,o.children.indexOf(e[0])),e.sort(ip);const a=new H(i.worldTransform);return a.divideParent(o.worldTransform),r.setTransform(a),r.editable=!0,r.hitChildren=!1,n.lockLayout(),e.forEach((t=>t.dropTo(r))),n.unlockLayout(),r},ungroup(t){const{app:e}=t[0],i=[];return e.lockLayout(),t.forEach((t=>{if(t.isBranch&&!t.isBranchLeaf){const{parent:e,children:s}=t;for(;s.length;)i.push(s[0]),s[0].dropTo(e,e.children.indexOf(t));t.remove()}else i.push(t)})),e.unlockLayout(),i},toTop(t){t.sort(ip),t.forEach((t=>{t.parent&&t.parent.add(t)}))},toBottom(t){t.sort(sp),t.forEach((t=>{t.parent&&t.parent.addAt(t,0)}))}},op=wt.get("EditToolCreator");function rp(){return t=>{hp.register(t)}}const ap=rp,hp={list:{},register(t){const{tag:e}=t.prototype;lp[e]&&op.repeat(e),lp[e]=t},get:(t,e)=>new lp[t](e)},{list:lp}=hp;class dp extends pu{constructor(t,e){super(t,e)}}dp.BEFORE_OPEN="innerEditor.before_open",dp.OPEN="innerEditor.open",dp.BEFORE_CLOSE="innerEditor.before_close",dp.CLOSE="innerEditor.close";class cp extends pu{constructor(t,e){super(t,e)}}cp.GROUP="editor.group",cp.BEFORE_UNGROUP="editor.before_ungroup",cp.UNGROUP="editor.ungroup",cp.OPEN="editor.open_group",cp.CLOSE="editor.close_group";const{updateMatrix:up}=wo,pp={x:1,y:1,scaleX:1,scaleY:1,rotation:1,skewX:1,skewY:1},_p="top-left";class gp extends t.Rect{get __tag(){return"SimulateElement"}constructor(t){super(),this.checkChange=!0,this.canChange=!0,this.visible=this.hittable=!1,this.on(Vo.CHANGE,(e=>{if(this.checkChange&&pp[e.attrName]){const{attrName:i,newValue:s,oldValue:n}=e,o="s"===i[0]?(s||1)/(n||1):(s||0)-(n||0);this.canChange=!1;const r=this.__;r[i]=n,up(this.parent),up(this);const a=new H(this.__world);switch(r[i]=s,this.__layout.rotationChange(),up(this),this.changedTransform=new H(this.__world).divide(a),i){case"x":t.move(o,0);break;case"y":t.move(0,o);break;case"rotation":t.rotateOf(_p,o);break;case"scaleX":t.scaleOf(_p,o,1);break;case"scaleY":t.scaleOf(_p,1,o);break;case"skewX":t.skewOf(_p,o,0);break;case"skewY":t.skewOf(_p,0,o)}this.canChange=!0}}))}safeChange(t){this.canChange&&(this.checkChange=!1,t(),this.checkChange=!0)}}class fp extends t.Group{get mergeConfig(){const{element:t,config:e}=this;return this.single&&t.editConfig?Object.assign(Object.assign({},e),t.editConfig):e}get list(){return this.leafList.list}get dragHoverExclude(){return[this.editBox.rect]}get editing(){return!!this.list.length}get groupOpening(){return!!this.openedGroupList.length}get multiple(){return this.list.length>1}get single(){return 1===this.list.length}get dragging(){return this.editBox.dragging}get moving(){return this.editBox.moving}get element(){return this.multiple?this.simulateTarget:this.list[0]}get buttons(){return this.editBox.buttons}constructor(t,e){super(e),this.config=It.clone(Qu),this.leafList=new da,this.openedGroupList=new da,this.simulateTarget=new gp(this),this.editBox=new qu(this),this.editToolList={},this.selector=new Ou(this),this.editMask=new Ju(this),this.targetEventIds=[],t&&(this.config=It.default(t,this.config)),this.addMany(this.editMask,this.selector,this.editBox),Lt.has("resize")||(this.config.editSize="scale")}select(t){this.target=t}cancel(){this.target=null}hasItem(t){return this.leafList.has(t)}addItem(t){this.hasItem(t)||t.locked||(this.leafList.add(t),this.target=this.leafList.list)}removeItem(t){this.hasItem(t)&&(this.leafList.remove(t),this.target=this.leafList.list)}shiftItem(t){this.hasItem(t)?this.removeItem(t):this.addItem(t)}update(){if(this.editing){if(!this.element.parent)return this.cancel();this.innerEditing&&this.innerEditor.update(),this.editTool.update(),this.selector.update()}}updateEditBox(){this.multiple&&ep(this),this.update()}updateEditTool(){const t=this.editTool;if(t&&(this.editBox.unload(),t.unload(),this.editTool=null),this.editing){const t=this.single?this.list[0].editOuter:"EditTool";this.editTool=this.editToolList[t]=this.editToolList[t]||hp.get(t,this),this.editBox.load(),this.editTool.load()}}getEditSize(t){return this.mergeConfig.editSize}onMove(e){if(e instanceof t.MoveEvent){if("drag"!==e.moveType){const{moveable:t,resizeable:i}=this.mergeConfig,s=e.getLocalMove(this.element);"move"===t?(e.stop(),this.move(s.x,s.y)):"zoom"===i&&e.stop()}}else{const i={x:e.totalX,y:e.totalY};e.shiftKey&&(Math.abs(i.x)>Math.abs(i.y)?i.y=0:i.x=0),this.move(t.DragEvent.getValidMove(this.element,this.dragStartPoint,i))}}onScale(e){const{element:i}=this;let{around:s,lockRatio:n,resizeable:o,flipable:r,editSize:a}=this.mergeConfig;if(e instanceof t.ZoomEvent)"zoom"===o&&(e.stop(),this.scaleOf(i.getBoxPoint(e),e.scale,e.scale));else{const{direction:t}=e.current;(e.shiftKey||i.lockRatio)&&(n=!0);const o=Yu.getScaleData(i,this.dragStartBounds,t,e.getInnerTotal(i),n,Yu.getAround(s,e.altKey),r,this.multiple||"scale"===a);this.editTool.onScaleWithDrag?(o.drag=e,this.scaleWithDrag(o)):this.scaleOf(o.origin,o.scaleX,o.scaleY)}}onRotate(e){const{skewable:i,rotateable:s,around:n,rotateGap:o}=this.mergeConfig,{direction:r,name:a}=e.current;if(i&&"resize-line"===a)return this.onSkew(e);const{element:l}=this;let d,c;if(e instanceof t.RotateEvent){if("rotate"!==s)return;e.stop(),c=e.rotation,d=l.getBoxPoint(e)}else{const t={x:e.x-e.moveX,y:e.y-e.moveY},i=Yu.getRotateData(l.boxBounds,r,e.getBoxPoint(l),l.getBoxPoint(t),e.shiftKey?null:l.around||l.origin||n||"center");c=i.rotation,d=i.origin}c=h.getGapRotation(c,o,l.rotation),c&&(l.scaleX*l.scaleY<0&&(c=-c),this.rotateOf(d,h.float(c,2)))}onSkew(t){const{element:e}=this,{around:i}=this.mergeConfig,{origin:s,skewX:n,skewY:o}=Yu.getSkewData(e.boxBounds,t.current.direction,t.getInnerMove(e),Yu.getAround(i,t.altKey));(n||o)&&this.skewOf(s,n,o)}move(t,e=0){const{element:i}=this;if(!this.checkTransform("moveable"))return;const s=i.getWorldPointByLocal("object"==typeof t?Object.assign({},t):{x:t,y:e},null,!0);this.multiple&&i.safeChange((()=>i.move(t,e)));const n=new _u(_u.MOVE,{target:i,editor:this,moveX:s.x,moveY:s.y});this.editTool.onMove(n),this.emitEvent(n)}scaleWithDrag(t){if(!this.checkTransform("resizeable"))return;const{element:e}=this,i=new gu(gu.SCALE,Object.assign(Object.assign({},t),{target:e,editor:this,worldOrigin:e.getWorldPoint(t.origin)}));this.editTool.onScaleWithDrag(i),this.emitEvent(i)}scaleOf(t,e,i=e,s){if(!this.checkTransform("resizeable"))return;const{element:n}=this,o=this.getWorldOrigin(t),r=this.multiple&&this.getChangedTransform((()=>n.safeChange((()=>n.scaleOf(t,e,i))))),a=new gu(gu.SCALE,{target:n,editor:this,worldOrigin:o,scaleX:e,scaleY:i,transform:r});this.editTool.onScale(a),this.emitEvent(a)}flip(t){if(!this.checkTransform("resizeable"))return;const{element:e}=this,i=this.getWorldOrigin("center"),s=this.multiple?this.getChangedTransform((()=>e.safeChange((()=>e.flip(t))))):new H(wo.getFlipTransform(e,t)),n=new gu(gu.SCALE,{target:e,editor:this,worldOrigin:i,scaleX:"x"===t?-1:1,scaleY:"y"===t?-1:1,transform:s});this.editTool.onScale(n),this.emitEvent(n)}rotateOf(t,e){if(!this.checkTransform("rotateable"))return;const{element:i}=this,s=this.getWorldOrigin(t),n=this.multiple&&this.getChangedTransform((()=>i.safeChange((()=>i.rotateOf(t,e))))),o=new fu(fu.ROTATE,{target:i,editor:this,worldOrigin:s,rotation:e,transform:n});this.editTool.onRotate(o),this.emitEvent(o)}skewOf(t,e,i=0,s){if(!this.checkTransform("skewable"))return;const{element:n}=this,o=this.getWorldOrigin(t),r=this.multiple&&this.getChangedTransform((()=>n.safeChange((()=>n.skewOf(t,e,i))))),a=new yu(yu.SKEW,{target:n,editor:this,worldOrigin:o,skewX:e,skewY:i,transform:r});this.editTool.onSkew(a),this.emitEvent(a)}checkTransform(t){return this.element&&!this.element.locked&&this.mergeConfig[t]}getWorldOrigin(t){return this.element.getWorldPoint(wo.getInnerOrigin(this.element,t))}getChangedTransform(t){const{element:e}=this;if(this.multiple&&!e.canChange)return e.changedTransform;const i=new H(e.worldTransform);return t(),new H(e.worldTransform).divide(i)}group(t){return this.multiple&&(this.target=np.group(this.list,this.element,t),this.emitGroupEvent(cp.GROUP,this.target)),this.target}ungroup(){const{list:t}=this;return t.length&&(t.forEach((t=>t.isBranch&&this.emitGroupEvent(cp.BEFORE_UNGROUP,t))),this.target=np.ungroup(t),t.forEach((t=>t.isBranch&&this.emitGroupEvent(cp.UNGROUP,t)))),this.list}openGroup(t){this.openedGroupList.add(t),t.hitChildren=!0,this.emitGroupEvent(cp.OPEN,t)}closeGroup(t){this.openedGroupList.remove(t),t.hitChildren=!1,this.emitGroupEvent(cp.CLOSE,t)}checkOpenedGroups(){const t=this.openedGroupList;if(t.length){let{list:e}=t;this.editing&&(e=[],t.forEach((t=>this.list.every((e=>!wo.hasParent(e,t)))&&e.push(t)))),e.forEach((t=>this.closeGroup(t)))}this.editing&&!this.selector.dragging&&this.checkDeepSelect()}checkDeepSelect(){let t,{list:e}=this;for(let i=0;i<e.length;i++)for(t=e[i].parent;t&&!t.hitChildren;)this.openGroup(t),t=t.parent}emitGroupEvent(t,e){const i=new cp(t,{editTarget:e});this.emitEvent(i),e.emitEvent(i)}openInnerEditor(t,e){if(t&&e&&(this.target=t),this.single){const e=t||this.element,i=e.editInner;i&&hp.list[i]&&(this.editTool.unload(),this.innerEditing=!0,this.innerEditor=this.editToolList[i]||hp.get(i,this),this.innerEditor.editTarget=e,this.emitInnerEvent(dp.BEFORE_OPEN),this.innerEditor.load(),this.emitInnerEvent(dp.OPEN))}}closeInnerEditor(){this.innerEditing&&(this.innerEditing=!1,this.emitInnerEvent(dp.BEFORE_CLOSE),this.innerEditor.unload(),this.emitInnerEvent(dp.CLOSE),this.editTool.load(),this.innerEditor=null)}emitInnerEvent(t){const{innerEditor:e}=this,{editTarget:i}=e,s=new dp(t,{editTarget:i,innerEditor:e});this.emitEvent(s),i.emitEvent(s)}lock(){this.list.forEach((t=>t.locked=!0)),this.update()}unlock(){this.list.forEach((t=>t.locked=!1)),this.update()}toTop(){this.list.length&&(np.toTop(this.list),this.leafList.update())}toBottom(){this.list.length&&(np.toBottom(this.list),this.leafList.update())}listenTargetEvents(){if(!this.targetEventIds.length){const{app:e,leafer:i}=this;this.targetEventIds=[i.on_(qo.START,this.update,this),e.on_(qo.CHILD_START,this.forceRender,this),e.on_(t.MoveEvent.BEFORE_MOVE,this.onMove,this,!0),e.on_(t.ZoomEvent.BEFORE_ZOOM,this.onScale,this,!0),e.on_(t.RotateEvent.BEFORE_ROTATE,this.onRotate,this,!0),e.on_([t.KeyEvent.HOLD,t.KeyEvent.UP],(t=>{Vu(this,t)})),e.on_(t.KeyEvent.DOWN,this.editBox.onArrow,this.editBox)]}}removeTargetEvents(){const{targetEventIds:t}=this;t.length&&(this.off_(t),t.length=0)}destroy(){this.destroyed||(this.target=this.hoverTarget=null,Object.values(this.editToolList).forEach((t=>t.destroy())),this.simulateTarget.destroy(),this.editToolList={},this.simulateTarget=this.editTool=this.innerEditor=null,super.destroy())}}Ht([mu((function(t,e){t.emitEvent(new pu(pu.HOVER,{editor:t,value:t.hoverTarget,oldValue:e}))}))],fp.prototype,"hoverTarget",void 0),Ht([mu((function(t,e){const{target:i}=t;i?(t.leafList=i instanceof da?i:new da(i),t.multiple&&ep(t)):(t.simulateTarget.remove(),t.leafList.reset(),t.closeInnerEditor()),t.emitEvent(new pu(pu.SELECT,{editor:t,value:i,oldValue:e})),t.checkOpenedGroups(),t.editing?t.waitLeafer((()=>{ju(t),t.updateEditTool(),t.update(),t.listenTargetEvents()})):(t.updateEditTool(),t.removeTargetEvents())}))],fp.prototype,"target",void 0);class yp{static registerInnerEditor(){hp.register(this)}get tag(){return"InnerEditor"}get editBox(){return this.editor.editBox}constructor(t){this.editor=t,this.create()}onCreate(){}create(){this.view=new t.Group,this.onCreate()}onLoad(){}load(){const{editor:t}=this;t&&(t.app&&(t.selector.hittable=t.app.tree.hitChildren=!1),this.onLoad())}onUpdate(){}update(){this.onUpdate()}onUnload(){}unload(){const{editor:t}=this;t&&(t.app&&(t.selector.hittable=t.app.tree.hitChildren=!0),this.onUnload())}onDestroy(){}destroy(){this.onDestroy(),this.editor&&(this.view&&this.view.destroy(),this.eventIds&&this.editor.off_(this.eventIds),this.editor=this.view=this.eventIds=null)}}t.EditTool=class extends yp{static registerEditTool(){hp.register(this)}get tag(){return"EditTool"}onMove(t){const{moveX:e,moveY:i,editor:s}=t,{app:n,list:o}=s;n.lockLayout(),o.forEach((t=>{t.moveWorld(e,i)})),n.unlockLayout()}onScale(t){const{scaleX:e,scaleY:i,transform:s,worldOrigin:n,editor:o}=t,{app:r,list:a}=o;r.lockLayout(),a.forEach((t=>{const r="scale"!==o.getEditSize(t);s?t.transformWorld(s,r):t.scaleOfWorld(n,e,i,r)})),r.unlockLayout()}onRotate(t){const{rotation:e,transform:i,worldOrigin:s,editor:n}=t,{app:o,list:r}=n;o.lockLayout(),r.forEach((t=>{const o="scale"!==n.getEditSize(t);i?t.transformWorld(i,o):t.rotateOfWorld(s,e)})),o.unlockLayout()}onSkew(t){const{skewX:e,skewY:i,transform:s,worldOrigin:n,editor:o}=t,{app:r,list:a}=o;r.lockLayout(),a.forEach((t=>{const r="scale"!==o.getEditSize(t);s?t.transformWorld(s,r):t.skewOfWorld(n,e,i,r)})),r.unlockLayout()}load(){this.editBox.view.visible=!0,this.onLoad()}update(){const{editor:t,editBox:e}=this,{x:i,y:s,scaleX:n,scaleY:o,rotation:r,skewX:a,skewY:h,width:l,height:d}=t.element.getLayoutBounds("box",t,!0);e.set({x:i,y:s,scaleX:n,scaleY:o,rotation:r,skewX:a,skewY:h}),e.update({x:0,y:0,width:l,height:d}),this.onUpdate()}unload(){this.editBox.view.visible=!1,this.onUnload()}},t.EditTool=Ht([rp()],t.EditTool);const{left:mp,right:vp}=t.Direction9,{move:wp,copy:xp,toNumberPoints:bp}=M;t.LineEditTool=class extends t.EditTool{constructor(){super(...arguments),this.scaleOfEvent=!0}get tag(){return"LineEditTool"}onScaleWithDrag(t){const{drag:e,direction:i,lockRatio:s,around:n}=t,o=t.target,r=i===mp;if(o.pathInputed){const{path:t}=o.__,{from:i,to:a}=this.getFromToByPath(t);this.dragPoint(i,a,r,n,this.getInnerMove(o,e,s)),t[1]=i.x,t[2]=i.y,t[4]=a.x,t[5]=a.y,o.path=t}else if(o.points){const{points:t}=o,{from:i,to:a}=this.getFromToByPoints(t);this.dragPoint(i,a,r,n,this.getInnerMove(o,e,s)),t[0]=i.x,t[1]=i.y,t[2]=a.x,t[3]=a.y,o.points=t}else{const t={x:0,y:0},{toPoint:i}=o;o.rotation=0,this.dragPoint(t,i,r,n,this.getInnerMove(o,e,s)),o.getLocalPointByInner(t,null,null,!0),o.getLocalPointByInner(i,null,null,!0),o.x=t.x,o.y=t.y,o.getInnerPointByLocal(i,null,null,!0),o.toPoint=i}}getInnerMove(t,e,i){const s=e.getInnerMove(t);return i&&(Math.abs(s.x)>Math.abs(s.y)?s.y=0:s.x=0),s}getFromToByPath(t){return{from:{x:t[1],y:t[2]},to:{x:t[4],y:t[5]}}}getFromToByPoints(t){const e=bp(t);return{from:{x:e[0],y:e[1]},to:{x:e[2],y:e[3]}}}dragPoint(t,e,i,s,n){const{x:o,y:r}=n;i?(wp(t,o,r),s&&wp(e,-o,-r)):(s&&wp(t,-o,-r),wp(e,o,r))}onSkew(t){}onUpdate(){const{editBox:t}=this,{rotatePoints:e,resizeLines:i,resizePoints:s,rect:n}=t,o=this.editor.element;let r,a;if(o.pathInputed?r=this.getFromToByPath(o.__.path):o.points&&(r=this.getFromToByPoints(o.__.points)),r){const{from:i,to:a}=r;o.innerToWorld(i,i,!1,t),o.innerToWorld(a,a,!1,t),n.pen.clearPath().moveTo(i.x,i.y).lineTo(a.x,a.y),xp(s[7],i),xp(e[7],i),xp(s[3],a),xp(e[3],a)}for(let t=0;t<8;t++)t<4&&(i[t].visible=!1),a=t===mp||t===vp,s[t].visible=a,e[t].visible=!r&&a}},t.LineEditTool=Ht([rp()],t.LineEditTool);const{M:Ep,L:kp,C:Bp,Q:Tp,Z:Lp,N:Pp,D:Rp,X:Cp,G:Sp,F:Op,O:Mp,P:Dp,U:Ip}=Qt,Ap={scale(t,e,i){if(!t)return;let s,n=0,o=t.length;for(;n<o;)switch(s=t[n],s){case Ep:case kp:Wp(t,e,i,n,1),n+=3;break;case Bp:Wp(t,e,i,n,3),n+=7;break;case Tp:Wp(t,e,i,n,2),n+=5;break;case Lp:n+=1;break;case Pp:Wp(t,e,i,n,2),n+=5;break;case Rp:Wp(t,e,i,n,2),n+=9;break;case Cp:Wp(t,e,i,n,2),n+=6;break;case Sp:Wp(t,e,i,n,2),n+=9;break;case Op:Wp(t,e,i,n,2),n+=5;break;case Mp:t[n]=Sp,t.splice(n+4,0,t[n+3],0),Wp(t,e,i,n,2),n+=9,o+=2;break;case Dp:t[n]=Op,t.splice(n+4,0,t[n+3]),Wp(t,e,i,n,2),n+=5,o+=1;break;case Ip:Wp(t,e,i,n,2),n+=6}},scalePoints(t,e,i,s,n){for(let o=n?s+1:0,r=n?o+2*n:t.length;o<r;o+=2)t[o]*=e,t[o+1]*=i}},{scalePoints:Wp}=Ap,Fp=b.get(),{topLeft:zp,top:Hp,topRight:Up,right:Np,bottom:Yp,left:Xp}=t.Direction9;function Vp(t,e,i){t.pathInputed?jp(t,e,i):(1!==e&&(t.width*=e),1!==i&&(t.height*=i))}function jp(t,e,i){Ap.scale(t.__.path,e,i),t.path=t.__.path}function Gp(t,e,i){const{points:s}=t;"object"==typeof s[0]?s.forEach((t=>{t.x*=e,t.y*=i})):Ap.scalePoints(s,e,i),t.points=s}function Zp(t,e,i){const{children:s}=t;for(let t=0;t<s.length;t++)Fp.a=e,Fp.d=i,s[t].transform(Fp,!0)}const Kp=t.Leaf.prototype;function qp(e,i,s){Jp(e.parentApp?e.parentApp:e,i),e.isApp||s||e.__eventIds.push(e.on_(t.MoveEvent.BEFORE_MOVE,(t=>{e.zoomLayer.move(e.getValidMove(t.moveX,t.moveY))})),e.on_(t.ZoomEvent.BEFORE_ZOOM,(t=>{const{zoomLayer:i}=e,s=e.getValidScale(t.scale);1!==s&&(M.scaleOf(i,t,s),i.scale=i.__.scaleX*s)})))}function Jp(t,e){const i={wheel:{preventDefault:!0},touch:{preventDefault:!0},pointer:{preventDefaultMenu:!0}};e&&It.assign(i,e),It.assign(t.config,i,t.userConfig)}Kp.scaleResize=function(t,e=t,i){const s=this;i||s.editConfig&&"scale"===s.editConfig.editSize?(s.scaleX*=t,s.scaleY*=e):(t<0&&(s.scaleX*=-1,t=-t),e<0&&(s.scaleY*=-1,e=-e),this.__scaleResize(t,e))},Kp.__scaleResize=function(t,e){Vp(this,t,e)},Kp.resizeWidth=function(t){const e=t/this.getBounds("box","local").width;this.scaleOf(this.__layout.boxBounds,e,this.__.lockRatio?e:1,!0)},Kp.resizeHeight=function(t){const e=t/this.getBounds("box","local").height;this.scaleOf(this.__layout.boxBounds,this.__.lockRatio?e:1,e,!0)},t.Text.prototype.__scaleResize=function(t,e){this.__.resizeFontSize||this.editConfig&&"font-size"===this.editConfig.editSize?function(t,e,i){const{app:s}=t,n=s&&s.editor;let o=e;if(n.editing){const s=t.__layout;let{width:r,height:a}=s.boxBounds;switch(r*=i-e,a*=e-i,n.resizeDirection){case Hp:case Yp:o=i,s.affectScaleOrRotation?t.moveInner(-r/2,0):t.x-=r/2;break;case Xp:case Np:s.affectScaleOrRotation?t.moveInner(0,-a/2):t.y-=a/2;break;case zp:case Up:s.affectScaleOrRotation?t.moveInner(0,-a):t.y-=a}}t.fontSize*=o;const r=t.__;r.__autoWidth||(t.width*=o),r.__autoHeight||(t.height*=o)}(this,t,e):Vp(this,t,e)},t.Path.prototype.__scaleResize=function(t,e){jp(this,t,e)},t.Line.prototype.__scaleResize=function(t,e){this.pathInputed?jp(this,t,e):this.points?Gp(this,t,e):this.width*=t},t.Polygon.prototype.__scaleResize=function(t,e){this.pathInputed?jp(this,t,e):this.points?Gp(this,t,e):Vp(this,t,e)},t.Group.prototype.__scaleResize=function(t,e){Zp(this,t,e)},t.Box.prototype.__scaleResize=function(t,e){this.__.__autoSize&&this.children.length?Zp(this,t,e):(Vp(this,t,e),this.__.resizeChildren&&Zp(this,t,e))},Lt.add("resize"),Lt.add("editor","resize"),i.editor=function(t){return new fp(t)},Pn(!1)(t.Box.prototype,"textBox"),En(t.UI.prototype,"editOuter",{get(){return this.__.__isLinePath?"LineEditTool":"EditTool"}}),En(t.UI.prototype,"editInner",{get:()=>"PathEditor"}),En(t.Group.prototype,"editInner",{get:()=>""}),En(t.Text.prototype,"editInner",{get:()=>"TextEditor"}),t.UI.setEditConfig=function(t){En(this.prototype,"editConfig",{get(){return"function"==typeof t?t(this):t}})},t.UI.setEditOuter=function(t){En(this.prototype,"editOuter",{get(){return"string"==typeof t?t:t(this)}})},t.UI.setEditInner=function(t){En(this.prototype,"editInner",{get(){return"string"==typeof t?t:t(this)}})};const $p=wt.get("LeaferTypeCreator"),Qp={list:{},register(t,e){t_[t]&&$p.repeat(t),t_[t]=e},run(t,e){const i=t_[t];i&&i(e)}},{list:t_,register:e_}=Qp;e_("viewport",qp),e_("custom",(function(t){qp(t,null,!0)})),e_("design",(function(t){qp(t,{zoom:{min:.01,max:256},move:{holdSpaceKey:!0,holdMiddleKey:!0}})})),e_("document",(function(t){qp(t,{zoom:{min:1},move:{scroll:"limit"}})}));const i_={getData(t){const e=t[0],i=t[1],s=M.getCenter(e.from,i.from),n=M.getCenter(e.to,i.to),o={x:n.x-s.x,y:n.y-s.y},r=M.getDistance(e.from,i.from);return{move:o,scale:M.getDistance(e.to,i.to)/r,rotation:M.getRotation(e.from,i.from,e.to,i.to),center:n}}},s_={getMove(t,e){let{moveSpeed:i}=e,{deltaX:s,deltaY:n}=t;return t.shiftKey&&!s&&(s=n,n=0),s>50&&(s=Math.max(50,s/3)),n>50&&(n=Math.max(50,n/3)),{x:-s*i*2,y:-n*i*2}},getScale(t,i){let s,n=1,{zoomMode:o,zoomSpeed:r}=i;const a=t.deltaY||t.deltaX;if(o?(s="mouse"===o||!t.deltaX&&(e.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){r=h.within(r,0,1);n=1-a/(4*(t.deltaY?i.delta.y:i.delta.x))*r,n<.5&&(n=.5),n>=1.5&&(n=1.5)}return n}};class n_{get transforming(){return!!(this.moveData||this.zoomData||this.rotateData)}constructor(t){this.interaction=t}move(e){const{interaction:i}=this;e.moveType||(e.moveType="move"),this.moveData||(this.setPath(e),this.moveData=Object.assign(Object.assign({},e),{moveX:0,moveY:0}),i.emit(t.MoveEvent.START,this.moveData)),e.path=this.moveData.path,i.emit(t.MoveEvent.BEFORE_MOVE,e),i.emit(t.MoveEvent.MOVE,e),this.transformEndWait()}zoom(e){const{interaction:i}=this;this.zoomData||(this.setPath(e),this.zoomData=Object.assign(Object.assign({},e),{scale:1}),i.emit(t.ZoomEvent.START,this.zoomData)),e.path=this.zoomData.path,i.emit(t.ZoomEvent.BEFORE_ZOOM,e),i.emit(t.ZoomEvent.ZOOM,e),this.transformEndWait()}rotate(e){const{interaction:i}=this;this.rotateData||(this.setPath(e),this.rotateData=Object.assign(Object.assign({},e),{rotation:0}),i.emit(t.RotateEvent.START,this.rotateData)),e.path=this.rotateData.path,i.emit(t.RotateEvent.BEFORE_ROTATE,e),i.emit(t.RotateEvent.ROTATE,e),this.transformEndWait()}setPath(t){const{interaction:e}=this,{path:i}=e.selector.getByPoint(t,e.hitRadius);t.path=i,e.cancelHover()}transformEndWait(){clearTimeout(this.transformTimer),this.transformTimer=setTimeout((()=>{this.transformEnd()}),this.interaction.p.transformTime)}transformEnd(){const{interaction:e,moveData:i,zoomData:s,rotateData:n}=this;i&&e.emit(t.MoveEvent.END,i),s&&e.emit(t.ZoomEvent.END,s),n&&e.emit(t.RotateEvent.END,n),this.reset()}reset(){this.zoomData=this.moveData=this.rotateData=null}destroy(){this.reset()}}const o_=t.Leafer.prototype,r_=new lt;function a_(t,e){return Object.assign(Object.assign({},e),{moveX:t.x,moveY:t.y})}function h_(t,e){return Object.assign(Object.assign({},e),{scale:t})}o_.initType=function(t){Qp.run(t,this)},o_.getValidMove=function(t,e){const{scroll:i,disabled:s}=this.app.config.move;if(i){const s=!0===i?"":i;if(s.includes("x")?(t=t||e,e=0):s.includes("y")?(e=e||t,t=0):Math.abs(t)>Math.abs(e)?e=0:t=0,s.includes("limit")){const{x:i,y:s,width:n,height:o}=r_.set(this.__world).addPoint(this.zoomLayer),r=i+n-this.width,a=s+o-this.height;i>=0&&r<=0?t=0:t>0?i+t>0&&(t=-i):t<0&&r+t<0&&(t=-r),s>=0&&a<=0?e=0:e>0?s+e>0&&(e=-s):e<0&&a+e<0&&(e=-a)}}return{x:s?0:t,y:s?0:e}},o_.getValidScale=function(t){const{scaleX:e}=this.zoomLayer.__,{min:i,max:s,disabled:n}=this.app.config.zoom,o=Math.abs(e*t);return i&&o<i?t=i/e:s&&o>s&&(t=s/e),n?1:h.float(t)};const l_=Pl.prototype;l_.createTransformer=function(){this.transformer=new n_(this)},l_.move=function(t){this.transformer.move(t)},l_.zoom=function(t){this.transformer.zoom(t)},l_.rotate=function(t){this.transformer.rotate(t)},l_.transformEnd=function(){this.transformer.transformEnd()},l_.wheel=function(t){const{wheel:e}=this.config;if(e.disabled)return;const i=e.getScale?e.getScale(t,e):s_.getScale(t,e);1!==i?this.zoom(h_(i,t)):this.move(a_(e.getMove?e.getMove(t,e):s_.getMove(t,e),t))},l_.multiTouch=function(t,e){if(this.config.multiTouch.disabled)return;const{move:i,rotation:s,scale:n,center:o}=i_.getData(e);Object.assign(t,o),this.rotate(function(t,e){return Object.assign(Object.assign({},e),{rotation:t})}(s,t)),this.zoom(h_(n,t)),this.move(a_(i,t))};const d_=ml.prototype,{abs:c_}=Math;function u_(t,e){let i=1;const s="out"===e,n=Math.abs(t);if(n>1){for(;s?i<n:i<=n;)i*=2;s&&(i/=2)}else{for(;s?i>=n:i>n;)i/=2;s||(i*=2)}return i/t}d_.checkDragEndAnimate=function(t,e){const{moveX:i,moveY:s}=this.dragData,n=c_(i),o=c_(s),r=e?1:.1,a=this.interaction.m.dragAnimate&&this.canAnimate&&this.moving&&(n>r||o>r);if(a){const r="touch"===t.pointerType?3:1,a=70;n*(e=e?.95:r)>a?e=a/n:o*e>a&&(e=a/o),t=Object.assign({},t),M.move(t,i*e,s*e),this.drag(t),this.animate((()=>{this.dragEnd(t,1)}))}return a},d_.animate=function(t,e){const i=t||this.animateWait;i&&this.interaction.target.nextRender(i,null,e),this.animateWait=t},d_.checkDragOut=function(t){const{interaction:e}=this;this.autoMoveCancel(),this.dragging&&!e.shrinkCanvasBounds.hitPoint(t)&&this.autoMoveOnDragOut(t)},d_.autoMoveOnDragOut=function(t){const{interaction:e,downData:i,canDragOut:s}=this,{autoDistance:n,dragOut:o}=e.m;if(!o||!s||!n)return;const r=e.shrinkCanvasBounds,{x:a,y:h}=r,l=ot.maxX(r),d=ot.maxY(r),c=t.x<a?n:l<t.x?-n:0,u=t.y<h?n:d<t.y?-n:0;let p=0,_=0;this.autoMoveTimer=setInterval((()=>{p+=c,_+=u,M.move(i,c,u),M.move(this.dragData,c,u),e.move(Object.assign(Object.assign({},t),{moveX:c,moveY:u,totalX:p,totalY:_,moveType:"drag"})),e.pointerMoveReal(t)}),10)},d_.autoMoveCancel=function(){this.autoMoveTimer&&(clearInterval(this.autoMoveTimer),this.autoMoveTimer=0)},Lt.add("viewport"),Lt.add("view"),t.Leafer.prototype.zoom=function(t,e,i,s){this.killAnimate();const{zoomLayer:n}=this,o=this.canvas.bounds.clone().shrink(void 0!==e?e:30),r=new lt,a={x:o.x+o.width/2,y:o.y+o.height/2};let h;const{scaleX:l}=this.__;if("string"==typeof t)switch(t){case"in":h=u_(l,"in");break;case"out":h=u_(l,"out");break;case"fit":t=this.boxBounds;break;case"fit-width":(t=new lt(this.boxBounds)).height=0;break;case"fit-height":(t=new lt(this.boxBounds)).width=0}else"number"==typeof t&&(h=t/l);if(h)h=this.getValidScale(h),n.scaleOfWorld(a,h,h,!1,s);else if("object"==typeof t){const{x:e,y:a,scaleX:l,scaleY:d}=n,c={x:e,y:a,scaleX:l,scaleY:d},u=t instanceof Array;if(u||t.tag){const e=u?t:[t];r.setListWithFn(e,Lo.worldBounds)}else{const e=function(t,e){let i,{x:s,y:n,width:o,height:r}=t;return r||(r=o*(e.height/e.width),i=!0),o||(o=r*(e.width/e.height),i=!0),i?{x:s,y:n,width:o,height:r}:t}(t,o);r.set(n.getWorldBounds(e))}const{width:p,height:_}=r;let g=o.x-r.x,f=o.y-r.y;return i?(g+=Math.max((o.width-p)/2,0),f+=Math.max((o.height-_)/2,0)):(h=this.getValidScale(Math.min(o.width/p,o.height/_)),g+=(o.width-p*h)/2,f+=(o.height-_*h)/2,M.scaleOf(c,r,h),r.scaleOf(r,h),c.scaleX*=h,c.scaleY*=h),M.move(c,g,f),r.move(g,f),n.set(c,s),r}return n.worldBoxBounds};class p_ extends t.Group{get isOutside(){return!0}constructor(t,e){super(),this.config={theme:"light",padding:0,minSize:10},t.isApp&&(t.sky.add(this),t=t.tree),this.target=t,e&&It.assign(this.config,e),this.changeTheme(this.config.theme),this.waitLeafer(this.__listenEvents,this)}changeTheme(e){let i;"string"==typeof e?(i={fill:"black",stroke:"rgba(255,255,255,0.8)"},"dark"===e&&(i.fill="white",i.stroke="rgba(0,0,0,0.2)")):i=e,this.scrollXBar||this.addMany(this.scrollXBar=new t.Box,this.scrollYBar=new t.Box),i=Object.assign({strokeAlign:"center",opacity:.5,width:6,cornerRadius:3,hoverStyle:{opacity:.6},pressStyle:{opacity:.7}},i),i.height||(i.height=i.width),this.scrollXBar.set(Object.assign(Object.assign({},i),{visible:!1})),this.scrollYBar.set(Object.assign(Object.assign({},i),{visible:!1})),this.leafer&&this.update()}update(t){if(this.dragScrolling)return;const{minSize:e,padding:i}=this.config,{zoomLayer:s,canvas:n}=this.target.leafer,{worldRenderBounds:o}=s;if(t&&this.scrollBounds&&this.scrollBounds.isSame(o))return;this.scrollBounds=new lt(o);const r=n.bounds.clone().shrink(i),a=r.clone().add(o),h=this.ratioX=r.width/a.width,l=this.ratioY=r.height/a.height,d=(r.x-a.x)/a.width,c=(r.y-a.y)/a.height,u=h<1,p=l<1,{scrollXBar:_,scrollYBar:g}=this,{x:f,y:y,width:m,height:v}=r.shrink([2,p?g.width+6:2,u?_.height+6:2,2]);_.set({x:f+m*d,y:y+v+2,width:Math.max(m*h,e),visible:u}),g.set({x:f+m+2,y:y+v*c,height:Math.max(v*l,e),visible:p})}onDrag(t){this.dragScrolling=!0,this.__dragOut=this.app.config.move.dragOut,this.app.config.move.dragOut=!1;const e=t.current===this.scrollXBar,i=this.target.leafer.getValidMove(e?-t.moveX/this.ratioX:0,e?0:-t.moveY/this.ratioY);this.target.moveWorld(i.x,i.y),t.current.moveWorld(i.x&&-i.x*this.ratioX,i.y&&-i.y*this.ratioY)}onDragEnd(){this.dragScrolling=!1,this.app.config.move.dragOut=this.__dragOut}__listenEvents(){const{scrollXBar:e,scrollYBar:i}=this;this.__eventIds=[e.on_(t.DragEvent.DRAG,this.onDrag,this),i.on_(t.DragEvent.DRAG,this.onDrag,this),e.on_(t.DragEvent.END,this.onDragEnd,this),i.on_(t.DragEvent.END,this.onDragEnd,this),this.target.on_(qo.BEFORE,(()=>this.update(!0))),this.target.leafer.on_(Go.RESIZE,(()=>this.update()))]}__removeListenEvents(){this.off_(this.__eventIds)}destroy(){this.destroyed||(this.__removeListenEvents(),this.target=this.config=null,super.destroy())}}Lt.add("scroll");class __ extends nh{}t.Arrow=class extends t.Line{get __tag(){return"Arrow"}constructor(t){super(t),this.__.__useArrow=!0}},Ht([$n(__)],t.Arrow.prototype,"__",void 0),Ht([Hn("angle")],t.Arrow.prototype,"endArrow",void 0),t.Arrow=Ht([ao()],t.Arrow);const{M:g_,L:f_,C:y_,Q:m_,O:v_}=Qt,{rotate:w_,copyFrom:x_,scale:b_}=M,E_={},k_={layout(t,e,i,s,n,o,r){let a,h,l=0,d=t.length;for(;l<d;)switch(a=t[l],a){case g_:case f_:B_(t,l+1,e,i,s,n,o,r),l+=3;break;case y_:for(h=1;h<6;h+=2)B_(t,l+h,e,i,s,n,o,r);l+=7;break;case m_:for(h=1;h<4;h+=2)B_(t,l+h,e,i,s,n,o,r);l+=5;break;case v_:t[l+1]+=e,t[l+2]+=i,s&&(t[l+3]*=s),o&&(t[l+4]+=o,t[l+5]+=o),l+=7}},rotate(t,e,i){k_.layout(t,0,0,1,1,e,i)}};function B_(t,e,i,s,n,o,r,a){x_(E_,t[e],t[e+1]),r&&w_(E_,r,a),n&&b_(E_,n,o),t[e]=i+E_.x,t[e+1]=s+E_.y}const{layout:T_,rotate:L_}=k_,{getAngle:P_}=M,R_={x:-.5},C_={connect:R_,offset:{x:-.71,bevelJoin:.36,roundJoin:.22},path:[1,-3,-3,2,0,0,2,-3,3]},S_={connect:R_,offset:{x:-1.207,bevelJoin:.854,roundJoin:.707},path:[1,-3,-3,2,0,0,2,-1,0]},O_={connect:R_,offset:{x:-.9,bevelJoin:.624,roundJoin:.4},path:[1,-3,0,2,-3,-2,2,0,0,2,-3,2,2,-3,0,1,-2.05,1.1,2,-2.05,-1.1],dashPath:[1,-2,0,2,-.5,0]},M_={connect:R_,offset:{x:-1.1,bevelJoin:.872,roundJoin:.6},path:[1,-3,0,2,-3.5,-1.8,2,0,0,2,-3.5,1.8,2,-3,0,1,-2.25,.95,2,-2.25,-.95],dashPath:[1,-3,0,2,-.5,0]},D_={offset:R_,path:[...O_.path],dashPath:[1,-2.5,0,2,-1,0]};L_(D_.path,180,{x:-1.5,y:0});const I_={connect:{x:-1.3},path:[1,1.8,-.1,2,1.8,0,26,0,0,1.8,0,359,0]},A_={connect:{x:.5},path:[...I_.path,1,0,0,26,0,0,1,0,360,0],dashPath:[1,-.5,0,2,.5,0]},W_={connect:{x:-1.3},path:[1,-1.4,0,2,-1.4,-1.4,2,1.4,-1.4,2,1.4,1.4,2,-1.4,1.4,2,-1.4,0]},F_={path:[...W_.path,2,-1.4,-.49,2,1,-.49,1,-1.4,.49,2,1,.49]},z_=It.clone(W_),H_=It.clone(F_);L_(z_.path,45),L_(H_.path,45);const U_={angle:C_,"angle-side":S_,arrow:M_,triangle:O_,"triangle-flip":D_,circle:A_,"circle-line":I_,square:F_,"square-line":W_,diamond:H_,"diamond-line":z_,mark:{offset:R_,path:[1,0,-2,2,0,2]}};function N_(t,e,i,s,n,o,r){const{strokeCap:a,strokeJoin:h}=t.__,{offset:l,connect:d,path:c,dashPath:u}="object"==typeof e?e:U_[e];let p=d?d.x:0,_=l?l.x:0;const g=[...c];return r&&u&&g.push(...u),"none"!==a&&(p-=.5),l&&("round"===h&&l.roundJoin?_+=l.roundJoin:"bevel"===h&&l.bevelJoin&&(_+=l.bevelJoin)),_&&T_(g,_,0),T_(g,s.x,s.y,n,n,P_(i,s)),o.x=(p+_)*n,g}const{M:Y_,L:X_,C:V_,Q:j_,Z:G_,N:Z_,D:K_,X:q_,G:J_,F:$_,O:Q_,P:tg,U:eg}=Qt,{copy:ig,copyFrom:sg,getDistancePoint:ng}=M,og={},rg={},ag={},hg={},lg={},dg={list:U_,addArrows(t,e){const{startArrow:i,endArrow:s,strokeWidth:n,dashPattern:o,__pathForRender:r}=t.__;let a,h=0,l=r.length,d=0,c=i&&"none"!==i;for(;h<l;){switch(a=r[h],a){case Y_:case X_:(d<2||h+6>=l)&&(sg(lg,r[h+1],r[h+2]),!d&&c&&ig(rg,lg)),h+=3;break;case V_:1!==d&&h+7!==l||cg(r,hg,lg,h+3),h+=7;break;case j_:1!==d&&h+5!==l||cg(r,hg,lg,h+1),h+=5;break;case G_:return;case Z_:h+=5;break;case K_:h+=9;break;case q_:h+=6;break;case J_:h+=9;break;case $_:h+=5;break;case Q_:h+=7;break;case tg:h+=4;break;case eg:1!==d&&h+6!==l||cg(r,hg,lg,h+1),h+=6}if(d++,1===d&&a!==Y_)return;if(2===d&&c&&ig(ag,a===X_?lg:hg),h===l){const l=t.__.__pathForRender=e?[...r]:r,d=t.__.__pathForArrow=[];if(c){const e=N_(t,i,ag,rg,n,og,!!o);o?d.push(...e):l.push(...e),og.x&&(ng(rg,ag,-og.x,!0),l[1]=ag.x,l[2]=ag.y)}if(s&&"none"!==s){const e=N_(t,s,hg,lg,n,og,!!o);if(o?d.push(...e):l.push(...e),og.x){let t;switch(ng(lg,hg,-og.x,!0),a){case X_:t=h-3+1;break;case V_:t=h-7+5;break;case j_:t=h-5+3;break;case eg:t=h-6+3}t&&ug(l,hg,t)}}}else ig(hg,lg)}}};function cg(t,e,i,s){sg(e,t[s],t[s+1]),sg(i,t[s+2],t[s+3])}function ug(t,e,i){t[i]=e.x,t[i+1]=e.y}function pg(t){return Bn(t,(t=>({set(e){if(this.__setAttr(t,e)){const t=this.__;t.__useArrow="none"!==t.startArrow||"none"!==t.endArrow,zn(this)}}})))}Lt.add("arrow");const _g=t.UI.prototype;pg("none")(_g,"startArrow"),pg("none")(_g,"endArrow"),Object.assign(Ha,dg);const{Yes:gg,NoAndSkip:fg,YesAndSkip:yg}=t.Answer,mg={},vg={},wg={};class xg{constructor(t){this.innerIdMap={},this.idMap={},this.methods={id:(t,e)=>t.id===e?(this.target&&(this.idMap[e]=t),1):0,innerId:(t,e)=>t.innerId===e?(this.target&&(this.innerIdMap[e]=t),1):0,className:(t,e)=>t.className===e?1:0,tag:(t,e)=>t.__tag===e?1:0,tags:(t,e)=>e[t.__tag]?1:0},(this.target=t)&&this.__listenEvents()}getBy(t,e,i,s){switch(typeof t){case"number":const n=this.getByInnerId(t,e);return i?n:n?[n]:[];case"string":switch(t[0]){case"#":mg.id=t.substring(1),t=mg;break;case".":vg.className=t.substring(1),t=vg;break;default:wg.tag=t,t=wg}case"object":if(void 0!==t.id){const s=this.getById(t.id,e);return i?s:s?[s]:[]}if(t.tag){const{tag:s}=t,n=s instanceof Array;return this.getByMethod(n?this.methods.tags:this.methods.tag,e,i,n?It.toMap(s):s)}return this.getByMethod(this.methods.className,e,i,t.className);case"function":return this.getByMethod(t,e,i,s)}}getByInnerId(t,e){const i=this.innerIdMap[t];return i||(this.eachFind(this.toChildren(e),this.methods.innerId,null,t),this.findLeaf)}getById(t,e){const i=this.idMap[t];return i&&wo.hasParent(i,e||this.target)?i:(this.eachFind(this.toChildren(e),this.methods.id,null,t),this.findLeaf)}getByClassName(t,e){return this.getByMethod(this.methods.className,e,!1,t)}getByTag(t,e){return this.getByMethod(this.methods.tag,e,!1,t)}getByMethod(t,e,i,s){const n=i?null:[];return this.eachFind(this.toChildren(e),t,n,s),n||this.findLeaf}eachFind(t,e,i,s){let n,o;for(let r=0,a=t.length;r<a;r++){if(n=t[r],o=e(n,s),o===gg||o===yg){if(!i)return void(this.findLeaf=n);i.push(n)}n.isBranch&&o<fg&&this.eachFind(n.children,e,i,s)}}toChildren(t){return this.findLeaf=null,[t||this.target]}__onRemoveChild(t){const{id:e,innerId:i}=t.child;this.idMap[e]&&delete this.idMap[e],this.innerIdMap[i]&&delete this.innerIdMap[i]}__checkIdChange(t){if("id"===t.attrName){const e=t.oldValue;this.idMap[e]&&delete this.idMap[e]}}__listenEvents(){this.__eventIds=[this.target.on_(Xo.REMOVE,this.__onRemoveChild,this),this.target.on_(Vo.CHANGE,this.__checkIdChange,this)]}__removeListenEvents(){this.target.off_(this.__eventIds),this.__eventIds.length=0}destroy(){const{__eventIds:t}=this;t&&t.length&&(this.__removeListenEvents(),this.innerIdMap={},this.idMap={}),this.findLeaf=null}}const bg=t.UI.prototype;function Eg(t){return t.leafer?t.leafer.selector:e.selector||(e.selector=i.selector())}bg.find=function(t,e){return Eg(this).getBy(t,this,!1,e)},bg.findOne=function(t,e){return Eg(this).getBy(t,this,!0,e)},Lt.add("find"),i.finder=function(t){return new xg(t)};const{setPoint:kg,addPoint:Bg,toBounds:Tg}=N;const Lg={export(t,s,n){this.running=!0;const o=dn.fileType(s),r=s.includes(".");return n=dn.getExportOptions(n),function(t){Pg||(Pg=new _n);return new Promise((e=>{Pg.add((()=>Ut(this,void 0,void 0,(function*(){return yield t(e)}))),{parallel:!1})}))}((a=>new Promise((l=>{const d=t=>{a(t),l(),this.running=!1},{toURL:c}=e,{download:u}=e.origin;if("json"===o)return r&&u(c(JSON.stringify(t.toJSON(n.json)),"text"),s),d({data:!!r||t.toJSON(n.json)});if("svg"===o)return r&&u(c(t.toSVG(),"svg"),s),d({data:!!r||t.toSVG()});const{leafer:p}=t;p?(Rg(t),p.waitViewCompleted((()=>Ut(this,void 0,void 0,(function*(){let e,o,r=1,a=1;const{worldTransform:l,isLeafer:c,isFrame:u}=t,{slice:_,trim:g,padding:f,onCanvas:y}=n,m=void 0===n.smooth?p.config.smooth:n.smooth,v=n.contextSettings||p.config.contextSettings,w=n.screenshot||t.isApp,x=c&&w&&void 0===n.fill?t.fill:n.fill,b=dn.isOpaqueImage(s)||x,E=new H;if(w)e=!0===w?c?p.canvas.bounds:t.worldRenderBounds:w;else{let i=n.relative||(c?"inner":"local");switch(r=l.scaleX,a=l.scaleY,i){case"inner":E.set(l);break;case"local":E.set(l).divide(t.localTransform),r/=t.scaleX,a/=t.scaleY;break;case"world":r=1,a=1;break;case"page":i=t.leafer;default:E.set(l).divide(t.getTransform(i));const e=i.worldTransform;r/=r/e.scaleX,a/=a/e.scaleY}e=t.getBounds("render",i)}const k={scaleX:1,scaleY:1};h.getScaleData(n.scale,n.size,e,k);let B=n.pixelRatio||1;t.isApp&&(k.scaleX*=B,k.scaleY*=B,B=t.app.pixelRatio);const{x:T,y:L,width:P,height:R}=new lt(e).scale(k.scaleX,k.scaleY),C={matrix:E.scale(1/k.scaleX,1/k.scaleY).invert().translate(-T,-L).withScale(1/r*k.scaleX,1/a*k.scaleY)};let S,O=i.canvas({width:Math.round(P),height:Math.round(R),pixelRatio:B,smooth:m,contextSettings:v});if(_&&(S=t,S.__worldOpacity=0,t=p,C.bounds=O.bounds),O.save(),u&&void 0!==x){const e=t.get("fill");t.fill="",t.__render(O,C),t.fill=e}else t.__render(O,C);if(O.restore(),S&&S.__updateWorldOpacity(),g){o=function(t){const{width:e,height:i}=t.view,{data:s}=t.context.getImageData(0,0,e,i);let n,o,r,a=0;for(let t=0;t<s.length;t+=4)0!==s[t+3]&&(n=a%e,o=(a-n)/e,r?Bg(r,n,o):kg(r={},n,o)),a++;const h=new lt;return Tg(r,h),h.scale(1/t.pixelRatio).ceil()}(O);const t=O,{width:e,height:s}=o,n={x:0,y:0,width:e,height:s,pixelRatio:B};O=i.canvas(n),O.copyWorld(t,o,n)}if(f){const[t,e,s,n]=h.fourNumber(f),o=O,{width:r,height:a}=o;O=i.canvas({width:r+n+e,height:a+t+s,pixelRatio:B}),O.copyWorld(o,o.bounds,{x:n,y:t,width:r,height:a})}b&&O.fillWorld(O.bounds,x||"#FFFFFF","destination-over"),y&&y(O);const M="canvas"===s?O:yield O.export(s,n);d({data:M,width:O.pixelWidth,height:O.pixelHeight,renderBounds:e,trimBounds:o})}))))):d({data:!1})}))))}};let Pg;function Rg(t){t.__.__needComputePaint&&t.__.__computePaint(),t.isBranch&&t.children.forEach((t=>Rg(t)))}const Cg=qt.prototype,Sg=wt.get("@leafer-in/export");Cg.export=function(t,e){const{quality:i,blob:s}=dn.getExportOptions(e);return t.includes(".")?this.saveAs(t,i):s?this.toBlob(t,i):this.toDataURL(t,i)},Cg.toBlob=function(t,i){return new Promise((s=>{e.origin.canvasToBolb(this.view,t,i).then((t=>{s(t)})).catch((t=>{Sg.error(t),s(null)}))}))},Cg.toDataURL=function(t,i){return e.origin.canvasToDataURL(this.view,t,i)},Cg.saveAs=function(t,i){return new Promise((s=>{e.origin.canvasSaveAs(this.view,t,i).then((()=>{s(!0)})).catch((t=>{Sg.error(t),s(!1)}))}))},Lt.add("export"),Object.assign(ja,Lg),t.UI.prototype.export=function(t,e){return ja.export(this,t,e)};const Og={none:"none",title:"capitalize",upper:"uppercase",lower:"lowercase","small-caps":"small-caps"},Mg={top:"flex-start",middle:"center",bottom:"flex-end"};function Dg(t,e,i){const{style:s}=t,{fill:n,padding:o,textWrap:r,textOverflow:a,textDecoration:h}=e;s.fontFamily=e.fontFamily,s.fontSize=e.fontSize*i+"px",function(t,e){let i="black";e instanceof Array&&(e=e[0]);if("object"==typeof e)switch(e.type){case"solid":i=Fa.string(e.color);break;case"image":break;case"linear":case"radial":case"angular":const t=e.stops[0];i=Fa.string("string"==typeof t?t:t.color);break;default:void 0!==e.r&&(i=Fa.string(e))}else i=e;t.color=i}(s,n),s.fontStyle=e.italic?"italic":"normal",s.fontWeight=e.fontWeight,s.textDecoration="delete"===h?"line-through":h,s.textTransform=Og[e.textCase],s.textAlign="both"===e.textAlign?"justify":e.textAlign,s.display="flex",s.flexDirection="column",s.justifyContent=Mg[e.verticalAlign],s.lineHeight=(e.__.__lineHeight||0)*i+"px",s.letterSpacing=(e.__.__letterSpacing||0)*i+"px","none"===r?s.whiteSpace="nowrap":"break"===r&&(s.wordBreak="break-all"),s.textIndent=(e.paraIndent||0)*i+"px",s.padding=o instanceof Array?o.map((t=>t*i+"px")).join(" "):(o||0)*i+"px",s.textOverflow="show"===a?"":"hide"===a?"clip":a}t.TextEditor=class extends yp{constructor(){super(...arguments),this.config={selectAll:!0},this.eventIds=[]}get tag(){return"TextEditor"}onLoad(){const{editor:e}=this,{config:i}=e.app,s=this.editTarget;s.visible=!1,this.isHTMLText=!(s instanceof t.Text),this._keyEvent=i.keyEvent,i.keyEvent=!1;const n=this.editDom=document.createElement("div"),{style:o}=n;n.contentEditable="true",o.position="fixed",o.transformOrigin="left top",o.boxSizing="border-box",this.isHTMLText?n.innerHTML=String(s.text):n.innerText=String(s.text);const{view:r}=e.app;(this.inBody=r instanceof HTMLCanvasElement)?document.body.appendChild(n):r.appendChild(n),this.eventIds=[e.app.on_(t.PointerEvent.DOWN,(t=>{let i,{target:s}=t.origin;for(;s;)s===n&&(i=!0),s=s.parentElement;i||e.closeInnerEditor()}))],this.onFocus=this.onFocus.bind(this),this.onInput=this.onInput.bind(this),this.onUpdate=this.onUpdate.bind(this),this.onEscape=this.onEscape.bind(this),n.addEventListener("focus",this.onFocus),n.addEventListener("input",this.onInput),window.addEventListener("keydown",this.onEscape),window.addEventListener("scroll",this.onUpdate);const a=window.getSelection(),h=document.createRange();if(this.config.selectAll)h.selectNodeContents(n);else{const t=n.childNodes[0];h.setStartAfter(t),h.setEndAfter(t),h.collapse(!0)}a.removeAllRanges(),a.addRange(h)}onInput(){const{editDom:t}=this;this.editTarget.text=this.isHTMLText?t.innerHTML:t.innerText.replace(/\n\n/,"\n")}onFocus(){this.editDom.style.outline="none"}onEscape(t){"Escape"===t.code&&this.editor.closeInnerEditor()}onUpdate(){const{editTarget:t}=this;let e=1;if(!this.isHTMLText){const{scaleX:i,scaleY:s}=t.worldTransform;e=Math.max(Math.abs(i),Math.abs(s));t.fontSize*e<12&&(e*=12/t.fontSize)}this.textScale=e;const{a:i,b:s,c:n,d:o,e:r,f:a}=new H(t.worldTransform).scale(1/e);let{x:h,y:l}=this.inBody?t.app.clientBounds:t.app.tree.clientBounds;this.inBody||(h-=window.scrollX,l-=window.scrollY);let{width:d,height:c}=t;d*=e,c*=e;const u=t.__;if(u.__autoWidth&&u.autoSizeAlign)switch(d+=20,u.textAlign){case"center":h-=d/2;break;case"right":h-=d}if(u.__autoHeight&&u.autoSizeAlign)switch(c+=20,u.verticalAlign){case"middle":l-=c/2;break;case"bottom":l-=c}const{style:p}=this.editDom;p.transform=`matrix(${i},${s},${n},${o},${r},${a})`,p.left=h+"px",p.top=l+"px",p.width=d+"px",p.height=c+"px",this.isHTMLText||Dg(this.editDom,t,e)}onUnload(){const{editTarget:t,editor:e,editDom:i}=this;t&&(this.onInput(),t.visible=!0,e.app&&(e.app.config.keyEvent=this._keyEvent),e.off_(this.eventIds),i.removeEventListener("focus",this.onFocus),i.removeEventListener("input",this.onInput),window.removeEventListener("keydown",this.onEscape),window.removeEventListener("scroll",this.onUpdate),i.remove(),this.editDom=this.eventIds=void 0)}},t.TextEditor=Ht([ap()],t.TextEditor),Lt.add("text-editor","editor");class Ig extends ph{setText(t){this._text=t,this.__htmlChanged=!0}}return t.HTMLText=class extends t.Image{get __tag(){return"HTMLText"}get editInner(){return"TextEditor"}constructor(t){super(t)}__updateBoxBounds(){const t=this.__;if(t.__htmlChanged){const e=document.createElement("div"),{style:i}=e;i.all="initial",i.position="absolute",i.visibility="hidden",e.innerHTML=this.text,document.body.appendChild(e);const{width:s,height:n}=e.getBoundingClientRect(),o=s+10,r=`<svg xmlns="http://www.w3.org/2000/svg" width="${o}" height="${n}">\n <foreignObject width="${o}" height="${n}">\n <style>\n * {\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n }\n </style>\n <body xmlns="http://www.w3.org/1999/xhtml">\n ${this.text}\n </body>\n </foreignObject>\n </svg>`;t.__setImageFill("data:image/svg+xml,"+encodeURIComponent(r)),t.__naturalWidth=o/t.pixelRatio,t.__naturalHeight=n/t.pixelRatio,t.__htmlChanged=!1,e.remove()}super.__updateBoxBounds()}},Ht([$n(Ig)],t.HTMLText.prototype,"__",void 0),Ht([Mn("")],t.HTMLText.prototype,"text",void 0),t.HTMLText=Ht([ao()],t.HTMLText),Lt.add("html"),t.AlignHelper=mt,t.AroundHelper=gt,t.ArrowData=__,t.AutoBounds=ct,t.BezierHelper=Be,t.Bounds=lt,t.BoundsHelper=ot,t.BoxData=eh,t.BranchHelper=Ro,t.BranchRender=Sr,t.CanvasData=_h,t.CanvasManager=Dt,t.ChildEvent=Xo,t.ColorConvert=Fa,t.Creator=i,t.Cursor=Rl,t.DataHelper=It,t.Debug=wt,t.Dragger=ml,t.EditBox=qu,t.EditDataHelper=Yu,t.EditPoint=Zu,t.EditSelect=Ou,t.EditSelectHelper=Pu,t.EditToolCreator=hp,t.Editor=fp,t.EditorEvent=pu,t.EditorGroupEvent=cp,t.EditorHelper=np,t.EditorMoveEvent=_u,t.EditorRotateEvent=fu,t.EditorScaleEvent=gu,t.EditorSkewEvent=yu,t.Effect=Xa,t.EllipseData=rh,t.EllipseHelper=De,t.Event=Yo,t.EventCreator=Ot,t.Eventer=Qo,t.Export=ja,t.FileHelper=dn,t.Filter=Va,t.Finder=xg,t.FrameData=sh,t.GroupData=th,t.HTMLTextData=Ig,t.HitCanvasManager=Cl,t.ImageData=ph,t.ImageEvent=jo,t.ImageManager=mn,t.IncrementId=s,t.InnerEditor=yp,t.InnerEditorEvent=dp,t.InteractionBase=Pl,t.InteractionHelper=ul,t.Keyboard=rl,t.LayoutEvent=Ko,t.Layouter=Pa,t.LeafBounds=Pr,t.LeafBoundsHelper=Lo,t.LeafData=Wt,t.LeafDataProxy=pr,t.LeafEventer=dr,t.LeafHelper=wo,t.LeafLayout=No,t.LeafLevelList=ca,t.LeafList=da,t.LeafMatrix=wr,t.LeafRender=Rr,t.LeaferCanvas=ua,t.LeaferCanvasBase=qt,t.LeaferData=ih,t.LeaferEvent=Jo,t.LeaferImage=bn,t.LeaferTypeCreator=Qp,t.LineData=nh,t.MathHelper=h,t.Matrix=H,t.MatrixHelper=b,t.MultiTouchHelper=i_,t.MyDragEvent=cl,t.MyImage=Qh,t.MyPointerEvent=ll,t.NeedConvertToCanvasCommandMap=ee,t.OneRadian=l,t.PI2=d,t.PI_2=c,t.Paint=Ua,t.PaintGradient=Ya,t.PaintImage=Na,t.PathArrow=Ha,t.PathArrowModule=dg,t.PathBounds=Js,t.PathCommandDataHelper=Ui,t.PathCommandMap=Qt,t.PathConvert=mi,t.PathCorner=rn,t.PathCreator=ns,t.PathData=lh,t.PathDrawer=vs,t.PathHelper=Jt,t.PathMatrixHelper=k_,t.PathNumberCommandLengthMap=oe,t.PathNumberCommandMap=ne,t.PenData=dh,t.Picker=Oa,t.Platform=e,t.Plugin=Lt,t.Point=F,t.PointHelper=M,t.PointerButton=al,t.PolygonData=ah,t.PropertyEvent=Vo,t.RectData=oh,t.RectHelper=re,t.RectRender=mh,t.RenderEvent=qo,t.Renderer=Ca,t.ResizeEvent=Go,t.Resource=fn,t.Run=kt,t.ScrollBar=p_,t.SelectArea=Lu,t.Selector=Ma,t.StarData=hh,t.State=Ga,t.StringNumberMap=vt,t.Stroker=Tu,t.TaskItem=pn,t.TaskProcessor=_n,t.TextConvert=Wa,t.TextData=uh,t.Transformer=n_,t.Transition={},t.TwoPointBoundsHelper=N,t.UIBounds=gh,t.UICreator=Rt,t.UIData=$a,t.UIEvent=hl,t.UIRender=fh,t.UnitConvert=za,t.WaitHelper=Mo,t.WatchEvent=Zo,t.Watcher=fa,t.WheelEventHelper=s_,t.addViewport=qp,t.addViewportConfig=Jp,t.affectRenderBoundsType=Un,t.affectStrokeBoundsType=Fn,t.arrowType=pg,t.attr=Tn,t.autoLayoutType=Cn,t.boundsType=Mn,t.canvasPatch=ln,t.canvasSizeAttrs=Kt,t.cursorType=Jn,t.dataProcessor=$n,t.dataType=Pn,t.decorateLeafAttr=Bn,t.defineDataProcessor=Qn,t.defineKey=En,t.defineLeafAttr=Ln,t.doBoundsType=In,t.doStrokeType=zn,t.effectType=Da,t.emptyData=zt,t.eraserType=Kn,t.getBoundsData=p,t.getDescriptor=kn,t.getMatrixData=_,t.getPointData=u,t.hitType=qn,t.isNull=function(t){return null==t},t.layoutProcessor=function(t){return(e,i)=>{En(e,"__LayoutProcessor",{get:()=>t})}},t.maskType=Zn,t.naturalBoundsType=Dn,t.opacityType=Yn,t.pathInputType=An,t.pathType=Wn,t.pen=an,t.positionType=Rn,t.registerEditTool=rp,t.registerInnerEditor=ap,t.registerUI=ao,t.registerUIEvent=ho,t.resizeType=Ia,t.rewrite=so,t.rewriteAble=no,t.rotationType=On,t.scaleType=Sn,t.sortType=Gn,t.strokeType=Hn,t.surfaceType=Nn,t.tempBounds=dt,t.tempMatrix=U,t.tempPoint=z,t.useCanvas=_a,t.useModule=ro,t.version="1.4.1",t.visibleType=Xn,t.zoomLayerType=Aa,t}({});
|
|
1
|
+
var LeaferUI=function(t){"use strict";const e={toURL(t,e){let i=encodeURIComponent(t);return"text"===e?i="data:text/plain;charset=utf-8,"+i:"svg"===e&&(i="data:image/svg+xml,"+i),i},image:{hitCanvasSize:100,maxCacheSize:4096e3,maxPatternSize:8847360,crossOrigin:"anonymous",getRealURL(t){const{prefix:i,suffix:s}=e.image;return!s||t.startsWith("data:")||t.startsWith("blob:")||(t+=(t.includes("?")?"&":"?")+s),i&&"/"===t[0]&&(t=i+t),t}}},i={},s={RUNTIME:"runtime",LEAF:"leaf",TASK:"task",CNAVAS:"canvas",IMAGE:"image",types:{},create(t){const{types:e}=n;return e[t]?e[t]++:(e[t]=1,0)}},n=s,{round:o,pow:r,PI:a}=Math,h={within:(t,e,i)=>("object"==typeof e&&(i=e.max,e=e.min),void 0!==e&&t<e&&(t=e),void 0!==i&&t>i&&(t=i),t),fourNumber(t,e){let i;if(t instanceof Array)switch(t.length){case 4:i=void 0===e?t:[...t];break;case 2:i=[t[0],t[1],t[0],t[1]];break;case 3:i=[t[0],t[1],t[2],t[1]];break;case 1:t=t[0];break;default:t=0}if(i||(i=[t,t,t,t]),e)for(let t=0;t<4;t++)i[t]>e&&(i[t]=e);return i},formatRotation:(t,e)=>(t%=360,e?t<0&&(t+=360):(t>180&&(t-=360),t<-180&&(t+=360)),h.float(t)),getGapRotation(t,e,i=0){let s=t+i;if(e>1){const t=Math.abs(s%e);(t<1||t>e-1)&&(s=Math.round(s/e)*e)}return s-i},float(t,e){const i=void 0!==e?r(10,e):1e12;return-0===(t=o(t*i)/i)?0:t},getScaleData:(t,e,i,s)=>(s||(s={}),e?(s.scaleX=("number"==typeof e?e:e.width)/i.width,s.scaleY=("number"==typeof e?e:e.height)/i.height):t&&h.assignScale(s,t),s),assignScale(t,e){"number"==typeof e?t.scaleX=t.scaleY=e:(t.scaleX=e.x,t.scaleY=e.y)}},l=a/180,d=2*a,c=a/2;function u(){return{x:0,y:0}}function _(){return{x:0,y:0,width:0,height:0}}function p(){return{a:1,b:0,c:0,d:1,e:0,f:0}}const{sin:g,cos:f,acos:y,sqrt:m}=Math,{float:v}=h,w={};function x(){return Object.assign(Object.assign(Object.assign({},{a:1,b:0,c:0,d:1,e:0,f:0}),{x:0,y:0,width:0,height:0}),{scaleX:1,scaleY:1,rotation:0,skewX:0,skewY:0})}const b={defaultMatrix:{a:1,b:0,c:0,d:1,e:0,f:0},defaultWorld:x(),tempMatrix:{},set(t,e=1,i=0,s=0,n=1,o=0,r=0){t.a=e,t.b=i,t.c=s,t.d=n,t.e=o,t.f=r},get:p,getWorld:x,copy(t,e){t.a=e.a,t.b=e.b,t.c=e.c,t.d=e.d,t.e=e.e,t.f=e.f},translate(t,e,i){t.e+=e,t.f+=i},translateInner(t,e,i,s){t.e+=t.a*e+t.c*i,t.f+=t.b*e+t.d*i,s&&(t.e-=e,t.f-=i)},scale(t,e,i=e){t.a*=e,t.b*=e,t.c*=i,t.d*=i},scaleOfOuter(t,e,i,s){E.toInnerPoint(t,e,w),E.scaleOfInner(t,w,i,s)},scaleOfInner(t,e,i,s=i){E.translateInner(t,e.x,e.y),E.scale(t,i,s),E.translateInner(t,-e.x,-e.y)},rotate(t,e){const{a:i,b:s,c:n,d:o}=t,r=f(e*=l),a=g(e);t.a=i*r-s*a,t.b=i*a+s*r,t.c=n*r-o*a,t.d=n*a+o*r},rotateOfOuter(t,e,i){E.toInnerPoint(t,e,w),E.rotateOfInner(t,w,i)},rotateOfInner(t,e,i){E.translateInner(t,e.x,e.y),E.rotate(t,i),E.translateInner(t,-e.x,-e.y)},skew(t,e,i){const{a:s,b:n,c:o,d:r}=t;i&&(i*=l,t.a=s+o*i,t.b=n+r*i),e&&(e*=l,t.c=o+s*e,t.d=r+n*e)},skewOfOuter(t,e,i,s){E.toInnerPoint(t,e,w),E.skewOfInner(t,w,i,s)},skewOfInner(t,e,i,s=0){E.translateInner(t,e.x,e.y),E.skew(t,i,s),E.translateInner(t,-e.x,-e.y)},multiply(t,e){const{a:i,b:s,c:n,d:o,e:r,f:a}=t;t.a=e.a*i+e.b*n,t.b=e.a*s+e.b*o,t.c=e.c*i+e.d*n,t.d=e.c*s+e.d*o,t.e=e.e*i+e.f*n+r,t.f=e.e*s+e.f*o+a},multiplyParent(t,e,i,s,n,o){let{e:r,f:a}=t;if(o&&(r+=o.scrollX,a+=o.scrollY),i||(i=t),void 0===s&&(s=1!==t.a||t.b||t.c||1!==t.d),s){const{a:s,b:o,c:r,d:a}=t;i.a=s*e.a+o*e.c,i.b=s*e.b+o*e.d,i.c=r*e.a+a*e.c,i.d=r*e.b+a*e.d,n&&(i.scaleX=e.scaleX*n.scaleX,i.scaleY=e.scaleY*n.scaleY)}else i.a=e.a,i.b=e.b,i.c=e.c,i.d=e.d,n&&(i.scaleX=e.scaleX,i.scaleY=e.scaleY);i.e=r*e.a+a*e.c+e.e,i.f=r*e.b+a*e.d+e.f},divide(t,e){E.multiply(t,E.tempInvert(e))},divideParent(t,e){E.multiplyParent(t,E.tempInvert(e))},tempInvert(t){const{tempMatrix:e}=E;return E.copy(e,t),E.invert(e),e},invert(t){const{a:e,b:i,c:s,d:n,e:o,f:r}=t;if(i||s){const a=1/(e*n-i*s);t.a=n*a,t.b=-i*a,t.c=-s*a,t.d=e*a,t.e=-(o*n-r*s)*a,t.f=-(r*e-o*i)*a}else if(1===e&&1===n)t.e=-o,t.f=-r;else{const i=1/(e*n);t.a=n*i,t.d=e*i,t.e=-o*n*i,t.f=-r*e*i}},toOuterPoint(t,e,i,s){const{x:n,y:o}=e;i||(i=e),i.x=n*t.a+o*t.c,i.y=n*t.b+o*t.d,s||(i.x+=t.e,i.y+=t.f)},toInnerPoint(t,e,i,s){const{a:n,b:o,c:r,d:a}=t,h=1/(n*a-o*r),{x:l,y:d}=e;if(i||(i=e),i.x=(l*a-d*r)*h,i.y=(d*n-l*o)*h,!s){const{e:e,f:s}=t;i.x-=(e*a-s*r)*h,i.y-=(s*n-e*o)*h}},setLayout(t,e,i,s,n){const{x:o,y:r,scaleX:a,scaleY:h}=e;if(void 0===n&&(n=e.rotation||e.skewX||e.skewY),n){const{rotation:i,skewX:s,skewY:n}=e,o=i*l,r=f(o),d=g(o);if(s||n){const e=s*l,i=n*l;t.a=(r+i*-d)*a,t.b=(d+i*r)*a,t.c=(e*r-d)*h,t.d=(r+e*d)*h}else t.a=r*a,t.b=d*a,t.c=-d*h,t.d=r*h}else t.a=a,t.b=0,t.c=0,t.d=h;t.e=o,t.f=r,(i=i||s)&&E.translateInner(t,-i.x,-i.y,!s)},getLayout(t,e,i,s){const{a:n,b:o,c:r,d:a,e:h,f:d}=t;let u,_,p,w,x,b=h,E=d;if(o||r){const t=n*a-o*r;if(r&&!s){u=m(n*n+o*o),_=t/u;const e=n/u;p=o>0?y(e):-y(e)}else{_=m(r*r+a*a),u=t/_;const e=r/_;p=c-(a>0?y(-e):-y(e))}const e=v(f(p)),i=g(p);u=v(u),_=v(_),w=e?v((r/_+i)/e/l,9):0,x=e?v((o/u-i)/e/l,9):0,p=v(p/l)}else u=n,_=a,p=w=x=0;return(e=i||e)&&(b+=e.x*n+e.y*r,E+=e.x*o+e.y*a,i||(b-=e.x,E-=e.y)),{x:b,y:E,scaleX:u,scaleY:_,rotation:p,skewX:w,skewY:x}},withScale(t,e,i=e){const s=t;if(!e||!i){const{a:s,b:n,c:o,d:r}=t;n||o?i=(s*r-n*o)/(e=m(s*s+n*n)):(e=s,i=r)}return s.scaleX=e,s.scaleY=i,s},reset(t){E.set(t)}},E=b,{toInnerPoint:B,toOuterPoint:k}=b,{sin:T,cos:L,abs:R,sqrt:P,atan2:C,min:S,PI:O}=Math,M={defaultPoint:{x:0,y:0},tempPoint:{},tempRadiusPoint:{},set(t,e=0,i=0){t.x=e,t.y=i},setRadius(t,e,i){t.radiusX=e,t.radiusY=void 0===i?e:i},copy(t,e){t.x=e.x,t.y=e.y},copyFrom(t,e,i){t.x=e,t.y=i},move(t,e,i){t.x+=e,t.y+=i},scale(t,e,i=e){t.x&&(t.x*=e),t.y&&(t.y*=i)},scaleOf(t,e,i,s=i){t.x+=(t.x-e.x)*(i-1),t.y+=(t.y-e.y)*(s-1)},rotate(t,e,i){i||(i=D.defaultPoint);const s=L(e*=l),n=T(e),o=t.x-i.x,r=t.y-i.y;t.x=i.x+o*s-r*n,t.y=i.y+o*n+r*s},tempToInnerOf(t,e){const{tempPoint:i}=D;return A(i,t),B(e,i,i),i},tempToOuterOf(t,e){const{tempPoint:i}=D;return A(i,t),k(e,i,i),i},tempToInnerRadiusPointOf(t,e){const{tempRadiusPoint:i}=D;return A(i,t),D.toInnerRadiusPointOf(t,e,i),i},toInnerRadiusPointOf(t,e,i){i||(i=t),B(e,t,i),i.radiusX=Math.abs(t.radiusX/e.scaleX),i.radiusY=Math.abs(t.radiusY/e.scaleY)},toInnerOf(t,e,i){B(e,t,i)},toOuterOf(t,e,i){k(e,t,i)},getCenter:(t,e)=>({x:t.x+(e.x-t.x)/2,y:t.y+(e.y-t.y)/2}),getCenterX:(t,e)=>t+(e-t)/2,getCenterY:(t,e)=>t+(e-t)/2,getDistance:(t,e)=>I(t.x,t.y,e.x,e.y),getDistanceFrom(t,e,i,s){const n=R(i-t),o=R(s-e);return P(n*n+o*o)},getMinDistanceFrom:(t,e,i,s,n,o)=>S(I(t,e,i,s),I(i,s,n,o)),getAngle:(t,e)=>W(t,e)/l,getRotation:(t,e,i,s)=>(s||(s=e),D.getRadianFrom(t.x,t.y,e.x,e.y,i.x,i.y,s.x,s.y)/l),getRadianFrom(t,e,i,s,n,o,r,a){void 0===r&&(r=i,a=s);let h=C(e-s,t-i);const l=C(o-a,n-r)-h;return l<-O?l+d:l},getAtan2:(t,e)=>C(e.y-t.y,e.x-t.x),getDistancePoint(t,e,i,s){const n=W(t,e);return(e=s?e:{}).x=t.x+L(n)*i,e.y=t.y+T(n)*i,e},toNumberPoints(t){let e=t;return"object"==typeof t[0]&&(e=[],t.forEach((t=>e.push(t.x,t.y)))),e},reset(t){D.reset(t)}},D=M,{getDistanceFrom:I,copy:A,getAtan2:W}=D;class F{constructor(t,e){this.set(t,e)}set(t,e){return"object"==typeof t?M.copy(this,t):M.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 M.move(this,t,e),this}scale(t,e){return M.scale(this,t,e),this}scaleOf(t,e,i){return M.scaleOf(this,t,e,i),this}rotate(t,e){return M.rotate(this,t,e),this}rotateOf(t,e){return M.rotate(this,e,t),this}getRotation(t,e,i){return M.getRotation(this,t,e,i)}toInnerOf(t,e){return M.toInnerOf(this,t,e),this}toOuterOf(t,e){return M.toOuterOf(this,t,e),this}getCenter(t){return new F(M.getCenter(this,t))}getDistance(t){return M.getDistance(this,t)}getDistancePoint(t,e,i){return new F(M.getDistancePoint(this,t,e,i))}getAngle(t){return M.getAngle(this,t)}getAtan2(t){return M.getAtan2(this,t)}reset(){return M.reset(this),this}}const z=new F;class H{constructor(t,e,i,s,n,o){this.set(t,e,i,s,n,o)}set(t,e,i,s,n,o){return"object"==typeof t?b.copy(this,t):b.set(this,t,e,i,s,n,o),this}setWith(t){return b.copy(this,t),this.scaleX=t.scaleX,this.scaleY=t.scaleY,this}get(){const{a:t,b:e,c:i,d:s,e:n,f:o}=this;return{a:t,b:e,c:i,d:s,e:n,f:o}}clone(){return new H(this)}translate(t,e){return b.translate(this,t,e),this}translateInner(t,e){return b.translateInner(this,t,e),this}scale(t,e){return b.scale(this,t,e),this}scaleWith(t,e){return b.scale(this,t,e),this.scaleX*=t,this.scaleY*=e||t,this}scaleOfOuter(t,e,i){return b.scaleOfOuter(this,t,e,i),this}scaleOfInner(t,e,i){return b.scaleOfInner(this,t,e,i),this}rotate(t){return b.rotate(this,t),this}rotateOfOuter(t,e){return b.rotateOfOuter(this,t,e),this}rotateOfInner(t,e){return b.rotateOfInner(this,t,e),this}skew(t,e){return b.skew(this,t,e),this}skewOfOuter(t,e,i){return b.skewOfOuter(this,t,e,i),this}skewOfInner(t,e,i){return b.skewOfInner(this,t,e,i),this}multiply(t){return b.multiply(this,t),this}multiplyParent(t){return b.multiplyParent(this,t),this}divide(t){return b.divide(this,t),this}divideParent(t){return b.divideParent(this,t),this}invert(){return b.invert(this),this}invertWith(){return b.invert(this),this.scaleX=1/this.scaleX,this.scaleY=1/this.scaleY,this}toOuterPoint(t,e,i){b.toOuterPoint(this,t,e,i)}toInnerPoint(t,e,i){b.toInnerPoint(this,t,e,i)}setLayout(t,e,i){return b.setLayout(this,t,e,i),this}getLayout(t,e,i){return b.getLayout(this,t,e,i)}withScale(t,e){return b.withScale(this,t,e)}reset(){b.reset(this)}}const U=new H,N={tempPointBounds:{},setPoint(t,e,i){t.minX=t.maxX=e,t.minY=t.maxY=i},addPoint(t,e,i){t.minX=e<t.minX?e:t.minX,t.minY=i<t.minY?i:t.minY,t.maxX=e>t.maxX?e:t.maxX,t.maxY=i>t.maxY?i:t.maxY},addBounds(t,e,i,s,n){Y(t,e,i),Y(t,e+s,i+n)},copy(t,e){t.minX=e.minX,t.minY=e.minY,t.maxX=e.maxX,t.maxY=e.maxY},addPointBounds(t,e){t.minX=e.minX<t.minX?e.minX:t.minX,t.minY=e.minY<t.minY?e.minY:t.minY,t.maxX=e.maxX>t.maxX?e.maxX:t.maxX,t.maxY=e.maxY>t.maxY?e.maxY:t.maxY},toBounds(t,e){e.x=t.minX,e.y=t.minY,e.width=t.maxX-t.minX,e.height=t.maxY-t.minY}},{addPoint:Y}=N,{tempPointBounds:X,setPoint:V,addPoint:j,toBounds:G}=N,{toOuterPoint:Z}=b,{float:K,fourNumber:q}=h,{floor:J,ceil:$}=Math;let Q,tt,et,it;const st={},nt={},ot={tempBounds:{},set(t,e=0,i=0,s=0,n=0){t.x=e,t.y=i,t.width=s,t.height=n},copy(t,e){t.x=e.x,t.y=e.y,t.width=e.width,t.height=e.height},copyAndSpread(t,e,i,s,n){const{x:o,y:r,width:a,height:h}=e;if(i instanceof Array){const e=q(i);s?rt.set(t,o+e[3],r+e[0],a-e[1]-e[3],h-e[2]-e[0]):rt.set(t,o-e[3],r-e[0],a+e[1]+e[3],h+e[2]+e[0])}else s&&(i=-i),rt.set(t,o-i,r-i,a+2*i,h+2*i);n&&("width"===n?(t.y=r,t.height=h):(t.x=o,t.width=a))},minX:t=>t.width>0?t.x:t.x+t.width,minY:t=>t.height>0?t.y:t.y+t.height,maxX:t=>t.width>0?t.x+t.width:t.x,maxY:t=>t.height>0?t.y+t.height:t.y,move(t,e,i){t.x+=e,t.y+=i},getByMove:(t,e,i)=>(t=Object.assign({},t),rt.move(t,e,i),t),toOffsetOutBounds(t,e,i){e?ht(e,t):e=t,i?(e.offsetX=-(rt.maxX(i)-t.x),e.offsetY=-(rt.maxY(i)-t.y)):(e.offsetX=t.x+t.width,e.offsetY=t.y+t.height),rt.move(e,-e.offsetX,-e.offsetY)},scale(t,e,i=e){M.scale(t,e,i),t.width*=e,t.height*=i},scaleOf(t,e,i,s=i){M.scaleOf(t,e,i,s),t.width*=i,t.height*=s},tempToOuterOf:(t,e)=>(rt.copy(rt.tempBounds,t),rt.toOuterOf(rt.tempBounds,e),rt.tempBounds),getOuterOf:(t,e)=>(t=Object.assign({},t),rt.toOuterOf(t,e),t),toOuterOf(t,e,i){if(i||(i=t),0===e.b&&0===e.c){const{a:s,d:n}=e;s>0?(i.width=t.width*s,i.x=e.e+t.x*s):(i.width=t.width*-s,i.x=e.e+t.x*s-i.width),n>0?(i.height=t.height*n,i.y=e.f+t.y*n):(i.height=t.height*-n,i.y=e.f+t.y*n-i.height)}else st.x=t.x,st.y=t.y,Z(e,st,nt),V(X,nt.x,nt.y),st.x=t.x+t.width,Z(e,st,nt),j(X,nt.x,nt.y),st.y=t.y+t.height,Z(e,st,nt),j(X,nt.x,nt.y),st.x=t.x,Z(e,st,nt),j(X,nt.x,nt.y),G(X,i)},toInnerOf(t,e,i){i||(i=t),rt.move(i,-e.e,-e.f),rt.scale(i,1/e.a,1/e.d)},getFitMatrix(t,e,i=1){const s=Math.min(i,Math.min(t.width/e.width,t.height/e.height));return new H(s,0,0,s,-e.x*s,-e.y*s)},getSpread(t,e,i){const s={};return rt.copyAndSpread(s,t,e,!1,i),s},spread(t,e,i){rt.copyAndSpread(t,t,e,!1,i)},shrink(t,e,i){rt.copyAndSpread(t,t,e,!0,i)},ceil(t){const{x:e,y:i}=t;t.x=J(t.x),t.y=J(t.y),t.width=e>t.x?$(t.width+e-t.x):$(t.width),t.height=i>t.y?$(t.height+i-t.y):$(t.height)},unsign(t){t.width<0&&(t.x+=t.width,t.width=-t.width),t.height<0&&(t.y+=t.height,t.height=-t.height)},float(t,e){t.x=K(t.x,e),t.y=K(t.y,e),t.width=K(t.width,e),t.height=K(t.height,e)},add(t,e,i){Q=t.x+t.width,tt=t.y+t.height,et=e.x,it=e.y,i||(et+=e.width,it+=e.height),Q=Q>et?Q:et,tt=tt>it?tt:it,t.x=t.x<e.x?t.x:e.x,t.y=t.y<e.y?t.y:e.y,t.width=Q-t.x,t.height=tt-t.y},addList(t,e){rt.setListWithFn(t,e,void 0,!0)},setList(t,e,i=!1){rt.setListWithFn(t,e,void 0,i)},addListWithFn(t,e,i){rt.setListWithFn(t,e,i,!0)},setListWithFn(t,e,i,s=!1){let n,o=!0;for(let r=0,a=e.length;r<a;r++)n=i?i(e[r]):e[r],n&&(n.width||n.height)&&(o?(o=!1,s||ht(t,n)):at(t,n));o&&rt.reset(t)},setPoints(t,e){e.forEach(((t,e)=>0===e?V(X,t.x,t.y):j(X,t.x,t.y))),G(X,t)},setPoint(t,e){rt.set(t,e.x,e.y)},addPoint(t,e){at(t,e,!0)},getPoints(t){const{x:e,y:i,width:s,height:n}=t;return[{x:e,y:i},{x:e+s,y:i},{x:e+s,y:i+n},{x:e,y:i+n}]},hitRadiusPoint:(t,e,i)=>(i&&(e=M.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=M.tempToInnerOf(e,i)),e.x>=t.x&&e.x<=t.x+t.width&&e.y>=t.y&&e.y<=t.y+t.height),hit:(t,e,i)=>(i&&(e=rt.tempToOuterOf(e,i)),!(t.y+t.height<e.y||e.y+e.height<t.y||t.x+t.width<e.x||e.x+e.width<t.x)),includes:(t,e,i)=>(i&&(e=rt.tempToOuterOf(e,i)),t.x<=e.x&&t.y<=e.y&&t.x+t.width>=e.x+e.width&&t.y+t.height>=e.y+e.height),getIntersectData(t,e,i){if(i&&(e=rt.tempToOuterOf(e,i)),!rt.hit(t,e))return{x:0,y:0,width:0,height:0};let{x:s,y:n,width:o,height:r}=e;return Q=s+o,tt=n+r,et=t.x+t.width,it=t.y+t.height,s=s>t.x?s:t.x,n=n>t.y?n:t.y,Q=Q<et?Q:et,tt=tt<it?tt:it,o=Q-s,r=tt-n,{x:s,y:n,width:o,height:r}},intersect(t,e,i){rt.copy(t,rt.getIntersectData(t,e,i))},isSame:(t,e)=>t.x===e.x&&t.y===e.y&&t.width===e.width&&t.height===e.height,isEmpty:t=>0===t.x&&0===t.y&&0===t.width&&0===t.height,reset(t){rt.set(t)}},rt=ot,{add:at,copy:ht}=rt;class lt{get minX(){return ot.minX(this)}get minY(){return ot.minY(this)}get maxX(){return ot.maxX(this)}get maxY(){return ot.maxY(this)}constructor(t,e,i,s){this.set(t,e,i,s)}set(t,e,i,s){return"object"==typeof t?ot.copy(this,t):ot.set(this,t,e,i,s),this}get(){const{x:t,y:e,width:i,height:s}=this;return{x:t,y:e,width:i,height:s}}clone(){return new lt(this)}move(t,e){return ot.move(this,t,e),this}scale(t,e){return ot.scale(this,t,e),this}scaleOf(t,e,i){return ot.scaleOf(this,t,e,i),this}toOuterOf(t,e){return ot.toOuterOf(this,t,e),this}toInnerOf(t,e){return ot.toInnerOf(this,t,e),this}getFitMatrix(t,e){return ot.getFitMatrix(this,t,e)}spread(t,e){return ot.spread(this,t,e),this}shrink(t,e){return ot.shrink(this,t,e),this}ceil(){return ot.ceil(this),this}unsign(){return ot.unsign(this),this}float(t){return ot.float(this,t),this}add(t){return ot.add(this,t),this}addList(t){return ot.setList(this,t,!0),this}setList(t){return ot.setList(this,t),this}addListWithFn(t,e){return ot.setListWithFn(this,t,e,!0),this}setListWithFn(t,e){return ot.setListWithFn(this,t,e),this}setPoint(t){return ot.setPoint(this,t),this}setPoints(t){return ot.setPoints(this,t),this}addPoint(t){return ot.addPoint(this,t),this}getPoints(){return ot.getPoints(this)}hitPoint(t,e){return ot.hitPoint(this,t,e)}hitRadiusPoint(t,e){return ot.hitRadiusPoint(this,t,e)}hit(t,e){return ot.hit(this,t,e)}includes(t,e){return ot.includes(this,t,e)}intersect(t,e){return ot.intersect(this,t,e),this}getIntersect(t,e){return new lt(ot.getIntersectData(this,t,e))}isSame(t){return ot.isSame(this,t)}isEmpty(){return ot.isEmpty(this)}reset(){ot.reset(this)}}const dt=new lt;class ct{constructor(t,e,i,s,n,o){"object"==typeof t?this.copy(t):this.set(t,e,i,s,n,o)}set(t=0,e=0,i=0,s=0,n=0,o=0){this.top=t,this.right=e,this.bottom=i,this.left=s,this.width=n,this.height=o}copy(t){const{top:e,right:i,bottom:s,left:n,width:o,height:r}=t;this.set(e,i,s,n,o,r)}getBoundsFrom(t){const{top:e,right:i,bottom:s,left:n,width:o,height:r}=this;return new lt(n,e,o||t.width-n-i,r||t.height-e-s)}}var ut,_t;t.Direction4=void 0,(ut=t.Direction4||(t.Direction4={}))[ut.top=0]="top",ut[ut.right=1]="right",ut[ut.bottom=2]="bottom",ut[ut.left=3]="left",t.Direction9=void 0,(_t=t.Direction9||(t.Direction9={}))[_t.topLeft=0]="topLeft",_t[_t.top=1]="top",_t[_t.topRight=2]="topRight",_t[_t.right=3]="right",_t[_t.bottomRight=4]="bottomRight",_t[_t.bottom=5]="bottom",_t[_t.bottomLeft=6]="bottomLeft",_t[_t.left=7]="left",_t[_t.center=8]="center",_t[_t["top-left"]=0]="top-left",_t[_t["top-right"]=2]="top-right",_t[_t["bottom-right"]=4]="bottom-right",_t[_t["bottom-left"]=6]="bottom-left";const pt=[{x:0,y:0},{x:.5,y:0},{x:1,y:0},{x:1,y:.5},{x:1,y:1},{x:.5,y:1},{x:0,y:1},{x:0,y:.5},{x:.5,y:.5}];pt.forEach((t=>t.type="percent"));const gt={directionData:pt,tempPoint:{},get:ft,toPoint(t,e,i,s,n){const o=ft(t);i.x=o.x,i.y=o.y,"percent"===o.type&&(i.x*=e.width,i.y*=e.height,n&&(i.x-=n.x,i.y-=n.y,o.x&&(i.x-=1===o.x?n.width:.5===o.x?o.x*n.width:0),o.y&&(i.y-=1===o.y?n.height:.5===o.y?o.y*n.height:0))),s||(i.x+=e.x,i.y+=e.y)}};function ft(e){return"string"==typeof e?pt[t.Direction9[e]]:e}const{toPoint:yt}=gt,mt={toPoint(t,e,i,s,n){yt(t,i,s,n,e)}},vt={0:1,1:1,2:1,3:1,4:1,5:1,6:1,7:1,8:1,9:1,".":1,e:1,E:1};class wt{constructor(t){this.repeatMap={},this.name=t}static get(t){return new wt(t)}static set filter(t){this.filterList=xt(t)}static set exclude(t){this.excludeList=xt(t)}log(...t){if(bt.enable){if(bt.filterList.length&&bt.filterList.every((t=>t!==this.name)))return;if(bt.excludeList.length&&bt.excludeList.some((t=>t===this.name)))return;console.log("%c"+this.name,"color:#21ae62",...t)}}tip(...t){bt.enable&&this.warn(...t)}warn(...t){bt.showWarn&&console.warn(this.name,...t)}repeat(t,...e){this.repeatMap[t]||(this.warn("repeat:"+t,...e),this.repeatMap[t]=!0)}error(...t){try{throw new Error}catch(e){console.error(this.name,...t,e)}}}function xt(t){return t?"string"==typeof t&&(t=[t]):t=[],t}wt.filterList=[],wt.excludeList=[],wt.showWarn=!0;const bt=wt,Et=wt.get("RunTime"),Bt={currentId:0,currentName:"",idMap:{},nameMap:{},nameToIdMap:{},start(t,e){const i=s.create(s.RUNTIME);return kt.currentId=kt.idMap[i]=e?performance.now():Date.now(),kt.currentName=kt.nameMap[i]=t,kt.nameToIdMap[t]=i,i},end(t,e){const i=kt.idMap[t],s=kt.nameMap[t],n=e?(performance.now()-i)/1e3:Date.now()-i;kt.idMap[t]=kt.nameMap[t]=kt.nameToIdMap[s]=void 0,Et.log(s,n,"ms")},endOfName(t,e){const i=kt.nameToIdMap[t];void 0!==i&&kt.end(i,e)}},kt=Bt,Tt=[],Lt={list:{},add(t,...e){this.list[t]=!0,Tt.push(...e)},has(t,e){const i=this.list[t];return!i&&e&&this.need(t),i},need(t){console.error("need plugin: "+(t.includes("-x")?"":"@leafer-in/")+t)}};setTimeout((()=>Tt.forEach((t=>Lt.has(t,!0)))));const Rt=wt.get("UICreator"),Pt={list:{},register(t){const{__tag:e}=t.prototype;Ct[e]&&Rt.repeat(e),Ct[e]=t},get(t,e,i,s,n,o){Ct[t]||Rt.error("not register "+t);const r=new Ct[t](e);return void 0!==i&&(r.x=i,s&&(r.y=s),n&&(r.width=n),o&&(r.height=o)),r}},{list:Ct}=Pt,St=wt.get("EventCreator"),Ot={nameList:{},register(t){let e;Object.keys(t).forEach((i=>{e=t[i],"string"==typeof e&&(Mt[e]&&St.repeat(e),Mt[e]=t)}))},changeName(t,e){const i=Mt[t];if(i){const s=Object.keys(i).find((e=>i[e]===t));s&&(i[s]=e,Mt[e]=i)}},has(t){return!!this.nameList[t]},get:(t,...e)=>new Mt[t](...e)},{nameList:Mt}=Ot;class Dt{constructor(){this.list=[]}add(t){t.manager=this,this.list.push(t)}get(t){let e;const{list:s}=this;for(let i=0,n=s.length;i<n;i++)if(e=s[i],e.recycled&&e.isSameSize(t))return e.recycled=!1,e.manager||(e.manager=this),e;const n=i.canvas(t);return this.add(n),n}recycle(t){t.recycled=!0}clearRecycled(){let t;const e=[];for(let i=0,s=this.list.length;i<s;i++)t=this.list[i],t.recycled?t.destroy():e.push(t);this.list=e}clear(){this.list.forEach((t=>{t.destroy()})),this.list.length=0}destroy(){this.clear()}}const It={default:(t,e)=>(At(e,t),At(t,e),t),assign(t,e,i){let s;Object.keys(e).forEach((n=>{var o,r;if(s=e[n],(null==s?void 0:s.constructor)===Object&&(null===(o=t[n])||void 0===o?void 0:o.constructor)===Object)return At(t[n],e[n],i&&i[n]);i&&n in i?(null===(r=i[n])||void 0===r?void 0:r.constructor)===Object&&At(t[n]={},e[n],i[n]):t[n]=e[n]}))},copyAttrs:(t,e,i)=>(i.forEach((i=>{void 0!==e[i]&&(t[i]=e[i])})),t),clone:t=>JSON.parse(JSON.stringify(t)),toMap(t){const e={};for(let i=0,s=t.length;i<s;i++)e[t[i]]=!0;return e}},{assign:At}=It;class Wt{get __useNaturalRatio(){return!0}get __isLinePath(){const{path:t}=this;return t&&6===t.length&&1===t[0]}get __blendMode(){if(this.eraser&&"path"!==this.eraser)return"destination-out";const{blendMode:t}=this;return"pass-through"===t?null:t}constructor(t){this.__leaf=t}__get(t){if(this.__input){const e=this.__input[t];if(void 0!==e)return e}return this[t]}__getData(){const t={tag:this.__leaf.tag},{__input:e}=this;let i;for(let s in this)"_"!==s[0]&&(i=e?e[s]:void 0,t[s]=void 0===i?this[s]:i);return t}__setInput(t,e){this.__input||(this.__input={}),this.__input[t]=e}__getInput(t){if(this.__input){const e=this.__input[t];if(void 0!==e)return e}if("path"!==t||this.__pathInputed)return this["_"+t]}__removeInput(t){this.__input&&void 0!==this.__input[t]&&(this.__input[t]=void 0)}__getInputData(t,e){const i={};if(t)if(t instanceof Array)for(let e of t)i[e]=this.__getInput(e);else for(let e in t)i[e]=this.__getInput(e);else{let t,e,{__input:s}=this;i.tag=this.__leaf.tag;for(let n in this)if("_"!==n[0]&&(t=this["_"+n],void 0!==t)){if("path"===n&&!this.__pathInputed)continue;e=s?s[n]:void 0,i[n]=void 0===e?t:e}}if(e&&e.matrix){const{a:t,b:e,c:s,d:n,e:o,f:r}=this.__leaf.__localMatrix;i.matrix={a:t,b:e,c:s,d:n,e:o,f:r}}return i}__setMiddle(t,e){this.__middle||(this.__middle={}),this.__middle[t]=e}__getMiddle(t){return this.__middle&&this.__middle[t]}__checkSingle(){const t=this;if("pass-through"===t.blendMode){const e=this.__leaf;t.opacity<1&&(e.isBranch||t.__hasMultiPaint)||e.__hasEraser||t.eraser||t.filter?t.__single=!0:t.__single&&(t.__single=!1)}else t.__single=!0}__removeNaturalSize(){this.__naturalWidth=this.__naturalHeight=void 0}destroy(){this.__input=this.__middle=null}}var Ft;t.Answer=void 0,(Ft=t.Answer||(t.Answer={}))[Ft.No=0]="No",Ft[Ft.Yes=1]="Yes",Ft[Ft.NoAndSkip=2]="NoAndSkip",Ft[Ft.YesAndSkip=3]="YesAndSkip";const zt={};function Ht(t){return null==t}function Ut(t,e,i,s){var n,o=arguments.length,r=o<3?e:null===s?s=Object.getOwnPropertyDescriptor(e,i):s;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(t,e,i,s);else for(var a=t.length-1;a>=0;a--)(n=t[a])&&(r=(o<3?n(r):o>3?n(e,i,r):n(e,i))||r);return o>3&&r&&Object.defineProperty(e,i,r),r}function Nt(t,e,i,s){return new(i||(i=Promise))((function(n,o){function r(t){try{h(s.next(t))}catch(t){o(t)}}function a(t){try{h(s.throw(t))}catch(t){o(t)}}function h(t){var e;t.done?n(t.value):(e=t.value,e instanceof i?e:new i((function(t){t(e)}))).then(r,a)}h((s=s.apply(t,e||[])).next())}))}function Yt(t){return(e,i)=>{t||(t=i),Object.defineProperty(e,i,{get(){return this.context[t]},set(e){this.context[t]=e}})}}"function"==typeof SuppressedError&&SuppressedError;const Xt=[];function Vt(){return(t,e)=>{Xt.push(e)}}const jt=[];class Gt{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||jt)}get dashPattern(){return this.context.getLineDash()}__bindContext(){let t;Xt.forEach((e=>{t=this.context[e],t&&(this[e]=t.bind(this.context))})),this.textBaseline="alphabetic"}setTransform(t,e,i,s,n,o){}resetTransform(){}getTransform(){}save(){}restore(){}transform(t,e,i,s,n,o){"object"==typeof t?this.context.transform(t.a,t.b,t.c,t.d,t.e,t.f):this.context.transform(t,e,i,s,n,o)}translate(t,e){}scale(t,e){}rotate(t){}fill(t,e){}stroke(t){}clip(t,e){}fillRect(t,e,i,s){}strokeRect(t,e,i,s){}clearRect(t,e,i,s){}drawImage(t,e,i,s,n,o,r,a,h){switch(arguments.length){case 9:if(e<0){const t=-e/s*a;s+=e,e=0,o+=t,a-=t}if(i<0){const t=-i/n*h;n+=i,i=0,r+=t,h-=t}this.context.drawImage(t,e,i,s,n,o,r,a,h);break;case 5:this.context.drawImage(t,e,i,s,n);break;case 3:this.context.drawImage(t,e,i)}}beginPath(){}moveTo(t,e){}lineTo(t,e){}bezierCurveTo(t,e,i,s,n,o){}quadraticCurveTo(t,e,i,s){}closePath(){}arc(t,e,i,s,n,o){}arcTo(t,e,i,s,n){}ellipse(t,e,i,s,n,o,r,a){}rect(t,e,i,s){}roundRect(t,e,i,s,n){}createConicGradient(t,e,i){}createLinearGradient(t,e,i,s){}createPattern(t,e){}createRadialGradient(t,e,i,s,n,o){}fillText(t,e,i,s){}measureText(t){}strokeText(t,e,i,s){}destroy(){this.context=null}}Ut([Yt("imageSmoothingEnabled")],Gt.prototype,"smooth",void 0),Ut([Yt("imageSmoothingQuality")],Gt.prototype,"smoothLevel",void 0),Ut([Yt("globalAlpha")],Gt.prototype,"opacity",void 0),Ut([Yt()],Gt.prototype,"fillStyle",void 0),Ut([Yt()],Gt.prototype,"strokeStyle",void 0),Ut([Yt("lineWidth")],Gt.prototype,"strokeWidth",void 0),Ut([Yt("lineCap")],Gt.prototype,"strokeCap",void 0),Ut([Yt("lineJoin")],Gt.prototype,"strokeJoin",void 0),Ut([Yt("lineDashOffset")],Gt.prototype,"dashOffset",void 0),Ut([Yt()],Gt.prototype,"miterLimit",void 0),Ut([Yt()],Gt.prototype,"shadowBlur",void 0),Ut([Yt()],Gt.prototype,"shadowColor",void 0),Ut([Yt()],Gt.prototype,"shadowOffsetX",void 0),Ut([Yt()],Gt.prototype,"shadowOffsetY",void 0),Ut([Yt()],Gt.prototype,"filter",void 0),Ut([Yt()],Gt.prototype,"font",void 0),Ut([Yt()],Gt.prototype,"fontKerning",void 0),Ut([Yt()],Gt.prototype,"fontStretch",void 0),Ut([Yt()],Gt.prototype,"fontVariantCaps",void 0),Ut([Yt()],Gt.prototype,"textAlign",void 0),Ut([Yt()],Gt.prototype,"textBaseline",void 0),Ut([Yt()],Gt.prototype,"textRendering",void 0),Ut([Yt()],Gt.prototype,"wordSpacing",void 0),Ut([Yt()],Gt.prototype,"letterSpacing",void 0),Ut([Yt()],Gt.prototype,"direction",void 0),Ut([Vt()],Gt.prototype,"setTransform",null),Ut([Vt()],Gt.prototype,"resetTransform",null),Ut([Vt()],Gt.prototype,"getTransform",null),Ut([Vt()],Gt.prototype,"save",null),Ut([Vt()],Gt.prototype,"restore",null),Ut([Vt()],Gt.prototype,"translate",null),Ut([Vt()],Gt.prototype,"scale",null),Ut([Vt()],Gt.prototype,"rotate",null),Ut([Vt()],Gt.prototype,"fill",null),Ut([Vt()],Gt.prototype,"stroke",null),Ut([Vt()],Gt.prototype,"clip",null),Ut([Vt()],Gt.prototype,"fillRect",null),Ut([Vt()],Gt.prototype,"strokeRect",null),Ut([Vt()],Gt.prototype,"clearRect",null),Ut([Vt()],Gt.prototype,"beginPath",null),Ut([Vt()],Gt.prototype,"moveTo",null),Ut([Vt()],Gt.prototype,"lineTo",null),Ut([Vt()],Gt.prototype,"bezierCurveTo",null),Ut([Vt()],Gt.prototype,"quadraticCurveTo",null),Ut([Vt()],Gt.prototype,"closePath",null),Ut([Vt()],Gt.prototype,"arc",null),Ut([Vt()],Gt.prototype,"arcTo",null),Ut([Vt()],Gt.prototype,"ellipse",null),Ut([Vt()],Gt.prototype,"rect",null),Ut([Vt()],Gt.prototype,"roundRect",null),Ut([Vt()],Gt.prototype,"createConicGradient",null),Ut([Vt()],Gt.prototype,"createLinearGradient",null),Ut([Vt()],Gt.prototype,"createPattern",null),Ut([Vt()],Gt.prototype,"createRadialGradient",null),Ut([Vt()],Gt.prototype,"fillText",null),Ut([Vt()],Gt.prototype,"measureText",null),Ut([Vt()],Gt.prototype,"strokeText",null);const{copy:Zt}=b,Kt={width:1,height:1,pixelRatio:1},qt=["width","height","pixelRatio"];class Jt extends Gt{get width(){return this.size.width}get height(){return this.size.height}get pixelRatio(){return this.size.pixelRatio}get pixelWidth(){return this.width*this.pixelRatio}get pixelHeight(){return this.height*this.pixelRatio}get allowBackgroundColor(){return this.view&&this.parentView}constructor(t,i){super(),this.size={},this.worldTransform={},t||(t=Kt),t.pixelRatio||(t.pixelRatio=e.devicePixelRatio),this.manager=i,this.innerId=s.create(s.CNAVAS);const{width:n,height:o,pixelRatio:r}=t;this.autoLayout=!n||!o,this.size.pixelRatio=r,this.config=t,this.init()}init(){}__createContext(){const{view:t}=this,{contextSettings:e}=this.config;this.context=e?t.getContext("2d",e):t.getContext("2d"),this.__bindContext()}export(t,e){}toBlob(t,e){}toDataURL(t,e){}saveAs(t,e){}resize(t,e=!0){if(this.isSameSize(t))return;let i;this.context&&!this.unreal&&e&&this.width&&(i=this.getSameCanvas(),i.copyWorld(this));const s=this.size;It.copyAttrs(s,t,qt),qt.forEach((t=>s[t]||(s[t]=1))),this.bounds=new lt(0,0,this.width,this.height),this.context&&!this.unreal&&(this.updateViewSize(),this.smooth=this.config.smooth),this.updateClientBounds(),this.context&&!this.unreal&&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}=this,s=this.worldTransform;if(e){const{a:n,b:o,c:r,d:a,e:h,f:l}=e;this.setTransform(s.a=(t.a*n+t.b*r)*i,s.b=(t.a*o+t.b*a)*i,s.c=(t.c*n+t.d*r)*i,s.d=(t.c*o+t.d*a)*i,s.e=(t.e*n+t.f*r+h)*i,s.f=(t.e*o+t.f*a+l)*i)}else this.setTransform(s.a=t.a*i,s.b=t.b*i,s.c=t.c*i,s.d=t.d*i,s.e=t.e*i,s.f=t.f*i)}useWorldTransform(t){t&&(this.worldTransform=t);const e=this.worldTransform;e&&this.setTransform(e.a,e.b,e.c,e.d,e.e,e.f)}setStroke(t,e,i){e&&(this.strokeWidth=e),t&&(this.strokeStyle=t),i&&this.setStrokeOptions(i)}setStrokeOptions(t){this.strokeCap="none"===t.strokeCap?"butt":t.strokeCap,this.strokeJoin=t.strokeJoin,this.dashPattern=t.dashPattern,this.dashOffset=t.dashOffset,this.miterLimit=t.miterLimit}saveBlendMode(t){this.savedBlendMode=this.blendMode,this.blendMode=t}restoreBlendMode(){this.blendMode=this.savedBlendMode}hitFill(t,e){return!0}hitStroke(t,e){return!0}hitPixel(t,e,i=1){return!0}setWorldShadow(t,e,i,s){const{pixelRatio:n}=this;this.shadowOffsetX=t*n,this.shadowOffsetY=e*n,this.shadowBlur=i*n,this.shadowColor=s||"black"}setWorldBlur(t){const{pixelRatio:e}=this;this.filter=`blur(${t*e}px)`}copyWorld(t,e,i,s){if(s&&(this.blendMode=s),e){const{pixelRatio:s}=this;i||(i=e),this.drawImage(t.view,e.x*s,e.y*s,e.width*s,e.height*s,i.x*s,i.y*s,i.width*s,i.height*s)}else this.drawImage(t.view,0,0);s&&(this.blendMode="source-over")}copyWorldToInner(t,e,i,s){if(s&&(this.blendMode=s),e.b||e.c)this.save(),this.resetTransform(),this.copyWorld(t,e,ot.tempToOuterOf(i,e)),this.restore();else{const{pixelRatio:s}=this;this.drawImage(t.view,e.x*s,e.y*s,e.width*s,e.height*s,i.x,i.y,i.width,i.height)}s&&(this.blendMode="source-over")}copyWorldByReset(t,e,i,s,n){this.resetTransform(),this.copyWorld(t,e,i,s),n||this.useWorldTransform()}useGrayscaleAlpha(t){let e,i;this.setTempBounds(t,!0,!0);const{context:s}=this,n=s.getImageData(dt.x,dt.y,dt.width,dt.height),{data:o}=n;for(let t=0,s=o.length;t<s;t+=4)i=.299*o[t]+.587*o[t+1]+.114*o[t+2],(e=o[t+3])&&(o[t+3]=255===e?i:e*(i/255));s.putImageData(n,dt.x,dt.y)}useMask(t,e,i){this.copyWorld(t,e,i,"destination-in")}useEraser(t,e,i){this.copyWorld(t,e,i,"destination-out")}fillWorld(t,e,i){i&&(this.blendMode=i),this.fillStyle=e,this.setTempBounds(t),this.fillRect(dt.x,dt.y,dt.width,dt.height),i&&(this.blendMode="source-over")}strokeWorld(t,e,i){i&&(this.blendMode=i),this.strokeStyle=e,this.setTempBounds(t),this.strokeRect(dt.x,dt.y,dt.width,dt.height),i&&(this.blendMode="source-over")}clearWorld(t,e){this.setTempBounds(t,e),this.clearRect(dt.x,dt.y,dt.width,dt.height)}clipWorld(t,e){this.beginPath(),this.setTempBounds(t,e),this.rect(dt.x,dt.y,dt.width,dt.height),this.clip()}clear(){const{pixelRatio:t}=this;this.clearRect(0,0,this.width*t+2,this.height*t+2)}setTempBounds(t,e,i){dt.set(t),i&&dt.intersect(this.bounds),dt.scale(this.pixelRatio),e&&dt.ceil()}isSameSize(t){return this.width===t.width&&this.height===t.height&&this.pixelRatio===t.pixelRatio}getSameCanvas(t,e){const s=this.manager?this.manager.get(this.size):i.canvas(Object.assign({},this.size));return s.save(),t&&(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(t){}unrealCanvas(){}destroy(){this.manager=this.view=this.parentView=null}}const $t={creator:{},parse(t,e){},convertToCanvasData(t,e){}},Qt={N:21,D:22,X:23,G:24,F:25,O:26,P:27,U:28},te=Object.assign({M:1,m:10,L:2,l:20,H:3,h:30,V:4,v:40,C:5,c:50,S:6,s:60,Q:7,q:70,T:8,t:80,A:9,a:90,Z:11,z:11,R:12},Qt),ee={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},ie={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},se=Object.assign(Object.assign({},ie),Qt),ne=te,oe={};for(let t in ne)oe[ne[t]]=t;const re={};for(let t in ne)re[ne[t]]=ee[t];const ae={drawRoundRect(t,e,i,s,n,o){const r=h.fourNumber(o,Math.min(s/2,n/2)),a=e+s,l=i+n;r[0]?t.moveTo(e+r[0],i):t.moveTo(e,i),r[1]?t.arcTo(a,i,a,l,r[1]):t.lineTo(a,i),r[2]?t.arcTo(a,l,e,l,r[2]):t.lineTo(a,l),r[3]?t.arcTo(e,l,e,i,r[3]):t.lineTo(e,l),r[0]?t.arcTo(e,i,a,i,r[0]):t.lineTo(e,i)}},{sin:he,cos:le,atan2:de,ceil:ce,abs:ue,PI:_e,sqrt:pe,pow:ge}=Math,{setPoint:fe,addPoint:ye}=N,{set:me,toNumberPoints:ve}=M,{M:we,L:xe,C:be,Q:Ee,Z:Be}=te,ke={},Te={points(t,e,i,s){let n=ve(e);if(t.push(we,n[0],n[1]),i&&n.length>5){let e,o,r,a,h,l,d,c,u,_,p,g,f,y=n.length;const m=!0===i?.5:i;s&&(n=[n[y-2],n[y-1],...n,n[0],n[1],n[2],n[3]],y=n.length);for(let i=2;i<y-2;i+=2)e=n[i-2],o=n[i-1],r=n[i],a=n[i+1],h=n[i+2],l=n[i+3],p=pe(ge(r-e,2)+ge(a-o,2)),g=pe(ge(h-r,2)+ge(l-a,2)),f=p+g,p=m*p/f,g=m*g/f,h-=e,l-=o,d=r-p*h,c=a-p*l,2===i?s||t.push(Ee,d,c,r,a):t.push(be,u,_,d,c,r,a),u=r+g*h,_=a+g*l;s||t.push(Ee,u,_,n[y-2],n[y-1])}else for(let e=2,i=n.length;e<i;e+=2)t.push(xe,n[e],n[e+1]);s&&t.push(Be)},rect(t,e,i,s,n){$t.creator.path=t,$t.creator.moveTo(e,i).lineTo(e+s,i).lineTo(e+s,i+n).lineTo(e,i+n).lineTo(e,i)},roundRect(t,e,i,s,n,o){$t.creator.path=[],ae.drawRoundRect($t.creator,e,i,s,n,o),t.push(...$t.convertToCanvasData($t.creator.path,!0))},arcTo(t,e,i,s,n,o,r,a,h,u,_){const p=s-e,g=n-i,f=o-s,y=r-n;let m=de(g,p),v=de(y,f),w=v-m;if(w<0&&(w+=d),w===_e||ue(p+g)<1e-12||ue(f+y)<1e-12)return t&&t.push(xe,s,n),h&&(fe(h,e,i),ye(h,s,n)),_&&me(_,e,i),void(u&&me(u,s,n));const x=p*y-f*g<0,b=x?-1:1,E=a/le(w/2),B=s+E*le(m+w/2+c*b),k=n+E*he(m+w/2+c*b);return m-=c*b,v-=c*b,Pe(t,B,k,a,a,0,m/l,v/l,x,h,u,_)},arc:(t,e,i,s,n,o,r,a,h,l)=>Pe(t,e,i,s,s,0,n,o,r,a,h,l),ellipse(t,e,i,s,n,o,r,a,h,u,_,p){const g=o*l,f=he(g),y=le(g);let m=r*l,v=a*l;m>_e&&(m-=d),v<0&&(v+=d);let w=v-m;w<0?w+=d:w>d&&(w-=d),h&&(w-=d);const x=ce(ue(w/c)),b=w/x,E=he(b/4),B=8/3*E*E/he(b/2);v=m+b;let k,T,L,R,P,C,S,O,M=le(m),D=he(m),I=L=y*s*M-f*n*D,A=R=f*s*M+y*n*D,W=e+L,F=i+R;t&&t.push(t.length?xe:we,W,F),u&&fe(u,W,F),p&&me(p,W,F);for(let o=0;o<x;o++)k=le(v),T=he(v),L=y*s*k-f*n*T,R=f*s*k+y*n*T,P=e+I-B*(y*s*D+f*n*M),C=i+A-B*(f*s*D-y*n*M),S=e+L+B*(y*s*T+f*n*k),O=i+R+B*(f*s*T-y*n*k),t&&t.push(be,P,C,S,O,e+L,i+R),u&&Re(e+I,i+A,P,C,S,O,e+L,i+R,u,!0),I=L,A=R,M=k,D=T,m=v,v+=b;_&&me(_,e+L,i+R)},quadraticCurveTo(t,e,i,s,n,o,r){t.push(be,(e+2*s)/3,(i+2*n)/3,(o+2*s)/3,(r+2*n)/3,o,r)},toTwoPointBoundsByQuadraticCurve(t,e,i,s,n,o,r,a){Re(t,e,(t+2*i)/3,(e+2*s)/3,(n+2*i)/3,(o+2*s)/3,n,o,r,a)},toTwoPointBounds(t,e,i,s,n,o,r,a,h,l){const d=[];let c,u,_,p,g,f,y,m,v=t,w=i,x=n,b=r;for(let t=0;t<2;++t)if(1==t&&(v=e,w=s,x=o,b=a),c=-3*v+9*w-9*x+3*b,u=6*v-12*w+6*x,_=3*w-3*v,Math.abs(c)<1e-12){if(Math.abs(u)<1e-12)continue;p=-_/u,0<p&&p<1&&d.push(p)}else y=u*u-4*_*c,m=Math.sqrt(y),y<0||(g=(-u+m)/(2*c),0<g&&g<1&&d.push(g),f=(-u-m)/(2*c),0<f&&f<1&&d.push(f));l?ye(h,t,e):fe(h,t,e),ye(h,r,a);for(let l=0,c=d.length;l<c;l++)Le(d[l],t,e,i,s,n,o,r,a,ke),ye(h,ke.x,ke.y)},getPointAndSet(t,e,i,s,n,o,r,a,h,l){const d=1-t,c=d*d*d,u=3*d*d*t,_=3*d*t*t,p=t*t*t;l.x=c*e+u*s+_*o+p*a,l.y=c*i+u*n+_*r+p*h},getPoint(t,e,i,s,n,o,r,a,h){const l={};return Le(t,e,i,s,n,o,r,a,h,l),l}},{getPointAndSet:Le,toTwoPointBounds:Re,ellipse:Pe}=Te,{sin:Ce,cos:Se,sqrt:Oe,atan2:Me}=Math,{ellipse:De}=Te,Ie={ellipticalArc(t,i,s,n,o,r,a,h,c,u,_){const p=(c-i)/2,g=(u-s)/2,f=r*l,y=Ce(f),m=Se(f),v=-m*p-y*g,w=-m*g+y*p,x=n*n,b=o*o,E=w*w,B=v*v,k=x*b-x*E-b*B;let T=0;if(k<0){const t=Oe(1-k/(x*b));n*=t,o*=t}else T=(a===h?-1:1)*Oe(k/(x*E+b*B));const L=T*n*w/o,R=-T*o*v/n,P=Me((w-R)/o,(v-L)/n),C=Me((-w-R)/o,(-v-L)/n);let S=C-P;0===h&&S>0?S-=d:1===h&&S<0&&(S+=d);const O=i+p+m*L-y*R,M=s+g+y*L+m*R,D=S<0?1:0;_||e.ellipseToCurve?De(t,O,M,n,o,r,P/l,C/l,D):n!==o||r?t.push(te.G,O,M,n,o,r,P/l,C/l,D):t.push(te.O,O,M,n,P/l,C/l,D)}},{M:Ae,m:We,L:Fe,l:ze,H:He,h:Ue,V:Ne,v:Ye,C:Xe,c:Ve,S:je,s:Ge,Q:Ze,q:Ke,T:qe,t:Je,A:$e,a:Qe,Z:ti,z:ei,N:ii,D:si,X:ni,G:oi,F:ri,O:ai,P:hi,U:li}=te,{rect:di,roundRect:ci,arcTo:ui,arc:_i,ellipse:pi,quadraticCurveTo:gi}=Te,{ellipticalArc:fi}=Ie,yi=wt.get("PathConvert"),mi={},vi={current:{dot:0},stringify(t,e){let i,s,n,o=0,r=t.length,a="";for(;o<r;){s=t[o],i=re[s],a+=s===n?" ":oe[s];for(let s=1;s<i;s++)a+=h.float(t[o+s],e),s===i-1||(a+=" ");n=s,o+=i}return a},parse(t,e){let i,s,n,o="";const r=[],a=e?se:ie;for(let e=0,h=t.length;e<h;e++)s=t[e],vt[s]?("."===s&&(wi.dot&&(xi(r,o),o=""),wi.dot++),"0"===o&&"."!==s&&(xi(r,o),o=""),o+=s):te[s]?(o&&(xi(r,o),o=""),wi.name=te[s],wi.length=ee[s],wi.index=0,xi(r,wi.name),!i&&a[s]&&(i=!0)):"-"===s||"+"===s?"e"===n||"E"===n?o+=s:(o&&xi(r,o),o=s):o&&(xi(r,o),o=""),n=s;return o&&xi(r,o),i?vi.toCanvasData(r,e):r},toCanvasData(t,e){let i,s,n,o,r,a=0,h=0,l=0,d=0,c=0,u=t.length;const _=[];for(;c<u;){switch(n=t[c],n){case We:t[c+1]+=a,t[c+2]+=h;case Ae:a=t[c+1],h=t[c+2],_.push(Ae,a,h),c+=3;break;case Ue:t[c+1]+=a;case He:a=t[c+1],_.push(Fe,a,h),c+=2;break;case Ye:t[c+1]+=h;case Ne:h=t[c+1],_.push(Fe,a,h),c+=2;break;case ze:t[c+1]+=a,t[c+2]+=h;case Fe:a=t[c+1],h=t[c+2],_.push(Fe,a,h),c+=3;break;case Ge:t[c+1]+=a,t[c+2]+=h,t[c+3]+=a,t[c+4]+=h,n=je;case je:r=o===Xe||o===je,l=r?2*a-i:t[c+1],d=r?2*h-s:t[c+2],i=t[c+1],s=t[c+2],a=t[c+3],h=t[c+4],_.push(Xe,l,d,i,s,a,h),c+=5;break;case Ve:t[c+1]+=a,t[c+2]+=h,t[c+3]+=a,t[c+4]+=h,t[c+5]+=a,t[c+6]+=h,n=Xe;case Xe:i=t[c+3],s=t[c+4],a=t[c+5],h=t[c+6],_.push(Xe,t[c+1],t[c+2],i,s,a,h),c+=7;break;case Je:t[c+1]+=a,t[c+2]+=h,n=qe;case qe:r=o===Ze||o===qe,i=r?2*a-i:t[c+1],s=r?2*h-s:t[c+2],e?gi(_,a,h,i,s,t[c+1],t[c+2]):_.push(Ze,i,s,t[c+1],t[c+2]),a=t[c+1],h=t[c+2],c+=3;break;case Ke:t[c+1]+=a,t[c+2]+=h,t[c+3]+=a,t[c+4]+=h,n=Ze;case Ze:i=t[c+1],s=t[c+2],e?gi(_,a,h,i,s,t[c+3],t[c+4]):_.push(Ze,i,s,t[c+3],t[c+4]),a=t[c+3],h=t[c+4],c+=5;break;case Qe:t[c+6]+=a,t[c+7]+=h;case $e:fi(_,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 ei:case ti:_.push(ti),c++;break;case ii:a=t[c+1],h=t[c+2],e?di(_,a,h,t[c+3],t[c+4]):bi(_,t,c,5),c+=5;break;case si:a=t[c+1],h=t[c+2],e?ci(_,a,h,t[c+3],t[c+4],[t[c+5],t[c+6],t[c+7],t[c+8]]):bi(_,t,c,9),c+=9;break;case ni:a=t[c+1],h=t[c+2],e?ci(_,a,h,t[c+3],t[c+4],t[c+5]):bi(_,t,c,6),c+=6;break;case oi:pi(e?_:bi(_,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,mi),a=mi.x,h=mi.y,c+=9;break;case ri:e?pi(_,t[c+1],t[c+2],t[c+3],t[c+4],0,0,360,!1):bi(_,t,c,5),a=t[c+1]+t[c+3],h=t[c+2],c+=5;break;case ai:_i(e?_:bi(_,t,c,7),t[c+1],t[c+2],t[c+3],t[c+4],t[c+5],t[c+6],null,mi),a=mi.x,h=mi.y,c+=7;break;case hi:e?_i(_,t[c+1],t[c+2],t[c+3],0,360,!1):bi(_,t,c,4),a=t[c+1]+t[c+3],h=t[c+2],c+=4;break;case li:ui(e?_:bi(_,t,c,6),a,h,t[c+1],t[c+2],t[c+3],t[c+4],t[c+5],null,mi),a=mi.x,h=mi.y,c+=6;break;default:return yi.error(`command: ${n} [index:${c}]`,t),_}o=n}return _},objectToCanvasData(t){const e=[];return t.forEach((t=>{switch(t.name){case"M":e.push(Ae,t.x,t.y);break;case"L":e.push(Fe,t.x,t.y);break;case"C":e.push(Xe,t.x1,t.y1,t.x2,t.y2,t.x,t.y);break;case"Q":e.push(Ze,t.x1,t.y1,t.x,t.y);break;case"Z":e.push(ti)}})),e},copyData(t,e,i,s){for(let n=i,o=i+s;n<o;n++)t.push(e[n])},pushData(t,e){wi.index===wi.length&&(wi.index=1,t.push(wi.name)),t.push(Number(e)),wi.index++,wi.dot=0}},{current:wi,pushData:xi,copyData:bi}=vi,{M:Ei,L:Bi,C:ki,Q:Ti,Z:Li,N:Ri,D:Pi,X:Ci,G:Si,F:Oi,O:Mi,P:Di,U:Ii}=te,{getMinDistanceFrom:Ai,getRadianFrom:Wi}=M,{tan:Fi,min:zi,abs:Hi}=Math,Ui={},Ni={beginPath(t){t.length=0},moveTo(t,e,i){t.push(Ei,e,i)},lineTo(t,e,i){t.push(Bi,e,i)},bezierCurveTo(t,e,i,s,n,o,r){t.push(ki,e,i,s,n,o,r)},quadraticCurveTo(t,e,i,s,n){t.push(Ti,e,i,s,n)},closePath(t){t.push(Li)},rect(t,e,i,s,n){t.push(Ri,e,i,s,n)},roundRect(t,e,i,s,n,o){if("number"==typeof o)t.push(Ci,e,i,s,n,o);else{const r=h.fourNumber(o);r?t.push(Pi,e,i,s,n,...r):t.push(Ri,e,i,s,n)}},ellipse(t,e,i,s,n,o,r,a,h){void 0===o?t.push(Oi,e,i,s,n):(void 0===r&&(r=0),void 0===a&&(a=360),t.push(Si,e,i,s,n,o,r,a,h?1:0))},arc(t,e,i,s,n,o,r){void 0===n?t.push(Di,e,i,s):(void 0===o&&(o=360),t.push(Mi,e,i,s,n,o,r?1:0))},arcTo(t,e,i,s,n,o,r,a){if(void 0!==r){const t=Ai(r,a,e,i,s,n);o=zi(o,zi(t/2,t/2*Hi(Fi(Wi(r,a,e,i,s,n)/2))))}t.push(Ii,e,i,s,n,o)},drawEllipse(t,e,i,s,n,o,r,a,h){Te.ellipse(null,e,i,s,n,void 0===o?0:o,void 0===r?0:r,void 0===a?360:a,h,null,null,Ui),t.push(Ei,Ui.x,Ui.y),Yi(t,e,i,s,n,o,r,a,h)},drawArc(t,e,i,s,n,o,r){Te.arc(null,e,i,s,void 0===n?0:n,void 0===o?360:o,r,null,null,Ui),t.push(Ei,Ui.x,Ui.y),Xi(t,e,i,s,n,o,r)},drawPoints(t,e,i,s){Te.points(t,e,i,s)}},{ellipse:Yi,arc:Xi}=Ni,{moveTo:Vi,lineTo:ji,quadraticCurveTo:Gi,bezierCurveTo:Zi,closePath:Ki,beginPath:qi,rect:Ji,roundRect:$i,ellipse:Qi,arc:ts,arcTo:es,drawEllipse:is,drawArc:ss,drawPoints:ns}=Ni;class os{set path(t){this.__path=t}get path(){return this.__path}constructor(t){this.set(t)}set(t){return this.__path=t?"string"==typeof t?$t.parse(t):t:[],this}beginPath(){return qi(this.__path),this.paint(),this}moveTo(t,e){return Vi(this.__path,t,e),this.paint(),this}lineTo(t,e){return ji(this.__path,t,e),this.paint(),this}bezierCurveTo(t,e,i,s,n,o){return Zi(this.__path,t,e,i,s,n,o),this.paint(),this}quadraticCurveTo(t,e,i,s){return Gi(this.__path,t,e,i,s),this.paint(),this}closePath(){return Ki(this.__path),this.paint(),this}rect(t,e,i,s){return Ji(this.__path,t,e,i,s),this.paint(),this}roundRect(t,e,i,s,n){return $i(this.__path,t,e,i,s,n),this.paint(),this}ellipse(t,e,i,s,n,o,r,a){return Qi(this.__path,t,e,i,s,n,o,r,a),this.paint(),this}arc(t,e,i,s,n,o){return ts(this.__path,t,e,i,s,n,o),this.paint(),this}arcTo(t,e,i,s,n){return es(this.__path,t,e,i,s,n),this.paint(),this}drawEllipse(t,e,i,s,n,o,r,a){return is(this.__path,t,e,i,s,n,o,r,a),this.paint(),this}drawArc(t,e,i,s,n,o){return ss(this.__path,t,e,i,s,n,o),this.paint(),this}drawPoints(t,e,i){return ns(this.__path,t,e,i),this.paint(),this}clearPath(){return this.beginPath()}paint(){}}const{M:rs,L:as,C:hs,Q:ls,Z:ds,N:cs,D:us,X:_s,G:ps,F:gs,O:fs,P:ys,U:ms}=te,vs=wt.get("PathDrawer"),ws={drawPathByData(t,e){if(!e)return;let i,s=0,n=e.length;for(;s<n;)switch(i=e[s],i){case rs:t.moveTo(e[s+1],e[s+2]),s+=3;break;case as:t.lineTo(e[s+1],e[s+2]),s+=3;break;case hs:t.bezierCurveTo(e[s+1],e[s+2],e[s+3],e[s+4],e[s+5],e[s+6]),s+=7;break;case ls:t.quadraticCurveTo(e[s+1],e[s+2],e[s+3],e[s+4]),s+=5;break;case ds:t.closePath(),s+=1;break;case cs:t.rect(e[s+1],e[s+2],e[s+3],e[s+4]),s+=5;break;case us: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 _s:t.roundRect(e[s+1],e[s+2],e[s+3],e[s+4],e[s+5]),s+=6;break;case ps:t.ellipse(e[s+1],e[s+2],e[s+3],e[s+4],e[s+5]*l,e[s+6]*l,e[s+7]*l,e[s+8]),s+=9;break;case gs:t.ellipse(e[s+1],e[s+2],e[s+3],e[s+4],0,0,d,!1),s+=5;break;case fs:t.arc(e[s+1],e[s+2],e[s+3],e[s+4]*l,e[s+5]*l,e[s+6]),s+=7;break;case ys:t.arc(e[s+1],e[s+2],e[s+3],0,d,!1),s+=4;break;case ms:t.arcTo(e[s+1],e[s+2],e[s+3],e[s+4],e[s+5]),s+=6;break;default:return void vs.error(`command: ${i} [index:${s}]`,e)}}},{M:xs,L:bs,C:Es,Q:Bs,Z:ks,N:Ts,D:Ls,X:Rs,G:Ps,F:Cs,O:Ss,P:Os,U:Ms}=te,{toTwoPointBounds:Ds,toTwoPointBoundsByQuadraticCurve:Is,arcTo:As,arc:Ws,ellipse:Fs}=Te,{addPointBounds:zs,copy:Hs,addPoint:Us,setPoint:Ns,addBounds:Ys,toBounds:Xs}=N,Vs=wt.get("PathBounds");let js,Gs,Zs;const Ks={},qs={},Js={},$s={toBounds(t,e){$s.toTwoPointBounds(t,qs),Xs(qs,e)},toTwoPointBounds(t,e){if(!t||!t.length)return Ns(e,0,0);let i,s,n,o,r,a=0,h=0,l=0;const d=t.length;for(;a<d;)switch(r=t[a],0===a&&(r===ks||r===Es||r===Bs?Ns(e,h,l):Ns(e,t[a+1],t[a+2])),r){case xs:case bs:h=t[a+1],l=t[a+2],Us(e,h,l),a+=3;break;case Es:n=t[a+5],o=t[a+6],Ds(h,l,t[a+1],t[a+2],t[a+3],t[a+4],n,o,Ks),zs(e,Ks),h=n,l=o,a+=7;break;case Bs:i=t[a+1],s=t[a+2],n=t[a+3],o=t[a+4],Is(h,l,i,s,n,o,Ks),zs(e,Ks),h=n,l=o,a+=5;break;case ks:a+=1;break;case Ts:h=t[a+1],l=t[a+2],Ys(e,h,l,t[a+3],t[a+4]),a+=5;break;case Ls:case Rs:h=t[a+1],l=t[a+2],Ys(e,h,l,t[a+3],t[a+4]),a+=r===Ls?9:6;break;case Ps:Fs(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],Ks,Js),0===a?Hs(e,Ks):zs(e,Ks),h=Js.x,l=Js.y,a+=9;break;case Cs:h=t[a+1],l=t[a+2],Gs=t[a+3],Zs=t[a+4],Ys(e,h-Gs,l-Zs,2*Gs,2*Zs),h+=Gs,a+=5;break;case Ss:Ws(null,t[a+1],t[a+2],t[a+3],t[a+4],t[a+5],t[a+6],Ks,Js),0===a?Hs(e,Ks):zs(e,Ks),h=Js.x,l=Js.y,a+=7;break;case Os:h=t[a+1],l=t[a+2],js=t[a+3],Ys(e,h-js,l-js,2*js,2*js),h+=js,a+=4;break;case Ms:As(null,h,l,t[a+1],t[a+2],t[a+3],t[a+4],t[a+5],Ks,Js),0===a?Hs(e,Ks):zs(e,Ks),h=Js.x,l=Js.y,a+=6;break;default:return void Vs.error(`command: ${r} [index:${a}]`,t)}}},{M:Qs,L:tn,C:en,Z:sn}=te,{getCenterX:nn,getCenterY:on}=M,{arcTo:rn}=Ni,an={smooth(t,e,i){let s,n=0,o=0,r=0,a=0,h=0,l=0,d=0,c=0,u=0;const _=t.length,p=[];for(;n<_;)switch(s=t[n],s){case Qs:a=c=t[n+1],h=u=t[n+2],n+=3,t[n]===tn?(l=t[n+1],d=t[n+2],p.push(Qs,nn(a,l),on(h,d))):p.push(Qs,a,h);break;case tn:switch(o=t[n+1],r=t[n+2],n+=3,t[n]){case tn:rn(p,o,r,t[n+1],t[n+2],e,c,u);break;case sn:rn(p,o,r,a,h,e,c,u);break;default:p.push(tn,o,r)}c=o,u=r;break;case en:p.push(en,t[n+1],t[n+2],t[n+3],t[n+4],t[n+5],t[n+6]),n+=7;break;case sn:rn(p,a,h,l,d,e,c,u),p.push(sn),n+=1}return s!==sn&&(p[1]=a,p[2]=h),p}};$t.creator=new os,$t.parse=vi.parse,$t.convertToCanvasData=vi.toCanvasData;const hn=new os,{drawRoundRect:ln}=ae;function dn(t){!function(t){t&&!t.roundRect&&(t.roundRect=function(t,e,i,s,n){ln(this,t,e,i,s,n)})}(t)}const cn={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=un.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{}}}},un=cn;un.opacityTypes.forEach((t=>un.upperCaseTypeMap[t]=t.toUpperCase()));const _n=wt.get("TaskProcessor");class pn{constructor(t){this.parallel=!0,this.time=1,this.id=s.create(s.TASK),this.task=t}run(){return Nt(this,void 0,void 0,(function*(){try{this.task&&!this.isComplete&&this.parent.running&&(yield this.task())}catch(t){_n.error(t)}}))}complete(){this.isComplete=!0,this.parent=null,this.task=null}cancel(){this.isCancel=!0,this.complete()}}class gn{get total(){return this.list.length+this.delayNumber}get finishedIndex(){return this.isComplete?0:this.index+this.parallelSuccessNumber}get remain(){return this.isComplete?this.total:this.total-this.finishedIndex}get percent(){const{total:t}=this;let e=0,i=0;for(let s=0;s<t;s++)s<=this.finishedIndex?(i+=this.list[s].time,s===this.finishedIndex&&(e=i)):e+=this.list[s].time;return this.isComplete?1:i/e}constructor(t){this.config={parallel:6},this.list=[],this.running=!1,this.isComplete=!0,this.index=0,this.delayNumber=0,t&&It.assign(this.config,t),this.empty()}add(t,e){let i,s,n,o;const r=new pn(t);return r.parent=this,"number"==typeof e?o=e:e&&(s=e.parallel,i=e.start,n=e.time,o=e.delay),n&&(r.time=n),!1===s&&(r.parallel=!1),void 0===o?this.push(r,i):(this.delayNumber++,setTimeout((()=>{this.delayNumber&&(this.delayNumber--,this.push(r,i))}),o)),this.isComplete=!1,r}push(t,e){this.list.push(t),!1===e||this.timer||(this.timer=setTimeout((()=>this.start())))}empty(){this.index=0,this.parallelSuccessNumber=0,this.list=[],this.parallelList=[],this.delayNumber=0}start(){this.running||(this.running=!0,this.isComplete=!1,this.run())}pause(){clearTimeout(this.timer),this.timer=null,this.running=!1}resume(){this.start()}skip(){this.index++,this.resume()}stop(){this.isComplete=!0,this.list.forEach((t=>{t.isComplete||t.cancel()})),this.pause(),this.empty()}run(){this.running&&(this.setParallelList(),this.parallelList.length>1?this.runParallelTasks():this.remain?this.runTask():this.onComplete())}runTask(){const t=this.list[this.index];t?t.run().then((()=>{this.onTask(t),this.index++,this.nextTask()})).catch((t=>{this.onError(t)})):this.nextTask()}runParallelTasks(){this.parallelList.forEach((t=>this.runParallelTask(t)))}runParallelTask(t){t.run().then((()=>{this.onTask(t),this.fillParallelTask()})).catch((t=>{this.onParallelError(t)}))}nextTask(){this.total===this.finishedIndex?this.onComplete():this.timer=setTimeout((()=>this.run()))}setParallelList(){let t;this.parallelList=[],this.parallelSuccessNumber=0;let e=this.index+this.config.parallel;e>this.list.length&&(e=this.list.length);for(let i=this.index;i<e&&(t=this.list[i],t.parallel);i++)this.parallelList.push(t)}fillParallelTask(){let t;const e=this.parallelList;this.parallelSuccessNumber++,e.pop();const i=e.length,s=this.finishedIndex+i;if(e.length){if(!this.running)return;s<this.total&&(t=this.list[s],t&&t.parallel&&(e.push(t),this.runParallelTask(t)))}else this.index+=this.parallelSuccessNumber,this.parallelSuccessNumber=0,this.nextTask()}onComplete(){this.stop(),this.config.onComplete&&this.config.onComplete()}onTask(t){t.complete(),this.config.onTask&&this.config.onTask()}onParallelError(t){this.parallelList.forEach((t=>{t.parallel=!1})),this.parallelList.length=0,this.parallelSuccessNumber=0,this.onError(t)}onError(t){this.pause(),this.config.onError&&this.config.onError(t)}destroy(){this.stop()}}const fn=wt.get("Resource"),yn={tasker:new gn,map:{},get isComplete(){return mn.tasker.isComplete},set(t,e){mn.map[t]&&fn.repeat(t),mn.map[t]=e},get:t=>mn.map[t],remove(t){const e=mn.map[t];e&&(e.destroy&&e.destroy(),delete mn.map[t])},loadImage(t,e){return new Promise(((i,s)=>{const n=this.setImage(t,t,e);n.load((()=>i(n)),(t=>s(t)))}))},setImage(t,e,s){let n;return"string"==typeof e?n={url:e}:e.url||(n={url:t,view:e}),n&&(s&&(n.format=s),e=i.image(n)),mn.set(t,e),e},destroy(){mn.map={}}},mn=yn,vn={maxRecycled:100,recycledList:[],patternTasker:new gn,get(t){let e=yn.get(t.url);return e||yn.set(t.url,e=i.image(t)),e.use++,e},recycle(t){t.use--,setTimeout((()=>{t.use||wn.recycledList.push(t)}))},clearRecycled(){const t=wn.recycledList;t.length>wn.maxRecycled&&(t.forEach((t=>!t.use&&t.url&&yn.remove(t.url))),t.length=0)},hasOpacityPixel:t=>cn.opacityTypes.some((e=>wn.isFormat(e,t))),isFormat(t,e){if(e.format===t)return!0;const{url:i}=e;if(i.startsWith("data:")){if(i.startsWith("data:"+cn.mineType(t)))return!0}else{if(i.includes("."+t)||i.includes("."+cn.upperCaseTypeMap[t]))return!0;if("png"===t&&!i.includes("."))return!0}return!1},destroy(){wn.recycledList=[]}},wn=vn,{IMAGE:xn,create:bn}=s;class En{get url(){return this.config.url}get completed(){return this.ready||!!this.error}constructor(t){if(this.use=0,this.waitComplete=[],this.innerId=bn(xn),this.config=t||(t={url:""}),t.view){const{view:e}=t;this.setView(e.config?e.view:e)}vn.isFormat("svg",t)&&(this.isSVG=!0),vn.hasOpacityPixel(t)&&(this.hasOpacityPixel=!0)}load(t,i){return this.loading||(this.loading=!0,yn.tasker.add((()=>Nt(this,void 0,void 0,(function*(){return yield e.origin.loadImage(this.url).then((t=>this.setView(t))).catch((t=>{this.error=t,this.onComplete(!1)}))}))))),this.waitComplete.push(t,i),this.waitComplete.length-2}unload(t,e){const i=this.waitComplete;if(e){const e=i[t+1];e&&e({type:"stop"})}i[t]=i[t+1]=void 0}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,i,s,n){if(t||(t=this.width),i||(i=this.height),this.cache){let{params:t,data:e}=this.cache;for(let i in t)if(t[i]!==arguments[i]){e=null;break}if(e)return e}const o=e.origin.createCanvas(t,i),r=o.getContext("2d");return s&&(r.globalAlpha=s),r.drawImage(this.view,0,0,t,i),this.cache=this.use>1?{data:o,params:arguments}:null,o}getPattern(t,i,s,n){const o=e.canvas.createPattern(t,i);try{s&&o.setTransform&&(o.setTransform(s),s=null)}catch(t){}return n&&(n.transform=s),o}destroy(){this.config={url:""},this.cache=null,this.waitComplete.length=0}}function Bn(t,e,i,s){s||(i.configurable=i.enumerable=!0),Object.defineProperty(t,e,i)}function kn(t,e){return Object.getOwnPropertyDescriptor(t,e)}function Tn(t,e){return(i,s)=>Rn(i,s,t,e&&e(s))}function Ln(t){return t}function Rn(t,e,i,s){const n={get(){return this.__getAttr(e)},set(t){this.__setAttr(e,t)}};Bn(t,e,Object.assign(n,s||{})),to(t,e,i)}function Pn(t){return Tn(t)}function Cn(t,e){return Tn(t,(t=>({set(i){this.__setAttr(t,i,e)&&(this.__layout.matrixChanged||this.__layout.matrixChange())}})))}function Sn(t){return Tn(t,(t=>({set(e){this.__setAttr(t,e)&&(this.__hasAutoLayout=!!(this.origin||this.around||this.flow),this.__local||this.__layout.createLocal(),An(this))}})))}function On(t,e){return Tn(t,(t=>({set(i){this.__setAttr(t,i,e)&&(this.__layout.scaleChanged||this.__layout.scaleChange())}})))}function Mn(t,e){return Tn(t,(t=>({set(i){this.__setAttr(t,i,e)&&(this.__layout.rotationChanged||this.__layout.rotationChange())}})))}function Dn(t,e){return Tn(t,(t=>({set(i){this.__setAttr(t,i,e)&&An(this)}})))}function In(t){return Tn(t,(t=>({set(e){this.__setAttr(t,e)&&(An(this),this.__.__removeNaturalSize())}})))}function An(t){t.__layout.boxChanged||t.__layout.boxChange(),t.__hasAutoLayout&&(t.__layout.matrixChanged||t.__layout.matrixChange())}function Wn(t){return Tn(t,(t=>({set(e){const i=this.__;2!==i.__pathInputed&&(i.__pathInputed=e?1:0),e||(i.__pathForRender=void 0),this.__setAttr(t,e),An(this)}})))}const Fn=Dn;function zn(t){return Tn(t,(t=>({set(e){this.__setAttr(t,e)&&Hn(this)}})))}function Hn(t){t.__layout.strokeChanged||t.__layout.strokeChange(),t.__.__useArrow&&An(t)}const Un=zn;function Nn(t){return Tn(t,(t=>({set(e){this.__setAttr(t,e),this.__layout.renderChanged||this.__layout.renderChange()}})))}function Yn(t){return Tn(t,(t=>({set(e){this.__setAttr(t,e)&&(this.__layout.surfaceChanged||this.__layout.surfaceChange())}})))}function Xn(t){return Tn(t,(t=>({set(e){this.__setAttr(t,e)&&(this.__layout.opacityChanged||this.__layout.opacityChange()),this.mask&&jn(this)}})))}function Vn(t){return Tn(t,(t=>({set(e){const i=this.visible;if(!0===i&&0===e){if(this.animationOut)return this.__runAnimation("out",(()=>Gn(this,t,e,i)))}else 0===i&&!0===e&&this.animation&&this.__runAnimation("in");Gn(this,t,e,i),this.mask&&jn(this)}})))}function jn(t){const{parent:e}=t;if(e){const{__hasMask:t}=e;e.__updateMask(),t!==e.__hasMask&&e.forceUpdate()}}function Gn(t,e,i,s){t.__setAttr(e,i)&&(t.__layout.opacityChanged||t.__layout.opacityChange(),0!==s&&0!==i||An(t))}function Zn(t){return Tn(t,(t=>({set(e){this.__setAttr(t,e)&&(this.__layout.surfaceChanged||this.__layout.surfaceChange(),this.waitParent((()=>{this.parent.__layout.childrenSortChange()})))}})))}function Kn(t){return Tn(t,(t=>({set(e){this.__setAttr(t,e)&&(this.__layout.boxChanged||this.__layout.boxChange(),this.waitParent((()=>{this.parent.__updateMask(e)})))}})))}function qn(t){return Tn(t,(t=>({set(e){this.__setAttr(t,e)&&this.waitParent((()=>{this.parent.__updateEraser(e)}))}})))}function Jn(t){return Tn(t,(t=>({set(e){this.__setAttr(t,e)&&(this.__layout.hitCanvasChanged=!0,wt.showHitView&&(this.__layout.surfaceChanged||this.__layout.surfaceChange()),this.leafer&&this.leafer.updateCursor())}})))}function $n(t){return Tn(t,(t=>({set(e){this.__setAttr(t,e),this.leafer&&this.leafer.updateCursor()}})))}function Qn(t){return(e,i)=>{Bn(e,"__DataProcessor",{get:()=>t})}}function to(t,e,i){const s=t.__DataProcessor.prototype,n="_"+e,o=function(t){return"set"+t.charAt(0).toUpperCase()+t.slice(1)}(e),r={get(){const t=this[n];return void 0===t?i:t},set(t){this[n]=t}};void 0===i?r.get=function(){return this[n]}:"function"==typeof i&&(r.get=function(){let t=this[n];return void 0===t&&(this[n]=t=i(this.__leaf)),t}),"width"===e?r.get=function(){const t=this[n];if(void 0===t){const t=this;return t._height&&t.__naturalWidth&&t.__useNaturalRatio?t._height*t.__naturalWidth/t.__naturalHeight:t.__naturalWidth||i}return t}:"height"===e&&(r.get=function(){const t=this[n];if(void 0===t){const t=this;return t._width&&t.__naturalHeight&&t.__useNaturalRatio?t._width*t.__naturalHeight/t.__naturalWidth:t.__naturalHeight||i}return t});let a,h=s;for(;!a&&h;)a=kn(h,e),h=h.__proto__;a&&a.set&&(r.set=a.set),s[o]&&(r.set=s[o],delete s[o]),Bn(s,e,r)}const eo=new wt("rewrite"),io=[],so=["destroy","constructor"];function no(t){return(e,i)=>{io.push({name:e.constructor.name+"."+i,run:()=>{e[i]=t}})}}function oo(){return t=>{ro()}}function ro(t){io.length&&(io.forEach((e=>{t&&eo.error(e.name,"需在Class上装饰@rewriteAble()"),e.run()})),io.length=0)}function ao(t,e){return i=>{var s;(t.prototype?(s=t.prototype,Object.getOwnPropertyNames(s)):Object.keys(t)).forEach((s=>{if(!(so.includes(s)||e&&e.includes(s)))if(t.prototype){kn(t.prototype,s).writable&&(i.prototype[s]=t.prototype[s])}else i.prototype[s]=t[s]}))}}function ho(){return t=>{Pt.register(t)}}function lo(){return t=>{Ot.register(t)}}setTimeout((()=>ro(!0)));const{copy:co,toInnerPoint:uo,toOuterPoint:_o,scaleOfOuter:po,rotateOfOuter:go,skewOfOuter:fo,multiplyParent:yo,divideParent:mo,getLayout:vo}=b,wo={},xo={updateAllMatrix(t,e,i){if(e&&t.__hasAutoLayout&&t.__layout.matrixChanged&&(i=!0),Bo(t,e,i),t.isBranch){const{children:s}=t;for(let t=0,n=s.length;t<n;t++)Eo(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++)ko(e[t])}},updateAllChange(t){if(ko(t),t.__updateChange(),t.isBranch){const{children:e}=t;for(let t=0,i=e.length;t<i;t++)To(e[t])}},worldHittable(t){for(;t;){if(!t.__.hittable)return!1;t=t.parent}return!0},moveWorld(t,e,i=0,s,n){const o="object"==typeof e?Object.assign({},e):{x:e,y:i};s?_o(t.localTransform,o,o,!0):t.parent&&uo(t.parent.worldTransform,o,o,!0),bo.moveLocal(t,o.x,o.y,n)},moveLocal(t,e,i=0,s){"object"==typeof e&&(i=e.y,e=e.x),e+=t.x,i+=t.y,s?t.animate({x:e,y:i},s):(t.x=e,t.y=i)},zoomOfWorld(t,e,i,s,n,o){bo.zoomOfLocal(t,Lo(t,e),i,s,n,o)},zoomOfLocal(t,e,i,s=i,n,o){const r=t.__localMatrix;if("number"!=typeof s&&(s&&(o=s),s=i),co(wo,r),po(wo,e,i,s),t.origin||t.around)bo.setTransform(t,wo,n,o);else{const e=t.x+wo.e-r.e,a=t.y+wo.f-r.f;o&&!n?t.animate({x:e,y:a,scaleX:t.scaleX*i,scaleY:t.scaleY*s},o):(t.x=e,t.y=a,t.scaleResize(i,s,!0!==n))}},rotateOfWorld(t,e,i,s){bo.rotateOfLocal(t,Lo(t,e),i,s)},rotateOfLocal(t,e,i,s){const n=t.__localMatrix;co(wo,n),go(wo,e,i),t.origin||t.around?bo.setTransform(t,wo,!1,s):t.set({x:t.x+wo.e-n.e,y:t.y+wo.f-n.f,rotation:h.formatRotation(t.rotation+i)},s)},skewOfWorld(t,e,i,s,n,o){bo.skewOfLocal(t,Lo(t,e),i,s,n,o)},skewOfLocal(t,e,i,s=0,n,o){co(wo,t.__localMatrix),fo(wo,e,i,s),bo.setTransform(t,wo,n,o)},transformWorld(t,e,i,s){co(wo,t.worldTransform),yo(wo,e),t.parent&&mo(wo,t.parent.worldTransform),bo.setTransform(t,wo,i,s)},transform(t,e,i,s){co(wo,t.localTransform),yo(wo,e),bo.setTransform(t,wo,i,s)},setTransform(t,e,i,s){const n=t.__,o=n.origin&&bo.getInnerOrigin(t,n.origin),r=vo(e,o,n.around&&bo.getInnerOrigin(t,n.around));if(i){const e=r.scaleX/t.scaleX,i=r.scaleY/t.scaleY;if(delete r.scaleX,delete r.scaleY,o){ot.scale(t.boxBounds,Math.abs(e),Math.abs(i));const s=bo.getInnerOrigin(t,n.origin);M.move(r,o.x-s.x,o.y-s.y)}t.set(r),t.scaleResize(e,i,!1)}else t.set(r,s)},getFlipTransform(t,e){const i={a:1,b:0,c:0,d:1,e:0,f:0},s="x"===e?1:-1;return po(i,bo.getLocalOrigin(t,"center"),-1*s,1*s),i},getLocalOrigin:(t,e)=>M.tempToOuterOf(bo.getInnerOrigin(t,e),t.localTransform),getInnerOrigin(t,e){const i={};return gt.toPoint(e,t.boxBounds,i),i},getRelativeWorld:(t,e,i)=>(co(wo,t.worldTransform),mo(wo,e.worldTransform),i?wo:Object.assign({},wo)),drop(t,e,i,s){t.setTransform(bo.getRelativeWorld(t,e,!0),s),e.add(t,i)},hasParent(t,e){if(!e)return!1;for(;t;){if(e===t)return!0;t=t.parent}}},bo=xo,{updateAllMatrix:Eo,updateMatrix:Bo,updateAllWorldOpacity:ko,updateAllChange:To}=bo;function Lo(t,e){return t.__layout.update(),t.parent?M.tempToInnerOf(e,t.parent.__world):e}const Ro={worldBounds:t=>t.__world,localBoxBounds:t=>t.__.eraser||0===t.__.visible?null:t.__local||t.__layout,localStrokeBounds:t=>t.__.eraser||0===t.__.visible?null:t.__layout.localStrokeBounds,localRenderBounds:t=>t.__.eraser||0===t.__.visible?null:t.__layout.localRenderBounds,maskLocalBoxBounds:t=>t.__.mask?t.__localBoxBounds:null,maskLocalStrokeBounds:t=>t.__.mask?t.__layout.localStrokeBounds:null,maskLocalRenderBounds:t=>t.__.mask?t.__layout.localRenderBounds:null,excludeRenderBounds:(t,e)=>!(!e.bounds||e.bounds.hit(t.__world,e.matrix))||!(!e.hideBounds||!e.hideBounds.includes(t.__world,e.matrix))},{updateBounds:Po}=xo,Co={sort:(t,e)=>t.__.zIndex===e.__.zIndex?t.__tempNumber-e.__tempNumber:t.__.zIndex-e.__.zIndex,pushAllChildBranch(t,e){if(t.__tempNumber=1,t.__.__childBranchNumber){const{children:i}=t;for(let s=0,n=i.length;s<n;s++)(t=i[s]).isBranch&&(t.__tempNumber=1,e.add(t),So(t,e))}},pushAllParent(t,e){const{keys:i}=e;if(i)for(;t.parent&&void 0===i[t.parent.innerId];)e.add(t.parent),t=t.parent;else for(;t.parent;)e.add(t.parent),t=t.parent},pushAllBranchStack(t,e){let i=e.length;const{children:s}=t;for(let t=0,i=s.length;t<i;t++)s[t].isBranch&&e.push(s[t]);for(let t=i,s=e.length;t<s;t++)Oo(e[t],e)},updateBounds(t,e){const i=[t];Oo(t,i),Mo(i,e)},updateBoundsByBranchStack(t,e){let i,s;for(let n=t.length-1;n>-1;n--){i=t[n],s=i.children;for(let t=0,e=s.length;t<e;t++)Po(s[t]);e&&e===i||Po(i)}}},{pushAllChildBranch:So,pushAllBranchStack:Oo,updateBoundsByBranchStack:Mo}=Co,Do={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:Io}=xo,{toOuterOf:Ao,getPoints:Wo,copy:Fo}=ot,zo="_localContentBounds",Ho="_worldContentBounds",Uo="_worldBoxBounds",No="_worldStrokeBounds";class Yo{get contentBounds(){return this._contentBounds||this.boxBounds}set contentBounds(t){this._contentBounds=t}get strokeBounds(){return this._strokeBounds||this.boxBounds}get renderBounds(){return this._renderBounds||this.boxBounds}get localContentBounds(){return Ao(this.contentBounds,this.leaf.__localMatrix,this[zo]||(this[zo]={})),this[zo]}get localStrokeBounds(){return this._localStrokeBounds||this}get localRenderBounds(){return this._localRenderBounds||this}get worldContentBounds(){return Ao(this.contentBounds,this.leaf.__world,this[Ho]||(this[Ho]={})),this[Ho]}get worldBoxBounds(){return Ao(this.boxBounds,this.leaf.__world,this[Uo]||(this[Uo]={})),this[Uo]}get worldStrokeBounds(){return Ao(this.strokeBounds,this.leaf.__world,this[No]||(this[No]={})),this[No]}get a(){return 1}get b(){return 0}get c(){return 0}get d(){return 1}get e(){return this.leaf.__.x}get f(){return this.leaf.__.y}get x(){return this.e+this.boxBounds.x}get y(){return this.f+this.boxBounds.y}get width(){return this.boxBounds.width}get height(){return this.boxBounds.height}constructor(t){this.leaf=t,this.boxBounds={x:0,y:0,width:0,height:0},this.leaf.__local&&(this._localRenderBounds=this._localStrokeBounds=this.leaf.__local),this.boxChange(),this.matrixChange()}createLocal(){const t=this.leaf.__local={a:1,b:0,c:0,d:1,e:0,f:0,x:0,y:0,width:0,height:0};this._localStrokeBounds||(this._localStrokeBounds=t),this._localRenderBounds||(this._localRenderBounds=t)}update(){const{leafer:t}=this.leaf;if(t)t.ready?t.watcher.changed&&t.layouter.layout():t.start();else{let t=this.leaf;for(;t.parent&&!t.parent.leafer;)t=t.parent;e.layout(t)}}getTransform(t="world"){this.update();const{leaf:e}=this;switch(t){case"world":return e.__world;case"local":return e.__localMatrix;case"inner":return b.defaultMatrix;case"page":t=e.zoomLayer;default:return Io(e,t)}}getBounds(t,e="world"){switch(this.update(),e){case"world":return this.getWorldBounds(t);case"local":return this.getLocalBounds(t);case"inner":return this.getInnerBounds(t);case"page":e=this.leaf.zoomLayer;default:return new lt(this.getInnerBounds(t)).toOuterOf(this.getTransform(e))}}getInnerBounds(t="box"){switch(t){case"render":return this.renderBounds;case"content":if(this.contentBounds)return this.contentBounds;case"box":return this.boxBounds;case"stroke":return this.strokeBounds}}getLocalBounds(t="box"){switch(t){case"render":return this.localRenderBounds;case"stroke":return this.localStrokeBounds;case"content":if(this.contentBounds)return this.localContentBounds;case"box":return this.leaf.__localBoxBounds}}getWorldBounds(t="box"){switch(t){case"render":return this.leaf.__world;case"stroke":return this.worldStrokeBounds;case"content":if(this.contentBounds)return this.worldContentBounds;case"box":return this.worldBoxBounds}}getLayoutBounds(t,e="world",i){const{leaf:s}=this;let n,o,r,a=this.getInnerBounds(t);switch(e){case"world":n=s.getWorldPoint(a),o=s.__world;break;case"local":const{scaleX:t,scaleY:i,rotation:h,skewX:l,skewY:d}=s.__;r={scaleX:t,scaleY:i,rotation:h,skewX:l,skewY:d},n=s.getLocalPointByInner(a);break;case"inner":n=a,o=b.defaultMatrix;break;case"page":e=s.zoomLayer;default:n=s.getWorldPoint(a,e),o=Io(s,e,!0)}if(r||(r=b.getLayout(o)),Fo(r,a),M.copy(r,n),i){const{scaleX:t,scaleY:e}=r,i=Math.abs(t),s=Math.abs(e);1===i&&1===s||(r.scaleX/=i,r.scaleY/=s,r.width*=i,r.height*=s)}return r}getLayoutPoints(t,e="world"){const{leaf:i}=this,s=Wo(this.getInnerBounds(t));let n;switch(e){case"world":n=null;break;case"local":n=i.parent;break;case"inner":break;case"page":e=i.zoomLayer;default:n=e}return void 0!==n&&s.forEach((t=>i.innerToWorld(t,null,!1,n))),s}shrinkContent(){const{x:t,y:e,width:i,height:s}=this.boxBounds;this._contentBounds={x:t,y:e,width:i,height:s}}spreadStroke(){const{x:t,y:e,width:i,height:s}=this.strokeBounds;this._strokeBounds={x:t,y:e,width:i,height:s},this._localStrokeBounds={x:t,y:e,width:i,height:s},this.renderSpread||this.spreadRenderCancel()}spreadRender(){const{x:t,y:e,width:i,height:s}=this.renderBounds;this._renderBounds={x:t,y:e,width:i,height:s},this._localRenderBounds={x:t,y:e,width:i,height:s}}shrinkContentCancel(){this._contentBounds=void 0}spreadStrokeCancel(){const t=this.renderBounds===this.strokeBounds;this._strokeBounds=this.boxBounds,this._localStrokeBounds=this.leaf.__localBoxBounds,t&&this.spreadRenderCancel()}spreadRenderCancel(){this._renderBounds=this._strokeBounds,this._localRenderBounds=this._localStrokeBounds}boxChange(){this.boxChanged=!0,this.localBoxChanged||this.localBoxChange(),this.hitCanvasChanged=!0}localBoxChange(){this.localBoxChanged=!0,this.boundsChanged=!0}strokeChange(){this.strokeChanged=!0,this.strokeSpread||(this.strokeSpread=1),this.boundsChanged=!0,this.hitCanvasChanged=!0}renderChange(){this.renderChanged=!0,this.renderSpread||(this.renderSpread=1),this.boundsChanged=!0}scaleChange(){this.scaleChanged=!0,this._scaleOrRotationChange()}rotationChange(){this.rotationChanged=!0,this.affectRotation=!0,this._scaleOrRotationChange()}_scaleOrRotationChange(){this.affectScaleOrRotation=!0,this.matrixChange(),this.leaf.__local||this.createLocal()}matrixChange(){this.matrixChanged=!0,this.localBoxChanged||this.localBoxChange()}surfaceChange(){this.surfaceChanged=!0}opacityChange(){this.opacityChanged=!0,this.surfaceChanged||this.surfaceChange()}childrenSortChange(){this.childrenSortChanged||(this.childrenSortChanged=!0,this.leaf.forceUpdate("surface"))}destroy(){}}class Xo{constructor(t,e){this.bubbles=!1,this.type=t,e&&(this.target=e)}stopDefault(){this.isStopDefault=!0,this.origin&&e.event.stopDefault(this.origin)}stopNow(){this.isStopNow=!0,this.isStop=!0,this.origin&&e.event.stopNow(this.origin)}stop(){this.isStop=!0,this.origin&&e.event.stop(this.origin)}}class Vo extends Xo{constructor(t,e,i){super(t,e),this.parent=i,this.child=e}}Vo.ADD="child.add",Vo.REMOVE="child.remove",Vo.CREATED="created",Vo.MOUNTED="mounted",Vo.UNMOUNTED="unmounted",Vo.DESTROY="destroy";class jo extends Xo{constructor(t,e,i,s,n){super(t,e),this.attrName=i,this.oldValue=s,this.newValue=n}}jo.CHANGE="property.change",jo.LEAFER_CHANGE="property.leafer_change";class Go extends Xo{constructor(t,e){super(t),Object.assign(this,e)}}Go.LOAD="image.load",Go.LOADED="image.loaded",Go.ERROR="image.error";class Zo extends Xo{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(Zo.RESIZE),Object.assign(this,t)):super(t),this.old=e}}Zo.RESIZE="resize";class Ko extends Xo{constructor(t,e){super(t),this.data=e}}Ko.REQUEST="watch.request",Ko.DATA="watch.data";class qo extends Xo{constructor(t,e,i){super(t),e&&(this.data=e,this.times=i)}}qo.REQUEST="layout.request",qo.START="layout.start",qo.BEFORE="layout.before",qo.LAYOUT="layout",qo.AFTER="layout.after",qo.AGAIN="layout.again",qo.END="layout.end";class Jo extends Xo{constructor(t,e,i,s){super(t),e&&(this.times=e),i&&(this.renderBounds=i,this.renderOptions=s)}}Jo.REQUEST="render.request",Jo.CHILD_START="render.child_start",Jo.START="render.start",Jo.BEFORE="render.before",Jo.RENDER="render",Jo.AFTER="render.after",Jo.AGAIN="render.again",Jo.END="render.end",Jo.NEXT="render.next";class $o extends Xo{}$o.START="leafer.start",$o.BEFORE_READY="leafer.before_ready",$o.READY="leafer.ready",$o.AFTER_READY="leafer.after_ready",$o.VIEW_READY="leafer.view_ready",$o.VIEW_COMPLETED="leafer.view_completed",$o.STOP="leafer.stop",$o.RESTART="leafer.restart",$o.END="leafer.end";const Qo={};class tr{set event(t){this.on(t)}on(t,e,i){if(!e){let e,i=t;for(let t in i)e=i[t],e instanceof Array?this.on(t,e[0],e[1]):this.on(t,e);return}let s,n,o;i&&("once"===i?n=!0:"boolean"==typeof i?s=i:(s=i.capture,n=i.once));const r=er(this,s,!0),a="string"==typeof t?t.split(" "):t,h=n?{listener:e,once:n}:{listener:e};a.forEach((t=>{t&&(o=r[t],o?-1===o.findIndex((t=>t.listener===e))&&o.push(h):r[t]=[h])}))}off(t,e,i){if(t){const s="string"==typeof t?t.split(" "):t;if(e){let t,n,o;i&&(t="boolean"==typeof i?i:"once"!==i&&i.capture);const r=er(this,t);s.forEach((t=>{t&&(n=r[t],n&&(o=n.findIndex((t=>t.listener===e)),o>-1&&n.splice(o,1),n.length||delete r[t]))}))}else{const{__bubbleMap:t,__captureMap:e}=this;s.forEach((i=>{t&&delete t[i],e&&delete e[i]}))}}else this.__bubbleMap=this.__captureMap=void 0}on_(t,e,i,s){return i&&(e=e.bind(i)),this.on(t,e,s),{type:t,current:this,listener:e,options:s}}off_(t){if(!t)return;const e=t instanceof Array?t:[t];e.forEach((t=>t.current.off(t.type,t.listener,t.options))),e.length=0}once(t,e,i){this.on(t,e,{once:!0,capture:i})}emit(t,e,i){!e&&Ot.has(t)&&(e=Ot.get(t,{type:t,target:this,current:this}));const s=er(this,i)[t];if(s){let n;for(let o=0,r=s.length;o<r&&!((n=s[o])&&(n.listener(e),n.once&&(this.off(t,n.listener,i),o--,r--),e&&e.isStopNow));o++);}this.syncEventer&&this.syncEventer.emitEvent(e,i)}emitEvent(t,e){t.current=this,this.emit(t.type,t,e)}hasEvent(t,e){if(this.syncEventer&&this.syncEventer.hasEvent(t,e))return!0;const{__bubbleMap:i,__captureMap:s}=this,n=i&&i[t],o=s&&s[t];return!!(void 0===e?n||o:e?o:n)}destroy(){this.__captureMap=this.__bubbleMap=this.syncEventer=null}}function er(t,e,i){if(e){const{__captureMap:e}=t;return e||(i?t.__captureMap={}:Qo)}{const{__bubbleMap:e}=t;return e||(i?t.__bubbleMap={}:Qo)}}const{on:ir,on_:sr,off:nr,off_:or,once:rr,emit:ar,emitEvent:hr,hasEvent:lr,destroy:dr}=tr.prototype,cr={on:ir,on_:sr,off:nr,off_:or,once:rr,emit:ar,emitEvent:hr,hasEvent:lr,destroyEventer:dr},{isFinite:ur}=Number,_r=wt.get("setAttr"),pr={__setAttr(t,e,i){if(this.leaferIsCreated){const s=this.__.__getInput(t);if(i&&!ur(e)&&void 0!==e&&(_r.warn(this.innerName,t,e),e=void 0),"object"==typeof e||s!==e){this.__realSetAttr(t,e);const{CHANGE:i}=jo,n=new jo(i,this,t,s,e);return this.isLeafer?this.emitEvent(new jo(jo.LEAFER_CHANGE,this,t,s,e)):this.hasEvent(i)&&this.emitEvent(n),this.leafer.emitEvent(n),!0}return!1}return this.__realSetAttr(t,e),!0},__realSetAttr(t,e){const i=this.__;i[t]=e,this.__proxyData&&this.setProxyAttr(t,e),i.normalStyle&&(this.lockNormalStyle||void 0===i.normalStyle[t]||(i.normalStyle[t]=e))},__getAttr(t){return this.__proxyData?this.getProxyAttr(t):this.__.__get(t)}},{setLayout:gr,multiplyParent:fr,translateInner:yr,defaultWorld:mr}=b,{toPoint:vr,tempPoint:wr}=gt,xr={__updateWorldMatrix(){fr(this.__local||this.__layout,this.parent?this.parent.__world:mr,this.__world,!!this.__layout.affectScaleOrRotation,this.__,this.parent&&this.parent.__)},__updateLocalMatrix(){if(this.__local){const t=this.__layout,e=this.__local,i=this.__;t.affectScaleOrRotation&&(t.scaleChanged||t.rotationChanged)&&(gr(e,i,null,null,t.affectRotation),t.scaleChanged=t.rotationChanged=!1),e.e=i.x+i.offsetX,e.f=i.y+i.offsetY,(i.around||i.origin)&&(vr(i.around||i.origin,t.boxBounds,wr),yr(e,-wr.x,-wr.y,!i.around))}this.__layout.matrixChanged=!1}},{updateMatrix:br,updateAllMatrix:Er}=xo,{updateBounds:Br}=Co,{toOuterOf:kr,copyAndSpread:Tr,copy:Lr}=ot,{toBounds:Rr}=$s,Pr={__updateWorldBounds(){kr(this.__layout.renderBounds,this.__world,this.__world),this.__layout.resized&&(this.__onUpdateSize(),this.__layout.resized=!1)},__updateLocalBounds(){const t=this.__layout;t.boxChanged&&(this.__.__pathInputed||this.__updatePath(),this.__updateRenderPath(),this.__updateBoxBounds(),t.resized=!0),t.localBoxChanged&&(this.__local&&this.__updateLocalBoxBounds(),t.localBoxChanged=!1,t.strokeSpread&&(t.strokeChanged=!0),t.renderSpread&&(t.renderChanged=!0),this.parent&&this.parent.__layout.boxChange()),t.boxChanged=!1,t.strokeChanged&&(t.strokeSpread=this.__updateStrokeSpread(),t.strokeSpread?(t.strokeBounds===t.boxBounds&&t.spreadStroke(),this.__updateStrokeBounds(),this.__updateLocalStrokeBounds()):t.spreadStrokeCancel(),t.strokeChanged=!1,(t.renderSpread||t.strokeSpread!==t.strokeBoxSpread)&&(t.renderChanged=!0),this.parent&&this.parent.__layout.strokeChange(),t.resized=!0),t.renderChanged&&(t.renderSpread=this.__updateRenderSpread(),t.renderSpread?(t.renderBounds!==t.boxBounds&&t.renderBounds!==t.strokeBounds||t.spreadRender(),this.__updateRenderBounds(),this.__updateLocalRenderBounds()):t.spreadRenderCancel(),t.renderChanged=!1,this.parent&&this.parent.__layout.renderChange()),t.boundsChanged=!1},__updateLocalBoxBounds(){this.__hasMotionPath&&this.__updateMotionPath(),this.__hasAutoLayout&&this.__updateAutoLayout(),kr(this.__layout.boxBounds,this.__local,this.__local)},__updateLocalStrokeBounds(){kr(this.__layout.strokeBounds,this.__localMatrix,this.__layout.localStrokeBounds)},__updateLocalRenderBounds(){kr(this.__layout.renderBounds,this.__localMatrix,this.__layout.localRenderBounds)},__updateBoxBounds(){const t=this.__layout.boxBounds,e=this.__;e.__pathInputed?Rr(e.path,t):(t.x=0,t.y=0,t.width=e.width,t.height=e.height)},__updateAutoLayout(){this.__layout.matrixChanged=!0,this.isBranch?(this.__extraUpdate(),this.__.flow?(this.__layout.boxChanged&&this.__updateFlowLayout(),Er(this),Br(this,this),this.__.__autoSide&&this.__updateBoxBounds(!0)):(Er(this),Br(this,this))):br(this)},__updateNaturalSize(){const{__:t,__layout:e}=this;t.__naturalWidth=e.boxBounds.width,t.__naturalHeight=e.boxBounds.height},__updateStrokeBounds(){const t=this.__layout;Tr(t.strokeBounds,t.boxBounds,t.strokeBoxSpread)},__updateRenderBounds(){const t=this.__layout;t.renderSpread>0?Tr(t.renderBounds,t.boxBounds,t.renderSpread):Lr(t.renderBounds,t.strokeBounds)}},Cr={__render(t,e){if(this.__worldOpacity)if(t.setWorld(this.__nowWorld=this.__getNowWorld(e)),t.opacity=this.__.opacity,this.__.__single){if("path"===this.__.eraser)return this.__renderEraser(t,e);const i=t.getSameCanvas(!0,!0);this.__draw(i,e,t),this.__worldFlipped?t.copyWorldByReset(i,this.__nowWorld,null,this.__.__blendMode,!0):t.copyWorldToInner(i,this.__nowWorld,this.__layout.renderBounds,this.__.__blendMode),i.recycle(this.__nowWorld)}else this.__draw(t,e)},__clip(t,e){this.__worldOpacity&&(t.setWorld(this.__nowWorld=this.__getNowWorld(e)),this.__drawRenderPath(t),this.windingRule?t.clip(this.windingRule):t.clip())},__updateWorldOpacity(){this.__worldOpacity=this.__.visible?this.parent?this.parent.__worldOpacity*this.__.opacity:this.__.opacity:0,this.__layout.opacityChanged&&(this.__layout.opacityChanged=!1)}},{excludeRenderBounds:Sr}=Ro,Or={__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)if(this.__.__single){if("path"===this.__.eraser)return this.__renderEraser(t,e);const i=t.getSameCanvas(!1,!0);this.__renderBranch(i,e);const s=this.__nowWorld;t.opacity=this.__.opacity,t.copyWorldByReset(i,s,s,this.__.__blendMode,!0),i.recycle(s)}else this.__renderBranch(t,e)},__renderBranch(t,e){if(this.__hasMask)this.__renderMask(t,e);else{const{children:i}=this;for(let s=0,n=i.length;s<n;s++)Sr(i[s],e)||i[s].__render(t,e)}},__clip(t,e){if(this.__worldOpacity){const{children:i}=this;for(let s=0,n=i.length;s<n;s++)Sr(i[s],e)||i[s].__clip(t,e)}}},{LEAF:Mr,create:Dr}=s,{toInnerPoint:Ir,toOuterPoint:Ar,multiplyParent:Wr}=b,{toOuterOf:Fr}=ot,{copy:zr,move:Hr}=M,{moveLocal:Ur,zoomOfLocal:Nr,rotateOfLocal:Yr,skewOfLocal:Xr,moveWorld:Vr,zoomOfWorld:jr,rotateOfWorld:Gr,skewOfWorld:Zr,transform:Kr,transformWorld:qr,setTransform:Jr,getFlipTransform:$r,getLocalOrigin:Qr,getRelativeWorld:ta,drop:ea}=xo;t.Leaf=class{get tag(){return this.__tag}set tag(t){}get __tag(){return"Leaf"}get innerName(){return this.__.name||this.tag+this.innerId}get __DataProcessor(){return Wt}get __LayoutProcessor(){return Yo}get leaferIsCreated(){return this.leafer&&this.leafer.created}get leaferIsReady(){return this.leafer&&this.leafer.ready}get isLeafer(){return!1}get isBranch(){return!1}get isBranchLeaf(){return!1}get __localMatrix(){return this.__local||this.__layout}get __localBoxBounds(){return this.__local||this.__layout}get worldTransform(){return this.__layout.getTransform("world")}get localTransform(){return this.__layout.getTransform("local")}get boxBounds(){return this.getBounds("box","inner")}get renderBounds(){return this.getBounds("render","inner")}get worldBoxBounds(){return this.getBounds("box")}get worldStrokeBounds(){return this.getBounds("stroke")}get worldRenderBounds(){return this.getBounds("render")}get worldOpacity(){return this.__layout.update(),this.__worldOpacity}get __worldFlipped(){return this.__world.scaleX<0||this.__world.scaleY<0}get __onlyHitMask(){return this.__hasMask&&!this.__.hitChildren}get __ignoreHitWorld(){return(this.__hasMask||this.__hasEraser)&&this.__.hitChildren}get __inLazyBounds(){return this.leaferIsCreated&&this.leafer.lazyBounds.hit(this.__world)}get pathInputed(){return this.__.__pathInputed}set event(t){this.on(t)}constructor(t){this.innerId=Dr(Mr),this.reset(t),this.__bubbleMap&&this.__emitLifeEvent(Vo.CREATED)}reset(t){this.leafer&&this.leafer.forceRender(this.__world),this.__world={a:1,b:0,c:0,d:1,e:0,f:0,x:0,y:0,width:0,height:0,scaleX:1,scaleY:1},null!==t&&(this.__local={a:1,b:0,c:0,d:1,e:0,f:0,x:0,y:0,width:0,height:0}),this.__worldOpacity=1,this.__=new this.__DataProcessor(this),this.__layout=new this.__LayoutProcessor(this),this.__level&&this.resetCustom(),t&&(t.__&&(t=t.toJSON()),t.children?this.set(t):Object.assign(this,t))}resetCustom(){this.__hasMask=this.__hasEraser=null,this.forceUpdate()}waitParent(t,e){e&&(t=t.bind(e)),this.parent?t():this.on(Vo.ADD,t,"once")}waitLeafer(t,e){e&&(t=t.bind(e)),this.leafer?t():this.on(Vo.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(Vo.MOUNTED)):this.__emitLifeEvent(Vo.UNMOUNTED),this.isBranch){const{children:e}=this;for(let i=0,s=e.length;i<s;i++)e[i].__bindLeafer(t)}}set(t,e){}get(t){}setAttr(t,e){this[t]=e}getAttr(t){return this[t]}getComputedAttr(t){return this.__[t]}toJSON(t){return t&&this.__layout.update(),this.__.__getInputData(null,t)}toString(t){return JSON.stringify(this.toJSON(t))}toSVG(){}__SVG(t){}toHTML(){}__setAttr(t,e){return!0}__getAttr(t){}setProxyAttr(t,e){}getProxyAttr(t){}find(t,e){}findTag(t){}findOne(t,e){}findId(t){}focus(t){}updateState(){}updateLayout(){this.__layout.update()}forceUpdate(t){void 0===t?t="width":"surface"===t&&(t="blendMode");const e=this.__.__getInput(t);this.__[t]=void 0===e?null:void 0,this[t]=e}forceRender(t,e){this.forceUpdate("surface")}__extraUpdate(){this.leaferIsReady&&this.leafer.layouter.addExtra(this)}__updateWorldMatrix(){}__updateLocalMatrix(){}__updateWorldBounds(){}__updateLocalBounds(){}__updateLocalBoxBounds(){}__updateLocalStrokeBounds(){}__updateLocalRenderBounds(){}__updateBoxBounds(){}__updateContentBounds(){}__updateStrokeBounds(){}__updateRenderBounds(){}__updateAutoLayout(){}__updateFlowLayout(){}__updateNaturalSize(){}__updateStrokeSpread(){return 0}__updateRenderSpread(){return 0}__onUpdateSize(){}__updateEraser(t){this.__hasEraser=!!t||this.children.some((t=>t.__.eraser))}__renderEraser(t,e){t.save(),this.__clip(t,e);const{renderBounds:i}=this.__layout;t.clearRect(i.x,i.y,i.width,i.height),t.restore()}__updateMask(t){this.__hasMask=this.children.some((t=>t.__.mask&&t.__.visible&&t.__.opacity))}__renderMask(t,e){}__getNowWorld(t){if(t.matrix){this.__cameraWorld||(this.__cameraWorld={});const e=this.__cameraWorld;return Wr(this.__world,t.matrix,e,void 0,this.__world),Fr(this.__layout.renderBounds,e,e),e}return this.__world}getTransform(t){return this.__layout.getTransform(t||"local")}getBounds(t,e){return this.__layout.getBounds(t,e)}getLayoutBounds(t,e,i){return this.__layout.getLayoutBounds(t,e,i)}getLayoutPoints(t,e){return this.__layout.getLayoutPoints(t,e)}getWorldBounds(t,e,i){const s=e?ta(this,e):this.worldTransform,n=i?t:{};return Fr(t,s,n),n}worldToLocal(t,e,i,s){this.parent?this.parent.worldToInner(t,e,i,s):e&&zr(e,t)}localToWorld(t,e,i,s){this.parent?this.parent.innerToWorld(t,e,i,s):e&&zr(e,t)}worldToInner(t,e,i,s){s&&(s.innerToWorld(t,e,i),t=e||t),Ir(this.worldTransform,t,e,i)}innerToWorld(t,e,i,s){Ar(this.worldTransform,t,e,i),s&&s.worldToInner(e||t,null,i)}getBoxPoint(t,e,i,s){return this.getBoxPointByInner(this.getInnerPoint(t,e,i,s),null,null,!0)}getBoxPointByInner(t,e,i,s){const n=s?t:Object.assign({},t),{x:o,y:r}=this.boxBounds;return Hr(n,-o,-r),n}getInnerPoint(t,e,i,s){const n=s?t:{};return this.worldToInner(t,n,i,e),n}getInnerPointByBox(t,e,i,s){const n=s?t:Object.assign({},t),{x:o,y:r}=this.boxBounds;return Hr(n,o,r),n}getInnerPointByLocal(t,e,i,s){return this.getInnerPoint(t,this.parent,i,s)}getLocalPoint(t,e,i,s){const n=s?t:{};return this.worldToLocal(t,n,i,e),n}getLocalPointByInner(t,e,i,s){return this.getWorldPoint(t,this.parent,i,s)}getPagePoint(t,e,i,s){return(this.leafer?this.leafer.zoomLayer:this).getInnerPoint(t,e,i,s)}getWorldPoint(t,e,i,s){const n=s?t:{};return this.innerToWorld(t,n,i,e),n}getWorldPointByBox(t,e,i,s){return this.getWorldPoint(this.getInnerPointByBox(t,null,null,s),e,i,!0)}getWorldPointByLocal(t,e,i,s){const n=s?t:{};return this.localToWorld(t,n,i,e),n}getWorldPointByPage(t,e,i,s){return(this.leafer?this.leafer.zoomLayer:this).getWorldPoint(t,e,i,s)}setTransform(t,e,i){Jr(this,t,e,i)}transform(t,e,i){Kr(this,t,e,i)}move(t,e,i){Ur(this,t,e,i)}moveInner(t,e,i){Vr(this,t,e,!0,i)}scaleOf(t,e,i,s,n){Nr(this,Qr(this,t),e,i,s,n)}rotateOf(t,e,i){Yr(this,Qr(this,t),e,i)}skewOf(t,e,i,s,n){Xr(this,Qr(this,t),e,i,s,n)}transformWorld(t,e,i){qr(this,t,e,i)}moveWorld(t,e,i){Vr(this,t,e,!1,i)}scaleOfWorld(t,e,i,s,n){jr(this,t,e,i,s,n)}rotateOfWorld(t,e){Gr(this,t,e)}skewOfWorld(t,e,i,s,n){Zr(this,t,e,i,s,n)}flip(t,e){Kr(this,$r(this,t),!1,e)}scaleResize(t,e=t,i){this.scaleX*=t,this.scaleY*=e}__scaleResize(t,e){}resizeWidth(t){}resizeHeight(t){}__hitWorld(t){return!0}__hit(t){return!0}__hitFill(t){return!0}__hitStroke(t,e){return!0}__hitPixel(t){return!0}__drawHitPath(t){}__updateHitCanvas(){}__render(t,e){}__drawFast(t,e){}__draw(t,e){}__clip(t,e){}__renderShape(t,e,i,s){}__updateWorldOpacity(){}__updateChange(){}__drawPath(t){}__drawRenderPath(t){}__updatePath(){}__updateRenderPath(){}getMotionPathData(){return Lt.need("path")}getMotionPoint(t){return Lt.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){ea(this,t,e,i)}on(t,e,i){}off(t,e,i){}on_(t,e,i,s){}off_(t){}once(t,e,i){}emit(t,e,i){}emitEvent(t,e){}hasEvent(t,e){return!1}static changeAttr(t,e,i){i?this.addAttr(t,e,i):to(this.prototype,t,e)}static addAttr(t,e,i,s){i||(i=Dn),i(e,s)(this.prototype,t)}__emitLifeEvent(t){this.hasEvent(t)&&this.emitEvent(new Vo(t,this,this.parent))}destroy(){this.destroyed||(this.parent&&this.remove(),this.children&&this.clear(),this.__emitLifeEvent(Vo.DESTROY),this.__.destroy(),this.__layout.destroy(),this.destroyEventer(),this.destroyed=!0)}},t.Leaf=Ut([ao(pr),ao(xr),ao(Pr),ao(cr),ao(Cr)],t.Leaf);const{setListWithFn:ia}=ot,{sort:sa}=Co,{localBoxBounds:na,localStrokeBounds:oa,localRenderBounds:ra,maskLocalBoxBounds:aa,maskLocalStrokeBounds:ha,maskLocalRenderBounds:la}=Ro,da=new wt("Branch");t.Branch=class extends t.Leaf{__updateStrokeSpread(){const{children:t}=this;for(let e=0,i=t.length;e<i;e++)if(t[e].__layout.strokeSpread)return 1;return 0}__updateRenderSpread(){const{children:t}=this;for(let e=0,i=t.length;e<i;e++)if(t[e].__layout.renderSpread)return 1;return 0}__updateBoxBounds(){ia(this.__layout.boxBounds,this.children,this.__hasMask?aa:na)}__updateStrokeBounds(){ia(this.__layout.strokeBounds,this.children,this.__hasMask?ha:oa)}__updateRenderBounds(){ia(this.__layout.renderBounds,this.children,this.__hasMask?la:ra)}__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(sa),this.__layout.affectChildrenSort=t}}add(t,e){if(t===this||t.destroyed)return da.warn("add self or destroyed");const i=void 0===e;if(!t.__){if(t instanceof Array)return t.forEach((t=>{this.add(t,e),i||e++}));t=Pt.get(t.tag,t)}t.parent&&t.parent.remove(t),t.parent=this,i?this.children.push(t):this.children.splice(e,0,t),t.isBranch&&(this.__.__childBranchNumber=(this.__.__childBranchNumber||0)+1);const s=t.__layout;s.boxChanged||s.boxChange(),s.matrixChanged||s.matrixChange(),t.__bubbleMap&&t.__emitLifeEvent(Vo.ADD),this.leafer&&(t.__bindLeafer(this.leafer),this.leafer.created&&this.__emitChildEvent(Vo.ADD,t)),this.__layout.affectChildrenSort&&this.__layout.childrenSortChange()}addMany(...t){this.add(t)}remove(t,e){t?t.__?t.animationOut?t.__runAnimation("out",(()=>this.__remove(t,e))):this.__remove(t,e):this.find(t).forEach((t=>this.remove(t,e))):void 0===t&&super.remove(null,e)}removeAll(t){const{children:e}=this;e.length&&(this.children=[],this.__preRemove(),this.__.__childBranchNumber=0,e.forEach((e=>{this.__realRemoveChild(e),t&&e.destroy()})))}clear(){this.removeAll(!0)}__remove(t,e){const i=this.children.indexOf(t);i>-1&&(this.children.splice(i,1),t.isBranch&&(this.__.__childBranchNumber=(this.__.__childBranchNumber||1)-1),this.__preRemove(),this.__realRemoveChild(t),e&&t.destroy())}__preRemove(){this.__hasMask&&this.__updateMask(),this.__hasEraser&&this.__updateEraser(),this.__layout.boxChange(),this.__layout.affectChildrenSort&&this.__layout.childrenSortChange()}__realRemoveChild(t){t.__emitLifeEvent(Vo.REMOVE),t.parent=null,this.leafer&&(t.__bindLeafer(null),this.leafer.created&&(this.__emitChildEvent(Vo.REMOVE,t),this.leafer.hitCanvasManager&&this.leafer.hitCanvasManager.clear()))}__emitChildEvent(t,e){const i=new Vo(t,e,this);this.hasEvent(t)&&!this.isLeafer&&this.emitEvent(i),this.leafer.emitEvent(i)}},t.Branch=Ut([ao(Or)],t.Branch);class ca{get length(){return this.list.length}constructor(t){this.reset(),t&&(t instanceof Array?this.addList(t):this.add(t))}has(t){return t&&void 0!==this.keys[t.innerId]}indexAt(t){return this.list[t]}indexOf(t){const e=this.keys[t.innerId];return void 0===e?-1:e}add(t){const{list:e,keys:i}=this;void 0===i[t.innerId]&&(e.push(t),i[t.innerId]=e.length-1)}addAt(t,e=0){const{keys:i}=this;if(void 0===i[t.innerId]){const{list:s}=this;for(let t=e,n=s.length;t<n;t++)i[s[t].innerId]++;0===e?s.unshift(t):(e>s.length&&(e=s.length),s.splice(e,0,t)),i[t.innerId]=e}}addList(t){for(let e=0;e<t.length;e++)this.add(t[e])}remove(t){const{list:e}=this;let i;for(let s=0,n=e.length;s<n;s++)void 0!==i?this.keys[e[s].innerId]=s-1:e[s].innerId===t.innerId&&(i=s,delete this.keys[t.innerId]);void 0!==i&&e.splice(i,1)}sort(t){const{list:e}=this;t?e.sort(((t,e)=>e.__level-t.__level)):e.sort(((t,e)=>t.__level-e.__level))}forEach(t){this.list.forEach(t)}clone(){const t=new ca;return t.list=[...this.list],t.keys=Object.assign({},this.keys),t}update(){this.keys={};const{list:t,keys:e}=this;for(let i=0,s=t.length;i<s;i++)e[t[i].innerId]=i}reset(){this.list=[],this.keys={}}destroy(){this.reset()}}class ua{get length(){return this._length}constructor(t){this._length=0,this.reset(),t&&(t instanceof Array?this.addList(t):this.add(t))}has(t){return void 0!==this.keys[t.innerId]}without(t){return void 0===this.keys[t.innerId]}sort(t){const{levels:e}=this;t?e.sort(((t,e)=>e-t)):e.sort(((t,e)=>t-e))}addList(t){t.forEach((t=>{this.add(t)}))}add(t){const{keys:e,levelMap:i}=this;e[t.innerId]||(e[t.innerId]=1,i[t.__level]?i[t.__level].push(t):(i[t.__level]=[t],this.levels.push(t.__level)),this._length++)}forEach(t){let e;this.levels.forEach((i=>{e=this.levelMap[i];for(let i=0,s=e.length;i<s;i++)t(e[i])}))}reset(){this.levelMap={},this.keys={},this.levels=[],this._length=0}destroy(){this.levelMap=null}}class _a extends Jt{get allowBackgroundColor(){return!0}init(){this.__createView(),this.__createContext(),this.resize(this.config)}__createView(){this.view=e.origin.createCanvas(1,1)}updateViewSize(){const{width:t,height:e,pixelRatio:i}=this;this.view.width=Math.ceil(t*i),this.view.height=Math.ceil(e*i),this.clientBounds=this.bounds}}dn(OffscreenCanvasRenderingContext2D.prototype),dn(Path2D.prototype);const{mineType:pa}=cn;function ga(t,s){e.origin={createCanvas:(t,e)=>new OffscreenCanvas(t,e),canvasToDataURL:(t,e,i)=>new Promise(((s,n)=>{t.convertToBlob({type:pa(e),quality:i}).then((t=>{var e=new FileReader;e.onload=t=>s(t.target.result),e.onerror=t=>n(t),e.readAsDataURL(t)})).catch((t=>{n(t)}))})),canvasToBolb:(t,e,i)=>t.convertToBlob({type:pa(e),quality:i}),canvasSaveAs:(t,e,i)=>new Promise((t=>t())),download(t,e){},loadImage:t=>new Promise(((i,s)=>{let n=new XMLHttpRequest;n.open("GET",e.image.getRealURL(t),!0),n.responseType="blob",n.onload=()=>{createImageBitmap(n.response).then((t=>{i(t)})).catch((t=>{s(t)}))},n.onerror=t=>s(t),n.send()}))},e.canvas=i.canvas(),e.conicGradientSupport=!!e.canvas.context.createConicGradient}Object.assign(i,{canvas:(t,e)=>new _a(t,e),image:t=>new En(t)}),e.name="web",e.isWorker=!0,e.backgrounder=!0,e.requestRender=function(t){requestAnimationFrame(t)},Bn(e,"devicePixelRatio",{get:()=>1});const{userAgent:fa}=navigator;fa.indexOf("Firefox")>-1?(e.conicGradientRotate90=!0,e.intWheelDeltaY=!0):fa.indexOf("Safari")>-1&&-1===fa.indexOf("Chrome")&&(e.fullImageShadow=!0),fa.indexOf("Windows")>-1?(e.os="Windows",e.intWheelDeltaY=!0):fa.indexOf("Mac")>-1?e.os="Mac":fa.indexOf("Linux")>-1&&(e.os="Linux");class ya{get childrenChanged(){return this.hasAdd||this.hasRemove||this.hasVisible}get updatedList(){if(this.hasRemove){const t=new ca;return this.__updatedList.list.forEach((e=>{e.leafer&&t.add(e)})),t}return this.__updatedList}constructor(t,e){this.totalTimes=0,this.config={},this.__updatedList=new ca,this.target=t,e&&(this.config=It.default(e,this.config)),this.__listenEvents()}start(){this.disabled||(this.running=!0)}stop(){this.running=!1}disable(){this.stop(),this.__removeListenEvents(),this.disabled=!0}update(){this.changed=!0,this.running&&this.target.emit(Jo.REQUEST)}__onAttrChange(t){this.__updatedList.add(t.target),this.update()}__onChildEvent(t){t.type===Vo.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 Ko(Ko.DATA,{updatedList:this.updatedList})),this.__updatedList=new ca,this.totalTimes++,this.changed=!1,this.hasVisible=!1,this.hasRemove=!1,this.hasAdd=!1}__listenEvents(){const{target:t}=this;this.__eventIds=[t.on_(jo.CHANGE,this.__onAttrChange,this),t.on_([Vo.ADD,Vo.REMOVE],this.__onChildEvent,this),t.on_(Ko.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:ma,updateBounds:va,updateAllWorldOpacity:wa}=xo,{pushAllChildBranch:xa,pushAllParent:ba}=Co;const{worldBounds:Ea}=Ro,Ba={x:0,y:0,width:1e5,height:1e5};class ka{constructor(t){this.updatedBounds=new lt,this.beforeBounds=new lt,this.afterBounds=new lt,t instanceof Array&&(t=new ca(t)),this.updatedList=t}setBefore(){this.beforeBounds.setListWithFn(this.updatedList.list,Ea)}setAfter(){const{list:t}=this.updatedList;t.some((t=>t.noBounds))?this.afterBounds.set(Ba):this.afterBounds.setListWithFn(t,Ea),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:Ta,updateAllChange:La}=xo,Ra=wt.get("Layouter");class Pa{constructor(t,e){this.totalTimes=0,this.config={},this.__levelList=new ua,this.target=t,e&&(this.config=It.default(e,this.config)),this.__listenEvents()}start(){this.disabled||(this.running=!0)}stop(){this.running=!1}disable(){this.stop(),this.__removeListenEvents(),this.disabled=!0}layout(){if(!this.running)return;const{target:t}=this;this.times=0;try{t.emit(qo.START),this.layoutOnce(),t.emitEvent(new qo(qo.END,this.layoutedBlocks,this.times))}catch(t){Ra.error(t)}this.layoutedBlocks=null}layoutAgain(){this.layouting?this.waitAgain=!0:this.layoutOnce()}layoutOnce(){return this.layouting?Ra.warn("layouting"):this.times>3?Ra.warn("layout max times"):(this.times++,this.totalTimes++,this.layouting=!0,this.target.emit(Ko.REQUEST),this.totalTimes>1?this.partLayout():this.fullLayout(),this.layouting=!1,void(this.waitAgain&&(this.waitAgain=!1,this.layoutOnce())))}partLayout(){var t;if(!(null===(t=this.__updatedList)||void 0===t?void 0:t.length))return;const e=Bt.start("PartLayout"),{target:i,__updatedList:s}=this,{BEFORE:n,LAYOUT:o,AFTER:r}=qo,a=this.getBlocks(s);a.forEach((t=>t.setBefore())),i.emitEvent(new qo(n,a,this.times)),this.extraBlock=null,s.sort(),function(t,e){let i;t.list.forEach((t=>{i=t.__layout,e.without(t)&&!i.proxyZoom&&(i.matrixChanged?(ma(t,!0),e.add(t),t.isBranch&&xa(t,e),ba(t,e)):i.boundsChanged&&(e.add(t),t.isBranch&&(t.__tempNumber=0),ba(t,e)))}))}(s,this.__levelList),function(t){let e,i,s;t.sort(!0),t.levels.forEach((n=>{e=t.levelMap[n];for(let t=0,n=e.length;t<n;t++){if(i=e[t],i.isBranch&&i.__tempNumber){s=i.children;for(let t=0,e=s.length;t<e;t++)s[t].isBranch||va(s[t])}va(i)}}))}(this.__levelList),function(t){let e;t.list.forEach((t=>{e=t.__layout,e.opacityChanged&&wa(t),e.stateStyleChanged&&setTimeout((()=>e.stateStyleChanged&&t.updateState())),t.__updateChange()}))}(s),this.extraBlock&&a.push(this.extraBlock),a.forEach((t=>t.setAfter())),i.emitEvent(new qo(o,a,this.times)),i.emitEvent(new qo(r,a,this.times)),this.addBlocks(a),this.__levelList.reset(),this.__updatedList=null,Bt.end(e)}fullLayout(){const t=Bt.start("FullLayout"),{target:e}=this,{BEFORE:i,LAYOUT:s,AFTER:n}=qo,o=this.getBlocks(new ca(e));e.emitEvent(new qo(i,o,this.times)),Pa.fullLayout(e),o.forEach((t=>{t.setAfter()})),e.emitEvent(new qo(s,o,this.times)),e.emitEvent(new qo(n,o,this.times)),this.addBlocks(o),Bt.end(t)}static fullLayout(t){Ta(t,!0),t.isBranch?Co.updateBounds(t):xo.updateBounds(t),La(t)}addExtra(t){if(!this.__updatedList.has(t)){const{updatedList:e,beforeBounds:i}=this.extraBlock||(this.extraBlock=new ka([]));e.length?i.add(t.__world):i.set(t.__world),e.add(t)}}createBlock(t){return new ka(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_(qo.REQUEST,this.layout,this),t.on_(qo.AGAIN,this.layoutAgain,this),t.on_(Ko.DATA,this.__onReceiveWatchData,this)]}__removeListenEvents(){this.target.off_(this.__eventIds)}destroy(){this.target&&(this.stop(),this.__removeListenEvents(),this.target=this.config=null)}}const Ca=wt.get("Renderer");class Sa{get needFill(){return!(this.canvas.allowBackgroundColor||!this.config.fill)}constructor(t,e,i){this.FPS=60,this.totalTimes=0,this.times=0,this.config={usePartRender:!0,maxFPS:60},this.target=t,this.canvas=e,i&&(this.config=It.default(i,this.config)),this.__listenEvents()}start(){this.running=!0,this.update(!1)}stop(){this.running=!1}update(t=!0){this.changed||(this.changed=t),this.__requestRender()}requestLayout(){this.target.emit(qo.REQUEST)}render(t){if(!this.running||!this.canvas.view)return this.update();const{target:e}=this;this.times=0,this.totalBounds=new lt,Ca.log(e.innerName,"---\x3e");try{e.isApp||e.app.emit(Jo.CHILD_START,e),this.emitRender(Jo.START),this.renderOnce(t),this.emitRender(Jo.END,this.totalBounds),vn.clearRecycled()}catch(t){this.rendering=!1,Ca.error(t)}Ca.log("-------------|")}renderAgain(){this.rendering?this.waitAgain=!0:this.renderOnce()}renderOnce(t){if(this.rendering)return Ca.warn("rendering");if(this.times>3)return Ca.warn("render max times");if(this.times++,this.totalTimes++,this.rendering=!0,this.changed=!1,this.renderBounds=new lt,this.renderOptions={},t)this.emitRender(Jo.BEFORE),t();else{if(this.requestLayout(),this.ignore)return void(this.ignore=this.rendering=!1);this.emitRender(Jo.BEFORE),this.config.usePartRender&&this.totalTimes>1?this.partRender():this.fullRender()}this.emitRender(Jo.RENDER,this.renderBounds,this.renderOptions),this.emitRender(Jo.AFTER,this.renderBounds,this.renderOptions),this.updateBlocks=null,this.rendering=!1,this.waitAgain&&(this.waitAgain=!1,this.renderOnce())}partRender(){const{canvas:t,updateBlocks:e}=this;e&&(this.mergeBlocks(),e.forEach((e=>{t.bounds.hit(e)&&!e.isEmpty()&&this.clipRender(e)})))}clipRender(t){const e=Bt.start("PartRender"),{canvas:i}=this,s=t.getIntersect(i.bounds),n=t.includes(this.target.__world),o=new lt(s);i.save(),n&&!wt.showRepaint?i.clear():(s.spread(10+1/this.canvas.pixelRatio).ceil(),i.clearWorld(s,!0),i.clipWorld(s,!0)),this.__render(s,n,o),i.restore(),Bt.end(e)}fullRender(){const t=Bt.start("FullRender"),{canvas:e}=this;e.save(),e.clear(),this.__render(e.bounds,!0),e.restore(),Bt.end(t)}__render(t,e,i){const s=t.includes(this.target.__world)?{includes:e}:{bounds:t,includes:e};this.needFill&&this.canvas.fillWorld(t,this.config.fill),wt.showRepaint&&this.canvas.strokeWorld(t,"red"),this.target.__render(this.canvas,s),this.renderBounds=i=i||t,this.renderOptions=s,this.totalBounds.isEmpty()?this.totalBounds=i:this.totalBounds.add(i),wt.showHitView&&this.renderHitView(s),wt.showBoundsView&&this.renderBoundsView(s),this.canvas.updateRender(i)}renderHitView(t){}renderBoundsView(t){}addBlock(t){this.updateBlocks||(this.updateBlocks=[]),this.updateBlocks.push(t)}mergeBlocks(){const{updateBlocks:t}=this;if(t){const e=new lt;e.setList(t),t.length=0,t.push(e)}}__requestRender(){if(this.requestTime)return;const t=this.requestTime=Date.now();e.requestRender((()=>{this.FPS=Math.min(60,Math.ceil(1e3/(Date.now()-t))),this.requestTime=0,this.running&&(this.changed&&this.canvas.view&&this.render(),this.target.emit(Jo.NEXT))}))}__onResize(t){if(!this.canvas.unreal){if(t.bigger||!t.samePixelRatio){const{width:e,height:i}=t.old;if(!new lt(0,0,e,i).includes(this.target.__world)||this.needFill||!t.samePixelRatio)return this.addBlock(this.canvas.bounds),void this.target.forceUpdate("surface")}this.addBlock(new lt(0,0,1,1)),this.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||Ca.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 Jo(t,this.times,e,i))}__listenEvents(){const{target:t}=this;this.__eventIds=[t.on_(Jo.REQUEST,this.update,this),t.on_(qo.END,this.__onLayoutEnd,this),t.on_(Jo.AGAIN,this.renderAgain,this),t.on_(Zo.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:Oa}=ot;class Ma{constructor(t,e){this.target=t,this.selector=e}getByPoint(t,e,i){e||(e=0),i||(i={});const s=i.through||!1,n=i.ignoreHittable||!1,o=i.target||this.target;this.exclude=i.exclude||null,this.point={x:t.x,y:t.y,radiusX:e,radiusY:e},this.findList=new ca(i.findList),i.findList||this.hitBranch(o);const{list:r}=this.findList,a=this.getBestMatchLeaf(r,i.bottomList,n),h=n?this.getPath(a):this.getHitablePath(a);return this.clear(),s?{path:h,target:a,throughPath:r.length?this.getThroughPath(r):h}:{path:h,target:a}}getBestMatchLeaf(t,e,i){if(t.length){let e;this.findList=new ca;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||xo.worldHittable(e))&&(this.hitChild(e,o),this.findList.length))return this.findList.list[0]}if(e)for(let t=0,i=e.length;t<i;t++)if(this.hitChild(e[t].target,this.point,e[t].proxy),this.findList.length)return this.findList.list[0];return t[0]}getPath(t){const e=new ca;for(;t;)e.add(t),t=t.parent;return this.target&&e.add(this.target),e}getHitablePath(t){const e=this.getPath(t&&t.hittable?t:null);let i,s=new ca;for(let t=e.list.length-1;t>-1&&(i=e.list[t],i.__.hittable)&&(s.addAt(i,0),i.__.hitChildren);t--);return s}getThroughPath(t){const e=new ca,i=[];for(let e=t.length-1;e>-1;e--)i.push(this.getPath(t[e]));let s,n,o;for(let t=0,r=i.length;t<r;t++){s=i[t],n=i[t+1];for(let t=0,i=s.length;t<i&&(o=s.list[t],!n||!n.has(o));t++)e.add(o)}return e}hitBranch(t){this.eachFind(t.children,t.__onlyHitMask)}eachFind(t,e){let i,s;const{point:n}=this;for(let o=t.length-1;o>-1;o--)i=t[o],!i.__.visible||e&&!i.__.mask||(s=!!i.__.hitRadius||Oa(i.__world,n),i.isBranch?(s||i.__ignoreHitWorld)&&(this.eachFind(i.children,i.__onlyHitMask),i.isBranchLeaf&&this.hitChild(i,n)):s&&this.hitChild(i,n))}hitChild(t,e,i){if((!this.exclude||!this.exclude.has(t))&&t.__hitWorld(e)){const{parent:s}=t;if(s&&s.__hasMask&&!t.__.mask&&!s.children.some((t=>t.__.mask&&t.__hitWorld(e))))return;this.findList.add(i||t)}}clear(){this.point=null,this.findList=null,this.exclude=null}destroy(){this.clear()}}class Da{constructor(t,e){this.config={},e&&(this.config=It.default(e,this.config)),this.picker=new Ma(this.target=t,this),this.finder=i.finder&&i.finder()}getByPoint(t,i,s){const{target:n,picker:o}=this;return e.backgrounder&&n&&n.updateLayout(),o.getByPoint(t,i,s)}getBy(t,e,i,s){return this.finder?this.finder.getBy(t,e,i,s):Lt.need("find")}destroy(){this.picker.destroy(),this.finder&&this.finder.destroy()}}function Ia(t){return Tn(t,(t=>({set(e){this.__setAttr(t,e),e&&(this.__.__useEffect=!0),this.__layout.renderChanged||this.__layout.renderChange()}})))}function Aa(t){return Tn(t,(t=>({set(e){this.__setAttr(t,e),this.__layout.boxChanged||this.__layout.boxChange(),this.__updateSize()}})))}function Wa(){return(t,e)=>{const i="_"+e;Bn(t,e,{set(t){this.isLeafer&&(this[i]=t)},get(){return this.isApp?this.tree.zoomLayer:this.isLeafer?this[i]||this:this.leafer&&this.leafer.zoomLayer}})}}Object.assign(i,{watcher:(t,e)=>new ya(t,e),layouter:(t,e)=>new Pa(t,e),renderer:(t,e,i)=>new Sa(t,e,i),selector:(t,e)=>new Da(t,e)}),e.layout=Pa.fullLayout;const Fa={},za={},Ha={number:(t,e)=>"object"==typeof t?"percent"===t.type?t.value*e:t.value:t},Ua={},Na={},Ya={},Xa={},Va={},ja={apply(){Lt.need("filter")}},Ga={},Za={setStyleName:()=>Lt.need("state"),set:()=>Lt.need("state")},Ka={list:{},register(t,e){Ka.list[t]=e},get:t=>Ka.list[t]},{parse:qa,objectToCanvasData:Ja}=vi,$a={},Qa=wt.get("UIData");class th extends Wt{get scale(){const{scaleX:t,scaleY:e}=this;return t!==e?{x:t,y:e}:t}get __strokeWidth(){const{strokeWidth:t,strokeWidthFixed:e}=this;if(e){const e=this.__leaf;let{scaleX:i}=e.__nowWorld||e.__world;return i<0&&(i=-i),i>1?t/i:t}return t}get __hasStroke(){return this.stroke&&this.strokeWidth}get __hasMultiPaint(){const t=this;return!!(t.__isFills&&t.fill.length>1||t.__isStrokes&&t.stroke.length>1||t.__useEffect)||t.fill&&this.__hasStroke}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,Qa.warn("width < 0, instead -scaleX ",this)):this._width=t}setHeight(t){t<0?(this._height=-t,this.__leaf.scaleY*=-1,Qa.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=$a)):(this.__isFills&&(this.__removeInput("fill"),Ya.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=$a)):(this.__isStrokes&&(this.__removeInput("stroke"),Ya.recycleImage("stroke",this),this.__isStrokes=!1,this.__pixelStroke&&(this.__pixelStroke=!1)),this._stroke=t)}setPath(t){const e="string"==typeof t;e||t&&"object"==typeof t[0]?(this.__setInput("path",t),this._path=e?qa(t):Ja(t)):(this.__input&&this.__removeInput("path"),this._path=t)}setShadow(t){eh(this,"shadow",t)}setInnerShadow(t){eh(this,"innerShadow",t)}setFilter(t){eh(this,"filter",t)}__computePaint(){const{fill:t,stroke:e}=this.__input;t&&Na.compute("fill",this.__leaf),e&&Na.compute("stroke",this.__leaf),this.__needComputePaint=!1}}function eh(t,e,i){t.__setInput(e,i),i instanceof Array?(i.some((t=>!1===t.visible))&&(i=i.filter((t=>!1!==t.visible))),i.length||(i=null)):i=i&&!1!==i.visible?[i]:null,t["_"+e]=i}class ih extends th{}class sh extends ih{get __boxStroke(){return!this.__pathInputed}get __drawAfterFill(){const t=this;return"hide"===t.overflow&&(t.__clipAfterFill||t.innerShadow)&&t.__leaf.children.length}get __clipAfterFill(){return this.__leaf.isOverflow||super.__clipAfterFill}}class nh extends ih{__getInputData(t,e){const i=super.__getInputData(t,e);return qt.forEach((t=>delete i[t])),i}}class oh extends sh{}class rh extends th{}class ah extends th{get __boxStroke(){return!this.__pathInputed}}class hh extends th{get __boxStroke(){return!this.__pathInputed}}class lh extends th{}class dh extends th{}class ch extends th{get __pathInputed(){return 2}}class uh extends ih{}const _h={thin:100,"extra-light":200,light:300,normal:400,medium:500,"semi-bold":600,bold:700,"extra-bold":800,black:900};class ph extends th{get __useNaturalRatio(){return!1}setFontWeight(t){"string"==typeof t?(this.__setInput("fontWeight",t),this._fontWeight=_h[t]||400):(this.__input&&this.__removeInput("fontWeight"),this._fontWeight=t)}}class gh extends ah{setUrl(t){this.__setImageFill(t),this._url=t}__setImageFill(t){this.__leaf.image&&(this.__leaf.image=null),this.fill=t?{type:"image",mode:"stretch",url:t}:void 0}__getData(){const t=super.__getData();return delete t.fill,t}__getInputData(t,e){const i=super.__getInputData(t,e);return delete i.fill,i}}class fh extends ah{get __isCanvas(){return!0}get __drawAfterFill(){return!0}__getInputData(t,e){const i=super.__getInputData(t,e);return i.url=this.__leaf.canvas.toDataURL("image/png"),i}}const yh={__updateStrokeSpread(){let t=0,e=0;const i=this.__,{strokeAlign:s,strokeWidth:n}=i;if((i.stroke||"all"===i.hitStroke)&&n&&"inside"!==s&&(e=t="center"===s?n/2:n,!i.__boxStroke)){const e=i.__isLinePath?0:10*t,s="none"===i.strokeCap?0:n;t+=Math.max(e,s)}return i.__useArrow&&(t+=5*n),this.__layout.strokeBoxSpread=e,t},__updateRenderSpread(){let t=0;const{shadow:e,innerShadow:i,blur:s,backgroundBlur:n,filter: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))),s&&(t=Math.max(t,s)),o&&(t+=ja.getSpread(o));let r=t=Math.ceil(t);return i&&i.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))),n&&(r=Math.max(r,n)),this.__layout.renderShapeSpread=r,t+(this.__layout.strokeSpread||0)}},mh={__updateChange(){const t=this.__;if(t.__useEffect){const{shadow:e,innerShadow:i,blur:s,backgroundBlur:n,filter:o}=this.__;t.__useEffect=!!(e||i||s||n||o)}t.__checkSingle();t.__isFills||t.__isStrokes||t.cornerRadius||t.__useEffect?t.__complex=!0:t.__complex&&(t.__complex=!1)},__drawFast(t,e){vh(this,t,e)},__draw(t,e,i){const s=this.__;if(s.__complex){s.__needComputePaint&&s.__computePaint();const{fill:n,stroke:o,__drawAfterFill:r}=s;if(this.__drawRenderPath(t),s.__useEffect){const a=Na.shape(this,t,e);this.__nowWorld=this.__getNowWorld(e);const{shadow:h,innerShadow:l,filter:d}=s;h&&Va.shadow(this,t,a),n&&(s.__isFills?Na.fills(n,this,t):Na.fill(n,this,t)),r&&this.__drawAfterFill(t,e),l&&Va.innerShadow(this,t,a),o&&(s.__isStrokes?Na.strokes(o,this,t):Na.stroke(o,this,t)),d&&ja.apply(d,this,this.__nowWorld,t,i,a),a.worldCanvas&&a.worldCanvas.recycle(),a.canvas.recycle()}else n&&(s.__isFills?Na.fills(n,this,t):Na.fill(n,this,t)),r&&this.__drawAfterFill(t,e),o&&(s.__isStrokes?Na.strokes(o,this,t):Na.stroke(o,this,t))}else s.__pathInputed?vh(this,t,e):this.__drawFast(t,e)},__renderShape(t,e,i,s){if(this.__worldOpacity){t.setWorld(this.__nowWorld=this.__getNowWorld(e));const{fill:n,stroke:o}=this.__;this.__drawRenderPath(t),n&&!i&&(this.__.__pixelFill?Na.fills(n,this,t):Na.fill("#000000",this,t)),this.__.__isCanvas&&this.__drawAfterFill(t,e),o&&!s&&(this.__.__pixelStroke?Na.strokes(o,this,t):Na.stroke("#000000",this,t))}},__drawAfterFill(t,e){this.__.__clipAfterFill?(t.save(),this.windingRule?t.clip(this.windingRule):t.clip(),this.__drawContent(t,e),t.restore()):this.__drawContent(t,e)}};function vh(t,e,i){const{fill:s,stroke:n,__drawAfterFill:o}=t.__;t.__drawRenderPath(e),s&&Na.fill(s,t,e),o&&t.__drawAfterFill(e,i),n&&Na.stroke(n,t,e)}const wh={__drawFast(t,e){let{width:i,height:s,fill:n,stroke:o,__drawAfterFill:r}=this.__;if(n&&(t.fillStyle=n,t.fillRect(0,0,i,s)),r&&this.__drawAfterFill(t,e),o){const{strokeAlign:n,__strokeWidth:r}=this.__;if(!r)return;t.setStroke(o,r,this.__);const a=r/2;switch(n){case"center":t.strokeRect(0,0,i,s);break;case"inside":i-=r,s-=r,i<0||s<0?(t.save(),this.__clip(t,e),t.strokeRect(a,a,i,s),t.restore()):t.strokeRect(a,a,i,s);break;case"outside":t.strokeRect(-a,-a,i+r,s+r)}}}};var xh,bh;t.UI=xh=class extends t.Leaf{get app(){return this.leafer&&this.leafer.app}get isFrame(){return!1}set scale(t){h.assignScale(this,t)}get scale(){return this.__.scale}get pen(){const{path:t}=this.__;return hn.set(this.path=t||[]),t||this.__drawPathByBox(hn),hn}constructor(t){super(t)}reset(t){}set(t,e){t&&(e?"temp"===e?(this.lockNormalStyle=!0,Object.assign(this,t),this.lockNormalStyle=!1):this.animate(t,e):Object.assign(this,t))}get(t){return"string"==typeof t?this.__.__getInput(t):this.__.__getInputData(t)}createProxyData(){}find(t,e){return Lt.need("find")}findTag(t){return this.find({tag:t})}findOne(t,e){return Lt.need("find")}findId(t){return this.findOne({id:t})}getPath(t,e){this.__layout.update();let i=e?this.__.__pathForRender:this.__.path;return i||(hn.set(i=[]),this.__drawPathByBox(hn)),t?vi.toCanvasData(i,!0):i}getPathString(t,e,i){return vi.stringify(this.getPath(t,e),i)}load(){this.__.__computePaint()}__onUpdateSize(){if(this.__.__input){const t=this.__;!t.lazy||this.__inLazyBounds||Ga.running?t.__computePaint():t.__needComputePaint=!0}}__updateRenderPath(){if(this.__.path){const t=this.__;t.__pathForRender=t.cornerRadius?an.smooth(t.path,t.cornerRadius,t.cornerSmoothing):t.path,t.__useArrow&&Ua.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?ws.drawPathByData(t,e):this.__drawPathByBox(t)}__drawPathByBox(t){const{x:e,y:i,width:s,height:n}=this.__layout.boxBounds;if(this.__.cornerRadius){const{cornerRadius:o}=this.__;t.roundRect(e,i,s,n,"number"==typeof o?[o]:o)}else t.rect(e,i,s,n)}animate(t,e,i,s){return Lt.need("animate")}killAnimate(t,e){}export(t,e){return Lt.need("export")}syncExport(t,e){return Lt.need("export")}clone(t){const e=It.clone(this.toJSON());return t&&Object.assign(e,t),xh.one(e)}static one(t,e,i,s,n){return Pt.get(t.tag||this.prototype.__tag,t,e,i,s,n)}static registerUI(){ho()(this)}static registerData(t){Qn(t)(this.prototype)}static setEditConfig(t){}static setEditOuter(t){}static setEditInner(t){}destroy(){this.fill=this.stroke=null,this.__animate&&this.killAnimate(),super.destroy()}},Ut([Qn(th)],t.UI.prototype,"__",void 0),Ut([Wa()],t.UI.prototype,"zoomLayer",void 0),Ut([Pn("")],t.UI.prototype,"id",void 0),Ut([Pn("")],t.UI.prototype,"name",void 0),Ut([Pn("")],t.UI.prototype,"className",void 0),Ut([Yn("pass-through")],t.UI.prototype,"blendMode",void 0),Ut([Xn(1)],t.UI.prototype,"opacity",void 0),Ut([Vn(!0)],t.UI.prototype,"visible",void 0),Ut([Yn(!1)],t.UI.prototype,"locked",void 0),Ut([Zn(0)],t.UI.prototype,"zIndex",void 0),Ut([Kn(!1)],t.UI.prototype,"mask",void 0),Ut([qn(!1)],t.UI.prototype,"eraser",void 0),Ut([Cn(0,!0)],t.UI.prototype,"x",void 0),Ut([Cn(0,!0)],t.UI.prototype,"y",void 0),Ut([Dn(100,!0)],t.UI.prototype,"width",void 0),Ut([Dn(100,!0)],t.UI.prototype,"height",void 0),Ut([On(1,!0)],t.UI.prototype,"scaleX",void 0),Ut([On(1,!0)],t.UI.prototype,"scaleY",void 0),Ut([Mn(0,!0)],t.UI.prototype,"rotation",void 0),Ut([Mn(0,!0)],t.UI.prototype,"skewX",void 0),Ut([Mn(0,!0)],t.UI.prototype,"skewY",void 0),Ut([Cn(0,!0)],t.UI.prototype,"offsetX",void 0),Ut([Cn(0,!0)],t.UI.prototype,"offsetY",void 0),Ut([Cn(0,!0)],t.UI.prototype,"scrollX",void 0),Ut([Cn(0,!0)],t.UI.prototype,"scrollY",void 0),Ut([Sn()],t.UI.prototype,"origin",void 0),Ut([Sn()],t.UI.prototype,"around",void 0),Ut([Pn(!1)],t.UI.prototype,"lazy",void 0),Ut([In(1)],t.UI.prototype,"pixelRatio",void 0),Ut([Wn()],t.UI.prototype,"path",void 0),Ut([Fn()],t.UI.prototype,"windingRule",void 0),Ut([Fn(!0)],t.UI.prototype,"closed",void 0),Ut([Dn(0)],t.UI.prototype,"padding",void 0),Ut([Dn(!1)],t.UI.prototype,"lockRatio",void 0),Ut([Dn()],t.UI.prototype,"widthRange",void 0),Ut([Dn()],t.UI.prototype,"heightRange",void 0),Ut([Pn(!1)],t.UI.prototype,"draggable",void 0),Ut([Pn()],t.UI.prototype,"dragBounds",void 0),Ut([Pn(!1)],t.UI.prototype,"editable",void 0),Ut([Jn(!0)],t.UI.prototype,"hittable",void 0),Ut([Jn("path")],t.UI.prototype,"hitFill",void 0),Ut([Un("path")],t.UI.prototype,"hitStroke",void 0),Ut([Jn(!1)],t.UI.prototype,"hitBox",void 0),Ut([Jn(!0)],t.UI.prototype,"hitChildren",void 0),Ut([Jn(!0)],t.UI.prototype,"hitSelf",void 0),Ut([Jn()],t.UI.prototype,"hitRadius",void 0),Ut([$n("")],t.UI.prototype,"cursor",void 0),Ut([Yn()],t.UI.prototype,"fill",void 0),Ut([Un()],t.UI.prototype,"stroke",void 0),Ut([Un("inside")],t.UI.prototype,"strokeAlign",void 0),Ut([Un(1)],t.UI.prototype,"strokeWidth",void 0),Ut([Un(!1)],t.UI.prototype,"strokeWidthFixed",void 0),Ut([Un("none")],t.UI.prototype,"strokeCap",void 0),Ut([Un("miter")],t.UI.prototype,"strokeJoin",void 0),Ut([Un()],t.UI.prototype,"dashPattern",void 0),Ut([Un()],t.UI.prototype,"dashOffset",void 0),Ut([Un(10)],t.UI.prototype,"miterLimit",void 0),Ut([Fn(0)],t.UI.prototype,"cornerRadius",void 0),Ut([Fn()],t.UI.prototype,"cornerSmoothing",void 0),Ut([Ia()],t.UI.prototype,"shadow",void 0),Ut([Ia()],t.UI.prototype,"innerShadow",void 0),Ut([Ia()],t.UI.prototype,"blur",void 0),Ut([Ia()],t.UI.prototype,"backgroundBlur",void 0),Ut([Ia()],t.UI.prototype,"grayscale",void 0),Ut([Ia()],t.UI.prototype,"filter",void 0),Ut([Pn({})],t.UI.prototype,"data",void 0),Ut([no(t.Leaf.prototype.reset)],t.UI.prototype,"reset",null),t.UI=xh=Ut([ao(yh),ao(mh),oo()],t.UI),t.Group=class extends t.UI{get __tag(){return"Group"}get isBranch(){return!0}constructor(t){super(t)}reset(t){this.__setBranch(),super.reset(t)}__setBranch(){this.children||(this.children=[])}set(t,e){if(t)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 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(){}},Ut([Qn(ih)],t.Group.prototype,"__",void 0),t.Group=Ut([ao(t.Branch),ho()],t.Group);const Eh=wt.get("Leafer");t.Leafer=bh=class extends t.Group{get __tag(){return"Leafer"}get isApp(){return!1}get app(){return this.parent||this}get isLeafer(){return!0}get imageReady(){return this.viewReady&&yn.isComplete}get layoutLocked(){return!this.layouter.running}get FPS(){return this.renderer?this.renderer.FPS:60}get cursorPoint(){return this.interaction&&this.interaction.hoverData||{x:this.width/2,y:this.height/2}}get clientBounds(){return this.canvas&&this.canvas.getClientBounds(!0)||{x:0,y:0,width:0,height:0}}constructor(t,e){super(e),this.config={start:!0,hittable:!0,smooth:!0,lazySpeard:100},this.leafs=0,this.__eventIds=[],this.__controllers=[],this.__readyWait=[],this.__viewReadyWait=[],this.__viewCompletedWait=[],this.__nextRenderWait=[],this.userConfig=t,t&&(t.view||t.width)&&this.init(t),bh.list.add(this)}init(t,e){if(this.canvas)return;let s;const{config:n}=this;this.__setLeafer(this),e&&(this.parentApp=e,this.__bindApp(e),s=e.running),t&&(this.parent=e,this.initType(t.type),this.parent=void 0,It.assign(n,t));const o=this.canvas=i.canvas(n);this.__controllers.push(this.renderer=i.renderer(this,o,n),this.watcher=i.watcher(this,n),this.layouter=i.layouter(this,n)),this.isApp&&this.__setApp(),this.__checkAutoLayout(n,e),this.view=o.view,e||(this.selector=i.selector(this),this.interaction=i.interaction(this,o,this.selector,n),this.interaction&&(this.__controllers.unshift(this.interaction),this.hitCanvasManager=i.hitCanvasManager()),this.canvasManager=new Dt,s=n.start),this.hittable=n.hittable,this.fill=n.fill,this.canvasManager.add(o),this.__listenEvents(),s&&(this.__startTimer=setTimeout(this.start.bind(this))),Do.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($o.RESTART):this.emitLeafer($o.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($o.STOP))}unlockLayout(){this.layouter.start(),this.updateLayout()}lockLayout(){this.updateLayout(),this.layouter.stop()}resize(t){const e=It.copyAttrs({},t,qt);Object.keys(e).forEach((t=>this[t]=e[t]))}forceRender(t,e){const{renderer:i}=this;i&&(i.addBlock(t?new lt(t):this.canvas.bounds),this.viewReady&&(e?i.render():i.update()))}requestRender(t=!1){this.renderer&&this.renderer.update(t)}updateCursor(t){const e=this.interaction;e&&(t?e.setCursor(t):e.updateCursor())}updateLazyBounds(){this.lazyBounds=this.canvas.bounds.clone().spread(this.config.lazySpeard)}__doResize(t){const{canvas:e}=this;if(!e||e.isSameSize(t))return;const i=It.copyAttrs({},this.canvas,qt);e.resize(t),this.updateLazyBounds(),this.__onResize(new Zo(t,i))}__onResize(t){this.emitEvent(t),It.copyAttrs(this.__,t,qt),setTimeout((()=>{this.canvasManager&&this.canvasManager.clearRecycled()}),0)}__setApp(){}__bindApp(t){this.selector=t.selector,this.interaction=t.interaction,this.canvasManager=t.canvasManager,this.hitCanvasManager=t.hitCanvasManager}__setLeafer(t){this.leafer=t,this.__level=1}__checkAutoLayout(t,e){e||(t.width&&t.height||(this.autoLayout=new ct(t)),this.canvas.startAutoLayout(this.autoLayout,this.__onResize.bind(this)))}__setAttr(t,e){return this.canvas&&(qt.includes(t)?this.__changeCanvasSize(t,e):"fill"===t?this.__changeFill(e):"hittable"===t?this.parent||(this.canvas.hittable=e):"zIndex"===t&&(this.canvas.zIndex=e,setTimeout((()=>this.parent&&this.parent.__updateSortChildren())))),super.__setAttr(t,e)}__getAttr(t){return this.canvas&&qt.includes(t)?this.canvas[t]:super.__getAttr(t)}__changeCanvasSize(t,e){const i=It.copyAttrs({},this.canvas,qt);i[t]=this.config[t]=e,e&&this.canvas.stopAutoLayout(),this.__doResize(i)}__changeFill(t){this.config.fill=t,this.canvas.allowBackgroundColor?this.canvas.backgroundColor=t:this.forceRender()}__onCreated(){this.created=!0}__onReady(){this.ready=!0,this.emitLeafer($o.BEFORE_READY),this.emitLeafer($o.READY),this.emitLeafer($o.AFTER_READY),Do.run(this.__readyWait)}__onViewReady(){this.viewReady||(this.viewReady=!0,this.emitLeafer($o.VIEW_READY),Do.run(this.__viewReadyWait))}__onLayoutEnd(){const{grow:t,width:e,height:i}=this.config;if(t){let{width:s,height:n,pixelRatio:o}=this;const r="box"===t?this.worldBoxBounds:this.__world;e||(s=Math.max(1,r.x+r.width)),i||(n=Math.max(1,r.y+r.height)),this.__doResize({width:s,height:n,pixelRatio:o})}this.ready||this.__onReady()}__onNextRender(){if(this.viewReady){Do.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($o.VIEW_COMPLETED),Do.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 Lt.need("view")}getValidMove(t,e){return{x:t,y:e}}getValidScale(t){return t}getWorldPointByClient(t,e){return this.interaction&&this.interaction.getLocal(t,e)}getPagePointByClient(t,e){return this.getPagePoint(this.getWorldPointByClient(t,e))}getClientPointByWorld(t){const{x:e,y:i}=this.clientBounds;return{x:e+t.x,y:i+t.y}}updateClientBounds(){this.canvas&&this.canvas.updateClientBounds()}receiveEvent(t){}emitLeafer(t){this.emitEvent(new $o(t,this))}__listenEvents(){const t=Bt.start("FirstCreate "+this.innerName);this.once($o.START,(()=>Bt.end(t))),this.once(qo.START,(()=>this.updateLazyBounds())),this.once(Jo.START,(()=>this.__onCreated())),this.once(Jo.END,(()=>this.__onViewReady())),this.__eventIds.push(this.on_(Ko.DATA,this.__onWatchData,this),this.on_(qo.END,this.__onLayoutEnd,this),this.on_(Jo.NEXT,this.__onNextRender,this))}__removeListenEvents(){this.off_(this.__eventIds),this.__eventIds.length=0}destroy(t){const e=()=>{if(!this.destroyed){bh.list.remove(this);try{this.stop(),this.emitEvent(new $o($o.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=this.parentApp=null,this.userConfig&&(this.userConfig.view=null),super.destroy(),setTimeout((()=>{vn.clearRecycled()}),100)}catch(t){Eh.error(t)}}};t?e():setTimeout(e)}},t.Leafer.list=new ca,Ut([Qn(nh)],t.Leafer.prototype,"__",void 0),Ut([Dn()],t.Leafer.prototype,"pixelRatio",void 0),t.Leafer=bh=Ut([ho()],t.Leafer),t.Rect=class extends t.UI{get __tag(){return"Rect"}constructor(t){super(t)}},Ut([Qn(ah)],t.Rect.prototype,"__",void 0),t.Rect=Ut([ao(wh),oo(),ho()],t.Rect);const{copy:Bh,add:kh,includes:Th}=ot,Lh=t.Rect.prototype,Rh=t.Group.prototype,Ph={};t.Box=class extends t.Group{get __tag(){return"Box"}get isBranchLeaf(){return!0}constructor(t){super(t),this.__layout.renderChanged||this.__layout.renderChange()}__updateStrokeSpread(){return 0}__updateRectRenderSpread(){return 0}__updateRenderSpread(){return this.__updateRectRenderSpread()||-1}__updateRectBoxBounds(){}__updateBoxBounds(t){const e=this.__;if(this.children.length)if(e.__autoSide){e.__hasSurface&&this.__extraUpdate(),super.__updateBoxBounds();const{boxBounds:t}=this.__layout;e.__autoSize||(e.__autoWidth?(t.width+=t.x,t.x=0,t.height=e.height,t.y=0):(t.height+=t.y,t.y=0,t.width=e.width,t.x=0)),this.__updateNaturalSize()}else this.__updateRectBoxBounds();else this.__updateRectBoxBounds()}__updateStrokeBounds(){}__updateRenderBounds(){let t;const{renderBounds:e}=this.__layout;this.children.length?(super.__updateRenderBounds(),Bh(Ph,e),this.__updateRectRenderBounds(),t=!Th(e,Ph),t&&"hide"!==this.__.overflow&&kh(e,Ph)):this.__updateRectRenderBounds(),!this.isOverflow!=!t&&(this.isOverflow=t)}__updateRectRenderBounds(){}__updateRectChange(){}__updateChange(){super.__updateChange(),this.__updateRectChange()}__renderRect(t,e){}__renderGroup(t,e){}__render(t,e){this.__.__drawAfterFill?this.__renderRect(t,e):(this.__renderRect(t,e),this.children.length&&this.__renderGroup(t,e))}__drawContent(t,e){this.__renderGroup(t,e),this.__.__hasStroke&&(t.setWorld(this.__nowWorld),this.__drawRenderPath(t))}},Ut([Qn(sh)],t.Box.prototype,"__",void 0),Ut([Pn(!1)],t.Box.prototype,"resizeChildren",void 0),Ut([Nn("show")],t.Box.prototype,"overflow",void 0),Ut([no(Lh.__updateStrokeSpread)],t.Box.prototype,"__updateStrokeSpread",null),Ut([no(Lh.__updateRenderSpread)],t.Box.prototype,"__updateRectRenderSpread",null),Ut([no(Lh.__updateBoxBounds)],t.Box.prototype,"__updateRectBoxBounds",null),Ut([no(Lh.__updateStrokeBounds)],t.Box.prototype,"__updateStrokeBounds",null),Ut([no(Lh.__updateRenderBounds)],t.Box.prototype,"__updateRectRenderBounds",null),Ut([no(Lh.__updateChange)],t.Box.prototype,"__updateRectChange",null),Ut([no(Lh.__render)],t.Box.prototype,"__renderRect",null),Ut([no(Rh.__render)],t.Box.prototype,"__renderGroup",null),t.Box=Ut([oo(),ho()],t.Box),t.Frame=class extends t.Box{get __tag(){return"Frame"}get isFrame(){return!0}constructor(t){super(t)}},Ut([Qn(oh)],t.Frame.prototype,"__",void 0),Ut([Yn("#FFFFFF")],t.Frame.prototype,"fill",void 0),Ut([Nn("hide")],t.Frame.prototype,"overflow",void 0),t.Frame=Ut([ho()],t.Frame);const{moveTo:Ch,closePath:Sh,ellipse:Oh}=Ni;t.Ellipse=class extends t.UI{get __tag(){return"Ellipse"}constructor(t){super(t)}__updatePath(){const{width:t,height:i,innerRadius:s,startAngle:n,endAngle:o}=this.__,r=t/2,a=i/2,h=this.__.path=[];s?(n||o?(s<1&&Oh(h,r,a,r*s,a*s,0,n,o,!1),Oh(h,r,a,r,a,0,o,n,!0),s<1&&Sh(h)):(s<1&&(Oh(h,r,a,r*s,a*s),Ch(h,t,a)),Oh(h,r,a,r,a,0,360,0,!0)),e.ellipseToCurve&&(this.__.path=this.getPath(!0))):n||o?(Ch(h,r,a),Oh(h,r,a,r,a,0,n,o,!1),Sh(h)):Oh(h,r,a,r,a)}},Ut([Qn(hh)],t.Ellipse.prototype,"__",void 0),Ut([Fn(0)],t.Ellipse.prototype,"innerRadius",void 0),Ut([Fn(0)],t.Ellipse.prototype,"startAngle",void 0),Ut([Fn(0)],t.Ellipse.prototype,"endAngle",void 0),t.Ellipse=Ut([ho()],t.Ellipse);const{moveTo:Mh,lineTo:Dh,drawPoints:Ih}=Ni,{rotate:Ah,getAngle:Wh,getDistance:Fh,defaultPoint:zh}=M,{toBounds:Hh}=$s;t.Line=class extends t.UI{get __tag(){return"Line"}get toPoint(){const{width:t,rotation:e}=this.__,i={x:0,y:0};return t&&(i.x=t),e&&Ah(i,e),i}set toPoint(t){this.width=Fh(zh,t),this.rotation=Wh(zh,t),this.height&&(this.height=0)}constructor(t){super(t)}__updatePath(){const t=this.__,e=t.path=[];t.points?Ih(e,t.points,!1,t.closed):(Mh(e,0,0),Dh(e,this.width,0))}__updateRenderPath(){const t=this.__;!this.pathInputed&&t.points&&t.curve?(Ih(t.__pathForRender=[],t.points,t.curve,t.closed),t.__useArrow&&Ua.addArrows(this,!1)):super.__updateRenderPath()}__updateBoxBounds(){this.points?Hh(this.__.__pathForRender,this.__layout.boxBounds):super.__updateBoxBounds()}},Ut([Qn(rh)],t.Line.prototype,"__",void 0),Ut([zn("center")],t.Line.prototype,"strokeAlign",void 0),Ut([Dn(0)],t.Line.prototype,"height",void 0),Ut([Fn()],t.Line.prototype,"points",void 0),Ut([Fn(0)],t.Line.prototype,"curve",void 0),Ut([Fn(!1)],t.Line.prototype,"closed",void 0),t.Line=Ut([ho()],t.Line);const{sin:Uh,cos:Nh,PI:Yh}=Math,{moveTo:Xh,lineTo:Vh,closePath:jh,drawPoints:Gh}=Ni,Zh=t.Line.prototype;t.Polygon=class extends t.UI{get __tag(){return"Polygon"}constructor(t){super(t)}__updatePath(){const t=this.__.path=[];if(this.__.points)Gh(t,this.__.points,!1,!0);else{const{width:e,height:i,sides:s}=this.__,n=e/2,o=i/2;Xh(t,n,0);for(let e=1;e<s;e++)Vh(t,n+n*Uh(2*e*Yh/s),o-o*Nh(2*e*Yh/s))}jh(t)}__updateRenderPath(){}__updateBoxBounds(){}},Ut([Qn(lh)],t.Polygon.prototype,"__",void 0),Ut([Fn(3)],t.Polygon.prototype,"sides",void 0),Ut([Fn()],t.Polygon.prototype,"points",void 0),Ut([Fn(0)],t.Polygon.prototype,"curve",void 0),Ut([no(Zh.__updateRenderPath)],t.Polygon.prototype,"__updateRenderPath",null),Ut([no(Zh.__updateBoxBounds)],t.Polygon.prototype,"__updateBoxBounds",null),t.Polygon=Ut([oo(),ho()],t.Polygon);const{sin:Kh,cos:qh,PI:Jh}=Math,{moveTo:$h,lineTo:Qh,closePath:tl}=Ni;t.Star=class extends t.UI{get __tag(){return"Star"}constructor(t){super(t)}__updatePath(){const{width:t,height:e,corners:i,innerRadius:s}=this.__,n=t/2,o=e/2,r=this.__.path=[];$h(r,n,0);for(let t=1;t<2*i;t++)Qh(r,n+(t%2==0?n:n*s)*Kh(t*Jh/i),o-(t%2==0?o:o*s)*qh(t*Jh/i));tl(r)}},Ut([Qn(dh)],t.Star.prototype,"__",void 0),Ut([Fn(5)],t.Star.prototype,"corners",void 0),Ut([Fn(.382)],t.Star.prototype,"innerRadius",void 0),t.Star=Ut([ho()],t.Star),t.Image=class extends t.Rect{get __tag(){return"Image"}get ready(){return!!this.image&&this.image.ready}constructor(t){super(t),this.on(Go.LOADED,(t=>{"fill"===t.attrName&&t.attrValue.url===this.url&&(this.image=t.image)}))}destroy(){this.image=null,super.destroy()}},Ut([Qn(gh)],t.Image.prototype,"__",void 0),Ut([Dn("")],t.Image.prototype,"url",void 0),t.Image=Ut([ho()],t.Image);const el=t.Image;t.Canvas=class extends t.Rect{get __tag(){return"Canvas"}get ready(){return!this.url}constructor(t){super(t),this.canvas=i.canvas(this.__),this.context=this.canvas.context,t&&t.url&&this.drawImage(t.url)}drawImage(t){new En({url:t}).load((t=>{this.context.drawImage(t.view,0,0),this.url=void 0,this.paint(),this.emitEvent(new Go(Go.LOADED,{image:t}))}))}draw(t,e,i,s){const n=new H(t.worldTransform).invert(),o=new H;e&&o.translate(e.x,e.y),i&&("number"==typeof i?o.scale(i):o.scale(i.x,i.y)),s&&o.rotate(s),n.multiplyParent(o),t.__render(this.canvas,{matrix:n.withScale()}),this.paint()}paint(){this.forceRender()}__drawContent(t,e){const{width:i,height:s}=this.__,{view:n}=this.canvas;t.drawImage(n,0,0,n.width,n.height,0,0,i,s)}__updateSize(){const{canvas:t}=this;if(t){const{smooth:e,safeResize:i}=this.__;t.resize(this.__,i),t.smooth!==e&&(t.smooth=e)}}destroy(){this.canvas&&(this.canvas.destroy(),this.canvas=this.context=null),super.destroy()}},Ut([Qn(fh)],t.Canvas.prototype,"__",void 0),Ut([Aa(100)],t.Canvas.prototype,"width",void 0),Ut([Aa(100)],t.Canvas.prototype,"height",void 0),Ut([Aa(1)],t.Canvas.prototype,"pixelRatio",void 0),Ut([Aa(!0)],t.Canvas.prototype,"smooth",void 0),Ut([Pn(!1)],t.Canvas.prototype,"safeResize",void 0),Ut([Aa()],t.Canvas.prototype,"contextSettings",void 0),t.Canvas=Ut([ho()],t.Canvas);const{copyAndSpread:il,includes:sl,isSame:nl,spread:ol,setList:rl}=ot;t.Text=class extends t.UI{get __tag(){return"Text"}get textDrawData(){return this.__layout.update(),this.__.__textDrawData}constructor(t){super(t)}__drawHitPath(t){const{__lineHeight:e,fontSize:i,__baseLine:s,__textDrawData:n}=this.__;t.beginPath(),this.__.__letterSpacing<0?this.__drawPathByData(t):n.rows.forEach((n=>t.rect(n.x,n.y-s,n.width,e<i?i:e)))}__drawPathByData(t,e){const{x:i,y:s,width:n,height:o}=this.__layout.boxBounds;t.rect(i,s,n,o)}__drawRenderPath(t){t.font=this.__.__font}__updateTextDrawData(){const t=this.__,{lineHeight:e,letterSpacing:i,fontFamily:s,fontSize:n,fontWeight:o,italic:r,textCase:a,textOverflow:l,padding:d}=t;t.__lineHeight=Ha.number(e,n),t.__letterSpacing=Ha.number(i,n),t.__padding=d?h.fourNumber(d):void 0,t.__baseLine=t.__lineHeight-(t.__lineHeight-.7*n)/2,t.__font=`${r?"italic ":""}${"small-caps"===a?"small-caps ":""}${"normal"!==o?o+" ":""}${n}px ${s}`,t.__clipText="show"!==l&&!t.__autoSize,t.__textDrawData=Fa.getDrawData(t.text,this.__)}__updateBoxBounds(){const t=this.__,e=this.__layout,{fontSize:i,italic:s,padding:n,__autoWidth:o,__autoHeight:r}=t;this.__updateTextDrawData();const{bounds:a}=t.__textDrawData,h=e.boxBounds;if(t.__lineHeight<i&&ol(a,i/2),o||r){if(h.x=o?a.x:0,h.y=r?a.y:0,h.width=o?a.width:t.width,h.height=r?a.height:t.height,n){const[e,i,s,n]=t.__padding;o&&(h.x-=n,h.width+=i+n),r&&(h.y-=e,h.height+=s+e)}this.__updateNaturalSize()}else super.__updateBoxBounds();s&&(h.width+=.16*i);const l=sl(h,a)?h:a;nl(l,e.contentBounds)?t.__textBoxBounds=l:(e.contentBounds=l,e.renderChanged=!0,rl(t.__textBoxBounds={},[h,a]))}__updateRenderSpread(){let t=super.__updateRenderSpread();return t||(t=this.__layout.boxBounds===this.__layout.contentBounds?0:1),t}__updateRenderBounds(){il(this.__layout.renderBounds,this.__.__textBoxBounds,this.__layout.renderSpread)}},Ut([Qn(ph)],t.Text.prototype,"__",void 0),Ut([Dn(0)],t.Text.prototype,"width",void 0),Ut([Dn(0)],t.Text.prototype,"height",void 0),Ut([Pn(!1)],t.Text.prototype,"resizeFontSize",void 0),Ut([Yn("#000000")],t.Text.prototype,"fill",void 0),Ut([zn("outside")],t.Text.prototype,"strokeAlign",void 0),Ut([Jn("all")],t.Text.prototype,"hitFill",void 0),Ut([Dn("")],t.Text.prototype,"text",void 0),Ut([Dn("caption")],t.Text.prototype,"fontFamily",void 0),Ut([Dn(12)],t.Text.prototype,"fontSize",void 0),Ut([Dn("normal")],t.Text.prototype,"fontWeight",void 0),Ut([Dn(!1)],t.Text.prototype,"italic",void 0),Ut([Dn("none")],t.Text.prototype,"textCase",void 0),Ut([Dn("none")],t.Text.prototype,"textDecoration",void 0),Ut([Dn(0)],t.Text.prototype,"letterSpacing",void 0),Ut([Dn({type:"percent",value:1.5})],t.Text.prototype,"lineHeight",void 0),Ut([Dn(0)],t.Text.prototype,"paraIndent",void 0),Ut([Dn(0)],t.Text.prototype,"paraSpacing",void 0),Ut([Dn("x")],t.Text.prototype,"writingMode",void 0),Ut([Dn("left")],t.Text.prototype,"textAlign",void 0),Ut([Dn("top")],t.Text.prototype,"verticalAlign",void 0),Ut([Dn(!0)],t.Text.prototype,"autoSizeAlign",void 0),Ut([Dn("normal")],t.Text.prototype,"textWrap",void 0),Ut([Dn("show")],t.Text.prototype,"textOverflow",void 0),t.Text=Ut([ho()],t.Text),t.Path=class extends t.UI{get __tag(){return"Path"}constructor(t){super(t)}},Ut([Qn(ch)],t.Path.prototype,"__",void 0),Ut([zn("center")],t.Path.prototype,"strokeAlign",void 0),t.Path=Ut([ho()],t.Path),t.Pen=class extends t.Group{get __tag(){return"Pen"}constructor(t){super(t)}setStyle(e){const i=this.pathElement=new t.Path(e);return this.pathStyle=e,this.__path=i.path||(i.path=[]),this.add(i),this}beginPath(){return this}moveTo(t,e){return this}lineTo(t,e){return this}bezierCurveTo(t,e,i,s,n,o){return this}quadraticCurveTo(t,e,i,s){return this}closePath(){return this}rect(t,e,i,s){return this}roundRect(t,e,i,s,n){return this}ellipse(t,e,i,s,n,o,r,a){return this}arc(t,e,i,s,n,o){return this}arcTo(t,e,i,s,n){return this}drawEllipse(t,e,i,s,n,o,r,a){return this}drawArc(t,e,i,s,n,o){return this}drawPoints(t,e,i){return this}clearPath(){return this}paint(){this.pathElement.__layout.boxChanged||this.pathElement.forceUpdate("path")}},Ut([Qn(uh)],t.Pen.prototype,"__",void 0),Ut([(t,e)=>{Bn(t,e,{get(){return this.__path}})}],t.Pen.prototype,"path",void 0),t.Pen=Ut([ao(os,["set","path","paint"]),ho()],t.Pen),t.App=class extends t.Leafer{get __tag(){return"App"}get isApp(){return!0}constructor(t,e){super(t,e)}init(t,e){if(super.init(t,e),t){const{ground:e,tree:s,sky:n,editor:o}=t;e&&(this.ground=this.addLeafer(e)),(s||o)&&(this.tree=this.addLeafer(s||{type:t.type||"design"})),(n||o)&&(this.sky=this.addLeafer(n)),o&&this.sky.add(this.editor=i.editor(o))}}__setApp(){const{canvas:t}=this,{realCanvas:e,view:i}=this.config;e||i===this.canvas.view||!t.parentView?this.realCanvas=!0:t.unrealCanvas(),this.leafer=this,this.watcher.disable(),this.layouter.disable(),this.__eventIds.push(this.on_(jo.CHANGE,this.__onPropertyChange,this))}start(){super.start(),this.children.forEach((t=>t.start()))}stop(){this.children.forEach((t=>t.stop())),super.stop()}unlockLayout(){super.unlockLayout(),this.children.forEach((t=>t.unlockLayout()))}lockLayout(){super.lockLayout(),this.children.forEach((t=>t.lockLayout()))}forceRender(t,e){this.children.forEach((i=>i.forceRender(t,e)))}addLeafer(e){const i=new t.Leafer(e);return this.add(i),i}add(t,e){if(!t.view){if(this.realCanvas&&!this.canvas.bounds)return void setTimeout((()=>this.add(t,e)),10);t.init(this.__getChildConfig(t.userConfig),this)}super.add(t,e),void 0!==e&&(t.canvas.childIndex=e),this.__listenChildEvents(t)}__onPropertyChange(){wt.showHitView&&this.children.forEach((t=>t.forceUpdate("surface")))}__onCreated(){this.created=this.children.every((t=>t.created))}__onReady(){this.children.every((t=>t.ready))&&super.__onReady()}__onViewReady(){this.children.every((t=>t.viewReady))&&super.__onViewReady()}__onChildRenderEnd(t){this.renderer.addBlock(t.renderBounds),this.viewReady&&this.renderer.update()}__render(t,e){if(t.context){const i=e.matrix;i&&t.setTransform(i.a,i.b,i.c,i.d,i.e,i.f),this.children.forEach((e=>t.copyWorld(e.canvas)))}}__onResize(t){this.children.forEach((e=>e.resize(t))),super.__onResize(t)}updateLayout(){this.children.forEach((t=>t.updateLayout()))}__getChildConfig(t){let e=Object.assign({},this.config);return e.hittable=e.realCanvas=void 0,t&&It.assign(e,t),this.autoLayout&&It.copyAttrs(e,this,qt),e.view=this.realCanvas?void 0:this.view,e.fill=void 0,e}__listenChildEvents(t){t.once(qo.END,(()=>this.__onReady())),t.once(Jo.START,(()=>this.__onCreated())),t.once(Jo.END,(()=>this.__onViewReady())),this.realCanvas&&this.__eventIds.push(t.on_(Jo.END,this.__onChildRenderEnd,this))}},t.App=Ut([ho()],t.App);const al={},hl={isHoldSpaceKey:()=>hl.isHold("Space"),isHold:t=>al[t],setDownCode(t){al[t]||(al[t]=!0)},setUpCode(t){al[t]=!1}},ll={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 dl extends Xo{get spaceKey(){return hl.isHoldSpaceKey()}get left(){return ll.left(this)}get right(){return ll.right(this)}get middle(){return ll.middle(this)}constructor(t){super(t.type),this.bubbles=!0,Object.assign(this,t)}getBoxPoint(t){return(t||this.current).getBoxPoint(this)}getInnerPoint(t){return(t||this.current).getInnerPoint(this)}getLocalPoint(t){return(t||this.current).getLocalPoint(this)}getPagePoint(){return this.current.getPagePoint(this)}getInner(t){return this.getInnerPoint(t)}getLocal(t){return this.getLocalPoint(t)}getPage(){return this.getPagePoint()}static changeName(t,e){Ot.changeName(t,e)}}t.PointerEvent=class extends dl{},t.PointerEvent.POINTER="pointer",t.PointerEvent.BEFORE_DOWN="pointer.before_down",t.PointerEvent.BEFORE_MOVE="pointer.before_move",t.PointerEvent.BEFORE_UP="pointer.before_up",t.PointerEvent.DOWN="pointer.down",t.PointerEvent.MOVE="pointer.move",t.PointerEvent.UP="pointer.up",t.PointerEvent.OVER="pointer.over",t.PointerEvent.OUT="pointer.out",t.PointerEvent.ENTER="pointer.enter",t.PointerEvent.LEAVE="pointer.leave",t.PointerEvent.TAP="tap",t.PointerEvent.DOUBLE_TAP="double_tap",t.PointerEvent.CLICK="click",t.PointerEvent.DOUBLE_CLICK="double_click",t.PointerEvent.LONG_PRESS="long_press",t.PointerEvent.LONG_TAP="long_tap",t.PointerEvent.MENU="pointer.menu",t.PointerEvent.MENU_TAP="pointer.menu_tap",t.PointerEvent=Ut([lo()],t.PointerEvent);const cl=t.PointerEvent,ul={};t.DragEvent=class extends t.PointerEvent{static setList(t){this.list=t instanceof ca?t:new ca(t)}static setData(t){this.data=t}static getValidMove(t,e,i){const{draggable:s,dragBounds:n}=t,o=t.getLocalPoint(i,null,!0);return M.move(o,e.x-t.x,e.y-t.y),n&&this.getMoveInDragBounds(t.__localBoxBounds,"parent"===n?t.parent.boxBounds:n,o,!0),"x"===s&&(o.y=0),"y"===s&&(o.x=0),o}static getMoveInDragBounds(t,e,i,s){const n=t.x+i.x,o=t.y+i.y,r=n+t.width,a=o+t.height,h=e.x+e.width,l=e.y+e.height;return s||(i=Object.assign({},i)),ot.includes(t,e)?(n>e.x?i.x+=e.x-n:r<h&&(i.x+=h-r),o>e.y?i.y+=e.y-o:a<l&&(i.y+=l-a)):(n<e.x?i.x+=e.x-n:r>h&&(i.x+=h-r),o<e.y?i.y+=e.y-o:a>l&&(i.y+=l-a)),i}getPageMove(t){return this.assignMove(t),this.current.getPagePoint(ul,null,!0)}getInnerMove(t,e){return t||(t=this.current),this.assignMove(e),t.getInnerPoint(ul,null,!0)}getLocalMove(t,e){return t||(t=this.current),this.assignMove(e),t.getLocalPoint(ul,null,!0)}getPageTotal(){return this.getPageMove(!0)}getInnerTotal(t){return this.getInnerMove(t,!0)}getLocalTotal(t){return this.getLocalMove(t,!0)}getPageBounds(){const t=this.getPageTotal(),e=this.getPagePoint(),i={};return ot.set(i,e.x-t.x,e.y-t.y,t.x,t.y),ot.unsign(i),i}assignMove(t){ul.x=t?this.totalX:this.moveX,ul.y=t?this.totalY:this.moveY}},t.DragEvent.BEFORE_DRAG="drag.before_drag",t.DragEvent.START="drag.start",t.DragEvent.DRAG="drag",t.DragEvent.END="drag.end",t.DragEvent.OVER="drag.over",t.DragEvent.OUT="drag.out",t.DragEvent.ENTER="drag.enter",t.DragEvent.LEAVE="drag.leave",t.DragEvent=Ut([lo()],t.DragEvent);const _l=t.DragEvent;t.DropEvent=class extends t.PointerEvent{static setList(e){t.DragEvent.setList(e)}static setData(e){t.DragEvent.setData(e)}},t.DropEvent.DROP="drop",t.DropEvent=Ut([lo()],t.DropEvent),t.MoveEvent=class extends t.DragEvent{},t.MoveEvent.BEFORE_MOVE="move.before_move",t.MoveEvent.START="move.start",t.MoveEvent.MOVE="move",t.MoveEvent.END="move.end",t.MoveEvent=Ut([lo()],t.MoveEvent),t.RotateEvent=class extends dl{},t.RotateEvent.BEFORE_ROTATE="rotate.before_rotate",t.RotateEvent.START="rotate.start",t.RotateEvent.ROTATE="rotate",t.RotateEvent.END="rotate.end",t.RotateEvent=Ut([lo()],t.RotateEvent),t.SwipeEvent=class extends t.DragEvent{},t.SwipeEvent.SWIPE="swipe",t.SwipeEvent.LEFT="swipe.left",t.SwipeEvent.RIGHT="swipe.right",t.SwipeEvent.UP="swipe.up",t.SwipeEvent.DOWN="swipe.down",t.SwipeEvent=Ut([lo()],t.SwipeEvent),t.ZoomEvent=class extends dl{},t.ZoomEvent.BEFORE_ZOOM="zoom.before_zoom",t.ZoomEvent.START="zoom.start",t.ZoomEvent.ZOOM="zoom",t.ZoomEvent.END="zoom.end",t.ZoomEvent=Ut([lo()],t.ZoomEvent),t.KeyEvent=class extends dl{},t.KeyEvent.DOWN="key.down",t.KeyEvent.HOLD="key.hold",t.KeyEvent.UP="key.up",t.KeyEvent=Ut([lo()],t.KeyEvent);const pl={getDragEventData:(t,e,i)=>Object.assign(Object.assign({},i),{x:i.x,y:i.y,moveX:i.x-e.x,moveY:i.y-e.y,totalX:i.x-t.x,totalY:i.y-t.y}),getDropEventData:(t,e,i)=>Object.assign(Object.assign({},t),{list:e,data:i}),getSwipeDirection:e=>e<-45&&e>-135?t.SwipeEvent.UP:e>45&&e<135?t.SwipeEvent.DOWN:e<=45&&e>=-45?t.SwipeEvent.RIGHT:t.SwipeEvent.LEFT,getSwipeEventData:(t,e,i)=>Object.assign(Object.assign({},i),{moveX:e.moveX,moveY:e.moveY,totalX:i.x-t.x,totalY:i.y-t.y,type:gl.getSwipeDirection(M.getAngle(t,i))}),getBase(t){const e=1===t.button?4:t.button;return{altKey:t.altKey,ctrlKey:t.ctrlKey,shiftKey:t.shiftKey,metaKey:t.metaKey,buttons:void 0===t.buttons?1:0===t.buttons?e:t.buttons,origin:t}},pathHasEventType(t,e){const{list:i}=t;for(let t=0,s=i.length;t<s;t++)if(i[t].hasEvent(e))return!0;return!1},filterPathByEventType(t,e){const i=new ca,{list:s}=t;for(let t=0,n=s.length;t<n;t++)s[t].hasEvent(e)&&i.add(s[t]);return i},pathCanDrag:e=>e&&e.list.some((e=>e.draggable||e.editable||!e.isLeafer&&e.hasEvent(t.DragEvent.DRAG))),pathHasOutside:t=>t&&t.list.some((t=>t.isOutside))},gl=pl,fl=new ca,{getDragEventData:yl,getDropEventData:ml,getSwipeEventData:vl}=pl;class wl{constructor(t){this.interaction=t}setDragData(t){this.animateWait&&this.dragEndReal(),this.downData=this.interaction.downData,this.dragData=yl(t,t,t),this.canAnimate=this.canDragOut=!0}getList(e,i){const{proxy:s}=this.interaction.selector,n=s&&s.list.length,o=t.DragEvent.list||this.draggableList||fl;return this.dragging&&(n?e?fl:new ca(i?[...s.list,...s.dragHoverExclude]:s.list):o)}checkDrag(e,i){const{interaction:s}=this;if(this.moving&&e.buttons<1)return this.canAnimate=!1,void s.pointerCancel();!this.moving&&i&&(this.moving=s.canMove(this.downData)||s.isHoldRightKey||s.isMobileDragEmpty)&&(this.dragData.moveType="drag",s.emit(t.MoveEvent.START,this.dragData)),this.moving||this.dragStart(e,i),this.drag(e)}dragStart(e,i){this.dragging||(this.dragging=i&&ll.left(e),this.dragging&&(this.interaction.emit(t.DragEvent.START,this.dragData),this.getDraggableList(this.dragData.path),this.setDragStartPoints(this.realDraggableList=this.getList(!0))))}setDragStartPoints(t){this.dragStartPoints={},t.forEach((t=>this.dragStartPoints[t.innerId]={x:t.x,y:t.y}))}getDraggableList(t){let e;for(let i=0,s=t.length;i<s;i++)if(e=t.list[i],(e.draggable||e.editable)&&e.hitSelf&&!e.locked){this.draggableList=new ca(e);break}}drag(e){const{interaction:i,dragData:s,downData:n}=this,{path:o,throughPath:r}=n;this.dragData=yl(n,s,e),r&&(this.dragData.throughPath=r),this.dragData.path=o,this.moving?(this.dragData.moveType="drag",i.emit(t.MoveEvent.BEFORE_MOVE,this.dragData),i.emit(t.MoveEvent.MOVE,this.dragData)):this.dragging&&(this.dragReal(),i.emit(t.DragEvent.BEFORE_DRAG,this.dragData),i.emit(t.DragEvent.DRAG,this.dragData))}dragReal(){const{running:e}=this.interaction,i=this.realDraggableList;if(i.length&&e){const{totalX:e,totalY:s}=this.dragData;i.forEach((i=>i.draggable&&i.move(t.DragEvent.getValidMove(i,this.dragStartPoints[i.innerId],{x:e,y:s}))))}}dragOverOrOut(e){const{interaction:i}=this,{dragOverPath:s}=this,{path:n}=e;this.dragOverPath=n,s?n.indexAt(0)!==s.indexAt(0)&&(i.emit(t.DragEvent.OUT,e,s),i.emit(t.DragEvent.OVER,e,n)):i.emit(t.DragEvent.OVER,e,n)}dragEnterOrLeave(e){const{interaction:i}=this,{dragEnterPath:s}=this,{path:n}=e;i.emit(t.DragEvent.LEAVE,e,s,n),i.emit(t.DragEvent.ENTER,e,n,s),this.dragEnterPath=n}dragEnd(t,e){(this.dragging||this.moving)&&(this.checkDragEndAnimate(t,e)||this.dragEndReal(t))}dragEndReal(e){const{interaction:i,downData:s,dragData:n}=this;e||(e=n);const{path:o,throughPath:r}=s,a=yl(s,e,e);if(r&&(a.throughPath=r),a.path=o,this.moving&&(this.moving=!1,a.moveType="drag",i.emit(t.MoveEvent.END,a)),this.dragging){const o=this.getList();this.dragging=!1,i.emit(t.DragEvent.END,a),this.swipe(e,s,n,a),this.drop(e,o,this.dragEnterPath)}this.autoMoveCancel(),this.dragReset(),this.animate(null,"off")}swipe(t,e,i,s){const{interaction:n}=this;if(M.getDistance(e,t)>n.config.pointer.swipeDistance){const t=vl(e,i,s);this.interaction.emit(t.type,t)}}drop(e,i,s){const n=ml(e,i,t.DragEvent.data);n.path=s,this.interaction.emit(t.DropEvent.DROP,n),this.interaction.emit(t.DragEvent.LEAVE,e,s)}dragReset(){t.DragEvent.list=t.DragEvent.data=this.draggableList=this.dragData=this.downData=this.dragOverPath=this.dragEnterPath=null}checkDragEndAnimate(t,e){return!1}animate(t,e){}checkDragOut(t){}autoMoveOnDragOut(t){}autoMoveCancel(){}destroy(){this.dragReset()}}const xl=wt.get("emit");const bl=["move","zoom","rotate","key"];function El(t,e,i,s,n){if(bl.some((t=>e.startsWith(t)))&&t.__.hitChildren&&!kl(t,n)){let o;for(let r=0,a=t.children.length;r<a;r++)o=t.children[r],!i.path.has(o)&&o.__.hittable&&Bl(o,e,i,s,n)}}function Bl(t,e,i,s,n){if(t.destroyed)return!1;if(t.__.hitSelf&&!kl(t,n)&&(Za.updateEventStyle&&!s&&Za.updateEventStyle(t,e),t.hasEvent(e,s))){i.phase=s?1:t===i.target?2:3;const n=Ot.get(e,i);if(t.emitEvent(n,s),n.isStop)return!0}return!1}function kl(t,e){return e&&e.has(t)}const Tl={wheel:{zoomSpeed:.5,moveSpeed:.5,rotateSpeed:.5,delta:{x:20,y:8}},pointer:{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:Ll,pathCanDrag:Rl,pathHasOutside:Pl}=pl;class Cl{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&&ll.middle(this.downData)}get isHoldRightKey(){return this.m.holdRightKey&&this.downData&&ll.right(this.downData)}get isHoldSpaceKey(){return this.m.holdSpaceKey&&hl.isHoldSpaceKey()}get m(){return this.config.move}get p(){return this.config.pointer}get hitRadius(){return this.p.hitRadius}constructor(t,e,i,s){this.config=It.clone(Tl),this.tapCount=0,this.downKeyMap={},this.target=t,this.canvas=e,this.selector=i,this.defaultPath=new ca(t),this.createTransformer(),this.dragger=new wl(this),s&&(this.config=It.default(s,this.config)),this.__listenEvents()}start(){this.running=!0}stop(){this.running=!1}receive(t){}pointerDown(e,i){e||(e=this.hoverData),e&&(ll.defaultLeft(e),this.updateDownData(e),this.checkPath(e,i),this.downTime=Date.now(),this.emit(t.PointerEvent.BEFORE_DOWN,e),this.emit(t.PointerEvent.DOWN,e),ll.left(e)&&(this.tapWait(),this.longPressWait(e)),this.waitRightTap=ll.right(e),this.dragger.setDragData(e),this.isHoldRightKey||this.updateCursor(e))}pointerMove(t){if(t||(t=this.hoverData),!t)return;const{downData:e}=this;e&&ll.defaultLeft(t);(this.canvas.bounds.hitPoint(t)||e)&&(this.pointerMoveReal(t),e&&this.dragger.checkDragOut(t))}pointerMoveReal(e){if(this.emit(t.PointerEvent.BEFORE_MOVE,e,this.defaultPath),this.downData){const t=M.getDistance(this.downData,e)>this.p.dragDistance;t&&(this.waitTap&&this.pointerWaitCancel(),this.waitRightTap=!1),this.dragger.checkDrag(e,t)}this.dragger.moving||(this.updateHoverData(e),this.checkPath(e),this.emit(t.PointerEvent.MOVE,e),this.pointerHover(e),this.dragging&&(this.dragger.dragOverOrOut(e),this.dragger.dragEnterOrLeave(e))),this.updateCursor(this.downData||e)}pointerUp(e){const{downData:i}=this;if(e||(e=i),!i)return;ll.defaultLeft(e),e.multiTouch=i.multiTouch,this.findPath(e);const s=Object.assign(Object.assign({},e),{path:e.path.clone()});e.path.addList(i.path.list),this.checkPath(e),this.downData=null,this.emit(t.PointerEvent.BEFORE_UP,e),this.emit(t.PointerEvent.UP,e),this.touchLeave(e),e.isCancel||(this.tap(e),this.menuTap(e)),this.dragger.dragEnd(e),this.updateCursor(s)}pointerCancel(){const t=Object.assign({},this.dragger.dragData);t.isCancel=!0,this.pointerUp(t)}menu(e){this.findPath(e),this.emit(t.PointerEvent.MENU,e),this.waitMenuTap=!0,!this.downData&&this.waitRightTap&&this.menuTap(e)}menuTap(e){this.waitRightTap&&this.waitMenuTap&&(this.emit(t.PointerEvent.MENU_TAP,e),this.waitRightTap=this.waitMenuTap=!1)}createTransformer(){}move(t){}zoom(t){}rotate(t){}transformEnd(){}wheel(t){}multiTouch(t,e){}keyDown(e){if(!this.config.keyEvent)return;const{code:i}=e;this.downKeyMap[i]||(this.downKeyMap[i]=!0,hl.setDownCode(i),this.emit(t.KeyEvent.HOLD,e,this.defaultPath),this.moveMode&&(this.cancelHover(),this.updateCursor())),this.emit(t.KeyEvent.DOWN,e,this.defaultPath)}keyUp(e){if(!this.config.keyEvent)return;const{code:i}=e;this.downKeyMap[i]=!1,hl.setUpCode(i),this.emit(t.KeyEvent.UP,e,this.defaultPath),"grab"===this.cursor&&this.updateCursor()}pointerHover(t){!this.canHover||this.dragging&&!this.p.dragHover||(t.path||(t.path=new ca),this.pointerOverOrOut(t),this.pointerEnterOrLeave(t))}pointerOverOrOut(e){const{path:i}=e,{overPath:s}=this;this.overPath=i,s?i.indexAt(0)!==s.indexAt(0)&&(this.emit(t.PointerEvent.OUT,e,s),this.emit(t.PointerEvent.OVER,e,i)):this.emit(t.PointerEvent.OVER,e,i)}pointerEnterOrLeave(e){let{path:i}=e;this.downData&&!this.moveMode&&(i=i.clone(),this.downData.path.forEach((t=>i.add(t))));const{enterPath:s}=this;this.enterPath=i,this.emit(t.PointerEvent.LEAVE,e,s,i),this.emit(t.PointerEvent.ENTER,e,i,s)}touchLeave(e){"touch"===e.pointerType&&this.enterPath&&(this.emit(t.PointerEvent.LEAVE,e),this.dragger.dragging&&this.emit(t.DropEvent.LEAVE,e))}tap(e){const{pointer:i}=this.config,s=this.longTap(e);if(!i.tapMore&&s)return;if(!this.waitTap)return;i.tapMore&&this.emitTap(e);const n=Date.now()-this.downTime,o=[t.PointerEvent.DOUBLE_TAP,t.PointerEvent.DOUBLE_CLICK].some((t=>Ll(e.path,t)));n<i.tapTime+50&&o?(this.tapCount++,2===this.tapCount?(this.tapWaitCancel(),this.emitDoubleTap(e)):(clearTimeout(this.tapTimer),this.tapTimer=setTimeout((()=>{i.tapMore||(this.tapWaitCancel(),this.emitTap(e))}),i.tapTime))):i.tapMore||(this.tapWaitCancel(),this.emitTap(e))}findPath(t,i){const{hitRadius:s,through:n}=this.p,{bottomList:o,target:r}=this;e.backgrounder||t.origin||r&&r.updateLayout();const a=this.selector.getByPoint(t,s,Object.assign({bottomList:o,name:t.type},i||{through:n}));return a.throughPath&&(t.throughPath=a.throughPath),t.path=a.path,a.path}isRootPath(t){return t&&t.path.list[0].isLeafer}isTreePath(t){const e=this.target.app;return!(!e||!e.isApp)&&(e.editor&&!t.path.has(e.editor)&&t.path.has(e.tree)&&!t.target.syncEventer)}checkPath(t,e){(e||this.moveMode&&!Pl(t.path))&&(t.path=this.defaultPath)}canMove(t){return t&&(this.moveMode||"auto"===this.m.drag&&!Rl(t.path))&&!Pl(t.path)}isDrag(t){return this.dragger.getList().has(t)}isPress(t){return this.downData&&this.downData.path.has(t)}isHover(t){return this.enterPath&&this.enterPath.has(t)}isFocus(t){return this.focusData===t}cancelHover(){const{hoverData:t}=this;t&&(t.path=this.defaultPath,this.pointerHover(t))}updateDownData(t,e,i){const{downData:s}=this;!t&&s&&(t=s),t&&(this.findPath(t,e),i&&s&&t.path.addList(s.path.list),this.downData=t)}updateHoverData(e){e||(e=this.hoverData),e&&(this.findPath(e,{exclude:this.dragger.getList(!1,!0),name:t.PointerEvent.MOVE}),this.hoverData=e)}updateCursor(t){if(!this.config.cursor||!this.canHover)return;if(t||(this.updateHoverData(),t=this.downData||this.hoverData),this.dragger.moving)return this.setCursor("grabbing");if(this.canMove(t))return this.setCursor(this.downData?"grabbing":"grab");if(!t)return;let e,i;const{path:s}=t;for(let t=0,n=s.length;t<n&&(e=s.list[t],i=e.syncEventer&&e.syncEventer.cursor||e.cursor,!i);t++);this.setCursor(i)}setCursor(t){this.cursor=t}getLocal(t,e){const i=this.canvas.getClientBounds(e);return{x:t.clientX-i.x,y:t.clientY-i.y}}emitTap(e){this.emit(t.PointerEvent.TAP,e),this.emit(t.PointerEvent.CLICK,e)}emitDoubleTap(e){this.emit(t.PointerEvent.DOUBLE_TAP,e),this.emit(t.PointerEvent.DOUBLE_CLICK,e)}pointerWaitCancel(){this.tapWaitCancel(),this.longPressWaitCancel()}tapWait(){clearTimeout(this.tapTimer),this.waitTap=!0}tapWaitCancel(){clearTimeout(this.tapTimer),this.waitTap=!1,this.tapCount=0}longPressWait(e){clearTimeout(this.longPressTimer),this.longPressTimer=setTimeout((()=>{this.longPressed=!0,this.emit(t.PointerEvent.LONG_PRESS,e)}),this.p.longPressTime)}longTap(e){let i;return this.longPressed&&(this.emit(t.PointerEvent.LONG_TAP,e),(Ll(e.path,t.PointerEvent.LONG_TAP)||Ll(e.path,t.PointerEvent.LONG_PRESS))&&(i=!0)),this.longPressWaitCancel(),i}longPressWaitCancel(){clearTimeout(this.longPressTimer),this.longPressed=!1}__onResize(){const{dragOut:t}=this.m;this.shrinkCanvasBounds=new lt(this.canvas.bounds),this.shrinkCanvasBounds.spread(-("number"==typeof t?t:2))}__listenEvents(){const{target:t}=this;this.__eventIds=[t.on_(Zo.RESIZE,this.__onResize,this)],t.once($o.READY,(()=>this.__onResize()))}__removeListenEvents(){this.target.off_(this.__eventIds),this.__eventIds.length=0}emit(t,e,i,s){this.running&&function(t,e,i,s){if(!i&&!e.path)return;let n;e.type=t,i?e=Object.assign(Object.assign({},e),{path:i}):i=e.path,e.target=i.indexAt(0);try{for(let o=i.length-1;o>-1;o--){if(n=i.list[o],Bl(n,t,e,!0,s))return;n.isApp&&El(n,t,e,!0,s)}for(let o=0,r=i.length;o<r;o++)if(n=i.list[o],n.isApp&&El(n,t,e,!1,s),Bl(n,t,e,!1,s))return}catch(t){xl.error(t)}}(t,e,i,s)}destroy(){this.__eventIds.length&&(this.stop(),this.__removeListenEvents(),this.dragger.destroy(),this.transformer&&this.transformer.destroy(),this.downData=this.overPath=this.enterPath=null)}}class Sl{static set(t,e){this.custom[t]=e}static get(t){return this.custom[t]}}Sl.custom={};class Ol extends Dt{constructor(){super(...arguments),this.maxTotal=1e3,this.pathList=new ca,this.pixelList=new ca}getPixelType(t,e){return this.__autoClear(),this.pixelList.add(t),i.hitCanvas(e)}getPathType(t){return this.__autoClear(),this.pathList.add(t),i.hitCanvas()}clearImageType(){this.__clearLeafList(this.pixelList)}clearPathType(){this.__clearLeafList(this.pathList)}__clearLeafList(t){t.length&&(t.forEach((t=>{t.__hitCanvas&&(t.__hitCanvas.destroy(),t.__hitCanvas=null)})),t.reset())}__autoClear(){this.pathList.length+this.pixelList.length>this.maxTotal&&this.clear()}clear(){this.clearPathType(),this.clearImageType()}}const{toInnerRadiusPointOf:Ml,copy:Dl,setRadius:Il}=M,Al={},Wl=t.Leaf.prototype;Wl.__hitWorld=function(t){if(!this.__.hitSelf)return!1;this.__.hitRadius&&(Dl(Al,t),Il(t=Al,this.__.hitRadius)),Ml(t,this.__world,Al);const{width:e,height:i}=this.__world,s=e<10&&i<10;if(this.__.hitBox||s){if(ot.hitRadiusPoint(this.__layout.boxBounds,Al))return!0;if(s)return!1}return!this.__layout.hitCanvasChanged&&this.__hitCanvas||(this.__updateHitCanvas(),this.__layout.boundsChanged||(this.__layout.hitCanvasChanged=!1)),this.__hit(Al)},Wl.__hitFill=function(t){var e;return null===(e=this.__hitCanvas)||void 0===e?void 0:e.hitFill(t,this.__.windingRule)},Wl.__hitStroke=function(t,e){var i;return null===(i=this.__hitCanvas)||void 0===i?void 0:i.hitStroke(t,e)},Wl.__hitPixel=function(t){var e;return null===(e=this.__hitCanvas)||void 0===e?void 0:e.hitPixel(t,this.__layout.renderBounds,this.__hitCanvas.hitScale)},Wl.__drawHitPath=function(t){t&&this.__drawRenderPath(t)};const Fl=new H,zl=t.UI.prototype;zl.__updateHitCanvas=function(){const t=this.__,{hitCanvasManager:i}=this.leafer,s=(t.__pixelFill||t.__isCanvas)&&"pixel"===t.hitFill,n=t.__pixelStroke&&"pixel"===t.hitStroke,o=s||n;this.__hitCanvas||(this.__hitCanvas=o?i.getPixelType(this,{contextSettings:{willReadFrequently:!0}}):i.getPathType(this));const r=this.__hitCanvas;if(o){const{renderBounds:i}=this.__layout,o=e.image.hitCanvasSize,a=r.hitScale=dt.set(0,0,o,o).getFitMatrix(i).a,{x:h,y:l,width:d,height:c}=dt.set(i).scale(a);r.resize({width:d,height:c,pixelRatio:1}),r.clear(),vn.patternLocked=!0,this.__renderShape(r,{matrix:Fl.setWith(this.__world).scaleWith(1/a).invertWith().translate(-h,-l)},!s,!n),vn.patternLocked=!1,r.resetTransform(),t.__isHitPixel=!0}else t.__isHitPixel&&(t.__isHitPixel=!1);this.__drawHitPath(r),r.setStrokeOptions(t)},zl.__hit=function(t){const e=this.__;if(e.__isHitPixel&&this.__hitPixel(t))return!0;const{hitFill:i}=e,s=(e.fill||e.__isCanvas)&&("path"===i||"pixel"===i&&!(e.__pixelFill||e.__isCanvas))||"all"===i;if(s&&this.__hitFill(t))return!0;const{hitStroke:n,__strokeWidth:o}=e,r=e.stroke&&("path"===n||"pixel"===n&&!e.__pixelStroke)||"all"===n;if(!s&&!r)return!1;const a=2*t.radiusX;let h=a;if(r)switch(e.strokeAlign){case"inside":if(h+=2*o,!s&&this.__hitFill(t)&&this.__hitStroke(t,h))return!0;h=a;break;case"center":h+=o;break;case"outside":if(h+=2*o,!s){if(!this.__hitFill(t)&&this.__hitStroke(t,h))return!0;h=a}}return!!h&&this.__hitStroke(t,h)};const Hl=t.UI.prototype,Ul=t.Rect.prototype,Nl=t.Box.prototype;Ul.__updateHitCanvas=Nl.__updateHitCanvas=function(){this.stroke||this.cornerRadius||(this.fill||this.__.__isCanvas)&&"pixel"===this.hitFill||"all"===this.hitStroke?Hl.__updateHitCanvas.call(this):this.__hitCanvas&&(this.__hitCanvas=null)},Ul.__hitFill=Nl.__hitFill=function(t){return this.__hitCanvas?Hl.__hitFill.call(this,t):ot.hitRadiusPoint(this.__layout.boxBounds,t)},t.Group.prototype.pick=function(t,s){return s||(s=zt),this.updateLayout(),function(t){return t.leafer?t.leafer.selector:e.selector||(e.selector=i.selector())}(this).getByPoint(t,s.hitRadius||0,Object.assign(Object.assign({},s),{target:this}))};const Yl=Jt.prototype;function Xl(t,e){let i;const{rows:s,decorationY:n,decorationHeight:o}=t.__.__textDrawData;for(let t=0,r=s.length;t<r;t++)i=s[t],i.text?e.fillText(i.text,i.x,i.y):i.data&&i.data.forEach((t=>{e.fillText(t.char,t.x,i.y)})),n&&e.fillRect(i.x,i.y+n,i.width,o)}function Vl(t,e,i){const{strokeAlign:s}=e.__,n="string"!=typeof t;switch(s){case"center":i.setStroke(n?void 0:t,e.__.strokeWidth,e.__),n?Zl(t,!0,e,i):Gl(e,i);break;case"inside":jl("inside",t,n,e,i);break;case"outside":jl("outside",t,n,e,i)}}function jl(t,e,i,s,n){const{__strokeWidth:o,__font:r}=s.__,a=n.getSameCanvas(!0,!0);a.setStroke(i?void 0:e,2*o,s.__),a.font=r,i?Zl(e,!0,s,a):Gl(s,a),a.blendMode="outside"===t?"destination-out":"destination-in",Xl(s,a),a.blendMode="normal",s.__worldFlipped?n.copyWorldByReset(a,s.__nowWorld):n.copyWorldToInner(a,s.__nowWorld,s.__layout.renderBounds),a.recycle(s.__nowWorld)}function Gl(t,e){let i;const{rows:s,decorationY:n,decorationHeight:o}=t.__.__textDrawData;for(let t=0,r=s.length;t<r;t++)i=s[t],i.text?e.strokeText(i.text,i.x,i.y):i.data&&i.data.forEach((t=>{e.strokeText(t.char,t.x,i.y)})),n&&e.strokeRect(i.x,i.y+n,i.width,o)}function Zl(t,e,i,s){let n;for(let o=0,r=t.length;o<r;o++)n=t[o],n.image&&Ya.checkImage(i,s,n,!1)||n.style&&(s.strokeStyle=n.style,n.blendMode?(s.saveBlendMode(n.blendMode),e?Gl(i,s):s.stroke(),s.restoreBlendMode()):e?Gl(i,s):s.stroke())}function Kl(t,e){t.__.dashPattern&&(e.beginPath(),t.__drawPathByData(e,t.__.__pathForArrow),e.dashPattern=null,e.stroke())}Yl.hitFill=function(t,e){return e?this.context.isPointInPath(t.x,t.y,e):this.context.isPointInPath(t.x,t.y)},Yl.hitStroke=function(t,e){return this.strokeWidth=e,this.context.isPointInStroke(t.x,t.y)},Yl.hitPixel=function(t,e,i=1){let{x:s,y:n,radiusX:o,radiusY:r}=t;e&&(s-=e.x,n-=e.y),dt.set(s-o,n-r,2*o,2*r).scale(i).ceil();const{data:a}=this.context.getImageData(dt.x,dt.y,dt.width||1,dt.height||1);for(let t=0,e=a.length;t<e;t+=4)if(a[t+3]>0)return!0;return a[3]>0};const{getSpread:ql,getOuterOf:Jl,getByMove:$l,getIntersectData:Ql}=ot;let td;function ed(t,e,i){if("object"!=typeof e||!1===e.visible||0===e.opacity)return;const{boxBounds:s}=i.__layout;switch(e.type){case"solid":let{type:n,blendMode:o,color:r,opacity:a}=e;return{type:n,blendMode:o,style:za.string(r,a)};case"image":return Ya.image(i,t,e,s,!td||!td[e.url]);case"linear":return Xa.linearGradient(e,s);case"radial":return Xa.radialGradient(e,s);case"angular":return Xa.conicGradient(e,s);default:return void 0!==e.r?{type:"solid",style:za.string(e)}:void 0}}const id={compute:function(t,e){const i=e.__,s=[];let n,o=i.__input[t];o instanceof Array||(o=[o]),td=Ya.recycleImage(t,i);for(let i,n=0,r=o.length;n<r;n++)i=ed(t,o[n],e),i&&s.push(i);i["_"+t]=s.length?s:void 0,s.length&&s[0].image&&(n=s[0].image.hasOpacityPixel),"fill"===t?i.__pixelFill=n:i.__pixelStroke=n},fill:function(t,e,i){i.fillStyle=t,e.__.__font?Xl(e,i):e.__.windingRule?i.fill(e.__.windingRule):i.fill()},fills:function(t,e,i){let s;const{windingRule:n,__font:o}=e.__;for(let r=0,a=t.length;r<a;r++)s=t[r],s.image&&Ya.checkImage(e,i,s,!o)||s.style&&(i.fillStyle=s.style,s.transform?(i.save(),i.transform(s.transform),s.blendMode&&(i.blendMode=s.blendMode),o?Xl(e,i):n?i.fill(n):i.fill(),i.restore()):s.blendMode?(i.saveBlendMode(s.blendMode),o?Xl(e,i):n?i.fill(n):i.fill(),i.restoreBlendMode()):o?Xl(e,i):n?i.fill(n):i.fill())},fillText:Xl,stroke:function(t,e,i){const s=e.__,{__strokeWidth:n,strokeAlign:o,__font:r}=s;if(n)if(r)Vl(t,e,i);else switch(o){case"center":i.setStroke(t,n,s),i.stroke(),s.__useArrow&&Kl(e,i);break;case"inside":i.save(),i.setStroke(t,2*n,s),s.windingRule?i.clip(s.windingRule):i.clip(),i.stroke(),i.restore();break;case"outside":const o=i.getSameCanvas(!0,!0);o.setStroke(t,2*n,s),e.__drawRenderPath(o),o.stroke(),s.windingRule?o.clip(s.windingRule):o.clip(),o.clearWorld(e.__layout.renderBounds),e.__worldFlipped?i.copyWorldByReset(o,e.__nowWorld):i.copyWorldToInner(o,e.__nowWorld,e.__layout.renderBounds),o.recycle(e.__nowWorld)}},strokes:function(t,e,i){const s=e.__,{__strokeWidth:n,strokeAlign:o,__font:r}=s;if(n)if(r)Vl(t,e,i);else switch(o){case"center":i.setStroke(void 0,n,s),Zl(t,!1,e,i),s.__useArrow&&Kl(e,i);break;case"inside":i.save(),i.setStroke(void 0,2*n,s),s.windingRule?i.clip(s.windingRule):i.clip(),Zl(t,!1,e,i),i.restore();break;case"outside":const{renderBounds:o}=e.__layout,r=i.getSameCanvas(!0,!0);e.__drawRenderPath(r),r.setStroke(void 0,2*n,s),Zl(t,!1,e,r),s.windingRule?r.clip(s.windingRule):r.clip(),r.clearWorld(o),e.__worldFlipped?i.copyWorldByReset(r,e.__nowWorld):i.copyWorldToInner(r,e.__nowWorld,o),r.recycle(e.__nowWorld)}},strokeText:Vl,drawTextStroke:Gl,shape:function(t,e,i){const s=e.getSameCanvas(),n=t.__nowWorld;let o,r,a,h,{scaleX:l,scaleY:d}=n;if(l<0&&(l=-l),d<0&&(d=-d),e.bounds.includes(n))h=s,o=a=n;else{const{renderShapeSpread:s}=t.__layout,c=Ql(s?ql(e.bounds,l===d?s*l:[s*d,s*l]):e.bounds,n);r=e.bounds.getFitMatrix(c);let{a:u,d:_}=r;if(r.a<1&&(h=e.getSameCanvas(),t.__renderShape(h,i),l*=u,d*=_),a=Jl(n,r),o=$l(a,-r.e,-r.f),i.matrix){const{matrix:t}=i;r.multiply(t),u*=t.scaleX,_*=t.scaleY}i=Object.assign(Object.assign({},i),{matrix:r.withScale(u,_)})}return t.__renderShape(s,i),{canvas:s,matrix:r,bounds:o,worldCanvas:h,shapeBounds:a,scaleX:l,scaleY:d}}};let sd={};const{get:nd,rotateOfOuter:od,translate:rd,scaleOfOuter:ad,scale:hd,rotate:ld}=b;function dd(t,e,i,s,n,o,r){const a=nd();rd(a,e.x+i,e.y+s),hd(a,n,o),r&&od(a,{x:e.x+e.width/2,y:e.y+e.height/2},r),t.transform=a}function cd(t,e,i,s,n,o,r){const a=nd();rd(a,e.x+i,e.y+s),n&&hd(a,n,o),r&&ld(a,r),t.transform=a}function ud(t,e,i,s,n,o,r,a,h,l){const d=nd();if(h)if("center"===l)od(d,{x:i/2,y:s/2},h);else switch(ld(d,h),h){case 90:rd(d,s,0);break;case 180:rd(d,i,s);break;case 270:rd(d,0,i)}sd.x=e.x+n,sd.y=e.y+o,rd(d,sd.x,sd.y),r&&ad(d,sd,r,a),t.transform=d}const{get:_d,translate:pd}=b,gd=new lt,fd={},yd={};function md(t,e,i,s){const{blendMode:n,sync:o}=i;n&&(t.blendMode=n),o&&(t.sync=o),t.data=vd(i,s,e)}function vd(t,e,i){let{width:s,height:n}=i;t.padding&&(e=gd.set(e).shrink(t.padding)),"strench"===t.mode&&(t.mode="stretch");const{opacity:o,mode:r,align:a,offset:l,scale:d,size:c,rotation:u,repeat:_,filters:p}=t,g=e.width===s&&e.height===n,f={mode:r},y="center"!==a&&(u||0)%180==90,m=y?n:s,v=y?s:n;let w,x,b=0,E=0;if(r&&"cover"!==r&&"fit"!==r)(d||c)&&(h.getScaleData(d,c,i,yd),w=yd.scaleX,x=yd.scaleY);else if(!g||u){const t=e.width/m,i=e.height/v;w=x="fit"===r?Math.min(t,i):Math.max(t,i),b+=(e.width-s*w)/2,E+=(e.height-n*x)/2}if(a){const t={x:b,y:E,width:m,height:v};w&&(t.width*=w,t.height*=x),mt.toPoint(a,t,e,fd,!0),b+=fd.x,E+=fd.y}switch(l&&(b+=l.x,E+=l.y),r){case"stretch":g||(s=e.width,n=e.height);break;case"normal":case"clip":(b||E||w||u)&&cd(f,e,b,E,w,x,u);break;case"repeat":(!g||w||u)&&ud(f,e,s,n,b,E,w,x,u,a),_||(f.repeat="repeat");break;default:w&&dd(f,e,b,E,w,x,u)}return f.transform||(e.x||e.y)&&(f.transform=_d(),pd(f.transform,e.x,e.y)),w&&"stretch"!==r&&(f.scaleX=w,f.scaleY=x),f.width=s,f.height=n,o&&(f.opacity=o),p&&(f.filters=p),_&&(f.repeat="string"==typeof _?"x"===_?"repeat-x":"repeat-y":"repeat"),f}let wd,xd=new lt;const{isSame:bd}=ot;function Ed(t,e,i,s,n,o){if("fill"===e&&!t.__.__naturalWidth){const e=t.__;if(e.__naturalWidth=s.width/e.pixelRatio,e.__naturalHeight=s.height/e.pixelRatio,e.__autoSide)return t.forceUpdate("width"),t.__proxyData&&(t.setProxyAttr("width",e.width),t.setProxyAttr("height",e.height)),!1}return n.data||md(n,s,i,o),!0}function Bd(t,e){Ld(t,Go.LOAD,e)}function kd(t,e){Ld(t,Go.LOADED,e)}function Td(t,e,i){e.error=i,t.forceUpdate("surface"),Ld(t,Go.ERROR,e)}function Ld(t,e,i){t.hasEvent(e)&&t.emitEvent(new Go(e,i))}function Rd(t,e){const{leafer:i}=t;i&&i.viewReady&&(i.renderer.ignore=e)}const{get:Pd,scale:Cd,copy:Sd}=b,{ceil:Od,abs:Md}=Math;function Dd(t,i,s){let{scaleX:n,scaleY:o}=vn.patternLocked?t.__world:t.__nowWorld;const r=n+"-"+o+"-"+s;if(i.patternId===r||t.destroyed)return!1;{n=Md(n),o=Md(o);const{image:t,data:a}=i;let h,l,{width:d,height:c,scaleX:u,scaleY:_,transform:p,repeat:g}=a;u&&(l=Pd(),Sd(l,p),Cd(l,1/u,1/_),n*=u,o*=_),n*=s,o*=s,d*=n,c*=o;const f=d*c;if(!g&&f>e.image.maxCacheSize)return!1;let y=e.image.maxPatternSize;if(!t.isSVG){const e=t.width*t.height;y>e&&(y=e)}f>y&&(h=Math.sqrt(f/y)),h&&(n/=h,o/=h,d/=h,c/=h),u&&(n/=u,o/=_),(p||1!==n||1!==o)&&(l||(l=Pd(),p&&Sd(l,p)),Cd(l,1/n,1/o));const m=t.getCanvas(Od(d)||1,Od(c)||1,a.opacity,a.filters),v=t.getPattern(m,g||e.origin.noRepeat||"no-repeat",l,i);return i.style=v,i.patternId=r,!0}}const{abs:Id}=Math;const Ad={image:function(t,e,i,s,n){let o,r;const a=vn.get(i);return wd&&i===wd.paint&&bd(s,wd.boxBounds)?o=wd.leafPaint:(o={type:i.type,image:a},wd=a.use>1?{leafPaint:o,paint:i,boxBounds:xd.set(s)}:null),(n||a.loading)&&(r={image:a,attrName:e,attrValue:i}),a.ready?(Ed(t,e,i,a,o,s),n&&(Bd(t,r),kd(t,r))):a.error?n&&Td(t,r,a.error):(n&&(Rd(t,!0),Bd(t,r)),o.loadId=a.load((()=>{Rd(t,!1),t.destroyed||(Ed(t,e,i,a,o,s)&&(a.hasOpacityPixel&&(t.__layout.hitCanvasChanged=!0),t.forceUpdate("surface")),kd(t,r)),o.loadId=null}),(e=>{Rd(t,!1),Td(t,r,e),o.loadId=null}))),o},checkImage:function(t,i,s,n){const{scaleX:o,scaleY:r}=vn.patternLocked?t.__world:t.__nowWorld,{pixelRatio:a}=i;if(!s.data||s.patternId===o+"-"+r+"-"+a&&!Ga.running)return!1;{const{data:h}=s;if(n)if(h.repeat)n=!1;else{let{width:t,height:i}=h;t*=Id(o)*a,i*=Id(r)*a,h.scaleX&&(t*=h.scaleX,i*=h.scaleY),n=t*i>e.image.maxCacheSize||Ga.running}return n?(i.save(),t.windingRule?i.clip(t.windingRule):i.clip(),s.blendMode&&(i.blendMode=s.blendMode),h.opacity&&(i.opacity*=h.opacity),h.transform&&i.transform(h.transform),i.drawImage(s.image.getFull(h.filters),0,0,h.width,h.height),i.restore(),!0):(!s.style||s.sync||Ga.running?Dd(t,s,a):s.patternTask||(s.patternTask=vn.patternTasker.add((()=>Nt(this,void 0,void 0,(function*(){s.patternTask=null,i.bounds.hit(t.__nowWorld)&&Dd(t,s,a),t.forceUpdate("surface")}))),300)),!1)}},createPattern:Dd,recycleImage:function(t,e){const i=e["_"+t];if(i instanceof Array){let s,n,o,r;for(let a=0,h=i.length;a<h;a++)s=i[a].image,r=s&&s.url,r&&(n||(n={}),n[r]=!0,vn.recycle(s),s.loading&&(o||(o=e.__input&&e.__input[t]||[],o instanceof Array||(o=[o])),s.unload(i[a].loadId,!o.some((t=>t.url===r)))));return n}return null},createData:md,getPatternData:vd,fillOrFitMode:dd,clipMode:cd,repeatMode:ud},{toPoint:Wd}=gt,Fd={},zd={};function Hd(t,e,i){if(e){let s;for(let n=0,o=e.length;n<o;n++)s=e[n],"string"==typeof s?t.addColorStop(n/(o-1),za.string(s,i)):t.addColorStop(s.offset,za.string(s.color,i))}}const{getAngle:Ud,getDistance:Nd}=M,{get:Yd,rotateOfOuter:Xd,scaleOfOuter:Vd}=b,{toPoint:jd}=gt,Gd={},Zd={};function Kd(t,e,i,s,n){let o;const{width:r,height:a}=t;if(r!==a||s){const t=Ud(e,i);o=Yd(),n?(Vd(o,e,r/a*(s||1),1),Xd(o,e,t+90)):(Vd(o,e,1,r/a*(s||1)),Xd(o,e,t))}return o}const{getDistance:qd}=M,{toPoint:Jd}=gt,$d={},Qd={};const tc={linearGradient:function(t,i){let{from:s,to:n,type:o,blendMode:r,opacity:a}=t;Wd(s||"top",i,Fd),Wd(n||"bottom",i,zd);const h=e.canvas.createLinearGradient(Fd.x,Fd.y,zd.x,zd.y);Hd(h,t.stops,a);const l={type:o,style:h};return r&&(l.blendMode=r),l},radialGradient:function(t,i){let{from:s,to:n,type:o,opacity:r,blendMode:a,stretch:h}=t;jd(s||"center",i,Gd),jd(n||"bottom",i,Zd);const l=e.canvas.createRadialGradient(Gd.x,Gd.y,0,Gd.x,Gd.y,Nd(Gd,Zd));Hd(l,t.stops,r);const d={type:o,style:l},c=Kd(i,Gd,Zd,h,!0);return c&&(d.transform=c),a&&(d.blendMode=a),d},conicGradient:function(t,i){let{from:s,to:n,type:o,opacity:r,blendMode:a,stretch:h}=t;Jd(s||"center",i,$d),Jd(n||"bottom",i,Qd);const l=e.conicGradientSupport?e.canvas.createConicGradient(0,$d.x,$d.y):e.canvas.createRadialGradient($d.x,$d.y,0,$d.x,$d.y,qd($d,Qd));Hd(l,t.stops,r);const d={type:o,style:l},c=Kd(i,$d,Qd,h||1,e.conicGradientRotate90);return c&&(d.transform=c),a&&(d.blendMode=a),d},getTransform:Kd},{copy:ec,toOffsetOutBounds:ic}=ot,sc={},nc={};function oc(t,i,s,n){const{bounds:o,shapeBounds:r}=n;if(e.fullImageShadow){if(ec(sc,t.bounds),sc.x+=i.x-r.x,sc.y+=i.y-r.y,s){const{matrix:t}=n;sc.x-=(o.x+(t?t.e:0)+o.width/2)*(s-1),sc.y-=(o.y+(t?t.f:0)+o.height/2)*(s-1),sc.width*=s,sc.height*=s}t.copyWorld(n.canvas,t.bounds,sc)}else s&&(ec(sc,i),sc.x-=i.width/2*(s-1),sc.y-=i.height/2*(s-1),sc.width*=s,sc.height*=s),t.copyWorld(n.canvas,r,s?sc:i)}const{toOffsetOutBounds:rc}=ot,ac={};const hc={shadow:function(t,e,i){let s,n;const{__nowWorld:o,__layout:r}=t,{shadow:a}=t.__,{worldCanvas:h,bounds:l,shapeBounds:d,scaleX:c,scaleY:u}=i,_=e.getSameCanvas(),p=a.length-1;ic(l,nc),a.forEach(((a,g)=>{_.setWorldShadow(nc.offsetX+a.x*c,nc.offsetY+a.y*u,a.blur*c,za.string(a.color)),n=a.spread?1+2*a.spread/(r.boxBounds.width+2*(r.strokeBoxSpread||0)):0,oc(_,nc,n,i),s=l,a.box&&(_.restore(),_.save(),h&&(_.copyWorld(_,l,o,"copy"),s=o),h?_.copyWorld(h,o,o,"destination-out"):_.copyWorld(i.canvas,d,l,"destination-out")),t.__worldFlipped?e.copyWorldByReset(_,s,o,a.blendMode):e.copyWorldToInner(_,s,r.renderBounds,a.blendMode),p&&g<p&&_.clearWorld(s,!0)})),_.recycle(s)},innerShadow:function(t,e,i){let s,n;const{__nowWorld:o,__layout:r}=t,{innerShadow:a}=t.__,{worldCanvas:h,bounds:l,shapeBounds:d,scaleX:c,scaleY:u}=i,_=e.getSameCanvas(),p=a.length-1;rc(l,ac),a.forEach(((a,g)=>{_.save(),_.setWorldShadow(ac.offsetX+a.x*c,ac.offsetY+a.y*u,a.blur*c),n=a.spread?1-2*a.spread/(r.boxBounds.width+2*(r.strokeBoxSpread||0)):0,oc(_,ac,n,i),_.restore(),h?(_.copyWorld(_,l,o,"copy"),_.copyWorld(h,o,o,"source-out"),s=o):(_.copyWorld(i.canvas,d,l,"source-out"),s=l),_.fillWorld(s,za.string(a.color),"source-in"),t.__worldFlipped?e.copyWorldByReset(_,s,o,a.blendMode):e.copyWorldToInner(_,s,r.renderBounds,a.blendMode),p&&g<p&&_.clearWorld(s,!0)})),_.recycle(s)},blur:function(t,e,i){const{blur:s}=t.__;i.setWorldBlur(s*t.__nowWorld.a),i.copyWorldToInner(e,t.__nowWorld,t.__layout.renderBounds),i.filter="none"},backgroundBlur:function(t,e,i){}},{excludeRenderBounds:lc}=Ro;function dc(t,e,i,s,n,o){switch(e){case"grayscale":n.useGrayscaleAlpha(t.__nowWorld);case"alpha":!function(t,e,i,s){const n=t.__nowWorld;i.resetTransform(),i.opacity=1,i.useMask(s,n),s.recycle(n),uc(t,e,i,1)}(t,i,s,n);break;case"opacity-path":uc(t,i,s,o);break;case"path":i.restore()}}function cc(t){return t.getSameCanvas(!1,!0)}function uc(t,e,i,s){const n=t.__nowWorld;e.resetTransform(),e.opacity=s,e.copyWorld(i,n),i.recycle(n)}t.Group.prototype.__renderMask=function(t,e){let i,s,n,o,r,a;const{children:h}=this;for(let l=0,d=h.length;l<d;l++)i=h[l],a=i.__.mask,a&&(r&&(dc(this,r,t,n,s,o),s=n=null),"path"===a||"clipping-path"===a?(i.opacity<1?(r="opacity-path",o=i.opacity,n||(n=cc(t))):(r="path",t.save()),i.__clip(n||t,e)):(r="grayscale"===a?"grayscale":"alpha",s||(s=cc(t)),n||(n=cc(t)),i.__render(s,e)),"clipping"!==a&&"clipping-path"!==a)||lc(i,e)||i.__render(n||t,e);dc(this,r,t,n,s,o)};const _c=">)]}%!?,.:;'\"》)」〉』〗】〕}┐>’”!?,、。:;‰",pc=_c+"_#~&*+\\=|≮≯≈≠=…",gc=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 fc(t){const e={};return t.split("").forEach((t=>e[t]=!0)),e}const yc=fc("ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz"),mc=fc("{[(<'\"《(「〈『〖【〔{┌<‘“=¥¥$€££¢¢"),vc=fc(_c),wc=fc(pc),xc=fc("- —/~|┆·");var bc;!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"}(bc||(bc={}));const{Letter:Ec,Single:Bc,Before:kc,After:Tc,Symbol:Lc,Break:Rc}=bc;function Pc(t){return yc[t]?Ec:xc[t]?Rc:mc[t]?kc:vc[t]?Tc:wc[t]?Lc:gc.test(t)?Bc:Ec}const Cc={trimRight(t){const{words:e}=t;let i,s=0,n=e.length;for(let o=n-1;o>-1&&(i=e[o].data[0]," "===i.char);o--)s++,t.width-=i.width;s&&e.splice(n-s,s)}};function Sc(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:Oc}=Cc,{Letter:Mc,Single:Dc,Before:Ic,After:Ac,Symbol:Wc,Break:Fc}=bc;let zc,Hc,Uc,Nc,Yc,Xc,Vc,jc,Gc,Zc,Kc,qc,Jc,$c,Qc,tu,eu,iu=[];function su(t,e){Gc&&!jc&&(jc=Gc),zc.data.push({char:t,width:e}),Uc+=e}function nu(){Nc+=Uc,zc.width=Uc,Hc.words.push(zc),zc={data:[]},Uc=0}function ou(){$c&&(Qc.paraNumber++,Hc.paraStart=!0,$c=!1),Gc&&(Hc.startCharSize=jc,Hc.endCharSize=Gc,jc=0),Hc.width=Nc,tu.width?Oc(Hc):eu&&ru(),iu.push(Hc),Hc={words:[]},Nc=0}function ru(){Nc>(Qc.maxWidth||0)&&(Qc.maxWidth=Nc)}const{top:au,right:hu,bottom:lu,left:du}=t.Direction4;function cu(t,e,i){const{bounds:s,rows:n}=t;s[e]+=i;for(let t=0;t<n.length;t++)n[t][e]+=i}const uu={getDrawData:function(t,i){"string"!=typeof t&&(t=String(t));let s=0,n=0,o=i.__getInput("width")||0,r=i.__getInput("height")||0;const{textDecoration:a,__font:h,__padding:l}=i;l&&(o?(s=l[du],o-=l[hu]+l[du]):i.autoSizeAlign||(s=l[du]),r?(n=l[au],r-=l[au]+l[lu]):i.autoSizeAlign||(n=l[au]));const d={bounds:{x:s,y:n,width:o,height:r},rows:[],paraNumber:0,font:e.canvas.font=h};return function(t,i,s){Qc=t,iu=t.rows,tu=t.bounds,eu=!tu.width&&!s.autoSizeAlign;const{__letterSpacing:n,paraIndent:o,textCase:r}=s,{canvas:a}=e,{width:h,height:l}=tu;if(h||l||n||"none"!==r){const t="none"!==s.textWrap,e="break"===s.textWrap;$c=!0,Kc=null,jc=Vc=Gc=Uc=Nc=0,zc={data:[]},Hc={words:[]};for(let s=0,l=i.length;s<l;s++)Xc=i[s],"\n"===Xc?(Uc&&nu(),Hc.paraEnd=!0,ou(),$c=!0):(Zc=Pc(Xc),Zc===Mc&&"none"!==r&&(Xc=Sc(Xc,r,!Uc)),Vc=a.measureText(Xc).width,n&&(n<0&&(Gc=Vc),Vc+=n),qc=Zc===Dc&&(Kc===Dc||Kc===Mc)||Kc===Dc&&Zc!==Ac,Jc=!(Zc!==Ic&&Zc!==Dc||Kc!==Wc&&Kc!==Ac),Yc=$c&&o?h-o:h,t&&h&&Nc+Uc+Vc>Yc&&(e?(Uc&&nu(),Nc&&ou()):(Jc||(Jc=Zc===Mc&&Kc==Ac),qc||Jc||Zc===Fc||Zc===Ic||Zc===Dc||Uc+Vc>Yc?(Uc&&nu(),Nc&&ou()):Nc&&ou()))," "===Xc&&!0!==$c&&Nc+Uc===0||(Zc===Fc?(" "===Xc&&Uc&&nu(),su(Xc,Vc),nu()):qc||Jc?(Uc&&nu(),su(Xc,Vc)):su(Xc,Vc)),Kc=Zc);Uc&&nu(),Nc&&ou(),iu.length>0&&(iu[iu.length-1].paraEnd=!0)}else i.split("\n").forEach((t=>{Qc.paraNumber++,Nc=a.measureText(t).width,iu.push({x:o||0,text:t,width:Nc,paraStart:!0}),eu&&ru()}))}(d,t,i),l&&function(t,e,i,s,n){if(!s&&i.autoSizeAlign)switch(i.textAlign){case"left":cu(e,"x",t[du]);break;case"right":cu(e,"x",-t[hu])}if(!n&&i.autoSizeAlign)switch(i.verticalAlign){case"top":cu(e,"y",t[au]);break;case"bottom":cu(e,"y",-t[lu])}}(l,d,i,o,r),function(t,e){const{rows:i,bounds:s}=t,n=i.length,{__lineHeight:o,__baseLine:r,__letterSpacing:a,__clipText:h,textAlign:l,verticalAlign:d,paraSpacing:c,autoSizeAlign:u}=e;let{x:_,y:p,width:g,height:f}=s,y=o*n+(c?c*(t.paraNumber-1):0),m=r;if(h&&y>f)y=Math.max(f,o),n>1&&(t.overflow=n);else if(f||u)switch(d){case"middle":p+=(f-y)/2;break;case"bottom":p+=f-y}m+=p;let v,w,x,b=g||u?g:t.maxWidth;for(let r=0,d=n;r<d;r++){if(v=i[r],v.x=_,v.width<g||v.width>g&&!h)switch(l){case"center":v.x+=(b-v.width)/2;break;case"right":v.x+=b-v.width}v.paraStart&&c&&r>0&&(m+=c),v.y=m,m+=o,t.overflow>r&&m>y&&(v.isOverflow=!0,t.overflow=r+1),w=v.x,x=v.width,a<0&&(v.width<0?(x=-v.width+e.fontSize+a,w-=x,x+=e.fontSize):x-=a),w<s.x&&(s.x=w),x>s.width&&(s.width=x),h&&g&&g<x&&(v.isOverflow=!0,t.overflow||(t.overflow=i.length))}s.y=p,s.height=y}(d,i),function(t,e,i){const{rows:s}=t,{textAlign:n,paraIndent:o,letterSpacing:r}=e;let a,h,l,d,c,u;s.forEach((t=>{t.words&&(l=o&&t.paraStart?o:0,u=t.words.length,h=i&&("justify"===n||"both"===n)&&u>1?(i-t.width-l)/(u-1):0,d=r||t.isOverflow?0:h>.01?1:2,t.isOverflow&&!r&&(t.textMode=!0),2===d?(t.x+=l,function(t){t.text="",t.words.forEach((e=>{e.data.forEach((e=>{t.text+=e.char}))}))}(t)):(t.x+=l,a=t.x,t.data=[],t.words.forEach(((e,i)=>{1===d?(c={char:"",x:a},a=function(t,e,i){return t.forEach((t=>{i.char+=t.char,e+=t.width})),e}(e.data,a,c),(t.isOverflow||" "!==c.char)&&t.data.push(c)):a=function(t,e,i,s){return t.forEach((t=>{(s||" "!==t.char)&&(t.x=e,i.push(t)),e+=t.width})),e}(e.data,a,t.data,t.isOverflow),!h||t.paraEnd&&"both"!==n||i===u-1||(a+=h,t.width+=h)}))),t.words=null)}))}(d,i,o),d.overflow&&function(t,i,s,n){if(!n)return;const{rows:o,overflow:r}=t;let{textOverflow:a}=i;if(o.splice(r),a&&"show"!==a){let t,h;"hide"===a?a="":"ellipsis"===a&&(a="...");const l=a?e.canvas.measureText(a).width:0,d=s+n-l;("none"===i.textWrap?o:[o[r-1]]).forEach((e=>{if(e.isOverflow&&e.data){let i=e.data.length-1;for(let s=i;s>-1&&(t=e.data[s],h=t.x+t.width,!(s===i&&h<d));s--){if(h<d&&" "!==t.char||!s){e.data.splice(s+1),e.width-=t.width;break}e.width-=t.width}e.width+=l,e.data.push({char:a,x:h}),e.textMode&&function(t){t.text="",t.data.forEach((e=>{t.text+=e.char})),t.data=null}(e)}}))}}(d,i,s,o),"none"!==a&&function(t,e){const{fontSize:i}=e;switch(t.decorationHeight=i/11,e.textDecoration){case"under":t.decorationY=.15*i;break;case"delete":t.decorationY=.35*-i}}(d,i),d}};const _u={string:function(t,e){const i="number"==typeof e&&1!==e;if("string"==typeof t){if(!i||!za.object)return t;t=za.object(t)}let s=void 0===t.a?1:t.a;i&&(s*=e);const n=t.r+","+t.g+","+t.b;return 1===s?"rgb("+n+")":"rgba("+n+","+s+")"}};function pu(t){return t?t instanceof Array?t:[t]:[]}Object.assign(Fa,uu),Object.assign(za,_u),Object.assign(Na,id),Object.assign(Ya,Ad),Object.assign(Xa,tc),Object.assign(Va,hc),Object.assign(i,{interaction:(t,e,i,s)=>new Cl(t,e,i,s),hitCanvas:(t,e)=>new _a(t,e),hitCanvasManager:()=>new Ol}),ga();class gu extends Xo{get list(){return pu(this.value)}get oldList(){return pu(this.oldValue)}constructor(t,e){super(t),e&&Object.assign(this,e)}}gu.SELECT="editor.select",gu.HOVER="editor.hover";class fu extends gu{constructor(t,e){super(t,e)}}fu.BEFORE_MOVE="editor.before_move",fu.MOVE="editor.move";class yu extends gu{constructor(t,e){super(t,e)}}yu.BEFORE_SCALE="editor.before_scale",yu.SCALE="editor.scale";class mu extends gu{constructor(t,e){super(t,e)}}mu.BEFORE_ROTATE="editor.before_rotate",mu.ROTATE="editor.rotate";class vu extends gu{constructor(t,e){super(t,e)}}function wu(t){return(e,i)=>{const s="_"+i;Bn(e,i,{get(){return this[s]},set(e){const i=this[s];i!==e&&(this[s]=e,t(this,i))}})}}vu.BEFORE_SKEW="editor.before_skew",vu.SKEW="editor.skew";const{abs:xu}=Math,{copy:bu,scale:Eu}=b,{setListWithFn:Bu}=ot,{worldBounds:ku}=Ro,Tu={a:1,b:0,c:0,d:1,e:0,f:0},Lu={x:0,y:0,width:0,height:0};class Ru extends t.UI{constructor(){super(),this.list=[],this.hittable=!1,this.strokeAlign="center"}setTarget(t,e){this.set(e),this.target=t,this.update()}update(){const{list:t}=this;t.length?(Bu(Lu,t,ku),this.set(Lu)):this.width=this.height=1}__draw(t,e){const{list:i}=this;if(i.length){let s;const n=this.__,{stroke:o,strokeWidth:r,fill:a}=n,{bounds:h}=e;for(let l=0;l<i.length;l++){s=i[l];const{worldTransform:d,worldRenderBounds:c}=s;if(c.width&&c.height&&(!h||h.hit(c,e.matrix))){const i=xu(d.scaleX),h=xu(d.scaleY);if(i!==h){bu(Tu,d),Eu(Tu,1/i,1/h),t.setWorld(Tu,e.matrix),t.beginPath(),n.strokeWidth=r;const{x:o,y:a,width:l,height:c}=s.__layout.boxBounds;t.rect(o*i,a*h,l*i,c*h)}else t.setWorld(d,e.matrix),t.beginPath(),s.__.__useArrow?s.__drawPath(t):s.__.__pathForRender?s.__drawRenderPath(t):s.__drawPathByBox(t),n.strokeWidth=r/xu(d.scaleX);o&&("string"==typeof o?Na.stroke(o,this,t):Na.strokes(o,this,t)),a&&("string"==typeof a?Na.fill(a,this,t):Na.fills(a,this,t))}}n.strokeWidth=r}}destroy(){this.target=null,super.destroy()}}Ut([wu((function(t){const e=t.target;t.list=e?e instanceof Array?e:[e]:[]}))],Ru.prototype,"target",void 0);class Pu extends t.Group{constructor(e){super(e),this.strokeArea=new t.Rect({strokeAlign:"center"}),this.fillArea=new t.Rect,this.visible=this.hittable=!1,this.addMany(this.fillArea,this.strokeArea)}setStyle(t,e){const{visible:i,stroke:s,strokeWidth:n}=t;this.visible=i,this.strokeArea.reset(Object.assign({stroke:s,strokeWidth:n},e||{})),this.fillArea.reset({visible:!e,fill:s,opacity:.2})}setBounds(t){this.strokeArea.set(t),this.fillArea.set(t)}}const Cu={findOne:t=>t.list.find((t=>t.editable)),findByBounds(t,e){const i=[];return Su([t],i,e),i}};function Su(t,e,i){let s,n;for(let o=0,r=t.length;o<r;o++)if(s=t[o],n=s.__,n.hittable&&n.visible&&!n.locked&&i.hit(s.__world)){if(n.editable){if(s.isBranch&&!n.hitChildren){n.hitSelf&&e.push(s);continue}if(s.isFrame){if(i.includes(s.__layout.boxBounds,s.__world)){e.push(s);continue}}else i.hit(s.__layout.boxBounds,s.__world)&&n.hitSelf&&e.push(s)}s.isBranch&&Su(s.children,e,i)}}const{findOne:Ou,findByBounds:Mu}=Cu;class Du extends t.Group{get dragging(){return!!this.originList}get running(){const{editor:t}=this;return this.hittable&&t.visible&&t.hittable&&t.mergeConfig.selector}get isMoveMode(){return this.app&&this.app.interaction.moveMode}constructor(t){super(),this.hoverStroker=new Ru,this.targetStroker=new Ru,this.bounds=new lt,this.selectArea=new Pu,this.__eventIds=[],this.editor=t,this.addMany(this.targetStroker,this.hoverStroker,this.selectArea),this.__listenEvents()}onHover(){const{editor:t}=this;if(!this.running||this.dragging||t.dragging)this.hoverStroker.target=null;else{const{stroke:e,strokeWidth:i,hover:s,hoverStyle:n}=t.mergeConfig;this.hoverStroker.setTarget(s?this.editor.hoverTarget:null,Object.assign({stroke:e,strokeWidth:i},n||{}))}}onSelect(){if(this.running){const{mergeConfig:t,list:e}=this.editor,{stroke:i,strokeWidth:s,selectedStyle:n}=t;this.targetStroker.setTarget(e,Object.assign({stroke:i,strokeWidth:Math.max(1,s/2)},n||{})),this.hoverStroker.target=null}}update(){this.hoverStroker.update(),this.targetStroker.update()}onPointerMove(t){const{app:e,editor:i}=this;if(this.running&&!this.isMoveMode&&e.interaction.canHover&&!e.interaction.dragging){const e=this.findUI(t);i.hoverTarget=i.hasItem(e)?null:e}this.isMoveMode&&(i.hoverTarget=null)}onBeforeDown(t){if(t.multiTouch)return;const{select:e}=this.editor.mergeConfig;"press"===e&&(this.app.config.mobile?this.waitSelect=()=>this.checkAndSelect(t):this.checkAndSelect(t))}onTap(t){if(t.multiTouch)return;const{editor:e}=this,{select:i}=e.mergeConfig;"tap"===i?this.checkAndSelect(t):this.waitSelect&&this.waitSelect(),this.needRemoveItem?e.removeItem(this.needRemoveItem):this.isMoveMode&&(e.target=null)}checkAndSelect(t){if(this.needRemoveItem=null,this.allowSelect(t)){const{editor:e}=this,i=this.findUI(t);i?this.isMultipleSelect(t)?e.hasItem(i)?this.needRemoveItem=i:e.addItem(i):e.target=i:this.allow(t.target)&&(t.shiftKey||(e.target=null))}}onDragStart(t){if(!t.multiTouch&&(this.waitSelect&&this.waitSelect(),this.allowDrag(t))){const{editor:e}=this,{stroke:i,area:s}=e.mergeConfig,{x:n,y:o}=t.getInnerPoint(this);this.bounds.set(n,o),this.selectArea.setStyle({visible:!0,stroke:i,x:n,y:o},s),this.selectArea.setBounds(this.bounds.get()),this.originList=e.leafList.clone()}}onDrag(t){if(!t.multiTouch){if(this.editor.dragging)return this.onDragEnd(t);if(this.dragging){const{editor:e}=this,i=t.getInnerTotal(this),s=this.bounds.clone().unsign(),n=new ca(Mu(e.app,s));if(this.bounds.width=i.x,this.bounds.height=i.y,this.selectArea.setBounds(s.get()),n.length){const t=[];this.originList.forEach((e=>{n.has(e)||t.push(e)})),n.forEach((e=>{this.originList.has(e)||t.push(e)})),(t.length!==e.list.length||e.list.some(((e,i)=>e!==t[i])))&&(e.target=t)}else e.target=this.originList.list}}}onDragEnd(t){t.multiTouch||this.dragging&&(this.originList=null,this.selectArea.visible=!1)}onAutoMove(t){if(this.dragging){const{x:e,y:i}=t.getLocalMove(this);this.bounds.x+=e,this.bounds.y+=i}}allow(t){return t.leafer!==this.editor.leafer}allowDrag(t){return!(!this.running||!this.editor.mergeConfig.boxSelect||t.target.draggable)&&(!this.editor.editing&&this.allow(t.target)||t.shiftKey&&!Ou(t.path))}allowSelect(t){return this.running&&!this.isMoveMode&&!t.middle}findDeepOne(t){const e={exclude:new ca(this.editor.editBox.rect)};return Ou(t.target.leafer.interaction.findPath(t,e))}findUI(t){return this.isMultipleSelect(t)?this.findDeepOne(t):Ou(t.path)}isMultipleSelect(t){return t.shiftKey||this.editor.mergeConfig.continuousSelect}__listenEvents(){const{editor:e}=this;e.waitLeafer((()=>{const{app:i}=e;i.selector.proxy=e,this.__eventIds=[e.on_(gu.HOVER,this.onHover,this),e.on_(gu.SELECT,this.onSelect,this),i.on_(t.PointerEvent.MOVE,this.onPointerMove,this),i.on_(t.PointerEvent.BEFORE_DOWN,this.onBeforeDown,this),i.on_(t.PointerEvent.TAP,this.onTap,this),i.on_(t.DragEvent.START,this.onDragStart,this,!0),i.on_(t.DragEvent.DRAG,this.onDrag,this),i.on_(t.DragEvent.END,this.onDragEnd,this),i.on_(t.MoveEvent.MOVE,this.onAutoMove,this),i.on_([t.ZoomEvent.ZOOM,t.MoveEvent.MOVE],(()=>{this.editor.hoverTarget=null}))]}))}__removeListenEvents(){this.__eventIds&&(this.off_(this.__eventIds),this.__eventIds.length=0)}destroy(){this.editor=this.originList=this.needRemoveItem=null,this.__removeListenEvents(),super.destroy()}}const{topLeft:Iu,top:Au,topRight:Wu,right:Fu,bottomRight:zu,bottom:Hu,bottomLeft:Uu,left:Nu}=t.Direction9,{toPoint:Yu}=gt,{within:Xu}=h,Vu={getScaleData(t,e,i,s,n,o,r,a){let h,l={},d=1,c=1;const{boxBounds:u,widthRange:_,heightRange:p,dragBounds:g,worldBoxBounds:f}=t,{width:y,height:m}=e;o&&(s.x*=2,s.y*=2);const v=t.scaleX/e.scaleX,w=t.scaleY/e.scaleY,x=v<0?-1:1,b=w<0?-1:1,E=a?v:x*u.width/y,B=a?w:b*u.height/m;s.x*=a?v:x,s.y*=a?w:b;const k=(-s.y+m)/m,T=(s.x+y)/y,L=(s.y+m)/m,R=(-s.x+y)/y;switch(i){case Au:c=k,h="bottom";break;case Fu:d=T,h="left";break;case Hu:c=L,h="top";break;case Nu:d=R,h="right";break;case Iu:c=k,d=R,h="bottom-right";break;case Wu:c=k,d=T,h="bottom-left";break;case zu:c=L,d=T,h="top-left";break;case Uu:c=L,d=R,h="top-right"}if(n){if(!("corner"===n&&i%2)){let t;switch(i){case Au:case Hu:t=c;break;case Nu:case Fu:t=d;break;default:t=Math.sqrt(Math.abs(d*c))}d=d<0?-t:t,c=c<0?-t:t}}if(d/=E,c/=B,!r){const{worldTransform:e}=t;d<0&&(d=1/u.width/e.scaleX),c<0&&(c=1/u.height/e.scaleY)}if(Yu(o||h,u,l,!0),g){const e="parent"===g?t.parent.boxBounds:g,i=new lt(t.__localBoxBounds);if(i.scaleOf(t.getLocalPointByInner(l),d,c),!ot.includes(e,i)){const t=i.getIntersect(e);d*=t.width/i.width,c*=t.height/i.height}}if(_){const e=u.width*t.scaleX;d=Xu(e*d,_)/e}if(p){const e=u.height*t.scaleY;c=Xu(e*c,p)/e}return Math.abs(d*f.width)<1&&(d=(d<0?-1:1)/f.width),Math.abs(c*f.height)<1&&(c=(c<0?-1:1)/f.height),{origin:l,scaleX:d,scaleY:c,direction:i,lockRatio:n,around:o}},getRotateData(t,e,i,s,n){let o,r={};switch(e){case Iu:o="bottom-right";break;case Wu:o="bottom-left";break;case zu:o="top-left";break;case Uu:o="top-right";break;default:o="center"}return Yu(n||o,t,r,!0),{origin:r,rotation:M.getRotation(s,r,i)}},getSkewData(t,e,i,s){let n,o,r={},a=0,h=0;switch(e){case Au:o={x:.5,y:0},n="bottom",a=1;break;case Hu:o={x:.5,y:1},n="top",a=1;break;case Nu:o={x:0,y:.5},n="right",h=1;break;case Fu:o={x:1,y:.5},n="left",h=1}const{width:l,height:d}=t;o.x=o.x*l,o.y=o.y*d,Yu(s||n,t,r,!0);const c=M.getRotation(o,r,{x:o.x+(a?i.x:0),y:o.y+(h?i.y:0)});return a?a=-c:h=c,{origin:r,skewX:a,skewY:h}},getAround:(t,e)=>e&&!t?"center":t,getRotateDirection:(t,e,i=8)=>((t=(t+Math.round(e/(360/i)))%i)<0&&(t+=i),t),getFlipDirection(t,e,i){if(e)switch(t){case Nu:t=Fu;break;case Iu:t=Wu;break;case Uu:t=zu;break;case Fu:t=Nu;break;case Wu:t=Iu;break;case zu:t=Uu}if(i)switch(t){case Au:t=Hu;break;case Iu:t=Uu;break;case Wu:t=zu;break;case Hu:t=Au;break;case Uu:t=Iu;break;case zu:t=Wu}return t}},ju={};function Gu(t,e){const{editBox:i}=t,s=i.enterPoint;if(!s||!t.editing||!i.visible)return;if("circle"===s.name)return;if("button"===s.pointType)return void(s.cursor||(s.cursor="pointer"));let{rotation:n}=i;const{resizeCursor:o,rotateCursor:r,skewCursor:a,resizeable:l,rotateable:d,skewable:c}=t.mergeConfig,{pointType:u}=s,{flippedX:_,flippedY:p}=i;let g=u.includes("resize");g&&d&&(e.metaKey||e.ctrlKey||!l)&&(g=!1);const f=c&&!g&&"resize-line"===s.name?a:g?o:r;n+=45*(Vu.getFlipDirection(s.direction,_,p)+1),n=2*Math.round(h.formatRotation(n,!0)/2);const{url:y,x:m,y:v}=f,w=y+n;ju[w]?s.cursor=ju[w]:ju[w]=s.cursor={url:Ku(y,n),x:m,y:v}}function Zu(t){const{moveCursor:e,moveable:i}=t.mergeConfig;t.editBox.rect.cursor=i?e:void 0}function Ku(t,e){return'"data:image/svg+xml,'+encodeURIComponent(t.replace("{{rotation}}",e.toString()))+'"'}class qu extends t.Box{}const Ju=["top","right","bottom","left"],$u=void 0;class Qu extends t.Group{get flipped(){return this.flippedX||this.flippedY}get flippedX(){return this.scaleX<0}get flippedY(){return this.scaleY<0}get flippedOne(){return this.scaleX*this.scaleY<0}constructor(e){super(),this.view=new t.Group,this.rect=new t.Box({name:"rect",hitFill:"all",hitStroke:"none",strokeAlign:"center",hitRadius:5}),this.circle=new qu({name:"circle",strokeAlign:"center",around:"center",cursor:"crosshair",hitRadius:5}),this.buttons=new t.Group({around:"center",hitSelf:!1}),this.resizePoints=[],this.rotatePoints=[],this.resizeLines=[],this.dragStartData={},this.__eventIds=[],this.editor=e,this.visible=!1,this.create(),this.__listenEvents()}create(){let t,e,i;const{view:s,resizePoints:n,rotatePoints:o,resizeLines:r,rect:a,circle:h,buttons:l}=this,d=["bottom-right","bottom","bottom-left","left","top-left","top","top-right","right"];for(let s=0;s<8;s++)t=new qu({name:"rotate-point",around:d[s],width:15,height:15,hitFill:"all"}),o.push(t),this.listenPointEvents(t,"rotate",s),s%2&&(e=new qu({name:"resize-line",around:"center",width:10,height:10,hitFill:"all"}),r.push(e),this.listenPointEvents(e,"resize",s)),i=new qu({name:"resize-point",hitRadius:5}),n.push(i),this.listenPointEvents(i,"resize",s);this.listenPointEvents(h,"rotate",2),s.addMany(...o,a,h,l,...r,...n),this.add(s)}load(){const{mergeConfig:t,element:e,single:i}=this.editor,{rect:s,circle:n,resizePoints:o}=this,{stroke:r,strokeWidth:a}=t,h=this.getPointsStyle(),l=this.getMiddlePointsStyle();let d;for(let t=0;t<8;t++)d=o[t],d.set(this.getPointStyle(t%2?l[(t-1)/2%l.length]:h[t/2%h.length])),t%2||(d.rotation=t/2*90);n.set(this.getPointStyle(t.circle||t.rotatePoint||h[0])),s.set(Object.assign({stroke:r,strokeWidth:a,editConfig:$u},t.rect||{})),s.hittable=!i,s.syncEventer=i&&this.editor,i&&(e.syncEventer=s,this.app.interaction.bottomList=[{target:s,proxy:e}])}update(t){const{mergeConfig:e,element:i,multiple:s}=this.editor,{middlePoint:n,resizeable:o,rotateable:r,hideOnSmall:a,editBox:h}=e;if(this.visible=!i.locked,this.view.worldOpacity){const{width:i,height:l}=t,{rect:d,circle:c,buttons:u,resizePoints:_,rotatePoints:p,resizeLines:g}=this,f="number"==typeof a?a:10,y=h&&!(a&&i<f&&l<f);let m,v,w,x={};for(let s=0;s<8;s++)gt.toPoint(gt.directionData[s],t,x),v=_[s],m=p[s],w=g[Math.floor(s/2)],v.set(x),m.set(x),w.set(x),v.visible=w.visible=y&&!(!o&&!r),m.visible=y&&r&&o&&!e.rotatePoint,s%2&&(v.visible=m.visible=y&&!!n,(s+1)/2%2?(w.width=i,a&&2*v.width>i&&(v.visible=!1)):(w.height=l,v.rotation=90,a&&2*v.width>l&&(v.visible=!1)));c.visible=y&&r&&!(!e.circle&&!e.rotatePoint),c.visible&&this.layoutCircle(e),d.path&&(d.path=null),d.set(Object.assign(Object.assign({},t),{visible:!!s||h})),u.visible=y&&u.children.length>0,u.visible&&this.layoutButtons(e)}}layoutCircle(t){const{circleDirection:e,circleMargin:i,buttonsMargin:s,buttonsDirection:n,middlePoint:o}=t,r=Ju.indexOf(e||(this.buttons.children.length&&"bottom"===n?"top":"bottom"));this.setButtonPosition(this.circle,r,i||s,!!o)}layoutButtons(t){const{buttons:e}=this,{buttonsDirection:i,buttonsFixed:s,buttonsMargin:n,middlePoint:o}=t,{flippedX:r,flippedY:a}=this;let h=Ju.indexOf(i);(h%2&&r||(h+1)%2&&a)&&s&&(h=(h+2)%4);const l=s?Vu.getRotateDirection(h,this.flippedOne?this.rotation:-this.rotation,4):h;this.setButtonPosition(e,l,n,!!o),s&&(e.rotation=90*(l-h)),e.scaleX=r?-1:1,e.scaleY=a?-1:1}setButtonPosition(t,e,i,s){const n=this.resizePoints[2*e+1],o=e%2,r=e&&3!==e?1:-1,a=(i+(e%2?(s?n.width:0)+t.boxBounds.width:(s?n.height:0)+t.boxBounds.height)/2)*r;o?(t.x=n.x+a,t.y=n.y):(t.x=n.x,t.y=n.y+a)}unload(){this.visible=!1}getPointStyle(t){const{stroke:e,strokeWidth:i,pointFill:s,pointSize:n,pointRadius:o}=this.editor.mergeConfig,r={fill:s,stroke:e,strokeWidth:i,around:"center",strokeAlign:"center",width:n,height:n,cornerRadius:o,offsetX:0,offsetY:0,editConfig:$u};return t?Object.assign(r,t):r}getPointsStyle(){const{point:t}=this.editor.mergeConfig;return t instanceof Array?t:[t]}getMiddlePointsStyle(){const{middlePoint:t}=this.editor.mergeConfig;return t instanceof Array?t:t?[t]:this.getPointsStyle()}onSelect(t){1===t.oldList.length&&(t.oldList[0].syncEventer=null,this.app&&(this.app.interaction.bottomList=null))}onDragStart(t){this.dragging=!0;const e=this.dragPoint=t.current,{editor:i,dragStartData:s}=this,{element:n}=i;"rect"===e.name&&(this.moving=!0,i.opacity=i.mergeConfig.hideOnMove?0:1),s.x=t.x,s.y=t.y,s.point={x:n.x,y:n.y},s.bounds=Object.assign({},n.getLayoutBounds("box","local")),s.rotation=n.rotation}onDragEnd(t){this.dragging=!1,this.dragPoint=null,this.moving=!1,"rect"===t.current.name&&(this.editor.opacity=1)}onDrag(t){const{editor:e}=this,{pointType:i}=this.enterPoint=t.current;(i.includes("rotate")||t.metaKey||t.ctrlKey||!e.mergeConfig.resizeable)&&e.onRotate(t),i.includes("resize")&&e.onScale(t),Gu(e,t)}onArrow(t){if(this.editor.editing&&this.editor.mergeConfig.keyEvent){const e={x:0,y:0},i=t.shiftKey?10:1;switch(t.code){case"ArrowDown":e.y=i;break;case"ArrowUp":e.y=-i;break;case"ArrowLeft":e.x=-i;break;case"ArrowRight":e.x=i}this.editor.move(e)}}onDoubleTap(t){"double"===this.editor.mergeConfig.openInner&&this.openInner(t)}onLongPress(t){"long"===this.editor.mergeConfig.openInner&&this.openInner(t)}openInner(e){const{editor:i}=this;if(i.single){const{element:s}=i;if(s.locked)return;if(s.isBranch&&!s.editInner){if(s.textBox){const{children:e}=s,n=e.find((e=>e.editable&&e instanceof t.Text))||e.find((e=>e instanceof t.Text));if(n)return i.openInnerEditor(n)}i.openGroup(s),i.target=i.selector.findDeepOne(e)}else i.openInnerEditor()}}listenPointEvents(e,i,s){const{editor:n}=this;e.direction=s,e.pointType=i,e.on_(t.DragEvent.START,this.onDragStart,this),e.on_(t.DragEvent.DRAG,this.onDrag,this),e.on_(t.DragEvent.END,this.onDragEnd,this),e.on_(t.PointerEvent.LEAVE,(()=>this.enterPoint=null)),"circle"!==e.name&&e.on_(t.PointerEvent.ENTER,(t=>{this.enterPoint=e,Gu(n,t)}))}__listenEvents(){const{rect:e,editor:i}=this;this.__eventIds=[i.on_(gu.SELECT,this.onSelect,this),e.on_(t.DragEvent.START,this.onDragStart,this),e.on_(t.DragEvent.DRAG,i.onMove,i),e.on_(t.DragEvent.END,this.onDragEnd,this),e.on_(t.PointerEvent.ENTER,(()=>Zu(i))),e.on_(t.PointerEvent.DOUBLE_TAP,this.onDoubleTap,this),e.on_(t.PointerEvent.LONG_PRESS,this.onLongPress,this)]}__removeListenEvents(){this.off_(this.__eventIds),this.__eventIds.length=0}destroy(){this.editor=null,this.__removeListenEvents(),super.destroy()}}class t_ extends t.UI{constructor(t){super(),this.editor=t,this.hittable=!1}__draw(t,e){const{editor:i}=this,{mask:s}=i.mergeConfig;if(s&&i.list.length){const{rect:n}=i.editBox,{width:o,height:r}=n.__;t.resetTransform(),t.fillWorld(t.bounds,!0===s?"rgba(0,0,0,0.8)":s),t.setWorld(n.__world,e.matrix),t.clearRect(0,0,o,r)}}destroy(){this.editor=null,super.destroy()}}const e_='\n<feOffset dy="1"/>\n<feGaussianBlur stdDeviation="1.5"/>\n<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0"/>\n<feBlend mode="normal" in="SourceGraphic" result="shape"/>',i_={editSize:"size",keyEvent:!0,stroke:"#836DFF",strokeWidth:2,pointFill:"#FFFFFF",pointSize:10,pointRadius:16,rotateGap:45,buttonsDirection:"bottom",buttonsMargin:12,hideOnSmall:!0,moveCursor:"move",resizeCursor:{url:`\n<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg">\n<g filter="url(#f)">\n<g transform="rotate({{rotation}},12,12)">\n<path d="M7.5 8.0H8.5V5.9L6.8 7.2L7.5 8.0ZM3 11.4L2.3 10.6L1.3 11.4L2.3 12.2L3 11.4ZM7.5 10.4H6.5V11.4H7.5V10.4ZM16.5 10.4V11.4H17.5V10.4H16.5ZM16.5 8.0L17.1 7.2L15.5 5.9V8.0H16.5ZM21 11.4L21.6 12.2L22.6 11.4L21.6 10.6L21 11.4ZM16.5 14.9H15.5V16.9L17.1 15.7L16.5 14.9ZM16.5 12.4H17.5V11.4H16.5V12.4ZM7.5 12.4V11.4H6.5V12.4H7.5ZM7.5 14.9L6.8 15.7L8.5 16.9V14.9H7.5ZM6.8 7.2L2.3 10.6L3.6 12.2L8.1 8.7L6.8 7.2ZM8.5 10.4V8.0H6.5V10.4H8.5ZM16.5 9.4H7.5V11.4H16.5V9.4ZM17.5 10.4V8.0H15.5V10.4H17.5ZM15.8 8.7L20.3 12.2L21.6 10.6L17.1 7.2L15.8 8.7ZM20.3 10.6L15.8 14.1L17.1 15.7L21.6 12.2L20.3 10.6ZM17.5 14.9V12.4H15.5V14.9H17.5ZM7.5 13.4H16.5V11.4H7.5V13.4ZM8.5 14.9V12.4H6.5V14.9H8.5ZM2.3 12.2L6.8 15.7L8.1 14.1L3.6 10.6L2.3 12.2Z" fill="white"/>\n<path fill-rule="evenodd" d="M3 11.4L7.5 8.0V10.4H16.5V8.0L21 11.4L16.5 14.9V12.4H7.5V14.9L3 11.4Z" fill="black"/>\n</g>\n</g>\n<defs>\n<filter id="f" x="-1.6" y="3.9" width="27.2" height="16.9" filterUnits="userSpaceOnUse">\n${e_}\n</filter>\n</defs>\n</svg>\n`,x:12,y:12},rotateCursor:{url:`\n<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg">\n<g filter="url(#f)">\n<g transform="rotate(135,12,12),rotate({{rotation}},12,12)">\n<path d="M20.4 8H21.4L20.8 7.1L17.3 2.6L17 2.1L16.6 2.6L13.1 7.1L12.5 8H13.5H15.4C14.9 11.8 11.8 14.9 8 15.4V13.5V12.5L7.1 13.1L2.6 16.6L2.1 17L2.6 17.3L7.1 20.8L8 21.4V20.4V18.4C13.5 17.9 17.9 13.5 18.4 8H20.4Z" stroke="white"/>\n<path fill-rule="evenodd" d="M17 3L20.4 7.5H17.9C17.7 13.1 13.1 17.7 7.5 17.9V20.4L3 17L7.5 13.5V15.9C12.0 15.7 15.7 12.0 15.9 7.5H13.5L17 3Z" fill="black"/>\n</g>\n</g>\n<defs>\n<filter id="f" x="-1.6" y="-0.6" width="27.1" height="27.1" filterUnits="userSpaceOnUse">\n${e_}\n</filter>\n</defs>\n</svg>\n`,x:12,y:12},skewCursor:{url:`\n<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg">\n<g filter="url(#f)">\n<g transform="rotate(90,12,12),rotate({{rotation}},12,12)">\n<path d="M21 10.4L21 11.4L23.8 11.4L21.6 9.6L21 10.4ZM17 10.4V11.4L17 11.4L17 10.4ZM15.5 6L16.1 5.2L14.5 3.9V6H15.5ZM15.5 8.4V9.4H16.5V8.4H15.5ZM6 8.4V7.4H5V8.4H6ZM6 10.4H5V11.4H6V10.4ZM7 14.4V13.4L7 13.4L7 14.4ZM3 14.4L3 13.4L0.1 13.4L2.3 15.2L3 14.4ZM8.5 18.9L7.8 19.7L9.5 21.0V18.9H8.5ZM8.5 16.4V15.4H7.5V16.4H8.5ZM19 16.4V17.4H20V16.4H19ZM19 14.4H20V13.4H19V14.4ZM21 9.4L17 9.4L17 11.4L21 11.4L21 9.4ZM14.8 6.7L20.3 11.2L21.6 9.6L16.1 5.2L14.8 6.7ZM16.5 8.4V6H14.5V8.4H16.5ZM6 9.4H15.5V7.4H6V9.4ZM7 10.4V8.4H5V10.4H7ZM15.5 9.4H6V11.4H15.5V9.4ZM17 9.4H15.5V11.4H17V9.4ZM7 15.4H8.5V13.4H7V15.4ZM3 15.4L7 15.4L7 13.4L3 13.4L3 15.4ZM9.1 18.1L3.6 13.6L2.3 15.2L7.8 19.7L9.1 18.1ZM7.5 16.4V18.9H9.5V16.4H7.5ZM19 15.4H8.5V17.4H19V15.4ZM18 14.4V16.4H20V14.4H18ZM8.5 15.4H19V13.4H8.5V15.4Z" fill="white"/>\n<path fill-rule="evenodd" d="M17 10.4L21 10.4L15.5 6V8.4H6V10.4H15.5H17ZM8.5 14.4H7L3 14.4L8.5 18.9V16.4H19V14.4H8.5Z" fill="black"/>\n</g>\n</g>\n<defs>\n<filter x="-2.8" y="1.9" width="29.6" height="23.1" filterUnits="userSpaceOnUse" >\n${e_}\n</filter>\n</defs>\n</svg>\n`,x:12,y:12},selector:!0,editBox:!0,hover:!0,select:"press",openInner:"double",boxSelect:!0,moveable:!0,resizeable:!0,flipable:!0,rotateable:!0,skewable:!0},s_=new lt;function n_(t){const{simulateTarget:e,list:i}=t,{zoomLayer:s}=i[0].leafer.zoomLayer;e.safeChange((()=>{s_.setListWithFn(i,(t=>t.getBounds("box","page"))),0===s_.width&&(s_.width=.1),0===s_.height&&(s_.height=.1),e.reset(s_.get())})),s.add(e)}function o_(t){return t.editable&&!t.locked}const r_=(t,e)=>t.parent.children.indexOf(t)-e.parent.children.indexOf(e),a_=(t,e)=>e.parent.children.indexOf(e)-t.parent.children.indexOf(t),h_={group(e,i,s){e.sort(a_);const{app:n,parent:o}=e[0];let r;r=s&&s.add?s:new t.Group(s),o.addAt(r,o.children.indexOf(e[0])),e.sort(r_);const a=new H(i.worldTransform);return a.divideParent(o.worldTransform),r.setTransform(a),r.editable=!0,r.hitChildren=!1,n.lockLayout(),e.forEach((t=>t.dropTo(r))),n.unlockLayout(),r},ungroup(t){const{app:e}=t[0],i=[];return e.lockLayout(),t.forEach((t=>{if(t.isBranch&&!t.isBranchLeaf){const{parent:e,children:s}=t;for(;s.length;)i.push(s[0]),s[0].dropTo(e,e.children.indexOf(t));t.remove()}else i.push(t)})),e.unlockLayout(),i},toTop(t){t.sort(r_),t.forEach((t=>{t.parent&&t.parent.add(t)}))},toBottom(t){t.sort(a_),t.forEach((t=>{t.parent&&t.parent.addAt(t,0)}))}},l_=wt.get("EditToolCreator");function d_(){return t=>{u_.register(t)}}const c_=d_,u_={list:{},register(t){const{tag:e}=t.prototype;__[e]&&l_.repeat(e),__[e]=t},get:(t,e)=>new __[t](e)},{list:__}=u_;class p_ extends gu{constructor(t,e){super(t,e)}}p_.BEFORE_OPEN="innerEditor.before_open",p_.OPEN="innerEditor.open",p_.BEFORE_CLOSE="innerEditor.before_close",p_.CLOSE="innerEditor.close";class g_ extends gu{constructor(t,e){super(t,e)}}g_.BEFORE_GROUP="editor.before_group",g_.GROUP="editor.group",g_.BEFORE_UNGROUP="editor.before_ungroup",g_.UNGROUP="editor.ungroup",g_.BEFORE_OPEN="editor.before_open_group",g_.OPEN="editor.open_group",g_.BEFORE_CLOSE="editor.before_close_group",g_.CLOSE="editor.close_group";const{updateMatrix:f_}=xo,y_={x:1,y:1,scaleX:1,scaleY:1,rotation:1,skewX:1,skewY:1},m_="top-left";class v_ extends t.Rect{get __tag(){return"SimulateElement"}constructor(t){super(),this.checkChange=!0,this.canChange=!0,this.visible=this.hittable=!1,this.on(jo.CHANGE,(e=>{if(this.checkChange&&y_[e.attrName]){const{attrName:i,newValue:s,oldValue:n}=e,o="s"===i[0]?(s||1)/(n||1):(s||0)-(n||0);this.canChange=!1;const r=this.__;r[i]=n,f_(this.parent),f_(this);const a=new H(this.__world);switch(r[i]=s,this.__layout.rotationChange(),f_(this),this.changedTransform=new H(this.__world).divide(a),i){case"x":t.move(o,0);break;case"y":t.move(0,o);break;case"rotation":t.rotateOf(m_,o);break;case"scaleX":t.scaleOf(m_,o,1);break;case"scaleY":t.scaleOf(m_,1,o);break;case"skewX":t.skewOf(m_,o,0);break;case"skewY":t.skewOf(m_,0,o)}this.canChange=!0}}))}safeChange(t){this.canChange&&(this.checkChange=!1,t(),this.checkChange=!0)}}class w_ extends t.Group{get mergeConfig(){const{config:t,element:e,dragPoint:i}=this,s=Object.assign({},t);return e&&e.editConfig&&Object.assign(s,e.editConfig),i&&(i.editConfig&&Object.assign(s,i.editConfig),"font-size"===s.editSize&&(s.lockRatio=!0),"resize-rotate"===i.pointType&&(s.around||(s.around="center"),Ht(s.lockRatio)&&(s.lockRatio=!0))),s}get list(){return this.leafList.list}get dragHoverExclude(){return[this.editBox.rect]}get editing(){return!!this.list.length}get groupOpening(){return!!this.openedGroupList.length}get multiple(){return this.list.length>1}get single(){return 1===this.list.length}get dragging(){return this.editBox.dragging}get moving(){return this.editBox.moving}get dragPoint(){return this.editBox.dragPoint}get element(){return this.multiple?this.simulateTarget:this.list[0]}get buttons(){return this.editBox.buttons}constructor(t,e){super(e),this.config=It.clone(i_),this.leafList=new ca,this.openedGroupList=new ca,this.simulateTarget=new v_(this),this.editBox=new Qu(this),this.editToolList={},this.selector=new Du(this),this.editMask=new t_(this),this.targetEventIds=[],t&&(this.config=It.default(t,this.config)),this.addMany(this.editMask,this.selector,this.editBox),Lt.has("resize")||(this.config.editSize="scale")}select(t){this.target=t}cancel(){this.target=null}hasItem(t){return this.leafList.has(t)}addItem(t){this.hasItem(t)||t.locked||(this.leafList.add(t),this.target=this.leafList.list)}removeItem(t){this.hasItem(t)&&(this.leafList.remove(t),this.target=this.leafList.list)}shiftItem(t){this.hasItem(t)?this.removeItem(t):this.addItem(t)}update(){if(this.editing){if(!this.element.parent)return this.cancel();this.innerEditing&&this.innerEditor.update(),this.editTool.update(),this.selector.update()}}updateEditBox(){this.multiple&&n_(this),this.update()}updateEditTool(){const t=this.editTool;if(t&&(this.editBox.unload(),t.unload(),this.editTool=null),this.editing){const t=this.single?this.list[0].editOuter:"EditTool";this.editTool=this.editToolList[t]=this.editToolList[t]||u_.get(t,this),this.editBox.load(),this.editTool.load()}}getEditSize(t){return this.mergeConfig.editSize}onMove(e){if(e instanceof t.MoveEvent){if("drag"!==e.moveType){const{moveable:t,resizeable:i}=this.mergeConfig,s=e.getLocalMove(this.element);"move"===t?(e.stop(),this.move(s.x,s.y)):"zoom"===i&&e.stop()}}else{const i={x:e.totalX,y:e.totalY};e.shiftKey&&(Math.abs(i.x)>Math.abs(i.y)?i.y=0:i.x=0),this.move(t.DragEvent.getValidMove(this.element,this.editBox.dragStartData.point,i))}}onScale(e){const{element:i}=this;let{around:s,lockRatio:n,resizeable:o,flipable:r,editSize:a}=this.mergeConfig;if(e instanceof t.ZoomEvent)"zoom"===o&&(e.stop(),this.scaleOf(i.getBoxPoint(e),e.scale,e.scale));else{const{direction:t}=e.current;(e.shiftKey||i.lockRatio)&&(n=!0);const o=Vu.getScaleData(i,this.editBox.dragStartData.bounds,t,e.getInnerTotal(i),n,Vu.getAround(s,e.altKey),r,this.multiple||"scale"===a);this.editTool.onScaleWithDrag?(o.drag=e,this.scaleWithDrag(o)):this.scaleOf(o.origin,o.scaleX,o.scaleY)}}onRotate(e){const{skewable:i,rotateable:s,around:n,rotateGap:o}=this.mergeConfig,{direction:r,name:a}=e.current;if(i&&"resize-line"===a)return this.onSkew(e);const{element:l}=this,{dragStartData:d}=this.editBox;let c,u;if(e instanceof t.RotateEvent){if("rotate"!==s)return;e.stop(),u=e.rotation,c=l.getBoxPoint(e),l.scaleX*l.scaleY<0&&(u=-u)}else{const t=Vu.getRotateData(l.boxBounds,r,e.getBoxPoint(l),l.getBoxPoint(d),e.shiftKey?null:l.around||l.origin||n||"center");u=t.rotation,c=t.origin}l.scaleX*l.scaleY<0&&(u=-u),e instanceof t.DragEvent&&(u=d.rotation+u-l.rotation),u=h.float(h.getGapRotation(u,o,l.rotation),2),u&&this.rotateOf(c,u)}onSkew(t){const{element:e}=this,{around:i}=this.mergeConfig,{origin:s,skewX:n,skewY:o}=Vu.getSkewData(e.boxBounds,t.current.direction,t.getInnerMove(e),Vu.getAround(i,t.altKey));(n||o)&&this.skewOf(s,n,o)}move(t,e=0){const{element:i}=this;if(!this.checkTransform("moveable"))return;const s=i.getWorldPointByLocal("object"==typeof t?Object.assign({},t):{x:t,y:e},null,!0);this.multiple&&i.safeChange((()=>i.move(t,e)));const n={target:i,editor:this,moveX:s.x,moveY:s.y};this.emitEvent(new fu(fu.BEFORE_MOVE,n));const o=new fu(fu.MOVE,n);this.editTool.onMove(o),this.emitEvent(o)}scaleWithDrag(t){if(!this.checkTransform("resizeable"))return;const{element:e}=this;t=Object.assign(Object.assign({},t),{target:e,editor:this,worldOrigin:e.getWorldPoint(t.origin)}),this.emitEvent(new yu(yu.BEFORE_SCALE,t));const i=new yu(yu.SCALE,t);this.editTool.onScaleWithDrag(i),this.emitEvent(i)}scaleOf(t,e,i=e,s){if(!this.checkTransform("resizeable"))return;const{element:n}=this,o=this.getWorldOrigin(t),r=this.multiple&&this.getChangedTransform((()=>n.safeChange((()=>n.scaleOf(t,e,i))))),a={target:n,editor:this,worldOrigin:o,scaleX:e,scaleY:i,transform:r};this.emitEvent(new yu(yu.BEFORE_SCALE,a));const h=new yu(yu.SCALE,a);this.editTool.onScale(h),this.emitEvent(h)}flip(t){if(!this.checkTransform("resizeable"))return;const{element:e}=this,i=this.getWorldOrigin("center"),s=this.multiple?this.getChangedTransform((()=>e.safeChange((()=>e.flip(t))))):new H(xo.getFlipTransform(e,t)),n={target:e,editor:this,worldOrigin:i,scaleX:"x"===t?-1:1,scaleY:"y"===t?-1:1,transform:s};this.emitEvent(new yu(yu.BEFORE_SCALE,n));const o=new yu(yu.SCALE,n);this.editTool.onScale(o),this.emitEvent(o)}rotateOf(t,e){if(!this.checkTransform("rotateable"))return;const{element:i}=this,s=this.getWorldOrigin(t),n=this.multiple&&this.getChangedTransform((()=>i.safeChange((()=>i.rotateOf(t,e))))),o={target:i,editor:this,worldOrigin:s,rotation:e,transform:n};this.emitEvent(new mu(mu.BEFORE_ROTATE,o));const r=new mu(mu.ROTATE,o);this.editTool.onRotate(r),this.emitEvent(r)}skewOf(t,e,i=0,s){if(!this.checkTransform("skewable"))return;const{element:n}=this,o=this.getWorldOrigin(t),r=this.multiple&&this.getChangedTransform((()=>n.safeChange((()=>n.skewOf(t,e,i))))),a={target:n,editor:this,worldOrigin:o,skewX:e,skewY:i,transform:r};this.emitEvent(new vu(vu.BEFORE_SKEW,a));const h=new vu(vu.SKEW,a);this.editTool.onSkew(h),this.emitEvent(h)}checkTransform(t){return this.element&&!this.element.locked&&this.mergeConfig[t]}getWorldOrigin(t){return this.element.getWorldPoint(xo.getInnerOrigin(this.element,t))}getChangedTransform(t){const{element:e}=this;if(this.multiple&&!e.canChange)return e.changedTransform;const i=new H(e.worldTransform);return t(),new H(e.worldTransform).divide(i)}group(t){return this.multiple&&(this.emitGroupEvent(g_.BEFORE_GROUP),this.target=h_.group(this.list,this.element,t),this.emitGroupEvent(g_.GROUP,this.target)),this.target}ungroup(){const{list:t}=this;return t.length&&(t.forEach((t=>t.isBranch&&this.emitGroupEvent(g_.BEFORE_UNGROUP,t))),this.target=h_.ungroup(t),t.forEach((t=>t.isBranch&&this.emitGroupEvent(g_.UNGROUP,t)))),this.list}openGroup(t){this.emitGroupEvent(g_.BEFORE_OPEN,t),this.openedGroupList.add(t),t.hitChildren=!0,this.emitGroupEvent(g_.OPEN,t)}closeGroup(t){this.emitGroupEvent(g_.BEFORE_CLOSE,t),this.openedGroupList.remove(t),t.hitChildren=!1,this.emitGroupEvent(g_.CLOSE,t)}checkOpenedGroups(){const t=this.openedGroupList;if(t.length){let{list:e}=t;this.editing&&(e=[],t.forEach((t=>this.list.every((e=>!xo.hasParent(e,t)))&&e.push(t)))),e.forEach((t=>this.closeGroup(t)))}this.editing&&!this.selector.dragging&&this.checkDeepSelect()}checkDeepSelect(){let t,{list:e}=this;for(let i=0;i<e.length;i++)for(t=e[i].parent;t&&!t.hitChildren;)this.openGroup(t),t=t.parent}emitGroupEvent(t,e){const i=new g_(t,{editTarget:e});this.emitEvent(i),e&&e.emitEvent(i)}openInnerEditor(t,e){if(t&&e&&(this.target=t),this.single){const e=t||this.element,i=e.editInner;i&&u_.list[i]&&(this.editTool.unload(),this.innerEditing=!0,this.innerEditor=this.editToolList[i]||u_.get(i,this),this.innerEditor.editTarget=e,this.emitInnerEvent(p_.BEFORE_OPEN),this.innerEditor.load(),this.emitInnerEvent(p_.OPEN))}}closeInnerEditor(){this.innerEditing&&(this.innerEditing=!1,this.emitInnerEvent(p_.BEFORE_CLOSE),this.innerEditor.unload(),this.emitInnerEvent(p_.CLOSE),this.editTool.load(),this.innerEditor=null)}emitInnerEvent(t){const{innerEditor:e}=this,{editTarget:i}=e,s=new p_(t,{editTarget:i,innerEditor:e});this.emitEvent(s),i.emitEvent(s)}lock(){this.list.forEach((t=>t.locked=!0)),this.update()}unlock(){this.list.forEach((t=>t.locked=!1)),this.update()}toTop(){this.list.length&&(h_.toTop(this.list),this.leafList.update())}toBottom(){this.list.length&&(h_.toBottom(this.list),this.leafList.update())}listenTargetEvents(){if(!this.targetEventIds.length){const{app:e,leafer:i}=this;this.targetEventIds=[i.on_(Jo.START,this.update,this),e.on_(Jo.CHILD_START,this.forceRender,this),e.on_(t.MoveEvent.BEFORE_MOVE,this.onMove,this,!0),e.on_(t.ZoomEvent.BEFORE_ZOOM,this.onScale,this,!0),e.on_(t.RotateEvent.BEFORE_ROTATE,this.onRotate,this,!0),e.on_([t.KeyEvent.HOLD,t.KeyEvent.UP],(t=>{Gu(this,t)})),e.on_(t.KeyEvent.DOWN,this.editBox.onArrow,this.editBox)]}}removeTargetEvents(){const{targetEventIds:t}=this;t.length&&(this.off_(t),t.length=0)}destroy(){this.destroyed||(this.target=this.hoverTarget=null,Object.values(this.editToolList).forEach((t=>t.destroy())),this.simulateTarget.destroy(),this.editToolList={},this.simulateTarget=this.editTool=this.innerEditor=null,super.destroy())}}Ut([wu((function(t,e){t.emitEvent(new gu(gu.HOVER,{editor:t,value:t.hoverTarget,oldValue:e}))}))],w_.prototype,"hoverTarget",void 0),Ut([wu((function(t,e){const{target:i}=t;if(i){const{list:e}=t.leafList=i instanceof ca?i:new ca(i);if(!e.every(o_))return void(t.target=e.filter(o_));t.multiple&&n_(t)}else t.simulateTarget.remove(),t.leafList.reset(),t.closeInnerEditor();t.emitEvent(new gu(gu.SELECT,{editor:t,value:i,oldValue:e})),t.checkOpenedGroups(),t.editing?t.waitLeafer((()=>{Zu(t),t.updateEditTool(),t.update(),t.listenTargetEvents()})):(t.updateEditTool(),t.removeTargetEvents())}))],w_.prototype,"target",void 0);class x_{static registerInnerEditor(){u_.register(this)}get tag(){return"InnerEditor"}get editBox(){return this.editor.editBox}constructor(t){this.editor=t,this.create()}onCreate(){}create(){this.view=new t.Group,this.onCreate()}onLoad(){}load(){const{editor:t}=this;t&&(t.app&&(t.selector.hittable=t.app.tree.hitChildren=!1),this.onLoad())}onUpdate(){}update(){this.onUpdate()}onUnload(){}unload(){const{editor:t}=this;t&&(t.app&&(t.selector.hittable=t.app.tree.hitChildren=!0),this.onUnload())}onDestroy(){}destroy(){this.onDestroy(),this.editor&&(this.view&&this.view.destroy(),this.eventIds&&this.editor.off_(this.eventIds),this.editor=this.view=this.eventIds=null)}}t.EditTool=class extends x_{static registerEditTool(){u_.register(this)}get tag(){return"EditTool"}onMove(t){const{moveX:e,moveY:i,editor:s}=t,{app:n,list:o}=s;n.lockLayout(),o.forEach((t=>{t.moveWorld(e,i)})),n.unlockLayout()}onScale(t){const{scaleX:e,scaleY:i,transform:s,worldOrigin:n,editor:o}=t,{app:r,list:a}=o;r.lockLayout(),a.forEach((t=>{const r="scale"!==o.getEditSize(t);s?t.transformWorld(s,r):t.scaleOfWorld(n,e,i,r)})),r.unlockLayout()}onRotate(t){const{rotation:e,transform:i,worldOrigin:s,editor:n}=t,{app:o,list:r}=n;o.lockLayout(),r.forEach((t=>{const o="scale"!==n.getEditSize(t);i?t.transformWorld(i,o):t.rotateOfWorld(s,e)})),o.unlockLayout()}onSkew(t){const{skewX:e,skewY:i,transform:s,worldOrigin:n,editor:o}=t,{app:r,list:a}=o;r.lockLayout(),a.forEach((t=>{const r="scale"!==o.getEditSize(t);s?t.transformWorld(s,r):t.skewOfWorld(n,e,i,r)})),r.unlockLayout()}load(){this.editBox.view.visible=!0,this.onLoad()}update(){const{editor:t,editBox:e}=this,{x:i,y:s,scaleX:n,scaleY:o,rotation:r,skewX:a,skewY:h,width:l,height:d}=t.element.getLayoutBounds("box",t,!0);e.set({x:i,y:s,scaleX:n,scaleY:o,rotation:r,skewX:a,skewY:h}),e.update({x:0,y:0,width:l,height:d}),this.onUpdate()}unload(){this.editBox.view.visible=!1,this.onUnload()}},t.EditTool=Ut([d_()],t.EditTool);const{left:b_,right:E_}=t.Direction9,{move:B_,copy:k_,toNumberPoints:T_}=M;t.LineEditTool=class extends t.EditTool{constructor(){super(...arguments),this.scaleOfEvent=!0}get tag(){return"LineEditTool"}onScaleWithDrag(t){const{drag:e,direction:i,lockRatio:s,around:n}=t,o=t.target,r=i===b_;if(o.pathInputed){const{path:t}=o.__,{from:i,to:a}=this.getFromToByPath(t);this.dragPoint(i,a,r,n,this.getInnerMove(o,e,s)),t[1]=i.x,t[2]=i.y,t[4]=a.x,t[5]=a.y,o.path=t}else if(o.points){const{points:t}=o,{from:i,to:a}=this.getFromToByPoints(t);this.dragPoint(i,a,r,n,this.getInnerMove(o,e,s)),t[0]=i.x,t[1]=i.y,t[2]=a.x,t[3]=a.y,o.points=t}else{const t={x:0,y:0},{toPoint:i}=o;o.rotation=0,this.dragPoint(t,i,r,n,this.getInnerMove(o,e,s)),o.getLocalPointByInner(t,null,null,!0),o.getLocalPointByInner(i,null,null,!0),o.x=t.x,o.y=t.y,o.getInnerPointByLocal(i,null,null,!0),o.toPoint=i}}getInnerMove(t,e,i){const s=e.getInnerMove(t);return i&&(Math.abs(s.x)>Math.abs(s.y)?s.y=0:s.x=0),s}getFromToByPath(t){return{from:{x:t[1],y:t[2]},to:{x:t[4],y:t[5]}}}getFromToByPoints(t){const e=T_(t);return{from:{x:e[0],y:e[1]},to:{x:e[2],y:e[3]}}}dragPoint(t,e,i,s,n){const{x:o,y:r}=n;i?(B_(t,o,r),s&&B_(e,-o,-r)):(s&&B_(t,-o,-r),B_(e,o,r))}onSkew(t){}onUpdate(){const{editBox:t}=this,{rotatePoints:e,resizeLines:i,resizePoints:s,rect:n}=t,o=this.editor.element;let r,a;if(o.pathInputed?r=this.getFromToByPath(o.__.path):o.points&&(r=this.getFromToByPoints(o.__.points)),r){const{from:i,to:a}=r;o.innerToWorld(i,i,!1,t),o.innerToWorld(a,a,!1,t),n.pen.clearPath().moveTo(i.x,i.y).lineTo(a.x,a.y),k_(s[7],i),k_(e[7],i),k_(s[3],a),k_(e[3],a)}for(let t=0;t<8;t++)t<4&&(i[t].visible=!1),a=t===b_||t===E_,s[t].visible=a,e[t].visible=!r&&a}},t.LineEditTool=Ut([d_()],t.LineEditTool);const{M:L_,L:R_,C:P_,Q:C_,Z:S_,N:O_,D:M_,X:D_,G:I_,F:A_,O:W_,P:F_,U:z_}=te,H_={scale(t,e,i){if(!t)return;let s,n=0,o=t.length;for(;n<o;)switch(s=t[n],s){case L_:case R_:U_(t,e,i,n,1),n+=3;break;case P_:U_(t,e,i,n,3),n+=7;break;case C_:U_(t,e,i,n,2),n+=5;break;case S_:n+=1;break;case O_:U_(t,e,i,n,2),n+=5;break;case M_:U_(t,e,i,n,2),n+=9;break;case D_:U_(t,e,i,n,2),n+=6;break;case I_:U_(t,e,i,n,2),n+=9;break;case A_:U_(t,e,i,n,2),n+=5;break;case W_:t[n]=I_,t.splice(n+4,0,t[n+3],0),U_(t,e,i,n,2),n+=9,o+=2;break;case F_:t[n]=A_,t.splice(n+4,0,t[n+3]),U_(t,e,i,n,2),n+=5,o+=1;break;case z_:U_(t,e,i,n,2),n+=6}},scalePoints(t,e,i,s,n){for(let o=n?s+1:0,r=n?o+2*n:t.length;o<r;o+=2)t[o]*=e,t[o+1]*=i}},{scalePoints:U_}=H_,N_=b.get(),{topLeft:Y_,top:X_,topRight:V_,right:j_,bottom:G_,left:Z_}=t.Direction9;function K_(t,e,i){t.pathInputed?q_(t,e,i):(1!==e&&(t.width*=e),1!==i&&(t.height*=i))}function q_(t,e,i){H_.scale(t.__.path,e,i),t.path=t.__.path}function J_(t,e,i){const{points:s}=t;"object"==typeof s[0]?s.forEach((t=>{t.x*=e,t.y*=i})):H_.scalePoints(s,e,i),t.points=s}function $_(t,e,i){const{children:s}=t;for(let t=0;t<s.length;t++)N_.a=e,N_.d=i,s[t].transform(N_,!0)}const Q_=t.Leaf.prototype;function tp(e,i,s){ep(e.parentApp?e.parentApp:e,i),e.isApp||s||e.__eventIds.push(e.on_(t.MoveEvent.BEFORE_MOVE,(t=>{e.zoomLayer.move(e.getValidMove(t.moveX,t.moveY))})),e.on_(t.ZoomEvent.BEFORE_ZOOM,(t=>{const{zoomLayer:i}=e,s=e.getValidScale(t.scale);1!==s&&i.scaleOfWorld(t,s)})))}function ep(t,e){const i={wheel:{preventDefault:!0},touch:{preventDefault:!0},pointer:{preventDefaultMenu:!0}};e&&It.assign(i,e),It.assign(t.config,i,t.userConfig)}Q_.scaleResize=function(t,e=t,i){const s=this;i||s.editConfig&&"scale"===s.editConfig.editSize?(s.scaleX*=t,s.scaleY*=e):(t<0&&(s.scaleX*=-1,t=-t),e<0&&(s.scaleY*=-1,e=-e),this.__scaleResize(t,e))},Q_.__scaleResize=function(t,e){K_(this,t,e)},Q_.resizeWidth=function(t){const e=t/this.getBounds("box","local").width;this.scaleOf(this.__layout.boxBounds,e,this.__.lockRatio?e:1,!0)},Q_.resizeHeight=function(t){const e=t/this.getBounds("box","local").height;this.scaleOf(this.__layout.boxBounds,this.__.lockRatio?e:1,e,!0)},t.Text.prototype.__scaleResize=function(t,e){const{app:i,editConfig:s}=this,n=i&&i.editor,o=n&&n.dragPoint;this.__.resizeFontSize||s&&"font-size"===s.editSize||o&&"font-size"===n.mergeConfig.editSize?function(t,e,i,s){let n=e;if(void 0!==s){const o=t.__layout;let{width:r,height:a}=o.boxBounds;switch(r*=i-e,a*=e-i,s){case X_:case G_:n=i,o.affectScaleOrRotation?t.moveInner(-r/2,0):t.x-=r/2;break;case Z_:case j_:o.affectScaleOrRotation?t.moveInner(0,-a/2):t.y-=a/2;break;case Y_:case V_:o.affectScaleOrRotation?t.moveInner(0,-a):t.y-=a}}t.fontSize*=n;const o=t.__;o.__autoWidth||(t.width*=n),o.__autoHeight||(t.height*=n)}(this,t,e,o&&o.direction):K_(this,t,e)},t.Path.prototype.__scaleResize=function(t,e){q_(this,t,e)},t.Line.prototype.__scaleResize=function(t,e){this.pathInputed?q_(this,t,e):this.points?J_(this,t,e):this.width*=t},t.Polygon.prototype.__scaleResize=function(t,e){this.pathInputed?q_(this,t,e):this.points?J_(this,t,e):K_(this,t,e)},t.Group.prototype.__scaleResize=function(t,e){$_(this,t,e)},t.Box.prototype.__scaleResize=function(t,e){this.__.__autoSize&&this.children.length?$_(this,t,e):(K_(this,t,e),this.__.resizeChildren&&$_(this,t,e))},Lt.add("resize"),Lt.add("editor","resize"),i.editor=function(t){return new w_(t)},t.Box.addAttr("textBox",!1,Pn),t.UI.addAttr("editConfig",void 0,Pn),t.UI.addAttr("editOuter",(t=>t.__.__isLinePath?"LineEditTool":"EditTool"),Pn),t.UI.addAttr("editInner","PathEditor",Pn),t.Group.addAttr("editInner","",Pn),t.Text.addAttr("editInner","TextEditor",Pn),t.UI.setEditConfig=function(t){this.changeAttr("editConfig",t)},t.UI.setEditOuter=function(t){this.changeAttr("editOuter",t)},t.UI.setEditInner=function(t){this.changeAttr("editInner",t)};const ip=wt.get("LeaferTypeCreator"),sp={list:{},register(t,e){np[t]&&ip.repeat(t),np[t]=e},run(t,e){const i=np[t];i&&i(e)}},{list:np,register:op}=sp;op("viewport",tp),op("custom",(function(t){tp(t,null,!0)})),op("design",(function(t){tp(t,{zoom:{min:.01,max:256},move:{holdSpaceKey:!0,holdMiddleKey:!0}})})),op("document",(function(t){tp(t,{zoom:{min:1},move:{scroll:"limit"}})}));const rp={getData(t){const e=t[0],i=t[1],s=M.getCenter(e.from,i.from),n=M.getCenter(e.to,i.to),o={x:n.x-s.x,y:n.y-s.y},r=M.getDistance(e.from,i.from);return{move:o,scale:M.getDistance(e.to,i.to)/r,rotation:M.getRotation(e.from,i.from,e.to,i.to),center:n}}},ap={getMove(t,e){let{moveSpeed:i}=e,{deltaX:s,deltaY:n}=t;return t.shiftKey&&!s&&(s=n,n=0),s>50&&(s=Math.max(50,s/3)),n>50&&(n=Math.max(50,n/3)),{x:-s*i*2,y:-n*i*2}},getScale(t,i){let s,n=1,{zoomMode:o,zoomSpeed:r}=i;const a=t.deltaY||t.deltaX;if(o?(s="mouse"===o||!t.deltaX&&(e.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){r=h.within(r,0,1);n=1-a/(4*(t.deltaY?i.delta.y:i.delta.x))*r,n<.5&&(n=.5),n>=1.5&&(n=1.5)}return n}};class hp{get transforming(){return!!(this.moveData||this.zoomData||this.rotateData)}constructor(t){this.interaction=t}move(e){const{interaction:i}=this;e.moveType||(e.moveType="move"),this.moveData||(this.setPath(e),this.moveData=Object.assign(Object.assign({},e),{moveX:0,moveY:0}),i.emit(t.MoveEvent.START,this.moveData)),e.path=this.moveData.path,i.emit(t.MoveEvent.BEFORE_MOVE,e),i.emit(t.MoveEvent.MOVE,e),this.transformEndWait()}zoom(e){const{interaction:i}=this;this.zoomData||(this.setPath(e),this.zoomData=Object.assign(Object.assign({},e),{scale:1}),i.emit(t.ZoomEvent.START,this.zoomData)),e.path=this.zoomData.path,i.emit(t.ZoomEvent.BEFORE_ZOOM,e),i.emit(t.ZoomEvent.ZOOM,e),this.transformEndWait()}rotate(e){const{interaction:i}=this;this.rotateData||(this.setPath(e),this.rotateData=Object.assign(Object.assign({},e),{rotation:0}),i.emit(t.RotateEvent.START,this.rotateData)),e.path=this.rotateData.path,i.emit(t.RotateEvent.BEFORE_ROTATE,e),i.emit(t.RotateEvent.ROTATE,e),this.transformEndWait()}setPath(t){const{interaction:e}=this,{path:i}=e.selector.getByPoint(t,e.hitRadius);t.path=i,e.cancelHover()}transformEndWait(){clearTimeout(this.transformTimer),this.transformTimer=setTimeout((()=>{this.transformEnd()}),this.interaction.p.transformTime)}transformEnd(){const{interaction:e,moveData:i,zoomData:s,rotateData:n}=this;i&&e.emit(t.MoveEvent.END,i),s&&e.emit(t.ZoomEvent.END,s),n&&e.emit(t.RotateEvent.END,n),this.reset()}reset(){this.zoomData=this.moveData=this.rotateData=null}destroy(){this.reset()}}const lp=t.Leafer.prototype,dp=new lt;function cp(t,e){return Object.assign(Object.assign({},e),{moveX:t.x,moveY:t.y})}function up(t,e){return Object.assign(Object.assign({},e),{scale:t})}lp.initType=function(t){sp.run(t,this)},lp.getValidMove=function(t,e){const{scroll:i,disabled:s}=this.app.config.move;if(i){const s=!0===i?"":i;if(s.includes("x")?(t=t||e,e=0):s.includes("y")?(e=e||t,t=0):Math.abs(t)>Math.abs(e)?e=0:t=0,s.includes("limit")){const{x:i,y:s,width:n,height:o}=dp.set(this.__world).addPoint(this.zoomLayer),r=i+n-this.width,a=s+o-this.height;i>=0&&r<=0?t=0:t>0?i+t>0&&(t=-i):t<0&&r+t<0&&(t=-r),s>=0&&a<=0?e=0:e>0?s+e>0&&(e=-s):e<0&&a+e<0&&(e=-a)}}return{x:s?0:t,y:s?0:e}},lp.getValidScale=function(t){const{scaleX:e}=this.zoomLayer.__,{min:i,max:s,disabled:n}=this.app.config.zoom,o=Math.abs(e*t);return i&&o<i?t=i/e:s&&o>s&&(t=s/e),n?1:t};const _p=Cl.prototype;_p.createTransformer=function(){this.transformer=new hp(this)},_p.move=function(t){this.transformer.move(t)},_p.zoom=function(t){this.transformer.zoom(t)},_p.rotate=function(t){this.transformer.rotate(t)},_p.transformEnd=function(){this.transformer.transformEnd()},_p.wheel=function(t){const{wheel:e}=this.config;if(e.disabled)return;const i=e.getScale?e.getScale(t,e):ap.getScale(t,e);1!==i?this.zoom(up(i,t)):this.move(cp(e.getMove?e.getMove(t,e):ap.getMove(t,e),t))},_p.multiTouch=function(t,e){if(this.config.multiTouch.disabled)return;const{move:i,rotation:s,scale:n,center:o}=rp.getData(e);Object.assign(t,o),this.rotate(function(t,e){return Object.assign(Object.assign({},e),{rotation:t})}(s,t)),this.zoom(up(n,t)),this.move(cp(i,t))};const pp=wl.prototype,{abs:gp}=Math;function fp(t,e){let i=1;const s="out"===e,n=Math.abs(t);if(n>1){for(;s?i<n:i<=n;)i*=2;s&&(i/=2)}else{for(;s?i>=n:i>n;)i/=2;s||(i*=2)}return i/t}pp.checkDragEndAnimate=function(t,e){const{moveX:i,moveY:s}=this.dragData,n=gp(i),o=gp(s),r=e?1:.1,a=this.interaction.m.dragAnimate&&this.canAnimate&&this.moving&&(n>r||o>r);if(a){const r="touch"===t.pointerType?3:1,a=70;n*(e=e?.95:r)>a?e=a/n:o*e>a&&(e=a/o),t=Object.assign({},t),M.move(t,i*e,s*e),this.drag(t),this.animate((()=>{this.dragEnd(t,1)}))}return a},pp.animate=function(t,e){const i=t||this.animateWait;i&&this.interaction.target.nextRender(i,null,e),this.animateWait=t},pp.checkDragOut=function(t){const{interaction:e}=this;this.autoMoveCancel(),this.dragging&&!e.shrinkCanvasBounds.hitPoint(t)&&this.autoMoveOnDragOut(t)},pp.autoMoveOnDragOut=function(t){const{interaction:e,downData:i,canDragOut:s}=this,{autoDistance:n,dragOut:o}=e.m;if(!o||!s||!n)return;const r=e.shrinkCanvasBounds,{x:a,y:h}=r,l=ot.maxX(r),d=ot.maxY(r),c=t.x<a?n:l<t.x?-n:0,u=t.y<h?n:d<t.y?-n:0;let _=0,p=0;this.autoMoveTimer=setInterval((()=>{_+=c,p+=u,M.move(i,c,u),M.move(this.dragData,c,u),e.move(Object.assign(Object.assign({},t),{moveX:c,moveY:u,totalX:_,totalY:p,moveType:"drag"})),e.pointerMoveReal(t)}),10)},pp.autoMoveCancel=function(){this.autoMoveTimer&&(clearInterval(this.autoMoveTimer),this.autoMoveTimer=0)},Lt.add("viewport"),Lt.add("view"),t.Leafer.prototype.zoom=function(t,e,i,s){this.killAnimate();const{zoomLayer:n}=this,o=this.canvas.bounds.clone().shrink(void 0!==e?e:30),r=new lt,a={x:o.x+o.width/2,y:o.y+o.height/2};let h;const{x:l,y:d,scaleX:c,scaleY:u}=n.__;if("string"==typeof t)switch(t){case"in":h=fp(c,"in");break;case"out":h=fp(c,"out");break;case"fit":t=this.boxBounds;break;case"fit-width":(t=new lt(this.boxBounds)).height=0;break;case"fit-height":(t=new lt(this.boxBounds)).width=0}else"number"==typeof t&&(h=t/c);if(h)h=this.getValidScale(h),n.scaleOfWorld(a,h,h,!1,s);else if("object"==typeof t){const e={x:l,y:d,scaleX:c,scaleY:u},a=t instanceof Array;if(a||t.tag){const e=a?t:[t];r.setListWithFn(e,Ro.worldBounds)}else{const e=function(t,e){let i,{x:s,y:n,width:o,height:r}=t;return r||(r=o*(e.height/e.width),i=!0),o||(o=r*(e.width/e.height),i=!0),i?{x:s,y:n,width:o,height:r}:t}(t,o);r.set(n.getWorldBounds(e))}const{width:_,height:p}=r;let g=o.x-r.x,f=o.y-r.y;return i?(g+=Math.max((o.width-_)/2,0),f+=Math.max((o.height-p)/2,0)):(h=this.getValidScale(Math.min(o.width/_,o.height/p)),g+=(o.width-_*h)/2,f+=(o.height-p*h)/2,M.scaleOf(e,r,h),r.scaleOf(r,h),e.scaleX*=h,e.scaleY*=h),M.move(e,g,f),r.move(g,f),n.set(e,s),r}return n.worldBoxBounds};class yp extends t.Group{get isOutside(){return!0}constructor(t,e){super(),this.config={theme:"light",padding:0,minSize:10},t.isApp&&(t.sky.add(this),t=t.tree),this.target=t,e&&It.assign(this.config,e),this.changeTheme(this.config.theme),this.waitLeafer(this.__listenEvents,this)}changeTheme(e){let i;"string"==typeof e?(i={fill:"black",stroke:"rgba(255,255,255,0.8)"},"dark"===e&&(i.fill="white",i.stroke="rgba(0,0,0,0.2)")):i=e,this.scrollXBar||this.addMany(this.scrollXBar=new t.Box,this.scrollYBar=new t.Box),i=Object.assign({strokeAlign:"center",opacity:.5,width:6,cornerRadius:3,hoverStyle:{opacity:.6},pressStyle:{opacity:.7}},i),i.height||(i.height=i.width),this.scrollXBar.set(Object.assign(Object.assign({},i),{visible:!1})),this.scrollYBar.set(Object.assign(Object.assign({},i),{visible:!1})),this.leafer&&this.update()}update(t){if(this.dragScrolling)return;const{minSize:e,padding:i}=this.config,{zoomLayer:s,canvas:n}=this.target.leafer,{worldRenderBounds:o}=s;if(t&&this.scrollBounds&&this.scrollBounds.isSame(o))return;this.scrollBounds=new lt(o);const r=n.bounds.clone().shrink(i),a=r.clone().add(o),h=this.ratioX=r.width/a.width,l=this.ratioY=r.height/a.height,d=(r.x-a.x)/a.width,c=(r.y-a.y)/a.height,u=h<1,_=l<1,{scrollXBar:p,scrollYBar:g}=this,{x:f,y:y,width:m,height:v}=r.shrink([2,_?g.width+6:2,u?p.height+6:2,2]);p.set({x:f+m*d,y:y+v+2,width:Math.max(m*h,e),visible:u}),g.set({x:f+m+2,y:y+v*c,height:Math.max(v*l,e),visible:_})}onDrag(t){this.dragScrolling=!0,this.__dragOut=this.app.config.move.dragOut,this.app.config.move.dragOut=!1;const e=t.current===this.scrollXBar,i=this.target.leafer.getValidMove(e?-t.moveX/this.ratioX:0,e?0:-t.moveY/this.ratioY);this.target.moveWorld(i.x,i.y),t.current.moveWorld(i.x&&-i.x*this.ratioX,i.y&&-i.y*this.ratioY)}onDragEnd(){this.dragScrolling=!1,this.app.config.move.dragOut=this.__dragOut}__listenEvents(){const{scrollXBar:e,scrollYBar:i}=this;this.__eventIds=[e.on_(t.DragEvent.DRAG,this.onDrag,this),i.on_(t.DragEvent.DRAG,this.onDrag,this),e.on_(t.DragEvent.END,this.onDragEnd,this),i.on_(t.DragEvent.END,this.onDragEnd,this),this.target.on_(Jo.BEFORE,(()=>this.update(!0))),this.target.leafer.on_(Zo.RESIZE,(()=>this.update()))]}__removeListenEvents(){this.off_(this.__eventIds)}destroy(){this.destroyed||(this.__removeListenEvents(),this.target=this.config=null,super.destroy())}}Lt.add("scroll");class mp extends rh{}function vp(t){return Tn(t,(t=>({set(e){if(this.__setAttr(t,e)){const t=this.__;t.__useArrow="none"!==t.startArrow||"none"!==t.endArrow,Hn(this)}}})))}t.Arrow=class extends t.Line{get __tag(){return"Arrow"}constructor(t){super(t),this.__.__useArrow=!0}},Ut([Qn(mp)],t.Arrow.prototype,"__",void 0),Ut([vp("angle")],t.Arrow.prototype,"endArrow",void 0),t.Arrow=Ut([ho()],t.Arrow);const{M:wp,L:xp,C:bp,Q:Ep,O:Bp}=te,{rotate:kp,copyFrom:Tp,scale:Lp}=M,Rp={},Pp={layout(t,e,i,s,n,o,r){let a,h,l=0,d=t.length;for(;l<d;)switch(a=t[l],a){case wp:case xp:Cp(t,l+1,e,i,s,n,o,r),l+=3;break;case bp:for(h=1;h<6;h+=2)Cp(t,l+h,e,i,s,n,o,r);l+=7;break;case Ep:for(h=1;h<4;h+=2)Cp(t,l+h,e,i,s,n,o,r);l+=5;break;case Bp:t[l+1]+=e,t[l+2]+=i,s&&(t[l+3]*=s),o&&(t[l+4]+=o,t[l+5]+=o),l+=7}},rotate(t,e,i){Pp.layout(t,0,0,1,1,e,i)}};function Cp(t,e,i,s,n,o,r,a){Tp(Rp,t[e],t[e+1]),r&&kp(Rp,r,a),n&&Lp(Rp,n,o),t[e]=i+Rp.x,t[e+1]=s+Rp.y}const{layout:Sp,rotate:Op}=Pp,{getAngle:Mp}=M,Dp={x:-.5},Ip={connect:Dp,offset:{x:-.71,bevelJoin:.36,roundJoin:.22},path:[1,-3,-3,2,0,0,2,-3,3]},Ap={connect:Dp,offset:{x:-1.207,bevelJoin:.854,roundJoin:.707},path:[1,-3,-3,2,0,0,2,-1,0]},Wp={connect:Dp,offset:{x:-.9,bevelJoin:.624,roundJoin:.4},path:[1,-3,0,2,-3,-2,2,0,0,2,-3,2,2,-3,0,1,-2.05,1.1,2,-2.05,-1.1],dashPath:[1,-2,0,2,-.5,0]},Fp={connect:Dp,offset:{x:-1.1,bevelJoin:.872,roundJoin:.6},path:[1,-3,0,2,-3.5,-1.8,2,0,0,2,-3.5,1.8,2,-3,0,1,-2.25,.95,2,-2.25,-.95],dashPath:[1,-3,0,2,-.5,0]},zp={offset:Dp,path:[...Wp.path],dashPath:[1,-2.5,0,2,-1,0]};Op(zp.path,180,{x:-1.5,y:0});const Hp={connect:{x:-1.3},path:[1,1.8,-.1,2,1.8,0,26,0,0,1.8,0,359,0]},Up={connect:{x:.5},path:[...Hp.path,1,0,0,26,0,0,1,0,360,0],dashPath:[1,-.5,0,2,.5,0]},Np={connect:{x:-1.3},path:[1,-1.4,0,2,-1.4,-1.4,2,1.4,-1.4,2,1.4,1.4,2,-1.4,1.4,2,-1.4,0]},Yp={path:[...Np.path,2,-1.4,-.49,2,1,-.49,1,-1.4,.49,2,1,.49]},Xp=It.clone(Np),Vp=It.clone(Yp);Op(Xp.path,45),Op(Vp.path,45);const jp={angle:Ip,"angle-side":Ap,arrow:Fp,triangle:Wp,"triangle-flip":zp,circle:Up,"circle-line":Hp,square:Yp,"square-line":Np,diamond:Vp,"diamond-line":Xp,mark:{offset:Dp,path:[1,0,-2,2,0,2]}};function Gp(t,e,i,s,n,o,r){const{strokeCap:a,strokeJoin:h}=t.__,{offset:l,connect:d,path:c,dashPath:u}="object"==typeof e?e:jp[e];let _=d?d.x:0,p=l?l.x:0;const g=[...c];return r&&u&&g.push(...u),"none"!==a&&(_-=.5),l&&("round"===h&&l.roundJoin?p+=l.roundJoin:"bevel"===h&&l.bevelJoin&&(p+=l.bevelJoin)),p&&Sp(g,p,0),Sp(g,s.x,s.y,n,n,Mp(i,s)),o.x=(_+p)*n,g}const{M:Zp,L:Kp,C:qp,Q:Jp,Z:$p,N:Qp,D:tg,X:eg,G:ig,F:sg,O:ng,P:og,U:rg}=te,{copy:ag,copyFrom:hg,getDistancePoint:lg}=M,dg={},cg={},ug={},_g={},pg={},gg={list:jp,addArrows(t,e){const{startArrow:i,endArrow:s,strokeWidth:n,dashPattern:o,__pathForRender:r}=t.__;let a,h=0,l=r.length,d=0,c=i&&"none"!==i;for(;h<l;){switch(a=r[h],a){case Zp:case Kp:(d<2||h+6>=l)&&(hg(pg,r[h+1],r[h+2]),!d&&c&&ag(cg,pg)),h+=3;break;case qp:1!==d&&h+7!==l||fg(r,_g,pg,h+3),h+=7;break;case Jp:1!==d&&h+5!==l||fg(r,_g,pg,h+1),h+=5;break;case $p:return;case Qp:h+=5;break;case tg:h+=9;break;case eg:h+=6;break;case ig:h+=9;break;case sg:h+=5;break;case ng:h+=7;break;case og:h+=4;break;case rg:1!==d&&h+6!==l||fg(r,_g,pg,h+1),h+=6}if(d++,1===d&&a!==Zp)return;if(2===d&&c&&ag(ug,a===Kp?pg:_g),h===l){const l=t.__.__pathForRender=e?[...r]:r,d=t.__.__pathForArrow=[];if(c){const e=Gp(t,i,ug,cg,n,dg,!!o);o?d.push(...e):l.push(...e),dg.x&&(lg(cg,ug,-dg.x,!0),l[1]=ug.x,l[2]=ug.y)}if(s&&"none"!==s){const e=Gp(t,s,_g,pg,n,dg,!!o);if(o?d.push(...e):l.push(...e),dg.x){let t;switch(lg(pg,_g,-dg.x,!0),a){case Kp:t=h-3+1;break;case qp:t=h-7+5;break;case Jp:t=h-5+3;break;case rg:t=h-6+3}t&&yg(l,_g,t)}}}else ag(_g,pg)}}};function fg(t,e,i,s){hg(e,t[s],t[s+1]),hg(i,t[s+2],t[s+3])}function yg(t,e,i){t[i]=e.x,t[i+1]=e.y}Lt.add("arrow"),t.UI.addAttr("startArrow","none",vp),t.UI.addAttr("endArrow","none",vp),Object.assign(Ua,gg);const{Yes:mg,NoAndSkip:vg,YesAndSkip:wg}=t.Answer,xg={},bg={},Eg={};class Bg{constructor(t){this.innerIdMap={},this.idMap={},this.methods={id:(t,e)=>t.id===e?(this.target&&(this.idMap[e]=t),1):0,innerId:(t,e)=>t.innerId===e?(this.target&&(this.innerIdMap[e]=t),1):0,className:(t,e)=>t.className===e?1:0,tag:(t,e)=>t.__tag===e?1:0,tags:(t,e)=>e[t.__tag]?1:0},(this.target=t)&&this.__listenEvents()}getBy(t,e,i,s){switch(typeof t){case"number":const n=this.getByInnerId(t,e);return i?n:n?[n]:[];case"string":switch(t[0]){case"#":xg.id=t.substring(1),t=xg;break;case".":bg.className=t.substring(1),t=bg;break;default:Eg.tag=t,t=Eg}case"object":if(void 0!==t.id){const s=this.getById(t.id,e);return i?s:s?[s]:[]}if(t.tag){const{tag:s}=t,n=s instanceof Array;return this.getByMethod(n?this.methods.tags:this.methods.tag,e,i,n?It.toMap(s):s)}return this.getByMethod(this.methods.className,e,i,t.className);case"function":return this.getByMethod(t,e,i,s)}}getByInnerId(t,e){const i=this.innerIdMap[t];return i||(this.eachFind(this.toChildren(e),this.methods.innerId,null,t),this.findLeaf)}getById(t,e){const i=this.idMap[t];return i&&xo.hasParent(i,e||this.target)?i:(this.eachFind(this.toChildren(e),this.methods.id,null,t),this.findLeaf)}getByClassName(t,e){return this.getByMethod(this.methods.className,e,!1,t)}getByTag(t,e){return this.getByMethod(this.methods.tag,e,!1,t)}getByMethod(t,e,i,s){const n=i?null:[];return this.eachFind(this.toChildren(e),t,n,s),n||this.findLeaf}eachFind(t,e,i,s){let n,o;for(let r=0,a=t.length;r<a;r++){if(n=t[r],o=e(n,s),o===mg||o===wg){if(!i)return void(this.findLeaf=n);i.push(n)}n.isBranch&&o<vg&&this.eachFind(n.children,e,i,s)}}toChildren(t){return this.findLeaf=null,[t||this.target]}__onRemoveChild(t){const{id:e,innerId:i}=t.child;this.idMap[e]&&delete this.idMap[e],this.innerIdMap[i]&&delete this.innerIdMap[i]}__checkIdChange(t){if("id"===t.attrName){const e=t.oldValue;this.idMap[e]&&delete this.idMap[e]}}__listenEvents(){this.__eventIds=[this.target.on_(Vo.REMOVE,this.__onRemoveChild,this),this.target.on_(jo.CHANGE,this.__checkIdChange,this)]}__removeListenEvents(){this.target.off_(this.__eventIds),this.__eventIds.length=0}destroy(){const{__eventIds:t}=this;t&&t.length&&(this.__removeListenEvents(),this.innerIdMap={},this.idMap={}),this.findLeaf=null}}const kg=t.UI.prototype;function Tg(t){return t.leafer?t.leafer.selector:e.selector||(e.selector=i.selector())}kg.find=function(t,e){return Tg(this).getBy(t,this,!1,e)},kg.findOne=function(t,e){return Tg(this).getBy(t,this,!0,e)},Lt.add("find"),i.finder=function(t){return new Bg(t)};const{setPoint:Lg,addPoint:Rg,toBounds:Pg}=N;const Cg={syncExport(t,s,n){let o;this.running=!0;const r=cn.fileType(s),a=s.includes(".");n=cn.getExportOptions(n);const{toURL:l}=e,{download:d}=e.origin;if("json"===r)a&&d(l(JSON.stringify(t.toJSON(n.json)),"text"),s),o={data:!!a||t.toJSON(n.json)};else if("svg"===r)a&&d(l(t.toSVG(),"svg"),s),o={data:!!a||t.toSVG()};else{let e,r,a=1,l=1;const{worldTransform:d,isLeafer:c,leafer:u,isFrame:_}=t,{slice:p,trim:g,padding:f,onCanvas:y}=n,m=void 0===n.smooth?!u||u.config.smooth:n.smooth,v=n.contextSettings||(u?u.config.contextSettings:void 0),w=n.screenshot||t.isApp,x=c&&w&&void 0===n.fill?t.fill:n.fill,b=cn.isOpaqueImage(s)||x,E=new H;if(w)e=!0===w?c?u.canvas.bounds:t.worldRenderBounds:w;else{let i=n.relative||(c?"inner":"local");switch(a=d.scaleX,l=d.scaleY,i){case"inner":E.set(d);break;case"local":E.set(d).divide(t.localTransform),a/=t.scaleX,l/=t.scaleY;break;case"world":a=1,l=1;break;case"page":i=u||t;default:E.set(d).divide(t.getTransform(i));const e=i.worldTransform;a/=a/e.scaleX,l/=l/e.scaleY}e=t.getBounds("render",i)}const B={scaleX:1,scaleY:1};h.getScaleData(n.scale,n.size,e,B);let k=n.pixelRatio||1;t.isApp&&(B.scaleX*=k,B.scaleY*=k,k=t.app.pixelRatio);const{x:T,y:L,width:R,height:P}=new lt(e).scale(B.scaleX,B.scaleY),C={matrix:E.scale(1/B.scaleX,1/B.scaleY).invert().translate(-T,-L).withScale(1/a*B.scaleX,1/l*B.scaleY)};let S,O=i.canvas({width:Math.floor(R),height:Math.floor(P),pixelRatio:k,smooth:m,contextSettings:v});if(p&&(S=t,S.__worldOpacity=0,t=u||t,C.bounds=O.bounds),O.save(),_&&void 0!==x){const e=t.get("fill");t.fill="",t.__render(O,C),t.fill=e}else t.__render(O,C);if(O.restore(),S&&S.__updateWorldOpacity(),g){r=function(t){const{width:e,height:i}=t.view,{data:s}=t.context.getImageData(0,0,e,i);let n,o,r,a=0;for(let t=0;t<s.length;t+=4)0!==s[t+3]&&(n=a%e,o=(a-n)/e,r?Rg(r,n,o):Lg(r={},n,o)),a++;const h=new lt;return Pg(r,h),h.scale(1/t.pixelRatio).ceil()}(O);const t=O,{width:e,height:s}=r,n={x:0,y:0,width:e,height:s,pixelRatio:k};O=i.canvas(n),O.copyWorld(t,r,n)}if(f){const[t,e,s,n]=h.fourNumber(f),o=O,{width:r,height:a}=o;O=i.canvas({width:r+n+e,height:a+t+s,pixelRatio:k}),O.copyWorld(o,o.bounds,{x:n,y:t,width:r,height:a})}b&&O.fillWorld(O.bounds,x||"#FFFFFF","destination-over"),y&&y(O);o={data:"canvas"===s?O:O.export(s,n),width:O.pixelWidth,height:O.pixelHeight,renderBounds:e,trimBounds:r}}return this.running=!1,o},export(t,i,s){return this.running=!0,function(t){Sg||(Sg=new gn);return new Promise((e=>{Sg.add((()=>Nt(this,void 0,void 0,(function*(){return yield t(e)}))),{parallel:!1})}))}((n=>new Promise((o=>{const r=()=>Nt(this,void 0,void 0,(function*(){if(!yn.isComplete)return e.requestRender(r);const a=Cg.syncExport(t,i,s);a.data instanceof Promise&&(a.data=yield a.data),n(a),o()}));t.updateLayout(),Og(t);const{leafer:a}=t;a?a.waitViewCompleted(r):r()}))))}};let Sg;function Og(t){t.__.__needComputePaint&&t.__.__computePaint(),t.isBranch&&t.children.forEach((t=>Og(t)))}const Mg=Jt.prototype,Dg=wt.get("@leafer-in/export");Mg.export=function(t,e){const{quality:i,blob:s}=cn.getExportOptions(e);return t.includes(".")?this.saveAs(t,i):s?this.toBlob(t,i):this.toDataURL(t,i)},Mg.toBlob=function(t,i){return new Promise((s=>{e.origin.canvasToBolb(this.view,t,i).then((t=>{s(t)})).catch((t=>{Dg.error(t),s(null)}))}))},Mg.toDataURL=function(t,i){return e.origin.canvasToDataURL(this.view,t,i)},Mg.saveAs=function(t,i){return new Promise((s=>{e.origin.canvasSaveAs(this.view,t,i).then((()=>{s(!0)})).catch((t=>{Dg.error(t),s(!1)}))}))},Lt.add("export"),Object.assign(Ga,Cg),t.UI.prototype.export=function(t,e){return Ga.export(this,t,e)},t.UI.prototype.syncExport=function(t,e){return Ga.syncExport(this,t,e)};const Ig={none:"none",title:"capitalize",upper:"uppercase",lower:"lowercase","small-caps":"small-caps"},Ag={top:"flex-start",middle:"center",bottom:"flex-end"};function Wg(t,e,i){const{style:s}=t,{fill:n,padding:o,textWrap:r,textOverflow:a,textDecoration:h}=e;s.fontFamily=e.fontFamily,s.fontSize=e.fontSize*i+"px",function(t,e){let i="black";e instanceof Array&&(e=e[0]);if("object"==typeof e)switch(e.type){case"solid":i=za.string(e.color);break;case"image":break;case"linear":case"radial":case"angular":const t=e.stops[0];i=za.string("string"==typeof t?t:t.color);break;default:void 0!==e.r&&(i=za.string(e))}else i=e;t.color=i}(s,n),s.fontStyle=e.italic?"italic":"normal",s.fontWeight=e.fontWeight,s.textDecoration="delete"===h?"line-through":h,s.textTransform=Ig[e.textCase],s.textAlign="both"===e.textAlign?"justify":e.textAlign,s.display="flex",s.flexDirection="column",s.justifyContent=Ag[e.verticalAlign],s.lineHeight=(e.__.__lineHeight||0)*i+"px",s.letterSpacing=(e.__.__letterSpacing||0)*i+"px","none"===r?s.whiteSpace="nowrap":"break"===r&&(s.wordBreak="break-all"),s.textIndent=(e.paraIndent||0)*i+"px",s.padding=o instanceof Array?o.map((t=>t*i+"px")).join(" "):(o||0)*i+"px",s.textOverflow="show"===a?"":"hide"===a?"clip":a}t.TextEditor=class extends x_{constructor(){super(...arguments),this.config={selectAll:!0},this.eventIds=[]}get tag(){return"TextEditor"}onLoad(){const{editor:e}=this,{config:i}=e.app,s=this.editTarget;s.visible=!1,this.isHTMLText=!(s instanceof t.Text),this._keyEvent=i.keyEvent,i.keyEvent=!1;const n=this.editDom=document.createElement("div"),{style:o}=n;n.contentEditable="true",o.position="fixed",o.transformOrigin="left top",o.boxSizing="border-box",this.isHTMLText?n.innerHTML=String(s.text):n.innerText=String(s.text);const{view:r}=e.app;(this.inBody=r instanceof HTMLCanvasElement)?document.body.appendChild(n):r.appendChild(n),this.eventIds=[e.app.on_(t.PointerEvent.DOWN,(t=>{let i,{target:s}=t.origin;for(;s;)s===n&&(i=!0),s=s.parentElement;i||e.closeInnerEditor()}))],this.onFocus=this.onFocus.bind(this),this.onInput=this.onInput.bind(this),this.onUpdate=this.onUpdate.bind(this),this.onKeydown=this.onKeydown.bind(this),n.addEventListener("focus",this.onFocus),n.addEventListener("input",this.onInput),window.addEventListener("keydown",this.onKeydown),window.addEventListener("scroll",this.onUpdate);const a=window.getSelection(),h=document.createRange();if(this.config.selectAll)h.selectNodeContents(n);else{const t=n.childNodes[0];h.setStartAfter(t),h.setEndAfter(t),h.collapse(!0)}a.removeAllRanges(),a.addRange(h)}onInput(){const{editDom:t}=this;this.editTarget.text=this.isHTMLText?t.innerHTML:t.innerText}onFocus(){this.editDom.style.outline="none"}onKeydown(t){if("Escape"===t.code&&this.editor.closeInnerEditor(),"Enter"===t.key){t.preventDefault();const e=document.createElement("br"),i=window.getSelection().getRangeAt(0);i.deleteContents(),i.insertNode(e),i.setStartAfter(e),i.setEndAfter(e),this.onInput()}}onUpdate(){const{editTarget:t}=this;let e=1;if(!this.isHTMLText){const{scaleX:i,scaleY:s}=t.worldTransform;e=Math.max(Math.abs(i),Math.abs(s));t.fontSize*e<12&&(e*=12/t.fontSize)}this.textScale=e;const{a:i,b:s,c:n,d:o,e:r,f:a}=new H(t.worldTransform).scale(1/e);let{x:h,y:l}=this.inBody?t.app.clientBounds:t.app.tree.clientBounds;this.inBody||(h-=window.scrollX,l-=window.scrollY);let{width:d,height:c}=t;d*=e,c*=e;const u=t.__;if(u.__autoWidth&&u.autoSizeAlign)switch(d+=20,u.textAlign){case"center":h-=d/2;break;case"right":h-=d}if(u.__autoHeight&&u.autoSizeAlign)switch(c+=20,u.verticalAlign){case"middle":l-=c/2;break;case"bottom":l-=c}const{style:_}=this.editDom;_.transform=`matrix(${i},${s},${n},${o},${r},${a})`,_.left=h+"px",_.top=l+"px",_.width=d+"px",_.height=c+"px",this.isHTMLText||Wg(this.editDom,t,e)}onUnload(){const{editTarget:t,editor:e,editDom:i}=this;t&&(this.onInput(),t.visible=!0,e.app&&(e.app.config.keyEvent=this._keyEvent),e.off_(this.eventIds),i.removeEventListener("focus",this.onFocus),i.removeEventListener("input",this.onInput),window.removeEventListener("keydown",this.onKeydown),window.removeEventListener("scroll",this.onUpdate),i.remove(),this.editDom=this.eventIds=void 0)}},t.TextEditor=Ut([c_()],t.TextEditor),Lt.add("text-editor","editor");class Fg extends gh{setText(t){this._text=t,this.__htmlChanged=!0}}return t.HTMLText=class extends t.Image{get __tag(){return"HTMLText"}constructor(t){super(t)}__updateBoxBounds(){const t=this.__;if(t.__htmlChanged){const e=document.createElement("div"),{style:i}=e;i.all="initial",i.position="absolute",i.visibility="hidden",e.innerHTML=this.text,document.body.appendChild(e);const{width:s,height:n}=e.getBoundingClientRect(),o=s+10,r=`<svg xmlns="http://www.w3.org/2000/svg" width="${o}" height="${n}">\n <foreignObject width="${o}" height="${n}">\n <style>\n * {\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n }\n </style>\n <body xmlns="http://www.w3.org/1999/xhtml">\n ${this.text}\n </body>\n </foreignObject>\n </svg>`;t.__setImageFill("data:image/svg+xml,"+encodeURIComponent(r)),t.__naturalWidth=o/t.pixelRatio,t.__naturalHeight=n/t.pixelRatio,t.__htmlChanged=!1,e.remove()}super.__updateBoxBounds()}},Ut([Qn(Fg)],t.HTMLText.prototype,"__",void 0),Ut([Dn("")],t.HTMLText.prototype,"text",void 0),Ut([Pn("TextEditor")],t.HTMLText.prototype,"editInner",void 0),t.HTMLText=Ut([ho()],t.HTMLText),Lt.add("html"),t.AlignHelper=mt,t.AroundHelper=gt,t.ArrowData=mp,t.AutoBounds=ct,t.BezierHelper=Te,t.Bounds=lt,t.BoundsHelper=ot,t.BoxData=sh,t.BranchHelper=Co,t.BranchRender=Or,t.CanvasData=fh,t.CanvasManager=Dt,t.ChildEvent=Vo,t.ColorConvert=za,t.Creator=i,t.Cursor=Sl,t.DataHelper=It,t.Debug=wt,t.Dragger=wl,t.EditBox=Qu,t.EditDataHelper=Vu,t.EditPoint=qu,t.EditSelect=Du,t.EditSelectHelper=Cu,t.EditToolCreator=u_,t.Editor=w_,t.EditorEvent=gu,t.EditorGroupEvent=g_,t.EditorHelper=h_,t.EditorMoveEvent=fu,t.EditorRotateEvent=mu,t.EditorScaleEvent=yu,t.EditorSkewEvent=vu,t.Effect=Va,t.EllipseData=hh,t.EllipseHelper=Ie,t.Event=Xo,t.EventCreator=Ot,t.Eventer=tr,t.Export=Ga,t.FileHelper=cn,t.Filter=ja,t.Finder=Bg,t.FrameData=oh,t.GroupData=ih,t.HTMLTextData=Fg,t.HitCanvasManager=Ol,t.ImageData=gh,t.ImageEvent=Go,t.ImageManager=vn,t.IncrementId=s,t.InnerEditor=x_,t.InnerEditorEvent=p_,t.InteractionBase=Cl,t.InteractionHelper=pl,t.Keyboard=hl,t.LayoutEvent=qo,t.Layouter=Pa,t.LeafBounds=Pr,t.LeafBoundsHelper=Ro,t.LeafData=Wt,t.LeafDataProxy=pr,t.LeafEventer=cr,t.LeafHelper=xo,t.LeafLayout=Yo,t.LeafLevelList=ua,t.LeafList=ca,t.LeafMatrix=xr,t.LeafRender=Cr,t.LeaferCanvas=_a,t.LeaferCanvasBase=Jt,t.LeaferData=nh,t.LeaferEvent=$o,t.LeaferImage=En,t.LeaferTypeCreator=sp,t.LineData=rh,t.MathHelper=h,t.Matrix=H,t.MatrixHelper=b,t.MultiTouchHelper=rp,t.MyDragEvent=_l,t.MyImage=el,t.MyPointerEvent=cl,t.NeedConvertToCanvasCommandMap=ie,t.OneRadian=l,t.PI2=d,t.PI_2=c,t.Paint=Na,t.PaintGradient=Xa,t.PaintImage=Ya,t.PathArrow=Ua,t.PathArrowModule=gg,t.PathBounds=$s,t.PathCommandDataHelper=Ni,t.PathCommandMap=te,t.PathConvert=vi,t.PathCorner=an,t.PathCreator=os,t.PathData=ch,t.PathDrawer=ws,t.PathHelper=$t,t.PathMatrixHelper=Pp,t.PathNumberCommandLengthMap=re,t.PathNumberCommandMap=oe,t.PenData=uh,t.Picker=Ma,t.Platform=e,t.Plugin=Lt,t.Point=F,t.PointHelper=M,t.PointerButton=ll,t.PolygonData=lh,t.PropertyEvent=jo,t.RectData=ah,t.RectHelper=ae,t.RectRender=wh,t.RenderEvent=Jo,t.Renderer=Sa,t.ResizeEvent=Zo,t.Resource=yn,t.Run=Bt,t.ScrollBar=yp,t.SelectArea=Pu,t.Selector=Da,t.StarData=dh,t.State=Za,t.StringNumberMap=vt,t.Stroker=Ru,t.TaskItem=pn,t.TaskProcessor=gn,t.TextConvert=Fa,t.TextData=ph,t.Transformer=hp,t.Transition=Ka,t.TwoPointBoundsHelper=N,t.UIBounds=yh,t.UICreator=Pt,t.UIData=th,t.UIEvent=dl,t.UIRender=mh,t.UnitConvert=Ha,t.WaitHelper=Do,t.WatchEvent=Ko,t.Watcher=ya,t.WheelEventHelper=ap,t.addViewport=tp,t.addViewportConfig=ep,t.affectRenderBoundsType=Nn,t.affectStrokeBoundsType=zn,t.arrowType=vp,t.attr=Ln,t.autoLayoutType=Sn,t.boundsType=Dn,t.canvasPatch=dn,t.canvasSizeAttrs=qt,t.cursorType=$n,t.dataProcessor=Qn,t.dataType=Pn,t.decorateLeafAttr=Tn,t.defineDataProcessor=to,t.defineKey=Bn,t.defineLeafAttr=Rn,t.doBoundsType=An,t.doStrokeType=Hn,t.effectType=Ia,t.emptyData=zt,t.eraserType=qn,t.getBoundsData=_,t.getDescriptor=kn,t.getMatrixData=p,t.getPointData=u,t.hitType=Jn,t.isNull=Ht,t.layoutProcessor=function(t){return(e,i)=>{Bn(e,"__LayoutProcessor",{get:()=>t})}},t.maskType=Kn,t.naturalBoundsType=In,t.opacityType=Xn,t.pathInputType=Wn,t.pathType=Fn,t.pen=hn,t.positionType=Cn,t.registerEditTool=d_,t.registerInnerEditor=c_,t.registerUI=ho,t.registerUIEvent=lo,t.resizeType=Aa,t.rewrite=no,t.rewriteAble=oo,t.rotationType=Mn,t.scaleType=On,t.sortType=Zn,t.strokeType=Un,t.surfaceType=Yn,t.tempBounds=dt,t.tempMatrix=U,t.tempPoint=z,t.useCanvas=ga,t.useModule=ao,t.version="1.5.0",t.visibleType=Vn,t.zoomLayerType=Wa,t}({});
|
|
2
2
|
//# sourceMappingURL=worker.min.js.map
|