@mappedin/dynamic-focus 6.0.1-beta.61 → 6.5.0-beta.0

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.
@@ -0,0 +1 @@
1
+ var Ot=Object.defineProperty,qt=Object.defineProperties;var Wt=Object.getOwnPropertyDescriptors;var xt=Object.getOwnPropertySymbols;var Kt=Object.prototype.hasOwnProperty,zt=Object.prototype.propertyIsEnumerable;var Vt=a=>{throw TypeError(a)};var ft=(a,t,e)=>t in a?Ot(a,t,{enumerable:!0,configurable:!0,writable:!0,value:e}):a[t]=e,V=(a,t)=>{for(var e in t||(t={}))Kt.call(t,e)&&ft(a,e,t[e]);if(xt)for(var e of xt(t))zt.call(t,e)&&ft(a,e,t[e]);return a},tt=(a,t)=>qt(a,Wt(t)),s=(a,t)=>Ot(a,"name",{value:t,configurable:!0});var F=(a,t,e)=>ft(a,typeof t!="symbol"?t+"":t,e),mt=(a,t,e)=>t.has(a)||Vt("Cannot "+e);var o=(a,t,e)=>(mt(a,t,"read from private field"),e?e.call(a):t.get(a)),u=(a,t,e)=>t.has(a)?Vt("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(a):t.set(a,e),d=(a,t,e,i)=>(mt(a,t,"write to private field"),i?i.call(a,e):t.set(a,e),e),E=(a,t,e)=>(mt(a,t,"access private method"),e);var y={env:{NODE_ENV:"production",npm_package_version:"6.5.0-beta.0"}};import{Floor as lo,getMultiFloorState as uo}from"@mappedin/mappedin-js";function _t(a,t){if(a==null||t==null)return a===t;if(a.length!==t.length)return!1;for(let e=0;e<a.length;e++)if(a[e]!==t[e])return!1;return!0}s(_t,"arraysEqual");var pt=class pt{constructor(){F(this,"_subscribers",{});F(this,"_destroyed",!1)}publish(t,e){!this._subscribers||!this._subscribers[t]||this._destroyed||this._subscribers[t].forEach(function(i){typeof i=="function"&&i(e)})}on(t,e){(!this._subscribers||this._destroyed)&&(this._subscribers={}),this._subscribers[t]=this._subscribers[t]||[],this._subscribers[t].push(e)}off(t,e){if(!this._subscribers||this._subscribers[t]==null||this._destroyed)return;let i=this._subscribers[t].indexOf(e);i!==-1&&this._subscribers[t].splice(i,1)}destroy(){this._destroyed=!0,this._subscribers={}}};s(pt,"PubSub");var lt=pt;import{Facade as Jt,Floor as Xt,FloorStack as to}from"@mappedin/mappedin-js";var v,ot,_,b,g,A,Y,U,Ft=class Ft{constructor(t,e){F(this,"__type","building");u(this,v);u(this,ot,new Map);u(this,_,new Map);u(this,b,[]);u(this,g);u(this,A);F(this,"defaultFloor");F(this,"activeFloor");F(this,"excluded",!1);F(this,"floorsAltitudesMap",new Map);F(this,"aboveGroundFloors",[]);u(this,Y);u(this,U);var r;d(this,v,t),d(this,ot,new Map(t.floors.map(l=>[l.id,l]))),d(this,_,new Map(t.floors.map(l=>[l.elevation,l]))),d(this,b,Array.from(o(this,_).values()).sort((l,f)=>l.elevation-f.elevation)),this.defaultFloor=t.defaultFloor,this.activeFloor=this.defaultFloor,d(this,g,e),this.aboveGroundFloors=o(this,b).filter(l=>l.elevation>=0);let i=(r=t.facade)==null?void 0:r.spaces.map(l=>o(this,g).getState(l)).sort((l,f)=>l.altitude-f.altitude);if(i&&i.length===this.aboveGroundFloors.length)for(let l in this.aboveGroundFloors){let f=this.aboveGroundFloors[l],h=i[l];this.floorsAltitudesMap.set(f.elevation,{altitude:h.altitude,effectiveHeight:h.height})}}get id(){return o(this,v).id}get name(){return o(this,v).name}get floors(){return o(this,v).floors}get floorStack(){return o(this,v)}get facade(){return o(this,v).facade}get isCurrentFloorStack(){return this.id===o(this,g).currentFloorStack.id}get isIndoor(){let t=o(this,g).getState(this.facade);return this.isCurrentFloorStack||(t==null?void 0:t.visible)===!1&&(t==null?void 0:t.opacity)===0}get canSetFloor(){return this.isIndoor||!this.excluded}get maxElevation(){return o(this,Y)==null&&d(this,Y,Math.max(...o(this,_).keys())),o(this,Y)}get minElevation(){return o(this,U)==null&&d(this,U,Math.min(...o(this,_).keys())),o(this,U)}has(t){return Xt.is(t)?o(this,ot).has(t.id):to.is(t)?t.id===o(this,v).id:Jt.is(t)?t.id===this.facade.id:!1}getFloorByElevation(t){return o(this,_).get(t)}getNearestFloorByElevation(t){let e=this.getFloorByElevation(t);if(e)return e;if(t>=0){if(t>this.maxElevation)return o(this,b)[o(this,b).length-1];for(let i=o(this,b).length-1;i>=0;i--){let r=o(this,b)[i];if(r.elevation<=t)return r}}else{if(t<this.minElevation)return o(this,b)[0];for(let i of o(this,b))if(i.elevation>=t)return i}}getHighestFloor(){return o(this,b)[o(this,b).length-1]}cancelAnimation(){o(this,A)&&(o(this,A).animation.cancel(),d(this,A,void 0))}async animateFacade(t,e={duration:150}){var f;let i=((f=o(this,A))==null?void 0:f.state)||o(this,g).getState(this.facade);if(!i||!t||(i==null?void 0:i.opacity)===t.opacity&&(i==null?void 0:i.visible)===t.visible)return{result:"completed"};this.cancelAnimation();let{opacity:r,visible:l}=t;if(o(this,g).updateState(this.facade,{visible:!0}),r!==void 0){d(this,A,{animation:o(this,g).animateState(this.facade,{opacity:r},{duration:e.duration}),state:t});let h=await o(this,A).animation;if(d(this,A,void 0),h.result==="cancelled")return h}return l===!1&&o(this,g).updateState(this.facade,{visible:l}),{result:"completed"}}destroy(){this.cancelAnimation(),o(this,v).floors.forEach(t=>{o(this,g).updateState(t,{visible:t.id===o(this,g).currentFloor.id})}),this.has(o(this,g).currentFloor)||o(this,g).updateState(this.facade,{visible:!0,opacity:1})}};v=new WeakMap,ot=new WeakMap,_=new WeakMap,b=new WeakMap,g=new WeakMap,A=new WeakMap,Y=new WeakMap,U=new WeakMap,s(Ft,"Building");var dt=Ft;function Bt(a,t,e){return a>=t?"in-range":a<=e?"out-of-range":"transition"}s(Bt,"getZoomState");function ut(a,t,e){if(a.__type==="outdoors"&&"floor"in a)return a.floor;let i=a;if(i.excluded)return i.activeFloor;switch(t){case"lock-elevation":return i.getFloorByElevation(e);case"nearest-elevation":return i.getNearestFloorByElevation(e);default:break}return i.isIndoor?i.activeFloor:i.defaultFloor}s(ut,"getFloorToShow");function oo(a,t){return{facade:a,state:{type:"facade",visible:!t,opacity:t?0:1}}}s(oo,"getFacadeState");function eo(a,t,e){return{outdoorOpacity:"initial",floorStates:a.floors.map(i=>{let r=i.id===t.id&&e;return{floor:i,state:{type:"floor",visible:r,geometry:{visible:r},labels:{enabled:r},markers:{enabled:r},footprint:{visible:!1},occlusion:{enabled:!1}}}})}}s(eo,"getSingleBuildingState");function Nt(a,t){if(!t.includes("lock-elevation"))return"initial";for(let e of a)if(typeof e.outdoorOpacity=="number"&&e.outdoorOpacity>=0&&e.outdoorOpacity<=1)return e.outdoorOpacity;return"initial"}s(Nt,"getOutdoorOpacity");function It(a,t,e){var i;switch(e){case"in-range":return(i=a[0])!=null&&i.canSetFloor?a[0]:void 0;case"out-of-range":return t;case"transition":default:return}}s(It,"getSetFloorTargetFromZoomState");function Lt(a,t,e,i,r,l,f,h,T,st,L){let Q=new Map;for(let m of a){let J=t.has(m.id),x=gt(m,e,i==="in-range",J,r,l,h.includes(m.id),L),D=e.floorStack.id===m.id?m.activeFloor:ut(m,r,l),ht=T.enabled?st(m.floors,D||m.activeFloor,T==null?void 0:T.floorGap,f,m.floorsAltitudesMap):eo(m.floorStack,D||m.activeFloor,x),X=oo(m.facade,x);Q.set(m.id,{building:m,showIndoor:x,floorStackState:ht,facadeState:X,inFocus:J,floorToShow:D})}return Q}s(Lt,"getBuildingStates");function Zt(a,t){return a.excluded?"none":t?"indoor":"outdoor"}s(Zt,"getBuildingAnimationType");function gt(a,t,e,i,r,l,f,h){if(a.id===t.floorStack.id)return!0;if(a.excluded)return!1;if(f===!0)return!0;if(!h)return t.floorStack.type!=="Outdoor";if(!e||!i)return!1;switch(r){case"lock-elevation":return a.getFloorByElevation(l)!=null;default:break}return!0}s(gt,"shouldShowIndoor");function Ct(a,t,e){return a!==t&&!e}s(Ct,"shouldDeferSetFloor");var Pt=["default-floor","lock-elevation","nearest-elevation"];import{Floor as ro,FloorStack as no}from"@mappedin/mappedin-js";var io="[MappedinJS]";function St(a="",{prefix:t=io}={}){let e="".concat(t).concat(a?"-".concat(a):""),i=s((r,l)=>{if(typeof window<"u"&&window.rnDebug){let f=l.map(h=>h instanceof Error&&h.stack?"".concat(h.message,"\n").concat(h.stack):h);window.rnDebug("".concat(a," ").concat(r,": ").concat(f.join(" ")))}},"rnDebug");return{logState:y.env.NODE_ENV==="test"?3:0,log(...r){this.logState<=0&&(console.log(e,...r),i("log",r))},warn(...r){this.logState<=1&&(console.warn(e,...r),i("warn",r))},error(...r){this.logState<=2&&(console.error(e,...r),i("error",r))},assert(...r){console.assert(...r)},time(r){console.time(r)},timeEnd(r){console.timeEnd(r)},setLevel(r){0<=r&&r<=3&&(this.logState=r)}}}s(St,"createLogger");var ao=St();var $=ao;function Rt(a,t,e,i){return(a<t||a>e)&&$.warn(i),Math.min(e,Math.max(t,a))}s(Rt,"clampWithWarning");function yt(a,t){return!ro.is(a)||(a==null?void 0:a.floorStack)==null||!no.is(t)?!1:a.floorStack.id!==t.id?($.warn("Floor (".concat(a.id,") does not belong to floor stack (").concat(t.id,").")),!1):!0}s(yt,"validateFloorForStack");function bt(a,t,e,i){return Rt(a,t,e,"".concat(i," must be between ").concat(t," and ").concat(e,"."))}s(bt,"validateZoomThreshold");var H=St("",{prefix:"[DynamicFocus]"});var M,q,et,Et,vt=class vt{constructor(t,e){u(this,et);F(this,"__type","outdoors");u(this,M);u(this,q);d(this,M,t),d(this,q,e)}get id(){return o(this,M).id}get floorStack(){return o(this,M)}get floor(){return o(this,M).defaultFloor}matchesFloorStack(t){return t===o(this,M)||t===o(this,M).id}show(){E(this,et,Et).call(this,!0)}hide(){E(this,et,Et).call(this,!1)}destroy(){this.matchesFloorStack(o(this,q).currentFloorStack)||this.hide()}};M=new WeakMap,q=new WeakMap,et=new WeakSet,Et=s(function(t){for(let e of o(this,M).floors)o(this,q).updateState(e,{visible:t})},"#setVisible"),s(vt,"Outdoors");var ct=vt;function Gt(a,t){let e=a.find(r=>{var l;return((l=r.type)==null?void 0:l.toLowerCase())==="outdoor"});if(e)return e;let i=a.find(r=>r.facade==null&&!t.has(r.id));return i||(H.warn("No good candidate for the outdoor floor stack was found. Using the first floor stack."),a[0])}s(Gt,"getOutdoorFloorStack");import{getMultiFloorState as so}from"@mappedin/mappedin-js";var jt={indoorZoomThreshold:18,outdoorZoomThreshold:17,setFloorOnFocus:!0,autoFocus:!1,indoorAnimationOptions:{duration:150},outdoorAnimationOptions:{duration:150},autoAdjustFacadeHeights:!1,mode:"default-floor",preloadFloors:!0,customMultiFloorVisibilityState:so,dynamicBuildingInteriors:!0};var k,n,Z,c,C,P,p,B,R,G,O,W,w,N,K,I,S,kt,Tt,it,at,rt,nt,z,Dt,Ut,$t,j,At=class At{constructor(t){u(this,S);u(this,k);u(this,n);u(this,Z);u(this,c,jt);u(this,C,[]);u(this,P,new Set);u(this,p,new Map);u(this,B);u(this,R,!1);u(this,G,!1);u(this,O,0);u(this,W,0);u(this,w,"transition");u(this,N,"outdoor");u(this,K,[]);u(this,I,!1);F(this,"sceneUpdateQueue",Promise.resolve());F(this,"on",s((t,e)=>{o(this,k).on(t,e)},"on"));F(this,"off",s((t,e)=>{o(this,k).off(t,e)},"off"));u(this,it,s(t=>{if(!this.isEnabled)return;let{facades:e}=t;if(!(_t(e,this.focusedFacades)&&o(this,N)==="transition"&&!o(this,G))){if(d(this,G,!1),d(this,C,[]),o(this,P).clear(),e.length>0)for(let i of e){let r=o(this,p).get(i.floorStack.id);r&&(o(this,P).add(r.id),o(this,C).push(r))}o(this,c).autoFocus&&this.focus()}},"#handleFacadesInViewChange"));u(this,at,s(async t=>{var r,l,f,h;if(!this.isEnabled)return;let{floor:e}=t,i=o(this,p).get(e.floorStack.id);if(i&&(i.activeFloor=e),(i==null?void 0:i.excluded)===!1&&!o(this,B).matchesFloorStack(e.floorStack)&&d(this,O,e.elevation),o(this,n).manualFloorVisibility===!0){t.reason!=="dynamic-focus"&&(await o(this,j).call(this,e),o(this,k).publish("focus",{facades:this.focusedFacades}));let T=(l=(r=i==null?void 0:i.floorsAltitudesMap.get(e.elevation))==null?void 0:r.altitude)!=null?l:0;o(this,n).options.multiFloorView!=null&&((f=o(this,n).options.multiFloorView)!=null&&f.enabled)&&((h=o(this,n).options.multiFloorView)!=null&&h.updateCameraElevationOnFloorChange)&&o(this,n).Camera.elevation!==T&&o(this,n).Camera.animateElevation(T,{duration:750,easing:"ease-in-out"})}},"#handleFloorChangeStart"));u(this,rt,s(()=>{d(this,R,!0)},"#handleUserInteractionStart"));u(this,nt,s(()=>{d(this,R,!1)},"#handleUserInteractionEnd"));u(this,z,s(t=>{if(!this.isEnabled)return;let{zoomLevel:e}=t,i=Bt(e,o(this,c).indoorZoomThreshold,o(this,c).outdoorZoomThreshold);o(this,w)!==i&&(d(this,w,i),i==="in-range"?this.setIndoor():i==="out-of-range"&&this.setOutdoor())},"#handleCameraChange"));u(this,j,s(async t=>{var h,T,st;if(o(this,n).manualFloorVisibility!==!0||!this.isEnabled)return;let e=t||o(this,n).currentFloor,i=o(this,n).options.multiFloorView,r=((T=(h=o(this,n).Navigation)==null?void 0:h.floors)==null?void 0:T.map(L=>L.id))||[],l=((st=o(this,n).Navigation)==null?void 0:st.floorStacks.map(L=>L.id))||[],f=new Promise(async L=>{var J;await this.sceneUpdateQueue;let Q=Lt(Array.from(o(this,p).values()),o(this,P),e,o(this,w),o(this,c).mode,o(this,O),r,l,i,(J=o(this,c).customMultiFloorVisibilityState)!=null?J:uo,o(this,c).dynamicBuildingInteriors),m=[];await Promise.all(Array.from(Q.values()).map(async x=>{let{building:D,showIndoor:ht,floorStackState:X,facadeState:Mt,inFocus:Ht}=x;m.push(X);let wt=Zt(D,ht);if(wt==="indoor")return E(this,S,Ut).call(this,D,X,Mt,Ht);if(wt==="outdoor")return E(this,S,$t).call(this,D,X,Mt,l)})),o(this,n).Outdoor.setOpacity(Nt(m,o(this,c).mode)),d(this,K,o(this,C).filter(x=>{var D;return((D=Q.get(x.id))==null?void 0:D.showIndoor)===!0}).map(x=>x.facade)),o(this,k).publish("focus",{facades:o(this,K)}),L()});return this.sceneUpdateQueue=f,f},"#applyBuildingStates"));d(this,k,new lt),d(this,n,t),H.setLevel($.logState),d(this,Z,o(this,n).getMapData()),d(this,O,o(this,n).currentFloor.elevation),d(this,W,o(this,n).Camera.elevation);for(let e of o(this,Z).getByType("facade"))o(this,p).set(e.floorStack.id,new dt(e.floorStack,o(this,n)));d(this,B,new ct(Gt(o(this,Z).getByType("floor-stack"),o(this,p)),o(this,n))),o(this,n).on("floor-change-start",o(this,at)),o(this,n).on("camera-change",o(this,z)),o(this,n).on("facades-in-view-change",o(this,it)),o(this,n).on("user-interaction-start",o(this,rt)),o(this,n).on("user-interaction-end",o(this,nt))}enable(t){if(o(this,I)){H.warn("enable() called on an already enabled Dynamic Focus instance.");return}d(this,I,!0),o(this,n).manualFloorVisibility=!0,o(this,B).show(),this.updateState(V(V({},o(this,c)),t)),o(this,z).call(this,{zoomLevel:o(this,n).Camera.zoomLevel,center:o(this,n).Camera.center,bearing:o(this,n).Camera.bearing,pitch:o(this,n).Camera.pitch}),o(this,n).Camera.updateFacadesInView()}disable(){if(!o(this,I)){H.warn("disable() called on an already disabled Dynamic Focus instance.");return}d(this,I,!1),o(this,n).manualFloorVisibility=!1}get isEnabled(){return o(this,I)}get isIndoor(){return o(this,N)==="indoor"}get isOutdoor(){return o(this,N)==="outdoor"}setIndoor(){d(this,N,"indoor"),d(this,w,"in-range"),E(this,S,kt).call(this)}setOutdoor(){d(this,N,"outdoor"),d(this,w,"out-of-range"),E(this,S,kt).call(this)}get focusedFacades(){return[...o(this,K)]}getState(){return V({},o(this,c))}updateState(t){var i,r;let e=!1;t.indoorZoomThreshold!=null&&(t.indoorZoomThreshold=bt(t.indoorZoomThreshold,(i=t==null?void 0:t.outdoorZoomThreshold)!=null?i:o(this,c).outdoorZoomThreshold,o(this,n).Camera.maxZoomLevel,"indoorZoomThreshold"),e=!0),t.outdoorZoomThreshold!=null&&(t.outdoorZoomThreshold=bt(t.outdoorZoomThreshold,o(this,n).Camera.minZoomLevel,(r=t==null?void 0:t.indoorZoomThreshold)!=null?r:o(this,c).indoorZoomThreshold,"outdoorZoomThreshold"),e=!0),t.mode!=null&&(t.mode=Pt.includes(t.mode)?t.mode:"default-floor"),t.autoAdjustFacadeHeights!=null&&(o(this,c).autoAdjustFacadeHeights=t.autoAdjustFacadeHeights),t.dynamicBuildingInteriors!=null&&t.dynamicBuildingInteriors!==o(this,c).dynamicBuildingInteriors&&(e=!0),d(this,c,Object.assign({},o(this,c),Object.fromEntries(Object.entries(t).filter(([,l])=>l!=null)))),t.mode!=null&&t.preloadFloors&&E(this,S,Tt).call(this,t.mode),e&&o(this,j).call(this)}destroy(){this.disable(),o(this,n).off("facades-in-view-change",o(this,it)),o(this,n).off("floor-change-start",o(this,at)),o(this,n).off("camera-change",o(this,z)),o(this,n).off("user-interaction-start",o(this,rt)),o(this,n).off("user-interaction-end",o(this,nt)),o(this,p).forEach(t=>t.destroy()),o(this,B).destroy(),o(this,k).destroy()}async focus(t=o(this,c).setFloorOnFocus){if(t)if(Ct(o(this,W),o(this,n).Camera.elevation,o(this,R)))d(this,W,o(this,n).Camera.elevation),d(this,G,!0);else{let e=It(o(this,C),o(this,B),o(this,w)),i=e?ut(e,o(this,c).mode,o(this,O)):void 0;i&&i.id!==o(this,n).currentFloor.id&&o(this,n).setFloor(i,{context:"dynamic-focus"})}await o(this,j).call(this),o(this,k).publish("focus",{facades:this.focusedFacades})}preloadFloors(){E(this,S,Tt).call(this,o(this,c).mode)}setDefaultFloorForStack(t,e){if(!yt(e,t))return;let i=o(this,p).get(t.id);i&&(i.defaultFloor=e)}resetDefaultFloorForStack(t){let e=o(this,p).get(t.id);e&&(e.defaultFloor=t.defaultFloor)}getDefaultFloorForStack(t){var e;return((e=o(this,p).get(t.id))==null?void 0:e.defaultFloor)||t.defaultFloor||t.floors[0]}setCurrentFloorForStack(t,e){if(!yt(e,t))return;let i=o(this,p).get(t.id);i&&(i.activeFloor=e,o(this,j).call(this))}exclude(t){let e=Array.isArray(t)?t:[t];for(let i of e){let r=o(this,p).get(i.id);r&&(r.excluded=!0)}}include(t){let e=Array.isArray(t)?t:[t];for(let i of e){let r=o(this,p).get(i.id);r&&(r.excluded=!1)}}getCurrentFloorForStack(t){var e;return((e=o(this,p).get(t.id))==null?void 0:e.activeFloor)||this.getDefaultFloorForStack(t)}};k=new WeakMap,n=new WeakMap,Z=new WeakMap,c=new WeakMap,C=new WeakMap,P=new WeakMap,p=new WeakMap,B=new WeakMap,R=new WeakMap,G=new WeakMap,O=new WeakMap,W=new WeakMap,w=new WeakMap,N=new WeakMap,K=new WeakMap,I=new WeakMap,S=new WeakSet,kt=s(function(){o(this,c).autoFocus&&(o(this,R)?this.focus():d(this,G,!0)),o(this,k).publish("state-change")},"#handleViewStateChange"),Tt=s(function(t){o(this,n).preloadFloors(o(this,Z).getByType("facade").map(e=>ut(o(this,p).get(e.floorStack.id),t,o(this,O))).filter(e=>e!=null&&lo.is(e)))},"#preloadFloors"),it=new WeakMap,at=new WeakMap,rt=new WeakMap,nt=new WeakMap,z=new WeakMap,Dt=s(function(t,e,i){t.forEach(r=>{if(r.floor)if(e){let l=i!==void 0?tt(V({},r.state),{labels:tt(V({},r.state.labels),{enabled:r.state.labels.enabled&&i}),markers:tt(V({},r.state.markers),{enabled:r.state.markers.enabled&&i}),occlusion:tt(V({},r.state.occlusion),{enabled:r.state.occlusion.enabled&&i})}):r.state;o(this,n).updateState(r.floor,l)}else o(this,n).updateState(r.floor,{visible:!1})})},"#updateFloorVisibility"),Ut=s(async function(t,e,i,r){return E(this,S,Dt).call(this,e.floorStates,!0,r),t.animateFacade(i.state,o(this,c).indoorAnimationOptions)},"#animateIndoorSequence"),$t=s(async function(t,e,i,r){let l=await t.animateFacade(i.state,o(this,c).outdoorAnimationOptions);return l.result==="completed"&&E(this,S,Dt).call(this,e.floorStates,gt(t,o(this,n).currentFloor,o(this,w)==="in-range",o(this,P).has(t.id),o(this,c).mode,o(this,O),r.includes(t.floorStack.id),o(this,c).dynamicBuildingInteriors)),l},"#animateOutdoorSequence"),j=new WeakMap,s(At,"DynamicFocus");var Yt=At;export{s as a,Yt as b};