@mirage-engine/core 0.3.6 → 0.3.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +17 -0
- package/dist/mirage-engine.js +597 -558
- package/dist/mirage-engine.umd.js +27 -14
- package/dist/src/types/attributes.d.ts +10 -0
- package/package.json +3 -3
- package/src/dom/Extractor.ts +18 -12
- package/src/renderer/Renderer.ts +3 -0
- package/src/types/attributes.ts +5 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
(function(
|
|
2
|
-
`),a=[];return i.forEach(
|
|
1
|
+
(function(b,C){typeof exports=="object"&&typeof module!="undefined"?C(exports,require("three")):typeof define=="function"&&define.amd?define(["exports","three"],C):(b=typeof globalThis!="undefined"?globalThis:b||self,C(b.MirageEngine={},b.THREE))})(this,function(b,C){"use strict";var at=Object.defineProperty,ct=Object.defineProperties;var lt=Object.getOwnPropertyDescriptors;var Oe=Object.getOwnPropertySymbols;var ht=Object.prototype.hasOwnProperty,dt=Object.prototype.propertyIsEnumerable;var pe=(b,C,L)=>C in b?at(b,C,{enumerable:!0,configurable:!0,writable:!0,value:L}):b[C]=L,Z=(b,C)=>{for(var L in C||(C={}))ht.call(C,L)&&pe(b,L,C[L]);if(Oe)for(var L of Oe(C))dt.call(C,L)&&pe(b,L,C[L]);return b},_e=(b,C)=>ct(b,lt(C));var f=(b,C,L)=>(pe(b,typeof C!="symbol"?C+"":C,L),L);var Be=(b,C,L)=>new Promise((v,re)=>{var z=M=>{try{D(L.next(M))}catch(B){re(B)}},ie=M=>{try{D(L.throw(M))}catch(B){re(B)}},D=M=>M.done?v(M.value):Promise.resolve(M.value).then(z,ie);D((L=L.apply(b,C)).next())});function L(n){const e=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(n){for(const t in n)if(t!=="default"){const r=Object.getOwnPropertyDescriptor(n,t);Object.defineProperty(e,t,r.get?r:{enumerable:!0,get:()=>n[t]})}}return e.default=n,Object.freeze(e)}const v=L(C),re={INCLUDE_TREE:"include-tree",EXCLUDE_TREE:"exclude-tree",INCLUDE_SELF:"include-self",EXCLUDE_SELF:"exclude-self",END:"end"},z={NAME:"data-mirage-dom",KEY:"mirageDom",VALUES:{HIDE:"hide",SHOW:"show"}},ie={TRAVELER:"traveler",NATIVE:"native",CAPTURE_1:"1",CAPTURE_2:"2",CAPTURE_3:"3",CAPTURE_4:"4",CAPTURE_5:"5",CAPTURE_6:"6",CAPTURE_7:"7",CAPTURE_8:"8",CAPTURE_9:"9",CAPTURE_10:"10"},D={NAME:"data-mirage-travel",KEY:"mirageTravel",VALUES:ie,MAX_LAYERS:Object.keys(ie).length-1},M={NAME:"data-mirage-filter",KEY:"mirageFilter",VALUES:re},B={NAME:"data-mirage-select",KEY:"mirageSelect",VALUES:re},me={NAME:"data-mirage-shader",KEY:"mirageShader"},Fe={NAME:"data-mirage-sandwich",KEY:"mirageSandwich",VALUES:{FRONT:"front"}},ne=0,$=1,Q=2,ve=4,se=8,ce=16;function Ne(n){const e=n.match(/rgba?\((\d+),\s*(\d+),\s*(\d+)/);return e?{r:parseInt(e[1])/255,g:parseInt(e[2])/255,b:parseInt(e[3])/255}:{r:1,g:1,b:1}}function ye(n){const e={};if(n.opacity&&(e.opacity=parseFloat(n.opacity)),n.backgroundColor&&n.backgroundColor!=="rgba(0, 0, 0, 0)"){const t=Ne(n.backgroundColor);e.backgroundColor=[t.r,t.g,t.b]}if(n.backgroundImage?e.backgroundImage=n.backgroundImage:n.background&&(e.backgroundImage=n.background),n.borderRadius&&(e.borderRadius=parseFloat(n.borderRadius)),n.width&&(e.width=parseFloat(n.width)),n.height&&(e.height=parseFloat(n.height)),n.transform&&n.transform!=="none"){const t=new DOMMatrix(n.transform);e.x=t.m41,e.y=t.m42,e.z=t.m43}return e}class be{constructor(e,t){f(this,"target");f(this,"observer");f(this,"pendingDeletions",new Set);f(this,"pendingStyles",new Map);f(this,"isDomDirty",!1);f(this,"isRunning",!1);f(this,"pendingMask",ne);f(this,"mutationTimer",null);f(this,"cssTimer",null);f(this,"resizeConfig");f(this,"resizeTimer",null);f(this,"isResizing",!1);f(this,"lastScrollX",0);f(this,"lastScrollY",0);f(this,"scrollTimer",null);f(this,"onBeforeRender",new Set);f(this,"onLayoutChange",new Set);f(this,"onStyleChange",new Set);f(this,"onScrollChange",new Set);f(this,"onRender",new Set);f(this,"onTransitionFinished",e=>{this.target.contains(e.target)&&this.mutationTimer===null&&(this.cssTimer&&clearTimeout(this.cssTimer),this.pendingStyles.size==0&&(this.pendingMask|=$|Q,this.cssTimer=window.setTimeout(()=>{this.isDomDirty=!0,this.cssTimer=null},50)))});f(this,"onWindowResize",()=>{if(!this.resizeConfig.enabled){this.isDomDirty=!0;return}this.isResizing||(this.isResizing=!0,this.resizeConfig.onStart&&this.resizeConfig.onStart()),this.resizeTimer&&clearTimeout(this.resizeTimer),this.resizeTimer=window.setTimeout(()=>{this.isDomDirty=!0,this.resizeConfig.onEnd&&this.resizeConfig.onEnd(),this.isResizing=!1,this.resizeTimer=null},this.resizeConfig.delay)});f(this,"renderLoop",()=>{if(!this.isRunning)return;this.onBeforeRender.forEach(r=>r()),this.isDomDirty&&(this.isDomDirty=!1,this.onLayoutChange.forEach(r=>r(this.pendingMask,this.pendingDeletions)),this.pendingDeletions.clear(),this.pendingMask=ne);const e=window.scrollX,t=window.scrollY;(e!==this.lastScrollX||t!==this.lastScrollY)&&(this.onScrollChange.forEach(r=>r(e,t)),this.lastScrollX=e,this.lastScrollY=t,this.scrollTimer&&clearTimeout(this.scrollTimer),this.scrollTimer=window.setTimeout(()=>{this.pendingMask|=$,this.isDomDirty=!0,this.scrollTimer=null},150)),this.pendingStyles.size>0&&(this.onStyleChange.forEach(r=>r(this.pendingStyles)),this.pendingStyles.clear()),this.onRender.forEach(r=>r()),requestAnimationFrame(this.renderLoop)});var i,a;this.target=e;const r=(i=t.resizeDebounce)!=null?i:!0;r===!1?this.resizeConfig={enabled:!1,delay:0}:r===!0?this.resizeConfig={enabled:!0,delay:150}:this.resizeConfig={enabled:!0,delay:(a=r.delay)!=null?a:150,onStart:r.onStart,onEnd:r.onEnd},this.observer=new MutationObserver(s=>{let o=ne;for(const c of s)if(c.type==="childList")o|=se,c.removedNodes.length>0&&c.removedNodes.forEach(l=>{l instanceof HTMLElement&&this.pendingDeletions.add(l)});else if(c.type==="attributes")if(c.attributeName==="style"){o|=$|Q;const l=c.target,d=ye(l.style);this.pendingStyles.set(l,d)}else c.attributeName==="class"?o|=$|Q:c.attributeName&&c.attributeName.startsWith("data-")&&(o|=$|Q,c.attributeName.startsWith("data-mirage")&&(o|=se));else c.type==="characterData"&&(o|=ce|$);if(o!==ne){if(this.pendingMask|=o,o&se){this.clearTimers(),this.isDomDirty=!0;return}this.mutationTimer&&clearTimeout(this.mutationTimer),this.mutationTimer=window.setTimeout(()=>{this.mutationTimer=null,this.isDomDirty=!0},200)}})}start(){this.isRunning||(this.isRunning=!0,this.observer.observe(this.target,{childList:!0,subtree:!0,attributes:!0,characterData:!0}),this.target.addEventListener("transitionend",this.onTransitionFinished),this.target.addEventListener("animationend",this.onTransitionFinished),window.addEventListener("resize",this.onWindowResize),this.isDomDirty=!0,this.lastScrollX=window.scrollX,this.lastScrollY=window.scrollY,this.renderLoop())}stop(){this.isRunning=!1,this.observer.disconnect(),this.clearTimers(),this.target.removeEventListener("transitionend",this.onTransitionFinished),this.target.removeEventListener("animationend",this.onTransitionFinished),window.removeEventListener("resize",this.onWindowResize)}clearTimers(){this.mutationTimer&&(clearTimeout(this.mutationTimer),this.mutationTimer=null),this.cssTimer&&(clearTimeout(this.cssTimer),this.cssTimer=null),this.scrollTimer&&(clearTimeout(this.scrollTimer),this.scrollTimer=null)}}const Y=1,K=2,Xe=0,O={BASE:0,SELECTED:1,getCaptureLayer:n=>31-n,HIDDEN:31},he=Object.values(M.VALUES);class Ee{static getBaseline(e){if(this.cache.has(e))return this.cache.get(e);const t=this.calculateBaselineFromDOM(e);return this.cache.set(e,t),t}static calculateBaselineFromDOM(e){if(typeof document=="undefined")return 0;const t=document.createElement("div"),r=document.createElement("span"),i=document.createElement("img");t.style.visibility="hidden",t.style.position="absolute",t.style.top="0px",t.style.left="0px",t.style.font=e,t.style.margin="0",t.style.padding="0",t.style.border="none",r.style.margin="0",r.style.padding="0",r.style.border="none",r.style.lineHeight="normal",i.width=1,i.height=1,i.style.verticalAlign="baseline",r.appendChild(document.createTextNode("Hidden Text")),t.appendChild(r),t.appendChild(i),document.body.appendChild(t);const a=i.offsetTop-r.offsetTop;return document.body.removeChild(t),a}}f(Ee,"cache",new Map);class ze extends v.MeshBasicMaterial{constructor(t,r,i,a,s=2){super({transparent:!0,side:v.FrontSide,color:16777215});f(this,"canvas");f(this,"ctx");f(this,"qualityFactor");if(this.canvas=document.createElement("canvas"),this.ctx=this.canvas.getContext("2d"),!this.ctx)throw new Error("[Mirage] Failed to create canvas context");this.qualityFactor=s,this.map=new v.CanvasTexture(this.canvas),this.map.colorSpace=v.LinearSRGBColorSpace,this.map.minFilter=v.LinearFilter,this.map.magFilter=v.LinearFilter,this.updateText(t,r,i,a)}wrapText(t,r){const i=t.split(`
|
|
2
|
+
`),a=[];return i.forEach(s=>{const o=s.match(/[^\s\-]+\-?|\-|\s+/g)||[];if(o.length===0){a.push("");return}let c=o[0];for(let l=1;l<o.length;l++){const d=o[l];this.ctx.measureText(c+d).width<=r+2?c+=d:(c&&a.push(c),c=d.trimStart())}c&&a.push(c)}),a}updateText(t,r,i,a,s){s!==void 0&&(this.qualityFactor=s);const c=(window.devicePixelRatio||1)*this.qualityFactor,l=i*c,d=a*c;this.canvas.width!==l||this.canvas.height!==d?(this.canvas.width=l,this.canvas.height=d):this.ctx.clearRect(0,0,this.canvas.width,this.canvas.height),this.ctx.setTransform(c,0,0,c,0,0),this.ctx.font=r.font,this.ctx.fillStyle=r.color,this.ctx.textBaseline="alphabetic",this.ctx.globalAlpha=1;const h=this.wrapText(t,i),u=r.lineHeight,p=Ee.getBaseline(r.font);h.forEach((g,y)=>{const T=y*u+p;let U=0;r.textAlign==="center"?U=i/2:r.textAlign==="right"&&(U=i),this.ctx.textAlign=r.textAlign,this.ctx.fillText(g,U,T)}),this.map&&(this.map.needsUpdate=!0)}dispose(){this.map&&this.map.dispose(),super.dispose()}}function ee(n,e=0){if(typeof n=="number")return n;const t=parseFloat(n)||0;return typeof n=="string"&&n.includes("%")?t/100*e:t}function oe(n){if(!n||n==="transparent")return{color:new v.Color(16777215),alpha:0};const e=n.match(/rgba?\((\d+),\s*(\d+),\s*(\d+)(?:,\s*([\d.]+))?\)/);if(e){const t=parseInt(e[1],10),r=parseInt(e[2],10),i=parseInt(e[3],10),a=e[4]!==void 0?parseFloat(e[4]):1;return{color:new v.Color(`rgb(${t}, ${r}, ${i})`),alpha:a}}return{color:new v.Color(n),alpha:1}}function Ye(n){const e=[];let t="",r=0;for(let i=0;i<n.length;i++){const a=n[i];if(a==="(")r++;else if(a===")")r--;else if(a===","&&r===0){e.push(t.trim()),t="";continue}t+=a}return t&&e.push(t.trim()),e}function Ve(n){if(!n||typeof n!="string"||!n.includes("linear-gradient"))return null;const e=n.match(/linear-gradient\((.*)\)/);if(!e)return null;const t=e[1],r=Ye(t);let i=Math.PI,a=0;const s=r[0].trim();if(s.startsWith("to "))s==="to top"?i=0:s==="to right"?i=Math.PI/2:s==="to bottom"?i=Math.PI:s==="to left"?i=Math.PI*1.5:s==="to top right"||s==="to right top"?i=Math.PI/4:s==="to bottom right"||s==="to right bottom"?i=Math.PI*.75:s==="to bottom left"||s==="to left bottom"?i=Math.PI*1.25:(s==="to top left"||s==="to left top")&&(i=Math.PI*1.75),a=1;else if(s.endsWith("deg")||s.endsWith("rad")||s.endsWith("turn")){const c=parseFloat(s);s.endsWith("deg")?i=c*(Math.PI/180):s.endsWith("rad")?i=c:s.endsWith("turn")&&(i=c*Math.PI*2),a=1}const o=[];for(let c=a;c<r.length&&!(o.length>=8);c++){const l=r[c].trim(),d=l.lastIndexOf(" ");let h=l,u=null;if(d!==-1&&!l.endsWith(")")){const g=l.substring(d+1);(g.endsWith("%")||g.endsWith("px")||!isNaN(parseFloat(g)))&&(h=l.substring(0,d).trim(),u=g)}const p=oe(h);o.push({color:p.color,alpha:p.alpha,rawStop:u,stop:0})}if(o.length>0){for(let l=0;l<o.length;l++)o[l].rawStop!==null&&(o[l].stop=parseFloat(o[l].rawStop)/100);o[0].rawStop===null&&(o[0].stop=0),o.length>1&&o[o.length-1].rawStop===null&&(o[o.length-1].stop=1);let c=0;for(let l=1;l<o.length;l++)if(o[l].rawStop!==null||l===o.length-1){const d=l-c;if(d>1){const h=o[c].stop,p=(o[l].stop-h)/d;for(let g=1;g<d;g++)o[c+g].stop=h+p*g}c=l}}return{angle:i,stops:o}}const We=`varying vec2 vUv;
|
|
3
3
|
varying vec4 vScreenPos;
|
|
4
4
|
void main() {
|
|
5
5
|
vUv = uv;
|
|
@@ -88,6 +88,18 @@ void main() {
|
|
|
88
88
|
vec2 p = (vUv - 0.5) * uSize;
|
|
89
89
|
vec2 halfSize = uSize * 0.5;
|
|
90
90
|
|
|
91
|
+
// CSS Proportional Border-Radius Clamping
|
|
92
|
+
float tl = uBorderRadius.x;
|
|
93
|
+
float tr = uBorderRadius.y;
|
|
94
|
+
float br = uBorderRadius.z;
|
|
95
|
+
float bl = uBorderRadius.w;
|
|
96
|
+
float fTop = uSize.x / max(tl + tr, 0.0001);
|
|
97
|
+
float fBottom = uSize.x / max(bl + br, 0.0001);
|
|
98
|
+
float fLeft = uSize.y / max(tl + bl, 0.0001);
|
|
99
|
+
float fRight = uSize.y / max(tr + br, 0.0001);
|
|
100
|
+
float f = min(1.0, min(min(fTop, fBottom), min(fLeft, fRight)));
|
|
101
|
+
vec4 clampedRadius = uBorderRadius * f;
|
|
102
|
+
|
|
91
103
|
#INJECT_UV_MODIFIER
|
|
92
104
|
|
|
93
105
|
// color decision pipeline
|
|
@@ -101,9 +113,8 @@ void main() {
|
|
|
101
113
|
#INJECT_BASE_COLOR
|
|
102
114
|
|
|
103
115
|
// Hybrid SDF
|
|
104
|
-
vec2 xRadii = mix(
|
|
116
|
+
vec2 xRadii = mix(clampedRadius.xw, clampedRadius.yz, step(0.0, p.x));
|
|
105
117
|
float r = mix(xRadii.y, xRadii.x, step(0.0, p.y));
|
|
106
|
-
r = min(r, min(halfSize.x, halfSize.y));
|
|
107
118
|
|
|
108
119
|
float d = sdRoundedBox(p, halfSize, r);
|
|
109
120
|
|
|
@@ -141,15 +152,17 @@ uniform vec2 uTextureOffset;`,Ge=`vec2 screenUv = (vScreenPos.xy / vScreenPos.w)
|
|
|
141
152
|
vec2 resultUv = screenUv;
|
|
142
153
|
|
|
143
154
|
`,qe=`vec4 texColor = texture2D(uTexture, resultUv);
|
|
144
|
-
baseColor = blendSrcOver(baseColor, texColor);`,we={vertexShader:We,fragmentShader:He},
|
|
145
|
-
`,o[
|
|
146
|
-
`,o[
|
|
147
|
-
`,o[
|
|
148
|
-
`,o[
|
|
149
|
-
`,o[
|
|
150
|
-
`+
|
|
151
|
-
`,d=a?c+((i==null?void 0:i.uvModifier)||""):"",h=a?he.baseColorChunk:"",u=(i==null?void 0:i.colorModifier)||"",p=we.fragmentShader.replace("#INJECT_DECLARATIONS",l).replace("#INJECT_UV_MODIFIER",d).replace("#INJECT_BASE_COLOR",h).replace("#INJECT_COLOR_MODIFIER",u),f=ne(s.backgroundColor),m=ne(s.borderColor),C={uSize:{value:new v.Vector2(e,t)},uBgColor:{value:new v.Vector4(f.color.r,f.color.g,f.color.b,f.alpha)},uBorderColor:{value:new v.Vector4(m.color.r,m.color.g,m.color.b,m.alpha)},uBorderRadius:{value:new v.Vector4(0,0,0,0)},uBorderWidth:{value:ee(s.borderWidth)},uOpacity:{value:(O=s.opacity)!=null?O:1},uTexture:{value:null},uTextureRepeat:{value:new v.Vector2(1,1)},uTextureOffset:{value:new v.Vector2(0,0)},uGradientCount:{value:0},uGradientAngle:{value:0},uGradientColors:{value:Array.from({length:8},()=>new v.Vector4(0,0,0,0))},uGradientStops:{value:new Float32Array(8)}};Te(C.uBorderRadius.value,s.borderRadius),a&&(C.uTexture.value=r);const k=new v.ShaderMaterial({uniforms:Z(Z({},C),o),vertexShader:we.vertexShader,fragmentShader:p,transparent:!0,side:v.FrontSide});return s.backgroundImage&&de(k,{backgroundImage:s.backgroundImage}),k}function je(s,e,t,r,i){const a=ee(e.borderWidth);de(s,{width:t,height:r,borderRadius:e.borderRadius,borderWidth:a,backgroundColor:e.backgroundColor,borderColor:e.borderColor,opacity:e.opacity,texture:i,backgroundImage:e.backgroundImage})}function de(s,e){var r,i,a;if(e.width!==void 0&&e.height!==void 0&&s.uniforms.uSize.value.set(e.width,e.height),e.borderRadius!==void 0&&Te(s.uniforms.uBorderRadius.value,e.borderRadius),e.borderWidth!==void 0&&(s.uniforms.uBorderWidth.value=e.borderWidth),e.backgroundColor!==void 0)if(Array.isArray(e.backgroundColor)){const n=s.uniforms.uBgColor.value.w;s.uniforms.uBgColor.value.set(e.backgroundColor[0],e.backgroundColor[1],e.backgroundColor[2],n)}else if(typeof e.backgroundColor=="string"){const n=ne(e.backgroundColor);s.uniforms.uBgColor.value.set(n.color.r,n.color.g,n.color.b,n.alpha)}else{const n=s.uniforms.uBgColor.value.w;s.uniforms.uBgColor.value.set(e.backgroundColor.r,e.backgroundColor.g,e.backgroundColor.b,n)}if(e.borderColor!==void 0)if(Array.isArray(e.borderColor)){const n=s.uniforms.uBorderColor.value.w;s.uniforms.uBorderColor.value.set(e.borderColor[0],e.borderColor[1],e.borderColor[2],n)}else if(typeof e.borderColor=="string"){const n=ne(e.borderColor);s.uniforms.uBorderColor.value.set(n.color.r,n.color.g,n.color.b,n.alpha)}else{const n=s.uniforms.uBorderColor.value.w;s.uniforms.uBorderColor.value.set(e.borderColor.r,e.borderColor.g,e.borderColor.b,n)}e.opacity!==void 0&&(s.uniforms.uOpacity.value=e.opacity),e.bgOpacity!==void 0&&(s.uniforms.uBgColor.value.w=e.bgOpacity),e.borderOpacity!==void 0&&(s.uniforms.uBorderColor.value.w=e.borderOpacity),s.uniforms.uTexture&&e.texture!==void 0&&(s.uniforms.uTexture.value=e.texture);const t=e.texture!==void 0?e.texture:(r=s.uniforms.uTexture)==null?void 0:r.value;if(t&&(t.image instanceof ImageBitmap||t.image instanceof HTMLImageElement||t.image instanceof HTMLCanvasElement)){const n=t.image.naturalWidth||t.image.videoWidth||t.image.width,o=t.image.naturalHeight||t.image.videoHeight||t.image.height,l=(i=e.width)!=null?i:s.uniforms.uSize.value.x,c=(a=e.height)!=null?a:s.uniforms.uSize.value.y;if(n&&o&&l&&c){const d=n/o,h=l/c;if(d>h){const u=h/d;s.uniforms.uTextureRepeat.value.set(u,1),s.uniforms.uTextureOffset.value.set((1-u)/2,0)}else{const u=d/h;s.uniforms.uTextureRepeat.value.set(1,u),s.uniforms.uTextureOffset.value.set(0,(1-u)/2)}}}else s.uniforms.uTextureRepeat&&(s.uniforms.uTextureRepeat.value.set(1,1),s.uniforms.uTextureOffset.value.set(0,0));if(e.backgroundImage!==void 0){const n=Ve(e.backgroundImage);if(n){s.uniforms.uGradientCount.value=n.stops.length,s.uniforms.uGradientAngle.value=n.angle;for(let o=0;o<8;o++)if(o<n.stops.length){const l=n.stops[o];s.uniforms.uGradientColors.value[o].set(l.color.r,l.color.g,l.color.b,l.alpha),s.uniforms.uGradientStops.value[o]=l.stop}else s.uniforms.uGradientColors.value[o].set(0,0,0,0),s.uniforms.uGradientStops.value[o]=1}else s.uniforms.uGradientCount.value=0}for(const n of Object.keys(e))n!=="width"&&n!=="height"&&n!=="borderRadius"&&n!=="borderWidth"&&n!=="backgroundColor"&&n!=="borderColor"&&n!=="opacity"&&n!=="bgOpacity"&&n!=="borderOpacity"&&n!=="texture"&&n!=="backgroundImage"&&s.uniforms[n]!==void 0&&(s.uniforms[n].value!==void 0&&s.uniforms[n].value!==null&&typeof s.uniforms[n].value.set=="function"?Array.isArray(e[n])?s.uniforms[n].value.set(...e[n]):e[n]!==void 0&&(e[n].copy?s.uniforms[n].value.copy(e[n]):s.uniforms[n].value=e[n]):s.uniforms[n].value=e[n])}function Te(s,e){var o,l,c,d;if(e==null){s.set(0,0,0,0);return}if(typeof e=="number"){s.set(e,e,e,e);return}if(Array.isArray(e)){s.set(e[0],e[1],e[2],e[3]);return}const t=e.split("/")[0].trim().split(/\s+/),r=ee(t[0]),i=ee((o=t[1])!=null?o:t[0]),a=ee((l=t[2])!=null?l:t[0]),n=ee((d=(c=t[3])!=null?c:t[1])!=null?d:t[0]);s.set(r,i,a,n)}const z={create(s,e,t,r,i,a=2,n=null,o){return s==="BOX"?$e(e,r,i,n,o):s==="TEXT"?new ze(t||"",e,r,i,a):new v.MeshBasicMaterial({visible:!1})},update(s,e,t,r,i,a,n=2,o){e==="BOX"?je(s,t,i,a,o):e==="TEXT"&&s.updateText(r||"",t,i,a,n)},forceUpdateUniforms(s,e){de(s,e)}};class Ke{constructor(e,t=!0){g(this,"observer");g(this,"textures",new WeakMap);g(this,"loadStatus",new WeakMap);g(this,"elementUrls",new WeakMap);g(this,"onUpdate");this.onUpdate=e,t&&(this.observer=new IntersectionObserver(r=>{for(const i of r){const a=i.target;i.isIntersecting?this.loadTexture(a):this.disposeTexture(a)}},{rootMargin:"300px"}))}register(e,t){if(e.nodeType!==Node.ELEMENT_NODE)return;this.elementUrls.get(e)!==t&&(this.elementUrls.set(e,t),this.observer?(this.observer.unobserve(e),this.observer.observe(e)):this.loadTexture(e))}unregister(e){e.nodeType===Node.ELEMENT_NODE&&this.observer&&this.observer.unobserve(e),this.disposeTexture(e),this.elementUrls.delete(e),this.loadStatus.delete(e)}loadTexture(e){return Be(this,null,function*(){if(this.loadStatus.get(e)||this.textures.has(e))return;const t=this.elementUrls.get(e);if(t){this.loadStatus.set(e,!0);try{let r;if(t.startsWith("data:image/svg+xml"))r=yield new Promise((a,n)=>{const o=new Image;o.onload=()=>a(o),o.onerror=n,o.src=t});else{const n=yield(yield fetch(t)).blob();r=yield createImageBitmap(n,{imageOrientation:"flipY"})}if(this.elementUrls.get(e)!==t){"close"in r&&r.close();return}const i=new v.Texture(r);r instanceof HTMLImageElement||(i.flipY=!1),i.colorSpace=v.LinearSRGBColorSpace,i.needsUpdate=!0,this.textures.set(e,i),this.onUpdate(e,i)}catch(r){console.warn("[MirageEngine] Failed to load texture:",t,r)}finally{this.elementUrls.has(e)&&this.loadStatus.set(e,!1)}}})}disposeTexture(e){const t=this.textures.get(e);t&&(t.dispose(),this.textures.delete(e),this.onUpdate(e,null)),this.loadStatus.set(e,!1)}get(e){return this.textures.get(e)}disposeAll(){this.observer&&this.observer.disconnect()}}class Je{constructor(e,t,r,i){g(this,"canvas");g(this,"scene");g(this,"camera");g(this,"renderer");g(this,"renderTargets",[]);g(this,"renderOrder",0);g(this,"qualityFactor",2);g(this,"mode","overlay");g(this,"canvasSize","viewport");g(this,"clipArea",1);g(this,"targetLayer","base");g(this,"overscan",200);g(this,"target");g(this,"mountContainer");g(this,"registry");g(this,"targetRect");g(this,"travelersByLayer",Array.from({length:L.MAX_LAYERS},()=>new Set));g(this,"textureManager");g(this,"fixedMeshes",new Set);var o,l,c,d,h;this.target=e,this.mountContainer=r,this.registry=i,this.mode=(o=t.mode)!=null?o:"overlay",this.canvasSize=(l=t.canvasSize)!=null?l:"viewport",this.clipArea=(c=t.travelerClipArea)!=null?c:1,this.targetLayer=(d=t.layer)!=null?d:"base",this.textureManager=new Ke((u,p)=>{const f=this.registry.get(u);f&&f.material instanceof v.ShaderMaterial&&z.forceUpdateUniforms(f.material,{texture:p})},this.isViewport),this.canvas=document.createElement("canvas"),this.scene=new v.Scene,this.targetRect=this.target.getBoundingClientRect();const a=this.isViewport?window.innerWidth+this.overscan*2:this.targetRect.width,n=this.isViewport?window.innerHeight+this.overscan*2:this.targetRect.height;this.camera=new v.OrthographicCamera(a/-2,a/2,n/2,n/-2,1,1e3),this.camera.position.z=100,this.camera.layers.set(this.getSceneLayer()),this.renderer=new v.WebGLRenderer({canvas:this.canvas,alpha:!0,antialias:!0}),v.ColorManagement.enabled=!1,this.renderer.outputColorSpace=v.LinearSRGBColorSpace,this.renderer.setPixelRatio(window.devicePixelRatio),this.renderer.setSize(a,n),this.applyTextQuality((h=t.quality)!=null?h:"medium")}get isViewport(){return this.mode==="overlay"&&this.canvasSize==="viewport"}getSceneLayer(){return typeof this.targetLayer=="number"?this.targetLayer:this.targetLayer==="selected"?D.SELECTED:D.BASE}createRenderTarget(){for(let e=0;e<L.MAX_LAYERS;e++){const t=this.isViewport?window.innerWidth+this.overscan*2:this.targetRect.width,r=this.isViewport?window.innerHeight+this.overscan*2:this.targetRect.height;this.renderTargets.push(new v.WebGLRenderTarget(t*this.qualityFactor,r*this.qualityFactor,{minFilter:v.LinearFilter,magFilter:v.LinearFilter,format:v.RGBAFormat,stencilBuffer:!1,depthBuffer:!0}))}}applyTextQuality(e){if(typeof e=="number"){this.qualityFactor=Math.max(.1,e);return}switch(e){case"low":this.qualityFactor=1;break;case"high":this.qualityFactor=4;break;case"medium":this.qualityFactor=2;break;default:this.qualityFactor=2;break}}mount(){this.mountContainer.prepend(this.canvas),this.canvas.style.pointerEvents=this.mode==="overlay"?"none":"auto",this.updateCanvasLayout()}updateCanvasLayout(){const e=this.isViewport?window.innerWidth+this.overscan*2:this.targetRect.width,t=this.isViewport?window.innerHeight+this.overscan*2:this.targetRect.height;this.canvas.style.width=`${e}px`,this.canvas.style.height=`${t}px`,this.mode==="duplicate"?(this.canvas.style.position="",this.canvas.style.top="",this.canvas.style.left="",this.canvas.style.display="block"):(this.canvas.style.position=this.isViewport?"fixed":"absolute",this.canvas.style.top=this.isViewport?`-${this.overscan}px`:`${this.target.offsetTop}px`,this.canvas.style.left=this.isViewport?`-${this.overscan}px`:`${this.target.offsetLeft}px`,this.canvas.style.display="block")}updateUniforms(e,t){const r=this.registry.get(e);r&&(r.traverse(i=>{i.isMesh&&i.material&&z.forceUpdateUniforms(i.material,t)}),r.userData.nativeMesh&&r.userData.nativeMesh.traverse(i=>{i.isMesh&&i.material&&z.forceUpdateUniforms(i.material,t)}))}dispose(){this.renderer.dispose(),this.canvas.remove(),this.textureManager.disposeAll()}setSize(e,t){this.renderer.setSize(e,t);for(const r of this.renderTargets)r.setSize(e*this.qualityFactor,t*this.qualityFactor);this.camera.left=e/-2,this.camera.right=e/2,this.camera.top=t/2,this.camera.bottom=t/-2,this.camera.updateProjectionMatrix()}syncScene(e,t){const r=this.target.getBoundingClientRect(),i=this.isViewport?window.innerWidth+this.overscan*2:r.width,a=this.isViewport?window.innerHeight+this.overscan*2:r.height,n=this.isViewport?this.canvas.clientWidth:this.targetRect.width,o=this.isViewport?this.canvas.clientHeight:this.targetRect.height,l=Math.abs(i-n)>.1||Math.abs(a-o)>.1,c=this.mode==="overlay"&&(Math.abs(r.top-this.targetRect.top)>.1||Math.abs(r.left-this.targetRect.left)>.1);l?(this.targetRect=r,this.setSize(i,a),this.updateCanvasLayout()):c?(this.targetRect=r,this.updateCanvasLayout()):this.targetRect=r,this.renderOrder=0,this.reconcileNode(e),t.size>0&&t.forEach(d=>{const h=this.registry.get(d);if(h){this.scene.remove(h);for(const u of this.travelersByLayer)u.delete(h);this.fixedMeshes.delete(h),h.geometry.dispose(),h.userData.nativeMesh&&(this.scene.remove(h.userData.nativeMesh),Array.isArray(h.userData.nativeMesh.material)?h.userData.nativeMesh.material.forEach(u=>u.dispose()):h.userData.nativeMesh.material.dispose(),h.userData.nativeMesh.geometry.dispose()),h.traverse(u=>{u instanceof v.Mesh&&(u.geometry&&u.geometry.dispose(),u.material&&(Array.isArray(u.material)?u.material.forEach(p=>p.dispose()):u.material.dispose()))}),this.registry.remove(d),this.textureManager.unregister(d)}})}reconcileNode(e){var i;let t=this.registry.get(e.element);const r=JSON.stringify(e.shaderHooks||null);if(t&&t.userData.shaderHash!==r&&(this.scene.remove(t),t.geometry.dispose(),t.material instanceof v.Material&&t.material.dispose(),this.registry.remove(e.element),t=void 0),!t){const a=new v.PlaneGeometry(1,1),n=e.isTraveler?(i=this.renderTargets[e.captureLayer-2])==null?void 0:i.texture:this.textureManager.get(e.element),o=z.create("BOX",e.styles,"",e.rect.width,e.rect.height,this.qualityFactor,n,e.shaderHooks);t=new v.Mesh(a,o),e.type==="TEXT"&&(t.name="BG_MESH"),this.scene.add(t),this.registry.register(e.element,t),t.userData.baseMaterial=o,t.userData.domElement=e.element,t.userData.shaderHash=r}if(this.updateMeshProperties(t,e),this.updateMeshLayers(t,e),e.isTraveler)for(let a=0;a<L.MAX_LAYERS;a++)a===e.captureLayer-2?this.travelersByLayer[a].add(t):this.travelersByLayer[a].delete(t);else for(const a of this.travelersByLayer)a.delete(t);if(e.isFixed?this.fixedMeshes.add(t):this.fixedMeshes.delete(t),e.styles.imageSrc?this.textureManager.register(e.element,e.styles.imageSrc):this.textureManager.unregister(e.element),e.type==="BOX")for(const a of e.children)this.reconcileNode(a);else e.type==="TEXT"&&(this.reconcileTextChild(t,e,!1),t.userData.nativeMesh&&e.nativeStyles&&this.reconcileTextChild(t.userData.nativeMesh,e,!0))}reconcileTextChild(e,t,r){var c;const i=t.textLines||[{text:t.textContent||"",rect:t.rect}],a=r?t.nativeStyles:t.textStyles,n=JSON.stringify(a)+t.textContent+i.map(d=>d.text).join("|"),o=(c=e.userData)==null?void 0:c.textChildStyleHash;if(t.dirtyMask&ae||n!==o){e.children.filter(f=>f.name.startsWith("TEXT_CHILD")).forEach(f=>{var C;const m=f;(C=m.material.map)==null||C.dispose(),m.geometry.dispose(),e.remove(m)});const h=t.rect,u=h.x+h.width/2,p=h.y+h.height/2;i.forEach((f,m)=>{const C=z.create("TEXT",a,f.text,f.rect.width,f.rect.height,this.qualityFactor),k=new v.PlaneGeometry(1,1),O=new v.Mesh(k,C);O.name=`TEXT_CHILD_${m}`;const w=t.rect.width===0?1:f.rect.width/t.rect.width,E=t.rect.height===0?1:f.rect.height/t.rect.height;O.scale.set(w,E,1);const Y=f.rect.x+f.rect.width/2,_=f.rect.y+f.rect.height/2,V=Y-u,P=-(_-p);O.position.set(t.rect.width===0?0:V/t.rect.width,t.rect.height===0?0:P/t.rect.height,.005),e.add(O)}),e.userData.textChildStyleHash=n}e.children.forEach(d=>{if(!d.name.startsWith("TEXT_CHILD"))return;const h=d,u=t.visibility&X?D.BASE:D.HIDDEN;if(h.layers.set(u),t.visibility&j&&h.layers.enable(D.SELECTED),t.visibility&X)if(!r&&t.nativeLayer!==void 0&&t.nativeStyles!==void 0)for(let p=t.captureLayer;p<t.nativeLayer;p++)h.layers.enable(D.getCaptureLayer(p));else if(r&&t.nativeLayer!==void 0)for(let p=Math.max(t.captureLayer,t.nativeLayer);p<=L.MAX_LAYERS+1;p++)h.layers.enable(D.getCaptureLayer(p));else for(let p=t.captureLayer;p<=L.MAX_LAYERS+1;p++)h.layers.enable(D.getCaptureLayer(p))})}updateMeshProperties(e,t){var w,E,Y;const{rect:r,styles:i}=t,a=this.renderer.getPixelRatio(),n=this.renderer.domElement.width/a,o=this.renderer.domElement.height/a;e.material=e.userData.baseMaterial,e.scale.set(r.width,r.height,1),e.userData.domRect={x:r.x,y:r.y,width:r.width,height:r.height};const l=.001;this.renderOrder++;const c=this.targetRect.left+window.scrollX,d=this.targetRect.top+window.scrollY;let h,u;if(this.isViewport)h=r.x-window.innerWidth/2+r.width/2,u=-r.y+window.innerHeight/2-r.height/2;else{const _=r.x-c,V=r.y-d;h=_-n/2+r.width/2,u=-V+o/2-r.height/2}e.position.set(h,u,i.zIndex+this.renderOrder*l);const p=r.x,f=r.y;e.userData.basePosition={x:h,y:u},e.userData.originalBasePosition={x:h,y:u},e.userData.baseSize={width:r.width,height:r.height},e.userData.baseDOM={x:p,y:f},e.userData.isFixed=t.isFixed,e.userData.initialScroll={x:window.scrollX,y:window.scrollY};const m=t.element.nodeType===Node.TEXT_NODE?t.element.parentElement:t.element,C=window.getComputedStyle(m);let k=0,O=0;if(C.transform&&C.transform!=="none"){const _=new DOMMatrix(C.transform);k=_.m41,O=_.m42}if(e.userData.baseTransform={x:k,y:O},delete e.userData.originRatioX,delete e.userData.originRatioY,z.update(e.userData.baseMaterial,"BOX",i,"",r.width,r.height,this.qualityFactor,t.isTraveler?(w=this.renderTargets[t.captureLayer-2])==null?void 0:w.texture:this.textureManager.get(t.element)),t.nativeStyles&&t.nativeRect){if(!e.userData.nativeMesh){const F=z.create("BOX",t.nativeStyles,"",t.nativeRect.width,t.nativeRect.height,this.qualityFactor,t.isTraveler?(E=this.renderTargets[t.captureLayer-2])==null?void 0:E.texture:this.textureManager.get(t.element),t.shaderHooks),K=new v.Mesh(e.geometry,F);t.type==="TEXT"&&(K.name="BG_MESH"),this.scene.add(K),e.userData.nativeMesh=K}const _=e.userData.nativeMesh;let V,P;if(this.isViewport)V=t.nativeRect.x-window.innerWidth/2+t.nativeRect.width/2,P=-t.nativeRect.y+window.innerHeight/2-t.nativeRect.height/2;else{const F=t.nativeRect.x-c,K=t.nativeRect.y-d;V=F-n/2+t.nativeRect.width/2,P=-K+o/2-t.nativeRect.height/2}_.scale.set(t.nativeRect.width,t.nativeRect.height,1),_.position.set(V,P,t.nativeStyles.zIndex+this.renderOrder*l),z.update(_.material,"BOX",t.nativeStyles,"",t.nativeRect.width,t.nativeRect.height,this.qualityFactor,t.isTraveler?(Y=this.renderTargets[t.captureLayer-2])==null?void 0:Y.texture:this.textureManager.get(t.element))}else e.userData.nativeMesh&&(this.scene.remove(e.userData.nativeMesh),e.userData.nativeMesh.material instanceof v.Material&&e.userData.nativeMesh.material.dispose(),delete e.userData.nativeMesh)}updateMeshLayers(e,t){const r=t.visibility&X?D.BASE:D.HIDDEN;if(e.layers.set(r),t.visibility&j&&e.layers.enable(D.SELECTED),e.userData.nativeMesh&&t.nativeLayer!==void 0){const i=e.userData.nativeMesh;if(i.layers.set(D.HIDDEN),t.visibility&X){for(let a=t.captureLayer;a<t.nativeLayer;a++)e.layers.enable(D.getCaptureLayer(a));for(let a=Math.max(t.captureLayer,t.nativeLayer);a<=L.MAX_LAYERS+1;a++)i.layers.enable(D.getCaptureLayer(a))}}else if(t.visibility&X)for(let i=t.captureLayer;i<=L.MAX_LAYERS+1;i++)e.layers.enable(D.getCaptureLayer(i))}captureRenderTarget(e,t,r){if(e.size===0||!r)return;const i=new v.Color,a=this.renderer.getClearAlpha();this.renderer.getClearColor(i),this.renderer.setClearColor(0,0),this.renderer.setRenderTarget(r),this.renderer.clear(),this.renderer.autoClear=!1,this.renderer.setScissorTest(!0),this.camera.layers.set(t);const n=new v.Vector3,o=this.isViewport?window.innerWidth+this.overscan*2:this.targetRect.width,l=this.isViewport?window.innerHeight+this.overscan*2:this.targetRect.height,c=this.renderer.getPixelRatio();for(const d of e){n.setFromMatrixPosition(d.matrixWorld),n.project(this.camera);const h=(n.x+1)/2*o,u=(n.y+1)/2*l;let p=0,f=1;typeof this.clipArea=="number"?f=this.clipArea:this.clipArea.endsWith("%")?f=parseFloat(this.clipArea)/100:this.clipArea.endsWith("px")&&(p=parseFloat(this.clipArea));const m=d.scale.x*f+.5,C=d.scale.y*f+.5,k=h-m/2,O=u-C/2,w=(k*this.qualityFactor-p)/c,E=(O*this.qualityFactor-p)/c,Y=(m*this.qualityFactor+p*2)/c,_=(C*this.qualityFactor+p*2)/c;this.renderer.setScissor(w,E,Y,_),this.renderer.render(this.scene,this.camera)}this.renderer.setScissorTest(!1),this.renderer.autoClear=!0,this.renderer.setRenderTarget(null),this.camera.layers.set(this.getSceneLayer()),this.renderer.setClearColor(i,a)}render(){for(let e=0;e<L.MAX_LAYERS;e++){const t=e+1;this.captureRenderTarget(this.travelersByLayer[e],D.getCaptureLayer(t),this.renderTargets[e])}this.renderer.render(this.scene,this.camera)}syncMeshesByDOM(){const e=this.targetRect.left+window.scrollX,t=this.targetRect.top+window.scrollY,r=this.renderer.getPixelRatio(),i=this.renderer.domElement.width/r,a=this.renderer.domElement.height/r;this.scene.children.forEach(n=>{const o=n;if(!o.userData||!o.userData.domElement)return;const l=o.userData.domElement;let c;if(l.nodeType===Node.TEXT_NODE){const h=document.createRange();h.selectNode(l),c=h.getBoundingClientRect()}else c=l.getBoundingClientRect();const d=o.userData.domRect;if(!d||Math.abs(c.x-d.x)>.5||Math.abs(c.y-d.y)>.5||Math.abs(c.width-d.width)>.5||Math.abs(c.height-d.height)>.5){o.userData.domRect={x:c.x,y:c.y,width:c.width,height:c.height};let h,u;if(this.isViewport)h=c.x-window.innerWidth/2+c.width/2,u=-c.y+window.innerHeight/2-c.height/2;else{const p=c.x-e,f=c.y-t;h=p-i/2+c.width/2,u=-f+a/2-c.height/2}if(o.position.setX(h),o.position.setY(u),o.scale.set(c.width,c.height,1),o.material instanceof v.ShaderMaterial&&z.forceUpdateUniforms(o.material,{width:c.width,height:c.height}),o.userData.nativeMesh){const p=o.userData.nativeMesh;p.position.setX(h),p.position.setY(u),p.scale.set(c.width,c.height,1)}}})}}function Ze(s){const e=s.textContent||"",t=[];let r="",i=null,a=-1;const n=(c,d)=>{for(let h=0;h<c.length;h++){const u=c[h],p=document.createRange();p.setStart(s,d+h),p.setEnd(s,d+h+1);const f=p.getBoundingClientRect();if(f.width===0&&f.height===0){r+=u;continue}a===-1||Math.abs(f.top-a)>f.height/2?(r&&i&&t.push({text:r,rect:{left:i.left,top:i.top,width:i.right-i.left,height:i.bottom-i.top}}),r=u,i={left:f.left,top:f.top,right:f.right,bottom:f.bottom},a=f.top):(r+=u,i&&(i.left=Math.min(i.left,f.left),i.top=Math.min(i.top,f.top),i.right=Math.max(i.right,f.right),i.bottom=Math.max(i.bottom,f.bottom)))}},o=e.match(/[^\s\-]+\-?|\-|\s+/g)||[];let l=0;for(const c of o){const d=document.createRange();d.setStart(s,l),d.setEnd(s,l+c.length);const h=d.getClientRects();if(h.length>1)n(c,l);else{const u=h.length===1?h[0]:d.getBoundingClientRect();if(u.width===0&&u.height===0){r+=c,l+=c.length;continue}a===-1||Math.abs(u.top-a)>u.height/2?(r&&i&&t.push({text:r,rect:{left:i.left,top:i.top,width:i.right-i.left,height:i.bottom-i.top}}),r=c,i={left:u.left,top:u.top,right:u.right,bottom:u.bottom},a=u.top):(r+=c,i&&(i.left=Math.min(i.left,u.left),i.top=Math.min(i.top,u.top),i.right=Math.max(i.right,u.right),i.bottom=Math.max(i.bottom,u.bottom)))}l+=c.length}return r&&i&&t.push({text:r,rect:{left:i.left,top:i.top,width:i.right-i.left,height:i.bottom-i.top}}),t.filter(c=>c.text.trim().length>0&&c.rect.width>0&&c.rect.height>0)}function Ce(s){const e=parseFloat(s.fontSize);let t=parseFloat(s.lineHeight);isNaN(t)&&(t=e*1.2);let r=parseFloat(s.letterSpacing);return isNaN(r)&&(r=0),{font:`${s.fontStyle} ${s.fontWeight} ${s.fontSize} ${s.fontFamily}`,fontSize:s.fontSize,color:s.color,textAlign:s.textAlign||"start",textBaseline:"alphabetic",direction:s.direction||"inherit",lineHeight:t,letterSpacing:r}}function xe(s,e=$|Q|ve|ae|se,t,r=1,i=0,a=2,n,o){var Re,Le,Me,Ae,De,Ie;if(s.nodeType===Node.TEXT_NODE){const b=s;if(!b.textContent||!b.textContent.trim())return null;const M=b.textContent.replace(/\s+/g," ");if(M.length===0)return null;const B=Ze(b);if(B.length===0)return null;const W=b.parentElement,I=W?window.getComputedStyle(W):null;if(!I)return null;const G=Math.min(...B.map(A=>A.rect.left)),x=Math.min(...B.map(A=>A.rect.top)),q=Math.max(...B.map(A=>A.rect.left+A.rect.width)),J=Math.max(...B.map(A=>A.rect.top+A.rect.height));return{id:Math.random().toString(36).substring(2,9),type:"TEXT",element:b,rect:{x:G+window.scrollX,y:x+window.scrollY,width:q-G,height:J-x},styles:{backgroundColor:"transparent",backgroundImage:"",opacity:W&&W.dataset[N.KEY]===N.VALUES.HIDE?1:parseFloat(I.opacity),zIndex:(isNaN(parseInt(I.zIndex))?0:parseInt(I.zIndex))+i,borderRadius:"0px",borderColor:"transparent",borderWidth:"0px",isTraveler:!1},textContent:M,textLines:B.map(A=>({text:A.text.trim(),rect:{x:A.rect.left+window.scrollX,y:A.rect.top+window.scrollY,width:A.rect.width,height:A.rect.height}})),textStyles:Ce(I),dirtyMask:e,visibility:t,isTraveler:!1,captureLayer:r,isFixed:I.position==="fixed",nativeLayer:n,nativeStyles:o?Z(Z({backgroundColor:"transparent",backgroundImage:"",opacity:W&&W.dataset[N.KEY]===N.VALUES.HIDE?1:parseFloat(I.opacity),zIndex:(isNaN(parseInt(I.zIndex))?0:parseInt(I.zIndex))+i,borderRadius:"0px",borderColor:"transparent",borderWidth:"0px",isTraveler:!1},Ce(I)),o):void 0,nativeRect:o?{x:G+window.scrollX,y:x+window.scrollY,width:q-G,height:J-x}:void 0,children:[]}}if(s.nodeType!==Node.ELEMENT_NODE)return null;const l=s,c=l.dataset[R.KEY];let d=t,h=t;if(c){const b=new Set(c.split(/\s+/));for(const M of b)if(!le.includes(M))throw new Error(`[MirageEngine] Invalid filter token: '${M}'. Expected one of: 'include-tree', 'exclude-tree', 'include-self', 'exclude-self', 'end'.`);if(b.has(R.VALUES.END))return null;if(b.has(R.VALUES.INCLUDE_TREE)&&b.has(R.VALUES.EXCLUDE_TREE))throw new Error("[MirageEngine] Conflicting filters: 'include-tree' and 'exclude-tree' cannot be used together on the same element.");if(b.has(R.VALUES.INCLUDE_SELF)&&b.has(R.VALUES.EXCLUDE_SELF))throw new Error("[MirageEngine] Conflicting filters: 'include-self' and 'exclude-self' cannot be used together on the same element.");b.has(R.VALUES.INCLUDE_TREE)?d=d|X:b.has(R.VALUES.EXCLUDE_TREE)&&(d=d&~X),h=d,b.has(R.VALUES.INCLUDE_SELF)?h=h|X:b.has(R.VALUES.EXCLUDE_SELF)&&(h=h&~X)}const u=l.dataset[U.KEY];if(u){const b=new Set(u.split(/\s+/));for(const M of b)if(!le.includes(M))throw new Error(`[MirageEngine] Invalid select token: '${M}'. Expected one of: 'include-tree', 'exclude-tree', 'include-self', 'exclude-self', 'end'.`);if(b.has(U.VALUES.END))return null;if(b.has(U.VALUES.INCLUDE_TREE)&&b.has(U.VALUES.EXCLUDE_TREE))throw new Error("[MirageEngine] Conflicting selects: 'include-tree' and 'exclude-tree' cannot be used together on the same element.");if(b.has(U.VALUES.INCLUDE_SELF)&&b.has(U.VALUES.EXCLUDE_SELF))throw new Error("[MirageEngine] Conflicting selects: 'include-self' and 'exclude-self' cannot be used together on the same element.");b.has(U.VALUES.INCLUDE_TREE)?d=d|j:b.has(U.VALUES.EXCLUDE_TREE)&&(d=d&~j),h=d,b.has(U.VALUES.INCLUDE_SELF)?h=h|j:b.has(U.VALUES.EXCLUDE_SELF)&&(h=h&~j)}const p=l.dataset[L.KEY];let f=!1,m=o?Z({},o):{},C=n;if(p){let b=1;const M=p.indexOf("{"),B=p.lastIndexOf("}");let W=p;if(M!==-1&&B!==-1&&B>M){W=p.substring(0,M).trim();const x=p.substring(M,B+1);try{m=new Function("return "+x)()}catch(q){console.warn(`[MirageEngine] Failed to parse travel styles JSON: ${x}`)}}const I=W.split(/\s+/);let G=!1;if(I.includes(L.VALUES.TRAVELER)){f=!0,G=!0;const x=I.find(q=>!isNaN(parseInt(q,10)));x&&(b=parseInt(x,10))}else if(I.includes(L.VALUES.NATIVE)){f=!1;const x=I.find(q=>!isNaN(parseInt(q,10)));x&&(C=parseInt(x,10))}if(G){const x=b+1;if(x<r)throw new Error(`[MirageEngine] Traveler layer (${b}) cannot be smaller than inherited capture layer (${r-1}).`);r=Math.min(x,L.MAX_LAYERS+1)}}const k=l.dataset[me.KEY];let O;k&&(O=JSON.parse(k));const w=l.getBoundingClientRect(),E=window.getComputedStyle(l);if(w.width===0||w.height===0||E.display==="none")return null;let Y=l.getAttribute("data-mid");Y||(Y=Math.random().toString(36).substring(2,11),l.setAttribute("data-mid",Y));const _=parseInt(E.zIndex),V=(isNaN(_)?0:_)+i;let P;if(l.tagName==="IMG")P=l.src;else if(l.tagName.toLowerCase()==="svg"){const b=l.cloneNode(!0),M=m==null?void 0:m.color,B=m==null?void 0:m.fill,W=m==null?void 0:m.stroke,I=m==null?void 0:m.opacity,G=(A,ke)=>{const H=window.getComputedStyle(A),oe=ke,nt=H.fill===H.color,ot=H.stroke===H.color,ue=B||(nt?M:void 0)||H.fill;ue&&ue!=="none"&&(oe.style.fill=ue);const fe=W||(ot?M:void 0)||H.stroke;fe&&fe!=="none"&&(oe.style.stroke=fe),H.strokeWidth&&H.strokeWidth!=="0px"&&(oe.style.strokeWidth=H.strokeWidth);const Ue=M||H.color;Ue&&(oe.style.color=Ue);const ge=I||H.opacity;ge&&ge!=="1"&&(oe.style.opacity=ge);for(let ce=0;ce<A.children.length;ce++)G(A.children[ce],ke.children[ce])};G(l,b);const x=l.getBoundingClientRect(),q=window.devicePixelRatio*a;b.hasAttribute("viewBox")||b.setAttribute("viewBox",`0 0 ${x.width} ${x.height}`),b.setAttribute("width",(x.width*q).toString()),b.setAttribute("height",(x.height*q).toString());let J=new XMLSerializer().serializeToString(b);J.includes("xmlns=")||(J=J.replace("<svg",'<svg xmlns="http://www.w3.org/2000/svg"')),P=`data:image/svg+xml;utf8,${encodeURIComponent(J)}`}else if(E.backgroundImage&&E.backgroundImage!=="none"){const b=E.backgroundImage.match(/url\(['"]?(.*?)['"]?\)/);b&&(P=b[1])}const F={backgroundColor:E.backgroundColor,backgroundImage:E.backgroundImage,opacity:l.dataset[N.KEY]===N.VALUES.HIDE?1:parseFloat(E.opacity),zIndex:V,borderRadius:E.borderRadius,borderColor:E.borderColor,borderWidth:E.borderWidth,imageSrc:P,isTraveler:f},K=F;let it,st;const Se=[];return l.tagName.toLowerCase()!=="svg"&&Array.from(l.childNodes).forEach(b=>{const M=b.nodeType===Node.TEXT_NODE?h:d,B=xe(b,e,M,r,V,a,C,b.nodeType===Node.TEXT_NODE&&Object.keys(m).length>0?m:void 0);B&&Se.push(B)}),{id:Y,type:"BOX",element:l,rect:{x:w.left+window.scrollX,y:w.top+window.scrollY,width:w.width,height:w.height},styles:K,textContent:it,textStyles:st,dirtyMask:e,visibility:h,isTraveler:f,captureLayer:r,nativeLayer:C,nativeStyles:C!==void 0?_e(Z({},F),{backgroundColor:(Re=m.backgroundColor)!=null?Re:F.backgroundColor,backgroundImage:(Le=m.backgroundImage)!=null?Le:F.backgroundImage,opacity:(Me=m.opacity)!=null?Me:F.opacity,zIndex:m.zIndex!==void 0?m.zIndex+V:F.zIndex,borderRadius:(Ae=m.borderRadius)!=null?Ae:F.borderRadius,borderColor:(De=m.borderColor)!=null?De:F.borderColor,borderWidth:(Ie=m.borderWidth)!=null?Ie:F.borderWidth,isTraveler:F.isTraveler}):void 0,nativeRect:C!==void 0?{x:m.x!==void 0?parseFloat(m.x):w.left+window.scrollX,y:m.y!==void 0?parseFloat(m.y):w.top+window.scrollY,width:m.width!==void 0?parseFloat(m.width):w.width,height:m.height!==void 0?parseFloat(m.height):w.height}:void 0,isFixed:E.position==="fixed",children:Se,shaderHooks:O}}function Qe(s,e){e.size!==0&&e.forEach((t,r)=>{var a,n,o,l;const i=s.get(r);!i||!i.userData.basePosition||(z.forceUpdateUniforms(i.material,{backgroundColor:t.backgroundColor,backgroundImage:t.backgroundImage,opacity:t.opacity,borderRadius:(n=t.borderRadius)!=null?n:(a=i.userData.baseStyles)==null?void 0:a.borderRadius}),i.userData.nativeMesh&&z.forceUpdateUniforms(i.userData.nativeMesh.material,{backgroundColor:t.backgroundColor,backgroundImage:t.backgroundImage,opacity:t.opacity,borderRadius:(l=t.borderRadius)!=null?l:(o=i.userData.baseStyles)==null?void 0:o.borderRadius}))})}class et{constructor(e,t,r,i){g(this,"target");g(this,"renderer");g(this,"registry");g(this,"isTravelEnabled",!1);g(this,"tracker");this.target=e,this.renderer=t,this.registry=r,this.tracker=new ye(e,{resizeDebounce:i.resizeDebounce}),this.tracker.onLayoutChange.add((a,n)=>{document.querySelector(`[${L.NAME}~='${L.VALUES.TRAVELER}']`)!==null&&!this.isTravelEnabled&&(this.isTravelEnabled=!0,this.renderer.createRenderTarget());const l=xe(this.target,a,X,1,0,this.renderer.qualityFactor);l&&this.renderer.syncScene(l,n)}),this.tracker.onStyleChange.add(a=>{Qe(this.registry,a)}),this.tracker.onRender.add(()=>{this.renderer.syncMeshesByDOM(),this.renderer.render()})}start(){this.tracker.start()}stop(){this.tracker.stop()}}class tt{constructor(){g(this,"store");this.store=new WeakMap}register(e,t){this.store.set(e,t)}get(e){return this.store.get(e)}has(e){return this.store.has(e)}remove(e){this.store.delete(e)}}class rt{constructor(e,t){g(this,"renderer");g(this,"syncer");g(this,"target");g(this,"registry");var i,a,n;if(this.target=e,this.registry=new tt,!document.getElementById("mirage-engine-styles")){const o=document.createElement("style");o.id="mirage-engine-styles",o.textContent=`
|
|
152
|
-
|
|
155
|
+
baseColor = blendSrcOver(baseColor, texColor);`,we={vertexShader:We,fragmentShader:He},Te={declChunk:Pe,uvChunk:Ge,baseColorChunk:qe};function $e(n,e,t,r=null,i){var x;const a=r!==null||!!n.imageSrc;let s="";const o={};if(i!=null&&i.uniforms)for(const[S,E]of Object.entries(i.uniforms))typeof E=="number"?(s+=`uniform float ${S};
|
|
156
|
+
`,o[S]={value:E}):Array.isArray(E)?E.length===2?(s+=`uniform vec2 ${S};
|
|
157
|
+
`,o[S]={value:new v.Vector2(...E)}):E.length===3?(s+=`uniform vec3 ${S};
|
|
158
|
+
`,o[S]={value:new v.Vector3(...E)}):E.length===4&&(s+=`uniform vec4 ${S};
|
|
159
|
+
`,o[S]={value:new v.Vector4(...E)}):(s+=`uniform float ${S};
|
|
160
|
+
`,o[S]={value:E});const c=i!==void 0,l=(a||c?Te.declChunk:"")+`
|
|
161
|
+
`+s,d=`vec2 screenUv = (vScreenPos.xy / vScreenPos.w) * 0.5 + 0.5;
|
|
162
|
+
`,h=n.isTraveler?`vec2 resultUv = screenUv;
|
|
163
|
+
`:`vec2 resultUv = vUv * uTextureRepeat + uTextureOffset;
|
|
164
|
+
`,u=a||c?d+h+((i==null?void 0:i.uvModifier)||""):"",p=a||c?Te.baseColorChunk:"",g=(i==null?void 0:i.colorModifier)||"",y=we.fragmentShader.replace("#INJECT_DECLARATIONS",l).replace("#INJECT_UV_MODIFIER",u).replace("#INJECT_BASE_COLOR",p).replace("#INJECT_COLOR_MODIFIER",g),T=oe(n.backgroundColor),U=oe(n.borderColor),_={uSize:{value:new v.Vector2(e,t)},uBgColor:{value:new v.Vector4(T.color.r,T.color.g,T.color.b,T.alpha)},uBorderColor:{value:new v.Vector4(U.color.r,U.color.g,U.color.b,U.alpha)},uBorderRadius:{value:new v.Vector4(0,0,0,0)},uBorderWidth:{value:ee(n.borderWidth)},uOpacity:{value:(x=n.opacity)!=null?x:1},uTexture:{value:null},uTextureRepeat:{value:new v.Vector2(1,1)},uTextureOffset:{value:new v.Vector2(0,0)},uGradientCount:{value:0},uGradientAngle:{value:0},uGradientColors:{value:Array.from({length:8},()=>new v.Vector4(0,0,0,0))},uGradientStops:{value:new Float32Array(8)}};Ce(_.uBorderRadius.value,n.borderRadius,Math.min(e,t)),a&&(_.uTexture.value=r);const A=new v.ShaderMaterial({uniforms:Z(Z({},_),o),vertexShader:we.vertexShader,fragmentShader:y,transparent:!0,side:v.FrontSide});return n.backgroundImage&&de(A,{backgroundImage:n.backgroundImage}),A}function je(n,e,t,r,i){const a=ee(e.borderWidth);de(n,{width:t,height:r,borderRadius:e.borderRadius,borderWidth:a,backgroundColor:e.backgroundColor,borderColor:e.borderColor,opacity:e.opacity,texture:i,backgroundImage:e.backgroundImage})}function de(n,e){var r,i,a;if(e.width!==void 0&&e.height!==void 0&&n.uniforms.uSize.value.set(e.width,e.height),e.borderRadius!==void 0){const s=e.width!==void 0&&e.height!==void 0?Math.min(e.width,e.height):Math.min(n.uniforms.uSize.value.x,n.uniforms.uSize.value.y);Ce(n.uniforms.uBorderRadius.value,e.borderRadius,s)}if(e.borderWidth!==void 0&&(n.uniforms.uBorderWidth.value=e.borderWidth),e.backgroundColor!==void 0)if(Array.isArray(e.backgroundColor)){const s=n.uniforms.uBgColor.value.w;n.uniforms.uBgColor.value.set(e.backgroundColor[0],e.backgroundColor[1],e.backgroundColor[2],s)}else if(typeof e.backgroundColor=="string"){const s=oe(e.backgroundColor);n.uniforms.uBgColor.value.set(s.color.r,s.color.g,s.color.b,s.alpha)}else{const s=n.uniforms.uBgColor.value.w;n.uniforms.uBgColor.value.set(e.backgroundColor.r,e.backgroundColor.g,e.backgroundColor.b,s)}if(e.borderColor!==void 0)if(Array.isArray(e.borderColor)){const s=n.uniforms.uBorderColor.value.w;n.uniforms.uBorderColor.value.set(e.borderColor[0],e.borderColor[1],e.borderColor[2],s)}else if(typeof e.borderColor=="string"){const s=oe(e.borderColor);n.uniforms.uBorderColor.value.set(s.color.r,s.color.g,s.color.b,s.alpha)}else{const s=n.uniforms.uBorderColor.value.w;n.uniforms.uBorderColor.value.set(e.borderColor.r,e.borderColor.g,e.borderColor.b,s)}e.opacity!==void 0&&(n.uniforms.uOpacity.value=e.opacity),e.bgOpacity!==void 0&&(n.uniforms.uBgColor.value.w=e.bgOpacity),e.borderOpacity!==void 0&&(n.uniforms.uBorderColor.value.w=e.borderOpacity),n.uniforms.uTexture&&e.texture!==void 0&&(n.uniforms.uTexture.value=e.texture);const t=e.texture!==void 0?e.texture:(r=n.uniforms.uTexture)==null?void 0:r.value;if(t&&(t.image instanceof ImageBitmap||t.image instanceof HTMLImageElement||t.image instanceof HTMLCanvasElement)){const s=t.image.naturalWidth||t.image.videoWidth||t.image.width,o=t.image.naturalHeight||t.image.videoHeight||t.image.height,c=(i=e.width)!=null?i:n.uniforms.uSize.value.x,l=(a=e.height)!=null?a:n.uniforms.uSize.value.y;if(s&&o&&c&&l){const d=s/o,h=c/l;if(d>h){const u=h/d;n.uniforms.uTextureRepeat.value.set(u,1),n.uniforms.uTextureOffset.value.set((1-u)/2,0)}else{const u=d/h;n.uniforms.uTextureRepeat.value.set(1,u),n.uniforms.uTextureOffset.value.set(0,(1-u)/2)}}}else n.uniforms.uTextureRepeat&&(n.uniforms.uTextureRepeat.value.set(1,1),n.uniforms.uTextureOffset.value.set(0,0));if(e.backgroundImage!==void 0){const s=Ve(e.backgroundImage);if(s){n.uniforms.uGradientCount.value=s.stops.length,n.uniforms.uGradientAngle.value=s.angle;for(let o=0;o<8;o++)if(o<s.stops.length){const c=s.stops[o];n.uniforms.uGradientColors.value[o].set(c.color.r,c.color.g,c.color.b,c.alpha),n.uniforms.uGradientStops.value[o]=c.stop}else n.uniforms.uGradientColors.value[o].set(0,0,0,0),n.uniforms.uGradientStops.value[o]=1}else n.uniforms.uGradientCount.value=0}for(const s of Object.keys(e))s!=="width"&&s!=="height"&&s!=="borderRadius"&&s!=="borderWidth"&&s!=="backgroundColor"&&s!=="borderColor"&&s!=="opacity"&&s!=="bgOpacity"&&s!=="borderOpacity"&&s!=="texture"&&s!=="backgroundImage"&&n.uniforms[s]!==void 0&&(n.uniforms[s].value!==void 0&&n.uniforms[s].value!==null&&typeof n.uniforms[s].value.set=="function"?Array.isArray(e[s])?n.uniforms[s].value.set(...e[s]):e[s]!==void 0&&(e[s].copy?n.uniforms[s].value.copy(e[s]):n.uniforms[s].value=e[s]):n.uniforms[s].value=e[s])}function Ce(n,e,t=0){var c,l,d,h;if(e==null){n.set(0,0,0,0);return}if(typeof e=="number"){n.set(e,e,e,e);return}if(Array.isArray(e)){n.set(e[0],e[1],e[2],e[3]);return}const r=e.split("/")[0].trim().split(/\s+/),i=ee(r[0],t),a=ee((c=r[1])!=null?c:r[0],t),s=ee((l=r[2])!=null?l:r[0],t),o=ee((h=(d=r[3])!=null?d:r[1])!=null?h:r[0],t);n.set(i,a,s,o)}const V={create(n,e,t,r,i,a=2,s=null,o){return n==="BOX"?$e(e,r,i,s,o):n==="TEXT"?new ze(t||"",e,r,i,a):new v.MeshBasicMaterial({visible:!1})},update(n,e,t,r,i,a,s=2,o){e==="BOX"?je(n,t,i,a,o):e==="TEXT"&&n.updateText(r||"",t,i,a,s)},forceUpdateUniforms(n,e){de(n,e)}};class Ke{constructor(e,t=!0){f(this,"observer");f(this,"textures",new WeakMap);f(this,"loadStatus",new WeakMap);f(this,"elementUrls",new WeakMap);f(this,"onUpdate");this.onUpdate=e,t&&(this.observer=new IntersectionObserver(r=>{for(const i of r){const a=i.target;i.isIntersecting?this.loadTexture(a):this.disposeTexture(a)}},{rootMargin:"300px"}))}register(e,t){if(e.nodeType!==Node.ELEMENT_NODE)return;this.elementUrls.get(e)!==t&&(this.elementUrls.set(e,t),this.observer?(this.observer.unobserve(e),this.observer.observe(e)):this.loadTexture(e))}unregister(e){e.nodeType===Node.ELEMENT_NODE&&this.observer&&this.observer.unobserve(e),this.disposeTexture(e),this.elementUrls.delete(e),this.loadStatus.delete(e)}loadTexture(e){return Be(this,null,function*(){if(this.loadStatus.get(e)||this.textures.has(e))return;const t=this.elementUrls.get(e);if(t){this.loadStatus.set(e,!0);try{let r;if(t.startsWith("data:image/svg+xml"))r=yield new Promise((a,s)=>{const o=new Image;o.onload=()=>a(o),o.onerror=s,o.src=t});else{const s=yield(yield fetch(t)).blob();r=yield createImageBitmap(s,{imageOrientation:"flipY"})}if(this.elementUrls.get(e)!==t){"close"in r&&r.close();return}const i=new v.Texture(r);r instanceof HTMLImageElement||(i.flipY=!1),i.colorSpace=v.LinearSRGBColorSpace,i.needsUpdate=!0,this.textures.set(e,i),this.onUpdate(e,i)}catch(r){console.warn("[MirageEngine] Failed to load texture:",t,r)}finally{this.elementUrls.has(e)&&this.loadStatus.set(e,!1)}}})}disposeTexture(e){const t=this.textures.get(e);t&&(t.dispose(),this.textures.delete(e),this.onUpdate(e,null)),this.loadStatus.set(e,!1)}get(e){return this.textures.get(e)}disposeAll(){this.observer&&this.observer.disconnect()}}class Je{constructor(e,t,r,i){f(this,"canvas");f(this,"scene");f(this,"camera");f(this,"renderer");f(this,"renderTargets",[]);f(this,"renderOrder",0);f(this,"qualityFactor",2);f(this,"mode","overlay");f(this,"canvasSize","viewport");f(this,"clipArea",1);f(this,"targetLayer","base");f(this,"overscan",200);f(this,"target");f(this,"mountContainer");f(this,"registry");f(this,"targetRect");f(this,"travelersByLayer",Array.from({length:D.MAX_LAYERS},()=>new Set));f(this,"textureManager");f(this,"fixedMeshes",new Set);var o,c,l,d,h;this.target=e,this.mountContainer=r,this.registry=i,this.mode=(o=t.mode)!=null?o:"overlay",this.canvasSize=(c=t.canvasSize)!=null?c:"viewport",this.clipArea=(l=t.travelerClipArea)!=null?l:1,this.targetLayer=(d=t.layer)!=null?d:"base",this.textureManager=new Ke((u,p)=>{const g=this.registry.get(u);g&&g.material instanceof v.ShaderMaterial&&V.forceUpdateUniforms(g.material,{texture:p})},this.isViewport),this.canvas=document.createElement("canvas"),this.scene=new v.Scene,this.targetRect=this.target.getBoundingClientRect();const a=this.isViewport?window.innerWidth+this.overscan*2:this.targetRect.width,s=this.isViewport?window.innerHeight+this.overscan*2:this.targetRect.height;this.camera=new v.OrthographicCamera(a/-2,a/2,s/2,s/-2,1,1e3),this.camera.position.z=100,this.camera.layers.set(this.getSceneLayer()),this.renderer=new v.WebGLRenderer({canvas:this.canvas,alpha:!0,antialias:!0}),v.ColorManagement.enabled=!1,this.renderer.outputColorSpace=v.LinearSRGBColorSpace,this.renderer.setPixelRatio(window.devicePixelRatio),this.renderer.setSize(a,s),this.applyTextQuality((h=t.quality)!=null?h:"medium")}get isViewport(){return this.mode==="overlay"&&this.canvasSize==="viewport"}getSceneLayer(){return typeof this.targetLayer=="number"?this.targetLayer:this.targetLayer==="selected"?O.SELECTED:O.BASE}createRenderTarget(){for(let e=0;e<D.MAX_LAYERS;e++){const t=this.isViewport?window.innerWidth+this.overscan*2:this.targetRect.width,r=this.isViewport?window.innerHeight+this.overscan*2:this.targetRect.height;this.renderTargets.push(new v.WebGLRenderTarget(t*this.qualityFactor,r*this.qualityFactor,{minFilter:v.LinearFilter,magFilter:v.LinearFilter,format:v.RGBAFormat,stencilBuffer:!1,depthBuffer:!0}))}}applyTextQuality(e){if(typeof e=="number"){this.qualityFactor=Math.max(.1,e);return}switch(e){case"low":this.qualityFactor=1;break;case"high":this.qualityFactor=4;break;case"medium":this.qualityFactor=2;break;default:this.qualityFactor=2;break}}mount(){this.mountContainer.prepend(this.canvas),this.canvas.style.pointerEvents=this.mode==="overlay"?"none":"auto",this.updateCanvasLayout()}updateCanvasLayout(){const e=this.isViewport?window.innerWidth+this.overscan*2:this.targetRect.width,t=this.isViewport?window.innerHeight+this.overscan*2:this.targetRect.height;this.canvas.style.width=`${e}px`,this.canvas.style.height=`${t}px`,this.mode==="duplicate"?(this.canvas.style.position="",this.canvas.style.top="",this.canvas.style.left="",this.canvas.style.display="block"):(this.canvas.style.position=this.isViewport?"fixed":"absolute",this.canvas.style.top=this.isViewport?`-${this.overscan}px`:`${this.target.offsetTop}px`,this.canvas.style.left=this.isViewport?`-${this.overscan}px`:`${this.target.offsetLeft}px`,this.canvas.style.display="block")}updateUniforms(e,t){const r=this.registry.get(e);r&&(r.traverse(i=>{i.isMesh&&i.material&&V.forceUpdateUniforms(i.material,t)}),r.userData.nativeMesh&&r.userData.nativeMesh.traverse(i=>{i.isMesh&&i.material&&V.forceUpdateUniforms(i.material,t)}))}dispose(){this.renderer.dispose(),this.canvas.remove(),this.textureManager.disposeAll()}setSize(e,t){this.renderer.setSize(e,t);for(const r of this.renderTargets)r.setSize(e*this.qualityFactor,t*this.qualityFactor);this.camera.left=e/-2,this.camera.right=e/2,this.camera.top=t/2,this.camera.bottom=t/-2,this.camera.updateProjectionMatrix()}syncScene(e,t){const r=this.target.getBoundingClientRect(),i=this.isViewport?window.innerWidth+this.overscan*2:r.width,a=this.isViewport?window.innerHeight+this.overscan*2:r.height,s=this.isViewport?this.canvas.clientWidth:this.targetRect.width,o=this.isViewport?this.canvas.clientHeight:this.targetRect.height,c=Math.abs(i-s)>.1||Math.abs(a-o)>.1,l=this.mode==="overlay"&&(Math.abs(r.top-this.targetRect.top)>.1||Math.abs(r.left-this.targetRect.left)>.1);c?(this.targetRect=r,this.setSize(i,a),this.updateCanvasLayout()):l?(this.targetRect=r,this.updateCanvasLayout()):this.targetRect=r,this.renderOrder=0,this.reconcileNode(e),t.size>0&&t.forEach(d=>{const h=this.registry.get(d);if(h){this.scene.remove(h);for(const u of this.travelersByLayer)u.delete(h);this.fixedMeshes.delete(h),h.geometry.dispose(),h.userData.nativeMesh&&(this.scene.remove(h.userData.nativeMesh),Array.isArray(h.userData.nativeMesh.material)?h.userData.nativeMesh.material.forEach(u=>u.dispose()):h.userData.nativeMesh.material.dispose(),h.userData.nativeMesh.geometry.dispose()),h.traverse(u=>{u instanceof v.Mesh&&(u.geometry&&u.geometry.dispose(),u.material&&(Array.isArray(u.material)?u.material.forEach(p=>p.dispose()):u.material.dispose()))}),this.registry.remove(d),this.textureManager.unregister(d)}})}reconcileNode(e){var i;let t=this.registry.get(e.element);const r=JSON.stringify(e.shaderHooks||null);if(t&&t.userData.shaderHash!==r&&(this.scene.remove(t),t.geometry.dispose(),t.material instanceof v.Material&&t.material.dispose(),this.registry.remove(e.element),t=void 0),!t){const a=new v.PlaneGeometry(1,1),s=e.isTraveler?(i=this.renderTargets[e.captureLayer-2])==null?void 0:i.texture:this.textureManager.get(e.element),o=V.create("BOX",e.styles,"",e.rect.width,e.rect.height,this.qualityFactor,s,e.shaderHooks);t=new v.Mesh(a,o),e.type==="TEXT"&&(t.name="BG_MESH"),this.scene.add(t),this.registry.register(e.element,t),t.userData.baseMaterial=o,t.userData.domElement=e.element,t.userData.shaderHash=r}if(this.updateMeshProperties(t,e),this.updateMeshLayers(t,e),e.isTraveler)for(let a=0;a<D.MAX_LAYERS;a++)a===e.captureLayer-2?this.travelersByLayer[a].add(t):this.travelersByLayer[a].delete(t);else for(const a of this.travelersByLayer)a.delete(t);if(e.isFixed?this.fixedMeshes.add(t):this.fixedMeshes.delete(t),e.styles.imageSrc?this.textureManager.register(e.element,e.styles.imageSrc):this.textureManager.unregister(e.element),e.type==="BOX")for(const a of e.children)this.reconcileNode(a);else e.type==="TEXT"&&(this.reconcileTextChild(t,e,!1),t.userData.nativeMesh&&e.nativeStyles&&this.reconcileTextChild(t.userData.nativeMesh,e,!0))}reconcileTextChild(e,t,r){var l;const i=t.textLines||[{text:t.textContent||"",rect:t.rect}],a=r?t.nativeStyles:t.textStyles,s=JSON.stringify(a)+t.textContent+i.map(d=>d.text).join("|"),o=(l=e.userData)==null?void 0:l.textChildStyleHash;if(t.dirtyMask&ce||s!==o){e.children.filter(g=>g.name.startsWith("TEXT_CHILD")).forEach(g=>{var T;const y=g;(T=y.material.map)==null||T.dispose(),y.geometry.dispose(),e.remove(y)});const h=t.rect,u=h.x+h.width/2,p=h.y+h.height/2;i.forEach((g,y)=>{const T=V.create("TEXT",a,g.text,g.rect.width,g.rect.height,this.qualityFactor),U=new v.PlaneGeometry(1,1),_=new v.Mesh(U,T);_.name=`TEXT_CHILD_${y}`;const A=t.rect.width===0?1:g.rect.width/t.rect.width,x=t.rect.height===0?1:g.rect.height/t.rect.height;_.scale.set(A,x,1);const S=g.rect.x+g.rect.width/2,E=g.rect.y+g.rect.height/2,W=S-u,G=-(E-p);_.position.set(t.rect.width===0?0:W/t.rect.width,t.rect.height===0?0:G/t.rect.height,.005),e.add(_)}),e.userData.textChildStyleHash=s}e.children.forEach(d=>{if(!d.name.startsWith("TEXT_CHILD"))return;const h=d,u=t.visibility&Y?O.BASE:O.HIDDEN;if(h.layers.set(u),t.visibility&K&&h.layers.enable(O.SELECTED),t.visibility&Y)if(!r&&t.nativeLayer!==void 0&&t.nativeStyles!==void 0)for(let p=t.captureLayer;p<t.nativeLayer;p++)h.layers.enable(O.getCaptureLayer(p));else if(r&&t.nativeLayer!==void 0)for(let p=Math.max(t.captureLayer,t.nativeLayer);p<=D.MAX_LAYERS+1;p++)h.layers.enable(O.getCaptureLayer(p));else for(let p=t.captureLayer;p<=D.MAX_LAYERS+1;p++)h.layers.enable(O.getCaptureLayer(p))})}updateMeshProperties(e,t){var A,x,S;const{rect:r,styles:i}=t,a=this.renderer.getPixelRatio(),s=this.renderer.domElement.width/a,o=this.renderer.domElement.height/a;e.material=e.userData.baseMaterial,e.scale.set(r.width,r.height,1),e.userData.domRect={x:r.x,y:r.y,width:r.width,height:r.height};const c=.001;this.renderOrder++;const l=this.targetRect.left+window.scrollX,d=this.targetRect.top+window.scrollY;let h,u;if(this.isViewport)h=r.x-window.innerWidth/2+r.width/2,u=-r.y+window.innerHeight/2-r.height/2;else{const E=r.x-l,W=r.y-d;h=E-s/2+r.width/2,u=-W+o/2-r.height/2}e.position.set(h,u,i.zIndex+this.renderOrder*c);const p=r.x,g=r.y;e.userData.basePosition={x:h,y:u},e.userData.originalBasePosition={x:h,y:u},e.userData.baseSize={width:r.width,height:r.height},e.userData.baseDOM={x:p,y:g},e.userData.isFixed=t.isFixed,e.userData.initialScroll={x:window.scrollX,y:window.scrollY};const y=t.element.nodeType===Node.TEXT_NODE?t.element.parentElement:t.element,T=window.getComputedStyle(y);let U=0,_=0;if(T.transform&&T.transform!=="none"){const E=new DOMMatrix(T.transform);U=E.m41,_=E.m42}if(e.userData.baseTransform={x:U,y:_},delete e.userData.originRatioX,delete e.userData.originRatioY,V.update(e.userData.baseMaterial,"BOX",i,"",r.width,r.height,this.qualityFactor,t.isTraveler?(A=this.renderTargets[t.captureLayer-2])==null?void 0:A.texture:this.textureManager.get(t.element)),t.nativeStyles&&t.nativeRect){if(!e.userData.nativeMesh){const N=V.create("BOX",t.nativeStyles,"",t.nativeRect.width,t.nativeRect.height,this.qualityFactor,t.isTraveler?(x=this.renderTargets[t.captureLayer-2])==null?void 0:x.texture:this.textureManager.get(t.element),t.shaderHooks),J=new v.Mesh(e.geometry,N);t.type==="TEXT"&&(J.name="BG_MESH"),this.scene.add(J),e.userData.nativeMesh=J}const E=e.userData.nativeMesh;let W,G;if(this.isViewport)W=t.nativeRect.x-window.innerWidth/2+t.nativeRect.width/2,G=-t.nativeRect.y+window.innerHeight/2-t.nativeRect.height/2;else{const N=t.nativeRect.x-l,J=t.nativeRect.y-d;W=N-s/2+t.nativeRect.width/2,G=-J+o/2-t.nativeRect.height/2}E.scale.set(t.nativeRect.width,t.nativeRect.height,1),E.position.set(W,G,t.nativeStyles.zIndex+this.renderOrder*c),V.update(E.material,"BOX",t.nativeStyles,"",t.nativeRect.width,t.nativeRect.height,this.qualityFactor,t.isTraveler?(S=this.renderTargets[t.captureLayer-2])==null?void 0:S.texture:this.textureManager.get(t.element))}else e.userData.nativeMesh&&(this.scene.remove(e.userData.nativeMesh),e.userData.nativeMesh.material instanceof v.Material&&e.userData.nativeMesh.material.dispose(),delete e.userData.nativeMesh)}updateMeshLayers(e,t){const r=t.visibility&Y?O.BASE:O.HIDDEN;if(e.layers.set(r),t.visibility&K&&e.layers.enable(O.SELECTED),e.userData.nativeMesh&&t.nativeLayer!==void 0){const i=e.userData.nativeMesh;if(i.layers.set(O.HIDDEN),t.visibility&Y){for(let a=t.captureLayer;a<t.nativeLayer;a++)e.layers.enable(O.getCaptureLayer(a));for(let a=Math.max(t.captureLayer,t.nativeLayer);a<=D.MAX_LAYERS+1;a++)i.layers.enable(O.getCaptureLayer(a))}}else if(t.visibility&Y)for(let i=t.captureLayer;i<=D.MAX_LAYERS+1;i++)e.layers.enable(O.getCaptureLayer(i))}captureRenderTarget(e,t,r){if(e.size===0||!r)return;const i=new v.Color,a=this.renderer.getClearAlpha();this.renderer.getClearColor(i),this.renderer.setClearColor(0,0),this.renderer.setRenderTarget(r),this.renderer.clear(),this.renderer.autoClear=!1,this.renderer.setScissorTest(!0),this.camera.layers.set(t);const s=new v.Vector3,o=this.isViewport?window.innerWidth+this.overscan*2:this.targetRect.width,c=this.isViewport?window.innerHeight+this.overscan*2:this.targetRect.height,l=this.renderer.getPixelRatio();for(const d of e){s.setFromMatrixPosition(d.matrixWorld),s.project(this.camera);const h=(s.x+1)/2*o,u=(s.y+1)/2*c;let p=0,g=1;typeof this.clipArea=="number"?g=this.clipArea:this.clipArea.endsWith("%")?g=parseFloat(this.clipArea)/100:this.clipArea.endsWith("px")&&(p=parseFloat(this.clipArea));const y=d.scale.x*g+.5,T=d.scale.y*g+.5,U=h-y/2,_=u-T/2,A=(U*this.qualityFactor-p)/l,x=(_*this.qualityFactor-p)/l,S=(y*this.qualityFactor+p*2)/l,E=(T*this.qualityFactor+p*2)/l;this.renderer.setScissor(A,x,S,E),this.renderer.render(this.scene,this.camera)}this.renderer.setScissorTest(!1),this.renderer.autoClear=!0,this.renderer.setRenderTarget(null),this.camera.layers.set(this.getSceneLayer()),this.renderer.setClearColor(i,a)}render(){for(let e=0;e<D.MAX_LAYERS;e++){const t=e+1;this.captureRenderTarget(this.travelersByLayer[e],O.getCaptureLayer(t),this.renderTargets[e])}this.renderer.render(this.scene,this.camera)}syncMeshesByDOM(){const e=this.targetRect.left+window.scrollX,t=this.targetRect.top+window.scrollY,r=this.renderer.getPixelRatio(),i=this.renderer.domElement.width/r,a=this.renderer.domElement.height/r;this.scene.children.forEach(s=>{const o=s;if(!o.userData||!o.userData.domElement)return;const c=o.userData.domElement;if(!c.isConnected)return;let l;if(c.nodeType===Node.TEXT_NODE){const h=document.createRange();h.selectNode(c),l=h.getBoundingClientRect()}else l=c.getBoundingClientRect();const d=o.userData.domRect;if(!d||Math.abs(l.x-d.x)>.5||Math.abs(l.y-d.y)>.5||Math.abs(l.width-d.width)>.5||Math.abs(l.height-d.height)>.5){o.userData.domRect={x:l.x,y:l.y,width:l.width,height:l.height};let h,u;if(this.isViewport)h=l.x-window.innerWidth/2+l.width/2,u=-l.y+window.innerHeight/2-l.height/2;else{const p=l.x-e,g=l.y-t;h=p-i/2+l.width/2,u=-g+a/2-l.height/2}if(o.position.setX(h),o.position.setY(u),o.scale.set(l.width,l.height,1),o.updateMatrixWorld(),o.material instanceof v.ShaderMaterial&&V.forceUpdateUniforms(o.material,{width:l.width,height:l.height}),o.userData.nativeMesh){const p=o.userData.nativeMesh;p.position.setX(h),p.position.setY(u),p.scale.set(l.width,l.height,1),p.updateMatrixWorld()}}})}}function Ze(n){const e=n.textContent||"",t=[];let r="",i=null,a=-1;const s=(l,d)=>{for(let h=0;h<l.length;h++){const u=l[h],p=document.createRange();p.setStart(n,d+h),p.setEnd(n,d+h+1);const g=p.getBoundingClientRect();if(g.width===0&&g.height===0){r+=u;continue}a===-1||Math.abs(g.top-a)>g.height/2?(r&&i&&t.push({text:r,rect:{left:i.left,top:i.top,width:i.right-i.left,height:i.bottom-i.top}}),r=u,i={left:g.left,top:g.top,right:g.right,bottom:g.bottom},a=g.top):(r+=u,i&&(i.left=Math.min(i.left,g.left),i.top=Math.min(i.top,g.top),i.right=Math.max(i.right,g.right),i.bottom=Math.max(i.bottom,g.bottom)))}},o=e.match(/[^\s\-]+\-?|\-|\s+/g)||[];let c=0;for(const l of o){const d=document.createRange();d.setStart(n,c),d.setEnd(n,c+l.length);const h=d.getClientRects();if(h.length>1)s(l,c);else{const u=h.length===1?h[0]:d.getBoundingClientRect();if(u.width===0&&u.height===0){r+=l,c+=l.length;continue}a===-1||Math.abs(u.top-a)>u.height/2?(r&&i&&t.push({text:r,rect:{left:i.left,top:i.top,width:i.right-i.left,height:i.bottom-i.top}}),r=l,i={left:u.left,top:u.top,right:u.right,bottom:u.bottom},a=u.top):(r+=l,i&&(i.left=Math.min(i.left,u.left),i.top=Math.min(i.top,u.top),i.right=Math.max(i.right,u.right),i.bottom=Math.max(i.bottom,u.bottom)))}c+=l.length}return r&&i&&t.push({text:r,rect:{left:i.left,top:i.top,width:i.right-i.left,height:i.bottom-i.top}}),t.filter(l=>l.text.trim().length>0&&l.rect.width>0&&l.rect.height>0)}function xe(n){const e=parseFloat(n.fontSize);let t=parseFloat(n.lineHeight);isNaN(t)&&(t=e*1.2);let r=parseFloat(n.letterSpacing);return isNaN(r)&&(r=0),{font:`${n.fontStyle} ${n.fontWeight} ${n.fontSize} ${n.fontFamily}`,fontSize:n.fontSize,color:n.color,textAlign:n.textAlign||"start",textBaseline:"alphabetic",direction:n.direction||"inherit",lineHeight:t,letterSpacing:r}}function Se(n,e=$|Q|ve|ce|se,t,r=1,i=0,a=2,s,o){var Le,Me,Ae,De,Ie,ke;if(n.nodeType===Node.TEXT_NODE){const m=n;if(!m.textContent||!m.textContent.trim())return null;const I=m.textContent.replace(/\s+/g," ");if(I.length===0)return null;const F=Ze(m);if(F.length===0)return null;const H=m.parentElement,k=H?window.getComputedStyle(H):null;if(!k)return null;const q=Math.min(...F.map(w=>w.rect.left)),X=Math.min(...F.map(w=>w.rect.top)),j=Math.max(...F.map(w=>w.rect.left+w.rect.width)),R=Math.max(...F.map(w=>w.rect.top+w.rect.height));return{id:Math.random().toString(36).substring(2,9),type:"TEXT",element:m,rect:{x:q+window.scrollX,y:X+window.scrollY,width:j-q,height:R-X},styles:{backgroundColor:"transparent",backgroundImage:"",opacity:H&&H.dataset[z.KEY]===z.VALUES.HIDE?1:parseFloat(k.opacity),zIndex:(isNaN(parseInt(k.zIndex))?0:parseInt(k.zIndex))+i,borderRadius:"0px",borderColor:"transparent",borderWidth:"0px",isTraveler:!1},textContent:I,textLines:F.map(w=>({text:w.text.trim(),rect:{x:w.rect.left+window.scrollX,y:w.rect.top+window.scrollY,width:w.rect.width,height:w.rect.height}})),textStyles:xe(k),dirtyMask:e,visibility:t,isTraveler:!1,captureLayer:r,isFixed:k.position==="fixed",nativeLayer:s,nativeStyles:o?Z(Z({backgroundColor:"transparent",backgroundImage:"",opacity:H&&H.dataset[z.KEY]===z.VALUES.HIDE?1:parseFloat(k.opacity),zIndex:(isNaN(parseInt(k.zIndex))?0:parseInt(k.zIndex))+i,borderRadius:"0px",borderColor:"transparent",borderWidth:"0px",isTraveler:!1},xe(k)),o):void 0,nativeRect:o?{x:q+window.scrollX,y:X+window.scrollY,width:j-q,height:R-X}:void 0,children:[]}}if(n.nodeType!==Node.ELEMENT_NODE)return null;const c=n,l=c.dataset[M.KEY];let d=t,h=t;if(l){const m=new Set(l.split(/\s+/));for(const I of m)if(!he.includes(I))throw new Error(`[MirageEngine] Invalid filter token: '${I}'. Expected one of: 'include-tree', 'exclude-tree', 'include-self', 'exclude-self', 'end'.`);if(m.has(M.VALUES.END))return null;if(m.has(M.VALUES.INCLUDE_TREE)&&m.has(M.VALUES.EXCLUDE_TREE))throw new Error("[MirageEngine] Conflicting filters: 'include-tree' and 'exclude-tree' cannot be used together on the same element.");if(m.has(M.VALUES.INCLUDE_SELF)&&m.has(M.VALUES.EXCLUDE_SELF))throw new Error("[MirageEngine] Conflicting filters: 'include-self' and 'exclude-self' cannot be used together on the same element.");m.has(M.VALUES.INCLUDE_TREE)?d=d|Y:m.has(M.VALUES.EXCLUDE_TREE)&&(d=d&~Y),h=d,m.has(M.VALUES.INCLUDE_SELF)?h=h|Y:m.has(M.VALUES.EXCLUDE_SELF)&&(h=h&~Y)}const u=c.dataset[B.KEY];if(u){const m=new Set(u.split(/\s+/));for(const I of m)if(!he.includes(I))throw new Error(`[MirageEngine] Invalid select token: '${I}'. Expected one of: 'include-tree', 'exclude-tree', 'include-self', 'exclude-self', 'end'.`);if(m.has(B.VALUES.END))return null;if(m.has(B.VALUES.INCLUDE_TREE)&&m.has(B.VALUES.EXCLUDE_TREE))throw new Error("[MirageEngine] Conflicting selects: 'include-tree' and 'exclude-tree' cannot be used together on the same element.");if(m.has(B.VALUES.INCLUDE_SELF)&&m.has(B.VALUES.EXCLUDE_SELF))throw new Error("[MirageEngine] Conflicting selects: 'include-self' and 'exclude-self' cannot be used together on the same element.");m.has(B.VALUES.INCLUDE_TREE)?d=d|K:m.has(B.VALUES.EXCLUDE_TREE)&&(d=d&~K),h=d,m.has(B.VALUES.INCLUDE_SELF)?h=h|K:m.has(B.VALUES.EXCLUDE_SELF)&&(h=h&~K)}const p=c.dataset[D.KEY];let g=!1,y=o?Z({},o):{},T=s;if(p){let m=1;const I=p.indexOf("{"),F=p.lastIndexOf("}");let H=p;if(I!==-1&&F!==-1&&F>I){H=p.substring(0,I).trim();const R=p.substring(I,F+1);try{y=new Function("return "+R)()}catch(w){console.warn(`[MirageEngine] Failed to parse travel styles JSON: ${R}`)}}const k=H.split(/\s+/);let q=!1;const X=k.indexOf(D.VALUES.TRAVELER);if(X!==-1){g=!0,q=!0;const R=k[X+1];if(R&&!isNaN(parseInt(R,10)))m=parseInt(R,10);else{const w=k.find(te=>!isNaN(parseInt(te,10)));w&&(m=parseInt(w,10))}}const j=k.indexOf(D.VALUES.NATIVE);if(j!==-1){const R=k[j+1];if(R&&!isNaN(parseInt(R,10)))T=parseInt(R,10);else if(!g){const w=k.find(te=>!isNaN(parseInt(te,10)));w&&(T=parseInt(w,10))}}if(q){const R=m+1;if(R<r)throw new Error(`[MirageEngine] Traveler layer (${m}) cannot be smaller than inherited capture layer (${r-1}).`);r=Math.min(R,D.MAX_LAYERS+1)}}const U=c.dataset[me.KEY];let _;U&&(_=JSON.parse(U));const A=c.getBoundingClientRect(),x=window.getComputedStyle(c);if(A.width===0||A.height===0||x.display==="none")return null;let S=c.getAttribute("data-mid");S||(S=Math.random().toString(36).substring(2,11),c.setAttribute("data-mid",S));const E=parseInt(x.zIndex),W=(isNaN(E)?0:E)+i;let G;if(c.tagName==="IMG")G=c.src;else if(c.tagName.toLowerCase()==="svg"){const m=c.cloneNode(!0),I=y==null?void 0:y.color,F=y==null?void 0:y.fill,H=y==null?void 0:y.stroke,k=y==null?void 0:y.opacity,q=(w,te)=>{const P=window.getComputedStyle(w),ae=te,st=P.fill===P.color,ot=P.stroke===P.color,ue=F||(st?I:void 0)||P.fill;ue&&ue!=="none"&&(ae.style.fill=ue);const fe=H||(ot?I:void 0)||P.stroke;fe&&fe!=="none"&&(ae.style.stroke=fe),P.strokeWidth&&P.strokeWidth!=="0px"&&(ae.style.strokeWidth=P.strokeWidth);const Ue=I||P.color;Ue&&(ae.style.color=Ue);const ge=k||P.opacity;ge&&ge!=="1"&&(ae.style.opacity=ge);for(let le=0;le<w.children.length;le++)q(w.children[le],te.children[le])};q(c,m);const X=c.getBoundingClientRect(),j=window.devicePixelRatio*a;m.hasAttribute("viewBox")||m.setAttribute("viewBox",`0 0 ${X.width} ${X.height}`),m.setAttribute("width",(X.width*j).toString()),m.setAttribute("height",(X.height*j).toString());let R=new XMLSerializer().serializeToString(m);R.includes("xmlns=")||(R=R.replace("<svg",'<svg xmlns="http://www.w3.org/2000/svg"')),G=`data:image/svg+xml;utf8,${encodeURIComponent(R)}`}else if(x.backgroundImage&&x.backgroundImage!=="none"){const m=x.backgroundImage.match(/url\(['"]?(.*?)['"]?\)/);m&&(G=m[1])}const N={backgroundColor:x.backgroundColor,backgroundImage:x.backgroundImage,opacity:c.dataset[z.KEY]===z.VALUES.HIDE?1:parseFloat(x.opacity),zIndex:W,borderRadius:x.borderRadius,borderColor:x.borderColor,borderWidth:x.borderWidth,imageSrc:G,isTraveler:g},J=N;let it,nt;const Re=[];return c.tagName.toLowerCase()!=="svg"&&Array.from(c.childNodes).forEach(m=>{const I=m.nodeType===Node.TEXT_NODE?h:d,F=Se(m,e,I,r,W,a,m.nodeType===Node.TEXT_NODE?T:void 0,m.nodeType===Node.TEXT_NODE&&Object.keys(y).length>0?y:void 0);F&&Re.push(F)}),{id:S,type:"BOX",element:c,rect:{x:A.left+window.scrollX,y:A.top+window.scrollY,width:A.width,height:A.height},styles:J,textContent:it,textStyles:nt,dirtyMask:e,visibility:h,isTraveler:g,captureLayer:r,nativeLayer:T,nativeStyles:T!==void 0?_e(Z({},N),{backgroundColor:(Le=y.backgroundColor)!=null?Le:N.backgroundColor,backgroundImage:(Me=y.backgroundImage)!=null?Me:N.backgroundImage,opacity:(Ae=y.opacity)!=null?Ae:N.opacity,zIndex:y.zIndex!==void 0?y.zIndex+W:N.zIndex,borderRadius:(De=y.borderRadius)!=null?De:N.borderRadius,borderColor:(Ie=y.borderColor)!=null?Ie:N.borderColor,borderWidth:(ke=y.borderWidth)!=null?ke:N.borderWidth,isTraveler:N.isTraveler}):void 0,nativeRect:T!==void 0?{x:y.x!==void 0?parseFloat(y.x):A.left+window.scrollX,y:y.y!==void 0?parseFloat(y.y):A.top+window.scrollY,width:y.width!==void 0?parseFloat(y.width):A.width,height:y.height!==void 0?parseFloat(y.height):A.height}:void 0,isFixed:x.position==="fixed",children:Re,shaderHooks:_}}function Qe(n,e){e.size!==0&&e.forEach((t,r)=>{var a,s,o,c;const i=n.get(r);!i||!i.userData.basePosition||(V.forceUpdateUniforms(i.material,{backgroundColor:t.backgroundColor,backgroundImage:t.backgroundImage,opacity:t.opacity,borderRadius:(s=t.borderRadius)!=null?s:(a=i.userData.baseStyles)==null?void 0:a.borderRadius}),i.userData.nativeMesh&&V.forceUpdateUniforms(i.userData.nativeMesh.material,{backgroundColor:t.backgroundColor,backgroundImage:t.backgroundImage,opacity:t.opacity,borderRadius:(c=t.borderRadius)!=null?c:(o=i.userData.baseStyles)==null?void 0:o.borderRadius}))})}class et{constructor(e,t,r,i){f(this,"target");f(this,"renderer");f(this,"registry");f(this,"isTravelEnabled",!1);f(this,"tracker");this.target=e,this.renderer=t,this.registry=r,this.tracker=new be(e,{resizeDebounce:i.resizeDebounce}),this.tracker.onLayoutChange.add((a,s)=>{document.querySelector(`[${D.NAME}~='${D.VALUES.TRAVELER}']`)!==null&&!this.isTravelEnabled&&(this.isTravelEnabled=!0,this.renderer.createRenderTarget());const c=Se(this.target,a,Y,1,0,this.renderer.qualityFactor);c&&this.renderer.syncScene(c,s)}),this.tracker.onStyleChange.add(a=>{Qe(this.registry,a)}),this.tracker.onRender.add(()=>{this.renderer.syncMeshesByDOM(),this.renderer.render()})}start(){this.tracker.start()}stop(){this.tracker.stop()}}class tt{constructor(){f(this,"store");this.store=new WeakMap}register(e,t){this.store.set(e,t)}get(e){return this.store.get(e)}has(e){return this.store.has(e)}remove(e){this.store.delete(e)}}class rt{constructor(e,t){f(this,"renderer");f(this,"syncer");f(this,"target");f(this,"registry");var i,a,s;if(this.target=e,this.registry=new tt,!document.getElementById("mirage-engine-styles")){const o=document.createElement("style");o.id="mirage-engine-styles",o.textContent=`
|
|
165
|
+
[${z.NAME}="${z.VALUES.HIDE}"] {
|
|
153
166
|
opacity: 0 !important;
|
|
154
167
|
}
|
|
155
|
-
`,document.head.appendChild(o)}let r;if(t.mode==="duplicate"?r=(a=(i=t.container)!=null?i:this.target.parentElement)!=null?a:void 0:r=(
|
|
168
|
+
`,document.head.appendChild(o)}let r;if(t.mode==="duplicate"?r=(a=(i=t.container)!=null?i:this.target.parentElement)!=null?a:void 0:r=(s=this.target.parentElement)!=null?s:void 0,!r)throw new Error("[Mirage] Cannot find a container (parent or option).");this.renderer=new Je(this.target,t,r,this.registry),this.renderer.mount(),this.syncer=new et(this.target,this.renderer,this.registry,t)}start(){this.syncer.start()}stop(){this.syncer.stop()}dispose(){this.syncer.stop(),this.renderer.dispose()}getTracker(){return this.syncer.tracker}updateUniforms(e,t){this.renderer.updateUniforms(e,t)}getCanvas(){return this.renderer.canvas}test(){const e=this.registry.get(document.querySelector("#box2"));if(!e)return;const t={ArrowRight:!1,ArrowLeft:!1,ArrowUp:!1,ArrowDown:!1};window.addEventListener("keydown",a=>{t[a.key]!==void 0&&(t[a.key]=!0)}),window.addEventListener("keyup",a=>{t[a.key]!==void 0&&(t[a.key]=!1)});const r=2,i=()=>{requestAnimationFrame(i),t.ArrowRight&&e.position.setX(e.position.x+r),t.ArrowLeft&&e.position.setX(e.position.x-r),t.ArrowUp&&e.position.setY(e.position.y+r),t.ArrowDown&&e.position.setY(e.position.y-r)};i()}}b.ALLOWED_FILTERS=he,b.ATTR_DOM=z,b.ATTR_FILTER=M,b.ATTR_SANDWICH=Fe,b.ATTR_SELECT=B,b.ATTR_SHADER=me,b.ATTR_TRAVEL=D,b.DIRTY_CONTENT=ce,b.DIRTY_NONE=ne,b.DIRTY_RECT=$,b.DIRTY_STRUCTURE=se,b.DIRTY_STYLE=Q,b.DIRTY_ZINDEX=ve,b.EXCLUDED=Xe,b.Engine=rt,b.SELECT_LAYER=K,b.THREE_LAYERS=O,b.TRAVEL_VALUES=ie,b.Tracker=be,b.USER_LAYER=Y,b.extractFromStyle=ye,Object.defineProperty(b,Symbol.toStringTag,{value:"Module"})});
|
|
@@ -14,6 +14,11 @@ export declare const TRAVEL_VALUES: {
|
|
|
14
14
|
readonly CAPTURE_3: "3";
|
|
15
15
|
readonly CAPTURE_4: "4";
|
|
16
16
|
readonly CAPTURE_5: "5";
|
|
17
|
+
readonly CAPTURE_6: "6";
|
|
18
|
+
readonly CAPTURE_7: "7";
|
|
19
|
+
readonly CAPTURE_8: "8";
|
|
20
|
+
readonly CAPTURE_9: "9";
|
|
21
|
+
readonly CAPTURE_10: "10";
|
|
17
22
|
};
|
|
18
23
|
export declare const ATTR_TRAVEL: {
|
|
19
24
|
readonly NAME: "data-mirage-travel";
|
|
@@ -26,6 +31,11 @@ export declare const ATTR_TRAVEL: {
|
|
|
26
31
|
readonly CAPTURE_3: "3";
|
|
27
32
|
readonly CAPTURE_4: "4";
|
|
28
33
|
readonly CAPTURE_5: "5";
|
|
34
|
+
readonly CAPTURE_6: "6";
|
|
35
|
+
readonly CAPTURE_7: "7";
|
|
36
|
+
readonly CAPTURE_8: "8";
|
|
37
|
+
readonly CAPTURE_9: "9";
|
|
38
|
+
readonly CAPTURE_10: "10";
|
|
29
39
|
};
|
|
30
40
|
readonly MAX_LAYERS: number;
|
|
31
41
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirage-engine/core",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.8",
|
|
4
4
|
"main": "src/index.ts",
|
|
5
5
|
"types": "src/index.ts",
|
|
6
6
|
"peerDependencies": {
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"@types/three": "^0.181.0",
|
|
16
|
-
"@mirage-engine/painter": "1.0.
|
|
17
|
-
"@mirage-engine/dom-tracker": "0.3.
|
|
16
|
+
"@mirage-engine/painter": "1.0.3",
|
|
17
|
+
"@mirage-engine/dom-tracker": "0.3.9"
|
|
18
18
|
},
|
|
19
19
|
"private": false,
|
|
20
20
|
"publishConfig": {
|
package/src/dom/Extractor.ts
CHANGED
|
@@ -444,21 +444,27 @@ export function extractSceneGraph(
|
|
|
444
444
|
|
|
445
445
|
let hasTravelToken = false;
|
|
446
446
|
|
|
447
|
-
|
|
448
|
-
if (
|
|
447
|
+
const travelerIdx = tokens.indexOf(ATTR_TRAVEL.VALUES.TRAVELER);
|
|
448
|
+
if (travelerIdx !== -1) {
|
|
449
449
|
isTraveler = true;
|
|
450
450
|
hasTravelToken = true;
|
|
451
|
-
const
|
|
452
|
-
if (
|
|
453
|
-
explicitLayer = parseInt(
|
|
451
|
+
const nextToken = tokens[travelerIdx + 1];
|
|
452
|
+
if (nextToken && !isNaN(parseInt(nextToken, 10))) {
|
|
453
|
+
explicitLayer = parseInt(nextToken, 10);
|
|
454
|
+
} else {
|
|
455
|
+
const numToken = tokens.find((t) => !isNaN(parseInt(t, 10)));
|
|
456
|
+
if (numToken) explicitLayer = parseInt(numToken, 10);
|
|
454
457
|
}
|
|
455
458
|
}
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
const
|
|
460
|
-
if (
|
|
461
|
-
nativeLayer = parseInt(
|
|
459
|
+
|
|
460
|
+
const nativeIdx = tokens.indexOf(ATTR_TRAVEL.VALUES.NATIVE);
|
|
461
|
+
if (nativeIdx !== -1) {
|
|
462
|
+
const nextToken = tokens[nativeIdx + 1];
|
|
463
|
+
if (nextToken && !isNaN(parseInt(nextToken, 10))) {
|
|
464
|
+
nativeLayer = parseInt(nextToken, 10);
|
|
465
|
+
} else if (!isTraveler) {
|
|
466
|
+
const numToken = tokens.find((t) => !isNaN(parseInt(t, 10)));
|
|
467
|
+
if (numToken) nativeLayer = parseInt(numToken, 10);
|
|
462
468
|
}
|
|
463
469
|
}
|
|
464
470
|
|
|
@@ -601,7 +607,7 @@ export function extractSceneGraph(
|
|
|
601
607
|
captureLayer,
|
|
602
608
|
effectiveZIndex,
|
|
603
609
|
qualityFactor,
|
|
604
|
-
nativeLayer,
|
|
610
|
+
child.nodeType === Node.TEXT_NODE ? nativeLayer : undefined,
|
|
605
611
|
child.nodeType === Node.TEXT_NODE && Object.keys(nativeParsedStyles).length > 0
|
|
606
612
|
? nativeParsedStyles
|
|
607
613
|
: undefined,
|
package/src/renderer/Renderer.ts
CHANGED
|
@@ -835,6 +835,7 @@ export class Renderer {
|
|
|
835
835
|
if (!mesh.userData || !mesh.userData.domElement) return;
|
|
836
836
|
|
|
837
837
|
const element = mesh.userData.domElement as HTMLElement;
|
|
838
|
+
if (!element.isConnected) return;
|
|
838
839
|
let rect: DOMRect;
|
|
839
840
|
if (element.nodeType === Node.TEXT_NODE) {
|
|
840
841
|
const range = document.createRange();
|
|
@@ -875,6 +876,7 @@ export class Renderer {
|
|
|
875
876
|
mesh.position.setX(baseX);
|
|
876
877
|
mesh.position.setY(baseY);
|
|
877
878
|
mesh.scale.set(rect.width, rect.height, 1);
|
|
879
|
+
mesh.updateMatrixWorld();
|
|
878
880
|
|
|
879
881
|
// Update uniforms so shader-based drawing (like border-radius) doesn't stretch
|
|
880
882
|
if (mesh.material instanceof THREE.ShaderMaterial) {
|
|
@@ -890,6 +892,7 @@ export class Renderer {
|
|
|
890
892
|
nativeMesh.position.setX(baseX);
|
|
891
893
|
nativeMesh.position.setY(baseY);
|
|
892
894
|
nativeMesh.scale.set(rect.width, rect.height, 1);
|
|
895
|
+
nativeMesh.updateMatrixWorld();
|
|
893
896
|
}
|
|
894
897
|
}
|
|
895
898
|
});
|
package/src/types/attributes.ts
CHANGED