@hatiolab/things-scene 10.1.2 → 10.1.3
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/things-scene.mjs
CHANGED
|
@@ -47,5 +47,5 @@ import t from"dompurify";import*as e from"three";import{Color as n,LinearSRGBCol
|
|
|
47
47
|
</button>`:z}
|
|
48
48
|
${n?I`<button class="closable" @click=${this.closeContainer}>close</button>`:z}
|
|
49
49
|
</div>
|
|
50
|
-
`,this.element)}catch(t){}}onchangeMinimized(){const{minimized:t}=this.state;t?this.setState("height",24):this.setState("height",this.get("height"))}}Ym=new WeakMap,Tc.memoize(Xm.prototype,"bounds",!0),Tc.register("container",Xm);const qm=Math.sqrt(3),Km=2;function Qm(t,e,n,i,s){const r=5+s,o=n.x,a=n.y,c=i.x,l=i.y;if(Math.abs(o-c)>r&&Math.abs(a-l)>r){const n=(l-a)/(c-o),i=a-n*o;if(Math.abs(e-(n*t+i))>r)return!1}let h,d,u,p;return o>c?(d=o,h=c):(d=c,h=o),a>l?(p=a,u=l):(p=l,u=a),!(d+5<t)&&(!(h-5>t)&&(!(p+5<e)&&!(u-5>e)))}function Zm(t,e,n,i=2){for(let s=0;s<n.length-1;s++)if(Qm(t,e,n[s],n[s+1],i))return!0;return!1}function Jm(t,e,n,i){if("arrow"!=t.slice(-5))return n;const s=Math.atan2(i.y-n.y,i.x-n.x),r=1.5*e;return{x:n.x+Math.cos(s)*r,y:n.y+Math.sin(s)*r}}function tg(t,e,n){let{lineWidth:i=Km,strokeStyle:s="#000000",lineCap:r=!1,alpha:o=1,begin:a="none",end:c="none",beginSize:l="size5",endSize:h="size5"}=n;if(("none"!=a||"none"!=c)&&(i=Number(i)||Km,t.lineCap=r,t.lineWidth=i,t.strokeStyle=s,t.fillStyle=s,t.globalAlpha*=o,"none"!=a&&eg(t,e[0],e[1],i,a,ng(l,i)),"none"!=c)){const n=e.length;eg(t,e[n-1],e[n-2],i,c,ng(h,i))}}function eg(t,e,n,i,s,r){const{x:o,y:a}=e,c=Math.atan2(n.y-a,n.x-o);switch(t.beginPath(),t.translate(o,a),t.rotate(c),s){case"oval":t.ellipse(0,0,r.X,r.Y,0,0,2*Math.PI),t.fill();break;case"diamond":t.moveTo(-r.X,0),t.lineTo(0,-r.Y),t.lineTo(r.X,0),t.lineTo(0,r.Y),t.fill();break;case"arrow":t.moveTo(0,0),t.lineTo(qm*r.X,-r.Y),t.lineTo(qm*r.X,r.Y),t.fill();break;case"sharp-arrow":t.moveTo(0,0),t.lineTo(qm*r.X,-r.Y),t.lineTo(-r.X/1.5+qm*r.X,0),t.lineTo(qm*r.X,r.Y),t.fill();break;case"open-arrow":t.moveTo(qm*r.X+i,-r.Y),t.lineTo(i,0),t.lineTo(qm*r.X+i,r.Y),t.stroke();break;case"cross":t.moveTo(-r.X,-r.Y),t.lineTo(r.X,r.Y),t.moveTo(r.X,-r.Y),t.lineTo(-r.X,r.Y),t.stroke()}t.rotate(-c),t.translate(-o,-a),t.closePath()}function ng(t,e){const n={X:0,Y:0};switch(e*=1.2,t){case"size1":n.X=e,n.Y=e;break;case"size2":n.X=1.5*e,n.Y=e;break;case"size3":n.X=2*e,n.Y=e;break;case"size4":n.X=e,n.Y=1.5*e;break;case"size5":default:n.X=1.5*e,n.Y=1.5*e;break;case"size6":n.X=2*e,n.Y=1.5*e;break;case"size7":n.X=e,n.Y=2*e;break;case"size8":n.X=1.5*e,n.Y=2*e;break;case"size9":n.X=2*e,n.Y=2*e}return n}const ig="N",sg="S",rg="E",og="W";class ag{constructor({component:t,anchor:e,position:n,self:i}){this.component=t,this._anchorName=e,this._position=n,this.self=i}get position(){const t=this.anchor;if(t){const{position:e}=t,n=this.component.toScene(e.x,e.y);return this.self.transcoordT2P(n.x,n.y)}return this._position}set position({x:t,y:e}){this._position={x:t,y:e}}get anchor(){return this.component?.findAnchor(this._anchorName)}get direction(){const t=this.component.bounds,e=this.anchor;if(!e)return rg;const n=e.position;return n.y<=t.top?ig:n.y>=t.top+t.height?sg:n.x<=t.left?og:rg}get boundaryPosition(){const t=this.anchor;if(t){let{position:e}=t,n=0,i=0;switch(this.direction){case sg:i=20;break;case ig:i=-20;break;case og:n=-20;break;default:n=20}e={x:e.x+n,y:e.y+i};const s=this.component.toScene(e.x,e.y);return this.self.transcoordT2P(s.x,s.y)}}}class cg extends Tc{isLine(){return!0}is3dish(){return!0}replaceRefids(t){["from","to"].forEach(e=>{const n=this.get(e);if(n?.component){const i=t.get(n.component)||n.component;this.set(e,{...n,component:i})}})}get fromEnd(){if(this.parent&&!this._fromEnd){const{component:t,anchor:e,position:n}=this.getState("from")||{};if(!t)return;const i=this.root?.findByRefid?.(t);if(!i)return;this._fromEnd=new ag({component:i,fromto:"from",anchor:e,position:n,self:this})}return this._fromEnd}get from(){return this.getState("from")}set from(t){delete this._fromEnd,this.set("from",t)}get toEnd(){if(this.parent&&!this._toEnd){const{component:t,anchor:e,position:n}=this.getState("to")||{};if(!t)return;const i=this.root?.findByRefid?.(t);if(!i)return;this._toEnd=new ag({component:i,fromto:"to",anchor:e,position:n,self:this})}return this._toEnd}get to(){return this.getState("to")}set to(t){delete this._toEnd,this.set("to",t)}move({x:t,y:e},n){n&&(this.from={position:this._fromEnd?.position||this.getState("from")?.position||{x:0,y:0}},this.to={position:this._toEnd?.position||this.getState("to")?.position||{x:0,y:0}}),super.move({x:t,y:e})}render(t){const{begin:e="none",end:n="none",lineWidth:i,round:s=0}=this.state;let r=this.drawPath;tg(t,r,this.state),t.beginPath();const o=Jm(e,i,r[0],r[1]),a=Jm(n,i,r[r.length-1],r[r.length-2]),c=r[0];r=[o,...r.slice(1,-1),a];let l={x:o.x,y:o.y};if(t.moveTo(o.x,o.y),r.length>=2&&Kr(c)){const e=r[1],n=to(e,s),i=Math.sqrt((o.x-e.x)**2+(o.y-e.y)**2),a=0!==i?Math.atan2(o.x-e.x,o.y-e.y):0,l=Math.sin(a)*Math.min(n,i/2)+e.x,h=Math.cos(a)*Math.min(n,i/2)+e.y,d=Qr({x:o.x,y:o.y},{x:l,y:h},c.bulge);d&&t.arc(d.cx,d.cy,d.radius,d.startAngle,d.endAngle,d.clockwise)}for(let e=1;e<r.length;e++){const n=l;l=r[e];const i=r[e+1];if(n.x===l.x&&n.y===l.y)continue;if(!i){t.lineTo(l.x,l.y);break}const o=to(l,s);let a=Math.sqrt((n.x-l.x)*(n.x-l.x)+(n.y-l.y)*(n.y-l.y)),c=0!==a?Math.atan2(n.x-l.x,n.y-l.y):0,h=Math.sin(c)*Math.min(o,a/2)+l.x,d=Math.cos(c)*Math.min(o,a/2)+l.y;const u=o>0||0!==a?{x:h,y:d}:l;a=Math.sqrt((i.x-l.x)*(i.x-l.x)+(i.y-l.y)*(i.y-l.y)),c=0!==a?Math.atan2(i.x-l.x,i.y-l.y):0,h=Math.sin(c)*Math.min(o,a/2)+l.x,d=Math.cos(c)*Math.min(o,a/2)+l.y;const p=o>0||0!==a?{x:h,y:d}:l;if(t.lineTo(u.x,u.y),o>0&&t.quadraticCurveTo(l.x,l.y,p.x,p.y),Kr(l)){const e=to(i,s),n=Math.sqrt((l.x-i.x)**2+(l.y-i.y)**2),r=0!==n?Math.atan2(l.x-i.x,l.y-i.y):0,o=Math.sin(r)*Math.min(e,n/2)+i.x,a=Math.cos(r)*Math.min(e,n/2)+i.y,c=Qr({x:p.x,y:p.y},{x:o,y:a},l.bulge);c&&t.arc(c.cx,c.cy,c.radius,c.startAngle,c.endAngle,c.clockwise)}}this.drawStroke(t,void 0)}contains(t,e){const{lineWidth:n}=this.state;return Zm(t,e,this.drawPath,n)}get resizable(){return!1}get mutable(){return!0}get rotatable(){return!1}get path(){const{from:t,to:e}=this.state,{x1:n,y1:i,x2:s,y2:r}=this.state;return[this.fromEnd?.position||t?.position||{x:n,y:i},this.toEnd?.position||e?.position||{x:s,y:r}]}set path(t){const[e,n]=t,{from:i,to:s}=this.state;delete this._fromEnd,delete this._toEnd,this.set({from:{...i,position:e},to:{...s,position:n}})}get textBounds(){const t=this.drawPath;let e,n,i=0;for(let s=1;s<t.length;s++){const r=t[s-1],o=t[s],a=(r.x-o.x)*(r.x-o.x)+(r.y-o.y)*(r.y-o.y);a>i&&(i=Math.ceil(a),e=r,n=o)}let{paddingTop:s,paddingLeft:r,paddingRight:o,paddingBottom:a}=this.state;return a||=0,s||=0,r||=0,o||=0,{left:Math.min(e.x,n.x)+r,top:Math.min(e.y,n.y)+s,width:Math.max(Math.abs(e.x-n.x)-r-o,0),height:Math.max(Math.abs(e.y-n.y)-s-a,0)}}get decorators(){return this.app.isEditMode?["decotag"]:[]}}cg.getTipNeckPos=Jm,cg.containedInPath=Zm,cg.drawEndTips=tg,Tc.register("line",cg);const lg={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"angle",label:"start-angle",name:"startAngle",property:"startAngle"},{type:"angle",label:"end-angle",name:"endAngle",property:"endAngle"}],"value-property":"text"};class hg extends(Xf(Pc)){is3dish(){return!0}render(t){const{cx:e,cy:n,rx:i,ry:s,startAngle:r,endAngle:o,anticlockwise:a}=this.state;t.beginPath(),t.ellipse(e,n,Math.abs(i),Math.abs(s),0,r||0,o||2*Math.PI,a),void 0!==r&&void 0!==o&&(t.lineTo(e,n),t.closePath())}get path(){const{cx:t,cy:e,rx:n,ry:i}=this.state;return[{x:t-n,y:e-i},{x:t+n,y:e-i},{x:t+n,y:e+i},{x:t-n,y:e+i}]}set path(t){const e=t[0],n=t[2];this.set({cx:e.x+(n.x-e.x)/2,cy:e.y+(n.y-e.y)/2,rx:(n.x-e.x)/2,ry:(n.y-e.y)/2})}contains(t,e){const{cx:n,cy:i,rx:s,ry:r}=this.state,o=(t-n)/(2*s-.5),a=(e-i)/(2*r-.5);return o*o+a*a<.25}outline(t){return function(t,e){const{cx:n,cy:i,rx:s,ry:r}=t.model,o=2*Math.PI*e,a=n+s*Math.cos(o),c=i+r*Math.sin(o);return t.toScene(a,c)}(this,t)}get anchors(){return function(t){const{left:e,top:n,width:i,height:s}=t.bounds,r=e+i/2,o=n+s/2;return[{name:"TOP",position:{x:r,y:n}},{name:"RIGHT",position:{x:e+i,y:o}},{name:"BOTTOM",position:{x:r,y:n+s}},{name:"LEFT",position:{x:e,y:o}}]}(this)}get nature(){return lg}}Tc.memoize(hg.prototype,"path",!1),Tc.register("ellipse",hg);const dg={object:{fill:"rgba(180,180,180,0.18)",stroke:"#888888",icon:"?",label:"object"},transport:{fill:"rgba(100,180,255,0.18)",stroke:"#3a78c8",icon:"⇄",label:"transport"},facility:{fill:"rgba(160,140,220,0.18)",stroke:"#6b4ec8",icon:"◫",label:"facility"},vehicle:{fill:"rgba(120,200,140,0.18)",stroke:"#3a8c5e",icon:"⊙",label:"vehicle"},region:{fill:"rgba(220,200,100,0.18)",stroke:"#a0892a",icon:"▢",label:"region"},path:{fill:"rgba(200,140,160,0.18)",stroke:"#a0506a",icon:"⌐",label:"path"},"3d-asset":{fill:"rgba(255,180,80,0.18)",stroke:"#c87a2a",icon:"◈",label:"3D asset"}},ug=[{type:"string",label:"placeholder-label",name:"placeholderLabel",description:'사용자에게 표시할 추가 라벨 (예: "Stocker A1")'},{type:"string",label:"hint",name:"placeholderHint",description:"구체화 시 참고 — 도면의 원본 식별자 / VLM 라벨 등"}];function pg(t,e,n,i,s){const{left:r,top:o,width:a,height:c}=e,l=Math.max(a,1),h=Math.max(c,1);t.save(),t.fillStyle=n.fill,t.fillRect(r,o,l,h),t.strokeStyle=n.stroke,t.lineWidth=1.5,t.setLineDash([4,3]),t.strokeRect(r,o,l,h),t.setLineDash([]),t.restore(),Math.min(l,h)>=24&&(t.save(),t.fillStyle=n.stroke,t.font=`bold ${Math.min(20,.4*Math.min(l,h))}px Arial`,t.textAlign="center",t.textBaseline="middle",t.fillText(n.icon,r+l/2,o+h/2),t.restore());const d=i?`${n.label}: ${i}`:n.label;h>=32&&(t.save(),t.fillStyle=n.stroke,t.font="10px Arial",t.textAlign="center",t.textBaseline="bottom",t.fillText(d,r+l/2,o+h-4),t.restore()),s&&h>=40&&(t.save(),t.fillStyle=n.stroke,t.font="9px Arial",t.textAlign="right",t.textBaseline="top",t.fillText(`hint: ${s}`,r+l-4,o+4),t.restore())}const fg={mutable:!1,resizable:!0,rotatable:!0,properties:[...ug,{type:"placeholder-convert",label:"",name:"_convert"}],help:"scene/component/placeholder"};class mg extends(Dc(Pc)){get nature(){return fg}render(t){const{placeholderLabel:e,placeholderHint:n}=this.state;pg(t,this.bounds,dg.object,e,n)}}Tc.register("placeholder",mg);const gg=["placeholder"];function yg(t,e=[]){return!!t&&(!!gg.includes(t)||e.includes(t))}const bg={ondragstart:function(t,e,n){n.mutatePath(null,function(n){n.splice(e+1,0,t)})},ondragmove:function(t,e,n){n.mutatePath(null,function(n){const i=n[e+1];n[e+1]={...i||{},x:t.x,y:t.y}})},ondragend:function(t,e,n){}},_g={mutable:!0,resizable:!1,rotatable:!0,properties:[{type:"number",label:"round",name:"round",property:{min:0,max:100,step:1}}],help:"scene/component/polygon"};class vg extends Pc{is3dish(){return!0}get mutable(){return!0}get pathExtendable(){return!0}get cornerEditable(){return!0}get path(){return this.state.path??[]}set path(t){this.set("path",t)}contains(t,e){const n=this.path;let i=!1;return n.forEach((s,r)=>{const o=(r+n.length+1)%n.length,a=s.x,c=s.y,l=n[o].x,h=n[o].y;c>e!=h>e&&t<(l-a)*(e-c)/(h-c)+a&&(i=!i)}),i}get controls(){const t=this.path;return t.map((e,n)=>{const i=t[n+1>=t.length?0:n+1];return{x:(e.x+i.x)/2,y:(e.y+i.y)/2,handler:bg}})}get nature(){return _g}}Tc.memoize(vg.prototype,"controls",!1),Tc.register("polygon",vg);const xg=[];class wg extends(Xl(vg)){constructor(t,e){super(t,e),this._components=[]}replaceRefids(t){this.components.forEach(e=>e.replaceRefids(t))}get showMoveHandle(){return!0}get showOverflow(){return!1}dispose(){this.components.slice().forEach(t=>t.dispose()),super.dispose()}isContainer(){return!0}containable(t){return t.isDescendible(this)}get hasTextProperty(){return!1}get components(){return this._components}get focusible(){return!0}get layout(){return Fc.get(this.get("layout"))||Hc}reflow(){this.layout.reflow(this),this.components&&this.components.forEach(t=>{t.isContainer()&&t.reflow()})}get hierarchy(){const t=super.hierarchy;return this.components?.length&&(t.components=this.components.map(t=>t.hierarchy)),t}reparent(t,e={}){t&&t.parent!==this&&this.addComponent(t,{silent:!0})}addComponent(t,e=!1){const{ghost:n=!1,silent:i=!1}="boolean"==typeof e?{ghost:e}:e,s=t.parent;if(s){if(this===s)return;s.removeComponent(t,n||i)}const r=this._components.push(t)-1;i&&(t._silentAdd=!0),t.parent=this,t.added(this),n||i||this.trigger("add",this,t,r),t.delegate_on(this),i?(s&&this.root?._removeTraverse?.(t),this.trigger("add",this,t,r),t.trigger("added",this,t,r),delete t._silentAdd):n||t.trigger("added",this,t,r),this.root&&this.root.isReady&&t.invokeReady()}removeComponent(t,e=!1){const n=this._components.indexOf(t);-1!=n&&(this._components.splice(n,1),t.parent=null,t.removed(this),e||(this.trigger("remove",this,t),t.trigger("removed",this,t)),t.delegate_off(this))}insertComponentAt(t,e,n=!1){const i=t.parent;i&&i.removeComponent(t,n);const s=this._components.splice(0,e);this._components=s.concat(t,this._components),e=this._components.indexOf(t),t.parent=this,t.added(this),n||this.trigger("add",this,t,e),t.delegate_on(this),n||t.trigger("added",this,t,e)}add(t,e=!1){return t instanceof Array?(t.forEach(t=>{-1==this._components.indexOf(t)&&this.addComponent(t,e)}),this):this.add.call(this,[t],e)}remove(t,e=!1){return t instanceof Array?this._components?(t.forEach(t=>this.removeComponent(t,e)),this):this:this.remove.call(this,[t],e)}getAt(t){if(this._components)return this._components[t]}forEach(t,e){this._components&&this._components.forEach(t,e)}traverse(t,e){t.call(e,this),this._components&&this._components.forEach(n=>{n.isContainer()?n.traverse(t,e):t.call(e,n)})}indexOf(t){return(this._components||xg).indexOf(t)}size(){return(this._components||xg).length}moveChildAt(t,e){const n=this.indexOf(e);if(-1==n)return;let i=this._components.splice(0,n);const s=this._components.splice(1);this._components=i.concat(s),t=Math.max(0,t),t=Math.min(t,this._components.length),i=this._components.splice(0,t),this._components=i.concat(e,this._components)}moveChildForward(t){const e=this.indexOf(t);-1!=e&&e!=this.size()-1&&(this._components[e]=this._components[e+1],this._components[e+1]=t)}moveChildBackward(t){const e=this.indexOf(t);-1!=e&&0!=e&&(this._components[e]=this._components[e-1],this._components[e-1]=t)}moveChildToFront(t){const e=this.indexOf(t);if(-1==e||e==this.size()-1)return;const n=this._components.splice(0,e),i=this._components.splice(1);this._components=n.concat(i,this._components)}moveChildToBack(t){const e=this.indexOf(t);if(-1==e||0==e)return;const n=this._components.splice(0,e),i=this._components.splice(1);this._components=this._components.concat(n,i)}symmetryX(t){super.symmetryX(t),this.components.map(t=>{t.symmetryX(0)})}findAll(t,...e){if("string"==typeof t)return nc(t,this,e[0]||this);if("function"!=typeof t)return[];let n=[];for(let i=this.components.length-1;i>=0;i--){const s=this.components[i].findAll(t,...e);s&&(n=n.concat(s))}return t(this,...e)&&n.push(this),n}findFirst(t,...e){if("string"==typeof t)return nc(t,this,e[0])[0];if("function"==typeof t){for(let n=this.components.length-1;n>=0;n--){const i=this.components[n].findFirst(t,...e);if(null!=i)return i}return t(this,...e)?this:void 0}}findById(t){return this.root.findAllById?.(t)?.[0]}findByRefid(t){return this.root.findByRefid?.(t)}capture(t,e,n){if(!this.app.isEditMode&&this.hidden)return!1;const i=this.fromParent(t,e);if(!this.contains(i.x,i.y))return!1;const s=this.bounds;i.x-=s.left,i.y-=s.top;const r=this.layout.capturables(this);for(let s=r.length-1;s>=0;s--){const o=r[s];let a;if(a="static"==o.position?o.capture(i.x,i.y,n):o.capture(t,e,n),a)return a}return this.capturable&&!n?.(this)&&this}capturePath(t,e){if(e){if(e.indexOf(this)>-1)return!1;for(let t=0;t<e.length;t++)if(!this.containable(e[t]))return!1}const n=[],{left:i,top:s,width:r,height:o}=this.bounds;for(let e=0;e<t.length;e++){const a=this.fromParent(t[e].x,t[e].y);if(a.x<i||a.x>i+r||a.y<s||a.y>s+o)return!1;a.x-=i,a.y-=s,n.push(a)}const a=this.layout.capturables(this);for(let t=a.length-1;t>=0;t--){const i=a[t];if(!i.isContainer())continue;const s=i.capturePath(n,e);if(s)return s}return this.focusible&&this}render(t){"popup"!==this.position&&super.render(t)}postrender(t){if("popup"===this.position)return void super.postrender(t);const e=this.layout.drawables(this);if(e.length>0){let{left:n=0,top:i=0,width:s,height:r}=this.bounds;t.save(),this.showOverflow||(t.beginPath(),t.rect(n,i,s,r),t.clip(),t.closePath()),t.translate(n,i),e.forEach(e=>{const n=this.root?.transitionEffect;n?.isReparenting(e)||e.draw(this.position&&"static"!==this.position?t:this.getContext(e))}),t.translate(-n,-i),t.restore()}super.postrender(t)}trim(){this.components.forEach(t=>{t.trim()}),super.trim()}}["layout"].forEach(t=>Tc.memoize(wg.prototype,t,!1));const Mg={ondragstart:function(t,e,n){n.mutatePath(null,function(n){n.splice(e,0,t)})},ondragmove:function(t,e,n){n.mutatePath(null,function(n){const i=n[e];n[e]={...i||{},x:t.x,y:t.y}})},ondragend:function(t,e,n){}},Sg={mutable:!1,resizable:!1,rotatable:!1,properties:[{type:"number",label:"round",name:"round",property:{min:0,max:100,step:1}}],help:"scene/component/polyline"};class kg extends cg{get pathExtendable(){return!0}get cornerEditable(){return!0}get path(){const{from:t,to:e}=this.state,{path:n}=this.state;return[this.fromEnd?.position||t?.position||n[0],...n.slice(1,-1),this.toEnd?.position||e?.position||n[n.length-1]]}set path(t){const{from:e,to:n}=this.state;delete this._fromEnd,delete this._toEnd,this.set({from:{...e,position:t[0]},to:{...n,position:t[t.length-1]},path:t})}get controls(){const t=this.path,e=[];for(let n=0;n<t.length-1;n++){const i=t[n],s=t[n+1];0==n&&e.push({x:i.x,y:i.y,handler:Mg}),e.push({x:(i.x+s.x)/2,y:(i.y+s.y)/2,handler:Mg}),n==t.length-2&&e.push({x:s.x,y:s.y,handler:Mg})}return e}get nature(){return Sg}}Tc.register("polyline",kg);const Ag={mutable:!1,resizable:!1,rotatable:!1,properties:[{type:"number",label:"round",name:"round",property:{min:0,max:100,step:1}}],help:"scene/component/ortholine"};class Eg extends cg{get pathExtendable(){return!1}get drawPath(){const t=this.path[0],e=this.path[1],{component:n,direction:i,boundaryPosition:s=t}=this.fromEnd||{},{component:r,direction:o,boundaryPosition:a=e}=this.toEnd||{},c=[s,a],l=[];s&&l.push(s);let h,d=n?.bounds;d&&(h=n.toScene(d.left,d.top),h=this.transcoordT2P(h.x,h.y),d={...d,left:h.x,top:h.y});const u=d?{left:d.left-20,top:d.top-20,width:d.width+40,height:d.height+40}:{left:s.x,top:s.y,width:0,height:0};d=d||u;let p=r?.bounds;p&&(h=r.toScene(p.left,p.top),h=this.transcoordT2P(h.x,h.y),p={...p,left:h.x,top:h.y});const f=p?{left:p.left-20,top:p.top-20,width:p.width+40,height:p.height+40}:{left:a.x,top:a.y,width:0,height:0};p=p||f;const m=[u,f],g=u.left>f.left?f.left:u.left,y=u.top>f.top?f.top:u.top,b={left:g,top:y,width:u.left+u.width>f.left+f.width?u.left+u.width-g:f.left+f.width-g,height:u.top+u.height>f.top+f.height?u.top+u.height-y:f.top+f.height-y};let _,v,x,w,M,S,k,A,E,C,T=0,P=0;d.left+d.width<p.left?(w=0,M=1,E=i,C=o,_=(d.left+d.width+p.left)/2,T=p.left-_):p.left+p.width<d.left&&(w=1,M=0,E=o,C=i,_=(d.left+p.width+p.left)/2,T=d.left-_),d.top+d.height<p.top?(x=0,S=1,k=i,A=o,v=(d.top+d.height+p.top)/2,P=p.top-v):p.top+p.height<d.top&&(x=1,S=0,k=o,A=i,v=(d.top+p.height+p.top)/2,P=d.top-v);const O=[];if(_&&T>P){let t,e,n;switch(C){case og:switch(E){case rg:O.push({x:_,y:c[w].y}),O.push({x:_,y:c[M].y});break;case og:t=m[w].top+m[w].height/2,e=t>c[M].y?Math.min(m[w].top,c[M].y):Math.max(m[w].top+m[w].height,c[M].y),O.push({x:c[w].x,y:e}),O.push({x:_,y:e}),O.push({x:_,y:c[M].y});break;case ig:case sg:e=E===sg?Math.max(c[w].y,c[M].y):Math.min(c[w].y,c[M].y),O.push({x:c[w].x,y:e}),O.push({x:_,y:e}),O.push({x:_,y:c[M].y});break;default:return this.path}break;case rg:switch(E){case rg:e=c[w].y<c[M].y?Math.min(m[M].top,c[w].y):Math.max(m[M].top+m[M].height,c[w].y),n=e;break;case og:e=void 0!==v?v:c[w].y<c[M].y?b.top-.5*T:b.top+b.height+.5*T,n=e;break;case sg:e=void 0!==v?Math.max(v,c[w].y):b.top+b.height,n=e;break;case ig:e=v?Math.min(v,m[w].top):b.top,n=e;break;default:return this.path}O.push({x:c[w].x,y:e}),O.push({x:_,y:e}),O.push({x:_,y:n}),O.push({x:c[M].x,y:n});break;case sg:switch(E){case rg:e=c[w].y,n=c[w].y>c[M].y?c[w].y:m[M].top+m[M].height;break;case og:e=v?Math.max(v,m[M].top+m[M].height):b.top+b.height,n=e;break;case sg:e=b.top+b.height,n=e;break;case ig:e=v?Math.min(v,m[w].top):m[w].top,n=v?Math.max(v,m[M].top+m[M].height):m[M].top+m[M].height;break;default:return this.path}O.push({x:c[w].x,y:e}),O.push({x:_,y:e}),O.push({x:_,y:n}),O.push({x:c[M].x,y:n});break;case ig:switch(E){case rg:e=c[w].y,n=c[w].y<c[M].y?c[w].y:m[M].top;break;case og:e=v?Math.min(v,m[M].top):b.top,n=e;break;case sg:e=void 0!==v?Math.max(v,c[w].y):c[w].y,n=void 0!==v?Math.min(v,c[M].y):c[M].y;break;case ig:e=b.top,n=e;break;default:return this.path}O.push({x:c[w].x,y:e}),O.push({x:_,y:e}),O.push({x:_,y:n}),O.push({x:c[M].x,y:n});break;default:return this.path}l.push(...0===w?O:O.reverse())}else if(v){let t,e,n;switch(A){case ig:switch(k){case sg:O.push({x:c[x].x,y:v}),O.push({x:c[S].x,y:v});break;case ig:t=m[x].left+m[x].width/2,e=t>c[S].x?Math.min(m[x].left,c[S].x):Math.max(m[x].left+m[x].width,c[S].x),O.push({x:e,y:c[x].y}),O.push({x:e,y:v}),O.push({x:c[S].x,y:v});break;case og:e=Math.min(c[x].x,c[S].x),O.push({x:e,y:c[x].y}),O.push({x:e,y:v}),O.push({x:c[S].x,y:v});break;case rg:e=Math.max(c[x].x,c[S].x),O.push({x:e,y:c[x].y}),O.push({x:e,y:v}),O.push({x:c[S].x,y:v});break;default:return this.path}break;case sg:switch(k){case og:e=b.left,n=e;break;case rg:e=void 0!==_?Math.max(_,c[x].x):b.left+b.width,n=e;break;case ig:e=void 0!==_?_:c[x].x<c[S].x?b.left-.5*P:b.left+b.width+.5*P,n=e;break;case sg:e=c[x].x,n=c[x].x<c[S].x?Math.min(m[S].left,c[x].x):Math.max(m[S].left+m[S].width,c[x].x);break;default:return this.path}O.push({x:e,y:c[x].y}),O.push({x:e,y:v}),O.push({x:n,y:v}),O.push({x:n,y:c[S].y});break;case rg:switch(k){case og:e=void 0!==_?Math.min(_,c[x].x):c[x].x,n=void 0!==_?Math.max(_,c[S].x):c[S].x;break;case rg:e=b.left+b.width,n=e;break;case ig:e=void 0!==_?Math.max(_,c[S].x):b.left+b.width,n=e;break;case sg:e=c[x].x,n=Math.max(m[S].left+m[S].width,c[x].x);break;default:return this.path}O.push({x:e,y:c[x].y}),O.push({x:e,y:v}),O.push({x:n,y:v}),O.push({x:n,y:c[S].y});break;case og:switch(k){case og:e=b.left,n=e;break;case rg:e=void 0!==_?Math.max(_,c[x].x):c[x].x,n=void 0!==_?Math.min(_,c[S].x):c[S].x;break;case ig:e=b.left,n=e;break;case sg:e=c[x].x<c[S].x?Math.min(m[S].left,c[x].x):c[x].x,n=Math.min(e,c[S].x);break;default:return this.path}O.push({x:e,y:c[x].y}),O.push({x:e,y:v}),O.push({x:n,y:v}),O.push({x:n,y:c[S].y});break;default:return this.path}l.push(...0===x?O:O.reverse())}else{let t,e;switch(i){case ig:switch(o){case ig:e=b.top,l.push({x:c[0].x,y:e}),l.push({x:c[1].x,y:e});break;case sg:t=b.left+b.width,l.push({x:t,y:c[0].y}),l.push({x:t,y:b.top+b.height}),l.push({x:c[1].x,y:b.top+b.height});break;case rg:t=c[1].y<c[0].y&&c[1].x<c[0].x?c[0].x:b.left+b.width,l.push({x:t,y:c[0].y}),l.push({x:t,y:c[1].y});break;case og:t=b.left,l.push({x:t,y:c[0].y}),l.push({x:t,y:c[1].y});break;default:return this.path}break;case sg:switch(o){case ig:t=b.left+b.width,l.push({x:t,y:c[0].y}),l.push({x:t,y:b.top}),l.push({x:c[1].x,y:b.top});break;case sg:case rg:case og:e=b.top+b.height,l.push({x:c[0].x,y:e}),l.push({x:c[1].x,y:e});break;default:return this.path}break;case og:switch(o){case ig:t=c[0].x>c[1].x&&c[0].y<c[1].y?c[1].x:b.left,e=c[0].x>c[1].x&&c[0].y<c[1].y?c[1].y:Math.min(b.top,c[0].y),l.push({x:t,y:c[0].y}),l.push({x:t,y:e}),l.push({x:c[1].x,y:e});break;case sg:t=b.left,e=Math.max(b.top+b.height,c[0].y),l.push({x:t,y:c[0].y}),l.push({x:t,y:e}),l.push({x:c[1].x,y:e});break;case rg:t=b.left+b.width,l.push({x:c[0].x,y:b.top}),l.push({x:t,y:b.top}),l.push({x:t,y:c[1].y});break;case og:t=b.left,l.push({x:t,y:c[0].y}),l.push({x:t,y:c[1].y});break;default:return this.path}break;case rg:switch(o){case ig:e=c[0].y<c[1].y&&c[0].x<c[1].x?c[0].y:b.top,l.push({x:c[0].x,y:e}),l.push({x:c[1].x,y:e});break;case sg:e=c[0].y>c[1].y&&c[0].x<c[1].x?c[0].y:b.top+b.height,l.push({x:c[0].x,y:e}),l.push({x:c[1].x,y:e});break;case rg:case og:e=b.top+b.height,l.push({x:c[0].x,y:e}),l.push({x:c[1].x,y:e});break;default:return this.path}break;default:return this.path}}return a&&l.push(a),[t,...l,e].filter((t,e,n)=>{if(0===e)return!0;const i=n[e-1];return t.x!==i.x||t.y!==i.y}).filter((t,e,n)=>{if(0===e||e>=n.length-1)return!0;const i=n[e-1],s=n[e+1];return!(t.x===i.x&&t.x===s.x||t.y===i.y&&t.y===s.y)})}get nature(){return Ag}}Tc.register("ortholine",Eg);const Cg={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"image-selector",label:"image-src",name:"src",property:{displayField:"id",displayFullUrl:!0,baseUrlAlias:"$base_url",defaultStorage:"scene-image",storageFilters:{type:Array,value:[{name:"category",value:"image"}]},useUpload:!0}},{type:"select",label:"cross-origin",name:"crossOrigin",property:{options:["","anonymous","use-credentials"]}}],"value-property":"src",help:"scene/component/image-view"};class Tg extends(Dc(Pc)){static get noimage(){return Tg.NOIMAGE||(Tg.NOIMAGE=new Image,Tg.NOIMAGE.src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABIBAMAAAD7Se1QAAAAIVBMVEUAAABHcEwBAQEREREBAQEEBAQGBgYLCwsDAwMDAwMICAi6HF9tAAAAC3RSTlNNAEAERiMYCS41Eac10lYAAAEgSURBVHhe7dY9asQwEAXgh7DNertNiJy48pIitY3SB7bYdk0ukL1BDDmA9gZecoH4pmFQ3MQayUMguPBrNPD4wD9TCMvJmt3M/AtYwXOlXiWgqADVCUBD46MAnGhMBaCiUQmAm8VA/Eh/eWl9Fn5WcxD+OLuRrUYJDKLluwH2InACUgkoACSdADxQc50Bytadb9RkM0CT13TcvlCT1HFg8UTHvasuUVACCa3El6u2UdD8LFTlKhUFFgA+d3dj10aABkUN72N3jAADCrJq7PIIsPidcxBoTHIIAjMFmyCwmGYIAA1P9gFgfCANAOsDSccCDW+uLDB+kLGg94OkZoAGkwsDDAe2DOg5oPxAg03rBR88OHpBz4N8UVeHFSwma74BTW6Ge4rIRa4AAAAASUVORK5CYII="),Tg.NOIMAGE}dispose(){super.dispose(),this._offcanvas=null,this._image=null}render(t){const{left:e,top:n,width:i,height:s,isGray:r=!1,alpha:o=1,src:a}=this.state;if(this.prepareIf(!this._image&&a),t.beginPath(),t.globalAlpha*=o,this._image&&this._image.complete)if(r&&this._offcanvas)t.drawImage(this._offcanvas,e,n,i,s);else try{t.drawImage(this._image,e,n,i,s)}catch(r){t.drawImage(Tg.noimage,e,n,i,s)}else!this.app.isViewMode&&t.drawImage(Tg.noimage,e,n,i,s)}get nature(){return Cg}get hasTextProperty(){return!1}async ready(){await super.ready();const{src:t}=this.state;if(!this._image&&t){const e=this.root?.app?.loadTracker;if(e){const n=new Promise((t,e)=>{this.prepare(()=>t(),t=>e(t))});e.track(`image:${t}`,"image",t,n)}else this.prepareIf(!0)}}prepare(t,e){const{src:n,crossOrigin:i}=this.state;if(n){this._image=new Image;try{i&&(this._image.crossOrigin=i),this._image.src=this.app.url(n)||""}catch(t){return void e(t)}this._image.onload=()=>{if(this.get("isGray")){const t=this._image.width,e=this._image.height;this._offcanvas=Tc.createCanvas(t,e);const n=this._offcanvas.getContext("2d");n.drawImage(this._image,0,0);const i=function(t,e,n){let i;try{i=t.getImageData(0,0,e,n)}catch(t){return Zi("Get Image Data Error: "+(t instanceof Error?t.message:String(t))),null}const s=i.data;for(let t=0;t<e*n*4;t+=4){const e=s[t],n=s[t+1],r=s[t+2],o=Math.floor((e+n+r)/3);i.data[t]=o,i.data[t+1]=o,i.data[t+2]=o}return i}(n,t,e);n.putImageData(i,0,0)}t(this)},this._image.onerror=t=>{this._image&&!this._image.currentSrc&&(this._image=null),e(t)}}else t(this)}get src(){return this.get("src")}set src(t){this.set("src",t)}onchange(t,e){(t.hasOwnProperty("src")||t.hasOwnProperty("isGray"))&&(this._offcanvas=null,this._image=null,this.prepareIf(t.src))}ondropfile(t,e){for(let n=0;n<t.length;n++)if(t[n].type.startsWith("image/"))return void(this.src=e[n])}}Tc.register("image-view",Tg);class Pg extends(Vm(Dc(Tc))){is3dish(){return!0}prerender(){}}var Og,Dg,zg={},Ig={},Rg={};function jg(){if(Dg)return Ig;Dg=1,Object.defineProperty(Ig,"__esModule",{value:!0});var t=function(){if(Og)return Rg;Og=1,Object.defineProperty(Rg,"__esModule",{value:!0});var t=function(){function t(){}return t.bitsToNum=function(t){return t.reduce(function(t,e){return 2*t+e},0)},t.byteToBitArr=function(t){for(var e=[],n=7;n>=0;n--)e.push(!!(t&1<<n));return e},t.lzwDecode=function(t,e){for(var n,i,s=0,r=function(t){for(var n=0,i=0;i<t;i++)e.charCodeAt(s>>3)&1<<(7&s)&&(n|=1<<i),s++;return n},o=[],a=1<<t,c=a+1,l=t+1,h=[],d=function(){h=[],l=t+1;for(var e=0;e<a;e++)h[e]=[e];h[a]=[],h[c]=null};;)if(i=n,(n=r(l))!==a){if(n===c)break;if(n<h.length)i!==a&&h.push(h[i].concat(h[n][0]));else{if(n!==h.length)throw new Error("Invalid LZW code.");h.push(h[i].concat(h[i][0]))}o.push.apply(o,h[n]),h.length===1<<l&&l<12&&l++}else d();return o},t}();return Rg.SuperGifUtils=t,Rg}(),e=function(){function e(t,e){this.stream=t,this.handler=e}return e.prototype.parseCT=function(t){for(var e=[],n=0;n<t;n++)e.push(this.stream.readBytes(3));return e},e.prototype.readSubBlocks=function(){var t,e;e="";do{t=this.stream.readByte(),e+=this.stream.read(t)}while(0!==t);return e},e.prototype.parseHeader=function(){var e={};if(e.sig=this.stream.read(3),e.ver=this.stream.read(3),"GIF"!==e.sig)throw new Error("Not a GIF file.");e.width=this.stream.readUnsigned(),e.height=this.stream.readUnsigned();var n=t.SuperGifUtils.byteToBitArr(this.stream.readByte());e.gctFlag=n.shift(),e.colorRes=t.SuperGifUtils.bitsToNum(n.splice(0,3)),e.sorted=n.shift(),e.gctSize=t.SuperGifUtils.bitsToNum(n.splice(0,3)),e.bgColor=this.stream.readByte(),e.pixelAspectRatio=this.stream.readByte(),e.gctFlag&&(e.gct=this.parseCT(1<<e.gctSize+1)),this.handler.hdr&&this.handler.hdr(e)},e.prototype.parseExt=function(e){var n=this;switch(e.label=this.stream.readByte(),e.label){case 249:e.extType="gce",function(e){n.stream.readByte();var i=t.SuperGifUtils.byteToBitArr(n.stream.readByte());e.reserved=i.splice(0,3),e.disposalMethod=t.SuperGifUtils.bitsToNum(i.splice(0,3)),e.userInput=i.shift(),e.transparencyGiven=i.shift(),e.delayTime=n.stream.readUnsigned(),e.transparencyIndex=n.stream.readByte(),e.terminator=n.stream.readByte(),n.handler.gce&&n.handler.gce(e)}(e);break;case 254:e.extType="com",function(t){t.comment=n.readSubBlocks(),n.handler.com&&n.handler.com(t)}(e);break;case 1:e.extType="pte",function(t){n.stream.readByte(),t.ptHeader=n.stream.readBytes(12),t.ptData=n.readSubBlocks(),n.handler.pte&&n.handler.pte(t)}(e);break;case 255:e.extType="app",function(t){n.stream.readByte(),t.identifier=n.stream.read(8),t.authCode=n.stream.read(3),"NETSCAPE"===t.identifier?function(t){n.stream.readByte(),t.unknown=n.stream.readByte(),t.iterations=n.stream.readUnsigned(),t.terminator=n.stream.readByte(),n.handler.app&&n.handler.app.NETSCAPE&&n.handler.app.NETSCAPE(t)}(t):function(t){t.appData=n.readSubBlocks(),n.handler.app&&n.handler.app[t.identifier]&&n.handler.app[t.identifier](t)}(t)}(e);break;default:e.extType="unknown",function(t){t.data=n.readSubBlocks(),n.handler.unknown&&n.handler.unknown(t)}(e)}},e.prototype.parseImg=function(e){e.leftPos=this.stream.readUnsigned(),e.topPos=this.stream.readUnsigned(),e.width=this.stream.readUnsigned(),e.height=this.stream.readUnsigned();var n=t.SuperGifUtils.byteToBitArr(this.stream.readByte());e.lctFlag=n.shift(),e.interlaced=n.shift(),e.sorted=n.shift(),e.reserved=n.splice(0,2),e.lctSize=t.SuperGifUtils.bitsToNum(n.splice(0,3)),e.lctFlag&&(e.lct=this.parseCT(1<<e.lctSize+1)),e.lzwMinCodeSize=this.stream.readByte();var i=this.readSubBlocks();e.pixels=t.SuperGifUtils.lzwDecode(e.lzwMinCodeSize,i),e.interlaced&&(e.pixels=function(t,e){for(var n=new Array(t.length),i=t.length/e,s=function(i,s){var r=t.slice(s*e,(s+1)*e);n.splice.apply(n,[i*e,e].concat(r))},r=[0,4,2,1],o=[8,8,4,2],a=0,c=0;c<4;c++)for(var l=r[c];l<i;l+=o[c])s(l,a),a++;return n}(e.pixels,e.width)),this.handler.img&&this.handler.img(e)},e.prototype.parseBlock=function(){var t={};switch(t.sentinel=this.stream.readByte(),String.fromCharCode(t.sentinel)){case"!":t.type="ext",this.parseExt(t);break;case",":t.type="img",this.parseImg(t);break;case";":t.type="eof",this.handler.eof&&this.handler.eof(t);break;default:throw new Error("Unknown block: 0x"+t.sentinel.toString(16))}"eof"!==t.type&&setTimeout(this.parseBlock.bind(this),0)},e.prototype.parse=function(){this.parseHeader(),setTimeout(this.parseBlock.bind(this),0)},e}();return Ig.SuperGifParser=e,Ig}var Lg,Fg,Ng={};var Hg=function(){if(Fg)return zg;Fg=1,Object.defineProperty(zg,"__esModule",{value:!0});var t=jg(),e=function(){if(Lg)return Ng;Lg=1,Object.defineProperty(Ng,"__esModule",{value:!0});var t=function(){function t(t){this.data=t,this.position=0}return t.prototype.readByte=function(){if(this.position>=this.data.length)throw new Error("Attempted to read past end of stream.");return this.data instanceof Uint8Array?this.data[this.position++]:255&this.data.charCodeAt(this.position++)},t.prototype.readBytes=function(t){for(var e=[],n=0;n<t;n++)e.push(this.readByte());return e},t.prototype.read=function(t){for(var e="",n=0;n<t;n++)e+=String.fromCharCode(this.readByte());return e},t.prototype.readUnsigned=function(){var t=this.readBytes(2);return(t[1]<<8)+t[0]},t}();return Ng.SuperGifStream=t,Ng}(),n=function(){function n(t,e){var n=this;for(var i in this.gifImgElement=t,this.options={autoPlay:!0},this.loading=!1,this.ready=!1,this.transparency=null,this.delay=null,this.disposalMethod=null,this.disposalRestoreFromIdx=null,this.lastDisposalMethod=null,this.frame=null,this.lastImg=null,this.playing=!0,this.forward=!0,this.ctxScaled=!1,this.frames=[],this.frameOffsets=[],this.initialized=!1,this.currentFrameIndex=-1,this.iterationCount=0,this.stepping=!1,this.handler={hdr:this.withProgress(this.doHdr.bind(this)),gce:this.withProgress(this.doGCE.bind(this)),com:this.withProgress(this.doNothing.bind(this)),app:{NETSCAPE:this.withProgress(this.doNothing.bind(this))},img:this.withProgress(this.doImg.bind(this)),eof:function(){n.pushFrame(),n.canvas.width=n.hdr.width*n.getCanvasScale(),n.canvas.height=n.hdr.height*n.getCanvasScale(),n.playerInit(),n.loading=!1,n.ready=!0,n.loadCallback&&n.loadCallback(n.gifImgElement)}},e)this.options[i]=e[i];this.onEndListener=e.onEnd,this.loopDelay=e.loopDelay||0,this.overrideLoopMode=null!=e.loopMode?e.loopMode:"auto",this.drawWhileLoading=null==e.drawWhileLoading||e.drawWhileLoading}return n.prototype.init=function(){var t=this.gifImgElement.parentNode,e=document.createElement("div");this.canvas=document.createElement("canvas"),this.canvasContext=this.canvas.getContext("2d"),this.tmpCanvas=document.createElement("canvas"),e.className=this.options.enclosingClass||"super-gif",e.appendChild(this.canvas),t&&(t.insertBefore(e,this.gifImgElement),t.removeChild(this.gifImgElement)),this.initialized=!0},n.prototype.loadSetup=function(t){return!this.loading&&(t&&(this.loadCallback=t),this.loading=!0,this.frames=[],this.clear(),this.disposalRestoreFromIdx=null,this.lastDisposalMethod=null,this.frame=null,this.lastImg=null,!0)},n.prototype.completeLoop=function(){this.onEndListener&&this.onEndListener(this.gifImgElement),this.iterationCount++,!1!==this.overrideLoopMode||this.iterationCount<0?this.doStep():(this.stepping=!1,this.playing=!1)},n.prototype.doStep=function(){if(this.stepping=this.playing,this.stepping){this.stepFrame(1);var t=10*this.frames[this.currentFrameIndex].delay;t||(t=100),0===this.getNextFrameNo()?(t+=this.loopDelay,setTimeout(this.completeLoop.bind(this),t)):setTimeout(this.doStep.bind(this),t)}},n.prototype.step=function(){this.stepping||setTimeout(this.doStep.bind(this),0)},n.prototype.putFrame=function(){var t;this.currentFrameIndex=parseInt(this.currentFrameIndex.toString(),10),this.currentFrameIndex>this.frames.length-1&&(this.currentFrameIndex=0),this.currentFrameIndex<0&&(this.currentFrameIndex=0),t=this.frameOffsets[this.currentFrameIndex],this.tmpCanvas.getContext("2d").putImageData(this.frames[this.currentFrameIndex].data,t.x,t.y),this.canvasContext.globalCompositeOperation="copy",this.canvasContext.drawImage(this.tmpCanvas,0,0)},n.prototype.playerInit=function(){this.loadErrorCause||(this.canvasContext.scale(this.getCanvasScale(),this.getCanvasScale()),this.options.autoPlay?this.step():(this.currentFrameIndex=0,this.putFrame()))},n.prototype.clear=function(){this.transparency=null,this.delay=null,this.lastDisposalMethod=this.disposalMethod,this.disposalMethod=null,this.frame=null},n.prototype.parseStream=function(e){try{new t.SuperGifParser(e,this.handler).parse()}catch(t){this.handleError("parse")}},n.prototype.setSizes=function(t,e){this.canvas.width=t*this.getCanvasScale(),this.canvas.height=e*this.getCanvasScale(),this.tmpCanvas.width=t,this.tmpCanvas.height=e,this.tmpCanvas.style.width=t+"px",this.tmpCanvas.style.height=e+"px",this.tmpCanvas.getContext("2d").setTransform(1,0,0,1,0,0)},n.prototype.drawError=function(){this.canvasContext.fillStyle="black",this.canvasContext.fillRect(0,0,this.hdr.width,this.hdr.height),this.canvasContext.strokeStyle="red",this.canvasContext.lineWidth=3,this.canvasContext.moveTo(0,0),this.canvasContext.lineTo(this.hdr.width,this.hdr.height),this.canvasContext.moveTo(0,this.hdr.height),this.canvasContext.lineTo(this.hdr.width,0),this.canvasContext.stroke()},n.prototype.handleError=function(t){this.loadErrorCause=t,this.hdr={width:this.gifImgElement.width,height:this.gifImgElement.height},this.frames=[],this.drawError()},n.prototype.doHdr=function(t){this.hdr=t,this.setSizes(this.hdr.width,this.hdr.height)},n.prototype.doGCE=function(t){this.pushFrame(),this.clear(),this.transparency=t.transparencyGiven?t.transparencyIndex:null,this.delay=t.delayTime,this.disposalMethod=t.disposalMethod},n.prototype.pushFrame=function(){this.frame&&(this.frames.push({data:this.frame.getImageData(0,0,this.hdr.width,this.hdr.height),delay:this.delay}),this.frameOffsets.push({x:0,y:0}))},n.prototype.doImg=function(t){var e=this;this.frame||(this.frame=this.tmpCanvas.getContext("2d"));var n=this.frames.length,i=t.lctFlag?t.lct:this.hdr.gct;n>0&&(3===this.lastDisposalMethod?null!==this.disposalRestoreFromIdx?this.frame.putImageData(frames[this.disposalRestoreFromIdx].data,0,0):this.frame.clearRect(this.lastImg.leftPos,this.lastImg.topPos,this.lastImg.width,this.lastImg.height):this.disposalRestoreFromIdx=n-1,2===this.lastDisposalMethod&&this.frame.clearRect(this.lastImg.leftPos,this.lastImg.topPos,this.lastImg.width,this.lastImg.height));var s=this.frame.getImageData(t.leftPos,t.topPos,t.width,t.height);t.pixels.forEach(function(t,n){t!==e.transparency&&(s.data[4*n+0]=i[t][0],s.data[4*n+1]=i[t][1],s.data[4*n+2]=i[t][2],s.data[4*n+3]=255)}),this.frame.putImageData(s,t.leftPos,t.topPos),this.ctxScaled||(this.canvasContext.scale(this.getCanvasScale(),this.getCanvasScale()),this.ctxScaled=!0),this.drawWhileLoading&&(this.canvasContext.drawImage(this.tmpCanvas,0,0),this.drawWhileLoading=this.options.autoPlay),this.lastImg=t},n.prototype.doNothing=function(){},n.prototype.withProgress=function(t){return function(e){t(e)}},n.prototype.getNextFrameNo=function(){var t=this.forward?1:-1;return(this.currentFrameIndex+t+this.frames.length)%this.frames.length},n.prototype.stepFrame=function(t){this.currentFrameIndex=this.currentFrameIndex+t,this.putFrame()},n.prototype.getCanvasScale=function(){return this.options.maxWidth&&this.hdr&&this.hdr.width>this.options.maxWidth?this.options.maxWidth/this.hdr.width:window.devicePixelRatio||1},n.prototype.play=function(){this.playing=!0,this.step()},n.prototype.pause=function(){this.playing=!1},n.prototype.isPlaying=function(){return this.playing},n.prototype.getCanvas=function(){return this.canvas},n.prototype.isLoading=function(){return this.loading},n.prototype.isReady=function(){return this.ready},n.prototype.isAutoPlay=function(){return this.options.autoPlay},n.prototype.getLength=function(){return this.frames.length},n.prototype.getCurrentFrame=function(){return this.currentFrameIndex},n.prototype.moveTo=function(t){this.currentFrameIndex=t,this.putFrame()},n.prototype.loadURL=function(t,n){var i=this;if(this.loadSetup(n)){var s=new XMLHttpRequest;s.open("GET",t,!0),"overrideMimeType"in s?s.overrideMimeType("text/plain; charset=x-user-defined"):"responseType"in s?s.responseType="arraybuffer":s.setRequestHeader("Accept-Charset","x-user-defined"),s.onloadstart=function(){i.initialized||i.init()},s.onload=function(){if(200===s.status){var t=s.response;t.toString().indexOf("ArrayBuffer")>0&&(t=new Uint8Array(t));var n=new e.SuperGifStream(t);setTimeout(function(){i.parseStream(n)},0)}else i.handleError("xhr - response")},s.onerror=function(){i.handleError("xhr")},s.send()}},n.prototype.load=function(t){this.loadURL(this.gifImgElement.src,t)},n}();return zg.SuperGif=n,zg}();const Bg={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"image-selector",label:"src",name:"src"},{type:"checkbox",label:"play",name:"play"}],"value-property":"src",help:"scene/component/gif-view"};class Gg extends Pg{async oncreate_element(t){const{src:e,play:n}=this.state;this.onchangesrc(e),this.onchangeplay(n)}buildImg(){const t=this.element;if(!t)return document.createElement("img");t.replaceChildren();const e=document.createElement("img");return e.style.width="100%",e.style.height="100%",t.appendChild(e),e}onchange(t,e){super.onchange(t,e),"src"in t&&this.onchangesrc(t.src),"play"in t&&this.onchangeplay(t.play)}setElementProperties(t){}onchangeplay(t){const e=this._superGif;e&&e.isReady()&&(t?e.play():e.pause())}onchangesrc(t){const e=this.buildImg();t||(t="data:image/gif;base64,R0lGODlhYABIAPcAAAAAAAEBAQICAgMDAwQEBAUFBQYGBgcHBwgICAkJCQoKCgsLCwwMDA0NDQ4ODg8PDxAQEBERERISEhMTExQUFBUVFRYWFhcXFxgYGBkZGRoaGhsbGxwcHB0dHR4eHh8fHyAgICEhISIiIiMjIyQkJCUlJSYmJicnJygoKCkpKSoqKisrKywsLC0tLS4uLi8vLzAwMDExMTIyMjMzMzQ0NDU1NTY2Njc3Nzg4ODk5OTo6Ojs7Ozw8PD09PT4+Pj8/P0BAQEFBQUJCQkNDQ0REREVFRUZGRkdHR0hISElJSUpKSktLS0xMTE1NTU5OTk9PT1BQUFFRUVJSUlNTU1RUVFVVVVZWVldXV1hYWFlZWVpaWltbW1xcXF1dXV5eXl9fX2BgYGFhYWJiYmNjY2RkZGVlZWZmZmdnZ2hoaGlpaWpqamtra2xsbG1tbW5ubm9vb3BwcHFxcXJycnNzc3R0dHV1dXZ2dnd3d3h4eHl5eXp6ent7e3x8fH19fX5+fn9/f4CAgIGBgYKCgoODg4SEhIWFhYaGhoeHh4iIiImJiYqKio+Pj5iYmKCgoKampqurq66urrCwsLGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrOzs7S0tLa2tre3t7m5ubu7u7+/v8DAwMHBwcPDw8XFxcfHx8vLy8/Pz9LS0tXV1dfX193d3eTk5Onp6fj4+Pz8/P7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v///////////////////////////////////////////////////////////////////////////////yH5BAkAAPUAIf47R2VuZXJhdGVkIGJ5IGpzZ2lmIChodHRwczovL2dpdGh1Yi5jb20vYW50aW1hdHRlcjE1L2pzZ2lmLykALAAAAABgAEgAAAj+AGcJHEiwoMGDCBMqXMiwocOHECNKnEixosWLGDNq3Mixo8ePIEOKHEmypMmR9VKqXMmypcuXMGPKnJkSIs2bOHPqZGlzp8+fQOv1DEq0KMyhRpMmRaq0KVCmTqPmhCq1qkyqLrFRSyYwGTVsVo1iZXmNa8Fk18ISHasSm1mDycCq/ck2JTWF1ObSfTjz7cFken3WFbow8M7BDA3rHOwXruKpfGXeTZg3qDVrUge7RRg3KLZjx+Q2HVyvLNy0QaMJjBaVdD2tZr2K/mmNIObRkR+n9AsYt0Pddg1WXppb8bWDx1CLLW74GcJnSl3TtDY8Zu2Et4tKl7n52eyWnxXvhl7+26jqrspbnlfIWjtz2gWPZV95neH8veU9NxZYfbfD3kFt99J6Bnmn0mQO9XfYezrVxxlmx0GUXIAM4hSeffsxBN1TFd5E4Ef3QZbfTg6CNJ5gHXJ3TEntLThiTh+KFCJNAqZU4kgAitjQTheepOBMNcZI0oQ6JpbTjSZtiNN2PZ400IxHpdiSc07G911M0iFZZYtAStnWilUeBGVLrlEZpmM0elmPlmfO8iOZXl4DZpsGEYmll2bSWWCXLwJXVY1+urhjoGEBSuiSah6K36CKtpZoo4s9CimielZq6aWYZqrpppx26umnoIZ6UkAAOw=="),e.src=t,e.setAttribute("rel:animated_src",t),e.setAttribute("rel:auto_play",String(0)),this._superGif=new Hg.SuperGif(e,{autoPlay:!1}),this._superGif.init(),this.element&&Array.from(this.element.children).forEach(t=>{t.style.width="100%",t.style.height="100%"});const n=this._superGif.getCanvas();n.style.width="100%",n.style.height="100%",this._superGif.load(()=>{setTimeout(()=>{this._superGif.moveTo(0),this.play&&this._superGif.play()},100)})}ondropfile(t,e){for(let n=0;n<t.length;n++)if(/\.gif$/.test(t[n].name))return void(this.src=e[n])}get src(){return this.getState("src")}set src(t){this.set("src",t)}get play(){return this.getState("play")}set play(t){this.setState("play",t)}get nature(){return Bg}get tagName(){return"div"}}Tc.register("gif-view",Gg);const Vg={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"attachment-selector",label:"src",name:"src",property:{category:"audio"}},{type:"checkbox",label:"started",name:"started"},{type:"checkbox",label:"loop",name:"loop"}],"value-property":"src",help:"scene/component/audio"};class Yg extends(Dc(Pc)){static get image(){return Yg.IMAGE||(Yg.IMAGE=new Image,Yg.IMAGE.src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAGQCAMAAAC3Ycb+AAAAP1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACzJYIvAAAAFHRSTlMA8BAwgNBgQKB/wCBwUJDg37CvXyUlBK8AABFYSURBVHja7NsBkqIwFIThTiAQgyBq3/+sm6p1tnamZkaTMhJJf1f4S/JeEIiIiIiIiIiIiIiIiEhD7Hg4BH84TpAKjJ4f3NFCtjVd+InXz2RTs+FXlxGylYHfcVfIJmb+YFWSLUyGVJKKBJJKUo+Rd6w63l/qzLuCkryO5fe0l2xk5mMWbe+v0fNBRqf7S3je6CipQ2ACr+dWcYEpzBFS1plpguatsnomMgdIQSOTuQ5SjmE6/UgK8szgdJIUM/FG41YlFmYJ2kkKsY5ZzAwBurHDk3WGeRY0bvYrGa1+rqNI22f7dS32ZnUK1GMr0eSK3mEc9dhKMxp+ZTo8kT2emOXS5LQ1kCxbJBocSd2k5PaIjMVzjWcdJPk9ooBnmzx1t5XbIxqBKpJ4NGTgzwKiGpK4do72gb+ZUMIYtCPm9WCPMsYTE5k2hq2ZvzujlCE1iRmwf3dvmRyKsT0T7b9I7HEPCpqCiqT2IIqaT1pI0noQZdlFC8l/PbYPAnRORT56VBEE6FXkb49agmByKhJ71BME6FsvEntUFQTdqekisUdlQWCXhovEHtUFAWbTapHYo8YgmFybO3vsUWcQYGmxSOxRbRAMprkisUfFQVKmrX18sxt7VB0ENjT1xir2qDxIwkFi3v89e+xRfxAMzfzzIfZ4hyAYDR9zwVuLPd4jCDrTwoLYGb5LEFi3/+E3rweR6urX20c/Fvls2Pvwm9mDSGIPhv8YPyGf3/eo9Ye7O8B2FIShAAooakEttex/rbODad5/yTHIAjqn505IQPv+Xz06dz+4VXORHEZcgAcB8updM8F6e25jBzwIkE07l+x8amMnPDp6nsNJ+BoZ7Q6F8egqAda9VEuRNlZjBzwYkMskdXR73okd8GBAJiKYjBcZKKqG9OiKDbgdfxJ5VhsBPDiQZhaouD3p4hfw4EAmwxisz3MSHwAPEmQ1TB1N+SmXWoAHC7JbZsWl/IxLLcCDBplNo3lrfMLsmwAPGmShAxX5/1vOEzjEz3iyfQ/hI36W4TctsUesOAifPdrQg8M++KYl95iCBkjI1r8634betBAPHZDTPFAmD3zLiHgogVTziMsahz0eIh5aIGHGRSJ2mFtHPR4iHhQIP2UvWGMf8wk74qEIEib7rLjPiBfxiAcCwp8V+Nae3uMdRhAPDIR/J5f/Q2DTcC+hIB7qIGEq3Ti9bx+sryMeAAgS70OK8G2kBD8L8QBAoLWU3g3vUVIc6D0txAMAsY+4jBWowXHO64gHBGKfYJ2T5qY1BxcL98BB+PQ+XiS9xxh9EQ8ChA6C5UXWIUoE9MBB8LVHQoS7ib8/dRn3sAcJ6bQRSdH96RDxIEH4QEX+AHF4LxHEAwUh12xyr1V8lwjiQYDYF8kuf1jluUQQDwrEvkhW8Wc6LhHUgwfhi4QPlHm7LRHawx4kpE191Dq8lgjhAYDQa1cftYrPEiE8OJDb40uqyzdQCA8WhAzL4G/PT4c3WrgHD2IfllGl53V37zsgHg5ApPNvVvq4Fn4spx4oiH1W3CwtEV+PDhEPJyBSkVX4aa7emkM83ICEKWpGM7wdvYCCeDgCEYpcwhLxczhEPFyBCEUWnRL5T6X59SBASBF+9l28TL5F7uEORCZyCUvEx+S7yT0cgoRVb9JaXLR1qUdfgksQ0fTbgmhFB20d8HAKEha14+F8f1sHPNyCiL6EqK+n20/rgIdjkFC0Ho1s6Gndvcc9ICkr/ey8/rHO6vp9KawL8DAFOV6l9Fyub7IbflsCag1qRfVsXWvxHjxIejU+BHZV6uvHD1XiEb++Bw8i+dNd+Wv0eCQmhcPhRPwUUt2DB5G1sfa1aeyzAuyJj9x2HjyIdKzIKw5SI14ieFtvo3kIQERj3lVhkUOnRD7AnjV5369QkAOJZeCH+Jh41xOLs73dQwAifY6dpxCCbjTDzLf1Bm1Y93tAIDOWXcLPvrHyr2hVoEAceEAgDQzB4jetk0/c2OXRHB48EJCpa4dgpYh2ETxtrshz7zx4ICCzfuTSDn8p/EOS9OTjwgMB+cABP3yWYuOPIofs33LigYCULlpZNXJppVU30Vf14kGAUCLijf1D71lN9FW9eFiA9KgZ8FPpPUsSnufGA+8hvAg2Kpz0nrX//qp+PIgpC3i6xJRITOye9fn1VT15ICCrVlQG5rywo0H8x965bVkNwmCYQ2kR6Gmb939WXV65dFnI/tPdjPBfO7XMN4EkTUJtqZp4sCJ1+8jwkhMu0KpMxFXFA8hlVfQSMxGH5mDK1VKV8QCyvTVtUiYyo7V358VStfGoAEFMhGYhEwloxZy9WKo2Hjwg5iSOvFDXeUYd33+PuVfHgwnEBWLocDJp+IIa2fyvperjwQRiXCKGosyXqoA+YfsIELuYu4HAt+msMknfDK4jfQJIzOZ2IPAQWJtFOhQKivR2IDZ6Awis7V0iLxqBI7uEZo19dakTogLSwKvf8yk8Jq6CGK0GKvWlatG7b7kkUU/Lo1gdXWn7/4E0j0qeJDpqN/ABqQcgJgdqURb4chjQktIugDS6wFFiz3JgaJj7AGJmholAe9YKhoZLJ0Ca6smjwJ4VwVN96gVIE5GM71kHaGKxGyAtRDaB2NBhLVmpHyANRKzDO28W7FS3HQFpaIWa8TrfCXQwegJSL5k+8M9UJ+pm9QTEnCIZrR0MDQeQ9ua0iCcYQaBTV0CqNXQW/yiyYG7W1heQanPaCkciBXuH1BkQJzHcDQxmpgGkPatl4WkbCXO/bW9AqlNg4H0PPMi6A1IxkQmOZ8D0ousNSMVEEuyreTAQ6Q7IRJeCX2YZQHhv6SrBOmpkM+YUzN0BqSRQCupmTeCP9wdkhiOREwtEzgGEsWcF9BhK9R8fQDiN7A8DiR0CKXQlj/q9IM8OgXjIzcKBlAHkD6FulgNzJwPIHwpo8mQAkX3LiPq9dKUMAQk9AqmcqmjuBAJCPQIpA4guIAsKJA0gnwNy3A4kDyBIHCEPxAwgf8gPILqA5AFEF5CxZX0lIHYc6rqADLf380BmFMgxgIzUyf8MJKLTRelKHgKy9wgkjfS7LiA0gKgC8vQn3HUA4RQ5LKPIAQciWbqIEg0YkLNDIHYUyqkCsmKN5vg3+W0AYTRATaPY+uu1IwS6UMGAlO6AFPjSCQMStaNh53cdcPG7Hx1Uupo+rx+Bltn1BuTAj5BptEV/bHAAwbnJMICwRmtUDOSEA8s4Rmtw3nITGD6TwUNoG0Ca7xi2YKSPj2eKXQFxQWKA2QbGMWEMMGseOb7C7T47uJS1JyAzVbTjqZdU3zbHzMXWS+qp4Fgn8Ahy/QCRGqQcwU1vGnN7fylboWn8Bzg//hyjxltvdcl45bwFfYKzFyBy11UU9BnjuoqfWizVlQXulpzBTNbaB5Aid+VRrkBFB630AMS9BC8FK2ggE7u/FGy1kvfcB9TKQufX5uUXNWl3EjvWCi4k/u9A3Ddq1CpTIQGe6VN1qd8ArcvDQNw3S41Kn6qQmOq5e7pRr+8fAYLiIJtFrrvYRMYL0q06vj8EZLXUriJzRY8H1xEagOCK7gkghRg6RQYO0I6aWPwIEAru80AiMWSdzAeuDXUKyr+WqpAID8hMHC1Ct8F4mUsQ6W8pJMICki0JHCBczAFdBl38G3VE6ErQhhWlih4LWrCSLpaqjggHiGe9mVjRY0YPoelyqcqIcIDEe97rqJFFH7FcLlUZEQ6Qg5plvZiBFNhtri1VFREGEC/Eg4nZoU5vqi1VFREGkIXDQ8xAIhzoT/WlKiLCAFIYPOQMxOPdjfWlKiLCADJRm3YGj+pDE2xktmmpaogwgMz8d8GrumZ4xzpbvinqISJ+hiTWm7wEqoJdI9JEV9JChAEkS3xCZzKecLcgN6YwlRBhAGmweTsblg6qKMM7Vmh321UQ4QAp1VfwhqVJIh+Wm03W0qV0EOEAybXtivkCmWrKeH2EZ/xBaSBCV2L9Re+LYSqJJIxDu1ew07U0EGEBcTtmHty4JuPtQhvLh1BAhK7Uvvq0GK484QZST0GvvFDqeSJ1IA0r2mfDljvqBoJ//rVsq7yZCA6kXgVkJ2f4ijIGMjOfMVsCBBORB2Jy+sM6ijNvaBUqmw/cStZ8EiKciHwp6Rp++88qmxXQeTUxDiJWJ9wSISvBicgXW+dypn1PqWTznlwgwdZdfiLHr5OELEAEASKvJFRE5JCPKbh8OxHdQKJU0crEzRXrJ/IEkFms6tGyrUw9kQeALFRXvK2iSzsRAAi6BLxM+60xdsqJAEBuXMAMxDLVp+gmAgC57/UT4qvVj3TVRCAgSAYL91aXtyNLzUQAIFhAiP8m0/NHOp+ILiBtPFKrs6bgSOcT0QTEB8nO3QR1yKslggKRf+m11UB0HOl8IlqAeCvauXuo8HnfIqIDyCw6G8XMcGiplMingMzCnbuHFp/3LSLPA4nUpqm5YkWNzwsQeQxIDsKjH5wVSU5qJPIJIIt4jjpqNBAekQeBfJOeHWS81FQoo4/I7UDcS3wUh0liTzLqiEgDqddx4ZHDrNZAACIAEMw88HPYWb0GAhABgEDmgf9Vb5oNBCByOxD3uqWYbCHVBgIQuRlIsbfwMEG5gQBE7gSyHMDsOayrxJvHBRC5B0hOxJH1nK4SlUE6QOR+IG6ju3iYQEqDdIDIzUDyZu/jMRHpS/OiRG4FkiPRfTw8kbrvIAJEACAIDpyHC1/GQHhEbgKSXwTyqIeEur6kixEBgABHOTr7YSX1MSFAhA0E307wUU76Y0KACAsI/tvCRzkF+iIuL0AEAYLbR2QOfvhKJ/obRESBxNt5rPSFXN4f7dyNdqMgEIbhAXWwJErT/e7/Wreb5HTT07QVgWSAeW5g7b4n8qOSUCRPEId4HP93SXp5dDNGRJFcQTxihSH+NW1Bb1cXKpIryJAwnG/zhl8ZcSP6jiKZghwRaaWLnP/AkcSKKJIniEcUs8QfjFLdEmRvkSxB4lfn0QN6DY+lshQpHiT96Dlr6r5hxRUpHST9ZEY71X7DOmOZQVZLsd5Q8wzrPxYYJDiKNqOBG1ZCkZKzrNXu6lHvkjChSFqQsdTPg45ApXtYaUXKr9TNuPcvqO2pVMkitFXAL2a79/qr3HQvVSTXUtofCl79RDXh5CDpw3pwu6+9kRlvtiI5VtPhmHLltT4EKVQkfb8pcOHrXqk6nBAksUjgpKtuYsskaxGKYT0+84uYgziE4YQgMdx0m8PRfis2MbL33PMXoVjD6PEunI4HSjDjStiJP08vQk9hZzQ7oH/geoLYCUBDW4rf4FqCDFt7THUO6B+4jiDn2XNTW7zf4hqCMND4BOsGyw+yAmh0x+QeFh7EeqD5Ce8nLDrI8NpbDyIWHIQNruo4GyAPlhrEzuixBxHLDDJMnfYgYolBricHNfjIdgMWF+Qyu+pkgX4HCwuymL57ELGkIHZG7z2IWE6Q5VV7vGMhQewbtMcZiwhyHj26ne9+xs8PcvDQHnFFqCD7Au0RW4TK+fOKqw4eoOcqYqgU53HR3/5uShFPCfKey9hFDyJO/vAi7RDZnp7X5igyUH72xSDW1E2Pn4tMRCQgR8vLwbgii4gcmLvqQcSPGtIPX3M08wn6I4qYQ94cM/Yw9Xxhmw+X/59wHrtMlX1AmIkzdyaaAnLg1Nnw8WGYSk40X/BOh4+El6LMSBnN2Cd0tPq4w/LJXGrMbCX06PZ2dcM65yzlNertShSHf3SzRAyPM332IcSAHUKPi8EHmXU0l8Uglmni0yipDoi16s+jJKejhywLooz68yiMEcHr2qM4h81CJ++VPJfTu5UwBpv4Pp9DJSi6MJx0bvUwiw4ewgT8zNR0LHUL+OccOpY/3ElzyGKD5pBlMJpDlsOkMythRoNbXh95PJsdA67MrMtAEYbjeDqNo+7oKqWUUkoppZRSSimllFJKFfMXp4vmSjB8n6sAAAAASUVORK5CYII="),Yg.IMAGE}dispose(){super.dispose(),this.started=!1,delete this._audio}async ready(){super.ready(),this._audio=new Audio;const{src:t="",loop:e=!1,started:n=!1}=this.state;if(t){const e=this.root?.app?.loadTracker;if(e){const n=new Promise((e,n)=>{this._audio.addEventListener("canplay",()=>e(),{once:!0}),this._audio.addEventListener("error",()=>n(new Error(`Audio load failed: ${t}`)),{once:!0})});e.track(`audio:${t}`,"audio",t,n)}}this._audio.addEventListener("canplay",()=>{this.started&&this._audio.play()}),this.onchangeSrc(t),this.onchangeLoop(e),this.onchangeStarted(n)}render(t){const{left:e,top:n,width:i,height:s}=this.state;t.beginPath(),this.drawImage(t,Yg.image,e,n,i,s)}get nature(){return Vg}get hasTextProperty(){return!1}get src(){return this.get("src")}set src(t){this.set("src",t)}get started(){return!!this.get("started")}set started(t){this.set("started",t)}start(){this._audio&&(this._audio.classList.add("active"),this._audio.play())}pause(){this._audio&&(this._audio.classList.remove("active"),this._audio.pause())}onchangeSrc(t){try{"data"!==String(t).substring(0,4)?this._audio.crossOrigin="use-credentials":this._audio.crossOrigin=null,this._audio.src="string"==typeof t?this.app.url(t):t}catch(t){return void Zi(t)}}onchangeStarted(t){const e=this._audio;t?4==e.readyState&&e.play():e.pause()}onchangeLoop(t){this._audio.loop=t}onchange(t,e){"src"in t&&this.onchangeSrc(t.src),"started"in t&&this.onchangeStarted(t.started),"loop"in t&&this.onchangeLoop(t.loop)}ondblclick(t){this.started=!this.started}ondropfile(t,e){for(let n=0;n<t.length;n++)if(t[n].type.startsWith("audio/"))return void(this.src=e[n])}}Tc.register("audio",Yg);class Wg extends(Dc(Tc)){is3dish(){return!0}}Tc.register("text",Wg);const Ug=["refid","left","top","width","height","rotation","animation","zPos"];class $g extends Xm{isGroup(){return!0}is3dish(){return!0}get showMoveHandle(){return!1}get(t){return this._model[t]}set(t,e){if("string"==typeof t)return this.set({[t]:e});const n=Ug.reduce((e,n)=>(t.hasOwnProperty(n)&&(e[n]=t[n]),e),{});return super.set(n,void 0)}capture(t,e,n){const i=super.capture(t,e,n);if(i!==this)return i}set bounds(t){if(this.__MUTATING__)return void(super.bounds=t);const e=this.bounds,n=t.width/e.width,i=t.height/e.height;this.path=this.path.map(s=>({x:t.left+(s.x-e.left)*n,y:t.top+(s.y-e.top)*i})),this.components&&this.components.forEach(t=>{if(t.mutable)t.mutatePath(null,function(t){return t.map(function(t){return{x:t.x*n,y:t.y*i}})});else{const e=t.bounds,s=t.center,r={x:s.x*(1-n),y:s.y*(1-i)},o=e.width*(1-n),a=e.height*(1-i),c=-(r.x-o/2),l=-(r.y-a/2);t.bounds={left:e.left+c,top:e.top+l,width:e.width*n,height:e.height*i}}})}get focusible(){return!1}get bounds(){return super.bounds}get hasTextProperty(){return!1}isIdentifiable(){return!1}calculateBounds(){this.clearCache(),this.__MUTATING__=!0,this.mutateBounds(function(t){const e=Tc.union(this.components.map(t=>t.bounds));return this.components.forEach(t=>{const n=t.bounds;t.bounds={left:n.left-e.left,top:n.top-e.top,width:n.width,height:n.height}}),{left:t.left+e.left,top:t.top+e.top,width:e.width,height:e.height}},this),this.__MUTATING__=!1,this.parent.isGroup()&&this.parent.calculateBounds?.()}render(t){}postrender(t){const{top:e,left:n}=this.state;t.translate(n,e),this.layout.drawables(this).forEach(e=>{e.draw(t)}),t.translate(-n,-e)}}Tc.memoize($g.prototype,"bounds",!0),Tc.register("group",$g);const Xg={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"id-input",label:"ref",name:"ref"},{type:"select",label:"fit",name:"fit",property:{options:["","both","ratio"]}}],"value-property":"ref",help:"scene/component/local-ref"};class qg extends(Dc(Pc)){get ref(){const t=this.getState("ref");return t&&"string"==typeof t?this.root.findById?.(t):null}set ref(t){this.setState("ref",t)}get refScale(){const t=this.ref;if(!t)return{x:1,y:1};const e=t.bounds,n=this.bounds,i=n.width/e.width,s=n.height/e.height;return"both"===this.model.fit?{x:i,y:s}:{x:Math.min(i,s),y:Math.min(i,s)}}draw(t){this._drawing||(this._drawing=!0,super.draw(t),this._drawing=!1)}prerender(t){if(super.prerender(t),this.ref){const e=this.ref.center,n=this.center,i=this.refScale;t.translate(n.x,n.y),t.scale(i.x,i.y),t.translate(-e.x,-e.y)}}postrender(t){if(this.ref)return this.ref.postrender(t);super.postrender(t)}render(t){if(this.ref)return this.ref.render(t);const{left:e,top:n,width:i,height:s}=this.bounds;t.beginPath(),t.rect(e,n,i,s)}get nature(){return Xg}get hasTextProperty(){return!1}}Tc.memoize(qg.prototype,"ref",!1),Tc.memoize(qg.prototype,"refScale",!1),Tc.register("local-ref",qg);class Kg extends(Vm(Kl)){render(t){}is3dish(){return!0}get layout(){return Fc.get(this.get("layout"))||Nc}}const Qg={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"board-selector",label:"scene-number",name:"ref",placeholder:"SCENE-1"},{type:"number",label:"round",name:"round",property:{min:0}},{type:"select",label:"fit",name:"fit",property:{options:["","both","ratio","width","height","none"]}},{type:"select",label:"mode",name:"mode",property:{options:["view","interaction"]}}],"value-property":"ref",help:"scene/component/global-ref"};class Zg extends Kg{dispose(){this._releaseRef(),super.dispose()}get nature(){return Qg}get hasTextProperty(){return!1}get tagName(){return"div"}setElementProperties(t){const{mode:e="view",round:n=0}=this.state;t.style.pointerEvents="view"==e?"none":"inherit",t.style.borderRadius=n+"px"}async ready(){super.ready(),this.fetchRef()}reposition(){if(!this.element)return;super.reposition();const t=this._element_bounds,{offsetWidth:e,offsetHeight:n}=this.element;if(this._element_bounds={offsetWidth:e,offsetHeight:n},(!t||t.offsetWidth!=e||t.offsetHeight!=n)&&this.ref&&this.root.target_element){const{fit:t="ratio"}=this.state;this.ref.fit(t)}}async fetchRef(){this._releaseRef();const{ref:t,fit:e="ratio"}=this.state;if(!t)return;const n=this.app.refProvider;if(n&&t){const i=(async()=>{this.__ref=await n.get(t,!0),this.__ref.target=this.element,this.__ref.fit(e),this.__ref.data=this.data})();this.root?.app?.loadTracker?.track(`ref:${t}`,"ref-board",t,i);try{await i}catch(t){Zi(t)}}}get ref(){return this.__ref}set ref(t){this.setState("ref",t)}_releaseRef(){this.__ref&&this.__ref.release&&this.__ref.release(),delete this.__ref}onchange(t,e,n){super.onchange(t,e),"ref"in t&&this.fetchRef(),"fit"in t&&this.ref&&requestAnimationFrame(()=>{const{fit:t}=this.state;this.ref.fit(t)}),"data"in t&&this.ref&&requestAnimationFrame(()=>{this.ref.data=t.data})}}Tc.register("global-ref",Zg);const Jg="center-middle",ty={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"board-selector",label:"board",name:"board"},{type:"checkbox",label:"modal",name:"modal"},{type:"checkbox",label:"closable",name:"closable"},{type:"checkbox",label:"draggable",name:"draggable"},{type:"checkbox",label:"minimizable",name:"minimizable"},{type:"checkbox",label:"show",name:"show"},{type:"select",label:"popup-position",name:"popupPosition",property:{options:["static","absolute"]}},{type:"select",label:"popup-origin",name:"origin",property:{options:["left-top","center-top","right-top","left-middle",Jg,"right-middle","left-bottom","center-bottom","right-bottom","auto"]}},{type:"string",label:"title",name:"text"},{type:"data",label:"value",name:"value"},{type:"string",label:"container-ref",name:"containerRef",placeholder:"PopupContainer id (same board)"},{type:"textarea",label:"html-template",name:"htmlTemplate",property:{language:"html"}},{type:"string",label:"anchor-ref",name:"anchorRef",placeholder:"component id (3D-tracked anchor)"},{type:"select",label:"anchor-pin",name:"anchorPin",property:{options:[{display:"Top",value:"top"},{display:"Center",value:"center"},{display:"Bottom",value:"bottom"}]}},{type:"number",label:"anchor-offset-x",name:"anchorOffsetX"},{type:"number",label:"anchor-offset-y",name:"anchorOffsetY"},{type:"number",label:"anchor-offset-z",name:"anchorOffsetZ"},{type:"checkbox",label:"constant-size",name:"constantSize"},{type:"checkbox",label:"tether",name:"tether"},{type:"select",label:"off-screen",name:"offScreen",property:{options:[{display:"Hide",value:"hide"},{display:"Edge-pin",value:"edge-pin"},{display:"Keep last",value:"keep-last"}]}}],help:"scene/component/popup"};class ey extends(Dc(Pc)){static get image(){return ey._image||(ey._image=new Image,ey._image.src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAABGCAMAAABG8BK2AAADJmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNy4xLWMwMDAgNzkuZGFiYWNiYiwgMjAyMS8wNC8xNC0wMDozOTo0NCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIzLjAgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RkM4QzQxNUMzMzBEMTFFQ0JEMzZDMDUwQUI4MEI3QTAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RkM4QzQxNUQzMzBEMTFFQ0JEMzZDMDUwQUI4MEI3QTAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpENjlENTQ3RjMzMDkxMUVDQkQzNkMwNTBBQjgwQjdBMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpENjlENTQ4MDMzMDkxMUVDQkQzNkMwNTBBQjgwQjdBMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsiUYSQAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAA51BMVEVHcEwzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzOguTm2AAAATHRSTlMARhB73r9B7YLrsqdE+0cq9Avzeg31eQx4aQ+Ks6aUd5DsYKixEX1w8vyT2VjoZ3YezY/cCEDvl+QTvRwJ0ifwK/5T/aw6+IuFuCImAcS6MQAAAeJJREFUWMPt2FlX2zAQhuHJYmOSFhIggbC0QNn3rS1dKXSH9///Hi58CJLxKIpEWi6YO8c5z4lG/nxGEXmu/1OVLGnhrFaSVQYg1SZetTTvUibqeFZ9QlfmvRWoV1VmCaCRzroXPpsuAjTV7gLUfPahBqD1OQMW/fazAWTKvQRI/ZgUSJR7U8CM/dHZ+/2VcatWdvdEZAaYUhiAwkerJXt0rnzXwdRKmHfDM0fHD5kxjTFyVLzVfvvirn7+cDJWjhy7c7XlYuwc6Urvu2tRhRypyhwAf1sKY+TIxfQA+H39q5wxc+RgVrcBduTmZTlj5khnDgH4IzKpMGaOVCbvyyvRGTNHGtPrKypjXirM5jb910I4k69oQeKY+77EMAcALEsck/+W6f71tyCma/ZFROTrJVwMy7wmf3bv6/MX+Dgkkysblvxps/dhOKZb6IvrTakzXXuPApnpYneDGOeKvJlaSXcDmA7AicQyW84VeTOnY+NdiWcG1uiZksFEHdyAlsJEjEkmkwGNsKHNZCJGSKtVTYC1tO022mnjwUBrMdXg8dreuOBhv7D/62/8lGZ1wLxXyZKOm+iUHIQintyny0TkaATHjYgcjeAoFpEje9R/nGPqIx2aw3NU9odCQI6e6x/VLY32cKQXVBnkAAAAAElFTkSuQmCC"),ey._image}async ready(){await super.ready(),this.show&&this.onchangeShow(!0)}render(t){const{left:e,top:n,width:i,height:s}=this.bounds;t.beginPath(),this.drawImage(t,ey.image,e,n,i,s)}onchange(t,e){"value"in t?this.show?this.onchangeShow(!0):this.show=!0:"show"in t&&this.onchangeShow(this.show)}onchangeShow(t){if(this.app.isEditMode)return;(this.getState("board")||this.getState("containerRef")||this.getState("htmlTemplate"))&&(t?this.openPopup(this.value):this.hidePopup())}openPopup(t,e){if(this.app.isEditMode)return;const n=this.getState("anchorRef"),i=n&&this.rootModel?.findById?this.rootModel.findById(n):void 0;ap.show(this,this.getState("board"),{origin:this.getState("origin")||Jg,modal:this.getState("modal"),closable:this.getState("closable")||!1,draggable:this.getState("draggable")||!1,minimizable:this.getState("minimizable")||!1,popupPosition:this.getState("popupPosition"),title:this.text,data:t||this.value,containerRef:this.getState("containerRef"),htmlTemplate:this.getState("htmlTemplate"),anchor:i,anchorPin:this.getState("anchorPin")||"top",anchorOffsetX:this.getState("anchorOffsetX")??0,anchorOffsetY:this.getState("anchorOffsetY")??0,anchorOffsetZ:this.getState("anchorOffsetZ")??0,constantSize:this.getState("constantSize")??!0,tether:this.getState("tether")??!1,offScreen:this.getState("offScreen")||"hide",...e})}hidePopup(){ap.hide(this)}get board(){return this.getState("board")}set board(t){this.set("board",t)}get show(){return this.getState("show")}set show(t){this.setState("show",t)}get started(){return this.getState("show")}set started(t){this.setState("show",t)}get value(){return this.getState("value")}set value(t){this.setState("value",t)}get hasTextProperty(){return!1}get nature(){return ty}}Tc.register("popup",ey);const ny={mutable:!1,resizable:!0,rotatable:!1,properties:[{type:"layout",label:"layout",name:"layoutOption"},{type:"checkbox",label:"constant-size",name:"constantSize"},{type:"checkbox",label:"billboard",name:"billboard"},{type:"checkbox",label:"tether",name:"tether"},{type:"select",label:"off-screen",name:"offScreen",property:{options:[{display:"Hide",value:"hide"},{display:"Edge-pin",value:"edge-pin"},{display:"Keep last",value:"keep-last"}]}}],help:"scene/component/popup-container"};class iy extends Xm{get nature(){return ny}isPopupContainer(){return!0}}Tc.register("popup-container",iy);class sy extends Tc{render(t){const{path:e=[]}=this.state;if(!(e.length<=1)){t.beginPath(),t.moveTo(e[0].x,e[0].y);for(let n=1;n<e.length;n++)t.lineTo(e[n].x,e[n].y);t.closePath(),this.drawStroke(t,void 0)}}get path(){return this.model.path}set path(t){this.set("path",t)}contains(t,e){const n=this.state.path;let i=!1;return n.forEach((s,r)=>{const o=(r+n.length+1)%n.length,a=s.x,c=s.y,l=n[o].x,h=n[o].y;c>e!=h>e&&t<(l-a)*(e-c)/(h-c)+a&&(i=!i)}),i}}Tc.register("path",sy);const ry={mutable:!0,resizable:!1,rotatable:!0,properties:[{type:"number",label:"round",name:"round",property:{min:0,max:100,step:1}}],help:"scene/component/triangle"};class oy extends Pc{is3dish(){return!0}contains(t,e){const{x1:n,y1:i,x2:s,y2:r,x3:o,y3:a}=this.state,c=[n,i,s,r,o,a];let l=!1;for(let n=0;n<c.length;n+=2){const i=(n+2)%c.length,s=c[n],r=c[n+1],o=c[i+1];r>e!=o>e&&t<(c[i]-s)*(e-r)/(o-r)+s&&(l=!l)}return l}get mutable(){return!0}get path(){const{x1:t,y1:e,x2:n,y2:i,x3:s,y3:r}=this.state;return[{x:t,y:e},{x:n,y:i},{x:s,y:r}]}set path(t){this.set({x1:t[0].x,y1:t[0].y,x2:t[1].x,y2:t[1].y,x3:t[2].x,y3:t[2].y})}get nature(){return ry}}Tc.memoize(oy.prototype,"path",!1),Tc.register("triangle",oy);const ay={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"number",label:"ratio",name:"ratio",property:"ratio"}],help:"scene/component/donut"},cy={ondragmove:function(t,e,n){let{cx:i,rx:s}=n.model;s=Math.abs(s);let r=(n.fromParent(t.x,t.y).x-i)/s*100;r=r>=100||r<=-100?100:Math.abs(r),n.set({ratio:r})}};class ly extends hg{is3dish(){return!0}render(t){let{ratio:e=50,cx:n,cy:i,rx:s,ry:r,startAngle:o,endAngle:a,anticlockwise:c}=this.state;s=Math.abs(s),r=Math.abs(r),t.beginPath(),t.ellipse(n,i,s,r,0,o||0,a||2*Math.PI,c),t.moveTo(n+s/100*e,i),t.ellipse(n,i,s/100*e,r/100*e,0,o||0,a||2*Math.PI,!0)}contains(t,e){let{cx:n,cy:i,rx:s,ry:r,ratio:o}=this.state;s=Math.abs(s),r=Math.abs(r);const a=(t-n)/(2*s-.5),c=(e-i)/(2*r-.5),l=(t-n)/(s/100*o*2-.5),h=(e-i)/(r/100*o*2-.5);let d=!1;return a*a+c*c<.25&&l*l+h*h>.25&&(d=!d),d}get controls(){let{cx:t,cy:e,rx:n,ratio:i}=this.state;return n=Math.abs(n),[{x:t+n/100*i,y:e,handler:cy}]}get nature(){return ay}}Tc.memoize(ly.prototype,"controls",!1),Tc.register("donut",ly);const hy={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"number",label:"ratio",name:"ratio",property:"ratio"},{type:"number",label:"wing",name:"wing",property:"wing"}],help:"scene/component/star"},dy={ondragmove:function(t,e,n){const{cy:i,ry:s}=n.model;let r=(n.fromParent(t.x,t.y).y-i)/s*100+100;r>=100?r=100:r<=0&&(r=0),n.set({ratio:r})}};class uy extends hg{is3dish(){return!0}render(t){const{ratio:e=30,wing:n=5,cx:i,cy:s,rx:r,ry:o}=this.state;if(n<3)return;const a=1.5707963267948966,c=2*Math.PI/n,l=r-e/100*r,h=o-e/100*o;t.save(),t.beginPath(),t.translate(i,s),t.moveTo(r*Math.cos(-a),o*Math.sin(-a)),t.lineTo((r-l)*(Math.cos(c-a)+Math.cos(0-a))/2,(o-h)*(Math.sin(c-a)+Math.sin(0-a))/2);for(let e=1;e<n;e++)t.lineTo(r*Math.cos(c*e-a),o*Math.sin(c*e-a)),t.lineTo((r-l)*(Math.cos(c*(e+1)-a)+Math.cos(c*e-a))/2,(o-h)*(Math.sin(c*(e+1)-a)+Math.sin(c*e-a))/2);t.closePath(),t.restore()}get controls(){const{cx:t,cy:e,ry:n,ratio:i}=this.state;return[{x:t,y:e-n+n*(i/100),handler:dy}]}get nature(){return hy}}Tc.memoize(uy.prototype,"controls",!1),Tc.register("star",uy);const py={mutable:!1,resizable:!1,rotatable:!1,properties:[]};class fy extends(Xf(Pc)){is3dish(){return!1}isDescendible(){return!1}render(t){const{cx:e,cy:n,anticlockwise:i}=this.state,s=this.app?.scale||1;t.beginPath(),t.scale(1/s,1/s),t.ellipse(e,n,Math.abs(fy.RADIUS),Math.abs(fy.RADIUS),0,0,2*Math.PI,i),t.scale(s,s),t.closePath()}get path(){const{cx:t,cy:e}=this.state;return[{x:t-fy.RADIUS,y:e-fy.RADIUS},{x:t+fy.RADIUS,y:e-fy.RADIUS},{x:t+fy.RADIUS,y:e+fy.RADIUS},{x:t-fy.RADIUS,y:e+fy.RADIUS}]}set path(t){const e=t[0],n=t[2];this.set({cx:e.x+(n.x-e.x)/2,cy:e.y+(n.y-e.y)/2})}contains(t,e){const{cx:n,cy:i}=this.state,s=(t-n)/(2*fy.RADIUS-.5),r=(e-i)/(2*fy.RADIUS-.5);return s*s+r*r<.25}outline(t){const{cx:e,cy:n}=this.state;return this.toScene(e,n)}get nature(){return py}}fy.RADIUS=5,Tc.memoize(fy.prototype,"path",!1),Tc.register("node",fy);class my extends pu{getObject3dInstance(){return new e.Mesh}build(){super.build();const{width:t,height:n}=this.component.bounds,i=this.component.state.depth||.5*Math.min(t,n),s=.15*Math.min(t,n,i),r=new R(1,1,1,4,s/Math.min(t,n,i));r.scale(t,i,n),this.object3d.geometry=r,this.object3d.material=new e.MeshStandardMaterial({color:"#5090d0",transparent:!0,opacity:.35,roughness:.6,metalness:.1,side:e.FrontSide,depthWrite:!1}),this.object3d.visible=!!this.component.app?.isEditMode}updateAlpha(){const t=this.object3d.material;t&&(t.opacity=this.component.app?.isEditMode?.35:0)}updateHidden(){this.object3d.visible=!!this.component.app?.isEditMode&&!this.component.state.hidden}updateDimension(){const{width:t,height:e}=this.component.bounds,n=this.component.state.depth||.5*Math.min(t,e);this.object3d.geometry.computeBoundingBox();const i=this.object3d.geometry.boundingBox;if(i){const s=i.max.x-i.min.x,r=i.max.y-i.min.y,o=i.max.z-i.min.z;this.setDimensionScale(t/s,n/r,e/o)}}updateFillStyle(){}updateStrokeStyle(){}updateText(){}clear(){return eu(this.object3d),super.clear()}}const gy="data:image/svg+xml;base64,"+btoa('<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="#5090d0">\n <path d="M32 20a12 12 0 1 0 0 24 12 12 0 0 0 0-24zm0 18a6 6 0 1 1 0-12 6 6 0 0 1 0 12z"/>\n <path d="M55.4 27.2l-3.6-.6c-.4-1.2-.8-2.4-1.4-3.4l2.2-3c.6-.8.4-2-.2-2.6l-3-3c-.8-.6-1.8-.8-2.6-.2l-3 2.2c-1.2-.6-2.2-1-3.4-1.4l-.6-3.6c-.2-1-1-1.6-2-1.6h-4.2c-1 0-1.8.6-2 1.6l-.6 3.6c-1.2.4-2.4.8-3.4 1.4l-3-2.2c-.8-.6-2-.4-2.6.2l-3 3c-.6.8-.8 1.8-.2 2.6l2.2 3c-.6 1.2-1 2.2-1.4 3.4l-3.6.6c-1 .2-1.6 1-1.6 2v4.2c0 1 .6 1.8 1.6 2l3.6.6c.4 1.2.8 2.4 1.4 3.4l-2.2 3c-.6.8-.4 2 .2 2.6l3 3c.8.6 1.8.8 2.6.2l3-2.2c1.2.6 2.2 1 3.4 1.4l.6 3.6c.2 1 1 1.6 2 1.6h4.2c1 0 1.8-.6 2-1.6l.6-3.6c1.2-.4 2.4-.8 3.4-1.4l3 2.2c.8.6 2 .4 2.6-.2l3-3c.6-.8.8-1.8.2-2.6l-2.2-3c.6-1.2 1-2.2 1.4-3.4l3.6-.6c1-.2 1.6-1 1.6-2v-4.2c0-1-.6-1.8-1.6-2z"/>\n</svg>');class yy extends(Dc(Tc)){static get icon(){return yy._defaultIcon||(yy._defaultIcon=new Image,yy._defaultIcon.src=gy),yy._defaultIcon}get serviceName(){}get hasTextProperty(){return!1}is3dish(){return!0}buildRealObject(){return new my(this)}render(t){if(this.app?.isViewMode)return;const{left:e,top:n,width:i,height:s}=this.bounds,r=this.constructor.icon;t.beginPath(),t.globalAlpha=.6,this.drawImage(t,r,e,n,i,s),t.globalAlpha=1}added(t){super.added(t);const e=this.serviceName;e&&(this._registeredRoot=this.root,this._registeredRoot?.registerService?.(e,this))}removed(t){const e=this.serviceName;e&&this._registeredRoot&&(this._registeredRoot.unregisterService?.(e),this._registeredRoot=void 0),super.removed(t)}get controls(){return[]}}function by(t){return class extends t{animOnValueChange(t,e=!1,n){if(t==this._lastValue)return;if(this.root?.app?.suppressAnimations)return this._lastValue=t,this._anim_alpha=0,void this.invalidate();let i;i=e?t-(Number(n)||0):t-(this._lastValue||0),this._lastValue=t,this._anim_alpha=-i,this.animate({step:t=>{this._anim_alpha=i*(t-1),this.invalidate()},duration:1e3,delta:"circ",options:{x:1},ease:"out"}).start()}dispose(){super.dispose(),delete this._value_substitutor}onchange(t,e){t.hasOwnProperty("value")&&delete this._value_substitutor}get animAlpha(){return this._anim_alpha||0}get animValue(){return(this._lastValue||0)+(this._anim_alpha||0)}defaultValueSubstitutor(){return this.getState("value")}get valueSubstitutor(){return this._value_substitutor||(this._value_substitutor=Ur(this.getState("value"),this,void 0)||this.defaultValueSubstitutor),this._value_substitutor}get value(){return Number(this.valueSubstitutor())||0}set value(t){delete this._value_substitutor,this.setState("value",Number(wi(t)))}}}function _y(t){return class extends t{_convertDataFormat(t,e){let n;if("json"===e)n=JSON.parse(t);else n=t;return n}isDataSource(){return!0}}}function vy(t){var e;return(e=class extends t{is3dish(){return!0}get hasTextProperty(){return!1}get capturable(){return!1}render(t){}}).raycastTargetDefault=!1,e.requires3d=!0,e}const xy="$base_url",wy=[{type:"gltf-preset",label:"preset",name:"preset"},{type:"gltf-selector",label:"url",name:"src",property:{displayField:"id",displayFullUrl:!0,baseUrlAlias:xy,defaultStorage:"3d-model",storageFilters:{type:Array,value:[{name:"category",value:"image"}]},useUpload:!0,category:"application"},observe:function(t){const e=this.parentNode?.querySelector("[name=gltfInfo]");e&&(e.src=t);const n=this.parentNode?.querySelector("[name=fillStyleTargets]");n&&(n.src=t);const i=this.parentNode?.querySelector("[name=playTargets]");i&&(i.src=t)}},{type:"gltf-info",label:"",name:"gltfInfo",readonly:!0,property:{action:(t,e)=>{t._ratioLocking=!0;try{t.set(e)}finally{t._ratioLocking=!1}}},editor:{fullwidth:!0}},{type:"gltf-fill-targets",label:"fill-targets",name:"fillStyleTargets",editor:{fullwidth:!0}},{type:"gltf-play-targets",label:"play-targets",name:"playTargets",editor:{fullwidth:!0}}];function My(t){return class extends t{constructor(){super(...arguments),this._snapshotLoading=!1,this._ratioLocking=!1}is3dish(){return!0}get hasTextProperty(){return!1}get controls(){return[]}render(t){const{left:e,top:n,width:i,height:s}=this.bounds;t.beginPath();const r=this._topViewSnapshot;if(r)return void t.drawImage(r,e,n,i,s);this._ensureTopViewSnapshot(),t.rect(e,n,i,s),t.fillStyle="#f0f0f0",t.fill(),t.strokeStyle="#999",t.lineWidth=1,t.stroke();const o=this.getState("src"),a=o&&o.split("/").pop()?.replace(/\.[^.]+$/,"")||"GLTF",c=Math.max(10,.12*Math.min(i,s));t.fillStyle="#666",t.font=`${c}px sans-serif`,t.textAlign="center",t.textBaseline="middle",t.fillText(a,e+i/2,n+s/2,.9*i)}onchange(t,e){super.onchange?.(t,e),"src"in t&&(this._topViewSnapshot=void 0)}_ensureTopViewSnapshot(){if(this._snapshotLoading)return;const t=this.getState("src");if(!t)return;const e=vu.getTopViewCache(t);if(e)return this._topViewSnapshot=e,void this.invalidate();this._snapshotLoading=!0;const n=this.app.url(t);vu.loadGLTF(n).then(e=>{if(this._snapshotLoading=!1,this.getState("src")!==t)return;const n=vu.getTopViewCache(t);if(n)return this._topViewSnapshot=n,void this.invalidate();const i=vu.renderTopView(e.scene);vu.setTopViewCache(t,i),this._topViewSnapshot=i,this.invalidate()}).catch(()=>{this._snapshotLoading=!1})}buildRealObject(){return new vu(this)}get source(){return this.getState("src")}set source(t){this.setState("src",t)}get play(){return!1!==this.getState("play")}set play(t){this.setState("play",t)}get nodes(){return this.getState("nodes")}set nodes(t){this.setState("nodes",t)}get animations(){return this.getState("animations")}set animations(t){this.setState("animations",t)}get playTargets(){return this.getState("playTargets")}set playTargets(t){this.setState("playTargets",t)}get fillStyleTargets(){return this.getState("fillStyleTargets")}set fillStyleTargets(t){this.setState("fillStyleTargets",t)}get nodeNames(){const t=this.realObject;return t?.nodeNames??[]}get animationNames(){const t=this.realObject;return t?.animationNames??[]}set dimension(t){const{width:e=1,height:n=1,depth:i=1}=t;this.setState({width:e,height:n,depth:i}),this.realObject?.updateDimension()}_applyRatioLock(t){if(!("width"in t||"height"in t||"depth"in t))return t;const e=this.state.width||1,n=this.state.height||1,i=this.state.depth||1,s=vf([(t.width??e)/e,(t.height??n)/n,(t.depth??i)/i]);return s?{...t,width:Math.round(e*s),height:Math.round(n*s),depth:Math.round(i*s)}:t}set(t,e){if("string"==typeof t&&(t={[t]:e}),this.state?.ratioLock&&!this._ratioLocking){this._ratioLocking=!0;try{t=this._applyRatioLock(t)}finally{}}try{return super.set(t)}finally{this._ratioLocking=!1}}setState(t,e){if("string"==typeof t&&(t={[t]:e}),this.state?.ratioLock&&!this._ratioLocking){this._ratioLocking=!0;try{t=this._applyRatioLock(t)}finally{}}try{return super.setState(t)}finally{this._ratioLocking=!1}}}}function Sy(t){return function(e){return Array.isArray(t)?t.forEach(t=>{Tc.register(t,e)}):Tc.register(t,e),e}}function ky(t){return!!t&&"function"==typeof t.capacity&&"function"==typeof t.available}function Ay(t){if(ky(t)){const e=t.capacity(),n=t.available();return{capacity:e,available:n,isFull:0===n}}if("function"==typeof t?.slotIds){const e=t.slotIds().length,n="function"==typeof t.emptySlotIds?t.emptySlotIds().length:e;return{capacity:e,available:n,isFull:0===n}}const e=t?.state?.capacity,n=Array.isArray(t?.state?.data)?t.state.data.length:0;if("number"==typeof e){const t=Math.max(0,e-n);return{capacity:e,available:t,isFull:0===t}}return{capacity:1/0,available:1/0,isFull:!1}}class Ey{constructor(){this.wasFull=!1,this.availableListeners=[],this.fullListeners=[]}notify(t){const e=0===t;if(e&&!this.wasFull){this.wasFull=!0;for(const t of this.fullListeners)try{t()}catch(t){}}else if(!e&&this.wasFull){this.wasFull=!1;for(const t of this.availableListeners)try{t()}catch(t){}}}onAvailable(t){return this.availableListeners.push(t),()=>{const e=this.availableListeners.indexOf(t);e>=0&&this.availableListeners.splice(e,1)}}onFull(t){return this.fullListeners.push(t),()=>{const e=this.fullListeners.indexOf(t);e>=0&&this.fullListeners.splice(e,1)}}dispose(){this.availableListeners=[],this.fullListeners=[]}}function Cy(t,e){if(!t||!e)return()=>{};if("function"!=typeof t.pauseEmit||"function"!=typeof t.resumeEmit)return()=>{};if("function"!=typeof e.onFull||"function"!=typeof e.onAvailable)return()=>{};const n=e.onFull(()=>t.pauseEmit()),i=e.onAvailable(()=>t.resumeEmit());return Ay(e).isFull&&t.pauseEmit(),()=>{n?.(),i?.()}}class Ty{constructor(t,e=1,n="horizontal"){this.owner=t,this.itemSpacing=e,this.axis=n}positionAt(t,e,n,i){const s=e.maxCount??1/0;if(t<0||t>=s)return null;const r=this.owner?.state?.width??0,o=this.owner?.state?.height??0,a=i?.state?.width??0,c=i?.state?.height??0;return"horizontal"===this.axis?{x:t*this.itemSpacing,y:Math.max(0,(o-c)/2),z:0}:{x:Math.max(0,(r-a)/2),y:t*this.itemSpacing,z:0}}capacity(t){return t.maxCount??1/0}}function Py(t,e,n,i,s,r,o){const a=n.w,c=n.h,l=i.w,h=i.h,d=i.d,u=[],p=l+s,f=h+s,m=Math.max(1,Math.floor((a+s)/p)),g=Math.max(1,Math.floor((c+s)/f)),y=m*g,b=r&&r>0?Math.floor(r):4;if("row"===t||"column"===t){const n=o?.advanceAlongX??!1,i=o?.reverse??!1,s=n?m:g,r=n?g:m,l=(t,e,i)=>((t,e,n)=>u.push({x:-a/2+(t+.5)*p,y:n*d+d/2,z:-c/2+(e+.5)*f}))(n?t:e,n?e:t,i);let h=0;for(let n=0;n<s&&h<e;n++){const o=i?s-1-n:n;if("column"===t)for(let t=0;t<r&&h<e;t++)for(let n=0;n<b&&h<e;n++)l(o,t,n),h++;else for(let t=0;t<b&&h<e;t++)for(let n=0;n<r&&h<e;n++)l(o,n,t),h++}return u}if("pyramid"===t){let t=e,n=0;for(;t>0;){const e=Math.max(1,m-n),i=Math.max(1,g-n),s=e*i,o=Math.min(t,s);for(let t=0;t<o;t++){const s=t%e,r=Math.floor(t/e),o=-a/2+(s+(m-e)/2+.5)*p,l=-c/2+(r+(g-i)/2+.5)*f;u.push({x:o,y:n*d+d/2,z:l})}if(t-=o,n++,1===e&&1===i){for(let e=0;e<t;e++)u.push({x:0,y:(n+e)*d+d/2,z:0});break}if(r&&n>=r)break}return u}if("pile"===t){const t=t=>(43758.5453*Math.sin(12.9898*t)%1+1)%1;for(let n=0;n<e;n++){const e=Math.floor(n/y),i=n%y,s=i%m,o=Math.floor(i/m),g=(t(2*n)-.5)*l*.2,b=(t(2*n+1)-.5)*h*.2,_=-a/2+(s+.5)*p+g,v=-c/2+(o+.5)*f+b;if(u.push({x:_,y:e*d+d/2,z:v}),r&&e>=r-1&&i===y-1)break}return u}for(let n=0;n<e;n++){const e=Math.floor(n/y);if(r&&e>=r)break;const i=n%y,s=i%m,o=Math.floor(i/m);let l=-a/2+(s+.5)*p;const h=-c/2+(o+.5)*f;"staggered"===t&&e%2==1&&(l+=p/2),u.push({x:l,y:e*d+d/2,z:h})}return u}class Oy{constructor(t,e={}){this.pattern=t,this.defaults=e}layout(t,e,n,i={}){const s=i.gap??this.defaults.gap??0,r=i.heightLimit??this.defaults.heightLimit,o=i.fill??this.defaults.fill;return Py(this.pattern,t,e,n,s,r,o).map(t=>({position:t}))}}class Dy{constructor(t,e,n={}){this.cols=t,this.rows=e,this.defaults=n}layout(t,e,n,i={}){const s=Math.max(1,this.cols),r=Math.max(1,this.rows),o=s*r,a=i.gap??this.defaults.gap??0,c=n.w+a,l=n.h+a,h=[];for(let e=0;e<t;e++){const t=Math.floor(e/o),i=e%o,a=i%s,d=Math.floor(i/s);h.push({position:{x:(a-(s-1)/2)*c,z:(d-(r-1)/2)*l,y:t*n.d+n.d/2}})}return h}}class zy{constructor(t=.1,e=!1,n=!1){this.gapRatio=t,this.fillFromFar=e,this.sliceFirst=n}grid(t,e){const n=e.w*this.gapRatio,i=e.h*this.gapRatio;return{cols:Math.max(1,Math.floor((t.w-n)/(e.w+n))),rows:Math.max(1,Math.floor((t.h-i)/(e.h+i))),pitchX:e.w+n,pitchZ:e.h+i}}capacity(t,e,n){const{cols:i,rows:s}=this.grid(t,e);return i*s*Math.max(1,Math.floor(n))}layout(t,e,n,i={}){const{cols:s,rows:r,pitchX:o,pitchZ:a}=this.grid(e,n),c=n.d+n.d*this.gapRatio,l=null!=i.heightLimit?Math.max(1,Math.floor(i.heightLimit)):1/0,h=Number.isFinite(l),d=this.sliceFirst&&h,u=s*r,p=s*(h?l:1),f=s*r*(h?l:t),m=Math.min(t,f),g=[];for(let t=0;t<m;t++){let e,i,l;if(d){const n=Math.floor(t/p),r=t%p;e=r%s,l=Math.floor(r/s),i=n}else{l=Math.floor(t/u);const n=t%u;e=n%s,i=Math.floor(n/s)}this.fillFromFar&&(i=r-1-i),g.push({position:{x:(e-(s-1)/2)*o,z:(i-(r-1)/2)*a,y:l*c+n.d/2}})}return g}}function Iy(t,e,n,i=0){for(let s=0;s<e.length;s++){const r=e[s],o=n[s];r&&o&&(r.parent!==t&&t.attach(r),r.position.set(o.position.x,i+o.position.y,o.position.z),o.rotation?r.quaternion.set(o.rotation.x,o.rotation.y,o.rotation.z,o.rotation.w):r.quaternion.identity())}}function Ry(t,e,n,i=.12){const s=e.left+e.width/2,r=e.top+e.height/2,o=Math.min(n.w,n.h)*i,a=new Map;for(const e of t){const t=`${Math.round(e.position.x)},${Math.round(e.position.z)}`;let i=a.get(t);i||(i={x:s+e.position.x-n.w/2+o,y:r+e.position.z-n.h/2+o,w:n.w-2*o,h:n.h-2*o,count:0},a.set(t,i)),i.count++}return[...a.values()]}function jy(t){return{id:t?.state?.id??t?.id??t?.refid,type:t?.state?.type??t?.type}}const Ly=new e.Euler;function Fy(t,n){Ly.setFromQuaternion(new e.Quaternion(n.x,n.y,n.z,n.w),"YXZ"),t.rotationX=Ly.x,t.rotation=-Ly.y,t.rotationY=Ly.z}const Ny="_transferSlotId",Hy=new Set(["left","top","width","height","depth","zPos","rotation","rotationX","rotationY","rotationZ","scale","translate","material3d","fillStyle","strokeStyle","lineWidth","lineDash","alpha","opacity","hidden","text","fontColor","fontSize","fontFamily","bold","italic","textAlign","textBaseline","shadow","border","cssText","object3d","_realObject","refid","id"]);function By(t){return class extends t{async ready(){await super.ready();const t=this.state?.data;Array.isArray(t)&&0===this._items.length&&!this.isRecordStorage&&this._reconcileItems(t)}set data(t){if(Array.isArray(t)){if(this.isRecordStorage){const e=this.setState;return void("function"==typeof e&&e.call(this,{data:t}))}this._reconcileItems(t)}else this.setState?.({data:t})}get data(){if(this.isRecordStorage)return this.state?.data??[];const t=this._exportSlotRecords();return 0===t.length?this.state?.data:t}_reconcileItems(t){const e=new Map;for(const n of t){const t=this._recordKey(n);t&&e.set(t,n)}const n=new Map;for(const t of this._items){const e=t[Ny];null!=e&&n.set(String(e),t)}for(const[t,i]of n)if(!e.has(t)){try{this.removeItem(i,!0)}catch{}try{i?.dispose?.()}catch{}}for(const[t,i]of e){if(n.has(t))continue;if(null==i.itemId)continue;const e=this._createItemFromRecord(i);if(e){e[Ny]=t;try{this.handoverIn(e)}catch{}}}for(const[t,i]of e){const e=n.get(t);if(e&&(i.itemState&&"function"==typeof e.setState))try{e.setState(i.itemState)}catch{}}}_exportSlotRecords(){const t=this.slotIds?.()??[],e=[],n=new Map,i=[];for(const t of this._items){const e=t[Ny];null!=e?n.set(String(e),t):i.push(t)}for(const i of t){const t=n.get(i)??null;e.push(this._slotRecordOf(i,t))}for(const t of i)e.push(this._slotRecordOf("",t));for(const[i,s]of n)t.includes(i)||e.push(this._slotRecordOf(i,s));return e}_recordKey(t){return t.slotId??t.cellId??""}_slotRecordOf(t,e){if(!e)return{slotId:t,itemId:null};const n=e?.state?.id;return{slotId:t,itemId:null!=n?String(n):null,itemType:e?.state?.type,itemState:this._extractItemState(e)}}_extractItemState(t){const e=t?.state;if(!e||"object"!=typeof e)return;const n=this._businessFields?.();if(Array.isArray(n)){if(0===n.length)return;const t={};for(const i of n)i in e&&void 0!==e[i]&&(t[i]=e[i]);return Object.keys(t).length>0?t:void 0}const i={};for(const t of Object.keys(e))Hy.has(t)||t.startsWith("_")||(i[t]=e[t]);return Object.keys(i).length>0?i:void 0}_businessFields(){return null}_createItemFromRecord(t){const e=t.itemType??t.type;if(!e)return null;try{const n=Tc.register?.(e);if(n&&"function"==typeof n){return new n({type:e,...t.itemState??{}})}}catch{}return null}}}class Gy{positionAt(t,e,n){return 0!==t?null:e.localPosition??{x:0,y:0,z:0}}capacity(t){return 1}}const Vy=new Gy,Yy=[{id:"__default__",maxCount:1/0}];function Wy(t){var n;return n=class extends t{get slots(){return[]}get arrangementStrategy(){return Vy}canReceive(t,e){const n=null!==this.findSlot(t);return Iu.log({role:"target",contract:"canReceive",component:this,args:{carrier:jy(t)},result:n}),n}findSlot(t){const e=this.slots.length?this.slots:Yy;for(const n of e){if(n.allowedTypes?.length){const e=t?.state?.type??t?.type;if(!e||!n.allowedTypes.includes(e))continue}const e=n.maxCount??this.arrangementStrategy.capacity(n),i=this._countOccupied(n.id);if(!(i>=e))return Iu.log({role:"target",contract:"findSlot",component:this,args:{carrier:jy(t)},result:{slotId:n.id,occupied:i,max:e}}),n}return Iu.log({role:"target",contract:"findSlot",component:this,args:{carrier:jy(t)},result:null}),null}acceptanceRotation(t,e){}deliveryWorldRotation(t){const n=this.acceptanceRotation?.(t);if(!n)return;const i=this._realObject?.object3d;if(!i)return;i.updateWorldMatrix(!0,!1);const s=new e.Quaternion;i.getWorldQuaternion(s);const r=new e.Quaternion(n.x,n.y,n.z,n.w);return s.clone().multiply(r)}deliveryWorldPosition(t){const n=this._realObject,i=n?.object3d;if(!i)return;i.updateWorldMatrix(!0,!1);const s=new e.Vector3;i.getWorldPosition(s);const r=this._receivingSurfaceLocalY();if(null!==r){const t=new e.Vector3(0,r,0);return i.localToWorld(t),{x:s.x,y:t.y,z:s.z}}return{x:s.x,y:s.y,z:s.z}}attachPointFor(t){const e=t?.[Ny];if(!e)return null;const n=this.slots.find(t=>t.id===e);return n?{position:n.localPosition??{x:0,y:0,z:0},rotation:n.localRotation??{x:0,y:0,z:0},slotId:n.id}:null}placementFor(t,e={}){const n=t&&"object"==typeof t&&"state"in t?t:void 0,i=n?n.state??{}:t??{},s={width:Number(i.width)||0,height:Number(i.height)||0,depth:Number(i.depth)||0},r=e.slot??this.slots.find(t=>{const e=t.maxCount??this.arrangementStrategy.capacity(t);return this._countOccupied(t.id)<e});if(!r)return null;const o=e.index??this._countOccupied(r.id),a=e.occupantCount??o,c=this.arrangementStrategy.positionAt(o,r,a,n??{state:{...s}});if(!c)return null;const l=Number(this.state?.width)||0,h=Number(this.state?.height)||0,d=c.x+s.width/2-l/2,u=c.y+s.height/2-h/2,p=this._realObject,f=p?.placementMode??"floor",m="space"===f?0:"inverted"===f?-s.depth/2:s.depth/2,g=this._receivingSurfaceLocalY();let y;y=null!==g?g+m:r.localPosition&&Number.isFinite(r.localPosition.z)?r.localPosition.z+m:m-(p?.geometricOffsetY??0);const b=this.acceptanceRotation?.(n??s,r)??void 0;return b?{position:{x:d,y:y,z:u},rotation:b}:{position:{x:d,y:y,z:u}}}_zPosFromSeatY(t,e,n){const i=this._realObject,s=i?.receivingSurfaceY??0,r=!(!n.localPosition||!Number.isFinite(n.localPosition.z));if(0===s&&!r)return null;const o=Number(e)||0,a=i?.placementMode??"floor";return t-("space"===a?0:"inverted"===a?-o/2:o/2)+(i?.geometricOffsetY??0)-s}_receivingSurfaceLocalY(){const t=this._realObject,e=t?.receivingSurfaceY;return"number"!=typeof e||0===e?null:e-(t.geometricOffsetY??0)}_countOccupied(t){const e=this._items;if(e)return e.filter(e=>e?.[Ny]===t).length;const n=this.components;return n?n.filter(e=>e.parent===this&&e[Ny]===t).length:0}},n.__hasCapacity=!0,n}function Uy(t,e){const n=t.left??0,i=t.top??0,s=t.width??0,r=t.height??0;if(s<=0||r<=0)return[];const o="number"==typeof t.rotation?t.rotation:0,a=Math.cos(o),c=Math.sin(o),l=n+s/2,h=i+r/2,d="inbound"===e?-1:1;return[{lx:-s/2,lz:0,odx:-1,odz:0},{lx:s/2,lz:0,odx:1,odz:0},{lx:0,lz:-r/2,odx:0,odz:-1},{lx:0,lz:r/2,odx:0,odz:1}].map(t=>{var e,n;return{worldPos:(e=t.lx,n=t.lz,{x:l+e*a-n*c,z:h+e*c+n*a}),direction:{x:d*(t.odx*a-t.odz*c),z:d*(t.odx*c+t.odz*a)},halfSpan:0!==t.odx?r/2:s/2}})}function $y(t,e){const n=t.left??0,i=t.top??0,s=t.width??0,r=t.height??0;if(s<=0||r<=0)return{inbounds:[],outbounds:[]};const o="number"==typeof t.rotation?t.rotation:0,a=e??"reverse"===t.status,c="vertical"===t.orientation||"horizontal"!==t.orientation&&s<r,l=n+s/2,h=i+r/2,d=c?r/2:s/2,u=c?0:1,p=c?1:0,f=Math.cos(o),m=Math.sin(o),g=(t,e)=>({x:l+t*f-e*m,z:h+t*m+e*f}),y=c?{lx:0,lz:-d}:{lx:-d,lz:0},b=c?{lx:0,lz:d}:{lx:d,lz:0},_=g(y.lx,y.lz),v=g(b.lx,b.lz),x={x:u*f-p*m,z:u*m+p*f},w=Math.hypot(x.x,x.z)||1,M={x:x.x/w,z:x.z/w},S={x:-M.x,z:-M.z},k=(c?s:r)/2;return a?{inbounds:[{worldPos:v,direction:S,halfSpan:k}],outbounds:[{worldPos:_,direction:S,halfSpan:k}]}:{inbounds:[{worldPos:_,direction:M,halfSpan:k}],outbounds:[{worldPos:v,direction:M,halfSpan:k}]}}function Xy(t){const e=t.left??0,n=t.top??0,i=t.width??0,s=t.height??0;if(i<=0||s<=0)return null;const r="number"==typeof t.rotation?t.rotation:0,o="vertical"===t.orientation||"horizontal"!==t.orientation&&i<s,a=e+i/2,c=n+s/2,l=o?s/2:i/2,h=Math.cos(r),d=Math.sin(r),u=(t,e)=>({x:a+t*h-e*d,z:c+t*d+e*h});return{start:o?u(0,-l):u(-l,0),end:o?u(0,l):u(l,0)}}function qy(t){const e=t.cx??0,n=t.cy??0,i=Math.abs(t.rx??100),s=Math.abs(t.ry??100),r=t.ratio??50,o=(i+i*r/100)/2,a=(s+s*r/100)/2,c=t.startAngle??0,l=t.endAngle??Math.PI/2,h="reverse"===t.status;if(i<=0||s<=0)return{inbounds:[],outbounds:[]};const d={x:e+o*Math.sin(c),z:n-a*Math.cos(c)},u={x:e+o*Math.sin(l),z:n-a*Math.cos(l)},p={x:Math.cos(c),z:Math.sin(c)},f={x:Math.cos(l),z:Math.sin(l)};return h?{inbounds:[{worldPos:u,direction:{x:-f.x,z:-f.z}}],outbounds:[{worldPos:d,direction:{x:-p.x,z:-p.z}}]}:{inbounds:[{worldPos:d,direction:p}],outbounds:[{worldPos:u,direction:f}]}}function Ky(t){const e=$y(t),n=e.outbounds[0];if(!n)return{inbounds:Uy(t,"inbound"),outbounds:[]};const i=Uy(t,"inbound").filter(t=>{const e=t.worldPos.x-n.worldPos.x,i=t.worldPos.z-n.worldPos.z;return Math.hypot(e,i)>1}),s=n.direction,r=[];for(const t of i){const e=t.direction.x*s.x+t.direction.z*s.z;if(Math.abs(e)>=.1)continue;const n=t.direction.x+s.x,i=t.direction.z+s.z,o=Math.hypot(n,i)||1;r.push({worldPos:t.worldPos,direction:{x:n/o,z:i/o},halfSpan:t.halfSpan})}return{inbounds:[...i,...r],outbounds:e.outbounds}}function Qy(t,e,n={}){const i=n.distance??5,s=n.cosine??.9;if(t.direction.x*e.direction.x+t.direction.z*e.direction.z<s)return!1;const r=t.worldPos.x-e.worldPos.x,o=t.worldPos.z-e.worldPos.z;if("number"==typeof t.halfSpan&&"number"==typeof e.halfSpan){const n=t.direction.x,s=t.direction.z;if(Math.abs(r*n+o*s)>i)return!1;const a=Math.abs(r*-s+o*n);return t.halfSpan+e.halfSpan-a>0}return Math.hypot(r,o)<=i}function Zy(t,e,n,i=0){const s=n.width??0,r=n.height??0;if(s<=0||r<=0)return!1;const o=(n.left??0)+s/2,a=(n.top??0)+r/2,c="number"==typeof n.rotation?n.rotation:0,l=Math.cos(-c),h=Math.sin(-c),d=t-o,u=e-a,p=d*l-u*h,f=d*h+u*l;return Math.abs(p)<=s/2+i&&Math.abs(f)<=r/2+i}function Jy(t,e,n){const i=n.width??0,s=n.height??0;if(i<=0||s<=0)return 1/0;const r=(n.left??0)+i/2,o=(n.top??0)+s/2;let a=t.x-r,c=t.z-o,l=e.x,h=e.z;const d="number"==typeof n.rotation?n.rotation:0;if(0!==d){const t=Math.cos(-d),e=Math.sin(-d),n=a*e+c*t,i=l*e+h*t;a=a*t-c*e,c=n,l=l*t-h*e,h=i}const u=i/2,p=s/2;let f=-1/0,m=1/0;if(Math.abs(l)<1e-9){if(a<-u||a>u)return 1/0}else{const t=(-u-a)/l,e=(u-a)/l;f=Math.max(f,Math.min(t,e)),m=Math.min(m,Math.max(t,e))}if(Math.abs(h)<1e-9){if(c<-p||c>p)return 1/0}else{const t=(-p-c)/h,e=(p-c)/h;f=Math.max(f,Math.min(t,e)),m=Math.min(m,Math.max(t,e))}return m<f?1/0:f>=0?f:m>=0?Math.min(-f,m):-m}function tb(t,e,n,i=6){return!!Zy(t.worldPos.x,t.worldPos.z,e,i)&&(!n||t.direction.x*n.x+t.direction.z*n.z>=0)}function eb(t,e,n){return t.outbounds.map(t=>{const i=[];for(const s of e){let e=null;for(const i of s.topology.inbounds){if(!Qy(t,i,n))continue;const s=t.worldPos.x-i.worldPos.x,r=t.worldPos.z-i.worldPos.z,o=Math.hypot(s,r);(null===e||o<e)&&(e=o)}if(null===e&&s.bounds){const i=s.topology.outbounds[0]?.direction,r=!(s.topology.outbounds&&s.topology.outbounds.length)?n?.sinkMargin??30:6;if(tb(t,s.bounds,i,r)){const n=Jy(t.worldPos,t.direction,s.bounds);if(Number.isFinite(n))e=n+1e3;else{const n=(s.bounds.left??0)+(s.bounds.width??0)/2,i=(s.bounds.top??0)+(s.bounds.height??0)/2;e=Math.hypot(t.worldPos.x-n,t.worldPos.z-i)+1e3}}}null!==e&&i.push({id:s.id,dist:e})}return 0===i.length?null:(i.sort((t,e)=>t.dist-e.dist||(t.id<e.id?-1:1)),i[0].id)})}function nb(t,e){const n=new Map;for(const e of t)n.set(e.id,e);const i=new Map,s=new Set;for(const n of t){const r=t.filter(t=>t.id!==n.id),o=eb(n.topology,r,e);i.set(n.id,o);for(const t of o)null!=t&&s.add(t)}const r=(t,e)=>{if(!n.has(t)||!n.has(e)||t===e)return;const r=i.get(t)??[];r.includes(e)||(r.push(e),i.set(t,r),s.add(e))};for(const e of t)if(e.links){for(const t of e.links.downstream??[])r(e.id,t);for(const t of e.links.upstream??[])r(t,e.id)}const o=new Set,a=new Set;for(const e of t){(i.get(e.id)??[]).some(t=>null!=t)||o.add(e.id),s.has(e.id)||a.add(e.id)}return{nodes:n,out:i,sinks:o,sources:a}}function ib(t,e){const n=new Map;return(t.out.get(e)??[]).map(e=>{if(null==e)return new Set;const i=new Set([e]);for(const s of function(t,e,n){const i=n.get(e);if(i)return i;const s=new Set,r=[e],o=new Set([e]);for(;r.length;){const e=r.shift();for(const n of t.out.get(e)??[])null!=n&&(s.add(n),o.has(n)||(o.add(n),r.push(n)))}return n.set(e,s),s}(t,e,n))i.add(s);return i})}function sb(t,e,n,i){return e===n?0:function(t,e,n){const i=n.get(e);if(i)return i;const s=new Map([[e,0]]),r=[e];for(;r.length;){const e=r.shift(),n=s.get(e);for(const i of t.out.get(e)??[])null==i||s.has(i)||(s.set(i,n+1),r.push(i))}return n.set(e,s),s}(t,e,i).get(n)??1/0}function rb(t,e,n){const i=t.out.get(e)??[],s=new Map,r=[];for(let e=0;e<i.length;e++){const o=i[e];if(null==o)continue;const a=o===n?0:sb(t,o,n,s);a!==1/0&&r.push({i:e,hops:1+a})}return r.sort((t,e)=>t.hops-e.hops||t.i-e.i),r.map(t=>t.i)}function ob(t,e,n){const i=rb(t,e,n);return i.length?i[0]:-1}function ab(t,e,n){return e===n||rb(t,e,n).length>0}function cb(t,e){const n=new Set;for(const i of ib(t,e))for(const e of i)t.sinks.has(e)&&n.add(e);return n}function lb(t,e,n){return hb(t,e,n).map(t=>t.index)}function hb(t,e,n){const i=n instanceof Set?n:new Set(n);if(0===i.size)return[];const s=t.out.get(e)??[],r=new Map,o=[...i].sort(),a=[];for(let e=0;e<s.length;e++){const n=s[e];if(null==n)continue;let i=1/0,c="";for(const e of o){const s=1+(n===e?0:sb(t,n,e,r));s<i&&(i=s,c=e)}i!==1/0&&a.push({index:e,hops:i,target:c})}return a.sort((t,e)=>t.hops-e.hops||t.index-e.index),a}function db(t,e={}){const n=[],i=e.loopCapableIds??new Set,s=e.routingTargetIds??new Set;for(const e of[...t.sources].sort()){const i=t.nodes.get(e);if(!i||!i.topology.outbounds?.length)continue;(t.out.get(e)??[]).some(t=>null!=t)||n.push({severity:"error",code:"orphan-source",nodeId:e,message:`source 노드 "${e}" 가 outgoing edge 0 — 아무 데도 carrier 를 보낼 수 없음`})}for(const e of[...t.nodes.keys()].sort()){(t.out.get(e)??[]).some(t=>null!=t)||(s.has(e)||t.sources.has(e)||n.push({severity:"error",code:"dead-end",nodeId:e,message:`노드 "${e}" 가 outgoing 0 인데 RoutingTarget 자격 없음 — routing 미정의 종착`}))}const r=function(t){const e=[],n=[...t.nodes.keys()].sort(),i=new Set,s=[],r=new Set,o=n=>{i.add(n),s.push(n),r.add(n);for(const a of t.out.get(n)??[])if(null!=a)if(r.has(a)){const t=s.indexOf(a),n=s.slice(t),i=n.indexOf([...n].sort()[0]),r=[...n.slice(i),...n.slice(0,i)],o=r.join("→");e.some(t=>t.join("→")===o)||e.push(r)}else i.has(a)||o(a);s.pop(),r.delete(n)};for(const t of n)i.has(t)||o(t);return e.sort((t,e)=>t[0].localeCompare(e[0])||t.length-e.length),e}(t);for(const t of r){t.some(t=>i.has(t))||n.push({severity:"error",code:"cycle",cycle:t,message:`의도 cycle 자격 (isLoop) 없는 cycle: ${t.join(" → ")} → ${t[0]}`})}const o=e.routingWeights;if(o)for(const[t,e]of[...o].sort((t,e)=>t[0].localeCompare(e[0])))(!Number.isFinite(e)||e<=0)&&n.push({severity:"warning",code:"invalid-weight",nodeId:t,message:`RoutingTarget "${t}" 의 routingWeight=${e} — weight ≤ 0 비정상, weight 정책에서 제외됨`});const a=new Set;for(const e of t.out.values())for(const t of e)null!=t&&a.add(t);for(const e of[...s].sort())t.nodes.has(e)&&(a.has(e)||n.push({severity:"warning",code:"unreachable-target",nodeId:e,message:`RoutingTarget "${e}" 에 incoming edge 0 — 누구도 이쪽으로 carrier 를 보내지 않음`}));return n.sort((t,e)=>t.code!==e.code?t.code.localeCompare(e.code):(t.nodeId??"").localeCompare(e.nodeId??"")),n}function ub(t,e){if(!t)return[];const n=[],i=new Set,s=t=>{if(!t||i.has(t))return;if(i.add(t),t!==e&&"function"==typeof t?.getSegmentTopology){const e=t.state?.id,i=t.refid??t.state?.refid,s="string"==typeof e&&e.length>0?e:null!=i?String(i):void 0;if(s)try{const e=t.getSegmentTopology(),i=t.state??{},r={left:i.left,top:i.top,width:i.width,height:i.height,rotation:i.rotation};e&&n.push({id:s,topology:e,bounds:r})}catch{}}const r=t?.components;if(Array.isArray(r))for(const t of r)s(t)};return s(t),n}function pb(t,e){const n=t.state?.targetRef??t.state?.downstreamRef;if("string"==typeof n&&n.length>0)return n;if("function"!=typeof t.getSegmentTopology)return null;const i=t.getSegmentTopology();if(!i||0===i.outbounds.length)return null;const s=eb(i,ub(t.parent??t.rootModel??t.root,t).filter(t=>t.topology.inbounds.length>0),e);for(const t of s)if(t)return t;return null}function fb(t){return!!t&&"function"==typeof t.routingConstraints}function mb(t){return!!t&&"function"==typeof t.acceptedCarrierData}function gb(t,e=16){const n=[],i=t.parent??t.rootModel??t.root;if(!i)return n;const s=pb(t);if(!s)return n;const r=_b(i,s);if(!r)return n;const o=[{segment:r,accumulated:{},pathIds:[s],visited:new Set([s])}];for(;o.length>0;){const t=o.shift();if(t.pathIds.length>e)continue;const s=fb(t.segment)?t.segment.routingConstraints():null;if(s&&s.length>0)for(const e of s)for(const s of e.candidates){const r=yb(t.accumulated,s);if(!r)continue;const a=bb(t.segment,e.portId,i);a&&!t.visited.has(a.state?.id??"")?o.push({segment:a,accumulated:r,pathIds:[...t.pathIds,a.state?.id??"?"],visited:new Set([...t.visited,a.state?.id??""])}):n.push({data:r,weight:1,pathIds:[...t.pathIds,`${e.portId}`],destination:e.portId})}else{if(mb(t.segment)){const e=t.segment.acceptedCarrierData(),i=t.segment.state?.id;if(0===e.length)n.push({data:t.accumulated,weight:1,pathIds:t.pathIds,destination:i});else for(const s of e){const e=yb(t.accumulated,s);e&&n.push({data:e,weight:1,pathIds:t.pathIds,destination:i})}continue}const e=pb(t.segment);if(!e||t.visited.has(e)){n.push({data:t.accumulated,weight:1,pathIds:t.pathIds,destination:t.pathIds[t.pathIds.length-1]});continue}const s=_b(i,e);if(!s)continue;o.push({segment:s,accumulated:t.accumulated,pathIds:[...t.pathIds,e],visited:new Set([...t.visited,e])})}}return n}function yb(t,e){const n={...t};for(const[t,i]of Object.entries(e)){if(t in n&&n[t]!==i)return null;n[t]=i}return n}function bb(t,e,n){if("straight"===e&&t.state?.downstreamRef)return _b(n,t.state.downstreamRef);const i=_b(n,e);if(i)return i;const s=pb(t);return s?_b(n,s):null}function _b(t,e){if(!t||!e)return null;if("function"==typeof t.findById)return t.findById(e);const n=new Set,i=t=>{if(!t||n.has(t))return null;if(n.add(t),t.state?.id===e)return t;const s=t.components;if(Array.isArray(s))for(const t of s){const e=i(t);if(e)return e}return null};return i(t)}function vb(t,e){return Math.hypot(t.x-e.x,t.z-e.z)}function xb(t,e,n=5,i=[],s=n){const r=t.length,o=new Array(r).fill(void 0),a=new Set,c=(e,n)=>"start"===n?t[e].start:t[e].end,l=[],h=new Map,d=[],u=new Map;for(const t of i){const e=Array.isArray(t),n=e?t:t.positions,i=e?void 0:t.kind;if(!n.length)continue;const s=l.length;l.push({pos:n[0],members:[]});for(const t of n)d.push({pos:t,pt:s});i&&u.set(s,i)}const p=(t,e)=>{const i=c(t,e),s=h.get(`${t}:${"end"===e?"start":"end"}`),r=[];for(const t of d)vb(t.pos,i)<=n&&!r.includes(t.pt)&&r.push(t.pt);for(let t=0;t<l.length;t++)vb(l[t].pos,i)<=n&&!r.includes(t)&&r.push(t);let o=r.find(t=>t!==s)??-1;o<0&&(o=l.length,l.push({pos:i,members:[]})),l[o].members.push({seg:t,end:e}),h.set(`${t}:${e}`,o)};for(let t=0;t<r;t++)p(t,"start"),p(t,"end");const f=new Set,m=new Set,g=new Set;{const t=t=>{let e=-1,n=1/0;for(let i=0;i<l.length;i++){const s=vb(l[i].pos,t);s<n&&(n=s,e=i)}for(const i of d){const s=vb(i.pos,t);s<n&&(n=s,e=i.pt)}return{pt:e,d:n}};for(const n of e){const{pt:e,d:i}=t(n.pos);e>=0&&i<=s&&(f.add(e),("source"===n.kind?m:g).add(e))}}for(const[t,e]of u)f.add(t),("source"===e?m:g).add(t);const y=(t,e)=>"end"===e!==o[t],b=[],_=(e,n)=>{if(void 0===o[e])return o[e]=n,void b.push(e);o[e]!==n&&a.add(t[e].id)},v=t=>{for(const e of["start","end"]){const n=h.get(`${t}:${e}`);if(void 0===n)continue;const i=l[n];if(2!==i.members.length||f.has(n))continue;const s=i.members[0],r=s.seg===t&&s.end===e?i.members[1]:s;if(r.seg===t)continue;const a="end"===e!==o[t],c="end"===r.end!==!a;_(r.seg,c)}},x=()=>{for(;b.length;)v(b.shift())},w=t=>{let e=-1,n="start",i=1/0;for(let s=0;s<r;s++)for(const r of["start","end"]){const o=vb(c(s,r),t.pos);o<i&&(i=o,e=s,n=r)}if(e<0||i>s)return;const o="source"===t.kind?"end"===n:"start"===n;_(e,o)};for(const t of e)"source"===t.kind&&w(t);x();for(const t of e)"sink"===t.kind&&w(t);x();let M=!0;for(;M;){M=!1;for(const t of l){if(t.members.length<3)continue;const e=t.members.filter(t=>void 0===o[t.seg]);if(1!==e.length)continue;let n=0,i=0;for(const e of t.members)void 0!==o[e.seg]&&(y(e.seg,e.end)?n++:i++);const s=e[0];let r;0===i&&n>0?r="end"===s.end:0===n&&i>0&&(r="start"===s.end),void 0!==r&&(o[s.seg]=r,b.push(s.seg),x(),M=!0)}}if(o.some(t=>void 0===t)&&m.size>0&&g.size>0){const t=t=>{const e=new Array(l.length).fill(1/0),n=[];for(const i of t)e[i]=0,n.push(i);for(;n.length;){const t=n.shift();for(const i of l[t].members){const s=h.get(`${i.seg}:${"start"===i.end?"end":"start"}`);void 0!==s&&e[s]>e[t]+1&&(e[s]=e[t]+1,n.push(s))}}return e},e=t(m),n=t(g);for(let t=0;t<r;t++){if(void 0!==o[t])continue;const i=h.get(`${t}:start`),s=h.get(`${t}:end`);if(void 0===i||void 0===s)continue;if(l[i].members.length<2||l[s].members.length<2)continue;if(e[i]===1/0||e[s]===1/0||n[i]===1/0||n[s]===1/0)continue;let r;e[i]!==e[s]?r=e[i]<e[s]:n[i]!==n[s]&&(r=n[s]<n[i]),void 0!==r&&(o[t]=!r,b.push(t))}x()}const S=new Map;for(let e=0;e<r;e++)S.set(t[e].id,void 0===o[e]?"unknown":o[e]?"reverse":"forward");return{directions:S,conflicts:[...a]}}function wb(...t){}function Mb(t){return String(t?.state?.id??t?.refid??t?.state?.refid??"?")}function Sb(t){const e=t?.state?.id;if("string"==typeof e&&e.length>0)return e;const n=t?.refid??t?.state?.refid;return null!=n?String(n):void 0}function*kb(t){if(!t)return;("function"==typeof t.getSegmentTopology||t.flowOrientable)&&(yield t);const e=t.components;if(Array.isArray(e))for(const t of e)yield*kb(t)}function Ab(t,e,n){const i=e.width??0,s=e.height??0;if(i<=0||s<=0)return!1;const r=(e.left??0)+i/2,o=(e.top??0)+s/2,a="number"==typeof e.rotation?e.rotation:0,c=t.x-r,l=t.z-o,h=Math.cos(-a),d=Math.sin(-a),u=c*h-l*d,p=c*d+l*h;return Math.abs(u)<=i/2+n&&Math.abs(p)<=s/2+n}function Eb(t){const e=[],n=[],i=[],s=[];for(const r of kb(t)){const t=Sb(r);if(!t)continue;if(r.flowOrientable){const n=Xy(r.state??{});n&&e.push({id:t,start:n.start,end:n.end});continue}if("function"==typeof r.openings){const t=r.state??{};(t.width??0)>0&&(t.height??0)>0&&s.push(t);continue}let o;try{o=r.getSegmentTopology()}catch{continue}if(!o)continue;const a=o.inbounds??[],c=o.outbounds??[],l="function"==typeof r.routingDestination;if(0===a.length&&c.length>0)for(const t of c)n.push({pos:{x:t.worldPos.x,z:t.worldPos.z},kind:"source"});else if(a.length>0&&(0===c.length||l))for(const t of a)n.push({pos:{x:t.worldPos.x,z:t.worldPos.z},kind:"sink"});else if(a.length>0||c.length>0){const t=[];for(const e of a)t.push({x:e.worldPos.x,z:e.worldPos.z});for(const e of c)t.push({x:e.worldPos.x,z:e.worldPos.z});t.length&&i.push({positions:t})}}for(const t of s){const s=[];for(const n of e)for(const e of[n.start,n.end])Ab(e,t,16)&&s.push(e);let r=!1,o=!1;for(const e of n)Ab(e.pos,t,16)&&("sink"===e.kind?r=!0:o=!0);const a=r&&!o?"sink":o&&!r?"source":void 0;(s.length>=2||a&&s.length>=1)&&i.push({positions:s,kind:a})}if(0===e.length||0===n.length)return new Map;return xb(e,n,8,i,60).directions}function Cb(t){const e=t?.root;if(!e)return;if(e.__flowComputing)return;let n=e.__flowOrientation;if(!n){e.__flowComputing=!0;try{n={map:Eb(e)}}finally{e.__flowComputing=!1}e.__flowOrientation=n}const i=Sb(t),s=i?n.map.get(i):void 0;return"reverse"===s||"forward"!==s&&void 0}function Tb(t){return!!t&&"function"==typeof t.distanceToBoardPoint}function Pb(t,e,n,i){if(!t||!e)return null;const s=[],r=t=>{if(!t||t===i)return;if(Dm(t,e)&&Tb(t)){const e=function(t){const e=t?.state?.id;if("string"==typeof e&&e.length>0)return e;const n=t?.refid??t?.state?.refid;return null!=n?String(n):void 0}(t);e&&s.push({id:e,component:t,distance:t.distanceToBoardPoint(n.x,n.y)})}const o=t.components;if(Array.isArray(o))for(const t of o)r(t)};return r(t),0===s.length?null:(s.sort((t,e)=>t.distance-e.distance||t.id.localeCompare(e.id)),s[0])}function Ob(t){return!!t&&"function"==typeof t.routingDestination}function Db(t){const e=t?.state?.id;if("string"==typeof e&&e.length>0)return e;const n=t?.refid??t?.state?.refid;return null!=n?String(n):void 0}function*zb(t){if(!t)return;yield t;const e=t.components;if(Array.isArray(e))for(const t of e)yield*zb(t)}function Ib(t){const e=[],n=new Map,i=new Map,s=new Set,r=[];for(const o of zb(t)){"function"==typeof o?.registerWithHost&&r.push(o);const t="function"==typeof o?.getSegmentTopology,a="function"==typeof o?.routingLinks?o.routingLinks():void 0,c=!(!a||!((a.downstream?.length??0)>0||(a.upstream?.length??0)>0));if(!(t||Ob(o)||c||Tb(o)))continue;const l=Db(o);if(!l)continue;let h={inbounds:[],outbounds:[]};if(t){try{h=o.getSegmentTopology()}catch{continue}if(!h)continue}const d=o.state??{},u={left:d.left,top:d.top,width:d.width,height:d.height,rotation:d.rotation};if(e.push({id:l,topology:h,bounds:u,links:a}),i.set(l,o),Ob(o)){s.add(l);const t=o.routingDestination();if("string"==typeof t&&t.length>0){const e=n.get(t)??[];e.push(l),n.set(t,e)}}}return{nodes:e,destToSinks:n,components:i,routingTargetIds:s,stationClients:r}}function Rb(t){if(!t)return null;let e=t.__flowGraph;if(!e){const{nodes:n,destToSinks:i,components:s,routingTargetIds:r,stationClients:o}=Ib(t),a=nb(n);!function(t,e){if(!t)return;const n=t=>{if(!t)return;"function"==typeof t.clearStations&&t.clearStations();const e=t.components;if(Array.isArray(e))for(const t of e)n(t)};n(t);const i=[...e].sort((t,e)=>{const n=Db(t)??"",i=Db(e)??"";return n.localeCompare(i)});for(const e of i){const n=e.declaredHostRef?.();let i=null;if(n&&(i=t.findById?.(n)??null),!i){const n=e.hostCapability?.(),s=e.hostFacingPoint?.();n&&s&&(i=Pb(t,n,s,e)?.component??null)}i&&"function"==typeof e.registerWithHost&&e.registerWithHost(i)}const s=e=>{if(!e)return;if(Tb(e)&&"function"==typeof e.resolveDownstream&&"function"==typeof e.registerDivertStation)for(const n of e.resolveDownstream()){const i=t.findById?.(n);i&&e.registerDivertStation(n,i)}const n=e.components;if(Array.isArray(n))for(const t of n)s(t)};s(t)}(t,o);const c=new Set;for(const[t,e]of s){((e?.state?.type??e?.model?.type??"").includes("loop")||!0===e?.isLoop)&&c.add(t)}const l=new Map;for(const t of r){const e=s.get(t);if("function"==typeof e?.routingWeight){const n=e.routingWeight();"number"==typeof n&&(!Number.isFinite(n)||n<=0)&&l.set(t,n)}}const h=db(a,{routingTargetIds:r,loopCapableIds:c,routingWeights:l});if(h.length>0&&"undefined"!=typeof console){const t=h.filter(t=>"error"===t.severity),e=h.filter(t=>"warning"===t.severity);t.length>0?console.warn(`[FlowGraph] ${t.length} error(s) / ${e.length} warning(s):`,h):console.info(`[FlowGraph] ${e.length} warning(s):`,h)}e={graph:a,destToSinks:i,components:s,issues:h},t.__flowGraph=e}return e}function jb(t){return Rb(t)?.issues??[]}function Lb(t){const e=Rb(t);return e&&e.graph.nodes.size>0?e.graph:null}function Fb(t,e){return Rb(t)?.destToSinks.get(e)??[]}function Nb(t,e){return Rb(t)?.components.get(e)}function Hb(t){const e=Rb(t);return e?[...e.destToSinks.keys()]:[]}function Bb(t){return Db(t)}function Gb(t){const e="number"==typeof t?.inventoryCount?t.inventoryCount:"function"==typeof t?.size?t.size():0,n=t?.state?.capacity;return"number"==typeof n&&n>0?e/n:e}function Vb(t,e,n,i,s){if(1===i.length)return i[0];switch(t){case"index":default:return i[0];case"round-robin":{const t=n.counters.get(e)??0;return n.counters.set(e,t+1),i[t%i.length]}case"weight":{const t=i.map(t=>function(t){if("function"==typeof t?.routingWeight){const e=t.routingWeight();if("number"==typeof e&&Number.isFinite(e)&&e>0)return e}return 1}(s.get(t.target))),r=t.reduce((t,e)=>t+e,0);if(r<=0)return i[0];const o=n.counters.get(e)??0;n.counters.set(e,o+1);let a=o%r;for(let e=0;e<i.length;e++){if(a<t[e])return i[e];a-=t[e]}return i[i.length-1]}case"utilization":{let t=1/0,e=i[0];for(const n of i){const i=Gb(s.get(n.target));i<t&&(t=i,e=n)}return e}}}function Yb(t,e,n){const i=t?.root;if(!i)return null;const s=e?.state?.meta?.destination;if("string"!=typeof s||0===s.length)return null;const r=Rb(i);if(!r||0===r.graph.nodes.size)return null;const o=Db(t);if(!o)return null;let a=r.destToSinks.get(s)??[];0===a.length&&(a=[s]);const c=hb(r.graph,o,a);if(0===c.length)return null;const l=r.graph.out.get(o)??[],h=c.filter(t=>{const n=l[t.index],i=n?r.components.get(n):null;return!i||"function"!=typeof i.canReceive||i.canReceive(e)});if(0===h.length)return l[c[0].index]??null;const d=n?.policy??function(t,e){const n=t?.state?.balancingPolicy;if(n)return n;const i=e?.state?.routingBalancingPolicy;return i||"round-robin"}(t,i),u=Vb(d,o,function(t){return t.__balancingState||(t.__balancingState={counters:new Map}),t.__balancingState}(i),h,r.components);return l[u.index]??null}Rm({name:"Capacity",description:"Item 을 *보유(keep)* 하는 측면 — slot 위상 / 수용 판정(canReceive/findSlot) / 3D 안착(placementFor/attachPointFor/acceptanceRotation) / delivery 좌표 질의 / 점유 수. 이동(receive/dispatch 등)은 Transferable 소관.",methods:["get slots","get arrangementStrategy","canReceive","findSlot","placementFor","attachPointFor","acceptanceRotation","deliveryWorldRotation","deliveryWorldPosition","_countOccupied"],sourceFile:"src/items/capacity-mixin.ts"}),Rm({name:"PlacementSurface",description:"carrier 가 holder 위 *정확히 어디에 앉는가* 의 단일 진입점 — placementFor(carrier, ctx) → SeatingPose (holder object3d local frame, 순수 함수). I1 접촉 (밑면 = 받침 상면) / I2 frame-explicit (parent-child 비가정 — Sovereign handover 와 reparent 양쪽이 같은 값 소비) / I3 순수성 / I4 per-carrier 치수. default 구현은 Capacity(FlowNode) 가 기존 receivingSurfaceY + ArrangementStrategy + acceptanceRotation 합성과 수치 동일하게 제공.",methods:["placementFor"],models:["CarrierDims","PlacementContext","SeatingPose"],sourceFile:"src/items/capacity-mixin.ts"});try{globalThis.__operatoBuildFlowGraph=(t,e)=>{try{return e?.force&&t&&delete t.__flowGraph,Lb(t)}catch{return null}}}catch{}function Wb(t,e,n){const i=Yb(t,e,n);if(null==i)return null;const s=t?.root,r=Nb(s,i)??s?.findById?.(i)??null;return r?{targetId:i,component:r,origin:"explicit"}:null}function Ub(t){const e=t?.root,n=Lb(e),i=Bb(t);if(!n||!i)return null;const s=(n.out.get(i)??[]).find(Boolean);if(!s)return null;const r=Nb(e,s)??e?.findById?.(s)??null;return r?{id:s,component:r}:null}function $b(t){const e=Bb(t);return e?Xb(t?.root,e):[]}function Xb(t,e){if(!t||!e)return[];const n=Lb(t);if(!n)return[];const i=new Set;for(const s of cb(n,e)){const e=Nb(t,s);if(Ob(e)){const t=e.routingDestination();"string"==typeof t&&t.length>0&&i.add(t)}}return[...i]}function qb(t,e){if(!t||!e)return[];const n=Lb(t);if(!n)return[];const i=new Map;for(const t of n.out.values())for(const e of t)null!=e&&i.set(e,(i.get(e)??0)+1);const s=new Map;for(const r of cb(n,e)){const e=Nb(t,r);if(!Ob(e))continue;const n=e.routingDestination();if("string"!=typeof n||0===n.length)continue;let o=null;if("function"==typeof e.routingWeight){const t=e.routingWeight();"number"==typeof t&&Number.isFinite(t)&&t>0&&(o=t)}null===o&&(o=i.get(r)??0,0===o&&(o=1)),s.set(n,(s.get(n)??0)+o)}return[...s].map(([t,e])=>({value:t,weight:e}))}function Kb(t){return Lb(t)}function Qb(t){const e=Lb(t);if(!e)return[];const n=new Set,i=new Set,s=t=>{if(!t)return;const r=Bb(t);if(r&&e.nodes.has(r)){Ob(t)&&n.add(r);((t?.state?.type??t?.model?.type??"").includes("loop")||!0===t?.isLoop)&&i.add(r)}const o=t.components;if(Array.isArray(o))for(const t of o)s(t)};return s(t),db(e,{routingTargetIds:n,loopCapableIds:i})}function Zb(t){if(0===t.length)return;const e=t.reduce((t,e)=>t+e.weight,0);if(e<=0)return t[Math.floor(Math.random()*t.length)].value;const n=Math.random()*e;let i=0;for(const e of t)if(i+=e.weight,n<i)return e.value;return t[t.length-1].value}const Jb={next:Wb,downstream:Ub,reachableDestinations:$b,reachableDestinationsFrom:Xb,reachableDestinationsWeightedFrom:qb,pickWeightedDestination:Zb,graphFor:Kb,validate:Qb};function t_(t){var e;return e=class extends t{constructor(){super(...arguments),this._items=[]}get items(){return this._items}containsItem(t){return-1!==this._items.indexOf(t)}attachPointFor(e,n){const i=t.prototype?.attachPointFor;return"function"==typeof i?i.call(this,e,n):null}addItem(t,e){if(!t||this.containsItem(t))return;const n=t.parent;if(n&&"function"==typeof n.removeItem&&n!==this&&n.removeItem(t,!0),this._items.push(t),t.parent=this,!e?.silent&&"function"==typeof this.trigger)try{this.trigger("hold",this,t,this._items.length-1)}catch{}t.held?.(this)}removeItem(t,e){if(!t)return;const n=this._items.indexOf(t);if(-1!==n&&(this._items.splice(n,1),t.parent=null,!e)){if("function"==typeof this.trigger)try{this.trigger("release",this,t,n)}catch{}t.released?.(this)}}forEachItem(t,e){this._items.forEach(t,e)}handoverIn(t,e){if(!t)return;const n=t.parent;n&&("function"==typeof n.removeComponent&&-1!==n._components?.indexOf?.(t)&&n.removeComponent(t,!0),n!==this&&"function"==typeof n.removeItem&&-1!==n._items?.indexOf?.(t)&&n.removeItem(t,!0));const i=-1===this._items.indexOf(t);if(i&&this._items.push(t),t.parent=this,i&&"function"==typeof this.trigger)try{this.trigger("hold",this,t,this._items.length-1)}catch{}const s=t._realObject,r=s?.object3d;if(r){let n,i,o=e?.toParent3D,a="world-preserve";if(!o){const s=this.attachPointFor?.(t,{slotId:e?.slotId});s?.attach&&(o=s.attach,n=s.localPosition,i=s.localRotation,a=s.carryPolicy??"world-preserve")}o&&r.parent!==o&&(o.updateWorldMatrix?.(!0,!1),r.updateWorldMatrix?.(!0,!1),o.attach(r),s.suppressTransform=!0),o&&(n&&r.position.set(n.x,n.y,n.z),"world-preserve"!==a?i?r.rotation.set(i.x,i.y,i.z):r.quaternion.identity():i&&r.rotation.set(i.x,i.y,i.z),s?.setTransientPlacement?.({policy:"carried",meta:{carryPolicy:a}}))}t.held?.(this),this._bumpReceived?.(t)}handoverOut(t){this.removeItem(t),this._bumpDispatched?.(t)}dispose(){const t=this._items.slice();this._items.length=0;for(const e of t)try{e.dispose?.()}catch{}super.dispose?.()}_drawItems(t){const e=this.root?.transitionEffect;for(const t of this._items)e?.isReparenting?.(t)||t.draw?.(this.getContext?.(t))}_captureItems(t,e,n,i,s){for(let r=this._items.length-1;r>=0;r--){const o=this._items[r],a="static"===o.position?o.capture?.(t,e,s):o.capture?.(n,i,s);if(a)return a}return null}postrender(t){super.postrender?.(t);const e=this;if("popup"===e.position)return;const n=this._items;if(!n||0===n.length)return;t.save();const i=e.bounds;!e.showOverflow&&i&&(t.beginPath(),t.rect(i.left,i.top,i.width,i.height),t.clip(),t.closePath());const{left:s=0,top:r=0}=e.state??{};t.translate(s,r),this._drawItems(t),t.translate(-s,-r),t.restore()}capture(t,e,n){const i=this,s=this._items;if(s&&s.length>0&&(!i.app||i.app.isEditMode||!i.hidden)){const s=i.fromParent?.(t,e);if(s&&i.contains?.(s.x,s.y)){const r=i.bounds,o=this._captureItems(s.x-r.left,s.y-r.top,t,e,n);if(o)return o}}return super.capture?.(t,e,n)}},e.capabilities=Object.freeze([...t.capabilities??[],"Holdable"]),e}function e_(t){var n;const i=!!t.__hasCapacity,s=!!t.__hasTransferable,r=i?t:Wy(t),o=s?r:function(t){var n;return(n=class extends t{reserve(t,e){const n=this.findSlot(t);return n?{slot:n,token:Symbol("slot-reservation")}:null}release(t){}async receive(t,e={}){Iu.log({role:"target",contract:"receive:enter",component:this,args:{carrier:jy(t),options:e}});const n=this.reserve(t,e);if(!n){Iu.log({role:"target",contract:"receive:reject",component:this,args:{carrier:jy(t)},result:{reason:"no-slot"}}),this.trigger("transfer-rejected",{type:"transfer-rejected",component:t,container:this,reason:"no-slot"});const e=new Error("receive rejected: no-slot");throw e.reason="no-slot",e}this.commit(n,t,e)}commit(t,n,i={}){const s=t.slot,r=this._countOccupied(s.id),o=this.arrangementStrategy.positionAt(r,s,r,n);Iu.log({role:"target",contract:"arrangementStrategy.positionAt",component:this,args:{idx:r,slotId:s.id,occupantCount:r,carrier:jy(n)},result:o}),n[Ny]=s.id;const a=n._realObject;let c,l;a?.object3d&&(a.object3d.updateWorldMatrix(!0,!1),c=new e.Vector3,l=new e.Quaternion,a.object3d.getWorldPosition(c),a.object3d.getWorldQuaternion(l));const{animated:h=!1,duration:d,ease:u}=i;"function"==typeof this.handoverIn?this.handoverIn(n,{slotId:s.id}):this.reparent?.(n,{animated:h,duration:d,ease:u}),!h&&n._realObject&&(n._realObject.suppressTransform=!1);{const t={},e=this.placementFor?.(n,{slot:s,index:r,occupantCount:r})??null;if(Iu.log({role:"target",contract:"placementFor",component:this,args:{carrier:jy(n),slotId:s.id,index:r},result:e}),e){const i=n.state??{},r=this.state??{};t.left=e.position.x-(Number(i.width)||0)/2+(Number(r.width)||0)/2,t.top=e.position.z-(Number(i.height)||0)/2+(Number(r.height)||0)/2;const o=this._zPosFromSeatY(e.position.y,i.depth,s);null!==o&&(t.zPos=o),e.rotation&&Fy(t,e.rotation)}else{if(o&&(t.left=o.x,t.top=o.y),0!==(this._realObject?.receivingSurfaceY??0))t.zPos=0;else if(s.localPosition&&Number.isFinite(s.localPosition.z)){const e=this._realObject?.geometricOffsetY??0;t.zPos=s.localPosition.z+e}const e=this.acceptanceRotation?.(n,s);Iu.log({role:"target",contract:"acceptanceRotation",component:this,args:{carrier:jy(n),slotId:s.id},result:e}),e&&Fy(t,e)}const i=this.normalizePose?.(n,s);"function"==typeof this.normalizePose&&Iu.log({role:"target",contract:"normalizePose",component:this,args:{carrier:jy(n),slotId:s.id},result:i}),i&&Object.assign(t,i),Object.keys(t).length&&(n.setState?.(t),Iu.log({role:"target",contract:"receive:setState",component:this,args:{carrier:jy(n),keys:Object.keys(t)}}))}this.trigger("transfer-received",{type:"transfer-received",component:n,container:this,slotId:s.id,preReceiveWorldPos:c,preReceiveWorldQuat:l}),Iu.log({role:"target",contract:"receive:done",component:this,args:{carrier:jy(n),slotId:s.id}})}async dispatch(t,e,n={}){const i=new Fu({source:this,target:e,carrier:t,options:n,physical:async()=>{delete t[Ny]}}),s=await i.execute();"rolled-back"!==s.phase?this.trigger("transfer-dispatched",{type:"transfer-dispatched",component:t,container:this,target:e}):this.trigger("transfer-rejected",{type:"transfer-rejected",component:t,container:this,reason:s.rejectReason??"rejected"})}route(t){return null}resolveRoute(t,e){}rejectRoute(t,e="rejected"){this.trigger("transfer-rejected",{type:"transfer-rejected",component:t,container:this,reason:e})}canAccept(t){const e=(()=>{const e=this.slots;if(!e.length)return{ok:!1,reason:"no-slots-defined"};const n=this.findSlot(t);if(!n){const n=t?.state?.type??t?.type;for(const t of e)if(!t.allowedTypes?.length||!n||t.allowedTypes.includes(n))return{ok:!1,reason:"all-slots-full"};return{ok:!1,reason:"type-not-accepted"}}return{ok:!0,slot:n}})();return Iu.log({role:"target",contract:"canAccept",component:this,args:{carrier:jy(t)},result:e.ok?{ok:!0,slotId:e.slot.id}:{ok:!1,reason:e.reason}}),e}accept(t,e){return this.receive(t,e)}}).__hasTransferable=!0,n}(r),a=[...t.capabilities??[]];i||a.push("Capacity","PlacementSurface"),s||a.push("Transferable"),a.push("Holdable","FlowNode");var c,l,h;return By((n=class extends(t_(o)){get isFlowNode(){return!0}containable(t){return!!t&&!0===t.isItem}get showMoveHandle(){return!1}inboundPorts(){return[]}outboundPorts(){return[]}_bumpReceived(t){const e=this.state?.received??0;this.setState?.({received:e+1})}_bumpDispatched(t){const e=this.state?.dispatched??0;this.setState?.({dispatched:e+1})}_bumpRejected(t,e){const n=this.state?.rejected??0;this.setState?.({rejected:n+1})}route(t){return null}resolveRoute(t,e){}rejectRoute(t,e){}resolveDownstream(){const t=this.state?.downstreamRef;if(!t)return[];return(this.root?.findAll?.(t)??[]).map(t=>t?.state?.id).filter(Boolean)}routingLinks(){return{downstream:this.resolveDownstream()}}},c=n,"symbol"==typeof(l="FlowNodeMixed")&&(l=l.description?"[".concat(l.description,"]"):""),Object.defineProperty(c,"name",{configurable:!0,value:h?"".concat(h," ",l):l}),n.capabilities=Object.freeze(a),n.isFlowNode=!0,n))}function n_(t){return!!t&&!0===t.isFlowNode}Rm({name:"Holdable",description:"어떤 Component 든 item(데이타바인딩 동적 물건) 을 보유하는 capability. _items + add/remove/forEach + handover + hold/release event + dispose cascade. Container(정적 _components) 와 직교 — 컨테이너 비의존.",methods:["addItem","removeItem","forEachItem","containsItem","handoverIn","handoverOut","_drawItems","_captureItems","dispose"],sourceFile:"src/components/mixins/holdable.ts"}),Rm({name:"Transferable",description:"Item 을 노드 간에 옮기는 *이동(move)* 측면. 수용 트랜잭션 라이프사이클(reserve → commit → release)과 receive/accept/dispatch/route 를 제공. 보유(keep — slots/findSlot/canReceive 등)는 Capacity 소관.",methods:["reserve","commit","release","receive","accept","canAccept","dispatch","route","resolveRoute","rejectRoute"],sourceFile:"src/transfer/transferable-mixin.ts"}),Rm({name:"FlowNode",description:"Flow graph 의 노드 — 구조 (inbound/outbound port + slot) + flow (route + 5-phase transfer stat). 보유(_items/handover)는 Holdable base 위임. 모든 flow 컴포넌트의 base — Storable/Mobile/Processable 의도가 위에 직교로 적용.",methods:["inboundPorts","outboundPorts","slotIds","slotAt","route","resolveRoute","rejectRoute"],models:["Port","SlotInfo","Vec3"],sourceFile:"src/flow/flow-node.ts"});const i_={x:0,y:0,z:0,w:1};function s_(t){const e=t/2;return{x:0,y:Math.sin(e),z:0,w:Math.cos(e)}}function r_(t,e){const n=t.rotation,i=e.rotation,s=e.position,r=n.w*s.x+n.y*s.z-n.z*s.y,o=n.w*s.y+n.z*s.x-n.x*s.z,a=n.w*s.z+n.x*s.y-n.y*s.x,c=-n.x*s.x-n.y*s.y-n.z*s.z,l=r*n.w+c*-n.x+o*-n.z-a*-n.y,h=o*n.w+c*-n.y+a*-n.x-r*-n.z,d=a*n.w+c*-n.z+r*-n.y-o*-n.x,u={x:n.w*i.x+n.x*i.w+n.y*i.z-n.z*i.y,y:n.w*i.y-n.x*i.z+n.y*i.w+n.z*i.x,z:n.w*i.z+n.x*i.y-n.y*i.x+n.z*i.w,w:n.w*i.w-n.x*i.x-n.y*i.y-n.z*i.z};return{position:{x:t.position.x+l,y:t.position.y+h,z:t.position.z+d},rotation:u}}const o_={east:{axis:{x:1,y:0,z:0},yaw:0,idSuffix:"east"},west:{axis:{x:-1,y:0,z:0},yaw:Math.PI,idSuffix:"west"},south:{axis:{x:0,y:0,z:1},yaw:-Math.PI/2,idSuffix:"south"},north:{axis:{x:0,y:0,z:-1},yaw:Math.PI/2,idSuffix:"north"}};function a_(t){const{carrierWorld:e,width:n,depth:i,entryHeight:s,mountLocalY:r,approachDistance:o,sides:a,toolType:c,tolerance:l,priority:h}=t,d="number"==typeof r?{position:{x:0,y:r,z:0},rotation:{...i_}}:void 0,u=n/2,p=i/2;return a.map(t=>{const n=o_[t],i="string"==typeof c?c:c[t]??"unknown",r={position:{x:n.axis.x*("east"===t||"west"===t?u:0),y:s,z:n.axis.z*("north"===t||"south"===t?p:0)},rotation:s_(n.yaw)},a={position:{x:r.position.x+n.axis.x*o,y:s,z:r.position.z+n.axis.z*o},rotation:s_(n.yaw)};return{id:`entry-${n.idSuffix}`,toolType:i,approach:r_(e,a),engage:r_(e,r),...d?{mount:d}:{},tolerance:l,priority:h}})}function c_(t){const{carrierWorld:e,topY:n,approachDistance:i,toolType:s,mountLocalY:r,tolerance:o,priority:a,id:c}=t,l={position:{x:0,y:n,z:0},rotation:{...i_}};return{id:c??"top",toolType:s,approach:r_(e,{position:{x:0,y:n+i,z:0},rotation:{...i_}}),engage:r_(e,l),..."number"==typeof r?{mount:{position:{x:0,y:r,z:0},rotation:{...i_}}}:{},tolerance:o,priority:a}}function l_(t,e){return t.filter(t=>t.toolType===e.toolType)}function h_(t,e){if(0===t.length)return null;const n=t.map(t=>{const n=t.approach.position.x-e.x,i=t.approach.position.y-e.y,s=t.approach.position.z-e.z;return{f:t,dist:Math.sqrt(n*n+i*i+s*s)}});return n.sort((t,e)=>{const n=t.f.priority??0,i=e.f.priority??0;return n!==i?n-i:t.dist-e.dist}),n[0].f}class d_{constructor(t){this.owner=t}positionAt(t,e,n,i){if(0!==t)return null;const s=this.owner?.state?.width??0,r=this.owner?.state?.height??0,o=i?.state?.width??0,a=i?.state?.height??0;return{x:Math.max(0,(s-o)/2),y:Math.max(0,(r-a)/2),z:0}}capacity(t){return t.maxCount??1}}let u_=1;function p_(t,e){return t.startSimMs<e.endSimMs&&e.startSimMs<t.endSimMs}const f_={resolveConflict:(t,e)=>t.priority!==e.priority?t.priority<e.priority?"b-yields":"a-yields":t.id<e.id?"b-yields":"a-yields"};class m_{constructor(t=f_){this._byResource=new Map,this._byReserver=new Map,this._listeners=new Set,this._conflictLog=[],this._maxConflictLog=1e3,this._yieldPolicy=t}add(t){const e={...t,id:"res-"+u_++},n=(this._byResource.get(e.resource)??[]).filter(t=>p_(t.timeWindow,e.timeWindow));if(0===n.length)return this._insert(e),this._emit({kind:"added",reservation:e}),{ok:!0,reservation:e};const i=n.map(t=>{const n=this._yieldPolicy.resolveConflict(e,t);return{a:e,b:t,decision:n}});if(i.every(t=>"b-yields"===t.decision)){const i=n.slice();for(const t of i)this._remove(t),this._emit({kind:"evicted",reservation:t,by:e});return this._insert(e),this._emit({kind:"added",reservation:e}),this._appendConflictLog({simTime:e.timeWindow.startSimMs,resource:e.resource,proposed:t,existing:i,outcome:"preempted"}),{ok:"preempted",reservation:e,evicted:i}}return this._appendConflictLog({simTime:e.timeWindow.startSimMs,resource:e.resource,proposed:t,existing:n.slice(),outcome:"rejected"}),{ok:!1,conflicts:i}}conflictLog(){return[...this._conflictLog]}setMaxConflictLog(t){this._maxConflictLog=Math.max(1,t)}_appendConflictLog(t){this._conflictLog.push(t),this._conflictLog.length>this._maxConflictLog&&this._conflictLog.shift()}conflicts(t,e){return(this._byResource.get(t)??[]).filter(t=>p_(t.timeWindow,e))}release(t){this._remove(t)&&this._emit({kind:"released",reservation:t})}releaseAllOf(t){const e=(this._byReserver.get(t)??[]).slice();for(const t of e)this._remove(t),this._emit({kind:"released",reservation:t});return e}forResource(t){return[...this._byResource.get(t)??[]]}forReserver(t){return[...this._byReserver.get(t)??[]]}all(){const t=[];for(const e of this._byResource.values())t.push(...e);return t}clear(){this._byResource.clear(),this._byReserver.clear(),this._conflictLog.length=0}subscribe(t){return this._listeners.add(t),()=>{this._listeners.delete(t)}}_insert(t){let e=this._byResource.get(t.resource);e||(e=[],this._byResource.set(t.resource,e));const n=e.findIndex(e=>e.timeWindow.startSimMs>t.timeWindow.startSimMs);n<0?e.push(t):e.splice(n,0,t);let i=this._byReserver.get(t.reserverId);i||(i=[],this._byReserver.set(t.reserverId,i)),i.push(t)}_remove(t){const e=this._byResource.get(t.resource);if(!e)return!1;const n=e.findIndex(e=>e.id===t.id);if(n<0)return!1;e.splice(n,1),0===e.length&&this._byResource.delete(t.resource);const i=this._byReserver.get(t.reserverId);if(i){const e=i.findIndex(e=>e.id===t.id);e>=0&&i.splice(e,1),0===i.length&&this._byReserver.delete(t.reserverId)}return!0}_emit(t){this._listeners.forEach(e=>e(t))}}const g_=new m_;"undefined"!=typeof globalThis&&(globalThis.__THINGS_SCENE_RESERVATION_TABLE__=g_);class y_{constructor(){this.nodes=new Map,this.edges=new Map,this.laneEndpoints=new Map}addNode(t){this.nodes.has(t.id)||(this.nodes.set(t.id,t),this.edges.set(t.id,[]))}addEdge(t){const e=this.edges.get(t.fromNode);if(!e)throw new Error(`NavGraph.addEdge: source node not found: ${t.fromNode}`);if(!this.nodes.has(t.toNode))throw new Error(`NavGraph.addEdge: target node not found: ${t.toNode}`);e.push(t)}edgesFrom(t){return this.edges.get(t)??[]}findNearestNode(t){let e=null,n=1/0;for(const i of this.nodes.values()){const s=b_(i.position,t);s<n&&(n=s,e=i)}return e}}function b_(t,e){const n=t.x-e.x,i=t.y-e.y,s=t.z-e.z;return n*n+i*i+s*s}function __(t,e){return Math.sqrt(b_(t,e))}function v_(t,e,n={}){const i=new y_,s=n.defaultSpeed??100;for(const e of t){const t=e.geometry.centerPoints;if(t.length<2)continue;const n=`${e.id}:start`,r=`${e.id}:end`;i.addNode({id:n,position:t[0],type:"lane-start"}),i.addNode({id:r,position:t[t.length-1],type:"lane-end"}),i.laneEndpoints.set(e.id,{startNodeId:n,endNodeId:r});let o=0;for(let e=1;e<t.length;e++)o+=__(t[e-1],t[e]);const a=o/(e.speedLimit??s)*1e3;i.addEdge({fromNode:n,toNode:r,resource:e.id,distance:o,durationMs:a,forward:!0}),"twoway"===e.direction&&i.addEdge({fromNode:r,toNode:n,resource:e.id,distance:o,durationMs:a,forward:!1})}for(const t of e){if(t.lanes.length<2)continue;const e=[];for(const n of t.lanes){const s=i.laneEndpoints.get(n);if(!s)continue;const r=i.nodes.get(s.startNodeId).position,o=i.nodes.get(s.endNodeId).position;let a=0,c=0,l=0;for(const e of t.lanes){if(e===n)continue;const t=i.laneEndpoints.get(e);if(!t)continue;const s=i.nodes.get(t.startNodeId).position,h=i.nodes.get(t.endNodeId).position;a+=Math.min(b_(r,s),b_(r,h)),c+=Math.min(b_(o,s),b_(o,h)),l++}if(0===l)continue;const h=a<c?s.startNodeId:s.endNodeId;e.push({laneId:n,nodeId:h,pos:i.nodes.get(h).position})}for(let n=0;n<e.length;n++)for(let s=0;s<e.length;s++){if(n===s)continue;const r=e[n],o=e[s],a=__(r.pos,o.pos);i.addEdge({fromNode:r.nodeId,toNode:o.nodeId,resource:t.id,distance:a,durationMs:t.crossingTimeMs,forward:!0})}}return i}function x_(t,e,n,i={}){const s=t.nodes.get(e),r=t.nodes.get(n);if(!s||!r)return null;const o=i.speed?.max??100,a=e=>{const n=t.nodes.get(e);var i,s;return(i=n.position,s=r.position,Math.sqrt(function(t,e){const n=t.x-e.x,i=t.y-e.y,s=t.z-e.z;return n*n+i*i+s*s}(i,s)))/o*1e3},c=new Map,l=new Set,h=new Set,d={nodeId:e,gScore:0,fScore:a(e)};c.set(e,d),l.add(e);const u=i.startSimMs??0,p=i.deadlineSimMs;for(;l.size>0;){let e=null,i=null;for(const t of l){const n=c.get(t);(!i||n.fScore<i.fScore||n.fScore===i.fScore&&t<e)&&(i=n,e=t)}if(!i||!e)return null;if(e===n){const t=[];let e=i,n=0;for(;e&&e.cameFromEdge;){const i=e.cameFromEdge,s=u+(e.gScore-i.durationMs);t.unshift({resource:i.resource,timeWindow:{startSimMs:s,endSimMs:s+i.durationMs},fromPos:i.fromPos,toPos:i.toPos}),n+=i.distance,e=c.get(i.fromNodeId)}const s=i.gScore;return void 0!==p&&u+s>p?null:{segments:t,totalDurationMs:s,totalDistance:n}}l.delete(e),h.add(e);for(const n of t.edgesFrom(e)){if(h.has(n.toNode))continue;const e=i.gScore+n.durationMs,s=c.get(n.toNode);if(!s||e<s.gScore){const i=t.nodes.get(n.fromNode),s=t.nodes.get(n.toNode),r={nodeId:n.toNode,gScore:e,fScore:e+a(n.toNode),cameFromEdge:{fromNodeId:n.fromNode,resource:n.resource,distance:n.distance,durationMs:n.durationMs,fromPos:i.position,toPos:s.position}};c.set(n.toNode,r),l.add(n.toNode)}}}return null}function w_(t,e,n=0,i){return t.segments.map(t=>({resource:t.resource,timeWindow:t.timeWindow,reserverId:e,priority:n,metadata:i}))}const M_={closed:!0,round:0,divisions:24};class S_{constructor(t,e){this.points=t,this.closed=e;const n=[0];for(let e=1;e<t.length;e++){const i=t[e].x-t[e-1].x,s=t[e].y-t[e-1].y;n.push(n[e-1]+Math.sqrt(i*i+s*s))}this.cumulative=n,this.length=n[n.length-1]??0}sample(t){const e=this.length;if(0===this.points.length)return{x:0,y:0,theta:0};if(0===e)return{x:this.points[0].x,y:this.points[0].y,theta:0};let n=t;this.closed?n=(t%e+e)%e:n<0?n=0:n>e&&(n=e);const i=this.cumulative;let s=0,r=i.length-2;for(;s<r;){const t=s+r>>1;i[t+1]<=n?s=t+1:r=t}const o=i[s+1]-i[s],a=o>0?(n-i[s])/o:0,c=this.points[s],l=this.points[s+1],h=l.x-c.x,d=l.y-c.y;return{x:c.x+h*a,y:c.y+d*a,theta:0===h&&0===d?0:Math.atan2(d,h)}}}function k_(t,e={}){const n={...M_,...e},i=t.length;if(0===i)return new S_([],n.closed);if(1===i)return new S_([{x:t[0].x,y:t[0].y}],n.closed);const s=[],r=(t,e)=>{if(s.length>0){const n=s[s.length-1];if(Math.abs(n.x-t)<1e-9&&Math.abs(n.y-e)<1e-9)return}s.push({x:t,y:e})},o=(n.closed,i);for(let e=0;e<o;e++){const s=0===e?n.closed?i-1:-1:e-1,o=e===i-1?n.closed?0:-1:e+1,a=s>=0?t[s]:null,c=t[e],l=o>=0?t[o]:null;if(a&&a.x===c.x&&a.y===c.y)continue;const h=a&&l?to(c,n.round):0;let d,u,p,f;if(a){const t=Math.sqrt((a.x-c.x)**2+(a.y-c.y)**2),e=0!==t?Math.atan2(a.x-c.x,a.y-c.y):0,n=Math.min(h,t/2);d=Math.sin(e)*n+c.x,u=Math.cos(e)*n+c.y}else d=c.x,u=c.y;if(l){const t=Math.sqrt((l.x-c.x)**2+(l.y-c.y)**2),e=0!==t?Math.atan2(l.x-c.x,l.y-c.y):0,n=Math.min(h,t/2);p=Math.sin(e)*n+c.x,f=Math.cos(e)*n+c.y}else p=c.x,f=c.y;if(r(d,u),h>0&&a&&l)for(let t=1;t<=n.divisions;t++){const e=t/n.divisions,i=1-e;r(i*i*d+2*i*e*c.x+e*e*p,i*i*u+2*i*e*c.y+e*e*f)}else d===p&&u===f||r(p,f);if(l&&Kr(c)){const t=to(l,n.round),e=Math.sqrt((c.x-l.x)**2+(c.y-l.y)**2),i=0!==e?Math.atan2(c.x-l.x,c.y-l.y):0,s=Math.min(t,e/2),o=Qr({x:p,y:f},{x:Math.sin(i)*s+l.x,y:Math.cos(i)*s+l.y},c.bulge);if(o){let t=o.endAngle-o.startAngle;if(o.clockwise)for(;t>0;)t-=2*Math.PI;else for(;t<0;)t+=2*Math.PI;for(let e=1;e<=n.divisions;e++){const i=e/n.divisions,s=o.startAngle+t*i;r(o.cx+o.radius*Math.cos(s),o.cy+o.radius*Math.sin(s))}}}}if(n.closed&&s.length>0){const t=s[0],e=s[s.length-1];(Math.abs(e.x-t.x)>1e-9||Math.abs(e.y-t.y)>1e-9)&&s.push({x:t.x,y:t.y})}return new S_(s,n.closed)}function A_(t,e){return k_(t,e).length}function E_(t){return t?/forklift|agv|amr|oht|tugger|worker/i.test(t)?"mobile":/conveyor|sorter|induct|chute|belt/i.test(t)?"flow":/rack|shelf|stocker|cell/i.test(t)?"cell":/pallet|box|parcel|crate|drum|tray/i.test(t)?"atomic":/robot[-_]?arm|crane|lift/i.test(t)?"articulated":/spawn[-_]?point|sink[-_]?point/i.test(t)?"boundary":"":""}function C_(t){const e=[];let n=t.parent;for(;n&&!n.isRootModel?.();){const t=n.state?.id??n.constructor?.name;t&&e.unshift(t),n=n.parent}return e.join(" › ")}function T_(t,e=!0){const n=t.constructor?.name??t.state?.type??"Component",i={type:n,id:t.state?.id??`?${t._id??Math.random().toString(36).slice(2,7)}`,category:E_(n),parentId:t.parent?.state?.id,parentPath:C_(t)},s=t._realObject?.object3d;if(s){s.updateWorldMatrix?.(!0,!1);const t=s.matrixWorld?.elements;t&&(i.pose={position:{x:t[12],y:t[13],z:t[14]},rotation:{x:0,y:0,z:0,w:1}})}if(!0===t.isItem&&(i.isItem=!0),!0===t.isMover&&(i.isMover=!0),"function"!=typeof t.canReceive&&"function"!=typeof t.canAccept||(i.isHolder=!0),"function"==typeof t.pickupFrames)try{i.isPickable=t.pickupFrames().length>0}catch{i.isPickable=!1}if("string"==typeof t.toolType||"function"==typeof t.toolType?i.toolType="function"==typeof t.toolType?t.toolType():t.toolType:void 0!==t.toolType&&(i.toolType=String(t.toolType)),t.state&&"object"==typeof t.state){const e={};for(const[n,i]of Object.entries(t.state))"string"!=typeof i&&"number"!=typeof i&&"boolean"!=typeof i&&null!==i||(e[n]=i);i.state=e}if(e){const e=t.components??[];i.childIds=e.map(t=>t.state?.id).filter(Boolean)}return i}function P_(t){function e(t,n){if(!t)return;n.push(T_(t));const i=t.components??[];for(const t of i)e(t,n)}function n(t,e){if(!e)return null;if(e.state?.id===t)return e;const i=e.components??[];for(const e of i){const i=n(t,e);if(i)return i}return null}return{version:"0.1.0",collectComponents(){const n=[];return e(t?.rootModel??t,n),n},getComponent(e){const i=n(e,t?.rootModel??t);if(!i)return null;const s={...T_(i)};if("function"==typeof i.pickupFrames)try{s.pickupFrames=i.pickupFrames()}catch{}if("object"==typeof i.slots)try{s.slots=Array.isArray(i.slots)?i.slots:"function"==typeof i.slots?i.slots():[]}catch{}if("function"==typeof i.acceptanceRotation)try{s.acceptanceWorldQuat=i.deliveryWorldRotation?.(null)??void 0}catch{}if("function"==typeof i.deliveryWorldPosition)try{s.deliveryWorldPosition=i.deliveryWorldPosition(null)}catch{}return s},simStatus(){let e=0;const n=[t?.rootModel??t];for(;n.length>0;){const t=n.pop();if(!t)continue;!0===t.isItem&&e++;const i=t.components??[];for(const t of i)n.push(t)}return{simTime:Ir.now,realTime:"undefined"!=typeof performance?performance.now():Date.now(),speed:Ir.speed,paused:Ir.isPaused,carrierCount:e}},transferLog(){const t={};Nu.flows().forEach((e,n)=>{t[n]=e});const e={};Nu.targetCounts().forEach((t,n)=>{e[n]=t});const n={};return Nu.rejectReasonCounts().forEach((t,e)=>{n[e]=t}),{entries:Nu.toJSON(),stats:Nu.stats(),flows:t,targetCounts:e,rejectReasonCounts:n}},reservations(){const t=[...g_.all()],e={},n={};for(const i of t)(e[i.resource]??=[]).push(i),(n[i.reserverId]??=[]).push(i);for(const t of Object.values(e))t.sort((t,e)=>t.timeWindow.startSimMs-e.timeWindow.startSimMs);for(const t of Object.values(n))t.sort((t,e)=>t.timeWindow.startSimMs-e.timeWindow.startSimMs);return{simTime:Ir.now,all:t,byResource:e,byReserver:n}},conflicts(){const t=g_.conflictLog(),e={},n={};let i=0,s=0;for(const r of t)e[r.resource]=(e[r.resource]??0)+1,n[r.proposed.reserverId]=(n[r.proposed.reserverId]??0)+1,"rejected"===r.outcome?i++:s++;return{simTime:Ir.now,log:[...t],total:t.length,rejected:i,preempted:s,byResource:e,byReserver:n}}}}function O_(t){const e=P_(t);return"undefined"!=typeof window&&(window.__SCENE_INSPECTOR__=e),e}let D_=0;const z_=new FinalizationRegistry(()=>{D_--});class I_{static get residents(){return D_}static get residentsCount(){return D_}constructor(t,e){this.counters={},this.references={},this.creator=t,this.disposer=e,D_++,z_.register(this,D_)}dispose(){if(this.disposer)for(const t in this.references)this.disposer(t,this.references[t]);this.references={},this.counters={}}get ids(){return Object.keys(this.references)}create(t){return new Promise((e,n)=>{this.creator?this.creator(t,n=>{n.release=()=>{this.disposer?.(t,n),delete n.release,ts("RELEASED",t)},e(n)},n):n(Error("Reference id("+t+") could not be created. Reference creator should be defined."))})}add(t,e){const n=new Promise((n,i)=>{const s=this.references[t];if(s)s===e?i(Error("Reference ID and target duplicate")):e?i(Error("Reference ID duplicate")):n(s);else{const s=e=>{e.release=()=>{this.release(e)},this.references[t]=e,this.counters[t]=1,n(e)};if(e)s(e);else{if(!this.creator)return void i(Error("Reference id("+t+") is not allowed. Reference creator should be defined."));this.creator(t,s,i)}}});return this.references[t]||(this.references[t]=n),n}async get(t,e=!1){let n=this.references[t];if(n){if(!(n instanceof Promise)){if(!(t in this.counters))throw new Error("No Reference Count");return this.counters[t]++,n}if(e)return n=await n,this.counters[t]++,n}if(e)return await this.add(t);throw new Error("No References for "+t)}_id(t){for(const e in this.references){if(this.references[e]===t)return e}}release(t){const e=this._id(t);if(!e)return void Zi("No Referenced ID");const n=this.references[e];n&&(this.counters[e]--,0==this.counters[e]&&(this.disposer?.(e,n),delete this.references[e],delete this.counters[e],delete t.release,ts("RELEASED",e)))}}const R_={},j_={};let L_=[];function F_(t){const e=t.target,n="SCRIPT"===e.tagName?R_:j_,i=e.src||e.href;n[i]=!0,L_.forEach((t,e)=>{if(!t)return;const{resolve:s,scripts:r,styles:o}=t;if(n===R_){const t=r.indexOf(i);t>-1&&t<r.length-1&&H_(r[t+1])}r.some(t=>!R_[t])||o?.some(t=>!j_[t])||(s(),L_[e]=null)}),L_=L_.filter(Boolean)}function N_(t){if("string"==typeof t)return;const e=t.target,n=e.src,i="SCRIPT"===e.tagName?R_:j_;L_.forEach((e,s)=>{if(!e)return;const{reject:r,scripts:o,styles:a}=e;(i===R_&&o.includes(n)||i===j_&&!!a?.includes(n))&&(r(t),L_[s]=null)}),L_=L_.filter(Boolean),delete i[n],document.head.removeChild(e)}function H_(t){R_[t]=!1;const e=document.createElement("script");e.onload=F_,e.onerror=N_,e.type="text/javascript",e.src=t,document.head.appendChild(e)}class B_{static load(t,e){const n="string"==typeof t?[t]:t,i="string"==typeof e?[e]:e;return new Promise(function(t,e){if(n&&!Array.isArray(n)||i&&!Array.isArray(i))return void e(new Error("invalid sources for load"));let s,r=!0;if(i?.forEach(t=>{t in j_||function(t){j_[t]=!1;const e=document.createElement("link");e.onload=F_,e.onerror=N_,e.type="text/css",e.rel="stylesheet",e.media="screen,print",e.href=t,document.head.appendChild(e)}(t),j_[t]||(r=!1)}),n&&n.length>0)for(const t of n)t in R_?R_[t]||(r=!1):s??=t;if(s)H_(s);else if(r)return void t();L_.push({resolve:t,reject:e,scripts:n,styles:i})})}}const G_="0.0.0";function V_(t){if(!(t>0))return 1;let e=0;if(!(t&t-1))return t;for(;0!=t;)t>>=1,e+=1;return 1<<e}function Y_(t){const{lineWidth:n=0}=t.state;let{width:i,height:s}=t.bounds;i+=n,s+=n;const r=V_(2*i),o=V_(2*s),a=Dp(r,o),c=new e.CanvasTexture(a);return W_(a,t,2),c.needsUpdate=!0,c.wrapS=e.RepeatWrapping,c.wrapT=e.RepeatWrapping,c.offset.set(0,1-2*s/o),c.repeat.set(2*i/r,2*s/o),c.magFilter=e.NearestFilter,c.minFilter=e.LinearFilter,c.colorSpace=e.SRGBColorSpace,c}function W_(t,e,n){const{lineWidth:i=0}=e.state;let{left:s,top:r}=e.bounds;s-=i/2,r-=i/2;const o=t.getContext("2d");o.scale(n,n),o.translate(-s,-r),e.render(o),e.postrender(o)}function U_(t,e,n=2){const i=t.getContext("2d");i&&(i.setTransform(1,0,0,1,0,0),i.clearRect(0,0,t.width,t.height),W_(t,e,n))}const $_=new Set(["cx","cy","cz","zPos","left","top","width","height","depth","lineWidth","rotationX","rotationY","rotation","scale","hidden","alpha","material3d","screenFixed"]);class X_ extends pu{get syncZPosOffset(){return this.effectiveDepth}get geometricOffsetY(){return this.effectiveDepth}constructor(t){super(t),this._origInvalidate=t.invalidate.bind(t),t.invalidate=()=>{this._origInvalidate(),this._refreshTextureNow()}}getObject3dInstance(){return new e.Mesh}build(){super.build();const{width:t,height:n}=this.component.bounds;if(!t||!n)return;const i=Md(this.component.state.material3d),s=new e.PlaneGeometry(1,1);s.rotateX(-Math.PI/2),this.object3d.geometry=s;const r=Y_(this.component),o=new e.MeshStandardMaterial({map:r});Ad(o,i),o.transparent=!0,this.object3d.material=o,this.object3d.castShadow=i.castShadow,this.object3d.receiveShadow=i.receiveShadow}updateDimension(){const{width:t,height:e}=this.component.bounds;this.setDimensionScale(t,1,e)}updateAlpha(){const{alpha:t=1,fillStyle:e}=this.component.state;$d(this.object3d.material,0,e)}_debouncedRebuild(){this._debounceTimer&&clearTimeout(this._debounceTimer),this._debounceTimer=setTimeout(()=>{this._debounceTimer=void 0,this._rebuildTexture()},100)}_rebuildTexture(){this.clear(),this.build(),this.updateTransform(),this.updateDimension(),this.updateHidden()}_refreshTextureNow(){const t=this.object3d.material,e=t?.map;if(!e)return;const n=e.source?.data;n&&(U_(n,this.component,2),e.needsUpdate=!0)}updateFillStyle(){this._debouncedRebuild()}updateStrokeStyle(){this._debouncedRebuild()}updateText(){this._debouncedRebuild()}onchange(t,e){super.onchange(t,e);for(const e of Object.keys(t))if(!$_.has(e)){this._debouncedRebuild();break}}updateMaterial3d(){super.updateMaterial3d();const t=this.object3d.material;if(!t)return;const e=Md(this.component.state.material3d);Ad(t,e),t.transparent=!0,this.object3d.castShadow=e.castShadow,this.object3d.receiveShadow=e.receiveShadow}clear(){return this._debounceTimer&&(clearTimeout(this._debounceTimer),this._debounceTimer=void 0),eu(this.object3d),super.clear()}dispose(){this._debounceTimer&&(clearTimeout(this._debounceTimer),this._debounceTimer=void 0),this._origInvalidate&&(this.component.invalidate=this._origInvalidate,this._origInvalidate=void 0),super.dispose()}}const q_=new Map;function K_(t){return Math.round(1e3*t)/1e3}function Q_(t){return new e.Color(t).getHexString()}const Z_={material(t,n,i){const s=t+"::"+function(t){const e=[];return null!=t.color&&e.push("c"+Q_(t.color)),null!=t.metalness&&e.push("m"+K_(t.metalness)),null!=t.roughness&&e.push("r"+K_(t.roughness)),null!=t.opacity&&e.push("o"+K_(t.opacity)),null!=t.emissive&&e.push("E"+Q_(t.emissive)),null!=t.emissiveIntensity&&e.push("I"+K_(t.emissiveIntensity)),null!=t.envMapIntensity&&e.push("e"+K_(t.envMapIntensity)),null!=t.side&&e.push("s"+t.side),t.transparent&&e.push("t"),t.flatShading&&e.push("f"),!1===t.depthWrite&&e.push("dw0"),t.map&&e.push("M"+(t.map.uuid??"")),e.join("|")}(n);let r=q_.get(s);return r||q_.set(s,r=function(t){const n=new e.MeshStandardMaterial;return n.userData.__bankOwned=!0,null!=t.color&&n.color.set(t.color),null!=t.emissive&&n.emissive.set(t.emissive),null!=t.metalness&&(n.metalness=t.metalness),null!=t.roughness&&(n.roughness=t.roughness),null!=t.emissiveIntensity&&(n.emissiveIntensity=t.emissiveIntensity),null!=t.envMapIntensity&&(n.envMapIntensity=t.envMapIntensity),null!=t.side&&(n.side=t.side),null!=t.map&&(n.map=t.map),null!=t.flatShading&&(n.flatShading=t.flatShading),null!=t.depthWrite&&(n.depthWrite=t.depthWrite),null!=t.opacity&&(n.opacity=t.opacity),null!=t.transparent?n.transparent=t.transparent:null!=t.opacity&&t.opacity<1&&(n.transparent=!0),n}(n)),null==i?r:Gd(r,{color:i})},get size(){return q_.size},has(t){const e=t+"::";for(const t of q_.keys())if(t.startsWith(e))return!0;return!1},dispose(){for(const t of q_.values())Yd(t),t.dispose();q_.clear()}};class J_ extends pu{getObject3dInstance(){return new e.Mesh}build(){super.build(),this.buildGeometry(),this.buildMaterial(),this.updateDimension()}updateAlpha(){if(this.canShareMaterial)return void super.updateAlpha();const{alpha:t=1,fillStyle:e}=this.component.state;$d(this.object3d.material,0,e)}updateFillStyle(){if(this.canShareMaterial)return this.applyBankMaterial(),void this.applyMaterialOpacity();const{fillStyle:t,alpha:e=1}=this.component.state,n=this.object3d.material;if(!n)return;const i=pu.buildFillStyleTexture(this.component);i?(n.map&&n.map.dispose(),i.needsUpdate=!0,n.map=i,n.needsUpdate=!0):"string"==typeof t&&(n.map&&(n.map.dispose(),n.map=null,n.needsUpdate=!0),"transparent"!==t&&"none"!==t&&n.color.set(Xd(t))),$d(n,0,t)}updateStrokeStyle(){const t=this.object3d.getObjectByName("__edgeLines__");t&&(this.object3d.remove(t),eu(t));const{strokeStyle:n}=this.component.state;if(!n||"transparent"===n||"none"===n)return;const i=this.object3d.geometry;if(!i?.getAttribute("position"))return;const s=new e.EdgesGeometry(i),r=new e.LineBasicMaterial({color:n}),o=new e.LineSegments(s,r);o.name="__edgeLines__",this.object3d.add(o)}updateDimension(){const{width:t,height:e}=this.component.bounds,{depth:n=1}=this.component.state;if(!this.object3d)return;this.object3d.geometry.computeBoundingBox();const i=this.object3d.geometry.boundingBox;if(i){const s=i.max.x-i.min.x,r=i.max.y-i.min.y,o=i.max.z-i.min.z;this.setDimensionScale(t/s,n/r,e/o)}}get canShareMaterial(){return void 0===this.materialSharingIssue}get materialSharingIssue(){const{fillStyle:t}=this.component.state;if(!t||"object"!=typeof t)return;const e=t.type;return"pattern"===e?"무늬(pattern) fillStyle 은 인스턴스마다 캔버스 텍스처가 필요하다":"gradient"===e?"그라디언트 fillStyle 은 인스턴스마다 캔버스 텍스처가 필요하다":`fillStyle 이 색 문자열이 아니다 (type: ${String(e)})`}get requiresSharedMaterial(){return!0===this.component.constructor.requiresSharedMaterial}get materialSharing(){const t=this.materialSharingIssue,e=void 0===t,n=this.requiresSharedMaterial,i={shared:e,required:n,violated:n&&!e};return void 0!==t&&(i.reason=t),e&&(i.bankKey=this.materialBankKey),i}get materialBankKey(){return`mesh|${this.component.state.type??"unknown"}`}materialSpec(){const t=Md(this.component.state.material3d),e=Ud(this.component.state.fillStyle);return{metalness:t.metalness,roughness:t.roughness,emissive:t.emissive,emissiveIntensity:t.emissiveIntensity,envMapIntensity:t.envMapIntensity,side:kd(t.side),flatShading:t.flatShading,opacity:e,transparent:e<1}}buildMaterial(){if(!this.canShareMaterial){const t=Md(this.component.state.material3d),n=new e.MeshStandardMaterial({transparent:!0});return Ad(n,t),void(this.object3d.material=n)}this.applyBankMaterial()}applyBankMaterial(){const{fillStyle:t}=this.component.state,e=Ud(t)>0&&"string"==typeof t?Xd(t):void 0;Vd(this.object3d),this.object3d.material=Z_.material(this.materialBankKey,this.materialSpec(),e)}updateMaterial3d(){if(super.updateMaterial3d(),this.canShareMaterial)return this.applyBankMaterial(),void this.applyMaterialOpacity();const t=this.object3d.material;t&&Ad(t,Md(this.component.state.material3d))}clear(){return Vd(this.object3d),eu(this.object3d),super.clear()}}function tv(t,e,n,i){return[["bold",t],["italic",e],[n+"px",!0],[i,!0]].filter(t=>t[1]).map(t=>t[0]).join(" ")}function ev(t){let e=0;if(!((t=Math.abs(t)||1)&t-1))return t;for(;0!=t;)t>>=1,e+=1;return 1<<e}function nv(t,e,n){const{bold:i=!1,italic:s=!1,fontFamily:r="Serif",fontSize:o=10,fontColor:a="black",textAlign:c="center",textBaseline:l="middle",width:h=t.width,height:d=t.height,offsetX:u=0,offsetY:p=0}=n||{},f=t.getContext("2d");let m,g;f.imageSmoothingEnabled=!1,f.fillStyle=a,f.strokeStyle=a,f.font=tv(i,s,o,r),"left"===c||"start"===c?(f.textAlign="left",m=u):"right"===c||"end"===c?(f.textAlign="right",m=u+h):(f.textAlign="center",m=u+h/2);const y=1.2*o,b=String(e).split("\n"),_=y*b.length;g="top"===l||"hanging"===l?p+.1*o:"bottom"===l||"alphabetic"===l?p+d-_+.1*o:p+(d-_)/2+.1*o,f.textBaseline="top";for(const t of b)f.fillText(t,m,g),g+=y}function iv(t,n,i,s){const r=ev(2*n),o=ev(2*i),a=Dp(r,o),c=a.getContext("2d"),{fillStyle:l}=s||{};if(l&&"object"==typeof l&&l.colorStops?.length){const t=nu(l,2*n,2*i);t&&c.drawImage(t,0,0)}c.scale(2,2),"string"==typeof l&&""!==l&&"transparent"!==l&&(c.fillStyle=l,c.fillRect(0,0,n,i)),nv(a,t,s);const h=new e.CanvasTexture(a);return h.needsUpdate=!0,h.wrapS=e.RepeatWrapping,h.wrapT=e.RepeatWrapping,h.offset.set(0,1-2*i/o),h.repeat.set(2*n/r,2*i/o),h.minFilter=e.LinearFilter,h.colorSpace=e.SRGBColorSpace,h}function sv(t,n,i,s,r,o,a){const c=new Image;c.crossOrigin="anonymous",c.onload=()=>{const t=2*i,l=2*s,h=ev(t),d=ev(l),u=Dp(h,d),p=u.getContext("2d");if(o.color&&(p.fillStyle=o.color,p.fillRect(0,0,t,l)),o.fitPattern)p.drawImage(c,0,0,t,l);else{const e=2*(o.width||c.naturalWidth),n=2*(o.height||c.naturalHeight),i=2*(o.offsetX||0),s=2*(o.offsetY||0);let r=0,a=0;switch(o.align){case"center":r=(t-e)/2,a=(l-n)/2;break;case"left-top":break;case"left-bottom":a=l-n;break;case"right-top":r=t-e;break;case"right-bottom":r=t-e,a=l-n;break;case"left":a=(l-n)/2;break;case"right":r=t-e,a=(l-n)/2;break;case"top":r=(t-e)/2;break;case"bottom":r=(t-e)/2,a=l-n}const h=i+r,d=s+a;if(o.noRepeat)p.drawImage(c,0,0,c.naturalWidth,c.naturalHeight,h,d,e,n);else{p.save(),p.rect(0,0,t,l),p.clip();const i=h>0?h-Math.ceil(h/e)*e:h;for(let s=d>0?d-Math.ceil(d/n)*n:d;s<l;s+=n)for(let r=i;r<t;r+=e)p.drawImage(c,0,0,c.naturalWidth,c.naturalHeight,r,s,e,n);p.restore()}}n&&(p.scale(2,2),nv(u,n,r));const f=new e.CanvasTexture(u);f.needsUpdate=!0,f.wrapS=e.RepeatWrapping,f.wrapT=e.RepeatWrapping,f.offset.set(0,1-l/d),f.repeat.set(t/h,l/d),f.minFilter=e.LinearFilter,f.colorSpace=e.SRGBColorSpace,a(f)},c.onerror=()=>{const t=iv(n,i,s,r);a(t)},c.src=t}function rv(t,e){let{bold:n=!1,italic:i=!1,fontFamily:s="Serif",fontSize:r=10,lineHeight:o="normal"}=e||{};t=void 0===t||""==t?" ":String(t);const a=document.createElement("span");a.style.font=tv(n,i,r,s),a.style.lineHeight=String(o),a.style.whiteSpace="pre",a.style.position="absolute",a.textContent=t,document.body.appendChild(a);const c=a.getBoundingClientRect();return document.body.removeChild(a),{width:c.width,height:c.height}}class ov extends J_{get zPriority(){return au.DECAL}get syncZPosOffset(){return this.effectiveDepth}get geometricOffsetY(){return this.effectiveDepth}buildGeometry(){this.updateDimension()}updateStrokeStyle(){}updateFillStyle(){this.updateText()}updateDimension(){const{width:t,height:n}=this.component.state,i=Math.abs(t)||1,s=Math.abs(n)||1;this.object3d.geometry&&this.object3d.geometry.dispose();const r=new e.PlaneGeometry(i,s);r.rotateX(-Math.PI/2),this.object3d.geometry=r}updateText(){const t=this.object3d.material;if(!t)return;const{width:e,height:n,bold:i=!1,italic:s=!1,fontFamily:r="Serif",fontSize:o=10,fontColor:a="black",textAlign:c="center",textBaseline:l="middle",fillStyle:h}=this.component.state,d=Math.abs(e)||1,u=Math.abs(n)||1,p=this.component.text,f=h&&"none"!==h?h:"transparent",m={bold:i,italic:s,fontFamily:r,fontSize:o,fontColor:a,textAlign:c,textBaseline:l,width:d,height:u,fillStyle:f};if("object"==typeof f&&"pattern"===f?.type&&f.image){return void sv(this.component.app.url(h.image),p,d,u,m,h,e=>{t.map&&t.map.dispose(),t.map=e,t.color.set(16777215),t.needsUpdate=!0})}const g=iv(p,d,u,m);g?(t.map&&t.map.dispose(),t.map=g,t.color.set(16777215),g.needsUpdate=!0):"string"==typeof h&&(""!==h&&"transparent"!==h?t.color.set(Xd(h)):t.opacity=0)}updateAlpha(){const t=this.object3d.material;t.opacity=1,t.transparent=!0,super.applyMaterialOpacity()}}Gp("text",t=>new ov(t));const av={input:"css3d",select:"css3d",textarea:"css3d",button:"css3d",iframe:"css3d",video:"css3d",label:"texture",table:"texture",progress:"texture"};function cv(t){const e=t.model?.type??"";return"texture"===(av[e]??"css3d")?new X_(t):new Np(t)}Gp("html-overlay-element",cv),Gp("html-overlay-container",cv);class lv{setShape({extrudedShape:t,extrudedOptions:n}){this.extrudedShape=t,this.bb=new e.Box2,this.bb.setFromPoints(this.extrudedShape?.extractPoints(0).shape),this.extrudedOptions=n}generateTopUV(t,n,i,s,r){const o=n[3*i],a=n[3*i+1],c=n[3*s],l=n[3*s+1],h=n[3*r],d=n[3*r+1],u=this.bb,p=u.max.x-u.min.x,f=u.max.y-u.min.y;return[new e.Vector2((o-u.min.x)/p,1-(a-u.min.y)/f),new e.Vector2((c-u.min.x)/p,1-(l-u.min.y)/f),new e.Vector2((h-u.min.x)/p,1-(d-u.min.y)/f)]}generateSideWallUV(t,n,i,s,r,o){const a=n[3*i],c=n[3*i+1],l=n[3*i+2],h=n[3*s],d=n[3*s+1],u=n[3*s+2],p=n[3*r],f=n[3*r+1],m=n[3*r+2],g=n[3*o],y=n[3*o+1],b=n[3*o+2],_=this.extrudedOptions?.depth||100,v=this.bb,x=v.max.x-v.min.x,w=v.max.y-v.min.y;return Math.abs(c-d)<.01?[new e.Vector2(a/x,1-l/_),new e.Vector2(h/x,1-u/_),new e.Vector2(p/x,1-m/_),new e.Vector2(g/x,1-b/_)]:[new e.Vector2(c/w,1-l/_),new e.Vector2(d/w,1-u/_),new e.Vector2(f/w,1-m/_),new e.Vector2(y/w,1-b/_)]}}function hv(t,e){const n=t/2,i=e/2;return{points:[{x:-n,y:-i},{x:n,y:-i},{x:n,y:i},{x:-n,y:i}]}}function dv(t,e,n){const i=Math.max(3,Math.floor(n)),s=[];for(let n=0;n<i;n++){const r=n/i*Math.PI*2;s.push({x:t*Math.cos(r),y:e*Math.sin(r)})}return{points:s,segments:i}}function uv(t){if(0===t.length)return[];let e=1/0,n=1/0,i=-1/0,s=-1/0;for(const r of t)r.x<e&&(e=r.x),r.x>i&&(i=r.x),r.y<n&&(n=r.y),r.y>s&&(s=r.y);const r=(e+i)/2,o=(n+s)/2,a=t.map(t=>({x:t.x-r,y:t.y-o})),c=a[0],l=a[a.length-1];return a.length>1&&Math.abs(c.x-l.x)<1e-9&&Math.abs(c.y-l.y)<1e-9&&a.pop(),a}class pv extends pu{clear(){return this._mesh=void 0,super.clear()}get shape(){return null}topOutline(){const t=this.shape;if(!t||"function"!=typeof t.getPoints)return null;const e=this.outlineDivisions,n=t.getPoints(e);if(!n||n.length<3)return null;const i=uv(n);return i.length<3?null:{points:i}}get outlineDivisions(){return 12}get boundUVGenerator(){return this._boundUVGenerator||(this._boundUVGenerator=new lv),this._boundUVGenerator}build(){super.build();const t=this.effectiveDepth,n=this.shape;if(!n)return;const i=this.boundUVGenerator;i&&i.setShape({extrudedShape:n,extrudedOptions:{depth:t}});const s=this.createGeometry(n),r=this.createMaterials();this._mesh=new e.Mesh(s,r),this._mesh.rotation.x=-Math.PI/2,this._mesh.rotation.y=-Math.PI,this._mesh.rotation.z=-Math.PI,this._mesh.castShadow=!0,this.object3d.add(this._mesh),this.updateFillStyle(),this.updateStrokeStyle()}createGeometry(t){const n=this.effectiveDepth,{lineWidth:i=0}=this.component.state,s={steps:1,depth:n,bevelEnabled:i>0,bevelThickness:0,bevelSize:i,bevelSegments:1,UVGenerator:this.boundUVGenerator},r=new e.ExtrudeGeometry(t,s);return r.center(),r}createMaterials(){const t=Md(this.component.state.material3d),n=new e.MeshStandardMaterial;Ad(n,t);const i=new e.MeshStandardMaterial;return Ad(i,t),[n,i]}createTexture(){const{width:t,height:n}=this.component.bounds,i=ev(t),s=ev(n),r=Dp(i,s);this.component.render(r.getContext("2d"));const o=new e.CanvasTexture(r);return o.needsUpdate=!0,o.wrapS=e.RepeatWrapping,o.wrapT=e.RepeatWrapping,o.offset.set(0,1-n/s),o.repeat.set(t/i,n/s),o.minFilter=e.LinearFilter,o}getMaterials(){if(!this._mesh)return;const t=this._mesh.material;return Array.isArray(t)?t:void 0}updateMaterial3d(){super.updateMaterial3d();const t=this.getMaterials();if(!t)return;const e=Md(this.component.state.material3d);for(const n of t)Ad(n,e)}updateAlpha(){const{alpha:t=1,fillStyle:e,strokeStyle:n}=this.component.state,i=this.getMaterials();i&&($d(i[0],0,e),$d(i[1],0,n))}updateStrokeStyle(){const t=this.getMaterials();if(!t)return;const{strokeStyle:e}=this.component.state;t[1].color.set(Xd(e))}updateFillStyle(){this._applyCapTexture()}updateText(){this._applyCapTexture()}_applyCapTexture(){const t=this.getMaterials();if(!t)return;const e=t[0],{fillStyle:n}=this.component.state,i=this.component.hasTextProperty?this.component.text:"";if(!i){const t=pu.buildFillStyleTexture(this.component);return t?(e.map&&e.map.dispose(),e.map=t,e.color.set(16777215)):(e.map&&(e.map.dispose(),e.map=null),e.color.set(Xd(n))),void(e.needsUpdate=!0)}const{bold:s=!1,italic:r=!1,fontFamily:o="Serif",fontSize:a=10,fontColor:c="black",textAlign:l="center",textBaseline:h="middle",paddingTop:d=0,paddingLeft:u=0,paddingRight:p=0,paddingBottom:f=0}=this.component.state,{width:m,height:g}=this.component.bounds,y=Math.abs(m)||1,b=Math.abs(g)||1,_={bold:s,italic:r,fontFamily:o,fontSize:a,fontColor:c,textAlign:l,textBaseline:h,width:Math.max(y-u-p,0),height:Math.max(b-d-f,0),fillStyle:n,offsetX:u,offsetY:d};if("object"==typeof n&&"pattern"===n?.type&&n.image){return void sv(this.component.app.url(n.image),i,y,b,_,n,t=>{e.map&&e.map.dispose(),e.map=t,e.color.set(16777215),e.needsUpdate=!0})}e.map&&e.map.dispose();const v=iv(i,y,b,_);e.map=v,e.color.set(16777215),e.needsUpdate=!0}updateDimension(){super.updateDimension()}onchange(t,e){if("path"in t&&this._mesh){const t=this._mesh.geometry,e=this.shape;if(e){const n=this.createGeometry(e);this._mesh.geometry=n,t.dispose()}}super.onchange(t,e)}}class fv extends pv{get shape(){const{cx:t=0,cy:n=0,rx:i=1,ry:s=1,startAngle:r=0,endAngle:o=2*Math.PI,anticlockwise:a=!1}=this.component.state,c=new e.EllipseCurve(t,n,Math.abs(i),Math.abs(s),r,o,a,0);return new e.Shape(c.getPoints(50))}}Gp("ellipse",t=>new fv(t));class mv extends pv{get shape(){const{width:t,height:n,round:i=0}=this.component.state,s=Oc(i,t,n);if(s>0){const i=s,r=new e.Path;return r.moveTo(i,0),r.lineTo(t-i,0),r.quadraticCurveTo(t,0,t,i),r.lineTo(t,n-i),r.quadraticCurveTo(t,n,t-i,n),r.lineTo(i,n),r.quadraticCurveTo(0,n,0,n-i),r.lineTo(0,i),r.quadraticCurveTo(0,0,i,0),new e.Shape(r.getPoints(12))}const r=new e.Shape;return r.moveTo(0,0),r.lineTo(t,0),r.lineTo(t,n),r.lineTo(0,n),r.lineTo(0,0),r}}function gv(t,n={}){const i=n.round??0,s=n.divisions??24;if(!t||0===t.length)return new e.Shape;const r=t.some(t=>Kr(t)),o=i>0||t.some(t=>to(t,0)>0);if(r||o){const n=new e.Path;for(let e=0;e<t.length;e++){const s=t[(e-1+t.length)%t.length],r=t[e],o=t[(e+1)%t.length];if(s.x===r.x&&s.y===r.y)continue;const a=to(r,i);let c=Math.sqrt((s.x-r.x)**2+(s.y-r.y)**2),l=0!==c?Math.atan2(s.x-r.x,s.y-r.y):0;const h=Math.sin(l)*Math.min(a,c/2)+r.x,d=Math.cos(l)*Math.min(a,c/2)+r.y;c=Math.sqrt((o.x-r.x)**2+(o.y-r.y)**2),l=0!==c?Math.atan2(o.x-r.x,o.y-r.y):0;const u=Math.sin(l)*Math.min(a,c/2)+r.x,p=Math.cos(l)*Math.min(a,c/2)+r.y;if(0===e?n.moveTo(h,d):n.lineTo(h,d),a>0&&n.quadraticCurveTo(r.x,r.y,u,p),Kr(r)){const t=to(o,i),e=Math.sqrt((r.x-o.x)**2+(r.y-o.y)**2),s=0!==e?Math.atan2(r.x-o.x,r.y-o.y):0,a=Qr({x:u,y:p},{x:Math.sin(s)*Math.min(t,e/2)+o.x,y:Math.cos(s)*Math.min(t,e/2)+o.y},r.bulge);a&&n.absarc(a.cx,a.cy,a.radius,a.startAngle,a.endAngle,a.clockwise)}}return new e.Shape(n.getPoints(s))}const a=new e.Shape;for(let e=0;e<t.length;e++)0===e?a.moveTo(t[e].x,t[e].y):a.lineTo(t[e].x,t[e].y);return a}Gp("rect",t=>new mv(t));class yv extends pv{get shape(){const{path:t=[],round:e=0}=this.component.state;return gv(t,{round:e,divisions:24})}build(){Object.getPrototypeOf(pv.prototype).build.call(this);const t=this.effectiveDepth,n=this.shape;if(!n)return;const i=this.boundUVGenerator,s=this.minMax;if(i&&void 0!==s.minX&&void 0!==s.maxX&&void 0!==s.minY&&void 0!==s.maxY){const n=new e.Shape;n.moveTo(s.minX,s.minY),n.lineTo(s.maxX,s.minY),n.lineTo(s.maxX,s.maxY),n.lineTo(s.minX,s.maxY),n.closePath(),i.setShape({extrudedShape:n,extrudedOptions:{depth:t}})}else i&&i.setShape({extrudedShape:n,extrudedOptions:{depth:t}});const r=this.createGeometry(n),o=this.createMaterials();this._mesh=new e.Mesh(r,o),this._mesh.rotation.x=-Math.PI/2,this._mesh.rotation.y=-Math.PI,this._mesh.rotation.z=-Math.PI,this._mesh.castShadow=!0,this.object3d.add(this._mesh),this.updateFillStyle(),this.updateStrokeStyle()}createGeometry(t){const n=this.effectiveDepth,{lineWidth:i=0}=this.component.state,s={steps:1,depth:n,bevelEnabled:i>0,bevelThickness:0,bevelSize:i,bevelSegments:1,UVGenerator:this.boundUVGenerator},r=new e.ExtrudeGeometry(t,s),o=this.minMax;if(void 0!==o.minX&&void 0!==o.maxX&&void 0!==o.minY&&void 0!==o.maxY){const t=(o.minX+o.maxX)/2,e=(o.minY+o.maxY)/2;r.translate(-t,-e,0),r.computeBoundingBox();const n=r.boundingBox;n&&r.translate(0,0,-(n.min.z+n.max.z)/2)}else r.center();return r}get minMax(){if(!this._minMax){const{path:t}=this.component.state;let e,n,i,s;t.forEach((t,r)=>{if(0==r)return e=i=t.x,void(n=s=t.y);e=Math.min(e,t.x),i=Math.max(i,t.x),n=Math.min(n,t.y),s=Math.max(s,t.y)}),this._minMax={minX:e,minY:n,maxX:i,maxY:s}}return this._minMax}}Gp("polygon",t=>new yv(t));class bv extends pv{get shape(){const{cx:t=0,cy:n=0,rx:i=1,ry:s=1,ratio:r=50,startAngle:o=0,endAngle:a=2*Math.PI,anticlockwise:c=!1}=this.component.state,l=Math.abs(i),h=Math.abs(s),d=new e.EllipseCurve(t,n,l,h,o,a,c,0),u=new e.Shape(d.getPoints(50)),p=l/100*r,f=h/100*r;if(p>0&&f>0){const i=new e.EllipseCurve(t,n,p,f,o,a,c,0),s=new e.Path(i.getPoints(50));u.holes.push(s)}return u}}Gp("donut",t=>new bv(t));class _v extends pv{get shape(){const{x1:t=0,y1:n=0,x2:i=0,y2:s=0,x3:r=0,y3:o=0,round:a=0}=this.component.state,c=[{x:t,y:n},{x:i,y:s},{x:r,y:o}];if(a>0){const t=new e.Path;for(let e=0;e<c.length;e++){const n=c[(e-1+c.length)%c.length],i=c[e],s=c[(e+1)%c.length];let r=Math.sqrt((n.x-i.x)**2+(n.y-i.y)**2),o=0!==r?Math.atan2(n.x-i.x,n.y-i.y):0;const l=Math.sin(o)*Math.min(a,r/2)+i.x,h=Math.cos(o)*Math.min(a,r/2)+i.y;r=Math.sqrt((s.x-i.x)**2+(s.y-i.y)**2),o=0!==r?Math.atan2(s.x-i.x,s.y-i.y):0;const d=Math.sin(o)*Math.min(a,r/2)+i.x,u=Math.cos(o)*Math.min(a,r/2)+i.y;0===e?t.moveTo(l,h):t.lineTo(l,h),t.quadraticCurveTo(i.x,i.y,d,u)}return new e.Shape(t.getPoints(12))}const l=new e.Shape;return l.moveTo(t,n),l.lineTo(i,s),l.lineTo(r,o),l.closePath(),l}}Gp("triangle",t=>new _v(t));class vv extends pv{get shape(){const{ratio:t=30,wing:n=5,cx:i=0,cy:s=0,rx:r=1,ry:o=1}=this.component.state;if(n<3)return null;const a=Math.PI/2,c=2*Math.PI/n,l=r-t/100*r,h=o-t/100*o,d=new e.Shape;d.moveTo(i+r*Math.cos(-a),s+o*Math.sin(-a)),d.lineTo(i+(r-l)*(Math.cos(c-a)+Math.cos(0-a))/2,s+(o-h)*(Math.sin(c-a)+Math.sin(0-a))/2);for(let t=1;t<n;t++)d.lineTo(i+r*Math.cos(c*t-a),s+o*Math.sin(c*t-a)),d.lineTo(i+(r-l)*(Math.cos(c*(t+1)-a)+Math.cos(c*t-a))/2,s+(o-h)*(Math.sin(c*(t+1)-a)+Math.sin(c*t-a))/2);return d.closePath(),d}}Gp("star",t=>new vv(t));const xv=new Map;function wv(t){return t.userData.__bankOwned=!0,t}const Mv={primitive(t){const n="primitive::"+function(t){switch(t.kind){case"cylinder":return`cylinder|${t.segments??0}`;case"sphere":return`sphere|${t.segments??0}|${t.heightSegments??0}`;default:return t.kind}}(t);let i=xv.get(n);return i||xv.set(n,i=wv(function(t){switch(t.kind){case"box":return new e.BoxGeometry(1,1,1);case"plane":return new e.PlaneGeometry(1,1);case"cylinder":return new e.CylinderGeometry(.5,.5,1,t.segments??16);case"sphere":return new e.SphereGeometry(.5,t.segments??16,t.heightSegments??Math.max(2,Math.round((t.segments??16)/2)))}}(t))),i},shaped(t,e){const n="shaped::"+t;let i=xv.get(n);return i||xv.set(n,i=wv(e())),i},owns:t=>!0===t.userData?.__bankOwned,get size(){return xv.size},has:t=>xv.has("primitive::"+t)||xv.has("shaped::"+t),dispose(){for(const t of xv.values())t.dispose();xv.clear()}},Sv=[8,12,16],kv={cylinder:25,sphere:32},Av=3,Ev=128;function Cv(t,e){return"number"==typeof t&&Number.isFinite(t)?Math.min(Ev,Math.max(3,Math.floor(t))):e}function Tv(t,e){return"number"==typeof t&&Number.isFinite(t)?Math.min(Ev,Math.max(2,Math.floor(t))):Math.max(2,Math.round(e/2))}function Pv(t){return Sv.includes(t)}const Ov={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"number",label:"segments",name:"segments",property:"segments"},{type:"number",label:"height-segments",name:"heightSegments",property:"heightSegments"}],help:"scene/component/sphere"};class Dv extends J_{buildGeometry(){const t=this.component.state,e=Cv(t.segments,kv.sphere),n=Tv(t.heightSegments,e);this.object3d.geometry=Mv.primitive({kind:"sphere",segments:e,heightSegments:n})}updateDimension(){const{rx:t=0,ry:e=0,rz:n}=this.component.state,i=n??t;this.setDimensionScale(2*t,2*i,2*e)}get effectiveDepth(){const{rx:t=0,rz:e}=this.component.state,n=e??t;return Math.max(2*n,1)}topOutline(){const{rx:t=0,ry:e=0}=this.component.state;if(!(t>0&&e>0))return null;return dv(t,e,Cv(this.component.state.segments,kv.sphere))}}let zv=class extends hg{get hasTextProperty(){return!1}is3dish(){return!0}buildRealObject(){return new Dv(this)}get nature(){return Ov}};zv=Nm([Sy("sphere")],zv);class Iv extends pu{getObject3dInstance(){return new e.Sprite}build(){super.build(),this.buildMaterial()}get cz(){const{zPos:t=0}=this.component.state,{height:e}=this.component.bounds,{tz:n=0}=this.component.delta(),i=this.component.parent?._realObject;return t+n+e/2-(i?.geometricOffsetY??0)}get geometricOffsetY(){const{height:t=0}=this.component.bounds;return t/2}updateAlpha(){const{alpha:t=1,fillStyle:e}=this.component.state;$d(this.object3d.material,0,e)}updateFillStyle(){const{fillStyle:t}=this.component.state,e=this.object3d.material;if(!e)return;const n=pu.buildFillStyleTexture(this.component);n?(e.map&&e.map.dispose(),n.needsUpdate=!0,e.map=n):"string"==typeof t&&("transparent"!==t?e.color.set(Xd(t)):e.opacity=0)}}class Rv extends Iv{buildMaterial(){const t=this.object3d.material;t&&t.dispose(),this.object3d.material=new e.SpriteMaterial({map:Y_(this.component),alphaTest:.01,sizeAttenuation:!1})}get scale(){const{width:t,height:e}=this.component.bounds,n=this.threeContainer,{width:i=1,height:s=1}=n?.bounds??{},{scale:r=1}=this.component.state;return{x:r*t/i,y:r*e/s,z:r}}update(){this.build(),this.updateHidden()}updateFillStyle(){this.update()}updateStrokeStyle(){this.update()}updateAlpha(){this.update()}updateText(){this.update()}}const jv={mutable:!1,resizable:!0,rotatable:!0,properties:[]};let Lv=class extends(Dc(Pc)){get hasTextProperty(){return!1}is3dish(){return!0}buildRealObject(){return new Rv(this)}get nature(){return jv}};Lv=Nm([Sy("sprite")],Lv);const Fv={mutable:!1,resizable:!0,rotatable:!0,properties:[],help:"scene/component/cube"};class Nv extends J_{buildGeometry(){this.object3d.geometry=Mv.primitive({kind:"box"})}topOutline(){const{width:t=0,height:e=0}=this.component.state;return t>0&&e>0?hv(t,e):null}}let Hv=class extends(Dc(Pc)){get hasTextProperty(){return!1}is3dish(){return!0}buildRealObject(){return new Nv(this)}get nature(){return Fv}};Hv=Nm([Sy("cube")],Hv);const Bv={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"number",label:"segments",name:"segments",property:"segments"}],help:"scene/component/cylinder"};class Gv extends J_{buildGeometry(){const t=Cv(this.component.state.segments,kv.cylinder);this.object3d.geometry=Mv.primitive({kind:"cylinder",segments:t})}updateDimension(){const{rx:t=0,ry:e=0,depth:n=1}=this.component.state;this.setDimensionScale(2*t,n,2*e)}topOutline(){const{rx:t=0,ry:e=0}=this.component.state;if(!(t>0&&e>0))return null;return dv(t,e,Cv(this.component.state.segments,kv.cylinder))}}let Vv=class extends hg{get hasTextProperty(){return!1}is3dish(){return!0}buildRealObject(){return new Gv(this)}get nature(){return Bv}};Vv=Nm([Sy("cylinder")],Vv);const Yv={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"color",label:"box-color",name:"boxColor",property:"boxColor"}],help:"scene/component/banner"};class Wv extends pu{get zPriority(){return au.DECAL}build(){super.build();const{width:t=1,height:e=1,depth:n=1}=this.component.state;this.object3d.add(this.createCube(t,e,n));const i=this.createTextureBoard(t,n);i.position.set(0,0,.5*e+1),this.object3d.add(i)}createCube(t,n,i){const{boxColor:s="#ccaa76"}=this.component.state,r=Md(this.component.state.material3d),o=new e.BoxGeometry(t,i,n),a=new e.MeshStandardMaterial({color:s,side:e.FrontSide});Ad(a,r);const c=new e.Mesh(o,a);return c.castShadow=r.castShadow,c.receiveShadow=r.receiveShadow,c}createTextureBoard(t,n){const i=Md(this.component.state.material3d),{fillStyle:s="#ccaa76"}=this.component.state,r=pu.buildFillStyleTexture(this.component),o=new e.MeshStandardMaterial(r?{map:r}:{color:s||"#ccaa76",side:e.FrontSide});Ad(o,i);const a=new e.PlaneGeometry(t,n,1,1),c=new e.Mesh(a,o);return c.castShadow=i.castShadow,c.receiveShadow=i.receiveShadow,c}updateMaterial3d(){super.updateMaterial3d();const t=Md(this.component.state.material3d);this.object3d.traverse(e=>{if(e.isMesh){const n=e.material;n&&Ad(n,t),e.castShadow=t.castShadow,e.receiveShadow=t.receiveShadow}})}updateFillStyle(){this.update()}onchange(t,e){super.onchange(t,e),"boxColor"in t&&this.update()}}let Uv=class extends(Dc(Pc)){get hasTextProperty(){return!1}is3dish(){return!0}get nature(){return Yv}buildRealObject(){return new Wv(this)}};var $v;Uv=Nm([Sy("banner")],Uv);const Xv={far:1e5,fov:80,near:1,zoom:1},qv={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"number",label:"near",name:"near"},{type:"number",label:"far",name:"far"},{type:"number",label:"fov",name:"fov"},{type:"number",label:"zoom",name:"zoom"},{type:"checkbox",label:"show-helper",name:"showHelper"}],help:"scene/component/camera"};class Kv extends pu{getObject3dInstance(){return new e.Mesh}updateCamera(){const{near:t=Xv.near,far:n=Xv.far,fov:i=Xv.fov,zoom:s=Xv.zoom,showHelper:r}=this.component.state;this.camera.far=n,this.camera.fov=i,this.camera.near=t,this.camera.zoom=s,r?this.helper||(this.helper=new e.CameraHelper(this.camera),this.object3d.add(this.helper)):this.helper&&(this.object3d.remove(this.helper),delete this.helper)}build(){super.build();const{width:t=0,height:n=0,depth:i=0,fillStyle:s="lightgray"}=this.component.state;this.object3d.geometry=new e.BoxGeometry(t,i,n);const r=Md(this.component.state.material3d),o=new e.MeshStandardMaterial({color:s});Ad(o,r),this.object3d.material=o,this.object3d.castShadow=r.castShadow,this.object3d.receiveShadow=r.receiveShadow,this.camera=new e.PerspectiveCamera,this.camera.position.set(0,0,0),this.object3d.add(this.camera),this.object3d.lookAt(0,0,0),this.updateCamera()}updateMaterial3d(){super.updateMaterial3d();const t=this.object3d.material;if(!t)return;const e=Md(this.component.state.material3d);Ad(t,e),this.object3d.castShadow=e.castShadow,this.object3d.receiveShadow=e.receiveShadow}}let Qv=$v=class extends(Dc(Pc)){get hasTextProperty(){return!1}is3dish(){return!0}static get image(){return $v._image||($v._image=new Image,$v._image.src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA1IAAANSAQMAAABV6G1EAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAABlBMVEX6+voBAQGV71ZvAAAFO0lEQVR42u3dMZLkNBiGYakUKFRIqKOISxDvETiCTBEQcgQOQE7clyAi8REm7KDXIhgYoMa/7fbIX+2K9w022MCP/25Z28GW5RwRERERERERERERERERERERERERERERERERERERERERERERERHRl9mv7fdPn7879sf8Mcq3J3r5EJXaUy3Wddrcd6qNybx9F2/lZ63H+nVCa9Oe9elZa5ksa/dDbE+3fsm4v27C89bd+i6W3l+XdcnSWtuxyvPW+hqorbWb0Jr7Pl3m4tjfVMIZ625d6L5pxTPWw7rQY9P6pqu1dF8aq5d83cE3rXrGWluIxV6h53eotv4c1V3Ln7Nm66ZvvZf8SSues16sD2jubz2sC839fmvYiz7t//LJna27wsr7VjlnNWtPeHTfNlae2bZvnaTePUd+74fqV2LNxv6zdN8O3z9HSWhlc4F+dOvdsKbe2+F7q+zPddq6W2ts6r31vrN825/rtPWwvvcL5losy11uxQNz5U6fYT4w12mrWf80TUNZdetXal/LtwNW6WOFI1Y9bU3GVnfFXM9bneZKwrmKcK4qnKsK52q6uULTzRWFVjpkta/OykKrCq02puWFVhRaSWjlQa0itJrO8oNaQWgloZWFVhnUqjrLN50VBrWi0MpCqwitOqjVdFYQWlFopUGtLLSq0GpjWl5oRaGVBrWy0KpCq+ksP6gVhFYSWllolUGtqrNW/jvBZVYY1IpCKwutIrTqoFbTWUFoxUGtJLSK0KpCq41peaEVhVYa1MpCqwqtprP8oFYUWklo5UGtIrSazvJCKwxqRaGVhVYZ1Ko664ems34UWj8Nav0stBoWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhbW/9L6RWgp37WofIek8j2cyveLTkqrCq0itLLQSkJL+Q5k5budle/HVr73e/24gAHenZ6FlvK9+srzAoLQUp65oDy3QnoeRxFaWWgpz2pRnncThJbyzCDpuUtVaBWhlYWW8qwx5RlqynPovNBSnuUnPaOwCK0stJLQUp4BqjzbVHk+rFNaVWgVoZWFlvJc6Si0lGdzK88cV57bLj2PvgitLLSS0IpCKwgtL7Sc0qpCqwitLLSS0IpCKwgtL7Sc0qpCqwitLLSS0IpCKwgtL7Sc0qpCqwitLLSS0IpCKwgtL7Sc0qpCqwitLLSS0IpCKwgtL7Sc0qpCqxyyahcrH7JKFysJ54rCuYJwLi+cywnn+vdlLp+rCOfKwrnStXP95zLxiJX7WEFoeaHljO/xEqsaf9/FWqz1bM+VzloP655df2uxrnP9XPHKue7OeMDsuWInyx+Y67T1Yv0gs+cKvay6P5fvZZULrdnYFBbbcr2sdKF1MxbZFdZkLLItq3aay6/vJ102eusD2rJKl633nw/o3n+uxbrpLSv1svL6M95hQ3xYNz33t16sC21Zoc+28Xahm+u+Ic7WhbYs1+dRfrvQ5LpvHOaFNq3SZ8n/faEt6twDtli7wrJpxT6P1183/di0Ti36u3XT903Ld1qGrzf9smmdWhyTddNzf8t8UqdtK/dZGq8P2DZ1ZnHcrQ/osWO5PkvDuby7NE58Yctk7Qq3PSv3+bpc3F0aJ56wF+uLX9xu6eOb4es9z/vWc0vR3oZuByjnf2t/fP/54B/2WvvWEREREREREREREREREREREREREREREREREREREREREREREREREX2J/QlrTpqHD8xO1gAAAABJRU5ErkJggg=="),$v._image}render(t){const{left:e,top:n,width:i,height:s}=this.bounds;t.beginPath(),this.drawImage(t,$v.image,e,n,i,s)}buildRealObject(){return new Kv(this)}get nature(){return qv}};Qv=$v=Nm([Sy("camera")],Qv);const Zv={mutable:!1,resizable:!0,rotatable:!0,properties:[...wy],"value-property":"source",help:"scene/component/gltf-object"};let Jv=class extends(My(Dc(Pc))){get nature(){return Zv}};Jv=Nm([Sy("gltf-object")],Jv);const tx={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"select",label:"light-type",name:"lightType",property:{options:["","point","directional"]}},{type:"number",label:"intensity",name:"intensity"},{type:"number",label:"distance",name:"distance"},{type:"number",label:"decay",name:"decay"},{type:"checkbox",label:"cast-shadow",name:"castShadow"},{type:"number",label:"near",name:"near",placeholder:"0.5"},{type:"number",label:"far",name:"far",placeholder:"1000"},{type:"number",label:"fov",name:"fov",placeholder:"90"},{type:"number",label:"zoom",name:"zoom",placeholder:"1"},{type:"checkbox",label:"show-helper",name:"showHelper"}],help:"scene/component/light"};class ex extends pu{updatePointLight(){const{lightType:t="point",distance:n=0,intensity:i=10,decay:s=1,fillStyle:r="white",castShadow:o,near:a=.5,far:c=1e3,fov:l=90,zoom:h=1,showHelper:d}=this.component.state;if(this.object3d.color=new e.Color(r),"point"==t&&(this.object3d.distance=n,this.object3d.decay=s),this.object3d.intensity=i,this.object3d.castShadow=o,o){const t=this.object3d.shadow?.camera;t.far=c,t.near=a,t.fov=l,t.zoom=h}if(d){const t=this.object3d.shadow?.camera;this.helper||(this.helper=new e.CameraHelper(t),this.object3d.add(this.helper))}else this.helper&&(this.object3d.remove(this.helper),delete this.helper)}getObject3dInstance(){const{lightType:t="point"}=this.component.state;return"point"==t?new e.PointLight:new e.DirectionalLight}update(){this.clear(),this.build(),this.updateDimension(),this.updateHidden(),this.updatePointLight()}}let nx=class extends hg{get hasTextProperty(){return!1}is3dish(){return!0}buildRealObject(){return new ex(this)}get anchors(){return[]}get nature(){return tx}};nx=Nm([Sy("light")],nx);const ix={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"number",label:"depth",name:"depth",property:"depth"}],help:"scene/component/wall"};class sx extends J_{buildGeometry(){this.object3d.geometry=Mv.primitive({kind:"box"})}topOutline(){const{width:t=0,height:e=0}=this.component.state;return t>0&&e>0?hv(t,e):null}}let rx=class extends(Dc(Pc)){get hasTextProperty(){return!1}is3dish(){return!0}buildRealObject(){return new sx(this)}get nature(){return ix}};rx=Nm([Sy("wall")],rx);const ox={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"number",label:"depth",name:"depth",property:"depth"},{type:"checkbox",label:"hide-in-2d-view",name:"hideIn2DView"},{type:"checkbox",label:"hide-in-3d-view",name:"hideIn3DView"}],help:"scene/component/floor-plate"};class ax extends pu{get zPriority(){return au.FLOOR}get receivingSurfaceY(){return this.placementSurfaceY()}resolveShadow(){const t=this.component.state,e=t.material3d,{alpha:n=1,fillStyle:i}=t,s=n>=.9&&"none"!==i;return{receive:e?.receiveShadow??!0,cast:e?.castShadow??s}}updateHidden(){const t=this.component.state,e=!!this.component.app?.isViewMode;this.object3d.visible=!(t.hidden||e&&t.hideIn3DView)}clear(){return this._topTexture&&(this._topTexture.dispose(),this._topTexture=void 0),this._mesh=void 0,super.clear()}build(){super.build();const{width:t,height:n,depth:i=1}=this.component.state;if(!t||!n)return;const s=Math.abs(t),r=Math.abs(n),o=Math.max(i,.5),a=new e.BoxGeometry(s,o,r),c=this._buildTopMaterial(),l=this._buildSideMaterial(),h=[l,l,c,l,l,l];this._mesh=new e.Mesh(a,h),this._mesh.position.y=0;const{cast:d,receive:u}=this.resolveShadow();this._mesh.castShadow=d,this._mesh.receiveShadow=u,this.object3d.add(this._mesh)}_buildTopMaterial(){const{alpha:t=1,fillStyle:n}=this.component.state,i=Md(this.component.state.material3d),s=pu.buildFillStyleTexture(this.component);if(s){this._topTexture=s;const t=new e.MeshStandardMaterial({map:s,side:e.DoubleSide});return $d(t,0,n),t.depthWrite=t.opacity>=.9,Ad(t,i),t}const r="string"==typeof n&&"none"!==n?Xd(n):"#e0e0e0",o=new e.MeshStandardMaterial({color:r,side:e.DoubleSide});return $d(o,0,n),o.depthWrite=o.opacity>=.9,Ad(o,i),o}_buildSideMaterial(){const{strokeStyle:t,alpha:n=1}=this.component.state,i="string"==typeof t&&t?Xd(t):"#999999",s=Md(this.component.state.material3d),r=new e.MeshStandardMaterial({color:i});return Ad(r,s),r.side=e.DoubleSide,$d(r,0,t),r.depthWrite=r.opacity>=.9,r}updateAlpha(){if(!this._mesh)return;const{alpha:t=1,fillStyle:e,strokeStyle:n}=this.component.state,i=this._mesh.material;for(let t=0;t<i.length;t++){const s=i[t];$d(s,0,2===t?e:n),s.depthWrite=s.opacity>=.9}}updateFillStyle(){if(!this._mesh)return;this._topTexture&&(this._topTexture.dispose(),this._topTexture=void 0);const t=this._mesh.material;t[2].dispose(),t[2]=this._buildTopMaterial()}updateStrokeStyle(){if(!this._mesh)return;const t=this._mesh.material,e=this._buildSideMaterial();for(let n=0;n<t.length;n++)2!==n&&(t[n].dispose(),t[n]=e)}}let cx=class extends Kl{get hasTextProperty(){return!1}is3dish(){return!0}buildRealObject(){return new ax(this)}get nature(){return ox}get hidden(){return!!this.getState("hideIn2DView")||super.hidden}};cx.requires3d=!0,cx=Nm([Sy("floor-plate")],cx);function lx(t,n={}){const i=n.size??5,s=n.color??4500172,r=n.emissive??2245734,o=new e.SphereGeometry(i,16,12),a=new e.MeshStandardMaterial({color:s,emissive:r,emissiveIntensity:.15,metalness:.3,roughness:.4,transparent:!0,opacity:.35}),c=new e.Mesh(o,a);n.position&&c.position.set(n.position[0],n.position[1],n.position[2]),c.userData.alwaysRaycast=!0,c.scale.setScalar(1),c.visible=n.visible??!(!0===t.app?.isViewMode);const l=()=>{a.emissiveIntensity=.9,a.opacity=.95,c.scale.setScalar(1.35),t.invalidate?.()},h=()=>{a.emissiveIntensity=.15,a.opacity=.35,c.scale.setScalar(1),t.invalidate?.()};return t.on("mouseenter",l),t.on("mouseleave",h),c.userData.dispose=()=>{t.off("mouseenter",l),t.off("mouseleave",h)},c}class hx extends J_{get zPriority(){return au.DECAL}get syncZPosOffset(){return this.effectiveDepth}get geometricOffsetY(){return this.effectiveDepth}buildGeometry(){const{width:t,height:n}=this.component.state,i=Math.abs(t)||1,s=Math.abs(n)||1,r=new e.PlaneGeometry(i,s);r.rotateX(-Math.PI/2),this.object3d.geometry=r}updateDimension(){this.update()}build(){super.build();const{width:t,height:e}=this.component.state,n=Math.abs(t)||1,i=Math.abs(e)||1,s=Math.max(2,.04*Math.min(n,i));this.object3d.add(lx(this.component,{size:s,position:[n/2-s,s,-i/2+s]}))}}const dx={mutable:!1,resizable:!0,rotatable:!0,properties:[],help:"scene/component/decal"};let ux=class extends(vy(Dc(Pc))){buildRealObject(){return new hx(this)}get nature(){return dx}};ux=Nm([Sy("decal")],ux);class px extends pu{getObject3dInstance(){return new e.Group}get allowedGizmoModes(){return this.component.isGroup?.()?["translate"]:null}}const fx="#dde2e8",mx="#9c9c9c",gx="#e8e8ec",yx=.35;function bx(t,n,i,s,r){if(!n.visible)return new e.MeshStandardMaterial({transparent:!0,opacity:0,depthWrite:!1});const o=n.alpha*i,a="wall"===s?fx:"floor"===s?mx:gx,c=new e.MeshStandardMaterial({metalness:0,roughness:"wall"===s?.6:.85,transparent:o<1,opacity:o,side:r?e.BackSide:e.DoubleSide});return function(t,e,n,i,s,r){if("string"==typeof n&&n&&"transparent"!==n)t.color.set(n);else{if(n&&"object"==typeof n){const i=!r,o=pu.buildFillStyleTexture(e,n,{mirror:i,rotation:s});if(o)return t.map&&t.map.dispose(),t.map=o,void t.color.set("#ffffff")}t.color.set(i)}}(c,t,n.fillStyle,a,n.rotation,n.mirror),c}class _x extends px{get zPriority(){return au.BACKDROP}get position(){if(this.component.state.fitToBoard){return{x:0,y:super.position.y,z:0}}return super.position}build(){super.build();const t=this.component.state;let n=t.width,i=t.height;if(t.fitToBoard){const t=this.component.rootModel,e=t?.state;e&&Number.isFinite(e.width)&&Number.isFinite(e.height)&&(n=e.width,i=e.height)}const s=this.effectiveDepth||Math.min(n,i)||200,r=t.alpha??1,o=!1!==t.seeThrough,a={east:this._resolveFace("east",fx,!0,yx),west:this._resolveFace("west",fx,!0,yx),north:this._resolveFace("north",fx,!0,yx),south:this._resolveFace("south",fx,!0,yx),floor:this._resolveFace("floor",mx,!0,1),ceiling:this._resolveFace("ceiling",gx,!0,1)},c=[bx(this.component,a.east,r,"wall",o),bx(this.component,a.west,r,"wall",o),bx(this.component,a.ceiling,r,"ceiling",o),bx(this.component,a.floor,r,"floor",o),bx(this.component,a.south,r,"wall",o),bx(this.component,a.north,r,"wall",o)],l=new e.BoxGeometry(n,s,i),h=new e.Mesh(l,c);if(h.receiveShadow=!0,this.object3d.add(h),this.component.app?.isEditMode){const t=new e.LineBasicMaterial({color:4473941,transparent:!0,opacity:.7}),n=new e.LineSegments(new e.EdgesGeometry(l),t);this.object3d.add(n)}const d=Math.max(2,.04*Math.min(n,i,s));this.object3d.add(lx(this.component,{size:d,position:[n/2,s/2+d,-i/2]}))}_resolveFace(t,e,n,i){const s=this.component.state,r=s.faces?.[t]??{},o=r.visible,a=r.alpha,c=r.rotation,l=90===c||180===c||270===c?c:0;return{fillStyle:r.fillStyle??e,visible:"boolean"==typeof o?o:n,alpha:"number"==typeof a&&Number.isFinite(a)?a:i,rotation:l,mirror:!0===r.mirror}}updateDimension(){}onchange(t,e){["alpha","width","height","depth","fitToBoard","faces","seeThrough"].some(e=>e in t)?this.update():super.onchange(t,e)}updateAlpha(){}}const vx={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"checkbox",label:"fit-to-board",name:"fitToBoard"},{type:"checkbox",label:"see-through",name:"seeThrough"},{type:"backdrop-faces",label:"",name:"faces"}],help:"scene/component/backdrop"};let xx=class extends(vy(Dc(Pc))){buildRealObject(){return new _x(this)}get nature(){return vx}added(t){super.added?.(t),this.state.fitToBoard&&(this._syncFromRoot(!0),this._attachRootListener())}async ready(){await super.ready(),this.state.fitToBoard&&this._syncFromRoot(!1)}removed(t){this._detachRootListener(),super.removed?.(t)}dispose(){this._detachRootListener(),super.dispose?.()}onchange(t,e){"fitToBoard"in t&&(t.fitToBoard?(this._syncFromRoot(!0),this._attachRootListener()):this._detachRootListener()),super.onchange?.(t,e)}_syncFromRoot(t=!1){const e=this.rootModel;if(!e||e===this)return;const n=e.state;if(!n)return;const i={},s=Number.isFinite(n.width)?n.width:this.state.width,r=Number.isFinite(n.height)?n.height:this.state.height;s!==this.state.width&&(i.width=s),r!==this.state.height&&(i.height=r);const o=Number.isFinite(n.left)?n.left:0,a=Number.isFinite(n.top)?n.top:0;if(o!==this.state.left&&(i.left=o),a!==this.state.top&&(i.top=a),t){const t=this.state.depth;if(!("number"==typeof t&&Number.isFinite(t)&&t>0)){const e=Math.min(s,r);e!==t&&(i.depth=e)}}Object.keys(i).length>0&&this.set(i)}_attachRootListener(){if(this._onRootChange)return;const t=this.rootModel;t&&t!==this&&(this._onRootChange=t=>{("width"in t||"height"in t||"left"in t||"top"in t)&&this._syncFromRoot()},t.on?.("change",this._onRootChange))}_detachRootListener(){if(!this._onRootChange)return;const t=this.rootModel;t?.off?.("change",this._onRootChange),this._onRootChange=void 0}};function wx(t,e){return"none"===t?0:t.endsWith("arrow")?1.5*e:0}function Mx(t,n,i,s){const r=[];for(let o=1;o<=s;o++){const a=o/s,c=1-a;r.push(new e.Vector3(c*c*t.x+2*c*a*n.x+a*a*i.x,c*c*t.y+2*c*a*n.y+a*a*i.y,c*c*t.z+2*c*a*n.z+a*a*i.z))}return r}xx=Nm([Sy("backdrop")],xx);class Sx extends pu{getObject3dInstance(){return new e.Group}get gizmoTransformable(){return!0}get syncZPosOffset(){return 0}get geometricOffsetY(){return 0}syncFromObject3D(){}applyDimensionFromGizmo(t){}build(){super.build(),this._buildLine()}get smoothedPath(){const t=this.worldPath;if(t.length<2)return t;const{round:n=0}=this.component.state;if(n<=0||t.length<3)return t;const i=[];i.push(t[0]);for(let s=1;s<t.length;s++){const r=t[s-1],o=t[s],a=t[s+1];if(!a){i.push(o);break}const c=r.x-o.x,l=r.y-o.y,h=r.z-o.z,d=Math.sqrt(c*c+l*l+h*h),u=Math.min(n,d/2),p=a.x-o.x,f=a.y-o.y,m=a.z-o.z,g=Math.sqrt(p*p+f*f+m*m),y=Math.min(n,g/2),b=d>0?new e.Vector3(o.x+c/d*u,o.y+l/d*u,o.z+h/d*u):o.clone(),_=g>0?new e.Vector3(o.x+p/g*y,o.y+f/g*y,o.z+m/g*y):o.clone();i.push(b),i.push(...Mx(b,o,_,8))}return i}_buildLine(){const t=this.smoothedPath;if(t.length<2)return;const{strokeStyle:n,lineWidth:i=2,alpha:s=1,lineDash:r,begin:o="none",beginSize:a="size5",end:c="none",endSize:l="size5"}=this.component.state,h=Math.max(i,1),d="string"==typeof n&&"transparent"!==n?Xd(n):"#000000",u=new e.Color(d),p=this._getResolution(),f=o,m=c,g=wx(f,h),y=wx(m,h),b=t[0],_=t[t.length-1],v=(new e.Vector3).subVectors(t[1],b).normalize(),x=(new e.Vector3).subVectors(t[t.length-2],_).normalize(),k=[...t];g>0&&(k[0]=b.clone().add(v.clone().multiplyScalar(g))),y>0&&(k[k.length-1]=_.clone().add(x.clone().multiplyScalar(y)));const A=new S;A.setPositions(k.flatMap(t=>[t.x,t.y,t.z]));const E=function(t,e){switch(t){case"round-dot":return{dashSize:e,gapSize:e};case"square-dot":return{dashSize:2*e,gapSize:e};case"dash":return{dashSize:4*e,gapSize:1.5*e};case"dash-dot":return{dashSize:4*e,gapSize:2*e};case"long-dash":return{dashSize:6*e,gapSize:3*e};case"long-dash-dot":return{dashSize:6*e,gapSize:2*e};case"long-dash-dot-dot":return{dashSize:6*e,gapSize:e};default:return null}}(r,h),C=new M({color:u.getHex(),linewidth:h,worldUnits:!0,transparent:s<1,opacity:s,resolution:p,dashed:!!E,dashSize:E?.dashSize??1,gapSize:E?.gapSize??1,dashScale:1});if(this._line2=new w(A,C),this._line2.computeLineDistances(),this.object3d.add(this._line2),"none"!==f){const t=Rp(f,Ip(a,h));if(t){const n=(new e.Quaternion).setFromUnitVectors(new e.Vector3(1,0,0),v.clone().negate());this._placeTip(t,b,n,u,s,p)}}if("none"!==m){const t=Rp(m,Ip(l,h));if(t){const n=(new e.Quaternion).setFromUnitVectors(new e.Vector3(1,0,0),x.clone().negate());this._placeTip(t,_,n,u,s,p)}}}_placeTip(t,e,n,i,s,r){const o=t.mesh||t.line2||t.group;if(o){if(o.position.copy(e),o.setRotationFromQuaternion(n),t.mesh){const e=t.mesh.material;e.color.copy(i),e.transparent=s<1,e.opacity=s}else if(t.line2){const e=t.line2.material;e.color.copy(i),e.transparent=s<1,e.opacity=s,e.resolution.copy(r)}else t.group&&t.group.traverse(t=>{if(t.material){const e=t.material;e.color&&e.color.copy(i),e.transparent=s<1,e.opacity=s,e.resolution&&e.resolution.copy(r)}});this.object3d.add(o)}}_getResolution(){const t=this.threeContainer?.renderer3d;if(t){return t.getSize(new e.Vector2)}return new e.Vector2(window.innerWidth,window.innerHeight)}onGizmoDragEnd(t){const e=this._component,n=e.path;if(!n||n.length<2)return;const i=this.object3d,{width:s=0,height:r=0}=e.parent?.bounds??{},{x:o,y:a}=e.center,c=i.position,l=i.rotation,h=i.scale,d=this.position;if(Math.abs(c.x-d.x)<.001&&Math.abs(c.y-d.y)<.001&&Math.abs(c.z-d.z)<.001&&Math.abs(l.x)<.001&&Math.abs(l.y)<.001&&Math.abs(l.z)<.001&&Math.abs(h.x-1)<.001&&Math.abs(h.y-1)<.001&&Math.abs(h.z-1)<.001)return;const u=Sx.computeBakedPath(n,{x:o,y:a},{width:s,height:r},i);this._suppressOnchange=!0,e.set({rotation:0,rotationX:0,rotationY:0,zPos:0}),e.mutatePath(null,()=>u),this._suppressOnchange=!1,this.update()}static computeBakedPath(t,n,i,s){const r=i.width,o=i.height,a=n.x,c=n.y;return s.updateMatrixWorld(!0),t.map(t=>{const n=new e.Vector3(t.x-a,t.z||0,t.y-c).applyMatrix4(s.matrixWorld),i={x:n.x+r/2,y:n.z+o/2};return Math.abs(n.y)>.001&&(i.z=n.y),i})}updateStrokeStyle(){this.updateDimension()}updateAlpha(){this.updateDimension()}updateDimension(){this.clear(),this.build()}onchange(t,e){("path"in t||"from"in t||"to"in t)&&(this.updateDimension(),this.updatePosition()),("round"in t||"lineDash"in t||"lineWidth"in t||"begin"in t||"end"in t||"beginSize"in t||"endSize"in t)&&this.updateDimension(),super.onchange(t,e)}clear(){for(;this.object3d.children.length>0;){const t=this.object3d.children[0];this.object3d.remove(t),eu(t)}return this._line2=void 0,super.clear()}}class kx extends Sx{get worldPath(){const t=this.component.path;if(!t||t.length<2)return[];const{x:n,y:i}=this.component.center,s=this.component,r=s.fromEnd?.component?._realObject?.object3d?.position?.y??0,o=s.toEnd?.component?._realObject?.object3d?.position?.y??0;return t.map((s,a)=>{const c=t.length>1?a/(t.length-1):0;return new e.Vector3(s.x-n,s.z||r+(o-r)*c,s.y-i)})}}Gp("line",t=>new kx(t));class Ax extends Sx{get worldPath(){const t=this.component.path;if(!t||t.length<2)return[];const{x:n,y:i}=this.component.center;return t.map(t=>new e.Vector3(t.x-n,t.z||0,t.y-i))}}Gp("polyline",t=>new Ax(t));class Ex extends Sx{get worldPath(){const t=this.component.drawPath;if(!t||t.length<2)return[];const{x:n,y:i}=this.component.center,s=this.component,r=s.fromEnd?.component?._realObject?.object3d?.position?.y??0,o=s.toEnd?.component?._realObject?.object3d?.position?.y??0;return t.map((s,a)=>{const c=t.length>1?a/(t.length-1):0;return new e.Vector3(s.x-n,s.z||r+(o-r)*c,s.y-i)})}}Gp("ortholine",t=>new Ex(t)),Gp("group",t=>new px(t));class Cx{constructor(t){this._count=0,this._placements=[],this._geometry=t.geometry,this._material=t.material,this._capacity=Math.max(1,t.capacity??16),this._name=t.name??"instanced",this._castShadow=t.castShadow??!0,this._receiveShadow=t.receiveShadow??!1,this.object3d=new e.Group,this.object3d.name=this._name,this._mesh=this._makeMesh(this._capacity),this.object3d.add(this._mesh)}_makeMesh(t){const n=new e.InstancedMesh(this._geometry,this._material,t);return n.name=this._name+"__instances",n.castShadow=this._castShadow,n.receiveShadow=this._receiveShadow,n.instanceMatrix.setUsage(e.DynamicDrawUsage),n.count=0,n}get mesh(){return this._mesh}get count(){return this._count}get capacity(){return this._capacity}place(t){const e=t.length;if(e>this._capacity){const t=function(t,e=16){let n=Math.max(e,1);for(;n<t;)n*=2;return n}(e,this._capacity);this.object3d.remove(this._mesh),this._mesh.dispose(),this._capacity=t,this._mesh=this._makeMesh(t),this.object3d.add(this._mesh)}this._placements.length=e;for(let n=0;n<e;n++){const e=t[n];this._placements[n]=e,this._writeMatrix(n,e),void 0!==e.color&&this._writeColor(n,e.color)}this._count=e,this._mesh.count=e,this.commit()}update(t,e){t<0||t>=this._count||(this._placements[t]=e,this._writeMatrix(t,e),void 0!==e.color&&this._writeColor(t,e.color),this.commit())}setRotation(t,e){if(t<0||t>=this._count)return;const n=this._placements[t];n&&(n.rotation=e,this._writeMatrix(t,n))}commitMatrices(){this._mesh.instanceMatrix.needsUpdate=!0}setColor(t,e){t<0||t>=this._count||(this._writeColor(t,e),this._mesh.instanceColor&&(this._mesh.instanceColor.needsUpdate=!0))}indexOf(t){return t>=0&&t<this._count?t:-1}commit(){this._mesh.instanceMatrix.needsUpdate=!0,this._mesh.instanceColor&&(this._mesh.instanceColor.needsUpdate=!0),this._mesh.computeBoundingSphere()}dispose(){this.object3d.remove(this._mesh),this._mesh.dispose(),this._placements.length=0,this._count=0}_writeMatrix(t,e){const n=Cx;n._p.set(e.position.x,e.position.y,e.position.z);const i=e.rotation;n._e.set(i?.x??0,i?.y??0,i?.z??0),n._q.setFromEuler(n._e);const s=e.scale;"number"==typeof s?n._s.set(s,s,s):n._s.set(s?.x??1,s?.y??1,s?.z??1),n._m.compose(n._p,n._q,n._s),this._mesh.setMatrixAt(t,n._m)}_writeColor(t,e){Cx._c.set(e),this._mesh.setColorAt(t,Cx._c)}}function Tx(t,e,n){const i=Math.max(1,Math.floor(t.x??1)),s=Math.max(1,Math.floor(t.y??1)),r=Math.max(1,Math.floor(t.z??1)),o=e.x??0,a=e.y??0,c=e.z??0,l=n?.x??0,h=n?.y??0,d=n?.z??0,u=[];for(let t=0;t<s;t++)for(let e=0;e<r;e++)for(let n=0;n<i;n++)u.push({position:{x:l+n*o,y:h+t*a,z:d+e*c}});return u}Cx._m=new e.Matrix4,Cx._p=new e.Vector3,Cx._q=new e.Quaternion,Cx._e=new e.Euler,Cx._s=new e.Vector3,Cx._c=new e.Color;class Px extends pu{build(){super.build()}update(){}}const Ox={far:1e5,fov:80,near:1,zoom:1};class Dx extends pu{build(){super.build()}update(){super.update(),this.updateCamera()}getObject3dInstance(){return new e.PerspectiveCamera}updateCamera(){const{near:t=Ox.near,far:e=Ox.far,fov:n=Ox.fov,zoom:i=Ox.zoom}=this.component.state;this.object3d.far=e,this.object3d.fov=n,this.object3d.near=t,this.object3d.zoom=i}}class zx extends J_{buildGeometry(){const{width:t,height:n}=this.component.state.dimension;this.object3d.geometry=new e.PlaneGeometry(t,n)}buildMaterial(){this.object3d.material=new e.MeshStandardMaterial({opacity:0,side:e.DoubleSide,blending:e.NoBlending})}}class Ix extends pu{getObject3dInstance(){return new e.Scene}dispose(){for(const t of this.object3d.children)eu(t);this._animationMixer&&(this._animationMixer.stopAllAction(),this._animationMixer.uncacheRoot(this.object3d),this._animationMixer=void 0),super.dispose()}clear(){return this._floor&&(this.object3d.remove(this._floor),this._floor.material instanceof Array?this._floor.material.forEach(t=>t.dispose()):this._floor.material.dispose(),this._floor.geometry.dispose(),delete this._floor),super.clear()}get floor(){return this._floor}set floor(t){this._floor&&(this.object3d.remove(this._floor),this._floor.clear(),delete this._floor),t&&(this._floor=t,this.object3d.add(t)),this.component.invalidate()}build(){super.build(),this.floor=af(this.component)}updateTransform(){}updateDimension(){}updatePosition(){}updateRotate(){}updateScale(){}updateAlpha(){}updateHidden(){}get animationMixer(){return this._animationMixer||(this._animationMixer=new e.AnimationMixer(this.object3d)),this._animationMixer}}const Rx=new Set(["cx","cy","cz","zPos","left","top","width","height","depth","lineWidth","rotationX","rotationY","rotation","scale","hidden","alpha","material3d","screenFixed"]);class jx extends pu{get syncZPosOffset(){return this.effectiveDepth}get geometricOffsetY(){return this.effectiveDepth}constructor(t){super(t),this._origInvalidate=t.invalidate.bind(t),t.invalidate=()=>{this._origInvalidate(),this._refreshTextureNow()}}getObject3dInstance(){return new e.Mesh}build(){super.build();const{width:t,height:n}=this.component.bounds;if(!t||!n)return;const i=Md(this.component.state.material3d),s=new e.PlaneGeometry(1,1);s.rotateX(-Math.PI/2),this.object3d.geometry=s;const r=Y_(this.component),o=new e.MeshStandardMaterial({map:r});Ad(o,i),o.transparent=!0,this.object3d.material=o,this.object3d.castShadow=i.castShadow,this.object3d.receiveShadow=i.receiveShadow}updateAlpha(){const{alpha:t=1,fillStyle:e}=this.component.state;$d(this.object3d.material,0,e)}get dimension(){const{width:t,height:e}=this.component.bounds;return{width:t||1,height:e||1,depth:1}}get scale(){const t=super.scale,{width:e,height:n}=this.dimension;return{x:t.x*e,y:t.y,z:t.z*n}}updateDimension(){this.updateTransform()}_debouncedRebuild(){this._debounceTimer&&clearTimeout(this._debounceTimer),this._debounceTimer=setTimeout(()=>{this._debounceTimer=void 0,this.update()},100)}_refreshTextureNow(){const t=this.object3d.material,e=t?.map;if(!e)return;const n=e.source?.data;n&&(U_(n,this.component,2),e.needsUpdate=!0)}update(){this.clear(),this.build(),this.updateDimension(),this.updateTransform(),this.updateHidden()}onchange(t,e){super.onchange(t,e);for(const e of Object.keys(t))if(!Rx.has(e)){this._debouncedRebuild();break}}updateFillStyle(){this._debouncedRebuild()}updateStrokeStyle(){this._debouncedRebuild()}updateText(){this._debouncedRebuild()}updateMaterial3d(){super.updateMaterial3d();const t=this.object3d.material;if(!t)return;const e=Md(this.component.state.material3d);Ad(t,e),t.transparent=!0,this.object3d.castShadow=e.castShadow,this.object3d.receiveShadow=e.receiveShadow}clear(){return this._debounceTimer&&(clearTimeout(this._debounceTimer),this._debounceTimer=void 0),eu(this.object3d),super.clear()}dispose(){this._debounceTimer&&(clearTimeout(this._debounceTimer),this._debounceTimer=void 0),this._origInvalidate&&(this.component.invalidate=this._origInvalidate,this._origInvalidate=void 0),super.dispose()}}const Lx={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"select",label:"precision",name:"precision",property:{options:[{display:"High",value:"highp"},{display:"Medium",value:"mediump"},{display:"Low",value:"lowp"}]}},{type:"checkbox",label:"anti-alias",name:"antialias",property:"antialias"},{type:"checkbox",label:"3dmode",name:"threed",property:"threed"},{type:"checkbox",label:"auto-rotate",name:"autoRotate",property:"autoRotate"},{type:"checkbox",label:"debug",name:"debug",property:"debug"}],help:"scene/component/three-container"};let Fx=class extends Xm{constructor(){super(...arguments),this._capability=new zf}get sceneManager(){return this._capability.sceneManager}get cameraManager(){return this._capability.cameraManager}get rendererManager(){return this._capability.rendererManager}get lightManager(){return this._capability.lightManager}get controlsManager(){return this._capability.controlsManager}get eventManager(){return this._capability.eventManager}get hasEnvironment(){return this._capability.hasEnvironment}containable(t){return!0}is3dContainer(){return!0}getLightingConfig(){return{hemisphere:{skyColor:16777215,groundColor:14540253,intensity:1},directional:{color:16777215,intensity:1.2,attachToCamera:!0,castShadow:!1}}}getCss3DSceneAttribute(){return"three-container:css3d-renderer"}init_scene3d(){this._capability.isInitialized&&this._capability.destroy(),this._capability.init(this,{lightingConfig:this.getLightingConfig(),css3DSceneAttribute:this.getCss3DSceneAttribute(),skipEnvironment:!0,skipPostprocessing:!0,skipShadowMap:!0}),this._capability.buildOverlays(),this._capability.resize(),this.onchangeData&&this.onchangeData(this.data,this.data)}destroy_scene3d(){this.stop(),this._capability.destroy()}stop(){}resize(){this._capability.resize()}get scene3d(){return this._capability.isInitialized||this.init_scene3d(),this._capability.scene3d}get renderer3d(){return this._capability.renderer3d}get mixer(){return this._capability.mixer}get css3DScene(){return this._capability.css3DScene}get css3DRenderer(){return this._capability.css3DRenderer}render_threed(){this._capability.renderThreeD()}get _parentIs3dMode(){return!!this.rootModel?.is3dMode}render(t){this._parentIs3dMode||(this.app.isViewMode&&this.setState("threed",!0),!this.state.threed||this._capability.noSupportWebgl?super.render(t):this._capability.camera&&this._capability.renderCSS3D())}postrender(t){if(this._parentIs3dMode)return;const{left:e,top:n,debug:i,threed:s}=this.state;let{width:r,height:o}=this.bounds;if(r=Math.floor(r),o=Math.floor(o),s){if(this._capability.isInitialized||this.init_scene3d(),this._capability.noSupportWebgl)return void this._capability.showWebglNoSupportText(t,this.state.width,this.state.height);if(!this._capability.renderer3d)return;this._capability.renderThreeD();const s=this._capability.domElement;if(!s||!s.width||!s.height)return;t.drawImage(s,0,0,s.width,s.height,e,n,r,o),i&&this._capability.showDebugFPS(t)}else super.postrender(t)}dispose(){this._capability.dispose(),super.dispose()}get layout(){return Fc.get("three")}get nature(){return Lx}getObjectByRaycast(){return this._capability.getObjectByRaycast()}getObjectsByRaycast(){return this._capability.getObjectsByRaycast()}onchange(t,e){(t.hasOwnProperty("width")||t.hasOwnProperty("height"))&&this._capability.destroy(),this._capability.onchange(t)}onmousedown(t){this._capability.onMouseDown(t)}onmouseup(t){this._capability.onMouseUp(t)}onmousemove(t){this._capability.onMouseMove(t)}onmouseleave(t){this._capability.onMouseLeave(t)}onwheel(t){this._capability.onWheel(t)&&this.invalidate()}ondblclick(t){this._capability.onDblClick(t)&&this.invalidate()}ondragstart(t){this._capability.onDragStart(t)}ondragmove(t){this._capability.onDragMove(t)&&this.invalidate()}ondragend(t){this._capability.onDragEnd(t)&&this.invalidate()}ontouchstart(t){this._capability.onTouchStart(t)}onpan(t){this._capability.onPan(t)&&this.invalidate()}ontouchend(t){this._capability.onTouchEnd(t)}onkeydown(t){this._capability.onKeyDown(t)}onpinch(t){this._capability.onPinch(t)&&this.invalidate()}ondoubletap(){this._capability.onDoubleTap(),this.invalidate()}};Fx=Nm([Sy("3d-container")],Fx),Vp(t=>new X_(t));const Nx=1;function Hx(t){return"number"==typeof t&&Number.isFinite(t)}function Bx(t){if(!t||"object"!=typeof t)return!1;const{x:e,y:n,z:i}=t;return Hx(e)&&Hx(n)&&Hx(i)}function Gx(t){const e=[],n=t;if(!n||"object"!=typeof n)return["청사진이 객체가 아니다"];1!==n.version&&e.push(`읽을 수 없는 판이다 — version ${String(n.version)}, 이 판올림은 1 만 읽는다`),"string"==typeof n.type&&0!==n.type.length||e.push("type 이 없다 — 컴포넌트 타입 이름이 곧 청사진을 찾는 키다");const i=n.base;return i&&Hx(i.x)&&Hx(i.y)&&Hx(i.z)?i.x>0&&i.z>0||e.push("base 의 x·z 는 0 보다 커야 한다 — 평면 배치 비율의 분모다"):e.push("base 의 x·y·z 가 온전하지 않다"),Array.isArray(n.groups)?(0===n.groups.length&&e.push("groups 가 비어 있다 — 그릴 것이 없는 청사진은 등록하지 않는다"),n.groups.forEach((t,n)=>{t&&Array.isArray(t.members)?(0===t.members.length&&e.push(`groups[${n}] 에 부품이 없다`),t.members.forEach((t,i)=>{const s=`groups[${n}].members[${i}]`;"string"==typeof t?.name&&0!==t.name.length||e.push(`${s}.name 이 없다 — 이름이 바인딩·이벤트·애니메이션이 붙는 자리다`);const r=t?.transform;r&&Bx(r.position)&&Bx(r.size)||e.push(`${s}.transform 의 값이 온전하지 않다`)})):e.push(`groups[${n}].members 가 배열이 아니다`)}),e):(e.push("groups 가 배열이 아니다"),e)}const Vx={"palette.primary":"#4a9eff","palette.accent":"#ff9800","palette.neutral":"#9e9e9e","palette.dark":"#37474f","palette.light":"#eceff1","palette.surface":"#607d8b"},Yx=new Map([["default",Vx]]);let Wx="default",Ux=0;function $x(){return Ux}function Xx(t,e){Yx.set(t,e),t===Wx&&Ux++}function qx(t){if(!Yx.has(t))throw new Error(`등록되지 않은 팔레트다: '${t}'. 등록된 것 — ${[...Yx.keys()].join(", ")}`);t!==Wx&&(Wx=t,Ux++)}function Kx(){return Wx}function Qx(){return Yx.get(Wx)}function Zx(t){const e=Qx()[t];if(void 0===e)throw new Error(`팔레트에 없는 토큰이다: '${t}' (팔레트 '${Wx}'). 쓸 수 있는 것 — ${Object.keys(Qx()).join(", ")}`);return e}const Jx=Vx["palette.neutral"];function tw(){Yx.clear(),Yx.set("default",Vx),Wx="default",Ux++}const ew=new Map;let nw=null;function iw(t){nw=t}function sw(t){const e=t.material?.token;return void 0===e?Jx:Zx(e)}function rw(t){const e=new Map;for(const n of t.points??[])e.set(n.name,n);const n=[],i=[];for(const s of t.groups){const t=sw(s);let r;for(const n of s.members){const o=e.get(n.name);o&&!r&&(r=o),i.push({member:n,group:s,color:t,point:o})}n.push({group:s,color:t,point:r})}return i.sort((t,e)=>t.member.transform.position.y-e.member.transform.position.y),{blueprint:t,paintOrder:i,groups:n,paletteVersion:$x()}}function ow(t){const e=Gx(t);if(e.length>0){throw new Error(`Figure '${t?.type??"(이름 없음)"}' 를 등록할 수 없다:\n - ${e.join("\n - ")}`)}const n=rw(t);return ew.set(t.type,n),nw&&nw.registerType?.(t.type),n}function aw(t){const e=ew.get(t);if(!e)return null;if(e.paletteVersion!==$x()){const n=rw(e.blueprint);return ew.set(t,n),n}return e}function cw(){return[...ew.keys()]}function lw(t){return ew.has(t)}function hw(t){return ew.delete(t)}function dw(){ew.clear()}function uw(t){const{size:e,rotation:n}=t.transform;if(!n)return{...e};const i=Math.PI/180,s=Math.cos((n.x??0)*i),r=Math.sin((n.x??0)*i),o=Math.cos((n.y??0)*i),a=Math.sin((n.y??0)*i),c=Math.cos((n.z??0)*i),l=Math.sin((n.z??0)*i),h=[[o*c,-o*l,a],[r*a*c+s*l,-r*a*l+s*c,-r*o],[-s*a*c+r*l,s*a*l+r*c,s*o]],d=t=>Math.abs(t[0])*e.x+Math.abs(t[1])*e.y+Math.abs(t[2])*e.z;return{x:d(h[0]),y:d(h[1]),z:d(h[2])}}function pw(t,e){if("scale"===t.sizing)return{x:1,y:1,z:1};const n={x:fw(e.x),y:fw(e.y),z:fw(e.z)};return"stretch"===t.sizing&&(n[function(t){const{x:e,y:n,z:i}=uw(t);return e>=i&&e>=n?"x":i>=n?"z":"y"}(t)]=1),n}function fw(t){return Number.isFinite(t)&&t>0?1/t:1}function mw(t,e){if("repeat"!==t.sizing||!t.repeat)return null;const n=t.repeat.axis,i=Math.max(0,t.repeat.gap),s=uw(t)[n],r=s+i;if(!(r>0))return null;const o=s*(Number.isFinite(e[n])&&e[n]>0?e[n]:1);return{axis:n,count:Math.max(1,Math.min(gw,Math.round((o+i)/r))),pitch:r}}const gw=100;function yw(t,e,n){return(t-(e-1)/2)*n}function bw(t){const n=vw(t);if(!n)return null;const{position:i,rotation:s}=t.transform;return s&&(n.rotateZ(e.MathUtils.degToRad(s.z??0)),n.rotateY(e.MathUtils.degToRad(s.y??0)),n.rotateX(e.MathUtils.degToRad(s.x??0))),n.translate(i.x,i.y,i.z),n}function _w(t){const n=vw(t);if(!n)return null;const{rotation:i}=t.transform;return i&&(n.rotateZ(e.MathUtils.degToRad(i.z??0)),n.rotateY(e.MathUtils.degToRad(i.y??0)),n.rotateX(e.MathUtils.degToRad(i.x??0))),n}function vw(t){const{size:n}=t.transform;if(!(n.x>0&&n.y>0&&n.z>0))return null;switch(t.primitive){case"cube":case"wall":return new e.BoxGeometry(n.x,n.y,n.z);case"cylinder":case"sphere":{const e=function(t){const e=t.segments;return Cv(e,Sv[0])}(t),i=Mv.primitive({kind:t.primitive,segments:e}).clone();return i.scale(n.x,n.y,n.z),i}case"rect":case"polygon":{const i=function(t){const{size:n}=t.transform,i=n.x,s=n.z,r=-i/2,o=-s/2;if("polygon"===t.primitive){const n=t.shape?.path;if(!n||n.length<3)return null;const i=new e.Shape;i.moveTo(n[0].x,n[0].y);for(let t=1;t<n.length;t++)i.lineTo(n[t].x,n[t].y);return i.closePath(),i}const a=t.shape?.round??0;if(a<=0){const t=new e.Shape;return t.moveTo(r,o),t.lineTo(r+i,o),t.lineTo(r+i,o+s),t.lineTo(r,o+s),t.closePath(),t}const c=Math.min(a,i/2,s/2),l=new e.Path;return l.moveTo(r+c,o),l.lineTo(r+i-c,o),l.quadraticCurveTo(r+i,o,r+i,o+c),l.lineTo(r+i,o+s-c),l.quadraticCurveTo(r+i,o+s,r+i-c,o+s),l.lineTo(r+c,o+s),l.quadraticCurveTo(r,o+s,r,o+s-c),l.lineTo(r,o+c),l.quadraticCurveTo(r,o,r+c,o),new e.Shape(l.getPoints(Sv[0]))}(t);if(!i)return null;const s=new e.ExtrudeGeometry(i,{steps:1,depth:n.y,bevelEnabled:!1});return s.rotateX(Math.PI/2),s.translate(0,n.y/2,0),s}}}function xw(t,n){const{blueprint:i}=t,s=t.groups[n];if(!s)return null;const r=`figure|${i.type}|${n}|${s.group.materialKey}|${function(t){let e=2166136261;const n=t=>{for(let n=0;n<t.length;n++)e^=t.charCodeAt(n),e=Math.imul(e,16777619)};for(const e of t.group.members){const{position:t,size:i,rotation:s}=e.transform;n(`${e.geometryKey}@${t.x},${t.y},${t.z}:${i.x},${i.y},${i.z}`),n(s?`%${s.x??0},${s.y??0},${s.z??0};`:";")}return(e>>>0).toString(36)}(s)}`,o=Mv.shaped(r,()=>{const t=[];for(const e of s.group.members){const n=bw(e);n&&t.push(n)}if(0===t.length)return new e.BufferGeometry;let r;if(1===t.length)r=t[0];else{const e=t.map(t=>t.index?t.toNonIndexed():t),o=j(e,!1);if(!o)throw new Error(`Figure '${i.type}' 의 묶음 ${n}(${s.group.materialKey})를 합치지 못했다 — 부품 ${s.group.members.map(t=>t.name).join(", ")}`);r=o;for(const t of e)t.dispose();for(const e of t)e.dispose()}return r});return o.getAttribute("position")?o:null}function ww(t,e){const{material:n}=e.group,i=wd[n.preset??"default"]??wd.default;return Z_.material(`figure|${t.blueprint.type}|${e.group.materialKey}`,{color:e.color,metalness:i.metalness,roughness:i.roughness,envMapIntensity:i.envMapIntensity,flatShading:n.flatShading??!0,transparent:n.transparent??!1,opacity:n.transparent?i.opacity??.3:1})}class Mw extends pu{constructor(){super(...arguments),this._meshByName=new Map,this._sized=[]}get figure(){return aw(this.component.state.type)}build(){super.build();const t=this.figure;t&&(t.groups.forEach((n,i)=>{const s=function(t){const{members:e}=t.group;if(1!==e.length)return null;const n=e[0];return function(t){return"scale"!==t.sizing}(n)?n:null}(n);if(s)return void this.buildSized(t,n,s);const r=xw(t,i);if(!r)return;const o=new e.Mesh(r,ww(t,n));o.castShadow=!0,o.name=n.group.animated?n.group.members[0]?.name??"":"",this.object3d.add(o);for(const t of n.group.members)this._meshByName.has(t.name)||this._meshByName.set(t.name,o)}),this.updateDimension())}buildSized(t,n,i){const s=function(t,n){const{size:i,rotation:s}=n.transform,r=`figure-part|${t.blueprint.type}|${n.geometryKey}|${i.x},${i.y},${i.z}|${s?`${s.x??0},${s.y??0},${s.z??0}`:"-"}`,o=Mv.shaped(r,()=>_w(n)??new e.BufferGeometry);return o.getAttribute("position")?o:null}(t,i);if(!s)return;const r=new e.Object3D,{position:o}=i.transform;r.position.set(o.x,o.y,o.z),r.name=i.name,this.object3d.add(r);const a=new e.Mesh(s,ww(t,n));a.castShadow=!0,r.add(a),this._sized.push({member:i,holder:r,copies:[a]}),this._meshByName.has(i.name)||this._meshByName.set(i.name,a)}applySizing(t){for(const n of this._sized){const{member:i,holder:s,copies:r}=n,o=pw(i,t);s.scale.set(o.x,o.y,o.z);const a=mw(i,t);if(!a){r.forEach((t,e)=>{t.visible=0===e,t.position.set(0,0,0)});continue}const c=r[0];for(;r.length<a.count;){const t=new e.Mesh(c.geometry,c.material);t.castShadow=!0,s.add(t),r.push(t)}r.forEach((t,e)=>{t.visible=e<a.count,t.visible&&(t.position.set(0,0,0),t.position[a.axis]=yw(e,a.count,a.pitch))})}}get effectiveDepth(){const t=this.component.state.depth;if("number"==typeof t&&Number.isFinite(t)&&t>0)return t;const e=this.figure;if(!e)return super.effectiveDepth;const{base:n}=e.blueprint,{width:i,height:s}=this.component.bounds,r=n.x>0?i/n.x:1,o=n.z>0?s/n.z:1;return n.y*Math.sqrt(Math.max(r,0)*Math.max(o,0))}updateDimension(){const t=this.figure;if(!t)return;const{base:e}=t.blueprint,{width:n,height:i}=this.component.bounds,s=this.effectiveDepth,r={x:e.x>0?n/e.x:1,y:e.y>0?s/e.y:1,z:e.z>0?i/e.z:1};this.setDimensionScale(r.x,r.y,r.z),this._sized.length>0&&this.applySizing(r)}topOutline(){return null}clear(){return this._meshByName.clear(),this._sized=[],super.clear()}}const Sw={mutable:!1,resizable:!0,rotatable:!0,properties:[],help:"scene/component/figure"};class kw extends(Dc(Pc)){static registerType(t){Tc.register(t,kw)}get hasTextProperty(){return!1}is3dish(){return!0}get nature(){return Sw}buildRealObject(){return new Mw(this)}get figure(){return aw(this.state.type)}render(t){const e=this.figure,{left:n=0,top:i=0,width:s=0,height:r=0}=this.state;if(!e)return void this.renderMissing(t,n,i,s,r);const{base:o}=e.blueprint,a=o.x>0?s/o.x:1,c=o.z>0?r/o.z:1,l=n+s/2,h=i+r/2,d={x:a,y:this.depthScale(o,a,c),z:c};for(const n of e.paintOrder)t.fillStyle=n.color,t.beginPath(),this.tracePart(t,n,l,h,a,c,d),t.fill()}depthScale(t,e,n){const i=this.state.depth;return"number"==typeof i&&Number.isFinite(i)&&i>0?t.y>0?i/t.y:1:Math.sqrt(Math.max(e,0)*Math.max(n,0))}tracePart(t,e,n,i,s,r,o){const{member:a}=e,{position:c}=a.transform,l=n+c.x*s,h=i+c.z*r,d=pw(a,o),u=s*d.x,p=r*d.z,f=mw(a,o);if(f&&"y"!==f.axis&&f.count>1)for(let n=0;n<f.count;n++){const i=yw(n,f.count,f.pitch);this.traceOne(t,e,"x"===f.axis?l+i*s:l,"z"===f.axis?h+i*r:h,u,p)}else this.traceOne(t,e,l,h,u,p)}traceOne(t,e,n,i,s,r){const{member:o}=e,{size:a,rotation:c}=o.transform,l=c?.x??0,h=c?.y??0,d=c?.z??0;if(0!==l||0!==d){const e=function(t,e,n,i){const s=Math.PI/180,r=Math.cos(e*s),o=Math.sin(e*s),a=Math.cos(n*s),c=Math.sin(n*s),l=Math.cos(i*s),h=Math.sin(i*s),d=a*l,u=-a*h,p=c,f=o*h-r*c*l,m=o*l+r*c*h,g=r*a,y=t.x/2,b=t.y/2,_=t.z/2;return{u:Math.abs(d)*y+Math.abs(u)*b+Math.abs(p)*_,v:Math.abs(f)*y+Math.abs(m)*b+Math.abs(g)*_}}(a,l,h,d);return void t.rect(n-e.u*s,i-e.v*r,2*e.u*s,2*e.v*r)}if(0!==h)return t.save(),t.translate(n,i),t.rotate(-h*Math.PI/180),this.traceShape(t,e,0,0,s,r),void t.restore();this.traceShape(t,e,n,i,s,r)}traceShape(t,e,n,i,s,r){const{member:o}=e,{size:a}=o.transform,c=a.x*s,l=a.z*r,h=n-c/2,d=i-l/2;switch(o.primitive){case"cylinder":case"sphere":{const e=dv(c/2,l/2,Cv(o.segments,Sv[0])).points;t.moveTo(n+e[0].x,i+e[0].y);for(let s=1;s<e.length;s++)t.lineTo(n+e[s].x,i+e[s].y);return void t.closePath()}case"polygon":{const e=o.shape?.path;if(!e||e.length<3)return;t.moveTo(n+e[0].x*s,i+e[0].y*r);for(let o=1;o<e.length;o++)t.lineTo(n+e[o].x*s,i+e[o].y*r);return void t.closePath()}default:{const e=o.shape?.round??0;if(e>0&&"function"==typeof t.roundRect)return void t.roundRect(h,d,c,l,Math.min(e*s,c/2,l/2));t.rect(h,d,c,l)}}}renderMissing(t,e,n,i,s){t.save(),t.strokeStyle="#e53935",t.lineWidth=1,t.setLineDash([4,4]),t.beginPath(),t.rect(e,n,i,s),t.stroke(),t.restore()}postrender(t){Tc.prototype.postrender.call(this,t)}}iw(kw);const Aw={mutable:!1,resizable:!0,rotatable:!0,properties:[],help:"scene/component/figure-part"},Ew=["cylinder","sphere"],Cw=["rect","polygon"];function Tw(t){return t.state}class Pw extends pu{build(){super.build();const t=Tw(this.component).primitive??"cube",n=Cw.includes(t)?this.extrudedGeometry(t):this.unitGeometry(t);if(!n)return;const i=new e.Mesh(n,this.material());i.castShadow=!0,this.object3d.add(i),this.updateDimension()}unitGeometry(t){const e=Tw(this.component);return"cylinder"===t||"sphere"===t?Mv.primitive({kind:t,segments:Cv(e.segments,Sv[0])}):Mv.primitive({kind:"box"})}extrudedGeometry(t){const n=Tw(this.component),{width:i=1,height:s=1}=this.component.state,r=n.round??0,o=n.path,a="polygon"===t?`figure-part|polygon|${JSON.stringify(o??[])}`:`figure-part|rect|${i}x${s}|r${r}`,c=Mv.shaped(a,()=>{const n=this.crossSection(t,i,s,r,o);if(!n)return new e.BufferGeometry;const a=new e.ExtrudeGeometry(n,{steps:1,depth:1,bevelEnabled:!1});return a.rotateX(Math.PI/2),a.translate(0,.5,0),a});return c.getAttribute("position")?c:null}crossSection(t,n,i,s,r){if("polygon"===t){if(!r||r.length<3)return null;const t=new e.Shape;t.moveTo(r[0].x,r[0].y);for(let e=1;e<r.length;e++)t.lineTo(r[e].x,r[e].y);return t.closePath(),t}const o=-n/2,a=-i/2;if(s<=0){const t=new e.Shape;return t.moveTo(o,a),t.lineTo(o+n,a),t.lineTo(o+n,a+i),t.lineTo(o,a+i),t.closePath(),t}const c=Math.min(s,n/2,i/2),l=new e.Path;return l.moveTo(o+c,a),l.lineTo(o+n-c,a),l.quadraticCurveTo(o+n,a,o+n,a+c),l.lineTo(o+n,a+i-c),l.quadraticCurveTo(o+n,a+i,o+n-c,a+i),l.lineTo(o+c,a+i),l.quadraticCurveTo(o,a+i,o,a+i-c),l.lineTo(o,a+c),l.quadraticCurveTo(o,a,o+c,a),new e.Shape(l.getPoints(Sv[0]))}material(){const t=Tw(this.component),e=wd[t.preset??"default"]??wd.default,n=t.token?Zx(t.token):Jx,i=t.flatShading??!0,s=t.transparent??!1;return Z_.material(`figure-part|${t.token??"-"}|${t.preset??"default"}|${i}|${s}`,{color:n,metalness:e.metalness,roughness:e.roughness,envMapIntensity:e.envMapIntensity,flatShading:i,transparent:s,opacity:s?e.opacity??.3:1})}updateDimension(){const{width:t=1,height:e=1}=this.component.bounds,n=this.effectiveDepth,i=Tw(this.component).primitive??"cube";Cw.includes(i)?this.setDimensionScale(1,n,1):this.setDimensionScale(t,n,e)}}class Ow extends(Dc(Pc)){static registerType(){Tc.register("figure-part",Ow)}get hasTextProperty(){return!1}is3dish(){return!0}get nature(){return Aw}buildRealObject(){return new Pw(this)}render(t){const{left:e=0,top:n=0,width:i=0,height:s=0}=this.state,r=Tw(this);t.beginPath(),this.traceFootprint(t,r,e,n,i,s),t.fillStyle=r.token?Zx(r.token):Jx,t.fill()}traceFootprint(t,e,n,i,s,r){const o=e.primitive??"cube",a=n+s/2,c=i+r/2;if(Ew.includes(o)){const n=dv(s/2,r/2,Cv(e.segments,Sv[0])).points;t.moveTo(a+n[0].x,c+n[0].y);for(let e=1;e<n.length;e++)t.lineTo(a+n[e].x,c+n[e].y);return void t.closePath()}if("polygon"===o){const n=e.path;if(!n||n.length<3)return;t.moveTo(a+n[0].x,c+n[0].y);for(let e=1;e<n.length;e++)t.lineTo(a+n[e].x,c+n[e].y);return void t.closePath()}const l=e.round??0;l>0&&"function"==typeof t.roundRect?t.roundRect(n,i,s,r,Math.min(l,s/2,r/2)):t.rect(n,i,s,r)}}var Dw;Ow.registerType(),function(t){t.compile=zl,t.duplicate=Il,t.select=nc,t.match=Ja}(Dw||(Dw={})),Li.registerResidents(()=>({componentResidentsCount:Tc.residentsCount,sceneResidentsCount:Gu.residentsCount,referenceMapResidentsCount:I_.residentsCount,sceneResidents:Tc.residents}));var zw=Object.freeze({__proto__:null,AbsoluteLayout:Hc,Animation:Aa,AudioPlayer:Yg,BULGE_EPSILON:qr,get Banner(){return Uv},Banner3D:Wv,BoxSelectionManager:Ef,COMMON_PLACEHOLDER_PROPERTIES:ug,CORE_PLACEHOLDER_TYPES:gg,get Camera(){return Qv},Camera3D:Kv,CameraBookmarkManager:Af,CameraManager:df,Capacity:Wy,CapacityEventTracker:Ey,CardLayout:Gc,CenteringQueueStrategy:Ty,CenteringSlotStrategy:d_,Component:Tc,Connectable:Xf,Container:Xm,ContainerAbstract:Kl,ControlsManager:mf,get Cube(){return Hv},Cube3D:Nv,get Cylinder(){return Vv},Cylinder3D:Gv,DEFAULT:Qs,DEFAULT_PALETTE:Vx,DEFAULT_PLACEMENT:ru,DPPX:Xs,DataLagTracker:eh,DataSource:_y,DefaultLoadingOverlayRenderer:jd,Donut:ly,DonutExtrude:bv,Ellipse:hg,EllipseExtrude:fv,EventManager3D:gf,EventMap:ml,FPS:Pp,FigureInstance:kw,FigurePart:Ow,FigurePartRealObject:Pw,FigureRealObject:Mw,FixedSlotStrategy:Gy,get FloorPlate(){return cx},FlowEngine:Jb,FlowNode:e_,GESTURES:qs,get GLTFObject(){return Jv},GLTF_BASE_URL_ALIAS:xy,GenericObject:mg,GeometryBank:Mv,GifView:Gg,GizmoManager:bf,GizmoOperationManager:xf,GlobalRef:Zg,GltfComponent:My,GridStacking:Dy,Group:$g,HTMLAbsoluteLayout:Nc,HTMLOverlayContainer:Kg,HTMLOverlayElement:Pg,Holdable:t_,ImageView:Tg,InfoWindow:jc,InstancedSet:Cx,InteractionManager:wf,ItemsDataBinding:By,KEYEVENTS:Ks,Layer:cp,Layout:Fc,LightManager:pf,LightObject:ex,Line:cg,Line3D:kx,LinearHorizontalLayout:Yc,LinearVerticalLayout:Uc,LoadTracker:sh,LoadingOverlay:Cd,LocalRef:qg,MATERIAL_PRESETS:wd,MAX_SEGMENTS:Ev,MAX_UNDO_SIZE:30,MIN_SEGMENTS:3,MODE_ADD:3,MODE_EDIT:1,MODE_PASTE_DATABIND:5,MODE_PASTE_STYLE:4,MODE_SHIFT:2,MODE_VIEW:0,MaterialBank:Z_,get Model(){return Dw},MoveHandle:Xl,NOTHING:Ns,NavGraph:y_,Node:fy,OrthoLine:Eg,OrthoLine3D:Ex,PIXEL_RATIO:Op,PLACEHOLDER_THEMES:dg,Path:sy,PatternStacking:Oy,PlacementManager:Mf,get PointLight(){return nx},Polygon:vg,PolygonContainer:wg,PolygonExtrude:yv,PolygonPathPolyline:S_,Polyline:kg,Polyline3D:Ax,Popup:ey,PopupContainer:iy,Pose6DOF:xl,RealObject:pu,RealObjectCamera:Dx,RealObjectDomElement:Np,RealObjectDomTexture:X_,RealObjectDummy:Px,RealObjectExternalModel:gu,RealObjectExtrude:pv,RealObjectGLTF:vu,RealObjectGroup:px,RealObjectLine:Sx,RealObjectMesh:J_,RealObjectPlane:zx,RealObjectPlane2D:jx,RealObjectScene:Ix,RealObjectService:my,RealObjectSprite:Iv,RealObjectSprite2D:Rv,RealObjectText:ov,Rect:Qf,RectExtrude:mv,RectPath:Dc,ReferenceMap:I_,RendererManager:uf,ReservationTable:m_,RootContainer:th,Ruler:Jf,SCALE_MIN:Wd,SCENE_MODE:Us,SEGMENT_DEFAULTS:kv,SEGMENT_PRESETS:Sv,SHORTCUT_SECTIONS:Hf,SUPPORTED_BLUEPRINT_VERSION:1,Scene:Gu,SceneManager:hf,ScenePopup:ap,SceneSearchEngine:ku,ScriptLoader:B_,SearchOverlay:Eu,ServiceComponent:yy,Shape:Pc,get Sphere(){return zv},Sphere3D:Dv,get Sprite(){return Lv},Star:uy,StarExtrude:vv,TRANSFER_SLOT_KEY:Ny,TableLayout:$c,Text:Wg,ThreeCapability:zf,get ThreeContainer(){return Fx},ThreeDOnly:vy,Tracker:Tu,Transfer:Fu,TransitionEffect:$l,Triangle:oy,TriangleExtrude:_v,UNIT_DIMENSION:qd,UNIT_ROTATE:Zd,UNIT_SCALE:Kd,UNIT_TRANSLATE:Qd,UNTOKENED_COLOR:Jx,ValueHolder:by,VertexGizmoManager:Df,VolumeStacking:zy,get Wall(){return rx},Wall3D:sx,Z_PRIORITY:au,activePalette:Qx,activePaletteName:Kx,allDestinations:Hb,anchorsConnect:Qy,animate:ka,applyAlpha:$d,applyMaterial3dProps:Ad,applyPolicy:Vb,applySeatingRotation:Fy,applyStackLayout:Iy,applyZPriorityToMaterials:lu,arcSegmentTopology:qy,autoWireBackPressure:Cy,blueprintProblems:Gx,buildArrow3D:Lp,buildContractInspector:P_,buildCoordinateGround:qp,buildFlowGraph:nb,buildNavGraph:v_,buildShapeFromPolygonPath:gv,buildTether:Zu,bulgeFromDrag:Jr,bulgeHandlePosition:Zr,canReach:ab,capability:zm,centerOnBBox:uv,chooseNearestPickupFrame:h_,clearTether:tp,collectAdjacentSegments:ub,compile:Ca,componentForNode:Nb,computeArcParams:Qr,computeFlowMap:Eb,computeStackPositions:Py,cornerHandlePosition:eo,cornerRadiusFromDrag:no,create:Yu,createCanvas:Dp,createCanvasTexture:Y_,createFloor:af,createRealObjectFor:Yp,createSelectionHandle3D:lx,dataLagTracker:nh,debug:ts,deliversInto:tb,delta:Ma,disposeCoordinateGround:Jp,disposeObject3D:eu,disposeTether:ep,downstream:Ub,drawTextTexture:nv,effectiveCornerRadius:to,ellipseOutline:dv,enumerateDataScenarios:gb,error:Zi,figureTypes:cw,fillStyleOpacity:Ud,filterByToolType:l_,filterShortcuts:Bf,findNearestWithCapability:Pb,flattenPolygonPath:k_,flowGraphFor:Lb,flowGraphIssues:jb,flowReverseFor:Cb,fontStyle:tv,footprint2D:Ry,frameClock:jr,ftId:Mb,ftrace:wb,getAllCapabilityMeta:Lm,getCapabilityMeta:jm,getFigure:aw,getPose:Al,getWorldPose:El,globalSimClock:Ir,gltfNatureProperties:wy,graphFor:Kb,gridPlacements:Tx,hasArc:Kr,hasCapability:Dm,hasCapacity:ky,hasFigure:lw,inferCapacity:Ay,inferDownstreamId:pb,inferFlowDirections:xb,initFontFamilyWatcher:Js,inspector:Ed,installContractInspector:O_,isFlowNode:n_,isGenericPlaceholder:yg,isGeometricHost:Tb,isParted:fu,isRoutingTarget:Ob,isSegmentPreset:Pv,isStateDriven:ou,isThreedEnabled:wu,matchOutbounds:eb,memberGeometry:bw,memberGeometryAtOrigin:vw,memberGeometryTurned:_w,mergedGeometryOf:xw,metrics:Li,next:Wb,nextHop:ob,nextHops:rb,nextHopsToAny:lb,nextHopsToAnyDetailed:hb,niceGridStep:$p,nodeIdOf:Bb,opaqueColor:Xd,paletteVersion:$x,partAtByIndex:mu,pickWeightedDestination:Zb,planPathAStar:x_,planToReservations:w_,pointInRotatedRect:Zy,polygonOffsetForPriority:cu,polygonPathLength:A_,projectToScreen:Xu,quatFromYaw:s_,rayAbsDistanceToRect:Jy,reachableByOutbound:ib,reachableDestinations:$b,reachableDestinationsFrom:Xb,reachableDestinationsWeightedFrom:qb,reachableSinks:cb,receiptToJSON:ju,recommendsLogarithmicDepthForSky:lf,rectFaceAnchors:Uy,rectOutline:hv,rectangularFootprintFrames:a_,registerCapabilityMeta:Rm,registerDefaultRealObjectFactory:Vp,registerFigure:ow,registerPalette:Xx,registerRealObjectFactory:Gp,renderCanvasTexture:W_,renderPlaceholder:pg,reservationTable:g_,resetFigures:dw,resetPalettes:tw,resolveAnchorWorldPosition:Qu,resolveHeightSegments:Tv,resolveMaterial3d:Md,resolveNextHop:Yb,resolveSegments:Cv,resolveToken:Zx,resolveVariant:Gd,sceneComponent:Sy,setActivePalette:qx,setPose:Cl,setThreedEnabled:Mu,setWorldPose:Tl,sinksForDestination:Fb,standardYieldPolicy:f_,stopFPSMeasure:Tp,straightSegmentEndpoints:Xy,straightSegmentMultiInbound:Ky,straightSegmentTopology:$y,textBounds:rv,textTexture:iv,toThreeSide:kd,topApproachFrame:c_,transferLog:Nu,transferTracer:Iu,uniformZ:io,unregisterFigure:hw,updateDefaultFontFamily:Zs,updateTether:Ju,useFigureComponent:iw,validate:Qb,validateFlowGraph:db,version:G_,warn:Ji});const Iw=globalThis;"undefined"==typeof globalThis||Iw.scene||(Iw.scene=zw);export{Hc as AbsoluteLayout,Aa as Animation,Yg as AudioPlayer,qr as BULGE_EPSILON,Uv as Banner,Wv as Banner3D,Ef as BoxSelectionManager,ug as COMMON_PLACEHOLDER_PROPERTIES,gg as CORE_PLACEHOLDER_TYPES,Qv as Camera,Kv as Camera3D,Af as CameraBookmarkManager,df as CameraManager,Wy as Capacity,Ey as CapacityEventTracker,Gc as CardLayout,Ty as CenteringQueueStrategy,d_ as CenteringSlotStrategy,Tc as Component,Xf as Connectable,Xm as Container,Kl as ContainerAbstract,mf as ControlsManager,Hv as Cube,Nv as Cube3D,Vv as Cylinder,Gv as Cylinder3D,Qs as DEFAULT,Vx as DEFAULT_PALETTE,ru as DEFAULT_PLACEMENT,Xs as DPPX,eh as DataLagTracker,_y as DataSource,jd as DefaultLoadingOverlayRenderer,ly as Donut,bv as DonutExtrude,hg as Ellipse,fv as EllipseExtrude,gf as EventManager3D,ml as EventMap,Pp as FPS,kw as FigureInstance,Ow as FigurePart,Pw as FigurePartRealObject,Mw as FigureRealObject,Gy as FixedSlotStrategy,cx as FloorPlate,Jb as FlowEngine,e_ as FlowNode,qs as GESTURES,Jv as GLTFObject,xy as GLTF_BASE_URL_ALIAS,mg as GenericObject,Mv as GeometryBank,Gg as GifView,bf as GizmoManager,xf as GizmoOperationManager,Zg as GlobalRef,My as GltfComponent,Dy as GridStacking,$g as Group,Nc as HTMLAbsoluteLayout,Kg as HTMLOverlayContainer,Pg as HTMLOverlayElement,t_ as Holdable,Tg as ImageView,jc as InfoWindow,Cx as InstancedSet,wf as InteractionManager,By as ItemsDataBinding,Ks as KEYEVENTS,cp as Layer,Fc as Layout,pf as LightManager,ex as LightObject,cg as Line,kx as Line3D,Yc as LinearHorizontalLayout,Uc as LinearVerticalLayout,sh as LoadTracker,Cd as LoadingOverlay,qg as LocalRef,wd as MATERIAL_PRESETS,Ev as MAX_SEGMENTS,$s as MAX_UNDO_SIZE,Av as MIN_SEGMENTS,Vs as MODE_ADD,Bs as MODE_EDIT,Ws as MODE_PASTE_DATABIND,Ys as MODE_PASTE_STYLE,Gs as MODE_SHIFT,Hs as MODE_VIEW,Z_ as MaterialBank,Dw as Model,Xl as MoveHandle,Ns as NOTHING,y_ as NavGraph,fy as Node,Eg as OrthoLine,Ex as OrthoLine3D,Op as PIXEL_RATIO,dg as PLACEHOLDER_THEMES,sy as Path,Oy as PatternStacking,Mf as PlacementManager,nx as PointLight,vg as Polygon,wg as PolygonContainer,yv as PolygonExtrude,S_ as PolygonPathPolyline,kg as Polyline,Ax as Polyline3D,ey as Popup,iy as PopupContainer,xl as Pose6DOF,pu as RealObject,Dx as RealObjectCamera,Np as RealObjectDomElement,X_ as RealObjectDomTexture,Px as RealObjectDummy,gu as RealObjectExternalModel,pv as RealObjectExtrude,vu as RealObjectGLTF,px as RealObjectGroup,Sx as RealObjectLine,J_ as RealObjectMesh,zx as RealObjectPlane,jx as RealObjectPlane2D,Ix as RealObjectScene,my as RealObjectService,Iv as RealObjectSprite,Rv as RealObjectSprite2D,ov as RealObjectText,Qf as Rect,mv as RectExtrude,Dc as RectPath,I_ as ReferenceMap,uf as RendererManager,m_ as ReservationTable,th as RootContainer,Jf as Ruler,Wd as SCALE_MIN,Us as SCENE_MODE,kv as SEGMENT_DEFAULTS,Sv as SEGMENT_PRESETS,Hf as SHORTCUT_SECTIONS,Nx as SUPPORTED_BLUEPRINT_VERSION,Gu as Scene,hf as SceneManager,ap as ScenePopup,ku as SceneSearchEngine,B_ as ScriptLoader,Eu as SearchOverlay,yy as ServiceComponent,Pc as Shape,zv as Sphere,Dv as Sphere3D,Lv as Sprite,uy as Star,vv as StarExtrude,Ny as TRANSFER_SLOT_KEY,$c as TableLayout,Wg as Text,zf as ThreeCapability,Fx as ThreeContainer,vy as ThreeDOnly,Tu as Tracker,Fu as Transfer,$l as TransitionEffect,oy as Triangle,_v as TriangleExtrude,qd as UNIT_DIMENSION,Zd as UNIT_ROTATE,Kd as UNIT_SCALE,Qd as UNIT_TRANSLATE,Jx as UNTOKENED_COLOR,by as ValueHolder,Df as VertexGizmoManager,zy as VolumeStacking,rx as Wall,sx as Wall3D,au as Z_PRIORITY,Qx as activePalette,Kx as activePaletteName,Hb as allDestinations,Qy as anchorsConnect,ka as animate,$d as applyAlpha,Ad as applyMaterial3dProps,Vb as applyPolicy,Fy as applySeatingRotation,Iy as applyStackLayout,lu as applyZPriorityToMaterials,qy as arcSegmentTopology,Cy as autoWireBackPressure,Gx as blueprintProblems,Lp as buildArrow3D,P_ as buildContractInspector,qp as buildCoordinateGround,nb as buildFlowGraph,v_ as buildNavGraph,gv as buildShapeFromPolygonPath,Zu as buildTether,Jr as bulgeFromDrag,Zr as bulgeHandlePosition,ab as canReach,zm as capability,uv as centerOnBBox,h_ as chooseNearestPickupFrame,tp as clearTether,ub as collectAdjacentSegments,Ca as compile,Nb as componentForNode,Qr as computeArcParams,Eb as computeFlowMap,Py as computeStackPositions,eo as cornerHandlePosition,no as cornerRadiusFromDrag,Yu as create,Dp as createCanvas,Y_ as createCanvasTexture,af as createFloor,Yp as createRealObjectFor,lx as createSelectionHandle3D,nh as dataLagTracker,ts as debug,tb as deliversInto,Ma as delta,Jp as disposeCoordinateGround,eu as disposeObject3D,ep as disposeTether,Ub as downstream,nv as drawTextTexture,to as effectiveCornerRadius,dv as ellipseOutline,gb as enumerateDataScenarios,Zi as error,cw as figureTypes,Ud as fillStyleOpacity,l_ as filterByToolType,Bf as filterShortcuts,Pb as findNearestWithCapability,k_ as flattenPolygonPath,Lb as flowGraphFor,jb as flowGraphIssues,Cb as flowReverseFor,tv as fontStyle,Ry as footprint2D,jr as frameClock,Mb as ftId,wb as ftrace,Lm as getAllCapabilityMeta,jm as getCapabilityMeta,aw as getFigure,Al as getPose,El as getWorldPose,Ir as globalSimClock,wy as gltfNatureProperties,Kb as graphFor,Tx as gridPlacements,Kr as hasArc,Dm as hasCapability,ky as hasCapacity,lw as hasFigure,Ay as inferCapacity,pb as inferDownstreamId,xb as inferFlowDirections,Js as initFontFamilyWatcher,Ed as inspector,O_ as installContractInspector,n_ as isFlowNode,yg as isGenericPlaceholder,Tb as isGeometricHost,fu as isParted,Ob as isRoutingTarget,Pv as isSegmentPreset,ou as isStateDriven,wu as isThreedEnabled,eb as matchOutbounds,bw as memberGeometry,vw as memberGeometryAtOrigin,_w as memberGeometryTurned,xw as mergedGeometryOf,Li as metrics,Wb as next,ob as nextHop,rb as nextHops,lb as nextHopsToAny,hb as nextHopsToAnyDetailed,$p as niceGridStep,Bb as nodeIdOf,Xd as opaqueColor,$x as paletteVersion,mu as partAtByIndex,Zb as pickWeightedDestination,x_ as planPathAStar,w_ as planToReservations,Zy as pointInRotatedRect,cu as polygonOffsetForPriority,A_ as polygonPathLength,Xu as projectToScreen,s_ as quatFromYaw,Jy as rayAbsDistanceToRect,ib as reachableByOutbound,$b as reachableDestinations,Xb as reachableDestinationsFrom,qb as reachableDestinationsWeightedFrom,cb as reachableSinks,ju as receiptToJSON,lf as recommendsLogarithmicDepthForSky,Uy as rectFaceAnchors,hv as rectOutline,a_ as rectangularFootprintFrames,Rm as registerCapabilityMeta,Vp as registerDefaultRealObjectFactory,ow as registerFigure,Xx as registerPalette,Gp as registerRealObjectFactory,W_ as renderCanvasTexture,pg as renderPlaceholder,g_ as reservationTable,dw as resetFigures,tw as resetPalettes,Qu as resolveAnchorWorldPosition,Tv as resolveHeightSegments,Md as resolveMaterial3d,Yb as resolveNextHop,Cv as resolveSegments,Zx as resolveToken,Gd as resolveVariant,Sy as sceneComponent,qx as setActivePalette,Cl as setPose,Mu as setThreedEnabled,Tl as setWorldPose,Fb as sinksForDestination,f_ as standardYieldPolicy,Tp as stopFPSMeasure,Xy as straightSegmentEndpoints,Ky as straightSegmentMultiInbound,$y as straightSegmentTopology,rv as textBounds,iv as textTexture,kd as toThreeSide,c_ as topApproachFrame,Nu as transferLog,Iu as transferTracer,io as uniformZ,hw as unregisterFigure,Zs as updateDefaultFontFamily,Ju as updateTether,iw as useFigureComponent,Qb as validate,db as validateFlowGraph,G_ as version,Ji as warn};
|
|
50
|
+
`,this.element)}catch(t){}}onchangeMinimized(){const{minimized:t}=this.state;t?this.setState("height",24):this.setState("height",this.get("height"))}}Ym=new WeakMap,Tc.memoize(Xm.prototype,"bounds",!0),Tc.register("container",Xm);const qm=Math.sqrt(3),Km=2;function Qm(t,e,n,i,s){const r=5+s,o=n.x,a=n.y,c=i.x,l=i.y;if(Math.abs(o-c)>r&&Math.abs(a-l)>r){const n=(l-a)/(c-o),i=a-n*o;if(Math.abs(e-(n*t+i))>r)return!1}let h,d,u,p;return o>c?(d=o,h=c):(d=c,h=o),a>l?(p=a,u=l):(p=l,u=a),!(d+5<t)&&(!(h-5>t)&&(!(p+5<e)&&!(u-5>e)))}function Zm(t,e,n,i=2){for(let s=0;s<n.length-1;s++)if(Qm(t,e,n[s],n[s+1],i))return!0;return!1}function Jm(t,e,n,i){if("arrow"!=t.slice(-5))return n;const s=Math.atan2(i.y-n.y,i.x-n.x),r=1.5*e;return{x:n.x+Math.cos(s)*r,y:n.y+Math.sin(s)*r}}function tg(t,e,n){let{lineWidth:i=Km,strokeStyle:s="#000000",lineCap:r=!1,alpha:o=1,begin:a="none",end:c="none",beginSize:l="size5",endSize:h="size5"}=n;if(("none"!=a||"none"!=c)&&(i=Number(i)||Km,t.lineCap=r,t.lineWidth=i,t.strokeStyle=s,t.fillStyle=s,t.globalAlpha*=o,"none"!=a&&eg(t,e[0],e[1],i,a,ng(l,i)),"none"!=c)){const n=e.length;eg(t,e[n-1],e[n-2],i,c,ng(h,i))}}function eg(t,e,n,i,s,r){const{x:o,y:a}=e,c=Math.atan2(n.y-a,n.x-o);switch(t.beginPath(),t.translate(o,a),t.rotate(c),s){case"oval":t.ellipse(0,0,r.X,r.Y,0,0,2*Math.PI),t.fill();break;case"diamond":t.moveTo(-r.X,0),t.lineTo(0,-r.Y),t.lineTo(r.X,0),t.lineTo(0,r.Y),t.fill();break;case"arrow":t.moveTo(0,0),t.lineTo(qm*r.X,-r.Y),t.lineTo(qm*r.X,r.Y),t.fill();break;case"sharp-arrow":t.moveTo(0,0),t.lineTo(qm*r.X,-r.Y),t.lineTo(-r.X/1.5+qm*r.X,0),t.lineTo(qm*r.X,r.Y),t.fill();break;case"open-arrow":t.moveTo(qm*r.X+i,-r.Y),t.lineTo(i,0),t.lineTo(qm*r.X+i,r.Y),t.stroke();break;case"cross":t.moveTo(-r.X,-r.Y),t.lineTo(r.X,r.Y),t.moveTo(r.X,-r.Y),t.lineTo(-r.X,r.Y),t.stroke()}t.rotate(-c),t.translate(-o,-a),t.closePath()}function ng(t,e){const n={X:0,Y:0};switch(e*=1.2,t){case"size1":n.X=e,n.Y=e;break;case"size2":n.X=1.5*e,n.Y=e;break;case"size3":n.X=2*e,n.Y=e;break;case"size4":n.X=e,n.Y=1.5*e;break;case"size5":default:n.X=1.5*e,n.Y=1.5*e;break;case"size6":n.X=2*e,n.Y=1.5*e;break;case"size7":n.X=e,n.Y=2*e;break;case"size8":n.X=1.5*e,n.Y=2*e;break;case"size9":n.X=2*e,n.Y=2*e}return n}const ig="N",sg="S",rg="E",og="W";class ag{constructor({component:t,anchor:e,position:n,self:i}){this.component=t,this._anchorName=e,this._position=n,this.self=i}get position(){const t=this.anchor;if(t){const{position:e}=t,n=this.component.toScene(e.x,e.y);return this.self.transcoordT2P(n.x,n.y)}return this._position}set position({x:t,y:e}){this._position={x:t,y:e}}get anchor(){return this.component?.findAnchor(this._anchorName)}get direction(){const t=this.component.bounds,e=this.anchor;if(!e)return rg;const n=e.position;return n.y<=t.top?ig:n.y>=t.top+t.height?sg:n.x<=t.left?og:rg}get boundaryPosition(){const t=this.anchor;if(t){let{position:e}=t,n=0,i=0;switch(this.direction){case sg:i=20;break;case ig:i=-20;break;case og:n=-20;break;default:n=20}e={x:e.x+n,y:e.y+i};const s=this.component.toScene(e.x,e.y);return this.self.transcoordT2P(s.x,s.y)}}}class cg extends Tc{isLine(){return!0}is3dish(){return!0}replaceRefids(t){["from","to"].forEach(e=>{const n=this.get(e);if(n?.component){const i=t.get(n.component)||n.component;this.set(e,{...n,component:i})}})}get fromEnd(){if(this.parent&&!this._fromEnd){const{component:t,anchor:e,position:n}=this.getState("from")||{};if(!t)return;const i=this.root?.findByRefid?.(t);if(!i)return;this._fromEnd=new ag({component:i,fromto:"from",anchor:e,position:n,self:this})}return this._fromEnd}get from(){return this.getState("from")}set from(t){delete this._fromEnd,this.set("from",t)}get toEnd(){if(this.parent&&!this._toEnd){const{component:t,anchor:e,position:n}=this.getState("to")||{};if(!t)return;const i=this.root?.findByRefid?.(t);if(!i)return;this._toEnd=new ag({component:i,fromto:"to",anchor:e,position:n,self:this})}return this._toEnd}get to(){return this.getState("to")}set to(t){delete this._toEnd,this.set("to",t)}move({x:t,y:e},n){n&&(this.from={position:this._fromEnd?.position||this.getState("from")?.position||{x:0,y:0}},this.to={position:this._toEnd?.position||this.getState("to")?.position||{x:0,y:0}}),super.move({x:t,y:e})}render(t){const{begin:e="none",end:n="none",lineWidth:i,round:s=0}=this.state;let r=this.drawPath;tg(t,r,this.state),t.beginPath();const o=Jm(e,i,r[0],r[1]),a=Jm(n,i,r[r.length-1],r[r.length-2]),c=r[0];r=[o,...r.slice(1,-1),a];let l={x:o.x,y:o.y};if(t.moveTo(o.x,o.y),r.length>=2&&Kr(c)){const e=r[1],n=to(e,s),i=Math.sqrt((o.x-e.x)**2+(o.y-e.y)**2),a=0!==i?Math.atan2(o.x-e.x,o.y-e.y):0,l=Math.sin(a)*Math.min(n,i/2)+e.x,h=Math.cos(a)*Math.min(n,i/2)+e.y,d=Qr({x:o.x,y:o.y},{x:l,y:h},c.bulge);d&&t.arc(d.cx,d.cy,d.radius,d.startAngle,d.endAngle,d.clockwise)}for(let e=1;e<r.length;e++){const n=l;l=r[e];const i=r[e+1];if(n.x===l.x&&n.y===l.y)continue;if(!i){t.lineTo(l.x,l.y);break}const o=to(l,s);let a=Math.sqrt((n.x-l.x)*(n.x-l.x)+(n.y-l.y)*(n.y-l.y)),c=0!==a?Math.atan2(n.x-l.x,n.y-l.y):0,h=Math.sin(c)*Math.min(o,a/2)+l.x,d=Math.cos(c)*Math.min(o,a/2)+l.y;const u=o>0||0!==a?{x:h,y:d}:l;a=Math.sqrt((i.x-l.x)*(i.x-l.x)+(i.y-l.y)*(i.y-l.y)),c=0!==a?Math.atan2(i.x-l.x,i.y-l.y):0,h=Math.sin(c)*Math.min(o,a/2)+l.x,d=Math.cos(c)*Math.min(o,a/2)+l.y;const p=o>0||0!==a?{x:h,y:d}:l;if(t.lineTo(u.x,u.y),o>0&&t.quadraticCurveTo(l.x,l.y,p.x,p.y),Kr(l)){const e=to(i,s),n=Math.sqrt((l.x-i.x)**2+(l.y-i.y)**2),r=0!==n?Math.atan2(l.x-i.x,l.y-i.y):0,o=Math.sin(r)*Math.min(e,n/2)+i.x,a=Math.cos(r)*Math.min(e,n/2)+i.y,c=Qr({x:p.x,y:p.y},{x:o,y:a},l.bulge);c&&t.arc(c.cx,c.cy,c.radius,c.startAngle,c.endAngle,c.clockwise)}}this.drawStroke(t,void 0)}contains(t,e){const{lineWidth:n}=this.state;return Zm(t,e,this.drawPath,n)}get resizable(){return!1}get mutable(){return!0}get rotatable(){return!1}get path(){const{from:t,to:e}=this.state,{x1:n,y1:i,x2:s,y2:r}=this.state;return[this.fromEnd?.position||t?.position||{x:n,y:i},this.toEnd?.position||e?.position||{x:s,y:r}]}set path(t){const[e,n]=t,{from:i,to:s}=this.state;delete this._fromEnd,delete this._toEnd,this.set({from:{...i,position:e},to:{...s,position:n}})}get textBounds(){const t=this.drawPath;let e,n,i=0;for(let s=1;s<t.length;s++){const r=t[s-1],o=t[s],a=(r.x-o.x)*(r.x-o.x)+(r.y-o.y)*(r.y-o.y);a>i&&(i=Math.ceil(a),e=r,n=o)}let{paddingTop:s,paddingLeft:r,paddingRight:o,paddingBottom:a}=this.state;return a||=0,s||=0,r||=0,o||=0,{left:Math.min(e.x,n.x)+r,top:Math.min(e.y,n.y)+s,width:Math.max(Math.abs(e.x-n.x)-r-o,0),height:Math.max(Math.abs(e.y-n.y)-s-a,0)}}get decorators(){return this.app.isEditMode?["decotag"]:[]}}cg.getTipNeckPos=Jm,cg.containedInPath=Zm,cg.drawEndTips=tg,Tc.register("line",cg);const lg={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"angle",label:"start-angle",name:"startAngle",property:"startAngle"},{type:"angle",label:"end-angle",name:"endAngle",property:"endAngle"}],"value-property":"text"};class hg extends(Xf(Pc)){is3dish(){return!0}render(t){const{cx:e,cy:n,rx:i,ry:s,startAngle:r,endAngle:o,anticlockwise:a}=this.state;t.beginPath(),t.ellipse(e,n,Math.abs(i),Math.abs(s),0,r||0,o||2*Math.PI,a),void 0!==r&&void 0!==o&&(t.lineTo(e,n),t.closePath())}get path(){const{cx:t,cy:e,rx:n,ry:i}=this.state;return[{x:t-n,y:e-i},{x:t+n,y:e-i},{x:t+n,y:e+i},{x:t-n,y:e+i}]}set path(t){const e=t[0],n=t[2];this.set({cx:e.x+(n.x-e.x)/2,cy:e.y+(n.y-e.y)/2,rx:(n.x-e.x)/2,ry:(n.y-e.y)/2})}contains(t,e){const{cx:n,cy:i,rx:s,ry:r}=this.state,o=(t-n)/(2*s-.5),a=(e-i)/(2*r-.5);return o*o+a*a<.25}outline(t){return function(t,e){const{cx:n,cy:i,rx:s,ry:r}=t.model,o=2*Math.PI*e,a=n+s*Math.cos(o),c=i+r*Math.sin(o);return t.toScene(a,c)}(this,t)}get anchors(){return function(t){const{left:e,top:n,width:i,height:s}=t.bounds,r=e+i/2,o=n+s/2;return[{name:"TOP",position:{x:r,y:n}},{name:"RIGHT",position:{x:e+i,y:o}},{name:"BOTTOM",position:{x:r,y:n+s}},{name:"LEFT",position:{x:e,y:o}}]}(this)}get nature(){return lg}}Tc.memoize(hg.prototype,"path",!1),Tc.register("ellipse",hg);const dg={object:{fill:"rgba(180,180,180,0.18)",stroke:"#888888",icon:"?",label:"object"},transport:{fill:"rgba(100,180,255,0.18)",stroke:"#3a78c8",icon:"⇄",label:"transport"},facility:{fill:"rgba(160,140,220,0.18)",stroke:"#6b4ec8",icon:"◫",label:"facility"},vehicle:{fill:"rgba(120,200,140,0.18)",stroke:"#3a8c5e",icon:"⊙",label:"vehicle"},region:{fill:"rgba(220,200,100,0.18)",stroke:"#a0892a",icon:"▢",label:"region"},path:{fill:"rgba(200,140,160,0.18)",stroke:"#a0506a",icon:"⌐",label:"path"},"3d-asset":{fill:"rgba(255,180,80,0.18)",stroke:"#c87a2a",icon:"◈",label:"3D asset"}},ug=[{type:"string",label:"placeholder-label",name:"placeholderLabel",description:'사용자에게 표시할 추가 라벨 (예: "Stocker A1")'},{type:"string",label:"hint",name:"placeholderHint",description:"구체화 시 참고 — 도면의 원본 식별자 / VLM 라벨 등"}];function pg(t,e,n,i,s){const{left:r,top:o,width:a,height:c}=e,l=Math.max(a,1),h=Math.max(c,1);t.save(),t.fillStyle=n.fill,t.fillRect(r,o,l,h),t.strokeStyle=n.stroke,t.lineWidth=1.5,t.setLineDash([4,3]),t.strokeRect(r,o,l,h),t.setLineDash([]),t.restore(),Math.min(l,h)>=24&&(t.save(),t.fillStyle=n.stroke,t.font=`bold ${Math.min(20,.4*Math.min(l,h))}px Arial`,t.textAlign="center",t.textBaseline="middle",t.fillText(n.icon,r+l/2,o+h/2),t.restore());const d=i?`${n.label}: ${i}`:n.label;h>=32&&(t.save(),t.fillStyle=n.stroke,t.font="10px Arial",t.textAlign="center",t.textBaseline="bottom",t.fillText(d,r+l/2,o+h-4),t.restore()),s&&h>=40&&(t.save(),t.fillStyle=n.stroke,t.font="9px Arial",t.textAlign="right",t.textBaseline="top",t.fillText(`hint: ${s}`,r+l-4,o+4),t.restore())}const fg={mutable:!1,resizable:!0,rotatable:!0,properties:[...ug,{type:"placeholder-convert",label:"",name:"_convert"}],help:"scene/component/placeholder"};class mg extends(Dc(Pc)){get nature(){return fg}render(t){const{placeholderLabel:e,placeholderHint:n}=this.state;pg(t,this.bounds,dg.object,e,n)}}Tc.register("placeholder",mg);const gg=["placeholder"];function yg(t,e=[]){return!!t&&(!!gg.includes(t)||e.includes(t))}const bg={ondragstart:function(t,e,n){n.mutatePath(null,function(n){n.splice(e+1,0,t)})},ondragmove:function(t,e,n){n.mutatePath(null,function(n){const i=n[e+1];n[e+1]={...i||{},x:t.x,y:t.y}})},ondragend:function(t,e,n){}},_g={mutable:!0,resizable:!1,rotatable:!0,properties:[{type:"number",label:"round",name:"round",property:{min:0,max:100,step:1}}],help:"scene/component/polygon"};class vg extends Pc{is3dish(){return!0}get mutable(){return!0}get pathExtendable(){return!0}get cornerEditable(){return!0}get path(){return this.state.path??[]}set path(t){this.set("path",t)}contains(t,e){const n=this.path;let i=!1;return n.forEach((s,r)=>{const o=(r+n.length+1)%n.length,a=s.x,c=s.y,l=n[o].x,h=n[o].y;c>e!=h>e&&t<(l-a)*(e-c)/(h-c)+a&&(i=!i)}),i}get controls(){const t=this.path;return t.map((e,n)=>{const i=t[n+1>=t.length?0:n+1];return{x:(e.x+i.x)/2,y:(e.y+i.y)/2,handler:bg}})}get nature(){return _g}}Tc.memoize(vg.prototype,"controls",!1),Tc.register("polygon",vg);const xg=[];class wg extends(Xl(vg)){constructor(t,e){super(t,e),this._components=[]}replaceRefids(t){this.components.forEach(e=>e.replaceRefids(t))}get showMoveHandle(){return!0}get showOverflow(){return!1}dispose(){this.components.slice().forEach(t=>t.dispose()),super.dispose()}isContainer(){return!0}containable(t){return t.isDescendible(this)}get hasTextProperty(){return!1}get components(){return this._components}get focusible(){return!0}get layout(){return Fc.get(this.get("layout"))||Hc}reflow(){this.layout.reflow(this),this.components&&this.components.forEach(t=>{t.isContainer()&&t.reflow()})}get hierarchy(){const t=super.hierarchy;return this.components?.length&&(t.components=this.components.map(t=>t.hierarchy)),t}reparent(t,e={}){t&&t.parent!==this&&this.addComponent(t,{silent:!0})}addComponent(t,e=!1){const{ghost:n=!1,silent:i=!1}="boolean"==typeof e?{ghost:e}:e,s=t.parent;if(s){if(this===s)return;s.removeComponent(t,n||i)}const r=this._components.push(t)-1;i&&(t._silentAdd=!0),t.parent=this,t.added(this),n||i||this.trigger("add",this,t,r),t.delegate_on(this),i?(s&&this.root?._removeTraverse?.(t),this.trigger("add",this,t,r),t.trigger("added",this,t,r),delete t._silentAdd):n||t.trigger("added",this,t,r),this.root&&this.root.isReady&&t.invokeReady()}removeComponent(t,e=!1){const n=this._components.indexOf(t);-1!=n&&(this._components.splice(n,1),t.parent=null,t.removed(this),e||(this.trigger("remove",this,t),t.trigger("removed",this,t)),t.delegate_off(this))}insertComponentAt(t,e,n=!1){const i=t.parent;i&&i.removeComponent(t,n);const s=this._components.splice(0,e);this._components=s.concat(t,this._components),e=this._components.indexOf(t),t.parent=this,t.added(this),n||this.trigger("add",this,t,e),t.delegate_on(this),n||t.trigger("added",this,t,e)}add(t,e=!1){return t instanceof Array?(t.forEach(t=>{-1==this._components.indexOf(t)&&this.addComponent(t,e)}),this):this.add.call(this,[t],e)}remove(t,e=!1){return t instanceof Array?this._components?(t.forEach(t=>this.removeComponent(t,e)),this):this:this.remove.call(this,[t],e)}getAt(t){if(this._components)return this._components[t]}forEach(t,e){this._components&&this._components.forEach(t,e)}traverse(t,e){t.call(e,this),this._components&&this._components.forEach(n=>{n.isContainer()?n.traverse(t,e):t.call(e,n)})}indexOf(t){return(this._components||xg).indexOf(t)}size(){return(this._components||xg).length}moveChildAt(t,e){const n=this.indexOf(e);if(-1==n)return;let i=this._components.splice(0,n);const s=this._components.splice(1);this._components=i.concat(s),t=Math.max(0,t),t=Math.min(t,this._components.length),i=this._components.splice(0,t),this._components=i.concat(e,this._components)}moveChildForward(t){const e=this.indexOf(t);-1!=e&&e!=this.size()-1&&(this._components[e]=this._components[e+1],this._components[e+1]=t)}moveChildBackward(t){const e=this.indexOf(t);-1!=e&&0!=e&&(this._components[e]=this._components[e-1],this._components[e-1]=t)}moveChildToFront(t){const e=this.indexOf(t);if(-1==e||e==this.size()-1)return;const n=this._components.splice(0,e),i=this._components.splice(1);this._components=n.concat(i,this._components)}moveChildToBack(t){const e=this.indexOf(t);if(-1==e||0==e)return;const n=this._components.splice(0,e),i=this._components.splice(1);this._components=this._components.concat(n,i)}symmetryX(t){super.symmetryX(t),this.components.map(t=>{t.symmetryX(0)})}findAll(t,...e){if("string"==typeof t)return nc(t,this,e[0]||this);if("function"!=typeof t)return[];let n=[];for(let i=this.components.length-1;i>=0;i--){const s=this.components[i].findAll(t,...e);s&&(n=n.concat(s))}return t(this,...e)&&n.push(this),n}findFirst(t,...e){if("string"==typeof t)return nc(t,this,e[0])[0];if("function"==typeof t){for(let n=this.components.length-1;n>=0;n--){const i=this.components[n].findFirst(t,...e);if(null!=i)return i}return t(this,...e)?this:void 0}}findById(t){return this.root.findAllById?.(t)?.[0]}findByRefid(t){return this.root.findByRefid?.(t)}capture(t,e,n){if(!this.app.isEditMode&&this.hidden)return!1;const i=this.fromParent(t,e);if(!this.contains(i.x,i.y))return!1;const s=this.bounds;i.x-=s.left,i.y-=s.top;const r=this.layout.capturables(this);for(let s=r.length-1;s>=0;s--){const o=r[s];let a;if(a="static"==o.position?o.capture(i.x,i.y,n):o.capture(t,e,n),a)return a}return this.capturable&&!n?.(this)&&this}capturePath(t,e){if(e){if(e.indexOf(this)>-1)return!1;for(let t=0;t<e.length;t++)if(!this.containable(e[t]))return!1}const n=[],{left:i,top:s,width:r,height:o}=this.bounds;for(let e=0;e<t.length;e++){const a=this.fromParent(t[e].x,t[e].y);if(a.x<i||a.x>i+r||a.y<s||a.y>s+o)return!1;a.x-=i,a.y-=s,n.push(a)}const a=this.layout.capturables(this);for(let t=a.length-1;t>=0;t--){const i=a[t];if(!i.isContainer())continue;const s=i.capturePath(n,e);if(s)return s}return this.focusible&&this}render(t){"popup"!==this.position&&super.render(t)}postrender(t){if("popup"===this.position)return void super.postrender(t);const e=this.layout.drawables(this);if(e.length>0){let{left:n=0,top:i=0,width:s,height:r}=this.bounds;t.save(),this.showOverflow||(t.beginPath(),t.rect(n,i,s,r),t.clip(),t.closePath()),t.translate(n,i),e.forEach(e=>{const n=this.root?.transitionEffect;n?.isReparenting(e)||e.draw(this.position&&"static"!==this.position?t:this.getContext(e))}),t.translate(-n,-i),t.restore()}super.postrender(t)}trim(){this.components.forEach(t=>{t.trim()}),super.trim()}}["layout"].forEach(t=>Tc.memoize(wg.prototype,t,!1));const Mg={ondragstart:function(t,e,n){n.mutatePath(null,function(n){n.splice(e,0,t)})},ondragmove:function(t,e,n){n.mutatePath(null,function(n){const i=n[e];n[e]={...i||{},x:t.x,y:t.y}})},ondragend:function(t,e,n){}},Sg={mutable:!1,resizable:!1,rotatable:!1,properties:[{type:"number",label:"round",name:"round",property:{min:0,max:100,step:1}}],help:"scene/component/polyline"};class kg extends cg{get pathExtendable(){return!0}get cornerEditable(){return!0}get path(){const{from:t,to:e}=this.state,{path:n}=this.state;return[this.fromEnd?.position||t?.position||n[0],...n.slice(1,-1),this.toEnd?.position||e?.position||n[n.length-1]]}set path(t){const{from:e,to:n}=this.state;delete this._fromEnd,delete this._toEnd,this.set({from:{...e,position:t[0]},to:{...n,position:t[t.length-1]},path:t})}get controls(){const t=this.path,e=[];for(let n=0;n<t.length-1;n++){const i=t[n],s=t[n+1];0==n&&e.push({x:i.x,y:i.y,handler:Mg}),e.push({x:(i.x+s.x)/2,y:(i.y+s.y)/2,handler:Mg}),n==t.length-2&&e.push({x:s.x,y:s.y,handler:Mg})}return e}get nature(){return Sg}}Tc.register("polyline",kg);const Ag={mutable:!1,resizable:!1,rotatable:!1,properties:[{type:"number",label:"round",name:"round",property:{min:0,max:100,step:1}}],help:"scene/component/ortholine"};class Eg extends cg{get pathExtendable(){return!1}get drawPath(){const t=this.path[0],e=this.path[1],{component:n,direction:i,boundaryPosition:s=t}=this.fromEnd||{},{component:r,direction:o,boundaryPosition:a=e}=this.toEnd||{},c=[s,a],l=[];s&&l.push(s);let h,d=n?.bounds;d&&(h=n.toScene(d.left,d.top),h=this.transcoordT2P(h.x,h.y),d={...d,left:h.x,top:h.y});const u=d?{left:d.left-20,top:d.top-20,width:d.width+40,height:d.height+40}:{left:s.x,top:s.y,width:0,height:0};d=d||u;let p=r?.bounds;p&&(h=r.toScene(p.left,p.top),h=this.transcoordT2P(h.x,h.y),p={...p,left:h.x,top:h.y});const f=p?{left:p.left-20,top:p.top-20,width:p.width+40,height:p.height+40}:{left:a.x,top:a.y,width:0,height:0};p=p||f;const m=[u,f],g=u.left>f.left?f.left:u.left,y=u.top>f.top?f.top:u.top,b={left:g,top:y,width:u.left+u.width>f.left+f.width?u.left+u.width-g:f.left+f.width-g,height:u.top+u.height>f.top+f.height?u.top+u.height-y:f.top+f.height-y};let _,v,x,w,M,S,k,A,E,C,T=0,P=0;d.left+d.width<p.left?(w=0,M=1,E=i,C=o,_=(d.left+d.width+p.left)/2,T=p.left-_):p.left+p.width<d.left&&(w=1,M=0,E=o,C=i,_=(d.left+p.width+p.left)/2,T=d.left-_),d.top+d.height<p.top?(x=0,S=1,k=i,A=o,v=(d.top+d.height+p.top)/2,P=p.top-v):p.top+p.height<d.top&&(x=1,S=0,k=o,A=i,v=(d.top+p.height+p.top)/2,P=d.top-v);const O=[];if(_&&T>P){let t,e,n;switch(C){case og:switch(E){case rg:O.push({x:_,y:c[w].y}),O.push({x:_,y:c[M].y});break;case og:t=m[w].top+m[w].height/2,e=t>c[M].y?Math.min(m[w].top,c[M].y):Math.max(m[w].top+m[w].height,c[M].y),O.push({x:c[w].x,y:e}),O.push({x:_,y:e}),O.push({x:_,y:c[M].y});break;case ig:case sg:e=E===sg?Math.max(c[w].y,c[M].y):Math.min(c[w].y,c[M].y),O.push({x:c[w].x,y:e}),O.push({x:_,y:e}),O.push({x:_,y:c[M].y});break;default:return this.path}break;case rg:switch(E){case rg:e=c[w].y<c[M].y?Math.min(m[M].top,c[w].y):Math.max(m[M].top+m[M].height,c[w].y),n=e;break;case og:e=void 0!==v?v:c[w].y<c[M].y?b.top-.5*T:b.top+b.height+.5*T,n=e;break;case sg:e=void 0!==v?Math.max(v,c[w].y):b.top+b.height,n=e;break;case ig:e=v?Math.min(v,m[w].top):b.top,n=e;break;default:return this.path}O.push({x:c[w].x,y:e}),O.push({x:_,y:e}),O.push({x:_,y:n}),O.push({x:c[M].x,y:n});break;case sg:switch(E){case rg:e=c[w].y,n=c[w].y>c[M].y?c[w].y:m[M].top+m[M].height;break;case og:e=v?Math.max(v,m[M].top+m[M].height):b.top+b.height,n=e;break;case sg:e=b.top+b.height,n=e;break;case ig:e=v?Math.min(v,m[w].top):m[w].top,n=v?Math.max(v,m[M].top+m[M].height):m[M].top+m[M].height;break;default:return this.path}O.push({x:c[w].x,y:e}),O.push({x:_,y:e}),O.push({x:_,y:n}),O.push({x:c[M].x,y:n});break;case ig:switch(E){case rg:e=c[w].y,n=c[w].y<c[M].y?c[w].y:m[M].top;break;case og:e=v?Math.min(v,m[M].top):b.top,n=e;break;case sg:e=void 0!==v?Math.max(v,c[w].y):c[w].y,n=void 0!==v?Math.min(v,c[M].y):c[M].y;break;case ig:e=b.top,n=e;break;default:return this.path}O.push({x:c[w].x,y:e}),O.push({x:_,y:e}),O.push({x:_,y:n}),O.push({x:c[M].x,y:n});break;default:return this.path}l.push(...0===w?O:O.reverse())}else if(v){let t,e,n;switch(A){case ig:switch(k){case sg:O.push({x:c[x].x,y:v}),O.push({x:c[S].x,y:v});break;case ig:t=m[x].left+m[x].width/2,e=t>c[S].x?Math.min(m[x].left,c[S].x):Math.max(m[x].left+m[x].width,c[S].x),O.push({x:e,y:c[x].y}),O.push({x:e,y:v}),O.push({x:c[S].x,y:v});break;case og:e=Math.min(c[x].x,c[S].x),O.push({x:e,y:c[x].y}),O.push({x:e,y:v}),O.push({x:c[S].x,y:v});break;case rg:e=Math.max(c[x].x,c[S].x),O.push({x:e,y:c[x].y}),O.push({x:e,y:v}),O.push({x:c[S].x,y:v});break;default:return this.path}break;case sg:switch(k){case og:e=b.left,n=e;break;case rg:e=void 0!==_?Math.max(_,c[x].x):b.left+b.width,n=e;break;case ig:e=void 0!==_?_:c[x].x<c[S].x?b.left-.5*P:b.left+b.width+.5*P,n=e;break;case sg:e=c[x].x,n=c[x].x<c[S].x?Math.min(m[S].left,c[x].x):Math.max(m[S].left+m[S].width,c[x].x);break;default:return this.path}O.push({x:e,y:c[x].y}),O.push({x:e,y:v}),O.push({x:n,y:v}),O.push({x:n,y:c[S].y});break;case rg:switch(k){case og:e=void 0!==_?Math.min(_,c[x].x):c[x].x,n=void 0!==_?Math.max(_,c[S].x):c[S].x;break;case rg:e=b.left+b.width,n=e;break;case ig:e=void 0!==_?Math.max(_,c[S].x):b.left+b.width,n=e;break;case sg:e=c[x].x,n=Math.max(m[S].left+m[S].width,c[x].x);break;default:return this.path}O.push({x:e,y:c[x].y}),O.push({x:e,y:v}),O.push({x:n,y:v}),O.push({x:n,y:c[S].y});break;case og:switch(k){case og:e=b.left,n=e;break;case rg:e=void 0!==_?Math.max(_,c[x].x):c[x].x,n=void 0!==_?Math.min(_,c[S].x):c[S].x;break;case ig:e=b.left,n=e;break;case sg:e=c[x].x<c[S].x?Math.min(m[S].left,c[x].x):c[x].x,n=Math.min(e,c[S].x);break;default:return this.path}O.push({x:e,y:c[x].y}),O.push({x:e,y:v}),O.push({x:n,y:v}),O.push({x:n,y:c[S].y});break;default:return this.path}l.push(...0===x?O:O.reverse())}else{let t,e;switch(i){case ig:switch(o){case ig:e=b.top,l.push({x:c[0].x,y:e}),l.push({x:c[1].x,y:e});break;case sg:t=b.left+b.width,l.push({x:t,y:c[0].y}),l.push({x:t,y:b.top+b.height}),l.push({x:c[1].x,y:b.top+b.height});break;case rg:t=c[1].y<c[0].y&&c[1].x<c[0].x?c[0].x:b.left+b.width,l.push({x:t,y:c[0].y}),l.push({x:t,y:c[1].y});break;case og:t=b.left,l.push({x:t,y:c[0].y}),l.push({x:t,y:c[1].y});break;default:return this.path}break;case sg:switch(o){case ig:t=b.left+b.width,l.push({x:t,y:c[0].y}),l.push({x:t,y:b.top}),l.push({x:c[1].x,y:b.top});break;case sg:case rg:case og:e=b.top+b.height,l.push({x:c[0].x,y:e}),l.push({x:c[1].x,y:e});break;default:return this.path}break;case og:switch(o){case ig:t=c[0].x>c[1].x&&c[0].y<c[1].y?c[1].x:b.left,e=c[0].x>c[1].x&&c[0].y<c[1].y?c[1].y:Math.min(b.top,c[0].y),l.push({x:t,y:c[0].y}),l.push({x:t,y:e}),l.push({x:c[1].x,y:e});break;case sg:t=b.left,e=Math.max(b.top+b.height,c[0].y),l.push({x:t,y:c[0].y}),l.push({x:t,y:e}),l.push({x:c[1].x,y:e});break;case rg:t=b.left+b.width,l.push({x:c[0].x,y:b.top}),l.push({x:t,y:b.top}),l.push({x:t,y:c[1].y});break;case og:t=b.left,l.push({x:t,y:c[0].y}),l.push({x:t,y:c[1].y});break;default:return this.path}break;case rg:switch(o){case ig:e=c[0].y<c[1].y&&c[0].x<c[1].x?c[0].y:b.top,l.push({x:c[0].x,y:e}),l.push({x:c[1].x,y:e});break;case sg:e=c[0].y>c[1].y&&c[0].x<c[1].x?c[0].y:b.top+b.height,l.push({x:c[0].x,y:e}),l.push({x:c[1].x,y:e});break;case rg:case og:e=b.top+b.height,l.push({x:c[0].x,y:e}),l.push({x:c[1].x,y:e});break;default:return this.path}break;default:return this.path}}return a&&l.push(a),[t,...l,e].filter((t,e,n)=>{if(0===e)return!0;const i=n[e-1];return t.x!==i.x||t.y!==i.y}).filter((t,e,n)=>{if(0===e||e>=n.length-1)return!0;const i=n[e-1],s=n[e+1];return!(t.x===i.x&&t.x===s.x||t.y===i.y&&t.y===s.y)})}get nature(){return Ag}}Tc.register("ortholine",Eg);const Cg={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"image-selector",label:"image-src",name:"src",property:{displayField:"id",displayFullUrl:!0,baseUrlAlias:"$base_url",defaultStorage:"scene-image",storageFilters:{type:Array,value:[{name:"category",value:"image"}]},useUpload:!0}},{type:"select",label:"cross-origin",name:"crossOrigin",property:{options:["","anonymous","use-credentials"]}}],"value-property":"src",help:"scene/component/image-view"};class Tg extends(Dc(Pc)){static get noimage(){return Tg.NOIMAGE||(Tg.NOIMAGE=new Image,Tg.NOIMAGE.src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABIBAMAAAD7Se1QAAAAIVBMVEUAAABHcEwBAQEREREBAQEEBAQGBgYLCwsDAwMDAwMICAi6HF9tAAAAC3RSTlNNAEAERiMYCS41Eac10lYAAAEgSURBVHhe7dY9asQwEAXgh7DNertNiJy48pIitY3SB7bYdk0ukL1BDDmA9gZecoH4pmFQ3MQayUMguPBrNPD4wD9TCMvJmt3M/AtYwXOlXiWgqADVCUBD46MAnGhMBaCiUQmAm8VA/Eh/eWl9Fn5WcxD+OLuRrUYJDKLluwH2InACUgkoACSdADxQc50Bytadb9RkM0CT13TcvlCT1HFg8UTHvasuUVACCa3El6u2UdD8LFTlKhUFFgA+d3dj10aABkUN72N3jAADCrJq7PIIsPidcxBoTHIIAjMFmyCwmGYIAA1P9gFgfCANAOsDSccCDW+uLDB+kLGg94OkZoAGkwsDDAe2DOg5oPxAg03rBR88OHpBz4N8UVeHFSwma74BTW6Ge4rIRa4AAAAASUVORK5CYII="),Tg.NOIMAGE}dispose(){super.dispose(),this._offcanvas=null,this._image=null}render(t){const{left:e,top:n,width:i,height:s,isGray:r=!1,alpha:o=1,src:a}=this.state;if(this.prepareIf(!this._image&&a),t.beginPath(),t.globalAlpha*=o,this._image&&this._image.complete)if(r&&this._offcanvas)t.drawImage(this._offcanvas,e,n,i,s);else try{t.drawImage(this._image,e,n,i,s)}catch(r){t.drawImage(Tg.noimage,e,n,i,s)}else!this.app.isViewMode&&t.drawImage(Tg.noimage,e,n,i,s)}get nature(){return Cg}get hasTextProperty(){return!1}async ready(){await super.ready();const{src:t}=this.state;if(!this._image&&t){const e=this.root?.app?.loadTracker;if(e){const n=new Promise((t,e)=>{this.prepare(()=>t(),t=>e(t))});e.track(`image:${t}`,"image",t,n)}else this.prepareIf(!0)}}prepare(t,e){const{src:n,crossOrigin:i}=this.state;if(n){this._image=new Image;try{i&&(this._image.crossOrigin=i),this._image.src=this.app.url(n)||""}catch(t){return void e(t)}this._image.onload=()=>{if(this.get("isGray")){const t=this._image.width,e=this._image.height;this._offcanvas=Tc.createCanvas(t,e);const n=this._offcanvas.getContext("2d");n.drawImage(this._image,0,0);const i=function(t,e,n){let i;try{i=t.getImageData(0,0,e,n)}catch(t){return Zi("Get Image Data Error: "+(t instanceof Error?t.message:String(t))),null}const s=i.data;for(let t=0;t<e*n*4;t+=4){const e=s[t],n=s[t+1],r=s[t+2],o=Math.floor((e+n+r)/3);i.data[t]=o,i.data[t+1]=o,i.data[t+2]=o}return i}(n,t,e);n.putImageData(i,0,0)}t(this)},this._image.onerror=t=>{this._image&&!this._image.currentSrc&&(this._image=null),e(t)}}else t(this)}get src(){return this.get("src")}set src(t){this.set("src",t)}onchange(t,e){(t.hasOwnProperty("src")||t.hasOwnProperty("isGray"))&&(this._offcanvas=null,this._image=null,this.prepareIf(t.src))}ondropfile(t,e){for(let n=0;n<t.length;n++)if(t[n].type.startsWith("image/"))return void(this.src=e[n])}}Tc.register("image-view",Tg);class Pg extends(Vm(Dc(Tc))){is3dish(){return!0}prerender(){}}var Og,Dg,zg={},Ig={},Rg={};function jg(){if(Dg)return Ig;Dg=1,Object.defineProperty(Ig,"__esModule",{value:!0});var t=function(){if(Og)return Rg;Og=1,Object.defineProperty(Rg,"__esModule",{value:!0});var t=function(){function t(){}return t.bitsToNum=function(t){return t.reduce(function(t,e){return 2*t+e},0)},t.byteToBitArr=function(t){for(var e=[],n=7;n>=0;n--)e.push(!!(t&1<<n));return e},t.lzwDecode=function(t,e){for(var n,i,s=0,r=function(t){for(var n=0,i=0;i<t;i++)e.charCodeAt(s>>3)&1<<(7&s)&&(n|=1<<i),s++;return n},o=[],a=1<<t,c=a+1,l=t+1,h=[],d=function(){h=[],l=t+1;for(var e=0;e<a;e++)h[e]=[e];h[a]=[],h[c]=null};;)if(i=n,(n=r(l))!==a){if(n===c)break;if(n<h.length)i!==a&&h.push(h[i].concat(h[n][0]));else{if(n!==h.length)throw new Error("Invalid LZW code.");h.push(h[i].concat(h[i][0]))}o.push.apply(o,h[n]),h.length===1<<l&&l<12&&l++}else d();return o},t}();return Rg.SuperGifUtils=t,Rg}(),e=function(){function e(t,e){this.stream=t,this.handler=e}return e.prototype.parseCT=function(t){for(var e=[],n=0;n<t;n++)e.push(this.stream.readBytes(3));return e},e.prototype.readSubBlocks=function(){var t,e;e="";do{t=this.stream.readByte(),e+=this.stream.read(t)}while(0!==t);return e},e.prototype.parseHeader=function(){var e={};if(e.sig=this.stream.read(3),e.ver=this.stream.read(3),"GIF"!==e.sig)throw new Error("Not a GIF file.");e.width=this.stream.readUnsigned(),e.height=this.stream.readUnsigned();var n=t.SuperGifUtils.byteToBitArr(this.stream.readByte());e.gctFlag=n.shift(),e.colorRes=t.SuperGifUtils.bitsToNum(n.splice(0,3)),e.sorted=n.shift(),e.gctSize=t.SuperGifUtils.bitsToNum(n.splice(0,3)),e.bgColor=this.stream.readByte(),e.pixelAspectRatio=this.stream.readByte(),e.gctFlag&&(e.gct=this.parseCT(1<<e.gctSize+1)),this.handler.hdr&&this.handler.hdr(e)},e.prototype.parseExt=function(e){var n=this;switch(e.label=this.stream.readByte(),e.label){case 249:e.extType="gce",function(e){n.stream.readByte();var i=t.SuperGifUtils.byteToBitArr(n.stream.readByte());e.reserved=i.splice(0,3),e.disposalMethod=t.SuperGifUtils.bitsToNum(i.splice(0,3)),e.userInput=i.shift(),e.transparencyGiven=i.shift(),e.delayTime=n.stream.readUnsigned(),e.transparencyIndex=n.stream.readByte(),e.terminator=n.stream.readByte(),n.handler.gce&&n.handler.gce(e)}(e);break;case 254:e.extType="com",function(t){t.comment=n.readSubBlocks(),n.handler.com&&n.handler.com(t)}(e);break;case 1:e.extType="pte",function(t){n.stream.readByte(),t.ptHeader=n.stream.readBytes(12),t.ptData=n.readSubBlocks(),n.handler.pte&&n.handler.pte(t)}(e);break;case 255:e.extType="app",function(t){n.stream.readByte(),t.identifier=n.stream.read(8),t.authCode=n.stream.read(3),"NETSCAPE"===t.identifier?function(t){n.stream.readByte(),t.unknown=n.stream.readByte(),t.iterations=n.stream.readUnsigned(),t.terminator=n.stream.readByte(),n.handler.app&&n.handler.app.NETSCAPE&&n.handler.app.NETSCAPE(t)}(t):function(t){t.appData=n.readSubBlocks(),n.handler.app&&n.handler.app[t.identifier]&&n.handler.app[t.identifier](t)}(t)}(e);break;default:e.extType="unknown",function(t){t.data=n.readSubBlocks(),n.handler.unknown&&n.handler.unknown(t)}(e)}},e.prototype.parseImg=function(e){e.leftPos=this.stream.readUnsigned(),e.topPos=this.stream.readUnsigned(),e.width=this.stream.readUnsigned(),e.height=this.stream.readUnsigned();var n=t.SuperGifUtils.byteToBitArr(this.stream.readByte());e.lctFlag=n.shift(),e.interlaced=n.shift(),e.sorted=n.shift(),e.reserved=n.splice(0,2),e.lctSize=t.SuperGifUtils.bitsToNum(n.splice(0,3)),e.lctFlag&&(e.lct=this.parseCT(1<<e.lctSize+1)),e.lzwMinCodeSize=this.stream.readByte();var i=this.readSubBlocks();e.pixels=t.SuperGifUtils.lzwDecode(e.lzwMinCodeSize,i),e.interlaced&&(e.pixels=function(t,e){for(var n=new Array(t.length),i=t.length/e,s=function(i,s){var r=t.slice(s*e,(s+1)*e);n.splice.apply(n,[i*e,e].concat(r))},r=[0,4,2,1],o=[8,8,4,2],a=0,c=0;c<4;c++)for(var l=r[c];l<i;l+=o[c])s(l,a),a++;return n}(e.pixels,e.width)),this.handler.img&&this.handler.img(e)},e.prototype.parseBlock=function(){var t={};switch(t.sentinel=this.stream.readByte(),String.fromCharCode(t.sentinel)){case"!":t.type="ext",this.parseExt(t);break;case",":t.type="img",this.parseImg(t);break;case";":t.type="eof",this.handler.eof&&this.handler.eof(t);break;default:throw new Error("Unknown block: 0x"+t.sentinel.toString(16))}"eof"!==t.type&&setTimeout(this.parseBlock.bind(this),0)},e.prototype.parse=function(){this.parseHeader(),setTimeout(this.parseBlock.bind(this),0)},e}();return Ig.SuperGifParser=e,Ig}var Lg,Fg,Ng={};var Hg=function(){if(Fg)return zg;Fg=1,Object.defineProperty(zg,"__esModule",{value:!0});var t=jg(),e=function(){if(Lg)return Ng;Lg=1,Object.defineProperty(Ng,"__esModule",{value:!0});var t=function(){function t(t){this.data=t,this.position=0}return t.prototype.readByte=function(){if(this.position>=this.data.length)throw new Error("Attempted to read past end of stream.");return this.data instanceof Uint8Array?this.data[this.position++]:255&this.data.charCodeAt(this.position++)},t.prototype.readBytes=function(t){for(var e=[],n=0;n<t;n++)e.push(this.readByte());return e},t.prototype.read=function(t){for(var e="",n=0;n<t;n++)e+=String.fromCharCode(this.readByte());return e},t.prototype.readUnsigned=function(){var t=this.readBytes(2);return(t[1]<<8)+t[0]},t}();return Ng.SuperGifStream=t,Ng}(),n=function(){function n(t,e){var n=this;for(var i in this.gifImgElement=t,this.options={autoPlay:!0},this.loading=!1,this.ready=!1,this.transparency=null,this.delay=null,this.disposalMethod=null,this.disposalRestoreFromIdx=null,this.lastDisposalMethod=null,this.frame=null,this.lastImg=null,this.playing=!0,this.forward=!0,this.ctxScaled=!1,this.frames=[],this.frameOffsets=[],this.initialized=!1,this.currentFrameIndex=-1,this.iterationCount=0,this.stepping=!1,this.handler={hdr:this.withProgress(this.doHdr.bind(this)),gce:this.withProgress(this.doGCE.bind(this)),com:this.withProgress(this.doNothing.bind(this)),app:{NETSCAPE:this.withProgress(this.doNothing.bind(this))},img:this.withProgress(this.doImg.bind(this)),eof:function(){n.pushFrame(),n.canvas.width=n.hdr.width*n.getCanvasScale(),n.canvas.height=n.hdr.height*n.getCanvasScale(),n.playerInit(),n.loading=!1,n.ready=!0,n.loadCallback&&n.loadCallback(n.gifImgElement)}},e)this.options[i]=e[i];this.onEndListener=e.onEnd,this.loopDelay=e.loopDelay||0,this.overrideLoopMode=null!=e.loopMode?e.loopMode:"auto",this.drawWhileLoading=null==e.drawWhileLoading||e.drawWhileLoading}return n.prototype.init=function(){var t=this.gifImgElement.parentNode,e=document.createElement("div");this.canvas=document.createElement("canvas"),this.canvasContext=this.canvas.getContext("2d"),this.tmpCanvas=document.createElement("canvas"),e.className=this.options.enclosingClass||"super-gif",e.appendChild(this.canvas),t&&(t.insertBefore(e,this.gifImgElement),t.removeChild(this.gifImgElement)),this.initialized=!0},n.prototype.loadSetup=function(t){return!this.loading&&(t&&(this.loadCallback=t),this.loading=!0,this.frames=[],this.clear(),this.disposalRestoreFromIdx=null,this.lastDisposalMethod=null,this.frame=null,this.lastImg=null,!0)},n.prototype.completeLoop=function(){this.onEndListener&&this.onEndListener(this.gifImgElement),this.iterationCount++,!1!==this.overrideLoopMode||this.iterationCount<0?this.doStep():(this.stepping=!1,this.playing=!1)},n.prototype.doStep=function(){if(this.stepping=this.playing,this.stepping){this.stepFrame(1);var t=10*this.frames[this.currentFrameIndex].delay;t||(t=100),0===this.getNextFrameNo()?(t+=this.loopDelay,setTimeout(this.completeLoop.bind(this),t)):setTimeout(this.doStep.bind(this),t)}},n.prototype.step=function(){this.stepping||setTimeout(this.doStep.bind(this),0)},n.prototype.putFrame=function(){var t;this.currentFrameIndex=parseInt(this.currentFrameIndex.toString(),10),this.currentFrameIndex>this.frames.length-1&&(this.currentFrameIndex=0),this.currentFrameIndex<0&&(this.currentFrameIndex=0),t=this.frameOffsets[this.currentFrameIndex],this.tmpCanvas.getContext("2d").putImageData(this.frames[this.currentFrameIndex].data,t.x,t.y),this.canvasContext.globalCompositeOperation="copy",this.canvasContext.drawImage(this.tmpCanvas,0,0)},n.prototype.playerInit=function(){this.loadErrorCause||(this.canvasContext.scale(this.getCanvasScale(),this.getCanvasScale()),this.options.autoPlay?this.step():(this.currentFrameIndex=0,this.putFrame()))},n.prototype.clear=function(){this.transparency=null,this.delay=null,this.lastDisposalMethod=this.disposalMethod,this.disposalMethod=null,this.frame=null},n.prototype.parseStream=function(e){try{new t.SuperGifParser(e,this.handler).parse()}catch(t){this.handleError("parse")}},n.prototype.setSizes=function(t,e){this.canvas.width=t*this.getCanvasScale(),this.canvas.height=e*this.getCanvasScale(),this.tmpCanvas.width=t,this.tmpCanvas.height=e,this.tmpCanvas.style.width=t+"px",this.tmpCanvas.style.height=e+"px",this.tmpCanvas.getContext("2d").setTransform(1,0,0,1,0,0)},n.prototype.drawError=function(){this.canvasContext.fillStyle="black",this.canvasContext.fillRect(0,0,this.hdr.width,this.hdr.height),this.canvasContext.strokeStyle="red",this.canvasContext.lineWidth=3,this.canvasContext.moveTo(0,0),this.canvasContext.lineTo(this.hdr.width,this.hdr.height),this.canvasContext.moveTo(0,this.hdr.height),this.canvasContext.lineTo(this.hdr.width,0),this.canvasContext.stroke()},n.prototype.handleError=function(t){this.loadErrorCause=t,this.hdr={width:this.gifImgElement.width,height:this.gifImgElement.height},this.frames=[],this.drawError()},n.prototype.doHdr=function(t){this.hdr=t,this.setSizes(this.hdr.width,this.hdr.height)},n.prototype.doGCE=function(t){this.pushFrame(),this.clear(),this.transparency=t.transparencyGiven?t.transparencyIndex:null,this.delay=t.delayTime,this.disposalMethod=t.disposalMethod},n.prototype.pushFrame=function(){this.frame&&(this.frames.push({data:this.frame.getImageData(0,0,this.hdr.width,this.hdr.height),delay:this.delay}),this.frameOffsets.push({x:0,y:0}))},n.prototype.doImg=function(t){var e=this;this.frame||(this.frame=this.tmpCanvas.getContext("2d"));var n=this.frames.length,i=t.lctFlag?t.lct:this.hdr.gct;n>0&&(3===this.lastDisposalMethod?null!==this.disposalRestoreFromIdx?this.frame.putImageData(frames[this.disposalRestoreFromIdx].data,0,0):this.frame.clearRect(this.lastImg.leftPos,this.lastImg.topPos,this.lastImg.width,this.lastImg.height):this.disposalRestoreFromIdx=n-1,2===this.lastDisposalMethod&&this.frame.clearRect(this.lastImg.leftPos,this.lastImg.topPos,this.lastImg.width,this.lastImg.height));var s=this.frame.getImageData(t.leftPos,t.topPos,t.width,t.height);t.pixels.forEach(function(t,n){t!==e.transparency&&(s.data[4*n+0]=i[t][0],s.data[4*n+1]=i[t][1],s.data[4*n+2]=i[t][2],s.data[4*n+3]=255)}),this.frame.putImageData(s,t.leftPos,t.topPos),this.ctxScaled||(this.canvasContext.scale(this.getCanvasScale(),this.getCanvasScale()),this.ctxScaled=!0),this.drawWhileLoading&&(this.canvasContext.drawImage(this.tmpCanvas,0,0),this.drawWhileLoading=this.options.autoPlay),this.lastImg=t},n.prototype.doNothing=function(){},n.prototype.withProgress=function(t){return function(e){t(e)}},n.prototype.getNextFrameNo=function(){var t=this.forward?1:-1;return(this.currentFrameIndex+t+this.frames.length)%this.frames.length},n.prototype.stepFrame=function(t){this.currentFrameIndex=this.currentFrameIndex+t,this.putFrame()},n.prototype.getCanvasScale=function(){return this.options.maxWidth&&this.hdr&&this.hdr.width>this.options.maxWidth?this.options.maxWidth/this.hdr.width:window.devicePixelRatio||1},n.prototype.play=function(){this.playing=!0,this.step()},n.prototype.pause=function(){this.playing=!1},n.prototype.isPlaying=function(){return this.playing},n.prototype.getCanvas=function(){return this.canvas},n.prototype.isLoading=function(){return this.loading},n.prototype.isReady=function(){return this.ready},n.prototype.isAutoPlay=function(){return this.options.autoPlay},n.prototype.getLength=function(){return this.frames.length},n.prototype.getCurrentFrame=function(){return this.currentFrameIndex},n.prototype.moveTo=function(t){this.currentFrameIndex=t,this.putFrame()},n.prototype.loadURL=function(t,n){var i=this;if(this.loadSetup(n)){var s=new XMLHttpRequest;s.open("GET",t,!0),"overrideMimeType"in s?s.overrideMimeType("text/plain; charset=x-user-defined"):"responseType"in s?s.responseType="arraybuffer":s.setRequestHeader("Accept-Charset","x-user-defined"),s.onloadstart=function(){i.initialized||i.init()},s.onload=function(){if(200===s.status){var t=s.response;t.toString().indexOf("ArrayBuffer")>0&&(t=new Uint8Array(t));var n=new e.SuperGifStream(t);setTimeout(function(){i.parseStream(n)},0)}else i.handleError("xhr - response")},s.onerror=function(){i.handleError("xhr")},s.send()}},n.prototype.load=function(t){this.loadURL(this.gifImgElement.src,t)},n}();return zg.SuperGif=n,zg}();const Bg={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"image-selector",label:"src",name:"src"},{type:"checkbox",label:"play",name:"play"}],"value-property":"src",help:"scene/component/gif-view"};class Gg extends Pg{async oncreate_element(t){const{src:e,play:n}=this.state;this.onchangesrc(e),this.onchangeplay(n)}buildImg(){const t=this.element;if(!t)return document.createElement("img");t.replaceChildren();const e=document.createElement("img");return e.style.width="100%",e.style.height="100%",t.appendChild(e),e}onchange(t,e){super.onchange(t,e),"src"in t&&this.onchangesrc(t.src),"play"in t&&this.onchangeplay(t.play)}setElementProperties(t){}onchangeplay(t){const e=this._superGif;e&&e.isReady()&&(t?e.play():e.pause())}onchangesrc(t){const e=this.buildImg();t||(t="data:image/gif;base64,R0lGODlhYABIAPcAAAAAAAEBAQICAgMDAwQEBAUFBQYGBgcHBwgICAkJCQoKCgsLCwwMDA0NDQ4ODg8PDxAQEBERERISEhMTExQUFBUVFRYWFhcXFxgYGBkZGRoaGhsbGxwcHB0dHR4eHh8fHyAgICEhISIiIiMjIyQkJCUlJSYmJicnJygoKCkpKSoqKisrKywsLC0tLS4uLi8vLzAwMDExMTIyMjMzMzQ0NDU1NTY2Njc3Nzg4ODk5OTo6Ojs7Ozw8PD09PT4+Pj8/P0BAQEFBQUJCQkNDQ0REREVFRUZGRkdHR0hISElJSUpKSktLS0xMTE1NTU5OTk9PT1BQUFFRUVJSUlNTU1RUVFVVVVZWVldXV1hYWFlZWVpaWltbW1xcXF1dXV5eXl9fX2BgYGFhYWJiYmNjY2RkZGVlZWZmZmdnZ2hoaGlpaWpqamtra2xsbG1tbW5ubm9vb3BwcHFxcXJycnNzc3R0dHV1dXZ2dnd3d3h4eHl5eXp6ent7e3x8fH19fX5+fn9/f4CAgIGBgYKCgoODg4SEhIWFhYaGhoeHh4iIiImJiYqKio+Pj5iYmKCgoKampqurq66urrCwsLGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbGxsbKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrOzs7S0tLa2tre3t7m5ubu7u7+/v8DAwMHBwcPDw8XFxcfHx8vLy8/Pz9LS0tXV1dfX193d3eTk5Onp6fj4+Pz8/P7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v///////////////////////////////////////////////////////////////////////////////yH5BAkAAPUAIf47R2VuZXJhdGVkIGJ5IGpzZ2lmIChodHRwczovL2dpdGh1Yi5jb20vYW50aW1hdHRlcjE1L2pzZ2lmLykALAAAAABgAEgAAAj+AGcJHEiwoMGDCBMqXMiwocOHECNKnEixosWLGDNq3Mixo8ePIEOKHEmypMmR9VKqXMmypcuXMGPKnJkSIs2bOHPqZGlzp8+fQOv1DEq0KMyhRpMmRaq0KVCmTqPmhCq1qkyqLrFRSyYwGTVsVo1iZXmNa8Fk18ISHasSm1mDycCq/ck2JTWF1ObSfTjz7cFken3WFbow8M7BDA3rHOwXruKpfGXeTZg3qDVrUge7RRg3KLZjx+Q2HVyvLNy0QaMJjBaVdD2tZr2K/mmNIObRkR+n9AsYt0Pddg1WXppb8bWDx1CLLW74GcJnSl3TtDY8Zu2Et4tKl7n52eyWnxXvhl7+26jqrspbnlfIWjtz2gWPZV95neH8veU9NxZYfbfD3kFt99J6Bnmn0mQO9XfYezrVxxlmx0GUXIAM4hSeffsxBN1TFd5E4Ef3QZbfTg6CNJ5gHXJ3TEntLThiTh+KFCJNAqZU4kgAitjQTheepOBMNcZI0oQ6JpbTjSZtiNN2PZ400IxHpdiSc07G911M0iFZZYtAStnWilUeBGVLrlEZpmM0elmPlmfO8iOZXl4DZpsGEYmll2bSWWCXLwJXVY1+urhjoGEBSuiSah6K36CKtpZoo4s9CimielZq6aWYZqrpppx26umnoIZ6UkAAOw=="),e.src=t,e.setAttribute("rel:animated_src",t),e.setAttribute("rel:auto_play",String(0)),this._superGif=new Hg.SuperGif(e,{autoPlay:!1}),this._superGif.init(),this.element&&Array.from(this.element.children).forEach(t=>{t.style.width="100%",t.style.height="100%"});const n=this._superGif.getCanvas();n.style.width="100%",n.style.height="100%",this._superGif.load(()=>{setTimeout(()=>{this._superGif.moveTo(0),this.play&&this._superGif.play()},100)})}ondropfile(t,e){for(let n=0;n<t.length;n++)if(/\.gif$/.test(t[n].name))return void(this.src=e[n])}get src(){return this.getState("src")}set src(t){this.set("src",t)}get play(){return this.getState("play")}set play(t){this.setState("play",t)}get nature(){return Bg}get tagName(){return"div"}}Tc.register("gif-view",Gg);const Vg={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"attachment-selector",label:"src",name:"src",property:{category:"audio"}},{type:"checkbox",label:"started",name:"started"},{type:"checkbox",label:"loop",name:"loop"}],"value-property":"src",help:"scene/component/audio"};class Yg extends(Dc(Pc)){static get image(){return Yg.IMAGE||(Yg.IMAGE=new Image,Yg.IMAGE.src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAGQCAMAAAC3Ycb+AAAAP1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACzJYIvAAAAFHRSTlMA8BAwgNBgQKB/wCBwUJDg37CvXyUlBK8AABFYSURBVHja7NsBkqIwFIThTiAQgyBq3/+sm6p1tnamZkaTMhJJf1f4S/JeEIiIiIiIiIiIiIiIiEhD7Hg4BH84TpAKjJ4f3NFCtjVd+InXz2RTs+FXlxGylYHfcVfIJmb+YFWSLUyGVJKKBJJKUo+Rd6w63l/qzLuCkryO5fe0l2xk5mMWbe+v0fNBRqf7S3je6CipQ2ACr+dWcYEpzBFS1plpguatsnomMgdIQSOTuQ5SjmE6/UgK8szgdJIUM/FG41YlFmYJ2kkKsY5ZzAwBurHDk3WGeRY0bvYrGa1+rqNI22f7dS32ZnUK1GMr0eSK3mEc9dhKMxp+ZTo8kT2emOXS5LQ1kCxbJBocSd2k5PaIjMVzjWcdJPk9ooBnmzx1t5XbIxqBKpJ4NGTgzwKiGpK4do72gb+ZUMIYtCPm9WCPMsYTE5k2hq2ZvzujlCE1iRmwf3dvmRyKsT0T7b9I7HEPCpqCiqT2IIqaT1pI0noQZdlFC8l/PbYPAnRORT56VBEE6FXkb49agmByKhJ71BME6FsvEntUFQTdqekisUdlQWCXhovEHtUFAWbTapHYo8YgmFybO3vsUWcQYGmxSOxRbRAMprkisUfFQVKmrX18sxt7VB0ENjT1xir2qDxIwkFi3v89e+xRfxAMzfzzIfZ4hyAYDR9zwVuLPd4jCDrTwoLYGb5LEFi3/+E3rweR6urX20c/Fvls2Pvwm9mDSGIPhv8YPyGf3/eo9Ye7O8B2FIShAAooakEttex/rbODad5/yTHIAjqn505IQPv+Xz06dz+4VXORHEZcgAcB8updM8F6e25jBzwIkE07l+x8amMnPDp6nsNJ+BoZ7Q6F8egqAda9VEuRNlZjBzwYkMskdXR73okd8GBAJiKYjBcZKKqG9OiKDbgdfxJ5VhsBPDiQZhaouD3p4hfw4EAmwxisz3MSHwAPEmQ1TB1N+SmXWoAHC7JbZsWl/IxLLcCDBplNo3lrfMLsmwAPGmShAxX5/1vOEzjEz3iyfQ/hI36W4TctsUesOAifPdrQg8M++KYl95iCBkjI1r8634betBAPHZDTPFAmD3zLiHgogVTziMsahz0eIh5aIGHGRSJ2mFtHPR4iHhQIP2UvWGMf8wk74qEIEib7rLjPiBfxiAcCwp8V+Nae3uMdRhAPDIR/J5f/Q2DTcC+hIB7qIGEq3Ti9bx+sryMeAAgS70OK8G2kBD8L8QBAoLWU3g3vUVIc6D0txAMAsY+4jBWowXHO64gHBGKfYJ2T5qY1BxcL98BB+PQ+XiS9xxh9EQ8ChA6C5UXWIUoE9MBB8LVHQoS7ib8/dRn3sAcJ6bQRSdH96RDxIEH4QEX+AHF4LxHEAwUh12xyr1V8lwjiQYDYF8kuf1jluUQQDwrEvkhW8Wc6LhHUgwfhi4QPlHm7LRHawx4kpE191Dq8lgjhAYDQa1cftYrPEiE8OJDb40uqyzdQCA8WhAzL4G/PT4c3WrgHD2IfllGl53V37zsgHg5ApPNvVvq4Fn4spx4oiH1W3CwtEV+PDhEPJyBSkVX4aa7emkM83ICEKWpGM7wdvYCCeDgCEYpcwhLxczhEPFyBCEUWnRL5T6X59SBASBF+9l28TL5F7uEORCZyCUvEx+S7yT0cgoRVb9JaXLR1qUdfgksQ0fTbgmhFB20d8HAKEha14+F8f1sHPNyCiL6EqK+n20/rgIdjkFC0Ho1s6Gndvcc9ICkr/ey8/rHO6vp9KawL8DAFOV6l9Fyub7IbflsCag1qRfVsXWvxHjxIejU+BHZV6uvHD1XiEb++Bw8i+dNd+Wv0eCQmhcPhRPwUUt2DB5G1sfa1aeyzAuyJj9x2HjyIdKzIKw5SI14ieFtvo3kIQERj3lVhkUOnRD7AnjV5369QkAOJZeCH+Jh41xOLs73dQwAifY6dpxCCbjTDzLf1Bm1Y93tAIDOWXcLPvrHyr2hVoEAceEAgDQzB4jetk0/c2OXRHB48EJCpa4dgpYh2ETxtrshz7zx4ICCzfuTSDn8p/EOS9OTjwgMB+cABP3yWYuOPIofs33LigYCULlpZNXJppVU30Vf14kGAUCLijf1D71lN9FW9eFiA9KgZ8FPpPUsSnufGA+8hvAg2Kpz0nrX//qp+PIgpC3i6xJRITOye9fn1VT15ICCrVlQG5rywo0H8x965bVkNwmCYQ2kR6Gmb939WXV65dFnI/tPdjPBfO7XMN4EkTUJtqZp4sCJ1+8jwkhMu0KpMxFXFA8hlVfQSMxGH5mDK1VKV8QCyvTVtUiYyo7V358VStfGoAEFMhGYhEwloxZy9WKo2Hjwg5iSOvFDXeUYd33+PuVfHgwnEBWLocDJp+IIa2fyvperjwQRiXCKGosyXqoA+YfsIELuYu4HAt+msMknfDK4jfQJIzOZ2IPAQWJtFOhQKivR2IDZ6Awis7V0iLxqBI7uEZo19dakTogLSwKvf8yk8Jq6CGK0GKvWlatG7b7kkUU/Lo1gdXWn7/4E0j0qeJDpqN/ABqQcgJgdqURb4chjQktIugDS6wFFiz3JgaJj7AGJmholAe9YKhoZLJ0Ca6smjwJ4VwVN96gVIE5GM71kHaGKxGyAtRDaB2NBhLVmpHyANRKzDO28W7FS3HQFpaIWa8TrfCXQwegJSL5k+8M9UJ+pm9QTEnCIZrR0MDQeQ9ua0iCcYQaBTV0CqNXQW/yiyYG7W1heQanPaCkciBXuH1BkQJzHcDQxmpgGkPatl4WkbCXO/bW9AqlNg4H0PPMi6A1IxkQmOZ8D0ousNSMVEEuyreTAQ6Q7IRJeCX2YZQHhv6SrBOmpkM+YUzN0BqSRQCupmTeCP9wdkhiOREwtEzgGEsWcF9BhK9R8fQDiN7A8DiR0CKXQlj/q9IM8OgXjIzcKBlAHkD6FulgNzJwPIHwpo8mQAkX3LiPq9dKUMAQk9AqmcqmjuBAJCPQIpA4guIAsKJA0gnwNy3A4kDyBIHCEPxAwgf8gPILqA5AFEF5CxZX0lIHYc6rqADLf380BmFMgxgIzUyf8MJKLTRelKHgKy9wgkjfS7LiA0gKgC8vQn3HUA4RQ5LKPIAQciWbqIEg0YkLNDIHYUyqkCsmKN5vg3+W0AYTRATaPY+uu1IwS6UMGAlO6AFPjSCQMStaNh53cdcPG7Hx1Uupo+rx+Bltn1BuTAj5BptEV/bHAAwbnJMICwRmtUDOSEA8s4Rmtw3nITGD6TwUNoG0Ca7xi2YKSPj2eKXQFxQWKA2QbGMWEMMGseOb7C7T47uJS1JyAzVbTjqZdU3zbHzMXWS+qp4Fgn8Ahy/QCRGqQcwU1vGnN7fylboWn8Bzg//hyjxltvdcl45bwFfYKzFyBy11UU9BnjuoqfWizVlQXulpzBTNbaB5Aid+VRrkBFB630AMS9BC8FK2ggE7u/FGy1kvfcB9TKQufX5uUXNWl3EjvWCi4k/u9A3Ddq1CpTIQGe6VN1qd8ArcvDQNw3S41Kn6qQmOq5e7pRr+8fAYLiIJtFrrvYRMYL0q06vj8EZLXUriJzRY8H1xEagOCK7gkghRg6RQYO0I6aWPwIEAru80AiMWSdzAeuDXUKyr+WqpAID8hMHC1Ct8F4mUsQ6W8pJMICki0JHCBczAFdBl38G3VE6ErQhhWlih4LWrCSLpaqjggHiGe9mVjRY0YPoelyqcqIcIDEe97rqJFFH7FcLlUZEQ6Qg5plvZiBFNhtri1VFREGEC/Eg4nZoU5vqi1VFREGkIXDQ8xAIhzoT/WlKiLCAFIYPOQMxOPdjfWlKiLCADJRm3YGj+pDE2xktmmpaogwgMz8d8GrumZ4xzpbvinqISJ+hiTWm7wEqoJdI9JEV9JChAEkS3xCZzKecLcgN6YwlRBhAGmweTsblg6qKMM7Vmh321UQ4QAp1VfwhqVJIh+Wm03W0qV0EOEAybXtivkCmWrKeH2EZ/xBaSBCV2L9Re+LYSqJJIxDu1ew07U0EGEBcTtmHty4JuPtQhvLh1BAhK7Uvvq0GK484QZST0GvvFDqeSJ1IA0r2mfDljvqBoJ//rVsq7yZCA6kXgVkJ2f4ijIGMjOfMVsCBBORB2Jy+sM6ijNvaBUqmw/cStZ8EiKciHwp6Rp++88qmxXQeTUxDiJWJ9wSISvBicgXW+dypn1PqWTznlwgwdZdfiLHr5OELEAEASKvJFRE5JCPKbh8OxHdQKJU0crEzRXrJ/IEkFms6tGyrUw9kQeALFRXvK2iSzsRAAi6BLxM+60xdsqJAEBuXMAMxDLVp+gmAgC57/UT4qvVj3TVRCAgSAYL91aXtyNLzUQAIFhAiP8m0/NHOp+ILiBtPFKrs6bgSOcT0QTEB8nO3QR1yKslggKRf+m11UB0HOl8IlqAeCvauXuo8HnfIqIDyCw6G8XMcGiplMingMzCnbuHFp/3LSLPA4nUpqm5YkWNzwsQeQxIDsKjH5wVSU5qJPIJIIt4jjpqNBAekQeBfJOeHWS81FQoo4/I7UDcS3wUh0liTzLqiEgDqddx4ZHDrNZAACIAEMw88HPYWb0GAhABgEDmgf9Vb5oNBCByOxD3uqWYbCHVBgIQuRlIsbfwMEG5gQBE7gSyHMDsOayrxJvHBRC5B0hOxJH1nK4SlUE6QOR+IG6ju3iYQEqDdIDIzUDyZu/jMRHpS/OiRG4FkiPRfTw8kbrvIAJEACAIDpyHC1/GQHhEbgKSXwTyqIeEur6kixEBgABHOTr7YSX1MSFAhA0E307wUU76Y0KACAsI/tvCRzkF+iIuL0AEAYLbR2QOfvhKJ/obRESBxNt5rPSFXN4f7dyNdqMgEIbhAXWwJErT/e7/Wreb5HTT07QVgWSAeW5g7b4n8qOSUCRPEId4HP93SXp5dDNGRJFcQTxihSH+NW1Bb1cXKpIryJAwnG/zhl8ZcSP6jiKZghwRaaWLnP/AkcSKKJIniEcUs8QfjFLdEmRvkSxB4lfn0QN6DY+lshQpHiT96Dlr6r5hxRUpHST9ZEY71X7DOmOZQVZLsd5Q8wzrPxYYJDiKNqOBG1ZCkZKzrNXu6lHvkjChSFqQsdTPg45ApXtYaUXKr9TNuPcvqO2pVMkitFXAL2a79/qr3HQvVSTXUtofCl79RDXh5CDpw3pwu6+9kRlvtiI5VtPhmHLltT4EKVQkfb8pcOHrXqk6nBAksUjgpKtuYsskaxGKYT0+84uYgziE4YQgMdx0m8PRfis2MbL33PMXoVjD6PEunI4HSjDjStiJP08vQk9hZzQ7oH/geoLYCUBDW4rf4FqCDFt7THUO6B+4jiDn2XNTW7zf4hqCMND4BOsGyw+yAmh0x+QeFh7EeqD5Ce8nLDrI8NpbDyIWHIQNruo4GyAPlhrEzuixBxHLDDJMnfYgYolBricHNfjIdgMWF+Qyu+pkgX4HCwuymL57ELGkIHZG7z2IWE6Q5VV7vGMhQewbtMcZiwhyHj26ne9+xs8PcvDQHnFFqCD7Au0RW4TK+fOKqw4eoOcqYqgU53HR3/5uShFPCfKey9hFDyJO/vAi7RDZnp7X5igyUH72xSDW1E2Pn4tMRCQgR8vLwbgii4gcmLvqQcSPGtIPX3M08wn6I4qYQ94cM/Yw9Xxhmw+X/59wHrtMlX1AmIkzdyaaAnLg1Nnw8WGYSk40X/BOh4+El6LMSBnN2Cd0tPq4w/LJXGrMbCX06PZ2dcM65yzlNertShSHf3SzRAyPM332IcSAHUKPi8EHmXU0l8Uglmni0yipDoi16s+jJKejhywLooz68yiMEcHr2qM4h81CJ++VPJfTu5UwBpv4Pp9DJSi6MJx0bvUwiw4ewgT8zNR0LHUL+OccOpY/3ElzyGKD5pBlMJpDlsOkMythRoNbXh95PJsdA67MrMtAEYbjeDqNo+7oKqWUUkoppZRSSimllFJKFfMXp4vmSjB8n6sAAAAASUVORK5CYII="),Yg.IMAGE}dispose(){super.dispose(),this.started=!1,delete this._audio}async ready(){super.ready(),this._audio=new Audio;const{src:t="",loop:e=!1,started:n=!1}=this.state;if(t){const e=this.root?.app?.loadTracker;if(e){const n=new Promise((e,n)=>{this._audio.addEventListener("canplay",()=>e(),{once:!0}),this._audio.addEventListener("error",()=>n(new Error(`Audio load failed: ${t}`)),{once:!0})});e.track(`audio:${t}`,"audio",t,n)}}this._audio.addEventListener("canplay",()=>{this.started&&this._audio.play()}),this.onchangeSrc(t),this.onchangeLoop(e),this.onchangeStarted(n)}render(t){const{left:e,top:n,width:i,height:s}=this.state;t.beginPath(),this.drawImage(t,Yg.image,e,n,i,s)}get nature(){return Vg}get hasTextProperty(){return!1}get src(){return this.get("src")}set src(t){this.set("src",t)}get started(){return!!this.get("started")}set started(t){this.set("started",t)}start(){this._audio&&(this._audio.classList.add("active"),this._audio.play())}pause(){this._audio&&(this._audio.classList.remove("active"),this._audio.pause())}onchangeSrc(t){try{"data"!==String(t).substring(0,4)?this._audio.crossOrigin="use-credentials":this._audio.crossOrigin=null,this._audio.src="string"==typeof t?this.app.url(t):t}catch(t){return void Zi(t)}}onchangeStarted(t){const e=this._audio;t?4==e.readyState&&e.play():e.pause()}onchangeLoop(t){this._audio.loop=t}onchange(t,e){"src"in t&&this.onchangeSrc(t.src),"started"in t&&this.onchangeStarted(t.started),"loop"in t&&this.onchangeLoop(t.loop)}ondblclick(t){this.started=!this.started}ondropfile(t,e){for(let n=0;n<t.length;n++)if(t[n].type.startsWith("audio/"))return void(this.src=e[n])}}Tc.register("audio",Yg);class Wg extends(Dc(Tc)){is3dish(){return!0}}Tc.register("text",Wg);const Ug=["refid","left","top","width","height","rotation","animation","zPos"];class $g extends Xm{isGroup(){return!0}is3dish(){return!0}get showMoveHandle(){return!1}get(t){return this._model[t]}set(t,e){if("string"==typeof t)return this.set({[t]:e});const n=Ug.reduce((e,n)=>(t.hasOwnProperty(n)&&(e[n]=t[n]),e),{});return super.set(n,void 0)}capture(t,e,n){const i=super.capture(t,e,n);if(i!==this)return i}set bounds(t){if(this.__MUTATING__)return void(super.bounds=t);const e=this.bounds,n=t.width/e.width,i=t.height/e.height;this.path=this.path.map(s=>({x:t.left+(s.x-e.left)*n,y:t.top+(s.y-e.top)*i})),this.components&&this.components.forEach(t=>{if(t.mutable)t.mutatePath(null,function(t){return t.map(function(t){return{x:t.x*n,y:t.y*i}})});else{const e=t.bounds,s=t.center,r={x:s.x*(1-n),y:s.y*(1-i)},o=e.width*(1-n),a=e.height*(1-i),c=-(r.x-o/2),l=-(r.y-a/2);t.bounds={left:e.left+c,top:e.top+l,width:e.width*n,height:e.height*i}}})}get focusible(){return!1}get bounds(){return super.bounds}get hasTextProperty(){return!1}isIdentifiable(){return!1}calculateBounds(){this.clearCache(),this.__MUTATING__=!0,this.mutateBounds(function(t){const e=Tc.union(this.components.map(t=>t.bounds));return this.components.forEach(t=>{const n=t.bounds;t.bounds={left:n.left-e.left,top:n.top-e.top,width:n.width,height:n.height}}),{left:t.left+e.left,top:t.top+e.top,width:e.width,height:e.height}},this),this.__MUTATING__=!1,this.parent.isGroup()&&this.parent.calculateBounds?.()}render(t){}postrender(t){const{top:e,left:n}=this.state;t.translate(n,e),this.layout.drawables(this).forEach(e=>{e.draw(t)}),t.translate(-n,-e)}}Tc.memoize($g.prototype,"bounds",!0),Tc.register("group",$g);const Xg={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"id-input",label:"ref",name:"ref"},{type:"select",label:"fit",name:"fit",property:{options:["","both","ratio"]}}],"value-property":"ref",help:"scene/component/local-ref"};class qg extends(Dc(Pc)){get ref(){const t=this.getState("ref");return t&&"string"==typeof t?this.root.findById?.(t):null}set ref(t){this.setState("ref",t)}get refScale(){const t=this.ref;if(!t)return{x:1,y:1};const e=t.bounds,n=this.bounds,i=n.width/e.width,s=n.height/e.height;return"both"===this.model.fit?{x:i,y:s}:{x:Math.min(i,s),y:Math.min(i,s)}}draw(t){this._drawing||(this._drawing=!0,super.draw(t),this._drawing=!1)}prerender(t){if(super.prerender(t),this.ref){const e=this.ref.center,n=this.center,i=this.refScale;t.translate(n.x,n.y),t.scale(i.x,i.y),t.translate(-e.x,-e.y)}}postrender(t){if(this.ref)return this.ref.postrender(t);super.postrender(t)}render(t){if(this.ref)return this.ref.render(t);const{left:e,top:n,width:i,height:s}=this.bounds;t.beginPath(),t.rect(e,n,i,s)}get nature(){return Xg}get hasTextProperty(){return!1}}Tc.memoize(qg.prototype,"ref",!1),Tc.memoize(qg.prototype,"refScale",!1),Tc.register("local-ref",qg);class Kg extends(Vm(Kl)){render(t){}is3dish(){return!0}get layout(){return Fc.get(this.get("layout"))||Nc}}const Qg={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"board-selector",label:"scene-number",name:"ref",placeholder:"SCENE-1"},{type:"number",label:"round",name:"round",property:{min:0}},{type:"select",label:"fit",name:"fit",property:{options:["","both","ratio","width","height","none"]}},{type:"select",label:"mode",name:"mode",property:{options:["view","interaction"]}}],"value-property":"ref",help:"scene/component/global-ref"};class Zg extends Kg{dispose(){this._releaseRef(),super.dispose()}get nature(){return Qg}get hasTextProperty(){return!1}get tagName(){return"div"}setElementProperties(t){const{mode:e="view",round:n=0}=this.state;t.style.pointerEvents="view"==e?"none":"inherit",t.style.borderRadius=n+"px"}async ready(){super.ready(),this.fetchRef()}reposition(){if(!this.element)return;super.reposition();const t=this._element_bounds,{offsetWidth:e,offsetHeight:n}=this.element;if(this._element_bounds={offsetWidth:e,offsetHeight:n},(!t||t.offsetWidth!=e||t.offsetHeight!=n)&&this.ref&&this.root.target_element){const{fit:t="ratio"}=this.state;this.ref.fit(t)}}async fetchRef(){this._releaseRef();const{ref:t,fit:e="ratio"}=this.state;if(!t)return;const n=this.app.refProvider;if(n&&t){const i=(async()=>{this.__ref=await n.get(t,!0),this.__ref.target=this.element,this.__ref.fit(e),this.__ref.data=this.data})();this.root?.app?.loadTracker?.track(`ref:${t}`,"ref-board",t,i);try{await i}catch(t){Zi(t)}}}get ref(){return this.__ref}set ref(t){this.setState("ref",t)}_releaseRef(){this.__ref&&this.__ref.release&&this.__ref.release(),delete this.__ref}onchange(t,e,n){super.onchange(t,e),"ref"in t&&this.fetchRef(),"fit"in t&&this.ref&&requestAnimationFrame(()=>{const{fit:t}=this.state;this.ref.fit(t)}),"data"in t&&this.ref&&requestAnimationFrame(()=>{this.ref.data=t.data})}}Tc.register("global-ref",Zg);const Jg="center-middle",ty={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"board-selector",label:"board",name:"board"},{type:"checkbox",label:"modal",name:"modal"},{type:"checkbox",label:"closable",name:"closable"},{type:"checkbox",label:"draggable",name:"draggable"},{type:"checkbox",label:"minimizable",name:"minimizable"},{type:"checkbox",label:"show",name:"show"},{type:"select",label:"popup-position",name:"popupPosition",property:{options:["static","absolute"]}},{type:"select",label:"popup-origin",name:"origin",property:{options:["left-top","center-top","right-top","left-middle",Jg,"right-middle","left-bottom","center-bottom","right-bottom","auto"]}},{type:"string",label:"title",name:"text"},{type:"data",label:"value",name:"value"},{type:"string",label:"container-ref",name:"containerRef",placeholder:"PopupContainer id (same board)"},{type:"textarea",label:"html-template",name:"htmlTemplate",property:{language:"html"}},{type:"string",label:"anchor-ref",name:"anchorRef",placeholder:"component id (3D-tracked anchor)"},{type:"select",label:"anchor-pin",name:"anchorPin",property:{options:[{display:"Top",value:"top"},{display:"Center",value:"center"},{display:"Bottom",value:"bottom"}]}},{type:"number",label:"anchor-offset-x",name:"anchorOffsetX"},{type:"number",label:"anchor-offset-y",name:"anchorOffsetY"},{type:"number",label:"anchor-offset-z",name:"anchorOffsetZ"},{type:"checkbox",label:"constant-size",name:"constantSize"},{type:"checkbox",label:"tether",name:"tether"},{type:"select",label:"off-screen",name:"offScreen",property:{options:[{display:"Hide",value:"hide"},{display:"Edge-pin",value:"edge-pin"},{display:"Keep last",value:"keep-last"}]}}],help:"scene/component/popup"};class ey extends(Dc(Pc)){static get image(){return ey._image||(ey._image=new Image,ey._image.src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAABGCAMAAABG8BK2AAADJmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNy4xLWMwMDAgNzkuZGFiYWNiYiwgMjAyMS8wNC8xNC0wMDozOTo0NCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIzLjAgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RkM4QzQxNUMzMzBEMTFFQ0JEMzZDMDUwQUI4MEI3QTAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RkM4QzQxNUQzMzBEMTFFQ0JEMzZDMDUwQUI4MEI3QTAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpENjlENTQ3RjMzMDkxMUVDQkQzNkMwNTBBQjgwQjdBMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpENjlENTQ4MDMzMDkxMUVDQkQzNkMwNTBBQjgwQjdBMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsiUYSQAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAA51BMVEVHcEwzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzOguTm2AAAATHRSTlMARhB73r9B7YLrsqdE+0cq9Avzeg31eQx4aQ+Ks6aUd5DsYKixEX1w8vyT2VjoZ3YezY/cCEDvl+QTvRwJ0ifwK/5T/aw6+IuFuCImAcS6MQAAAeJJREFUWMPt2FlX2zAQhuHJYmOSFhIggbC0QNn3rS1dKXSH9///Hi58CJLxKIpEWi6YO8c5z4lG/nxGEXmu/1OVLGnhrFaSVQYg1SZetTTvUibqeFZ9QlfmvRWoV1VmCaCRzroXPpsuAjTV7gLUfPahBqD1OQMW/fazAWTKvQRI/ZgUSJR7U8CM/dHZ+/2VcatWdvdEZAaYUhiAwkerJXt0rnzXwdRKmHfDM0fHD5kxjTFyVLzVfvvirn7+cDJWjhy7c7XlYuwc6Urvu2tRhRypyhwAf1sKY+TIxfQA+H39q5wxc+RgVrcBduTmZTlj5khnDgH4IzKpMGaOVCbvyyvRGTNHGtPrKypjXirM5jb910I4k69oQeKY+77EMAcALEsck/+W6f71tyCma/ZFROTrJVwMy7wmf3bv6/MX+Dgkkysblvxps/dhOKZb6IvrTakzXXuPApnpYneDGOeKvJlaSXcDmA7AicQyW84VeTOnY+NdiWcG1uiZksFEHdyAlsJEjEkmkwGNsKHNZCJGSKtVTYC1tO022mnjwUBrMdXg8dreuOBhv7D/62/8lGZ1wLxXyZKOm+iUHIQintyny0TkaATHjYgcjeAoFpEje9R/nGPqIx2aw3NU9odCQI6e6x/VLY32cKQXVBnkAAAAAElFTkSuQmCC"),ey._image}async ready(){await super.ready(),this.show&&this.onchangeShow(!0)}render(t){const{left:e,top:n,width:i,height:s}=this.bounds;t.beginPath(),this.drawImage(t,ey.image,e,n,i,s)}onchange(t,e){"value"in t?this.show?this.onchangeShow(!0):this.show=!0:"show"in t&&this.onchangeShow(this.show)}onchangeShow(t){if(this.app.isEditMode)return;(this.getState("board")||this.getState("containerRef")||this.getState("htmlTemplate"))&&(t?this.openPopup(this.value):this.hidePopup())}openPopup(t,e){if(this.app.isEditMode)return;const n=this.getState("anchorRef"),i=n&&this.rootModel?.findById?this.rootModel.findById(n):void 0;ap.show(this,this.getState("board"),{origin:this.getState("origin")||Jg,modal:this.getState("modal"),closable:this.getState("closable")||!1,draggable:this.getState("draggable")||!1,minimizable:this.getState("minimizable")||!1,popupPosition:this.getState("popupPosition"),title:this.text,data:t||this.value,containerRef:this.getState("containerRef"),htmlTemplate:this.getState("htmlTemplate"),anchor:i,anchorPin:this.getState("anchorPin")||"top",anchorOffsetX:this.getState("anchorOffsetX")??0,anchorOffsetY:this.getState("anchorOffsetY")??0,anchorOffsetZ:this.getState("anchorOffsetZ")??0,constantSize:this.getState("constantSize")??!0,tether:this.getState("tether")??!1,offScreen:this.getState("offScreen")||"hide",...e})}hidePopup(){ap.hide(this)}get board(){return this.getState("board")}set board(t){this.set("board",t)}get show(){return this.getState("show")}set show(t){this.setState("show",t)}get started(){return this.getState("show")}set started(t){this.setState("show",t)}get value(){return this.getState("value")}set value(t){this.setState("value",t)}get hasTextProperty(){return!1}get nature(){return ty}}Tc.register("popup",ey);const ny={mutable:!1,resizable:!0,rotatable:!1,properties:[{type:"layout",label:"layout",name:"layoutOption"},{type:"checkbox",label:"constant-size",name:"constantSize"},{type:"checkbox",label:"billboard",name:"billboard"},{type:"checkbox",label:"tether",name:"tether"},{type:"select",label:"off-screen",name:"offScreen",property:{options:[{display:"Hide",value:"hide"},{display:"Edge-pin",value:"edge-pin"},{display:"Keep last",value:"keep-last"}]}}],help:"scene/component/popup-container"};class iy extends Xm{get nature(){return ny}isPopupContainer(){return!0}}Tc.register("popup-container",iy);class sy extends Tc{render(t){const{path:e=[]}=this.state;if(!(e.length<=1)){t.beginPath(),t.moveTo(e[0].x,e[0].y);for(let n=1;n<e.length;n++)t.lineTo(e[n].x,e[n].y);t.closePath(),this.drawStroke(t,void 0)}}get path(){return this.model.path}set path(t){this.set("path",t)}contains(t,e){const n=this.state.path;let i=!1;return n.forEach((s,r)=>{const o=(r+n.length+1)%n.length,a=s.x,c=s.y,l=n[o].x,h=n[o].y;c>e!=h>e&&t<(l-a)*(e-c)/(h-c)+a&&(i=!i)}),i}}Tc.register("path",sy);const ry={mutable:!0,resizable:!1,rotatable:!0,properties:[{type:"number",label:"round",name:"round",property:{min:0,max:100,step:1}}],help:"scene/component/triangle"};class oy extends Pc{is3dish(){return!0}contains(t,e){const{x1:n,y1:i,x2:s,y2:r,x3:o,y3:a}=this.state,c=[n,i,s,r,o,a];let l=!1;for(let n=0;n<c.length;n+=2){const i=(n+2)%c.length,s=c[n],r=c[n+1],o=c[i+1];r>e!=o>e&&t<(c[i]-s)*(e-r)/(o-r)+s&&(l=!l)}return l}get mutable(){return!0}get path(){const{x1:t,y1:e,x2:n,y2:i,x3:s,y3:r}=this.state;return[{x:t,y:e},{x:n,y:i},{x:s,y:r}]}set path(t){this.set({x1:t[0].x,y1:t[0].y,x2:t[1].x,y2:t[1].y,x3:t[2].x,y3:t[2].y})}get nature(){return ry}}Tc.memoize(oy.prototype,"path",!1),Tc.register("triangle",oy);const ay={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"number",label:"ratio",name:"ratio",property:"ratio"}],help:"scene/component/donut"},cy={ondragmove:function(t,e,n){let{cx:i,rx:s}=n.model;s=Math.abs(s);let r=(n.fromParent(t.x,t.y).x-i)/s*100;r=r>=100||r<=-100?100:Math.abs(r),n.set({ratio:r})}};class ly extends hg{is3dish(){return!0}render(t){let{ratio:e=50,cx:n,cy:i,rx:s,ry:r,startAngle:o,endAngle:a,anticlockwise:c}=this.state;s=Math.abs(s),r=Math.abs(r),t.beginPath(),t.ellipse(n,i,s,r,0,o||0,a||2*Math.PI,c),t.moveTo(n+s/100*e,i),t.ellipse(n,i,s/100*e,r/100*e,0,o||0,a||2*Math.PI,!0)}contains(t,e){let{cx:n,cy:i,rx:s,ry:r,ratio:o}=this.state;s=Math.abs(s),r=Math.abs(r);const a=(t-n)/(2*s-.5),c=(e-i)/(2*r-.5),l=(t-n)/(s/100*o*2-.5),h=(e-i)/(r/100*o*2-.5);let d=!1;return a*a+c*c<.25&&l*l+h*h>.25&&(d=!d),d}get controls(){let{cx:t,cy:e,rx:n,ratio:i}=this.state;return n=Math.abs(n),[{x:t+n/100*i,y:e,handler:cy}]}get nature(){return ay}}Tc.memoize(ly.prototype,"controls",!1),Tc.register("donut",ly);const hy={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"number",label:"ratio",name:"ratio",property:"ratio"},{type:"number",label:"wing",name:"wing",property:"wing"}],help:"scene/component/star"},dy={ondragmove:function(t,e,n){const{cy:i,ry:s}=n.model;let r=(n.fromParent(t.x,t.y).y-i)/s*100+100;r>=100?r=100:r<=0&&(r=0),n.set({ratio:r})}};class uy extends hg{is3dish(){return!0}render(t){const{ratio:e=30,wing:n=5,cx:i,cy:s,rx:r,ry:o}=this.state;if(n<3)return;const a=1.5707963267948966,c=2*Math.PI/n,l=r-e/100*r,h=o-e/100*o;t.save(),t.beginPath(),t.translate(i,s),t.moveTo(r*Math.cos(-a),o*Math.sin(-a)),t.lineTo((r-l)*(Math.cos(c-a)+Math.cos(0-a))/2,(o-h)*(Math.sin(c-a)+Math.sin(0-a))/2);for(let e=1;e<n;e++)t.lineTo(r*Math.cos(c*e-a),o*Math.sin(c*e-a)),t.lineTo((r-l)*(Math.cos(c*(e+1)-a)+Math.cos(c*e-a))/2,(o-h)*(Math.sin(c*(e+1)-a)+Math.sin(c*e-a))/2);t.closePath(),t.restore()}get controls(){const{cx:t,cy:e,ry:n,ratio:i}=this.state;return[{x:t,y:e-n+n*(i/100),handler:dy}]}get nature(){return hy}}Tc.memoize(uy.prototype,"controls",!1),Tc.register("star",uy);const py={mutable:!1,resizable:!1,rotatable:!1,properties:[]};class fy extends(Xf(Pc)){is3dish(){return!1}isDescendible(){return!1}render(t){const{cx:e,cy:n,anticlockwise:i}=this.state,s=this.app?.scale||1;t.beginPath(),t.scale(1/s,1/s),t.ellipse(e,n,Math.abs(fy.RADIUS),Math.abs(fy.RADIUS),0,0,2*Math.PI,i),t.scale(s,s),t.closePath()}get path(){const{cx:t,cy:e}=this.state;return[{x:t-fy.RADIUS,y:e-fy.RADIUS},{x:t+fy.RADIUS,y:e-fy.RADIUS},{x:t+fy.RADIUS,y:e+fy.RADIUS},{x:t-fy.RADIUS,y:e+fy.RADIUS}]}set path(t){const e=t[0],n=t[2];this.set({cx:e.x+(n.x-e.x)/2,cy:e.y+(n.y-e.y)/2})}contains(t,e){const{cx:n,cy:i}=this.state,s=(t-n)/(2*fy.RADIUS-.5),r=(e-i)/(2*fy.RADIUS-.5);return s*s+r*r<.25}outline(t){const{cx:e,cy:n}=this.state;return this.toScene(e,n)}get nature(){return py}}fy.RADIUS=5,Tc.memoize(fy.prototype,"path",!1),Tc.register("node",fy);class my extends pu{getObject3dInstance(){return new e.Mesh}build(){super.build();const{width:t,height:n}=this.component.bounds,i=this.component.state.depth||.5*Math.min(t,n),s=.15*Math.min(t,n,i),r=new R(1,1,1,4,s/Math.min(t,n,i));r.scale(t,i,n),this.object3d.geometry=r,this.object3d.material=new e.MeshStandardMaterial({color:"#5090d0",transparent:!0,opacity:.35,roughness:.6,metalness:.1,side:e.FrontSide,depthWrite:!1}),this.object3d.visible=!!this.component.app?.isEditMode}updateAlpha(){const t=this.object3d.material;t&&(t.opacity=this.component.app?.isEditMode?.35:0)}updateHidden(){this.object3d.visible=!!this.component.app?.isEditMode&&!this.component.state.hidden}updateDimension(){const{width:t,height:e}=this.component.bounds,n=this.component.state.depth||.5*Math.min(t,e);this.object3d.geometry.computeBoundingBox();const i=this.object3d.geometry.boundingBox;if(i){const s=i.max.x-i.min.x,r=i.max.y-i.min.y,o=i.max.z-i.min.z;this.setDimensionScale(t/s,n/r,e/o)}}updateFillStyle(){}updateStrokeStyle(){}updateText(){}clear(){return eu(this.object3d),super.clear()}}const gy="data:image/svg+xml;base64,"+btoa('<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="#5090d0">\n <path d="M32 20a12 12 0 1 0 0 24 12 12 0 0 0 0-24zm0 18a6 6 0 1 1 0-12 6 6 0 0 1 0 12z"/>\n <path d="M55.4 27.2l-3.6-.6c-.4-1.2-.8-2.4-1.4-3.4l2.2-3c.6-.8.4-2-.2-2.6l-3-3c-.8-.6-1.8-.8-2.6-.2l-3 2.2c-1.2-.6-2.2-1-3.4-1.4l-.6-3.6c-.2-1-1-1.6-2-1.6h-4.2c-1 0-1.8.6-2 1.6l-.6 3.6c-1.2.4-2.4.8-3.4 1.4l-3-2.2c-.8-.6-2-.4-2.6.2l-3 3c-.6.8-.8 1.8-.2 2.6l2.2 3c-.6 1.2-1 2.2-1.4 3.4l-3.6.6c-1 .2-1.6 1-1.6 2v4.2c0 1 .6 1.8 1.6 2l3.6.6c.4 1.2.8 2.4 1.4 3.4l-2.2 3c-.6.8-.4 2 .2 2.6l3 3c.8.6 1.8.8 2.6.2l3-2.2c1.2.6 2.2 1 3.4 1.4l.6 3.6c.2 1 1 1.6 2 1.6h4.2c1 0 1.8-.6 2-1.6l.6-3.6c1.2-.4 2.4-.8 3.4-1.4l3 2.2c.8.6 2 .4 2.6-.2l3-3c.6-.8.8-1.8.2-2.6l-2.2-3c.6-1.2 1-2.2 1.4-3.4l3.6-.6c1-.2 1.6-1 1.6-2v-4.2c0-1-.6-1.8-1.6-2z"/>\n</svg>');class yy extends(Dc(Tc)){static get icon(){return yy._defaultIcon||(yy._defaultIcon=new Image,yy._defaultIcon.src=gy),yy._defaultIcon}get serviceName(){}get hasTextProperty(){return!1}is3dish(){return!0}buildRealObject(){return new my(this)}render(t){if(this.app?.isViewMode)return;const{left:e,top:n,width:i,height:s}=this.bounds,r=this.constructor.icon;t.beginPath(),t.globalAlpha=.6,this.drawImage(t,r,e,n,i,s),t.globalAlpha=1}added(t){super.added(t);const e=this.serviceName;e&&(this._registeredRoot=this.root,this._registeredRoot?.registerService?.(e,this))}removed(t){const e=this.serviceName;e&&this._registeredRoot&&(this._registeredRoot.unregisterService?.(e),this._registeredRoot=void 0),super.removed(t)}get controls(){return[]}}function by(t){return class extends t{animOnValueChange(t,e=!1,n){if(t==this._lastValue)return;if(this.root?.app?.suppressAnimations)return this._lastValue=t,this._anim_alpha=0,void this.invalidate();let i;i=e?t-(Number(n)||0):t-(this._lastValue||0),this._lastValue=t,this._anim_alpha=-i,this.animate({step:t=>{this._anim_alpha=i*(t-1),this.invalidate()},duration:1e3,delta:"circ",options:{x:1},ease:"out"}).start()}dispose(){super.dispose(),delete this._value_substitutor}onchange(t,e){t.hasOwnProperty("value")&&delete this._value_substitutor}get animAlpha(){return this._anim_alpha||0}get animValue(){return(this._lastValue||0)+(this._anim_alpha||0)}defaultValueSubstitutor(){return this.getState("value")}get valueSubstitutor(){return this._value_substitutor||(this._value_substitutor=Ur(this.getState("value"),this,void 0)||this.defaultValueSubstitutor),this._value_substitutor}get value(){return Number(this.valueSubstitutor())||0}set value(t){delete this._value_substitutor,this.setState("value",Number(wi(t)))}}}function _y(t){return class extends t{_convertDataFormat(t,e){let n;if("json"===e)n=JSON.parse(t);else n=t;return n}isDataSource(){return!0}}}function vy(t){var e;return(e=class extends t{is3dish(){return!0}get hasTextProperty(){return!1}get capturable(){return!1}render(t){}}).raycastTargetDefault=!1,e.requires3d=!0,e}const xy="$base_url",wy=[{type:"gltf-preset",label:"preset",name:"preset"},{type:"gltf-selector",label:"url",name:"src",property:{displayField:"id",displayFullUrl:!0,baseUrlAlias:xy,defaultStorage:"3d-model",storageFilters:{type:Array,value:[{name:"category",value:"image"}]},useUpload:!0,category:"application"},observe:function(t){const e=this.parentNode?.querySelector("[name=gltfInfo]");e&&(e.src=t);const n=this.parentNode?.querySelector("[name=fillStyleTargets]");n&&(n.src=t);const i=this.parentNode?.querySelector("[name=playTargets]");i&&(i.src=t)}},{type:"gltf-info",label:"",name:"gltfInfo",readonly:!0,property:{action:(t,e)=>{t._ratioLocking=!0;try{t.set(e)}finally{t._ratioLocking=!1}}},editor:{fullwidth:!0}},{type:"gltf-fill-targets",label:"fill-targets",name:"fillStyleTargets",editor:{fullwidth:!0}},{type:"gltf-play-targets",label:"play-targets",name:"playTargets",editor:{fullwidth:!0}}];function My(t){return class extends t{constructor(){super(...arguments),this._snapshotLoading=!1,this._ratioLocking=!1}is3dish(){return!0}get hasTextProperty(){return!1}get controls(){return[]}render(t){const{left:e,top:n,width:i,height:s}=this.bounds;t.beginPath();const r=this._topViewSnapshot;if(r)return void t.drawImage(r,e,n,i,s);this._ensureTopViewSnapshot(),t.rect(e,n,i,s),t.fillStyle="#f0f0f0",t.fill(),t.strokeStyle="#999",t.lineWidth=1,t.stroke();const o=this.getState("src"),a=o&&o.split("/").pop()?.replace(/\.[^.]+$/,"")||"GLTF",c=Math.max(10,.12*Math.min(i,s));t.fillStyle="#666",t.font=`${c}px sans-serif`,t.textAlign="center",t.textBaseline="middle",t.fillText(a,e+i/2,n+s/2,.9*i)}onchange(t,e){super.onchange?.(t,e),"src"in t&&(this._topViewSnapshot=void 0)}_ensureTopViewSnapshot(){if(this._snapshotLoading)return;const t=this.getState("src");if(!t)return;const e=vu.getTopViewCache(t);if(e)return this._topViewSnapshot=e,void this.invalidate();this._snapshotLoading=!0;const n=this.app.url(t);vu.loadGLTF(n).then(e=>{if(this._snapshotLoading=!1,this.getState("src")!==t)return;const n=vu.getTopViewCache(t);if(n)return this._topViewSnapshot=n,void this.invalidate();const i=vu.renderTopView(e.scene);vu.setTopViewCache(t,i),this._topViewSnapshot=i,this.invalidate()}).catch(()=>{this._snapshotLoading=!1})}buildRealObject(){return new vu(this)}get source(){return this.getState("src")}set source(t){this.setState("src",t)}get play(){return!1!==this.getState("play")}set play(t){this.setState("play",t)}get nodes(){return this.getState("nodes")}set nodes(t){this.setState("nodes",t)}get animations(){return this.getState("animations")}set animations(t){this.setState("animations",t)}get playTargets(){return this.getState("playTargets")}set playTargets(t){this.setState("playTargets",t)}get fillStyleTargets(){return this.getState("fillStyleTargets")}set fillStyleTargets(t){this.setState("fillStyleTargets",t)}get nodeNames(){const t=this.realObject;return t?.nodeNames??[]}get animationNames(){const t=this.realObject;return t?.animationNames??[]}set dimension(t){const{width:e=1,height:n=1,depth:i=1}=t;this.setState({width:e,height:n,depth:i}),this.realObject?.updateDimension()}_applyRatioLock(t){if(!("width"in t||"height"in t||"depth"in t))return t;const e=this.state.width||1,n=this.state.height||1,i=this.state.depth||1,s=vf([(t.width??e)/e,(t.height??n)/n,(t.depth??i)/i]);return s?{...t,width:Math.round(e*s),height:Math.round(n*s),depth:Math.round(i*s)}:t}set(t,e){if("string"==typeof t&&(t={[t]:e}),this.state?.ratioLock&&!this._ratioLocking){this._ratioLocking=!0;try{t=this._applyRatioLock(t)}finally{}}try{return super.set(t)}finally{this._ratioLocking=!1}}setState(t,e){if("string"==typeof t&&(t={[t]:e}),this.state?.ratioLock&&!this._ratioLocking){this._ratioLocking=!0;try{t=this._applyRatioLock(t)}finally{}}try{return super.setState(t)}finally{this._ratioLocking=!1}}}}function Sy(t){return function(e){return Array.isArray(t)?t.forEach(t=>{Tc.register(t,e)}):Tc.register(t,e),e}}function ky(t){return!!t&&"function"==typeof t.capacity&&"function"==typeof t.available}function Ay(t){if(ky(t)){const e=t.capacity(),n=t.available();return{capacity:e,available:n,isFull:0===n}}if("function"==typeof t?.slotIds){const e=t.slotIds().length,n="function"==typeof t.emptySlotIds?t.emptySlotIds().length:e;return{capacity:e,available:n,isFull:0===n}}const e=t?.state?.capacity,n=Array.isArray(t?.state?.data)?t.state.data.length:0;if("number"==typeof e){const t=Math.max(0,e-n);return{capacity:e,available:t,isFull:0===t}}return{capacity:1/0,available:1/0,isFull:!1}}class Ey{constructor(){this.wasFull=!1,this.availableListeners=[],this.fullListeners=[]}notify(t){const e=0===t;if(e&&!this.wasFull){this.wasFull=!0;for(const t of this.fullListeners)try{t()}catch(t){}}else if(!e&&this.wasFull){this.wasFull=!1;for(const t of this.availableListeners)try{t()}catch(t){}}}onAvailable(t){return this.availableListeners.push(t),()=>{const e=this.availableListeners.indexOf(t);e>=0&&this.availableListeners.splice(e,1)}}onFull(t){return this.fullListeners.push(t),()=>{const e=this.fullListeners.indexOf(t);e>=0&&this.fullListeners.splice(e,1)}}dispose(){this.availableListeners=[],this.fullListeners=[]}}function Cy(t,e){if(!t||!e)return()=>{};if("function"!=typeof t.pauseEmit||"function"!=typeof t.resumeEmit)return()=>{};if("function"!=typeof e.onFull||"function"!=typeof e.onAvailable)return()=>{};const n=e.onFull(()=>t.pauseEmit()),i=e.onAvailable(()=>t.resumeEmit());return Ay(e).isFull&&t.pauseEmit(),()=>{n?.(),i?.()}}class Ty{constructor(t,e=1,n="horizontal"){this.owner=t,this.itemSpacing=e,this.axis=n}positionAt(t,e,n,i){const s=e.maxCount??1/0;if(t<0||t>=s)return null;const r=this.owner?.state?.width??0,o=this.owner?.state?.height??0,a=i?.state?.width??0,c=i?.state?.height??0;return"horizontal"===this.axis?{x:t*this.itemSpacing,y:Math.max(0,(o-c)/2),z:0}:{x:Math.max(0,(r-a)/2),y:t*this.itemSpacing,z:0}}capacity(t){return t.maxCount??1/0}}function Py(t,e,n,i,s,r,o){const a=n.w,c=n.h,l=i.w,h=i.h,d=i.d,u=[],p=l+s,f=h+s,m=Math.max(1,Math.floor((a+s)/p)),g=Math.max(1,Math.floor((c+s)/f)),y=m*g,b=r&&r>0?Math.floor(r):4;if("row"===t||"column"===t){const n=o?.advanceAlongX??!1,i=o?.reverse??!1,s=n?m:g,r=n?g:m,l=(t,e,i)=>((t,e,n)=>u.push({x:-a/2+(t+.5)*p,y:n*d+d/2,z:-c/2+(e+.5)*f}))(n?t:e,n?e:t,i);let h=0;for(let n=0;n<s&&h<e;n++){const o=i?s-1-n:n;if("column"===t)for(let t=0;t<r&&h<e;t++)for(let n=0;n<b&&h<e;n++)l(o,t,n),h++;else for(let t=0;t<b&&h<e;t++)for(let n=0;n<r&&h<e;n++)l(o,n,t),h++}return u}if("pyramid"===t){let t=e,n=0;for(;t>0;){const e=Math.max(1,m-n),i=Math.max(1,g-n),s=e*i,o=Math.min(t,s);for(let t=0;t<o;t++){const s=t%e,r=Math.floor(t/e),o=-a/2+(s+(m-e)/2+.5)*p,l=-c/2+(r+(g-i)/2+.5)*f;u.push({x:o,y:n*d+d/2,z:l})}if(t-=o,n++,1===e&&1===i){for(let e=0;e<t;e++)u.push({x:0,y:(n+e)*d+d/2,z:0});break}if(r&&n>=r)break}return u}if("pile"===t){const t=t=>(43758.5453*Math.sin(12.9898*t)%1+1)%1;for(let n=0;n<e;n++){const e=Math.floor(n/y),i=n%y,s=i%m,o=Math.floor(i/m),g=(t(2*n)-.5)*l*.2,b=(t(2*n+1)-.5)*h*.2,_=-a/2+(s+.5)*p+g,v=-c/2+(o+.5)*f+b;if(u.push({x:_,y:e*d+d/2,z:v}),r&&e>=r-1&&i===y-1)break}return u}for(let n=0;n<e;n++){const e=Math.floor(n/y);if(r&&e>=r)break;const i=n%y,s=i%m,o=Math.floor(i/m);let l=-a/2+(s+.5)*p;const h=-c/2+(o+.5)*f;"staggered"===t&&e%2==1&&(l+=p/2),u.push({x:l,y:e*d+d/2,z:h})}return u}class Oy{constructor(t,e={}){this.pattern=t,this.defaults=e}layout(t,e,n,i={}){const s=i.gap??this.defaults.gap??0,r=i.heightLimit??this.defaults.heightLimit,o=i.fill??this.defaults.fill;return Py(this.pattern,t,e,n,s,r,o).map(t=>({position:t}))}}class Dy{constructor(t,e,n={}){this.cols=t,this.rows=e,this.defaults=n}layout(t,e,n,i={}){const s=Math.max(1,this.cols),r=Math.max(1,this.rows),o=s*r,a=i.gap??this.defaults.gap??0,c=n.w+a,l=n.h+a,h=[];for(let e=0;e<t;e++){const t=Math.floor(e/o),i=e%o,a=i%s,d=Math.floor(i/s);h.push({position:{x:(a-(s-1)/2)*c,z:(d-(r-1)/2)*l,y:t*n.d+n.d/2}})}return h}}class zy{constructor(t=.1,e=!1,n=!1){this.gapRatio=t,this.fillFromFar=e,this.sliceFirst=n}grid(t,e){const n=e.w*this.gapRatio,i=e.h*this.gapRatio;return{cols:Math.max(1,Math.floor((t.w-n)/(e.w+n))),rows:Math.max(1,Math.floor((t.h-i)/(e.h+i))),pitchX:e.w+n,pitchZ:e.h+i}}capacity(t,e,n){const{cols:i,rows:s}=this.grid(t,e);return i*s*Math.max(1,Math.floor(n))}layout(t,e,n,i={}){const{cols:s,rows:r,pitchX:o,pitchZ:a}=this.grid(e,n),c=n.d+n.d*this.gapRatio,l=null!=i.heightLimit?Math.max(1,Math.floor(i.heightLimit)):1/0,h=Number.isFinite(l),d=this.sliceFirst&&h,u=s*r,p=s*(h?l:1),f=s*r*(h?l:t),m=Math.min(t,f),g=[];for(let t=0;t<m;t++){let e,i,l;if(d){const n=Math.floor(t/p),r=t%p;e=r%s,l=Math.floor(r/s),i=n}else{l=Math.floor(t/u);const n=t%u;e=n%s,i=Math.floor(n/s)}this.fillFromFar&&(i=r-1-i),g.push({position:{x:(e-(s-1)/2)*o,z:(i-(r-1)/2)*a,y:l*c+n.d/2}})}return g}}function Iy(t,e,n,i=0){for(let s=0;s<e.length;s++){const r=e[s],o=n[s];r&&o&&(r.parent!==t&&t.attach(r),r.position.set(o.position.x,i+o.position.y,o.position.z),o.rotation?r.quaternion.set(o.rotation.x,o.rotation.y,o.rotation.z,o.rotation.w):r.quaternion.identity())}}function Ry(t,e,n,i=.12){const s=e.left+e.width/2,r=e.top+e.height/2,o=Math.min(n.w,n.h)*i,a=new Map;for(const e of t){const t=`${Math.round(e.position.x)},${Math.round(e.position.z)}`;let i=a.get(t);i||(i={x:s+e.position.x-n.w/2+o,y:r+e.position.z-n.h/2+o,w:n.w-2*o,h:n.h-2*o,count:0},a.set(t,i)),i.count++}return[...a.values()]}function jy(t){return{id:t?.state?.id??t?.id??t?.refid,type:t?.state?.type??t?.type}}const Ly=new e.Euler;function Fy(t,n){Ly.setFromQuaternion(new e.Quaternion(n.x,n.y,n.z,n.w),"YXZ"),t.rotationX=Ly.x,t.rotation=-Ly.y,t.rotationY=Ly.z}const Ny="_transferSlotId",Hy=new Set(["left","top","width","height","depth","zPos","rotation","rotationX","rotationY","rotationZ","scale","translate","material3d","fillStyle","strokeStyle","lineWidth","lineDash","alpha","opacity","hidden","text","fontColor","fontSize","fontFamily","bold","italic","textAlign","textBaseline","shadow","border","cssText","object3d","_realObject","refid","id"]);function By(t){return class extends t{async ready(){await super.ready();const t=this.state?.data;Array.isArray(t)&&0===this._items.length&&!this.isRecordStorage&&this._reconcileItems(t)}set data(t){if(Array.isArray(t)){if(this.isRecordStorage){const e=this.setState;return void("function"==typeof e&&e.call(this,{data:t}))}this._reconcileItems(t)}else this.setState?.({data:t})}get data(){if(this.isRecordStorage)return this.state?.data??[];const t=this._exportSlotRecords();return 0===t.length?this.state?.data:t}_reconcileItems(t){const e=new Map;for(const n of t){const t=this._recordKey(n);t&&e.set(t,n)}const n=new Map;for(const t of this._items){const e=t[Ny];null!=e&&n.set(String(e),t)}for(const[t,i]of n)if(!e.has(t)){try{this.removeItem(i,!0)}catch{}try{i?.dispose?.()}catch{}}for(const[t,i]of e){if(n.has(t))continue;if(null==i.itemId)continue;const e=this._createItemFromRecord(i);if(e){e[Ny]=t;try{this.handoverIn(e)}catch{}}}for(const[t,i]of e){const e=n.get(t);if(e&&(i.itemState&&"function"==typeof e.setState))try{e.setState(i.itemState)}catch{}}}_exportSlotRecords(){const t=this.slotIds?.()??[],e=[],n=new Map,i=[];for(const t of this._items){const e=t[Ny];null!=e?n.set(String(e),t):i.push(t)}for(const i of t){const t=n.get(i)??null;e.push(this._slotRecordOf(i,t))}for(const t of i)e.push(this._slotRecordOf("",t));for(const[i,s]of n)t.includes(i)||e.push(this._slotRecordOf(i,s));return e}_recordKey(t){return t.slotId??t.cellId??""}_slotRecordOf(t,e){if(!e)return{slotId:t,itemId:null};const n=e?.state?.id;return{slotId:t,itemId:null!=n?String(n):null,itemType:e?.state?.type,itemState:this._extractItemState(e)}}_extractItemState(t){const e=t?.state;if(!e||"object"!=typeof e)return;const n=this._businessFields?.();if(Array.isArray(n)){if(0===n.length)return;const t={};for(const i of n)i in e&&void 0!==e[i]&&(t[i]=e[i]);return Object.keys(t).length>0?t:void 0}const i={};for(const t of Object.keys(e))Hy.has(t)||t.startsWith("_")||(i[t]=e[t]);return Object.keys(i).length>0?i:void 0}_businessFields(){return null}_createItemFromRecord(t){const e=t.itemType??t.type;if(!e)return null;try{const n=Tc.register?.(e);if(n&&"function"==typeof n){return new n({type:e,...t.itemState??{}})}}catch{}return null}}}class Gy{positionAt(t,e,n){return 0!==t?null:e.localPosition??{x:0,y:0,z:0}}capacity(t){return 1}}const Vy=new Gy,Yy=[{id:"__default__",maxCount:1/0}];function Wy(t){var n;return n=class extends t{get slots(){return[]}get arrangementStrategy(){return Vy}canReceive(t,e){const n=null!==this.findSlot(t);return Iu.log({role:"target",contract:"canReceive",component:this,args:{carrier:jy(t)},result:n}),n}findSlot(t){const e=this.slots.length?this.slots:Yy;for(const n of e){if(n.allowedTypes?.length){const e=t?.state?.type??t?.type;if(!e||!n.allowedTypes.includes(e))continue}const e=n.maxCount??this.arrangementStrategy.capacity(n),i=this._countOccupied(n.id);if(!(i>=e))return Iu.log({role:"target",contract:"findSlot",component:this,args:{carrier:jy(t)},result:{slotId:n.id,occupied:i,max:e}}),n}return Iu.log({role:"target",contract:"findSlot",component:this,args:{carrier:jy(t)},result:null}),null}acceptanceRotation(t,e){}deliveryWorldRotation(t){const n=this.acceptanceRotation?.(t);if(!n)return;const i=this._realObject?.object3d;if(!i)return;i.updateWorldMatrix(!0,!1);const s=new e.Quaternion;i.getWorldQuaternion(s);const r=new e.Quaternion(n.x,n.y,n.z,n.w);return s.clone().multiply(r)}deliveryWorldPosition(t){const n=this._realObject,i=n?.object3d;if(!i)return;i.updateWorldMatrix(!0,!1);const s=new e.Vector3;i.getWorldPosition(s);const r=this._receivingSurfaceLocalY();if(null!==r){const t=new e.Vector3(0,r,0);return i.localToWorld(t),{x:s.x,y:t.y,z:s.z}}return{x:s.x,y:s.y,z:s.z}}attachPointFor(t){const e=t?.[Ny];if(!e)return null;const n=this.slots.find(t=>t.id===e);return n?{position:n.localPosition??{x:0,y:0,z:0},rotation:n.localRotation??{x:0,y:0,z:0},slotId:n.id}:null}placementFor(t,e={}){const n=t&&"object"==typeof t&&"state"in t?t:void 0,i=n?n.state??{}:t??{},s={width:Number(i.width)||0,height:Number(i.height)||0,depth:Number(i.depth)||0},r=e.slot??this.slots.find(t=>{const e=t.maxCount??this.arrangementStrategy.capacity(t);return this._countOccupied(t.id)<e});if(!r)return null;const o=e.index??this._countOccupied(r.id),a=e.occupantCount??o,c=this.arrangementStrategy.positionAt(o,r,a,n??{state:{...s}});if(!c)return null;const l=Number(this.state?.width)||0,h=Number(this.state?.height)||0,d=c.x+s.width/2-l/2,u=c.y+s.height/2-h/2,p=this._realObject,f=p?.placementMode??"floor",m="space"===f?0:"inverted"===f?-s.depth/2:s.depth/2,g=this._receivingSurfaceLocalY();let y;y=null!==g?g+m:r.localPosition&&Number.isFinite(r.localPosition.z)?r.localPosition.z+m:m-(p?.geometricOffsetY??0);const b=this.acceptanceRotation?.(n??s,r)??void 0;return b?{position:{x:d,y:y,z:u},rotation:b}:{position:{x:d,y:y,z:u}}}_zPosFromSeatY(t,e,n){const i=this._realObject,s=i?.receivingSurfaceY??0,r=!(!n.localPosition||!Number.isFinite(n.localPosition.z));if(0===s&&!r)return null;const o=Number(e)||0,a=i?.placementMode??"floor";return t-("space"===a?0:"inverted"===a?-o/2:o/2)+(i?.geometricOffsetY??0)-s}_receivingSurfaceLocalY(){const t=this._realObject,e=t?.receivingSurfaceY;return"number"!=typeof e||0===e?null:e-(t.geometricOffsetY??0)}_countOccupied(t){const e=this._items;if(e)return e.filter(e=>e?.[Ny]===t).length;const n=this.components;return n?n.filter(e=>e.parent===this&&e[Ny]===t).length:0}},n.__hasCapacity=!0,n}function Uy(t,e){const n=t.left??0,i=t.top??0,s=t.width??0,r=t.height??0;if(s<=0||r<=0)return[];const o="number"==typeof t.rotation?t.rotation:0,a=Math.cos(o),c=Math.sin(o),l=n+s/2,h=i+r/2,d="inbound"===e?-1:1;return[{lx:-s/2,lz:0,odx:-1,odz:0},{lx:s/2,lz:0,odx:1,odz:0},{lx:0,lz:-r/2,odx:0,odz:-1},{lx:0,lz:r/2,odx:0,odz:1}].map(t=>{var e,n;return{worldPos:(e=t.lx,n=t.lz,{x:l+e*a-n*c,z:h+e*c+n*a}),direction:{x:d*(t.odx*a-t.odz*c),z:d*(t.odx*c+t.odz*a)},halfSpan:0!==t.odx?r/2:s/2}})}function $y(t,e){const n=t.left??0,i=t.top??0,s=t.width??0,r=t.height??0;if(s<=0||r<=0)return{inbounds:[],outbounds:[]};const o="number"==typeof t.rotation?t.rotation:0,a=e??"reverse"===t.status,c="vertical"===t.orientation||"horizontal"!==t.orientation&&s<r,l=n+s/2,h=i+r/2,d=c?r/2:s/2,u=c?0:1,p=c?1:0,f=Math.cos(o),m=Math.sin(o),g=(t,e)=>({x:l+t*f-e*m,z:h+t*m+e*f}),y=c?{lx:0,lz:-d}:{lx:-d,lz:0},b=c?{lx:0,lz:d}:{lx:d,lz:0},_=g(y.lx,y.lz),v=g(b.lx,b.lz),x={x:u*f-p*m,z:u*m+p*f},w=Math.hypot(x.x,x.z)||1,M={x:x.x/w,z:x.z/w},S={x:-M.x,z:-M.z},k=(c?s:r)/2;return a?{inbounds:[{worldPos:v,direction:S,halfSpan:k}],outbounds:[{worldPos:_,direction:S,halfSpan:k}]}:{inbounds:[{worldPos:_,direction:M,halfSpan:k}],outbounds:[{worldPos:v,direction:M,halfSpan:k}]}}function Xy(t){const e=t.left??0,n=t.top??0,i=t.width??0,s=t.height??0;if(i<=0||s<=0)return null;const r="number"==typeof t.rotation?t.rotation:0,o="vertical"===t.orientation||"horizontal"!==t.orientation&&i<s,a=e+i/2,c=n+s/2,l=o?s/2:i/2,h=Math.cos(r),d=Math.sin(r),u=(t,e)=>({x:a+t*h-e*d,z:c+t*d+e*h});return{start:o?u(0,-l):u(-l,0),end:o?u(0,l):u(l,0)}}function qy(t){const e=t.cx??0,n=t.cy??0,i=Math.abs(t.rx??100),s=Math.abs(t.ry??100),r=t.ratio??50,o=(i+i*r/100)/2,a=(s+s*r/100)/2,c=t.startAngle??0,l=t.endAngle??Math.PI/2,h="reverse"===t.status;if(i<=0||s<=0)return{inbounds:[],outbounds:[]};const d={x:e+o*Math.sin(c),z:n-a*Math.cos(c)},u={x:e+o*Math.sin(l),z:n-a*Math.cos(l)},p={x:Math.cos(c),z:Math.sin(c)},f={x:Math.cos(l),z:Math.sin(l)};return h?{inbounds:[{worldPos:u,direction:{x:-f.x,z:-f.z}}],outbounds:[{worldPos:d,direction:{x:-p.x,z:-p.z}}]}:{inbounds:[{worldPos:d,direction:p}],outbounds:[{worldPos:u,direction:f}]}}function Ky(t){const e=$y(t),n=e.outbounds[0];if(!n)return{inbounds:Uy(t,"inbound"),outbounds:[]};const i=Uy(t,"inbound").filter(t=>{const e=t.worldPos.x-n.worldPos.x,i=t.worldPos.z-n.worldPos.z;return Math.hypot(e,i)>1}),s=n.direction,r=[];for(const t of i){const e=t.direction.x*s.x+t.direction.z*s.z;if(Math.abs(e)>=.1)continue;const n=t.direction.x+s.x,i=t.direction.z+s.z,o=Math.hypot(n,i)||1;r.push({worldPos:t.worldPos,direction:{x:n/o,z:i/o},halfSpan:t.halfSpan})}return{inbounds:[...i,...r],outbounds:e.outbounds}}function Qy(t,e,n={}){const i=n.distance??5,s=n.cosine??.9;if(t.direction.x*e.direction.x+t.direction.z*e.direction.z<s)return!1;const r=t.worldPos.x-e.worldPos.x,o=t.worldPos.z-e.worldPos.z;if("number"==typeof t.halfSpan&&"number"==typeof e.halfSpan){const n=t.direction.x,s=t.direction.z;if(Math.abs(r*n+o*s)>i)return!1;const a=Math.abs(r*-s+o*n);return t.halfSpan+e.halfSpan-a>0}return Math.hypot(r,o)<=i}function Zy(t,e,n,i=0){const s=n.width??0,r=n.height??0;if(s<=0||r<=0)return!1;const o=(n.left??0)+s/2,a=(n.top??0)+r/2,c="number"==typeof n.rotation?n.rotation:0,l=Math.cos(-c),h=Math.sin(-c),d=t-o,u=e-a,p=d*l-u*h,f=d*h+u*l;return Math.abs(p)<=s/2+i&&Math.abs(f)<=r/2+i}function Jy(t,e,n){const i=n.width??0,s=n.height??0;if(i<=0||s<=0)return 1/0;const r=(n.left??0)+i/2,o=(n.top??0)+s/2;let a=t.x-r,c=t.z-o,l=e.x,h=e.z;const d="number"==typeof n.rotation?n.rotation:0;if(0!==d){const t=Math.cos(-d),e=Math.sin(-d),n=a*e+c*t,i=l*e+h*t;a=a*t-c*e,c=n,l=l*t-h*e,h=i}const u=i/2,p=s/2;let f=-1/0,m=1/0;if(Math.abs(l)<1e-9){if(a<-u||a>u)return 1/0}else{const t=(-u-a)/l,e=(u-a)/l;f=Math.max(f,Math.min(t,e)),m=Math.min(m,Math.max(t,e))}if(Math.abs(h)<1e-9){if(c<-p||c>p)return 1/0}else{const t=(-p-c)/h,e=(p-c)/h;f=Math.max(f,Math.min(t,e)),m=Math.min(m,Math.max(t,e))}return m<f?1/0:f>=0?f:m>=0?Math.min(-f,m):-m}function tb(t,e,n,i=6){return!!Zy(t.worldPos.x,t.worldPos.z,e,i)&&(!n||t.direction.x*n.x+t.direction.z*n.z>=0)}function eb(t,e,n){return t.outbounds.map(t=>{const i=[];for(const s of e){let e=null;for(const i of s.topology.inbounds){if(!Qy(t,i,n))continue;const s=t.worldPos.x-i.worldPos.x,r=t.worldPos.z-i.worldPos.z,o=Math.hypot(s,r);(null===e||o<e)&&(e=o)}if(null===e&&s.bounds){const i=s.topology.outbounds[0]?.direction,r=!(s.topology.outbounds&&s.topology.outbounds.length)?n?.sinkMargin??30:6;if(tb(t,s.bounds,i,r)){const n=Jy(t.worldPos,t.direction,s.bounds);if(Number.isFinite(n))e=n+1e3;else{const n=(s.bounds.left??0)+(s.bounds.width??0)/2,i=(s.bounds.top??0)+(s.bounds.height??0)/2;e=Math.hypot(t.worldPos.x-n,t.worldPos.z-i)+1e3}}}null!==e&&i.push({id:s.id,dist:e})}return 0===i.length?null:(i.sort((t,e)=>t.dist-e.dist||(t.id<e.id?-1:1)),i[0].id)})}function nb(t,e){const n=new Map;for(const e of t)n.set(e.id,e);const i=new Map,s=new Set;for(const n of t){const r=t.filter(t=>t.id!==n.id),o=eb(n.topology,r,e);i.set(n.id,o);for(const t of o)null!=t&&s.add(t)}const r=(t,e)=>{if(!n.has(t)||!n.has(e)||t===e)return;const r=i.get(t)??[];r.includes(e)||(r.push(e),i.set(t,r),s.add(e))};for(const e of t)if(e.links){for(const t of e.links.downstream??[])r(e.id,t);for(const t of e.links.upstream??[])r(t,e.id)}const o=new Set,a=new Set;for(const e of t){(i.get(e.id)??[]).some(t=>null!=t)||o.add(e.id),s.has(e.id)||a.add(e.id)}return{nodes:n,out:i,sinks:o,sources:a}}function ib(t,e){const n=new Map;return(t.out.get(e)??[]).map(e=>{if(null==e)return new Set;const i=new Set([e]);for(const s of function(t,e,n){const i=n.get(e);if(i)return i;const s=new Set,r=[e],o=new Set([e]);for(;r.length;){const e=r.shift();for(const n of t.out.get(e)??[])null!=n&&(s.add(n),o.has(n)||(o.add(n),r.push(n)))}return n.set(e,s),s}(t,e,n))i.add(s);return i})}function sb(t,e,n,i){return e===n?0:function(t,e,n){const i=n.get(e);if(i)return i;const s=new Map([[e,0]]),r=[e];for(;r.length;){const e=r.shift(),n=s.get(e);for(const i of t.out.get(e)??[])null==i||s.has(i)||(s.set(i,n+1),r.push(i))}return n.set(e,s),s}(t,e,i).get(n)??1/0}function rb(t,e,n){const i=t.out.get(e)??[],s=new Map,r=[];for(let e=0;e<i.length;e++){const o=i[e];if(null==o)continue;const a=o===n?0:sb(t,o,n,s);a!==1/0&&r.push({i:e,hops:1+a})}return r.sort((t,e)=>t.hops-e.hops||t.i-e.i),r.map(t=>t.i)}function ob(t,e,n){const i=rb(t,e,n);return i.length?i[0]:-1}function ab(t,e,n){return e===n||rb(t,e,n).length>0}function cb(t,e){const n=new Set;for(const i of ib(t,e))for(const e of i)t.sinks.has(e)&&n.add(e);return n}function lb(t,e,n){return hb(t,e,n).map(t=>t.index)}function hb(t,e,n){const i=n instanceof Set?n:new Set(n);if(0===i.size)return[];const s=t.out.get(e)??[],r=new Map,o=[...i].sort(),a=[];for(let e=0;e<s.length;e++){const n=s[e];if(null==n)continue;let i=1/0,c="";for(const e of o){const s=1+(n===e?0:sb(t,n,e,r));s<i&&(i=s,c=e)}i!==1/0&&a.push({index:e,hops:i,target:c})}return a.sort((t,e)=>t.hops-e.hops||t.index-e.index),a}function db(t,e={}){const n=[],i=e.loopCapableIds??new Set,s=e.routingTargetIds??new Set;for(const e of[...t.sources].sort()){const i=t.nodes.get(e);if(!i||!i.topology.outbounds?.length)continue;(t.out.get(e)??[]).some(t=>null!=t)||n.push({severity:"error",code:"orphan-source",nodeId:e,message:`source 노드 "${e}" 가 outgoing edge 0 — 아무 데도 carrier 를 보낼 수 없음`})}for(const e of[...t.nodes.keys()].sort()){(t.out.get(e)??[]).some(t=>null!=t)||(s.has(e)||t.sources.has(e)||n.push({severity:"error",code:"dead-end",nodeId:e,message:`노드 "${e}" 가 outgoing 0 인데 RoutingTarget 자격 없음 — routing 미정의 종착`}))}const r=function(t){const e=[],n=[...t.nodes.keys()].sort(),i=new Set,s=[],r=new Set,o=n=>{i.add(n),s.push(n),r.add(n);for(const a of t.out.get(n)??[])if(null!=a)if(r.has(a)){const t=s.indexOf(a),n=s.slice(t),i=n.indexOf([...n].sort()[0]),r=[...n.slice(i),...n.slice(0,i)],o=r.join("→");e.some(t=>t.join("→")===o)||e.push(r)}else i.has(a)||o(a);s.pop(),r.delete(n)};for(const t of n)i.has(t)||o(t);return e.sort((t,e)=>t[0].localeCompare(e[0])||t.length-e.length),e}(t);for(const t of r){t.some(t=>i.has(t))||n.push({severity:"error",code:"cycle",cycle:t,message:`의도 cycle 자격 (isLoop) 없는 cycle: ${t.join(" → ")} → ${t[0]}`})}const o=e.routingWeights;if(o)for(const[t,e]of[...o].sort((t,e)=>t[0].localeCompare(e[0])))(!Number.isFinite(e)||e<=0)&&n.push({severity:"warning",code:"invalid-weight",nodeId:t,message:`RoutingTarget "${t}" 의 routingWeight=${e} — weight ≤ 0 비정상, weight 정책에서 제외됨`});const a=new Set;for(const e of t.out.values())for(const t of e)null!=t&&a.add(t);for(const e of[...s].sort())t.nodes.has(e)&&(a.has(e)||n.push({severity:"warning",code:"unreachable-target",nodeId:e,message:`RoutingTarget "${e}" 에 incoming edge 0 — 누구도 이쪽으로 carrier 를 보내지 않음`}));return n.sort((t,e)=>t.code!==e.code?t.code.localeCompare(e.code):(t.nodeId??"").localeCompare(e.nodeId??"")),n}function ub(t,e){if(!t)return[];const n=[],i=new Set,s=t=>{if(!t||i.has(t))return;if(i.add(t),t!==e&&"function"==typeof t?.getSegmentTopology){const e=t.state?.id,i=t.refid??t.state?.refid,s="string"==typeof e&&e.length>0?e:null!=i?String(i):void 0;if(s)try{const e=t.getSegmentTopology(),i=t.state??{},r={left:i.left,top:i.top,width:i.width,height:i.height,rotation:i.rotation};e&&n.push({id:s,topology:e,bounds:r})}catch{}}const r=t?.components;if(Array.isArray(r))for(const t of r)s(t)};return s(t),n}function pb(t,e){const n=t.state?.targetRef??t.state?.downstreamRef;if("string"==typeof n&&n.length>0)return n;if("function"!=typeof t.getSegmentTopology)return null;const i=t.getSegmentTopology();if(!i||0===i.outbounds.length)return null;const s=eb(i,ub(t.parent??t.rootModel??t.root,t).filter(t=>t.topology.inbounds.length>0),e);for(const t of s)if(t)return t;return null}function fb(t){return!!t&&"function"==typeof t.routingConstraints}function mb(t){return!!t&&"function"==typeof t.acceptedCarrierData}function gb(t,e=16){const n=[],i=t.parent??t.rootModel??t.root;if(!i)return n;const s=pb(t);if(!s)return n;const r=_b(i,s);if(!r)return n;const o=[{segment:r,accumulated:{},pathIds:[s],visited:new Set([s])}];for(;o.length>0;){const t=o.shift();if(t.pathIds.length>e)continue;const s=fb(t.segment)?t.segment.routingConstraints():null;if(s&&s.length>0)for(const e of s)for(const s of e.candidates){const r=yb(t.accumulated,s);if(!r)continue;const a=bb(t.segment,e.portId,i);a&&!t.visited.has(a.state?.id??"")?o.push({segment:a,accumulated:r,pathIds:[...t.pathIds,a.state?.id??"?"],visited:new Set([...t.visited,a.state?.id??""])}):n.push({data:r,weight:1,pathIds:[...t.pathIds,`${e.portId}`],destination:e.portId})}else{if(mb(t.segment)){const e=t.segment.acceptedCarrierData(),i=t.segment.state?.id;if(0===e.length)n.push({data:t.accumulated,weight:1,pathIds:t.pathIds,destination:i});else for(const s of e){const e=yb(t.accumulated,s);e&&n.push({data:e,weight:1,pathIds:t.pathIds,destination:i})}continue}const e=pb(t.segment);if(!e||t.visited.has(e)){n.push({data:t.accumulated,weight:1,pathIds:t.pathIds,destination:t.pathIds[t.pathIds.length-1]});continue}const s=_b(i,e);if(!s)continue;o.push({segment:s,accumulated:t.accumulated,pathIds:[...t.pathIds,e],visited:new Set([...t.visited,e])})}}return n}function yb(t,e){const n={...t};for(const[t,i]of Object.entries(e)){if(t in n&&n[t]!==i)return null;n[t]=i}return n}function bb(t,e,n){if("straight"===e&&t.state?.downstreamRef)return _b(n,t.state.downstreamRef);const i=_b(n,e);if(i)return i;const s=pb(t);return s?_b(n,s):null}function _b(t,e){if(!t||!e)return null;if("function"==typeof t.findById)return t.findById(e);const n=new Set,i=t=>{if(!t||n.has(t))return null;if(n.add(t),t.state?.id===e)return t;const s=t.components;if(Array.isArray(s))for(const t of s){const e=i(t);if(e)return e}return null};return i(t)}function vb(t,e){return Math.hypot(t.x-e.x,t.z-e.z)}function xb(t,e,n=5,i=[],s=n){const r=t.length,o=new Array(r).fill(void 0),a=new Set,c=(e,n)=>"start"===n?t[e].start:t[e].end,l=[],h=new Map,d=[],u=new Map;for(const t of i){const e=Array.isArray(t),n=e?t:t.positions,i=e?void 0:t.kind;if(!n.length)continue;const s=l.length;l.push({pos:n[0],members:[]});for(const t of n)d.push({pos:t,pt:s});i&&u.set(s,i)}const p=(t,e)=>{const i=c(t,e),s=h.get(`${t}:${"end"===e?"start":"end"}`),r=[];for(const t of d)vb(t.pos,i)<=n&&!r.includes(t.pt)&&r.push(t.pt);for(let t=0;t<l.length;t++)vb(l[t].pos,i)<=n&&!r.includes(t)&&r.push(t);let o=r.find(t=>t!==s)??-1;o<0&&(o=l.length,l.push({pos:i,members:[]})),l[o].members.push({seg:t,end:e}),h.set(`${t}:${e}`,o)};for(let t=0;t<r;t++)p(t,"start"),p(t,"end");const f=new Set,m=new Set,g=new Set;{const t=t=>{let e=-1,n=1/0;for(let i=0;i<l.length;i++){const s=vb(l[i].pos,t);s<n&&(n=s,e=i)}for(const i of d){const s=vb(i.pos,t);s<n&&(n=s,e=i.pt)}return{pt:e,d:n}};for(const n of e){const{pt:e,d:i}=t(n.pos);e>=0&&i<=s&&(f.add(e),("source"===n.kind?m:g).add(e))}}for(const[t,e]of u)f.add(t),("source"===e?m:g).add(t);const y=(t,e)=>"end"===e!==o[t],b=[],_=(e,n)=>{if(void 0===o[e])return o[e]=n,void b.push(e);o[e]!==n&&a.add(t[e].id)},v=t=>{for(const e of["start","end"]){const n=h.get(`${t}:${e}`);if(void 0===n)continue;const i=l[n];if(2!==i.members.length||f.has(n))continue;const s=i.members[0],r=s.seg===t&&s.end===e?i.members[1]:s;if(r.seg===t)continue;const a="end"===e!==o[t],c="end"===r.end!==!a;_(r.seg,c)}},x=()=>{for(;b.length;)v(b.shift())},w=t=>{let e=-1,n="start",i=1/0;for(let s=0;s<r;s++)for(const r of["start","end"]){const o=vb(c(s,r),t.pos);o<i&&(i=o,e=s,n=r)}if(e<0||i>s)return;const o="source"===t.kind?"end"===n:"start"===n;_(e,o)};for(const t of e)"source"===t.kind&&w(t);x();for(const t of e)"sink"===t.kind&&w(t);x();let M=!0;for(;M;){M=!1;for(const t of l){if(t.members.length<3)continue;const e=t.members.filter(t=>void 0===o[t.seg]);if(1!==e.length)continue;let n=0,i=0;for(const e of t.members)void 0!==o[e.seg]&&(y(e.seg,e.end)?n++:i++);const s=e[0];let r;0===i&&n>0?r="end"===s.end:0===n&&i>0&&(r="start"===s.end),void 0!==r&&(o[s.seg]=r,b.push(s.seg),x(),M=!0)}}if(o.some(t=>void 0===t)&&m.size>0&&g.size>0){const t=t=>{const e=new Array(l.length).fill(1/0),n=[];for(const i of t)e[i]=0,n.push(i);for(;n.length;){const t=n.shift();for(const i of l[t].members){const s=h.get(`${i.seg}:${"start"===i.end?"end":"start"}`);void 0!==s&&e[s]>e[t]+1&&(e[s]=e[t]+1,n.push(s))}}return e},e=t(m),n=t(g);for(let t=0;t<r;t++){if(void 0!==o[t])continue;const i=h.get(`${t}:start`),s=h.get(`${t}:end`);if(void 0===i||void 0===s)continue;if(l[i].members.length<2||l[s].members.length<2)continue;if(e[i]===1/0||e[s]===1/0||n[i]===1/0||n[s]===1/0)continue;let r;e[i]!==e[s]?r=e[i]<e[s]:n[i]!==n[s]&&(r=n[s]<n[i]),void 0!==r&&(o[t]=!r,b.push(t))}x()}const S=new Map;for(let e=0;e<r;e++)S.set(t[e].id,void 0===o[e]?"unknown":o[e]?"reverse":"forward");return{directions:S,conflicts:[...a]}}function wb(...t){}function Mb(t){return String(t?.state?.id??t?.refid??t?.state?.refid??"?")}function Sb(t){const e=t?.state?.id;if("string"==typeof e&&e.length>0)return e;const n=t?.refid??t?.state?.refid;return null!=n?String(n):void 0}function*kb(t){if(!t)return;("function"==typeof t.getSegmentTopology||t.flowOrientable)&&(yield t);const e=t.components;if(Array.isArray(e))for(const t of e)yield*kb(t)}function Ab(t,e,n){const i=e.width??0,s=e.height??0;if(i<=0||s<=0)return!1;const r=(e.left??0)+i/2,o=(e.top??0)+s/2,a="number"==typeof e.rotation?e.rotation:0,c=t.x-r,l=t.z-o,h=Math.cos(-a),d=Math.sin(-a),u=c*h-l*d,p=c*d+l*h;return Math.abs(u)<=i/2+n&&Math.abs(p)<=s/2+n}function Eb(t){const e=[],n=[],i=[],s=[];for(const r of kb(t)){const t=Sb(r);if(!t)continue;if(r.flowOrientable){const n=Xy(r.state??{});n&&e.push({id:t,start:n.start,end:n.end});continue}if("function"==typeof r.openings){const t=r.state??{};(t.width??0)>0&&(t.height??0)>0&&s.push(t);continue}let o;try{o=r.getSegmentTopology()}catch{continue}if(!o)continue;const a=o.inbounds??[],c=o.outbounds??[],l="function"==typeof r.routingDestination;if(0===a.length&&c.length>0)for(const t of c)n.push({pos:{x:t.worldPos.x,z:t.worldPos.z},kind:"source"});else if(a.length>0&&(0===c.length||l))for(const t of a)n.push({pos:{x:t.worldPos.x,z:t.worldPos.z},kind:"sink"});else if(a.length>0||c.length>0){const t=[];for(const e of a)t.push({x:e.worldPos.x,z:e.worldPos.z});for(const e of c)t.push({x:e.worldPos.x,z:e.worldPos.z});t.length&&i.push({positions:t})}}for(const t of s){const s=[];for(const n of e)for(const e of[n.start,n.end])Ab(e,t,16)&&s.push(e);let r=!1,o=!1;for(const e of n)Ab(e.pos,t,16)&&("sink"===e.kind?r=!0:o=!0);const a=r&&!o?"sink":o&&!r?"source":void 0;(s.length>=2||a&&s.length>=1)&&i.push({positions:s,kind:a})}if(0===e.length||0===n.length)return new Map;return xb(e,n,8,i,60).directions}function Cb(t){const e=t?.root;if(!e)return;if(e.__flowComputing)return;let n=e.__flowOrientation;if(!n){e.__flowComputing=!0;try{n={map:Eb(e)}}finally{e.__flowComputing=!1}e.__flowOrientation=n}const i=Sb(t),s=i?n.map.get(i):void 0;return"reverse"===s||"forward"!==s&&void 0}function Tb(t){return!!t&&"function"==typeof t.distanceToBoardPoint}function Pb(t,e,n,i){if(!t||!e)return null;const s=[],r=t=>{if(!t||t===i)return;if(Dm(t,e)&&Tb(t)){const e=function(t){const e=t?.state?.id;if("string"==typeof e&&e.length>0)return e;const n=t?.refid??t?.state?.refid;return null!=n?String(n):void 0}(t);e&&s.push({id:e,component:t,distance:t.distanceToBoardPoint(n.x,n.y)})}const o=t.components;if(Array.isArray(o))for(const t of o)r(t)};return r(t),0===s.length?null:(s.sort((t,e)=>t.distance-e.distance||t.id.localeCompare(e.id)),s[0])}function Ob(t){return!!t&&"function"==typeof t.routingDestination}function Db(t){const e=t?.state?.id;if("string"==typeof e&&e.length>0)return e;const n=t?.refid??t?.state?.refid;return null!=n?String(n):void 0}function*zb(t){if(!t)return;yield t;const e=t.components;if(Array.isArray(e))for(const t of e)yield*zb(t)}function Ib(t){const e=[],n=new Map,i=new Map,s=new Set,r=[];for(const o of zb(t)){"function"==typeof o?.registerWithHost&&r.push(o);const t="function"==typeof o?.getSegmentTopology,a="function"==typeof o?.routingLinks?o.routingLinks():void 0,c=!(!a||!((a.downstream?.length??0)>0||(a.upstream?.length??0)>0));if(!(t||Ob(o)||c||Tb(o)))continue;const l=Db(o);if(!l)continue;let h={inbounds:[],outbounds:[]};if(t){try{h=o.getSegmentTopology()}catch{continue}if(!h)continue}const d=o.state??{},u={left:d.left,top:d.top,width:d.width,height:d.height,rotation:d.rotation};if(e.push({id:l,topology:h,bounds:u,links:a}),i.set(l,o),Ob(o)){s.add(l);const t=o.routingDestination();if("string"==typeof t&&t.length>0){const e=n.get(t)??[];e.push(l),n.set(t,e)}}}return{nodes:e,destToSinks:n,components:i,routingTargetIds:s,stationClients:r}}function Rb(t){if(!t)return null;let e=t.__flowGraph;if(!e){const{nodes:n,destToSinks:i,components:s,routingTargetIds:r,stationClients:o}=Ib(t),a=nb(n);!function(t,e){if(!t)return;const n=t=>{if(!t)return;"function"==typeof t.clearStations&&t.clearStations();const e=t.components;if(Array.isArray(e))for(const t of e)n(t)};n(t);const i=[...e].sort((t,e)=>{const n=Db(t)??"",i=Db(e)??"";return n.localeCompare(i)});for(const e of i){const n=e.declaredHostRef?.();let i=null;if(n&&(i=t.findById?.(n)??null),!i){const n=e.hostCapability?.(),s=e.hostFacingPoint?.();n&&s&&(i=Pb(t,n,s,e)?.component??null)}i&&"function"==typeof e.registerWithHost&&e.registerWithHost(i)}const s=e=>{if(!e)return;if(Tb(e)&&"function"==typeof e.resolveDownstream&&"function"==typeof e.registerDivertStation)for(const n of e.resolveDownstream()){const i=t.findById?.(n);i&&e.registerDivertStation(n,i)}const n=e.components;if(Array.isArray(n))for(const t of n)s(t)};s(t)}(t,o);const c=new Set;for(const[t,e]of s){((e?.state?.type??e?.model?.type??"").includes("loop")||!0===e?.isLoop)&&c.add(t)}const l=new Map;for(const t of r){const e=s.get(t);if("function"==typeof e?.routingWeight){const n=e.routingWeight();"number"==typeof n&&(!Number.isFinite(n)||n<=0)&&l.set(t,n)}}const h=db(a,{routingTargetIds:r,loopCapableIds:c,routingWeights:l});if(h.length>0&&"undefined"!=typeof console){const t=h.filter(t=>"error"===t.severity),e=h.filter(t=>"warning"===t.severity);t.length>0?console.warn(`[FlowGraph] ${t.length} error(s) / ${e.length} warning(s):`,h):console.info(`[FlowGraph] ${e.length} warning(s):`,h)}e={graph:a,destToSinks:i,components:s,issues:h},t.__flowGraph=e}return e}function jb(t){return Rb(t)?.issues??[]}function Lb(t){const e=Rb(t);return e&&e.graph.nodes.size>0?e.graph:null}function Fb(t,e){return Rb(t)?.destToSinks.get(e)??[]}function Nb(t,e){return Rb(t)?.components.get(e)}function Hb(t){const e=Rb(t);return e?[...e.destToSinks.keys()]:[]}function Bb(t){return Db(t)}function Gb(t){const e="number"==typeof t?.inventoryCount?t.inventoryCount:"function"==typeof t?.size?t.size():0,n=t?.state?.capacity;return"number"==typeof n&&n>0?e/n:e}function Vb(t,e,n,i,s){if(1===i.length)return i[0];switch(t){case"index":default:return i[0];case"round-robin":{const t=n.counters.get(e)??0;return n.counters.set(e,t+1),i[t%i.length]}case"weight":{const t=i.map(t=>function(t){if("function"==typeof t?.routingWeight){const e=t.routingWeight();if("number"==typeof e&&Number.isFinite(e)&&e>0)return e}return 1}(s.get(t.target))),r=t.reduce((t,e)=>t+e,0);if(r<=0)return i[0];const o=n.counters.get(e)??0;n.counters.set(e,o+1);let a=o%r;for(let e=0;e<i.length;e++){if(a<t[e])return i[e];a-=t[e]}return i[i.length-1]}case"utilization":{let t=1/0,e=i[0];for(const n of i){const i=Gb(s.get(n.target));i<t&&(t=i,e=n)}return e}}}function Yb(t,e,n){const i=t?.root;if(!i)return null;const s=e?.state?.meta?.destination;if("string"!=typeof s||0===s.length)return null;const r=Rb(i);if(!r||0===r.graph.nodes.size)return null;const o=Db(t);if(!o)return null;let a=r.destToSinks.get(s)??[];0===a.length&&(a=[s]);const c=hb(r.graph,o,a);if(0===c.length)return null;const l=r.graph.out.get(o)??[],h=c.filter(t=>{const n=l[t.index],i=n?r.components.get(n):null;return!i||"function"!=typeof i.canReceive||i.canReceive(e)});if(0===h.length)return l[c[0].index]??null;const d=n?.policy??function(t,e){const n=t?.state?.balancingPolicy;if(n)return n;const i=e?.state?.routingBalancingPolicy;return i||"round-robin"}(t,i),u=Vb(d,o,function(t){return t.__balancingState||(t.__balancingState={counters:new Map}),t.__balancingState}(i),h,r.components);return l[u.index]??null}Rm({name:"Capacity",description:"Item 을 *보유(keep)* 하는 측면 — slot 위상 / 수용 판정(canReceive/findSlot) / 3D 안착(placementFor/attachPointFor/acceptanceRotation) / delivery 좌표 질의 / 점유 수. 이동(receive/dispatch 등)은 Transferable 소관.",methods:["get slots","get arrangementStrategy","canReceive","findSlot","placementFor","attachPointFor","acceptanceRotation","deliveryWorldRotation","deliveryWorldPosition","_countOccupied"],sourceFile:"src/items/capacity-mixin.ts"}),Rm({name:"PlacementSurface",description:"carrier 가 holder 위 *정확히 어디에 앉는가* 의 단일 진입점 — placementFor(carrier, ctx) → SeatingPose (holder object3d local frame, 순수 함수). I1 접촉 (밑면 = 받침 상면) / I2 frame-explicit (parent-child 비가정 — Sovereign handover 와 reparent 양쪽이 같은 값 소비) / I3 순수성 / I4 per-carrier 치수. default 구현은 Capacity(FlowNode) 가 기존 receivingSurfaceY + ArrangementStrategy + acceptanceRotation 합성과 수치 동일하게 제공.",methods:["placementFor"],models:["CarrierDims","PlacementContext","SeatingPose"],sourceFile:"src/items/capacity-mixin.ts"});try{globalThis.__operatoBuildFlowGraph=(t,e)=>{try{return e?.force&&t&&delete t.__flowGraph,Lb(t)}catch{return null}}}catch{}function Wb(t,e,n){const i=Yb(t,e,n);if(null==i)return null;const s=t?.root,r=Nb(s,i)??s?.findById?.(i)??null;return r?{targetId:i,component:r,origin:"explicit"}:null}function Ub(t){const e=t?.root,n=Lb(e),i=Bb(t);if(!n||!i)return null;const s=(n.out.get(i)??[]).find(Boolean);if(!s)return null;const r=Nb(e,s)??e?.findById?.(s)??null;return r?{id:s,component:r}:null}function $b(t){const e=Bb(t);return e?Xb(t?.root,e):[]}function Xb(t,e){if(!t||!e)return[];const n=Lb(t);if(!n)return[];const i=new Set;for(const s of cb(n,e)){const e=Nb(t,s);if(Ob(e)){const t=e.routingDestination();"string"==typeof t&&t.length>0&&i.add(t)}}return[...i]}function qb(t,e){if(!t||!e)return[];const n=Lb(t);if(!n)return[];const i=new Map;for(const t of n.out.values())for(const e of t)null!=e&&i.set(e,(i.get(e)??0)+1);const s=new Map;for(const r of cb(n,e)){const e=Nb(t,r);if(!Ob(e))continue;const n=e.routingDestination();if("string"!=typeof n||0===n.length)continue;let o=null;if("function"==typeof e.routingWeight){const t=e.routingWeight();"number"==typeof t&&Number.isFinite(t)&&t>0&&(o=t)}null===o&&(o=i.get(r)??0,0===o&&(o=1)),s.set(n,(s.get(n)??0)+o)}return[...s].map(([t,e])=>({value:t,weight:e}))}function Kb(t){return Lb(t)}function Qb(t){const e=Lb(t);if(!e)return[];const n=new Set,i=new Set,s=t=>{if(!t)return;const r=Bb(t);if(r&&e.nodes.has(r)){Ob(t)&&n.add(r);((t?.state?.type??t?.model?.type??"").includes("loop")||!0===t?.isLoop)&&i.add(r)}const o=t.components;if(Array.isArray(o))for(const t of o)s(t)};return s(t),db(e,{routingTargetIds:n,loopCapableIds:i})}function Zb(t){if(0===t.length)return;const e=t.reduce((t,e)=>t+e.weight,0);if(e<=0)return t[Math.floor(Math.random()*t.length)].value;const n=Math.random()*e;let i=0;for(const e of t)if(i+=e.weight,n<i)return e.value;return t[t.length-1].value}const Jb={next:Wb,downstream:Ub,reachableDestinations:$b,reachableDestinationsFrom:Xb,reachableDestinationsWeightedFrom:qb,pickWeightedDestination:Zb,graphFor:Kb,validate:Qb};function t_(t){var e;return e=class extends t{constructor(){super(...arguments),this._items=[]}get items(){return this._items}containsItem(t){return-1!==this._items.indexOf(t)}attachPointFor(e,n){const i=t.prototype?.attachPointFor;return"function"==typeof i?i.call(this,e,n):null}addItem(t,e){if(!t||this.containsItem(t))return;const n=t.parent;if(n&&"function"==typeof n.removeItem&&n!==this&&n.removeItem(t,!0),this._items.push(t),t.parent=this,!e?.silent&&"function"==typeof this.trigger)try{this.trigger("hold",this,t,this._items.length-1)}catch{}t.held?.(this)}removeItem(t,e){if(!t)return;const n=this._items.indexOf(t);if(-1!==n&&(this._items.splice(n,1),t.parent=null,!e)){if("function"==typeof this.trigger)try{this.trigger("release",this,t,n)}catch{}t.released?.(this)}}forEachItem(t,e){this._items.forEach(t,e)}handoverIn(t,e){if(!t)return;const n=t.parent;n&&("function"==typeof n.removeComponent&&-1!==n._components?.indexOf?.(t)&&n.removeComponent(t,!0),n!==this&&"function"==typeof n.removeItem&&-1!==n._items?.indexOf?.(t)&&n.removeItem(t,!0));const i=-1===this._items.indexOf(t);if(i&&this._items.push(t),t.parent=this,i&&"function"==typeof this.trigger)try{this.trigger("hold",this,t,this._items.length-1)}catch{}const s=t._realObject,r=s?.object3d;if(r){let n,i,o=e?.toParent3D,a="world-preserve";if(!o){const s=this.attachPointFor?.(t,{slotId:e?.slotId});s?.attach&&(o=s.attach,n=s.localPosition,i=s.localRotation,a=s.carryPolicy??"world-preserve")}o&&r.parent!==o&&(o.updateWorldMatrix?.(!0,!1),r.updateWorldMatrix?.(!0,!1),o.attach(r),s.suppressTransform=!0),o&&(n&&r.position.set(n.x,n.y,n.z),"world-preserve"!==a?i?r.rotation.set(i.x,i.y,i.z):r.quaternion.identity():i&&r.rotation.set(i.x,i.y,i.z),s?.setTransientPlacement?.({policy:"carried",meta:{carryPolicy:a}}))}t.held?.(this),this._bumpReceived?.(t)}handoverOut(t){this.removeItem(t),this._bumpDispatched?.(t)}dispose(){const t=this._items.slice();this._items.length=0;for(const e of t)try{e.dispose?.()}catch{}super.dispose?.()}_drawItems(t){const e=this.root?.transitionEffect;for(const t of this._items)e?.isReparenting?.(t)||t.draw?.(this.getContext?.(t))}_captureItems(t,e,n,i,s){for(let r=this._items.length-1;r>=0;r--){const o=this._items[r],a="static"===o.position?o.capture?.(t,e,s):o.capture?.(n,i,s);if(a)return a}return null}postrender(t){super.postrender?.(t);const e=this;if("popup"===e.position)return;const n=this._items;if(!n||0===n.length)return;t.save();const i=e.bounds;!e.showOverflow&&i&&(t.beginPath(),t.rect(i.left,i.top,i.width,i.height),t.clip(),t.closePath());const{left:s=0,top:r=0}=e.state??{};t.translate(s,r),this._drawItems(t),t.translate(-s,-r),t.restore()}capture(t,e,n){const i=this,s=this._items;if(s&&s.length>0&&(!i.app||i.app.isEditMode||!i.hidden)){const s=i.fromParent?.(t,e);if(s&&i.contains?.(s.x,s.y)){const r=i.bounds,o=this._captureItems(s.x-r.left,s.y-r.top,t,e,n);if(o)return o}}return super.capture?.(t,e,n)}},e.capabilities=Object.freeze([...t.capabilities??[],"Holdable"]),e}function e_(t){var n;const i=!!t.__hasCapacity,s=!!t.__hasTransferable,r=i?t:Wy(t),o=s?r:function(t){var n;return(n=class extends t{reserve(t,e){const n=this.findSlot(t);return n?{slot:n,token:Symbol("slot-reservation")}:null}release(t){}async receive(t,e={}){Iu.log({role:"target",contract:"receive:enter",component:this,args:{carrier:jy(t),options:e}});const n=this.reserve(t,e);if(!n){Iu.log({role:"target",contract:"receive:reject",component:this,args:{carrier:jy(t)},result:{reason:"no-slot"}}),this.trigger("transfer-rejected",{type:"transfer-rejected",component:t,container:this,reason:"no-slot"});const e=new Error("receive rejected: no-slot");throw e.reason="no-slot",e}this.commit(n,t,e)}commit(t,n,i={}){const s=t.slot,r=this._countOccupied(s.id),o=this.arrangementStrategy.positionAt(r,s,r,n);Iu.log({role:"target",contract:"arrangementStrategy.positionAt",component:this,args:{idx:r,slotId:s.id,occupantCount:r,carrier:jy(n)},result:o}),n[Ny]=s.id;const a=n._realObject;let c,l;a?.object3d&&(a.object3d.updateWorldMatrix(!0,!1),c=new e.Vector3,l=new e.Quaternion,a.object3d.getWorldPosition(c),a.object3d.getWorldQuaternion(l));const{animated:h=!1,duration:d,ease:u}=i;"function"==typeof this.handoverIn?this.handoverIn(n,{slotId:s.id}):this.reparent?.(n,{animated:h,duration:d,ease:u}),!h&&n._realObject&&(n._realObject.suppressTransform=!1);{const t={},e=this.placementFor?.(n,{slot:s,index:r,occupantCount:r})??null;if(Iu.log({role:"target",contract:"placementFor",component:this,args:{carrier:jy(n),slotId:s.id,index:r},result:e}),e){const i=n.state??{},r=this.state??{};t.left=e.position.x-(Number(i.width)||0)/2+(Number(r.width)||0)/2,t.top=e.position.z-(Number(i.height)||0)/2+(Number(r.height)||0)/2;const o=this._zPosFromSeatY(e.position.y,i.depth,s);null!==o&&(t.zPos=o),e.rotation&&Fy(t,e.rotation)}else{if(o&&(t.left=o.x,t.top=o.y),0!==(this._realObject?.receivingSurfaceY??0))t.zPos=0;else if(s.localPosition&&Number.isFinite(s.localPosition.z)){const e=this._realObject?.geometricOffsetY??0;t.zPos=s.localPosition.z+e}const e=this.acceptanceRotation?.(n,s);Iu.log({role:"target",contract:"acceptanceRotation",component:this,args:{carrier:jy(n),slotId:s.id},result:e}),e&&Fy(t,e)}const i=this.normalizePose?.(n,s);"function"==typeof this.normalizePose&&Iu.log({role:"target",contract:"normalizePose",component:this,args:{carrier:jy(n),slotId:s.id},result:i}),i&&Object.assign(t,i),Object.keys(t).length&&(n.setState?.(t),Iu.log({role:"target",contract:"receive:setState",component:this,args:{carrier:jy(n),keys:Object.keys(t)}}))}this.trigger("transfer-received",{type:"transfer-received",component:n,container:this,slotId:s.id,preReceiveWorldPos:c,preReceiveWorldQuat:l}),Iu.log({role:"target",contract:"receive:done",component:this,args:{carrier:jy(n),slotId:s.id}})}async dispatch(t,e,n={}){const i=new Fu({source:this,target:e,carrier:t,options:n,physical:async()=>{delete t[Ny]}}),s=await i.execute();"rolled-back"!==s.phase?this.trigger("transfer-dispatched",{type:"transfer-dispatched",component:t,container:this,target:e}):this.trigger("transfer-rejected",{type:"transfer-rejected",component:t,container:this,reason:s.rejectReason??"rejected"})}route(t){return null}resolveRoute(t,e){}rejectRoute(t,e="rejected"){this.trigger("transfer-rejected",{type:"transfer-rejected",component:t,container:this,reason:e})}canAccept(t){const e=(()=>{const e=this.slots;if(!e.length)return{ok:!1,reason:"no-slots-defined"};const n=this.findSlot(t);if(!n){const n=t?.state?.type??t?.type;for(const t of e)if(!t.allowedTypes?.length||!n||t.allowedTypes.includes(n))return{ok:!1,reason:"all-slots-full"};return{ok:!1,reason:"type-not-accepted"}}return{ok:!0,slot:n}})();return Iu.log({role:"target",contract:"canAccept",component:this,args:{carrier:jy(t)},result:e.ok?{ok:!0,slotId:e.slot.id}:{ok:!1,reason:e.reason}}),e}accept(t,e){return this.receive(t,e)}}).__hasTransferable=!0,n}(r),a=[...t.capabilities??[]];i||a.push("Capacity","PlacementSurface"),s||a.push("Transferable"),a.push("Holdable","FlowNode");var c,l,h;return By((n=class extends(t_(o)){get isFlowNode(){return!0}containable(t){return!!t&&!0===t.isItem}get showMoveHandle(){return!1}inboundPorts(){return[]}outboundPorts(){return[]}_bumpReceived(t){const e=this.state?.received??0;this.setState?.({received:e+1})}_bumpDispatched(t){const e=this.state?.dispatched??0;this.setState?.({dispatched:e+1})}_bumpRejected(t,e){const n=this.state?.rejected??0;this.setState?.({rejected:n+1})}route(t){return null}resolveRoute(t,e){}rejectRoute(t,e){}resolveDownstream(){const t=this.state?.downstreamRef;if(!t)return[];return(this.root?.findAll?.(t)??[]).map(t=>t?.state?.id).filter(Boolean)}routingLinks(){return{downstream:this.resolveDownstream()}}},c=n,"symbol"==typeof(l="FlowNodeMixed")&&(l=l.description?"[".concat(l.description,"]"):""),Object.defineProperty(c,"name",{configurable:!0,value:h?"".concat(h," ",l):l}),n.capabilities=Object.freeze(a),n.isFlowNode=!0,n))}function n_(t){return!!t&&!0===t.isFlowNode}Rm({name:"Holdable",description:"어떤 Component 든 item(데이타바인딩 동적 물건) 을 보유하는 capability. _items + add/remove/forEach + handover + hold/release event + dispose cascade. Container(정적 _components) 와 직교 — 컨테이너 비의존.",methods:["addItem","removeItem","forEachItem","containsItem","handoverIn","handoverOut","_drawItems","_captureItems","dispose"],sourceFile:"src/components/mixins/holdable.ts"}),Rm({name:"Transferable",description:"Item 을 노드 간에 옮기는 *이동(move)* 측면. 수용 트랜잭션 라이프사이클(reserve → commit → release)과 receive/accept/dispatch/route 를 제공. 보유(keep — slots/findSlot/canReceive 등)는 Capacity 소관.",methods:["reserve","commit","release","receive","accept","canAccept","dispatch","route","resolveRoute","rejectRoute"],sourceFile:"src/transfer/transferable-mixin.ts"}),Rm({name:"FlowNode",description:"Flow graph 의 노드 — 구조 (inbound/outbound port + slot) + flow (route + 5-phase transfer stat). 보유(_items/handover)는 Holdable base 위임. 모든 flow 컴포넌트의 base — Storable/Mobile/Processable 의도가 위에 직교로 적용.",methods:["inboundPorts","outboundPorts","slotIds","slotAt","route","resolveRoute","rejectRoute"],models:["Port","SlotInfo","Vec3"],sourceFile:"src/flow/flow-node.ts"});const i_={x:0,y:0,z:0,w:1};function s_(t){const e=t/2;return{x:0,y:Math.sin(e),z:0,w:Math.cos(e)}}function r_(t,e){const n=t.rotation,i=e.rotation,s=e.position,r=n.w*s.x+n.y*s.z-n.z*s.y,o=n.w*s.y+n.z*s.x-n.x*s.z,a=n.w*s.z+n.x*s.y-n.y*s.x,c=-n.x*s.x-n.y*s.y-n.z*s.z,l=r*n.w+c*-n.x+o*-n.z-a*-n.y,h=o*n.w+c*-n.y+a*-n.x-r*-n.z,d=a*n.w+c*-n.z+r*-n.y-o*-n.x,u={x:n.w*i.x+n.x*i.w+n.y*i.z-n.z*i.y,y:n.w*i.y-n.x*i.z+n.y*i.w+n.z*i.x,z:n.w*i.z+n.x*i.y-n.y*i.x+n.z*i.w,w:n.w*i.w-n.x*i.x-n.y*i.y-n.z*i.z};return{position:{x:t.position.x+l,y:t.position.y+h,z:t.position.z+d},rotation:u}}const o_={east:{axis:{x:1,y:0,z:0},yaw:0,idSuffix:"east"},west:{axis:{x:-1,y:0,z:0},yaw:Math.PI,idSuffix:"west"},south:{axis:{x:0,y:0,z:1},yaw:-Math.PI/2,idSuffix:"south"},north:{axis:{x:0,y:0,z:-1},yaw:Math.PI/2,idSuffix:"north"}};function a_(t){const{carrierWorld:e,width:n,depth:i,entryHeight:s,mountLocalY:r,approachDistance:o,sides:a,toolType:c,tolerance:l,priority:h}=t,d="number"==typeof r?{position:{x:0,y:r,z:0},rotation:{...i_}}:void 0,u=n/2,p=i/2;return a.map(t=>{const n=o_[t],i="string"==typeof c?c:c[t]??"unknown",r={position:{x:n.axis.x*("east"===t||"west"===t?u:0),y:s,z:n.axis.z*("north"===t||"south"===t?p:0)},rotation:s_(n.yaw)},a={position:{x:r.position.x+n.axis.x*o,y:s,z:r.position.z+n.axis.z*o},rotation:s_(n.yaw)};return{id:`entry-${n.idSuffix}`,toolType:i,approach:r_(e,a),engage:r_(e,r),...d?{mount:d}:{},tolerance:l,priority:h}})}function c_(t){const{carrierWorld:e,topY:n,approachDistance:i,toolType:s,mountLocalY:r,tolerance:o,priority:a,id:c}=t,l={position:{x:0,y:n,z:0},rotation:{...i_}};return{id:c??"top",toolType:s,approach:r_(e,{position:{x:0,y:n+i,z:0},rotation:{...i_}}),engage:r_(e,l),..."number"==typeof r?{mount:{position:{x:0,y:r,z:0},rotation:{...i_}}}:{},tolerance:o,priority:a}}function l_(t,e){return t.filter(t=>t.toolType===e.toolType)}function h_(t,e){if(0===t.length)return null;const n=t.map(t=>{const n=t.approach.position.x-e.x,i=t.approach.position.y-e.y,s=t.approach.position.z-e.z;return{f:t,dist:Math.sqrt(n*n+i*i+s*s)}});return n.sort((t,e)=>{const n=t.f.priority??0,i=e.f.priority??0;return n!==i?n-i:t.dist-e.dist}),n[0].f}class d_{constructor(t){this.owner=t}positionAt(t,e,n,i){if(0!==t)return null;const s=this.owner?.state?.width??0,r=this.owner?.state?.height??0,o=i?.state?.width??0,a=i?.state?.height??0;return{x:Math.max(0,(s-o)/2),y:Math.max(0,(r-a)/2),z:0}}capacity(t){return t.maxCount??1}}let u_=1;function p_(t,e){return t.startSimMs<e.endSimMs&&e.startSimMs<t.endSimMs}const f_={resolveConflict:(t,e)=>t.priority!==e.priority?t.priority<e.priority?"b-yields":"a-yields":t.id<e.id?"b-yields":"a-yields"};class m_{constructor(t=f_){this._byResource=new Map,this._byReserver=new Map,this._listeners=new Set,this._conflictLog=[],this._maxConflictLog=1e3,this._yieldPolicy=t}add(t){const e={...t,id:"res-"+u_++},n=(this._byResource.get(e.resource)??[]).filter(t=>p_(t.timeWindow,e.timeWindow));if(0===n.length)return this._insert(e),this._emit({kind:"added",reservation:e}),{ok:!0,reservation:e};const i=n.map(t=>{const n=this._yieldPolicy.resolveConflict(e,t);return{a:e,b:t,decision:n}});if(i.every(t=>"b-yields"===t.decision)){const i=n.slice();for(const t of i)this._remove(t),this._emit({kind:"evicted",reservation:t,by:e});return this._insert(e),this._emit({kind:"added",reservation:e}),this._appendConflictLog({simTime:e.timeWindow.startSimMs,resource:e.resource,proposed:t,existing:i,outcome:"preempted"}),{ok:"preempted",reservation:e,evicted:i}}return this._appendConflictLog({simTime:e.timeWindow.startSimMs,resource:e.resource,proposed:t,existing:n.slice(),outcome:"rejected"}),{ok:!1,conflicts:i}}conflictLog(){return[...this._conflictLog]}setMaxConflictLog(t){this._maxConflictLog=Math.max(1,t)}_appendConflictLog(t){this._conflictLog.push(t),this._conflictLog.length>this._maxConflictLog&&this._conflictLog.shift()}conflicts(t,e){return(this._byResource.get(t)??[]).filter(t=>p_(t.timeWindow,e))}release(t){this._remove(t)&&this._emit({kind:"released",reservation:t})}releaseAllOf(t){const e=(this._byReserver.get(t)??[]).slice();for(const t of e)this._remove(t),this._emit({kind:"released",reservation:t});return e}forResource(t){return[...this._byResource.get(t)??[]]}forReserver(t){return[...this._byReserver.get(t)??[]]}all(){const t=[];for(const e of this._byResource.values())t.push(...e);return t}clear(){this._byResource.clear(),this._byReserver.clear(),this._conflictLog.length=0}subscribe(t){return this._listeners.add(t),()=>{this._listeners.delete(t)}}_insert(t){let e=this._byResource.get(t.resource);e||(e=[],this._byResource.set(t.resource,e));const n=e.findIndex(e=>e.timeWindow.startSimMs>t.timeWindow.startSimMs);n<0?e.push(t):e.splice(n,0,t);let i=this._byReserver.get(t.reserverId);i||(i=[],this._byReserver.set(t.reserverId,i)),i.push(t)}_remove(t){const e=this._byResource.get(t.resource);if(!e)return!1;const n=e.findIndex(e=>e.id===t.id);if(n<0)return!1;e.splice(n,1),0===e.length&&this._byResource.delete(t.resource);const i=this._byReserver.get(t.reserverId);if(i){const e=i.findIndex(e=>e.id===t.id);e>=0&&i.splice(e,1),0===i.length&&this._byReserver.delete(t.reserverId)}return!0}_emit(t){this._listeners.forEach(e=>e(t))}}const g_=new m_;"undefined"!=typeof globalThis&&(globalThis.__THINGS_SCENE_RESERVATION_TABLE__=g_);class y_{constructor(){this.nodes=new Map,this.edges=new Map,this.laneEndpoints=new Map}addNode(t){this.nodes.has(t.id)||(this.nodes.set(t.id,t),this.edges.set(t.id,[]))}addEdge(t){const e=this.edges.get(t.fromNode);if(!e)throw new Error(`NavGraph.addEdge: source node not found: ${t.fromNode}`);if(!this.nodes.has(t.toNode))throw new Error(`NavGraph.addEdge: target node not found: ${t.toNode}`);e.push(t)}edgesFrom(t){return this.edges.get(t)??[]}findNearestNode(t){let e=null,n=1/0;for(const i of this.nodes.values()){const s=b_(i.position,t);s<n&&(n=s,e=i)}return e}}function b_(t,e){const n=t.x-e.x,i=t.y-e.y,s=t.z-e.z;return n*n+i*i+s*s}function __(t,e){return Math.sqrt(b_(t,e))}function v_(t,e,n={}){const i=new y_,s=n.defaultSpeed??100;for(const e of t){const t=e.geometry.centerPoints;if(t.length<2)continue;const n=`${e.id}:start`,r=`${e.id}:end`;i.addNode({id:n,position:t[0],type:"lane-start"}),i.addNode({id:r,position:t[t.length-1],type:"lane-end"}),i.laneEndpoints.set(e.id,{startNodeId:n,endNodeId:r});let o=0;for(let e=1;e<t.length;e++)o+=__(t[e-1],t[e]);const a=o/(e.speedLimit??s)*1e3;i.addEdge({fromNode:n,toNode:r,resource:e.id,distance:o,durationMs:a,forward:!0}),"twoway"===e.direction&&i.addEdge({fromNode:r,toNode:n,resource:e.id,distance:o,durationMs:a,forward:!1})}for(const t of e){if(t.lanes.length<2)continue;const e=[];for(const n of t.lanes){const s=i.laneEndpoints.get(n);if(!s)continue;const r=i.nodes.get(s.startNodeId).position,o=i.nodes.get(s.endNodeId).position;let a=0,c=0,l=0;for(const e of t.lanes){if(e===n)continue;const t=i.laneEndpoints.get(e);if(!t)continue;const s=i.nodes.get(t.startNodeId).position,h=i.nodes.get(t.endNodeId).position;a+=Math.min(b_(r,s),b_(r,h)),c+=Math.min(b_(o,s),b_(o,h)),l++}if(0===l)continue;const h=a<c?s.startNodeId:s.endNodeId;e.push({laneId:n,nodeId:h,pos:i.nodes.get(h).position})}for(let n=0;n<e.length;n++)for(let s=0;s<e.length;s++){if(n===s)continue;const r=e[n],o=e[s],a=__(r.pos,o.pos);i.addEdge({fromNode:r.nodeId,toNode:o.nodeId,resource:t.id,distance:a,durationMs:t.crossingTimeMs,forward:!0})}}return i}function x_(t,e,n,i={}){const s=t.nodes.get(e),r=t.nodes.get(n);if(!s||!r)return null;const o=i.speed?.max??100,a=e=>{const n=t.nodes.get(e);var i,s;return(i=n.position,s=r.position,Math.sqrt(function(t,e){const n=t.x-e.x,i=t.y-e.y,s=t.z-e.z;return n*n+i*i+s*s}(i,s)))/o*1e3},c=new Map,l=new Set,h=new Set,d={nodeId:e,gScore:0,fScore:a(e)};c.set(e,d),l.add(e);const u=i.startSimMs??0,p=i.deadlineSimMs;for(;l.size>0;){let e=null,i=null;for(const t of l){const n=c.get(t);(!i||n.fScore<i.fScore||n.fScore===i.fScore&&t<e)&&(i=n,e=t)}if(!i||!e)return null;if(e===n){const t=[];let e=i,n=0;for(;e&&e.cameFromEdge;){const i=e.cameFromEdge,s=u+(e.gScore-i.durationMs);t.unshift({resource:i.resource,timeWindow:{startSimMs:s,endSimMs:s+i.durationMs},fromPos:i.fromPos,toPos:i.toPos}),n+=i.distance,e=c.get(i.fromNodeId)}const s=i.gScore;return void 0!==p&&u+s>p?null:{segments:t,totalDurationMs:s,totalDistance:n}}l.delete(e),h.add(e);for(const n of t.edgesFrom(e)){if(h.has(n.toNode))continue;const e=i.gScore+n.durationMs,s=c.get(n.toNode);if(!s||e<s.gScore){const i=t.nodes.get(n.fromNode),s=t.nodes.get(n.toNode),r={nodeId:n.toNode,gScore:e,fScore:e+a(n.toNode),cameFromEdge:{fromNodeId:n.fromNode,resource:n.resource,distance:n.distance,durationMs:n.durationMs,fromPos:i.position,toPos:s.position}};c.set(n.toNode,r),l.add(n.toNode)}}}return null}function w_(t,e,n=0,i){return t.segments.map(t=>({resource:t.resource,timeWindow:t.timeWindow,reserverId:e,priority:n,metadata:i}))}const M_={closed:!0,round:0,divisions:24};class S_{constructor(t,e){this.points=t,this.closed=e;const n=[0];for(let e=1;e<t.length;e++){const i=t[e].x-t[e-1].x,s=t[e].y-t[e-1].y;n.push(n[e-1]+Math.sqrt(i*i+s*s))}this.cumulative=n,this.length=n[n.length-1]??0}sample(t){const e=this.length;if(0===this.points.length)return{x:0,y:0,theta:0};if(0===e)return{x:this.points[0].x,y:this.points[0].y,theta:0};let n=t;this.closed?n=(t%e+e)%e:n<0?n=0:n>e&&(n=e);const i=this.cumulative;let s=0,r=i.length-2;for(;s<r;){const t=s+r>>1;i[t+1]<=n?s=t+1:r=t}const o=i[s+1]-i[s],a=o>0?(n-i[s])/o:0,c=this.points[s],l=this.points[s+1],h=l.x-c.x,d=l.y-c.y;return{x:c.x+h*a,y:c.y+d*a,theta:0===h&&0===d?0:Math.atan2(d,h)}}}function k_(t,e={}){const n={...M_,...e},i=t.length;if(0===i)return new S_([],n.closed);if(1===i)return new S_([{x:t[0].x,y:t[0].y}],n.closed);const s=[],r=(t,e)=>{if(s.length>0){const n=s[s.length-1];if(Math.abs(n.x-t)<1e-9&&Math.abs(n.y-e)<1e-9)return}s.push({x:t,y:e})},o=(n.closed,i);for(let e=0;e<o;e++){const s=0===e?n.closed?i-1:-1:e-1,o=e===i-1?n.closed?0:-1:e+1,a=s>=0?t[s]:null,c=t[e],l=o>=0?t[o]:null;if(a&&a.x===c.x&&a.y===c.y)continue;const h=a&&l?to(c,n.round):0;let d,u,p,f;if(a){const t=Math.sqrt((a.x-c.x)**2+(a.y-c.y)**2),e=0!==t?Math.atan2(a.x-c.x,a.y-c.y):0,n=Math.min(h,t/2);d=Math.sin(e)*n+c.x,u=Math.cos(e)*n+c.y}else d=c.x,u=c.y;if(l){const t=Math.sqrt((l.x-c.x)**2+(l.y-c.y)**2),e=0!==t?Math.atan2(l.x-c.x,l.y-c.y):0,n=Math.min(h,t/2);p=Math.sin(e)*n+c.x,f=Math.cos(e)*n+c.y}else p=c.x,f=c.y;if(r(d,u),h>0&&a&&l)for(let t=1;t<=n.divisions;t++){const e=t/n.divisions,i=1-e;r(i*i*d+2*i*e*c.x+e*e*p,i*i*u+2*i*e*c.y+e*e*f)}else d===p&&u===f||r(p,f);if(l&&Kr(c)){const t=to(l,n.round),e=Math.sqrt((c.x-l.x)**2+(c.y-l.y)**2),i=0!==e?Math.atan2(c.x-l.x,c.y-l.y):0,s=Math.min(t,e/2),o=Qr({x:p,y:f},{x:Math.sin(i)*s+l.x,y:Math.cos(i)*s+l.y},c.bulge);if(o){let t=o.endAngle-o.startAngle;if(o.clockwise)for(;t>0;)t-=2*Math.PI;else for(;t<0;)t+=2*Math.PI;for(let e=1;e<=n.divisions;e++){const i=e/n.divisions,s=o.startAngle+t*i;r(o.cx+o.radius*Math.cos(s),o.cy+o.radius*Math.sin(s))}}}}if(n.closed&&s.length>0){const t=s[0],e=s[s.length-1];(Math.abs(e.x-t.x)>1e-9||Math.abs(e.y-t.y)>1e-9)&&s.push({x:t.x,y:t.y})}return new S_(s,n.closed)}function A_(t,e){return k_(t,e).length}function E_(t){return t?/forklift|agv|amr|oht|tugger|worker/i.test(t)?"mobile":/conveyor|sorter|induct|chute|belt/i.test(t)?"flow":/rack|shelf|stocker|cell/i.test(t)?"cell":/pallet|box|parcel|crate|drum|tray/i.test(t)?"atomic":/robot[-_]?arm|crane|lift/i.test(t)?"articulated":/spawn[-_]?point|sink[-_]?point/i.test(t)?"boundary":"":""}function C_(t){const e=[];let n=t.parent;for(;n&&!n.isRootModel?.();){const t=n.state?.id??n.constructor?.name;t&&e.unshift(t),n=n.parent}return e.join(" › ")}function T_(t,e=!0){const n=t.constructor?.name??t.state?.type??"Component",i={type:n,id:t.state?.id??`?${t._id??Math.random().toString(36).slice(2,7)}`,category:E_(n),parentId:t.parent?.state?.id,parentPath:C_(t)},s=t._realObject?.object3d;if(s){s.updateWorldMatrix?.(!0,!1);const t=s.matrixWorld?.elements;t&&(i.pose={position:{x:t[12],y:t[13],z:t[14]},rotation:{x:0,y:0,z:0,w:1}})}if(!0===t.isItem&&(i.isItem=!0),!0===t.isMover&&(i.isMover=!0),"function"!=typeof t.canReceive&&"function"!=typeof t.canAccept||(i.isHolder=!0),"function"==typeof t.pickupFrames)try{i.isPickable=t.pickupFrames().length>0}catch{i.isPickable=!1}if("string"==typeof t.toolType||"function"==typeof t.toolType?i.toolType="function"==typeof t.toolType?t.toolType():t.toolType:void 0!==t.toolType&&(i.toolType=String(t.toolType)),t.state&&"object"==typeof t.state){const e={};for(const[n,i]of Object.entries(t.state))"string"!=typeof i&&"number"!=typeof i&&"boolean"!=typeof i&&null!==i||(e[n]=i);i.state=e}if(e){const e=t.components??[];i.childIds=e.map(t=>t.state?.id).filter(Boolean)}return i}function P_(t){function e(t,n){if(!t)return;n.push(T_(t));const i=t.components??[];for(const t of i)e(t,n)}function n(t,e){if(!e)return null;if(e.state?.id===t)return e;const i=e.components??[];for(const e of i){const i=n(t,e);if(i)return i}return null}return{version:"0.1.0",collectComponents(){const n=[];return e(t?.rootModel??t,n),n},getComponent(e){const i=n(e,t?.rootModel??t);if(!i)return null;const s={...T_(i)};if("function"==typeof i.pickupFrames)try{s.pickupFrames=i.pickupFrames()}catch{}if("object"==typeof i.slots)try{s.slots=Array.isArray(i.slots)?i.slots:"function"==typeof i.slots?i.slots():[]}catch{}if("function"==typeof i.acceptanceRotation)try{s.acceptanceWorldQuat=i.deliveryWorldRotation?.(null)??void 0}catch{}if("function"==typeof i.deliveryWorldPosition)try{s.deliveryWorldPosition=i.deliveryWorldPosition(null)}catch{}return s},simStatus(){let e=0;const n=[t?.rootModel??t];for(;n.length>0;){const t=n.pop();if(!t)continue;!0===t.isItem&&e++;const i=t.components??[];for(const t of i)n.push(t)}return{simTime:Ir.now,realTime:"undefined"!=typeof performance?performance.now():Date.now(),speed:Ir.speed,paused:Ir.isPaused,carrierCount:e}},transferLog(){const t={};Nu.flows().forEach((e,n)=>{t[n]=e});const e={};Nu.targetCounts().forEach((t,n)=>{e[n]=t});const n={};return Nu.rejectReasonCounts().forEach((t,e)=>{n[e]=t}),{entries:Nu.toJSON(),stats:Nu.stats(),flows:t,targetCounts:e,rejectReasonCounts:n}},reservations(){const t=[...g_.all()],e={},n={};for(const i of t)(e[i.resource]??=[]).push(i),(n[i.reserverId]??=[]).push(i);for(const t of Object.values(e))t.sort((t,e)=>t.timeWindow.startSimMs-e.timeWindow.startSimMs);for(const t of Object.values(n))t.sort((t,e)=>t.timeWindow.startSimMs-e.timeWindow.startSimMs);return{simTime:Ir.now,all:t,byResource:e,byReserver:n}},conflicts(){const t=g_.conflictLog(),e={},n={};let i=0,s=0;for(const r of t)e[r.resource]=(e[r.resource]??0)+1,n[r.proposed.reserverId]=(n[r.proposed.reserverId]??0)+1,"rejected"===r.outcome?i++:s++;return{simTime:Ir.now,log:[...t],total:t.length,rejected:i,preempted:s,byResource:e,byReserver:n}}}}function O_(t){const e=P_(t);return"undefined"!=typeof window&&(window.__SCENE_INSPECTOR__=e),e}let D_=0;const z_=new FinalizationRegistry(()=>{D_--});class I_{static get residents(){return D_}static get residentsCount(){return D_}constructor(t,e){this.counters={},this.references={},this.creator=t,this.disposer=e,D_++,z_.register(this,D_)}dispose(){if(this.disposer)for(const t in this.references)this.disposer(t,this.references[t]);this.references={},this.counters={}}get ids(){return Object.keys(this.references)}create(t){return new Promise((e,n)=>{this.creator?this.creator(t,n=>{n.release=()=>{this.disposer?.(t,n),delete n.release,ts("RELEASED",t)},e(n)},n):n(Error("Reference id("+t+") could not be created. Reference creator should be defined."))})}add(t,e){const n=new Promise((n,i)=>{const s=this.references[t];if(s)s===e?i(Error("Reference ID and target duplicate")):e?i(Error("Reference ID duplicate")):n(s);else{const s=e=>{e.release=()=>{this.release(e)},this.references[t]=e,this.counters[t]=1,n(e)};if(e)s(e);else{if(!this.creator)return void i(Error("Reference id("+t+") is not allowed. Reference creator should be defined."));this.creator(t,s,i)}}});return this.references[t]||(this.references[t]=n),n}async get(t,e=!1){let n=this.references[t];if(n){if(!(n instanceof Promise)){if(!(t in this.counters))throw new Error("No Reference Count");return this.counters[t]++,n}if(e)return n=await n,this.counters[t]++,n}if(e)return await this.add(t);throw new Error("No References for "+t)}_id(t){for(const e in this.references){if(this.references[e]===t)return e}}release(t){const e=this._id(t);if(!e)return void Zi("No Referenced ID");const n=this.references[e];n&&(this.counters[e]--,0==this.counters[e]&&(this.disposer?.(e,n),delete this.references[e],delete this.counters[e],delete t.release,ts("RELEASED",e)))}}const R_={},j_={};let L_=[];function F_(t){const e=t.target,n="SCRIPT"===e.tagName?R_:j_,i=e.src||e.href;n[i]=!0,L_.forEach((t,e)=>{if(!t)return;const{resolve:s,scripts:r,styles:o}=t;if(n===R_){const t=r.indexOf(i);t>-1&&t<r.length-1&&H_(r[t+1])}r.some(t=>!R_[t])||o?.some(t=>!j_[t])||(s(),L_[e]=null)}),L_=L_.filter(Boolean)}function N_(t){if("string"==typeof t)return;const e=t.target,n=e.src,i="SCRIPT"===e.tagName?R_:j_;L_.forEach((e,s)=>{if(!e)return;const{reject:r,scripts:o,styles:a}=e;(i===R_&&o.includes(n)||i===j_&&!!a?.includes(n))&&(r(t),L_[s]=null)}),L_=L_.filter(Boolean),delete i[n],document.head.removeChild(e)}function H_(t){R_[t]=!1;const e=document.createElement("script");e.onload=F_,e.onerror=N_,e.type="text/javascript",e.src=t,document.head.appendChild(e)}class B_{static load(t,e){const n="string"==typeof t?[t]:t,i="string"==typeof e?[e]:e;return new Promise(function(t,e){if(n&&!Array.isArray(n)||i&&!Array.isArray(i))return void e(new Error("invalid sources for load"));let s,r=!0;if(i?.forEach(t=>{t in j_||function(t){j_[t]=!1;const e=document.createElement("link");e.onload=F_,e.onerror=N_,e.type="text/css",e.rel="stylesheet",e.media="screen,print",e.href=t,document.head.appendChild(e)}(t),j_[t]||(r=!1)}),n&&n.length>0)for(const t of n)t in R_?R_[t]||(r=!1):s??=t;if(s)H_(s);else if(r)return void t();L_.push({resolve:t,reject:e,scripts:n,styles:i})})}}const G_="0.0.0";function V_(t){if(!(t>0))return 1;let e=0;if(!(t&t-1))return t;for(;0!=t;)t>>=1,e+=1;return 1<<e}function Y_(t){const{lineWidth:n=0}=t.state;let{width:i,height:s}=t.bounds;i+=n,s+=n;const r=V_(2*i),o=V_(2*s),a=Dp(r,o),c=new e.CanvasTexture(a);return W_(a,t,2),c.needsUpdate=!0,c.wrapS=e.RepeatWrapping,c.wrapT=e.RepeatWrapping,c.offset.set(0,1-2*s/o),c.repeat.set(2*i/r,2*s/o),c.magFilter=e.NearestFilter,c.minFilter=e.LinearFilter,c.colorSpace=e.SRGBColorSpace,c}function W_(t,e,n){const{lineWidth:i=0}=e.state;let{left:s,top:r}=e.bounds;s-=i/2,r-=i/2;const o=t.getContext("2d");o.scale(n,n),o.translate(-s,-r),e.render(o),e.postrender(o)}function U_(t,e,n=2){const i=t.getContext("2d");i&&(i.setTransform(1,0,0,1,0,0),i.clearRect(0,0,t.width,t.height),W_(t,e,n))}const $_=new Set(["cx","cy","cz","zPos","left","top","width","height","depth","lineWidth","rotationX","rotationY","rotation","scale","hidden","alpha","material3d","screenFixed"]);class X_ extends pu{get syncZPosOffset(){return this.effectiveDepth}get geometricOffsetY(){return this.effectiveDepth}constructor(t){super(t),this._origInvalidate=t.invalidate.bind(t),t.invalidate=()=>{this._origInvalidate(),this._refreshTextureNow()}}getObject3dInstance(){return new e.Mesh}build(){super.build();const{width:t,height:n}=this.component.bounds;if(!t||!n)return;const i=Md(this.component.state.material3d),s=new e.PlaneGeometry(1,1);s.rotateX(-Math.PI/2),this.object3d.geometry=s;const r=Y_(this.component),o=new e.MeshStandardMaterial({map:r});Ad(o,i),o.transparent=!0,this.object3d.material=o,this.object3d.castShadow=i.castShadow,this.object3d.receiveShadow=i.receiveShadow}updateDimension(){const{width:t,height:e}=this.component.bounds;this.setDimensionScale(t,1,e)}updateAlpha(){const{alpha:t=1,fillStyle:e}=this.component.state;$d(this.object3d.material,0,e)}_debouncedRebuild(){this._debounceTimer&&clearTimeout(this._debounceTimer),this._debounceTimer=setTimeout(()=>{this._debounceTimer=void 0,this._rebuildTexture()},100)}_rebuildTexture(){this.clear(),this.build(),this.updateTransform(),this.updateDimension(),this.updateHidden()}_refreshTextureNow(){const t=this.object3d.material,e=t?.map;if(!e)return;const n=e.source?.data;n&&(U_(n,this.component,2),e.needsUpdate=!0)}updateFillStyle(){this._debouncedRebuild()}updateStrokeStyle(){this._debouncedRebuild()}updateText(){this._debouncedRebuild()}onchange(t,e){super.onchange(t,e);for(const e of Object.keys(t))if(!$_.has(e)){this._debouncedRebuild();break}}updateMaterial3d(){super.updateMaterial3d();const t=this.object3d.material;if(!t)return;const e=Md(this.component.state.material3d);Ad(t,e),t.transparent=!0,this.object3d.castShadow=e.castShadow,this.object3d.receiveShadow=e.receiveShadow}clear(){return this._debounceTimer&&(clearTimeout(this._debounceTimer),this._debounceTimer=void 0),eu(this.object3d),super.clear()}dispose(){this._debounceTimer&&(clearTimeout(this._debounceTimer),this._debounceTimer=void 0),this._origInvalidate&&(this.component.invalidate=this._origInvalidate,this._origInvalidate=void 0),super.dispose()}}const q_=new Map;function K_(t){return Math.round(1e3*t)/1e3}function Q_(t){return new e.Color(t).getHexString()}const Z_={material(t,n,i){const s=t+"::"+function(t){const e=[];return null!=t.color&&e.push("c"+Q_(t.color)),null!=t.metalness&&e.push("m"+K_(t.metalness)),null!=t.roughness&&e.push("r"+K_(t.roughness)),null!=t.opacity&&e.push("o"+K_(t.opacity)),null!=t.emissive&&e.push("E"+Q_(t.emissive)),null!=t.emissiveIntensity&&e.push("I"+K_(t.emissiveIntensity)),null!=t.envMapIntensity&&e.push("e"+K_(t.envMapIntensity)),null!=t.side&&e.push("s"+t.side),t.transparent&&e.push("t"),t.flatShading&&e.push("f"),!1===t.depthWrite&&e.push("dw0"),t.map&&e.push("M"+(t.map.uuid??"")),e.join("|")}(n);let r=q_.get(s);return r||q_.set(s,r=function(t){const n=new e.MeshStandardMaterial;return n.userData.__bankOwned=!0,null!=t.color&&n.color.set(t.color),null!=t.emissive&&n.emissive.set(t.emissive),null!=t.metalness&&(n.metalness=t.metalness),null!=t.roughness&&(n.roughness=t.roughness),null!=t.emissiveIntensity&&(n.emissiveIntensity=t.emissiveIntensity),null!=t.envMapIntensity&&(n.envMapIntensity=t.envMapIntensity),null!=t.side&&(n.side=t.side),null!=t.map&&(n.map=t.map),null!=t.flatShading&&(n.flatShading=t.flatShading),null!=t.depthWrite&&(n.depthWrite=t.depthWrite),null!=t.opacity&&(n.opacity=t.opacity),null!=t.transparent?n.transparent=t.transparent:null!=t.opacity&&t.opacity<1&&(n.transparent=!0),n}(n)),null==i?r:Gd(r,{color:i})},get size(){return q_.size},has(t){const e=t+"::";for(const t of q_.keys())if(t.startsWith(e))return!0;return!1},dispose(){for(const t of q_.values())Yd(t),t.dispose();q_.clear()}};class J_ extends pu{getObject3dInstance(){return new e.Mesh}build(){super.build(),this.buildGeometry(),this.buildMaterial(),this.updateDimension()}updateAlpha(){if(this.canShareMaterial)return void super.updateAlpha();const{alpha:t=1,fillStyle:e}=this.component.state;$d(this.object3d.material,0,e)}updateFillStyle(){if(this.canShareMaterial)return this.applyBankMaterial(),void this.applyMaterialOpacity();const{fillStyle:t,alpha:e=1}=this.component.state,n=this.object3d.material;if(!n)return;const i=pu.buildFillStyleTexture(this.component);i?(n.map&&n.map.dispose(),i.needsUpdate=!0,n.map=i,n.needsUpdate=!0):"string"==typeof t&&(n.map&&(n.map.dispose(),n.map=null,n.needsUpdate=!0),"transparent"!==t&&"none"!==t&&n.color.set(Xd(t))),$d(n,0,t)}updateStrokeStyle(){const t=this.object3d.getObjectByName("__edgeLines__");t&&(this.object3d.remove(t),eu(t));const{strokeStyle:n}=this.component.state;if(!n||"transparent"===n||"none"===n)return;const i=this.object3d.geometry;if(!i?.getAttribute("position"))return;const s=new e.EdgesGeometry(i),r=new e.LineBasicMaterial({color:n}),o=new e.LineSegments(s,r);o.name="__edgeLines__",this.object3d.add(o)}updateDimension(){const{width:t,height:e}=this.component.bounds,{depth:n=1}=this.component.state;if(!this.object3d)return;this.object3d.geometry.computeBoundingBox();const i=this.object3d.geometry.boundingBox;if(i){const s=i.max.x-i.min.x,r=i.max.y-i.min.y,o=i.max.z-i.min.z;this.setDimensionScale(t/s,n/r,e/o)}}get canShareMaterial(){return void 0===this.materialSharingIssue}get materialSharingIssue(){const{fillStyle:t}=this.component.state;if(!t||"object"!=typeof t)return;const e=t.type;return"pattern"===e?"무늬(pattern) fillStyle 은 인스턴스마다 캔버스 텍스처가 필요하다":"gradient"===e?"그라디언트 fillStyle 은 인스턴스마다 캔버스 텍스처가 필요하다":`fillStyle 이 색 문자열이 아니다 (type: ${String(e)})`}get requiresSharedMaterial(){return!0===this.component.constructor.requiresSharedMaterial}get materialSharing(){const t=this.materialSharingIssue,e=void 0===t,n=this.requiresSharedMaterial,i={shared:e,required:n,violated:n&&!e};return void 0!==t&&(i.reason=t),e&&(i.bankKey=this.materialBankKey),i}get materialBankKey(){return`mesh|${this.component.state.type??"unknown"}`}materialSpec(){const t=Md(this.component.state.material3d),e=Ud(this.component.state.fillStyle);return{metalness:t.metalness,roughness:t.roughness,emissive:t.emissive,emissiveIntensity:t.emissiveIntensity,envMapIntensity:t.envMapIntensity,side:kd(t.side),flatShading:t.flatShading,opacity:e,transparent:e<1}}buildMaterial(){if(!this.canShareMaterial){const t=Md(this.component.state.material3d),n=new e.MeshStandardMaterial({transparent:!0});return Ad(n,t),void(this.object3d.material=n)}this.applyBankMaterial()}applyBankMaterial(){const{fillStyle:t}=this.component.state,e=Ud(t)>0&&"string"==typeof t?Xd(t):void 0;Vd(this.object3d),this.object3d.material=Z_.material(this.materialBankKey,this.materialSpec(),e)}updateMaterial3d(){if(super.updateMaterial3d(),this.canShareMaterial)return this.applyBankMaterial(),void this.applyMaterialOpacity();const t=this.object3d.material;t&&Ad(t,Md(this.component.state.material3d))}clear(){return Vd(this.object3d),eu(this.object3d),super.clear()}}function tv(t,e,n,i){return[["bold",t],["italic",e],[n+"px",!0],[i,!0]].filter(t=>t[1]).map(t=>t[0]).join(" ")}function ev(t){let e=0;if(!((t=Math.abs(t)||1)&t-1))return t;for(;0!=t;)t>>=1,e+=1;return 1<<e}function nv(t,e,n){const{bold:i=!1,italic:s=!1,fontFamily:r="Serif",fontSize:o=10,fontColor:a="black",textAlign:c="center",textBaseline:l="middle",width:h=t.width,height:d=t.height,offsetX:u=0,offsetY:p=0}=n||{},f=t.getContext("2d");let m,g;f.imageSmoothingEnabled=!1,f.fillStyle=a,f.strokeStyle=a,f.font=tv(i,s,o,r),"left"===c||"start"===c?(f.textAlign="left",m=u):"right"===c||"end"===c?(f.textAlign="right",m=u+h):(f.textAlign="center",m=u+h/2);const y=1.2*o,b=String(e).split("\n"),_=y*b.length;g="top"===l||"hanging"===l?p+.1*o:"bottom"===l||"alphabetic"===l?p+d-_+.1*o:p+(d-_)/2+.1*o,f.textBaseline="top";for(const t of b)f.fillText(t,m,g),g+=y}function iv(t,n,i,s){const r=ev(2*n),o=ev(2*i),a=Dp(r,o),c=a.getContext("2d"),{fillStyle:l}=s||{};if(l&&"object"==typeof l&&l.colorStops?.length){const t=nu(l,2*n,2*i);t&&c.drawImage(t,0,0)}c.scale(2,2),"string"==typeof l&&""!==l&&"transparent"!==l&&(c.fillStyle=l,c.fillRect(0,0,n,i)),nv(a,t,s);const h=new e.CanvasTexture(a);return h.needsUpdate=!0,h.wrapS=e.RepeatWrapping,h.wrapT=e.RepeatWrapping,h.offset.set(0,1-2*i/o),h.repeat.set(2*n/r,2*i/o),h.minFilter=e.LinearFilter,h.colorSpace=e.SRGBColorSpace,h}function sv(t,n,i,s,r,o,a){const c=new Image;c.crossOrigin="anonymous",c.onload=()=>{const t=2*i,l=2*s,h=ev(t),d=ev(l),u=Dp(h,d),p=u.getContext("2d");if(o.color&&(p.fillStyle=o.color,p.fillRect(0,0,t,l)),o.fitPattern)p.drawImage(c,0,0,t,l);else{const e=2*(o.width||c.naturalWidth),n=2*(o.height||c.naturalHeight),i=2*(o.offsetX||0),s=2*(o.offsetY||0);let r=0,a=0;switch(o.align){case"center":r=(t-e)/2,a=(l-n)/2;break;case"left-top":break;case"left-bottom":a=l-n;break;case"right-top":r=t-e;break;case"right-bottom":r=t-e,a=l-n;break;case"left":a=(l-n)/2;break;case"right":r=t-e,a=(l-n)/2;break;case"top":r=(t-e)/2;break;case"bottom":r=(t-e)/2,a=l-n}const h=i+r,d=s+a;if(o.noRepeat)p.drawImage(c,0,0,c.naturalWidth,c.naturalHeight,h,d,e,n);else{p.save(),p.rect(0,0,t,l),p.clip();const i=h>0?h-Math.ceil(h/e)*e:h;for(let s=d>0?d-Math.ceil(d/n)*n:d;s<l;s+=n)for(let r=i;r<t;r+=e)p.drawImage(c,0,0,c.naturalWidth,c.naturalHeight,r,s,e,n);p.restore()}}n&&(p.scale(2,2),nv(u,n,r));const f=new e.CanvasTexture(u);f.needsUpdate=!0,f.wrapS=e.RepeatWrapping,f.wrapT=e.RepeatWrapping,f.offset.set(0,1-l/d),f.repeat.set(t/h,l/d),f.minFilter=e.LinearFilter,f.colorSpace=e.SRGBColorSpace,a(f)},c.onerror=()=>{const t=iv(n,i,s,r);a(t)},c.src=t}function rv(t,e){let{bold:n=!1,italic:i=!1,fontFamily:s="Serif",fontSize:r=10,lineHeight:o="normal"}=e||{};t=void 0===t||""==t?" ":String(t);const a=document.createElement("span");a.style.font=tv(n,i,r,s),a.style.lineHeight=String(o),a.style.whiteSpace="pre",a.style.position="absolute",a.textContent=t,document.body.appendChild(a);const c=a.getBoundingClientRect();return document.body.removeChild(a),{width:c.width,height:c.height}}class ov extends J_{get zPriority(){return au.DECAL}get syncZPosOffset(){return this.effectiveDepth}get geometricOffsetY(){return this.effectiveDepth}buildGeometry(){this.updateDimension()}updateStrokeStyle(){}updateFillStyle(){this.updateText()}updateDimension(){const{width:t,height:n}=this.component.state,i=Math.abs(t)||1,s=Math.abs(n)||1;this.object3d.geometry&&this.object3d.geometry.dispose();const r=new e.PlaneGeometry(i,s);r.rotateX(-Math.PI/2),this.object3d.geometry=r}updateText(){const t=this.object3d.material;if(!t)return;const{width:e,height:n,bold:i=!1,italic:s=!1,fontFamily:r="Serif",fontSize:o=10,fontColor:a="black",textAlign:c="center",textBaseline:l="middle",fillStyle:h}=this.component.state,d=Math.abs(e)||1,u=Math.abs(n)||1,p=this.component.text,f=h&&"none"!==h?h:"transparent",m={bold:i,italic:s,fontFamily:r,fontSize:o,fontColor:a,textAlign:c,textBaseline:l,width:d,height:u,fillStyle:f};if("object"==typeof f&&"pattern"===f?.type&&f.image){return void sv(this.component.app.url(h.image),p,d,u,m,h,e=>{t.map&&t.map.dispose(),t.map=e,t.color.set(16777215),t.needsUpdate=!0})}const g=iv(p,d,u,m);g?(t.map&&t.map.dispose(),t.map=g,t.color.set(16777215),g.needsUpdate=!0):"string"==typeof h&&(""!==h&&"transparent"!==h?t.color.set(Xd(h)):t.opacity=0)}updateAlpha(){const t=this.object3d.material;t.opacity=1,t.transparent=!0,super.applyMaterialOpacity()}}Gp("text",t=>new ov(t));const av={input:"css3d",select:"css3d",textarea:"css3d",button:"css3d",iframe:"css3d",video:"css3d",label:"texture",table:"texture",progress:"texture"};function cv(t){const e=t.model?.type??"";return"texture"===(av[e]??"css3d")?new X_(t):new Np(t)}Gp("html-overlay-element",cv),Gp("html-overlay-container",cv);class lv{setShape({extrudedShape:t,extrudedOptions:n}){this.extrudedShape=t,this.bb=new e.Box2,this.bb.setFromPoints(this.extrudedShape?.extractPoints(0).shape),this.extrudedOptions=n}generateTopUV(t,n,i,s,r){const o=n[3*i],a=n[3*i+1],c=n[3*s],l=n[3*s+1],h=n[3*r],d=n[3*r+1],u=this.bb,p=u.max.x-u.min.x,f=u.max.y-u.min.y;return[new e.Vector2((o-u.min.x)/p,1-(a-u.min.y)/f),new e.Vector2((c-u.min.x)/p,1-(l-u.min.y)/f),new e.Vector2((h-u.min.x)/p,1-(d-u.min.y)/f)]}generateSideWallUV(t,n,i,s,r,o){const a=n[3*i],c=n[3*i+1],l=n[3*i+2],h=n[3*s],d=n[3*s+1],u=n[3*s+2],p=n[3*r],f=n[3*r+1],m=n[3*r+2],g=n[3*o],y=n[3*o+1],b=n[3*o+2],_=this.extrudedOptions?.depth||100,v=this.bb,x=v.max.x-v.min.x,w=v.max.y-v.min.y;return Math.abs(c-d)<.01?[new e.Vector2(a/x,1-l/_),new e.Vector2(h/x,1-u/_),new e.Vector2(p/x,1-m/_),new e.Vector2(g/x,1-b/_)]:[new e.Vector2(c/w,1-l/_),new e.Vector2(d/w,1-u/_),new e.Vector2(f/w,1-m/_),new e.Vector2(y/w,1-b/_)]}}function hv(t,e){const n=t/2,i=e/2;return{points:[{x:-n,y:-i},{x:n,y:-i},{x:n,y:i},{x:-n,y:i}]}}function dv(t,e,n){const i=Math.max(3,Math.floor(n)),s=[];for(let n=0;n<i;n++){const r=n/i*Math.PI*2;s.push({x:t*Math.cos(r),y:e*Math.sin(r)})}return{points:s,segments:i}}function uv(t){if(0===t.length)return[];let e=1/0,n=1/0,i=-1/0,s=-1/0;for(const r of t)r.x<e&&(e=r.x),r.x>i&&(i=r.x),r.y<n&&(n=r.y),r.y>s&&(s=r.y);const r=(e+i)/2,o=(n+s)/2,a=t.map(t=>({x:t.x-r,y:t.y-o})),c=a[0],l=a[a.length-1];return a.length>1&&Math.abs(c.x-l.x)<1e-9&&Math.abs(c.y-l.y)<1e-9&&a.pop(),a}class pv extends pu{clear(){return this._mesh=void 0,super.clear()}get shape(){return null}topOutline(){const t=this.shape;if(!t||"function"!=typeof t.getPoints)return null;const e=this.outlineDivisions,n=t.getPoints(e);if(!n||n.length<3)return null;const i=uv(n);return i.length<3?null:{points:i}}get outlineDivisions(){return 12}get boundUVGenerator(){return this._boundUVGenerator||(this._boundUVGenerator=new lv),this._boundUVGenerator}build(){super.build();const t=this.effectiveDepth,n=this.shape;if(!n)return;const i=this.boundUVGenerator;i&&i.setShape({extrudedShape:n,extrudedOptions:{depth:t}});const s=this.createGeometry(n),r=this.createMaterials();this._mesh=new e.Mesh(s,r),this._mesh.rotation.x=-Math.PI/2,this._mesh.rotation.y=-Math.PI,this._mesh.rotation.z=-Math.PI,this._mesh.castShadow=!0,this.object3d.add(this._mesh),this.updateFillStyle(),this.updateStrokeStyle()}createGeometry(t){const n=this.effectiveDepth,{lineWidth:i=0}=this.component.state,s={steps:1,depth:n,bevelEnabled:i>0,bevelThickness:0,bevelSize:i,bevelSegments:1,UVGenerator:this.boundUVGenerator},r=new e.ExtrudeGeometry(t,s);return r.center(),r}createMaterials(){const t=Md(this.component.state.material3d),n=new e.MeshStandardMaterial;Ad(n,t);const i=new e.MeshStandardMaterial;return Ad(i,t),[n,i]}createTexture(){const{width:t,height:n}=this.component.bounds,i=ev(t),s=ev(n),r=Dp(i,s);this.component.render(r.getContext("2d"));const o=new e.CanvasTexture(r);return o.needsUpdate=!0,o.wrapS=e.RepeatWrapping,o.wrapT=e.RepeatWrapping,o.offset.set(0,1-n/s),o.repeat.set(t/i,n/s),o.minFilter=e.LinearFilter,o}getMaterials(){if(!this._mesh)return;const t=this._mesh.material;return Array.isArray(t)?t:void 0}updateMaterial3d(){super.updateMaterial3d();const t=this.getMaterials();if(!t)return;const e=Md(this.component.state.material3d);for(const n of t)Ad(n,e)}updateAlpha(){const{alpha:t=1,fillStyle:e,strokeStyle:n}=this.component.state,i=this.getMaterials();i&&($d(i[0],0,e),$d(i[1],0,n))}updateStrokeStyle(){const t=this.getMaterials();if(!t)return;const{strokeStyle:e}=this.component.state;t[1].color.set(Xd(e))}updateFillStyle(){this._applyCapTexture()}updateText(){this._applyCapTexture()}_applyCapTexture(){const t=this.getMaterials();if(!t)return;const e=t[0],{fillStyle:n}=this.component.state,i=this.component.hasTextProperty?this.component.text:"";if(!i){const t=pu.buildFillStyleTexture(this.component);return t?(e.map&&e.map.dispose(),e.map=t,e.color.set(16777215)):(e.map&&(e.map.dispose(),e.map=null),e.color.set(Xd(n))),void(e.needsUpdate=!0)}const{bold:s=!1,italic:r=!1,fontFamily:o="Serif",fontSize:a=10,fontColor:c="black",textAlign:l="center",textBaseline:h="middle",paddingTop:d=0,paddingLeft:u=0,paddingRight:p=0,paddingBottom:f=0}=this.component.state,{width:m,height:g}=this.component.bounds,y=Math.abs(m)||1,b=Math.abs(g)||1,_={bold:s,italic:r,fontFamily:o,fontSize:a,fontColor:c,textAlign:l,textBaseline:h,width:Math.max(y-u-p,0),height:Math.max(b-d-f,0),fillStyle:n,offsetX:u,offsetY:d};if("object"==typeof n&&"pattern"===n?.type&&n.image){return void sv(this.component.app.url(n.image),i,y,b,_,n,t=>{e.map&&e.map.dispose(),e.map=t,e.color.set(16777215),e.needsUpdate=!0})}e.map&&e.map.dispose();const v=iv(i,y,b,_);e.map=v,e.color.set(16777215),e.needsUpdate=!0}updateDimension(){super.updateDimension()}onchange(t,e){if("path"in t&&this._mesh){const t=this._mesh.geometry,e=this.shape;if(e){const n=this.createGeometry(e);this._mesh.geometry=n,t.dispose()}}super.onchange(t,e)}}class fv extends pv{get shape(){const{cx:t=0,cy:n=0,rx:i=1,ry:s=1,startAngle:r=0,endAngle:o=2*Math.PI,anticlockwise:a=!1}=this.component.state,c=new e.EllipseCurve(t,n,Math.abs(i),Math.abs(s),r,o,a,0);return new e.Shape(c.getPoints(50))}}Gp("ellipse",t=>new fv(t));class mv extends pv{get shape(){const{width:t,height:n,round:i=0}=this.component.state,s=Oc(i,t,n);if(s>0){const i=s,r=new e.Path;return r.moveTo(i,0),r.lineTo(t-i,0),r.quadraticCurveTo(t,0,t,i),r.lineTo(t,n-i),r.quadraticCurveTo(t,n,t-i,n),r.lineTo(i,n),r.quadraticCurveTo(0,n,0,n-i),r.lineTo(0,i),r.quadraticCurveTo(0,0,i,0),new e.Shape(r.getPoints(12))}const r=new e.Shape;return r.moveTo(0,0),r.lineTo(t,0),r.lineTo(t,n),r.lineTo(0,n),r.lineTo(0,0),r}}function gv(t,n={}){const i=n.round??0,s=n.divisions??24;if(!t||0===t.length)return new e.Shape;const r=t.some(t=>Kr(t)),o=i>0||t.some(t=>to(t,0)>0);if(r||o){const n=new e.Path;for(let e=0;e<t.length;e++){const s=t[(e-1+t.length)%t.length],r=t[e],o=t[(e+1)%t.length];if(s.x===r.x&&s.y===r.y)continue;const a=to(r,i);let c=Math.sqrt((s.x-r.x)**2+(s.y-r.y)**2),l=0!==c?Math.atan2(s.x-r.x,s.y-r.y):0;const h=Math.sin(l)*Math.min(a,c/2)+r.x,d=Math.cos(l)*Math.min(a,c/2)+r.y;c=Math.sqrt((o.x-r.x)**2+(o.y-r.y)**2),l=0!==c?Math.atan2(o.x-r.x,o.y-r.y):0;const u=Math.sin(l)*Math.min(a,c/2)+r.x,p=Math.cos(l)*Math.min(a,c/2)+r.y;if(0===e?n.moveTo(h,d):n.lineTo(h,d),a>0&&n.quadraticCurveTo(r.x,r.y,u,p),Kr(r)){const t=to(o,i),e=Math.sqrt((r.x-o.x)**2+(r.y-o.y)**2),s=0!==e?Math.atan2(r.x-o.x,r.y-o.y):0,a=Qr({x:u,y:p},{x:Math.sin(s)*Math.min(t,e/2)+o.x,y:Math.cos(s)*Math.min(t,e/2)+o.y},r.bulge);a&&n.absarc(a.cx,a.cy,a.radius,a.startAngle,a.endAngle,a.clockwise)}}return new e.Shape(n.getPoints(s))}const a=new e.Shape;for(let e=0;e<t.length;e++)0===e?a.moveTo(t[e].x,t[e].y):a.lineTo(t[e].x,t[e].y);return a}Gp("rect",t=>new mv(t));class yv extends pv{get shape(){const{path:t=[],round:e=0}=this.component.state;return gv(t,{round:e,divisions:24})}build(){Object.getPrototypeOf(pv.prototype).build.call(this);const t=this.effectiveDepth,n=this.shape;if(!n)return;const i=this.boundUVGenerator,s=this.minMax;if(i&&void 0!==s.minX&&void 0!==s.maxX&&void 0!==s.minY&&void 0!==s.maxY){const n=new e.Shape;n.moveTo(s.minX,s.minY),n.lineTo(s.maxX,s.minY),n.lineTo(s.maxX,s.maxY),n.lineTo(s.minX,s.maxY),n.closePath(),i.setShape({extrudedShape:n,extrudedOptions:{depth:t}})}else i&&i.setShape({extrudedShape:n,extrudedOptions:{depth:t}});const r=this.createGeometry(n),o=this.createMaterials();this._mesh=new e.Mesh(r,o),this._mesh.rotation.x=-Math.PI/2,this._mesh.rotation.y=-Math.PI,this._mesh.rotation.z=-Math.PI,this._mesh.castShadow=!0,this.object3d.add(this._mesh),this.updateFillStyle(),this.updateStrokeStyle()}createGeometry(t){const n=this.effectiveDepth,{lineWidth:i=0}=this.component.state,s={steps:1,depth:n,bevelEnabled:i>0,bevelThickness:0,bevelSize:i,bevelSegments:1,UVGenerator:this.boundUVGenerator},r=new e.ExtrudeGeometry(t,s),o=this.minMax;if(void 0!==o.minX&&void 0!==o.maxX&&void 0!==o.minY&&void 0!==o.maxY){const t=(o.minX+o.maxX)/2,e=(o.minY+o.maxY)/2;r.translate(-t,-e,0),r.computeBoundingBox();const n=r.boundingBox;n&&r.translate(0,0,-(n.min.z+n.max.z)/2)}else r.center();return r}get minMax(){if(!this._minMax){const{path:t}=this.component.state;let e,n,i,s;t.forEach((t,r)=>{if(0==r)return e=i=t.x,void(n=s=t.y);e=Math.min(e,t.x),i=Math.max(i,t.x),n=Math.min(n,t.y),s=Math.max(s,t.y)}),this._minMax={minX:e,minY:n,maxX:i,maxY:s}}return this._minMax}}Gp("polygon",t=>new yv(t));class bv extends pv{get shape(){const{cx:t=0,cy:n=0,rx:i=1,ry:s=1,ratio:r=50,startAngle:o=0,endAngle:a=2*Math.PI,anticlockwise:c=!1}=this.component.state,l=Math.abs(i),h=Math.abs(s),d=new e.EllipseCurve(t,n,l,h,o,a,c,0),u=new e.Shape(d.getPoints(50)),p=l/100*r,f=h/100*r;if(p>0&&f>0){const i=new e.EllipseCurve(t,n,p,f,o,a,c,0),s=new e.Path(i.getPoints(50));u.holes.push(s)}return u}}Gp("donut",t=>new bv(t));class _v extends pv{get shape(){const{x1:t=0,y1:n=0,x2:i=0,y2:s=0,x3:r=0,y3:o=0,round:a=0}=this.component.state,c=[{x:t,y:n},{x:i,y:s},{x:r,y:o}];if(a>0){const t=new e.Path;for(let e=0;e<c.length;e++){const n=c[(e-1+c.length)%c.length],i=c[e],s=c[(e+1)%c.length];let r=Math.sqrt((n.x-i.x)**2+(n.y-i.y)**2),o=0!==r?Math.atan2(n.x-i.x,n.y-i.y):0;const l=Math.sin(o)*Math.min(a,r/2)+i.x,h=Math.cos(o)*Math.min(a,r/2)+i.y;r=Math.sqrt((s.x-i.x)**2+(s.y-i.y)**2),o=0!==r?Math.atan2(s.x-i.x,s.y-i.y):0;const d=Math.sin(o)*Math.min(a,r/2)+i.x,u=Math.cos(o)*Math.min(a,r/2)+i.y;0===e?t.moveTo(l,h):t.lineTo(l,h),t.quadraticCurveTo(i.x,i.y,d,u)}return new e.Shape(t.getPoints(12))}const l=new e.Shape;return l.moveTo(t,n),l.lineTo(i,s),l.lineTo(r,o),l.closePath(),l}}Gp("triangle",t=>new _v(t));class vv extends pv{get shape(){const{ratio:t=30,wing:n=5,cx:i=0,cy:s=0,rx:r=1,ry:o=1}=this.component.state;if(n<3)return null;const a=Math.PI/2,c=2*Math.PI/n,l=r-t/100*r,h=o-t/100*o,d=new e.Shape;d.moveTo(i+r*Math.cos(-a),s+o*Math.sin(-a)),d.lineTo(i+(r-l)*(Math.cos(c-a)+Math.cos(0-a))/2,s+(o-h)*(Math.sin(c-a)+Math.sin(0-a))/2);for(let t=1;t<n;t++)d.lineTo(i+r*Math.cos(c*t-a),s+o*Math.sin(c*t-a)),d.lineTo(i+(r-l)*(Math.cos(c*(t+1)-a)+Math.cos(c*t-a))/2,s+(o-h)*(Math.sin(c*(t+1)-a)+Math.sin(c*t-a))/2);return d.closePath(),d}}Gp("star",t=>new vv(t));const xv=new Map;function wv(t){return t.userData.__bankOwned=!0,t}const Mv={primitive(t){const n="primitive::"+function(t){switch(t.kind){case"cylinder":return`cylinder|${t.segments??0}`;case"sphere":return`sphere|${t.segments??0}|${t.heightSegments??0}`;default:return t.kind}}(t);let i=xv.get(n);return i||xv.set(n,i=wv(function(t){switch(t.kind){case"box":return new e.BoxGeometry(1,1,1);case"plane":return new e.PlaneGeometry(1,1);case"cylinder":return new e.CylinderGeometry(.5,.5,1,t.segments??16);case"sphere":return new e.SphereGeometry(.5,t.segments??16,t.heightSegments??Math.max(2,Math.round((t.segments??16)/2)))}}(t))),i},shaped(t,e){const n="shaped::"+t;let i=xv.get(n);return i||xv.set(n,i=wv(e())),i},owns:t=>!0===t.userData?.__bankOwned,get size(){return xv.size},has:t=>xv.has("primitive::"+t)||xv.has("shaped::"+t),dispose(){for(const t of xv.values())t.dispose();xv.clear()}},Sv=[8,12,16],kv={cylinder:25,sphere:32},Av=3,Ev=128;function Cv(t,e){return"number"==typeof t&&Number.isFinite(t)?Math.min(Ev,Math.max(3,Math.floor(t))):e}function Tv(t,e){return"number"==typeof t&&Number.isFinite(t)?Math.min(Ev,Math.max(2,Math.floor(t))):Math.max(2,Math.round(e/2))}function Pv(t){return Sv.includes(t)}const Ov={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"number",label:"segments",name:"segments",property:"segments"},{type:"number",label:"height-segments",name:"heightSegments",property:"heightSegments"}],help:"scene/component/sphere"};class Dv extends J_{buildGeometry(){const t=this.component.state,e=Cv(t.segments,kv.sphere),n=Tv(t.heightSegments,e);this.object3d.geometry=Mv.primitive({kind:"sphere",segments:e,heightSegments:n})}updateDimension(){const{rx:t=0,ry:e=0,rz:n}=this.component.state,i=n??t;this.setDimensionScale(2*t,2*i,2*e)}get effectiveDepth(){const{rx:t=0,rz:e}=this.component.state,n=e??t;return Math.max(2*n,1)}topOutline(){const{rx:t=0,ry:e=0}=this.component.state;if(!(t>0&&e>0))return null;return dv(t,e,Cv(this.component.state.segments,kv.sphere))}}let zv=class extends hg{get hasTextProperty(){return!1}is3dish(){return!0}buildRealObject(){return new Dv(this)}get nature(){return Ov}};zv=Nm([Sy("sphere")],zv);class Iv extends pu{getObject3dInstance(){return new e.Sprite}build(){super.build(),this.buildMaterial()}get cz(){const{zPos:t=0}=this.component.state,{height:e}=this.component.bounds,{tz:n=0}=this.component.delta(),i=this.component.parent?._realObject;return t+n+e/2-(i?.geometricOffsetY??0)}get geometricOffsetY(){const{height:t=0}=this.component.bounds;return t/2}updateAlpha(){const{alpha:t=1,fillStyle:e}=this.component.state;$d(this.object3d.material,0,e)}updateFillStyle(){const{fillStyle:t}=this.component.state,e=this.object3d.material;if(!e)return;const n=pu.buildFillStyleTexture(this.component);n?(e.map&&e.map.dispose(),n.needsUpdate=!0,e.map=n):"string"==typeof t&&("transparent"!==t?e.color.set(Xd(t)):e.opacity=0)}}class Rv extends Iv{buildMaterial(){const t=this.object3d.material;t&&t.dispose(),this.object3d.material=new e.SpriteMaterial({map:Y_(this.component),alphaTest:.01,sizeAttenuation:!1})}get scale(){const{width:t,height:e}=this.component.bounds,n=this.threeContainer,{width:i=1,height:s=1}=n?.bounds??{},{scale:r=1}=this.component.state;return{x:r*t/i,y:r*e/s,z:r}}update(){this.build(),this.updateHidden()}updateFillStyle(){this.update()}updateStrokeStyle(){this.update()}updateAlpha(){this.update()}updateText(){this.update()}}const jv={mutable:!1,resizable:!0,rotatable:!0,properties:[]};let Lv=class extends(Dc(Pc)){get hasTextProperty(){return!1}is3dish(){return!0}buildRealObject(){return new Rv(this)}get nature(){return jv}};Lv=Nm([Sy("sprite")],Lv);const Fv={mutable:!1,resizable:!0,rotatable:!0,properties:[],help:"scene/component/cube"};class Nv extends J_{buildGeometry(){this.object3d.geometry=Mv.primitive({kind:"box"})}topOutline(){const{width:t=0,height:e=0}=this.component.state;return t>0&&e>0?hv(t,e):null}}let Hv=class extends(Dc(Pc)){get hasTextProperty(){return!1}is3dish(){return!0}buildRealObject(){return new Nv(this)}get nature(){return Fv}};Hv=Nm([Sy("cube")],Hv);const Bv={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"number",label:"segments",name:"segments",property:"segments"}],help:"scene/component/cylinder"};class Gv extends J_{buildGeometry(){const t=Cv(this.component.state.segments,kv.cylinder);this.object3d.geometry=Mv.primitive({kind:"cylinder",segments:t})}updateDimension(){const{rx:t=0,ry:e=0,depth:n=1}=this.component.state;this.setDimensionScale(2*t,n,2*e)}topOutline(){const{rx:t=0,ry:e=0}=this.component.state;if(!(t>0&&e>0))return null;return dv(t,e,Cv(this.component.state.segments,kv.cylinder))}}let Vv=class extends hg{get hasTextProperty(){return!1}is3dish(){return!0}buildRealObject(){return new Gv(this)}get nature(){return Bv}};Vv=Nm([Sy("cylinder")],Vv);const Yv={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"color",label:"box-color",name:"boxColor",property:"boxColor"}],help:"scene/component/banner"};class Wv extends pu{get zPriority(){return au.DECAL}build(){super.build();const{width:t=1,height:e=1,depth:n=1}=this.component.state;this.object3d.add(this.createCube(t,e,n));const i=this.createTextureBoard(t,n);i.position.set(0,0,.5*e+1),this.object3d.add(i)}createCube(t,n,i){const{boxColor:s="#ccaa76"}=this.component.state,r=Md(this.component.state.material3d),o=new e.BoxGeometry(t,i,n),a=new e.MeshStandardMaterial({color:s,side:e.FrontSide});Ad(a,r);const c=new e.Mesh(o,a);return c.castShadow=r.castShadow,c.receiveShadow=r.receiveShadow,c}createTextureBoard(t,n){const i=Md(this.component.state.material3d),{fillStyle:s="#ccaa76"}=this.component.state,r=pu.buildFillStyleTexture(this.component),o=new e.MeshStandardMaterial(r?{map:r}:{color:s||"#ccaa76",side:e.FrontSide});Ad(o,i);const a=new e.PlaneGeometry(t,n,1,1),c=new e.Mesh(a,o);return c.castShadow=i.castShadow,c.receiveShadow=i.receiveShadow,c}updateMaterial3d(){super.updateMaterial3d();const t=Md(this.component.state.material3d);this.object3d.traverse(e=>{if(e.isMesh){const n=e.material;n&&Ad(n,t),e.castShadow=t.castShadow,e.receiveShadow=t.receiveShadow}})}updateFillStyle(){this.update()}onchange(t,e){super.onchange(t,e),"boxColor"in t&&this.update()}}let Uv=class extends(Dc(Pc)){get hasTextProperty(){return!1}is3dish(){return!0}get nature(){return Yv}buildRealObject(){return new Wv(this)}};var $v;Uv=Nm([Sy("banner")],Uv);const Xv={far:1e5,fov:80,near:1,zoom:1},qv={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"number",label:"near",name:"near"},{type:"number",label:"far",name:"far"},{type:"number",label:"fov",name:"fov"},{type:"number",label:"zoom",name:"zoom"},{type:"checkbox",label:"show-helper",name:"showHelper"}],help:"scene/component/camera"};class Kv extends pu{getObject3dInstance(){return new e.Mesh}updateCamera(){const{near:t=Xv.near,far:n=Xv.far,fov:i=Xv.fov,zoom:s=Xv.zoom,showHelper:r}=this.component.state;this.camera.far=n,this.camera.fov=i,this.camera.near=t,this.camera.zoom=s,r?this.helper||(this.helper=new e.CameraHelper(this.camera),this.object3d.add(this.helper)):this.helper&&(this.object3d.remove(this.helper),delete this.helper)}build(){super.build();const{width:t=0,height:n=0,depth:i=0,fillStyle:s="lightgray"}=this.component.state;this.object3d.geometry=new e.BoxGeometry(t,i,n);const r=Md(this.component.state.material3d),o=new e.MeshStandardMaterial({color:s});Ad(o,r),this.object3d.material=o,this.object3d.castShadow=r.castShadow,this.object3d.receiveShadow=r.receiveShadow,this.camera=new e.PerspectiveCamera,this.camera.position.set(0,0,0),this.object3d.add(this.camera),this.object3d.lookAt(0,0,0),this.updateCamera()}updateMaterial3d(){super.updateMaterial3d();const t=this.object3d.material;if(!t)return;const e=Md(this.component.state.material3d);Ad(t,e),this.object3d.castShadow=e.castShadow,this.object3d.receiveShadow=e.receiveShadow}}let Qv=$v=class extends(Dc(Pc)){get hasTextProperty(){return!1}is3dish(){return!0}static get image(){return $v._image||($v._image=new Image,$v._image.src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA1IAAANSAQMAAABV6G1EAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAABlBMVEX6+voBAQGV71ZvAAAFO0lEQVR42u3dMZLkNBiGYakUKFRIqKOISxDvETiCTBEQcgQOQE7clyAi8REm7KDXIhgYoMa/7fbIX+2K9w022MCP/25Z28GW5RwRERERERERERERERERERERERERERERERERERERERERERERERHRl9mv7fdPn7879sf8Mcq3J3r5EJXaUy3Wddrcd6qNybx9F2/lZ63H+nVCa9Oe9elZa5ksa/dDbE+3fsm4v27C89bd+i6W3l+XdcnSWtuxyvPW+hqorbWb0Jr7Pl3m4tjfVMIZ625d6L5pxTPWw7rQY9P6pqu1dF8aq5d83cE3rXrGWluIxV6h53eotv4c1V3Ln7Nm66ZvvZf8SSues16sD2jubz2sC839fmvYiz7t//LJna27wsr7VjlnNWtPeHTfNlae2bZvnaTePUd+74fqV2LNxv6zdN8O3z9HSWhlc4F+dOvdsKbe2+F7q+zPddq6W2ts6r31vrN825/rtPWwvvcL5losy11uxQNz5U6fYT4w12mrWf80TUNZdetXal/LtwNW6WOFI1Y9bU3GVnfFXM9bneZKwrmKcK4qnKsK52q6uULTzRWFVjpkta/OykKrCq02puWFVhRaSWjlQa0itJrO8oNaQWgloZWFVhnUqjrLN50VBrWi0MpCqwitOqjVdFYQWlFopUGtLLSq0GpjWl5oRaGVBrWy0KpCq+ksP6gVhFYSWllolUGtqrNW/jvBZVYY1IpCKwutIrTqoFbTWUFoxUGtJLSK0KpCq41peaEVhVYa1MpCqwqtprP8oFYUWklo5UGtIrSazvJCKwxqRaGVhVYZ1Ko664ems34UWj8Nav0stBoWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhbW/9L6RWgp37WofIek8j2cyveLTkqrCq0itLLQSkJL+Q5k5budle/HVr73e/24gAHenZ6FlvK9+srzAoLQUp65oDy3QnoeRxFaWWgpz2pRnncThJbyzCDpuUtVaBWhlYWW8qwx5RlqynPovNBSnuUnPaOwCK0stJLQUp4BqjzbVHk+rFNaVWgVoZWFlvJc6Si0lGdzK88cV57bLj2PvgitLLSS0IpCKwgtL7Sc0qpCqwitLLSS0IpCKwgtL7Sc0qpCqwitLLSS0IpCKwgtL7Sc0qpCqwitLLSS0IpCKwgtL7Sc0qpCqwitLLSS0IpCKwgtL7Sc0qpCqxyyahcrH7JKFysJ54rCuYJwLi+cywnn+vdlLp+rCOfKwrnStXP95zLxiJX7WEFoeaHljO/xEqsaf9/FWqz1bM+VzloP655df2uxrnP9XPHKue7OeMDsuWInyx+Y67T1Yv0gs+cKvay6P5fvZZULrdnYFBbbcr2sdKF1MxbZFdZkLLItq3aay6/vJ102eusD2rJKl633nw/o3n+uxbrpLSv1svL6M95hQ3xYNz33t16sC21Zoc+28Xahm+u+Ic7WhbYs1+dRfrvQ5LpvHOaFNq3SZ8n/faEt6twDtli7wrJpxT6P1183/di0Ti36u3XT903Ld1qGrzf9smmdWhyTddNzf8t8UqdtK/dZGq8P2DZ1ZnHcrQ/osWO5PkvDuby7NE58Yctk7Qq3PSv3+bpc3F0aJ56wF+uLX9xu6eOb4es9z/vWc0vR3oZuByjnf2t/fP/54B/2WvvWEREREREREREREREREREREREREREREREREREREREREREREREREX2J/QlrTpqHD8xO1gAAAABJRU5ErkJggg=="),$v._image}render(t){const{left:e,top:n,width:i,height:s}=this.bounds;t.beginPath(),this.drawImage(t,$v.image,e,n,i,s)}buildRealObject(){return new Kv(this)}get nature(){return qv}};Qv=$v=Nm([Sy("camera")],Qv);const Zv={mutable:!1,resizable:!0,rotatable:!0,properties:[...wy],"value-property":"source",help:"scene/component/gltf-object"};let Jv=class extends(My(Dc(Pc))){get nature(){return Zv}};Jv=Nm([Sy("gltf-object")],Jv);const tx={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"select",label:"light-type",name:"lightType",property:{options:["","point","directional"]}},{type:"number",label:"intensity",name:"intensity"},{type:"number",label:"distance",name:"distance"},{type:"number",label:"decay",name:"decay"},{type:"checkbox",label:"cast-shadow",name:"castShadow"},{type:"number",label:"near",name:"near",placeholder:"0.5"},{type:"number",label:"far",name:"far",placeholder:"1000"},{type:"number",label:"fov",name:"fov",placeholder:"90"},{type:"number",label:"zoom",name:"zoom",placeholder:"1"},{type:"checkbox",label:"show-helper",name:"showHelper"}],help:"scene/component/light"};class ex extends pu{updatePointLight(){const{lightType:t="point",distance:n=0,intensity:i=10,decay:s=1,fillStyle:r="white",castShadow:o,near:a=.5,far:c=1e3,fov:l=90,zoom:h=1,showHelper:d}=this.component.state;if(this.object3d.color=new e.Color(r),"point"==t&&(this.object3d.distance=n,this.object3d.decay=s),this.object3d.intensity=i,this.object3d.castShadow=o,o){const t=this.object3d.shadow?.camera;t.far=c,t.near=a,t.fov=l,t.zoom=h}if(d){const t=this.object3d.shadow?.camera;this.helper||(this.helper=new e.CameraHelper(t),this.object3d.add(this.helper))}else this.helper&&(this.object3d.remove(this.helper),delete this.helper)}getObject3dInstance(){const{lightType:t="point"}=this.component.state;return"point"==t?new e.PointLight:new e.DirectionalLight}update(){this.clear(),this.build(),this.updateDimension(),this.updateHidden(),this.updatePointLight()}}let nx=class extends hg{get hasTextProperty(){return!1}is3dish(){return!0}buildRealObject(){return new ex(this)}get anchors(){return[]}get nature(){return tx}};nx=Nm([Sy("light")],nx);const ix={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"number",label:"depth",name:"depth",property:"depth"}],help:"scene/component/wall"};class sx extends J_{buildGeometry(){this.object3d.geometry=Mv.primitive({kind:"box"})}topOutline(){const{width:t=0,height:e=0}=this.component.state;return t>0&&e>0?hv(t,e):null}}let rx=class extends(Dc(Pc)){get hasTextProperty(){return!1}is3dish(){return!0}buildRealObject(){return new sx(this)}get nature(){return ix}};rx=Nm([Sy("wall")],rx);const ox={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"number",label:"depth",name:"depth",property:"depth"},{type:"checkbox",label:"hide-in-2d-view",name:"hideIn2DView"},{type:"checkbox",label:"hide-in-3d-view",name:"hideIn3DView"}],help:"scene/component/floor-plate"};class ax extends pu{get zPriority(){return au.FLOOR}get receivingSurfaceY(){return this.placementSurfaceY()}resolveShadow(){const t=this.component.state,e=t.material3d,{alpha:n=1,fillStyle:i}=t,s=n>=.9&&"none"!==i;return{receive:e?.receiveShadow??!0,cast:e?.castShadow??s}}updateHidden(){const t=this.component.state,e=!!this.component.app?.isViewMode;this.object3d.visible=!(t.hidden||e&&t.hideIn3DView)}clear(){return this._topTexture&&(this._topTexture.dispose(),this._topTexture=void 0),this._mesh=void 0,super.clear()}build(){super.build();const{width:t,height:n,depth:i=1}=this.component.state;if(!t||!n)return;const s=Math.abs(t),r=Math.abs(n),o=Math.max(i,.5),a=new e.BoxGeometry(s,o,r),c=this._buildTopMaterial(),l=this._buildSideMaterial(),h=[l,l,c,l,l,l];this._mesh=new e.Mesh(a,h),this._mesh.position.y=0;const{cast:d,receive:u}=this.resolveShadow();this._mesh.castShadow=d,this._mesh.receiveShadow=u,this.object3d.add(this._mesh)}_buildTopMaterial(){const{alpha:t=1,fillStyle:n}=this.component.state,i=Md(this.component.state.material3d),s=pu.buildFillStyleTexture(this.component);if(s){this._topTexture=s;const t=new e.MeshStandardMaterial({map:s,side:e.DoubleSide});return $d(t,0,n),t.depthWrite=t.opacity>=.9,Ad(t,i),t}const r="string"==typeof n&&"none"!==n?Xd(n):"#e0e0e0",o=new e.MeshStandardMaterial({color:r,side:e.DoubleSide});return $d(o,0,n),o.depthWrite=o.opacity>=.9,Ad(o,i),o}_buildSideMaterial(){const{strokeStyle:t,alpha:n=1}=this.component.state,i="string"==typeof t&&t?Xd(t):"#999999",s=Md(this.component.state.material3d),r=new e.MeshStandardMaterial({color:i});return Ad(r,s),r.side=e.DoubleSide,$d(r,0,t),r.depthWrite=r.opacity>=.9,r}updateAlpha(){if(!this._mesh)return;const{alpha:t=1,fillStyle:e,strokeStyle:n}=this.component.state,i=this._mesh.material;for(let t=0;t<i.length;t++){const s=i[t];$d(s,0,2===t?e:n),s.depthWrite=s.opacity>=.9}}updateFillStyle(){if(!this._mesh)return;this._topTexture&&(this._topTexture.dispose(),this._topTexture=void 0);const t=this._mesh.material;t[2].dispose(),t[2]=this._buildTopMaterial()}updateStrokeStyle(){if(!this._mesh)return;const t=this._mesh.material,e=this._buildSideMaterial();for(let n=0;n<t.length;n++)2!==n&&(t[n].dispose(),t[n]=e)}}let cx=class extends Kl{get hasTextProperty(){return!1}is3dish(){return!0}buildRealObject(){return new ax(this)}get nature(){return ox}get hidden(){return!!this.getState("hideIn2DView")||super.hidden}};cx.requires3d=!0,cx=Nm([Sy("floor-plate")],cx);function lx(t,n={}){const i=n.size??5,s=n.color??4500172,r=n.emissive??2245734,o=new e.SphereGeometry(i,16,12),a=new e.MeshStandardMaterial({color:s,emissive:r,emissiveIntensity:.15,metalness:.3,roughness:.4,transparent:!0,opacity:.35}),c=new e.Mesh(o,a);n.position&&c.position.set(n.position[0],n.position[1],n.position[2]),c.userData.alwaysRaycast=!0,c.scale.setScalar(1),c.visible=n.visible??!(!0===t.app?.isViewMode);const l=()=>{a.emissiveIntensity=.9,a.opacity=.95,c.scale.setScalar(1.35),t.invalidate?.()},h=()=>{a.emissiveIntensity=.15,a.opacity=.35,c.scale.setScalar(1),t.invalidate?.()};return t.on("mouseenter",l),t.on("mouseleave",h),c.userData.dispose=()=>{t.off("mouseenter",l),t.off("mouseleave",h)},c}class hx extends J_{get zPriority(){return au.DECAL}get syncZPosOffset(){return this.effectiveDepth}get geometricOffsetY(){return this.effectiveDepth}buildGeometry(){const{width:t,height:n}=this.component.state,i=Math.abs(t)||1,s=Math.abs(n)||1,r=new e.PlaneGeometry(i,s);r.rotateX(-Math.PI/2),this.object3d.geometry=r}updateDimension(){this.update()}build(){super.build();const{width:t,height:e}=this.component.state,n=Math.abs(t)||1,i=Math.abs(e)||1,s=Math.max(2,.04*Math.min(n,i));this.object3d.add(lx(this.component,{size:s,position:[n/2-s,s,-i/2+s]}))}}const dx={mutable:!1,resizable:!0,rotatable:!0,properties:[],help:"scene/component/decal"};let ux=class extends(vy(Dc(Pc))){buildRealObject(){return new hx(this)}get nature(){return dx}};ux=Nm([Sy("decal")],ux);class px extends pu{getObject3dInstance(){return new e.Group}get allowedGizmoModes(){return this.component.isGroup?.()?["translate"]:null}}const fx="#dde2e8",mx="#9c9c9c",gx="#e8e8ec",yx=.35;function bx(t,n,i,s,r){if(!n.visible)return new e.MeshStandardMaterial({transparent:!0,opacity:0,depthWrite:!1});const o=n.alpha*i,a="wall"===s?fx:"floor"===s?mx:gx,c=new e.MeshStandardMaterial({metalness:0,roughness:"wall"===s?.6:.85,transparent:o<1,opacity:o,side:r?e.BackSide:e.DoubleSide});return function(t,e,n,i,s,r){if("string"==typeof n&&n&&"transparent"!==n)t.color.set(n);else{if(n&&"object"==typeof n){const i=!r,o=pu.buildFillStyleTexture(e,n,{mirror:i,rotation:s});if(o)return t.map&&t.map.dispose(),t.map=o,void t.color.set("#ffffff")}t.color.set(i)}}(c,t,n.fillStyle,a,n.rotation,n.mirror),c}class _x extends px{get zPriority(){return au.BACKDROP}get position(){if(this.component.state.fitToBoard){return{x:0,y:super.position.y,z:0}}return super.position}build(){super.build();const t=this.component.state;let n=t.width,i=t.height;if(t.fitToBoard){const t=this.component.rootModel,e=t?.state;e&&Number.isFinite(e.width)&&Number.isFinite(e.height)&&(n=e.width,i=e.height)}const s=this.effectiveDepth||Math.min(n,i)||200,r=t.alpha??1,o=!1!==t.seeThrough,a={east:this._resolveFace("east",fx,!0,yx),west:this._resolveFace("west",fx,!0,yx),north:this._resolveFace("north",fx,!0,yx),south:this._resolveFace("south",fx,!0,yx),floor:this._resolveFace("floor",mx,!0,1),ceiling:this._resolveFace("ceiling",gx,!0,1)},c=[bx(this.component,a.east,r,"wall",o),bx(this.component,a.west,r,"wall",o),bx(this.component,a.ceiling,r,"ceiling",o),bx(this.component,a.floor,r,"floor",o),bx(this.component,a.south,r,"wall",o),bx(this.component,a.north,r,"wall",o)],l=new e.BoxGeometry(n,s,i),h=new e.Mesh(l,c);if(h.receiveShadow=!0,this.object3d.add(h),this.component.app?.isEditMode){const t=new e.LineBasicMaterial({color:4473941,transparent:!0,opacity:.7}),n=new e.LineSegments(new e.EdgesGeometry(l),t);this.object3d.add(n)}const d=Math.max(2,.04*Math.min(n,i,s));this.object3d.add(lx(this.component,{size:d,position:[n/2,s/2+d,-i/2]}))}_resolveFace(t,e,n,i){const s=this.component.state,r=s.faces?.[t]??{},o=r.visible,a=r.alpha,c=r.rotation,l=90===c||180===c||270===c?c:0;return{fillStyle:r.fillStyle??e,visible:"boolean"==typeof o?o:n,alpha:"number"==typeof a&&Number.isFinite(a)?a:i,rotation:l,mirror:!0===r.mirror}}updateDimension(){}onchange(t,e){["alpha","width","height","depth","fitToBoard","faces","seeThrough"].some(e=>e in t)?this.update():super.onchange(t,e)}updateAlpha(){}}const vx={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"checkbox",label:"fit-to-board",name:"fitToBoard"},{type:"checkbox",label:"see-through",name:"seeThrough"},{type:"backdrop-faces",label:"",name:"faces"}],help:"scene/component/backdrop"};let xx=class extends(vy(Dc(Pc))){buildRealObject(){return new _x(this)}get nature(){return vx}added(t){super.added?.(t),this.state.fitToBoard&&(this._syncFromRoot(!0),this._attachRootListener())}async ready(){await super.ready(),this.state.fitToBoard&&this._syncFromRoot(!1)}removed(t){this._detachRootListener(),super.removed?.(t)}dispose(){this._detachRootListener(),super.dispose?.()}onchange(t,e){"fitToBoard"in t&&(t.fitToBoard?(this._syncFromRoot(!0),this._attachRootListener()):this._detachRootListener()),super.onchange?.(t,e)}_syncFromRoot(t=!1){const e=this.rootModel;if(!e||e===this)return;const n=e.state;if(!n)return;const i={},s=Number.isFinite(n.width)?n.width:this.state.width,r=Number.isFinite(n.height)?n.height:this.state.height;s!==this.state.width&&(i.width=s),r!==this.state.height&&(i.height=r);const o=Number.isFinite(n.left)?n.left:0,a=Number.isFinite(n.top)?n.top:0;if(o!==this.state.left&&(i.left=o),a!==this.state.top&&(i.top=a),t){const t=this.state.depth;if(!("number"==typeof t&&Number.isFinite(t)&&t>0)){const e=Math.min(s,r);e!==t&&(i.depth=e)}}Object.keys(i).length>0&&this.set(i)}_attachRootListener(){if(this._onRootChange)return;const t=this.rootModel;t&&t!==this&&(this._onRootChange=t=>{("width"in t||"height"in t||"left"in t||"top"in t)&&this._syncFromRoot()},t.on?.("change",this._onRootChange))}_detachRootListener(){if(!this._onRootChange)return;const t=this.rootModel;t?.off?.("change",this._onRootChange),this._onRootChange=void 0}};function wx(t,e){return"none"===t?0:t.endsWith("arrow")?1.5*e:0}function Mx(t,n,i,s){const r=[];for(let o=1;o<=s;o++){const a=o/s,c=1-a;r.push(new e.Vector3(c*c*t.x+2*c*a*n.x+a*a*i.x,c*c*t.y+2*c*a*n.y+a*a*i.y,c*c*t.z+2*c*a*n.z+a*a*i.z))}return r}xx=Nm([Sy("backdrop")],xx);class Sx extends pu{getObject3dInstance(){return new e.Group}get gizmoTransformable(){return!0}get syncZPosOffset(){return 0}get geometricOffsetY(){return 0}syncFromObject3D(){}applyDimensionFromGizmo(t){}build(){super.build(),this._buildLine()}get smoothedPath(){const t=this.worldPath;if(t.length<2)return t;const{round:n=0}=this.component.state;if(n<=0||t.length<3)return t;const i=[];i.push(t[0]);for(let s=1;s<t.length;s++){const r=t[s-1],o=t[s],a=t[s+1];if(!a){i.push(o);break}const c=r.x-o.x,l=r.y-o.y,h=r.z-o.z,d=Math.sqrt(c*c+l*l+h*h),u=Math.min(n,d/2),p=a.x-o.x,f=a.y-o.y,m=a.z-o.z,g=Math.sqrt(p*p+f*f+m*m),y=Math.min(n,g/2),b=d>0?new e.Vector3(o.x+c/d*u,o.y+l/d*u,o.z+h/d*u):o.clone(),_=g>0?new e.Vector3(o.x+p/g*y,o.y+f/g*y,o.z+m/g*y):o.clone();i.push(b),i.push(...Mx(b,o,_,8))}return i}_buildLine(){const t=this.smoothedPath;if(t.length<2)return;const{strokeStyle:n,lineWidth:i=2,alpha:s=1,lineDash:r,begin:o="none",beginSize:a="size5",end:c="none",endSize:l="size5"}=this.component.state,h=Math.max(i,1),d="string"==typeof n&&"transparent"!==n?Xd(n):"#000000",u=new e.Color(d),p=this._getResolution(),f=o,m=c,g=wx(f,h),y=wx(m,h),b=t[0],_=t[t.length-1],v=(new e.Vector3).subVectors(t[1],b).normalize(),x=(new e.Vector3).subVectors(t[t.length-2],_).normalize(),k=[...t];g>0&&(k[0]=b.clone().add(v.clone().multiplyScalar(g))),y>0&&(k[k.length-1]=_.clone().add(x.clone().multiplyScalar(y)));const A=new S;A.setPositions(k.flatMap(t=>[t.x,t.y,t.z]));const E=function(t,e){switch(t){case"round-dot":return{dashSize:e,gapSize:e};case"square-dot":return{dashSize:2*e,gapSize:e};case"dash":return{dashSize:4*e,gapSize:1.5*e};case"dash-dot":return{dashSize:4*e,gapSize:2*e};case"long-dash":return{dashSize:6*e,gapSize:3*e};case"long-dash-dot":return{dashSize:6*e,gapSize:2*e};case"long-dash-dot-dot":return{dashSize:6*e,gapSize:e};default:return null}}(r,h),C=new M({color:u.getHex(),linewidth:h,worldUnits:!0,transparent:s<1,opacity:s,resolution:p,dashed:!!E,dashSize:E?.dashSize??1,gapSize:E?.gapSize??1,dashScale:1});if(this._line2=new w(A,C),this._line2.computeLineDistances(),this.object3d.add(this._line2),"none"!==f){const t=Rp(f,Ip(a,h));if(t){const n=(new e.Quaternion).setFromUnitVectors(new e.Vector3(1,0,0),v.clone().negate());this._placeTip(t,b,n,u,s,p)}}if("none"!==m){const t=Rp(m,Ip(l,h));if(t){const n=(new e.Quaternion).setFromUnitVectors(new e.Vector3(1,0,0),x.clone().negate());this._placeTip(t,_,n,u,s,p)}}}_placeTip(t,e,n,i,s,r){const o=t.mesh||t.line2||t.group;if(o){if(o.position.copy(e),o.setRotationFromQuaternion(n),t.mesh){const e=t.mesh.material;e.color.copy(i),e.transparent=s<1,e.opacity=s}else if(t.line2){const e=t.line2.material;e.color.copy(i),e.transparent=s<1,e.opacity=s,e.resolution.copy(r)}else t.group&&t.group.traverse(t=>{if(t.material){const e=t.material;e.color&&e.color.copy(i),e.transparent=s<1,e.opacity=s,e.resolution&&e.resolution.copy(r)}});this.object3d.add(o)}}_getResolution(){const t=this.threeContainer?.renderer3d;if(t){return t.getSize(new e.Vector2)}return new e.Vector2(window.innerWidth,window.innerHeight)}onGizmoDragEnd(t){const e=this._component,n=e.path;if(!n||n.length<2)return;const i=this.object3d,{width:s=0,height:r=0}=e.parent?.bounds??{},{x:o,y:a}=e.center,c=i.position,l=i.rotation,h=i.scale,d=this.position;if(Math.abs(c.x-d.x)<.001&&Math.abs(c.y-d.y)<.001&&Math.abs(c.z-d.z)<.001&&Math.abs(l.x)<.001&&Math.abs(l.y)<.001&&Math.abs(l.z)<.001&&Math.abs(h.x-1)<.001&&Math.abs(h.y-1)<.001&&Math.abs(h.z-1)<.001)return;const u=Sx.computeBakedPath(n,{x:o,y:a},{width:s,height:r},i);this._suppressOnchange=!0,e.set({rotation:0,rotationX:0,rotationY:0,zPos:0}),e.mutatePath(null,()=>u),this._suppressOnchange=!1,this.update()}static computeBakedPath(t,n,i,s){const r=i.width,o=i.height,a=n.x,c=n.y;return s.updateMatrixWorld(!0),t.map(t=>{const n=new e.Vector3(t.x-a,t.z||0,t.y-c).applyMatrix4(s.matrixWorld),i={x:n.x+r/2,y:n.z+o/2};return Math.abs(n.y)>.001&&(i.z=n.y),i})}updateStrokeStyle(){this.updateDimension()}updateAlpha(){this.updateDimension()}updateDimension(){this.clear(),this.build()}onchange(t,e){("path"in t||"from"in t||"to"in t)&&(this.updateDimension(),this.updatePosition()),("round"in t||"lineDash"in t||"lineWidth"in t||"begin"in t||"end"in t||"beginSize"in t||"endSize"in t)&&this.updateDimension(),super.onchange(t,e)}clear(){for(;this.object3d.children.length>0;){const t=this.object3d.children[0];this.object3d.remove(t),eu(t)}return this._line2=void 0,super.clear()}}class kx extends Sx{get worldPath(){const t=this.component.path;if(!t||t.length<2)return[];const{x:n,y:i}=this.component.center,s=this.component,r=s.fromEnd?.component?._realObject?.object3d?.position?.y??0,o=s.toEnd?.component?._realObject?.object3d?.position?.y??0;return t.map((s,a)=>{const c=t.length>1?a/(t.length-1):0;return new e.Vector3(s.x-n,s.z||r+(o-r)*c,s.y-i)})}}Gp("line",t=>new kx(t));class Ax extends Sx{get worldPath(){const t=this.component.path;if(!t||t.length<2)return[];const{x:n,y:i}=this.component.center;return t.map(t=>new e.Vector3(t.x-n,t.z||0,t.y-i))}}Gp("polyline",t=>new Ax(t));class Ex extends Sx{get worldPath(){const t=this.component.drawPath;if(!t||t.length<2)return[];const{x:n,y:i}=this.component.center,s=this.component,r=s.fromEnd?.component?._realObject?.object3d?.position?.y??0,o=s.toEnd?.component?._realObject?.object3d?.position?.y??0;return t.map((s,a)=>{const c=t.length>1?a/(t.length-1):0;return new e.Vector3(s.x-n,s.z||r+(o-r)*c,s.y-i)})}}Gp("ortholine",t=>new Ex(t)),Gp("group",t=>new px(t));class Cx{constructor(t){this._count=0,this._placements=[],this._geometry=t.geometry,this._material=t.material,this._capacity=Math.max(1,t.capacity??16),this._name=t.name??"instanced",this._castShadow=t.castShadow??!0,this._receiveShadow=t.receiveShadow??!1,this.object3d=new e.Group,this.object3d.name=this._name,this._mesh=this._makeMesh(this._capacity),this.object3d.add(this._mesh)}_makeMesh(t){const n=new e.InstancedMesh(this._geometry,this._material,t);return n.name=this._name+"__instances",n.castShadow=this._castShadow,n.receiveShadow=this._receiveShadow,n.instanceMatrix.setUsage(e.DynamicDrawUsage),n.count=0,n}get mesh(){return this._mesh}get count(){return this._count}get capacity(){return this._capacity}place(t){const e=t.length;if(e>this._capacity){const t=function(t,e=16){let n=Math.max(e,1);for(;n<t;)n*=2;return n}(e,this._capacity);this.object3d.remove(this._mesh),this._mesh.dispose(),this._capacity=t,this._mesh=this._makeMesh(t),this.object3d.add(this._mesh)}this._placements.length=e;for(let n=0;n<e;n++){const e=t[n];this._placements[n]=e,this._writeMatrix(n,e),void 0!==e.color&&this._writeColor(n,e.color)}this._count=e,this._mesh.count=e,this.commit()}update(t,e){t<0||t>=this._count||(this._placements[t]=e,this._writeMatrix(t,e),void 0!==e.color&&this._writeColor(t,e.color),this.commit())}setRotation(t,e){if(t<0||t>=this._count)return;const n=this._placements[t];n&&(n.rotation=e,this._writeMatrix(t,n))}commitMatrices(){this._mesh.instanceMatrix.needsUpdate=!0}setColor(t,e){t<0||t>=this._count||(this._writeColor(t,e),this._mesh.instanceColor&&(this._mesh.instanceColor.needsUpdate=!0))}indexOf(t){return t>=0&&t<this._count?t:-1}commit(){this._mesh.instanceMatrix.needsUpdate=!0,this._mesh.instanceColor&&(this._mesh.instanceColor.needsUpdate=!0),this._mesh.computeBoundingSphere()}dispose(){this.object3d.remove(this._mesh),this._mesh.dispose(),this._placements.length=0,this._count=0}_writeMatrix(t,e){const n=Cx;n._p.set(e.position.x,e.position.y,e.position.z);const i=e.rotation;n._e.set(i?.x??0,i?.y??0,i?.z??0),n._q.setFromEuler(n._e);const s=e.scale;"number"==typeof s?n._s.set(s,s,s):n._s.set(s?.x??1,s?.y??1,s?.z??1),n._m.compose(n._p,n._q,n._s),this._mesh.setMatrixAt(t,n._m)}_writeColor(t,e){Cx._c.set(e),this._mesh.setColorAt(t,Cx._c)}}function Tx(t,e,n){const i=Math.max(1,Math.floor(t.x??1)),s=Math.max(1,Math.floor(t.y??1)),r=Math.max(1,Math.floor(t.z??1)),o=e.x??0,a=e.y??0,c=e.z??0,l=n?.x??0,h=n?.y??0,d=n?.z??0,u=[];for(let t=0;t<s;t++)for(let e=0;e<r;e++)for(let n=0;n<i;n++)u.push({position:{x:l+n*o,y:h+t*a,z:d+e*c}});return u}Cx._m=new e.Matrix4,Cx._p=new e.Vector3,Cx._q=new e.Quaternion,Cx._e=new e.Euler,Cx._s=new e.Vector3,Cx._c=new e.Color;class Px extends pu{build(){super.build()}update(){}}const Ox={far:1e5,fov:80,near:1,zoom:1};class Dx extends pu{build(){super.build()}update(){super.update(),this.updateCamera()}getObject3dInstance(){return new e.PerspectiveCamera}updateCamera(){const{near:t=Ox.near,far:e=Ox.far,fov:n=Ox.fov,zoom:i=Ox.zoom}=this.component.state;this.object3d.far=e,this.object3d.fov=n,this.object3d.near=t,this.object3d.zoom=i}}class zx extends J_{buildGeometry(){const{width:t,height:n}=this.component.state.dimension;this.object3d.geometry=new e.PlaneGeometry(t,n)}buildMaterial(){this.object3d.material=new e.MeshStandardMaterial({opacity:0,side:e.DoubleSide,blending:e.NoBlending})}}class Ix extends pu{getObject3dInstance(){return new e.Scene}dispose(){for(const t of this.object3d.children)eu(t);this._animationMixer&&(this._animationMixer.stopAllAction(),this._animationMixer.uncacheRoot(this.object3d),this._animationMixer=void 0),super.dispose()}clear(){return this._floor&&(this.object3d.remove(this._floor),this._floor.material instanceof Array?this._floor.material.forEach(t=>t.dispose()):this._floor.material.dispose(),this._floor.geometry.dispose(),delete this._floor),super.clear()}get floor(){return this._floor}set floor(t){this._floor&&(this.object3d.remove(this._floor),this._floor.clear(),delete this._floor),t&&(this._floor=t,this.object3d.add(t)),this.component.invalidate()}build(){super.build(),this.floor=af(this.component)}updateTransform(){}updateDimension(){}updatePosition(){}updateRotate(){}updateScale(){}updateAlpha(){}updateHidden(){}get animationMixer(){return this._animationMixer||(this._animationMixer=new e.AnimationMixer(this.object3d)),this._animationMixer}}const Rx=new Set(["cx","cy","cz","zPos","left","top","width","height","depth","lineWidth","rotationX","rotationY","rotation","scale","hidden","alpha","material3d","screenFixed"]);class jx extends pu{get syncZPosOffset(){return this.effectiveDepth}get geometricOffsetY(){return this.effectiveDepth}constructor(t){super(t),this._origInvalidate=t.invalidate.bind(t),t.invalidate=()=>{this._origInvalidate(),this._refreshTextureNow()}}getObject3dInstance(){return new e.Mesh}build(){super.build();const{width:t,height:n}=this.component.bounds;if(!t||!n)return;const i=Md(this.component.state.material3d),s=new e.PlaneGeometry(1,1);s.rotateX(-Math.PI/2),this.object3d.geometry=s;const r=Y_(this.component),o=new e.MeshStandardMaterial({map:r});Ad(o,i),o.transparent=!0,this.object3d.material=o,this.object3d.castShadow=i.castShadow,this.object3d.receiveShadow=i.receiveShadow}updateAlpha(){const{alpha:t=1,fillStyle:e}=this.component.state;$d(this.object3d.material,0,e)}get dimension(){const{width:t,height:e}=this.component.bounds;return{width:t||1,height:e||1,depth:1}}get scale(){const t=super.scale,{width:e,height:n}=this.dimension;return{x:t.x*e,y:t.y,z:t.z*n}}updateDimension(){this.updateTransform()}_debouncedRebuild(){this._debounceTimer&&clearTimeout(this._debounceTimer),this._debounceTimer=setTimeout(()=>{this._debounceTimer=void 0,this.update()},100)}_refreshTextureNow(){const t=this.object3d.material,e=t?.map;if(!e)return;const n=e.source?.data;n&&(U_(n,this.component,2),e.needsUpdate=!0)}update(){this.clear(),this.build(),this.updateDimension(),this.updateTransform(),this.updateHidden()}onchange(t,e){super.onchange(t,e);for(const e of Object.keys(t))if(!Rx.has(e)){this._debouncedRebuild();break}}updateFillStyle(){this._debouncedRebuild()}updateStrokeStyle(){this._debouncedRebuild()}updateText(){this._debouncedRebuild()}updateMaterial3d(){super.updateMaterial3d();const t=this.object3d.material;if(!t)return;const e=Md(this.component.state.material3d);Ad(t,e),t.transparent=!0,this.object3d.castShadow=e.castShadow,this.object3d.receiveShadow=e.receiveShadow}clear(){return this._debounceTimer&&(clearTimeout(this._debounceTimer),this._debounceTimer=void 0),eu(this.object3d),super.clear()}dispose(){this._debounceTimer&&(clearTimeout(this._debounceTimer),this._debounceTimer=void 0),this._origInvalidate&&(this.component.invalidate=this._origInvalidate,this._origInvalidate=void 0),super.dispose()}}const Lx={mutable:!1,resizable:!0,rotatable:!0,properties:[{type:"select",label:"precision",name:"precision",property:{options:[{display:"High",value:"highp"},{display:"Medium",value:"mediump"},{display:"Low",value:"lowp"}]}},{type:"checkbox",label:"anti-alias",name:"antialias",property:"antialias"},{type:"checkbox",label:"3dmode",name:"threed",property:"threed"},{type:"checkbox",label:"auto-rotate",name:"autoRotate",property:"autoRotate"},{type:"checkbox",label:"debug",name:"debug",property:"debug"}],help:"scene/component/three-container"};let Fx=class extends Xm{constructor(){super(...arguments),this._capability=new zf}get sceneManager(){return this._capability.sceneManager}get cameraManager(){return this._capability.cameraManager}get rendererManager(){return this._capability.rendererManager}get lightManager(){return this._capability.lightManager}get controlsManager(){return this._capability.controlsManager}get eventManager(){return this._capability.eventManager}get hasEnvironment(){return this._capability.hasEnvironment}containable(t){return!0}is3dContainer(){return!0}getLightingConfig(){return{hemisphere:{skyColor:16777215,groundColor:14540253,intensity:1},directional:{color:16777215,intensity:1.2,attachToCamera:!0,castShadow:!1}}}getCss3DSceneAttribute(){return"three-container:css3d-renderer"}init_scene3d(){this._capability.isInitialized&&this._capability.destroy(),this._capability.init(this,{lightingConfig:this.getLightingConfig(),css3DSceneAttribute:this.getCss3DSceneAttribute(),skipEnvironment:!0,skipPostprocessing:!0,skipShadowMap:!0}),this._capability.buildOverlays(),this._capability.resize(),this.onchangeData&&this.onchangeData(this.data,this.data)}destroy_scene3d(){this.stop(),this._capability.destroy()}stop(){}resize(){this._capability.resize()}get scene3d(){return this._capability.isInitialized||this.init_scene3d(),this._capability.scene3d}get renderer3d(){return this._capability.renderer3d}get mixer(){return this._capability.mixer}get css3DScene(){return this._capability.css3DScene}get css3DRenderer(){return this._capability.css3DRenderer}render_threed(){this._capability.renderThreeD()}get _parentIs3dMode(){return!!this.rootModel?.is3dMode}render(t){this._parentIs3dMode||(this.app.isViewMode&&this.setState("threed",!0),!this.state.threed||this._capability.noSupportWebgl?super.render(t):this._capability.camera&&this._capability.renderCSS3D())}postrender(t){if(this._parentIs3dMode)return;const{left:e,top:n,debug:i,threed:s}=this.state;let{width:r,height:o}=this.bounds;if(r=Math.floor(r),o=Math.floor(o),s){if(this._capability.isInitialized||this.init_scene3d(),this._capability.noSupportWebgl)return void this._capability.showWebglNoSupportText(t,this.state.width,this.state.height);if(!this._capability.renderer3d)return;this._capability.renderThreeD();const s=this._capability.domElement;if(!s||!s.width||!s.height)return;t.drawImage(s,0,0,s.width,s.height,e,n,r,o),i&&this._capability.showDebugFPS(t)}else super.postrender(t)}dispose(){this._capability.dispose(),super.dispose()}get layout(){return Fc.get("three")}get nature(){return Lx}getObjectByRaycast(){return this._capability.getObjectByRaycast()}getObjectsByRaycast(){return this._capability.getObjectsByRaycast()}onchange(t,e){(t.hasOwnProperty("width")||t.hasOwnProperty("height"))&&this._capability.destroy(),this._capability.onchange(t)}onmousedown(t){this._capability.onMouseDown(t)}onmouseup(t){this._capability.onMouseUp(t)}onmousemove(t){this._capability.onMouseMove(t)}onmouseleave(t){this._capability.onMouseLeave(t)}onwheel(t){this._capability.onWheel(t)&&this.invalidate()}ondblclick(t){this._capability.onDblClick(t)&&this.invalidate()}ondragstart(t){this._capability.onDragStart(t)}ondragmove(t){this._capability.onDragMove(t)&&this.invalidate()}ondragend(t){this._capability.onDragEnd(t)&&this.invalidate()}ontouchstart(t){this._capability.onTouchStart(t)}onpan(t){this._capability.onPan(t)&&this.invalidate()}ontouchend(t){this._capability.onTouchEnd(t)}onkeydown(t){this._capability.onKeyDown(t)}onpinch(t){this._capability.onPinch(t)&&this.invalidate()}ondoubletap(){this._capability.onDoubleTap(),this.invalidate()}};Fx=Nm([Sy("3d-container")],Fx),Vp(t=>new X_(t));const Nx=1;function Hx(t){return"number"==typeof t&&Number.isFinite(t)}function Bx(t){if(!t||"object"!=typeof t)return!1;const{x:e,y:n,z:i}=t;return Hx(e)&&Hx(n)&&Hx(i)}function Gx(t){const e=[],n=t;if(!n||"object"!=typeof n)return["청사진이 객체가 아니다"];1!==n.version&&e.push(`읽을 수 없는 판이다 — version ${String(n.version)}, 이 판올림은 1 만 읽는다`),"string"==typeof n.type&&0!==n.type.length||e.push("type 이 없다 — 컴포넌트 타입 이름이 곧 청사진을 찾는 키다");const i=n.base;return i&&Hx(i.x)&&Hx(i.y)&&Hx(i.z)?i.x>0&&i.z>0||e.push("base 의 x·z 는 0 보다 커야 한다 — 평면 배치 비율의 분모다"):e.push("base 의 x·y·z 가 온전하지 않다"),Array.isArray(n.groups)?(0===n.groups.length&&e.push("groups 가 비어 있다 — 그릴 것이 없는 청사진은 등록하지 않는다"),n.groups.forEach((t,n)=>{t&&Array.isArray(t.members)?(0===t.members.length&&e.push(`groups[${n}] 에 부품이 없다`),t.members.forEach((t,i)=>{const s=`groups[${n}].members[${i}]`;"string"==typeof t?.name&&0!==t.name.length||e.push(`${s}.name 이 없다 — 이름이 바인딩·이벤트·애니메이션이 붙는 자리다`);const r=t?.transform;r&&Bx(r.position)&&Bx(r.size)||e.push(`${s}.transform 의 값이 온전하지 않다`)})):e.push(`groups[${n}].members 가 배열이 아니다`)}),e):(e.push("groups 가 배열이 아니다"),e)}const Vx={"palette.primary":"#4a9eff","palette.accent":"#ff9800","palette.neutral":"#9e9e9e","palette.dark":"#37474f","palette.light":"#eceff1","palette.surface":"#607d8b"},Yx=new Map([["default",Vx]]);let Wx="default",Ux=0;function $x(){return Ux}function Xx(t,e){Yx.set(t,e),t===Wx&&Ux++}function qx(t){if(!Yx.has(t))throw new Error(`등록되지 않은 팔레트다: '${t}'. 등록된 것 — ${[...Yx.keys()].join(", ")}`);t!==Wx&&(Wx=t,Ux++)}function Kx(){return Wx}function Qx(){return Yx.get(Wx)}function Zx(t){const e=Qx()[t];if(void 0===e)throw new Error(`팔레트에 없는 토큰이다: '${t}' (팔레트 '${Wx}'). 쓸 수 있는 것 — ${Object.keys(Qx()).join(", ")}`);return e}const Jx=Vx["palette.neutral"];function tw(){Yx.clear(),Yx.set("default",Vx),Wx="default",Ux++}const ew=new Map;let nw=null;function iw(t){nw=t}function sw(t){const e=t.material?.token;return void 0===e?Jx:Zx(e)}function rw(t){const e=new Map;for(const n of t.points??[])e.set(n.name,n);const n=[],i=[];for(const s of t.groups){const t=sw(s);let r;for(const n of s.members){const o=e.get(n.name);o&&!r&&(r=o),i.push({member:n,group:s,color:t,point:o})}n.push({group:s,color:t,point:r})}return i.sort((t,e)=>t.member.transform.position.y-e.member.transform.position.y),{blueprint:t,paintOrder:i,groups:n,paletteVersion:$x()}}function ow(t){const e=Gx(t);if(e.length>0){throw new Error(`Figure '${t?.type??"(이름 없음)"}' 를 등록할 수 없다:\n - ${e.join("\n - ")}`)}const n=rw(t);return ew.set(t.type,n),nw&&nw.registerType?.(t.type),n}function aw(t){const e=ew.get(t);if(!e)return null;if(e.paletteVersion!==$x()){const n=rw(e.blueprint);return ew.set(t,n),n}return e}function cw(){return[...ew.keys()]}function lw(t){return ew.has(t)}function hw(t){return ew.delete(t)}function dw(){ew.clear()}function uw(t){return"scale"!==t.sizing}function pw(t){const{size:e,rotation:n}=t.transform;if(!n)return{...e};const i=Math.PI/180,s=Math.cos((n.x??0)*i),r=Math.sin((n.x??0)*i),o=Math.cos((n.y??0)*i),a=Math.sin((n.y??0)*i),c=Math.cos((n.z??0)*i),l=Math.sin((n.z??0)*i),h=[[o*c,-o*l,a],[r*a*c+s*l,-r*a*l+s*c,-r*o],[-s*a*c+r*l,s*a*l+r*c,s*o]],d=t=>Math.abs(t[0])*e.x+Math.abs(t[1])*e.y+Math.abs(t[2])*e.z;return{x:d(h[0]),y:d(h[1]),z:d(h[2])}}function fw(t){const{x:e,y:n,z:i}=pw(t);return e>=i&&e>=n?"x":i>=n?"z":"y"}function mw(t,e){if("scale"===t.sizing)return{x:1,y:1,z:1};const n={x:gw(e.x),y:gw(e.y),z:gw(e.z)};return"stretch"===t.sizing&&(n[fw(t)]=1),n}function gw(t){return Number.isFinite(t)&&t>0?1/t:1}function yw(t,e){if("repeat"!==t.sizing||!t.repeat)return null;const n=t.repeat.axis,i=Math.max(0,t.repeat.gap),s=pw(t)[n],r=s+i;if(!(r>0))return null;const o=s*(Number.isFinite(e[n])&&e[n]>0?e[n]:1);return{axis:n,count:Math.max(1,Math.min(bw,Math.round((o+i)/r))),pitch:r}}const bw=100;function _w(t,e,n){return(t-(e-1)/2)*n}function vw(t){const n=ww(t);if(!n)return null;const{position:i,rotation:s}=t.transform;return s&&(n.rotateZ(e.MathUtils.degToRad(s.z??0)),n.rotateY(e.MathUtils.degToRad(s.y??0)),n.rotateX(e.MathUtils.degToRad(s.x??0))),n.translate(i.x,i.y,i.z),n}function xw(t){const n=ww(t);if(!n)return null;const{rotation:i}=t.transform;return i&&(n.rotateZ(e.MathUtils.degToRad(i.z??0)),n.rotateY(e.MathUtils.degToRad(i.y??0)),n.rotateX(e.MathUtils.degToRad(i.x??0))),n}function ww(t){const{size:n}=t.transform;if(!(n.x>0&&n.y>0&&n.z>0))return null;switch(t.primitive){case"cube":case"wall":return new e.BoxGeometry(n.x,n.y,n.z);case"cylinder":case"sphere":{const e=function(t){const e=t.segments;return Cv(e,Sv[0])}(t),i=Mv.primitive({kind:t.primitive,segments:e}).clone();return i.scale(n.x,n.y,n.z),i}case"rect":case"polygon":{const i=function(t){const{size:n}=t.transform,i=n.x,s=n.z,r=-i/2,o=-s/2;if("polygon"===t.primitive){const n=t.shape?.path;if(!n||n.length<3)return null;const i=new e.Shape;i.moveTo(n[0].x,n[0].y);for(let t=1;t<n.length;t++)i.lineTo(n[t].x,n[t].y);return i.closePath(),i}const a=t.shape?.round??0;if(a<=0){const t=new e.Shape;return t.moveTo(r,o),t.lineTo(r+i,o),t.lineTo(r+i,o+s),t.lineTo(r,o+s),t.closePath(),t}const c=Math.min(a,i/2,s/2),l=new e.Path;return l.moveTo(r+c,o),l.lineTo(r+i-c,o),l.quadraticCurveTo(r+i,o,r+i,o+c),l.lineTo(r+i,o+s-c),l.quadraticCurveTo(r+i,o+s,r+i-c,o+s),l.lineTo(r+c,o+s),l.quadraticCurveTo(r,o+s,r,o+s-c),l.lineTo(r,o+c),l.quadraticCurveTo(r,o,r+c,o),new e.Shape(l.getPoints(Sv[0]))}(t);if(!i)return null;const s=new e.ExtrudeGeometry(i,{steps:1,depth:n.y,bevelEnabled:!1});return s.rotateX(Math.PI/2),s.translate(0,n.y/2,0),s}}}function Mw(t,n){const{blueprint:i}=t,s=t.groups[n];if(!s)return null;const r=`figure|${i.type}|${n}|${s.group.materialKey}|${function(t){let e=2166136261;const n=t=>{for(let n=0;n<t.length;n++)e^=t.charCodeAt(n),e=Math.imul(e,16777619)};for(const e of t.group.members){const{position:t,size:i,rotation:s}=e.transform;n(`${e.geometryKey}@${t.x},${t.y},${t.z}:${i.x},${i.y},${i.z}`),n(s?`%${s.x??0},${s.y??0},${s.z??0};`:";")}return(e>>>0).toString(36)}(s)}`,o=Mv.shaped(r,()=>{const t=[];for(const e of s.group.members){const n=vw(e);n&&t.push(n)}if(0===t.length)return new e.BufferGeometry;let r;if(1===t.length)r=t[0];else{const e=t.map(t=>t.index?t.toNonIndexed():t),o=j(e,!1);if(!o)throw new Error(`Figure '${i.type}' 의 묶음 ${n}(${s.group.materialKey})를 합치지 못했다 — 부품 ${s.group.members.map(t=>t.name).join(", ")}`);r=o;for(const t of e)t.dispose();for(const e of t)e.dispose()}return r});return o.getAttribute("position")?o:null}function Sw(t,e){const{material:n}=e.group,i=wd[n.preset??"default"]??wd.default;return Z_.material(`figure|${t.blueprint.type}|${e.group.materialKey}`,{color:e.color,metalness:i.metalness,roughness:i.roughness,envMapIntensity:i.envMapIntensity,flatShading:n.flatShading??!0,transparent:n.transparent??!1,opacity:n.transparent?i.opacity??.3:1})}class kw extends pu{constructor(){super(...arguments),this._meshByName=new Map,this._sized=[]}get figure(){return aw(this.component.state.type)}build(){super.build();const t=this.figure;t&&(t.groups.forEach((n,i)=>{const s=function(t){const{members:e}=t.group;if(1!==e.length)return null;const n=e[0];return uw(n)?n:null}(n);if(s)return void this.buildSized(t,n,s);const r=Mw(t,i);if(!r)return;const o=new e.Mesh(r,Sw(t,n));o.castShadow=!0,o.name=n.group.animated?n.group.members[0]?.name??"":"",this.object3d.add(o);for(const t of n.group.members)this._meshByName.has(t.name)||this._meshByName.set(t.name,o)}),this.updateDimension())}buildSized(t,n,i){const s=function(t,n){const{size:i,rotation:s}=n.transform,r=`figure-part|${t.blueprint.type}|${n.geometryKey}|${i.x},${i.y},${i.z}|${s?`${s.x??0},${s.y??0},${s.z??0}`:"-"}`,o=Mv.shaped(r,()=>xw(n)??new e.BufferGeometry);return o.getAttribute("position")?o:null}(t,i);if(!s)return;const r=new e.Object3D,{position:o}=i.transform;r.position.set(o.x,o.y,o.z),r.name=i.name,this.object3d.add(r);const a=new e.Mesh(s,Sw(t,n));a.castShadow=!0,r.add(a),this._sized.push({member:i,holder:r,copies:[a]}),this._meshByName.has(i.name)||this._meshByName.set(i.name,a)}applySizing(t){for(const n of this._sized){const{member:i,holder:s,copies:r}=n,o=mw(i,t);s.scale.set(o.x,o.y,o.z);const a=yw(i,t);if(!a){r.forEach((t,e)=>{t.visible=0===e,t.position.set(0,0,0)});continue}const c=r[0];for(;r.length<a.count;){const t=new e.Mesh(c.geometry,c.material);t.castShadow=!0,s.add(t),r.push(t)}r.forEach((t,e)=>{t.visible=e<a.count,t.visible&&(t.position.set(0,0,0),t.position[a.axis]=_w(e,a.count,a.pitch))})}}get effectiveDepth(){const t=this.component.state.depth;if("number"==typeof t&&Number.isFinite(t)&&t>0)return t;const e=this.figure;if(!e)return super.effectiveDepth;const{base:n}=e.blueprint,{width:i,height:s}=this.component.bounds,r=n.x>0?i/n.x:1,o=n.z>0?s/n.z:1;return n.y*Math.sqrt(Math.max(r,0)*Math.max(o,0))}updateDimension(){const t=this.figure;if(!t)return;const{base:e}=t.blueprint,{width:n,height:i}=this.component.bounds,s=this.effectiveDepth,r={x:e.x>0?n/e.x:1,y:e.y>0?s/e.y:1,z:e.z>0?i/e.z:1};this.setDimensionScale(r.x,r.y,r.z),this._sized.length>0&&this.applySizing(r)}topOutline(){return null}clear(){return this._meshByName.clear(),this._sized=[],super.clear()}}const Aw={mutable:!1,resizable:!0,rotatable:!0,properties:[],help:"scene/component/figure"};class Ew extends(Dc(Pc)){static registerType(t){Tc.register(t,Ew)}get hasTextProperty(){return!1}is3dish(){return!0}get nature(){return Aw}buildRealObject(){return new kw(this)}get figure(){return aw(this.state.type)}render(t){const e=this.figure,{left:n=0,top:i=0,width:s=0,height:r=0}=this.state;if(!e)return void this.renderMissing(t,n,i,s,r);const{base:o}=e.blueprint,a=o.x>0?s/o.x:1,c=o.z>0?r/o.z:1,l=n+s/2,h=i+r/2,d={x:a,y:this.depthScale(o,a,c),z:c};for(const n of e.paintOrder)t.fillStyle=n.color,t.beginPath(),this.tracePart(t,n,l,h,a,c,d),t.fill()}depthScale(t,e,n){const i=this.state.depth;return"number"==typeof i&&Number.isFinite(i)&&i>0?t.y>0?i/t.y:1:Math.sqrt(Math.max(e,0)*Math.max(n,0))}tracePart(t,e,n,i,s,r,o){const{member:a}=e,{position:c}=a.transform,l=n+c.x*s,h=i+c.z*r,d=mw(a,o),u=s*d.x,p=r*d.z,f=yw(a,o);if(f&&"y"!==f.axis&&f.count>1)for(let n=0;n<f.count;n++){const i=_w(n,f.count,f.pitch);this.traceOne(t,e,"x"===f.axis?l+i*s:l,"z"===f.axis?h+i*r:h,u,p)}else this.traceOne(t,e,l,h,u,p)}traceOne(t,e,n,i,s,r){const{member:o}=e,{size:a,rotation:c}=o.transform,l=c?.x??0,h=c?.y??0,d=c?.z??0;if(0!==l||0!==d){const e=function(t,e,n,i){const s=Math.PI/180,r=Math.cos(e*s),o=Math.sin(e*s),a=Math.cos(n*s),c=Math.sin(n*s),l=Math.cos(i*s),h=Math.sin(i*s),d=a*l,u=-a*h,p=c,f=o*h-r*c*l,m=o*l+r*c*h,g=r*a,y=t.x/2,b=t.y/2,_=t.z/2;return{u:Math.abs(d)*y+Math.abs(u)*b+Math.abs(p)*_,v:Math.abs(f)*y+Math.abs(m)*b+Math.abs(g)*_}}(a,l,h,d);return void t.rect(n-e.u*s,i-e.v*r,2*e.u*s,2*e.v*r)}if(0!==h)return t.save(),t.translate(n,i),t.rotate(-h*Math.PI/180),this.traceShape(t,e,0,0,s,r),void t.restore();this.traceShape(t,e,n,i,s,r)}traceShape(t,e,n,i,s,r){const{member:o}=e,{size:a}=o.transform,c=a.x*s,l=a.z*r,h=n-c/2,d=i-l/2;switch(o.primitive){case"cylinder":case"sphere":{const e=dv(c/2,l/2,Cv(o.segments,Sv[0])).points;t.moveTo(n+e[0].x,i+e[0].y);for(let s=1;s<e.length;s++)t.lineTo(n+e[s].x,i+e[s].y);return void t.closePath()}case"polygon":{const e=o.shape?.path;if(!e||e.length<3)return;t.moveTo(n+e[0].x*s,i+e[0].y*r);for(let o=1;o<e.length;o++)t.lineTo(n+e[o].x*s,i+e[o].y*r);return void t.closePath()}default:{const e=o.shape?.round??0;if(e>0&&"function"==typeof t.roundRect)return void t.roundRect(h,d,c,l,Math.min(e*s,c/2,l/2));t.rect(h,d,c,l)}}}renderMissing(t,e,n,i,s){t.save(),t.strokeStyle="#e53935",t.lineWidth=1,t.setLineDash([4,4]),t.beginPath(),t.rect(e,n,i,s),t.stroke(),t.restore()}postrender(t){Tc.prototype.postrender.call(this,t)}}iw(Ew);const Cw={mutable:!1,resizable:!0,rotatable:!0,properties:[],help:"scene/component/figure-part"},Tw=["cylinder","sphere"],Pw=["rect","polygon"];function Ow(t){return t.state}class Dw extends pu{build(){super.build();const t=Ow(this.component).primitive??"cube",n=Pw.includes(t)?this.extrudedGeometry(t):this.unitGeometry(t);if(!n)return;const i=new e.Mesh(n,this.material());i.castShadow=!0,this.object3d.add(i),this.updateDimension()}unitGeometry(t){const e=Ow(this.component);return"cylinder"===t||"sphere"===t?Mv.primitive({kind:t,segments:Cv(e.segments,Sv[0])}):Mv.primitive({kind:"box"})}extrudedGeometry(t){const n=Ow(this.component),{width:i=1,height:s=1}=this.component.state,r=n.round??0,o=n.path,a="polygon"===t?`figure-part|polygon|${JSON.stringify(o??[])}`:`figure-part|rect|${i}x${s}|r${r}`,c=Mv.shaped(a,()=>{const n=this.crossSection(t,i,s,r,o);if(!n)return new e.BufferGeometry;const a=new e.ExtrudeGeometry(n,{steps:1,depth:1,bevelEnabled:!1});return a.rotateX(Math.PI/2),a.translate(0,.5,0),a});return c.getAttribute("position")?c:null}crossSection(t,n,i,s,r){if("polygon"===t){if(!r||r.length<3)return null;const t=new e.Shape;t.moveTo(r[0].x,r[0].y);for(let e=1;e<r.length;e++)t.lineTo(r[e].x,r[e].y);return t.closePath(),t}const o=-n/2,a=-i/2;if(s<=0){const t=new e.Shape;return t.moveTo(o,a),t.lineTo(o+n,a),t.lineTo(o+n,a+i),t.lineTo(o,a+i),t.closePath(),t}const c=Math.min(s,n/2,i/2),l=new e.Path;return l.moveTo(o+c,a),l.lineTo(o+n-c,a),l.quadraticCurveTo(o+n,a,o+n,a+c),l.lineTo(o+n,a+i-c),l.quadraticCurveTo(o+n,a+i,o+n-c,a+i),l.lineTo(o+c,a+i),l.quadraticCurveTo(o,a+i,o,a+i-c),l.lineTo(o,a+c),l.quadraticCurveTo(o,a,o+c,a),new e.Shape(l.getPoints(Sv[0]))}material(){const t=Ow(this.component),e=wd[t.preset??"default"]??wd.default,n=t.token?Zx(t.token):Jx,i=t.flatShading??!0,s=t.transparent??!1;return Z_.material(`figure-part|${t.token??"-"}|${t.preset??"default"}|${i}|${s}`,{color:n,metalness:e.metalness,roughness:e.roughness,envMapIntensity:e.envMapIntensity,flatShading:i,transparent:s,opacity:s?e.opacity??.3:1})}updateDimension(){const{width:t=1,height:e=1}=this.component.bounds,n=this.effectiveDepth,i=Ow(this.component).primitive??"cube";Pw.includes(i)?this.setDimensionScale(1,n,1):this.setDimensionScale(t,n,e)}}class zw extends(Dc(Pc)){static registerType(){Tc.register("figure-part",zw)}get hasTextProperty(){return!1}is3dish(){return!0}get nature(){return Cw}buildRealObject(){return new Dw(this)}render(t){const{left:e=0,top:n=0,width:i=0,height:s=0}=this.state,r=Ow(this);t.beginPath(),this.traceFootprint(t,r,e,n,i,s),t.fillStyle=r.token?Zx(r.token):Jx,t.fill()}traceFootprint(t,e,n,i,s,r){const o=e.primitive??"cube",a=n+s/2,c=i+r/2;if(Tw.includes(o)){const n=dv(s/2,r/2,Cv(e.segments,Sv[0])).points;t.moveTo(a+n[0].x,c+n[0].y);for(let e=1;e<n.length;e++)t.lineTo(a+n[e].x,c+n[e].y);return void t.closePath()}if("polygon"===o){const n=e.path;if(!n||n.length<3)return;t.moveTo(a+n[0].x,c+n[0].y);for(let e=1;e<n.length;e++)t.lineTo(a+n[e].x,c+n[e].y);return void t.closePath()}const l=e.round??0;l>0&&"function"==typeof t.roundRect?t.roundRect(n,i,s,r,Math.min(l,s/2,r/2)):t.rect(n,i,s,r)}}var Iw;zw.registerType(),function(t){t.compile=zl,t.duplicate=Il,t.select=nc,t.match=Ja}(Iw||(Iw={})),Li.registerResidents(()=>({componentResidentsCount:Tc.residentsCount,sceneResidentsCount:Gu.residentsCount,referenceMapResidentsCount:I_.residentsCount,sceneResidents:Tc.residents}));var Rw=Object.freeze({__proto__:null,AbsoluteLayout:Hc,Animation:Aa,AudioPlayer:Yg,BULGE_EPSILON:qr,get Banner(){return Uv},Banner3D:Wv,BoxSelectionManager:Ef,COMMON_PLACEHOLDER_PROPERTIES:ug,CORE_PLACEHOLDER_TYPES:gg,get Camera(){return Qv},Camera3D:Kv,CameraBookmarkManager:Af,CameraManager:df,Capacity:Wy,CapacityEventTracker:Ey,CardLayout:Gc,CenteringQueueStrategy:Ty,CenteringSlotStrategy:d_,Component:Tc,Connectable:Xf,Container:Xm,ContainerAbstract:Kl,ControlsManager:mf,get Cube(){return Hv},Cube3D:Nv,get Cylinder(){return Vv},Cylinder3D:Gv,DEFAULT:Qs,DEFAULT_PALETTE:Vx,DEFAULT_PLACEMENT:ru,DPPX:Xs,DataLagTracker:eh,DataSource:_y,DefaultLoadingOverlayRenderer:jd,Donut:ly,DonutExtrude:bv,Ellipse:hg,EllipseExtrude:fv,EventManager3D:gf,EventMap:ml,FPS:Pp,FigureInstance:Ew,FigurePart:zw,FigurePartRealObject:Dw,FigureRealObject:kw,FixedSlotStrategy:Gy,get FloorPlate(){return cx},FlowEngine:Jb,FlowNode:e_,GESTURES:qs,get GLTFObject(){return Jv},GLTF_BASE_URL_ALIAS:xy,GenericObject:mg,GeometryBank:Mv,GifView:Gg,GizmoManager:bf,GizmoOperationManager:xf,GlobalRef:Zg,GltfComponent:My,GridStacking:Dy,Group:$g,HTMLAbsoluteLayout:Nc,HTMLOverlayContainer:Kg,HTMLOverlayElement:Pg,Holdable:t_,ImageView:Tg,InfoWindow:jc,InstancedSet:Cx,InteractionManager:wf,ItemsDataBinding:By,KEYEVENTS:Ks,Layer:cp,Layout:Fc,LightManager:pf,LightObject:ex,Line:cg,Line3D:kx,LinearHorizontalLayout:Yc,LinearVerticalLayout:Uc,LoadTracker:sh,LoadingOverlay:Cd,LocalRef:qg,MATERIAL_PRESETS:wd,MAX_SEGMENTS:Ev,MAX_UNDO_SIZE:30,MIN_SEGMENTS:3,MODE_ADD:3,MODE_EDIT:1,MODE_PASTE_DATABIND:5,MODE_PASTE_STYLE:4,MODE_SHIFT:2,MODE_VIEW:0,MaterialBank:Z_,get Model(){return Iw},MoveHandle:Xl,NOTHING:Ns,NavGraph:y_,Node:fy,OrthoLine:Eg,OrthoLine3D:Ex,PIXEL_RATIO:Op,PLACEHOLDER_THEMES:dg,Path:sy,PatternStacking:Oy,PlacementManager:Mf,get PointLight(){return nx},Polygon:vg,PolygonContainer:wg,PolygonExtrude:yv,PolygonPathPolyline:S_,Polyline:kg,Polyline3D:Ax,Popup:ey,PopupContainer:iy,Pose6DOF:xl,REPEAT_LIMIT:bw,RealObject:pu,RealObjectCamera:Dx,RealObjectDomElement:Np,RealObjectDomTexture:X_,RealObjectDummy:Px,RealObjectExternalModel:gu,RealObjectExtrude:pv,RealObjectGLTF:vu,RealObjectGroup:px,RealObjectLine:Sx,RealObjectMesh:J_,RealObjectPlane:zx,RealObjectPlane2D:jx,RealObjectScene:Ix,RealObjectService:my,RealObjectSprite:Iv,RealObjectSprite2D:Rv,RealObjectText:ov,Rect:Qf,RectExtrude:mv,RectPath:Dc,ReferenceMap:I_,RendererManager:uf,ReservationTable:m_,RootContainer:th,Ruler:Jf,SCALE_MIN:Wd,SCENE_MODE:Us,SEGMENT_DEFAULTS:kv,SEGMENT_PRESETS:Sv,SHORTCUT_SECTIONS:Hf,SUPPORTED_BLUEPRINT_VERSION:1,Scene:Gu,SceneManager:hf,ScenePopup:ap,SceneSearchEngine:ku,ScriptLoader:B_,SearchOverlay:Eu,ServiceComponent:yy,Shape:Pc,get Sphere(){return zv},Sphere3D:Dv,get Sprite(){return Lv},Star:uy,StarExtrude:vv,TRANSFER_SLOT_KEY:Ny,TableLayout:$c,Text:Wg,ThreeCapability:zf,get ThreeContainer(){return Fx},ThreeDOnly:vy,Tracker:Tu,Transfer:Fu,TransitionEffect:$l,Triangle:oy,TriangleExtrude:_v,UNIT_DIMENSION:qd,UNIT_ROTATE:Zd,UNIT_SCALE:Kd,UNIT_TRANSLATE:Qd,UNTOKENED_COLOR:Jx,ValueHolder:by,VertexGizmoManager:Df,VolumeStacking:zy,get Wall(){return rx},Wall3D:sx,Z_PRIORITY:au,activePalette:Qx,activePaletteName:Kx,allDestinations:Hb,anchorsConnect:Qy,animate:ka,applyAlpha:$d,applyMaterial3dProps:Ad,applyPolicy:Vb,applySeatingRotation:Fy,applyStackLayout:Iy,applyZPriorityToMaterials:lu,arcSegmentTopology:qy,autoWireBackPressure:Cy,blueprintProblems:Gx,buildArrow3D:Lp,buildContractInspector:P_,buildCoordinateGround:qp,buildFlowGraph:nb,buildNavGraph:v_,buildShapeFromPolygonPath:gv,buildTether:Zu,bulgeFromDrag:Jr,bulgeHandlePosition:Zr,canReach:ab,capability:zm,centerOnBBox:uv,chooseNearestPickupFrame:h_,clearTether:tp,collectAdjacentSegments:ub,compile:Ca,componentForNode:Nb,computeArcParams:Qr,computeFlowMap:Eb,computeStackPositions:Py,cornerHandlePosition:eo,cornerRadiusFromDrag:no,create:Yu,createCanvas:Dp,createCanvasTexture:Y_,createFloor:af,createRealObjectFor:Yp,createSelectionHandle3D:lx,dataLagTracker:nh,debug:ts,deliversInto:tb,delta:Ma,disposeCoordinateGround:Jp,disposeObject3D:eu,disposeTether:ep,downstream:Ub,drawTextTexture:nv,effectiveCornerRadius:to,ellipseOutline:dv,enumerateDataScenarios:gb,error:Zi,figureTypes:cw,fillStyleOpacity:Ud,filterByToolType:l_,filterShortcuts:Bf,findNearestWithCapability:Pb,flattenPolygonPath:k_,flowGraphFor:Lb,flowGraphIssues:jb,flowReverseFor:Cb,fontStyle:tv,footprint2D:Ry,frameClock:jr,ftId:Mb,ftrace:wb,getAllCapabilityMeta:Lm,getCapabilityMeta:jm,getFigure:aw,getPose:Al,getWorldPose:El,globalSimClock:Ir,gltfNatureProperties:wy,graphFor:Kb,gridPlacements:Tx,hasArc:Kr,hasCapability:Dm,hasCapacity:ky,hasFigure:lw,inferCapacity:Ay,inferDownstreamId:pb,inferFlowDirections:xb,initFontFamilyWatcher:Js,inspector:Ed,installContractInspector:O_,isFlowNode:n_,isGenericPlaceholder:yg,isGeometricHost:Tb,isParted:fu,isRoutingTarget:Ob,isSegmentPreset:Pv,isStateDriven:ou,isThreedEnabled:wu,matchOutbounds:eb,memberGeometry:vw,memberGeometryAtOrigin:ww,memberGeometryTurned:xw,mergedGeometryOf:Mw,metrics:Li,needsOwnMesh:uw,next:Wb,nextHop:ob,nextHops:rb,nextHopsToAny:lb,nextHopsToAnyDetailed:hb,niceGridStep:$p,nodeIdOf:Bb,opaqueColor:Xd,paletteVersion:$x,partAtByIndex:mu,pickWeightedDestination:Zb,planPathAStar:x_,planToReservations:w_,pointInRotatedRect:Zy,polygonOffsetForPriority:cu,polygonPathLength:A_,projectToScreen:Xu,quatFromYaw:s_,rayAbsDistanceToRect:Jy,reachableByOutbound:ib,reachableDestinations:$b,reachableDestinationsFrom:Xb,reachableDestinationsWeightedFrom:qb,reachableSinks:cb,receiptToJSON:ju,recommendsLogarithmicDepthForSky:lf,rectFaceAnchors:Uy,rectOutline:hv,rectangularFootprintFrames:a_,registerCapabilityMeta:Rm,registerDefaultRealObjectFactory:Vp,registerFigure:ow,registerPalette:Xx,registerRealObjectFactory:Gp,renderCanvasTexture:W_,renderPlaceholder:pg,repeatOffset:_w,repeatPlan:yw,reservationTable:g_,resetFigures:dw,resetPalettes:tw,resolveAnchorWorldPosition:Qu,resolveHeightSegments:Tv,resolveMaterial3d:Md,resolveNextHop:Yb,resolveSegments:Cv,resolveToken:Zx,resolveVariant:Gd,rotatedExtent:pw,sceneComponent:Sy,setActivePalette:qx,setPose:Cl,setThreedEnabled:Mu,setWorldPose:Tl,sinksForDestination:Fb,sizingScale:mw,standardYieldPolicy:f_,stopFPSMeasure:Tp,straightSegmentEndpoints:Xy,straightSegmentMultiInbound:Ky,straightSegmentTopology:$y,stretchAxis:fw,textBounds:rv,textTexture:iv,toThreeSide:kd,topApproachFrame:c_,transferLog:Nu,transferTracer:Iu,uniformZ:io,unregisterFigure:hw,updateDefaultFontFamily:Zs,updateTether:Ju,useFigureComponent:iw,validate:Qb,validateFlowGraph:db,version:G_,warn:Ji});const jw=globalThis;"undefined"==typeof globalThis||jw.scene||(jw.scene=Rw);export{Hc as AbsoluteLayout,Aa as Animation,Yg as AudioPlayer,qr as BULGE_EPSILON,Uv as Banner,Wv as Banner3D,Ef as BoxSelectionManager,ug as COMMON_PLACEHOLDER_PROPERTIES,gg as CORE_PLACEHOLDER_TYPES,Qv as Camera,Kv as Camera3D,Af as CameraBookmarkManager,df as CameraManager,Wy as Capacity,Ey as CapacityEventTracker,Gc as CardLayout,Ty as CenteringQueueStrategy,d_ as CenteringSlotStrategy,Tc as Component,Xf as Connectable,Xm as Container,Kl as ContainerAbstract,mf as ControlsManager,Hv as Cube,Nv as Cube3D,Vv as Cylinder,Gv as Cylinder3D,Qs as DEFAULT,Vx as DEFAULT_PALETTE,ru as DEFAULT_PLACEMENT,Xs as DPPX,eh as DataLagTracker,_y as DataSource,jd as DefaultLoadingOverlayRenderer,ly as Donut,bv as DonutExtrude,hg as Ellipse,fv as EllipseExtrude,gf as EventManager3D,ml as EventMap,Pp as FPS,Ew as FigureInstance,zw as FigurePart,Dw as FigurePartRealObject,kw as FigureRealObject,Gy as FixedSlotStrategy,cx as FloorPlate,Jb as FlowEngine,e_ as FlowNode,qs as GESTURES,Jv as GLTFObject,xy as GLTF_BASE_URL_ALIAS,mg as GenericObject,Mv as GeometryBank,Gg as GifView,bf as GizmoManager,xf as GizmoOperationManager,Zg as GlobalRef,My as GltfComponent,Dy as GridStacking,$g as Group,Nc as HTMLAbsoluteLayout,Kg as HTMLOverlayContainer,Pg as HTMLOverlayElement,t_ as Holdable,Tg as ImageView,jc as InfoWindow,Cx as InstancedSet,wf as InteractionManager,By as ItemsDataBinding,Ks as KEYEVENTS,cp as Layer,Fc as Layout,pf as LightManager,ex as LightObject,cg as Line,kx as Line3D,Yc as LinearHorizontalLayout,Uc as LinearVerticalLayout,sh as LoadTracker,Cd as LoadingOverlay,qg as LocalRef,wd as MATERIAL_PRESETS,Ev as MAX_SEGMENTS,$s as MAX_UNDO_SIZE,Av as MIN_SEGMENTS,Vs as MODE_ADD,Bs as MODE_EDIT,Ws as MODE_PASTE_DATABIND,Ys as MODE_PASTE_STYLE,Gs as MODE_SHIFT,Hs as MODE_VIEW,Z_ as MaterialBank,Iw as Model,Xl as MoveHandle,Ns as NOTHING,y_ as NavGraph,fy as Node,Eg as OrthoLine,Ex as OrthoLine3D,Op as PIXEL_RATIO,dg as PLACEHOLDER_THEMES,sy as Path,Oy as PatternStacking,Mf as PlacementManager,nx as PointLight,vg as Polygon,wg as PolygonContainer,yv as PolygonExtrude,S_ as PolygonPathPolyline,kg as Polyline,Ax as Polyline3D,ey as Popup,iy as PopupContainer,xl as Pose6DOF,bw as REPEAT_LIMIT,pu as RealObject,Dx as RealObjectCamera,Np as RealObjectDomElement,X_ as RealObjectDomTexture,Px as RealObjectDummy,gu as RealObjectExternalModel,pv as RealObjectExtrude,vu as RealObjectGLTF,px as RealObjectGroup,Sx as RealObjectLine,J_ as RealObjectMesh,zx as RealObjectPlane,jx as RealObjectPlane2D,Ix as RealObjectScene,my as RealObjectService,Iv as RealObjectSprite,Rv as RealObjectSprite2D,ov as RealObjectText,Qf as Rect,mv as RectExtrude,Dc as RectPath,I_ as ReferenceMap,uf as RendererManager,m_ as ReservationTable,th as RootContainer,Jf as Ruler,Wd as SCALE_MIN,Us as SCENE_MODE,kv as SEGMENT_DEFAULTS,Sv as SEGMENT_PRESETS,Hf as SHORTCUT_SECTIONS,Nx as SUPPORTED_BLUEPRINT_VERSION,Gu as Scene,hf as SceneManager,ap as ScenePopup,ku as SceneSearchEngine,B_ as ScriptLoader,Eu as SearchOverlay,yy as ServiceComponent,Pc as Shape,zv as Sphere,Dv as Sphere3D,Lv as Sprite,uy as Star,vv as StarExtrude,Ny as TRANSFER_SLOT_KEY,$c as TableLayout,Wg as Text,zf as ThreeCapability,Fx as ThreeContainer,vy as ThreeDOnly,Tu as Tracker,Fu as Transfer,$l as TransitionEffect,oy as Triangle,_v as TriangleExtrude,qd as UNIT_DIMENSION,Zd as UNIT_ROTATE,Kd as UNIT_SCALE,Qd as UNIT_TRANSLATE,Jx as UNTOKENED_COLOR,by as ValueHolder,Df as VertexGizmoManager,zy as VolumeStacking,rx as Wall,sx as Wall3D,au as Z_PRIORITY,Qx as activePalette,Kx as activePaletteName,Hb as allDestinations,Qy as anchorsConnect,ka as animate,$d as applyAlpha,Ad as applyMaterial3dProps,Vb as applyPolicy,Fy as applySeatingRotation,Iy as applyStackLayout,lu as applyZPriorityToMaterials,qy as arcSegmentTopology,Cy as autoWireBackPressure,Gx as blueprintProblems,Lp as buildArrow3D,P_ as buildContractInspector,qp as buildCoordinateGround,nb as buildFlowGraph,v_ as buildNavGraph,gv as buildShapeFromPolygonPath,Zu as buildTether,Jr as bulgeFromDrag,Zr as bulgeHandlePosition,ab as canReach,zm as capability,uv as centerOnBBox,h_ as chooseNearestPickupFrame,tp as clearTether,ub as collectAdjacentSegments,Ca as compile,Nb as componentForNode,Qr as computeArcParams,Eb as computeFlowMap,Py as computeStackPositions,eo as cornerHandlePosition,no as cornerRadiusFromDrag,Yu as create,Dp as createCanvas,Y_ as createCanvasTexture,af as createFloor,Yp as createRealObjectFor,lx as createSelectionHandle3D,nh as dataLagTracker,ts as debug,tb as deliversInto,Ma as delta,Jp as disposeCoordinateGround,eu as disposeObject3D,ep as disposeTether,Ub as downstream,nv as drawTextTexture,to as effectiveCornerRadius,dv as ellipseOutline,gb as enumerateDataScenarios,Zi as error,cw as figureTypes,Ud as fillStyleOpacity,l_ as filterByToolType,Bf as filterShortcuts,Pb as findNearestWithCapability,k_ as flattenPolygonPath,Lb as flowGraphFor,jb as flowGraphIssues,Cb as flowReverseFor,tv as fontStyle,Ry as footprint2D,jr as frameClock,Mb as ftId,wb as ftrace,Lm as getAllCapabilityMeta,jm as getCapabilityMeta,aw as getFigure,Al as getPose,El as getWorldPose,Ir as globalSimClock,wy as gltfNatureProperties,Kb as graphFor,Tx as gridPlacements,Kr as hasArc,Dm as hasCapability,ky as hasCapacity,lw as hasFigure,Ay as inferCapacity,pb as inferDownstreamId,xb as inferFlowDirections,Js as initFontFamilyWatcher,Ed as inspector,O_ as installContractInspector,n_ as isFlowNode,yg as isGenericPlaceholder,Tb as isGeometricHost,fu as isParted,Ob as isRoutingTarget,Pv as isSegmentPreset,ou as isStateDriven,wu as isThreedEnabled,eb as matchOutbounds,vw as memberGeometry,ww as memberGeometryAtOrigin,xw as memberGeometryTurned,Mw as mergedGeometryOf,Li as metrics,uw as needsOwnMesh,Wb as next,ob as nextHop,rb as nextHops,lb as nextHopsToAny,hb as nextHopsToAnyDetailed,$p as niceGridStep,Bb as nodeIdOf,Xd as opaqueColor,$x as paletteVersion,mu as partAtByIndex,Zb as pickWeightedDestination,x_ as planPathAStar,w_ as planToReservations,Zy as pointInRotatedRect,cu as polygonOffsetForPriority,A_ as polygonPathLength,Xu as projectToScreen,s_ as quatFromYaw,Jy as rayAbsDistanceToRect,ib as reachableByOutbound,$b as reachableDestinations,Xb as reachableDestinationsFrom,qb as reachableDestinationsWeightedFrom,cb as reachableSinks,ju as receiptToJSON,lf as recommendsLogarithmicDepthForSky,Uy as rectFaceAnchors,hv as rectOutline,a_ as rectangularFootprintFrames,Rm as registerCapabilityMeta,Vp as registerDefaultRealObjectFactory,ow as registerFigure,Xx as registerPalette,Gp as registerRealObjectFactory,W_ as renderCanvasTexture,pg as renderPlaceholder,_w as repeatOffset,yw as repeatPlan,g_ as reservationTable,dw as resetFigures,tw as resetPalettes,Qu as resolveAnchorWorldPosition,Tv as resolveHeightSegments,Md as resolveMaterial3d,Yb as resolveNextHop,Cv as resolveSegments,Zx as resolveToken,Gd as resolveVariant,pw as rotatedExtent,Sy as sceneComponent,qx as setActivePalette,Cl as setPose,Mu as setThreedEnabled,Tl as setWorldPose,Fb as sinksForDestination,mw as sizingScale,f_ as standardYieldPolicy,Tp as stopFPSMeasure,Xy as straightSegmentEndpoints,Ky as straightSegmentMultiInbound,$y as straightSegmentTopology,fw as stretchAxis,rv as textBounds,iv as textTexture,kd as toThreeSide,c_ as topApproachFrame,Nu as transferLog,Iu as transferTracer,io as uniformZ,hw as unregisterFigure,Zs as updateDefaultFontFamily,Ju as updateTether,iw as useFigureComponent,Qb as validate,db as validateFlowGraph,G_ as version,Ji as warn};
|
|
51
51
|
//# sourceMappingURL=things-scene.mjs.map
|