@kosdev-code/kos-ui-sdk 2.0.32 → 2.0.34
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/common/events/async-event-bus.d.ts +96 -0
- package/common/events/async-event-bus.d.ts.map +1 -0
- package/core/core/context/kos-context-manager.d.ts +1 -0
- package/core/core/context/kos-context-manager.d.ts.map +1 -1
- package/core/core/decorators/index.d.ts +1 -0
- package/core/core/decorators/index.d.ts.map +1 -1
- package/core/core/decorators/kos-http-decorators.d.ts +110 -0
- package/core/core/decorators/kos-http-decorators.d.ts.map +1 -0
- package/core/core/decorators/kos-topic-handler-flow-control.d.ts +130 -0
- package/core/core/decorators/kos-topic-handler-flow-control.d.ts.map +1 -0
- package/core/core/decorators/kosTopicHandler.d.ts +97 -3
- package/core/core/decorators/kosTopicHandler.d.ts.map +1 -1
- package/core/core/decorators/propKeys.d.ts +1 -0
- package/core/core/decorators/propKeys.d.ts.map +1 -1
- package/core/core/kosModel.d.ts +4 -0
- package/core/core/kosModel.d.ts.map +1 -1
- package/core/core/log/log.d.ts +3 -3
- package/core/core/log/log.d.ts.map +1 -1
- package/core/core/model/kos-http-route-manager.d.ts +85 -0
- package/core/core/model/kos-http-route-manager.d.ts.map +1 -0
- package/core/core/model/kos-model-component-factory.d.ts +2 -0
- package/core/core/model/kos-model-component-factory.d.ts.map +1 -1
- package/core/core/model/kos-subscription-manager.d.ts +11 -0
- package/core/core/model/kos-subscription-manager.d.ts.map +1 -1
- package/core/core/model/model-introspection-utils.d.ts +1 -0
- package/core/core/model/model-introspection-utils.d.ts.map +1 -1
- package/core/core/model-instantiator.d.ts.map +1 -1
- package/core/core/services/app-startup-service.d.ts.map +1 -1
- package/core/core/services/browser-router.d.ts +20 -0
- package/core/core/services/browser-router.d.ts.map +1 -1
- package/core/core/services/index.d.ts +1 -0
- package/core/core/services/index.d.ts.map +1 -1
- package/core/util/feature-flags.d.ts +3 -0
- package/core/util/feature-flags.d.ts.map +1 -1
- package/core/util/kos-service-request.d.ts +1 -1
- package/core/util/kos-service-request.d.ts.map +1 -1
- package/index.cjs +73 -73
- package/index.cjs.map +1 -1
- package/index.d.cts +1 -0
- package/index.d.ts +1 -0
- package/index.d.ts.map +1 -1
- package/index.js +6709 -5689
- package/index.js.map +1 -1
- package/models/models/browser-router/browser-router-model.d.ts +20 -0
- package/models/models/browser-router/browser-router-model.d.ts.map +1 -1
- package/models/models/canvas-dispatcher/canvas-dispatcher-model.d.ts +5 -1
- package/models/models/canvas-dispatcher/canvas-dispatcher-model.d.ts.map +1 -1
- package/models/models/canvas-dispatcher/types/index.d.ts +25 -3
- package/models/models/canvas-dispatcher/utils/renderers/looping-video-renderer.d.ts +30 -0
- package/models/models/canvas-dispatcher/utils/renderers/looping-video-renderer.d.ts.map +1 -0
- package/models/models/canvas-dispatcher/utils/renderers/renderer-factory.d.ts.map +1 -1
- package/models/models/canvas-dispatcher/utils/renderers/sequence-renderer.d.ts +46 -0
- package/models/models/canvas-dispatcher/utils/renderers/sequence-renderer.d.ts.map +1 -0
- package/models/models/canvas-renderer/canvas-renderer-model.d.ts.map +1 -1
- package/models/models/index.d.ts +1 -0
- package/models/models/index.d.ts.map +1 -1
- package/models/models/kos-log-manager/index.d.ts +5 -0
- package/models/models/kos-log-manager/index.d.ts.map +1 -0
- package/models/models/kos-log-manager/kos-log-manager-model.d.ts +92 -0
- package/models/models/kos-log-manager/kos-log-manager-model.d.ts.map +1 -0
- package/models/models/kos-log-manager/kos-log-manager-registration.d.ts +92 -0
- package/models/models/kos-log-manager/kos-log-manager-registration.d.ts.map +1 -0
- package/models/models/kos-log-manager/services/index.d.ts +2 -0
- package/models/models/kos-log-manager/services/index.d.ts.map +1 -0
- package/models/models/kos-log-manager/services/kos-log-manager-services.d.ts +12 -0
- package/models/models/kos-log-manager/services/kos-log-manager-services.d.ts.map +1 -0
- package/models/models/kos-log-manager/types/index.d.ts +14 -0
- package/models/models/studio-properties/services/studio-properties-services.d.ts +3 -3
- package/models/models/studio-properties/services/studio-properties-services.d.ts.map +1 -1
- package/models/models/studio-properties/studio-properties-model.d.ts.map +1 -1
- package/models/models/trouble/index.d.ts +1 -0
- package/models/models/trouble/index.d.ts.map +1 -1
- package/models/models/trouble/trouble-model.d.ts.map +1 -1
- package/models/models/trouble/types/index.d.ts +353 -9
- package/models/models/trouble/utils/is-trouble-aware.d.ts +98 -0
- package/models/models/trouble/utils/is-trouble-aware.d.ts.map +1 -0
- package/models/utils/client.d.ts +5 -1
- package/models/utils/client.d.ts.map +1 -1
- package/models/utils/core-registration-manager.d.ts.map +1 -1
- package/models/utils/service.d.ts +11 -6
- package/models/utils/service.d.ts.map +1 -1
- package/package.json +2 -2
package/index.cjs
CHANGED
|
@@ -1,80 +1,80 @@
|
|
|
1
|
-
"use strict";var Rd=Object.defineProperty;var Pd=(e,t,s)=>t in e?Rd(e,t,{enumerable:!0,configurable:!0,writable:!0,value:s}):e[t]=s;var l=(e,t,s)=>(Pd(e,typeof t!="symbol"?t+"":t,s),s);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const S=require("loglevel"),M=require("mobx"),y=require("robot3"),Ie=require("date-fns"),_=require("@emotion/react/jsx-runtime"),Vr=require("@emotion/styled"),jn=require("react-dom"),Re=require("@emotion/react"),f=require("react"),Yr=require("mobx-react-lite"),xd=require("@use-gesture/react"),qs="method",Bn="topic",ot="url",Zt="request-id",Ws="response-id",qr="status",Me="dst-addr",Kn="src-addr",pe="type",Wr="ordered",Zr="tracker",Hn="Content-Type",Gn="Cache-Control",zn="requestId",Vn=process.env.KOS_LOGIN_URL||"http://localhost",Yn=process.env.KOS_APP_PORT||"8080",Ld=`${Vn}:${Yn}`,_s="{MODEL_ID}";var Jt=(e=>(e.SEND="/ws/log/msg/send",e.RECEIVED="/ws/log/msg/receive",e))(Jt||{}),qn=(e=>(e.MSG_RECEIVE="/mock/msg/receive",e))(qn||{});const Jr="/kos/model/ready/";S.info("Initializing event bus");globalThis.kos=globalThis.kos||{};globalThis.kos.subscriptions=globalThis.kos.subscriptions||{};const L=globalThis.kos.subscriptions,Fd=()=>Symbol("eventKey");function Xr(e){return L[e]&&Object.getOwnPropertySymbols(L[e]).length>0}function O(e,t){const s=Fd();return L[e]||(S.debug(`Initializing subscription for ${e}`),L[e]={}),S.debug(`Subscribing to ${e} with id ${s.toString()}`),L[e][s]=t,{count:L[e]?Object.getOwnPropertySymbols(L[e]).length:0,unsubscribe:()=>(S.debug(`Unsubscribing from ${e} with id ${s.toString()}`),L[e]&&L[e][s]&&delete L[e][s],L[e]&&Object.getOwnPropertySymbols(L[e]).length===0&&delete L[e],{count:L[e]?Object.getOwnPropertySymbols(L[e]).length:0})}}function U(e,t,s={}){if(!L[e]||Object.getOwnPropertySymbols(L[e]).length===0)return S.debug(`No subscriptions for ${e}. Not publishing.`),{eventType:e,subscribers:0};const r=Object.getOwnPropertySymbols(L[e]).length;return Object.getOwnPropertySymbols(L[e]).forEach(o=>{if(s.sync){const n=s.sync;S.debug(`Performing sync publish for ${e} with sync id ${n}`),L[e][o]({body:t,headers:s}).then(i=>{S.debug(`Response recieved for ${n}, publishing back to source.`),U(n,i)})}else S.debug(`Performing async publish for ${e}`),L[e][o]({body:t,headers:s})}),{eventType:e,subscribers:r}}function kd(){S.warn("Resetting event bus"),Object.keys(L).forEach(e=>delete L[e])}function Wn(e,t){const s=O(e,r=>{s.unsubscribe(),t(r)});return s.unsubscribe}function Qr(e,t){return new Promise((s,r)=>{let o=null;const n=Wn(e,i=>{o&&clearTimeout(o),s(i)});t&&(o=setTimeout(()=>{n(),r(new Error(`Timeout waiting for event: ${e}`))},t))})}const Nd=Object.freeze(Object.defineProperty({__proto__:null,hasEventSubscriptions:Xr,once:Wn,publish:U,reset:kd,subscribe:O,waitFor:Qr},Symbol.toStringTag,{value:"Module"}));function Zs(e,t){const s=O(e,r=>{s.unsubscribe(),t(r)});return s.unsubscribe}function Js(e,t){return new Promise((s,r)=>{let o=null;const n=Zs(e,i=>{o&&clearTimeout(o),s(i)});t&&(o=setTimeout(()=>{n(),r(new Error(`Timeout waiting for event: ${e}`))},t))})}function Zn(e,t){const s=e.map(r=>Js(r,t));return Promise.all(s)}function Jn(e,t){return new Promise((s,r)=>{const o=[];let n=null,i=!1;const a=()=>{o.forEach(c=>c()),n&&clearTimeout(n)};e.forEach(c=>{const d=Zs(c,u=>{i||(i=!0,a(),s({eventType:c,data:u}))});o.push(d)}),t&&(n=setTimeout(()=>{i||(i=!0,a(),r(new Error(`Timeout waiting for any event: ${e.join(", ")}`)))},t))})}function Xn(e,t,s){return O(e,o=>{o&&t(o)&&s(o)}).unsubscribe}function Qn(e,t,s){return O(e,o=>{if(o){const n=t(o);s(n)}}).unsubscribe}function ei(e,t,s){let r=null;const o=O(e,n=>{r&&clearTimeout(r),r=setTimeout(()=>{s(n)},t)});return()=>{r&&clearTimeout(r),o.unsubscribe()}}function ti(e,t,s){let r=0,o=null;const n=O(e,i=>{const a=Date.now(),c=a-r;c>=t?(r=a,s(i)):o||(o=setTimeout(()=>{r=Date.now(),s(i),o=null},t-c))});return()=>{o&&clearTimeout(o),n.unsubscribe()}}function si(e,t,s){let r=[],o=null;const n=()=>{r.length>0&&(s([...r]),r=[])},i=O(e,a=>{a&&(r.push(a),o||(o=setTimeout(()=>{n(),o=null},t)))});return()=>{o&&(clearTimeout(o),n()),i.unsubscribe()}}function eo(e,t=1){const s=[];return O(e,r=>{r&&(s.push(r),s.length>t&&s.shift())}),{subscribe:r=>(s.forEach(o=>r(o)),O(e,r))}}function ri(e,t){const s=e.map(r=>O(r,o=>{o&&t(r,o)}));return()=>{s.forEach(r=>r.unsubscribe())}}function oi(e,t){let s=e;const r=[],o=new Set;return Object.values(t).forEach(n=>{Object.keys(n).forEach(i=>{o.add(i)})}),o.forEach(n=>{const{unsubscribe:i}=O(n,a=>{const c=t[s];c&&c[n]&&(s=c[n](a))});r.push(i)}),{get state(){return s},unsubscribe:()=>{r.forEach(n=>n())}}}function ni(e,t,s,r){const o=Js(t,r);return U(e,s),o}async function*ii(e){const t=[],s=[],r=O(e,o=>{o&&(s.length>0?s.shift()(o):t.push(o))});try{for(;;)t.length>0?yield t.shift():yield await new Promise(o=>{s.push(o)})}finally{r.unsubscribe()}}const Ud={once:Zs,waitFor:Js,waitForAll:Zn,race:Jn,filter:Xn,map:Qn,debounce:ei,throttle:ti,buffer:si,replay:eo,merge:ri,stateMachine:oi,request:ni,eventIterator:ii},jd=Object.freeze(Object.defineProperty({__proto__:null,EventBusFunctional:Ud,buffer:si,debounce:ei,eventIterator:ii,filter:Xn,map:Qn,merge:ri,once:Zs,race:Jn,replay:eo,request:ni,stateMachine:oi,throttle:ti,waitFor:Js,waitForAll:Zn},Symbol.toStringTag,{value:"Module"}));async function Xs(e,t){const{getCurrentState:s,transformState:r,shouldUseFetchedState:o,timeout:n}=t,i=Qr(e,n),a=await s(),c=r?r(a):a;return o&&o(c)?(i.catch(()=>{}),c):await Promise.race([i,new Promise(u=>{setTimeout(()=>u(c),100)})])}function ai(e,t,s){const{getCurrentState:r,transformState:o}=s;let n=!1;const i=O(e,a=>{a&&(n=!0,t(a))});return Promise.resolve(r()).then(a=>{const c=o?o(a):a;n||t(c)}).catch(a=>{console.error("Failed to fetch initial state:",a)}),i.unsubscribe}function ci(e,t){let s;const r=new Set,o=async()=>{try{typeof t=="string"?s=await(await fetch(t)).json():s=await t(),r.forEach(a=>a(s))}catch(a){throw console.error("Failed to fetch initial state:",a),a}};O(e,a=>{a!=null&&a.body&&(s=a.body,r.forEach(c=>c(s)))});let n=!1;const i=()=>{n||(n=!0,o())};return{get state(){return s},async getState(){return i(),s===void 0&&await new Promise(a=>{const c=()=>{s!==void 0?a():setTimeout(c,10)};c()}),s},subscribe(a){return i(),r.add(a),s!==void 0&&a(s),()=>{r.delete(a)}},async refresh(){return await o(),s}}}async function to(e,t){if(typeof e=="string")return Xs(e,t);const s=e,{getCurrentState:r,shouldUseFetchedState:o,timeout:n}=t,i=await r(),a=t.transformState?t.transformState(i):i;if(o&&o(a))return a;const c=s.map(u=>Qr(u,n)),d=await Promise.all(c);return d[d.length-1]}function li(e,t,s){const{fetchMissedEvents:r,checkInterval:o=3e4,deduplicateById:n}=s,i=new Set,a=O(e,async d=>{if(d){if(n){const u=n(d);if(i.has(u))return;i.add(u),i.size>1e3&&Array.from(i).slice(0,500).forEach(g=>i.delete(g))}await t(d)}}),c=setInterval(async()=>{try{const d=await r(),u=Array.isArray(d)?d:[d];for(const h of u)if(n){const g=n(h);i.has(g)||(i.add(g),await t(h))}else await t(h)}catch(d){console.error("Failed to fetch missed events:",d)}},o);return()=>{a.unsubscribe(),clearInterval(c)}}function di(e){const{connectEvent:t,disconnectEvent:s,errorEvent:r,dataEvent:o,fetchInitialState:n,reconnectDelay:i=5e3}=e,a={state:"disconnected",data:void 0,async waitForConnection(u){if(a.state==="connected"&&a.data)return a.data;const h=await Xs(t,{getCurrentState:n,shouldUseFetchedState:g=>!!g,timeout:u});return a.state="connected",a.data=h,d(),h},subscribe(u){return c.add(u),u(a),()=>{c.delete(u)}},async reconnect(){a.state="connecting",d();try{const u=await n();a.state="connected",a.data=u,d()}catch{a.state="error",d(),setTimeout(()=>{a.state==="error"&&a.reconnect()},i)}}},c=new Set,d=()=>{c.forEach(u=>u(a))};return O(t,u=>{a.state="connected",u!=null&&u.body&&(a.data=u.body),d()}),O(s,()=>{a.state="disconnected",d(),setTimeout(()=>{a.state==="disconnected"&&a.reconnect()},i)}),r&&O(r,()=>{a.state="error",d()}),o&&O(o,u=>{u!=null&&u.body&&a.state==="connected"&&(a.data=u.body,d())}),a.reconnect(),a}const Bd={waitForOrGetState:Xs,subscribeWithInitialState:ai,createStatefulEventStream:ci,waitForAllWithState:to,createResilientEventHandler:li,createConnectionStateManager:di},Kd=Object.freeze(Object.defineProperty({__proto__:null,EventBusState:Bd,createConnectionStateManager:di,createResilientEventHandler:li,createStatefulEventStream:ci,subscribeWithInitialState:ai,waitForAllWithState:to,waitForOrGetState:Xs},Symbol.toStringTag,{value:"Module"})),Hd=(e,t=0)=>{if(!+e)return{value:0,scale:"bytes",toString:()=>"0 bytes"};const s=1024,r=t<0?0:t,o=["bytes","KB","MB","GB","TB"],n=Math.floor(Math.log(e)/Math.log(s)),i=parseFloat((e/Math.pow(s,n)).toFixed(r)),a=o[n];return{value:i,scale:a,toString:()=>`${i} ${a}`}};function so(e){let t="pending",s;const r=e.then(n=>{t="success",s=n},n=>{t="error",s=n});return{read:()=>{switch(t){case"pending":throw r;case"error":throw s;default:return s}}}}function nt(){return"xxxxxxxx-xxxx-4xxx-2xxx-xxxxxxxxxxxx".replace(/[xy]/g,function(e){const t=Math.random()*16|0;return(e=="x"?t:t&3|8).toString(16)})}function Gd(e,t){t.forEach(s=>{Object.getOwnPropertyNames(s.prototype).forEach(r=>{const o=Object.getOwnPropertyDescriptor(s.prototype,r);Object.defineProperty(e.prototype,r,o)})})}function zd(e,t){const s=e??[],r=t??[];return s.length!==r.length?!1:s.every((o,n)=>o===r[n])}const ro=(e,t)=>{const s=e.map(n=>n.id);return t.map(n=>n.id).filter(n=>!s.includes(n))},Vd=({container:e,onAddItem:t,onRemoveItem:s,idMapper:r=o=>o})=>o=>{const n=o.map(r),a=ro(n,e.data).map(s).filter(Boolean);e.removeAll(a);const c=n.map(t).filter(Boolean);e.addAll(c)},Yd=({container:e,onAddItem:t,onRemoveItem:s,idMapper:r=o=>o})=>o=>{const n=o.map(r);ro(n,e.models).forEach(s),n.forEach(t)},qd=({items:e,onAddItem:t,onRemoveItem:s,idMapper:r=o=>o})=>o=>{const n=o.map(r);ro(n,e).forEach(s),n.forEach(t)},Wd=(e,t="parent-")=>{let s=e;return s.startsWith(t)&&(s=s.replace(t,"")),s},on=new Intl.RelativeTimeFormat(void 0,{numeric:"auto"}),nn=[{amount:60,name:"seconds"},{amount:60,name:"minutes"},{amount:24,name:"hours"},{amount:7,name:"days"},{amount:4.34524,name:"weeks"},{amount:12,name:"months"},{amount:Number.POSITIVE_INFINITY,name:"years"}];function ui(e){let t=(e.getTime()-Date.now())/1e3;for(let s=0;s<=nn.length;s++){const r=nn[s];if(Math.abs(t)<r.amount)return on.format(Math.round(t),r.name);t/=r.amount}return on.format(Math.round(t),"years")}const oo=e=>e%4===0&&e%100!==0||e%400===0,no=(e,t)=>[31,oo(e)?29:28,31,30,31,30,31,31,30,31,30,31][t],hi=(e,t)=>{const s=new Date(e),r=e.getDate();return s.setDate(1),s.setMonth(s.getMonth()+t),s.setDate(Math.min(r,no(s.getFullYear(),s.getMonth()))),s},fi=(e,t)=>{const s=new Date(e);return s.setDate(s.getDate()+t),s},We="en-US",gi={short:{year:"numeric",month:"2-digit",day:"2-digit"},medium:{year:"numeric",month:"short",day:"2-digit"},long:{year:"numeric",month:"long",day:"numeric"},full:{year:"numeric",month:"long",day:"numeric",weekday:"long"}},pi={short:{hour:"2-digit",minute:"2-digit",hour12:!0},medium:{hour:"2-digit",minute:"2-digit",second:"2-digit",hour12:!0},long:{hour:"2-digit",minute:"2-digit",second:"2-digit",hour12:!0,timeZoneName:"short"},full:{hour:"2-digit",minute:"2-digit",hour12:!0,timeZoneName:"long"}},mi=(e,{dateStyle:t="short",locales:s=We}={dateStyle:"short",locales:We})=>{const r=t==="short"?gi.short:{dateStyle:t};return new Intl.DateTimeFormat(s,r).format(e)},yi=(e,{locales:t=We,timeStyle:s="short"}={locales:We,timeStyle:"short"})=>{const r=pi[s];return new Intl.DateTimeFormat(t,r).format(e)},bi=(e,{dateStyle:t="short",locales:s=We,timeStyle:r="short"}={dateStyle:"short",locales:We,timeStyle:"short"})=>{const o={...t&&gi[t],...r&&pi[r]};return new Intl.DateTimeFormat(s,o).format(e)},Zd=Object.freeze(Object.defineProperty({__proto__:null,addDaysToDate:fi,addMonthsToDate:hi,formatDate:mi,formatDateSince:ui,formatDateTime:bi,formatTime:yi,getDaysInMonth:no,isLeapYear:oo},Symbol.toStringTag,{value:"Module"}));function wi(e,t,s=300){let r;return(...o)=>{clearTimeout(r),r=setTimeout(()=>{t.apply(e,o)},s)}}class vi{constructor(t={}){l(this,"flags",{});this.flags=t}isFeatureEnabled(t){return!!this.flags[t]}enableFeature(t){this.flags[t]=!0}disableFeature(t){this.flags[t]=!1}toggleFeature(t){this.flags[t]=!this.flags[t]}updateFlags(t){this.flags={...this.flags,...t}}}window.KosFeatureFlags=window.KosFeatureFlags??new vi;const Jd=window.KosFeatureFlags,ie=(e=null)=>(e||window.location.search.replace("?","")).split("&").map(t=>{const[s,r]=t.split("=");return[s,decodeURIComponent(r||"")]}).reduce((t,[s,r])=>(t[s]=r,t),{}),Mi=(e,t,s)=>{s/=100;const r=t*Math.min(s,1-s)/100,o=n=>{const i=(n+e/30)%12,a=s-r*Math.max(Math.min(i-3,9-i,1),-1);return Math.round(255*a).toString(16).padStart(2,"0")};return`#${o(0)}${o(8)}${o(4)}`},Ei=e=>{const s=new RegExp("hsl\\((\\d+),\\s+(\\d+)\\%,\\s+(\\d+)\\%\\)").exec(e);if(!s)throw Error("Invalid HSL string");return Mi(parseInt(s[1]),parseInt(s[2]),parseInt(s[3]))},_i=(e,t)=>getComputedStyle(e).getPropertyValue(t),Xd=(e,t)=>Ei(_i(e,t)),Ii="studio.tools.preview",Qd="studio.relax.store.validation",Ti="studio.log.debug",Oi="studio.log.info",eu={profiles:[Ii]};var Un;const tu=((Un=globalThis.getKosConfig)==null?void 0:Un.call(globalThis))||JSON.stringify(eu),Si=JSON.parse(tu);globalThis.kosConfig=Si;const io=Si,$i=()=>io.profiles||[],Sr=e=>$i().includes(e),su=()=>io.logging||!1,ru=(e,t)=>{const s={...e};return s.id&&delete s.id,s},$r=(e,t,s=ru)=>{const r=s(e,t);M.runInAction(()=>{Object.assign(t,r)})},fr=new Map,Di={addToDeletionQueue:(e,t)=>{const s=fr.get(e)||[];s.push(t),fr.set(e,s)},cancelDeletion:e=>{const t=fr.get(e);t&&t.forEach(s=>{clearTimeout(s)})}},ou=()=>{const e=Sr(Ti),t=Sr(Oi);return e?"DEBUG":t?"INFO":void 0},Ci=()=>{const e=ie(),t=ou(),r=e.kosLogLevel??t??window.kosLogLevel??process.env.KOS_LOG_LEVEL;return r||"WARN"},Ai=()=>window.kosMessageLogging||process.env.KOS_MESSAGE_LOGGING==="true",Ri=()=>window.kosMessageStudioLogging||process.env.KOS_MESSAGE_STUDIO_LOGGING==="true",Pi="ws-log",nu=S.methodFactory,xi=Ai(),iu=Ri();S.methodFactory=function(e,t,s){const r=nu(e,t,s);return function(o,n){var c;const i=s?String(s):"",a=i?`[${String(i).substring(i.lastIndexOf(":")+1)}] | `:"[root] | ";r(`${a}${o}`,n||""),(c=globalThis==null?void 0:globalThis.kosConfig)!=null&&c.logging&&globalThis.kosLog&&(s!==Pi||xi&&iu)&&globalThis.kosLog(`UI: ${a}${o}`)}};let Li=Ci();S.setLevel(Li);window.setKosLogLevel=e=>{Li=e,S.setLevel(e)};const Is=S.getLogger(Pi);window.enableKosMessageLog=()=>{Is.setLevel(S.levels.INFO)};window.disableKosMessageLog=()=>{Is.setLevel(S.levels.ERROR)};xi?window.enableKosMessageLog():window.disableKosMessageLog();const au=["color: black","display: block","background-color: lightgreen","padding: 4px","margin: 0","text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3)","box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 5px 3px -5px rgba(0, 0, 0, 0.5), 0 -13px 5px -10px rgba(255, 255, 255, 0.4) inset","font-weight: bold"].join(";"),cu=["color: black","display: block","padding: 4px","background-color: yellow","margin: 0","text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3)","box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 5px 3px -5px rgba(0, 0, 0, 0.5), 0 -13px 5px -10px rgba(255, 255, 255, 0.4) inset","font-weight: bold"].join(";"),is=e=>t=>{S.getLevel()<=e&&t()},p={...S,ifDebug:is(S.levels.DEBUG),ifInfo:is(S.levels.INFO),ifWarn:is(S.levels.WARN),ifError:is(S.levels.ERROR),getLogger:e=>S.getLogger(`kos::${e}`),createLogger:({name:e,group:t})=>S.getLogger(`${t?`${t}:`:"kos"}::${e}`),wsSend:(...e)=>{const t=String(e).replace(/\n/g,"\\n");Is.info(`%c⬆ ${t}`,au)},wsReceive:(...e)=>{const t=String(e).replace(/\n/g,"\\n");Is.info(`%c⬇ ${t}`,cu)}},lu=p.createLogger({name:"kos-dependency-manager"});class du{constructor(){l(this,"_usedByCache",new Map);l(this,"_usesCache",new Map)}add(t,s){Di.cancelDeletion(s);const r=this._usedByCache.get(s)||[];r.includes(t)||r.push(t),this._usedByCache.set(s,r);const o=this._usesCache.get(t)||[];o.includes(s)||o.push(s),this._usesCache.set(t,o)}remove(t,s){const r=this._usedByCache.get(s)||[];this._usedByCache.set(s,r.filter(n=>n!==t));const o=this._usesCache.get(t)||[];this._usesCache.set(t,o.filter(n=>n!==s))}canDestroy(t){const s=this._usedByCache.get(t);return s!=null&&s.length?(lu.info(`Model ${t} is still used by: ${s.join(", ")}`),!1):!0}clear(){this._usedByCache.clear(),this._usesCache.clear()}}var b=(e=>(e.CREATING="creating",e.CREATED="created",e.INITIALIZING="initializing",e.INITIALIZED="initialized",e.LOADING="loading",e.LOADED="loaded",e.ONLINE="online",e.READYING="readying",e.READY="ready",e.READY_FAILED="ready_failed",e.RESETTING="resetting",e.RESET="reset",e.OFFLINE="offline",e.UNLOADING="unloading",e.UNLOADED="unloaded",e.FAILED="failed",e.INACTIVE="inactive",e.ACTIVE="active",e.ACTIVATING="activating",e.DEACTIVATING="deactivating",e))(b||{}),A=(e=>(e.CREATE="create",e.INITIALIZE="init",e.LOAD="load",e.READY="ready",e.GO_ONLINE="go_online",e.GO_OFFLINE="go_offline",e.RESET="go_offline",e.UNLOAD="unload",e.FAILED="failed",e.GO_ACTIVE="go_active",e.GO_INACTIVE="go_inactive",e.TIMEOUT="timeout",e))(A||{});const an=p.createLogger({name:"kos-model-cache"});class uu{constructor(t=[]){l(this,"_modelsById",M.observable.map(new Map));l(this,"_toDelete",new Map);l(this,"_preloaded",[]);l(this,"_isPreloaded",!1);this.preloadKeys=t}get models(){return Array.from(this._modelsById.values()).filter(t=>!this._toDelete.has(t.modelId))}getModelById(t){if(t&&!this._toDelete.has(t))return this._modelsById.get(t)}addModel(t){const s=this.getModelById(t.modelId)||t;return this._modelsById.set(s.modelId,s),s}removeModel(t){this._modelsById.delete(t),this._toDelete.delete(t)}hasModel(t){return!!t&&this._modelsById.has(t)&&!this._toDelete.has(t)}restoreFromDeleteCache(t){if(t&&this._toDelete.has(t)){const s=this._toDelete.get(t);this._toDelete.delete(t),this._modelsById.set(t,s)}}markForDeletion(t){this._modelsById.delete(t.modelId),this._toDelete.set(t.modelId,t)}preload(t){return this._isPreloaded?(an.debug("Returning cached preloaded models"),this._preloaded):(this._preloaded=this.preloadKeys.map(s=>(an.debug(`Preloading model: ${typeof s=="string"?s:s.modelType}`),t(s))).filter(s=>!!s),this._isPreloaded=!0,this._preloaded)}}const ue="canvas-renderer",gr=new Map,cn=new Map,pr=new Map,mr=new Map,Qs=(e,t)=>{Fi[e]=t},Fi={indexExtension:{registerIndexExtension:(e,t)=>{const s=mr.get(e)||{};Object.assign(s,t),mr.set(e,t)},loadIndexExtensions:e=>mr.get(e)||{}},loader:{registerLoader:(e,t)=>{cn.set(e,t)},executeLoader:async(e,t)=>{const s=cn.get(e);if(s)return await s(t)}},propertyMapper:{registerPropertyMapper:(e,t)=>{pr.set(e,t)},hasMapper:e=>pr.has(e),executeMapper:(e,t,s)=>{const r=pr.get(e);return r?r(t,s):""}},dataMapper:{registerDataMapper:(e,t)=>{const s=gr.get(e)||[];s.push(t),gr.set(e,s)},executeMapper:async(e,t,s)=>{const r=gr.get(e);if(!r)return{};const o={};for(const n of r){const i=await n(t,s);Object.assign(o,i)}return o}},canvas:{registerRenderer:(e,t)=>{if(!$[ue]){console.warn(`Canvas renderer extension point is not registered. Cannot register renderer "${e}".`);return}$[ue].register(e,t)}}},$=Fi;function ki(e,t){return`${Jr}${e}${t?`/${t}`:`/${e}`}`}function Ni(e){return`${Jr}${e}`}var B=(e=>(e.INIT="init",e.LOAD="load",e.READY="ready",e.ACTIVATE="activate",e.ONLINE="online",e))(B||{});const hu=Object.freeze(Object.defineProperty({__proto__:null,DependencyLifecycle:B},Symbol.toStringTag,{value:"Module"}));function ln(e){const t=[];return new Promise((s,r)=>{for(const{condition:o,onMatch:n}of e){const i=M.when(o,()=>{t.forEach(a=>a());try{n==null||n(),s()}catch(a){r(a)}});t.push(i)}})}const W=Symbol("SubscriptionHandlers"),F=Symbol("DependencyModels"),$t=Symbol("FutureService"),Dt=Symbol("ChildModels"),Ct=Symbol("ParentModel"),At=Symbol("LogConfig"),ys=Symbol("ReferenceConfig"),Ui=Symbol("KosModelSymbol"),xe=Symbol("ModelEffects"),fe=(e,t)=>{e[Dt]=e[Dt]||{},e[Dt][t]=!0},ke=e=>`{PROP_${String(e)}}`,fu=e=>`{PROP_${String(e)}}`,gu=ke("kosParentId"),er=e=>t=>{t[Ct]=t[Ct]||{};const s=(e==null?void 0:e.parentId)||gu;t[Ct]={parentId:s}},Ze=({value:e,modelId:t,modelData:s})=>{let r=e;if(Array.isArray(r))return[...e];if(typeof r!="string"&&typeof r!="object")return r;if(typeof r=="object")r=Object.keys(r).reduce((o,n)=>(o[n]=Ze({value:r[n],modelId:t,modelData:s}),o),{});else if(typeof r=="string"){const o=new RegExp(".*({PROP_(.+)})");let n=r!=null&&r.includes(_s)?r.replace(_s,t):r;const i=n.match(o);if(i&&s&&(Object.getOwnPropertyNames(s).includes(i[2])||Object.getOwnPropertyNames(Object.getPrototypeOf(s)).includes(i[2]))){const a=s[i[2]];n=a?n.replace(i[1],a):void 0}return n}else return r;return r},pu=p.createLogger({name:"kos-model"});function mu(e,t,s){var n;const r=(n=e[Ct])==null?void 0:n.parentId;if(!r)return;const o=Ze({value:r,modelData:s,modelId:t});o&&typeof o=="string"&&N.setParentContext(t,o)}function yu(e){const t=e[$t];t&&Object.entries(t).forEach(([s,{handler:r}])=>{e[s]=r})}function bu(e,t){const s=e[F]||{};Object.entries(s).forEach(([r,o])=>{const n=Ze({value:o.id||o.modelType,modelData:e,modelId:t}),i=Object.entries((o==null?void 0:o.options)||{}).reduce((a,[c,d])=>(a[c]=Ze({value:d,modelData:e,modelId:t}),a),{});if(typeof n=="string"){if(!o.lazy){const a=I.getInstance().modelManager.createModelInstance(o.modelType,n,i);e[r]=a.data}I.getInstance().modelManager.addDependency(t,n)}})}function wu(e){try{return M.makeAutoObservable(e)}catch(t){return pu.error("Failed to make observable:",t),e}}const vu={construct(e,t){var a;const[s,r={}]=t,o=N.createContext(s);mu(e,s,r);const n=p.createLogger({name:e.prototype.modelTypeId,group:((a=e[At])==null?void 0:a.group)??"kos-model"}),i=new e(s,r,{logger:n,kosContext:o});return yu(i),bu(i,s),wu(i)}};function C(e){return t=>{var r,o;const s=t;return s.prototype.modelTypeId=e,s.prototype[Ui]=!0,(r=s.prototype)[W]??(r[W]={}),(o=s.prototype)[F]??(o[F]={}),p.ifDebug(()=>{p.debug(`Registering model with id ${e}`)}),new Proxy(s,vu)}}const Mu=({modelType:e})=>t=>{er()(t),C(e)(t)};function Eu(e,t,s){const r=s.value;s.value=function(...o){const n=N.getContext(this.id);return o.push(n),r.apply(this,o)}}const _u=({group:e}={group:""})=>t=>{t[At]=t[At]||{},t[At]={group:e}};function ji(e){return(t,s,r)=>{t[xe]=t[xe]||{},t[xe][s]={dependencies:e==null?void 0:e.dependencies,value:r.value},r.value=function(){throw new Error(`Method ${s} cannot be called directly.`)}}}const Iu=e=>(t,s)=>{t[ys]=t[ys]||{},t[ys][s]=e},Ne=({modelType:e,id:t,options:s,lifecycle:r})=>(o,n)=>{o[F]=o[F]||{},o[F][n]={modelType:e,id:t,options:s,lifecycle:r||B.INIT}},Tu=({topic:e,handler:t,websocket:s=!1,condition:r=()=>!0})=>o=>{o[W]=o[W]||{},Array.isArray(e)?e.forEach(n=>{o[W][n]={websocket:s,handler:t,condition:r}}):o[W][e]={websocket:s,handler:wi(o,M.action(t),200),condition:r}};function x({topic:e,condition:t=(w,E)=>!0,transform:s=w=>w,websocket:r=!1,fos:o=!1,bridge:n=!1,skipParse:i=!1,lifecycle:a,destinationAddress:c,debounce:d,throttle:u,buffer:h,filter:g,once:m,replay:v}){return(w,E,T)=>{w[W]=w[W]||{};let H=T.value;d&&d>0?H=Ou(H,d):u&&u>0?H=Su(H,u):h?H=$u(H,h):m&&(H=Du(H));let ce=t;if(g){const G=t;ce=(k,Y,_e)=>g(_e)?G(k,Y,_e):!1}const R={websocket:r,fos:o,bridge:n,handler:H,condition:ce,transform:s,lifecycle:a,skipParse:i,destinationAddress:c};Array.isArray(e)?e.forEach(G=>{w[W][G]=R}):w[W][e]=R,v&&Cu(e,v.bufferSize)}}function Ou(e,t){let s=null;return function(r){s&&clearTimeout(s),s=setTimeout(()=>{e.call(this,r)},t)}}function Su(e,t){let s=0,r=null;return function(o){const n=Date.now(),i=n-s;i>=t?(s=n,e.call(this,o)):r||(r=setTimeout(()=>{s=Date.now(),e.call(this,o),r=null},t-i))}}function $u(e,t){const s=[];let r=null;const o=t.maxSize||1e3,n=i=>{s.length>0&&(e.call(i,[...s]),s.length=0)};return function(i){if(s.push(i),s.length>=o){r&&(clearTimeout(r),r=null),n(this);return}r||(r=setTimeout(()=>{n(this),r=null},t.time))}}function Du(e){let t=!1;return function(s){t||(t=!0,e.call(this,s))}}function Cu(e,t){(Array.isArray(e)?e:[e]).forEach(r=>{eo(r,t)})}const Bi=5e3;class Au extends Error{constructor(s,r){super(s);l(this,"model");this.model=r}}const Ki=(e,t,s)=>{let r;return{promise:new Promise((i,a)=>{r=setTimeout(()=>{p.error(`Model ${t.modelId} - ${t.modelTypeName} - ${s} timed out after ${e}ms`),a(new Au(`${t.modelId} - ${t.modelTypeName} - ${s}`,t))},e)}),cancel:()=>{r&&clearTimeout(r)}}},Hi=e=>e.fsm.transitionTo(A.GO_ACTIVE,b.ACTIVE),Gi=e=>e.whenReady(),zi=e=>e.fsm.transitionTo(A.LOAD,b.LOADED),Ru=e=>e.fsm.transitionTo(A.UNLOAD,b.UNLOADED),Vi=e=>e.fsm.transitionTo(A.INITIALIZE,b.INITIALIZED);var ao=(e=>(e.ACTIVE="active",e.READY="ready",e.LOAD="load",e.UNLOAD="unload",e.INIT="init",e))(ao||{});const bs={active:Hi,ready:Gi,load:zi,init:Vi},Yi=(e,t)=>{const s=t.id||t.modelType,r=Ze({value:s,modelData:e.modelData,modelId:e.modelId});p.debug(`activating dependent model ${t.modelType} with id ${r}`);const o=Object.keys((t==null?void 0:t.options)||{}).reduce((i,a)=>{const c=t.options[a];return i[a]=Ze({value:c,modelData:e.modelData,modelId:e.modelId}),i},{});return{dependentModel:I.getInstance().modelManager.createModelInstance(t.modelType,r,o),dataModelId:r}},qi=(e,t=B.READY)=>{var o;const s=((o=e.modelData)==null?void 0:o[F])||{};return Object.keys(s).length===0?(p.debug(`${e.modelId} has no dependencies. Returning`),[]):Object.keys(s).filter(n=>s[n].lifecycle===t).map(n=>{const i=s[n],{dependentModel:a,dataModelId:c}=Yi(e,i);e.modelData[n]=a.data,p.debug(`waiting for dependent model ${i.modelType} with id ${c} - waiting for WHENREADY`);const d=async(g,m,v)=>{var w;await((w=g.whenReady)==null?void 0:w.call(g)),p.debug(`dependent model ${m} with id ${v} - READY`)},{promise:u,cancel:h}=Ki(Bi,e,e.status);return Promise.race([d(a.model,i.modelType,c).then(()=>{h()}).catch(g=>{console.error(`Error waiting for dependent model ${i.modelType} with id ${c}:`,g),h()}),u])}).filter(n=>!!n)},Wi=async(e,t,s,r)=>{if(p.debug(`Execute lifecycle with ${t.length} models`),t.length===0){p.debug(`${e.modelId} has no children. Returning`);return}if(!s){p.error(`${e.modelId} is not transitioning with a valid target ${s}`);return}const o=t.map(a=>{let c;return bs[s]&&a?c=bs[s](a):(a||p.error("model is undefined. This shouldn't happen"),bs[s]||p.error(`There is no promise in the Transition Map for ${s}`)),{promise:c,modelId:a==null?void 0:a.modelId,model:a,type:a==null?void 0:a.modelTypeName,status:a==null?void 0:a.status}}).filter(a=>a.promise?a.model?!0:(p.error(`No model found ${a.modelId}`),!1):(p.error(`No promise found ${a.modelId}`),!1)),i=(await Promise.allSettled(o.map(a=>{var u;const{promise:c,cancel:d}=Ki(Bi,a.model,a.status);return Promise.race([(u=a.promise)==null?void 0:u.then(()=>{d()}).catch(h=>{p.error(`Model ${a.modelId} - ${a.type} failed to transition to ${s}: ${h.message}`),d()}),c])}))).filter(a=>a.status==="rejected");i.length>0&&p.error(`Model ${e.modelId} had ${i.length} failed child models on ${r}`)},Zi=async(e,t,s)=>{await Wi(e,e.getChildren().filter(r=>!!r),t,s)},gt=async(e,t)=>{const r=(await Promise.allSettled(qi(e,t))).filter(o=>o.status==="rejected");r.length&&(p.error(`There were ${r.length} failed dependent models on ${t}`),p.error(r))},Pu=e=>typeof e.toJSON=="function",Rt=e=>e[F]!==void 0,co=e=>e.revision!==void 0&&e.index!==void 0,Ji=e=>{if(e){if(Rt(e))return e;if(co(e))return e.data;if(e instanceof Map||e instanceof M.ObservableMap||e instanceof Set)return Array.from(e.values()).filter(Rt);if(Array.isArray(e))return e.filter(Rt)}};function xu(e){const t=`KosModel(${e.modelTypeName}:${e.modelId})`;try{Object.defineProperty(e,Symbol.toStringTag,{value:t,configurable:!0})}catch{e.toString=()=>t}try{Object.defineProperty(e.constructor,"name",{value:`KosModel_${e.modelTypeName}`,configurable:!0})}catch{e.constructor.name=`KosModel_${e.modelTypeName}`}const s=["fsm","effectManager","subscriptionManager","onlineLifecycleManager","companionManager","childResolver","_offlineQueue"];for(const r of s)r in e&&Object.defineProperty(e,r,{enumerable:!1});Object.defineProperty(e,"debugState",{enumerable:!1,configurable:!0,get(){var r,o,n;return{id:e.modelId,type:e.modelTypeName,initialized:e.initialized,loaded:e.loaded,status:e.status,onlineStatus:e.onlineStatus,activeStatus:e.activeStatus,companions:(o=(r=e.companionManager)==null?void 0:r.all())==null?void 0:o.map(i=>i.modelTypeName),children:(n=e.getChildren)==null?void 0:n.call(e).map(i=>i.modelId),effects:!!e.effectManager,subs:!!e.subscriptionManager}}}),Lu(e.modelData,e.modelTypeName,e.modelId,e)}function Lu(e,t,s,r){Object.defineProperty(e,Symbol.toStringTag,{value:`KosModelData(${t}:${s})`,configurable:!0});try{Object.defineProperty(e.constructor,"name",{value:`${t}ModelData`,configurable:!0})}catch{e.constructor.name=`${t}ModelData`}Object.defineProperty(e,"debugState",{enumerable:!1,configurable:!0,get(){var a,c,d;const o=((a=r.getChildren)==null?void 0:a.call(r))||[],n=((c=r.companionManager)==null?void 0:c.all())||[],i=r.modelData[F]||{};return{id:s,type:t,companions:{count:n.length,data:n.map(u=>({type:u.modelTypeName,id:u.modelId}))},dependencies:{count:Object.keys(i).length,data:Object.values(i).map(u=>({id:u.id||u.modelType,type:u.modelType,options:u.options,lifecycle:u.lifecycle}))},children:{count:o.length,data:o.map(u=>({id:u.modelId,type:u.modelTypeName}))},data:((d=e.toJSON)==null?void 0:d.call(e))||{},subs:!!r.subscriptionManager}}}),Object.defineProperty(e,"toJSON",{configurable:!0,enumerable:!1,writable:!0,value:()=>{const o={};for(const n of Object.keys(e))if(!(n.startsWith("_")||typeof e[n]=="function"))try{const i=e[n];Rt(i)?o[`[KOS Model] ${n}`]=typeof i.toJSON=="function"?i.toJSON():{id:i.id,type:i.constructor.name}:co(i)?o[`[KOS Container] ${n}`]=typeof i.toJSON=="function"?i.toJSON():["Container"]:Array.isArray(i)?o[n]=`[Array(${i.length})]`:typeof i=="object"&&i!==null?o[n]=JSON.parse(JSON.stringify(i)):o[n]=i}catch{o[n]="[unreadable]"}return o}})}class Fu{constructor(t){this.model=t}resolve(){const t=new Set([...this.getResolvedDecoratedChildren(),...this.getAdditionalChildren(),...this.model.companionModels.all()]),s=Array.from(t).map(r=>this.model.modelManager.getModelById(r.id||"")).filter(r=>r&&r.status!==b.FAILED).filter(r=>!!r);return s.forEach(r=>{try{N.setParentContext(r.modelId,this.model.modelId)}catch(o){console.error(`Failed to set parent context for ${r.modelId} under ${this.model.modelId}`,o)}}),s}getResolvedDecoratedChildren(){var s;const t=((s=this.model.modelData)==null?void 0:s[Dt])||{};return Object.keys(t).map(r=>Ji(this.model.modelData[r])).filter(r=>!!r).flat()}getAdditionalChildren(){var t,s;return((s=(t=this.model.modelData)==null?void 0:t.getChildren)==null?void 0:s.call(t))||[]}}class ku{constructor(t){l(this,"companions",new M.ObservableMap);this.hostModel=t}add(t){this.companions.set(t.modelTypeName,t)}clear(){this.companions.clear()}get(t){return this.companions.get(t)}all(){return[...this.companions.values()]}get data(){return this.companions}}class Nu{constructor(t,s,r,o){l(this,"disposers",[]);this.modelTypeName=t,this.modelId=s,this.modelData=r,this.log=o}setup(){var s;const t=((s=this.modelData)==null?void 0:s[xe])||{};for(const r of Object.keys(t)){const{value:o,dependencies:n,options:i}=t[r],a=o.bind(this.modelData),c=()=>{this.log.info(`Running effect ${r} for ${this.modelTypeName} (${this.modelId})`),M.runInAction(()=>a())},d=n?M.reaction(()=>n(this.modelData),c,{fireImmediately:!!(i!=null&&i.fireImmediately)}):M.autorun(c);this.disposers.push(d)}}disposeAll(){for(const t of this.disposers)try{t()}catch(s){this.log.info(`Failed to dispose effect for ${this.modelId}`,s)}this.disposers=[]}}const Uu=p.createLogger({name:"model-active-machine"}),ju=e=>{const t=y.createMachine(b.INACTIVE,{[b.FAILED]:y.state(y.transition(A.GO_ACTIVE,b.ACTIVATING)),[b.INACTIVE]:y.state(y.transition(A.GO_ACTIVE,b.ACTIVATING)),[b.ACTIVATING]:y.invoke(()=>(e.activeStatus=b.ACTIVATING,e.activate()),y.transition("done",b.ACTIVE,y.action(()=>{e.activeStatus=b.ACTIVE})),y.transition("error",b.FAILED,y.action(()=>{e.activeStatus=b.FAILED}))),[b.ACTIVE]:y.state(y.transition(A.GO_INACTIVE,b.DEACTIVATING)),[b.DEACTIVATING]:y.invoke(()=>(e.activeStatus=b.DEACTIVATING,e.deactivate()),y.transition("done",b.INACTIVE,y.action(()=>{e.activeStatus=b.INACTIVE})),y.transition("error",b.FAILED,y.action(()=>{e.activeStatus=b.FAILED})))});return{service:y.interpret(t,r=>Uu.debug(r.machine.current)),machine:t}},dn=p.createLogger({name:"model-online-machine"}),Bu=e=>{const t=y.createMachine(b.OFFLINE,{[b.ONLINE]:y.state(y.transition(A.GO_OFFLINE,b.OFFLINE,y.action(async()=>{await e.offline(),e.onlineStatus=b.OFFLINE}))),[b.OFFLINE]:y.state(y.transition(A.GO_ONLINE,b.ONLINE,y.action(async()=>{dn.debug(`Going online with model ${e.modelId}`),await e.online(),e.onlineStatus=b.ONLINE,await e.fsm.transitionTo(A.INITIALIZE,b.INITIALIZED)})))}),s=y.interpret(t,r=>dn.debug(r.machine.current));return{machine:t,service:s}},Ku=e=>{var r;const t=ju(e).service,s=Bu(e).service;return y.createMachine(b.CREATING,{[b.CREATING]:y.state(y.transition(A.CREATE,b.CREATED)),[b.CREATED]:y.state(y.immediate(b.INITIALIZING)),[b.INITIALIZING]:y.invoke(()=>(Q(()=>{e.status=b.INITIALIZING}),e.init()),y.transition("done",b.INITIALIZED,y.action(()=>{e.status=b.INITIALIZED})),y.transition("error",b.FAILED,y.action(()=>{p.error(`Model ${e.modelId} - ${e.modelTypeName} failed to initialize. Transitioning to FAILED state.`),e.status=b.FAILED}))),[b.INITIALIZED]:y.state(y.immediate(b.LOADING)),[b.LOADING]:y.invoke(()=>(Q(()=>{e.status=b.LOADING}),e.load()),y.transition("done",b.LOADED,y.action(()=>{e.status=b.LOADED})),y.transition("error",b.FAILED,y.action(()=>{e.status=b.FAILED}))),[b.LOADED]:y.state(y.immediate(b.READYING),y.transition(A.UNLOAD,b.UNLOADING)),[b.RESETTING]:y.invoke(()=>{var o;return Q(()=>{e.status=b.RESETTING}),(o=e.unload)==null||o.call(e),e.load()},y.transition("done",b.LOADED,y.action(()=>{e.status=b.LOADED}))),[b.READYING]:y.invoke(()=>(Q(()=>{e.status=b.READYING}),e.ready()),y.transition("done",b.READY,y.action(()=>{Q(()=>{e.status=b.READY}),s.send(A.GO_ONLINE)})),y.transition("error",b.FAILED,y.action(()=>{e.status=b.FAILED}))),[b.READY]:y.state(y.transition(A.UNLOAD,b.UNLOADED,y.action((r=e.unload)==null?void 0:r.bind(e))),y.transition(A.RESET,b.RESETTING),y.transition(A.GO_ONLINE,b.READY,y.action(()=>{s.send(A.GO_ONLINE)})),y.transition(A.GO_OFFLINE,b.READY,y.action(()=>{s.send(A.GO_OFFLINE)})),y.transition(A.GO_ACTIVE,b.READY,y.action(()=>{t.send(A.GO_ACTIVE)})),y.transition(A.GO_INACTIVE,b.READY,y.action(()=>{t.send(A.GO_INACTIVE)}))),[b.UNLOADED]:y.state(),[b.FAILED]:y.state()})},Hu=p.createLogger({name:"kos-model-lifecycle"}),Gu=e=>({service:y.interpret(Ku(e),s=>Hu.debug(`state machine for model ${e.modelId}: ${s.machine.current});`))});class zu{constructor(t,s){l(this,"disposer");l(this,"service");this.model=t,this.log=s;const r=Gu(t);this.service=r.service,this.service.send(A.CREATE)}get current(){return this.service.machine.current}async transitionTo(t,s,r=b.FAILED){return this.getTransitionStatusFor(s)===s?(this.log.debug(`Model ${this.model.modelId} already in state ${s}, skipping transition`),Promise.resolve()):(this.log.debug(`Transitioning model ${this.model.modelId} with event ${t} toward target ${s}`),new Promise((n,i)=>{var a;(a=this.disposer)==null||a.call(this),this.disposer=M.when(()=>{const c=this.getTransitionStatusFor(s);return c===s||c===r},()=>{this.getTransitionStatusFor(s)===r?(this.log.error(`Model ${this.model.modelId} entered error state ${r} during transition`),i(new Error(`FSM transition failed for model ${this.model.modelId} with event ${t}`))):(this.log.debug(`Model ${this.model.modelId} reached target state ${s}`),n())}),this.service.send(t)}).finally(()=>{var n;(n=this.disposer)==null||n.call(this),this.disposer=void 0}))}getTransitionStatusFor(t){return[b.ACTIVE,b.INACTIVE].includes(t)?this.model.activeStatus:this.model.status}}class Vu{static create({modelId:t,modelTypeName:s,component:r}){const o=[r??"kos",s,t].filter(Boolean).join(".");return p.createLogger({name:o})}}class Yu{constructor(t){l(this,"queue",[]);this.log=t}enqueue(t){this.queue.push(t)}flush(){if(this.queue.length!==0){this.log.warn(`Processing ${this.queue.length} offline message(s)`);for(const t of this.queue)try{t()}catch(s){this.log.error("Error while processing offline message:",s)}this.queue=[],this.log.info("Offline queue flushed")}}clear(){this.queue=[]}get length(){return this.queue.length}get isEmpty(){return this.queue.length===0}}class qu{constructor(t,s){l(this,"unsubscribers",[]);this.model=t,this.log=s}register(){const t=this.model.modelId,s=O("/kosCore/online",async()=>{this.log.debug(`Online event received for ${t}, waiting for readiness...`),await this.model.whenReady(),this.log.debug(`${t} is ready — sending GO_ONLINE`),await this.model.fsm.transitionTo(A.GO_ONLINE,b.ONLINE)}),r=O("/kosCore/offline",async()=>{this.log.debug(`Offline event received for ${t} — sending GO_OFFLINE`),await this.model.fsm.transitionTo(A.GO_OFFLINE,b.OFFLINE)});this.unsubscribers.push(s.unsubscribe),this.unsubscribers.push(r.unsubscribe)}dispose(){this.unsubscribers.forEach(t=>t()),this.unsubscribers=[]}}var Xi=(e=>(e.GET="GET",e.PUT="PUT",e.POST="POST",e.DELETE="DELETE",e))(Xi||{});const Qi=({path:e,requestId:t,method:s,destinationAddress:r})=>{let o=`${qs}:${s}
|
|
2
|
-
`;return o+=`topic:${
|
|
3
|
-
`,o+=`${
|
|
4
|
-
`,o+=`${
|
|
5
|
-
`,r&&(o+=`${
|
|
6
|
-
`),o+=`${
|
|
1
|
+
"use strict";var iu=Object.defineProperty;var au=(t,e,s)=>e in t?iu(t,e,{enumerable:!0,configurable:!0,writable:!0,value:s}):t[e]=s;var l=(t,e,s)=>(au(t,typeof e!="symbol"?e+"":e,s),s);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const $=require("loglevel"),M=require("mobx"),y=require("robot3"),$e=require("date-fns"),_=require("@emotion/react/jsx-runtime"),oo=require("@emotion/styled"),si=require("react-dom"),Fe=require("@emotion/react"),g=require("react"),no=require("mobx-react-lite"),cu=require("@use-gesture/react"),sr="method",ri="topic",lt="url",es="request-id",rr="response-id",io="status",Ie="dst-addr",oi="src-addr",me="type",ao="ordered",co="tracker",ni="Content-Type",ii="Cache-Control",ai="requestId",ci=process.env.KOS_LOGIN_URL||"http://localhost",li=process.env.KOS_APP_PORT||"8080",lu=`${ci}:${li}`,Ds="{MODEL_ID}";var ts=(t=>(t.SEND="/ws/log/msg/send",t.RECEIVED="/ws/log/msg/receive",t))(ts||{}),di=(t=>(t.MSG_RECEIVE="/mock/msg/receive",t))(di||{});const lo="/kos/model/ready/";$.info("Initializing event bus");globalThis.kos=globalThis.kos||{};globalThis.kos.subscriptions=globalThis.kos.subscriptions||{};const k=globalThis.kos.subscriptions,du=()=>Symbol("eventKey");function uo(t){return k[t]&&Object.getOwnPropertySymbols(k[t]).length>0}function O(t,e){const s=du();return k[t]||($.debug(`Initializing subscription for ${t}`),k[t]={}),$.debug(`Subscribing to ${t} with id ${s.toString()}`),k[t][s]=e,{count:k[t]?Object.getOwnPropertySymbols(k[t]).length:0,unsubscribe:()=>($.debug(`Unsubscribing from ${t} with id ${s.toString()}`),k[t]&&k[t][s]&&delete k[t][s],k[t]&&Object.getOwnPropertySymbols(k[t]).length===0&&delete k[t],{count:k[t]?Object.getOwnPropertySymbols(k[t]).length:0})}}function U(t,e,s={}){if(!k[t]||Object.getOwnPropertySymbols(k[t]).length===0)return $.debug(`No subscriptions for ${t}. Not publishing.`),{eventType:t,subscribers:0};const r=Object.getOwnPropertySymbols(k[t]).length;return Object.getOwnPropertySymbols(k[t]).forEach(o=>{if(s.sync){const n=s.sync;$.debug(`Performing sync publish for ${t} with sync id ${n}`),k[t][o]({body:e,headers:s}).then(i=>{$.debug(`Response recieved for ${n}, publishing back to source.`),U(n,i)})}else $.debug(`Performing async publish for ${t}`),k[t][o]({body:e,headers:s})}),{eventType:t,subscribers:r}}function uu(){$.warn("Resetting event bus"),Object.keys(k).forEach(t=>delete k[t])}function ui(t,e){const s=O(t,r=>{s.unsubscribe(),e(r)});return s.unsubscribe}function ho(t,e){return new Promise((s,r)=>{let o=null;const n=ui(t,i=>{o&&clearTimeout(o),s(i)});e&&(o=setTimeout(()=>{n(),r(new Error(`Timeout waiting for event: ${t}`))},e))})}const hu=Object.freeze(Object.defineProperty({__proto__:null,hasEventSubscriptions:uo,once:ui,publish:U,reset:uu,subscribe:O,waitFor:ho},Symbol.toStringTag,{value:"Module"}));function or(t,e){const s=O(t,r=>{s.unsubscribe(),e(r)});return s.unsubscribe}function nr(t,e){return new Promise((s,r)=>{let o=null;const n=or(t,i=>{o&&clearTimeout(o),s(i)});e&&(o=setTimeout(()=>{n(),r(new Error(`Timeout waiting for event: ${t}`))},e))})}function hi(t,e){const s=t.map(r=>nr(r,e));return Promise.all(s)}function gi(t,e){return new Promise((s,r)=>{const o=[];let n=null,i=!1;const a=()=>{o.forEach(c=>c()),n&&clearTimeout(n)};t.forEach(c=>{const d=or(c,u=>{i||(i=!0,a(),s({eventType:c,data:u}))});o.push(d)}),e&&(n=setTimeout(()=>{i||(i=!0,a(),r(new Error(`Timeout waiting for any event: ${t.join(", ")}`)))},e))})}function fi(t,e,s){return O(t,o=>{o&&e(o)&&s(o)}).unsubscribe}function pi(t,e,s){return O(t,o=>{if(o){const n=e(o);s(n)}}).unsubscribe}function mi(t,e,s){let r=null;const o=O(t,n=>{r&&clearTimeout(r),r=setTimeout(()=>{s(n)},e)});return()=>{r&&clearTimeout(r),o.unsubscribe()}}function yi(t,e,s){let r=0,o=null;const n=O(t,i=>{const a=Date.now(),c=a-r;c>=e?(r=a,s(i)):o||(o=setTimeout(()=>{r=Date.now(),s(i),o=null},e-c))});return()=>{o&&clearTimeout(o),n.unsubscribe()}}function bi(t,e,s){let r=[],o=null;const n=()=>{r.length>0&&(s([...r]),r=[])},i=O(t,a=>{a&&(r.push(a),o||(o=setTimeout(()=>{n(),o=null},e)))});return()=>{o&&(clearTimeout(o),n()),i.unsubscribe()}}function go(t,e=1){const s=[];return O(t,r=>{r&&(s.push(r),s.length>e&&s.shift())}),{subscribe:r=>(s.forEach(o=>r(o)),O(t,r))}}function wi(t,e){const s=t.map(r=>O(r,o=>{o&&e(r,o)}));return()=>{s.forEach(r=>r.unsubscribe())}}function vi(t,e){let s=t;const r=[],o=new Set;return Object.values(e).forEach(n=>{Object.keys(n).forEach(i=>{o.add(i)})}),o.forEach(n=>{const{unsubscribe:i}=O(n,a=>{const c=e[s];c&&c[n]&&(s=c[n](a))});r.push(i)}),{get state(){return s},unsubscribe:()=>{r.forEach(n=>n())}}}function Mi(t,e,s,r){const o=nr(e,r);return U(t,s),o}async function*Ei(t){const e=[],s=[],r=O(t,o=>{o&&(s.length>0?s.shift()(o):e.push(o))});try{for(;;)e.length>0?yield e.shift():yield await new Promise(o=>{s.push(o)})}finally{r.unsubscribe()}}const gu={once:or,waitFor:nr,waitForAll:hi,race:gi,filter:fi,map:pi,debounce:mi,throttle:yi,buffer:bi,replay:go,merge:wi,stateMachine:vi,request:Mi,eventIterator:Ei},fu=Object.freeze(Object.defineProperty({__proto__:null,EventBusFunctional:gu,buffer:bi,debounce:mi,eventIterator:Ei,filter:fi,map:pi,merge:wi,once:or,race:gi,replay:go,request:Mi,stateMachine:vi,throttle:yi,waitFor:nr,waitForAll:hi},Symbol.toStringTag,{value:"Module"}));async function ir(t,e){const{getCurrentState:s,transformState:r,shouldUseFetchedState:o,timeout:n}=e,i=ho(t,n),a=await s(),c=r?r(a):a;return o&&o(c)?(i.catch(()=>{}),c):await Promise.race([i,new Promise(u=>{setTimeout(()=>u(c),100)})])}function _i(t,e,s){const{getCurrentState:r,transformState:o}=s;let n=!1;const i=O(t,a=>{a&&(n=!0,e(a))});return Promise.resolve(r()).then(a=>{const c=o?o(a):a;n||e(c)}).catch(a=>{console.error("Failed to fetch initial state:",a)}),i.unsubscribe}function Ti(t,e){let s;const r=new Set,o=async()=>{try{typeof e=="string"?s=await(await fetch(e)).json():s=await e(),r.forEach(a=>a(s))}catch(a){throw console.error("Failed to fetch initial state:",a),a}};O(t,a=>{a!=null&&a.body&&(s=a.body,r.forEach(c=>c(s)))});let n=!1;const i=()=>{n||(n=!0,o())};return{get state(){return s},async getState(){return i(),s===void 0&&await new Promise(a=>{const c=()=>{s!==void 0?a():setTimeout(c,10)};c()}),s},subscribe(a){return i(),r.add(a),s!==void 0&&a(s),()=>{r.delete(a)}},async refresh(){return await o(),s}}}async function fo(t,e){if(typeof t=="string")return ir(t,e);const s=t,{getCurrentState:r,shouldUseFetchedState:o,timeout:n}=e,i=await r(),a=e.transformState?e.transformState(i):i;if(o&&o(a))return a;const c=s.map(u=>ho(u,n)),d=await Promise.all(c);return d[d.length-1]}function Ii(t,e,s){const{fetchMissedEvents:r,checkInterval:o=3e4,deduplicateById:n}=s,i=new Set,a=O(t,async d=>{if(d){if(n){const u=n(d);if(i.has(u))return;i.add(u),i.size>1e3&&Array.from(i).slice(0,500).forEach(f=>i.delete(f))}await e(d)}}),c=setInterval(async()=>{try{const d=await r(),u=Array.isArray(d)?d:[d];for(const h of u)if(n){const f=n(h);i.has(f)||(i.add(f),await e(h))}else await e(h)}catch(d){console.error("Failed to fetch missed events:",d)}},o);return()=>{a.unsubscribe(),clearInterval(c)}}function Oi(t){const{connectEvent:e,disconnectEvent:s,errorEvent:r,dataEvent:o,fetchInitialState:n,reconnectDelay:i=5e3}=t,a={state:"disconnected",data:void 0,async waitForConnection(u){if(a.state==="connected"&&a.data)return a.data;const h=await ir(e,{getCurrentState:n,shouldUseFetchedState:f=>!!f,timeout:u});return a.state="connected",a.data=h,d(),h},subscribe(u){return c.add(u),u(a),()=>{c.delete(u)}},async reconnect(){a.state="connecting",d();try{const u=await n();a.state="connected",a.data=u,d()}catch{a.state="error",d(),setTimeout(()=>{a.state==="error"&&a.reconnect()},i)}}},c=new Set,d=()=>{c.forEach(u=>u(a))};return O(e,u=>{a.state="connected",u!=null&&u.body&&(a.data=u.body),d()}),O(s,()=>{a.state="disconnected",d(),setTimeout(()=>{a.state==="disconnected"&&a.reconnect()},i)}),r&&O(r,()=>{a.state="error",d()}),o&&O(o,u=>{u!=null&&u.body&&a.state==="connected"&&(a.data=u.body,d())}),a.reconnect(),a}const pu={waitForOrGetState:ir,subscribeWithInitialState:_i,createStatefulEventStream:Ti,waitForAllWithState:fo,createResilientEventHandler:Ii,createConnectionStateManager:Oi},mu=Object.freeze(Object.defineProperty({__proto__:null,EventBusState:pu,createConnectionStateManager:Oi,createResilientEventHandler:Ii,createStatefulEventStream:Ti,subscribeWithInitialState:_i,waitForAllWithState:fo,waitForOrGetState:ir},Symbol.toStringTag,{value:"Module"})),yu=(t,e=0)=>{if(!+t)return{value:0,scale:"bytes",toString:()=>"0 bytes"};const s=1024,r=e<0?0:e,o=["bytes","KB","MB","GB","TB"],n=Math.floor(Math.log(t)/Math.log(s)),i=parseFloat((t/Math.pow(s,n)).toFixed(r)),a=o[n];return{value:i,scale:a,toString:()=>`${i} ${a}`}};function po(t){let e="pending",s;const r=t.then(n=>{e="success",s=n},n=>{e="error",s=n});return{read:()=>{switch(e){case"pending":throw r;case"error":throw s;default:return s}}}}function dt(){return"xxxxxxxx-xxxx-4xxx-2xxx-xxxxxxxxxxxx".replace(/[xy]/g,function(t){const e=Math.random()*16|0;return(t=="x"?e:e&3|8).toString(16)})}function bu(t,e){e.forEach(s=>{Object.getOwnPropertyNames(s.prototype).forEach(r=>{const o=Object.getOwnPropertyDescriptor(s.prototype,r);Object.defineProperty(t.prototype,r,o)})})}function wu(t,e){const s=t??[],r=e??[];return s.length!==r.length?!1:s.every((o,n)=>o===r[n])}const mo=(t,e)=>{const s=t.map(n=>n.id);return e.map(n=>n.id).filter(n=>!s.includes(n))},vu=({container:t,onAddItem:e,onRemoveItem:s,idMapper:r=o=>o})=>o=>{const n=o.map(r),a=mo(n,t.data).map(s).filter(Boolean);t.removeAll(a);const c=n.map(e).filter(Boolean);t.addAll(c)},Mu=({container:t,onAddItem:e,onRemoveItem:s,idMapper:r=o=>o})=>o=>{const n=o.map(r);mo(n,t.models).forEach(s),n.forEach(e)},Eu=({items:t,onAddItem:e,onRemoveItem:s,idMapper:r=o=>o})=>o=>{const n=o.map(r);mo(n,t).forEach(s),n.forEach(e)},_u=(t,e="parent-")=>{let s=t;return s.startsWith(e)&&(s=s.replace(e,"")),s},Mn=new Intl.RelativeTimeFormat(void 0,{numeric:"auto"}),En=[{amount:60,name:"seconds"},{amount:60,name:"minutes"},{amount:24,name:"hours"},{amount:7,name:"days"},{amount:4.34524,name:"weeks"},{amount:12,name:"months"},{amount:Number.POSITIVE_INFINITY,name:"years"}];function Si(t){let e=(t.getTime()-Date.now())/1e3;for(let s=0;s<=En.length;s++){const r=En[s];if(Math.abs(e)<r.amount)return Mn.format(Math.round(e),r.name);e/=r.amount}return Mn.format(Math.round(e),"years")}const yo=t=>t%4===0&&t%100!==0||t%400===0,bo=(t,e)=>[31,yo(t)?29:28,31,30,31,30,31,31,30,31,30,31][e],$i=(t,e)=>{const s=new Date(t),r=t.getDate();return s.setDate(1),s.setMonth(s.getMonth()+e),s.setDate(Math.min(r,bo(s.getFullYear(),s.getMonth()))),s},Di=(t,e)=>{const s=new Date(t);return s.setDate(s.getDate()+e),s},Je="en-US",Ci={short:{year:"numeric",month:"2-digit",day:"2-digit"},medium:{year:"numeric",month:"short",day:"2-digit"},long:{year:"numeric",month:"long",day:"numeric"},full:{year:"numeric",month:"long",day:"numeric",weekday:"long"}},Ri={short:{hour:"2-digit",minute:"2-digit",hour12:!0},medium:{hour:"2-digit",minute:"2-digit",second:"2-digit",hour12:!0},long:{hour:"2-digit",minute:"2-digit",second:"2-digit",hour12:!0,timeZoneName:"short"},full:{hour:"2-digit",minute:"2-digit",hour12:!0,timeZoneName:"long"}},Ai=(t,{dateStyle:e="short",locales:s=Je}={dateStyle:"short",locales:Je})=>{const r=e==="short"?Ci.short:{dateStyle:e};return new Intl.DateTimeFormat(s,r).format(t)},Pi=(t,{locales:e=Je,timeStyle:s="short"}={locales:Je,timeStyle:"short"})=>{const r=Ri[s];return new Intl.DateTimeFormat(e,r).format(t)},Li=(t,{dateStyle:e="short",locales:s=Je,timeStyle:r="short"}={dateStyle:"short",locales:Je,timeStyle:"short"})=>{const o={...e&&Ci[e],...r&&Ri[r]};return new Intl.DateTimeFormat(s,o).format(t)},Tu=Object.freeze(Object.defineProperty({__proto__:null,addDaysToDate:Di,addMonthsToDate:$i,formatDate:Ai,formatDateSince:Si,formatDateTime:Li,formatTime:Pi,getDaysInMonth:bo,isLeapYear:yo},Symbol.toStringTag,{value:"Module"}));function xi(t,e,s=300){let r;return(...o)=>{clearTimeout(r),r=setTimeout(()=>{e.apply(t,o)},s)}}const ne="canvas-renderer",Er=new Map,_n=new Map,_r=new Map,Tr=new Map,ss=(t,e)=>{Fi[t]=e},Fi={indexExtension:{registerIndexExtension:(t,e)=>{const s=Tr.get(t)||{};Object.assign(s,e),Tr.set(t,e)},loadIndexExtensions:t=>Tr.get(t)||{}},loader:{registerLoader:(t,e)=>{_n.set(t,e)},executeLoader:async(t,e)=>{const s=_n.get(t);if(s)return await s(e)}},propertyMapper:{registerPropertyMapper:(t,e)=>{_r.set(t,e)},hasMapper:t=>_r.has(t),executeMapper:(t,e,s)=>{const r=_r.get(t);return r?r(e,s):""}},dataMapper:{registerDataMapper:(t,e)=>{const s=Er.get(t)||[];s.push(e),Er.set(t,s)},executeMapper:async(t,e,s)=>{const r=Er.get(t);if(!r)return{};const o={};for(const n of r){const i=await n(e,s);Object.assign(o,i)}return o}},canvas:{registerRenderer:(t,e)=>{if(!S[ne]){console.warn(`Canvas renderer extension point is not registered. Cannot register renderer "${t}".`);return}S[ne].register(t,e)}}},S=Fi,Iu=async({context:t,extension:e})=>{const s=await S.loader.executeLoader(e,{});return t==null||t.set(e,s),s},Ou=async({extension:t,contextData:e,data:s})=>await S.dataMapper.executeMapper(t,s,e),Su=async({extension:t,contextData:e,data:s})=>await S.propertyMapper.executeMapper(t,s,e),$u=Object.freeze(Object.defineProperty({__proto__:null,executeDataMapperExtension:Ou,executeLoaderExtension:Iu,executePropertyMapperExtension:Su},Symbol.toStringTag,{value:"Module"})),Du="Extensions";class Cu{constructor(){l(this,"extensions");this.extensions={}}register(e,s,r){this.extensions[e]={},this.extensions[e][s]={component:r}}get(e,s){if(!this.extensions[e])throw new Error(`Extension point ${e} not found`);return this.extensions[e][s]}get allExtensions(){return this.extensions}}const ae=(t=null)=>(t||window.location.search.replace("?","")).split("&").map(e=>{const[s,r]=e.split("=");return[s,decodeURIComponent(r||"")]}).reduce((e,[s,r])=>(e[s]=r,e),{}),ki="studio.tools.preview",Ru="studio.relax.store.validation",Ni="studio.log.debug",Ui="studio.log.info",Au={profiles:[ki]};var ti;const Pu=((ti=globalThis.getKosConfig)==null?void 0:ti.call(globalThis))||JSON.stringify(Au),ji=JSON.parse(Pu);globalThis.kosConfig=ji;const wo=ji,Bi=()=>wo.profiles||[],Nr=t=>Bi().includes(t),Lu=()=>wo.logging||!1,xu=()=>{const t=Nr(Ni),e=Nr(Ui);return t?"DEBUG":e?"INFO":void 0},Ki=()=>{const t=ae(),e=xu(),r=t.kosLogLevel??e??window.kosLogLevel??process.env.KOS_LOG_LEVEL;return r||"WARN"},Hi=()=>window.kosMessageLogging||process.env.KOS_MESSAGE_LOGGING==="true",Gi=()=>window.kosMessageStudioLogging||process.env.KOS_MESSAGE_STUDIO_LOGGING==="true",zi="ws-log",Fu=$.methodFactory,Vi=Hi(),ku=Gi();$.methodFactory=function(t,e,s){const r=Fu(t,e,s);return function(o,n){var c;const i=s?String(s):"",a=i?`[${String(i).substring(i.lastIndexOf(":")+1)}] | `:"[root] | ";r(`${a}${o}`,n||""),(c=globalThis==null?void 0:globalThis.kosConfig)!=null&&c.logging&&globalThis.kosLog&&(s!==zi||Vi&&ku)&&globalThis.kosLog(`UI: ${a}${o}`)}};let Yi=Ki();$.setLevel(Yi);window.setKosLogLevel=t=>{Yi=t,$.setLevel(t)};const Cs=$.getLogger(zi);window.enableKosMessageLog=()=>{Cs.setLevel($.levels.INFO)};window.disableKosMessageLog=()=>{Cs.setLevel($.levels.ERROR)};Vi?window.enableKosMessageLog():window.disableKosMessageLog();const Nu=["color: black","display: block","background-color: lightgreen","padding: 4px","margin: 0","text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3)","box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 5px 3px -5px rgba(0, 0, 0, 0.5), 0 -13px 5px -10px rgba(255, 255, 255, 0.4) inset","font-weight: bold"].join(";"),Uu=["color: black","display: block","padding: 4px","background-color: yellow","margin: 0","text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3)","box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 5px 3px -5px rgba(0, 0, 0, 0.5), 0 -13px 5px -10px rgba(255, 255, 255, 0.4) inset","font-weight: bold"].join(";"),us=t=>e=>{$.getLevel()<=t&&e()},p={...$,ifDebug:us($.levels.DEBUG),ifInfo:us($.levels.INFO),ifWarn:us($.levels.WARN),ifError:us($.levels.ERROR),getLogger:t=>$.getLogger(`kos::${t}`),getLoggers:()=>$.getLoggers(),createLogger:({name:t,group:e})=>{var n,i,a,c;const s=`${e?`${e}:`:"kos"}::${t}`,r=$.getLogger(s);let o=(i=(n=globalThis.kos.logOverrides)==null?void 0:n.find(d=>d.name===s))==null?void 0:i.level;return o?r.setLevel(o):(o=(c=(a=globalThis.kos.logOverrides)==null?void 0:a.find(d=>s.startsWith(d.name)))==null?void 0:c.level,o&&r.setLevel(o)),r},wsSend:(...t)=>{const e=String(t).replace(/\n/g,"\\n");Cs.info(`%c⬆ ${e}`,Nu)},wsReceive:(...t)=>{const e=String(t).replace(/\n/g,"\\n");Cs.info(`%c⬇ ${e}`,Uu)}},qi="featureFlagResolver",hs=new Map;ss(qi,{register:(t,e)=>{var s;hs.has(t)||hs.set(t,[]),(s=hs.get(t))==null||s.push(e)},execute:async(t,e)=>{const s=hs.get(t);if(!s)return[];const r=s.map(a=>a(e)),n=(await Promise.allSettled(r)).map(a=>a.status==="fulfilled"?a.value:(p.info(`Feature flag resolver ${t} failed: ${a.reason}`),[])).flat(),i=Array.from(new Set(n)).reduce((a,c)=>(a[c]=!0,a),{});return Qi.updateFlags(i),Object.keys(i)}});const ju="kos.loader.featureFlag";class Wi{constructor(e={}){l(this,"flags",{});this.flags=e}isFeatureEnabled(e){return!!this.flags[e]}enableFeature(e){this.flags[e]=!0}disableFeature(e){this.flags[e]=!1}toggleFeature(e){this.flags[e]=!this.flags[e]}updateFlags(e){this.flags={...this.flags,...e}}}window.KosFeatureFlags=window.KosFeatureFlags??new Wi;const Qi=window.KosFeatureFlags,Zi=(t,e,s)=>{s/=100;const r=e*Math.min(s,1-s)/100,o=n=>{const i=(n+t/30)%12,a=s-r*Math.max(Math.min(i-3,9-i,1),-1);return Math.round(255*a).toString(16).padStart(2,"0")};return`#${o(0)}${o(8)}${o(4)}`},Ji=t=>{const s=new RegExp("hsl\\((\\d+),\\s+(\\d+)\\%,\\s+(\\d+)\\%\\)").exec(t);if(!s)throw Error("Invalid HSL string");return Zi(parseInt(s[1]),parseInt(s[2]),parseInt(s[3]))},Xi=(t,e)=>getComputedStyle(t).getPropertyValue(e),Bu=(t,e)=>Ji(Xi(t,e)),Ku=(t,e)=>{const s={...t};return s.id&&delete s.id,s},Ur=(t,e,s=Ku)=>{const r=s(t,e);M.runInAction(()=>{Object.assign(e,r)})},Ir=new Map,ea={addToDeletionQueue:(t,e)=>{const s=Ir.get(t)||[];s.push(e),Ir.set(t,s)},cancelDeletion:t=>{const e=Ir.get(t);e&&e.forEach(s=>{clearTimeout(s)})}},Hu=p.createLogger({name:"kos-dependency-manager"});class Gu{constructor(){l(this,"_usedByCache",new Map);l(this,"_usesCache",new Map)}add(e,s){ea.cancelDeletion(s);const r=this._usedByCache.get(s)||[];r.includes(e)||r.push(e),this._usedByCache.set(s,r);const o=this._usesCache.get(e)||[];o.includes(s)||o.push(s),this._usesCache.set(e,o)}remove(e,s){const r=this._usedByCache.get(s)||[];this._usedByCache.set(s,r.filter(n=>n!==e));const o=this._usesCache.get(e)||[];this._usesCache.set(e,o.filter(n=>n!==s))}canDestroy(e){const s=this._usedByCache.get(e);return s!=null&&s.length?(Hu.info(`Model ${e} is still used by: ${s.join(", ")}`),!1):!0}clear(){this._usedByCache.clear(),this._usesCache.clear()}}var b=(t=>(t.CREATING="creating",t.CREATED="created",t.INITIALIZING="initializing",t.INITIALIZED="initialized",t.LOADING="loading",t.LOADED="loaded",t.ONLINE="online",t.READYING="readying",t.READY="ready",t.READY_FAILED="ready_failed",t.RESETTING="resetting",t.RESET="reset",t.OFFLINE="offline",t.UNLOADING="unloading",t.UNLOADED="unloaded",t.FAILED="failed",t.INACTIVE="inactive",t.ACTIVE="active",t.ACTIVATING="activating",t.DEACTIVATING="deactivating",t))(b||{}),A=(t=>(t.CREATE="create",t.INITIALIZE="init",t.LOAD="load",t.READY="ready",t.GO_ONLINE="go_online",t.GO_OFFLINE="go_offline",t.RESET="go_offline",t.UNLOAD="unload",t.FAILED="failed",t.GO_ACTIVE="go_active",t.GO_INACTIVE="go_inactive",t.TIMEOUT="timeout",t))(A||{});const Tn=p.createLogger({name:"kos-model-cache"});class zu{constructor(e=[]){l(this,"_modelsById",M.observable.map(new Map));l(this,"_toDelete",new Map);l(this,"_preloaded",[]);l(this,"_isPreloaded",!1);this.preloadKeys=e}get models(){return Array.from(this._modelsById.values()).filter(e=>!this._toDelete.has(e.modelId))}getModelById(e){if(e&&!this._toDelete.has(e))return this._modelsById.get(e)}addModel(e){const s=this.getModelById(e.modelId)||e;return this._modelsById.set(s.modelId,s),s}removeModel(e){this._modelsById.delete(e),this._toDelete.delete(e)}hasModel(e){return!!e&&this._modelsById.has(e)&&!this._toDelete.has(e)}restoreFromDeleteCache(e){if(e&&this._toDelete.has(e)){const s=this._toDelete.get(e);this._toDelete.delete(e),this._modelsById.set(e,s)}}markForDeletion(e){this._modelsById.delete(e.modelId),this._toDelete.set(e.modelId,e)}preload(e){return this._isPreloaded?(Tn.debug("Returning cached preloaded models"),this._preloaded):(this._preloaded=this.preloadKeys.map(s=>(Tn.debug(`Preloading model: ${typeof s=="string"?s:s.modelType}`),e(s))).filter(s=>!!s),this._isPreloaded=!0,this._preloaded)}}const W=Symbol("SubscriptionHandlers"),L=Symbol("DependencyModels"),Pt=Symbol("FutureService"),Lt=Symbol("ChildModels"),xt=Symbol("ParentModel"),Ft=Symbol("LogConfig"),_s=Symbol("ReferenceConfig"),ta=Symbol("KosModelSymbol"),Ne=Symbol("ModelEffects"),Rs=Symbol("CompanionParentModel"),he=(t,e)=>{t[Lt]=t[Lt]||{},t[Lt][e]=!0},Be=t=>`{PROP_${String(t)}}`,Vu=t=>`{PROP_${String(t)}}`,Yu=Be("kosParentId"),ar=t=>e=>{e[xt]=e[xt]||{};const s=(t==null?void 0:t.parentId)||Yu;e[xt]={parentId:s}},Xe=({value:t,modelId:e,modelData:s})=>{let r=t;if(Array.isArray(r))return[...t];if(typeof r!="string"&&typeof r!="object")return r;if(typeof r=="object")r=Object.keys(r).reduce((o,n)=>(o[n]=Xe({value:r[n],modelId:e,modelData:s}),o),{});else if(typeof r=="string"){const o=new RegExp(".*({PROP_(.+)})");let n=r!=null&&r.includes(Ds)?r.replace(Ds,e):r;const i=n.match(o);if(i&&s&&(Object.getOwnPropertyNames(s).includes(i[2])||Object.getOwnPropertyNames(Object.getPrototypeOf(s)).includes(i[2]))){const a=s[i[2]];n=a?n.replace(i[1],a):void 0}return n}else return r;return r},qu=p.createLogger({group:"decorators",name:"kos-model"});function Wu(t,e,s){var n;const r=(n=t[xt])==null?void 0:n.parentId;if(!r)return;const o=Xe({value:r,modelData:s,modelId:e});o&&typeof o=="string"&&j.setParentContext(e,o)}function Qu(t){const e=t[Pt];e&&Object.entries(e).forEach(([s,{handler:r}])=>{t[s]=r})}function Zu(t,e){const s=t[L]||{};Object.entries(s).forEach(([r,o])=>{const n=Xe({value:o.id||o.modelType,modelData:t,modelId:e}),i=Object.entries((o==null?void 0:o.options)||{}).reduce((a,[c,d])=>(a[c]=Xe({value:d,modelData:t,modelId:e}),a),{});if(typeof n=="string"){if(!o.lazy){const a=I.getInstance().modelManager.createModelInstance(o.modelType,n,i);t[r]=a.data}I.getInstance().modelManager.addDependency(e,n)}})}function Ju(t){try{return M.makeAutoObservable(t)}catch(e){return qu.error("Failed to make observable:",e),t}}const Xu={construct(t,e){var a;const[s,r={}]=e,o=j.createContext(s);Wu(t,s,r);const n=p.createLogger({name:t.prototype.modelTypeId,group:((a=t[Ft])==null?void 0:a.group)??"kos-model"}),i=new t(s,r,{logger:n,kosContext:o});return Qu(i),Zu(i,s),Ju(i)}};function R(t){return e=>{var r,o;const s=e;return s.prototype.modelTypeId=t,s.prototype[ta]=!0,(r=s.prototype)[W]??(r[W]={}),(o=s.prototype)[L]??(o[L]={}),p.ifDebug(()=>{p.debug(`Registering model with id ${t}`)}),new Proxy(s,Xu)}}const eh=({modelType:t})=>e=>{ar()(e),R(t)(e)};function th(t,e,s){const r=s.value;s.value=function(...o){const n=j.getContext(this.id);return o.push(n),r.apply(this,o)}}var N=(t=>(t.INIT="init",t.LOAD="load",t.READY="ready",t.ACTIVATE="activate",t.ONLINE="online",t))(N||{});const sh=Object.freeze(Object.defineProperty({__proto__:null,DependencyLifecycle:N},Symbol.toStringTag,{value:"Module"})),Ee=Symbol("HttpRouteHandlers"),In="__httpBrowserRouter";function cr(t){return function(s){return function(r,o,n){r[Ee]=r[Ee]||[];const i={method:t,path:s,handler:o};return r[Ee].push(i),r[L]=r[L]||{},r[L][In]||(r[L][In]={modelType:"browser-router-model",lifecycle:N.INIT}),n}}}const sa=cr("GET"),rs=cr("POST"),rh=cr("PUT"),ra=cr("DELETE"),oh=ra;function As(t){return!!(t!=null&&t[Ee])&&t[Ee].length>0}function oa(t){return(t==null?void 0:t[Ee])||[]}const nh=({group:t}={group:""})=>e=>{e[Ft]=e[Ft]||{},e[Ft]={group:t}};function na(t){return(e,s,r)=>{e[Ne]=e[Ne]||{},e[Ne][s]={dependencies:t==null?void 0:t.dependencies,value:r.value},r.value=function(){throw new Error(`Method ${s} cannot be called directly.`)}}}const ih=t=>(e,s)=>{e[_s]=e[_s]||{},e[_s][s]=t},ut=({modelType:t,id:e,options:s,lifecycle:r})=>(o,n)=>{o[L]=o[L]||{},o[L][n]={modelType:t,id:e,options:s,lifecycle:r||N.INIT}},ah=({topic:t,handler:e,websocket:s=!1,condition:r=()=>!0})=>o=>{o[W]=o[W]||{},Array.isArray(t)?t.forEach(n=>{o[W][n]={websocket:s,handler:e,condition:r}}):o[W][t]={websocket:s,handler:xi(o,M.action(e),200),condition:r}};function ia(t,e,s){const r={};if(!t.endsWith("/*"))return r;const o=t.slice(0,-2);if(e.startsWith(o)){const n=e.slice(o.length+1),i=s||"path";r[i]=n}return r}function aa(t){return t.endsWith("/*")}function x({topic:t,condition:e=(T,K)=>!0,transform:s=T=>T,websocket:r=!1,fos:o=!1,bridge:n=!1,skipParse:i=!1,lifecycle:a,destinationAddress:c,debounce:d,throttle:u,buffer:h,filter:f,once:m,replay:w,wildcardName:v,flow:E}){return(T,K,fe)=>{T[W]=T[W]||{};let D=fe.value;const z=typeof d=="number"?d:d==null?void 0:d.delay,F=typeof u=="number"?u:u==null?void 0:u.interval;z&&z>0?D=ch(D,d):F&&F>0?D=lh(D,u):h?D=dh(D,h):m&&(D=uh(D));let V=e;if(f){const ve=e;V=(wn,vn,Mr)=>f(Mr)?ve(wn,vn,Mr):!1}const Se={websocket:r,fos:o,bridge:n,handler:D,condition:V,transform:s,lifecycle:a,skipParse:i,destinationAddress:c,wildcardName:v,flow:E};Array.isArray(t)?t.forEach(ve=>{T[W][ve]=Se}):T[W][t]=Se,w&&hh(t,w.bufferSize)}}function ch(t,e){const s=typeof e=="number"?e:e.delay,r=typeof e=="object"?e.discardIntermediate:!1;let o=null,n=[];return function(i){r?(o&&clearTimeout(o),o=setTimeout(()=>{t.call(this,i),o=null},s)):(n.push(i),o&&clearTimeout(o),o=setTimeout(()=>{const a=[...n];n=[],t.call(this,a),o=null},s))}}function lh(t,e){const s=typeof e=="number"?e:e.interval,r=typeof e=="object"?e.discardIntermediate:!1;let o=0,n=null,i=[],a=!1;const c=function(){if(i.length>0){const d=[...i];i=[],t.call(this,d)}};return function(d){const u=Date.now(),h=u-o;r?h>=s?(o=u,t.call(this,d)):n||(n=setTimeout(()=>{o=Date.now(),t.call(this,d),n=null},s-h)):(i.push(d),h>=s?(o=u,c.call(this)):a||(a=!0,n=setTimeout(()=>{o=Date.now(),c.call(this),n=null,a=!1},s-h)))}}function dh(t,e){const s=[];let r=null;const o=e.maxSize||1e3,n=i=>{s.length>0&&(t.call(i,[...s]),s.length=0)};return function(i){if(s.push(i),s.length>=o){r&&(clearTimeout(r),r=null),n(this);return}r||(r=setTimeout(()=>{n(this),r=null},e.time))}}function uh(t){let e=!1;return function(s){e||(e=!0,t.call(this,s))}}function hh(t,e){(Array.isArray(t)?t:[t]).forEach(r=>{go(r,e)})}function ca(t,e){return`${lo}${t}${e?`/${e}`:`/${t}`}`}function la(t){return`${lo}${t}`}function Or(t){const e=[];return new Promise((s,r)=>{for(const{condition:o,onMatch:n}of t){const i=M.when(o,()=>{e.forEach(a=>a());try{n==null||n(),s()}catch(a){r(a)}});e.push(i)}})}const da=5e3;class gh extends Error{constructor(s,r){super(s);l(this,"model");this.model=r}}const ua=(t,e,s)=>{let r;return{promise:new Promise((i,a)=>{r=setTimeout(()=>{p.error(`Model ${e.modelId} - ${e.modelTypeName} - ${s} timed out after ${t}ms`),a(new gh(`${e.modelId} - ${e.modelTypeName} - ${s}`,e))},t)}),cancel:()=>{r&&clearTimeout(r)}}},ha=t=>t.fsm.transitionTo(A.GO_ACTIVE,b.ACTIVE),ga=t=>t.whenReady(),fa=t=>t.fsm.transitionTo(A.LOAD,b.LOADED),fh=t=>t.fsm.transitionTo(A.UNLOAD,b.UNLOADED),pa=t=>t.fsm.transitionTo(A.INITIALIZE,b.INITIALIZED);var vo=(t=>(t.ACTIVE="active",t.READY="ready",t.LOAD="load",t.UNLOAD="unload",t.INIT="init",t))(vo||{});const Ts={active:ha,ready:ga,load:fa,init:pa},ma=(t,e)=>{const s=e.id||e.modelType,r=Xe({value:s,modelData:t.modelData,modelId:t.modelId});p.debug(`activating dependent model ${e.modelType} with id ${r}`);const o=Object.keys((e==null?void 0:e.options)||{}).reduce((i,a)=>{const c=e.options[a];return i[a]=Xe({value:c,modelData:t.modelData,modelId:t.modelId}),i},{});return{dependentModel:I.getInstance().modelManager.createModelInstance(e.modelType,r,o),dataModelId:r}},ya=(t,e=N.READY)=>{var o;const s=((o=t.modelData)==null?void 0:o[L])||{};return Object.keys(s).length===0?(p.debug(`${t.modelId} has no dependencies. Returning`),[]):Object.keys(s).filter(n=>s[n].lifecycle===e).map(n=>{const i=s[n],{dependentModel:a,dataModelId:c}=ma(t,i);t.modelData[n]=a.data,p.debug(`waiting for dependent model ${i.modelType} with id ${c} - waiting for WHENREADY`);const d=async(f,m,w)=>{var v;await((v=f.whenReady)==null?void 0:v.call(f)),p.debug(`dependent model ${m} with id ${w} - READY`)},{promise:u,cancel:h}=ua(da,t,t.status);return Promise.race([d(a.model,i.modelType,c).then(()=>{h()}).catch(f=>{console.error(`Error waiting for dependent model ${i.modelType} with id ${c}:`,f),h()}),u])}).filter(n=>!!n)},ba=async(t,e,s,r)=>{if(p.debug(`Execute lifecycle with ${e.length} models`),e.length===0){p.debug(`${t.modelId} has no children. Returning`);return}if(!s){p.error(`${t.modelId} is not transitioning with a valid target ${s}`);return}const o=e.map(a=>{let c;return Ts[s]&&a?c=Ts[s](a):(a||p.error("model is undefined. This shouldn't happen"),Ts[s]||p.error(`There is no promise in the Transition Map for ${s}`)),{promise:c,modelId:a==null?void 0:a.modelId,model:a,type:a==null?void 0:a.modelTypeName,status:a==null?void 0:a.status}}).filter(a=>a.promise?a.model?!0:(p.error(`No model found ${a.modelId}`),!1):(p.error(`No promise found ${a.modelId}`),!1)),i=(await Promise.allSettled(o.map(a=>{var u;const{promise:c,cancel:d}=ua(da,a.model,a.status);return Promise.race([(u=a.promise)==null?void 0:u.then(()=>{d()}).catch(h=>{p.error(`Model ${a.modelId} - ${a.type} failed to transition to ${s}: ${h.message}`),d()}),c])}))).filter(a=>a.status==="rejected");i.length>0&&p.error(`Model ${t.modelId} had ${i.length} failed child models on ${r}`)},wa=async(t,e,s)=>{await ba(t,t.getChildren().filter(r=>!!r),e,s)},wt=async(t,e)=>{const r=(await Promise.allSettled(ya(t,e))).filter(o=>o.status==="rejected");r.length&&(p.error(`There were ${r.length} failed dependent models on ${e}`),p.error(r))},ph=t=>typeof t.toJSON=="function",kt=t=>t[L]!==void 0,Mo=t=>t.revision!==void 0&&t.index!==void 0,va=t=>{if(t){if(kt(t))return t;if(Mo(t))return t.data;if(t instanceof Map||t instanceof M.ObservableMap||t instanceof Set)return Array.from(t.values()).filter(kt);if(Array.isArray(t))return t.filter(kt)}};function mh(t){const e=`KosModel(${t.modelTypeName}:${t.modelId})`;try{Object.defineProperty(t,Symbol.toStringTag,{value:e,configurable:!0})}catch{t.toString=()=>e}try{Object.defineProperty(t.constructor,"name",{value:`KosModel_${t.modelTypeName}`,configurable:!0})}catch{t.constructor.name=`KosModel_${t.modelTypeName}`}const s=["fsm","effectManager","subscriptionManager","onlineLifecycleManager","companionManager","childResolver","_offlineQueue"];for(const r of s)r in t&&Object.defineProperty(t,r,{enumerable:!1});Object.defineProperty(t,"debugState",{enumerable:!1,configurable:!0,get(){var r,o,n;return{id:t.modelId,type:t.modelTypeName,initialized:t.initialized,loaded:t.loaded,status:t.status,onlineStatus:t.onlineStatus,activeStatus:t.activeStatus,companions:(o=(r=t.companionManager)==null?void 0:r.all())==null?void 0:o.map(i=>i.modelTypeName),children:(n=t.getChildren)==null?void 0:n.call(t).map(i=>i.modelId),effects:!!t.effectManager,subs:!!t.subscriptionManager}}}),yh(t.modelData,t.modelTypeName,t.modelId,t)}function yh(t,e,s,r){Object.defineProperty(t,Symbol.toStringTag,{value:`KosModelData(${e}:${s})`,configurable:!0});try{Object.defineProperty(t.constructor,"name",{value:`${e}ModelData`,configurable:!0})}catch{t.constructor.name=`${e}ModelData`}Object.defineProperty(t,"debugState",{enumerable:!1,configurable:!0,get(){var a,c,d;const o=((a=r.getChildren)==null?void 0:a.call(r))||[],n=((c=r.companionManager)==null?void 0:c.all())||[],i=r.modelData[L]||{};return{id:s,type:e,companions:{count:n.length,data:n.map(u=>({type:u.modelTypeName,id:u.modelId}))},dependencies:{count:Object.keys(i).length,data:Object.values(i).map(u=>({id:u.id||u.modelType,type:u.modelType,options:u.options,lifecycle:u.lifecycle}))},children:{count:o.length,data:o.map(u=>({id:u.modelId,type:u.modelTypeName}))},data:((d=t.toJSON)==null?void 0:d.call(t))||{},subs:!!r.subscriptionManager}}}),Object.defineProperty(t,"toJSON",{configurable:!0,enumerable:!1,writable:!0,value:()=>{const o={};for(const n of Object.keys(t))if(!(n.startsWith("_")||typeof t[n]=="function"))try{const i=t[n];kt(i)?o[`[KOS Model] ${n}`]=typeof i.toJSON=="function"?i.toJSON():{id:i.id,type:i.constructor.name}:Mo(i)?o[`[KOS Container] ${n}`]=typeof i.toJSON=="function"?i.toJSON():["Container"]:Array.isArray(i)?o[n]=`[Array(${i.length})]`:typeof i=="object"&&i!==null?o[n]=JSON.parse(JSON.stringify(i)):o[n]=i}catch{o[n]="[unreadable]"}return o}})}class bh{constructor(e){this.model=e}resolve(){const e=new Set([...this.getResolvedDecoratedChildren(),...this.getAdditionalChildren(),...this.model.companionModels.all()]),s=Array.from(e).map(r=>this.model.modelManager.getModelById(r.id||"")).filter(r=>r&&r.status!==b.FAILED).filter(r=>!!r);return s.forEach(r=>{try{j.setParentContext(r.modelId,this.model.modelId)}catch(o){console.error(`Failed to set parent context for ${r.modelId} under ${this.model.modelId}`,o)}}),s}getResolvedDecoratedChildren(){var s;const e=((s=this.model.modelData)==null?void 0:s[Lt])||{};return Object.keys(e).map(r=>va(this.model.modelData[r])).filter(r=>!!r).flat()}getAdditionalChildren(){var e,s;return((s=(e=this.model.modelData)==null?void 0:e.getChildren)==null?void 0:s.call(e))||[]}}class wh{constructor(e){l(this,"companions",new M.ObservableMap);this.hostModel=e}add(e){this.companions.set(e.modelTypeName,e)}clear(){this.companions.clear()}get(e){return this.companions.get(e)}all(){return[...this.companions.values()]}get data(){return this.companions}}class vh{constructor(e,s,r,o){l(this,"disposers",[]);this.modelTypeName=e,this.modelId=s,this.modelData=r,this.log=o}setup(){var s;const e=((s=this.modelData)==null?void 0:s[Ne])||{};for(const r of Object.keys(e)){const{value:o,dependencies:n,options:i}=e[r],a=o.bind(this.modelData),c=()=>{this.log.info(`Running effect ${r} for ${this.modelTypeName} (${this.modelId})`),M.runInAction(()=>a())},d=n?M.reaction(()=>n(this.modelData),c,{fireImmediately:!!(i!=null&&i.fireImmediately)}):M.autorun(c);this.disposers.push(d)}}disposeAll(){for(const e of this.disposers)try{e()}catch(s){this.log.info(`Failed to dispose effect for ${this.modelId}`,s)}this.disposers=[]}}const Mh=p.createLogger({name:"model-active-machine"}),Eh=t=>{const e=y.createMachine(b.INACTIVE,{[b.FAILED]:y.state(y.transition(A.GO_ACTIVE,b.ACTIVATING)),[b.INACTIVE]:y.state(y.transition(A.GO_ACTIVE,b.ACTIVATING)),[b.ACTIVATING]:y.invoke(()=>(t.activeStatus=b.ACTIVATING,t.activate()),y.transition("done",b.ACTIVE,y.action(()=>{t.activeStatus=b.ACTIVE})),y.transition("error",b.FAILED,y.action(()=>{t.activeStatus=b.FAILED}))),[b.ACTIVE]:y.state(y.transition(A.GO_INACTIVE,b.DEACTIVATING)),[b.DEACTIVATING]:y.invoke(()=>(t.activeStatus=b.DEACTIVATING,t.deactivate()),y.transition("done",b.INACTIVE,y.action(()=>{t.activeStatus=b.INACTIVE})),y.transition("error",b.FAILED,y.action(()=>{t.activeStatus=b.FAILED})))});return{service:y.interpret(e,r=>Mh.debug(r.machine.current)),machine:e}},On=p.createLogger({name:"model-online-machine"}),_h=t=>{const e=y.createMachine(b.OFFLINE,{[b.ONLINE]:y.state(y.transition(A.GO_OFFLINE,b.OFFLINE,y.action(async()=>{await t.offline(),t.onlineStatus=b.OFFLINE}))),[b.OFFLINE]:y.state(y.transition(A.GO_ONLINE,b.ONLINE,y.action(async()=>{On.debug(`Going online with model ${t.modelId}`),await t.online(),t.onlineStatus=b.ONLINE,await t.fsm.transitionTo(A.INITIALIZE,b.INITIALIZED)})))}),s=y.interpret(e,r=>On.debug(r.machine.current));return{machine:e,service:s}},Th=t=>{var r;const e=Eh(t).service,s=_h(t).service;return y.createMachine(b.CREATING,{[b.CREATING]:y.state(y.transition(A.CREATE,b.CREATED)),[b.CREATED]:y.state(y.immediate(b.INITIALIZING)),[b.INITIALIZING]:y.invoke(()=>(q(()=>{t.status=b.INITIALIZING}),t.init()),y.transition("done",b.INITIALIZED,y.action(()=>{t.status=b.INITIALIZED})),y.transition("error",b.FAILED,y.action(()=>{p.error(`Model ${t.modelId} - ${t.modelTypeName} failed to initialize. Transitioning to FAILED state.`),t.status=b.FAILED}))),[b.INITIALIZED]:y.state(y.immediate(b.LOADING)),[b.LOADING]:y.invoke(()=>(q(()=>{t.status=b.LOADING}),t.load()),y.transition("done",b.LOADED,y.action(()=>{t.status=b.LOADED})),y.transition("error",b.FAILED,y.action(()=>{t.status=b.FAILED}))),[b.LOADED]:y.state(y.immediate(b.READYING),y.transition(A.UNLOAD,b.UNLOADING)),[b.RESETTING]:y.invoke(()=>{var o;return q(()=>{t.status=b.RESETTING}),(o=t.unload)==null||o.call(t),t.load()},y.transition("done",b.LOADED,y.action(()=>{t.status=b.LOADED}))),[b.READYING]:y.invoke(()=>(q(()=>{t.status=b.READYING}),t.ready()),y.transition("done",b.READY,y.action(()=>{q(()=>{t.status=b.READY}),s.send(A.GO_ONLINE)})),y.transition("error",b.FAILED,y.action(()=>{t.status=b.FAILED}))),[b.READY]:y.state(y.transition(A.UNLOAD,b.UNLOADED,y.action((r=t.unload)==null?void 0:r.bind(t))),y.transition(A.RESET,b.RESETTING),y.transition(A.GO_ONLINE,b.READY,y.action(()=>{s.send(A.GO_ONLINE)})),y.transition(A.GO_OFFLINE,b.READY,y.action(()=>{s.send(A.GO_OFFLINE)})),y.transition(A.GO_ACTIVE,b.READY,y.action(()=>{e.send(A.GO_ACTIVE)})),y.transition(A.GO_INACTIVE,b.READY,y.action(()=>{e.send(A.GO_INACTIVE)}))),[b.UNLOADED]:y.state(),[b.FAILED]:y.state()})},Ih=p.createLogger({name:"kos-model-lifecycle"}),Oh=t=>({service:y.interpret(Th(t),s=>Ih.debug(`state machine for model ${t.modelId}: ${s.machine.current});`))});class Sh{constructor(e,s){l(this,"disposer");l(this,"service");this.model=e,this.log=s;const r=Oh(e);this.service=r.service,this.service.send(A.CREATE)}get current(){return this.service.machine.current}async transitionTo(e,s,r=b.FAILED){return this.getTransitionStatusFor(s)===s?(this.log.debug(`Model ${this.model.modelId} already in state ${s}, skipping transition`),Promise.resolve()):(this.log.debug(`Transitioning model ${this.model.modelId} with event ${e} toward target ${s}`),new Promise((n,i)=>{var a;(a=this.disposer)==null||a.call(this),this.disposer=M.when(()=>{const c=this.getTransitionStatusFor(s);return c===s||c===r},()=>{this.getTransitionStatusFor(s)===r?(this.log.error(`Model ${this.model.modelId} entered error state ${r} during transition`),i(new Error(`FSM transition failed for model ${this.model.modelId} with event ${e}`))):(this.log.debug(`Model ${this.model.modelId} reached target state ${s}`),n())}),this.service.send(e)}).finally(()=>{var n;(n=this.disposer)==null||n.call(this),this.disposer=void 0}))}getTransitionStatusFor(e){return[b.ACTIVE,b.INACTIVE].includes(e)?this.model.activeStatus:this.model.status}}const Ma="browser-router-model";class Eo{constructor(e,s){l(this,"logger");l(this,"model");l(this,"router",null);l(this,"registered",!1);l(this,"registeredRoutes",[]);this.model=e,this.logger=s}registerAll(){var s;if(!As(this.model))return;let e=this.model.__httpBrowserRouter;if(!e)for(const r of Object.keys(this.model)){const o=this.model[r];if(o&&typeof o=="object"&&"use"in o&&typeof o.use=="function"){e=o;break}}if(e||(e=(s=pe(Ma))==null?void 0:s.model),!e)throw this.logger.error("Cannot register HTTP routes: BrowserRouter not found. The HTTP decorators should have auto-injected it, but something went wrong."),new Error("BrowserRouter is required for HTTP route decorators but was not found. This should not happen as HTTP decorators auto-inject the dependency.");this.setRouter(e)}setRouter(e){this.router=e,this.registered||this.registerRoutes()}hasRoutes(){return As(this.model)}registerRoutes(){if(!this.router){this.logger.warn("Cannot register routes: router not set");return}if(this.registered){this.logger.debug("Routes already registered");return}const e=oa(this.model);e.length!==0&&(this.logger.debug(`Registering ${e.length} HTTP routes`),e.forEach(s=>{this.registerRoute(s)}),this.registered=!0)}resolvePropKey(e){const s=/\{PROP_([^}]+)\}/g;let r=e;if(r.includes("{MODEL_ID}")){const n=this.model.id||this.model._id||"unknown";r=r.replace(/\{MODEL_ID\}/g,n)}let o;for(;(o=s.exec(e))!==null;){const n=o[1];if(n in this.model){const i=this.model[n];r=r.replace(o[0],String(i))}else this.logger.warn(`Property '${n}' not found on model for PropKey resolution in path: ${e}`)}return r}registerRoute(e){if(!this.router)return;const s=this.model[e.handler];if(!s||typeof s!="function"){this.logger.error(`Handler method '${e.handler}' not found on model`);return}const r=this.resolvePropKey(e.path);this.logger.debug(`Registering ${e.method} ${r} -> ${e.handler}`+(r!==e.path?` (resolved from ${e.path})`:""));const o=async(n,i)=>{var a;try{await s.call(this.model,n,i)}catch(c){this.logger.error(`Error in route handler ${e.method} ${r}:`,c),(a=i.status)==null||a.call(i,500).send({error:"Internal server error",message:c instanceof Error?c.message:String(c)})}};this.checkForDuplicateRoute(e.method,r),this.router.use(e.method,r,o),this.registeredRoutes.push({method:e.method,path:r})}checkForDuplicateRoute(e,s){if(!this.router)return;this.router.getRoutes().find(n=>n.method===e&&n.path===s)&&this.logger.warn(`Duplicate route detected: ${e} ${s}. This route is already registered by another model. The new handler from model '${this.model.id||"unknown"}' will override the existing one. Only the last registered handler will receive requests. Consider using different paths or namespacing to avoid conflicts.`)}dispose(){if(this.router&&this.registeredRoutes.length>0){this.logger.debug(`Removing ${this.registeredRoutes.length} HTTP routes for model ${this.model.id||"unknown"}`);let e=0;for(const s of this.registeredRoutes){const r=this.router.remove(s.method,s.path);e+=r,r>0?this.logger.debug(`Removed route: ${s.method} ${s.path}`):this.logger.warn(`Failed to remove route: ${s.method} ${s.path} (not found)`)}this.logger.debug(`Successfully removed ${e} routes from browser router`)}this.registered=!1,this.registeredRoutes=[],this.router=null}getRegisteredRoutes(){return[...this.registeredRoutes]}}function $h(t,e){if(!As(t))return;const s=pe(Ma);if(!(s!=null&&s.model))throw e.error("Cannot register HTTP routes: BrowserRouter not found. Make sure to include BrowserRouter in your model dependencies or create an instance."),new Error("BrowserRouter is required for HTTP route decorators but was not found. Add it as a dependency using @kosDependency or ensure an instance exists.");new Eo(t,e).setRouter(s.model)}class Dh{static create({modelId:e,modelTypeName:s,component:r}){const o=[r??"kos",s,e].filter(Boolean).join(".");return p.createLogger({name:o})}}class Ch{constructor(e){l(this,"queue",[]);this.log=e}enqueue(e){this.queue.push(e)}flush(){if(this.queue.length!==0){this.log.warn(`Processing ${this.queue.length} offline message(s)`);for(const e of this.queue)try{e()}catch(s){this.log.error("Error while processing offline message:",s)}this.queue=[],this.log.info("Offline queue flushed")}}clear(){this.queue=[]}get length(){return this.queue.length}get isEmpty(){return this.queue.length===0}}class Rh{constructor(e,s){l(this,"unsubscribers",[]);this.model=e,this.log=s}register(){const e=this.model.modelId,s=O("/kosCore/online",async()=>{this.log.debug(`Online event received for ${e}, waiting for readiness...`),await this.model.whenReady(),this.log.debug(`${e} is ready — sending GO_ONLINE`),await this.model.fsm.transitionTo(A.GO_ONLINE,b.ONLINE)}),r=O("/kosCore/offline",async()=>{this.log.debug(`Offline event received for ${e} — sending GO_OFFLINE`),await this.model.fsm.transitionTo(A.GO_OFFLINE,b.OFFLINE)});this.unsubscribers.push(s.unsubscribe),this.unsubscribers.push(r.unsubscribe)}dispose(){this.unsubscribers.forEach(e=>e()),this.unsubscribers=[]}}class Ah{constructor(e){l(this,"subscription");l(this,"unsubscribe");l(this,"eventType");this.eventType=e,this.subscription={queue:[],resolvers:[],closed:!1};const s=O(e,r=>{if(!this.subscription.closed&&r!==void 0){const o=this.subscription.resolvers.shift();o?o(r):this.subscription.queue.push(r)}});this.unsubscribe=s.unsubscribe}async next(){return this.subscription.closed&&this.subscription.queue.length===0?{done:!0,value:void 0}:this.subscription.queue.length>0?{done:!1,value:this.subscription.queue.shift()}:new Promise(e=>{this.subscription.closed?e({done:!0,value:void 0}):this.subscription.resolvers.push(s=>{e({done:!1,value:s})})})}async return(){return this.subscription.closed=!0,this.unsubscribe(),this.subscription.resolvers.forEach(e=>{e(void 0)}),this.subscription.resolvers=[],{done:!0,value:void 0}}async throw(e){throw this.subscription.closed=!0,this.unsubscribe(),e}[Symbol.asyncIterator](){return this}}function Sn(t){return new Ah(t)}var Ea=(t=>(t.GET="GET",t.PUT="PUT",t.POST="POST",t.DELETE="DELETE",t))(Ea||{});const _a=({path:t,requestId:e,method:s,destinationAddress:r})=>{let o=`${sr}:${s}
|
|
2
|
+
`;return o+=`topic:${t}
|
|
3
|
+
`,o+=`${lt}:${t}
|
|
4
|
+
`,o+=`${es}:${e}
|
|
5
|
+
`,r&&(o+=`${Ie}:${r}
|
|
6
|
+
`),o+=`${me}:kos.studio.request
|
|
7
7
|
`,o+=`
|
|
8
|
-
`,o},
|
|
9
|
-
`;return i+=`${
|
|
10
|
-
`,i+=`${
|
|
11
|
-
`,i+=`${
|
|
12
|
-
`,r&&(i+=`${
|
|
13
|
-
`),o&&(i+=`${
|
|
14
|
-
`),n&&(i+=`${
|
|
15
|
-
`),i+=`${
|
|
8
|
+
`,o},Ta=({path:t,requestId:e,method:s,destinationAddress:r,ordered:o,tracker:n})=>{let i=`${ri}:/http${t}
|
|
9
|
+
`;return i+=`${sr}:${s}
|
|
10
|
+
`,i+=`${lt}:${t}
|
|
11
|
+
`,i+=`${ai}:${e}
|
|
12
|
+
`,r&&(i+=`${Ie}:${r}
|
|
13
|
+
`),o&&(i+=`${ao}:true
|
|
14
|
+
`),n&&(i+=`${co}:${n}
|
|
15
|
+
`),i+=`${me}:fos.http.request
|
|
16
16
|
`,i+=`
|
|
17
|
-
`,i},
|
|
18
|
-
`;return c+=`${
|
|
19
|
-
`,c+=`${
|
|
20
|
-
`,r&&(c+=`${
|
|
21
|
-
`),o&&(c+=`${
|
|
22
|
-
`),n&&(c+=`${
|
|
17
|
+
`,i},Ia=({path:t,requestId:e,method:s,destinationAddress:r,ordered:o,tracker:n,bridge:i,headers:a})=>{let c=`${sr}:${s}
|
|
18
|
+
`;return c+=`${lt}:${t}
|
|
19
|
+
`,c+=`${es}:${e}
|
|
20
|
+
`,r&&(c+=`${Ie}:${r}
|
|
21
|
+
`),o&&(c+=`${ao}:true
|
|
22
|
+
`),n&&(c+=`${co}:${n}
|
|
23
23
|
`),a&&Object.keys(a).forEach(d=>{c+=`${d}:${a[d]}
|
|
24
|
-
`}),c+=`${
|
|
24
|
+
`}),c+=`${me}:${i?"fos":"kos"}.http.request
|
|
25
25
|
`,c+=`
|
|
26
|
-
`,c}
|
|
27
|
-
`;return r+=`${
|
|
28
|
-
`,r+=`${
|
|
29
|
-
`,r+=`${
|
|
30
|
-
`,r+=`${
|
|
26
|
+
`,c},Pe=(t,e)=>{let s=t;return e&&(s+=e),s};function vt(t){const e={...t};return{append(s,r){e[s]=r},delete(s){delete e[s]},get(s){return e[s]},forEach(s){Object.keys(e).forEach(r=>s(e[r],r,this))},has(s){return Object.hasOwn(e,s)},set(s,r){e[s]=r},keys(){return Object.keys(e)},values(){return Object.values(e)},entries(){return Object.entries(e)}}}function Mt(t){let e=!1;return window.ReadableStream?new ReadableStream({start(r){function o(){return Promise.resolve({done:e,value:t}).then(({done:n,value:i})=>{if(n){r.close();return}r.enqueue(i),e=!0,o()})}o()}}):t}const Oa=({path:t,requestId:e,destinationAddress:s})=>{let r=`topic:${t}
|
|
27
|
+
`;return r+=`${lt}:${t}
|
|
28
|
+
`,r+=`${es}:${e}
|
|
29
|
+
`,r+=`${Ie}:${s}
|
|
30
|
+
`,r+=`${me}:kos.studio.request
|
|
31
31
|
`,r+=`
|
|
32
|
-
`,r},
|
|
33
|
-
`;return o+=`${
|
|
34
|
-
`,o+=`${
|
|
32
|
+
`,r},Sa=({requestId:t,destinationAddress:e,requestType:s,headers:r})=>{let o=`${es}:${t}
|
|
33
|
+
`;return o+=`${Ie}:${e}
|
|
34
|
+
`,o+=`${me}:${s}
|
|
35
35
|
`,r&&Object.keys(r).forEach(n=>{o+=`${n}:${r[n]}
|
|
36
36
|
`}),o+=`
|
|
37
|
-
`,o},
|
|
38
|
-
`;return o+=`${
|
|
39
|
-
`,
|
|
40
|
-
`),o+=`${
|
|
41
|
-
`,o+=`${
|
|
42
|
-
`,o+=`${
|
|
37
|
+
`,o},Ph=(t,e)=>{const s=t,r=Pe(Sa(e),typeof s=="string"?s:JSON.stringify(s)),o=I.getInstance().transport.socket;o?(p.debug("Sending message",r),o.socket.send(r)):p.error("socket transport is not initialized")},$a=({path:t,responseId:e,status:s,destinationAddress:r})=>{let o=`topic:${t}
|
|
38
|
+
`;return o+=`${lt}:${t}
|
|
39
|
+
`,e&&(o+=`${rr}:${e}
|
|
40
|
+
`),o+=`${io}:${s}
|
|
41
|
+
`,o+=`${Ie}:${r}
|
|
42
|
+
`,o+=`${me}:kos.studio.response
|
|
43
43
|
`,o+=`
|
|
44
|
-
`,o},
|
|
45
|
-
`;return
|
|
46
|
-
`,
|
|
47
|
-
`,
|
|
48
|
-
`;return n+=`${
|
|
49
|
-
`,n+=`${
|
|
50
|
-
`,n+=`${
|
|
51
|
-
`,n+=`${
|
|
52
|
-
`,n+=`${
|
|
53
|
-
`,n+=`${
|
|
44
|
+
`,o},Lh=(t,e)=>{const s=t,r=Pe(Oa(e),JSON.stringify(s)),o=I.getInstance().transport.socket;o?o.socket.send(r):p.error("socket transport is not initialized")},xh=(t,e)=>{const s=e.responseId?{status:e.status,data:t}:t,r=Pe($a(e),JSON.stringify(s)),o=I.getInstance().transport.socket;o?o.socket.send(r):p.error("socket transport is not initialized")},Da=({topic:t})=>{let e=`topic:${t}
|
|
45
|
+
`;return e+=`${me}:kos.broker.send
|
|
46
|
+
`,e+=`
|
|
47
|
+
`,e},Ca=({responseId:t,destinationAddress:e,type:s,sourceAddress:r,status:o})=>{let n=`${rr}:${t}
|
|
48
|
+
`;return n+=`${Ie}:${e}
|
|
49
|
+
`,n+=`${oi}:${r}
|
|
50
|
+
`,n+=`${me}:${s??"kos.message.request"}
|
|
51
|
+
`,n+=`${io}:${o}
|
|
52
|
+
`,n+=`${ni}:application/json
|
|
53
|
+
`,n+=`${ii}:no-cache
|
|
54
54
|
`,n+=`
|
|
55
|
-
`,n},
|
|
56
|
-
`;return
|
|
57
|
-
`),o+=`${
|
|
58
|
-
`,o+=`${
|
|
55
|
+
`,n},Ra=({topic:t,responseId:e,destinationAddress:s,type:r})=>{let o=`topic:${t}
|
|
56
|
+
`;return e&&(o+=`${rr}:${e}
|
|
57
|
+
`),o+=`${Ie}:${s}
|
|
58
|
+
`,o+=`${me}:${r??"kos.message.request"}
|
|
59
59
|
`,o+=`
|
|
60
|
-
`,o},
|
|
60
|
+
`,o},Fh=({msg:t,options:e})=>{const s=t,r=Pe(Da(e),JSON.stringify(s)),o=I.getInstance().transport.socket;o?o.socket.send(r):p.error("socket transport is not initialized")},Aa=({msg:t,options:e})=>{const s=t,r=Pe(Ra(e),JSON.stringify(s)),o=I.getInstance().transport.socket;o?o.socket.send(r):p.error("socket transport is not initialized")},Pa=({msg:t,options:e})=>{const s=t,r=Pe(Ca(e),JSON.stringify(s)),o=I.getInstance().transport.socket;o?o.socket.send(r):p.error("socket transport is not initialized")},jr=(t,e)=>{try{return e?t.body??t:JSON.parse(t.body)}catch{return t.body||t}};class kh extends WebSocket{constructor(e){super(e)}}function $n(t){const e=`
|
|
61
61
|
|
|
62
62
|
`,s=`
|
|
63
|
-
`,r=/:(.*)/s,[o,n]=
|
|
63
|
+
`,r=/:(.*)/s,[o,n]=t.split(e).map(a=>a.trim());return{headers:o.split(s).reduce((a,c)=>{const[d,u]=c.split(r).map(h=>h.trim());return d&&u&&(a[d]=u),a},{}),body:n}}function Nh(t){const e=`
|
|
64
64
|
|
|
65
65
|
`,s=`
|
|
66
|
-
`,r=/:(.*)/s,[,o,n]=
|
|
66
|
+
`,r=/:(.*)/s,[,o,n]=t.split(e).map(a=>a.trim());return{headers:o.split(s).reduce((a,c)=>{const[d,u]=c.split(r).map(h=>h.trim());return d&&u&&(a[d]=u),a},{}),body:n}}class _o{constructor({host:e,port:s,protocol:r,alias:o,onConnectionEstablished:n,onConnectionLost:i,Transport:a=kh}){l(this,"host");l(this,"port");l(this,"protocol");l(this,"socket");l(this,"connectionEstablished");l(this,"alias");l(this,"onConnectionEstablished");l(this,"onConnectionLost");l(this,"offlineMessages",[]);l(this,"oldSend");this.host=e,this.port=s,this.protocol=r,this.onConnectionEstablished=n,this.onConnectionLost=i,this.alias=o,this.socket=new a(`${this.protocol}${this.host}:${this.port}/events`),this.socket.onmessage=this.onMessage.bind(this),this.socket.onopen=this.onOpen.bind(this),this.socket.onclose=this.onClose.bind(this),this.oldSend=this.socket.send,this.connectionEstablished=!1,O("/mock/msg/receive",c=>{var d,u;if(c!=null&&c.body){p.wsReceive(c==null?void 0:c.body);const h={data:c.body};(u=(d=this.socket)==null?void 0:d.onmessage)==null||u.call(d,h)}}),M.makeObservable(this,{connectionEstablished:M.observable})}addOfflineMessage(e){this.offlineMessages.push({msg:e})}processMessageEvent(e){const{data:s}=e;return $n(s)}onMessage(e){try{p.debug("webSocketTransport: onMessage received");const{headers:s,body:r}=this.processMessageEvent(e);p.wsReceive(e.data);const o=s.subscription||s[this.RESPONSE_ID_HEADER]||s.topic||s.type;if(o){let n=r,i=s;if(o==="kos.sniffer.msg"){const{headers:a,body:c}=Nh(e.data);n=c,i={...s,...a}}U(o,n,i)}}catch(s){p.error("onMessage exception",s.message,s.stack)}}onOpen(e){p.info("websocket connection opened"),this.socket=e.currentTarget,M.runInAction(()=>{var s;this.connectionEstablished=!0,this.alias&&this.socket.send(`type:kos.addr.alias
|
|
67
67
|
alias:${this.alias}
|
|
68
68
|
|
|
69
|
-
`),p.debug(`sending ${this.offlineMessages.length} offline FOS messages`),this.offlineMessages.forEach(r=>{var o;p.debug(`sending offline message ${r.msg}`),(o=this.socket)==null||o.send(r.msg)}),this.offlineMessages=[],(s=this.onConnectionEstablished)==null||s.call(this)})}onClose(){this.socket&&this.socket.close(),M.runInAction(()=>{this.connectionEstablished=!1}),p.debug("websocket disconnected. Attempting calling callback"),this.onConnectionLost&&setTimeout(this.onConnectionLost,2500)}send(
|
|
70
|
-
${
|
|
71
|
-
${o(n)}`};(r=(s=this.socket)==null?void 0:s.onmessage)==null||r.call(s,a)}else this.oldSend.call(this.socket,
|
|
72
|
-
`:"",u=r?`subscribe:${
|
|
69
|
+
`),p.debug(`sending ${this.offlineMessages.length} offline FOS messages`),this.offlineMessages.forEach(r=>{var o;p.debug(`sending offline message ${r.msg}`),(o=this.socket)==null||o.send(r.msg)}),this.offlineMessages=[],(s=this.onConnectionEstablished)==null||s.call(this)})}onClose(){this.socket&&this.socket.close(),M.runInAction(()=>{this.connectionEstablished=!1}),p.debug("websocket disconnected. Attempting calling callback"),this.onConnectionLost&&setTimeout(this.onConnectionLost,2500)}send(e){var s,r;if(p.wsSend(e),window.kosLogEvents){const{headers:o,body:n}=$n(String(e));U(ts.SEND,{headers:o,body:n})}if(window.kosTopicIntercept&&window.kosEnableMocks){const{handler:o,requestId:n}=window.kosTopicIntercept(e);if(o){e=`mocked:true
|
|
70
|
+
${e}`;const a={data:`mocked:true
|
|
71
|
+
${o(n)}`};(r=(s=this.socket)==null?void 0:s.onmessage)==null||r.call(s,a)}else this.oldSend.call(this.socket,e)}else this.oldSend.call(this.socket,e)}}class Uh{constructor(e){l(this,"addEventListener");l(this,"dispatchEvent");l(this,"removeEventListener");l(this,"_onclose");l(this,"_onerror");l(this,"_onmessage");l(this,"_onopen");l(this,"messageQueue",[]);l(this,"isSending",!1);$.debug(`called Bridge Transport with addr ${e}`);const s=this;globalThis.kosWindowWebsocketRecv=r=>{if(s.onmessage){const o={data:r};s.onmessage(o)}},$.debug("Opening bridge transport"),globalThis.kosWindowWebsocketOpen(),$.debug("Opened bridge transport"),this._onclose=null,this._onerror=null,this._onmessage=null,this._onopen=null,this.addEventListener=()=>$.debug("not implemented"),this.dispatchEvent=()=>$.debug("not implemented"),this.removeEventListener=()=>$.debug("not implemented")}close(){$.debug("closing")}sendNextMessage(){if(this.messageQueue.length>0){const e=this.messageQueue.shift();globalThis.kosWindowWebsocketSend(e),setTimeout(()=>this.sendNextMessage(),1)}else this.isSending=!1}enqueueMessage(e){this.messageQueue.push(e),this.isSending||(this.isSending=!0,this.sendNextMessage())}send(e){globalThis.kosWindowWebsocketSend(e)}get onmessage(){return this._onmessage}set onmessage(e){this._onmessage=e}get onopen(){return this._onopen}set onopen(e){this._onopen=e}get onclose(){return this._onclose}set onclose(e){this._onclose=e}get onerror(){return this._onerror}set onerror(e){this._onopen=e}}class jh extends _o{constructor({host:s,port:r,alias:o}){super({host:s,port:r,Transport:Uh,alias:o,protocol:"kos://"});l(this,"RESPONSE_ID_HEADER");this.RESPONSE_ID_HEADER="response-id"}}class Bh extends _o{constructor({host:s,port:r}){super({host:s,port:r,protocol:"ws://"});l(this,"RESPONSE_ID_HEADER");this.RESPONSE_ID_HEADER="requestId"}}class Kh extends _o{constructor({host:s,port:r,protocol:o,onConnectionEstablished:n,onConnectionLost:i,alias:a}){super({host:s,port:r,onConnectionEstablished:n,onConnectionLost:i,alias:a,protocol:o});l(this,"RESPONSE_ID_HEADER");this.RESPONSE_ID_HEADER="response-id"}}window.kosEnableMocks=process.env.KOS_MOCK_WS==="true";window.kosLogEvents=process.env.KOS_LOG_WS==="true";class Br{static build({host:e,port:s,protocol:r,fos:o,alias:n,onConnectionEstablished:i,onConnectionLost:a}){return p.debug("initializing websocket connection"),p.warn(`kosWindowWebsocketOpen: ${globalThis.kosWindowWebsocketOpen?"true":"false"}`),p.warn(`fos: ${o?"true":"false"}`),window.kosMockWs||globalThis.kosWindowWebsocketOpen&&!o?(p.warn("Using bridged message transport"),new jh({host:e,port:s,protocol:r,onConnectionEstablished:i,onConnectionLost:a,alias:n})):o?new Bh({host:e,port:s,protocol:r,alias:n,onConnectionEstablished:i,onConnectionLost:a}):new Kh({host:e,port:s,protocol:r,alias:n,onConnectionEstablished:i,onConnectionLost:a})}}const Hh=ae();Hh.fos&&(window.kosUseFos=!0);const Dn=process.env.KOS_FOS_PORT;window.kosUseFos=!!(window.kosUseFos||process.env.KOS_USE_FOS==="true");window.kosFosPort=Dn?parseInt(Dn):0;const xe=$.getLogger("web-socket-transport");var La=(t=>(t.NOT_INITIALIZED="not_initialized",t.INITIALIZED="initialized",t.OFFLINE="OFFLINE",t.ONLINE="ONLINE",t))(La||{}),Nt=(t=>(t.CONNECTED="websocket.connected",t.DISCONNECTED="websocket.disconnected",t.RELOAD="websocket.reload",t))(Nt||{});class et{constructor({host:e="localhost",port:s=8080,protocol:r="ws://",token:o,initialize:n,alias:i,fos:a}){l(this,"host");l(this,"port");l(this,"protocol");l(this,"_token");l(this,"webSocketSupported",!!globalThis.WebSocket);l(this,"authorized");l(this,"alias");l(this,"socket");l(this,"fosSocket");l(this,"fosPort");l(this,"useFosTransport");this.host=e,this.port=s,this.protocol=r,this._token=o,this.alias=i,this.authorized=process.env.KOS_ALLOW_ANONYMOUS==="true",this.useFosTransport=!!a,this.fosPort=a==null?void 0:a.port,this.socket=void 0,this.fosSocket=void 0;let c=!1;M.makeObservable(this,{authorized:M.observable,socket:M.observable,fosSocket:M.observable,init:M.action,connectionEstablished:M.computed}),M.reaction(()=>this.connectionEstablished,d=>{d&&(xe.warn("Connection Established"),U("websocket.connected","websocket.connected"),c&&U("websocket.reload","websocket.reload"),c=!0)}),n&&this.init()}get connectionEstablished(){return!this.webSocketSupported||!this.socket||this.useFosTransport&&!this.fosSocket?!1:this.useFosTransport&&this.fosSocket?this.socket.connectionEstablished&&this.fosSocket.connectionEstablished:!this.useFosTransport&&this.socket?this.socket.connectionEstablished:!1}init(){var e,s;if(p.warn(`Initializing WebSocketTransport on ${this.host}:${this.port}`),this.useFosTransport&&(this.fosSocket=Br.build({host:this.host,port:this.fosPort||9854,protocol:this.protocol,fos:!0})),this.socket=Br.build({host:this.host,port:this.port,protocol:this.protocol,alias:this.alias,onConnectionLost:()=>{xe.error("Connection Lost"),U("websocket.disconnected","websocket.disconnected"),this.init()}}),globalThis.kosWindowWebsocketOpen){const r={currentTarget:this.socket.socket};(s=(e=this.socket.socket)==null?void 0:e.onopen)==null||s.call(e,r)}return this}_sendSubscriptionMessage(e,s,r=!1,o=!1,n){var f,m,w,v;xe.debug(`${s} to topic ${e}`);const i=ae(),a=i==null?void 0:i.connId,c=n??a??((f=window==null?void 0:window.kosBridge)==null?void 0:f.call(window,"connId"));xe.debug(`subscribing with connId ${c}`);const d=c?`dst-addr:${c}
|
|
72
|
+
`:"",u=r?`subscribe:${e}`:o?`type:fos.broker
|
|
73
73
|
cmd:${s}
|
|
74
|
-
${d}topics:${
|
|
74
|
+
${d}topics:${e}
|
|
75
75
|
`:`${d}type:kos.broker.${s}
|
|
76
76
|
|
|
77
|
-
["${t}"]`;if(r?(m=this.fosSocket)==null?void 0:m.connectionEstablished:(v=this.socket)==null?void 0:v.connectionEstablished){const E=r?this.fosSocket:this.socket;(w=E==null?void 0:E.socket)==null||w.send(u)}else{Ae.debug("no connection adding to offline messages");const E=r?this.fosSocket:this.socket;E==null||E.addOfflineMessage(u)}}subscribeTopic({topic:t,callback:s,fos:r,bridge:o,destinationAddress:n}){const{unsubscribe:i,count:a}=O(t,s);return Ae.debug(`Topic ${t} currently has ${a} subscribers`),this._sendSubscriptionMessage(t,"subscribe",r,o,n),()=>{const{count:c}=i();Ae.debug(`Topic ${t} currently has ${c} subscribers`),c===0&&this._sendSubscriptionMessage(t,"unsubscribe",r,o,n)}}async whenReady(){const t=this;return this.webSocketSupported?(await M.when(()=>{var s,r;return!!((s=t.socket)!=null&&s.connectionEstablished)&&(!t.useFosTransport||!!((r=t.fosSocket)!=null&&r.connectionEstablished))&&t.authorized}),{status:"success"}):{status:"not supported"}}get token(){return this._token}set token(t){this._token=t,this.init()}static host(t="localhost"){return this.getInstance().host=t,this}static port(t=8080){return this.getInstance().port=t,this}static alias(t){this.getInstance().alias=t}static getInstance(t=8080,s){if(!this._instance){const r=window.kosUseFos?{port:window.kosFosPort||8081}:void 0;this._instance=new this({port:t,token:s,fos:r})}return this._instance}}l(Xt,"_instance");class ih{constructor(t,s,r,o,n){l(this,"disposers",[]);l(this,"activatableDisposers",[]);this.model=t,this.modelData=s,this.modelId=r,this.offlineQueue=o,this.log=n}registerAll(t){var o;const s=((o=this.modelData)==null?void 0:o[W])||{},r=Object.keys(s);this.log.debug(`Found ${r.length} subscriptions in ${this.modelId} (lifecycle: ${t??"any"})`),r.forEach(n=>{const i=s[n],a=i.lifecycle;if(t&&t!==a)return;const c=this.resolvePropKey(n);this.log.debug(`Resolved topic: ${n} → ${c}`);const d=this.createHandler(c,i);this.subscribe(i,c,d,a===B.ACTIVATE)})}deactivate(){this.log.debug(`Deactivating subscriptions for ${this.modelId}`);for(const t of this.activatableDisposers)try{t()}catch(s){this.log.error("Error during subscription disposal",s)}this.activatableDisposers=[]}disposeAll(){const t=[...this.disposers,...this.activatableDisposers];this.log.debug(`Disposing ${t.length} subscriptions for ${this.modelId}`);for(const s of t)try{s()}catch(r){this.log.error("Error during subscription disposal",r)}this.disposers=[],this.activatableDisposers=[]}subscribe(t,s,r,o){const n=t.destinationAddress?this.resolvePropKey(t.destinationAddress):null;if(t.websocket){this.log.debug(`Subscribing to WebSocket topic: ${s}`);const i=Xt.getInstance().subscribeTopic({topic:s,callback:r,fos:t.fos,bridge:t.bridge,destinationAddress:n});this.disposers.push(i)}else{this.log.debug(`Subscribing to EventBus topic: ${s}`);const{unsubscribe:i}=O(s,r);o?this.activatableDisposers.push(i):this.disposers.push(i)}}createHandler(t,s){return async r=>{var o;try{const n=(o=r==null?void 0:r.headers)==null?void 0:o["src-addr"],i=s.destinationAddress&&this.resolvePropKey(s.destinationAddress),a=i?n===i:!0;if(this.model.isReady()){const c=Dr(r,s.skipParse),d=s.transform(c);if(a&&s.condition(d,this.modelData,r))return s.handler.call(this.modelData,d,r,this.modelData)}else{this.log.warn(`Model ${this.modelId} not ready. Queuing message for ${t}`);const c=()=>{const d=Dr(r,s.skipParse),u=s.transform(d);if(a&&s.condition(u,this.modelData,r))return s.handler.call(this.modelData,u,r,this.modelData)};this.offlineQueue.enqueue(c)}}catch(n){this.log.error(`Error handling subscription for ${t}`,n)}}}resolvePropKey(t){const s=/.*({PROP_(.+)})/;let r=t.includes("{MODEL_ID}")?t.replace("{MODEL_ID}",this.modelId):t;const o=r.match(s);return o&&o[2]in this.modelData&&(r=r.replace(o[1],this.modelData[o[2]])),r}}function ut(e,t){const s=`[Model:${t}]`;return{debug:(...r)=>e.debug(s,...r),info:(...r)=>e.info(s,...r),warn:(...r)=>e.warn(s,...r),error:(...r)=>e.error(s,...r)}}function ah(e){return!!(e!=null&&e[xe])&&Object.keys(e[xe]).length>0}function ch(e){return!!(e!=null&&e[W])&&Object.keys(e[W]).length>0}class lh{static createAll(t){const{modelId:s,modelTypeName:r,modelData:o}=t,n=Vu.create({modelId:s,modelTypeName:r}),i=new zu(t,ut(n,"fsm")),a=new Yu(ut(n,"offline-queue")),c=new ku(t),d=new Fu(t),u={fsm:i,offlineQueue:a,companionManager:c,childResolver:d};if(ah(o)&&(u.effectManager=new Nu(r,s,o,ut(n,"effect"))),ch(o)){const h=ut(n,"subscription");u.subscriptionManager=new ih(t,o,s,a,h),u.onlineLifecycleManager=new qu(t,ut(n,"online"))}return u}}const P=S.getLogger("kos-model"),dh="kos.extension.model.loader";class ua{constructor({modelTypeName:t,id:s,modelData:r}){l(this,"_id");l(this,"_status");l(this,"_activeStatus");l(this,"_onlineStatus");l(this,"modelData");l(this,"modelTypeName");l(this,"initialized");l(this,"loaded");l(this,"offlineQueue");l(this,"subscriptionManager");l(this,"effectManager");l(this,"onlineLifecycleManager");l(this,"companionManager");l(this,"childResolver");l(this,"fsm");this._id=typeof s<"u"?`${s}`:t,this.modelTypeName=t,this.initialized=!1,this.loaded=!1,this.modelData=r,this._status=b.CREATED,this._activeStatus=b.INACTIVE,this._onlineStatus=b.OFFLINE;const o=lh.createAll(this);this.fsm=o.fsm,this.offlineQueue=o.offlineQueue,this.companionManager=o.companionManager,this.childResolver=o.childResolver,o.effectManager&&(this.effectManager=o.effectManager),o.subscriptionManager&&(this.subscriptionManager=o.subscriptionManager),o.onlineLifecycleManager&&(this.onlineLifecycleManager=o.onlineLifecycleManager),M.makeAutoObservable(this,{fsm:!1,effectManager:!1,subscriptionManager:!1,onlineLifecycleManager:!1,companionManager:!1,childResolver:!1,offlineQueue:!1}),xu(this)}get companionModels(){return this.companionManager}set status(t){this._status=t}get status(){return this._status}get modelId(){return this._id}get id(){return this._id}get activeStatus(){return this._activeStatus}set activeStatus(t){this._activeStatus=t}get onlineStatus(){return this._onlineStatus}set onlineStatus(t){this._onlineStatus=t}get modelManager(){return globalThis.kos.modelManager}isActive(){return this._status===b.ACTIVE}isOnline(){return this._onlineStatus===b.ONLINE}isReady(){return this._status===b.READY}async deactivate(){var t,s,r;P.debug(`deactivating model ${this.modelTypeName} with id ${this.modelId}`);try{const o=N.getContext(this.modelId);await((s=(t=this.modelData)==null?void 0:t.deactivate)==null?void 0:s.call(t,o)),P.debug(`Model ${this.modelTypeName} with id ${this.modelId} deactivated`),(r=this.subscriptionManager)==null||r.deactivate()}catch(o){throw P.debug(`Model ${this.modelId} failed to deactivated`),o}}async activate(){var t,s,r;P.debug(`activating model ${this.modelTypeName} with id ${this.modelId}`),await gt(this,B.ACTIVATE);try{const o=N.getContext(this.modelId);await((s=(t=this.modelData)==null?void 0:t.activate)==null?void 0:s.call(t,o)),P.debug(`Model ${this.modelTypeName} with id ${this.modelId} subscribing to all topics`),(r=this.subscriptionManager)==null||r.registerAll(B.ACTIVATE),P.debug(`Model ${this.modelTypeName} with id ${this.modelId} activated`)}catch(o){throw P.debug(`Model ${this.modelId} failed to activate`),o}}async whenInitialized(){await ln([{condition:()=>this.status===b.FAILED,onMatch:()=>{throw new Error(`Failed to initialize model ${this.modelId}`)}},{condition:()=>this.initialized,onMatch:()=>{P.debug(`Model ${this.modelId} is initialized`)}}])}async whenReady(){await ln([{condition:()=>this.status===b.FAILED,onMatch:()=>{throw new Error(`Failed to ready model ${this.modelId}`)}},{condition:()=>this.status===b.READY,onMatch:()=>{P.debug(`Model ${this.modelId} is ready`)}}])}async ready(){var t,s,r;if(this.fsm.current===b.READY){P.debug(`already readying model ${this.modelTypeName} with id ${this.modelId} returning`);return}try{P.debug(`readying model ${this.modelTypeName} with id ${this.modelId}`),await gt(this,B.READY),await Zi(this,ao.READY,B.READY);const o=N.getContext(this.modelId);await((s=(t=this.modelData)==null?void 0:t.ready)==null?void 0:s.call(t,o)),this.offlineQueue.flush(),(r=this.subscriptionManager)==null||r.registerAll(B.READY),P.debug(`Model ${this.modelId} is ready`);const n={modelId:this.modelId,modelType:this.modelTypeName};U(ki(this.modelTypeName,this.modelId),n),U(Ni(this.modelTypeName),n)}catch(o){throw P.error(o),Error(o)}}async load(){var r,o,n,i;const{modelTypeName:t,modelId:s}=this;if(this.fsm.current===b.LOADED||this.fsm.current===b.LOADING){P.debug(`Model ${t} with id ${s} already loaded or loading`);return}P.debug(`Loading model ${t} with id ${s}`),await gt(this,B.LOAD);try{const a=N.getContext(s),c=`${dh}.${t}`,d=await $.loader.executeLoader(c,{});d&&(P.info(`Setting loaded context for ${s}, type: ${t}`),a==null||a.set(c,d)),await((o=(r=this.modelData)==null?void 0:r.load)==null?void 0:o.call(r,a)),this.loaded=!0,P.debug(`Model ${t} with id ${s} successfully loaded`),(n=this.subscriptionManager)==null||n.registerAll(B.LOAD),(i=this.effectManager)==null||i.setup()}catch(a){throw P.error(`Model ${s} failed to load`,a),a}}async unload(){var t,s,r,o,n;P.debug(`unloading model ${this.modelTypeName} with id ${this.modelId}`);try{const i=this.getChildren().map(c=>{var d;return(d=c.unload)==null?void 0:d.call(c)}).filter(c=>!!c);await Promise.allSettled(i);const a=N.getContext(this.modelId);await((s=(t=this.modelData)==null?void 0:t.unload)==null?void 0:s.call(t,a)),this.loaded=!1,(r=this.onlineLifecycleManager)==null||r.dispose(),P.debug(`Model ${this.modelTypeName} with id ${this.modelId} unloaded`),(o=this.effectManager)==null||o.disposeAll(),(n=this.subscriptionManager)==null||n.disposeAll()}catch(i){throw P.debug(`Model ${this.modelId} failed to unload`),i}}async init(){var o,n,i;const{modelId:t,modelTypeName:s}=this,r=N.getContext(t);P.debug(`Initializing model ${s} with id ${t}`),await gt(this,B.INIT);try{await((n=(o=this.modelData)==null?void 0:o.init)==null?void 0:n.call(o,r)),this.initialized=!0,P.debug(`Model ${s} with id ${t} initialized`),(i=this.onlineLifecycleManager)==null||i.register(),this.registerSubscribers(B.INIT)}catch(a){throw P.error(`Model ${t} failed to initialize`,a),a}}async registerSubscribers(t){var s;P.debug(`registering subscribers in ${this.modelTypeName} with id ${this.modelId}`),(s=this.subscriptionManager)==null||s.registerAll(t)}async online(){var s,r;P.debug(`online model ${this.modelTypeName} with id ${this.modelId}`),this.registerSubscribers();const t=N.getContext(this.modelId);await((r=(s=this.modelData)==null?void 0:s.online)==null?void 0:r.call(s,t))}async offline(){var s,r,o;P.debug(`offline model ${this.modelTypeName} with id ${this.modelId}`),(s=this.subscriptionManager)==null||s.disposeAll();const t=N.getContext(this.modelId);await((o=(r=this.modelData)==null?void 0:r.offline)==null?void 0:o.call(r,t))}accept(t){t.visit(this)}getChildren(){return this.childResolver.resolve()}addCompanionModel(t){this.companionManager.add(t)}clearCompanionModels(){this.companionManager.clear()}}const ha=e=>typeof e=="function",fn=p.createLogger({name:"kos-model-instantiator"});class uh{constructor(t,s){this.registry=t,this.cache=s}createModelInstance(t,s,r={}){const o=this.registry.models[t];if(!o)throw new Error(`No model registered for type ${t}`);const n=o.singleton?t:s;if(this.cache.restoreFromDeleteCache(n),!this.cache.hasModel(n)){fn.debug(`Creating model instance: ${t} [${n}]`);const a=o.create?o.create({modelTypeId:t,id:n,options:r}):new o.class(n,r),c=new ua({modelTypeName:t,id:n,modelData:a});this.cache.addModel(c),this._createCompanionModels(c,r)}const i=this.cache.getModelById(n);if(!i)throw fn.error(`Model ${t} [${n}] not found in cache`),new Error(`Model ${t} [${n}] not found in cache`);return{model:i,data:i.modelData}}_createCompanionModels(t,s){var n;const r=t.modelTypeName,o=((n=this.registry.companionModels)==null?void 0:n[r])||[];for(const{type:i}of o){const a=ha(i)?i(t.modelData,s):i;if(!a)continue;const c=`${a}-${t.modelId}`,d=this.createModelInstance(a,c,{data:s,companionParent:t.modelData,kosParentId:t.modelId});d!=null&&d.model&&t.addCompanionModel(d.model)}}}let hh=class{constructor(t){this._registry=t}get registry(){return this._registry}getModelTypeRegistry(t){const s=this.registry.models[t];if(!s)throw new Error(`No registration for model type ${t}`);return s}registerModel(t){const s=t.type;this.registry.models[s]||(this.registry.models={...this.registry.models,...t.registration})}registerCompanionModel(t,s){var r,o;(r=this.registry).companionModels??(r.companionModels={}),(o=this.registry.companionModels)[t]??(o[t]=[]),this.registry.companionModels[t].some(n=>n.type===s)||this.registry.companionModels[t].push({type:s})}getModelSubscriptions(t){var s;return((s=this.getModelTypeRegistry(t))==null?void 0:s.subscriptions)||{}}getDataModelBuilder(t){var r;const s=(r=this.getModelTypeRegistry(t))==null?void 0:r.builder;if(!s)throw new Error(`No builder found for model type ${t}`);return s}getModelFactory(t){return it(t)}};const fa=10,gn=p.createLogger({name:"kos-model-manager"});class ga{constructor(){l(this,"cache");l(this,"instantiator");l(this,"dependencies");l(this,"_registry");globalThis.kos=globalThis.kos||{},this.dependencies=new du,globalThis.kos.modelManager=this,globalThis.kos.resolveKosModel=t=>{const s=this.getModelById(t);if(s)return s.modelData||{}},globalThis.kos.kosModelJson=t=>{var r,o;const s=this.getModelById(t);if(s)return((o=(r=s.modelData).toJSON)==null?void 0:o.call(r))||{}},globalThis.kos.kosModelDebug=t=>{var r;const s=this.getModelById(t);if(s)return((r=s.modelData)==null?void 0:r.debugState)||{}},globalThis.kos.kmd=globalThis.kos.kosModelDebug,globalThis.kos.kmj=globalThis.kos.kosModelJson}static create(t,s){const r=this.getInstance(s);return r._registry=new hh(t),r.cache=new uu(t.preloadModels),r.instantiator=new uh(t,r.cache),r}static getInstance(t){var s,r;return(!((s=globalThis.kos)!=null&&s.modelManager)||t)&&(gn.debug("Creating new instance of KosModelManager"),new this),(r=globalThis.kos)==null?void 0:r.modelManager}get registry(){return this._registry.registry}get preloadedModels(){return this.cache.preload(t=>(gn.debug(`preloading ${t}`),typeof t=="string"?this.createModelInstance(t).model:this.createModelInstance(t.modelType,t.modelId,t.options).model))}get models(){return this.cache.models}getModelById(t){return this.cache.getModelById(t)}addModel(t){return this.cache.addModel(t)}removeModel(t){this.cache.removeModel(t.modelId)}hasModel(t){return this.cache.hasModel(t)}getModelsByType(t,s){return Array.from(this.models).filter(r=>r.modelTypeName===t).filter(r=>s?s(r.modelData):!0).map(r=>r.modelData)}getModelSubscriptions(t){return this._registry.getModelSubscriptions(t)}getDataModelBuilder(t){return this._registry.getDataModelBuilder(t)}getModelFactory(t){return it(t)}addDependency(t,s){this.cache.restoreFromDeleteCache(s),this.dependencies.add(t,s)}removeDependency(t,s){this.dependencies.remove(t,s)}async reloadModel(t){if(t.id){const s=this.getModelById(t.id);s&&await s.fsm.transitionTo(A.RESET,b.RESETTING)}}async initiateDestroyModel(t){if(!t.id)throw new Error("Model ID is required");if(!this.dependencies.canDestroy(t.id))return;const s=this.getModelById(t.id);s&&(this.cache.markForDeletion(s),Di.addToDeletionQueue(t.id,setTimeout(()=>this.destroyModel(s),fa)))}async destroyModel(t){var s;t!=null&&t.modelId&&this.dependencies.canDestroy(t.modelId)&&(await((s=t.unload)==null?void 0:s.call(t)),this.removeModel(t))}createModelInstance(t,s,r={}){return this.instantiator.createModelInstance(t,s,r)}registerCompanionModel(t,s){this._registry.registerCompanionModel(t,s)}registerModel(t){this._registry.registerModel(t)}}const fh=async({context:e,extension:t})=>{const s=await $.loader.executeLoader(t,{});return e==null||e.set(t,s),s},gh=async({extension:e,contextData:t,data:s})=>await $.dataMapper.executeMapper(e,s,t),ph=async({extension:e,contextData:t,data:s})=>await $.propertyMapper.executeMapper(e,s,t),mh=Object.freeze(Object.defineProperty({__proto__:null,executeDataMapperExtension:gh,executeLoaderExtension:fh,executePropertyMapperExtension:ph},Symbol.toStringTag,{value:"Module"})),yh="Extensions";class bh{constructor(){l(this,"extensions");this.extensions={}}register(t,s,r){this.extensions[t]={},this.extensions[t][s]={component:r}}get(t,s){if(!this.extensions[t])throw new Error(`Extension point ${t} not found`);return this.extensions[t][s]}get allExtensions(){return this.extensions}}var ws=(e=>(e.CREATING="creating",e.CREATED="created",e.INITIALIZING="initializing",e.INITIALIZED="initialized",e.LOADING="loading",e.LOADED="loaded",e.ONLINE="online",e.READYING="readying",e.READY="ready",e.OFFLINE="offline",e.UNLOADING="unloading",e.UNLOADED="unloaded",e.RELOADING="reloading",e))(ws||{}),Ve=(e=>(e.CREATE="create",e.INITIALIZE="init",e.READY="ready",e.GO_ONLINE="go_online",e.GO_OFFLINE="go_offline",e.UNLOAD="unload",e.RELOAD="reload",e))(Ve||{});const wh=e=>{const t=y.createMachine("offline",{online:y.state(y.transition("go_offline","offline",y.action(()=>{e.offline(),M.runInAction(()=>{e.isOnline=!1})}))),offline:y.state(y.transition("go_online","online",y.action(()=>{e.online(),M.runInAction(()=>{e.isOnline=!0})})))}),s=y.interpret(t,n=>S.debug(n.machine.current)),r=y.createMachine({creating:y.state(y.transition("create","created")),created:y.state(y.immediate("initializing")),initializing:y.invoke(()=>e.init(),y.transition("done","initialized")),initialized:y.state(y.immediate("loading")),loading:y.invoke(()=>e.load(),y.transition("done","loaded")),loaded:y.state(y.immediate("readying"),y.transition("unload","unloading")),readying:y.invoke(()=>e.ready(),y.transition("done","ready",y.action(()=>{M.runInAction(()=>{e.status="ready"})}))),reloading:y.invoke(()=>e.reload(),y.transition("done","loading")),ready:y.state(y.transition("reload","reloading"),y.transition("unload","unloaded",y.action(e.unload.bind(e))),y.transition("go_online","ready",y.action(()=>{s.send("go_online")})),y.transition("go_offline","ready",y.action(()=>{s.send("go_offline")}))),unloaded:y.state()});return{service:y.interpret(r,n=>S.debug(n.machine.current)),online:s}},re=async e=>{if(e.id){const t=I.getInstance().modelManager.getModelById(e.id);if(!t)throw new Error(`Model with ID ${e.id} not found`);await(t==null?void 0:t.whenReady())}else throw new Error("Data model must have a valid ID");return e},Le=async e=>{await I.getInstance().whenReady(),await I.getInstance().modelManager.initiateDestroyModel(e)},vh=async e=>{if(await I.getInstance().whenReady(),!e.id)throw new Error("Model ID is required");const t=I.getInstance().modelManager.getModelById(e.id);t&&await t.fsm.transitionTo(A.UNLOAD,b.UNLOADED)},pa=async e=>{await I.getInstance().whenReady(),await I.getInstance().modelManager.reloadModel(e),p.debug(`reload model initiated for model ${e.id}, model ready: ${Ts(e)} - ${Date.now()} `),await re(e),p.debug(`reload model complete for model ${e.id}, model ready: ${Ts(e)} - ${Date.now()} `)},Mh=async e=>{if(await I.getInstance().whenReady(),!e)throw new Error("Model ID is required");const t=I.getInstance().modelManager.getModelById(e);return t==null?void 0:t.modelTypeName},ma=async e=>{if(await I.getInstance().whenReady(),!e)throw new Error("Model ID is required");const t=I.getInstance().modelManager.getModelById(e);return{model:t==null?void 0:t.modelData,type:t==null?void 0:t.modelTypeName}},Ue=e=>{if(!e)throw new Error("Model ID is required");const t=I.getInstance().modelManager.getModelById(e);return{model:t==null?void 0:t.modelData,type:t==null?void 0:t.modelTypeName}},ya=(e,t)=>{if(!e)throw new Error("Model type is required");return I.getInstance().modelManager.getModelsByType(e).filter(o=>Object.keys(t).every(n=>o[n]===t[n]))},Eh=(e,t)=>ya(e,t)[0],_h=(e,t)=>{if(!e.id)throw new Error("Model ID is required");const s=I.getInstance().modelManager.getModelById(e.id);if(!s)throw new Error("Model not found");const r=s.companionModels.get(t);return r==null?void 0:r.modelData},Ih=e=>{if(!e.id)throw new Error("Model ID is required");const t=I.getInstance().modelManager.getModelById(e.id);if(!t)throw new Error("Model not found");return Array.from(t.companionModels.all()).map(r=>r.modelData)},Th=e=>{if(!e)throw new Error("Model ID is required");const t=I.getInstance().modelManager.getModelById(e);if(!t)throw new Error("Model not found");return t.companionModels.data},Ar=(e,t)=>{const s=I.getInstance().modelManager.getModelById(e);if(!s){p.info(`Model not found for id ${e}`);return}return Array.from(s.companionModels.all()).find(o=>t(o.modelData))},ae=e=>t=>Object.getPrototypeOf(t).modelTypeId===e,Ts=e=>{const t=I.getInstance().modelManager.getModelById(e.id);if(!t)throw new Error("Model not found");return t.isReady()},Oh=p.createLogger({name:"kos-model-factory"}),xt={byModelType:e=>I.getInstance().modelManager.getModelFactory(e),getModelInstance:(e,t,s)=>{const r=xt.byModelType(t);if(!r)throw Oh.error(`No registered factory found for model type ${t}. Please register a factory for this model type. `),Error(`No factory found for model type ${t}`);return r.build(e,s)}},J={Factory:{create:e=>t=>(s,r)=>(r&&N.setParentContext(t,r),xt.getModelInstance(t,e,s))},Singleton:{create:e=>(t,s)=>(s&&N.setParentContext(e,s),xt.getModelInstance(e,e,t))},Model:{instance:e=>t=>xt.getModelInstance(t,e)}};window.KosRegistry=window.KosRegistry||{coreModels:new Map,preloadModels:[],companionModels:new Map,models:new Map};const pn=window.KosRegistry.coreModels,yr=window.KosRegistry.preloadModels,br=window.KosRegistry.companionModels,as=window.KosRegistry.models,D={model:{registerLegacyModel:e=>(t,s)=>(pn.set(t,s),{preload:D.model.preloadModel(e),model:D.model.register(e),companion:D.companion.register(e),legacy:D.model.registerLegacyModel(e),root:e}),preloadModel:e=>t=>(yr.includes(t)||yr.push(t),{preload:D.model.preloadModel(e),model:D.model.register(e),companion:D.companion.register(e),legacy:D.model.registerLegacyModel(e),root:e}),register:e=>(t,s)=>{const r=wr(t)?t.registration():t;return as.set(r.type,r),wr(t)&&t.relatedModels.forEach(o=>as.set(o.type,o.registration())),I.getInstance().isReady&&(I.getInstance().modelManager.registry.models[r.type]||(console.info(`Model with type ${r.type} doesn't exist. Adding new registration`),I.getInstance().modelManager.registry.models[r.type]=r.registration[r.type],wr(t)&&t.relatedModels.forEach(o=>I.getInstance().modelManager.registry.models[o.type]=o.registration().registration))),s&&D.model.preloadModel(e)(r.type),{preload:D.model.preloadModel(e),model:D.model.register(e),companion:D.companion.register(e),legacy:D.model.registerLegacyModel(e),root:e}},get:e=>as.get(e),getAll:()=>Array.from(as.entries()),getPreloadModels:()=>yr,getLegacyModels:()=>Array.from(pn.entries()).reduce((e,[t,s])=>(e[t]=s,e),{})},companion:{register:e=>(t,s)=>{const r=br.get(t)||[];return r.push(s),br.set(t,r),{preload:D.model.preloadModel(e),model:D.model.register(e),companion:D.companion.register(e),legacy:D.model.registerLegacyModel(e),root:e}},getAll:()=>Array.from(br.entries())}},ba=D.model.registerLegacyModel,wa=D.model.register,Sh=D.companion.register,$h=D.model.preloadModel,va=e=>typeof e.updateModel=="function",wr=e=>e.registration!==void 0&&typeof e.registration=="function";class Ma{constructor(t){l(this,"singleton");l(this,"type");l(this,"loader");l(this,"class");l(this,"guard");l(this,"factory");l(this,"relatedModels",[]);this.singleton=t.singleton,this.guard=ae(t.type),this.type=t.type,this.loader=`kos.extension.model.loader.${t.type}`,this.factory=t.factory,this.class=t.class}addRelatedModel(t){this.relatedModels.push(t)}registerRelatedModels(){this.relatedModels.forEach(t=>t.register())}register(){D.model.register({})(this.registration()),this.registerRelatedModels()}}class ge extends Ma{constructor(t){super({...t,singleton:!1,factory:J.Factory.create(t.type)})}instance(t){const s=this.factory(t);return{get:()=>{const r=Ue(t);if(!r)throw new Error("Model not found with id "+t);if(this.guard(r))return r;throw new Error("Model is not of type "+this.type)},forceUpdate:{options:r=>({build:()=>{const o=s(r);if(this.guard(o)){if(va(o))o.updateModel(r);else throw new Error(`Model ${this.type} is not updateable. Please implement UpdateAware interface`);return o}else throw new Error("Model is not of type "+this.type)}})},options:r=>({build:()=>{const o=s(r);if(this.guard(o))return o;throw new Error("Model is not of type "+this.type)}})}}registration(){return{type:this.type,predicate:this.guard,registration:{[this.type]:{class:this.class,singleton:!1}},factory:this.factory}}}class Ee extends Ma{constructor(t){super({...t,singleton:!0,factory:J.Singleton.create(t.type)})}instance(){const t=this.factory;return{get:()=>{const r=Ue(this.type);if(!r)throw new Error("Model not found with id "+this.type);if(this.guard(r))return r;throw new Error(`Model is not of type ${this.type}. Received type ${Object.getPrototypeOf(r).modelTypeId}`)},forceUpdate:{options:r=>({build:()=>{const o=t(r);if(this.guard(o)){if(va(o))o.updateModel(r);else throw new Error(`Model ${this.type} is not updateable. Please implement UpdateAware interface`);return o}else throw new Error(`Model is not of type ${this.type}. Received type ${Object.getPrototypeOf(o).modelTypeId}`)}})},options:r=>({build:()=>{const o=t(r);if(this.guard(o))return o;throw new Error(`Model is not of type ${this.type}. Received type ${Object.getPrototypeOf(o).modelTypeId}`)}})}}registration(){return{type:this.type,predicate:this.guard,registration:{[this.type]:{class:this.class,singleton:!0}},factory:this.factory}}}const z=p.createLogger({name:"kos-core"}),Dh=()=>{const e=ie(),t=e==null?void 0:e.alias,s=process.env.KOS_CONNECTION_ALIAS;return t||s||void 0},Ch=()=>{const e=window.location.protocol,t=ie(),s=t==null?void 0:t.host;let r;try{r=new URL(s).protocol==="https:"?"wss://":"ws://"}catch{}return r||(e==="https:"?"wss://":"ws://")},Ah=()=>{const e=window.location.hostname,t=process.env.KOS_HOST,s=ie(),r=s==null?void 0:s.host;let o;try{o=new URL(r).hostname}catch{}return o??t??e},Rh=()=>{const e=window.location.port,t=process.env.KOS_PORT,s=ie(),r=s==null?void 0:s.host;let o;try{o=new URL(r).port}catch{}return o??t??e},Ph=(e,t)=>{let s;return{promise:new Promise((n,i)=>{s=setTimeout(()=>{t?p.error(`Model ${t.modelId} - ${t.modelTypeName} preloading - timed out after ${e}ms`):p.error(`KOS Core preloading timed out after ${e}ms`),i(new Error(`Model ${t==null?void 0:t.modelId} - ${t==null?void 0:t.modelTypeName} - timed out after ${e}ms`))},e)}),cancel:()=>{s&&clearTimeout(s)}}},mn=e=>typeof e.reload=="function",xh=e=>typeof e.unload=="function";var Ea=(e=>(e.LOGGED_IN="logged_in",e.LOGGED_OUT="logged_out",e))(Ea||{});class I{constructor(t){l(this,"fsmService");l(this,"status");l(this,"initialized");l(this,"loaded");l(this,"_transport");l(this,"modelManager");l(this,"authState");l(this,"isOnline");l(this,"_reloading");l(this,"_unloading");l(this,"connectionAlias");this.initialized=!1,this.connectionAlias=t,this.loaded=!1,this.isOnline=!1,this.status=ws.CREATED,this.authState="logged_out",this._reloading=!1,this._unloading=!1,M.makeAutoObservable(this),O("token",a=>{a&&(this.transport.token=a.body)}),O(Pt.CONNECTED,async()=>{await this.whenReady(),this.fsmService.service.send(Ve.GO_ONLINE)}),O(Pt.DISCONNECTED,async()=>{this.fsmService.service.send(Ve.GO_OFFLINE)}),O("/studioServer/auth/LOGGED_IN",()=>{this.authState="logged_in",this.transport.authorized=!0}),O("/studioServer/auth/LOGIN_REQUIRED",()=>{this.authState="logged_out",this.transport.authorized=!1}),O(Pt.RELOAD,()=>{this.fsmService.service.send(Ve.RELOAD)}),O("/studio/project/reload",()=>{this.fsmService.service.send(Ve.RELOAD)});const s=Xt.getInstance(),r=Ah(),o=Rh(),n=Ch();s.host=r,s.port=Number.parseInt(o),s.protocol=n,process.env.KOS_ALLOW_ANONYMOUS==="true"&&(s.authorized=!0);const i=Dh()??t;i&&(s.alias=i.replace("{{TIMESTAMP}}",Date.now().toString())),this._transport=s.init(),this.fsmService=wh(this),this.fsmService.service.send(Ve.CREATE)}get onlineStatus(){return this.isOnline&&!this._reloading&&!this._unloading}get reloading(){return this._reloading}get unloading(){return this._unloading}async reload(){var o,n,i,a;const t=Date.now();if(this._reloading){z.info("reload already in progress");return}this._reloading=!0,z.warn("reloading KOS Core"),z.warn("reloading preloaded models");const s=this.modelManager;for(const c of s.preloadedModels)mn(c.modelData)&&(z.info(`reloading model ${c.modelId}`),(o=c.unload)==null||o.call(c),await c.modelData.reload(),(n=c.registerSubscribers)==null||n.call(c),z.info(`reloading model ${c.modelId} complete`));for(const c of s.models)!s.preloadedModels.includes(c)&&mn(c.modelData)&&((i=c.unload)==null||i.call(c),await c.modelData.reload(),(a=c.registerSubscribers)==null||a.call(c));const r=Date.now()-t;setTimeout(()=>{M.runInAction(()=>{z.warn("reloading KOS Core complete"),this._reloading=!1})},1e3-r)}async online(){z.debug("KOS Core going online"),await this._transport.whenReady(),z.debug("KOS Transport Ready. Calling online() for models"),U("/kosCore/online","/kosCore/online"),console.timeEnd("kosCore:startup")}async offline(){z.debug("KOS Core going offline"),U("/kosCore/offline","/kosCore/offline")}async unload(){var o;z.debug("Unloading KOS Core");const t=Date.now();this._unloading=!0,z.debug("unloading KOS Core");const s=this.modelManager;for(const n of s.models)xh(n.modelData)&&((o=n.unload)==null||o.call(n));const r=Date.now()-t;setTimeout(()=>{M.runInAction(()=>{this._unloading=!1})},1e3-r)}async whenReady(){await M.when(()=>this.status===ws.READY)}async ready(){z.debug("Readying KOS Core"),await this._transport.whenReady();const t=this.modelManager.preloadedModels.map(o=>({modelId:o.modelId,model:o,promise:o.whenReady()})),r=(await Promise.allSettled(t.map(o=>{const{promise:n,cancel:i}=Ph(5e3,o.model);Promise.race([o.promise.then(()=>{i()}),n])}))).filter(o=>o.status==="rejected");if(r.length)throw z.error(`There were ${r.length} failed models on model preloading`),Error(`There were ${r.length} failed models on model preloading`);z.debug("leaving kos-core ready() ")}get isReady(){return this.status===ws.READY}set transport(t){this._transport=t}get transport(){return this._transport}get coreInitialized(){return this.initialized}get modelsLoaded(){return this.loaded}async init(){z.debug("entering kos-core init()"),console.time("kosCore:startup"),console.time("kosCore:init"),await this._transport.whenReady(),this.initialized=!0,z.debug("initialized - leaving kos-core init()"),console.timeEnd("kosCore:init")}async load(){z.debug("entering kos-core load()"),console.time("kosCore:load"),this.loaded=!0,z.debug("loaded - leaving kos-core load()"),console.timeEnd("kosCore:load")}static create(t,s,r){var i,a,c;const o=this.getInstance({reset:s,connectionAlias:r});(i=t.extensions)!=null&&i.dataMapper&&Object.keys(t.extensions.dataMapper).forEach(d=>{var h,g;const u=(g=(h=t.extensions)==null?void 0:h.dataMapper)==null?void 0:g[d];u&&(Array.isArray(u)?u.forEach(m=>{$.dataMapper.registerDataMapper(d,m)}):$.dataMapper.registerDataMapper(d,u))}),(a=t.extensions)!=null&&a.propertyMapper&&Object.keys(t.extensions.propertyMapper).forEach(d=>{var h,g;const u=(g=(h=t.extensions)==null?void 0:h.propertyMapper)==null?void 0:g[d];u&&$.propertyMapper.registerPropertyMapper(d,u)}),(c=t.extensions)!=null&&c.contextLoader&&Object.keys(t.extensions.contextLoader).forEach(d=>{var h,g;const u=(g=(h=t.extensions)==null?void 0:h.contextLoader)==null?void 0:g[d];u&&$.loader.registerLoader(d,u)}),D.model.getAll().forEach(([,d])=>{t.models={...t.models,...d.registration}}),t.models={...t.models,...D.model.getLegacyModels()},D.companion.getAll().forEach(([d,u])=>{t.companionModels={...t.companionModels},t.companionModels[d]=t.companionModels[d]||[];for(const h of u)t.companionModels[d].push({type:h})}),D.model.getPreloadModels().forEach(d=>{t.preloadModels.includes(d)||t.preloadModels.push(d)});const n=ga.create(t,s);return o.modelManager=n,o}static getInstance(t){return this._instance=window.KosCore,(!this._instance||t!=null&&t.reset)&&(window.KosCore=new this(t==null?void 0:t.connectionAlias),this._instance=window.KosCore),this._instance}}l(I,"_instance");function Rr(e){const t=new Uint8Array(e);let s="";for(let r=0;r<t.byteLength;r++)s+=String.fromCharCode(t[r]);return btoa(s)}function Lh(e){const t=atob(e),s=new Uint8Array(t.length);for(let r=0;r<t.length;r++)s[r]=t.charCodeAt(r);return s.buffer}async function Fh(e){return await e.arrayBuffer()}function kh(e,t){return new Blob([e],{type:t||"application/octet-stream"})}async function Nh(e){const t={},s=[],r=[];e.forEach((o,n)=>{r.push([n,o])});for(const[o,n]of r)if(n instanceof File){const i=await n.arrayBuffer();s.push({name:o,filename:n.name,type:n.type,data:Rr(i)})}else t[o]=n.toString();return{fields:t,files:s}}function Uh(e){return new ReadableStream({async start(){},async pull(t){await e(t)},cancel(){}})}async function jh(e){if(!e)return{data:"",contentType:"text/plain"};if(typeof e=="string")return{data:e,contentType:"text/plain"};if(e instanceof ArrayBuffer||e instanceof Uint8Array){let t;return e instanceof Uint8Array?(t=new ArrayBuffer(e.byteLength),new Uint8Array(t).set(e)):t=e,{data:Rr(t),contentType:"application/octet-stream",encoding:"base64"}}if(e instanceof Blob){const t=await Fh(e);return{data:Rr(t),contentType:e.type||"application/octet-stream",encoding:"base64"}}if(e instanceof FormData){const t=await Nh(e);return{data:JSON.stringify(t),contentType:"multipart/form-data",encoding:"json"}}throw new Error("Unsupported body type")}const cs=p.createLogger({name:"kos-fetch"}),Bh=process.env.KOS_WS_TIMEOUT?parseInt(process.env.KOS_WS_TIMEOUT):3e4,Kh=()=>new Promise(e=>{setTimeout(()=>{e(!0)},0)}),Hh=e=>e!=null&&e.studio?Qi:e!=null&&e.fos?ea:ta,Gh=async(e,t)=>{const s=I.getInstance().transport;await s.whenReady();const r=nt(),o=new URL(e),n=`${o.pathname}${o.search}`;cs.debug(`path: ${n}`);const i=(t==null?void 0:t.timeout)||Bh,a=Hh(t),c=await jh(t==null?void 0:t.body),d={};c.contentType&&(d["content-type"]=c.contentType),c.encoding&&(d["content-encoding"]=c.encoding);const u=$e(a({path:n,requestId:r,method:(t==null?void 0:t.method)||"GET",destinationAddress:(t==null?void 0:t.destinationAddress)||"",ordered:t==null?void 0:t.ordered,tracker:t==null?void 0:t.tracker,bridge:t==null?void 0:t.bridge,headers:{...t==null?void 0:t.headers,...d}}),c.data);return new Promise(h=>{let g=null,m=null;if(t!=null&&t.signal){if(t.signal.aborted){h({headers:pt({}),status:0,ok:!1,json:async()=>null,body:mt(""),redirected:!1,statusText:"Request aborted",type:"basic",url:"",clone:function(){throw new Error("Function not implemented.")},bodyUsed:!1,arrayBuffer:function(){throw new Error("Function not implemented.")},blob:function(){throw new Error("Function not implemented.")},formData:function(){throw new Error("Function not implemented.")},text:function(){throw new Error("Function not implemented.")}});return}t.signal.addEventListener("abort",()=>{m&&clearTimeout(m),g&&g(),h({headers:pt({}),status:0,ok:!1,json:async()=>null,body:mt(""),redirected:!1,statusText:"Request aborted",type:"basic",url:"",clone:function(){throw new Error("Function not implemented.")},bodyUsed:!1,arrayBuffer:function(){throw new Error("Function not implemented.")},blob:function(){throw new Error("Function not implemented.")},formData:function(){throw new Error("Function not implemented.")},text:function(){throw new Error("Function not implemented.")}})})}m=setTimeout(()=>{cs.error(`Timeout occurred - url: ${e}`),g&&g(),h({headers:pt({}),status:404,ok:!1,json:async()=>null,body:mt(""),redirected:!1,statusText:"",type:"basic",url:"",clone:function(){throw new Error("Function not implemented.")},bodyUsed:!1,arrayBuffer:function(){throw new Error("Function not implemented.")},blob:function(){throw new Error("Function not implemented.")},formData:function(){throw new Error("Function not implemented.")},text:function(){throw new Error("Function not implemented.")}})},i);const v=O(r,E=>{m&&clearTimeout(m);const T=(E==null?void 0:E.headers)||{},K=T["content-type"]||"text/plain",H=T["content-encoding"],ce=(E==null?void 0:E.body)||"";let R=ce;if(H==="base64"&&ce)try{R=Lh(ce)}catch(k){cs.error("Failed to decode base64 response",k)}const G={headers:pt(T),status:T.status&&parseInt(T.status)||200,ok:T.status==="200",json:async()=>{try{if(typeof R=="string")return R.length?JSON.parse(R):null;{const Y=new TextDecoder().decode(R);return Y.length?JSON.parse(Y):null}}catch{throw Error("Not a JSON response")}},text:async()=>typeof R=="string"?R:new TextDecoder().decode(R),arrayBuffer:async()=>R instanceof ArrayBuffer?R:new TextEncoder().encode(R).buffer,blob:async()=>R instanceof ArrayBuffer?kh(R,K):new Blob([R],{type:K}),formData:async()=>{const k=new FormData;if(K==="multipart/form-data"&&typeof R=="string")try{const Y=JSON.parse(R);Y.fields&&Object.entries(Y.fields).forEach(([_e,dt])=>{k.append(_e,dt)}),Y.files&&cs.warn("File reconstruction in FormData not fully implemented")}catch{throw new Error("Failed to parse FormData")}return k},body:t!=null&&t.stream?Uh(async k=>{if(R instanceof ArrayBuffer)k.enqueue(new Uint8Array(R));else{const Y=new TextEncoder;k.enqueue(Y.encode(R))}k.close()}):mt(typeof R=="string"?R:""),redirected:!1,statusText:"",type:"basic",url:"",clone:function(){return{...this}},bodyUsed:!1};v.unsubscribe(),Kh().then(()=>h(G))});g=v.unsubscribe;const w=t!=null&&t.fos?s.fosSocket:s.socket;if(!w)throw Error(`No web socket transport available: ${t}`);w==null||w.send(u)})};exports.BASE_URL="kos:";exports.kosFetch=Gh;if(process.env.KOS_MOCK_FETCH==="true"){const e=process.env.KOS_PORT||"9999";exports.kosFetch=fetch,exports.BASE_URL=`http://localhost:${e}`}const zh=p.createLogger({name:"kos-model-visitor",group:"kos-ui-core"});class Vh{constructor(){l(this,"visitedModels",new Set);this.visitedModels=new Set}start(t){var r;if(t.id===void 0)throw new Error("rootModel must have an id");const s=I.getInstance().modelManager.getModelById(t.id);if(!s)throw new Error(`Could not find rootModel with id: ${t.id}`);this.visitedModels.clear(),(r=s.accept)==null||r.call(s,this)}visit(t){var r;if(this.visitedModels.has(t.modelId)){zh.info(`model ${t.modelId} already visited`);return}const s=!!this.visitModel(t.modelData,this);this.visitedModels.add(t.modelId),!s&&((r=t.getChildren)==null||r.call(t).forEach(o=>{var n;(n=o.accept)==null||n.call(o,this)}))}}const _a=()=>({isMock:!1,URL:exports.BASE_URL}),Yh=p.createLogger({name:"kos-service-request"}),qh="errUnknown";async function ls(e,t,s,r,o){const n=r!=null&&r.path?Object.keys(r.path).reduce((h,g)=>String(h).replace(`{${g}}`,r==null?void 0:r.path[g]),String(e)):String(e),i=r!=null&&r.query?Object.keys(r.query).map(h=>`${h}=${r.query[h]}`).join("&"):"",a=`${_a().URL}${n}${i?`?${encodeURIComponent(i)}`:""}`;Yh.debug(`fullUrl: ${a}`);const c={method:String(t).toUpperCase(),body:null,...s};o&&(c.body=JSON.stringify(o));const d=await exports.kosFetch(a,c);return d.status<200||d.status>=400?[`${d.statusText||qh}`,null]:[null,(await d.json()).data]}function uo(){return{get:(e,t,s)=>ls(e,"get",s,t),post:(e,t,s,r)=>ls(e,"post",r,t,s),put:(e,t,s,r)=>ls(e,"put",r,t,s),delete:(e,t,s)=>ls(e,"delete",s,t)}}class Ia{constructor(){l(this,"middlewares",[])}use(t){this.middlewares.push(t)}async execute(t){let s=0;const r=async()=>{s++,s<this.middlewares.length&&await this.middlewares[s](t,r)};await this.middlewares[s](t,r)}}const Wh=async(e,t)=>{const s=new Ia;t.forEach(o=>s.use(o));const r={data:e,result:{}};return await s.execute(r),r.result},it=e=>({type:e,build:(t,s)=>I.getInstance().modelManager.createModelInstance(e,t,s).data,buildAsync:async(t,s)=>{const r=I.getInstance().modelManager.createModelInstance(e,t,s);return await r.model.whenInitialized(),r.data}}),Zh=e=>{I.getInstance().modelManager.registerModel(e)},Jh=(e,t)=>{I.getInstance().modelManager.registerCompanionModel(e,t)},Ta=Symbol("KosObservableData");class Oa{constructor(){l(this,"map");l(this,"atomMap",new Map);l(this,"proxyHandler",{get:(t,s)=>{var r;return t[s]!==void 0?t[s]:this.atomMap.has(s)&&(r=this.atomMap.get(s))!=null&&r.reportObserved()?this.getValue(s):this.getValue(s)},set:(t,s,r)=>{var o;return this.setValue(s,r),this.atomMap.has(s)||this.atomMap.set(s,M.createAtom(s.toString())),(o=this.atomMap.get(s))==null||o.reportChanged(),!0},ownKeys:()=>Array.from(this.map.keys())});this.map=M.observable.map(new Map)}setValue(t,s){this.map.set(t,s)}getValue(t){return this.map.get(t)}has(t){return this.map.has(t)}get entries(){return Array.from(this.map.entries())}get keys(){return Array.from(this.map.keys())}get values(){return Array.from(this.map.values())}setValues(t){t&&Object.keys(t).forEach(s=>{this.setValue(s,t[s])})}get proxy(){return new Proxy(this,this.proxyHandler)}}Oa.prototype[Ta]=!0;function Xh(e,t){return new Proxy(e,{construct:(s,r)=>{const o=new e(...r);return o.setValues(t),o.proxy}})}const Te=e=>{const t=Xh(Oa,e);return new t(e)},yn="/kos/ui/internal/heartbeat/",Qh=({relationshipId:e,destinationAddress:t,onAbort:s,waitTime:r,beatTime:o})=>{const n=I.getInstance().transport,i=new AbortController;let a=performance.now();const c=n.subscribeTopic({topic:`${yn}${e}`,callback:()=>{a=performance.now()}}),d=r??3e3,u=window.setInterval(()=>{let w=performance.now()-a;w=w/1e3,w>d/1e3&&i.abort()},d),h=o??2e3,g=window.setInterval(()=>{ca({msg:{},options:{topic:`${yn}${e}`,destinationAddress:t}})},h),m=()=>{window.clearInterval(g),window.clearInterval(u),c()},v=()=>{m(),s&&s(),i.signal.removeEventListener("abort",v)};return i.signal.addEventListener("abort",v),{cleanUpHeartbeat:m}},Sa=(...e)=>t=>e.reduce((s,r)=>r(s),t),ef={maxAttempts:5,baseDelayMs:100,backoffFactor:1.5};async function tf(e,t){let s=1;const r={...ef,...t},{maxAttempts:o,baseDelayMs:n,backoffFactor:i}=r;let a=n;for(;s<=o;)try{return await e()}catch(c){if(p.error(`Attempt ${s} failed: ${c}`),s<o)a=n*Math.pow(i,s),await new Promise(d=>setTimeout(d,a)),s++;else throw c}throw new Error("All attempts failed")}const sf=p.createLogger({name:"kos-service-request"}),ee=e=>({isMock:!1,URL:exports.BASE_URL}),rf=(e,t,s)=>async({id:r,tracker:o,urlOverride:n,ordered:i,studio:a,fos:c,bridge:d,destinationAddress:u})=>{const h={method:"DELETE"};e&&(h.destinationAddress=e),o&&(h.tracker=o),at(h,{ordered:i,studio:a,fos:c,bridge:d,destinationAddress:u});const g=await s(n||`${t}/${r}`,h);if(!g.ok)throw Error(`There was a problem deleting the model; returned status ${g.status}`);return await g.json()},at=(e,{ordered:t,studio:s,fos:r,destinationAddress:o,bridge:n,timeout:i})=>(i&&(e.timeout=i),t&&(e.ordered=t),s&&(e.studio=s),r&&(e.fos=r),n&&(e.bridge=n),(o||o==="")&&(e.destinationAddress=o),e),of=(e,t,s)=>async({urlOverride:r,ordered:o,studio:n,fos:i,bridge:a,timeout:c,destinationAddress:d})=>{const u={method:"GET"};e&&(u.destinationAddress=e),at(u,{timeout:c,ordered:o,studio:n,fos:i,bridge:a,destinationAddress:d});const g=await s(r||t,u);if(!g.ok){let v;try{v=await g.json()}catch{}throw new ne(`There was a problem retrieving the model; returned status ${g.status}`,v)}return await g.json()},nf=(e,t,s)=>async({urlOverride:r,ordered:o,studio:n,fos:i,bridge:a,tracker:c,timeout:d,destinationAddress:u})=>{const h={method:"GET"};e&&(h.destinationAddress=e),c&&(h.tracker=c),at(h,{timeout:d,ordered:o,studio:n,fos:i,bridge:a,destinationAddress:u});const g=r||t;sf.debug(`resolvedUrl: ${g}`);const m=await s(g,h);if(!m.ok){let w;try{w=await m.json()}catch{}throw new ne(`There was a problem retrieving the model; returned status ${m.status}`,w)}return await m.json()},af=(e,t,s)=>async({urlOverride:r,id:o,ordered:n,studio:i,fos:a,bridge:c,timeout:d,destinationAddress:u})=>{const h={method:"GET"};e&&(h.destinationAddress=e),at(h,{timeout:d,ordered:n,studio:i,fos:a,bridge:c,destinationAddress:u});const g=r||`${t}/${o}`,m=await s(g,h);if(!m.ok){let w;try{w=await m.json()}catch{}throw new ne(`There was a problem retrieving the model; returned status ${m.status}`,w)}return await m.json()};class ne extends Error{constructor(s,r){super(s);l(this,"payload");this.name="FetchException",this.payload=r}}const bn=(e,t,s)=>async({model:r,urlOverride:o,ordered:n,tracker:i,studio:a,fos:c,bridge:d,timeout:u,destinationAddress:h})=>{const g={method:"POST",body:typeof r=="string"?r:JSON.stringify(r)};e&&(g.destinationAddress=e),i&&(g.tracker=i),at(g,{timeout:u,ordered:n,studio:a,fos:c,bridge:d,destinationAddress:h});const m=await s(o||t,g);if(!m.ok){let w;try{w=await m.json()}catch{}throw new ne(`There was a problem sending the POST data; returned status ${m.status}`,w)}return await m.json()},wn=(e="POST",t,s,r)=>async({model:o,id:n,urlOverride:i,ordered:a,studio:c,fos:d,bridge:u,timeout:h,destinationAddress:g})=>{const m={method:e};o&&(m.body=JSON.stringify(o)),t&&(m.destinationAddress=t),at(m,{timeout:h,ordered:a,studio:c,fos:d,bridge:u,destinationAddress:g});const v=await r(i||`${s}/${n}`,m);if(!v.ok){let E;try{E=await v.json()}catch{}throw new ne(`There was a problem modifying the model; returned status ${v.status}`,E)}return await v.json()},X={build:({destinationAddress:e="",basePath:t,getAllPath:s,getOnePath:r,deleteModelPath:o,addModelPath:n,modifyModelPath:i,mock:a=!1})=>{const c=a?fetch:exports.kosFetch;return{getAll:of(e,s||t,c),getModelById:af(e,r||t,c),getOne:nf(e,r||t,c),addModel:bn(e,n||t,c),deleteModel:rf(e,o||t,c),modifyModel:wn("POST",e,i||t,c),putModel:wn("PUT",e,i||t,c),postModel:bn(e,n||t,c)}}},cf=nt(),$a=()=>`kos-${cf}`,lf=e=>!!e&&!e.includes("VM_SERVICE")&&e.startsWith($a()),ho=async(e,t=6e4)=>new Promise((s,r)=>{const{unsubscribe:o}=O(e,i=>{S.debug(`recieved response for refId ${e}: ${i}`),o(),clearTimeout(n);try{const a=i!=null&&i.body?JSON.parse(i.body):{};s(a)}catch{const a=(i==null?void 0:i.body)||{};s(a)}}),n=setTimeout(()=>{o(),r(Error(`Request with ID ${e} timed out. Cancelling.`))},t)}),df=async(e,t,s)=>{const r=ho(s),o=await Promise.allSettled([e(t),r]);if(o[0].status==="fulfilled"){if(o[1].status==="rejected")throw Error(o[1].reason);if(o[0].value){if(o[1].value.error)throw Error(o[1].value.error);return o[0].value.data=o[1].value,o[0].value}}else throw Error(o[0].reason)},uf=async({topic:e,msg:t,requestId:s})=>{const r=s??nt(),o=ho(r);U(e,t,{sync:r});const n=await o;if(n.error)throw Error(n.error);return n},ye=new Map;class Da{constructor(t){l(this,"_context");l(this,"_parent");l(this,"_id");this._id=t,this._context=new M.ObservableMap({}),this._parent="",M.makeAutoObservable(this)}setParent(t){Q(()=>{this._parent=t})}get id(){return this._id}get context(){return this._context}get parentModel(){var t;if(this._parent)return(t=Ue(this._parent))==null?void 0:t.model}get(t){var s;if(this._context.has(t))return this._context.get(t);if(this._parent)return(s=ye.get(this._parent))==null?void 0:s.get(t)}set(t,s){this._context.set(t,s)}remove(t){this._context.delete(t)}clear(){this._context.clear()}}const N={createContext:(e,t)=>{const s=ye.get(e)??new Da(e);if(t){if(!ye.has(t))throw new Error(`Parent context ${t} does not exist`);s.setParent(t)}else e!=="root"&&s.setParent("root");return ye.set(e,s),s},getContext:e=>ye.get(e),deleteContext:e=>{ye.delete(e)},setParentContext:(e,t)=>{var s;if(!ye.has(t))throw new Error(`Parent context ${t} does not exist`);(s=ye.get(e))==null||s.setParent(t)},rootContext:()=>ye.get("root")};N.createContext("root");const hf=e=>N.getContext(e.id);function ff(e,t){return e.length!==t.length?!1:e.every(s=>t.includes(s))}class fo{constructor({container:t,key:s}){l(this,"_container");l(this,"_map");l(this,"_key");l(this,"data");this._container=t,this._map=M.observable.map(new Map),this._key=s,this.data=Te(),this.generateIndex(),M.autorun(()=>{this._container.revision&&this.generateIndex()}),M.makeAutoObservable(this)}refresh(){this.generateIndex()}addItemToIndex(t,s,r=this._map,o=this.data){const n=r.get(t)||new Set;n.add(s),r.set(t,n),o[t]=Array.from(n)}resolveIndex(t,s){this.data.keys.filter(o=>!Object.keys(s).includes(o)).forEach(o=>{delete this.data[o],this._map.delete(o)}),Object.keys(s).forEach(o=>{const n=s[o],i=this.data[o]||[];if(ff(n,i))p.debug(`KosContainerIndex - Index ${o} is the same`);else{this.data[o]=n;const a=t.get(o)||new Set;this._map.set(o,a)}})}generateIndex(){M.runInAction(async()=>{const t=new Map,s={};for(const r of this._container.data){const o=typeof this._key=="function"?await this._key(r):r[this._key];Array.isArray(o)?o.forEach(n=>{this.addItemToIndex(n,r,t,s)}):typeof o=="string"||typeof o=="number"?this.addItemToIndex(String(o),r,t,s):typeof o=="boolean"&&this.addItemToIndex(String(o),r,t,s)}this.resolveIndex(t,s)})}get keys(){return Array.from(this._map.keys())}get index(){return this._map}getByKey(t){const s=this._map.get(t);return s?Array.from(s):[]}}function gf(e,t,s=[]){const r=Object.getOwnPropertyDescriptors(e);return Object.keys(r).filter(i=>M.isComputedProp(e,i)).filter(i=>s.includes(i)).map(i=>M.reaction(()=>e[i],(a,c)=>{t({name:i,newValue:a,oldValue:c})}))}const ht=p.createLogger({name:"kos-container-model"});class me{constructor(t){l(this,"_data");l(this,"_sortKey");l(this,"_revision");l(this,"_index");l(this,"_optionsMap");l(this,"_disposerMap",new Map);l(this,"_parentId");l(this,"idx");this._data=M.observable.map(new Map),this._sortKey=t==null?void 0:t.sortKey,this._revision=1;const s=t!=null&&t.extensionId?$.indexExtension.loadIndexExtensions(t.extensionId):{},r=(t==null?void 0:t.indexMap)||{};this._optionsMap={...r,...s};const o=t!=null&&t.indexMap?Object.keys(t.indexMap).reduce((n,i)=>(n[i]=void 0,n),{}):{};this._index=M.observable.map(o),this.idx=Te(),this._parentId=t==null?void 0:t.parentId,M.makeAutoObservable(this),this.init()}init(){Object.keys(this._optionsMap).forEach(t=>{const s=this._optionsMap[t],r=new fo({container:this,key:s});this._index.set(t,r),this.idx[t]=r.data})}[Symbol.iterator](){return this.data[Symbol.iterator]()}get index(){return this._index}get revision(){return this._revision}get indexKeys(){return Array.from(this.index.keys()).reduce((t,s)=>{var r;return t[s]=(r=this.index.get(s))==null?void 0:r.keys,t},{})}sortFn(t,s){const r=this._sortKey;return r?String(t[r]).localeCompare(String(s[r]),void 0,{numeric:!0}):0}get data(){const t=Array.from(this._data.values());return this._sortKey&&t.sort(this.sortFn.bind(this)),t}increment(){M.runInAction(()=>{this._revision=this._revision+1})}addAll(t){M.runInAction(()=>{t.forEach(s=>this.addModel(s,!0))}),this.increment()}removeAll(t){M.runInAction(()=>{t.forEach(s=>this.removeModel(s,!0)),this.increment()})}addModel(t,s){this._data.set(t.id||"",t),t.id&&this._parentId&&N.setParentContext(t.id,this._parentId),s||this.increment();const r=this._disposerMap.get(t.id);r&&(r(),this._disposerMap.delete(t.id));const o=Object.entries(this._optionsMap||{}),n=Object.values(this._optionsMap||{}),i=new Map(o.map(([u,h])=>[h,u])),a=u=>{var g,m;n.includes(u.name)&&((g=this.index.get(i.get(u.name)))==null||g.refresh());const h=o.filter(([,v])=>typeof v=="function");for(const[v]of h)(m=this.index.get(v))==null||m.refresh()},c=gf(t,a,n.filter(u=>typeof u=="string")),d=M.observe(t,a);this._disposerMap.set(t.id||"",()=>[d,...c].forEach(u=>u()))}removeModel(t,s){this._data.delete(t),s||this.increment();const r=this._disposerMap.get(t);r&&(r(),this._disposerMap.delete(t))}updateModel(t){this._data.set(t.id||"",t),this.increment()}getModel(t){return this._data.get(t)}getIndexKeys(t){return this.index.has(t)?this.index.get(t).keys??[]:(ht.info(`index ${t} not found in ${Array.from(this.index.keys())}`),[])}getIndexByKey(t,s){if(this.index.has(t)){const r=this.index.get(t);return r.index.has(s)?r.getByKey(s):(ht.info(`key ${s} not found in ${t} index: ${Array.from(r.index.keys())}`),[])}else return ht.info(`index ${t} not found in ${Array.from(this.index.keys())}`),[]}async clear(){this._data.forEach(t=>{const s=t.id;Le(t).then(()=>{ht.debug(`${s} destroyed, removing from map`),this.removeModel(s,!0)}).catch(r=>ht.error(r))}),this.increment()}filter(t,s){return this.data.filter(t,s)}sort(t){return this.data.sort(t)}map(t,s){return this.data.map(t,s)}forEach(t,s){this.data.forEach(t,s)}toJSON(){return{indexes:this.indexKeys,data:this.data.map(s=>({id:s.id,type:s.constructor.name}))}}}const vr=p.createLogger({name:"kos-data-container"});class Ca{constructor(t){l(this,"_data");l(this,"_sortKey");l(this,"_revision");l(this,"_index");l(this,"_optionsMap");l(this,"_disposerMap",new Map);l(this,"idx");this._data=M.observable.map(new Map),this._sortKey=t==null?void 0:t.sortKey,this._revision=1,this._optionsMap=(t==null?void 0:t.indexMap)||{};const s=t!=null&&t.indexMap?Object.keys(t.indexMap).reduce((r,o)=>(r[o]=void 0,r),{}):{};this._index=M.observable.map(s),this.idx=Te(),M.makeAutoObservable(this,{}),this.init()}init(){Object.keys(this._optionsMap).forEach(t=>{const s=this._optionsMap[t],r=new fo({container:this,key:s});this._index.set(t,r),this.idx[t]=r.data})}[Symbol.iterator](){return this.data[Symbol.iterator]()}get index(){return this._index}get indexKeys(){return Array.from(this.index.keys()).reduce((t,s)=>{var r;return t[s]=(r=this.index.get(s))==null?void 0:r.keys,t},{})}get revision(){return this._revision}addAll(t){M.runInAction(()=>{t.forEach(s=>this.addModel(s))})}removeAll(t){M.runInAction(()=>{t.forEach(s=>this.removeModel(s))})}sortFn(t,s){const r=this._sortKey;return r?String(t[r]).localeCompare(String(s[r]),void 0,{numeric:!0}):0}get data(){const t=Array.from(this._data.values());return this._sortKey&&t.sort(this.sortFn.bind(this)),t}increment(){M.runInAction(()=>{this._revision=this._revision+1})}addModel(t,s){const r=M.isObservable(t)?t:M.observable.object(t),o=this._disposerMap.get(t.id);o&&(o(),this._disposerMap.delete(t.id)),this._data.set(r.id||"",r),s||this.increment();const n=M.observe(r,i=>{Object.values(this._optionsMap||{}).includes(i.name)&&this.increment()});this._disposerMap.set(r.id||"",n)}removeModel(t){this._data.delete(t),this.increment();const s=this._disposerMap.get(t);s&&(s(),this._disposerMap.delete(t))}updateModel(t){const s=M.observable.object(t);this._data.set(s.id||"",s),this.increment()}getModel(t){return this._data.get(t)}getIndexKeys(t){return this.index.has(t)?this.index.get(t).keys??[]:(vr.info(`index ${t} not found in ${Array.from(this.index.keys())}`),[])}getIndexByKey(t,s){if(this.index.has(t)){const r=this.index.get(t);return r.index.has(s)?r.getByKey(s):(vr.info(`key ${s} not found in ${t} index: ${Array.from(r.index.keys())}`),[])}else return vr.info(`index ${t} not found in ${Array.from(this.index.keys())}`),[]}async clear(){this._data.clear(),this.increment()}filter(t,s){return this.data.filter(t,s)}sort(t){return this.data.sort(t)}map(t,s){return this.data.map(t,s)}forEach(t,s){this.data.forEach(t,s)}toJSON(){return{indexes:this.indexKeys,data:this.data.map(s=>({id:s.id}))}}}class pf{constructor({type:t,model:s,childRegistration:r}){l(this,"type");l(this,"childRegistration");l(this,"model");this.type=t,this.model=s,this.childRegistration=r}get factory(){return J.Factory.create(this.type)}get registration(){return{[this.type]:{class:this.model,singleton:!1,factory:this.factory},...this.childRegistration}}get predicate(){return ae(this.type)}}class mf{constructor({type:t,model:s,childRegistration:r}){l(this,"type");l(this,"model");l(this,"childRegistration");this.type=t,this.model=s,this.childRegistration=r}get factory(){return J.Singleton.create(this.type)}get registration(){return{[this.type]:{class:this.model,singleton:!0,factory:this.factory},...this.childRegistration}}get predicate(){return ae(this.type)}}class Aa{constructor(){l(this,"_token");M.makeAutoObservable(this),O("token",t=>{this.token=t==null?void 0:t.body})}get token(){return this._token}set token(t){this._token=t}}class Ra{constructor(){l(this,"routes",[]);l(this,"openApiRoutes",[])}use(t,s,...r){this.routes.push({method:t,path:s,middlewares:r});const o=this.extractOpenApiParams(s);this.openApiRoutes.push({method:t,path:s,parameters:o})}async handle(t,s){var a;const{path:r,query:o,params:n}=this.extractPathParams(t.path),i={...t,params:n,query:o};for(const c of this.routes){const d=this.matchRoute(c.path,r);if(c.method===t.method&&d){i.params=d;let u=0;const h=async()=>{if(u<c.middlewares.length){const g=c.middlewares[u++];await g(i,s,h)}};await h();return}}(a=s.status)==null||a.call(s,404).send({error:"Route not found"})}extractOpenApiParams(t){return t.split("/").filter(s=>s.startsWith(":")).map(s=>({name:s.slice(1),in:"path",required:!0,schema:{type:"string"}}))}generateOpenApiSpec(){const t={};for(const s of this.openApiRoutes)t[s.path]||(t[s.path]={}),t[s.path][s.method.toLowerCase()]={summary:s.description||`Handles ${s.method} ${s.path}`,parameters:s.parameters||[],responses:{200:{description:"Successful response"}}};return{openapi:"3.0.0",info:{title:"Kos Router API",version:"1.0.0",description:"Dynamically generated OpenAPI documentation"},paths:t}}extractPathParams(t){const[s,r]=t.split("?"),o=this.parseQueryParams(r);for(const n of this.routes){const i=this.matchRoute(n.path,s);if(i)return{path:s,query:o,params:i}}return{path:s,query:o,params:{}}}matchRoute(t,s){const r=t.split("/").filter(Boolean),o=s.split("/").filter(Boolean);if(r.length!==o.length)return null;const n={};for(let i=0;i<r.length;i++)if(r[i].startsWith(":"))n[r[i].slice(1)]=decodeURIComponent(o[i]);else if(r[i]!==o[i])return null;return n}parseQueryParams(t){return t?t.split("&").reduce((s,r)=>{const[o,n]=r.split("=").map(decodeURIComponent);return s[o]=n??"",s},{}):{}}}const Pa=p.createLogger({name:"intent-service"}),yf=e=>{Xr(`/kos/intent/${e.type}`)?U(`/kos/intent/${e.type}`,e.options,{"kos.intent.type":e.type}):Pa.info(`No subscribers for intent ${e.type}. Intent not sent.`)},bf=async e=>new Promise(t=>{const{type:s,options:r}=e;if(Xr(`/kos/intent/${e.type}`)){const o=nt(),{unsubscribe:n}=O(o,a=>{clearTimeout(i),n(),a&&(a.headers=a.headers||{},a.headers["kos.intent.type"]=s,a.headers.responseId=o),t([null,{body:a==null?void 0:a.body,payload:a}])}),i=setTimeout(()=>{n(),t([`Intent ${s} timed out after 1 second`,null]),console.warn(`Intent ${s} timed out after 1 second`)},1e3);U(`/kos/intent/${s}`,r,{"kos.intent.type":s,sync:o})}else Pa.info(`No subscribers for intent ${e.type}. Intent not sent.`),t([null,{body:void 0,payload:void 0}])}),De=uo(),be=p.createLogger({name:"app-startup-service"});async function xa(e,t={}){const{timeout:s=3e4,throwOnTimeout:r=!0,requirePostStarted:o=!1}=t;if(e.length===0)return be.warn("No app IDs provided to waitForAppsToStart"),!0;be.debug(`Waiting for apps to start: ${e.join(", ")}`);try{const n=e.map(c=>`/kos/app/started/${c}`),i=await to(n,{getCurrentState:async()=>{try{const[c,d]=await De.get("/api/kos/apps/started");return c?(be.error("Error fetching started apps:",c),[]):d}catch(c){be.error("Failed to fetch app startup status:",c)}return[]},shouldUseFetchedState:c=>e.every(d=>{const u=c.find(h=>h.appId===d);return!(!u||!u.started||o&&!u.postStarted)}),timeout:s}),a=e.filter(c=>{const d=i.find(u=>u.appId===c);return!!(!d||!d.started||o&&!d.postStarted)});if(a.length>0){const c=`Apps not started: ${a.join(", ")}`;if(be.error(c),r)throw new Error(`App startup timeout: ${c}`);return!1}return be.info(`All apps started successfully: ${e.join(", ")}`),!0}catch(n){const i=`Failed to wait for apps to start: ${e.join(", ")}`;if(be.error(i,n),r)throw new Error(`${i} - ${n instanceof Error?n.message:String(n)}`);return!1}}async function wf(e,t={}){return xa([e],t)}async function vf(e,t=!1){const s={};try{const r=await exports.kosFetch("kos:///api/kos/apps/started");if(!r.ok)return e.forEach(i=>s[i]=!1),s;const o=await r.json(),n=(o==null?void 0:o.data)??[];e.forEach(i=>{const a=n.find(c=>c.appId===i);s[i]=(a==null?void 0:a.started)===!0&&(!t||(a==null?void 0:a.postStarted)===!0)})}catch(r){be.error("Failed to check app startup status:",r),e.forEach(o=>s[o]=!1)}return s}async function Mf(){try{const e=await exports.kosFetch("kos:///api/kos/apps/started");if(!e.ok)return[];const t=await e.json();return(t==null?void 0:t.data)??[]}catch(e){return be.error("Failed to fetch started apps:",e),[]}}const Pr=M.when,go=M.computed,Q=M.runInAction,j=M.autorun,La=M.reaction,po=M.observable,mo="Not Assigned",Ef="kos.trouble.added",_f="kos.trouble.removed";var de=(e=>(e.TroubleRank="kos.trouble.rank.mapper",e.TroubleColor="kos.trouble.color.mapper",e.TroubleRole="kos.trouble.role.mapper",e))(de||{}),Lt=(e=>(e.TIME_CHANGE="/kos/internal/time/time",e.DAY_CHANGE="/kos/internal/time/day",e.TIMEZONE_CHANGE="/kos/internal/time/timezone",e))(Lt||{});const Fa=p.createLogger({name:"config-bean-service",group:"Services"}),yo=exports.BASE_URL,ka=e=>(e==null?void 0:e.decimals)!==void 0,{postModel:If,getOne:Tf}=X.build({destinationAddress:"",basePath:`${yo}/kos/config/`}),Na=async(e,t,s="/api/kos/config")=>(Fa.debug(`sending modify request for ConfigBean: ${e}`),If({model:t,urlOverride:`${yo}${s}/${e}`})),Ua=async(e,t="/api/kos/config")=>(Fa.debug(`sending get request for ConfigBean: ${e}`),await Tf({urlOverride:`${yo}${t}/details/${e}/15`})),bo=e=>e.toLowerCase()==="true"||e.toLowerCase()==="false",tr=e=>{try{const t=Number(e);return!isNaN(t)}catch{return!1}};function ja(e=[]){return e.reverse().reduce((t,s)=>{const{overrides:r}=s;return r&&(t={...t,...r}),t},{})}function Ba(e,t="",s={}){for(const r in e)if(Object.prototype.hasOwnProperty.call(e,r)){const o=t?`${t}.${r}`:r;typeof e[r]=="object"&&e[r]!==null&&!Array.isArray(e[r])?Ba(e[r],o,s):s[o]=e[r]}return s}const Ka=(e,t)=>{const s=e.details[0].bean||ja(e.details[0].scopes),r=Ba(s);M.runInAction(()=>{const o={...r};t.props.setValues(o)})},Ha=(e,t)=>{M.runInAction(()=>{e.changes.forEach(s=>{const r=s.attr;let o=s.currentValue,n=s.previousValue;typeof o=="string"&&bo(o)&&(o=o.toLowerCase()=="true",n=(n==null?void 0:n.toLowerCase())=="true"),typeof o=="string"&&tr(o)&&(o=Number(o),n=Number(n)),t.props[r]=o,t.prevProps[r]=n})})},Ga=e=>Object.fromEntries(e.props.entries),Of=e=>t=>s=>e.build(t,s);var Sf=Object.defineProperty,$f=Object.getOwnPropertyDescriptor,za=(e,t,s,r)=>{for(var o=r>1?void 0:r?$f(t,s):t,n=e.length-1,i;n>=0;n--)(i=e[n])&&(o=(r?i(t,s,o):i(o))||o);return r&&o&&Sf(t,s,o),o};function Df(e,t){for(const s of e)if(new RegExp(`^${s}$`).test(t))return s}const wo="config-bean-model",ds=p.getLogger(wo),Cf=ke("path");let Os=class{constructor(e,t){l(this,"_modifyConfigBean");l(this,"_getConfigBean");l(this,"_schema");l(this,"id");l(this,"path");l(this,"props");l(this,"prevProps");l(this,"serviceBasePath");Object.assign(this,t),this.id=e,this.path=t.path,this.serviceBasePath=t.serviceBasePath;const{modifyConfigBean:s=Na,getConfigBean:r=Ua}=t;this._modifyConfigBean=s,this._getConfigBean=r,this.props=Te(),this.prevProps=Te()}get values(){return this.props.values}async ready(){ds.debug(`readying config bean ${this.path}`),ds.debug(`complete readying config bean ${this.path}`)}async load(){ds.debug(`loading config bean ${this.path}`);const e=await this._getConfigBean(this.path,this.serviceBasePath);if(e!=null&&e.data){const t=e.data;Ka(t,this),ds.debug(this.values);const s=e==null?void 0:e.data.details[0].schema;Q(()=>{s&&(this._schema=s)})}}get schemaKeys(){var e;return Object.keys(((e=this._schema)==null?void 0:e.schema)||{})}getSchemaForProperty(e){var s,r;if(this.schemaKeys.includes(e))return(s=this._schema)==null?void 0:s.schema[e];const t=Df(this.schemaKeys,e);if(t)return(r=this._schema)==null?void 0:r.schema[t]}async updateProperty(e,t){this.props[e]=t,await this.updateConfigBean()}async updateConfigBean(){const e=Ga(this);await this._modifyConfigBean(this.path,e,this.serviceBasePath)}handleConfigBeanUpdated(e){Ha(e,this)}};za([x({topic:`/kos/config/${Cf}`,websocket:!0})],Os.prototype,"handleConfigBeanUpdated",1);Os=za([C(wo)],Os);const Nt=new ge({class:Os,type:wo}),sr=({path:e,lazy:t,serviceBasePath:s})=>(r,o)=>{r[F]=r[F]||{},r[F][o]={modelType:Nt.type,id:`${Nt.type}-${e}`,options:{path:e,serviceBasePath:s},lifecycle:B.INIT,lazy:t}},{URL:Va}=ee(),{getOne:Af,getAll:Rf}=X.build({basePath:`${Va}/api/kos/regions/info`}),Ya=async()=>await Af({}),qa=async()=>await Rf({urlOverride:`${Va}/api/kos/regions`}),Pf=Object.freeze(Object.defineProperty({__proto__:null,getRegionInfo:Ya,getRegions:qa},Symbol.toStringTag,{value:"Module"}));var se=(e=>(e[e.family=0]="family",e[e.scale=1]="scale",e[e.offset=2]="offset",e[e.decimals=3]="decimals",e[e.alias=4]="alias",e[e.system=5]="system",e))(se||{});const Wa={s:["time",1,0,0],second:["time",1,0,0],m:["time",1/60,0,0],minute:["time",1/60,0,0],h:["time",1/3600,0,0],hour:["time",1/3600,0,0],day:["time",1/86400,0,0],week:["time",1/604800,0,0],month:["time",1/2628e3,0,0],year:["time",1/31536e3,0,0],default:["time",1/.001,0,0],ms:["time",1/.001,0,0],millisecond:["time",1/.001,0,0],microsecond:["time",1/1e-6,0,0],nanosecond:["time",1/1e-9,0,0],picosecond:["time",1/1e-12,0,0]};function xf(e,t){const s=t.id,r=t.units.reduce((o,n)=>{const i=[n.measure,n.scale,n.offset,n.decimals,n.alias,s];return o[n.name]=i,n.alias&&(o[n.alias]=i),o},{...Wa});return{...e,...r}}function Lf(e,t){const s=t.id,r=t.units.reduce((o,n)=>{const i=o[n.measure]||{},a=i[s]||{};i[s]=a;const c=[n.measure,n.scale,n.offset,n.decimals,n.alias,s];return a[n.name]=c,Object.hasOwn(n,"default")&&Object.defineProperty(a,"default",{value:c,writable:!0,enumerable:!0,configurable:!0}),o[n.measure]=i,n.alias&&(o[n.alias]=i),o},{time:{[s]:{...Wa}}});return Object.keys(r).forEach(o=>{e[o]={...e[o],...r[o]}}),e}function Ff(e,t){const s=t.id,r=t.units.reduce((o,n)=>{const i=o[n.measure]||{};return Object.hasOwn(n,"default")&&(i[s]=n.name),o[n.measure]=i,o},{time:{[s]:"millisecond"}});return Object.keys(r).forEach(o=>{e[o]={...e[o],...r[o]}}),e}var kf=Object.defineProperty,Nf=Object.getOwnPropertyDescriptor,vo=(e,t,s,r)=>{for(var o=r>1?void 0:r?Nf(t,s):t,n=e.length-1,i;n>=0;n--)(i=e[n])&&(o=(r?i(t,s,o):i(o))||o);return r&&o&&kf(t,s,o),o};const vs="region-info-model",ft=p.createLogger({name:"region-info-model"});let Ut=class{constructor(e){l(this,"id");l(this,"unitSystemMap");l(this,"measureMap");l(this,"defaultMeasureMap");l(this,"regionMap");l(this,"timeFormats");l(this,"dateFormats");l(this,"unitSystems");l(this,"regionSource");l(this,"region");l(this,"regions",[]);l(this,"timeZoneMap",{});this.id=e,this.unitSystems={},this.unitSystemMap={},this.measureMap={},this.defaultMeasureMap={},this.timeFormats={},this.regions=[],this.dateFormats={},this.timeZoneMap={},this.regionMap={}}get availableRegions(){return this.regions}get defaultUnitSystem(){return String(this.regionSource.props.unitSystemId).toLowerCase()||""}get unitSystemId(){return this.defaultUnitSystem}get timeFormatId(){const e=this.regionSource.props.timeFormatId;if(!e)return"";const t=String(e),s=this.timeFormats[t];return s?String(s.id):""}get selectedTimeFormat(){const e=this.timeFormatId;return e?String(this.timeFormats[e].format):"HH:mm:ss"}get is12HourTimeFormat(){const e=this.timeFormatId;return e?this.timeFormats[e].ampm:!0}get dateFormatId(){const e=this.regionSource.props.dateFormatId;if(!e)return"";const t=String(e);return t?this.dateFormats[t].id:""}get selectedDateFormat(){const e=this.dateFormatId;return e?this.dateFormats[e].format:""}get selectedDateOrder(){const e=this.dateFormatId;return e?this.dateFormats[e].order.toLowerCase():"dmy"}get selectedCountry(){return this.regionSource.props.country||"en"}get selectedTimeZone(){return this.regionSource.props.timeZone||""}get timeZones(){return this.regionId?this.timeZoneMap[this.regionId]||[]:[]}get allTimeZones(){return Intl.supportedValuesOf("timeZone")}get regionId(){return this.region.props.regionId||""}get selectedRegion(){return this.regionMap[this.regionId]}get selectedUnitSystem(){return String(this.regionSource.props.unitSystemId)||""}get timeFormatOptions(){return Object.keys(this.timeFormats).map(e=>({id:e,format:this.timeFormats[e].format,ampm:this.timeFormats[e].ampm}))}get dateFormatOptions(){return Object.keys(this.dateFormats).map(e=>({id:e,format:this.dateFormats[e].format,order:this.dateFormats[e].order}))}get unitSystemOptions(){return Object.keys(this.unitSystems).map(e=>({id:e,name:e}))}setSelectedTimeFormat(e){if(!this.timeFormatOptions.find(t=>t.id===e))throw Error(`Invalid time format id. Must be one of ${this.timeFormatOptions.map(t=>t.id).join(", ")}`);this.regionSource.updateProperty("timeFormatId",e)}setSelectedDateFormat(e){if(!this.dateFormatOptions.find(t=>t.id===e))throw Error(`Invalid date format id. Must be one of ${this.dateFormatOptions.map(t=>t.id).join(", ")}`);this.regionSource.updateProperty("dateFormatId",e)}setSelectedUnitSystem(e){if(!this.unitSystemOptions.find(t=>t.id===e))throw Error(`Invalid date format id. Must be one of ${this.unitSystemOptions.map(t=>t.id).join(", ")}`);this.regionSource.updateProperty("unitSystemId",e)}getUnitSystem(e){if(!e)return this.defaultUnitSystem;const t=e==="drt"?"second":e,s=this.unitSystemMap[t];if(!s)throw Error(`No unit found with name: ${t}. Unit should be one of ${Object.keys(this.unitSystemMap).join(", ")}`);return s[se.system]}getUnitMeasure(e){const t=e==="drt"?"second":e,s=this.unitSystemMap[t];if(!s)throw Error(`No unit found with name: ${t}. Unit should be one of ${Object.keys(this.unitSystemMap).join(", ")}`);return s[se.family]}getDefaultUnitDecimalPlaces(e,t,s){if(!e||!t)throw Error("Measure and unit system are required");const r=s==="drt"?"second":s,o=this.measureMap[e];if(!o)throw Error(`No unit systems found for measure: ${e}. Measure should come from list of measures: ${Object.keys(this.measureMap).join(", ")}`);const n=o[t.toLowerCase()];if(!n)throw Error(`No unit system found for measure: ${e} and unit system: ${t}. Unit system should come form list of unit systems: ${Object.keys(o).join(", ")}`);const i=n[r||"default"];if(!i)throw Error(`No unit "${r||"default"}" found for measure: ${e} and unit system: ${t}. Unit should come from list of units: ${Object.keys(n).join(", ")}`);return i[se.decimals]}getDefaultUnitForMeasure(e,t){if(!e||!t)throw Error("Measure and unit system are required");const s=this.defaultMeasureMap[e];if(!s)throw Error(`No unit systems found for measure: ${e}. Measure should come from list of measures: ${Object.keys(this.measureMap).join(", ")}`);const r=s[t.toLowerCase()];if(!r)throw Error(`No unit system found for measure: ${e} and unit system: ${t}. Unit system should come form list of unit systems: ${Object.keys(s).join(", ")}`);return r}convertByUnit(e,t,s){if(t[se.family]!==s[se.family])throw new Error(`Cannot convert between units of different families: ${t[se.family]} and ${s[se.family]}`);const r=t[se.offset],o=t[se.scale],n=s[se.scale],i=s[se.offset],a=s[se.decimals];return((e-r)/(o/n)+i).toFixed(a)}convertByUnitName(e,t,s){const r=this.unitSystemMap[t],o=this.unitSystemMap[s];if(!r||!o)throw new Error(`No unit found with name: ${t} or ${s}. Unit should be one of ${Object.keys(this.unitSystemMap).join(", ")}`);return this.convertByUnit(e,r,o)}convert(e,t,s){var a,c;if(t.unit&&s.unit)return this.convertByUnitName(e,t.unit,s.unit);const r=t.unit||"",o=s.unit||"";let n=this.unitSystemMap[r],i=this.unitSystemMap[o];if(!i&&s.measure&&s.system){const d=this.measureMap[s.measure];if(!d)throw Error(`Could not find measure ${s.measure}. Measure should be one of ${Object.keys(this.measureMap).join(", ")}`);i=(a=d[s.system])==null?void 0:a.default,i||ft.info("Could not find default unit for measure",s.measure)}if(!n&&t.measure&&t.system){const d=this.measureMap[t.measure];if(!d)throw Error(`Could not find measure ${s.measure}. Measure should be one of ${Object.keys(this.measureMap).join(", ")}`);n=(c=d[t.system])==null?void 0:c.default,n||ft.info("Could not find default unit for measure",t.measure)}return!n||!i?(ft.warn("Could not find unit to convert to or from. Return value as is"),String(e)):this.convertByUnit(e,n,i)}async init(){ft.debug("initializing region info")}async load(){ft.debug("loading region info");const e=await qa();e&&(this.regions=e.data.map(s=>s.id),this.timeZoneMap=e.data.reduce((s,r)=>({...s,[r.id]:r.timeZones}),this.timeZoneMap),this.regionMap=e.data.reduce((s,r)=>({...s,[r.id]:r}),{}));const t=await Ya();t&&(this.unitSystems=t.data.unitSystems.reduce((s,r)=>{const o={id:r.id,name:r.id};return s[r.id]=o,s},this.unitSystems),this.unitSystemMap=t.data.unitSystems.reduce(xf,{}),this.measureMap=t.data.unitSystems.reduce(Lf,{}),this.defaultMeasureMap=t.data.unitSystems.reduce(Ff,{}),this.timeFormats=t.data.timeFormats.reduce((s,r)=>({...s,[r.id]:r}),{}),this.dateFormats=t.data.dateFormats.reduce((s,r)=>({...s,[r.id]:r}),{}))}async ready(){var e,t;await((t=(e=this.regionSource).ready)==null?void 0:t.call(e))}};vo([sr({path:"kos:service:region:settings"})],Ut.prototype,"regionSource",2);vo([sr({path:"kos:service:region"})],Ut.prototype,"region",2);Ut=vo([C(vs)],Ut);const Z={registration:{[vs]:{class:Ut,singleton:!0}},type:vs,factory:J.Singleton.create(vs)},Ss=({source:e,defaultSystem:t="si",defaultMeasure:s})=>{let r={system:t,measure:s};return typeof e=="string"?r={...r,unit:e}:r={...r,...e},r},Mo=(e,t,s)=>{const{model:r}=Ue(Z.type);if(!r)throw new Error("RegionInfo model not found");if(!Ts(r))throw new Error("RegionInfo model not ready");const o={system:r.defaultUnitSystem},n=Ss({source:t}),i=Ss({source:s||o,defaultMeasure:r.getUnitMeasure(n.unit||"")});return r.convert(e,n,i)};function vn(e,t,s){const r=t.toLowerCase().replace(/_/g,"-").replace(/s$/,""),o=new Intl.NumberFormat().resolvedOptions().locale??"en-US";try{const n=(s==null?void 0:s.mode)||"long",i=(s==null?void 0:s.maxDecimals)??2,a=(s==null?void 0:s.minDecimals)??0;return new Intl.NumberFormat(o,{style:"unit",unit:r,unitDisplay:n,minimumFractionDigits:a,maximumFractionDigits:i}).format(e)}catch{return t}}const Uf=(e,t,s,r)=>{const o=Mo(e,t,s),n=Ss({source:t}),{model:i}=Ue(Z.type);if(!i)throw new Error("RegionInfo model not found");const a=i.getUnitMeasure(n.unit||""),c={system:i.defaultUnitSystem},d=Ss({source:s||c,defaultMeasure:i.getUnitMeasure(n.unit||"")}),u=i.getDefaultUnitForMeasure(a,d.system),h=i.getDefaultUnitDecimalPlaces(a,d.system),g={...r,minDecimals:(r==null?void 0:r.minDecimals)??h,maxDecimals:(r==null?void 0:r.maxDecimals)??h};return{value:o,unit:u||n.unit||"",display:vn(o,u||n.unit||"",{...g,mode:"long"}),shortDisplay:vn(o,u||n.unit||"",{...g,mode:"short"})}};function Mn({start:e,end:t,count:s,decimals:r=0}){if(typeof e!="number"||typeof t!="number"||typeof s!="number")throw new Error("All input values should be numbers.");if(s<2)throw new Error("Count should be at least 2 for distribution.");if(e>=t)throw new Error("Start should be less than end.");const o=(t-e)/(s-1),n=[];for(let i=0;i<s;i++){const a=Math.round(e+i*o);n.push(a.toFixed(r))}return n}function En({start:e,end:t,interval:s,decimals:r=0}){if(typeof e!="number"||typeof t!="number"||typeof s!="number")throw new Error("All input values should be numbers.");if(s<=0)throw new Error("Interval should be a positive number.");if(e>=t)throw new Error("Start should be less than end.");const o=[];let n=e;for(;n<=t;)o.push(n.toFixed(r)),n+=s;return o[o.length-1]!==t.toString()&&o.push(t.toString()),o}const Ke=(e,t)=>s=>!e||!t?s:tr(s)?Mo(Number(s),e,t):s,jf=(e,t,s,r)=>{if((e==null?void 0:e.type)==="enum"||!(e!=null&&e.options))return[];if(e.options.type==="rangeCount")return Mn(e.options).map(Ke(s,r));if(e.options.type==="rangeInterval")return En(e.options).map(Ke(s,r));if(e.options.type==="list"){const{list:o}=e.options;return o.map(Ke(s,r))}else{if(e.options.type==="unitSystemRangeCount"&&t)return Mn(e.options.unitSystems[t]).map(Ke(s,r));if(e.options.type==="unitSystemRangeInterval"&&t)return En(e.options.unitSystems[t]).map(Ke(s,r));if(e.options.type==="unitSystemList"&&t){const{list:o}=e.options.unitSystems[t];return o.map(Ke(s,r))}}return[]},Bf=(e,t)=>{if(!((e==null?void 0:e.type)==="enum"||!(e!=null&&e.options)))return e.options.type==="unitSystemRangeCount"&&t?{type:"rangeCount",...e.options.unitSystems[t]}:e.options.type==="unitSystemRangeInterval"&&t?{type:"rangeInterval",...e.options.unitSystems[t]}:e.options.type==="unitSystemList"&&t?{type:"list",...e.options.unitSystems[t]}:e.options.type==="unitSystemKeypad"&&t?{type:"keypad",...e.options.unitSystems[t]}:e.options};var Kf=Object.defineProperty,Hf=Object.getOwnPropertyDescriptor,Eo=(e,t,s,r)=>{for(var o=r>1?void 0:r?Hf(t,s):t,n=e.length-1,i;n>=0;n--)(i=e[n])&&(o=(r?i(t,s,o):i(o))||o);return r&&o&&Kf(t,s,o),o};function Gf(e){return(e==null?void 0:e.type)==="enum"}function zf(e){switch(e){case"s":return"second";case"ms":return"millisecond";case"min":return"minute";case"h":return"hour";case"d":return"day";case"w":return"week";case"m":return"month";case"y":return"year";case"ml":return"milliliter";default:return e}}function Vf(e,t){const s=new Date;s.setHours(0,0,0,0);const r=new Date(s.getTime()+e*1e3);return Ie.format(r,t)}const Ms="config-bean-prop-model",He=p.createLogger({name:"config-bean-prop-model"}),Yf=ke("path"),qf=ke("serviceBasePath");let jt=class{constructor(e,t){l(this,"id");l(this,"path");l(this,"attribute");l(this,"converter");l(this,"formatter");l(this,"optionsExpander");l(this,"serviceBasePath");l(this,"regionInfo");l(this,"bean");this.id=e,this.path=t.path,this.attribute=t.attribute,this.converter=t.converter,this.formatter=t.formatter,this.serviceBasePath=t.serviceBasePath,this.optionsExpander=t.optionsExpander}getDefaultUnitDecimalPlaces(e,t,s){if(!e)throw new Error("measure is required");if(!t)throw new Error("unitSystem is required");return ka(this.displayOptions)?this.displayOptions.decimals:this.regionInfo.getDefaultUnitDecimalPlaces(e,t,s)}getDefaultUnitForMeasure(e,t){if(!e)throw new Error("measure is required");if(!t)throw new Error("unitSystem is required");return this.regionInfo.getDefaultUnitForMeasure(e,t)}get schemaType(){const e=this.bean.getSchemaForProperty(this.attribute);return e!=null&&e.type?e.type:"String"}get schemaFormat(){const e=this.bean.getSchemaForProperty(this.attribute);return e!=null&&e.format?zf(e.format):""}get options(){var i;const e=this.regionInfo.defaultUnitSystem,t=this.getConverter(),s=((i=t==null?void 0:t.to)==null?void 0:i.system)??e,r=this.bean.getSchemaForProperty(this.attribute),o=Gf(r)?r.values:jf(r,s,t==null?void 0:t.from,t==null?void 0:t.to),n=o.length>0?o.map(a=>({label:a,value:a})):[];return this.optionsExpander?typeof this.optionsExpander=="function"?this.optionsExpander(s,o):this.optionsExpander:n}convertUnit(e,t,s){const r=(e==null?void 0:e.measure)||s,o=(e==null?void 0:e.system)||t,n=e==null?void 0:e.unit;return{measure:r,system:o,unit:n}}getConverterUnits(){const e=this.regionInfo.defaultUnitSystem,t=this.getConverter();if(!t)throw Error("No converter defined");const s=t.measure,r=this.convertUnit(t.from,"si",s),o=this.convertUnit(t.to,e,s);return{backend:r,display:o}}set value(e){this.updateProperty(e)}get value(){return this.getValue(!0)}get rawValue(){return this.bean.props[this.attribute]}get significantValue(){var o,n;const e=this.value,t=this.regionInfo.defaultUnitSystem,s=this.getConverter(),r=(s==null?void 0:s.measure)||((o=s==null?void 0:s.to)==null?void 0:o.measure);if(!isNaN(e)&&s&&r){const i=this.getDefaultUnitDecimalPlaces(r,t,(n=s==null?void 0:s.to)==null?void 0:n.unit);try{const c=this.getFormatterOptions(s);if(c){let d=String(e);return d=c.formatToParts(Number(e))[0].value,Number(d)}}catch(c){He.info(`error formatting value ${e}`,c)}return Number(e).toFixed(i)}return e}get previousValue(){return this.getValue(!1)}getValue(e){const t=this.bean[e?"props":"prevProps"][this.attribute];if(typeof t=="boolean")return t;if(this.getConverter()&&!isNaN(t)){const{backend:r,display:o}=this.getConverterUnits();return this.regionInfo.convert(Number(t),r,o)}return t||""}async activate(){He.debug(`activating config bean ${this.id}`)}get displayValue(){const e=this.value;if(typeof e=="boolean")return String(e);if(this.schemaFormat==="drt"){const s=this.regionInfo.is12HourTimeFormat?"h:mm:ss a":"HH:mm:ss";return Vf(e,s)}if(!isNaN(e))try{const t=this.getConverter(),s=this.getFormatterOptions(t);if(s){let r=String(e);return r=s.format(Number(e)),r}}catch(t){He.error(`error formatting value ${e}`,t)}return String(e)}get unit(){const e=this.getConverter();if(!isNaN(this.value)){const t=this.getFormatterOptions(e);if(t){const r=t.formatToParts(Number(this.value)).find(o=>o.type==="unit");return(r==null?void 0:r.value)??this.getDefaultUnit(e)}}return this.getDefaultUnit(e)}get displayOptions(){var o;const e=this.bean.getSchemaForProperty(this.attribute),t=this.regionInfo.defaultUnitSystem,s=this.getConverter(),r=((o=s==null?void 0:s.to)==null?void 0:o.system)??t;return Bf(e,r)}getMeasureFromFormat(){const e=this.schemaFormat;return e?this.regionInfo.getUnitMeasure(e):""}getConverterFromFormat(){const e=this.getMeasureFromFormat();if(e){const t=this.regionInfo.selectedUnitSystem;return{unit:this.schemaFormat||this.regionInfo.getDefaultUnitForMeasure(e,t),measure:e}}return{}}getDefaultUnit(e){var r,o;const t=this.regionInfo.defaultUnitSystem,s=e==null?void 0:e.measure;return s?((r=e==null?void 0:e.to)==null?void 0:r.unit)||this.getDefaultUnitForMeasure(s,((o=e==null?void 0:e.to)==null?void 0:o.system)||t):this.getConverterFromFormat().unit}getFormatterOptions(e){var n,i,a;const t=this.regionInfo.defaultUnitSystem,s=e==null?void 0:e.measure,r=new Intl.NumberFormat().resolvedOptions().locale;let o=null;if(s||this.formatter){const c=s?{style:"unit",unit:this.getDefaultUnit(e)}:null,d=this.formatter||c;if(d){let u=typeof d=="function"?d(((n=e==null?void 0:e.to)==null?void 0:n.system)||t):d;s&&(u={unit:this.getDefaultUnit(e),...u},u.style==="unit"&&(u.maximumFractionDigits=u.maximumFractionDigits??this.getDefaultUnitDecimalPlaces(s,((i=e==null?void 0:e.to)==null?void 0:i.system)||t,(a=e==null?void 0:e.to)==null?void 0:a.unit)));try{o=new Intl.NumberFormat(r,{...u})}catch(h){He.error(`error creating formatter ${u}. Returning the raw value`,h)}}else He.debug(`no formatter found for config bean prop ${this.id}. Returning the raw value`)}return o}getConverter(){var r,o,n,i,a,c,d,u,h,g,m;const{unit:e,measure:t}=this.getConverterFromFormat(),s=e==="drt"?"second":e;if(this.converter){const v=(r=this.converter)==null?void 0:r.measure,w=(n=(o=this.converter)==null?void 0:o.to)==null?void 0:n.measure,E=(a=(i=this.converter)==null?void 0:i.from)==null?void 0:a.measure,T=v||w||E||t,K=((d=(c=this.converter)==null?void 0:c.to)==null?void 0:d.unit)||this.regionInfo.getDefaultUnitForMeasure(T,((h=(u=this.converter)==null?void 0:u.to)==null?void 0:h.system)??this.regionInfo.defaultUnitSystem),H=((m=(g=this.converter)==null?void 0:g.to)==null?void 0:m.system)??this.regionInfo.getUnitSystem(K),ce=this.schemaFormat==="drt"?"second":this.schemaFormat||s;return{...this.converter,from:{unit:ce,...this.converter.from},to:{...this.converter.to,unit:K,system:H},measure:T}}if(s&&t){const v=this.regionInfo.getDefaultUnitForMeasure(t,this.regionInfo.defaultUnitSystem),w=this.regionInfo.getUnitSystem(s),E=this.regionInfo.getUnitSystem(v);return{measure:t,to:{unit:w===E?s:v}}}}async updateProperty(e){He.debug(`updating property ${this.attribute} with value ${e}`);let t=e;if(this.getConverter()&&!isNaN(t)){const{backend:o,display:n}=this.getConverterUnits();t=this.regionInfo.convert(Number(t),n,o)}const r=Array.isArray(t)?JSON.stringify(t):String(t);await this.bean.updateProperty(this.attribute,r)}};Eo([Ne({modelType:Z.type})],jt.prototype,"regionInfo",2);Eo([sr({path:Yf,serviceBasePath:qf})],jt.prototype,"bean",2);jt=Eo([C(Ms)],jt);const je={registration:{[Ms]:{class:jt,singleton:!1}},type:Ms,factory:J.Factory.create(Ms)};function Wf(e){const{path:t,attribute:s,converter:r,formatter:o,lazy:n,optionsExpander:i,serviceBasePath:a}=e,c=r;return c&&(typeof c!="function"&&typeof c.from=="string"&&(c.from={unit:c.from}),typeof c!="function"&&typeof c.to=="string"&&(c.to={unit:c.to})),(d,u)=>{d[F]=d[F]||{},d[F][u]={modelType:je.type,id:`${t}-${s}`,options:{path:t,attribute:s,serviceBasePath:a,converter:c,formatter:o,optionsExpander:i},lifecycle:B.INIT,lazy:n}}}class Zf{constructor(t,s){l(this,"futures");l(this,"defaultContext");l(this,"context");l(this,"disposers",new Map);l(this,"container");this.futures=po.map(new Map),this.context="",this.defaultContext=s||"",this.container=t,M.makeAutoObservable(this)}get allFutures(){return Array.from(this.futures.values())}get future(){return this.futures.get(this.defaultContext)}addFuture(t,s){this.futures.set(s||t.id,t),this.context=s||t.id;const r=j(()=>{var o,n;(t.endState||t.progress)&&((n=(o=this.container)==null?void 0:o.onFutureUpdate)==null||n.call(o,t))});this.disposers.set(s||t.id,r)}removeFuture(t){var s;this.futures.delete(t||this.context),(s=this.disposers.get(t||this.context))==null||s(),this.disposers.delete(t||this.context)}getFuture(t){return this.futures.get(t||this.context)}get futureMap(){return this.futures}}class rr{constructor(t){l(this,"disposer");l(this,"_future");l(this,"container");l(this,"onFutureUpdate");this._future=void 0,this.container=t,M.makeAutoObservable(this)}removeFuture(){var t;this._future=void 0,(t=this.disposer)==null||t.call(this),this.disposer=void 0}get future(){return this._future}getFuture(){return this._future}addFuture(t){this._future=t;const s=j(()=>{var r,o;(t.endState||t.progress)&&((o=(r=this.container)==null?void 0:r.onFutureUpdate)==null||o.call(r,t))});this.disposer=s}get allFutures(){return this._future?[this._future]:[]}get timeRemaining(){var t;return((t=this._future)==null?void 0:t.timeRemaining)||""}get status(){var t;return((t=this._future)==null?void 0:t.status)||"NOT_RESOLVED"}get progress(){var t;return((t=this._future)==null?void 0:t.progress)||-1}async cancel(){if(this._future)try{await this._future.cancelFuture()}catch(t){throw p.error(t),t}}}const Za="future-model",ct=it(Za),or=p.createLogger({name:"future-service",group:"Services"}),{isMock:Jf,URL:Qt}=ee();var Oe=(e=>(e.Success="SUCCESS",e.Fail="FAIL",e.Aborted="ABORT",e.Canceled="CANCEL",e))(Oe||{});const{getAll:Xf,modifyModel:Qf,addModel:eg,deleteModel:tg,postModel:sg}=X.build({destinationAddress:"",basePath:`${Qt}/api/future`,mock:Jf}),rg=async()=>await Xf({}),Ja=async(e,t="/api/kos/future")=>(or.info(`sending delete request for Future: ${e}`),await tg({id:e,urlOverride:`${Qt}${t}/${e}`})),Xa=async(e,t="/api/kos/future")=>(or.info("sending add request for Future"),await eg({model:e,urlOverride:`${Qt}${t}`})),og=async(e,t,s="/api/kos/future")=>(or.info(`sending modify request for Future: ${e}`),Qf({model:t,id:e,urlOverride:`${Qt}${s}/${e}`})),Qa=async(e,t="/api/kos/future")=>(or.info(`sending cancel request for Future: ${e}`),sg({urlOverride:`${Qt}${t}/${e}/cancel`,ordered:!0,model:{}})),_o=e=>({id:String(e.id),progress:e.progress,remainingTimeMs:e.remainingTimeMs,endState:e.endState,reason:e.reason,clientData:e.clientData,reasonData:e.reasonData,note:e.note,tracker:e.tracker}),Io=(e,t)=>{p.debug(`future dto ${e.id} end state ${e.endState}`),p.debug(`future model ${t.id} end state ${t.endState}`),t.endState?p.debug(`future model ${t.id} is already complete`):(p.debug(`updating future model ${t.id}`),M.runInAction(()=>{const s=_o(e);Q(()=>{Object.keys(s).forEach(r=>{r==="id"?(t.futureId=s.id,s.tracker||(t.id=s.id)):r==="tracker"?t.id=s.tracker:t[r]=s[r]})})}))},ec=e=>t=>s=>e.build(String(t),s),To=e=>t=>Sa(_o,ec(e)(t.tracker||t.id))(t);var ng=Object.defineProperty,ig=Object.getOwnPropertyDescriptor,tc=(e,t,s,r)=>{for(var o=r>1?void 0:r?ig(t,s):t,n=e.length-1,i;n>=0;n--)(i=e[n])&&(o=(r?i(t,s,o):i(o))||o);return r&&o&&ng(t,s,o),o};const Mr=p.getLogger(ct.type);let $s=class{constructor(e,t,s){l(this,"logger");l(this,"_cancelFuture");l(this,"futureId");Object.assign(this,t),this.logger=s.logger,this.id=e,this.futureId=t.id,this.namespace=t.namespace||"kos",this._cancelFuture=Qa,Pr(()=>this.status===Oe.Success||this.status===Oe.Fail,()=>{Mr.info(`Future ${this.id} has completed with status ${this.status}`),Le(this)})}async load(){Mr.debug(`loading Future ${this.id}`)}unload(){Mr.info(`unloading Future ${this.id}`)}async cancelFuture(){const e=this.namespace==="studio"?"/api/future":`/api/${this.namespace}/future`;await Pr(()=>this.futureId!==mo),await this._cancelFuture(this.futureId,e)}get status(){return this.endState?this.endState:this.progress>-1?"IN_PROGRESS":"NOT_ACTIVE"}get timeRemaining(){var a,c;const e=this.remainingTimeMs||-1;if(e<0)return"";const t={year:1e3*60*60*24*365,month:1e3*60*60*24*30,day:1e3*60*60*24,hour:1e3*60*60,minute:1e3*60,second:1e3};let s="second",r=0;for(const[d,u]of Object.entries(t))if(Math.abs(e)>=u){s=d,r=Math.round(e/u);break}const n=new Intl.RelativeTimeFormat("en",{numeric:"auto"}).formatToParts(r,s);return n.length===3?`${((a=n[1])==null?void 0:a.value)??0} ${((c=n[2])==null?void 0:c.value)??""}`:"0 seconds"}handleFutureUpdated(e){this.logger.debug(`Future ${this.id} updated. future: ${e.id} endState: ${e.endState} progress: ${e.progress} remainingTimeMs: ${e.remainingTimeMs}`),Io(e,this)}};tc([x({topic:`kos.future/${_s}`})],$s.prototype,"handleFutureUpdated",1);$s=tc([C(ct.type)],$s);const sc=$s,rc=uo();var ag=Object.defineProperty,cg=Object.getOwnPropertyDescriptor,oc=(e,t,s,r)=>{for(var o=r>1?void 0:r?cg(t,s):t,n=e.length-1,i;n>=0;n--)(i=e[n])&&(o=(r?i(t,s,o):i(o))||o);return r&&o&&ag(t,s,o),o};const nc="browser-router-model",lg="kos.http.request",dg="kos.http.response";let Ds=class{constructor(e,t,s){l(this,"_id");l(this,"logger");l(this,"router");this._id=e,this.logger=s.logger,this.router=new Ra}get id(){return this._id}async handleRequest(e,t){const s=t.headers["src-addr"],r=t.headers["dst-addr"],o=t.headers.url,n=t.headers.method,i=t.headers["request-id"],a={id:i,method:n,path:o,body:e};let c=200;const d={send:u=>{this.logger.debug(`sending response to ${r}`),this.logger.debug(u),la({msg:u,options:{responseId:i,destinationAddress:s,type:dg,sourceAddress:r,status:c}})},status:function(u){return c=u,this}};if(a.path==="/openapi.json"){d.send(this.router.generateOpenApiSpec());return}await this.router.handle(a,d)}use(e,t,...s){this.router.use(e,t,...s)}async init(){this.logger.debug(`initializing browser-router ${this.id}`)}async load(){this.logger.debug(`loading browser-router ${this.id}`)}};oc([x({topic:lg})],Ds.prototype,"handleRequest",1);Ds=oc([C(nc)],Ds);const nr=new Ee({class:Ds,type:nc}),ic="future-container-model",Se=it(ic),ac=e=>To(ct)(e),ug=e=>{const t=ac(e);return Se.build(Se.type,{}).addFutureModel(t),t},hg=e=>Se.build(Se.type,{}).getFuture(String(e)),Fe={buildFutureModel:ac,initiateFuture:ug,getFuture:hg};var fg=Object.defineProperty,gg=Object.getOwnPropertyDescriptor,Oo=(e,t,s,r)=>{for(var o=r>1?void 0:r?gg(t,s):t,n=e.length-1,i;n>=0;n--)(i=e[n])&&(o=(r?i(t,s,o):i(o))||o);return r&&o&&fg(t,s,o),o};const us=p.getLogger(Se.type);let Bt=class{constructor(e,t,s){l(this,"id");l(this,"logger");l(this,"_deleteFuture");l(this,"_addFuture");l(this,"_futures");l(this,"createModel");l(this,"deleteModel");const{deleteFuture:r=Ja,addFuture:o=Xa}=t;this.logger=s.logger,this._deleteFuture=r,this._addFuture=o,this.id=e,this._futures=new me,this.createModel=this.createFuture,this.deleteModel=this.removeFuture}get futures(){return this._futures.data}get models(){return this.futures}getFuture(e){return this._futures.getModel(e)}addFutureModel(e){this._futures.addModel(e)}removeFutureModel(e){this._futures.removeModel(e)}async removeFuture(e){try{await this._deleteFuture(e)}catch(t){us.error("error deleting a Future"),us.error(t)}}async createFuture(e){try{const t=await this._addFuture(e),s=t==null?void 0:t.data;if(s){const r=To(ct)(s);return this.addFutureModel(r),r}}catch(t){throw us.error("error creating a Future"),us.error(t),t}}handleFutureUpdated(e,t){const s=Fe.buildFutureModel(e);this.addFutureModel(s);const r=`kos.future/${e.tracker||e.id}`;this.logger.debug(`publishing future update to ${r}`),U(r,t.body,t.headers)}};Oo([fe],Bt.prototype,"_futures",2);Oo([x({topic:"kos.future"})],Bt.prototype,"handleFutureUpdated",1);Bt=Oo([C(Se.type)],Bt);const cc=Bt,{URL:es}=ee(),{getOne:pg,postModel:mg,deleteModel:lc}=X.build({basePath:`${es}/api/keyVal`}),xr=p.createLogger({name:"key-value-service",group:"Services"}),dc=async(e,t)=>{await lc({urlOverride:`${es}/api/keyVal/${e}/${t}`,id:t})},uc=async(e,t,s)=>{const r=await mg({urlOverride:`${es}/api/keyVal/${e}/${t}`,model:s.toString()});if((r==null?void 0:r.status)!==200)throw xr.error("Failed to update studio-state data",r),new Error(`Failed to update studio-state data for namespace ${e}`);return r.data},hc=async(e="studio")=>{xr.debug("sending GET for studio-state");const t=await pg({urlOverride:`${es}/api/keyVal/${e}`});if((t==null?void 0:t.status)!==200)throw xr.error("Failed to retrieve studio-state data",t),new Error(`Failed to retrieve studio-state data for namespace ${e}`);return t.data},yg=async e=>{await lc({urlOverride:`${es}/api/keyVal/${e}}`,id:""})},bg=Object.freeze(Object.defineProperty({__proto__:null,deleteKeyValue:dc,deleteKeyValueNamespace:yg,getKeyValue:hc,updateKeyValue:uc},Symbol.toStringTag,{value:"Module"}));var wg=Object.defineProperty,vg=Object.getOwnPropertyDescriptor,So=(e,t,s,r)=>{for(var o=r>1?void 0:r?vg(t,s):t,n=e.length-1,i;n>=0;n--)(i=e[n])&&(o=(r?i(t,s,o):i(o))||o);return r&&o&&wg(t,s,o),o};const fc="key-value-model";let Kt=class{constructor(e,t,s){l(this,"id");l(this,"logger");l(this,"namespace");l(this,"data");this.id=e,this.logger=s.logger,this.data=Te(),this.namespace=t.namespace||"studio"}async init(){this.logger.debug(`initializing studio-state ${this.id}`)}async updateState(e,t){this.logger.debug(`updating studio-state ${e} with value ${t}`),t!==void 0?(await uc(this.namespace,e,t),this.data[e]=t):(await dc(this.namespace,e),this.data[e]=void 0)}async load(){this.logger.debug(`loading studio-state ${this.id}`);const e=await hc(this.namespace);this.data.setValues(e)}handleStateUpdate(e){e.namespace===this.namespace&&(this.data[e.key]=e.value)}handleStateDelete(e){e.namespace===this.namespace&&(this.data[e.key]=void 0)}};So([x({topic:"/keyVal/set"})],Kt.prototype,"handleStateUpdate",1);So([x({topic:"/keyVal/remove"})],Kt.prototype,"handleStateDelete",1);Kt=So([C(fc)],Kt);const $o=new ge({class:Kt,type:fc}),{URL:ts}=ee(),{postModel:Do,getOne:Mg}=X.build({basePath:`${ts}/api/kos-time`});p.createLogger({name:"kos-time-service",group:"Services"});const gc=async e=>{const t=await Do({model:e,urlOverride:`${ts}/api/kos/time/time`});if((t==null?void 0:t.status)!==200)throw Error("Failed to set time");return t.data},pc=async e=>{const t=await Do({model:e,urlOverride:`${ts}/api/kos/time/date`});if((t==null?void 0:t.status)!==200)throw Error("Failed to set time");return t.data},mc=async e=>{const t=await Do({model:{},urlOverride:`${ts}/api/kos/time/timezone?tz=${e}`});if((t==null?void 0:t.status)!==200)throw Error("Failed to set timezone");return t.data},yc=async()=>{const e=await Mg({urlOverride:`${ts}/api/kos/time/timezone`});if((e==null?void 0:e.status)!==200)throw Error("Failed to set timezone");return e.data.timeZone},Eg=Object.freeze(Object.defineProperty({__proto__:null,getTimezone:yc,setDate:pc,setTime:gc,setTimezone:mc},Symbol.toStringTag,{value:"Module"}));var _g=Object.defineProperty,Ig=Object.getOwnPropertyDescriptor,ir=(e,t,s,r)=>{for(var o=r>1?void 0:r?Ig(t,s):t,n=e.length-1,i;n>=0;n--)(i=e[n])&&(o=(r?i(t,s,o):i(o))||o);return r&&o&&_g(t,s,o),o};const yt="kos-time-model",Tg="/kos/time/time",Og="/kos/time/day",Sg="/kos/time/timezone";let Je=class{constructor(e,t,s){l(this,"id");l(this,"logger");l(this,"timezone");this.id=e,this.logger=s.logger,this.timezone=""}async updateSystemTime(e){await gc(e)}async updateSystemDate(e){await pc(e)}async updateSystemTimezone(e){await mc(e)}handleTimeChange(){U(Lt.TIME_CHANGE,{})}handleDayChange(){U(Lt.DAY_CHANGE,{})}async handleTimeZoneChange(){await this.retrieveTimezone(),U(Lt.TIMEZONE_CHANGE,{})}async init(){this.logger.debug(`initializing kos-time ${this.id}`)}async retrieveTimezone(){const e=await yc();this.setTimezone(e)}setTimezone(e){this.timezone=e}async load(){this.logger.debug(`loading kos-time ${this.id}`),this.retrieveTimezone()}};ir([x({topic:Tg,websocket:!0})],Je.prototype,"handleTimeChange",1);ir([x({topic:Og,websocket:!0})],Je.prototype,"handleDayChange",1);ir([x({topic:Sg,websocket:!0})],Je.prototype,"handleTimeZoneChange",1);Je=ir([C(yt)],Je);const Cs={registration:{[yt]:{class:Je,singleton:!0}},type:yt,predicate:ae(yt),factory:J.Singleton.create(yt)};var $g=Object.defineProperty,Dg=Object.getOwnPropertyDescriptor,bc=(e,t,s,r)=>{for(var o=r>1?void 0:r?Dg(t,s):t,n=e.length-1,i;n>=0;n--)(i=e[n])&&(o=(r?i(t,s,o):i(o))||o);return r&&o&&$g(t,s,o),o};const wc="log-block-container-model";let As=class{constructor(e,t,s){l(this,"id");l(this,"logger");l(this,"_models");this.id=e,this.logger=s.logger,this._models=new me({parentId:e,sortKey:"blockNum"})}getModel(e){return this._models.getModel(e)}get models(){return this._models}get data(){return this._models.data}addModel(e){this._models.addModel(e)}removeModel(e){this._models.removeModel(e)}async init(){this.logger.debug(`initializing log-block-container container ${this.id}`)}async load(){this.logger.debug(`loading log-block-container container ${this.id}`)}};bc([fe],As.prototype,"_models",2);As=bc([C(wc)],As);const Cg=p.createLogger({name:"log-stream-container-service",group:"Services"}),vc=()=>{var r;const e=ie(),s=(e==null?void 0:e.connId)||((r=window==null?void 0:window.kosBridge)==null?void 0:r.call(window,"connId"));return p.error(`getKosConnectionId: ${s}`),s},lt=vc(),Ag="/api/kos/logs/node/{nodeId}/streams",Mc=async()=>(Cg.debug("sending GET for log-stream-container"),await De.get(Ag,{path:{nodeId:"primary"}},{destinationAddress:lt})),Ec=async(e,t="primary")=>{await De.post("/api/kos/logs/node/{nodeId}/{stream}/subscribe",{path:{nodeId:t,stream:e}},void 0,{destinationAddress:lt})},_c=async e=>{await De.post("/api/kos/logs/node/{nodeId}/{stream}/unsubscribe",{path:{nodeId:"primary",stream:e}},void 0,{destinationAddress:lt})},Rg=async()=>{await De.post("/api/kos/logs/overrides",{},{level:"WARN",name:"com.example",nodeType:"java",type:"package"},{destinationAddress:lt})},Ic=async e=>await De.get("/api/kos/logs/node/{nodeId}/{stream}/blocks",{path:{nodeId:"primary",stream:e}},{destinationAddress:lt}),Tc=async(e,t)=>await De.get("/api/kos/logs/node/{nodeId}/{stream}/blocks/{blockId}",{path:{nodeId:"primary",stream:e,blockId:t}},{destinationAddress:lt}),Pg=Object.freeze(Object.defineProperty({__proto__:null,createOverride:Rg,getKosConnectionId:vc,getLogStreamBlock:Tc,getLogStreamBlocks:Ic,getLogStreams:Mc,subscribeToLogStream:Ec,unsubscribeFromLogStream:_c},Symbol.toStringTag,{value:"Module"}));var xg=Object.defineProperty,Lg=Object.getOwnPropertyDescriptor,Fg=(e,t,s,r)=>{for(var o=r>1?void 0:r?Lg(t,s):t,n=e.length-1,i;n>=0;n--)(i=e[n])&&(o=(r?i(t,s,o):i(o))||o);return r&&o&&xg(t,s,o),o};const Oc="log-block-model";let Lr=class{constructor(e,t,s){l(this,"id");l(this,"logger");l(this,"nodeId");l(this,"stream");l(this,"blockNum");l(this,"startLineNum");l(this,"endLineNum");l(this,"startTime");l(this,"endTime");l(this,"lineCount");l(this,"lines");l(this,"inc");this.id=e,this.logger=s.logger,this.nodeId=t.nodeId,this.stream=t.stream,this.blockNum=t.blockNum,this.startLineNum=t.startLineNum,this.endLineNum=t.endLineNum,this.startTime=t.startTime,this.endTime=t.endTime,this.lineCount=t.lineCount,this.lines=[],this.inc=0}async syncLines(){const[e,t]=await Tc(this.stream,this.blockNum);if(e){this.logger.error(`Failed to get log block ${this.blockNum}`);return}t&&this.addLines(t.lines,!0)}updateModel(e){this.startLineNum=e.startLineNum,this.endLineNum=e.endLineNum,this.startTime=e.startTime,this.endTime=e.endTime,this.lineCount=e.lineCount}addLines(e,t){const s=t?[]:this.lines;this.lines=[...s,...e],this.inc+=1}async init(){this.logger.debug(`initializing log-block ${this.id}`)}async load(){this.logger.debug(`loading log-block ${this.id}`)}};Lr=Fg([C(Oc)],Lr);const Ht=new ge({class:Lr,type:Oc}),ar=new ge({class:As,type:wc});ar.addRelatedModel(Ht);var kg=Object.defineProperty,Ng=Object.getOwnPropertyDescriptor,Sc=(e,t,s,r)=>{for(var o=r>1?void 0:r?Ng(t,s):t,n=e.length-1,i;n>=0;n--)(i=e[n])&&(o=(r?i(t,s,o):i(o))||o);return r&&o&&kg(t,s,o),o};const $c="log-stream-model";let Rs=class{constructor(e,t,s){l(this,"id");l(this,"logger");l(this,"nodeId");l(this,"_blocks");l(this,"name");l(this,"currentBlockId");l(this,"isResetting");l(this,"generatorInstance");l(this,"shouldStop",!1);this.id=e,this.logger=s.logger,this.currentBlockId="",this.name=t.name,this.nodeId=t.nodeId,this.isResetting=!0,this._blocks=ar.instance(`${e}-blocks`).options({}).build()}get firstLineNum(){const e=this.populated[0];return e?e.startLineNum:0}get currentBlock(){const e=this.currentBlockId;return this._blocks.getModel(e)}get populated(){return this._blocks.data.filter(e=>e.lines.length>0)}get blocks(){return this._blocks.data}get totalLineCount(){return this.populated.reduce((e,t)=>e+t.lineCount,0)}accept(e){e.visit(this)}updateBlock(e){var r;let t=this._blocks.models.getModel(`${e.stream}-block-${e.blockNum}`);const s={nodeId:e.nodeId,blockNum:e.blockNum,endLineNum:e.endLineNum,lineCount:e.lineCount,startLineNum:e.startLineNum,stream:this.name,endTime:new Date(e.endTime),startTime:new Date(e.startTime)};t||(t=Ht.instance(`${e.stream}-block-${e.blockNum}`).options(s).build(),this._blocks.addModel(t)),t&&t.updateModel(s),(!this.currentBlock||e.blockNum>=((r=this.currentBlock)==null?void 0:r.blockNum))&&(this.currentBlockId=`${e.stream}-block-${e.blockNum}`)}addBlock(e){var s;const t=Ht.instance(`${e.stream}-block-${e.blockNum}`).options({nodeId:e.nodeId,blockNum:e.blockNum,endLineNum:e.endLineNum,lineCount:e.lineCount,startLineNum:e.startLineNum,stream:this.name,endTime:new Date(e.endTime),startTime:new Date(e.startTime)}).build();this._blocks.addModel(t),(!this.currentBlock||e.blockNum>=((s=this.currentBlock)==null?void 0:s.blockNum))&&(this.currentBlockId=`${e.stream}-block-${e.blockNum}`)}removeBlock(e){this._blocks.models.removeModel(`${this.name}-block-${e}`)}async subscribe(){await Ec(this.name)}async unsubscribe(){await _c(this.name)}async reset(){if(this.isResetting=!0,this.populated.length>0)return;this.logger.debug(`resetting log-stream ${this.id}`);for(const t of this._blocks.models.data)t.lines=[];const e=this._blocks.data[this._blocks.data.length-1];e&&await e.syncLines(),this.isResetting=!1}async init(){this.logger.debug(`initializing log-stream ${this.id}`)}async load(){this.logger.debug(`loading log-stream ${this.id}`);const[e,t]=await Ic(this.name);if(e){this.logger.error(`Error loading log stream: ${e}`);return}if(t)for(const r of t)this.addBlock(r);const s=this._blocks.data[this._blocks.data.length-1];if(s&&await s.syncLines(),this._blocks.data.length>1){const r=this._blocks.data[this._blocks.data.length-2];r&&await r.syncLines()}}start(){return this.shouldStop=!1,this.generatorInstance=this.streamLogs(),this.generatorInstance}stop(){var e;this.shouldStop=!0,(e=this.generatorInstance)==null||e.next(),console.log("Requested generator stop.")}async*streamLogs(){const e=[];let t=null,s=0,r=this.currentBlockId;const o=La(()=>{const n=this.currentBlock;return n?{blockId:this.currentBlockId,lineCount:n.lines.length}:null},n=>{const i=this.currentBlock;if(i)if(r!==(n==null?void 0:n.blockId))r=n==null?void 0:n.blockId,s=0,e.push(...i.lines);else{const a=i.lines.slice(s);e.push(...a),s+=a.length}t&&(t(),t=null)},{fireImmediately:!0});try{for(const n of this.populated.filter(i=>i!==this.currentBlock))for(const i of n.lines)yield i;for(;;)for(e.length===0&&await new Promise(n=>t=n);e.length>0;)yield e.shift()}finally{o()}}};Sc([fe],Rs.prototype,"_blocks",2);Rs=Sc([C($c)],Rs);const Ft=new ge({class:Rs,type:$c});var Ug=Object.defineProperty,jg=Object.getOwnPropertyDescriptor,Be=(e,t,s,r)=>{for(var o=r>1?void 0:r?jg(t,s):t,n=e.length-1,i;n>=0;n--)(i=e[n])&&(o=(r?i(t,s,o):i(o))||o);return r&&o&&Ug(t,s,o),o};const Dc="log-stream-container-model",Bg="/kos/logs/subscription/addBlock/*",Kg="/kos/logs/subscription/updateBlock/*",Hg="/kos/logs/subscription/removeBlock/*",Gg="/kos/logs/subscription/lines/*",Cc="/kos/logs/streams/add/*";let we=class{constructor(e,t,s){l(this,"id");l(this,"logger");l(this,"selectedStream");l(this,"_models");this.id=e,this.logger=s.logger,this._models=new me({parentId:e}),this.selectedStream=void 0}getModel(e){return this._models.getModel(e)}get models(){return this._models}get data(){return this._models.data}updateModel(e){}addModel(e){this._models.addModel(e)}removeModel(e){this._models.removeModel(e)}updateSelectedStream(e){this.selectedStream=e}handleStreamAdded(e){this.logger.debug(`Received topic: ${Cc}`);const t=e.stream,s=Ft.instance(t).options({name:t,nodeId:"primary"}).build();this.addModel(s)}handleAddBlock(e,t){this.logger.debug(`Received topic: ${t.headers.topic}`);const s=e.stream,r=this.models.getModel(s);r&&r.addBlock(e)}handleRemoveBlock(e,t){this.logger.debug(`Received topic: ${t.headers.topic}`);const s=e.stream,r=this.models.getModel(s);r&&r.removeBlock(e.blockNum)}handleUpdateBlock(e,t){this.logger.debug(`Received topic: ${t.headers.topic}`);const s=e.stream,r=this.models.getModel(s);r&&r.updateBlock(e)}handleLogLine(e,t){var o;this.logger.debug(`Received topic: ${t.headers.topic}`);const s=e.stream,r=this.models.getModel(s);r&&((o=r.currentBlock)==null||o.addLines(e.lines))}async init(){this.logger.debug(`initializing log-stream-container container ${this.id}`)}async subscribeToLogStream(e){const t=Ft.instance(e).options({name:e,nodeId:"primary"}).build();this.addModel(t),await t.subscribe()}async load(){this.logger.debug(`loading log-stream-container container ${this.id}`);const[e,t]=await Mc();if(e){this.logger.error(`Error loading log-streams: ${e}`);return}t&&t.forEach(s=>{const r=Ft.instance(s).options({name:s,nodeId:"primary"}).build();this.addModel(r)})}};Be([fe],we.prototype,"_models",2);Be([x({topic:[Cc],websocket:!0})],we.prototype,"handleStreamAdded",1);Be([x({topic:[Bg],websocket:!0})],we.prototype,"handleAddBlock",1);Be([x({topic:[Hg],websocket:!0})],we.prototype,"handleRemoveBlock",1);Be([x({topic:[Kg],websocket:!0})],we.prototype,"handleUpdateBlock",1);Be([x({topic:[Gg],websocket:!0})],we.prototype,"handleLogLine",1);we=Be([C(Dc)],we);const ss=new Ee({class:we,type:Dc});ss.addRelatedModel(Ft);ss.addRelatedModel(ar);ss.addRelatedModel(Ht);const zg=e=>e.rank!==void 0,Vg=e=>e.visibleRole!==void 0,Yg=e=>e.color!==void 0,qg=e=>{const t=e.info;return zg(t)?t.rank:0},Wg=e=>{const t=e.info;return Yg(t)?t.color:"orange"},Zg=e=>{const t=e.info;return Vg(t)?t.visibleRole:"TECHNICIAN"},{URL:Co}=ee(),{getAll:Jg,postModel:Ac}=X.build({basePath:`${Co}/api/kos/troubles`}),Rc=async()=>await Jg({}),Pc=async(e,t)=>{try{const s=await Ac({model:{},urlOverride:`${Co}/api/kos/troubles/resolve/${e}`,tracker:t});return s!=null&&s.data&&Fe.initiateFuture(s.data),s.data}catch{const r={id:t||"",endState:Oe.Fail,tracker:t,reason:"Failed to resolve trouble"};return Fe.initiateFuture(r),r}},Xg=async(e,t)=>{try{const s=await Ac({model:e,urlOverride:`${Co}/api/kos/troubles/resolve/`,tracker:t});return s!=null&&s.data&&Fe.initiateFuture(s.data),s.data}catch{const r={id:t||"",endState:Oe.Fail,tracker:t,reason:"Failed to resolve troubles"};return Fe.initiateFuture(r),r}},Qg=Object.freeze(Object.defineProperty({__proto__:null,bulkResolveTroubles:Xg,getTroubles:Rc,resolveTrouble:Pc},Symbol.toStringTag,{value:"Module"})),Ps="troubleDataMapper",hs=new Map;Qs(Ps,{register:(e,t)=>{var s;hs.has(e)||hs.set(e,[]),(s=hs.get(e))==null||s.push(t)},execute:async(e,t)=>{const s=hs.get(e);if(!s)return{...t.data};const r=s.map(i=>i(t));return(await Promise.allSettled(r)).reduce((i,a)=>(a.status==="fulfilled"?i={...i,...a.value}:p.info(`Trouble mapper ${e} failed: ${a.reason}`),i),{...t.data})}});const rs="troubleMapper",fs=new Map;Qs(rs,{register:(e,t)=>{var s;fs.has(e)||fs.set(e,[]),(s=fs.get(e))==null||s.push(t)},execute:async(e,t)=>{const s=fs.get(e);if(!s)return[];const r=s.map(i=>i(t)),n=(await Promise.allSettled(r)).map(i=>i.status==="fulfilled"?i.value:(p.info(`Trouble mapper ${e} failed: ${i.reason}`),[])).flat();return Array.from(new Set(n))}});$[rs].register("nozzle",async e=>[e.data.nozzlePath]);$[rs].register("path",async e=>[e.data.path]);const ep=async e=>{const t=new Set,s=e.ifaces,r=s==null?void 0:s.map(n=>$[rs].execute(n,e));return(await Promise.allSettled(r)).forEach(n=>{n.status==="fulfilled"&&n.value.forEach(i=>t.add(i))}),Array.from(t)},xc=async e=>{const t=e.ifaces,s=t==null?void 0:t.map(i=>$[Ps].execute(i,e)),r=$[Ps].execute(e.type,e);s.push(r);const n=(await Promise.allSettled(s)).reduce((i,a)=>(a.status==="fulfilled"&&(i={...i,...a.value}),i),{});return{...e.data,...n}};class tp{constructor(){l(this,"type","ResolvableTrouble");l(this,"title","Resolvable Trouble");l(this,"subtitle","Trouble")}}class sp{constructor(){l(this,"type","BlockPumpTrouble");l(this,"title","Block Pump Trouble");l(this,"subtitle","Trouble")}}class Ge{static getHandler(t){switch(t){case"ResolvableTrouble":return new tp;case"BlockPumpTrouble":return new sp;default:return}}}var rp=Object.defineProperty,op=Object.getOwnPropertyDescriptor,Lc=(e,t,s,r)=>{for(var o=r>1?void 0:r?op(t,s):t,n=e.length-1,i;n>=0;n--)(i=e[n])&&(o=(r?i(t,s,o):i(o))||o);return r&&o&&rp(t,s,o),o};const bt="trouble-model";function gs(e){return typeof e.shouldDefer=="boolean"}let xs=class{constructor(e,{resolvable:t,tags:s,info:r,id:o,clientData:n,rank:i,ifaces:a,type:c,group:d,createTime:u,role:h,color:g,...m},v){l(this,"id");l(this,"logger");l(this,"_troubleId");l(this,"_resolvable");l(this,"type");l(this,"futureHandler");l(this,"ifaces");l(this,"clientData");l(this,"info");l(this,"role");l(this,"color");l(this,"tags");l(this,"data");l(this,"rank");l(this,"group");l(this,"createTime");l(this,"_mapped",{});this.id=e,this.logger=v.logger,this.type=c,this._troubleId=o,this._resolvable=!!t,this.ifaces=a,this.rank=i,this.role=h,this.color=g,this.tags=s,this.info=r,this.group=d,this.createTime=u,this.clientData=n,this.data={},Object.assign(this.data,m),this.futureHandler=new rr(this)}getTitleWithContext(e){var s,r;const t=e?(r=(s=Ge.getHandler(this.type))==null?void 0:s.context)==null?void 0:r[e]:Ge.getHandler(this.type);return(t==null?void 0:t.title)||"Trouble"}getSubtitleWithContext(e){var s,r;const t=e?(r=(s=Ge.getHandler(this.type))==null?void 0:s.context)==null?void 0:r[e]:Ge.getHandler(this.type);return(t==null?void 0:t.subtitle)||"Trouble"}get rawId(){return this._troubleId}get title(){var e;return((e=Ge.getHandler(this.type))==null?void 0:e.title)||"Trouble"}get subtitle(){var e;return((e=Ge.getHandler(this.type))==null?void 0:e.subtitle)||"Trouble"}get troubleId(){return this._troubleId}get resolvable(){return this._resolvable}get future(){return this.futureHandler.future}async resolveMappedData(){return await xc(this)}get deferredCompanion(){const e=Ar(this.id,t=>gs(t));if(e&&gs(e.modelData))return e.modelData}get deferred(){return this.deferredCompanion?this.deferredCompanion.deferred:!1}get shouldDefer(){const e=Ar(this.id,t=>gs(t));return e&&gs(e.modelData)?e.modelData.shouldDefer:!1}clearDefer(){var e;(e=this.deferredCompanion)==null||e.clearDefer()}defer(){var e;(e=this.deferredCompanion)==null||e.defer()}getChildren(){return[...this.futureHandler.allFutures]}async resolve(e){var t;if(!this._resolvable)throw this.logger.error(`attempting to resolve an unresolvable trouble with id ${this._troubleId}`),new Error("Trouble is not resolvable");if(this.shouldDefer){(t=this.deferredCompanion)==null||t.defer();return}return await Pc(this._troubleId,e)}};Lc([qo()],xs.prototype,"resolve",1);xs=Lc([C(bt)],xs);const Gt={registration:{[bt]:{class:xs,singleton:!1}},type:bt,predicate:ae(bt),factory:J.Factory.create(bt)};var np=Object.defineProperty,ip=Object.getOwnPropertyDescriptor,cr=(e,t,s,r)=>{for(var o=r>1?void 0:r?ip(t,s):t,n=e.length-1,i;n>=0;n--)(i=e[n])&&(o=(r?i(t,s,o):i(o))||o);return r&&o&&np(t,s,o),o};const _n=p.createLogger({name:"trouble-container-model"});function In(e){return $.propertyMapper.hasMapper(de.TroubleRank)?$.propertyMapper.executeMapper(de.TroubleRank,e):qg(e)}function Tn(e){return($.propertyMapper.hasMapper(de.TroubleColor)?$.propertyMapper.executeMapper(de.TroubleColor,e):Wg(e)).toLowerCase()}function On(e){return($.propertyMapper.hasMapper(de.TroubleRole)?$.propertyMapper.executeMapper(de.TroubleRole,e):Zg(e)).toLowerCase()}const ap="trouble-container-model";class oe{}l(oe,"INDEX_TROUBLES_BY_IFACE","byIface"),l(oe,"INDEX_TROUBLES_BY_TYPE","byType"),l(oe,"INDEX_TROUBLES_BY_GROUP","byGroup"),l(oe,"INDEX_TROUBLES_BY_DEFERRED","byDeferred"),l(oe,"SORT_KEY_RANK","rank"),l(oe,"TROUBLES_DEFERRED","true");let Xe=class{constructor(e){l(this,"id");l(this,"troubles");this.id=e,this.troubles=new me({indexMap:{[oe.INDEX_TROUBLES_BY_IFACE]:ep,[oe.INDEX_TROUBLES_BY_TYPE]:"type",[oe.INDEX_TROUBLES_BY_GROUP]:"group",[oe.INDEX_TROUBLES_BY_DEFERRED]:"deferred"},sortKey:oe.SORT_KEY_RANK,parentId:e})}async load(){_n.debug("loading trouble container");const e=await Rc();try{e==null||e.data.forEach(t=>{const s={...t,rank:In(t),color:Tn(t),role:On(t),id:String(t.id)},r=Gt.factory(`trouble-${t.id}`)(s);this.troubles.addModel(r)})}catch(t){throw _n.error(t),t}}handleTroubleRemoved(e){const t=`trouble-${e}`,s=this.troubles.getModel(t);this.troubles.removeModel(t),s&&Le(s)}handleTroubleAdded(e){const t={...e,rank:In(e),color:Tn(e),role:On(e),id:String(e.id)};if(t.role==="NONE")return;const s=Gt.factory(`trouble-${e.id}`)(t);this.troubles.addModel(s)}};cr([fe],Xe.prototype,"troubles",2);cr([x({topic:"/kos/trouble/remove",websocket:!0,lifecycle:B.INIT})],Xe.prototype,"handleTroubleRemoved",1);cr([x({topic:"/kos/trouble/add",websocket:!0})],Xe.prototype,"handleTroubleAdded",1);Xe=cr([C(ap)],Xe);const ps="trouble-container-model",Qe={registration:{[ps]:{class:Xe,singleton:!0}},type:ps,predicate:ae(ps),factory:J.Singleton.create(ps)},{URL:Fc}=ee(),{getAll:cp}=X.build({basePath:`${Fc}/api/kos/ota`}),Sn=p.createLogger({name:"ota-service",group:"Services"}),lp=async()=>{Sn.debug("sending GET request to /api/kos/ota/artifacts");const e=await cp({urlOverride:`${Fc}/api/kos/ota/artifacts`});return Sn.debug("getArtifacts - response:",e),e==null?void 0:e.data};var dp=Object.defineProperty,up=Object.getOwnPropertyDescriptor,lr=(e,t,s,r)=>{for(var o=r>1?void 0:r?up(t,s):t,n=e.length-1,i;n>=0;n--)(i=e[n])&&(o=(r?i(t,s,o):i(o))||o);return r&&o&&dp(t,s,o),o};const kc="ota-model",hp=e=>{let t=null;for(const s in e){const r=e[s],o=r.lastUpdateTime;(!t||t.lastUpdateTime<o)&&(t=r)}return t},Er=e=>{const t=e.artifactInfo,s=hp(e.requests),r=(t==null?void 0:t.identifier)||(s==null?void 0:s.kabId);if(!r)return;let o;switch(e.status){case"INSTALLED":o="ready";break;case"INVALID":o="error";break;case"MISSING":o=((s==null?void 0:s.currentSize)||0)>0?"downloading":"idle";break;case"STAGED":o="pending"}const n=t===void 0;return{id:r,manifest:n,label:t==null?void 0:t.version,name:t==null?void 0:t.name,status:o,error:o==="error"?s==null?void 0:s.lastErrorReason:void 0,errorCount:o==="error"?s==null?void 0:s.errorCount:0,progress:o==="downloading"&&s&&!n?s.currentSize/(t==null?void 0:t.size)*100:void 0,size:t==null?void 0:t.size}};let et=class{constructor(e,t,s){l(this,"id");l(this,"logger");l(this,"data",new Ca);l(this,"troubleContainer");this.id=e,this.logger=s.logger}get downloadInProgressTrouble(){var t;return(t=this.troubleContainer.troubles.getIndexByKey("byType","OTADownloadInProgressTrouble"))==null?void 0:t[0]}get updatePendingTrouble(){var t;return(t=this.troubleContainer.troubles.getIndexByKey("byType","OTAUpdatePendingTrouble"))==null?void 0:t[0]}get pausedDueToErrorsTrouble(){var t;return(t=this.troubleContainer.troubles.getIndexByKey("byType","OTAPausedDueToErrorsTrouble"))==null?void 0:t[0]}get updates(){return this.data}get status(){return this.pausedDueToErrorsTrouble?"error":this.downloadInProgressTrouble?"downloading":this.updatePendingTrouble?"pending":"idle"}installAndReboot(){var e;this.updatePendingTrouble||this.logger.error("installAndReboot - OTAUpdatePendingTrouble not present"),this.logger.debug("installAndReboot - resolve OTAUpdatePendingTrouble"),(e=this.updatePendingTrouble)==null||e.resolve()}async init(){this.logger.debug(`initializing ota ${this.id}`)}async load(){this.logger.debug(`loading ota ${this.id}`);try{const e=await lp();e&&e.forEach(t=>{const s=Er(t);s&&this.data.addModel(s)})}catch(e){this.logger.error(`loading ota ${this.id} - error:`,e)}}async handleAllArtifacts(e){this.logger.debug("handleAllArtifacts:",e),await this.data.clear();try{e.forEach(t=>{const s=Er(t);s&&this.data.addModel(s)})}catch(t){this.logger.error(`handleAllArtifacts ${this.id} - error:`,t)}}handleChangedArtifacts(e){this.logger.debug("handleChangedArtifacts:",e);try{e.forEach(t=>{const s=Er(t);s&&this.data.updateModel(s)})}catch(t){this.logger.error(`handleChangedArtifacts ${this.id} - error:`,t)}}};lr([Ne({modelType:Qe.type})],et.prototype,"troubleContainer",2);lr([x({topic:"/kos/ota/artifacts/all",websocket:!0})],et.prototype,"handleAllArtifacts",1);lr([x({topic:"/kos/ota/artifacts/changed",websocket:!0})],et.prototype,"handleChangedArtifacts",1);et=lr([C(kc)],et);const Ls=new Ee({class:et,type:kc});function fp(e){let t;const s=async(...r)=>{t&&t.abort(),t=new AbortController;const o=t;try{return await e(...r,o.signal)}finally{t===o&&(t=void 0)}};return s.cancel=()=>{t&&(t.abort(),t=void 0)},s.getController=()=>t,s.isActive=()=>!!t,s}const _r=p.createLogger({name:"software-info-service",group:"Services"}),Ao=async e=>{_r.debug("sending GET for software-info");const[t,s]=await rc.get("/api/kos/manifest/info",void 0,{signal:e});if(!s)throw e!=null&&e.aborted?(_r.debug("Request was aborted"),new ne("Request was aborted")):(_r.error("Failed to fetch software-info",t),new ne("Failed to fetch software-info"));return s},gp=fp(Ao),pp=Object.freeze(Object.defineProperty({__proto__:null,getSoftwareInfos:Ao,getSoftwareInfosWithCancel:gp},Symbol.toStringTag,{value:"Module"}));var mp=Object.defineProperty,yp=Object.getOwnPropertyDescriptor,bp=(e,t,s,r)=>{for(var o=r>1?void 0:r?yp(t,s):t,n=e.length-1,i;n>=0;n--)(i=e[n])&&(o=(r?i(t,s,o):i(o))||o);return r&&o&&mp(t,s,o),o};const wt="software-info-model";let Fr=class{constructor(e,t,s){l(this,"id");l(this,"logger");l(this,"nodes");this.id=e,this.logger=s.logger,this.nodes=[]}async init(){this.logger.debug(`initializing software-info ${this.id}`)}groupBy(e,t){return e.reduce((s,r)=>(s[r[t]]=[...s[r[t]]||[],r],s),{})}async load(){this.logger.debug(`loading software-info ${this.id}`);try{const e=await Ao(),t=(e==null?void 0:e.nodes)||{};Q(()=>{const r=Object.keys(t).map(o=>t[o][0]).map(o=>({nodeName:o.nodeType,kosVersion:o.kosVersion,group:this.groupBy(o.artifacts,"group")}));this.nodes=r})}catch(e){e instanceof ne&&this.logger.error("Failed to fetch software-info",e)}}};Fr=bp([C(wt)],Fr);const Fs={registration:{[wt]:{class:Fr,singleton:!1}},type:wt,predicate:ae(wt),factory:J.Factory.create(wt)},{URL:Nc}=ee(),{getOne:wp}=X.build({basePath:`${Nc}/api/kos/state`}),vp=p.createLogger({name:"state-bean-service",group:"Services"}),Uc=async({path:e})=>(vp.debug("sending GET for state-bean"),await wp({urlOverride:`${Nc}/api/kos/state/${e}`})),Mp=Object.freeze(Object.defineProperty({__proto__:null,getStateBeanData:Uc},Symbol.toStringTag,{value:"Module"}));var Ep=Object.defineProperty,_p=Object.getOwnPropertyDescriptor,jc=(e,t,s,r)=>{for(var o=r>1?void 0:r?_p(t,s):t,n=e.length-1,i;n>=0;n--)(i=e[n])&&(o=(r?i(t,s,o):i(o))||o);return r&&o&&Ep(t,s,o),o};const vt="state-bean-model",Ip=ke("path");let ks=class{constructor(e,t,s){l(this,"id");l(this,"path");l(this,"props");l(this,"logger");this.id=e,this.logger=s.logger,this.props=po.map(new Map),$r(t,this)}updateModel(e){$r(e,this)}handleConfigBeanUpdated(e){Object.entries(e).forEach(([t,s])=>{let r=s;typeof r=="string"&&bo(r)&&(r=r.toLowerCase()=="true"),typeof r=="string"&&tr(r)&&(r=Number(r)),this.props.set(t,r)})}async init(){this.logger.debug(`initializing state-bean ${this.id}`)}updateProps(e){Object.entries(e).forEach(([t,s])=>{this.props.set(t,s)})}async load(){this.logger.debug(`loading state-bean ${this.id}`);const e=await Uc({path:this.path});e!=null&&e.data&&this.updateProps(e.data)}};jc([x({topic:`/kos/state/${Ip}`,websocket:!0})],ks.prototype,"handleConfigBeanUpdated",1);ks=jc([C(vt)],ks);const zt={registration:{[vt]:{class:ks,singleton:!1}},type:vt,predicate:ae(vt),factory:J.Factory.create(vt)};var Tp=Object.defineProperty,Op=Object.getOwnPropertyDescriptor,Bc=(e,t,s,r)=>{for(var o=r>1?void 0:r?Op(t,s):t,n=e.length-1,i;n>=0;n--)(i=e[n])&&(o=(r?i(t,s,o):i(o))||o);return r&&o&&Tp(t,s,o),o};const Mt="state-prop-model",$n=ke("path");let Ns=class{constructor(e,t,s){l(this,"id");l(this,"path");l(this,"attribute");l(this,"logger");l(this,"stateBean");this.id=e,this.logger=s.logger,this.path=t.path,this.attribute=t.attribute}get value(){return this.stateBean.props.get(this.attribute)}async init(){this.logger.debug(`initializing state-prop ${this.id}`)}async load(){this.logger.debug(`loading state-prop ${this.id}`)}toString(){var e;return((e=this.value)==null?void 0:e.toString())??""}};Bc([Ne({modelType:zt.type,id:`state-bean-${$n}`,options:{path:$n}})],Ns.prototype,"stateBean",2);Ns=Bc([C(Mt)],Ns);const Ro={registration:{[Mt]:{class:Ns,singleton:!1}},type:Mt,predicate:ae(Mt),factory:J.Factory.create(Mt)},{URL:Sp}=ee(),{getAll:$p}=X.build({basePath:`${Sp}/api/state-prop`}),Dp=p.createLogger({name:"state-prop-service",group:"Services"}),Cp=async()=>(Dp.debug("sending GET for state-prop"),await $p({})),Ap=Object.freeze(Object.defineProperty({__proto__:null,getStateProps:Cp},Symbol.toStringTag,{value:"Module"})),{URL:Po}=ee(),{getOne:Kc}=X.build({basePath:`${Po}/api/translation`}),kt=p.createLogger({name:"translation-service",group:"Services"}),Rp=()=>{const e=window.location.origin,t=ie();return(t==null?void 0:t.host)||e},Hc=async(e,t)=>{kt.debug("sending GET for translation");const s=t??Rp();try{const r=await fetch(`${s}${e}`);return r.status!==200?(kt.warn(`Failed to fetch translations at ${e}: ${r.status}`),{}):await r.json()}catch(r){throw kt.error("Error fetching translations",r),r}},Pp=async()=>{kt.debug("getting localization descriptor");const e=await Kc({urlOverride:`${Po}/api/system/kos/localization`});if((e==null?void 0:e.status)!==200)throw new Error(`Failed to get tool localization descriptor ${e==null?void 0:e.status}`);return e.data},Gc=e=>async()=>{kt.debug("getting kos localization descriptor");const t=await Kc({urlOverride:`${Po}/api/kos/localization/contexts`});if((t==null?void 0:t.status)!==200)throw new Error(`Failed to get tool localization descriptor ${t==null?void 0:t.status}`);return t.data[e]},zc="langResolver";var xp=Object.defineProperty,Lp=Object.getOwnPropertyDescriptor,Fp=(e,t,s,r)=>{for(var o=r>1?void 0:r?Lp(t,s):t,n=e.length-1,i;n>=0;n--)(i=e[n])&&(o=(r?i(t,s,o):i(o))||o);return r&&o&&xp(t,s,o),o};const Et="translation-model";function kp(e){const t=typeof e=="string",s=t?!1:!!(e!=null&&e.data)&&typeof(e==null?void 0:e.data)!="string",r=t?e:e==null?void 0:e.defaultValue,o=t||e==null?void 0:e.context,n=t?void 0:s?e==null?void 0:e.data:e;return{isBasicOptions:t,defaultValue:r,context:o,data:n}}function Vc(e,t=""){return Object.keys(e).reduce((s,r)=>{const o=t?`${t}.${r}`:r;if(typeof e[r]=="object"&&e[r]!==null){const n=Vc(e[r],o);return{...s,...n}}else return{...s,[o]:e[r]}},{})}function Yc(e,t){const s={...e};for(const r in t)Object.prototype.hasOwnProperty.call(t,r)&&(typeof t[r]=="object"&&t[r]!==null&&typeof e[r]=="object"&&e[r]!==null?s[r]=Yc(e[r],t[r]):s[r]=t[r]);return s}const kr=(e,t)=>{const s=/__(.*?)__/g,r=e.replace(s,(o,n)=>Object.prototype.hasOwnProperty.call(t||{},n.trim())?t==null?void 0:t[n.trim()]:o);return r===e?r:s.test(r)?kr(r,t):r},ms=(e,t,s)=>{const r=/{{(.*?)}}/g,n=kr(e,t).replace(r,(a,c)=>Object.prototype.hasOwnProperty.call(s||{},c.trim())?s==null?void 0:s[c.trim()]:a);return kr(n,t)},Dn=(e,t)=>{if(t.includes(":")){const[s,r]=t.split(":");return{namespace:s,key:r}}else return{namespace:e,key:t}};let Nr=class{constructor(e,t,s){l(this,"id");l(this,"namespace");l(this,"descriptor");l(this,"defaultLocale");l(this,"currentLocale");l(this,"bundleResolver");l(this,"data");l(this,"logger");l(this,"resolver");l(this,"disposer");l(this,"context");l(this,"rootUrl");this.id=e,this.defaultLocale=t.defaultLocale||"en",this.currentLocale=t.currentLocale||"en",this.namespace=t.namespace,this.descriptor=t.descriptor,this.rootUrl=t.rootUrl,this.data={},this.resolver=t.resolver||s.kosContext.get(zc),this.bundleResolver=t.bundleResolver,this.logger=s.logger,this.context=s.kosContext.parentModel}getTranslationLocales(e){const t=this.descriptor[e];if(!e||!t)return[this.defaultLocale];if(!this.defaultLocale&&!t.fallbacks)return[e];let s=t.fallbacks||[this.defaultLocale];return s.includes(e)||(s=[e,...s]),s}async loadTranslations(){const e=this.getTranslationLocales(this.currentLocale).reverse(),t=e.map(r=>{if(this.bundleResolver){const o=N.getContext(this.id);return this.bundleResolver(this.namespace,r,o)}try{const o=this.resolver(this.namespace,r);return Hc(o,this.rootUrl)}catch{return Promise.resolve({})}}),s=await Promise.allSettled(t);Q(()=>{const r=s.reduce((o,n,i)=>(n.status==="fulfilled"?(this.logger.debug(`resolved ${e[i]}`,n.value),n.value&&(o=Yc(o,n.value))):this.logger.error(`failed to load translation ${this.id} for ${e[i]}`),o),{});this.data=Vc(r)})}async init(){this.logger.debug(`initializing translation ${this.id}`)}exists(e){const{namespace:t,key:s}=Dn(this.namespace,e);if(t!==this.namespace){const r=this.context.getModel(t);return r?r.exists(s):!1}return!!this.data[s]}resolveKey(e,t){if(!e)return this.logger.debug("key is empty"),"";const{defaultValue:s,context:r,data:o}=kp(t),{namespace:n,key:i}=Dn(this.namespace,e),a=`${i}_${r}`;if(n!==this.namespace){const c=this.context.getModel(n);return c?c.resolveKey(i,t):i}if(r&&this.data[a]){const c=this.data[a];return Array.isArray(c)?c.map(d=>ms(d,this.data,o)):ms(this.data[a],this.data,o)}if(this.data[i]){const c=this.data[a];return Array.isArray(c)?c.map(d=>ms(d,this.data,o)):ms(this.data[i],this.data,o)}return s??i}unload(){this.logger.debug(`unloading translation ${this.id}`),this.disposer&&this.disposer()}async load(){this.logger.debug(`loading translation ${this.id}`),await this.loadTranslations()}async ready(){this.logger.debug(`ready translation ${this.id}`),this.disposer=M.reaction(()=>this.currentLocale,(e,t)=>{this.logger.info(`translation langs for namespace ${this.id} changed from ${t} to ${e}`),this.loadTranslations()})}};Nr=Fp([er(),C(Et)],Nr);const Us={registration:{[Et]:{class:Nr,singleton:!1}},type:Et,predicate:ae(Et),factory:J.Factory.create(Et)};var Np=Object.defineProperty,Up=Object.getOwnPropertyDescriptor,qc=(e,t,s,r)=>{for(var o=r>1?void 0:r?Up(t,s):t,n=e.length-1,i;n>=0;n--)(i=e[n])&&(o=(r?i(t,s,o):i(o))||o);return r&&o&&Np(t,s,o),o};const _t="translation-container-model",jp=(e,t="/")=>e.join(t).replace(new RegExp(t+"{1,}","g"),t);function Bp(e,t){const s=this.descriptor.namespaces[e];if(!s)throw new Error(`namespace ${e} not found in descriptor`);const r=s.basePath,o=s.locales[t].file;return jp([r,o])}let js=class{constructor(e,t,s){l(this,"id");l(this,"lang");l(this,"rootUrl");l(this,"descriptor");l(this,"_defaultNamespace");l(this,"resolver");l(this,"logger");l(this,"descriptorUrl");l(this,"namespaces",[]);l(this,"_models");this.id=e,this.lang=t.lang||"en",this.descriptor=t.descriptor,this._defaultNamespace=t.defaultNamespace,this.descriptorUrl=t.descriptorUrl,this.rootUrl=t.rootUrl,this.resolver=t.resolver||Bp.bind(this),s.kosContext.set(zc,this.resolver),this.logger=s.logger,this._models=new me({parentId:e})}set currentLocale(e){this.lang=e,this.models.data.forEach(t=>{t.currentLocale=e})}get defaultNamespace(){return this._defaultNamespace?this.getModel(`translation-${this._defaultNamespace}`):void 0}getModel(e){return this.logger.debug(`getting model ${e}`),this._models.getModel(`translation-${e}`)}get models(){return this._models}get data(){return this._models.data}async reload(){this._models.clear(),await pa(this);for(const e of this.namespaces){const t=this.resolveNamespace(e);await re(t)}}resolveNamespace(e){var s;if((s=this.descriptor.namespaces)==null?void 0:s[e]){const r=Object.keys(this.descriptor.namespaces[e].locales)[0],o=this.descriptor.namespaces[e].locales[r].defaultLocale,n=Us.factory(`translation-${e}`)({kosParentId:this.id,namespace:e,rootUrl:this.rootUrl,currentLocale:this.lang,defaultLocale:o,descriptor:this.descriptor.namespaces[e].locales,resolver:this.resolver});return this.addModel(n),this.namespaces.includes(e)||Q(()=>{this.namespaces.push(e)}),n}else{this.logger.warn(`namespace ${e} not found in descriptor`);const r=Us.factory(`translation-${e}`)({kosParentId:this.id,namespace:e,rootUrl:this.rootUrl,currentLocale:this.lang,defaultLocale:this.lang,descriptor:{},resolver:this.resolver});return this.addModel(r),r}}addModel(e){this._models.addModel(e)}removeModel(e){this._models.removeModel(e)}async init(){this.logger.debug(`initializing translation-container container ${this.id}`)}async load(){this.logger.debug(`loading translation-container container ${this.id}`)}};qc([fe],js.prototype,"_models",2);js=qc([C(_t)],js);const ve={registration:{[_t]:{class:js,singleton:!0}},type:_t,predicate:ae(_t),factory:J.Singleton.create(_t)},Kp={set(e,t){const s=N.getContext(ve.type);s&&s.set(e,t)},get(e){const t=N.getContext(ve.type);return t==null?void 0:t.get(e)}},Wc={async init(e){const t=ve.factory(e);return await re(t),{translations:t}}},Hp=(e,t)=>{const s=t.type;return e[s]||(e[s]=[]),e[s].push(t),e},Zc="kos-ws-event",xo=it(Zc);var Gp=Object.defineProperty,zp=Object.getOwnPropertyDescriptor,Lo=(e,t,s,r)=>{for(var o=r>1?void 0:r?zp(t,s):t,n=e.length-1,i;n>=0;n--)(i=e[n])&&(o=(r?i(t,s,o):i(o))||o);return r&&o&&Gp(t,s,o),o};const Vp=({headers:e,body:t})=>Object.entries(e).map(([r,o])=>`${r}:${o}`).join("\\n")+"\\n\\n"+t;exports.WsEventModel=class{constructor(t){l(this,"id");l(this,"events");l(this,"_topicMap");this.id=t,this.events=M.observable.map(new Map),this._topicMap=new Map}get websocketEvents(){return Array.from(this.events.values())}handleSendEvent(t,s){this.processEvent(s,!0)}handleReceiveEvent(t,s){this.processEvent(s)}processEvent(t,s=!1){p.debug("kos event received");const{body:r,headers:o}=t.body,n=o["request-id"]||o["response-id"],i=o["request-id"]||o["response-id"]||o.topic||o.type;if(i){let a=i;if(n)a=`${a}-${s?"send":"receive"}`;else{const d=this._topicMap.get(i)||0;a=`${a}-${d+1}`,this._topicMap.set(i,d+1)}const c={msgId:a,content:r,headers:o,timestamp:Date.now(),raw:Vp({headers:o,body:r}),direction:s?"send":"receive",mocked:!!o.mocked};this.events.set(a,c),p.debug(`logged ${this.events.size} events`)}}};Lo([x({topic:[Jt.SEND]})],exports.WsEventModel.prototype,"handleSendEvent",1);Lo([x({topic:[Jt.RECEIVED]})],exports.WsEventModel.prototype,"handleReceiveEvent",1);exports.WsEventModel=Lo([C(xo.type)],exports.WsEventModel);const Cn=ie(),Yp=Cn.debug==="true"||Cn.debug===!0,qp="/api/system/canvas",Jc=async(e,t)=>{const s=t||qp,r=`${exports.BASE_URL}${s}`;await exports.kosFetch(r,{method:"POST",headers:{hide:Yp?"false":"true"},body:e})},Wp=Object.freeze(Object.defineProperty({__proto__:null,sendCanvasData:Jc},Symbol.toStringTag,{value:"Module"})),Zp=(e,t,s)=>e>>5<<5|t>>5<<2|s>>6;function Jp(e,t,s){if(t==="base64"){const r=s?e.filter((o,n)=>n%4!==3):Array.from(e);return btoa(String.fromCharCode(...r))}else{const r=[];for(let o=0;o<e.length;o+=4)r.push(Zp(e[o],e[o+1],e[o+2]));return String.fromCharCode(...r)}}var Xp=Object.defineProperty,Qp=Object.getOwnPropertyDescriptor,Xc=(e,t,s,r)=>{for(var o=r>1?void 0:r?Qp(t,s):t,n=e.length-1,i;n>=0;n--)(i=e[n])&&(o=(r?i(t,s,o):i(o))||o);return r&&o&&Xp(t,s,o),o};const Qc="canvas-renderer-model";function An(e){return typeof e.onDone=="function"}let Bs=class{constructor(e,t,s){l(this,"id");l(this,"router");l(this,"logger");l(this,"_renderer",null);l(this,"isStreaming",!1);l(this,"renderLoopId",null);l(this,"sendIntervalId",null);l(this,"timeoutId",null);l(this,"apiPath");l(this,"endpointName");l(this,"width",50);l(this,"height",30);l(this,"fps",10);l(this,"durationMs",null);l(this,"_onFrame",null);this.id=e,this.logger=s.logger,this.width=t.width??50,this.height=t.height??30,this.fps=t.fps??10,this.durationMs=t.durationMs??null,this.apiPath=t.apiPath??"/api/system/canvas",this.endpointName=t.endpoint}set onFrame(e){this._onFrame=e}set renderer(e){var t,s;this._renderer&&(this.stopStreaming(),(s=(t=this._renderer).dispose)==null||s.call(t)),this._renderer=e,this.isStreaming&&this.startStreaming()}sendDataFrame(e,t){Jc(e,t)}checkStreaming(){if(this.isOneShotDone()||!this.isStreaming){requestAnimationFrame(()=>{this.stopStreaming()});return}}handleFrame(e){var s;const t=Jp(e,"base64",!0);this.sendDataFrame(t,this.apiPath),(s=this._onFrame)==null||s.call(this,t)}stopStreaming(){var e,t;this.isStreaming=!1,this.renderLoopId&&cancelAnimationFrame(this.renderLoopId),this.sendIntervalId&&clearInterval(this.sendIntervalId),this.timeoutId&&clearTimeout(this.timeoutId),(t=(e=this._renderer)==null?void 0:e.pause)==null||t.call(e)}isOneShotDone(){var e,t;return An(this._renderer)&&((t=(e=this._renderer).isOneShot)==null?void 0:t.call(e))===!0&&this._renderer.isOneShotDone}startStreaming(){var e,t,s,r;{if(!this._renderer)return;if(!this.apiPath){this.logger.error(`No endpoint configured for canvas renderer ${this.id}`);return}this.isStreaming=!0,this._renderer.reset(),(t=(e=this._renderer).play)==null||t.call(e);const o=An(this._renderer);this._renderer.renderFrame(this.width,this.height);const n=(r=(s=this._renderer).readPixels)==null?void 0:r.call(s,this.width,this.height);if(n&&this._onFrame&&this.handleFrame(n),this.isOneShotDone()){requestAnimationFrame(()=>{this.stopStreaming()});return}const i=()=>{var a;(a=this._renderer)==null||a.renderFrame(this.width,this.height),this.renderLoopId=requestAnimationFrame(i)};this.renderLoopId=requestAnimationFrame(i),this.sendIntervalId=setInterval(()=>{var c,d;const a=(d=(c=this._renderer)==null?void 0:c.readPixels)==null?void 0:d.call(c,this.width,this.height);a&&this._onFrame&&(this.handleFrame(a),this.checkStreaming())},1e3/this.fps),!o&&this.durationMs!=null&&(this.timeoutId=setTimeout(()=>{this.stopStreaming()},this.durationMs))}}async init(){this.logger.debug(`initializing canvas-renderer ${this.id}`)}async load(){this.logger.debug(`loading canvas-renderer ${this.id}`),this.router.use("POST",`/api/ui/canvas/${this.endpointName}/stop`,async(e,t)=>{this.stopStreaming(),t.send({status:"OK"})}),this.router.use("POST",`/api/ui/canvas/${this.endpointName}/start`,async(e,t)=>{this.startStreaming(),t.send({status:"OK"})})}};Xc([Ne({modelType:nr.type})],Bs.prototype,"router",2);Bs=Xc([C(Qc)],Bs);const Fo=new ge({class:Bs,type:Qc});class em{constructor({src:t}){l(this,"video");l(this,"canvas");l(this,"ctx");l(this,"lastUpdate",0);l(this,"doneCallback",null);this.video=document.createElement("video"),this.video.src=t,this.video.crossOrigin="anonymous",this.video.muted=!0,this.video.loop=!1,this.canvas=document.createElement("canvas");const s=this.canvas.getContext("2d");if(!s)throw new Error("2D canvas not supported");this.ctx=s,this.handleEnded=this.handleEnded.bind(this),this.video.addEventListener("ended",this.handleEnded)}handleEnded(){this.doneCallback&&this.doneCallback()}reset(){this.video.pause(),this.video.currentTime=0,this.lastUpdate=performance.now()}play(){this.video.play().catch(console.warn)}pause(){this.video.pause()}renderFrame(t,s){this.canvas.width=t,this.canvas.height=s,this.video.readyState>=2&&this.ctx.drawImage(this.video,0,0,t,s)}readPixels(t,s){return this.ctx.getImageData(0,0,t,s).data}onDone(t){this.doneCallback=t}dispose(){this.video.pause(),this.video.removeAttribute("src"),this.video.load(),this.video.remove(),this.video.removeEventListener("ended",this.handleEnded),this.doneCallback=null}shouldStep(t){const s=performance.now();return s-this.lastUpdate>=t?(this.lastUpdate=s,!0):!1}}class tm{constructor(){l(this,"canvas");l(this,"gl");l(this,"lastWidth",0);l(this,"lastHeight",0);l(this,"lastUpdate",0);this.canvas=document.createElement("canvas");const t=this.canvas.getContext("webgl");if(!t)throw new Error("WebGL not supported");this.gl=t}shouldStep(t){const s=performance.now();return s-this.lastUpdate>=t?(this.lastUpdate=s,!0):!1}readPixels(t=this.lastWidth,s=this.lastHeight){const r=new Uint8Array(t*s*4);this.gl.readPixels(0,0,t,s,this.gl.RGBA,this.gl.UNSIGNED_BYTE,r);const o=new Uint8ClampedArray(r.length);for(let n=0;n<s;n++){const i=n*t*4,a=(s-1-n)*t*4;o.set(r.subarray(i,i+t*4),a)}return o}}class sm extends tm{constructor({speedPx:s=1}={}){super();l(this,"program");l(this,"posBuffer");l(this,"aPosition");l(this,"uMinHue");l(this,"uMaxHue");l(this,"uHueOffset");l(this,"uGridHeight");l(this,"minHue",0);l(this,"maxHue",80);l(this,"hueOffset",0);l(this,"speedPx",1);this.speedPx=s;const r=this.gl,o=`
|
|
77
|
+
["${e}"]`;if(r?(m=this.fosSocket)==null?void 0:m.connectionEstablished:(w=this.socket)==null?void 0:w.connectionEstablished){const E=r?this.fosSocket:this.socket;(v=E==null?void 0:E.socket)==null||v.send(u)}else{xe.debug("no connection adding to offline messages");const E=r?this.fosSocket:this.socket;E==null||E.addOfflineMessage(u)}}subscribeTopic({topic:e,callback:s,fos:r,bridge:o,destinationAddress:n}){const{unsubscribe:i,count:a}=O(e,s);return xe.debug(`Topic ${e} currently has ${a} subscribers`),this._sendSubscriptionMessage(e,"subscribe",r,o,n),()=>{const{count:c}=i();xe.debug(`Topic ${e} currently has ${c} subscribers`),c===0&&this._sendSubscriptionMessage(e,"unsubscribe",r,o,n)}}async whenReady(){const e=this;return this.webSocketSupported?(await M.when(()=>{var s,r;return!!((s=e.socket)!=null&&s.connectionEstablished)&&(!e.useFosTransport||!!((r=e.fosSocket)!=null&&r.connectionEstablished))&&e.authorized}),{status:"success"}):{status:"not supported"}}get token(){return this._token}set token(e){this._token=e,this.init()}static host(e="localhost"){return this.getInstance().host=e,this}static port(e=8080){return this.getInstance().port=e,this}static alias(e){this.getInstance().alias=e}static getInstance(e=8080,s){if(!this._instance){const r=window.kosUseFos?{port:window.kosFosPort||8081}:void 0;this._instance=new this({port:e,token:s,fos:r})}return this._instance}}l(et,"_instance");class Gh{constructor(e){l(this,"config");l(this,"stats");l(this,"filterHistory",[]);l(this,"activePromises",new Set);l(this,"eventQueue",[]);l(this,"rateLimitWindow",new Map);this.config=e,this.stats={eventsReceived:0,batchesProcessed:0,eventsDropped:0,currentQueueSize:0,averageBatchSize:0,processingRate:0,lastProcessedAt:Date.now()}}async*processEvents(e){const s=this.config.batch||{size:1,window:0};if(s.size===1&&!s.window)for await(const r of e)yield*this.processSingleEvent(r);else yield*this.processBatchedEvents(e,s)}async*processSingleEvent(e){if(this.stats.eventsReceived++,!(this.config.filter&&!this.shouldProcessEvent(e))){if(this.config.rateLimit&&!this.checkRateLimit())if(this.config.rateLimit.onExceeded==="drop"){this.stats.eventsDropped++;return}else this.config.rateLimit.onExceeded==="delay"&&await this.waitForRateLimit();if(this.config.backpressure){this.enqueueEvent(e),await this.waitForCapacity();const s=this.dequeueEvent();s&&(yield this.config.transform?this.config.transform([s]):[s],this.updateProcessingStats([s]))}else yield this.config.transform?this.config.transform([e]):[e],this.updateProcessingStats([e])}}async*processBatchedEvents(e,s){const r=s.size||100,o=s.window||1e3;let n=[],i=Date.now();const a=async()=>{if(n.length===0)return;const c=[...n];n=[],i=Date.now();const d=this.config.filter?c.filter(h=>this.shouldProcessEvent(h)):c;if(d.length===0)return;this.config.backpressure&&await this.waitForCapacity();const u=this.config.transform?this.config.transform(d):d;return this.stats.batchesProcessed++,this.updateProcessingStats(d),u};try{for await(const d of e)if(this.stats.eventsReceived++,this.config.backpressure)for(this.enqueueEvent(d);this.eventQueue.length>0;){const u=this.dequeueEvent();u&&n.push(u);const f=Date.now()-i;if(n.length>=r||f>=o){const m=await a();m!==void 0&&(yield m);break}}else{n.push(d);const h=Date.now()-i;if(n.length>=r||h>=o){const f=await a();f!==void 0&&(yield f)}}const c=await a();c!==void 0&&(yield c)}finally{}}shouldProcessEvent(e){if(!this.config.filter)return!0;const s={history:[...this.filterHistory],currentBatch:[],startTime:Date.now()},r=this.config.filter.predicate(e,s);return this.config.filter.historySize&&(this.filterHistory.push(e),this.filterHistory.length>this.config.filter.historySize&&this.filterHistory.shift()),r}checkRateLimit(){if(!this.config.rateLimit)return!0;const e=Date.now(),s=Math.floor(e/this.config.rateLimit.windowMs),r=this.rateLimitWindow.get(s)||0;if(r>=this.config.rateLimit.maxEvents)return!1;this.rateLimitWindow.set(s,r+1);for(const[o]of this.rateLimitWindow)o<s-1&&this.rateLimitWindow.delete(o);return!0}async waitForRateLimit(){if(!this.config.rateLimit)return;const e=Date.now(),o=(Math.floor(e/this.config.rateLimit.windowMs)+1)*this.config.rateLimit.windowMs-e;o>0&&await new Promise(n=>setTimeout(n,o))}async waitForCapacity(){if(!this.config.backpressure)return;const e=this.config.backpressure.maxConcurrent||5,s=this.config.backpressure.maxQueue||1e3;for(;this.activePromises.size>=e;)await Promise.race(this.activePromises);this.eventQueue.length>=s&&this.handleQueueOverflow()}handleQueueOverflow(){if(!this.config.backpressure)return;const e=this.config.backpressure.maxQueue||1e3,s=this.config.backpressure.dropPolicy||"oldest",r=this.config.backpressure.onQueueFull;if(s==="none")return;const o=this.eventQueue.length-e;if(o<=0)return;let n=[];if(s==="oldest"?n=this.eventQueue.splice(0,o):s==="newest"&&(n=this.eventQueue.splice(-o)),this.stats.eventsDropped+=n.length,this.stats.currentQueueSize=this.eventQueue.length,r&&n.length>0)try{r(n)}catch(i){console.warn("Error in onQueueFull callback:",i)}}enqueueEvent(e){if(this.eventQueue.push(e),this.stats.currentQueueSize=this.eventQueue.length,this.config.backpressure){const s=this.config.backpressure.maxQueue||1e3;this.eventQueue.length>s&&this.handleQueueOverflow()}}dequeueEvent(){const e=this.eventQueue.shift();return this.stats.currentQueueSize=this.eventQueue.length,e}updateProcessingStats(e){const s=Date.now(),r=s-this.stats.lastProcessedAt;this.stats.averageBatchSize=(this.stats.averageBatchSize*this.stats.batchesProcessed+e.length)/(this.stats.batchesProcessed+1),this.stats.processingRate=r>0?e.length/(r/1e3):this.stats.processingRate,this.stats.lastProcessedAt=s,this.stats.currentQueueSize=this.eventQueue.length}trackPromise(e){return this.activePromises.add(e),e.finally(()=>this.activePromises.delete(e)),e}getStats(){return{...this.stats}}}class zh{constructor(e,s,r,o,n){l(this,"disposers",[]);l(this,"activatableDisposers",[]);l(this,"flowControllers",new Map);this.model=e,this.modelData=s,this.modelId=r,this.offlineQueue=o,this.log=n}registerAll(e){var o;const s=((o=this.modelData)==null?void 0:o[W])||{},r=Object.keys(s);this.log.debug(`Found ${r.length} subscriptions in ${this.modelId} (lifecycle: ${e??"any"})`),r.forEach(n=>{const i=s[n],a=i.lifecycle;if(e&&e!==a)return;const c=this.resolvePropKey(n);if(this.log.debug(`Resolved topic: ${n} → ${c}`),i.flow)this.subscribeWithFlowControl(i,c,a);else{const d=this.createHandler(c,i);this.subscribe(i,c,d,a===N.ACTIVATE)}})}deactivate(){this.log.debug(`Deactivating subscriptions for ${this.modelId}`);for(const e of this.activatableDisposers)try{e()}catch(s){this.log.error("Error during subscription disposal",s)}this.activatableDisposers=[]}disposeAll(){const e=[...this.disposers,...this.activatableDisposers];this.log.debug(`Disposing ${e.length} subscriptions for ${this.modelId}`);for(const[s,r]of this.flowControllers)this.log.debug(`Disposing flow controller for ${s}`);this.flowControllers.clear();for(const s of e)try{s()}catch(r){this.log.error("Error during subscription disposal",r)}this.disposers=[],this.activatableDisposers=[]}subscribe(e,s,r,o){const n=e.destinationAddress?this.resolvePropKey(e.destinationAddress):null;if(e.websocket){this.log.debug(`Subscribing to WebSocket topic: ${s}`);const i=et.getInstance().subscribeTopic({topic:s,callback:r,fos:e.fos,bridge:e.bridge,destinationAddress:n});this.disposers.push(i)}else{this.log.debug(`Subscribing to EventBus topic: ${s}`);const{unsubscribe:i}=O(s,r);o?this.activatableDisposers.push(i):this.disposers.push(i)}}createHandler(e,s){return async r=>{var o;try{const n=(o=r==null?void 0:r.headers)==null?void 0:o["src-addr"],i=s.destinationAddress&&this.resolvePropKey(s.destinationAddress),a=i?n===i:!0,c=this.extractWildcardCapture(e,r,s);if(this.model.isReady()){const d=jr(r,s.skipParse),u=s.transform(d);if(a&&s.condition(u,this.modelData,r))return this.callHandlerWithWildcard(s,u,c,r)}else{this.log.warn(`Model ${this.modelId} not ready. Queuing message for ${e}`);const d=()=>{const u=jr(r,s.skipParse),h=s.transform(u);if(a&&s.condition(h,this.modelData,r))return this.callHandlerWithWildcard(s,h,c,r)};this.offlineQueue.enqueue(d)}}catch(n){this.log.error(`Error handling subscription for ${e}`,n)}}}extractWildcardCapture(e,s,r){var n;if(!r.wildcardName||!aa(e))return null;const o=((n=s==null?void 0:s.headers)==null?void 0:n.topic)||"";return ia(e,o,r.wildcardName)}callHandlerWithWildcard(e,s,r,o){if(r&&Object.keys(r).length>0){const n={...o,wildcardCapture:r};return e.handler.call(this.modelData,s,n,this.modelData)}else return e.handler.call(this.modelData,s,o,this.modelData)}resolvePropKey(e){const s=/.*({PROP_(.+)})/;let r=e.includes("{MODEL_ID}")?e.replace("{MODEL_ID}",this.modelId):e;const o=r.match(s);return o&&o[2]in this.modelData&&(r=r.replace(o[1],this.modelData[o[2]])),r}async subscribeWithFlowControl(e,s,r){this.log.debug(`Setting up flow control for topic: ${s}`);const o=new Gh(e.flow);this.flowControllers.set(s,o);const n=this.createFlowControlHandler(s,e),i=this.startFlowProcessing(e,s,n,o),a=()=>{this.flowControllers.delete(s),i.then(c=>c==null?void 0:c.abort())};r===N.ACTIVATE?this.activatableDisposers.push(a):this.disposers.push(a)}async startFlowProcessing(e,s,r,o){const n=new AbortController;try{let i;if(e.websocket){const a=e.destinationAddress?this.resolvePropKey(e.destinationAddress):null;et.getInstance().subscribeTopic({topic:s,callback:()=>{},fos:e.fos,bridge:e.bridge,destinationAddress:a}),i=Sn(s)}else i=Sn(s);return(async()=>{try{for await(const a of o.processEvents(i)){if(n.signal.aborted)break;const c=r(a);c instanceof Promise&&await o.trackPromise(c)}}catch(a){this.log.error(`Flow control error for ${s}:`,a)}})(),n}catch(i){return this.log.error(`Failed to start flow processing for ${s}:`,i),null}}createFlowControlHandler(e,s){return async r=>{var o,n,i,a;try{if(s.condition&&!s.condition(r,this.modelData,r))return;if(this.model.isReady())return s.handler.call(this.modelData,r,r,this.modelData);{this.log.warn(`Model ${this.modelId} not ready. Queuing flow-controlled message for ${e}`);const c=()=>s.handler.call(this.modelData,r,r,this.modelData);this.offlineQueue.enqueue(c)}}catch(c){if(this.log.error(`Error in flow control handler for ${e}:`,c),(n=(o=s.flow)==null?void 0:o.errorHandling)!=null&&n.retry)await this.retryHandler(s,r,c);else if(!((a=(i=s.flow)==null?void 0:i.errorHandling)!=null&&a.continueOnError))throw c}}}async retryHandler(e,s,r){const o=e.flow.errorHandling.retry;let n=r;for(let i=1;i<=o.attempts;i++)try{return this.log.debug(`Retry attempt ${i}/${o.attempts} for handler`),await new Promise(a=>setTimeout(a,o.backoffMs*i)),e.handler.call(this.modelData,s,s,this.modelData)}catch(a){n=a,this.log.warn(`Retry attempt ${i} failed:`,a)}throw this.log.error("All retry attempts failed, throwing last error:",n),n}getFlowControlStats(){const e={};for(const[s,r]of this.flowControllers)e[s]=r.getStats();return e}}function Ge(t,e){const s=`[Model:${e}]`;return{debug:(...r)=>t.debug(s,...r),info:(...r)=>t.info(s,...r),warn:(...r)=>t.warn(s,...r),error:(...r)=>t.error(s,...r)}}function Vh(t){return!!(t!=null&&t[Ne])&&Object.keys(t[Ne]).length>0}function Yh(t){return!!(t!=null&&t[W])&&Object.keys(t[W]).length>0}function qh(t){return!!(t!=null&&t[Ee])&&t[Ee].length>0}class Wh{static createAll(e){const{modelId:s,modelTypeName:r,modelData:o}=e,n=Dh.create({modelId:s,modelTypeName:r}),i=new Sh(e,Ge(n,"fsm")),a=new Ch(Ge(n,"offline-queue")),c=new wh(e),d=new bh(e),u={fsm:i,offlineQueue:a,companionManager:c,childResolver:d};if(Vh(o)&&(u.effectManager=new vh(r,s,o,Ge(n,"effect"))),Yh(o)){const h=Ge(n,"subscription");u.subscriptionManager=new zh(e,o,s,a,h),u.onlineLifecycleManager=new Rh(e,Ge(n,"online"))}return qh(o)&&(u.httpRouteManager=new Eo(o,Ge(n,"http-routes"))),u}}const P=$.getLogger("kos-model"),Qh="kos.extension.model.loader";class xa{constructor({modelTypeName:e,id:s,modelData:r}){l(this,"_id");l(this,"_status");l(this,"_activeStatus");l(this,"_onlineStatus");l(this,"modelData");l(this,"modelTypeName");l(this,"initialized");l(this,"loaded");l(this,"offlineQueue");l(this,"subscriptionManager");l(this,"effectManager");l(this,"httpRouteManager");l(this,"onlineLifecycleManager");l(this,"companionManager");l(this,"childResolver");l(this,"fsm");this._id=typeof s<"u"?`${s}`:e,this.modelTypeName=e,this.initialized=!1,this.loaded=!1,this.modelData=r,this._status=b.CREATED,this._activeStatus=b.INACTIVE,this._onlineStatus=b.OFFLINE;const o=Wh.createAll(this);this.fsm=o.fsm,this.offlineQueue=o.offlineQueue,this.companionManager=o.companionManager,this.childResolver=o.childResolver,o.effectManager&&(this.effectManager=o.effectManager),o.subscriptionManager&&(this.subscriptionManager=o.subscriptionManager),o.httpRouteManager&&(this.httpRouteManager=o.httpRouteManager),o.onlineLifecycleManager&&(this.onlineLifecycleManager=o.onlineLifecycleManager),M.makeAutoObservable(this,{fsm:!1,effectManager:!1,subscriptionManager:!1,onlineLifecycleManager:!1,companionManager:!1,childResolver:!1,offlineQueue:!1}),mh(this)}get companionModels(){return this.companionManager}set status(e){this._status=e}get status(){return this._status}get modelId(){return this._id}get id(){return this._id}get activeStatus(){return this._activeStatus}set activeStatus(e){this._activeStatus=e}get onlineStatus(){return this._onlineStatus}set onlineStatus(e){this._onlineStatus=e}get modelManager(){return globalThis.kos.modelManager}isActive(){return this._status===b.ACTIVE}isOnline(){return this._onlineStatus===b.ONLINE}isReady(){return this._status===b.READY}async deactivate(){var e,s,r;P.debug(`deactivating model ${this.modelTypeName} with id ${this.modelId}`);try{const o=j.getContext(this.modelId);await((s=(e=this.modelData)==null?void 0:e.deactivate)==null?void 0:s.call(e,o)),P.debug(`Model ${this.modelTypeName} with id ${this.modelId} deactivated`),(r=this.subscriptionManager)==null||r.deactivate()}catch(o){throw P.debug(`Model ${this.modelId} failed to deactivated`),o}}async activate(){var e,s,r;P.debug(`activating model ${this.modelTypeName} with id ${this.modelId}`),await wt(this,N.ACTIVATE);try{const o=j.getContext(this.modelId);await((s=(e=this.modelData)==null?void 0:e.activate)==null?void 0:s.call(e,o)),P.debug(`Model ${this.modelTypeName} with id ${this.modelId} subscribing to all topics`),(r=this.subscriptionManager)==null||r.registerAll(N.ACTIVATE),P.debug(`Model ${this.modelTypeName} with id ${this.modelId} activated`)}catch(o){throw P.debug(`Model ${this.modelId} failed to activate`),o}}async whenLoaded(){await Or([{condition:()=>this.status===b.FAILED,onMatch:()=>{throw new Error(`Failed to initialize model ${this.modelId}`)}},{condition:()=>this.loaded,onMatch:()=>{P.debug(`Model ${this.modelId} is loaded`)}}])}async whenInitialized(){await Or([{condition:()=>this.status===b.FAILED,onMatch:()=>{throw new Error(`Failed to initialize model ${this.modelId}`)}},{condition:()=>this.initialized,onMatch:()=>{P.debug(`Model ${this.modelId} is initialized`)}}])}async whenReady(){await Or([{condition:()=>this.status===b.FAILED,onMatch:()=>{throw new Error(`Failed to ready model ${this.modelId}`)}},{condition:()=>this.status===b.READY,onMatch:()=>{P.debug(`Model ${this.modelId} is ready`)}}])}async ready(){var e,s,r;if(this.fsm.current===b.READY){P.debug(`already readying model ${this.modelTypeName} with id ${this.modelId} returning`);return}try{P.debug(`readying model ${this.modelTypeName} with id ${this.modelId}`),await wt(this,N.READY),await wa(this,vo.READY,N.READY);const o=j.getContext(this.modelId);await((s=(e=this.modelData)==null?void 0:e.ready)==null?void 0:s.call(e,o)),this.offlineQueue.flush(),(r=this.subscriptionManager)==null||r.registerAll(N.READY),P.debug(`Model ${this.modelId} is ready`);const n={modelId:this.modelId,modelType:this.modelTypeName};U(ca(this.modelTypeName,this.modelId),n),U(la(this.modelTypeName),n)}catch(o){throw P.error(o),Error(o)}}async load(){var o,n,i,a,c;const e=this[Rs];e&&await e.whenLoaded();const{modelTypeName:s,modelId:r}=this;if(this.fsm.current===b.LOADED||this.fsm.current===b.LOADING){P.debug(`Model ${s} with id ${r} already loaded or loading`);return}P.debug(`Loading model ${s} with id ${r}`),await wt(this,N.LOAD);try{const d=j.getContext(r),u=`${Qh}.${s}`,h=await S.loader.executeLoader(u,{});h&&(P.info(`Setting loaded context for ${r}, type: ${s}`),d==null||d.set(u,h)),await((n=(o=this.modelData)==null?void 0:o.load)==null?void 0:n.call(o,d)),q(()=>{this.loaded=!0}),P.debug(`Model ${s} with id ${r} successfully loaded`),(i=this.subscriptionManager)==null||i.registerAll(N.LOAD),(a=this.httpRouteManager)==null||a.registerAll(),(c=this.effectManager)==null||c.setup()}catch(d){throw P.error(`Model ${r} failed to load`,d),d}}async unload(){var e,s,r,o,n,i;P.debug(`unloading model ${this.modelTypeName} with id ${this.modelId}`);try{const a=this.getChildren().map(d=>{var u;return(u=d.unload)==null?void 0:u.call(d)}).filter(d=>!!d);await Promise.allSettled(a);const c=j.getContext(this.modelId);await((s=(e=this.modelData)==null?void 0:e.unload)==null?void 0:s.call(e,c)),this.loaded=!1,(r=this.onlineLifecycleManager)==null||r.dispose(),P.debug(`Model ${this.modelTypeName} with id ${this.modelId} unloaded`),(o=this.effectManager)==null||o.disposeAll(),(n=this.subscriptionManager)==null||n.disposeAll(),(i=this.httpRouteManager)==null||i.dispose()}catch(a){throw P.debug(`Model ${this.modelId} failed to unload`),a}}async init(){var n,i,a;const e=this[Rs];e&&await e.whenInitialized();const{modelId:s,modelTypeName:r}=this,o=j.getContext(s);P.debug(`Initializing model ${r} with id ${s}`),await wt(this,N.INIT);try{await((i=(n=this.modelData)==null?void 0:n.init)==null?void 0:i.call(n,o)),this.initialized=!0,P.debug(`Model ${r} with id ${s} initialized`),(a=this.onlineLifecycleManager)==null||a.register(),this.registerSubscribers(N.INIT)}catch(c){throw P.error(`Model ${s} failed to initialize`,c),c}}async registerSubscribers(e){var s;P.debug(`registering subscribers in ${this.modelTypeName} with id ${this.modelId}`),(s=this.subscriptionManager)==null||s.registerAll(e)}async online(){var s,r;P.debug(`online model ${this.modelTypeName} with id ${this.modelId}`),this.registerSubscribers();const e=j.getContext(this.modelId);await((r=(s=this.modelData)==null?void 0:s.online)==null?void 0:r.call(s,e))}async offline(){var s,r,o;P.debug(`offline model ${this.modelTypeName} with id ${this.modelId}`),(s=this.subscriptionManager)==null||s.disposeAll();const e=j.getContext(this.modelId);await((o=(r=this.modelData)==null?void 0:r.offline)==null?void 0:o.call(r,e))}accept(e){e.visit(this)}getChildren(){return this.childResolver.resolve()}addCompanionModel(e){this.companionManager.add(e)}clearCompanionModels(){this.companionManager.clear()}}const Fa=t=>typeof t=="function",Cn=p.createLogger({name:"kos-model-instantiator"});class Zh{constructor(e,s){this.registry=e,this.cache=s}createModelInstance(e,s,r={}){const o=this.registry.models[e];if(!o)throw new Error(`No model registered for type ${e}`);const n=o.singleton?e:s;if(this.cache.restoreFromDeleteCache(n),!this.cache.hasModel(n)){Cn.debug(`Creating model instance: ${e} [${n}]`);const a=o.create?o.create({modelTypeId:e,id:n,options:r}):new o.class(n,r),c=new xa({modelTypeName:e,id:n,modelData:a});this.cache.addModel(c),this._createCompanionModels(c,r)}const i=this.cache.getModelById(n);if(!i)throw Cn.error(`Model ${e} [${n}] not found in cache`),new Error(`Model ${e} [${n}] not found in cache`);return{model:i,data:i.modelData}}_createCompanionModels(e,s){var n;const r=e.modelTypeName,o=((n=this.registry.companionModels)==null?void 0:n[r])||[];for(const{type:i}of o){const a=Fa(i)?i(e.modelData,s):i;if(!a)continue;const c=`${a}-${e.modelId}`,d=this.createModelInstance(a,c,{data:s,companionParent:e.modelData,kosParentId:e.modelId});d!=null&&d.model&&(d.model[Rs]=e,e.addCompanionModel(d.model))}}}let Jh=class{constructor(e){this._registry=e}get registry(){return this._registry}getModelTypeRegistry(e){const s=this.registry.models[e];if(!s)throw new Error(`No registration for model type ${e}`);return s}registerModel(e){const s=e.type;this.registry.models[s]||(this.registry.models={...this.registry.models,...e.registration})}registerCompanionModel(e,s){var r,o;(r=this.registry).companionModels??(r.companionModels={}),(o=this.registry.companionModels)[e]??(o[e]=[]),this.registry.companionModels[e].some(n=>n.type===s)||this.registry.companionModels[e].push({type:s})}getModelSubscriptions(e){var s;return((s=this.getModelTypeRegistry(e))==null?void 0:s.subscriptions)||{}}getDataModelBuilder(e){var r;const s=(r=this.getModelTypeRegistry(e))==null?void 0:r.builder;if(!s)throw new Error(`No builder found for model type ${e}`);return s}getModelFactory(e){return ht(e)}};const ka=10,Rn=p.createLogger({name:"kos-model-manager"});class Na{constructor(){l(this,"cache");l(this,"instantiator");l(this,"dependencies");l(this,"_registry");globalThis.kos=globalThis.kos||{},this.dependencies=new Gu,globalThis.kos.modelManager=this,globalThis.kos.resolveKosModel=e=>{const s=this.getModelById(e);if(s)return s.modelData||{}},globalThis.kos.kosModelJson=e=>{var r,o;const s=this.getModelById(e);if(s)return((o=(r=s.modelData).toJSON)==null?void 0:o.call(r))||{}},globalThis.kos.kosModelDebug=e=>{var r;const s=this.getModelById(e);if(s)return((r=s.modelData)==null?void 0:r.debugState)||{}},globalThis.kos.kmd=globalThis.kos.kosModelDebug,globalThis.kos.kmj=globalThis.kos.kosModelJson}static create(e,s){const r=this.getInstance(s);return r._registry=new Jh(e),r.cache=new zu(e.preloadModels),r.instantiator=new Zh(e,r.cache),r}static getInstance(e){var s,r;return(!((s=globalThis.kos)!=null&&s.modelManager)||e)&&(Rn.debug("Creating new instance of KosModelManager"),new this),(r=globalThis.kos)==null?void 0:r.modelManager}get registry(){return this._registry.registry}get preloadedModels(){return this.cache.preload(e=>(Rn.debug(`preloading ${e}`),typeof e=="string"?this.createModelInstance(e).model:this.createModelInstance(e.modelType,e.modelId,e.options).model))}get models(){return this.cache.models}getModelById(e){return this.cache.getModelById(e)}addModel(e){return this.cache.addModel(e)}removeModel(e){this.cache.removeModel(e.modelId)}hasModel(e){return this.cache.hasModel(e)}getModelsByType(e,s){return Array.from(this.models).filter(r=>r.modelTypeName===e).filter(r=>s?s(r.modelData):!0).map(r=>r.modelData)}getModelSubscriptions(e){return this._registry.getModelSubscriptions(e)}getDataModelBuilder(e){return this._registry.getDataModelBuilder(e)}getModelFactory(e){return ht(e)}addDependency(e,s){this.cache.restoreFromDeleteCache(s),this.dependencies.add(e,s)}removeDependency(e,s){this.dependencies.remove(e,s)}async reloadModel(e){if(e.id){const s=this.getModelById(e.id);s&&await s.fsm.transitionTo(A.RESET,b.RESETTING)}}async initiateDestroyModel(e){if(!e.id)throw new Error("Model ID is required");if(!this.dependencies.canDestroy(e.id))return;const s=this.getModelById(e.id);s&&(this.cache.markForDeletion(s),ea.addToDeletionQueue(e.id,setTimeout(()=>this.destroyModel(s),ka)))}async destroyModel(e){var s;e!=null&&e.modelId&&this.dependencies.canDestroy(e.modelId)&&(await((s=e.unload)==null?void 0:s.call(e)),this.removeModel(e))}createModelInstance(e,s,r={}){return this.instantiator.createModelInstance(e,s,r)}registerCompanionModel(e,s){this._registry.registerCompanionModel(e,s)}registerModel(e){this._registry.registerModel(e)}}var Is=(t=>(t.CREATING="creating",t.CREATED="created",t.INITIALIZING="initializing",t.INITIALIZED="initialized",t.LOADING="loading",t.LOADED="loaded",t.ONLINE="online",t.READYING="readying",t.READY="ready",t.OFFLINE="offline",t.UNLOADING="unloading",t.UNLOADED="unloaded",t.RELOADING="reloading",t))(Is||{}),We=(t=>(t.CREATE="create",t.INITIALIZE="init",t.READY="ready",t.GO_ONLINE="go_online",t.GO_OFFLINE="go_offline",t.UNLOAD="unload",t.RELOAD="reload",t))(We||{});const Xh=t=>{const e=y.createMachine("offline",{online:y.state(y.transition("go_offline","offline",y.action(()=>{t.offline(),M.runInAction(()=>{t.isOnline=!1})}))),offline:y.state(y.transition("go_online","online",y.action(()=>{t.online(),M.runInAction(()=>{t.isOnline=!0})})))}),s=y.interpret(e,n=>$.debug(n.machine.current)),r=y.createMachine({creating:y.state(y.transition("create","created")),created:y.state(y.immediate("initializing")),initializing:y.invoke(()=>t.init(),y.transition("done","initialized")),initialized:y.state(y.immediate("loading")),loading:y.invoke(()=>t.load(),y.transition("done","loaded")),loaded:y.state(y.immediate("readying"),y.transition("unload","unloading")),readying:y.invoke(()=>t.ready(),y.transition("done","ready",y.action(()=>{M.runInAction(()=>{t.status="ready"})}))),reloading:y.invoke(()=>t.reload(),y.transition("done","loading")),ready:y.state(y.transition("reload","reloading"),y.transition("unload","unloaded",y.action(t.unload.bind(t))),y.transition("go_online","ready",y.action(()=>{s.send("go_online")})),y.transition("go_offline","ready",y.action(()=>{s.send("go_offline")}))),unloaded:y.state()});return{service:y.interpret(r,n=>$.debug(n.machine.current)),online:s}},se=async t=>{if(t.id){const e=I.getInstance().modelManager.getModelById(t.id);if(!e)throw new Error(`Model with ID ${t.id} not found`);await(e==null?void 0:e.whenReady())}else throw new Error("Data model must have a valid ID");return t},Ue=async t=>{await I.getInstance().whenReady(),await I.getInstance().modelManager.initiateDestroyModel(t)},eg=async t=>{if(await I.getInstance().whenReady(),!t.id)throw new Error("Model ID is required");const e=I.getInstance().modelManager.getModelById(t.id);e&&await e.fsm.transitionTo(A.UNLOAD,b.UNLOADED)},Ua=async t=>{await I.getInstance().whenReady(),await I.getInstance().modelManager.reloadModel(t),p.debug(`reload model initiated for model ${t.id}, model ready: ${Ps(t)} - ${Date.now()} `),await se(t),p.debug(`reload model complete for model ${t.id}, model ready: ${Ps(t)} - ${Date.now()} `)},tg=async t=>{if(await I.getInstance().whenReady(),!t)throw new Error("Model ID is required");const e=I.getInstance().modelManager.getModelById(t);return e==null?void 0:e.modelTypeName},ja=async t=>{if(await I.getInstance().whenReady(),!t)throw new Error("Model ID is required");const e=I.getInstance().modelManager.getModelById(t);return{model:e==null?void 0:e.modelData,type:e==null?void 0:e.modelTypeName}},pe=t=>{if(!t)throw new Error("Model ID is required");const e=I.getInstance().modelManager.getModelById(t);return{model:e==null?void 0:e.modelData,type:e==null?void 0:e.modelTypeName}},Ba=(t,e)=>{if(!t)throw new Error("Model type is required");return I.getInstance().modelManager.getModelsByType(t).filter(o=>Object.keys(e).every(n=>o[n]===e[n]))},sg=(t,e)=>Ba(t,e)[0],rg=(t,e)=>{if(!t.id)throw new Error("Model ID is required");const s=I.getInstance().modelManager.getModelById(t.id);if(!s)throw new Error("Model not found");const r=s.companionModels.get(e);return r==null?void 0:r.modelData},Ka=t=>{if(!t.id)throw new Error("Model ID is required");const e=I.getInstance().modelManager.getModelById(t.id);if(!e)throw new Error("Model not found");return Array.from(e.companionModels.all()).map(r=>r.modelData)},og=t=>{if(!t)throw new Error("Model ID is required");const e=I.getInstance().modelManager.getModelById(t);if(!e)throw new Error("Model not found");return e.companionModels.data},Kr=(t,e)=>{const s=I.getInstance().modelManager.getModelById(t);if(!s){p.info(`Model not found for id ${t}`);return}return Array.from(s.companionModels.all()).find(o=>e(o.modelData))},ce=t=>e=>Object.getPrototypeOf(e).modelTypeId===t,Ps=t=>{const e=I.getInstance().modelManager.getModelById(t.id);if(!e)throw new Error("Model not found");return e.isReady()},ng=p.createLogger({name:"kos-model-factory"}),Ut={byModelType:t=>I.getInstance().modelManager.getModelFactory(t),getModelInstance:(t,e,s)=>{const r=Ut.byModelType(e);if(!r)throw ng.error(`No registered factory found for model type ${e}. Please register a factory for this model type. `),Error(`No factory found for model type ${e}`);return r.build(t,s)}},Z={Factory:{create:t=>e=>(s,r)=>(r&&j.setParentContext(e,r),Ut.getModelInstance(e,t,s))},Singleton:{create:t=>(e,s)=>(s&&j.setParentContext(t,s),Ut.getModelInstance(t,t,e))},Model:{instance:t=>e=>Ut.getModelInstance(e,t)}};window.KosRegistry=window.KosRegistry||{coreModels:new Map,preloadModels:[],companionModels:new Map,models:new Map};const An=window.KosRegistry.coreModels,Sr=window.KosRegistry.preloadModels,$r=window.KosRegistry.companionModels,gs=window.KosRegistry.models,C={model:{registerLegacyModel:t=>(e,s)=>(An.set(e,s),{preload:C.model.preloadModel(t),model:C.model.register(t),companion:C.companion.register(t),legacy:C.model.registerLegacyModel(t),root:t}),preloadModel:t=>e=>(Sr.includes(e)||Sr.push(e),{preload:C.model.preloadModel(t),model:C.model.register(t),companion:C.companion.register(t),legacy:C.model.registerLegacyModel(t),root:t}),register:t=>(e,s)=>{const r=Dr(e)?e.registration():e;return gs.set(r.type,r),Dr(e)&&e.relatedModels.forEach(o=>gs.set(o.type,o.registration())),I.getInstance().isReady&&(I.getInstance().modelManager.registry.models[r.type]||(console.info(`Model with type ${r.type} doesn't exist. Adding new registration`),I.getInstance().modelManager.registry.models[r.type]=r.registration[r.type],Dr(e)&&e.relatedModels.forEach(o=>I.getInstance().modelManager.registry.models[o.type]=o.registration().registration))),s&&C.model.preloadModel(t)(r.type),{preload:C.model.preloadModel(t),model:C.model.register(t),companion:C.companion.register(t),legacy:C.model.registerLegacyModel(t),root:t}},get:t=>gs.get(t),getAll:()=>Array.from(gs.entries()),getPreloadModels:()=>Sr,getLegacyModels:()=>Array.from(An.entries()).reduce((t,[e,s])=>(t[e]=s,t),{})},companion:{register:t=>(e,s)=>{const r=$r.get(e)||[];return r.push(s),$r.set(e,r),{preload:C.model.preloadModel(t),model:C.model.register(t),companion:C.companion.register(t),legacy:C.model.registerLegacyModel(t),root:t}},getAll:()=>Array.from($r.entries())}},Ha=C.model.registerLegacyModel,Ga=C.model.register,ig=C.companion.register,ag=C.model.preloadModel,za=t=>typeof t.updateModel=="function",Dr=t=>t.registration!==void 0&&typeof t.registration=="function";class Va{constructor(e){l(this,"singleton");l(this,"type");l(this,"loader");l(this,"class");l(this,"guard");l(this,"factory");l(this,"relatedModels",[]);this.singleton=e.singleton,this.guard=ce(e.type),this.type=e.type,this.loader=`kos.extension.model.loader.${e.type}`,this.factory=e.factory,this.class=e.class}addRelatedModel(e){this.relatedModels.push(e)}registerRelatedModels(){this.relatedModels.forEach(e=>e.register())}register(){C.model.register({})(this.registration()),this.registerRelatedModels()}}class ge extends Va{constructor(e){super({...e,singleton:!1,factory:Z.Factory.create(e.type)})}instance(e){const s=this.factory(e);return{get:()=>{const r=pe(e);if(!r)throw new Error("Model not found with id "+e);if(this.guard(r))return r;throw new Error("Model is not of type "+this.type)},forceUpdate:{options:r=>({build:()=>{const o=s(r);if(this.guard(o)){if(za(o))o.updateModel(r);else throw new Error(`Model ${this.type} is not updateable. Please implement UpdateAware interface`);return o}else throw new Error("Model is not of type "+this.type)}})},options:r=>({build:()=>{const o=s(r);if(this.guard(o))return o;throw new Error("Model is not of type "+this.type)}})}}registration(){return{type:this.type,predicate:this.guard,registration:{[this.type]:{class:this.class,singleton:!1}},factory:this.factory}}}class ye extends Va{constructor(e){super({...e,singleton:!0,factory:Z.Singleton.create(e.type)})}instance(){const e=this.factory;return{get:()=>{const r=pe(this.type);if(!r)throw new Error("Model not found with id "+this.type);if(this.guard(r))return r;throw new Error(`Model is not of type ${this.type}. Received type ${Object.getPrototypeOf(r).modelTypeId}`)},forceUpdate:{options:r=>({build:()=>{const o=e(r);if(this.guard(o)){if(za(o))o.updateModel(r);else throw new Error(`Model ${this.type} is not updateable. Please implement UpdateAware interface`);return o}else throw new Error(`Model is not of type ${this.type}. Received type ${Object.getPrototypeOf(o).modelTypeId}`)}})},options:r=>({build:()=>{const o=e(r);if(this.guard(o))return o;throw new Error(`Model is not of type ${this.type}. Received type ${Object.getPrototypeOf(o).modelTypeId}`)}})}}registration(){return{type:this.type,predicate:this.guard,registration:{[this.type]:{class:this.class,singleton:!0}},factory:this.factory}}}const H=p.createLogger({name:"kos-core"}),cg=()=>{const t=ae(),e=t==null?void 0:t.alias,s=process.env.KOS_CONNECTION_ALIAS;return e||s||void 0},lg=()=>{const t=window.location.protocol,e=ae(),s=e==null?void 0:e.host;let r;try{r=new URL(s).protocol==="https:"?"wss://":"ws://"}catch{}return r||(t==="https:"?"wss://":"ws://")},dg=()=>{const t=window.location.hostname,e=process.env.KOS_HOST,s=ae(),r=s==null?void 0:s.host;let o;try{o=new URL(r).hostname}catch{}return o??e??t},ug=()=>{const t=window.location.port,e=process.env.KOS_PORT,s=ae(),r=s==null?void 0:s.host;let o;try{o=new URL(r).port}catch{}return o??e??t},hg=(t,e)=>{let s;return{promise:new Promise((n,i)=>{s=setTimeout(()=>{e?p.error(`Model ${e.modelId} - ${e.modelTypeName} preloading - timed out after ${t}ms`):p.error(`KOS Core preloading timed out after ${t}ms`),i(new Error(`Model ${e==null?void 0:e.modelId} - ${e==null?void 0:e.modelTypeName} - timed out after ${t}ms`))},t)}),cancel:()=>{s&&clearTimeout(s)}}},Pn=t=>typeof t.reload=="function",gg=t=>typeof t.unload=="function";var Ya=(t=>(t.LOGGED_IN="logged_in",t.LOGGED_OUT="logged_out",t))(Ya||{});class I{constructor(e){l(this,"fsmService");l(this,"status");l(this,"initialized");l(this,"loaded");l(this,"_transport");l(this,"modelManager");l(this,"authState");l(this,"isOnline");l(this,"_reloading");l(this,"_unloading");l(this,"connectionAlias");this.initialized=!1,this.connectionAlias=e,this.loaded=!1,this.isOnline=!1,this.status=Is.CREATED,this.authState="logged_out",this._reloading=!1,this._unloading=!1,M.makeAutoObservable(this),O("token",a=>{a&&(this.transport.token=a.body)}),O(Nt.CONNECTED,async()=>{await this.whenReady(),this.fsmService.service.send(We.GO_ONLINE)}),O(Nt.DISCONNECTED,async()=>{this.fsmService.service.send(We.GO_OFFLINE)}),O("/studioServer/auth/LOGGED_IN",()=>{this.authState="logged_in",this.transport.authorized=!0}),O("/studioServer/auth/LOGIN_REQUIRED",()=>{this.authState="logged_out",this.transport.authorized=!1}),O(Nt.RELOAD,()=>{this.fsmService.service.send(We.RELOAD)}),O("/studio/project/reload",()=>{this.fsmService.service.send(We.RELOAD)});const s=et.getInstance(),r=dg(),o=ug(),n=lg();s.host=r,s.port=Number.parseInt(o),s.protocol=n,process.env.KOS_ALLOW_ANONYMOUS==="true"&&(s.authorized=!0);const i=cg()??e;i&&(s.alias=i.replace("{{TIMESTAMP}}",Date.now().toString())),this._transport=s.init(),this.fsmService=Xh(this),this.fsmService.service.send(We.CREATE)}get onlineStatus(){return this.isOnline&&!this._reloading&&!this._unloading}get reloading(){return this._reloading}get unloading(){return this._unloading}async reload(){var o,n,i,a;const e=Date.now();if(this._reloading){H.info("reload already in progress");return}this._reloading=!0,H.warn("reloading KOS Core"),H.warn("reloading preloaded models");const s=this.modelManager;for(const c of s.preloadedModels)Pn(c.modelData)&&(H.info(`reloading model ${c.modelId}`),(o=c.unload)==null||o.call(c),await c.modelData.reload(),(n=c.registerSubscribers)==null||n.call(c),H.info(`reloading model ${c.modelId} complete`));for(const c of s.models)!s.preloadedModels.includes(c)&&Pn(c.modelData)&&((i=c.unload)==null||i.call(c),await c.modelData.reload(),(a=c.registerSubscribers)==null||a.call(c));const r=Date.now()-e;setTimeout(()=>{M.runInAction(()=>{H.warn("reloading KOS Core complete"),this._reloading=!1})},1e3-r)}async online(){H.debug("KOS Core going online"),await this._transport.whenReady(),H.debug("KOS Transport Ready. Calling online() for models"),U("/kosCore/online","/kosCore/online"),console.timeEnd("kosCore:startup")}async offline(){H.debug("KOS Core going offline"),U("/kosCore/offline","/kosCore/offline")}async unload(){var o;H.debug("Unloading KOS Core");const e=Date.now();this._unloading=!0,H.debug("unloading KOS Core");const s=this.modelManager;for(const n of s.models)gg(n.modelData)&&((o=n.unload)==null||o.call(n));const r=Date.now()-e;setTimeout(()=>{M.runInAction(()=>{this._unloading=!1})},1e3-r)}async whenReady(){await M.when(()=>this.status===Is.READY)}async ready(){H.debug("Readying KOS Core"),await this._transport.whenReady();const e=this.modelManager.preloadedModels.map(o=>({modelId:o.modelId,model:o,promise:o.whenReady()})),r=(await Promise.allSettled(e.map(o=>{const{promise:n,cancel:i}=hg(5e3,o.model);Promise.race([o.promise.then(()=>{i()}),n])}))).filter(o=>o.status==="rejected");if(r.length)throw H.error(`There were ${r.length} failed models on model preloading`),Error(`There were ${r.length} failed models on model preloading`);H.debug("leaving kos-core ready() ")}get isReady(){return this.status===Is.READY}set transport(e){this._transport=e}get transport(){return this._transport}get coreInitialized(){return this.initialized}get modelsLoaded(){return this.loaded}async init(){H.debug("entering kos-core init()"),console.time("kosCore:startup"),console.time("kosCore:init"),await this._transport.whenReady(),this.initialized=!0,H.debug("initialized - leaving kos-core init()"),console.timeEnd("kosCore:init")}async load(){H.debug("entering kos-core load()"),console.time("kosCore:load"),this.loaded=!0,H.debug("loaded - leaving kos-core load()"),console.timeEnd("kosCore:load")}static create(e,s,r){var i,a,c;const o=this.getInstance({reset:s,connectionAlias:r});(i=e.extensions)!=null&&i.dataMapper&&Object.keys(e.extensions.dataMapper).forEach(d=>{var h,f;const u=(f=(h=e.extensions)==null?void 0:h.dataMapper)==null?void 0:f[d];u&&(Array.isArray(u)?u.forEach(m=>{S.dataMapper.registerDataMapper(d,m)}):S.dataMapper.registerDataMapper(d,u))}),(a=e.extensions)!=null&&a.propertyMapper&&Object.keys(e.extensions.propertyMapper).forEach(d=>{var h,f;const u=(f=(h=e.extensions)==null?void 0:h.propertyMapper)==null?void 0:f[d];u&&S.propertyMapper.registerPropertyMapper(d,u)}),(c=e.extensions)!=null&&c.contextLoader&&Object.keys(e.extensions.contextLoader).forEach(d=>{var h,f;const u=(f=(h=e.extensions)==null?void 0:h.contextLoader)==null?void 0:f[d];u&&S.loader.registerLoader(d,u)}),C.model.getAll().forEach(([,d])=>{e.models={...e.models,...d.registration}}),e.models={...e.models,...C.model.getLegacyModels()},C.companion.getAll().forEach(([d,u])=>{e.companionModels={...e.companionModels},e.companionModels[d]=e.companionModels[d]||[];for(const h of u)e.companionModels[d].push({type:h})}),C.model.getPreloadModels().forEach(d=>{e.preloadModels.includes(d)||e.preloadModels.push(d)});const n=Na.create(e,s);return o.modelManager=n,o}static getInstance(e){return this._instance=window.KosCore,(!this._instance||e!=null&&e.reset)&&(window.KosCore=new this(e==null?void 0:e.connectionAlias),this._instance=window.KosCore),this._instance}}l(I,"_instance");function Hr(t){const e=new Uint8Array(t);let s="";for(let r=0;r<e.byteLength;r++)s+=String.fromCharCode(e[r]);return btoa(s)}function fg(t){const e=atob(t),s=new Uint8Array(e.length);for(let r=0;r<e.length;r++)s[r]=e.charCodeAt(r);return s.buffer}async function pg(t){return await t.arrayBuffer()}function mg(t,e){return new Blob([t],{type:e||"application/octet-stream"})}async function yg(t){const e={},s=[],r=[];t.forEach((o,n)=>{r.push([n,o])});for(const[o,n]of r)if(n instanceof File){const i=await n.arrayBuffer();s.push({name:o,filename:n.name,type:n.type,data:Hr(i)})}else e[o]=n.toString();return{fields:e,files:s}}function bg(t){return new ReadableStream({async start(){},async pull(e){await t(e)},cancel(){}})}async function wg(t){if(!t)return{data:"",contentType:"text/plain"};if(typeof t=="string")return{data:t,contentType:"text/plain"};if(t instanceof ArrayBuffer||t instanceof Uint8Array){let e;return t instanceof Uint8Array?(e=new ArrayBuffer(t.byteLength),new Uint8Array(e).set(t)):e=t,{data:Hr(e),contentType:"application/octet-stream",encoding:"base64"}}if(t instanceof Blob){const e=await pg(t);return{data:Hr(e),contentType:t.type||"application/octet-stream",encoding:"base64"}}if(t instanceof FormData){const e=await yg(t);return{data:JSON.stringify(e),contentType:"multipart/form-data",encoding:"json"}}throw new Error("Unsupported body type")}const fs=p.createLogger({name:"kos-fetch"}),vg=process.env.KOS_WS_TIMEOUT?parseInt(process.env.KOS_WS_TIMEOUT):3e4,Mg=()=>new Promise(t=>{setTimeout(()=>{t(!0)},0)}),Eg=t=>t!=null&&t.studio?_a:t!=null&&t.fos?Ta:Ia,_g=async(t,e)=>{const s=I.getInstance().transport;await s.whenReady();const r=dt(),o=new URL(t),n=`${o.pathname}${o.search}`;fs.debug(`path: ${n}`);const i=(e==null?void 0:e.timeout)||vg,a=Eg(e),c=await wg(e==null?void 0:e.body),d={};c.contentType&&(d["content-type"]=c.contentType),c.encoding&&(d["content-encoding"]=c.encoding);const u=Pe(a({path:n,requestId:r,method:(e==null?void 0:e.method)||"GET",destinationAddress:(e==null?void 0:e.destinationAddress)||"",ordered:e==null?void 0:e.ordered,tracker:e==null?void 0:e.tracker,bridge:e==null?void 0:e.bridge,headers:{...e==null?void 0:e.headers,...d}}),c.data);return new Promise(h=>{let f=null,m=null;if(e!=null&&e.signal){if(e.signal.aborted){h({headers:vt({}),status:0,ok:!1,json:async()=>null,body:Mt(""),redirected:!1,statusText:"Request aborted",type:"basic",url:"",clone:function(){throw new Error("Function not implemented.")},bodyUsed:!1,arrayBuffer:function(){throw new Error("Function not implemented.")},blob:function(){throw new Error("Function not implemented.")},formData:function(){throw new Error("Function not implemented.")},text:function(){throw new Error("Function not implemented.")}});return}e.signal.addEventListener("abort",()=>{m&&clearTimeout(m),f&&f(),h({headers:vt({}),status:0,ok:!1,json:async()=>null,body:Mt(""),redirected:!1,statusText:"Request aborted",type:"basic",url:"",clone:function(){throw new Error("Function not implemented.")},bodyUsed:!1,arrayBuffer:function(){throw new Error("Function not implemented.")},blob:function(){throw new Error("Function not implemented.")},formData:function(){throw new Error("Function not implemented.")},text:function(){throw new Error("Function not implemented.")}})})}m=setTimeout(()=>{fs.error(`Timeout occurred - url: ${t}`),f&&f(),h({headers:vt({}),status:404,ok:!1,json:async()=>null,body:Mt(""),redirected:!1,statusText:"",type:"basic",url:"",clone:function(){throw new Error("Function not implemented.")},bodyUsed:!1,arrayBuffer:function(){throw new Error("Function not implemented.")},blob:function(){throw new Error("Function not implemented.")},formData:function(){throw new Error("Function not implemented.")},text:function(){throw new Error("Function not implemented.")}})},i);const w=O(r,E=>{m&&clearTimeout(m);const T=(E==null?void 0:E.headers)||{},K=T["content-type"]||"text/plain",fe=T["content-encoding"],we=(E==null?void 0:E.body)||"";let D=we;if(fe==="base64"&&we)try{D=fg(we)}catch(F){fs.error("Failed to decode base64 response",F)}const z={headers:vt(T),status:T.status&&parseInt(T.status)||200,ok:T.status==="200",json:async()=>{try{if(typeof D=="string")return D.length?JSON.parse(D):null;{const V=new TextDecoder().decode(D);return V.length?JSON.parse(V):null}}catch{throw Error("Not a JSON response")}},text:async()=>typeof D=="string"?D:new TextDecoder().decode(D),arrayBuffer:async()=>D instanceof ArrayBuffer?D:new TextEncoder().encode(D).buffer,blob:async()=>D instanceof ArrayBuffer?mg(D,K):new Blob([D],{type:K}),formData:async()=>{const F=new FormData;if(K==="multipart/form-data"&&typeof D=="string")try{const V=JSON.parse(D);V.fields&&Object.entries(V.fields).forEach(([Se,ve])=>{F.append(Se,ve)}),V.files&&fs.warn("File reconstruction in FormData not fully implemented")}catch{throw new Error("Failed to parse FormData")}return F},body:e!=null&&e.stream?bg(async F=>{if(D instanceof ArrayBuffer)F.enqueue(new Uint8Array(D));else{const V=new TextEncoder;F.enqueue(V.encode(D))}F.close()}):Mt(typeof D=="string"?D:""),redirected:!1,statusText:"",type:"basic",url:"",clone:function(){return{...this}},bodyUsed:!1};w.unsubscribe(),Mg().then(()=>h(z))});f=w.unsubscribe;const v=e!=null&&e.fos?s.fosSocket:s.socket;if(!v)throw Error(`No web socket transport available: ${e}`);v==null||v.send(u)})};exports.BASE_URL="kos:";exports.kosFetch=_g;if(process.env.KOS_MOCK_FETCH==="true"){const t=process.env.KOS_PORT||"9999";exports.kosFetch=fetch,exports.BASE_URL=`http://localhost:${t}`}const Tg=p.createLogger({name:"kos-model-visitor",group:"kos-ui-core"});class Ig{constructor(){l(this,"visitedModels",new Set);this.visitedModels=new Set}start(e){var r;if(e.id===void 0)throw new Error("rootModel must have an id");const s=I.getInstance().modelManager.getModelById(e.id);if(!s)throw new Error(`Could not find rootModel with id: ${e.id}`);this.visitedModels.clear(),(r=s.accept)==null||r.call(s,this)}visit(e){var r;if(this.visitedModels.has(e.modelId)){Tg.info(`model ${e.modelId} already visited`);return}const s=!!this.visitModel(e.modelData,this);this.visitedModels.add(e.modelId),!s&&((r=e.getChildren)==null||r.call(e).forEach(o=>{var n;(n=o.accept)==null||n.call(o,this)}))}}const qa=()=>({isMock:!1,URL:exports.BASE_URL}),Og=p.createLogger({name:"kos-service-request"}),Sg="errUnknown";async function ps(t,e,s,r,o){const n=r!=null&&r.path?Object.keys(r.path).reduce((h,f)=>String(h).replace(`{${f}}`,r==null?void 0:r.path[f]),String(t)):String(t),i=r!=null&&r.query?Object.keys(r.query).map(h=>`${h}=${r.query[h]}`).join("&"):"",a=`${qa().URL}${n}${i?`?${encodeURIComponent(i)}`:""}`;Og.debug(`fullUrl: ${a}`);const c={method:String(e).toUpperCase(),body:null,...s};o&&(c.body=JSON.stringify(o));const d=await exports.kosFetch(a,c);return d.status<200||d.status>=400?[`${d.statusText||Sg}`,null]:[null,(await d.json()).data]}function To(){return{get:(t,e,s)=>ps(t,"get",s,e),post:(t,e,s,r)=>ps(t,"post",r,e,s),put:(t,e,s,r)=>ps(t,"put",r,e,s),delete:(t,e,s,r)=>ps(t,"delete",r,e,s)}}class Wa{constructor(){l(this,"middlewares",[])}use(e){this.middlewares.push(e)}async execute(e){let s=0;const r=async()=>{s++,s<this.middlewares.length&&await this.middlewares[s](e,r)};await this.middlewares[s](e,r)}}const $g=async(t,e)=>{const s=new Wa;e.forEach(o=>s.use(o));const r={data:t,result:{}};return await s.execute(r),r.result},ht=t=>({type:t,build:(e,s)=>I.getInstance().modelManager.createModelInstance(t,e,s).data,buildAsync:async(e,s)=>{const r=I.getInstance().modelManager.createModelInstance(t,e,s);return await r.model.whenInitialized(),r.data}}),Dg=t=>{I.getInstance().modelManager.registerModel(t)},Cg=(t,e)=>{I.getInstance().modelManager.registerCompanionModel(t,e)},Qa=Symbol("KosObservableData");class Za{constructor(){l(this,"map");l(this,"atomMap",new Map);l(this,"proxyHandler",{get:(e,s)=>{var r;return e[s]!==void 0?e[s]:this.atomMap.has(s)&&(r=this.atomMap.get(s))!=null&&r.reportObserved()?this.getValue(s):this.getValue(s)},set:(e,s,r)=>{var o;return this.setValue(s,r),this.atomMap.has(s)||this.atomMap.set(s,M.createAtom(s.toString())),(o=this.atomMap.get(s))==null||o.reportChanged(),!0},ownKeys:()=>Array.from(this.map.keys())});this.map=M.observable.map(new Map)}setValue(e,s){this.map.set(e,s)}getValue(e){return this.map.get(e)}has(e){return this.map.has(e)}get entries(){return Array.from(this.map.entries())}get keys(){return Array.from(this.map.keys())}get values(){return Array.from(this.map.values())}setValues(e){e&&Object.keys(e).forEach(s=>{this.setValue(s,e[s])})}get proxy(){return new Proxy(this,this.proxyHandler)}}Za.prototype[Qa]=!0;function Rg(t,e){return new Proxy(t,{construct:(s,r)=>{const o=new t(...r);return o.setValues(e),o.proxy}})}const De=t=>{const e=Rg(Za,t);return new e(t)},Ln="/kos/ui/internal/heartbeat/",Ag=({relationshipId:t,destinationAddress:e,onAbort:s,waitTime:r,beatTime:o})=>{const n=I.getInstance().transport,i=new AbortController;let a=performance.now();const c=n.subscribeTopic({topic:`${Ln}${t}`,callback:()=>{a=performance.now()}}),d=r??3e3,u=window.setInterval(()=>{let v=performance.now()-a;v=v/1e3,v>d/1e3&&i.abort()},d),h=o??2e3,f=window.setInterval(()=>{Aa({msg:{},options:{topic:`${Ln}${t}`,destinationAddress:e}})},h),m=()=>{window.clearInterval(f),window.clearInterval(u),c()},w=()=>{m(),s&&s(),i.signal.removeEventListener("abort",w)};return i.signal.addEventListener("abort",w),{cleanUpHeartbeat:m}},Ja=(...t)=>e=>t.reduce((s,r)=>r(s),e),Pg={maxAttempts:5,baseDelayMs:100,backoffFactor:1.5};async function Lg(t,e){let s=1;const r={...Pg,...e},{maxAttempts:o,baseDelayMs:n,backoffFactor:i}=r;let a=n;for(;s<=o;)try{return await t()}catch(c){if(p.error(`Attempt ${s} failed: ${c}`),s<o)a=n*Math.pow(i,s),await new Promise(d=>setTimeout(d,a)),s++;else throw c}throw new Error("All attempts failed")}const xg=p.createLogger({name:"kos-service-request"}),X=t=>({isMock:!1,URL:exports.BASE_URL}),Fg=(t,e,s)=>async({id:r,tracker:o,urlOverride:n,ordered:i,studio:a,fos:c,bridge:d,destinationAddress:u})=>{const h={method:"DELETE"};t&&(h.destinationAddress=t),o&&(h.tracker=o),gt(h,{ordered:i,studio:a,fos:c,bridge:d,destinationAddress:u});const f=await s(n||`${e}/${r}`,h);if(!f.ok)throw Error(`There was a problem deleting the model; returned status ${f.status}`);return await f.json()},gt=(t,{ordered:e,studio:s,fos:r,destinationAddress:o,bridge:n,timeout:i})=>(i&&(t.timeout=i),e&&(t.ordered=e),s&&(t.studio=s),r&&(t.fos=r),n&&(t.bridge=n),(o||o==="")&&(t.destinationAddress=o),t),kg=(t,e,s)=>async({urlOverride:r,ordered:o,studio:n,fos:i,bridge:a,timeout:c,destinationAddress:d})=>{const u={method:"GET"};t&&(u.destinationAddress=t),gt(u,{timeout:c,ordered:o,studio:n,fos:i,bridge:a,destinationAddress:d});const f=await s(r||e,u);if(!f.ok){let w;try{w=await f.json()}catch{}throw new ie(`There was a problem retrieving the model; returned status ${f.status}`,w)}return await f.json()},Ng=(t,e,s)=>async({urlOverride:r,ordered:o,studio:n,fos:i,bridge:a,tracker:c,timeout:d,destinationAddress:u})=>{const h={method:"GET"};t&&(h.destinationAddress=t),c&&(h.tracker=c),gt(h,{timeout:d,ordered:o,studio:n,fos:i,bridge:a,destinationAddress:u});const f=r||e;xg.debug(`resolvedUrl: ${f}`);const m=await s(f,h);if(!m.ok){let v;try{v=await m.json()}catch{}throw new ie(`There was a problem retrieving the model; returned status ${m.status}`,v)}return await m.json()},Ug=(t,e,s)=>async({urlOverride:r,id:o,ordered:n,studio:i,fos:a,bridge:c,timeout:d,destinationAddress:u})=>{const h={method:"GET"};t&&(h.destinationAddress=t),gt(h,{timeout:d,ordered:n,studio:i,fos:a,bridge:c,destinationAddress:u});const f=r||`${e}/${o}`,m=await s(f,h);if(!m.ok){let v;try{v=await m.json()}catch{}throw new ie(`There was a problem retrieving the model; returned status ${m.status}`,v)}return await m.json()};class ie extends Error{constructor(s,r){super(s);l(this,"payload");this.name="FetchException",this.payload=r}}const xn=(t,e,s)=>async({model:r,urlOverride:o,ordered:n,tracker:i,studio:a,fos:c,bridge:d,timeout:u,destinationAddress:h})=>{const f={method:"POST",body:typeof r=="string"?r:JSON.stringify(r)};t&&(f.destinationAddress=t),i&&(f.tracker=i),gt(f,{timeout:u,ordered:n,studio:a,fos:c,bridge:d,destinationAddress:h});const m=await s(o||e,f);if(!m.ok){let v;try{v=await m.json()}catch{}throw new ie(`There was a problem sending the POST data; returned status ${m.status}`,v)}return await m.json()},Fn=(t="POST",e,s,r)=>async({model:o,id:n,urlOverride:i,ordered:a,studio:c,fos:d,bridge:u,timeout:h,destinationAddress:f})=>{const m={method:t};o&&(m.body=JSON.stringify(o)),e&&(m.destinationAddress=e),gt(m,{timeout:h,ordered:a,studio:c,fos:d,bridge:u,destinationAddress:f});const w=await r(i||`${s}/${n}`,m);if(!w.ok){let E;try{E=await w.json()}catch{}throw new ie(`There was a problem modifying the model; returned status ${w.status}`,E)}return await w.json()},J={build:({destinationAddress:t="",basePath:e,getAllPath:s,getOnePath:r,deleteModelPath:o,addModelPath:n,modifyModelPath:i,mock:a=!1})=>{const c=a?fetch:exports.kosFetch;return{getAll:kg(t,s||e,c),getModelById:Ug(t,r||e,c),getOne:Ng(t,r||e,c),addModel:xn(t,n||e,c),deleteModel:Fg(t,o||e,c),modifyModel:Fn("POST",t,i||e,c),putModel:Fn("PUT",t,i||e,c),postModel:xn(t,n||e,c)}}},jg=dt(),Xa=()=>`kos-${jg}`,Bg=t=>!!t&&!t.includes("VM_SERVICE")&&t.startsWith(Xa()),Io=async(t,e=6e4)=>new Promise((s,r)=>{const{unsubscribe:o}=O(t,i=>{$.debug(`recieved response for refId ${t}: ${i}`),o(),clearTimeout(n);try{const a=i!=null&&i.body?JSON.parse(i.body):{};s(a)}catch{const a=(i==null?void 0:i.body)||{};s(a)}}),n=setTimeout(()=>{o(),r(Error(`Request with ID ${t} timed out. Cancelling.`))},e)}),Kg=async(t,e,s)=>{const r=Io(s),o=await Promise.allSettled([t(e),r]);if(o[0].status==="fulfilled"){if(o[1].status==="rejected")throw Error(o[1].reason);if(o[0].value){if(o[1].value.error)throw Error(o[1].value.error);return o[0].value.data=o[1].value,o[0].value}}else throw Error(o[0].reason)},Hg=async({topic:t,msg:e,requestId:s})=>{const r=s??dt(),o=Io(r);U(t,e,{sync:r});const n=await o;if(n.error)throw Error(n.error);return n},re=new Map;class ec{constructor(e){l(this,"_context");l(this,"_parent");l(this,"_id");this._id=e,this._context=new M.ObservableMap({}),this._parent="",M.makeAutoObservable(this)}setParent(e){q(()=>{this._parent=e})}get id(){return this._id}get context(){return this._context}get parentModel(){var e;if(this._parent)return(e=pe(this._parent))==null?void 0:e.model}get companionModels(){const e=pe(this._id);return e!=null&&e.model?Ka(e.model):[]}get(e){var s,r;if(this._context.has(e))return this._context.get(e);if(this.companionModels.length>0){const o=this.companionModels.find(n=>{var i;return!n.id||!re.has(n.id)?!1:(i=re.get(n.id))==null?void 0:i.context.has(e)});if(o)return(s=re.get(o.id))==null?void 0:s.get(e)}if(this._parent)return(r=re.get(this._parent))==null?void 0:r.get(e)}set(e,s){this._context.set(e,s)}remove(e){this._context.delete(e)}clear(){this._context.clear()}}const j={createContext:(t,e)=>{const s=re.get(t)??new ec(t);if(e){if(!re.has(e))throw new Error(`Parent context ${e} does not exist`);s.setParent(e)}else t!=="root"&&s.setParent("root");return re.set(t,s),s},getContext:t=>re.get(t),deleteContext:t=>{re.delete(t)},setParentContext:(t,e)=>{var s;if(!re.has(e))throw new Error(`Parent context ${e} does not exist`);(s=re.get(t))==null||s.setParent(e)},rootContext:()=>re.get("root")};j.createContext("root");const Gg=t=>j.getContext(t.id);function zg(t,e){return t.length!==e.length?!1:t.every(s=>e.includes(s))}class Oo{constructor({container:e,key:s}){l(this,"_container");l(this,"_map");l(this,"_key");l(this,"data");this._container=e,this._map=M.observable.map(new Map),this._key=s,this.data=De(),this.generateIndex(),M.autorun(()=>{this._container.revision&&this.generateIndex()}),M.makeAutoObservable(this)}refresh(){this.generateIndex()}addItemToIndex(e,s,r=this._map,o=this.data){const n=r.get(e)||new Set;n.add(s),r.set(e,n),o[e]=Array.from(n)}resolveIndex(e,s){this.data.keys.filter(o=>!Object.keys(s).includes(o)).forEach(o=>{delete this.data[o],this._map.delete(o)}),Object.keys(s).forEach(o=>{const n=s[o],i=this.data[o]||[];if(zg(n,i))p.debug(`KosContainerIndex - Index ${o} is the same`);else{this.data[o]=n;const a=e.get(o)||new Set;this._map.set(o,a)}})}generateIndex(){M.runInAction(async()=>{const e=new Map,s={};for(const r of this._container.data){const o=typeof this._key=="function"?await this._key(r):r[this._key];Array.isArray(o)?o.forEach(n=>{this.addItemToIndex(n,r,e,s)}):typeof o=="string"||typeof o=="number"?this.addItemToIndex(String(o),r,e,s):typeof o=="boolean"&&this.addItemToIndex(String(o),r,e,s)}this.resolveIndex(e,s)})}get keys(){return Array.from(this._map.keys())}get index(){return this._map}getByKey(e){const s=this._map.get(e);return s?Array.from(s):[]}}function Vg(t,e,s=[]){const r=Object.getOwnPropertyDescriptors(t);return Object.keys(r).filter(i=>M.isComputedProp(t,i)).filter(i=>s.includes(i)).map(i=>M.reaction(()=>t[i],(a,c)=>{e({name:i,newValue:a,oldValue:c})}))}const yt=p.createLogger({name:"kos-container-model"});class be{constructor(e){l(this,"_data");l(this,"_sortKey");l(this,"_revision");l(this,"_index");l(this,"_optionsMap");l(this,"_disposerMap",new Map);l(this,"_parentId");l(this,"idx");this._data=M.observable.map(new Map),this._sortKey=e==null?void 0:e.sortKey,this._revision=1;const s=e!=null&&e.extensionId?S.indexExtension.loadIndexExtensions(e.extensionId):{},r=(e==null?void 0:e.indexMap)||{};this._optionsMap={...r,...s};const o=e!=null&&e.indexMap?Object.keys(e.indexMap).reduce((n,i)=>(n[i]=void 0,n),{}):{};this._index=M.observable.map(o),this.idx=De(),this._parentId=e==null?void 0:e.parentId,M.makeAutoObservable(this),this.init()}init(){Object.keys(this._optionsMap).forEach(e=>{const s=this._optionsMap[e],r=new Oo({container:this,key:s});this._index.set(e,r),this.idx[e]=r.data})}[Symbol.iterator](){return this.data[Symbol.iterator]()}get index(){return this._index}get revision(){return this._revision}get indexKeys(){return Array.from(this.index.keys()).reduce((e,s)=>{var r;return e[s]=(r=this.index.get(s))==null?void 0:r.keys,e},{})}sortFn(e,s){const r=this._sortKey;return r?String(e[r]).localeCompare(String(s[r]),void 0,{numeric:!0}):0}get data(){const e=Array.from(this._data.values());return this._sortKey&&e.sort(this.sortFn.bind(this)),e}increment(){M.runInAction(()=>{this._revision=this._revision+1})}addAll(e){M.runInAction(()=>{e.forEach(s=>this.addModel(s,!0))}),this.increment()}removeAll(e){M.runInAction(()=>{e.forEach(s=>this.removeModel(s,!0)),this.increment()})}addModel(e,s){this._data.set(e.id||"",e),e.id&&this._parentId&&j.setParentContext(e.id,this._parentId),s||this.increment();const r=this._disposerMap.get(e.id);r&&(r(),this._disposerMap.delete(e.id));const o=Object.entries(this._optionsMap||{}),n=Object.values(this._optionsMap||{}),i=new Map(o.map(([u,h])=>[h,u])),a=u=>{var f,m;n.includes(u.name)&&((f=this.index.get(i.get(u.name)))==null||f.refresh());const h=o.filter(([,w])=>typeof w=="function");for(const[w]of h)(m=this.index.get(w))==null||m.refresh()},c=Vg(e,a,n.filter(u=>typeof u=="string")),d=M.observe(e,a);this._disposerMap.set(e.id||"",()=>[d,...c].forEach(u=>u()))}removeModel(e,s){this._data.delete(e),s||this.increment();const r=this._disposerMap.get(e);r&&(r(),this._disposerMap.delete(e))}updateModel(e){this._data.set(e.id||"",e),this.increment()}getModel(e){return this._data.get(e)}getIndexKeys(e){return this.index.has(e)?this.index.get(e).keys??[]:(yt.info(`index ${e} not found in ${Array.from(this.index.keys())}`),[])}getIndexByKey(e,s){if(this.index.has(e)){const r=this.index.get(e);return r.index.has(s)?r.getByKey(s):(yt.info(`key ${s} not found in ${e} index: ${Array.from(r.index.keys())}`),[])}else return yt.info(`index ${e} not found in ${Array.from(this.index.keys())}`),[]}async clear(){this._data.forEach(e=>{const s=e.id;Ue(e).then(()=>{yt.debug(`${s} destroyed, removing from map`),this.removeModel(s,!0)}).catch(r=>yt.error(r))}),this.increment()}filter(e,s){return this.data.filter(e,s)}sort(e){return this.data.sort(e)}map(e,s){return this.data.map(e,s)}forEach(e,s){this.data.forEach(e,s)}toJSON(){return{indexes:this.indexKeys,data:this.data.map(s=>({id:s.id,type:s.constructor.name}))}}}const Cr=p.createLogger({name:"kos-data-container"});class So{constructor(e){l(this,"_data");l(this,"_sortKey");l(this,"_revision");l(this,"_index");l(this,"_optionsMap");l(this,"_disposerMap",new Map);l(this,"idx");this._data=M.observable.map(new Map),this._sortKey=e==null?void 0:e.sortKey,this._revision=1,this._optionsMap=(e==null?void 0:e.indexMap)||{};const s=e!=null&&e.indexMap?Object.keys(e.indexMap).reduce((r,o)=>(r[o]=void 0,r),{}):{};this._index=M.observable.map(s),this.idx=De(),M.makeAutoObservable(this,{}),this.init()}init(){Object.keys(this._optionsMap).forEach(e=>{const s=this._optionsMap[e],r=new Oo({container:this,key:s});this._index.set(e,r),this.idx[e]=r.data})}[Symbol.iterator](){return this.data[Symbol.iterator]()}get index(){return this._index}get indexKeys(){return Array.from(this.index.keys()).reduce((e,s)=>{var r;return e[s]=(r=this.index.get(s))==null?void 0:r.keys,e},{})}get revision(){return this._revision}addAll(e){M.runInAction(()=>{e.forEach(s=>this.addModel(s))})}removeAll(e){M.runInAction(()=>{e.forEach(s=>this.removeModel(s))})}sortFn(e,s){const r=this._sortKey;return r?String(e[r]).localeCompare(String(s[r]),void 0,{numeric:!0}):0}get data(){const e=Array.from(this._data.values());return this._sortKey&&e.sort(this.sortFn.bind(this)),e}increment(){M.runInAction(()=>{this._revision=this._revision+1})}addModel(e,s){const r=M.isObservable(e)?e:M.observable.object(e),o=this._disposerMap.get(e.id);o&&(o(),this._disposerMap.delete(e.id)),this._data.set(r.id||"",r),s||this.increment();const n=M.observe(r,i=>{Object.values(this._optionsMap||{}).includes(i.name)&&this.increment()});this._disposerMap.set(r.id||"",n)}removeModel(e){this._data.delete(e),this.increment();const s=this._disposerMap.get(e);s&&(s(),this._disposerMap.delete(e))}updateModel(e){const s=M.observable.object(e);this._data.set(s.id||"",s),this.increment()}getModel(e){return this._data.get(e)}getIndexKeys(e){return this.index.has(e)?this.index.get(e).keys??[]:(Cr.info(`index ${e} not found in ${Array.from(this.index.keys())}`),[])}getIndexByKey(e,s){if(this.index.has(e)){const r=this.index.get(e);return r.index.has(s)?r.getByKey(s):(Cr.info(`key ${s} not found in ${e} index: ${Array.from(r.index.keys())}`),[])}else return Cr.info(`index ${e} not found in ${Array.from(this.index.keys())}`),[]}async clear(){this._data.clear(),this.increment()}filter(e,s){return this.data.filter(e,s)}sort(e){return this.data.sort(e)}map(e,s){return this.data.map(e,s)}forEach(e,s){this.data.forEach(e,s)}toJSON(){return{indexes:this.indexKeys,data:this.data.map(s=>({id:s.id}))}}}class Yg{constructor({type:e,model:s,childRegistration:r}){l(this,"type");l(this,"childRegistration");l(this,"model");this.type=e,this.model=s,this.childRegistration=r}get factory(){return Z.Factory.create(this.type)}get registration(){return{[this.type]:{class:this.model,singleton:!1,factory:this.factory},...this.childRegistration}}get predicate(){return ce(this.type)}}class qg{constructor({type:e,model:s,childRegistration:r}){l(this,"type");l(this,"model");l(this,"childRegistration");this.type=e,this.model=s,this.childRegistration=r}get factory(){return Z.Singleton.create(this.type)}get registration(){return{[this.type]:{class:this.model,singleton:!0,factory:this.factory},...this.childRegistration}}get predicate(){return ce(this.type)}}class tc{constructor(){l(this,"_token");M.makeAutoObservable(this),O("token",e=>{this.token=e==null?void 0:e.body})}get token(){return this._token}set token(e){this._token=e}}class sc{constructor(){l(this,"routes",[]);l(this,"openApiRoutes",[])}use(e,s,...r){this.routes.push({method:e,path:s,middlewares:r});const o=this.extractOpenApiParams(s);this.openApiRoutes.push({method:e,path:s,parameters:o})}remove(e,s){const r=this.routes.length;return this.routes=this.routes.filter(o=>!(o.method===e&&o.path===s)),this.openApiRoutes=this.openApiRoutes.filter(o=>!(o.method===e&&o.path===s)),r-this.routes.length}removeAllForPath(e){const s=this.routes.length;return this.routes=this.routes.filter(r=>r.path!==e),this.openApiRoutes=this.openApiRoutes.filter(r=>r.path!==e),s-this.routes.length}getRoutes(){return this.routes.map(e=>({method:e.method,path:e.path}))}async handle(e,s){var a;const{path:r,query:o,params:n}=this.extractPathParams(e.path),i={...e,params:n,query:o};for(const c of this.routes){const d=this.matchRoute(c.path,r);if(c.method===e.method&&d){i.params=d;let u=0;const h=async()=>{if(u<c.middlewares.length){const f=c.middlewares[u++];await f(i,s,h)}};await h();return}}(a=s.status)==null||a.call(s,404).send({error:"Route not found"})}extractOpenApiParams(e){return e.split("/").filter(s=>s.startsWith(":")).map(s=>({name:s.slice(1),in:"path",required:!0,schema:{type:"string"}}))}generateOpenApiSpec(){const e={};for(const s of this.openApiRoutes)e[s.path]||(e[s.path]={}),e[s.path][s.method.toLowerCase()]={summary:s.description||`Handles ${s.method} ${s.path}`,parameters:s.parameters||[],responses:{200:{description:"Successful response"}}};return{openapi:"3.0.0",info:{title:"Kos Router API",version:"1.0.0",description:"Dynamically generated OpenAPI documentation"},paths:e}}extractPathParams(e){const[s,r]=e.split("?"),o=this.parseQueryParams(r);for(const n of this.routes){const i=this.matchRoute(n.path,s);if(i)return{path:s,query:o,params:i}}return{path:s,query:o,params:{}}}matchRoute(e,s){const r=e.split("/").filter(Boolean),o=s.split("/").filter(Boolean);if(r.length!==o.length)return null;const n={};for(let i=0;i<r.length;i++)if(r[i].startsWith(":"))n[r[i].slice(1)]=decodeURIComponent(o[i]);else if(r[i]!==o[i])return null;return n}parseQueryParams(e){return e?e.split("&").reduce((s,r)=>{const[o,n]=r.split("=").map(decodeURIComponent);return s[o]=n??"",s},{}):{}}}const rc=p.createLogger({name:"intent-service"}),Wg=t=>{uo(`/kos/intent/${t.type}`)?U(`/kos/intent/${t.type}`,t.options,{"kos.intent.type":t.type}):rc.info(`No subscribers for intent ${t.type}. Intent not sent.`)},Qg=async t=>new Promise(e=>{const{type:s,options:r}=t;if(uo(`/kos/intent/${t.type}`)){const o=dt(),{unsubscribe:n}=O(o,a=>{clearTimeout(i),n(),a&&(a.headers=a.headers||{},a.headers["kos.intent.type"]=s,a.headers.responseId=o),e([null,{body:a==null?void 0:a.body,payload:a}])}),i=setTimeout(()=>{n(),e([`Intent ${s} timed out after 1 second`,null]),console.warn(`Intent ${s} timed out after 1 second`)},1e3);U(`/kos/intent/${s}`,r,{"kos.intent.type":s,sync:o})}else rc.info(`No subscribers for intent ${t.type}. Intent not sent.`),e([null,{body:void 0,payload:void 0}])}),Me=p.createLogger({name:"app-startup-service"});async function oc(t,e={}){const{timeout:s=3e4,throwOnTimeout:r=!0,requirePostStarted:o=!1}=e;if(t.length===0)return Me.warn("No app IDs provided to waitForAppsToStart"),!0;Me.debug(`Waiting for apps to start: ${t.join(", ")}`);try{const n=t.map(c=>`/kos/app/started/${c}`),i=await fo(n,{getCurrentState:async()=>{try{const{default:c}=await Promise.resolve().then(()=>ep),[d,u]=await c.get("/api/kos/apps/started");return d?(Me.error("Error fetching started apps:",d),[]):u}catch(c){Me.error("Failed to fetch app startup status:",c)}return[]},shouldUseFetchedState:c=>t.every(d=>{const u=c.find(h=>h.appId===d);return!(!u||!u.started||o&&!u.postStarted)}),timeout:s}),a=t.filter(c=>{const d=i.find(u=>u.appId===c);return!!(!d||!d.started||o&&!d.postStarted)});if(a.length>0){const c=`Apps not started: ${a.join(", ")}`;if(Me.error(c),r)throw new Error(`App startup timeout: ${c}`);return!1}return Me.info(`All apps started successfully: ${t.join(", ")}`),!0}catch(n){const i=`Failed to wait for apps to start: ${t.join(", ")}`;if(Me.error(i,n),r)throw new Error(`${i} - ${n instanceof Error?n.message:String(n)}`);return!1}}async function Zg(t,e={}){return oc([t],e)}async function Jg(t,e=!1){const s={};try{const r=await exports.kosFetch("kos:///api/kos/apps/started");if(!r.ok)return t.forEach(i=>s[i]=!1),s;const o=await r.json(),n=(o==null?void 0:o.data)??[];t.forEach(i=>{const a=n.find(c=>c.appId===i);s[i]=(a==null?void 0:a.started)===!0&&(!e||(a==null?void 0:a.postStarted)===!0)})}catch(r){Me.error("Failed to check app startup status:",r),t.forEach(o=>s[o]=!1)}return s}async function Xg(){try{const t=await exports.kosFetch("kos:///api/kos/apps/started");if(!t.ok)return[];const e=await t.json();return(e==null?void 0:e.data)??[]}catch(t){return Me.error("Failed to fetch started apps:",t),[]}}const Gr=M.when,$o=M.computed,q=M.runInAction,B=M.autorun,nc=M.reaction,Do=M.observable,Co="Not Assigned",ef="kos.trouble.added",tf="kos.trouble.removed";var de=(t=>(t.TroubleRank="kos.trouble.rank.mapper",t.TroubleColor="kos.trouble.color.mapper",t.TroubleRole="kos.trouble.role.mapper",t))(de||{}),jt=(t=>(t.TIME_CHANGE="/kos/internal/time/time",t.DAY_CHANGE="/kos/internal/time/day",t.TIMEZONE_CHANGE="/kos/internal/time/timezone",t))(jt||{});const ic=p.createLogger({name:"config-bean-service",group:"Services"}),Ro=exports.BASE_URL,ac=t=>(t==null?void 0:t.decimals)!==void 0,{postModel:sf,getOne:rf}=J.build({destinationAddress:"",basePath:`${Ro}/kos/config/`}),cc=async(t,e,s="/api/kos/config")=>(ic.debug(`sending modify request for ConfigBean: ${t}`),sf({model:e,urlOverride:`${Ro}${s}/${t}`})),lc=async(t,e="/api/kos/config")=>(ic.debug(`sending get request for ConfigBean: ${t}`),await rf({urlOverride:`${Ro}${e}/details/${t}/15`})),Ao=t=>t.toLowerCase()==="true"||t.toLowerCase()==="false",lr=t=>{try{const e=Number(t);return!isNaN(e)}catch{return!1}};function dc(t=[]){return t.reverse().reduce((e,s)=>{const{overrides:r}=s;return r&&(e={...e,...r}),e},{})}function uc(t,e="",s={}){for(const r in t)if(Object.prototype.hasOwnProperty.call(t,r)){const o=e?`${e}.${r}`:r;typeof t[r]=="object"&&t[r]!==null&&!Array.isArray(t[r])?uc(t[r],o,s):s[o]=t[r]}return s}const hc=(t,e)=>{const s=t.details[0].bean||dc(t.details[0].scopes),r=uc(s);M.runInAction(()=>{const o={...r};e.props.setValues(o)})},gc=(t,e)=>{M.runInAction(()=>{t.changes.forEach(s=>{const r=s.attr;let o=s.currentValue,n=s.previousValue;typeof o=="string"&&Ao(o)&&(o=o.toLowerCase()=="true",n=(n==null?void 0:n.toLowerCase())=="true"),typeof o=="string"&&lr(o)&&(o=Number(o),n=Number(n)),e.props[r]=o,e.prevProps[r]=n})})},fc=t=>Object.fromEntries(t.props.entries),of=t=>e=>s=>t.build(e,s);var nf=Object.defineProperty,af=Object.getOwnPropertyDescriptor,pc=(t,e,s,r)=>{for(var o=r>1?void 0:r?af(e,s):e,n=t.length-1,i;n>=0;n--)(i=t[n])&&(o=(r?i(e,s,o):i(o))||o);return r&&o&&nf(e,s,o),o};function cf(t,e){for(const s of t)if(new RegExp(`^${s}$`).test(e))return s}const Po="config-bean-model",ms=p.getLogger(Po),lf=Be("path");let Ls=class{constructor(t,e){l(this,"_modifyConfigBean");l(this,"_getConfigBean");l(this,"_schema");l(this,"id");l(this,"path");l(this,"props");l(this,"prevProps");l(this,"serviceBasePath");Object.assign(this,e),this.id=t,this.path=e.path,this.serviceBasePath=e.serviceBasePath;const{modifyConfigBean:s=cc,getConfigBean:r=lc}=e;this._modifyConfigBean=s,this._getConfigBean=r,this.props=De(),this.prevProps=De()}get values(){return this.props.values}async ready(){ms.debug(`readying config bean ${this.path}`),ms.debug(`complete readying config bean ${this.path}`)}async load(){ms.debug(`loading config bean ${this.path}`);const t=await this._getConfigBean(this.path,this.serviceBasePath);if(t!=null&&t.data){const e=t.data;hc(e,this),ms.debug(this.values);const s=t==null?void 0:t.data.details[0].schema;q(()=>{s&&(this._schema=s)})}}get schemaKeys(){var t;return Object.keys(((t=this._schema)==null?void 0:t.schema)||{})}getSchemaForProperty(t){var s,r;if(this.schemaKeys.includes(t))return(s=this._schema)==null?void 0:s.schema[t];const e=cf(this.schemaKeys,t);if(e)return(r=this._schema)==null?void 0:r.schema[e]}async updateProperty(t,e){this.props[t]=e,await this.updateConfigBean()}async updateConfigBean(){const t=fc(this);await this._modifyConfigBean(this.path,t,this.serviceBasePath)}handleConfigBeanUpdated(t){gc(t,this)}};pc([x({topic:`/kos/config/${lf}`,websocket:!0})],Ls.prototype,"handleConfigBeanUpdated",1);Ls=pc([R(Po)],Ls);const Ht=new ge({class:Ls,type:Po}),dr=({path:t,lazy:e,serviceBasePath:s})=>(r,o)=>{r[L]=r[L]||{},r[L][o]={modelType:Ht.type,id:`${Ht.type}-${t}`,options:{path:t,serviceBasePath:s},lifecycle:N.INIT,lazy:e}},{URL:mc}=X(),{getOne:df,getAll:uf}=J.build({basePath:`${mc}/api/kos/regions/info`}),yc=async()=>await df({}),bc=async()=>await uf({urlOverride:`${mc}/api/kos/regions`}),hf=Object.freeze(Object.defineProperty({__proto__:null,getRegionInfo:yc,getRegions:bc},Symbol.toStringTag,{value:"Module"}));var te=(t=>(t[t.family=0]="family",t[t.scale=1]="scale",t[t.offset=2]="offset",t[t.decimals=3]="decimals",t[t.alias=4]="alias",t[t.system=5]="system",t))(te||{});const wc={s:["time",1,0,0],second:["time",1,0,0],m:["time",1/60,0,0],minute:["time",1/60,0,0],h:["time",1/3600,0,0],hour:["time",1/3600,0,0],day:["time",1/86400,0,0],week:["time",1/604800,0,0],month:["time",1/2628e3,0,0],year:["time",1/31536e3,0,0],default:["time",1/.001,0,0],ms:["time",1/.001,0,0],millisecond:["time",1/.001,0,0],microsecond:["time",1/1e-6,0,0],nanosecond:["time",1/1e-9,0,0],picosecond:["time",1/1e-12,0,0]};function gf(t,e){const s=e.id,r=e.units.reduce((o,n)=>{const i=[n.measure,n.scale,n.offset,n.decimals,n.alias,s];return o[n.name]=i,n.alias&&(o[n.alias]=i),o},{...wc});return{...t,...r}}function ff(t,e){const s=e.id,r=e.units.reduce((o,n)=>{const i=o[n.measure]||{},a=i[s]||{};i[s]=a;const c=[n.measure,n.scale,n.offset,n.decimals,n.alias,s];return a[n.name]=c,Object.hasOwn(n,"default")&&Object.defineProperty(a,"default",{value:c,writable:!0,enumerable:!0,configurable:!0}),o[n.measure]=i,n.alias&&(o[n.alias]=i),o},{time:{[s]:{...wc}}});return Object.keys(r).forEach(o=>{t[o]={...t[o],...r[o]}}),t}function pf(t,e){const s=e.id,r=e.units.reduce((o,n)=>{const i=o[n.measure]||{};return Object.hasOwn(n,"default")&&(i[s]=n.name),o[n.measure]=i,o},{time:{[s]:"millisecond"}});return Object.keys(r).forEach(o=>{t[o]={...t[o],...r[o]}}),t}var mf=Object.defineProperty,yf=Object.getOwnPropertyDescriptor,Lo=(t,e,s,r)=>{for(var o=r>1?void 0:r?yf(e,s):e,n=t.length-1,i;n>=0;n--)(i=t[n])&&(o=(r?i(e,s,o):i(o))||o);return r&&o&&mf(e,s,o),o};const Os="region-info-model",bt=p.createLogger({name:"region-info-model"});let Gt=class{constructor(t){l(this,"id");l(this,"unitSystemMap");l(this,"measureMap");l(this,"defaultMeasureMap");l(this,"regionMap");l(this,"timeFormats");l(this,"dateFormats");l(this,"unitSystems");l(this,"regionSource");l(this,"region");l(this,"regions",[]);l(this,"timeZoneMap",{});this.id=t,this.unitSystems={},this.unitSystemMap={},this.measureMap={},this.defaultMeasureMap={},this.timeFormats={},this.regions=[],this.dateFormats={},this.timeZoneMap={},this.regionMap={}}get availableRegions(){return this.regions}get defaultUnitSystem(){return String(this.regionSource.props.unitSystemId).toLowerCase()||""}get unitSystemId(){return this.defaultUnitSystem}get timeFormatId(){const t=this.regionSource.props.timeFormatId;if(!t)return"";const e=String(t),s=this.timeFormats[e];return s?String(s.id):""}get selectedTimeFormat(){const t=this.timeFormatId;return t?String(this.timeFormats[t].format):"HH:mm:ss"}get is12HourTimeFormat(){const t=this.timeFormatId;return t?this.timeFormats[t].ampm:!0}get dateFormatId(){const t=this.regionSource.props.dateFormatId;if(!t)return"";const e=String(t);return e?this.dateFormats[e].id:""}get selectedDateFormat(){const t=this.dateFormatId;return t?this.dateFormats[t].format:""}get selectedDateOrder(){const t=this.dateFormatId;return t?this.dateFormats[t].order.toLowerCase():"dmy"}get selectedCountry(){return this.regionSource.props.country||"en"}get selectedTimeZone(){return this.regionSource.props.timeZone||""}get timeZones(){return this.regionId?this.timeZoneMap[this.regionId]||[]:[]}get allTimeZones(){return Intl.supportedValuesOf("timeZone")}get regionId(){return this.region.props.regionId||""}get selectedRegion(){return this.regionMap[this.regionId]}get selectedUnitSystem(){return String(this.regionSource.props.unitSystemId)||""}get timeFormatOptions(){return Object.keys(this.timeFormats).map(t=>({id:t,format:this.timeFormats[t].format,ampm:this.timeFormats[t].ampm}))}get dateFormatOptions(){return Object.keys(this.dateFormats).map(t=>({id:t,format:this.dateFormats[t].format,order:this.dateFormats[t].order}))}get unitSystemOptions(){return Object.keys(this.unitSystems).map(t=>({id:t,name:t}))}setSelectedTimeFormat(t){if(!this.timeFormatOptions.find(e=>e.id===t))throw Error(`Invalid time format id. Must be one of ${this.timeFormatOptions.map(e=>e.id).join(", ")}`);this.regionSource.updateProperty("timeFormatId",t)}setSelectedDateFormat(t){if(!this.dateFormatOptions.find(e=>e.id===t))throw Error(`Invalid date format id. Must be one of ${this.dateFormatOptions.map(e=>e.id).join(", ")}`);this.regionSource.updateProperty("dateFormatId",t)}setSelectedUnitSystem(t){if(!this.unitSystemOptions.find(e=>e.id===t))throw Error(`Invalid date format id. Must be one of ${this.unitSystemOptions.map(e=>e.id).join(", ")}`);this.regionSource.updateProperty("unitSystemId",t)}getUnitSystem(t){if(!t)return this.defaultUnitSystem;const e=t==="drt"?"second":t,s=this.unitSystemMap[e];if(!s)throw Error(`No unit found with name: ${e}. Unit should be one of ${Object.keys(this.unitSystemMap).join(", ")}`);return s[te.system]}getUnitMeasure(t){const e=t==="drt"?"second":t,s=this.unitSystemMap[e];if(!s)throw Error(`No unit found with name: ${e}. Unit should be one of ${Object.keys(this.unitSystemMap).join(", ")}`);return s[te.family]}getDefaultUnitDecimalPlaces(t,e,s){if(!t||!e)throw Error("Measure and unit system are required");const r=s==="drt"?"second":s,o=this.measureMap[t];if(!o)throw Error(`No unit systems found for measure: ${t}. Measure should come from list of measures: ${Object.keys(this.measureMap).join(", ")}`);const n=o[e.toLowerCase()];if(!n)throw Error(`No unit system found for measure: ${t} and unit system: ${e}. Unit system should come form list of unit systems: ${Object.keys(o).join(", ")}`);const i=n[r||"default"];if(!i)throw Error(`No unit "${r||"default"}" found for measure: ${t} and unit system: ${e}. Unit should come from list of units: ${Object.keys(n).join(", ")}`);return i[te.decimals]}getDefaultUnitForMeasure(t,e){if(!t||!e)throw Error("Measure and unit system are required");const s=this.defaultMeasureMap[t];if(!s)throw Error(`No unit systems found for measure: ${t}. Measure should come from list of measures: ${Object.keys(this.measureMap).join(", ")}`);const r=s[e.toLowerCase()];if(!r)throw Error(`No unit system found for measure: ${t} and unit system: ${e}. Unit system should come form list of unit systems: ${Object.keys(s).join(", ")}`);return r}convertByUnit(t,e,s){if(e[te.family]!==s[te.family])throw new Error(`Cannot convert between units of different families: ${e[te.family]} and ${s[te.family]}`);const r=e[te.offset],o=e[te.scale],n=s[te.scale],i=s[te.offset],a=s[te.decimals];return((t-r)/(o/n)+i).toFixed(a)}convertByUnitName(t,e,s){const r=this.unitSystemMap[e],o=this.unitSystemMap[s];if(!r||!o)throw new Error(`No unit found with name: ${e} or ${s}. Unit should be one of ${Object.keys(this.unitSystemMap).join(", ")}`);return this.convertByUnit(t,r,o)}convert(t,e,s){var a,c;if(e.unit&&s.unit)return this.convertByUnitName(t,e.unit,s.unit);const r=e.unit||"",o=s.unit||"";let n=this.unitSystemMap[r],i=this.unitSystemMap[o];if(!i&&s.measure&&s.system){const d=this.measureMap[s.measure];if(!d)throw Error(`Could not find measure ${s.measure}. Measure should be one of ${Object.keys(this.measureMap).join(", ")}`);i=(a=d[s.system])==null?void 0:a.default,i||bt.info("Could not find default unit for measure",s.measure)}if(!n&&e.measure&&e.system){const d=this.measureMap[e.measure];if(!d)throw Error(`Could not find measure ${s.measure}. Measure should be one of ${Object.keys(this.measureMap).join(", ")}`);n=(c=d[e.system])==null?void 0:c.default,n||bt.info("Could not find default unit for measure",e.measure)}return!n||!i?(bt.warn("Could not find unit to convert to or from. Return value as is"),String(t)):this.convertByUnit(t,n,i)}async init(){bt.debug("initializing region info")}async load(){bt.debug("loading region info");const t=await bc();t&&(this.regions=t.data.map(s=>s.id),this.timeZoneMap=t.data.reduce((s,r)=>({...s,[r.id]:r.timeZones}),this.timeZoneMap),this.regionMap=t.data.reduce((s,r)=>({...s,[r.id]:r}),{}));const e=await yc();e&&(this.unitSystems=e.data.unitSystems.reduce((s,r)=>{const o={id:r.id,name:r.id};return s[r.id]=o,s},this.unitSystems),this.unitSystemMap=e.data.unitSystems.reduce(gf,{}),this.measureMap=e.data.unitSystems.reduce(ff,{}),this.defaultMeasureMap=e.data.unitSystems.reduce(pf,{}),this.timeFormats=e.data.timeFormats.reduce((s,r)=>({...s,[r.id]:r}),{}),this.dateFormats=e.data.dateFormats.reduce((s,r)=>({...s,[r.id]:r}),{}))}async ready(){var t,e;await((e=(t=this.regionSource).ready)==null?void 0:e.call(t))}};Lo([dr({path:"kos:service:region:settings"})],Gt.prototype,"regionSource",2);Lo([dr({path:"kos:service:region"})],Gt.prototype,"region",2);Gt=Lo([R(Os)],Gt);const Q={registration:{[Os]:{class:Gt,singleton:!0}},type:Os,factory:Z.Singleton.create(Os)},xs=({source:t,defaultSystem:e="si",defaultMeasure:s})=>{let r={system:e,measure:s};return typeof t=="string"?r={...r,unit:t}:r={...r,...t},r},xo=(t,e,s)=>{const{model:r}=pe(Q.type);if(!r)throw new Error("RegionInfo model not found");if(!Ps(r))throw new Error("RegionInfo model not ready");const o={system:r.defaultUnitSystem},n=xs({source:e}),i=xs({source:s||o,defaultMeasure:r.getUnitMeasure(n.unit||"")});return r.convert(t,n,i)};function kn(t,e,s){const r=e.toLowerCase().replace(/_/g,"-").replace(/s$/,""),o=new Intl.NumberFormat().resolvedOptions().locale??"en-US";try{const n=(s==null?void 0:s.mode)||"long",i=(s==null?void 0:s.maxDecimals)??2,a=(s==null?void 0:s.minDecimals)??0;return new Intl.NumberFormat(o,{style:"unit",unit:r,unitDisplay:n,minimumFractionDigits:a,maximumFractionDigits:i}).format(t)}catch{return e}}const bf=(t,e,s,r)=>{const o=xo(t,e,s),n=xs({source:e}),{model:i}=pe(Q.type);if(!i)throw new Error("RegionInfo model not found");const a=i.getUnitMeasure(n.unit||""),c={system:i.defaultUnitSystem},d=xs({source:s||c,defaultMeasure:i.getUnitMeasure(n.unit||"")}),u=i.getDefaultUnitForMeasure(a,d.system),h=i.getDefaultUnitDecimalPlaces(a,d.system),f={...r,minDecimals:(r==null?void 0:r.minDecimals)??h,maxDecimals:(r==null?void 0:r.maxDecimals)??h};return{value:o,unit:u||n.unit||"",display:kn(o,u||n.unit||"",{...f,mode:"long"}),shortDisplay:kn(o,u||n.unit||"",{...f,mode:"short"})}};function Nn({start:t,end:e,count:s,decimals:r=0}){if(typeof t!="number"||typeof e!="number"||typeof s!="number")throw new Error("All input values should be numbers.");if(s<2)throw new Error("Count should be at least 2 for distribution.");if(t>=e)throw new Error("Start should be less than end.");const o=(e-t)/(s-1),n=[];for(let i=0;i<s;i++){const a=Math.round(t+i*o);n.push(a.toFixed(r))}return n}function Un({start:t,end:e,interval:s,decimals:r=0}){if(typeof t!="number"||typeof e!="number"||typeof s!="number")throw new Error("All input values should be numbers.");if(s<=0)throw new Error("Interval should be a positive number.");if(t>=e)throw new Error("Start should be less than end.");const o=[];let n=t;for(;n<=e;)o.push(n.toFixed(r)),n+=s;return o[o.length-1]!==e.toString()&&o.push(e.toString()),o}const ze=(t,e)=>s=>!t||!e?s:lr(s)?xo(Number(s),t,e):s,wf=(t,e,s,r)=>{if((t==null?void 0:t.type)==="enum"||!(t!=null&&t.options))return[];if(t.options.type==="rangeCount")return Nn(t.options).map(ze(s,r));if(t.options.type==="rangeInterval")return Un(t.options).map(ze(s,r));if(t.options.type==="list"){const{list:o}=t.options;return o.map(ze(s,r))}else{if(t.options.type==="unitSystemRangeCount"&&e)return Nn(t.options.unitSystems[e]).map(ze(s,r));if(t.options.type==="unitSystemRangeInterval"&&e)return Un(t.options.unitSystems[e]).map(ze(s,r));if(t.options.type==="unitSystemList"&&e){const{list:o}=t.options.unitSystems[e];return o.map(ze(s,r))}}return[]},vf=(t,e)=>{if(!((t==null?void 0:t.type)==="enum"||!(t!=null&&t.options)))return t.options.type==="unitSystemRangeCount"&&e?{type:"rangeCount",...t.options.unitSystems[e]}:t.options.type==="unitSystemRangeInterval"&&e?{type:"rangeInterval",...t.options.unitSystems[e]}:t.options.type==="unitSystemList"&&e?{type:"list",...t.options.unitSystems[e]}:t.options.type==="unitSystemKeypad"&&e?{type:"keypad",...t.options.unitSystems[e]}:t.options};var Mf=Object.defineProperty,Ef=Object.getOwnPropertyDescriptor,Fo=(t,e,s,r)=>{for(var o=r>1?void 0:r?Ef(e,s):e,n=t.length-1,i;n>=0;n--)(i=t[n])&&(o=(r?i(e,s,o):i(o))||o);return r&&o&&Mf(e,s,o),o};function _f(t){return(t==null?void 0:t.type)==="enum"}function Tf(t){switch(t){case"s":return"second";case"ms":return"millisecond";case"min":return"minute";case"h":return"hour";case"d":return"day";case"w":return"week";case"m":return"month";case"y":return"year";case"ml":return"milliliter";default:return t}}function If(t,e){const s=new Date;s.setHours(0,0,0,0);const r=new Date(s.getTime()+t*1e3);return $e.format(r,e)}const Ss="config-bean-prop-model",Ve=p.createLogger({name:"config-bean-prop-model"}),Of=Be("path"),Sf=Be("serviceBasePath");let zt=class{constructor(t,e){l(this,"id");l(this,"path");l(this,"attribute");l(this,"converter");l(this,"formatter");l(this,"optionsExpander");l(this,"serviceBasePath");l(this,"regionInfo");l(this,"bean");this.id=t,this.path=e.path,this.attribute=e.attribute,this.converter=e.converter,this.formatter=e.formatter,this.serviceBasePath=e.serviceBasePath,this.optionsExpander=e.optionsExpander}getDefaultUnitDecimalPlaces(t,e,s){if(!t)throw new Error("measure is required");if(!e)throw new Error("unitSystem is required");return ac(this.displayOptions)?this.displayOptions.decimals:this.regionInfo.getDefaultUnitDecimalPlaces(t,e,s)}getDefaultUnitForMeasure(t,e){if(!t)throw new Error("measure is required");if(!e)throw new Error("unitSystem is required");return this.regionInfo.getDefaultUnitForMeasure(t,e)}get schemaType(){const t=this.bean.getSchemaForProperty(this.attribute);return t!=null&&t.type?t.type:"String"}get schemaFormat(){const t=this.bean.getSchemaForProperty(this.attribute);return t!=null&&t.format?Tf(t.format):""}get options(){var i;const t=this.regionInfo.defaultUnitSystem,e=this.getConverter(),s=((i=e==null?void 0:e.to)==null?void 0:i.system)??t,r=this.bean.getSchemaForProperty(this.attribute),o=_f(r)?r.values:wf(r,s,e==null?void 0:e.from,e==null?void 0:e.to),n=o.length>0?o.map(a=>({label:a,value:a})):[];return this.optionsExpander?typeof this.optionsExpander=="function"?this.optionsExpander(s,o):this.optionsExpander:n}convertUnit(t,e,s){const r=(t==null?void 0:t.measure)||s,o=(t==null?void 0:t.system)||e,n=t==null?void 0:t.unit;return{measure:r,system:o,unit:n}}getConverterUnits(){const t=this.regionInfo.defaultUnitSystem,e=this.getConverter();if(!e)throw Error("No converter defined");const s=e.measure,r=this.convertUnit(e.from,"si",s),o=this.convertUnit(e.to,t,s);return{backend:r,display:o}}set value(t){this.updateProperty(t)}get value(){return this.getValue(!0)}get rawValue(){return this.bean.props[this.attribute]}get significantValue(){var o,n;const t=this.value,e=this.regionInfo.defaultUnitSystem,s=this.getConverter(),r=(s==null?void 0:s.measure)||((o=s==null?void 0:s.to)==null?void 0:o.measure);if(!isNaN(t)&&s&&r){const i=this.getDefaultUnitDecimalPlaces(r,e,(n=s==null?void 0:s.to)==null?void 0:n.unit);try{const c=this.getFormatterOptions(s);if(c){let d=String(t);return d=c.formatToParts(Number(t))[0].value,Number(d)}}catch(c){Ve.info(`error formatting value ${t}`,c)}return Number(t).toFixed(i)}return t}get previousValue(){return this.getValue(!1)}getValue(t){const e=this.bean[t?"props":"prevProps"][this.attribute];if(typeof e=="boolean")return e;if(this.getConverter()&&!isNaN(e)){const{backend:r,display:o}=this.getConverterUnits();return this.regionInfo.convert(Number(e),r,o)}return e||""}async activate(){Ve.debug(`activating config bean ${this.id}`)}get displayValue(){const t=this.value;if(typeof t=="boolean")return String(t);if(this.schemaFormat==="drt"){const s=this.regionInfo.is12HourTimeFormat?"h:mm:ss a":"HH:mm:ss";return If(t,s)}if(!isNaN(t))try{const e=this.getConverter(),s=this.getFormatterOptions(e);if(s){let r=String(t);return r=s.format(Number(t)),r}}catch(e){Ve.error(`error formatting value ${t}`,e)}return String(t)}get unit(){const t=this.getConverter();if(!isNaN(this.value)){const e=this.getFormatterOptions(t);if(e){const r=e.formatToParts(Number(this.value)).find(o=>o.type==="unit");return(r==null?void 0:r.value)??this.getDefaultUnit(t)}}return this.getDefaultUnit(t)}get displayOptions(){var o;const t=this.bean.getSchemaForProperty(this.attribute),e=this.regionInfo.defaultUnitSystem,s=this.getConverter(),r=((o=s==null?void 0:s.to)==null?void 0:o.system)??e;return vf(t,r)}getMeasureFromFormat(){const t=this.schemaFormat;return t?this.regionInfo.getUnitMeasure(t):""}getConverterFromFormat(){const t=this.getMeasureFromFormat();if(t){const e=this.regionInfo.selectedUnitSystem;return{unit:this.schemaFormat||this.regionInfo.getDefaultUnitForMeasure(t,e),measure:t}}return{}}getDefaultUnit(t){var r,o;const e=this.regionInfo.defaultUnitSystem,s=t==null?void 0:t.measure;return s?((r=t==null?void 0:t.to)==null?void 0:r.unit)||this.getDefaultUnitForMeasure(s,((o=t==null?void 0:t.to)==null?void 0:o.system)||e):this.getConverterFromFormat().unit}getFormatterOptions(t){var n,i,a;const e=this.regionInfo.defaultUnitSystem,s=t==null?void 0:t.measure,r=new Intl.NumberFormat().resolvedOptions().locale;let o=null;if(s||this.formatter){const c=s?{style:"unit",unit:this.getDefaultUnit(t)}:null,d=this.formatter||c;if(d){let u=typeof d=="function"?d(((n=t==null?void 0:t.to)==null?void 0:n.system)||e):d;s&&(u={unit:this.getDefaultUnit(t),...u},u.style==="unit"&&(u.maximumFractionDigits=u.maximumFractionDigits??this.getDefaultUnitDecimalPlaces(s,((i=t==null?void 0:t.to)==null?void 0:i.system)||e,(a=t==null?void 0:t.to)==null?void 0:a.unit)));try{o=new Intl.NumberFormat(r,{...u})}catch(h){Ve.error(`error creating formatter ${u}. Returning the raw value`,h)}}else Ve.debug(`no formatter found for config bean prop ${this.id}. Returning the raw value`)}return o}getConverter(){var r,o,n,i,a,c,d,u,h,f,m;const{unit:t,measure:e}=this.getConverterFromFormat(),s=t==="drt"?"second":t;if(this.converter){const w=(r=this.converter)==null?void 0:r.measure,v=(n=(o=this.converter)==null?void 0:o.to)==null?void 0:n.measure,E=(a=(i=this.converter)==null?void 0:i.from)==null?void 0:a.measure,T=w||v||E||e,K=((d=(c=this.converter)==null?void 0:c.to)==null?void 0:d.unit)||this.regionInfo.getDefaultUnitForMeasure(T,((h=(u=this.converter)==null?void 0:u.to)==null?void 0:h.system)??this.regionInfo.defaultUnitSystem),fe=((m=(f=this.converter)==null?void 0:f.to)==null?void 0:m.system)??this.regionInfo.getUnitSystem(K),we=this.schemaFormat==="drt"?"second":this.schemaFormat||s;return{...this.converter,from:{unit:we,...this.converter.from},to:{...this.converter.to,unit:K,system:fe},measure:T}}if(s&&e){const w=this.regionInfo.getDefaultUnitForMeasure(e,this.regionInfo.defaultUnitSystem),v=this.regionInfo.getUnitSystem(s),E=this.regionInfo.getUnitSystem(w);return{measure:e,to:{unit:v===E?s:w}}}}async updateProperty(t){Ve.debug(`updating property ${this.attribute} with value ${t}`);let e=t;if(this.getConverter()&&!isNaN(e)){const{backend:o,display:n}=this.getConverterUnits();e=this.regionInfo.convert(Number(e),n,o)}const r=Array.isArray(e)?JSON.stringify(e):String(e);await this.bean.updateProperty(this.attribute,r)}};Fo([ut({modelType:Q.type})],zt.prototype,"regionInfo",2);Fo([dr({path:Of,serviceBasePath:Sf})],zt.prototype,"bean",2);zt=Fo([R(Ss)],zt);const Ke={registration:{[Ss]:{class:zt,singleton:!1}},type:Ss,factory:Z.Factory.create(Ss)};function $f(t){const{path:e,attribute:s,converter:r,formatter:o,lazy:n,optionsExpander:i,serviceBasePath:a}=t,c=r;return c&&(typeof c!="function"&&typeof c.from=="string"&&(c.from={unit:c.from}),typeof c!="function"&&typeof c.to=="string"&&(c.to={unit:c.to})),(d,u)=>{d[L]=d[L]||{},d[L][u]={modelType:Ke.type,id:`${e}-${s}`,options:{path:e,attribute:s,serviceBasePath:a,converter:c,formatter:o,optionsExpander:i},lifecycle:N.INIT,lazy:n}}}class Df{constructor(e,s){l(this,"futures");l(this,"defaultContext");l(this,"context");l(this,"disposers",new Map);l(this,"container");this.futures=Do.map(new Map),this.context="",this.defaultContext=s||"",this.container=e,M.makeAutoObservable(this)}get allFutures(){return Array.from(this.futures.values())}get future(){return this.futures.get(this.defaultContext)}addFuture(e,s){this.futures.set(s||e.id,e),this.context=s||e.id;const r=B(()=>{var o,n;(e.endState||e.progress)&&((n=(o=this.container)==null?void 0:o.onFutureUpdate)==null||n.call(o,e))});this.disposers.set(s||e.id,r)}removeFuture(e){var s;this.futures.delete(e||this.context),(s=this.disposers.get(e||this.context))==null||s(),this.disposers.delete(e||this.context)}getFuture(e){return this.futures.get(e||this.context)}get futureMap(){return this.futures}}class ur{constructor(e){l(this,"disposer");l(this,"_future");l(this,"container");l(this,"onFutureUpdate");this._future=void 0,this.container=e,M.makeAutoObservable(this)}removeFuture(){var e;this._future=void 0,(e=this.disposer)==null||e.call(this),this.disposer=void 0}get future(){return this._future}getFuture(){return this._future}addFuture(e){this._future=e;const s=B(()=>{var r,o;(e.endState||e.progress)&&((o=(r=this.container)==null?void 0:r.onFutureUpdate)==null||o.call(r,e))});this.disposer=s}get allFutures(){return this._future?[this._future]:[]}get timeRemaining(){var e;return((e=this._future)==null?void 0:e.timeRemaining)||""}get status(){var e;return((e=this._future)==null?void 0:e.status)||"NOT_RESOLVED"}get progress(){var e;return((e=this._future)==null?void 0:e.progress)||-1}async cancel(){if(this._future)try{await this._future.cancelFuture()}catch(e){throw p.error(e),e}}}const vc="future-model",ft=ht(vc),hr=p.createLogger({name:"future-service",group:"Services"}),{isMock:Cf,URL:os}=X();var Ce=(t=>(t.Success="SUCCESS",t.Fail="FAIL",t.Aborted="ABORT",t.Canceled="CANCEL",t))(Ce||{});const{getAll:Rf,modifyModel:Af,addModel:Pf,deleteModel:Lf,postModel:xf}=J.build({destinationAddress:"",basePath:`${os}/api/future`,mock:Cf}),Ff=async()=>await Rf({}),Mc=async(t,e="/api/kos/future")=>(hr.info(`sending delete request for Future: ${t}`),await Lf({id:t,urlOverride:`${os}${e}/${t}`})),Ec=async(t,e="/api/kos/future")=>(hr.info("sending add request for Future"),await Pf({model:t,urlOverride:`${os}${e}`})),kf=async(t,e,s="/api/kos/future")=>(hr.info(`sending modify request for Future: ${t}`),Af({model:e,id:t,urlOverride:`${os}${s}/${t}`})),_c=async(t,e="/api/kos/future")=>(hr.info(`sending cancel request for Future: ${t}`),xf({urlOverride:`${os}${e}/${t}/cancel`,ordered:!0,model:{}})),ko=t=>({id:String(t.id),progress:t.progress,remainingTimeMs:t.remainingTimeMs,endState:t.endState,reason:t.reason,clientData:t.clientData,reasonData:t.reasonData,note:t.note,tracker:t.tracker}),No=(t,e)=>{p.debug(`future dto ${t.id} end state ${t.endState}`),p.debug(`future model ${e.id} end state ${e.endState}`),e.endState?p.debug(`future model ${e.id} is already complete`):(p.debug(`updating future model ${e.id}`),M.runInAction(()=>{const s=ko(t);q(()=>{Object.keys(s).forEach(r=>{r==="id"?(e.futureId=s.id,s.tracker||(e.id=s.id)):r==="tracker"?e.id=s.tracker:e[r]=s[r]})})}))},Tc=t=>e=>s=>t.build(String(e),s),Uo=t=>e=>Ja(ko,Tc(t)(e.tracker||e.id))(e);var Nf=Object.defineProperty,Uf=Object.getOwnPropertyDescriptor,Ic=(t,e,s,r)=>{for(var o=r>1?void 0:r?Uf(e,s):e,n=t.length-1,i;n>=0;n--)(i=t[n])&&(o=(r?i(e,s,o):i(o))||o);return r&&o&&Nf(e,s,o),o};const Rr=p.getLogger(ft.type);let Fs=class{constructor(t,e,s){l(this,"logger");l(this,"_cancelFuture");l(this,"futureId");Object.assign(this,e),this.logger=s.logger,this.id=t,this.futureId=e.id,this.namespace=e.namespace||"kos",this._cancelFuture=_c,Gr(()=>this.status===Ce.Success||this.status===Ce.Fail,()=>{Rr.info(`Future ${this.id} has completed with status ${this.status}`),Ue(this)})}async load(){Rr.debug(`loading Future ${this.id}`)}unload(){Rr.info(`unloading Future ${this.id}`)}async cancelFuture(){const t=this.namespace==="studio"?"/api/future":`/api/${this.namespace}/future`;await Gr(()=>this.futureId!==Co),await this._cancelFuture(this.futureId,t)}get status(){return this.endState?this.endState:this.progress>-1?"IN_PROGRESS":"NOT_ACTIVE"}get timeRemaining(){var a,c;const t=this.remainingTimeMs||-1;if(t<0)return"";const e={year:1e3*60*60*24*365,month:1e3*60*60*24*30,day:1e3*60*60*24,hour:1e3*60*60,minute:1e3*60,second:1e3};let s="second",r=0;for(const[d,u]of Object.entries(e))if(Math.abs(t)>=u){s=d,r=Math.round(t/u);break}const n=new Intl.RelativeTimeFormat("en",{numeric:"auto"}).formatToParts(r,s);return n.length===3?`${((a=n[1])==null?void 0:a.value)??0} ${((c=n[2])==null?void 0:c.value)??""}`:"0 seconds"}handleFutureUpdated(t){this.logger.debug(`Future ${this.id} updated. future: ${t.id} endState: ${t.endState} progress: ${t.progress} remainingTimeMs: ${t.remainingTimeMs}`),No(t,this)}};Ic([x({topic:`kos.future/${Ds}`})],Fs.prototype,"handleFutureUpdated",1);Fs=Ic([R(ft.type)],Fs);const Oc=Fs,Sc=To();var jf=Object.defineProperty,Bf=Object.getOwnPropertyDescriptor,$c=(t,e,s,r)=>{for(var o=r>1?void 0:r?Bf(e,s):e,n=t.length-1,i;n>=0;n--)(i=t[n])&&(o=(r?i(e,s,o):i(o))||o);return r&&o&&jf(e,s,o),o};const Dc="browser-router-model",Kf="kos.http.request",Hf="kos.http.response";let ks=class{constructor(t,e,s){l(this,"_id");l(this,"logger");l(this,"router");this._id=t,this.logger=s.logger,this.router=new sc}get id(){return this._id}async handleRequest(t,e){const s=e.headers["src-addr"],r=e.headers["dst-addr"],o=e.headers.url,n=e.headers.method,i=e.headers["request-id"],a={id:i,method:n,path:o,body:t};let c=200;const d={send:u=>{this.logger.debug(`sending response to ${r}`),this.logger.debug(u),Pa({msg:u,options:{responseId:i,destinationAddress:s,type:Hf,sourceAddress:r,status:c}})},status:function(u){return c=u,this}};if(a.path==="/openapi.json"){d.send(this.router.generateOpenApiSpec());return}await this.router.handle(a,d)}use(t,e,...s){this.router.use(t,e,...s)}remove(t,e){return this.router.remove(t,e)}removeAllForPath(t){return this.router.removeAllForPath(t)}getRoutes(){return this.router.getRoutes()}async init(){this.logger.debug(`initializing browser-router ${this.id}`)}async load(){this.logger.debug(`loading browser-router ${this.id}`)}};$c([x({topic:Kf})],ks.prototype,"handleRequest",1);ks=$c([R(Dc)],ks);const jo=new ye({class:ks,type:Dc}),Cc="future-container-model",Re=ht(Cc),Rc=t=>Uo(ft)(t),Gf=t=>{const e=Rc(t);return Re.build(Re.type,{}).addFutureModel(e),e},zf=t=>Re.build(Re.type,{}).getFuture(String(t)),je={buildFutureModel:Rc,initiateFuture:Gf,getFuture:zf};var Vf=Object.defineProperty,Yf=Object.getOwnPropertyDescriptor,Bo=(t,e,s,r)=>{for(var o=r>1?void 0:r?Yf(e,s):e,n=t.length-1,i;n>=0;n--)(i=t[n])&&(o=(r?i(e,s,o):i(o))||o);return r&&o&&Vf(e,s,o),o};const ys=p.getLogger(Re.type);let Vt=class{constructor(t,e,s){l(this,"id");l(this,"logger");l(this,"_deleteFuture");l(this,"_addFuture");l(this,"_futures");l(this,"createModel");l(this,"deleteModel");const{deleteFuture:r=Mc,addFuture:o=Ec}=e;this.logger=s.logger,this._deleteFuture=r,this._addFuture=o,this.id=t,this._futures=new be,this.createModel=this.createFuture,this.deleteModel=this.removeFuture}get futures(){return this._futures.data}get models(){return this.futures}getFuture(t){return this._futures.getModel(t)}addFutureModel(t){this._futures.addModel(t)}removeFutureModel(t){this._futures.removeModel(t)}async removeFuture(t){try{await this._deleteFuture(t)}catch(e){ys.error("error deleting a Future"),ys.error(e)}}async createFuture(t){try{const e=await this._addFuture(t),s=e==null?void 0:e.data;if(s){const r=Uo(ft)(s);return this.addFutureModel(r),r}}catch(e){throw ys.error("error creating a Future"),ys.error(e),e}}handleFutureUpdated(t,e){const s=je.buildFutureModel(t);this.addFutureModel(s);const r=`kos.future/${t.tracker||t.id}`;this.logger.debug(`publishing future update to ${r}`),U(r,e.body,e.headers)}};Bo([he],Vt.prototype,"_futures",2);Bo([x({topic:"kos.future"})],Vt.prototype,"handleFutureUpdated",1);Vt=Bo([R(Re.type)],Vt);const Ac=Vt,{URL:ns}=X(),{getOne:qf,postModel:Wf,deleteModel:Pc}=J.build({basePath:`${ns}/api/keyVal`}),zr=p.createLogger({name:"key-value-service",group:"Services"}),Lc=async(t,e)=>{await Pc({urlOverride:`${ns}/api/keyVal/${t}/${e}`,id:e})},xc=async(t,e,s)=>{const r=await Wf({urlOverride:`${ns}/api/keyVal/${t}/${e}`,model:s.toString()});if((r==null?void 0:r.status)!==200)throw zr.error("Failed to update studio-state data",r),new Error(`Failed to update studio-state data for namespace ${t}`);return r.data},Fc=async(t="studio")=>{zr.debug("sending GET for studio-state");const e=await qf({urlOverride:`${ns}/api/keyVal/${t}`});if((e==null?void 0:e.status)!==200)throw zr.error("Failed to retrieve studio-state data",e),new Error(`Failed to retrieve studio-state data for namespace ${t}`);return e.data},Qf=async t=>{await Pc({urlOverride:`${ns}/api/keyVal/${t}}`,id:""})},Zf=Object.freeze(Object.defineProperty({__proto__:null,deleteKeyValue:Lc,deleteKeyValueNamespace:Qf,getKeyValue:Fc,updateKeyValue:xc},Symbol.toStringTag,{value:"Module"}));var Jf=Object.defineProperty,Xf=Object.getOwnPropertyDescriptor,Ko=(t,e,s,r)=>{for(var o=r>1?void 0:r?Xf(e,s):e,n=t.length-1,i;n>=0;n--)(i=t[n])&&(o=(r?i(e,s,o):i(o))||o);return r&&o&&Jf(e,s,o),o};const kc="key-value-model";let Yt=class{constructor(t,e,s){l(this,"id");l(this,"logger");l(this,"namespace");l(this,"data");this.id=t,this.logger=s.logger,this.data=De(),this.namespace=e.namespace||"studio"}async init(){this.logger.debug(`initializing studio-state ${this.id}`)}async updateState(t,e){this.logger.debug(`updating studio-state ${t} with value ${e}`),e!==void 0?(await xc(this.namespace,t,e),this.data[t]=e):(await Lc(this.namespace,t),this.data[t]=void 0)}async load(){this.logger.debug(`loading studio-state ${this.id}`);const t=await Fc(this.namespace);this.data.setValues(t)}handleStateUpdate(t){t.namespace===this.namespace&&(this.data[t.key]=t.value)}handleStateDelete(t){t.namespace===this.namespace&&(this.data[t.key]=void 0)}};Ko([x({topic:"/keyVal/set"})],Yt.prototype,"handleStateUpdate",1);Ko([x({topic:"/keyVal/remove"})],Yt.prototype,"handleStateDelete",1);Yt=Ko([R(kc)],Yt);const Ho=new ge({class:Yt,type:kc}),Oe=To(),ep=Object.freeze(Object.defineProperty({__proto__:null,default:Oe},Symbol.toStringTag,{value:"Module"})),tp=p.createLogger({name:"kos-log-manager-service",group:"Services"}),sp="/api/kos/logs/overrides",Nc=async()=>(tp.debug("sending GET for kos-log-manager"),await Oe.get(sp)),rp=Object.freeze(Object.defineProperty({__proto__:null,getLogOverrides:Nc},Symbol.toStringTag,{value:"Module"}));var op=Object.defineProperty,np=Object.getOwnPropertyDescriptor,gr=(t,e,s,r)=>{for(var o=r>1?void 0:r?np(e,s):e,n=t.length-1,i;n>=0;n--)(i=t[n])&&(o=(r?i(e,s,o):i(o))||o);return r&&o&&op(e,s,o),o};const Uc="kos-log-manager-model",ip="/kos/logs/override/add/*",ap="/kos/logs/override/remove/*",cp=t=>{if(typeof t=="string")return t;if(typeof t=="number")switch(t){case 0:return"trace";case 1:return"debug";case 2:return"info";case 3:return"warn";case 4:return"error";default:return"info"}return"info"};let tt=class{constructor(t,e,s){l(this,"id");l(this,"logger");l(this,"_overrides");this.id=t,this.logger=s.logger,this._overrides=new So}updateModel(t){}resolveLoggers(){const t=p.getLoggers(),s=Object.entries(t).map(([r,o])=>({name:r,level:cp(o.getLevel())})).reduce((r,{name:o,level:n})=>(r[o]={name:o,level:n},r),{});return this.logger.debug("Resolved loggers",s),s}async getAllLoggers(t,e){const s=Object.values(this.resolveLoggers());return e==null||e.send(s),s}setLogLevels(t){Object.values(this.resolveLoggers()).filter(r=>r.name.startsWith(t.name)).forEach(r=>{const o=p.getLoggers()[r.name];if(!o){this.logger.debug(`Logger ${r.name} not found`);return}o.setLevel(t.level)});const s=p.getLoggers()[t.name];if(!s){this.logger.debug(`Logger ${t.name} not found`);return}s.setLevel(t.level),globalThis.kos.logOverrides=this._overrides.data}resetLogLevels(t){Object.values(this.resolveLoggers()).filter(r=>r.name.startsWith(t.name)).forEach(r=>{const o=p.getLoggers()[r.name];o||this.logger.debug(`Logger ${r.name} not found`),o==null||o.resetLevel()});const s=p.getLoggers()[t.name];s||this.logger.debug(`Logger ${t.name} not found`),s==null||s.resetLevel(),globalThis.kos.logOverrides=this._overrides.data}handleOverrideAdded(t,e){var s;this.logger.debug(`Override received for node type ${((s=e.wildcardCapture)==null?void 0:s.nodeType)??"unknown"}`),this._overrides.addModel({...t,id:t.name}),this.setLogLevels(t)}handleOverrideRemoved(t){this._overrides.removeModel(t.name),this.resetLogLevels(t)}async init(){this.logger.debug(`initializing kos-log-manager ${this.id}`)}async load(){this.logger.debug(`loading kos-log-manager ${this.id}`),this.resolveLoggers();const[t,e]=await Nc();if(t){this.logger.error("Failed to load log overrides",t);return}const s=(e==null?void 0:e.filter(r=>{var o;return((o=r.type)==null?void 0:o.toUpperCase())==="UI"}).map(r=>({name:r.name??"",type:r.type??"",level:r.level??"info",id:r.name||""})))??[];this._overrides.addAll(s),s.forEach(r=>{this.setLogLevels(r)})}};gr([sa("/api/kos/ui/loggers")],tt.prototype,"getAllLoggers",1);gr([x({topic:ip,websocket:!0,wildcardName:"nodeType"})],tt.prototype,"handleOverrideAdded",1);gr([x({topic:ap,websocket:!0,wildcardName:"nodeType"})],tt.prototype,"handleOverrideRemoved",1);tt=gr([R(Uc)],tt);const jc=new ye({class:tt,type:Uc}),{URL:is}=X(),{postModel:Go,getOne:lp}=J.build({basePath:`${is}/api/kos-time`});p.createLogger({name:"kos-time-service",group:"Services"});const Bc=async t=>{const e=await Go({model:t,urlOverride:`${is}/api/kos/time/time`});if((e==null?void 0:e.status)!==200)throw Error("Failed to set time");return e.data},Kc=async t=>{const e=await Go({model:t,urlOverride:`${is}/api/kos/time/date`});if((e==null?void 0:e.status)!==200)throw Error("Failed to set time");return e.data},Hc=async t=>{const e=await Go({model:{},urlOverride:`${is}/api/kos/time/timezone?tz=${t}`});if((e==null?void 0:e.status)!==200)throw Error("Failed to set timezone");return e.data},Gc=async()=>{const t=await lp({urlOverride:`${is}/api/kos/time/timezone`});if((t==null?void 0:t.status)!==200)throw Error("Failed to set timezone");return t.data.timeZone},dp=Object.freeze(Object.defineProperty({__proto__:null,getTimezone:Gc,setDate:Kc,setTime:Bc,setTimezone:Hc},Symbol.toStringTag,{value:"Module"}));var up=Object.defineProperty,hp=Object.getOwnPropertyDescriptor,fr=(t,e,s,r)=>{for(var o=r>1?void 0:r?hp(e,s):e,n=t.length-1,i;n>=0;n--)(i=t[n])&&(o=(r?i(e,s,o):i(o))||o);return r&&o&&up(e,s,o),o};const Et="kos-time-model",gp="/kos/time/time",fp="/kos/time/day",pp="/kos/time/timezone";let st=class{constructor(t,e,s){l(this,"id");l(this,"logger");l(this,"timezone");this.id=t,this.logger=s.logger,this.timezone=""}async updateSystemTime(t){await Bc(t)}async updateSystemDate(t){await Kc(t)}async updateSystemTimezone(t){await Hc(t)}handleTimeChange(){U(jt.TIME_CHANGE,{})}handleDayChange(){U(jt.DAY_CHANGE,{})}async handleTimeZoneChange(){await this.retrieveTimezone(),U(jt.TIMEZONE_CHANGE,{})}async init(){this.logger.debug(`initializing kos-time ${this.id}`)}async retrieveTimezone(){const t=await Gc();this.setTimezone(t)}setTimezone(t){this.timezone=t}async load(){this.logger.debug(`loading kos-time ${this.id}`),this.retrieveTimezone()}};fr([x({topic:gp,websocket:!0})],st.prototype,"handleTimeChange",1);fr([x({topic:fp,websocket:!0})],st.prototype,"handleDayChange",1);fr([x({topic:pp,websocket:!0})],st.prototype,"handleTimeZoneChange",1);st=fr([R(Et)],st);const Ns={registration:{[Et]:{class:st,singleton:!0}},type:Et,predicate:ce(Et),factory:Z.Singleton.create(Et)};var mp=Object.defineProperty,yp=Object.getOwnPropertyDescriptor,zc=(t,e,s,r)=>{for(var o=r>1?void 0:r?yp(e,s):e,n=t.length-1,i;n>=0;n--)(i=t[n])&&(o=(r?i(e,s,o):i(o))||o);return r&&o&&mp(e,s,o),o};const Vc="log-block-container-model";let Us=class{constructor(t,e,s){l(this,"id");l(this,"logger");l(this,"_models");this.id=t,this.logger=s.logger,this._models=new be({parentId:t,sortKey:"blockNum"})}getModel(t){return this._models.getModel(t)}get models(){return this._models}get data(){return this._models.data}addModel(t){this._models.addModel(t)}removeModel(t){this._models.removeModel(t)}async init(){this.logger.debug(`initializing log-block-container container ${this.id}`)}async load(){this.logger.debug(`loading log-block-container container ${this.id}`)}};zc([he],Us.prototype,"_models",2);Us=zc([R(Vc)],Us);const bp=p.createLogger({name:"log-stream-container-service",group:"Services"}),Yc=()=>{var r;const t=ae(),s=(t==null?void 0:t.connId)||((r=window==null?void 0:window.kosBridge)==null?void 0:r.call(window,"connId"));return p.error(`getKosConnectionId: ${s}`),s},pt=Yc(),wp="/api/kos/logs/node/{nodeId}/streams",qc=async()=>(bp.debug("sending GET for log-stream-container"),await Oe.get(wp,{path:{nodeId:"primary"}},{destinationAddress:pt})),Wc=async(t,e="primary")=>{await Oe.post("/api/kos/logs/node/{nodeId}/{stream}/subscribe",{path:{nodeId:e,stream:t}},void 0,{destinationAddress:pt})},Qc=async t=>{await Oe.post("/api/kos/logs/node/{nodeId}/{stream}/unsubscribe",{path:{nodeId:"primary",stream:t}},void 0,{destinationAddress:pt})},vp=async()=>{await Oe.post("/api/kos/logs/overrides",{},{level:"WARN",name:"com.example",nodeType:"java",type:"package"},{destinationAddress:pt})},Zc=async t=>await Oe.get("/api/kos/logs/node/{nodeId}/{stream}/blocks",{path:{nodeId:"primary",stream:t}},{destinationAddress:pt}),Jc=async(t,e)=>await Oe.get("/api/kos/logs/node/{nodeId}/{stream}/blocks/{blockId}",{path:{nodeId:"primary",stream:t,blockId:e}},{destinationAddress:pt}),Mp=Object.freeze(Object.defineProperty({__proto__:null,createOverride:vp,getKosConnectionId:Yc,getLogStreamBlock:Jc,getLogStreamBlocks:Zc,getLogStreams:qc,subscribeToLogStream:Wc,unsubscribeFromLogStream:Qc},Symbol.toStringTag,{value:"Module"}));var Ep=Object.defineProperty,_p=Object.getOwnPropertyDescriptor,Tp=(t,e,s,r)=>{for(var o=r>1?void 0:r?_p(e,s):e,n=t.length-1,i;n>=0;n--)(i=t[n])&&(o=(r?i(e,s,o):i(o))||o);return r&&o&&Ep(e,s,o),o};const Xc="log-block-model";let Vr=class{constructor(t,e,s){l(this,"id");l(this,"logger");l(this,"nodeId");l(this,"stream");l(this,"blockNum");l(this,"startLineNum");l(this,"endLineNum");l(this,"startTime");l(this,"endTime");l(this,"lineCount");l(this,"lines");l(this,"inc");this.id=t,this.logger=s.logger,this.nodeId=e.nodeId,this.stream=e.stream,this.blockNum=e.blockNum,this.startLineNum=e.startLineNum,this.endLineNum=e.endLineNum,this.startTime=e.startTime,this.endTime=e.endTime,this.lineCount=e.lineCount,this.lines=[],this.inc=0}async syncLines(){const[t,e]=await Jc(this.stream,this.blockNum);if(t){this.logger.error(`Failed to get log block ${this.blockNum}`);return}e&&this.addLines(e.lines,!0)}updateModel(t){this.startLineNum=t.startLineNum,this.endLineNum=t.endLineNum,this.startTime=t.startTime,this.endTime=t.endTime,this.lineCount=t.lineCount}addLines(t,e){const s=e?[]:this.lines;this.lines=[...s,...t],this.inc+=1}async init(){this.logger.debug(`initializing log-block ${this.id}`)}async load(){this.logger.debug(`loading log-block ${this.id}`)}};Vr=Tp([R(Xc)],Vr);const qt=new ge({class:Vr,type:Xc}),pr=new ge({class:Us,type:Vc});pr.addRelatedModel(qt);var Ip=Object.defineProperty,Op=Object.getOwnPropertyDescriptor,el=(t,e,s,r)=>{for(var o=r>1?void 0:r?Op(e,s):e,n=t.length-1,i;n>=0;n--)(i=t[n])&&(o=(r?i(e,s,o):i(o))||o);return r&&o&&Ip(e,s,o),o};const tl="log-stream-model";let js=class{constructor(t,e,s){l(this,"id");l(this,"logger");l(this,"nodeId");l(this,"_blocks");l(this,"name");l(this,"currentBlockId");l(this,"isResetting");l(this,"generatorInstance");l(this,"shouldStop",!1);this.id=t,this.logger=s.logger,this.currentBlockId="",this.name=e.name,this.nodeId=e.nodeId,this.isResetting=!0,this._blocks=pr.instance(`${t}-blocks`).options({}).build()}get firstLineNum(){const t=this.populated[0];return t?t.startLineNum:0}get currentBlock(){const t=this.currentBlockId;return this._blocks.getModel(t)}get populated(){return this._blocks.data.filter(t=>t.lines.length>0)}get blocks(){return this._blocks.data}get totalLineCount(){return this.populated.reduce((t,e)=>t+e.lineCount,0)}accept(t){t.visit(this)}updateBlock(t){var r;let e=this._blocks.models.getModel(`${t.stream}-block-${t.blockNum}`);const s={nodeId:t.nodeId,blockNum:t.blockNum,endLineNum:t.endLineNum,lineCount:t.lineCount,startLineNum:t.startLineNum,stream:this.name,endTime:new Date(t.endTime),startTime:new Date(t.startTime)};e||(e=qt.instance(`${t.stream}-block-${t.blockNum}`).options(s).build(),this._blocks.addModel(e)),e&&e.updateModel(s),(!this.currentBlock||t.blockNum>=((r=this.currentBlock)==null?void 0:r.blockNum))&&(this.currentBlockId=`${t.stream}-block-${t.blockNum}`)}addBlock(t){var s;const e=qt.instance(`${t.stream}-block-${t.blockNum}`).options({nodeId:t.nodeId,blockNum:t.blockNum,endLineNum:t.endLineNum,lineCount:t.lineCount,startLineNum:t.startLineNum,stream:this.name,endTime:new Date(t.endTime),startTime:new Date(t.startTime)}).build();this._blocks.addModel(e),(!this.currentBlock||t.blockNum>=((s=this.currentBlock)==null?void 0:s.blockNum))&&(this.currentBlockId=`${t.stream}-block-${t.blockNum}`)}removeBlock(t){this._blocks.models.removeModel(`${this.name}-block-${t}`)}async subscribe(){await Wc(this.name)}async unsubscribe(){await Qc(this.name)}async reset(){if(this.isResetting=!0,this.populated.length>0)return;this.logger.debug(`resetting log-stream ${this.id}`);for(const e of this._blocks.models.data)e.lines=[];const t=this._blocks.data[this._blocks.data.length-1];t&&await t.syncLines(),this.isResetting=!1}async init(){this.logger.debug(`initializing log-stream ${this.id}`)}async load(){this.logger.debug(`loading log-stream ${this.id}`);const[t,e]=await Zc(this.name);if(t){this.logger.error(`Error loading log stream: ${t}`);return}if(e)for(const r of e)this.addBlock(r);const s=this._blocks.data[this._blocks.data.length-1];if(s&&await s.syncLines(),this._blocks.data.length>1){const r=this._blocks.data[this._blocks.data.length-2];r&&await r.syncLines()}}start(){return this.shouldStop=!1,this.generatorInstance=this.streamLogs(),this.generatorInstance}stop(){var t;this.shouldStop=!0,(t=this.generatorInstance)==null||t.next(),console.log("Requested generator stop.")}async*streamLogs(){const t=[];let e=null,s=0,r=this.currentBlockId;const o=nc(()=>{const n=this.currentBlock;return n?{blockId:this.currentBlockId,lineCount:n.lines.length}:null},n=>{const i=this.currentBlock;if(i)if(r!==(n==null?void 0:n.blockId))r=n==null?void 0:n.blockId,s=0,t.push(...i.lines);else{const a=i.lines.slice(s);t.push(...a),s+=a.length}e&&(e(),e=null)},{fireImmediately:!0});try{for(const n of this.populated.filter(i=>i!==this.currentBlock))for(const i of n.lines)yield i;for(;;)for(t.length===0&&await new Promise(n=>e=n);t.length>0;)yield t.shift()}finally{o()}}};el([he],js.prototype,"_blocks",2);js=el([R(tl)],js);const Bt=new ge({class:js,type:tl});var Sp=Object.defineProperty,$p=Object.getOwnPropertyDescriptor,He=(t,e,s,r)=>{for(var o=r>1?void 0:r?$p(e,s):e,n=t.length-1,i;n>=0;n--)(i=t[n])&&(o=(r?i(e,s,o):i(o))||o);return r&&o&&Sp(e,s,o),o};const sl="log-stream-container-model",Dp="/kos/logs/subscription/addBlock/*",Cp="/kos/logs/subscription/updateBlock/*",Rp="/kos/logs/subscription/removeBlock/*",Ap="/kos/logs/subscription/lines/*",rl="/kos/logs/streams/add/*";let _e=class{constructor(t,e,s){l(this,"id");l(this,"logger");l(this,"selectedStream");l(this,"_models");this.id=t,this.logger=s.logger,this._models=new be({parentId:t}),this.selectedStream=void 0}getModel(t){return this._models.getModel(t)}get models(){return this._models}get data(){return this._models.data}updateModel(t){}addModel(t){this._models.addModel(t)}removeModel(t){this._models.removeModel(t)}updateSelectedStream(t){this.selectedStream=t}handleStreamAdded(t){this.logger.debug(`Received topic: ${rl}`);const e=t.stream,s=Bt.instance(e).options({name:e,nodeId:"primary"}).build();this.addModel(s)}handleAddBlock(t,e){this.logger.debug(`Received topic: ${e.headers.topic}`);const s=t.stream,r=this.models.getModel(s);r&&r.addBlock(t)}handleRemoveBlock(t,e){this.logger.debug(`Received topic: ${e.headers.topic}`);const s=t.stream,r=this.models.getModel(s);r&&r.removeBlock(t.blockNum)}handleUpdateBlock(t,e){this.logger.debug(`Received topic: ${e.headers.topic}`);const s=t.stream,r=this.models.getModel(s);r&&r.updateBlock(t)}handleLogLine(t,e){var o;this.logger.debug(`Received topic: ${e.headers.topic}`);const s=t.stream,r=this.models.getModel(s);r&&((o=r.currentBlock)==null||o.addLines(t.lines))}async init(){this.logger.debug(`initializing log-stream-container container ${this.id}`)}async subscribeToLogStream(t){const e=Bt.instance(t).options({name:t,nodeId:"primary"}).build();this.addModel(e),await e.subscribe()}async load(){this.logger.debug(`loading log-stream-container container ${this.id}`);const[t,e]=await qc();if(t){this.logger.error(`Error loading log-streams: ${t}`);return}e&&e.forEach(s=>{const r=Bt.instance(s).options({name:s,nodeId:"primary"}).build();this.addModel(r)})}};He([he],_e.prototype,"_models",2);He([x({topic:[rl],websocket:!0})],_e.prototype,"handleStreamAdded",1);He([x({topic:[Dp],websocket:!0})],_e.prototype,"handleAddBlock",1);He([x({topic:[Rp],websocket:!0})],_e.prototype,"handleRemoveBlock",1);He([x({topic:[Cp],websocket:!0})],_e.prototype,"handleUpdateBlock",1);He([x({topic:[Ap],websocket:!0})],_e.prototype,"handleLogLine",1);_e=He([R(sl)],_e);const as=new ye({class:_e,type:sl});as.addRelatedModel(Bt);as.addRelatedModel(pr);as.addRelatedModel(qt);const Pp=t=>t.rank!==void 0,Lp=t=>t.visibleRole!==void 0,xp=t=>t.color!==void 0,Fp=t=>{const e=t.info;return Pp(e)?e.rank:0},kp=t=>{const e=t.info;return xp(e)?e.color:"orange"},Np=t=>{const e=t.info;return Lp(e)?e.visibleRole:"TECHNICIAN"},{URL:zo}=X(),{getAll:Up,postModel:ol}=J.build({basePath:`${zo}/api/kos/troubles`}),nl=async()=>await Up({}),il=async(t,e)=>{try{const s=await ol({model:{},urlOverride:`${zo}/api/kos/troubles/resolve/${t}`,tracker:e});return s!=null&&s.data&&je.initiateFuture(s.data),s.data}catch{const r={id:e||"",endState:Ce.Fail,tracker:e,reason:"Failed to resolve trouble"};return je.initiateFuture(r),r}},jp=async(t,e)=>{try{const s=await ol({model:t,urlOverride:`${zo}/api/kos/troubles/resolve/`,tracker:e});return s!=null&&s.data&&je.initiateFuture(s.data),s.data}catch{const r={id:e||"",endState:Ce.Fail,tracker:e,reason:"Failed to resolve troubles"};return je.initiateFuture(r),r}},Bp=Object.freeze(Object.defineProperty({__proto__:null,bulkResolveTroubles:jp,getTroubles:nl,resolveTrouble:il},Symbol.toStringTag,{value:"Module"})),Bs="troubleDataMapper",bs=new Map;ss(Bs,{register:(t,e)=>{var s;bs.has(t)||bs.set(t,[]),(s=bs.get(t))==null||s.push(e)},execute:async(t,e)=>{const s=bs.get(t);if(!s)return{...e.data};const r=s.map(i=>i(e));return(await Promise.allSettled(r)).reduce((i,a)=>(a.status==="fulfilled"?i={...i,...a.value}:p.info(`Trouble mapper ${t} failed: ${a.reason}`),i),{...e.data})}});const cs="troubleMapper",ws=new Map;ss(cs,{register:(t,e)=>{var s;ws.has(t)||ws.set(t,[]),(s=ws.get(t))==null||s.push(e)},execute:async(t,e)=>{const s=ws.get(t);if(!s)return[];const r=s.map(i=>i(e)),n=(await Promise.allSettled(r)).map(i=>i.status==="fulfilled"?i.value:(p.info(`Trouble mapper ${t} failed: ${i.reason}`),[])).flat();return Array.from(new Set(n))}});S[cs].register("nozzle",async t=>[t.data.nozzlePath]);S[cs].register("path",async t=>[t.data.path]);const Kp=async t=>{const e=new Set,s=t.ifaces,r=s==null?void 0:s.map(n=>S[cs].execute(n,t));return(await Promise.allSettled(r)).forEach(n=>{n.status==="fulfilled"&&n.value.forEach(i=>e.add(i))}),Array.from(e)},al=async t=>{const e=t.ifaces,s=e==null?void 0:e.map(i=>S[Bs].execute(i,t)),r=S[Bs].execute(t.type,t);s.push(r);const n=(await Promise.allSettled(s)).reduce((i,a)=>(a.status==="fulfilled"&&(i={...i,...a.value}),i),{});return{...t.data,...n}};class Hp{constructor(){l(this,"type","ResolvableTrouble");l(this,"title","Resolvable Trouble");l(this,"subtitle","Trouble")}}class Gp{constructor(){l(this,"type","BlockPumpTrouble");l(this,"title","Block Pump Trouble");l(this,"subtitle","Trouble")}}class Ye{static getHandler(e){switch(e){case"ResolvableTrouble":return new Hp;case"BlockPumpTrouble":return new Gp;default:return}}}var zp=Object.defineProperty,Vp=Object.getOwnPropertyDescriptor,cl=(t,e,s,r)=>{for(var o=r>1?void 0:r?Vp(e,s):e,n=t.length-1,i;n>=0;n--)(i=t[n])&&(o=(r?i(e,s,o):i(o))||o);return r&&o&&zp(e,s,o),o};const _t="trouble-model";function vs(t){return typeof t.shouldDefer=="boolean"}let Ks=class{constructor(t,{resolvable:e,tags:s,info:r,id:o,clientData:n,rank:i,ifaces:a,type:c,group:d,createTime:u,role:h,color:f,...m},w){l(this,"id");l(this,"logger");l(this,"_troubleId");l(this,"_resolvable");l(this,"type");l(this,"futureHandler");l(this,"ifaces");l(this,"clientData");l(this,"info");l(this,"role");l(this,"color");l(this,"tags");l(this,"data");l(this,"rank");l(this,"group");l(this,"createTime");l(this,"_mapped",{});this.id=t,this.logger=w.logger,this.type=c,this._troubleId=o,this._resolvable=!!e,this.ifaces=a,this.rank=i,this.role=h,this.color=f,this.tags=s,this.info=r,this.group=d,this.createTime=u,this.clientData=n,this.data={},Object.assign(this.data,m),this.futureHandler=new ur(this)}getTitleWithContext(t){var s,r;const e=t?(r=(s=Ye.getHandler(this.type))==null?void 0:s.context)==null?void 0:r[t]:Ye.getHandler(this.type);return(e==null?void 0:e.title)||"Trouble"}getSubtitleWithContext(t){var s,r;const e=t?(r=(s=Ye.getHandler(this.type))==null?void 0:s.context)==null?void 0:r[t]:Ye.getHandler(this.type);return(e==null?void 0:e.subtitle)||"Trouble"}get rawId(){return this._troubleId}get title(){var t;return((t=Ye.getHandler(this.type))==null?void 0:t.title)||"Trouble"}get subtitle(){var t;return((t=Ye.getHandler(this.type))==null?void 0:t.subtitle)||"Trouble"}get troubleId(){return this._troubleId}get resolvable(){return this._resolvable}get future(){return this.futureHandler.future}async resolveMappedData(){return await al(this)}get deferredCompanion(){const t=Kr(this.id,e=>vs(e));if(t&&vs(t.modelData))return t.modelData}get deferred(){return this.deferredCompanion?this.deferredCompanion.deferred:!1}get shouldDefer(){const t=Kr(this.id,e=>vs(e));return t&&vs(t.modelData)?t.modelData.shouldDefer:!1}clearDefer(){var t;(t=this.deferredCompanion)==null||t.clearDefer()}defer(){var t;(t=this.deferredCompanion)==null||t.defer()}getChildren(){return[...this.futureHandler.allFutures]}async resolve(t){var e;if(!this._resolvable)throw this.logger.error(`attempting to resolve an unresolvable trouble with id ${this._troubleId}`),new Error("Trouble is not resolvable");if(this.shouldDefer){(e=this.deferredCompanion)==null||e.defer();return}return await il(this._troubleId,t)}};cl([ln()],Ks.prototype,"resolve",1);Ks=cl([R(_t)],Ks);const Wt={registration:{[_t]:{class:Ks,singleton:!1}},type:_t,predicate:ce(_t),factory:Z.Factory.create(_t)};var Yp=Object.defineProperty,qp=Object.getOwnPropertyDescriptor,mr=(t,e,s,r)=>{for(var o=r>1?void 0:r?qp(e,s):e,n=t.length-1,i;n>=0;n--)(i=t[n])&&(o=(r?i(e,s,o):i(o))||o);return r&&o&&Yp(e,s,o),o};const jn=p.createLogger({name:"trouble-container-model"});function Bn(t){return S.propertyMapper.hasMapper(de.TroubleRank)?S.propertyMapper.executeMapper(de.TroubleRank,t):Fp(t)}function Kn(t){return(S.propertyMapper.hasMapper(de.TroubleColor)?S.propertyMapper.executeMapper(de.TroubleColor,t):kp(t)).toLowerCase()}function Hn(t){return(S.propertyMapper.hasMapper(de.TroubleRole)?S.propertyMapper.executeMapper(de.TroubleRole,t):Np(t)).toLowerCase()}const Wp="trouble-container-model";class oe{}l(oe,"INDEX_TROUBLES_BY_IFACE","byIface"),l(oe,"INDEX_TROUBLES_BY_TYPE","byType"),l(oe,"INDEX_TROUBLES_BY_GROUP","byGroup"),l(oe,"INDEX_TROUBLES_BY_DEFERRED","byDeferred"),l(oe,"SORT_KEY_RANK","rank"),l(oe,"TROUBLES_DEFERRED","true");let rt=class{constructor(t){l(this,"id");l(this,"troubles");this.id=t,this.troubles=new be({indexMap:{[oe.INDEX_TROUBLES_BY_IFACE]:Kp,[oe.INDEX_TROUBLES_BY_TYPE]:"type",[oe.INDEX_TROUBLES_BY_GROUP]:"group",[oe.INDEX_TROUBLES_BY_DEFERRED]:"deferred"},sortKey:oe.SORT_KEY_RANK,parentId:t})}async load(){jn.debug("loading trouble container");const t=await nl();try{t==null||t.data.forEach(e=>{const s={...e,rank:Bn(e),color:Kn(e),role:Hn(e),id:String(e.id)},r=Wt.factory(`trouble-${e.id}`)(s);this.troubles.addModel(r)})}catch(e){throw jn.error(e),e}}handleTroubleRemoved(t){const e=`trouble-${t}`,s=this.troubles.getModel(e);this.troubles.removeModel(e),s&&Ue(s)}handleTroubleAdded(t){const e={...t,rank:Bn(t),color:Kn(t),role:Hn(t),id:String(t.id)};if(e.role==="NONE")return;const s=Wt.factory(`trouble-${t.id}`)(e);this.troubles.addModel(s)}};mr([he],rt.prototype,"troubles",2);mr([x({topic:"/kos/trouble/remove",websocket:!0,lifecycle:N.INIT})],rt.prototype,"handleTroubleRemoved",1);mr([x({topic:"/kos/trouble/add",websocket:!0})],rt.prototype,"handleTroubleAdded",1);rt=mr([R(Wp)],rt);const Ms="trouble-container-model",ot={registration:{[Ms]:{class:rt,singleton:!0}},type:Ms,predicate:ce(Ms),factory:Z.Singleton.create(Ms)},{URL:ll}=X(),{getAll:Qp}=J.build({basePath:`${ll}/api/kos/ota`}),Gn=p.createLogger({name:"ota-service",group:"Services"}),Zp=async()=>{Gn.debug("sending GET request to /api/kos/ota/artifacts");const t=await Qp({urlOverride:`${ll}/api/kos/ota/artifacts`});return Gn.debug("getArtifacts - response:",t),t==null?void 0:t.data};var Jp=Object.defineProperty,Xp=Object.getOwnPropertyDescriptor,yr=(t,e,s,r)=>{for(var o=r>1?void 0:r?Xp(e,s):e,n=t.length-1,i;n>=0;n--)(i=t[n])&&(o=(r?i(e,s,o):i(o))||o);return r&&o&&Jp(e,s,o),o};const dl="ota-model",em=t=>{let e=null;for(const s in t){const r=t[s],o=r.lastUpdateTime;(!e||e.lastUpdateTime<o)&&(e=r)}return e},Ar=t=>{const e=t.artifactInfo,s=em(t.requests),r=(e==null?void 0:e.identifier)||(s==null?void 0:s.kabId);if(!r)return;let o;switch(t.status){case"INSTALLED":o="ready";break;case"INVALID":o="error";break;case"MISSING":o=((s==null?void 0:s.currentSize)||0)>0?"downloading":"idle";break;case"STAGED":o="pending"}const n=e===void 0;return{id:r,manifest:n,label:e==null?void 0:e.version,name:e==null?void 0:e.name,status:o,error:o==="error"?s==null?void 0:s.lastErrorReason:void 0,errorCount:o==="error"?s==null?void 0:s.errorCount:0,progress:o==="downloading"&&s&&!n?s.currentSize/(e==null?void 0:e.size)*100:void 0,size:e==null?void 0:e.size}};let nt=class{constructor(t,e,s){l(this,"id");l(this,"logger");l(this,"data",new So);l(this,"troubleContainer");this.id=t,this.logger=s.logger}get downloadInProgressTrouble(){var e;return(e=this.troubleContainer.troubles.getIndexByKey("byType","OTADownloadInProgressTrouble"))==null?void 0:e[0]}get updatePendingTrouble(){var e;return(e=this.troubleContainer.troubles.getIndexByKey("byType","OTAUpdatePendingTrouble"))==null?void 0:e[0]}get pausedDueToErrorsTrouble(){var e;return(e=this.troubleContainer.troubles.getIndexByKey("byType","OTAPausedDueToErrorsTrouble"))==null?void 0:e[0]}get updates(){return this.data}get status(){return this.pausedDueToErrorsTrouble?"error":this.downloadInProgressTrouble?"downloading":this.updatePendingTrouble?"pending":"idle"}installAndReboot(){var t;this.updatePendingTrouble||this.logger.error("installAndReboot - OTAUpdatePendingTrouble not present"),this.logger.debug("installAndReboot - resolve OTAUpdatePendingTrouble"),(t=this.updatePendingTrouble)==null||t.resolve()}async init(){this.logger.debug(`initializing ota ${this.id}`)}async load(){this.logger.debug(`loading ota ${this.id}`);try{const t=await Zp();t&&t.forEach(e=>{const s=Ar(e);s&&this.data.addModel(s)})}catch(t){this.logger.error(`loading ota ${this.id} - error:`,t)}}async handleAllArtifacts(t){this.logger.debug("handleAllArtifacts:",t),await this.data.clear();try{t.forEach(e=>{const s=Ar(e);s&&this.data.addModel(s)})}catch(e){this.logger.error(`handleAllArtifacts ${this.id} - error:`,e)}}handleChangedArtifacts(t){this.logger.debug("handleChangedArtifacts:",t);try{t.forEach(e=>{const s=Ar(e);s&&this.data.updateModel(s)})}catch(e){this.logger.error(`handleChangedArtifacts ${this.id} - error:`,e)}}};yr([ut({modelType:ot.type})],nt.prototype,"troubleContainer",2);yr([x({topic:"/kos/ota/artifacts/all",websocket:!0})],nt.prototype,"handleAllArtifacts",1);yr([x({topic:"/kos/ota/artifacts/changed",websocket:!0})],nt.prototype,"handleChangedArtifacts",1);nt=yr([R(dl)],nt);const Hs=new ye({class:nt,type:dl});function tm(t){let e;const s=async(...r)=>{e&&e.abort(),e=new AbortController;const o=e;try{return await t(...r,o.signal)}finally{e===o&&(e=void 0)}};return s.cancel=()=>{e&&(e.abort(),e=void 0)},s.getController=()=>e,s.isActive=()=>!!e,s}const Pr=p.createLogger({name:"software-info-service",group:"Services"}),Vo=async t=>{Pr.debug("sending GET for software-info");const[e,s]=await Sc.get("/api/kos/manifest/info",void 0,{signal:t});if(!s)throw t!=null&&t.aborted?(Pr.debug("Request was aborted"),new ie("Request was aborted")):(Pr.error("Failed to fetch software-info",e),new ie("Failed to fetch software-info"));return s},sm=tm(Vo),rm=Object.freeze(Object.defineProperty({__proto__:null,getSoftwareInfos:Vo,getSoftwareInfosWithCancel:sm},Symbol.toStringTag,{value:"Module"}));var om=Object.defineProperty,nm=Object.getOwnPropertyDescriptor,im=(t,e,s,r)=>{for(var o=r>1?void 0:r?nm(e,s):e,n=t.length-1,i;n>=0;n--)(i=t[n])&&(o=(r?i(e,s,o):i(o))||o);return r&&o&&om(e,s,o),o};const Tt="software-info-model";let Yr=class{constructor(t,e,s){l(this,"id");l(this,"logger");l(this,"nodes");this.id=t,this.logger=s.logger,this.nodes=[]}async init(){this.logger.debug(`initializing software-info ${this.id}`)}groupBy(t,e){return t.reduce((s,r)=>(s[r[e]]=[...s[r[e]]||[],r],s),{})}async load(){this.logger.debug(`loading software-info ${this.id}`);try{const t=await Vo(),e=(t==null?void 0:t.nodes)||{};q(()=>{const r=Object.keys(e).map(o=>e[o][0]).map(o=>({nodeName:o.nodeType,kosVersion:o.kosVersion,group:this.groupBy(o.artifacts,"group")}));this.nodes=r})}catch(t){t instanceof ie&&this.logger.error("Failed to fetch software-info",t)}}};Yr=im([R(Tt)],Yr);const Gs={registration:{[Tt]:{class:Yr,singleton:!1}},type:Tt,predicate:ce(Tt),factory:Z.Factory.create(Tt)},{URL:ul}=X(),{getOne:am}=J.build({basePath:`${ul}/api/kos/state`}),cm=p.createLogger({name:"state-bean-service",group:"Services"}),hl=async({path:t})=>(cm.debug("sending GET for state-bean"),await am({urlOverride:`${ul}/api/kos/state/${t}`})),lm=Object.freeze(Object.defineProperty({__proto__:null,getStateBeanData:hl},Symbol.toStringTag,{value:"Module"}));var dm=Object.defineProperty,um=Object.getOwnPropertyDescriptor,gl=(t,e,s,r)=>{for(var o=r>1?void 0:r?um(e,s):e,n=t.length-1,i;n>=0;n--)(i=t[n])&&(o=(r?i(e,s,o):i(o))||o);return r&&o&&dm(e,s,o),o};const It="state-bean-model",hm=Be("path");let zs=class{constructor(t,e,s){l(this,"id");l(this,"path");l(this,"props");l(this,"logger");this.id=t,this.logger=s.logger,this.props=Do.map(new Map),Ur(e,this)}updateModel(t){Ur(t,this)}handleConfigBeanUpdated(t){Object.entries(t).forEach(([e,s])=>{let r=s;typeof r=="string"&&Ao(r)&&(r=r.toLowerCase()=="true"),typeof r=="string"&&lr(r)&&(r=Number(r)),this.props.set(e,r)})}async init(){this.logger.debug(`initializing state-bean ${this.id}`)}updateProps(t){Object.entries(t).forEach(([e,s])=>{this.props.set(e,s)})}async load(){this.logger.debug(`loading state-bean ${this.id}`);const t=await hl({path:this.path});t!=null&&t.data&&this.updateProps(t.data)}};gl([x({topic:`/kos/state/${hm}`,websocket:!0})],zs.prototype,"handleConfigBeanUpdated",1);zs=gl([R(It)],zs);const Qt={registration:{[It]:{class:zs,singleton:!1}},type:It,predicate:ce(It),factory:Z.Factory.create(It)};var gm=Object.defineProperty,fm=Object.getOwnPropertyDescriptor,fl=(t,e,s,r)=>{for(var o=r>1?void 0:r?fm(e,s):e,n=t.length-1,i;n>=0;n--)(i=t[n])&&(o=(r?i(e,s,o):i(o))||o);return r&&o&&gm(e,s,o),o};const Ot="state-prop-model",zn=Be("path");let Vs=class{constructor(t,e,s){l(this,"id");l(this,"path");l(this,"attribute");l(this,"logger");l(this,"stateBean");this.id=t,this.logger=s.logger,this.path=e.path,this.attribute=e.attribute}get value(){return this.stateBean.props.get(this.attribute)}async init(){this.logger.debug(`initializing state-prop ${this.id}`)}async load(){this.logger.debug(`loading state-prop ${this.id}`)}toString(){var t;return((t=this.value)==null?void 0:t.toString())??""}};fl([ut({modelType:Qt.type,id:`state-bean-${zn}`,options:{path:zn}})],Vs.prototype,"stateBean",2);Vs=fl([R(Ot)],Vs);const Yo={registration:{[Ot]:{class:Vs,singleton:!1}},type:Ot,predicate:ce(Ot),factory:Z.Factory.create(Ot)},{URL:pm}=X(),{getAll:mm}=J.build({basePath:`${pm}/api/state-prop`}),ym=p.createLogger({name:"state-prop-service",group:"Services"}),bm=async()=>(ym.debug("sending GET for state-prop"),await mm({})),wm=Object.freeze(Object.defineProperty({__proto__:null,getStateProps:bm},Symbol.toStringTag,{value:"Module"})),{URL:qo}=X(),{getOne:pl}=J.build({basePath:`${qo}/api/translation`}),Kt=p.createLogger({name:"translation-service",group:"Services"}),vm=()=>{const t=window.location.origin,e=ae();return(e==null?void 0:e.host)||t},ml=async(t,e)=>{Kt.debug("sending GET for translation");const s=e??vm();try{const r=await fetch(`${s}${t}`);return r.status!==200?(Kt.warn(`Failed to fetch translations at ${t}: ${r.status}`),{}):await r.json()}catch(r){throw Kt.error("Error fetching translations",r),r}},Mm=async()=>{Kt.debug("getting localization descriptor");const t=await pl({urlOverride:`${qo}/api/system/kos/localization`});if((t==null?void 0:t.status)!==200)throw new Error(`Failed to get tool localization descriptor ${t==null?void 0:t.status}`);return t.data},yl=t=>async()=>{Kt.debug("getting kos localization descriptor");const e=await pl({urlOverride:`${qo}/api/kos/localization/contexts`});if((e==null?void 0:e.status)!==200)throw new Error(`Failed to get tool localization descriptor ${e==null?void 0:e.status}`);return e.data[t]},bl="langResolver";var Em=Object.defineProperty,_m=Object.getOwnPropertyDescriptor,Tm=(t,e,s,r)=>{for(var o=r>1?void 0:r?_m(e,s):e,n=t.length-1,i;n>=0;n--)(i=t[n])&&(o=(r?i(e,s,o):i(o))||o);return r&&o&&Em(e,s,o),o};const St="translation-model";function Im(t){const e=typeof t=="string",s=e?!1:!!(t!=null&&t.data)&&typeof(t==null?void 0:t.data)!="string",r=e?t:t==null?void 0:t.defaultValue,o=e||t==null?void 0:t.context,n=e?void 0:s?t==null?void 0:t.data:t;return{isBasicOptions:e,defaultValue:r,context:o,data:n}}function wl(t,e=""){return Object.keys(t).reduce((s,r)=>{const o=e?`${e}.${r}`:r;if(typeof t[r]=="object"&&t[r]!==null){const n=wl(t[r],o);return{...s,...n}}else return{...s,[o]:t[r]}},{})}function vl(t,e){const s={...t};for(const r in e)Object.prototype.hasOwnProperty.call(e,r)&&(typeof e[r]=="object"&&e[r]!==null&&typeof t[r]=="object"&&t[r]!==null?s[r]=vl(t[r],e[r]):s[r]=e[r]);return s}const qr=(t,e)=>{const s=/__(.*?)__/g,r=t.replace(s,(o,n)=>Object.prototype.hasOwnProperty.call(e||{},n.trim())?e==null?void 0:e[n.trim()]:o);return r===t?r:s.test(r)?qr(r,e):r},Es=(t,e,s)=>{const r=/{{(.*?)}}/g,n=qr(t,e).replace(r,(a,c)=>Object.prototype.hasOwnProperty.call(s||{},c.trim())?s==null?void 0:s[c.trim()]:a);return qr(n,e)},Vn=(t,e)=>{if(e.includes(":")){const[s,r]=e.split(":");return{namespace:s,key:r}}else return{namespace:t,key:e}};let Wr=class{constructor(t,e,s){l(this,"id");l(this,"namespace");l(this,"descriptor");l(this,"defaultLocale");l(this,"currentLocale");l(this,"bundleResolver");l(this,"data");l(this,"logger");l(this,"resolver");l(this,"disposer");l(this,"context");l(this,"rootUrl");this.id=t,this.defaultLocale=e.defaultLocale||"en",this.currentLocale=e.currentLocale||"en",this.namespace=e.namespace,this.descriptor=e.descriptor,this.rootUrl=e.rootUrl,this.data={},this.resolver=e.resolver||s.kosContext.get(bl),this.bundleResolver=e.bundleResolver,this.logger=s.logger,this.context=s.kosContext.parentModel}getTranslationLocales(t){const e=this.descriptor[t];if(!t||!e)return[this.defaultLocale];if(!this.defaultLocale&&!e.fallbacks)return[t];let s=e.fallbacks||[this.defaultLocale];return s.includes(t)||(s=[t,...s]),s}async loadTranslations(){const t=this.getTranslationLocales(this.currentLocale).reverse(),e=t.map(r=>{if(this.bundleResolver){const o=j.getContext(this.id);return this.bundleResolver(this.namespace,r,o)}try{const o=this.resolver(this.namespace,r);return ml(o,this.rootUrl)}catch{return Promise.resolve({})}}),s=await Promise.allSettled(e);q(()=>{const r=s.reduce((o,n,i)=>(n.status==="fulfilled"?(this.logger.debug(`resolved ${t[i]}`,n.value),n.value&&(o=vl(o,n.value))):this.logger.error(`failed to load translation ${this.id} for ${t[i]}`),o),{});this.data=wl(r)})}async init(){this.logger.debug(`initializing translation ${this.id}`)}exists(t){const{namespace:e,key:s}=Vn(this.namespace,t);if(e!==this.namespace){const r=this.context.getModel(e);return r?r.exists(s):!1}return!!this.data[s]}resolveKey(t,e){if(!t)return this.logger.debug("key is empty"),"";const{defaultValue:s,context:r,data:o}=Im(e),{namespace:n,key:i}=Vn(this.namespace,t),a=`${i}_${r}`;if(n!==this.namespace){const c=this.context.getModel(n);return c?c.resolveKey(i,e):i}if(r&&this.data[a]){const c=this.data[a];return Array.isArray(c)?c.map(d=>Es(d,this.data,o)):Es(this.data[a],this.data,o)}if(this.data[i]){const c=this.data[a];return Array.isArray(c)?c.map(d=>Es(d,this.data,o)):Es(this.data[i],this.data,o)}return s??i}unload(){this.logger.debug(`unloading translation ${this.id}`),this.disposer&&this.disposer()}async load(){this.logger.debug(`loading translation ${this.id}`),await this.loadTranslations()}async ready(){this.logger.debug(`ready translation ${this.id}`),this.disposer=M.reaction(()=>this.currentLocale,(t,e)=>{this.logger.info(`translation langs for namespace ${this.id} changed from ${e} to ${t}`),this.loadTranslations()})}};Wr=Tm([ar(),R(St)],Wr);const Ys={registration:{[St]:{class:Wr,singleton:!1}},type:St,predicate:ce(St),factory:Z.Factory.create(St)};var Om=Object.defineProperty,Sm=Object.getOwnPropertyDescriptor,Ml=(t,e,s,r)=>{for(var o=r>1?void 0:r?Sm(e,s):e,n=t.length-1,i;n>=0;n--)(i=t[n])&&(o=(r?i(e,s,o):i(o))||o);return r&&o&&Om(e,s,o),o};const $t="translation-container-model",$m=(t,e="/")=>t.join(e).replace(new RegExp(e+"{1,}","g"),e);function Dm(t,e){const s=this.descriptor.namespaces[t];if(!s)throw new Error(`namespace ${t} not found in descriptor`);const r=s.basePath,o=s.locales[e].file;return $m([r,o])}let qs=class{constructor(t,e,s){l(this,"id");l(this,"lang");l(this,"rootUrl");l(this,"descriptor");l(this,"_defaultNamespace");l(this,"resolver");l(this,"logger");l(this,"descriptorUrl");l(this,"namespaces",[]);l(this,"_models");this.id=t,this.lang=e.lang||"en",this.descriptor=e.descriptor,this._defaultNamespace=e.defaultNamespace,this.descriptorUrl=e.descriptorUrl,this.rootUrl=e.rootUrl,this.resolver=e.resolver||Dm.bind(this),s.kosContext.set(bl,this.resolver),this.logger=s.logger,this._models=new be({parentId:t})}set currentLocale(t){this.lang=t,this.models.data.forEach(e=>{e.currentLocale=t})}get defaultNamespace(){return this._defaultNamespace?this.getModel(`translation-${this._defaultNamespace}`):void 0}getModel(t){return this.logger.debug(`getting model ${t}`),this._models.getModel(`translation-${t}`)}get models(){return this._models}get data(){return this._models.data}async reload(){this._models.clear(),await Ua(this);for(const t of this.namespaces){const e=this.resolveNamespace(t);await se(e)}}resolveNamespace(t){var s;if((s=this.descriptor.namespaces)==null?void 0:s[t]){const r=Object.keys(this.descriptor.namespaces[t].locales)[0],o=this.descriptor.namespaces[t].locales[r].defaultLocale,n=Ys.factory(`translation-${t}`)({kosParentId:this.id,namespace:t,rootUrl:this.rootUrl,currentLocale:this.lang,defaultLocale:o,descriptor:this.descriptor.namespaces[t].locales,resolver:this.resolver});return this.addModel(n),this.namespaces.includes(t)||q(()=>{this.namespaces.push(t)}),n}else{this.logger.warn(`namespace ${t} not found in descriptor`);const r=Ys.factory(`translation-${t}`)({kosParentId:this.id,namespace:t,rootUrl:this.rootUrl,currentLocale:this.lang,defaultLocale:this.lang,descriptor:{},resolver:this.resolver});return this.addModel(r),r}}addModel(t){this._models.addModel(t)}removeModel(t){this._models.removeModel(t)}async init(){this.logger.debug(`initializing translation-container container ${this.id}`)}async load(){this.logger.debug(`loading translation-container container ${this.id}`)}};Ml([he],qs.prototype,"_models",2);qs=Ml([R($t)],qs);const Te={registration:{[$t]:{class:qs,singleton:!0}},type:$t,predicate:ce($t),factory:Z.Singleton.create($t)},Cm={set(t,e){const s=j.getContext(Te.type);s&&s.set(t,e)},get(t){const e=j.getContext(Te.type);return e==null?void 0:e.get(t)}},El={async init(t){const e=Te.factory(t);return await se(e),{translations:e}}};function Rm(t){return t.troubles!==void 0&&t.troubles instanceof Array&&t.troublesByType!==void 0&&typeof t.troublesByType=="object"}const Am=(t,e)=>{const s=e.type;return t[s]||(t[s]=[]),t[s].push(e),t},_l="kos-ws-event",Wo=ht(_l);var Pm=Object.defineProperty,Lm=Object.getOwnPropertyDescriptor,Qo=(t,e,s,r)=>{for(var o=r>1?void 0:r?Lm(e,s):e,n=t.length-1,i;n>=0;n--)(i=t[n])&&(o=(r?i(e,s,o):i(o))||o);return r&&o&&Pm(e,s,o),o};const xm=({headers:t,body:e})=>Object.entries(t).map(([r,o])=>`${r}:${o}`).join("\\n")+"\\n\\n"+e;exports.WsEventModel=class{constructor(e){l(this,"id");l(this,"events");l(this,"_topicMap");this.id=e,this.events=M.observable.map(new Map),this._topicMap=new Map}get websocketEvents(){return Array.from(this.events.values())}handleSendEvent(e,s){this.processEvent(s,!0)}handleReceiveEvent(e,s){this.processEvent(s)}processEvent(e,s=!1){p.debug("kos event received");const{body:r,headers:o}=e.body,n=o["request-id"]||o["response-id"],i=o["request-id"]||o["response-id"]||o.topic||o.type;if(i){let a=i;if(n)a=`${a}-${s?"send":"receive"}`;else{const d=this._topicMap.get(i)||0;a=`${a}-${d+1}`,this._topicMap.set(i,d+1)}const c={msgId:a,content:r,headers:o,timestamp:Date.now(),raw:xm({headers:o,body:r}),direction:s?"send":"receive",mocked:!!o.mocked};this.events.set(a,c),p.debug(`logged ${this.events.size} events`)}}};Qo([x({topic:[ts.SEND]})],exports.WsEventModel.prototype,"handleSendEvent",1);Qo([x({topic:[ts.RECEIVED]})],exports.WsEventModel.prototype,"handleReceiveEvent",1);exports.WsEventModel=Qo([R(Wo.type)],exports.WsEventModel);const Yn=ae(),Fm=Yn.debug==="true"||Yn.debug===!0,km="/api/system/canvas",Tl=async(t,e)=>{const s=e||km,r=`${exports.BASE_URL}${s}`;await exports.kosFetch(r,{method:"POST",headers:{hide:Fm?"false":"true"},body:t})},Nm=Object.freeze(Object.defineProperty({__proto__:null,sendCanvasData:Tl},Symbol.toStringTag,{value:"Module"})),Um=(t,e,s)=>t>>5<<5|e>>5<<2|s>>6;function jm(t,e,s){if(e==="base64"){const r=s?t.filter((o,n)=>n%4!==3):Array.from(t);return btoa(String.fromCharCode(...r))}else{const r=[];for(let o=0;o<t.length;o+=4)r.push(Um(t[o],t[o+1],t[o+2]));return String.fromCharCode(...r)}}var Bm=Object.defineProperty,Km=Object.getOwnPropertyDescriptor,Il=(t,e,s,r)=>{for(var o=r>1?void 0:r?Km(e,s):e,n=t.length-1,i;n>=0;n--)(i=t[n])&&(o=(r?i(e,s,o):i(o))||o);return r&&o&&Bm(e,s,o),o};const Ol="canvas-renderer-model";function Lr(t){return typeof t.onDone=="function"}let Ws=class{constructor(t,e,s){l(this,"id");l(this,"router");l(this,"logger");l(this,"_renderer",null);l(this,"isStreaming",!1);l(this,"renderLoopId",null);l(this,"sendIntervalId",null);l(this,"timeoutId",null);l(this,"apiPath");l(this,"endpointName");l(this,"width",50);l(this,"height",30);l(this,"fps",10);l(this,"durationMs",null);l(this,"_onFrame",null);this.id=t,this.logger=s.logger,this.width=e.width??50,this.height=e.height??30,this.fps=e.fps??10,this.durationMs=e.durationMs??null,this.apiPath=e.apiPath??"/api/system/canvas",this.endpointName=e.endpoint}set onFrame(t){this._onFrame=t}set renderer(t){var e,s;this._renderer&&(this.stopStreaming(),(s=(e=this._renderer).dispose)==null||s.call(e)),this._renderer=t,this.isStreaming&&this.startStreaming()}sendDataFrame(t,e){Tl(t,e)}checkStreaming(){if(this.isOneShotDone()||!this.isStreaming){requestAnimationFrame(()=>{this.stopStreaming()});return}}handleFrame(t){var s;const e=jm(t,"base64",!0);this.sendDataFrame(e,this.apiPath),(s=this._onFrame)==null||s.call(this,e)}stopStreaming(){var t,e;this.isStreaming=!1,this.renderLoopId&&cancelAnimationFrame(this.renderLoopId),this.sendIntervalId&&clearInterval(this.sendIntervalId),this.timeoutId&&clearTimeout(this.timeoutId),(e=(t=this._renderer)==null?void 0:t.pause)==null||e.call(t)}isOneShotDone(){var t,e;return Lr(this._renderer)&&((e=(t=this._renderer).isOneShot)==null?void 0:e.call(t))===!0&&this._renderer.isOneShotDone}startStreaming(){var t,e,s,r;{if(!this._renderer)return;if(!this.apiPath){this.logger.error(`No endpoint configured for canvas renderer ${this.id}`);return}this.isStreaming=!0,this._renderer.reset(),(e=(t=this._renderer).play)==null||e.call(t);const o=Lr(this._renderer);Lr(this._renderer)&&this._renderer.onDone(()=>{var a;this.logger.debug(`Renderer completed for ${this.id}`),U("/canvas/renderer/completed",{endpoint:this.endpointName,rendererId:this.id,rendererType:(a=this._renderer)==null?void 0:a.constructor.name,timestamp:Date.now()}),this.stopStreaming()}),this._renderer.renderFrame(this.width,this.height);const n=(r=(s=this._renderer).readPixels)==null?void 0:r.call(s,this.width,this.height);if(n&&this._onFrame&&this.handleFrame(n),this.isOneShotDone()){requestAnimationFrame(()=>{this.stopStreaming()});return}const i=()=>{var a;(a=this._renderer)==null||a.renderFrame(this.width,this.height),this.renderLoopId=requestAnimationFrame(i)};this.renderLoopId=requestAnimationFrame(i),this.sendIntervalId=setInterval(()=>{var c,d;const a=(d=(c=this._renderer)==null?void 0:c.readPixels)==null?void 0:d.call(c,this.width,this.height);a&&this._onFrame&&(this.handleFrame(a),this.checkStreaming())},1e3/this.fps),!o&&this.durationMs!=null&&(this.timeoutId=setTimeout(()=>{this.stopStreaming()},this.durationMs))}}async init(){this.logger.debug(`initializing canvas-renderer ${this.id}`)}async load(){this.logger.debug(`loading canvas-renderer ${this.id}`),this.router.use("POST",`/api/ui/canvas/${this.endpointName}/stop`,async(t,e)=>{this.stopStreaming(),e.send({status:"OK"})}),this.router.use("POST",`/api/ui/canvas/${this.endpointName}/start`,async(t,e)=>{this.startStreaming(),e.send({status:"OK"})})}};Il([ut({modelType:jo.type})],Ws.prototype,"router",2);Ws=Il([R(Ol)],Ws);const Zo=new ge({class:Ws,type:Ol});class Sl{constructor({src:e}){l(this,"video");l(this,"canvas");l(this,"ctx");l(this,"lastUpdate",0);l(this,"doneCallback",null);this.video=document.createElement("video"),this.video.src=e,this.video.crossOrigin="anonymous",this.video.muted=!0,this.video.loop=!1,this.canvas=document.createElement("canvas");const s=this.canvas.getContext("2d");if(!s)throw new Error("2D canvas not supported");this.ctx=s,this.handleEnded=this.handleEnded.bind(this),this.video.addEventListener("ended",this.handleEnded)}handleEnded(){this.doneCallback&&this.doneCallback()}reset(){this.video.pause(),this.video.currentTime=0,this.lastUpdate=performance.now()}play(){this.video.play().catch(console.warn)}pause(){this.video.pause()}renderFrame(e,s){this.canvas.width=e,this.canvas.height=s,this.video.readyState>=2&&this.ctx.drawImage(this.video,0,0,e,s)}readPixels(e,s){return this.ctx.getImageData(0,0,e,s).data}onDone(e){this.doneCallback=e}dispose(){this.video.pause(),this.video.removeAttribute("src"),this.video.load(),this.video.remove(),this.video.removeEventListener("ended",this.handleEnded),this.doneCallback=null}shouldStep(e){const s=performance.now();return s-this.lastUpdate>=e?(this.lastUpdate=s,!0):!1}}class Hm{constructor(){l(this,"canvas");l(this,"gl");l(this,"lastWidth",0);l(this,"lastHeight",0);l(this,"lastUpdate",0);this.canvas=document.createElement("canvas");const e=this.canvas.getContext("webgl");if(!e)throw new Error("WebGL not supported");this.gl=e}shouldStep(e){const s=performance.now();return s-this.lastUpdate>=e?(this.lastUpdate=s,!0):!1}readPixels(e=this.lastWidth,s=this.lastHeight){const r=new Uint8Array(e*s*4);this.gl.readPixels(0,0,e,s,this.gl.RGBA,this.gl.UNSIGNED_BYTE,r);const o=new Uint8ClampedArray(r.length);for(let n=0;n<s;n++){const i=n*e*4,a=(s-1-n)*e*4;o.set(r.subarray(i,i+e*4),a)}return o}}class Gm extends Hm{constructor({speedPx:s=1}={}){super();l(this,"program");l(this,"posBuffer");l(this,"aPosition");l(this,"uMinHue");l(this,"uMaxHue");l(this,"uHueOffset");l(this,"uGridHeight");l(this,"minHue",0);l(this,"maxHue",80);l(this,"hueOffset",0);l(this,"speedPx",1);this.speedPx=s;const r=this.gl,o=`
|
|
78
78
|
attribute vec2 a_position;
|
|
79
79
|
void main() {
|
|
80
80
|
gl_Position = vec4(a_position, 0, 1);
|
|
@@ -108,7 +108,7 @@ ${d}topics:${t}
|
|
|
108
108
|
vec3 rgb = hslToRgb(hue, 1.0, 0.5);
|
|
109
109
|
gl_FragColor = vec4(rgb, 1.0);
|
|
110
110
|
}
|
|
111
|
-
`,i=this.compileShader(r.VERTEX_SHADER,o),a=this.compileShader(r.FRAGMENT_SHADER,n);this.program=this.createProgram(i,a),this.posBuffer=r.createBuffer(),r.bindBuffer(r.ARRAY_BUFFER,this.posBuffer),r.bufferData(r.ARRAY_BUFFER,new Float32Array([-1,-1,1,-1,-1,1,-1,1,1,-1,1,1]),r.STATIC_DRAW),this.aPosition=r.getAttribLocation(this.program,"a_position"),this.uMinHue=r.getUniformLocation(this.program,"minHue"),this.uMaxHue=r.getUniformLocation(this.program,"maxHue"),this.uHueOffset=r.getUniformLocation(this.program,"hueOffset"),this.uGridHeight=r.getUniformLocation(this.program,"gridHeight")}reset(){this.hueOffset=0,this.lastUpdate=performance.now()}renderFrame(s,r){const o=this.gl;if(this.canvas.width=s,this.canvas.height=r,this.shouldStep(50)){const n=this.speedPx/r;this.hueOffset=(this.hueOffset+n)%1}o.viewport(0,0,s,r),o.clear(o.COLOR_BUFFER_BIT),o.useProgram(this.program),o.enableVertexAttribArray(this.aPosition),o.bindBuffer(o.ARRAY_BUFFER,this.posBuffer),o.vertexAttribPointer(this.aPosition,2,o.FLOAT,!1,0,0),o.uniform1f(this.uMinHue,this.minHue/360),o.uniform1f(this.uMaxHue,this.maxHue/360),o.uniform1f(this.uHueOffset,this.hueOffset),o.uniform1f(this.uGridHeight,r),o.drawArrays(o.TRIANGLES,0,6)}compileShader(s,r){const o=this.gl.createShader(s);if(this.gl.shaderSource(o,r),this.gl.compileShader(o),!this.gl.getShaderParameter(o,this.gl.COMPILE_STATUS))throw new Error(this.gl.getShaderInfoLog(o)||"Shader compile failed");return o}createProgram(s,r){const o=this.gl.createProgram();if(this.gl.attachShader(o,s),this.gl.attachShader(o,r),this.gl.linkProgram(o),!this.gl.getProgramParameter(o,this.gl.LINK_STATUS))throw new Error("Program linking failed");return o}}class os{constructor(){l(this,"canvas");l(this,"ctx");l(this,"lastUpdate",0);this.canvas=document.createElement("canvas");const t=this.canvas.getContext("2d");if(!t)throw new Error("2D canvas not supported");this.ctx=t}dispose(){this.ctx.clearRect(0,0,this.canvas.width,this.canvas.height),this.canvas.remove()}shouldStep(t){const s=performance.now();return s-this.lastUpdate>=t?(this.lastUpdate=s,!0):!1}readPixels(t,s){return this.ctx.getImageData(0,0,t,s).data}}function ko(e){class t extends e{constructor(){super(...arguments);l(this,"doneCallback",null);l(this,"oneShotDone",!1)}isOneShot(){return!0}onDone(o){this.doneCallback=o}signalDoneIfNeeded(){var o;this.oneShotDone||((o=this.doneCallback)==null||o.call(this),this.oneShotDone=!0)}resetOneShot(){this.doneCallback=null,this.oneShotDone=!1}get isOneShotDone(){return this.oneShotDone}}return t}const rm=ko(os);class om extends rm{constructor({colors:s=["red","yellow","green"],direction:r="horizontal",speed:o=2,loop:n=!0}={}){super();l(this,"offset",0);l(this,"speed");l(this,"colors");l(this,"direction");l(this,"loop");this.colors=s,this.direction=r,this.speed=o,this.loop=n}reset(){this.offset=0,this.lastUpdate=performance.now(),this.loop||this.resetOneShot()}renderFrame(s,r){if(!this.loop&&this.isOneShotDone)return;this.loop&&this.shouldStep(50)&&(this.offset+=this.speed);const o=this.loop?-this.offset:0,n=this.loop?s*2-this.offset:s,i=this.ctx.createLinearGradient(o,0,n,0),a=1/(this.colors.length-1);this.colors.forEach((c,d)=>{i.addColorStop(d*a,c)}),this.ctx.fillStyle=i,this.ctx.fillRect(0,0,s,r),!this.loop&&!this.isOneShotDone&&this.signalDoneIfNeeded()}}const nm=ko(os);class im extends nm{constructor({src:s}){super();l(this,"img");l(this,"loaded",!1);this.img=new Image,this.img.src=s,this.img.crossOrigin="anonymous",this.img.onload=()=>{this.loaded=!0}}reset(){this.resetOneShot()}renderFrame(s,r){!this.loaded||this.isOneShotDone||(this.canvas.width=s,this.canvas.height=r,this.ctx.drawImage(this.img,0,0,s,r),this.signalDoneIfNeeded())}}class am extends os{constructor({speed:s=1,fallChance:r=.7}={}){super();l(this,"columns",[]);l(this,"fallChance");l(this,"speed");this.speed=s,this.fallChance=r}reset(){this.columns=[],this.lastUpdate=performance.now()}renderFrame(s,r){this.columns.length!==s&&(this.columns=Array(s).fill(0).map(()=>Math.floor(Math.random()*r))),this.shouldStep(50)&&(this.columns=this.columns.map(i=>i>r+5?0:i+(Math.random()<this.fallChance?this.speed:0)));const o=this.ctx.createImageData(s,r),n=o.data;n.fill(0);for(let i=0;i<r;i++)for(let a=0;a<s;a++){const c=this.columns[a];let d=0,u=0,h=0;i===c?(u=255,h=255):i<c&&i>c-5&&(u=100+Math.floor(30*(5-(c-i))),h=255);const g=(i*s+a)*4;n[g]=d,n[g+1]=u,n[g+2]=h,n[g+3]=255}this.ctx.putImageData(o,0,0)}}const cm=ko(os);class lm extends cm{constructor({r:s,g:r,b:o}={r:0,g:0,b:0}){super();l(this,"color");this.color=`rgb(${s},${r},${o})`}setColor(s,r,o){this.color=`rgb(${s},${r},${o})`,this.resetOneShot()}reset(){this.resetOneShot()}renderFrame(s,r){this.isOneShotDone||(this.canvas.width=s,this.canvas.height=r,this.ctx.fillStyle=this.color,this.ctx.fillRect(0,0,s,r),this.signalDoneIfNeeded())}}class dm extends os{constructor({minHue:s=0,maxHue:r=360,speed:o=1}={}){super();l(this,"offset",0);l(this,"minHue");l(this,"maxHue");l(this,"speed");this.minHue=s,this.maxHue=r,this.speed=o}reset(){this.offset=0,this.lastUpdate=performance.now()}hslToRgb(s,r,o){let n,i,a;if(r===0)n=i=a=o;else{const c=(h,g,m)=>(m<0&&(m+=1),m>1&&(m-=1),m<.16666666666666666?h+(g-h)*6*m:m<.5?g:m<.6666666666666666?h+(g-h)*(.6666666666666666-m)*6:h),d=o<.5?o*(1+r):o+r-o*r,u=2*o-d;n=c(u,d,s+1/3),i=c(u,d,s),a=c(u,d,s-1/3)}return[Math.round(n*255),Math.round(i*255),Math.round(a*255)]}renderFrame(s,r){this.shouldStep(50)&&(this.offset=(this.offset+this.speed)%s);const o=this.ctx.createImageData(s,r),n=o.data;let i=0;for(let a=0;a<r;a++)for(let c=0;c<s;c++){const d=(c+this.offset)%s/s,u=this.minHue/360+d*((this.maxHue-this.minHue)/360),[h,g,m]=this.hslToRgb(u,1,.5);n[i++]=h,n[i++]=g,n[i++]=m,n[i++]=255}this.ctx.putImageData(o,0,0)}}const Rn=new Map;Qs(ue,{register(e,t){Rn.set(e,t)},execute(e,t){const s=Rn.get(e);return s?new s(t):null}});$.canvas.registerRenderer("video",em);$[ue].register("image",im);$[ue].register("color",lm);$[ue].register("matrix",am);$[ue].register("sweep",dm);$[ue].register("gradient",om);$[ue].register("drop",sm);const Pn=({mode:e,data:t})=>{const s=$[ue].execute(e,t);if(s)return s;throw new Error(`Unknown mode: ${e}`)};var um=Object.defineProperty,hm=Object.getOwnPropertyDescriptor,No=(e,t,s,r)=>{for(var o=r>1?void 0:r?hm(t,s):t,n=e.length-1,i;n>=0;n--)(i=e[n])&&(o=(r?i(t,s,o):i(o))||o);return r&&o&&um(t,s,o),o};const el="canvas-dispatcher-model";function fm(e){if(e=e.replace(/^#/,""),e.length===3&&(e=e.split("").map(s=>s+s).join("")),e.length!==6)return null;const t=parseInt(e,16);return{r:t>>16&255,g:t>>8&255,b:t&255}}let Vt=class{constructor(e,t,s){l(this,"id");l(this,"logger");l(this,"_content",new Map);l(this,"_patterns",new Map);l(this,"_endpointRenderers");l(this,"router");l(this,"pattern");l(this,"data");this.id=e,this.logger=s.logger,this._endpointRenderers=new me}addNamedEndpoint(e,t){this._endpointRenderers.getModel(e)&&this.logger.warn(`Endpoint "${e}" already exists. Overwriting.`);const s=Fo.instance(e).options({apiPath:t.apiPath,width:t.width,height:t.height,fps:t.fps,durationMs:t.durationMs??null,endpoint:e}).build();return this._endpointRenderers.addModel(s),s}addContent(e,t){this._content.has(e)&&this.logger.warn(`Content "${e}" already exists. Overwriting.`),this._content.set(e,t)}addPattern(e,t){this._patterns.has(e)&&this.logger.warn(`Pattern "${e}" already exists. Overwriting.`),this._patterns.set(e,t)}async load(e){var s;const t=e==null?void 0:e.get(tt.loader);t&&((s=t.patterns)==null||s.forEach(r=>{if(!r.id||!r.type||!r.data){this.logger.warn(`Invalid pattern data: ${JSON.stringify(r)}`);return}this.addPattern(r.id,r)})),this.router.use("POST","/api/ui/canvas/patterns",async(r,o)=>{var a,c;const n=r.body,i=Array.isArray(n)?n:[n];if(i.some(d=>!d.id||!d.type||!d.data)){(a=o.status)==null||a.call(o,400).send({error:"Invalid pattern data"});return}for(const d of i)this._patterns.has(d.id)&&this.logger.warn(`Pattern "${d.id}" already exists. Overwriting.`),this.addPattern(d.id,d);(c=o.status)==null||c.call(o,200).send({status:"OK"})}),this.router.use("POST","/api/ui/canvas/pattern/:endpoint/:pattern",async(r,o)=>{var u,h,g;const n=r.params.pattern,i=r.params.endpoint,a=this._endpointRenderers.getModel(i);if(!a){(u=o.status)==null||u.call(o,404).send({error:`Endpoint "${i}" not found`});return}if(!this._patterns.has(n)){(h=o.status)==null||h.call(o,404).send({error:`Pattern "${n}" not found`});return}const c=this._patterns.get(n),d=c.type;this.data=c.data,a.renderer=Pn({mode:d,data:this.data}),a.startStreaming(),(g=o.status)==null||g.call(o,200).send({status:"OK"})}),this.router.use("POST","/api/ui/canvas/color/:endpoint/:color",async(r,o)=>{var g,m,v;const n=r.params.color,i=fm(n);if(!i){(g=o.status)==null||g.call(o,400).send({error:"Invalid color format"});return}const a=r.params.endpoint,c=this._endpointRenderers.getModel(a);if(!c){(m=o.status)==null||m.call(o,404).send({error:`Endpoint "${a}" not found`});return}const{r:d,b:u,g:h}=i;c.renderer=Pn({mode:"color",data:{r:d,g:h,b:u}}),c.startStreaming(),(v=o.status)==null||v.call(o,200).send({status:"OK"})}),this.router.use("POST","/api/ui/canvas/endpoint",async(r,o)=>{var i,a;const n=r.body;if(!n.apiPath||!n.id){(i=o.status)==null||i.call(o,400).send({error:"Name and path are required"});return}this.addNamedEndpoint(n.id,n),(a=o.status)==null||a.call(o,200).send({status:"OK"})})}};No([fe],Vt.prototype,"_endpointRenderers",2);No([Ne({modelType:nr.type})],Vt.prototype,"router",2);Vt=No([C(el)],Vt);const tt=new Ee({class:Vt,type:el}),{URL:Uo}=ee(),{getOne:tl}=X.build({basePath:`${Uo}/api/device`}),Ks=p.createLogger({name:"device-service",group:"Services"}),sl=async()=>{Ks.debug("sending GET for device serial number");try{const e=await tl({urlOverride:`${Uo}/api/kos/device/serialNumber`});return[void 0,e==null?void 0:e.data.serialNumber]}catch(e){if(e instanceof ne)return Ks.error(`Error fetching device serial number: ${e.payload.error}`),[e.payload.error,void 0]}return["unknownError",void 0]},rl=async()=>{Ks.debug("sending GET for device details");try{const e=await tl({urlOverride:`${Uo}/api/kos/device`});return e?[void 0,e.data]:["unknownError",void 0]}catch(e){if(e instanceof ne)return Ks.error(`Error fetching device serial number: ${e.payload.error}`),[e.payload.error,void 0]}return["unknownError",void 0]},gm=Object.freeze(Object.defineProperty({__proto__:null,getDeviceDetails:rl,getSerialNumber:sl},Symbol.toStringTag,{value:"Module"}));var pm=Object.defineProperty,mm=Object.getOwnPropertyDescriptor,ol=(e,t,s,r)=>{for(var o=r>1?void 0:r?mm(t,s):t,n=e.length-1,i;n>=0;n--)(i=e[n])&&(o=(r?i(t,s,o):i(o))||o);return r&&o&&pm(t,s,o),o};const nl="device-model",ym="/kos/criticalData/changed",bm="/kos/criticalData/available";let Hs=class{constructor(e,t,s){l(this,"id");l(this,"logger");l(this,"_serialNumber");l(this,"_name");l(this,"_nodeId");this.id=e,this.logger=s.logger,this._serialNumber="unassigned",this._name="unassigned",this._nodeId="unassigned"}get serialNumber(){return this._serialNumber}get name(){return this._name}get nodeId(){return this._nodeId}get nodeType(){const[e]=this.nodeId.split("-");return e}get nodeName(){const[,e]=this.nodeId.split("-");return e}updateModel(e){this._serialNumber=e.serialNumber??"unassigned",this._name=e.name??"unassigned",this._nodeId=e.nodeId??"unassigned"}async loadDeviceData(){const[e,t]=await rl();if(e){this.logger.error(`Error fetching device serial number: ${e}`);return}if(t){const{name:s,nodeId:r}=t;this.updateModel({name:s,nodeId:r,serialNumber:this.serialNumber})}}async loadSerialNumber(){const[e,t]=await sl();if(e){this.logger.error(`Error fetching device serial number: ${e}`);return}this.updateModel({serialNumber:t,name:this.name,nodeId:this.nodeId})}async handleCriticalDataChanged(){this.logger.debug(`Critical data changed for device ${this.id}`),await this.loadSerialNumber()}async init(){this.logger.debug(`initializing device ${this.id}`)}async load(){this.logger.debug(`loading device ${this.id}`),await this.loadDeviceData(),await this.loadSerialNumber()}};ol([x({topic:[ym,bm],websocket:!0})],Hs.prototype,"handleCriticalDataChanged",1);Hs=ol([C(nl)],Hs);const Gs=new Ee({class:Hs,type:nl});var wm=Object.defineProperty,vm=Object.getOwnPropertyDescriptor,Mm=(e,t,s,r)=>{for(var o=r>1?void 0:r?vm(t,s):t,n=e.length-1,i;n>=0;n--)(i=e[n])&&(o=(r?i(t,s,o):i(o))||o);return r&&o&&wm(t,s,o),o};const il="network-interface-model";let Ur=class{constructor(e,t,s){l(this,"id");l(this,"name");l(this,"type");l(this,"nmdevicestate");l(this,"hwaddress");l(this,"mtu");l(this,"configured");l(this,"wifi");l(this,"ethernet");l(this,"ip4settings");l(this,"category");l(this,"logger");this.id=e,this.logger=s.logger,this.name=t.name,this.type=t.type,this.nmdevicestate=t.nmdevicestate,this.hwaddress=t.hwaddress,this.mtu=t.mtu,this.configured=t.configured,this.wifi=t.wifi,this.ethernet=t.ethernet,this.ip4settings=t.ip4settings,this.category=t.category}updateModel(e){this.name=e.name,this.type=e.type,this.nmdevicestate=e.nmdevicestate,this.hwaddress=e.hwaddress,this.mtu=e.mtu,this.configured=e.configured,this.wifi=e.wifi,this.ethernet=e.ethernet,this.ip4settings=e.ip4settings,this.category=e.category}async init(){this.logger.debug(`initializing network-interface ${this.id}`)}async load(){this.logger.debug(`loading network-interface ${this.id}`)}};Ur=Mm([C(il)],Ur);const jo=new ge({class:Ur,type:il}),{URL:Em}=ee(),{getAll:_m}=X.build({basePath:`${Em}/api/kos/network/interfaces`}),xn=p.createLogger({name:"network-interface-service",group:"Services"}),al=async()=>{xn.debug("sending GET for copy-logs");try{const e=await _m({});return[void 0,e==null?void 0:e.data]}catch(e){if(e instanceof ne)return xn.error(`Error fetching log file size: ${e.payload.error}`),[e.payload.error,void 0]}return["unknownError",void 0]},Im=Object.freeze(Object.defineProperty({__proto__:null,getNetworkInterfaces:al},Symbol.toStringTag,{value:"Module"}));var Tm=Object.defineProperty,Om=Object.getOwnPropertyDescriptor,cl=(e,t,s,r)=>{for(var o=r>1?void 0:r?Om(t,s):t,n=e.length-1,i;n>=0;n--)(i=e[n])&&(o=(r?i(t,s,o):i(o))||o);return r&&o&&Tm(t,s,o),o};const ll="network-interface-container-model";let zs=class{constructor(e,t,s){l(this,"id");l(this,"logger");l(this,"_models");this.id=e,this.logger=s.logger,this._models=new me({parentId:e,indexMap:{byCategory:"category"}})}getModel(e){return this._models.getModel(e)}get models(){return this._models}get data(){return this._models.data}addModel(e){this._models.addModel(e)}removeModel(e){this._models.removeModel(e)}async init(){this.logger.debug(`initializing network-interface-container container ${this.id}`)}async refreshInterfaces(){this.logger.debug("refreshing interfaces");const[e,t]=await al();if(e){this.logger.error(`Error loading network interfaces: ${e}`);return}t&&t.forEach(s=>{const r=jo.instance(s.name).forceUpdate.options(s).build();this.addModel(r)})}async load(){this.logger.debug(`loading network-interface-container container ${this.id}`),this.refreshInterfaces()}};cl([fe],zs.prototype,"_models",2);zs=cl([C(ll)],zs);const Yt=new Ee({class:zs,type:ll});Yt.addRelatedModel(jo);const{URL:Sm}=ee(),{getAll:$m}=X.build({basePath:`${Sm}/api/kos/storage/devices`}),Ln=p.createLogger({name:"storage-device-service",group:"Services"}),dl=async()=>{Ln.debug("sending GET for storage-device");const e=await $m({});return!(e!=null&&e.data)||e.status!==200?(Ln.error("Failed to retrieve storage-device data",e),[]):e.data},Dm=Object.freeze(Object.defineProperty({__proto__:null,getStorageDevices:dl},Symbol.toStringTag,{value:"Module"}));var Cm=Object.defineProperty,Am=Object.getOwnPropertyDescriptor,Rm=(e,t,s,r)=>{for(var o=r>1?void 0:r?Am(t,s):t,n=e.length-1,i;n>=0;n--)(i=e[n])&&(o=(r?i(t,s,o):i(o))||o);return r&&o&&Cm(t,s,o),o};const ul="storage-device-model";let jr=class{constructor(e,t,s){l(this,"id");l(this,"mountDir");l(this,"removed");l(this,"vendor");l(this,"runTimeMs");l(this,"model");l(this,"nodeId");l(this,"local");l(this,"label");l(this,"syspath");l(this,"logger");this.id=e,this.logger=s.logger,this.mountDir=t.mountDir,this.removed=t.removed,this.vendor=t.vendor,this.runTimeMs=t.runTimeMs,this.model=t.model,this.nodeId=t.nodeId,this.local=t.local,this.label=t.label,this.syspath=t.syspath}updateModel(e){this.mountDir=e.mountDir,this.removed=e.removed,this.vendor=e.vendor,this.runTimeMs=e.runTimeMs,this.model=e.model,this.nodeId=e.nodeId,this.local=e.local,this.label=e.label,this.syspath=e.syspath}async init(){this.logger.debug(`initializing storage-device ${this.id}`)}async load(){this.logger.debug(`loading storage-device ${this.id}`)}};jr=Rm([er(),C(ul)],jr);const Vs=new ge({class:jr,type:ul});var Pm=Object.defineProperty,xm=Object.getOwnPropertyDescriptor,Bo=(e,t,s,r)=>{for(var o=r>1?void 0:r?xm(t,s):t,n=e.length-1,i;n>=0;n--)(i=e[n])&&(o=(r?i(t,s,o):i(o))||o);return r&&o&&Pm(t,s,o),o};const hl="storage-device-container-model",Lm="/kos/storage";let qt=class{constructor(e,t,s){l(this,"id");l(this,"logger");l(this,"_models");this.id=e,this.logger=s.logger,this._models=new me({parentId:e})}getModel(e){return this._models.getModel(e)}get models(){return this._models}get data(){return this._models.data}addModel(e){this._models.addModel(e)}removeModel(e){this._models.removeModel(e)}async init(){this.logger.debug(`initializing storage-device-container container ${this.id}`)}get isStorageInserted(){return this.data.length>0}get volumes(){return this.data}handleStorageAvailability(e){this._models.data.filter(s=>!e.find(r=>r.id===s.id)).forEach(s=>{this.removeModel(s.id)}),e.forEach(s=>{const r=this.getModel(s.id);if(r){const o={...s,kosParentId:this.id};r.updateModel(o)}else{const o={...s,kosParentId:this.id},n=Vs.instance(s.id).options(o).build();this.addModel(n)}})}async load(){this.logger.debug(`loading storage-device-container container ${this.id}`),(await dl()).forEach(t=>{const s={...t,kosParentId:this.id},r=Vs.instance(t.id).options(s).build();this.addModel(r)})}};Bo([fe],qt.prototype,"_models",2);Bo([x({topic:Lm,websocket:!0})],qt.prototype,"handleStorageAvailability",1);qt=Bo([C(hl)],qt);const st=new Ee({class:qt,type:hl});st.addRelatedModel(Vs);const{URL:Ko}=ee(),{getAll:Fm,postModel:km}=X.build({basePath:`${Ko}/api/kos/update/available`}),Fn=p.createLogger({name:"usb-update-service",group:"Services"}),fl=async()=>{Fn.debug("sending GET for usb-update");const e=await Fm({urlOverride:`${Ko}/api/kos/update/available`});return!(e!=null&&e.data)||(e==null?void 0:e.status)!==200?(Fn.error("Failed to retrieve usb-update data",e),[]):e.data},gl=async(e,t,s)=>{const r=await km({model:{manifestId:e,deviceId:t},tracker:s,urlOverride:`${Ko}/api/kos/update/install`});if(!(r!=null&&r.data))throw new Error("No response from server");return r.data},Nm=Object.freeze(Object.defineProperty({__proto__:null,getAvailableUpdates:fl,installUpdate:gl},Symbol.toStringTag,{value:"Module"}));var Um=Object.defineProperty,jm=Object.getOwnPropertyDescriptor,pl=(e,t,s,r)=>{for(var o=r>1?void 0:r?jm(t,s):t,n=e.length-1,i;n>=0;n--)(i=e[n])&&(o=(r?i(t,s,o):i(o))||o);return r&&o&&Um(t,s,o),o};const ml="usb-update-model";let Ys=class{constructor(e,t,s){l(this,"id");l(this,"active");l(this,"blocked");l(this,"createTime");l(this,"deviceId");l(this,"manifestId");l(this,"notes");l(this,"futureHandler");l(this,"logger");this.id=e,this.logger=s.logger,this.active=t.active,this.blocked=t.blocked,this.createTime=t.createTime,this.deviceId=t.deviceId,this.manifestId=t.manifestId,this.notes=t.notes,this.futureHandler=new rr(this)}updateModel(e){this.active=e.active,this.blocked=e.blocked,this.createTime=e.createTime,this.deviceId=e.deviceId,this.manifestId=e.manifestId,this.notes=e.notes}reset(){this.futureHandler.removeFuture()}get future(){return this.futureHandler.future}async install(e){if(!e)throw new Error("No tracker provided");return this.logger.info(`Installing update for manifest ${this.manifestId} from device ${this.deviceId}`),gl(this.manifestId,this.deviceId,e)}async init(){this.logger.debug(`initializing usb-update ${this.id}`)}async load(){this.logger.debug(`loading usb-update ${this.id}`)}};pl([qo()],Ys.prototype,"install",1);Ys=pl([C(ml)],Ys);const Ho=new ge({class:Ys,type:ml});var Bm=Object.defineProperty,Km=Object.getOwnPropertyDescriptor,dr=(e,t,s,r)=>{for(var o=r>1?void 0:r?Km(t,s):t,n=e.length-1,i;n>=0;n--)(i=e[n])&&(o=(r?i(t,s,o):i(o))||o);return r&&o&&Bm(t,s,o),o};const yl="usb-update-container-model";let rt=class{constructor(e,t,s){l(this,"id");l(this,"disposer");l(this,"storageService");l(this,"_activeUpdate");l(this,"logger");l(this,"_models");this.id=e,this.logger=s.logger,this._models=new me({parentId:e})}getModel(e){return this._models.getModel(e)}get models(){return this._models}get data(){return this._models.data}addModel(e){this._models.addModel(e)}removeModel(e){this._models.removeModel(e)}get activeUpdate(){return this._activeUpdate}reset(){this.clearActiveUpdate()}clearActiveUpdate(){this._activeUpdate=void 0}updateActiveUpdate(e){this._activeUpdate=e}get isUsbInserted(){return this.storageService.isStorageInserted}get hasAvailableUpdates(){return this._models.data.length>0}async syncAvailableUpdates(){const e=await fl();Q(()=>{const t=e.map(s=>`${s.deviceId}-${s.manifestId}`);this._models.data.filter(s=>!t.includes(s.id)).forEach(s=>this.removeModel(s.id)),e.forEach(s=>{const r=`${s.deviceId}-${s.manifestId}`,o=Ho.instance(r).forceUpdate.options({...s,createTime:new Date(s.createTime)}).build();this.addModel(o)}),this.data.length===1?this.updateActiveUpdate(this.data[0]):this.clearActiveUpdate()})}usbInsertedEffect(){this.isUsbInserted?this.syncAvailableUpdates():(this._models.clear(),this.clearActiveUpdate())}async init(){this.logger.debug(`initializing usb-update-container container ${this.id}`)}unload(){var e;(e=this.disposer)==null||e.call(this)}async activate(){this.logger.debug(`activating usb-update-container container ${this.id}`),await this.syncAvailableUpdates()}async load(){this.logger.debug(`loading usb-update-container container ${this.id}`)}};dr([Ne({modelType:st.type})],rt.prototype,"storageService",2);dr([fe],rt.prototype,"_models",2);dr([ji({dependencies:e=>[e.isUsbInserted]})],rt.prototype,"usbInsertedEffect",1);rt=dr([C(yl)],rt);const Wt=new Ee({class:rt,type:yl});Wt.addRelatedModel(Ho);const Hm=()=>({...{[ct.type]:{class:sc},[Se.type]:{class:cc,singleton:!0},...Z.registration,...je.registration,...Qe.registration,...Us.registration,...ve.registration,[xo.type]:{class:exports.WsEventModel,singleton:!0},...zt.registration,...Ro.registration,...Cs.registration}}),Go=Hm(),Gm={models:Go,preloadModels:[]},zm=!0,bl=e=>()=>{const t=Go;return wa(Br)(Gt).model(Qe).model(st).model(Wt).model(Gs).model(Ls).model(Nt).model(Fs).model($o).model(Yt).model(tt).model(Fo).model(nr,zm).model(ss),Object.keys(t).forEach(s=>{const r=t[s];ba(Br)(s,r)}),{preload:D.model.preloadModel(e),model:D.model.register(e),companion:D.companion.register(e),legacy:D.model.registerLegacyModel(e)}},he={};he.core={models:bl(he)};he.preload=D.model.preloadModel(he);he.model=D.model.register(he);he.companion=D.companion.register(he);he.legacy=D.model.registerLegacyModel(he);const Br=he;class Vm{registerTroubleRankMapper(t){return $.propertyMapper.registerPropertyMapper(de.TroubleRank,t),this}registerTroubleRoleMapper(t){return $.propertyMapper.registerPropertyMapper(de.TroubleRole,t),this}registerTroubleColorMapper(t){return $.propertyMapper.registerPropertyMapper(de.TroubleColor,t),this}registerModelLoader(t,s){$.loader.registerLoader(t,s)}registerCanvasPatternLoader(t){$.loader.registerLoader(tt.loader,t)}}class ns{constructor(t){l(this,"futureHandler");this.futureHandler=new rr(t)}get future(){return this.futureHandler.future}get progress(){var t;return((t=this.future)==null?void 0:t.progress)||0}get status(){var t;return((t=this.future)==null?void 0:t.status)||"IDLE"}get isRunning(){return this.future?!this.future.endState:!1}get isCancelled(){var t;return((t=this.future)==null?void 0:t.status)==="CANCELLED"||!1}async cancelFuture(){this.future&&await this.future.cancelFuture()}}function Ym(e){const t=new ns(e);e.futureHandler=t.futureHandler,Object.defineProperty(e,"_futureMixin",{value:t,enumerable:!1,configurable:!1,writable:!1})}function wl(e){const t=new ns(e),s=e;s.futureHandler=t.futureHandler,Object.defineProperty(e,"_futureMixin",{value:t,enumerable:!1,configurable:!1,writable:!1}),Object.defineProperty(e,"future",{get(){return t.future},enumerable:!0,configurable:!0}),Object.defineProperty(e,"progress",{get(){return t.progress},enumerable:!0,configurable:!0}),Object.defineProperty(e,"status",{get(){return t.status},enumerable:!0,configurable:!0}),Object.defineProperty(e,"isRunning",{get(){return t.isRunning},enumerable:!0,configurable:!0}),Object.defineProperty(e,"isCancelled",{get(){return t.isCancelled},enumerable:!0,configurable:!0}),s.cancelFuture=async()=>t.cancelFuture()}function qm(){return function(e){const t=e;function s(...r){const o=t.apply(this,r)||this;return wl(o),o}return s.prototype=t.prototype,Object.setPrototypeOf(s,t),Object.getOwnPropertyNames(t).forEach(r=>{if(r!=="prototype"&&r!=="length"&&r!=="name"){const o=Object.getOwnPropertyDescriptor(t,r);o&&Object.defineProperty(s,r,o)}}),s}}function Wm(e){return new ns(e)}function Zm(e){let t;const s=()=>(t||(t=new ns(e())),t);return{get futureHandler(){return s().futureHandler},get future(){return s().future},get progress(){return s().progress},get status(){return s().status},get isRunning(){return s().isRunning},get isCancelled(){return s().isCancelled},async cancelFuture(){return s().cancelFuture()}}}function Jm(e){return e&&typeof e=="object"&&"futureHandler"in e&&"future"in e&&"_futureMixin"in e&&typeof e.cancelFuture=="function"}function Xm(e){const t=["future","progress","status","isRunning","isCancelled","futureHandler"],s={};for(const r of t){const o=Object.getOwnPropertyDescriptor(e,r);s[r]={exists:r in e,descriptor:o?{enumerable:o.enumerable,configurable:o.configurable,hasGetter:typeof o.get=="function",hasSetter:typeof o.set=="function"}:null,isObservable:e&&typeof e=="object"&&Object.getOwnPropertySymbols(e).some(n=>n.toString().includes("mobx")&&n.toString().includes(r))}}return s}class vl{constructor(t,s){l(this,"parent");l(this,"companion");this.companion=t,this.parent=s}getParent(){return this.parent}setupProxy(t={}){const{excludeProperties:s=[],includeLifecycle:r=!1}=t,o=r?[]:["init","load","unload","ready","dispose","destroy","onInit","onLoad","onUnload","onReady","onDispose","onDestroy"],n=["getDependencies","getChildren","update","toJSON","forceUpdate","makeAutoObservable","runInAction","transaction","observe","unobserve","intercept","spy","trace"],i=c=>c==="constructor"||c.startsWith("_")||c.startsWith("__")||o.includes(c)||n.includes(c)||s.includes(c)||c in this.companion,a=this.getAllParentProperties(i);for(const c of a)this.createProxyProperty(c)}getAllParentProperties(t){const s=new Set;Object.getOwnPropertyNames(this.parent).filter(o=>!t(o)).forEach(o=>s.add(o));let r=Object.getPrototypeOf(this.parent);for(;r&&r!==Object.prototype;)Object.getOwnPropertyNames(r).filter(o=>!t(o)).forEach(o=>s.add(o)),r=Object.getPrototypeOf(r);return Array.from(s)}createProxyProperty(t){try{const s=this.parent[t];typeof s=="function"?this.companion[t]=(...r)=>s.apply(this.parent,r):Object.defineProperty(this.companion,t,{get:()=>this.parent[t],set:r=>{this.parent[t]=r},enumerable:!0,configurable:!0})}catch(s){console.debug(`Skipping companion proxy for property ${t}:`,s)}}}function Qm(e,t,s={}){const r=new vl(e,t);return e.getParent=()=>r.getParent(),Object.defineProperty(e,"_companionMixin",{value:r,enumerable:!1,configurable:!1,writable:!1}),r.setupProxy(s),r}function Ml(e){return e&&typeof e=="object"&&"_companionMixin"in e&&typeof e.getParent=="function"}function El(e){return Ml(e)?e._companionMixin:null}function ey(e){const t=El(e);if(!t)return{error:"No companion mixin found"};const s=t.getParent(),r=Object.getOwnPropertyNames(e),o=Object.getOwnPropertyNames(s),n=r.filter(i=>o.includes(i)&&i!=="constructor"&&!i.startsWith("_"));return{parentType:s.constructor.name,companionType:e.constructor.name,proxiedProps:n,proxiedCount:n.length}}const ty=async(e,t)=>{const s=$o.instance(e).options({}).build(),r=t?`${t}-`:"";return await re(s),{getState:o=>s.data[`${r}${o}`],updateState:async(o,n)=>{await s.updateState(`${r}${o}`,n)},clean:async()=>{for(const o of s.data.keys)await s.updateState(`${r}${o}`,void 0)},unsubscribe:()=>{Le(s)}}},_l="kos:service:region",Il="regionId",sy=`${_l}-${Il}`,Tl=async e=>{const t=je.factory(sy)({path:_l,attribute:Il});await re(t),t.updateProperty(e)},zo="/kos-timer-event",Vo="/kos-timer-event/tick",Yo="defaultTimerEnd",It=p.createLogger({name:"timer-manager"}),ry=e=>e.updateProperty!==void 0;class Ol{constructor(t,s,r){l(this,"name");l(this,"timeout");l(this,"timer");l(this,"state","inactive");l(this,"decrementValue",1);l(this,"remainingTime");l(this,"timeoutActions",new Map);this.name=t;const o=typeof s=="number"?s:s.value||60;this.timeout=o,this.state="inactive",this.remainingTime=o,ry(s)&&j(()=>{p.info(`Updating config value timer ${t} with new timeout value ${s.value}`);const n=s.value||60;this.updateTimeout(n)}),this.addTimeoutAction({name:Yo}),r&&r.forEach(n=>{this.addTimeoutAction(n)})}get id(){return this.name}start(){if(this.state==="active"){It.debug(`Timer ${this.name} already started`);return}(this.state==="inactive"||this.state==="paused")&&(this.state="active",this.timer=setInterval(()=>this.updateTimer(),1e3))}pause(){this.timer&&(It.debug(`Pausing timer ${this.name}`),this.state="paused",clearInterval(this.timer))}restart(){this.pause(),this.remainingTime=this.timeout,this.start()}reset(){this.pause(),this.remainingTime=this.timeout,this.state="inactive"}updateTimeout(t){this.timeout=t,this.restart()}addTimeoutAction(t){const s=t.remainingTime??0;this.timeoutActions.has(s)||this.timeoutActions.set(s,[]);const r=t.name,o=this.timeoutActions.get(s).find(n=>n.name===r);o?o.action=t.action:this.timeoutActions.get(s).push(t)}removeTimeoutAction(t){for(const[s,r]of this.timeoutActions.entries()){const o=r.filter(n=>n.name!==t);o.length===0?this.timeoutActions.delete(s):this.timeoutActions.set(s,o)}}updateTimer(){if(this.remainingTime=Math.round((this.remainingTime-this.decrementValue)*100)/100,this.remainingTime<=0){this.state==="active"&&this.executeActions(0),this.pause();return}this.state==="active"&&this.executeActions(this.remainingTime)}executeActions(t){this.timeoutActions.has(t)&&this.timeoutActions.get(t).forEach(s=>{var r;It.debug(`Executing timer action ${s.name} at ${t}`),(r=s.action)==null||r.call(s,s.name,t),this.notifyTimeoutAction(s),s.singleUse&&(It.info(`${this.name} Removing single-use action ${s.name}`),this.removeTimeoutAction(s.name))}),this.notifyTick()}notifyTick(){U(`${Vo}/${this.name}`,{name:this.name,remainingTime:this.remainingTime})}notifyTimeoutAction(t){U(zo,{name:this.name,action:t.name,remainingTime:this.remainingTime})}}const Tt=new Map,ze=(e,t)=>{const s=Tt.get(e);if(!s){It.error(`Timer ${e} not found`);return}t(s)},Sl={createRelativeTimer(e,t,s){const r=new Date,o=Math.round((t.getTime()-r.getTime())/1e3);return this.createTimer(e,o,s)},createTimer(e,t=60,s){if(Tt.has(e))return Tt.get(e);const r=new Ol(e,t,s);return Tt.set(e,r),r},getTimer(e){return Tt.get(e)},clearTimer(e){ze(e,t=>t.pause())},restartTimer(e){ze(e,t=>t.restart())},resetTimer(e){ze(e,t=>t.reset())},addTimeoutAction(e,t){ze(e,s=>s.addTimeoutAction(t))},removeTimeoutAction(e,t){ze(e,s=>s.removeTimeoutAction(t))},startTimer(e){ze(e,t=>t.start())}},$l="kos:service:region:settings",Dl="timeZone",oy=`${$l}-${Dl}`,Kr=async e=>{const t=je.factory(oy)({path:$l,attribute:Dl});await re(t),t.updateProperty(e)},ny=e=>!e||!e.data;function qo(e={}){const{alias:t,namespace:s,abortController:r=!1}=e;return(o,n,i)=>{o[$t]=o[$t]||{};const a=i.value,c=async function(...d){const u=nt();p.debug(`Calling future service ${n} with tracker ${u}`);let h,g;r&&(h=new AbortController);const m=Fe.initiateFuture({tracker:u,id:mo});s&&(m.namespace=s),p.debug(`waiting for future ${m.id} to be ready`),await re(m),p.debug(`future ${m.id} is ready`),Q(()=>{p.debug(`Adding future ${m.id} to futureHandler`),this.futureHandler.addFuture(m,t)}),r&&h&&(g=j(()=>{(m.status==="CANCELLED"||m.endState===Oe.Canceled)&&(p.debug(`Future ${m.id} cancelled, aborting request`),h==null||h.abort())}),h.signal.addEventListener("abort",async()=>{if(m.status!=="CANCELLED"&&m.endState!==Oe.Canceled&&!m.endState){p.debug(`AbortController aborted, cancelling future ${m.id}`);try{await m.cancelFuture()}catch(w){p.error(`Failed to cancel future ${m.id}:`,w)}}},{once:!0}));const v=()=>{g&&(g(),g=void 0)};try{const w=[...d];if(r&&h){const K=w[w.length-1];K&&typeof K=="object"&&"aborted"in K?w[w.length-1]=h.signal:w.push(h.signal)}w.push(u);const E=await a.apply(this,w);p.debug(`received future response for ${u}`,E);const T=ny(E)?E:E==null?void 0:E.data;return T?(T.progress=1,p.debug("mapping future response to future model"),m.endState?p.debug(`future ${m.id} has already completed. Not updating the model`):Io(T,m)):this.futureHandler.removeFuture(t),v(),T}catch(w){if(v(),r&&(h!=null&&h.signal.aborted)){const E=new Error("Operation cancelled");throw p.debug(`Operation ${n} was cancelled`),E}throw p.error(w),w}};o[$t][n]={handler:c}}}const iy=({path:e})=>(t,s)=>{t[F]=t[F]||{},t[F][s]={modelType:zt.type,id:`${zt.type}-${e}`,options:{path:e},lifecycle:B.INIT}};function ay(e){const{path:t,attribute:s}=e;return(r,o)=>{r[F]=r[F]||{},r[F][o]={modelType:Ro.type,id:`${t}-${s}`,options:{path:t,attribute:s},lifecycle:B.INIT}}}const qe=p.createLogger({name:"services",group:"Services"}),cy=async(e,t)=>Cl(e,t,`${exports.BASE_URL}/api/server/login`),Cl=async(e,t,s=`${exports.BASE_URL}/api/login`)=>{const r=await exports.kosFetch(`${s}`,{method:"POST",destinationAddress:"",body:JSON.stringify({email:e,password:t})});if(!r.ok){const n=await r.json();throw Error(`${n==null?void 0:n.error}`)}return await r.json()},ly=async e=>Al(e,`${exports.BASE_URL}/api/server/startPasswordReset`,""),Al=async(e,t=`${exports.BASE_URL}/api/startPasswordReset`,s="server")=>{const r=await exports.kosFetch(`${t}?email=${e}`,{method:"POST",destinationAddress:s});if(!r.ok)throw Error(`There was a problem reseting config; returned status ${r.status}`);return await r.json()},dy=async(e,t)=>Rl(e,t,`${exports.BASE_URL}/api/server/resetPassword`),Rl=async(e,t,s=`${exports.BASE_URL}/api/resetPassword`)=>{qe.debug(`resetting password with token ${e} and password ${t.replace(/./g,"*")}`);const r=await exports.kosFetch(`${s}`,{method:"POST",destinationAddress:"",body:JSON.stringify({token:e,password:t})});if(qe.debug(`password reset returned status ${r.status}`),!r.ok){qe.error(`password reset failed with message ${r.statusText}`);const n=await r.json();throw Error(`${n==null?void 0:n.error}:There was a problem resetting the password.`)}return await r.json()},uy=async(e,t,s)=>Pl(e,t,s,`${exports.BASE_URL}/api/server/acceptInvite`),Pl=async(e,t,s,r=`${exports.BASE_URL}/api/server/acceptInvite`)=>{qe.debug(`accepting invite with token ${e} and password ${t.replace(/./g,"*")}`);const o=await exports.kosFetch(`${r}`,{method:"POST",destinationAddress:"",body:JSON.stringify({token:e,password:t,name:s})});if(qe.debug(`invitation accept returned status ${o.status}`),!o.ok){qe.error(`invite failed with message ${o.statusText}`);const i=await o.json();throw Error(`${i==null?void 0:i.error}:There was a problem accepting the invite.`)}return await o.json()};function hy(e,t,s,r){const o=e instanceof Promise?{promise:e,abortController:t,cancelFuture:s,future:r}:e,{promise:n,abortController:i,cancelFuture:a,future:c}=o,d=n;let u=0,h="PENDING",g=!0;const m=new Set;let v;return c&&typeof c=="object"&&(v=M.autorun(()=>{const w=c.progress||0,E=c.status||"PENDING",T=!c.endState;(w!==u||E!==h||T!==g)&&(u=w,h=E,g=T,m.forEach(K=>{try{K(u,h)}catch(H){console.warn("Progress callback error:",H)}}))})),n.finally(()=>{g=!1,i!=null&&i.signal.aborted||(h="COMPLETED",m.forEach(w=>{try{w(u,h)}catch(E){console.warn("Progress callback error:",E)}})),v&&v(),m.clear()}),d.cancel=async()=>{i&&!i.signal.aborted&&i.abort(),a&&await a(),g=!1,h="CANCELLED",m.forEach(w=>{try{w(u,h)}catch(E){console.warn("Progress callback error:",E)}}),v&&v()},d.getController=()=>i,d.isCancelled=()=>(i==null?void 0:i.signal.aborted)??!1,Object.defineProperty(d,"progress",{get:()=>u,enumerable:!0}),Object.defineProperty(d,"status",{get:()=>h,enumerable:!0}),Object.defineProperty(d,"isRunning",{get:()=>g,enumerable:!0}),d.onProgressUpdate=w=>(m.add(w),w(u,h),()=>m.delete(w)),d}const fy=Re.keyframes`
|
|
111
|
+
`,i=this.compileShader(r.VERTEX_SHADER,o),a=this.compileShader(r.FRAGMENT_SHADER,n);this.program=this.createProgram(i,a),this.posBuffer=r.createBuffer(),r.bindBuffer(r.ARRAY_BUFFER,this.posBuffer),r.bufferData(r.ARRAY_BUFFER,new Float32Array([-1,-1,1,-1,-1,1,-1,1,1,-1,1,1]),r.STATIC_DRAW),this.aPosition=r.getAttribLocation(this.program,"a_position"),this.uMinHue=r.getUniformLocation(this.program,"minHue"),this.uMaxHue=r.getUniformLocation(this.program,"maxHue"),this.uHueOffset=r.getUniformLocation(this.program,"hueOffset"),this.uGridHeight=r.getUniformLocation(this.program,"gridHeight")}reset(){this.hueOffset=0,this.lastUpdate=performance.now()}renderFrame(s,r){const o=this.gl;if(this.canvas.width=s,this.canvas.height=r,this.shouldStep(50)){const n=this.speedPx/r;this.hueOffset=(this.hueOffset+n)%1}o.viewport(0,0,s,r),o.clear(o.COLOR_BUFFER_BIT),o.useProgram(this.program),o.enableVertexAttribArray(this.aPosition),o.bindBuffer(o.ARRAY_BUFFER,this.posBuffer),o.vertexAttribPointer(this.aPosition,2,o.FLOAT,!1,0,0),o.uniform1f(this.uMinHue,this.minHue/360),o.uniform1f(this.uMaxHue,this.maxHue/360),o.uniform1f(this.uHueOffset,this.hueOffset),o.uniform1f(this.uGridHeight,r),o.drawArrays(o.TRIANGLES,0,6)}compileShader(s,r){const o=this.gl.createShader(s);if(this.gl.shaderSource(o,r),this.gl.compileShader(o),!this.gl.getShaderParameter(o,this.gl.COMPILE_STATUS))throw new Error(this.gl.getShaderInfoLog(o)||"Shader compile failed");return o}createProgram(s,r){const o=this.gl.createProgram();if(this.gl.attachShader(o,s),this.gl.attachShader(o,r),this.gl.linkProgram(o),!this.gl.getProgramParameter(o,this.gl.LINK_STATUS))throw new Error("Program linking failed");return o}}class ls{constructor(){l(this,"canvas");l(this,"ctx");l(this,"lastUpdate",0);this.canvas=document.createElement("canvas");const e=this.canvas.getContext("2d");if(!e)throw new Error("2D canvas not supported");this.ctx=e}dispose(){this.ctx.clearRect(0,0,this.canvas.width,this.canvas.height),this.canvas.remove()}shouldStep(e){const s=performance.now();return s-this.lastUpdate>=e?(this.lastUpdate=s,!0):!1}readPixels(e,s){return this.ctx.getImageData(0,0,e,s).data}}function Jo(t){class e extends t{constructor(){super(...arguments);l(this,"doneCallback",null);l(this,"oneShotDone",!1)}isOneShot(){return!0}onDone(o){this.doneCallback=o}signalDoneIfNeeded(){var o;this.oneShotDone||((o=this.doneCallback)==null||o.call(this),this.oneShotDone=!0)}resetOneShot(){this.doneCallback=null,this.oneShotDone=!1}get isOneShotDone(){return this.oneShotDone}}return e}const zm=Jo(ls);class Vm extends zm{constructor({colors:s=["red","yellow","green"],direction:r="horizontal",speed:o=2,loop:n=!0}={}){super();l(this,"offset",0);l(this,"speed");l(this,"colors");l(this,"direction");l(this,"loop");this.colors=s,this.direction=r,this.speed=o,this.loop=n}reset(){this.offset=0,this.lastUpdate=performance.now(),this.loop||this.resetOneShot()}renderFrame(s,r){if(!this.loop&&this.isOneShotDone)return;this.loop&&this.shouldStep(50)&&(this.offset+=this.speed);const o=this.loop?-this.offset:0,n=this.loop?s*2-this.offset:s,i=this.ctx.createLinearGradient(o,0,n,0),a=1/(this.colors.length-1);this.colors.forEach((c,d)=>{i.addColorStop(d*a,c)}),this.ctx.fillStyle=i,this.ctx.fillRect(0,0,s,r),!this.loop&&!this.isOneShotDone&&this.signalDoneIfNeeded()}}const Ym=Jo(ls);class qm extends Ym{constructor({src:s}){super();l(this,"img");l(this,"loaded",!1);this.img=new Image,this.img.src=s,this.img.crossOrigin="anonymous",this.img.onload=()=>{this.loaded=!0}}reset(){this.resetOneShot()}renderFrame(s,r){!this.loaded||this.isOneShotDone||(this.canvas.width=s,this.canvas.height=r,this.ctx.drawImage(this.img,0,0,s,r),this.signalDoneIfNeeded())}}class Wm extends Sl{constructor(s){super(s);l(this,"loopConfig");l(this,"currentLoopCount",0);l(this,"startTime");l(this,"endTime");l(this,"completionCallback",null);this.loopConfig=s.loop??!1,this.startTime=s.startTime??0,this.endTime=s.endTime??null,this.video.removeEventListener("ended",this.handleEnded),this.video.addEventListener("ended",this.handleVideoEnd.bind(this)),this.startTime>0&&(this.video.currentTime=this.startTime),this.endTime!==null&&this.video.addEventListener("timeupdate",this.handleTimeUpdate.bind(this))}handleTimeUpdate(){this.endTime!==null&&this.video.currentTime>=this.endTime&&this.handleVideoEnd()}handleVideoEnd(){this.loopConfig===!0?(this.video.currentTime=this.startTime,this.video.play().catch(console.warn)):typeof this.loopConfig=="number"&&this.currentLoopCount<this.loopConfig-1?(this.currentLoopCount++,this.video.currentTime=this.startTime,this.video.play().catch(console.warn)):(this.video.pause(),this.completionCallback&&this.completionCallback())}reset(){super.reset(),this.currentLoopCount=0,this.video.currentTime=this.startTime}onDone(s){this.completionCallback=s}isOneShot(){return this.loopConfig===!1||this.loopConfig===1}dispose(){this.video.removeEventListener("ended",this.handleVideoEnd),this.video.removeEventListener("timeupdate",this.handleTimeUpdate),this.completionCallback=null,super.dispose()}}class Qm extends ls{constructor({speed:s=1,fallChance:r=.7}={}){super();l(this,"columns",[]);l(this,"fallChance");l(this,"speed");this.speed=s,this.fallChance=r}reset(){this.columns=[],this.lastUpdate=performance.now()}renderFrame(s,r){this.columns.length!==s&&(this.columns=Array(s).fill(0).map(()=>Math.floor(Math.random()*r))),this.shouldStep(50)&&(this.columns=this.columns.map(i=>i>r+5?0:i+(Math.random()<this.fallChance?this.speed:0)));const o=this.ctx.createImageData(s,r),n=o.data;n.fill(0);for(let i=0;i<r;i++)for(let a=0;a<s;a++){const c=this.columns[a];let d=0,u=0,h=0;i===c?(u=255,h=255):i<c&&i>c-5&&(u=100+Math.floor(30*(5-(c-i))),h=255);const f=(i*s+a)*4;n[f]=d,n[f+1]=u,n[f+2]=h,n[f+3]=255}this.ctx.putImageData(o,0,0)}}class Zm{constructor(e){l(this,"patterns");l(this,"currentPatternIndex",0);l(this,"currentRenderer",null);l(this,"loopConfig");l(this,"currentLoopCount",0);l(this,"transitionDuration");l(this,"patternOverrides");l(this,"completionCallback",null);l(this,"patternStore");l(this,"canvas");l(this,"ctx");l(this,"width",0);l(this,"height",0);this.patterns=e.patterns,this.loopConfig=e.loop??!1,this.transitionDuration=e.transitionDuration??0,this.patternOverrides=e.patternOverrides??{},this.patternStore=e.patternStore??new Map,this.canvas=document.createElement("canvas");const s=this.canvas.getContext("2d");if(!s)throw new Error("2D canvas not supported");if(this.ctx=s,this.patterns.length===0)throw new Error("SequenceRenderer requires at least one pattern");this.loadCurrentPattern()}loadCurrentPattern(){var n,i,a,c;const e=this.patterns[this.currentPatternIndex],s=this.patternStore.get(e);if(!s){console.warn(`Pattern "${e}" not found in store, skipping`),this.moveToNextPattern();return}this.currentRenderer&&((i=(n=this.currentRenderer).dispose)==null||i.call(n));const r=this.patternOverrides[e]??{},o={...s.data,...r};try{this.currentRenderer=Qr({mode:s.type,data:o}),this.currentRenderer&&this.isDoneAware(this.currentRenderer)&&this.currentRenderer.onDone(()=>{this.handlePatternComplete()}),this.currentRenderer&&(this.currentRenderer.reset(),(c=(a=this.currentRenderer).play)==null||c.call(a),this.width>0&&this.height>0&&this.currentRenderer.renderFrame(this.width,this.height))}catch(d){console.error(`Failed to create renderer for pattern "${e}":`,d),this.moveToNextPattern()}}isDoneAware(e){return typeof(e==null?void 0:e.onDone)=="function"}handlePatternComplete(){this.transitionDuration>0?setTimeout(()=>{this.moveToNextPattern()},this.transitionDuration):this.moveToNextPattern()}moveToNextPattern(){this.currentPatternIndex++,this.currentPatternIndex>=this.patterns.length?this.loopConfig===!0?(this.currentPatternIndex=0,this.loadCurrentPattern()):typeof this.loopConfig=="number"&&this.currentLoopCount<this.loopConfig-1?(this.currentLoopCount++,this.currentPatternIndex=0,this.loadCurrentPattern()):this.completionCallback&&this.completionCallback():this.loadCurrentPattern()}reset(){this.currentPatternIndex=0,this.currentLoopCount=0,this.loadCurrentPattern()}play(){var e,s;(s=(e=this.currentRenderer)==null?void 0:e.play)==null||s.call(e)}pause(){var e,s;(s=(e=this.currentRenderer)==null?void 0:e.pause)==null||s.call(e)}renderFrame(e,s){this.width=e,this.height=s,this.canvas.width=e,this.canvas.height=s,this.currentRenderer&&this.currentRenderer.renderFrame(e,s)}readPixels(e,s){return this.currentRenderer?this.currentRenderer.readPixels(e,s):this.ctx.getImageData(0,0,e,s).data}onDone(e){this.completionCallback=e}isOneShot(){var e,s;return this.loopConfig===!1||this.loopConfig===1?this.patterns.length===1&&this.currentRenderer?((s=(e=this.currentRenderer).isOneShot)==null?void 0:s.call(e))??!1:!0:!1}dispose(){var e,s;this.currentRenderer&&((s=(e=this.currentRenderer).dispose)==null||s.call(e)),this.completionCallback=null}setPatternStore(e){this.patternStore=e,this.patterns.length>0&&this.loadCurrentPattern()}}const Jm=Jo(ls);class Xm extends Jm{constructor({r:s,g:r,b:o}={r:0,g:0,b:0}){super();l(this,"color");this.color=`rgb(${s},${r},${o})`}setColor(s,r,o){this.color=`rgb(${s},${r},${o})`,this.resetOneShot()}reset(){this.resetOneShot()}renderFrame(s,r){this.isOneShotDone||(this.canvas.width=s,this.canvas.height=r,this.ctx.fillStyle=this.color,this.ctx.fillRect(0,0,s,r),this.signalDoneIfNeeded())}}class ey extends ls{constructor({minHue:s=0,maxHue:r=360,speed:o=1}={}){super();l(this,"offset",0);l(this,"minHue");l(this,"maxHue");l(this,"speed");this.minHue=s,this.maxHue=r,this.speed=o}reset(){this.offset=0,this.lastUpdate=performance.now()}hslToRgb(s,r,o){let n,i,a;if(r===0)n=i=a=o;else{const c=(h,f,m)=>(m<0&&(m+=1),m>1&&(m-=1),m<.16666666666666666?h+(f-h)*6*m:m<.5?f:m<.6666666666666666?h+(f-h)*(.6666666666666666-m)*6:h),d=o<.5?o*(1+r):o+r-o*r,u=2*o-d;n=c(u,d,s+1/3),i=c(u,d,s),a=c(u,d,s-1/3)}return[Math.round(n*255),Math.round(i*255),Math.round(a*255)]}renderFrame(s,r){this.shouldStep(50)&&(this.offset=(this.offset+this.speed)%s);const o=this.ctx.createImageData(s,r),n=o.data;let i=0;for(let a=0;a<r;a++)for(let c=0;c<s;c++){const d=(c+this.offset)%s/s,u=this.minHue/360+d*((this.maxHue-this.minHue)/360),[h,f,m]=this.hslToRgb(u,1,.5);n[i++]=h,n[i++]=f,n[i++]=m,n[i++]=255}this.ctx.putImageData(o,0,0)}}const qn=new Map;ss(ne,{register(t,e){qn.set(t,e)},execute(t,e){const s=qn.get(t);return s?new s(e):null}});S.canvas.registerRenderer("video",Wm);S.canvas.registerRenderer("video-basic",Sl);S[ne].register("image",qm);S[ne].register("color",Xm);S[ne].register("matrix",Qm);S[ne].register("sweep",ey);S[ne].register("gradient",Vm);S[ne].register("drop",Gm);S[ne].register("sequence",Zm);const Qr=({mode:t,data:e})=>{const s=S[ne].execute(t,e);if(s)return s;throw new Error(`Unknown mode: ${t}`)};var ty=Object.defineProperty,sy=Object.getOwnPropertyDescriptor,mt=(t,e,s,r)=>{for(var o=r>1?void 0:r?sy(e,s):e,n=t.length-1,i;n>=0;n--)(i=t[n])&&(o=(r?i(e,s,o):i(o))||o);return r&&o&&ty(e,s,o),o};const $l="canvas-dispatcher-model";function ry(t){if(t=t.replace(/^#/,""),t.length===3&&(t=t.split("").map(s=>s+s).join("")),t.length!==6)return null;const e=parseInt(t,16);return{r:e>>16&255,g:e>>8&255,b:e&255}}let Ae=class{constructor(t,e,s){l(this,"id");l(this,"logger");l(this,"_content",new Map);l(this,"_patterns",new Map);l(this,"_endpointRenderers");l(this,"pattern");l(this,"data");this.id=t,this.logger=s.logger,this._endpointRenderers=new be}addNamedEndpoint(t,e){this._endpointRenderers.getModel(t)&&this.logger.warn(`Endpoint "${t}" already exists. Overwriting.`);const s=Zo.instance(t).options({apiPath:e.apiPath,width:e.width,height:e.height,fps:e.fps,durationMs:e.durationMs??null,endpoint:t}).build();return this._endpointRenderers.addModel(s),s}addContent(t,e){this._content.has(t)&&this.logger.warn(`Content "${t}" already exists. Overwriting.`),this._content.set(t,e)}addPattern(t,e){this._patterns.has(t)&&this.logger.warn(`Pattern "${t}" already exists. Overwriting.`),this._patterns.set(t,e)}async handlePatternsPost(t,e){var o,n;const s=t.body,r=Array.isArray(s)?s:[s];if(r.some(i=>!i.id||!i.type||!i.data)){(o=e.status)==null||o.call(e,400).send({error:"Invalid pattern data"});return}for(const i of r)this._patterns.has(i.id)&&this.logger.warn(`Pattern "${i.id}" already exists. Overwriting.`),this.addPattern(i.id,i);(n=e.status)==null||n.call(e,200).send({status:"OK"})}async handlePatternApplication(t,e){var c,d,u;const s=t.params.pattern,r=t.params.endpoint,o=this._endpointRenderers.getModel(r);if(!o){(c=e.status)==null||c.call(e,404).send({error:`Endpoint "${r}" not found`});return}if(!this._patterns.has(s)){(d=e.status)==null||d.call(e,404).send({error:`Pattern "${s}" not found`});return}const n=this._patterns.get(s),i=n.type;this.data=n.data;const a=i==="sequence"?{...this.data,patternStore:this._patterns}:this.data;o.renderer=Qr({mode:i,data:a}),o.startStreaming(),(u=e.status)==null||u.call(e,200).send({status:"OK"})}async handleColorApplication(t,e){var d,u,h;const s=t.params.color,r=ry(s);if(!r){(d=e.status)==null||d.call(e,400).send({error:"Invalid color format"});return}const o=t.params.endpoint,n=this._endpointRenderers.getModel(o);if(!n){(u=e.status)==null||u.call(e,404).send({error:`Endpoint "${o}" not found`});return}const{r:i,b:a,g:c}=r;n.renderer=Qr({mode:"color",data:{r:i,g:c,b:a}}),n.startStreaming(),(h=e.status)==null||h.call(e,200).send({status:"OK"})}async handleEndpointCreation(t,e){var r,o;const s=t.body;if(!s.apiPath||!s.id){(r=e.status)==null||r.call(e,400).send({error:"Name and path are required"});return}this.addNamedEndpoint(s.id,s),(o=e.status)==null||o.call(e,200).send({status:"OK"})}async load(t){var s;const e=t==null?void 0:t.get(it.loader);e&&((s=e.patterns)==null||s.forEach(r=>{if(!r.id||!r.type||!r.data){this.logger.warn(`Invalid pattern data: ${JSON.stringify(r)}`);return}this.addPattern(r.id,r)}))}};mt([he],Ae.prototype,"_endpointRenderers",2);mt([rs("/api/ui/canvas/patterns")],Ae.prototype,"handlePatternsPost",1);mt([rs("/api/ui/canvas/pattern/:endpoint/:pattern")],Ae.prototype,"handlePatternApplication",1);mt([rs("/api/ui/canvas/color/:endpoint/:color")],Ae.prototype,"handleColorApplication",1);mt([rs("/api/ui/canvas/endpoint")],Ae.prototype,"handleEndpointCreation",1);Ae=mt([R($l)],Ae);const it=new ye({class:Ae,type:$l}),{URL:Xo}=X(),{getOne:Dl}=J.build({basePath:`${Xo}/api/device`}),Qs=p.createLogger({name:"device-service",group:"Services"}),Cl=async()=>{Qs.debug("sending GET for device serial number");try{const t=await Dl({urlOverride:`${Xo}/api/kos/device/serialNumber`});return[void 0,t==null?void 0:t.data.serialNumber]}catch(t){if(t instanceof ie)return Qs.error(`Error fetching device serial number: ${t.payload.error}`),[t.payload.error,void 0]}return["unknownError",void 0]},Rl=async()=>{Qs.debug("sending GET for device details");try{const t=await Dl({urlOverride:`${Xo}/api/kos/device`});return t?[void 0,t.data]:["unknownError",void 0]}catch(t){if(t instanceof ie)return Qs.error(`Error fetching device serial number: ${t.payload.error}`),[t.payload.error,void 0]}return["unknownError",void 0]},oy=Object.freeze(Object.defineProperty({__proto__:null,getDeviceDetails:Rl,getSerialNumber:Cl},Symbol.toStringTag,{value:"Module"}));var ny=Object.defineProperty,iy=Object.getOwnPropertyDescriptor,Al=(t,e,s,r)=>{for(var o=r>1?void 0:r?iy(e,s):e,n=t.length-1,i;n>=0;n--)(i=t[n])&&(o=(r?i(e,s,o):i(o))||o);return r&&o&&ny(e,s,o),o};const Pl="device-model",ay="/kos/criticalData/changed",cy="/kos/criticalData/available";let Zs=class{constructor(t,e,s){l(this,"id");l(this,"logger");l(this,"_serialNumber");l(this,"_name");l(this,"_nodeId");this.id=t,this.logger=s.logger,this._serialNumber="unassigned",this._name="unassigned",this._nodeId="unassigned"}get serialNumber(){return this._serialNumber}get name(){return this._name}get nodeId(){return this._nodeId}get nodeType(){const[t]=this.nodeId.split("-");return t}get nodeName(){const[,t]=this.nodeId.split("-");return t}updateModel(t){this._serialNumber=t.serialNumber??"unassigned",this._name=t.name??"unassigned",this._nodeId=t.nodeId??"unassigned"}async loadDeviceData(){const[t,e]=await Rl();if(t){this.logger.error(`Error fetching device serial number: ${t}`);return}if(e){const{name:s,nodeId:r}=e;this.updateModel({name:s,nodeId:r,serialNumber:this.serialNumber})}}async loadSerialNumber(){const[t,e]=await Cl();if(t){this.logger.error(`Error fetching device serial number: ${t}`);return}this.updateModel({serialNumber:e,name:this.name,nodeId:this.nodeId})}async handleCriticalDataChanged(){this.logger.debug(`Critical data changed for device ${this.id}`),await this.loadSerialNumber()}async init(){this.logger.debug(`initializing device ${this.id}`)}async load(){this.logger.debug(`loading device ${this.id}`),await this.loadDeviceData(),await this.loadSerialNumber()}};Al([x({topic:[ay,cy],websocket:!0})],Zs.prototype,"handleCriticalDataChanged",1);Zs=Al([R(Pl)],Zs);const Js=new ye({class:Zs,type:Pl});var ly=Object.defineProperty,dy=Object.getOwnPropertyDescriptor,uy=(t,e,s,r)=>{for(var o=r>1?void 0:r?dy(e,s):e,n=t.length-1,i;n>=0;n--)(i=t[n])&&(o=(r?i(e,s,o):i(o))||o);return r&&o&&ly(e,s,o),o};const Ll="network-interface-model";let Zr=class{constructor(t,e,s){l(this,"id");l(this,"name");l(this,"type");l(this,"nmdevicestate");l(this,"hwaddress");l(this,"mtu");l(this,"configured");l(this,"wifi");l(this,"ethernet");l(this,"ip4settings");l(this,"category");l(this,"logger");this.id=t,this.logger=s.logger,this.name=e.name,this.type=e.type,this.nmdevicestate=e.nmdevicestate,this.hwaddress=e.hwaddress,this.mtu=e.mtu,this.configured=e.configured,this.wifi=e.wifi,this.ethernet=e.ethernet,this.ip4settings=e.ip4settings,this.category=e.category}updateModel(t){this.name=t.name,this.type=t.type,this.nmdevicestate=t.nmdevicestate,this.hwaddress=t.hwaddress,this.mtu=t.mtu,this.configured=t.configured,this.wifi=t.wifi,this.ethernet=t.ethernet,this.ip4settings=t.ip4settings,this.category=t.category}async init(){this.logger.debug(`initializing network-interface ${this.id}`)}async load(){this.logger.debug(`loading network-interface ${this.id}`)}};Zr=uy([R(Ll)],Zr);const en=new ge({class:Zr,type:Ll}),{URL:hy}=X(),{getAll:gy}=J.build({basePath:`${hy}/api/kos/network/interfaces`}),Wn=p.createLogger({name:"network-interface-service",group:"Services"}),xl=async()=>{Wn.debug("sending GET for copy-logs");try{const t=await gy({});return[void 0,t==null?void 0:t.data]}catch(t){if(t instanceof ie)return Wn.error(`Error fetching log file size: ${t.payload.error}`),[t.payload.error,void 0]}return["unknownError",void 0]},fy=Object.freeze(Object.defineProperty({__proto__:null,getNetworkInterfaces:xl},Symbol.toStringTag,{value:"Module"}));var py=Object.defineProperty,my=Object.getOwnPropertyDescriptor,Fl=(t,e,s,r)=>{for(var o=r>1?void 0:r?my(e,s):e,n=t.length-1,i;n>=0;n--)(i=t[n])&&(o=(r?i(e,s,o):i(o))||o);return r&&o&&py(e,s,o),o};const kl="network-interface-container-model";let Xs=class{constructor(t,e,s){l(this,"id");l(this,"logger");l(this,"_models");this.id=t,this.logger=s.logger,this._models=new be({parentId:t,indexMap:{byCategory:"category"}})}getModel(t){return this._models.getModel(t)}get models(){return this._models}get data(){return this._models.data}addModel(t){this._models.addModel(t)}removeModel(t){this._models.removeModel(t)}async init(){this.logger.debug(`initializing network-interface-container container ${this.id}`)}async refreshInterfaces(){this.logger.debug("refreshing interfaces");const[t,e]=await xl();if(t){this.logger.error(`Error loading network interfaces: ${t}`);return}e&&e.forEach(s=>{const r=en.instance(s.name).forceUpdate.options(s).build();this.addModel(r)})}async load(){this.logger.debug(`loading network-interface-container container ${this.id}`),this.refreshInterfaces()}};Fl([he],Xs.prototype,"_models",2);Xs=Fl([R(kl)],Xs);const Zt=new ye({class:Xs,type:kl});Zt.addRelatedModel(en);const{URL:yy}=X(),{getAll:by}=J.build({basePath:`${yy}/api/kos/storage/devices`}),Qn=p.createLogger({name:"storage-device-service",group:"Services"}),Nl=async()=>{Qn.debug("sending GET for storage-device");const t=await by({});return!(t!=null&&t.data)||t.status!==200?(Qn.error("Failed to retrieve storage-device data",t),[]):t.data},wy=Object.freeze(Object.defineProperty({__proto__:null,getStorageDevices:Nl},Symbol.toStringTag,{value:"Module"}));var vy=Object.defineProperty,My=Object.getOwnPropertyDescriptor,Ey=(t,e,s,r)=>{for(var o=r>1?void 0:r?My(e,s):e,n=t.length-1,i;n>=0;n--)(i=t[n])&&(o=(r?i(e,s,o):i(o))||o);return r&&o&&vy(e,s,o),o};const Ul="storage-device-model";let Jr=class{constructor(t,e,s){l(this,"id");l(this,"mountDir");l(this,"removed");l(this,"vendor");l(this,"runTimeMs");l(this,"model");l(this,"nodeId");l(this,"local");l(this,"label");l(this,"syspath");l(this,"logger");this.id=t,this.logger=s.logger,this.mountDir=e.mountDir,this.removed=e.removed,this.vendor=e.vendor,this.runTimeMs=e.runTimeMs,this.model=e.model,this.nodeId=e.nodeId,this.local=e.local,this.label=e.label,this.syspath=e.syspath}updateModel(t){this.mountDir=t.mountDir,this.removed=t.removed,this.vendor=t.vendor,this.runTimeMs=t.runTimeMs,this.model=t.model,this.nodeId=t.nodeId,this.local=t.local,this.label=t.label,this.syspath=t.syspath}async init(){this.logger.debug(`initializing storage-device ${this.id}`)}async load(){this.logger.debug(`loading storage-device ${this.id}`)}};Jr=Ey([ar(),R(Ul)],Jr);const er=new ge({class:Jr,type:Ul});var _y=Object.defineProperty,Ty=Object.getOwnPropertyDescriptor,tn=(t,e,s,r)=>{for(var o=r>1?void 0:r?Ty(e,s):e,n=t.length-1,i;n>=0;n--)(i=t[n])&&(o=(r?i(e,s,o):i(o))||o);return r&&o&&_y(e,s,o),o};const jl="storage-device-container-model",Iy="/kos/storage";let Jt=class{constructor(t,e,s){l(this,"id");l(this,"logger");l(this,"_models");this.id=t,this.logger=s.logger,this._models=new be({parentId:t})}getModel(t){return this._models.getModel(t)}get models(){return this._models}get data(){return this._models.data}addModel(t){this._models.addModel(t)}removeModel(t){this._models.removeModel(t)}async init(){this.logger.debug(`initializing storage-device-container container ${this.id}`)}get isStorageInserted(){return this.data.length>0}get volumes(){return this.data}handleStorageAvailability(t){this._models.data.filter(s=>!t.find(r=>r.id===s.id)).forEach(s=>{this.removeModel(s.id)}),t.forEach(s=>{const r=this.getModel(s.id);if(r){const o={...s,kosParentId:this.id};r.updateModel(o)}else{const o={...s,kosParentId:this.id},n=er.instance(s.id).options(o).build();this.addModel(n)}})}async load(){this.logger.debug(`loading storage-device-container container ${this.id}`),(await Nl()).forEach(e=>{const s={...e,kosParentId:this.id},r=er.instance(e.id).options(s).build();this.addModel(r)})}};tn([he],Jt.prototype,"_models",2);tn([x({topic:Iy,websocket:!0})],Jt.prototype,"handleStorageAvailability",1);Jt=tn([R(jl)],Jt);const at=new ye({class:Jt,type:jl});at.addRelatedModel(er);const{URL:sn}=X(),{getAll:Oy,postModel:Sy}=J.build({basePath:`${sn}/api/kos/update/available`}),Zn=p.createLogger({name:"usb-update-service",group:"Services"}),Bl=async()=>{Zn.debug("sending GET for usb-update");const t=await Oy({urlOverride:`${sn}/api/kos/update/available`});return!(t!=null&&t.data)||(t==null?void 0:t.status)!==200?(Zn.error("Failed to retrieve usb-update data",t),[]):t.data},Kl=async(t,e,s)=>{const r=await Sy({model:{manifestId:t,deviceId:e},tracker:s,urlOverride:`${sn}/api/kos/update/install`});if(!(r!=null&&r.data))throw new Error("No response from server");return r.data},$y=Object.freeze(Object.defineProperty({__proto__:null,getAvailableUpdates:Bl,installUpdate:Kl},Symbol.toStringTag,{value:"Module"}));var Dy=Object.defineProperty,Cy=Object.getOwnPropertyDescriptor,Hl=(t,e,s,r)=>{for(var o=r>1?void 0:r?Cy(e,s):e,n=t.length-1,i;n>=0;n--)(i=t[n])&&(o=(r?i(e,s,o):i(o))||o);return r&&o&&Dy(e,s,o),o};const Gl="usb-update-model";let tr=class{constructor(t,e,s){l(this,"id");l(this,"active");l(this,"blocked");l(this,"createTime");l(this,"deviceId");l(this,"manifestId");l(this,"notes");l(this,"futureHandler");l(this,"logger");this.id=t,this.logger=s.logger,this.active=e.active,this.blocked=e.blocked,this.createTime=e.createTime,this.deviceId=e.deviceId,this.manifestId=e.manifestId,this.notes=e.notes,this.futureHandler=new ur(this)}updateModel(t){this.active=t.active,this.blocked=t.blocked,this.createTime=t.createTime,this.deviceId=t.deviceId,this.manifestId=t.manifestId,this.notes=t.notes}reset(){this.futureHandler.removeFuture()}get future(){return this.futureHandler.future}async install(t){if(!t)throw new Error("No tracker provided");return this.logger.info(`Installing update for manifest ${this.manifestId} from device ${this.deviceId}`),Kl(this.manifestId,this.deviceId,t)}async init(){this.logger.debug(`initializing usb-update ${this.id}`)}async load(){this.logger.debug(`loading usb-update ${this.id}`)}};Hl([ln()],tr.prototype,"install",1);tr=Hl([R(Gl)],tr);const rn=new ge({class:tr,type:Gl});var Ry=Object.defineProperty,Ay=Object.getOwnPropertyDescriptor,br=(t,e,s,r)=>{for(var o=r>1?void 0:r?Ay(e,s):e,n=t.length-1,i;n>=0;n--)(i=t[n])&&(o=(r?i(e,s,o):i(o))||o);return r&&o&&Ry(e,s,o),o};const zl="usb-update-container-model";let ct=class{constructor(t,e,s){l(this,"id");l(this,"disposer");l(this,"storageService");l(this,"_activeUpdate");l(this,"logger");l(this,"_models");this.id=t,this.logger=s.logger,this._models=new be({parentId:t})}getModel(t){return this._models.getModel(t)}get models(){return this._models}get data(){return this._models.data}addModel(t){this._models.addModel(t)}removeModel(t){this._models.removeModel(t)}get activeUpdate(){return this._activeUpdate}reset(){this.clearActiveUpdate()}clearActiveUpdate(){this._activeUpdate=void 0}updateActiveUpdate(t){this._activeUpdate=t}get isUsbInserted(){return this.storageService.isStorageInserted}get hasAvailableUpdates(){return this._models.data.length>0}async syncAvailableUpdates(){const t=await Bl();q(()=>{const e=t.map(s=>`${s.deviceId}-${s.manifestId}`);this._models.data.filter(s=>!e.includes(s.id)).forEach(s=>this.removeModel(s.id)),t.forEach(s=>{const r=`${s.deviceId}-${s.manifestId}`,o=rn.instance(r).forceUpdate.options({...s,createTime:new Date(s.createTime)}).build();this.addModel(o)}),this.data.length===1?this.updateActiveUpdate(this.data[0]):this.clearActiveUpdate()})}usbInsertedEffect(){this.isUsbInserted?this.syncAvailableUpdates():(this._models.clear(),this.clearActiveUpdate())}async init(){this.logger.debug(`initializing usb-update-container container ${this.id}`)}unload(){var t;(t=this.disposer)==null||t.call(this)}async activate(){this.logger.debug(`activating usb-update-container container ${this.id}`),await this.syncAvailableUpdates()}async load(){this.logger.debug(`loading usb-update-container container ${this.id}`)}};br([ut({modelType:at.type})],ct.prototype,"storageService",2);br([he],ct.prototype,"_models",2);br([na({dependencies:t=>[t.isUsbInserted]})],ct.prototype,"usbInsertedEffect",1);ct=br([R(zl)],ct);const Xt=new ye({class:ct,type:zl});Xt.addRelatedModel(rn);const Py=()=>({...{[ft.type]:{class:Oc},[Re.type]:{class:Ac,singleton:!0},...Q.registration,...Ke.registration,...ot.registration,...Ys.registration,...Te.registration,[Wo.type]:{class:exports.WsEventModel,singleton:!0},...Qt.registration,...Yo.registration,...Ns.registration}}),on=Py(),Ly={models:on,preloadModels:[]},Jn=!0,Vl=t=>()=>{const e=on;return Ga(Xr)(Wt).model(ot).model(at).model(Xt).model(Js).model(Hs).model(Ht).model(Gs).model(Ho).model(Zt).model(it).model(Zo).model(jo,Jn).model(as).model(jc,Jn),Object.keys(e).forEach(s=>{const r=e[s];Ha(Xr)(s,r)}),{preload:C.model.preloadModel(t),model:C.model.register(t),companion:C.companion.register(t),legacy:C.model.registerLegacyModel(t)}},ue={};ue.core={models:Vl(ue)};ue.preload=C.model.preloadModel(ue);ue.model=C.model.register(ue);ue.companion=C.companion.register(ue);ue.legacy=C.model.registerLegacyModel(ue);const Xr=ue;class xy{registerTroubleRankMapper(e){return S.propertyMapper.registerPropertyMapper(de.TroubleRank,e),this}registerTroubleRoleMapper(e){return S.propertyMapper.registerPropertyMapper(de.TroubleRole,e),this}registerTroubleColorMapper(e){return S.propertyMapper.registerPropertyMapper(de.TroubleColor,e),this}registerModelLoader(e,s){S.loader.registerLoader(e,s)}registerCanvasPatternLoader(e){S.loader.registerLoader(it.loader,e)}}class ds{constructor(e){l(this,"futureHandler");this.futureHandler=new ur(e)}get future(){return this.futureHandler.future}get progress(){var e;return((e=this.future)==null?void 0:e.progress)||0}get status(){var e;return((e=this.future)==null?void 0:e.status)||"IDLE"}get isRunning(){return this.future?!this.future.endState:!1}get isCancelled(){var e;return((e=this.future)==null?void 0:e.status)==="CANCELLED"||!1}async cancelFuture(){this.future&&await this.future.cancelFuture()}}function Fy(t){const e=new ds(t);t.futureHandler=e.futureHandler,Object.defineProperty(t,"_futureMixin",{value:e,enumerable:!1,configurable:!1,writable:!1})}function Yl(t){const e=new ds(t),s=t;s.futureHandler=e.futureHandler,Object.defineProperty(t,"_futureMixin",{value:e,enumerable:!1,configurable:!1,writable:!1}),Object.defineProperty(t,"future",{get(){return e.future},enumerable:!0,configurable:!0}),Object.defineProperty(t,"progress",{get(){return e.progress},enumerable:!0,configurable:!0}),Object.defineProperty(t,"status",{get(){return e.status},enumerable:!0,configurable:!0}),Object.defineProperty(t,"isRunning",{get(){return e.isRunning},enumerable:!0,configurable:!0}),Object.defineProperty(t,"isCancelled",{get(){return e.isCancelled},enumerable:!0,configurable:!0}),s.cancelFuture=async()=>e.cancelFuture()}function ky(){return function(t){const e=t;function s(...r){const o=e.apply(this,r)||this;return Yl(o),o}return s.prototype=e.prototype,Object.setPrototypeOf(s,e),Object.getOwnPropertyNames(e).forEach(r=>{if(r!=="prototype"&&r!=="length"&&r!=="name"){const o=Object.getOwnPropertyDescriptor(e,r);o&&Object.defineProperty(s,r,o)}}),s}}function Ny(t){return new ds(t)}function Uy(t){let e;const s=()=>(e||(e=new ds(t())),e);return{get futureHandler(){return s().futureHandler},get future(){return s().future},get progress(){return s().progress},get status(){return s().status},get isRunning(){return s().isRunning},get isCancelled(){return s().isCancelled},async cancelFuture(){return s().cancelFuture()}}}function jy(t){return t&&typeof t=="object"&&"futureHandler"in t&&"future"in t&&"_futureMixin"in t&&typeof t.cancelFuture=="function"}function By(t){const e=["future","progress","status","isRunning","isCancelled","futureHandler"],s={};for(const r of e){const o=Object.getOwnPropertyDescriptor(t,r);s[r]={exists:r in t,descriptor:o?{enumerable:o.enumerable,configurable:o.configurable,hasGetter:typeof o.get=="function",hasSetter:typeof o.set=="function"}:null,isObservable:t&&typeof t=="object"&&Object.getOwnPropertySymbols(t).some(n=>n.toString().includes("mobx")&&n.toString().includes(r))}}return s}class ql{constructor(e,s){l(this,"parent");l(this,"companion");this.companion=e,this.parent=s}getParent(){return this.parent}setupProxy(e={}){const{excludeProperties:s=[],includeLifecycle:r=!1}=e,o=r?[]:["init","load","unload","ready","dispose","destroy","onInit","onLoad","onUnload","onReady","onDispose","onDestroy"],n=["getDependencies","getChildren","update","toJSON","forceUpdate","makeAutoObservable","runInAction","transaction","observe","unobserve","intercept","spy","trace"],i=c=>c==="constructor"||c.startsWith("_")||c.startsWith("__")||o.includes(c)||n.includes(c)||s.includes(c)||c in this.companion,a=this.getAllParentProperties(i);for(const c of a)this.createProxyProperty(c)}getAllParentProperties(e){const s=new Set;Object.getOwnPropertyNames(this.parent).filter(o=>!e(o)).forEach(o=>s.add(o));let r=Object.getPrototypeOf(this.parent);for(;r&&r!==Object.prototype;)Object.getOwnPropertyNames(r).filter(o=>!e(o)).forEach(o=>s.add(o)),r=Object.getPrototypeOf(r);return Array.from(s)}createProxyProperty(e){try{const s=this.parent[e];typeof s=="function"?this.companion[e]=(...r)=>s.apply(this.parent,r):Object.defineProperty(this.companion,e,{get:()=>this.parent[e],set:r=>{this.parent[e]=r},enumerable:!0,configurable:!0})}catch(s){console.debug(`Skipping companion proxy for property ${e}:`,s)}}}function Ky(t,e,s={}){const r=new ql(t,e);return t.getParent=()=>r.getParent(),Object.defineProperty(t,"_companionMixin",{value:r,enumerable:!1,configurable:!1,writable:!1}),r.setupProxy(s),r}function Wl(t){return t&&typeof t=="object"&&"_companionMixin"in t&&typeof t.getParent=="function"}function Ql(t){return Wl(t)?t._companionMixin:null}function Hy(t){const e=Ql(t);if(!e)return{error:"No companion mixin found"};const s=e.getParent(),r=Object.getOwnPropertyNames(t),o=Object.getOwnPropertyNames(s),n=r.filter(i=>o.includes(i)&&i!=="constructor"&&!i.startsWith("_"));return{parentType:s.constructor.name,companionType:t.constructor.name,proxiedProps:n,proxiedCount:n.length}}const Gy=async(t,e)=>{const s=Ho.instance(t).options({}).build(),r=e?`${e}-`:"";return await se(s),{getState:o=>s.data[`${r}${o}`],updateState:async(o,n)=>{await s.updateState(`${r}${o}`,n)},clean:async()=>{for(const o of s.data.keys)await s.updateState(`${r}${o}`,void 0)},unsubscribe:()=>{Ue(s)}}},Zl="kos:service:region",Jl="regionId",zy=`${Zl}-${Jl}`,Xl=async t=>{const e=Ke.factory(zy)({path:Zl,attribute:Jl});await se(e),e.updateProperty(t)},nn="/kos-timer-event",an="/kos-timer-event/tick",cn="defaultTimerEnd",Dt=p.createLogger({name:"timer-manager"}),Vy=t=>t.updateProperty!==void 0;class ed{constructor(e,s,r){l(this,"name");l(this,"timeout");l(this,"timer");l(this,"state","inactive");l(this,"decrementValue",1);l(this,"remainingTime");l(this,"timeoutActions",new Map);this.name=e;const o=typeof s=="number"?s:s.value||60;this.timeout=o,this.state="inactive",this.remainingTime=o,Vy(s)&&B(()=>{p.info(`Updating config value timer ${e} with new timeout value ${s.value}`);const n=s.value||60;this.updateTimeout(n)}),this.addTimeoutAction({name:cn}),r&&r.forEach(n=>{this.addTimeoutAction(n)})}get id(){return this.name}start(){if(this.state==="active"){Dt.debug(`Timer ${this.name} already started`);return}(this.state==="inactive"||this.state==="paused")&&(this.state="active",this.timer=setInterval(()=>this.updateTimer(),1e3))}pause(){this.timer&&(Dt.debug(`Pausing timer ${this.name}`),this.state="paused",clearInterval(this.timer))}restart(){this.pause(),this.remainingTime=this.timeout,this.start()}reset(){this.pause(),this.remainingTime=this.timeout,this.state="inactive"}updateTimeout(e){this.timeout=e,this.restart()}addTimeoutAction(e){const s=e.remainingTime??0;this.timeoutActions.has(s)||this.timeoutActions.set(s,[]);const r=e.name,o=this.timeoutActions.get(s).find(n=>n.name===r);o?o.action=e.action:this.timeoutActions.get(s).push(e)}removeTimeoutAction(e){for(const[s,r]of this.timeoutActions.entries()){const o=r.filter(n=>n.name!==e);o.length===0?this.timeoutActions.delete(s):this.timeoutActions.set(s,o)}}updateTimer(){if(this.remainingTime=Math.round((this.remainingTime-this.decrementValue)*100)/100,this.remainingTime<=0){this.state==="active"&&this.executeActions(0),this.pause();return}this.state==="active"&&this.executeActions(this.remainingTime)}executeActions(e){this.timeoutActions.has(e)&&this.timeoutActions.get(e).forEach(s=>{var r;Dt.debug(`Executing timer action ${s.name} at ${e}`),(r=s.action)==null||r.call(s,s.name,e),this.notifyTimeoutAction(s),s.singleUse&&(Dt.info(`${this.name} Removing single-use action ${s.name}`),this.removeTimeoutAction(s.name))}),this.notifyTick()}notifyTick(){U(`${an}/${this.name}`,{name:this.name,remainingTime:this.remainingTime})}notifyTimeoutAction(e){U(nn,{name:this.name,action:e.name,remainingTime:this.remainingTime})}}const Ct=new Map,qe=(t,e)=>{const s=Ct.get(t);if(!s){Dt.error(`Timer ${t} not found`);return}e(s)},td={createRelativeTimer(t,e,s){const r=new Date,o=Math.round((e.getTime()-r.getTime())/1e3);return this.createTimer(t,o,s)},createTimer(t,e=60,s){if(Ct.has(t))return Ct.get(t);const r=new ed(t,e,s);return Ct.set(t,r),r},getTimer(t){return Ct.get(t)},clearTimer(t){qe(t,e=>e.pause())},restartTimer(t){qe(t,e=>e.restart())},resetTimer(t){qe(t,e=>e.reset())},addTimeoutAction(t,e){qe(t,s=>s.addTimeoutAction(e))},removeTimeoutAction(t,e){qe(t,s=>s.removeTimeoutAction(e))},startTimer(t){qe(t,e=>e.start())}},sd="kos:service:region:settings",rd="timeZone",Yy=`${sd}-${rd}`,eo=async t=>{const e=Ke.factory(Yy)({path:sd,attribute:rd});await se(e),e.updateProperty(t)},qy=t=>!t||!t.data;function ln(t={}){const{alias:e,namespace:s,abortController:r=!1}=t;return(o,n,i)=>{o[Pt]=o[Pt]||{};const a=i.value,c=async function(...d){const u=dt();p.debug(`Calling future service ${n} with tracker ${u}`);let h,f;r&&(h=new AbortController);const m=je.initiateFuture({tracker:u,id:Co});s&&(m.namespace=s),p.debug(`waiting for future ${m.id} to be ready`),await se(m),p.debug(`future ${m.id} is ready`),q(()=>{p.debug(`Adding future ${m.id} to futureHandler`),this.futureHandler.addFuture(m,e)}),r&&h&&(f=B(()=>{(m.status==="CANCELLED"||m.endState===Ce.Canceled)&&(p.debug(`Future ${m.id} cancelled, aborting request`),h==null||h.abort())}),h.signal.addEventListener("abort",async()=>{if(m.status!=="CANCELLED"&&m.endState!==Ce.Canceled&&!m.endState){p.debug(`AbortController aborted, cancelling future ${m.id}`);try{await m.cancelFuture()}catch(v){p.error(`Failed to cancel future ${m.id}:`,v)}}},{once:!0}));const w=()=>{f&&(f(),f=void 0)};try{const v=[...d];if(r&&h){const K=v[v.length-1];K&&typeof K=="object"&&"aborted"in K?v[v.length-1]=h.signal:v.push(h.signal)}v.push(u);const E=await a.apply(this,v);p.debug(`received future response for ${u}`,E);const T=qy(E)?E:E==null?void 0:E.data;return T?(T.progress=1,p.debug("mapping future response to future model"),m.endState?p.debug(`future ${m.id} has already completed. Not updating the model`):No(T,m)):this.futureHandler.removeFuture(e),w(),T}catch(v){if(w(),r&&(h!=null&&h.signal.aborted)){const E=new Error("Operation cancelled");throw p.debug(`Operation ${n} was cancelled`),E}throw p.error(v),v}};o[Pt][n]={handler:c}}}const Wy=({path:t})=>(e,s)=>{e[L]=e[L]||{},e[L][s]={modelType:Qt.type,id:`${Qt.type}-${t}`,options:{path:t},lifecycle:N.INIT}};function Qy(t){const{path:e,attribute:s}=t;return(r,o)=>{r[L]=r[L]||{},r[L][o]={modelType:Yo.type,id:`${e}-${s}`,options:{path:e,attribute:s},lifecycle:N.INIT}}}const Ze=p.createLogger({name:"services",group:"Services"}),Zy=async(t,e)=>od(t,e,`${exports.BASE_URL}/api/server/login`),od=async(t,e,s=`${exports.BASE_URL}/api/login`)=>{const r=await exports.kosFetch(`${s}`,{method:"POST",destinationAddress:"",body:JSON.stringify({email:t,password:e})});if(!r.ok){const n=await r.json();throw Error(`${n==null?void 0:n.error}`)}return await r.json()},Jy=async t=>nd(t,`${exports.BASE_URL}/api/server/startPasswordReset`,""),nd=async(t,e=`${exports.BASE_URL}/api/startPasswordReset`,s="server")=>{const r=await exports.kosFetch(`${e}?email=${t}`,{method:"POST",destinationAddress:s});if(!r.ok)throw Error(`There was a problem reseting config; returned status ${r.status}`);return await r.json()},Xy=async(t,e)=>id(t,e,`${exports.BASE_URL}/api/server/resetPassword`),id=async(t,e,s=`${exports.BASE_URL}/api/resetPassword`)=>{Ze.debug(`resetting password with token ${t} and password ${e.replace(/./g,"*")}`);const r=await exports.kosFetch(`${s}`,{method:"POST",destinationAddress:"",body:JSON.stringify({token:t,password:e})});if(Ze.debug(`password reset returned status ${r.status}`),!r.ok){Ze.error(`password reset failed with message ${r.statusText}`);const n=await r.json();throw Error(`${n==null?void 0:n.error}:There was a problem resetting the password.`)}return await r.json()},eb=async(t,e,s)=>ad(t,e,s,`${exports.BASE_URL}/api/server/acceptInvite`),ad=async(t,e,s,r=`${exports.BASE_URL}/api/server/acceptInvite`)=>{Ze.debug(`accepting invite with token ${t} and password ${e.replace(/./g,"*")}`);const o=await exports.kosFetch(`${r}`,{method:"POST",destinationAddress:"",body:JSON.stringify({token:t,password:e,name:s})});if(Ze.debug(`invitation accept returned status ${o.status}`),!o.ok){Ze.error(`invite failed with message ${o.statusText}`);const i=await o.json();throw Error(`${i==null?void 0:i.error}:There was a problem accepting the invite.`)}return await o.json()};function tb(t,e,s,r){const o=t instanceof Promise?{promise:t,abortController:e,cancelFuture:s,future:r}:t,{promise:n,abortController:i,cancelFuture:a,future:c}=o,d=n;let u=0,h="PENDING",f=!0;const m=new Set;let w;return c&&typeof c=="object"&&(w=M.autorun(()=>{const v=c.progress||0,E=c.status||"PENDING",T=!c.endState;(v!==u||E!==h||T!==f)&&(u=v,h=E,f=T,m.forEach(K=>{try{K(u,h)}catch(fe){console.warn("Progress callback error:",fe)}}))})),n.finally(()=>{f=!1,i!=null&&i.signal.aborted||(h="COMPLETED",m.forEach(v=>{try{v(u,h)}catch(E){console.warn("Progress callback error:",E)}})),w&&w(),m.clear()}),d.cancel=async()=>{i&&!i.signal.aborted&&i.abort(),a&&await a(),f=!1,h="CANCELLED",m.forEach(v=>{try{v(u,h)}catch(E){console.warn("Progress callback error:",E)}}),w&&w()},d.getController=()=>i,d.isCancelled=()=>(i==null?void 0:i.signal.aborted)??!1,Object.defineProperty(d,"progress",{get:()=>u,enumerable:!0}),Object.defineProperty(d,"status",{get:()=>h,enumerable:!0}),Object.defineProperty(d,"isRunning",{get:()=>f,enumerable:!0}),d.onProgressUpdate=v=>(m.add(v),v(u,h),()=>m.delete(v)),d}const sb=Fe.keyframes`
|
|
112
112
|
0% {
|
|
113
113
|
left: -90px;
|
|
114
114
|
color: #eee;
|
|
@@ -120,13 +120,13 @@ ${d}topics:${t}
|
|
|
120
120
|
left: 90px;
|
|
121
121
|
color: #eee;
|
|
122
122
|
}
|
|
123
|
-
`,
|
|
123
|
+
`,rb=Fe.css`
|
|
124
124
|
font-size: 100px;
|
|
125
125
|
margin-top: -80px;
|
|
126
126
|
position: relative;
|
|
127
|
-
animation: ${
|
|
127
|
+
animation: ${sb} ease-in-out infinite alternate;
|
|
128
128
|
animation-duration: 1.2s;
|
|
129
|
-
`,
|
|
129
|
+
`,ob=({children:t})=>si.createPortal(t,document.body);function cd({message:t="Wait a moment while we load your app.",theme:e="light"}){return _.jsx(ob,{children:_.jsxs(nb,{theme:e,children:[t,_.jsx("div",{css:rb,children:"."})]})})}const nb=oo.div`
|
|
130
130
|
padding-inline: 20px;
|
|
131
131
|
width: 100%;
|
|
132
132
|
height: 100vh;
|
|
@@ -138,33 +138,33 @@ ${d}topics:${t}
|
|
|
138
138
|
font-size: 14px;
|
|
139
139
|
top: 0;
|
|
140
140
|
left: 0;
|
|
141
|
-
color: ${({theme:
|
|
141
|
+
color: ${({theme:t})=>t==="light"?"black":"white"};
|
|
142
142
|
z-index: 10000;
|
|
143
|
-
`;class
|
|
143
|
+
`;class ld extends g.Component{constructor(e){super(e),this.state={error:null,errorInfo:null}}componentDidCatch(e,s){this.setState({error:e,errorInfo:s})}render(){return this.state.errorInfo?this.props.fallback||_.jsxs("div",{children:[_.jsx("h2",{children:"Something went wrong."}),_.jsxs("details",{style:{whiteSpace:"pre-wrap"},children:[this.state.error&&this.state.error.toString(),_.jsx("br",{}),this.state.errorInfo.componentStack]})]}):this.props.children}}const ib={normal:"#B5F7F6",warn:"#F3D78A",error:"#FC8486"},ab=({value:t=0,title:e,status:s="normal",subtitle:r})=>{const o=Fe.css`
|
|
144
144
|
display: flex;
|
|
145
145
|
flex-direction: column;
|
|
146
|
-
`,n=
|
|
146
|
+
`,n=Fe.css`
|
|
147
147
|
position: relative;
|
|
148
148
|
height: 18px;
|
|
149
149
|
width: 100%;
|
|
150
150
|
background-color: #ddd;
|
|
151
151
|
border-radius: 5px;
|
|
152
152
|
overflow: hidden;
|
|
153
|
-
`,i=
|
|
153
|
+
`,i=Fe.css`
|
|
154
154
|
position: absolute;
|
|
155
155
|
top: 50%; /* position the top edge of the element at the middle of the parent */
|
|
156
156
|
left: 50%; /* position the left edge of the element at the middle of the parent */
|
|
157
157
|
z-index: 5;
|
|
158
158
|
transform: translate(-50%, -50%);
|
|
159
159
|
font-size: smaller;
|
|
160
|
-
`,a=
|
|
161
|
-
width: ${
|
|
160
|
+
`,a=Fe.css`
|
|
161
|
+
width: ${t}%;
|
|
162
162
|
height: 35px;
|
|
163
|
-
background-color: ${
|
|
163
|
+
background-color: ${ib[s]};
|
|
164
164
|
text-align: center;
|
|
165
165
|
line-height: 32px;
|
|
166
166
|
color: black;
|
|
167
|
-
`,c=
|
|
167
|
+
`,c=Fe.css`
|
|
168
168
|
animation: indeterminateAnimation 1s infinite linear;
|
|
169
169
|
transform-origin: 0% 50%;
|
|
170
170
|
@keyframes indeterminateAnimation {
|
|
@@ -178,7 +178,7 @@ ${d}topics:${t}
|
|
|
178
178
|
transform: translateX(100%) scaleX(0.5);
|
|
179
179
|
}
|
|
180
180
|
}
|
|
181
|
-
`;return _.jsxs("div",{css:o,children:[_.jsxs("div",{css:n,children:[_.jsx("div",{css:i,children:
|
|
181
|
+
`;return _.jsxs("div",{css:o,children:[_.jsxs("div",{css:n,children:[_.jsx("div",{css:i,children:e}),_.jsx("div",{css:[a,t<0?c:""]})]}),_.jsx("div",{children:r})]})},cb={setModel:()=>!1},wr=g.createContext(cb),lb=()=>{const t=g.useContext(wr);if(t==null)throw new Error("useModels must be used within a KosModelProvider");return t.model},dd=({children:t})=>{const[e,s]=g.useState(),r=g.useCallback(o=>(s(o),!0),[s]);return _.jsx(wr.Provider,{value:{model:e,setModel:r},children:t})},ud=p.createLogger({name:"kos-model-hierarchy-context"}),db={models:[],addModel:()=>{ud.debug("Default implementation being used. Do Nothing.")}},vr=g.createContext(db),ub=({children:t})=>{const[e,s]=g.useState([]),r=g.useCallback(o=>{e.includes(o)||(ud.debug("adding to hierarchy context",o.id),s(n=>[...n,o]))},[e]);return _.jsx(vr.Provider,{value:{models:e,addModel:r},children:t})},hb=()=>!0,hd=t=>{const e=g.useContext(vr);if(!e)throw new Error("useContextModelHierarchy must be used within a KosModelCollectionProvider");const s=(t==null?void 0:t.filter)||hb;return g.useMemo(()=>e.models.filter(s),[e.models,s])},gb=t=>hd({filter:s=>{const r=pe(s.id);return(r==null?void 0:r.type)===t}})[0],fb=p.createLogger({name:"kos-model-loader"}),pb=()=>_.jsx("div",{}),gd=({fallback:t,children:e,...s})=>_.jsx(dd,{children:_.jsx(ld,{fallback:t,children:_.jsx(g.Suspense,{children:_.jsx(fd,{...s,children:e})})})}),fd=t=>{const[e,s]=g.useState(),[r,o]=g.useState(!1),{setModel:n}=g.useContext(wr),i=g.useContext(vr);if(g.useEffect(()=>{t.model&&(s(t.model),n(t.model),o(!0),i&&i.addModel(t.model))},[i,t.model,n]),t.error)throw fb.error(t.error),new Error(t.error);const a=t.loading||_.jsx(pb,{});return _.jsx(_.Fragment,{children:e&&r?t.children:a})},$s={header:{title:"Model",createLabel:"Create new Model",deleteLabel:"Delete"},createModal:{okText:"OK",cancelText:"Cancel",title:"Create New Model"}},pd=g.createContext($s),mb=({translations:t=$s,children:e})=>{const s={header:{...$s.header,...t.header},createModal:{...$s.createModal,...t.createModal}};return _.jsx(pd.Provider,{value:s,children:e})};function yb(t,e){const s=I.create(t,!1,e),r=s.whenReady().then(()=>s);return po(r)}const md=g.createContext(void 0),bb=(t={models:{},preloadModels:[]},e)=>{const s=yb(t,e),r=({children:o})=>{const n=s.read(),[i,a]=g.useState(n.isOnline);return g.useEffect(()=>{const c=B(()=>{a(n.isOnline)});return()=>{c()}},[n]),_.jsx(md.Provider,{value:{kosCore:n,online:i},children:o})};return{KosCoreContextProvider:no.observer(r)}},yd=()=>{const t=g.useContext(md);if(t===void 0)throw new Error("useKosCore must be used within a KosCoreContextProvider");return t},wb=8,vb=(t=0)=>new Promise(e=>{setTimeout(()=>{e(!0)},2**t*10)}),ke=new Map;function Mb(t,e){if(ke.has(t)){const s=ke.get(t);if(s.status==="finished"){const r=I.getInstance().modelManager.getModelById(t);return{kosModel:r,model:r==null?void 0:r.modelData}}else throw s.promise}else{const s=e().then(()=>{ke.set(t,{status:"finished",key:t})},o=>{throw ke.set(t,{status:"error",error:o}),o}),r={status:"pending",promise:s};throw ke.set(t,r),s}}function Eb(t,e){return Mb(t,e)}async function _b(t,e){const{modelId:s,factory:r,modelType:o,options:n,activate:i}=e;let a=0;await t.whenReady();let c;if(n){const u=typeof o=="string"?t.modelManager.getModelFactory(o):r;if(!u)throw Error("No Factory Specified. Cannot create a new instance");c=u.build(s,n)}const d=t.modelManager.getModelById(s);if(!d){if(a>wb)throw Error(`KOS Model ${s} has not been found`);await vb(a),a=a+1}return await(d==null?void 0:d.whenReady()),d?(c=d.modelData,{kosModel:d,model:c}):{kosModel:void 0,model:void 0}}const G=t=>{const{modelId:e,modelType:s,activate:r,destroyOnUnmount:o}=t,n=yd(),[i,a]=g.useState(!1),[c,d]=g.useState(),{kosModel:u,model:h}=Eb(e||s||"",()=>_b(n.kosCore,t));return g.useEffect(()=>{async function f(){try{return await n.kosCore.whenReady(),r&&await(u==null?void 0:u.fsm.transitionTo(A.GO_ACTIVE,b.ACTIVE)),a(!0),u}catch(w){d(w.message)}}let m;return n.kosCore&&e&&f().then(w=>{m=B(()=>{const v=(w==null?void 0:w.status)===b.READY;a(v)})}).catch(w=>{console.error(w)}),()=>{if(r){if(h!=null&&h.id){const w=n.kosCore.modelManager.getModelById(h.id);w==null||w.fsm.transitionTo(A.GO_INACTIVE,b.INACTIVE).then(()=>{if(o){const v=h.id;Ue(h).then(()=>{ke.delete(v),m==null||m()})}})}}else o&&h&&Ue(h).then(()=>{ke.delete(e),m==null||m()})}},[r,o,n.kosCore,u,h,e]),{model:h,ready:i,error:c,status:{model:h,ready:i,error:c},KosModelLoader:gd}},dn=()=>{const t=Ns.type;return G({modelId:t,modelType:Ns.type,options:{}})},un=g.createContext(void 0),Tb=({children:t})=>{const{model:e,ready:s}=dn(),r=g.useMemo(()=>s&&e?{model:e}:{},[s,e]);return _.jsx(un.Provider,{value:r,children:t})},Ib=()=>{const t=g.useContext(un);if(!t)throw new Error("useKosTimeContext must be used within a KosTimeProvider");return t},hn=()=>{const t=Gs.type;return G({modelId:t,modelType:Gs.type,options:{}})};function Ob(t){return()=>e=>{const{model:s,status:r,KosModelLoader:o}=hn();return _.jsx(o,{...r,children:_.jsx(t,{...e,softwareInfo:s})})}}const gn=g.createContext(void 0),Sb=({children:t})=>{const{model:e,ready:s}=hn(),r=g.useMemo(()=>s&&e?{model:e}:{},[s,e]);return _.jsx(gn.Provider,{value:r,children:t})},$b=()=>{const t=g.useContext(gn);if(!t)throw new Error("useSoftwareInfoContext must be used within a SoftwareInfoProvider");return t},bd=new tc,wd=g.createContext(bd);function Db({children:t}){return _.jsx(wd.Provider,{value:bd,children:t})}const fn=g.createContext(void 0),Cb=()=>{const t=window.location.origin,e=ae();return(e==null?void 0:e.host)||t},Rb=({children:t,appContext:e,locale:s="en",resolver:r,rootUrl:o,descriptorResolver:n})=>{const[i,a]=g.useState(!1),[c,d]=g.useState(),[u,h]=g.useState(),f=o||Cb(),m=g.useMemo(()=>e??"app/system",[e]);g.useEffect(()=>{async function E(){const K=(Array.isArray(m)?m:[m]).map(z=>(n||yl(z))()),D=(await Promise.allSettled(K)).map(z=>{if(z.status==="rejected"){p.warn("Failed to load localization descriptor",z.reason);return}return z.value}).filter(z=>!!z).reverse().reduce((z,F)=>{const V=F.path;return Object.keys(F.namespaces).forEach(Se=>{const ve=F.namespaces[Se];ve.basePath=V}),{...z,namespaces:{...z.namespaces,...F.namespaces}}},{});d(D)}E()},[m,n]),g.useEffect(()=>{async function E(){if(c){const T=f,{translations:K}=await El.init({lang:s,descriptor:c,defaultNamespace:"common",resolver:r,rootUrl:T});h(K),a(!0)}}E()},[s,c,r,f]);const w=g.useMemo(()=>i?{setLocale:E=>{u&&(u.currentLocale=E)}}:{setLocale:()=>{throw new Error("Translations not ready")}},[i,u]),v=i?t:null;return _.jsx(fn.Provider,{value:w,children:v})},Ab=()=>{const t=g.useContext(fn);if(!t)throw new Error("useTranslationContainerContext must be used within a TranslationContainerProvider");return t},Pb=()=>{const t=it.type;return G({modelId:t,modelType:it.type,options:{}})};function Lb(t){return e=>{const{model:s,status:r,KosModelLoader:o}=Pb();return _.jsx(o,{...r,children:_.jsx(t,{...e,canvasDispatcher:s})})}}const xb=(t,e,s)=>{const r=atob(t),o=new Uint8ClampedArray(e*s*4);for(let n=0,i=0;n<r.length&&i<o.length;n+=3,i+=4)o[i]=r.charCodeAt(n),o[i+1]=r.charCodeAt(n+1),o[i+2]=r.charCodeAt(n+2),o[i+3]=255;return o},Fb=(t,e,s)=>{const r=new Uint8ClampedArray(e*s*4);for(let o=0;o<t.length;o++){const n=t.charCodeAt(o),i=(n>>5&7)*255/7,a=(n>>2&7)*255/7,c=(n&3)*255/3,d=o*4;r[d]=i,r[d+1]=a,r[d+2]=c,r[d+3]=255}return r};function kb({ctx:t,format:e,dataString:s,width:r,height:o,pixelSize:n}){const i=e==="base64"?xb(s,r,o):Fb(s,r,o),a=new ImageData(i,r,o),c=document.createElement("canvas");c.width=r,c.height=o;const d=c.getContext("2d");d==null||d.putImageData(a,0,0),t.imageSmoothingEnabled=!1,t.clearRect(0,0,r*n,o*n),t.drawImage(c,0,0,r*n,o*n)}const Nb=p.createLogger({name:"canvas-streamer"});Nb.debug("main-view component loaded");const xr=10,vd=no.observer(({canvasDispatcher:t,height:e=30,width:s=50,defaultFps:r=10,showPreview:o=!1,name:n,apiPath:i="/api/system/canvas"})=>{const a=g.useRef(null),[c,d]=g.useState();g.useEffect(()=>{const h=t.addNamedEndpoint(n,{apiPath:i,fps:r,width:s,height:e,id:n});d(h)},[t]);const u=g.useCallback(h=>{if(a.current&&o){const f=a.current.getContext("2d");f&&kb({ctx:f,format:"base64",dataString:h,height:e,width:s,pixelSize:xr})}},[s,e,o]);return g.useEffect(()=>{c&&(c.onFrame=u,c.width=s,c.height=e,c.fps=r)},[c,u,s,e,r]),o&&si.createPortal(_.jsx(jb,{children:_.jsx(Bb,{children:_.jsx("canvas",{ref:a,width:s*xr,height:e*xr,style:{border:"1px solid black"}})})}),document.body)}),Ub=Lb(vd),jb=oo.div`
|
|
182
182
|
display: flex;
|
|
183
183
|
flex-direction: column;
|
|
184
184
|
gap: 8px;
|
|
@@ -186,9 +186,9 @@ ${d}topics:${t}
|
|
|
186
186
|
width: 100%;
|
|
187
187
|
justify-content: space-between;
|
|
188
188
|
align-items: center;
|
|
189
|
-
`,
|
|
189
|
+
`,Bb=oo.div`
|
|
190
190
|
display: flex;
|
|
191
191
|
flex-direction: column;
|
|
192
192
|
align-items: center;
|
|
193
|
-
`,Yl=()=>{const e=Gs.type;return V({modelId:e,modelType:Gs.type,options:{}})};function Qy(e){return t=>{const{model:s,status:r,KosModelLoader:o}=Yl();return _.jsx(o,{...r,children:_.jsx(e,{...t,device:s})})}}function eb(e,t,s){const r=new Promise(o=>{I.getInstance().whenReady().then(()=>{const{model:n}=I.getInstance().modelManager.createModelInstance(e,t??e,s);return n.whenReady().then(()=>{o(n.modelData)})})});return so(r)}function tb(e){return t=>{const{model:s,status:r,KosModelLoader:o}=Wo();return _.jsx(o,{...r,children:_.jsx(e,{...t,kosTime:s})})}}const ql=()=>{const e=Yt.type;return V({modelId:e,modelType:Yt.type,options:{}})};function sb(e){return t=>{const{model:s,status:r,KosModelLoader:o}=ql();return _.jsx(o,{...r,children:_.jsx(e,{...t,networkInterfaceContainer:s})})}}const Wl=()=>{const e=Ls.type;return V({modelId:e,modelType:Ls.type,options:{}})};function rb(e){return t=>{const{model:s,status:r,KosModelLoader:o}=Wl();return _.jsx(o,{...r,children:_.jsx(e,{...t,oTA:s})})}}function ob(e,t){f.useEffect(()=>{function s(o){e.current&&!e.current.contains(o.target)&&t()}function r(o){o.key==="Escape"&&t()}return document.addEventListener("mousedown",s),document.addEventListener("keydown",r,!1),()=>{document.removeEventListener("mousedown",s),document.removeEventListener("keydown",r,!1)}},[e,t])}function nb(e){const t=f.useRef(null),s=e.onAlert;return ob(t,s),_.jsx("div",{ref:t,style:{width:"100%"},children:e.children})}const ib=e=>{var d;const{stateProp:t}=e,[s,r]=f.useState((d=e.stateProp)==null?void 0:d.value),[o,n]=f.useState(!1),[i,a]=f.useState(void 0);return f.useEffect(()=>{async function u(h){try{h&&(await re(h),n(!0))}catch(g){a(g.message)}}u(t)},[t]),f.useEffect(()=>{const u=j(()=>{t&&o&&r(t.value)});return()=>{u()}},[o,t]),[s,{ready:o,error:i}]},Zl=()=>{const[e,t]=f.useState(!1),[s,r]=f.useState([]),o=st.type,n=V({modelId:o,modelType:st.type,options:{}});return f.useEffect(()=>{const i=j(()=>{var a,c;t(((a=n.model)==null?void 0:a.isStorageInserted)??!1),r(((c=n.model)==null?void 0:c.data)??[])});return()=>{i()}},[n.model]),{...n,inserted:e,devices:s}};function ab(e){return t=>{const{model:s,status:r,KosModelLoader:o}=Zl();return _.jsx(o,{...r,children:_.jsx(e,{...t,storageDeviceContainer:s})})}}const Tr=p.createLogger({name:"use-timer"}),cb=({timerName:e,onTimerExpired:t,onTimerTick:s,timerEventActions:r,autoStart:o})=>{const n=Sl.getTimer(e);f.useEffect(()=>{if(!n){console.warn(`Timer with name ${e} does not exist.`);return}const d=O(zo,u=>{const{name:h,action:g,remainingTime:m}=u==null?void 0:u.body;h===e&&(g===Yo?t({name:h,action:g,remainingTime:m,timer:n}):r!=null&&r[g]&&r[g]({name:h,action:g,remainingTime:m,timer:n}))});return o&&n.start(),()=>{d.unsubscribe()}},[o,t,r,e,n]),f.useEffect(()=>{if(!n||!s)return;const d=`${Vo}/${e}`,u=O(d,h=>{const{name:g,remainingTime:m}=h==null?void 0:h.body;g===e&&s({name:g,remainingTime:m,timer:n})});return()=>{u.unsubscribe()}},[s,e,n]);const i=f.useCallback(()=>{n?n.start():Tr.warn(`Timer with name ${e} does not exist.`)},[n,e]),a=f.useCallback(()=>{n?n.reset():Tr.warn(`Timer with name ${e} does not exist.`)},[n,e]),c=f.useCallback(()=>{n?n.pause():Tr.warn(`Timer with name ${e} does not exist.`)},[n,e]);return{timer:n,start:i,reset:a,pause:c}},lb=e=>{const t=/[\\^$.*+?()[\]{}|]/g;return RegExp(t.source).test(e)?e.replace(t,"\\$&"):e},db=e=>e instanceof RegExp,ub=e=>typeof e=="string",hb=(e,t,s)=>{if(e===""||t==="")return e;let r=t;db(r)||(r=new RegExp("("+lb(r)+")","gi"));const o=e.split(r);for(let n=1,i=o.length;n<i;n+=2)o[n]=s(o[n],n);return o},Jl=(e,t,s)=>{let r=e;return Array.isArray(r)||(r=[r]),r.flatMap(o=>ub(o)?hb(o,t,s):o)};function fb(e,t){let s=e;return Object.entries(t).forEach(([r,o])=>{const n=new RegExp(`<${r}>(.*?)</${r}>|<${r}/>`,"g");s=Jl(s,n,(i,a)=>o.type==="br"?_.jsx("br",{}):f.cloneElement(o,{key:`${r}-${a}`},i))}),s}const gb=e=>{const{i18nKey:t,t:s,defaults:r,components:o,values:n={},context:i}=e,a=s(t,{defaultValue:r,data:n,context:i,returnObjects:!0}),c=fb(a,o||{});return _.jsx("span",{className:e.className,children:c})},Ye=new Map;function pb(e,t){if(Ye.has(e)){const s=Ye.get(e);if(s.status==="finished")return s.result;throw s.promise}else{const s=t().then(o=>{Ye.set(e,{status:"finished",result:o})},o=>{throw Ye.set(e,{status:"error",error:o}),o}),r={status:"pending",promise:s};throw Ye.set(e,r),s}}function Hr(e,t){return pb(e,t)}const mb=async()=>{const e=await ma(ve.type);return await re(e.model),e.model},yb=async(e,t,s)=>{const r=e.resolveNamespace(t);await re(r);for(const o of s){const n=e.resolveNamespace(o);await re(n),Ye.set(o,{status:"finished",result:n})}return r},bb=(e,t)=>{const s=[e].flat(),[r,...o]=s,n=Hr(ve.type,mb),i=s.join("__"),a=Hr(i,()=>yb(n,r,o)),c=f.useMemo(()=>({exists:u=>{const h=t!=null&&t.keyPrefix?`${t.keyPrefix}.${u}`:u;return a?a.exists(h):!1}}),[t==null?void 0:t.keyPrefix,a]);return{t:f.useCallback((u,h)=>{const g=t!=null&&t.keyPrefix?`${t.keyPrefix}.${u}`:u;return a?a.resolveKey(g,h):(p.debug(`Translation model ${e} not ready for key: ${g}`),g)},[t==null?void 0:t.keyPrefix,e,a]),i18n:c}},Xl=()=>{const e=ve.type;return V({modelId:e,modelType:ve.type,options:{}})};function wb(e){return t=>{const{model:s,status:r,KosModelLoader:o}=Xl();return _.jsx(o,{...r,children:_.jsx(e,{...t,translationContainer:s})})}}const vb=e=>V({modelId:e,modelType:Gt.type}),en=()=>V({modelId:Qe.type,modelType:Qe.type,options:{}}),Mb=({troubleType:e,condition:t})=>{const{model:s}=en(),[r,o]=f.useState(!1),[n,i]=f.useState([]),a=f.useCallback(()=>{var c,d;return n.length>0&&((c=n[0])!=null&&c.resolvable)?(d=n[0])==null?void 0:d.resolve():Promise.resolve(void 0)},[n]);return f.useEffect(()=>j(()=>{const d=(e?s==null?void 0:s.troubles.getIndexByKey("byType",e):s==null?void 0:s.troubles.data)||[],u=t?d.filter(t):d;o(u.length>0),i(u)}),[t,s,e]),[r,a,n.length>0?n[0]:void 0,n]};function Eb(e){return t=>{const{model:s,status:r,KosModelLoader:o}=en();return _.jsx(o,{...r,children:_.jsx(e,{...t,troubleContainer:s})})}}const Ql=()=>{const e=Wt.type,t=V({modelId:e,modelType:Wt.type,options:{},activate:!0,destroyOnUnmount:!0}),[s,r]=f.useState(!1),[o,n]=f.useState(!1),[i,a]=f.useState([]);return f.useEffect(()=>{const c=j(()=>{var d,u,h;r(((d=t.model)==null?void 0:d.isUsbInserted)??!1),n(((u=t.model)==null?void 0:u.hasAvailableUpdates)??!1),a(((h=t.model)==null?void 0:h.data)??[])});return()=>{c()}},[t.model]),{...t,inserted:s,updateAvailable:o,updates:i}};function _b(e){return t=>{const{model:s,status:r,KosModelLoader:o}=Ql();return _.jsx(o,{...r,children:_.jsx(e,{...t,usbUpdateContainer:s})})}}const Ib=({path:e,propKey:t})=>{const{status:s}=V({modelType:Nt.type,modelId:e,options:{path:e}}),[r,o]=f.useState(!1),[n,i]=f.useState(),[a,c]=f.useState(""),[d,u]=f.useState(),h=g=>{n&&t&&n.updateProperty(t,g)};return f.useEffect(()=>{var g;s.model&&i(s.model),s.model&&t&&((g=s.model)!=null&&g.props.has(t)?c(s.model.props[t]):u(`property ${t} not found`)),s.ready&&o(s.ready)},[s.ready,s.model,t]),f.useEffect(()=>{t&&M.autorun(()=>{const g=n==null?void 0:n.props[t];c(g||"")})},[n,t]),{config:n,ready:r,value:a,error:d,updateValue:h}},Tb=(e,t)=>{switch(t.type){case"UPDATE":return t.payload;default:return e}},ed=({configProperty:e,optionsTransformer:t})=>{const[s,r]=f.useState(!1),[o,n]=f.useState(""),[i,a]=f.useReducer(Tb,{value:String(e==null?void 0:e.value),displayValue:e==null?void 0:e.displayValue,significantValue:e==null?void 0:e.significantValue,unit:e==null?void 0:e.unit,options:e==null?void 0:e.options,mappedOptions:[],updateProperty:e==null?void 0:e.updateProperty,displayOptions:e==null?void 0:e.displayOptions}),c=f.useCallback(d=>{var h;let u="factory";typeof d=="string"?u=d:(h=d==null?void 0:d.target)!=null&&h.value&&(u=d.target.value),u&&(e==null||e.updateProperty(u))},[e]);return f.useEffect(()=>{async function d(u){try{u&&(await re(u),r(!0))}catch(h){n(h.message)}}d(e)},[e]),f.useEffect(()=>{const d=j(()=>{if(e&&s){let u=[];t&&(u=t(e.options)),a({type:"UPDATE",payload:{value:String(e.value),displayValue:e.displayValue,significantValue:e.significantValue,unit:e.unit,options:e.options,mappedOptions:u,updateProperty:e.updateProperty,displayOptions:e==null?void 0:e.displayOptions}})}});return()=>{d()}},[e,t,s]),{...i,configSelectProps:{onChange:c,value:i.value,options:t?i.mappedOptions||[]:i.options||[]},ready:s,error:o}};function Ob(e,t){const s=t??new Date().getFullYear(),r=[31,28,31,30,31,30,31,31,30,31,30,31];return e===1&&(s%4===0&&s%100!==0||s%400===0)?29:r[e]??0}function Sb(e,t){return new Date(e,t,0).getDate()}function td(e,t){const s=Ob(t,e),r=[];for(let o=1;o<=s;o++)r.push(o);return r}function sd(){return[...Array(12).keys()].map(t=>new Date(0,t).getMonth())}function rd(e=[2018,2028]){const t=[];for(let s=e[0];s<=e[1];s++)t.push(s);return t}function od(e,t=[2018,2028]){const s=rd(t);return e==="long"?s:s.map(r=>Number(r.toString().substring(2)))}function tn(e="numeric",t="en-US"){const s=new Intl.DateTimeFormat(t,{month:e,timeZone:"UTC"}).format;return[...Array(12).keys()].map(r=>s(new Date(Date.UTC(0,r,1))))}function $b({locale:e="en-US",year:t,month:s,day:r,formatOptions:o={weekday:"long",year:"numeric",month:"long",day:"numeric"},displayOrder:n}){const i=s-1,a=new Date(t,i,r),c=new Intl.DateTimeFormat(e,{month:o.month}).format(a),d=new Intl.DateTimeFormat(e,{year:o.year}).format(a),u=new Intl.DateTimeFormat(e,{day:o.day}).format(a);return n?n=="MMDDYY"?`${c} ${u} ${d}`:n==="DDMMYY"?`${u} ${c} ${d}`:n==="YYMMDD"?`${d} ${c} ${u}`:`${d} ${u} ${c}`:new Intl.DateTimeFormat(e,o).format(a)}function le(e){return e.toString().length===2?new Date(Date.parse(`01 Jan 20${e}`)).getFullYear():e}function Db(e){return typeof e=="string"?new Date(Date.parse(`01 ${e.substring(0,3)} 2023`)).getMonth()+1:e}function nd(e,t,s){const r=le(t),o=new Date(r,e,1).getDay(),n=new Date(r,e+1,0).getDate();return[...Array(42).keys()].map(a=>a<o||a>n+o-1?{label:"",value:0,disabled:!0}:s[a-o])}function Ot(e,t,s){const r=t-1,o=new Date(e,r,s);return new Date(o).getMonth()===r&&new Date(o).getDate()===s}function St(e,t){return new Date(e,t,0).getDate()}function id(e="en-US",t="short"){const s=new Intl.DateTimeFormat(e,{weekday:t}).format;return[...Array(7).keys()].map(r=>s(new Date(Date.UTC(2021,5,r))))}function ad({locale:e="en-US",year:t=new Date().getFullYear(),month:s=new Date().getMonth(),yearRange:r=[2018,2028],daysOfWeekFilter:o=[],formatOptions:{yearFormat:n="long",monthFormat:i="long",dayFormat:a="short"}={}}){const c=sn(n,r),d=cd(n,r,e),u=ld(i,e),h=dd(i,e),g=rn(t,s),m=ud(t,s,e,o),v=gd(s,t,m),w=hd(e,a);return{daysArray:g,monthsArray:u,yearsArray:c,yearsOptionsArray:d,monthsOptionsArray:h,daysOptionsArray:m,calendarDayArray:v,dayNamesArray:w}}function sn(e="long",t=[2018,2028]){return f.useMemo(()=>od(e,t),[e,t])}function cd(e="long",t=[2018,2028],s="en-US"){const r=sn(e,t);return f.useMemo(()=>r.map(n=>({label:n.toLocaleString(s).replace(",",""),value:n})),[s,r])}function ld(e,t="en-US"){return f.useMemo(()=>tn(e,t),[e,t])}function dd(e,t="en-US"){const s=f.useMemo(()=>sd(),[]),r=f.useMemo(()=>tn(e,t),[e,t]);return f.useMemo(()=>[...Array(12).keys()].map(n=>({label:r[n],value:Number(s[n])})),[r,s])}function rn(e,t){const s=le(e);return f.useMemo(()=>td(s,t),[t,s])}const Cb=(e,t,s,r=[])=>{const o=new Date(e,t,s).getDay();return r.length>0&&r.includes(o)};function ud(e,t,s="en-US",r=[]){const o=rn(e,t);return f.useMemo(()=>o.map(i=>({label:i.toLocaleString(s),value:i,disabled:Cb(e,t,i,r)})),[r,s,t,o,e])}function hd(e="en-US",t="short"){return f.useMemo(()=>id(e,t),[e,t])}function fd({year:e=new Date().getFullYear(),month:t=new Date().getMonth(),day:s=new Date().getDate(),formatString:r}){const o=t,n=new Date(e,o,s);return{formattedDate:Ie.format(n,r)}}function gd(e,t,s){return f.useMemo(()=>nd(e,t,s),[e,t,s])}var pd=(e=>(e.MMDDYY="MMDDYY",e.DDMMYY="DDMMYY",e.YYMMDD="YYMMDD",e.YYDDMM="YYDDMM",e))(pd||{});function Ab({locale:e="en-US",date:{year:t=new Date().getFullYear(),month:s=new Date().getMonth(),day:r=new Date().getDate()}={year:new Date().getFullYear(),month:new Date().getMonth(),day:new Date().getDate()},formatOptions:{yearFormat:o="long",monthFormat:n="long",dayFormat:i="short",formatString:a="yyyy/MM/dd"}={},filterOptions:{yearsRange:c=[2018,2028],daysOfWeekFilter:d=[]}={}}){const[u,h]=f.useState(t),[g,m]=f.useState(c),[v,w]=f.useState(s),[E,T]=f.useState(r);f.useEffect(()=>{h(t)},[t]),f.useEffect(()=>{w(s)},[s]),f.useEffect(()=>{T(r)},[r]);const{yearsArray:K,yearsOptionsArray:H,monthsArray:ce,monthsOptionsArray:R,daysArray:G,daysOptionsArray:k,calendarDayArray:Y,dayNamesArray:_e}=ad({locale:e,year:u,yearRange:g,month:v,formatOptions:{yearFormat:o,monthFormat:n,dayFormat:i},daysOfWeekFilter:d}),{formattedDate:dt}=fd({year:u,month:v,day:E,formatString:a});return{dateActions:{setYear:h,setYearRange:m,setMonth:w,setDay:T,nextMonth:()=>{const q=v<11?le(u):le(u+1),te=v<11?v+1:0;if(!Ot(q,te,E)){const Ce=St(q,te);T(Ce)}te===0&&h(q),w(te)},previousMonth:()=>{const q=le(v===0?u-1:u),te=v===0?11:v-1;if(!Ot(q,te,E)){const Ce=St(q,te);T(Ce)}te===11&&h(q),w(te)},nextYear:()=>{const q=u<g[1]?u+1:g[0],te=le(q);if(Ot(te,v,E))h(q);else{const Ce=St(le(u+1),v);T(Ce),h(q)}},previousYear:()=>{const q=u>g[0]?u-1:g[0],te=le(q);if(Ot(te,v,E))h(q);else{const Ce=St(le(u-1),v);T(Ce),h(q)}}},dateState:{year:u,yearRange:g,month:v,day:E,yearsArray:K,yearsOptionsArray:H,monthsArray:ce,monthsOptionsArray:R,daysArray:G,daysOptionsArray:k,calendarDayNames:_e,calendarDayArray:Y,formattedDate:dt}}}function md({date:e=new Date,dateFormat:t,timeFormat:s,options:r={}}){const[o,n]=f.useState("Formatting Time..."),[i,a]=f.useState("Formatting Date..."),c=!!r.ignoreDateFormat,{model:d,ready:u}=V({modelId:Z.type,modelType:Z.type,options:{}}),h=typeof e=="string"?Ie.parseISO(e):e;return f.useEffect(()=>{c?a(""):t?a(Ie.format(h,t)):u&&a(Ie.format(h,d!=null&&d.selectedDateFormat?d==null?void 0:d.selectedDateFormat:""))},[c,e,t,h,d,u]),f.useEffect(()=>{s?n(Ie.format(h,s)):u&&n(Ie.format(h,d!=null&&d.selectedTimeFormat?d==null?void 0:d.selectedTimeFormat:""))},[e,s,h,d,u]),{formattedDate:i,formattedTime:o}}const yd=({secondsFromMidnight:e=0})=>{const[t,s]=f.useState(0),[r,o]=f.useState(0),[n,i]=f.useState(0),[a,c]=f.useState(new Date),{formattedTime:d}=md({date:a,options:{ignoreDateFormat:!0}});return f.useEffect(()=>{const u=Number(e),h=Math.floor(u/3600),g=Math.floor(u%3600/60),m=u%60;s(h),o(g),i(m);const v=new Date;v.setHours(0,0,0,0);const w=new Date(v.getTime()+u*1e3);c(new Date(w))},[e]),{hours:t,minutes:r,seconds:n,formattedTime:d,timeActions:{setHours:s,setMinutes:o,setSeconds:i}}},Rb=({configProperty:e})=>{const{value:t}=ed({configProperty:e}),s=parseInt(t||"0",10),{hours:r,minutes:o,seconds:n,formattedTime:i,timeActions:a}=yd({secondsFromMidnight:s}),c=f.useRef();return f.useEffect(()=>{const d=r*3600+o*60+n;return c.current&&clearTimeout(c.current),c.current=setTimeout(()=>{e&&e.updateProperty(d.toString())},100),()=>{c.current&&clearTimeout(c.current)}},[e,r,o,n]),{hours:r,minutes:o,seconds:n,formattedTime:i,timeActions:a}};function Pb(e,t={}){const{intervalMs:s=5*60*1e3,immediate:r=!0}=t;f.useEffect(()=>{const o=()=>{try{e({__warmup:!0})}catch{}};r&&("requestIdleCallback"in window?requestIdleCallback(o):setTimeout(o,1));const n=s?setInterval(o,s):null;return()=>{n&&clearInterval(n)}},[e,s,r])}const xb=e=>_.jsx("option",{title:e.id,value:e.format,children:e.format},e.id),Lb=(e=xb)=>{const[t,s]=f.useState([]),[r,o]=f.useState(),{model:n,ready:i}=V({modelType:Z.type,modelId:Z.type,options:{}});f.useEffect(()=>{const c=j(()=>{s((n==null?void 0:n.dateFormatOptions.map(e))||[])});return()=>{c()}},[n,i,e]),f.useEffect(()=>{const c=j(()=>{n!=null&&n.dateFormatId&&(n!=null&&n.selectedDateFormat)&&o({id:n==null?void 0:n.dateFormatId,value:n==null?void 0:n.selectedDateFormat})});return()=>{c()}},[n==null?void 0:n.selectedDateFormat,n==null?void 0:n.dateFormatId]);const a=f.useCallback(c=>{var u;let d="";typeof c=="string"?d=c:(u=c==null?void 0:c.target)!=null&&u.value&&(d=c.target.value),d&&(n==null||n.setSelectedDateFormat(d))},[n]);return{raw:(n==null?void 0:n.dateFormatOptions.map(c=>c.id))??[],regionModel:n,selectedDateFormat:(r==null?void 0:r.value)||"",dateFormatId:(r==null?void 0:r.id)||"",updateDateFormat:a,props:{onChange:a,value:(r==null?void 0:r.id)||"",options:t}}},Fb=e=>_.jsx("option",{title:e,value:e,children:e},e),bd="kos:service:region:settings",wd="timeZone",kb=`${bd}-${wd}`,Nb=(e=Fb)=>{const[t,s]=f.useState([]),[r,o]=f.useState(""),{model:n,ready:i}=V({modelType:Z.type,modelId:Z.type,options:{}}),a=je.factory(kb)({path:bd,attribute:wd});f.useEffect(()=>{const d=j(()=>{s((n==null?void 0:n.timeZones.map(e))||[]),n!=null&&n.timeZones.length&&Kr(n==null?void 0:n.timeZones[0])});return()=>{d()}},[n,i,e]),f.useEffect(()=>{const d=j(()=>{o(a.value||"")});return()=>{d()}},[a.value]);const c=f.useCallback(d=>{var h;let u="factory";typeof d=="string"?u=d:(h=d==null?void 0:d.target)!=null&&h.value&&(u=d.target.value),u&&Kr(u)},[]);return{options:t,raw:(n==null?void 0:n.timeZones)??[],regionModel:n,selectedTimeZone:r,timeZones:(n==null?void 0:n.timeZones)??[],updateTimeZone:c,selectProps:{onChange:c,value:r,options:t}}},vd="kos:service:region",Md="regionId",Ub=`${vd}-${Md}`,jb=e=>_.jsx("option",{title:e,value:e,children:e},e),Ed=(e=jb)=>{const[t,s]=f.useState([]),[r,o]=f.useState("factory"),{model:n,ready:i}=V({modelType:Z.type,modelId:Z.type,options:{}}),a=je.factory(Ub)({path:vd,attribute:Md});f.useEffect(()=>{const d=j(()=>{s((n==null?void 0:n.availableRegions.map(e))||[])});return()=>{d()}},[n,i,e]),f.useEffect(()=>{const d=j(()=>{o(a.value||"factory")});return()=>{d()}},[a.value]);const c=f.useCallback(d=>{var h;let u="factory";typeof d=="string"?u=d:(h=d==null?void 0:d.target)!=null&&h.value&&(u=d.target.value),u&&Tl(u)},[]);return{raw:(n==null?void 0:n.availableRegions)??[],regionModel:n,regionData:n==null?void 0:n.selectedRegion,selectedRegion:r,updateRegion:c,regionSelectProps:{onChange:c,value:r,options:t}}},Bb=e=>_.jsx("option",{title:e.id,value:e.format,children:e.format},e.id),Kb=(e=Bb)=>{const[t,s]=f.useState([]),[r,o]=f.useState(),{model:n,ready:i}=V({modelType:Z.type,modelId:Z.type,options:{}});f.useEffect(()=>{const c=j(()=>{s((n==null?void 0:n.timeFormatOptions.map(e))||[])});return()=>{c()}},[n,i,e]),f.useEffect(()=>{const c=j(()=>{n!=null&&n.timeFormatId&&(n!=null&&n.selectedTimeFormat)&&o({id:n==null?void 0:n.timeFormatId,value:n==null?void 0:n.selectedTimeFormat})});return()=>{c()}},[n==null?void 0:n.selectedTimeFormat,n==null?void 0:n.timeFormatId]);const a=f.useCallback(c=>{var u;let d="";typeof c=="string"?d=c:(u=c==null?void 0:c.target)!=null&&u.value&&(d=c.target.value),d&&(n==null||n.setSelectedTimeFormat(d))},[n]);return{raw:(n==null?void 0:n.timeFormatOptions.map(c=>c.id))??[],regionModel:n,selectedTimeFormat:(r==null?void 0:r.value)??"",timeFormatId:(r==null?void 0:r.id)??"",updateTimeFormat:a,props:{onChange:a,value:(r==null?void 0:r.id)??"",options:t}}},Hb=(e,t)=>f.useMemo(()=>go(e),t),Gb={config:{attributes:!0,childList:!0,subtree:!0}};function zb(e,t,s=Gb){const[r,o]=f.useState(null);f.useEffect(()=>{if(!t||typeof t!="function")throw new Error("A valid callback function is required");const n=new MutationObserver(t);o(n)},[t,s,o]),f.useEffect(()=>{if(!r)return()=>{};if(!e)throw new Error("A valid DOM element is required");const{config:n}=s;try{r.observe(e,n)}catch(i){p.error(i)}return()=>{r&&r.disconnect()}},[r,e,s])}const _d={validateStart:function(e){return!0},validateStop:function(e){const t=e.event.currentTarget.getBoundingClientRect(),[s,r]=e.xy;return s<t.left||s>t.right||r<t.top||r>t.bottom}},Or=p.createLogger({name:"usePressGesture",group:"kos-hooks"});function Vb({onPressed:e,onRelease:t,intersectionStrategy:s=_d}){const r=f.useRef(!1),o=xd.useGesture({onDragStart:c=>{Or.info("onDragStart",c.type),s.validateStart(c)&&(e&&e(),r.current=!0)},onDrag:c=>{Or.info("onDrag",c.type),r.current&&s.validateStop(c)&&(t&&t(),r.current=!1)},onDragEnd:c=>{Or.info("onDragEnd",c.type),r.current&&t&&(t(),r.current=!1)}}),n=()=>{e&&e(),r.current=!0},i=()=>{r.current&&t&&(t(),r.current=!1)},a=()=>{r.current&&t&&(t(),r.current=!1)};return{dom:o,mesh:()=>({onPointerDown:n,onPointerUp:i,onPointerOut:a})}}const Id=()=>{const[e,t]=f.useState(!1),s=I.getInstance();return f.useEffect(()=>{const r=j(()=>{s&&s.reloading!==e&&t(s.reloading)});return()=>{r()}},[s,e]),[e]};function Td(e=!1,t="2-digit"){return f.useMemo(()=>{const s=e?12:24;return Array.from({length:s},(r,o)=>{const n=e&&o===0?12:o%s;return{id:o,label:t==="2-digit"?n.toString().padStart(2,"0"):n.toString()}})},[t,e])}function Gr(e,t="2-digit",s=0,r=0){return f.useMemo(()=>Array.from({length:e},(o,n)=>{const i=String(n+s);return{id:n+r,label:t==="2-digit"?i.padStart(2,"0"):i}}),[e,s,r,t])}function Od(e="en-US"){return f.useMemo(()=>["AM","PM"].map(t=>{const s=new Intl.DateTimeFormat(e,{hour:"2-digit",hour12:!0}).formatToParts(new Date().setHours(t==="AM"?0:12))[2].value;return{id:s,label:s}}),[e])}function Sd({formatOptions:{hour12:e=!0,hour:t="2-digit",minute:s="2-digit",second:r="2-digit"}={hour12:!0,hour:"2-digit",minute:"2-digit",second:"2-digit"},locale:o="en-US"}){const n=Td(e,t),i=Gr(60,s),a=Gr(60,r),c=Od(o);return{hourOptions:n,minuteOptions:i,secondOptions:a,amPmOptions:c}}function $d(e,t){return Ie.format(e,t)}function Dd({formatOptions:e,initialDate:t=new Date,locale:s="en-US",format:r="HH:mm"}){const[o,n]=f.useState(t),i=f.useCallback(w=>{n(E=>{const T=new Date(E);return T.setHours(Number(w)),T})},[]),a=f.useCallback(w=>{n(E=>{const T=new Date(E);return T.setMinutes(Number(w)),T})},[]),c=f.useCallback(w=>{n(E=>{const T=new Date(E);return T.setSeconds(Number(w)),T})},[]),d=f.useCallback(w=>{const E=new Date(w);n(E)},[]),u=$d(o,r),{hourOptions:h,minuteOptions:g,secondOptions:m,amPmOptions:v}=Sd({formatOptions:e,locale:s});return{amPmOptions:v,formattedTime:u,hourOptions:h,minuteOptions:g,secondOptions:m,setHours:i,setMinutes:a,setSeconds:c,setTime:d,time:new Date(o)}}const Yb=e=>{const{regionModel:t}=Ed(),s=f.useMemo(()=>({hour12:t==null?void 0:t.is12HourTimeFormat}),[t==null?void 0:t.is12HourTimeFormat]);return Dd({...e,locale:t==null?void 0:t.regionId,format:t==null?void 0:t.selectedTimeFormat,formatOptions:s})};function qb(e){return t=>{const[s]=Id();return s?_.jsx(xl,{message:"Wait a moment while your project reloads..."}):_.jsx(e,{...t})}}const kn=p.createLogger({name:"studio-properties-service",group:"Services"}),Wb="/api/kos/studio/properties",Cd=async e=>{if(kn.debug("sending GET for studio-properties"),!e)throw kn.error("connectionId is undefined"),new Error("connectionId is undefined");return await De.get(Wb,{},{destinationAddress:e,timeout:500})},Zb=Object.freeze(Object.defineProperty({__proto__:null,getStudioProperties:Cd},Symbol.toStringTag,{value:"Module"}));var Jb=Object.defineProperty,Xb=Object.getOwnPropertyDescriptor,Qb=(e,t,s,r)=>{for(var o=r>1?void 0:r?Xb(t,s):t,n=e.length-1,i;n>=0;n--)(i=e[n])&&(o=(r?i(t,s,o):i(o))||o);return r&&o&&Jb(t,s,o),o};const Ad="studio-properties-model",ew="/kos/studio/properties",Nn={"kos.studio.tool.legacy":1};let zr=class{constructor(e,t,s){l(this,"id");l(this,"connectionId");l(this,"unsubscribe",null);l(this,"logger");l(this,"data");this.id=e,this.logger=s.logger,this.data=Te(),this.connectionId=t.connectionId}async init(){this.logger.debug(`initializing studio-properties ${this.id}`)}async load(){this.logger.debug(`loading studio-properties ${this.id}`)}async terminatePropertiesSession(){var e;(e=this.unsubscribe)==null||e.call(this)}async initializePropertiesSession(){this.unsubscribe=Xt.getInstance().subscribeTopic({topic:ew,destinationAddress:this.connectionId,callback:s=>{this.logger.error(`Received studio-properties message for connection ${this.connectionId}: ${JSON.stringify(s)}`)}});const[e,t]=await Cd(this.connectionId);if(e){this.logger.error(`Error loading studio-properties: ${e}`),this.data.setValues(Nn);return}if(t){const s=Object.keys(t).reduce((r,o)=>(r[o]=t[o]??o,r),{});this.data.setValues(s??Nn),p.ifDebug(()=>this.logger.debug(`studio-properties loaded: ${JSON.stringify(s)}`))}}get(e){return this.data[e]}createObservableProperty(e){return go(()=>this.get(e))}};zr=Qb([C(Ad)],zr);const tw=new ge({class:zr,type:Ad});Object.defineProperty(exports,"makeAutoObservable",{enumerable:!0,get:()=>M.makeAutoObservable});Object.defineProperty(exports,"makeObservable",{enumerable:!0,get:()=>M.makeObservable});Object.defineProperty(exports,"kosComponent",{enumerable:!0,get:()=>Yr.observer});exports.AuthState=Ea;exports.BrowserKosRouter=Ra;exports.BrowserRouter=nr;exports.CanvasDispatcher=tt;exports.CanvasDispatcherServices=Wp;exports.CanvasRenderer=Fo;exports.CanvasStreamer=Zy;exports.CanvasStreamerBase=Vl;exports.ChildModels=Dt;exports.CompanionDecoratorMixin=vl;exports.ConfigBean=Nt;exports.CoreExtensionManager=Vm;exports.CoreModels=Go;exports.CreateModelTranslationsContext=Bl;exports.CreateModelTranslationsProvider=Sy;exports.DateDisplayFormat=pd;exports.DateHelpers=Zd;exports.DependencyLifecycle=B;exports.DependencyModels=F;exports.Device=Gs;exports.DeviceServices=gm;exports.DomIntersectionStrategy=_d;exports.EVENT_KOS_MODEL_READY=Jr;exports.EVENT_TROUBLE_ADDED=Ef;exports.EVENT_TROUBLE_REMOVED=_f;exports.EXTENSION_CANVAS_RENDERER=ue;exports.EXTENSION_TROUBLE_DATA_MAPPER=Ps;exports.EXTENSION_TROUBLE_MAPPER=rs;exports.ErrorBoundaryWithFallback=Ll;exports.EventBus=Nd;exports.EventBusFunctional=jd;exports.EventBusState=Kd;exports.ExtensionManager=$;exports.FUTURE_CONTAINER_MODEL_TYPE=ic;exports.FUTURE_MODEL_TYPE=Za;exports.FUTURE_NOT_ASSIGNED=mo;exports.FeatureFlagService=vi;exports.FetchError=ne;exports.FutureContainerFactory=Se;exports.FutureContainerModel=cc;exports.FutureEndState=Oe;exports.FutureFactory=ct;exports.FutureHandler=rr;exports.FutureManager=Fe;exports.FutureModel=sc;exports.FutureService=$t;exports.HEADER_CACHE_CONTROL=Gn;exports.HEADER_CONTENT_TYPE=Hn;exports.HEADER_DESTINATION_ADDR=Me;exports.HEADER_FOS_REQUEST_ID=zn;exports.HEADER_METHOD=qs;exports.HEADER_ORDERED=Wr;exports.HEADER_REQUEST_ID=Zt;exports.HEADER_REQUEST_TYPE=pe;exports.HEADER_RESPONSE_ID=Ws;exports.HEADER_SOURCE_ADDR=Kn;exports.HEADER_TOPIC=Bn;exports.HEADER_URL=ot;exports.HEADER_WORK_TRACKER=Zr;exports.KOS_MODEL_ID=_s;exports.KeyValue=$o;exports.KeyValueServices=bg;exports.Kos=J;exports.KosConfigPropertySpec=je;exports.KosContainerIndex=fo;exports.KosContextBean=Da;exports.KosContextManager=N;exports.KosCore=I;exports.KosCoreModelPropertyMapper=de;exports.KosDataContainer=Ca;exports.KosDependencyTypes=hu;exports.KosExtensionUtils=mh;exports.KosFeatureFlags=Jd;exports.KosFetchMethods=Xi;exports.KosGlobalConfig=io;exports.KosLog=p;exports.KosMockEvents=qn;exports.KosModel=ua;exports.KosModelCollectionProvider=Ey;exports.KosModelContainer=me;exports.KosModelContext=ur;exports.KosModelEvents=A;exports.KosModelFactory=xt;exports.KosModelFutureContainerMixin=ns;exports.KosModelLoader=Ul;exports.KosModelLoaderDisplay=jl;exports.KosModelManager=ga;exports.KosModelProvider=Fl;exports.KosModelRegistrationFactory=ge;exports.KosModelRegistry=Br;exports.KosModelState=b;exports.KosModelSymbol=Ui;exports.KosModelVisitor=Vh;exports.KosObservableData=Ta;exports.KosRegistration=pf;exports.KosSingletonRegistration=mf;exports.KosTime=Cs;exports.KosTimeContext=Zo;exports.KosTimeProvider=Ly;exports.KosTimeServices=Eg;exports.KosTimer=Ol;exports.KosToken=Aa;exports.KosTranslationProvider=Ky;exports.KosTranslations=Wc;exports.KosWSTransportStatus=da;exports.KosWsEvents=Jt;exports.LOGIN_HOST=Vn;exports.LOGIN_URL=Ld;exports.LoadingMessage=xl;exports.LogBlock=Ht;exports.LogBlockContainer=ar;exports.LogConfig=At;exports.LogStream=Ft;exports.LogStreamContainer=ss;exports.LogStreamServices=Pg;exports.MODEL_DELETION_DELAY=fa;exports.MiddlewareChain=Ia;exports.ModelEffects=xe;exports.MultipleFutureHandler=Zf;exports.NestedModelContext=hr;exports.NetworkInterface=jo;exports.NetworkInterfaceContainer=Yt;exports.NetworkInterfaceServices=Im;exports.ObservableData=Te;exports.Ota=Ls;exports.OutsideAlerter=nb;exports.PLUGIN_EXTENSION_NAME=yh;exports.PORT=Yn;exports.PROFILE_LOG_DEBUG=Ti;exports.PROFILE_LOG_INFO=Oi;exports.PROFILE_RELAX_STORE_VALIDATION=Qd;exports.PROFILE_TOOLS_PREVIEW=Ii;exports.ParentModel=Ct;exports.PluginExtensionManager=bh;exports.ProgressBar=by;exports.ReferenceConfig=ys;exports.RegionInfo=Z;exports.RegionServices=Pf;exports.RegistrationManager=D;exports.Registry=Gm;exports.STATUS=qr;exports.ServiceFactory=X;exports.SingletonKosModelRegistrationFactory=Ee;exports.SoftwareInfo=Fs;exports.SoftwareInfoContext=Xo;exports.SoftwareInfoProvider=Ny;exports.SoftwareInfoServices=pp;exports.StateBean=zt;exports.StateBeanServices=Mp;exports.StateProp=Ro;exports.StatePropServices=Ap;exports.StorageDevice=Vs;exports.StorageDeviceContainer=st;exports.StorageDeviceServices=Dm;exports.StudioProperties=tw;exports.StudioPropertiesServices=Zb;exports.SubscriptionHandlers=W;exports.TIMER_END=Yo;exports.TIMER_EVENT=zo;exports.TOPIC_TIMER_TICK_EVENT=Vo;exports.TimerManager=Sl;exports.TokenContext=zl;exports.TokenProvider=jy;exports.Topics=Lt;exports.Trans=gb;exports.TransitionMap=bs;exports.Transitions=ao;exports.Translation=Us;exports.TranslationContainer=ve;exports.TranslationContainerContext=Qo;exports.TranslationContext=Kp;exports.TransportFactory=Cr;exports.Trouble=Gt;exports.TroubleContainer=Qe;exports.TroubleServices=Qg;exports.Troubles=oe;exports.UsbUpdate=Ho;exports.UsbUpdateContainer=Wt;exports.UsbUpdateServices=Nm;exports.WS_EVENT_TYPE=Zc;exports.WebSocketEvents=Pt;exports.WebSocketTransport=Xt;exports.WsEventFactory=xo;exports.acceptOrgInvitation=Pl;exports.addDaysToDate=fi;exports.addFuture=Xa;exports.addMonthsToDate=hi;exports.api=rc;exports.applyMixins=Gd;exports.arraysEqual=zd;exports.buildConfigBeanModel=Of;exports.buildFuture=To;exports.buildFutureModel=ec;exports.cancelFuture=Qa;exports.checkAppsStarted=vf;exports.convert=Mo;exports.convertFileSizeRaw=Hd;exports.convertWithUnits=Uf;exports.createBaseMessage=ta;exports.createBroadcastMessageResponse=na;exports.createCancellablePromise=hy;exports.createClient=uo;exports.createFosBaseMessage=ea;exports.createHeaders=pt;exports.createKosHtpMessageResponse=ia;exports.createKosMessage=ra;exports.createKosMessageResponse=aa;exports.createKosModelFutureManager=Wm;exports.createLazyKosModelFutureManager=Zm;exports.createMessageBody=$e;exports.createModelDependency=Yi;exports.createOptionKey=fu;exports.createPropKey=ke;exports.createReadableStream=mt;exports.createStudioMessage=Qi;exports.createStudioMessageRequest=sa;exports.createStudioMessageResponse=oa;exports.debounce=wi;exports.deleteFuture=Ja;exports.destroyKosModel=Le;exports.evaluateScopes=ja;exports.executeChildrenModelLifecycle=Zi;exports.executeDependentModelLifecycle=gt;exports.executeListLifecycle=Wi;exports.fetchModel=eb;exports.findModel=Eh;exports.findModels=ya;exports.formatDate=mi;exports.formatDateSince=ui;exports.formatDateTime=bi;exports.formatTime=yi;exports.getAllKosCompanionModels=Ih;exports.getCalendarMonthArray=nd;exports.getCompanionMixin=El;exports.getConfigBean=Ua;exports.getDayStrings=id;exports.getDays=Sb;exports.getDaysArray=td;exports.getDaysInMonth=no;exports.getDependenciesByLifecycle=qi;exports.getFormattedDate=$b;exports.getFormattedMonth=Db;exports.getFormattedMonthsArray=tn;exports.getFormattedYear=le;exports.getFormattedYearsArray=od;exports.getFutures=rg;exports.getKosCompanionModel=_h;exports.getKosLocalizationDescriptor=Gc;exports.getKosMessageLogging=Ai;exports.getKosModel=ma;exports.getKosModelSync=Ue;exports.getKosModelType=Mh;exports.getKosSessionKey=$a;exports.getLastDayOfMonth=St;exports.getLocalizationDescriptor=Pp;exports.getLogLevel=Ci;exports.getLogMessageToStudio=Ri;exports.getMessageBody=Dr;exports.getMonthsArray=sd;exports.getObservableCompanions=Th;exports.getQueryParams=ie;exports.getStartedApps=Mf;exports.getTranslations=Hc;exports.getYearsArray=rd;exports.hasCompanionMixin=Ml;exports.hasDecimals=ka;exports.hasKosModelFutureSupport=Jm;exports.hasKosProfile=Sr;exports.hslStringToHex=Ei;exports.hslToHex=Mi;exports.initKosProvider=Dy;exports.inspectCompanionMixin=ey;exports.inspectFutureObservability=Xm;exports.isBoolean=bo;exports.isKosCompanionTypeFactory=ha;exports.isKosDataModel=Rt;exports.isKosLoggingEnabled=su;exports.isKosModel=ae;exports.isKosModelContainer=co;exports.isKosModelReady=Ts;exports.isLeapYear=oo;exports.isLocalRefId=lf;exports.isNumber=tr;exports.isPrintable=Pu;exports.isValidDate=Ot;exports.kosAction=Q;exports.kosAutoEffect=j;exports.kosChild=fe;exports.kosCompanion=Mu;exports.kosComputed=go;exports.kosConfigBean=sr;exports.kosConfigProperty=Wf;exports.kosContext=Eu;exports.kosDependency=Ne;exports.kosEffect=La;exports.kosFuture=qo;exports.kosLogger=_u;exports.kosModel=C;exports.kosModelEffect=ji;exports.kosObservable=po;exports.kosParentAware=er;exports.kosReference=Iu;exports.kosStateBean=iy;exports.kosStateProp=ay;exports.kosSubscribe=Tu;exports.kosTopicHandler=x;exports.kosWhen=Pr;exports.login=Cl;exports.mapConfigBeanModelToDto=Ga;exports.mapDataToModel=$r;exports.mapDtoToConfigBeanModel=Ka;exports.mapDtoToFutureModel=Io;exports.mapDtoToFutureOptions=_o;exports.mapUpdateDtoToConfigBeanModel=Ha;exports.modelEventTopicFactory=ki;exports.modelFactory=it;exports.modelTypeEventTopicFactory=Ni;exports.modifyConfigBean=Na;exports.modifyFuture=og;exports.pairedClientHeartbeat=Qh;exports.pipe=Sa;exports.preloadKosModel=$h;exports.processId=Wd;exports.processMiddleware=Wh;exports.registerCompanionModel=Sh;exports.registerCoreModels=bl;exports.registerExtensionPoint=Qs;exports.registerKosModel=wa;exports.registerLegacyModel=ba;exports.resetKosModel=pa;exports.resetPassword=Rl;exports.resolveBaseUrl=_a;exports.resolveChild=Ji;exports.resolveContainerDeltas=Vd;exports.resolveItemListDeltas=qd;exports.resolveKosCompanion=Ar;exports.resolveKosContext=hf;exports.resolveKosProfiles=$i;exports.resolveListDeltas=Yd;exports.resolveServiceUrl=ee;exports.resolveVariable=_i;exports.retryWithExponentialBackoff=tf;exports.sendAsyncIntent=bf;exports.sendBroadcastMessage=Xu;exports.sendIntent=yf;exports.sendKosHttpMessageResponse=la;exports.sendKosMessage=Wu;exports.sendKosMessageResponse=ca;exports.sendRequest=df;exports.sendStudioMessage=Ju;exports.sendStudioMessageRequest=Zu;exports.setupCompanionDecoratorMixin=Qm;exports.setupCompleteFutureSupport=wl;exports.setupMinimalFutureSupport=Ym;exports.startPasswordReset=Al;exports.stringComponentInsert=Jl;exports.studioAcceptOrgInvitation=uy;exports.studioLogin=cy;exports.studioResetPassword=dy;exports.studioStartPasswordReset=ly;exports.subscribeStore=ty;exports.syncPublish=uf;exports.transitionToActive=Hi;exports.transitionToInit=Vi;exports.transitionToLoad=zi;exports.transitionToReady=Gi;exports.transitionToUnload=Ru;exports.troubleByTypeReducer=Hp;exports.troubleDataFactory=xc;exports.unloadKosModel=vh;exports.updateCompanionModelRegistration=Jh;exports.updateModelRegistration=Zh;exports.updateRegion=Tl;exports.updateTimeZone=Kr;exports.useAmPmValues=Od;exports.useCalendarDayArray=gd;exports.useConfigBean=Ib;exports.useConfigProperty=ed;exports.useContextModel=vy;exports.useContextModelHierarchy=Nl;exports.useDateArrays=ad;exports.useDateProps=Ab;exports.useDateRelativeConfig=Rb;exports.useDateRelativeData=yd;exports.useDayNames=hd;exports.useDayOptions=ud;exports.useDays=rn;exports.useDevice=Yl;exports.useFormattedDate=fd;exports.useFormattedTime=$d;exports.useFunctionWarmup=Pb;exports.useHourValues=Td;exports.useKosCore=Hl;exports.useKosDateFormats=Lb;exports.useKosModel=V;exports.useKosRegions=Ed;exports.useKosTime=Wo;exports.useKosTimeContext=Fy;exports.useKosTimeFormats=Kb;exports.useKosTimeZones=Nb;exports.useKosTranslation=bb;exports.useKosTranslationContext=Hy;exports.useLocalComputed=Hb;exports.useModelFromHierarchy=Iy;exports.useMonths=ld;exports.useMonthsOptions=dd;exports.useMutationObserver=zb;exports.useNetworkInterfaceContainer=ql;exports.useOta=Wl;exports.usePressGesture=Vb;exports.useProjectReload=Id;exports.useRegionTimeProps=Yb;exports.useRegionalTimeDate=md;exports.useSoftwareInfo=Jo;exports.useSoftwareInfoContext=Uy;exports.useStateProperty=ib;exports.useStorageDeviceContainer=Zl;exports.useSuspenseData=Hr;exports.useTimeOptions=Sd;exports.useTimeProps=Dd;exports.useTimeValues=Gr;exports.useTimer=cb;exports.useTranslationContainer=Xl;exports.useTroubleContainerModel=en;exports.useTroubleModel=vb;exports.useTroublePresence=Mb;exports.useUsbUpdateContainer=Ql;exports.useYears=sn;exports.useYearsOptions=cd;exports.uuid=nt;exports.variableToHex=Xd;exports.waitForAppToStart=wf;exports.waitForAppsToStart=xa;exports.waitForRequest=ho;exports.whenReady=re;exports.withDevice=Qy;exports.withKosModelFutures=qm;exports.withKosTime=tb;exports.withNetworkInterfaceContainer=sb;exports.withOta=rb;exports.withProjectReloading=qb;exports.withSoftwareInfo=ky;exports.withStorageDeviceContainer=ab;exports.withTranslationContainer=wb;exports.withTroubleContainer=Eb;exports.withUsbUpdateContainer=_b;exports.wrapPromise=so;
|
|
193
|
+
`,Md=()=>{const t=Js.type;return G({modelId:t,modelType:Js.type,options:{}})};function Kb(t){return e=>{const{model:s,status:r,KosModelLoader:o}=Md();return _.jsx(o,{...r,children:_.jsx(t,{...e,device:s})})}}function Hb(t,e,s){const r=new Promise(o=>{I.getInstance().whenReady().then(()=>{const{model:n}=I.getInstance().modelManager.createModelInstance(t,e??t,s);return n.whenReady().then(()=>{o(n.modelData)})})});return po(r)}function Gb(t){return e=>{const{model:s,status:r,KosModelLoader:o}=dn();return _.jsx(o,{...r,children:_.jsx(t,{...e,kosTime:s})})}}const Ed=()=>{const t=Zt.type;return G({modelId:t,modelType:Zt.type,options:{}})};function zb(t){return e=>{const{model:s,status:r,KosModelLoader:o}=Ed();return _.jsx(o,{...r,children:_.jsx(t,{...e,networkInterfaceContainer:s})})}}const _d=()=>{const t=Hs.type;return G({modelId:t,modelType:Hs.type,options:{}})};function Vb(t){return e=>{const{model:s,status:r,KosModelLoader:o}=_d();return _.jsx(o,{...r,children:_.jsx(t,{...e,oTA:s})})}}function Yb(t,e){g.useEffect(()=>{function s(o){t.current&&!t.current.contains(o.target)&&e()}function r(o){o.key==="Escape"&&e()}return document.addEventListener("mousedown",s),document.addEventListener("keydown",r,!1),()=>{document.removeEventListener("mousedown",s),document.removeEventListener("keydown",r,!1)}},[t,e])}function qb(t){const e=g.useRef(null),s=t.onAlert;return Yb(e,s),_.jsx("div",{ref:e,style:{width:"100%"},children:t.children})}const Wb=t=>{var d;const{stateProp:e}=t,[s,r]=g.useState((d=t.stateProp)==null?void 0:d.value),[o,n]=g.useState(!1),[i,a]=g.useState(void 0);return g.useEffect(()=>{async function u(h){try{h&&(await se(h),n(!0))}catch(f){a(f.message)}}u(e)},[e]),g.useEffect(()=>{const u=B(()=>{e&&o&&r(e.value)});return()=>{u()}},[o,e]),[s,{ready:o,error:i}]},Td=()=>{const[t,e]=g.useState(!1),[s,r]=g.useState([]),o=at.type,n=G({modelId:o,modelType:at.type,options:{}});return g.useEffect(()=>{const i=B(()=>{var a,c;e(((a=n.model)==null?void 0:a.isStorageInserted)??!1),r(((c=n.model)==null?void 0:c.data)??[])});return()=>{i()}},[n.model]),{...n,inserted:t,devices:s}};function Qb(t){return e=>{const{model:s,status:r,KosModelLoader:o}=Td();return _.jsx(o,{...r,children:_.jsx(t,{...e,storageDeviceContainer:s})})}}const Fr=p.createLogger({name:"use-timer"}),Zb=({timerName:t,onTimerExpired:e,onTimerTick:s,timerEventActions:r,autoStart:o})=>{const n=td.getTimer(t);g.useEffect(()=>{if(!n){console.warn(`Timer with name ${t} does not exist.`);return}const d=O(nn,u=>{const{name:h,action:f,remainingTime:m}=u==null?void 0:u.body;h===t&&(f===cn?e({name:h,action:f,remainingTime:m,timer:n}):r!=null&&r[f]&&r[f]({name:h,action:f,remainingTime:m,timer:n}))});return o&&n.start(),()=>{d.unsubscribe()}},[o,e,r,t,n]),g.useEffect(()=>{if(!n||!s)return;const d=`${an}/${t}`,u=O(d,h=>{const{name:f,remainingTime:m}=h==null?void 0:h.body;f===t&&s({name:f,remainingTime:m,timer:n})});return()=>{u.unsubscribe()}},[s,t,n]);const i=g.useCallback(()=>{n?n.start():Fr.warn(`Timer with name ${t} does not exist.`)},[n,t]),a=g.useCallback(()=>{n?n.reset():Fr.warn(`Timer with name ${t} does not exist.`)},[n,t]),c=g.useCallback(()=>{n?n.pause():Fr.warn(`Timer with name ${t} does not exist.`)},[n,t]);return{timer:n,start:i,reset:a,pause:c}},Jb=t=>{const e=/[\\^$.*+?()[\]{}|]/g;return RegExp(e.source).test(t)?t.replace(e,"\\$&"):t},Xb=t=>t instanceof RegExp,ew=t=>typeof t=="string",tw=(t,e,s)=>{if(t===""||e==="")return t;let r=e;Xb(r)||(r=new RegExp("("+Jb(r)+")","gi"));const o=t.split(r);for(let n=1,i=o.length;n<i;n+=2)o[n]=s(o[n],n);return o},Id=(t,e,s)=>{let r=t;return Array.isArray(r)||(r=[r]),r.flatMap(o=>ew(o)?tw(o,e,s):o)};function sw(t,e){let s=t;return Object.entries(e).forEach(([r,o])=>{const n=new RegExp(`<${r}>(.*?)</${r}>|<${r}/>`,"g");s=Id(s,n,(i,a)=>o.type==="br"?_.jsx("br",{}):g.cloneElement(o,{key:`${r}-${a}`},i))}),s}const rw=t=>{const{i18nKey:e,t:s,defaults:r,components:o,values:n={},context:i}=t,a=s(e,{defaultValue:r,data:n,context:i,returnObjects:!0}),c=sw(a,o||{});return _.jsx("span",{className:t.className,children:c})},Qe=new Map;function ow(t,e){if(Qe.has(t)){const s=Qe.get(t);if(s.status==="finished")return s.result;throw s.promise}else{const s=e().then(o=>{Qe.set(t,{status:"finished",result:o})},o=>{throw Qe.set(t,{status:"error",error:o}),o}),r={status:"pending",promise:s};throw Qe.set(t,r),s}}function to(t,e){return ow(t,e)}const nw=async()=>{const t=await ja(Te.type);return await se(t.model),t.model},iw=async(t,e,s)=>{const r=t.resolveNamespace(e);await se(r);for(const o of s){const n=t.resolveNamespace(o);await se(n),Qe.set(o,{status:"finished",result:n})}return r},aw=(t,e)=>{const s=[t].flat(),[r,...o]=s,n=to(Te.type,nw),i=s.join("__"),a=to(i,()=>iw(n,r,o)),c=g.useMemo(()=>({exists:u=>{const h=e!=null&&e.keyPrefix?`${e.keyPrefix}.${u}`:u;return a?a.exists(h):!1}}),[e==null?void 0:e.keyPrefix,a]);return{t:g.useCallback((u,h)=>{const f=e!=null&&e.keyPrefix?`${e.keyPrefix}.${u}`:u;return a?a.resolveKey(f,h):(p.debug(`Translation model ${t} not ready for key: ${f}`),f)},[e==null?void 0:e.keyPrefix,t,a]),i18n:c}},Od=()=>{const t=Te.type;return G({modelId:t,modelType:Te.type,options:{}})};function cw(t){return e=>{const{model:s,status:r,KosModelLoader:o}=Od();return _.jsx(o,{...r,children:_.jsx(t,{...e,translationContainer:s})})}}const lw=t=>G({modelId:t,modelType:Wt.type}),pn=()=>G({modelId:ot.type,modelType:ot.type,options:{}}),dw=({troubleType:t,condition:e})=>{const{model:s}=pn(),[r,o]=g.useState(!1),[n,i]=g.useState([]),a=g.useCallback(()=>{var c,d;return n.length>0&&((c=n[0])!=null&&c.resolvable)?(d=n[0])==null?void 0:d.resolve():Promise.resolve(void 0)},[n]);return g.useEffect(()=>B(()=>{const d=(t?s==null?void 0:s.troubles.getIndexByKey("byType",t):s==null?void 0:s.troubles.data)||[],u=e?d.filter(e):d;o(u.length>0),i(u)}),[e,s,t]),[r,a,n.length>0?n[0]:void 0,n]};function uw(t){return e=>{const{model:s,status:r,KosModelLoader:o}=pn();return _.jsx(o,{...r,children:_.jsx(t,{...e,troubleContainer:s})})}}const Sd=()=>{const t=Xt.type,e=G({modelId:t,modelType:Xt.type,options:{},activate:!0,destroyOnUnmount:!0}),[s,r]=g.useState(!1),[o,n]=g.useState(!1),[i,a]=g.useState([]);return g.useEffect(()=>{const c=B(()=>{var d,u,h;r(((d=e.model)==null?void 0:d.isUsbInserted)??!1),n(((u=e.model)==null?void 0:u.hasAvailableUpdates)??!1),a(((h=e.model)==null?void 0:h.data)??[])});return()=>{c()}},[e.model]),{...e,inserted:s,updateAvailable:o,updates:i}};function hw(t){return e=>{const{model:s,status:r,KosModelLoader:o}=Sd();return _.jsx(o,{...r,children:_.jsx(t,{...e,usbUpdateContainer:s})})}}const gw=({path:t,propKey:e})=>{const{status:s}=G({modelType:Ht.type,modelId:t,options:{path:t}}),[r,o]=g.useState(!1),[n,i]=g.useState(),[a,c]=g.useState(""),[d,u]=g.useState(),h=f=>{n&&e&&n.updateProperty(e,f)};return g.useEffect(()=>{var f;s.model&&i(s.model),s.model&&e&&((f=s.model)!=null&&f.props.has(e)?c(s.model.props[e]):u(`property ${e} not found`)),s.ready&&o(s.ready)},[s.ready,s.model,e]),g.useEffect(()=>{e&&M.autorun(()=>{const f=n==null?void 0:n.props[e];c(f||"")})},[n,e]),{config:n,ready:r,value:a,error:d,updateValue:h}},fw=(t,e)=>{switch(e.type){case"UPDATE":return e.payload;default:return t}},$d=({configProperty:t,optionsTransformer:e})=>{const[s,r]=g.useState(!1),[o,n]=g.useState(""),[i,a]=g.useReducer(fw,{value:String(t==null?void 0:t.value),displayValue:t==null?void 0:t.displayValue,significantValue:t==null?void 0:t.significantValue,unit:t==null?void 0:t.unit,options:t==null?void 0:t.options,mappedOptions:[],updateProperty:t==null?void 0:t.updateProperty,displayOptions:t==null?void 0:t.displayOptions}),c=g.useCallback(d=>{var h;let u="factory";typeof d=="string"?u=d:(h=d==null?void 0:d.target)!=null&&h.value&&(u=d.target.value),u&&(t==null||t.updateProperty(u))},[t]);return g.useEffect(()=>{async function d(u){try{u&&(await se(u),r(!0))}catch(h){n(h.message)}}d(t)},[t]),g.useEffect(()=>{const d=B(()=>{if(t&&s){let u=[];e&&(u=e(t.options)),a({type:"UPDATE",payload:{value:String(t.value),displayValue:t.displayValue,significantValue:t.significantValue,unit:t.unit,options:t.options,mappedOptions:u,updateProperty:t.updateProperty,displayOptions:t==null?void 0:t.displayOptions}})}});return()=>{d()}},[t,e,s]),{...i,configSelectProps:{onChange:c,value:i.value,options:e?i.mappedOptions||[]:i.options||[]},ready:s,error:o}};function pw(t,e){const s=e??new Date().getFullYear(),r=[31,28,31,30,31,30,31,31,30,31,30,31];return t===1&&(s%4===0&&s%100!==0||s%400===0)?29:r[t]??0}function mw(t,e){return new Date(t,e,0).getDate()}function Dd(t,e){const s=pw(e,t),r=[];for(let o=1;o<=s;o++)r.push(o);return r}function Cd(){return[...Array(12).keys()].map(e=>new Date(0,e).getMonth())}function Rd(t=[2018,2028]){const e=[];for(let s=t[0];s<=t[1];s++)e.push(s);return e}function Ad(t,e=[2018,2028]){const s=Rd(e);return t==="long"?s:s.map(r=>Number(r.toString().substring(2)))}function mn(t="numeric",e="en-US"){const s=new Intl.DateTimeFormat(e,{month:t,timeZone:"UTC"}).format;return[...Array(12).keys()].map(r=>s(new Date(Date.UTC(0,r,1))))}function yw({locale:t="en-US",year:e,month:s,day:r,formatOptions:o={weekday:"long",year:"numeric",month:"long",day:"numeric"},displayOrder:n}){const i=s-1,a=new Date(e,i,r),c=new Intl.DateTimeFormat(t,{month:o.month}).format(a),d=new Intl.DateTimeFormat(t,{year:o.year}).format(a),u=new Intl.DateTimeFormat(t,{day:o.day}).format(a);return n?n=="MMDDYY"?`${c} ${u} ${d}`:n==="DDMMYY"?`${u} ${c} ${d}`:n==="YYMMDD"?`${d} ${c} ${u}`:`${d} ${u} ${c}`:new Intl.DateTimeFormat(t,o).format(a)}function le(t){return t.toString().length===2?new Date(Date.parse(`01 Jan 20${t}`)).getFullYear():t}function bw(t){return typeof t=="string"?new Date(Date.parse(`01 ${t.substring(0,3)} 2023`)).getMonth()+1:t}function Pd(t,e,s){const r=le(e),o=new Date(r,t,1).getDay(),n=new Date(r,t+1,0).getDate();return[...Array(42).keys()].map(a=>a<o||a>n+o-1?{label:"",value:0,disabled:!0}:s[a-o])}function Rt(t,e,s){const r=e-1,o=new Date(t,r,s);return new Date(o).getMonth()===r&&new Date(o).getDate()===s}function At(t,e){return new Date(t,e,0).getDate()}function Ld(t="en-US",e="short"){const s=new Intl.DateTimeFormat(t,{weekday:e}).format;return[...Array(7).keys()].map(r=>s(new Date(Date.UTC(2021,5,r))))}function xd({locale:t="en-US",year:e=new Date().getFullYear(),month:s=new Date().getMonth(),yearRange:r=[2018,2028],daysOfWeekFilter:o=[],formatOptions:{yearFormat:n="long",monthFormat:i="long",dayFormat:a="short"}={}}){const c=yn(n,r),d=Fd(n,r,t),u=kd(i,t),h=Nd(i,t),f=bn(e,s),m=Ud(e,s,t,o),w=Kd(s,e,m),v=jd(t,a);return{daysArray:f,monthsArray:u,yearsArray:c,yearsOptionsArray:d,monthsOptionsArray:h,daysOptionsArray:m,calendarDayArray:w,dayNamesArray:v}}function yn(t="long",e=[2018,2028]){return g.useMemo(()=>Ad(t,e),[t,e])}function Fd(t="long",e=[2018,2028],s="en-US"){const r=yn(t,e);return g.useMemo(()=>r.map(n=>({label:n.toLocaleString(s).replace(",",""),value:n})),[s,r])}function kd(t,e="en-US"){return g.useMemo(()=>mn(t,e),[t,e])}function Nd(t,e="en-US"){const s=g.useMemo(()=>Cd(),[]),r=g.useMemo(()=>mn(t,e),[t,e]);return g.useMemo(()=>[...Array(12).keys()].map(n=>({label:r[n],value:Number(s[n])})),[r,s])}function bn(t,e){const s=le(t);return g.useMemo(()=>Dd(s,e),[e,s])}const ww=(t,e,s,r=[])=>{const o=new Date(t,e,s).getDay();return r.length>0&&r.includes(o)};function Ud(t,e,s="en-US",r=[]){const o=bn(t,e);return g.useMemo(()=>o.map(i=>({label:i.toLocaleString(s),value:i,disabled:ww(t,e,i,r)})),[r,s,e,o,t])}function jd(t="en-US",e="short"){return g.useMemo(()=>Ld(t,e),[t,e])}function Bd({year:t=new Date().getFullYear(),month:e=new Date().getMonth(),day:s=new Date().getDate(),formatString:r}){const o=e,n=new Date(t,o,s);return{formattedDate:$e.format(n,r)}}function Kd(t,e,s){return g.useMemo(()=>Pd(t,e,s),[t,e,s])}var Hd=(t=>(t.MMDDYY="MMDDYY",t.DDMMYY="DDMMYY",t.YYMMDD="YYMMDD",t.YYDDMM="YYDDMM",t))(Hd||{});function vw({locale:t="en-US",date:{year:e=new Date().getFullYear(),month:s=new Date().getMonth(),day:r=new Date().getDate()}={year:new Date().getFullYear(),month:new Date().getMonth(),day:new Date().getDate()},formatOptions:{yearFormat:o="long",monthFormat:n="long",dayFormat:i="short",formatString:a="yyyy/MM/dd"}={},filterOptions:{yearsRange:c=[2018,2028],daysOfWeekFilter:d=[]}={}}){const[u,h]=g.useState(e),[f,m]=g.useState(c),[w,v]=g.useState(s),[E,T]=g.useState(r);g.useEffect(()=>{h(e)},[e]),g.useEffect(()=>{v(s)},[s]),g.useEffect(()=>{T(r)},[r]);const{yearsArray:K,yearsOptionsArray:fe,monthsArray:we,monthsOptionsArray:D,daysArray:z,daysOptionsArray:F,calendarDayArray:V,dayNamesArray:Se}=xd({locale:t,year:u,yearRange:f,month:w,formatOptions:{yearFormat:o,monthFormat:n,dayFormat:i},daysOfWeekFilter:d}),{formattedDate:ve}=Bd({year:u,month:w,day:E,formatString:a});return{dateActions:{setYear:h,setYearRange:m,setMonth:v,setDay:T,nextMonth:()=>{const Y=w<11?le(u):le(u+1),ee=w<11?w+1:0;if(!Rt(Y,ee,E)){const Le=At(Y,ee);T(Le)}ee===0&&h(Y),v(ee)},previousMonth:()=>{const Y=le(w===0?u-1:u),ee=w===0?11:w-1;if(!Rt(Y,ee,E)){const Le=At(Y,ee);T(Le)}ee===11&&h(Y),v(ee)},nextYear:()=>{const Y=u<f[1]?u+1:f[0],ee=le(Y);if(Rt(ee,w,E))h(Y);else{const Le=At(le(u+1),w);T(Le),h(Y)}},previousYear:()=>{const Y=u>f[0]?u-1:f[0],ee=le(Y);if(Rt(ee,w,E))h(Y);else{const Le=At(le(u-1),w);T(Le),h(Y)}}},dateState:{year:u,yearRange:f,month:w,day:E,yearsArray:K,yearsOptionsArray:fe,monthsArray:we,monthsOptionsArray:D,daysArray:z,daysOptionsArray:F,calendarDayNames:Se,calendarDayArray:V,formattedDate:ve}}}function Gd({date:t=new Date,dateFormat:e,timeFormat:s,options:r={}}){const[o,n]=g.useState("Formatting Time..."),[i,a]=g.useState("Formatting Date..."),c=!!r.ignoreDateFormat,{model:d,ready:u}=G({modelId:Q.type,modelType:Q.type,options:{}}),h=typeof t=="string"?$e.parseISO(t):t;return g.useEffect(()=>{c?a(""):e?a($e.format(h,e)):u&&a($e.format(h,d!=null&&d.selectedDateFormat?d==null?void 0:d.selectedDateFormat:""))},[c,t,e,h,d,u]),g.useEffect(()=>{s?n($e.format(h,s)):u&&n($e.format(h,d!=null&&d.selectedTimeFormat?d==null?void 0:d.selectedTimeFormat:""))},[t,s,h,d,u]),{formattedDate:i,formattedTime:o}}const zd=({secondsFromMidnight:t=0})=>{const[e,s]=g.useState(0),[r,o]=g.useState(0),[n,i]=g.useState(0),[a,c]=g.useState(new Date),{formattedTime:d}=Gd({date:a,options:{ignoreDateFormat:!0}});return g.useEffect(()=>{const u=Number(t),h=Math.floor(u/3600),f=Math.floor(u%3600/60),m=u%60;s(h),o(f),i(m);const w=new Date;w.setHours(0,0,0,0);const v=new Date(w.getTime()+u*1e3);c(new Date(v))},[t]),{hours:e,minutes:r,seconds:n,formattedTime:d,timeActions:{setHours:s,setMinutes:o,setSeconds:i}}},Mw=({configProperty:t})=>{const{value:e}=$d({configProperty:t}),s=parseInt(e||"0",10),{hours:r,minutes:o,seconds:n,formattedTime:i,timeActions:a}=zd({secondsFromMidnight:s}),c=g.useRef();return g.useEffect(()=>{const d=r*3600+o*60+n;return c.current&&clearTimeout(c.current),c.current=setTimeout(()=>{t&&t.updateProperty(d.toString())},100),()=>{c.current&&clearTimeout(c.current)}},[t,r,o,n]),{hours:r,minutes:o,seconds:n,formattedTime:i,timeActions:a}};function Ew(t,e={}){const{intervalMs:s=5*60*1e3,immediate:r=!0}=e;g.useEffect(()=>{const o=()=>{try{t({__warmup:!0})}catch{}};r&&("requestIdleCallback"in window?requestIdleCallback(o):setTimeout(o,1));const n=s?setInterval(o,s):null;return()=>{n&&clearInterval(n)}},[t,s,r])}const _w=t=>_.jsx("option",{title:t.id,value:t.format,children:t.format},t.id),Tw=(t=_w)=>{const[e,s]=g.useState([]),[r,o]=g.useState(),{model:n,ready:i}=G({modelType:Q.type,modelId:Q.type,options:{}});g.useEffect(()=>{const c=B(()=>{s((n==null?void 0:n.dateFormatOptions.map(t))||[])});return()=>{c()}},[n,i,t]),g.useEffect(()=>{const c=B(()=>{n!=null&&n.dateFormatId&&(n!=null&&n.selectedDateFormat)&&o({id:n==null?void 0:n.dateFormatId,value:n==null?void 0:n.selectedDateFormat})});return()=>{c()}},[n==null?void 0:n.selectedDateFormat,n==null?void 0:n.dateFormatId]);const a=g.useCallback(c=>{var u;let d="";typeof c=="string"?d=c:(u=c==null?void 0:c.target)!=null&&u.value&&(d=c.target.value),d&&(n==null||n.setSelectedDateFormat(d))},[n]);return{raw:(n==null?void 0:n.dateFormatOptions.map(c=>c.id))??[],regionModel:n,selectedDateFormat:(r==null?void 0:r.value)||"",dateFormatId:(r==null?void 0:r.id)||"",updateDateFormat:a,props:{onChange:a,value:(r==null?void 0:r.id)||"",options:e}}},Iw=t=>_.jsx("option",{title:t,value:t,children:t},t),Vd="kos:service:region:settings",Yd="timeZone",Ow=`${Vd}-${Yd}`,Sw=(t=Iw)=>{const[e,s]=g.useState([]),[r,o]=g.useState(""),{model:n,ready:i}=G({modelType:Q.type,modelId:Q.type,options:{}}),a=Ke.factory(Ow)({path:Vd,attribute:Yd});g.useEffect(()=>{const d=B(()=>{s((n==null?void 0:n.timeZones.map(t))||[]),n!=null&&n.timeZones.length&&eo(n==null?void 0:n.timeZones[0])});return()=>{d()}},[n,i,t]),g.useEffect(()=>{const d=B(()=>{o(a.value||"")});return()=>{d()}},[a.value]);const c=g.useCallback(d=>{var h;let u="factory";typeof d=="string"?u=d:(h=d==null?void 0:d.target)!=null&&h.value&&(u=d.target.value),u&&eo(u)},[]);return{options:e,raw:(n==null?void 0:n.timeZones)??[],regionModel:n,selectedTimeZone:r,timeZones:(n==null?void 0:n.timeZones)??[],updateTimeZone:c,selectProps:{onChange:c,value:r,options:e}}},qd="kos:service:region",Wd="regionId",$w=`${qd}-${Wd}`,Dw=t=>_.jsx("option",{title:t,value:t,children:t},t),Qd=(t=Dw)=>{const[e,s]=g.useState([]),[r,o]=g.useState("factory"),{model:n,ready:i}=G({modelType:Q.type,modelId:Q.type,options:{}}),a=Ke.factory($w)({path:qd,attribute:Wd});g.useEffect(()=>{const d=B(()=>{s((n==null?void 0:n.availableRegions.map(t))||[])});return()=>{d()}},[n,i,t]),g.useEffect(()=>{const d=B(()=>{o(a.value||"factory")});return()=>{d()}},[a.value]);const c=g.useCallback(d=>{var h;let u="factory";typeof d=="string"?u=d:(h=d==null?void 0:d.target)!=null&&h.value&&(u=d.target.value),u&&Xl(u)},[]);return{raw:(n==null?void 0:n.availableRegions)??[],regionModel:n,regionData:n==null?void 0:n.selectedRegion,selectedRegion:r,updateRegion:c,regionSelectProps:{onChange:c,value:r,options:e}}},Cw=t=>_.jsx("option",{title:t.id,value:t.format,children:t.format},t.id),Rw=(t=Cw)=>{const[e,s]=g.useState([]),[r,o]=g.useState(),{model:n,ready:i}=G({modelType:Q.type,modelId:Q.type,options:{}});g.useEffect(()=>{const c=B(()=>{s((n==null?void 0:n.timeFormatOptions.map(t))||[])});return()=>{c()}},[n,i,t]),g.useEffect(()=>{const c=B(()=>{n!=null&&n.timeFormatId&&(n!=null&&n.selectedTimeFormat)&&o({id:n==null?void 0:n.timeFormatId,value:n==null?void 0:n.selectedTimeFormat})});return()=>{c()}},[n==null?void 0:n.selectedTimeFormat,n==null?void 0:n.timeFormatId]);const a=g.useCallback(c=>{var u;let d="";typeof c=="string"?d=c:(u=c==null?void 0:c.target)!=null&&u.value&&(d=c.target.value),d&&(n==null||n.setSelectedTimeFormat(d))},[n]);return{raw:(n==null?void 0:n.timeFormatOptions.map(c=>c.id))??[],regionModel:n,selectedTimeFormat:(r==null?void 0:r.value)??"",timeFormatId:(r==null?void 0:r.id)??"",updateTimeFormat:a,props:{onChange:a,value:(r==null?void 0:r.id)??"",options:e}}},Aw=(t,e)=>g.useMemo(()=>$o(t),e),Pw={config:{attributes:!0,childList:!0,subtree:!0}};function Lw(t,e,s=Pw){const[r,o]=g.useState(null);g.useEffect(()=>{if(!e||typeof e!="function")throw new Error("A valid callback function is required");const n=new MutationObserver(e);o(n)},[e,s,o]),g.useEffect(()=>{if(!r)return()=>{};if(!t)throw new Error("A valid DOM element is required");const{config:n}=s;try{r.observe(t,n)}catch(i){p.error(i)}return()=>{r&&r.disconnect()}},[r,t,s])}const Zd={validateStart:function(t){return!0},validateStop:function(t){const e=t.event.currentTarget.getBoundingClientRect(),[s,r]=t.xy;return s<e.left||s>e.right||r<e.top||r>e.bottom}},kr=p.createLogger({name:"usePressGesture",group:"kos-hooks"});function xw({onPressed:t,onRelease:e,intersectionStrategy:s=Zd}){const r=g.useRef(!1),o=cu.useGesture({onDragStart:c=>{kr.info("onDragStart",c.type),s.validateStart(c)&&(t&&t(),r.current=!0)},onDrag:c=>{kr.info("onDrag",c.type),r.current&&s.validateStop(c)&&(e&&e(),r.current=!1)},onDragEnd:c=>{kr.info("onDragEnd",c.type),r.current&&e&&(e(),r.current=!1)}}),n=()=>{t&&t(),r.current=!0},i=()=>{r.current&&e&&(e(),r.current=!1)},a=()=>{r.current&&e&&(e(),r.current=!1)};return{dom:o,mesh:()=>({onPointerDown:n,onPointerUp:i,onPointerOut:a})}}const Jd=()=>{const[t,e]=g.useState(!1),s=I.getInstance();return g.useEffect(()=>{const r=B(()=>{s&&s.reloading!==t&&e(s.reloading)});return()=>{r()}},[s,t]),[t]};function Xd(t=!1,e="2-digit"){return g.useMemo(()=>{const s=t?12:24;return Array.from({length:s},(r,o)=>{const n=t&&o===0?12:o%s;return{id:o,label:e==="2-digit"?n.toString().padStart(2,"0"):n.toString()}})},[e,t])}function so(t,e="2-digit",s=0,r=0){return g.useMemo(()=>Array.from({length:t},(o,n)=>{const i=String(n+s);return{id:n+r,label:e==="2-digit"?i.padStart(2,"0"):i}}),[t,s,r,e])}function eu(t="en-US"){return g.useMemo(()=>["AM","PM"].map(e=>{const s=new Intl.DateTimeFormat(t,{hour:"2-digit",hour12:!0}).formatToParts(new Date().setHours(e==="AM"?0:12))[2].value;return{id:s,label:s}}),[t])}function tu({formatOptions:{hour12:t=!0,hour:e="2-digit",minute:s="2-digit",second:r="2-digit"}={hour12:!0,hour:"2-digit",minute:"2-digit",second:"2-digit"},locale:o="en-US"}){const n=Xd(t,e),i=so(60,s),a=so(60,r),c=eu(o);return{hourOptions:n,minuteOptions:i,secondOptions:a,amPmOptions:c}}function su(t,e){return $e.format(t,e)}function ru({formatOptions:t,initialDate:e=new Date,locale:s="en-US",format:r="HH:mm"}){const[o,n]=g.useState(e),i=g.useCallback(v=>{n(E=>{const T=new Date(E);return T.setHours(Number(v)),T})},[]),a=g.useCallback(v=>{n(E=>{const T=new Date(E);return T.setMinutes(Number(v)),T})},[]),c=g.useCallback(v=>{n(E=>{const T=new Date(E);return T.setSeconds(Number(v)),T})},[]),d=g.useCallback(v=>{const E=new Date(v);n(E)},[]),u=su(o,r),{hourOptions:h,minuteOptions:f,secondOptions:m,amPmOptions:w}=tu({formatOptions:t,locale:s});return{amPmOptions:w,formattedTime:u,hourOptions:h,minuteOptions:f,secondOptions:m,setHours:i,setMinutes:a,setSeconds:c,setTime:d,time:new Date(o)}}const Fw=t=>{const{regionModel:e}=Qd(),s=g.useMemo(()=>({hour12:e==null?void 0:e.is12HourTimeFormat}),[e==null?void 0:e.is12HourTimeFormat]);return ru({...t,locale:e==null?void 0:e.regionId,format:e==null?void 0:e.selectedTimeFormat,formatOptions:s})};function kw(t){return e=>{const[s]=Jd();return s?_.jsx(cd,{message:"Wait a moment while your project reloads..."}):_.jsx(t,{...e})}}const Xn=p.createLogger({name:"studio-properties-service",group:"Services"}),Nw="/api/kos/studio/properties",ou=async t=>{if(Xn.debug("sending GET for studio-properties"),!t)throw Xn.error("connectionId is undefined"),new Error("connectionId is undefined");return await Oe.get(Nw,{},{destinationAddress:t,timeout:500})},Uw=Object.freeze(Object.defineProperty({__proto__:null,getStudioProperties:ou},Symbol.toStringTag,{value:"Module"}));var jw=Object.defineProperty,Bw=Object.getOwnPropertyDescriptor,Kw=(t,e,s,r)=>{for(var o=r>1?void 0:r?Bw(e,s):e,n=t.length-1,i;n>=0;n--)(i=t[n])&&(o=(r?i(e,s,o):i(o))||o);return r&&o&&jw(e,s,o),o};const nu="studio-properties-model",Hw="/kos/studio/properties",ei={"kos.studio.tool.legacy":1};let ro=class{constructor(t,e,s){l(this,"id");l(this,"connectionId");l(this,"unsubscribe",null);l(this,"logger");l(this,"data");this.id=t,this.logger=s.logger,this.data=De(),this.connectionId=e.connectionId}async init(){this.logger.debug(`initializing studio-properties ${this.id}`)}async load(){this.logger.debug(`loading studio-properties ${this.id}`)}async terminatePropertiesSession(){var t;(t=this.unsubscribe)==null||t.call(this)}async initializePropertiesSession(){this.unsubscribe=et.getInstance().subscribeTopic({topic:Hw,destinationAddress:this.connectionId,callback:s=>{this.logger.error(`Received studio-properties message for connection ${this.connectionId}: ${JSON.stringify(s)}`)}});const[t,e]=await ou(this.connectionId);if(t){this.logger.error(`Error loading studio-properties: ${t}`),this.data.setValues(ei);return}if(e){const s=Object.keys(e).reduce((r,o)=>(r[o]=e[o]??o,r),{});this.data.setValues(s??ei),p.ifDebug(()=>this.logger.debug(`studio-properties loaded: ${JSON.stringify(s)}`))}}get(t){return this.data[t]}createObservableProperty(t){return $o(()=>this.get(t))}};ro=Kw([R(nu)],ro);const Gw=new ge({class:ro,type:nu});Object.defineProperty(exports,"makeAutoObservable",{enumerable:!0,get:()=>M.makeAutoObservable});Object.defineProperty(exports,"makeObservable",{enumerable:!0,get:()=>M.makeObservable});Object.defineProperty(exports,"kosComponent",{enumerable:!0,get:()=>no.observer});exports.AuthState=Ya;exports.BrowserKosRouter=sc;exports.BrowserRouter=jo;exports.CanvasDispatcher=it;exports.CanvasDispatcherServices=Nm;exports.CanvasRenderer=Zo;exports.CanvasStreamer=Ub;exports.CanvasStreamerBase=vd;exports.ChildModels=Lt;exports.CompanionDecoratorMixin=ql;exports.CompanionParentModel=Rs;exports.ConfigBean=Ht;exports.CoreExtensionManager=xy;exports.CoreModels=on;exports.CreateModelTranslationsContext=pd;exports.CreateModelTranslationsProvider=mb;exports.DateDisplayFormat=Hd;exports.DateHelpers=Tu;exports.DependencyLifecycle=N;exports.DependencyModels=L;exports.Device=Js;exports.DeviceServices=oy;exports.DomIntersectionStrategy=Zd;exports.EVENT_KOS_MODEL_READY=lo;exports.EVENT_TROUBLE_ADDED=ef;exports.EVENT_TROUBLE_REMOVED=tf;exports.EXTENSION_CANVAS_RENDERER=ne;exports.EXTENSION_FEATURE_FLAG_RESOLVER=qi;exports.EXTENSION_TROUBLE_DATA_MAPPER=Bs;exports.EXTENSION_TROUBLE_MAPPER=cs;exports.ErrorBoundaryWithFallback=ld;exports.EventBus=hu;exports.EventBusFunctional=fu;exports.EventBusState=mu;exports.ExtensionManager=S;exports.FUTURE_CONTAINER_MODEL_TYPE=Cc;exports.FUTURE_MODEL_TYPE=vc;exports.FUTURE_NOT_ASSIGNED=Co;exports.FeatureFlagService=Wi;exports.FetchError=ie;exports.FutureContainerFactory=Re;exports.FutureContainerModel=Ac;exports.FutureEndState=Ce;exports.FutureFactory=ft;exports.FutureHandler=ur;exports.FutureManager=je;exports.FutureModel=Oc;exports.FutureService=Pt;exports.HEADER_CACHE_CONTROL=ii;exports.HEADER_CONTENT_TYPE=ni;exports.HEADER_DESTINATION_ADDR=Ie;exports.HEADER_FOS_REQUEST_ID=ai;exports.HEADER_METHOD=sr;exports.HEADER_ORDERED=ao;exports.HEADER_REQUEST_ID=es;exports.HEADER_REQUEST_TYPE=me;exports.HEADER_RESPONSE_ID=rr;exports.HEADER_SOURCE_ADDR=oi;exports.HEADER_TOPIC=ri;exports.HEADER_URL=lt;exports.HEADER_WORK_TRACKER=co;exports.HttpRouteHandlers=Ee;exports.KOS_MODEL_ID=Ds;exports.KeyValue=Ho;exports.KeyValueServices=Zf;exports.Kos=Z;exports.KosConfigPropertySpec=Ke;exports.KosContainerIndex=Oo;exports.KosContextBean=ec;exports.KosContextManager=j;exports.KosCore=I;exports.KosCoreModelPropertyMapper=de;exports.KosDataContainer=So;exports.KosDependencyTypes=sh;exports.KosExtensionUtils=$u;exports.KosFeatureFlags=Qi;exports.KosFetchMethods=Ea;exports.KosGlobalConfig=wo;exports.KosHttpRouteManager=Eo;exports.KosLog=p;exports.KosLogManager=jc;exports.KosLogManagerServices=rp;exports.KosMockEvents=di;exports.KosModel=xa;exports.KosModelCollectionProvider=ub;exports.KosModelContainer=be;exports.KosModelContext=wr;exports.KosModelEvents=A;exports.KosModelFactory=Ut;exports.KosModelFutureContainerMixin=ds;exports.KosModelLoader=gd;exports.KosModelLoaderDisplay=fd;exports.KosModelManager=Na;exports.KosModelProvider=dd;exports.KosModelRegistrationFactory=ge;exports.KosModelRegistry=Xr;exports.KosModelState=b;exports.KosModelSymbol=ta;exports.KosModelVisitor=Ig;exports.KosObservableData=Qa;exports.KosRegistration=Yg;exports.KosSingletonRegistration=qg;exports.KosTime=Ns;exports.KosTimeContext=un;exports.KosTimeProvider=Tb;exports.KosTimeServices=dp;exports.KosTimer=ed;exports.KosToken=tc;exports.KosTranslationProvider=Rb;exports.KosTranslations=El;exports.KosWSTransportStatus=La;exports.KosWsEvents=ts;exports.LOADER_FEATURE_FLAG=ju;exports.LOGIN_HOST=ci;exports.LOGIN_URL=lu;exports.LoadingMessage=cd;exports.LogBlock=qt;exports.LogBlockContainer=pr;exports.LogConfig=Ft;exports.LogStream=Bt;exports.LogStreamContainer=as;exports.LogStreamServices=Mp;exports.MODEL_DELETION_DELAY=ka;exports.MiddlewareChain=Wa;exports.ModelEffects=Ne;exports.MultipleFutureHandler=Df;exports.NestedModelContext=vr;exports.NetworkInterface=en;exports.NetworkInterfaceContainer=Zt;exports.NetworkInterfaceServices=fy;exports.ObservableData=De;exports.Ota=Hs;exports.OutsideAlerter=qb;exports.PLUGIN_EXTENSION_NAME=Du;exports.PORT=li;exports.PROFILE_LOG_DEBUG=Ni;exports.PROFILE_LOG_INFO=Ui;exports.PROFILE_RELAX_STORE_VALIDATION=Ru;exports.PROFILE_TOOLS_PREVIEW=ki;exports.ParentModel=xt;exports.PluginExtensionManager=Cu;exports.ProgressBar=ab;exports.ReferenceConfig=_s;exports.RegionInfo=Q;exports.RegionServices=hf;exports.RegistrationManager=C;exports.Registry=Ly;exports.STATUS=io;exports.ServiceFactory=J;exports.SingletonKosModelRegistrationFactory=ye;exports.SoftwareInfo=Gs;exports.SoftwareInfoContext=gn;exports.SoftwareInfoProvider=Sb;exports.SoftwareInfoServices=rm;exports.StateBean=Qt;exports.StateBeanServices=lm;exports.StateProp=Yo;exports.StatePropServices=wm;exports.StorageDevice=er;exports.StorageDeviceContainer=at;exports.StorageDeviceServices=wy;exports.StudioProperties=Gw;exports.StudioPropertiesServices=Uw;exports.SubscriptionHandlers=W;exports.TIMER_END=cn;exports.TIMER_EVENT=nn;exports.TOPIC_TIMER_TICK_EVENT=an;exports.TimerManager=td;exports.TokenContext=wd;exports.TokenProvider=Db;exports.Topics=jt;exports.Trans=rw;exports.TransitionMap=Ts;exports.Transitions=vo;exports.Translation=Ys;exports.TranslationContainer=Te;exports.TranslationContainerContext=fn;exports.TranslationContext=Cm;exports.TransportFactory=Br;exports.Trouble=Wt;exports.TroubleContainer=ot;exports.TroubleServices=Bp;exports.Troubles=oe;exports.UsbUpdate=rn;exports.UsbUpdateContainer=Xt;exports.UsbUpdateServices=$y;exports.WS_EVENT_TYPE=_l;exports.WebSocketEvents=Nt;exports.WebSocketTransport=et;exports.WsEventFactory=Wo;exports.acceptOrgInvitation=ad;exports.addDaysToDate=Di;exports.addFuture=Ec;exports.addMonthsToDate=$i;exports.api=Sc;exports.applyMixins=bu;exports.arraysEqual=wu;exports.buildConfigBeanModel=of;exports.buildFuture=Uo;exports.buildFutureModel=Tc;exports.cancelFuture=_c;exports.checkAppsStarted=Jg;exports.convert=xo;exports.convertFileSizeRaw=yu;exports.convertWithUnits=bf;exports.createBaseMessage=Ia;exports.createBroadcastMessageResponse=Da;exports.createCancellablePromise=tb;exports.createClient=To;exports.createFosBaseMessage=Ta;exports.createHeaders=vt;exports.createKosHtpMessageResponse=Ca;exports.createKosMessage=Sa;exports.createKosMessageResponse=Ra;exports.createKosModelFutureManager=Ny;exports.createLazyKosModelFutureManager=Uy;exports.createMessageBody=Pe;exports.createModelDependency=ma;exports.createOptionKey=Vu;exports.createPropKey=Be;exports.createReadableStream=Mt;exports.createStudioMessage=_a;exports.createStudioMessageRequest=Oa;exports.createStudioMessageResponse=$a;exports.debounce=xi;exports.del=ra;exports.deleteFuture=Mc;exports.destroyKosModel=Ue;exports.evaluateScopes=dc;exports.executeChildrenModelLifecycle=wa;exports.executeDependentModelLifecycle=wt;exports.executeListLifecycle=ba;exports.extractTrailingWildcard=ia;exports.fetchModel=Hb;exports.findModel=sg;exports.findModels=Ba;exports.formatDate=Ai;exports.formatDateSince=Si;exports.formatDateTime=Li;exports.formatTime=Pi;exports.get=sa;exports.getAllKosCompanionModels=Ka;exports.getCalendarMonthArray=Pd;exports.getCompanionMixin=Ql;exports.getConfigBean=lc;exports.getDayStrings=Ld;exports.getDays=mw;exports.getDaysArray=Dd;exports.getDaysInMonth=bo;exports.getDependenciesByLifecycle=ya;exports.getFormattedDate=yw;exports.getFormattedMonth=bw;exports.getFormattedMonthsArray=mn;exports.getFormattedYear=le;exports.getFormattedYearsArray=Ad;exports.getFutures=Ff;exports.getHttpRouteHandlers=oa;exports.getKosCompanionModel=rg;exports.getKosLocalizationDescriptor=yl;exports.getKosMessageLogging=Hi;exports.getKosModel=ja;exports.getKosModelSync=pe;exports.getKosModelType=tg;exports.getKosSessionKey=Xa;exports.getLastDayOfMonth=At;exports.getLocalizationDescriptor=Mm;exports.getLogLevel=Ki;exports.getLogMessageToStudio=Gi;exports.getMessageBody=jr;exports.getMonthsArray=Cd;exports.getObservableCompanions=og;exports.getQueryParams=ae;exports.getStartedApps=Xg;exports.getTranslations=ml;exports.getYearsArray=Rd;exports.hasCompanionMixin=Wl;exports.hasDecimals=ac;exports.hasHttpRouteHandlers=As;exports.hasKosModelFutureSupport=jy;exports.hasKosProfile=Nr;exports.hasTrailingWildcard=aa;exports.hslStringToHex=Ji;exports.hslToHex=Zi;exports.httpDelete=oh;exports.initKosProvider=bb;exports.inspectCompanionMixin=Hy;exports.inspectFutureObservability=By;exports.isBoolean=Ao;exports.isKosCompanionTypeFactory=Fa;exports.isKosDataModel=kt;exports.isKosLoggingEnabled=Lu;exports.isKosModel=ce;exports.isKosModelContainer=Mo;exports.isKosModelReady=Ps;exports.isLeapYear=yo;exports.isLocalRefId=Bg;exports.isNumber=lr;exports.isPrintable=ph;exports.isTroubleAware=Rm;exports.isValidDate=Rt;exports.kosAction=q;exports.kosAutoEffect=B;exports.kosChild=he;exports.kosCompanion=eh;exports.kosComputed=$o;exports.kosConfigBean=dr;exports.kosConfigProperty=$f;exports.kosContext=th;exports.kosDependency=ut;exports.kosEffect=nc;exports.kosFuture=ln;exports.kosLogger=nh;exports.kosModel=R;exports.kosModelEffect=na;exports.kosObservable=Do;exports.kosParentAware=ar;exports.kosReference=ih;exports.kosStateBean=Wy;exports.kosStateProp=Qy;exports.kosSubscribe=ah;exports.kosTopicHandler=x;exports.kosWhen=Gr;exports.login=od;exports.mapConfigBeanModelToDto=fc;exports.mapDataToModel=Ur;exports.mapDtoToConfigBeanModel=hc;exports.mapDtoToFutureModel=No;exports.mapDtoToFutureOptions=ko;exports.mapUpdateDtoToConfigBeanModel=gc;exports.modelEventTopicFactory=ca;exports.modelFactory=ht;exports.modelTypeEventTopicFactory=la;exports.modifyConfigBean=cc;exports.modifyFuture=kf;exports.pairedClientHeartbeat=Ag;exports.pipe=Ja;exports.post=rs;exports.preloadKosModel=ag;exports.processId=_u;exports.processMiddleware=$g;exports.put=rh;exports.registerCompanionModel=ig;exports.registerCoreModels=Vl;exports.registerExtensionPoint=ss;exports.registerHttpRoutes=$h;exports.registerKosModel=Ga;exports.registerLegacyModel=Ha;exports.resetKosModel=Ua;exports.resetPassword=id;exports.resolveBaseUrl=qa;exports.resolveChild=va;exports.resolveContainerDeltas=vu;exports.resolveItemListDeltas=Eu;exports.resolveKosCompanion=Kr;exports.resolveKosContext=Gg;exports.resolveKosProfiles=Bi;exports.resolveListDeltas=Mu;exports.resolveServiceUrl=X;exports.resolveVariable=Xi;exports.retryWithExponentialBackoff=Lg;exports.sendAsyncIntent=Qg;exports.sendBroadcastMessage=Fh;exports.sendIntent=Wg;exports.sendKosHttpMessageResponse=Pa;exports.sendKosMessage=Ph;exports.sendKosMessageResponse=Aa;exports.sendRequest=Kg;exports.sendStudioMessage=xh;exports.sendStudioMessageRequest=Lh;exports.setupCompanionDecoratorMixin=Ky;exports.setupCompleteFutureSupport=Yl;exports.setupMinimalFutureSupport=Fy;exports.startPasswordReset=nd;exports.stringComponentInsert=Id;exports.studioAcceptOrgInvitation=eb;exports.studioLogin=Zy;exports.studioResetPassword=Xy;exports.studioStartPasswordReset=Jy;exports.subscribeStore=Gy;exports.syncPublish=Hg;exports.transitionToActive=ha;exports.transitionToInit=pa;exports.transitionToLoad=fa;exports.transitionToReady=ga;exports.transitionToUnload=fh;exports.troubleByTypeReducer=Am;exports.troubleDataFactory=al;exports.unloadKosModel=eg;exports.updateCompanionModelRegistration=Cg;exports.updateModelRegistration=Dg;exports.updateRegion=Xl;exports.updateTimeZone=eo;exports.useAmPmValues=eu;exports.useCalendarDayArray=Kd;exports.useConfigBean=gw;exports.useConfigProperty=$d;exports.useContextModel=lb;exports.useContextModelHierarchy=hd;exports.useDateArrays=xd;exports.useDateProps=vw;exports.useDateRelativeConfig=Mw;exports.useDateRelativeData=zd;exports.useDayNames=jd;exports.useDayOptions=Ud;exports.useDays=bn;exports.useDevice=Md;exports.useFormattedDate=Bd;exports.useFormattedTime=su;exports.useFunctionWarmup=Ew;exports.useHourValues=Xd;exports.useKosCore=yd;exports.useKosDateFormats=Tw;exports.useKosModel=G;exports.useKosRegions=Qd;exports.useKosTime=dn;exports.useKosTimeContext=Ib;exports.useKosTimeFormats=Rw;exports.useKosTimeZones=Sw;exports.useKosTranslation=aw;exports.useKosTranslationContext=Ab;exports.useLocalComputed=Aw;exports.useModelFromHierarchy=gb;exports.useMonths=kd;exports.useMonthsOptions=Nd;exports.useMutationObserver=Lw;exports.useNetworkInterfaceContainer=Ed;exports.useOta=_d;exports.usePressGesture=xw;exports.useProjectReload=Jd;exports.useRegionTimeProps=Fw;exports.useRegionalTimeDate=Gd;exports.useSoftwareInfo=hn;exports.useSoftwareInfoContext=$b;exports.useStateProperty=Wb;exports.useStorageDeviceContainer=Td;exports.useSuspenseData=to;exports.useTimeOptions=tu;exports.useTimeProps=ru;exports.useTimeValues=so;exports.useTimer=Zb;exports.useTranslationContainer=Od;exports.useTroubleContainerModel=pn;exports.useTroubleModel=lw;exports.useTroublePresence=dw;exports.useUsbUpdateContainer=Sd;exports.useYears=yn;exports.useYearsOptions=Fd;exports.uuid=dt;exports.variableToHex=Bu;exports.waitForAppToStart=Zg;exports.waitForAppsToStart=oc;exports.waitForRequest=Io;exports.whenReady=se;exports.withDevice=Kb;exports.withKosModelFutures=ky;exports.withKosTime=Gb;exports.withNetworkInterfaceContainer=zb;exports.withOta=Vb;exports.withProjectReloading=kw;exports.withSoftwareInfo=Ob;exports.withStorageDeviceContainer=Qb;exports.withTranslationContainer=cw;exports.withTroubleContainer=uw;exports.withUsbUpdateContainer=hw;exports.wrapPromise=po;
|
|
194
194
|
//# sourceMappingURL=index.cjs.map
|