leafer-game 0.0.1 → 1.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/web.cjs +678 -0
- package/dist/web.esm.js +654 -0
- package/dist/web.esm.min.js +1 -0
- package/dist/web.js +14413 -0
- package/dist/web.min.cjs +1 -0
- package/dist/web.min.js +1 -0
- package/dist/web.module.js +14231 -0
- package/dist/web.module.min.js +1 -0
- package/package.json +37 -14
- package/src/index.ts +1 -2
- package/types/index.d.ts +1 -0
package/dist/web.min.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var LeaferUI=function(t){"use strict";const e={toURL(t,e){let i=encodeURIComponent(t);return"text"===e?i="data:text/plain;charset=utf-8,"+i:"svg"===e&&(i="data:image/svg+xml,"+i),i},image:{hitCanvasSize:100,maxCacheSize:4096e3,maxPatternSize:8847360,crossOrigin:"anonymous",getRealURL(t){const{prefix:i,suffix:s}=e.image;return!s||t.startsWith("data:")||t.startsWith("blob:")||(t+=(t.includes("?")?"&":"?")+s),i&&"/"===t[0]&&(t=i+t),t}}},i={},s={RUNTIME:"runtime",LEAF:"leaf",TASK:"task",CNAVAS:"canvas",IMAGE:"image",types:{},create(t){const{types:e}=n;return e[t]?e[t]++:(e[t]=1,0)}},n=s,{round:o,pow:r,PI:a}=Math,h={within:(t,e,i)=>("object"==typeof e&&(i=e.max,e=e.min),void 0!==e&&t<e&&(t=e),void 0!==i&&t>i&&(t=i),t),fourNumber(t,e){let i;if(t instanceof Array)switch(t.length){case 4:i=void 0===e?t:[...t];break;case 2:i=[t[0],t[1],t[0],t[1]];break;case 3:i=[t[0],t[1],t[2],t[1]];break;case 1:t=t[0];break;default:t=0}if(i||(i=[t,t,t,t]),e)for(let t=0;t<4;t++)i[t]>e&&(i[t]=e);return i},formatRotation:(t,e)=>(t%=360,e?t<0&&(t+=360):(t>180&&(t-=360),t<-180&&(t+=360)),h.float(t)),getGapRotation(t,e,i=0){let s=t+i;if(e>1){const t=Math.abs(s%e);(t<1||t>e-1)&&(s=Math.round(s/e)*e)}return s-i},float(t,e){const i=e?r(10,e):1e12;return-0===(t=o(t*i)/i)?0:t},getScaleData:(t,e,i,s)=>(s||(s={}),e?(s.scaleX=("number"==typeof e?e:e.width)/i.width,s.scaleY=("number"==typeof e?e:e.height)/i.height):t&&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:P}=b,{sin:T,cos:R,abs:C,sqrt:k,atan2:S,min:D,PI:L}=Math,O={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=A.defaultPoint);const s=R(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}=A;return I(i,t),B(e,i,i),i},tempToOuterOf(t,e){const{tempPoint:i}=A;return I(i,t),P(e,i,i),i},tempToInnerRadiusPointOf(t,e){const{tempRadiusPoint:i}=A;return I(i,t),A.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){P(e,t,i)},getCenter:(t,e)=>({x:t.x+(e.x-t.x)/2,y:t.y+(e.y-t.y)/2}),getCenterX:(t,e)=>t+(e-t)/2,getCenterY:(t,e)=>t+(e-t)/2,getDistance:(t,e)=>M(t.x,t.y,e.x,e.y),getDistanceFrom(t,e,i,s){const n=C(i-t),o=C(s-e);return k(n*n+o*o)},getMinDistanceFrom:(t,e,i,s,n,o)=>D(M(t,e,i,s),M(i,s,n,o)),getAngle:(t,e)=>F(t,e)/l,getRotation:(t,e,i,s)=>(s||(s=e),A.getRadianFrom(t.x,t.y,e.x,e.y,i.x,i.y,s.x,s.y)/l),getRadianFrom(t,e,i,s,n,o,r,a){void 0===r&&(r=i,a=s);let h=S(e-s,t-i);const l=S(o-a,n-r)-h;return l<-L?l+d:l},getAtan2:(t,e)=>S(e.y-t.y,e.x-t.x),getDistancePoint(t,e,i,s){const n=F(t,e);return(e=s?e:{}).x=t.x+R(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){A.reset(t)}},A=O,{getDistanceFrom:M,copy:I,getAtan2:F}=A;class W{constructor(t,e){this.set(t,e)}set(t,e){return"object"==typeof t?O.copy(this,t):O.set(this,t,e),this}get(){const{x:t,y:e}=this;return{x:t,y:e}}clone(){return new W(this)}move(t,e){return O.move(this,t,e),this}scale(t,e){return O.scale(this,t,e),this}scaleOf(t,e,i){return O.scaleOf(this,t,e,i),this}rotate(t,e){return O.rotate(this,t,e),this}rotateOf(t,e){return O.rotate(this,e,t),this}getRotation(t,e,i){return O.getRotation(this,t,e,i)}toInnerOf(t,e){return O.toInnerOf(this,t,e),this}toOuterOf(t,e){return O.toOuterOf(this,t,e),this}getCenter(t){return new W(O.getCenter(this,t))}getDistance(t){return O.getDistance(this,t)}getDistancePoint(t,e,i){return new W(O.getDistancePoint(this,t,e,i))}getAngle(t){return O.getAngle(this,t)}getAtan2(t){return O.getAtan2(this,t)}reset(){return O.reset(this),this}}const U=new W;class z{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 z(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 N=new z,Y={tempPointBounds:{},setPoint(t,e,i){t.minX=t.maxX=e,t.minY=t.maxY=i},addPoint(t,e,i){t.minX=e<t.minX?e:t.minX,t.minY=i<t.minY?i:t.minY,t.maxX=e>t.maxX?e:t.maxX,t.maxY=i>t.maxY?i:t.maxY},addBounds(t,e,i,s,n){j(t,e,i),j(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:j}=Y,{tempPointBounds:X,setPoint:H,addPoint:V,toBounds:G}=Y,{toOuterPoint:q}=b,{float:K,fourNumber:Z}=h,{floor:Q,ceil:J}=Math;let $,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=Z(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){O.scale(t,e,i),t.width*=e,t.height*=i},scaleOf(t,e,i,s=i){O.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,q(e,st,nt),H(X,nt.x,nt.y),st.x=t.x+t.width,q(e,st,nt),V(X,nt.x,nt.y),st.y=t.y+t.height,q(e,st,nt),V(X,nt.x,nt.y),st.x=t.x,q(e,st,nt),V(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 z(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=Q(t.x),t.y=Q(t.y),t.width=e>t.x?J(t.width+e-t.x):J(t.width),t.height=i>t.y?J(t.height+i-t.y):J(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){$=t.x+t.width,tt=t.y+t.height,et=e.x,it=e.y,i||(et+=e.width,it+=e.height),$=$>et?$: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=$-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?H(X,t.x,t.y):V(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=O.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=O.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 $=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,$=$<et?$:et,tt=tt<it?tt:it,o=$-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 Pt.currentId=Pt.idMap[i]=e?performance.now():Date.now(),Pt.currentName=Pt.nameMap[i]=t,Pt.nameToIdMap[t]=i,i},end(t,e){const i=Pt.idMap[t],s=Pt.nameMap[t],n=e?(performance.now()-i)/1e3:Date.now()-i;Pt.idMap[t]=Pt.nameMap[t]=Pt.nameToIdMap[s]=void 0,Et.log(s,n,"ms")},endOfName(t,e){const i=Pt.nameToIdMap[t];void 0!==i&&Pt.end(i,e)}},Pt=Bt;function Tt(t){console.error("need plugin: @leafer-in/"+t)}const Rt=wt.get("UICreator"),Ct={list:{},register(t){const{__tag:e}=t.prototype;kt[e]?Rt.repeat(e):kt[e]=t},get(t,e,i,s,n,o){const r=new kt[t](e);return void 0!==i&&(r.x=i,s&&(r.y=s),n&&(r.width=n),o&&(r.height=o)),r}},{list:kt}=Ct,St=wt.get("EventCreator"),Dt={nameList:{},register(t){let e;Object.keys(t).forEach((i=>{e=t[i],"string"==typeof e&&(Lt[e]?St.repeat(e):Lt[e]=t)}))},changeName(t,e){const i=Lt[t];if(i){const s=Object.keys(i).find((e=>i[e]===t));s&&(i[s]=e,Lt[e]=i)}},has(t){return!!this.nameList[t]},get:(t,...e)=>new Lt[t](...e)},{nameList:Lt}=Dt;class Ot{constructor(){this.list=[]}add(t){t.manager=this,this.list.push(t)}get(t){let e;const{list:s}=this;for(let i=0,n=s.length;i<n;i++)if(e=s[i],e.recycled&&e.isSameSize(t))return e.recycled=!1,e.manager||(e.manager=this),e;const n=i.canvas(t);return this.add(n),n}recycle(t){t.recycled=!0}clearRecycled(){let t;const e=[];for(let i=0,s=this.list.length;i<s;i++)t=this.list[i],t.recycled?t.destroy():e.push(t);this.list=e}clear(){this.list.forEach((t=>{t.destroy()})),this.list.length=0}destroy(){this.clear()}}const At={default:(t,e)=>(Mt(e,t),Mt(t,e),t),assign(t,e){let i;Object.keys(e).forEach((s=>{var n;i=e[s],(null==i?void 0:i.constructor)===Object&&(null===(n=t[s])||void 0===n?void 0:n.constructor)===Object?Mt(t[s],e[s]):t[s]=e[s]}))},copyAttrs:(t,e,i)=>(i.forEach((i=>{void 0!==e[i]&&(t[i]=e[i])})),t),clone:t=>JSON.parse(JSON.stringify(t)),toMap(t){const e={};for(let i=0,s=t.length;i<s;i++)e[t[i]]=!0;return e}},{assign:Mt}=At;class It{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||e.__hasEraser||t.eraser?t.__single=!0:t.__single&&(t.__single=!1)}else t.__single=!0}__removeNaturalSize(){this.__naturalWidth=this.__naturalHeight=void 0}destroy(){this.__input=this.__middle=null}}var 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";function Wt(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 zt(t,e,i,s){return new(i||(i=Promise))((function(n,o){function r(t){try{h(s.next(t))}catch(t){o(t)}}function a(t){try{h(s.throw(t))}catch(t){o(t)}}function h(t){t.done?n(t.value):function(t){return t instanceof i?t:new i((function(e){e(t)}))}(t.value).then(r,a)}h((s=s.apply(t,e||[])).next())}))}function 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 jt(){return(t,e)=>{Yt.push(e)}}const Xt=[];class Ht{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||Xt)}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}}Ut([Nt("imageSmoothingEnabled")],Ht.prototype,"smooth",void 0),Ut([Nt("imageSmoothingQuality")],Ht.prototype,"smoothLevel",void 0),Ut([Nt("globalAlpha")],Ht.prototype,"opacity",void 0),Ut([Nt()],Ht.prototype,"fillStyle",void 0),Ut([Nt()],Ht.prototype,"strokeStyle",void 0),Ut([Nt("lineWidth")],Ht.prototype,"strokeWidth",void 0),Ut([Nt("lineCap")],Ht.prototype,"strokeCap",void 0),Ut([Nt("lineJoin")],Ht.prototype,"strokeJoin",void 0),Ut([Nt("lineDashOffset")],Ht.prototype,"dashOffset",void 0),Ut([Nt()],Ht.prototype,"miterLimit",void 0),Ut([Nt()],Ht.prototype,"shadowBlur",void 0),Ut([Nt()],Ht.prototype,"shadowColor",void 0),Ut([Nt()],Ht.prototype,"shadowOffsetX",void 0),Ut([Nt()],Ht.prototype,"shadowOffsetY",void 0),Ut([Nt()],Ht.prototype,"filter",void 0),Ut([Nt()],Ht.prototype,"font",void 0),Ut([Nt()],Ht.prototype,"fontKerning",void 0),Ut([Nt()],Ht.prototype,"fontStretch",void 0),Ut([Nt()],Ht.prototype,"fontVariantCaps",void 0),Ut([Nt()],Ht.prototype,"textAlign",void 0),Ut([Nt()],Ht.prototype,"textBaseline",void 0),Ut([Nt()],Ht.prototype,"textRendering",void 0),Ut([Nt()],Ht.prototype,"wordSpacing",void 0),Ut([Nt()],Ht.prototype,"letterSpacing",void 0),Ut([Nt()],Ht.prototype,"direction",void 0),Ut([jt()],Ht.prototype,"setTransform",null),Ut([jt()],Ht.prototype,"resetTransform",null),Ut([jt()],Ht.prototype,"getTransform",null),Ut([jt()],Ht.prototype,"save",null),Ut([jt()],Ht.prototype,"restore",null),Ut([jt()],Ht.prototype,"translate",null),Ut([jt()],Ht.prototype,"scale",null),Ut([jt()],Ht.prototype,"rotate",null),Ut([jt()],Ht.prototype,"fill",null),Ut([jt()],Ht.prototype,"stroke",null),Ut([jt()],Ht.prototype,"clip",null),Ut([jt()],Ht.prototype,"fillRect",null),Ut([jt()],Ht.prototype,"strokeRect",null),Ut([jt()],Ht.prototype,"clearRect",null),Ut([jt()],Ht.prototype,"beginPath",null),Ut([jt()],Ht.prototype,"moveTo",null),Ut([jt()],Ht.prototype,"lineTo",null),Ut([jt()],Ht.prototype,"bezierCurveTo",null),Ut([jt()],Ht.prototype,"quadraticCurveTo",null),Ut([jt()],Ht.prototype,"closePath",null),Ut([jt()],Ht.prototype,"arc",null),Ut([jt()],Ht.prototype,"arcTo",null),Ut([jt()],Ht.prototype,"ellipse",null),Ut([jt()],Ht.prototype,"rect",null),Ut([jt()],Ht.prototype,"roundRect",null),Ut([jt()],Ht.prototype,"createConicGradient",null),Ut([jt()],Ht.prototype,"createLinearGradient",null),Ut([jt()],Ht.prototype,"createPattern",null),Ut([jt()],Ht.prototype,"createRadialGradient",null),Ut([jt()],Ht.prototype,"fillText",null),Ut([jt()],Ht.prototype,"measureText",null),Ut([jt()],Ht.prototype,"strokeText",null);const{copy:Vt}=b,Gt={width:1,height:1,pixelRatio:1},qt=["width","height","pixelRatio"];class Kt extends Ht{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=Gt),t.pixelRatio||(t.pixelRatio=e.devicePixelRatio),this.manager=i,this.innerId=s.create(s.CNAVAS);const{width:n,height:o,pixelRatio:r}=t;this.autoLayout=!n||!o,this.size.pixelRatio=r,this.config=t,this.init()}init(){}__createContext(){const{view:t}=this,{contextSettings:e}=this.config;this.context=e?t.getContext("2d",e):t.getContext("2d"),this.__bindContext()}export(t,e){}toBlob(t,e){}toDataURL(t,e){}saveAs(t,e){}resize(t){if(this.isSameSize(t))return;let e;this.context&&!this.unreal&&this.width&&(e=this.getSameCanvas(),e.copyWorld(this)),At.copyAttrs(this.size,t,qt),this.size.pixelRatio||(this.size.pixelRatio=1),this.bounds=new lt(0,0,this.width,this.height),this.context&&!this.unreal&&(this.updateViewSize(),this.smooth=this.config.smooth),this.updateClientBounds(),this.context&&!this.unreal&&e&&(this.clearWorld(e.bounds),this.copyWorld(e),e.recycle())}updateViewSize(){}updateClientBounds(){}getClientBounds(t){return t&&this.updateClientBounds(),this.clientBounds||this.bounds}startAutoLayout(t,e){}stopAutoLayout(){}setCursor(t){}setWorld(t,e){const{pixelRatio:i}=this,s=this.worldTransform;if(e){const{a:n,b:o,c:r,d:a,e:h,f:l}=e;this.setTransform(s.a=(t.a*n+t.b*r)*i,s.b=(t.a*o+t.b*a)*i,s.c=(t.c*n+t.d*r)*i,s.d=(t.c*o+t.d*a)*i,s.e=(t.e*n+t.f*r+h)*i,s.f=(t.e*o+t.f*a+l)*i)}else this.setTransform(s.a=t.a*i,s.b=t.b*i,s.c=t.c*i,s.d=t.d*i,s.e=t.e*i,s.f=t.f*i)}useWorldTransform(t){t&&(this.worldTransform=t);const e=this.worldTransform;e&&this.setTransform(e.a,e.b,e.c,e.d,e.e,e.f)}setStroke(t,e,i){e&&(this.strokeWidth=e),t&&(this.strokeStyle=t),i&&this.setStrokeOptions(i)}setStrokeOptions(t){this.strokeCap="none"===t.strokeCap?"butt":t.strokeCap,this.strokeJoin=t.strokeJoin,this.dashPattern=t.dashPattern,this.dashOffset=t.dashOffset,this.miterLimit=t.miterLimit}saveBlendMode(t){this.savedBlendMode=this.blendMode,this.blendMode=t}restoreBlendMode(){this.blendMode=this.savedBlendMode}hitFill(t,e){return!0}hitStroke(t,e){return!0}hitPixel(t,e,i=1){return!0}setWorldShadow(t,e,i,s){const{pixelRatio:n}=this;this.shadowOffsetX=t*n,this.shadowOffsetY=e*n,this.shadowBlur=i*n,this.shadowColor=s||"black"}setWorldBlur(t){const{pixelRatio:e}=this;this.filter=`blur(${t*e}px)`}copyWorld(t,e,i,s){if(s&&(this.blendMode=s),e){const{pixelRatio:s}=this;i||(i=e),this.drawImage(t.view,e.x*s,e.y*s,e.width*s,e.height*s,i.x*s,i.y*s,i.width*s,i.height*s)}else this.drawImage(t.view,0,0);s&&(this.blendMode="source-over")}copyWorldToInner(t,e,i,s){if(s&&(this.blendMode=s),e.b||e.c)this.save(),this.resetTransform(),this.copyWorld(t,e,ot.tempToOuterOf(i,e)),this.restore();else{const{pixelRatio:s}=this;this.drawImage(t.view,e.x*s,e.y*s,e.width*s,e.height*s,i.x,i.y,i.width,i.height)}s&&(this.blendMode="source-over")}copyWorldByReset(t,e,i,s,n){this.resetTransform(),this.copyWorld(t,e,i,s),n||this.useWorldTransform()}useMask(t,e,i){this.copyWorld(t,e,i,"destination-in")}useEraser(t,e,i){this.copyWorld(t,e,i,"destination-out")}fillWorld(t,e,i){i&&(this.blendMode=i),this.fillStyle=e,dt.set(t).scale(this.pixelRatio),this.fillRect(dt.x,dt.y,dt.width,dt.height),i&&(this.blendMode="source-over")}strokeWorld(t,e,i){i&&(this.blendMode=i),this.strokeStyle=e,dt.set(t).scale(this.pixelRatio),this.strokeRect(dt.x,dt.y,dt.width,dt.height),i&&(this.blendMode="source-over")}clearWorld(t,e){dt.set(t).scale(this.pixelRatio),e&&dt.ceil(),this.clearRect(dt.x,dt.y,dt.width,dt.height)}clipWorld(t,e){this.beginPath(),dt.set(t).scale(this.pixelRatio),e&&dt.ceil(),this.rect(dt.x,dt.y,dt.width,dt.height),this.clip()}clear(){const{pixelRatio:t}=this;this.clearRect(0,0,this.width*t+2,this.height*t+2)}isSameSize(t){return this.width===t.width&&this.height===t.height&&this.pixelRatio===t.pixelRatio}getSameCanvas(t,e){const s=this.manager?this.manager.get(this.size):i.canvas(Object.assign({},this.size));return s.save(),t&&(Vt(s.worldTransform,this.worldTransform),s.useWorldTransform()),e&&(s.smooth=this.smooth),s}recycle(t){this.recycled||(this.restore(),t?this.clearWorld(t,!0):this.clear(),this.manager?this.manager.recycle(this):this.destroy())}updateRender(t){}unrealCanvas(){}destroy(){this.manager=this.view=this.parentView=null}}const Zt={creator:{},parse(t,e){},convertToCanvasData(t,e){}},Qt={N:21,D:22,X:23,G:24,F:25,O:26,P:27,U:28},Jt=Object.assign({M:1,m:10,L:2,l:20,H:3,h:30,V:4,v:40,C:5,c:50,S:6,s:60,Q:7,q:70,T:8,t:80,A:9,a:90,Z:11,z:11,R:12},Qt),$t={M:3,m:3,L:3,l:3,H:2,h:2,V:2,v:2,C:7,c:7,S:5,s:5,Q:5,q:5,T:3,t:3,A:8,a:8,Z:1,z:1,N:5,D:9,X:6,G:9,F:5,O:7,P:4,U:6},te={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},ee=Object.assign(Object.assign({},te),Qt),ie=Jt,se={};for(let t in ie)se[ie[t]]=t;const ne={};for(let t in ie)ne[ie[t]]=$t[t];const oe={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:re,cos:ae,atan2:he,ceil:le,abs:de,PI:ce,sqrt:ue,pow:_e}=Math,{setPoint:pe,addPoint:ge}=Y,{set:fe,toNumberPoints:ye}=O,{M:me,L:ve,C:we,Q:xe,Z:be}=Jt,Ee={},Be={points(t,e,i,s){let n=ye(e);if(t.push(me,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=ue(_e(r-e,2)+_e(a-o,2)),g=ue(_e(h-r,2)+_e(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(xe,d,c,r,a):t.push(we,u,_,d,c,r,a),u=r+g*h,_=a+g*l;s||t.push(xe,u,_,n[y-2],n[y-1])}else for(let e=2,i=n.length;e<i;e+=2)t.push(ve,n[e],n[e+1]);s&&t.push(be)},rect(t,e,i,s,n){Zt.creator.path=t,Zt.creator.moveTo(e,i).lineTo(e+s,i).lineTo(e+s,i+n).lineTo(e,i+n).lineTo(e,i)},roundRect(t,e,i,s,n,o){Zt.creator.path=[],oe.drawRoundRect(Zt.creator,e,i,s,n,o),t.push(...Zt.convertToCanvasData(Zt.creator.path,!0))},arcTo(t,e,i,s,n,o,r,a,h,u,_){const p=s-e,g=n-i,f=o-s,y=r-n;let m=he(g,p),v=he(y,f),w=v-m;if(w<0&&(w+=d),w===ce||de(p+g)<1e-12||de(f+y)<1e-12)return t&&t.push(ve,s,n),h&&(pe(h,e,i),ge(h,s,n)),_&&fe(_,e,i),void(u&&fe(u,s,n));const x=p*y-f*g<0,b=x?-1:1,E=a/ae(w/2),B=s+E*ae(m+w/2+c*b),P=n+E*re(m+w/2+c*b);return m-=c*b,v-=c*b,Re(t,B,P,a,a,0,m/l,v/l,x,h,u,_)},arc:(t,e,i,s,n,o,r,a,h,l)=>Re(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=re(g),y=ae(g);let m=r*l,v=a*l;m>ce&&(m-=d),v<0&&(v+=d);let w=v-m;w<0?w+=d:w>d&&(w-=d),h&&(w-=d);const x=le(de(w/c)),b=w/x,E=re(b/4),B=8/3*E*E/re(b/2);v=m+b;let P,T,R,C,k,S,D,L,O=ae(m),A=re(m),M=R=y*s*O-f*n*A,I=C=f*s*O+y*n*A,F=e+R,W=i+C;t&&t.push(t.length?ve:me,F,W),u&&pe(u,F,W),p&&fe(p,F,W);for(let o=0;o<x;o++)P=ae(v),T=re(v),R=y*s*P-f*n*T,C=f*s*P+y*n*T,k=e+M-B*(y*s*A+f*n*O),S=i+I-B*(f*s*A-y*n*O),D=e+R+B*(y*s*T+f*n*P),L=i+C+B*(f*s*T-y*n*P),t&&t.push(we,k,S,D,L,e+R,i+C),u&&Te(e+M,i+I,k,S,D,L,e+R,i+C,u,!0),M=R,I=C,O=P,A=T,m=v,v+=b;_&&fe(_,e+R,i+C)},quadraticCurveTo(t,e,i,s,n,o,r){t.push(we,(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){Te(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?ge(h,t,e):pe(h,t,e),ge(h,r,a);for(let l=0,c=d.length;l<c;l++)Pe(d[l],t,e,i,s,n,o,r,a,Ee),ge(h,Ee.x,Ee.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 Pe(t,e,i,s,n,o,r,a,h,l),l}},{getPointAndSet:Pe,toTwoPointBounds:Te,ellipse:Re}=Be,{sin:Ce,cos:ke,sqrt:Se,atan2:De}=Math,{ellipse:Le}=Be,Oe={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=ke(f),v=-m*p-y*g,w=-m*g+y*p,x=n*n,b=o*o,E=w*w,B=v*v,P=x*b-x*E-b*B;let T=0;if(P<0){const t=Se(1-P/(x*b));n*=t,o*=t}else T=(a===h?-1:1)*Se(P/(x*E+b*B));const R=T*n*w/o,C=-T*o*v/n,k=De((w-C)/o,(v-R)/n),S=De((-w-C)/o,(-v-R)/n);let D=S-k;0===h&&D>0?D-=d:1===h&&D<0&&(D+=d);const L=i+p+m*R-y*C,O=s+g+y*R+m*C,A=D<0?1:0;_||e.ellipseToCurve?Le(t,L,O,n,o,r,k/l,S/l,A):n!==o||r?t.push(Jt.G,L,O,n,o,r,k/l,S/l,A):t.push(Jt.O,L,O,n,k/l,S/l,A)}},{M:Ae,m:Me,L:Ie,l:Fe,H:We,h:Ue,V:ze,v:Ne,C:Ye,c:je,S:Xe,s:He,Q:Ve,q:Ge,T:qe,t:Ke,A:Ze,a:Qe,Z:Je,z:$e,N:ti,D:ei,X:ii,G:si,F:ni,O:oi,P:ri,U:ai}=Jt,{rect:hi,roundRect:li,arcTo:di,arc:ci,ellipse:ui,quadraticCurveTo:_i}=Be,{ellipticalArc:pi}=Oe,gi=wt.get("PathConvert"),fi={},yi={current:{dot:0},stringify(t,e){let i,s,n,o=0,r=t.length,a="";for(;o<r;){s=t[o],i=ne[s],a+=s===n?" ":se[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?ee:te;for(let e=0,h=t.length;e<h;e++)s=t[e],vt[s]?("."===s&&(mi.dot&&(vi(r,o),o=""),mi.dot++),"0"===o&&"."!==s&&(vi(r,o),o=""),o+=s):Jt[s]?(o&&(vi(r,o),o=""),mi.name=Jt[s],mi.length=$t[s],mi.index=0,vi(r,mi.name),!i&&a[s]&&(i=!0)):"-"===s||"+"===s?"e"===n||"E"===n?o+=s:(o&&vi(r,o),o=s):o&&(vi(r,o),o=""),n=s;return o&&vi(r,o),i?yi.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 Me: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 We:a=t[c+1],_.push(Ie,a,h),c+=2;break;case Ne:t[c+1]+=h;case ze:h=t[c+1],_.push(Ie,a,h),c+=2;break;case Fe:t[c+1]+=a,t[c+2]+=h;case Ie:a=t[c+1],h=t[c+2],_.push(Ie,a,h),c+=3;break;case He:t[c+1]+=a,t[c+2]+=h,t[c+3]+=a,t[c+4]+=h,n=Xe;case Xe:r=o===Ye||o===Xe,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(Ye,l,d,i,s,a,h),c+=5;break;case je: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],_.push(Ye,t[c+1],t[c+2],i,s,a,h),c+=7;break;case Ke:t[c+1]+=a,t[c+2]+=h,n=qe;case qe:r=o===Ve||o===qe,i=r?2*a-i:t[c+1],s=r?2*h-s:t[c+2],e?_i(_,a,h,i,s,t[c+1],t[c+2]):_.push(Ve,i,s,t[c+1],t[c+2]),a=t[c+1],h=t[c+2],c+=3;break;case Ge:t[c+1]+=a,t[c+2]+=h,t[c+3]+=a,t[c+4]+=h,n=Ve;case Ve:i=t[c+1],s=t[c+2],e?_i(_,a,h,i,s,t[c+3],t[c+4]):_.push(Ve,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 Ze:pi(_,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 $e:case Je:_.push(Je),c++;break;case ti:a=t[c+1],h=t[c+2],e?hi(_,a,h,t[c+3],t[c+4]):wi(_,t,c,5),c+=5;break;case ei:a=t[c+1],h=t[c+2],e?li(_,a,h,t[c+3],t[c+4],[t[c+5],t[c+6],t[c+7],t[c+8]]):wi(_,t,c,9),c+=9;break;case ii:a=t[c+1],h=t[c+2],e?li(_,a,h,t[c+3],t[c+4],t[c+5]):wi(_,t,c,6),c+=6;break;case si:ui(e?_:wi(_,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,fi),a=fi.x,h=fi.y,c+=9;break;case ni:e?ui(_,t[c+1],t[c+2],t[c+3],t[c+4],0,0,360,!1):wi(_,t,c,5),a=t[c+1]+t[c+3],h=t[c+2],c+=5;break;case oi:ci(e?_:wi(_,t,c,7),t[c+1],t[c+2],t[c+3],t[c+4],t[c+5],t[c+6],null,fi),a=fi.x,h=fi.y,c+=7;break;case ri:e?ci(_,t[c+1],t[c+2],t[c+3],0,360,!1):wi(_,t,c,4),a=t[c+1]+t[c+3],h=t[c+2],c+=4;break;case ai:di(e?_:wi(_,t,c,6),a,h,t[c+1],t[c+2],t[c+3],t[c+4],t[c+5],null,fi),a=fi.x,h=fi.y,c+=6;break;default:return gi.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(Ie,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(Ve,t.x1,t.y1,t.x,t.y);break;case"Z":e.push(Je)}})),e},copyData(t,e,i,s){for(let n=i,o=i+s;n<o;n++)t.push(e[n])},pushData(t,e){mi.index===mi.length&&(mi.index=1,t.push(mi.name)),t.push(Number(e)),mi.index++,mi.dot=0}},{current:mi,pushData:vi,copyData:wi}=yi,{M:xi,L:bi,C:Ei,Q:Bi,Z:Pi,N:Ti,D:Ri,X:Ci,G:ki,F:Si,O:Di,P:Li,U:Oi}=Jt,{getMinDistanceFrom:Ai,getRadianFrom:Mi}=O,{tan:Ii,min:Fi,abs:Wi}=Math,Ui={},zi={beginPath(t){t.length=0},moveTo(t,e,i){t.push(xi,e,i)},lineTo(t,e,i){t.push(bi,e,i)},bezierCurveTo(t,e,i,s,n,o,r){t.push(Ei,e,i,s,n,o,r)},quadraticCurveTo(t,e,i,s,n){t.push(Bi,e,i,s,n)},closePath(t){t.push(Pi)},rect(t,e,i,s,n){t.push(Ti,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(Ri,e,i,s,n,...r):t.push(Ti,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(ki,e,i,s,n,o,r,a,h?1:0))},arc(t,e,i,s,n,o,r){void 0===n?t.push(Li,e,i,s):(void 0===o&&(o=360),t.push(Di,e,i,s,n,o,r?1:0))},arcTo(t,e,i,s,n,o,r,a){if(void 0!==r){const h=Ii(Mi(r,a,e,i,s,n)/2)*(Ai(r,a,e,i,s,n)/2);t.push(Oi,e,i,s,n,Fi(o,Wi(h)))}else t.push(Oi,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,Ui),t.push(xi,Ui.x,Ui.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,Ui),t.push(xi,Ui.x,Ui.y),Yi(t,e,i,s,n,o,r)},drawPoints(t,e,i,s){Be.points(t,e,i,s)}},{ellipse:Ni,arc:Yi}=zi,{moveTo:ji,lineTo:Xi,quadraticCurveTo:Hi,bezierCurveTo:Vi,closePath:Gi,beginPath:qi,rect:Ki,roundRect:Zi,ellipse:Qi,arc:Ji,arcTo:$i,drawEllipse:ts,drawArc:es,drawPoints:is}=zi;class ss{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?Zt.parse(t):t:[],this}beginPath(){return qi(this.__path),this.paint(),this}moveTo(t,e){return ji(this.__path,t,e),this.paint(),this}lineTo(t,e){return Xi(this.__path,t,e),this.paint(),this}bezierCurveTo(t,e,i,s,n,o){return Vi(this.__path,t,e,i,s,n,o),this.paint(),this}quadraticCurveTo(t,e,i,s){return Hi(this.__path,t,e,i,s),this.paint(),this}closePath(){return Gi(this.__path),this.paint(),this}rect(t,e,i,s){return Ki(this.__path,t,e,i,s),this.paint(),this}roundRect(t,e,i,s,n){return Zi(this.__path,t,e,i,s,n),this.paint(),this}ellipse(t,e,i,s,n,o,r,a){return Qi(this.__path,t,e,i,s,n,o,r,a),this.paint(),this}arc(t,e,i,s,n,o){return Ji(this.__path,t,e,i,s,n,o),this.paint(),this}arcTo(t,e,i,s,n){return $i(this.__path,t,e,i,s,n),this.paint(),this}drawEllipse(t,e,i,s,n,o,r,a){return ts(this.__path,t,e,i,s,n,o,r,a),this.paint(),this}drawArc(t,e,i,s,n,o){return es(this.__path,t,e,i,s,n,o),this.paint(),this}drawPoints(t,e,i){return is(this.__path,t,e,i),this.paint(),this}clearPath(){return this.beginPath()}paint(){}}const{M:ns,L:os,C:rs,Q:as,Z:hs,N:ls,D:ds,X:cs,G:us,F:_s,O:ps,P:gs,U:fs}=Jt,ys=wt.get("PathDrawer"),ms={drawPathByData(t,e){if(!e)return;let i,s=0,n=e.length;for(;s<n;)switch(i=e[s],i){case ns:t.moveTo(e[s+1],e[s+2]),s+=3;break;case os:t.lineTo(e[s+1],e[s+2]),s+=3;break;case rs:t.bezierCurveTo(e[s+1],e[s+2],e[s+3],e[s+4],e[s+5],e[s+6]),s+=7;break;case as:t.quadraticCurveTo(e[s+1],e[s+2],e[s+3],e[s+4]),s+=5;break;case hs:t.closePath(),s+=1;break;case ls:t.rect(e[s+1],e[s+2],e[s+3],e[s+4]),s+=5;break;case ds: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 cs:t.roundRect(e[s+1],e[s+2],e[s+3],e[s+4],e[s+5]),s+=6;break;case us: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 ps: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 gs:t.arc(e[s+1],e[s+2],e[s+3],0,d,!1),s+=4;break;case fs:t.arcTo(e[s+1],e[s+2],e[s+3],e[s+4],e[s+5]),s+=6;break;default:return void ys.error(`command: ${i} [index:${s}]`,e)}}},{M:vs,L:ws,C:xs,Q:bs,Z:Es,N:Bs,D:Ps,X:Ts,G:Rs,F:Cs,O:ks,P:Ss,U:Ds}=Jt,{toTwoPointBounds:Ls,toTwoPointBoundsByQuadraticCurve:Os,arcTo:As,arc:Ms,ellipse:Is}=Be,{addPointBounds:Fs,copy:Ws,addPoint:Us,setPoint:zs,addBounds:Ns,toBounds:Ys}=Y,js=wt.get("PathBounds");let Xs,Hs,Vs;const Gs={},qs={},Ks={},Zs={toBounds(t,e){Zs.toTwoPointBounds(t,qs),Ys(qs,e)},toTwoPointBounds(t,e){if(!t||!t.length)return zs(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===Es||r===xs||r===bs?zs(e,h,l):zs(e,t[a+1],t[a+2])),r){case vs:case ws:h=t[a+1],l=t[a+2],Us(e,h,l),a+=3;break;case xs:n=t[a+5],o=t[a+6],Ls(h,l,t[a+1],t[a+2],t[a+3],t[a+4],n,o,Gs),Fs(e,Gs),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],Os(h,l,i,s,n,o,Gs),Fs(e,Gs),h=n,l=o,a+=5;break;case Es: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 Ps:case Ts:h=t[a+1],l=t[a+2],Ns(e,h,l,t[a+3],t[a+4]),a+=r===Ps?9:6;break;case Rs:Is(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],Gs,Ks),0===a?Ws(e,Gs):Fs(e,Gs),h=Ks.x,l=Ks.y,a+=9;break;case Cs:h=t[a+1],l=t[a+2],Hs=t[a+3],Vs=t[a+4],Ns(e,h-Hs,l-Vs,2*Hs,2*Vs),h+=Hs,a+=5;break;case ks:Ms(null,t[a+1],t[a+2],t[a+3],t[a+4],t[a+5],t[a+6],Gs,Ks),0===a?Ws(e,Gs):Fs(e,Gs),h=Ks.x,l=Ks.y,a+=7;break;case Ss:h=t[a+1],l=t[a+2],Xs=t[a+3],Ns(e,h-Xs,l-Xs,2*Xs,2*Xs),h+=Xs,a+=4;break;case Ds:As(null,h,l,t[a+1],t[a+2],t[a+3],t[a+4],t[a+5],Gs,Ks),0===a?Ws(e,Gs):Fs(e,Gs),h=Ks.x,l=Ks.y,a+=6;break;default:return void js.error(`command: ${r} [index:${a}]`,t)}}},{M:Qs,L:Js,C:$s,Z:tn}=Jt,{getCenterX:en,getCenterY:sn}=O,{arcTo:nn}=zi,on={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]===Js?(l=t[n+1],d=t[n+2],p.push(Qs,en(a,l),sn(h,d))):p.push(Qs,a,h);break;case Js:switch(o=t[n+1],r=t[n+2],n+=3,t[n]){case Js:nn(p,o,r,t[n+1],t[n+2],e,c,u);break;case tn:nn(p,o,r,a,h,e,c,u);break;default:p.push(Js,o,r)}c=o,u=r;break;case $s:p.push($s,t[n+1],t[n+2],t[n+3],t[n+4],t[n+5],t[n+6]),n+=7;break;case tn:nn(p,a,h,l,d,e,c,u),p.push(tn),n+=1}return s!==tn&&(p[1]=a,p[2]=h),p}};Zt.creator=new ss,Zt.parse=yi.parse,Zt.convertToCanvasData=yi.toCanvasData;const rn=new ss,{drawRoundRect:an}=oe;function hn(t){!function(t){t&&!t.roundRect&&(t.roundRect=function(t,e,i,s,n){an(this,t,e,i,s,n)})}(t)}const ln={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=dn.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{}}}},dn=ln;dn.opacityTypes.forEach((t=>dn.upperCaseTypeMap[t]=t.toUpperCase()));const cn=wt.get("TaskProcessor");class un{constructor(t){this.parallel=!0,this.time=1,this.id=s.create(s.TASK),this.task=t}run(){return zt(this,void 0,void 0,(function*(){try{this.task&&!this.isComplete&&this.parent.running&&(yield this.task())}catch(t){cn.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&&At.assign(this.config,t),this.empty()}add(t,e){let i,s,n,o;const r=new un(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 pn={map:{},recycledList:[],tasker:new _n,patternTasker:new _n,get isComplete(){return gn.tasker.isComplete},get(t){let e=gn.map[t.url];return e||(e=i.image(t),gn.map[t.url]=e),e.use++,e},recycle(t){t.use--,setTimeout((()=>{t.use||gn.recycledList.push(t)}))},clearRecycled(){const t=gn.recycledList;t.length>100&&(t.forEach((t=>{!t.use&&t.url&&(delete gn.map[t.url],t.destroy())})),t.length=0)},hasOpacityPixel:t=>ln.opacityTypes.some((e=>gn.isFormat(e,t))),isFormat(t,e){if(e.format===t)return!0;const{url:i}=e;if(i.startsWith("data:")){if(i.startsWith("data:"+ln.mineType(t)))return!0}else{if(i.includes("."+t)||i.includes("."+ln.upperCaseTypeMap[t]))return!0;if("png"===t&&!i.includes("."))return!0}return!1},destroy(){gn.map={},gn.recycledList=[]}},gn=pn,{IMAGE:fn,create:yn}=s;class mn{get url(){return this.config.url}get completed(){return this.ready||!!this.error}constructor(t){this.use=0,this.waitComplete=[],this.innerId=yn(fn),this.config=t||{url:""},this.isSVG=pn.isFormat("svg",t),this.hasOpacityPixel=pn.hasOpacityPixel(t)}load(t,i){return this.loading||(this.loading=!0,pn.tasker.add((()=>zt(this,void 0,void 0,(function*(){return yield e.origin.loadImage(this.url).then((t=>{this.ready=!0,this.width=t.naturalWidth||t.width,this.height=t.naturalHeight||t.height,this.view=t,this.onComplete(!0)})).catch((t=>{this.error=t,this.onComplete(!1)}))}))))),this.waitComplete.push(t,i),this.waitComplete.length-2}unload(t,e){const i=this.waitComplete;if(e){const e=i[t+1];e&&e({type:"stop"})}i[t]=i[t+1]=void 0}onComplete(t){let e;this.waitComplete.forEach(((i,s)=>{e=s%2,i&&(t?e||i(this):e&&i(this.error))})),this.waitComplete.length=0,this.loading=!1}getCanvas(t,i,s,n){if(t||(t=this.width),i||(i=this.height),this.cache){let{params:t,data:e}=this.cache;for(let i in t)if(t[i]!==arguments[i]){e=null;break}if(e)return e}const o=e.origin.createCanvas(t,i),r=o.getContext("2d");return s&&(r.globalAlpha=s),r.drawImage(this.view,0,0,t,i),this.cache=this.use>1?{data:o,params:arguments}:null,o}getPattern(t,i,s,n){const o=e.canvas.createPattern(t,i);try{s&&o.setTransform&&(o.setTransform(s),s=null)}catch(t){}return n&&(n.transform=s),o}destroy(){this.config={url:""},this.cache=null,this.waitComplete.length=0}}function vn(t,e,i,s){s||(i.configurable=i.enumerable=!0),Object.defineProperty(t,e,i)}function wn(t,e){return Object.getOwnPropertyDescriptor(t,e)}function xn(t,e){return(i,s)=>En(i,s,t,e&&e(s))}function bn(t){return t}function En(t,e,i,s){const n={get(){return this.__getAttr(e)},set(t){this.__setAttr(e,t)}};vn(t,e,Object.assign(n,s||{})),qn(t,e,i)}function Bn(t){return xn(t)}function Pn(t,e){return xn(t,(t=>({set(i){this.__setAttr(t,i,e)&&(this.__layout.matrixChanged||this.__layout.matrixChange())}})))}function Tn(t){return xn(t,(t=>({set(e){this.__setAttr(t,e)&&(this.__layout.matrixChanged||this.__layout.matrixChange(),this.__hasAutoLayout=!!(this.origin||this.around||this.flow),this.__local||this.__layout.createLocal())}})))}function Rn(t,e){return xn(t,(t=>({set(i){this.__setAttr(t,i,e)&&(this.__layout.scaleChanged||this.__layout.scaleChange())}})))}function Cn(t,e){return xn(t,(t=>({set(i){this.__setAttr(t,i,e)&&(this.__layout.rotationChanged||this.__layout.rotationChange())}})))}function kn(t,e){return xn(t,(t=>({set(i){this.__setAttr(t,i,e)&&Dn(this)}})))}function Sn(t){return xn(t,(t=>({set(e){this.__setAttr(t,e)&&(Dn(this),this.__.__removeNaturalSize())}})))}function Dn(t){t.__layout.boxChanged||t.__layout.boxChange(),t.__hasAutoLayout&&(t.__layout.matrixChanged||t.__layout.matrixChange())}function Ln(t){return xn(t,(t=>({set(e){const i=this.__;2!==i.__pathInputed&&(i.__pathInputed=e?1:0),e||(i.__pathForRender=void 0),this.__setAttr(t,e),Dn(this)}})))}const On=kn;function An(t){return xn(t,(t=>({set(e){this.__setAttr(t,e)&&Mn(this)}})))}function Mn(t){t.__layout.strokeChanged||t.__layout.strokeChange(),t.__.__useArrow&&Dn(t)}const In=An;function Fn(t){return xn(t,(t=>({set(e){this.__setAttr(t,e),this.__layout.renderChanged||this.__layout.renderChange()}})))}function Wn(t){return xn(t,(t=>({set(e){this.__setAttr(t,e)&&(this.__layout.surfaceChanged||this.__layout.surfaceChange())}})))}function Un(t){return xn(t,(t=>({set(e){this.__setAttr(t,e)&&(this.__layout.opacityChanged||this.__layout.opacityChange())}})))}function zn(t){return xn(t,(t=>({set(e){const i=this.visible;if(!0===i&&0===e){if(this.animationOut)return this.__runAnimation("out",(()=>Nn(this,t,e,i)))}else 0===i&&!0===e&&this.animation&&this.__runAnimation("in");Nn(this,t,e,i)}})))}function Nn(t,e,i,s){t.__setAttr(e,i)&&(t.__layout.opacityChanged||t.__layout.opacityChange(),0!==s&&0!==i||Dn(t))}function Yn(t){return xn(t,(t=>({set(e){this.__setAttr(t,e)&&(this.__layout.surfaceChanged||this.__layout.surfaceChange(),this.waitParent((()=>{this.parent.__layout.childrenSortChange()})))}})))}function jn(t){return xn(t,(t=>({set(e){this.__setAttr(t,e)&&(this.__layout.boxChanged||this.__layout.boxChange(),this.waitParent((()=>{this.parent.__updateMask(e)})))}})))}function Xn(t){return xn(t,(t=>({set(e){this.__setAttr(t,e)&&this.waitParent((()=>{this.parent.__updateEraser(e)}))}})))}function Hn(t){return xn(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 Vn(t){return xn(t,(t=>({set(e){this.__setAttr(t,e),this.leafer&&this.leafer.updateCursor()}})))}function Gn(t){return(e,i)=>{vn(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}=At;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=wn(h,e),h=h.__proto__;a&&a.set&&(r.set=a.set),s[o]&&(r.set=s[o],delete s[o]),vn(s,e,r)}const Kn=new wt("rewrite"),Zn=[],Qn=["destroy","constructor"];function Jn(t){return(e,i)=>{Zn.push({name:e.constructor.name+"."+i,run:()=>{e[i]=t}})}}function $n(){return t=>{to()}}function to(t){Zn.length&&(Zn.forEach((e=>{t&&Kn.error(e.name,"需在Class上装饰@rewriteAble()"),e.run()})),Zn.length=0)}function eo(t,e){return i=>{var s;(t.prototype?(s=t.prototype,Object.getOwnPropertyNames(s)):Object.keys(t)).forEach((s=>{if(!(Qn.includes(s)||e&&e.includes(s)))if(t.prototype){wn(t.prototype,s).writable&&(i.prototype[s]=t.prototype[s])}else i.prototype[s]=t[s]}))}}function io(){return t=>{Ct.register(t)}}function so(){return t=>{Dt.register(t)}}setTimeout((()=>to(!0)));const{copy:no,toInnerPoint:oo,toOuterPoint:ro,scaleOfOuter:ao,rotateOfOuter:ho,skewOfOuter:lo,multiplyParent:co,divideParent:uo,getLayout:_o}=b,po={},go={updateAllMatrix(t,e,i){if(e&&t.__hasAutoLayout&&t.__layout.matrixChanged&&(i=!0),mo(t,e,i),t.isBranch){const{children:s}=t;for(let t=0,n=s.length;t<n;t++)yo(s[t],e,i)}},updateMatrix(t,e,i){const s=t.__layout;e?i&&(s.waitAutoLayout=!0,t.__hasAutoLayout&&(s.matrixChanged=!1)):s.waitAutoLayout&&(s.waitAutoLayout=!1),s.matrixChanged&&t.__updateLocalMatrix(),s.waitAutoLayout||t.__updateWorldMatrix()},updateBounds(t){const e=t.__layout;e.boundsChanged&&t.__updateLocalBounds(),e.waitAutoLayout||t.__updateWorldBounds()},updateAllWorldOpacity(t){if(t.__updateWorldOpacity(),t.isBranch){const{children:e}=t;for(let t=0,i=e.length;t<i;t++)vo(e[t])}},updateAllChange(t){if(vo(t),t.__updateChange(),t.isBranch){const{children:e}=t;for(let t=0,i=e.length;t<i;t++)wo(e[t])}},worldHittable(t){for(;t;){if(!t.__.hittable)return!1;t=t.parent}return!0},moveWorld(t,e,i=0,s){const n="object"==typeof e?Object.assign({},e):{x:e,y:i};s?ro(t.localTransform,n,n,!0):t.parent&&oo(t.parent.worldTransform,n,n,!0),fo.moveLocal(t,n.x,n.y)},moveLocal(t,e,i=0){"object"==typeof e?(t.x+=e.x,t.y+=e.y):(t.x+=e,t.y+=i)},zoomOfWorld(t,e,i,s,n){fo.zoomOfLocal(t,bo(t,e),i,s,n)},zoomOfLocal(t,e,i,s=i,n){no(po,t.__localMatrix),ao(po,e,i,s),t.origin||t.around?fo.setTransform(t,po,n):(xo(t,po),t.scaleResize(i,s,!0!==n))},rotateOfWorld(t,e,i){fo.rotateOfLocal(t,bo(t,e),i)},rotateOfLocal(t,e,i){no(po,t.__localMatrix),ho(po,e,i),t.origin||t.around?fo.setTransform(t,po):(xo(t,po),t.rotation=h.formatRotation(t.rotation+i))},skewOfWorld(t,e,i,s,n){fo.skewOfLocal(t,bo(t,e),i,s,n)},skewOfLocal(t,e,i,s=0,n){no(po,t.__localMatrix),lo(po,e,i,s),fo.setTransform(t,po,n)},transformWorld(t,e,i){no(po,t.worldTransform),co(po,e),t.parent&&uo(po,t.parent.worldTransform),fo.setTransform(t,po,i)},transform(t,e,i){no(po,t.localTransform),co(po,e),fo.setTransform(t,po,i)},setTransform(t,e,i){const s=_o(e,t.origin&&fo.getInnerOrigin(t,t.origin),t.around&&fo.getInnerOrigin(t,t.around));if(i){const e=s.scaleX/t.scaleX,n=s.scaleY/t.scaleY;delete s.scaleX,delete s.scaleY,t.set(s),t.scaleResize(e,n,!0!==i)}else t.set(s)},getFlipTransform(t,e){const i={a:1,b:0,c:0,d:1,e:0,f:0},s="x"===e?1:-1;return ao(i,fo.getLocalOrigin(t,"center"),-1*s,1*s),i},getLocalOrigin:(t,e)=>O.tempToOuterOf(fo.getInnerOrigin(t,e),t.localTransform),getInnerOrigin(t,e){const i={};return gt.toPoint(e,t.boxBounds,i),i},getRelativeWorld:(t,e,i)=>(no(po,t.worldTransform),uo(po,e.worldTransform),i?po:Object.assign({},po)),drop(t,e,i,s){t.setTransform(fo.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}}},fo=go,{updateAllMatrix:yo,updateMatrix:mo,updateAllWorldOpacity:vo,updateAllChange:wo}=fo;function xo(t,e){const{e:i,f:s}=t.__localMatrix;t.x+=e.e-i,t.y+=e.f-s}function bo(t,e){return t.__layout.update(),t.parent?O.tempToInnerOf(e,t.parent.__world):e}const Eo={worldBounds:t=>t.__world,localBoxBounds:t=>t.__.eraser||0===t.__.visible?null:t.__local||t.__layout,localStrokeBounds:t=>t.__.eraser||0===t.__.visible?null:t.__layout.localStrokeBounds,localRenderBounds:t=>t.__.eraser||0===t.__.visible?null:t.__layout.localRenderBounds,maskLocalBoxBounds:t=>t.__.mask?t.__localBoxBounds:null,maskLocalStrokeBounds:t=>t.__.mask?t.__layout.localStrokeBounds:null,maskLocalRenderBounds:t=>t.__.mask?t.__layout.localRenderBounds:null,excludeRenderBounds:(t,e)=>!(!e.bounds||e.bounds.hit(t.__world,e.matrix))||!(!e.hideBounds||!e.hideBounds.includes(t.__world,e.matrix))},{updateBounds:Bo}=go,Po={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),To(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++)Ro(e[t],e)},updateBounds(t,e){const i=[t];Ro(t,i),Co(i,e)},updateBoundsByBranchStack(t,e){let i,s;for(let n=t.length-1;n>-1;n--){i=t[n],s=i.children;for(let t=0,e=s.length;t<e;t++)Bo(s[t]);e&&e===i||Bo(i)}}},{pushAllChildBranch:To,pushAllBranchStack:Ro,updateBoundsByBranchStack:Co}=Po,ko={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:So}=go,{toOuterOf:Do,getPoints:Lo,copy:Oo}=ot,Ao="_localContentBounds",Mo="_worldContentBounds",Io="_worldBoxBounds",Fo="_worldStrokeBounds";class Wo{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 Do(this.contentBounds,this.leaf.__localMatrix,this[Ao]||(this[Ao]={})),this[Ao]}get localStrokeBounds(){return this._localStrokeBounds||this}get localRenderBounds(){return this._localRenderBounds||this}get worldContentBounds(){return Do(this.contentBounds,this.leaf.__world,this[Mo]||(this[Mo]={})),this[Mo]}get worldBoxBounds(){return Do(this.boxBounds,this.leaf.__world,this[Io]||(this[Io]={})),this[Io]}get worldStrokeBounds(){return Do(this.strokeBounds,this.leaf.__world,this[Fo]||(this[Fo]={})),this[Fo]}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 So(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=So(s,e,!0)}if(r||(r=b.getLayout(o)),Oo(r,a),O.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=Lo(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 Uo{constructor(t,e){this.bubbles=!1,this.type=t,e&&(this.target=e)}stopDefault(){this.isStopDefault=!0,this.origin&&e.event.stopDefault(this.origin)}stopNow(){this.isStopNow=!0,this.isStop=!0,this.origin&&e.event.stopNow(this.origin)}stop(){this.isStop=!0,this.origin&&e.event.stop(this.origin)}}class zo extends Uo{constructor(t,e,i){super(t,e),this.parent=i,this.child=e}}zo.ADD="child.add",zo.REMOVE="child.remove",zo.CREATED="created",zo.MOUNTED="mounted",zo.UNMOUNTED="unmounted",zo.DESTROY="destroy";class No extends Uo{constructor(t,e,i,s,n){super(t,e),this.attrName=i,this.oldValue=s,this.newValue=n}}No.CHANGE="property.change",No.LEAFER_CHANGE="property.leafer_change";class Yo extends Uo{constructor(t,e){super(t),Object.assign(this,e)}}Yo.LOAD="image.load",Yo.LOADED="image.loaded",Yo.ERROR="image.error";class jo extends Uo{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(jo.RESIZE),Object.assign(this,t)):super(t),this.old=e}}jo.RESIZE="resize";class Xo extends Uo{constructor(t,e){super(t),this.data=e}}Xo.REQUEST="watch.request",Xo.DATA="watch.data";class Ho extends Uo{constructor(t,e,i){super(t),e&&(this.data=e,this.times=i)}}Ho.CHECK_UPDATE="layout.check_update",Ho.REQUEST="layout.request",Ho.START="layout.start",Ho.BEFORE="layout.before",Ho.LAYOUT="layout",Ho.AFTER="layout.after",Ho.AGAIN="layout.again",Ho.END="layout.end";class Vo extends Uo{constructor(t,e,i,s){super(t),e&&(this.times=e),i&&(this.renderBounds=i,this.renderOptions=s)}}Vo.REQUEST="render.request",Vo.CHILD_START="render.child_start",Vo.START="render.start",Vo.BEFORE="render.before",Vo.RENDER="render",Vo.AFTER="render.after",Vo.AGAIN="render.again",Vo.END="render.end",Vo.NEXT="render.next";class Go extends Uo{}Go.START="leafer.start",Go.BEFORE_READY="leafer.before_ready",Go.READY="leafer.ready",Go.AFTER_READY="leafer.after_ready",Go.VIEW_READY="leafer.view_ready",Go.VIEW_COMPLETED="leafer.view_completed",Go.STOP="leafer.stop",Go.RESTART="leafer.restart",Go.END="leafer.end";const qo={};class Ko{set event(t){this.on(t)}on(t,e,i){if(!e){let e,i=t;for(let t in i)e=i[t],e instanceof Array?this.on(t,e[0],e[1]):this.on(t,e);return}let s,n,o;i&&("once"===i?n=!0:"boolean"==typeof i?s=i:(s=i.capture,n=i.once));const r=Zo(this,s,!0),a="string"==typeof t?t.split(" "):t,h=n?{listener:e,once:n}:{listener:e};a.forEach((t=>{t&&(o=r[t],o?-1===o.findIndex((t=>t.listener===e))&&o.push(h):r[t]=[h])}))}off(t,e,i){if(t){const s="string"==typeof t?t.split(" "):t;if(e){let t,n,o;i&&(t="boolean"==typeof i?i:"once"!==i&&i.capture);const r=Zo(this,t);s.forEach((t=>{t&&(n=r[t],n&&(o=n.findIndex((t=>t.listener===e)),o>-1&&n.splice(o,1),n.length||delete r[t]))}))}else{const{__bubbleMap:t,__captureMap:e}=this;s.forEach((i=>{t&&delete t[i],e&&delete e[i]}))}}else this.__bubbleMap=this.__captureMap=void 0}on_(t,e,i,s){return i&&(e=e.bind(i)),this.on(t,e,s),{type:t,current:this,listener:e,options:s}}off_(t){if(!t)return;const e=t instanceof Array?t:[t];e.forEach((t=>t.current.off(t.type,t.listener,t.options))),e.length=0}once(t,e,i){this.on(t,e,{once:!0,capture:i})}emit(t,e,i){!e&&Dt.has(t)&&(e=Dt.get(t,{type:t,target:this,current:this}));const s=Zo(this,i)[t];if(s){let n;for(let o=0,r=s.length;o<r&&(n=s[o],n.listener(e),n.once&&(this.off(t,n.listener,i),o--,r--),!e||!e.isStopNow);o++);}this.syncEventer&&this.syncEventer.emitEvent(e,i)}emitEvent(t,e){t.current=this,this.emit(t.type,t,e)}hasEvent(t,e){if(this.syncEventer&&this.syncEventer.hasEvent(t,e))return!0;const{__bubbleMap:i,__captureMap:s}=this,n=i&&i[t],o=s&&s[t];return!!(void 0===e?n||o:e?o:n)}destroy(){this.__captureMap=this.__bubbleMap=this.syncEventer=null}}function Zo(t,e,i){if(e){const{__captureMap:e}=t;return e||(i?t.__captureMap={}:qo)}{const{__bubbleMap:e}=t;return e||(i?t.__bubbleMap={}:qo)}}const{on:Qo,on_:Jo,off:$o,off_:tr,once:er,emit:ir,emitEvent:sr,hasEvent:nr,destroy:or}=Ko.prototype,rr={on:Qo,on_:Jo,off:$o,off_:tr,once:er,emit:ir,emitEvent:sr,hasEvent:nr,destroyEventer:or},{isFinite:ar}=Number,hr=wt.get("setAttr"),lr={__setAttr(t,e,i){if(this.leaferIsCreated){const s=this.__.__getInput(t);if(i&&!ar(e)&&void 0!==e&&(hr.warn(this.innerName,t,e),e=void 0),"object"==typeof e||s!==e){this.__realSetAttr(t,e);const{CHANGE:i}=No,n=new No(i,this,t,s,e);return this.isLeafer?this.emitEvent(new No(No.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:dr,multiplyParent:cr,translateInner:ur,defaultWorld:_r}=b,{toPoint:pr,tempPoint:gr}=gt,fr={__updateWorldMatrix(){cr(this.__local||this.__layout,this.parent?this.parent.__world:_r,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)&&(dr(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)&&(pr(i.around||i.origin,t.boxBounds,gr),ur(e,-gr.x,-gr.y,!i.around))}this.__layout.matrixChanged=!1}},{updateMatrix:yr,updateAllMatrix:mr}=go,{updateBounds:vr}=Po,{toOuterOf:wr,copyAndSpread:xr,copy:br}=ot,{toBounds:Er}=Zs,Br={__updateWorldBounds(){wr(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(),wr(this.__layout.boxBounds,this.__local,this.__local)},__updateLocalStrokeBounds(){wr(this.__layout.strokeBounds,this.__localMatrix,this.__layout.localStrokeBounds)},__updateLocalRenderBounds(){wr(this.__layout.renderBounds,this.__localMatrix,this.__layout.localRenderBounds)},__updateBoxBounds(){const t=this.__layout.boxBounds,e=this.__;e.__pathInputed?Er(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.leaferIsReady&&this.leafer.layouter.addExtra(this),this.__.flow?(this.__layout.boxChanged&&this.__updateFlowLayout(),mr(this),vr(this,this),this.__.__autoSide&&this.__updateBoxBounds(!0)):(mr(this),vr(this,this))):yr(this)},__updateNaturalSize(){const{__:t,__layout:e}=this;t.__naturalWidth=e.boxBounds.width,t.__naturalHeight=e.boxBounds.height},__updateStrokeBounds(){const t=this.__layout;xr(t.strokeBounds,t.boxBounds,t.strokeBoxSpread)},__updateRenderBounds(){const t=this.__layout;t.renderSpread>0?xr(t.renderBounds,t.boxBounds,t.renderSpread):br(t.renderBounds,t.strokeBounds)}},Pr={__render(t,e){if(this.__worldOpacity)if(t.setWorld(this.__nowWorld=this.__getNowWorld(e)),t.opacity=this.__.opacity,this.__.__single){if("path"===this.__.eraser)return this.__renderEraser(t,e);const i=t.getSameCanvas(!0,!0);this.__draw(i,e),this.__worldFlipped?t.copyWorldByReset(i,this.__nowWorld,null,this.__.__blendMode,!0):t.copyWorldToInner(i,this.__nowWorld,this.__layout.renderBounds,this.__.__blendMode),i.recycle(this.__nowWorld)}else this.__draw(t,e)},__clip(t,e){this.__worldOpacity&&(t.setWorld(this.__nowWorld=this.__getNowWorld(e)),this.__drawRenderPath(t),this.windingRule?t.clip(this.windingRule):t.clip())},__updateWorldOpacity(){this.__worldOpacity=this.__.visible?this.parent?this.parent.__worldOpacity*this.__.opacity:this.__.opacity:0,this.__layout.opacityChanged&&(this.__layout.opacityChanged=!1)}},{excludeRenderBounds:Tr}=Eo,Rr={__updateChange(){const{__layout:t}=this;t.childrenSortChanged&&(this.__updateSortChildren(),t.childrenSortChanged=!1),this.__.__checkSingle()},__render(t,e){if(this.__worldOpacity)if(this.__.__single){if("path"===this.__.eraser)return this.__renderEraser(t,e);const i=t.getSameCanvas(!1,!0);this.__renderBranch(i,e);const s=this.__getNowWorld(e);t.opacity=this.__.opacity,t.copyWorldByReset(i,s,s,this.__.__blendMode,!0),i.recycle(s)}else this.__renderBranch(t,e)},__renderBranch(t,e){if(this.__hasMask)this.__renderMask(t,e);else{const{children:i}=this;for(let s=0,n=i.length;s<n;s++)Tr(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++)Tr(i[s],e)||i[s].__clip(t,e)}}},{LEAF:Cr,create:kr}=s,{toInnerPoint:Sr,toOuterPoint:Dr,multiplyParent:Lr}=b,{toOuterOf:Or}=ot,{copy:Ar,move:Mr}=O,{moveLocal:Ir,zoomOfLocal:Fr,rotateOfLocal:Wr,skewOfLocal:Ur,moveWorld:zr,zoomOfWorld:Nr,rotateOfWorld:Yr,skewOfWorld:jr,transform:Xr,transformWorld:Hr,setTransform:Vr,getFlipTransform:Gr,getLocalOrigin:qr,getRelativeWorld:Kr,drop:Zr}=go;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 It}get __LayoutProcessor(){return Wo}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(){const{leafer:t}=this;return t&&t.created&&t.lazyBounds.hit(this.__world)}get pathInputed(){return this.__.__pathInputed}set event(t){this.on(t)}constructor(t){this.innerId=kr(Cr),this.reset(t),this.__bubbleMap&&this.__emitLifeEvent(zo.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(zo.ADD,t,"once")}waitLeafer(t,e){e&&(t=t.bind(e)),this.leafer?t():this.on(zo.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(zo.MOUNTED)):this.__emitLifeEvent(zo.UNMOUNTED),this.isBranch){const{children:e}=this;for(let i=0,s=e.length;i<s;i++)e[i].__bindLeafer(t)}}set(t,e){}get(t){}setAttr(t,e){this[t]=e}getAttr(t){return this[t]}getComputedAttr(t){return this.__[t]}toJSON(t){return t&&this.__layout.update(),this.__.__getInputData(null,t)}toString(t){return JSON.stringify(this.toJSON(t))}toSVG(){}__SVG(t){}toHTML(){}__setAttr(t,e){return!0}__getAttr(t){}setProxyAttr(t,e){}getProxyAttr(t){}find(t,e){}findTag(t){}findOne(t,e){}findId(t){}focus(t){}updateState(){}updateLayout(){this.__layout.update()}forceUpdate(t){void 0===t?t="width":"surface"===t&&(t="blendMode");const e=this.__.__getInput(t);this.__[t]=void 0===e?null:void 0,this[t]=e}forceRender(t){this.forceUpdate("surface")}__updateWorldMatrix(){}__updateLocalMatrix(){}__updateWorldBounds(){}__updateLocalBounds(){}__updateLocalBoxBounds(){}__updateLocalStrokeBounds(){}__updateLocalRenderBounds(){}__updateBoxBounds(){}__updateContentBounds(){}__updateStrokeBounds(){}__updateRenderBounds(){}__updateAutoLayout(){}__updateFlowLayout(){}__updateNaturalSize(){}__updateStrokeSpread(){return 0}__updateRenderSpread(){return 0}__onUpdateSize(){}__updateEraser(t){this.__hasEraser=!!t||this.children.some((t=>t.__.eraser))}__renderEraser(t,e){t.save(),this.__clip(t,e);const{renderBounds:i}=this.__layout;t.clearRect(i.x,i.y,i.width,i.height),t.restore()}__updateMask(t){this.__hasMask=!!t||this.children.some((t=>t.__.mask))}__renderMask(t,e){}__getNowWorld(t){if(t.matrix){this.__cameraWorld||(this.__cameraWorld={});const e=this.__cameraWorld;return Lr(this.__world,t.matrix,e,void 0,this.__world),Or(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?Kr(this,e):this.worldTransform,n=i?t:{};return Or(t,s,n),n}worldToLocal(t,e,i,s){this.parent?this.parent.worldToInner(t,e,i,s):e&&Ar(e,t)}localToWorld(t,e,i,s){this.parent?this.parent.innerToWorld(t,e,i,s):e&&Ar(e,t)}worldToInner(t,e,i,s){s&&(s.innerToWorld(t,e,i),t=e||t),Sr(this.worldTransform,t,e,i)}innerToWorld(t,e,i,s){Dr(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 Mr(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 Mr(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){Vr(this,t,e)}transform(t,e){Xr(this,t,e)}move(t,e){Ir(this,t,e)}moveInner(t,e){zr(this,t,e,!0)}scaleOf(t,e,i,s){Fr(this,qr(this,t),e,i,s)}rotateOf(t,e){Wr(this,qr(this,t),e)}skewOf(t,e,i,s){Ur(this,qr(this,t),e,i,s)}transformWorld(t,e){Hr(this,t,e)}moveWorld(t,e){zr(this,t,e)}scaleOfWorld(t,e,i,s){Nr(this,t,e,i,s)}rotateOfWorld(t,e){Yr(this,t,e)}skewOfWorld(t,e,i,s){jr(this,t,e,i,s)}flip(t){Xr(this,Gr(this,t))}scaleResize(t,e=t,i){this.scaleX*=t,this.scaleY*=e}__scaleResize(t,e){}resizeWidth(t){}resizeHeight(t){}__hitWorld(t){return!0}__hit(t){return!0}__hitFill(t){return!0}__hitStroke(t,e){return!0}__hitPixel(t){return!0}__drawHitPath(t){}__updateHitCanvas(){}__render(t,e){}__drawFast(t,e){}__draw(t,e){}__clip(t,e){}__renderShape(t,e,i,s){}__updateWorldOpacity(){}__updateChange(){}__drawPath(t){}__drawRenderPath(t){}__updatePath(){}__updateRenderPath(){}getMotionPathData(){return Tt("path")}getMotionPoint(t){return Tt("path")}getMotionTotal(){return 0}__updateMotionPath(){}__runAnimation(t,e){}__updateSortChildren(){}add(t,e){}remove(t,e){this.parent&&this.parent.remove(this,e)}dropTo(t,e,i){Zr(this,t,e,i)}on(t,e,i){}off(t,e,i){}on_(t,e,i,s){}off_(t){}once(t,e,i){}emit(t,e,i){}emitEvent(t,e){}hasEvent(t,e){return!1}static changeAttr(t,e,i){i?this.addAttr(t,e,i):qn(this.prototype,t,e)}static addAttr(t,e,i){i||(i=kn),i(e)(this.prototype,t)}__emitLifeEvent(t){this.hasEvent(t)&&this.emitEvent(new zo(t,this,this.parent))}destroy(){this.destroyed||(this.parent&&this.remove(),this.children&&this.clear(),this.__emitLifeEvent(zo.DESTROY),this.__.destroy(),this.__layout.destroy(),this.destroyEventer(),this.destroyed=!0)}},t.Leaf=Ut([eo(lr),eo(fr),eo(Br),eo(rr),eo(Pr)],t.Leaf);const{setListWithFn:Qr}=ot,{sort:Jr}=Po,{localBoxBounds:$r,localStrokeBounds:ta,localRenderBounds:ea,maskLocalBoxBounds:ia,maskLocalStrokeBounds:sa,maskLocalRenderBounds:na}=Eo;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(){Qr(this.__layout.boxBounds,this.children,this.__hasMask?ia:$r)}__updateStrokeBounds(){Qr(this.__layout.strokeBounds,this.children,this.__hasMask?sa:ta)}__updateRenderBounds(){Qr(this.__layout.renderBounds,this.children,this.__hasMask?na:ea)}__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(Jr),this.__layout.affectChildrenSort=t}}add(t,e){if(t===this)return;const i=void 0===e;if(!t.__){if(t instanceof Array)return t.forEach((t=>{this.add(t,e),i||e++}));t=Ct.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),t.__layout.boxChanged||t.__layout.boxChange(),t.__layout.matrixChanged||t.__layout.matrixChange(),t.__bubbleMap&&t.__emitLifeEvent(zo.ADD),this.leafer&&(t.__bindLeafer(this.leafer),this.leafer.created&&this.__emitChildEvent(zo.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(zo.REMOVE),t.parent=null,this.leafer&&(t.__bindLeafer(null),this.leafer.created&&(this.__emitChildEvent(zo.REMOVE,t),this.leafer.hitCanvasManager&&this.leafer.hitCanvasManager.clear()))}__emitChildEvent(t,e){const i=new zo(t,e,this);this.hasEvent(t)&&!this.isLeafer&&this.emitEvent(i),this.leafer.emitEvent(i)}},t.Branch=Ut([eo(Rr)],t.Branch);class oa{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 oa;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 ra{get length(){return this._length}constructor(t){this._length=0,this.reset(),t&&(t instanceof Array?this.addList(t):this.add(t))}has(t){return void 0!==this.keys[t.innerId]}without(t){return void 0===this.keys[t.innerId]}sort(t){const{levels:e}=this;t?e.sort(((t,e)=>e-t)):e.sort(((t,e)=>t-e))}addList(t){t.forEach((t=>{this.add(t)}))}add(t){const{keys:e,levelMap:i}=this;e[t.innerId]||(e[t.innerId]=1,i[t.__level]?i[t.__level].push(t):(i[t.__level]=[t],this.levels.push(t.__level)),this._length++)}forEach(t){let e;this.levels.forEach((i=>{e=this.levelMap[i];for(let i=0,s=e.length;i<s;i++)t(e[i])}))}reset(){this.levelMap={},this.keys={},this.levels=[],this._length=0}destroy(){this.levelMap=null}}const aa=wt.get("LeaferCanvas");class ha extends Kt{set zIndex(t){const{style:e}=this.view;e.zIndex=t,this.setAbsolute(this.view)}set childIndex(t){const{view:e,parentView:i}=this;if(e&&i){const s=i.children[t];s?(this.setAbsolute(s),i.insertBefore(e,s)):i.appendChild(s)}}init(){const{config:t}=this,i=t.view||t.canvas;i?this.__createViewFrom(i):this.__createView();const{style:s}=this.view;if(s.display||(s.display="block"),this.parentView=this.view.parentElement,this.parentView){const t=this.parentView.style;t.webkitUserSelect=t.userSelect="none"}e.syncDomFont&&!this.parentView&&(s.display="none",document.body.appendChild(this.view)),this.__createContext(),this.autoLayout||this.resize(t)}set backgroundColor(t){this.view.style.backgroundColor=t}get backgroundColor(){return this.view.style.backgroundColor}set hittable(t){this.view.style.pointerEvents=t?"auto":"none"}get hittable(){return"none"!==this.view.style.pointerEvents}__createView(){this.view=document.createElement("canvas")}__createViewFrom(t){let e="string"==typeof t?document.getElementById(t):t;if(e)if(e instanceof HTMLCanvasElement)this.view=e;else{let t=e;if(e===window||e===document){const e=document.createElement("div"),{style:i}=e;i.position="absolute",i.top=i.bottom=i.left=i.right="0px",document.body.appendChild(e),t=e}this.__createView();const i=this.view;t.hasChildNodes()&&(this.setAbsolute(i),t.style.position||(t.style.position="relative")),t.appendChild(i)}else aa.error(`no id: ${t}`),this.__createView()}setAbsolute(t){const{style:e}=t;e.position="absolute",e.top=e.left="0px"}updateViewSize(){const{width:t,height:e,pixelRatio:i}=this,{style:s}=this.view;s.width=t+"px",s.height=e+"px",this.view.width=Math.ceil(t*i),this.view.height=Math.ceil(e*i)}updateClientBounds(){this.clientBounds=this.view.getBoundingClientRect()}startAutoLayout(t,i){if(this.resizeListener=i,t){this.autoBounds=t;try{this.resizeObserver=new ResizeObserver((t=>{this.updateClientBounds();for(const e of t)this.checkAutoBounds(e.contentRect)}));const t=this.parentView;t?(this.resizeObserver.observe(t),this.checkAutoBounds(t.getBoundingClientRect())):(this.checkAutoBounds(this.view),aa.warn("no parent"))}catch(t){this.imitateResizeObserver()}}else window.addEventListener("resize",(()=>{const t=e.devicePixelRatio;if(this.pixelRatio!==t){const{width:e,height:i}=this;this.emitResize({width:e,height:i,pixelRatio:t})}}))}imitateResizeObserver(){this.autoLayout&&(this.parentView&&this.checkAutoBounds(this.parentView.getBoundingClientRect()),e.requestRender(this.imitateResizeObserver.bind(this)))}checkAutoBounds(t){const i=this.view,{x:s,y:n,width:o,height:r}=this.autoBounds.getBoundsFrom(t),a={width:o,height:r,pixelRatio:e.devicePixelRatio};if(!this.isSameSize(a)){const{style:t}=i;t.marginLeft=s+"px",t.marginTop=n+"px",this.emitResize(a)}}stopAutoLayout(){this.autoLayout=!1,this.resizeListener=null,this.resizeObserver&&(this.resizeObserver.disconnect(),this.resizeObserver=null)}emitResize(t){const e={};At.copyAttrs(e,this,qt),this.resize(t),this.resizeListener&&void 0!==this.width&&this.resizeListener(new jo(t,e))}unrealCanvas(){if(!this.unreal&&this.parentView){const t=this.view;t&&t.remove(),this.view=this.parentView,this.unreal=!0}}destroy(){if(this.view){if(this.stopAutoLayout(),!this.unreal){const t=this.view;t.parentElement&&t.remove()}super.destroy()}}}hn(CanvasRenderingContext2D.prototype),hn(Path2D.prototype);const{mineType:la,fileType:da}=ln;function ca(t,s){e.origin={createCanvas(t,e){const i=document.createElement("canvas");return i.width=t,i.height=e,i},canvasToDataURL:(t,e,i)=>t.toDataURL(la(e),i),canvasToBolb:(t,e,i)=>new Promise((s=>t.toBlob(s,la(e),i))),canvasSaveAs:(t,i,s)=>{const n=t.toDataURL(la(da(i)),s);return e.origin.download(n,i)},download:(t,e)=>new Promise((i=>{let s=document.createElement("a");s.href=t,s.download=e,document.body.appendChild(s),s.click(),document.body.removeChild(s),i()})),loadImage:t=>new Promise(((i,s)=>{const n=new Image,{crossOrigin:o}=e.image;o&&(n.setAttribute("crossOrigin",o),n.crossOrigin=o),n.onload=()=>{i(n)},n.onerror=t=>{s(t)},n.src=e.image.getRealURL(t)}))},e.event={stopDefault(t){t.preventDefault()},stopNow(t){t.stopImmediatePropagation()},stop(t){t.stopPropagation()}},e.canvas=i.canvas(),e.conicGradientSupport=!!e.canvas.context.createConicGradient}Object.assign(i,{canvas:(t,e)=>new ha(t,e),image:t=>new mn(t)}),e.name="web",e.isMobile="ontouchstart"in window,e.requestRender=function(t){window.requestAnimationFrame(t)},vn(e,"devicePixelRatio",{get:()=>Math.max(1,devicePixelRatio)});const{userAgent:ua}=navigator;ua.indexOf("Firefox")>-1?(e.conicGradientRotate90=!0,e.intWheelDeltaY=!0,e.syncDomFont=!0):ua.indexOf("Safari")>-1&&-1===ua.indexOf("Chrome")&&(e.fullImageShadow=!0),ua.indexOf("Windows")>-1?(e.os="Windows",e.intWheelDeltaY=!0):ua.indexOf("Mac")>-1?e.os="Mac":ua.indexOf("Linux")>-1&&(e.os="Linux");class _a{get childrenChanged(){return this.hasAdd||this.hasRemove||this.hasVisible}get updatedList(){if(this.hasRemove){const t=new oa;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 oa,this.target=t,e&&(this.config=At.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(Vo.REQUEST)}__onAttrChange(t){this.__updatedList.add(t.target),this.update()}__onChildEvent(t){t.type===zo.ADD?(this.hasAdd=!0,this.__pushChild(t.child)):(this.hasRemove=!0,this.__updatedList.add(t.parent)),this.update()}__pushChild(t){this.__updatedList.add(t),t.isBranch&&this.__loopChildren(t)}__loopChildren(t){const{children:e}=t;for(let t=0,i=e.length;t<i;t++)this.__pushChild(e[t])}__onRquestData(){this.target.emitEvent(new Xo(Xo.DATA,{updatedList:this.updatedList})),this.__updatedList=new oa,this.totalTimes++,this.changed=!1,this.hasVisible=!1,this.hasRemove=!1,this.hasAdd=!1}__listenEvents(){const{target:t}=this;this.__eventIds=[t.on_(No.CHANGE,this.__onAttrChange,this),t.on_([zo.ADD,zo.REMOVE],this.__onChildEvent,this),t.on_(Xo.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:pa,updateBounds:ga,updateAllWorldOpacity:fa}=go,{pushAllChildBranch:ya,pushAllParent:ma}=Po;const{worldBounds:va}=Eo,wa={x:0,y:0,width:1e5,height:1e5};class xa{constructor(t){this.updatedBounds=new lt,this.beforeBounds=new lt,this.afterBounds=new lt,t instanceof Array&&(t=new oa(t)),this.updatedList=t}setBefore(){this.beforeBounds.setListWithFn(this.updatedList.list,va)}setAfter(){const{list:t}=this.updatedList;t.some((t=>t.noBounds))?this.afterBounds.set(wa):this.afterBounds.setListWithFn(t,va),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:Ea}=go,Ba=wt.get("Layouter");class Pa{constructor(t,e){this.totalTimes=0,this.config={},this.__levelList=new ra,this.target=t,e&&(this.config=At.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(Ho.START),this.layoutOnce(),t.emitEvent(new Ho(Ho.END,this.layoutedBlocks,this.times))}catch(t){Ba.error(t)}this.layoutedBlocks=null}layoutAgain(){this.layouting?this.waitAgain=!0:this.layoutOnce()}layoutOnce(){return this.layouting?Ba.warn("layouting"):this.times>3?Ba.warn("layout max times"):(this.times++,this.totalTimes++,this.layouting=!0,this.target.emit(Xo.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}=Ho,a=this.getBlocks(s);a.forEach((t=>t.setBefore())),i.emitEvent(new Ho(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?(pa(t,!0),e.add(t),t.isBranch&&ya(t,e),ma(t,e)):i.boundsChanged&&(e.add(t),t.isBranch&&(t.__tempNumber=0),ma(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||ga(s[t])}ga(i)}}))}(this.__levelList),function(t){let e;t.list.forEach((t=>{e=t.__layout,e.opacityChanged&&fa(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 Ho(o,a,this.times)),i.emitEvent(new Ho(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}=Ho,o=this.getBlocks(new oa(e));e.emitEvent(new Ho(i,o,this.times)),Pa.fullLayout(e),o.forEach((t=>{t.setAfter()})),e.emitEvent(new Ho(s,o,this.times)),e.emitEvent(new Ho(n,o,this.times)),this.addBlocks(o),Bt.end(t)}static fullLayout(t){ba(t,!0),t.isBranch?Po.updateBounds(t):go.updateBounds(t),Ea(t)}addExtra(t){if(!this.__updatedList.has(t)){const{updatedList:e,beforeBounds:i}=this.extraBlock||(this.extraBlock=new xa([]));e.length?i.add(t.__world):i.set(t.__world),e.add(t)}}createBlock(t){return new xa(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_(Ho.REQUEST,this.layout,this),t.on_(Ho.AGAIN,this.layoutAgain,this),t.on_(Xo.DATA,this.__onReceiveWatchData,this)]}__removeListenEvents(){this.target.off_(this.__eventIds)}destroy(){this.target&&(this.stop(),this.__removeListenEvents(),this.target=this.config=null)}}const Ta=wt.get("Renderer");class Ra{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=At.default(i,this.config)),this.__listenEvents(),this.__requestRender()}start(){this.running=!0}stop(){this.running=!1}update(){this.changed=!0}requestLayout(){this.target.emit(Ho.REQUEST)}render(t){if(!this.running||!this.canvas.view)return void(this.changed=!0);const{target:e}=this;this.times=0,this.totalBounds=new lt,Ta.log(e.innerName,"---\x3e");try{e.app.emit(Vo.CHILD_START,e),this.emitRender(Vo.START),this.renderOnce(t),this.emitRender(Vo.END,this.totalBounds),pn.clearRecycled()}catch(t){this.rendering=!1,Ta.error(t)}Ta.log("-------------|")}renderAgain(){this.rendering?this.waitAgain=!0:this.renderOnce()}renderOnce(t){if(this.rendering)return Ta.warn("rendering");if(this.times>3)return Ta.warn("render max times");if(this.times++,this.totalTimes++,this.rendering=!0,this.changed=!1,this.renderBounds=new lt,this.renderOptions={},t)this.emitRender(Vo.BEFORE),t();else{if(this.requestLayout(),this.ignore)return void(this.ignore=this.rendering=!1);this.emitRender(Vo.BEFORE),this.config.usePartRender&&this.totalTimes>1?this.partRender():this.fullRender()}this.emitRender(Vo.RENDER,this.renderBounds,this.renderOptions),this.emitRender(Vo.AFTER,this.renderBounds,this.renderOptions),this.updateBlocks=null,this.rendering=!1,this.waitAgain&&(this.waitAgain=!1,this.renderOnce())}partRender(){const{canvas:t,updateBlocks:e}=this;if(!e)return Ta.warn("PartRender: need update attr");this.mergeBlocks(),e.forEach((e=>{t.bounds.hit(e)&&!e.isEmpty()&&this.clipRender(e)}))}clipRender(t){const e=Bt.start("PartRender"),{canvas:i}=this,s=t.getIntersect(i.bounds),n=t.includes(this.target.__world),o=new lt(s);i.save(),n&&!wt.showRepaint?i.clear():(s.spread(10+1/this.canvas.pixelRatio).ceil(),i.clearWorld(s,!0),i.clipWorld(s,!0)),this.__render(s,n,o),i.restore(),Bt.end(e)}fullRender(){const t=Bt.start("FullRender"),{canvas:e}=this;e.save(),e.clear(),this.__render(e.bounds,!0),e.restore(),Bt.end(t)}__render(t,e,i){const s=t.includes(this.target.__world)?{includes:e}:{bounds:t,includes:e};this.needFill&&this.canvas.fillWorld(t,this.config.fill),wt.showRepaint&&this.canvas.strokeWorld(t,"red"),this.target.__render(this.canvas,s),this.renderBounds=i=i||t,this.renderOptions=s,this.totalBounds.isEmpty()?this.totalBounds=i:this.totalBounds.add(i),wt.showHitView&&this.renderHitView(s),wt.showBoundsView&&this.renderBoundsView(s),this.canvas.updateRender(i)}renderHitView(t){}renderBoundsView(t){}addBlock(t){this.updateBlocks||(this.updateBlocks=[]),this.updateBlocks.push(t)}mergeBlocks(){const{updateBlocks:t}=this;if(t){const e=new lt;e.setList(t),t.length=0,t.push(e)}}__requestRender(){const t=Date.now();e.requestRender((()=>{this.FPS=Math.min(60,Math.ceil(1e3/(Date.now()-t))),this.running&&(this.changed&&this.canvas.view&&this.render(),this.target.emit(Vo.NEXT)),this.target&&this.__requestRender()}))}__onResize(t){if(!this.canvas.unreal){if(t.bigger||!t.samePixelRatio){const{width:e,height:i}=t.old;if(!new lt(0,0,e,i).includes(this.target.__world)||this.needFill||!t.samePixelRatio)return this.addBlock(this.canvas.bounds),void this.target.forceUpdate("surface")}this.addBlock(new lt(0,0,1,1)),this.changed=!0}}__onLayoutEnd(t){t.data&&t.data.map((t=>{let e;t.updatedList&&t.updatedList.list.some((t=>(e=!t.__world.width||!t.__world.height,e&&(t.isLeafer||Ta.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 Vo(t,this.times,e,i))}__listenEvents(){const{target:t}=this;this.__eventIds=[t.on_(Vo.REQUEST,this.update,this),t.on_(Ho.END,this.__onLayoutEnd,this),t.on_(Vo.AGAIN,this.renderAgain,this),t.on_(jo.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:Ca}=ot;class ka{constructor(t,e){this.target=t,this.selector=e}getByPoint(t,e,i){e||(e=0),i||(i={});const s=i.through||!1,n=i.ignoreHittable||!1,o=i.target||this.target;this.exclude=i.exclude||null,this.point={x:t.x,y:t.y,radiusX:e,radiusY:e},this.findList=new oa(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 oa;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||go.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 oa;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 oa;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 oa,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||Ca(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()}}const{Yes:Sa,NoAndSkip:Da,YesAndSkip:La}=t.Answer,Oa={},Aa={},Ma={};class Ia{constructor(t,e){this.config={},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,e&&(this.config=At.default(e,this.config)),this.picker=new ka(t,this),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"#":Oa.id=t.substring(1),t=Oa;break;case".":Aa.className=t.substring(1),t=Aa;break;default:Ma.tag=t,t=Ma}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?At.toMap(s):s)}return this.getByMethod(this.methods.className,e,i,t.className);case"function":return this.getByMethod(t,e,i,s)}}getByPoint(t,i,s){return"node"===e.name&&this.target&&this.target.emit(Ho.CHECK_UPDATE),this.picker.getByPoint(t,i,s)}getByInnerId(t,e){const i=this.innerIdMap[t];return i||(this.eachFind(this.toChildren(e),this.methods.innerId,null,t),this.findLeaf)}getById(t,e){const i=this.idMap[t];return i&&go.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===Sa||o===La){if(!i)return void(this.findLeaf=n);i.push(n)}n.isBranch&&o<Da&&this.eachFind(n.children,e,i,s)}}toChildren(t){return this.findLeaf=null,[t||this.target]}__onRemoveChild(t){const{id:e,innerId:i}=t.child;this.idMap[e]&&delete this.idMap[e],this.innerIdMap[i]&&delete this.innerIdMap[i]}__checkIdChange(t){if("id"===t.attrName){const e=t.oldValue;this.idMap[e]&&delete this.idMap[e]}}__listenEvents(){this.__eventIds=[this.target.on_(zo.REMOVE,this.__onRemoveChild,this),this.target.on_(No.CHANGE,this.__checkIdChange,this)]}__removeListenEvents(){this.target.off_(this.__eventIds),this.__eventIds.length=0}destroy(){this.__eventIds.length&&(this.__removeListenEvents(),this.picker.destroy(),this.findLeaf=null,this.innerIdMap={},this.idMap={})}}function Fa(t){return xn(t,(t=>({set(e){this.__setAttr(t,e),e&&(this.__.__useEffect=!0),this.__layout.renderChanged||this.__layout.renderChange()}})))}function Wa(t){return xn(t,(t=>({set(e){this.__setAttr(t,e),this.__layout.boxChanged||this.__layout.boxChange(),this.__updateSize()}})))}function Ua(){return(t,e)=>{const i="_"+e;vn(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 _a(t,e),layouter:(t,e)=>new Pa(t,e),renderer:(t,e,i)=>new Ra(t,e,i),selector:(t,e)=>new Ia(t,e)}),e.layout=Pa.fullLayout;const za={},Na={},Ya={number:(t,e)=>"object"==typeof t?"percent"===t.type?t.value*e:t.value:t},ja={},Xa={},Ha={},Va={},Ga={},qa={},Ka={setStyleName:(t,e,i)=>Tt("state"),set:(t,e)=>Tt("state")},Za={list:{},register(t,e){Za.list[t]=e},get:t=>Za.list[t]},{parse:Qa,objectToCanvasData:Ja}=yi,$a={},th=wt.get("UIData");class eh extends It{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 __clipAfterFill(){return this.cornerRadius||this.__pathInputed}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,th.warn("width < 0, instead -scaleX ",this)):this._width=t}setHeight(t){t<0?(this._height=-t,this.__leaf.scaleY*=-1,th.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"),Ha.recycleImage("fill",this),this.__isFills=!1,this.__pixelFill&&(this.__pixelFill=!1)),this._fill=t)}setStroke(t){"string"!=typeof t&&t?"object"==typeof t&&(this.__setInput("stroke",t),this.__leaf.__layout.boxChanged||this.__leaf.__layout.boxChange(),this.__isStrokes=!0,this._stroke||(this._stroke=$a)):(this.__isStrokes&&(this.__removeInput("stroke"),Ha.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){this.__setInput("shadow",t),t instanceof Array?(t.some((t=>!1===t.visible))&&(t=t.filter((t=>!1!==t.visible))),this._shadow=t.length?t:null):this._shadow=t&&!1!==t.visible?[t]:null}setInnerShadow(t){this.__setInput("innerShadow",t),t instanceof Array?(t.some((t=>!1===t.visible))&&(t=t.filter((t=>!1!==t.visible))),this._innerShadow=t.length?t:null):this._innerShadow=t&&!1!==t.visible?[t]:null}__computePaint(){const{fill:t,stroke:e}=this.__input;t&&Xa.compute("fill",this.__leaf),e&&Xa.compute("stroke",this.__leaf),this.__needComputePaint=!1}}class ih extends eh{}class sh extends ih{get __boxStroke(){return!this.__pathInputed}get __drawAfterFill(){return"hide"===this.overflow&&this.__clipAfterFill&&this.__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 eh{}class ah extends eh{get __boxStroke(){return!this.__pathInputed}}class hh extends eh{get __boxStroke(){return!this.__pathInputed}}class lh extends eh{}class dh extends eh{}class ch extends eh{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 eh{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}=this.__;e&&e.forEach((e=>t=Math.max(t,Math.max(Math.abs(e.y),Math.abs(e.x))+(e.spread>0?e.spread:0)+1.5*e.blur))),s&&(t=Math.max(t,s));let o=t=Math.ceil(t);return i&&i.forEach((t=>o=Math.max(o,Math.max(Math.abs(t.y),Math.abs(t.x))+(t.spread<0?-t.spread:0)+1.5*t.blur))),n&&(o=Math.max(o,n)),this.__layout.renderShapeSpread=o,t+(this.__layout.strokeSpread||0)}},mh={__updateChange(){const t=this.__;if(t.__useEffect){const{shadow:e,innerShadow:i,blur:s,backgroundBlur:n}=this.__;t.__useEffect=!!(e||i||s||n)}t.__checkSingle();t.__isFills||t.__isStrokes||t.cornerRadius||t.__useEffect?t.__complex=!0:t.__complex&&(t.__complex=!1)},__drawFast(t,e){vh(this,t,e)},__draw(t,e){const i=this.__;if(i.__complex){i.__needComputePaint&&i.__computePaint();const{fill:s,stroke:n,__drawAfterFill:o}=i;if(this.__drawRenderPath(t),i.__useEffect){const r=Xa.shape(this,t,e);this.__nowWorld=this.__getNowWorld(e);const{shadow:a,innerShadow:h}=i;a&&Ga.shadow(this,t,r),s&&(i.__isFills?Xa.fills(s,this,t):Xa.fill(s,this,t)),o&&this.__drawAfterFill(t,e),h&&Ga.innerShadow(this,t,r),n&&(i.__isStrokes?Xa.strokes(n,this,t):Xa.stroke(n,this,t)),r.worldCanvas&&r.worldCanvas.recycle(),r.canvas.recycle()}else s&&(i.__isFills?Xa.fills(s,this,t):Xa.fill(s,this,t)),o&&this.__drawAfterFill(t,e),n&&(i.__isStrokes?Xa.strokes(n,this,t):Xa.stroke(n,this,t))}else i.__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?Xa.fills(n,this,t):Xa.fill("#000000",this,t)),this.__.__isCanvas&&this.__drawAfterFill(t,e),o&&!s&&(this.__.__pixelStroke?Xa.strokes(o,this,t):Xa.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&&Xa.fill(s,t,e),o&&t.__drawAfterFill(e,i),n&&Xa.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 rn.set(this.path=t||[]),t||this.__drawPathByBox(rn),rn}get editConfig(){}get editOuter(){return""}get editInner(){return""}constructor(t){super(t)}reset(t){}set(t,e){e?(this.lockNormalStyle=!0,Object.assign(this,t),this.lockNormalStyle=!1):Object.assign(this,t)}get(t){return"string"==typeof t?this.__.__getInput(t):this.__.__getInputData(t)}createProxyData(){}find(t,e){}findTag(t){return this.find({tag:t})}findOne(t,e){}findId(t){return this.findOne({id:t})}getPath(t,e){this.__layout.update();let i=e?this.__.__pathForRender:this.__.path;return i||(rn.set(i=[]),this.__drawPathByBox(rn)),t?yi.toCanvasData(i,!0):i}getPathString(t,e,i){return yi.stringify(this.getPath(t,e),i)}load(){this.__.__computePaint()}__onUpdateSize(){if(this.__.__input){const t=this.__;!t.lazy||this.__inLazyBounds||qa.running?t.__computePaint():t.__needComputePaint=!0}}__updateRenderPath(){if(this.__.path){const t=this.__;t.__pathForRender=t.cornerRadius?on.smooth(t.path,t.cornerRadius,t.cornerSmoothing):t.path,t.__useArrow&&ja.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?ms.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 Tt("animate")}killAnimate(t){}export(t,e){return qa.export(this,t,e)}clone(t){const e=this.toJSON();return t&&Object.assign(e,t),xh.one(e)}static one(t,e,i,s,n){return Ct.get(t.tag||this.prototype.__tag,t,e,i,s,n)}static registerUI(){io()(this)}static registerData(t){Gn(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([Gn(eh)],t.UI.prototype,"__",void 0),Ut([Ua()],t.UI.prototype,"zoomLayer",void 0),Ut([Bn("")],t.UI.prototype,"id",void 0),Ut([Bn("")],t.UI.prototype,"name",void 0),Ut([Bn("")],t.UI.prototype,"className",void 0),Ut([Wn("pass-through")],t.UI.prototype,"blendMode",void 0),Ut([Un(1)],t.UI.prototype,"opacity",void 0),Ut([zn(!0)],t.UI.prototype,"visible",void 0),Ut([Wn(!1)],t.UI.prototype,"locked",void 0),Ut([Yn(0)],t.UI.prototype,"zIndex",void 0),Ut([jn(!1)],t.UI.prototype,"mask",void 0),Ut([Xn(!1)],t.UI.prototype,"eraser",void 0),Ut([Pn(0,!0)],t.UI.prototype,"x",void 0),Ut([Pn(0,!0)],t.UI.prototype,"y",void 0),Ut([kn(100,!0)],t.UI.prototype,"width",void 0),Ut([kn(100,!0)],t.UI.prototype,"height",void 0),Ut([Rn(1,!0)],t.UI.prototype,"scaleX",void 0),Ut([Rn(1,!0)],t.UI.prototype,"scaleY",void 0),Ut([Cn(0,!0)],t.UI.prototype,"rotation",void 0),Ut([Cn(0,!0)],t.UI.prototype,"skewX",void 0),Ut([Cn(0,!0)],t.UI.prototype,"skewY",void 0),Ut([Pn(0,!0)],t.UI.prototype,"offsetX",void 0),Ut([Pn(0,!0)],t.UI.prototype,"offsetY",void 0),Ut([Pn(0,!0)],t.UI.prototype,"scrollX",void 0),Ut([Pn(0,!0)],t.UI.prototype,"scrollY",void 0),Ut([Tn()],t.UI.prototype,"origin",void 0),Ut([Tn()],t.UI.prototype,"around",void 0),Ut([Bn(!1)],t.UI.prototype,"lazy",void 0),Ut([Sn(1)],t.UI.prototype,"pixelRatio",void 0),Ut([Ln()],t.UI.prototype,"path",void 0),Ut([On()],t.UI.prototype,"windingRule",void 0),Ut([On(!0)],t.UI.prototype,"closed",void 0),Ut([kn(0)],t.UI.prototype,"padding",void 0),Ut([Bn(!1)],t.UI.prototype,"draggable",void 0),Ut([Bn()],t.UI.prototype,"dragBounds",void 0),Ut([Bn(!1)],t.UI.prototype,"editable",void 0),Ut([Hn(!0)],t.UI.prototype,"hittable",void 0),Ut([Hn("path")],t.UI.prototype,"hitFill",void 0),Ut([In("path")],t.UI.prototype,"hitStroke",void 0),Ut([Hn(!1)],t.UI.prototype,"hitBox",void 0),Ut([Hn(!0)],t.UI.prototype,"hitChildren",void 0),Ut([Hn(!0)],t.UI.prototype,"hitSelf",void 0),Ut([Hn()],t.UI.prototype,"hitRadius",void 0),Ut([Vn("")],t.UI.prototype,"cursor",void 0),Ut([Wn()],t.UI.prototype,"fill",void 0),Ut([In()],t.UI.prototype,"stroke",void 0),Ut([In("inside")],t.UI.prototype,"strokeAlign",void 0),Ut([In(1)],t.UI.prototype,"strokeWidth",void 0),Ut([In(!1)],t.UI.prototype,"strokeWidthFixed",void 0),Ut([In("none")],t.UI.prototype,"strokeCap",void 0),Ut([In("miter")],t.UI.prototype,"strokeJoin",void 0),Ut([In()],t.UI.prototype,"dashPattern",void 0),Ut([In()],t.UI.prototype,"dashOffset",void 0),Ut([In(10)],t.UI.prototype,"miterLimit",void 0),Ut([On(0)],t.UI.prototype,"cornerRadius",void 0),Ut([On()],t.UI.prototype,"cornerSmoothing",void 0),Ut([Fa()],t.UI.prototype,"shadow",void 0),Ut([Fa()],t.UI.prototype,"innerShadow",void 0),Ut([Fa()],t.UI.prototype,"blur",void 0),Ut([Fa()],t.UI.prototype,"backgroundBlur",void 0),Ut([Fa()],t.UI.prototype,"grayscale",void 0),Ut([Bn({})],t.UI.prototype,"data",void 0),Ut([Jn(t.Leaf.prototype.reset)],t.UI.prototype,"reset",null),t.UI=xh=Ut([eo(yh),eo(mh),$n()],t.UI),t.Group=class extends t.UI{get __tag(){return"Group"}get isBranch(){return!0}constructor(t){super(t)}reset(t){this.__setBranch(),super.reset(t)}__setBranch(){this.children||(this.children=[])}set(t,e){if(t.children){const{children:i}=t;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([Gn(ih)],t.Group.prototype,"__",void 0),t.Group=Ut([eo(t.Branch),io()],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&&pn.isComplete}get layoutLocked(){return!this.layouter.running}get FPS(){return this.renderer?this.renderer.FPS:60}get cursorPoint(){return this.interaction&&this.interaction.hoverData||{x:this.width/2,y:this.height/2}}get clientBounds(){return this.canvas&&this.canvas.getClientBounds()}constructor(t,e){super(e),this.config={type:"design",start:!0,hittable:!0,smooth:!0,lazySpeard:100,zoom:{min:.01,max:256},move:{holdSpaceKey:!0,holdMiddleKey:!0,autoDistance:2}},this.leafs=0,this.__eventIds=[],this.__controllers=[],this.__readyWait=[],this.__viewReadyWait=[],this.__viewCompletedWait=[],this.__nextRenderWait=[],this.userConfig=t,t&&(t.view||t.width)&&this.init(t),bh.list.add(this)}init(t,e){if(this.canvas)return;let s;this.__setLeafer(this),t&&At.assign(this.config,t);const{config:n}=this;this.initType(n.type);const o=this.canvas=i.canvas(n);this.__controllers.push(this.renderer=i.renderer(this,o,n),this.watcher=i.watcher(this,n),this.layouter=i.layouter(this,n)),this.isApp&&this.__setApp(),this.__checkAutoLayout(n,e),this.view=o.view,e?(this.__bindApp(e),s=e.running):(this.selector=i.selector(this),this.interaction=i.interaction(this,o,this.selector,n),this.interaction&&(this.__controllers.unshift(this.interaction),this.hitCanvasManager=i.hitCanvasManager()),this.canvasManager=new Ot,s=n.start),this.hittable=n.hittable,this.fill=n.fill,this.canvasManager.add(o),this.__listenEvents(),s&&(this.__startTimer=setTimeout(this.start.bind(this))),ko.run(this.__initWait),this.onInit()}onInit(){}initType(t){}set(t){this.waitInit((()=>{super.set(t)}))}start(){clearTimeout(this.__startTimer),!this.running&&this.canvas&&(this.running=!0,this.ready?this.emitLeafer(Go.RESTART):this.emitLeafer(Go.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(Go.STOP))}unlockLayout(){this.layouter.start(),this.updateLayout()}lockLayout(){this.updateLayout(),this.layouter.stop()}resize(t){const e=At.copyAttrs({},t,qt);Object.keys(e).forEach((t=>this[t]=e[t]))}forceRender(t){this.renderer.addBlock(t?new lt(t):this.canvas.bounds),this.viewReady&&this.renderer.update()}updateCursor(t){const e=this.interaction;e&&(t?e.setCursor(t):e.updateCursor())}updateLazyBounds(){this.lazyBounds=this.canvas.bounds.clone().spread(this.config.lazySpeard)}__doResize(t){const{canvas:e}=this;if(!e||e.isSameSize(t))return;const i=At.copyAttrs({},this.canvas,qt);e.resize(t),this.updateLazyBounds(),this.__onResize(new jo(t,i))}__onResize(t){this.emitEvent(t),At.copyAttrs(this.__,t,qt),t.width&&t.height||Eh.warn("w = 0 or h = 0"),setTimeout((()=>{this.canvasManager&&this.canvasManager.clearRecycled()}),0)}__setApp(){}__bindApp(t){this.selector=t.selector,this.interaction=t.interaction,this.canvasManager=t.canvasManager,this.hitCanvasManager=t.hitCanvasManager}__setLeafer(t){this.leafer=t,this.__level=1}__checkAutoLayout(t,e){e||(t.width&&t.height||(this.autoLayout=new ct(t)),this.canvas.startAutoLayout(this.autoLayout,this.__onResize.bind(this)))}__setAttr(t,e){return this.canvas&&(qt.includes(t)?(e||Eh.warn(t+" is 0"),this.__changeCanvasSize(t,e)):"fill"===t?this.__changeFill(e):"hittable"===t?this.parent||(this.canvas.hittable=e):"zIndex"===t&&(this.canvas.zIndex=e,setTimeout((()=>this.parent&&this.parent.__updateSortChildren())))),super.__setAttr(t,e)}__getAttr(t){return this.canvas&&qt.includes(t)?this.canvas[t]:super.__getAttr(t)}__changeCanvasSize(t,e){const i=At.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||(this.ready=!0,this.emitLeafer(Go.BEFORE_READY),this.emitLeafer(Go.READY),this.emitLeafer(Go.AFTER_READY),ko.run(this.__readyWait))}__onViewReady(){this.viewReady||(this.viewReady=!0,this.emitLeafer(Go.VIEW_READY),ko.run(this.__viewReadyWait))}__onNextRender(){if(this.viewReady){ko.run(this.__nextRenderWait);const{imageReady:t}=this;t&&!this.viewCompleted&&this.__checkViewCompleted(),t||(this.viewCompleted=!1)}}__checkViewCompleted(t=!0){this.nextRender((()=>{this.imageReady&&(t&&this.emitLeafer(Go.VIEW_COMPLETED),ko.run(this.__viewCompletedWait),this.viewCompleted=!0)}))}__onWatchData(){this.watcher.childrenChanged&&this.interaction&&this.nextRender((()=>this.interaction.updateCursor()))}waitInit(t,e){e&&(t=t.bind(e)),this.__initWait||(this.__initWait=[]),this.canvas?t():this.__initWait.push(t)}waitReady(t,e){e&&(t=t.bind(e)),this.ready?t():this.__readyWait.push(t)}waitViewReady(t,e){e&&(t=t.bind(e)),this.viewReady?t():this.__viewReadyWait.push(t)}waitViewCompleted(t,e){e&&(t=t.bind(e)),this.__viewCompletedWait.push(t),this.viewCompleted?this.__checkViewCompleted(!1):this.running||this.start()}nextRender(t,e,i){e&&(t=t.bind(e));const s=this.__nextRenderWait;if(i){for(let e=0;e<s.length;e++)if(s[e]===t){s.splice(e,1);break}}else s.push(t)}zoom(t,e,i){return Tt("view")}getValidMove(t,e){return{x:t,y:e}}getValidScale(t){return t}getWorldPointByClient(t,e){return this.interaction&&this.interaction.getLocal(t,e)}getPagePointByClient(t,e){return this.getPagePoint(this.getWorldPointByClient(t,e))}updateClientBounds(){this.canvas&&this.canvas.updateClientBounds()}receiveEvent(t){}__checkUpdateLayout(){this.__layout.update()}emitLeafer(t){this.emitEvent(new Go(t,this))}__listenEvents(){const t=Bt.start("FirstCreate "+this.innerName);this.once(Go.START,(()=>Bt.end(t))),this.once(Ho.START,(()=>this.updateLazyBounds())),this.once(Ho.END,(()=>this.__onReady())),this.once(Vo.START,(()=>this.__onCreated())),this.once(Vo.END,(()=>this.__onViewReady())),this.__eventIds.push(this.on_(Xo.DATA,this.__onWatchData,this),this.on_(Vo.NEXT,this.__onNextRender,this),this.on_(Ho.CHECK_UPDATE,this.__checkUpdateLayout,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 Go(Go.END,this)),this.__removeListenEvents(),this.__controllers.forEach((t=>!(this.parent&&t===this.interaction)&&t.destroy())),this.__controllers.length=0,this.parent||(this.selector&&this.selector.destroy(),this.hitCanvasManager&&this.hitCanvasManager.destroy(),this.canvasManager.destroy()),this.canvas.destroy(),this.config.view=this.view=null,this.userConfig&&(this.userConfig.view=null),super.destroy(),setTimeout((()=>{pn.clearRecycled()}),100)}catch(t){Eh.error(t)}}};t?e():setTimeout(e)}},t.Leafer.list=new oa,Ut([Gn(nh)],t.Leafer.prototype,"__",void 0),Ut([kn()],t.Leafer.prototype,"pixelRatio",void 0),t.Leafer=bh=Ut([io()],t.Leafer),t.Rect=class extends t.UI{get __tag(){return"Rect"}constructor(t){super(t)}},Ut([Gn(ah)],t.Rect.prototype,"__",void 0),t.Rect=Ut([eo(wh),$n(),io()],t.Rect);const{copy:Bh,add:Ph,includes:Th}=ot,Rh=t.Rect.prototype,Ch=t.Group.prototype,kh={};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){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(kh,e),this.__updateRectRenderBounds(),t=!Th(e,kh),t&&"hide"!==this.__.overflow&&Ph(e,kh)):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([Gn(sh)],t.Box.prototype,"__",void 0),Ut([Bn(!1)],t.Box.prototype,"resizeChildren",void 0),Ut([Bn(!1)],t.Box.prototype,"textBox",void 0),Ut([Fn("show")],t.Box.prototype,"overflow",void 0),Ut([Jn(Rh.__updateStrokeSpread)],t.Box.prototype,"__updateStrokeSpread",null),Ut([Jn(Rh.__updateRenderSpread)],t.Box.prototype,"__updateRectRenderSpread",null),Ut([Jn(Rh.__updateBoxBounds)],t.Box.prototype,"__updateRectBoxBounds",null),Ut([Jn(Rh.__updateStrokeBounds)],t.Box.prototype,"__updateStrokeBounds",null),Ut([Jn(Rh.__updateRenderBounds)],t.Box.prototype,"__updateRectRenderBounds",null),Ut([Jn(Rh.__updateChange)],t.Box.prototype,"__updateRectChange",null),Ut([Jn(Rh.__render)],t.Box.prototype,"__renderRect",null),Ut([Jn(Ch.__render)],t.Box.prototype,"__renderGroup",null),t.Box=Ut([$n(),io()],t.Box),t.Frame=class extends t.Box{get __tag(){return"Frame"}get isFrame(){return!0}constructor(t){super(t)}},Ut([Gn(oh)],t.Frame.prototype,"__",void 0),Ut([Wn("#FFFFFF")],t.Frame.prototype,"fill",void 0),Ut([Fn("hide")],t.Frame.prototype,"overflow",void 0),t.Frame=Ut([io()],t.Frame);const{moveTo:Sh,closePath:Dh,ellipse:Lh}=zi;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&&Lh(h,r,a,r*s,a*s,0,n,o,!1),Lh(h,r,a,r,a,0,o,n,!0),s<1&&Dh(h)):(s<1&&(Lh(h,r,a,r*s,a*s),Sh(h,t,a)),Lh(h,r,a,r,a,0,360,0,!0)),e.ellipseToCurve&&(this.__.path=this.getPath(!0))):n||o?(Sh(h,r,a),Lh(h,r,a,r,a,0,n,o,!1),Dh(h)):Lh(h,r,a,r,a)}},Ut([Gn(hh)],t.Ellipse.prototype,"__",void 0),Ut([On(0)],t.Ellipse.prototype,"innerRadius",void 0),Ut([On(0)],t.Ellipse.prototype,"startAngle",void 0),Ut([On(0)],t.Ellipse.prototype,"endAngle",void 0),t.Ellipse=Ut([io()],t.Ellipse);const{moveTo:Oh,lineTo:Ah,drawPoints:Mh}=zi,{rotate:Ih,getAngle:Fh,getDistance:Wh,defaultPoint:Uh}=O,{toBounds:zh}=Zs;t.Line=class extends t.UI{get __tag(){return"Line"}get toPoint(){const{width:t,rotation:e}=this.__,i={x:0,y:0};return t&&(i.x=t),e&&Ih(i,e),i}set toPoint(t){this.width=Wh(Uh,t),this.rotation=Fh(Uh,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):(Oh(e,0,0),Ah(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&&ja.addArrows(this,!1)):super.__updateRenderPath()}__updateBoxBounds(){this.points?zh(this.__.__pathForRender,this.__layout.boxBounds):super.__updateBoxBounds()}},Ut([Gn(rh)],t.Line.prototype,"__",void 0),Ut([An("center")],t.Line.prototype,"strokeAlign",void 0),Ut([kn(0)],t.Line.prototype,"height",void 0),Ut([On()],t.Line.prototype,"points",void 0),Ut([On(0)],t.Line.prototype,"curve",void 0),Ut([On(!1)],t.Line.prototype,"closed",void 0),t.Line=Ut([io()],t.Line);const{sin:Nh,cos:Yh,PI:jh}=Math,{moveTo:Xh,lineTo:Hh,closePath:Vh,drawPoints:Gh}=zi,qh=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++)Hh(t,n+n*Nh(2*e*jh/s),o-o*Yh(2*e*jh/s))}Vh(t)}__updateRenderPath(){}__updateBoxBounds(){}},Ut([Gn(lh)],t.Polygon.prototype,"__",void 0),Ut([On(3)],t.Polygon.prototype,"sides",void 0),Ut([On()],t.Polygon.prototype,"points",void 0),Ut([On(0)],t.Polygon.prototype,"curve",void 0),Ut([Jn(qh.__updateRenderPath)],t.Polygon.prototype,"__updateRenderPath",null),Ut([Jn(qh.__updateBoxBounds)],t.Polygon.prototype,"__updateBoxBounds",null),t.Polygon=Ut([$n(),io()],t.Polygon);const{sin:Kh,cos:Zh,PI:Qh}=Math,{moveTo:Jh,lineTo:$h,closePath:tl}=zi;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=[];Jh(r,n,0);for(let t=1;t<2*i;t++)$h(r,n+(t%2==0?n:n*s)*Kh(t*Qh/i),o-(t%2==0?o:o*s)*Zh(t*Qh/i));tl(r)}},Ut([Gn(dh)],t.Star.prototype,"__",void 0),Ut([On(5)],t.Star.prototype,"corners",void 0),Ut([On(.382)],t.Star.prototype,"innerRadius",void 0),t.Star=Ut([io()],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(Yo.LOADED,(t=>{"fill"===t.attrName&&t.attrValue.url===this.url&&(this.image=t.image)}))}destroy(){this.image=null,super.destroy()}},Ut([Gn(gh)],t.Image.prototype,"__",void 0),Ut([kn("")],t.Image.prototype,"url",void 0),t.Image=Ut([io()],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 mn({url:t}).load((t=>{this.context.drawImage(t.view,0,0),this.url=void 0,this.paint(),this.emitEvent(new Yo(Yo.LOADED,{image:t}))}))}draw(t,e,i,s){const n=new z(t.worldTransform).invert(),o=new z;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}=this.__;t.smooth!==e&&(t.smooth=e),t.resize(this.__)}}destroy(){this.canvas&&(this.canvas.destroy(),this.canvas=this.context=null),super.destroy()}},Ut([Gn(fh)],t.Canvas.prototype,"__",void 0),Ut([Wa(100)],t.Canvas.prototype,"width",void 0),Ut([Wa(100)],t.Canvas.prototype,"height",void 0),Ut([Wa(1)],t.Canvas.prototype,"pixelRatio",void 0),Ut([Wa(!0)],t.Canvas.prototype,"smooth",void 0),Ut([Wa()],t.Canvas.prototype,"contextSettings",void 0),t.Canvas=Ut([io()],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=Ya.number(e,n),t.__letterSpacing=Ya.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=za.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(console.log(a,o,r),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([Gn(ph)],t.Text.prototype,"__",void 0),Ut([kn(0)],t.Text.prototype,"width",void 0),Ut([kn(0)],t.Text.prototype,"height",void 0),Ut([Bn(!1)],t.Text.prototype,"resizeFontSize",void 0),Ut([Wn("#000000")],t.Text.prototype,"fill",void 0),Ut([An("outside")],t.Text.prototype,"strokeAlign",void 0),Ut([Hn("all")],t.Text.prototype,"hitFill",void 0),Ut([kn("")],t.Text.prototype,"text",void 0),Ut([kn("L")],t.Text.prototype,"fontFamily",void 0),Ut([kn(12)],t.Text.prototype,"fontSize",void 0),Ut([kn("normal")],t.Text.prototype,"fontWeight",void 0),Ut([kn(!1)],t.Text.prototype,"italic",void 0),Ut([kn("none")],t.Text.prototype,"textCase",void 0),Ut([kn("none")],t.Text.prototype,"textDecoration",void 0),Ut([kn(0)],t.Text.prototype,"letterSpacing",void 0),Ut([kn({type:"percent",value:1.5})],t.Text.prototype,"lineHeight",void 0),Ut([kn(0)],t.Text.prototype,"paraIndent",void 0),Ut([kn(0)],t.Text.prototype,"paraSpacing",void 0),Ut([kn("left")],t.Text.prototype,"textAlign",void 0),Ut([kn("top")],t.Text.prototype,"verticalAlign",void 0),Ut([kn(!0)],t.Text.prototype,"autoSizeAlign",void 0),Ut([kn("normal")],t.Text.prototype,"textWrap",void 0),Ut([kn("show")],t.Text.prototype,"textOverflow",void 0),t.Text=Ut([io()],t.Text),t.Path=class extends t.UI{get __tag(){return"Path"}constructor(t){super(t)}},Ut([Gn(ch)],t.Path.prototype,"__",void 0),Ut([An("center")],t.Path.prototype,"strokeAlign",void 0),t.Path=Ut([io()],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([Gn(uh)],t.Pen.prototype,"__",void 0),Ut([(t,e)=>{vn(t,e,{get(){return this.__path}})}],t.Pen.prototype,"path",void 0),t.Pen=Ut([eo(ss,["set","path","paint"]),io()],t.Pen),t.App=class extends t.Leafer{get __tag(){return"App"}get isApp(){return!0}constructor(t,e){super(t,e)}init(t,e){if(super.init(t,e),t){const{ground:e,tree:s,sky:n,editor:o}=t;e&&(this.ground=this.addLeafer(e)),(s||o)&&(this.tree=this.addLeafer(s)),(n||o)&&(this.sky=this.addLeafer(n||{type:"draw",usePartRender:!1})),o&&this.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_(No.CHANGE,this.__onPropertyChange,this))}start(){super.start(),this.children.forEach((t=>t.start()))}stop(){this.children.forEach((t=>t.stop())),super.stop()}unlockLayout(){super.unlockLayout(),this.children.forEach((t=>t.unlockLayout()))}lockLayout(){super.lockLayout(),this.children.forEach((t=>t.lockLayout()))}forceRender(t){this.children.forEach((e=>e.forceRender(t)))}addLeafer(e){const i=new t.Leafer(e);return this.add(i),i}add(t,e){if(!t.view){if(this.realCanvas&&!this.canvas.bounds)return void setTimeout((()=>this.add(t,e)),10);t.init(this.__getChildConfig(t.userConfig),this)}super.add(t,e),void 0!==e&&(t.canvas.childIndex=e),this.__listenChildEvents(t)}__onPropertyChange(){wt.showHitView&&this.children.forEach((t=>t.forceUpdate("surface")))}__onCreated(){this.created=this.children.every((t=>t.created))}__onReady(){this.children.every((t=>t.ready))&&super.__onReady()}__onViewReady(){this.children.every((t=>t.viewReady))&&super.__onViewReady()}__onChildRenderEnd(t){this.renderer.addBlock(t.renderBounds),this.viewReady&&this.renderer.update()}__render(t,e){if(t.context){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)}__checkUpdateLayout(){this.children.forEach((t=>t.__layout.update()))}__getChildConfig(t){let e=Object.assign({},this.config);return e.hittable=e.realCanvas=void 0,t&&At.assign(e,t),this.autoLayout&&At.copyAttrs(e,this,qt),e.view=this.realCanvas?void 0:this.view,e.fill=void 0,e}__listenChildEvents(t){t.once(Ho.END,(()=>this.__onReady())),t.once(Vo.START,(()=>this.__onCreated())),t.once(Vo.END,(()=>this.__onViewReady())),this.realCanvas&&this.__eventIds.push(t.on_(Vo.END,this.__onChildRenderEnd,this))}},t.App=Ut([io()],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 Uo{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||(t=this.current),t.getBoxPoint(this)}getInnerPoint(t){return t||(t=this.current),t.getInnerPoint(this)}getLocalPoint(t){return t||(t=this.current),t.getLocalPoint(this)}getPagePoint(){return this.current.getPagePoint(this)}getInner(t){return this.getInnerPoint(t)}getLocal(t){return this.getLocalPoint(t)}getPage(){return this.getPagePoint()}static changeName(t,e){Dt.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([so()],t.PointerEvent);const cl=t.PointerEvent,ul={};t.DragEvent=class extends t.PointerEvent{static setList(t){this.list=t instanceof oa?t:new oa(t)}static setData(t){this.data=t}static getValidMove(t,e,i){const{draggable:s,dragBounds:n,x:o,y:r}=t,a=t.getLocalPoint(i,null,!0);return a.x+=e.x-o,a.y+=e.y-r,n&&this.getMoveInDragBounds(t.__local,"parent"===n?t.parent.boxBounds:n,a,!0),"x"===s&&(a.y=0),"y"===s&&(a.x=0),a}static getMoveInDragBounds(t,e,i,s){const n=t.x+i.x,o=t.y+i.y,r=n+t.width,a=o+t.height,h=e.x+e.width,l=e.y+e.height;return s||(i=Object.assign({},i)),ot.includes(t,e)?(n>e.x?i.x+=e.x-n:r<h&&(i.x+=h-r),o>e.y?i.y+=e.y-o:a<l&&(i.y+=l-a)):(n<e.x?i.x+=e.x-n:r>h&&(i.x+=h-r),o<e.y?i.y+=e.y-o:a>l&&(i.y+=l-a)),i}getPageMove(t){return this.assignMove(t),this.current.getPagePoint(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([so()],t.DragEvent);const _l=t.DragEvent;function pl(e){e.isApp||e.__eventIds.push(e.on_(t.MoveEvent.BEFORE_MOVE,(t=>{e.zoomLayer.move(e.getValidMove(t.moveX,t.moveY))})),e.on_(t.ZoomEvent.BEFORE_ZOOM,(t=>{const{zoomLayer:i}=e,s=e.getValidScale(t.scale);1!==s&&(O.scaleOf(i,t,s),i.scale=i.__.scaleX*s)})))}t.DropEvent=class extends t.PointerEvent{static setList(e){t.DragEvent.setList(e)}static setData(e){t.DragEvent.setData(e)}},t.DropEvent.DROP="drop",t.DropEvent=Ut([so()],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([so()],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([so()],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([so()],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([so()],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([so()],t.KeyEvent);const gl=wt.get("LeaferTypeCreator"),fl={list:{},register(t,e){yl[t]?gl.repeat(t):yl[t]=e},run(t,e){const i=yl[t];i&&i(e)}},{list:yl,register:ml}=fl;ml("design",pl),ml("document",(function(t){pl(t);const{move:e,zoom:i}=t.config;e.scroll="limit",i.min=1})),ml("block",(function(t){const{config:e}=t;(e.wheel||(e.wheel={})).preventDefault=!1,(e.touch||(e.touch={})).preventDefault="auto"}));const vl=t.Leafer.prototype;vl.initType=function(t){fl.run(t,this)},vl.getValidMove=function(t,e){const{scroll:i,disabled:s}=this.app.config.move;if(i&&(Math.abs(t)>Math.abs(e)?e=0:t=0,"limit"===i)){const{x:i,y:s,width:n,height:o}=new lt(this.__world).addPoint(this.zoomLayer),r=i+n-this.width,a=s+o-this.height;i>=0&&r<=0?t=0:t>0?i+t>0&&(t=-i):t<0&&r+t<0&&(t=-r),s>=0&&a<=0?e=0:e>0?s+e>0&&(e=-s):e<0&&a+e<0&&(e=-a)}return{x:s?0:t,y:s?0:e}},vl.getValidScale=function(t){const{scaleX:e}=this.zoomLayer.__,{min:i,max:s,disabled:n}=this.app.config.zoom,o=Math.abs(e*t);return o<i?t=i/e:o>s&&(t=s/e),n?1:t};class wl{get transforming(){return!!(this.moveData||this.zoomData||this.rotateData)}constructor(t){this.interaction=t}move(e){const{interaction:i}=this;if(e.moveType||(e.moveType="move"),!this.moveData){const{path:s}=i.selector.getByPoint(e,i.hitRadius);e.path=s,this.moveData=Object.assign(Object.assign({},e),{moveX:0,moveY:0}),i.cancelHover(),i.emit(t.MoveEvent.START,this.moveData)}e.path=this.moveData.path,i.emit(t.MoveEvent.BEFORE_MOVE,e),i.emit(t.MoveEvent.MOVE,e),this.transformEndWait()}zoom(e){const{interaction:i}=this;if(!this.zoomData){const{path:s}=i.selector.getByPoint(e,i.hitRadius);e.path=s,this.zoomData=Object.assign(Object.assign({},e),{scale:1}),i.cancelHover(),i.emit(t.ZoomEvent.START,this.zoomData)}e.path=this.zoomData.path,i.emit(t.ZoomEvent.BEFORE_ZOOM,e),i.emit(t.ZoomEvent.ZOOM,e),this.transformEndWait()}rotate(e){const{interaction:i}=this;if(!this.rotateData){const{path:s}=i.selector.getByPoint(e,i.hitRadius);e.path=s,this.rotateData=Object.assign(Object.assign({},e),{rotation:0}),i.cancelHover(),i.emit(t.RotateEvent.START,this.rotateData)}e.path=this.rotateData.path,i.emit(t.RotateEvent.BEFORE_ROTATE,e),i.emit(t.RotateEvent.ROTATE,e),this.transformEndWait()}transformEndWait(){clearTimeout(this.transformTimer),this.transformTimer=setTimeout((()=>{this.transformEnd()}),this.interaction.config.pointer.transformTime)}transformEnd(){this.moveEnd(),this.zoomEnd(),this.rotateEnd()}moveEnd(){this.moveData&&(this.interaction.emit(t.MoveEvent.END,this.moveData),this.moveData=null)}zoomEnd(){this.zoomData&&(this.interaction.emit(t.ZoomEvent.END,this.zoomData),this.zoomData=null)}rotateEnd(){this.rotateData&&(this.interaction.emit(t.RotateEvent.END,this.rotateData),this.rotateData=null)}destroy(){this.zoomData=this.moveData=this.rotateData=null}}const xl={getMoveEventData:(t,e,i)=>Object.assign(Object.assign({},i),{x:t.x,y:t.y,moveX:e.x,moveY:e.y}),getRotateEventData:(t,e,i)=>Object.assign(Object.assign({},i),{x:t.x,y:t.y,rotation:e}),getZoomEventData:(t,e,i)=>Object.assign(Object.assign({},i),{x:t.x,y:t.y,scale:e}),getDragEventData:(t,e,i)=>Object.assign(Object.assign({},i),{x:i.x,y:i.y,moveX:i.x-e.x,moveY:i.y-e.y,totalX:i.x-t.x,totalY:i.y-t.y}),getDropEventData:(t,e,i)=>Object.assign(Object.assign({},t),{list:e,data:i}),getSwipeDirection:e=>e<-45&&e>-135?t.SwipeEvent.UP:e>45&&e<135?t.SwipeEvent.DOWN:e<=45&&e>=-45?t.SwipeEvent.RIGHT:t.SwipeEvent.LEFT,getSwipeEventData:(t,e,i)=>Object.assign(Object.assign({},i),{moveX:e.moveX,moveY:e.moveY,totalX:i.x-t.x,totalY:i.y-t.y,type:bl.getSwipeDirection(O.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 oa,{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))},bl=xl,El=new oa,{getDragEventData:Bl,getDropEventData:Pl,getSwipeEventData:Tl}=xl;class Rl{constructor(t){this.interaction=t}setDragData(t){this.animateWait&&this.dragEndReal(),this.downData=this.interaction.downData,this.dragData=Bl(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||El;return this.dragging&&(n?e?El:new oa(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 oa(e);break}}drag(e){const{interaction:i,dragData:s,downData:n}=this,{path:o,throughPath:r}=n;this.dragData=Bl(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){if(!this.dragging&&!this.moving)return;const{moveX:i,moveY:s}=this.dragData;this.interaction.config.move.dragAnimate&&this.canAnimate&&this.moving&&(Math.abs(i)>1||Math.abs(s)>1)?(t=Object.assign({},t),e=.9*(e||("touch"===t.pointerType?2:1)),O.move(t,i*e,s*e),this.drag(t),this.animate((()=>{this.dragEnd(t,1)}))):this.dragEndReal(t)}dragEndReal(e){const{interaction:i,downData:s,dragData:n}=this;e||(e=n);const{path:o,throughPath:r}=s,a=Bl(s,e,e);if(r&&(a.throughPath=r),a.path=o,this.moving&&(this.moving=!1,a.moveType="drag",i.emit(t.MoveEvent.END,a)),this.dragging){const o=this.getList();this.dragging=!1,i.emit(t.DragEvent.END,a),this.swipe(e,s,n,a),this.drop(e,o,this.dragEnterPath)}this.autoMoveCancel(),this.dragReset(),this.animate(null,"off")}animate(t,e){const i=t||this.animateWait;i&&this.interaction.target.nextRender(i,null,e),this.animateWait=t}swipe(t,e,i,s){const{interaction:n}=this;if(O.getDistance(e,t)>n.config.pointer.swipeDistance){const t=Tl(e,i,s);this.interaction.emit(t.type,t)}}drop(e,i,s){const n=Pl(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}checkDragOut(t){const{interaction:e}=this;this.autoMoveCancel(),this.dragging&&!e.shrinkCanvasBounds.hitPoint(t)&&this.autoMoveOnDragOut(t)}autoMoveOnDragOut(t){const{interaction:e,downData:i,canDragOut:s}=this,{autoDistance:n,dragOut:o}=e.config.move;if(!o||!s||!n)return;const r=e.shrinkCanvasBounds,{x:a,y:h}=r,l=ot.maxX(r),d=ot.maxY(r),c=t.x<a?n:l<t.x?-n:0,u=t.y<h?n:d<t.y?-n:0;let _=0,p=0;this.autoMoveTimer=setInterval((()=>{_+=c,p+=u,O.move(i,c,u),O.move(this.dragData,c,u),e.move(Object.assign(Object.assign({},t),{moveX:c,moveY:u,totalX:_,totalY:p,moveType:"drag"})),e.pointerMoveReal(t)}),10)}autoMoveCancel(){this.autoMoveTimer&&(clearInterval(this.autoMoveTimer),this.autoMoveTimer=0)}destroy(){this.dragReset()}}const Cl=wt.get("emit");const kl=["move","zoom","rotate","key"];function Sl(t,e,i,s,n){if(kl.some((t=>e.startsWith(t)))&&t.__.hitChildren&&!Ll(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&&Dl(o,e,i,s,n)}}function Dl(t,e,i,s,n){if(t.destroyed)return!1;if(t.__.hitSelf&&!Ll(t,n)&&(Ka.updateEventStyle&&!s&&Ka.updateEventStyle(t,e),t.hasEvent(e,s))){i.phase=s?1:t===i.target?2:3;const n=Dt.get(e,i);if(t.emitEvent(n,s),n.isStop)return!0}return!1}function Ll(t,e){return e&&e.has(t)}const Ol={getData(t){const e=t[0],i=t[1],s=O.getCenter(e.from,i.from),n=O.getCenter(e.to,i.to),o={x:n.x-s.x,y:n.y-s.y},r=O.getDistance(e.from,i.from);return{move:o,scale:O.getDistance(e.to,i.to)/r,angle:O.getRotation(e.from,i.from,e.to,i.to),center:n}}},Al={wheel:{zoomSpeed:.5,moveSpeed:.5,rotateSpeed:.5,delta:{x:20,y:8},preventDefault:!0},pointer:{hitRadius:5,tapTime:120,longPressTime:800,transformTime:500,hover:!0,dragHover:!0,dragDistance:2,swipeDistance:20,preventDefaultMenu:!0},touch:{preventDefault:!0},multiTouch:{},cursor:!0,keyEvent:!0},{pathHasEventType:Ml,getMoveEventData:Il,getZoomEventData:Fl,getRotateEventData:Wl,pathCanDrag:Ul,pathHasOutside:zl}=xl;class Nl{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=At.clone(Al),this.tapCount=0,this.downKeyMap={},this.target=t,this.canvas=e,this.selector=i,this.defaultPath=new oa(t),this.transformer=new wl(this),this.dragger=new Rl(this),s&&(this.config=At.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){const{dragHover:i,dragDistance:s}=this.p;if(this.emit(t.PointerEvent.BEFORE_MOVE,e,this.defaultPath),this.downData){const t=O.getDistance(this.downData,e)>s;t&&(this.waitTap&&this.pointerWaitCancel(),this.waitRightTap=!1),this.dragger.checkDrag(e,t)}this.dragger.moving||(this.updateHoverData(e),this.checkPath(e),this.emit(t.PointerEvent.MOVE,e),this.dragging&&!i||this.pointerHover(e),this.dragger.dragging&&(this.dragger.dragOverOrOut(e),this.dragger.dragEnterOrLeave(e))),this.updateCursor(this.downData||e)}pointerUp(e){const{downData:i}=this;if(e||(e=i),!i)return;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)}multiTouch(t,e){if(this.config.multiTouch.disabled)return;const{move:i,angle:s,scale:n,center:o}=Ol.getData(e);this.rotate(Wl(o,s,t)),this.zoom(Fl(o,n,t)),this.move(Il(o,i,t))}menu(e){this.findPath(e),this.emit(t.PointerEvent.MENU,e),this.waitMenuTap=!0,!this.downData&&this.waitRightTap&&this.menuTap(e)}menuTap(e){this.waitRightTap&&this.waitMenuTap&&(this.emit(t.PointerEvent.MENU_TAP,e),this.waitRightTap=this.waitMenuTap=!1)}move(t){this.transformer.move(t)}zoom(t){this.transformer.zoom(t)}rotate(t){this.transformer.rotate(t)}transformEnd(){this.transformer.transformEnd()}keyDown(e){if(!this.config.keyEvent)return;const{code:i}=e;this.downKeyMap[i]||(this.downKeyMap[i]=!0,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.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=>Ml(e.path,t)));n<i.tapTime+50&&o?(this.tapCount++,2===this.tapCount?(this.tapWaitCancel(),this.emitDoubleTap(e)):(clearTimeout(this.tapTimer),this.tapTimer=setTimeout((()=>{i.tapMore||(this.tapWaitCancel(),this.emitTap(e))}),i.tapTime))):i.tapMore||(this.tapWaitCancel(),this.emitTap(e))}findPath(t,e){const{hitRadius:i,through:s}=this.p,{bottomList:n}=this,o=this.selector.getByPoint(t,i,Object.assign({bottomList:n,name:t.type},e||{through:s}));return o.throughPath&&(t.throughPath=o.throughPath),t.path=o.path,o.path}isRootPath(t){return t&&t.path.list[0].isLeafer}isTreePath(t){const e=this.target.app;return!(!e||!e.isApp)&&(e.editor&&!t.path.has(e.editor)&&t.path.has(e.tree)&&!t.target.syncEventer)}checkPath(t,e){(e||this.moveMode&&!zl(t.path))&&(t.path=this.defaultPath)}canMove(t){return t&&(this.moveMode||"auto"===this.m.drag&&!Ul(t.path))&&!zl(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),(Ml(e.path,t.PointerEvent.LONG_TAP)||Ml(e.path,t.PointerEvent.LONG_PRESS))&&(i=!0)),this.longPressWaitCancel(),i}longPressWaitCancel(){clearTimeout(this.longPressTimer),this.longPressed=!1}__onResize(){this.shrinkCanvasBounds=new lt(this.canvas.bounds),this.shrinkCanvasBounds.spread(-2)}__listenEvents(){const{target:t}=this;this.__eventIds=[t.on_(jo.RESIZE,this.__onResize,this)],t.once(Go.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],Dl(n,t,e,!0,s))return;n.isApp&&Sl(n,t,e,!0,s)}for(let o=0,r=i.length;o<r;o++)if(n=i.list[o],n.isApp&&Sl(n,t,e,!1,s),Dl(n,t,e,!1,s))return}catch(t){Cl.error(t)}}(t,e,i,s)}destroy(){this.__eventIds.length&&(this.stop(),this.__removeListenEvents(),this.dragger.destroy(),this.transformer.destroy(),this.downData=this.overPath=this.enterPath=null)}}class Yl{static set(t,e){this.custom[t]=e}static get(t){return this.custom[t]}}Yl.custom={};class jl extends Ot{constructor(){super(...arguments),this.maxTotal=1e3,this.pathList=new oa,this.pixelList=new oa}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:Xl,copy:Hl,setRadius:Vl}=O,Gl={},ql=t.Leaf.prototype;ql.__hitWorld=function(t){if(!this.__.hitSelf)return!1;this.__.hitRadius&&(Hl(Gl,t),Vl(t=Gl,this.__.hitRadius)),Xl(t,this.__world,Gl);const{width:e,height:i}=this.__world,s=e<10&&i<10;if(this.__.hitBox||s){if(ot.hitRadiusPoint(this.__layout.boxBounds,Gl))return!0;if(s)return!1}return!this.__layout.hitCanvasChanged&&this.__hitCanvas||(this.__updateHitCanvas(),this.__layout.boundsChanged||(this.__layout.hitCanvasChanged=!1)),this.__hit(Gl)},ql.__hitFill=function(t){var e;return null===(e=this.__hitCanvas)||void 0===e?void 0:e.hitFill(t,this.__.windingRule)},ql.__hitStroke=function(t,e){var i;return null===(i=this.__hitCanvas)||void 0===i?void 0:i.hitStroke(t,e)},ql.__hitPixel=function(t){var e;return null===(e=this.__hitCanvas)||void 0===e?void 0:e.hitPixel(t,this.__layout.renderBounds,this.__hitCanvas.hitScale)},ql.__drawHitPath=function(t){t&&this.__drawRenderPath(t)};const Kl=new z,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(),pn.patternLocked=!0,this.__renderShape(r,{matrix:Kl.setWith(this.__world).scaleWith(1/a).invertWith().translate(-h,-l)},!s,!n),pn.patternLocked=!1,r.resetTransform(),t.__isHitPixel=!0}else t.__isHitPixel&&(t.__isHitPixel=!1);this.__drawHitPath(r),r.setStrokeOptions(t)},Zl.__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 Ql=t.UI.prototype,Jl=t.Rect.prototype,$l=t.Box.prototype;Jl.__updateHitCanvas=$l.__updateHitCanvas=function(){this.stroke||this.cornerRadius||(this.fill||this.__.__isCanvas)&&"pixel"===this.hitFill||"all"===this.hitStroke?Ql.__updateHitCanvas.call(this):this.__hitCanvas&&(this.__hitCanvas=null)},Jl.__hitFill=$l.__hitFill=function(t){return this.__hitCanvas?Ql.__hitFill.call(this,t):ot.hitRadiusPoint(this.__layout.boxBounds,t)};const td=t.UI.prototype,ed=t.Group.prototype;function id(t){return t.leafer?t.leafer.selector:e.selector||(e.selector=i.selector())}td.find=function(t,e){return id(this).getBy(t,this,!1,e)},td.findOne=function(t,e){return id(this).getBy(t,this,!0,e)},ed.pick=function(t,e){return this.__layout.update(),e||(e={}),id(this).getByPoint(t,e.hitRadius||0,Object.assign(Object.assign({},e),{target:this}))};const sd=Kt.prototype;sd.hitFill=function(t,e){return e?this.context.isPointInPath(t.x,t.y,e):this.context.isPointInPath(t.x,t.y)},sd.hitStroke=function(t,e){return this.strokeWidth=e,this.context.isPointInStroke(t.x,t.y)},sd.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 nd={convert(t,e){const i=xl.getBase(t),s=Object.assign(Object.assign({},i),{x:e.x,y:e.y,width:t.width,height:t.height,pointerType:t.pointerType,pressure:t.pressure});return"pen"===s.pointerType&&(s.tangentialPressure=t.tangentialPressure,s.tiltX=t.tiltX,s.tiltY=t.tiltY,s.twist=t.twist),s},convertMouse(t,e){const i=xl.getBase(t);return Object.assign(Object.assign({},i),{x:e.x,y:e.y,width:1,height:1,pointerType:"mouse",pressure:.5})},convertTouch(t,e){const i=nd.getTouch(t),s=xl.getBase(t);return Object.assign(Object.assign({},s),{x:e.x,y:e.y,width:1,height:1,pointerType:"touch",multiTouch:t.touches.length>1,pressure:i.force})},getTouch:t=>t.targetTouches[0]||t.changedTouches[0]},od={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}},rd={convert(t){const e=xl.getBase(t);return Object.assign(Object.assign({},e),{code:t.code,key:t.key})}},{getMoveEventData:ad,getZoomEventData:hd,getRotateEventData:ld,pathCanDrag:dd}=xl;class cd extends Nl{__listenEvents(){super.__listenEvents();const t=this.view=this.canvas.view;this.viewEvents={pointerdown:this.onPointerDown,mousedown:this.onMouseDown,touchstart:this.onTouchStart,contextmenu:this.onContextMenu,wheel:this.onWheel,gesturestart:this.onGesturestart,gesturechange:this.onGesturechange,gestureend:this.onGestureend},this.windowEvents={pointermove:this.onPointerMove,pointerup:this.onPointerUp,pointercancel:this.onPointerCancel,mousemove:this.onMouseMove,mouseup:this.onMouseUp,touchmove:this.onTouchMove,touchend:this.onTouchEnd,touchcancel:this.onTouchCancel,keydown:this.onKeyDown,keyup:this.onKeyUp,scroll:this.onScroll};const{viewEvents:e,windowEvents:i}=this;for(let i in e)e[i]=e[i].bind(this),t.addEventListener(i,e[i]);for(let t in i)i[t]=i[t].bind(this),window.addEventListener(t,i[t])}__removeListenEvents(){super.__removeListenEvents();const{viewEvents:t,windowEvents:e}=this;for(let e in t)this.view.removeEventListener(e,t[e]),this.viewEvents={};for(let t in e)window.removeEventListener(t,e[t]),this.windowEvents={}}getTouches(t){const e=[];for(let i=0,s=t.length;i<s;i++)e.push(t[i]);return e}preventDefaultPointer(t){const{pointer:e}=this.config;e.preventDefault&&t.preventDefault()}preventDefaultWheel(t){const{wheel:e}=this.config;e.preventDefault&&t.preventDefault()}preventWindowPointer(t){return!this.downData&&t.target!==this.view}onKeyDown(t){this.keyDown(rd.convert(t))}onKeyUp(t){this.keyUp(rd.convert(t))}onContextMenu(t){this.config.pointer.preventDefaultMenu&&t.preventDefault(),this.menu(nd.convert(t,this.getLocal(t)))}onScroll(){this.canvas.updateClientBounds()}onPointerDown(t){this.preventDefaultPointer(t),this.config.pointer.touch||this.useMultiTouch||(this.usePointer||(this.usePointer=!0),this.pointerDown(nd.convert(t,this.getLocal(t))))}onPointerMove(t){this.config.pointer.touch||this.useMultiTouch||this.preventWindowPointer(t)||(this.usePointer||(this.usePointer=!0),this.pointerMove(nd.convert(t,this.getLocal(t,!0))))}onPointerUp(t){this.downData&&this.preventDefaultPointer(t),this.config.pointer.touch||this.useMultiTouch||this.preventWindowPointer(t)||this.pointerUp(nd.convert(t,this.getLocal(t)))}onPointerCancel(){this.useMultiTouch||this.pointerCancel()}onMouseDown(t){this.preventDefaultPointer(t),this.useTouch||this.usePointer||this.pointerDown(nd.convertMouse(t,this.getLocal(t)))}onMouseMove(t){this.useTouch||this.usePointer||this.preventWindowPointer(t)||this.pointerMove(nd.convertMouse(t,this.getLocal(t,!0)))}onMouseUp(t){this.downData&&this.preventDefaultPointer(t),this.useTouch||this.usePointer||this.preventWindowPointer(t)||this.pointerUp(nd.convertMouse(t,this.getLocal(t)))}onMouseCancel(){this.useTouch||this.usePointer||this.pointerCancel()}onTouchStart(t){const e=nd.getTouch(t),i=this.getLocal(e,!0),{preventDefault:s}=this.config.touch;(!0===s||"auto"===s&&dd(this.findPath(i)))&&t.preventDefault(),this.multiTouchStart(t),this.usePointer||(this.touchTimer&&(window.clearTimeout(this.touchTimer),this.touchTimer=0),this.useTouch=!0,this.pointerDown(nd.convertTouch(t,i)))}onTouchMove(t){if(this.multiTouchMove(t),this.usePointer||this.preventWindowPointer(t))return;const e=nd.getTouch(t);this.pointerMove(nd.convertTouch(t,this.getLocal(e)))}onTouchEnd(t){if(this.multiTouchEnd(),this.usePointer||this.preventWindowPointer(t))return;this.touchTimer&&clearTimeout(this.touchTimer),this.touchTimer=setTimeout((()=>{this.useTouch=!1}),500);const e=nd.getTouch(t);this.pointerUp(nd.convertTouch(t,this.getLocal(e)))}onTouchCancel(){this.usePointer||this.pointerCancel()}multiTouchStart(t){this.useMultiTouch=t.touches.length>1,this.touches=this.useMultiTouch?this.getTouches(t.touches):void 0,this.useMultiTouch&&this.pointerCancel()}multiTouchMove(t){if(this.useMultiTouch&&t.touches.length>1){const e=this.getTouches(t.touches),i=this.getKeepTouchList(this.touches,e);i.length>1&&(this.multiTouch(xl.getBase(t),i),this.touches=e)}}multiTouchEnd(){this.touches=null,this.useMultiTouch=!1,this.transformEnd()}getKeepTouchList(t,e){let i;const s=[];return t.forEach((t=>{i=e.find((e=>e.identifier===t.identifier)),i&&s.push({from:this.getLocal(t),to:this.getLocal(i)})})),s}getLocalTouchs(t){return t.map((t=>this.getLocal(t)))}onWheel(t){this.preventDefaultWheel(t);const{wheel:e}=this.config;if(e.disabled)return;const i=e.getScale?e.getScale(t,e):od.getScale(t,e),s=this.getLocal(t),n=xl.getBase(t);1!==i?this.zoom(hd(s,i,n)):this.move(ad(s,e.getMove?e.getMove(t,e):od.getMove(t,e),n))}onGesturestart(t){this.useMultiTouch||(this.preventDefaultWheel(t),this.lastGestureScale=1,this.lastGestureRotation=0)}onGesturechange(t){if(this.useMultiTouch)return;this.preventDefaultWheel(t);const e=this.getLocal(t),i=xl.getBase(t),s=t.scale/this.lastGestureScale,n=t.rotation-this.lastGestureRotation;let{rotateSpeed:o}=this.config.wheel;o=h.within(o,0,1),this.zoom(hd(e,s*s,i)),this.rotate(ld(e,n/Math.PI*180*(o/4+.1),i)),this.lastGestureScale=t.scale,this.lastGestureRotation=t.rotation}onGestureend(t){this.useMultiTouch||(this.preventDefaultWheel(t),this.transformEnd())}setCursor(t){super.setCursor(t);const e=[];this.eachCursor(t,e),"object"==typeof e[e.length-1]&&e.push("default"),this.canvas.view.style.cursor=e.map((t=>"object"==typeof t?`url(${t.url}) ${t.x||0} ${t.y||0}`:t)).join(",")}eachCursor(t,e,i=0){if(i++,t instanceof Array)t.forEach((t=>this.eachCursor(t,e,i)));else{const s="string"==typeof t&&Yl.get(t);s&&i<2?this.eachCursor(s,e,i):e.push(t)}}destroy(){this.view&&(super.destroy(),this.view=null,this.touches=null)}}function ud(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 _d(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?fd(t,!0,e,i):gd(e,i);break;case"inside":pd("inside",t,n,e,i);break;case"outside":pd("outside",t,n,e,i)}}function pd(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?fd(e,!0,s,a):gd(s,a),a.blendMode="outside"===t?"destination-out":"destination-in",ud(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 gd(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 fd(t,e,i,s){let n;for(let o=0,r=t.length;o<r;o++)n=t[o],n.image&&Ha.checkImage(i,s,n,!1)||n.style&&(s.strokeStyle=n.style,n.blendMode?(s.saveBlendMode(n.blendMode),e?gd(i,s):s.stroke(),s.restoreBlendMode()):e?gd(i,s):s.stroke())}const{getSpread:yd,getOuterOf:md,getByMove:vd,getIntersectData:wd}=ot;let xd;function bd(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:Na.string(r,a)};case"image":return Ha.image(i,t,e,s,!xd||!xd[e.url]);case"linear":return Va.linearGradient(e,s);case"radial":return Va.radialGradient(e,s);case"angular":return Va.conicGradient(e,s);default:return void 0!==e.r?{type:"solid",style:Na.string(e)}:void 0}}const Ed={compute:function(t,e){const i=e.__,s=[];let n,o=i.__input[t];o instanceof Array||(o=[o]),xd=Ha.recycleImage(t,i);for(let i,n=0,r=o.length;n<r;n++)i=bd(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?ud(e,i):e.__.windingRule?i.fill(e.__.windingRule):i.fill()},fills:function(t,e,i){let s;const{windingRule:n,__font:o}=e.__;for(let r=0,a=t.length;r<a;r++)s=t[r],s.image&&Ha.checkImage(e,i,s,!o)||s.style&&(i.fillStyle=s.style,s.transform?(i.save(),i.transform(s.transform),s.blendMode&&(i.blendMode=s.blendMode),o?ud(e,i):n?i.fill(n):i.fill(),i.restore()):s.blendMode?(i.saveBlendMode(s.blendMode),o?ud(e,i):n?i.fill(n):i.fill(),i.restoreBlendMode()):o?ud(e,i):n?i.fill(n):i.fill())},fillText:ud,stroke:function(t,e,i){const s=e.__,{__strokeWidth:n,strokeAlign:o,__font:r}=s;if(n)if(r)_d(t,e,i);else switch(o){case"center":i.setStroke(t,n,s),i.stroke();break;case"inside":i.save(),i.setStroke(t,2*n,s),s.windingRule?i.clip(s.windingRule):i.clip(),i.stroke(),i.restore();break;case"outside":const o=i.getSameCanvas(!0,!0);o.setStroke(t,2*n,s),e.__drawRenderPath(o),o.stroke(),s.windingRule?o.clip(s.windingRule):o.clip(),o.clearWorld(e.__layout.renderBounds),e.__worldFlipped?i.copyWorldByReset(o,e.__nowWorld):i.copyWorldToInner(o,e.__nowWorld,e.__layout.renderBounds),o.recycle(e.__nowWorld)}},strokes:function(t,e,i){const s=e.__,{__strokeWidth:n,strokeAlign:o,__font:r}=s;if(n)if(r)_d(t,e,i);else switch(o){case"center":i.setStroke(void 0,n,s),fd(t,!1,e,i);break;case"inside":i.save(),i.setStroke(void 0,2*n,s),s.windingRule?i.clip(s.windingRule):i.clip(),fd(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),fd(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:_d,drawTextStroke:gd,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=wd(s?yd(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=md(n,r),o=vd(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 Bd={};const{get:Pd,rotateOfOuter:Td,translate:Rd,scaleOfOuter:Cd,scale:kd,rotate:Sd}=b;function Dd(t,e,i,s,n,o,r){const a=Pd();Rd(a,e.x+i,e.y+s),kd(a,n,o),r&&Td(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=Pd();Rd(a,e.x+i,e.y+s),n&&kd(a,n,o),r&&Sd(a,r),t.transform=a}function Od(t,e,i,s,n,o,r,a,h,l){const d=Pd();if(h)if("center"===l)Td(d,{x:i/2,y:s/2},h);else switch(Sd(d,h),h){case 90:Rd(d,s,0);break;case 180:Rd(d,i,s);break;case 270:Rd(d,0,i)}Bd.x=e.x+n,Bd.y=e.y+o,Rd(d,Bd.x,Bd.y),r&&Cd(d,Bd,r,a),t.transform=d}const{get:Ad,translate:Md}=b,Id=new lt,Fd={},Wd={};function Ud(t,e,i,s){const{blendMode:n,sync:o}=i;n&&(t.blendMode=n),o&&(t.sync=o),t.data=zd(i,s,e)}function zd(t,e,i){let{width:s,height:n}=i;t.padding&&(e=Id.set(e).shrink(t.padding)),"strench"===t.mode&&(t.mode="stretch");const{opacity:o,mode:r,align:a,offset:l,scale:d,size:c,rotation:u,repeat:_}=t,p=e.width===s&&e.height===n,g={mode:r},f="center"!==a&&(u||0)%180==90,y=f?n:s,m=f?s:n;let v,w,x=0,b=0;if(r&&"cover"!==r&&"fit"!==r)(d||c)&&(h.getScaleData(d,c,i,Wd),v=Wd.scaleX,w=Wd.scaleY);else if(!p||u){const t=e.width/y,i=e.height/m;v=w="fit"===r?Math.min(t,i):Math.max(t,i),x+=(e.width-s*v)/2,b+=(e.height-n*w)/2}if(a){const t={x:x,y:b,width:y,height:m};v&&(t.width*=v,t.height*=w),mt.toPoint(a,t,e,Fd,!0),x+=Fd.x,b+=Fd.y}switch(l&&(x+=l.x,b+=l.y),r){case"stretch":p||(s=e.width,n=e.height);break;case"normal":case"clip":(x||b||v||u)&&Ld(g,e,x,b,v,w,u);break;case"repeat":(!p||v||u)&&Od(g,e,s,n,x,b,v,w,u,a),_||(g.repeat="repeat");break;default:v&&Dd(g,e,x,b,v,w,u)}return g.transform||(e.x||e.y)&&(g.transform=Ad(),Md(g.transform,e.x,e.y)),v&&"stretch"!==r&&(g.scaleX=v,g.scaleY=w),g.width=s,g.height=n,o&&(g.opacity=o),_&&(g.repeat="string"==typeof _?"x"===_?"repeat-x":"repeat-y":"repeat"),g}let Nd,Yd=new lt;const{isSame:jd}=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||Ud(n,s,i,o),!0}function Hd(t,e){qd(t,Yo.LOAD,e)}function Vd(t,e){qd(t,Yo.LOADED,e)}function Gd(t,e,i){e.error=i,t.forceUpdate("surface"),qd(t,Yo.ERROR,e)}function qd(t,e,i){t.hasEvent(e)&&t.emitEvent(new Yo(e,i))}function Kd(t,e){const{leafer:i}=t;i&&i.viewReady&&(i.renderer.ignore=e)}const{get:Zd,scale:Qd,copy:Jd}=b,{ceil:$d,abs:tc}=Math;function ec(t,i,s){let{scaleX:n,scaleY:o}=pn.patternLocked?t.__world:t.__nowWorld;const r=n+"-"+o+"-"+s;if(i.patternId===r||t.destroyed)return!1;{n=tc(n),o=tc(o);const{image:t,data:a}=i;let h,l,{width:d,height:c,scaleX:u,scaleY:_,opacity:p,transform:g,repeat:f}=a;u&&(l=Zd(),Jd(l,g),Qd(l,1/u,1/_),n*=u,o*=_),n*=s,o*=s,d*=n,c*=o;const y=d*c;if(!f&&y>e.image.maxCacheSize)return!1;let m=e.image.maxPatternSize;if(!t.isSVG){const e=t.width*t.height;m>e&&(m=e)}y>m&&(h=Math.sqrt(y/m)),h&&(n/=h,o/=h,d/=h,c/=h),u&&(n/=u,o/=_),(g||1!==n||1!==o)&&(l||(l=Zd(),g&&Jd(l,g)),Qd(l,1/n,1/o));const v=t.getCanvas($d(d)||1,$d(c)||1,p),w=t.getPattern(v,f||e.origin.noRepeat||"no-repeat",l,i);return i.style=w,i.patternId=r,!0}}const{abs:ic}=Math;const sc={image:function(t,e,i,s,n){let o,r;const a=pn.get(i);return Nd&&i===Nd.paint&&jd(s,Nd.boxBounds)?o=Nd.leafPaint:(o={type:i.type,image:a},Nd=a.use>1?{leafPaint:o,paint:i,boxBounds:Yd.set(s)}:null),(n||a.loading)&&(r={image:a,attrName:e,attrValue:i}),a.ready?(Xd(t,e,i,a,o,s),n&&(Hd(t,r),Vd(t,r))):a.error?n&&Gd(t,r,a.error):(n&&(Kd(t,!0),Hd(t,r)),o.loadId=a.load((()=>{Kd(t,!1),t.destroyed||(Xd(t,e,i,a,o,s)&&(a.hasOpacityPixel&&(t.__layout.hitCanvasChanged=!0),t.forceUpdate("surface")),Vd(t,r)),o.loadId=null}),(e=>{Kd(t,!1),Gd(t,r,e),o.loadId=null}))),o},checkImage:function(t,i,s,n){const{scaleX:o,scaleY:r}=pn.patternLocked?t.__world:t.__nowWorld,{pixelRatio:a}=i;if(!s.data||s.patternId===o+"-"+r+"-"+a&&!qa.running)return!1;{const{data:h}=s;if(n)if(h.repeat)n=!1;else{let{width:t,height:i}=h;t*=ic(o)*a,i*=ic(r)*a,h.scaleX&&(t*=h.scaleX,i*=h.scaleY),n=t*i>e.image.maxCacheSize||qa.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.view,0,0,h.width,h.height),i.restore(),!0):(!s.style||s.sync||qa.running?ec(t,s,a):s.patternTask||(s.patternTask=pn.patternTasker.add((()=>zt(this,void 0,void 0,(function*(){s.patternTask=null,i.bounds.hit(t.__nowWorld)&&ec(t,s,a),t.forceUpdate("surface")}))),300)),!1)}},createPattern:ec,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,pn.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:Ud,getPatternData:zd,fillOrFitMode:Dd,clipMode:Ld,repeatMode:Od},{toPoint:nc}=gt,oc={},rc={};function ac(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),Na.string(s,i)):t.addColorStop(s.offset,Na.string(s.color,i))}}const{getAngle:hc,getDistance:lc}=O,{get:dc,rotateOfOuter:cc,scaleOfOuter:uc}=b,{toPoint:_c}=gt,pc={},gc={};function fc(t,e,i,s,n){let o;const{width:r,height:a}=t;if(r!==a||s){const t=hc(e,i);o=dc(),n?(uc(o,e,r/a*(s||1),1),cc(o,e,t+90)):(uc(o,e,1,r/a*(s||1)),cc(o,e,t))}return o}const{getDistance:yc}=O,{toPoint:mc}=gt,vc={},wc={};const xc={linearGradient:function(t,i){let{from:s,to:n,type:o,blendMode:r,opacity:a}=t;nc(s||"top",i,oc),nc(n||"bottom",i,rc);const h=e.canvas.createLinearGradient(oc.x,oc.y,rc.x,rc.y);ac(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;_c(s||"center",i,pc),_c(n||"bottom",i,gc);const l=e.canvas.createRadialGradient(pc.x,pc.y,0,pc.x,pc.y,lc(pc,gc));ac(l,t.stops,r);const d={type:o,style:l},c=fc(i,pc,gc,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;mc(s||"center",i,vc),mc(n||"bottom",i,wc);const l=e.conicGradientSupport?e.canvas.createConicGradient(0,vc.x,vc.y):e.canvas.createRadialGradient(vc.x,vc.y,0,vc.x,vc.y,yc(vc,wc));ac(l,t.stops,r);const d={type:o,style:l},c=fc(i,vc,wc,h||1,e.conicGradientRotate90);return c&&(d.transform=c),a&&(d.blendMode=a),d},getTransform:fc},{copy:bc,toOffsetOutBounds:Ec}=ot,Bc={},Pc={};function Tc(t,i,s,n){const{bounds:o,shapeBounds:r}=n;if(e.fullImageShadow){if(bc(Bc,t.bounds),Bc.x+=i.x-r.x,Bc.y+=i.y-r.y,s){const{matrix:t}=n;Bc.x-=(o.x+(t?t.e:0)+o.width/2)*(s-1),Bc.y-=(o.y+(t?t.f:0)+o.height/2)*(s-1),Bc.width*=s,Bc.height*=s}t.copyWorld(n.canvas,t.bounds,Bc)}else s&&(bc(Bc,i),Bc.x-=i.width/2*(s-1),Bc.y-=i.height/2*(s-1),Bc.width*=s,Bc.height*=s),t.copyWorld(n.canvas,r,s?Bc:i)}const{toOffsetOutBounds:Rc}=ot,Cc={};const kc={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;Ec(l,Pc),a.forEach(((a,g)=>{_.setWorldShadow(Pc.offsetX+a.x*c,Pc.offsetY+a.y*u,a.blur*c,a.color),n=a.spread?1+2*a.spread/(r.boxBounds.width+2*(r.strokeBoxSpread||0)):0,Tc(_,Pc,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,Cc),a.forEach(((a,g)=>{_.save(),_.setWorldShadow(Cc.offsetX+a.x*c,Cc.offsetY+a.y*u,a.blur*c),n=a.spread?1-2*a.spread/(r.boxBounds.width+2*(r.strokeBoxSpread||0)):0,Tc(_,Cc,n,i),_.restore(),h?(_.copyWorld(_,l,o,"copy"),_.copyWorld(h,o,o,"source-out"),s=o):(_.copyWorld(i.canvas,d,l,"source-out"),s=l),_.fillWorld(s,a.color,"source-in"),t.__worldFlipped?e.copyWorldByReset(_,s,o,a.blendMode):e.copyWorldToInner(_,s,r.renderBounds,a.blendMode),p&&g<p&&_.clearWorld(s,!0)})),_.recycle(s)},blur:function(t,e,i){const{blur:s}=t.__;i.setWorldBlur(s*t.__nowWorld.a),i.copyWorldToInner(e,t.__nowWorld,t.__layout.renderBounds),i.filter="none"},backgroundBlur:function(t,e,i){}},{excludeRenderBounds:Sc}=Eo;function Dc(t,e,i,s,n,o){switch(e){case"alpha":!function(t,e,i,s){const n=t.__nowWorld;i.resetTransform(),i.opacity=1,i.useMask(s,n),s.recycle(n),Oc(t,e,i,1)}(t,i,s,n);break;case"opacity-path":Oc(t,i,s,o);break;case"path":i.restore()}}function Lc(t){return t.getSameCanvas(!1,!0)}function Oc(t,e,i,s){const n=t.__nowWorld;e.resetTransform(),e.opacity=s,e.copyWorld(i,n),i.recycle(n)}t.Group.prototype.__renderMask=function(t,e){let i,s,n,o,r;const{children:a}=this;for(let h=0,l=a.length;h<l;h++)i=a[h],i.__.mask&&(r&&(Dc(this,r,t,n,s,o),s=n=null),"path"===i.__.mask?(i.opacity<1?(r="opacity-path",o=i.opacity,n||(n=Lc(t))):(r="path",t.save()),i.__clip(n||t,e)):(r="alpha",s||(s=Lc(t)),n||(n=Lc(t)),i.__render(s,e)),"clipping"!==i.__.mask)||Sc(i,e)||i.__render(n||t,e);Dc(this,r,t,n,s,o)};const Ac=">)]}%!?,.:;'\"》)」〉』〗】〕}┐>’”!?,、。:;‰",Mc=Ac+"_#~&*+\\=|≮≯≈≠=…",Ic=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 Wc=Fc("ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz"),Uc=Fc("{[(<'\"《(「〈『〖【〔{┌<‘“=¥¥$€££¢¢"),zc=Fc(Ac),Nc=Fc(Mc),Yc=Fc("- —/~|┆·");var jc;!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"}(jc||(jc={}));const{Letter:Xc,Single:Hc,Before:Vc,After:Gc,Symbol:qc,Break:Kc}=jc;function Zc(t){return Wc[t]?Xc:Yc[t]?Kc:Uc[t]?Vc:zc[t]?Gc:Nc[t]?qc:Ic.test(t)?Hc:Xc}const Qc={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 Jc(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:$c}=Qc,{Letter:tu,Single:eu,Before:iu,After:su,Symbol:nu,Break:ou}=jc;let ru,au,hu,lu,du,cu,uu,_u,pu,gu,fu,yu,mu,vu,wu,xu,bu,Eu=[];function Bu(t,e){pu&&!_u&&(_u=pu),ru.data.push({char:t,width:e}),hu+=e}function Pu(){lu+=hu,ru.width=hu,au.words.push(ru),ru={data:[]},hu=0}function Tu(){vu&&(wu.paraNumber++,au.paraStart=!0,vu=!1),pu&&(au.startCharSize=_u,au.endCharSize=pu,_u=0),au.width=lu,xu.width?$c(au):bu&&Ru(),Eu.push(au),au={words:[]},lu=0}function Ru(){lu>(wu.maxWidth||0)&&(wu.maxWidth=lu)}const Cu=0,ku=1,Su=2;const{top:Du,right:Lu,bottom:Ou,left:Au}=t.Direction4;function Mu(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 Iu={getDrawData:function(t,i){"string"!=typeof t&&(t=String(t));let s=0,n=0,o=i.__getInput("width")||0,r=i.__getInput("height")||0;const{textDecoration:a,__font:h,__padding:l}=i;l&&(o?(s=l[Au],o-=l[Lu]+l[Au]):i.autoSizeAlign||(s=l[Au]),r?(n=l[Du],r-=l[Du]+l[Ou]):i.autoSizeAlign||(n=l[Du]));const d={bounds:{x:s,y:n,width:o,height:r},rows:[],paraNumber:0,font:e.canvas.font=h};return function(t,i,s){wu=t,Eu=t.rows,xu=t.bounds,bu=!xu.width&&!s.autoSizeAlign;const{__letterSpacing:n,paraIndent:o,textCase:r}=s,{canvas:a}=e,{width:h,height:l}=xu;if(h||l||n||"none"!==r){const t="none"!==s.textWrap,e="break"===s.textWrap;vu=!0,fu=null,_u=uu=pu=hu=lu=0,ru={data:[]},au={words:[]};for(let s=0,l=i.length;s<l;s++)cu=i[s],"\n"===cu?(hu&&Pu(),au.paraEnd=!0,Tu(),vu=!0):(gu=Zc(cu),gu===tu&&"none"!==r&&(cu=Jc(cu,r,!hu)),uu=a.measureText(cu).width,n&&(n<0&&(pu=uu),uu+=n),yu=gu===eu&&(fu===eu||fu===tu)||fu===eu&&gu!==su,mu=!(gu!==iu&&gu!==eu||fu!==nu&&fu!==su),du=vu&&o?h-o:h,t&&h&&lu+hu+uu>du&&(e?(hu&&Pu(),lu&&Tu()):(mu||(mu=gu===tu&&fu==su),yu||mu||gu===ou||gu===iu||gu===eu||hu+uu>du?(hu&&Pu(),lu&&Tu()):lu&&Tu()))," "===cu&&!0!==vu&&lu+hu===0||(gu===ou?(" "===cu&&hu&&Pu(),Bu(cu,uu),Pu()):yu||mu?(hu&&Pu(),Bu(cu,uu)):Bu(cu,uu)),fu=gu);hu&&Pu(),lu&&Tu(),Eu.length>0&&(Eu[Eu.length-1].paraEnd=!0)}else i.split("\n").forEach((t=>{wu.paraNumber++,lu=a.measureText(t).width,Eu.push({x:o||0,text:t,width:lu,paraStart:!0}),bu&&Ru()}))}(d,t,i),l&&function(t,e,i,s,n){if(!s&&i.autoSizeAlign)switch(i.textAlign){case"left":Mu(e,"x",t[Au]);break;case"right":Mu(e,"x",-t[Lu])}if(!n&&i.autoSizeAlign)switch(i.verticalAlign){case"top":Mu(e,"y",t[Du]);break;case"bottom":Mu(e,"y",-t[Ou])}}(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:_,width:p,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":_+=(g-f)/2;break;case"bottom":_+=g-f}y+=_;let m,v,w,x=p||c?p:t.maxWidth;for(let o=0,l=i.length;o<l;o++){if(m=i[o],m.x=u,m.width<p||m.width>p&&!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&&p&&p<w&&(m.isOverflow=!0,t.overflow||(t.overflow=i.length))}s.y=_,s.height=f}(d,i),function(t,e,i,s){const{rows:n}=t,{textAlign:o,paraIndent:r,letterSpacing:a}=e;let h,l,d,c,u;n.forEach((t=>{t.words&&(d=r&&t.paraStart?r:0,l=i&&"justify"===o&&t.words.length>1?(i-t.width-d)/(t.words.length-1):0,c=a||t.isOverflow?Cu:l>.01?ku:Su,t.isOverflow&&!a&&(t.textMode=!0),c===Su?(t.x+=d,function(t){t.text="",t.words.forEach((e=>{e.data.forEach((e=>{t.text+=e.char}))}))}(t)):(t.x+=d,h=t.x,t.data=[],t.words.forEach((e=>{c===ku?(u={char:"",x:h},h=function(t,e,i){return t.forEach((t=>{i.char+=t.char,e+=t.width})),e}(e.data,h,u),(t.isOverflow||" "!==u.char)&&t.data.push(u)):h=function(t,e,i,s){return t.forEach((t=>{(s||" "!==t.char)&&(t.x=e,i.push(t)),e+=t.width})),e}(e.data,h,t.data,t.isOverflow),!t.paraEnd&&l&&(h+=l,t.width+=l)}))),t.words=null)}))}(d,i,o),d.overflow&&function(t,i,s,n){if(!n)return;const{rows:o,overflow:r}=t;let{textOverflow:a}=i;if(o.splice(r),a&&"show"!==a){let t,h;"hide"===a?a="":"ellipsis"===a&&(a="...");const l=a?e.canvas.measureText(a).width:0,d=s+n-l;("none"===i.textWrap?o:[o[r-1]]).forEach((e=>{if(e.isOverflow&&e.data){let i=e.data.length-1;for(let s=i;s>-1&&(t=e.data[s],h=t.x+t.width,!(s===i&&h<d));s--){if(h<d&&" "!==t.char){e.data.splice(s+1),e.width-=t.width;break}e.width-=t.width}e.width+=l,e.data.push({char:a,x:h}),e.textMode&&function(t){t.text="",t.data.forEach((e=>{t.text+=e.char})),t.data=null}(e)}}))}}(d,i,s,o),"none"!==a&&function(t,e){const{fontSize:i}=e;switch(t.decorationHeight=i/11,e.textDecoration){case"under":t.decorationY=.15*i;break;case"delete":t.decorationY=.35*-i}}(d,i),d}};const Fu={string:function(t,e){const i="number"==typeof e&&1!==e;if("string"==typeof t){if(!i||!Na.object)return t;t=Na.object(t)}let s=void 0===t.a?1:t.a;i&&(s*=e);const n=t.r+","+t.g+","+t.b;return 1===s?"rgb("+n+")":"rgba("+n+","+s+")"}},{setPoint:Wu,addPoint:Uu,toBounds:zu}=Y;const Nu={export(t,s,n){this.running=!0;const o=ln.fileType(s),r=s.includes(".");return n=ln.getExportOptions(n),function(t){Yu||(Yu=new _n);return new Promise((e=>{Yu.add((()=>zt(this,void 0,void 0,(function*(){return yield t(e)}))),{parallel:!1})}))}((a=>new Promise((l=>{const d=t=>{a(t),l(),this.running=!1},{toURL:c}=e,{download:u}=e.origin;if("json"===o)return r&&u(c(JSON.stringify(t.toJSON(n.json)),"text"),s),d({data:!!r||t.toJSON(n.json)});if("svg"===o)return r&&u(c(t.toSVG(),"svg"),s),d({data:!!r||t.toSVG()});const{leafer:_}=t;_?(ju(t),_.waitViewCompleted((()=>zt(this,void 0,void 0,(function*(){let e,o,r=1,a=1;const{worldTransform:l,isLeafer:c,isFrame:u}=t,{slice:p,trim:g,onCanvas:f}=n,y=void 0===n.smooth?_.config.smooth:n.smooth,m=n.contextSettings||_.config.contextSettings,v=n.screenshot||t.isApp,w=c&&v&&void 0===n.fill?t.fill:n.fill,x=ln.isOpaqueImage(s)||w,b=new z;if(v)e=!0===v?c?_.canvas.bounds:t.worldRenderBounds:v;else{let i=n.relative||(c?"inner":"local");switch(r=l.scaleX,a=l.scaleY,i){case"inner":b.set(l);break;case"local":b.set(l).divide(t.localTransform),r/=t.scaleX,a/=t.scaleY;break;case"world":r=1,a=1;break;case"page":i=t.leafer;default:b.set(l).divide(t.getTransform(i));const e=i.worldTransform;r/=r/e.scaleX,a/=a/e.scaleY}e=t.getBounds("render",i)}const E={scaleX:1,scaleY:1};h.getScaleData(n.scale,n.size,e,E);let B=n.pixelRatio||1;t.isApp&&(E.scaleX*=B,E.scaleY*=B,B=t.app.pixelRatio);const{x:P,y:T,width:R,height:C}=new lt(e).scale(E.scaleX,E.scaleY),k={matrix:b.scale(1/E.scaleX,1/E.scaleY).invert().translate(-P,-T).withScale(1/r*E.scaleX,1/a*E.scaleY)};let S,D=i.canvas({width:Math.round(R),height:Math.round(C),pixelRatio:B,smooth:y,contextSettings:m});if(p&&(S=t,S.__worldOpacity=0,t=_,k.bounds=D.bounds),D.save(),u&&void 0!==w){const e=t.get("fill");t.fill="",t.__render(D,k),t.fill=e}else t.__render(D,k);if(D.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?Uu(r,n,o):Wu(r={},n,o)),a++;const h=new lt;return zu(r,h),h.scale(1/t.pixelRatio).ceil()}(D);const t=D,{width:e,height:s}=o,n={x:0,y:0,width:e,height:s,pixelRatio:B};D=i.canvas(n),D.copyWorld(t,o,n)}x&&D.fillWorld(D.bounds,w||"#FFFFFF","destination-over"),f&&f(D);const L="canvas"===s?D:yield D.export(s,n);d({data:L,width:D.pixelWidth,height:D.pixelHeight,renderBounds:e,trimBounds:o})}))))):d({data:!1})}))))}};let Yu;function ju(t){t.__.__needComputePaint&&t.__.__computePaint(),t.isBranch&&t.children.forEach((t=>ju(t)))}const Xu=Kt.prototype,Hu=wt.get("@leafer-ui/export");Xu.export=function(t,e){const{quality:i,blob:s}=ln.getExportOptions(e);return t.includes(".")?this.saveAs(t,i):s?this.toBlob(t,i):this.toDataURL(t,i)},Xu.toBlob=function(t,i){return new Promise((s=>{e.origin.canvasToBolb(this.view,t,i).then((t=>{s(t)})).catch((t=>{Hu.error(t),s(null)}))}))},Xu.toDataURL=function(t,i){return e.origin.canvasToDataURL(this.view,t,i)},Xu.saveAs=function(t,i){return new Promise((s=>{e.origin.canvasSaveAs(this.view,t,i).then((()=>{s(!0)})).catch((t=>{Hu.error(t),s(!1)}))}))},Object.assign(za,Iu),Object.assign(Na,Fu),Object.assign(Xa,Ed),Object.assign(Ha,sc),Object.assign(Va,xc),Object.assign(Ga,kc),Object.assign(qa,Nu),Object.assign(i,{interaction:(t,e,i,s)=>new cd(t,e,i,s),hitCanvas:(t,e)=>new ha(t,e),hitCanvasManager:()=>new jl}),ca();class Vu extends eh{get __drawAfterFill(){return!0}setRobot(t){this._robot=t,this.__leaf.__updateRobot()}setAction(t){this._action=t,this.__leaf.__updateAction()}}function Gu(t,e){return xn(t,(t=>({set(i){this.__setAttr(t,i),this.waitLeafer((()=>e?Ka.setStyleName(this,e,i):Ka.set(this,i)))}})))}function qu(t){return xn(t,(t=>({set(e){this.__setAttr(t,e),this.__layout.stateStyleChanged=!0}})))}function Ku(t,e){if(e&&!0!==e)return e;if(!t.button){let{parent:e}=t;for(let t=0;t<2;t++)if(e){if(e.button)return e;e=e.parent}}return null}function Zu(t,e){"object"!=typeof e&&(e=void 0),$u(t,e,"in")}function Qu(t,e){const{normalStyle:i}=t;"object"!=typeof e&&(e=void 0),i&&(e||(e=i),$u(t,e,"out"))}t.Robot=class extends t.UI{get __tag(){return"Robot"}get nowFrame(){return this.robotFrames&&this.robotFrames[this.now]}constructor(t){super(t)}play(){this.running=!0}pause(){this.running=!1}stop(){this.pause()}__updateRobot(){const{robot:t}=this;if(this.robotFrames=[],!t)return;let e=0;t instanceof Array?t.forEach((t=>this.__loadRobot(t,e,e+=t.total||1))):this.__loadRobot(t,0,t.total)}__updateAction(){const t=this.actions[this.action];if(this.stop(),this.__timer&&clearTimeout(this.__timer),void 0!==t)if("number"==typeof t)this.now=t;else if(t instanceof Array){const{length:e}=t;if(e>1){const e=this.now=t[0],i=t[t.length-1];this.play(),this.__runAction(e,i)}else e&&(this.now=t[0])}}__loadRobot(t,e,i){for(let t=e;t<i;t++)this.robotFrames.push(void 0);const s=pn.get(t);s.ready?this.__createFrames(s,t,e,i):s.load((()=>this.__createFrames(s,t,e,i)))}__createFrames(t,e,i,s){const{offset:n,size:o,total:r}=e,{width:a,height:h}=o&&("number"==typeof o?{width:o,height:o}:o)||(r>1?this:t);let l=n?n.x:0,d=n?n.y:0;for(let e=i;e<s;e++)this.robotFrames[e]={view:t.view,x:l,y:d,width:a,height:h},l+a>=t.width?(l=0,d+=h):l+=a;this.__updateRobotBounds(),this.forceRender(),this.emitEvent(new Yo(Yo.LOADED,{image:t}))}__runAction(t,e){this.__timer=setTimeout((()=>{this.running&&(this.now===e?this.now=t:this.now++,this.__updateRobotBounds()),this.__runAction(t,e)}),1e3/this.FPS)}__updateRobotBounds(){const{nowFrame:t}=this;if(t){const e=this.__,i=t.width/e.pixelRatio,s=t.height/e.pixelRatio;e.width===i&&e.height===s||this.forceUpdate("width"),e.__naturalWidth=i,e.__naturalHeight=s}}__drawContent(t,e){const{nowFrame:i}=this,{width:s,height:n}=this.__;i&&t.drawImage(i.view,i.x,i.y,i.width,i.height,0,0,s,n)}destroy(){this.robotFrames&&(this.robotFrames=null),super.destroy()}},Ut([Gn(Vu)],t.Robot.prototype,"__",void 0),Ut([kn()],t.Robot.prototype,"robot",void 0),Ut([Bn()],t.Robot.prototype,"actions",void 0),Ut([Bn("")],t.Robot.prototype,"action",void 0),Ut([Wn(0)],t.Robot.prototype,"now",void 0),Ut([Bn(12)],t.Robot.prototype,"FPS",void 0),Ut([Bn(!0)],t.Robot.prototype,"loop",void 0),t.Robot=Ut([io()],t.Robot);const Ju={};function $u(t,e,i){const{normalStyle:s}=t;e||(e=Ju),e.scale&&(h.assignScale(e,e.scale),delete e.scale),e!==Ju&&Ka.canAnimate||(i=null);let n=!!i&&function(t,e,i){let s="in"===t?"transition":"transitionOut";"out"===t&&Wt(i[s])&&Wt(e[s])&&(s="transition");return Wt(e[s])?i[s]:e[s]}(i,e,t);const o=n?function(t,e){const i=i_(e,t),s=t.animate();s&&i_(i,t,s.fromStyle);return i}(t,e):void 0;t.killAnimate("transition"),s&&t.set(s,!0);const r=t_(t);if(r){const{animation:s}=r;if(s){const o=t.animate(s,void 0,"animation",!0);Object.assign(r,o.endingStyle),"in"!==i||e.animation!==s?o.kill():n=!1,delete r.animation}t.normalStyle=e_(r,t),t.set(r,!0)}else t.normalStyle=void 0;if(n){const e=e_(o,t);t.set(o,!0),t.animate([o,e],n,"transition",!0)}t.__layout.stateStyleChanged=!1}function t_(t){let e;const i={},{state:s}=t,n=Ku(t),o=s&&t.states[s];o&&Ka.isState(s,t,n)&&(e=s_(i,o));const r=i.selectedStyle||t.selectedStyle;if(r&&Ka.isSelected(t,n)&&(e=s_(i,r)),Ka.isDisabled(t,n)){const s=i.disabledStyle||t.disabledStyle;s&&(e=s_(i,s))}else{const s=i.focusStyle||t.focusStyle;s&&Ka.isFocus(t,n)&&(e=s_(i,s));const o=i.hoverStyle||t.hoverStyle;o&&Ka.isHover(t,n)&&(e=s_(i,o));const r=i.pressStyle||t.pressStyle;r&&Ka.isPress(t,n)&&(e=s_(i,r))}return e?i:void 0}function e_(t,e,i,s){const n=i?t:{},o=i||t;for(let t in o)s&&Ka.animateExcludes[t]||(n[t]=e[t]);return n}function i_(t,e,i){return e_(t,e,i,!0)}function s_(t,e){return Object.assign(t,e),!0}function n_(t,e){const i=t[e];i&&Zu(t,i),t.button&&r_(t.children,e)}function o_(t,e,i){i||(i=t.states[e]),Zu(t,i),t.button&&r_(t.children,null,e)}function r_(t,e,i){if(!t)return;let s,n;for(let o=0,r=t.length;o<r;o++){if(s=t[o],e){switch(n=!0,e){case"hoverStyle":Ka.isHover(s)&&(n=!1);break;case"pressStyle":Ka.isPress(s)&&(n=!1);break;case"focusStyle":Ka.isFocus(s)&&(n=!1)}n&&n_(s,e)}else i&&o_(s,i);s.isBranch&&r_(s.children,e,i)}}function a_(t,e){const i=t[e];i&&Qu(t,i),t.button&&l_(t.children,e)}function h_(t,e,i){Qu(t,i),t.button&&l_(t.children,null,e)}function l_(t,e,i){if(!t)return;let s;for(let n=0,o=t.length;n<o;n++)s=t[n],e?a_(s,e):i&&h_(s,i),s.isBranch&&l_(s.children,e,i)}function d_(t,e,i){let s;const n=e.leafer?e.leafer.interaction:null;if(n&&(s=n[t](e),!s&&i)){const o=Ku(e,i);o&&(s=n[t](o))}return s}function c_(t,e,i){let s=e[t];if(!s&&i){const n=Ku(e,i);n&&(s=n[t])}return s}Ka.animateExcludes={animation:1,animationOut:1,transition:1,transitionOut:1,states:1,state:1,normalStyle:1,hoverStyle:1,pressStyle:1,focusStyle:1,selectedStyle:1,disabledStyle:1},Ka.isState=function(t,e,i){return function(t,e,i){let s=e.states[t];if(!s&&i){const n=Ku(e,i);n&&(s=n.states[t])}return!!s}(t,e,i)},Ka.isSelected=function(t,e){return c_("selected",t,e)},Ka.isDisabled=function(t,e){return c_("disabled",t,e)},Ka.isFocus=function(t,e){return d_("isFocus",t,e)},Ka.isHover=function(t,e){return d_("isHover",t,e)},Ka.isPress=function(t,e){return d_("isPress",t,e)},Ka.isDrag=function(t,e){return d_("isDrag",t,e)},Ka.setStyleName=function(t,e,i){i?o_(t,e,t[e]):h_(t,e,t[e])},Ka.set=function(t,e){const i=t.states[e];i?o_(t,e,i):h_(t,e,i)},Ka.getStyle=t_,Ka.updateStyle=$u,Ka.updateEventStyle=function(e,i){switch(i){case t.PointerEvent.ENTER:n_(e,"hoverStyle");break;case t.PointerEvent.LEAVE:a_(e,"hoverStyle");break;case t.PointerEvent.DOWN:n_(e,"pressStyle");break;case t.PointerEvent.UP:a_(e,"pressStyle")}};const u_=t.UI.prototype;Gu(!1,"selectedStyle")(u_,"selected"),Gu(!1,"disabledStyle")(u_,"disabled"),qu({})(u_,"states"),Gu("")(u_,"state"),Bn()(u_,"normalStyle"),qu()(u_,"hoverStyle"),qu()(u_,"pressStyle"),qu()(u_,"focusStyle"),qu()(u_,"selectedStyle"),qu()(u_,"disabledStyle"),Bn(!1)(u_,"button"),u_.focus=function(t=!0){this.waitLeafer((()=>{let{focusData:e}=this.app.interaction;t?(e&&e.focus(!1),e=this):e=null,this.app.interaction.focusData=e,t?n_(this,"focusStyle"):a_(this,"focusStyle")}))},u_.updateState=function(){Ka.updateStyle(this,void 0,"in")};const{cos:__,sin:p_,pow:g_,sqrt:f_,abs:y_,ceil:m_,floor:v_,round:w_,PI:x_}=Math,b_=5*x_,E_=1.70158,B_=2.5949095,P_=7.5625,T_=2.75;function R_(t){return e=>g_(e,t)}function C_(t){return e=>1-g_(1-e,t)}function k_(t){return e=>e<.5?.5*g_(2*e,t):1-.5*g_(2-2*e,t)}function S_(t){return t<1/T_?P_*t*t:t<2/T_?P_*(t-=1.5/T_)*t+.75:t<2.5/T_?P_*(t-=2.25/T_)*t+.9375:P_*(t-=2.625/T_)*t+.984375}function D_(t,e,i,s){const n={};return o=>{const r=~~(1e4*o),a=n[r];if(a)return a;let h,l,d,c=o;for(let e=0;e<8&&(h=1-c,d=L_(c,t,i)-o,l=3*h*h*t+6*h*c*(i-t)+3*c*c*(1-i),!(y_(l)<1e-6));e++)c-=d/l;return n[r]=L_(c,e,s)}}function L_(t,e,i){const s=1-t;return 3*s*s*t*e+3*s*t*t*i+t*t*t}const O_={get(t){const{list:e}=O_;return"string"==typeof t?e[t||"ease"]:"object"==typeof t?e[t.name].apply(e,t.value instanceof Array?t.value:[t.value]):e.ease},register(t,e){O_.list[t]=e},list:{linear:t=>t,ease:D_(.25,.1,.25,1),"ease-in":D_(.42,0,1,1),"ease-out":D_(0,0,.58,1),"ease-in-out":D_(.42,0,.58,1),"sine-in":t=>1-__(t*x_*.5),"sine-out":t=>p_(t*x_*.5),"sine-in-out":t=>.5*(1-__(t*x_)),"quad-in":R_(2),"quad-out":C_(2),"quad-in-out":k_(2),"cubic-in":R_(3),"cubic-out":C_(3),"cubic-in-out":k_(3),"quart-in":R_(4),"quart-out":C_(4),"quart-in-out":k_(4),"quint-in":R_(5),"quint-out":C_(5),"quint-in-out":k_(5),"expo-in":t=>t?g_(2,10*t-10):0,"expo-out":t=>1===t?1:1-g_(2,10*-t),"expo-in-out":t=>0===t||1===t?t:t<.5?.5*g_(2,2*t*10-10):.5*(2-g_(2,10-2*t*10)),"circ-in":t=>1-f_(1-g_(t,2)),"circ-out":t=>f_(1-g_(t-1,2)),"circ-in-out":t=>t<.5?.5*(1-f_(1-g_(2*t,2))):.5*(f_(1-g_(2-2*t,2))+1),"back-in":t=>((E_+1)*t-E_)*t*t,"back-out":t=>(t-=1)*t*((E_+1)*t+E_)+1,"back-in-out":t=>t<.5?(t*=2)*t*((B_+1)*t-B_)*.5:.5*((t=2*t-2)*t*((B_+1)*t+B_)+2),"elastic-in":t=>0===t||1===t?t:-g_(2,10*(t-1))*p_((t-1.1)*b_),"elastic-out":t=>0===t||1===t?t:g_(2,-10*t)*p_((t-.1)*b_)+1,"elastic-in-out":t=>0===t||1===t?t:t<.5?-g_(2,10*((t*=2)-1))*p_((t-1.1)*b_)*.5:g_(2,10*(1-(t*=2)))*p_((t-1.1)*b_)*.5+1,"bounce-in":t=>1-S_(1-t),"bounce-out":S_,"bounce-in-out":t=>t<.5?.5*(1-S_(1-2*t)):.5*(1+S_(2*t-1)),"cubic-bezier":D_,steps:function(t,e="floor"){return i=>("floor"===e?v_(i*t):"ceil"===e?m_(i*t):w_(i*t))/t}}};function A_(t){return(e,i)=>{Object.defineProperty(e,i,{get(){const e=this.config&&this.config[i];return void 0===e?t:e},set(t){this.config||(this.config={}),this.config[i]=t}})}}class M_{}M_.CREATED="created",M_.PLAY="play",M_.PAUSE="pause",M_.STOP="stop",M_.SEEK="seek",M_.UPDATE="update",M_.COMPLETED="completed";t.Animate=class extends Ko{get endingStyle(){return"from"===this.realEnding?this.fromStyle:this.toStyle}get started(){return!!this.requestAnimateTime}get completed(){return this.time>=this.duration&&!this.started}get frame(){return this.frames[this.nowIndex]}get frameTotalTime(){return this.frame.totalTime||this.frame.duration||0}get realEnding(){let t;const{ending:e,reverse:i,loop:s}=this;return"from"===e?t=0:"to"===e?t=1:(t=i?0:1,s&&"number"==typeof s&&(t+=s-1)),t%2?"to":"from"}constructor(t,e,i,s){super(),this.init(t,e,i,s)}init(t,e,i,s){switch(this.target=t,(s||this.isTemp)&&(this.isTemp=s),typeof i){case"number":this.config={duration:i};break;case"string":this.config={easing:i};break;case"object":this.config=i,i.event&&(this.event=i.event)}if(!e)return;this.keyframes=e instanceof Array?e:[e];const{easing:n,attrs:o}=this;this.easingFn=O_.get(n),(o||this.attrsMap)&&(this.attrsMap=o?o.reduce(((t,e)=>(t[e]=!0,t)),{}):void 0),this.frames=[],this.create(),this.autoplay&&(this.timer=setTimeout((()=>{this.timer=0,this.play()}),0))}play(){this.destroyed||(this.running=!0,this.started?this.timer||this.requestAnimate():(this.clearTimer(),this.start()),this.emit(M_.PLAY,this))}pause(){this.destroyed||(this.running=!1,this.clearTimer(),this.emit(M_.PAUSE,this))}stop(){this.destroyed||(this.end(),this.complete(),this.emit(M_.STOP,this))}seek(t){this.destroyed||("object"==typeof t&&(t=Ya.number(t,this.duration)),t/=this.speed,(!this.started||t<this.time)&&this.start(!0),this.time=t,this.animate(0,!0),this.clearTimer((()=>this.requestAnimate())),this.emit(M_.SEEK,this))}kill(){this.destroy(!0)}create(){const{target:t,frames:e,keyframes:i,config:s}=this,{length:n}=i,o=!(n>1)||this.join;let r,a,h,l,d=0,c=0;n>1&&(this.fromStyle={},this.toStyle={});for(let s=0;s<n;s++){if(a=i[s],l=a.style||a,r||(r=o?t:l),h={style:l,beforeStyle:{}},a.style){const{duration:t,autoDuration:e,delay:i,autoDelay:s,easing:n}=a;t?(h.duration=t,d+=t,i&&(h.totalTime=t+i)):e&&(h.autoDuration=e,c+=e),i?(h.delay=i,d+=i):s&&(h.autoDelay=s,c+=s),n&&(h.easingFn=O_.get(n))}if(h.autoDuration||void 0!==h.duration||(n>1?s>0||o?c++:h.duration=0:h.duration=this.duration),n>1)this.setBefore(h,l,r);else{for(let e in l)h.beforeStyle[e]=t[e];this.fromStyle=h.beforeStyle,this.toStyle=h.style}r=l,e.push(h)}c?((this.duration<=d||!s||!s.duration)&&this.changeDuration(d+.2*c),this.allocateTime((this.duration-d)/c)):d&&this.changeDuration(d),this.emit(M_.CREATED,this)}changeDuration(t){const{config:e}=this;this.config=e?Object.assign(Object.assign({},e),{duration:t}):{duration:t}}setBefore(t,e,i){const{fromStyle:s,toStyle:n,target:o}=this;for(let r in e)void 0===s[r]&&(s[r]=n[r]=e===i?i[r]:o[r]),t.beforeStyle[r]=void 0===i[r]?n[r]:i[r],n[r]=e[r]}allocateTime(t){let e,{frames:i}=this,{length:s}=i;for(let n=0;n<s;n++)e=i[n],void 0===e.duration&&(e.duration=e.autoDuration?t*e.autoDuration:t),e.totalTime||(e.autoDelay&&(e.delay=e.autoDelay*t),e.delay&&(e.totalTime=e.duration,e.totalTime+=e.delay))}requestAnimate(){this.requestAnimateTime=Date.now(),e.requestRender(this.animate.bind(this))}animate(t,e){if(!e){if(!this.running)return;this.time+=(Date.now()-this.requestAnimateTime)/1e3}const{duration:i}=this,s=this.time*this.speed;if(s<i){for(;s-this.playedTotalTime>this.frameTotalTime;)this.transition(1),this.nowReverse?this.reverseNextFrame():this.nextFrame();const t=this.nowReverse?0:this.frame.delay||0,e=s-this.playedTotalTime-t,i=this.frame.duration;if(e>i)this.transition(1);else if(e>=0){const t=i?e/i:1;this.transition(this.frame.easingFn?this.frame.easingFn(t):this.easingFn(t))}}else this.end();if(!e)if(s<i)this.requestAnimate();else{const{loop:t,loopDelay:e,swing:i}=this;if((!1!==t||i)&&(this.looped?this.looped++:this.looped=1,"number"!=typeof t||t&&!(this.looped>=t)))return i&&(this.nowReverse=!this.nowReverse),void(e?this.timer=setTimeout((()=>{this.timer=0,this.begin()}),e/this.speed*1e3):this.begin());this.complete()}}start(t){this.requestAnimateTime=1;const{reverse:e}=this;if((e||this.nowReverse)&&(this.nowReverse=e),this.looped&&(this.looped=0),t)this.begin(!0);else{const{delay:t}=this;t?this.timer=setTimeout((()=>{this.timer=0,this.begin()}),t/this.speed*1e3):this.begin()}}begin(t){this.playedTotalTime=this.time=0,this.nowReverse?this.setTo():this.setFrom(),t||this.requestAnimate()}end(){this.nowReverse?this.setFrom():this.setTo()}complete(){this.requestAnimateTime=0,this.running=!1;const{realEnding:t}=this;"from"===t?this.setFrom():"to"===t&&this.setTo(),this.clearTimer(),this.emit(M_.COMPLETED,this)}setFrom(){this.nowIndex=0,this.setStyle(this.fromStyle)}setTo(){this.nowIndex=this.frames.length-1,this.setStyle(this.toStyle)}nextFrame(){this.nowIndex+1>=this.frames.length||(this.playedTotalTime+=this.frameTotalTime,this.nowIndex++)}reverseNextFrame(){this.nowIndex-1<0||(this.playedTotalTime+=this.frameTotalTime,this.nowIndex--)}transition(t){const{style:e,beforeStyle:i}=this.frame,s=this.nowReverse?e:i,n=this.nowReverse?i:e;if(0===t)this.setStyle(s);else if(1===t)this.setStyle(n);else{const{attrsMap:i,target:o}=this;let r,a,h,{betweenStyle:l}=this.frame;l||(l=this.frame.betweenStyle={});for(let d in e)i&&!i[d]||(r=s[d],a=n[d],h=Za.list[d]||Za.value,r!==a&&(l[d]=h(r,a,t,o)));this.setStyle(l)}this.emit(M_.UPDATE,this)}setStyle(t){this.target.set(t,this.isTemp)}clearTimer(t){this.timer&&(clearTimeout(this.timer),this.timer=0,t&&t())}destroy(t){this.destroyed||(super.destroy(),t&&!this.completed?this.stop():this.pause(),this.target=this.config=this.frames=null,this.destroyed=!0)}},Ut([A_("ease")],t.Animate.prototype,"easing",void 0),Ut([A_(0)],t.Animate.prototype,"delay",void 0),Ut([A_(.2)],t.Animate.prototype,"duration",void 0),Ut([A_("auto")],t.Animate.prototype,"ending",void 0),Ut([A_(!1)],t.Animate.prototype,"reverse",void 0),Ut([A_(!1)],t.Animate.prototype,"swing",void 0),Ut([A_(!1)],t.Animate.prototype,"loop",void 0),Ut([A_(0)],t.Animate.prototype,"loopDelay",void 0),Ut([A_(1)],t.Animate.prototype,"speed",void 0),Ut([A_(!0)],t.Animate.prototype,"autoplay",void 0),Ut([A_()],t.Animate.prototype,"join",void 0),Ut([A_()],t.Animate.prototype,"attrs",void 0),t.Animate=Ut([eo(rr)],t.Animate);const I_={transparent:"FFF0",aliceblue:"F0F8FF",antiquewhite:"FAEBD7",aqua:"0FF",aquamarine:"7FFFD4",azure:"F0FFFF",beige:"F5F5DC",bisque:"FFE4C4",black:"0",blanchedalmond:"FFEBCD",blue:"00F",blueviolet:"8A2BE2",brown:"A52A2A",burlywood:"DEB887",cadetblue:"5F9EA0",chartreuse:"7FFF00",chocolate:"D2691E",coral:"FF7F50",cornflowerblue:"6495ED",cornsilk:"FFF8DC",crimson:"DC143C",cyan:"0FF",darkblue:"00008B",darkcyan:"008B8B",darkgoldenrod:"B8860B",darkgray:"A9",darkgreen:"006400",darkgrey:"A9",darkkhaki:"BDB76B",darkmagenta:"8B008B",darkolivegreen:"556B2F",darkorange:"FF8C00",darkorchid:"9932CC",darkred:"8B0000",darksalmon:"E9967A",darkseagreen:"8FBC8F",darkslateblue:"483D8B",darkslategray:"2F4F4F",darkslategrey:"2F4F4F",darkturquoise:"00CED1",darkviolet:"9400D3",deeppink:"FF1493",deepskyblue:"00BFFF",dimgray:"69",dimgrey:"69",dodgerblue:"1E90FF",firebrick:"B22222",floralwhite:"FFFAF0",forestgreen:"228B22",fuchsia:"F0F",gainsboro:"DC",ghostwhite:"F8F8FF",gold:"FFD700",goldenrod:"DAA520",gray:"80",green:"008000",greenyellow:"ADFF2F",grey:"80",honeydew:"F0FFF0",hotpink:"FF69B4",indianred:"CD5C5C",indigo:"4B0082",ivory:"FFFFF0",khaki:"F0E68C",lavender:"E6E6FA",lavenderblush:"FFF0F5",lawngreen:"7CFC00",lemonchiffon:"FFFACD",lightblue:"ADD8E6",lightcoral:"F08080",lightcyan:"E0FFFF",lightgoldenrodyellow:"FAFAD2",lightgray:"D3",lightgreen:"90EE90",lightgrey:"D3",lightpink:"FFB6C1",lightsalmon:"FFA07A",lightseagreen:"20B2AA",lightskyblue:"87CEFA",lightslategray:"789",lightslategrey:"789",lightsteelblue:"B0C4DE",lightyellow:"FFFFE0",lime:"00FF00",limegreen:"32CD32",linen:"FAF0E6",magenta:"FF00FF",maroon:"800000",mediumaquamarine:"66CDAA",mediumblue:"0000CD",mediumorchid:"BA55D3",mediumpurple:"9370DB",mediumseagreen:"3CB371",mediumslateblue:"7B68EE",mediumspringgreen:"00FA9A",mediumturquoise:"48D1CC",mediumvioletred:"C71585",midnightblue:"191970",mintcream:"F5FFFA",mistyrose:"FFE4E1",moccasin:"FFE4B5",navajowhite:"FFDEAD",navy:"000080",oldlace:"FDF5E6",olive:"808000",olivedrab:"6B8E23",orange:"FFA500",orangered:"FF4500",orchid:"DA70D6",palegoldenrod:"EEE8AA",palegreen:"98FB98",paleturquoise:"AFEEEE",palevioletred:"D87093",papayawhip:"FFEFD5",peachpuff:"FFDAB9",peru:"CD853F",pink:"FFC0CB",plum:"DDA0DD",powderblue:"B0E0E6",purple:"800080",rebeccapurple:"639",red:"F00",rosybrown:"BC8F8F",royalblue:"4169E1",saddlebrown:"8B4513",salmon:"FA8072",sandybrown:"F4A460",seagreen:"2E8B57",seashell:"FFF5EE",sienna:"A0522D",silver:"C0",skyblue:"87CEEB",slateblue:"6A5ACD",slategray:"708090",slategrey:"708090",snow:"FFFAFA",springgreen:"00FF7F",steelblue:"4682B4",tan:"D2B48C",teal:"008080",thistle:"D8BFD8",tomato:"FF6347",turquoise:"40E0D0",violet:"EE82EE",wheat:"F5DEB3",white:"F",whitesmoke:"F5",yellow:"FF0",yellowgreen:"9ACD32"},F_=/^rgb\((\d+),\s*(\d+),\s*(\d+)/i,W_=/^rgba\((\d+),\s*(\d+),\s*(\d+),\s*(\d*\.?\d+)/i,U_=/^hsl\((\d+),\s*(\d+)%\s*,\s*(\d+)%/i,z_=/^hsla\((\d+),\s*(\d+)%\s*,\s*(\d+)%\s*,\s*(\d*\.?\d+)/i,N_=parseInt,Y_=parseFloat,{round:j_}=Math;let X_={},H_=0;function V_(t){let e,i,s,n=1;switch(t.length){case 9:e=N_(t.slice(1,3),16),i=N_(t.slice(3,5),16),s=N_(t.slice(5,7),16),n=N_(t.slice(7,9),16)/255;break;case 7:e=N_(t.slice(1,3),16),i=N_(t.slice(3,5),16),s=N_(t.slice(5,7),16);break;case 5:e=N_(t[1]+t[1],16),i=N_(t[2]+t[2],16),s=N_(t[3]+t[3],16),n=N_(t[4]+t[4],16)/255;break;case 4:e=N_(t[1]+t[1],16),i=N_(t[2]+t[2],16),s=N_(t[3]+t[3],16);break;case 3:e=i=s=N_(t[1]+t[2],16);break;case 2:e=i=s=N_(t[1]+t[1],16)}return{r:e,g:i,b:s,a:n}}const G_=1/6,q_=.5,K_=2/3,Z_=1/3;function Q_(t,e,i){return i<0?i++:i>1&&i--,i<G_?t+6*(e-t)*i:i<q_?e:i<K_?t+(e-t)*(K_-i)*6:t}function J_(t,e,i,s=1){let n,o,r;if(t/=360,i/=100,0===(e/=100))n=o=r=i;else{let s=i<.5?i*(1+e):i+e-i*e,a=2*i-s;n=Q_(a,s,t+Z_),o=Q_(a,s,t),r=Q_(a,s,t-Z_)}return{r:j_(255*n),g:j_(255*o),b:j_(255*r),a:s}}Na.object=function(t,e){let i,s=void 0!==e&&1!==e;if("string"==typeof t){const e=X_[t];if(e)i=Object.assign({},e);else{switch(t[0]){case"#":i=V_(t);break;case"R":case"r":"("===t[4]&&W_.test(t)?i=function(t){const e=W_.exec(t);return{r:N_(e[1]),g:N_(e[2]),b:N_(e[3]),a:Y_(e[4])}}(t):"("===t[3]&&F_.test(t)&&(i=function(t){const e=F_.exec(t);return{r:N_(e[1]),g:N_(e[2]),b:N_(e[3]),a:1}}(t));break;case"H":case"h":"("===t[4]&&z_.test(t)?i=function(t){const e=z_.exec(t);return J_(Y_(e[1]),Y_(e[2]),Y_(e[3]),Y_(e[4]))}(t):"("===t[3]&&U_.test(t)&&(i=function(t){const e=U_.exec(t);return J_(Y_(e[1]),Y_(e[2]),Y_(e[3]),1)}(t))}if(!i){const e=I_[t.toLowerCase()];e&&(i=V_("#"+e))}i&&(H_++,H_>1e4&&(X_={},H_=0),X_[t]=Object.assign({},i))}}else"object"==typeof t&&(void 0===t.a&&(t.a=1),s&&(t=Object.assign({},t)),i=t);return i||(i={r:255,g:255,b:255,a:1}),s&&(i.a*=e),i};const{round:$_}=Math,{fourNumber:tp}=h,ep={fill:op,stroke:op,cornerRadius:(t,e,i)=>"number"==typeof t&&"number"==typeof e?sp(t,e,i):(t=tp(t),e=tp(e),t.map(((t,s)=>sp(t,e[s],i)))),shadow:rp,innerShadow:rp},ip={value:function(t,e,i){return"number"==typeof t&&"number"==typeof e?t+(e-t)*i:e},number:sp,color:np};function sp(t,e,i,s){t||(t=0),e||(e=0);const n=t+(e-t)*i;return s?$_(n):n}function np(t,e,i){t=Na.object(t),e=Na.object(e);const s=sp(t.r,e.r,i,1)+","+sp(t.g,e.g,i,1)+","+sp(t.b,e.b,i,1),n=sp(t.a,e.a,i);return 1===n?"rgb("+s+")":"rgba("+s+","+n+")"}function op(t,e,i){return"string"==typeof t&&"string"==typeof e?np(t,e,i):e}function rp(t,e,i){return t instanceof Array||e instanceof Array?e:(e=e||{},{x:sp((t=t||{}).x,e.x,i),y:sp(t.y,e.y,i),blur:sp(t.blur,e.blur,i),spread:sp(t.spread,e.spread,i),color:np(t.color||"#FFFFFF00",e.color||"#FFFFFF00",i),visible:e.visible,blendMode:e.blendMode,box:e.box||t.box})}Ka.canAnimate=!0,Object.assign(Za,ip),Object.assign(Za.list,ep);const ap=t.UI.prototype;var hp;xn(hp,(t=>({set(e){this.__setAttr(t,e),this.leafer&&(e?this.animate(e,void 0,"animation"):this.killAnimate("animation"))}})))(ap,"animation"),Bn()(ap,"animationOut"),Bn(!0)(ap,"transition"),Bn()(ap,"transitionOut"),ap.animate=function(e,i,s,n){return void 0===e?this.__animate:("object"==typeof e&&(e.keyframes?(i=e,e=e.keyframes):e.style&&(i=e,e=e.style)),this.killAnimate(s),this.__animate=new t.Animate(this,e,i,n))},ap.killAnimate=function(t){const e=this.__animate;e&&(e.kill(),this.__animate=null)},ap.__runAnimation=function(t,e){this.animate("in"===t?this.animation:this.animationOut),e&&this.__animate.on(M_.COMPLETED,e)};const lp=[.1488743389,.4333953941,.6794095682,.8650633666,.9739065285],dp=[.2955242247,.2692667193,.2190863625,.1494513491,.0666713443],{sqrt:cp}=Math,up={getDistance(t,e,i,s,n,o,r,a){let h,l,d,c,u,_,p=0;for(let g=0;g<lp.length;g++)h=.5*(1+lp[g]),l=.5*(1-lp[g]),d=_p(h,t,i,n,r),c=_p(h,e,s,o,a),u=_p(l,t,i,n,r),_=_p(l,e,s,o,a),p+=dp[g]*(cp(d*d+c*c)+cp(u*u+_*_));return.5*p},getDerivative(t,e,i,s,n){const o=1-t;return 3*o*o*(i-e)+6*o*t*(s-i)+3*t*t*(n-s)},cut(t,e,i,s,n,o,r,a,h,l){const d=1-e,c=d*i+e*n,u=d*s+e*o,_=d*n+e*r,p=d*o+e*a,g=d*c+e*_,f=d*u+e*p,y=d*g+e*(d*_+e*(d*r+e*h)),m=d*f+e*(d*p+e*(d*a+e*l));t.push(Jt.C,c,u,g,f,y,m)}},{getDerivative:_p}=up,{M:pp,L:gp,C:fp,Z:yp}=Jt,mp={},vp={},wp={transform(t,e){let i,s=0;const n=t.length;for(;s<n;)switch(i=t[s],i){case pp:case gp:wp.transformPoints(t,e,s,1),s+=3;break;case fp:wp.transformPoints(t,e,s,3),s+=7;break;case yp:s+=1}},transformPoints(t,e,i,s){for(let n=i+1,o=n+2*s;n<o;n+=2)mp.x=t[n],mp.y=t[n+1],b.toOuterPoint(e,mp),t[n]=mp.x,t[n+1]=mp.y},getMotionPathData(t){let e,i,s,n,o=0,r=[],a=0,h=0,l=0;const d=t.length;for(;a<d;){switch(n=t[a],n){case pp:case gp:i=t[a+1],s=t[a+2],e=n===gp&&a>0?O.getDistanceFrom(h,l,i,s):0,h=i,l=s,a+=3;break;case fp:i=t[a+5],s=t[a+6],e=up.getDistance(h,l,t[a+1],t[a+2],t[a+3],t[a+4],i,s),h=i,l=s,a+=7;break;case yp:a+=1;default:e=0}r.push(e),o+=e}return{total:o,segments:r,data:t}},getDistancePoint(t,e){const{segments:i,data:s}=t;e=Ya.number(e,t.total);let n,o,r,a,h=0,l={},d=0,c=0,u=0,_=0;const p=s.length;for(;d<p;){switch(a=s[d],a){case pp:case gp:if(o=s[d+1],r=s[d+2],n=i[c],h+n>e||!t.total)return d||(u=o,_=r),vp.x=u,vp.y=_,l.x=o,l.y=r,O.getDistancePoint(vp,l,e-h,!0),l.rotation=O.getAngle(vp,l),l;u=o,_=r,d+=3;break;case fp:if(o=s[d+5],r=s[d+6],n=i[c],h+n>e){const t=s[d+1],i=s[d+2],a=s[d+3],c=s[d+4];return e-=h,Be.getPointAndSet(e/n,u,_,t,i,a,c,o,r,l),Be.getPointAndSet(Math.max(0,e-.1)/n,u,_,t,i,a,c,o,r,vp),l.rotation=O.getAngle(vp,l),l}u=o,_=r,d+=7;break;case yp:d+=1;default:n=0}c++,h+=n}return l},getDistancePath(t,e){const{segments:i,data:s}=t,n=[];e=Ya.number(e,t.total);let o,r,a,h,l=0,d={},c=0,u=0,_=0,p=0;const g=s.length;for(;c<g;){switch(h=s[c],h){case pp:case gp:if(r=s[c+1],a=s[c+2],o=i[u],l+o>e||!t.total)return c||(_=r,p=a),vp.x=_,vp.y=p,d.x=r,d.y=a,O.getDistancePoint(vp,d,e-l,!0),n.push(h,d.x,d.y),n;_=r,p=a,c+=3,n.push(h,_,p);break;case fp:const g=s[c+1],f=s[c+2],y=s[c+3],m=s[c+4];if(r=s[c+5],a=s[c+6],o=i[u],l+o>e)return up.cut(n,(e-l)/o,_,p,g,f,y,m,r,a),n;_=r,p=a,c+=7,n.push(h,g,f,y,m,r,a);break;case yp:c+=1,n.push(h);default:o=0}u++,l+=o}return n}};function xp(t){return xn(t,(t=>({set(e){this.__setAttr(t,e),this.__hasMotionPath=this.motionPath||!Wt(this.motion),this.__layout.matrixChanged||this.__layout.matrixChange()}})))}Za.register("motion",(function(t,e,i,s){return t?"object"==typeof t&&(t=Ya.number(t,s.getMotionTotal())):t=0,e?"object"==typeof e&&(e=Ya.number(e,s.getMotionTotal())):e=0,Za.number(t,e,i)})),Za.register("motionRotation",(function(t,e,i){return Za.number(t,e,i)}));const bp=t.UI.prototype,{updateMatrix:Ep,updateAllMatrix:Bp}=go,{updateBounds:Pp}=Po;function Tp(t){const{motion:e,leaferIsCreated:i}=t;if(!Wt(e)){if(i&&(t.leafer.created=!1),t.motionPath){const i=Cp(t);i.total&&(t.__.__pathForRender=wp.getDistancePath(i,e))}else t.set(t.getMotionPoint(e)),t.__hasAutoLayout||(t.isBranch?(Bp(t),Pp(t,t)):Ep(t));i&&(t.leafer.created=!0)}}function Rp(t){const{parent:e}=t;if(!t.motionPath&&e){const{children:t}=e;for(let e=0;e<t.length;e++)if(t[e].motionPath)return t[e]}return t}function Cp(t){const e=t.__;return e.__pathForMotion?e.__pathForMotion:e.__pathForMotion=wp.getMotionPathData(t.getPath(!0,!0))}return xp()(bp,"motionPath"),xp()(bp,"motion"),xp(!0)(bp,"motionRotation"),bp.getMotionPathData=function(){return Cp(Rp(this))},bp.getMotionPoint=function(t){const e=Rp(this),i=Cp(e);if(!i.total)return{};const s=wp.getDistancePoint(i,t);b.toOuterPoint(e.localTransform,s);const{motionRotation:n}=this;return!1===n?delete s.rotation:"number"==typeof n&&(s.rotation+=n),s},bp.getMotionTotal=function(){return this.getMotionPathData().total},bp.__updateMotionPath=function(){const t=this.__;if(this.__layout.resized&&t.__pathForMotion&&(t.__pathForMotion=void 0),this.motionPath){let t;const{children:e}=this.parent,{leaferIsReady:i}=this;for(let s=0;s<e.length;s++)t=e[s],Wt(t.motion)||t.__layout.matrixChanged||(i&&t!==this&&this.leafer.layouter.addExtra(t),Tp(t))}else Tp(this)},t.AlignHelper=mt,t.AnimateEasing=O_,t.AnimateEvent=M_,t.AroundHelper=gt,t.AutoBounds=ct,t.BezierHelper=Be,t.Bounds=lt,t.BoundsHelper=ot,t.BoxData=sh,t.BranchHelper=Po,t.BranchRender=Rr,t.CanvasData=fh,t.CanvasManager=Ot,t.ChildEvent=zo,t.ColorConvert=Na,t.Creator=i,t.Cursor=Yl,t.DataHelper=At,t.Debug=wt,t.Effect=Ga,t.EllipseData=hh,t.EllipseHelper=Oe,t.Event=Uo,t.EventCreator=Dt,t.Eventer=Ko,t.Export=qa,t.FileHelper=ln,t.FrameData=oh,t.GroupData=ih,t.HighBezierHelper=up,t.HighCurveHelper=wp,t.HitCanvasManager=jl,t.ImageData=gh,t.ImageEvent=Yo,t.ImageManager=pn,t.IncrementId=s,t.Interaction=cd,t.InteractionBase=Nl,t.InteractionHelper=xl,t.Keyboard=hl,t.LayoutEvent=Ho,t.Layouter=Pa,t.LeafBounds=Br,t.LeafBoundsHelper=Eo,t.LeafData=It,t.LeafDataProxy=lr,t.LeafEventer=rr,t.LeafHelper=go,t.LeafLayout=Wo,t.LeafLevelList=ra,t.LeafList=oa,t.LeafMatrix=fr,t.LeafRender=Pr,t.LeaferCanvas=ha,t.LeaferCanvasBase=Kt,t.LeaferData=nh,t.LeaferEvent=Go,t.LeaferImage=mn,t.LeaferTypeCreator=fl,t.LineData=rh,t.MathHelper=h,t.Matrix=z,t.MatrixHelper=b,t.MultiTouchHelper=Ol,t.MyDragEvent=_l,t.MyImage=el,t.MyPointerEvent=cl,t.NeedConvertToCanvasCommandMap=te,t.OneRadian=l,t.PI2=d,t.PI_2=c,t.Paint=Xa,t.PaintGradient=Va,t.PaintImage=Ha,t.PathArrow=ja,t.PathBounds=Zs,t.PathCommandDataHelper=zi,t.PathCommandMap=Jt,t.PathConvert=yi,t.PathCorner=on,t.PathCreator=ss,t.PathData=ch,t.PathDrawer=ms,t.PathHelper=Zt,t.PathNumberCommandLengthMap=ne,t.PathNumberCommandMap=se,t.PenData=uh,t.Platform=e,t.Point=W,t.PointHelper=O,t.PointerButton=ll,t.PolygonData=lh,t.PropertyEvent=No,t.RectData=ah,t.RectHelper=oe,t.RectRender=wh,t.RenderEvent=Vo,t.Renderer=Ra,t.ResizeEvent=jo,t.RobotData=Vu,t.Run=Bt,t.Selector=Ia,t.StarData=dh,t.State=Ka,t.StringNumberMap=vt,t.TaskItem=un,t.TaskProcessor=_n,t.TextConvert=za,t.TextData=ph,t.Transition=Za,t.TwoPointBoundsHelper=Y,t.UIBounds=yh,t.UICreator=Ct,t.UIData=eh,t.UIEvent=dl,t.UIRender=mh,t.UnitConvert=Ya,t.WaitHelper=ko,t.WatchEvent=Xo,t.Watcher=_a,t.addInteractionWindow=pl,t.affectRenderBoundsType=Fn,t.affectStrokeBoundsType=An,t.attr=bn,t.autoLayoutType=Tn,t.boundsType=kn,t.canvasPatch=hn,t.canvasSizeAttrs=qt,t.cursorType=Vn,t.dataProcessor=Gn,t.dataType=Bn,t.decorateLeafAttr=xn,t.defineDataProcessor=qn,t.defineKey=vn,t.defineLeafAttr=En,t.doBoundsType=Dn,t.doStrokeType=Mn,t.effectType=Fa,t.emptyData={},t.eraserType=Xn,t.getBoundsData=_,t.getDescriptor=wn,t.getMatrixData=p,t.getPointData=u,t.hitType=Hn,t.isNull=Wt,t.layoutProcessor=function(t){return(e,i)=>{vn(e,"__LayoutProcessor",{get:()=>t})}},t.maskType=jn,t.motionPathType=xp,t.naturalBoundsType=Sn,t.needPlugin=Tt,t.opacityType=Un,t.pathInputType=Ln,t.pathType=On,t.pen=rn,t.positionType=Pn,t.registerUI=io,t.registerUIEvent=so,t.resizeType=Wa,t.rewrite=Jn,t.rewriteAble=$n,t.rotationType=Cn,t.scaleType=Rn,t.sortType=Yn,t.stateStyleType=qu,t.stateType=Gu,t.strokeType=In,t.surfaceType=Wn,t.tempBounds=dt,t.tempMatrix=N,t.tempPoint=U,t.useCanvas=ca,t.useModule=eo,t.version="1.0.8",t.visibleType=zn,t.zoomLayerType=Ua,t}({});
|