leafer-x-tooltip-canvas 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.en.md +39 -11
- package/README.md +48 -18
- package/dev/bundle.js +2469 -1195
- package/dist/index.cjs +3303 -1257
- package/dist/index.esm.js +3292 -1246
- package/dist/index.esm.min.js +1 -1
- package/dist/index.js +3291 -1243
- package/dist/index.min.cjs +1 -1
- package/dist/index.min.js +1 -1
- package/package.json +61 -50
- package/src/TooltipPlugin.ts +11 -14
- package/src/defaultConfig.ts +2 -0
- package/src/interface/config.ts +2 -0
- package/types/index.d.ts +2 -0
package/dist/index.min.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var t=require("@leafer-ui/core");function e(t,e,s,i){var o,r=arguments.length,n=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,s):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(t,e,s,i);else for(var a=t.length-1;a>=0;a--)(o=t[a])&&(n=(r<3?o(n):r>3?o(e,s,n):o(e,s))||n);return r>3&&n&&Object.defineProperty(e,s,n),n}"function"==typeof SuppressedError&&SuppressedError;const s={image:{hitCanvasSize:100,maxCacheSize:4096e3,maxPatternSize:8847360,suffix:"leaf",crossOrigin:"anonymous"}},i={},o={RUNTIME:"runtime",LEAF:"leaf",TASK:"task",CNAVAS:"canvas",IMAGE:"image",types:{},create(t){const{types:e}=r;return e[t]?e[t]++:(e[t]=1,0)}},r=o,{round:n,pow:a,PI:h}=Math,l={within:(t,e,s)=>(t<e&&(t=e),t>s&&(t=s),t),minus(t,e){if(t instanceof Array){e&&(t=l.fourNumber(t,0));for(let e=0;e<t.length;e++)t[e]=-t[e]}else t=-t;return t},fourNumber(t,e){let s;if(t instanceof Array)switch(t.length){case 4:s=void 0===e?t:[...t];break;case 2:s=[t[0],t[1],t[0],t[1]];break;case 3:s=[t[0],t[1],t[2],t[1]];break;case 1:t=t[0];break;default:t=0}if(s||(s=[t,t,t,t]),e)for(let t=0;t<4;t++)s[t]>e&&(s[t]=e);return s},formatRotation:(t,e)=>(t%=360,e?t<0&&(t+=360):(t>180&&(t-=360),t<-180&&(t+=360)),l.float(t)),getGapRotation(t,e,s=0){let i=t+s;if(e>1){const t=Math.abs(i%e);(t<1||t>e-1)&&(i=Math.round(i/e)*e)}return i-s},float(t,e){const s=e?a(10,e):1e12;return-0===(t=n(t*s)/s)?0:t}},d=h/180,c=2*h,u=h/2;function _(){return{a:1,b:0,c:0,d:1,e:0,f:0}}const{sin:p,cos:g,acos:f,sqrt:y}=Math,{float:m}=l,w={};function v(){return Object.assign(Object.assign(Object.assign({},{a:1,b:0,c:0,d:1,e:0,f:0}),{x:0,y:0,width:0,height:0}),{scaleX:1,scaleY:1,rotation:0,skewX:0,skewY:0})}const x={defaultMatrix:{a:1,b:0,c:0,d:1,e:0,f:0},defaultWorld:v(),tempMatrix:{},set(t,e=1,s=0,i=0,o=1,r=0,n=0){t.a=e,t.b=s,t.c=i,t.d=o,t.e=r,t.f=n},get:_,getWorld:v,copy(t,e){t.a=e.a,t.b=e.b,t.c=e.c,t.d=e.d,t.e=e.e,t.f=e.f},translate(t,e,s){t.e+=e,t.f+=s},translateInner(t,e,s){t.e+=t.a*e+t.c*s,t.f+=t.b*e+t.d*s},scale(t,e,s=e){t.a*=e,t.b*=e,t.c*=s,t.d*=s},scaleOfOuter(t,e,s,i){b.toInnerPoint(t,e,w),b.scaleOfInner(t,w,s,i)},scaleOfInner(t,e,s,i=s){b.translateInner(t,e.x,e.y),b.scale(t,s,i),b.translateInner(t,-e.x,-e.y)},rotate(t,e){const{a:s,b:i,c:o,d:r}=t,n=g(e*=d),a=p(e);t.a=s*n-i*a,t.b=s*a+i*n,t.c=o*n-r*a,t.d=o*a+r*n},rotateOfOuter(t,e,s){b.toInnerPoint(t,e,w),b.rotateOfInner(t,w,s)},rotateOfInner(t,e,s){b.translateInner(t,e.x,e.y),b.rotate(t,s),b.translateInner(t,-e.x,-e.y)},skew(t,e,s){const{a:i,b:o,c:r,d:n}=t;s&&(s*=d,t.a=i+r*s,t.b=o+n*s),e&&(e*=d,t.c=r+i*e,t.d=n+o*e)},skewOfOuter(t,e,s,i){b.toInnerPoint(t,e,w),b.skewOfInner(t,w,s,i)},skewOfInner(t,e,s,i=0){b.translateInner(t,e.x,e.y),b.skew(t,s,i),b.translateInner(t,-e.x,-e.y)},multiply(t,e){const{a:s,b:i,c:o,d:r,e:n,f:a}=t;t.a=e.a*s+e.b*o,t.b=e.a*i+e.b*r,t.c=e.c*s+e.d*o,t.d=e.c*i+e.d*r,t.e=e.e*s+e.f*o+n,t.f=e.e*i+e.f*r+a},multiplyParent(t,e,s,i,o){const{e:r,f:n}=t;if(s||(s=t),void 0===i&&(i=1!==t.a||t.b||t.c||1!==t.d),i){const{a:i,b:r,c:n,d:a}=t;s.a=i*e.a+r*e.c,s.b=i*e.b+r*e.d,s.c=n*e.a+a*e.c,s.d=n*e.b+a*e.d,o&&(s.scaleX=e.scaleX*o.scaleX,s.scaleY=e.scaleY*o.scaleY)}else s.a=e.a,s.b=e.b,s.c=e.c,s.d=e.d,o&&(s.scaleX=e.scaleX,s.scaleY=e.scaleY);s.e=r*e.a+n*e.c+e.e,s.f=r*e.b+n*e.d+e.f},divide(t,e){b.multiply(t,b.tempInvert(e))},divideParent(t,e){b.multiplyParent(t,b.tempInvert(e))},tempInvert(t){const{tempMatrix:e}=b;return b.copy(e,t),b.invert(e),e},invert(t){const{a:e,b:s,c:i,d:o,e:r,f:n}=t;if(s||i){const a=1/(e*o-s*i);t.a=o*a,t.b=-s*a,t.c=-i*a,t.d=e*a,t.e=-(r*o-n*i)*a,t.f=-(n*e-r*s)*a}else if(1===e&&1===o)t.e=-r,t.f=-n;else{const s=1/(e*o);t.a=o*s,t.d=e*s,t.e=-r*o*s,t.f=-n*e*s}},toOuterPoint(t,e,s,i){const{x:o,y:r}=e;s||(s=e),s.x=o*t.a+r*t.c,s.y=o*t.b+r*t.d,i||(s.x+=t.e,s.y+=t.f)},toInnerPoint(t,e,s,i){const{a:o,b:r,c:n,d:a}=t,h=1/(o*a-r*n),{x:l,y:d}=e;if(s||(s=e),s.x=(l*a-d*n)*h,s.y=(d*o-l*r)*h,!i){const{e:e,f:i}=t;s.x-=(e*a-i*n)*h,s.y-=(i*o-e*r)*h}},setLayout(t,e,s,i){const{x:o,y:r,scaleX:n,scaleY:a}=e;if(void 0===i&&(i=e.rotation||e.skewX||e.skewY),i){const{rotation:s,skewX:i,skewY:o}=e,r=s*d,h=g(r),l=p(r);if(i||o){const e=i*d,s=o*d;t.a=(h+s*-l)*n,t.b=(l+s*h)*n,t.c=(e*h-l)*a,t.d=(h+e*l)*a}else t.a=h*n,t.b=l*n,t.c=-l*a,t.d=h*a}else t.a=n,t.b=0,t.c=0,t.d=a;t.e=o,t.f=r,s&&b.translateInner(t,-s.x,-s.y)},getLayout(t,e,s){const{a:i,b:o,c:r,d:n,e:a,f:h}=t;let l,c,_,w,v,x=a,b=h;if(o||r){const t=i*n-o*r;if(r&&!s){l=y(i*i+o*o),c=t/l;const e=i/l;_=o>0?f(e):-f(e)}else{c=y(r*r+n*n),l=t/c;const e=r/c;_=u-(n>0?f(-e):-f(e))}const e=m(g(_)),a=p(_);l=m(l),c=m(c),w=e?m((r/c+a)/e/d,9):0,v=e?m((o/l-a)/e/d,9):0,_=m(_/d)}else l=i,c=n,_=w=v=0;return e&&(x+=e.x*i+e.y*r,b+=e.x*o+e.y*n),{x:x,y:b,scaleX:l,scaleY:c,rotation:_,skewX:w,skewY:v}},withScale(t,e,s=e){const i=t;if(!e||!s){const{a:i,b:o,c:r,d:n}=t;o||r?s=(i*n-o*r)/(e=y(i*i+o*o)):(e=i,s=n)}return i.scaleX=e,i.scaleY=s,i},reset(t){b.set(t)}},b=x,{toInnerPoint:B,toOuterPoint:k}=x,{sin:R,cos:C,abs:T,sqrt:S,atan2:L,min:P,PI:E}=Math,O={defaultPoint:{x:0,y:0},tempPoint:{},tempRadiusPoint:{},set(t,e=0,s=0){t.x=e,t.y=s},setRadius(t,e,s){t.radiusX=e,t.radiusY=void 0===s?e:s},copy(t,e){t.x=e.x,t.y=e.y},copyFrom(t,e,s){t.x=e,t.y=s},move(t,e,s){t.x+=e,t.y+=s},scale(t,e,s=e){t.x&&(t.x*=e),t.y&&(t.y*=s)},scaleOf(t,e,s,i=s){t.x+=(t.x-e.x)*(s-1),t.y+=(t.y-e.y)*(i-1)},rotate(t,e,s){s||(s=A.defaultPoint);const i=C(e*=d),o=R(e),r=t.x-s.x,n=t.y-s.y;t.x=s.x+r*i-n*o,t.y=s.y+r*o+n*i},tempToInnerOf(t,e){const{tempPoint:s}=A;return I(s,t),B(e,s,s),s},tempToOuterOf(t,e){const{tempPoint:s}=A;return I(s,t),k(e,s,s),s},tempToInnerRadiusPointOf(t,e){const{tempRadiusPoint:s}=A;return I(s,t),A.toInnerRadiusPointOf(t,e,s),s},toInnerRadiusPointOf(t,e,s){s||(s=t),B(e,t,s),s.radiusX=Math.abs(t.radiusX/e.scaleX),s.radiusY=Math.abs(t.radiusY/e.scaleY)},toInnerOf(t,e,s){B(e,t,s)},toOuterOf(t,e,s){k(e,t,s)},getCenter:(t,e)=>({x:t.x+(e.x-t.x)/2,y:t.y+(e.y-t.y)/2}),getCenterX:(t,e)=>t+(e-t)/2,getCenterY:(t,e)=>t+(e-t)/2,getDistance:(t,e)=>M(t.x,t.y,e.x,e.y),getDistanceFrom(t,e,s,i){const o=T(s-t),r=T(i-e);return S(o*o+r*r)},getMinDistanceFrom:(t,e,s,i,o,r)=>P(M(t,e,s,i),M(s,i,o,r)),getAngle:(t,e)=>W(t,e)/d,getRotation:(t,e,s,i)=>(i||(i=e),A.getRadianFrom(t.x,t.y,e.x,e.y,s.x,s.y,i.x,i.y)/d),getRadianFrom(t,e,s,i,o,r,n,a){void 0===n&&(n=s,a=i);let h=L(e-i,t-s);const l=L(r-a,o-n)-h;return l<-E?l+c:l},getAtan2:(t,e)=>L(e.y-t.y,e.x-t.x),getDistancePoint(t,e,s,i){const o=W(t,e);return(e=i?e:{}).x=t.x+C(o)*s,e.y=t.y+R(o)*s,e},reset(t){}},A=O,{getDistanceFrom:M,copy:I,getAtan2:W}=A;class D{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 D(this)}move(t,e){return O.move(this,t,e),this}scale(t,e){return O.scale(this,t,e),this}scaleOf(t,e,s){return O.scaleOf(this,t,e,s),this}rotate(t,e){return O.rotate(this,t,e),this}rotateOf(t,e){return O.rotate(this,e,t),this}getRotation(t,e,s){return O.getRotation(this,t,e,s)}toInnerOf(t,e){return O.toInnerOf(this,t,e),this}toOuterOf(t,e){return O.toOuterOf(this,t,e),this}getCenter(t){return new D(O.getCenter(this,t))}getDistance(t){return O.getDistance(this,t)}getDistancePoint(t,e,s){return new D(O.getDistancePoint(this,t,e,s))}getAngle(t){return O.getAngle(this,t)}getAtan2(t){return O.getAtan2(this,t)}reset(){return this}}new D;class F{constructor(t,e,s,i,o,r){this.set(t,e,s,i,o,r)}set(t,e,s,i,o,r){return"object"==typeof t?x.copy(this,t):x.set(this,t,e,s,i,o,r),this}setWith(t){return x.copy(this,t),this.scaleX=t.scaleX,this.scaleY=t.scaleY,this}get(){const{a:t,b:e,c:s,d:i,e:o,f:r}=this;return{a:t,b:e,c:s,d:i,e:o,f:r}}clone(){return new F(this)}translate(t,e){return x.translate(this,t,e),this}translateInner(t,e){return x.translateInner(this,t,e),this}scale(t,e){return x.scale(this,t,e),this}scaleWith(t,e){return x.scale(this,t,e),this.scaleX*=t,this.scaleY*=e||t,this}scaleOfOuter(t,e,s){return x.scaleOfOuter(this,t,e,s),this}scaleOfInner(t,e,s){return x.scaleOfInner(this,t,e,s),this}rotate(t){return x.rotate(this,t),this}rotateOfOuter(t,e){return x.rotateOfOuter(this,t,e),this}rotateOfInner(t,e){return x.rotateOfInner(this,t,e),this}skew(t,e){return x.skew(this,t,e),this}skewOfOuter(t,e,s){return x.skewOfOuter(this,t,e,s),this}skewOfInner(t,e,s){return x.skewOfInner(this,t,e,s),this}multiply(t){return x.multiply(this,t),this}multiplyParent(t){return x.multiplyParent(this,t),this}divide(t){return x.divide(this,t),this}divideParent(t){return x.divideParent(this,t),this}invert(){return x.invert(this),this}invertWith(){return x.invert(this),this.scaleX=1/this.scaleX,this.scaleY=1/this.scaleY,this}toOuterPoint(t,e,s){x.toOuterPoint(this,t,e,s)}toInnerPoint(t,e,s){x.toInnerPoint(this,t,e,s)}setLayout(t,e){return x.setLayout(this,t,e),this}getLayout(t,e){return x.getLayout(this,t,e)}withScale(t,e){return x.withScale(this,t,e)}reset(){x.reset(this)}}new F;const N={tempPointBounds:{},setPoint(t,e,s){t.minX=t.maxX=e,t.minY=t.maxY=s},addPoint(t,e,s){t.minX=e<t.minX?e:t.minX,t.minY=s<t.minY?s:t.minY,t.maxX=e>t.maxX?e:t.maxX,t.maxY=s>t.maxY?s:t.maxY},addBounds(t,e,s,i,o){z(t,e,s),z(t,e+i,s+o)},copy(t,e){t.minX=e.minX,t.minY=e.minY,t.maxX=e.maxX,t.maxY=e.maxY},addPointBounds(t,e){t.minX=e.minX<t.minX?e.minX:t.minX,t.minY=e.minY<t.minY?e.minY:t.minY,t.maxX=e.maxX>t.maxX?e.maxX:t.maxX,t.maxY=e.maxY>t.maxY?e.maxY:t.maxY},toBounds(t,e){e.x=t.minX,e.y=t.minY,e.width=t.maxX-t.minX,e.height=t.maxY-t.minY}},{addPoint:z}=N,{tempPointBounds:Y,setPoint:X,addPoint:j,toBounds:H}=N,{toOuterPoint:U}=x,{float:V,fourNumber:G}=l,{floor:q,ceil:K}=Math;let $,J,Q,Z;const tt={},et={},st={tempBounds:{},set(t,e=0,s=0,i=0,o=0){t.x=e,t.y=s,t.width=i,t.height=o},copy(t,e){t.x=e.x,t.y=e.y,t.width=e.width,t.height=e.height},copyAndSpread(t,e,s,i){if(s instanceof Array){const i=G(s);it.set(t,e.x-i[3],e.y-i[0],e.width+i[1]+i[3],e.height+i[2]+i[0])}else i||(i=s),it.set(t,e.x-s,e.y-i,e.width+2*s,e.height+2*i)},minX:t=>t.width>0?t.x:t.x+t.width,minY:t=>t.height>0?t.y:t.y+t.height,maxX:t=>t.width>0?t.x+t.width:t.x,maxY:t=>t.height>0?t.y+t.height:t.y,move(t,e,s){t.x+=e,t.y+=s},getByMove:(t,e,s)=>(t=Object.assign({},t),it.move(t,e,s),t),toOffsetOutBounds(t,e,s){e?rt(e,t):e=t,s?(e.offsetX=-(it.maxX(s)-t.x),e.offsetY=-(it.maxY(s)-t.y)):(e.offsetX=t.x+t.width,e.offsetY=t.y+t.height),it.move(e,-e.offsetX,-e.offsetY)},scale(t,e,s=e){O.scale(t,e,s),t.width*=e,t.height*=s},scaleOf(t,e,s,i=s){O.scaleOf(t,e,s,i),t.width*=s,t.height*=i},tempToOuterOf:(t,e)=>(it.copy(it.tempBounds,t),it.toOuterOf(it.tempBounds,e),it.tempBounds),getOuterOf:(t,e)=>(t=Object.assign({},t),it.toOuterOf(t,e),t),toOuterOf(t,e,s){if(s||(s=t),0===e.b&&0===e.c){const{a:i,d:o}=e;i>0?(s.width=t.width*i,s.x=e.e+t.x*i):(s.width=t.width*-i,s.x=e.e+t.x*i-s.width),o>0?(s.height=t.height*o,s.y=e.f+t.y*o):(s.height=t.height*-o,s.y=e.f+t.y*o-s.height)}else tt.x=t.x,tt.y=t.y,U(e,tt,et),X(Y,et.x,et.y),tt.x=t.x+t.width,U(e,tt,et),j(Y,et.x,et.y),tt.y=t.y+t.height,U(e,tt,et),j(Y,et.x,et.y),tt.x=t.x,U(e,tt,et),j(Y,et.x,et.y),H(Y,s)},toInnerOf(t,e,s){s||(s=t),it.move(s,-e.e,-e.f),it.scale(s,1/e.a,1/e.d)},getFitMatrix(t,e,s=1){const i=Math.min(s,Math.min(t.width/e.width,t.height/e.height));return new F(i,0,0,i,-e.x*i,-e.y*i)},getSpread(t,e,s){const i={};return it.copyAndSpread(i,t,e,s),i},spread(t,e,s=e){it.copyAndSpread(t,t,e,s)},ceil(t){const{x:e,y:s}=t;t.x=q(t.x),t.y=q(t.y),t.width=e>t.x?K(t.width+e-t.x):K(t.width),t.height=s>t.y?K(t.height+s-t.y):K(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=V(t.x,e),t.y=V(t.y,e),t.width=V(t.width,e),t.height=V(t.height,e)},add(t,e,s){$=t.x+t.width,J=t.y+t.height,Q=e.x,Z=e.y,s||(Q+=e.width,Z+=e.height),$=$>Q?$:Q,J=J>Z?J:Z,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=J-t.y},addList(t,e){it.setListWithFn(t,e,void 0,!0)},setList(t,e,s=!1){it.setListWithFn(t,e,void 0,s)},addListWithFn(t,e,s){it.setListWithFn(t,e,s,!0)},setListWithFn(t,e,s,i=!1){let o,r=!0;for(let n=0,a=e.length;n<a;n++)o=s?s(e[n]):e[n],o&&(o.width||o.height)&&(r?(r=!1,i||rt(t,o)):ot(t,o));r&&it.reset(t)},setPoints(t,e){e.forEach(((t,e)=>0===e?X(Y,t.x,t.y):j(Y,t.x,t.y))),H(Y,t)},addPoint(t,e){ot(t,e,!0)},getPoints(t){const{x:e,y:s,width:i,height:o}=t;return[{x:e,y:s},{x:e+i,y:s},{x:e+i,y:s+o},{x:e,y:s+o}]},hitRadiusPoint:(t,e,s)=>(s&&(e=O.tempToInnerRadiusPointOf(e,s)),e.x>=t.x-e.radiusX&&e.x<=t.x+t.width+e.radiusX&&e.y>=t.y-e.radiusY&&e.y<=t.y+t.height+e.radiusY),hitPoint:(t,e,s)=>(s&&(e=O.tempToInnerOf(e,s)),e.x>=t.x&&e.x<=t.x+t.width&&e.y>=t.y&&e.y<=t.y+t.height),hit:(t,e,s)=>(s&&(e=it.tempToOuterOf(e,s)),!(t.y+t.height<e.y||e.y+e.height<t.y||t.x+t.width<e.x||e.x+e.width<t.x)),includes:(t,e,s)=>(s&&(e=it.tempToOuterOf(e,s)),t.x<=e.x&&t.y<=e.y&&t.x+t.width>=e.x+e.width&&t.y+t.height>=e.y+e.height),getIntersectData(t,e,s){if(s&&(e=it.tempToOuterOf(e,s)),!it.hit(t,e))return{x:0,y:0,width:0,height:0};let{x:i,y:o,width:r,height:n}=e;return $=i+r,J=o+n,Q=t.x+t.width,Z=t.y+t.height,i=i>t.x?i:t.x,o=o>t.y?o:t.y,$=$<Q?$:Q,J=J<Z?J:Z,r=$-i,n=J-o,{x:i,y:o,width:r,height:n}},intersect(t,e,s){it.copy(t,it.getIntersectData(t,e,s))},isSame:(t,e)=>t.x===e.x&&t.y===e.y&&t.width===e.width&&t.height===e.height,isEmpty:t=>0===t.x&&0===t.y&&0===t.width&&0===t.height,reset(t){it.set(t)}},it=st,{add:ot,copy:rt}=it;class nt{get minX(){return st.minX(this)}get minY(){return st.minY(this)}get maxX(){return st.maxX(this)}get maxY(){return st.maxY(this)}constructor(t,e,s,i){this.set(t,e,s,i)}set(t,e,s,i){return"object"==typeof t?st.copy(this,t):st.set(this,t,e,s,i),this}get(){const{x:t,y:e,width:s,height:i}=this;return{x:t,y:e,width:s,height:i}}clone(){return new nt(this)}move(t,e){return st.move(this,t,e),this}scale(t,e){return st.scale(this,t,e),this}scaleOf(t,e,s){return st.scaleOf(this,t,e,s),this}toOuterOf(t,e){return st.toOuterOf(this,t,e),this}toInnerOf(t,e){return st.toInnerOf(this,t,e),this}getFitMatrix(t,e){return st.getFitMatrix(this,t,e)}spread(t,e){return st.spread(this,t,e),this}shrink(t){return st.spread(this,l.minus(t,!0)),this}ceil(){return st.ceil(this),this}unsign(){return st.unsign(this),this}float(t){return st.float(this,t),this}add(t){return st.add(this,t),this}addList(t){return st.setList(this,t,!0),this}setList(t){return st.setList(this,t),this}addListWithFn(t,e){return st.setListWithFn(this,t,e,!0),this}setListWithFn(t,e){return st.setListWithFn(this,t,e),this}setPoints(t){return st.setPoints(this,t),this}addPoint(t){return st.addPoint(this,t),this}getPoints(){return st.getPoints(this)}hitPoint(t,e){return st.hitPoint(this,t,e)}hitRadiusPoint(t,e){return st.hitRadiusPoint(this,t,e)}hit(t,e){return st.hit(this,t,e)}includes(t,e){return st.includes(this,t,e)}intersect(t,e){return st.intersect(this,t,e),this}getIntersect(t,e){return new nt(st.getIntersectData(this,t,e))}isSame(t){return st.isSame(this,t)}isEmpty(){return st.isEmpty(this)}reset(){st.reset(this)}}const at=new nt;class ht{constructor(t,e,s,i,o,r){"object"==typeof t?this.copy(t):this.set(t,e,s,i,o,r)}set(t=0,e=0,s=0,i=0,o=0,r=0){this.top=t,this.right=e,this.bottom=s,this.left=i,this.width=o,this.height=r}copy(t){const{top:e,right:s,bottom:i,left:o,width:r,height:n}=t;this.set(e,s,i,o,r,n)}getBoundsFrom(t){const{top:e,right:s,bottom:i,left:o,width:r,height:n}=this;return new nt(o,e,r||t.width-o-s,n||t.height-e-i)}}var lt,dt;!function(t){t[t.top=0]="top",t[t.right=1]="right",t[t.bottom=2]="bottom",t[t.left=3]="left"}(lt||(lt={})),function(t){t[t.topLeft=0]="topLeft",t[t.top=1]="top",t[t.topRight=2]="topRight",t[t.right=3]="right",t[t.bottomRight=4]="bottomRight",t[t.bottom=5]="bottom",t[t.bottomLeft=6]="bottomLeft",t[t.left=7]="left",t[t.center=8]="center"}(dt||(dt={}));const ct=[{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}],ut={directionData:ct,tempPoint:{},get:_t,toPoint(t,e,s,i,o){s||(s={});const r=_t(t);s.x=r.x*e.width,s.y=r.y*e.height,o&&(s.x-=o.x,s.y-=o.y,r.x&&(s.x-=1===r.x?o.width:.5===r.x?r.x*o.width:0),r.y&&(s.y-=1===r.y?o.height:.5===r.y?r.y*o.height:0)),i||(s.x+=e.x,s.y+=e.y)}};function _t(t){return"string"==typeof t?ct[dt[t]]:t}const pt={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 gt{constructor(t){this.repeatMap={},this.name=t}static get(t){return new gt(t)}static set filter(t){this.filterList=ft(t)}static set exclude(t){this.excludeList=ft(t)}log(...t){if(yt.enable){if(yt.filterList.length&&yt.filterList.every((t=>t!==this.name)))return;if(yt.excludeList.length&&yt.excludeList.some((t=>t===this.name)))return;console.log("%c"+this.name,"color:#21ae62",...t)}}tip(...t){yt.enable&&this.warn(...t)}warn(...t){yt.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 ft(t){return t?"string"==typeof t&&(t=[t]):t=[],t}gt.filterList=[],gt.excludeList=[],gt.showWarn=!0;const yt=gt,mt=gt.get("RunTime"),wt={currentId:0,currentName:"",idMap:{},nameMap:{},nameToIdMap:{},start(t,e){const s=o.create(o.RUNTIME);return vt.currentId=vt.idMap[s]=e?performance.now():Date.now(),vt.currentName=vt.nameMap[s]=t,vt.nameToIdMap[t]=s,s},end(t,e){const s=vt.idMap[t],i=vt.nameMap[t],o=e?(performance.now()-s)/1e3:Date.now()-s;vt.idMap[t]=vt.nameMap[t]=vt.nameToIdMap[i]=void 0,mt.log(i,o,"ms")},endOfName(t,e){const s=vt.nameToIdMap[t];void 0!==s&&vt.end(s,e)}},vt=wt,xt=gt.get("UICreator"),bt={list:{},register(t){const{__tag:e}=t.prototype;Bt[e]?xt.repeat(e):Bt[e]=t},get(t,e,s,i,o,r){const n=new Bt[t](e);return void 0!==s&&(n.x=s,i&&(n.y=i),o&&(n.width=o),r&&(n.height=r)),n}},{list:Bt}=bt,kt=gt.get("EventCreator"),Rt={nameList:{},register(t){let e;Object.keys(t).forEach((s=>{e=t[s],"string"==typeof e&&(Ct[e]?kt.repeat(e):Ct[e]=t)}))},changeName(t,e){const s=Ct[t];if(s){const i=Object.keys(s).find((e=>s[e]===t));i&&(s[i]=e,Ct[e]=s)}},has(t){return!!this.nameList[t]},get:(t,...e)=>new Ct[t](...e)},{nameList:Ct}=Rt;class Tt{constructor(){this.list=[]}add(t){t.manager=this,this.list.push(t)}get(t){let e;const{list:s}=this;for(let i=0,o=s.length;i<o;i++)if(e=s[i],e.recycled&&e.isSameSize(t))return e.recycled=!1,e.manager||(e.manager=this),e;const o=i.canvas(t);return this.add(o),o}recycle(t){t.recycled=!0}clearRecycled(){let t;const e=[];for(let s=0,i=this.list.length;s<i;s++)t=this.list[s],t.recycled?t.destroy():e.push(t);this.list=e}clear(){this.list.forEach((t=>{t.destroy()})),this.list.length=0}destroy(){this.clear()}}const St={default:(t,e)=>(Lt(e,t),Lt(t,e),t),assign(t,e){let s;Object.keys(e).forEach((i=>{var o;s=e[i],(null==s?void 0:s.constructor)===Object&&(null===(o=t[i])||void 0===o?void 0:o.constructor)===Object?Lt(t[i],e[i]):t[i]=e[i]}))},copyAttrs:(t,e,s)=>(s.forEach((s=>{void 0!==e[s]&&(t[s]=e[s])})),t),clone:t=>JSON.parse(JSON.stringify(t))},{assign:Lt}=St;class Pt{get __blendMode(){if(this.eraser)return"destination-out";const{blendMode:t}=this;return"pass-through"===t?null:t}constructor(t){this.__leaf=t}__get(t){if(this.__input){const e=this.__input[t];if(void 0!==e)return e}return this[t]}__getData(){const t={tag:this.__leaf.tag},{__input:e}=this;let s;for(let i in this)"_"!==i[0]&&(s=e?e[i]:void 0,t[i]=void 0===s?this[i]:s);return t}__setInput(t,e){this.__input||(this.__input={}),this.__input[t]=e}__getInput(t){if(this.__input){const e=this.__input[t];if(void 0!==e)return e}if("path"!==t||this.__pathInputed)return this["_"+t]}__removeInput(t){this.__input&&void 0!==this.__input[t]&&(this.__input[t]=void 0)}__getInputData(t){const e={};if(t)if(t instanceof Array)for(let s of t)e[s]=this.__getInput(s);else for(let s in t)e[s]=this.__getInput(s);else{let t,s,{__input:i}=this;e.tag=this.__leaf.tag;for(let o in this)if("_"!==o[0]&&(t=this["_"+o],void 0!==t)){if("path"===o&&!this.__pathInputed)continue;s=i?i[o]:void 0,e[o]=void 0===s?t:s}}return e}__setMiddle(t,e){this.__middle||(this.__middle={}),this.__middle[t]=e}__getMiddle(t){return this.__middle&&this.__middle[t]}__checkSingle(){const t=this;if("pass-through"===t.blendMode){const e=this.__leaf;t.opacity<1&&e.isBranch||e.__hasEraser||t.eraser?t.__single=!0:t.__single&&(t.__single=!1)}else t.__single=!0}__removeNaturalSize(){this.__naturalWidth=this.__naturalHeight=void 0}destroy(){this.__input=this.__middle=null}}var Et;function Ot(t,e,s,i){var o,r=arguments.length,n=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,s):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(t,e,s,i);else for(var a=t.length-1;a>=0;a--)(o=t[a])&&(n=(r<3?o(n):r>3?o(e,s,n):o(e,s))||n);return r>3&&n&&Object.defineProperty(e,s,n),n}function At(t,e,s,i){return new(s||(s=Promise))((function(o,r){function n(t){try{h(i.next(t))}catch(t){r(t)}}function a(t){try{h(i.throw(t))}catch(t){r(t)}}function h(t){var e;t.done?o(t.value):(e=t.value,e instanceof s?e:new s((function(t){t(e)}))).then(n,a)}h((i=i.apply(t,e||[])).next())}))}function Mt(t){return(e,s)=>{t||(t=s),Object.defineProperty(e,s,{get(){return this.context[t]},set(e){this.context[t]=e}})}}!function(t){t[t.No=0]="No",t[t.Yes=1]="Yes",t[t.NoAndSkip=2]="NoAndSkip",t[t.YesAndSkip=3]="YesAndSkip"}(Et||(Et={})),"function"==typeof SuppressedError&&SuppressedError;const It=[];function Wt(){return(t,e)=>{It.push(e)}}const Dt=[];let Ft=class{set blendMode(t){"normal"===t&&(t="source-over"),this.context.globalCompositeOperation=t}get blendMode(){return this.context.globalCompositeOperation}set dashPattern(t){this.context.setLineDash(t||Dt)}get dashPattern(){return this.context.getLineDash()}__bindContext(){let t;It.forEach((e=>{t=this.context[e],t&&(this[e]=t.bind(this.context))})),this.textBaseline="alphabetic"}setTransform(t,e,s,i,o,r){}resetTransform(){}getTransform(){}save(){}restore(){}transform(t,e,s,i,o,r){"object"==typeof t?this.context.transform(t.a,t.b,t.c,t.d,t.e,t.f):this.context.transform(t,e,s,i,o,r)}translate(t,e){}scale(t,e){}rotate(t){}fill(t,e){}stroke(t){}clip(t,e){}fillRect(t,e,s,i){}strokeRect(t,e,s,i){}clearRect(t,e,s,i){}drawImage(t,e,s,i,o,r,n,a,h){switch(arguments.length){case 9:if(e<0){const t=-e/i*a;i+=e,e=0,r+=t,a-=t}if(s<0){const t=-s/o*h;o+=s,s=0,n+=t,h-=t}this.context.drawImage(t,e,s,i,o,r,n,a,h);break;case 5:this.context.drawImage(t,e,s,i,o);break;case 3:this.context.drawImage(t,e,s)}}beginPath(){}moveTo(t,e){}lineTo(t,e){}bezierCurveTo(t,e,s,i,o,r){}quadraticCurveTo(t,e,s,i){}closePath(){}arc(t,e,s,i,o,r){}arcTo(t,e,s,i,o){}ellipse(t,e,s,i,o,r,n,a){}rect(t,e,s,i){}roundRect(t,e,s,i,o){}createConicGradient(t,e,s){}createLinearGradient(t,e,s,i){}createPattern(t,e){}createRadialGradient(t,e,s,i,o,r){}fillText(t,e,s,i){}measureText(t){}strokeText(t,e,s,i){}destroy(){this.context=null}};Ot([Mt("imageSmoothingEnabled")],Ft.prototype,"smooth",void 0),Ot([Mt("imageSmoothingQuality")],Ft.prototype,"smoothLevel",void 0),Ot([Mt("globalAlpha")],Ft.prototype,"opacity",void 0),Ot([Mt()],Ft.prototype,"fillStyle",void 0),Ot([Mt()],Ft.prototype,"strokeStyle",void 0),Ot([Mt("lineWidth")],Ft.prototype,"strokeWidth",void 0),Ot([Mt("lineCap")],Ft.prototype,"strokeCap",void 0),Ot([Mt("lineJoin")],Ft.prototype,"strokeJoin",void 0),Ot([Mt("lineDashOffset")],Ft.prototype,"dashOffset",void 0),Ot([Mt()],Ft.prototype,"miterLimit",void 0),Ot([Mt()],Ft.prototype,"shadowBlur",void 0),Ot([Mt()],Ft.prototype,"shadowColor",void 0),Ot([Mt()],Ft.prototype,"shadowOffsetX",void 0),Ot([Mt()],Ft.prototype,"shadowOffsetY",void 0),Ot([Mt()],Ft.prototype,"filter",void 0),Ot([Mt()],Ft.prototype,"font",void 0),Ot([Mt()],Ft.prototype,"fontKerning",void 0),Ot([Mt()],Ft.prototype,"fontStretch",void 0),Ot([Mt()],Ft.prototype,"fontVariantCaps",void 0),Ot([Mt()],Ft.prototype,"textAlign",void 0),Ot([Mt()],Ft.prototype,"textBaseline",void 0),Ot([Mt()],Ft.prototype,"textRendering",void 0),Ot([Mt()],Ft.prototype,"wordSpacing",void 0),Ot([Mt()],Ft.prototype,"letterSpacing",void 0),Ot([Mt()],Ft.prototype,"direction",void 0),Ot([Wt()],Ft.prototype,"setTransform",null),Ot([Wt()],Ft.prototype,"resetTransform",null),Ot([Wt()],Ft.prototype,"getTransform",null),Ot([Wt()],Ft.prototype,"save",null),Ot([Wt()],Ft.prototype,"restore",null),Ot([Wt()],Ft.prototype,"translate",null),Ot([Wt()],Ft.prototype,"scale",null),Ot([Wt()],Ft.prototype,"rotate",null),Ot([Wt()],Ft.prototype,"fill",null),Ot([Wt()],Ft.prototype,"stroke",null),Ot([Wt()],Ft.prototype,"clip",null),Ot([Wt()],Ft.prototype,"fillRect",null),Ot([Wt()],Ft.prototype,"strokeRect",null),Ot([Wt()],Ft.prototype,"clearRect",null),Ot([Wt()],Ft.prototype,"beginPath",null),Ot([Wt()],Ft.prototype,"moveTo",null),Ot([Wt()],Ft.prototype,"lineTo",null),Ot([Wt()],Ft.prototype,"bezierCurveTo",null),Ot([Wt()],Ft.prototype,"quadraticCurveTo",null),Ot([Wt()],Ft.prototype,"closePath",null),Ot([Wt()],Ft.prototype,"arc",null),Ot([Wt()],Ft.prototype,"arcTo",null),Ot([Wt()],Ft.prototype,"ellipse",null),Ot([Wt()],Ft.prototype,"rect",null),Ot([Wt()],Ft.prototype,"roundRect",null),Ot([Wt()],Ft.prototype,"createConicGradient",null),Ot([Wt()],Ft.prototype,"createLinearGradient",null),Ot([Wt()],Ft.prototype,"createPattern",null),Ot([Wt()],Ft.prototype,"createRadialGradient",null),Ot([Wt()],Ft.prototype,"fillText",null),Ot([Wt()],Ft.prototype,"measureText",null),Ot([Wt()],Ft.prototype,"strokeText",null);const{copy:Nt}=x,zt={width:1,height:1,pixelRatio:1},Yt=["width","height","pixelRatio"];class Xt extends Ft{get width(){return this.size.width}get height(){return this.size.height}get pixelRatio(){return this.size.pixelRatio}get pixelWidth(){return this.width*this.pixelRatio}get pixelHeight(){return this.height*this.pixelRatio}get allowBackgroundColor(){return this.view&&this.parentView}constructor(t,e){super(),this.size={},this.worldTransform={},t||(t=zt),t.pixelRatio||(t.pixelRatio=s.devicePixelRatio),this.manager=e,this.innerId=o.create(o.CNAVAS);const{width:i,height:r,pixelRatio:n}=t;this.autoLayout=!i||!r,this.size.pixelRatio=n,this.config=t,this.init()}init(){}__createContext(){const{view:t}=this,{contextSettings:e}=this.config;this.context=e?t.getContext("2d",e):t.getContext("2d"),this.__bindContext()}export(t,e){}toBlob(t,e){}toDataURL(t,e){}saveAs(t,e){}resize(t){if(this.isSameSize(t))return;let e;this.context&&!this.unreal&&this.width&&(e=this.getSameCanvas(),e.copyWorld(this)),St.copyAttrs(this.size,t,Yt),this.size.pixelRatio||(this.size.pixelRatio=1),this.bounds=new nt(0,0,this.width,this.height),this.unreal||(this.updateViewSize(),this.smooth=this.config.smooth),this.updateClientBounds(),this.context&&!this.unreal&&e&&(this.clearWorld(e.bounds),this.copyWorld(e),e.recycle())}updateViewSize(){}updateClientBounds(){}startAutoLayout(t,e){}stopAutoLayout(){}setCursor(t){}setWorld(t,e){const{pixelRatio:s}=this,i=this.worldTransform;if(e){const{a:o,b:r,c:n,d:a,e:h,f:l}=e;this.setTransform(i.a=(t.a*o+t.b*n)*s,i.b=(t.a*r+t.b*a)*s,i.c=(t.c*o+t.d*n)*s,i.d=(t.c*r+t.d*a)*s,i.e=(t.e*o+t.f*n+h)*s,i.f=(t.e*r+t.f*a+l)*s)}else this.setTransform(i.a=t.a*s,i.b=t.b*s,i.c=t.c*s,i.d=t.d*s,i.e=t.e*s,i.f=t.f*s)}useWorldTransform(t){t&&(this.worldTransform=t);const e=this.worldTransform;e&&this.setTransform(e.a,e.b,e.c,e.d,e.e,e.f)}setStroke(t,e,s){e&&(this.strokeWidth=e),t&&(this.strokeStyle=t),s&&this.setStrokeOptions(s)}setStrokeOptions(t){this.strokeCap="none"===t.strokeCap?"butt":t.strokeCap,this.strokeJoin=t.strokeJoin,this.dashPattern=t.dashPattern,this.dashOffset=t.dashOffset,this.miterLimit=t.miterLimit}saveBlendMode(t){this.savedBlendMode=this.blendMode,this.blendMode=t}restoreBlendMode(){this.blendMode=this.savedBlendMode}hitFill(t,e){return!0}hitStroke(t,e){return!0}hitPixel(t,e,s=1){return!0}setWorldShadow(t,e,s,i){const{pixelRatio:o}=this;this.shadowOffsetX=t*o,this.shadowOffsetY=e*o,this.shadowBlur=s*o,this.shadowColor=i||"black"}setWorldBlur(t){const{pixelRatio:e}=this;this.filter=`blur(${t*e}px)`}copyWorld(t,e,s,i){if(i&&(this.blendMode=i),e){const{pixelRatio:i}=this;s||(s=e),this.drawImage(t.view,e.x*i,e.y*i,e.width*i,e.height*i,s.x*i,s.y*i,s.width*i,s.height*i)}else this.drawImage(t.view,0,0);i&&(this.blendMode="source-over")}copyWorldToInner(t,e,s,i){if(i&&(this.blendMode=i),e.b||e.c)this.save(),this.resetTransform(),this.copyWorld(t,e,st.tempToOuterOf(s,e)),this.restore();else{const{pixelRatio:i}=this;this.drawImage(t.view,e.x*i,e.y*i,e.width*i,e.height*i,s.x,s.y,s.width,s.height)}i&&(this.blendMode="source-over")}copyWorldByReset(t,e,s,i,o){this.resetTransform(),this.copyWorld(t,e,s,i),o||this.useWorldTransform()}useMask(t,e,s){this.copyWorld(t,e,s,"destination-in")}useEraser(t,e,s){this.copyWorld(t,e,s,"destination-out")}fillWorld(t,e,s){s&&(this.blendMode=s),this.fillStyle=e,at.set(t).scale(this.pixelRatio),this.fillRect(at.x,at.y,at.width,at.height),s&&(this.blendMode="source-over")}strokeWorld(t,e,s){s&&(this.blendMode=s),this.strokeStyle=e,at.set(t).scale(this.pixelRatio),this.strokeRect(at.x,at.y,at.width,at.height),s&&(this.blendMode="source-over")}clearWorld(t,e){at.set(t).scale(this.pixelRatio),e&&at.ceil(),this.clearRect(at.x,at.y,at.width,at.height)}clipWorld(t,e){this.beginPath(),at.set(t).scale(this.pixelRatio),e&&at.ceil(),this.rect(at.x,at.y,at.width,at.height),this.clip()}clear(){const{pixelRatio:t}=this;this.clearRect(0,0,this.width*t,this.height*t)}isSameSize(t){return this.width===t.width&&this.height===t.height&&this.pixelRatio===t.pixelRatio}getSameCanvas(t,e){const s=this.manager?this.manager.get(this.size):i.canvas(Object.assign({},this.size));return s.save(),t&&(Nt(s.worldTransform,this.worldTransform),s.useWorldTransform()),e&&(s.smooth=this.smooth),s}recycle(t){this.recycled||(this.restore(),t?this.clearWorld(t,!0):this.clear(),this.manager?this.manager.recycle(this):this.destroy())}updateRender(){}unrealCanvas(){}destroy(){this.manager=this.view=this.parentView=null}}const jt={creator:{},parse(t,e){},convertToCanvasData(t,e){}},Ht={N:21,D:22,X:23,G:24,F:25,O:26,P:27,U:28},Ut=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},Ht),Vt={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},Gt={m:10,l:20,H:3,h:30,V:4,v:40,c:50,S:6,s:60,q:70,T:8,t:80,A:9,a:90},qt=Object.assign(Object.assign({},Gt),Ht),Kt=Ut,$t={};for(let t in Kt)$t[Kt[t]]=t;const Jt={};for(let t in Kt)Jt[Kt[t]]=Vt[t];const Qt={drawRoundRect(t,e,s,i,o,r){const n=l.fourNumber(r,Math.min(i/2,o/2)),a=e+i,h=s+o;n[0]?t.moveTo(e+n[0],s):t.moveTo(e,s),n[1]?t.arcTo(a,s,a,h,n[1]):t.lineTo(a,s),n[2]?t.arcTo(a,h,e,h,n[2]):t.lineTo(a,h),n[3]?t.arcTo(e,h,e,s,n[3]):t.lineTo(e,h),n[0]?t.arcTo(e,s,a,s,n[0]):t.lineTo(e,s)}},{sin:Zt,cos:te,atan2:ee,ceil:se,abs:ie,PI:oe,sqrt:re,pow:ne}=Math,{setPoint:ae,addPoint:he}=N,{set:le}=O,{M:de,L:ce,C:ue,Q:_e,Z:pe}=Ut,ge={},fe={points(t,e,s,i){if(t.push(de,e[0],e[1]),s&&e.length>5){let o,r,n,a,h,l,d,c,u,_,p,g,f,y=e.length;const m=!0===s?.5:s;i&&(y=(e=[e[y-2],e[y-1],...e,e[0],e[1],e[2],e[3]]).length);for(let s=2;s<y-2;s+=2)o=e[s-2],r=e[s-1],n=e[s],a=e[s+1],h=e[s+2],l=e[s+3],p=re(ne(n-o,2)+ne(a-r,2)),g=re(ne(h-n,2)+ne(l-a,2)),f=p+g,p=m*p/f,g=m*g/f,h-=o,l-=r,d=n-p*h,c=a-p*l,2===s?i||t.push(_e,d,c,n,a):t.push(ue,u,_,d,c,n,a),u=n+g*h,_=a+g*l;i||t.push(_e,u,_,e[y-2],e[y-1])}else for(let s=2,i=e.length;s<i;s+=2)t.push(ce,e[s],e[s+1]);i&&t.push(pe)},rect(t,e,s,i,o){jt.creator.path=t,jt.creator.moveTo(e,s).lineTo(e+i,s).lineTo(e+i,s+o).lineTo(e,s+o).lineTo(e,s)},roundRect(t,e,s,i,o,r){jt.creator.path=[],Qt.drawRoundRect(jt.creator,e,s,i,o,r),t.push(...jt.convertToCanvasData(jt.creator.path,!0))},arcTo(t,e,s,i,o,r,n,a,h,l,_){const p=i-e,g=o-s,f=r-i,y=n-o;let m=ee(g,p),w=ee(y,f),v=w-m;if(v<0&&(v+=c),v===oe||ie(p+g)<1e-12||ie(f+y)<1e-12)return t&&t.push(ce,i,o),h&&(ae(h,e,s),he(h,i,o)),_&&le(_,e,s),void(l&&le(l,i,o));const x=p*y-f*g<0,b=x?-1:1,B=a/te(v/2),k=i+B*te(m+v/2+u*b),R=o+B*Zt(m+v/2+u*b);return m-=u*b,w-=u*b,we(t,k,R,a,a,0,m/d,w/d,x,h,l,_)},arc:(t,e,s,i,o,r,n,a,h,l)=>we(t,e,s,i,i,0,o,r,n,a,h,l),ellipse(t,e,s,i,o,r,n,a,h,l,_,p){const g=r*d,f=Zt(g),y=te(g);let m=n*d,w=a*d;m>oe&&(m-=c),w<0&&(w+=c);let v=w-m;v<0?v+=c:v>c&&(v-=c),h&&(v-=c);const x=se(ie(v/u)),b=v/x,B=Zt(b/4),k=8/3*B*B/Zt(b/2);w=m+b;let R,C,T,S,L,P,E,O,A=te(m),M=Zt(m),I=T=y*i*A-f*o*M,W=S=f*i*A+y*o*M,D=e+T,F=s+S;t&&t.push(ce,D,F),l&&ae(l,D,F),p&&le(p,D,F);for(let r=0;r<x;r++)R=te(w),C=Zt(w),T=y*i*R-f*o*C,S=f*i*R+y*o*C,L=e+I-k*(y*i*M+f*o*A),P=s+W-k*(f*i*M-y*o*A),E=e+T+k*(y*i*C+f*o*R),O=s+S+k*(f*i*C-y*o*R),t&&t.push(ue,L,P,E,O,e+T,s+S),l&&me(e+I,s+W,L,P,E,O,e+T,s+S,l,!0),I=T,W=S,A=R,M=C,m=w,w+=b;_&&le(_,e+T,s+S)},quadraticCurveTo(t,e,s,i,o,r,n){t.push(ue,(e+2*i)/3,(s+2*o)/3,(r+2*i)/3,(n+2*o)/3,r,n)},toTwoPointBoundsByQuadraticCurve(t,e,s,i,o,r,n,a){me(t,e,(t+2*s)/3,(e+2*i)/3,(o+2*s)/3,(r+2*i)/3,o,r,n,a)},toTwoPointBounds(t,e,s,i,o,r,n,a,h,l){const d=[];let c,u,_,p,g,f,y,m,w=t,v=s,x=o,b=n;for(let t=0;t<2;++t)if(1==t&&(w=e,v=i,x=r,b=a),c=-3*w+9*v-9*x+3*b,u=6*w-12*v+6*x,_=3*v-3*w,Math.abs(c)<1e-12){if(Math.abs(u)<1e-12)continue;p=-_/u,0<p&&p<1&&d.push(p)}else y=u*u-4*_*c,m=Math.sqrt(y),y<0||(g=(-u+m)/(2*c),0<g&&g<1&&d.push(g),f=(-u-m)/(2*c),0<f&&f<1&&d.push(f));l?he(h,t,e):ae(h,t,e),he(h,n,a);for(let l=0,c=d.length;l<c;l++)ye(d[l],t,e,s,i,o,r,n,a,ge),he(h,ge.x,ge.y)},getPointAndSet(t,e,s,i,o,r,n,a,h,l){const d=1-t,c=d*d*d,u=3*d*d*t,_=3*d*t*t,p=t*t*t;l.x=c*e+u*i+_*r+p*a,l.y=c*s+u*o+_*n+p*h},getPoint(t,e,s,i,o,r,n,a,h){const l={};return ye(t,e,s,i,o,r,n,a,h,l),l}},{getPointAndSet:ye,toTwoPointBounds:me,ellipse:we}=fe,{sin:ve,cos:xe,sqrt:be,atan2:Be}=Math,{ellipse:ke}=fe,Re={ellipticalArc(t,e,i,o,r,n,a,h,l,u,_){const p=(l-e)/2,g=(u-i)/2,f=n*d,y=ve(f),m=xe(f),w=-m*p-y*g,v=-m*g+y*p,x=o*o,b=r*r,B=v*v,k=w*w,R=x*b-x*B-b*k;let C=0;if(R<0){const t=be(1-R/(x*b));o*=t,r*=t}else C=(a===h?-1:1)*be(R/(x*B+b*k));const T=C*o*v/r,S=-C*r*w/o,L=Be((v-S)/r,(w-T)/o),P=Be((-v-S)/r,(-w-T)/o);let E=P-L;0===h&&E>0?E-=c:1===h&&E<0&&(E+=c);const O=e+p+m*T-y*S,A=i+g+y*T+m*S,M=E<0?1:0;_||s.ellipseToCurve?ke(t,O,A,o,r,n,L/d,P/d,M):o!==r||n?t.push(Ut.G,O,A,o,r,n,L/d,P/d,M):t.push(Ut.O,O,A,o,L/d,P/d,M)}},{M:Ce,m:Te,L:Se,l:Le,H:Pe,h:Ee,V:Oe,v:Ae,C:Me,c:Ie,S:We,s:De,Q:Fe,q:Ne,T:ze,t:Ye,A:Xe,a:je,Z:He,z:Ue,N:Ve,D:Ge,X:qe,G:Ke,F:$e,O:Je,P:Qe,U:Ze}=Ut,{rect:ts,roundRect:es,arcTo:ss,arc:is,ellipse:os,quadraticCurveTo:rs}=fe,{ellipticalArc:ns}=Re,as=gt.get("PathConvert"),hs={},ls={current:{dot:0},stringify(t,e){let s,i,o,r=0,n=t.length,a="";for(;r<n;){i=t[r],s=Jt[i],a+=i===o?" ":$t[i];for(let i=1;i<s;i++)a+=l.float(t[r+i],e),i===s-1||(a+=" ");o=i,r+=s}return a},parse(t,e){let s,i,o,r="";const n=[],a=e?qt:Gt;for(let e=0,h=t.length;e<h;e++)i=t[e],pt[i]?("."===i&&(ds.dot++,ds.dot>1&&(cs(n,r),r="")),r+=i):Ut[i]?(r&&(cs(n,r),r=""),ds.name=Ut[i],ds.length=Vt[i],ds.index=0,cs(n,ds.name),!s&&a[i]&&(s=!0)):"-"===i||"+"===i?"e"===o||"E"===o?r+=i:(r&&cs(n,r),r=i):r&&(cs(n,r),r=""),o=i;return r&&cs(n,r),s?ls.toCanvasData(n,e):n},toCanvasData(t,e){let s,i,o,r,n,a=0,h=0,l=0,d=0,c=0,u=t.length;const _=[];for(;c<u;){switch(o=t[c],o){case Te:t[c+1]+=a,t[c+2]+=h;case Ce:a=t[c+1],h=t[c+2],_.push(Ce,a,h),c+=3;break;case Ee:t[c+1]+=a;case Pe:a=t[c+1],_.push(Se,a,h),c+=2;break;case Ae:t[c+1]+=h;case Oe:h=t[c+1],_.push(Se,a,h),c+=2;break;case Le:t[c+1]+=a,t[c+2]+=h;case Se:a=t[c+1],h=t[c+2],_.push(Se,a,h),c+=3;break;case De:t[c+1]+=a,t[c+2]+=h,t[c+3]+=a,t[c+4]+=h,o=We;case We:n=r===Me||r===We,l=n?2*a-s:t[c+1],d=n?2*h-i:t[c+2],s=t[c+1],i=t[c+2],a=t[c+3],h=t[c+4],_.push(Me,l,d,s,i,a,h),c+=5;break;case Ie:t[c+1]+=a,t[c+2]+=h,t[c+3]+=a,t[c+4]+=h,t[c+5]+=a,t[c+6]+=h,o=Me;case Me:s=t[c+3],i=t[c+4],a=t[c+5],h=t[c+6],_.push(Me,t[c+1],t[c+2],s,i,a,h),c+=7;break;case Ye:t[c+1]+=a,t[c+2]+=h,o=ze;case ze:n=r===Fe||r===ze,s=n?2*a-s:t[c+1],i=n?2*h-i:t[c+2],e?rs(_,a,h,s,i,t[c+1],t[c+2]):_.push(Fe,s,i,t[c+1],t[c+2]),a=t[c+1],h=t[c+2],c+=3;break;case Ne:t[c+1]+=a,t[c+2]+=h,t[c+3]+=a,t[c+4]+=h,o=Fe;case Fe:s=t[c+1],i=t[c+2],e?rs(_,a,h,s,i,t[c+3],t[c+4]):_.push(Fe,s,i,t[c+3],t[c+4]),a=t[c+3],h=t[c+4],c+=5;break;case je:t[c+6]+=a,t[c+7]+=h;case Xe:ns(_,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 Ue:case He:_.push(He),c++;break;case Ve:a=t[c+1],h=t[c+2],e?ts(_,a,h,t[c+3],t[c+4]):us(_,t,c,5),c+=5;break;case Ge:a=t[c+1],h=t[c+2],e?es(_,a,h,t[c+3],t[c+4],[t[c+5],t[c+6],t[c+7],t[c+8]]):us(_,t,c,9),c+=9;break;case qe:a=t[c+1],h=t[c+2],e?es(_,a,h,t[c+3],t[c+4],t[c+5]):us(_,t,c,6),c+=6;break;case Ke:os(e?_:us(_,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,hs),a=hs.x,h=hs.y,c+=9;break;case $e:e?os(_,t[c+1],t[c+2],t[c+3],t[c+4],0,0,360,!1):us(_,t,c,5),a=t[c+1]+t[c+3],h=t[c+2],c+=5;break;case Je:is(e?_:us(_,t,c,7),t[c+1],t[c+2],t[c+3],t[c+4],t[c+5],t[c+6],null,hs),a=hs.x,h=hs.y,c+=7;break;case Qe:e?is(_,t[c+1],t[c+2],t[c+3],0,360,!1):us(_,t,c,4),a=t[c+1]+t[c+3],h=t[c+2],c+=4;break;case Ze:ss(e?_:us(_,t,c,6),a,h,t[c+1],t[c+2],t[c+3],t[c+4],t[c+5],null,hs),a=hs.x,h=hs.y,c+=6;break;default:return as.error(`command: ${o} [index:${c}]`,t),_}r=o}return _},copyData(t,e,s,i){for(let o=s,r=s+i;o<r;o++)t.push(e[o])},pushData(t,e){ds.index===ds.length&&(ds.index=1,t.push(ds.name)),t.push(Number(e)),ds.index++,ds.dot=0}},{current:ds,pushData:cs,copyData:us}=ls,{M:_s,L:ps,C:gs,Q:fs,Z:ys,N:ms,D:ws,X:vs,G:xs,F:bs,O:Bs,P:ks,U:Rs}=Ut,{getMinDistanceFrom:Cs,getRadianFrom:Ts}=O,{tan:Ss,min:Ls,abs:Ps}=Math,Es={},Os={beginPath(t){t.length=0},moveTo(t,e,s){t.push(_s,e,s)},lineTo(t,e,s){t.push(ps,e,s)},bezierCurveTo(t,e,s,i,o,r,n){t.push(gs,e,s,i,o,r,n)},quadraticCurveTo(t,e,s,i,o){t.push(fs,e,s,i,o)},closePath(t){t.push(ys)},rect(t,e,s,i,o){t.push(ms,e,s,i,o)},roundRect(t,e,s,i,o,r){if("number"==typeof r)t.push(vs,e,s,i,o,r);else{const n=l.fourNumber(r);n?t.push(ws,e,s,i,o,...n):t.push(ms,e,s,i,o)}},ellipse(t,e,s,i,o,r,n,a,h){void 0===r?t.push(bs,e,s,i,o):(void 0===n&&(n=0),void 0===a&&(a=360),t.push(xs,e,s,i,o,r,n,a,h?1:0))},arc(t,e,s,i,o,r,n){void 0===o?t.push(ks,e,s,i):(void 0===r&&(r=360),t.push(Bs,e,s,i,o,r,n?1:0))},arcTo(t,e,s,i,o,r,n,a){if(void 0!==n){const h=Ss(Ts(n,a,e,s,i,o)/2)*(Cs(n,a,e,s,i,o)/2);t.push(Rs,e,s,i,o,Ls(r,Ps(h)))}else t.push(Rs,e,s,i,o,r)},drawEllipse(t,e,s,i,o,r,n,a,h){fe.ellipse(null,e,s,i,o,void 0===r?0:r,void 0===n?0:n,void 0===a?360:a,h,null,null,Es),t.push(_s,Es.x,Es.y),As(t,e,s,i,o,r,n,a,h)},drawArc(t,e,s,i,o,r,n){fe.arc(null,e,s,i,void 0===o?0:o,void 0===r?360:r,n,null,null,Es),t.push(_s,Es.x,Es.y),Ms(t,e,s,i,o,r,n)},drawPoints(t,e,s,i){fe.points(t,e,s,i)}},{ellipse:As,arc:Ms}=Os,{moveTo:Is,lineTo:Ws,quadraticCurveTo:Ds,bezierCurveTo:Fs,closePath:Ns,beginPath:zs,rect:Ys,roundRect:Xs,ellipse:js,arc:Hs,arcTo:Us,drawEllipse:Vs,drawArc:Gs,drawPoints:qs}=Os;class Ks{set path(t){this.__path=t}get path(){return this.__path}constructor(t){this.clearPath=this.beginPath,this.set(t)}set(t){return this.__path=t?"string"==typeof t?jt.parse(t):t:[],this}beginPath(){return zs(this.__path),this}moveTo(t,e){return Is(this.__path,t,e),this}lineTo(t,e){return Ws(this.__path,t,e),this}bezierCurveTo(t,e,s,i,o,r){return Fs(this.__path,t,e,s,i,o,r),this}quadraticCurveTo(t,e,s,i){return Ds(this.__path,t,e,s,i),this}closePath(){return Ns(this.__path),this}rect(t,e,s,i){return Ys(this.__path,t,e,s,i),this}roundRect(t,e,s,i,o){return Xs(this.__path,t,e,s,i,o),this}ellipse(t,e,s,i,o,r,n,a){return js(this.__path,t,e,s,i,o,r,n,a),this}arc(t,e,s,i,o,r){return Hs(this.__path,t,e,s,i,o,r),this}arcTo(t,e,s,i,o){return Us(this.__path,t,e,s,i,o),this}drawEllipse(t,e,s,i,o,r,n,a){return Vs(this.__path,t,e,s,i,o,r,n,a),this}drawArc(t,e,s,i,o,r){return Gs(this.__path,t,e,s,i,o,r),this}drawPoints(t,e,s){return qs(this.__path,t,e,s),this}}const{M:$s,L:Js,C:Qs,Q:Zs,Z:ti,N:ei,D:si,X:ii,G:oi,F:ri,O:ni,P:ai,U:hi}=Ut,li=gt.get("PathDrawer"),di={drawPathByData(t,e){if(!e)return;let s,i=0,o=e.length;for(;i<o;)switch(s=e[i],s){case $s:t.moveTo(e[i+1],e[i+2]),i+=3;break;case Js:t.lineTo(e[i+1],e[i+2]),i+=3;break;case Qs:t.bezierCurveTo(e[i+1],e[i+2],e[i+3],e[i+4],e[i+5],e[i+6]),i+=7;break;case Zs:t.quadraticCurveTo(e[i+1],e[i+2],e[i+3],e[i+4]),i+=5;break;case ti:t.closePath(),i+=1;break;case ei:t.rect(e[i+1],e[i+2],e[i+3],e[i+4]),i+=5;break;case si:t.roundRect(e[i+1],e[i+2],e[i+3],e[i+4],[e[i+5],e[i+6],e[i+7],e[i+8]]),i+=9;break;case ii:t.roundRect(e[i+1],e[i+2],e[i+3],e[i+4],e[i+5]),i+=6;break;case oi:t.ellipse(e[i+1],e[i+2],e[i+3],e[i+4],e[i+5]*d,e[i+6]*d,e[i+7]*d,e[i+8]),i+=9;break;case ri:t.ellipse(e[i+1],e[i+2],e[i+3],e[i+4],0,0,c,!1),i+=5;break;case ni:t.arc(e[i+1],e[i+2],e[i+3],e[i+4]*d,e[i+5]*d,e[i+6]),i+=7;break;case ai:t.arc(e[i+1],e[i+2],e[i+3],0,c,!1),i+=4;break;case hi:t.arcTo(e[i+1],e[i+2],e[i+3],e[i+4],e[i+5]),i+=6;break;default:return void li.error(`command: ${s} [index:${i}]`,e)}}},{M:ci,L:ui,C:_i,Q:pi,Z:gi,N:fi,D:yi,X:mi,G:wi,F:vi,O:xi,P:bi,U:Bi}=Ut,{toTwoPointBounds:ki,toTwoPointBoundsByQuadraticCurve:Ri,arcTo:Ci,arc:Ti,ellipse:Si}=fe,{addPointBounds:Li,copy:Pi,addPoint:Ei,setPoint:Oi,addBounds:Ai,toBounds:Mi}=N,Ii=gt.get("PathBounds");let Wi,Di,Fi;const Ni={},zi={},Yi={},Xi={toBounds(t,e){Xi.toTwoPointBounds(t,zi),Mi(zi,e)},toTwoPointBounds(t,e){if(!t||!t.length)return Oi(e,0,0);let s,i,o,r,n,a=0,h=0,l=0;const d=t.length;for(;a<d;)switch(s=t[a],0===a&&(s===gi||s===_i||s===pi?Oi(e,h,l):Oi(e,t[a+1],t[a+2])),s){case ci:case ui:h=t[a+1],l=t[a+2],Ei(e,h,l),a+=3;break;case _i:r=t[a+5],n=t[a+6],ki(h,l,t[a+1],t[a+2],t[a+3],t[a+4],r,n,Ni),Li(e,Ni),h=r,l=n,a+=7;break;case pi:i=t[a+1],o=t[a+2],r=t[a+3],n=t[a+4],Ri(h,l,i,o,r,n,Ni),Li(e,Ni),h=r,l=n,a+=5;break;case gi:a+=1;break;case fi:h=t[a+1],l=t[a+2],Ai(e,h,l,t[a+3],t[a+4]),a+=5;break;case yi:case mi:h=t[a+1],l=t[a+2],Ai(e,h,l,t[a+3],t[a+4]),a+=s===yi?9:6;break;case wi:Si(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],Ni,Yi),0===a?Pi(e,Ni):Li(e,Ni),h=Yi.x,l=Yi.y,a+=9;break;case vi:h=t[a+1],l=t[a+2],Di=t[a+3],Fi=t[a+4],Ai(e,h-Di,l-Fi,2*Di,2*Fi),h+=Di,a+=5;break;case xi:Ti(null,t[a+1],t[a+2],t[a+3],t[a+4],t[a+5],t[a+6],Ni,Yi),0===a?Pi(e,Ni):Li(e,Ni),h=Yi.x,l=Yi.y,a+=7;break;case bi:h=t[a+1],l=t[a+2],Wi=t[a+3],Ai(e,h-Wi,l-Wi,2*Wi,2*Wi),h+=Wi,a+=4;break;case Bi:Ci(null,h,l,t[a+1],t[a+2],t[a+3],t[a+4],t[a+5],Ni,Yi),0===a?Pi(e,Ni):Li(e,Ni),h=Yi.x,l=Yi.y,a+=6;break;default:return void Ii.error(`command: ${s} [index:${a}]`,t)}}},{M:ji,L:Hi,C:Ui,Z:Vi}=Ut,{getCenterX:Gi,getCenterY:qi}=O,{arcTo:Ki}=Os,$i={smooth(t,e,s){let i,o=0,r=0,n=0,a=0,h=0,l=0,d=0,c=0,u=0;const _=t.length,p=[];for(;o<_;)switch(i=t[o],i){case ji:a=c=t[o+1],h=u=t[o+2],o+=3,t[o]===Hi?(l=t[o+1],d=t[o+2],p.push(ji,Gi(a,l),qi(h,d))):p.push(ji,a,h);break;case Hi:switch(r=t[o+1],n=t[o+2],o+=3,t[o]){case Hi:Ki(p,r,n,t[o+1],t[o+2],e,c,u);break;case Vi:Ki(p,r,n,a,h,e,c,u);break;default:p.push(Hi,r,n)}c=r,u=n;break;case Ui:p.push(Ui,t[o+1],t[o+2],t[o+3],t[o+4],t[o+5],t[o+6]),o+=7;break;case Vi:Ki(p,a,h,l,d,e,c,u),p.push(Vi),o+=1}return i!==Vi&&(p[1]=a,p[2]=h),p}};jt.creator=new Ks,jt.parse=ls.parse,jt.convertToCanvasData=ls.toCanvasData;const Ji=new Ks,{drawRoundRect:Qi}=Qt;function Zi(t){!function(t){t&&!t.roundRect&&(t.roundRect=function(t,e,s,i,o){Qi(this,t,e,s,i,o)})}(t)}const to={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=eo.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{}}}},eo=to;eo.opacityTypes.forEach((t=>eo.upperCaseTypeMap[t]=t.toUpperCase()));const so=gt.get("TaskProcessor");class io{constructor(t){this.parallel=!0,this.time=1,this.id=o.create(o.TASK),this.task=t}run(){return At(this,void 0,void 0,(function*(){try{this.task&&!this.isComplete&&this.parent.running&&(yield this.task())}catch(t){so.error(t)}}))}complete(){this.isComplete=!0,this.parent=null,this.task=null}cancel(){this.isCancel=!0,this.complete()}}class oo{get total(){return this.list.length+this.delayNumber}get finishedIndex(){return this.isComplete?0:this.index+this.parallelSuccessNumber}get remain(){return this.isComplete?this.total:this.total-this.finishedIndex}get percent(){const{total:t}=this;let e=0,s=0;for(let i=0;i<t;i++)i<=this.finishedIndex?(s+=this.list[i].time,i===this.finishedIndex&&(e=s)):e+=this.list[i].time;return this.isComplete?1:s/e}constructor(t){this.config={parallel:6},this.list=[],this.running=!1,this.isComplete=!0,this.index=0,this.delayNumber=0,t&&St.assign(this.config,t),this.empty()}add(t,e){let s,i,o,r;const n=new io(t);return n.parent=this,"number"==typeof e?r=e:e&&(i=e.parallel,s=e.start,o=e.time,r=e.delay),o&&(n.time=o),!1===i&&(n.parallel=!1),void 0===r?this.push(n,s):(this.delayNumber++,setTimeout((()=>{this.delayNumber&&(this.delayNumber--,this.push(n,s))}),r)),this.isComplete=!1,n}push(t,e){this.list.push(t),!1===e||this.timer||(this.timer=setTimeout((()=>this.start())))}empty(){this.index=0,this.parallelSuccessNumber=0,this.list=[],this.parallelList=[],this.delayNumber=0}start(){this.running||(this.running=!0,this.isComplete=!1,this.run())}pause(){clearTimeout(this.timer),this.timer=null,this.running=!1}resume(){this.start()}skip(){this.index++,this.resume()}stop(){this.isComplete=!0,this.list.forEach((t=>{t.isComplete||t.cancel()})),this.pause(),this.empty()}run(){this.running&&(this.setParallelList(),this.parallelList.length>1?this.runParallelTasks():this.remain?this.runTask():this.onComplete())}runTask(){const t=this.list[this.index];t?t.run().then((()=>{this.onTask(t),this.index++,this.nextTask()})).catch((t=>{this.onError(t)})):this.nextTask()}runParallelTasks(){this.parallelList.forEach((t=>this.runParallelTask(t)))}runParallelTask(t){t.run().then((()=>{this.onTask(t),this.fillParallelTask()})).catch((t=>{this.onParallelError(t)}))}nextTask(){this.total===this.finishedIndex?this.onComplete():this.timer=setTimeout((()=>this.run()))}setParallelList(){let t;this.parallelList=[],this.parallelSuccessNumber=0;let e=this.index+this.config.parallel;e>this.list.length&&(e=this.list.length);for(let s=this.index;s<e&&(t=this.list[s],t.parallel);s++)this.parallelList.push(t)}fillParallelTask(){let t;const e=this.parallelList;this.parallelSuccessNumber++,e.pop();const s=e.length,i=this.finishedIndex+s;if(e.length){if(!this.running)return;i<this.total&&(t=this.list[i],t&&t.parallel&&(e.push(t),this.runParallelTask(t)))}else this.index+=this.parallelSuccessNumber,this.parallelSuccessNumber=0,this.nextTask()}onComplete(){this.stop(),this.config.onComplete&&this.config.onComplete()}onTask(t){t.complete(),this.config.onTask&&this.config.onTask()}onParallelError(t){this.parallelList.forEach((t=>{t.parallel=!1})),this.parallelList.length=0,this.parallelSuccessNumber=0,this.onError(t)}onError(t){this.pause(),this.config.onError&&this.config.onError(t)}destroy(){this.stop()}}const ro={map:{},recycledList:[],tasker:new oo,patternTasker:new oo,get isComplete(){return no.tasker.isComplete},get(t){let e=no.map[t.url];return e||(e=i.image(t),no.map[t.url]=e),e.use++,e},recycle(t){t.use--,setTimeout((()=>{t.use||no.recycledList.push(t)}))},clearRecycled(){const t=no.recycledList;t.length>100&&(t.forEach((t=>{!t.use&&t.url&&(delete no.map[t.url],t.destroy())})),t.length=0)},hasOpacityPixel:t=>to.opacityTypes.some((e=>no.isFormat(e,t))),isFormat(t,e){if(e.format===t)return!0;const{url:s}=e;if(s.startsWith("data:")){if(s.startsWith("data:"+to.mineType(t)))return!0}else if(s.includes("."+t)||s.includes("."+to.upperCaseTypeMap[t]))return!0;return!1},destroy(){no.map={},no.recycledList=[]}},no=ro,{IMAGE:ao,create:ho}=o;class lo{get url(){return this.config.url}get completed(){return this.ready||!!this.error}constructor(t){this.use=0,this.waitComplete=[],this.innerId=ho(ao),this.config=t||{url:""},this.isSVG=ro.isFormat("svg",t),this.hasOpacityPixel=ro.hasOpacityPixel(t)}load(t,e){return this.loading||(this.loading=!0,ro.tasker.add((()=>At(this,void 0,void 0,(function*(){return yield s.origin.loadImage(this.url).then((t=>{this.ready=!0,this.width=t.naturalWidth||t.width,this.height=t.naturalHeight||t.height,this.view=t,this.onComplete(!0)})).catch((t=>{this.error=t,this.onComplete(!1)}))}))))),this.waitComplete.push(t,e),this.waitComplete.length-2}unload(t,e){const s=this.waitComplete;if(e){const e=s[t+1];e&&e({type:"stop"})}s[t]=s[t+1]=void 0}onComplete(t){let e;this.waitComplete.forEach(((s,i)=>{e=i%2,s&&(t?e||s(this):e&&s(this.error))})),this.waitComplete.length=0,this.loading=!1}getCanvas(t,e,i,o){if(t||(t=this.width),e||(e=this.height),this.cache){let{params:t,data:e}=this.cache;for(let s in t)if(t[s]!==arguments[s]){e=null;break}if(e)return e}const r=s.origin.createCanvas(t,e),n=r.getContext("2d");return i&&(n.globalAlpha=i),n.drawImage(this.view,0,0,t,e),this.cache=this.use>1?{data:r,params:arguments}:null,r}getPattern(t,e,i,o){const r=s.canvas.createPattern(t,e);try{i&&r.setTransform&&(r.setTransform(i),i=null)}catch(t){}return o&&(o.transform=i),r}destroy(){this.config={url:""},this.cache=null,this.waitComplete.length=0}}function co(t,e,s){Object.defineProperty(t,e,s)}function uo(t,e){return Object.getOwnPropertyDescriptor(t,e)}function _o(t,e){return(s,i)=>function(t,e,s,i){const o={get(){return this.__getAttr(e)},set(t){this.__setAttr(e,t)},configurable:!0,enumerable:!0};co(t,e,Object.assign(o,i||{})),Lo(t,e,s)}(s,i,t,e&&e(i))}function po(t){return _o(t)}function go(t,e){return _o(t,(t=>({set(s){this.__setAttr(t,s,e),this.__layout.matrixChanged||this.__layout.matrixChange()}})))}function fo(t,e){return _o(t,(t=>({set(s){this.__setAttr(t,s,e),this.__layout.scaleChanged||this.__layout.scaleChange()}})))}function yo(t,e){return _o(t,(t=>({set(s){this.__setAttr(t,s,e),this.__layout.rotationChanged||this.__layout.rotationChange()}})))}function mo(t,e){return _o(t,(t=>({set(s){this.__setAttr(t,s,e)&&wo(this)}})))}function wo(t){t.__layout.boxChanged||t.__layout.boxChange(),t.__hasAutoLayout&&(t.__layout.matrixChanged||t.__layout.matrixChange())}const vo=mo;function xo(t){return _o(t,(t=>({set(e){this.__setAttr(t,e)&&bo(this)}})))}function bo(t){t.__layout.strokeChanged||t.__layout.strokeChange(),t.__.__useArrow&&wo(t)}const Bo=xo;function ko(t){return _o(t,(t=>({set(e){this.__setAttr(t,e),this.__layout.renderChanged||this.__layout.renderChange()}})))}function Ro(t){return _o(t,(t=>({set(e){this.__setAttr(t,e),this.__layout.surfaceChanged||this.__layout.surfaceChange()}})))}function Co(t){return _o(t,(t=>({set(e){this.__setAttr(t,e),this.__layout.opacityChanged||this.__layout.opacityChange()}})))}function To(t){return _o(t,(t=>({set(e){this.__setAttr(t,e),gt.showHitView&&(this.__layout.surfaceChanged||this.__layout.surfaceChange()),this.leafer&&this.leafer.updateCursor()}})))}function So(t){return(e,s)=>{co(e,"__DataProcessor",{get:()=>t})}}function Lo(t,e,s){const i=t.__DataProcessor.prototype,o="_"+e,r=function(t){return"set"+t.charAt(0).toUpperCase()+t.slice(1)}(e),n={get(){const t=this[o];return void 0===t?s:t},set(t){this[o]=t},configurable:!0,enumerable:!0};void 0===s?n.get=function(){return this[o]}:"width"===e?n.get=function(){const t=this[o];return void 0===t?this.__naturalWidth||s:t}:"height"===e&&(n.get=function(){const t=this[o];return void 0===t?this.__naturalHeight||s:t});let a,h=i;for(;!a&&h;)a=uo(h,e),h=h.__proto__;a&&a.set&&(n.set=a.set),i[r]&&(n.set=i[r],delete i[r]),Object.defineProperty(i,e,n)}const Po=new gt("rewrite"),Eo=[],Oo=["destroy","constructor"];function Ao(t){return(e,s)=>{Eo.push({name:e.constructor.name+"."+s,run:()=>{e[s]=t}})}}function Mo(){return t=>{Io()}}function Io(t){Eo.length&&(Eo.forEach((e=>{t&&Po.error(e.name,"需在Class上装饰@rewriteAble()"),e.run()})),Eo.length=0)}function Wo(t,e){return s=>{var i;(t.prototype?(i=t.prototype,Object.getOwnPropertyNames(i)):Object.keys(t)).forEach((i=>{if(!(Oo.includes(i)||e&&e.includes(i)))if(t.prototype){uo(t.prototype,i).writable&&(s.prototype[i]=t.prototype[i])}else s.prototype[i]=t[i]}))}}function Do(){return t=>{bt.register(t)}}setTimeout((()=>Io(!0)));const{copy:Fo,toInnerPoint:No,scaleOfOuter:zo,rotateOfOuter:Yo,skewOfOuter:Xo,multiplyParent:jo,divideParent:Ho,getLayout:Uo}=x,Vo={},Go={updateAllMatrix(t,e,s){if(e&&t.__hasAutoLayout&&t.__layout.matrixChanged&&(s=!0),$o(t,e,s),t.isBranch){const{children:i}=t;for(let t=0,o=i.length;t<o;t++)Ko(i[t],e,s)}},updateMatrix(t,e,s){const i=t.__layout;e?s&&(i.waitAutoLayout=!0,t.__hasAutoLayout&&(i.matrixChanged=!1)):i.waitAutoLayout&&(i.waitAutoLayout=!1),i.matrixChanged&&t.__updateLocalMatrix(),i.waitAutoLayout||t.__updateWorldMatrix()},updateBounds(t){const e=t.__layout;e.boundsChanged&&t.__updateLocalBounds(),e.waitAutoLayout||t.__updateWorldBounds()},updateAllWorldOpacity(t){if(t.__updateWorldOpacity(),t.isBranch){const{children:e}=t;for(let t=0,s=e.length;t<s;t++)Jo(e[t])}},updateAllChange(t){if(Jo(t),t.__updateChange(),t.isBranch){const{children:e}=t;for(let t=0,s=e.length;t<s;t++)Qo(e[t])}},worldHittable(t){for(;t;){if(!t.__.hittable)return!1;t=t.parent}return!0},moveWorld(t,e,s=0){const i="object"==typeof e?Object.assign({},e):{x:e,y:s};t.parent&&No(t.parent.worldTransform,i,i,!0),qo.moveLocal(t,i.x,i.y)},moveLocal(t,e,s=0){"object"==typeof e?(t.x+=e.x,t.y+=e.y):(t.x+=e,t.y+=s)},zoomOfWorld(t,e,s,i,o){qo.zoomOfLocal(t,tr(t,e),s,i,o)},zoomOfLocal(t,e,s,i=s,o){Fo(Vo,t.__localMatrix),zo(Vo,e,s,i),Zo(t,Vo),t.scaleResize(s,i,!0!==o)},rotateOfWorld(t,e,s){qo.rotateOfLocal(t,tr(t,e),s)},rotateOfLocal(t,e,s){Fo(Vo,t.__localMatrix),Yo(Vo,e,s),Zo(t,Vo),t.rotation=l.formatRotation(t.rotation+s)},skewOfWorld(t,e,s,i,o){qo.skewOfLocal(t,tr(t,e),s,i,o)},skewOfLocal(t,e,s,i=0,o){Fo(Vo,t.__localMatrix),Xo(Vo,e,s,i),qo.setTransform(t,Vo,o)},transformWorld(t,e,s){Fo(Vo,t.worldTransform),jo(Vo,e),t.parent&&Ho(Vo,t.parent.worldTransform),qo.setTransform(t,Vo,s)},transform(t,e,s){Fo(Vo,t.localTransform),jo(Vo,e),qo.setTransform(t,Vo,s)},setTransform(t,e,s){const i=Uo(e);s&&(t.scaleResize(i.scaleX/t.scaleX,i.scaleY/t.scaleY,!0!==s),delete i.scaleX,delete i.scaleY),t.set(i)},getRelativeWorld:(t,e,s)=>(Fo(Vo,t.worldTransform),Ho(Vo,e.worldTransform),s?Vo:Object.assign({},Vo)),drop(t,e,s,i){t.setTransform(qo.getRelativeWorld(t,e,!0),i),e.add(t,s)},hasParent(t,e){if(!e)return!1;for(;t;){if(e===t)return!0;t=t.parent}},hasParentAutoLayout(t){for(;t.parent;)if((t=t.parent).__hasAutoLayout)return!0}},qo=Go,{updateAllMatrix:Ko,updateMatrix:$o,updateAllWorldOpacity:Jo,updateAllChange:Qo}=qo;function Zo(t,e){const{e:s,f:i}=t.__localMatrix;t.x+=e.e-s,t.y+=e.f-i}function tr(t,e){return t.__layout.update(),t.parent?O.tempToInnerOf(e,t.parent.__world):e}const er={worldBounds:t=>t.__world,localBoxBounds:t=>t.__.eraser?null:t.__local||t.__layout,localStrokeBounds:t=>t.__.eraser?null:t.__layout.localStrokeBounds,localRenderBounds:t=>t.__.eraser?null:t.__layout.localRenderBounds,maskLocalBoxBounds:t=>t.__.mask?t.__localBoxBounds:null,maskLocalStrokeBounds:t=>t.__.mask?t.__layout.localStrokeBounds:null,maskLocalRenderBounds:t=>t.__.mask?t.__layout.localRenderBounds:null,excludeRenderBounds:(t,e)=>!(!e.bounds||e.bounds.hit(t.__world,e.matrix))||!(!e.hideBounds||!e.hideBounds.includes(t.__world,e.matrix))},{updateBounds:sr}=Go,ir={sort:(t,e)=>t.__.zIndex===e.__.zIndex?t.__tempNumber-e.__tempNumber:t.__.zIndex-e.__.zIndex,pushAllChildBranch(t,e){if(t.__tempNumber=1,t.__.__childBranchNumber){const{children:s}=t;for(let i=0,o=s.length;i<o;i++)(t=s[i]).isBranch&&(t.__tempNumber=1,e.add(t),or(t,e))}},pushAllParent(t,e){const{keys:s}=e;if(s)for(;t.parent&&void 0===s[t.parent.innerId];)e.add(t.parent),t=t.parent;else for(;t.parent;)e.add(t.parent),t=t.parent},pushAllBranchStack(t,e){let s=e.length;const{children:i}=t;for(let t=0,s=i.length;t<s;t++)i[t].isBranch&&e.push(i[t]);for(let t=s,i=e.length;t<i;t++)rr(e[t],e)},updateBounds(t,e){const s=[t];rr(t,s),nr(s,e)},updateBoundsByBranchStack(t,e){let s,i;for(let o=t.length-1;o>-1;o--){s=t[o],i=s.children;for(let t=0,e=i.length;t<e;t++)sr(i[t]);e&&e===s||sr(s)}}},{pushAllChildBranch:or,pushAllBranchStack:rr,updateBoundsByBranchStack:nr}=ir,ar={run(t){if(t&&t.length){const e=t.length;for(let s=0;s<e;s++)t[s]();t.length===e?t.length=0:t.splice(0,e)}}},{getRelativeWorld:hr}=Go,{toOuterOf:lr,getPoints:dr,copy:cr}=st;class ur{get strokeBounds(){return this._strokeBounds||this.boxBounds}get renderBounds(){return this._renderBounds||this.boxBounds}get localStrokeBounds(){return this._localStrokeBounds||this}get localRenderBounds(){return this._localRenderBounds||this}get a(){return 1}get b(){return 0}get c(){return 0}get d(){return 1}get e(){return this.leaf.__.x}get f(){return this.leaf.__.y}get x(){return this.e+this.boxBounds.x}get y(){return this.f+this.boxBounds.y}get width(){return this.boxBounds.width}get height(){return this.boxBounds.height}constructor(t){this.leaf=t,this.boxBounds={x:0,y:0,width:0,height:0},this.leaf.__local&&(this._localRenderBounds=this._localStrokeBounds=this.leaf.__local),this.boxChange(),this.matrixChange()}createLocal(){const t=this.leaf.__local={a:1,b:0,c:0,d:1,e:0,f:0,x:0,y:0,width:0,height:0};this._localStrokeBounds||(this._localStrokeBounds=t),this._localRenderBounds||(this._localRenderBounds=t)}update(){const{leafer:t}=this.leaf;if(t)t.ready?t.watcher.changed&&t.layouter.layout():t.start();else{let t=this.leaf;for(;t.parent&&!t.parent.leafer;)t=t.parent;s.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 x.defaultMatrix;case"page":t=e.zoomLayer;default:return hr(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 nt(this.getInnerBounds(t)).toOuterOf(this.getTransform(e))}}getInnerBounds(t="box"){switch(t){case"render":return this.renderBounds;case"content":if(this.contentBounds)return this.contentBounds;case"margin":case"box":return this.boxBounds;case"stroke":return this.strokeBounds}}getLocalBounds(t="box"){switch(t){case"render":return this.localRenderBounds;case"stroke":return this.localStrokeBounds;case"margin":case"content":case"box":return this.leaf.__localBoxBounds}}getWorldBounds(t="box"){switch(t){case"render":return this.leaf.__world;case"content":if(this.contentBounds)return this.getWorldContentBounds();case"margin":case"box":return this.getWorldBoxBounds();case"margin":case"stroke":return this.getWorldStrokeBounds()}}getLayoutBounds(t,e="world",s){const{leaf:i}=this;let o,r,n=this.getInnerBounds(t);switch(e){case"world":o=i.getWorldPoint(n),r=i.__world;break;case"local":o=i.getLocalPointByInner(n),r=i.__localMatrix;break;case"inner":o=n,r=x.defaultMatrix;break;case"page":e=i.zoomLayer;default:o=i.getWorldPoint(n,e),r=hr(i,e,!0)}const a=x.getLayout(r);if(cr(a,n),O.copy(a,o),s){const{scaleX:t,scaleY:e}=a,s=Math.abs(t),i=Math.abs(e);1===s&&1===i||(a.scaleX/=s,a.scaleY/=i,a.width*=s,a.height*=i)}return a}getLayoutPoints(t,e="world"){const{leaf:s}=this,i=dr(this.getInnerBounds(t));let o;switch(e){case"world":o=null;break;case"local":o=s.parent;break;case"inner":break;case"page":e=s.zoomLayer;default:o=e}return void 0!==o&&i.forEach((t=>s.innerToWorld(t,null,!1,o))),i}getWorldContentBounds(){return this._worldContentBounds||(this._worldContentBounds={}),lr(this.contentBounds,this.leaf.__world,this._worldContentBounds),this._worldContentBounds}getWorldBoxBounds(){return this._worldBoxBounds||(this._worldBoxBounds={}),lr(this.boxBounds,this.leaf.__world,this._worldBoxBounds),this._worldBoxBounds}getWorldStrokeBounds(){return this._worldStrokeBounds||(this._worldStrokeBounds={}),lr(this.strokeBounds,this.leaf.__world,this._worldStrokeBounds),this._worldStrokeBounds}spreadStrokeCancel(){const t=this.renderBounds===this.strokeBounds;this._strokeBounds=this.boxBounds,this._localStrokeBounds=this.leaf.__localBoxBounds,t&&this.spreadRenderCancel()}spreadRenderCancel(){this._renderBounds=this._strokeBounds,this._localRenderBounds=this._localStrokeBounds}spreadStroke(){const{x:t,y:e,width:s,height:i}=this.strokeBounds;this._strokeBounds={x:t,y:e,width:s,height:i},this._localStrokeBounds={x:t,y:e,width:s,height:i},this.renderSpread||this.spreadRenderCancel()}spreadRender(){const{x:t,y:e,width:s,height:i}=this.renderBounds;this._renderBounds={x:t,y:e,width:s,height:i},this._localRenderBounds={x:t,y:e,width:s,height:i}}boxChange(){this.boxChanged=!0,this.localBoxChanged||this.localBoxChange(),this.hitCanvasChanged=!0}localBoxChange(){this.localBoxChanged=!0,this.boundsChanged=!0}strokeChange(){this.strokeChanged=!0,this.strokeSpread||(this.strokeSpread=1),this.boundsChanged=!0,this.hitCanvasChanged=!0}renderChange(){this.renderChanged=!0,this.renderSpread||(this.renderSpread=1),this.boundsChanged=!0}scaleChange(){this.scaleChanged=!0,this._scaleOrRotationChange()}rotationChange(){this.rotationChanged=!0,this.affectRotation=!0,this._scaleOrRotationChange()}_scaleOrRotationChange(){this.affectScaleOrRotation=!0,this.matrixChange(),this.leaf.__local||this.createLocal()}matrixChange(){this.matrixChanged=!0,this.localBoxChanged||this.localBoxChange()}surfaceChange(){this.surfaceChanged=!0}opacityChange(){this.opacityChanged=!0,this.surfaceChanged||this.surfaceChange()}childrenSortChange(){this.childrenSortChanged||(this.childrenSortChanged=!0,this.leaf.forceUpdate("surface"))}destroy(){}}const _r={},pr={on(t,e,s){let i,o,r;s&&("boolean"==typeof s?i=s:(i=s.capture,o=s.once));const n=gr(this,i,!0),a="string"==typeof t?t.split(" "):t,h=o?{listener:e,once:o}:{listener:e};a.forEach((t=>{t&&(r=n[t],r?-1===r.findIndex((t=>t.listener===e))&&r.push(h):n[t]=[h])}))},off(t,e,s){let i,o,r;s&&(i="boolean"==typeof s?s:s.capture);const n=gr(this,i);("string"==typeof t?t.split(" "):t).forEach((t=>{t&&(o=n[t],o&&(r=o.findIndex((t=>t.listener===e)),r>-1&&o.splice(r,1),o.length||delete n[t]))}))},on_(t,e,s,i){return s&&(e=e.bind(s)),this.on(t,e,i),{type:t,current:this,listener:e,options:i}},off_(t){if(!t)return;const e=t instanceof Array?t:[t];e.forEach((t=>t.current.off(t.type,t.listener,t.options))),e.length=0},once(t,e,s){this.on(t,e,{once:!0,capture:s})},emit(t,e,s){!e&&Rt.has(t)&&(e=Rt.get(t,{type:t,target:this,current:this}));const i=gr(this,s)[t];if(i){let o;for(let r=0,n=i.length;r<n&&(o=i[r],o.listener(e),o.once&&(this.off(t,o.listener,s),r--,n--),!e||!e.isStopNow);r++);}this.syncEventer&&this.syncEventer.emitEvent(e,s)},emitEvent(t,e){t.current=this,this.emit(t.type,t,e)},hasEvent(t,e){if(this.syncEventer&&this.syncEventer.hasEvent(t,e))return!0;const{__bubbleMap:s,__captureMap:i}=this,o=s&&s[t],r=i&&i[t];return!!(void 0===e?o||r:e?r:o)}};function gr(t,e,s){if(e){const{__captureMap:e}=t;return e||(s?t.__captureMap={}:_r)}{const{__bubbleMap:e}=t;return e||(s?t.__bubbleMap={}:_r)}}class fr{constructor(t,e){this.bubbles=!1,this.type=t,e&&(this.target=e)}stopDefault(){this.isStopDefault=!0,this.origin&&s.event.stopDefault(this.origin)}stopNow(){this.isStopNow=!0,this.isStop=!0,this.origin&&s.event.stopNow(this.origin)}stop(){this.isStop=!0,this.origin&&s.event.stop(this.origin)}}class yr extends fr{constructor(t,e,s){super(t,e),this.parent=s,this.child=e}}yr.ADD="child.add",yr.REMOVE="child.remove",yr.DESTROY="child.destroy";class mr extends fr{constructor(t,e,s,i,o){super(t,e),this.attrName=s,this.oldValue=i,this.newValue=o}}mr.CHANGE="property.change",mr.LEAFER_CHANGE="property.leafer_change";class wr extends fr{constructor(t,e){super(t),Object.assign(this,e)}}wr.LOAD="image.load",wr.LOADED="image.loaded",wr.ERROR="image.error";class vr extends fr{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(vr.RESIZE),Object.assign(this,t)):super(t),this.old=e}}vr.RESIZE="resize";class xr extends fr{constructor(t,e){super(t),this.data=e}}xr.REQUEST="watch.request",xr.DATA="watch.data";class br extends fr{constructor(t,e,s){super(t),e&&(this.data=e,this.times=s)}}br.CHECK_UPDATE="layout.check_update",br.REQUEST="layout.request",br.START="layout.start",br.BEFORE="layout.before",br.LAYOUT="layout",br.AFTER="layout.after",br.AGAIN="layout.again",br.END="layout.end";class Br extends fr{}Br.FRAME="animate.frame";class kr extends fr{constructor(t,e,s,i){super(t),e&&(this.times=e),s&&(this.renderBounds=s,this.renderOptions=i)}}kr.REQUEST="render.request",kr.START="render.start",kr.BEFORE="render.before",kr.RENDER="render",kr.AFTER="render.after",kr.AGAIN="render.again",kr.END="render.end",kr.NEXT="render.next";class Rr extends fr{}Rr.START="leafer.start",Rr.BEFORE_READY="leafer.before_ready",Rr.READY="leafer.ready",Rr.AFTER_READY="leafer.after_ready",Rr.VIEW_READY="leafer.view_ready",Rr.VIEW_COMPLETED="leafer.view_completed",Rr.STOP="leafer.stop",Rr.RESTART="leafer.restart",Rr.END="leafer.end";const{isFinite:Cr}=Number,Tr=gt.get("setAttr"),Sr={__setAttr(t,e,s){if(this.leafer&&this.leafer.created){const i=this.__.__getInput(t);if(s&&!Cr(e)&&void 0!==e&&(Tr.warn(this.innerName,t,e),e=void 0),"object"==typeof e||i!==e){this.__[t]=e,this.__proxyData&&this.setProxyAttr(t,e);const{CHANGE:s}=mr,o=new mr(s,this,t,i,e);return this.isLeafer?this.emitEvent(new mr(mr.LEAFER_CHANGE,this,t,i,e)):this.hasEvent(s)&&this.emitEvent(o),this.leafer.emitEvent(o),!0}return!1}return this.__[t]=e,this.__proxyData&&this.setProxyAttr(t,e),!0},__getAttr(t){return this.__proxyData?this.getProxyAttr(t):this.__.__get(t)}},{setLayout:Lr,multiplyParent:Pr,translateInner:Er,defaultWorld:Or}=x,{toPoint:Ar,tempPoint:Mr}=ut,Ir={__updateWorldMatrix(){Pr(this.__local||this.__layout,this.parent?this.parent.__world:Or,this.__world,!!this.__layout.affectScaleOrRotation,this.__)},__updateLocalMatrix(){if(this.__local){const t=this.__layout,e=this.__local,s=this.__;t.affectScaleOrRotation&&(t.scaleChanged||t.rotationChanged)&&(Lr(e,s,null,t.affectRotation),t.scaleChanged=t.rotationChanged=!1),e.e=s.x,e.f=s.y,s.around&&(Ar(s.around,t.boxBounds,Mr),Er(e,-Mr.x,-Mr.y))}this.__layout.matrixChanged=!1}},{updateMatrix:Wr,updateAllMatrix:Dr,hasParentAutoLayout:Fr}=Go,{updateBounds:Nr}=ir,{toOuterOf:zr,copyAndSpread:Yr,copy:Xr}=st,{toBounds:jr}=Xi,Hr={__updateWorldBounds(){zr(this.__layout.renderBounds,this.__world,this.__world),this.__layout.resized&&(this.__onUpdateSize(),this.__layout.resized=!1)},__updateLocalBounds(){const t=this.__layout;t.boxChanged&&(this.__.__pathInputed||this.__updatePath(),this.__updateRenderPath(),this.__updateBoxBounds(),t.boxChanged=!1,t.resized=!0),t.localBoxChanged&&(this.__local&&this.__updateLocalBoxBounds(),t.localBoxChanged=!1,t.strokeSpread&&(t.strokeChanged=!0),t.renderSpread&&(t.renderChanged=!0),this.parent&&this.parent.__layout.boxChange()),t.strokeChanged&&(t.strokeSpread=this.__updateStrokeSpread(),t.strokeSpread?(t.strokeBounds===t.boxBounds&&t.spreadStroke(),this.__updateStrokeBounds(),this.__updateLocalStrokeBounds()):t.spreadStrokeCancel(),t.strokeChanged=!1,t.renderSpread&&(t.renderChanged=!0),this.parent&&this.parent.__layout.strokeChange(),t.resized=!0),t.renderChanged&&(t.renderSpread=this.__updateRenderSpread(),t.renderSpread?(t.renderBounds!==t.boxBounds&&t.renderBounds!==t.strokeBounds||t.spreadRender(),this.__updateRenderBounds(),this.__updateLocalRenderBounds()):t.spreadRenderCancel(),t.renderChanged=!1,this.parent&&this.parent.__layout.renderChange()),t.boundsChanged=!1},__updateLocalBoxBounds(){this.__hasAutoLayout&&this.__updateAutoLayout(),zr(this.__layout.boxBounds,this.__local,this.__local)},__updateLocalStrokeBounds(){zr(this.__layout.strokeBounds,this.__localMatrix,this.__layout.localStrokeBounds)},__updateLocalRenderBounds(){zr(this.__layout.renderBounds,this.__localMatrix,this.__layout.localRenderBounds)},__updateBoxBounds(){const t=this.__layout.boxBounds,e=this.__;e.__pathInputed?jr(e.__pathForRender,t):(t.x=0,t.y=0,t.width=e.width,t.height=e.height)},__updateAutoLayout(){this.__layout.matrixChanged=!0,this.isBranch?(this.leafer&&this.leafer.layouter.addExtra(this),Fr(this)?Wr(this):(Dr(this),Nr(this,this))):Wr(this)},__updateNaturalSize(){const{__:t,__layout:e}=this;t.__naturalWidth=e.boxBounds.width,t.__naturalHeight=e.boxBounds.height},__updateStrokeBounds(){Yr(this.__layout.strokeBounds,this.__layout.boxBounds,this.__layout.strokeSpread)},__updateRenderBounds(){const{renderSpread:t,strokeBounds:e,renderBounds:s}=this.__layout;t>0?Yr(s,e,t):Xr(s,e)}},Ur={__render(t,e){if(this.__worldOpacity)if(t.setWorld(this.__nowWorld=this.__getNowWorld(e)),t.opacity=this.__.opacity,this.__.__single){const s=t.getSameCanvas(!0,!0);this.__draw(s,e),this.__worldFlipped?t.copyWorldByReset(s,this.__nowWorld,null,this.__.__blendMode,!0):t.copyWorldToInner(s,this.__nowWorld,this.__layout.renderBounds,this.__.__blendMode),s.recycle(this.__nowWorld)}else this.__draw(t,e)},__clip(t,e){this.__worldOpacity&&(t.setWorld(this.__nowWorld=this.__getNowWorld(e)),this.__drawRenderPath(t),this.__.windingRule?t.clip(this.__.windingRule):t.clip())},__updateWorldOpacity(){this.__worldOpacity=this.__.visible?this.parent?this.parent.__worldOpacity*this.__.opacity:this.__.opacity:0,this.__layout.opacityChanged&&(this.__layout.opacityChanged=!1)}},{excludeRenderBounds:Vr}=er,Gr={__updateChange(){const{__layout:t}=this;t.childrenSortChanged&&(this.__updateSortChildren(),t.childrenSortChanged=!1),this.__.__checkSingle()},__render(t,e){if(this.__worldOpacity)if(this.__.__single){const s=t.getSameCanvas(!1,!0);this.__renderBranch(s,e);const i=this.__getNowWorld(e);t.opacity=this.__.opacity,t.copyWorldByReset(s,i,i,this.__.__blendMode,!0),s.recycle(i)}else this.__renderBranch(t,e)},__renderBranch(t,e){if(this.__hasMask)this.__renderMask(t,e);else{const{children:s}=this;for(let i=0,o=s.length;i<o;i++)Vr(s[i],e)||s[i].__render(t,e)}},__clip(t,e){if(this.__worldOpacity){const{children:s}=this;for(let i=0,o=s.length;i<o;i++)Vr(s[i],e)||s[i].__clip(t,e)}}},{LEAF:qr,create:Kr}=o,{toInnerPoint:$r,toOuterPoint:Jr,multiplyParent:Qr}=x,{toOuterOf:Zr}=st,{tempToOuterOf:tn,copy:en}=O,{moveLocal:sn,zoomOfLocal:on,rotateOfLocal:rn,skewOfLocal:nn,moveWorld:an,zoomOfWorld:hn,rotateOfWorld:ln,skewOfWorld:dn,transform:cn,transformWorld:un,setTransform:_n,getRelativeWorld:pn,drop:gn}=Go;let fn=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 Pt}get __LayoutProcessor(){return ur}get isLeafer(){return!1}get isBranch(){return!1}get isBranchLeaf(){return!1}get __localMatrix(){return this.__local||this.__layout}get __localBoxBounds(){return this.__local||this.__layout}get worldTransform(){return this.__layout.getTransform("world")}get localTransform(){return this.__layout.getTransform("local")}get boxBounds(){return this.getBounds("box","inner")}get renderBounds(){return this.getBounds("render","inner")}get worldBoxBounds(){return this.getBounds("box")}get worldStrokeBounds(){return this.getBounds("stroke")}get worldRenderBounds(){return this.getBounds("render")}get worldOpacity(){return this.__layout.update(),this.__worldOpacity}get __worldFlipped(){return this.__world.scaleX<0||this.__world.scaleY<0}get __onlyHitMask(){return this.__hasMask&&!this.__.hitChildren}get __ignoreHitWorld(){return(this.__hasMask||this.__hasEraser)&&this.__.hitChildren}get pathInputed(){return!!this.__.__pathInputed}constructor(t){this.innerId=Kr(qr),this.reset(t)}reset(t){this.__world={a:1,b:0,c:0,d:1,e:0,f:0,x:0,y:0,width:0,height:0,scaleX:1,scaleY:1},null!==t&&(this.__local={a:1,b:0,c:0,d:1,e:0,f:0,x:0,y:0,width:0,height:0}),this.__worldOpacity=1,this.__=new this.__DataProcessor(this),this.__layout=new this.__LayoutProcessor(this),this.__level&&this.resetCustom(),t&&(t.__&&(t=t.toJSON()),t.children?this.set(t):Object.assign(this,t))}resetCustom(){this.__hasMask=this.__hasEraser=null,this.forceUpdate()}waitParent(t,e){e&&(t=t.bind(e)),this.parent?t():this.__parentWait?this.__parentWait.push(t):this.__parentWait=[t]}waitLeafer(t,e){e&&(t=t.bind(e)),this.leafer?t():this.__leaferWait?this.__leaferWait.push(t):this.__leaferWait=[t]}nextRender(t,e,s){this.leafer?this.leafer.nextRender(t,e,s):this.waitLeafer((()=>this.leafer.nextRender(t,e,s)))}removeNextRender(t){this.nextRender(t,null,"off")}__bindLeafer(t){if(this.isLeafer&&null!==t&&(t=this),this.leafer&&!t&&this.leafer.leafs--,this.leafer=t,t&&(t.leafs++,this.__level=this.parent?this.parent.__level+1:1,this.__leaferWait&&ar.run(this.__leaferWait)),this.isBranch){const{children:e}=this;for(let s=0,i=e.length;s<i;s++)e[s].__bindLeafer(t)}}set(t){}get(t){}toJSON(){return this.__.__getInputData()}toString(){return JSON.stringify(this.toJSON())}__setAttr(t,e){return!0}__getAttr(t){}setProxyAttr(t,e){}getProxyAttr(t){}find(t,e){}findOne(t,e){}focus(t){}forceUpdate(t){void 0===t?t="width":"surface"===t&&(t="blendMode");const e=this.__.__getInput(t);this.__[t]=void 0===e?null:void 0,this[t]=e}updateLayout(){this.__layout.update()}__updateWorldMatrix(){}__updateLocalMatrix(){}__updateWorldBounds(){}__updateLocalBounds(){}__updateLocalBoxBounds(){}__updateLocalStrokeBounds(){}__updateLocalRenderBounds(){}__updateBoxBounds(){}__updateStrokeBounds(){}__updateRenderBounds(){}__updateAutoLayout(){}__updateNaturalSize(){}__updateStrokeSpread(){return 0}__updateRenderSpread(){return 0}__onUpdateSize(){}__updateEraser(t){this.__hasEraser=!!t||this.children.some((t=>t.__.eraser))}__updateMask(t){this.__hasMask=!!t||this.children.some((t=>t.__.mask))}__renderMask(t,e){}__getNowWorld(t){if(t.matrix){this.__cameraWorld||(this.__cameraWorld={});const e=this.__cameraWorld;return Qr(this.__world,t.matrix,e,void 0,this.__world),Zr(this.__layout.renderBounds,e,e),e}return this.__world}getWorld(t){return this.__layout.update(),"x"===t?this.__world.e:"y"===t?this.__world.f:this.getLayoutBounds()[t]}getTransform(t){return this.__layout.getTransform(t||"local")}getBounds(t,e){return this.__layout.getBounds(t,e)}getLayoutBounds(t,e,s){return this.__layout.getLayoutBounds(t,e,s)}getLayoutPoints(t,e){return this.__layout.getLayoutPoints(t,e)}getWorldBounds(t,e,s){const i=e?pn(this,e):this.worldTransform,o=s?t:{};return Zr(t,i,o),o}worldToLocal(t,e,s,i){this.parent?this.parent.worldToInner(t,e,s,i):e&&en(e,t)}localToWorld(t,e,s,i){this.parent?this.parent.innerToWorld(t,e,s,i):e&&en(e,t)}worldToInner(t,e,s,i){i&&(i.innerToWorld(t,e,s),t=e||t),$r(this.worldTransform,t,e,s)}innerToWorld(t,e,s,i){Jr(this.worldTransform,t,e,s),i&&i.worldToInner(e||t,null,s)}getInnerPoint(t,e,s,i){const o=i?t:{};return this.worldToInner(t,o,s,e),o}getInnerPointByLocal(t,e,s,i){return this.getInnerPoint(t,this.parent,s,i)}getLocalPoint(t,e,s,i){const o=i?t:{};return this.worldToLocal(t,o,s,e),o}getLocalPointByInner(t,e,s,i){return this.getWorldPoint(t,this.parent,s,i)}getWorldPoint(t,e,s,i){const o=i?t:{};return this.innerToWorld(t,o,s,e),o}getWorldPointByLocal(t,e,s,i){const o=i?t:{};return this.localToWorld(t,o,s,e),o}getPagePoint(t,e,s,i){return(this.leafer?this.leafer.zoomLayer:this).getInnerPoint(t,e,s,i)}getWorldPointByPage(t,e,s,i){return(this.leafer?this.leafer.zoomLayer:this).getWorldPoint(t,e,s,i)}setTransform(t,e){_n(this,t,e)}transform(t,e){cn(this,t,e)}move(t,e){sn(this,t,e)}scaleOf(t,e,s,i){on(this,tn(t,this.localTransform),e,s,i)}rotateOf(t,e){rn(this,tn(t,this.localTransform),e)}skewOf(t,e,s,i){nn(this,tn(t,this.localTransform),e,s,i)}transformWorld(t,e){un(this,t,e)}moveWorld(t,e){an(this,t,e)}scaleOfWorld(t,e,s,i){hn(this,t,e,s,i)}rotateOfWorld(t,e){ln(this,t,e)}skewOfWorld(t,e,s,i){dn(this,t,e,s,i)}scaleResize(t,e=t,s){this.scaleX*=t,this.scaleY*=e}__scaleResize(t,e){}__hitWorld(t){return!0}__hit(t){return!0}__hitFill(t){return!0}__hitStroke(t,e){return!0}__hitPixel(t){return!0}__drawHitPath(t){}__updateHitCanvas(){}__render(t,e){}__drawFast(t,e){}__draw(t,e){}__clip(t,e){}__renderShape(t,e,s,i){}__updateWorldOpacity(){}__updateChange(){}__drawPath(t){}__drawRenderPath(t){}__updatePath(){}__updateRenderPath(){}__updateSortChildren(){}add(t,e){}remove(t,e){this.parent&&this.parent.remove(this,e)}dropTo(t,e,s){gn(this,t,e,s)}on(t,e,s){}off(t,e,s){}on_(t,e,s,i){}off_(t){}once(t,e,s){}emit(t,e,s){}emitEvent(t,e){}hasEvent(t,e){return!1}static changeAttr(t,e){Lo(this.prototype,t,e)}static addAttr(t,e,s){s||(s=mo),s(e)(this.prototype,t)}destroy(){if(!this.destroyed){const{parent:t}=this;t&&this.remove(),this.children&&this.removeAll(!0),this.hasEvent(yr.DESTROY)&&this.emitEvent(new yr(yr.DESTROY,this,t)),this.__.destroy(),this.__layout.destroy(),this.__captureMap=this.__bubbleMap=this.__parentWait=this.__leaferWait=null,this.destroyed=!0}}};fn=Ot([Wo(Sr),Wo(Ir),Wo(Hr),Wo(pr),Wo(Ur)],fn);const{setListWithFn:yn}=st,{sort:mn}=ir,{localBoxBounds:wn,localStrokeBounds:vn,localRenderBounds:xn,maskLocalBoxBounds:bn,maskLocalStrokeBounds:Bn,maskLocalRenderBounds:kn}=er;let Rn=class extends fn{__updateStrokeSpread(){const{children:t}=this;for(let e=0,s=t.length;e<s;e++)if(t[e].__layout.strokeSpread)return 1;return 0}__updateRenderSpread(){const{children:t}=this;for(let e=0,s=t.length;e<s;e++)if(t[e].__layout.renderSpread)return 1;return 0}__updateBoxBounds(){yn(this.__layout.boxBounds,this.children,this.__hasMask?bn:wn)}__updateStrokeBounds(){yn(this.__layout.strokeBounds,this.children,this.__hasMask?Bn:vn)}__updateRenderBounds(){yn(this.__layout.renderBounds,this.children,this.__hasMask?kn:xn)}__updateSortChildren(){let t;const{children:e}=this;if(e.length>1){for(let s=0,i=e.length;s<i;s++)e[s].__tempNumber=s,e[s].__.zIndex&&(t=!0);e.sort(mn),this.__layout.affectChildrenSort=t}}add(t,e){t!==this&&(t.parent&&t.parent.remove(t),t.parent=this,void 0===e?this.children.push(t):this.children.splice(e,0,t),t.isBranch&&(this.__.__childBranchNumber=(this.__.__childBranchNumber||0)+1),t.__layout.boxChanged||t.__layout.boxChange(),t.__layout.matrixChanged||t.__layout.matrixChange(),t.__parentWait&&ar.run(t.__parentWait),this.leafer&&(t.__bindLeafer(this.leafer),this.leafer.created&&this.__emitChildEvent(yr.ADD,t)),this.__layout.affectChildrenSort&&this.__layout.childrenSortChange())}addMany(...t){t.forEach((t=>this.add(t)))}remove(t,e){if(t){const s=this.children.indexOf(t);s>-1&&(this.children.splice(s,1),t.isBranch&&(this.__.__childBranchNumber=(this.__.__childBranchNumber||1)-1),this.__preRemove(),this.__realRemoveChild(t),e&&t.destroy())}else void 0===t&&super.remove(null,e)}removeAll(t){const{children:e}=this;e.length&&(this.children=[],this.__preRemove(),this.__.__childBranchNumber=0,e.forEach((e=>{this.__realRemoveChild(e),t&&e.destroy()})))}clear(){this.removeAll(!0)}__preRemove(){this.__hasMask&&this.__updateMask(),this.__hasEraser&&this.__updateEraser(),this.__layout.boxChange(),this.__layout.affectChildrenSort&&this.__layout.childrenSortChange()}__realRemoveChild(t){t.parent=null,this.leafer&&(t.__bindLeafer(null),this.leafer.created&&(this.__emitChildEvent(yr.REMOVE,t),this.leafer.hitCanvasManager&&this.leafer.hitCanvasManager.clear()))}__emitChildEvent(t,e){const s=new yr(t,e,this);e.hasEvent(t)&&e.emitEvent(s),this.hasEvent(t)&&!this.isLeafer&&this.emitEvent(s),this.leafer.emitEvent(s)}};Rn=Ot([Wo(Gr)],Rn);class Cn{get length(){return this.list.length}constructor(t){this.reset(),t&&(t instanceof Array?this.addList(t):this.add(t))}has(t){return t&&void 0!==this.keys[t.innerId]}indexAt(t){return this.list[t]}indexOf(t){const e=this.keys[t.innerId];return void 0===e?-1:e}add(t){const{list:e,keys:s}=this;void 0===s[t.innerId]&&(e.push(t),s[t.innerId]=e.length-1)}addAt(t,e=0){const{keys:s}=this;if(void 0===s[t.innerId]){const{list:i}=this;for(let t=e,o=i.length;t<o;t++)s[i[t].innerId]++;0===e?i.unshift(t):(e>i.length&&(e=i.length),i.splice(e,0,t)),s[t.innerId]=e}}addList(t){for(let e=0;e<t.length;e++)this.add(t[e])}remove(t){const{list:e}=this;let s;for(let i=0,o=e.length;i<o;i++)void 0!==s?this.keys[e[i].innerId]=i-1:e[i].innerId===t.innerId&&(s=i,delete this.keys[t.innerId]);void 0!==s&&e.splice(s,1)}sort(t){const{list:e}=this;t?e.sort(((t,e)=>e.__level-t.__level)):e.sort(((t,e)=>t.__level-e.__level))}forEach(t){this.list.forEach(t)}clone(){const t=new Cn;return t.list=[...this.list],t.keys=Object.assign({},this.keys),t}update(){this.keys={};const{list:t,keys:e}=this;for(let s=0,i=t.length;s<i;s++)e[t[s].innerId]=s}reset(){this.list=[],this.keys={}}destroy(){this.reset()}}class Tn{get length(){return this._length}constructor(t){this._length=0,this.reset(),t&&(t instanceof Array?this.addList(t):this.add(t))}has(t){return void 0!==this.keys[t.innerId]}without(t){return void 0===this.keys[t.innerId]}sort(t){const{levels:e}=this;t?e.sort(((t,e)=>e-t)):e.sort(((t,e)=>t-e))}addList(t){t.forEach((t=>{this.add(t)}))}add(t){const{keys:e,levelMap:s}=this;e[t.innerId]||(e[t.innerId]=1,s[t.__level]?s[t.__level].push(t):(s[t.__level]=[t],this.levels.push(t.__level)),this._length++)}forEach(t){let e;this.levels.forEach((s=>{e=this.levelMap[s];for(let s=0,i=e.length;s<i;s++)t(e[s])}))}reset(){this.levelMap={},this.keys={},this.levels=[],this._length=0}destroy(){this.levelMap=null}}function Sn(t,e,s,i){var o,r=arguments.length,n=r<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,s):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(t,e,s,i);else for(var a=t.length-1;a>=0;a--)(o=t[a])&&(n=(r<3?o(n):r>3?o(e,s,n):o(e,s))||n);return r>3&&n&&Object.defineProperty(e,s,n),n}"function"==typeof SuppressedError&&SuppressedError;const Ln={},Pn={},En={},On={},An={},Mn={},In={},Wn={},Dn={};function Fn(t){return _o(t,(t=>({set(e){this.__setAttr(t,e),this.waitLeafer((()=>{Dn.setStyle&&Dn.setStyle(this,t+"Style",e)}))}})))}function Nn(t){return _o(t,(t=>({set(e){this.__setAttr(t,e);const s=this.__;s.__useArrow="none"!==s.startArrow||"none"!==s.endArrow,bo(this)}})))}function zn(t){return _o(t,(t=>({set(e){this.__setAttr(t,e),e&&(this.__.__useEffect=!0),this.__layout.renderChanged||this.__layout.renderChange()}})))}function Yn(t){return _o(t,(t=>({set(e){this.__setAttr(t,e),this.__layout.boxChanged||this.__layout.boxChange(),this.__updateSize()}})))}const{parse:Xn}=ls,jn={},Hn=gt.get("UIData");class Un extends Pt{get __strokeWidth(){const{strokeWidth:t,strokeWidthFixed:e}=this;if(e){const e=this.__leaf;let{scaleX:s}=e.__nowWorld||e.__world;return s<0&&(s=-s),s>1?t/s:t}return t}get __autoWidth(){return!this._width}get __autoHeight(){return!this._height}get __autoSide(){return!this._width||!this._height}get __autoSize(){return!this._width&&!this._height}setVisible(t){this.__leaf.leafer&&(this.__leaf.leafer.watcher.hasVisible=!0),this._visible=t}setWidth(t){t<0?(this._width=-t,this.__leaf.scaleX*=-1,Hn.warn("width < 0, instead -scaleX ",this)):this._width=t}setHeight(t){t<0?(this._height=-t,this.__leaf.scaleY*=-1,Hn.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=jn)):(this.__isFills&&(this.__removeInput("fill"),An.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=jn)):(this.__isStrokes&&(this.__removeInput("stroke"),An.recycleImage("stroke",this),this.__isStrokes=!1,this.__pixelStroke&&(this.__pixelStroke=!1)),this._stroke=t)}setPath(t){"string"==typeof t?(this.__setInput("path",t),this._path=Xn(t)):(this.__input&&this.__removeInput("path"),this._path=t)}setShadow(t){this.__setInput("shadow",t),t instanceof Array?(t.some((t=>!1===t.visible))&&(t=t.filter((t=>!1!==t.visible))),this._shadow=t.length?t:null):this._shadow=t?!1===t.visible?null:[t]:null}setInnerShadow(t){this.__setInput("innerShadow",t),t instanceof Array?(t.some((t=>!1===t.visible))&&(t=t.filter((t=>!1!==t.visible))),this._innerShadow=t.length?t:null):this._innerShadow=t?!1===t.visible?null:[t]:null}__computePaint(){const{fill:t,stroke:e}=this.__input;t&&On.compute("fill",this.__leaf),e&&On.compute("stroke",this.__leaf),this.__needComputePaint=!1}}const Vn={number:(t,e)=>"object"==typeof t?"percent"===t.type?t.value/100*e:t.value:t};class Gn extends Un{}class qn extends Gn{get __boxStroke(){return!0}}class Kn extends Un{get __boxStroke(){return!0}}const $n={thin:100,"extra-light":200,light:300,normal:400,medium:500,"semi-bold":600,bold:700,"extra-bold":800,black:900};const Jn={__updateStrokeSpread(){let t=0,e=0;const{stroke:s,hitStroke:i,strokeAlign:o,strokeWidth:r}=this.__;if((s||"all"===i)&&r&&"inside"!==o&&(e=t="center"===o?r/2:r,!this.__.__boxStroke)){const{miterLimit:e,strokeCap:s}=this.__,i="Line"!==this.__tag?1/Math.sin(e*d/2)*Math.sqrt(r)-t:0,o="none"===s?0:r;t+=Math.max(i,o)}return this.__layout.strokeBoxSpread=e,this.__.__useArrow&&(t+=5*r),t},__updateRenderSpread(){let t=0;const{shadow:e,innerShadow:s,blur:i,backgroundBlur:o}=this.__;e&&e.forEach((e=>{t=Math.max(t,Math.max(Math.abs(e.y),Math.abs(e.x))+(e.spread>0?e.spread:0)+1.5*e.blur)})),i&&(t=Math.max(t,i));let r=t=Math.ceil(t);return s&&s.forEach((t=>{r=Math.max(r,Math.max(Math.abs(t.y),Math.abs(t.x))+(t.spread<0?-t.spread:0)+1.5*t.blur)})),o&&(r=Math.max(r,o)),this.__layout.renderShapeSpread=r,t}},Qn={__updateChange(){const t=this.__;if(t.__useEffect){const{shadow:e,innerShadow:s,blur:i,backgroundBlur:o}=this.__;t.__useEffect=!!(e||s||i||o)}t.__checkSingle();t.__isFills||t.__isStrokes||t.cornerRadius||t.__useEffect?t.__complex=!0:t.__complex&&(t.__complex=!1)},__drawFast(t,e){Zn(this,t,e)},__draw(t,e){const s=this.__;if(s.__complex){s.__needComputePaint&&s.__computePaint();const{fill:i,stroke:o,__drawAfterFill:r}=s;if(this.__drawRenderPath(t),s.__useEffect){const n=On.shape(this,t,e);this.__nowWorld=this.__getNowWorld(e);const{shadow:a,innerShadow:h}=s;a&&In.shadow(this,t,n),i&&(s.__isFills?On.fills(i,this,t):On.fill(i,this,t)),r&&this.__drawAfterFill(t,e),h&&In.innerShadow(this,t,n),o&&(s.__isStrokes?On.strokes(o,this,t):On.stroke(o,this,t)),n.worldCanvas&&n.worldCanvas.recycle(),n.canvas.recycle()}else i&&(s.__isFills?On.fills(i,this,t):On.fill(i,this,t)),r&&this.__drawAfterFill(t,e),o&&(s.__isStrokes?On.strokes(o,this,t):On.stroke(o,this,t))}else s.__pathInputed?Zn(this,t,e):this.__drawFast(t,e)},__renderShape(t,e,s,i){if(this.__worldOpacity){t.setWorld(this.__nowWorld=this.__getNowWorld(e));const{fill:o,stroke:r}=this.__;this.__drawRenderPath(t),o&&!s&&(this.__.__pixelFill?On.fills(o,this,t):On.fill("#000000",this,t)),r&&!i&&(this.__.__pixelStroke?On.strokes(r,this,t):On.stroke("#000000",this,t))}}};function Zn(t,e,s){const{fill:i,stroke:o,__drawAfterFill:r}=t.__;t.__drawRenderPath(e),i&&On.fill(i,t,e),r&&t.__drawAfterFill(e,s),o&&On.stroke(o,t,e)}const ta={__drawFast(t,e){const{width:s,height:i,fill:o,stroke:r,__drawAfterFill:n}=this.__;if(o&&(t.fillStyle=o,t.fillRect(0,0,s,i)),n&&this.__drawAfterFill(t,e),r){const{strokeAlign:e,__strokeWidth:o}=this.__;if(!o)return;t.setStroke(r,o,this.__);const n=o/2;switch(e){case"center":t.strokeRect(0,0,s,i);break;case"inside":t.strokeRect(n,n,s-o,i-o);break;case"outside":t.strokeRect(-n,-n,s+o,i+o)}}}};var ea;let sa=ea=class extends fn{get app(){return this.leafer&&this.leafer.app}get isFrame(){return!1}set scale(t){"number"==typeof t?this.scaleX=this.scaleY=t:(this.scaleX=t.x,this.scaleY=t.y)}get scale(){const{scaleX:t,scaleY:e}=this;return t!==e?{x:t,y:e}:t}get pen(){return Ji.set(this.path=this.__.path||[]),Ji}get editConfig(){}get editOuter(){return"EditTool"}get editInner(){return"PathEditor"}constructor(t){super(t)}reset(t){}set(t){Object.assign(this,t)}get(t){return"string"==typeof t?this.__.__getInput(t):this.__.__getInputData(t)}createProxyData(){}find(t,e){}findOne(t,e){}getPath(t,e){this.__layout.update();let s=e?this.__.__pathForRender:this.__.path;if(!s){const{width:t,height:e}=this.boxBounds;(t||e)&&(Ji.set(s=[]),this.__drawPathByBox(Ji))}return t?ls.toCanvasData(s,!0):s}getPathString(t,e){return ls.stringify(this.getPath(t,e))}__onUpdateSize(){if(this.__.__input){const t=this.__;t.lazy&&this.leafer&&this.leafer.created&&!this.leafer.lazyBounds.hit(this.__world)?t.__needComputePaint=!0:t.__computePaint()}}__updateRenderPath(){if(this.__.path){const t=this.__;t.__pathForRender=t.cornerRadius?$i.smooth(t.path,t.cornerRadius,t.cornerSmoothing):t.path,t.__useArrow&&En.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?di.drawPathByData(t,e):this.__drawPathByBox(t)}__drawPathByBox(t){const{x:e,y:s,width:i,height:o}=this.__layout.boxBounds;if(this.__.cornerRadius){const{cornerRadius:r}=this.__;t.roundRect(e,s,i,o,"number"==typeof r?[r]:r)}else t.rect(e,s,i,o)}export(t,e){return Wn.export(this,t,e)}clone(){return ea.one(this.toJSON())}static one(t,e,s,i,o){return bt.get(t.tag||this.prototype.__tag,t,e,s,i,o)}static registerUI(){Do()(this)}static registerData(t){So(t)(this.prototype)}static setEditConfig(t){}static setEditOuter(t){}static setEditInner(t){}destroy(){this.fill=this.stroke=null,super.destroy()}};var ia;Sn([So(Un)],sa.prototype,"__",void 0),Sn([(t,e)=>{const s="_"+e;co(t,e,{set(t){this.isLeafer&&(this[s]=t)},get(){return this.isApp?this.tree.zoomLayer:this.isLeafer?this[s]||this:this.leafer&&this.leafer.zoomLayer}})}],sa.prototype,"zoomLayer",void 0),Sn([po("")],sa.prototype,"id",void 0),Sn([po("")],sa.prototype,"name",void 0),Sn([po("")],sa.prototype,"className",void 0),Sn([Ro("pass-through")],sa.prototype,"blendMode",void 0),Sn([Co(1)],sa.prototype,"opacity",void 0),Sn([Co(!0)],sa.prototype,"visible",void 0),Sn([Fn(!1)],sa.prototype,"selected",void 0),Sn([Fn(!1)],sa.prototype,"disabled",void 0),Sn([po(!1)],sa.prototype,"locked",void 0),Sn([(ia=0,_o(ia,(t=>({set(e){this.__setAttr(t,e),this.__layout.surfaceChanged||this.__layout.surfaceChange(),this.waitParent((()=>{this.parent.__layout.childrenSortChange()}))}}))))],sa.prototype,"zIndex",void 0),Sn([function(t){return _o(t,(t=>({set(e){this.__setAttr(t,e),this.__layout.boxChanged||this.__layout.boxChange(),this.waitParent((()=>{this.parent.__updateMask(e)}))}})))}(!1)],sa.prototype,"mask",void 0),Sn([Ro("pixel")],sa.prototype,"maskType",void 0),Sn([function(t){return _o(t,(t=>({set(e){this.__setAttr(t,e),this.waitParent((()=>{this.parent.__updateEraser(e)}))}})))}(!1)],sa.prototype,"eraser",void 0),Sn([go(0,!0)],sa.prototype,"x",void 0),Sn([go(0,!0)],sa.prototype,"y",void 0),Sn([mo(100,!0)],sa.prototype,"width",void 0),Sn([mo(100,!0)],sa.prototype,"height",void 0),Sn([fo(1,!0)],sa.prototype,"scaleX",void 0),Sn([fo(1,!0)],sa.prototype,"scaleY",void 0),Sn([yo(0,!0)],sa.prototype,"rotation",void 0),Sn([yo(0,!0)],sa.prototype,"skewX",void 0),Sn([yo(0,!0)],sa.prototype,"skewY",void 0),Sn([function(t){return _o(t,(t=>({set(e){this.__setAttr(t,e),this.__layout.matrixChanged||this.__layout.matrixChange(),this.__hasAutoLayout=!!e,this.__local||this.__layout.createLocal()}})))}()],sa.prototype,"around",void 0),Sn([po(!1)],sa.prototype,"draggable",void 0),Sn([po()],sa.prototype,"dragBounds",void 0),Sn([po(!1)],sa.prototype,"editable",void 0),Sn([po("size")],sa.prototype,"editSize",void 0),Sn([To(!0)],sa.prototype,"hittable",void 0),Sn([To("path")],sa.prototype,"hitFill",void 0),Sn([Bo("path")],sa.prototype,"hitStroke",void 0),Sn([To(!1)],sa.prototype,"hitBox",void 0),Sn([To(!0)],sa.prototype,"hitChildren",void 0),Sn([To(!0)],sa.prototype,"hitSelf",void 0),Sn([To()],sa.prototype,"hitRadius",void 0),Sn([function(t){return _o(t,(t=>({set(e){this.__setAttr(t,e),this.leafer&&this.leafer.updateCursor()}})))}("")],sa.prototype,"cursor",void 0),Sn([Ro()],sa.prototype,"fill",void 0),Sn([Bo()],sa.prototype,"stroke",void 0),Sn([Bo("inside")],sa.prototype,"strokeAlign",void 0),Sn([Bo(1)],sa.prototype,"strokeWidth",void 0),Sn([Bo(!1)],sa.prototype,"strokeWidthFixed",void 0),Sn([Bo("none")],sa.prototype,"strokeCap",void 0),Sn([Bo("miter")],sa.prototype,"strokeJoin",void 0),Sn([Bo()],sa.prototype,"dashPattern",void 0),Sn([Bo()],sa.prototype,"dashOffset",void 0),Sn([Bo(10)],sa.prototype,"miterLimit",void 0),Sn([po(!1)],sa.prototype,"lazy",void 0),Sn([function(t){return _o(t,(t=>({set(e){this.__setAttr(t,e),wo(this),this.__.__removeNaturalSize()}})))}(1)],sa.prototype,"pixelRatio",void 0),Sn([function(t){return _o(t,(t=>({set(e){2!==this.__.__pathInputed&&(this.__.__pathInputed=e?1:0),this.__setAttr(t,e),wo(this)}})))}()],sa.prototype,"path",void 0),Sn([vo()],sa.prototype,"windingRule",void 0),Sn([vo(!0)],sa.prototype,"closed",void 0),Sn([Nn("none")],sa.prototype,"startArrow",void 0),Sn([Nn("none")],sa.prototype,"endArrow",void 0),Sn([vo(0)],sa.prototype,"cornerRadius",void 0),Sn([vo()],sa.prototype,"cornerSmoothing",void 0),Sn([zn()],sa.prototype,"shadow",void 0),Sn([zn()],sa.prototype,"innerShadow",void 0),Sn([zn()],sa.prototype,"blur",void 0),Sn([zn()],sa.prototype,"backgroundBlur",void 0),Sn([zn()],sa.prototype,"grayscale",void 0),Sn([po()],sa.prototype,"normalStyle",void 0),Sn([po()],sa.prototype,"hoverStyle",void 0),Sn([po()],sa.prototype,"pressStyle",void 0),Sn([po()],sa.prototype,"focusStyle",void 0),Sn([po()],sa.prototype,"selectedStyle",void 0),Sn([po()],sa.prototype,"disabledStyle",void 0),Sn([Ao(fn.prototype.reset)],sa.prototype,"reset",null),sa=ea=Sn([Wo(Jn),Wo(Qn),Mo()],sa);let oa=class extends sa{get __tag(){return"Group"}get isBranch(){return!0}constructor(t){super(t)}reset(t){this.__setBranch(),super.reset(t)}__setBranch(){this.children||(this.children=[])}set(t){if(t.children){const{children:e}=t;let s;delete t.children,this.children?this.clear():this.__setBranch(),super.set(t),e.forEach((t=>{s=t.__?t:bt.get(t.tag,t),this.add(s)})),t.children=e}else super.set(t)}toJSON(){const t=super.toJSON();return t.children=this.children.map((t=>t.toJSON())),t}pick(t,e){}addAt(t,e){this.add(t,e)}addAfter(t,e){this.add(t,this.children.indexOf(e)+1)}addBefore(t,e){this.add(t,this.children.indexOf(e))}add(t,e){}addMany(...t){}remove(t,e){}removeAll(t){}clear(){}};var ra;Sn([So(Gn)],oa.prototype,"__",void 0),oa=Sn([Wo(Rn),Do()],oa);const na=gt.get("Leafer");let aa=ra=class extends oa{get __tag(){return"Leafer"}get isApp(){return!1}get app(){return this.parent||this}get isLeafer(){return!0}get imageReady(){return this.viewReady&&ro.isComplete}get layoutLocked(){return!this.layouter.running}get FPS(){return this.renderer?this.renderer.FPS:60}get cursorPoint(){return this.interaction&&this.interaction.hoverData||{x:this.width/2,y:this.height/2}}constructor(t,e){super(e),this.config={type:"design",start:!0,hittable:!0,smooth:!0,lazySpeard:100,zoom:{min:.01,max:256},move:{holdSpaceKey:!0,holdMiddleKey:!0,autoDistance:2}},this.leafs=0,this.__eventIds=[],this.__controllers=[],this.__readyWait=[],this.__viewReadyWait=[],this.__viewCompletedWait=[],this.__nextRenderWait=[],this.userConfig=t,t&&(t.view||t.width)&&this.init(t),ra.list.add(this)}init(t,e){if(this.canvas)return;let s;this.__setLeafer(this),t&&St.assign(this.config,t);const{config:o}=this;this.initType(o.type);const r=this.canvas=i.canvas(o);this.__controllers.push(this.renderer=i.renderer(this,r,o),this.watcher=i.watcher(this,o),this.layouter=i.layouter(this,o)),this.isApp&&this.__setApp(),this.__checkAutoLayout(o),this.view=r.view,e?(this.__bindApp(e),s=e.running):(this.selector=i.selector(this),this.interaction=i.interaction(this,r,this.selector,o),this.interaction&&(this.__controllers.unshift(this.interaction),this.hitCanvasManager=i.hitCanvasManager()),this.canvasManager=new Tt,s=o.start),this.hittable=o.hittable,this.fill=o.fill,this.canvasManager.add(r),this.__listenEvents(),s&&(this.__startTimer=setTimeout(this.start.bind(this))),ar.run(this.__initWait),this.onInit()}onInit(){}initType(t){}set(t){this.waitInit((()=>{super.set(t)}))}start(){clearTimeout(this.__startTimer),!this.running&&this.canvas&&(this.ready?this.emitLeafer(Rr.RESTART):this.emitLeafer(Rr.START),this.__controllers.forEach((t=>t.start())),this.isApp||this.renderer.render(),this.running=!0)}stop(){clearTimeout(this.__startTimer),this.running&&this.canvas&&(this.__controllers.forEach((t=>t.stop())),this.running=!1,this.emitLeafer(Rr.STOP))}unlockLayout(){this.layouter.start(),this.updateLayout()}lockLayout(){this.updateLayout(),this.layouter.stop()}resize(t){const e=St.copyAttrs({},t,Yt);Object.keys(e).forEach((t=>this[t]=e[t]))}forceFullRender(){this.forceRender()}forceRender(t){this.renderer.addBlock(t?new nt(t):this.canvas.bounds),this.viewReady&&this.renderer.update()}updateCursor(t){const e=this.interaction;e&&(t?e.setCursor(t):e.updateCursor())}updateLazyBounds(){this.lazyBounds=this.canvas.bounds.clone().spread(this.config.lazySpeard)}__doResize(t){const{canvas:e}=this;if(!e||e.isSameSize(t))return;const s=St.copyAttrs({},this.canvas,Yt);e.resize(t),this.updateLazyBounds(),this.__onResize(new vr(t,s))}__onResize(t){this.emitEvent(t),St.copyAttrs(this.__,t,Yt),setTimeout((()=>{this.canvasManager&&this.canvasManager.clearRecycled()}),0)}__setApp(){}__bindApp(t){this.selector=t.selector,this.interaction=t.interaction,this.canvasManager=t.canvasManager,this.hitCanvasManager=t.hitCanvasManager}__setLeafer(t){this.leafer=t,this.__level=1}__checkAutoLayout(t){t.width&&t.height||(this.autoLayout=new ht(t),this.canvas.startAutoLayout(this.autoLayout,this.__onResize.bind(this)))}__setAttr(t,e){return this.canvas&&(Yt.includes(t)?this.__changeCanvasSize(t,e):"fill"===t?this.__changeFill(e):"hittable"===t&&(this.canvas.hittable=e)),super.__setAttr(t,e)}__getAttr(t){return this.canvas&&Yt.includes(t)?this.canvas[t]:super.__getAttr(t)}__changeCanvasSize(t,e){const s=St.copyAttrs({},this.canvas,Yt);s[t]=this.config[t]=e,e&&this.canvas.stopAutoLayout(),this.__doResize(s)}__changeFill(t){this.config.fill=t,this.canvas.allowBackgroundColor?this.canvas.backgroundColor=t:this.forceFullRender()}__onCreated(){this.created=!0}__onReady(){this.ready||(this.ready=!0,this.emitLeafer(Rr.BEFORE_READY),this.emitLeafer(Rr.READY),this.emitLeafer(Rr.AFTER_READY),ar.run(this.__readyWait))}__onViewReady(){this.viewReady||(this.viewReady=!0,this.emitLeafer(Rr.VIEW_READY),ar.run(this.__viewReadyWait))}__onNextRender(){if(this.viewReady){ar.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(Rr.VIEW_COMPLETED),ar.run(this.__viewCompletedWait),this.viewCompleted=!0)}))}__onWatchData(){this.watcher.childrenChanged&&this.interaction&&this.nextRender((()=>this.interaction.updateCursor()))}waitInit(t,e){e&&(t=t.bind(e)),this.__initWait||(this.__initWait=[]),this.canvas?t():this.__initWait.push(t)}waitReady(t,e){e&&(t=t.bind(e)),this.ready?t():this.__readyWait.push(t)}waitViewReady(t,e){e&&(t=t.bind(e)),this.viewReady?t():this.__viewReadyWait.push(t)}waitViewCompleted(t,e){e&&(t=t.bind(e)),this.__viewCompletedWait.push(t),this.viewCompleted?this.__checkViewCompleted(!1):this.running||this.start()}nextRender(t,e,s){e&&(t=t.bind(e));const i=this.__nextRenderWait;if(s){for(let e=0;e<i.length;e++)if(i[e]===t){i.splice(e,1);break}}else i.push(t)}zoom(t,e,s){}getValidMove(t,e){return{x:t,y:e}}getValidScale(t){return t}__checkUpdateLayout(){this.__layout.update()}emitLeafer(t){this.emitEvent(new Rr(t,this))}__listenEvents(){const t=wt.start("FirstCreate "+this.innerName);this.once(Rr.START,(()=>wt.end(t))),this.once(br.START,(()=>this.updateLazyBounds())),this.once(br.END,(()=>this.__onReady())),this.once(kr.START,(()=>this.__onCreated())),this.once(kr.END,(()=>this.__onViewReady())),this.__eventIds.push(this.on_(xr.DATA,this.__onWatchData,this),this.on_(kr.NEXT,this.__onNextRender,this),this.on_(br.CHECK_UPDATE,this.__checkUpdateLayout,this))}__removeListenEvents(){this.off_(this.__eventIds),this.__eventIds.length=0}destroy(t){const e=()=>{if(!this.destroyed){ra.list.remove(this);try{this.stop(),this.emitEvent(new Rr(Rr.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((()=>{ro.clearRecycled()}),100)}catch(t){na.error(t)}}};t?e():setTimeout(e)}};aa.list=new Cn,Sn([So(class extends Gn{})],aa.prototype,"__",void 0),Sn([mo()],aa.prototype,"pixelRatio",void 0),aa=ra=Sn([Do()],aa);let ha=class extends sa{get __tag(){return"Rect"}constructor(t){super(t)}};Sn([So(Kn)],ha.prototype,"__",void 0),ha=Sn([Wo(ta),Mo(),Do()],ha);const la=ha.prototype,da=oa.prototype,ca={},{copy:ua,add:_a}=st;let pa=class extends oa{get __tag(){return"Box"}get isBranchLeaf(){return!0}constructor(t){super(t),this.__layout.renderChanged||this.__layout.renderChange()}__updateStrokeSpread(){return 0}__updateRectRenderSpread(){return 0}__updateRenderSpread(){const t=this.__updateRectRenderSpread(),e=this.__.__drawAfterFill="hide"===this.__.overflow;return t||e?t:-1}__updateRectBoxBounds(){}__updateBoxBounds(){const t=this.__;if(t.__autoSide&&this.children.length){if(this.leafer&&this.leafer.layouter.addExtra(this),super.__updateBoxBounds(),!t.__autoSize){const e=this.__layout.boxBounds;t.__autoWidth||(e.x=0,e.width=t.width),t.__autoHeight||(e.y=0,e.height=t.height)}}else this.__updateRectBoxBounds()}__updateStrokeBounds(){}__updateRenderBounds(){if(this.__updateRectRenderBounds(),!this.__.__drawAfterFill){const{renderBounds:t}=this.__layout;ua(ca,t),super.__updateRenderBounds(),_a(t,ca)}}__updateRectRenderBounds(){}__updateRectChange(){}__updateChange(){super.__updateChange(),this.__updateRectChange()}__renderRect(t,e){}__renderGroup(t,e){}__render(t,e){this.__.__drawAfterFill?this.__renderRect(t,e):(this.__renderRect(t,e),this.__renderGroup(t,e))}__drawAfterFill(t,e){t.save(),t.clip(),this.__renderGroup(t,e),t.restore(),this.__.stroke&&this.__drawRenderPath(t)}};Sn([So(qn)],pa.prototype,"__",void 0),Sn([ko("show")],pa.prototype,"overflow",void 0),Sn([Ao(la.__updateStrokeSpread)],pa.prototype,"__updateStrokeSpread",null),Sn([Ao(la.__updateRenderSpread)],pa.prototype,"__updateRectRenderSpread",null),Sn([Ao(la.__updateBoxBounds)],pa.prototype,"__updateRectBoxBounds",null),Sn([Ao(la.__updateStrokeBounds)],pa.prototype,"__updateStrokeBounds",null),Sn([Ao(la.__updateRenderBounds)],pa.prototype,"__updateRectRenderBounds",null),Sn([Ao(la.__updateChange)],pa.prototype,"__updateRectChange",null),Sn([Ao(la.__render)],pa.prototype,"__renderRect",null),Sn([Ao(da.__render)],pa.prototype,"__renderGroup",null),pa=Sn([Mo(),Do()],pa);let ga=class extends pa{get __tag(){return"Frame"}get isFrame(){return!0}constructor(t){super(t)}};Sn([So(class extends qn{})],ga.prototype,"__",void 0),Sn([Ro("#FFFFFF")],ga.prototype,"fill",void 0),Sn([ko("hide")],ga.prototype,"overflow",void 0),ga=Sn([Do()],ga);const{moveTo:fa,closePath:ya,ellipse:ma}=Os;let wa=class extends sa{get __tag(){return"Ellipse"}constructor(t){super(t)}__updatePath(){const{width:t,height:e,innerRadius:i,startAngle:o,endAngle:r}=this.__,n=t/2,a=e/2,h=this.__.path=[];i?(o||r?(i<1&&ma(h,n,a,n*i,a*i,0,o,r,!1),ma(h,n,a,n,a,0,r,o,!0),i<1&&ya(h)):(i<1&&(ma(h,n,a,n*i,a*i),fa(h,t,a)),ma(h,n,a,n,a,0,360,0,!0)),s.ellipseToCurve&&(this.__.path=this.getPath(!0))):o||r?(fa(h,n,a),ma(h,n,a,n,a,0,o,r,!1),ya(h)):ma(h,n,a,n,a)}};Sn([So(class extends Un{get __boxStroke(){return!0}})],wa.prototype,"__",void 0),Sn([vo(0)],wa.prototype,"innerRadius",void 0),Sn([vo(0)],wa.prototype,"startAngle",void 0),Sn([vo(0)],wa.prototype,"endAngle",void 0),wa=Sn([Do()],wa);const{moveTo:va,lineTo:xa,drawPoints:ba}=Os,{rotate:Ba,getAngle:ka,getDistance:Ra,defaultPoint:Ca}=O,{toBounds:Ta}=Xi;let Sa=class extends sa{get __tag(){return"Line"}get toPoint(){const{width:t,rotation:e}=this.__,s={x:0,y:0};return t&&(s.x=t),e&&Ba(s,e),s}set toPoint(t){this.width=Ra(Ca,t),this.rotation=ka(Ca,t),this.height&&(this.height=0)}constructor(t){super(t)}__updatePath(){const t=this.__.path=[];this.__.points?ba(t,this.__.points,this.__.closed):(va(t,0,0),xa(t,this.width,0))}__updateRenderPath(){const t=this.__;!this.pathInputed&&t.points&&t.curve?(ba(t.__pathForRender=[],t.points,t.curve,t.closed),t.__useArrow&&En.addArrows(this,!1)):super.__updateRenderPath()}__updateBoxBounds(){this.points?Ta(this.__.__pathForRender,this.__layout.boxBounds):super.__updateBoxBounds()}};Sn([So(class extends Un{})],Sa.prototype,"__",void 0),Sn([xo("center")],Sa.prototype,"strokeAlign",void 0),Sn([mo(0)],Sa.prototype,"height",void 0),Sn([vo()],Sa.prototype,"points",void 0),Sn([vo(0)],Sa.prototype,"curve",void 0),Sn([vo(!1)],Sa.prototype,"closed",void 0),Sa=Sn([Do()],Sa);const{sin:La,cos:Pa,PI:Ea}=Math,{moveTo:Oa,lineTo:Aa,closePath:Ma,drawPoints:Ia}=Os,Wa=Sa.prototype;let Da=class extends sa{get __tag(){return"Polygon"}constructor(t){super(t)}__updatePath(){const t=this.__.path=[];if(this.__.points)Ia(t,this.__.points,!1,!0);else{const{width:e,height:s,sides:i}=this.__,o=e/2,r=s/2;Oa(t,o,0);for(let e=1;e<i;e++)Aa(t,o+o*La(2*e*Ea/i),r-r*Pa(2*e*Ea/i))}Ma(t)}__updateRenderPath(){}__updateBoxBounds(){}};Sn([So(class extends Un{})],Da.prototype,"__",void 0),Sn([vo(3)],Da.prototype,"sides",void 0),Sn([vo()],Da.prototype,"points",void 0),Sn([vo(0)],Da.prototype,"curve",void 0),Sn([Ao(Wa.__updateRenderPath)],Da.prototype,"__updateRenderPath",null),Sn([Ao(Wa.__updateBoxBounds)],Da.prototype,"__updateBoxBounds",null),Da=Sn([Mo(),Do()],Da);const{sin:Fa,cos:Na,PI:za}=Math,{moveTo:Ya,lineTo:Xa,closePath:ja}=Os;let Ha=class extends sa{get __tag(){return"Star"}constructor(t){super(t)}__updatePath(){const{width:t,height:e,corners:s,innerRadius:i}=this.__,o=t/2,r=e/2,n=this.__.path=[];Ya(n,o,0);for(let t=1;t<2*s;t++)Xa(n,o+(t%2==0?o:o*i)*Fa(t*za/s),r-(t%2==0?r:r*i)*Na(t*za/s));ja(n)}};Sn([So(class extends Un{})],Ha.prototype,"__",void 0),Sn([vo(5)],Ha.prototype,"corners",void 0),Sn([vo(.382)],Ha.prototype,"innerRadius",void 0),Ha=Sn([Do()],Ha);let Ua=class extends ha{get __tag(){return"Image"}get ready(){return!!this.image&&this.image.ready}constructor(t){super(t),this.on(wr.LOADED,(t=>{"fill"===t.attrName&&t.attrValue.url===this.url&&(this.image=t.image)}))}destroy(){this.image=null,super.destroy()}};Sn([So(class extends Kn{setUrl(t){this.__setImageFill(t),this._url=t}__setImageFill(t){this.__leaf.image&&(this.__leaf.image=null),this.fill=t?{type:"image",mode:"strench",url:t}:void 0}__getData(){const t=super.__getData();return delete t.fill,t}__getInputData(){const t=super.__getInputData();return delete t.fill,t}})],Ua.prototype,"__",void 0),Sn([mo("")],Ua.prototype,"url",void 0),Ua=Sn([Do()],Ua);let Va=class extends ha{get __tag(){return"Canvas"}constructor(t){super(t),this.canvas=i.canvas(this.__),this.context=this.canvas.context,this.__.__drawAfterFill=!0}draw(t,e,s,i){t.__layout.update();const o=new F(t.__world).invert(),r=new F;e&&r.translate(e.x,e.y),s&&("number"==typeof s?r.scale(s):r.scale(s.x,s.y)),i&&r.rotate(i),o.multiplyParent(r),t.__render(this.canvas,{matrix:o.withScale()}),this.paint()}paint(){this.forceUpdate("fill")}__drawAfterFill(t,e){const s=this.canvas.view,{width:i,height:o}=this;this.__.cornerRadius?(t.save(),t.clip(),t.drawImage(this.canvas.view,0,0,s.width,s.height,0,0,i,o),t.restore()):t.drawImage(this.canvas.view,0,0,s.width,s.height,0,0,i,o)}__updateSize(){const{canvas:t}=this;if(t){const{smooth:e}=this.__;t.smooth!==e&&(t.smooth=e),t.resize(this.__)}}destroy(){this.canvas&&(this.canvas.destroy(),this.canvas=null,this.context=null),super.destroy()}};Sn([So(class extends Kn{})],Va.prototype,"__",void 0),Sn([Yn(100)],Va.prototype,"width",void 0),Sn([Yn(100)],Va.prototype,"height",void 0),Sn([Yn(s.devicePixelRatio)],Va.prototype,"pixelRatio",void 0),Sn([Yn(!0)],Va.prototype,"smooth",void 0),Sn([Yn()],Va.prototype,"contextSettings",void 0),Sn([To("all")],Va.prototype,"hitFill",void 0),Va=Sn([Do()],Va);const{copyAndSpread:Ga,includes:qa,spread:Ka,setList:$a}=st;let Ja=class extends sa{get __tag(){return"Text"}get editInner(){return"TextEditor"}get textDrawData(){return this.__layout.update(),this.__.__textDrawData}constructor(t){super(t)}__drawHitPath(t){const{__lineHeight:e,__baseLine:s,__textDrawData:i}=this.__;t.beginPath(),this.__.__letterSpacing<0?this.__drawPathByData(t):i.rows.forEach((i=>t.rect(i.x,i.y-s,i.width,e)))}__drawPathByData(t,e){const{x:s,y:i,width:o,height:r}=this.__layout.boxBounds;t.rect(s,i,o,r)}__drawRenderPath(t){t.font=this.__.__font}__updateTextDrawData(){const t=this.__;t.__textDrawData=Ln.getDrawData(t.text,this.__)}__updateBoxBounds(){const t=this.__,e=this.__layout,{lineHeight:s,letterSpacing:i,fontFamily:o,fontSize:r,fontWeight:n,italic:a,textCase:h,textOverflow:d,padding:c}=t,u=t.__autoWidth,_=t.__autoHeight;t.__lineHeight=Vn.number(s,r),t.__letterSpacing=Vn.number(i,r),t.__padding=c?l.fourNumber(c):void 0,t.__baseLine=t.__lineHeight-(t.__lineHeight-.7*r)/2,t.__font=`${a?"italic ":""}${"small-caps"===h?"small-caps ":""}${"normal"!==n?n+" ":""}${r}px ${o}`,t.__clipText="show"!==d&&!t.__autoSize,this.__updateTextDrawData();const{bounds:p}=t.__textDrawData,g=e.boxBounds;if(t.__lineHeight<r&&Ka(p,r/2),u||_){if(g.x=u?p.x:0,g.y=_?p.y:0,g.width=u?p.width:t.width,g.height=_?p.height:t.height,c){const[e,s,i,o]=t.__padding;u&&(g.x-=o,g.width+=s+o),_&&(g.y-=e,g.height+=i+e)}this.__updateNaturalSize()}else super.__updateBoxBounds();a&&(g.width+=.16*r);const f=qa(g,p)?g:p;f!==e.contentBounds?(e.contentBounds=f,e.renderChanged=!0,$a(t.__textBoxBounds={},[g,p])):t.__textBoxBounds=f}__updateRenderSpread(){let t=super.__updateRenderSpread();return t||(t=this.__layout.boxBounds===this.__layout.contentBounds?0:1),t}__updateRenderBounds(){Ga(this.__layout.renderBounds,this.__.__textBoxBounds,this.__layout.renderSpread)}};Sn([So(class extends Un{setFontWeight(t){"string"==typeof t?(this.__setInput("fontWeight",t),this._fontWeight=$n[t]||400):(this.__input&&this.__removeInput("fontWeight"),this._fontWeight=t)}})],Ja.prototype,"__",void 0),Sn([mo(0)],Ja.prototype,"width",void 0),Sn([mo(0)],Ja.prototype,"height",void 0),Sn([mo(0)],Ja.prototype,"padding",void 0),Sn([Ro("#000000")],Ja.prototype,"fill",void 0),Sn([xo("outside")],Ja.prototype,"strokeAlign",void 0),Sn([To("all")],Ja.prototype,"hitFill",void 0),Sn([mo("")],Ja.prototype,"text",void 0),Sn([mo("L")],Ja.prototype,"fontFamily",void 0),Sn([mo(12)],Ja.prototype,"fontSize",void 0),Sn([mo("normal")],Ja.prototype,"fontWeight",void 0),Sn([mo(!1)],Ja.prototype,"italic",void 0),Sn([mo("none")],Ja.prototype,"textCase",void 0),Sn([mo("none")],Ja.prototype,"textDecoration",void 0),Sn([mo(0)],Ja.prototype,"letterSpacing",void 0),Sn([mo({type:"percent",value:150})],Ja.prototype,"lineHeight",void 0),Sn([mo(0)],Ja.prototype,"paraIndent",void 0),Sn([mo(0)],Ja.prototype,"paraSpacing",void 0),Sn([mo("left")],Ja.prototype,"textAlign",void 0),Sn([mo("top")],Ja.prototype,"verticalAlign",void 0),Sn([mo("normal")],Ja.prototype,"textWrap",void 0),Sn([mo("show")],Ja.prototype,"textOverflow",void 0),Ja=Sn([Do()],Ja);let Qa=class extends sa{get __tag(){return"Path"}constructor(t){super(t),this.__.__pathInputed=2}};Sn([So(class extends Un{})],Qa.prototype,"__",void 0),Sn([xo("center")],Qa.prototype,"strokeAlign",void 0),Qa=Sn([Do()],Qa);let Za=class extends oa{get __tag(){return"Pen"}constructor(t){super(t)}setStyle(t){const e=this.pathElement=new Qa(t);return this.pathStyle=t,this.__path=e.path||(e.path=[]),this.add(e),this}beginPath(){return this.__path.length=0,this.paint(),this}moveTo(t,e){return this}lineTo(t,e){return this}bezierCurveTo(t,e,s,i,o,r){return this}quadraticCurveTo(t,e,s,i){return this}closePath(){return this}rect(t,e,s,i){return this}roundRect(t,e,s,i,o){return this}ellipse(t,e,s,i,o,r,n,a){return this}arc(t,e,s,i,o,r){return this}arcTo(t,e,s,i,o){return this}drawEllipse(t,e,s,i,o,r,n,a){return this}drawArc(t,e,s,i,o,r){return this}drawPoints(t,e,s){return this}clearPath(){return this}paint(){this.pathElement.forceUpdate("path")}};Sn([So(class extends Gn{})],Za.prototype,"__",void 0),Sn([(t,e)=>{co(t,e,{get(){return this.__path}})}],Za.prototype,"path",void 0),Za=Sn([Wo(Ks,["set","beginPath","path"]),Do()],Za);const th=gt.get("LeaferCanvas");class eh extends Xt{init(){const{view:t}=this.config;t?this.__createViewFrom(t):this.__createView();const{style:e}=this.view;e.display||(e.display="block"),this.parentView=this.view.parentElement,this.parentView&&(this.parentView.style.userSelect="none"),s.syncDomFont&&!this.parentView&&(this.view.style.display="none",document.body.appendChild(this.view)),this.__createContext(),this.autoLayout||this.resize(this.config)}set backgroundColor(t){this.view.style.backgroundColor=t}get backgroundColor(){return this.view.style.backgroundColor}set hittable(t){this.view.style.pointerEvents=t?"auto":"none"}get hittable(){return"none"!==this.view.style.pointerEvents}__createView(){this.view=document.createElement("canvas")}__createViewFrom(t){let e="string"==typeof t?document.getElementById(t):t;if(e)if(e instanceof HTMLCanvasElement)this.view=e;else{let t=e;if(e===window||e===document){const e=document.createElement("div"),{style:s}=e;s.position="absolute",s.top=s.bottom=s.left=s.right="0px",document.body.appendChild(e),t=e}this.__createView();const s=this.view;if(t.hasChildNodes()){const{style:e}=s;e.position="absolute",e.top=e.left="0px",t.style.position||(t.style.position="relative")}t.appendChild(s)}else th.error(`no id: ${t}`),this.__createView()}updateViewSize(){const{width:t,height:e,pixelRatio:s}=this,{style:i}=this.view;i.width=t+"px",i.height=e+"px",this.view.width=Math.ceil(t*s),this.view.height=Math.ceil(e*s)}updateClientBounds(){this.clientBounds=this.view.getBoundingClientRect()}startAutoLayout(t,e){this.autoBounds=t,this.resizeListener=e;try{this.resizeObserver=new ResizeObserver((t=>{this.updateClientBounds();for(const e of t)this.checkAutoBounds(e.contentRect)}));const t=this.parentView;t&&(this.resizeObserver.observe(t),this.checkAutoBounds(t.getBoundingClientRect()))}catch(t){this.imitateResizeObserver()}}imitateResizeObserver(){this.autoLayout&&(this.parentView&&this.checkAutoBounds(this.parentView.getBoundingClientRect()),s.requestRender(this.imitateResizeObserver.bind(this)))}checkAutoBounds(t){const e=this.view,{x:s,y:i,width:o,height:r}=this.autoBounds.getBoundsFrom(t);if(o!==this.width||r!==this.height){const{style:t}=e,{pixelRatio:n}=this;t.marginLeft=s+"px",t.marginTop=i+"px";const a={width:o,height:r,pixelRatio:n},h={};St.copyAttrs(h,this,Yt),this.resize(a),void 0!==this.width&&this.resizeListener(new vr(a,h))}}stopAutoLayout(){this.autoLayout=!1,this.resizeListener=null,this.resizeObserver&&(this.resizeObserver.disconnect(),this.resizeObserver=null)}unrealCanvas(){if(!this.unreal&&this.parentView){const t=this.view;t&&t.remove(),this.view=this.parentView,this.unreal=!0}}destroy(){if(this.view){if(this.stopAutoLayout(),!this.unreal){const t=this.view;t.parentElement&&t.remove()}super.destroy()}}}Zi(CanvasRenderingContext2D.prototype),Zi(Path2D.prototype);const{mineType:sh,fileType:ih}=to;Object.assign(i,{canvas:(t,e)=>new eh(t,e),image:t=>new lo(t)}),s.name="web",s.isMobile="ontouchstart"in window,s.requestRender=function(t){window.requestAnimationFrame(t)},s.devicePixelRatio=Math.max(1,devicePixelRatio);const{userAgent:oh}=navigator;oh.indexOf("Firefox")>-1?(s.conicGradientRotate90=!0,s.intWheelDeltaY=!0,s.syncDomFont=!0):oh.indexOf("Safari")>-1&&-1===oh.indexOf("Chrome")&&(s.fullImageShadow=!0),oh.indexOf("Windows")>-1?(s.os="Windows",s.intWheelDeltaY=!0):oh.indexOf("Mac")>-1?s.os="Mac":oh.indexOf("Linux")>-1&&(s.os="Linux");class rh{get childrenChanged(){return this.hasAdd||this.hasRemove||this.hasVisible}get updatedList(){if(this.hasRemove){const t=new Cn;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 Cn,this.target=t,e&&(this.config=St.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(kr.REQUEST)}__onAttrChange(t){this.__updatedList.add(t.target),this.update()}__onChildEvent(t){t.type===yr.ADD?(this.hasAdd=!0,this.__pushChild(t.child)):(this.hasRemove=!0,this.__updatedList.add(t.parent)),this.update()}__pushChild(t){this.__updatedList.add(t),t.isBranch&&this.__loopChildren(t)}__loopChildren(t){const{children:e}=t;for(let t=0,s=e.length;t<s;t++)this.__pushChild(e[t])}__onRquestData(){this.target.emitEvent(new xr(xr.DATA,{updatedList:this.updatedList})),this.__updatedList=new Cn,this.totalTimes++,this.changed=!1,this.hasVisible=!1,this.hasRemove=!1,this.hasAdd=!1}__listenEvents(){const{target:t}=this;this.__eventIds=[t.on_(mr.CHANGE,this.__onAttrChange,this),t.on_([yr.ADD,yr.REMOVE],this.__onChildEvent,this),t.on_(xr.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:nh,updateBounds:ah,updateAllWorldOpacity:hh}=Go,{pushAllChildBranch:lh,pushAllParent:dh}=ir;const{worldBounds:ch}=er,uh={x:0,y:0,width:1e5,height:1e5};class _h{constructor(t){this.updatedBounds=new nt,this.beforeBounds=new nt,this.afterBounds=new nt,t instanceof Array&&(t=new Cn(t)),this.updatedList=t}setBefore(){this.beforeBounds.setListWithFn(this.updatedList.list,ch)}setAfter(){const{list:t}=this.updatedList;t.some((t=>t.noBounds))?this.afterBounds.set(uh):this.afterBounds.setListWithFn(t,ch),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:ph,updateAllChange:gh}=Go,fh=gt.get("Layouter");class yh{constructor(t,e){this.totalTimes=0,this.config={},this.__levelList=new Tn,this.target=t,e&&(this.config=St.default(e,this.config)),this.__listenEvents()}start(){this.disabled||(this.running=!0)}stop(){this.running=!1}disable(){this.stop(),this.__removeListenEvents(),this.disabled=!0}layout(){if(!this.running)return;const{target:t}=this;this.times=0;try{t.emit(br.START),this.layoutOnce(),t.emitEvent(new br(br.END,this.layoutedBlocks,this.times))}catch(t){fh.error(t)}this.layoutedBlocks=null}layoutAgain(){this.layouting?this.waitAgain=!0:this.layoutOnce()}layoutOnce(){return this.layouting?fh.warn("layouting"):this.times>3?fh.warn("layout max times"):(this.times++,this.totalTimes++,this.layouting=!0,this.target.emit(xr.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=wt.start("PartLayout"),{target:s,__updatedList:i}=this,{BEFORE:o,LAYOUT:r,AFTER:n}=br,a=this.getBlocks(i);a.forEach((t=>t.setBefore())),s.emitEvent(new br(o,a,this.times)),this.extraBlock=null,i.sort(),function(t,e){let s;t.list.forEach((t=>{s=t.__layout,e.without(t)&&!s.proxyZoom&&(s.matrixChanged?(nh(t,!0),e.add(t),t.isBranch&&lh(t,e),dh(t,e)):s.boundsChanged&&(e.add(t),t.isBranch&&(t.__tempNumber=0),dh(t,e)))}))}(i,this.__levelList),function(t){let e,s,i;t.sort(!0),t.levels.forEach((o=>{e=t.levelMap[o];for(let t=0,o=e.length;t<o;t++){if(s=e[t],s.isBranch&&s.__tempNumber){i=s.children;for(let t=0,e=i.length;t<e;t++)i[t].isBranch||ah(i[t])}ah(s)}}))}(this.__levelList),function(t){t.list.forEach((t=>{t.__layout.opacityChanged&&hh(t),t.__updateChange()}))}(i),this.extraBlock&&a.push(this.extraBlock),a.forEach((t=>t.setAfter())),s.emitEvent(new br(r,a,this.times)),s.emitEvent(new br(n,a,this.times)),this.addBlocks(a),this.__levelList.reset(),this.__updatedList=null,wt.end(e)}fullLayout(){const t=wt.start("FullLayout"),{target:e}=this,{BEFORE:s,LAYOUT:i,AFTER:o}=br,r=this.getBlocks(new Cn(e));e.emitEvent(new br(s,r,this.times)),yh.fullLayout(e),r.forEach((t=>{t.setAfter()})),e.emitEvent(new br(i,r,this.times)),e.emitEvent(new br(o,r,this.times)),this.addBlocks(r),wt.end(t)}static fullLayout(t){ph(t,!0),t.isBranch?ir.updateBounds(t):Go.updateBounds(t),gh(t)}addExtra(t){if(!this.__updatedList.has(t)){const{updatedList:e,beforeBounds:s}=this.extraBlock||(this.extraBlock=new _h([]));e.length?s.add(t.__world):s.set(t.__world),e.add(t)}}createBlock(t){return new _h(t)}getBlocks(t){return[this.createBlock(t)]}addBlocks(t){this.layoutedBlocks?this.layoutedBlocks.push(...t):this.layoutedBlocks=t}__onReceiveWatchData(t){this.__updatedList=t.data.updatedList}__listenEvents(){const{target:t}=this;this.__eventIds=[t.on_(br.REQUEST,this.layout,this),t.on_(br.AGAIN,this.layoutAgain,this),t.on_(xr.DATA,this.__onReceiveWatchData,this)]}__removeListenEvents(){this.target.off_(this.__eventIds)}destroy(){this.target&&(this.stop(),this.__removeListenEvents(),this.target=this.config=null)}}const mh=gt.get("Renderer");class wh{get needFill(){return!(this.canvas.allowBackgroundColor||!this.config.fill)}constructor(t,e,s){this.FPS=60,this.totalTimes=0,this.times=0,this.config={usePartRender:!0,maxFPS:60},this.target=t,this.canvas=e,s&&(this.config=St.default(s,this.config)),this.__listenEvents(),this.__requestRender()}start(){this.running=!0}stop(){this.running=!1}update(){this.changed=!0}requestLayout(){this.target.emit(br.REQUEST)}render(t){if(!this.running||!this.canvas.view)return void(this.changed=!0);const{target:e}=this;this.times=0,this.totalBounds=new nt,mh.log(e.innerName,"---\x3e");try{this.emitRender(kr.START),this.renderOnce(t),this.emitRender(kr.END,this.totalBounds),ro.clearRecycled()}catch(t){this.rendering=!1,mh.error(t)}mh.log("-------------|")}renderAgain(){this.rendering?this.waitAgain=!0:this.renderOnce()}renderOnce(t){if(this.rendering)return mh.warn("rendering");if(this.times>3)return mh.warn("render max times");if(this.times++,this.totalTimes++,this.rendering=!0,this.changed=!1,this.renderBounds=new nt,this.renderOptions={},t)this.emitRender(kr.BEFORE),t();else{if(this.requestLayout(),this.ignore)return void(this.ignore=this.rendering=!1);this.emitRender(kr.BEFORE),this.config.usePartRender&&this.totalTimes>1?this.partRender():this.fullRender()}this.emitRender(kr.RENDER,this.renderBounds,this.renderOptions),this.emitRender(kr.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 mh.warn("PartRender: need update attr");this.mergeBlocks(),e.forEach((e=>{t.bounds.hit(e)&&!e.isEmpty()&&this.clipRender(e)}))}clipRender(t){const e=wt.start("PartRender"),{canvas:s}=this,i=t.getIntersect(s.bounds),o=t.includes(this.target.__world),r=new nt(i);s.save(),o&&!gt.showRepaint?s.clear():(i.spread(1+1/this.canvas.pixelRatio).ceil(),s.clearWorld(i,!0),s.clipWorld(i,!0)),this.__render(i,o,r),s.restore(),wt.end(e)}fullRender(){const t=wt.start("FullRender"),{canvas:e}=this;e.save(),e.clear(),this.__render(e.bounds,!0),e.restore(),wt.end(t)}__render(t,e,s){const i=t.includes(this.target.__world)?{includes:e}:{bounds:t,includes:e};this.needFill&&this.canvas.fillWorld(t,this.config.fill),gt.showRepaint&&this.canvas.strokeWorld(t,"red"),this.target.__render(this.canvas,i),this.renderBounds=s||t,this.renderOptions=i,this.totalBounds.isEmpty()?this.totalBounds=this.renderBounds:this.totalBounds.add(this.renderBounds),gt.showHitView&&this.renderHitView(i),gt.showBoundsView&&this.renderBoundsView(i),this.canvas.updateRender()}renderHitView(t){}renderBoundsView(t){}addBlock(t){this.updateBlocks||(this.updateBlocks=[]),this.updateBlocks.push(t)}mergeBlocks(){const{updateBlocks:t}=this;if(t){const e=new nt;e.setList(t),t.length=0,t.push(e)}}__requestRender(){const t=Date.now();s.requestRender((()=>{this.FPS=Math.min(60,Math.ceil(1e3/(Date.now()-t))),this.running&&(this.target.emit(Br.FRAME),this.changed&&this.canvas.view&&this.render(),this.target.emit(kr.NEXT)),this.target&&this.__requestRender()}))}__onResize(t){if(!this.canvas.unreal&&(t.bigger||!t.samePixelRatio)){const{width:e,height:s}=t.old;new nt(0,0,e,s).includes(this.target.__world)&&!this.needFill&&t.samePixelRatio||(this.addBlock(this.canvas.bounds),this.target.forceUpdate("surface"))}}__onLayoutEnd(t){t.data&&t.data.map((t=>{let e;t.updatedList&&t.updatedList.list.some((t=>(e=!t.__world.width||!t.__world.height,e&&(t.isLeafer||mh.tip(t.innerName,": empty"),e=!t.isBranch||t.isBranchLeaf),e))),this.addBlock(e?this.canvas.bounds:t.updatedBounds)}))}emitRender(t,e,s){this.target.emitEvent(new kr(t,this.times,e,s))}__listenEvents(){const{target:t}=this;this.__eventIds=[t.on_(kr.REQUEST,this.update,this),t.on_(br.END,this.__onLayoutEnd,this),t.on_(kr.AGAIN,this.renderAgain,this),t.on_(vr.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:vh}=st;class xh{constructor(t,e){this.target=t,this.selector=e}getByPoint(t,e,s){e||(e=0),s||(s={});const i=s.through||!1,o=s.ignoreHittable||!1,r=s.target||this.target;this.exclude=s.exclude||null,this.point={x:t.x,y:t.y,radiusX:e,radiusY:e},this.findList=new Cn(s.findList),s.findList||this.hitBranch(r);const{list:n}=this.findList,a=this.getBestMatchLeaf(n,s.bottomList,o),h=o?this.getPath(a):this.getHitablePath(a);return this.clear(),i?{path:h,target:a,throughPath:n.length?this.getThroughPath(n):h}:{path:h,target:a}}getBestMatchLeaf(t,e,s){if(t.length){let e;this.findList=new Cn;const{x:i,y:o}=this.point,r={x:i,y:o,radiusX:0,radiusY:0};for(let i=0,o=t.length;i<o;i++)if(e=t[i],(s||Go.worldHittable(e))&&(this.hitChild(e,r),this.findList.length))return this.findList.list[0]}if(e)for(let t=0,s=e.length;t<s;t++)if(this.hitChild(e[t].target,this.point,e[t].proxy),this.findList.length)return this.findList.list[0];return t[0]}getPath(t){const e=new Cn;for(;t;)e.add(t),t=t.parent;return e.add(this.target),e}getHitablePath(t){const e=this.getPath(t&&t.hittable?t:null);let s,i=new Cn;for(let t=e.list.length-1;t>-1&&(s=e.list[t],s.__.hittable)&&(i.addAt(s,0),s.__.hitChildren);t--);return i}getThroughPath(t){const e=new Cn,s=[];for(let e=t.length-1;e>-1;e--)s.push(this.getPath(t[e]));let i,o,r;for(let t=0,n=s.length;t<n;t++){i=s[t],o=s[t+1];for(let t=0,s=i.length;t<s&&(r=i.list[t],!o||!o.has(r));t++)e.add(r)}return e}hitBranch(t){this.eachFind(t.children,t.__onlyHitMask)}eachFind(t,e){let s,i;const{point:o}=this;for(let r=t.length-1;r>-1;r--)s=t[r],!s.__.visible||e&&!s.__.mask||(i=!!s.__.hitRadius||vh(s.__world,o),s.isBranch?(i||s.__ignoreHitWorld)&&(this.eachFind(s.children,s.__onlyHitMask),s.isBranchLeaf&&!this.findList.length&&this.hitChild(s,o)):i&&this.hitChild(s,o))}hitChild(t,e,s){this.exclude&&this.exclude.has(t)||t.__hitWorld(e)&&this.findList.add(s||t)}clear(){this.point=null,this.findList=null,this.exclude=null}destroy(){this.clear()}}const{Yes:bh,NoAndSkip:Bh,YesAndSkip:kh}=Et;class Rh{constructor(t,e){this.config={},this.innerIdMap={},this.idMap={},this.methods={id:(t,e)=>t.id===e?(this.idMap[e]=t,1):0,innerId:(t,e)=>t.innerId===e?(this.innerIdMap[e]=t,1):0,className:(t,e)=>t.className===e?1:0,tag:(t,e)=>t.__tag===e?1:0},this.target=t,e&&(this.config=St.default(e,this.config)),this.picker=new xh(t,this),this.__listenEvents()}getBy(t,e,s,i){switch(typeof t){case"number":const o=this.getByInnerId(t,e);return s?o:o?[o]:[];case"string":switch(t[0]){case"#":const i=this.getById(t.substring(1),e);return s?i:i?[i]:[];case".":return this.getByMethod(this.methods.className,e,s,t.substring(1));default:return this.getByMethod(this.methods.tag,e,s,t)}case"function":return this.getByMethod(t,e,s,i)}}getByPoint(t,e,i){return"node"===s.name&&this.target.emit(br.CHECK_UPDATE),this.picker.getByPoint(t,e,i)}getByInnerId(t,e){const s=this.innerIdMap[t];return s||(this.eachFind(this.toChildren(e),this.methods.innerId,null,t),this.findLeaf)}getById(t,e){const s=this.idMap[t];return s&&Go.hasParent(s,e||this.target)?s:(this.eachFind(this.toChildren(e),this.methods.id,null,t),this.findLeaf)}getByClassName(t,e){return this.getByMethod(this.methods.className,e,!1,t)}getByTag(t,e){return this.getByMethod(this.methods.tag,e,!1,t)}getByMethod(t,e,s,i){const o=s?null:[];return this.eachFind(this.toChildren(e),t,o,i),o||this.findLeaf}eachFind(t,e,s,i){let o,r;for(let n=0,a=t.length;n<a;n++){if(o=t[n],r=e(o,i),r===bh||r===kh){if(!s)return void(this.findLeaf=o);s.push(o)}o.isBranch&&r<Bh&&this.eachFind(o.children,e,s,i)}}toChildren(t){return this.findLeaf=null,[t||this.target]}__onRemoveChild(t){const{id:e,innerId:s}=t.child;this.idMap[e]&&delete this.idMap[e],this.innerIdMap[s]&&delete this.innerIdMap[s]}__checkIdChange(t){if("id"===t.attrName){const e=t.oldValue;this.idMap[e]&&delete this.idMap[e]}}__listenEvents(){this.__eventIds=[this.target.on_(yr.REMOVE,this.__onRemoveChild,this),this.target.on_(mr.CHANGE,this.__checkIdChange,this)]}__removeListenEvents(){this.target.off_(this.__eventIds),this.__eventIds.length=0}destroy(){this.__eventIds.length&&(this.__removeListenEvents(),this.picker.destroy(),this.findLeaf=null,this.innerIdMap={},this.idMap={})}}Object.assign(i,{watcher:(t,e)=>new rh(t,e),layouter:(t,e)=>new yh(t,e),renderer:(t,e,s)=>new wh(t,e,s),selector:(t,e)=>new Rh(t,e)}),s.layout=yh.fullLayout;const Ch={convert(e,s){const i=t.InteractionHelper.getBase(e),o=Object.assign(Object.assign({},i),{x:s.x,y:s.y,width:e.width,height:e.height,pointerType:e.pointerType,pressure:e.pressure});return"pen"===o.pointerType&&(o.tangentialPressure=e.tangentialPressure,o.tiltX=e.tiltX,o.tiltY=e.tiltY,o.twist=e.twist),o},convertMouse(e,s){const i=t.InteractionHelper.getBase(e);return Object.assign(Object.assign({},i),{x:s.x,y:s.y,width:1,height:1,pointerType:"mouse",pressure:.5})},convertTouch(e,s){const i=Ch.getTouch(e),o=t.InteractionHelper.getBase(e);return Object.assign(Object.assign({},o),{x:s.x,y:s.y,width:1,height:1,pointerType:"touch",pressure:i.force})},getTouch:t=>t.targetTouches[0]||t.changedTouches[0]},Th={getMove(t,e){let{moveSpeed:s}=e,{deltaX:i,deltaY:o}=t;return t.shiftKey&&!i&&(i=o,o=0),i>50&&(i=Math.max(50,i/3)),o>50&&(o=Math.max(50,o/3)),{x:-i*s*2,y:-o*s*2}},getScale(t,e){let i,o=1,{zoomMode:r,zoomSpeed:n}=e;const a=t.deltaY||t.deltaX;if(r?(i="mouse"===r||!t.deltaX&&(s.intWheelDeltaY?Math.abs(a)>17:Math.ceil(a)!==a),(t.shiftKey||t.metaKey||t.ctrlKey)&&(i=!0)):i=!t.shiftKey&&(t.metaKey||t.ctrlKey),i){n=l.within(n,0,1);o=1-a/(4*(t.deltaY?e.delta.y:e.delta.x))*n,o<.5&&(o=.5),o>=1.5&&(o=1.5)}return o}},Sh={convert(e){const s=t.InteractionHelper.getBase(e);return Object.assign(Object.assign({},s),{code:e.code,key:e.key})}},{getMoveEventData:Lh,getZoomEventData:Ph,getRotateEventData:Eh}=t.InteractionHelper;class Oh extends t.InteractionBase{__listenEvents(){super.__listenEvents();const t=this.view=this.canvas.view;this.viewEvents={pointerdown:this.onPointerDown,mousedown:this.onMouseDown,touchstart:this.onTouchStart,contextmenu:this.onContextMenu,wheel:this.onWheel,gesturestart:this.onGesturestart,gesturechange:this.onGesturechange,gestureend:this.onGestureend},this.windowEvents={pointermove:this.onPointerMove,pointerup:this.onPointerUp,pointercancel:this.onPointerCancel,mousemove:this.onMouseMove,mouseup:this.onMouseUp,touchmove:this.onTouchMove,touchend:this.onTouchEnd,touchcancel:this.onTouchCancel,keydown:this.onKeyDown,keyup:this.onKeyUp,scroll:this.onScroll};const{viewEvents:e,windowEvents:s}=this;for(let s in e)e[s]=e[s].bind(this),t.addEventListener(s,e[s]);for(let t in s)s[t]=s[t].bind(this),window.addEventListener(t,s[t])}__removeListenEvents(){super.__removeListenEvents();const{viewEvents:t,windowEvents:e}=this;for(let e in t)this.view.removeEventListener(e,t[e]),this.viewEvents={};for(let t in e)window.removeEventListener(t,e[t]),this.windowEvents={}}getLocal(t,e){e&&this.canvas.updateClientBounds();const{clientBounds:s}=this.canvas;return{x:t.clientX-s.x,y:t.clientY-s.y}}getTouches(t){const e=[];for(let s=0,i=t.length;s<i;s++)e.push(t[s]);return e}preventDefaultPointer(t){const{pointer:e}=this.config;e.preventDefault&&t.preventDefault()}preventDefaultWheel(t){const{wheel:e}=this.config;e.preventDefault&&t.preventDefault()}preventWindowPointer(t){return!this.downData&&t.target!==this.view}onKeyDown(t){this.keyDown(Sh.convert(t))}onKeyUp(t){this.keyUp(Sh.convert(t))}onContextMenu(t){this.config.pointer.preventDefaultMenu&&t.preventDefault(),this.menu(Ch.convert(t,this.getLocal(t)))}onScroll(){this.canvas.updateClientBounds()}onPointerDown(t){this.preventDefaultPointer(t),this.usePointer||(this.usePointer=!0),this.useMultiTouch||this.pointerDown(Ch.convert(t,this.getLocal(t)))}onPointerMove(t){this.usePointer||(this.usePointer=!0),this.useMultiTouch||this.preventWindowPointer(t)||this.pointerMove(Ch.convert(t,this.getLocal(t,!0)))}onPointerUp(t){this.downData&&this.preventDefaultPointer(t),this.useMultiTouch||this.preventWindowPointer(t)||this.pointerUp(Ch.convert(t,this.getLocal(t)))}onPointerCancel(){this.useMultiTouch||this.pointerCancel()}onMouseDown(t){this.preventDefaultPointer(t),this.useTouch||this.usePointer||this.pointerDown(Ch.convertMouse(t,this.getLocal(t)))}onMouseMove(t){this.useTouch||this.usePointer||this.preventWindowPointer(t)||this.pointerMove(Ch.convertMouse(t,this.getLocal(t,!0)))}onMouseUp(t){this.downData&&this.preventDefaultPointer(t),this.useTouch||this.usePointer||this.preventWindowPointer(t)||this.pointerUp(Ch.convertMouse(t,this.getLocal(t)))}onMouseCancel(){this.useTouch||this.usePointer||this.pointerCancel()}onTouchStart(t){if(t.preventDefault(),this.multiTouchStart(t),this.usePointer)return;this.touchTimer&&(window.clearTimeout(this.touchTimer),this.touchTimer=0),this.useTouch=!0;const e=Ch.getTouch(t);this.pointerDown(Ch.convertTouch(t,this.getLocal(e,!0)))}onTouchMove(t){if(this.multiTouchMove(t),this.usePointer||this.preventWindowPointer(t))return;const e=Ch.getTouch(t);this.pointerMove(Ch.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=Ch.getTouch(t);this.pointerUp(Ch.convertTouch(t,this.getLocal(e)))}onTouchCancel(){this.usePointer||this.pointerCancel()}multiTouchStart(t){this.useMultiTouch=t.touches.length>=2,this.touches=this.useMultiTouch?this.getTouches(t.touches):void 0,this.useMultiTouch&&this.pointerCancel()}multiTouchMove(e){if(this.useMultiTouch&&e.touches.length>1){const s=this.getTouches(e.touches),i=this.getKeepTouchList(this.touches,s);i.length>1&&(this.multiTouch(t.InteractionHelper.getBase(e),i),this.touches=s)}}multiTouchEnd(){this.touches=null,this.useMultiTouch=!1,this.transformEnd()}getKeepTouchList(t,e){let s;const i=[];return t.forEach((t=>{s=e.find((e=>e.identifier===t.identifier)),s&&i.push({from:this.getLocal(t),to:this.getLocal(s)})})),i}getLocalTouchs(t){return t.map((t=>this.getLocal(t)))}onWheel(e){this.preventDefaultWheel(e);const{wheel:s}=this.config,i=s.getScale?s.getScale(e,s):Th.getScale(e,s),o=this.getLocal(e),r=t.InteractionHelper.getBase(e);1!==i?this.zoom(Ph(o,i,r)):this.move(Lh(o,s.getMove?s.getMove(e,s):Th.getMove(e,s),r))}onGesturestart(t){this.preventDefaultWheel(t),this.lastGestureScale=1,this.lastGestureRotation=0}onGesturechange(e){this.preventDefaultWheel(e);const s=this.getLocal(e),i=t.InteractionHelper.getBase(e),o=e.scale/this.lastGestureScale,r=e.rotation-this.lastGestureRotation;let{rotateSpeed:n}=this.config.wheel;n=l.within(n,0,1),this.zoom(Ph(s,o*o,i)),this.rotate(Eh(s,r/Math.PI*180*(n/4+.1),i)),this.lastGestureScale=e.scale,this.lastGestureRotation=e.rotation}onGestureend(t){this.preventDefaultWheel(t),this.transformEnd()}setCursor(t){super.setCursor(t);const e=[];this.eachCursor(t,e),"object"==typeof e[e.length-1]&&e.push("default"),this.canvas.view.style.cursor=e.map((t=>"object"==typeof t?`url(${t.url}) ${t.x||0} ${t.y||0}`:t)).join(",")}eachCursor(e,s,i=0){if(i++,e instanceof Array)e.forEach((t=>this.eachCursor(t,s,i)));else{const o="string"==typeof e&&t.Cursor.get(e);o&&i<2?this.eachCursor(o,s,i):s.push(e)}}destroy(){this.view&&(super.destroy(),this.view=null,this.touches=null)}}function Ah(t,e){let s;const{rows:i,decorationY:o,decorationHeight:r}=t.__.__textDrawData;for(let t=0,n=i.length;t<n;t++)s=i[t],s.text?e.fillText(s.text,s.x,s.y):s.data&&s.data.forEach((t=>{e.fillText(t.char,t.x,s.y)})),o&&e.fillRect(s.x,s.y+o,s.width,r)}function Mh(t,e,s){const{strokeAlign:i}=e.__,o="string"!=typeof t;switch(i){case"center":s.setStroke(o?void 0:t,e.__.strokeWidth,e.__),o?Dh(t,!0,e,s):Wh(e,s);break;case"inside":Ih("inside",t,o,e,s);break;case"outside":Ih("outside",t,o,e,s)}}function Ih(t,e,s,i,o){const{__strokeWidth:r,__font:n}=i.__,a=o.getSameCanvas(!0,!0);a.setStroke(s?void 0:e,2*r,i.__),a.font=n,s?Dh(e,!0,i,a):Wh(i,a),a.blendMode="outside"===t?"destination-out":"destination-in",Ah(i,a),a.blendMode="normal",i.__worldFlipped?o.copyWorldByReset(a,i.__nowWorld):o.copyWorldToInner(a,i.__nowWorld,i.__layout.renderBounds),a.recycle(i.__nowWorld)}function Wh(t,e){let s;const{rows:i,decorationY:o,decorationHeight:r}=t.__.__textDrawData;for(let t=0,n=i.length;t<n;t++)s=i[t],s.text?e.strokeText(s.text,s.x,s.y):s.data&&s.data.forEach((t=>{e.strokeText(t.char,t.x,s.y)})),o&&e.strokeRect(s.x,s.y+o,s.width,r)}function Dh(t,e,s,i){let o;for(let r=0,n=t.length;r<n;r++)o=t[r],o.image&&An.checkImage(s,i,o,!1)||o.style&&(i.strokeStyle=o.style,o.blendMode?(i.saveBlendMode(o.blendMode),e?Wh(s,i):i.stroke(),i.restoreBlendMode()):e?Wh(s,i):i.stroke())}const{getSpread:Fh,getOuterOf:Nh,getByMove:zh,getIntersectData:Yh}=st;let Xh;function jh(t,e,s){if("object"!=typeof e||!1===e.visible||0===e.opacity)return;const{boxBounds:i}=s.__layout;switch(e.type){case"solid":let{type:o,blendMode:r,color:n,opacity:a}=e;return{type:o,blendMode:r,style:Pn.string(n,a)};case"image":return An.image(s,t,e,i,!Xh||!Xh[e.url]);case"linear":return Mn.linearGradient(e,i);case"radial":return Mn.radialGradient(e,i);case"angular":return Mn.conicGradient(e,i);default:return e.r?{type:"solid",style:Pn.string(e)}:void 0}}const Hh={compute:function(t,e){const s=e.__,i=[];let o,r=s.__input[t];r instanceof Array||(r=[r]),Xh=An.recycleImage(t,s);for(let s,o=0,n=r.length;o<n;o++)s=jh(t,r[o],e),s&&i.push(s);s["_"+t]=i.length?i:void 0,i.length&&i[0].image&&(o=i[0].image.hasOpacityPixel),"fill"===t?s.__pixelFill=o:s.__pixelStroke=o},fill:function(t,e,s){s.fillStyle=t,e.__.__font?Ah(e,s):e.__.windingRule?s.fill(e.__.windingRule):s.fill()},fills:function(t,e,s){let i;const{windingRule:o,__font:r}=e.__;for(let n=0,a=t.length;n<a;n++)i=t[n],i.image&&An.checkImage(e,s,i,!r)||i.style&&(s.fillStyle=i.style,i.transform?(s.save(),s.transform(i.transform),i.blendMode&&(s.blendMode=i.blendMode),r?Ah(e,s):o?s.fill(o):s.fill(),s.restore()):i.blendMode?(s.saveBlendMode(i.blendMode),r?Ah(e,s):o?s.fill(o):s.fill(),s.restoreBlendMode()):r?Ah(e,s):o?s.fill(o):s.fill())},fillText:Ah,stroke:function(t,e,s){const i=e.__,{__strokeWidth:o,strokeAlign:r,__font:n}=i;if(o)if(n)Mh(t,e,s);else switch(r){case"center":s.setStroke(t,o,i),s.stroke();break;case"inside":s.save(),s.setStroke(t,2*o,i),i.windingRule?s.clip(i.windingRule):s.clip(),s.stroke(),s.restore();break;case"outside":const r=s.getSameCanvas(!0,!0);r.setStroke(t,2*o,i),e.__drawRenderPath(r),r.stroke(),i.windingRule?r.clip(i.windingRule):r.clip(),r.clearWorld(e.__layout.renderBounds),e.__worldFlipped?s.copyWorldByReset(r,e.__nowWorld):s.copyWorldToInner(r,e.__nowWorld,e.__layout.renderBounds),r.recycle(e.__nowWorld)}},strokes:function(t,e,s){const i=e.__,{__strokeWidth:o,strokeAlign:r,__font:n}=i;if(o)if(n)Mh(t,e,s);else switch(r){case"center":s.setStroke(void 0,o,i),Dh(t,!1,e,s);break;case"inside":s.save(),s.setStroke(void 0,2*o,i),i.windingRule?s.clip(i.windingRule):s.clip(),Dh(t,!1,e,s),s.restore();break;case"outside":const{renderBounds:r}=e.__layout,n=s.getSameCanvas(!0,!0);e.__drawRenderPath(n),n.setStroke(void 0,2*o,i),Dh(t,!1,e,n),i.windingRule?n.clip(i.windingRule):n.clip(),n.clearWorld(r),e.__worldFlipped?s.copyWorldByReset(n,e.__nowWorld):s.copyWorldToInner(n,e.__nowWorld,r),n.recycle(e.__nowWorld)}},strokeText:Mh,drawTextStroke:Wh,shape:function(t,e,s){const i=e.getSameCanvas(),o=t.__nowWorld;let r,n,a,h,{scaleX:l,scaleY:d}=o;if(l<0&&(l=-l),d<0&&(d=-d),e.bounds.includes(o))h=i,r=a=o;else{const{renderShapeSpread:i}=t.__layout,c=Yh(i?Fh(e.bounds,i*l,i*d):e.bounds,o);n=e.bounds.getFitMatrix(c);let{a:u,d:_}=n;if(n.a<1&&(h=e.getSameCanvas(),t.__renderShape(h,s),l*=u,d*=_),a=Nh(o,n),r=zh(a,-n.e,-n.f),s.matrix){const{matrix:t}=s;n.multiply(t),u*=t.scaleX,_*=t.scaleY}s=Object.assign(Object.assign({},s),{matrix:n.withScale(u,_)})}return t.__renderShape(i,s),{canvas:i,matrix:n,bounds:r,worldCanvas:h,shapeBounds:a,scaleX:l,scaleY:d}}};let Uh={};const{get:Vh,rotateOfOuter:Gh,translate:qh,scaleOfOuter:Kh,scale:$h,rotate:Jh}=x;function Qh(t,e,s,i,o,r,n){const a=Vh();qh(a,e.x+s,e.y+i),$h(a,o,r),n&&Gh(a,{x:e.x+e.width/2,y:e.y+e.height/2},n),t.transform=a}function Zh(t,e,s,i,o,r,n){const a=Vh();qh(a,e.x+s,e.y+i),o&&$h(a,o,r),n&&Jh(a,n),t.transform=a}function tl(t,e,s,i,o,r,n,a,h,l){const d=Vh();if(h)if("center"===l)Gh(d,{x:s/2,y:i/2},h);else switch(Jh(d,h),h){case 90:qh(d,i,0);break;case 180:qh(d,s,i);break;case 270:qh(d,0,s)}Uh.x=e.x+o,Uh.y=e.y+r,qh(d,Uh.x,Uh.y),n&&Kh(d,Uh,n,a),t.transform=d}const{get:el,translate:sl}=x,il=new nt,ol={};function rl(t,e,s,i){let{width:o,height:r}=e;s.padding&&(i=il.set(i).shrink(s.padding));const{opacity:n,mode:a,around:h,offset:l,scale:d,size:c,rotation:u,blendMode:_,repeat:p}=s,g=i.width===o&&i.height===r;_&&(t.blendMode=_);const f=t.data={mode:a},y="center"!==h&&(u||0)%180==90,m=y?r:o,w=y?o:r;let v,x,b=0,B=0;if(a&&"cover"!==a&&"fit"!==a)c?(v=("number"==typeof c?c:c.width)/o,x=("number"==typeof c?c:c.height)/r):d&&(v="number"==typeof d?d:d.x,x="number"==typeof d?d:d.y);else if(!g||u){const t=i.width/m,e=i.height/w;v=x="fit"===a?Math.min(t,e):Math.max(t,e),b+=(i.width-o*v)/2,B+=(i.height-r*x)/2}if(h){const t={x:b,y:B,width:m,height:w};v&&(t.width*=v,t.height*=x),ut.toPoint(h,i,ol,!0,t),b+=ol.x,B+=ol.y}switch(l&&(b+=l.x,B+=l.y),a){case"strench":g||(o=i.width,r=i.height);break;case"normal":case"clip":(b||B||v||u)&&Zh(f,i,b,B,v,x,u);break;case"repeat":(!g||v||u)&&tl(f,i,o,r,b,B,v,x,u,h),p||(f.repeat="repeat");break;default:v&&Qh(f,i,b,B,v,x,u)}f.transform||(i.x||i.y)&&(f.transform=el(),sl(f.transform,i.x,i.y)),v&&"strench"!==a&&(f.scaleX=v,f.scaleY=x),f.width=o,f.height=r,n&&(f.opacity=n),p&&(f.repeat="string"==typeof p?"x"===p?"repeat-x":"repeat-y":"repeat")}let nl,al=new nt;const{isSame:hl}=st;function ll(t,e,s,i,o,r){if("fill"===e&&!t.__.__naturalWidth){const e=t.__;if(e.__naturalWidth=i.width/e.pixelRatio,e.__naturalHeight=i.height/e.pixelRatio,e.__autoSide)return t.forceUpdate("width"),t.__proxyData&&(t.setProxyAttr("width",e.width),t.setProxyAttr("height",e.height)),!1}return o.data||rl(o,i,s,r),!0}function dl(t,e){_l(t,wr.LOAD,e)}function cl(t,e){_l(t,wr.LOADED,e)}function ul(t,e,s){e.error=s,t.forceUpdate("surface"),_l(t,wr.ERROR,e)}function _l(t,e,s){t.hasEvent(e)&&t.emitEvent(new wr(e,s))}function pl(t,e){const{leafer:s}=t;s&&s.viewReady&&(s.renderer.ignore=e)}const{get:gl,scale:fl,copy:yl}=x,{ceil:ml,abs:wl}=Math;function vl(t,e,i){let{scaleX:o,scaleY:r}=ro.patternLocked?t.__world:t.__nowWorld;const n=o+"-"+r;if(e.patternId===n||t.destroyed)return!1;{o=wl(o),r=wl(r);const{image:t,data:a}=e;let h,l,{width:d,height:c,scaleX:u,scaleY:_,opacity:p,transform:g,repeat:f}=a;u&&(l=gl(),yl(l,g),fl(l,1/u,1/_),o*=u,r*=_),o*=i,r*=i,d*=o,c*=r;const y=d*c;if(!f&&y>s.image.maxCacheSize)return!1;let m=s.image.maxPatternSize;if(!t.isSVG){const e=t.width*t.height;m>e&&(m=e)}y>m&&(h=Math.sqrt(y/m)),h&&(o/=h,r/=h,d/=h,c/=h),u&&(o/=u,r/=_),(g||1!==o||1!==r)&&(l||(l=gl(),g&&yl(l,g)),fl(l,1/o,1/r));const w=t.getCanvas(ml(d)||1,ml(c)||1,p),v=t.getPattern(w,f||s.origin.noRepeat||"no-repeat",l,e);return e.style=v,e.patternId=n,!0}}function xl(t,e,s,i){return new(s||(s=Promise))((function(o,r){function n(t){try{h(i.next(t))}catch(t){r(t)}}function a(t){try{h(i.throw(t))}catch(t){r(t)}}function h(t){var e;t.done?o(t.value):(e=t.value,e instanceof s?e:new s((function(t){t(e)}))).then(n,a)}h((i=i.apply(t,e||[])).next())}))}"function"==typeof SuppressedError&&SuppressedError;const{abs:bl}=Math;const Bl={image:function(t,e,s,i,o){let r,n;const a=ro.get(s);return nl&&s===nl.paint&&hl(i,nl.boxBounds)?r=nl.leafPaint:(r={type:s.type,image:a},nl=a.use>1?{leafPaint:r,paint:s,boxBounds:al.set(i)}:null),(o||a.loading)&&(n={image:a,attrName:e,attrValue:s}),a.ready?(ll(t,e,s,a,r,i),o&&(dl(t,n),cl(t,n))):a.error?o&&ul(t,n,a.error):(pl(t,!0),o&&dl(t,n),r.loadId=a.load((()=>{pl(t,!1),t.destroyed||(ll(t,e,s,a,r,i)&&(a.hasOpacityPixel&&(t.__layout.hitCanvasChanged=!0),t.forceUpdate("surface")),cl(t,n)),r.loadId=null}),(e=>{pl(t,!1),ul(t,n,e),r.loadId=null}))),r},createData:rl,fillOrFitMode:Qh,clipMode:Zh,repeatMode:tl,createPattern:vl,checkImage:function(t,e,i,o){const{scaleX:r,scaleY:n}=ro.patternLocked?t.__world:t.__nowWorld;if(i.data&&i.patternId!==r+"-"+n){const{data:a}=i;if(o)if(a.repeat)o=!1;else{let{width:t,height:i}=a;t*=bl(r)*e.pixelRatio,i*=bl(n)*e.pixelRatio,a.scaleX&&(t*=a.scaleX,i*=a.scaleY),o=t*i>s.image.maxCacheSize}return o?(e.save(),e.clip(),i.blendMode&&(e.blendMode=i.blendMode),a.opacity&&(e.opacity*=a.opacity),a.transform&&e.transform(a.transform),e.drawImage(i.image.view,0,0,a.width,a.height),e.restore(),!0):(!i.style||Wn.running?vl(t,i,e.pixelRatio):i.patternTask||(i.patternTask=ro.patternTasker.add((()=>xl(this,void 0,void 0,(function*(){i.patternTask=null,e.bounds.hit(t.__nowWorld)&&vl(t,i,e.pixelRatio),t.forceUpdate("surface")}))),300)),!1)}return!1},recycleImage:function(t,e){const s=e["_"+t];if(s instanceof Array){let i,o,r,n;for(let a=0,h=s.length;a<h;a++)i=s[a].image,n=i&&i.url,n&&(o||(o={}),o[n]=!0,ro.recycle(i),i.loading&&(r||(r=e.__input&&e.__input[t]||[],r instanceof Array||(r=[r])),i.unload(s[a].loadId,!r.some((t=>t.url===n)))));return o}return null}},kl={x:.5,y:0},Rl={x:.5,y:1};function Cl(t,e,s){let i;for(let o=0,r=e.length;o<r;o++)i=e[o],t.addColorStop(i.offset,Pn.string(i.color,s))}const{set:Tl,getAngle:Sl,getDistance:Ll}=O,{get:Pl,rotateOfOuter:El,scaleOfOuter:Ol}=x,Al={x:.5,y:.5},Ml={x:.5,y:1},Il={},Wl={};const{set:Dl,getAngle:Fl,getDistance:Nl}=O,{get:zl,rotateOfOuter:Yl,scaleOfOuter:Xl}=x,jl={x:.5,y:.5},Hl={x:.5,y:1},Ul={},Vl={};const Gl={linearGradient:function(t,e){let{from:i,to:o,type:r,blendMode:n,opacity:a}=t;i||(i=kl),o||(o=Rl);const h=s.canvas.createLinearGradient(e.x+i.x*e.width,e.y+i.y*e.height,e.x+o.x*e.width,e.y+o.y*e.height);Cl(h,t.stops,a);const l={type:r,style:h};return n&&(l.blendMode=n),l},radialGradient:function(t,e){let{from:i,to:o,type:r,opacity:n,blendMode:a,stretch:h}=t;i||(i=Al),o||(o=Ml);const{x:l,y:d,width:c,height:u}=e;let _;Tl(Il,l+i.x*c,d+i.y*u),Tl(Wl,l+o.x*c,d+o.y*u),(c!==u||h)&&(_=Pl(),Ol(_,Il,c/u*(h||1),1),El(_,Il,Sl(Il,Wl)+90));const p=s.canvas.createRadialGradient(Il.x,Il.y,0,Il.x,Il.y,Ll(Il,Wl));Cl(p,t.stops,n);const g={type:r,style:p,transform:_};return a&&(g.blendMode=a),g},conicGradient:function(t,e){let{from:i,to:o,type:r,opacity:n,blendMode:a,stretch:h}=t;i||(i=jl),o||(o=Hl);const{x:l,y:d,width:c,height:u}=e;Dl(Ul,l+i.x*c,d+i.y*u),Dl(Vl,l+o.x*c,d+o.y*u);const _=zl(),p=Fl(Ul,Vl);s.conicGradientRotate90?(Xl(_,Ul,c/u*(h||1),1),Yl(_,Ul,p+90)):(Xl(_,Ul,1,c/u*(h||1)),Yl(_,Ul,p));const g=s.conicGradientSupport?s.canvas.createConicGradient(0,Ul.x,Ul.y):s.canvas.createRadialGradient(Ul.x,Ul.y,0,Ul.x,Ul.y,Nl(Ul,Vl));Cl(g,t.stops,n);const f={type:r,style:g,transform:_};return a&&(f.blendMode=a),f}},{copy:ql,toOffsetOutBounds:Kl}=st,$l={},Jl={};function Ql(t,e,i,o){const{bounds:r,shapeBounds:n}=o;if(s.fullImageShadow){if(ql($l,t.bounds),$l.x+=e.x-n.x,$l.y+=e.y-n.y,i){const{matrix:t}=o;$l.x-=(r.x+(t?t.e:0)+r.width/2)*(i-1),$l.y-=(r.y+(t?t.f:0)+r.height/2)*(i-1),$l.width*=i,$l.height*=i}t.copyWorld(o.canvas,t.bounds,$l)}else i&&(ql($l,e),$l.x-=e.width/2*(i-1),$l.y-=e.height/2*(i-1),$l.width*=i,$l.height*=i),t.copyWorld(o.canvas,n,i?$l:e)}const{toOffsetOutBounds:Zl}=st,td={};const ed={shadow:function(t,e,s){let i,o;const{__nowWorld:r,__layout:n}=t,{shadow:a}=t.__,{worldCanvas:h,bounds:l,shapeBounds:d,scaleX:c,scaleY:u}=s,_=e.getSameCanvas(),p=a.length-1;Kl(l,Jl),a.forEach(((a,g)=>{_.setWorldShadow(Jl.offsetX+a.x*c,Jl.offsetY+a.y*u,a.blur*c,a.color),o=a.spread?1+2*a.spread/(n.boxBounds.width+2*(n.strokeBoxSpread||0)):0,Ql(_,Jl,o,s),i=l,a.box&&(_.restore(),_.save(),h&&(_.copyWorld(_,l,r,"copy"),i=r),h?_.copyWorld(h,r,r,"destination-out"):_.copyWorld(s.canvas,d,l,"destination-out")),t.__worldFlipped?e.copyWorldByReset(_,i,r,a.blendMode):e.copyWorldToInner(_,i,n.renderBounds,a.blendMode),p&&g<p&&_.clearWorld(i,!0)})),_.recycle(i)},innerShadow:function(t,e,s){let i,o;const{__nowWorld:r,__layout:n}=t,{innerShadow:a}=t.__,{worldCanvas:h,bounds:l,shapeBounds:d,scaleX:c,scaleY:u}=s,_=e.getSameCanvas(),p=a.length-1;Zl(l,td),a.forEach(((a,g)=>{_.save(),_.setWorldShadow(td.offsetX+a.x*c,td.offsetY+a.y*u,a.blur*c),o=a.spread?1-2*a.spread/(n.boxBounds.width+2*(n.strokeBoxSpread||0)):0,Ql(_,td,o,s),_.restore(),h?(_.copyWorld(_,l,r,"copy"),_.copyWorld(h,r,r,"source-out"),i=r):(_.copyWorld(s.canvas,d,l,"source-out"),i=l),_.fillWorld(i,a.color,"source-in"),t.__worldFlipped?e.copyWorldByReset(_,i,r,a.blendMode):e.copyWorldToInner(_,i,n.renderBounds,a.blendMode),p&&g<p&&_.clearWorld(i,!0)})),_.recycle(i)},blur:function(t,e,s){const{blur:i}=t.__;s.setWorldBlur(i*t.__nowWorld.a),s.copyWorldToInner(e,t.__nowWorld,t.__layout.renderBounds),s.filter="none"},backgroundBlur:function(t,e,s){}},{excludeRenderBounds:sd}=er;function id(t,e,s,i,o,r){switch(e){case"alpha":!function(t,e,s,i){const o=t.__nowWorld;s.resetTransform(),s.opacity=1,s.useMask(i,o),i.recycle(o),rd(t,e,s,1)}(t,s,i,o);break;case"opacity-path":rd(t,s,i,r);break;case"path":s.restore()}}function od(t){return t.getSameCanvas(!1,!0)}function rd(t,e,s,i){const o=t.__nowWorld;e.resetTransform(),e.opacity=i,e.copyWorld(s,o),s.recycle(o)}oa.prototype.__renderMask=function(t,e){let s,i,o,r,n;const{children:a}=this;for(let h=0,l=a.length;h<l;h++)s=a[h],s.__.mask&&(n&&(id(this,n,t,o,i,r),i=o=null),"path"===s.__.maskType?(s.opacity<1?(n="opacity-path",r=s.opacity,o||(o=od(t))):(n="path",t.save()),s.__clip(o||t,e)):(n="alpha",i||(i=od(t)),o||(o=od(t)),s.__render(i,e)),"clipping"!==s.__.maskType)||sd(s,e)||s.__render(o||t,e);id(this,n,t,o,i,r)};const nd=">)]}%!?,.:;'\"》)」〉』〗】〕}┐>’”!?,、。:;‰",ad=nd+"_#~&*+\\=|≮≯≈≠=…",hd=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 ld(t){const e={};return t.split("").forEach((t=>e[t]=!0)),e}const dd=ld("ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz"),cd=ld("{[(<'\"《(「〈『〖【〔{┌<‘“=¥¥$€££¢¢"),ud=ld(nd),_d=ld(ad),pd=ld("- —/~|┆·");var gd;!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"}(gd||(gd={}));const{Letter:fd,Single:yd,Before:md,After:wd,Symbol:vd,Break:xd}=gd;function bd(t){return dd[t]?fd:pd[t]?xd:cd[t]?md:ud[t]?wd:_d[t]?vd:hd.test(t)?yd:fd}const Bd={trimRight(t){const{words:e}=t;let s,i=0,o=e.length;for(let r=o-1;r>-1&&(s=e[r].data[0]," "===s.char);r--)i++,t.width-=s.width;i&&e.splice(o-i,i)}};function kd(t,e,s){switch(e){case"title":return s?t.toUpperCase():t;case"upper":return t.toUpperCase();case"lower":return t.toLowerCase();default:return t}}const{trimRight:Rd}=Bd,{Letter:Cd,Single:Td,Before:Sd,After:Ld,Symbol:Pd,Break:Ed}=gd;let Od,Ad,Md,Id,Wd,Dd,Fd,Nd,zd,Yd,Xd,jd,Hd,Ud,Vd,Gd,qd=[];function Kd(t,e){zd&&!Nd&&(Nd=zd),Od.data.push({char:t,width:e}),Md+=e}function $d(){Id+=Md,Od.width=Md,Ad.words.push(Od),Od={data:[]},Md=0}function Jd(){Ud&&(Vd.paraNumber++,Ad.paraStart=!0,Ud=!1),zd&&(Ad.startCharSize=Nd,Ad.endCharSize=zd,Nd=0),Ad.width=Id,Gd.width&&Rd(Ad),qd.push(Ad),Ad={words:[]},Id=0}const Qd=0,Zd=1,tc=2;const{top:ec,right:sc,bottom:ic,left:oc}=lt;function rc(t,e,s){const{bounds:i,rows:o}=t;i[e]+=s;for(let t=0;t<o.length;t++)o[t][e]+=s}const nc={getDrawData:function(t,e){"string"!=typeof t&&(t=String(t));let i=0,o=0,r=e.__getInput("width")||0,n=e.__getInput("height")||0;const{textDecoration:a,__font:h,__padding:l}=e;l&&(r&&(i=l[oc],r-=l[sc]+l[oc]),n&&(o=l[ec],n-=l[ec]+l[ic]));const d={bounds:{x:i,y:o,width:r,height:n},rows:[],paraNumber:0,font:s.canvas.font=h};return function(t,e,i){Vd=t,qd=t.rows,Gd=t.bounds;const{__letterSpacing:o,paraIndent:r,textCase:n}=i,{canvas:a}=s,{width:h,height:l}=Gd;if(h||l||o||"none"!==n){const t="none"!==i.textWrap,s="break"===i.textWrap;Ud=!0,Xd=null,Nd=Fd=zd=Md=Id=0,Od={data:[]},Ad={words:[]};for(let i=0,l=e.length;i<l;i++)Dd=e[i],"\n"===Dd?(Md&&$d(),Ad.paraEnd=!0,Jd(),Ud=!0):(Yd=bd(Dd),Yd===Cd&&"none"!==n&&(Dd=kd(Dd,n,!Md)),Fd=a.measureText(Dd).width,o&&(o<0&&(zd=Fd),Fd+=o),jd=Yd===Td&&(Xd===Td||Xd===Cd)||Xd===Td&&Yd!==Ld,Hd=!(Yd!==Sd&&Yd!==Td||Xd!==Pd&&Xd!==Ld),Wd=Ud&&r?h-r:h,t&&h&&Id+Md+Fd>Wd&&(s?(Md&&$d(),Jd()):(Hd||(Hd=Yd===Cd&&Xd==Ld),jd||Hd||Yd===Ed||Yd===Sd||Yd===Td||Md+Fd>Wd?(Md&&$d(),Jd()):Jd()))," "===Dd&&!0!==Ud&&Id+Md===0||(Yd===Ed?(" "===Dd&&Md&&$d(),Kd(Dd,Fd),$d()):jd||Hd?(Md&&$d(),Kd(Dd,Fd)):Kd(Dd,Fd)),Xd=Yd);Md&&$d(),Id&&Jd(),qd.length>0&&(qd[qd.length-1].paraEnd=!0)}else e.split("\n").forEach((t=>{Vd.paraNumber++,qd.push({x:r||0,text:t,width:a.measureText(t).width,paraStart:!0})}))}(d,t,e),l&&function(t,e,s,i,o){if(!i)switch(s.textAlign){case"left":rc(e,"x",t[oc]);break;case"right":rc(e,"x",-t[sc])}if(!o)switch(s.verticalAlign){case"top":rc(e,"y",t[ec]);break;case"bottom":rc(e,"y",-t[ic])}}(l,d,e,r,n),function(t,e){const{rows:s,bounds:i}=t,{__lineHeight:o,__baseLine:r,__letterSpacing:n,__clipText:a,textAlign:h,verticalAlign:l,paraSpacing:d}=e;let c,u,_,{x:p,y:g,width:f,height:y}=i,m=o*s.length+(d?d*(t.paraNumber-1):0),w=r;if(a&&m>y)m=Math.max(y,o),t.overflow=s.length;else switch(l){case"middle":g+=(y-m)/2;break;case"bottom":g+=y-m}w+=g;for(let r=0,l=s.length;r<l;r++){switch(c=s[r],c.x=p,h){case"center":c.x+=(f-c.width)/2;break;case"right":c.x+=f-c.width}c.paraStart&&d&&r>0&&(w+=d),c.y=w,w+=o,t.overflow>r&&w>m&&(c.isOverflow=!0,t.overflow=r+1),u=c.x,_=c.width,n<0&&(c.width<0?(_=-c.width+e.fontSize+n,u-=_,_+=e.fontSize):_-=n),u<i.x&&(i.x=u),_>i.width&&(i.width=_),a&&f&&f<_&&(c.isOverflow=!0,t.overflow||(t.overflow=s.length))}i.y=g,i.height=m}(d,e),function(t,e,s,i){const{rows:o}=t,{textAlign:r,paraIndent:n,letterSpacing:a}=e;let h,l,d,c,u;o.forEach((t=>{t.words&&(d=n&&t.paraStart?n:0,l=s&&"justify"===r&&t.words.length>1?(s-t.width-d)/(t.words.length-1):0,c=a||t.isOverflow?Qd:l>.01?Zd:tc,t.isOverflow&&!a&&(t.textMode=!0),c===tc?(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===Zd?(u={char:"",x:h},h=function(t,e,s){return t.forEach((t=>{s.char+=t.char,e+=t.width})),e}(e.data,h,u)," "!==u.char&&t.data.push(u)):h=function(t,e,s){return t.forEach((t=>{" "!==t.char&&(t.x=e,s.push(t)),e+=t.width})),e}(e.data,h,t.data),!t.paraEnd&&l&&(h+=l,t.width+=l)}))),t.words=null)}))}(d,e,r),d.overflow&&function(t,e){const{rows:i,overflow:o}=t;let{textOverflow:r}=e;if(i.splice(o),"hide"!==r){let t,n;"ellipsis"===r&&(r="...");const a=s.canvas.measureText(r).width,h=e.x+e.width-a;("none"===e.textWrap?i:[i[o-1]]).forEach((e=>{if(e.isOverflow&&e.data){let s=e.data.length-1;for(let i=s;i>-1&&(t=e.data[i],n=t.x+t.width,!(i===s&&n<h));i--){if(n<h&&" "!==t.char){e.data.splice(i+1),e.width-=t.width;break}e.width-=t.width}e.width+=a,e.data.push({char:r,x:n}),e.textMode&&function(t){t.text="",t.data.forEach((e=>{t.text+=e.char})),t.data=null}(e)}}))}}(d,e),"none"!==a&&function(t,e){const{fontSize:s}=e;switch(t.decorationHeight=s/11,e.textDecoration){case"under":t.decorationY=.15*s;break;case"delete":t.decorationY=.35*-s}}(d,e),d}};const ac={string:function(t,e){if("string"==typeof t)return t;let s=void 0===t.a?1:t.a;e&&(s*=e);const i=t.r+","+t.g+","+t.b;return 1===s?"rgb("+i+")":"rgba("+i+","+s+")"}},{setPoint:hc,addPoint:lc,toBounds:dc}=N;const cc={export(t,e,o){return this.running=!0,function(t){uc||(uc=new oo);return new Promise((e=>{uc.add((()=>xl(this,void 0,void 0,(function*(){return yield t(e)}))),{parallel:!1})}))}((r=>new Promise((n=>{const a=t=>{r(t),n(),this.running=!1};if("json"===e)return a({data:t.toJSON()});if("json"===to.fileType(e))return s.origin.download("data:text/plain;charset=utf-8,"+encodeURIComponent(JSON.stringify(t.toJSON())),e),a({data:!0});const{leafer:h}=t;h?h.waitViewCompleted((()=>xl(this,void 0,void 0,(function*(){o=to.getExportOptions(o);let s,r,n=1,l=1;const{worldTransform:d,isLeafer:c,isFrame:u}=t,{slice:_,trim:p,onCanvas:g}=o,f=o.scale||1,y=o.pixelRatio||1,m=o.screenshot||t.isApp,w=c&&m&&void 0===o.fill?t.fill:o.fill,v=to.isOpaqueImage(e)||w,x=new F;if(m)s=!0===m?c?h.canvas.bounds:t.worldRenderBounds:m;else{let e=o.relative||(c?"inner":"local");switch(n=d.scaleX,l=d.scaleY,e){case"inner":x.set(d);break;case"local":x.set(d).divide(t.localTransform),n/=t.scaleX,l/=t.scaleY;break;case"world":n=1,l=1;break;case"page":e=t.leafer;default:x.set(d).divide(t.getTransform(e));const s=e.worldTransform;n/=n/s.scaleX,l/=l/s.scaleY}s=t.getBounds("render",e)}const{x:b,y:B,width:k,height:R}=new nt(s).scale(f);let C=i.canvas({width:Math.round(k),height:Math.round(R),pixelRatio:y});const T={matrix:x.scale(1/f).invert().translate(-b,-B).withScale(1/n*f,1/l*f)};if(_&&(t=h,T.bounds=C.bounds),C.save(),u&&void 0!==w){const e=t.get("fill");t.fill="",t.__render(C,T),t.fill=e}else t.__render(C,T);if(C.restore(),p){r=function(t){const{width:e,height:s}=t.view,{data:i}=t.context.getImageData(0,0,e,s);let o,r,n,a=0;for(let t=0;t<i.length;t+=4)0!==i[t+3]&&(o=a%e,r=(a-o)/e,n?lc(n,o,r):hc(n={},o,r)),a++;const h=new nt;return dc(n,h),h.scale(1/t.pixelRatio).ceil()}(C);const t=C,{width:e,height:s}=r,o={x:0,y:0,width:e,height:s,pixelRatio:y};C=i.canvas(o),C.copyWorld(t,r,o)}v&&C.fillWorld(C.bounds,w||"#FFFFFF","destination-over"),g&&g(C);const S="canvas"===e?C:yield C.export(e,o);a({data:S,width:C.pixelWidth,height:C.pixelHeight,renderBounds:s,trimBounds:r})})))):a({data:!1})}))))}};let uc;const _c=Xt.prototype,pc=gt.get("@leafer-ui/export");_c.export=function(t,e){const{quality:s,blob:i}=to.getExportOptions(e);return t.includes(".")?this.saveAs(t,s):i?this.toBlob(t,s):this.toDataURL(t,s)},_c.toBlob=function(t,e){return new Promise((i=>{s.origin.canvasToBolb(this.view,t,e).then((t=>{i(t)})).catch((t=>{pc.error(t),i(null)}))}))},_c.toDataURL=function(t,e){return s.origin.canvasToDataURL(this.view,t,e)},_c.saveAs=function(t,e){return new Promise((i=>{s.origin.canvasSaveAs(this.view,t,e).then((()=>{i(!0)})).catch((t=>{pc.error(t),i(!1)}))}))},Object.assign(Ln,nc),Object.assign(Pn,ac),Object.assign(On,Hh),Object.assign(An,Bl),Object.assign(Mn,Gl),Object.assign(In,ed),Object.assign(Wn,cc),Object.assign(i,{interaction:(t,e,s,i)=>new Oh(t,e,s,i),hitCanvas:(t,e)=>new eh(t,e),hitCanvasManager:()=>new t.HitCanvasManager}),s.origin={createCanvas(t,e){const s=document.createElement("canvas");return s.width=t,s.height=e,s},canvasToDataURL:(t,e,s)=>t.toDataURL(sh(e),s),canvasToBolb:(t,e,s)=>new Promise((i=>t.toBlob(i,sh(e),s))),canvasSaveAs:(t,e,i)=>{const o=t.toDataURL(sh(ih(e)),i);return s.origin.download(o,e)},download:(t,e)=>new Promise((s=>{let i=document.createElement("a");i.href=t,i.download=e,document.body.appendChild(i),i.click(),document.body.removeChild(i),s()})),loadImage:t=>new Promise(((e,i)=>{const o=new Image,{suffix:r,crossOrigin:n}=s.image;n&&(o.setAttribute("crossOrigin",n),o.crossOrigin=n),o.onload=()=>{e(o)},o.onerror=t=>{i(t)},t.startsWith("data:")||t.startsWith("blob:")||!r||(t+=(t.includes("?")?"&":"?")+r),o.src=t}))},s.event={stopDefault(t){t.preventDefault()},stopNow(t){t.stopImmediatePropagation()},stop(t){t.stopPropagation()}},s.canvas=i.canvas(),s.conicGradientSupport=!!s.canvas.context.createConicGradient,window.addEventListener("unload",(()=>{const{list:e}=t.Leafer;e.forEach((t=>t.destroy(!0))),e.destroy(),ro.destroy()}));const gc=function(e,s){const i=function(t,e){let s="";const i=t;void 0!==e.formatter(i)?s=e.formatter(i):"value"==e.showType?s+=e.info.map((t=>`${i[t]}`)).join("\n"):"key-value"==e.showType&&(s+=e.info.map((t=>`${t} : ${i[t]}`)).join("\n"));return s}(e,s),{fontSize:o,fontFamily:r,fontWeight:n,padding:a}=s.style,h=new t.Box({children:[{tag:"Text",text:i,fontSize:o,fontFamily:r,fontWeight:n,padding:a}]}),{width:l,height:d}=h.getBounds();return{width:l,height:d,text:i}};class fc extends t.PenData{}let yc=class extends t.Pen{get __tag(){return"Tooltip"}constructor(t){super(t),this.target=t.target,this.config=t.config,this.show()}createShapes(e=this.__.pointerPos){this.clear();const{width:s,height:i,text:o}=gc(this.target,this.config),{backgroundColor:r,stroke:n,color:a,padding:h,borderRadius:l,fontSize:d,fontWeight:c,fontFamily:u}=this.config.style;let _=this.config.offset;this.setStyle({fill:r,stroke:n}),this.add(new t.Text({className:"leafer-x-tooltip",fill:a,fontSize:d,fontWeight:c,fontFamily:u,x:e.x+_[0],y:e.y+_[1],text:o,padding:h})),this.roundRect(e.x+_[0],e.y+_[1],s,i,l),this.isShow=!0}clearShowHideTimers(){this.showTimerId&&(clearTimeout(this.showTimerId),this.showTimerId=null),this.hideTimerId&&(clearTimeout(this.hideTimerId),this.hideTimerId=null)}show(t=this.__.pointerPos){this.clearShowHideTimers(),this.showTimerId=setTimeout((()=>{this.createShapes(t),clearTimeout(this.showTimerId),this.showTimerId=null}),this.config.showDelay)}hide(t=!1){this.clearShowHideTimers(),t?this.destroy():this.hideTimerId||(this.hideTimerId=setTimeout((()=>{this.destroy()}),this.config.hideDelay))}update(t){this.clearShowHideTimers(),this.isShow?this.createShapes(t):this.show(t)}destroyTooltip(){this.clearShowHideTimers(),this.destroy(),this.isShow=!1,this.target=void 0}};e([So(fc)],yc.prototype,"__",void 0),e([po({x:0,y:0})],yc.prototype,"pointerPos",void 0),e([po()],yc.prototype,"showTimerId",void 0),e([po()],yc.prototype,"hideTimerId",void 0),e([po(!1)],yc.prototype,"isShow",void 0),e([po()],yc.prototype,"config",void 0),e([po()],yc.prototype,"target",void 0),yc=e([Do()],yc);const mc={reference:"pointer",info:["tag"],showType:"value",formatter:()=>{},showDelay:500,hideDelay:0,arrow:!1,placement:"right-end",offset:[5,5],preventOverflow:!1,includesType:[],excludesType:[],theme:"light",style:{backgroundColor:"white",stroke:"black",color:"black",borderRadius:8,padding:8,fontSize:14,fontWeight:400,fontFamily:'"Punctuation SC","Inter",ui-sans-serif,system-ui,"PingFang SC","Noto Sans CJK SC", "Noto Sans SC", "Heiti SC", "Microsoft YaHei", "DengXian", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"'}};exports.TooltipPlugin=class{constructor(t,e){this.instance=t,this.config=Object.assign({},mc,e),this.handleConfig(),this.initState(),this.pointEventId=this.initEvent()}initState(){if(this.instance.isApp){const t=this.instance;void 0===t.sky&&(t.sky=t.addLeafer({type:"draw",usePartRender:!1})),this.aimLeafer=t.sky}else this.instance.isLeafer&&(this.aimLeafer=this.instance)}handleConfig(){"dark"===this.config.theme&&(this.config.style.backgroundColor="black",this.config.style.color="white")}initEvent(){return this.instance.on_(t.PointerEvent.MOVE,this.handlePointMove,this)}handlePointMove(t){const e=this.instance.pick({x:t.x,y:t.y},{ignoreHittable:!0,through:!0}),s=this.filterTarget(e.throughPath.list);s&&this.handleAllowed(s)?this.handleTooltip(t,s):this.hideTooltip()}filterTarget(t){const e=["Leafer","App"],s=t.filter((t=>{var s;return!e.includes(null==t?void 0:t.tag)&&"Tooltip"!==(null===(s=null==t?void 0:t.parent)||void 0===s?void 0:s.tag)&&"leafer-x-tooltip"!==(null==t?void 0:t.className)}));return s[s.length-1]||null}handleAllowed(t){const e=["#"+t.id,"."+t.className,t.tag],{includesType:s,excludesType:i}=this.config;if(0===s.length&&0===i.length)return!0;const o=e.some((t=>s.includes(t))),r=e.some((t=>i.includes(t)));return!r&&0===s.length||!(!o&&0===i.length)&&(o||!r)}hideTooltip(){this.aimLeafer.find("Tooltip").forEach((t=>{t.hide()}))}handleTooltip(t,e){const s=function(t){return t.tag+t.innerId}(e),i=this.aimLeafer.find("Tooltip");let o=!1;for(const e of i)e.id===s?(e.update({x:t.x,y:t.y}),o=!0):e.hide();o||this.aimLeafer.add(new yc({id:s,pointerPos:{x:t.x,y:t.y},target:e,config:this.config}))}destroy(){const t=this.aimLeafer.find("Tooltip");t&&t.forEach((t=>{t.destroyTooltip(),t.parent.remove(t)})),this.instance.off_(this.pointEventId),this.instance=null,this.aimLeafer=null}};
|
|
1
|
+
"use strict";const t={toURL(t,e){let i=encodeURIComponent(t);return"text"===e?i="data:text/plain;charset=utf-8,"+i:"svg"===e&&(i="data:image/svg+xml,"+i),i},image:{hitCanvasSize:100,maxCacheSize:4096e3,maxPatternSize:8847360,crossOrigin:"anonymous",getRealURL(e){const{prefix:i,suffix:s}=t.image;return!s||e.startsWith("data:")||e.startsWith("blob:")||(e+=(e.includes("?")?"&":"?")+s),i&&"/"===e[0]&&(e=i+e),e}}},e={},i={RUNTIME:"runtime",LEAF:"leaf",TASK:"task",CNAVAS:"canvas",IMAGE:"image",types:{},create(t){const{types:e}=s;return e[t]?e[t]++:(e[t]=1,0)}},s=i,{round:o,pow:n,PI:r}=Math,a={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)),a.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?n(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&&a.assignScale(s,t),s),assignScale(t,e){"number"==typeof e?t.scaleX=t.scaleY=e:(t.scaleX=e.x,t.scaleY=e.y)}},h=r/180,l=2*r,d=r/2;function c(){return{a:1,b:0,c:0,d:1,e:0,f:0}}const{sin:u,cos:_,acos:p,sqrt:g}=Math,{float:f}=a,y={};function m(){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 v={defaultMatrix:{a:1,b:0,c:0,d:1,e:0,f:0},defaultWorld:m(),tempMatrix:{},set(t,e=1,i=0,s=0,o=1,n=0,r=0){t.a=e,t.b=i,t.c=s,t.d=o,t.e=n,t.f=r},get:c,getWorld:m,copy(t,e){t.a=e.a,t.b=e.b,t.c=e.c,t.d=e.d,t.e=e.e,t.f=e.f},translate(t,e,i){t.e+=e,t.f+=i},translateInner(t,e,i,s){t.e+=t.a*e+t.c*i,t.f+=t.b*e+t.d*i,s&&(t.e-=e,t.f-=i)},scale(t,e,i=e){t.a*=e,t.b*=e,t.c*=i,t.d*=i},scaleOfOuter(t,e,i,s){w.toInnerPoint(t,e,y),w.scaleOfInner(t,y,i,s)},scaleOfInner(t,e,i,s=i){w.translateInner(t,e.x,e.y),w.scale(t,i,s),w.translateInner(t,-e.x,-e.y)},rotate(t,e){const{a:i,b:s,c:o,d:n}=t,r=_(e*=h),a=u(e);t.a=i*r-s*a,t.b=i*a+s*r,t.c=o*r-n*a,t.d=o*a+n*r},rotateOfOuter(t,e,i){w.toInnerPoint(t,e,y),w.rotateOfInner(t,y,i)},rotateOfInner(t,e,i){w.translateInner(t,e.x,e.y),w.rotate(t,i),w.translateInner(t,-e.x,-e.y)},skew(t,e,i){const{a:s,b:o,c:n,d:r}=t;i&&(i*=h,t.a=s+n*i,t.b=o+r*i),e&&(e*=h,t.c=n+s*e,t.d=r+o*e)},skewOfOuter(t,e,i,s){w.toInnerPoint(t,e,y),w.skewOfInner(t,y,i,s)},skewOfInner(t,e,i,s=0){w.translateInner(t,e.x,e.y),w.skew(t,i,s),w.translateInner(t,-e.x,-e.y)},multiply(t,e){const{a:i,b:s,c:o,d:n,e:r,f:a}=t;t.a=e.a*i+e.b*o,t.b=e.a*s+e.b*n,t.c=e.c*i+e.d*o,t.d=e.c*s+e.d*n,t.e=e.e*i+e.f*o+r,t.f=e.e*s+e.f*n+a},multiplyParent(t,e,i,s,o,n){let{e:r,f:a}=t;if(n&&(r+=n.scrollX,a+=n.scrollY),i||(i=t),void 0===s&&(s=1!==t.a||t.b||t.c||1!==t.d),s){const{a:s,b:n,c:r,d:a}=t;i.a=s*e.a+n*e.c,i.b=s*e.b+n*e.d,i.c=r*e.a+a*e.c,i.d=r*e.b+a*e.d,o&&(i.scaleX=e.scaleX*o.scaleX,i.scaleY=e.scaleY*o.scaleY)}else i.a=e.a,i.b=e.b,i.c=e.c,i.d=e.d,o&&(i.scaleX=e.scaleX,i.scaleY=e.scaleY);i.e=r*e.a+a*e.c+e.e,i.f=r*e.b+a*e.d+e.f},divide(t,e){w.multiply(t,w.tempInvert(e))},divideParent(t,e){w.multiplyParent(t,w.tempInvert(e))},tempInvert(t){const{tempMatrix:e}=w;return w.copy(e,t),w.invert(e),e},invert(t){const{a:e,b:i,c:s,d:o,e:n,f:r}=t;if(i||s){const a=1/(e*o-i*s);t.a=o*a,t.b=-i*a,t.c=-s*a,t.d=e*a,t.e=-(n*o-r*s)*a,t.f=-(r*e-n*i)*a}else if(1===e&&1===o)t.e=-n,t.f=-r;else{const i=1/(e*o);t.a=o*i,t.d=e*i,t.e=-n*o*i,t.f=-r*e*i}},toOuterPoint(t,e,i,s){const{x:o,y:n}=e;i||(i=e),i.x=o*t.a+n*t.c,i.y=o*t.b+n*t.d,s||(i.x+=t.e,i.y+=t.f)},toInnerPoint(t,e,i,s){const{a:o,b:n,c:r,d:a}=t,h=1/(o*a-n*r),{x:l,y:d}=e;if(i||(i=e),i.x=(l*a-d*r)*h,i.y=(d*o-l*n)*h,!s){const{e:e,f:s}=t;i.x-=(e*a-s*r)*h,i.y-=(s*o-e*n)*h}},setLayout(t,e,i,s,o){const{x:n,y:r,scaleX:a,scaleY:l}=e;if(void 0===o&&(o=e.rotation||e.skewX||e.skewY),o){const{rotation:i,skewX:s,skewY:o}=e,n=i*h,r=_(n),d=u(n);if(s||o){const e=s*h,i=o*h;t.a=(r+i*-d)*a,t.b=(d+i*r)*a,t.c=(e*r-d)*l,t.d=(r+e*d)*l}else t.a=r*a,t.b=d*a,t.c=-d*l,t.d=r*l}else t.a=a,t.b=0,t.c=0,t.d=l;t.e=n,t.f=r,(i=i||s)&&w.translateInner(t,-i.x,-i.y,!s)},getLayout(t,e,i,s){const{a:o,b:n,c:r,d:a,e:l,f:c}=t;let y,m,v,w,x,b=l,B=c;if(n||r){const t=o*a-n*r;if(r&&!s){y=g(o*o+n*n),m=t/y;const e=o/y;v=n>0?p(e):-p(e)}else{m=g(r*r+a*a),y=t/m;const e=r/m;v=d-(a>0?p(-e):-p(e))}const e=f(_(v)),i=u(v);y=f(y),m=f(m),w=e?f((r/m+i)/e/h,9):0,x=e?f((n/y-i)/e/h,9):0,v=f(v/h)}else y=o,m=a,v=w=x=0;return(e=i||e)&&(b+=e.x*o+e.y*r,B+=e.x*n+e.y*a,i||(b-=e.x,B-=e.y)),{x:b,y:B,scaleX:y,scaleY:m,rotation:v,skewX:w,skewY:x}},withScale(t,e,i=e){const s=t;if(!e||!i){const{a:s,b:o,c:n,d:r}=t;o||n?i=(s*r-o*n)/(e=g(s*s+o*o)):(e=s,i=r)}return s.scaleX=e,s.scaleY=i,s},reset(t){w.set(t)}},w=v,{toInnerPoint:x,toOuterPoint:b}=v,{sin:B,cos:R,abs:T,sqrt:k,atan2:C,min:E,PI:P}=Math,S={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=O.defaultPoint);const s=R(e*=h),o=B(e),n=t.x-i.x,r=t.y-i.y;t.x=i.x+n*s-r*o,t.y=i.y+n*o+r*s},tempToInnerOf(t,e){const{tempPoint:i}=O;return D(i,t),x(e,i,i),i},tempToOuterOf(t,e){const{tempPoint:i}=O;return D(i,t),b(e,i,i),i},tempToInnerRadiusPointOf(t,e){const{tempRadiusPoint:i}=O;return D(i,t),O.toInnerRadiusPointOf(t,e,i),i},toInnerRadiusPointOf(t,e,i){i||(i=t),x(e,t,i),i.radiusX=Math.abs(t.radiusX/e.scaleX),i.radiusY=Math.abs(t.radiusY/e.scaleY)},toInnerOf(t,e,i){x(e,t,i)},toOuterOf(t,e,i){b(e,t,i)},getCenter:(t,e)=>({x:t.x+(e.x-t.x)/2,y:t.y+(e.y-t.y)/2}),getCenterX:(t,e)=>t+(e-t)/2,getCenterY:(t,e)=>t+(e-t)/2,getDistance:(t,e)=>L(t.x,t.y,e.x,e.y),getDistanceFrom(t,e,i,s){const o=T(i-t),n=T(s-e);return k(o*o+n*n)},getMinDistanceFrom:(t,e,i,s,o,n)=>E(L(t,e,i,s),L(i,s,o,n)),getAngle:(t,e)=>M(t,e)/h,getRotation:(t,e,i,s)=>(s||(s=e),O.getRadianFrom(t.x,t.y,e.x,e.y,i.x,i.y,s.x,s.y)/h),getRadianFrom(t,e,i,s,o,n,r,a){void 0===r&&(r=i,a=s);let h=C(e-s,t-i);const d=C(n-a,o-r)-h;return d<-P?d+l:d},getAtan2:(t,e)=>C(e.y-t.y,e.x-t.x),getDistancePoint(t,e,i,s){const o=M(t,e);return(e=s?e:{}).x=t.x+R(o)*i,e.y=t.y+B(o)*i,e},reset(t){}},O=S,{getDistanceFrom:L,copy:D,getAtan2:M}=O;class A{constructor(t,e){this.set(t,e)}set(t,e){return"object"==typeof t?S.copy(this,t):S.set(this,t,e),this}get(){const{x:t,y:e}=this;return{x:t,y:e}}clone(){return new A(this)}move(t,e){return S.move(this,t,e),this}scale(t,e){return S.scale(this,t,e),this}scaleOf(t,e,i){return S.scaleOf(this,t,e,i),this}rotate(t,e){return S.rotate(this,t,e),this}rotateOf(t,e){return S.rotate(this,e,t),this}getRotation(t,e,i){return S.getRotation(this,t,e,i)}toInnerOf(t,e){return S.toInnerOf(this,t,e),this}toOuterOf(t,e){return S.toOuterOf(this,t,e),this}getCenter(t){return new A(S.getCenter(this,t))}getDistance(t){return S.getDistance(this,t)}getDistancePoint(t,e,i){return new A(S.getDistancePoint(this,t,e,i))}getAngle(t){return S.getAngle(this,t)}getAtan2(t){return S.getAtan2(this,t)}reset(){return this}}new A;class I{constructor(t,e,i,s,o,n){this.set(t,e,i,s,o,n)}set(t,e,i,s,o,n){return"object"==typeof t?v.copy(this,t):v.set(this,t,e,i,s,o,n),this}setWith(t){return v.copy(this,t),this.scaleX=t.scaleX,this.scaleY=t.scaleY,this}get(){const{a:t,b:e,c:i,d:s,e:o,f:n}=this;return{a:t,b:e,c:i,d:s,e:o,f:n}}clone(){return new I(this)}translate(t,e){return v.translate(this,t,e),this}translateInner(t,e){return v.translateInner(this,t,e),this}scale(t,e){return v.scale(this,t,e),this}scaleWith(t,e){return v.scale(this,t,e),this.scaleX*=t,this.scaleY*=e||t,this}scaleOfOuter(t,e,i){return v.scaleOfOuter(this,t,e,i),this}scaleOfInner(t,e,i){return v.scaleOfInner(this,t,e,i),this}rotate(t){return v.rotate(this,t),this}rotateOfOuter(t,e){return v.rotateOfOuter(this,t,e),this}rotateOfInner(t,e){return v.rotateOfInner(this,t,e),this}skew(t,e){return v.skew(this,t,e),this}skewOfOuter(t,e,i){return v.skewOfOuter(this,t,e,i),this}skewOfInner(t,e,i){return v.skewOfInner(this,t,e,i),this}multiply(t){return v.multiply(this,t),this}multiplyParent(t){return v.multiplyParent(this,t),this}divide(t){return v.divide(this,t),this}divideParent(t){return v.divideParent(this,t),this}invert(){return v.invert(this),this}invertWith(){return v.invert(this),this.scaleX=1/this.scaleX,this.scaleY=1/this.scaleY,this}toOuterPoint(t,e,i){v.toOuterPoint(this,t,e,i)}toInnerPoint(t,e,i){v.toInnerPoint(this,t,e,i)}setLayout(t,e,i){return v.setLayout(this,t,e,i),this}getLayout(t,e,i){return v.getLayout(this,t,e,i)}withScale(t,e){return v.withScale(this,t,e)}reset(){v.reset(this)}}new I;const W={tempPointBounds:{},setPoint(t,e,i){t.minX=t.maxX=e,t.minY=t.maxY=i},addPoint(t,e,i){t.minX=e<t.minX?e:t.minX,t.minY=i<t.minY?i:t.minY,t.maxX=e>t.maxX?e:t.maxX,t.maxY=i>t.maxY?i:t.maxY},addBounds(t,e,i,s,o){F(t,e,i),F(t,e+s,i+o)},copy(t,e){t.minX=e.minX,t.minY=e.minY,t.maxX=e.maxX,t.maxY=e.maxY},addPointBounds(t,e){t.minX=e.minX<t.minX?e.minX:t.minX,t.minY=e.minY<t.minY?e.minY:t.minY,t.maxX=e.maxX>t.maxX?e.maxX:t.maxX,t.maxY=e.maxY>t.maxY?e.maxY:t.maxY},toBounds(t,e){e.x=t.minX,e.y=t.minY,e.width=t.maxX-t.minX,e.height=t.maxY-t.minY}},{addPoint:F}=W,{tempPointBounds:N,setPoint:z,addPoint:Y,toBounds:X}=W,{toOuterPoint:j}=v,{float:H,fourNumber:U}=a,{floor:V,ceil:G}=Math;let K,q,Z,$;const J={},Q={},tt={tempBounds:{},set(t,e=0,i=0,s=0,o=0){t.x=e,t.y=i,t.width=s,t.height=o},copy(t,e){t.x=e.x,t.y=e.y,t.width=e.width,t.height=e.height},copyAndSpread(t,e,i,s,o){const{x:n,y:r,width:a,height:h}=e;if(i instanceof Array){const e=U(i);s?et.set(t,n+e[3],r+e[0],a-e[1]-e[3],h-e[2]-e[0]):et.set(t,n-e[3],r-e[0],a+e[1]+e[3],h+e[2]+e[0])}else s&&(i=-i),et.set(t,n-i,r-i,a+2*i,h+2*i);o&&("width"===o?(t.y=r,t.height=h):(t.x=n,t.width=a))},minX:t=>t.width>0?t.x:t.x+t.width,minY:t=>t.height>0?t.y:t.y+t.height,maxX:t=>t.width>0?t.x+t.width:t.x,maxY:t=>t.height>0?t.y+t.height:t.y,move(t,e,i){t.x+=e,t.y+=i},getByMove:(t,e,i)=>(t=Object.assign({},t),et.move(t,e,i),t),toOffsetOutBounds(t,e,i){e?st(e,t):e=t,i?(e.offsetX=-(et.maxX(i)-t.x),e.offsetY=-(et.maxY(i)-t.y)):(e.offsetX=t.x+t.width,e.offsetY=t.y+t.height),et.move(e,-e.offsetX,-e.offsetY)},scale(t,e,i=e){S.scale(t,e,i),t.width*=e,t.height*=i},scaleOf(t,e,i,s=i){S.scaleOf(t,e,i,s),t.width*=i,t.height*=s},tempToOuterOf:(t,e)=>(et.copy(et.tempBounds,t),et.toOuterOf(et.tempBounds,e),et.tempBounds),getOuterOf:(t,e)=>(t=Object.assign({},t),et.toOuterOf(t,e),t),toOuterOf(t,e,i){if(i||(i=t),0===e.b&&0===e.c){const{a:s,d:o}=e;s>0?(i.width=t.width*s,i.x=e.e+t.x*s):(i.width=t.width*-s,i.x=e.e+t.x*s-i.width),o>0?(i.height=t.height*o,i.y=e.f+t.y*o):(i.height=t.height*-o,i.y=e.f+t.y*o-i.height)}else J.x=t.x,J.y=t.y,j(e,J,Q),z(N,Q.x,Q.y),J.x=t.x+t.width,j(e,J,Q),Y(N,Q.x,Q.y),J.y=t.y+t.height,j(e,J,Q),Y(N,Q.x,Q.y),J.x=t.x,j(e,J,Q),Y(N,Q.x,Q.y),X(N,i)},toInnerOf(t,e,i){i||(i=t),et.move(i,-e.e,-e.f),et.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 I(s,0,0,s,-e.x*s,-e.y*s)},getSpread(t,e,i){const s={};return et.copyAndSpread(s,t,e,!1,i),s},spread(t,e,i){et.copyAndSpread(t,t,e,!1,i)},shrink(t,e,i){et.copyAndSpread(t,t,e,!0,i)},ceil(t){const{x:e,y:i}=t;t.x=V(t.x),t.y=V(t.y),t.width=e>t.x?G(t.width+e-t.x):G(t.width),t.height=i>t.y?G(t.height+i-t.y):G(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=H(t.x,e),t.y=H(t.y,e),t.width=H(t.width,e),t.height=H(t.height,e)},add(t,e,i){K=t.x+t.width,q=t.y+t.height,Z=e.x,$=e.y,i||(Z+=e.width,$+=e.height),K=K>Z?K:Z,q=q>$?q:$,t.x=t.x<e.x?t.x:e.x,t.y=t.y<e.y?t.y:e.y,t.width=K-t.x,t.height=q-t.y},addList(t,e){et.setListWithFn(t,e,void 0,!0)},setList(t,e,i=!1){et.setListWithFn(t,e,void 0,i)},addListWithFn(t,e,i){et.setListWithFn(t,e,i,!0)},setListWithFn(t,e,i,s=!1){let o,n=!0;for(let r=0,a=e.length;r<a;r++)o=i?i(e[r]):e[r],o&&(o.width||o.height)&&(n?(n=!1,s||st(t,o)):it(t,o));n&&et.reset(t)},setPoints(t,e){e.forEach(((t,e)=>0===e?z(N,t.x,t.y):Y(N,t.x,t.y))),X(N,t)},setPoint(t,e){et.set(t,e.x,e.y)},addPoint(t,e){it(t,e,!0)},getPoints(t){const{x:e,y:i,width:s,height:o}=t;return[{x:e,y:i},{x:e+s,y:i},{x:e+s,y:i+o},{x:e,y:i+o}]},hitRadiusPoint:(t,e,i)=>(i&&(e=S.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=S.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=et.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=et.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=et.tempToOuterOf(e,i)),!et.hit(t,e))return{x:0,y:0,width:0,height:0};let{x:s,y:o,width:n,height:r}=e;return K=s+n,q=o+r,Z=t.x+t.width,$=t.y+t.height,s=s>t.x?s:t.x,o=o>t.y?o:t.y,K=K<Z?K:Z,q=q<$?q:$,n=K-s,r=q-o,{x:s,y:o,width:n,height:r}},intersect(t,e,i){et.copy(t,et.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){et.set(t)}},et=tt,{add:it,copy:st}=et;class ot{get minX(){return tt.minX(this)}get minY(){return tt.minY(this)}get maxX(){return tt.maxX(this)}get maxY(){return tt.maxY(this)}constructor(t,e,i,s){this.set(t,e,i,s)}set(t,e,i,s){return"object"==typeof t?tt.copy(this,t):tt.set(this,t,e,i,s),this}get(){const{x:t,y:e,width:i,height:s}=this;return{x:t,y:e,width:i,height:s}}clone(){return new ot(this)}move(t,e){return tt.move(this,t,e),this}scale(t,e){return tt.scale(this,t,e),this}scaleOf(t,e,i){return tt.scaleOf(this,t,e,i),this}toOuterOf(t,e){return tt.toOuterOf(this,t,e),this}toInnerOf(t,e){return tt.toInnerOf(this,t,e),this}getFitMatrix(t,e){return tt.getFitMatrix(this,t,e)}spread(t,e){return tt.spread(this,t,e),this}shrink(t,e){return tt.shrink(this,t,e),this}ceil(){return tt.ceil(this),this}unsign(){return tt.unsign(this),this}float(t){return tt.float(this,t),this}add(t){return tt.add(this,t),this}addList(t){return tt.setList(this,t,!0),this}setList(t){return tt.setList(this,t),this}addListWithFn(t,e){return tt.setListWithFn(this,t,e,!0),this}setListWithFn(t,e){return tt.setListWithFn(this,t,e),this}setPoint(t){return tt.setPoint(this,t),this}setPoints(t){return tt.setPoints(this,t),this}addPoint(t){return tt.addPoint(this,t),this}getPoints(){return tt.getPoints(this)}hitPoint(t,e){return tt.hitPoint(this,t,e)}hitRadiusPoint(t,e){return tt.hitRadiusPoint(this,t,e)}hit(t,e){return tt.hit(this,t,e)}includes(t,e){return tt.includes(this,t,e)}intersect(t,e){return tt.intersect(this,t,e),this}getIntersect(t,e){return new ot(tt.getIntersectData(this,t,e))}isSame(t){return tt.isSame(this,t)}isEmpty(){return tt.isEmpty(this)}reset(){tt.reset(this)}}const nt=new ot;class rt{constructor(t,e,i,s,o,n){"object"==typeof t?this.copy(t):this.set(t,e,i,s,o,n)}set(t=0,e=0,i=0,s=0,o=0,n=0){this.top=t,this.right=e,this.bottom=i,this.left=s,this.width=o,this.height=n}copy(t){const{top:e,right:i,bottom:s,left:o,width:n,height:r}=t;this.set(e,i,s,o,n,r)}getBoundsFrom(t){const{top:e,right:i,bottom:s,left:o,width:n,height:r}=this;return new ot(o,e,n||t.width-o-i,r||t.height-e-s)}}var at,ht;!function(t){t[t.top=0]="top",t[t.right=1]="right",t[t.bottom=2]="bottom",t[t.left=3]="left"}(at||(at={})),function(t){t[t.topLeft=0]="topLeft",t[t.top=1]="top",t[t.topRight=2]="topRight",t[t.right=3]="right",t[t.bottomRight=4]="bottomRight",t[t.bottom=5]="bottom",t[t.bottomLeft=6]="bottomLeft",t[t.left=7]="left",t[t.center=8]="center",t[t["top-left"]=0]="top-left",t[t["top-right"]=2]="top-right",t[t["bottom-right"]=4]="bottom-right",t[t["bottom-left"]=6]="bottom-left"}(ht||(ht={}));const lt=[{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}];lt.forEach((t=>t.type="percent"));const dt={directionData:lt,tempPoint:{},get:ct,toPoint(t,e,i,s,o){const n=ct(t);i.x=n.x,i.y=n.y,"percent"===n.type&&(i.x*=e.width,i.y*=e.height,o&&(i.x-=o.x,i.y-=o.y,n.x&&(i.x-=1===n.x?o.width:.5===n.x?n.x*o.width:0),n.y&&(i.y-=1===n.y?o.height:.5===n.y?n.y*o.height:0))),s||(i.x+=e.x,i.y+=e.y)}};function ct(t){return"string"==typeof t?lt[ht[t]]:t}const{toPoint:ut}=dt,_t={toPoint(t,e,i,s,o){ut(t,i,s,o,e)}},pt={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 gt{constructor(t){this.repeatMap={},this.name=t}static get(t){return new gt(t)}static set filter(t){this.filterList=ft(t)}static set exclude(t){this.excludeList=ft(t)}log(...t){if(yt.enable){if(yt.filterList.length&&yt.filterList.every((t=>t!==this.name)))return;if(yt.excludeList.length&&yt.excludeList.some((t=>t===this.name)))return;console.log("%c"+this.name,"color:#21ae62",...t)}}tip(...t){yt.enable&&this.warn(...t)}warn(...t){yt.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 ft(t){return t?"string"==typeof t&&(t=[t]):t=[],t}gt.filterList=[],gt.excludeList=[],gt.showWarn=!0;const yt=gt,mt=gt.get("RunTime"),vt={currentId:0,currentName:"",idMap:{},nameMap:{},nameToIdMap:{},start(t,e){const s=i.create(i.RUNTIME);return wt.currentId=wt.idMap[s]=e?performance.now():Date.now(),wt.currentName=wt.nameMap[s]=t,wt.nameToIdMap[t]=s,s},end(t,e){const i=wt.idMap[t],s=wt.nameMap[t],o=e?(performance.now()-i)/1e3:Date.now()-i;wt.idMap[t]=wt.nameMap[t]=wt.nameToIdMap[s]=void 0,mt.log(s,o,"ms")},endOfName(t,e){const i=wt.nameToIdMap[t];void 0!==i&&wt.end(i,e)}},wt=vt;function xt(t){console.error("need plugin: @leafer-in/"+t)}const bt=gt.get("UICreator"),Bt={list:{},register(t){const{__tag:e}=t.prototype;Rt[e]?bt.repeat(e):Rt[e]=t},get(t,e,i,s,o,n){const r=new Rt[t](e);return void 0!==i&&(r.x=i,s&&(r.y=s),o&&(r.width=o),n&&(r.height=n)),r}},{list:Rt}=Bt,Tt=gt.get("EventCreator"),kt={nameList:{},register(t){let e;Object.keys(t).forEach((i=>{e=t[i],"string"==typeof e&&(Ct[e]?Tt.repeat(e):Ct[e]=t)}))},changeName(t,e){const i=Ct[t];if(i){const s=Object.keys(i).find((e=>i[e]===t));s&&(i[s]=e,Ct[e]=i)}},has(t){return!!this.nameList[t]},get:(t,...e)=>new Ct[t](...e)},{nameList:Ct}=kt;class Et{constructor(){this.list=[]}add(t){t.manager=this,this.list.push(t)}get(t){let i;const{list:s}=this;for(let e=0,o=s.length;e<o;e++)if(i=s[e],i.recycled&&i.isSameSize(t))return i.recycled=!1,i.manager||(i.manager=this),i;const o=e.canvas(t);return this.add(o),o}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 Pt={default:(t,e)=>(St(e,t),St(t,e),t),assign(t,e){let i;Object.keys(e).forEach((s=>{var o;i=e[s],(null==i?void 0:i.constructor)===Object&&(null===(o=t[s])||void 0===o?void 0:o.constructor)===Object?St(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:St}=Pt;class Ot{get __useNaturalRatio(){return!0}get __isLinePath(){return this.path&&6===this.path.length}get __blendMode(){if(this.eraser&&"path"!==this.eraser)return"destination-out";const{blendMode:t}=this;return"pass-through"===t?null:t}constructor(t){this.__leaf=t}__get(t){if(this.__input){const e=this.__input[t];if(void 0!==e)return e}return this[t]}__getData(){const t={tag:this.__leaf.tag},{__input:e}=this;let i;for(let s in this)"_"!==s[0]&&(i=e?e[s]:void 0,t[s]=void 0===i?this[s]:i);return t}__setInput(t,e){this.__input||(this.__input={}),this.__input[t]=e}__getInput(t){if(this.__input){const e=this.__input[t];if(void 0!==e)return e}if("path"!==t||this.__pathInputed)return this["_"+t]}__removeInput(t){this.__input&&void 0!==this.__input[t]&&(this.__input[t]=void 0)}__getInputData(t,e){const i={};if(t)if(t instanceof Array)for(let e of t)i[e]=this.__getInput(e);else for(let e in t)i[e]=this.__getInput(e);else{let t,e,{__input:s}=this;i.tag=this.__leaf.tag;for(let o in this)if("_"!==o[0]&&(t=this["_"+o],void 0!==t)){if("path"===o&&!this.__pathInputed)continue;e=s?s[o]:void 0,i[o]=void 0===e?t:e}}if(e&&e.matrix){const{a:t,b:e,c:s,d:o,e:n,f:r}=this.__leaf.__localMatrix;i.matrix={a:t,b:e,c:s,d:o,e:n,f:r}}return i}__setMiddle(t,e){this.__middle||(this.__middle={}),this.__middle[t]=e}__getMiddle(t){return this.__middle&&this.__middle[t]}__checkSingle(){const t=this;if("pass-through"===t.blendMode){const e=this.__leaf;t.opacity<1&&e.isBranch||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 Lt;function Dt(t,e,i,s){var o,n=arguments.length,r=n<3?e:null===s?s=Object.getOwnPropertyDescriptor(e,i):s;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(t,e,i,s);else for(var a=t.length-1;a>=0;a--)(o=t[a])&&(r=(n<3?o(r):n>3?o(e,i,r):o(e,i))||r);return n>3&&r&&Object.defineProperty(e,i,r),r}function Mt(t,e,i,s){return new(i||(i=Promise))((function(o,n){function r(t){try{h(s.next(t))}catch(t){n(t)}}function a(t){try{h(s.throw(t))}catch(t){n(t)}}function h(t){var e;t.done?o(t.value):(e=t.value,e instanceof i?e:new i((function(t){t(e)}))).then(r,a)}h((s=s.apply(t,e||[])).next())}))}function At(t){return(e,i)=>{t||(t=i),Object.defineProperty(e,i,{get(){return this.context[t]},set(e){this.context[t]=e}})}}!function(t){t[t.No=0]="No",t[t.Yes=1]="Yes",t[t.NoAndSkip=2]="NoAndSkip",t[t.YesAndSkip=3]="YesAndSkip"}(Lt||(Lt={})),"function"==typeof SuppressedError&&SuppressedError;const It=[];function Wt(){return(t,e)=>{It.push(e)}}const Ft=[];let Nt=class{set blendMode(t){"normal"===t&&(t="source-over"),this.context.globalCompositeOperation=t}get blendMode(){return this.context.globalCompositeOperation}set dashPattern(t){this.context.setLineDash(t||Ft)}get dashPattern(){return this.context.getLineDash()}__bindContext(){let t;It.forEach((e=>{t=this.context[e],t&&(this[e]=t.bind(this.context))})),this.textBaseline="alphabetic"}setTransform(t,e,i,s,o,n){}resetTransform(){}getTransform(){}save(){}restore(){}transform(t,e,i,s,o,n){"object"==typeof t?this.context.transform(t.a,t.b,t.c,t.d,t.e,t.f):this.context.transform(t,e,i,s,o,n)}translate(t,e){}scale(t,e){}rotate(t){}fill(t,e){}stroke(t){}clip(t,e){}fillRect(t,e,i,s){}strokeRect(t,e,i,s){}clearRect(t,e,i,s){}drawImage(t,e,i,s,o,n,r,a,h){switch(arguments.length){case 9:if(e<0){const t=-e/s*a;s+=e,e=0,n+=t,a-=t}if(i<0){const t=-i/o*h;o+=i,i=0,r+=t,h-=t}this.context.drawImage(t,e,i,s,o,n,r,a,h);break;case 5:this.context.drawImage(t,e,i,s,o);break;case 3:this.context.drawImage(t,e,i)}}beginPath(){}moveTo(t,e){}lineTo(t,e){}bezierCurveTo(t,e,i,s,o,n){}quadraticCurveTo(t,e,i,s){}closePath(){}arc(t,e,i,s,o,n){}arcTo(t,e,i,s,o){}ellipse(t,e,i,s,o,n,r,a){}rect(t,e,i,s){}roundRect(t,e,i,s,o){}createConicGradient(t,e,i){}createLinearGradient(t,e,i,s){}createPattern(t,e){}createRadialGradient(t,e,i,s,o,n){}fillText(t,e,i,s){}measureText(t){}strokeText(t,e,i,s){}destroy(){this.context=null}};Dt([At("imageSmoothingEnabled")],Nt.prototype,"smooth",void 0),Dt([At("imageSmoothingQuality")],Nt.prototype,"smoothLevel",void 0),Dt([At("globalAlpha")],Nt.prototype,"opacity",void 0),Dt([At()],Nt.prototype,"fillStyle",void 0),Dt([At()],Nt.prototype,"strokeStyle",void 0),Dt([At("lineWidth")],Nt.prototype,"strokeWidth",void 0),Dt([At("lineCap")],Nt.prototype,"strokeCap",void 0),Dt([At("lineJoin")],Nt.prototype,"strokeJoin",void 0),Dt([At("lineDashOffset")],Nt.prototype,"dashOffset",void 0),Dt([At()],Nt.prototype,"miterLimit",void 0),Dt([At()],Nt.prototype,"shadowBlur",void 0),Dt([At()],Nt.prototype,"shadowColor",void 0),Dt([At()],Nt.prototype,"shadowOffsetX",void 0),Dt([At()],Nt.prototype,"shadowOffsetY",void 0),Dt([At()],Nt.prototype,"filter",void 0),Dt([At()],Nt.prototype,"font",void 0),Dt([At()],Nt.prototype,"fontKerning",void 0),Dt([At()],Nt.prototype,"fontStretch",void 0),Dt([At()],Nt.prototype,"fontVariantCaps",void 0),Dt([At()],Nt.prototype,"textAlign",void 0),Dt([At()],Nt.prototype,"textBaseline",void 0),Dt([At()],Nt.prototype,"textRendering",void 0),Dt([At()],Nt.prototype,"wordSpacing",void 0),Dt([At()],Nt.prototype,"letterSpacing",void 0),Dt([At()],Nt.prototype,"direction",void 0),Dt([Wt()],Nt.prototype,"setTransform",null),Dt([Wt()],Nt.prototype,"resetTransform",null),Dt([Wt()],Nt.prototype,"getTransform",null),Dt([Wt()],Nt.prototype,"save",null),Dt([Wt()],Nt.prototype,"restore",null),Dt([Wt()],Nt.prototype,"translate",null),Dt([Wt()],Nt.prototype,"scale",null),Dt([Wt()],Nt.prototype,"rotate",null),Dt([Wt()],Nt.prototype,"fill",null),Dt([Wt()],Nt.prototype,"stroke",null),Dt([Wt()],Nt.prototype,"clip",null),Dt([Wt()],Nt.prototype,"fillRect",null),Dt([Wt()],Nt.prototype,"strokeRect",null),Dt([Wt()],Nt.prototype,"clearRect",null),Dt([Wt()],Nt.prototype,"beginPath",null),Dt([Wt()],Nt.prototype,"moveTo",null),Dt([Wt()],Nt.prototype,"lineTo",null),Dt([Wt()],Nt.prototype,"bezierCurveTo",null),Dt([Wt()],Nt.prototype,"quadraticCurveTo",null),Dt([Wt()],Nt.prototype,"closePath",null),Dt([Wt()],Nt.prototype,"arc",null),Dt([Wt()],Nt.prototype,"arcTo",null),Dt([Wt()],Nt.prototype,"ellipse",null),Dt([Wt()],Nt.prototype,"rect",null),Dt([Wt()],Nt.prototype,"roundRect",null),Dt([Wt()],Nt.prototype,"createConicGradient",null),Dt([Wt()],Nt.prototype,"createLinearGradient",null),Dt([Wt()],Nt.prototype,"createPattern",null),Dt([Wt()],Nt.prototype,"createRadialGradient",null),Dt([Wt()],Nt.prototype,"fillText",null),Dt([Wt()],Nt.prototype,"measureText",null),Dt([Wt()],Nt.prototype,"strokeText",null);const{copy:zt}=v,Yt={width:1,height:1,pixelRatio:1},Xt=["width","height","pixelRatio"];class jt extends Nt{get width(){return this.size.width}get height(){return this.size.height}get pixelRatio(){return this.size.pixelRatio}get pixelWidth(){return this.width*this.pixelRatio}get pixelHeight(){return this.height*this.pixelRatio}get allowBackgroundColor(){return this.view&&this.parentView}constructor(e,s){super(),this.size={},this.worldTransform={},e||(e=Yt),e.pixelRatio||(e.pixelRatio=t.devicePixelRatio),this.manager=s,this.innerId=i.create(i.CNAVAS);const{width:o,height:n,pixelRatio:r}=e;this.autoLayout=!o||!n,this.size.pixelRatio=r,this.config=e,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)),Pt.copyAttrs(this.size,t,Xt),this.size.pixelRatio||(this.size.pixelRatio=1),this.bounds=new ot(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:o,b:n,c:r,d:a,e:h,f:l}=e;this.setTransform(s.a=(t.a*o+t.b*r)*i,s.b=(t.a*n+t.b*a)*i,s.c=(t.c*o+t.d*r)*i,s.d=(t.c*n+t.d*a)*i,s.e=(t.e*o+t.f*r+h)*i,s.f=(t.e*n+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:o}=this;this.shadowOffsetX=t*o,this.shadowOffsetY=e*o,this.shadowBlur=i*o,this.shadowColor=s||"black"}setWorldBlur(t){const{pixelRatio:e}=this;this.filter=`blur(${t*e}px)`}copyWorld(t,e,i,s){if(s&&(this.blendMode=s),e){const{pixelRatio:s}=this;i||(i=e),this.drawImage(t.view,e.x*s,e.y*s,e.width*s,e.height*s,i.x*s,i.y*s,i.width*s,i.height*s)}else this.drawImage(t.view,0,0);s&&(this.blendMode="source-over")}copyWorldToInner(t,e,i,s){if(s&&(this.blendMode=s),e.b||e.c)this.save(),this.resetTransform(),this.copyWorld(t,e,tt.tempToOuterOf(i,e)),this.restore();else{const{pixelRatio:s}=this;this.drawImage(t.view,e.x*s,e.y*s,e.width*s,e.height*s,i.x,i.y,i.width,i.height)}s&&(this.blendMode="source-over")}copyWorldByReset(t,e,i,s,o){this.resetTransform(),this.copyWorld(t,e,i,s),o||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,nt.set(t).scale(this.pixelRatio),this.fillRect(nt.x,nt.y,nt.width,nt.height),i&&(this.blendMode="source-over")}strokeWorld(t,e,i){i&&(this.blendMode=i),this.strokeStyle=e,nt.set(t).scale(this.pixelRatio),this.strokeRect(nt.x,nt.y,nt.width,nt.height),i&&(this.blendMode="source-over")}clearWorld(t,e){nt.set(t).scale(this.pixelRatio),e&&nt.ceil(),this.clearRect(nt.x,nt.y,nt.width,nt.height)}clipWorld(t,e){this.beginPath(),nt.set(t).scale(this.pixelRatio),e&&nt.ceil(),this.rect(nt.x,nt.y,nt.width,nt.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,i){const s=this.manager?this.manager.get(this.size):e.canvas(Object.assign({},this.size));return s.save(),t&&(zt(s.worldTransform,this.worldTransform),s.useWorldTransform()),i&&(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 Ht={creator:{},parse(t,e){},convertToCanvasData(t,e){}},Ut={N:21,D:22,X:23,G:24,F:25,O:26,P:27,U:28},Vt=Object.assign({M:1,m:10,L:2,l:20,H:3,h:30,V:4,v:40,C:5,c:50,S:6,s:60,Q:7,q:70,T:8,t:80,A:9,a:90,Z:11,z:11,R:12},Ut),Gt={M:3,m:3,L:3,l:3,H:2,h:2,V:2,v:2,C:7,c:7,S:5,s:5,Q:5,q:5,T:3,t:3,A:8,a:8,Z:1,z:1,N:5,D:9,X:6,G:9,F:5,O:7,P:4,U:6},Kt={m:10,l:20,H:3,h:30,V:4,v:40,c:50,S:6,s:60,q:70,T:8,t:80,A:9,a:90},qt=Object.assign(Object.assign({},Kt),Ut),Zt=Vt,$t={};for(let t in Zt)$t[Zt[t]]=t;const Jt={};for(let t in Zt)Jt[Zt[t]]=Gt[t];const Qt={drawRoundRect(t,e,i,s,o,n){const r=a.fourNumber(n,Math.min(s/2,o/2)),h=e+s,l=i+o;r[0]?t.moveTo(e+r[0],i):t.moveTo(e,i),r[1]?t.arcTo(h,i,h,l,r[1]):t.lineTo(h,i),r[2]?t.arcTo(h,l,e,l,r[2]):t.lineTo(h,l),r[3]?t.arcTo(e,l,e,i,r[3]):t.lineTo(e,l),r[0]?t.arcTo(e,i,h,i,r[0]):t.lineTo(e,i)}},{sin:te,cos:ee,atan2:ie,ceil:se,abs:oe,PI:ne,sqrt:re,pow:ae}=Math,{setPoint:he,addPoint:le}=W,{set:de}=S,{M:ce,L:ue,C:_e,Q:pe,Z:ge}=Vt,fe={},ye={points(t,e,i,s){if(t.push(ce,e[0],e[1]),i&&e.length>5){let o,n,r,a,h,l,d,c,u,_,p,g,f,y=e.length;const m=!0===i?.5:i;s&&(y=(e=[e[y-2],e[y-1],...e,e[0],e[1],e[2],e[3]]).length);for(let i=2;i<y-2;i+=2)o=e[i-2],n=e[i-1],r=e[i],a=e[i+1],h=e[i+2],l=e[i+3],p=re(ae(r-o,2)+ae(a-n,2)),g=re(ae(h-r,2)+ae(l-a,2)),f=p+g,p=m*p/f,g=m*g/f,h-=o,l-=n,d=r-p*h,c=a-p*l,2===i?s||t.push(pe,d,c,r,a):t.push(_e,u,_,d,c,r,a),u=r+g*h,_=a+g*l;s||t.push(pe,u,_,e[y-2],e[y-1])}else for(let i=2,s=e.length;i<s;i+=2)t.push(ue,e[i],e[i+1]);s&&t.push(ge)},rect(t,e,i,s,o){Ht.creator.path=t,Ht.creator.moveTo(e,i).lineTo(e+s,i).lineTo(e+s,i+o).lineTo(e,i+o).lineTo(e,i)},roundRect(t,e,i,s,o,n){Ht.creator.path=[],Qt.drawRoundRect(Ht.creator,e,i,s,o,n),t.push(...Ht.convertToCanvasData(Ht.creator.path,!0))},arcTo(t,e,i,s,o,n,r,a,c,u,_){const p=s-e,g=o-i,f=n-s,y=r-o;let m=ie(g,p),v=ie(y,f),w=v-m;if(w<0&&(w+=l),w===ne||oe(p+g)<1e-12||oe(f+y)<1e-12)return t&&t.push(ue,s,o),c&&(he(c,e,i),le(c,s,o)),_&&de(_,e,i),void(u&&de(u,s,o));const x=p*y-f*g<0,b=x?-1:1,B=a/ee(w/2),R=s+B*ee(m+w/2+d*b),T=o+B*te(m+w/2+d*b);return m-=d*b,v-=d*b,we(t,R,T,a,a,0,m/h,v/h,x,c,u,_)},arc:(t,e,i,s,o,n,r,a,h,l)=>we(t,e,i,s,s,0,o,n,r,a,h,l),ellipse(t,e,i,s,o,n,r,a,c,u,_,p){const g=n*h,f=te(g),y=ee(g);let m=r*h,v=a*h;m>ne&&(m-=l),v<0&&(v+=l);let w=v-m;w<0?w+=l:w>l&&(w-=l),c&&(w-=l);const x=se(oe(w/d)),b=w/x,B=te(b/4),R=8/3*B*B/te(b/2);v=m+b;let T,k,C,E,P,S,O,L,D=ee(m),M=te(m),A=C=y*s*D-f*o*M,I=E=f*s*D+y*o*M,W=e+C,F=i+E;t&&t.push(t.length?ue:ce,W,F),u&&he(u,W,F),p&&de(p,W,F);for(let n=0;n<x;n++)T=ee(v),k=te(v),C=y*s*T-f*o*k,E=f*s*T+y*o*k,P=e+A-R*(y*s*M+f*o*D),S=i+I-R*(f*s*M-y*o*D),O=e+C+R*(y*s*k+f*o*T),L=i+E+R*(f*s*k-y*o*T),t&&t.push(_e,P,S,O,L,e+C,i+E),u&&ve(e+A,i+I,P,S,O,L,e+C,i+E,u,!0),A=C,I=E,D=T,M=k,m=v,v+=b;_&&de(_,e+C,i+E)},quadraticCurveTo(t,e,i,s,o,n,r){t.push(_e,(e+2*s)/3,(i+2*o)/3,(n+2*s)/3,(r+2*o)/3,n,r)},toTwoPointBoundsByQuadraticCurve(t,e,i,s,o,n,r,a){ve(t,e,(t+2*i)/3,(e+2*s)/3,(o+2*i)/3,(n+2*s)/3,o,n,r,a)},toTwoPointBounds(t,e,i,s,o,n,r,a,h,l){const d=[];let c,u,_,p,g,f,y,m,v=t,w=i,x=o,b=r;for(let t=0;t<2;++t)if(1==t&&(v=e,w=s,x=n,b=a),c=-3*v+9*w-9*x+3*b,u=6*v-12*w+6*x,_=3*w-3*v,Math.abs(c)<1e-12){if(Math.abs(u)<1e-12)continue;p=-_/u,0<p&&p<1&&d.push(p)}else y=u*u-4*_*c,m=Math.sqrt(y),y<0||(g=(-u+m)/(2*c),0<g&&g<1&&d.push(g),f=(-u-m)/(2*c),0<f&&f<1&&d.push(f));l?le(h,t,e):he(h,t,e),le(h,r,a);for(let l=0,c=d.length;l<c;l++)me(d[l],t,e,i,s,o,n,r,a,fe),le(h,fe.x,fe.y)},getPointAndSet(t,e,i,s,o,n,r,a,h,l){const d=1-t,c=d*d*d,u=3*d*d*t,_=3*d*t*t,p=t*t*t;l.x=c*e+u*s+_*n+p*a,l.y=c*i+u*o+_*r+p*h},getPoint(t,e,i,s,o,n,r,a,h){const l={};return me(t,e,i,s,o,n,r,a,h,l),l}},{getPointAndSet:me,toTwoPointBounds:ve,ellipse:we}=ye,{sin:xe,cos:be,sqrt:Be,atan2:Re}=Math,{ellipse:Te}=ye,ke={ellipticalArc(e,i,s,o,n,r,a,d,c,u,_){const p=(c-i)/2,g=(u-s)/2,f=r*h,y=xe(f),m=be(f),v=-m*p-y*g,w=-m*g+y*p,x=o*o,b=n*n,B=w*w,R=v*v,T=x*b-x*B-b*R;let k=0;if(T<0){const t=Be(1-T/(x*b));o*=t,n*=t}else k=(a===d?-1:1)*Be(T/(x*B+b*R));const C=k*o*w/n,E=-k*n*v/o,P=Re((w-E)/n,(v-C)/o),S=Re((-w-E)/n,(-v-C)/o);let O=S-P;0===d&&O>0?O-=l:1===d&&O<0&&(O+=l);const L=i+p+m*C-y*E,D=s+g+y*C+m*E,M=O<0?1:0;_||t.ellipseToCurve?Te(e,L,D,o,n,r,P/h,S/h,M):o!==n||r?e.push(Vt.G,L,D,o,n,r,P/h,S/h,M):e.push(Vt.O,L,D,o,P/h,S/h,M)}},{M:Ce,m:Ee,L:Pe,l:Se,H:Oe,h:Le,V:De,v:Me,C:Ae,c:Ie,S:We,s:Fe,Q:Ne,q:ze,T:Ye,t:Xe,A:je,a:He,Z:Ue,z:Ve,N:Ge,D:Ke,X:qe,G:Ze,F:$e,O:Je,P:Qe,U:ti}=Vt,{rect:ei,roundRect:ii,arcTo:si,arc:oi,ellipse:ni,quadraticCurveTo:ri}=ye,{ellipticalArc:ai}=ke,hi=gt.get("PathConvert"),li={},di={current:{dot:0},stringify(t,e){let i,s,o,n=0,r=t.length,h="";for(;n<r;){s=t[n],i=Jt[s],h+=s===o?" ":$t[s];for(let s=1;s<i;s++)h+=a.float(t[n+s],e),s===i-1||(h+=" ");o=s,n+=i}return h},parse(t,e){let i,s,o,n="";const r=[],a=e?qt:Kt;for(let e=0,h=t.length;e<h;e++)s=t[e],pt[s]?("."===s&&(ci.dot&&(ui(r,n),n=""),ci.dot++),"0"===n&&"."!==s&&(ui(r,n),n=""),n+=s):Vt[s]?(n&&(ui(r,n),n=""),ci.name=Vt[s],ci.length=Gt[s],ci.index=0,ui(r,ci.name),!i&&a[s]&&(i=!0)):"-"===s||"+"===s?"e"===o||"E"===o?n+=s:(n&&ui(r,n),n=s):n&&(ui(r,n),n=""),o=s;return n&&ui(r,n),i?di.toCanvasData(r,e):r},toCanvasData(t,e){let i,s,o,n,r,a=0,h=0,l=0,d=0,c=0,u=t.length;const _=[];for(;c<u;){switch(o=t[c],o){case Ee:t[c+1]+=a,t[c+2]+=h;case Ce:a=t[c+1],h=t[c+2],_.push(Ce,a,h),c+=3;break;case Le:t[c+1]+=a;case Oe:a=t[c+1],_.push(Pe,a,h),c+=2;break;case Me:t[c+1]+=h;case De:h=t[c+1],_.push(Pe,a,h),c+=2;break;case Se:t[c+1]+=a,t[c+2]+=h;case Pe:a=t[c+1],h=t[c+2],_.push(Pe,a,h),c+=3;break;case Fe:t[c+1]+=a,t[c+2]+=h,t[c+3]+=a,t[c+4]+=h,o=We;case We:r=n===Ae||n===We,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(Ae,l,d,i,s,a,h),c+=5;break;case Ie:t[c+1]+=a,t[c+2]+=h,t[c+3]+=a,t[c+4]+=h,t[c+5]+=a,t[c+6]+=h,o=Ae;case Ae:i=t[c+3],s=t[c+4],a=t[c+5],h=t[c+6],_.push(Ae,t[c+1],t[c+2],i,s,a,h),c+=7;break;case Xe:t[c+1]+=a,t[c+2]+=h,o=Ye;case Ye:r=n===Ne||n===Ye,i=r?2*a-i:t[c+1],s=r?2*h-s:t[c+2],e?ri(_,a,h,i,s,t[c+1],t[c+2]):_.push(Ne,i,s,t[c+1],t[c+2]),a=t[c+1],h=t[c+2],c+=3;break;case ze:t[c+1]+=a,t[c+2]+=h,t[c+3]+=a,t[c+4]+=h,o=Ne;case Ne:i=t[c+1],s=t[c+2],e?ri(_,a,h,i,s,t[c+3],t[c+4]):_.push(Ne,i,s,t[c+3],t[c+4]),a=t[c+3],h=t[c+4],c+=5;break;case He:t[c+6]+=a,t[c+7]+=h;case je:ai(_,a,h,t[c+1],t[c+2],t[c+3],t[c+4],t[c+5],t[c+6],t[c+7],e),a=t[c+6],h=t[c+7],c+=8;break;case Ve:case Ue:_.push(Ue),c++;break;case Ge:a=t[c+1],h=t[c+2],e?ei(_,a,h,t[c+3],t[c+4]):_i(_,t,c,5),c+=5;break;case Ke:a=t[c+1],h=t[c+2],e?ii(_,a,h,t[c+3],t[c+4],[t[c+5],t[c+6],t[c+7],t[c+8]]):_i(_,t,c,9),c+=9;break;case qe:a=t[c+1],h=t[c+2],e?ii(_,a,h,t[c+3],t[c+4],t[c+5]):_i(_,t,c,6),c+=6;break;case Ze:ni(e?_:_i(_,t,c,9),t[c+1],t[c+2],t[c+3],t[c+4],t[c+5],t[c+6],t[c+7],t[c+8],null,li),a=li.x,h=li.y,c+=9;break;case $e:e?ni(_,t[c+1],t[c+2],t[c+3],t[c+4],0,0,360,!1):_i(_,t,c,5),a=t[c+1]+t[c+3],h=t[c+2],c+=5;break;case Je:oi(e?_:_i(_,t,c,7),t[c+1],t[c+2],t[c+3],t[c+4],t[c+5],t[c+6],null,li),a=li.x,h=li.y,c+=7;break;case Qe:e?oi(_,t[c+1],t[c+2],t[c+3],0,360,!1):_i(_,t,c,4),a=t[c+1]+t[c+3],h=t[c+2],c+=4;break;case ti:si(e?_:_i(_,t,c,6),a,h,t[c+1],t[c+2],t[c+3],t[c+4],t[c+5],null,li),a=li.x,h=li.y,c+=6;break;default:return hi.error(`command: ${o} [index:${c}]`,t),_}n=o}return _},copyData(t,e,i,s){for(let o=i,n=i+s;o<n;o++)t.push(e[o])},pushData(t,e){ci.index===ci.length&&(ci.index=1,t.push(ci.name)),t.push(Number(e)),ci.index++,ci.dot=0}},{current:ci,pushData:ui,copyData:_i}=di,{M:pi,L:gi,C:fi,Q:yi,Z:mi,N:vi,D:wi,X:xi,G:bi,F:Bi,O:Ri,P:Ti,U:ki}=Vt,{getMinDistanceFrom:Ci,getRadianFrom:Ei}=S,{tan:Pi,min:Si,abs:Oi}=Math,Li={},Di={beginPath(t){t.length=0},moveTo(t,e,i){t.push(pi,e,i)},lineTo(t,e,i){t.push(gi,e,i)},bezierCurveTo(t,e,i,s,o,n,r){t.push(fi,e,i,s,o,n,r)},quadraticCurveTo(t,e,i,s,o){t.push(yi,e,i,s,o)},closePath(t){t.push(mi)},rect(t,e,i,s,o){t.push(vi,e,i,s,o)},roundRect(t,e,i,s,o,n){if("number"==typeof n)t.push(xi,e,i,s,o,n);else{const r=a.fourNumber(n);r?t.push(wi,e,i,s,o,...r):t.push(vi,e,i,s,o)}},ellipse(t,e,i,s,o,n,r,a,h){void 0===n?t.push(Bi,e,i,s,o):(void 0===r&&(r=0),void 0===a&&(a=360),t.push(bi,e,i,s,o,n,r,a,h?1:0))},arc(t,e,i,s,o,n,r){void 0===o?t.push(Ti,e,i,s):(void 0===n&&(n=360),t.push(Ri,e,i,s,o,n,r?1:0))},arcTo(t,e,i,s,o,n,r,a){if(void 0!==r){const h=Pi(Ei(r,a,e,i,s,o)/2)*(Ci(r,a,e,i,s,o)/2);t.push(ki,e,i,s,o,Si(n,Oi(h)))}else t.push(ki,e,i,s,o,n)},drawEllipse(t,e,i,s,o,n,r,a,h){ye.ellipse(null,e,i,s,o,void 0===n?0:n,void 0===r?0:r,void 0===a?360:a,h,null,null,Li),t.push(pi,Li.x,Li.y),Mi(t,e,i,s,o,n,r,a,h)},drawArc(t,e,i,s,o,n,r){ye.arc(null,e,i,s,void 0===o?0:o,void 0===n?360:n,r,null,null,Li),t.push(pi,Li.x,Li.y),Ai(t,e,i,s,o,n,r)},drawPoints(t,e,i,s){ye.points(t,e,i,s)}},{ellipse:Mi,arc:Ai}=Di,{moveTo:Ii,lineTo:Wi,quadraticCurveTo:Fi,bezierCurveTo:Ni,closePath:zi,beginPath:Yi,rect:Xi,roundRect:ji,ellipse:Hi,arc:Ui,arcTo:Vi,drawEllipse:Gi,drawArc:Ki,drawPoints:qi}=Di;class Zi{set path(t){this.__path=t}get path(){return this.__path}constructor(t){this.clearPath=this.beginPath,this.set(t)}set(t){return this.__path=t?"string"==typeof t?Ht.parse(t):t:[],this}beginPath(){return Yi(this.__path),this.paint(),this}moveTo(t,e){return Ii(this.__path,t,e),this.paint(),this}lineTo(t,e){return Wi(this.__path,t,e),this.paint(),this}bezierCurveTo(t,e,i,s,o,n){return Ni(this.__path,t,e,i,s,o,n),this.paint(),this}quadraticCurveTo(t,e,i,s){return Fi(this.__path,t,e,i,s),this.paint(),this}closePath(){return zi(this.__path),this.paint(),this}rect(t,e,i,s){return Xi(this.__path,t,e,i,s),this.paint(),this}roundRect(t,e,i,s,o){return ji(this.__path,t,e,i,s,o),this.paint(),this}ellipse(t,e,i,s,o,n,r,a){return Hi(this.__path,t,e,i,s,o,n,r,a),this.paint(),this}arc(t,e,i,s,o,n){return Ui(this.__path,t,e,i,s,o,n),this.paint(),this}arcTo(t,e,i,s,o){return Vi(this.__path,t,e,i,s,o),this.paint(),this}drawEllipse(t,e,i,s,o,n,r,a){return Gi(this.__path,t,e,i,s,o,n,r,a),this.paint(),this}drawArc(t,e,i,s,o,n){return Ki(this.__path,t,e,i,s,o,n),this.paint(),this}drawPoints(t,e,i){return qi(this.__path,t,e,i),this.paint(),this}paint(){}}const{M:$i,L:Ji,C:Qi,Q:ts,Z:es,N:is,D:ss,X:os,G:ns,F:rs,O:as,P:hs,U:ls}=Vt,ds=gt.get("PathDrawer"),cs={drawPathByData(t,e){if(!e)return;let i,s=0,o=e.length;for(;s<o;)switch(i=e[s],i){case $i:t.moveTo(e[s+1],e[s+2]),s+=3;break;case Ji:t.lineTo(e[s+1],e[s+2]),s+=3;break;case Qi:t.bezierCurveTo(e[s+1],e[s+2],e[s+3],e[s+4],e[s+5],e[s+6]),s+=7;break;case ts:t.quadraticCurveTo(e[s+1],e[s+2],e[s+3],e[s+4]),s+=5;break;case es:t.closePath(),s+=1;break;case is:t.rect(e[s+1],e[s+2],e[s+3],e[s+4]),s+=5;break;case ss: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 os:t.roundRect(e[s+1],e[s+2],e[s+3],e[s+4],e[s+5]),s+=6;break;case ns:t.ellipse(e[s+1],e[s+2],e[s+3],e[s+4],e[s+5]*h,e[s+6]*h,e[s+7]*h,e[s+8]),s+=9;break;case rs:t.ellipse(e[s+1],e[s+2],e[s+3],e[s+4],0,0,l,!1),s+=5;break;case as:t.arc(e[s+1],e[s+2],e[s+3],e[s+4]*h,e[s+5]*h,e[s+6]),s+=7;break;case hs:t.arc(e[s+1],e[s+2],e[s+3],0,l,!1),s+=4;break;case ls:t.arcTo(e[s+1],e[s+2],e[s+3],e[s+4],e[s+5]),s+=6;break;default:return void ds.error(`command: ${i} [index:${s}]`,e)}}},{M:us,L:_s,C:ps,Q:gs,Z:fs,N:ys,D:ms,X:vs,G:ws,F:xs,O:bs,P:Bs,U:Rs}=Vt,{toTwoPointBounds:Ts,toTwoPointBoundsByQuadraticCurve:ks,arcTo:Cs,arc:Es,ellipse:Ps}=ye,{addPointBounds:Ss,copy:Os,addPoint:Ls,setPoint:Ds,addBounds:Ms,toBounds:As}=W,Is=gt.get("PathBounds");let Ws,Fs,Ns;const zs={},Ys={},Xs={},js={toBounds(t,e){js.toTwoPointBounds(t,Ys),As(Ys,e)},toTwoPointBounds(t,e){if(!t||!t.length)return Ds(e,0,0);let i,s,o,n,r,a=0,h=0,l=0;const d=t.length;for(;a<d;)switch(r=t[a],0===a&&(r===fs||r===ps||r===gs?Ds(e,h,l):Ds(e,t[a+1],t[a+2])),r){case us:case _s:h=t[a+1],l=t[a+2],Ls(e,h,l),a+=3;break;case ps:o=t[a+5],n=t[a+6],Ts(h,l,t[a+1],t[a+2],t[a+3],t[a+4],o,n,zs),Ss(e,zs),h=o,l=n,a+=7;break;case gs:i=t[a+1],s=t[a+2],o=t[a+3],n=t[a+4],ks(h,l,i,s,o,n,zs),Ss(e,zs),h=o,l=n,a+=5;break;case fs:a+=1;break;case ys:h=t[a+1],l=t[a+2],Ms(e,h,l,t[a+3],t[a+4]),a+=5;break;case ms:case vs:h=t[a+1],l=t[a+2],Ms(e,h,l,t[a+3],t[a+4]),a+=r===ms?9:6;break;case ws:Ps(null,t[a+1],t[a+2],t[a+3],t[a+4],t[a+5],t[a+6],t[a+7],t[a+8],zs,Xs),0===a?Os(e,zs):Ss(e,zs),h=Xs.x,l=Xs.y,a+=9;break;case xs:h=t[a+1],l=t[a+2],Fs=t[a+3],Ns=t[a+4],Ms(e,h-Fs,l-Ns,2*Fs,2*Ns),h+=Fs,a+=5;break;case bs:Es(null,t[a+1],t[a+2],t[a+3],t[a+4],t[a+5],t[a+6],zs,Xs),0===a?Os(e,zs):Ss(e,zs),h=Xs.x,l=Xs.y,a+=7;break;case Bs:h=t[a+1],l=t[a+2],Ws=t[a+3],Ms(e,h-Ws,l-Ws,2*Ws,2*Ws),h+=Ws,a+=4;break;case Rs:Cs(null,h,l,t[a+1],t[a+2],t[a+3],t[a+4],t[a+5],zs,Xs),0===a?Os(e,zs):Ss(e,zs),h=Xs.x,l=Xs.y,a+=6;break;default:return void Is.error(`command: ${r} [index:${a}]`,t)}}},{M:Hs,L:Us,C:Vs,Z:Gs}=Vt,{getCenterX:Ks,getCenterY:qs}=S,{arcTo:Zs}=Di,$s={smooth(t,e,i){let s,o=0,n=0,r=0,a=0,h=0,l=0,d=0,c=0,u=0;const _=t.length,p=[];for(;o<_;)switch(s=t[o],s){case Hs:a=c=t[o+1],h=u=t[o+2],o+=3,t[o]===Us?(l=t[o+1],d=t[o+2],p.push(Hs,Ks(a,l),qs(h,d))):p.push(Hs,a,h);break;case Us:switch(n=t[o+1],r=t[o+2],o+=3,t[o]){case Us:Zs(p,n,r,t[o+1],t[o+2],e,c,u);break;case Gs:Zs(p,n,r,a,h,e,c,u);break;default:p.push(Us,n,r)}c=n,u=r;break;case Vs:p.push(Vs,t[o+1],t[o+2],t[o+3],t[o+4],t[o+5],t[o+6]),o+=7;break;case Gs:Zs(p,a,h,l,d,e,c,u),p.push(Gs),o+=1}return s!==Gs&&(p[1]=a,p[2]=h),p}};Ht.creator=new Zi,Ht.parse=di.parse,Ht.convertToCanvasData=di.toCanvasData;const Js=new Zi,{drawRoundRect:Qs}=Qt;function to(t){!function(t){t&&!t.roundRect&&(t.roundRect=function(t,e,i,s,o){Qs(this,t,e,i,s,o)})}(t)}const eo={opacityTypes:["png","webp","svg"],upperCaseTypeMap:{},mineType:t=>!t||t.startsWith("image")?t:("jpg"===t&&(t="jpeg"),"image/"+t),fileType(t){const e=t.split(".");return e[e.length-1]},isOpaqueImage(t){const e=io.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{}}}},io=eo;io.opacityTypes.forEach((t=>io.upperCaseTypeMap[t]=t.toUpperCase()));const so=gt.get("TaskProcessor");class oo{constructor(t){this.parallel=!0,this.time=1,this.id=i.create(i.TASK),this.task=t}run(){return Mt(this,void 0,void 0,(function*(){try{this.task&&!this.isComplete&&this.parent.running&&(yield this.task())}catch(t){so.error(t)}}))}complete(){this.isComplete=!0,this.parent=null,this.task=null}cancel(){this.isCancel=!0,this.complete()}}class no{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&&Pt.assign(this.config,t),this.empty()}add(t,e){let i,s,o,n;const r=new oo(t);return r.parent=this,"number"==typeof e?n=e:e&&(s=e.parallel,i=e.start,o=e.time,n=e.delay),o&&(r.time=o),!1===s&&(r.parallel=!1),void 0===n?this.push(r,i):(this.delayNumber++,setTimeout((()=>{this.delayNumber&&(this.delayNumber--,this.push(r,i))}),n)),this.isComplete=!1,r}push(t,e){this.list.push(t),!1===e||this.timer||(this.timer=setTimeout((()=>this.start())))}empty(){this.index=0,this.parallelSuccessNumber=0,this.list=[],this.parallelList=[],this.delayNumber=0}start(){this.running||(this.running=!0,this.isComplete=!1,this.run())}pause(){clearTimeout(this.timer),this.timer=null,this.running=!1}resume(){this.start()}skip(){this.index++,this.resume()}stop(){this.isComplete=!0,this.list.forEach((t=>{t.isComplete||t.cancel()})),this.pause(),this.empty()}run(){this.running&&(this.setParallelList(),this.parallelList.length>1?this.runParallelTasks():this.remain?this.runTask():this.onComplete())}runTask(){const t=this.list[this.index];t?t.run().then((()=>{this.onTask(t),this.index++,this.nextTask()})).catch((t=>{this.onError(t)})):this.nextTask()}runParallelTasks(){this.parallelList.forEach((t=>this.runParallelTask(t)))}runParallelTask(t){t.run().then((()=>{this.onTask(t),this.fillParallelTask()})).catch((t=>{this.onParallelError(t)}))}nextTask(){this.total===this.finishedIndex?this.onComplete():this.timer=setTimeout((()=>this.run()))}setParallelList(){let t;this.parallelList=[],this.parallelSuccessNumber=0;let e=this.index+this.config.parallel;e>this.list.length&&(e=this.list.length);for(let i=this.index;i<e&&(t=this.list[i],t.parallel);i++)this.parallelList.push(t)}fillParallelTask(){let t;const e=this.parallelList;this.parallelSuccessNumber++,e.pop();const i=e.length,s=this.finishedIndex+i;if(e.length){if(!this.running)return;s<this.total&&(t=this.list[s],t&&t.parallel&&(e.push(t),this.runParallelTask(t)))}else this.index+=this.parallelSuccessNumber,this.parallelSuccessNumber=0,this.nextTask()}onComplete(){this.stop(),this.config.onComplete&&this.config.onComplete()}onTask(t){t.complete(),this.config.onTask&&this.config.onTask()}onParallelError(t){this.parallelList.forEach((t=>{t.parallel=!1})),this.parallelList.length=0,this.parallelSuccessNumber=0,this.onError(t)}onError(t){this.pause(),this.config.onError&&this.config.onError(t)}destroy(){this.stop()}}const ro={map:{},recycledList:[],tasker:new no,patternTasker:new no,get isComplete(){return ao.tasker.isComplete},get(t){let i=ao.map[t.url];return i||(i=e.image(t),ao.map[t.url]=i),i.use++,i},recycle(t){t.use--,setTimeout((()=>{t.use||ao.recycledList.push(t)}))},clearRecycled(){const t=ao.recycledList;t.length>100&&(t.forEach((t=>{!t.use&&t.url&&(delete ao.map[t.url],t.destroy())})),t.length=0)},hasOpacityPixel:t=>eo.opacityTypes.some((e=>ao.isFormat(e,t))),isFormat(t,e){if(e.format===t)return!0;const{url:i}=e;if(i.startsWith("data:")){if(i.startsWith("data:"+eo.mineType(t)))return!0}else if(i.includes("."+t)||i.includes("."+eo.upperCaseTypeMap[t]))return!0;return!1},destroy(){ao.map={},ao.recycledList=[]}},ao=ro,{IMAGE:ho,create:lo}=i;class co{get url(){return this.config.url}get completed(){return this.ready||!!this.error}constructor(t){this.use=0,this.waitComplete=[],this.innerId=lo(ho),this.config=t||{url:""},this.isSVG=ro.isFormat("svg",t),this.hasOpacityPixel=ro.hasOpacityPixel(t)}load(e,i){return this.loading||(this.loading=!0,ro.tasker.add((()=>Mt(this,void 0,void 0,(function*(){return yield t.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(e,i),this.waitComplete.length-2}unload(t,e){const i=this.waitComplete;if(e){const e=i[t+1];e&&e({type:"stop"})}i[t]=i[t+1]=void 0}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(e,i,s,o){if(e||(e=this.width),i||(i=this.height),this.cache){let{params:t,data:e}=this.cache;for(let i in t)if(t[i]!==arguments[i]){e=null;break}if(e)return e}const n=t.origin.createCanvas(e,i),r=n.getContext("2d");return s&&(r.globalAlpha=s),r.drawImage(this.view,0,0,e,i),this.cache=this.use>1?{data:n,params:arguments}:null,n}getPattern(e,i,s,o){const n=t.canvas.createPattern(e,i);try{s&&n.setTransform&&(n.setTransform(s),s=null)}catch(t){}return o&&(o.transform=s),n}destroy(){this.config={url:""},this.cache=null,this.waitComplete.length=0}}function uo(t,e,i,s){s||(i.configurable=i.enumerable=!0),Object.defineProperty(t,e,i)}function _o(t,e){return Object.getOwnPropertyDescriptor(t,e)}function po(t,e){return(i,s)=>function(t,e,i,s){const o={get(){return this.__getAttr(e)},set(t){this.__setAttr(e,t)}};uo(t,e,Object.assign(o,s||{})),So(t,e,i)}(i,s,t,e&&e(s))}function go(t){return po(t)}function fo(t,e){return po(t,(t=>({set(i){this.__setAttr(t,i,e)&&(this.__layout.matrixChanged||this.__layout.matrixChange())}})))}function yo(t){return po(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 mo(t,e){return po(t,(t=>({set(i){this.__setAttr(t,i,e)&&(this.__layout.scaleChanged||this.__layout.scaleChange())}})))}function vo(t,e){return po(t,(t=>({set(i){this.__setAttr(t,i,e)&&(this.__layout.rotationChanged||this.__layout.rotationChange())}})))}function wo(t,e){return po(t,(t=>({set(i){this.__setAttr(t,i,e)&&xo(this)}})))}function xo(t){t.__layout.boxChanged||t.__layout.boxChange(),t.__hasAutoLayout&&(t.__layout.matrixChanged||t.__layout.matrixChange())}const bo=wo;function Bo(t){return po(t,(t=>({set(e){this.__setAttr(t,e)&&function(t){t.__layout.strokeChanged||t.__layout.strokeChange(),t.__.__useArrow&&xo(t)}(this)}})))}const Ro=Bo;function To(t){return po(t,(t=>({set(e){this.__setAttr(t,e),this.__layout.renderChanged||this.__layout.renderChange()}})))}function ko(t){return po(t,(t=>({set(e){this.__setAttr(t,e)&&(this.__layout.surfaceChanged||this.__layout.surfaceChange())}})))}function Co(t,e,i,s){t.__setAttr(e,i)&&(t.__layout.opacityChanged||t.__layout.opacityChange(),0!==s&&0!==i||xo(t))}function Eo(t){return po(t,(t=>({set(e){this.__setAttr(t,e)&&(this.__layout.hitCanvasChanged=!0,gt.showHitView&&(this.__layout.surfaceChanged||this.__layout.surfaceChange()),this.leafer&&this.leafer.updateCursor())}})))}function Po(t){return(e,i)=>{uo(e,"__DataProcessor",{get:()=>t})}}function So(t,e,i){const s=t.__DataProcessor.prototype,o="_"+e,n=function(t){return"set"+t.charAt(0).toUpperCase()+t.slice(1)}(e),r={get(){const t=this[o];return void 0===t?i:t},set(t){this[o]=t}};if(void 0===i)r.get=function(){return this[o]};else if("object"==typeof i){const{clone:t}=Pt;r.get=function(){let e=this[o];return void 0===e&&(this[o]=e=t(i)),e}}"width"===e?r.get=function(){const t=this[o];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[o];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=_o(h,e),h=h.__proto__;a&&a.set&&(r.set=a.set),s[n]&&(r.set=s[n],delete s[n]),uo(s,e,r)}const Oo=new gt("rewrite"),Lo=[],Do=["destroy","constructor"];function Mo(t){return(e,i)=>{Lo.push({name:e.constructor.name+"."+i,run:()=>{e[i]=t}})}}function Ao(){return t=>{Io()}}function Io(t){Lo.length&&(Lo.forEach((e=>{t&&Oo.error(e.name,"需在Class上装饰@rewriteAble()"),e.run()})),Lo.length=0)}function Wo(t,e){return i=>{var s;(t.prototype?(s=t.prototype,Object.getOwnPropertyNames(s)):Object.keys(t)).forEach((s=>{if(!(Do.includes(s)||e&&e.includes(s)))if(t.prototype){_o(t.prototype,s).writable&&(i.prototype[s]=t.prototype[s])}else i.prototype[s]=t[s]}))}}function Fo(){return t=>{Bt.register(t)}}function No(){return t=>{kt.register(t)}}setTimeout((()=>Io(!0)));const{copy:zo,toInnerPoint:Yo,toOuterPoint:Xo,scaleOfOuter:jo,rotateOfOuter:Ho,skewOfOuter:Uo,multiplyParent:Vo,divideParent:Go,getLayout:Ko}=v,qo={},Zo={updateAllMatrix(t,e,i){if(e&&t.__hasAutoLayout&&t.__layout.matrixChanged&&(i=!0),Qo(t,e,i),t.isBranch){const{children:s}=t;for(let t=0,o=s.length;t<o;t++)Jo(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++)tn(e[t])}},updateAllChange(t){if(tn(t),t.__updateChange(),t.isBranch){const{children:e}=t;for(let t=0,i=e.length;t<i;t++)en(e[t])}},worldHittable(t){for(;t;){if(!t.__.hittable)return!1;t=t.parent}return!0},moveWorld(t,e,i=0,s){const o="object"==typeof e?Object.assign({},e):{x:e,y:i};s?Xo(t.localTransform,o,o,!0):t.parent&&Yo(t.parent.worldTransform,o,o,!0),$o.moveLocal(t,o.x,o.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,o){$o.zoomOfLocal(t,on(t,e),i,s,o)},zoomOfLocal(t,e,i,s=i,o){zo(qo,t.__localMatrix),jo(qo,e,i,s),t.origin||t.around?$o.setTransform(t,qo,o):(sn(t,qo),t.scaleResize(i,s,!0!==o))},rotateOfWorld(t,e,i){$o.rotateOfLocal(t,on(t,e),i)},rotateOfLocal(t,e,i){zo(qo,t.__localMatrix),Ho(qo,e,i),t.origin||t.around?$o.setTransform(t,qo):(sn(t,qo),t.rotation=a.formatRotation(t.rotation+i))},skewOfWorld(t,e,i,s,o){$o.skewOfLocal(t,on(t,e),i,s,o)},skewOfLocal(t,e,i,s=0,o){zo(qo,t.__localMatrix),Uo(qo,e,i,s),$o.setTransform(t,qo,o)},transformWorld(t,e,i){zo(qo,t.worldTransform),Vo(qo,e),t.parent&&Go(qo,t.parent.worldTransform),$o.setTransform(t,qo,i)},transform(t,e,i){zo(qo,t.localTransform),Vo(qo,e),$o.setTransform(t,qo,i)},setTransform(t,e,i){const s=Ko(e,t.origin&&$o.getInnerOrigin(t,t.origin),t.around&&$o.getInnerOrigin(t,t.around));if(i){const e=s.scaleX/t.scaleX,o=s.scaleY/t.scaleY;delete s.scaleX,delete s.scaleY,t.set(s),t.scaleResize(e,o,!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 jo(i,$o.getLocalOrigin(t,"center"),-1*s,1*s),i},getLocalOrigin:(t,e)=>S.tempToOuterOf($o.getInnerOrigin(t,e),t.localTransform),getInnerOrigin(t,e){const i={};return dt.toPoint(e,t.boxBounds,i),i},getRelativeWorld:(t,e,i)=>(zo(qo,t.worldTransform),Go(qo,e.worldTransform),i?qo:Object.assign({},qo)),drop(t,e,i,s){t.setTransform($o.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}}},$o=Zo,{updateAllMatrix:Jo,updateMatrix:Qo,updateAllWorldOpacity:tn,updateAllChange:en}=$o;function sn(t,e){const{e:i,f:s}=t.__localMatrix;t.x+=e.e-i,t.y+=e.f-s}function on(t,e){return t.__layout.update(),t.parent?S.tempToInnerOf(e,t.parent.__world):e}const nn={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:rn}=Zo,an={sort:(t,e)=>t.__.zIndex===e.__.zIndex?t.__tempNumber-e.__tempNumber:t.__.zIndex-e.__.zIndex,pushAllChildBranch(t,e){if(t.__tempNumber=1,t.__.__childBranchNumber){const{children:i}=t;for(let s=0,o=i.length;s<o;s++)(t=i[s]).isBranch&&(t.__tempNumber=1,e.add(t),hn(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++)ln(e[t],e)},updateBounds(t,e){const i=[t];ln(t,i),dn(i,e)},updateBoundsByBranchStack(t,e){let i,s;for(let o=t.length-1;o>-1;o--){i=t[o],s=i.children;for(let t=0,e=s.length;t<e;t++)rn(s[t]);e&&e===i||rn(i)}}},{pushAllChildBranch:hn,pushAllBranchStack:ln,updateBoundsByBranchStack:dn}=an,cn={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:un}=Zo,{toOuterOf:_n,getPoints:pn,copy:gn}=tt,fn="_localContentBounds",yn="_worldContentBounds",mn="_worldBoxBounds",vn="_worldStrokeBounds";class wn{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 _n(this.contentBounds,this.leaf.__localMatrix,this[fn]||(this[fn]={})),this[fn]}get localStrokeBounds(){return this._localStrokeBounds||this}get localRenderBounds(){return this._localRenderBounds||this}get worldContentBounds(){return _n(this.contentBounds,this.leaf.__world,this[yn]||(this[yn]={})),this[yn]}get worldBoxBounds(){return _n(this.boxBounds,this.leaf.__world,this[mn]||(this[mn]={})),this[mn]}get worldStrokeBounds(){return _n(this.strokeBounds,this.leaf.__world,this[vn]||(this[vn]={})),this[vn]}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:e}=this.leaf;if(e)e.ready?e.watcher.changed&&e.layouter.layout():e.start();else{let e=this.leaf;for(;e.parent&&!e.parent.leafer;)e=e.parent;t.layout(e)}}getTransform(t="world"){this.update();const{leaf:e}=this;switch(t){case"world":return e.__world;case"local":return e.__localMatrix;case"inner":return v.defaultMatrix;case"page":t=e.zoomLayer;default:return un(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 ot(this.getInnerBounds(t)).toOuterOf(this.getTransform(e))}}getInnerBounds(t="box"){switch(t){case"render":return this.renderBounds;case"content":if(this.contentBounds)return this.contentBounds;case"box":return this.boxBounds;case"stroke":return this.strokeBounds}}getLocalBounds(t="box"){switch(t){case"render":return this.localRenderBounds;case"stroke":return this.localStrokeBounds;case"content":if(this.contentBounds)return this.localContentBounds;case"box":return this.leaf.__localBoxBounds}}getWorldBounds(t="box"){switch(t){case"render":return this.leaf.__world;case"stroke":return this.worldStrokeBounds;case"content":if(this.contentBounds)return this.worldContentBounds;case"box":return this.worldBoxBounds}}getLayoutBounds(t,e="world",i){const{leaf:s}=this;let o,n,r,a=this.getInnerBounds(t);switch(e){case"world":o=s.getWorldPoint(a),n=s.__world;break;case"local":const{scaleX:t,scaleY:i,rotation:h,skewX:l,skewY:d}=s.__;r={scaleX:t,scaleY:i,rotation:h,skewX:l,skewY:d},o=s.getLocalPointByInner(a);break;case"inner":o=a,n=v.defaultMatrix;break;case"page":e=s.zoomLayer;default:o=s.getWorldPoint(a,e),n=un(s,e,!0)}if(r||(r=v.getLayout(n)),gn(r,a),S.copy(r,o),i){const{scaleX:t,scaleY:e}=r,i=Math.abs(t),s=Math.abs(e);1===i&&1===s||(r.scaleX/=i,r.scaleY/=s,r.width*=i,r.height*=s)}return r}getLayoutPoints(t,e="world"){const{leaf:i}=this,s=pn(this.getInnerBounds(t));let o;switch(e){case"world":o=null;break;case"local":o=i.parent;break;case"inner":break;case"page":e=i.zoomLayer;default:o=e}return void 0!==o&&s.forEach((t=>i.innerToWorld(t,null,!1,o))),s}shrinkContent(){const{x:t,y:e,width:i,height:s}=this.boxBounds;this._contentBounds={x:t,y:e,width:i,height:s}}spreadStroke(){const{x:t,y:e,width:i,height:s}=this.strokeBounds;this._strokeBounds={x:t,y:e,width:i,height:s},this._localStrokeBounds={x:t,y:e,width:i,height:s},this.renderSpread||this.spreadRenderCancel()}spreadRender(){const{x:t,y:e,width:i,height:s}=this.renderBounds;this._renderBounds={x:t,y:e,width:i,height:s},this._localRenderBounds={x:t,y:e,width:i,height:s}}shrinkContentCancel(){this._contentBounds=void 0}spreadStrokeCancel(){const t=this.renderBounds===this.strokeBounds;this._strokeBounds=this.boxBounds,this._localStrokeBounds=this.leaf.__localBoxBounds,t&&this.spreadRenderCancel()}spreadRenderCancel(){this._renderBounds=this._strokeBounds,this._localRenderBounds=this._localStrokeBounds}boxChange(){this.boxChanged=!0,this.localBoxChanged||this.localBoxChange(),this.hitCanvasChanged=!0}localBoxChange(){this.localBoxChanged=!0,this.boundsChanged=!0}strokeChange(){this.strokeChanged=!0,this.strokeSpread||(this.strokeSpread=1),this.boundsChanged=!0,this.hitCanvasChanged=!0}renderChange(){this.renderChanged=!0,this.renderSpread||(this.renderSpread=1),this.boundsChanged=!0}scaleChange(){this.scaleChanged=!0,this._scaleOrRotationChange()}rotationChange(){this.rotationChanged=!0,this.affectRotation=!0,this._scaleOrRotationChange()}_scaleOrRotationChange(){this.affectScaleOrRotation=!0,this.matrixChange(),this.leaf.__local||this.createLocal()}matrixChange(){this.matrixChanged=!0,this.localBoxChanged||this.localBoxChange()}surfaceChange(){this.surfaceChanged=!0}opacityChange(){this.opacityChanged=!0,this.surfaceChanged||this.surfaceChange()}childrenSortChange(){this.childrenSortChanged||(this.childrenSortChanged=!0,this.leaf.forceUpdate("surface"))}destroy(){}}class xn{constructor(t,e){this.bubbles=!1,this.type=t,e&&(this.target=e)}stopDefault(){this.isStopDefault=!0,this.origin&&t.event.stopDefault(this.origin)}stopNow(){this.isStopNow=!0,this.isStop=!0,this.origin&&t.event.stopNow(this.origin)}stop(){this.isStop=!0,this.origin&&t.event.stop(this.origin)}}class bn extends xn{constructor(t,e,i){super(t,e),this.parent=i,this.child=e}}bn.ADD="child.add",bn.REMOVE="child.remove",bn.CREATED="created",bn.MOUNTED="mounted",bn.UNMOUNTED="unmounted",bn.DESTROY="destroy";class Bn extends xn{constructor(t,e,i,s,o){super(t,e),this.attrName=i,this.oldValue=s,this.newValue=o}}Bn.CHANGE="property.change",Bn.LEAFER_CHANGE="property.leafer_change";class Rn extends xn{constructor(t,e){super(t),Object.assign(this,e)}}Rn.LOAD="image.load",Rn.LOADED="image.loaded",Rn.ERROR="image.error";class Tn extends xn{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(Tn.RESIZE),Object.assign(this,t)):super(t),this.old=e}}Tn.RESIZE="resize";class kn extends xn{constructor(t,e){super(t),this.data=e}}kn.REQUEST="watch.request",kn.DATA="watch.data";class Cn extends xn{constructor(t,e,i){super(t),e&&(this.data=e,this.times=i)}}Cn.CHECK_UPDATE="layout.check_update",Cn.REQUEST="layout.request",Cn.START="layout.start",Cn.BEFORE="layout.before",Cn.LAYOUT="layout",Cn.AFTER="layout.after",Cn.AGAIN="layout.again",Cn.END="layout.end";class En extends xn{constructor(t,e,i,s){super(t),e&&(this.times=e),i&&(this.renderBounds=i,this.renderOptions=s)}}En.REQUEST="render.request",En.START="render.start",En.BEFORE="render.before",En.RENDER="render",En.AFTER="render.after",En.AGAIN="render.again",En.END="render.end",En.NEXT="render.next";class Pn extends xn{}Pn.START="leafer.start",Pn.BEFORE_READY="leafer.before_ready",Pn.READY="leafer.ready",Pn.AFTER_READY="leafer.after_ready",Pn.VIEW_READY="leafer.view_ready",Pn.VIEW_COMPLETED="leafer.view_completed",Pn.STOP="leafer.stop",Pn.RESTART="leafer.restart",Pn.END="leafer.end";const Sn={};function On(t,e,i){if(e){const{__captureMap:e}=t;return e||(i?t.__captureMap={}:Sn)}{const{__bubbleMap:e}=t;return e||(i?t.__bubbleMap={}:Sn)}}const{on:Ln,on_:Dn,off:Mn,off_:An,once:In,emit:Wn,emitEvent:Fn,hasEvent:Nn,destroy:zn}=class{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,o,n;i&&("once"===i?o=!0:"boolean"==typeof i?s=i:(s=i.capture,o=i.once));const r=On(this,s,!0),a="string"==typeof t?t.split(" "):t,h=o?{listener:e,once:o}:{listener:e};a.forEach((t=>{t&&(n=r[t],n?-1===n.findIndex((t=>t.listener===e))&&n.push(h):r[t]=[h])}))}off(t,e,i){if(t){const s="string"==typeof t?t.split(" "):t;if(e){let t,o,n;i&&(t="boolean"==typeof i?i:"once"!==i&&i.capture);const r=On(this,t);s.forEach((t=>{t&&(o=r[t],o&&(n=o.findIndex((t=>t.listener===e)),n>-1&&o.splice(n,1),o.length||delete r[t]))}))}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&&kt.has(t)&&(e=kt.get(t,{type:t,target:this,current:this}));const s=On(this,i)[t];if(s){let o;for(let n=0,r=s.length;n<r&&(o=s[n],o.listener(e),o.once&&(this.off(t,o.listener,i),n--,r--),!e||!e.isStopNow);n++);}this.syncEventer&&this.syncEventer.emitEvent(e,i)}emitEvent(t,e){t.current=this,this.emit(t.type,t,e)}hasEvent(t,e){if(this.syncEventer&&this.syncEventer.hasEvent(t,e))return!0;const{__bubbleMap:i,__captureMap:s}=this,o=i&&i[t],n=s&&s[t];return!!(void 0===e?o||n:e?n:o)}destroy(){this.__captureMap=this.__bubbleMap=this.syncEventer=null}}.prototype,Yn={on:Ln,on_:Dn,off:Mn,off_:An,once:In,emit:Wn,emitEvent:Fn,hasEvent:Nn,destroyEventer:zn},{isFinite:Xn}=Number,jn=gt.get("setAttr"),Hn={__setAttr(t,e,i){if(this.leafer&&this.leafer.created){const s=this.__.__getInput(t);if(i&&!Xn(e)&&void 0!==e&&(jn.warn(this.innerName,t,e),e=void 0),"object"==typeof e||s!==e){this.__realSetAttr(t,e);const{CHANGE:i}=Bn,o=new Bn(i,this,t,s,e);return this.isLeafer?this.emitEvent(new Bn(Bn.LEAFER_CHANGE,this,t,s,e)):this.hasEvent(i)&&this.emitEvent(o),this.leafer.emitEvent(o),!0}return!1}return this.__realSetAttr(t,e),!0},__realSetAttr(t,e){const i=this.__;i[t]=e,this.__proxyData&&this.setProxyAttr(t,e),i.normalStyle&&(this.lockNormalStyle||void 0===i.normalStyle[t]||(i.normalStyle[t]=e))},__getAttr(t){return this.__proxyData?this.getProxyAttr(t):this.__.__get(t)}},{setLayout:Un,multiplyParent:Vn,translateInner:Gn,defaultWorld:Kn}=v,{toPoint:qn,tempPoint:Zn}=dt,$n={__updateWorldMatrix(){Vn(this.__local||this.__layout,this.parent?this.parent.__world:Kn,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)&&(Un(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)&&(qn(i.around||i.origin,t.boxBounds,Zn),Gn(e,-Zn.x,-Zn.y,!i.around))}this.__layout.matrixChanged=!1}},{updateMatrix:Jn,updateAllMatrix:Qn}=Zo,{updateBounds:tr}=an,{toOuterOf:er,copyAndSpread:ir,copy:sr}=tt,{toBounds:or}=js,nr={__updateWorldBounds(){er(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(),er(this.__layout.boxBounds,this.__local,this.__local)},__updateLocalStrokeBounds(){er(this.__layout.strokeBounds,this.__localMatrix,this.__layout.localStrokeBounds)},__updateLocalRenderBounds(){er(this.__layout.renderBounds,this.__localMatrix,this.__layout.localRenderBounds)},__updateBoxBounds(){const t=this.__layout.boxBounds,e=this.__;e.__pathInputed?or(e.__pathForRender,t):(t.x=0,t.y=0,t.width=e.width,t.height=e.height)},__updateAutoLayout(){this.__layout.matrixChanged=!0,this.isBranch?(this.leafer&&this.leafer.ready&&this.leafer.layouter.addExtra(this),this.__.flow?(this.__layout.boxChanged&&this.__updateFlowLayout(),Qn(this),tr(this,this),this.__.__autoSide&&this.__updateBoxBounds(!0)):(Qn(this),tr(this,this))):Jn(this)},__updateNaturalSize(){const{__:t,__layout:e}=this;t.__naturalWidth=e.boxBounds.width,t.__naturalHeight=e.boxBounds.height},__updateStrokeBounds(){const t=this.__layout;ir(t.strokeBounds,t.boxBounds,t.strokeBoxSpread)},__updateRenderBounds(){const t=this.__layout;t.renderSpread>0?ir(t.renderBounds,t.boxBounds,t.renderSpread):sr(t.renderBounds,t.strokeBounds)}},rr={__render(t,e){if(this.__worldOpacity)if(t.setWorld(this.__nowWorld=this.__getNowWorld(e)),t.opacity=this.__.opacity,this.__.__single){if("path"===this.__.eraser)return this.__renderEraser(t,e);const i=t.getSameCanvas(!0,!0);this.__draw(i,e),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:ar}=nn,hr={__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,o=i.length;s<o;s++)ar(i[s],e)||i[s].__render(t,e)}},__clip(t,e){if(this.__worldOpacity){const{children:i}=this;for(let s=0,o=i.length;s<o;s++)ar(i[s],e)||i[s].__clip(t,e)}}},{LEAF:lr,create:dr}=i,{toInnerPoint:cr,toOuterPoint:ur,multiplyParent:_r}=v,{toOuterOf:pr}=tt,{copy:gr,move:fr}=S,{moveLocal:yr,zoomOfLocal:mr,rotateOfLocal:vr,skewOfLocal:wr,moveWorld:xr,zoomOfWorld:br,rotateOfWorld:Br,skewOfWorld:Rr,transform:Tr,transformWorld:kr,setTransform:Cr,getFlipTransform:Er,getLocalOrigin:Pr,getRelativeWorld:Sr,drop:Or}=Zo;let Lr=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 Ot}get __LayoutProcessor(){return wn}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=dr(lr),this.reset(t),this.__bubbleMap&&this.__emitLifeEvent(bn.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(bn.ADD,t,"once")}waitLeafer(t,e){e&&(t=t.bind(e)),this.leafer?t():this.on(bn.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(bn.MOUNTED)):this.__emitLifeEvent(bn.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 _r(this.__world,t.matrix,e,void 0,this.__world),pr(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?Sr(this,e):this.worldTransform,o=i?t:{};return pr(t,s,o),o}worldToLocal(t,e,i,s){this.parent?this.parent.worldToInner(t,e,i,s):e&&gr(e,t)}localToWorld(t,e,i,s){this.parent?this.parent.innerToWorld(t,e,i,s):e&&gr(e,t)}worldToInner(t,e,i,s){s&&(s.innerToWorld(t,e,i),t=e||t),cr(this.worldTransform,t,e,i)}innerToWorld(t,e,i,s){ur(this.worldTransform,t,e,i),s&&s.worldToInner(e||t,null,i)}getBoxPoint(t,e,i,s){return this.getBoxPointByInner(this.getInnerPoint(t,e,i,s),null,null,!0)}getBoxPointByInner(t,e,i,s){const o=s?t:Object.assign({},t),{x:n,y:r}=this.boxBounds;return fr(o,-n,-r),o}getInnerPoint(t,e,i,s){const o=s?t:{};return this.worldToInner(t,o,i,e),o}getInnerPointByBox(t,e,i,s){const o=s?t:Object.assign({},t),{x:n,y:r}=this.boxBounds;return fr(o,n,r),o}getInnerPointByLocal(t,e,i,s){return this.getInnerPoint(t,this.parent,i,s)}getLocalPoint(t,e,i,s){const o=s?t:{};return this.worldToLocal(t,o,i,e),o}getLocalPointByInner(t,e,i,s){return this.getWorldPoint(t,this.parent,i,s)}getPagePoint(t,e,i,s){return(this.leafer?this.leafer.zoomLayer:this).getInnerPoint(t,e,i,s)}getWorldPoint(t,e,i,s){const o=s?t:{};return this.innerToWorld(t,o,i,e),o}getWorldPointByBox(t,e,i,s){return this.getWorldPoint(this.getInnerPointByBox(t,null,null,s),e,i,!0)}getWorldPointByLocal(t,e,i,s){const o=s?t:{};return this.localToWorld(t,o,i,e),o}getWorldPointByPage(t,e,i,s){return(this.leafer?this.leafer.zoomLayer:this).getWorldPoint(t,e,i,s)}setTransform(t,e){Cr(this,t,e)}transform(t,e){Tr(this,t,e)}move(t,e){yr(this,t,e)}moveInner(t,e){xr(this,t,e,!0)}scaleOf(t,e,i,s){mr(this,Pr(this,t),e,i,s)}rotateOf(t,e){vr(this,Pr(this,t),e)}skewOf(t,e,i,s){wr(this,Pr(this,t),e,i,s)}transformWorld(t,e){kr(this,t,e)}moveWorld(t,e){xr(this,t,e)}scaleOfWorld(t,e,i,s){br(this,t,e,i,s)}rotateOfWorld(t,e){Br(this,t,e)}skewOfWorld(t,e,i,s){Rr(this,t,e,i,s)}flip(t){Tr(this,Er(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 xt("path")}getMotionPoint(t){return xt("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){Or(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):So(this.prototype,t,e)}static addAttr(t,e,i){i||(i=wo),i(e)(this.prototype,t)}__emitLifeEvent(t){this.hasEvent(t)&&this.emitEvent(new bn(t,this,this.parent))}destroy(){if(!this.destroyed){const{parent:t}=this;t&&this.remove(),this.children&&this.removeAll(!0),this.__emitLifeEvent(bn.DESTROY),this.__.destroy(),this.__layout.destroy(),this.destroyEventer(),this.destroyed=!0}}};Lr=Dt([Wo(Hn),Wo($n),Wo(nr),Wo(Yn),Wo(rr)],Lr);const{setListWithFn:Dr}=tt,{sort:Mr}=an,{localBoxBounds:Ar,localStrokeBounds:Ir,localRenderBounds:Wr,maskLocalBoxBounds:Fr,maskLocalStrokeBounds:Nr,maskLocalRenderBounds:zr}=nn;let Yr=class extends Lr{__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(){Dr(this.__layout.boxBounds,this.children,this.__hasMask?Fr:Ar)}__updateStrokeBounds(){Dr(this.__layout.strokeBounds,this.children,this.__hasMask?Nr:Ir)}__updateRenderBounds(){Dr(this.__layout.renderBounds,this.children,this.__hasMask?zr:Wr)}__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(Mr),this.__layout.affectChildrenSort=t}}add(t,e){t!==this&&(t.parent&&t.parent.remove(t),t.parent=this,void 0===e?this.children.push(t):this.children.splice(e,0,t),t.isBranch&&(this.__.__childBranchNumber=(this.__.__childBranchNumber||0)+1),t.__layout.boxChanged||t.__layout.boxChange(),t.__layout.matrixChanged||t.__layout.matrixChange(),t.__bubbleMap&&t.__emitLifeEvent(bn.ADD),this.leafer&&(t.__bindLeafer(this.leafer),this.leafer.created&&this.__emitChildEvent(bn.ADD,t)),this.__layout.affectChildrenSort&&this.__layout.childrenSortChange())}addMany(...t){t.forEach((t=>this.add(t)))}remove(t,e){t?t.animationOut?t.__runAnimation("out",(()=>this.__remove(t,e))):this.__remove(t,e):void 0===t&&super.remove(null,e)}removeAll(t){const{children:e}=this;e.length&&(this.children=[],this.__preRemove(),this.__.__childBranchNumber=0,e.forEach((e=>{this.__realRemoveChild(e),t&&e.destroy()})))}clear(){this.removeAll(!0)}__remove(t,e){const i=this.children.indexOf(t);i>-1&&(this.children.splice(i,1),t.isBranch&&(this.__.__childBranchNumber=(this.__.__childBranchNumber||1)-1),this.__preRemove(),this.__realRemoveChild(t),e&&t.destroy())}__preRemove(){this.__hasMask&&this.__updateMask(),this.__hasEraser&&this.__updateEraser(),this.__layout.boxChange(),this.__layout.affectChildrenSort&&this.__layout.childrenSortChange()}__realRemoveChild(t){t.__emitLifeEvent(bn.REMOVE),t.parent=null,this.leafer&&(t.__bindLeafer(null),this.leafer.created&&(this.__emitChildEvent(bn.REMOVE,t),this.leafer.hitCanvasManager&&this.leafer.hitCanvasManager.clear()))}__emitChildEvent(t,e){const i=new bn(t,e,this);this.hasEvent(t)&&!this.isLeafer&&this.emitEvent(i),this.leafer.emitEvent(i)}};Yr=Dt([Wo(hr)],Yr);class Xr{get length(){return this.list.length}constructor(t){this.reset(),t&&(t instanceof Array?this.addList(t):this.add(t))}has(t){return t&&void 0!==this.keys[t.innerId]}indexAt(t){return this.list[t]}indexOf(t){const e=this.keys[t.innerId];return void 0===e?-1:e}add(t){const{list:e,keys:i}=this;void 0===i[t.innerId]&&(e.push(t),i[t.innerId]=e.length-1)}addAt(t,e=0){const{keys:i}=this;if(void 0===i[t.innerId]){const{list:s}=this;for(let t=e,o=s.length;t<o;t++)i[s[t].innerId]++;0===e?s.unshift(t):(e>s.length&&(e=s.length),s.splice(e,0,t)),i[t.innerId]=e}}addList(t){for(let e=0;e<t.length;e++)this.add(t[e])}remove(t){const{list:e}=this;let i;for(let s=0,o=e.length;s<o;s++)void 0!==i?this.keys[e[s].innerId]=s-1:e[s].innerId===t.innerId&&(i=s,delete this.keys[t.innerId]);void 0!==i&&e.splice(i,1)}sort(t){const{list:e}=this;t?e.sort(((t,e)=>e.__level-t.__level)):e.sort(((t,e)=>t.__level-e.__level))}forEach(t){this.list.forEach(t)}clone(){const t=new Xr;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 jr{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}}function Hr(t,e,i,s){var o,n=arguments.length,r=n<3?e:null===s?s=Object.getOwnPropertyDescriptor(e,i):s;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(t,e,i,s);else for(var a=t.length-1;a>=0;a--)(o=t[a])&&(r=(n<3?o(r):n>3?o(e,i,r):o(e,i))||r);return n>3&&r&&Object.defineProperty(e,i,r),r}function Ur(t){return po(t,(t=>({set(e){this.__setAttr(t,e),e&&(this.__.__useEffect=!0),this.__layout.renderChanged||this.__layout.renderChange()}})))}function Vr(t){return po(t,(t=>({set(e){this.__setAttr(t,e),this.__layout.boxChanged||this.__layout.boxChange(),this.__updateSize()}})))}"function"==typeof SuppressedError&&SuppressedError;const Gr={},Kr={},qr={},Zr={},$r={},Jr={},Qr={},ta={},ea={setStyleName:(t,e,i)=>xt("state"),set:(t,e)=>xt("state")},{parse:ia}=di,sa={},oa=gt.get("UIData");class na extends Ot{get scale(){const{scaleX:t,scaleY:e}=this;return t!==e?{x:t,y:e}:t}get __strokeWidth(){const{strokeWidth:t,strokeWidthFixed:e}=this;if(e){const e=this.__leaf;let{scaleX:i}=e.__nowWorld||e.__world;return i<0&&(i=-i),i>1?t/i:t}return t}get __autoWidth(){return!this._width}get __autoHeight(){return!this._height}get __autoSide(){return!this._width||!this._height}get __autoSize(){return!this._width&&!this._height}setVisible(t){this._visible=t;const{leafer:e}=this.__leaf;e&&(e.watcher.hasVisible=!0)}setWidth(t){t<0?(this._width=-t,this.__leaf.scaleX*=-1,oa.warn("width < 0, instead -scaleX ",this)):this._width=t}setHeight(t){t<0?(this._height=-t,this.__leaf.scaleY*=-1,oa.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=sa)):(this.__isFills&&(this.__removeInput("fill"),$r.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=sa)):(this.__isStrokes&&(this.__removeInput("stroke"),$r.recycleImage("stroke",this),this.__isStrokes=!1,this.__pixelStroke&&(this.__pixelStroke=!1)),this._stroke=t)}setPath(t){"string"==typeof t?(this.__setInput("path",t),this._path=ia(t)):(this.__input&&this.__removeInput("path"),this._path=t)}setShadow(t){this.__setInput("shadow",t),t instanceof Array?(t.some((t=>!1===t.visible))&&(t=t.filter((t=>!1!==t.visible))),this._shadow=t.length?t:null):this._shadow=t?!1===t.visible?null:[t]:null}setInnerShadow(t){this.__setInput("innerShadow",t),t instanceof Array?(t.some((t=>!1===t.visible))&&(t=t.filter((t=>!1!==t.visible))),this._innerShadow=t.length?t:null):this._innerShadow=t?!1===t.visible?null:[t]:null}__computePaint(){const{fill:t,stroke:e}=this.__input;t&&Zr.compute("fill",this.__leaf),e&&Zr.compute("stroke",this.__leaf),this.__needComputePaint=!1}}const ra={number:(t,e)=>"object"==typeof t?"percent"===t.type?t.value*e:t.value:t};class aa extends na{}class ha extends aa{get __boxStroke(){return!this.__pathInputed}}class la extends na{get __boxStroke(){return!this.__pathInputed}}class da extends aa{}const ca={thin:100,"extra-light":200,light:300,normal:400,medium:500,"semi-bold":600,bold:700,"extra-bold":800,black:900};const ua={__updateStrokeSpread(){let t=0,e=0;const i=this.__,{strokeAlign:s,strokeWidth:o}=i;if((i.stroke||"all"===i.hitStroke)&&o&&"inside"!==s&&(e=t="center"===s?o/2:o,!i.__boxStroke)){const e=i.__isLinePath?0:10*t,s="none"===i.strokeCap?0:o;t+=Math.max(e,s)}return i.__useArrow&&(t+=5*o),this.__layout.strokeBoxSpread=e,t},__updateRenderSpread(){let t=0;const{shadow:e,innerShadow:i,blur:s,backgroundBlur:o}=this.__;e&&e.forEach((e=>{t=Math.max(t,Math.max(Math.abs(e.y),Math.abs(e.x))+(e.spread>0?e.spread:0)+1.5*e.blur)})),s&&(t=Math.max(t,s));let n=t=Math.ceil(t);return i&&i.forEach((t=>{n=Math.max(n,Math.max(Math.abs(t.y),Math.abs(t.x))+(t.spread<0?-t.spread:0)+1.5*t.blur)})),o&&(n=Math.max(n,o)),this.__layout.renderShapeSpread=n,t+(this.__layout.strokeSpread||0)}},_a={__updateChange(){const t=this.__;if(t.__useEffect){const{shadow:e,innerShadow:i,blur:s,backgroundBlur:o}=this.__;t.__useEffect=!!(e||i||s||o)}t.__checkSingle();t.__isFills||t.__isStrokes||t.cornerRadius||t.__useEffect?t.__complex=!0:t.__complex&&(t.__complex=!1)},__drawFast(t,e){pa(this,t,e)},__draw(t,e){const i=this.__;if(i.__complex){i.__needComputePaint&&i.__computePaint();const{fill:s,stroke:o,__drawAfterFill:n}=i;if(this.__drawRenderPath(t),i.__useEffect){const r=Zr.shape(this,t,e);this.__nowWorld=this.__getNowWorld(e);const{shadow:a,innerShadow:h}=i;a&&Qr.shadow(this,t,r),s&&(i.__isFills?Zr.fills(s,this,t):Zr.fill(s,this,t)),n&&this.__drawAfterFill(t,e),h&&Qr.innerShadow(this,t,r),o&&(i.__isStrokes?Zr.strokes(o,this,t):Zr.stroke(o,this,t)),r.worldCanvas&&r.worldCanvas.recycle(),r.canvas.recycle()}else s&&(i.__isFills?Zr.fills(s,this,t):Zr.fill(s,this,t)),n&&this.__drawAfterFill(t,e),o&&(i.__isStrokes?Zr.strokes(o,this,t):Zr.stroke(o,this,t))}else i.__pathInputed?pa(this,t,e):this.__drawFast(t,e)},__renderShape(t,e,i,s){if(this.__worldOpacity){t.setWorld(this.__nowWorld=this.__getNowWorld(e));const{fill:o,stroke:n}=this.__;this.__drawRenderPath(t),o&&!i&&(this.__.__pixelFill?Zr.fills(o,this,t):Zr.fill("#000000",this,t)),this.__.__isCanvas&&this.__drawAfterFill(t,e),n&&!s&&(this.__.__pixelStroke?Zr.strokes(n,this,t):Zr.stroke("#000000",this,t))}}};function pa(t,e,i){const{fill:s,stroke:o,__drawAfterFill:n}=t.__;t.__drawRenderPath(e),s&&Zr.fill(s,t,e),n&&t.__drawAfterFill(e,i),o&&Zr.stroke(o,t,e)}const ga={__drawFast(t,e){let{width:i,height:s,fill:o,stroke:n,__drawAfterFill:r}=this.__;if(o&&(t.fillStyle=o,t.fillRect(0,0,i,s)),r&&this.__drawAfterFill(t,e),n){const{strokeAlign:o,__strokeWidth:r}=this.__;if(!r)return;t.setStroke(n,r,this.__);const a=r/2;switch(o){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 fa;let ya=fa=class extends Lr{get app(){return this.leafer&&this.leafer.app}get isFrame(){return!1}set scale(t){a.assignScale(this,t)}get scale(){return this.__.scale}get pen(){const{path:t}=this.__;return Js.set(this.path=t||[]),t||this.__drawPathByBox(Js),Js}get editConfig(){}get editOuter(){return this.__.__isLinePath?"LineEditTool":"EditTool"}get editInner(){return"PathEditor"}constructor(t){super(t)}reset(t){}set(t,e){e?(this.lockNormalStyle=!0,Object.assign(this,t),this.lockNormalStyle=!1):Object.assign(this,t)}get(t){return"string"==typeof t?this.__.__getInput(t):this.__.__getInputData(t)}createProxyData(){}find(t,e){}findTag(t){return this.find({tag:t})}findOne(t,e){}findId(t){return this.findOne({id:t})}getPath(t,e){this.__layout.update();let i=e?this.__.__pathForRender:this.__.path;return i||(Js.set(i=[]),this.__drawPathByBox(Js)),t?di.toCanvasData(i,!0):i}getPathString(t,e){return di.stringify(this.getPath(t,e))}load(){this.__.__computePaint()}__onUpdateSize(){if(this.__.__input){const t=this.__;!t.lazy||this.__inLazyBounds||ta.running?t.__computePaint():t.__needComputePaint=!0}}__updateRenderPath(){if(this.__.path){const t=this.__;t.__pathForRender=t.cornerRadius?$s.smooth(t.path,t.cornerRadius,t.cornerSmoothing):t.path,t.__useArrow&&qr.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?cs.drawPathByData(t,e):this.__drawPathByBox(t)}__drawPathByBox(t){const{x:e,y:i,width:s,height:o}=this.__layout.boxBounds;if(this.__.cornerRadius){const{cornerRadius:n}=this.__;t.roundRect(e,i,s,o,"number"==typeof n?[n]:n)}else t.rect(e,i,s,o)}animate(t,e,i,s){return xt("animate")}killAnimate(t){}export(t,e){return ta.export(this,t,e)}clone(t){const e=this.toJSON();return t&&Object.assign(e,t),fa.one(e)}static one(t,e,i,s,o){return Bt.get(t.tag||this.prototype.__tag,t,e,i,s,o)}static registerUI(){Fo()(this)}static registerData(t){Po(t)(this.prototype)}static setEditConfig(t){}static setEditOuter(t){}static setEditInner(t){}destroy(){this.fill=this.stroke=null,this.__animate&&this.killAnimate(),super.destroy()}};var ma;Hr([Po(na)],ya.prototype,"__",void 0),Hr([(t,e)=>{const i="_"+e;uo(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}})}],ya.prototype,"zoomLayer",void 0),Hr([go("")],ya.prototype,"id",void 0),Hr([go("")],ya.prototype,"name",void 0),Hr([go("")],ya.prototype,"className",void 0),Hr([ko("pass-through")],ya.prototype,"blendMode",void 0),Hr([(ma=1,po(ma,(t=>({set(e){this.__setAttr(t,e)&&(this.__layout.opacityChanged||this.__layout.opacityChange())}}))))],ya.prototype,"opacity",void 0),Hr([function(t){return po(t,(t=>({set(e){const i=this.visible;if(!0===i&&0===e){if(this.animationOut)return this.__runAnimation("out",(()=>Co(this,t,e,i)))}else 0===i&&!0===e&&this.animation&&this.__runAnimation("in");Co(this,t,e,i)}})))}(!0)],ya.prototype,"visible",void 0),Hr([ko(!1)],ya.prototype,"locked",void 0),Hr([function(t){return po(t,(t=>({set(e){this.__setAttr(t,e)&&(this.__layout.surfaceChanged||this.__layout.surfaceChange(),this.waitParent((()=>{this.parent.__layout.childrenSortChange()})))}})))}(0)],ya.prototype,"zIndex",void 0),Hr([function(t){return po(t,(t=>({set(e){this.__setAttr(t,e)&&(this.__layout.boxChanged||this.__layout.boxChange(),this.waitParent((()=>{this.parent.__updateMask(e)})))}})))}(!1)],ya.prototype,"mask",void 0),Hr([function(t){return po(t,(t=>({set(e){this.__setAttr(t,e)&&this.waitParent((()=>{this.parent.__updateEraser(e)}))}})))}(!1)],ya.prototype,"eraser",void 0),Hr([fo(0,!0)],ya.prototype,"x",void 0),Hr([fo(0,!0)],ya.prototype,"y",void 0),Hr([wo(100,!0)],ya.prototype,"width",void 0),Hr([wo(100,!0)],ya.prototype,"height",void 0),Hr([mo(1,!0)],ya.prototype,"scaleX",void 0),Hr([mo(1,!0)],ya.prototype,"scaleY",void 0),Hr([vo(0,!0)],ya.prototype,"rotation",void 0),Hr([vo(0,!0)],ya.prototype,"skewX",void 0),Hr([vo(0,!0)],ya.prototype,"skewY",void 0),Hr([fo(0,!0)],ya.prototype,"offsetX",void 0),Hr([fo(0,!0)],ya.prototype,"offsetY",void 0),Hr([fo(0,!0)],ya.prototype,"scrollX",void 0),Hr([fo(0,!0)],ya.prototype,"scrollY",void 0),Hr([yo()],ya.prototype,"origin",void 0),Hr([yo()],ya.prototype,"around",void 0),Hr([go(!1)],ya.prototype,"lazy",void 0),Hr([function(t){return po(t,(t=>({set(e){this.__setAttr(t,e)&&(xo(this),this.__.__removeNaturalSize())}})))}(1)],ya.prototype,"pixelRatio",void 0),Hr([function(t){return po(t,(t=>({set(e){const i=this.__;2!==i.__pathInputed&&(i.__pathInputed=e?1:0),e||(i.__pathForRender=void 0),this.__setAttr(t,e),xo(this)}})))}()],ya.prototype,"path",void 0),Hr([bo()],ya.prototype,"windingRule",void 0),Hr([bo(!0)],ya.prototype,"closed",void 0),Hr([wo(0)],ya.prototype,"padding",void 0),Hr([go(!1)],ya.prototype,"draggable",void 0),Hr([go()],ya.prototype,"dragBounds",void 0),Hr([go(!1)],ya.prototype,"editable",void 0),Hr([Eo(!0)],ya.prototype,"hittable",void 0),Hr([Eo("path")],ya.prototype,"hitFill",void 0),Hr([Ro("path")],ya.prototype,"hitStroke",void 0),Hr([Eo(!1)],ya.prototype,"hitBox",void 0),Hr([Eo(!0)],ya.prototype,"hitChildren",void 0),Hr([Eo(!0)],ya.prototype,"hitSelf",void 0),Hr([Eo()],ya.prototype,"hitRadius",void 0),Hr([function(t){return po(t,(t=>({set(e){this.__setAttr(t,e),this.leafer&&this.leafer.updateCursor()}})))}("")],ya.prototype,"cursor",void 0),Hr([ko()],ya.prototype,"fill",void 0),Hr([Ro()],ya.prototype,"stroke",void 0),Hr([Ro("inside")],ya.prototype,"strokeAlign",void 0),Hr([Ro(1)],ya.prototype,"strokeWidth",void 0),Hr([Ro(!1)],ya.prototype,"strokeWidthFixed",void 0),Hr([Ro("none")],ya.prototype,"strokeCap",void 0),Hr([Ro("miter")],ya.prototype,"strokeJoin",void 0),Hr([Ro()],ya.prototype,"dashPattern",void 0),Hr([Ro()],ya.prototype,"dashOffset",void 0),Hr([Ro(10)],ya.prototype,"miterLimit",void 0),Hr([bo(0)],ya.prototype,"cornerRadius",void 0),Hr([bo()],ya.prototype,"cornerSmoothing",void 0),Hr([Ur()],ya.prototype,"shadow",void 0),Hr([Ur()],ya.prototype,"innerShadow",void 0),Hr([Ur()],ya.prototype,"blur",void 0),Hr([Ur()],ya.prototype,"backgroundBlur",void 0),Hr([Ur()],ya.prototype,"grayscale",void 0),Hr([go({})],ya.prototype,"data",void 0),Hr([Mo(Lr.prototype.reset)],ya.prototype,"reset",null),ya=fa=Hr([Wo(ua),Wo(_a),Ao()],ya);let va=class extends ya{get __tag(){return"Group"}get isBranch(){return!0}constructor(t){super(t)}reset(t){this.__setBranch(),super.reset(t)}__setBranch(){this.children||(this.children=[])}set(t,e){if(t.children){const{children:i}=t;let s;delete t.children,this.children?this.clear():this.__setBranch(),super.set(t,e),i.forEach((t=>{s=t.__?t:Bt.get(t.tag,t),this.add(s)})),t.children=i}else super.set(t,e)}toJSON(t){const e=super.toJSON(t);return e.children=this.children.map((e=>e.toJSON(t))),e}pick(t,e){}addAt(t,e){this.add(t,e)}addAfter(t,e){this.add(t,this.children.indexOf(e)+1)}addBefore(t,e){this.add(t,this.children.indexOf(e))}add(t,e){}addMany(...t){}remove(t,e){}removeAll(t){}clear(){}};var wa;Hr([Po(aa)],va.prototype,"__",void 0),va=Hr([Wo(Yr),Fo()],va);const xa=gt.get("Leafer");let ba=wa=class extends va{get __tag(){return"Leafer"}get isApp(){return!1}get app(){return this.parent||this}get isLeafer(){return!0}get imageReady(){return this.viewReady&&ro.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),wa.list.add(this)}init(t,i){if(this.canvas)return;let s;this.__setLeafer(this),t&&Pt.assign(this.config,t);const{config:o}=this;this.initType(o.type);const n=this.canvas=e.canvas(o);this.__controllers.push(this.renderer=e.renderer(this,n,o),this.watcher=e.watcher(this,o),this.layouter=e.layouter(this,o)),this.isApp&&this.__setApp(),this.__checkAutoLayout(o,i),this.view=n.view,i?(this.__bindApp(i),s=i.running):(this.selector=e.selector(this),this.interaction=e.interaction(this,n,this.selector,o),this.interaction&&(this.__controllers.unshift(this.interaction),this.hitCanvasManager=e.hitCanvasManager()),this.canvasManager=new Et,s=o.start),this.hittable=o.hittable,this.fill=o.fill,this.canvasManager.add(n),this.__listenEvents(),s&&(this.__startTimer=setTimeout(this.start.bind(this))),cn.run(this.__initWait),this.onInit()}onInit(){}initType(t){}set(t){this.waitInit((()=>{super.set(t)}))}start(){clearTimeout(this.__startTimer),!this.running&&this.canvas&&(this.ready?this.emitLeafer(Pn.RESTART):this.emitLeafer(Pn.START),this.__controllers.forEach((t=>t.start())),this.isApp||this.renderer.render(),this.running=!0)}stop(){clearTimeout(this.__startTimer),this.running&&this.canvas&&(this.__controllers.forEach((t=>t.stop())),this.running=!1,this.emitLeafer(Pn.STOP))}unlockLayout(){this.layouter.start(),this.updateLayout()}lockLayout(){this.updateLayout(),this.layouter.stop()}resize(t){const e=Pt.copyAttrs({},t,Xt);Object.keys(e).forEach((t=>this[t]=e[t]))}forceRender(t){this.renderer.addBlock(t?new ot(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=Pt.copyAttrs({},this.canvas,Xt);e.resize(t),this.updateLazyBounds(),this.__onResize(new Tn(t,i))}__onResize(t){this.emitEvent(t),Pt.copyAttrs(this.__,t,Xt),t.width&&t.height||xa.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 rt(t)),this.canvas.startAutoLayout(this.autoLayout,this.__onResize.bind(this)))}__setAttr(t,e){return this.canvas&&(Xt.includes(t)?(e||xa.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&&Xt.includes(t)?this.canvas[t]:super.__getAttr(t)}__changeCanvasSize(t,e){const i=Pt.copyAttrs({},this.canvas,Xt);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(Pn.BEFORE_READY),this.emitLeafer(Pn.READY),this.emitLeafer(Pn.AFTER_READY),cn.run(this.__readyWait))}__onViewReady(){this.viewReady||(this.viewReady=!0,this.emitLeafer(Pn.VIEW_READY),cn.run(this.__viewReadyWait))}__onNextRender(){if(this.viewReady){cn.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(Pn.VIEW_COMPLETED),cn.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 xt("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 Pn(t,this))}__listenEvents(){const t=vt.start("FirstCreate "+this.innerName);this.once(Pn.START,(()=>vt.end(t))),this.once(Cn.START,(()=>this.updateLazyBounds())),this.once(Cn.END,(()=>this.__onReady())),this.once(En.START,(()=>this.__onCreated())),this.once(En.END,(()=>this.__onViewReady())),this.__eventIds.push(this.on_(kn.DATA,this.__onWatchData,this),this.on_(En.NEXT,this.__onNextRender,this),this.on_(Cn.CHECK_UPDATE,this.__checkUpdateLayout,this))}__removeListenEvents(){this.off_(this.__eventIds),this.__eventIds.length=0}destroy(t){const e=()=>{if(!this.destroyed){wa.list.remove(this);try{this.stop(),this.emitEvent(new Pn(Pn.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((()=>{ro.clearRecycled()}),100)}catch(t){xa.error(t)}}};t?e():setTimeout(e)}};ba.list=new Xr,Hr([Po(class extends aa{__getInputData(){const t=super.__getInputData();return Xt.forEach((e=>delete t[e])),t}})],ba.prototype,"__",void 0),Hr([wo()],ba.prototype,"pixelRatio",void 0),ba=wa=Hr([Fo()],ba);let Ba=class extends ya{get __tag(){return"Rect"}constructor(t){super(t)}};Hr([Po(la)],Ba.prototype,"__",void 0),Ba=Hr([Wo(ga),Ao(),Fo()],Ba);const Ra=Ba.prototype,Ta=va.prototype,ka={},{copy:Ca,add:Ea,includes:Pa,copyAndSpread:Sa}=tt;let Oa=class extends va{get __tag(){return"Box"}get isBranchLeaf(){return!0}constructor(t){super(t),this.__layout.renderChanged||this.__layout.renderChange()}__updateStrokeSpread(){return 0}__updateRectRenderSpread(){return 0}__updateRenderSpread(){return this.__updateRectRenderSpread()||-1}__updateRectBoxBounds(){}__updateBoxBounds(t){const e=this.__;if(this.children.length){if(e.__autoSide){this.leafer&&this.leafer.ready&&this.leafer.layouter.addExtra(this),super.__updateBoxBounds();const{boxBounds:i}=this.__layout;e.__autoSize||(e.__autoWidth?(i.width+=i.x,i.height=e.height,i.y=i.x=0):(i.height+=i.y,i.width=e.width,i.x=i.y=0)),t&&e.flow&&e.padding&&Sa(i,i,e.padding,!1,e.__autoSize?null:e.__autoWidth?"width":"height"),this.__updateNaturalSize()}else this.__updateRectBoxBounds();e.flow&&this.__updateContentBounds()}else this.__updateRectBoxBounds()}__updateStrokeBounds(){}__updateRenderBounds(){let t;const{renderBounds:e}=this.__layout;this.children.length?(super.__updateRenderBounds(),Ca(ka,e),this.__updateRectRenderBounds(),t=!Pa(e,ka)||!this.pathInputed||!this.__.cornerRadius):this.__updateRectRenderBounds(),this.isOverflow!==t&&(this.isOverflow=t),!(this.__.__drawAfterFill="hide"===this.__.overflow)&&t&&Ea(e,ka)}__updateRectRenderBounds(){}__updateRectChange(){}__updateChange(){super.__updateChange(),this.__updateRectChange()}__renderRect(t,e){}__renderGroup(t,e){}__render(t,e){this.__.__drawAfterFill?this.__renderRect(t,e):(this.__renderRect(t,e),this.children.length&&this.__renderGroup(t,e))}__drawAfterFill(t,e){const{length:i}=this.children;this.isOverflow?(t.save(),t.clip(),i&&this.__renderGroup(t,e),t.restore()):i&&this.__renderGroup(t,e),this.__.stroke&&i&&(t.setWorld(this.__nowWorld),this.__drawRenderPath(t))}};Hr([Po(ha)],Oa.prototype,"__",void 0),Hr([go(!1)],Oa.prototype,"resizeChildren",void 0),Hr([To("show")],Oa.prototype,"overflow",void 0),Hr([Mo(Ra.__updateStrokeSpread)],Oa.prototype,"__updateStrokeSpread",null),Hr([Mo(Ra.__updateRenderSpread)],Oa.prototype,"__updateRectRenderSpread",null),Hr([Mo(Ra.__updateBoxBounds)],Oa.prototype,"__updateRectBoxBounds",null),Hr([Mo(Ra.__updateStrokeBounds)],Oa.prototype,"__updateStrokeBounds",null),Hr([Mo(Ra.__updateRenderBounds)],Oa.prototype,"__updateRectRenderBounds",null),Hr([Mo(Ra.__updateChange)],Oa.prototype,"__updateRectChange",null),Hr([Mo(Ra.__render)],Oa.prototype,"__renderRect",null),Hr([Mo(Ta.__render)],Oa.prototype,"__renderGroup",null),Oa=Hr([Ao(),Fo()],Oa);let La=class extends Oa{get __tag(){return"Frame"}get isFrame(){return!0}constructor(t){super(t)}};Hr([Po(class extends ha{})],La.prototype,"__",void 0),Hr([ko("#FFFFFF")],La.prototype,"fill",void 0),Hr([To("hide")],La.prototype,"overflow",void 0),La=Hr([Fo()],La);const{moveTo:Da,closePath:Ma,ellipse:Aa}=Di;let Ia=class extends ya{get __tag(){return"Ellipse"}constructor(t){super(t)}__updatePath(){const{width:e,height:i,innerRadius:s,startAngle:o,endAngle:n}=this.__,r=e/2,a=i/2,h=this.__.path=[];s?(o||n?(s<1&&Aa(h,r,a,r*s,a*s,0,o,n,!1),Aa(h,r,a,r,a,0,n,o,!0),s<1&&Ma(h)):(s<1&&(Aa(h,r,a,r*s,a*s),Da(h,e,a)),Aa(h,r,a,r,a,0,360,0,!0)),t.ellipseToCurve&&(this.__.path=this.getPath(!0))):o||n?(Da(h,r,a),Aa(h,r,a,r,a,0,o,n,!1),Ma(h)):Aa(h,r,a,r,a)}};Hr([Po(class extends na{get __boxStroke(){return!this.__pathInputed}})],Ia.prototype,"__",void 0),Hr([bo(0)],Ia.prototype,"innerRadius",void 0),Hr([bo(0)],Ia.prototype,"startAngle",void 0),Hr([bo(0)],Ia.prototype,"endAngle",void 0),Ia=Hr([Fo()],Ia);const{moveTo:Wa,lineTo:Fa,drawPoints:Na}=Di,{rotate:za,getAngle:Ya,getDistance:Xa,defaultPoint:ja}=S,{toBounds:Ha}=js;let Ua=class extends ya{get __tag(){return"Line"}get toPoint(){const{width:t,rotation:e}=this.__,i={x:0,y:0};return t&&(i.x=t),e&&za(i,e),i}set toPoint(t){this.width=Xa(ja,t),this.rotation=Ya(ja,t),this.height&&(this.height=0)}constructor(t){super(t)}__updatePath(){const t=this.__,e=t.path=[];t.points?Na(e,t.points,!1,t.closed):(Wa(e,0,0),Fa(e,this.width,0))}__updateRenderPath(){const t=this.__;!this.pathInputed&&t.points&&t.curve?(Na(t.__pathForRender=[],t.points,t.curve,t.closed),t.__useArrow&&qr.addArrows(this,!1)):super.__updateRenderPath()}__updateBoxBounds(){this.points?Ha(this.__.__pathForRender,this.__layout.boxBounds):super.__updateBoxBounds()}};Hr([Po(class extends na{})],Ua.prototype,"__",void 0),Hr([Bo("center")],Ua.prototype,"strokeAlign",void 0),Hr([wo(0)],Ua.prototype,"height",void 0),Hr([bo()],Ua.prototype,"points",void 0),Hr([bo(0)],Ua.prototype,"curve",void 0),Hr([bo(!1)],Ua.prototype,"closed",void 0),Ua=Hr([Fo()],Ua);const{sin:Va,cos:Ga,PI:Ka}=Math,{moveTo:qa,lineTo:Za,closePath:$a,drawPoints:Ja}=Di,Qa=Ua.prototype;let th=class extends ya{get __tag(){return"Polygon"}constructor(t){super(t)}__updatePath(){const t=this.__.path=[];if(this.__.points)Ja(t,this.__.points,!1,!0);else{const{width:e,height:i,sides:s}=this.__,o=e/2,n=i/2;qa(t,o,0);for(let e=1;e<s;e++)Za(t,o+o*Va(2*e*Ka/s),n-n*Ga(2*e*Ka/s))}$a(t)}__updateRenderPath(){}__updateBoxBounds(){}};Hr([Po(class extends na{})],th.prototype,"__",void 0),Hr([bo(3)],th.prototype,"sides",void 0),Hr([bo()],th.prototype,"points",void 0),Hr([bo(0)],th.prototype,"curve",void 0),Hr([Mo(Qa.__updateRenderPath)],th.prototype,"__updateRenderPath",null),Hr([Mo(Qa.__updateBoxBounds)],th.prototype,"__updateBoxBounds",null),th=Hr([Ao(),Fo()],th);const{sin:eh,cos:ih,PI:sh}=Math,{moveTo:oh,lineTo:nh,closePath:rh}=Di;let ah=class extends ya{get __tag(){return"Star"}constructor(t){super(t)}__updatePath(){const{width:t,height:e,corners:i,innerRadius:s}=this.__,o=t/2,n=e/2,r=this.__.path=[];oh(r,o,0);for(let t=1;t<2*i;t++)nh(r,o+(t%2==0?o:o*s)*eh(t*sh/i),n-(t%2==0?n:n*s)*ih(t*sh/i));rh(r)}};Hr([Po(class extends na{})],ah.prototype,"__",void 0),Hr([bo(5)],ah.prototype,"corners",void 0),Hr([bo(.382)],ah.prototype,"innerRadius",void 0),ah=Hr([Fo()],ah);let hh=class extends Ba{get __tag(){return"Image"}get ready(){return!!this.image&&this.image.ready}constructor(t){super(t),this.on(Rn.LOADED,(t=>{"fill"===t.attrName&&t.attrValue.url===this.url&&(this.image=t.image)}))}destroy(){this.image=null,super.destroy()}};Hr([Po(class extends la{setUrl(t){this.__setImageFill(t),this._url=t}__setImageFill(t){this.__leaf.image&&(this.__leaf.image=null),this.fill=t?{type:"image",mode:"stretch",url:t}:void 0}__getData(){const t=super.__getData();return delete t.fill,t}__getInputData(){const t=super.__getInputData();return delete t.fill,t}})],hh.prototype,"__",void 0),Hr([wo("")],hh.prototype,"url",void 0),hh=Hr([Fo()],hh);let lh=class extends Ba{get __tag(){return"Canvas"}get ready(){return!this.url}constructor(t){super(t),this.canvas=e.canvas(this.__),this.context=this.canvas.context,this.__.__isCanvas=this.__.__drawAfterFill=!0,t&&t.url&&this.drawImage(t.url)}drawImage(t){new co({url:t}).load((t=>{this.context.drawImage(t.view,0,0),this.url=void 0,this.paint(),this.emitEvent(new Rn(Rn.LOADED,{image:t}))}))}draw(t,e,i,s){t.__layout.update();const o=new I(t.__world).invert(),n=new I;e&&n.translate(e.x,e.y),i&&("number"==typeof i?n.scale(i):n.scale(i.x,i.y)),s&&n.rotate(s),o.multiplyParent(n),t.__render(this.canvas,{matrix:o.withScale()}),this.paint()}paint(){this.forceRender()}__drawAfterFill(t,e){const{width:i,height:s,cornerRadius:o}=this.__,{view:n}=this.canvas;o||this.pathInputed?(t.save(),t.clip(),t.drawImage(n,0,0,n.width,n.height,0,0,i,s),t.restore()):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()}};Hr([Po(class extends la{__getInputData(){const t=super.__getInputData();return t.url=this.__leaf.canvas.toDataURL("image/png"),t}})],lh.prototype,"__",void 0),Hr([Vr(100)],lh.prototype,"width",void 0),Hr([Vr(100)],lh.prototype,"height",void 0),Hr([Vr(1)],lh.prototype,"pixelRatio",void 0),Hr([Vr(!0)],lh.prototype,"smooth",void 0),Hr([Vr()],lh.prototype,"contextSettings",void 0),lh=Hr([Fo()],lh);const{copyAndSpread:dh,includes:ch,isSame:uh,spread:_h,setList:ph}=tt;let gh=class extends ya{get __tag(){return"Text"}get editInner(){return"TextEditor"}get textDrawData(){return this.__layout.update(),this.__.__textDrawData}constructor(t){super(t)}__drawHitPath(t){const{__lineHeight:e,fontSize:i,__baseLine:s,__textDrawData:o}=this.__;t.beginPath(),this.__.__letterSpacing<0?this.__drawPathByData(t):o.rows.forEach((o=>t.rect(o.x,o.y-s,o.width,e<i?i:e)))}__drawPathByData(t,e){const{x:i,y:s,width:o,height:n}=this.__layout.boxBounds;t.rect(i,s,o,n)}__drawRenderPath(t){t.font=this.__.__font}__updateTextDrawData(){const t=this.__;t.__textDrawData=Gr.getDrawData(t.text,this.__)}__updateBoxBounds(){const t=this.__,e=this.__layout,{lineHeight:i,letterSpacing:s,fontFamily:o,fontSize:n,fontWeight:r,italic:h,textCase:l,textOverflow:d,padding:c}=t,u=t.__autoWidth,_=t.__autoHeight;t.__lineHeight=ra.number(i,n),t.__letterSpacing=ra.number(s,n),t.__padding=c?a.fourNumber(c):void 0,t.__baseLine=t.__lineHeight-(t.__lineHeight-.7*n)/2,t.__font=`${h?"italic ":""}${"small-caps"===l?"small-caps ":""}${"normal"!==r?r+" ":""}${n}px ${o}`,t.__clipText="show"!==d&&!t.__autoSize,this.__updateTextDrawData();const{bounds:p}=t.__textDrawData,g=e.boxBounds;if(t.__lineHeight<n&&_h(p,n/2),u||_){if(g.x=u?p.x:0,g.y=_?p.y:0,g.width=u?p.width:t.width,g.height=_?p.height:t.height,c){const[e,i,s,o]=t.__padding;u&&(g.x-=o,g.width+=i+o),_&&(g.y-=e,g.height+=s+e)}this.__updateNaturalSize()}else super.__updateBoxBounds();h&&(g.width+=.16*n);const f=ch(g,p)?g:p;uh(f,e.contentBounds)?t.__textBoxBounds=f:(e.contentBounds=f,e.renderChanged=!0,ph(t.__textBoxBounds={},[g,p]))}__updateRenderSpread(){let t=super.__updateRenderSpread();return t||(t=this.__layout.boxBounds===this.__layout.contentBounds?0:1),t}__updateRenderBounds(){dh(this.__layout.renderBounds,this.__.__textBoxBounds,this.__layout.renderSpread)}};Hr([Po(class extends na{get __useNaturalRatio(){return!1}setFontWeight(t){"string"==typeof t?(this.__setInput("fontWeight",t),this._fontWeight=ca[t]||400):(this.__input&&this.__removeInput("fontWeight"),this._fontWeight=t)}})],gh.prototype,"__",void 0),Hr([wo(0)],gh.prototype,"width",void 0),Hr([wo(0)],gh.prototype,"height",void 0),Hr([go(!1)],gh.prototype,"resizeFontSize",void 0),Hr([ko("#000000")],gh.prototype,"fill",void 0),Hr([Bo("outside")],gh.prototype,"strokeAlign",void 0),Hr([Eo("all")],gh.prototype,"hitFill",void 0),Hr([wo("")],gh.prototype,"text",void 0),Hr([wo("L")],gh.prototype,"fontFamily",void 0),Hr([wo(12)],gh.prototype,"fontSize",void 0),Hr([wo("normal")],gh.prototype,"fontWeight",void 0),Hr([wo(!1)],gh.prototype,"italic",void 0),Hr([wo("none")],gh.prototype,"textCase",void 0),Hr([wo("none")],gh.prototype,"textDecoration",void 0),Hr([wo(0)],gh.prototype,"letterSpacing",void 0),Hr([wo({type:"percent",value:1.5})],gh.prototype,"lineHeight",void 0),Hr([wo(0)],gh.prototype,"paraIndent",void 0),Hr([wo(0)],gh.prototype,"paraSpacing",void 0),Hr([wo("left")],gh.prototype,"textAlign",void 0),Hr([wo("top")],gh.prototype,"verticalAlign",void 0),Hr([wo("normal")],gh.prototype,"textWrap",void 0),Hr([wo("show")],gh.prototype,"textOverflow",void 0),gh=Hr([Fo()],gh);let fh=class extends ya{get __tag(){return"Path"}constructor(t){super(t),this.__.__pathInputed=2}};Hr([Po(class extends na{})],fh.prototype,"__",void 0),Hr([Bo("center")],fh.prototype,"strokeAlign",void 0),fh=Hr([Fo()],fh);let yh=class extends va{get __tag(){return"Pen"}constructor(t){super(t)}setStyle(t){const e=this.pathElement=new fh(t);return this.pathStyle=t,this.__path=e.path||(e.path=[]),this.add(e),this}beginPath(){return this.__path.length=0,this.paint(),this}moveTo(t,e){return this}lineTo(t,e){return this}bezierCurveTo(t,e,i,s,o,n){return this}quadraticCurveTo(t,e,i,s){return this}closePath(){return this}rect(t,e,i,s){return this}roundRect(t,e,i,s,o){return this}ellipse(t,e,i,s,o,n,r,a){return this}arc(t,e,i,s,o,n){return this}arcTo(t,e,i,s,o){return this}drawEllipse(t,e,i,s,o,n,r,a){return this}drawArc(t,e,i,s,o,n){return this}drawPoints(t,e,i){return this}clearPath(){return this}paint(){this.pathElement.__layout.boxChanged||this.pathElement.forceUpdate("path")}};function mh(t,e,i,s){var o,n=arguments.length,r=n<3?e:null===s?s=Object.getOwnPropertyDescriptor(e,i):s;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(t,e,i,s);else for(var a=t.length-1;a>=0;a--)(o=t[a])&&(r=(n<3?o(r):n>3?o(e,i,r):o(e,i))||r);return n>3&&r&&Object.defineProperty(e,i,r),r}Hr([Po(da)],yh.prototype,"__",void 0),Hr([(t,e)=>{uo(t,e,{get(){return this.__path}})}],yh.prototype,"path",void 0),yh=Hr([Wo(Zi,["set","beginPath","path","paint"]),Fo()],yh),"function"==typeof SuppressedError&&SuppressedError;let vh=class extends ba{get __tag(){return"App"}get isApp(){return!0}constructor(t,e){super(t,e)}init(t,i){if(super.init(t,i),t){const{ground:i,tree:s,sky:o,editor:n}=t;i&&(this.ground=this.addLeafer(i)),(s||n)&&(this.tree=this.addLeafer(s)),(o||n)&&(this.sky=this.addLeafer(o||{type:"draw",usePartRender:!1})),n&&(this.editor=e.editor(n),this.sky.add(this.editor))}}__setApp(){const{canvas:t}=this,{realCanvas:e,view:i}=this.config;e||i===this.canvas.view||!t.parentView?this.realCanvas=!0:t.unrealCanvas(),this.leafer=this,this.watcher.disable(),this.layouter.disable(),this.__eventIds.push(this.on_(Bn.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(t){const e=new ba(t);return this.add(e),e}add(t,e){if(!t.view){if(this.realCanvas&&!this.canvas.bounds)return void setTimeout((()=>this.add(t,e)),10);t.init(this.__getChildConfig(t.userConfig),this)}super.add(t,e),void 0!==e&&(t.canvas.childIndex=e),this.__listenChildEvents(t)}__onPropertyChange(){gt.showHitView&&this.children.forEach((t=>t.forceUpdate("surface")))}__onCreated(){this.created=this.children.every((t=>t.created))}__onReady(){this.children.every((t=>t.ready))&&super.__onReady()}__onViewReady(){this.children.every((t=>t.viewReady))&&super.__onViewReady()}__onChildRenderEnd(t){this.renderer.addBlock(t.renderBounds),this.viewReady&&this.renderer.update()}__render(t,e){if(t.context){if(e.matrix){const{a:i,b:s,c:o,d:n,e:r,f:a}=e.matrix;t.setTransform(i,s,o,n,r,a)}this.children.forEach((e=>t.copyWorld(e.canvas)))}}__onResize(t){this.children.forEach((e=>e.resize(t))),super.__onResize(t)}__checkUpdateLayout(){this.children.forEach((t=>t.__layout.update()))}__getChildConfig(t){let e=Object.assign({},this.config);return e.hittable=e.realCanvas=void 0,t&&Pt.assign(e,t),this.autoLayout&&Pt.copyAttrs(e,this,Xt),e.view=this.realCanvas?void 0:this.view,e.fill=void 0,e}__listenChildEvents(t){t.once(Cn.END,(()=>this.__onReady())),t.once(En.START,(()=>this.__onCreated())),t.once(En.END,(()=>this.__onViewReady())),this.realCanvas&&this.__eventIds.push(t.on_(En.END,this.__onChildRenderEnd,this))}};vh=mh([Fo()],vh);const wh={},xh={isHoldSpaceKey:()=>xh.isHold("Space"),isHold:t=>wh[t],setDownCode(t){wh[t]||(wh[t]=!0)},setUpCode(t){wh[t]=!1}},bh={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 Bh extends xn{get spaceKey(){return xh.isHoldSpaceKey()}get left(){return bh.left(this)}get right(){return bh.right(this)}get middle(){return bh.middle(this)}constructor(t){super(t.type),this.bubbles=!0,this.getInner=this.getInnerPoint,this.getLocal=this.getLocalPoint,this.getPage=this.getPagePoint,Object.assign(this,t)}getBoxPoint(t){return t||(t=this.current),t.getBoxPoint(this)}getInnerPoint(t){return t||(t=this.current),t.getInnerPoint(this)}getLocalPoint(t){return t||(t=this.current),t.getLocalPoint(this)}getPagePoint(){return this.current.getPagePoint(this)}static changeName(t,e){kt.changeName(t,e)}}let Rh=class extends Bh{};Rh.POINTER="pointer",Rh.BEFORE_DOWN="pointer.before_down",Rh.BEFORE_MOVE="pointer.before_move",Rh.BEFORE_UP="pointer.before_up",Rh.DOWN="pointer.down",Rh.MOVE="pointer.move",Rh.UP="pointer.up",Rh.OVER="pointer.over",Rh.OUT="pointer.out",Rh.ENTER="pointer.enter",Rh.LEAVE="pointer.leave",Rh.TAP="tap",Rh.DOUBLE_TAP="double_tap",Rh.CLICK="click",Rh.DOUBLE_CLICK="double_click",Rh.LONG_PRESS="long_press",Rh.LONG_TAP="long_tap",Rh.MENU="pointer.menu",Rh.MENU_TAP="pointer.menu_tap",Rh=mh([No()],Rh);const Th={};let kh=class extends Rh{static setList(t){this.list=t instanceof Xr?t:new Xr(t)}static setData(t){this.data=t}static getValidMove(t,e,i){const{draggable:s,dragBounds:o,x:n,y:r}=t,a=t.getLocalPoint(i,null,!0);return a.x+=e.x-n,a.y+=e.y-r,o&&this.getMoveInDragBounds(t.__local,"parent"===o?t.parent.boxBounds:o,a,!0),"x"===s&&(a.y=0),"y"===s&&(a.x=0),a}static getMoveInDragBounds(t,e,i,s){const o=t.x+i.x,n=t.y+i.y,r=o+t.width,a=n+t.height,h=e.x+e.width,l=e.y+e.height;return s||(i=Object.assign({},i)),tt.includes(t,e)?(o>e.x?i.x+=e.x-o:r<h&&(i.x+=h-r),n>e.y?i.y+=e.y-n:a<l&&(i.y+=l-a)):(o<e.x?i.x+=e.x-o:r>h&&(i.x+=h-r),n<e.y?i.y+=e.y-n:a>l&&(i.y+=l-a)),i}getPageMove(t){return this.assignMove(t),this.current.getPagePoint(Th,null,!0)}getInnerMove(t,e){return t||(t=this.current),this.assignMove(e),t.getInnerPoint(Th,null,!0)}getLocalMove(t,e){return t||(t=this.current),this.assignMove(e),t.getLocalPoint(Th,null,!0)}getPageTotal(){return this.getPageMove(!0)}getInnerTotal(t){return this.getInnerMove(t,!0)}getLocalTotal(t){return this.getLocalMove(t,!0)}getPageBounds(){const t=this.getPageTotal(),e=this.getPagePoint(),i={};return tt.set(i,e.x-t.x,e.y-t.y,t.x,t.y),tt.unsign(i),i}assignMove(t){Th.x=t?this.totalX:this.moveX,Th.y=t?this.totalY:this.moveY}};kh.BEFORE_DRAG="drag.before_drag",kh.START="drag.start",kh.DRAG="drag",kh.END="drag.end",kh.OVER="drag.over",kh.OUT="drag.out",kh.ENTER="drag.enter",kh.LEAVE="drag.leave",kh=mh([No()],kh);let Ch=class extends Rh{static setList(t){kh.setList(t)}static setData(t){kh.setData(t)}};Ch.DROP="drop",Ch=mh([No()],Ch);let Eh=class extends kh{};Eh.BEFORE_MOVE="move.before_move",Eh.START="move.start",Eh.MOVE="move",Eh.END="move.end",Eh=mh([No()],Eh);let Ph=class extends Bh{};Ph.BEFORE_ROTATE="rotate.before_rotate",Ph.START="rotate.start",Ph.ROTATE="rotate",Ph.END="rotate.end",Ph=mh([No()],Ph);let Sh=class extends kh{};Sh.SWIPE="swipe",Sh.LEFT="swipe.left",Sh.RIGHT="swipe.right",Sh.UP="swipe.up",Sh.DOWN="swipe.down",Sh=mh([No()],Sh);let Oh=class extends Bh{};Oh.BEFORE_ZOOM="zoom.before_zoom",Oh.START="zoom.start",Oh.ZOOM="zoom",Oh.END="zoom.end",Oh=mh([No()],Oh);let Lh=class extends Bh{};function Dh(t){t.isApp||t.__eventIds.push(t.on_(Eh.BEFORE_MOVE,(e=>{t.zoomLayer.move(t.getValidMove(e.moveX,e.moveY))})),t.on_(Oh.BEFORE_ZOOM,(e=>{const{zoomLayer:i}=t,s=t.getValidScale(e.scale);1!==s&&(S.scaleOf(i,e,s),i.scale=i.__.scaleX*s)})))}Lh.DOWN="key.down",Lh.HOLD="key.hold",Lh.UP="key.up",Lh=mh([No()],Lh);const Mh=gt.get("LeaferTypeCreator"),Ah={list:{},register(t,e){Ih[t]?Mh.repeat(t):Ih[t]=e},run(t,e){const i=Ih[t];i&&i(e)}},{list:Ih,register:Wh}=Ah;Wh("design",Dh),Wh("document",(function(t){Dh(t);const{move:e,zoom:i}=t.config;e.scroll="limit",i.min=1})),Wh("block",(function(t){const{config:e}=t;(e.wheel||(e.wheel={})).preventDefault=!1,(e.touch||(e.touch={})).preventDefault="auto"}));const Fh=ba.prototype;Fh.initType=function(t){Ah.run(t,this)},Fh.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:o,height:n}=new ot(this.__world).addPoint(this.zoomLayer),r=i+o-this.width,a=s+n-this.height;i>=0&&r<=0?t=0:t>0?i+t>0&&(t=-i):t<0&&r+t<0&&(t=-r),s>=0&&a<=0?e=0:e>0?s+e>0&&(e=-s):e<0&&a+e<0&&(e=-a)}return{x:s?0:t,y:s?0:e}},Fh.getValidScale=function(t){const{scaleX:e}=this.zoomLayer.__,{min:i,max:s,disabled:o}=this.app.config.zoom,n=Math.abs(e*t);return n<i?t=i/e:n>s&&(t=s/e),o?1:t};class Nh{get transforming(){return!!(this.moveData||this.zoomData||this.rotateData)}constructor(t){this.interaction=t}move(t){const{interaction:e}=this;if(t.moveType||(t.moveType="move"),!this.moveData){const{path:i}=e.selector.getByPoint(t,e.hitRadius);t.path=i,this.moveData=Object.assign(Object.assign({},t),{moveX:0,moveY:0}),e.cancelHover(),e.emit(Eh.START,this.moveData)}t.path=this.moveData.path,e.emit(Eh.BEFORE_MOVE,t),e.emit(Eh.MOVE,t),this.transformEndWait()}zoom(t){const{interaction:e}=this;if(!this.zoomData){const{path:i}=e.selector.getByPoint(t,e.hitRadius);t.path=i,this.zoomData=Object.assign(Object.assign({},t),{scale:1}),e.cancelHover(),e.emit(Oh.START,this.zoomData)}t.path=this.zoomData.path,e.emit(Oh.BEFORE_ZOOM,t),e.emit(Oh.ZOOM,t),this.transformEndWait()}rotate(t){const{interaction:e}=this;if(!this.rotateData){const{path:i}=e.selector.getByPoint(t,e.hitRadius);t.path=i,this.rotateData=Object.assign(Object.assign({},t),{rotation:0}),e.cancelHover(),e.emit(Ph.START,this.rotateData)}t.path=this.rotateData.path,e.emit(Ph.BEFORE_ROTATE,t),e.emit(Ph.ROTATE,t),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(Eh.END,this.moveData),this.moveData=null)}zoomEnd(){this.zoomData&&(this.interaction.emit(Oh.END,this.zoomData),this.zoomData=null)}rotateEnd(){this.rotateData&&(this.interaction.emit(Ph.END,this.rotateData),this.rotateData=null)}destroy(){this.zoomData=this.moveData=this.rotateData=null}}const zh={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:t=>t<-45&&t>-135?Sh.UP:t>45&&t<135?Sh.DOWN:t<=45&&t>=-45?Sh.RIGHT:Sh.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:Yh.getSwipeDirection(S.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 Xr,{list:s}=t;for(let t=0,o=s.length;t<o;t++)s[t].hasEvent(e)&&i.add(s[t]);return i},pathCanDrag:t=>t&&t.list.some((t=>t.draggable||t.editable||!t.isLeafer&&t.hasEvent(kh.DRAG))),pathHasOutside:t=>t&&t.list.some((t=>t.isOutside))},Yh=zh,Xh=new Xr,{getDragEventData:jh,getDropEventData:Hh,getSwipeEventData:Uh}=zh;class Vh{constructor(t){this.interaction=t}setDragData(t){this.animateWait&&this.dragEndReal(),this.downData=this.interaction.downData,this.dragData=jh(t,t,t),this.canAnimate=this.canDragOut=!0}getList(){const{proxy:t}=this.interaction.selector;return!this.dragging||t&&t.list.length?Xh:kh.list||this.dragableList||Xh}checkDrag(t,e){const{interaction:i}=this;if(this.moving&&t.buttons<1)return this.canAnimate=!1,void i.pointerCancel();!this.moving&&e&&(this.moving=i.canMove(this.downData)||i.isHoldRightKey||i.isMobileDragEmpty)&&(this.dragData.moveType="drag",i.emit(Eh.START,this.dragData)),this.moving||this.dragStart(t,e),this.drag(t)}dragStart(t,e){this.dragging||(this.dragging=e&&bh.left(t),this.dragging&&(this.interaction.emit(kh.START,this.dragData),this.getDragableList(this.dragData.path),this.setDragStartPoints(this.realDragableList=this.getList())))}setDragStartPoints(t){this.dragStartPoints={},t.forEach((t=>this.dragStartPoints[t.innerId]={x:t.x,y:t.y}))}getDragableList(t){let e;for(let i=0,s=t.length;i<s;i++)if(e=t.list[i],(e.__.draggable||e.__.editable)&&e.__.hitSelf&&!e.__.locked){this.dragableList=new Xr(e);break}}drag(t){const{interaction:e,dragData:i,downData:s}=this,{path:o,throughPath:n}=s;this.dragData=jh(s,i,t),n&&(this.dragData.throughPath=n),this.dragData.path=o,this.moving?(this.dragData.moveType="drag",e.emit(Eh.BEFORE_MOVE,this.dragData),e.emit(Eh.MOVE,this.dragData)):this.dragging&&(this.dragReal(),e.emit(kh.BEFORE_DRAG,this.dragData),e.emit(kh.DRAG,this.dragData))}dragReal(){const{running:t}=this.interaction,e=this.realDragableList;if(e.length&&t){const{totalX:t,totalY:i}=this.dragData;e.forEach((e=>e.draggable&&e.move(kh.getValidMove(e,this.dragStartPoints[e.innerId],{x:t,y:i}))))}}dragOverOrOut(t){const{interaction:e}=this,{dragOverPath:i}=this,{path:s}=t;this.dragOverPath=s,i?s.indexAt(0)!==i.indexAt(0)&&(e.emit(kh.OUT,t,i),e.emit(kh.OVER,t,s)):e.emit(kh.OVER,t,s)}dragEnterOrLeave(t){const{interaction:e}=this,{dragEnterPath:i}=this,{path:s}=t;e.emit(kh.LEAVE,t,i,s),e.emit(kh.ENTER,t,s,i),this.dragEnterPath=s}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)),S.move(t,i*e,s*e),this.drag(t),this.animate((()=>{this.dragEnd(t,1)}))):this.dragEndReal(t)}dragEndReal(t){const{interaction:e,downData:i,dragData:s}=this;t||(t=s);const{path:o,throughPath:n}=i,r=jh(i,t,t);if(n&&(r.throughPath=n),r.path=o,this.moving&&(this.moving=!1,r.moveType="drag",e.emit(Eh.END,r)),this.dragging){const o=this.getList();this.dragging=!1,e.emit(kh.END,r),this.swipe(t,i,s,r),this.drop(t,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:o}=this;if(S.getDistance(e,t)>o.config.pointer.swipeDistance){const t=Uh(e,i,s);this.interaction.emit(t.type,t)}}drop(t,e,i){const s=Hh(t,e,kh.data);s.path=i,this.interaction.emit(Ch.DROP,s),this.interaction.emit(kh.LEAVE,t,i)}dragReset(){kh.list=kh.data=this.dragableList=this.dragData=this.downData=this.dragOverPath=this.dragEnterPath=null}checkDragOut(t){const{interaction:e}=this;this.autoMoveCancel(),this.dragging&&!e.shrinkCanvasBounds.hitPoint(t)&&this.autoMoveOnDragOut(t)}autoMoveOnDragOut(t){const{interaction:e,downData:i,canDragOut:s}=this,{autoDistance:o,dragOut:n}=e.config.move;if(!n||!s||!o)return;const r=e.shrinkCanvasBounds,{x:a,y:h}=r,l=tt.maxX(r),d=tt.maxY(r),c=t.x<a?o:l<t.x?-o:0,u=t.y<h?o:d<t.y?-o:0;let _=0,p=0;this.autoMoveTimer=setInterval((()=>{_+=c,p+=u,S.move(i,c,u),S.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 Gh=gt.get("emit");const Kh=["move","zoom","rotate","key"];function qh(t,e,i,s,o){if(Kh.some((t=>e.startsWith(t)))&&t.__.hitChildren&&!$h(t,o)){let n;for(let r=0,a=t.children.length;r<a;r++)n=t.children[r],!i.path.has(n)&&n.__.hittable&&Zh(n,e,i,s,o)}}function Zh(t,e,i,s,o){if(t.destroyed)return!1;if(t.__.hitSelf&&!$h(t,o)&&(ea.updateEventStyle&&!s&&ea.updateEventStyle(t,e),t.hasEvent(e,s))){i.phase=s?1:t===i.target?2:3;const o=kt.get(e,i);if(t.emitEvent(o,s),o.isStop)return!0}return!1}function $h(t,e){return e&&e.has(t)}const Jh={getData(t){const e=t[0],i=t[1],s=S.getCenter(e.from,i.from),o=S.getCenter(e.to,i.to),n={x:o.x-s.x,y:o.y-s.y},r=S.getDistance(e.from,i.from);return{move:n,scale:S.getDistance(e.to,i.to)/r,angle:S.getRotation(e.from,i.from,e.to,i.to),center:o}}},Qh={wheel:{zoomSpeed:.5,moveSpeed:.5,rotateSpeed:.5,delta:{x:20,y:8},preventDefault:!0},pointer:{hitRadius:5,tapTime:120,longPressTime:800,transformTime:500,hover:!0,dragHover:!0,dragDistance:2,swipeDistance:20,preventDefaultMenu:!0},touch:{preventDefault:!0},cursor:!0,keyEvent:!0},{pathHasEventType:tl,getMoveEventData:el,getZoomEventData:il,getRotateEventData:sl,pathCanDrag:ol,pathHasOutside:nl}=zh;class rl{get dragging(){return this.dragger.dragging}get transforming(){return this.transformer.transforming}get moveMode(){return!0===this.config.move.drag||this.isHoldSpaceKey||this.isHoldMiddleKey||this.isHoldRightKey&&this.dragger.moving||this.isDragEmpty}get canHover(){return this.config.pointer.hover&&!this.config.mobile}get isDragEmpty(){return this.config.move.dragEmpty&&this.isRootPath(this.hoverData)&&(!this.downData||this.isRootPath(this.downData))}get isMobileDragEmpty(){return this.config.move.dragEmpty&&!this.canHover&&this.downData&&this.isTreePath(this.downData)}get isHoldMiddleKey(){return this.config.move.holdMiddleKey&&this.downData&&bh.middle(this.downData)}get isHoldRightKey(){return this.config.move.holdRightKey&&this.downData&&bh.right(this.downData)}get isHoldSpaceKey(){return this.config.move.holdSpaceKey&&xh.isHoldSpaceKey()}get hitRadius(){return this.config.pointer.hitRadius}constructor(t,e,i,s){this.config=Pt.clone(Qh),this.tapCount=0,this.downKeyMap={},this.target=t,this.canvas=e,this.selector=i,this.defaultPath=new Xr(t),this.transformer=new Nh(this),this.dragger=new Vh(this),s&&(this.config=Pt.default(s,this.config)),this.__listenEvents()}start(){this.running=!0}stop(){this.running=!1}receive(t){}pointerDown(t,e){t||(t=this.hoverData),t&&(bh.defaultLeft(t),this.updateDownData(t),this.checkPath(t,e),this.downTime=Date.now(),this.emit(Rh.BEFORE_DOWN,t),this.emit(Rh.DOWN,t),bh.left(t)&&(this.tapWait(),this.longPressWait(t)),this.waitRightTap=bh.right(t),this.dragger.setDragData(t),this.isHoldRightKey||this.updateCursor(t))}pointerMove(t){if(t||(t=this.hoverData),!t)return;const{downData:e}=this;e&&bh.defaultLeft(t);(this.canvas.bounds.hitPoint(t)||e)&&(this.pointerMoveReal(t),e&&this.dragger.checkDragOut(t))}pointerMoveReal(t){const{dragHover:e,dragDistance:i}=this.config.pointer;if(this.emit(Rh.BEFORE_MOVE,t,this.defaultPath),this.downData){const e=S.getDistance(this.downData,t)>i;e&&(this.waitTap&&this.pointerWaitCancel(),this.waitRightTap=!1),this.dragger.checkDrag(t,e)}this.dragger.moving||(this.updateHoverData(t),this.checkPath(t),this.emit(Rh.MOVE,t),this.dragging&&!e||this.pointerHover(t),this.dragger.dragging&&(this.dragger.dragOverOrOut(t),this.dragger.dragEnterOrLeave(t))),this.updateCursor(this.downData||t)}pointerUp(t){const{downData:e}=this;if(t||(t=e),!e)return;bh.defaultLeft(t),t.multiTouch=e.multiTouch,this.findPath(t);const i=Object.assign(Object.assign({},t),{path:t.path.clone()});t.path.addList(e.path.list),this.checkPath(t),this.downData=null,this.emit(Rh.BEFORE_UP,t),this.emit(Rh.UP,t),this.touchLeave(t),t.isCancel||(this.tap(t),this.menuTap(t)),this.dragger.dragEnd(t),this.updateCursor(i)}pointerCancel(){const t=Object.assign({},this.dragger.dragData);t.isCancel=!0,this.pointerUp(t)}multiTouch(t,e){const{move:i,angle:s,scale:o,center:n}=Jh.getData(e);this.rotate(sl(n,s,t)),this.zoom(il(n,o,t)),this.move(el(n,i,t))}menu(t){this.findPath(t),this.emit(Rh.MENU,t),this.waitMenuTap=!0,!this.downData&&this.waitRightTap&&this.menuTap(t)}menuTap(t){this.waitRightTap&&this.waitMenuTap&&(this.emit(Rh.MENU_TAP,t),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(t){if(!this.config.keyEvent)return;const{code:e}=t;this.downKeyMap[e]||(this.downKeyMap[e]=!0,xh.setDownCode(e),this.emit(Lh.HOLD,t,this.defaultPath),this.moveMode&&(this.cancelHover(),this.updateCursor())),this.emit(Lh.DOWN,t,this.defaultPath)}keyUp(t){if(!this.config.keyEvent)return;const{code:e}=t;this.downKeyMap[e]=!1,xh.setUpCode(e),this.emit(Lh.UP,t,this.defaultPath),"grab"===this.cursor&&this.updateCursor()}pointerHover(t){this.canHover&&(this.pointerOverOrOut(t),this.pointerEnterOrLeave(t))}pointerOverOrOut(t){const{path:e}=t,{overPath:i}=this;this.overPath=e,i?e.indexAt(0)!==i.indexAt(0)&&(this.emit(Rh.OUT,t,i),this.emit(Rh.OVER,t,e)):this.emit(Rh.OVER,t,e)}pointerEnterOrLeave(t){let{path:e}=t;this.downData&&!this.moveMode&&(e=e.clone(),this.downData.path.forEach((t=>e.add(t))));const{enterPath:i}=this;this.enterPath=e,this.emit(Rh.LEAVE,t,i,e),this.emit(Rh.ENTER,t,e,i)}touchLeave(t){"touch"===t.pointerType&&this.enterPath&&(this.emit(Rh.LEAVE,t),this.dragger.dragging&&this.emit(Ch.LEAVE,t))}tap(t){const{pointer:e}=this.config,i=this.longTap(t);if(!e.tapMore&&i)return;if(!this.waitTap)return;e.tapMore&&this.emitTap(t);const s=Date.now()-this.downTime,o=[Rh.DOUBLE_TAP,Rh.DOUBLE_CLICK].some((e=>tl(t.path,e)));s<e.tapTime+50&&o?(this.tapCount++,2===this.tapCount?(this.tapWaitCancel(),this.emitDoubleTap(t)):(clearTimeout(this.tapTimer),this.tapTimer=setTimeout((()=>{e.tapMore||(this.tapWaitCancel(),this.emitTap(t))}),e.tapTime))):e.tapMore||(this.tapWaitCancel(),this.emitTap(t))}findPath(t,e){const{hitRadius:i,through:s}=this.config.pointer,{bottomList:o}=this,n=this.selector.getByPoint(t,i,Object.assign({bottomList:o,name:t.type},e||{through:s}));return n.throughPath&&(t.throughPath=n.throughPath),t.path=n.path,n.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&&!nl(t.path))&&(t.path=this.defaultPath)}canMove(t){return t&&(this.moveMode||"auto"===this.config.move.drag&&!ol(t.path))&&!nl(t.path)}isDrag(t){return this.dragger.getList().has(t)}isPress(t){return this.downData&&this.downData.path.has(t)}isHover(t){return this.enterPath&&this.enterPath.has(t)}isFocus(t){return this.focusData===t}cancelHover(){const{hoverData:t}=this;t&&(t.path=this.defaultPath,this.pointerHover(t))}updateDownData(t,e,i){const{downData:s}=this;!t&&s&&(t=s),t&&(this.findPath(t,e),i&&s&&t.path.addList(s.path.list),this.downData=t)}updateHoverData(t){t||(t=this.hoverData),t&&(this.findPath(t,{exclude:this.dragger.getList(),name:Rh.MOVE}),this.hoverData=t)}updateCursor(t){if(!this.config.cursor||!this.canHover)return;if(t||(this.updateHoverData(),t=this.downData||this.hoverData),this.dragger.moving)return this.setCursor("grabbing");if(this.canMove(t))return this.setCursor(this.downData?"grabbing":"grab");if(!t)return;let e,i;const{path:s}=t;for(let t=0,o=s.length;t<o&&(e=s.list[t],i=e.syncEventer?e.syncEventer.cursor:e.cursor,!i);t++);this.setCursor(i)}setCursor(t){this.cursor=t}getLocal(t,e){const i=this.canvas.getClientBounds(e);return{x:t.clientX-i.x,y:t.clientY-i.y}}emitTap(t){this.emit(Rh.TAP,t),this.emit(Rh.CLICK,t)}emitDoubleTap(t){this.emit(Rh.DOUBLE_TAP,t),this.emit(Rh.DOUBLE_CLICK,t)}pointerWaitCancel(){this.tapWaitCancel(),this.longPressWaitCancel()}tapWait(){clearTimeout(this.tapTimer),this.waitTap=!0}tapWaitCancel(){clearTimeout(this.tapTimer),this.waitTap=!1,this.tapCount=0}longPressWait(t){clearTimeout(this.longPressTimer),this.longPressTimer=setTimeout((()=>{this.longPressed=!0,this.emit(Rh.LONG_PRESS,t)}),this.config.pointer.longPressTime)}longTap(t){let e;return this.longPressed&&(this.emit(Rh.LONG_TAP,t),(tl(t.path,Rh.LONG_TAP)||tl(t.path,Rh.LONG_PRESS))&&(e=!0)),this.longPressWaitCancel(),e}longPressWaitCancel(){clearTimeout(this.longPressTimer),this.longPressed=!1}__onResize(){this.shrinkCanvasBounds=new ot(this.canvas.bounds),this.shrinkCanvasBounds.spread(-2)}__listenEvents(){const{target:t}=this;this.__eventIds=[t.on_(Tn.RESIZE,this.__onResize,this)],t.once(Pn.READY,(()=>this.__onResize()))}__removeListenEvents(){this.target.off_(this.__eventIds),this.__eventIds.length=0}emit(t,e,i,s){this.running&&function(t,e,i,s){if(!i&&!e.path)return;let o;e.type=t,i?e=Object.assign(Object.assign({},e),{path:i}):i=e.path,e.target=i.indexAt(0);try{for(let n=i.length-1;n>-1;n--){if(o=i.list[n],Zh(o,t,e,!0,s))return;o.isApp&&qh(o,t,e,!0,s)}for(let n=0,r=i.length;n<r;n++)if(o=i.list[n],o.isApp&&qh(o,t,e,!1,s),Zh(o,t,e,!1,s))return}catch(t){Gh.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 al{static set(t,e){this.custom[t]=e}static get(t){return this.custom[t]}}al.custom={};class hl extends Et{constructor(){super(...arguments),this.maxTotal=1e3,this.pathList=new Xr,this.pixelList=new Xr}getPixelType(t,i){return this.__autoClear(),this.pixelList.add(t),e.hitCanvas(i)}getPathType(t){return this.__autoClear(),this.pathList.add(t),e.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:ll,copy:dl,setRadius:cl}=S,ul={},_l=Lr.prototype;_l.__hitWorld=function(t){if(!this.__.hitSelf)return!1;this.__.hitRadius&&(dl(ul,t),cl(t=ul,this.__.hitRadius)),ll(t,this.__world,ul);const{width:e,height:i}=this.__world,s=e<10&&i<10;if(this.__.hitBox||s){if(tt.hitRadiusPoint(this.__layout.boxBounds,ul))return!0;if(s)return!1}return!this.__layout.hitCanvasChanged&&this.__hitCanvas||(this.__updateHitCanvas(),this.__layout.boundsChanged||(this.__layout.hitCanvasChanged=!1)),this.__hit(ul)},_l.__hitFill=function(t){var e;return null===(e=this.__hitCanvas)||void 0===e?void 0:e.hitFill(t,this.__.windingRule)},_l.__hitStroke=function(t,e){var i;return null===(i=this.__hitCanvas)||void 0===i?void 0:i.hitStroke(t,e)},_l.__hitPixel=function(t){var e;return null===(e=this.__hitCanvas)||void 0===e?void 0:e.hitPixel(t,this.__layout.renderBounds,this.__hitCanvas.hitScale)},_l.__drawHitPath=function(t){t&&this.__drawRenderPath(t)};const pl=new I,gl=ya.prototype;gl.__updateHitCanvas=function(){const e=this.__,{hitCanvasManager:i}=this.leafer,s=(e.__pixelFill||e.__isCanvas)&&"pixel"===e.hitFill,o=e.__pixelStroke&&"pixel"===e.hitStroke,n=s||o;this.__hitCanvas||(this.__hitCanvas=n?i.getPixelType(this,{contextSettings:{willReadFrequently:!0}}):i.getPathType(this));const r=this.__hitCanvas;if(n){const{renderBounds:i}=this.__layout,n=t.image.hitCanvasSize,a=r.hitScale=nt.set(0,0,n,n).getFitMatrix(i,.5).a,{x:h,y:l,width:d,height:c}=nt.set(i).scale(a);r.resize({width:d,height:c,pixelRatio:1}),r.clear(),ro.patternLocked=!0,this.__renderShape(r,{matrix:pl.setWith(this.__world).scaleWith(1/a).invertWith().translate(-h,-l)},!s,!o),ro.patternLocked=!1,r.resetTransform(),e.__isHitPixel=!0}else e.__isHitPixel&&(e.__isHitPixel=!1);this.__drawHitPath(r),r.setStrokeOptions(e)},gl.__hit=function(e){"miniapp"===t.name&&this.__drawHitPath(this.__hitCanvas);const i=this.__;if(i.__isHitPixel&&this.__hitPixel(e))return!0;const{hitFill:s}=i,o=(i.fill||i.__isCanvas)&&("path"===s||"pixel"===s&&!(i.__pixelFill||i.__isCanvas))||"all"===s;if(o&&this.__hitFill(e))return!0;const{hitStroke:n,__strokeWidth:r}=i,a=i.stroke&&("path"===n||"pixel"===n&&!i.__pixelStroke)||"all"===n;if(!o&&!a)return!1;const h=2*e.radiusX;let l=h;if(a)switch(i.strokeAlign){case"inside":if(l+=2*r,!o&&this.__hitFill(e)&&this.__hitStroke(e,l))return!0;l=h;break;case"center":l+=r;break;case"outside":if(l+=2*r,!o){if(!this.__hitFill(e)&&this.__hitStroke(e,l))return!0;l=h}}return!!l&&this.__hitStroke(e,l)};const fl=new ya,yl=Ba.prototype;yl.__updateHitCanvas=function(){this.stroke||this.cornerRadius||(this.fill||this.__.__isCanvas)&&"pixel"===this.hitFill||"all"===this.hitStroke?fl.__updateHitCanvas.call(this):this.__hitCanvas&&(this.__hitCanvas=null)},yl.__hitFill=function(t){return this.__hitCanvas?fl.__hitFill.call(this,t):tt.hitRadiusPoint(this.__layout.boxBounds,t)};const ml=ya.prototype,vl=va.prototype;ml.find=function(t,e){return this.leafer?this.leafer.selector.getBy(t,this,!1,e):[]},ml.findOne=function(t,e){return this.leafer?this.leafer.selector.getBy(t,this,!0,e):null},vl.pick=function(t,e){return this.__layout.update(),e||(e={}),this.leafer?this.leafer.selector.getByPoint(t,e.hitRadius||0,Object.assign(Object.assign({},e),{target:this})):null};const wl=jt.prototype;function xl(t,e,i,s){var o,n=arguments.length,r=n<3?e:null===s?s=Object.getOwnPropertyDescriptor(e,i):s;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(t,e,i,s);else for(var a=t.length-1;a>=0;a--)(o=t[a])&&(r=(n<3?o(r):n>3?o(e,i,r):o(e,i))||r);return n>3&&r&&Object.defineProperty(e,i,r),r}wl.hitFill=function(t,e){return e?this.context.isPointInPath(t.x,t.y,e):this.context.isPointInPath(t.x,t.y)},wl.hitStroke=function(t,e){return this.strokeWidth=e,this.context.isPointInStroke(t.x,t.y)},wl.hitPixel=function(t,e,i=1){let{x:s,y:o,radiusX:n,radiusY:r}=t;e&&(s-=e.x,o-=e.y),nt.set(s-n,o-r,2*n,2*r).scale(i).ceil();const{data:a}=this.context.getImageData(nt.x,nt.y,nt.width||1,nt.height||1);for(let t=0,e=a.length;t<e;t+=4)if(a[t+3]>0)return!0;return a[3]>0},"function"==typeof SuppressedError&&SuppressedError;const bl=gt.get("LeaferCanvas");class Bl extends jt{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:e}=this,i=e.view||e.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"}t.syncDomFont&&!this.parentView&&(s.display="none",document.body.appendChild(this.view)),this.__createContext(),this.autoLayout||this.resize(e)}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 bl.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(e,i){if(this.resizeListener=i,e){this.autoBounds=e;try{this.resizeObserver=new ResizeObserver((t=>{this.updateClientBounds();for(const e of t)this.checkAutoBounds(e.contentRect)}));const t=this.parentView;t?(this.resizeObserver.observe(t),this.checkAutoBounds(t.getBoundingClientRect())):(this.checkAutoBounds(this.view),bl.warn("no parent"))}catch(t){this.imitateResizeObserver()}}else window.addEventListener("resize",(()=>{const e=t.devicePixelRatio;if(this.pixelRatio!==e){const{width:t,height:i}=this;this.emitResize({width:t,height:i,pixelRatio:e})}}))}imitateResizeObserver(){this.autoLayout&&(this.parentView&&this.checkAutoBounds(this.parentView.getBoundingClientRect()),t.requestRender(this.imitateResizeObserver.bind(this)))}checkAutoBounds(e){const i=this.view,{x:s,y:o,width:n,height:r}=this.autoBounds.getBoundsFrom(e),a={width:n,height:r,pixelRatio:t.devicePixelRatio};if(!this.isSameSize(a)){const{style:t}=i;t.marginLeft=s+"px",t.marginTop=o+"px",this.emitResize(a)}}stopAutoLayout(){this.autoLayout=!1,this.resizeListener=null,this.resizeObserver&&(this.resizeObserver.disconnect(),this.resizeObserver=null)}emitResize(t){const e={};Pt.copyAttrs(e,this,Xt),this.resize(t),void 0!==this.width&&this.resizeListener(new Tn(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()}}}to(CanvasRenderingContext2D.prototype),to(Path2D.prototype);const{mineType:Rl,fileType:Tl}=eo;Object.assign(e,{canvas:(t,e)=>new Bl(t,e),image:t=>new co(t)}),t.name="web",t.isMobile="ontouchstart"in window,t.requestRender=function(t){window.requestAnimationFrame(t)},uo(t,"devicePixelRatio",{get:()=>Math.max(1,devicePixelRatio)});const{userAgent:kl}=navigator;kl.indexOf("Firefox")>-1?(t.conicGradientRotate90=!0,t.intWheelDeltaY=!0,t.syncDomFont=!0):kl.indexOf("Safari")>-1&&-1===kl.indexOf("Chrome")&&(t.fullImageShadow=!0),kl.indexOf("Windows")>-1?(t.os="Windows",t.intWheelDeltaY=!0):kl.indexOf("Mac")>-1?t.os="Mac":kl.indexOf("Linux")>-1&&(t.os="Linux");class Cl{get childrenChanged(){return this.hasAdd||this.hasRemove||this.hasVisible}get updatedList(){if(this.hasRemove){const t=new Xr;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 Xr,this.target=t,e&&(this.config=Pt.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(En.REQUEST)}__onAttrChange(t){this.__updatedList.add(t.target),this.update()}__onChildEvent(t){t.type===bn.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 kn(kn.DATA,{updatedList:this.updatedList})),this.__updatedList=new Xr,this.totalTimes++,this.changed=!1,this.hasVisible=!1,this.hasRemove=!1,this.hasAdd=!1}__listenEvents(){const{target:t}=this;this.__eventIds=[t.on_(Bn.CHANGE,this.__onAttrChange,this),t.on_([bn.ADD,bn.REMOVE],this.__onChildEvent,this),t.on_(kn.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:El,updateBounds:Pl,updateAllWorldOpacity:Sl}=Zo,{pushAllChildBranch:Ol,pushAllParent:Ll}=an;const{worldBounds:Dl}=nn,Ml={x:0,y:0,width:1e5,height:1e5};class Al{constructor(t){this.updatedBounds=new ot,this.beforeBounds=new ot,this.afterBounds=new ot,t instanceof Array&&(t=new Xr(t)),this.updatedList=t}setBefore(){this.beforeBounds.setListWithFn(this.updatedList.list,Dl)}setAfter(){const{list:t}=this.updatedList;t.some((t=>t.noBounds))?this.afterBounds.set(Ml):this.afterBounds.setListWithFn(t,Dl),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:Il,updateAllChange:Wl}=Zo,Fl=gt.get("Layouter");class Nl{constructor(t,e){this.totalTimes=0,this.config={},this.__levelList=new jr,this.target=t,e&&(this.config=Pt.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(Cn.START),this.layoutOnce(),t.emitEvent(new Cn(Cn.END,this.layoutedBlocks,this.times))}catch(t){Fl.error(t)}this.layoutedBlocks=null}layoutAgain(){this.layouting?this.waitAgain=!0:this.layoutOnce()}layoutOnce(){return this.layouting?Fl.warn("layouting"):this.times>3?Fl.warn("layout max times"):(this.times++,this.totalTimes++,this.layouting=!0,this.target.emit(kn.REQUEST),this.totalTimes>1?this.partLayout():this.fullLayout(),this.layouting=!1,void(this.waitAgain&&(this.waitAgain=!1,this.layoutOnce())))}partLayout(){var t;if(!(null===(t=this.__updatedList)||void 0===t?void 0:t.length))return;const e=vt.start("PartLayout"),{target:i,__updatedList:s}=this,{BEFORE:o,LAYOUT:n,AFTER:r}=Cn,a=this.getBlocks(s);a.forEach((t=>t.setBefore())),i.emitEvent(new Cn(o,a,this.times)),this.extraBlock=null,s.sort(),function(t,e){let i;t.list.forEach((t=>{i=t.__layout,e.without(t)&&!i.proxyZoom&&(i.matrixChanged?(El(t,!0),e.add(t),t.isBranch&&Ol(t,e),Ll(t,e)):i.boundsChanged&&(e.add(t),t.isBranch&&(t.__tempNumber=0),Ll(t,e)))}))}(s,this.__levelList),function(t){let e,i,s;t.sort(!0),t.levels.forEach((o=>{e=t.levelMap[o];for(let t=0,o=e.length;t<o;t++){if(i=e[t],i.isBranch&&i.__tempNumber){s=i.children;for(let t=0,e=s.length;t<e;t++)s[t].isBranch||Pl(s[t])}Pl(i)}}))}(this.__levelList),function(t){let e;t.list.forEach((t=>{e=t.__layout,e.opacityChanged&&Sl(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 Cn(n,a,this.times)),i.emitEvent(new Cn(r,a,this.times)),this.addBlocks(a),this.__levelList.reset(),this.__updatedList=null,vt.end(e)}fullLayout(){const t=vt.start("FullLayout"),{target:e}=this,{BEFORE:i,LAYOUT:s,AFTER:o}=Cn,n=this.getBlocks(new Xr(e));e.emitEvent(new Cn(i,n,this.times)),Nl.fullLayout(e),n.forEach((t=>{t.setAfter()})),e.emitEvent(new Cn(s,n,this.times)),e.emitEvent(new Cn(o,n,this.times)),this.addBlocks(n),vt.end(t)}static fullLayout(t){Il(t,!0),t.isBranch?an.updateBounds(t):Zo.updateBounds(t),Wl(t)}addExtra(t){if(!this.__updatedList.has(t)){const{updatedList:e,beforeBounds:i}=this.extraBlock||(this.extraBlock=new Al([]));e.length?i.add(t.__world):i.set(t.__world),e.add(t)}}createBlock(t){return new Al(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_(Cn.REQUEST,this.layout,this),t.on_(Cn.AGAIN,this.layoutAgain,this),t.on_(kn.DATA,this.__onReceiveWatchData,this)]}__removeListenEvents(){this.target.off_(this.__eventIds)}destroy(){this.target&&(this.stop(),this.__removeListenEvents(),this.target=this.config=null)}}const zl=gt.get("Renderer");class Yl{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=Pt.default(i,this.config)),this.__listenEvents(),this.__requestRender()}start(){this.running=!0}stop(){this.running=!1}update(){this.changed=!0}requestLayout(){this.target.emit(Cn.REQUEST)}render(t){if(!this.running||!this.canvas.view)return void(this.changed=!0);const{target:e}=this;this.times=0,this.totalBounds=new ot,zl.log(e.innerName,"---\x3e");try{this.emitRender(En.START),this.renderOnce(t),this.emitRender(En.END,this.totalBounds),ro.clearRecycled()}catch(t){this.rendering=!1,zl.error(t)}zl.log("-------------|")}renderAgain(){this.rendering?this.waitAgain=!0:this.renderOnce()}renderOnce(t){if(this.rendering)return zl.warn("rendering");if(this.times>3)return zl.warn("render max times");if(this.times++,this.totalTimes++,this.rendering=!0,this.changed=!1,this.renderBounds=new ot,this.renderOptions={},t)this.emitRender(En.BEFORE),t();else{if(this.requestLayout(),this.ignore)return void(this.ignore=this.rendering=!1);this.emitRender(En.BEFORE),this.config.usePartRender&&this.totalTimes>1?this.partRender():this.fullRender()}this.emitRender(En.RENDER,this.renderBounds,this.renderOptions),this.emitRender(En.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 zl.warn("PartRender: need update attr");this.mergeBlocks(),e.forEach((e=>{t.bounds.hit(e)&&!e.isEmpty()&&this.clipRender(e)}))}clipRender(t){const e=vt.start("PartRender"),{canvas:i}=this,s=t.getIntersect(i.bounds),o=t.includes(this.target.__world),n=new ot(s);i.save(),o&&!gt.showRepaint?i.clear():(s.spread(10+1/this.canvas.pixelRatio).ceil(),i.clearWorld(s,!0),i.clipWorld(s,!0)),this.__render(s,o,n),i.restore(),vt.end(e)}fullRender(){const t=vt.start("FullRender"),{canvas:e}=this;e.save(),e.clear(),this.__render(e.bounds,!0),e.restore(),vt.end(t)}__render(t,e,i){const s=t.includes(this.target.__world)?{includes:e}:{bounds:t,includes:e};this.needFill&&this.canvas.fillWorld(t,this.config.fill),gt.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),gt.showHitView&&this.renderHitView(s),gt.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 ot;e.setList(t),t.length=0,t.push(e)}}__requestRender(){const e=Date.now();t.requestRender((()=>{this.FPS=Math.min(60,Math.ceil(1e3/(Date.now()-e))),this.running&&(this.changed&&this.canvas.view&&this.render(),this.target.emit(En.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 ot(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 ot(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||zl.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 En(t,this.times,e,i))}__listenEvents(){const{target:t}=this;this.__eventIds=[t.on_(En.REQUEST,this.update,this),t.on_(Cn.END,this.__onLayoutEnd,this),t.on_(En.AGAIN,this.renderAgain,this),t.on_(Tn.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:Xl}=tt;class jl{constructor(t,e){this.target=t,this.selector=e}getByPoint(t,e,i){e||(e=0),i||(i={});const s=i.through||!1,o=i.ignoreHittable||!1,n=i.target||this.target;this.exclude=i.exclude||null,this.point={x:t.x,y:t.y,radiusX:e,radiusY:e},this.findList=new Xr(i.findList),i.findList||this.hitBranch(n);const{list:r}=this.findList,a=this.getBestMatchLeaf(r,i.bottomList,o),h=o?this.getPath(a):this.getHitablePath(a);return this.clear(),s?{path:h,target:a,throughPath:r.length?this.getThroughPath(r):h}:{path:h,target:a}}getBestMatchLeaf(t,e,i){if(t.length){let e;this.findList=new Xr;const{x:s,y:o}=this.point,n={x:s,y:o,radiusX:0,radiusY:0};for(let s=0,o=t.length;s<o;s++)if(e=t[s],(i||Zo.worldHittable(e))&&(this.hitChild(e,n),this.findList.length))return this.findList.list[0]}if(e)for(let t=0,i=e.length;t<i;t++)if(this.hitChild(e[t].target,this.point,e[t].proxy),this.findList.length)return this.findList.list[0];return t[0]}getPath(t){const e=new Xr;for(;t;)e.add(t),t=t.parent;return e.add(this.target),e}getHitablePath(t){const e=this.getPath(t&&t.hittable?t:null);let i,s=new Xr;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 Xr,i=[];for(let e=t.length-1;e>-1;e--)i.push(this.getPath(t[e]));let s,o,n;for(let t=0,r=i.length;t<r;t++){s=i[t],o=i[t+1];for(let t=0,i=s.length;t<i&&(n=s.list[t],!o||!o.has(n));t++)e.add(n)}return e}hitBranch(t){this.eachFind(t.children,t.__onlyHitMask)}eachFind(t,e){let i,s;const{point:o}=this;for(let n=t.length-1;n>-1;n--)i=t[n],!i.__.visible||e&&!i.__.mask||(s=!!i.__.hitRadius||Xl(i.__world,o),i.isBranch?(s||i.__ignoreHitWorld)&&(this.eachFind(i.children,i.__onlyHitMask),i.isBranchLeaf&&!this.findList.length&&this.hitChild(i,o)):s&&this.hitChild(i,o))}hitChild(t,e,i){if((!this.exclude||!this.exclude.has(t))&&t.__hitWorld(e)){const{parent:s}=t;if(s&&s.__hasMask&&!t.__.mask&&!s.children.some((t=>t.__.mask&&t.__hitWorld(e))))return;this.findList.add(i||t)}}clear(){this.point=null,this.findList=null,this.exclude=null}destroy(){this.clear()}}const{Yes:Hl,NoAndSkip:Ul,YesAndSkip:Vl}=Lt,Gl={},Kl={},ql={};class Zl{constructor(t,e){this.config={},this.innerIdMap={},this.idMap={},this.methods={id:(t,e)=>t.id===e?(this.idMap[e]=t,1):0,innerId:(t,e)=>t.innerId===e?(this.innerIdMap[e]=t,1):0,className:(t,e)=>t.className===e?1:0,tag:(t,e)=>t.__tag===e?1:0,tags:(t,e)=>e[t.__tag]?1:0},this.target=t,e&&(this.config=Pt.default(e,this.config)),this.picker=new jl(t,this),this.__listenEvents()}getBy(t,e,i,s){switch(typeof t){case"number":const o=this.getByInnerId(t,e);return i?o:o?[o]:[];case"string":switch(t[0]){case"#":Gl.id=t.substring(1),t=Gl;break;case".":Kl.className=t.substring(1),t=Kl;break;default:ql.tag=t,t=ql}case"object":if(void 0!==t.id){const s=this.getById(t.id,e);return i?s:s?[s]:[]}if(t.tag){const{tag:s}=t,o=s instanceof Array;return this.getByMethod(o?this.methods.tags:this.methods.tag,e,i,o?Pt.toMap(s):s)}return this.getByMethod(this.methods.className,e,i,t.className);case"function":return this.getByMethod(t,e,i,s)}}getByPoint(e,i,s){return"node"===t.name&&this.target.emit(Cn.CHECK_UPDATE),this.picker.getByPoint(e,i,s)}getByInnerId(t,e){const i=this.innerIdMap[t];return i||(this.eachFind(this.toChildren(e),this.methods.innerId,null,t),this.findLeaf)}getById(t,e){const i=this.idMap[t];return i&&Zo.hasParent(i,e||this.target)?i:(this.eachFind(this.toChildren(e),this.methods.id,null,t),this.findLeaf)}getByClassName(t,e){return this.getByMethod(this.methods.className,e,!1,t)}getByTag(t,e){return this.getByMethod(this.methods.tag,e,!1,t)}getByMethod(t,e,i,s){const o=i?null:[];return this.eachFind(this.toChildren(e),t,o,s),o||this.findLeaf}eachFind(t,e,i,s){let o,n;for(let r=0,a=t.length;r<a;r++){if(o=t[r],n=e(o,s),n===Hl||n===Vl){if(!i)return void(this.findLeaf=o);i.push(o)}o.isBranch&&n<Ul&&this.eachFind(o.children,e,i,s)}}toChildren(t){return this.findLeaf=null,[t||this.target]}__onRemoveChild(t){const{id:e,innerId:i}=t.child;this.idMap[e]&&delete this.idMap[e],this.innerIdMap[i]&&delete this.innerIdMap[i]}__checkIdChange(t){if("id"===t.attrName){const e=t.oldValue;this.idMap[e]&&delete this.idMap[e]}}__listenEvents(){this.__eventIds=[this.target.on_(bn.REMOVE,this.__onRemoveChild,this),this.target.on_(Bn.CHANGE,this.__checkIdChange,this)]}__removeListenEvents(){this.target.off_(this.__eventIds),this.__eventIds.length=0}destroy(){this.__eventIds.length&&(this.__removeListenEvents(),this.picker.destroy(),this.findLeaf=null,this.innerIdMap={},this.idMap={})}}Object.assign(e,{watcher:(t,e)=>new Cl(t,e),layouter:(t,e)=>new Nl(t,e),renderer:(t,e,i)=>new Yl(t,e,i),selector:(t,e)=>new Zl(t,e)}),t.layout=Nl.fullLayout;const $l={convert(t,e){const i=zh.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=zh.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=$l.getTouch(t),s=zh.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]},Jl={getMove(t,e){let{moveSpeed:i}=e,{deltaX:s,deltaY:o}=t;return t.shiftKey&&!s&&(s=o,o=0),s>50&&(s=Math.max(50,s/3)),o>50&&(o=Math.max(50,o/3)),{x:-s*i*2,y:-o*i*2}},getScale(e,i){let s,o=1,{zoomMode:n,zoomSpeed:r}=i;const h=e.deltaY||e.deltaX;if(n?(s="mouse"===n||!e.deltaX&&(t.intWheelDeltaY?Math.abs(h)>17:Math.ceil(h)!==h),(e.shiftKey||e.metaKey||e.ctrlKey)&&(s=!0)):s=!e.shiftKey&&(e.metaKey||e.ctrlKey),s){r=a.within(r,0,1);o=1-h/(4*(e.deltaY?i.delta.y:i.delta.x))*r,o<.5&&(o=.5),o>=1.5&&(o=1.5)}return o}},Ql={convert(t){const e=zh.getBase(t);return Object.assign(Object.assign({},e),{code:t.code,key:t.key})}},{getMoveEventData:td,getZoomEventData:ed,getRotateEventData:id,pathCanDrag:sd}=zh;class od extends rl{__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(Ql.convert(t))}onKeyUp(t){this.keyUp(Ql.convert(t))}onContextMenu(t){this.config.pointer.preventDefaultMenu&&t.preventDefault(),this.menu($l.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($l.convert(t,this.getLocal(t))))}onPointerMove(t){this.config.pointer.touch||this.useMultiTouch||this.preventWindowPointer(t)||(this.usePointer||(this.usePointer=!0),this.pointerMove($l.convert(t,this.getLocal(t,!0))))}onPointerUp(t){this.downData&&this.preventDefaultPointer(t),this.config.pointer.touch||this.useMultiTouch||this.preventWindowPointer(t)||this.pointerUp($l.convert(t,this.getLocal(t)))}onPointerCancel(){this.useMultiTouch||this.pointerCancel()}onMouseDown(t){this.preventDefaultPointer(t),this.useTouch||this.usePointer||this.pointerDown($l.convertMouse(t,this.getLocal(t)))}onMouseMove(t){this.useTouch||this.usePointer||this.preventWindowPointer(t)||this.pointerMove($l.convertMouse(t,this.getLocal(t,!0)))}onMouseUp(t){this.downData&&this.preventDefaultPointer(t),this.useTouch||this.usePointer||this.preventWindowPointer(t)||this.pointerUp($l.convertMouse(t,this.getLocal(t)))}onMouseCancel(){this.useTouch||this.usePointer||this.pointerCancel()}onTouchStart(t){const e=$l.getTouch(t),i=this.getLocal(e,!0),{preventDefault:s}=this.config.touch;(!0===s||"auto"===s&&sd(this.findPath(i)))&&t.preventDefault(),this.multiTouchStart(t),this.usePointer||(this.touchTimer&&(window.clearTimeout(this.touchTimer),this.touchTimer=0),this.useTouch=!0,this.pointerDown($l.convertTouch(t,i)))}onTouchMove(t){if(this.multiTouchMove(t),this.usePointer||this.preventWindowPointer(t))return;const e=$l.getTouch(t);this.pointerMove($l.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=$l.getTouch(t);this.pointerUp($l.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(zh.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):Jl.getScale(t,e),s=this.getLocal(t),o=zh.getBase(t);1!==i?this.zoom(ed(s,i,o)):this.move(td(s,e.getMove?e.getMove(t,e):Jl.getMove(t,e),o))}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=zh.getBase(t),s=t.scale/this.lastGestureScale,o=t.rotation-this.lastGestureRotation;let{rotateSpeed:n}=this.config.wheel;n=a.within(n,0,1),this.zoom(ed(e,s*s,i)),this.rotate(id(e,o/Math.PI*180*(n/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&&al.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 nd(t,e){let i;const{rows:s,decorationY:o,decorationHeight:n}=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)})),o&&e.fillRect(i.x,i.y+o,i.width,n)}function rd(t,e,i){const{strokeAlign:s}=e.__,o="string"!=typeof t;switch(s){case"center":i.setStroke(o?void 0:t,e.__.strokeWidth,e.__),o?ld(t,!0,e,i):hd(e,i);break;case"inside":ad("inside",t,o,e,i);break;case"outside":ad("outside",t,o,e,i)}}function ad(t,e,i,s,o){const{__strokeWidth:n,__font:r}=s.__,a=o.getSameCanvas(!0,!0);a.setStroke(i?void 0:e,2*n,s.__),a.font=r,i?ld(e,!0,s,a):hd(s,a),a.blendMode="outside"===t?"destination-out":"destination-in",nd(s,a),a.blendMode="normal",s.__worldFlipped?o.copyWorldByReset(a,s.__nowWorld):o.copyWorldToInner(a,s.__nowWorld,s.__layout.renderBounds),a.recycle(s.__nowWorld)}function hd(t,e){let i;const{rows:s,decorationY:o,decorationHeight:n}=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)})),o&&e.strokeRect(i.x,i.y+o,i.width,n)}function ld(t,e,i,s){let o;for(let n=0,r=t.length;n<r;n++)o=t[n],o.image&&$r.checkImage(i,s,o,!1)||o.style&&(s.strokeStyle=o.style,o.blendMode?(s.saveBlendMode(o.blendMode),e?hd(i,s):s.stroke(),s.restoreBlendMode()):e?hd(i,s):s.stroke())}const{getSpread:dd,getOuterOf:cd,getByMove:ud,getIntersectData:_d}=tt;let pd;function gd(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:o,blendMode:n,color:r,opacity:a}=e;return{type:o,blendMode:n,style:Kr.string(r,a)};case"image":return $r.image(i,t,e,s,!pd||!pd[e.url]);case"linear":return Jr.linearGradient(e,s);case"radial":return Jr.radialGradient(e,s);case"angular":return Jr.conicGradient(e,s);default:return void 0!==e.r?{type:"solid",style:Kr.string(e)}:void 0}}const fd={compute:function(t,e){const i=e.__,s=[];let o,n=i.__input[t];n instanceof Array||(n=[n]),pd=$r.recycleImage(t,i);for(let i,o=0,r=n.length;o<r;o++)i=gd(t,n[o],e),i&&s.push(i);i["_"+t]=s.length?s:void 0,s.length&&s[0].image&&(o=s[0].image.hasOpacityPixel),"fill"===t?i.__pixelFill=o:i.__pixelStroke=o},fill:function(t,e,i){i.fillStyle=t,e.__.__font?nd(e,i):e.__.windingRule?i.fill(e.__.windingRule):i.fill()},fills:function(t,e,i){let s;const{windingRule:o,__font:n}=e.__;for(let r=0,a=t.length;r<a;r++)s=t[r],s.image&&$r.checkImage(e,i,s,!n)||s.style&&(i.fillStyle=s.style,s.transform?(i.save(),i.transform(s.transform),s.blendMode&&(i.blendMode=s.blendMode),n?nd(e,i):o?i.fill(o):i.fill(),i.restore()):s.blendMode?(i.saveBlendMode(s.blendMode),n?nd(e,i):o?i.fill(o):i.fill(),i.restoreBlendMode()):n?nd(e,i):o?i.fill(o):i.fill())},fillText:nd,stroke:function(t,e,i){const s=e.__,{__strokeWidth:o,strokeAlign:n,__font:r}=s;if(o)if(r)rd(t,e,i);else switch(n){case"center":i.setStroke(t,o,s),i.stroke();break;case"inside":i.save(),i.setStroke(t,2*o,s),s.windingRule?i.clip(s.windingRule):i.clip(),i.stroke(),i.restore();break;case"outside":const n=i.getSameCanvas(!0,!0);n.setStroke(t,2*o,s),e.__drawRenderPath(n),n.stroke(),s.windingRule?n.clip(s.windingRule):n.clip(),n.clearWorld(e.__layout.renderBounds),e.__worldFlipped?i.copyWorldByReset(n,e.__nowWorld):i.copyWorldToInner(n,e.__nowWorld,e.__layout.renderBounds),n.recycle(e.__nowWorld)}},strokes:function(t,e,i){const s=e.__,{__strokeWidth:o,strokeAlign:n,__font:r}=s;if(o)if(r)rd(t,e,i);else switch(n){case"center":i.setStroke(void 0,o,s),ld(t,!1,e,i);break;case"inside":i.save(),i.setStroke(void 0,2*o,s),s.windingRule?i.clip(s.windingRule):i.clip(),ld(t,!1,e,i),i.restore();break;case"outside":const{renderBounds:n}=e.__layout,r=i.getSameCanvas(!0,!0);e.__drawRenderPath(r),r.setStroke(void 0,2*o,s),ld(t,!1,e,r),s.windingRule?r.clip(s.windingRule):r.clip(),r.clearWorld(n),e.__worldFlipped?i.copyWorldByReset(r,e.__nowWorld):i.copyWorldToInner(r,e.__nowWorld,n),r.recycle(e.__nowWorld)}},strokeText:rd,drawTextStroke:hd,shape:function(t,e,i){const s=e.getSameCanvas(),o=t.__nowWorld;let n,r,a,h,{scaleX:l,scaleY:d}=o;if(l<0&&(l=-l),d<0&&(d=-d),e.bounds.includes(o))h=s,n=a=o;else{const{renderShapeSpread:s}=t.__layout,c=_d(s?dd(e.bounds,l===d?s*l:[s*d,s*l]):e.bounds,o);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=cd(o,r),n=ud(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:n,worldCanvas:h,shapeBounds:a,scaleX:l,scaleY:d}}};let yd={};const{get:md,rotateOfOuter:vd,translate:wd,scaleOfOuter:xd,scale:bd,rotate:Bd}=v;function Rd(t,e,i,s,o,n,r){const a=md();wd(a,e.x+i,e.y+s),bd(a,o,n),r&&vd(a,{x:e.x+e.width/2,y:e.y+e.height/2},r),t.transform=a}function Td(t,e,i,s,o,n,r){const a=md();wd(a,e.x+i,e.y+s),o&&bd(a,o,n),r&&Bd(a,r),t.transform=a}function kd(t,e,i,s,o,n,r,a,h,l){const d=md();if(h)if("center"===l)vd(d,{x:i/2,y:s/2},h);else switch(Bd(d,h),h){case 90:wd(d,s,0);break;case 180:wd(d,i,s);break;case 270:wd(d,0,i)}yd.x=e.x+o,yd.y=e.y+n,wd(d,yd.x,yd.y),r&&xd(d,yd,r,a),t.transform=d}const{get:Cd,translate:Ed}=v,Pd=new ot,Sd={},Od={};function Ld(t,e,i,s){const{blendMode:o,sync:n}=i;o&&(t.blendMode=o),n&&(t.sync=n),t.data=Dd(i,s,e)}function Dd(t,e,i){let{width:s,height:o}=i;t.padding&&(e=Pd.set(e).shrink(t.padding)),"strench"===t.mode&&(t.mode="stretch");const{opacity:n,mode:r,align:h,offset:l,scale:d,size:c,rotation:u,repeat:_}=t,p=e.width===s&&e.height===o,g={mode:r},f="center"!==h&&(u||0)%180==90,y=f?o:s,m=f?s:o;let v,w,x=0,b=0;if(r&&"cover"!==r&&"fit"!==r)(d||c)&&(a.getScaleData(d,c,i,Od),v=Od.scaleX,w=Od.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-o*w)/2}if(h){const t={x:x,y:b,width:y,height:m};v&&(t.width*=v,t.height*=w),_t.toPoint(h,t,e,Sd,!0),x+=Sd.x,b+=Sd.y}switch(l&&(x+=l.x,b+=l.y),r){case"stretch":p||(s=e.width,o=e.height);break;case"normal":case"clip":(x||b||v||u)&&Td(g,e,x,b,v,w,u);break;case"repeat":(!p||v||u)&&kd(g,e,s,o,x,b,v,w,u,h),_||(g.repeat="repeat");break;default:v&&Rd(g,e,x,b,v,w,u)}return g.transform||(e.x||e.y)&&(g.transform=Cd(),Ed(g.transform,e.x,e.y)),v&&"stretch"!==r&&(g.scaleX=v,g.scaleY=w),g.width=s,g.height=o,n&&(g.opacity=n),_&&(g.repeat="string"==typeof _?"x"===_?"repeat-x":"repeat-y":"repeat"),g}let Md,Ad=new ot;const{isSame:Id}=tt;function Wd(t,e,i,s,o,n){if("fill"===e&&!t.__.__naturalWidth){const e=t.__;if(e.__naturalWidth=s.width/e.pixelRatio,e.__naturalHeight=s.height/e.pixelRatio,e.__autoSide)return t.forceUpdate("width"),t.__proxyData&&(t.setProxyAttr("width",e.width),t.setProxyAttr("height",e.height)),!1}return o.data||Ld(o,s,i,n),!0}function Fd(t,e){Yd(t,Rn.LOAD,e)}function Nd(t,e){Yd(t,Rn.LOADED,e)}function zd(t,e,i){e.error=i,t.forceUpdate("surface"),Yd(t,Rn.ERROR,e)}function Yd(t,e,i){t.hasEvent(e)&&t.emitEvent(new Rn(e,i))}function Xd(t,e){const{leafer:i}=t;i&&i.viewReady&&(i.renderer.ignore=e)}const{get:jd,scale:Hd,copy:Ud}=v,{ceil:Vd,abs:Gd}=Math;function Kd(e,i,s){let{scaleX:o,scaleY:n}=ro.patternLocked?e.__world:e.__nowWorld;const r=o+"-"+n+"-"+s;if(i.patternId===r||e.destroyed)return!1;{o=Gd(o),n=Gd(n);const{image:e,data:a}=i;let h,l,{width:d,height:c,scaleX:u,scaleY:_,opacity:p,transform:g,repeat:f}=a;u&&(l=jd(),Ud(l,g),Hd(l,1/u,1/_),o*=u,n*=_),o*=s,n*=s,d*=o,c*=n;const y=d*c;if(!f&&y>t.image.maxCacheSize)return!1;let m=t.image.maxPatternSize;if(!e.isSVG){const t=e.width*e.height;m>t&&(m=t)}y>m&&(h=Math.sqrt(y/m)),h&&(o/=h,n/=h,d/=h,c/=h),u&&(o/=u,n/=_),(g||1!==o||1!==n)&&(l||(l=jd(),g&&Ud(l,g)),Hd(l,1/o,1/n));const v=e.getCanvas(Vd(d)||1,Vd(c)||1,p),w=e.getPattern(v,f||t.origin.noRepeat||"no-repeat",l,i);return i.style=w,i.patternId=r,!0}}function qd(t,e,i,s){return new(i||(i=Promise))((function(o,n){function r(t){try{h(s.next(t))}catch(t){n(t)}}function a(t){try{h(s.throw(t))}catch(t){n(t)}}function h(t){var e;t.done?o(t.value):(e=t.value,e instanceof i?e:new i((function(t){t(e)}))).then(r,a)}h((s=s.apply(t,e||[])).next())}))}"function"==typeof SuppressedError&&SuppressedError;const{abs:Zd}=Math;const $d={image:function(t,e,i,s,o){let n,r;const a=ro.get(i);return Md&&i===Md.paint&&Id(s,Md.boxBounds)?n=Md.leafPaint:(n={type:i.type,image:a},Md=a.use>1?{leafPaint:n,paint:i,boxBounds:Ad.set(s)}:null),(o||a.loading)&&(r={image:a,attrName:e,attrValue:i}),a.ready?(Wd(t,e,i,a,n,s),o&&(Fd(t,r),Nd(t,r))):a.error?o&&zd(t,r,a.error):(Xd(t,!0),o&&Fd(t,r),n.loadId=a.load((()=>{Xd(t,!1),t.destroyed||(Wd(t,e,i,a,n,s)&&(a.hasOpacityPixel&&(t.__layout.hitCanvasChanged=!0),t.forceUpdate("surface")),Nd(t,r)),n.loadId=null}),(e=>{Xd(t,!1),zd(t,r,e),n.loadId=null}))),n},checkImage:function(e,i,s,o){const{scaleX:n,scaleY:r}=ro.patternLocked?e.__world:e.__nowWorld,{pixelRatio:a}=i;if(!s.data||s.patternId===n+"-"+r+"-"+a&&!ta.running)return!1;{const{data:h}=s;if(o)if(h.repeat)o=!1;else{let{width:e,height:i}=h;e*=Zd(n)*a,i*=Zd(r)*a,h.scaleX&&(e*=h.scaleX,i*=h.scaleY),o=e*i>t.image.maxCacheSize||ta.running}return o?(i.save(),i.clip(),s.blendMode&&(i.blendMode=s.blendMode),h.opacity&&(i.opacity*=h.opacity),h.transform&&i.transform(h.transform),i.drawImage(s.image.view,0,0,h.width,h.height),i.restore(),!0):(!s.style||s.sync||ta.running?Kd(e,s,a):s.patternTask||(s.patternTask=ro.patternTasker.add((()=>qd(this,void 0,void 0,(function*(){s.patternTask=null,i.bounds.hit(e.__nowWorld)&&Kd(e,s,a),e.forceUpdate("surface")}))),300)),!1)}},createPattern:Kd,recycleImage:function(t,e){const i=e["_"+t];if(i instanceof Array){let s,o,n,r;for(let a=0,h=i.length;a<h;a++)s=i[a].image,r=s&&s.url,r&&(o||(o={}),o[r]=!0,ro.recycle(s),s.loading&&(n||(n=e.__input&&e.__input[t]||[],n instanceof Array||(n=[n])),s.unload(i[a].loadId,!n.some((t=>t.url===r)))));return o}return null},createData:Ld,getPatternData:Dd,fillOrFitMode:Rd,clipMode:Td,repeatMode:kd},{toPoint:Jd}=dt,Qd={},tc={};function ec(t,e,i){if(e){let s;for(let o=0,n=e.length;o<n;o++)s=e[o],"string"==typeof s?t.addColorStop(o/(n-1),Kr.string(s,i)):t.addColorStop(s.offset,Kr.string(s.color,i))}}const{getAngle:ic,getDistance:sc}=S,{get:oc,rotateOfOuter:nc,scaleOfOuter:rc}=v,{toPoint:ac}=dt,hc={},lc={};function dc(t,e,i,s,o){let n;const{width:r,height:a}=t;if(r!==a||s){const t=ic(e,i);n=oc(),o?(rc(n,e,r/a*(s||1),1),nc(n,e,t+90)):(rc(n,e,1,r/a*(s||1)),nc(n,e,t))}return n}const{getDistance:cc}=S,{toPoint:uc}=dt,_c={},pc={};const gc={linearGradient:function(e,i){let{from:s,to:o,type:n,blendMode:r,opacity:a}=e;Jd(s||"top",i,Qd),Jd(o||"bottom",i,tc);const h=t.canvas.createLinearGradient(Qd.x,Qd.y,tc.x,tc.y);ec(h,e.stops,a);const l={type:n,style:h};return r&&(l.blendMode=r),l},radialGradient:function(e,i){let{from:s,to:o,type:n,opacity:r,blendMode:a,stretch:h}=e;ac(s||"center",i,hc),ac(o||"bottom",i,lc);const l=t.canvas.createRadialGradient(hc.x,hc.y,0,hc.x,hc.y,sc(hc,lc));ec(l,e.stops,r);const d={type:n,style:l},c=dc(i,hc,lc,h,!0);return c&&(d.transform=c),a&&(d.blendMode=a),d},conicGradient:function(e,i){let{from:s,to:o,type:n,opacity:r,blendMode:a,stretch:h}=e;uc(s||"center",i,_c),uc(o||"bottom",i,pc);const l=t.conicGradientSupport?t.canvas.createConicGradient(0,_c.x,_c.y):t.canvas.createRadialGradient(_c.x,_c.y,0,_c.x,_c.y,cc(_c,pc));ec(l,e.stops,r);const d={type:n,style:l},c=dc(i,_c,pc,h||1,t.conicGradientRotate90);return c&&(d.transform=c),a&&(d.blendMode=a),d},getTransform:dc},{copy:fc,toOffsetOutBounds:yc}=tt,mc={},vc={};function wc(e,i,s,o){const{bounds:n,shapeBounds:r}=o;if(t.fullImageShadow){if(fc(mc,e.bounds),mc.x+=i.x-r.x,mc.y+=i.y-r.y,s){const{matrix:t}=o;mc.x-=(n.x+(t?t.e:0)+n.width/2)*(s-1),mc.y-=(n.y+(t?t.f:0)+n.height/2)*(s-1),mc.width*=s,mc.height*=s}e.copyWorld(o.canvas,e.bounds,mc)}else s&&(fc(mc,i),mc.x-=i.width/2*(s-1),mc.y-=i.height/2*(s-1),mc.width*=s,mc.height*=s),e.copyWorld(o.canvas,r,s?mc:i)}const{toOffsetOutBounds:xc}=tt,bc={};const Bc={shadow:function(t,e,i){let s,o;const{__nowWorld:n,__layout:r}=t,{shadow:a}=t.__,{worldCanvas:h,bounds:l,shapeBounds:d,scaleX:c,scaleY:u}=i,_=e.getSameCanvas(),p=a.length-1;yc(l,vc),a.forEach(((a,g)=>{_.setWorldShadow(vc.offsetX+a.x*c,vc.offsetY+a.y*u,a.blur*c,a.color),o=a.spread?1+2*a.spread/(r.boxBounds.width+2*(r.strokeBoxSpread||0)):0,wc(_,vc,o,i),s=l,a.box&&(_.restore(),_.save(),h&&(_.copyWorld(_,l,n,"copy"),s=n),h?_.copyWorld(h,n,n,"destination-out"):_.copyWorld(i.canvas,d,l,"destination-out")),t.__worldFlipped?e.copyWorldByReset(_,s,n,a.blendMode):e.copyWorldToInner(_,s,r.renderBounds,a.blendMode),p&&g<p&&_.clearWorld(s,!0)})),_.recycle(s)},innerShadow:function(t,e,i){let s,o;const{__nowWorld:n,__layout:r}=t,{innerShadow:a}=t.__,{worldCanvas:h,bounds:l,shapeBounds:d,scaleX:c,scaleY:u}=i,_=e.getSameCanvas(),p=a.length-1;xc(l,bc),a.forEach(((a,g)=>{_.save(),_.setWorldShadow(bc.offsetX+a.x*c,bc.offsetY+a.y*u,a.blur*c),o=a.spread?1-2*a.spread/(r.boxBounds.width+2*(r.strokeBoxSpread||0)):0,wc(_,bc,o,i),_.restore(),h?(_.copyWorld(_,l,n,"copy"),_.copyWorld(h,n,n,"source-out"),s=n):(_.copyWorld(i.canvas,d,l,"source-out"),s=l),_.fillWorld(s,a.color,"source-in"),t.__worldFlipped?e.copyWorldByReset(_,s,n,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:Rc}=nn;function Tc(t,e,i,s,o,n){switch(e){case"alpha":!function(t,e,i,s){const o=t.__nowWorld;i.resetTransform(),i.opacity=1,i.useMask(s,o),s.recycle(o),Cc(t,e,i,1)}(t,i,s,o);break;case"opacity-path":Cc(t,i,s,n);break;case"path":i.restore()}}function kc(t){return t.getSameCanvas(!1,!0)}function Cc(t,e,i,s){const o=t.__nowWorld;e.resetTransform(),e.opacity=s,e.copyWorld(i,o),i.recycle(o)}va.prototype.__renderMask=function(t,e){let i,s,o,n,r;const{children:a}=this;for(let h=0,l=a.length;h<l;h++)i=a[h],i.__.mask&&(r&&(Tc(this,r,t,o,s,n),s=o=null),"path"===i.__.mask?(i.opacity<1?(r="opacity-path",n=i.opacity,o||(o=kc(t))):(r="path",t.save()),i.__clip(o||t,e)):(r="alpha",s||(s=kc(t)),o||(o=kc(t)),i.__render(s,e)),"clipping"!==i.__.mask)||Rc(i,e)||i.__render(o||t,e);Tc(this,r,t,o,s,n)};const Ec=">)]}%!?,.:;'\"》)」〉』〗】〕}┐>’”!?,、。:;‰",Pc=Ec+"_#~&*+\\=|≮≯≈≠=…",Sc=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 Oc(t){const e={};return t.split("").forEach((t=>e[t]=!0)),e}const Lc=Oc("ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz"),Dc=Oc("{[(<'\"《(「〈『〖【〔{┌<‘“=¥¥$€££¢¢"),Mc=Oc(Ec),Ac=Oc(Pc),Ic=Oc("- —/~|┆·");var Wc;!function(t){t[t.Letter=0]="Letter",t[t.Single=1]="Single",t[t.Before=2]="Before",t[t.After=3]="After",t[t.Symbol=4]="Symbol",t[t.Break=5]="Break"}(Wc||(Wc={}));const{Letter:Fc,Single:Nc,Before:zc,After:Yc,Symbol:Xc,Break:jc}=Wc;function Hc(t){return Lc[t]?Fc:Ic[t]?jc:Dc[t]?zc:Mc[t]?Yc:Ac[t]?Xc:Sc.test(t)?Nc:Fc}const Uc={trimRight(t){const{words:e}=t;let i,s=0,o=e.length;for(let n=o-1;n>-1&&(i=e[n].data[0]," "===i.char);n--)s++,t.width-=i.width;s&&e.splice(o-s,s)}};function Vc(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:Gc}=Uc,{Letter:Kc,Single:qc,Before:Zc,After:$c,Symbol:Jc,Break:Qc}=Wc;let tu,eu,iu,su,ou,nu,ru,au,hu,lu,du,cu,uu,_u,pu,gu,fu=[];function yu(t,e){hu&&!au&&(au=hu),tu.data.push({char:t,width:e}),iu+=e}function mu(){su+=iu,tu.width=iu,eu.words.push(tu),tu={data:[]},iu=0}function vu(){_u&&(pu.paraNumber++,eu.paraStart=!0,_u=!1),hu&&(eu.startCharSize=au,eu.endCharSize=hu,au=0),eu.width=su,gu.width&&Gc(eu),fu.push(eu),eu={words:[]},su=0}const wu=0,xu=1,bu=2;const{top:Bu,right:Ru,bottom:Tu,left:ku}=at;function Cu(t,e,i){const{bounds:s,rows:o}=t;s[e]+=i;for(let t=0;t<o.length;t++)o[t][e]+=i}const Eu={getDrawData:function(e,i){"string"!=typeof e&&(e=String(e));let s=0,o=0,n=i.__getInput("width")||0,r=i.__getInput("height")||0;const{textDecoration:a,__font:h,__padding:l}=i;l&&(n&&(s=l[ku],n-=l[Ru]+l[ku]),r&&(o=l[Bu],r-=l[Bu]+l[Tu]));const d={bounds:{x:s,y:o,width:n,height:r},rows:[],paraNumber:0,font:t.canvas.font=h};return function(e,i,s){pu=e,fu=e.rows,gu=e.bounds;const{__letterSpacing:o,paraIndent:n,textCase:r}=s,{canvas:a}=t,{width:h,height:l}=gu;if(h||l||o||"none"!==r){const t="none"!==s.textWrap,e="break"===s.textWrap;_u=!0,du=null,au=ru=hu=iu=su=0,tu={data:[]},eu={words:[]};for(let s=0,l=i.length;s<l;s++)nu=i[s],"\n"===nu?(iu&&mu(),eu.paraEnd=!0,vu(),_u=!0):(lu=Hc(nu),lu===Kc&&"none"!==r&&(nu=Vc(nu,r,!iu)),ru=a.measureText(nu).width,o&&(o<0&&(hu=ru),ru+=o),cu=lu===qc&&(du===qc||du===Kc)||du===qc&&lu!==$c,uu=!(lu!==Zc&&lu!==qc||du!==Jc&&du!==$c),ou=_u&&n?h-n:h,t&&h&&su+iu+ru>ou&&(e?(iu&&mu(),su&&vu()):(uu||(uu=lu===Kc&&du==$c),cu||uu||lu===Qc||lu===Zc||lu===qc||iu+ru>ou?(iu&&mu(),su&&vu()):su&&vu()))," "===nu&&!0!==_u&&su+iu===0||(lu===Qc?(" "===nu&&iu&&mu(),yu(nu,ru),mu()):cu||uu?(iu&&mu(),yu(nu,ru)):yu(nu,ru)),du=lu);iu&&mu(),su&&vu(),fu.length>0&&(fu[fu.length-1].paraEnd=!0)}else i.split("\n").forEach((t=>{pu.paraNumber++,fu.push({x:n||0,text:t,width:a.measureText(t).width,paraStart:!0})}))}(d,e,i),l&&function(t,e,i,s,o){if(!s)switch(i.textAlign){case"left":Cu(e,"x",t[ku]);break;case"right":Cu(e,"x",-t[Ru])}if(!o)switch(i.verticalAlign){case"top":Cu(e,"y",t[Bu]);break;case"bottom":Cu(e,"y",-t[Tu])}}(l,d,i,n,r),function(t,e){const{rows:i,bounds:s}=t,{__lineHeight:o,__baseLine:n,__letterSpacing:r,__clipText:a,textAlign:h,verticalAlign:l,paraSpacing:d}=e;let c,u,_,{x:p,y:g,width:f,height:y}=s,m=o*i.length+(d?d*(t.paraNumber-1):0),v=n;if(a&&m>y)m=Math.max(y,o),t.overflow=i.length;else switch(l){case"middle":g+=(y-m)/2;break;case"bottom":g+=y-m}v+=g;for(let n=0,l=i.length;n<l;n++){if(c=i[n],c.x=p,c.width<f||c.width>f&&!a)switch(h){case"center":c.x+=(f-c.width)/2;break;case"right":c.x+=f-c.width}c.paraStart&&d&&n>0&&(v+=d),c.y=v,v+=o,t.overflow>n&&v>m&&(c.isOverflow=!0,t.overflow=n+1),u=c.x,_=c.width,r<0&&(c.width<0?(_=-c.width+e.fontSize+r,u-=_,_+=e.fontSize):_-=r),u<s.x&&(s.x=u),_>s.width&&(s.width=_),a&&f&&f<_&&(c.isOverflow=!0,t.overflow||(t.overflow=i.length))}s.y=g,s.height=m}(d,i),function(t,e,i,s){const{rows:o}=t,{textAlign:n,paraIndent:r,letterSpacing:a}=e;let h,l,d,c,u;o.forEach((t=>{t.words&&(d=r&&t.paraStart?r:0,l=i&&"justify"===n&&t.words.length>1?(i-t.width-d)/(t.words.length-1):0,c=a||t.isOverflow?wu:l>.01?xu:bu,t.isOverflow&&!a&&(t.textMode=!0),c===bu?(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===xu?(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,n),d.overflow&&function(e,i,s,o){if(!o)return;const{rows:n,overflow:r}=e;let{textOverflow:a}=i;if(n.splice(r),a&&"show"!==a){let e,h;"hide"===a?a="":"ellipsis"===a&&(a="...");const l=a?t.canvas.measureText(a).width:0,d=s+o-l;("none"===i.textWrap?n:[n[r-1]]).forEach((t=>{if(t.isOverflow&&t.data){let i=t.data.length-1;for(let s=i;s>-1&&(e=t.data[s],h=e.x+e.width,!(s===i&&h<d));s--){if(h<d&&" "!==e.char){t.data.splice(s+1),t.width-=e.width;break}t.width-=e.width}t.width+=l,t.data.push({char:a,x:h}),t.textMode&&function(t){t.text="",t.data.forEach((e=>{t.text+=e.char})),t.data=null}(t)}}))}}(d,i,s,n),"none"!==a&&function(t,e){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 Pu={string:function(t,e){const i="number"==typeof e&&1!==e;if("string"==typeof t){if(!i||!Kr.object)return t;t=Kr.object(t)}let s=void 0===t.a?1:t.a;i&&(s*=e);const o=t.r+","+t.g+","+t.b;return 1===s?"rgb("+o+")":"rgba("+o+","+s+")"}},{setPoint:Su,addPoint:Ou,toBounds:Lu}=W;const Du={export(i,s,o){this.running=!0;const n=eo.fileType(s),r=s.includes(".");return o=eo.getExportOptions(o),function(t){Mu||(Mu=new no);return new Promise((e=>{Mu.add((()=>qd(this,void 0,void 0,(function*(){return yield t(e)}))),{parallel:!1})}))}((h=>new Promise((l=>{const d=t=>{h(t),l(),this.running=!1},{toURL:c}=t,{download:u}=t.origin;if("json"===n)return r&&u(c(JSON.stringify(i.toJSON(o.json)),"text"),s),d({data:!!r||i.toJSON(o.json)});if("svg"===n)return r&&u(c(i.toSVG(),"svg"),s),d({data:!!r||i.toSVG()});const{leafer:_}=i;_?(Au(i),_.waitViewCompleted((()=>qd(this,void 0,void 0,(function*(){let t,n,r=1,h=1;const{worldTransform:l,isLeafer:c,isFrame:u}=i,{slice:p,trim:g,onCanvas:f}=o,y=void 0===o.smooth?_.config.smooth:o.smooth,m=o.contextSettings||_.config.contextSettings,v=o.screenshot||i.isApp,w=c&&v&&void 0===o.fill?i.fill:o.fill,x=eo.isOpaqueImage(s)||w,b=new I;if(v)t=!0===v?c?_.canvas.bounds:i.worldRenderBounds:v;else{let e=o.relative||(c?"inner":"local");switch(r=l.scaleX,h=l.scaleY,e){case"inner":b.set(l);break;case"local":b.set(l).divide(i.localTransform),r/=i.scaleX,h/=i.scaleY;break;case"world":r=1,h=1;break;case"page":e=i.leafer;default:b.set(l).divide(i.getTransform(e));const t=e.worldTransform;r/=r/t.scaleX,h/=h/t.scaleY}t=i.getBounds("render",e)}const B={scaleX:1,scaleY:1};a.getScaleData(o.scale,o.size,t,B);let R=o.pixelRatio||1;i.isApp&&(B.scaleX*=R,B.scaleY*=R,R=i.app.pixelRatio);const{x:T,y:k,width:C,height:E}=new ot(t).scale(B.scaleX,B.scaleY),P={matrix:b.scale(1/B.scaleX,1/B.scaleY).invert().translate(-T,-k).withScale(1/r*B.scaleX,1/h*B.scaleY)};let S,O=e.canvas({width:Math.round(C),height:Math.round(E),pixelRatio:R,smooth:y,contextSettings:m});if(p&&(S=i,S.__worldOpacity=0,i=_,P.bounds=O.bounds),O.save(),u&&void 0!==w){const t=i.get("fill");i.fill="",i.__render(O,P),i.fill=t}else i.__render(O,P);if(O.restore(),S&&S.__updateWorldOpacity(),g){n=function(t){const{width:e,height:i}=t.view,{data:s}=t.context.getImageData(0,0,e,i);let o,n,r,a=0;for(let t=0;t<s.length;t+=4)0!==s[t+3]&&(o=a%e,n=(a-o)/e,r?Ou(r,o,n):Su(r={},o,n)),a++;const h=new ot;return Lu(r,h),h.scale(1/t.pixelRatio).ceil()}(O);const t=O,{width:i,height:s}=n,o={x:0,y:0,width:i,height:s,pixelRatio:R};O=e.canvas(o),O.copyWorld(t,n,o)}x&&O.fillWorld(O.bounds,w||"#FFFFFF","destination-over"),f&&f(O);const L="canvas"===s?O:yield O.export(s,o);d({data:L,width:O.pixelWidth,height:O.pixelHeight,renderBounds:t,trimBounds:n})}))))):d({data:!1})}))))}};let Mu;function Au(t){t.__.__needComputePaint&&t.__.__computePaint(),t.isBranch&&t.children.forEach((t=>Au(t)))}const Iu=jt.prototype,Wu=gt.get("@leafer-ui/export");Iu.export=function(t,e){const{quality:i,blob:s}=eo.getExportOptions(e);return t.includes(".")?this.saveAs(t,i):s?this.toBlob(t,i):this.toDataURL(t,i)},Iu.toBlob=function(e,i){return new Promise((s=>{t.origin.canvasToBolb(this.view,e,i).then((t=>{s(t)})).catch((t=>{Wu.error(t),s(null)}))}))},Iu.toDataURL=function(e,i){return t.origin.canvasToDataURL(this.view,e,i)},Iu.saveAs=function(e,i){return new Promise((s=>{t.origin.canvasSaveAs(this.view,e,i).then((()=>{s(!0)})).catch((t=>{Wu.error(t),s(!1)}))}))},Object.assign(Gr,Eu),Object.assign(Kr,Pu),Object.assign(Zr,fd),Object.assign($r,$d),Object.assign(Jr,gc),Object.assign(Qr,Bc),Object.assign(ta,Du),Object.assign(e,{interaction:(t,e,i,s)=>new od(t,e,i,s),hitCanvas:(t,e)=>new Bl(t,e),hitCanvasManager:()=>new hl}),t.origin={createCanvas(t,e){const i=document.createElement("canvas");return i.width=t,i.height=e,i},canvasToDataURL:(t,e,i)=>t.toDataURL(Rl(e),i),canvasToBolb:(t,e,i)=>new Promise((s=>t.toBlob(s,Rl(e),i))),canvasSaveAs:(e,i,s)=>{const o=e.toDataURL(Rl(Tl(i)),s);return t.origin.download(o,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:e=>new Promise(((i,s)=>{const o=new Image,{crossOrigin:n}=t.image;n&&(o.setAttribute("crossOrigin",n),o.crossOrigin=n),o.onload=()=>{i(o)},o.onerror=t=>{s(t)},o.src=t.image.getRealURL(e)}))},t.event={stopDefault(t){t.preventDefault()},stopNow(t){t.stopImmediatePropagation()},stop(t){t.stopPropagation()}},t.canvas=e.canvas(),t.conicGradientSupport=!!t.canvas.context.createConicGradient;const Fu=function(t,e){const i=function(t,e){let i="";const s=t;void 0!==e.formatter(s)?i=e.formatter(s):"value"==e.showType?i+=e.info.map((t=>`${s[t]}`)).join("\n"):"key-value"==e.showType&&(i+=e.info.map((t=>`${t} : ${s[t]}`)).join("\n"));return i}(t,e),{fontSize:s,fontFamily:o,fontWeight:n,padding:r}=e.style,a=new Oa({children:[{tag:"Text",text:i,fontSize:s,fontFamily:o,fontWeight:n,padding:r}]}),{width:h,height:l}=a.getBounds();return{width:h,height:l,text:i}};let Nu=class extends yh{get __tag(){return"Tooltip"}constructor(t){super(t),this.target=t.target,this.config=t.config,this.show()}createShapes(t=this.__.pointerPos){this.clear();const{width:e,height:i,text:s}=Fu(this.target,this.config),{backgroundColor:o,stroke:n,color:r,padding:a,borderRadius:h,fontSize:l,fontWeight:d,fontFamily:c}=this.config.style;let u=this.config.offset;this.setStyle({fill:o,stroke:n}),this.add(new gh({className:"leafer-x-tooltip",fill:r,fontSize:l,fontWeight:d,fontFamily:c,x:t.x+u[0],y:t.y+u[1],text:s,padding:a})),this.roundRect(t.x+u[0],t.y+u[1],e,i,h),this.isShow=!0}clearShowHideTimers(){this.showTimerId&&(clearTimeout(this.showTimerId),this.showTimerId=null),this.hideTimerId&&(clearTimeout(this.hideTimerId),this.hideTimerId=null)}show(t=this.__.pointerPos){this.clearShowHideTimers(),this.showTimerId=setTimeout((()=>{this.createShapes(t),clearTimeout(this.showTimerId),this.showTimerId=null}),this.config.showDelay)}hide(t=!1){this.clearShowHideTimers(),t?this.destroy():this.hideTimerId||(this.hideTimerId=setTimeout((()=>{this.destroy()}),this.config.hideDelay))}update(t){this.clearShowHideTimers(),this.isShow?this.createShapes(t):this.show(t)}destroyTooltip(){this.clearShowHideTimers(),this.destroy(),this.isShow=!1,this.target=void 0}};xl([Po(class extends da{})],Nu.prototype,"__",void 0),xl([go({x:0,y:0})],Nu.prototype,"pointerPos",void 0),xl([go()],Nu.prototype,"showTimerId",void 0),xl([go()],Nu.prototype,"hideTimerId",void 0),xl([go(!1)],Nu.prototype,"isShow",void 0),xl([go()],Nu.prototype,"config",void 0),xl([go()],Nu.prototype,"target",void 0),Nu=xl([Fo()],Nu);const zu={reference:"pointer",info:["tag"],showType:"value",formatter:()=>{},showDelay:500,hideDelay:0,arrow:!1,placement:"right-end",offset:[5,5],preventOverflow:!1,includesType:[],excludesType:[],ignoreType:["Leafer","App","Flow"],throughExcludes:!1,theme:"light",style:{backgroundColor:"white",stroke:"black",color:"black",borderRadius:8,padding:8,fontSize:14,fontWeight:400,fontFamily:'"Punctuation SC","Inter",ui-sans-serif,system-ui,"PingFang SC","Noto Sans CJK SC", "Noto Sans SC", "Heiti SC", "Microsoft YaHei", "DengXian", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"'}};exports.TooltipPlugin=class{constructor(t,e){this.instance=t,this.config=Object.assign({},zu,e),this.handleConfig(),this.initState(),this.pointEventId=this.initEvent()}initState(){if(this.instance.isApp){const t=this.instance;void 0===t.sky&&(t.sky=t.addLeafer({type:"draw",usePartRender:!1})),this.aimLeafer=t.sky}else this.instance.isLeafer&&(this.aimLeafer=this.instance)}handleConfig(){"dark"===this.config.theme&&(this.config.style.backgroundColor="black",this.config.style.color="white")}initEvent(){return this.instance.on_(Rh.MOVE,this.handlePointMove,this)}handlePointMove(t){const e=this.instance.pick({x:t.x,y:t.y},{ignoreHittable:!0,through:!0}),i=this.filterTarget(e.throughPath.list);i&&this.handleAllowed(i)?this.handleTooltip(t,i):this.hideTooltip()}filterTarget(t){const{ignoreType:e,excludesType:i,throughExcludes:s}=this.config,o=s?e.concat(i):e,n=t.filter((t=>{var e;return!o.includes(null==t?void 0:t.tag)&&"Tooltip"!==(null===(e=null==t?void 0:t.parent)||void 0===e?void 0:e.tag)&&"leafer-x-tooltip"!==(null==t?void 0:t.className)}));return n[n.length-1]||null}handleAllowed(t){const e=["#"+t.id,"."+t.className,t.tag],{includesType:i,excludesType:s}=this.config;if(0===i.length&&0===s.length)return!0;const o=e.some((t=>i.includes(t))),n=e.some((t=>s.includes(t)));return!n&&0===i.length||!(!o&&0===s.length)&&(o||!n)}hideTooltip(){this.aimLeafer.find("Tooltip").forEach((t=>{t.hide()}))}handleTooltip(t,e){const i=function(t){return t.tag+t.innerId}(e),s=this.aimLeafer.find("Tooltip");let o=!1;for(const e of s)e.id===i?(e.update({x:t.x,y:t.y}),o=!0):e.hide();o||this.aimLeafer.add(new Nu({id:i,pointerPos:{x:t.x,y:t.y},target:e,config:this.config}))}destroy(){const t=this.aimLeafer.find("Tooltip");t&&t.forEach((t=>{t.destroyTooltip(),t.parent.remove(t)})),this.instance.off_(this.pointEventId),this.instance=null,this.aimLeafer=null}};
|