@leafer-ui/node 1.0.0-rc.4 → 1.0.0-rc.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/node.cjs +240 -177
- package/dist/node.esm.js +242 -179
- package/dist/node.esm.min.js +1 -1
- package/dist/node.min.cjs +1 -1
- package/package.json +8 -7
package/dist/node.esm.min.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{LeafList as t,DataHelper as e,RenderEvent as s,ChildEvent as i,WatchEvent as n,PropertyEvent as r,LeafHelper as a,BranchHelper as o,Bounds as d,LeafBoundsHelper as h,BoundsHelper as l,Debug as c,LeafLevelList as u,LayoutEvent as _,Run as f,ImageManager as g,Platform as p,AnimateEvent as y,ResizeEvent as w,Creator as m,LeaferCanvasBase as v,LeaferImage as x,InteractionBase as b,MatrixHelper as B,ImageEvent as R,PointHelper as E,MathHelper as L,TaskProcessor as k}from"@leafer/core";export*from"@leafer/core";export{LeaferImage}from"@leafer/core";import{ColorConvert as S,Paint as A,Effect as C,TextConvert as O,Export as M}from"@leafer-ui/core";export*from"@leafer-ui/core";class T{get childrenChanged(){return this.hasAdd||this.hasRemove||this.hasVisible}get updatedList(){if(this.hasRemove){const e=new t;return this.__updatedList.list.forEach((t=>{t.leafer&&e.push(t)})),e}return this.__updatedList}constructor(s,i){this.totalTimes=0,this.config={},this.__updatedList=new t,this.target=s,i&&(this.config=e.default(i,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(s.REQUEST)}__onAttrChange(t){this.__updatedList.push(t.target),this.update()}__onChildEvent(t){t.type===i.ADD?(this.hasAdd=!0,this.__pushChild(t.child)):(this.hasRemove=!0,this.__updatedList.push(t.parent)),this.update()}__pushChild(t){this.__updatedList.push(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 n(n.DATA,{updatedList:this.updatedList})),this.__updatedList=new t,this.totalTimes++,this.changed=!1,this.hasVisible=!1,this.hasRemove=!1,this.hasAdd=!1}__listenEvents(){const{target:t}=this;this.__eventIds=[t.on_(r.CHANGE,this.__onAttrChange,this),t.on_([i.ADD,i.REMOVE],this.__onChildEvent,this),t.on_(n.REQUEST,this.__onRquestData,this)]}__removeListenEvents(){this.target.off_(this.__eventIds)}destroy(){this.target&&(this.stop(),this.__removeListenEvents(),this.target=null,this.__updatedList=null)}}const{updateAllWorldMatrix:I,updateAllWorldOpacity:W}=a,{pushAllChildBranch:D,pushAllParent:P}=o;const{worldBounds:F}=h,{setByListWithHandle:N}=l;class U{constructor(e){this.updatedBounds=new d,this.beforeBounds=new d,this.afterBounds=new d,e instanceof Array&&(e=new t(e)),this.updatedList=e}setBefore(){N(this.beforeBounds,this.updatedList.list,F)}setAfter(){N(this.afterBounds,this.updatedList.list,F),this.updatedBounds.setByList([this.beforeBounds,this.afterBounds])}merge(t){this.updatedList.pushList(t.updatedList.list),this.beforeBounds.add(t.beforeBounds),this.afterBounds.add(t.afterBounds),this.updatedBounds.add(t.updatedBounds)}destroy(){this.updatedList=null}}const{updateAllWorldMatrix:Y,updateAllChange:H}=a,{pushAllBranchStack:V,updateWorldBoundsByBranchStack:j}=o,q=c.get("Layouter");class X{constructor(t,s){this.totalTimes=0,this.config={},this.__levelList=new u,this.target=t,s&&(this.config=e.default(s,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(_.START),this.layoutOnce(),t.emitEvent(new _(_.END,this.layoutedBlocks,this.times))}catch(t){q.error(t)}this.layoutedBlocks=null}layoutAgain(){this.layouting?this.waitAgain=!0:this.layoutOnce()}layoutOnce(){return this.layouting?q.warn("layouting"):this.times>3?q.warn("layout max times"):(this.times++,this.totalTimes++,this.layouting=!0,this.target.emit(n.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=f.start("PartLayout"),{target:s,__updatedList:i}=this,{BEFORE:n,LAYOUT:r,AFTER:a}=_,o=this.getBlocks(i);o.forEach((t=>{t.setBefore()})),s.emitEvent(new _(n,o,this.times)),i.sort(),function(t,e){let s;t.list.forEach((t=>{s=t.__layout,e.without(t)&&!s.useZoomProxy&&(s.matrixChanged?(I(t),e.push(t),t.isBranch&&D(t,e),P(t,e)):s.boundsChanged&&(e.push(t),t.isBranch&&(t.__tempNumber=0),P(t,e)))}))}(i,this.__levelList),function(t){let e,s;t.sort(!0),t.levels.forEach((i=>{e=t.levelMap[i];for(let t=0,i=e.length;t<i;t++){if(s=e[t],s.isBranch&&s.__tempNumber)for(let t=0,e=s.children.length;t<e;t++)s.children[t].isBranch||s.children[t].__updateWorldBounds();s.__updateWorldBounds()}}))}(this.__levelList),function(t){t.list.forEach((t=>{t.__layout.opacityChanged&&W(t),t.__updateChange()}))}(i),o.forEach((t=>t.setAfter())),s.emitEvent(new _(r,o,this.times)),s.emitEvent(new _(a,o,this.times)),this.addBlocks(o),this.__levelList.reset(),this.__updatedList=null,f.end(e)}fullLayout(){const e=f.start("FullLayout"),{target:s}=this,{BEFORE:i,LAYOUT:n,AFTER:r}=_,a=this.getBlocks(new t(s));s.emitEvent(new _(i,a,this.times)),X.fullLayout(s),a.forEach((t=>{t.setAfter()})),s.emitEvent(new _(n,a,this.times)),s.emitEvent(new _(r,a,this.times)),this.addBlocks(a),f.end(e)}static fullLayout(t){if(Y(t),t.isBranch){const e=[t];V(t,e),j(e)}else t.__updateWorldBounds();H(t)}createBlock(t){return new U(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_(_.REQUEST,this.layout,this),t.on_(_.AGAIN,this.layoutAgain,this),t.on_(n.DATA,this.__onReceiveWatchData,this)]}__removeListenEvents(){this.target.off_(this.__eventIds)}destroy(){this.target&&(this.stop(),this.__removeListenEvents(),this.target=null,this.config=null)}}const G=c.get("Renderer");class z{get needFill(){return!(this.canvas.allowBackgroundColor||!this.config.fill)}constructor(t,s,i){this.FPS=60,this.totalTimes=0,this.times=0,this.config={usePartRender:!0,maxFPS:60},this.target=t,this.canvas=s,i&&(this.config=e.default(i,this.config)),this.__listenEvents(),this.__requestRender()}start(){this.running=!0}stop(){this.running=!1}update(){this.changed=!0}requestLayout(){this.target.emit(_.REQUEST)}render(t){if(!this.running||!this.canvas.view)return void(this.changed=!0);const{target:e}=this;this.times=0,this.totalBounds=new d,G.log(e.innerName,"---\x3e");try{this.emitRender(s.START),this.renderOnce(t),this.emitRender(s.END,this.totalBounds),g.clearRecycled()}catch(t){this.rendering=!1,G.error(t)}G.log("-------------|")}renderAgain(){this.rendering?this.waitAgain=!0:this.renderOnce()}renderOnce(t){return this.rendering?G.warn("rendering"):this.times>3?G.warn("render max times"):(this.times++,this.totalTimes++,this.rendering=!0,this.changed=!1,this.renderBounds=new d,this.renderOptions={},t?(this.emitRender(s.BEFORE),t()):(this.requestLayout(),this.emitRender(s.BEFORE),this.config.usePartRender&&this.totalTimes>1?this.partRender():this.fullRender()),this.emitRender(s.RENDER,this.renderBounds,this.renderOptions),this.emitRender(s.AFTER,this.renderBounds,this.renderOptions),this.updateBlocks=null,this.rendering=!1,void(this.waitAgain&&(this.waitAgain=!1,this.renderOnce())))}partRender(){const{canvas:t,updateBlocks:e}=this;if(!e)return G.warn("PartRender: need update attr");e.some((t=>t.includes(this.target.__world)))&&this.mergeBlocks(),e.forEach((e=>{t.bounds.hit(e)&&!e.isEmpty()&&this.clipRender(e)}))}clipRender(t){const e=f.start("PartRender"),{canvas:s}=this,i=t.getIntersect(s.bounds),n=t.includes(this.target.__world),r=(new d).copy(i);s.save(),n&&!c.showRepaint?s.clear():(i.spread(1+1/this.canvas.pixelRatio).ceil(),s.clearWorld(i,!0),s.clipWorld(i,!0)),this.__render(i,r),s.restore(),f.end(e)}fullRender(){const t=f.start("FullRender"),{canvas:e}=this;e.save(),e.clear(),this.__render(e.bounds),e.restore(),f.end(t)}__render(t,e){const s=(null==t?void 0:t.includes(this.target.__world))?{}:{bounds:t};this.needFill&&this.canvas.fillWorld(t,this.config.fill),c.showRepaint&&this.canvas.strokeWorld(t,"red"),this.target.__render(this.canvas,s),this.renderBounds=e||t,this.renderOptions=s,this.totalBounds.isEmpty()?this.totalBounds=this.renderBounds:this.totalBounds.add(this.renderBounds),c.showHitView&&this.renderHitView(s),c.showBoundsView&&this.renderBoundsView(s),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 d;e.setByList(t),t.length=0,t.push(e)}}__requestRender(){const t=Date.now();p.requestRender((()=>{this.FPS=Math.min(60,Math.ceil(1e3/(Date.now()-t))),this.changed&&this.running&&this.canvas.view&&this.render(),this.running&&this.target.emit(y.FRAME),this.target&&this.__requestRender()}))}__onResize(t){if(!this.canvas.unreal&&(t.bigger||!t.samePixelRatio)){const{width:e,height:s}=t.old;new d(0,0,e,s).includes(this.target.__world)&&!this.needFill&&t.samePixelRatio||(this.addBlock(this.canvas.bounds),this.target.forceUpdate("blendMode"))}}__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||G.warn(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 s(t,this.times,e,i))}__listenEvents(){const{target:t}=this;this.__eventIds=[t.on_(s.REQUEST,this.update,this),t.on_(_.END,this.__onLayoutEnd,this),t.on_(s.AGAIN,this.renderAgain,this),t.on_(w.RESIZE,this.__onResize,this)]}__removeListenEvents(){this.target.off_(this.__eventIds)}destroy(){this.target&&(this.stop(),this.__removeListenEvents(),this.target=null,this.canvas=null,this.config=null)}}const{hitRadiusPoint:Q}=l;class Z{constructor(t,e){this.target=t,this.selector=e}getByPoint(t,e,s){e||(e=0),s||(s={});const i=s.through||!1,n=s.ignoreHittable||!1;this.exclude=s.exclude||null,this.point={x:t.x,y:t.y,radiusX:e,radiusY:e},this.findList=[],this.eachFind(this.target.children,this.target.__onlyHitMask);const r=this.findList,a=this.getBestMatchLeaf(),o=n?this.getPath(a):this.getHitablePath(a);return this.clear(),i?{path:o,leaf:a,throughPath:r.length?this.getThroughPath(r):o}:{path:o,leaf:a}}getBestMatchLeaf(){const{findList:t}=this;if(t.length>1){let e;this.findList=[];const{x:s,y:i}=this.point,n={x:s,y:i,radiusX:0,radiusY:0};for(let s=0,i=t.length;s<i;s++)if(e=t[s],a.worldHittable(e)&&(this.hitChild(e,n),this.findList.length))return this.findList[0]}return t[0]}getPath(e){const s=new t;for(;e;)s.push(e),e=e.parent;return s.push(this.target),s}getHitablePath(e){const s=this.getPath(e);let i,n=new t;for(let t=s.list.length-1;t>-1&&(i=s.list[t],i.__.hittable)&&(n.unshift(i),i.__.hitChildren);t--);return n}getThroughPath(e){const s=new t,i=[];for(let t=e.length-1;t>-1;t--)i.push(this.getPath(e[t]));let n,r,a;for(let t=0,e=i.length;t<e;t++){n=i[t],r=i[t+1];for(let t=0,e=n.length;t<e&&(a=n.list[t],!r||!r.has(a));t++)s.push(a)}return s}eachFind(t,e){let s,i;const{point:n}=this;for(let r=t.length-1;r>-1;r--)s=t[r],!s.__.visible||e&&!s.__.isMask||(i=!!s.__.hitRadius||Q(s.__world,n),s.isBranch?(i||s.__ignoreHitWorld)&&(this.eachFind(s.children,s.__onlyHitMask),s.isBranchLeaf&&!this.findList.length&&this.hitChild(s,n)):i&&this.hitChild(s,n))}hitChild(t,e){this.exclude&&this.exclude.has(t)||t.__hitWorld(e)&&this.findList.push(t)}clear(){this.point=null,this.findList=null,this.exclude=null}destroy(){this.clear()}}class K{constructor(t,s){this.config={},this.innerIdList={},this.idList={},this.classNameList={},this.tagNameList={},this.target=t,s&&(this.config=e.default(s,this.config)),this.findPath=new Z(t,this),this.__listenEvents()}getByPoint(t,e,s){return"node"===p.name&&this.target.emit(_.CHECK_UPDATE),this.findPath.getByPoint(t,e,s)}find(t,e){return"number"==typeof t?this.getByInnerId(t,e):t.startsWith("#")?this.getById(t.substring(1),e):t.startsWith(".")?this.getByClassName(t.substring(1),e):this.getByTagName(t,e)}getByInnerId(t,e){let s,i=this.innerIdList[t];return i||(e||(e=this.target),this.loopFind(e,(e=>e.innerId===t&&(s=e,this.innerIdList[t]=s,!0))),s)}getById(t,e){let s,i=this.idList[t];return i||(e||(e=this.target),this.loopFind(e,(e=>e.id===t&&(s=e,this.idList[t]=s,!0))),s)}getByClassName(t,e){e||(e=this.target);let s=[];return this.loopFind(e,(e=>(e.className===t&&s.push(e),!1))),s}getByTagName(t,e){e||(e=this.target);let s=[];return this.loopFind(e,(e=>(e.__tag===t&&s.push(e),!1))),s}loopFind(t,e){if(e(t))return;const{children:s}=t;for(let i=0,n=s.length;i<n;i++){if(e(t=s[i]))return;t.isBranch&&this.loopFind(t,e)}}__onRemoveChild(t){const e=t.target;this.idList[e.id]&&(this.idList[e.id]=null),this.innerIdList[e.id]&&(this.innerIdList[e.innerId]=null)}__listenEvents(){this.__eventIds=[this.target.on_(i.REMOVE,this.__onRemoveChild,this)]}__removeListenEvents(){this.target.off_(this.__eventIds),this.__eventIds.length=0}destroy(){this.__eventIds.length&&(this.__removeListenEvents(),this.findPath.destroy(),this.innerIdList={},this.idList={},this.classNameList={},this.tagNameList={})}}Object.assign(m,{watcher:(t,e)=>new T(t,e),layouter:(t,e)=>new X(t,e),renderer:(t,e,s)=>new z(t,e,s),selector:(t,e)=>new K(t,e)}),p.layout=X.fullLayout;class $ extends v{get allowBackgroundColor(){return!0}init(){this.__createView(),this.__createContext(),this.resize(this.config)}__createView(){this.view=p.origin.createCanvas(1,1)}updateViewSize(){const{width:t,height:e,pixelRatio:s}=this;this.view.width=t*s,this.view.height=e*s,this.clientBounds=this.bounds}}function J(t,e){if(!p.origin){if("skia"===t){const{Canvas:t,loadImage:s}=e;p.origin={createCanvas:(e,s,i)=>new t(e,s,i),canvasToDataURL:(t,e,s)=>t.toDataURLSync(e,{quality:s}),canvasToBolb:(t,e,s)=>t.toBuffer(e,{quality:s}),canvasSaveAs:(t,e,s)=>t.saveAs(e,{quality:s}),loadImage:s}}p.canvas=m.canvas()}}Object.assign(m,{canvas:(t,e)=>new $(t,e),image:t=>new x(t),hitCanvas:(t,e)=>new $(t,e),interaction:(t,e,s,i)=>new b(t,e,s,i)}),p.name="node",p.requestRender=function(t){setTimeout(t)},p.devicePixelRatio=1,p.conicGradientSupport=!0,p.realtimeLayout=!0;const{get:tt,rotateOfOuter:et,translate:st,scaleOfOuter:it,scale:nt,rotate:rt}=B;const{get:at,translate:ot}=B;function dt(t,e,s,i){let{width:n,height:r}=e;const{opacity:a,mode:o,offset:d,scale:h,rotation:l,blendMode:c}=s,u=i.width===n&&i.height===r;c&&(t.blendMode=c);const _=t.data={mode:o};switch(o){case"strench":u||(n=i.width,r=i.height),(i.x||i.y)&&(_.transform=at(),ot(_.transform,i.x,i.y));break;case"clip":(d||h||l)&&function(t,e,s,i,n){const r=tt();st(r,e.x,e.y),s&&st(r,s.x,s.y),i&&("number"==typeof i?nt(r,i):nt(r,i.x,i.y),t.scaleX=r.a,t.scaleY=r.d),n&&rt(r,n),t.transform=r}(_,i,d,h,l);break;case"repeat":(!u||h||l)&&function(t,e,s,i,n,r){const a=tt();if(r)switch(rt(a,r),r){case 90:st(a,i,0);break;case 180:st(a,s,i);break;case 270:st(a,0,s)}st(a,e.x,e.y),n&&(it(a,e,n),t.scaleX=t.scaleY=n),t.transform=a}(_,i,n,r,h,l);break;default:u&&!l||function(t,e,s,i,n,r){const a=tt(),o=r&&180!==r,d=s.width/(o?n:i),h=s.height/(o?i:n),l="fit"===e?Math.min(d,h):Math.max(d,h),c=s.x+(s.width-i*l)/2,u=s.y+(s.height-n*l)/2;st(a,c,u),nt(a,l),r&&et(a,{x:s.x+s.width/2,y:s.y+s.height/2},r),t.scaleX=t.scaleY=l,t.transform=a}(_,o,i,n,r,l)}_.width=n,_.height=r,a&&(_.opacity=a)}function ht(t,e,s){if("fill"===e&&!t.__.__naturalWidth){const{__:e}=t;if(e.__naturalWidth=s.width,e.__naturalHeight=s.height,!e.__getInput("width")||!e.__getInput("height"))return t.forceUpdate("width"),!1}return!0}function lt(t,e){e.target.hasEvent(t)&&e.target.emitEvent(new R(t,e))}function ct(t,e,s,i){return new(s||(s=Promise))((function(n,r){function a(t){try{d(i.next(t))}catch(t){r(t)}}function o(t){try{d(i.throw(t))}catch(t){r(t)}}function d(t){var e;t.done?n(t.value):(e=t.value,e instanceof s?e:new s((function(t){t(e)}))).then(a,o)}d((i=i.apply(t,e||[])).next())}))}"function"==typeof SuppressedError&&SuppressedError;const{get:ut,scale:_t,copy:ft}=B;function gt(t,e,s){let{scaleX:i,scaleY:n}=t.__world;const r=i+"-"+n;if(e.patternId===r||t.destroyed)return!1;{e.patternId=r,i=Math.abs(i),n=Math.abs(n);const{image:t,data:a}=e,o=t.isSVG?4096:Math.min(t.width,4096),d=t.isSVG?4096:Math.min(t.height,4096);let h,l,{width:c,height:u,scaleX:_,scaleY:f,opacity:g,transform:y,mode:w}=a;_&&(l=ut(),ft(l,y),_t(l,1/_,1/f),i*=_,n*=f),i*=s,n*=s,c*=i,u*=n,(c>o||u>d)&&(h=Math.max(c/o,u/d)),h&&(i/=h,n/=h,c/=h,u/=h),_&&(i/=_,n/=f),(y||1!==i||1!==n)&&(l||(l=ut(),y&&ft(l,y)),_t(l,1/i,1/n));const m=p.canvas.createPattern(t.getCanvas(c<1?1:c,u<1?1:u,g),"repeat"===w?"repeat":p.origin.noRepeat||"no-repeat");try{e.transform&&(e.transform=null),l&&(m.setTransform?m.setTransform(l):e.transform=l)}catch(t){e.transform=l}return e.style=m,!0}}function pt(t,e,s,i){const{scaleX:n,scaleY:r}=t.__world;if(s.data&&s.patternId!==n+"-"+r){if(i)if(s.image.isSVG&&"repeat"!==s.data.mode){let{width:t,height:a}=s.data;t*=n*e.pixelRatio,a*=r*e.pixelRatio,i=t>4096||a>4096}else i=!1;if(i){e.save(),e.clip();const{data:t}=s;return s.blendMode&&(e.blendMode=s.blendMode),t.opacity&&(e.opacity*=t.opacity),t.transform&&e.transform(t.transform),e.drawImage(s.image.view,0,0,t.width,t.height),e.restore(),!0}return s.style?g.patternTasker.add((()=>ct(this,void 0,void 0,(function*(){e.bounds.hit(t.__world)&>(t,s,e.pixelRatio)&&t.forceUpdate("surface")}))),300):gt(t,s,e.pixelRatio),!1}return!1}function yt(t,e){const s="fill"===t?e._fill:e._stroke;if(s instanceof Array){let i,n,r,a;for(let o=0,d=s.length;o<d;o++)i=s[o].image,a=i&&i.url,a&&(n||(n={}),n[a]=!0,g.recycle(i),i.loading&&(r||(r=e.__input&&e.__input[t]||[],r instanceof Array||(r=[r])),i.unload(s[o].loadId,!r.some((t=>t.url===a)))));return n}return null}function wt(t,e){let s;const{rows:i,decorationY:n,decorationHeight:r}=t.__.__textDrawData;for(let t=0,a=i.length;t<a;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)})),n&&e.fillRect(s.x,s.y+n,s.width,r)}function mt(t,e,s,i){const{strokeAlign:n}=e.__,r="string"!=typeof t;switch(n){case"center":s.setStroke(r?void 0:t,e.__.strokeWidth,e.__),r?bt(t,!0,e,s):xt(e,s);break;case"inside":vt("inside",t,r,e,s,i);break;case"outside":vt("outside",t,r,e,s,i)}}function vt(t,e,s,i,n,r){const{strokeWidth:a,__font:o}=i.__,d=n.getSameCanvas(!0);d.setStroke(s?void 0:e,2*a,i.__),d.font=o,s?bt(e,!0,i,d):xt(i,d),d.blendMode="outside"===t?"destination-out":"destination-in",wt(i,d),d.blendMode="normal",i.__hasMirror||r.matrix?n.copyWorldByReset(d):n.copyWorldToInner(d,i.__world,i.__layout.renderBounds),d.recycle()}function xt(t,e){let s;const{rows:i,decorationY:n,decorationHeight:r}=t.__.__textDrawData;for(let t=0,a=i.length;t<a;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)})),n&&e.strokeRect(s.x,s.y+n,s.width,r)}function bt(t,e,s,i){let n;for(let r=0,a=t.length;r<a;r++)n=t[r],n.image&&pt(s,i,n,!1)||n.style&&(i.strokeStyle=n.style,n.blendMode?(i.saveBlendMode(n.blendMode),e?xt(s,i):i.stroke(),i.restoreBlendMode()):e?xt(s,i):i.stroke())}const{getSpread:Bt,getOuterOf:Rt,getByMove:Et,getIntersectData:Lt}=l;const kt={x:.5,y:0},St={x:.5,y:1};function At(t,e,s){let i;for(let n=0,r=e.length;n<r;n++)i=e[n],t.addColorStop(i.offset,S.string(i.color,s))}const{set:Ct,getAngle:Ot,getDistance:Mt}=E,{get:Tt,rotateOfOuter:It,scaleOfOuter:Wt}=B,Dt={x:.5,y:.5},Pt={x:.5,y:1},Ft={},Nt={};const{set:Ut,getAngle:Yt,getDistance:Ht}=E,{get:Vt,rotateOfOuter:jt,scaleOfOuter:qt}=B,Xt={x:.5,y:.5},Gt={x:.5,y:1},zt={},Qt={};let Zt;function Kt(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:n,blendMode:r,color:a,opacity:o}=e;return{type:n,blendMode:r,style:S.string(a,o)};case"image":return function(t,e,s,i,n){const r={type:s.type},a=r.image=g.get(s),o=(n||a.loading)&&{target:t,image:a,attrName:e,attrValue:s};return a.ready?(ht(t,e,a)&&dt(r,a,s,i),n&&(lt(R.LOAD,o),lt(R.LOADED,o))):a.error?n&&(t.forceUpdate("surface"),o.error=a.error,lt(R.ERROR,o)):(n&<(R.LOAD,o),r.loadId=a.load((()=>{t.destroyed||(ht(t,e,a)&&(dt(r,a,s,i),t.forceUpdate("surface")),lt(R.LOADED,o))}),(e=>{t.forceUpdate("surface"),o.error=e,lt(R.ERROR,o)}))),r}(s,t,e,i,!Zt||!Zt[e.url]);case"linear":return function(t,e){let{from:s,to:i,type:n,blendMode:r,opacity:a}=t;s||(s=kt),i||(i=St);const o=p.canvas.createLinearGradient(e.x+s.x*e.width,e.y+s.y*e.height,e.x+i.x*e.width,e.y+i.y*e.height);At(o,t.stops,a);const d={type:n,style:o};return r&&(d.blendMode=r),d}(e,i);case"radial":return function(t,e){let{from:s,to:i,type:n,opacity:r,blendMode:a,stretch:o}=t;s||(s=Dt),i||(i=Pt);const{x:d,y:h,width:l,height:c}=e;let u;Ct(Ft,d+s.x*l,h+s.y*c),Ct(Nt,d+i.x*l,h+i.y*c),(l!==c||o)&&(u=Tt(),Wt(u,Ft,l/c*(o||1),1),It(u,Ft,Ot(Ft,Nt)+90));const _=p.canvas.createRadialGradient(Ft.x,Ft.y,0,Ft.x,Ft.y,Mt(Ft,Nt));At(_,t.stops,r);const f={type:n,style:_,transform:u};return a&&(f.blendMode=a),f}(e,i);case"angular":return function(t,e){let{from:s,to:i,type:n,opacity:r,blendMode:a,stretch:o}=t;s||(s=Xt),i||(i=Gt);const{x:d,y:h,width:l,height:c}=e;Ut(zt,d+s.x*l,h+s.y*c),Ut(Qt,d+i.x*l,h+i.y*c);const u=Vt(),_=Yt(zt,Qt);p.conicGradientRotate90?(qt(u,zt,l/c*(o||1),1),jt(u,zt,_+90)):(qt(u,zt,1,l/c*(o||1)),jt(u,zt,_));const f=p.conicGradientSupport?p.canvas.createConicGradient(0,zt.x,zt.y):p.canvas.createRadialGradient(zt.x,zt.y,0,zt.x,zt.y,Ht(zt,Qt));At(f,t.stops,r);const g={type:n,style:f,transform:u};return a&&(g.blendMode=a),g}(e,i);default:return e.r?{type:"solid",style:S.string(e)}:void 0}}var $t=Object.freeze({__proto__:null,compute:function(t,e){const s=[];let i,n=e.__.__input[t];n instanceof Array||(n=[n]),Zt=yt(t,e.__);for(let r=0,a=n.length;r<a;r++)i=Kt(t,n[r],e),i&&s.push(i);e.__["_"+t]=s.length?s:void 0},drawTextStroke:xt,fill:function(t,e,s){s.fillStyle=t,e.__.__font?wt(e,s):e.__.windingRule?s.fill(e.__.windingRule):s.fill()},fillText:wt,fills:function(t,e,s){let i;const{windingRule:n,__font:r}=e.__;for(let a=0,o=t.length;a<o;a++)i=t[a],i.image&&pt(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?wt(e,s):n?s.fill(n):s.fill(),s.restore()):i.blendMode?(s.saveBlendMode(i.blendMode),r?wt(e,s):n?s.fill(n):s.fill(),s.restoreBlendMode()):r?wt(e,s):n?s.fill(n):s.fill())},recycleImage:yt,shape:function(t,e,s){const i=e.getSameCanvas();let n,r,a,o;const{__world:d}=t;let{scaleX:h,scaleY:l}=d;if(h<0&&(h=-h),l<0&&(l=-l),e.bounds.includes(d,s.matrix))s.matrix?(h*=s.matrix.a,l*=s.matrix.d,n=a=Rt(d,s.matrix)):n=a=d,o=i;else{const{renderShapeSpread:i}=t.__layout,c=Lt(i?Bt(e.bounds,i*h,i*l):e.bounds,d,s.matrix);r=e.bounds.getFitMatrix(c),r.a<1&&(o=e.getSameCanvas(),t.__renderShape(o,s),h*=r.a,l*=r.d),a=Rt(d,r),n=Et(a,-r.e,-r.f),s.matrix&&r.multiply(s.matrix),s=Object.assign(Object.assign({},s),{matrix:r})}return t.__renderShape(i,s),{canvas:i,matrix:r,bounds:n,worldCanvas:o,shapeBounds:a,scaleX:h,scaleY:l}},stroke:function(t,e,s,i){const n=e.__,{strokeWidth:r,strokeAlign:a,__font:o}=n;if(r)if(o)mt(t,e,s,i);else switch(a){case"center":s.setStroke(t,r,n),s.stroke();break;case"inside":s.save(),s.setStroke(t,2*r,n),n.windingRule?s.clip(n.windingRule):s.clip(),s.stroke(),s.restore();break;case"outside":const a=s.getSameCanvas(!0);a.setStroke(t,2*r,e.__),e.__drawRenderPath(a),a.stroke(),n.windingRule?a.clip(n.windingRule):a.clip(),a.clearWorld(e.__layout.renderBounds),e.__hasMirror||i.matrix?s.copyWorldByReset(a):s.copyWorldToInner(a,e.__world,e.__layout.renderBounds),a.recycle()}},strokeText:mt,strokes:function(t,e,s,i){const n=e.__,{strokeWidth:r,strokeAlign:a,__font:o}=n;if(r)if(o)mt(t,e,s,i);else switch(a){case"center":s.setStroke(void 0,r,n),bt(t,!1,e,s);break;case"inside":s.save(),s.setStroke(void 0,2*r,n),n.windingRule?s.clip(n.windingRule):s.clip(),bt(t,!1,e,s),s.restore();break;case"outside":const{renderBounds:a}=e.__layout,o=s.getSameCanvas(!0);e.__drawRenderPath(o),o.setStroke(void 0,2*r,e.__),bt(t,!1,e,o),n.windingRule?o.clip(n.windingRule):o.clip(),o.clearWorld(a),e.__hasMirror||i.matrix?s.copyWorldByReset(o):s.copyWorldToInner(o,e.__world,a),o.recycle()}}});const{copy:Jt,toOffsetOutBounds:te}=l,ee={},se={};function ie(t,e,s,i){const{bounds:n,shapeBounds:r}=i;if(p.fullImageShadow){if(Jt(ee,t.bounds),ee.x+=e.x-r.x,ee.y+=e.y-r.y,s){const{matrix:t}=i;ee.x-=(n.x+(t?t.e:0)+n.width/2)*(s-1),ee.y-=(n.y+(t?t.f:0)+n.height/2)*(s-1),ee.width*=s,ee.height*=s}t.copyWorld(i.canvas,t.bounds,ee)}else s&&(Jt(ee,e),ee.x-=e.width/2*(s-1),ee.y-=e.height/2*(s-1),ee.width*=s,ee.height*=s),t.copyWorld(i.canvas,r,s?ee:e)}const{toOffsetOutBounds:ne}=l,re={};var ae=Object.freeze({__proto__:null,blur:function(t,e,s){const{blur:i}=t.__;s.setWorldBlur(i*t.__world.a),s.copyWorldToInner(e,t.__world,t.__layout.renderBounds),s.filter="none"},innerShadow:function(t,e,s,i){let n,r;const{__world:a,__layout:o}=t,{innerShadow:d}=t.__,{worldCanvas:h,bounds:l,shapeBounds:c,scaleX:u,scaleY:_}=s,f=e.getSameCanvas(),g=d.length-1;ne(l,re),d.forEach(((d,p)=>{f.save(),f.setWorldShadow(re.offsetX+d.x*u,re.offsetY+d.y*_,d.blur*u),r=d.spread?1-2*d.spread/(o.boxBounds.width+2*(o.strokeBoxSpread||0)):0,ie(f,re,r,s),f.restore(),h?(f.copyWorld(f,l,a,"copy"),f.copyWorld(h,a,a,"source-out"),n=a):(f.copyWorld(s.canvas,c,l,"source-out"),n=l),f.fillWorld(n,d.color,"source-in"),t.__hasMirror||i.matrix?e.copyWorldByReset(f,n,a,d.blendMode):e.copyWorldToInner(f,n,o.renderBounds,d.blendMode),g&&p<g&&f.clear()})),f.recycle()},shadow:function(t,e,s,i){let n,r;const{__world:a,__layout:o}=t,{shadow:d}=t.__,{worldCanvas:h,bounds:l,shapeBounds:c,scaleX:u,scaleY:_}=s,f=e.getSameCanvas(),g=d.length-1;te(l,se),d.forEach(((d,p)=>{f.setWorldShadow(se.offsetX+d.x*u,se.offsetY+d.y*_,d.blur*u,d.color),r=d.spread?1+2*d.spread/(o.boxBounds.width+2*(o.strokeBoxSpread||0)):0,ie(f,se,r,s),n=l,d.box&&(f.restore(),f.save(),h&&(f.copyWorld(f,l,a,"copy"),n=a),h?f.copyWorld(h,a,a,"destination-out"):f.copyWorld(s.canvas,c,l,"destination-out")),t.__hasMirror||i.matrix?e.copyWorldByReset(f,n,a,d.blendMode):e.copyWorldToInner(f,n,o.renderBounds,d.blendMode),g&&p<g&&f.clear()})),f.recycle()}});const oe=">)]}%!?,.:;'\"》)」〉』〗】〕}┐>’”!?,、。:;‰",de=oe+"_#~&*+\\=|≮≯≈≠=…",he=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 le(t){const e={};return t.split("").forEach((t=>e[t]=!0)),e}const ce=le("ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz"),ue=le("{[(<'\"《(「〈『〖【〔{┌<‘“=¥¥$€££¢¢"),_e=le(oe),fe=le(de),ge=le("- —/~|┆·");var pe;!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"}(pe||(pe={}));const{Letter:ye,Single:we,Before:me,After:ve,Symbol:xe,Break:be}=pe;function Be(t){return ce[t]?ye:ge[t]?be:ue[t]?me:_e[t]?ve:fe[t]?xe:he.test(t)?we:ye}const Re={trimRight(t){const{words:e}=t;let s,i=0,n=e.length;for(let r=n-1;r>-1&&(s=e[r].data[0]," "===s.char);r--)i++,t.width-=s.width;i&&e.splice(n-i,i)}};function Ee(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:Le}=Re,{Letter:ke,Single:Se,Before:Ae,After:Ce,Symbol:Oe,Break:Me}=pe;let Te,Ie,We,De,Pe,Fe,Ne,Ue,Ye,He,Ve,je,qe,Xe,Ge,ze,Qe=[];function Ze(t,e){Ye&&!Ue&&(Ue=Ye),Te.data.push({char:t,width:e}),We+=e}function Ke(){De+=We,Te.width=We,Ie.words.push(Te),Te={data:[]},We=0}function $e(){Xe&&(Ge.paraNumber++,Ie.paraStart=!0,Xe=!1),Ye&&(Ie.startCharSize=Ue,Ie.endCharSize=Ye,Ue=0),Ie.width=De,ze.width&&Le(Ie),Qe.push(Ie),Ie={words:[]},De=0}const Je={getDrawData(t,e){"string"!=typeof t&&(t=String(t));let s=0,i=0,n=e.__getInput("width")||0,r=e.__getInput("height")||0;const{textDecoration:a,textOverflow:o,__font:d,padding:h}=e;if(h){const[t,e,a,o]=L.fourNumber(h);n&&(s=o,n-=e+o),r&&(i=t,r-=t+a)}const l={bounds:{x:s,y:i,width:n,height:r},rows:[],paraNumber:0,font:p.canvas.font=d};return function(t,e,s){Ge=t,Qe=t.rows,ze=t.bounds;const{__letterSpacing:i,paraIndent:n,textCase:r}=s,{canvas:a}=p,{width:o,height:d}=ze;if(o||d||i||"none"!==r){Xe=!0,Ve=null,Ue=Ne=Ye=We=De=0,Te={data:[]},Ie={words:[]};for(let t=0,s=e.length;t<s;t++)Fe=e[t],"\n"===Fe?(We&&Ke(),Ie.paraEnd=!0,$e(),Xe=!0):(He=Be(Fe),He===ke&&"none"!==r&&(Fe=Ee(Fe,r,!We)),Ne=a.measureText(Fe).width,i&&(i<0&&(Ye=Ne),Ne+=i),je=He===Se&&(Ve===Se||Ve===ke)||Ve===Se&&He!==Ce,qe=!(He!==Ae&&He!==Se||Ve!==Oe&&Ve!==Ce),Pe=Xe&&n?o-n:o,o&&De+We+Ne>Pe&&(qe||(qe=He===ke&&Ve==Ce),je||qe||He===Me||He===Ae||He===Se||We+Ne>Pe?(We&&Ke(),$e()):$e())," "===Fe&&!0!==Xe&&De+We===0||(He===Me?(" "===Fe&&We&&Ke(),Ze(Fe,Ne),Ke()):je||qe?(We&&Ke(),Ze(Fe,Ne)):Ze(Fe,Ne)),Ve=He);We&&Ke(),De&&$e(),Qe.length>0&&(Qe[Qe.length-1].paraEnd=!0)}else e.split("\n").forEach((t=>{Ge.paraNumber++,Qe.push({x:n||0,text:t,width:a.measureText(t).width,paraStart:!0})}))}(l,t,e),function(t,e){const{rows:s,bounds:i}=t,{__lineHeight:n,__baseLine:r,__letterSpacing:a,textAlign:o,verticalAlign:d,paraSpacing:h,textOverflow:l}=e;let c,u,_,{x:f,y:g,width:p,height:y}=i,w=n*s.length+(h?h*(t.paraNumber-1):0),m=r;if("show"!==l&&w>y)w=Math.max(y,n),t.overflow=s.length;else switch(d){case"middle":g+=(y-w)/2;break;case"bottom":g+=y-w}m+=g;for(let r=0,d=s.length;r<d;r++){switch(c=s[r],c.x=f,o){case"center":c.x+=(p-c.width)/2;break;case"right":c.x+=p-c.width}c.paraStart&&h&&r>0&&(m+=h),c.y=m,m+=n,t.overflow>r&&m>w&&(c.isOverflow=!0,t.overflow=r+1),u=c.x,_=c.width,a<0&&(c.width<0?(_=-c.width+e.fontSize+a,u-=_,_+=e.fontSize):_-=a),u<i.x&&(i.x=u),_>i.width&&(i.width=_)}i.y=g,i.height=w}(l,e),function(t,e,s,i){const{rows:n}=t,{textAlign:r,paraIndent:a,letterSpacing:o}=e;let d,h,l,c,u;n.forEach((t=>{t.words&&(l=a&&t.paraStart?a:0,h=s&&"justify"===r&&t.words.length>1?(s-t.width-l)/(t.words.length-1):0,c=o||t.isOverflow?0:h>.01?1:2,2===c?(t.text="",t.x+=l,t.words.forEach((e=>{e.data.forEach((e=>{t.text+=e.char}))}))):(t.x+=l,d=t.x,t.data=[],t.words.forEach((e=>{1===c?(u={char:"",x:d},d=function(t,e,s){return t.forEach((t=>{s.char+=t.char,e+=t.width})),e}(e.data,d,u)," "!==u.char&&t.data.push(u)):d=function(t,e,s){return t.forEach((t=>{" "!==t.char&&(t.x=e,s.push(t)),e+=t.width})),e}(e.data,d,t.data),!t.paraEnd&&h&&(d+=h,t.width+=h)}))),t.words=null)}))}(l,e,n),l.overflow&&function(t,e){const{rows:s,overflow:i}=t;if(s.splice(i),"hide"!==e){"ellipsis"===e&&(e="...");const n=p.canvas.measureText(e).width,r=s[i-1];let a,o,d=r.data.length-1;const{x:h,width:l}=t.bounds,c=h+l-n;for(let t=d;t>-1&&(a=r.data[t],o=a.x+a.width,!(t===d&&o<c));t--){if(o<c&&" "!==a.char){r.data.splice(t+1),r.width-=a.width;break}r.width-=a.width}r.width+=n,r.data.push({char:e,x:o})}}(l,o),"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}}(l,e),l}},ts={string(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+")"}},es={export(t,e,s){return function(t){ss||(ss=new k);return new Promise((e=>{ss.add((()=>ct(this,void 0,void 0,(function*(){return yield t(e)}))),{parallel:!1})}))}((i=>new Promise((n=>{const{leafer:r}=t;r?r.waitViewCompleted((()=>ct(this,void 0,void 0,(function*(){let t,a,o,{canvas:d}=r,{unreal:h}=d;switch(h&&(d=d.getSameCanvas(),d.backgroundColor=r.config.fill,r.__render(d,{})),typeof s){case"object":s.quality&&(t=s.quality),s.blob&&(a=!0);break;case"number":t=s;break;case"boolean":a=s}o=e.includes(".")?yield d.saveAs(e,t):a?yield d.toBlob(e,t):yield d.toDataURL(e,t),i({data:o}),n(),h&&d.recycle()})))):(i({data:!1}),n())}))))}};let ss;Object.assign(A,$t),Object.assign(C,ae),Object.assign(O,Je),Object.assign(S,ts),Object.assign(M,es);export{X as Layouter,$ as LeaferCanvas,z as Renderer,K as Selector,T as Watcher,J as useCanvas};
|
|
1
|
+
import{LeafList as t,DataHelper as e,RenderEvent as i,ChildEvent as s,WatchEvent as n,PropertyEvent as a,LeafHelper as r,BranchHelper as o,Bounds as h,LeafBoundsHelper as d,BoundsHelper as l,Debug as c,LeafLevelList as u,LayoutEvent as f,Run as _,ImageManager as g,Platform as p,AnimateEvent as y,ResizeEvent as w,Creator as m,LeaferCanvasBase as v,canvasPatch as x,LeaferImage as B,InteractionBase as b,FileHelper as R,MatrixHelper as E,ImageEvent as L,PointHelper as k,MathHelper as S,TaskProcessor as M}from"@leafer/core";export*from"@leafer/core";export{LeaferImage}from"@leafer/core";import{writeFileSync as A}from"fs";import{ColorConvert as C,ImageManager as O,Paint as T,Effect as I,TextConvert as W,Export as D}from"@leafer-ui/core";export*from"@leafer-ui/core";function P(t,e,i,s){return new(i||(i=Promise))((function(n,a){function r(t){try{h(s.next(t))}catch(t){a(t)}}function o(t){try{h(s.throw(t))}catch(t){a(t)}}function h(t){var e;t.done?n(t.value):(e=t.value,e instanceof i?e:new i((function(t){t(e)}))).then(r,o)}h((s=s.apply(t,e||[])).next())}))}"function"==typeof SuppressedError&&SuppressedError;class F{get childrenChanged(){return this.hasAdd||this.hasRemove||this.hasVisible}get updatedList(){if(this.hasRemove){const e=new t;return this.__updatedList.list.forEach((t=>{t.leafer&&e.push(t)})),e}return this.__updatedList}constructor(i,s){this.totalTimes=0,this.config={},this.__updatedList=new t,this.target=i,s&&(this.config=e.default(s,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(i.REQUEST)}__onAttrChange(t){this.__updatedList.push(t.target),this.update()}__onChildEvent(t){t.type===s.ADD?(this.hasAdd=!0,this.__pushChild(t.child)):(this.hasRemove=!0,this.__updatedList.push(t.parent)),this.update()}__pushChild(t){this.__updatedList.push(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 n(n.DATA,{updatedList:this.updatedList})),this.__updatedList=new t,this.totalTimes++,this.changed=!1,this.hasVisible=!1,this.hasRemove=!1,this.hasAdd=!1}__listenEvents(){const{target:t}=this;this.__eventIds=[t.on_(a.CHANGE,this.__onAttrChange,this),t.on_([s.ADD,s.REMOVE],this.__onChildEvent,this),t.on_(n.REQUEST,this.__onRquestData,this)]}__removeListenEvents(){this.target.off_(this.__eventIds)}destroy(){this.target&&(this.stop(),this.__removeListenEvents(),this.target=null,this.__updatedList=null)}}const{updateAllWorldMatrix:N,updateAllWorldOpacity:U}=r,{pushAllChildBranch:Y,pushAllParent:H}=o;const{worldBounds:V}=d,{setByListWithHandle:j}=l;class q{constructor(e){this.updatedBounds=new h,this.beforeBounds=new h,this.afterBounds=new h,e instanceof Array&&(e=new t(e)),this.updatedList=e}setBefore(){j(this.beforeBounds,this.updatedList.list,V)}setAfter(){j(this.afterBounds,this.updatedList.list,V),this.updatedBounds.setByList([this.beforeBounds,this.afterBounds])}merge(t){this.updatedList.pushList(t.updatedList.list),this.beforeBounds.add(t.beforeBounds),this.afterBounds.add(t.afterBounds),this.updatedBounds.add(t.updatedBounds)}destroy(){this.updatedList=null}}const{updateAllWorldMatrix:G,updateAllChange:X}=r,{pushAllBranchStack:z,updateWorldBoundsByBranchStack:Q}=o,Z=c.get("Layouter");class K{constructor(t,i){this.totalTimes=0,this.config={},this.__levelList=new u,this.target=t,i&&(this.config=e.default(i,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(f.START),this.layoutOnce(),t.emitEvent(new f(f.END,this.layoutedBlocks,this.times))}catch(t){Z.error(t)}this.layoutedBlocks=null}layoutAgain(){this.layouting?this.waitAgain=!0:this.layoutOnce()}layoutOnce(){return this.layouting?Z.warn("layouting"):this.times>3?Z.warn("layout max times"):(this.times++,this.totalTimes++,this.layouting=!0,this.target.emit(n.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=_.start("PartLayout"),{target:i,__updatedList:s}=this,{BEFORE:n,LAYOUT:a,AFTER:r}=f,o=this.getBlocks(s);o.forEach((t=>{t.setBefore()})),i.emitEvent(new f(n,o,this.times)),s.sort(),function(t,e){let i;t.list.forEach((t=>{i=t.__layout,e.without(t)&&!i.proxyZoom&&(i.matrixChanged?(N(t),e.push(t),t.isBranch&&Y(t,e),H(t,e)):i.boundsChanged&&(e.push(t),t.isBranch&&(t.__tempNumber=0),H(t,e)))}))}(s,this.__levelList),function(t){let e,i;t.sort(!0),t.levels.forEach((s=>{e=t.levelMap[s];for(let t=0,s=e.length;t<s;t++){if(i=e[t],i.isBranch&&i.__tempNumber)for(let t=0,e=i.children.length;t<e;t++)i.children[t].isBranch||i.children[t].__updateWorldBounds();i.__updateWorldBounds()}}))}(this.__levelList),function(t){t.list.forEach((t=>{t.__layout.opacityChanged&&U(t),t.__updateChange()}))}(s),o.forEach((t=>t.setAfter())),i.emitEvent(new f(a,o,this.times)),i.emitEvent(new f(r,o,this.times)),this.addBlocks(o),this.__levelList.reset(),this.__updatedList=null,_.end(e)}fullLayout(){const e=_.start("FullLayout"),{target:i}=this,{BEFORE:s,LAYOUT:n,AFTER:a}=f,r=this.getBlocks(new t(i));i.emitEvent(new f(s,r,this.times)),K.fullLayout(i),r.forEach((t=>{t.setAfter()})),i.emitEvent(new f(n,r,this.times)),i.emitEvent(new f(a,r,this.times)),this.addBlocks(r),_.end(e)}static fullLayout(t){if(G(t),t.isBranch){const e=[t];z(t,e),Q(e)}else t.__updateWorldBounds();X(t)}createBlock(t){return new q(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_(f.REQUEST,this.layout,this),t.on_(f.AGAIN,this.layoutAgain,this),t.on_(n.DATA,this.__onReceiveWatchData,this)]}__removeListenEvents(){this.target.off_(this.__eventIds)}destroy(){this.target&&(this.stop(),this.__removeListenEvents(),this.target=null,this.config=null)}}const $=c.get("Renderer");class J{get needFill(){return!(this.canvas.allowBackgroundColor||!this.config.fill)}constructor(t,i,s){this.FPS=60,this.totalTimes=0,this.times=0,this.config={usePartRender:!0,maxFPS:60},this.target=t,this.canvas=i,s&&(this.config=e.default(s,this.config)),this.__listenEvents(),this.__requestRender()}start(){this.running=!0}stop(){this.running=!1}update(){this.changed=!0}requestLayout(){this.target.emit(f.REQUEST)}render(t){if(!this.running||!this.canvas.view)return void(this.changed=!0);const{target:e}=this;this.times=0,this.totalBounds=new h,$.log(e.innerName,"---\x3e");try{this.emitRender(i.START),this.renderOnce(t),this.emitRender(i.END,this.totalBounds),g.clearRecycled()}catch(t){this.rendering=!1,$.error(t)}$.log("-------------|")}renderAgain(){this.rendering?this.waitAgain=!0:this.renderOnce()}renderOnce(t){return this.rendering?$.warn("rendering"):this.times>3?$.warn("render max times"):(this.times++,this.totalTimes++,this.rendering=!0,this.changed=!1,this.renderBounds=new h,this.renderOptions={},t?(this.emitRender(i.BEFORE),t()):(this.requestLayout(),this.emitRender(i.BEFORE),this.config.usePartRender&&this.totalTimes>1?this.partRender():this.fullRender()),this.emitRender(i.RENDER,this.renderBounds,this.renderOptions),this.emitRender(i.AFTER,this.renderBounds,this.renderOptions),this.updateBlocks=null,this.rendering=!1,void(this.waitAgain&&(this.waitAgain=!1,this.renderOnce())))}partRender(){const{canvas:t,updateBlocks:e}=this;if(!e)return $.warn("PartRender: need update attr");this.mergeBlocks(),e.forEach((e=>{t.bounds.hit(e)&&!e.isEmpty()&&this.clipRender(e)}))}clipRender(t){const e=_.start("PartRender"),{canvas:i}=this,s=t.getIntersect(i.bounds),n=t.includes(this.target.__world),a=(new h).copy(s);i.save(),n&&!c.showRepaint?i.clear():(s.spread(1+1/this.canvas.pixelRatio).ceil(),i.clearWorld(s,!0),i.clipWorld(s,!0)),this.__render(s,n,a),i.restore(),_.end(e)}fullRender(){const t=_.start("FullRender"),{canvas:e}=this;e.save(),e.clear(),this.__render(e.bounds,!0),e.restore(),_.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),c.showRepaint&&this.canvas.strokeWorld(t,"red"),this.target.__render(this.canvas,s),this.renderBounds=i||t,this.renderOptions=s,this.totalBounds.isEmpty()?this.totalBounds=this.renderBounds:this.totalBounds.add(this.renderBounds),c.showHitView&&this.renderHitView(s),c.showBoundsView&&this.renderBoundsView(s),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 h;e.setByList(t),t.length=0,t.push(e)}}__requestRender(){const t=Date.now();p.requestRender((()=>{this.FPS=Math.min(60,Math.ceil(1e3/(Date.now()-t))),this.changed&&this.running&&this.canvas.view&&this.render(),this.running&&this.target.emit(y.FRAME),this.target&&this.__requestRender()}))}__onResize(t){if(!this.canvas.unreal&&(t.bigger||!t.samePixelRatio)){const{width:e,height:i}=t.old;new h(0,0,e,i).includes(this.target.__world)&&!this.needFill&&t.samePixelRatio||(this.addBlock(this.canvas.bounds),this.target.forceUpdate("blendMode"))}}__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||$.warn(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 i(t,this.times,e,s))}__listenEvents(){const{target:t}=this;this.__eventIds=[t.on_(i.REQUEST,this.update,this),t.on_(f.END,this.__onLayoutEnd,this),t.on_(i.AGAIN,this.renderAgain,this),t.on_(w.RESIZE,this.__onResize,this)]}__removeListenEvents(){this.target.off_(this.__eventIds)}destroy(){this.target&&(this.stop(),this.__removeListenEvents(),this.target=null,this.canvas=null,this.config=null)}}const{hitRadiusPoint:tt}=l;class et{constructor(t,e){this.target=t,this.selector=e}getByPoint(t,e,i){e||(e=0),i||(i={});const s=i.through||!1,n=i.ignoreHittable||!1;this.exclude=i.exclude||null,this.point={x:t.x,y:t.y,radiusX:e,radiusY:e},this.findList=[],this.eachFind(this.target.children,this.target.__onlyHitMask);const a=this.findList,r=this.getBestMatchLeaf(),o=n?this.getPath(r):this.getHitablePath(r);return this.clear(),s?{path:o,leaf:r,throughPath:a.length?this.getThroughPath(a):o}:{path:o,leaf:r}}getBestMatchLeaf(){const{findList:t}=this;if(t.length>1){let e;this.findList=[];const{x:i,y:s}=this.point,n={x:i,y:s,radiusX:0,radiusY:0};for(let i=0,s=t.length;i<s;i++)if(e=t[i],r.worldHittable(e)&&(this.hitChild(e,n),this.findList.length))return this.findList[0]}return t[0]}getPath(e){const i=new t;for(;e;)i.push(e),e=e.parent;return i.push(this.target),i}getHitablePath(e){const i=this.getPath(e);let s,n=new t;for(let t=i.list.length-1;t>-1&&(s=i.list[t],s.__.hittable)&&(n.unshift(s),s.__.hitChildren);t--);return n}getThroughPath(e){const i=new t,s=[];for(let t=e.length-1;t>-1;t--)s.push(this.getPath(e[t]));let n,a,r;for(let t=0,e=s.length;t<e;t++){n=s[t],a=s[t+1];for(let t=0,e=n.length;t<e&&(r=n.list[t],!a||!a.has(r));t++)i.push(r)}return i}eachFind(t,e){let i,s;const{point:n}=this;for(let a=t.length-1;a>-1;a--)i=t[a],!i.__.visible||e&&!i.__.isMask||(s=!!i.__.hitRadius||tt(i.__world,n),i.isBranch?(s||i.__ignoreHitWorld)&&(this.eachFind(i.children,i.__onlyHitMask),i.isBranchLeaf&&!this.findList.length&&this.hitChild(i,n)):s&&this.hitChild(i,n))}hitChild(t,e){this.exclude&&this.exclude.has(t)||t.__hitWorld(e)&&this.findList.push(t)}clear(){this.point=null,this.findList=null,this.exclude=null}destroy(){this.clear()}}class it{constructor(t,i){this.config={},this.innerIdMap={},this.idMap={},this.methods={id:(t,e)=>t.id===e?this.idMap[e]=t:0,innerId:(t,e)=>t.innerId===e?this.innerIdMap[e]=t:0,className:(t,e)=>t.className===e?1:0,tag:(t,e)=>t.__tag===e?1:0},this.target=t,i&&(this.config=e.default(i,this.config)),this.pather=new et(t,this),this.__listenEvents()}getByPoint(t,e,i){return"node"===p.name&&this.target.emit(f.CHECK_UPDATE),this.pather.getByPoint(t,e,i)}getBy(t,e,i,s){switch(typeof t){case"number":const n=this.getByInnerId(t,e);return i?n:n?[n]:[];case"string":switch(t[0]){case"#":const s=this.getById(t.substring(1),e);return i?s:s?[s]:[];case".":return this.getByMethod(this.methods.className,e,i,t.substring(1));default:return this.getByMethod(this.methods.tag,e,i,t)}case"function":return this.getByMethod(t,e,i,s)}}getByInnerId(t,e){const i=this.innerIdMap[t];return i||(this.eachFind(this.toChildren(e),this.methods.innerId,null,t),this.findLeaf)}getById(t,e){const i=this.idMap[t];return i&&r.hasParent(i,e||this.target)?i:(this.eachFind(this.toChildren(e),this.methods.id,null,t),this.findLeaf)}getByClassName(t,e){return this.getByMethod(this.methods.className,e,!1,t)}getByTag(t,e){return this.getByMethod(this.methods.tag,e,!1,t)}getByMethod(t,e,i,s){const n=i?null:[];return this.eachFind(this.toChildren(e),t,n,s),n||this.findLeaf}eachFind(t,e,i,s){let n;for(let a=0,r=t.length;a<r;a++){if(n=t[a],e(n,s)){if(!i)return void(this.findLeaf=n);i.push(n)}n.isBranch&&this.eachFind(n.children,e,i,s)}}toChildren(t){return this.findLeaf=null,[t||this.target]}__onRemoveChild(t){const{id:e,innerId:i}=t.child;this.idMap[e]&&delete this.idMap[e],this.innerIdMap[i]&&delete this.innerIdMap[i]}__checkIdChange(t){if("id"===t.attrName){const e=t.oldValue;this.idMap[e]&&delete this.idMap[e]}}__listenEvents(){this.__eventIds=[this.target.on_(s.REMOVE,this.__onRemoveChild,this),this.target.on_(a.CHANGE,this.__checkIdChange,this)]}__removeListenEvents(){this.target.off_(this.__eventIds),this.__eventIds.length=0}destroy(){this.__eventIds.length&&(this.__removeListenEvents(),this.pather.destroy(),this.findLeaf=null,this.innerIdMap={},this.idMap={})}}Object.assign(m,{watcher:(t,e)=>new F(t,e),layouter:(t,e)=>new K(t,e),renderer:(t,e,i)=>new J(t,e,i),selector:(t,e)=>new it(t,e)}),p.layout=K.fullLayout;class st extends v{get allowBackgroundColor(){return!0}init(){this.__createView(),this.__createContext(),this.resize(this.config),p.roundRectPatch&&(this.context.__proto__.roundRect=null,x(this.context.__proto__))}__createView(){this.view=p.origin.createCanvas(1,1)}updateViewSize(){const{width:t,height:e,pixelRatio:i}=this;this.view.width=t*i,this.view.height=e*i,this.clientBounds=this.bounds}}const{mineType:nt,fileType:at}=R;function rt(t,e){if(p.canvasType=t,!p.origin){if("skia"===t){const{Canvas:t,loadImage:i}=e;p.origin={createCanvas:(e,i,s)=>new t(e,i,s),canvasToDataURL:(t,e,i)=>t.toDataURLSync(e,{quality:i}),canvasToBolb:(t,e,i)=>t.toBuffer(e,{quality:i}),canvasSaveAs:(t,e,i)=>t.saveAs(e,{quality:i}),loadImage:i},p.roundRectPatch=!0}else if("napi"===t){const{Canvas:t,loadImage:i}=e;p.origin={createCanvas:(e,i,s)=>new t(e,i,s),canvasToDataURL:(t,e,i)=>t.toDataURL(nt(e),i),canvasToBolb:(t,e,i)=>P(this,void 0,void 0,(function*(){return t.toBuffer(nt(e),i)})),canvasSaveAs:(t,e,i)=>P(this,void 0,void 0,(function*(){return A(e,t.toBuffer(nt(at(e)),i))})),loadImage:i}}p.ellipseToCurve=!0,p.event={stopDefault(t){},stopNow(t){},stop(t){}},p.canvas=m.canvas()}}Object.assign(m,{canvas:(t,e)=>new st(t,e),image:t=>new B(t),hitCanvas:(t,e)=>new st(t,e),interaction:(t,e,i,s)=>new b(t,e,i,s)}),p.name="node",p.requestRender=function(t){setTimeout(t)},p.devicePixelRatio=1,p.conicGradientSupport=!0,p.realtimeLayout=!0;const{get:ot,rotateOfOuter:ht,translate:dt,scaleOfOuter:lt,scale:ct,rotate:ut}=E;const{get:ft,translate:_t}=E;function gt(t,e,i,s){let{width:n,height:a}=e;const{opacity:r,mode:o,offset:h,scale:d,rotation:l,blendMode:c}=i,u=s.width===n&&s.height===a;c&&(t.blendMode=c);const f=t.data={mode:o};switch(o){case"strench":u||(n=s.width,a=s.height),(s.x||s.y)&&(f.transform=ft(),_t(f.transform,s.x,s.y));break;case"clip":(h||d||l)&&function(t,e,i,s,n){const a=ot();dt(a,e.x,e.y),i&&dt(a,i.x,i.y),s&&("number"==typeof s?ct(a,s):ct(a,s.x,s.y),t.scaleX=a.a,t.scaleY=a.d),n&&ut(a,n),t.transform=a}(f,s,h,d,l);break;case"repeat":(!u||d||l)&&function(t,e,i,s,n,a){const r=ot();if(a)switch(ut(r,a),a){case 90:dt(r,s,0);break;case 180:dt(r,i,s);break;case 270:dt(r,0,i)}dt(r,e.x,e.y),n&&(lt(r,e,n),t.scaleX=t.scaleY=n),t.transform=r}(f,s,n,a,d,l);break;default:u&&!l||function(t,e,i,s,n,a){const r=ot(),o=a&&180!==a,h=i.width/(o?n:s),d=i.height/(o?s:n),l="fit"===e?Math.min(h,d):Math.max(h,d),c=i.x+(i.width-s*l)/2,u=i.y+(i.height-n*l)/2;dt(r,c,u),ct(r,l),a&&ht(r,{x:i.x+i.width/2,y:i.y+i.height/2},a),t.scaleX=t.scaleY=l,t.transform=r}(f,o,s,n,a,l)}f.width=n,f.height=a,r&&(f.opacity=r)}function pt(t,e,i){if("fill"===e&&!t.__.__naturalWidth){const{__:e}=t;if(e.__naturalWidth=i.width,e.__naturalHeight=i.height,!e.__getInput("width")||!e.__getInput("height"))return t.forceUpdate("width"),!1}return!0}function yt(t,e){e.target.hasEvent(t)&&e.target.emitEvent(new L(t,e))}const{get:wt,scale:mt,copy:vt}=E;function xt(t,e,i){let{scaleX:s,scaleY:n}=t.__world;const a=s+"-"+n;if(e.patternId===a||t.destroyed)return!1;{e.patternId=a,s=Math.abs(s),n=Math.abs(n);const{image:t,data:r}=e,o=t.isSVG?4096:Math.min(t.width,4096),h=t.isSVG?4096:Math.min(t.height,4096);let d,l,{width:c,height:u,scaleX:f,scaleY:_,opacity:g,transform:y,mode:w}=r;f&&(l=wt(),vt(l,y),mt(l,1/f,1/_),s*=f,n*=_),s*=i,n*=i,c*=s,u*=n,(c>o||u>h)&&(d=Math.max(c/o,u/h)),d&&(s/=d,n/=d,c/=d,u/=d),f&&(s/=f,n/=_),(y||1!==s||1!==n)&&(l||(l=wt(),y&&vt(l,y)),mt(l,1/s,1/n));const m=p.canvas.createPattern(t.getCanvas(c<1?1:c,u<1?1:u,g),"repeat"===w?"repeat":p.origin.noRepeat||"no-repeat");try{e.transform&&(e.transform=null),l&&(m.setTransform?m.setTransform(l):e.transform=l)}catch(t){e.transform=l}return e.style=m,!0}}function Bt(t,e,i,s){const{scaleX:n,scaleY:a}=t.__world;if(i.data&&i.patternId!==n+"-"+a){if(s)if(i.image.isSVG&&"repeat"!==i.data.mode){let{width:t,height:r}=i.data;t*=n*e.pixelRatio,r*=a*e.pixelRatio,s=t>4096||r>4096}else s=!1;if(s){e.save(),e.clip();const{data:t}=i;return i.blendMode&&(e.blendMode=i.blendMode),t.opacity&&(e.opacity*=t.opacity),t.transform&&e.transform(t.transform),e.drawImage(i.image.view,0,0,t.width,t.height),e.restore(),!0}return i.style?i.patternTask||(i.patternTask=g.patternTasker.add((()=>P(this,void 0,void 0,(function*(){i.patternTask=null,e.bounds.hit(t.__world)&&xt(t,i,e.pixelRatio),t.forceUpdate("surface")}))),300)):xt(t,i,e.pixelRatio),!1}return!1}function bt(t,e){const i="fill"===t?e._fill:e._stroke;if(i instanceof Array){let s,n,a,r;for(let o=0,h=i.length;o<h;o++)s=i[o].image,r=s&&s.url,r&&(n||(n={}),n[r]=!0,g.recycle(s),s.loading&&(a||(a=e.__input&&e.__input[t]||[],a instanceof Array||(a=[a])),s.unload(i[o].loadId,!a.some((t=>t.url===r)))));return n}return null}function Rt(t,e){let i;const{rows:s,decorationY:n,decorationHeight:a}=t.__.__textDrawData;for(let t=0,r=s.length;t<r;t++)i=s[t],i.text?e.fillText(i.text,i.x,i.y):i.data&&i.data.forEach((t=>{e.fillText(t.char,t.x,i.y)})),n&&e.fillRect(i.x,i.y+n,i.width,a)}function Et(t,e,i,s){const{strokeAlign:n}=e.__,a="string"!=typeof t;switch(n){case"center":i.setStroke(a?void 0:t,e.__.strokeWidth,e.__),a?St(t,!0,e,i):kt(e,i);break;case"inside":Lt("inside",t,a,e,i,s);break;case"outside":Lt("outside",t,a,e,i,s)}}function Lt(t,e,i,s,n,a){const{strokeWidth:r,__font:o}=s.__,h=n.getSameCanvas(!0);h.setStroke(i?void 0:e,2*r,s.__),h.font=o,i?St(e,!0,s,h):kt(s,h),h.blendMode="outside"===t?"destination-out":"destination-in",Rt(s,h),h.blendMode="normal",s.__hasMirror||a.matrix?n.copyWorldByReset(h):n.copyWorldToInner(h,s.__world,s.__layout.renderBounds),h.recycle()}function kt(t,e){let i;const{rows:s,decorationY:n,decorationHeight:a}=t.__.__textDrawData;for(let t=0,r=s.length;t<r;t++)i=s[t],i.text?e.strokeText(i.text,i.x,i.y):i.data&&i.data.forEach((t=>{e.strokeText(t.char,t.x,i.y)})),n&&e.strokeRect(i.x,i.y+n,i.width,a)}function St(t,e,i,s){let n;for(let a=0,r=t.length;a<r;a++)n=t[a],n.image&&Bt(i,s,n,!1)||n.style&&(s.strokeStyle=n.style,n.blendMode?(s.saveBlendMode(n.blendMode),e?kt(i,s):s.stroke(),s.restoreBlendMode()):e?kt(i,s):s.stroke())}const{getSpread:Mt,getOuterOf:At,getByMove:Ct,getIntersectData:Ot}=l;const Tt={x:.5,y:0},It={x:.5,y:1};function Wt(t,e,i){let s;for(let n=0,a=e.length;n<a;n++)s=e[n],t.addColorStop(s.offset,C.string(s.color,i))}const{set:Dt,getAngle:Pt,getDistance:Ft}=k,{get:Nt,rotateOfOuter:Ut,scaleOfOuter:Yt}=E,Ht={x:.5,y:.5},Vt={x:.5,y:1},jt={},qt={};const{set:Gt,getAngle:Xt,getDistance:zt}=k,{get:Qt,rotateOfOuter:Zt,scaleOfOuter:Kt}=E,$t={x:.5,y:.5},Jt={x:.5,y:1},te={},ee={};let ie;function se(t,e,i){if("object"!=typeof e||!1===e.visible||0===e.opacity)return;const{boxBounds:s}=i.__layout;switch(e.type){case"solid":let{type:n,blendMode:a,color:r,opacity:o}=e;return{type:n,blendMode:a,style:C.string(r,o)};case"image":return function(t,e,i,s,n){const a={type:i.type},r=a.image=g.get(i),o=(n||r.loading)&&{target:t,image:r,attrName:e,attrValue:i};return r.ready?(pt(t,e,r)&>(a,r,i,s),n&&(yt(L.LOAD,o),yt(L.LOADED,o))):r.error?n&&(t.forceUpdate("surface"),o.error=r.error,yt(L.ERROR,o)):(n&&yt(L.LOAD,o),a.loadId=r.load((()=>{t.destroyed||(pt(t,e,r)&&(gt(a,r,i,s),t.forceUpdate("surface")),yt(L.LOADED,o))}),(e=>{t.forceUpdate("surface"),o.error=e,yt(L.ERROR,o)}))),a}(i,t,e,s,!ie||!ie[e.url]);case"linear":return function(t,e){let{from:i,to:s,type:n,blendMode:a,opacity:r}=t;i||(i=Tt),s||(s=It);const o=p.canvas.createLinearGradient(e.x+i.x*e.width,e.y+i.y*e.height,e.x+s.x*e.width,e.y+s.y*e.height);Wt(o,t.stops,r);const h={type:n,style:o};return a&&(h.blendMode=a),h}(e,s);case"radial":return function(t,e){let{from:i,to:s,type:n,opacity:a,blendMode:r,stretch:o}=t;i||(i=Ht),s||(s=Vt);const{x:h,y:d,width:l,height:c}=e;let u;Dt(jt,h+i.x*l,d+i.y*c),Dt(qt,h+s.x*l,d+s.y*c),(l!==c||o)&&(u=Nt(),Yt(u,jt,l/c*(o||1),1),Ut(u,jt,Pt(jt,qt)+90));const f=p.canvas.createRadialGradient(jt.x,jt.y,0,jt.x,jt.y,Ft(jt,qt));Wt(f,t.stops,a);const _={type:n,style:f,transform:u};return r&&(_.blendMode=r),_}(e,s);case"angular":return function(t,e){let{from:i,to:s,type:n,opacity:a,blendMode:r,stretch:o}=t;i||(i=$t),s||(s=Jt);const{x:h,y:d,width:l,height:c}=e;Gt(te,h+i.x*l,d+i.y*c),Gt(ee,h+s.x*l,d+s.y*c);const u=Qt(),f=Xt(te,ee);p.conicGradientRotate90?(Kt(u,te,l/c*(o||1),1),Zt(u,te,f+90)):(Kt(u,te,1,l/c*(o||1)),Zt(u,te,f));const _=p.conicGradientSupport?p.canvas.createConicGradient(0,te.x,te.y):p.canvas.createRadialGradient(te.x,te.y,0,te.x,te.y,zt(te,ee));Wt(_,t.stops,a);const g={type:n,style:_,transform:u};return r&&(g.blendMode=r),g}(e,s);default:return e.r?{type:"solid",style:C.string(e)}:void 0}}var ne=Object.freeze({__proto__:null,compute:function(t,e){const i=[],s=e.__;let n,a,r=s.__input[t];r instanceof Array||(r=[r]),ie=bt(t,s);for(let s=0,a=r.length;s<a;s++)n=se(t,r[s],e),n&&i.push(n);if(s["_"+t]=i.length?i:void 0,1===r.length){const t=r[0];"image"===t.type&&(a=O.isPixel(t))}"fill"===t?s.__pixelFill=a:s.__pixelStroke=a},drawTextStroke:kt,fill:function(t,e,i){i.fillStyle=t,e.__.__font?Rt(e,i):e.__.windingRule?i.fill(e.__.windingRule):i.fill()},fillText:Rt,fills:function(t,e,i){let s;const{windingRule:n,__font:a}=e.__;for(let r=0,o=t.length;r<o;r++)s=t[r],s.image&&Bt(e,i,s,!a)||s.style&&(i.fillStyle=s.style,s.transform?(i.save(),i.transform(s.transform),s.blendMode&&(i.blendMode=s.blendMode),a?Rt(e,i):n?i.fill(n):i.fill(),i.restore()):s.blendMode?(i.saveBlendMode(s.blendMode),a?Rt(e,i):n?i.fill(n):i.fill(),i.restoreBlendMode()):a?Rt(e,i):n?i.fill(n):i.fill())},recycleImage:bt,shape:function(t,e,i){const s=e.getSameCanvas();let n,a,r,o;const{__world:h}=t;let{scaleX:d,scaleY:l}=h;if(d<0&&(d=-d),l<0&&(l=-l),e.bounds.includes(h,i.matrix))i.matrix?(d*=i.matrix.a,l*=i.matrix.d,n=r=At(h,i.matrix)):n=r=h,o=s;else{const{renderShapeSpread:s}=t.__layout,c=Ot(s?Mt(e.bounds,s*d,s*l):e.bounds,h,i.matrix);a=e.bounds.getFitMatrix(c),a.a<1&&(o=e.getSameCanvas(),t.__renderShape(o,i),d*=a.a,l*=a.d),r=At(h,a),n=Ct(r,-a.e,-a.f),i.matrix&&a.multiply(i.matrix),i=Object.assign(Object.assign({},i),{matrix:a})}return t.__renderShape(s,i),{canvas:s,matrix:a,bounds:n,worldCanvas:o,shapeBounds:r,scaleX:d,scaleY:l}},stroke:function(t,e,i,s){const n=e.__,{strokeWidth:a,strokeAlign:r,__font:o}=n;if(a)if(o)Et(t,e,i,s);else switch(r){case"center":i.setStroke(t,a,n),i.stroke();break;case"inside":i.save(),i.setStroke(t,2*a,n),n.windingRule?i.clip(n.windingRule):i.clip(),i.stroke(),i.restore();break;case"outside":const r=i.getSameCanvas(!0);r.setStroke(t,2*a,e.__),e.__drawRenderPath(r),r.stroke(),n.windingRule?r.clip(n.windingRule):r.clip(),r.clearWorld(e.__layout.renderBounds),e.__hasMirror||s.matrix?i.copyWorldByReset(r):i.copyWorldToInner(r,e.__world,e.__layout.renderBounds),r.recycle()}},strokeText:Et,strokes:function(t,e,i,s){const n=e.__,{strokeWidth:a,strokeAlign:r,__font:o}=n;if(a)if(o)Et(t,e,i,s);else switch(r){case"center":i.setStroke(void 0,a,n),St(t,!1,e,i);break;case"inside":i.save(),i.setStroke(void 0,2*a,n),n.windingRule?i.clip(n.windingRule):i.clip(),St(t,!1,e,i),i.restore();break;case"outside":const{renderBounds:r}=e.__layout,o=i.getSameCanvas(!0);e.__drawRenderPath(o),o.setStroke(void 0,2*a,e.__),St(t,!1,e,o),n.windingRule?o.clip(n.windingRule):o.clip(),o.clearWorld(r),e.__hasMirror||s.matrix?i.copyWorldByReset(o):i.copyWorldToInner(o,e.__world,r),o.recycle()}}});const{copy:ae,toOffsetOutBounds:re}=l,oe={},he={};function de(t,e,i,s){const{bounds:n,shapeBounds:a}=s;if(p.fullImageShadow){if(ae(oe,t.bounds),oe.x+=e.x-a.x,oe.y+=e.y-a.y,i){const{matrix:t}=s;oe.x-=(n.x+(t?t.e:0)+n.width/2)*(i-1),oe.y-=(n.y+(t?t.f:0)+n.height/2)*(i-1),oe.width*=i,oe.height*=i}t.copyWorld(s.canvas,t.bounds,oe)}else i&&(ae(oe,e),oe.x-=e.width/2*(i-1),oe.y-=e.height/2*(i-1),oe.width*=i,oe.height*=i),t.copyWorld(s.canvas,a,i?oe:e)}const{toOffsetOutBounds:le}=l,ce={};var ue=Object.freeze({__proto__:null,blur:function(t,e,i){const{blur:s}=t.__;i.setWorldBlur(s*t.__world.a),i.copyWorldToInner(e,t.__world,t.__layout.renderBounds),i.filter="none"},innerShadow:function(t,e,i,s){let n,a;const{__world:r,__layout:o}=t,{innerShadow:h}=t.__,{worldCanvas:d,bounds:l,shapeBounds:c,scaleX:u,scaleY:f}=i,_=e.getSameCanvas(),g=h.length-1;le(l,ce),h.forEach(((h,p)=>{_.save(),_.setWorldShadow(ce.offsetX+h.x*u,ce.offsetY+h.y*f,h.blur*u),a=h.spread?1-2*h.spread/(o.boxBounds.width+2*(o.strokeBoxSpread||0)):0,de(_,ce,a,i),_.restore(),d?(_.copyWorld(_,l,r,"copy"),_.copyWorld(d,r,r,"source-out"),n=r):(_.copyWorld(i.canvas,c,l,"source-out"),n=l),_.fillWorld(n,h.color,"source-in"),t.__hasMirror||s.matrix?e.copyWorldByReset(_,n,r,h.blendMode):e.copyWorldToInner(_,n,o.renderBounds,h.blendMode),g&&p<g&&_.clear()})),_.recycle()},shadow:function(t,e,i,s){let n,a;const{__world:r,__layout:o}=t,{shadow:h}=t.__,{worldCanvas:d,bounds:l,shapeBounds:c,scaleX:u,scaleY:f}=i,_=e.getSameCanvas(),g=h.length-1;re(l,he),h.forEach(((h,p)=>{_.setWorldShadow(he.offsetX+h.x*u,he.offsetY+h.y*f,h.blur*u,h.color),a=h.spread?1+2*h.spread/(o.boxBounds.width+2*(o.strokeBoxSpread||0)):0,de(_,he,a,i),n=l,h.box&&(_.restore(),_.save(),d&&(_.copyWorld(_,l,r,"copy"),n=r),d?_.copyWorld(d,r,r,"destination-out"):_.copyWorld(i.canvas,c,l,"destination-out")),t.__hasMirror||s.matrix?e.copyWorldByReset(_,n,r,h.blendMode):e.copyWorldToInner(_,n,o.renderBounds,h.blendMode),g&&p<g&&_.clear()})),_.recycle()}});const fe=">)]}%!?,.:;'\"》)」〉』〗】〕}┐>’”!?,、。:;‰",_e=fe+"_#~&*+\\=|≮≯≈≠=…",ge=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 pe(t){const e={};return t.split("").forEach((t=>e[t]=!0)),e}const ye=pe("ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz"),we=pe("{[(<'\"《(「〈『〖【〔{┌<‘“=¥¥$€££¢¢"),me=pe(fe),ve=pe(_e),xe=pe("- —/~|┆·");var Be;!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"}(Be||(Be={}));const{Letter:be,Single:Re,Before:Ee,After:Le,Symbol:ke,Break:Se}=Be;function Me(t){return ye[t]?be:xe[t]?Se:we[t]?Ee:me[t]?Le:ve[t]?ke:ge.test(t)?Re:be}const Ae={trimRight(t){const{words:e}=t;let i,s=0,n=e.length;for(let a=n-1;a>-1&&(i=e[a].data[0]," "===i.char);a--)s++,t.width-=i.width;s&&e.splice(n-s,s)}};function Ce(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:Oe}=Ae,{Letter:Te,Single:Ie,Before:We,After:De,Symbol:Pe,Break:Fe}=Be;let Ne,Ue,Ye,He,Ve,je,qe,Ge,Xe,ze,Qe,Ze,Ke,$e,Je,ti,ei=[];function ii(t,e){Xe&&!Ge&&(Ge=Xe),Ne.data.push({char:t,width:e}),Ye+=e}function si(){He+=Ye,Ne.width=Ye,Ue.words.push(Ne),Ne={data:[]},Ye=0}function ni(){$e&&(Je.paraNumber++,Ue.paraStart=!0,$e=!1),Xe&&(Ue.startCharSize=Ge,Ue.endCharSize=Xe,Ge=0),Ue.width=He,ti.width&&Oe(Ue),ei.push(Ue),Ue={words:[]},He=0}const ai={getDrawData(t,e){"string"!=typeof t&&(t=String(t));let i=0,s=0,n=e.__getInput("width")||0,a=e.__getInput("height")||0;const{textDecoration:r,__font:o,padding:h}=e;if(h){const[t,e,r,o]=S.fourNumber(h);n&&(i=o,n-=e+o),a&&(s=t,a-=t+r)}const d={bounds:{x:i,y:s,width:n,height:a},rows:[],paraNumber:0,font:p.canvas.font=o};return function(t,e,i){Je=t,ei=t.rows,ti=t.bounds;const{__letterSpacing:s,paraIndent:n,textCase:a}=i,{canvas:r}=p,{width:o,height:h}=ti;if(o||h||s||"none"!==a){const t="none"!==i.textWrap,h="break"===i.textWrap;$e=!0,Qe=null,Ge=qe=Xe=Ye=He=0,Ne={data:[]},Ue={words:[]};for(let i=0,d=e.length;i<d;i++)je=e[i],"\n"===je?(Ye&&si(),Ue.paraEnd=!0,ni(),$e=!0):(ze=Me(je),ze===Te&&"none"!==a&&(je=Ce(je,a,!Ye)),qe=r.measureText(je).width,s&&(s<0&&(Xe=qe),qe+=s),Ze=ze===Ie&&(Qe===Ie||Qe===Te)||Qe===Ie&&ze!==De,Ke=!(ze!==We&&ze!==Ie||Qe!==Pe&&Qe!==De),Ve=$e&&n?o-n:o,t&&o&&He+Ye+qe>Ve&&(h?(Ye&&si(),ni()):(Ke||(Ke=ze===Te&&Qe==De),Ze||Ke||ze===Fe||ze===We||ze===Ie||Ye+qe>Ve?(Ye&&si(),ni()):ni()))," "===je&&!0!==$e&&He+Ye===0||(ze===Fe?(" "===je&&Ye&&si(),ii(je,qe),si()):Ze||Ke?(Ye&&si(),ii(je,qe)):ii(je,qe)),Qe=ze);Ye&&si(),He&&ni(),ei.length>0&&(ei[ei.length-1].paraEnd=!0)}else e.split("\n").forEach((t=>{Je.paraNumber++,ei.push({x:n||0,text:t,width:r.measureText(t).width,paraStart:!0})}))}(d,t,e),function(t,e){const{rows:i,bounds:s}=t,{__lineHeight:n,__baseLine:a,__letterSpacing:r,__clipText:o,textAlign:h,verticalAlign:d,paraSpacing:l}=e;let c,u,f,{x:_,y:g,width:p,height:y}=s,w=n*i.length+(l?l*(t.paraNumber-1):0),m=a;if(o&&w>y)w=Math.max(y,n),t.overflow=i.length;else switch(d){case"middle":g+=(y-w)/2;break;case"bottom":g+=y-w}m+=g;for(let a=0,d=i.length;a<d;a++){switch(c=i[a],c.x=_,h){case"center":c.x+=(p-c.width)/2;break;case"right":c.x+=p-c.width}c.paraStart&&l&&a>0&&(m+=l),c.y=m,m+=n,t.overflow>a&&m>w&&(c.isOverflow=!0,t.overflow=a+1),u=c.x,f=c.width,r<0&&(c.width<0?(f=-c.width+e.fontSize+r,u-=f,f+=e.fontSize):f-=r),u<s.x&&(s.x=u),f>s.width&&(s.width=f),o&&p&&p<f&&(c.isOverflow=!0,t.overflow||(t.overflow=i.length))}s.y=g,s.height=w}(d,e),function(t,e,i,s){const{rows:n}=t,{textAlign:a,paraIndent:r,letterSpacing:o}=e;let h,d,l,c,u;n.forEach((t=>{t.words&&(l=r&&t.paraStart?r:0,d=i&&"justify"===a&&t.words.length>1?(i-t.width-l)/(t.words.length-1):0,c=o||t.isOverflow?0:d>.01?1:2,t.isOverflow&&!o&&(t.textMode=!0),2===c?(t.x+=l,function(t){t.text="",t.words.forEach((e=>{e.data.forEach((e=>{t.text+=e.char}))}))}(t)):(t.x+=l,h=t.x,t.data=[],t.words.forEach((e=>{1===c?(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)," "!==u.char&&t.data.push(u)):h=function(t,e,i){return t.forEach((t=>{" "!==t.char&&(t.x=e,i.push(t)),e+=t.width})),e}(e.data,h,t.data),!t.paraEnd&&d&&(h+=d,t.width+=d)}))),t.words=null)}))}(d,e,n),d.overflow&&function(t,e){const{rows:i,overflow:s}=t;let{textOverflow:n}=e;if(i.splice(s),"hide"!==n){let t,a;"ellipsis"===n&&(n="...");const r=p.canvas.measureText(n).width,o=e.x+e.width-r;("none"===e.textWrap?i:[i[s-1]]).forEach((e=>{if(e.isOverflow&&e.data){let i=e.data.length-1;for(let s=i;s>-1&&(t=e.data[s],a=t.x+t.width,!(s===i&&a<o));s--){if(a<o&&" "!==t.char){e.data.splice(s+1),e.width-=t.width;break}e.width-=t.width}e.width+=r,e.data.push({char:n,x:a}),e.textMode&&function(t){t.text="",t.data.forEach((e=>{t.text+=e.char})),t.data=null}(e)}}))}}(d,e),"none"!==r&&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,e),d}},ri={string(t,e){if("string"==typeof t)return t;let i=void 0===t.a?1:t.a;e&&(i*=e);const s=t.r+","+t.g+","+t.b;return 1===i?"rgb("+s+")":"rgba("+s+","+i+")"}},oi={export(t,e,i){return function(t){hi||(hi=new M);return new Promise((e=>{hi.add((()=>P(this,void 0,void 0,(function*(){return yield t(e)}))),{parallel:!1})}))}((s=>new Promise((n=>{const{leafer:a}=t;a?a.waitViewCompleted((()=>P(this,void 0,void 0,(function*(){let t,r,o,{canvas:h}=a,{unreal:d}=h;switch(d&&(h=h.getSameCanvas(),h.backgroundColor=a.config.fill,a.__render(h,{})),typeof i){case"object":i.quality&&(t=i.quality),i.blob&&(r=!0);break;case"number":t=i;break;case"boolean":r=i}o=e.includes(".")?yield h.saveAs(e,t):r?yield h.toBlob(e,t):yield h.toDataURL(e,t),s({data:o}),n(),d&&h.recycle()})))):(s({data:!1}),n())}))))}};let hi;Object.assign(T,ne),Object.assign(I,ue),Object.assign(W,ai),Object.assign(C,ri),Object.assign(D,oi);export{K as Layouter,st as LeaferCanvas,J as Renderer,it as Selector,F as Watcher,rt as useCanvas};
|
package/dist/node.min.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var t=require("@leafer/core"),e=require("@leafer-ui/core");class s{get childrenChanged(){return this.hasAdd||this.hasRemove||this.hasVisible}get updatedList(){if(this.hasRemove){const e=new t.LeafList;return this.__updatedList.list.forEach((t=>{t.leafer&&e.push(t)})),e}return this.__updatedList}constructor(e,s){this.totalTimes=0,this.config={},this.__updatedList=new t.LeafList,this.target=e,s&&(this.config=t.DataHelper.default(s,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(t.RenderEvent.REQUEST)}__onAttrChange(t){this.__updatedList.push(t.target),this.update()}__onChildEvent(e){e.type===t.ChildEvent.ADD?(this.hasAdd=!0,this.__pushChild(e.child)):(this.hasRemove=!0,this.__updatedList.push(e.parent)),this.update()}__pushChild(t){this.__updatedList.push(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 t.WatchEvent(t.WatchEvent.DATA,{updatedList:this.updatedList})),this.__updatedList=new t.LeafList,this.totalTimes++,this.changed=!1,this.hasVisible=!1,this.hasRemove=!1,this.hasAdd=!1}__listenEvents(){const{target:e}=this;this.__eventIds=[e.on_(t.PropertyEvent.CHANGE,this.__onAttrChange,this),e.on_([t.ChildEvent.ADD,t.ChildEvent.REMOVE],this.__onChildEvent,this),e.on_(t.WatchEvent.REQUEST,this.__onRquestData,this)]}__removeListenEvents(){this.target.off_(this.__eventIds)}destroy(){this.target&&(this.stop(),this.__removeListenEvents(),this.target=null,this.__updatedList=null)}}const{updateAllWorldMatrix:i,updateAllWorldOpacity:n}=t.LeafHelper,{pushAllChildBranch:r,pushAllParent:a}=t.BranchHelper;const{worldBounds:o}=t.LeafBoundsHelper,{setByListWithHandle:d}=t.BoundsHelper;class l{constructor(e){this.updatedBounds=new t.Bounds,this.beforeBounds=new t.Bounds,this.afterBounds=new t.Bounds,e instanceof Array&&(e=new t.LeafList(e)),this.updatedList=e}setBefore(){d(this.beforeBounds,this.updatedList.list,o)}setAfter(){d(this.afterBounds,this.updatedList.list,o),this.updatedBounds.setByList([this.beforeBounds,this.afterBounds])}merge(t){this.updatedList.pushList(t.updatedList.list),this.beforeBounds.add(t.beforeBounds),this.afterBounds.add(t.afterBounds),this.updatedBounds.add(t.updatedBounds)}destroy(){this.updatedList=null}}const{updateAllWorldMatrix:h,updateAllChange:c}=t.LeafHelper,{pushAllBranchStack:u,updateWorldBoundsByBranchStack:f}=t.BranchHelper,g=t.Debug.get("Layouter");class _{constructor(e,s){this.totalTimes=0,this.config={},this.__levelList=new t.LeafLevelList,this.target=e,s&&(this.config=t.DataHelper.default(s,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:e}=this;this.times=0;try{e.emit(t.LayoutEvent.START),this.layoutOnce(),e.emitEvent(new t.LayoutEvent(t.LayoutEvent.END,this.layoutedBlocks,this.times))}catch(t){g.error(t)}this.layoutedBlocks=null}layoutAgain(){this.layouting?this.waitAgain=!0:this.layoutOnce()}layoutOnce(){return this.layouting?g.warn("layouting"):this.times>3?g.warn("layout max times"):(this.times++,this.totalTimes++,this.layouting=!0,this.target.emit(t.WatchEvent.REQUEST),this.totalTimes>1?this.partLayout():this.fullLayout(),this.layouting=!1,void(this.waitAgain&&(this.waitAgain=!1,this.layoutOnce())))}partLayout(){var e;if(!(null===(e=this.__updatedList)||void 0===e?void 0:e.length))return;const s=t.Run.start("PartLayout"),{target:o,__updatedList:d}=this,{BEFORE:l,LAYOUT:h,AFTER:c}=t.LayoutEvent,u=this.getBlocks(d);u.forEach((t=>{t.setBefore()})),o.emitEvent(new t.LayoutEvent(l,u,this.times)),d.sort(),function(t,e){let s;t.list.forEach((t=>{s=t.__layout,e.without(t)&&!s.useZoomProxy&&(s.matrixChanged?(i(t),e.push(t),t.isBranch&&r(t,e),a(t,e)):s.boundsChanged&&(e.push(t),t.isBranch&&(t.__tempNumber=0),a(t,e)))}))}(d,this.__levelList),function(t){let e,s;t.sort(!0),t.levels.forEach((i=>{e=t.levelMap[i];for(let t=0,i=e.length;t<i;t++){if(s=e[t],s.isBranch&&s.__tempNumber)for(let t=0,e=s.children.length;t<e;t++)s.children[t].isBranch||s.children[t].__updateWorldBounds();s.__updateWorldBounds()}}))}(this.__levelList),function(t){t.list.forEach((t=>{t.__layout.opacityChanged&&n(t),t.__updateChange()}))}(d),u.forEach((t=>t.setAfter())),o.emitEvent(new t.LayoutEvent(h,u,this.times)),o.emitEvent(new t.LayoutEvent(c,u,this.times)),this.addBlocks(u),this.__levelList.reset(),this.__updatedList=null,t.Run.end(s)}fullLayout(){const e=t.Run.start("FullLayout"),{target:s}=this,{BEFORE:i,LAYOUT:n,AFTER:r}=t.LayoutEvent,a=this.getBlocks(new t.LeafList(s));s.emitEvent(new t.LayoutEvent(i,a,this.times)),_.fullLayout(s),a.forEach((t=>{t.setAfter()})),s.emitEvent(new t.LayoutEvent(n,a,this.times)),s.emitEvent(new t.LayoutEvent(r,a,this.times)),this.addBlocks(a),t.Run.end(e)}static fullLayout(t){if(h(t),t.isBranch){const e=[t];u(t,e),f(e)}else t.__updateWorldBounds();c(t)}createBlock(t){return new l(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:e}=this;this.__eventIds=[e.on_(t.LayoutEvent.REQUEST,this.layout,this),e.on_(t.LayoutEvent.AGAIN,this.layoutAgain,this),e.on_(t.WatchEvent.DATA,this.__onReceiveWatchData,this)]}__removeListenEvents(){this.target.off_(this.__eventIds)}destroy(){this.target&&(this.stop(),this.__removeListenEvents(),this.target=null,this.config=null)}}const p=t.Debug.get("Renderer");class y{get needFill(){return!(this.canvas.allowBackgroundColor||!this.config.fill)}constructor(e,s,i){this.FPS=60,this.totalTimes=0,this.times=0,this.config={usePartRender:!0,maxFPS:60},this.target=e,this.canvas=s,i&&(this.config=t.DataHelper.default(i,this.config)),this.__listenEvents(),this.__requestRender()}start(){this.running=!0}stop(){this.running=!1}update(){this.changed=!0}requestLayout(){this.target.emit(t.LayoutEvent.REQUEST)}render(e){if(!this.running||!this.canvas.view)return void(this.changed=!0);const{target:s}=this;this.times=0,this.totalBounds=new t.Bounds,p.log(s.innerName,"---\x3e");try{this.emitRender(t.RenderEvent.START),this.renderOnce(e),this.emitRender(t.RenderEvent.END,this.totalBounds),t.ImageManager.clearRecycled()}catch(t){this.rendering=!1,p.error(t)}p.log("-------------|")}renderAgain(){this.rendering?this.waitAgain=!0:this.renderOnce()}renderOnce(e){return this.rendering?p.warn("rendering"):this.times>3?p.warn("render max times"):(this.times++,this.totalTimes++,this.rendering=!0,this.changed=!1,this.renderBounds=new t.Bounds,this.renderOptions={},e?(this.emitRender(t.RenderEvent.BEFORE),e()):(this.requestLayout(),this.emitRender(t.RenderEvent.BEFORE),this.config.usePartRender&&this.totalTimes>1?this.partRender():this.fullRender()),this.emitRender(t.RenderEvent.RENDER,this.renderBounds,this.renderOptions),this.emitRender(t.RenderEvent.AFTER,this.renderBounds,this.renderOptions),this.updateBlocks=null,this.rendering=!1,void(this.waitAgain&&(this.waitAgain=!1,this.renderOnce())))}partRender(){const{canvas:t,updateBlocks:e}=this;if(!e)return p.warn("PartRender: need update attr");e.some((t=>t.includes(this.target.__world)))&&this.mergeBlocks(),e.forEach((e=>{t.bounds.hit(e)&&!e.isEmpty()&&this.clipRender(e)}))}clipRender(e){const s=t.Run.start("PartRender"),{canvas:i}=this,n=e.getIntersect(i.bounds),r=e.includes(this.target.__world),a=(new t.Bounds).copy(n);i.save(),r&&!t.Debug.showRepaint?i.clear():(n.spread(1+1/this.canvas.pixelRatio).ceil(),i.clearWorld(n,!0),i.clipWorld(n,!0)),this.__render(n,a),i.restore(),t.Run.end(s)}fullRender(){const e=t.Run.start("FullRender"),{canvas:s}=this;s.save(),s.clear(),this.__render(s.bounds),s.restore(),t.Run.end(e)}__render(e,s){const i=(null==e?void 0:e.includes(this.target.__world))?{}:{bounds:e};this.needFill&&this.canvas.fillWorld(e,this.config.fill),t.Debug.showRepaint&&this.canvas.strokeWorld(e,"red"),this.target.__render(this.canvas,i),this.renderBounds=s||e,this.renderOptions=i,this.totalBounds.isEmpty()?this.totalBounds=this.renderBounds:this.totalBounds.add(this.renderBounds),t.Debug.showHitView&&this.renderHitView(i),t.Debug.showBoundsView&&this.renderBoundsView(i),this.canvas.updateRender()}renderHitView(t){}renderBoundsView(t){}addBlock(t){this.updateBlocks||(this.updateBlocks=[]),this.updateBlocks.push(t)}mergeBlocks(){const{updateBlocks:e}=this;if(e){const s=new t.Bounds;s.setByList(e),e.length=0,e.push(s)}}__requestRender(){const e=Date.now();t.Platform.requestRender((()=>{this.FPS=Math.min(60,Math.ceil(1e3/(Date.now()-e))),this.changed&&this.running&&this.canvas.view&&this.render(),this.running&&this.target.emit(t.AnimateEvent.FRAME),this.target&&this.__requestRender()}))}__onResize(e){if(!this.canvas.unreal&&(e.bigger||!e.samePixelRatio)){const{width:s,height:i}=e.old;new t.Bounds(0,0,s,i).includes(this.target.__world)&&!this.needFill&&e.samePixelRatio||(this.addBlock(this.canvas.bounds),this.target.forceUpdate("blendMode"))}}__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||p.warn(t.innerName,": empty"),e=!t.isBranch||t.isBranchLeaf),e))),this.addBlock(e?this.canvas.bounds:t.updatedBounds)}))}emitRender(e,s,i){this.target.emitEvent(new t.RenderEvent(e,this.times,s,i))}__listenEvents(){const{target:e}=this;this.__eventIds=[e.on_(t.RenderEvent.REQUEST,this.update,this),e.on_(t.LayoutEvent.END,this.__onLayoutEnd,this),e.on_(t.RenderEvent.AGAIN,this.renderAgain,this),e.on_(t.ResizeEvent.RESIZE,this.__onResize,this)]}__removeListenEvents(){this.target.off_(this.__eventIds)}destroy(){this.target&&(this.stop(),this.__removeListenEvents(),this.target=null,this.canvas=null,this.config=null)}}const{hitRadiusPoint:m}=t.BoundsHelper;class w{constructor(t,e){this.target=t,this.selector=e}getByPoint(t,e,s){e||(e=0),s||(s={});const i=s.through||!1,n=s.ignoreHittable||!1;this.exclude=s.exclude||null,this.point={x:t.x,y:t.y,radiusX:e,radiusY:e},this.findList=[],this.eachFind(this.target.children,this.target.__onlyHitMask);const r=this.findList,a=this.getBestMatchLeaf(),o=n?this.getPath(a):this.getHitablePath(a);return this.clear(),i?{path:o,leaf:a,throughPath:r.length?this.getThroughPath(r):o}:{path:o,leaf:a}}getBestMatchLeaf(){const{findList:e}=this;if(e.length>1){let s;this.findList=[];const{x:i,y:n}=this.point,r={x:i,y:n,radiusX:0,radiusY:0};for(let i=0,n=e.length;i<n;i++)if(s=e[i],t.LeafHelper.worldHittable(s)&&(this.hitChild(s,r),this.findList.length))return this.findList[0]}return e[0]}getPath(e){const s=new t.LeafList;for(;e;)s.push(e),e=e.parent;return s.push(this.target),s}getHitablePath(e){const s=this.getPath(e);let i,n=new t.LeafList;for(let t=s.list.length-1;t>-1&&(i=s.list[t],i.__.hittable)&&(n.unshift(i),i.__.hitChildren);t--);return n}getThroughPath(e){const s=new t.LeafList,i=[];for(let t=e.length-1;t>-1;t--)i.push(this.getPath(e[t]));let n,r,a;for(let t=0,e=i.length;t<e;t++){n=i[t],r=i[t+1];for(let t=0,e=n.length;t<e&&(a=n.list[t],!r||!r.has(a));t++)s.push(a)}return s}eachFind(t,e){let s,i;const{point:n}=this;for(let r=t.length-1;r>-1;r--)s=t[r],!s.__.visible||e&&!s.__.isMask||(i=!!s.__.hitRadius||m(s.__world,n),s.isBranch?(i||s.__ignoreHitWorld)&&(this.eachFind(s.children,s.__onlyHitMask),s.isBranchLeaf&&!this.findList.length&&this.hitChild(s,n)):i&&this.hitChild(s,n))}hitChild(t,e){this.exclude&&this.exclude.has(t)||t.__hitWorld(e)&&this.findList.push(t)}clear(){this.point=null,this.findList=null,this.exclude=null}destroy(){this.clear()}}class v{constructor(e,s){this.config={},this.innerIdList={},this.idList={},this.classNameList={},this.tagNameList={},this.target=e,s&&(this.config=t.DataHelper.default(s,this.config)),this.findPath=new w(e,this),this.__listenEvents()}getByPoint(e,s,i){return"node"===t.Platform.name&&this.target.emit(t.LayoutEvent.CHECK_UPDATE),this.findPath.getByPoint(e,s,i)}find(t,e){return"number"==typeof t?this.getByInnerId(t,e):t.startsWith("#")?this.getById(t.substring(1),e):t.startsWith(".")?this.getByClassName(t.substring(1),e):this.getByTagName(t,e)}getByInnerId(t,e){let s,i=this.innerIdList[t];return i||(e||(e=this.target),this.loopFind(e,(e=>e.innerId===t&&(s=e,this.innerIdList[t]=s,!0))),s)}getById(t,e){let s,i=this.idList[t];return i||(e||(e=this.target),this.loopFind(e,(e=>e.id===t&&(s=e,this.idList[t]=s,!0))),s)}getByClassName(t,e){e||(e=this.target);let s=[];return this.loopFind(e,(e=>(e.className===t&&s.push(e),!1))),s}getByTagName(t,e){e||(e=this.target);let s=[];return this.loopFind(e,(e=>(e.__tag===t&&s.push(e),!1))),s}loopFind(t,e){if(e(t))return;const{children:s}=t;for(let i=0,n=s.length;i<n;i++){if(e(t=s[i]))return;t.isBranch&&this.loopFind(t,e)}}__onRemoveChild(t){const e=t.target;this.idList[e.id]&&(this.idList[e.id]=null),this.innerIdList[e.id]&&(this.innerIdList[e.innerId]=null)}__listenEvents(){this.__eventIds=[this.target.on_(t.ChildEvent.REMOVE,this.__onRemoveChild,this)]}__removeListenEvents(){this.target.off_(this.__eventIds),this.__eventIds.length=0}destroy(){this.__eventIds.length&&(this.__removeListenEvents(),this.findPath.destroy(),this.innerIdList={},this.idList={},this.classNameList={},this.tagNameList={})}}Object.assign(t.Creator,{watcher:(t,e)=>new s(t,e),layouter:(t,e)=>new _(t,e),renderer:(t,e,s)=>new y(t,e,s),selector:(t,e)=>new v(t,e)}),t.Platform.layout=_.fullLayout;class x extends t.LeaferCanvasBase{get allowBackgroundColor(){return!0}init(){this.__createView(),this.__createContext(),this.resize(this.config)}__createView(){this.view=t.Platform.origin.createCanvas(1,1)}updateViewSize(){const{width:t,height:e,pixelRatio:s}=this;this.view.width=t*s,this.view.height=e*s,this.clientBounds=this.bounds}}Object.assign(t.Creator,{canvas:(t,e)=>new x(t,e),image:e=>new t.LeaferImage(e),hitCanvas:(t,e)=>new x(t,e),interaction:(e,s,i,n)=>new t.InteractionBase(e,s,i,n)}),t.Platform.name="node",t.Platform.requestRender=function(t){setTimeout(t)},t.Platform.devicePixelRatio=1,t.Platform.conicGradientSupport=!0,t.Platform.realtimeLayout=!0;const{get:B,rotateOfOuter:b,translate:E,scaleOfOuter:L,scale:R,rotate:k}=t.MatrixHelper;const{get:S,translate:C}=t.MatrixHelper;function P(t,e,s,i){let{width:n,height:r}=e;const{opacity:a,mode:o,offset:d,scale:l,rotation:h,blendMode:c}=s,u=i.width===n&&i.height===r;c&&(t.blendMode=c);const f=t.data={mode:o};switch(o){case"strench":u||(n=i.width,r=i.height),(i.x||i.y)&&(f.transform=S(),C(f.transform,i.x,i.y));break;case"clip":(d||l||h)&&function(t,e,s,i,n){const r=B();E(r,e.x,e.y),s&&E(r,s.x,s.y),i&&("number"==typeof i?R(r,i):R(r,i.x,i.y),t.scaleX=r.a,t.scaleY=r.d),n&&k(r,n),t.transform=r}(f,i,d,l,h);break;case"repeat":(!u||l||h)&&function(t,e,s,i,n,r){const a=B();if(r)switch(k(a,r),r){case 90:E(a,i,0);break;case 180:E(a,s,i);break;case 270:E(a,0,s)}E(a,e.x,e.y),n&&(L(a,e,n),t.scaleX=t.scaleY=n),t.transform=a}(f,i,n,r,l,h);break;default:u&&!h||function(t,e,s,i,n,r){const a=B(),o=r&&180!==r,d=s.width/(o?n:i),l=s.height/(o?i:n),h="fit"===e?Math.min(d,l):Math.max(d,l),c=s.x+(s.width-i*h)/2,u=s.y+(s.height-n*h)/2;E(a,c,u),R(a,h),r&&b(a,{x:s.x+s.width/2,y:s.y+s.height/2},r),t.scaleX=t.scaleY=h,t.transform=a}(f,o,i,n,r,h)}f.width=n,f.height=r,a&&(f.opacity=a)}function A(t,e,s){if("fill"===e&&!t.__.__naturalWidth){const{__:e}=t;if(e.__naturalWidth=s.width,e.__naturalHeight=s.height,!e.__getInput("width")||!e.__getInput("height"))return t.forceUpdate("width"),!1}return!0}function M(e,s){s.target.hasEvent(e)&&s.target.emitEvent(new t.ImageEvent(e,s))}function O(t,e,s,i){return new(s||(s=Promise))((function(n,r){function a(t){try{d(i.next(t))}catch(t){r(t)}}function o(t){try{d(i.throw(t))}catch(t){r(t)}}function d(t){var e;t.done?n(t.value):(e=t.value,e instanceof s?e:new s((function(t){t(e)}))).then(a,o)}d((i=i.apply(t,e||[])).next())}))}"function"==typeof SuppressedError&&SuppressedError;const{get:I,scale:W,copy:T}=t.MatrixHelper;function D(e,s,i){let{scaleX:n,scaleY:r}=e.__world;const a=n+"-"+r;if(s.patternId===a||e.destroyed)return!1;{s.patternId=a,n=Math.abs(n),r=Math.abs(r);const{image:e,data:o}=s,d=e.isSVG?4096:Math.min(e.width,4096),l=e.isSVG?4096:Math.min(e.height,4096);let h,c,{width:u,height:f,scaleX:g,scaleY:_,opacity:p,transform:y,mode:m}=o;g&&(c=I(),T(c,y),W(c,1/g,1/_),n*=g,r*=_),n*=i,r*=i,u*=n,f*=r,(u>d||f>l)&&(h=Math.max(u/d,f/l)),h&&(n/=h,r/=h,u/=h,f/=h),g&&(n/=g,r/=_),(y||1!==n||1!==r)&&(c||(c=I(),y&&T(c,y)),W(c,1/n,1/r));const w=t.Platform.canvas.createPattern(e.getCanvas(u<1?1:u,f<1?1:f,p),"repeat"===m?"repeat":t.Platform.origin.noRepeat||"no-repeat");try{s.transform&&(s.transform=null),c&&(w.setTransform?w.setTransform(c):s.transform=c)}catch(t){s.transform=c}return s.style=w,!0}}function H(e,s,i,n){const{scaleX:r,scaleY:a}=e.__world;if(i.data&&i.patternId!==r+"-"+a){if(n)if(i.image.isSVG&&"repeat"!==i.data.mode){let{width:t,height:e}=i.data;t*=r*s.pixelRatio,e*=a*s.pixelRatio,n=t>4096||e>4096}else n=!1;if(n){s.save(),s.clip();const{data:t}=i;return i.blendMode&&(s.blendMode=i.blendMode),t.opacity&&(s.opacity*=t.opacity),t.transform&&s.transform(t.transform),s.drawImage(i.image.view,0,0,t.width,t.height),s.restore(),!0}return i.style?t.ImageManager.patternTasker.add((()=>O(this,void 0,void 0,(function*(){s.bounds.hit(e.__world)&&D(e,i,s.pixelRatio)&&e.forceUpdate("surface")}))),300):D(e,i,s.pixelRatio),!1}return!1}function F(e,s){const i="fill"===e?s._fill:s._stroke;if(i instanceof Array){let n,r,a,o;for(let d=0,l=i.length;d<l;d++)n=i[d].image,o=n&&n.url,o&&(r||(r={}),r[o]=!0,t.ImageManager.recycle(n),n.loading&&(a||(a=s.__input&&s.__input[e]||[],a instanceof Array||(a=[a])),n.unload(i[d].loadId,!a.some((t=>t.url===o)))));return r}return null}function N(t,e){let s;const{rows:i,decorationY:n,decorationHeight:r}=t.__.__textDrawData;for(let t=0,a=i.length;t<a;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)})),n&&e.fillRect(s.x,s.y+n,s.width,r)}function j(t,e,s,i){const{strokeAlign:n}=e.__,r="string"!=typeof t;switch(n){case"center":s.setStroke(r?void 0:t,e.__.strokeWidth,e.__),r?V(t,!0,e,s):Y(e,s);break;case"inside":U("inside",t,r,e,s,i);break;case"outside":U("outside",t,r,e,s,i)}}function U(t,e,s,i,n,r){const{strokeWidth:a,__font:o}=i.__,d=n.getSameCanvas(!0);d.setStroke(s?void 0:e,2*a,i.__),d.font=o,s?V(e,!0,i,d):Y(i,d),d.blendMode="outside"===t?"destination-out":"destination-in",N(i,d),d.blendMode="normal",i.__hasMirror||r.matrix?n.copyWorldByReset(d):n.copyWorldToInner(d,i.__world,i.__layout.renderBounds),d.recycle()}function Y(t,e){let s;const{rows:i,decorationY:n,decorationHeight:r}=t.__.__textDrawData;for(let t=0,a=i.length;t<a;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)})),n&&e.strokeRect(s.x,s.y+n,s.width,r)}function V(t,e,s,i){let n;for(let r=0,a=t.length;r<a;r++)n=t[r],n.image&&H(s,i,n,!1)||n.style&&(i.strokeStyle=n.style,n.blendMode?(i.saveBlendMode(n.blendMode),e?Y(s,i):i.stroke(),i.restoreBlendMode()):e?Y(s,i):i.stroke())}const{getSpread:q,getOuterOf:X,getByMove:G,getIntersectData:z}=t.BoundsHelper;const Q={x:.5,y:0},Z={x:.5,y:1};function K(t,s,i){let n;for(let r=0,a=s.length;r<a;r++)n=s[r],t.addColorStop(n.offset,e.ColorConvert.string(n.color,i))}const{set:$,getAngle:J,getDistance:tt}=t.PointHelper,{get:et,rotateOfOuter:st,scaleOfOuter:it}=t.MatrixHelper,nt={x:.5,y:.5},rt={x:.5,y:1},at={},ot={};const{set:dt,getAngle:lt,getDistance:ht}=t.PointHelper,{get:ct,rotateOfOuter:ut,scaleOfOuter:ft}=t.MatrixHelper,gt={x:.5,y:.5},_t={x:.5,y:1},pt={},yt={};let mt;function wt(s,i,n){if("object"!=typeof i||!1===i.visible||0===i.opacity)return;const{boxBounds:r}=n.__layout;switch(i.type){case"solid":let{type:a,blendMode:o,color:d,opacity:l}=i;return{type:a,blendMode:o,style:e.ColorConvert.string(d,l)};case"image":return function(e,s,i,n,r){const a={type:i.type},o=a.image=t.ImageManager.get(i),d=(r||o.loading)&&{target:e,image:o,attrName:s,attrValue:i};return o.ready?(A(e,s,o)&&P(a,o,i,n),r&&(M(t.ImageEvent.LOAD,d),M(t.ImageEvent.LOADED,d))):o.error?r&&(e.forceUpdate("surface"),d.error=o.error,M(t.ImageEvent.ERROR,d)):(r&&M(t.ImageEvent.LOAD,d),a.loadId=o.load((()=>{e.destroyed||(A(e,s,o)&&(P(a,o,i,n),e.forceUpdate("surface")),M(t.ImageEvent.LOADED,d))}),(s=>{e.forceUpdate("surface"),d.error=s,M(t.ImageEvent.ERROR,d)}))),a}(n,s,i,r,!mt||!mt[i.url]);case"linear":return function(e,s){let{from:i,to:n,type:r,blendMode:a,opacity:o}=e;i||(i=Q),n||(n=Z);const d=t.Platform.canvas.createLinearGradient(s.x+i.x*s.width,s.y+i.y*s.height,s.x+n.x*s.width,s.y+n.y*s.height);K(d,e.stops,o);const l={type:r,style:d};return a&&(l.blendMode=a),l}(i,r);case"radial":return function(e,s){let{from:i,to:n,type:r,opacity:a,blendMode:o,stretch:d}=e;i||(i=nt),n||(n=rt);const{x:l,y:h,width:c,height:u}=s;let f;$(at,l+i.x*c,h+i.y*u),$(ot,l+n.x*c,h+n.y*u),(c!==u||d)&&(f=et(),it(f,at,c/u*(d||1),1),st(f,at,J(at,ot)+90));const g=t.Platform.canvas.createRadialGradient(at.x,at.y,0,at.x,at.y,tt(at,ot));K(g,e.stops,a);const _={type:r,style:g,transform:f};return o&&(_.blendMode=o),_}(i,r);case"angular":return function(e,s){let{from:i,to:n,type:r,opacity:a,blendMode:o,stretch:d}=e;i||(i=gt),n||(n=_t);const{x:l,y:h,width:c,height:u}=s;dt(pt,l+i.x*c,h+i.y*u),dt(yt,l+n.x*c,h+n.y*u);const f=ct(),g=lt(pt,yt);t.Platform.conicGradientRotate90?(ft(f,pt,c/u*(d||1),1),ut(f,pt,g+90)):(ft(f,pt,1,c/u*(d||1)),ut(f,pt,g));const _=t.Platform.conicGradientSupport?t.Platform.canvas.createConicGradient(0,pt.x,pt.y):t.Platform.canvas.createRadialGradient(pt.x,pt.y,0,pt.x,pt.y,ht(pt,yt));K(_,e.stops,a);const p={type:r,style:_,transform:f};return o&&(p.blendMode=o),p}(i,r);default:return i.r?{type:"solid",style:e.ColorConvert.string(i)}:void 0}}var vt=Object.freeze({__proto__:null,compute:function(t,e){const s=[];let i,n=e.__.__input[t];n instanceof Array||(n=[n]),mt=F(t,e.__);for(let r=0,a=n.length;r<a;r++)i=wt(t,n[r],e),i&&s.push(i);e.__["_"+t]=s.length?s:void 0},drawTextStroke:Y,fill:function(t,e,s){s.fillStyle=t,e.__.__font?N(e,s):e.__.windingRule?s.fill(e.__.windingRule):s.fill()},fillText:N,fills:function(t,e,s){let i;const{windingRule:n,__font:r}=e.__;for(let a=0,o=t.length;a<o;a++)i=t[a],i.image&&H(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?N(e,s):n?s.fill(n):s.fill(),s.restore()):i.blendMode?(s.saveBlendMode(i.blendMode),r?N(e,s):n?s.fill(n):s.fill(),s.restoreBlendMode()):r?N(e,s):n?s.fill(n):s.fill())},recycleImage:F,shape:function(t,e,s){const i=e.getSameCanvas();let n,r,a,o;const{__world:d}=t;let{scaleX:l,scaleY:h}=d;if(l<0&&(l=-l),h<0&&(h=-h),e.bounds.includes(d,s.matrix))s.matrix?(l*=s.matrix.a,h*=s.matrix.d,n=a=X(d,s.matrix)):n=a=d,o=i;else{const{renderShapeSpread:i}=t.__layout,c=z(i?q(e.bounds,i*l,i*h):e.bounds,d,s.matrix);r=e.bounds.getFitMatrix(c),r.a<1&&(o=e.getSameCanvas(),t.__renderShape(o,s),l*=r.a,h*=r.d),a=X(d,r),n=G(a,-r.e,-r.f),s.matrix&&r.multiply(s.matrix),s=Object.assign(Object.assign({},s),{matrix:r})}return t.__renderShape(i,s),{canvas:i,matrix:r,bounds:n,worldCanvas:o,shapeBounds:a,scaleX:l,scaleY:h}},stroke:function(t,e,s,i){const n=e.__,{strokeWidth:r,strokeAlign:a,__font:o}=n;if(r)if(o)j(t,e,s,i);else switch(a){case"center":s.setStroke(t,r,n),s.stroke();break;case"inside":s.save(),s.setStroke(t,2*r,n),n.windingRule?s.clip(n.windingRule):s.clip(),s.stroke(),s.restore();break;case"outside":const a=s.getSameCanvas(!0);a.setStroke(t,2*r,e.__),e.__drawRenderPath(a),a.stroke(),n.windingRule?a.clip(n.windingRule):a.clip(),a.clearWorld(e.__layout.renderBounds),e.__hasMirror||i.matrix?s.copyWorldByReset(a):s.copyWorldToInner(a,e.__world,e.__layout.renderBounds),a.recycle()}},strokeText:j,strokes:function(t,e,s,i){const n=e.__,{strokeWidth:r,strokeAlign:a,__font:o}=n;if(r)if(o)j(t,e,s,i);else switch(a){case"center":s.setStroke(void 0,r,n),V(t,!1,e,s);break;case"inside":s.save(),s.setStroke(void 0,2*r,n),n.windingRule?s.clip(n.windingRule):s.clip(),V(t,!1,e,s),s.restore();break;case"outside":const{renderBounds:a}=e.__layout,o=s.getSameCanvas(!0);e.__drawRenderPath(o),o.setStroke(void 0,2*r,e.__),V(t,!1,e,o),n.windingRule?o.clip(n.windingRule):o.clip(),o.clearWorld(a),e.__hasMirror||i.matrix?s.copyWorldByReset(o):s.copyWorldToInner(o,e.__world,a),o.recycle()}}});const{copy:xt,toOffsetOutBounds:Bt}=t.BoundsHelper,bt={},Et={};function Lt(e,s,i,n){const{bounds:r,shapeBounds:a}=n;if(t.Platform.fullImageShadow){if(xt(bt,e.bounds),bt.x+=s.x-a.x,bt.y+=s.y-a.y,i){const{matrix:t}=n;bt.x-=(r.x+(t?t.e:0)+r.width/2)*(i-1),bt.y-=(r.y+(t?t.f:0)+r.height/2)*(i-1),bt.width*=i,bt.height*=i}e.copyWorld(n.canvas,e.bounds,bt)}else i&&(xt(bt,s),bt.x-=s.width/2*(i-1),bt.y-=s.height/2*(i-1),bt.width*=i,bt.height*=i),e.copyWorld(n.canvas,a,i?bt:s)}const{toOffsetOutBounds:Rt}=t.BoundsHelper,kt={};var St=Object.freeze({__proto__:null,blur:function(t,e,s){const{blur:i}=t.__;s.setWorldBlur(i*t.__world.a),s.copyWorldToInner(e,t.__world,t.__layout.renderBounds),s.filter="none"},innerShadow:function(t,e,s,i){let n,r;const{__world:a,__layout:o}=t,{innerShadow:d}=t.__,{worldCanvas:l,bounds:h,shapeBounds:c,scaleX:u,scaleY:f}=s,g=e.getSameCanvas(),_=d.length-1;Rt(h,kt),d.forEach(((d,p)=>{g.save(),g.setWorldShadow(kt.offsetX+d.x*u,kt.offsetY+d.y*f,d.blur*u),r=d.spread?1-2*d.spread/(o.boxBounds.width+2*(o.strokeBoxSpread||0)):0,Lt(g,kt,r,s),g.restore(),l?(g.copyWorld(g,h,a,"copy"),g.copyWorld(l,a,a,"source-out"),n=a):(g.copyWorld(s.canvas,c,h,"source-out"),n=h),g.fillWorld(n,d.color,"source-in"),t.__hasMirror||i.matrix?e.copyWorldByReset(g,n,a,d.blendMode):e.copyWorldToInner(g,n,o.renderBounds,d.blendMode),_&&p<_&&g.clear()})),g.recycle()},shadow:function(t,e,s,i){let n,r;const{__world:a,__layout:o}=t,{shadow:d}=t.__,{worldCanvas:l,bounds:h,shapeBounds:c,scaleX:u,scaleY:f}=s,g=e.getSameCanvas(),_=d.length-1;Bt(h,Et),d.forEach(((d,p)=>{g.setWorldShadow(Et.offsetX+d.x*u,Et.offsetY+d.y*f,d.blur*u,d.color),r=d.spread?1+2*d.spread/(o.boxBounds.width+2*(o.strokeBoxSpread||0)):0,Lt(g,Et,r,s),n=h,d.box&&(g.restore(),g.save(),l&&(g.copyWorld(g,h,a,"copy"),n=a),l?g.copyWorld(l,a,a,"destination-out"):g.copyWorld(s.canvas,c,h,"destination-out")),t.__hasMirror||i.matrix?e.copyWorldByReset(g,n,a,d.blendMode):e.copyWorldToInner(g,n,o.renderBounds,d.blendMode),_&&p<_&&g.clear()})),g.recycle()}});const Ct=">)]}%!?,.:;'\"》)」〉』〗】〕}┐>’”!?,、。:;‰",Pt=Ct+"_#~&*+\\=|≮≯≈≠=…",At=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 Mt(t){const e={};return t.split("").forEach((t=>e[t]=!0)),e}const Ot=Mt("ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz"),It=Mt("{[(<'\"《(「〈『〖【〔{┌<‘“=¥¥$€££¢¢"),Wt=Mt(Ct),Tt=Mt(Pt),Dt=Mt("- —/~|┆·");var Ht;!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"}(Ht||(Ht={}));const{Letter:Ft,Single:Nt,Before:jt,After:Ut,Symbol:Yt,Break:Vt}=Ht;function qt(t){return Ot[t]?Ft:Dt[t]?Vt:It[t]?jt:Wt[t]?Ut:Tt[t]?Yt:At.test(t)?Nt:Ft}const Xt={trimRight(t){const{words:e}=t;let s,i=0,n=e.length;for(let r=n-1;r>-1&&(s=e[r].data[0]," "===s.char);r--)i++,t.width-=s.width;i&&e.splice(n-i,i)}};function Gt(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:zt}=Xt,{Letter:Qt,Single:Zt,Before:Kt,After:$t,Symbol:Jt,Break:te}=Ht;let ee,se,ie,ne,re,ae,oe,de,le,he,ce,ue,fe,ge,_e,pe,ye=[];function me(t,e){le&&!de&&(de=le),ee.data.push({char:t,width:e}),ie+=e}function we(){ne+=ie,ee.width=ie,se.words.push(ee),ee={data:[]},ie=0}function ve(){ge&&(_e.paraNumber++,se.paraStart=!0,ge=!1),le&&(se.startCharSize=de,se.endCharSize=le,de=0),se.width=ne,pe.width&&zt(se),ye.push(se),se={words:[]},ne=0}const xe={getDrawData(e,s){"string"!=typeof e&&(e=String(e));let i=0,n=0,r=s.__getInput("width")||0,a=s.__getInput("height")||0;const{textDecoration:o,textOverflow:d,__font:l,padding:h}=s;if(h){const[e,s,o,d]=t.MathHelper.fourNumber(h);r&&(i=d,r-=s+d),a&&(n=e,a-=e+o)}const c={bounds:{x:i,y:n,width:r,height:a},rows:[],paraNumber:0,font:t.Platform.canvas.font=l};return function(e,s,i){_e=e,ye=e.rows,pe=e.bounds;const{__letterSpacing:n,paraIndent:r,textCase:a}=i,{canvas:o}=t.Platform,{width:d,height:l}=pe;if(d||l||n||"none"!==a){ge=!0,ce=null,de=oe=le=ie=ne=0,ee={data:[]},se={words:[]};for(let t=0,e=s.length;t<e;t++)ae=s[t],"\n"===ae?(ie&&we(),se.paraEnd=!0,ve(),ge=!0):(he=qt(ae),he===Qt&&"none"!==a&&(ae=Gt(ae,a,!ie)),oe=o.measureText(ae).width,n&&(n<0&&(le=oe),oe+=n),ue=he===Zt&&(ce===Zt||ce===Qt)||ce===Zt&&he!==$t,fe=!(he!==Kt&&he!==Zt||ce!==Jt&&ce!==$t),re=ge&&r?d-r:d,d&&ne+ie+oe>re&&(fe||(fe=he===Qt&&ce==$t),ue||fe||he===te||he===Kt||he===Zt||ie+oe>re?(ie&&we(),ve()):ve())," "===ae&&!0!==ge&&ne+ie===0||(he===te?(" "===ae&&ie&&we(),me(ae,oe),we()):ue||fe?(ie&&we(),me(ae,oe)):me(ae,oe)),ce=he);ie&&we(),ne&&ve(),ye.length>0&&(ye[ye.length-1].paraEnd=!0)}else s.split("\n").forEach((t=>{_e.paraNumber++,ye.push({x:r||0,text:t,width:o.measureText(t).width,paraStart:!0})}))}(c,e,s),function(t,e){const{rows:s,bounds:i}=t,{__lineHeight:n,__baseLine:r,__letterSpacing:a,textAlign:o,verticalAlign:d,paraSpacing:l,textOverflow:h}=e;let c,u,f,{x:g,y:_,width:p,height:y}=i,m=n*s.length+(l?l*(t.paraNumber-1):0),w=r;if("show"!==h&&m>y)m=Math.max(y,n),t.overflow=s.length;else switch(d){case"middle":_+=(y-m)/2;break;case"bottom":_+=y-m}w+=_;for(let r=0,d=s.length;r<d;r++){switch(c=s[r],c.x=g,o){case"center":c.x+=(p-c.width)/2;break;case"right":c.x+=p-c.width}c.paraStart&&l&&r>0&&(w+=l),c.y=w,w+=n,t.overflow>r&&w>m&&(c.isOverflow=!0,t.overflow=r+1),u=c.x,f=c.width,a<0&&(c.width<0?(f=-c.width+e.fontSize+a,u-=f,f+=e.fontSize):f-=a),u<i.x&&(i.x=u),f>i.width&&(i.width=f)}i.y=_,i.height=m}(c,s),function(t,e,s,i){const{rows:n}=t,{textAlign:r,paraIndent:a,letterSpacing:o}=e;let d,l,h,c,u;n.forEach((t=>{t.words&&(h=a&&t.paraStart?a:0,l=s&&"justify"===r&&t.words.length>1?(s-t.width-h)/(t.words.length-1):0,c=o||t.isOverflow?0:l>.01?1:2,2===c?(t.text="",t.x+=h,t.words.forEach((e=>{e.data.forEach((e=>{t.text+=e.char}))}))):(t.x+=h,d=t.x,t.data=[],t.words.forEach((e=>{1===c?(u={char:"",x:d},d=function(t,e,s){return t.forEach((t=>{s.char+=t.char,e+=t.width})),e}(e.data,d,u)," "!==u.char&&t.data.push(u)):d=function(t,e,s){return t.forEach((t=>{" "!==t.char&&(t.x=e,s.push(t)),e+=t.width})),e}(e.data,d,t.data),!t.paraEnd&&l&&(d+=l,t.width+=l)}))),t.words=null)}))}(c,s,r),c.overflow&&function(e,s){const{rows:i,overflow:n}=e;if(i.splice(n),"hide"!==s){"ellipsis"===s&&(s="...");const r=t.Platform.canvas.measureText(s).width,a=i[n-1];let o,d,l=a.data.length-1;const{x:h,width:c}=e.bounds,u=h+c-r;for(let t=l;t>-1&&(o=a.data[t],d=o.x+o.width,!(t===l&&d<u));t--){if(d<u&&" "!==o.char){a.data.splice(t+1),a.width-=o.width;break}a.width-=o.width}a.width+=r,a.data.push({char:s,x:d})}}(c,d),"none"!==o&&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}}(c,s),c}},Be={string(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+")"}},be={export(e,s,i){return function(e){Ee||(Ee=new t.TaskProcessor);return new Promise((t=>{Ee.add((()=>O(this,void 0,void 0,(function*(){return yield e(t)}))),{parallel:!1})}))}((t=>new Promise((n=>{const{leafer:r}=e;r?r.waitViewCompleted((()=>O(this,void 0,void 0,(function*(){let e,a,o,{canvas:d}=r,{unreal:l}=d;switch(l&&(d=d.getSameCanvas(),d.backgroundColor=r.config.fill,r.__render(d,{})),typeof i){case"object":i.quality&&(e=i.quality),i.blob&&(a=!0);break;case"number":e=i;break;case"boolean":a=i}o=s.includes(".")?yield d.saveAs(s,e):a?yield d.toBlob(s,e):yield d.toDataURL(s,e),t({data:o}),n(),l&&d.recycle()})))):(t({data:!1}),n())}))))}};let Ee;Object.assign(e.Paint,vt),Object.assign(e.Effect,St),Object.assign(e.TextConvert,xe),Object.assign(e.ColorConvert,Be),Object.assign(e.Export,be),Object.defineProperty(exports,"LeaferImage",{enumerable:!0,get:function(){return t.LeaferImage}}),exports.Layouter=_,exports.LeaferCanvas=x,exports.Renderer=y,exports.Selector=v,exports.Watcher=s,exports.useCanvas=function(e,s){if(!t.Platform.origin){if("skia"===e){const{Canvas:e,loadImage:i}=s;t.Platform.origin={createCanvas:(t,s,i)=>new e(t,s,i),canvasToDataURL:(t,e,s)=>t.toDataURLSync(e,{quality:s}),canvasToBolb:(t,e,s)=>t.toBuffer(e,{quality:s}),canvasSaveAs:(t,e,s)=>t.saveAs(e,{quality:s}),loadImage:i}}t.Platform.canvas=t.Creator.canvas()}},Object.keys(t).forEach((function(e){"default"===e||Object.prototype.hasOwnProperty.call(exports,e)||Object.defineProperty(exports,e,{enumerable:!0,get:function(){return t[e]}})})),Object.keys(e).forEach((function(t){"default"===t||Object.prototype.hasOwnProperty.call(exports,t)||Object.defineProperty(exports,t,{enumerable:!0,get:function(){return e[t]}})}));
|
|
1
|
+
"use strict";var t=require("@leafer/core"),e=require("fs"),n=require("@leafer-ui/core");function s(t,e,n,s){return new(n||(n=Promise))((function(i,a){function r(t){try{d(s.next(t))}catch(t){a(t)}}function o(t){try{d(s.throw(t))}catch(t){a(t)}}function d(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(r,o)}d((s=s.apply(t,e||[])).next())}))}"function"==typeof SuppressedError&&SuppressedError;class i{get childrenChanged(){return this.hasAdd||this.hasRemove||this.hasVisible}get updatedList(){if(this.hasRemove){const e=new t.LeafList;return this.__updatedList.list.forEach((t=>{t.leafer&&e.push(t)})),e}return this.__updatedList}constructor(e,n){this.totalTimes=0,this.config={},this.__updatedList=new t.LeafList,this.target=e,n&&(this.config=t.DataHelper.default(n,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(t.RenderEvent.REQUEST)}__onAttrChange(t){this.__updatedList.push(t.target),this.update()}__onChildEvent(e){e.type===t.ChildEvent.ADD?(this.hasAdd=!0,this.__pushChild(e.child)):(this.hasRemove=!0,this.__updatedList.push(e.parent)),this.update()}__pushChild(t){this.__updatedList.push(t),t.isBranch&&this.__loopChildren(t)}__loopChildren(t){const{children:e}=t;for(let t=0,n=e.length;t<n;t++)this.__pushChild(e[t])}__onRquestData(){this.target.emitEvent(new t.WatchEvent(t.WatchEvent.DATA,{updatedList:this.updatedList})),this.__updatedList=new t.LeafList,this.totalTimes++,this.changed=!1,this.hasVisible=!1,this.hasRemove=!1,this.hasAdd=!1}__listenEvents(){const{target:e}=this;this.__eventIds=[e.on_(t.PropertyEvent.CHANGE,this.__onAttrChange,this),e.on_([t.ChildEvent.ADD,t.ChildEvent.REMOVE],this.__onChildEvent,this),e.on_(t.WatchEvent.REQUEST,this.__onRquestData,this)]}__removeListenEvents(){this.target.off_(this.__eventIds)}destroy(){this.target&&(this.stop(),this.__removeListenEvents(),this.target=null,this.__updatedList=null)}}const{updateAllWorldMatrix:a,updateAllWorldOpacity:r}=t.LeafHelper,{pushAllChildBranch:o,pushAllParent:d}=t.BranchHelper;const{worldBounds:l}=t.LeafBoundsHelper,{setByListWithHandle:h}=t.BoundsHelper;class c{constructor(e){this.updatedBounds=new t.Bounds,this.beforeBounds=new t.Bounds,this.afterBounds=new t.Bounds,e instanceof Array&&(e=new t.LeafList(e)),this.updatedList=e}setBefore(){h(this.beforeBounds,this.updatedList.list,l)}setAfter(){h(this.afterBounds,this.updatedList.list,l),this.updatedBounds.setByList([this.beforeBounds,this.afterBounds])}merge(t){this.updatedList.pushList(t.updatedList.list),this.beforeBounds.add(t.beforeBounds),this.afterBounds.add(t.afterBounds),this.updatedBounds.add(t.updatedBounds)}destroy(){this.updatedList=null}}const{updateAllWorldMatrix:u,updateAllChange:f}=t.LeafHelper,{pushAllBranchStack:g,updateWorldBoundsByBranchStack:_}=t.BranchHelper,p=t.Debug.get("Layouter");class y{constructor(e,n){this.totalTimes=0,this.config={},this.__levelList=new t.LeafLevelList,this.target=e,n&&(this.config=t.DataHelper.default(n,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:e}=this;this.times=0;try{e.emit(t.LayoutEvent.START),this.layoutOnce(),e.emitEvent(new t.LayoutEvent(t.LayoutEvent.END,this.layoutedBlocks,this.times))}catch(t){p.error(t)}this.layoutedBlocks=null}layoutAgain(){this.layouting?this.waitAgain=!0:this.layoutOnce()}layoutOnce(){return this.layouting?p.warn("layouting"):this.times>3?p.warn("layout max times"):(this.times++,this.totalTimes++,this.layouting=!0,this.target.emit(t.WatchEvent.REQUEST),this.totalTimes>1?this.partLayout():this.fullLayout(),this.layouting=!1,void(this.waitAgain&&(this.waitAgain=!1,this.layoutOnce())))}partLayout(){var e;if(!(null===(e=this.__updatedList)||void 0===e?void 0:e.length))return;const n=t.Run.start("PartLayout"),{target:s,__updatedList:i}=this,{BEFORE:l,LAYOUT:h,AFTER:c}=t.LayoutEvent,u=this.getBlocks(i);u.forEach((t=>{t.setBefore()})),s.emitEvent(new t.LayoutEvent(l,u,this.times)),i.sort(),function(t,e){let n;t.list.forEach((t=>{n=t.__layout,e.without(t)&&!n.proxyZoom&&(n.matrixChanged?(a(t),e.push(t),t.isBranch&&o(t,e),d(t,e)):n.boundsChanged&&(e.push(t),t.isBranch&&(t.__tempNumber=0),d(t,e)))}))}(i,this.__levelList),function(t){let e,n;t.sort(!0),t.levels.forEach((s=>{e=t.levelMap[s];for(let t=0,s=e.length;t<s;t++){if(n=e[t],n.isBranch&&n.__tempNumber)for(let t=0,e=n.children.length;t<e;t++)n.children[t].isBranch||n.children[t].__updateWorldBounds();n.__updateWorldBounds()}}))}(this.__levelList),function(t){t.list.forEach((t=>{t.__layout.opacityChanged&&r(t),t.__updateChange()}))}(i),u.forEach((t=>t.setAfter())),s.emitEvent(new t.LayoutEvent(h,u,this.times)),s.emitEvent(new t.LayoutEvent(c,u,this.times)),this.addBlocks(u),this.__levelList.reset(),this.__updatedList=null,t.Run.end(n)}fullLayout(){const e=t.Run.start("FullLayout"),{target:n}=this,{BEFORE:s,LAYOUT:i,AFTER:a}=t.LayoutEvent,r=this.getBlocks(new t.LeafList(n));n.emitEvent(new t.LayoutEvent(s,r,this.times)),y.fullLayout(n),r.forEach((t=>{t.setAfter()})),n.emitEvent(new t.LayoutEvent(i,r,this.times)),n.emitEvent(new t.LayoutEvent(a,r,this.times)),this.addBlocks(r),t.Run.end(e)}static fullLayout(t){if(u(t),t.isBranch){const e=[t];g(t,e),_(e)}else t.__updateWorldBounds();f(t)}createBlock(t){return new c(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:e}=this;this.__eventIds=[e.on_(t.LayoutEvent.REQUEST,this.layout,this),e.on_(t.LayoutEvent.AGAIN,this.layoutAgain,this),e.on_(t.WatchEvent.DATA,this.__onReceiveWatchData,this)]}__removeListenEvents(){this.target.off_(this.__eventIds)}destroy(){this.target&&(this.stop(),this.__removeListenEvents(),this.target=null,this.config=null)}}const m=t.Debug.get("Renderer");class v{get needFill(){return!(this.canvas.allowBackgroundColor||!this.config.fill)}constructor(e,n,s){this.FPS=60,this.totalTimes=0,this.times=0,this.config={usePartRender:!0,maxFPS:60},this.target=e,this.canvas=n,s&&(this.config=t.DataHelper.default(s,this.config)),this.__listenEvents(),this.__requestRender()}start(){this.running=!0}stop(){this.running=!1}update(){this.changed=!0}requestLayout(){this.target.emit(t.LayoutEvent.REQUEST)}render(e){if(!this.running||!this.canvas.view)return void(this.changed=!0);const{target:n}=this;this.times=0,this.totalBounds=new t.Bounds,m.log(n.innerName,"---\x3e");try{this.emitRender(t.RenderEvent.START),this.renderOnce(e),this.emitRender(t.RenderEvent.END,this.totalBounds),t.ImageManager.clearRecycled()}catch(t){this.rendering=!1,m.error(t)}m.log("-------------|")}renderAgain(){this.rendering?this.waitAgain=!0:this.renderOnce()}renderOnce(e){return this.rendering?m.warn("rendering"):this.times>3?m.warn("render max times"):(this.times++,this.totalTimes++,this.rendering=!0,this.changed=!1,this.renderBounds=new t.Bounds,this.renderOptions={},e?(this.emitRender(t.RenderEvent.BEFORE),e()):(this.requestLayout(),this.emitRender(t.RenderEvent.BEFORE),this.config.usePartRender&&this.totalTimes>1?this.partRender():this.fullRender()),this.emitRender(t.RenderEvent.RENDER,this.renderBounds,this.renderOptions),this.emitRender(t.RenderEvent.AFTER,this.renderBounds,this.renderOptions),this.updateBlocks=null,this.rendering=!1,void(this.waitAgain&&(this.waitAgain=!1,this.renderOnce())))}partRender(){const{canvas:t,updateBlocks:e}=this;if(!e)return m.warn("PartRender: need update attr");this.mergeBlocks(),e.forEach((e=>{t.bounds.hit(e)&&!e.isEmpty()&&this.clipRender(e)}))}clipRender(e){const n=t.Run.start("PartRender"),{canvas:s}=this,i=e.getIntersect(s.bounds),a=e.includes(this.target.__world),r=(new t.Bounds).copy(i);s.save(),a&&!t.Debug.showRepaint?s.clear():(i.spread(1+1/this.canvas.pixelRatio).ceil(),s.clearWorld(i,!0),s.clipWorld(i,!0)),this.__render(i,a,r),s.restore(),t.Run.end(n)}fullRender(){const e=t.Run.start("FullRender"),{canvas:n}=this;n.save(),n.clear(),this.__render(n.bounds,!0),n.restore(),t.Run.end(e)}__render(e,n,s){const i=e.includes(this.target.__world)?{includes:n}:{bounds:e,includes:n};this.needFill&&this.canvas.fillWorld(e,this.config.fill),t.Debug.showRepaint&&this.canvas.strokeWorld(e,"red"),this.target.__render(this.canvas,i),this.renderBounds=s||e,this.renderOptions=i,this.totalBounds.isEmpty()?this.totalBounds=this.renderBounds:this.totalBounds.add(this.renderBounds),t.Debug.showHitView&&this.renderHitView(i),t.Debug.showBoundsView&&this.renderBoundsView(i),this.canvas.updateRender()}renderHitView(t){}renderBoundsView(t){}addBlock(t){this.updateBlocks||(this.updateBlocks=[]),this.updateBlocks.push(t)}mergeBlocks(){const{updateBlocks:e}=this;if(e){const n=new t.Bounds;n.setByList(e),e.length=0,e.push(n)}}__requestRender(){const e=Date.now();t.Platform.requestRender((()=>{this.FPS=Math.min(60,Math.ceil(1e3/(Date.now()-e))),this.changed&&this.running&&this.canvas.view&&this.render(),this.running&&this.target.emit(t.AnimateEvent.FRAME),this.target&&this.__requestRender()}))}__onResize(e){if(!this.canvas.unreal&&(e.bigger||!e.samePixelRatio)){const{width:n,height:s}=e.old;new t.Bounds(0,0,n,s).includes(this.target.__world)&&!this.needFill&&e.samePixelRatio||(this.addBlock(this.canvas.bounds),this.target.forceUpdate("blendMode"))}}__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||m.warn(t.innerName,": empty"),e=!t.isBranch||t.isBranchLeaf),e))),this.addBlock(e?this.canvas.bounds:t.updatedBounds)}))}emitRender(e,n,s){this.target.emitEvent(new t.RenderEvent(e,this.times,n,s))}__listenEvents(){const{target:e}=this;this.__eventIds=[e.on_(t.RenderEvent.REQUEST,this.update,this),e.on_(t.LayoutEvent.END,this.__onLayoutEnd,this),e.on_(t.RenderEvent.AGAIN,this.renderAgain,this),e.on_(t.ResizeEvent.RESIZE,this.__onResize,this)]}__removeListenEvents(){this.target.off_(this.__eventIds)}destroy(){this.target&&(this.stop(),this.__removeListenEvents(),this.target=null,this.canvas=null,this.config=null)}}const{hitRadiusPoint:w}=t.BoundsHelper;class x{constructor(t,e){this.target=t,this.selector=e}getByPoint(t,e,n){e||(e=0),n||(n={});const s=n.through||!1,i=n.ignoreHittable||!1;this.exclude=n.exclude||null,this.point={x:t.x,y:t.y,radiusX:e,radiusY:e},this.findList=[],this.eachFind(this.target.children,this.target.__onlyHitMask);const a=this.findList,r=this.getBestMatchLeaf(),o=i?this.getPath(r):this.getHitablePath(r);return this.clear(),s?{path:o,leaf:r,throughPath:a.length?this.getThroughPath(a):o}:{path:o,leaf:r}}getBestMatchLeaf(){const{findList:e}=this;if(e.length>1){let n;this.findList=[];const{x:s,y:i}=this.point,a={x:s,y:i,radiusX:0,radiusY:0};for(let s=0,i=e.length;s<i;s++)if(n=e[s],t.LeafHelper.worldHittable(n)&&(this.hitChild(n,a),this.findList.length))return this.findList[0]}return e[0]}getPath(e){const n=new t.LeafList;for(;e;)n.push(e),e=e.parent;return n.push(this.target),n}getHitablePath(e){const n=this.getPath(e);let s,i=new t.LeafList;for(let t=n.list.length-1;t>-1&&(s=n.list[t],s.__.hittable)&&(i.unshift(s),s.__.hitChildren);t--);return i}getThroughPath(e){const n=new t.LeafList,s=[];for(let t=e.length-1;t>-1;t--)s.push(this.getPath(e[t]));let i,a,r;for(let t=0,e=s.length;t<e;t++){i=s[t],a=s[t+1];for(let t=0,e=i.length;t<e&&(r=i.list[t],!a||!a.has(r));t++)n.push(r)}return n}eachFind(t,e){let n,s;const{point:i}=this;for(let a=t.length-1;a>-1;a--)n=t[a],!n.__.visible||e&&!n.__.isMask||(s=!!n.__.hitRadius||w(n.__world,i),n.isBranch?(s||n.__ignoreHitWorld)&&(this.eachFind(n.children,n.__onlyHitMask),n.isBranchLeaf&&!this.findList.length&&this.hitChild(n,i)):s&&this.hitChild(n,i))}hitChild(t,e){this.exclude&&this.exclude.has(t)||t.__hitWorld(e)&&this.findList.push(t)}clear(){this.point=null,this.findList=null,this.exclude=null}destroy(){this.clear()}}class B{constructor(e,n){this.config={},this.innerIdMap={},this.idMap={},this.methods={id:(t,e)=>t.id===e?this.idMap[e]=t:0,innerId:(t,e)=>t.innerId===e?this.innerIdMap[e]=t:0,className:(t,e)=>t.className===e?1:0,tag:(t,e)=>t.__tag===e?1:0},this.target=e,n&&(this.config=t.DataHelper.default(n,this.config)),this.pather=new x(e,this),this.__listenEvents()}getByPoint(e,n,s){return"node"===t.Platform.name&&this.target.emit(t.LayoutEvent.CHECK_UPDATE),this.pather.getByPoint(e,n,s)}getBy(t,e,n,s){switch(typeof t){case"number":const i=this.getByInnerId(t,e);return n?i:i?[i]:[];case"string":switch(t[0]){case"#":const s=this.getById(t.substring(1),e);return n?s:s?[s]:[];case".":return this.getByMethod(this.methods.className,e,n,t.substring(1));default:return this.getByMethod(this.methods.tag,e,n,t)}case"function":return this.getByMethod(t,e,n,s)}}getByInnerId(t,e){const n=this.innerIdMap[t];return n||(this.eachFind(this.toChildren(e),this.methods.innerId,null,t),this.findLeaf)}getById(e,n){const s=this.idMap[e];return s&&t.LeafHelper.hasParent(s,n||this.target)?s:(this.eachFind(this.toChildren(n),this.methods.id,null,e),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,n,s){const i=n?null:[];return this.eachFind(this.toChildren(e),t,i,s),i||this.findLeaf}eachFind(t,e,n,s){let i;for(let a=0,r=t.length;a<r;a++){if(i=t[a],e(i,s)){if(!n)return void(this.findLeaf=i);n.push(i)}i.isBranch&&this.eachFind(i.children,e,n,s)}}toChildren(t){return this.findLeaf=null,[t||this.target]}__onRemoveChild(t){const{id:e,innerId:n}=t.child;this.idMap[e]&&delete this.idMap[e],this.innerIdMap[n]&&delete this.innerIdMap[n]}__checkIdChange(t){if("id"===t.attrName){const e=t.oldValue;this.idMap[e]&&delete this.idMap[e]}}__listenEvents(){this.__eventIds=[this.target.on_(t.ChildEvent.REMOVE,this.__onRemoveChild,this),this.target.on_(t.PropertyEvent.CHANGE,this.__checkIdChange,this)]}__removeListenEvents(){this.target.off_(this.__eventIds),this.__eventIds.length=0}destroy(){this.__eventIds.length&&(this.__removeListenEvents(),this.pather.destroy(),this.findLeaf=null,this.innerIdMap={},this.idMap={})}}Object.assign(t.Creator,{watcher:(t,e)=>new i(t,e),layouter:(t,e)=>new y(t,e),renderer:(t,e,n)=>new v(t,e,n),selector:(t,e)=>new B(t,e)}),t.Platform.layout=y.fullLayout;class E extends t.LeaferCanvasBase{get allowBackgroundColor(){return!0}init(){this.__createView(),this.__createContext(),this.resize(this.config),t.Platform.roundRectPatch&&(this.context.__proto__.roundRect=null,t.canvasPatch(this.context.__proto__))}__createView(){this.view=t.Platform.origin.createCanvas(1,1)}updateViewSize(){const{width:t,height:e,pixelRatio:n}=this;this.view.width=t*n,this.view.height=e*n,this.clientBounds=this.bounds}}const{mineType:b,fileType:L}=t.FileHelper;Object.assign(t.Creator,{canvas:(t,e)=>new E(t,e),image:e=>new t.LeaferImage(e),hitCanvas:(t,e)=>new E(t,e),interaction:(e,n,s,i)=>new t.InteractionBase(e,n,s,i)}),t.Platform.name="node",t.Platform.requestRender=function(t){setTimeout(t)},t.Platform.devicePixelRatio=1,t.Platform.conicGradientSupport=!0,t.Platform.realtimeLayout=!0;const{get:R,rotateOfOuter:k,translate:M,scaleOfOuter:C,scale:S,rotate:P}=t.MatrixHelper;const{get:I,translate:A}=t.MatrixHelper;function O(t,e,n,s){let{width:i,height:a}=e;const{opacity:r,mode:o,offset:d,scale:l,rotation:h,blendMode:c}=n,u=s.width===i&&s.height===a;c&&(t.blendMode=c);const f=t.data={mode:o};switch(o){case"strench":u||(i=s.width,a=s.height),(s.x||s.y)&&(f.transform=I(),A(f.transform,s.x,s.y));break;case"clip":(d||l||h)&&function(t,e,n,s,i){const a=R();M(a,e.x,e.y),n&&M(a,n.x,n.y),s&&("number"==typeof s?S(a,s):S(a,s.x,s.y),t.scaleX=a.a,t.scaleY=a.d),i&&P(a,i),t.transform=a}(f,s,d,l,h);break;case"repeat":(!u||l||h)&&function(t,e,n,s,i,a){const r=R();if(a)switch(P(r,a),a){case 90:M(r,s,0);break;case 180:M(r,n,s);break;case 270:M(r,0,n)}M(r,e.x,e.y),i&&(C(r,e,i),t.scaleX=t.scaleY=i),t.transform=r}(f,s,i,a,l,h);break;default:u&&!h||function(t,e,n,s,i,a){const r=R(),o=a&&180!==a,d=n.width/(o?i:s),l=n.height/(o?s:i),h="fit"===e?Math.min(d,l):Math.max(d,l),c=n.x+(n.width-s*h)/2,u=n.y+(n.height-i*h)/2;M(r,c,u),S(r,h),a&&k(r,{x:n.x+n.width/2,y:n.y+n.height/2},a),t.scaleX=t.scaleY=h,t.transform=r}(f,o,s,i,a,h)}f.width=i,f.height=a,r&&(f.opacity=r)}function T(t,e,n){if("fill"===e&&!t.__.__naturalWidth){const{__:e}=t;if(e.__naturalWidth=n.width,e.__naturalHeight=n.height,!e.__getInput("width")||!e.__getInput("height"))return t.forceUpdate("width"),!1}return!0}function W(e,n){n.target.hasEvent(e)&&n.target.emitEvent(new t.ImageEvent(e,n))}const{get:D,scale:H,copy:F}=t.MatrixHelper;function N(e,n,s){let{scaleX:i,scaleY:a}=e.__world;const r=i+"-"+a;if(n.patternId===r||e.destroyed)return!1;{n.patternId=r,i=Math.abs(i),a=Math.abs(a);const{image:e,data:o}=n,d=e.isSVG?4096:Math.min(e.width,4096),l=e.isSVG?4096:Math.min(e.height,4096);let h,c,{width:u,height:f,scaleX:g,scaleY:_,opacity:p,transform:y,mode:m}=o;g&&(c=D(),F(c,y),H(c,1/g,1/_),i*=g,a*=_),i*=s,a*=s,u*=i,f*=a,(u>d||f>l)&&(h=Math.max(u/d,f/l)),h&&(i/=h,a/=h,u/=h,f/=h),g&&(i/=g,a/=_),(y||1!==i||1!==a)&&(c||(c=D(),y&&F(c,y)),H(c,1/i,1/a));const v=t.Platform.canvas.createPattern(e.getCanvas(u<1?1:u,f<1?1:f,p),"repeat"===m?"repeat":t.Platform.origin.noRepeat||"no-repeat");try{n.transform&&(n.transform=null),c&&(v.setTransform?v.setTransform(c):n.transform=c)}catch(t){n.transform=c}return n.style=v,!0}}function j(e,n,i,a){const{scaleX:r,scaleY:o}=e.__world;if(i.data&&i.patternId!==r+"-"+o){if(a)if(i.image.isSVG&&"repeat"!==i.data.mode){let{width:t,height:e}=i.data;t*=r*n.pixelRatio,e*=o*n.pixelRatio,a=t>4096||e>4096}else a=!1;if(a){n.save(),n.clip();const{data:t}=i;return i.blendMode&&(n.blendMode=i.blendMode),t.opacity&&(n.opacity*=t.opacity),t.transform&&n.transform(t.transform),n.drawImage(i.image.view,0,0,t.width,t.height),n.restore(),!0}return i.style?i.patternTask||(i.patternTask=t.ImageManager.patternTasker.add((()=>s(this,void 0,void 0,(function*(){i.patternTask=null,n.bounds.hit(e.__world)&&N(e,i,n.pixelRatio),e.forceUpdate("surface")}))),300)):N(e,i,n.pixelRatio),!1}return!1}function U(e,n){const s="fill"===e?n._fill:n._stroke;if(s instanceof Array){let i,a,r,o;for(let d=0,l=s.length;d<l;d++)i=s[d].image,o=i&&i.url,o&&(a||(a={}),a[o]=!0,t.ImageManager.recycle(i),i.loading&&(r||(r=n.__input&&n.__input[e]||[],r instanceof Array||(r=[r])),i.unload(s[d].loadId,!r.some((t=>t.url===o)))));return a}return null}function Y(t,e){let n;const{rows:s,decorationY:i,decorationHeight:a}=t.__.__textDrawData;for(let t=0,r=s.length;t<r;t++)n=s[t],n.text?e.fillText(n.text,n.x,n.y):n.data&&n.data.forEach((t=>{e.fillText(t.char,t.x,n.y)})),i&&e.fillRect(n.x,n.y+i,n.width,a)}function V(t,e,n,s){const{strokeAlign:i}=e.__,a="string"!=typeof t;switch(i){case"center":n.setStroke(a?void 0:t,e.__.strokeWidth,e.__),a?X(t,!0,e,n):G(e,n);break;case"inside":q("inside",t,a,e,n,s);break;case"outside":q("outside",t,a,e,n,s)}}function q(t,e,n,s,i,a){const{strokeWidth:r,__font:o}=s.__,d=i.getSameCanvas(!0);d.setStroke(n?void 0:e,2*r,s.__),d.font=o,n?X(e,!0,s,d):G(s,d),d.blendMode="outside"===t?"destination-out":"destination-in",Y(s,d),d.blendMode="normal",s.__hasMirror||a.matrix?i.copyWorldByReset(d):i.copyWorldToInner(d,s.__world,s.__layout.renderBounds),d.recycle()}function G(t,e){let n;const{rows:s,decorationY:i,decorationHeight:a}=t.__.__textDrawData;for(let t=0,r=s.length;t<r;t++)n=s[t],n.text?e.strokeText(n.text,n.x,n.y):n.data&&n.data.forEach((t=>{e.strokeText(t.char,t.x,n.y)})),i&&e.strokeRect(n.x,n.y+i,n.width,a)}function X(t,e,n,s){let i;for(let a=0,r=t.length;a<r;a++)i=t[a],i.image&&j(n,s,i,!1)||i.style&&(s.strokeStyle=i.style,i.blendMode?(s.saveBlendMode(i.blendMode),e?G(n,s):s.stroke(),s.restoreBlendMode()):e?G(n,s):s.stroke())}const{getSpread:z,getOuterOf:Q,getByMove:Z,getIntersectData:K}=t.BoundsHelper;const $={x:.5,y:0},J={x:.5,y:1};function tt(t,e,s){let i;for(let a=0,r=e.length;a<r;a++)i=e[a],t.addColorStop(i.offset,n.ColorConvert.string(i.color,s))}const{set:et,getAngle:nt,getDistance:st}=t.PointHelper,{get:it,rotateOfOuter:at,scaleOfOuter:rt}=t.MatrixHelper,ot={x:.5,y:.5},dt={x:.5,y:1},lt={},ht={};const{set:ct,getAngle:ut,getDistance:ft}=t.PointHelper,{get:gt,rotateOfOuter:_t,scaleOfOuter:pt}=t.MatrixHelper,yt={x:.5,y:.5},mt={x:.5,y:1},vt={},wt={};let xt;function Bt(e,s,i){if("object"!=typeof s||!1===s.visible||0===s.opacity)return;const{boxBounds:a}=i.__layout;switch(s.type){case"solid":let{type:r,blendMode:o,color:d,opacity:l}=s;return{type:r,blendMode:o,style:n.ColorConvert.string(d,l)};case"image":return function(e,n,s,i,a){const r={type:s.type},o=r.image=t.ImageManager.get(s),d=(a||o.loading)&&{target:e,image:o,attrName:n,attrValue:s};return o.ready?(T(e,n,o)&&O(r,o,s,i),a&&(W(t.ImageEvent.LOAD,d),W(t.ImageEvent.LOADED,d))):o.error?a&&(e.forceUpdate("surface"),d.error=o.error,W(t.ImageEvent.ERROR,d)):(a&&W(t.ImageEvent.LOAD,d),r.loadId=o.load((()=>{e.destroyed||(T(e,n,o)&&(O(r,o,s,i),e.forceUpdate("surface")),W(t.ImageEvent.LOADED,d))}),(n=>{e.forceUpdate("surface"),d.error=n,W(t.ImageEvent.ERROR,d)}))),r}(i,e,s,a,!xt||!xt[s.url]);case"linear":return function(e,n){let{from:s,to:i,type:a,blendMode:r,opacity:o}=e;s||(s=$),i||(i=J);const d=t.Platform.canvas.createLinearGradient(n.x+s.x*n.width,n.y+s.y*n.height,n.x+i.x*n.width,n.y+i.y*n.height);tt(d,e.stops,o);const l={type:a,style:d};return r&&(l.blendMode=r),l}(s,a);case"radial":return function(e,n){let{from:s,to:i,type:a,opacity:r,blendMode:o,stretch:d}=e;s||(s=ot),i||(i=dt);const{x:l,y:h,width:c,height:u}=n;let f;et(lt,l+s.x*c,h+s.y*u),et(ht,l+i.x*c,h+i.y*u),(c!==u||d)&&(f=it(),rt(f,lt,c/u*(d||1),1),at(f,lt,nt(lt,ht)+90));const g=t.Platform.canvas.createRadialGradient(lt.x,lt.y,0,lt.x,lt.y,st(lt,ht));tt(g,e.stops,r);const _={type:a,style:g,transform:f};return o&&(_.blendMode=o),_}(s,a);case"angular":return function(e,n){let{from:s,to:i,type:a,opacity:r,blendMode:o,stretch:d}=e;s||(s=yt),i||(i=mt);const{x:l,y:h,width:c,height:u}=n;ct(vt,l+s.x*c,h+s.y*u),ct(wt,l+i.x*c,h+i.y*u);const f=gt(),g=ut(vt,wt);t.Platform.conicGradientRotate90?(pt(f,vt,c/u*(d||1),1),_t(f,vt,g+90)):(pt(f,vt,1,c/u*(d||1)),_t(f,vt,g));const _=t.Platform.conicGradientSupport?t.Platform.canvas.createConicGradient(0,vt.x,vt.y):t.Platform.canvas.createRadialGradient(vt.x,vt.y,0,vt.x,vt.y,ft(vt,wt));tt(_,e.stops,r);const p={type:a,style:_,transform:f};return o&&(p.blendMode=o),p}(s,a);default:return s.r?{type:"solid",style:n.ColorConvert.string(s)}:void 0}}var Et=Object.freeze({__proto__:null,compute:function(t,e){const s=[],i=e.__;let a,r,o=i.__input[t];o instanceof Array||(o=[o]),xt=U(t,i);for(let n=0,i=o.length;n<i;n++)a=Bt(t,o[n],e),a&&s.push(a);if(i["_"+t]=s.length?s:void 0,1===o.length){const t=o[0];"image"===t.type&&(r=n.ImageManager.isPixel(t))}"fill"===t?i.__pixelFill=r:i.__pixelStroke=r},drawTextStroke:G,fill:function(t,e,n){n.fillStyle=t,e.__.__font?Y(e,n):e.__.windingRule?n.fill(e.__.windingRule):n.fill()},fillText:Y,fills:function(t,e,n){let s;const{windingRule:i,__font:a}=e.__;for(let r=0,o=t.length;r<o;r++)s=t[r],s.image&&j(e,n,s,!a)||s.style&&(n.fillStyle=s.style,s.transform?(n.save(),n.transform(s.transform),s.blendMode&&(n.blendMode=s.blendMode),a?Y(e,n):i?n.fill(i):n.fill(),n.restore()):s.blendMode?(n.saveBlendMode(s.blendMode),a?Y(e,n):i?n.fill(i):n.fill(),n.restoreBlendMode()):a?Y(e,n):i?n.fill(i):n.fill())},recycleImage:U,shape:function(t,e,n){const s=e.getSameCanvas();let i,a,r,o;const{__world:d}=t;let{scaleX:l,scaleY:h}=d;if(l<0&&(l=-l),h<0&&(h=-h),e.bounds.includes(d,n.matrix))n.matrix?(l*=n.matrix.a,h*=n.matrix.d,i=r=Q(d,n.matrix)):i=r=d,o=s;else{const{renderShapeSpread:s}=t.__layout,c=K(s?z(e.bounds,s*l,s*h):e.bounds,d,n.matrix);a=e.bounds.getFitMatrix(c),a.a<1&&(o=e.getSameCanvas(),t.__renderShape(o,n),l*=a.a,h*=a.d),r=Q(d,a),i=Z(r,-a.e,-a.f),n.matrix&&a.multiply(n.matrix),n=Object.assign(Object.assign({},n),{matrix:a})}return t.__renderShape(s,n),{canvas:s,matrix:a,bounds:i,worldCanvas:o,shapeBounds:r,scaleX:l,scaleY:h}},stroke:function(t,e,n,s){const i=e.__,{strokeWidth:a,strokeAlign:r,__font:o}=i;if(a)if(o)V(t,e,n,s);else switch(r){case"center":n.setStroke(t,a,i),n.stroke();break;case"inside":n.save(),n.setStroke(t,2*a,i),i.windingRule?n.clip(i.windingRule):n.clip(),n.stroke(),n.restore();break;case"outside":const r=n.getSameCanvas(!0);r.setStroke(t,2*a,e.__),e.__drawRenderPath(r),r.stroke(),i.windingRule?r.clip(i.windingRule):r.clip(),r.clearWorld(e.__layout.renderBounds),e.__hasMirror||s.matrix?n.copyWorldByReset(r):n.copyWorldToInner(r,e.__world,e.__layout.renderBounds),r.recycle()}},strokeText:V,strokes:function(t,e,n,s){const i=e.__,{strokeWidth:a,strokeAlign:r,__font:o}=i;if(a)if(o)V(t,e,n,s);else switch(r){case"center":n.setStroke(void 0,a,i),X(t,!1,e,n);break;case"inside":n.save(),n.setStroke(void 0,2*a,i),i.windingRule?n.clip(i.windingRule):n.clip(),X(t,!1,e,n),n.restore();break;case"outside":const{renderBounds:r}=e.__layout,o=n.getSameCanvas(!0);e.__drawRenderPath(o),o.setStroke(void 0,2*a,e.__),X(t,!1,e,o),i.windingRule?o.clip(i.windingRule):o.clip(),o.clearWorld(r),e.__hasMirror||s.matrix?n.copyWorldByReset(o):n.copyWorldToInner(o,e.__world,r),o.recycle()}}});const{copy:bt,toOffsetOutBounds:Lt}=t.BoundsHelper,Rt={},kt={};function Mt(e,n,s,i){const{bounds:a,shapeBounds:r}=i;if(t.Platform.fullImageShadow){if(bt(Rt,e.bounds),Rt.x+=n.x-r.x,Rt.y+=n.y-r.y,s){const{matrix:t}=i;Rt.x-=(a.x+(t?t.e:0)+a.width/2)*(s-1),Rt.y-=(a.y+(t?t.f:0)+a.height/2)*(s-1),Rt.width*=s,Rt.height*=s}e.copyWorld(i.canvas,e.bounds,Rt)}else s&&(bt(Rt,n),Rt.x-=n.width/2*(s-1),Rt.y-=n.height/2*(s-1),Rt.width*=s,Rt.height*=s),e.copyWorld(i.canvas,r,s?Rt:n)}const{toOffsetOutBounds:Ct}=t.BoundsHelper,St={};var Pt=Object.freeze({__proto__:null,blur:function(t,e,n){const{blur:s}=t.__;n.setWorldBlur(s*t.__world.a),n.copyWorldToInner(e,t.__world,t.__layout.renderBounds),n.filter="none"},innerShadow:function(t,e,n,s){let i,a;const{__world:r,__layout:o}=t,{innerShadow:d}=t.__,{worldCanvas:l,bounds:h,shapeBounds:c,scaleX:u,scaleY:f}=n,g=e.getSameCanvas(),_=d.length-1;Ct(h,St),d.forEach(((d,p)=>{g.save(),g.setWorldShadow(St.offsetX+d.x*u,St.offsetY+d.y*f,d.blur*u),a=d.spread?1-2*d.spread/(o.boxBounds.width+2*(o.strokeBoxSpread||0)):0,Mt(g,St,a,n),g.restore(),l?(g.copyWorld(g,h,r,"copy"),g.copyWorld(l,r,r,"source-out"),i=r):(g.copyWorld(n.canvas,c,h,"source-out"),i=h),g.fillWorld(i,d.color,"source-in"),t.__hasMirror||s.matrix?e.copyWorldByReset(g,i,r,d.blendMode):e.copyWorldToInner(g,i,o.renderBounds,d.blendMode),_&&p<_&&g.clear()})),g.recycle()},shadow:function(t,e,n,s){let i,a;const{__world:r,__layout:o}=t,{shadow:d}=t.__,{worldCanvas:l,bounds:h,shapeBounds:c,scaleX:u,scaleY:f}=n,g=e.getSameCanvas(),_=d.length-1;Lt(h,kt),d.forEach(((d,p)=>{g.setWorldShadow(kt.offsetX+d.x*u,kt.offsetY+d.y*f,d.blur*u,d.color),a=d.spread?1+2*d.spread/(o.boxBounds.width+2*(o.strokeBoxSpread||0)):0,Mt(g,kt,a,n),i=h,d.box&&(g.restore(),g.save(),l&&(g.copyWorld(g,h,r,"copy"),i=r),l?g.copyWorld(l,r,r,"destination-out"):g.copyWorld(n.canvas,c,h,"destination-out")),t.__hasMirror||s.matrix?e.copyWorldByReset(g,i,r,d.blendMode):e.copyWorldToInner(g,i,o.renderBounds,d.blendMode),_&&p<_&&g.clear()})),g.recycle()}});const It=">)]}%!?,.:;'\"》)」〉』〗】〕}┐>’”!?,、。:;‰",At=It+"_#~&*+\\=|≮≯≈≠=…",Ot=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 Tt(t){const e={};return t.split("").forEach((t=>e[t]=!0)),e}const Wt=Tt("ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyz"),Dt=Tt("{[(<'\"《(「〈『〖【〔{┌<‘“=¥¥$€££¢¢"),Ht=Tt(It),Ft=Tt(At),Nt=Tt("- —/~|┆·");var jt;!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"}(jt||(jt={}));const{Letter:Ut,Single:Yt,Before:Vt,After:qt,Symbol:Gt,Break:Xt}=jt;function zt(t){return Wt[t]?Ut:Nt[t]?Xt:Dt[t]?Vt:Ht[t]?qt:Ft[t]?Gt:Ot.test(t)?Yt:Ut}const Qt={trimRight(t){const{words:e}=t;let n,s=0,i=e.length;for(let a=i-1;a>-1&&(n=e[a].data[0]," "===n.char);a--)s++,t.width-=n.width;s&&e.splice(i-s,s)}};function Zt(t,e,n){switch(e){case"title":return n?t.toUpperCase():t;case"upper":return t.toUpperCase();case"lower":return t.toLowerCase();default:return t}}const{trimRight:Kt}=Qt,{Letter:$t,Single:Jt,Before:te,After:ee,Symbol:ne,Break:se}=jt;let ie,ae,re,oe,de,le,he,ce,ue,fe,ge,_e,pe,ye,me,ve,we=[];function xe(t,e){ue&&!ce&&(ce=ue),ie.data.push({char:t,width:e}),re+=e}function Be(){oe+=re,ie.width=re,ae.words.push(ie),ie={data:[]},re=0}function Ee(){ye&&(me.paraNumber++,ae.paraStart=!0,ye=!1),ue&&(ae.startCharSize=ce,ae.endCharSize=ue,ce=0),ae.width=oe,ve.width&&Kt(ae),we.push(ae),ae={words:[]},oe=0}const be={getDrawData(e,n){"string"!=typeof e&&(e=String(e));let s=0,i=0,a=n.__getInput("width")||0,r=n.__getInput("height")||0;const{textDecoration:o,__font:d,padding:l}=n;if(l){const[e,n,o,d]=t.MathHelper.fourNumber(l);a&&(s=d,a-=n+d),r&&(i=e,r-=e+o)}const h={bounds:{x:s,y:i,width:a,height:r},rows:[],paraNumber:0,font:t.Platform.canvas.font=d};return function(e,n,s){me=e,we=e.rows,ve=e.bounds;const{__letterSpacing:i,paraIndent:a,textCase:r}=s,{canvas:o}=t.Platform,{width:d,height:l}=ve;if(d||l||i||"none"!==r){const t="none"!==s.textWrap,e="break"===s.textWrap;ye=!0,ge=null,ce=he=ue=re=oe=0,ie={data:[]},ae={words:[]};for(let s=0,l=n.length;s<l;s++)le=n[s],"\n"===le?(re&&Be(),ae.paraEnd=!0,Ee(),ye=!0):(fe=zt(le),fe===$t&&"none"!==r&&(le=Zt(le,r,!re)),he=o.measureText(le).width,i&&(i<0&&(ue=he),he+=i),_e=fe===Jt&&(ge===Jt||ge===$t)||ge===Jt&&fe!==ee,pe=!(fe!==te&&fe!==Jt||ge!==ne&&ge!==ee),de=ye&&a?d-a:d,t&&d&&oe+re+he>de&&(e?(re&&Be(),Ee()):(pe||(pe=fe===$t&&ge==ee),_e||pe||fe===se||fe===te||fe===Jt||re+he>de?(re&&Be(),Ee()):Ee()))," "===le&&!0!==ye&&oe+re===0||(fe===se?(" "===le&&re&&Be(),xe(le,he),Be()):_e||pe?(re&&Be(),xe(le,he)):xe(le,he)),ge=fe);re&&Be(),oe&&Ee(),we.length>0&&(we[we.length-1].paraEnd=!0)}else n.split("\n").forEach((t=>{me.paraNumber++,we.push({x:a||0,text:t,width:o.measureText(t).width,paraStart:!0})}))}(h,e,n),function(t,e){const{rows:n,bounds:s}=t,{__lineHeight:i,__baseLine:a,__letterSpacing:r,__clipText:o,textAlign:d,verticalAlign:l,paraSpacing:h}=e;let c,u,f,{x:g,y:_,width:p,height:y}=s,m=i*n.length+(h?h*(t.paraNumber-1):0),v=a;if(o&&m>y)m=Math.max(y,i),t.overflow=n.length;else switch(l){case"middle":_+=(y-m)/2;break;case"bottom":_+=y-m}v+=_;for(let a=0,l=n.length;a<l;a++){switch(c=n[a],c.x=g,d){case"center":c.x+=(p-c.width)/2;break;case"right":c.x+=p-c.width}c.paraStart&&h&&a>0&&(v+=h),c.y=v,v+=i,t.overflow>a&&v>m&&(c.isOverflow=!0,t.overflow=a+1),u=c.x,f=c.width,r<0&&(c.width<0?(f=-c.width+e.fontSize+r,u-=f,f+=e.fontSize):f-=r),u<s.x&&(s.x=u),f>s.width&&(s.width=f),o&&p&&p<f&&(c.isOverflow=!0,t.overflow||(t.overflow=n.length))}s.y=_,s.height=m}(h,n),function(t,e,n,s){const{rows:i}=t,{textAlign:a,paraIndent:r,letterSpacing:o}=e;let d,l,h,c,u;i.forEach((t=>{t.words&&(h=r&&t.paraStart?r:0,l=n&&"justify"===a&&t.words.length>1?(n-t.width-h)/(t.words.length-1):0,c=o||t.isOverflow?0:l>.01?1:2,t.isOverflow&&!o&&(t.textMode=!0),2===c?(t.x+=h,function(t){t.text="",t.words.forEach((e=>{e.data.forEach((e=>{t.text+=e.char}))}))}(t)):(t.x+=h,d=t.x,t.data=[],t.words.forEach((e=>{1===c?(u={char:"",x:d},d=function(t,e,n){return t.forEach((t=>{n.char+=t.char,e+=t.width})),e}(e.data,d,u)," "!==u.char&&t.data.push(u)):d=function(t,e,n){return t.forEach((t=>{" "!==t.char&&(t.x=e,n.push(t)),e+=t.width})),e}(e.data,d,t.data),!t.paraEnd&&l&&(d+=l,t.width+=l)}))),t.words=null)}))}(h,n,a),h.overflow&&function(e,n){const{rows:s,overflow:i}=e;let{textOverflow:a}=n;if(s.splice(i),"hide"!==a){let e,r;"ellipsis"===a&&(a="...");const o=t.Platform.canvas.measureText(a).width,d=n.x+n.width-o;("none"===n.textWrap?s:[s[i-1]]).forEach((t=>{if(t.isOverflow&&t.data){let n=t.data.length-1;for(let s=n;s>-1&&(e=t.data[s],r=e.x+e.width,!(s===n&&r<d));s--){if(r<d&&" "!==e.char){t.data.splice(s+1),t.width-=e.width;break}t.width-=e.width}t.width+=o,t.data.push({char:a,x:r}),t.textMode&&function(t){t.text="",t.data.forEach((e=>{t.text+=e.char})),t.data=null}(t)}}))}}(h,n),"none"!==o&&function(t,e){const{fontSize:n}=e;switch(t.decorationHeight=n/11,e.textDecoration){case"under":t.decorationY=.15*n;break;case"delete":t.decorationY=.35*-n}}(h,n),h}},Le={string(t,e){if("string"==typeof t)return t;let n=void 0===t.a?1:t.a;e&&(n*=e);const s=t.r+","+t.g+","+t.b;return 1===n?"rgb("+s+")":"rgba("+s+","+n+")"}},Re={export(e,n,i){return function(e){ke||(ke=new t.TaskProcessor);return new Promise((t=>{ke.add((()=>s(this,void 0,void 0,(function*(){return yield e(t)}))),{parallel:!1})}))}((t=>new Promise((a=>{const{leafer:r}=e;r?r.waitViewCompleted((()=>s(this,void 0,void 0,(function*(){let e,s,o,{canvas:d}=r,{unreal:l}=d;switch(l&&(d=d.getSameCanvas(),d.backgroundColor=r.config.fill,r.__render(d,{})),typeof i){case"object":i.quality&&(e=i.quality),i.blob&&(s=!0);break;case"number":e=i;break;case"boolean":s=i}o=n.includes(".")?yield d.saveAs(n,e):s?yield d.toBlob(n,e):yield d.toDataURL(n,e),t({data:o}),a(),l&&d.recycle()})))):(t({data:!1}),a())}))))}};let ke;Object.assign(n.Paint,Et),Object.assign(n.Effect,Pt),Object.assign(n.TextConvert,be),Object.assign(n.ColorConvert,Le),Object.assign(n.Export,Re),Object.defineProperty(exports,"LeaferImage",{enumerable:!0,get:function(){return t.LeaferImage}}),exports.Layouter=y,exports.LeaferCanvas=E,exports.Renderer=v,exports.Selector=B,exports.Watcher=i,exports.useCanvas=function(n,i){if(t.Platform.canvasType=n,!t.Platform.origin){if("skia"===n){const{Canvas:e,loadImage:n}=i;t.Platform.origin={createCanvas:(t,n,s)=>new e(t,n,s),canvasToDataURL:(t,e,n)=>t.toDataURLSync(e,{quality:n}),canvasToBolb:(t,e,n)=>t.toBuffer(e,{quality:n}),canvasSaveAs:(t,e,n)=>t.saveAs(e,{quality:n}),loadImage:n},t.Platform.roundRectPatch=!0}else if("napi"===n){const{Canvas:n,loadImage:a}=i;t.Platform.origin={createCanvas:(t,e,s)=>new n(t,e,s),canvasToDataURL:(t,e,n)=>t.toDataURL(b(e),n),canvasToBolb:(t,e,n)=>s(this,void 0,void 0,(function*(){return t.toBuffer(b(e),n)})),canvasSaveAs:(t,n,i)=>s(this,void 0,void 0,(function*(){return e.writeFileSync(n,t.toBuffer(b(L(n)),i))})),loadImage:a}}t.Platform.ellipseToCurve=!0,t.Platform.event={stopDefault(t){},stopNow(t){},stop(t){}},t.Platform.canvas=t.Creator.canvas()}},Object.keys(t).forEach((function(e){"default"===e||Object.prototype.hasOwnProperty.call(exports,e)||Object.defineProperty(exports,e,{enumerable:!0,get:function(){return t[e]}})})),Object.keys(n).forEach((function(t){"default"===t||Object.prototype.hasOwnProperty.call(exports,t)||Object.defineProperty(exports,t,{enumerable:!0,get:function(){return n[t]}})}));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@leafer-ui/node",
|
|
3
|
-
"version": "1.0.0-rc.
|
|
3
|
+
"version": "1.0.0-rc.6",
|
|
4
4
|
"description": "@leafer-ui/node",
|
|
5
5
|
"author": "Chao (Leafer) Wan",
|
|
6
6
|
"license": "MIT",
|
|
@@ -8,7 +8,8 @@
|
|
|
8
8
|
"main": "dist/core.esm.js",
|
|
9
9
|
"exports": {
|
|
10
10
|
"import": "./dist/node.esm.js",
|
|
11
|
-
"require": "./dist/node.cjs"
|
|
11
|
+
"require": "./dist/node.cjs",
|
|
12
|
+
"types": "./types/index.d.ts"
|
|
12
13
|
},
|
|
13
14
|
"types": "types/index.d.ts",
|
|
14
15
|
"files": [
|
|
@@ -29,10 +30,10 @@
|
|
|
29
30
|
"leaferjs"
|
|
30
31
|
],
|
|
31
32
|
"dependencies": {
|
|
32
|
-
"@leafer/node": "1.0.0-rc.
|
|
33
|
-
"@leafer-ui/core": "1.0.0-rc.
|
|
34
|
-
"@leafer-ui/partner": "1.0.0-rc.
|
|
35
|
-
"@leafer-ui/interface": "1.0.0-rc.
|
|
36
|
-
"leafer-in": "1.0.0-rc.
|
|
33
|
+
"@leafer/node": "1.0.0-rc.6",
|
|
34
|
+
"@leafer-ui/core": "1.0.0-rc.6",
|
|
35
|
+
"@leafer-ui/partner": "1.0.0-rc.6",
|
|
36
|
+
"@leafer-ui/interface": "1.0.0-rc.6",
|
|
37
|
+
"leafer-in": "1.0.0-rc.6"
|
|
37
38
|
}
|
|
38
39
|
}
|