@openfin/core-web 0.45.59 → 0.45.60
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/out/api-client.cjs.js +1 -1
- package/out/api-client.esm.js +1 -1
- package/out/{main-6d688890.js → main-4572f6f6.js} +1 -1
- package/out/{main-4329ac11.js → main-461ddd62.js} +1 -1
- package/out/{main-61762580.js → main-64de66e9.js} +1 -1
- package/out/{main-b42799cd.js → main-d7371a4d.js} +1 -1
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
import{EventEmitter as t}from"events";import{isEqual as e}from"es-toolkit";import{v4 as n}from"uuid";const i=(t,e)=>`${e}<${btoa(JSON.stringify(t))}>`,r=(t,e)=>{try{return t.origin===e.origin}catch(t){return!1}},s=(t,e)=>{const n=new MutationObserver(n=>{let i=!1;n.forEach(t=>{"TITLE"!==t.target.parentNode?.nodeName&&"TITLE"!==t.target.nodeName?(t.removedNodes.forEach(t=>{"TITLE"!==t.nodeName&&"TITLE"!==t.parentNode?.nodeName||(i=!0)}),t.addedNodes.forEach(t=>{"TITLE"!==t.nodeName&&"TITLE"!==t.parentNode?.nodeName||(i=!0)})):i=!0});const r=t.querySelector("title")?.textContent??"";i&&e(r)});return n.observe(t,{childList:!0,subtree:!0,characterData:!0}),n};var o,a,c=function(t,e,n,i,r){if("m"===i)throw new TypeError("Private method is not writable");if("a"===i&&!r)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!r:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===i?r.call(t,n):r?r.value=n:e.set(t,n),n},d=function(t,e,n,i){if("a"===n&&!i)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?i:"a"===n?i.call(t):i?i.value:e.get(t)};class h{constructor(t){this.isNodeEnvironment=()=>"node"===this.wire.environment.type,this.isOpenFinEnvironment=()=>"openfin"===this.wire.environment.type,this.isBrowserEnvironment=()=>"other"===this.wire.environment.type,this.wire=t}get fin(){return this.wire.getFin()}get me(){return this.wire.me}}class l extends h{constructor(t,e,...n){super(t),this.topic=e,o.set(this,void 0),a.set(this,void 0),this.eventNames=()=>this.hasEmitter()?this.getOrCreateEmitter().eventNames():[],this.emit=(t,e,...n)=>!!this.hasEmitter()&&this.getOrCreateEmitter().emit(t,e,...n),this.hasEmitter=()=>this.wire.eventAggregator.has(d(this,o,"f")),this.getOrCreateEmitter=()=>this.wire.eventAggregator.getOrCreate(d(this,o,"f")),this.listeners=t=>this.hasEmitter()?this.getOrCreateEmitter().listeners(t):[],this.listenerCount=t=>this.hasEmitter()?this.getOrCreateEmitter().listenerCount(t):0,this.registerEventListener=async(t,e={},n,i)=>{const r={...this.identity,timestamp:e.timestamp||Date.now(),topic:this.topic,type:t},s=this.getOrCreateEmitter();n(s);try{await this.wire.sendAction("subscribe-to-desktop-event",r)}catch(t){throw i(s),this.deleteEmitterIfNothingRegistered(s),t}},this.deregisterEventListener=async(t,e={})=>{if(this.hasEmitter()){const n={...this.identity,timestamp:e.timestamp||Date.now(),topic:this.topic,type:t};return await this.wire.sendAction("unsubscribe-to-desktop-event",n).catch(()=>null),this.getOrCreateEmitter()}return Promise.resolve()},c(this,o,[e,...n],"f"),c(this,a,new WeakMap,"f")}async on(t,e,n){return await this.registerEventListener(t,n,n=>{n.on(t,e)},n=>{n.removeListener(t,e)}),this}async addListener(t,e,n){return this.on(t,e,n)}async once(t,e,n){const i=()=>this.deregisterEventListener(t);return d(this,a,"f").set(e,i),await this.registerEventListener(t,n,n=>{n.once(t,i),n.once(t,e)},n=>{n.removeListener(t,i),n.removeListener(t,e)}),this}async prependListener(t,e,n){return await this.registerEventListener(t,n,n=>{n.prependListener(t,e)},n=>{n.removeListener(t,e)}),this}async prependOnceListener(t,e,n){const i=()=>this.deregisterEventListener(t);return d(this,a,"f").set(e,i),await this.registerEventListener(t,n,n=>{n.prependOnceListener(t,e),n.once(t,i)},n=>{n.removeListener(t,e),n.removeListener(t,i)}),this}async removeListener(t,e,n){const i=await this.deregisterEventListener(t,n);if(i){i.removeListener(t,e);const n=d(this,a,"f").get(e);n&&i.removeListener(t,n),this.deleteEmitterIfNothingRegistered(i)}return this}async deregisterAllListeners(t){const e={...this.identity,type:t,topic:this.topic};if(this.hasEmitter()){const t=this.getOrCreateEmitter(),n=t.listenerCount(e.type),i=[];for(let t=0;t<n;t++)i.push(this.wire.sendAction("unsubscribe-to-desktop-event",e).catch(()=>null));return await Promise.all(i),t}}async removeAllListeners(t){const e=async t=>{const e=await this.deregisterAllListeners(t);e&&(e.removeAllListeners(t),this.deleteEmitterIfNothingRegistered(e))};if(t)await e(t);else if(this.hasEmitter()){const t=this.getOrCreateEmitter().eventNames();await Promise.all(t.map(e))}return this}deleteEmitterIfNothingRegistered(t){0===t.eventNames().length&&this.wire.eventAggregator.delete(d(this,o,"f"))}}o=new WeakMap,a=new WeakMap;class p extends Error{}class u extends Error{}class w extends Error{}class y extends Error{}class f extends Error{constructor(t){const{message:e,name:n,stack:i,...r}=t;super(e),"cause"in t&&t.cause&&(this.cause=new f(t.cause)),this.name=n||"Error",this.stack=i??this.toString(),Object.keys(r).filter(t=>"cause"!==t).forEach(t=>{this[t]=r[t]})}}class g extends Error{static trimEndCallSites(t,e){const n=Error.stackTraceLimit,i=Error.prepareStackTrace;Error.prepareStackTrace=(t,e)=>e;const r="string"==typeof t.stack,s=(r?t.stack?.split("\n"):t.stack)??[];if(Error.prepareStackTrace=i,Error.stackTraceLimit=n,s.length){const n=[];for(const t of r?s:s.slice(1))if(n.push(t),e.test(t.toString()))break;t.stack=r?n.join("\n"):g.prepareStackTrace(t,n)}}static getCallSite(t=0){const e=Error.stackTraceLimit,n=t+1;Error.stackTraceLimit=e+n;const i=Error.prepareStackTrace;Error.prepareStackTrace=(t,e)=>e;const r=(new Error).stack?.slice(n)??[];return Error.prepareStackTrace=i,Error.stackTraceLimit=e,r}static prepareStackTrace(t,e){if("function"==typeof Error.prepareStackTrace)return Error.prepareStackTrace(t,e);let n=`${t.name||"Error"}: ${t.message||""}\n`;return n+=e.map(t=>` at ${t}`).join("\n"),n}constructor(t,e){const{reason:n,error:i}=t;super(n),this.name=this.constructor.name,i?.stack&&(this.cause=new f(i)),e&&(this.stack=g.prepareStackTrace(this,e))}}function m(t){let e;return"object"==typeof t&&"string"==typeof t.uuid||(e="Not a valid identity object"),e}const v=t=>{(t.contentNavigation?.whitelist||t.contentNavigation?.blacklist||t.contentRedirect?.whitelist||t.contentRedirect?.blacklist)&&console.warn("The properties 'whitelist' and 'blacklist' have been marked as deprecated and will be removed in a future version. Please use 'allowlist' and 'denylist'.")};class C extends h{async create(t){const{uuid:e}=this.wire.me;if(!t.name||"string"!=typeof t.name)throw new Error("Please provide a name property as a string in order to create a View.");return v(t),this.wire.environment.childViews?await this.wire.environment.createChildContent({entityType:"view",options:{...t,uuid:e}}):await this.wire.sendAction("create-view",{...t,uuid:e}),this.wrapSync({uuid:e,name:t.name})}async wrap(t){this.wire.recordAnalytic("view-wrap");const e=m(t);if(e)throw new Error(e);return new E(this.wire,t)}wrapSync(t){this.wire.recordAnalytic("view-wrap-sync");const e=m(t);if(e)throw new Error(e);return new E(this.wire,t)}getCurrent(){if(this.wire.recordAnalytic("view-get-current"),!this.wire.me.isView)throw new Error("You are not in a View context");const{uuid:t,name:e}=this.wire.me;return this.wrap({uuid:t,name:e})}getCurrentSync(){if(this.wire.recordAnalytic("view-get-current-sync"),!this.wire.me.isView)throw new Error("You are not in a View context");const{uuid:t,name:e}=this.wire.me;return this.wrapSync({uuid:t,name:e})}}class I{constructor(t){this.producerFn=t}getValue(){return this.value||(this.value=this.producerFn()),this.value}}class x{constructor(t){this.producerFn=t}async getValue(){return this.promise||(this.promise=this.producerFn().catch(t=>{throw delete this.promise,t})),this.promise}}class b extends l{constructor(t,e,n){super(t,n,e.uuid,e.name),this.identity=e,this.entityType=n}capturePage(t){return this.wire.sendAction("capture-page",{options:t,...this.identity}).then(({payload:t})=>t.data)}executeJavaScript(t){return this.wire.sendAction("execute-javascript-in-window",{...this.identity,code:t}).then(({payload:t})=>t.data)}getZoomLevel(){return this.wire.sendAction("get-zoom-level",this.identity).then(({payload:t})=>t.data)}setZoomLevel(t){return this.wire.sendAction("set-zoom-level",{...this.identity,level:t}).then(()=>{})}navigate(t){return this.wire.sendAction("navigate-window",{...this.identity,url:t}).then(()=>{})}navigateBack(){return this.wire.sendAction("navigate-window-back",{...this.identity}).then(()=>{})}async navigateForward(){await this.wire.sendAction("navigate-window-forward",{...this.identity})}stopNavigation(){return this.wire.sendAction("stop-window-navigation",{...this.identity}).then(()=>{})}reload(t=!1){return this.wire.sendAction("reload-window",{ignoreCache:t,...this.identity}).then(()=>{})}print(t={}){return this.wire.sendAction("print",{...this.identity,options:t}).then(()=>{})}findInPage(t,e){return this.wire.sendAction("find-in-page",{...this.identity,searchTerm:t,options:e}).then(({payload:t})=>t.data)}stopFindInPage(t){return this.wire.sendAction("stop-find-in-page",{...this.identity,action:t}).then(()=>{})}getPrinters(){return this.wire.sendAction("get-printers",{...this.identity}).then(({payload:t})=>t.data)}async focus({emitSynthFocused:t}={emitSynthFocused:!0}){await this.wire.sendAction("focus-window",{emitSynthFocused:t,...this.identity})}async showDeveloperTools(){await this.wire.sendAction("show-developer-tools",this.identity)}async getProcessInfo(){const{payload:{data:t}}=await this.wire.sendAction("get-process-info",this.identity);return t}async getSharedWorkers(){return this.wire.sendAction("get-shared-workers",this.identity).then(({payload:t})=>t.data)}async inspectSharedWorker(){await this.wire.sendAction("inspect-shared-worker",{...this.identity})}async inspectSharedWorkerById(t){await this.wire.sendAction("inspect-shared-worker-by-id",{...this.identity,workerId:t})}async inspectServiceWorker(){await this.wire.sendAction("inspect-service-worker",{...this.identity})}async showPopupWindow(t){if(this.wire.recordAnalytic(`${this.entityType}-show-popup-window`),t?.onPopupReady){const e=async({popupName:e})=>{try{const n=this.fin.Window.wrapSync({uuid:this.fin.me.uuid,name:e});await t.onPopupReady(n)}catch(t){throw new Error(`Something went wrong during onPopupReady execution: ${t}`)}};await this.once("popup-ready",e)}const{payload:e}=await this.wire.sendAction("try-create-popup-window",{options:{...t,hasResultCallback:!!t?.onPopupResult,hasReadyCallback:!!t?.onPopupReady},...this.identity}),{data:{willOpen:n,options:i}}=e;n&&await this.fin.Window.create(i.initialOptions);if(t?.onPopupResult){const e=async e=>{await t.onPopupResult((t=>{const{name:e,uuid:n,result:i,data:r}=t,s={identity:{name:e,uuid:n},result:i};return r&&(s.data=r),s})(e))},n=async()=>{await this.removeListener("popup-result",e)};await this.on("popup-result",e),await this.once("popup-teardown",n)}const{payload:r}=await this.wire.sendAction("show-popup-window",{options:i,...this.identity});return r.data}async getScreenCapturePermission(){return(await this.wire.sendAction("get-screen-capture-permissions",this.identity)).payload.data}}var A;class E extends b{constructor(t,e){super(t,e,"view"),this.identity=e,A.set(this,new I(()=>this.fin.Platform.wrapSync(this.identity).getClient())),this.attach=async t=>{await this.wire.sendAction("attach-view",{target:t,...this.identity})},this.destroy=async()=>{await this.wire.sendAction("destroy-view",{...this.identity})},this.show=async()=>{await this.wire.sendAction("show-view",{...this.identity})},this.showAt=async(t,e={})=>{await this.wire.sendAction("show-view-at",{bounds:t,...this.identity,options:e})},this.bringToFront=async()=>{await this.wire.sendAction("bring-view-to-front",{...this.identity})},this.hide=async()=>{await this.wire.sendAction("hide-view",{...this.identity})},this.setBounds=async t=>{await this.wire.sendAction("set-view-bounds",{bounds:t,...this.identity})},this.getBounds=async()=>(await this.wire.sendAction("get-view-bounds",{...this.identity})).payload.data,this.getInfo=async()=>(await this.wire.sendAction("get-view-info",{...this.identity})).payload.data,this.getParentLayout=async()=>(this.wire.recordAnalytic("view-get-parent-layout"),this.fin.Platform.Layout.getLayoutByViewIdentity(this.identity)),this.getOptions=async()=>this.wire.sendAction("get-view-options",{...this.identity}).then(({payload:t})=>t.data),this.updateOptions=async t=>this.wire.sendAction("update-view-options",{options:t,...this.identity}).then(()=>{}),this.getCurrentWindow=async()=>{const{payload:{data:t}}=await this.wire.sendAction("get-view-window",{...this.identity});return new S(this.wire,t)},this.getCurrentStack=async()=>{this.wire.recordAnalytic("view-get-current-stack");try{return(await this.getParentLayout()).getStackByViewIdentity(this.identity)}catch(t){throw new g({reason:"This view does not belong to a stack.",error:t})}},this.triggerBeforeUnload=async()=>(await this.wire.sendAction("trigger-before-unload",{...this.identity})).payload.data,this.bindToElement=async t=>{if(!t)throw new Error("Element not found.");return this.wire.environment.observeBounds(t,async t=>this.setBounds(t))}}async focus({emitSynthFocused:t}={emitSynthFocused:!0}){const e=await this.getCurrentWindow();await e.focusedWebViewWasChanged(),await super.focus({emitSynthFocused:t})}}A=new WeakMap;class P extends l{constructor(t,e){super(t,"application",e.uuid),this.identity=e,this.window=new S(this.wire,{uuid:this.identity.uuid,name:this.identity.uuid})}windowListFromIdentityList(t){const e=[];return t.forEach(t=>{e.push(new S(this.wire,{uuid:t.uuid,name:t.name}))}),e}isRunning(){return this.wire.sendAction("is-application-running",this.identity).then(({payload:t})=>t.data)}async quit(t=!1){try{await this._close(t),await this.wire.sendAction("destroy-application",{force:t,...this.identity})}catch(t){if(!["Remote connection has closed","Could not locate the requested application"].some(e=>t.message.includes(e)))throw t}}async _close(t=!1){try{await this.wire.sendAction("close-application",{force:t,...this.identity})}catch(t){if(!t.message.includes("Remote connection has closed"))throw t}}close(t=!1){return console.warn("Deprecation Warning: Application.close is deprecated Please use Application.quit"),this.wire.recordAnalytic("application-close"),this._close(t)}getChildWindows(){return this.wire.sendAction("get-child-windows",this.identity).then(({payload:t})=>{const e=[];return t.data.forEach(t=>{e.push({uuid:this.identity.uuid,name:t})}),this.windowListFromIdentityList(e)})}getManifest(){return this.wire.sendAction("get-application-manifest",this.identity).then(({payload:t})=>t.data)}getParentUuid(){return this.wire.sendAction("get-parent-application",this.identity).then(({payload:t})=>t.data)}getShortcuts(){return this.wire.sendAction("get-shortcuts",this.identity).then(({payload:t})=>t.data)}async getViews(){const{payload:t}=await this.wire.sendAction("application-get-views",this.identity);return t.data.map(t=>new E(this.wire,t))}getZoomLevel(){return this.wire.sendAction("get-application-zoom-level",this.identity).then(({payload:t})=>t.data)}getWindow(){return this.wire.recordAnalytic("application-get-window"),Promise.resolve(this.window)}registerUser(t,e){return this.wire.sendAction("register-user",{userName:t,appName:e,...this.identity}).then(()=>{})}removeTrayIcon(){return this.wire.sendAction("remove-tray-icon",this.identity).then(()=>{})}restart(){return this.wire.sendAction("restart-application",this.identity).then(()=>{})}run(){return console.warn("Deprecation Warning: Application.run is deprecated Please use fin.Application.start"),this.wire.recordAnalytic("application-run"),this._run()}_run(t={}){return this.wire.sendAction("run-application",{manifestUrl:this._manifestUrl,opts:t,...this.identity}).then(()=>{})}scheduleRestart(){return this.wire.sendAction("relaunch-on-close",this.identity).then(()=>{})}async sendApplicationLog(){const{payload:t}=await this.wire.sendAction("send-application-log",this.identity);return t.data}async setJumpList(t){await this.wire.sendAction("set-jump-list",{config:t,...this.identity})}setTrayIcon(t){return this.wire.sendAction("set-tray-icon",{enabledIcon:t,...this.identity}).then(()=>{})}async setTrayIconToolTip(t){await this.wire.sendAction("set-tray-icon-tooltip",{...this.identity,toolTip:t})}setShortcuts(t){return this.wire.sendAction("set-shortcuts",{data:t,...this.identity}).then(()=>{})}async setShortcutQueryParams(t){await this.wire.sendAction("set-shortcut-query-args",{data:t,...this.identity})}setZoomLevel(t){return this.wire.sendAction("set-application-zoom-level",{level:t,...this.identity}).then(()=>{})}async setAppLogUsername(t){await this.wire.sendAction("set-app-log-username",{data:t,...this.identity})}getTrayIconInfo(){return this.wire.sendAction("get-tray-icon-info",this.identity).then(({payload:t})=>t.data)}hasTrayIcon(){return this.wire.sendAction("has-tray-icon",this.identity).then(({payload:t})=>t.data)}terminate(){return this.wire.sendAction("terminate-application",this.identity).then(()=>{})}wait(){return this.wire.sendAction("wait-for-hung-application",this.identity).then(()=>{})}getInfo(){return this.wire.sendAction("get-info",this.identity).then(({payload:t})=>t.data)}async getProcessInfo(){const{payload:{data:t}}=await this.wire.sendAction("application-get-process-info",this.identity);return t}async setFileDownloadLocation(t){const{name:e}=this.wire.me,n={uuid:this.identity.uuid,name:e};await this.wire.sendAction("set-file-download-location",{...n,downloadLocation:t})}async getFileDownloadLocation(){const{payload:{data:t}}=await this.wire.sendAction("get-file-download-location",this.identity);return t}async showTrayIconPopupMenu(t){const{name:e}=this.wire.me,n={uuid:this.identity.uuid,name:e},{payload:i}=await this.wire.sendAction("show-tray-icon-popup-menu",{...n,options:t});return i.data}async closeTrayIconPopupMenu(){const{name:t}=this.wire.me,e={uuid:this.identity.uuid,name:t};await this.wire.sendAction("close-tray-icon-popup-menu",{...e})}}class M extends h{async wrap(t){this.wire.recordAnalytic("wrap-application");const e=m(t);if(e)throw new Error(e);return new P(this.wire,t)}wrapSync(t){this.wire.recordAnalytic("wrap-application-sync");const e=m(t);if(e)throw new Error(e);return new P(this.wire,t)}async _create(t){return void 0===t.waitForPageLoad&&(t.waitForPageLoad=!1),void 0===t.autoShow&&void 0===t.isPlatformController&&(t.autoShow=!0),await this.wire.sendAction("create-application",t),this.wrap({uuid:t.uuid})}create(t){return console.warn("Deprecation Warning: fin.Application.create is deprecated. Please use fin.Application.start"),this.wire.recordAnalytic("application-create"),this._create(t)}async start(t){this.wire.recordAnalytic("start-application");const e=await this._create(t);return await this.wire.sendAction("run-application",{uuid:t.uuid}),e}async startManyManifests(t,e){return this.wire.sendAction("run-applications",{applications:t,opts:e}).then(()=>{})}getCurrent(){return this.wire.recordAnalytic("get-current-application"),this.wrap({uuid:this.wire.me.uuid})}getCurrentSync(){return this.wire.recordAnalytic("get-current-application-sync"),this.wrapSync({uuid:this.wire.me.uuid})}async startFromManifest(t,e){this.wire.recordAnalytic("application-start-from-manifest");const n=await this._createFromManifest(t);return await n._run(e),n}createFromManifest(t){return console.warn("Deprecation Warning: fin.Application.createFromManifest is deprecated. Please use fin.Application.startFromManifest"),this.wire.recordAnalytic("application-create-from-manifest"),this._createFromManifest(t)}_createFromManifest(t){return this.wire.sendAction("get-application-manifest",{manifestUrl:t}).then(({payload:t})=>{const e=t.data.platform?t.data.platform.uuid:t.data.startup_app.uuid;return this.wrap({uuid:e})}).then(e=>(e._manifestUrl=t,e))}}class S extends b{constructor(t,e){super(t,e,"window")}async createWindow(t){this.wire.recordAnalytic("window-create-window");const e=await(async(t,e,n=()=>!0,i)=>{let r,s,o;const a=new Promise((t,e)=>{r=t,s=e}),c=t=>{n(t)&&(clearTimeout(o),r(t))};return await t.on(e,c),i&&(o=setTimeout(()=>s(new Error("event timed out")),i)),a.finally(()=>{t.removeListener(e,c).catch(()=>null)}),{getValue:()=>a}})(this,"fire-constructor-callback");void 0===t.waitForPageLoad&&(t.waitForPageLoad=!1),void 0===t.autoShow&&(t.autoShow=!0),v(t);const n=this.wire.environment.createChildContent({entityType:"window",options:t}),[i]=await Promise.all([e.getValue(),n]);let r;const{success:s}=i,o=i.data,{message:a}=o;r=s?{httpResponseCode:o.httpResponseCode,apiInjected:o.apiInjected}:{message:o.message,networkErrorCode:o.networkErrorCode,stack:o.stack};const c={message:a,cbPayload:r,success:s};try{this.getWebWindow().fin.__internal_.openerSuccessCBCalled()}catch(t){}return c.success?this:Promise.reject(c)}getAllFrames(){return this.wire.sendAction("get-all-frames",this.identity).then(({payload:t})=>t.data)}activateAndFocus(t){return this.wire.sendAction("activate-window-and-focus",{winIdentity:this.identity,focusIdentity:t}).then(({payload:t})=>t.data)}getBounds(t){return this.wire.sendAction("get-window-bounds",{...this.identity,options:t}).then(({payload:t})=>t.data)}center(){return this.wire.sendAction("center-window",this.identity).then(()=>{})}blur(){return this.wire.sendAction("blur-window",this.identity).then(()=>{})}bringToFront(){return this.wire.sendAction("bring-window-to-front",this.identity).then(()=>{})}animate(t,e){return this.wire.sendAction("animate-window",{transitions:t,options:e,...this.identity}).then(()=>{})}hide(){return this.wire.sendAction("hide-window",this.identity).then(()=>{})}close(t=!1){return this.wire.sendAction("close-window",{force:t,...this.identity}).then(()=>{Object.setPrototypeOf(this,null)})}focusedWebViewWasChanged(){return this.wire.sendAction("focused-webview-changed",this.identity).then(()=>{})}getNativeId(){return this.wire.sendAction("get-window-native-id",this.identity).then(({payload:t})=>t.data)}async getCurrentViews(){const{payload:t}=await this.wire.sendAction("window-get-views",this.identity);return t.data.map(t=>new E(this.wire,t))}disableFrame(){return console.warn("Function is deprecated; use disableUserMovement instead."),this.wire.sendAction("disable-window-frame",this.identity).then(()=>{})}disableUserMovement(){return this.wire.sendAction("disable-window-frame",this.identity).then(()=>{})}enableFrame(){return console.warn("Function is deprecated; use enableUserMovement instead."),this.wire.sendAction("enable-window-frame",this.identity).then(()=>{})}enableUserMovement(){return this.wire.sendAction("enable-window-frame",this.identity).then(()=>{})}flash(){return this.wire.sendAction("flash-window",this.identity).then(()=>{})}stopFlashing(){return this.wire.sendAction("stop-flash-window",this.identity).then(()=>{})}getInfo(){return this.wire.sendAction("get-window-info",this.identity).then(({payload:t})=>t.data)}async getLayout(t){this.wire.recordAnalytic("window-get-layout");const e=await this.getOptions();if(!e.layout&&!e.layoutSnapshot)throw new Error("Window does not have a Layout");return this.fin.Platform.Layout.wrap(t??this.identity)}getOptions(){return this.wire.sendAction("get-window-options",this.identity).then(({payload:t})=>t.data)}getParentApplication(){return this.wire.recordAnalytic("window-get-parent-application"),Promise.resolve(new P(this.wire,this.identity))}getParentWindow(){return this.wire.recordAnalytic("window-get-parent-window"),Promise.resolve(new P(this.wire,this.identity)).then(t=>t.getWindow())}async getSnapshot(t){const e={area:t,...this.identity};console.warn("Window.getSnapshot has been deprecated, please use Window.capturePage");return(await this.wire.sendAction("get-window-snapshot",e)).payload.data}getState(){return this.wire.sendAction("get-window-state",this.identity).then(({payload:t})=>t.data)}getWebWindow(){return this.wire.recordAnalytic("window-get-web-window"),this.wire.environment.getWebWindow(this.identity)}isMainWindow(){return this.wire.recordAnalytic("window-is-main-window"),this.me.uuid===this.me.name}isShowing(){return this.wire.sendAction("is-window-showing",this.identity).then(({payload:t})=>t.data)}maximize(){return this.wire.sendAction("maximize-window",this.identity).then(()=>{})}minimize(){return this.wire.sendAction("minimize-window",this.identity).then(()=>{})}moveBy(t,e,n){return this.wire.sendAction("move-window-by",{deltaLeft:t,deltaTop:e,positioningOptions:n,...this.identity}).then(()=>{})}moveTo(t,e,n){return this.wire.sendAction("move-window",{left:t,top:e,positioningOptions:n,...this.identity}).then(()=>{})}resizeBy(t,e,n,i){return this.wire.sendAction("resize-window-by",{deltaWidth:Math.floor(t),deltaHeight:Math.floor(e),anchor:n,positioningOptions:i,...this.identity}).then(()=>{})}resizeTo(t,e,n,i){return this.wire.sendAction("resize-window",{width:Math.floor(t),height:Math.floor(e),anchor:n,positioningOptions:i,...this.identity}).then(()=>{})}restore(){return this.wire.sendAction("restore-window",this.identity).then(()=>{})}setAsForeground(){return this.wire.sendAction("set-foreground-window",this.identity).then(()=>{})}setBounds(t,e){return this.wire.sendAction("set-window-bounds",{...t,...this.identity,positioningOptions:e}).then(()=>{})}show(t=!1){return this.wire.sendAction("show-window",{force:t,...this.identity}).then(()=>{})}showAt(t,e,n=!1){return this.wire.sendAction("show-at-window",{force:n,left:Math.floor(t),top:Math.floor(e),...this.identity}).then(()=>{})}updateOptions(t){return"frame"in t&&console.warn("Deprecation Warning: Starting with version 45 it will not be possible to change the frame value after window has been created."),this.wire.sendAction("update-window-options",{options:t,...this.identity}).then(()=>{})}authenticate(t,e){return this.wire.sendAction("window-authenticate",{userName:t,password:e,...this.identity}).then(()=>{})}async showPopupMenu(t){const{payload:e}=await this.wire.sendAction("show-popup-menu",{options:t,...this.identity});return e.data}async closePopupMenu(){return this.wire.sendAction("close-popup-menu",{...this.identity}).then(()=>{})}async dispatchPopupResult(t){this.wire.recordAnalytic("window-dispatch-popup-result"),await this.wire.sendAction("dispatch-popup-result",{data:t,...this.identity})}async print(t={content:"self"}){switch(t.content){case void 0:case"self":return super.print(t);case"screenshot":return this.wire.sendAction("print-screenshot",this.identity).then(()=>{});case"views":return this.wire.sendAction("print-views",{...this.identity,options:t}).then(()=>{});default:return}}async showDownloadBubble(t){return this.wire.sendAction("show-download-bubble",{...this.identity,anchor:t}).then(()=>{})}async updateDownloadBubbleAnchor(t){return this.wire.sendAction("update-download-bubble-anchor",{...this.identity,anchor:t}).then(()=>{})}}class k extends h{async wrap(t){this.wire.recordAnalytic("window-wrap");const e=m(t);if(e)throw new Error(e);return new S(this.wire,t)}wrapSync(t){this.wire.recordAnalytic("window-wrap-sync");const e=m(t);if(e)throw new Error(e);return new S(this.wire,t)}create(t){this.wire.recordAnalytic("create-window");return new S(this.wire,{uuid:this.me.uuid,name:t.name}).createWindow(t)}getCurrent(){if(this.wire.recordAnalytic("get-current-window"),!this.wire.me.isWindow)throw new Error("You are not in a Window context");const{uuid:t,name:e}=this.wire.me;return this.wrap({uuid:t,name:e})}getCurrentSync(){if(this.wire.recordAnalytic("get-current-window-sync"),!this.wire.me.isWindow)throw new Error("You are not in a Window context");const{uuid:t,name:e}=this.wire.me;return this.wrapSync({uuid:t,name:e})}}class L extends h{async getCategories(){const{payload:t}=await this.wire.sendAction("content-tracing-get-categories");return t.data}async startRecording(t){await this.wire.sendAction("content-tracing-start-recording",{options:t})}async stopRecording(){const{payload:t}=await this.wire.sendAction("content-tracing-stop-recording");return t.data}async getTraceBufferUsage(){const{payload:t}=await this.wire.sendAction("content-tracing-get-trace-buffer-usage");return t.data}}class T extends l{constructor(t){super(t,"system"),this.ContentTracing=new L(t)}sendExternalProcessRequest(t,e){return new Promise((n,i)=>{const r="external-process-exited";let s,o,a,c;"function"==typeof e.listener&&(a=t=>{const n=t||{};o={topic:"exited",uuid:n.processUuid||"",exitCode:n.exitCode||0},s===t.processUuid&&(e.listener(o),c.removeListener(r,a))},this.wire.me.name||(this.wire.me.name=this.wire.me.uuid),c=new S(this.wire,this.wire.me),c.on(r,a)),this.wire.sendAction(t,e).then(({payload:t})=>{s=t.data.uuid,n(t.data),o&&s===o.uuid&&(e.listener(o),c.removeListener(r,a))}).catch(t=>{c&&c.removeListener(r,a),i(t)})})}getVersion(){return this.wire.sendAction("get-version").then(({payload:t})=>t.data)}clearCache(t){return this.wire.sendAction("clear-cache",t).then(()=>{})}clearHTTPCache(){return this.wire.sendAction("clear-http-cache").then(()=>{})}clearCacheData(t){return this.wire.sendAction("clear-cache-data",t||{}).then(()=>{})}deleteCacheOnExit(){return this.wire.sendAction("delete-cache-request").then(()=>{})}exit(){return this.wire.sendAction("exit-desktop").then(()=>{})}async fetchManifest(t){const{payload:{data:e}}=await this.wire.sendAction("fetch-manifest",{manifestUrl:t});return e}flushCookieStore(){return this.wire.sendAction("flush-cookie-store").then(()=>{})}getAllWindows(){return this.wire.sendAction("get-all-windows").then(({payload:t})=>t.data)}getAllApplications(){return this.wire.sendAction("get-all-applications").then(({payload:t})=>t.data)}getCommandLineArguments(){return this.wire.sendAction("get-command-line-arguments").then(({payload:t})=>t.data)}async getCrashReporterState(){const{payload:{data:{diagnosticMode:t,isRunning:e}}}=await this.wire.sendAction("get-crash-reporter-state");return console.warn("diagnosticMode property is deprecated. It will be removed in a future version"),{diagnosticMode:t,diagnosticsMode:t,isRunning:e}}async startCrashReporter(t){const e=t,n={...e,diagnosticMode:e.diagnosticsMode||e.diagnosticMode},{payload:{data:{diagnosticMode:i,isRunning:r}}}=await this.wire.sendAction("start-crash-reporter",n);return{diagnosticMode:i,diagnosticsMode:i,isRunning:r}}getUniqueUserId(){return this.wire.sendAction("get-unique-user-id").then(({payload:t})=>t.data)}getEntityInfo(t,e){return this.wire.sendAction("get-entity-info",{uuid:t,name:e}).then(({payload:t})=>t.data)}getEnvironmentVariable(t){return this.wire.sendAction("get-environment-variable",{environmentVariables:t}).then(({payload:t})=>t.data)}getFocusedWindow(){return this.wire.sendAction("get-focused-window").then(({payload:t})=>t.data)}getFocusedContent(){return this.wire.sendAction("get-focused-content").then(({payload:t})=>t.data)}async isAppCertified(t){const{payload:{data:{certifiedInfo:e}}}=await this.wire.sendAction("is-app-certified",{manifestUrl:t});return e}getInstalledRuntimes(){return this.wire.sendAction("get-installed-runtimes").then(({payload:t})=>t.data.runtimes)}async getInstalledApps(){const{payload:{data:{installedApps:t}}}=await this.wire.sendAction("get-installed-apps");return t}getLog(t){return this.wire.sendAction("view-log",t).then(({payload:t})=>t.data)}getMachineId(){return this.wire.sendAction("get-machine-id").then(({payload:t})=>t.data)}getMinLogLevel(){return this.wire.sendAction("get-min-log-level").then(({payload:t})=>t.data)}getLogList(){return this.wire.sendAction("list-logs").then(({payload:t})=>t.data)}getMonitorInfo(){return this.wire.sendAction("get-monitor-info").then(({payload:t})=>t.data)}getMousePosition(){return this.wire.sendAction("get-mouse-position").then(({payload:t})=>t.data)}getProcessList(){return console.warn("System.getProcessList has been deprecated. Please consider using our new process APIs: Window.getProcessInfo, View.getProcessInfo, Application.getProcessInfo, System.getAllProcessInfo"),this.wire.sendAction("process-snapshot").then(({payload:t})=>t.data)}async getAllProcessInfo(){const{payload:{data:t}}=await this.wire.sendAction("get-all-process-info",this.identity);return t}getProxySettings(){return this.wire.sendAction("get-proxy-settings").then(({payload:t})=>t.data)}getRuntimeInfo(){return this.wire.sendAction("get-runtime-info").then(({payload:t})=>t.data)}getRvmInfo(){return this.wire.sendAction("get-rvm-info").then(({payload:t})=>t.data)}getHostSpecs(){return this.wire.sendAction("get-host-specs").then(({payload:t})=>t.data)}getOSInfo(){return this.wire.sendAction("get-os-info").then(({payload:t})=>t.data)}launchExternalProcess(t){return this.sendExternalProcessRequest("launch-external-process",t)}monitorExternalProcess(t){return this.sendExternalProcessRequest("monitor-external-process",t)}log(t,e,n){return this.wire.sendAction("write-to-log",{level:t,message:e,target:n??{}}).then(()=>{})}openUrlWithBrowser(t){return this.wire.sendAction("open-url-with-browser",{url:t}).then(()=>{})}async registerCustomProtocol(t){if("object"!=typeof t)throw new Error("Must provide an object with a `protocolName` property having a string value.");await this.wire.sendAction("register-custom-protocol",t)}async unregisterCustomProtocol(t){await this.wire.sendAction("unregister-custom-protocol",{protocolName:t})}async getCustomProtocolState(t){return this.wire.sendAction("get-custom-protocol-state",{protocolName:t}).then(({payload:t})=>t.data)}releaseExternalProcess(t){return this.wire.sendAction("release-external-process",{uuid:t}).then(()=>{})}showDeveloperTools(t){return this.wire.sendAction("show-developer-tools",t).then(()=>{})}terminateExternalProcess(t){return this.wire.sendAction("terminate-external-process",t).then(()=>{})}updateProxySettings(t){return this.wire.sendAction("update-proxy",t).then(()=>{})}async downloadAsset(t,e){const n=()=>{};let i=n,r=n;const s=new Promise((t,e)=>{i=t,r=e});if("openfin"!==this.wire.environment.type)throw new y("downloadAsset only supported in an OpenFin Render process");const o=g.getCallSite(),a=this.wire.environment.getNextMessageId().toString(),c=`asset-download-progress-${a}`,d=`asset-download-error-${a}`,h=`asset-download-complete-${a}`,l=t=>{const n={downloadedBytes:t.downloadedBytes,totalBytes:t.totalBytes};e(n)},p=()=>{this.removeListener(c,l)};await Promise.all([this.on(c,l),this.once(d,t=>{p();const{reason:e,err:n}=t;r(new g({reason:e,error:n},o))}),this.once(h,()=>{p(),i()})]);const u=Object.assign(t,{downloadId:a});return await this.wire.sendAction("download-asset",u).catch(t=>{throw p(),t}),s}downloadRuntime(t,e){const n=g.getCallSite();return new Promise((i,r)=>{if("openfin"!==this.wire.environment.type)return void r(new y("downloadRuntime only supported in an OpenFin Render process"));const s=this.wire.environment.getNextMessageId().toString(),o=`runtime-download-progress-${s}`,a=`runtime-download-error-${s}`,c=`runtime-download-complete-${s}`,d=t=>{const n={downloadedBytes:t.downloadedBytes,totalBytes:t.totalBytes};e(n)},h=()=>{this.removeListener(o,d)};this.on(o,d),this.once(a,t=>{h();const{reason:e,err:i}=t;r(new g({reason:e,error:i},n))}),this.once(c,()=>{h(),i()});const l=Object.assign(t,{downloadId:s});this.wire.sendAction("download-runtime",l).catch(t=>{h(),r(t)})})}downloadPreloadScripts(t){return this.wire.sendAction("download-preload-scripts",{scripts:t}).then(({payload:t})=>t.data)}getAllExternalApplications(){return this.wire.sendAction("get-all-external-applications").then(({payload:t})=>t.data)}getAppAssetInfo(t){return this.wire.sendAction("get-app-asset-info",t).then(({payload:t})=>t.data)}getCookies(t){const e=this.wire.environment.getUrl(),n=Object.assign(t,{url:e});return this.wire.sendAction("get-cookies",n).then(({payload:t})=>t.data)}setMinLogLevel(t){return this.wire.sendAction("set-min-log-level",{level:t}).then(()=>{})}resolveUuid(t){return this.wire.sendAction("resolve-uuid",{entityKey:t}).then(({payload:t})=>t.data)}executeOnRemote(t,e){return e.requestingIdentity=t,this.wire.ferryAction(e)}readRegistryValue(t,e,n){return this.wire.sendAction("read-registry-value",{rootKey:t,subkey:e,value:n}).then(({payload:t})=>t.data)}registerExternalConnection(t){return this.wire.sendAction("register-external-connection",{uuid:t}).then(({payload:t})=>t.data)}async getServiceConfiguration(t){if("string"!=typeof t.name)throw new Error("Must provide an object with a `name` property having a string value");const{name:e}=t;return this.wire.sendAction("get-service-configuration",{name:e}).then(({payload:t})=>t.data)}async getSystemAppConfig(t){if("string"!=typeof t)throw new Error("Must provide a string value for name of system app");return this.wire.sendAction("get-system-app-configuration",{name:t}).then(({payload:t})=>t.data)}async registerShutdownHandler(t){this.wire.recordAnalytic("system-register-shutdown-handler");const{uuid:e,name:n}=this.wire.me;this.on("system-shutdown",i=>{t({proceed:()=>{this.wire.environment.raiseEvent("application/system-shutdown-handled",{uuid:e,name:n,topic:"application"})}})})}runRvmHealthCheck(){return this.wire.sendAction("run-rvm-health-check").then(({payload:t})=>t.data)}async launchManifest(e,n={}){const{subscribe:i,...r}=n,s=r;if(i){const e=new t;i(e);const n="app-version-progress",r="runtime-status",o="app-version-complete",a="app-version-error",c=this.wire.environment.getNextMessageId().toString();s.appVersionId=c;const d=[o,n,r,a],h=t=>{const{appVersionId:e,topic:n,type:i,...r}=t;return{...r,type:d.find(t=>i.includes(t))}},l=t=>{const n=h(t);e.emit(n.type,n)},p=()=>{this.removeListener(`${n}.${c}`,l),this.removeListener(`${r}.${c}`,l),this.removeListener(`${o}.${c}`,l),this.removeListener(`${a}.${c}`,l),this.removeListener(`${o}.${c}`,p),this.removeListener(`${a}.${c}`,p)};await Promise.all([this.on(`${n}.${c}`,l),this.on(`${r}.${c}`,l),this.once(`${o}.${c}`,l),this.once(`${a}.${c}`,l),this.once(`${o}.${c}`,p),this.once(`${a}.${c}`,p)])}return(await this.wire.sendAction("launch-manifest",{manifestUrl:e,opts:s})).payload.data.manifest}async queryPermissionForCurrentContext(t){const e={uuid:this.wire.me.uuid,name:this.wire.me.name};return(await this.wire.sendAction("query-permission-for-current-context",{apiName:t,identity:e})).payload.data}async enableNativeWindowIntegrationProvider(t){const{payload:e}=await this.wire.sendAction("enable-native-window-integration-provider",{permissions:t});return e.data}async registerUsage({data:t,type:e}){await this.wire.sendAction("register-usage",{data:t,type:e})}async getPrinters(){const{payload:t}=await this.wire.sendAction("system-get-printers");return t.data}async updateProcessLoggingOptions(t){await this.wire.sendAction("system-update-process-logging-options",{options:t})}async getDomainSettings(){const{payload:{data:t}}=await this.wire.sendAction("get-domain-settings");return t}async setDomainSettings(t){await this.wire.sendAction("set-domain-settings",{domainSettings:t})}async getCurrentDomainSettings(t){return(await this.wire.sendAction("get-current-domain-settings",{identity:t})).payload.data}async resolveDomainSettings(t){return(await this.wire.sendAction("resolve-domain-settings",{url:t})).payload.data}async refreshExtensions(){const{payload:t}=await this.wire.sendAction("refresh-extensions");return t.data}async getInstalledExtensions(){const{payload:t}=await this.wire.sendAction("get-installed-extensions");return t.data}async serveAsset(t){return(await this.wire.sendAction("serve-asset",{options:t})).payload.data}async getThemePreferences(){return(await this.wire.sendAction("get-theme-preferences")).payload.data}async setThemePreferences(t){return(await this.wire.sendAction("set-theme-preferences",{preferences:t})).payload.data}async launchLogUploader(t){return(await this.wire.sendAction("launch-log-uploader",{options:t})).payload.data}async setThemePalette(t){return(await this.wire.sendAction("set-theme-palette",{themePalette:t})).payload.data}async getThemePalette(){const{payload:t}=await this.wire.sendAction("get-theme-palette");return t.data}}class ${constructor(){this.topicRefMap=new Map}incRefCount(t){const e=this.topicRefMap.get(t);let n;if(e){const i=e+1;n=i,this.topicRefMap.set(t,i)}else this.topicRefMap.set(t,1),n=1;return n}decRefCount(t){const e=this.topicRefMap.get(t);let n;if(e){const i=e-1;this.topicRefMap.set(t,i),n=i}else n=-1;return n}actOnFirst(t,e,n){return 1===this.incRefCount(t)?e():n()}actOnLast(t,e,n){return 0===this.decRefCount(t)?e():n()}}const F=t=>async(e,n,i)=>{const r=await t(e,n,i);return void 0===r?n:r};class G{constructor(t,e){this.providerIdentity=t,this.close=e}}class R{static defaultAction(t){throw new Error(`No action registered at target for ${t}`)}constructor(){this.subscriptions=new Map}async processAction(t,e,n){try{const i=this.subscriptions.get(t),r=i??((e,n)=>(this.defaultAction??R.defaultAction)(t,e,n)),s=this.preAction?await this.preAction(t,e,n):e,o=await r(s,n);return this.postAction?await this.postAction(t,o,n):o}catch(e){if(g.trimEndCallSites(e,/Channel.*processAction/),this.errorMiddleware)return this.errorMiddleware(t,e,n);throw e}}beforeAction(t){if(this.preAction)throw new Error("Already registered beforeAction middleware");this.preAction=F(t)}onError(t){if(this.errorMiddleware)throw new Error("Already registered error middleware");this.errorMiddleware=t}afterAction(t){if(this.postAction)throw new Error("Already registered afterAction middleware");this.postAction=F(t)}remove(t){this.subscriptions.delete(t)}setDefaultAction(t){if(this.defaultAction)throw new Error("default action can only be set once");this.defaultAction=t}register(t,e){if(this.subscriptions.has(t))throw new Error(`Subscription already registered for action: ${t}. Unsubscribe before adding new subscription`);return this.subscriptions.set(t,e),!0}}let O=class extends Error{constructor(t,e,n,i){super(t.message),this.action=e,this.dispatchPayload=n,this.name=this.constructor.name,"cause"in t&&t.cause instanceof Error&&(this.cause=t.cause),this.stack=g.prepareStackTrace(this,i)}};var W,j,H,N=function(t,e,n,i){if("a"===n&&!i)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?i:"a"===n?i.call(t):i?i.value:e.get(t)},B=function(t,e,n,i,r){if("m"===i)throw new TypeError("Private method is not writable");if("a"===i&&!r)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!r:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===i?r.call(t,n):r?r.value=n:e.set(t,n),n};const D=new Map;class V extends R{static closeChannelByEndpointId(t){const e=D.get(t);e&&N(e,H,"f").call(e)}static handleProviderDisconnect(t){for(const e of D.values())e.providerIdentity.channelId===t.channelId&&(e.disconnectListener(t),N(e,H,"f").call(e))}constructor(t,e,n){super(),W.set(this,void 0),j.set(this,void 0),this.processAction=(t,e,n)=>super.processAction(t,e,n),H.set(this,()=>{D.delete(this.endpointId),N(this,j,"f").close()}),B(this,W,new G(t,e),"f"),this.disconnectListener=()=>{},this.endpointId=t.endpointId,B(this,j,n,"f"),D.set(this.endpointId,this),n.receive(this.processAction)}get providerIdentity(){return N(this,W,"f").providerIdentity}async dispatch(t,e){if(N(this,j,"f").isEndpointConnected(this.providerIdentity.channelId)){const n=g.getCallSite();return N(this,j,"f").send(this.providerIdentity.channelId,t,e).catch(i=>{throw new O(i,t,e,n)})}throw new Error("The client you are trying to dispatch from is disconnected from the target provider.")}onDisconnection(t){this.disconnectListener=e=>{try{t(e)}catch(t){throw new Error(`Error while calling the onDisconnection callback: ${t.message}`)}finally{this.disconnectListener=()=>{}}}}async disconnect(){await this.sendDisconnectAction(),N(this,H,"f").call(this)}async sendDisconnectAction(){const t=N(this,W,"f");await t.close()}static async wireClose(t,e,n){const{channelName:i,uuid:r,name:s}=e;await t.sendAction("disconnect-from-channel",{channelName:i,uuid:r,name:s,endpointId:n})}}function U(t,e){throw new Error(`Unsupported value: ${t}${e?`\n Supported values are: ${e.join("")}`:""}`)}W=new WeakMap,j=new WeakMap,H=new WeakMap;var _,z,q,J=function(t,e,n,i,r){if("m"===i)throw new TypeError("Private method is not writable");if("a"===i&&!r)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!r:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===i?r.call(t,n):r?r.value=n:e.set(t,n),n},Y=function(t,e,n,i){if("a"===n&&!i)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?i:"a"===n?i.call(t):i?i.value:e.get(t)};class K{constructor(t,e,n,i){this.messageReceiver=e,this.endpointId=n,this.providerIdentity=i,_.set(this,void 0),z.set(this,new Map),q.set(this,new Map),this.send=async(t,e,n)=>{const i=Y(this,z,"f").get(t);if(!i)throw new Error(`Could not locate routing info for endpoint ${t}`);const r={...i};r.isLocalEndpointId&&delete r.endpointId,delete r.isLocalEndpointId;const s=Y(this,_,"f").sendAction("send-channel-message",{...r,providerIdentity:this.providerIdentity,action:e,payload:n});Y(this,q,"f").get(t)?.add(s);return(await s.catch(t=>{if("cause"in t)throw t;throw new Error(t.message)}).finally(()=>{Y(this,q,"f").get(t)?.delete(s)})).payload.data.result},this.close=async()=>{this.messageReceiver.removeEndpoint(this.providerIdentity.channelId,this.endpointId),[...Y(this,z,"f").keys()].forEach(t=>this.closeEndpoint(t)),J(this,z,new Map,"f")},J(this,_,t,"f")}onEndpointDisconnect(t,e){}receive(t){this.messageReceiver.addEndpoint(t,this.providerIdentity.channelId,this.endpointId)}async closeEndpoint(t){const e=Y(this,z,"f").get(t);Y(this,z,"f").delete(t);const n=Y(this,q,"f").get(t);n?.forEach(n=>{const i=`Channel connection with identity uuid: ${e?.uuid} / name: ${e?.name} / endpointId: ${t} no longer connected.`;n.cancel(new Error(i))})}isEndpointConnected(t){return Y(this,z,"f").has(t)}addEndpoint(t,e){Y(this,z,"f").set(t,e.endpointIdentity),Y(this,q,"f").set(t,new Set)}isValidEndpointPayload(t){return"string"==typeof t?.endpointIdentity?.endpointId||"string"==typeof t?.endpointIdentity?.channelId}}_=new WeakMap,z=new WeakMap,q=new WeakMap;const Z={version:5,minimumVersion:0,type:"classic"};function Q(t){const e={stack:t.stack,name:t.name,message:t.message,toString:()=>t.stack||t.toString()};return"cause"in t&&(e.cause=Q(t.cause)),e}var X,tt,et=function(t,e,n,i){if("a"===n&&!i)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?i:"a"===n?i.call(t):i?i.value:e.get(t)},nt=function(t,e,n,i,r){if("m"===i)throw new TypeError("Private method is not writable");if("a"===i&&!r)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!r:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===i?r.call(t,n):r?r.value=n:e.set(t,n),n};class it{static isValidEndpointPayload(t){const e=t=>"object"==typeof t&&null!==t;return e(t)&&e(t.endpointIdentity)&&e(t.rtc)&&"string"==typeof t.endpointIdentity.endpointId}constructor({rtc:t,endpointIdentity:e}){this.responseMap=new Map,X.set(this,null),tt.set(this,void 0),this.connectionStateChangeHandler=t=>{"connected"!==this.rtc.rtcClient.connectionState&&(this.rtc.rtcClient.removeEventListener("connectionstatechange",this.connectionStateChangeHandler),this.close(),et(this,tt,"f")&&et(this,tt,"f").call(this))},this.send=async(t,e)=>{const n=`message-${Math.random()}`,i=new Promise((t,e)=>{this.responseMap.set(n,{resolve:t,reject:e})});return this.rtc.channels.request.send(JSON.stringify({action:t,payload:e,messageId:n})),i},this.close=()=>{this.responseMap.forEach(t=>t.reject("Connection has closed.")),this.responseMap=new Map,this.rtc.channels.request.close(),this.rtc.channels.response.close(),this.rtc.rtcClient.close()},this.rtc=t,this.endpointIdentity=e,this.rtc.channels.response.addEventListener("message",t=>{let{data:e}=t;t.data instanceof ArrayBuffer&&(e=(new TextDecoder).decode(t.data));const{messageId:n,payload:i,success:r,error:s}=JSON.parse(e),{resolve:o,reject:a}=this.responseMap.get(n)??{};o&&a?(this.responseMap.delete(n),r?o(i):a(s)):(console.log("Could not find id in responseMap."),console.log(t))}),this.rtc.channels.request.addEventListener("message",async t=>{let{data:n}=t;t.data instanceof ArrayBuffer&&(n=(new TextDecoder).decode(t.data));const{messageId:i,action:r,payload:s}=JSON.parse(n);if(et(this,X,"f"))try{const t=await et(this,X,"f").call(this,r,s,e);this.rtc.channels.response.send(JSON.stringify({messageId:i,payload:t,success:!0}))}catch(t){"open"===this.rtc.channels.response.readyState&&this.rtc.channels.response.send(JSON.stringify({messageId:i,error:Q(t),success:!1}))}else"open"===this.rtc.channels.response.readyState&&this.rtc.channels.response.send(JSON.stringify({messageId:i,success:!1,error:"Connection not ready."}))}),this.rtc.rtcClient.addEventListener("connectionstatechange",this.connectionStateChangeHandler),Object.values(this.rtc.channels).forEach(t=>{t.onclose=t=>{[...this.responseMap.values()].forEach(t=>t.reject(new Error("RTCDataChannel closed unexpectedly, this is most commonly caused by message size. Note: RTC Channels have a message size limit of ~255kB."))),this.close(),et(this,tt,"f")&&et(this,tt,"f").call(this)}})}onDisconnect(t){if(et(this,tt,"f"))throw new Error("RTCEndpoint disconnectListener cannot be set twice.");nt(this,tt,t,"f")}receive(t){if(et(this,X,"f"))throw new Error("You have already set a listener for this RTC Endpoint.");nt(this,X,t,"f")}get connected(){return"connected"===this.rtc.rtcClient.connectionState}}X=new WeakMap,tt=new WeakMap;var rt,st,ot,at=function(t,e,n,i){if("a"===n&&!i)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?i:"a"===n?i.call(t):i?i.value:e.get(t)},ct=function(t,e,n,i,r){if("m"===i)throw new TypeError("Private method is not writable");if("a"===i&&!r)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!r:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===i?r.call(t,n):r?r.value=n:e.set(t,n),n};class dt{constructor(t,e,n){this.EndpointType=t,this.StrategyName=n,rt.set(this,null),st.set(this,new Map),ot.set(this,!0),this.send=async(t,e,n)=>this.getEndpointById(t).send(e,n),this.close=async()=>{at(this,ot,"f")&&(at(this,st,"f").forEach(t=>t.close()),ct(this,st,new Map,"f")),ct(this,ot,!1,"f")},this.isValidEndpointPayload=e}onEndpointDisconnect(t,e){this.getEndpointById(t).onDisconnect(e)}receive(t){if(at(this,rt,"f"))throw new Error(`You have already set a listener for this ${this.StrategyName} Strategy`);ct(this,rt,t,"f"),at(this,st,"f").forEach(t=>t.receive(at(this,rt,"f")))}getEndpointById(t){const e=at(this,st,"f").get(t);if(!e)throw new Error(`Client with endpoint id ${t} is not connected`);return e}get connected(){return at(this,ot,"f")}isEndpointConnected(t){return at(this,st,"f").has(t)}addEndpoint(t,e){if(!at(this,ot,"f"))return void console.warn(`Adding endpoint to disconnected ${this.StrategyName} Strategy`);const n=new this.EndpointType(e);at(this,rt,"f")&&n.receive(at(this,rt,"f")),at(this,st,"f").set(t,n)}async closeEndpoint(t){at(this,st,"f").delete(t)}}rt=new WeakMap,st=new WeakMap,ot=new WeakMap;class ht extends dt{constructor(){super(it,it.isValidEndpointPayload,"RTC")}}const lt={version:2,minimumVersion:0,type:"rtc"};class pt extends l{constructor(t){super(t,"channel"),this.ensureChannelOpened=t=>new Promise((e,n)=>{if("open"===t.readyState)e();else if("connecting"===t.readyState){const n=()=>{t.removeEventListener("open",n),e()};t.addEventListener("open",n)}else n(new Error("This Channel has already closed"))})}static createDataChannelPromise(t,e){let n;const i=new Promise(t=>{n=t}),r=i=>{const s=()=>{i.channel.removeEventListener("open",s),n(i.channel)};i.channel.label===t&&(i.channel.addEventListener("open",s),e.removeEventListener("datachannel",r))};return e.addEventListener("datachannel",r),i}async listenForProviderIce(t,e){await this.on(this.createProviderEventName(t),e,{timestamp:Date.now()})}async raiseProviderIce(t,e){await this.wire.environment.raiseEvent(this.createRouteString(this.createProviderEventName(t)),e)}async listenForClientIce(t,e){await this.on(this.createClientEventName(t),e,{timestamp:Date.now()})}async raiseClientIce(t,e){await this.wire.environment.raiseEvent(this.createRouteString(this.createClientEventName(t)),e)}cleanupIceListeners(t){this.removeAllListeners(this.createClientEventName(t)),this.removeAllListeners(this.createProviderEventName(t))}createClientEventName(t){return`ice-client-${t}`}createProviderEventName(t){return`ice-provider-${t}`}createRouteString(t){return`channel/${t}`}createRtcPeer(){return this.wire.environment.getRtcPeer()}async startClientOffer(){const t=Math.random().toString(),e=this.createRtcPeer();e.addEventListener("icecandidate",async e=>{e.candidate&&await this.raiseClientIce(t,{candidate:e.candidate?.toJSON()})}),await this.listenForProviderIce(t,async t=>{await e.addIceCandidate(t.candidate)});const n={request:e.createDataChannel("request"),response:e.createDataChannel("response")},i=await e.createOffer();await e.setLocalDescription(i);const r=Promise.all([n.request,n.response].map(this.ensureChannelOpened)).then(()=>{});return{rtcClient:e,channels:n,offer:i,rtcConnectionId:t,channelsOpened:r}}async finishClientOffer(t,e,n){return await t.setRemoteDescription(e),await n,!0}async createProviderAnswer(t,e){const n=this.createRtcPeer(),i=pt.createDataChannelPromise("request",n),r=pt.createDataChannelPromise("response",n);n.addEventListener("icecandidate",async e=>{e.candidate&&await this.raiseProviderIce(t,{candidate:e.candidate?.toJSON()})}),await this.listenForClientIce(t,async t=>{await n.addIceCandidate(t.candidate)}),await n.setRemoteDescription(e);const s=await n.createAnswer();await n.setLocalDescription(s);const o=Promise.all([i,r]).then(([e,n])=>(this.cleanupIceListeners(t),{request:e,response:n}));return{rtcClient:n,answer:s,channels:o}}}function ut(t){return[...t.split(".").reverse().entries()].reduce((t,[e,n])=>t+ +n*1e4**e,0)}function wt(t,e){const n=function(t){return t.split("/")[0]}(t);return function(t,e){return ut(t)>=ut(e)}(n,e)}var yt,ft,gt,mt,vt,Ct=function(t,e,n,i){if("a"===n&&!i)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?i:"a"===n?i.call(t):i?i.value:e.get(t)},It=function(t,e,n,i,r){if("m"===i)throw new TypeError("Private method is not writable");if("a"===i&&!r)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!r:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===i?r.call(t,n):r?r.value=n:e.set(t,n),n};class xt extends R{get connections(){return[...Ct(this,yt,"f")]}static handleClientDisconnection(t,e){if(e?.endpointId){const{uuid:n,name:i,endpointId:r,isLocalEndpointId:s}=e;Ct(t,mt,"f").call(t,{uuid:n,name:i,endpointId:r,isLocalEndpointId:s})}else{t.connections.filter(t=>t.uuid===e.uuid&&t.name===e.name).forEach(Ct(t,mt,"f"))}t.disconnectListener(e)}static setProviderRemoval(t,e){xt.removalMap.set(t,e)}constructor(t,e,n){super(),yt.set(this,void 0),ft.set(this,void 0),gt.set(this,void 0),mt.set(this,t=>{const e=this.connections.filter(e=>e.endpointId!==t.endpointId);Ct(this,gt,"f").closeEndpoint(t.endpointId),It(this,yt,e,"f")}),this.processAction=async(t,e,n)=>(xt.clientIsMultiRuntime(n)&&!wt(n.runtimeUuid,"18.87.56.0")?this.handleMultiRuntimeLegacyClient(n):this.checkForClientConnection(n),super.processAction(t,e,n)),vt.set(this,()=>{Ct(this,gt,"f").close();const t=xt.removalMap.get(this);t&&t()}),It(this,ft,new G(t,e),"f"),this.connectListener=()=>{},this.disconnectListener=()=>{},It(this,yt,[],"f"),It(this,gt,n,"f"),n.receive(this.processAction)}dispatch(t,e,n){const i=t.endpointId??this.getEndpointIdForOpenFinId(t,e);if(i&&Ct(this,gt,"f").isEndpointConnected(i)){const t=g.getCallSite();return Ct(this,gt,"f").send(i,e,n).catch(i=>{throw new O(i,e,n,t)})}return Promise.reject(new Error(`Client connection with identity uuid: ${t.uuid} / name: ${t.name} / endpointId: ${i} no longer connected.`))}async processConnection(t,e){return Ct(this,yt,"f").push(t),this.connectListener(t,e)}publish(t,e){return this.connections.map(n=>Ct(this,gt,"f").send(n.endpointId,t,e))}onConnection(t){this.connectListener=t}onDisconnection(t){this.disconnectListener=t}async destroy(){const t=Ct(this,ft,"f");t.providerIdentity,It(this,yt,[],"f"),await t.close(),Ct(this,vt,"f").call(this)}async getAllClientInfo(){return this.connections.map(t=>{const{uuid:e,name:n,endpointId:i,entityType:r,connectionUrl:s}=t;return{uuid:e,name:n,endpointId:i,entityType:r,connectionUrl:s}})}checkForClientConnection(t){if(!this.isClientConnected(t))throw new Error(`This action was sent from a client that is not connected to the provider.\n Client Identity: {uuid: ${t.uuid}, name: ${t.name}, endpointId: ${t.endpointId}}`)}isClientConnected(t){return xt.clientIdentityIncludesEndpointId(t)?this.connections.some(e=>e.endpointId===t.endpointId&&e.uuid===t.uuid&&e.name===t.name):this.isLegacyClientConnected(t)}isLegacyClientConnected(t){return this.connections.some(e=>e.uuid===t.uuid&&e.name===t.name)}handleMultiRuntimeLegacyClient(t){if(!this.isLegacyClientConnected(t))throw new Error(`This action was sent from a client that is not connected to the provider. Client Identity:\n {uuid: ${t.uuid}, name: ${t.name}, endpointId: ${t.endpointId}}`)}getEndpointIdForOpenFinId(t,e){const n=this.connections.filter(e=>e.name===t.name&&e.uuid===t.uuid);if(n.length>=2){const n=Ct(this,ft,"f"),{uuid:i,name:r}=t,s=n?.providerIdentity.uuid,o=n?.providerIdentity.name;console.warn(`WARNING: Dispatch call may have unintended results. The "to" argument of your dispatch call is missing the\n "endpointId" parameter. The identity you are dispatching to ({uuid: ${i}, name: ${r}})\n has multiple channelClients for this channel. Your dispatched action: (${e}) from the provider:\n ({uuid: ${s}, name: ${o}}) will only be processed by the most recently-created client.`)}return n.pop()?.endpointId}static clientIdentityIncludesEndpointId(t){return void 0!==t.endpointId}static clientIsMultiRuntime(t){return void 0!==t.runtimeUuid}static async wireClose(t,e){await t.sendAction("destroy-channel",{channelName:e})}}yt=new WeakMap,ft=new WeakMap,gt=new WeakMap,mt=new WeakMap,vt=new WeakMap,xt.removalMap=new WeakMap;class bt extends h{constructor(t){super(t),this.onmessage=t=>"process-channel-message"===t.action&&(this.processChannelMessage(t),!0),this.endpointMap=new Map,this.latestEndpointIdByChannelId=new Map,t.registerMessageHandler(this.onmessage.bind(this))}async processChannelMessage(t){const{senderIdentity:e,providerIdentity:n,action:i,ackToSender:r,payload:s,intendedTargetIdentity:o}=t.payload,a=o.channelId??o.endpointId??this.latestEndpointIdByChannelId.get(n.channelId),c=this.endpointMap.get(a);if(!c)return r.payload.success=!1,r.payload.reason=`Client connection with identity uuid: ${this.wire.me.uuid} / name: ${this.wire.me.name} / endpointId: ${a} no longer connected.`,r.payload.error=Q(new Error(r.payload.reason)),this.wire.sendRaw(r);try{const t=await c(i,s,e);return r.payload.payload=r.payload.payload||{},r.payload.payload.result=t,this.wire.sendRaw(r)}catch(t){return r.payload.success=!1,r.payload.reason=t.message,r.payload.error=Q(t),this.wire.sendRaw(r)}}addEndpoint(t,e,n){this.endpointMap.set(n,t),e!==n&&this.latestEndpointIdByChannelId.set(e,n)}removeEndpoint(t,e){this.endpointMap.delete(e),this.latestEndpointIdByChannelId.get(t)===e&&this.latestEndpointIdByChannelId.delete(t)}checkForPreviousClientConnection(t){const e=this.latestEndpointIdByChannelId.get(t);e&&(V.closeChannelByEndpointId(e),console.warn("You have created a second connection to an older provider. First connection has been removed from the clientMap"),console.warn("If the provider calls publish(), you may receive multiple messages."))}}class At{constructor(t){this.ProtocolsInPreferenceOrder=t,this.DefaultClientProtocols=["classic"],this.DefaultProviderProtocols=["classic"],this.getClientProtocols=t=>{const e=t?this.ProtocolsInPreferenceOrder.filter(e=>t.includes(e)):this.DefaultClientProtocols;if(!e.length)throw new Error(`No valid protocols were passed in. Accepted values are: ${this.ProtocolsInPreferenceOrder.join(", ")}.`);return e},this.getProviderProtocols=t=>{const e=t?this.ProtocolsInPreferenceOrder.filter(e=>t.includes(e)):this.DefaultProviderProtocols;if(!e.length)throw new Error(`No valid protocols were passed in. Accepted values are: ${this.ProtocolsInPreferenceOrder.join(", ")}.`);return e},this.getCompatibleProtocols=(t,e)=>e.supportedProtocols.filter(e=>t.some(t=>t.type===e.type&&e.version>=t.minimumVersion&&t.version>=(e.minimumVersion??0))).slice(0,e.maxProtocols)}}class Et{static combine(t,e){return new Et(t,e)}constructor(t,e){this.primary=t,this.secondary=e}onEndpointDisconnect(t,e){this.primary.onEndpointDisconnect(t,()=>{this.secondary.isEndpointConnected(t)||e()}),this.secondary.onEndpointDisconnect(t,()=>{this.primary.isEndpointConnected(t)||e()})}isValidEndpointPayload(t){return this.primary.isValidEndpointPayload(t)||this.secondary.isValidEndpointPayload(t)}async closeEndpoint(t){await this.primary.closeEndpoint(t),await this.secondary.closeEndpoint(t)}isEndpointConnected(t){return this.primary.isEndpointConnected(t)||this.secondary.isEndpointConnected(t)}async addEndpoint(t,e){this.primary.isValidEndpointPayload(e)&&await this.primary.addEndpoint(t,e),this.secondary.isValidEndpointPayload(e)&&await this.secondary.addEndpoint(t,e)}receive(t){this.primary.receive(t),this.secondary.receive(t)}send(t,e,n){return this.primary.isEndpointConnected(t)?this.primary.send(t,e,n):this.secondary.send(t,e,n)}async close(){await Promise.all([this.primary.close(),this.secondary.close()])}}var Pt,Mt,St=function(t,e,n,i,r){if("m"===i)throw new TypeError("Private method is not writable");if("a"===i&&!r)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!r:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===i?r.call(t,n):r?r.value=n:e.set(t,n),n},kt=function(t,e,n,i){if("a"===n&&!i)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?i:"a"===n?i.call(t):i?i.value:e.get(t)};class Lt extends h{static getProtocolOptionsFromStrings(t){return t.map(t=>{switch(t){case"rtc":return lt;case"classic":return Z;default:return U(t,["rtc","classic"])}})}constructor(t){super(t),Pt.set(this,void 0),Mt.set(this,void 0),this.removeChannelFromProviderMap=t=>{this.providerMap.delete(t)},this.onmessage=t=>"process-channel-connection"===t.action&&(this.processChannelConnection(t),!0),this.providerMap=new Map,this.protocolManager=new At("node"===this.wire.environment.type?["classic"]:["rtc","classic"]),St(this,Pt,new bt(t),"f"),St(this,Mt,new pt(t),"f"),t.registerMessageHandler(this.onmessage.bind(this))}createProvider(t,e){const n=Object.assign(this.wire.environment.getDefaultChannelOptions().create,t||{}),i=this.protocolManager.getProviderProtocols(n?.protocols),r=i.map(t=>{switch(t){case"rtc":return new ht;case"classic":return new K(this.wire,kt(this,Pt,"f"),e.channelId,e);default:return U(t,["rtc","classic"])}});let s;if(2===r.length){const[t,e]=r;s=Et.combine(t,e)}else{if(1!==r.length)throw new Error("failed to combine strategies");[s]=r}const o=new xt(e,()=>xt.wireClose(this.wire,e.channelName),s),a=e.channelId;return this.providerMap.set(a,{provider:o,strategy:s,supportedProtocols:Lt.getProtocolOptionsFromStrings(i)}),xt.setProviderRemoval(o,this.removeChannelFromProviderMap.bind(this)),o}async createClientOffer(t){const e=this.protocolManager.getClientProtocols(t?.protocols);let n;return{offer:{supportedProtocols:await Promise.all(e.map(async t=>{switch(t){case"rtc":{const{rtcClient:t,channels:e,offer:i,rtcConnectionId:r,channelsOpened:s}=await kt(this,Mt,"f").startClientOffer();return n={rtcClient:t,channels:e,channelsOpened:s},{type:"rtc",version:lt.version,payload:{offer:i,rtcConnectionId:r}}}case"classic":return{type:"classic",version:Z.version};default:return U(t,["rtc","classic"])}})),maxProtocols:2},rtc:n}}async createClientStrategy(t,e){e.endpointId||(e.endpointId=this.wire.environment.getNextMessageId(),kt(this,Pt,"f").checkForPreviousClientConnection(e.channelId));const n=e.answer??{supportedProtocols:[{type:"classic",version:1}]},i=(await Promise.all(n.supportedProtocols.map(async n=>"rtc"===n.type&&t?(await kt(this,Mt,"f").finishClientOffer(t.rtcClient,n.payload.answer,t.channelsOpened),new ht):"classic"===n.type?new K(this.wire,kt(this,Pt,"f"),e.endpointId,e):null))).filter(t=>null!==t);let r;if(t&&!i.some(t=>t instanceof ht)&&t&&t.rtcClient.close(),i.length>=2)r=Et.combine(i[0],i[1]);else{if(!i.length)throw new Error("No compatible protocols");[r]=i}const s={endpointIdentity:e,rtc:t};return r.addEndpoint(e.channelId,s),r}async processChannelConnection(t){const{clientIdentity:e,providerIdentity:n,ackToSender:i,payload:r,offer:s}=t.payload;e.endpointId?e.isLocalEndpointId=!1:(e.endpointId=this.wire.environment.getNextMessageId(),e.isLocalEndpointId=!0);const o=n.channelId,a=this.providerMap.get(o);if(!a)return i.payload.success=!1,i.payload.reason=`Channel "${n.channelName}" has been destroyed.`,this.wire.sendRaw(i);const{provider:c,strategy:d,supportedProtocols:h}=a;try{if(!(c instanceof xt))throw Error("Cannot connect to a channel client");const t=s??{supportedProtocols:[{type:"classic",version:1}],maxProtocols:1},n=this.protocolManager.getCompatibleProtocols(h,t);if(!n.length)throw new Error("This provider does not support any of the offered protocols.");const o=await c.processConnection(e,r);i.payload.payload=i.payload.payload||{};let a={supportedProtocols:[],endpointPayloadPromise:Promise.resolve({endpointIdentity:e})};return a=await n.reduce(async(t,e)=>{const n=await t;if("rtc"===e.type){const{answer:t,rtcClient:i,channels:r}=await kt(this,Mt,"f").createProviderAnswer(e.payload.rtcConnectionId,e.payload.offer);n.supportedProtocols.push({type:"rtc",version:lt.version,payload:{answer:t}}),n.endpointPayloadPromise=n.endpointPayloadPromise.then(t=>r.then(e=>({...t,rtc:{rtcClient:i,channels:e}})))}else n.supportedProtocols.push({type:"classic",version:Z.version});return n},Promise.resolve(a)),a.endpointPayloadPromise.then(t=>d.addEndpoint(e.endpointId,t)),i.payload.payload.result=o,i.payload.payload.answer=a,this.wire.sendRaw(i)}catch(t){return i.payload.success=!1,i.payload.reason=t.message,this.wire.sendRaw(i)}}}Pt=new WeakMap,Mt=new WeakMap;var Tt,$t,Ft,Gt=function(t,e,n,i,r){if("m"===i)throw new TypeError("Private method is not writable");if("a"===i&&!r)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!r:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===i?r.call(t,n):r?r.value=n:e.set(t,n),n},Rt=function(t,e,n,i){if("a"===n&&!i)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?i:"a"===n?i.call(t):i?i.value:e.get(t)};function Ot(t){const e=Math.floor(t/10),n=Math.min(3e4,500*2**e);return new Promise(t=>{setTimeout(()=>{t(!1)},n)})}class Wt extends l{constructor(e){super(e,"channel"),Tt.set(this,void 0),$t.set(this,new t),Ft.set(this,new x(async()=>{await Promise.all([this.on("disconnected",t=>{V.handleProviderDisconnect(t)}),this.on("connected",(...t)=>{Rt(this,$t,"f").emit("connected",...t)})]).catch(()=>new Error("error setting up channel connection listeners"))})),Gt(this,Tt,new Lt(e),"f")}async getAllChannels(){return this.wire.sendAction("get-all-channels").then(({payload:t})=>t.data)}async onChannelConnect(t){await this.on("connected",t)}async onChannelDisconnect(t){await this.on("disconnected",t)}async safeConnect(t,e,n){const i={count:0};do{let r=()=>{};const s=new Promise(e=>{r=n=>{t===n.channelName&&e(!0)},Rt(this,$t,"f").on("connected",r)});try{if(i.count>0){i.gotConnectedEvent=await Promise.race([Ot(i.count),s]);const e=await this.wire.sendAction("connect-to-channel",{...n,retryInfo:i});return console.log(`Successfully connected to channelName: ${t}`),e.payload.data}const e=this.wire.sendAction("connect-to-channel",n);i.originalMessageId=e.messageId;return(await e).payload.data}catch(n){if(!n.message.includes("internal-nack"))throw n;e&&0===i.count&&console.warn(`No channel found for channelName: ${t}. Waiting for connection...`)}finally{i.count+=1,Rt(this,$t,"f").removeListener("connected",r)}}while(e);throw new Error(`No channel found for channelName: ${t}.`)}async connect(t,e={}){if(await Rt(this,Ft,"f").getValue(),!t||"string"!=typeof t)throw new Error("Please provide a channelName string to connect to a channel.");const n={wait:!0,...this.wire.environment.getDefaultChannelOptions().connect,...e},{offer:i,rtc:r}=await Rt(this,Tt,"f").createClientOffer(n);let s;(this.fin.me.isFrame||this.fin.me.isView||this.fin.me.isWindow)&&(s=(await this.fin.me.getInfo()).url);const o={channelName:t,...n,offer:i,connectionUrl:s},a=await this.safeConnect(t,n.wait,o),c=await Rt(this,Tt,"f").createClientStrategy(r,a),d=new V(a,()=>V.wireClose(this.wire,a,a.endpointId),c);return c.onEndpointDisconnect(a.channelId,async()=>{try{await d.sendDisconnectAction()}catch(t){console.warn(`Something went wrong during disconnect for client with uuid: ${a.uuid} / name: ${a.name} / endpointId: ${a.endpointId}.`)}finally{V.handleProviderDisconnect(a)}}),d}async create(t,e){if(!t)throw new Error("Please provide a channelName to create a channel");const{payload:{data:n}}=await this.wire.sendAction("create-channel",{channelName:t}),i=Rt(this,Tt,"f").createProvider(e,n);return this.on("client-disconnected",e=>{e.channelName===t&&xt.handleClientDisconnection(i,e)}),i}}Tt=new WeakMap,$t=new WeakMap,Ft=new WeakMap;class jt extends h{constructor(e){super(e),this.events={subscriberAdded:"subscriber-added",subscriberRemoved:"subscriber-removed"},this.refCounter=new $,this.Channel=new Wt(e),this.emitter=new t,e.registerMessageHandler(this.onmessage.bind(this)),this.on=this.emitter.on.bind(this.emitter),this.removeAllListeners=this.emitter.removeAllListeners.bind(this.emitter)}async publish(t,e){await this.wire.sendAction("publish-message",{topic:t,message:e,sourceWindowName:this.me.name})}async send(t,e,n){const i=m(t);if(i)throw new Error(i);await this.wire.sendAction("send-message",{destinationUuid:t.uuid,destinationWindowName:t.name,topic:e,message:n,sourceWindowName:this.me.name})}subscribe(t,e,n){const i=this.createSubscriptionKey(t.uuid,t.name||"*",e);return this.emitter.on(i,n),this.refCounter.actOnFirst(i,async()=>{await this.wire.sendAction("subscribe",{sourceUuid:t.uuid,sourceWindowName:t.name||"*",topic:e,destinationWindowName:this.me.name})},()=>Promise.resolve())}unsubscribe(t,e,n){const i=t.name||"*",r=this.createSubscriptionKey(t.uuid,i,e);return this.emitter.removeListener(r,n),this.refCounter.actOnLast(r,async()=>{await this.wire.sendAction("unsubscribe",{sourceUuid:t.uuid,sourceWindowName:i,topic:e,destinationWindowName:this.me.name})},()=>new Promise(t=>t).then(()=>{}))}processMessage(t){const{payload:{message:e,sourceWindowName:n,sourceUuid:i,topic:r}}=t,s=[this.createSubscriptionKey(i,n,r),this.createSubscriptionKey(i,"*",r),this.createSubscriptionKey("*","*",r)],o={uuid:i,name:n};s.forEach(t=>{this.emitter.emit(t,e,o)})}emitSubscriverEvent(t,e){const{payload:{targetName:n,uuid:i,topic:r}}=e,s={name:n,uuid:i,topic:r};this.emitter.emit(t,s)}createSubscriptionKey(t,e,n){const i=e||"*";if(!(t&&i&&n))throw new Error("Missing uuid, name, or topic string");return function(...t){return t.map(t=>btoa(t)).join("/")}(t,i,n)}onmessage(t){const{action:e}=t;switch(e){case"process-message":this.processMessage(t);break;case this.events.subscriberAdded:this.emitSubscriverEvent(this.events.subscriberAdded,t);break;case this.events.subscriberRemoved:this.emitSubscriverEvent(this.events.subscriberRemoved,t)}return!0}}class Ht extends h{async writeText(t){await this.wire.sendAction("clipboard-write-text",t)}async readText(t){const{payload:e}=await this.wire.sendAction("clipboard-read-text",{type:t});return e.data}async writeImage(t){await this.wire.sendAction("clipboard-write-image",t)}async readImage(t={format:"dataURL"}){const{payload:e}=await this.wire.sendAction("clipboard-read-image",t);return e.data}async writeHtml(t){await this.wire.sendAction("clipboard-write-html",t)}async readHtml(t){const{payload:e}=await this.wire.sendAction("clipboard-read-html",{type:t});return e.data}async writeRtf(t){await this.wire.sendAction("clipboard-write-rtf",t)}async readRtf(t){const{payload:e}=await this.wire.sendAction("clipboard-read-rtf",{type:t});return e.data}async write(t){await this.wire.sendAction("clipboard-write",t)}async getAvailableFormats(t){const{payload:e}=await this.wire.sendAction("clipboard-read-formats",{type:t});return e.data}}class Nt extends l{constructor(t,e){super(t,"external-application",e.uuid),this.identity=e}getInfo(){return this.wire.sendAction("get-external-application-info",this.identity).then(({payload:t})=>t.data)}}class Bt extends h{wrap(t){return this.wire.recordAnalytic("external-application-wrap"),Promise.resolve(new Nt(this.wire,{uuid:t}))}wrapSync(t){return this.wire.recordAnalytic("external-application-wrap-sync"),new Nt(this.wire,{uuid:t})}}class Dt extends l{constructor(t,e){super(t,"frame",e.uuid,e.name),this.identity=e}getInfo(){return this.wire.sendAction("get-frame-info",this.identity).then(({payload:t})=>t.data)}getParentWindow(){return this.wire.sendAction("get-parent-window",this.identity).then(({payload:t})=>t.data)}}class Vt extends h{async wrap(t){this.wire.recordAnalytic("frame-wrap");const e=m(t);if(e)throw new Error(e);return new Dt(this.wire,t)}wrapSync(t){this.wire.recordAnalytic("frame-wrap-sync");const e=m(t);if(e)throw new Error(e);return new Dt(this.wire,t)}getCurrent(){return this.wire.recordAnalytic("frame-get-current"),Promise.resolve(new Dt(this.wire,this.wire.environment.getCurrentEntityIdentity()))}getCurrentSync(){return this.wire.recordAnalytic("frame-get-current-sync"),new Dt(this.wire,this.wire.environment.getCurrentEntityIdentity())}}class Ut extends l{constructor(t){super(t,"global-hotkey")}async register(t,e){await this.on(t,e),await this.wire.sendAction("global-hotkey-register",{hotkey:t})}async unregister(t){await this.removeAllListeners(t),await this.wire.sendAction("global-hotkey-unregister",{hotkey:t})}async unregisterAll(){await Promise.all(this.eventNames().filter(t=>!("registered"===t||"unregistered"===t)).map(t=>this.removeAllListeners(t))),await this.wire.sendAction("global-hotkey-unregister-all",{})}async isRegistered(t){const{payload:{data:e}}=await this.wire.sendAction("global-hotkey-is-registered",{hotkey:t});return e}}var _t,zt,qt=function(t,e,n,i,r){if("m"===i)throw new TypeError("Private method is not writable");if("a"===i&&!r)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!r:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===i?r.call(t,n):r?r.value=n:e.set(t,n),n},Jt=function(t,e,n,i){if("a"===n&&!i)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?i:"a"===n?i.call(t):i?i.value:e.get(t)};class Yt extends l{constructor(t,e,n=`custom-frame-${e.uuid}`){super(t,"application",e.uuid),_t.set(this,void 0),this.getClient=(t=this.identity)=>{if(t.uuid!==this.identity.uuid)return new Yt(this.wire,t).getClient();if(this.wire.sendAction("platform-get-client",this.identity).catch(t=>{}),!Yt.clientMap.has(Jt(this,_t,"f"))){const t=Jt(this,zt,"f").call(this);Yt.clientMap.set(Jt(this,_t,"f"),t)}return Yt.clientMap.get(Jt(this,_t,"f"))},zt.set(this,async()=>{try{const t=await this._channel.connect(Jt(this,_t,"f"),{wait:!1});return t.onDisconnection(()=>{Yt.clientMap.delete(Jt(this,_t,"f"))}),t}catch(t){throw Yt.clientMap.delete(Jt(this,_t,"f")),new Error("The targeted Platform is not currently running. Listen for application-started event for the given Uuid.")}}),this.launchLegacyManifest=this.launchContentManifest;const i=m(e);if(i)throw new Error(i);qt(this,_t,n,"f"),this._channel=this.fin.InterApplicationBus.Channel,this.identity={uuid:e.uuid},this.Layout=this.fin.Platform.Layout,this.Application=this.fin.Application.wrapSync(this.identity)}async createView(t,e,n){this.wire.sendAction("platform-create-view",this.identity).catch(t=>{});const i=await this.getClient(),r=await i.dispatch("create-view",{target:e,opts:t,targetView:n});if(!r||m(r.identity))throw new Error(`When overwriting the createView call, please return an object that has a valid 'identity' property: ${JSON.stringify(r)}`);return this.fin.View.wrapSync(r.identity)}async createWindow(t){this.wire.sendAction("platform-create-window",this.identity).catch(t=>{});const e=await this.getClient();t.reason||(t.reason="api-call");const n=await e.dispatch("create-view-container",t);if(!n||m(n.identity))throw new Error(`When overwriting the createWindow call, please return an object that has a valid 'identity' property: ${JSON.stringify(n)}`);const{identity:i}=n,r=this.fin.Window.wrapSync(i);return r.name=i.name,r.uuid=i.uuid,r}async quit(){this.wire.sendAction("platform-quit",this.identity).catch(t=>{});return(await this.getClient()).dispatch("quit")}async closeView(t){this.wire.sendAction("platform-close-view",this.identity).catch(t=>{});const e=await this.getClient();await e.dispatch("close-view",{view:t})}async reparentView(t,e){console.warn("Platform.reparentView has been deprecated, please use Platform.createView"),this.wire.sendAction("platform-reparent-view",this.identity).catch(t=>{});const n={...t,uuid:t.uuid??this.identity.uuid},i=await this.fin.View.wrap(n),r=await i.getOptions();return this.createView(r,e)}async getSnapshot(){this.wire.sendAction("platform-get-snapshot",this.identity).catch(t=>{});return(await this.getClient()).dispatch("get-snapshot")}async getViewSnapshot(t){return(await this.getClient()).dispatch("get-view-snapshot",{viewIdentity:t})}async applySnapshot(t,e){this.wire.sendAction("platform-apply-snapshot",this.identity).catch(t=>{});const n="Requested snapshot must be a valid Snapshot object, or a url or filepath to such an object.";let i;if("string"==typeof t)try{i=(await this._channel.wire.sendAction("get-application-manifest",{manifestUrl:t})).payload.data}catch(t){throw new Error(`${n}: ${t}`)}else i=t;if(!i.windows)throw new Error(n);const r=await this.getClient();return await r.dispatch("apply-snapshot",{snapshot:i,options:e}),this}async fetchManifest(t){return(await this.getClient()).dispatch("platform-fetch-manifest",{manifestUrl:t})}async launchContentManifest(t){this.wire.sendAction("platform-launch-content-manifest",this.identity).catch(()=>{});const e=await this.getClient(),n=await this.fetchManifest(t);return e.dispatch("launch-into-platform",{manifest:n,manifestUrl:t}),this}async setWindowContext(t={},e){if(this.wire.sendAction("platform-set-window-context",this.identity).catch(t=>{}),!t)throw new Error("Please provide a serializable object or string to set the context.");const n=await this.getClient(),{entityType:i}=e?await this.fin.System.getEntityInfo(e.uuid,e.name):this.fin.me;await n.dispatch("set-window-context",{context:t,entityType:i,target:e||{uuid:this.fin.me.uuid,name:this.fin.me.name}})}async getWindowContext(t){this.wire.sendAction("platform-get-window-context",this.identity).catch(t=>{});const e=await this.getClient(),{entityType:n}=t?await this.fin.System.getEntityInfo(t.uuid,t.name):this.fin.me;return e.dispatch("get-window-context",{target:t||{uuid:this.fin.me.uuid,name:this.fin.me.name},entityType:n})}async closeWindow(t,e={skipBeforeUnload:!1}){this.wire.sendAction("platform-close-window",this.identity).catch(t=>{});return(await this.getClient()).dispatch("close-window",{windowId:t,options:e})}}_t=new WeakMap,zt=new WeakMap,Yt.clientMap=new Map;class Kt{constructor(t){this.strategy=t,this.consume=async t=>(await this.strategy.getExposedFunctions(t)).reduce((e,n)=>({...e,[n.key]:this.strategy.createFunction(n,t)}),{})}}class Zt{constructor(t){this.channel=t,this.getExposedFunctions=async t=>{const{id:e}=t,{props:n}=await this.channel.dispatch(`api-meta:${e}`);return n},this.createFunction=t=>(...e)=>{const{action:n}=t.options;return this.channel.dispatch(n,{args:e})}}}const Qt=["no longer connected","RTCDataChannel closed unexpectedly","The client you are trying to dispatch from is disconnected from the target provider"],Xt=async(t,e)=>{t.register(`relay:${e}`,({action:e,target:n,payload:i})=>t.dispatch(n,e,i)),await Promise.resolve()},te=(t,e,n,i)=>async(r,s)=>{try{return await t.dispatch(`relay:${n}`,{action:r,payload:s,target:e})}catch(t){if(o=t.message,Qt.some(t=>o.includes(t))&&i)throw new Error(i);throw t}var o};var ee,ne,ie,re=function(t,e,n,i,r){if("m"===i)throw new TypeError("Private method is not writable");if("a"===i&&!r)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!r:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===i?r.call(t,n):r?r.value=n:e.set(t,n),n},se=function(t,e,n,i){if("a"===n&&!i)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?i:"a"===n?i.call(t):i?i.value:e.get(t)};class oe{constructor(t,e){ee.set(this,void 0),this.isRoot=()=>se(this,ee,"f").isRoot(this.entityId),this.exists=()=>se(this,ee,"f").exists(this.entityId),this.getParent=async()=>{const t=await se(this,ee,"f").getParent(this.entityId);if(t)return oe.getEntity(t,se(this,ee,"f"))},this.createAdjacentStack=async(t,e)=>{const n=await se(this,ee,"f").createAdjacentStack(this.entityId,t,e);return oe.getEntity({entityId:n,type:"stack"},se(this,ee,"f"))},this.getAdjacentStacks=async t=>(await se(this,ee,"f").getAdjacentStacks({targetId:this.entityId,edge:t})).map(t=>oe.getEntity({type:"stack",entityId:t.entityId},se(this,ee,"f"))),re(this,ee,t,"f"),this.entityId=e}}ee=new WeakMap,oe.newLayoutEntitiesClient=async(t,e,n)=>{const i=te(t,n,"layout-relay","You are trying to interact with a layout component on a window that does not exist or has been destroyed.");return new Kt(new Zt({dispatch:i})).consume({id:e})},oe.getEntity=(t,e)=>{const{entityId:n,type:i}=t;switch(i){case"column":case"row":return new ce(e,n,i);case"stack":return new ae(e,n);default:throw new Error(`Unrecognised Layout Entity encountered ('${JSON.stringify(t)})`)}};class ae extends oe{constructor(t,e){super(t,e),ne.set(this,void 0),this.type="stack",this.getViews=()=>se(this,ne,"f").getStackViews(this.entityId),this.addView=async(t,e={index:0})=>se(this,ne,"f").addViewToStack(this.entityId,t,e),this.removeView=async t=>{await se(this,ne,"f").removeViewFromStack(this.entityId,t)},this.setActiveView=async t=>{await se(this,ne,"f").setStackActiveView(this.entityId,t)},re(this,ne,t,"f")}}ne=new WeakMap;class ce extends oe{constructor(t,e,n){super(t,e),ie.set(this,void 0),this.getContent=async()=>(await se(this,ie,"f").getContent(this.entityId)).map(t=>oe.getEntity(t,se(this,ie,"f"))),re(this,ie,t,"f"),this.type=n}}ie=new WeakMap;const de="layout-entities";var he,le,pe,ue=function(t,e,n,i){if("a"===n&&!i)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?i:"a"===n?i.call(t):i?i.value:e.get(t)};class we extends h{static getClient(t){return ue(t,le,"f").getValue()}constructor(t,e){super(e),he.add(this),le.set(this,new I(async()=>oe.newLayoutEntitiesClient(await this.platform.getClient(),de,this.identity))),this.replace=async t=>{this.wire.sendAction("layout-replace").catch(t=>{});const e=await this.platform.getClient();await e.dispatch("replace-layout",{target:this.identity,opts:{layout:t}})},this.replaceView=async(t,e)=>{this.wire.sendAction("layout-replace-view").catch(t=>{});const n=await this.platform.getClient();await n.dispatch("replace-view",{target:this.identity,opts:{viewToReplace:t,newView:e}})},this.applyPreset=async t=>{this.wire.sendAction("layout-apply-preset").catch(t=>{});const e=await this.platform.getClient(),{presetType:n}=t;if(!n||!function(t){switch(t){case"columns":case"grid":case"rows":case"tabs":return!0;default:return!1}}(n))throw new Error("Cannot apply preset layout, please include an applicable presetType property in the PresetLayoutOptions.");await e.dispatch("apply-preset-layout",{target:this.identity,opts:{presetType:n}})};const n=m(t);if(n)throw new Error(n);this.identity=t,this.platform=this.fin.Platform.wrapSync({uuid:t.uuid}),t.uuid===this.fin.me.uuid&&t.name===this.fin.me.name&&(this.init=this.fin.Platform.Layout.init)}async getConfig(){this.wire.sendAction("layout-get-config").catch(t=>{});return(await this.platform.getClient()).dispatch("get-frame-snapshot",{target:this.identity})}async getCurrentViews(){this.wire.sendAction("layout-get-views").catch(t=>{});const t=await this.platform.getClient();return(await t.dispatch("get-layout-views",{target:this.identity})).map(t=>this.fin.View.wrapSync(t))}async getRootItem(){this.wire.sendAction("layout-get-root-item").catch(()=>{});const t=await ue(this,le,"f").getValue(),e=await t.getRoot("layoutName"in this.identity?this.identity:void 0);return oe.getEntity(e,t)}async getStackByViewIdentity(t){this.wire.sendAction("layout-get-stack-by-view").catch(()=>{});const e=await ue(this,le,"f").getValue(),n=await e.getStackByView(t);if(!n)throw new Error(`No stack found for view: ${t.uuid}/${t.name}`);return oe.getEntity(n,e)}async addView(t,{location:e,targetView:n}={}){this.wire.sendAction("layout-add-view").catch(t=>{});const{identity:i}=await ue(this,he,"m",pe).call(this,"layout-add-view",{viewOptions:t,location:e,targetView:n});return{identity:i}}async closeView(t){this.wire.sendAction("layout-close-view").catch(t=>{}),await ue(this,he,"m",pe).call(this,"layout-close-view",{viewIdentity:t})}}le=new WeakMap,he=new WeakSet,pe=async function(t,e){return(await this.platform.getClient()).dispatch(t,{target:this.identity,opts:e})};var ye,fe,ge,me,ve,Ce=function(t,e,n,i){if("a"===n&&!i)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?i:"a"===n?i.call(t):i?i.value:e.get(t)},Ie=function(t,e,n,i,r){if("m"===i)throw new TypeError("Private method is not writable");if("a"===i&&!r)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!r:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===i?r.call(t,n):r?r.value=n:e.set(t,n),n};class xe extends h{constructor(){super(...arguments),ye.add(this),fe.set(this,!1),ge.set(this,null),this.init=async(t={})=>{if(this.wire.recordAnalytic("layout-init"),!this.wire.environment.layoutAllowedInContext(this.fin))throw new Error("Layout.init can only be called from a Window context.");if(Ce(this,fe,"f"))throw new Error("Layout.init was already called, please use Layout.create to add additional layouts.");"openfin"===this.wire.environment.type&&await this.fin.Platform.getCurrentSync().getClient(),Ie(this,fe,!0,"f"),Ie(this,ge,await this.wire.environment.initLayoutManager(this.fin,this.wire,t),"f"),await this.wire.environment.applyLayoutSnapshot(this.fin,Ce(this,ge,"f"),t);const e={name:this.fin.me.name,uuid:this.fin.me.uuid};if(!t.layoutManagerOverride){const t={layoutName:"__default__",...e};return Ce(this,me,"f").call(this,t)}return this.wrapSync(e)},me.set(this,t=>{const e="[Layout] You are using a deprecated property `layoutManager` - it will throw if you access it starting in v37.",n=new Proxy({},{get(t,n){throw console.warn(`[Layout-mgr-proxy] accessing ${n.toString()}`),new Error(e)}}),i=Object.assign(this.wrapSync(t),{layoutManager:n});return new Proxy(i,{get(t,n){if("layoutManager"===n)throw console.warn(`[Layout-proxy] accessing ${n.toString()}`),new Error(e);return t[n]}})}),this.getCurrentLayoutManagerSync=()=>Ce(this,ye,"m",ve).call(this,"fin.Platform.Layout.getCurrentLayoutManagerSync()"),this.create=async t=>this.wire.environment.createLayout(Ce(this,ye,"m",ve).call(this,"fin.Platform.Layout.create()"),t),this.destroy=async t=>this.wire.environment.destroyLayout(Ce(this,ye,"m",ve).call(this,"fin.Platform.Layout.destroy()"),t)}async wrap(t){return this.wire.recordAnalytic("layout-wrap"),new we(t,this.wire)}wrapSync(t){return this.wire.recordAnalytic("layout-wrap-sync"),new we(t,this.wire)}async getCurrent(){if(this.wire.recordAnalytic("layout-get-current"),"openfin"===this.wire.environment.type&&!this.fin.me.isWindow)throw new Error("You are not in a Window context. Only Windows can have a Layout.");const{uuid:t,name:e}=this.fin.me;return this.wrap({uuid:t,name:e})}getCurrentSync(){if(this.wire.recordAnalytic("layout-get-current-sync"),"openfin"===this.wire.environment.type&&!this.fin.me.isWindow)throw new Error("You are not in a Window context. Only Windows can have a Layout.");const{uuid:t,name:e}=this.fin.me;return this.wrapSync({uuid:t,name:e})}async getLayoutByViewIdentity(t){this.wire.recordAnalytic("layout-get-by-view-identity");let e=await this.wire.environment.getViewWindowIdentity(this.fin,t);e.identity&&(e=e.identity);try{const n=this.wrapSync(e),i=await we.getClient(n),r=await i.getLayoutIdentityForViewOrThrow(t);return this.wrapSync(r)}catch(n){if(!["No action registered at target for","getLayoutIdentityForViewOrThrow is not a function"].some(t=>n.message.includes(t)))throw n;if(e.uuid===e.name)throw new Error(`View identity ${JSON.stringify(t)} is not attached to any layout in provider window ${JSON.stringify(e)}.`);return this.wrapSync(e)}}}fe=new WeakMap,ge=new WeakMap,me=new WeakMap,ye=new WeakSet,ve=function(t){if(!Ce(this,ge,"f"))throw new Error(`You must call init before using the API ${t}`);return Ce(this,ge,"f")};class be extends h{constructor(t,e){super(t),this._channel=e,this.Layout=new xe(this.wire)}async init(t){if(!fin.__internal_.isPlatform||fin.me.name!==fin.me.uuid)throw new Error("fin.Platform.init should only be called from a custom platform provider running in the main window of the application.");return this.wire.environment.initPlatform(this.fin,t)}async wrap(t){return this.wire.recordAnalytic("platform-wrap"),new Yt(this.wire,{uuid:t.uuid})}wrapSync(t){return this.wire.recordAnalytic("platform-wrap-sync"),new Yt(this.wire,{uuid:t.uuid})}async getCurrent(){return this.wire.recordAnalytic("platform-get-current"),this.wrap({uuid:this.wire.me.uuid})}getCurrentSync(){return this.wire.recordAnalytic("platform-get-current-sync"),this.wrapSync({uuid:this.wire.me.uuid})}start(t){return this.wire.recordAnalytic("platform-start"),new Promise(async(e,n)=>{try{const{uuid:n}=t,i=await this.fin.Application._create({...t,isPlatformController:!0});i.once("platform-api-ready",()=>e(this.wrapSync({uuid:n}))),i._run({uuid:n})}catch(t){n(t)}})}startFromManifest(t,e){return this.wire.recordAnalytic("platform-start-from-manifest"),new Promise(async(n,i)=>{try{const i=await this.fin.Application._createFromManifest(t);i.once("platform-api-ready",()=>n(this.wrapSync({uuid:i.identity.uuid}))),i._run(e)}catch(t){i(t)}})}}const Ae="You are not running in OpenFin.";function Ee(t,e,n){return{...{isView:"view"===t,isWindow:"window"===t,isFrame:"iframe"===t,isExternal:"external connection"===t},uuid:e,name:n,entityType:t}}const Pe=()=>`${Math.random()}${Date.now()}`,Me=(t,e)=>(...n)=>{try{return t(...n)}catch(t){throw new Error((e||"")+t)}},Se=(t,e)=>async n=>{try{await t(n)}catch(t){throw console.error(`Error thrown by handler ${e} for context type ${n.type}: ${t}`),t}},ke=(t,e)=>`You have tried to to use ${t} but ${e} has not been overridden in the Interop Broker. Please override this function. Refer to our documentation for more info.`,Le=(t,e,n,i)=>{const{uuid:r,name:s}=n;return i?`Entity with identity: ${r}/${s} has called ${i} or ${t} but ${e} has not been overridden.`:`Entity with identity: ${r}/${s} has called ${t} but ${e} has not been overridden.`},Te={fireIntent:ke("fireIntent","handleFiredIntent"),fireIntentForContext:ke("fireIntentForContext","handleFiredIntentForContext"),getInfoForIntent:ke("getInfoForIntent","handleInfoForIntent"),getInfoForIntentsByContext:ke("getInfoForIntentsByContext","handleInfoForIntentsByContext"),joinSessionContextGroupWithJoinContextGroup:"The Context Group you have tried to join is a Session Context Group. Custom Context Groups can only be defined by the Interop Broker through code or manifest configuration. Please use joinSessionContextGroup.",fdc3Open:ke("fdc3.open","fdc3HandleOpen"),fdc3FindInstances:ke("fdc3.findInstances","fdc3HandleFindInstances"),fdc3GetAppMetadata:ke("fdc3.getAppMetadata","fdc3HandleGetAppMetadata"),fdc3GetInfo:ke("fdc3.getInfo","fdc3HandleGetInfo")},$e=t=>t?"object"!=typeof t?{isValid:!1,reason:"Context must be an Object"}:t.type?{isValid:!0}:{isValid:!1,reason:"Context must have a type property"}:{isValid:!1,reason:"No context supplied"};class Fe{constructor(t,e){this.provider=t,this.id=e,this.lastContext=void 0,this.contextGroupMap=new Map,this.clients=new Map,this.registerListeners()}registerListeners(){this.provider.register(`sessionContextGroup:getContext-${this.id}`,this.getCurrentContext.bind(this)),this.provider.register(`sessionContextGroup:setContext-${this.id}`,this.setContext.bind(this)),this.provider.register(`sessionContextGroup:handlerAdded-${this.id}`,this.handlerAdded.bind(this)),this.provider.register(`sessionContextGroup:handlerRemoved-${this.id}`,this.handlerRemoved.bind(this))}getCurrentContext(t){return t.type?this.contextGroupMap.get(t.type):this.lastContext}setContext(t,e){const{context:n}=t,i=$e(n);if(!1===i.isValid)throw new Error(`Failed to set Context - bad Context. Reason: ${i.reason}. Context: ${JSON.stringify(n)}`);if(!this.getClientState(e))throw new Error(`Client with Identity: ${e.uuid} ${e.name} not in Session Client State Map`);this.contextGroupMap.set(n.type,n),this.lastContext=n;Array.from(this.clients.values()).forEach(t=>{t.contextHandlers.get(n.type)?.forEach(e=>{this.provider.dispatch(t.clientIdentity,e,n)}),t.globalHandler&&this.provider.dispatch(t.clientIdentity,t.globalHandler,n)})}getClientState(t){return this.clients.get(t.endpointId)}async handlerAdded(t,e){const{handlerId:n,contextType:i}=t,r=this.getClientState(e);if(!r)throw new Error(`Client with Identity: ${e.uuid} ${e.name} not in Client State Map`);if(i){const t=r.contextHandlers.get(i)||[];r.contextHandlers.set(i,[...t,n]);const s=this.contextGroupMap.get(i);s&&await this.provider.dispatch(e,n,s)}else{r.globalHandler=n;const t=[...this.contextGroupMap.keys()].map(async t=>{const i=this.contextGroupMap.get(t);i&&await this.provider.dispatch(e,n,i)});await Promise.all(t)}}handlerRemoved(t,e){const{handlerId:n}=t,i=this.clients.get(e.endpointId);i?(Array.from(i.contextHandlers).forEach(([,t])=>{const e=t.indexOf(n);e>-1&&t.splice(e,1)}),i.globalHandler===n&&(i.globalHandler=void 0)):console.warn(`Trying to remove a handler from a client that isn't mapped. handlerId: ${n}. clientIdentity: ${e}`)}registerNewClient(t){if(!this.clients.has(t.endpointId)){const e={contextHandlers:new Map,clientIdentity:t,globalHandler:void 0};this.clients.set(t.endpointId,e)}}onDisconnection(t){this.clients.delete(t.endpointId)}}class Ge{constructor(t,e,n){this.provider=t,this.id=e,this.clients=new Map,this.registerListeners(),this.contextByContextType=new Map,this.lastContext=void 0,this.provider.onConnection(t=>this.registerNewClient(t)),this.removePrivateChannelProvider=n,this.provider.onDisconnection(async t=>{const{endpointId:e}=t;this.clients.has(e)&&await this.handleClientDisconnecting(t),0===(await this.provider.getAllClientInfo()).length&&(this.provider.destroy(),this.removePrivateChannelProvider(this.id))})}getClientState(t){return this.clients.get(t.endpointId)}registerListeners(){this.provider.register("broadcast",this.broadcast.bind(this)),this.provider.register("getCurrentContext",this.getCurrentContext.bind(this)),this.provider.register("contextHandlerAdded",this.contextHandlerAdded.bind(this)),this.provider.register("contextHandlerRemoved",this.contextHandlerRemoved.bind(this)),this.provider.register("nonStandardHandlerRemoved",this.nonStandardHandlerRemoved.bind(this)),this.provider.register("onAddContextHandlerAdded",this.onAddContextHandlerAdded.bind(this)),this.provider.register("onDisconnectHandlerAdded",this.onDisconnectHandlerAdded.bind(this)),this.provider.register("onUnsubscribeHandlerAdded",this.onUnsubscribeHandlerAdded.bind(this)),this.provider.register("clientDisconnecting",(t,e)=>{this.handleClientDisconnecting(e)})}broadcast(t,e){const{context:n}=t;if(!this.getClientState(e))throw new Error(`Client with Identity: ${e.uuid} ${e.name}, tried to call broadcast, is not connected to this Private Channel`);const i=$e(n);if(!1===i.isValid)throw new Error(`Failed to broadcast - bad Context. Reason: ${i.reason}. Context: ${JSON.stringify(n)}`);this.contextByContextType.set(n.type,n),this.lastContext=n,Array.from(this.clients.values()).forEach(t=>{const e=t.handlerIdsByContextTypes.get(n.type);e&&e.forEach(e=>{this.provider.dispatch(t.clientIdentity,e,n)}),t.globalHandler&&this.provider.dispatch(t.clientIdentity,t.globalHandler,n)})}getCurrentContext(t,e){const{contextType:n}=t;if(!this.getClientState(e))throw new Error(`Client with Identity: ${e.uuid} ${e.name}, tried to call getCurrentContext, is not connected to this Private Channel`);if(void 0!==n){const t=this.contextByContextType.get(n);return t||null}return this.lastContext?this.lastContext:null}contextHandlerAdded(t,e){const{handlerId:n,contextType:i}=t,r=this.getClientState(e);if(!r)throw new Error(`Client with Identity: ${e.uuid} ${e.name}, tried to call addContextListener, is not connected to this Private Channel`);if(i){const t=r.handlerIdsByContextTypes.get(i)||[];r.handlerIdsByContextTypes.set(i,[...t,n])}else r.globalHandler=n;Array.from(this.clients.values()).forEach(t=>{t.clientIdentity.endpointId!==e.endpointId&&t.onAddContextListenerHandlerId&&this.provider.dispatch(t.clientIdentity,t.onAddContextListenerHandlerId,i)})}async contextHandlerRemoved(t,e){const{handlerId:n}=t,i=this.getClientState(e);if(i){let t;if(i.globalHandler===n)i.globalHandler=void 0;else for(const[e,r]of i.handlerIdsByContextTypes){const i=r.indexOf(n);i>-1&&(r.splice(i,1),t=e)}const r=(await this.getConnectedClients()).map(async n=>{const{clientIdentity:i,clientIdentity:{endpointId:r},onUnsubscribeHandlerId:s}=n;r!==e.endpointId&&s&&await this.provider.dispatch(i,s,t)});try{await Promise.all(r)}catch(t){throw console.error(`Problem when attempting to dispatch to onUnsubscribeHandlers. Error: ${t} Removing Client: ${n}. uuid: ${e.uuid}. name: ${e.name}. endpointId: ${e.endpointId}`),new Error(t)}}else console.warn(`Trying to remove a handler from a client that isn't mapped. handlerId: ${n}. uuid: ${e.uuid}. name: ${e.name}. endpointId: ${e.endpointId}.`)}nonStandardHandlerRemoved(t,e){const{handlerId:n}=t,i=this.getClientState(e);i?i.onDisconnectHandlerId===n?i.onDisconnectHandlerId=void 0:i.onAddContextListenerHandlerId===n?i.onAddContextListenerHandlerId=void 0:i.onUnsubscribeHandlerId===n&&(i.onUnsubscribeHandlerId=void 0):console.warn(`Trying to remove a handler from a client that isn't mapped. handlerId: ${n}. clientIdentity: ${e}`)}onAddContextHandlerAdded(t,e){const n=this.getClientState(e),{handlerId:i}=t;if(!n)throw new Error(`Client with Identity: ${e.uuid} ${e.name}, tried to call onAddContextListener, is not connected to this Private Channel`);n.onAddContextListenerHandlerId=i,Array.from(this.clients.values()).forEach(t=>{t.clientIdentity.endpointId!==e.endpointId&&Array.from(t.handlerIdsByContextTypes.keys()).forEach(t=>{this.provider.dispatch(e,i,t)})})}onDisconnectHandlerAdded(t,e){const n=this.getClientState(e),{handlerId:i}=t;if(!n)throw new Error(`Client with Identity: ${e.uuid} ${e.name}, tried to call onDisconnect, is not connected to this Private Channel`);n.onDisconnectHandlerId=i}onUnsubscribeHandlerAdded(t,e){const n=this.getClientState(e),{handlerId:i}=t;if(!n)throw new Error(`Client with Identity: ${e.uuid} ${e.name}, tried to call onUnsubscribe, is not connected to this Private Channel`);n.onUnsubscribeHandlerId=i}removeClient(t){const e=this.getClientState(t);if(!e)throw new Error(`Client with Identity: ${t.uuid} ${t.name}, tried to call disconnect, is not connected to this Private Channel`);e.handlerIdsByContextTypes.clear(),this.clients.delete(t.endpointId)}async fireOnDisconnectForOtherClients(t){const{endpointId:e}=t,n=(await this.getConnectedClients()).map(async t=>{const{clientIdentity:{endpointId:n},onDisconnectHandlerId:i}=t;n!==e&&i&&await this.provider.dispatch(t.clientIdentity,i)});try{await Promise.all(n)}catch(e){throw console.error(`Problem when attempting to dispatch to onDisconnectHandlers. Error: ${e} Disconnecting Client: uuid: ${t.uuid}. name: ${t.name}. endpointId: ${t.endpointId}`),new Error(e)}}async unsubscribeAll(t){const{endpointId:e}=t,n=this.clients.get(e);if(n){const e=Array.from(n.handlerIdsByContextTypes.values()).flat(),i=n.globalHandler;if(e.length>0){const n=e.map(async e=>this.contextHandlerRemoved({handlerId:e},t));try{await Promise.all(n)}catch(t){console.error(t.message)}}if(i)try{await this.contextHandlerRemoved({handlerId:i},t)}catch(t){console.error(t.message)}}}async handleClientDisconnecting(t){await this.unsubscribeAll(t),this.removeClient(t),await this.fireOnDisconnectForOtherClients(t)}registerNewClient(t){if(!this.clients.has(t.endpointId)){const e={clientIdentity:t,handlerIdsByContextTypes:new Map,globalHandler:void 0,onAddContextListenerHandlerId:void 0,onUnsubscribeHandlerId:void 0,onDisconnectHandlerId:void 0};this.clients.set(t.endpointId,e)}}async getConnectedClients(){const t=await this.provider.getAllClientInfo();return Array.from(this.clients.values()).filter(e=>{const{uuid:n,name:i}=e.clientIdentity;return t.some(t=>i===t.name&&n===t.uuid)})}static init(t,e,n){return new Ge(t,e,n)}}var Re,Oe,We,je=function(t,e,n,i,r){if("m"===i)throw new TypeError("Private method is not writable");if("a"===i&&!r)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!r:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===i?r.call(t,n):r?r.value=n:e.set(t,n),n},He=function(t,e,n,i){if("a"===n&&!i)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?i:"a"===n?i.call(t):i?i.value:e.get(t)};const Ne=[{id:"green",displayMetadata:{color:"#00CC88",name:"green"}},{id:"purple",displayMetadata:{color:"#8C61FF",name:"purple"}},{id:"orange",displayMetadata:{color:"#FF8C4C",name:"orange"}},{id:"red",displayMetadata:{color:"#FF5E60",name:"red"}},{id:"pink",displayMetadata:{color:"#FF8FB8",name:"pink"}},{id:"yellow",displayMetadata:{color:"#E9FF8F",name:"yellow"}}];class Be extends h{constructor(t,e,n){super(t),Re.set(this,void 0),Oe.set(this,void 0),We.set(this,void 0),this.getProvider=()=>He(this,We,"f").getValue(),this.interopClients=new Map,this.contextGroupsById=new Map,je(this,Oe,n.contextGroups??[...Ne],"f"),je(this,Re,n.fdc3Info,"f"),n?.logging&&(this.logging=n.logging),this.intentClientMap=new Map,this.lastContextMap=new Map,this.sessionContextGroupMap=new Map,this.privateChannelProviderMap=new Map,je(this,We,new I(e),"f"),this.setContextGroupMap(),this.setupChannelProvider()}static createClosedConstructor(...t){return class extends Be{constructor(...n){if(n.length){const[i,r,s]=n;if(s&&"object"==typeof s&&!e(s,t[2]))return console.warn("You have modified the parameters of the InteropOverride constructor. This behavior is deprecated and will be removed in a future version. You can modify these options in your manifest. Please consult our Interop docs for guidance on migrating to the new override scheme."),void super(t[0],t[1],s);console.warn("You are attempting to pass arguments to the InteropOverride constructor. This is not necessary, and these passed arguments will be ignored. You are likely using an older InteropBroker override scheme. Please consult our Interop docs for guidance on migrating to the new override scheme.")}super(...t)}}}setContext({context:t},e){this.wire.sendAction("interop-broker-set-context").catch(t=>{});const n=this.getClientState(e);if(!n||!n.contextGroupId)throw n?new Error("You must join a context group before you can set context."):new Error(`Client with Identity: ${e.uuid} ${e.name} not in Client State Map`);{const{contextGroupId:e}=n;this.setContextForGroup({context:t},e)}}setContextForGroup({context:t},e){this.wire.sendAction("interop-broker-set-context-for-group").catch(t=>{});const n=this.contextGroupsById.get(e);if(!n)throw new Error(`Unable to set context for context group that isn't in the context group mapping: ${e}.`);const i=Be.checkContextIntegrity(t);if(!1===i.isValid)throw new Error(`Failed to set Context - bad Context. Reason: ${i.reason}. Context: ${JSON.stringify(t)}`);const r=t.type;n.set(r,t),this.lastContextMap.set(e,r);Array.from(this.interopClients.values()).filter(t=>t.contextGroupId===e).forEach(e=>{for(const[,n]of e.contextHandlers)Be.isContextTypeCompatible(r,n.contextType)&&this.invokeContextHandler(e.clientIdentity,n.handlerId,t)})}getCurrentContext(t,e){this.wire.sendAction("interop-broker-get-current-context").catch(t=>{});const n=this.getClientState(e);if(!n?.contextGroupId)throw new Error("You must be a member of a context group to call getCurrentContext");const{contextGroupId:i}=n,r=this.contextGroupsById.get(i),s=this.lastContextMap.get(i),o=t?.contextType??s;return r&&o?r.get(o):void 0}async joinContextGroup({contextGroupId:t,target:e},n){if(this.wire.sendAction("interop-broker-join-context-group").catch(t=>{}),this.sessionContextGroupMap.has(t))throw new Error(Te.joinSessionContextGroupWithJoinContextGroup);if(e){Be.hasEndpointId(e)&&await this.addClientToContextGroup({contextGroupId:t},e);try{const n=this.channel.connections.filter(t=>t.uuid===e.uuid&&t.name===e.name);if(!n.length)throw new Error(`Given Identity ${e.uuid} ${e.name} is not connected to the Interop Broker.`);n.length>1&&console.warn(`More than one connection found for identity ${e.uuid} ${e.name}`);const i=[];for(const e of n)i.push(this.addClientToContextGroup({contextGroupId:t},e));await Promise.all(i)}catch(t){throw new Error(t)}}else await this.addClientToContextGroup({contextGroupId:t},n)}async addClientToContextGroup({contextGroupId:t},e){this.wire.sendAction("interop-broker-add-client-to-context-group").catch(t=>{});const n=this.getClientState(e);if(!n)throw new Error(`Client with Identity: ${e.uuid} ${e.name} not in Client State Map`);if(!this.getContextGroups().find(e=>e.id===t))throw new Error(`Attempting to join a context group that does not exist: ${t}. You may only join existing context groups.`);const i=n.contextGroupId;if(i!==t){n.contextGroupId=t,await this.setCurrentContextGroupInClientOptions(e,t);const r=this.contextGroupsById.get(t);for(const[,t]of n.contextHandlers){const{contextType:n,handlerId:i}=t;if(void 0===n)r.forEach((t,n)=>{this.invokeContextHandler(e,i,t)});else if(r.has(n)){const t=r.get(n);t&&this.invokeContextHandler(e,i,t)}}Promise.allSettled(this.channel.publish("client-changed-context-group",{identity:e,contextGroupId:t,previousContextGroupId:i||null}))}}async removeFromContextGroup({target:t},e){if(this.wire.sendAction("interop-broker-remove-from-context-group").catch(t=>{}),t){Be.hasEndpointId(t)&&await this.removeClientFromContextGroup(t);try{const e=this.channel.connections.filter(e=>e.uuid===t.uuid&&e.name===t.name);if(!e.length)throw new Error(`No connection found for given Identity ${t.uuid} ${t.name}`);e.length>1&&console.warn(`More than one connection found for identity ${t.uuid} ${t.name}`);const n=[];for(const t of e)n.push(this.removeClientFromContextGroup(t));await Promise.all(n)}catch(t){throw new Error(t)}}else await this.removeClientFromContextGroup(e)}async removeClientFromContextGroup(t){this.wire.sendAction("interop-broker-remove-client-from-context-group").catch(t=>{});const e=this.getClientState(t),n=e?.contextGroupId;e&&(e.contextGroupId=void 0),await this.setCurrentContextGroupInClientOptions(t,null),Promise.allSettled(this.channel.publish("client-changed-context-group",{identity:t,contextGroupId:null,previousContextGroupId:n||null}))}getContextGroups(){return this.wire.sendAction("interop-broker-get-context-groups").catch(t=>{}),He(this,Oe,"f").map(t=>({...t}))}getInfoForContextGroup({contextGroupId:t}){return this.wire.sendAction("interop-broker-get-info-for-context-group").catch(t=>{}),this.getContextGroups().find(e=>e.id===t)}getAllClientsInContextGroup({contextGroupId:t}){this.wire.sendAction("interop-broker-get-all-clients-in-context-group").catch(t=>{});return Array.from(this.interopClients.values()).filter(e=>e.contextGroupId===t).map(t=>t.clientIdentity)}async handleFiredIntent(t,e){const n=Le("fdc3.raiseIntent","InteropBroker.handleFiredIntent",e,"interopClient.fireIntent");throw console.warn(n),new Error(Te.fireIntent)}async setIntentTarget(t,e){this.wire.sendAction("interop-broker-set-intent-target").catch(t=>{});const n=this.intentClientMap.get(e.name),i=`intent-handler-${t.name}`;if(n){const e=n.get(i);if(e){if(e.pendingIntents.push(t),e.clientIdentity&&e.isReady){const{clientIdentity:t,pendingIntents:n}=e;try{const r=n[n.length-1];await this.invokeIntentHandler(t,i,r),e.pendingIntents=[]}catch(n){console.error(`Error invoking intent handler for client ${t.uuid}/${t.name}/${t.endpointId}`),e.isReady=!1}}}else n.set(i,{isReady:!1,pendingIntents:[t]})}else{this.intentClientMap.set(e.name,new Map);const n=this.intentClientMap.get(e.name);n&&n.set(i,{isReady:!1,pendingIntents:[t]})}}async handleInfoForIntent(t,e){const n=Le("fdc3.findIntent","InteropBroker.handleInfoForIntent",e,"interopClient.getInfoForIntent");throw console.warn(n),new Error(Te.getInfoForIntent)}async handleInfoForIntentsByContext(t,e){const n=Le("fdc3.findIntentsByContext","InteropBroker.handleInfoForIntentsByContext",e,"interopClient.getInfoForIntentsByContext");throw console.warn(n),new Error(Te.getInfoForIntentsByContext)}async handleFiredIntentForContext(t,e){const n=Le("fdc3.raiseIntentForContext","InteropBroker.handleFiredIntentForContext",e,"interopClient.fireIntentForContext");throw console.warn(n),new Error(Te.fireIntentForContext)}async clientDisconnected(t){}async fdc3HandleOpen({app:t,context:e},n){const i=Le("fdc3.open","InteropBroker.fdc3HandleOpen",n);throw console.warn(i),new Error(Te.fdc3Open)}async fdc3HandleFindInstances(t,e){const n=Le("fdc3.open","InteropBroker.fdc3HandleFindInstances",e);throw console.warn(n),new Error(Te.fdc3FindInstances)}async fdc3HandleGetAppMetadata(t,e){const n=Le("fdc3.getAppMetadata","InteropBroker.fdc3HandleGetAppMetadata",e);throw console.warn(n),new Error(Te.fdc3GetAppMetadata)}async invokeContextHandler(t,e,n){const i=await this.getProvider();try{await i.dispatch(t,e,n)}catch(i){console.error(`Error invoking context handler ${e} for context type ${n.type} in client ${t.uuid}/${t.name}/${t.endpointId}`,i)}}async invokeIntentHandler(t,e,n){const i=await this.getProvider();await i.dispatch(t,e,n)}async fdc3HandleGetInfo(t,e){const{fdc3Version:n}=t;return{fdc3Version:n,...He(this,Re,"f"),optionalFeatures:{OriginatingAppMetadata:!1,UserChannelMembershipAPIs:!0},appMetadata:{appId:"",instanceId:""}}}async getAllClientInfo(){return(await this.getProvider()).getAllClientInfo()}decorateSnapshot(t){return{...t,interopSnapshotDetails:{contextGroupStates:this.getContextGroupStates()}}}applySnapshot(t,e){const n=t?.interopSnapshotDetails?.contextGroupStates;n&&(e?.closeExistingWindows||this.updateExistingClients(n),this.rehydrateContextGroupStates(n))}updateExistingClients(t){this.interopClients.forEach(e=>{const{clientIdentity:n,contextGroupId:i,contextHandlers:r}=e;if(i){const e=t[i];for(const[,t]of Object.entries(e))r.forEach(e=>{const{handlerId:i,contextType:r}=e;Be.isContextTypeCompatible(t.type,r)&&this.invokeContextHandler(n,i,t)})}})}getContextGroupStates(){return Be.toObject(this.contextGroupsById)}rehydrateContextGroupStates(t){const e=Object.entries(t);for(const[t,n]of e){const e=Object.entries(n);for(const[n,i]of e)if(this.contextGroupsById.has(t)){this.contextGroupsById.get(t).set(n,i)}else console.warn(`Attempting to set a context group that isn't in the context group mapping. Skipping context group rehydration for: ${t}`)}}contextHandlerRegistered({contextType:t,handlerId:e},n){const i={contextType:t,handlerId:e},r=this.getClientState(n);if(r?.contextHandlers.set(e,i),r&&r.contextGroupId){const{contextGroupId:i}=r,s=this.contextGroupsById.get(i);if(void 0===t)s.forEach((t,i)=>{this.invokeContextHandler(n,e,t)});else if(s.has(t)){const i=s.get(t);i&&this.invokeContextHandler(n,e,i)}}}async intentHandlerRegistered(t,e){const{handlerId:n}=t,i=this.intentClientMap.get(e.name),r=i?.get(n);if(i)if(r){const{pendingIntents:t}=r;r.clientIdentity=e,r.isReady=!0;try{if(t.length>0){const i=t[t.length-1];await this.invokeIntentHandler(e,n,i),r.pendingIntents=[]}}catch(t){console.error(`Error invoking intent handler: ${n} for client ${e.uuid}/${e.name}/${e.endpointId}`)}}else i.set(n,{isReady:!0,pendingIntents:[],clientIdentity:e});else{this.intentClientMap.set(e.name,new Map);const t=this.intentClientMap.get(e.name);t&&t.set(n,{isReady:!0,pendingIntents:[],clientIdentity:e})}}removeContextHandler({handlerId:t},e){const n=this.getClientState(e);n&&n.contextHandlers.delete(t)}handleJoinSessionContextGroup({sessionContextGroupId:t},e){try{if(!t)throw new Error("Failed to join session context group: must specify group id.");const n=this.sessionContextGroupMap.get(t);if(n)n.registerNewClient(e);else{const n=new Fe(this.channel,t);n.registerNewClient(e),this.sessionContextGroupMap.set(t,n)}return{hasConflict:this.contextGroupsById.has(t)}}catch(t){throw new Error(t)}}getClientState(t){return this.interopClients.get(t.endpointId)}static toObject(t){const e=Object.fromEntries(t),n={};return Object.entries(e).forEach(([t,e])=>{const i=Object.fromEntries(e);n[t]=i}),n}static hasEndpointId(t){return void 0!==t.endpointId}static isContextTypeCompatible(t,e){return void 0===e||t===e}setContextGroupMap(){for(const t of this.getContextGroups())this.contextGroupsById.set(t.id,new Map)}async setCurrentContextGroupInClientOptions(t,e){try{const n=await this.fin.System.getEntityInfo(t.uuid,t.name);let i;"view"===n.entityType?i=await this.fin.View.wrap(t):"window"===n.entityType&&(i=await this.fin.Window.wrap(t)),i&&await i.updateOptions({interop:{currentContextGroup:e}})}catch(t){}}async setupChannelProvider(){try{const t=await this.getProvider();this.channel=t,this.wireChannel(t)}catch(t){throw new Error(`Error setting up Interop Broker Channel Provider: ${t}`)}}wireChannel(t){t.onConnection(async(t,e)=>{if(!await this.isConnectionAuthorized(t,e))throw new Error(`Connection not authorized for ${t.uuid}, ${t.name}`);if(!t.endpointId)throw new Error("Version too old to be compatible with Interop. Please upgrade your runtime to a more recent version.");const n={contextGroupId:void 0,contextHandlers:new Map,clientIdentity:t};e?.currentContextGroup&&this.contextGroupsById.has(e.currentContextGroup)&&(n.contextGroupId=e?.currentContextGroup),this.interopClients.set(t.endpointId,n)}),t.onDisconnection(t=>{this.interopClients.delete(t.endpointId);const e=this.intentClientMap.get(t.name);e&&t.uuid===this.fin.me.uuid&&e.forEach(t=>{t.isReady=!1}),this.sessionContextGroupMap.forEach(e=>{e.onDisconnection(t)}),this.clientDisconnected(t)}),t.beforeAction(async(t,e,n)=>{if(!await this.isActionAuthorized(t,e,n))throw new Error(`Action (${t}) not authorized for ${n.uuid}, ${n.name}`);this.logging?.beforeAction?.enabled&&console.log(t,e,n)}),t.afterAction((t,e,n)=>{if(this.logging?.afterAction?.enabled){const i=e?[t,e,n]:[t,n];console.log(...i)}}),t.register("setContext",this.setContext.bind(this)),t.register("fireIntent",this.handleFiredIntent.bind(this)),t.register("getCurrentContext",this.getCurrentContext.bind(this)),t.register("getInfoForIntent",this.handleInfoForIntent.bind(this)),t.register("getInfoForIntentsByContext",this.handleInfoForIntentsByContext.bind(this)),t.register("fireIntentForContext",this.handleFiredIntentForContext.bind(this)),t.register("getContextGroups",this.getContextGroups.bind(this)),t.register("joinContextGroup",this.joinContextGroup.bind(this)),t.register("removeFromContextGroup",this.removeFromContextGroup.bind(this)),t.register("getAllClientsInContextGroup",this.getAllClientsInContextGroup.bind(this)),t.register("getInfoForContextGroup",this.getInfoForContextGroup.bind(this)),t.register("contextHandlerRegistered",this.contextHandlerRegistered.bind(this)),t.register("intentHandlerRegistered",this.intentHandlerRegistered.bind(this)),t.register("removeContextHandler",this.removeContextHandler.bind(this)),t.register("sessionContextGroup:createIfNeeded",this.handleJoinSessionContextGroup.bind(this)),t.register("fdc3Open",this.fdc3HandleOpen.bind(this)),t.register("fdc3v2FindIntentsByContext",this.handleInfoForIntentsByContext.bind(this)),t.register("fdc3FindInstances",this.fdc3HandleFindInstances.bind(this)),t.register("fdc3GetAppMetadata",this.fdc3HandleGetAppMetadata.bind(this)),t.register("fdc3v2GetInfo",async(t,e)=>this.fdc3HandleGetInfo.bind(this)(t,e)),t.register("createPrivateChannelProvider",async t=>{const{channelId:e}=t,n=await this.fin.InterApplicationBus.Channel.create(e),i=Ge.init(n,e,t=>{this.privateChannelProviderMap.delete(t)});this.privateChannelProviderMap.set(e,i)}),t.register("isIdUsedByPrivateChannel",async t=>{const{channelId:e}=t;return this.privateChannelProviderMap.has(e)})}isConnectionAuthorized(t,e){return this.wire.sendAction("interop-broker-is-connection-authorized").catch(t=>{}),Promise.resolve(!0)}isActionAuthorized(t,e,n){return this.wire.sendAction("interop-broker-is-action-authorized").catch(t=>{}),Promise.resolve(!0)}}Re=new WeakMap,Oe=new WeakMap,We=new WeakMap,Be.checkContextIntegrity=$e;var De,Ve=function(t,e,n,i,r){if("m"===i)throw new TypeError("Private method is not writable");if("a"===i&&!r)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!r:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===i?r.call(t,n):r?r.value=n:e.set(t,n),n},Ue=function(t,e,n,i){if("a"===n&&!i)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?i:"a"===n?i.call(t):i?i.value:e.get(t)};class _e extends h{constructor(t,e,n){super(t),De.set(this,void 0),this.id=n,Ve(this,De,e,"f")}async setContext(t){this.wire.sendAction("interop-session-context-group-set-context").catch(t=>{});return(await Ue(this,De,"f")).dispatch(`sessionContextGroup:setContext-${this.id}`,{sessionContextGroupId:this.id,context:t})}async getCurrentContext(t){this.wire.sendAction("interop-session-context-group-get-context").catch(t=>{});return(await Ue(this,De,"f")).dispatch(`sessionContextGroup:getContext-${this.id}`,{sessionContextGroupId:this.id,type:t})}async addContextHandler(t,e){if(this.wire.sendAction("interop-session-context-group-add-handler").catch(t=>{}),"function"!=typeof t)throw new Error("Non-function argument passed to the first parameter 'handler'. Be aware that the argument order does not match the FDC3 standard.");const n=await Ue(this,De,"f");let i;return i=e?`sessionContextHandler:invoke-${this.id}-${e}-${Pe()}`:`sessionContextHandler:invoke-${this.id}`,n.register(i,Se(t,i)),await n.dispatch(`sessionContextGroup:handlerAdded-${this.id}`,{handlerId:i,contextType:e}),{unsubscribe:await this.createUnsubscribeCb(i)}}async createUnsubscribeCb(t){const e=await Ue(this,De,"f");return async()=>{e.remove(t),await e.dispatch(`sessionContextGroup:handlerRemoved-${this.id}`,{handlerId:t})}}getUserInstance(){return{id:this.id,setContext:Me(this.setContext.bind(this),"Failed to set context: "),getCurrentContext:Me(this.getCurrentContext.bind(this),"Failed to get context: "),addContextHandler:Me(this.addContextHandler.bind(this),"Failed to add context handler: ")}}}De=new WeakMap;var ze,qe,Je,Ye,Ke,Ze,Qe,Xe,tn=function(t,e,n,i,r){if("m"===i)throw new TypeError("Private method is not writable");if("a"===i&&!r)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!r:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===i?r.call(t,n):r?r.value=n:e.set(t,n),n},en=function(t,e,n,i){if("a"===n&&!i)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?i:"a"===n?i.call(t):i?i.value:e.get(t)};class nn{constructor(t){qe.set(this,void 0),Je.set(this,!1),Ke.set(this,async()=>{const t=await en(this,qe,"f");let e=en(nn,ze,"f",Ye).get(t);return e||(e={},en(nn,ze,"f",Ye).set(t,e)),e}),Ze.set(this,t=>{const e=[];let n;const i=t=>{e.forEach(e=>e(t))};return{callbacks:e,dispose:async n=>{const i=e.indexOf(n);if(i>=0&&(e.splice(i,1),0===e.length)){(await en(this,qe,"f")).remove(t)}},waitForRegistration:async()=>{n||(n=(async()=>{const e=await en(this,qe,"f");await e.register(t,i)})()),await n}}}),Qe.set(this,async t=>(await en(this,Ke,"f").call(this))[t]),Xe.set(this,async t=>{const e=await en(this,Ke,"f").call(this);return await en(this,Qe,"f").call(this,t)||(e[t]=en(this,Ze,"f").call(this,t)),e[t]}),this.addListener=async(t,e)=>{const n=await en(this,Xe,"f").call(this,t);n.callbacks.push(e),await n.waitForRegistration()},this.removeListener=async(t,e)=>{if(!en(this,Je,"f"))return;if(await en(this,Qe,"f").call(this,t)){const n=await en(this,Xe,"f").call(this,t);await n.dispose(e)}},tn(this,qe,t,"f"),Promise.resolve(t).then(()=>{tn(this,Je,!0,"f")}).catch(()=>{console.warn("Channel Connection error occurred in channel client. Channel-events registrations will fail.")})}}ze=nn,qe=new WeakMap,Je=new WeakMap,Ke=new WeakMap,Ze=new WeakMap,Qe=new WeakMap,Xe=new WeakMap,Ye={value:new WeakMap};var rn,sn,on,an,cn=function(t,e,n,i,r){if("m"===i)throw new TypeError("Private method is not writable");if("a"===i&&!r)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!r:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===i?r.call(t,n):r?r.value=n:e.set(t,n),n},dn=function(t,e,n,i){if("a"===n&&!i)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?i:"a"===n?i.call(t):i?i.value:e.get(t)};class hn extends h{constructor(t,e,n){super(t),rn.set(this,void 0),sn.set(this,void 0),on.set(this,void 0),an.set(this,void 0),this.addListener=async(t,e)=>{try{await dn(this,an,"f").addListener(t,e)}catch(e){throw new Error(`An unexpected error occurred when adding a listener to the event ${t}. \n${e.stack}.`)}},this.removeListener=async(t,e)=>{try{await dn(this,an,"f").removeListener(t,e)}catch(e){throw new Error(`An unexpected error occurred when removing a listener for the event ${t}. \n${e.stack}.`)}},cn(this,sn,new Map,"f"),cn(this,rn,e,"f"),cn(this,on,n,"f"),cn(this,an,new nn(e),"f")}async setContext(t){this.wire.sendAction("interop-client-set-context").catch(t=>{});return(await dn(this,rn,"f")).dispatch("setContext",{context:t})}async addContextHandler(t,e){if(this.wire.sendAction("interop-client-add-context-handler").catch(t=>{}),"function"!=typeof t)throw new Error("Non-function argument passed to the first parameter 'handler'. Be aware that the argument order does not match the FDC3 standard.");const n=await dn(this,rn,"f");let i;i=e?`invokeContextHandler-${e}-${Pe()}`:"invokeContextHandler";const r=Se(t,i);return n.register(i,r),await n.dispatch("contextHandlerRegistered",{handlerId:i,contextType:e}),{unsubscribe:async()=>{n.remove(i),await n.dispatch("removeContextHandler",{handlerId:i})}}}async getContextGroups(){this.wire.sendAction("interop-client-get-context-groups").catch(t=>{});return(await dn(this,rn,"f")).dispatch("getContextGroups")}async joinContextGroup(t,e){this.wire.sendAction("interop-client-join-context-group").catch(t=>{});const n=await dn(this,rn,"f");if(!t)throw new Error("No contextGroupId specified for joinContextGroup.");return n.dispatch("joinContextGroup",{contextGroupId:t,target:e})}async removeFromContextGroup(t){this.wire.sendAction("interop-client-remove-from-context-group").catch(t=>{});return(await dn(this,rn,"f")).dispatch("removeFromContextGroup",{target:t})}async getAllClientsInContextGroup(t){this.wire.sendAction("interop-client-get-all-clients-in-context-group").catch(t=>{});const e=await dn(this,rn,"f");if(!t)throw new Error("No contextGroupId specified for getAllClientsInContextGroup.");return e.dispatch("getAllClientsInContextGroup",{contextGroupId:t})}async getInfoForContextGroup(t){this.wire.sendAction("interop-client-get-info-for-context-group").catch(t=>{});const e=await dn(this,rn,"f");if(!t)throw new Error("No contextGroupId specified for getInfoForContextGroup.");return e.dispatch("getInfoForContextGroup",{contextGroupId:t})}async fireIntent(t){this.wire.sendAction("interop-client-fire-intent").catch(t=>{});return(await dn(this,rn,"f")).dispatch("fireIntent",t)}async registerIntentHandler(t,e,n){this.wire.sendAction("interop-client-register-intent-handler").catch(t=>{});const i=await dn(this,rn,"f"),r=`intent-handler-${e}`,s=((t,e)=>async n=>{try{return t(n)}catch(t){throw console.error(`Error thrown by handler ${e}: ${t}`),t}})(t,r);try{await i.register(r,s),await i.dispatch("intentHandlerRegistered",{handlerId:r,...n})}catch(t){throw new Error("Unable to register intent handler")}return{unsubscribe:async()=>{i.remove(r)}}}async getCurrentContext(t){this.wire.sendAction("interop-client-get-current-context").catch(t=>{});return(await dn(this,rn,"f")).dispatch("getCurrentContext",{contextType:t})}async getInfoForIntent(t){this.wire.sendAction("interop-client-get-info-for-intent").catch(t=>{});return(await dn(this,rn,"f")).dispatch("getInfoForIntent",t)}async getInfoForIntentsByContext(t){this.wire.sendAction("interop-client-get-info-for-intents-by-context").catch(t=>{});return(await dn(this,rn,"f")).dispatch("getInfoForIntentsByContext",t)}async fireIntentForContext(t){this.wire.sendAction("interop-client-fire-intent-for-context").catch(t=>{});return(await dn(this,rn,"f")).dispatch("fireIntentForContext",t)}async joinSessionContextGroup(t){try{const e=dn(this,sn,"f").get(t);if(e)return e.getUserInstance();const n=await dn(this,rn,"f"),{hasConflict:i}=await n.dispatch("sessionContextGroup:createIfNeeded",{sessionContextGroupId:t});i&&console.warn(`A (non-session) context group with the name "${t}" already exists. If you are trying to join a Context Group, call joinContextGroup instead.`);const r=new _e(this.wire,dn(this,rn,"f"),t);return dn(this,sn,"f").set(t,r),r.getUserInstance()}catch(e){throw console.error(`Error thrown trying to create Session Context Group with id "${t}": ${e}`),e}}async onDisconnection(t){this.wire.sendAction("interop-client-add-ondisconnection-listener").catch(t=>{});return(await dn(this,rn,"f")).onDisconnection(e=>{const{uuid:n}=e;t({type:"interop-broker",topic:"disconnected",brokerName:n})})}getFDC3Sync(t){return dn(this,on,"f").call(this,t,this,this.wire)}async getFDC3(t){return this.getFDC3Sync(t)}static async ferryFdc3Call(t,e,n){return(await dn(t,rn,"f")).dispatch(e,n||null)}}function ln(t,e){if(e&&"2.0"===e){const e=function(t){return["fdc3HandleFindInstances","handleInfoForIntent","handleInfoForIntentsByContext","fdc3HandleGetAppMetadata","fdc3HandleGetInfo","fdc3HandleOpen","handleFiredIntent","handleFiredIntentForContext"].filter(e=>t[e]===Be.prototype[e])}(t);e.length>0&&console.warn(`WARNING: FDC3 2.0 has been set as a default option for Views in this Platform, but the required InteropBroker APIs for FDC3 2.0 compliance have not all been overridden.\nThe following APIs need to be overridden:\n${e.join("\n")}`)}}rn=new WeakMap,sn=new WeakMap,on=new WeakMap,an=new WeakMap;class pn{constructor(t,e){this.id=e,this.client=t,this.listeners=new Map}async broadcast(t){return this.client.dispatch("broadcast",{context:t})}async getCurrentContext(t){return this.client.dispatch("getCurrentContext",{contextType:t})}async addContextListener(t,e){if("function"!=typeof e)throw new Error("Non-function argument passed to the second parameter 'handler'. Be aware that the argument order does not match the FDC3 standard.");let n;n=t?`contextHandler:invoke-${this.id}-${t}-${Pe()}`:`contextHandler:invoke-${this.id}-${Pe()}`,this.client.register(n,Se(e,n));const i={unsubscribe:await this.createContextUnsubscribeCb(n)};return this.listeners.set(n,i),await this.client.dispatch("contextHandlerAdded",{handlerId:n,contextType:t}),i}createNonStandardUnsubscribeCb(t){return async()=>{this.client.remove(t),this.listeners.delete(t),await this.client.dispatch("nonStandardHandlerRemoved",{handlerId:t})}}createContextUnsubscribeCb(t){return async()=>{this.client.remove(t),this.listeners.delete(t),await this.client.dispatch("contextHandlerRemoved",{handlerId:t})}}onAddContextListener(t){const e=`onContextHandlerAdded:invoke-${this.id}-${Pe()}`;this.client.register(e,t);const n={unsubscribe:this.createNonStandardUnsubscribeCb(e)};return this.listeners.set(e,n),this.client.dispatch("onAddContextHandlerAdded",{handlerId:e}),n}onDisconnect(t){const e=`onDisconnect:invoke-${this.id}-${Pe()}`;this.client.register(e,t);const n={unsubscribe:this.createNonStandardUnsubscribeCb(e)};return this.listeners.set(e,n),this.client.dispatch("onDisconnectHandlerAdded",{handlerId:e}),n}onUnsubscribe(t){const e=`onUnsubscribe:invoke-${this.id}-${Pe()}`;this.client.register(e,t);const n={unsubscribe:this.createNonStandardUnsubscribeCb(e)};return this.listeners.set(e,n),this.client.dispatch("onUnsubscribeHandlerAdded",{handlerId:e}),n}async cleanUpAllSubs(){Array.from(this.listeners.keys()).forEach(t=>{this.client.remove(t),this.listeners.delete(t)})}async disconnect(){try{await this.client.dispatch("clientDisconnecting"),await this.cleanUpAllSubs(),await this.client.disconnect()}catch(t){throw new Error(t.message)}}}const un=t=>({id:t.id,type:"app",broadcast:t.setContext,getCurrentContext:async e=>{const n=await t.getCurrentContext(e);return void 0===n?null:n},addContextListener:(n,i)=>{let r,s;"function"==typeof n?(console.warn("addContextListener(handler) has been deprecated. Please use addContextListener(null, handler)"),r=n):(r=i,"string"==typeof n&&(s=n));const o=(async()=>{let n=!0;const i=await t.getCurrentContext(s);return t.addContextHandler((t,s)=>{if(!n||(n=!1,!e(i,t)))return r(t,s)},s)})();return{...o,unsubscribe:()=>o.then(t=>t.unsubscribe())}}}),wn=t=>{const e=un(t);return{...e,addContextListener:async(...t)=>e.addContextListener(...t)}},yn=t=>({addContextListener:()=>{throw new fn("Channel.addContextListener",t)},broadcast:()=>{throw new fn("Channel.broadcast",t)},getCurrentContext:()=>{throw new fn("Channel.getCurrentContext",t)}});class fn extends Error{constructor(t,e="System"){super(t),this.message=`Calling ${t} on an instance of a ${e} Channel returned by fdc3.get${e}Channels is not supported. If you would like to use a ${e} Channel, please use fdc3.joinChannel, fdc3.addContextListener, and fdc3.broadcast instead.`}}var gn,mn;!function(t){t.NoResultReturned="NoResultReturned",t.IntentHandlerRejected="IntentHandlerRejected"}(gn||(gn={})),function(t){t.NoChannelFound="NoChannelFound",t.AccessDenied="AccessDenied",t.CreationFailed="CreationFailed"}(mn||(mn={}));const vn=t=>{let e=!1;const n=()=>{if(e)throw new Error("Private Channel Client has been disconnected from the Private Channel")};return{id:t.id,type:"private",broadcast:async e=>(n(),t.broadcast(e)),getCurrentContext:async e=>(n(),t.getCurrentContext(e)),addContextListener:async(e,i)=>{n();let r=i,s=e;"function"==typeof e&&(console.warn("addContextListener(handler) has been deprecated. Please use addContextListener(null, handler)"),r=e,s=null);return t.addContextListener(s,r)},onAddContextListener:e=>(n(),t.onAddContextListener(e)),disconnect:async()=>(n(),e=!0,t.disconnect()),onDisconnect:e=>(n(),t.onDisconnect(e)),onUnsubscribe:e=>(n(),t.onUnsubscribe(e))}},Cn=async(t,e,n,i)=>{const r=Pe(),s=n?{target:n,intentResolutionResultId:r}:{intentResolutionResultId:r},o=i?{name:i,context:e,metadata:s}:{...e,metadata:s},a=new Promise((e,n)=>{fin.InterApplicationBus.subscribe({uuid:"*"},r,t=>{e(t)}).catch(()=>{"other"===t.wire.environment.type&&e(void 0),n(new Error("getResult is not supported in this environment"))})}),c=async()=>{let e=await a;if(null==e)return;if("object"!=typeof e)throw new Error(gn.NoResultReturned);const{error:n}=e;if(n)throw new Error(gn.IntentHandlerRejected);if((t=>{if(t&&"object"==typeof t&&"type"in t&&"id"in t){const{type:e,id:n}=t;return"string"==typeof e&&"string"==typeof n&&("app"===e||"private"===e)}return!1})(e)){const{id:n,type:i}=e;switch(i){case"private":e=await(async t=>{try{const e=await fin.InterApplicationBus.Channel.connect(t),n=new pn(e,t);return vn(n)}catch(e){throw new Error(`Private Channel with id: ${t} doesn't exist`)}})(n);break;case"app":{const i=await t.joinSessionContextGroup(n);e=wn(i);break}}}else if(!(t=>{if(t&&"object"==typeof t&&"type"in t){const{type:e}=t;return"string"==typeof e}return!1})(e))throw new Error(gn.NoResultReturned);return e},d=i?await t.fireIntent(o):await t.fireIntentForContext(o);return"object"!=typeof d?{source:{appId:"",instanceId:""},intent:"",version:"2.0",getResult:c}:{...d,getResult:c}};var In,xn=function(t,e,n,i){if("a"===n&&!i)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?i:"a"===n?i.call(t):i?i.value:e.get(t)},bn=function(t,e,n,i,r){if("m"===i)throw new TypeError("Private method is not writable");if("a"===i&&!r)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!r:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===i?r.call(t,n):r?r.value=n:e.set(t,n),n};class An{get client(){return xn(this,In,"f").call(this)}get fin(){return this.wire.getFin()}constructor(t,e){this.wire=e,In.set(this,void 0),bn(this,In,t,"f")}async broadcast(t){return this.wire.recordAnalytic("fdc3-broadcast"),this.client.setContext(t)}async _open(t,e){this.wire.recordAnalytic("fdc3-open");try{return await hn.ferryFdc3Call(this.client,"fdc3Open",{app:t,context:e})}catch(t){const e=t.message===Te.fdc3Open?"ResolverUnavailable":t.message;throw new Error(e)}}async _getChannels(){return(await this.client.getContextGroups()).map(t=>({...t,type:"system",...yn()}))}async getOrCreateChannel(t,e){this.wire.recordAnalytic("fdc3-get-or-create-channel");if(await hn.ferryFdc3Call(this.client,"isIdUsedByPrivateChannel",{channelId:t}))throw new Error(mn.AccessDenied);const n=(await this._getChannels()).find(e=>e.id===t);if(n)return{...n,type:"system",...yn()};try{return e(await this.client.joinSessionContextGroup(t))}catch(t){throw console.error(t.message),new Error(mn.CreationFailed)}}async getSystemChannels(){return this.wire.recordAnalytic("fdc3-get-system-channels"),this._getChannels()}async joinChannel(t){this.wire.recordAnalytic("fdc3-join-channel");try{return await this.client.joinContextGroup(t)}catch(t){if(t.message===Te.joinSessionContextGroupWithJoinContextGroup?console.error("The Channel you have tried to join is an App Channel. Custom Channels can only be defined by the Interop Broker through code or manifest configuration. Please use getOrCreateChannel."):console.error(t.message),t.message.startsWith("Attempting to join a context group that does not exist"))throw new Error(mn.NoChannelFound);throw new Error(mn.AccessDenied)}}async getCurrentChannel(){this.wire.recordAnalytic("fdc3-get-current-channel");const t=await this.getCurrentContextGroupInfo();return t?this.buildChannelObject(t):null}async leaveCurrentChannel(){return this.wire.recordAnalytic("fdc3-leave-current-channel"),this.client.removeFromContextGroup()}async getCurrentContextGroupInfo(){const t=await this.client.getContextGroups(),e=t.map(async t=>this.client.getAllClientsInContextGroup(t.id));return t[(await Promise.all(e)).findIndex(t=>t.some(t=>{const{uuid:e,name:n}=t;return this.wire.me.uuid===e&&this.wire.me.name===n}))]}async buildChannelObject(t){return{...t,type:"system",addContextListener:(...[t,n])=>{let i,r;"function"==typeof t?(console.warn("addContextListener(handler) has been deprecated. Please use addContextListener(null, handler)"),i=t):(i=n,"string"==typeof t&&(r=t));const s=(async()=>{let t=!0;const n=await this.client.getCurrentContext(r);return this.client.addContextHandler((r,s)=>{if(!t||(t=!1,!e(n,r)))return i(r,s)},r)})();return{...s,unsubscribe:()=>s.then(t=>t.unsubscribe())}},broadcast:this.broadcast.bind(this),getCurrentContext:async t=>{const e=await this.client.getCurrentContext(t);return void 0===e?null:e}}}}In=new WeakMap;class En extends An{async open(t,e){await super._open(t,e)}addContextListener(t,e){let n;return this.wire.recordAnalytic("fdc3-add-context-listener"),"function"==typeof t?(console.warn("addContextListener(handler) has been deprecated. Please use addContextListener(null, handler)"),n=this.client.addContextHandler(t)):n=this.client.addContextHandler(e,null===t?void 0:t),{...n,unsubscribe:()=>n.then(t=>t.unsubscribe())}}addIntentListener(t,e){this.wire.recordAnalytic("fdc3-add-intent-listener");const n=this.client.registerIntentHandler(t=>{const{context:n,metadata:i}=t,{metadata:r}=n,s=i?.intentResolutionResultId||r?.intentResolutionResultId;s&&this.fin.InterApplicationBus.publish(s,null).catch(()=>null),e(t.context)},t,{fdc3Version:"1.2"});return{...n,unsubscribe:()=>n.then(t=>t.unsubscribe())}}async raiseIntent(t,e,n){this.wire.recordAnalytic("fdc3-raise-intent");const i=n?{name:t,context:e,metadata:{target:n}}:{name:t,context:e};try{return await this.client.fireIntent(i)}catch(t){const e=t.message===Te.fireIntent?"ResolverUnavailable":t.message;throw new Error(e)}}async findIntent(t,e){this.wire.recordAnalytic("fdc3-find-intent");try{return await this.client.getInfoForIntent({name:t,context:e})}catch(t){const e=t.message===Te.getInfoForIntent?"ResolverUnavailable":t.message;throw new Error(e)}}async findIntentsByContext(t){this.wire.recordAnalytic("fdc3-find-intents-by-context");try{return await this.client.getInfoForIntentsByContext(t)}catch(t){const e=t.message===Te.getInfoForIntentsByContext?"ResolverUnavailable":t.message;throw new Error(e)}}async raiseIntentForContext(t,e){this.wire.recordAnalytic("fdc3-raise-intent-for-context");try{return await this.client.fireIntentForContext({...t,metadata:{target:e}})}catch(t){const e=t.message===Te.fireIntentForContext?"ResolverUnavailable":t.message;throw new Error(e)}}async getOrCreateChannel(t){return super.getOrCreateChannel(t,un)}getInfo(){this.wire.recordAnalytic("fdc3-get-info");return{providerVersion:this.wire.environment.getAdapterVersionSync(),provider:`openfin-${this.wire.me.uuid}`,fdc3Version:"1.2"}}}class Pn extends An{async open(t,e){return"string"==typeof t&&console.warn("Passing a string as the app parameter is deprecated, please use an AppIdentifier ({ appId: string; instanceId?: string })."),super._open(t,e)}async findInstances(t){this.wire.recordAnalytic("fdc3-find-instances");try{return await hn.ferryFdc3Call(this.client,"fdc3FindInstances",t)}catch(t){const e=t.message===Te.fdc3FindInstances?"ResolverUnavailable":t.message;throw new Error(e)}}async getAppMetadata(t){this.wire.recordAnalytic("fdc3-get-app-metadata");try{return await hn.ferryFdc3Call(this.client,"fdc3GetAppMetadata",t)}catch(t){const e=t.message===Te.fdc3GetAppMetadata?"ResolverUnavailable":t.message;throw new Error(e)}}async addContextListener(t,e){this.wire.recordAnalytic("fdc3-add-context-listener");const n=t=>e=>{const{contextMetadata:n,...i}=e,r=n?[{...i},n]:[e,null];t(...r)};let i=e,r=n(i);return"function"==typeof t?(console.warn("addContextListener(handler) has been deprecated. Please use addContextListener(null, handler)"),i=t,r=n(i),this.client.addContextHandler(r)):this.client.addContextHandler(r,null===t?void 0:t)}async findIntent(t,e,n){this.wire.recordAnalytic("fdc3-find-intent");try{return await this.client.getInfoForIntent({name:t,context:e,metadata:{resultType:n}})}catch(t){const e=t.message===Te.getInfoForIntent?"ResolverUnavailable":t.message;throw new Error(e)}}async findIntentsByContext(t,e){this.wire.recordAnalytic("fdc3-find-intents-by-context");const n=e?{context:t,metadata:{resultType:e}}:t;try{return await hn.ferryFdc3Call(this.client,"fdc3v2FindIntentsByContext",n)}catch(t){const e=t.message===Te.getInfoForIntentsByContext?"ResolverUnavailable":t.message;throw new Error(e)}}async raiseIntent(t,e,n){this.wire.recordAnalytic("fdc3-raise-intent");try{return"string"==typeof n&&console.warn("Passing a string as the app parameter is deprecated, please use an AppIdentifier ({ appId: string; instanceId?: string })."),Cn(this.client,e,n,t)}catch(t){const e=t.message===Te.fireIntent?"ResolverUnavailable":t.message;throw new Error(e)}}async raiseIntentForContext(t,e){this.wire.recordAnalytic("fdc3-raise-intent-for-context");try{return"string"==typeof e&&console.warn("Passing a string as the app parameter is deprecated, please use an AppIdentifier ({ appId: string; instanceId?: string })."),Cn(this.client,t,e)}catch(t){const e=t.message===Te.fireIntent?"ResolverUnavailable":t.message;throw new Error(e)}}async addIntentListener(t,e){if(this.wire.recordAnalytic("fdc3-add-intent-listener"),"string"!=typeof t)throw new Error("First argument must be an Intent name");return this.client.registerIntentHandler(async t=>{let n,i;const{context:r,metadata:s}=t,{contextMetadata:o,metadata:a,...c}=r,d=s?.intentResolutionResultId||a?.intentResolutionResultId;try{const t=a?{metadata:a,...c}:{...c};n=await e(t,o),i=n}catch(t){n=t,i={error:!0}}if(d&&this.fin.InterApplicationBus.publish(d,i).catch(()=>null),n instanceof Error)throw new Error(n.message);return n},t,{fdc3Version:"2.0"})}async getOrCreateChannel(t){return super.getOrCreateChannel(t,wn)}async createPrivateChannel(){const t=Pe();await hn.ferryFdc3Call(this.client,"createPrivateChannelProvider",{channelId:t});const e=await this.fin.InterApplicationBus.Channel.connect(t),n=new pn(e,t);return vn(n)}async getUserChannels(){return(await this.client.getContextGroups()).map(t=>({...t,type:"user",...yn("User")}))}async getSystemChannels(){return console.warn("This API has been deprecated. Please use fdc3.getUserChannels instead."),super.getSystemChannels()}async joinUserChannel(t){return super.joinChannel(t)}async joinChannel(t){return console.warn("This API has been deprecated. Please use fdc3.joinUserChannel instead."),super.joinChannel(t)}async getCurrentChannel(){const t=await super.getCurrentChannel();return t?{...t,type:"user",broadcast:this.broadcast.bind(this)}:null}async getInfo(){return hn.ferryFdc3Call(this.client,"fdc3v2GetInfo",{fdc3Version:"2.0"})}}const Mn=(t,e,n)=>{switch(t){case"1.2":return new En(()=>e,n);case"2.0":return new Pn(()=>e,n);default:throw new Error(`Invalid FDC3 version provided: ${t}. Must be '1.2' or '2.0'`)}},Sn=t=>new t,kn="You have attempted to use or modify InteropBroker parameters, which is not allowed. You are likely using an older InteropBroker override scheme. Please consult our Interop docs for guidance on migrating to the new override scheme.";class Ln extends h{async init(t,e=Sn){this.wire.recordAnalytic("interop-init");const n=await this.wire.environment.getInteropInfo(this.wire.getFin()),i=function(t){const e=()=>{throw new Error(t)};return new Proxy({},{apply:e,construct:e,defineProperty:e,deleteProperty:e,get:e,getOwnPropertyDescriptor:e,getPrototypeOf:e,has:e,isExtensible:e,ownKeys:e,preventExtensions:e,set:e,setPrototypeOf:e})}(kn),r=(s=kn,o=structuredClone(n),new Proxy(o,{get:(...t)=>(console.warn(s),Reflect.get(...t)),set:(...t)=>(console.warn(s),Reflect.set(...t)),getOwnPropertyDescriptor:(...t)=>(console.warn(s),Reflect.getOwnPropertyDescriptor(...t)),ownKeys:(...t)=>(console.warn(s),Reflect.ownKeys(...t))}));var s,o;const a=async()=>{throw new Error(kn)},c=Be.createClosedConstructor(this.wire,()=>this.fin.InterApplicationBus.Channel.create(`interop-broker-${t}`),n);let d;if(Array.isArray(e)){d=new(function(...t){return e=>t.reduceRight((t,e)=>n=>e(t(n)),t=>t)(e)}(...e)(c))(i,a,r)}else d=await e(c,i,a,r);return ln(d,n.fdc3Version),d}connectSync(t,e){return this.wire.recordAnalytic("interop-connect-sync"),new hn(this.wire,this.wire.environment.whenReady().then(()=>this.fin.InterApplicationBus.Channel.connect(`interop-broker-${t}`,{payload:e})),Mn)}}const Tn=t=>`snapshot-source-provider-${t.uuid}`;var $n,Fn,Gn,Rn,On,Wn=function(t,e,n,i,r){if("m"===i)throw new TypeError("Private method is not writable");if("a"===i&&!r)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!r:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===i?r.call(t,n):r?r.value=n:e.set(t,n),n},jn=function(t,e,n,i){if("a"===n&&!i)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?i:"a"===n?i.call(t):i?i.value:e.get(t)};const Hn=new Map;class Nn extends h{constructor(t,e){super(t),$n.set(this,void 0),Fn.set(this,()=>(Hn.has(this.identity.uuid)||Hn.set(this.identity.uuid,{eventFired:null,clientPromise:null}),Hn.get(this.identity.uuid))),Gn.set(this,()=>(jn(this,Fn,"f").call(this).clientPromise||(jn(this,Fn,"f").call(this).clientPromise=jn(this,Rn,"f").call(this)),jn(this,Fn,"f").call(this).clientPromise)),Rn.set(this,async()=>{const t=Tn(this.identity);try{jn(this,Fn,"f").call(this).eventFired||await jn(this,On,"f").call(this);const e=await this.fin.InterApplicationBus.Channel.connect(t,{wait:!1});return e.onDisconnection(()=>{jn(this,Fn,"f").call(this).clientPromise=null,jn(this,Fn,"f").call(this).eventFired=null}),e}catch(t){throw jn(this,Fn,"f").call(this).clientPromise=null,new Error("The targeted SnapshotSource is not currently initialized. Await this object's ready() method.")}}),On.set(this,async()=>{const t=Tn(this.identity);let e,n;const i=new Promise((t,i)=>{e=t,n=i});jn(this,Fn,"f").call(this).eventFired=i;const r=async i=>{try{i.channelName===t&&(e(),await this.fin.InterApplicationBus.Channel.removeListener("connected",r))}catch(t){n(t)}};await this.fin.InterApplicationBus.Channel.on("connected",r)}),Wn(this,$n,e,"f")}get identity(){return jn(this,$n,"f")}async ready(){this.wire.recordAnalytic("snapshot-source-ready");try{await jn(this,Gn,"f").call(this)}catch(t){await jn(this,Fn,"f").call(this).eventFired}}async getSnapshot(){this.wire.recordAnalytic("snapshot-source-get-snapshot");const t=await jn(this,Gn,"f").call(this),e=await t.dispatch("get-snapshot");return(await e).snapshot}async applySnapshot(t){this.wire.recordAnalytic("snapshot-source-apply-snapshot");return(await jn(this,Gn,"f").call(this)).dispatch("apply-snapshot",{snapshot:t})}}$n=new WeakMap,Fn=new WeakMap,Gn=new WeakMap,Rn=new WeakMap,On=new WeakMap;class Bn extends h{async init(t){if(this.wire.recordAnalytic("snapshot-source-init"),"object"!=typeof t||"function"!=typeof t.getSnapshot||"function"!=typeof t.applySnapshot)throw new Error("you must pass in a valid SnapshotProvider");const e=await this.fin.InterApplicationBus.Channel.create(Tn(this.fin.me));e.register("get-snapshot",async()=>({snapshot:await t.getSnapshot()})),e.register("apply-snapshot",({snapshot:e})=>t.applySnapshot(e))}wrapSync(t){return this.wire.recordAnalytic("snapshot-source-wrap-sync"),new Nn(this.wire,t)}async wrap(t){return this.wire.recordAnalytic("snapshot-source-wrap"),this.wrapSync(t)}}var Dn,Vn,Un,_n,zn=function(t,e,n,i,r){if("m"===i)throw new TypeError("Private method is not writable");if("a"===i&&!r)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!r:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===i?r.call(t,n):r?r.value=n:e.set(t,n),n},qn=function(t,e,n,i){if("a"===n&&!i)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?i:"a"===n?i.call(t):i?i.value:e.get(t)};class Jn{constructor(t,e){Dn.set(this,void 0),Vn.set(this,void 0),Un.set(this,void 0),_n.set(this,new I(async()=>(await qn(this,Dn,"f").registerMessageHandler(t=>{if("notification-created"===t.action&&t.payload.managerId===qn(this,Un,"f")){const{notificationId:e,properties:n,documentUrl:i,notificationIcon:r,badge:s,image:o}=t.payload;try{qn(this,Vn,"f")?.call(this,{properties:n,images:{image:o,icon:r,badge:s},url:i,notificationId:e})}catch(t){console.error("Failed to handle notification",t)}return!0}return!1}),!0))),this.setNotificationHandler=async t=>{await qn(this,_n,"f").getValue(),zn(this,Vn,t,"f")},this.destroy=async()=>{await qn(this,Dn,"f").sendAction("destroy-notification-manager",{managerId:qn(this,Un,"f")})},this.dispatch=async t=>{const{notificationId:e,type:n}=t;await qn(this,Dn,"f").sendAction("dispatch-notification-event",{notificationId:e,type:n})},zn(this,Dn,t,"f"),zn(this,Un,e,"f")}}Dn=new WeakMap,Vn=new WeakMap,Un=new WeakMap,_n=new WeakMap;class Yn extends h{constructor(){super(...arguments),this.init=async()=>{const{payload:{data:{managerId:t}}}=await this.wire.sendAction("init-notification-manager");return new Jn(this.wire,t)}}}class Kn extends t{constructor(t){super(),this.wire=t,this.System=new T(t),this.Window=new k(t),this.Application=new M(t),this.InterApplicationBus=new jt(t),this.Clipboard=new Ht(t),this.ExternalApplication=new Bt(t),this.Frame=new Vt(t),this.GlobalHotkey=new Ut(t),this.Platform=new be(t,this.InterApplicationBus.Channel),this.View=new C(t),this.Interop=new Ln(t),this.SnapshotSource=new Bn(t),this.NotificationManager=new Yn(t),t.registerFin(this),this.me=function(t){const{uuid:e,name:n,entityType:i}=t.me,r={setContext(){throw new Error(Ae)},addContextHandler(){throw new Error(Ae)},getContextGroups(){throw new Error(Ae)},joinContextGroup(){throw new Error(Ae)},removeFromContextGroup(){throw new Error(Ae)},getAllClientsInContextGroup(){throw new Error(Ae)},getInfoForContextGroup(){throw new Error(Ae)}},s="Interop API has not been instantiated. Either connection has failed or you have not declared interop in your config.",o={setContext(){throw new Error(s)},addContextHandler(){throw new Error(s)},getContextGroups(){throw new Error(s)},joinContextGroup(){throw new Error(s)},removeFromContextGroup(){throw new Error(s)},getAllClientsInContextGroup(){throw new Error(s)},getInfoForContextGroup(){throw new Error(s)}},a={eventNames:()=>{throw new Error(Ae)},emit:()=>{throw new Error(Ae)},listeners:()=>{throw new Error(Ae)},listenerCount:()=>{throw new Error(Ae)},on:()=>{throw new Error(Ae)},addListener:()=>{throw new Error(Ae)},once:()=>{throw new Error(Ae)},prependListener:()=>{throw new Error(Ae)},prependOnceListener:()=>{throw new Error(Ae)},removeListener:()=>{throw new Error(Ae)},removeAllListeners:()=>{throw new Error(Ae)}};switch(i){case"view":return Object.assign(new E(t,{uuid:e,name:n}),Ee(i,e,n),{interop:o,isOpenFin:!0});case"window":return Object.assign(new S(t,{uuid:e,name:n}),Ee(i,e,n),{interop:o,isOpenFin:!0});case"iframe":return Object.assign(new Dt(t,{uuid:e,name:n}),Ee(i,e,n),{interop:o,isOpenFin:!0});case"external connection":return Object.assign(new Nt(t,{uuid:e}),Ee(i,e,n),{interop:o,isOpenFin:!1});default:return{...Ee(i,e,n),...a,interop:r,isOpenFin:!1}}}(t),t.on("disconnected",()=>{this.emit("disconnected")})}}function Zn(t){return Xn(t)&&"string"==typeof t.address}function Qn(t){return Zn(t)&&"string"==typeof t.token}function Xn(t){return"string"==typeof t.uuid}class ti{constructor(){this.storage=new Map}hashKeys(t){return t.map(ei).join("/")}getOrCreate(e){const n=this.hashKeys(e);return this.storage.has(n)||this.storage.set(n,new t),this.storage.get(n)}has(t){return this.storage.has(this.hashKeys(t))}delete(t){const e=this.hashKeys(t);return this.storage.delete(e)}}function ei(t){return btoa(t)}class ni extends ti{constructor(){super(...arguments),this.dispatchEvent=t=>{if(function(t){return"process-desktop-event"===t.action}(t)){const{payload:e}=t,n=function(t){const{topic:e}=t;if("frame"===e||"window"===e||"view"===e){const{uuid:n,name:i}=t;return[e,n,i]}if("application"===e){const{uuid:n}=t;return[e,n]}return[e]}(e);if(this.has(n))return this.getOrCreate(n).emit(e.type,e),!0}return!1}}}var ii,ri,si,oi,ai,ci,di,hi=function(t,e,n,i,r){if("m"===i)throw new TypeError("Private method is not writable");if("a"===i&&!r)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!r:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===i?r.call(t,n):r?r.value=n:e.set(t,n),n},li=function(t,e,n,i){if("a"===n&&!i)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?i:"a"===n?i.call(t):i?i.value:e.get(t)};class pi extends t{constructor(t,e,n){super(),ii.add(this),this.wireListeners=new Map,this.topicRefMap=new Map,this.eventAggregator=new ni,this.messageHandlers=[this.eventAggregator.dispatchEvent],ri.set(this,void 0),si.set(this,!0),oi.set(this,new Map),ai.set(this,void 0),ci.set(this,void 0),this.connectSync=()=>{li(this,ri,"f").connectSync()},this.getPort=()=>li(this,ri,"f").getPort(),hi(this,ri,t(this.onmessage.bind(this)),"f"),this.environment=e,hi(this,si,!1!==n.apiDiagnostics,"f"),this.sendRaw=li(this,ri,"f").send.bind(li(this,ri,"f")),this.registerMessageHandler(this.handleMessage.bind(this)),li(this,ri,"f").on("disconnected",()=>{for(const[,{handleNack:t}]of this.wireListeners)t({reason:"Remote connection has closed"});this.wireListeners.clear(),clearTimeout(li(this,ai,"f")),hi(this,ai,void 0,"f"),li(this,oi,"f").clear(),this.emit("disconnected")});const{uuid:i,name:r}=n,s=this.environment.getCurrentEntityType();this.me=Ee(s,i,r)}getFin(){if(!li(this,ci,"f"))throw new Error("No Fin object registered for this transport");return li(this,ci,"f")}registerFin(t){if(li(this,ci,"f"))throw new Error("Fin object has already been registered for this transport");hi(this,ci,t,"f")}recordAnalytic(t){if(li(this,si,"f")&&(li(this,oi,"f").set(t,(li(this,oi,"f").get(t)??0)+1),void 0===li(this,ai,"f"))){const t=setTimeout(()=>li(this,ii,"m",di).call(this),3e4);"object"==typeof t&&null!==t&&t.unref?.(),hi(this,ai,t,"f")}}shutdown(){return li(this,ri,"f").shutdown()}async connect(t){if(function(t){return"object"==typeof t.receiver&&Qn({...t,address:""})}(t))return await li(this,ri,"f").connect(t.receiver),this.authorize(t);if(Qn(t))return this.connectRemote(t);if(Zn(t))return this.connectByPort(t);if(function(t){return Xn(t)&&function(t){return t.runtime&&"string"==typeof t.runtime.version}(t)}(t)){const e=await this.environment.retrievePort(t);return this.connectByPort({...t,address:`ws://localhost:${e}`})}}async connectRemote(t){return await li(this,ri,"f").connect(new(this.environment.getWsConstructor())(t.address)),this.authorize(t)}async connectByPort(t){const{address:e,uuid:n}=t,i={...t,type:"file-token"},r=li(this,ri,"f");await r.connect(new(this.environment.getWsConstructor())(t.address));const s=await this.sendAction("request-external-authorization",{uuid:n,type:"file-token"},!0);if("external-authorization-response"!==s.action)throw new p(s.action);return await this.environment.writeToken(s.payload.file,s.payload.token),this.authorize(i)}async authorize(t){const e=await this.sendAction("request-authorization",t,!0);if("authorization-response"!==e.action)throw new p(e.action);if(!0!==e.payload.success)throw new g(e.payload)}sendAction(t,e={},n=!1){let i=()=>{};const r=g.getCallSite(1),s=this.environment.getNextMessageId(),o=new Promise((o,a)=>{i=a;const c={action:t,payload:e,messageId:s},d=li(this,ri,"f");return this.addWireListener(s,o,t=>this.nackHandler(t,a,r),n),d.send(c).catch(a)});return Object.assign(o,{cancel:i,messageId:s})}nackHandler(t,e,n){e("string"==typeof t?t:new g(t,n))}ferryAction(t){return new Promise((e,n)=>{const i=this.environment.getNextMessageId();t.messageId=i;const r=t=>{e(t.payload)};return li(this,ri,"f").send(t).then(()=>this.addWireListener(i,r,t=>this.nackHandler(t,n),!1)).catch(n)})}registerMessageHandler(t){this.messageHandlers.push(t)}addWireListener(t,e,n,i){i?this.uncorrelatedListener=e:this.wireListeners.has(t)?n({reason:"Duplicate handler id",error:Q(new u(String(t)))}):this.wireListeners.set(t,{resolve:e,handleNack:n})}onmessage(t){for(const e of this.messageHandlers)e.call(null,t)}handleMessage(t){const e=t.correlationId||NaN;if("correlationId"in t){if(!this.wireListeners.has(e))return!1;{const{resolve:n,handleNack:i}=this.wireListeners.get(e);"ack"!==t.action?i({reason:"Did not receive ack action",error:Q(new w(t.action))}):"payload"in t?t.payload.success?n.call(null,t):i(t.payload):"string"==typeof t.reason?i(t):(console.warn("Received invalid response from core",t),i({reason:"invalid response shape",error:Q(new Error("Invalid response shape"))})),this.wireListeners.delete(e)}}else this.uncorrelatedListener&&this.uncorrelatedListener.call(null,t),this.uncorrelatedListener=()=>{};return!0}}ri=new WeakMap,si=new WeakMap,oi=new WeakMap,ai=new WeakMap,ci=new WeakMap,ii=new WeakSet,di=function(){if(hi(this,ai,void 0,"f"),0===li(this,oi,"f").size)return;const t=Object.fromEntries(li(this,oi,"f"));li(this,oi,"f").clear(),this.sendAction("send-analytics-batch",{counts:t}).catch(()=>{})};const ui=new Map([["debug",0],["info",1],["warn",2],["error",3],["none",4]]),wi=t=>"string"==typeof t?t:t instanceof Error?t.stack||t.message:JSON.stringify(t);class yi{static setGlobalLogLevel(t){yi.LOG_LEVEL=t??"error"}static setCustomLogger(t){yi.customLogger=t}constructor(...t){this.scopes=t}log(t,...e){const n=ui.get(t)??3;if((ui.get(yi.LOG_LEVEL)??3)<=n){const r=[`[${(new Date).toISOString()}]`,...(i=this.scopes,i.map(t=>`[${t}]`)),...e];if(yi.customLogger){const e=r.map(wi).join(" ");yi.customLogger[t](e)}else 1===n?console.log(...r):console[t](...r)}var i}warn(...t){this.log("warn",...t)}error(...t){this.log("error",...t)}info(...t){this.log("info",...t)}debug(...t){this.log("debug",...t)}static getLogger(...t){return new yi(...t)}getLogger(...t){return new yi(...this.scopes,...t)}}yi.LOG_LEVEL="error";const fi=yi.getLogger("@openfin/core-web/client"),gi=fi.getLogger("data-channel"),mi=t=>`data-channel-${t.me.uuid}`,vi=async(t,e)=>{const n=async n=>t.dispatch("page-title-updated",{data:{identity:e,title:n}}).catch(t=>{gi.warn("Failed to dispatch title change",t)});document.title&&await n(document.title),s(document.head,n)};function Ci(t,e){if(!function(t){return"string"==typeof t}(t))throw new Error(`Property ${e} has invalid type. Expected string, got ${typeof t}.`)}const Ii=()=>t=>t,xi="web-broker-ports-ready",bi=fi.getLogger("get-web-interop-ports");function Ai(t,e,n,i){if("a"===n&&!i)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?i:"a"===n?i.call(t):i?i.value:e.get(t)}function Ei(t,e,n,i,r){if("m"===i)throw new TypeError("Private method is not writable");if("a"===i&&!r)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!r:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===i?r.call(t,n):r?r.value=n:e.set(t,n),n}var Pi,Mi,Si;"function"==typeof SuppressedError&&SuppressedError;class ki extends t{constructor(t,e){super(),Pi.set(this,void 0),Mi.set(this,void 0),Si.set(this,!1),this.connectSync=()=>{Ai(this,Si,"f")||(Ai(this,Mi,"f").addEventListener("message",t=>{t.data?.topic?.startsWith("wire-message")&&t.data.message&&Ai(this,Pi,"f").call(this,{...JSON.parse(t.data.message),ports:t.ports})}),Ai(this,Mi,"f").start())},this.connect=async()=>{this.connectSync()},this.send=t=>(Ai(this,Mi,"f").postMessage({topic:"wire-message",message:JSON.stringify(t)}),Promise.resolve()),this.shutdown=async()=>{Ai(this,Mi,"f").close()},Ei(this,Pi,t,"f"),Ei(this,Mi,e,"f")}getPort(){return Ai(this,Mi,"f")}}Pi=new WeakMap,Mi=new WeakMap,Si=new WeakMap;class Li{async getViewWindowIdentity(t,e){const{identity:n}=await t.View.wrapSync(e).getCurrentWindow();return n}async getInteropInfo(t){const e=await t.Application.getCurrentSync().getInfo().catch(()=>null),n=e?.initialOptions?.interopBrokerConfiguration??{};return{fdc3Version:e?function({manifest:t,initialOptions:e}){const n=t?.platform?.defaultViewOptions?.fdc3InteropApi??e.defaultViewOptions?.fdc3InteropApi;return["1.2","2.0"].includes(n??"")?n:void 0}(e):void 0,...n,fdc3Info:{providerVersion:await t.System.getVersion(),provider:"OpenFin"}}}}class Ti extends Li{constructor(){super(...arguments),this.type="other",this.getRandomId=()=>{const t=new Uint32Array(1);return window.crypto.getRandomValues(t)[0].toString(32)}}getAdapterVersionSync(){return""}observeBounds(t,e){throw new Error("Method not implemented.")}layoutAllowedInContext(t){return!1}initLayoutManager(t,e,n){throw new Error("Method not implemented.")}applyLayoutSnapshot(t,e,n){throw new Error("Method not implemented.")}createLayout(t,e){throw new Error("Method not implemented.")}destroyLayout(t,e){throw new Error("Method not implemented.")}resolveLayout(t,e){throw new Error("Method not implemented.")}initPlatform(...t){throw new Error("Method not implemented.")}writeToken(t,e){return Promise.resolve("")}retrievePort(t){throw new Error("Method not implemented.")}getNextMessageId(){return this.getRandomId()}createChildContent(t){throw new Error("Method not implemented.")}getWebWindow(t){throw new Error("Method not implemented.")}getCurrentEntityIdentity(){throw new Error("Method not implemented.")}getCurrentEntityType(){return"external connection"}raiseEvent(t,e){throw new Error("Method not implemented.")}getUrl(){return location.href}getDefaultChannelOptions(){return{create:{},connect:{}}}getRtcPeer(){return new RTCPeerConnection}getWsConstructor(){return WebSocket}whenReady(){return Promise.resolve()}}const $i=t=>"platform"in t&&void 0!==t.platform;var Fi,Gi;class Ri extends Ti{constructor(t){super(),this.connectConfig=t,Fi.set(this,void 0),Gi.set(this,new I(async()=>import("./main-b42799cd.js"))),$i(t)&&this.validatePlatformOptions(t)}getAdapterVersionSync(){return"0.45.59"}validatePlatformOptions({platform:t}){if(!("layoutSnapshot"in t))throw new Error("Platform options are missing layoutSnapshot. Please provide a layoutSnapshot in the platform options.");if("windows"in t||"windows"in t.layoutSnapshot)throw new Error("It appears you tried to call connect() with a snapshot object from an OpenFin desktop environment. Note that connect() expects to be called with a platform property with this structure: { platform: { layoutSnapshot } }. To get a layoutSnapshot of the expected structure, use fin.Platform.Layout.getCurrentLayoutManagerSync().getLayoutSnapshot() in v34+ in your desktop environment.");const{layouts:e}=t.layoutSnapshot;Object.entries(e).map(([t,e])=>{if("object"!=typeof e||null===e)throw new Error(`Invalid layout detected: layoutSnapshot.layouts.${t} must be an object.`);if(!("content"in e))throw new Error(`Invalid layout detected: layoutSnapshot.layouts.${t} must contain a 'content' property.`)})}async getInteropInfo(t){return{...{contextGroups:void 0,logging:{beforeAction:{enabled:!1},afterAction:{enabled:!1}}},fdc3Version:void 0,fdc3Info:{providerVersion:"0.45.59",provider:"OpenFin Web"}}}layoutAllowedInContext(t){return!0}async initLayoutManager(t,e,n){if(Ai(this,Fi,"f"))throw new Error("Layout already initialized.");if(!$i(this.connectConfig))throw new Error("Platform options are missing from connection config.");const{WebLayoutEntryPoint:i}=await Ai(this,Gi,"f").getValue();return Ei(this,Fi,new i(this.connectConfig),"f"),await Ai(this,Fi,"f").initLayoutManager(t,e,n)}async applyLayoutSnapshot(t,e,n){Ai(this,Fi,"f")?.applyLayoutSnapshot(t,e,n)}async createLayout(t,e){return Ai(this,Fi,"f")?.createLayout(t,e)}async destroyLayout(t,e){return Ai(this,Fi,"f")?.destroyLayout(t,e)}async getViewWindowIdentity(t,e){return Promise.resolve({uuid:e.uuid,name:e.uuid})}}Fi=new WeakMap,Gi=new WeakMap;const Oi=()=>{const t=((t,e)=>{const n=new RegExp(`^${e}<(?<meta>.*)>$`).exec(t)?.groups?.meta;if(n)try{return JSON.parse(atob(n))}catch(t){throw new Error(`Failed to decode JSON from ${n}.`)}})(window.name,"of-frame");if(t)try{const{name:e,uuid:n,brokerUrl:i,providerId:r,contextGroup:s}=t;return Ci(i,"brokerUrl"),Ci(n,"uuid"),Ci(e,"name"),{identity:{name:e,uuid:n},brokerUrl:i,interopConfig:{providerId:r,currentContextGroup:s},isOfView:!0}}catch(t){throw new Error(`Unexpected error occurred when inferring platform information: ${t.stack}`)}},Wi=()=>{const t=n();return{uuid:t,name:t}},ji=async t=>{if("enabled"===t.connectionInheritance){const e=await(async t=>{const e=Oi();if(e){const{validateOptions:n=()=>!0}=t,{identity:i,...r}=e;if(!await n(r))throw new Error("Parent options were rejected by validateOptions.");return e}})(t);if(e)return e}if(!t.options){const e="enabled"===t.connectionInheritance?"Broker URL was not specified nor provided by a platform container.":"Connection inheritance is disabled but no options were provided.";throw new Error(e)}return{...t.options,identity:Wi(),isOfView:!1}},Hi=async t=>{try{yi.setGlobalLogLevel(t.logLevel),yi.setCustomLogger(t.logger),fi.info("Establishing connection",t);const{brokerUrl:e,identity:n,timeout:s,interopConfig:o,isOfView:a}=await ji(t),{workerPort:c,iframeBrokerPort:d}=await(async(t,e,n)=>{const{origin:r}=new URL(t),s=document.createElement("IFRAME");let o;s.style.display="none";try{return await new Promise((a,c)=>{const d=t=>{if(t.source===s.contentWindow&&t.data?.topic===`ack-${xi}`){if(t.origin!==r)c(new Error(`Broker redirected to unexpected origin ${t.origin}, expected ${r}.`));else if(t.data.success){const[e,n]=t.ports;a({iframeBrokerPort:e,workerPort:n})}else c(new g(t.data));window.removeEventListener("message",d),clearTimeout(o)}};window.addEventListener("message",d),bi.info(`Connecting to broker ${t}`),s.setAttribute("src",t),s.setAttribute("name",i(e,"of-broker")),document.body.appendChild(s),bi.info("Iframe loaded, awaiting init message from iframe"),n&&(o=setTimeout(()=>{window.removeEventListener("message",d),document.body.removeChild(s),c(new Error("Worker did not initialize in time"))},n))})}catch(t){throw new Error(`Failed to initialise Fin Web Client. ${t.message}`,{cause:t})}})(e,n,s);fi.info("Successfully established connection to shared worker");const h={entityType:"external connection",...n};c.start(),d.start();const l=((t,e,n)=>{const i=new Ri(t),r=new pi(t=>new ki(t,e),i,n);return r.connectSync(),new Kn(r)})(t,c,h);return a&&window.top&&!r(window,window.top)&&(t=>{const e={uuid:t.me.uuid,name:t.me.name};gi.debug("Data channel connecting..."),t.InterApplicationBus.Channel.connect(mi(t)).then(async t=>{gi.debug("Data channel connected"),await vi(t,e)}).catch(t=>{gi.warn("Failed to connect to data channel, some features may not work like title updates",t)})})(l),o?.providerId&&(l.me.interop=l.Interop.connectSync(o.providerId),o?.currentContextGroup&&l.me.interop.joinContextGroup(o.currentContextGroup).catch(t=>{fi.warn(`Error joining specified context group: ${o?.currentContextGroup}, continuing`,t)})),{...l,me:{...l.me,identity:{uuid:l.me.uuid,name:l.me.name}}}}catch(t){throw new Error(`An error occured during web-interop connection: ${t.message}`)}};export{I as L,Ai as _,de as a,Ei as b,fi as c,yi as d,i as e,mi as f,s as g,Hi as h,r as i,Ii as m,Xt as r};
|
|
1
|
+
import{EventEmitter as t}from"events";import{isEqual as e}from"es-toolkit";import{v4 as n}from"uuid";const i=(t,e)=>`${e}<${btoa(JSON.stringify(t))}>`,r=(t,e)=>{try{return t.origin===e.origin}catch(t){return!1}},s=(t,e)=>{const n=new MutationObserver(n=>{let i=!1;n.forEach(t=>{"TITLE"!==t.target.parentNode?.nodeName&&"TITLE"!==t.target.nodeName?(t.removedNodes.forEach(t=>{"TITLE"!==t.nodeName&&"TITLE"!==t.parentNode?.nodeName||(i=!0)}),t.addedNodes.forEach(t=>{"TITLE"!==t.nodeName&&"TITLE"!==t.parentNode?.nodeName||(i=!0)})):i=!0});const r=t.querySelector("title")?.textContent??"";i&&e(r)});return n.observe(t,{childList:!0,subtree:!0,characterData:!0}),n};var o,a,c=function(t,e,n,i,r){if("m"===i)throw new TypeError("Private method is not writable");if("a"===i&&!r)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!r:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===i?r.call(t,n):r?r.value=n:e.set(t,n),n},d=function(t,e,n,i){if("a"===n&&!i)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?i:"a"===n?i.call(t):i?i.value:e.get(t)};class h{constructor(t){this.isNodeEnvironment=()=>"node"===this.wire.environment.type,this.isOpenFinEnvironment=()=>"openfin"===this.wire.environment.type,this.isBrowserEnvironment=()=>"other"===this.wire.environment.type,this.wire=t}get fin(){return this.wire.getFin()}get me(){return this.wire.me}}class l extends h{constructor(t,e,...n){super(t),this.topic=e,o.set(this,void 0),a.set(this,void 0),this.eventNames=()=>this.hasEmitter()?this.getOrCreateEmitter().eventNames():[],this.emit=(t,e,...n)=>!!this.hasEmitter()&&this.getOrCreateEmitter().emit(t,e,...n),this.hasEmitter=()=>this.wire.eventAggregator.has(d(this,o,"f")),this.getOrCreateEmitter=()=>this.wire.eventAggregator.getOrCreate(d(this,o,"f")),this.listeners=t=>this.hasEmitter()?this.getOrCreateEmitter().listeners(t):[],this.listenerCount=t=>this.hasEmitter()?this.getOrCreateEmitter().listenerCount(t):0,this.registerEventListener=async(t,e={},n,i)=>{const r={...this.identity,timestamp:e.timestamp||Date.now(),topic:this.topic,type:t},s=this.getOrCreateEmitter();n(s);try{await this.wire.sendAction("subscribe-to-desktop-event",r)}catch(t){throw i(s),this.deleteEmitterIfNothingRegistered(s),t}},this.deregisterEventListener=async(t,e={})=>{if(this.hasEmitter()){const n={...this.identity,timestamp:e.timestamp||Date.now(),topic:this.topic,type:t};return await this.wire.sendAction("unsubscribe-to-desktop-event",n).catch(()=>null),this.getOrCreateEmitter()}return Promise.resolve()},c(this,o,[e,...n],"f"),c(this,a,new WeakMap,"f")}async on(t,e,n){return await this.registerEventListener(t,n,n=>{n.on(t,e)},n=>{n.removeListener(t,e)}),this}async addListener(t,e,n){return this.on(t,e,n)}async once(t,e,n){const i=()=>this.deregisterEventListener(t);return d(this,a,"f").set(e,i),await this.registerEventListener(t,n,n=>{n.once(t,i),n.once(t,e)},n=>{n.removeListener(t,i),n.removeListener(t,e)}),this}async prependListener(t,e,n){return await this.registerEventListener(t,n,n=>{n.prependListener(t,e)},n=>{n.removeListener(t,e)}),this}async prependOnceListener(t,e,n){const i=()=>this.deregisterEventListener(t);return d(this,a,"f").set(e,i),await this.registerEventListener(t,n,n=>{n.prependOnceListener(t,e),n.once(t,i)},n=>{n.removeListener(t,e),n.removeListener(t,i)}),this}async removeListener(t,e,n){const i=await this.deregisterEventListener(t,n);if(i){i.removeListener(t,e);const n=d(this,a,"f").get(e);n&&i.removeListener(t,n),this.deleteEmitterIfNothingRegistered(i)}return this}async deregisterAllListeners(t){const e={...this.identity,type:t,topic:this.topic};if(this.hasEmitter()){const t=this.getOrCreateEmitter(),n=t.listenerCount(e.type),i=[];for(let t=0;t<n;t++)i.push(this.wire.sendAction("unsubscribe-to-desktop-event",e).catch(()=>null));return await Promise.all(i),t}}async removeAllListeners(t){const e=async t=>{const e=await this.deregisterAllListeners(t);e&&(e.removeAllListeners(t),this.deleteEmitterIfNothingRegistered(e))};if(t)await e(t);else if(this.hasEmitter()){const t=this.getOrCreateEmitter().eventNames();await Promise.all(t.map(e))}return this}deleteEmitterIfNothingRegistered(t){0===t.eventNames().length&&this.wire.eventAggregator.delete(d(this,o,"f"))}}o=new WeakMap,a=new WeakMap;class p extends Error{}class u extends Error{}class w extends Error{}class y extends Error{}class f extends Error{constructor(t){const{message:e,name:n,stack:i,...r}=t;super(e),"cause"in t&&t.cause&&(this.cause=new f(t.cause)),this.name=n||"Error",this.stack=i??this.toString(),Object.keys(r).filter(t=>"cause"!==t).forEach(t=>{this[t]=r[t]})}}class g extends Error{static trimEndCallSites(t,e){const n=Error.stackTraceLimit,i=Error.prepareStackTrace;Error.prepareStackTrace=(t,e)=>e;const r="string"==typeof t.stack,s=(r?t.stack?.split("\n"):t.stack)??[];if(Error.prepareStackTrace=i,Error.stackTraceLimit=n,s.length){const n=[];for(const t of r?s:s.slice(1))if(n.push(t),e.test(t.toString()))break;t.stack=r?n.join("\n"):g.prepareStackTrace(t,n)}}static getCallSite(t=0){const e=Error.stackTraceLimit,n=t+1;Error.stackTraceLimit=e+n;const i=Error.prepareStackTrace;Error.prepareStackTrace=(t,e)=>e;const r=(new Error).stack?.slice(n)??[];return Error.prepareStackTrace=i,Error.stackTraceLimit=e,r}static prepareStackTrace(t,e){if("function"==typeof Error.prepareStackTrace)return Error.prepareStackTrace(t,e);let n=`${t.name||"Error"}: ${t.message||""}\n`;return n+=e.map(t=>` at ${t}`).join("\n"),n}constructor(t,e){const{reason:n,error:i}=t;super(n),this.name=this.constructor.name,i?.stack&&(this.cause=new f(i)),e&&(this.stack=g.prepareStackTrace(this,e))}}function m(t){let e;return"object"==typeof t&&"string"==typeof t.uuid||(e="Not a valid identity object"),e}const v=t=>{(t.contentNavigation?.whitelist||t.contentNavigation?.blacklist||t.contentRedirect?.whitelist||t.contentRedirect?.blacklist)&&console.warn("The properties 'whitelist' and 'blacklist' have been marked as deprecated and will be removed in a future version. Please use 'allowlist' and 'denylist'.")};class C extends h{async create(t){const{uuid:e}=this.wire.me;if(!t.name||"string"!=typeof t.name)throw new Error("Please provide a name property as a string in order to create a View.");return v(t),this.wire.environment.childViews?await this.wire.environment.createChildContent({entityType:"view",options:{...t,uuid:e}}):await this.wire.sendAction("create-view",{...t,uuid:e}),this.wrapSync({uuid:e,name:t.name})}async wrap(t){this.wire.recordAnalytic("view-wrap");const e=m(t);if(e)throw new Error(e);return new E(this.wire,t)}wrapSync(t){this.wire.recordAnalytic("view-wrap-sync");const e=m(t);if(e)throw new Error(e);return new E(this.wire,t)}getCurrent(){if(this.wire.recordAnalytic("view-get-current"),!this.wire.me.isView)throw new Error("You are not in a View context");const{uuid:t,name:e}=this.wire.me;return this.wrap({uuid:t,name:e})}getCurrentSync(){if(this.wire.recordAnalytic("view-get-current-sync"),!this.wire.me.isView)throw new Error("You are not in a View context");const{uuid:t,name:e}=this.wire.me;return this.wrapSync({uuid:t,name:e})}}class I{constructor(t){this.producerFn=t}getValue(){return this.value||(this.value=this.producerFn()),this.value}}class x{constructor(t){this.producerFn=t}async getValue(){return this.promise||(this.promise=this.producerFn().catch(t=>{throw delete this.promise,t})),this.promise}}class b extends l{constructor(t,e,n){super(t,n,e.uuid,e.name),this.identity=e,this.entityType=n}capturePage(t){return this.wire.sendAction("capture-page",{options:t,...this.identity}).then(({payload:t})=>t.data)}executeJavaScript(t){return this.wire.sendAction("execute-javascript-in-window",{...this.identity,code:t}).then(({payload:t})=>t.data)}getZoomLevel(){return this.wire.sendAction("get-zoom-level",this.identity).then(({payload:t})=>t.data)}setZoomLevel(t){return this.wire.sendAction("set-zoom-level",{...this.identity,level:t}).then(()=>{})}navigate(t){return this.wire.sendAction("navigate-window",{...this.identity,url:t}).then(()=>{})}navigateBack(){return this.wire.sendAction("navigate-window-back",{...this.identity}).then(()=>{})}async navigateForward(){await this.wire.sendAction("navigate-window-forward",{...this.identity})}stopNavigation(){return this.wire.sendAction("stop-window-navigation",{...this.identity}).then(()=>{})}reload(t=!1){return this.wire.sendAction("reload-window",{ignoreCache:t,...this.identity}).then(()=>{})}print(t={}){return this.wire.sendAction("print",{...this.identity,options:t}).then(()=>{})}findInPage(t,e){return this.wire.sendAction("find-in-page",{...this.identity,searchTerm:t,options:e}).then(({payload:t})=>t.data)}stopFindInPage(t){return this.wire.sendAction("stop-find-in-page",{...this.identity,action:t}).then(()=>{})}getPrinters(){return this.wire.sendAction("get-printers",{...this.identity}).then(({payload:t})=>t.data)}async focus({emitSynthFocused:t}={emitSynthFocused:!0}){await this.wire.sendAction("focus-window",{emitSynthFocused:t,...this.identity})}async showDeveloperTools(){await this.wire.sendAction("show-developer-tools",this.identity)}async getProcessInfo(){const{payload:{data:t}}=await this.wire.sendAction("get-process-info",this.identity);return t}async getSharedWorkers(){return this.wire.sendAction("get-shared-workers",this.identity).then(({payload:t})=>t.data)}async inspectSharedWorker(){await this.wire.sendAction("inspect-shared-worker",{...this.identity})}async inspectSharedWorkerById(t){await this.wire.sendAction("inspect-shared-worker-by-id",{...this.identity,workerId:t})}async inspectServiceWorker(){await this.wire.sendAction("inspect-service-worker",{...this.identity})}async showPopupWindow(t){if(this.wire.recordAnalytic(`${this.entityType}-show-popup-window`),t?.onPopupReady){const e=async({popupName:e})=>{try{const n=this.fin.Window.wrapSync({uuid:this.fin.me.uuid,name:e});await t.onPopupReady(n)}catch(t){throw new Error(`Something went wrong during onPopupReady execution: ${t}`)}};await this.once("popup-ready",e)}const{payload:e}=await this.wire.sendAction("try-create-popup-window",{options:{...t,hasResultCallback:!!t?.onPopupResult,hasReadyCallback:!!t?.onPopupReady},...this.identity}),{data:{willOpen:n,options:i}}=e;n&&await this.fin.Window.create(i.initialOptions);if(t?.onPopupResult){const e=async e=>{await t.onPopupResult((t=>{const{name:e,uuid:n,result:i,data:r}=t,s={identity:{name:e,uuid:n},result:i};return r&&(s.data=r),s})(e))},n=async()=>{await this.removeListener("popup-result",e)};await this.on("popup-result",e),await this.once("popup-teardown",n)}const{payload:r}=await this.wire.sendAction("show-popup-window",{options:i,...this.identity});return r.data}async getScreenCapturePermission(){return(await this.wire.sendAction("get-screen-capture-permissions",this.identity)).payload.data}}var A;class E extends b{constructor(t,e){super(t,e,"view"),this.identity=e,A.set(this,new I(()=>this.fin.Platform.wrapSync(this.identity).getClient())),this.attach=async t=>{await this.wire.sendAction("attach-view",{target:t,...this.identity})},this.destroy=async()=>{await this.wire.sendAction("destroy-view",{...this.identity})},this.show=async()=>{await this.wire.sendAction("show-view",{...this.identity})},this.showAt=async(t,e={})=>{await this.wire.sendAction("show-view-at",{bounds:t,...this.identity,options:e})},this.bringToFront=async()=>{await this.wire.sendAction("bring-view-to-front",{...this.identity})},this.hide=async()=>{await this.wire.sendAction("hide-view",{...this.identity})},this.setBounds=async t=>{await this.wire.sendAction("set-view-bounds",{bounds:t,...this.identity})},this.getBounds=async()=>(await this.wire.sendAction("get-view-bounds",{...this.identity})).payload.data,this.getInfo=async()=>(await this.wire.sendAction("get-view-info",{...this.identity})).payload.data,this.getParentLayout=async()=>(this.wire.recordAnalytic("view-get-parent-layout"),this.fin.Platform.Layout.getLayoutByViewIdentity(this.identity)),this.getOptions=async()=>this.wire.sendAction("get-view-options",{...this.identity}).then(({payload:t})=>t.data),this.updateOptions=async t=>this.wire.sendAction("update-view-options",{options:t,...this.identity}).then(()=>{}),this.getCurrentWindow=async()=>{const{payload:{data:t}}=await this.wire.sendAction("get-view-window",{...this.identity});return new S(this.wire,t)},this.getCurrentStack=async()=>{this.wire.recordAnalytic("view-get-current-stack");try{return(await this.getParentLayout()).getStackByViewIdentity(this.identity)}catch(t){throw new g({reason:"This view does not belong to a stack.",error:t})}},this.triggerBeforeUnload=async()=>(await this.wire.sendAction("trigger-before-unload",{...this.identity})).payload.data,this.bindToElement=async t=>{if(!t)throw new Error("Element not found.");return this.wire.environment.observeBounds(t,async t=>this.setBounds(t))}}async focus({emitSynthFocused:t}={emitSynthFocused:!0}){const e=await this.getCurrentWindow();await e.focusedWebViewWasChanged(),await super.focus({emitSynthFocused:t})}}A=new WeakMap;class P extends l{constructor(t,e){super(t,"application",e.uuid),this.identity=e,this.window=new S(this.wire,{uuid:this.identity.uuid,name:this.identity.uuid})}windowListFromIdentityList(t){const e=[];return t.forEach(t=>{e.push(new S(this.wire,{uuid:t.uuid,name:t.name}))}),e}isRunning(){return this.wire.sendAction("is-application-running",this.identity).then(({payload:t})=>t.data)}async quit(t=!1){try{await this._close(t),await this.wire.sendAction("destroy-application",{force:t,...this.identity})}catch(t){if(!["Remote connection has closed","Could not locate the requested application"].some(e=>t.message.includes(e)))throw t}}async _close(t=!1){try{await this.wire.sendAction("close-application",{force:t,...this.identity})}catch(t){if(!t.message.includes("Remote connection has closed"))throw t}}close(t=!1){return console.warn("Deprecation Warning: Application.close is deprecated Please use Application.quit"),this.wire.recordAnalytic("application-close"),this._close(t)}getChildWindows(){return this.wire.sendAction("get-child-windows",this.identity).then(({payload:t})=>{const e=[];return t.data.forEach(t=>{e.push({uuid:this.identity.uuid,name:t})}),this.windowListFromIdentityList(e)})}getManifest(){return this.wire.sendAction("get-application-manifest",this.identity).then(({payload:t})=>t.data)}getParentUuid(){return this.wire.sendAction("get-parent-application",this.identity).then(({payload:t})=>t.data)}getShortcuts(){return this.wire.sendAction("get-shortcuts",this.identity).then(({payload:t})=>t.data)}async getViews(){const{payload:t}=await this.wire.sendAction("application-get-views",this.identity);return t.data.map(t=>new E(this.wire,t))}getZoomLevel(){return this.wire.sendAction("get-application-zoom-level",this.identity).then(({payload:t})=>t.data)}getWindow(){return this.wire.recordAnalytic("application-get-window"),Promise.resolve(this.window)}registerUser(t,e){return this.wire.sendAction("register-user",{userName:t,appName:e,...this.identity}).then(()=>{})}removeTrayIcon(){return this.wire.sendAction("remove-tray-icon",this.identity).then(()=>{})}restart(){return this.wire.sendAction("restart-application",this.identity).then(()=>{})}run(){return console.warn("Deprecation Warning: Application.run is deprecated Please use fin.Application.start"),this.wire.recordAnalytic("application-run"),this._run()}_run(t={}){return this.wire.sendAction("run-application",{manifestUrl:this._manifestUrl,opts:t,...this.identity}).then(()=>{})}scheduleRestart(){return this.wire.sendAction("relaunch-on-close",this.identity).then(()=>{})}async sendApplicationLog(){const{payload:t}=await this.wire.sendAction("send-application-log",this.identity);return t.data}async setJumpList(t){await this.wire.sendAction("set-jump-list",{config:t,...this.identity})}setTrayIcon(t){return this.wire.sendAction("set-tray-icon",{enabledIcon:t,...this.identity}).then(()=>{})}async setTrayIconToolTip(t){await this.wire.sendAction("set-tray-icon-tooltip",{...this.identity,toolTip:t})}setShortcuts(t){return this.wire.sendAction("set-shortcuts",{data:t,...this.identity}).then(()=>{})}async setShortcutQueryParams(t){await this.wire.sendAction("set-shortcut-query-args",{data:t,...this.identity})}setZoomLevel(t){return this.wire.sendAction("set-application-zoom-level",{level:t,...this.identity}).then(()=>{})}async setAppLogUsername(t){await this.wire.sendAction("set-app-log-username",{data:t,...this.identity})}getTrayIconInfo(){return this.wire.sendAction("get-tray-icon-info",this.identity).then(({payload:t})=>t.data)}hasTrayIcon(){return this.wire.sendAction("has-tray-icon",this.identity).then(({payload:t})=>t.data)}terminate(){return this.wire.sendAction("terminate-application",this.identity).then(()=>{})}wait(){return this.wire.sendAction("wait-for-hung-application",this.identity).then(()=>{})}getInfo(){return this.wire.sendAction("get-info",this.identity).then(({payload:t})=>t.data)}async getProcessInfo(){const{payload:{data:t}}=await this.wire.sendAction("application-get-process-info",this.identity);return t}async setFileDownloadLocation(t){const{name:e}=this.wire.me,n={uuid:this.identity.uuid,name:e};await this.wire.sendAction("set-file-download-location",{...n,downloadLocation:t})}async getFileDownloadLocation(){const{payload:{data:t}}=await this.wire.sendAction("get-file-download-location",this.identity);return t}async showTrayIconPopupMenu(t){const{name:e}=this.wire.me,n={uuid:this.identity.uuid,name:e},{payload:i}=await this.wire.sendAction("show-tray-icon-popup-menu",{...n,options:t});return i.data}async closeTrayIconPopupMenu(){const{name:t}=this.wire.me,e={uuid:this.identity.uuid,name:t};await this.wire.sendAction("close-tray-icon-popup-menu",{...e})}}class M extends h{async wrap(t){this.wire.recordAnalytic("wrap-application");const e=m(t);if(e)throw new Error(e);return new P(this.wire,t)}wrapSync(t){this.wire.recordAnalytic("wrap-application-sync");const e=m(t);if(e)throw new Error(e);return new P(this.wire,t)}async _create(t){return void 0===t.waitForPageLoad&&(t.waitForPageLoad=!1),void 0===t.autoShow&&void 0===t.isPlatformController&&(t.autoShow=!0),await this.wire.sendAction("create-application",t),this.wrap({uuid:t.uuid})}create(t){return console.warn("Deprecation Warning: fin.Application.create is deprecated. Please use fin.Application.start"),this.wire.recordAnalytic("application-create"),this._create(t)}async start(t){this.wire.recordAnalytic("start-application");const e=await this._create(t);return await this.wire.sendAction("run-application",{uuid:t.uuid}),e}async startManyManifests(t,e){return this.wire.sendAction("run-applications",{applications:t,opts:e}).then(()=>{})}getCurrent(){return this.wire.recordAnalytic("get-current-application"),this.wrap({uuid:this.wire.me.uuid})}getCurrentSync(){return this.wire.recordAnalytic("get-current-application-sync"),this.wrapSync({uuid:this.wire.me.uuid})}async startFromManifest(t,e){this.wire.recordAnalytic("application-start-from-manifest");const n=await this._createFromManifest(t);return await n._run(e),n}createFromManifest(t){return console.warn("Deprecation Warning: fin.Application.createFromManifest is deprecated. Please use fin.Application.startFromManifest"),this.wire.recordAnalytic("application-create-from-manifest"),this._createFromManifest(t)}_createFromManifest(t){return this.wire.sendAction("get-application-manifest",{manifestUrl:t}).then(({payload:t})=>{const e=t.data.platform?t.data.platform.uuid:t.data.startup_app.uuid;return this.wrap({uuid:e})}).then(e=>(e._manifestUrl=t,e))}}class S extends b{constructor(t,e){super(t,e,"window")}async createWindow(t){this.wire.recordAnalytic("window-create-window");const e=await(async(t,e,n=()=>!0,i)=>{let r,s,o;const a=new Promise((t,e)=>{r=t,s=e}),c=t=>{n(t)&&(clearTimeout(o),r(t))};return await t.on(e,c),i&&(o=setTimeout(()=>s(new Error("event timed out")),i)),a.finally(()=>{t.removeListener(e,c).catch(()=>null)}),{getValue:()=>a}})(this,"fire-constructor-callback");void 0===t.waitForPageLoad&&(t.waitForPageLoad=!1),void 0===t.autoShow&&(t.autoShow=!0),v(t);const n=this.wire.environment.createChildContent({entityType:"window",options:t}),[i]=await Promise.all([e.getValue(),n]);let r;const{success:s}=i,o=i.data,{message:a}=o;r=s?{httpResponseCode:o.httpResponseCode,apiInjected:o.apiInjected}:{message:o.message,networkErrorCode:o.networkErrorCode,stack:o.stack};const c={message:a,cbPayload:r,success:s};try{this.getWebWindow().fin.__internal_.openerSuccessCBCalled()}catch(t){}return c.success?this:Promise.reject(c)}getAllFrames(){return this.wire.sendAction("get-all-frames",this.identity).then(({payload:t})=>t.data)}activateAndFocus(t){return this.wire.sendAction("activate-window-and-focus",{winIdentity:this.identity,focusIdentity:t}).then(({payload:t})=>t.data)}getBounds(t){return this.wire.sendAction("get-window-bounds",{...this.identity,options:t}).then(({payload:t})=>t.data)}center(){return this.wire.sendAction("center-window",this.identity).then(()=>{})}blur(){return this.wire.sendAction("blur-window",this.identity).then(()=>{})}bringToFront(){return this.wire.sendAction("bring-window-to-front",this.identity).then(()=>{})}animate(t,e){return this.wire.sendAction("animate-window",{transitions:t,options:e,...this.identity}).then(()=>{})}hide(){return this.wire.sendAction("hide-window",this.identity).then(()=>{})}close(t=!1){return this.wire.sendAction("close-window",{force:t,...this.identity}).then(()=>{Object.setPrototypeOf(this,null)})}focusedWebViewWasChanged(){return this.wire.sendAction("focused-webview-changed",this.identity).then(()=>{})}getNativeId(){return this.wire.sendAction("get-window-native-id",this.identity).then(({payload:t})=>t.data)}async getCurrentViews(){const{payload:t}=await this.wire.sendAction("window-get-views",this.identity);return t.data.map(t=>new E(this.wire,t))}disableFrame(){return console.warn("Function is deprecated; use disableUserMovement instead."),this.wire.sendAction("disable-window-frame",this.identity).then(()=>{})}disableUserMovement(){return this.wire.sendAction("disable-window-frame",this.identity).then(()=>{})}enableFrame(){return console.warn("Function is deprecated; use enableUserMovement instead."),this.wire.sendAction("enable-window-frame",this.identity).then(()=>{})}enableUserMovement(){return this.wire.sendAction("enable-window-frame",this.identity).then(()=>{})}flash(){return this.wire.sendAction("flash-window",this.identity).then(()=>{})}stopFlashing(){return this.wire.sendAction("stop-flash-window",this.identity).then(()=>{})}getInfo(){return this.wire.sendAction("get-window-info",this.identity).then(({payload:t})=>t.data)}async getLayout(t){this.wire.recordAnalytic("window-get-layout");const e=await this.getOptions();if(!e.layout&&!e.layoutSnapshot)throw new Error("Window does not have a Layout");return this.fin.Platform.Layout.wrap(t??this.identity)}getOptions(){return this.wire.sendAction("get-window-options",this.identity).then(({payload:t})=>t.data)}getParentApplication(){return this.wire.recordAnalytic("window-get-parent-application"),Promise.resolve(new P(this.wire,this.identity))}getParentWindow(){return this.wire.recordAnalytic("window-get-parent-window"),Promise.resolve(new P(this.wire,this.identity)).then(t=>t.getWindow())}async getSnapshot(t){const e={area:t,...this.identity};console.warn("Window.getSnapshot has been deprecated, please use Window.capturePage");return(await this.wire.sendAction("get-window-snapshot",e)).payload.data}getState(){return this.wire.sendAction("get-window-state",this.identity).then(({payload:t})=>t.data)}getWebWindow(){return this.wire.recordAnalytic("window-get-web-window"),this.wire.environment.getWebWindow(this.identity)}isMainWindow(){return this.wire.recordAnalytic("window-is-main-window"),this.me.uuid===this.me.name}isShowing(){return this.wire.sendAction("is-window-showing",this.identity).then(({payload:t})=>t.data)}maximize(){return this.wire.sendAction("maximize-window",this.identity).then(()=>{})}minimize(){return this.wire.sendAction("minimize-window",this.identity).then(()=>{})}moveBy(t,e,n){return this.wire.sendAction("move-window-by",{deltaLeft:t,deltaTop:e,positioningOptions:n,...this.identity}).then(()=>{})}moveTo(t,e,n){return this.wire.sendAction("move-window",{left:t,top:e,positioningOptions:n,...this.identity}).then(()=>{})}resizeBy(t,e,n,i){return this.wire.sendAction("resize-window-by",{deltaWidth:Math.floor(t),deltaHeight:Math.floor(e),anchor:n,positioningOptions:i,...this.identity}).then(()=>{})}resizeTo(t,e,n,i){return this.wire.sendAction("resize-window",{width:Math.floor(t),height:Math.floor(e),anchor:n,positioningOptions:i,...this.identity}).then(()=>{})}restore(){return this.wire.sendAction("restore-window",this.identity).then(()=>{})}setAsForeground(){return this.wire.sendAction("set-foreground-window",this.identity).then(()=>{})}setBounds(t,e){return this.wire.sendAction("set-window-bounds",{...t,...this.identity,positioningOptions:e}).then(()=>{})}show(t=!1){return this.wire.sendAction("show-window",{force:t,...this.identity}).then(()=>{})}showAt(t,e,n=!1){return this.wire.sendAction("show-at-window",{force:n,left:Math.floor(t),top:Math.floor(e),...this.identity}).then(()=>{})}updateOptions(t){return"frame"in t&&console.warn("Deprecation Warning: Starting with version 45 it will not be possible to change the frame value after window has been created."),this.wire.sendAction("update-window-options",{options:t,...this.identity}).then(()=>{})}authenticate(t,e){return this.wire.sendAction("window-authenticate",{userName:t,password:e,...this.identity}).then(()=>{})}async showPopupMenu(t){const{payload:e}=await this.wire.sendAction("show-popup-menu",{options:t,...this.identity});return e.data}async closePopupMenu(){return this.wire.sendAction("close-popup-menu",{...this.identity}).then(()=>{})}async dispatchPopupResult(t){this.wire.recordAnalytic("window-dispatch-popup-result"),await this.wire.sendAction("dispatch-popup-result",{data:t,...this.identity})}async print(t={content:"self"}){switch(t.content){case void 0:case"self":return super.print(t);case"screenshot":return this.wire.sendAction("print-screenshot",this.identity).then(()=>{});case"views":return this.wire.sendAction("print-views",{...this.identity,options:t}).then(()=>{});default:return}}async showDownloadBubble(t){return this.wire.sendAction("show-download-bubble",{...this.identity,anchor:t}).then(()=>{})}async updateDownloadBubbleAnchor(t){return this.wire.sendAction("update-download-bubble-anchor",{...this.identity,anchor:t}).then(()=>{})}}class k extends h{async wrap(t){this.wire.recordAnalytic("window-wrap");const e=m(t);if(e)throw new Error(e);return new S(this.wire,t)}wrapSync(t){this.wire.recordAnalytic("window-wrap-sync");const e=m(t);if(e)throw new Error(e);return new S(this.wire,t)}create(t){this.wire.recordAnalytic("create-window");return new S(this.wire,{uuid:this.me.uuid,name:t.name}).createWindow(t)}getCurrent(){if(this.wire.recordAnalytic("get-current-window"),!this.wire.me.isWindow)throw new Error("You are not in a Window context");const{uuid:t,name:e}=this.wire.me;return this.wrap({uuid:t,name:e})}getCurrentSync(){if(this.wire.recordAnalytic("get-current-window-sync"),!this.wire.me.isWindow)throw new Error("You are not in a Window context");const{uuid:t,name:e}=this.wire.me;return this.wrapSync({uuid:t,name:e})}}class L extends h{async getCategories(){const{payload:t}=await this.wire.sendAction("content-tracing-get-categories");return t.data}async startRecording(t){await this.wire.sendAction("content-tracing-start-recording",{options:t})}async stopRecording(){const{payload:t}=await this.wire.sendAction("content-tracing-stop-recording");return t.data}async getTraceBufferUsage(){const{payload:t}=await this.wire.sendAction("content-tracing-get-trace-buffer-usage");return t.data}}class T extends l{constructor(t){super(t,"system"),this.ContentTracing=new L(t)}sendExternalProcessRequest(t,e){return new Promise((n,i)=>{const r="external-process-exited";let s,o,a,c;"function"==typeof e.listener&&(a=t=>{const n=t||{};o={topic:"exited",uuid:n.processUuid||"",exitCode:n.exitCode||0},s===t.processUuid&&(e.listener(o),c.removeListener(r,a))},this.wire.me.name||(this.wire.me.name=this.wire.me.uuid),c=new S(this.wire,this.wire.me),c.on(r,a)),this.wire.sendAction(t,e).then(({payload:t})=>{s=t.data.uuid,n(t.data),o&&s===o.uuid&&(e.listener(o),c.removeListener(r,a))}).catch(t=>{c&&c.removeListener(r,a),i(t)})})}getVersion(){return this.wire.sendAction("get-version").then(({payload:t})=>t.data)}clearCache(t){return this.wire.sendAction("clear-cache",t).then(()=>{})}clearHTTPCache(){return this.wire.sendAction("clear-http-cache").then(()=>{})}clearCacheData(t){return this.wire.sendAction("clear-cache-data",t||{}).then(()=>{})}deleteCacheOnExit(){return this.wire.sendAction("delete-cache-request").then(()=>{})}exit(){return this.wire.sendAction("exit-desktop").then(()=>{})}async fetchManifest(t){const{payload:{data:e}}=await this.wire.sendAction("fetch-manifest",{manifestUrl:t});return e}flushCookieStore(){return this.wire.sendAction("flush-cookie-store").then(()=>{})}getAllWindows(){return this.wire.sendAction("get-all-windows").then(({payload:t})=>t.data)}getAllApplications(){return this.wire.sendAction("get-all-applications").then(({payload:t})=>t.data)}getCommandLineArguments(){return this.wire.sendAction("get-command-line-arguments").then(({payload:t})=>t.data)}async getCrashReporterState(){const{payload:{data:{diagnosticMode:t,isRunning:e}}}=await this.wire.sendAction("get-crash-reporter-state");return console.warn("diagnosticMode property is deprecated. It will be removed in a future version"),{diagnosticMode:t,diagnosticsMode:t,isRunning:e}}async startCrashReporter(t){const e=t,n={...e,diagnosticMode:e.diagnosticsMode||e.diagnosticMode},{payload:{data:{diagnosticMode:i,isRunning:r}}}=await this.wire.sendAction("start-crash-reporter",n);return{diagnosticMode:i,diagnosticsMode:i,isRunning:r}}getUniqueUserId(){return this.wire.sendAction("get-unique-user-id").then(({payload:t})=>t.data)}getEntityInfo(t,e){return this.wire.sendAction("get-entity-info",{uuid:t,name:e}).then(({payload:t})=>t.data)}getEnvironmentVariable(t){return this.wire.sendAction("get-environment-variable",{environmentVariables:t}).then(({payload:t})=>t.data)}getFocusedWindow(){return this.wire.sendAction("get-focused-window").then(({payload:t})=>t.data)}getFocusedContent(){return this.wire.sendAction("get-focused-content").then(({payload:t})=>t.data)}async isAppCertified(t){const{payload:{data:{certifiedInfo:e}}}=await this.wire.sendAction("is-app-certified",{manifestUrl:t});return e}getInstalledRuntimes(){return this.wire.sendAction("get-installed-runtimes").then(({payload:t})=>t.data.runtimes)}async getInstalledApps(){const{payload:{data:{installedApps:t}}}=await this.wire.sendAction("get-installed-apps");return t}getLog(t){return this.wire.sendAction("view-log",t).then(({payload:t})=>t.data)}getMachineId(){return this.wire.sendAction("get-machine-id").then(({payload:t})=>t.data)}getMinLogLevel(){return this.wire.sendAction("get-min-log-level").then(({payload:t})=>t.data)}getLogList(){return this.wire.sendAction("list-logs").then(({payload:t})=>t.data)}getMonitorInfo(){return this.wire.sendAction("get-monitor-info").then(({payload:t})=>t.data)}getMousePosition(){return this.wire.sendAction("get-mouse-position").then(({payload:t})=>t.data)}getProcessList(){return console.warn("System.getProcessList has been deprecated. Please consider using our new process APIs: Window.getProcessInfo, View.getProcessInfo, Application.getProcessInfo, System.getAllProcessInfo"),this.wire.sendAction("process-snapshot").then(({payload:t})=>t.data)}async getAllProcessInfo(){const{payload:{data:t}}=await this.wire.sendAction("get-all-process-info",this.identity);return t}getProxySettings(){return this.wire.sendAction("get-proxy-settings").then(({payload:t})=>t.data)}getRuntimeInfo(){return this.wire.sendAction("get-runtime-info").then(({payload:t})=>t.data)}getRvmInfo(){return this.wire.sendAction("get-rvm-info").then(({payload:t})=>t.data)}getHostSpecs(){return this.wire.sendAction("get-host-specs").then(({payload:t})=>t.data)}getOSInfo(){return this.wire.sendAction("get-os-info").then(({payload:t})=>t.data)}launchExternalProcess(t){return this.sendExternalProcessRequest("launch-external-process",t)}monitorExternalProcess(t){return this.sendExternalProcessRequest("monitor-external-process",t)}log(t,e,n){return this.wire.sendAction("write-to-log",{level:t,message:e,target:n??{}}).then(()=>{})}openUrlWithBrowser(t){return this.wire.sendAction("open-url-with-browser",{url:t}).then(()=>{})}async registerCustomProtocol(t){if("object"!=typeof t)throw new Error("Must provide an object with a `protocolName` property having a string value.");await this.wire.sendAction("register-custom-protocol",t)}async unregisterCustomProtocol(t){await this.wire.sendAction("unregister-custom-protocol",{protocolName:t})}async getCustomProtocolState(t){return this.wire.sendAction("get-custom-protocol-state",{protocolName:t}).then(({payload:t})=>t.data)}releaseExternalProcess(t){return this.wire.sendAction("release-external-process",{uuid:t}).then(()=>{})}showDeveloperTools(t){return this.wire.sendAction("show-developer-tools",t).then(()=>{})}terminateExternalProcess(t){return this.wire.sendAction("terminate-external-process",t).then(()=>{})}updateProxySettings(t){return this.wire.sendAction("update-proxy",t).then(()=>{})}async downloadAsset(t,e){const n=()=>{};let i=n,r=n;const s=new Promise((t,e)=>{i=t,r=e});if("openfin"!==this.wire.environment.type)throw new y("downloadAsset only supported in an OpenFin Render process");const o=g.getCallSite(),a=this.wire.environment.getNextMessageId().toString(),c=`asset-download-progress-${a}`,d=`asset-download-error-${a}`,h=`asset-download-complete-${a}`,l=t=>{const n={downloadedBytes:t.downloadedBytes,totalBytes:t.totalBytes};e(n)},p=()=>{this.removeListener(c,l)};await Promise.all([this.on(c,l),this.once(d,t=>{p();const{reason:e,err:n}=t;r(new g({reason:e,error:n},o))}),this.once(h,()=>{p(),i()})]);const u=Object.assign(t,{downloadId:a});return await this.wire.sendAction("download-asset",u).catch(t=>{throw p(),t}),s}downloadRuntime(t,e){const n=g.getCallSite();return new Promise((i,r)=>{if("openfin"!==this.wire.environment.type)return void r(new y("downloadRuntime only supported in an OpenFin Render process"));const s=this.wire.environment.getNextMessageId().toString(),o=`runtime-download-progress-${s}`,a=`runtime-download-error-${s}`,c=`runtime-download-complete-${s}`,d=t=>{const n={downloadedBytes:t.downloadedBytes,totalBytes:t.totalBytes};e(n)},h=()=>{this.removeListener(o,d)};this.on(o,d),this.once(a,t=>{h();const{reason:e,err:i}=t;r(new g({reason:e,error:i},n))}),this.once(c,()=>{h(),i()});const l=Object.assign(t,{downloadId:s});this.wire.sendAction("download-runtime",l).catch(t=>{h(),r(t)})})}downloadPreloadScripts(t){return this.wire.sendAction("download-preload-scripts",{scripts:t}).then(({payload:t})=>t.data)}getAllExternalApplications(){return this.wire.sendAction("get-all-external-applications").then(({payload:t})=>t.data)}getAppAssetInfo(t){return this.wire.sendAction("get-app-asset-info",t).then(({payload:t})=>t.data)}getCookies(t){const e=this.wire.environment.getUrl(),n=Object.assign(t,{url:e});return this.wire.sendAction("get-cookies",n).then(({payload:t})=>t.data)}setMinLogLevel(t){return this.wire.sendAction("set-min-log-level",{level:t}).then(()=>{})}resolveUuid(t){return this.wire.sendAction("resolve-uuid",{entityKey:t}).then(({payload:t})=>t.data)}executeOnRemote(t,e){return e.requestingIdentity=t,this.wire.ferryAction(e)}readRegistryValue(t,e,n){return this.wire.sendAction("read-registry-value",{rootKey:t,subkey:e,value:n}).then(({payload:t})=>t.data)}registerExternalConnection(t){return this.wire.sendAction("register-external-connection",{uuid:t}).then(({payload:t})=>t.data)}async getServiceConfiguration(t){if("string"!=typeof t.name)throw new Error("Must provide an object with a `name` property having a string value");const{name:e}=t;return this.wire.sendAction("get-service-configuration",{name:e}).then(({payload:t})=>t.data)}async getSystemAppConfig(t){if("string"!=typeof t)throw new Error("Must provide a string value for name of system app");return this.wire.sendAction("get-system-app-configuration",{name:t}).then(({payload:t})=>t.data)}async registerShutdownHandler(t){this.wire.recordAnalytic("system-register-shutdown-handler");const{uuid:e,name:n}=this.wire.me;this.on("system-shutdown",i=>{t({proceed:()=>{this.wire.environment.raiseEvent("application/system-shutdown-handled",{uuid:e,name:n,topic:"application"})}})})}runRvmHealthCheck(){return this.wire.sendAction("run-rvm-health-check").then(({payload:t})=>t.data)}async launchManifest(e,n={}){const{subscribe:i,...r}=n,s=r;if(i){const e=new t;i(e);const n="app-version-progress",r="runtime-status",o="app-version-complete",a="app-version-error",c=this.wire.environment.getNextMessageId().toString();s.appVersionId=c;const d=[o,n,r,a],h=t=>{const{appVersionId:e,topic:n,type:i,...r}=t;return{...r,type:d.find(t=>i.includes(t))}},l=t=>{const n=h(t);e.emit(n.type,n)},p=()=>{this.removeListener(`${n}.${c}`,l),this.removeListener(`${r}.${c}`,l),this.removeListener(`${o}.${c}`,l),this.removeListener(`${a}.${c}`,l),this.removeListener(`${o}.${c}`,p),this.removeListener(`${a}.${c}`,p)};await Promise.all([this.on(`${n}.${c}`,l),this.on(`${r}.${c}`,l),this.once(`${o}.${c}`,l),this.once(`${a}.${c}`,l),this.once(`${o}.${c}`,p),this.once(`${a}.${c}`,p)])}return(await this.wire.sendAction("launch-manifest",{manifestUrl:e,opts:s})).payload.data.manifest}async queryPermissionForCurrentContext(t){const e={uuid:this.wire.me.uuid,name:this.wire.me.name};return(await this.wire.sendAction("query-permission-for-current-context",{apiName:t,identity:e})).payload.data}async enableNativeWindowIntegrationProvider(t){const{payload:e}=await this.wire.sendAction("enable-native-window-integration-provider",{permissions:t});return e.data}async registerUsage({data:t,type:e}){await this.wire.sendAction("register-usage",{data:t,type:e})}async getPrinters(){const{payload:t}=await this.wire.sendAction("system-get-printers");return t.data}async updateProcessLoggingOptions(t){await this.wire.sendAction("system-update-process-logging-options",{options:t})}async getDomainSettings(){const{payload:{data:t}}=await this.wire.sendAction("get-domain-settings");return t}async setDomainSettings(t){await this.wire.sendAction("set-domain-settings",{domainSettings:t})}async getCurrentDomainSettings(t){return(await this.wire.sendAction("get-current-domain-settings",{identity:t})).payload.data}async resolveDomainSettings(t){return(await this.wire.sendAction("resolve-domain-settings",{url:t})).payload.data}async refreshExtensions(){const{payload:t}=await this.wire.sendAction("refresh-extensions");return t.data}async getInstalledExtensions(){const{payload:t}=await this.wire.sendAction("get-installed-extensions");return t.data}async serveAsset(t){return(await this.wire.sendAction("serve-asset",{options:t})).payload.data}async getThemePreferences(){return(await this.wire.sendAction("get-theme-preferences")).payload.data}async setThemePreferences(t){return(await this.wire.sendAction("set-theme-preferences",{preferences:t})).payload.data}async launchLogUploader(t){return(await this.wire.sendAction("launch-log-uploader",{options:t})).payload.data}async setThemePalette(t){return(await this.wire.sendAction("set-theme-palette",{themePalette:t})).payload.data}async getThemePalette(){const{payload:t}=await this.wire.sendAction("get-theme-palette");return t.data}}class ${constructor(){this.topicRefMap=new Map}incRefCount(t){const e=this.topicRefMap.get(t);let n;if(e){const i=e+1;n=i,this.topicRefMap.set(t,i)}else this.topicRefMap.set(t,1),n=1;return n}decRefCount(t){const e=this.topicRefMap.get(t);let n;if(e){const i=e-1;this.topicRefMap.set(t,i),n=i}else n=-1;return n}actOnFirst(t,e,n){return 1===this.incRefCount(t)?e():n()}actOnLast(t,e,n){return 0===this.decRefCount(t)?e():n()}}const F=t=>async(e,n,i)=>{const r=await t(e,n,i);return void 0===r?n:r};class G{constructor(t,e){this.providerIdentity=t,this.close=e}}class R{static defaultAction(t){throw new Error(`No action registered at target for ${t}`)}constructor(){this.subscriptions=new Map}async processAction(t,e,n){try{const i=this.subscriptions.get(t),r=i??((e,n)=>(this.defaultAction??R.defaultAction)(t,e,n)),s=this.preAction?await this.preAction(t,e,n):e,o=await r(s,n);return this.postAction?await this.postAction(t,o,n):o}catch(e){if(g.trimEndCallSites(e,/Channel.*processAction/),this.errorMiddleware)return this.errorMiddleware(t,e,n);throw e}}beforeAction(t){if(this.preAction)throw new Error("Already registered beforeAction middleware");this.preAction=F(t)}onError(t){if(this.errorMiddleware)throw new Error("Already registered error middleware");this.errorMiddleware=t}afterAction(t){if(this.postAction)throw new Error("Already registered afterAction middleware");this.postAction=F(t)}remove(t){this.subscriptions.delete(t)}setDefaultAction(t){if(this.defaultAction)throw new Error("default action can only be set once");this.defaultAction=t}register(t,e){if(this.subscriptions.has(t))throw new Error(`Subscription already registered for action: ${t}. Unsubscribe before adding new subscription`);return this.subscriptions.set(t,e),!0}}let O=class extends Error{constructor(t,e,n,i){super(t.message),this.action=e,this.dispatchPayload=n,this.name=this.constructor.name,"cause"in t&&t.cause instanceof Error&&(this.cause=t.cause),this.stack=g.prepareStackTrace(this,i)}};var W,j,H,N=function(t,e,n,i){if("a"===n&&!i)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?i:"a"===n?i.call(t):i?i.value:e.get(t)},B=function(t,e,n,i,r){if("m"===i)throw new TypeError("Private method is not writable");if("a"===i&&!r)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!r:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===i?r.call(t,n):r?r.value=n:e.set(t,n),n};const D=new Map;class V extends R{static closeChannelByEndpointId(t){const e=D.get(t);e&&N(e,H,"f").call(e)}static handleProviderDisconnect(t){for(const e of D.values())e.providerIdentity.channelId===t.channelId&&(e.disconnectListener(t),N(e,H,"f").call(e))}constructor(t,e,n){super(),W.set(this,void 0),j.set(this,void 0),this.processAction=(t,e,n)=>super.processAction(t,e,n),H.set(this,()=>{D.delete(this.endpointId),N(this,j,"f").close()}),B(this,W,new G(t,e),"f"),this.disconnectListener=()=>{},this.endpointId=t.endpointId,B(this,j,n,"f"),D.set(this.endpointId,this),n.receive(this.processAction)}get providerIdentity(){return N(this,W,"f").providerIdentity}async dispatch(t,e){if(N(this,j,"f").isEndpointConnected(this.providerIdentity.channelId)){const n=g.getCallSite();return N(this,j,"f").send(this.providerIdentity.channelId,t,e).catch(i=>{throw new O(i,t,e,n)})}throw new Error("The client you are trying to dispatch from is disconnected from the target provider.")}onDisconnection(t){this.disconnectListener=e=>{try{t(e)}catch(t){throw new Error(`Error while calling the onDisconnection callback: ${t.message}`)}finally{this.disconnectListener=()=>{}}}}async disconnect(){await this.sendDisconnectAction(),N(this,H,"f").call(this)}async sendDisconnectAction(){const t=N(this,W,"f");await t.close()}static async wireClose(t,e,n){const{channelName:i,uuid:r,name:s}=e;await t.sendAction("disconnect-from-channel",{channelName:i,uuid:r,name:s,endpointId:n})}}function U(t,e){throw new Error(`Unsupported value: ${t}${e?`\n Supported values are: ${e.join("")}`:""}`)}W=new WeakMap,j=new WeakMap,H=new WeakMap;var _,z,q,J=function(t,e,n,i,r){if("m"===i)throw new TypeError("Private method is not writable");if("a"===i&&!r)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!r:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===i?r.call(t,n):r?r.value=n:e.set(t,n),n},Y=function(t,e,n,i){if("a"===n&&!i)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?i:"a"===n?i.call(t):i?i.value:e.get(t)};class K{constructor(t,e,n,i){this.messageReceiver=e,this.endpointId=n,this.providerIdentity=i,_.set(this,void 0),z.set(this,new Map),q.set(this,new Map),this.send=async(t,e,n)=>{const i=Y(this,z,"f").get(t);if(!i)throw new Error(`Could not locate routing info for endpoint ${t}`);const r={...i};r.isLocalEndpointId&&delete r.endpointId,delete r.isLocalEndpointId;const s=Y(this,_,"f").sendAction("send-channel-message",{...r,providerIdentity:this.providerIdentity,action:e,payload:n});Y(this,q,"f").get(t)?.add(s);return(await s.catch(t=>{if("cause"in t)throw t;throw new Error(t.message)}).finally(()=>{Y(this,q,"f").get(t)?.delete(s)})).payload.data.result},this.close=async()=>{this.messageReceiver.removeEndpoint(this.providerIdentity.channelId,this.endpointId),[...Y(this,z,"f").keys()].forEach(t=>this.closeEndpoint(t)),J(this,z,new Map,"f")},J(this,_,t,"f")}onEndpointDisconnect(t,e){}receive(t){this.messageReceiver.addEndpoint(t,this.providerIdentity.channelId,this.endpointId)}async closeEndpoint(t){const e=Y(this,z,"f").get(t);Y(this,z,"f").delete(t);const n=Y(this,q,"f").get(t);n?.forEach(n=>{const i=`Channel connection with identity uuid: ${e?.uuid} / name: ${e?.name} / endpointId: ${t} no longer connected.`;n.cancel(new Error(i))})}isEndpointConnected(t){return Y(this,z,"f").has(t)}addEndpoint(t,e){Y(this,z,"f").set(t,e.endpointIdentity),Y(this,q,"f").set(t,new Set)}isValidEndpointPayload(t){return"string"==typeof t?.endpointIdentity?.endpointId||"string"==typeof t?.endpointIdentity?.channelId}}_=new WeakMap,z=new WeakMap,q=new WeakMap;const Z={version:5,minimumVersion:0,type:"classic"};function Q(t){const e={stack:t.stack,name:t.name,message:t.message,toString:()=>t.stack||t.toString()};return"cause"in t&&(e.cause=Q(t.cause)),e}var X,tt,et=function(t,e,n,i){if("a"===n&&!i)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?i:"a"===n?i.call(t):i?i.value:e.get(t)},nt=function(t,e,n,i,r){if("m"===i)throw new TypeError("Private method is not writable");if("a"===i&&!r)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!r:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===i?r.call(t,n):r?r.value=n:e.set(t,n),n};class it{static isValidEndpointPayload(t){const e=t=>"object"==typeof t&&null!==t;return e(t)&&e(t.endpointIdentity)&&e(t.rtc)&&"string"==typeof t.endpointIdentity.endpointId}constructor({rtc:t,endpointIdentity:e}){this.responseMap=new Map,X.set(this,null),tt.set(this,void 0),this.connectionStateChangeHandler=t=>{"connected"!==this.rtc.rtcClient.connectionState&&(this.rtc.rtcClient.removeEventListener("connectionstatechange",this.connectionStateChangeHandler),this.close(),et(this,tt,"f")&&et(this,tt,"f").call(this))},this.send=async(t,e)=>{const n=`message-${Math.random()}`,i=new Promise((t,e)=>{this.responseMap.set(n,{resolve:t,reject:e})});return this.rtc.channels.request.send(JSON.stringify({action:t,payload:e,messageId:n})),i},this.close=()=>{this.responseMap.forEach(t=>t.reject("Connection has closed.")),this.responseMap=new Map,this.rtc.channels.request.close(),this.rtc.channels.response.close(),this.rtc.rtcClient.close()},this.rtc=t,this.endpointIdentity=e,this.rtc.channels.response.addEventListener("message",t=>{let{data:e}=t;t.data instanceof ArrayBuffer&&(e=(new TextDecoder).decode(t.data));const{messageId:n,payload:i,success:r,error:s}=JSON.parse(e),{resolve:o,reject:a}=this.responseMap.get(n)??{};o&&a?(this.responseMap.delete(n),r?o(i):a(s)):(console.log("Could not find id in responseMap."),console.log(t))}),this.rtc.channels.request.addEventListener("message",async t=>{let{data:n}=t;t.data instanceof ArrayBuffer&&(n=(new TextDecoder).decode(t.data));const{messageId:i,action:r,payload:s}=JSON.parse(n);if(et(this,X,"f"))try{const t=await et(this,X,"f").call(this,r,s,e);this.rtc.channels.response.send(JSON.stringify({messageId:i,payload:t,success:!0}))}catch(t){"open"===this.rtc.channels.response.readyState&&this.rtc.channels.response.send(JSON.stringify({messageId:i,error:Q(t),success:!1}))}else"open"===this.rtc.channels.response.readyState&&this.rtc.channels.response.send(JSON.stringify({messageId:i,success:!1,error:"Connection not ready."}))}),this.rtc.rtcClient.addEventListener("connectionstatechange",this.connectionStateChangeHandler),Object.values(this.rtc.channels).forEach(t=>{t.onclose=t=>{[...this.responseMap.values()].forEach(t=>t.reject(new Error("RTCDataChannel closed unexpectedly, this is most commonly caused by message size. Note: RTC Channels have a message size limit of ~255kB."))),this.close(),et(this,tt,"f")&&et(this,tt,"f").call(this)}})}onDisconnect(t){if(et(this,tt,"f"))throw new Error("RTCEndpoint disconnectListener cannot be set twice.");nt(this,tt,t,"f")}receive(t){if(et(this,X,"f"))throw new Error("You have already set a listener for this RTC Endpoint.");nt(this,X,t,"f")}get connected(){return"connected"===this.rtc.rtcClient.connectionState}}X=new WeakMap,tt=new WeakMap;var rt,st,ot,at=function(t,e,n,i){if("a"===n&&!i)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?i:"a"===n?i.call(t):i?i.value:e.get(t)},ct=function(t,e,n,i,r){if("m"===i)throw new TypeError("Private method is not writable");if("a"===i&&!r)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!r:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===i?r.call(t,n):r?r.value=n:e.set(t,n),n};class dt{constructor(t,e,n){this.EndpointType=t,this.StrategyName=n,rt.set(this,null),st.set(this,new Map),ot.set(this,!0),this.send=async(t,e,n)=>this.getEndpointById(t).send(e,n),this.close=async()=>{at(this,ot,"f")&&(at(this,st,"f").forEach(t=>t.close()),ct(this,st,new Map,"f")),ct(this,ot,!1,"f")},this.isValidEndpointPayload=e}onEndpointDisconnect(t,e){this.getEndpointById(t).onDisconnect(e)}receive(t){if(at(this,rt,"f"))throw new Error(`You have already set a listener for this ${this.StrategyName} Strategy`);ct(this,rt,t,"f"),at(this,st,"f").forEach(t=>t.receive(at(this,rt,"f")))}getEndpointById(t){const e=at(this,st,"f").get(t);if(!e)throw new Error(`Client with endpoint id ${t} is not connected`);return e}get connected(){return at(this,ot,"f")}isEndpointConnected(t){return at(this,st,"f").has(t)}addEndpoint(t,e){if(!at(this,ot,"f"))return void console.warn(`Adding endpoint to disconnected ${this.StrategyName} Strategy`);const n=new this.EndpointType(e);at(this,rt,"f")&&n.receive(at(this,rt,"f")),at(this,st,"f").set(t,n)}async closeEndpoint(t){at(this,st,"f").delete(t)}}rt=new WeakMap,st=new WeakMap,ot=new WeakMap;class ht extends dt{constructor(){super(it,it.isValidEndpointPayload,"RTC")}}const lt={version:2,minimumVersion:0,type:"rtc"};class pt extends l{constructor(t){super(t,"channel"),this.ensureChannelOpened=t=>new Promise((e,n)=>{if("open"===t.readyState)e();else if("connecting"===t.readyState){const n=()=>{t.removeEventListener("open",n),e()};t.addEventListener("open",n)}else n(new Error("This Channel has already closed"))})}static createDataChannelPromise(t,e){let n;const i=new Promise(t=>{n=t}),r=i=>{const s=()=>{i.channel.removeEventListener("open",s),n(i.channel)};i.channel.label===t&&(i.channel.addEventListener("open",s),e.removeEventListener("datachannel",r))};return e.addEventListener("datachannel",r),i}async listenForProviderIce(t,e){await this.on(this.createProviderEventName(t),e,{timestamp:Date.now()})}async raiseProviderIce(t,e){await this.wire.environment.raiseEvent(this.createRouteString(this.createProviderEventName(t)),e)}async listenForClientIce(t,e){await this.on(this.createClientEventName(t),e,{timestamp:Date.now()})}async raiseClientIce(t,e){await this.wire.environment.raiseEvent(this.createRouteString(this.createClientEventName(t)),e)}cleanupIceListeners(t){this.removeAllListeners(this.createClientEventName(t)),this.removeAllListeners(this.createProviderEventName(t))}createClientEventName(t){return`ice-client-${t}`}createProviderEventName(t){return`ice-provider-${t}`}createRouteString(t){return`channel/${t}`}createRtcPeer(){return this.wire.environment.getRtcPeer()}async startClientOffer(){const t=Math.random().toString(),e=this.createRtcPeer();e.addEventListener("icecandidate",async e=>{e.candidate&&await this.raiseClientIce(t,{candidate:e.candidate?.toJSON()})}),await this.listenForProviderIce(t,async t=>{await e.addIceCandidate(t.candidate)});const n={request:e.createDataChannel("request"),response:e.createDataChannel("response")},i=await e.createOffer();await e.setLocalDescription(i);const r=Promise.all([n.request,n.response].map(this.ensureChannelOpened)).then(()=>{});return{rtcClient:e,channels:n,offer:i,rtcConnectionId:t,channelsOpened:r}}async finishClientOffer(t,e,n){return await t.setRemoteDescription(e),await n,!0}async createProviderAnswer(t,e){const n=this.createRtcPeer(),i=pt.createDataChannelPromise("request",n),r=pt.createDataChannelPromise("response",n);n.addEventListener("icecandidate",async e=>{e.candidate&&await this.raiseProviderIce(t,{candidate:e.candidate?.toJSON()})}),await this.listenForClientIce(t,async t=>{await n.addIceCandidate(t.candidate)}),await n.setRemoteDescription(e);const s=await n.createAnswer();await n.setLocalDescription(s);const o=Promise.all([i,r]).then(([e,n])=>(this.cleanupIceListeners(t),{request:e,response:n}));return{rtcClient:n,answer:s,channels:o}}}function ut(t){return[...t.split(".").reverse().entries()].reduce((t,[e,n])=>t+ +n*1e4**e,0)}function wt(t,e){const n=function(t){return t.split("/")[0]}(t);return function(t,e){return ut(t)>=ut(e)}(n,e)}var yt,ft,gt,mt,vt,Ct=function(t,e,n,i){if("a"===n&&!i)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?i:"a"===n?i.call(t):i?i.value:e.get(t)},It=function(t,e,n,i,r){if("m"===i)throw new TypeError("Private method is not writable");if("a"===i&&!r)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!r:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===i?r.call(t,n):r?r.value=n:e.set(t,n),n};class xt extends R{get connections(){return[...Ct(this,yt,"f")]}static handleClientDisconnection(t,e){if(e?.endpointId){const{uuid:n,name:i,endpointId:r,isLocalEndpointId:s}=e;Ct(t,mt,"f").call(t,{uuid:n,name:i,endpointId:r,isLocalEndpointId:s})}else{t.connections.filter(t=>t.uuid===e.uuid&&t.name===e.name).forEach(Ct(t,mt,"f"))}t.disconnectListener(e)}static setProviderRemoval(t,e){xt.removalMap.set(t,e)}constructor(t,e,n){super(),yt.set(this,void 0),ft.set(this,void 0),gt.set(this,void 0),mt.set(this,t=>{const e=this.connections.filter(e=>e.endpointId!==t.endpointId);Ct(this,gt,"f").closeEndpoint(t.endpointId),It(this,yt,e,"f")}),this.processAction=async(t,e,n)=>(xt.clientIsMultiRuntime(n)&&!wt(n.runtimeUuid,"18.87.56.0")?this.handleMultiRuntimeLegacyClient(n):this.checkForClientConnection(n),super.processAction(t,e,n)),vt.set(this,()=>{Ct(this,gt,"f").close();const t=xt.removalMap.get(this);t&&t()}),It(this,ft,new G(t,e),"f"),this.connectListener=()=>{},this.disconnectListener=()=>{},It(this,yt,[],"f"),It(this,gt,n,"f"),n.receive(this.processAction)}dispatch(t,e,n){const i=t.endpointId??this.getEndpointIdForOpenFinId(t,e);if(i&&Ct(this,gt,"f").isEndpointConnected(i)){const t=g.getCallSite();return Ct(this,gt,"f").send(i,e,n).catch(i=>{throw new O(i,e,n,t)})}return Promise.reject(new Error(`Client connection with identity uuid: ${t.uuid} / name: ${t.name} / endpointId: ${i} no longer connected.`))}async processConnection(t,e){return Ct(this,yt,"f").push(t),this.connectListener(t,e)}publish(t,e){return this.connections.map(n=>Ct(this,gt,"f").send(n.endpointId,t,e))}onConnection(t){this.connectListener=t}onDisconnection(t){this.disconnectListener=t}async destroy(){const t=Ct(this,ft,"f");t.providerIdentity,It(this,yt,[],"f"),await t.close(),Ct(this,vt,"f").call(this)}async getAllClientInfo(){return this.connections.map(t=>{const{uuid:e,name:n,endpointId:i,entityType:r,connectionUrl:s}=t;return{uuid:e,name:n,endpointId:i,entityType:r,connectionUrl:s}})}checkForClientConnection(t){if(!this.isClientConnected(t))throw new Error(`This action was sent from a client that is not connected to the provider.\n Client Identity: {uuid: ${t.uuid}, name: ${t.name}, endpointId: ${t.endpointId}}`)}isClientConnected(t){return xt.clientIdentityIncludesEndpointId(t)?this.connections.some(e=>e.endpointId===t.endpointId&&e.uuid===t.uuid&&e.name===t.name):this.isLegacyClientConnected(t)}isLegacyClientConnected(t){return this.connections.some(e=>e.uuid===t.uuid&&e.name===t.name)}handleMultiRuntimeLegacyClient(t){if(!this.isLegacyClientConnected(t))throw new Error(`This action was sent from a client that is not connected to the provider. Client Identity:\n {uuid: ${t.uuid}, name: ${t.name}, endpointId: ${t.endpointId}}`)}getEndpointIdForOpenFinId(t,e){const n=this.connections.filter(e=>e.name===t.name&&e.uuid===t.uuid);if(n.length>=2){const n=Ct(this,ft,"f"),{uuid:i,name:r}=t,s=n?.providerIdentity.uuid,o=n?.providerIdentity.name;console.warn(`WARNING: Dispatch call may have unintended results. The "to" argument of your dispatch call is missing the\n "endpointId" parameter. The identity you are dispatching to ({uuid: ${i}, name: ${r}})\n has multiple channelClients for this channel. Your dispatched action: (${e}) from the provider:\n ({uuid: ${s}, name: ${o}}) will only be processed by the most recently-created client.`)}return n.pop()?.endpointId}static clientIdentityIncludesEndpointId(t){return void 0!==t.endpointId}static clientIsMultiRuntime(t){return void 0!==t.runtimeUuid}static async wireClose(t,e){await t.sendAction("destroy-channel",{channelName:e})}}yt=new WeakMap,ft=new WeakMap,gt=new WeakMap,mt=new WeakMap,vt=new WeakMap,xt.removalMap=new WeakMap;class bt extends h{constructor(t){super(t),this.onmessage=t=>"process-channel-message"===t.action&&(this.processChannelMessage(t),!0),this.endpointMap=new Map,this.latestEndpointIdByChannelId=new Map,t.registerMessageHandler(this.onmessage.bind(this))}async processChannelMessage(t){const{senderIdentity:e,providerIdentity:n,action:i,ackToSender:r,payload:s,intendedTargetIdentity:o}=t.payload,a=o.channelId??o.endpointId??this.latestEndpointIdByChannelId.get(n.channelId),c=this.endpointMap.get(a);if(!c)return r.payload.success=!1,r.payload.reason=`Client connection with identity uuid: ${this.wire.me.uuid} / name: ${this.wire.me.name} / endpointId: ${a} no longer connected.`,r.payload.error=Q(new Error(r.payload.reason)),this.wire.sendRaw(r);try{const t=await c(i,s,e);return r.payload.payload=r.payload.payload||{},r.payload.payload.result=t,this.wire.sendRaw(r)}catch(t){return r.payload.success=!1,r.payload.reason=t.message,r.payload.error=Q(t),this.wire.sendRaw(r)}}addEndpoint(t,e,n){this.endpointMap.set(n,t),e!==n&&this.latestEndpointIdByChannelId.set(e,n)}removeEndpoint(t,e){this.endpointMap.delete(e),this.latestEndpointIdByChannelId.get(t)===e&&this.latestEndpointIdByChannelId.delete(t)}checkForPreviousClientConnection(t){const e=this.latestEndpointIdByChannelId.get(t);e&&(V.closeChannelByEndpointId(e),console.warn("You have created a second connection to an older provider. First connection has been removed from the clientMap"),console.warn("If the provider calls publish(), you may receive multiple messages."))}}class At{constructor(t){this.ProtocolsInPreferenceOrder=t,this.DefaultClientProtocols=["classic"],this.DefaultProviderProtocols=["classic"],this.getClientProtocols=t=>{const e=t?this.ProtocolsInPreferenceOrder.filter(e=>t.includes(e)):this.DefaultClientProtocols;if(!e.length)throw new Error(`No valid protocols were passed in. Accepted values are: ${this.ProtocolsInPreferenceOrder.join(", ")}.`);return e},this.getProviderProtocols=t=>{const e=t?this.ProtocolsInPreferenceOrder.filter(e=>t.includes(e)):this.DefaultProviderProtocols;if(!e.length)throw new Error(`No valid protocols were passed in. Accepted values are: ${this.ProtocolsInPreferenceOrder.join(", ")}.`);return e},this.getCompatibleProtocols=(t,e)=>e.supportedProtocols.filter(e=>t.some(t=>t.type===e.type&&e.version>=t.minimumVersion&&t.version>=(e.minimumVersion??0))).slice(0,e.maxProtocols)}}class Et{static combine(t,e){return new Et(t,e)}constructor(t,e){this.primary=t,this.secondary=e}onEndpointDisconnect(t,e){this.primary.onEndpointDisconnect(t,()=>{this.secondary.isEndpointConnected(t)||e()}),this.secondary.onEndpointDisconnect(t,()=>{this.primary.isEndpointConnected(t)||e()})}isValidEndpointPayload(t){return this.primary.isValidEndpointPayload(t)||this.secondary.isValidEndpointPayload(t)}async closeEndpoint(t){await this.primary.closeEndpoint(t),await this.secondary.closeEndpoint(t)}isEndpointConnected(t){return this.primary.isEndpointConnected(t)||this.secondary.isEndpointConnected(t)}async addEndpoint(t,e){this.primary.isValidEndpointPayload(e)&&await this.primary.addEndpoint(t,e),this.secondary.isValidEndpointPayload(e)&&await this.secondary.addEndpoint(t,e)}receive(t){this.primary.receive(t),this.secondary.receive(t)}send(t,e,n){return this.primary.isEndpointConnected(t)?this.primary.send(t,e,n):this.secondary.send(t,e,n)}async close(){await Promise.all([this.primary.close(),this.secondary.close()])}}var Pt,Mt,St=function(t,e,n,i,r){if("m"===i)throw new TypeError("Private method is not writable");if("a"===i&&!r)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!r:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===i?r.call(t,n):r?r.value=n:e.set(t,n),n},kt=function(t,e,n,i){if("a"===n&&!i)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?i:"a"===n?i.call(t):i?i.value:e.get(t)};class Lt extends h{static getProtocolOptionsFromStrings(t){return t.map(t=>{switch(t){case"rtc":return lt;case"classic":return Z;default:return U(t,["rtc","classic"])}})}constructor(t){super(t),Pt.set(this,void 0),Mt.set(this,void 0),this.removeChannelFromProviderMap=t=>{this.providerMap.delete(t)},this.onmessage=t=>"process-channel-connection"===t.action&&(this.processChannelConnection(t),!0),this.providerMap=new Map,this.protocolManager=new At("node"===this.wire.environment.type?["classic"]:["rtc","classic"]),St(this,Pt,new bt(t),"f"),St(this,Mt,new pt(t),"f"),t.registerMessageHandler(this.onmessage.bind(this))}createProvider(t,e){const n=Object.assign(this.wire.environment.getDefaultChannelOptions().create,t||{}),i=this.protocolManager.getProviderProtocols(n?.protocols),r=i.map(t=>{switch(t){case"rtc":return new ht;case"classic":return new K(this.wire,kt(this,Pt,"f"),e.channelId,e);default:return U(t,["rtc","classic"])}});let s;if(2===r.length){const[t,e]=r;s=Et.combine(t,e)}else{if(1!==r.length)throw new Error("failed to combine strategies");[s]=r}const o=new xt(e,()=>xt.wireClose(this.wire,e.channelName),s),a=e.channelId;return this.providerMap.set(a,{provider:o,strategy:s,supportedProtocols:Lt.getProtocolOptionsFromStrings(i)}),xt.setProviderRemoval(o,this.removeChannelFromProviderMap.bind(this)),o}async createClientOffer(t){const e=this.protocolManager.getClientProtocols(t?.protocols);let n;return{offer:{supportedProtocols:await Promise.all(e.map(async t=>{switch(t){case"rtc":{const{rtcClient:t,channels:e,offer:i,rtcConnectionId:r,channelsOpened:s}=await kt(this,Mt,"f").startClientOffer();return n={rtcClient:t,channels:e,channelsOpened:s},{type:"rtc",version:lt.version,payload:{offer:i,rtcConnectionId:r}}}case"classic":return{type:"classic",version:Z.version};default:return U(t,["rtc","classic"])}})),maxProtocols:2},rtc:n}}async createClientStrategy(t,e){e.endpointId||(e.endpointId=this.wire.environment.getNextMessageId(),kt(this,Pt,"f").checkForPreviousClientConnection(e.channelId));const n=e.answer??{supportedProtocols:[{type:"classic",version:1}]},i=(await Promise.all(n.supportedProtocols.map(async n=>"rtc"===n.type&&t?(await kt(this,Mt,"f").finishClientOffer(t.rtcClient,n.payload.answer,t.channelsOpened),new ht):"classic"===n.type?new K(this.wire,kt(this,Pt,"f"),e.endpointId,e):null))).filter(t=>null!==t);let r;if(t&&!i.some(t=>t instanceof ht)&&t&&t.rtcClient.close(),i.length>=2)r=Et.combine(i[0],i[1]);else{if(!i.length)throw new Error("No compatible protocols");[r]=i}const s={endpointIdentity:e,rtc:t};return r.addEndpoint(e.channelId,s),r}async processChannelConnection(t){const{clientIdentity:e,providerIdentity:n,ackToSender:i,payload:r,offer:s}=t.payload;e.endpointId?e.isLocalEndpointId=!1:(e.endpointId=this.wire.environment.getNextMessageId(),e.isLocalEndpointId=!0);const o=n.channelId,a=this.providerMap.get(o);if(!a)return i.payload.success=!1,i.payload.reason=`Channel "${n.channelName}" has been destroyed.`,this.wire.sendRaw(i);const{provider:c,strategy:d,supportedProtocols:h}=a;try{if(!(c instanceof xt))throw Error("Cannot connect to a channel client");const t=s??{supportedProtocols:[{type:"classic",version:1}],maxProtocols:1},n=this.protocolManager.getCompatibleProtocols(h,t);if(!n.length)throw new Error("This provider does not support any of the offered protocols.");const o=await c.processConnection(e,r);i.payload.payload=i.payload.payload||{};let a={supportedProtocols:[],endpointPayloadPromise:Promise.resolve({endpointIdentity:e})};return a=await n.reduce(async(t,e)=>{const n=await t;if("rtc"===e.type){const{answer:t,rtcClient:i,channels:r}=await kt(this,Mt,"f").createProviderAnswer(e.payload.rtcConnectionId,e.payload.offer);n.supportedProtocols.push({type:"rtc",version:lt.version,payload:{answer:t}}),n.endpointPayloadPromise=n.endpointPayloadPromise.then(t=>r.then(e=>({...t,rtc:{rtcClient:i,channels:e}})))}else n.supportedProtocols.push({type:"classic",version:Z.version});return n},Promise.resolve(a)),a.endpointPayloadPromise.then(t=>d.addEndpoint(e.endpointId,t)),i.payload.payload.result=o,i.payload.payload.answer=a,this.wire.sendRaw(i)}catch(t){return i.payload.success=!1,i.payload.reason=t.message,this.wire.sendRaw(i)}}}Pt=new WeakMap,Mt=new WeakMap;var Tt,$t,Ft,Gt=function(t,e,n,i,r){if("m"===i)throw new TypeError("Private method is not writable");if("a"===i&&!r)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!r:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===i?r.call(t,n):r?r.value=n:e.set(t,n),n},Rt=function(t,e,n,i){if("a"===n&&!i)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?i:"a"===n?i.call(t):i?i.value:e.get(t)};function Ot(t){const e=Math.floor(t/10),n=Math.min(3e4,500*2**e);return new Promise(t=>{setTimeout(()=>{t(!1)},n)})}class Wt extends l{constructor(e){super(e,"channel"),Tt.set(this,void 0),$t.set(this,new t),Ft.set(this,new x(async()=>{await Promise.all([this.on("disconnected",t=>{V.handleProviderDisconnect(t)}),this.on("connected",(...t)=>{Rt(this,$t,"f").emit("connected",...t)})]).catch(()=>new Error("error setting up channel connection listeners"))})),Gt(this,Tt,new Lt(e),"f")}async getAllChannels(){return this.wire.sendAction("get-all-channels").then(({payload:t})=>t.data)}async onChannelConnect(t){await this.on("connected",t)}async onChannelDisconnect(t){await this.on("disconnected",t)}async safeConnect(t,e,n){const i={count:0};do{let r=()=>{};const s=new Promise(e=>{r=n=>{t===n.channelName&&e(!0)},Rt(this,$t,"f").on("connected",r)});try{if(i.count>0){i.gotConnectedEvent=await Promise.race([Ot(i.count),s]);const e=await this.wire.sendAction("connect-to-channel",{...n,retryInfo:i});return console.log(`Successfully connected to channelName: ${t}`),e.payload.data}const e=this.wire.sendAction("connect-to-channel",n);i.originalMessageId=e.messageId;return(await e).payload.data}catch(n){if(!n.message.includes("internal-nack"))throw n;e&&0===i.count&&console.warn(`No channel found for channelName: ${t}. Waiting for connection...`)}finally{i.count+=1,Rt(this,$t,"f").removeListener("connected",r)}}while(e);throw new Error(`No channel found for channelName: ${t}.`)}async connect(t,e={}){if(await Rt(this,Ft,"f").getValue(),!t||"string"!=typeof t)throw new Error("Please provide a channelName string to connect to a channel.");const n={wait:!0,...this.wire.environment.getDefaultChannelOptions().connect,...e},{offer:i,rtc:r}=await Rt(this,Tt,"f").createClientOffer(n);let s;(this.fin.me.isFrame||this.fin.me.isView||this.fin.me.isWindow)&&(s=(await this.fin.me.getInfo()).url);const o={channelName:t,...n,offer:i,connectionUrl:s},a=await this.safeConnect(t,n.wait,o),c=await Rt(this,Tt,"f").createClientStrategy(r,a),d=new V(a,()=>V.wireClose(this.wire,a,a.endpointId),c);return c.onEndpointDisconnect(a.channelId,async()=>{try{await d.sendDisconnectAction()}catch(t){console.warn(`Something went wrong during disconnect for client with uuid: ${a.uuid} / name: ${a.name} / endpointId: ${a.endpointId}.`)}finally{V.handleProviderDisconnect(a)}}),d}async create(t,e){if(!t)throw new Error("Please provide a channelName to create a channel");const{payload:{data:n}}=await this.wire.sendAction("create-channel",{channelName:t}),i=Rt(this,Tt,"f").createProvider(e,n);return this.on("client-disconnected",e=>{e.channelName===t&&xt.handleClientDisconnection(i,e)}),i}}Tt=new WeakMap,$t=new WeakMap,Ft=new WeakMap;class jt extends h{constructor(e){super(e),this.events={subscriberAdded:"subscriber-added",subscriberRemoved:"subscriber-removed"},this.refCounter=new $,this.Channel=new Wt(e),this.emitter=new t,e.registerMessageHandler(this.onmessage.bind(this)),this.on=this.emitter.on.bind(this.emitter),this.removeAllListeners=this.emitter.removeAllListeners.bind(this.emitter)}async publish(t,e){await this.wire.sendAction("publish-message",{topic:t,message:e,sourceWindowName:this.me.name})}async send(t,e,n){const i=m(t);if(i)throw new Error(i);await this.wire.sendAction("send-message",{destinationUuid:t.uuid,destinationWindowName:t.name,topic:e,message:n,sourceWindowName:this.me.name})}subscribe(t,e,n){const i=this.createSubscriptionKey(t.uuid,t.name||"*",e);return this.emitter.on(i,n),this.refCounter.actOnFirst(i,async()=>{await this.wire.sendAction("subscribe",{sourceUuid:t.uuid,sourceWindowName:t.name||"*",topic:e,destinationWindowName:this.me.name})},()=>Promise.resolve())}unsubscribe(t,e,n){const i=t.name||"*",r=this.createSubscriptionKey(t.uuid,i,e);return this.emitter.removeListener(r,n),this.refCounter.actOnLast(r,async()=>{await this.wire.sendAction("unsubscribe",{sourceUuid:t.uuid,sourceWindowName:i,topic:e,destinationWindowName:this.me.name})},()=>new Promise(t=>t).then(()=>{}))}processMessage(t){const{payload:{message:e,sourceWindowName:n,sourceUuid:i,topic:r}}=t,s=[this.createSubscriptionKey(i,n,r),this.createSubscriptionKey(i,"*",r),this.createSubscriptionKey("*","*",r)],o={uuid:i,name:n};s.forEach(t=>{this.emitter.emit(t,e,o)})}emitSubscriverEvent(t,e){const{payload:{targetName:n,uuid:i,topic:r}}=e,s={name:n,uuid:i,topic:r};this.emitter.emit(t,s)}createSubscriptionKey(t,e,n){const i=e||"*";if(!(t&&i&&n))throw new Error("Missing uuid, name, or topic string");return function(...t){return t.map(t=>btoa(t)).join("/")}(t,i,n)}onmessage(t){const{action:e}=t;switch(e){case"process-message":this.processMessage(t);break;case this.events.subscriberAdded:this.emitSubscriverEvent(this.events.subscriberAdded,t);break;case this.events.subscriberRemoved:this.emitSubscriverEvent(this.events.subscriberRemoved,t)}return!0}}class Ht extends h{async writeText(t){await this.wire.sendAction("clipboard-write-text",t)}async readText(t){const{payload:e}=await this.wire.sendAction("clipboard-read-text",{type:t});return e.data}async writeImage(t){await this.wire.sendAction("clipboard-write-image",t)}async readImage(t={format:"dataURL"}){const{payload:e}=await this.wire.sendAction("clipboard-read-image",t);return e.data}async writeHtml(t){await this.wire.sendAction("clipboard-write-html",t)}async readHtml(t){const{payload:e}=await this.wire.sendAction("clipboard-read-html",{type:t});return e.data}async writeRtf(t){await this.wire.sendAction("clipboard-write-rtf",t)}async readRtf(t){const{payload:e}=await this.wire.sendAction("clipboard-read-rtf",{type:t});return e.data}async write(t){await this.wire.sendAction("clipboard-write",t)}async getAvailableFormats(t){const{payload:e}=await this.wire.sendAction("clipboard-read-formats",{type:t});return e.data}}class Nt extends l{constructor(t,e){super(t,"external-application",e.uuid),this.identity=e}getInfo(){return this.wire.sendAction("get-external-application-info",this.identity).then(({payload:t})=>t.data)}}class Bt extends h{wrap(t){return this.wire.recordAnalytic("external-application-wrap"),Promise.resolve(new Nt(this.wire,{uuid:t}))}wrapSync(t){return this.wire.recordAnalytic("external-application-wrap-sync"),new Nt(this.wire,{uuid:t})}}class Dt extends l{constructor(t,e){super(t,"frame",e.uuid,e.name),this.identity=e}getInfo(){return this.wire.sendAction("get-frame-info",this.identity).then(({payload:t})=>t.data)}getParentWindow(){return this.wire.sendAction("get-parent-window",this.identity).then(({payload:t})=>t.data)}}class Vt extends h{async wrap(t){this.wire.recordAnalytic("frame-wrap");const e=m(t);if(e)throw new Error(e);return new Dt(this.wire,t)}wrapSync(t){this.wire.recordAnalytic("frame-wrap-sync");const e=m(t);if(e)throw new Error(e);return new Dt(this.wire,t)}getCurrent(){return this.wire.recordAnalytic("frame-get-current"),Promise.resolve(new Dt(this.wire,this.wire.environment.getCurrentEntityIdentity()))}getCurrentSync(){return this.wire.recordAnalytic("frame-get-current-sync"),new Dt(this.wire,this.wire.environment.getCurrentEntityIdentity())}}class Ut extends l{constructor(t){super(t,"global-hotkey")}async register(t,e){await this.on(t,e),await this.wire.sendAction("global-hotkey-register",{hotkey:t})}async unregister(t){await this.removeAllListeners(t),await this.wire.sendAction("global-hotkey-unregister",{hotkey:t})}async unregisterAll(){await Promise.all(this.eventNames().filter(t=>!("registered"===t||"unregistered"===t)).map(t=>this.removeAllListeners(t))),await this.wire.sendAction("global-hotkey-unregister-all",{})}async isRegistered(t){const{payload:{data:e}}=await this.wire.sendAction("global-hotkey-is-registered",{hotkey:t});return e}}var _t,zt,qt=function(t,e,n,i,r){if("m"===i)throw new TypeError("Private method is not writable");if("a"===i&&!r)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!r:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===i?r.call(t,n):r?r.value=n:e.set(t,n),n},Jt=function(t,e,n,i){if("a"===n&&!i)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?i:"a"===n?i.call(t):i?i.value:e.get(t)};class Yt extends l{constructor(t,e,n=`custom-frame-${e.uuid}`){super(t,"application",e.uuid),_t.set(this,void 0),this.getClient=(t=this.identity)=>{if(t.uuid!==this.identity.uuid)return new Yt(this.wire,t).getClient();if(this.wire.sendAction("platform-get-client",this.identity).catch(t=>{}),!Yt.clientMap.has(Jt(this,_t,"f"))){const t=Jt(this,zt,"f").call(this);Yt.clientMap.set(Jt(this,_t,"f"),t)}return Yt.clientMap.get(Jt(this,_t,"f"))},zt.set(this,async()=>{try{const t=await this._channel.connect(Jt(this,_t,"f"),{wait:!1});return t.onDisconnection(()=>{Yt.clientMap.delete(Jt(this,_t,"f"))}),t}catch(t){throw Yt.clientMap.delete(Jt(this,_t,"f")),new Error("The targeted Platform is not currently running. Listen for application-started event for the given Uuid.")}}),this.launchLegacyManifest=this.launchContentManifest;const i=m(e);if(i)throw new Error(i);qt(this,_t,n,"f"),this._channel=this.fin.InterApplicationBus.Channel,this.identity={uuid:e.uuid},this.Layout=this.fin.Platform.Layout,this.Application=this.fin.Application.wrapSync(this.identity)}async createView(t,e,n){this.wire.sendAction("platform-create-view",this.identity).catch(t=>{});const i=await this.getClient(),r=await i.dispatch("create-view",{target:e,opts:t,targetView:n});if(!r||m(r.identity))throw new Error(`When overwriting the createView call, please return an object that has a valid 'identity' property: ${JSON.stringify(r)}`);return this.fin.View.wrapSync(r.identity)}async createWindow(t){this.wire.sendAction("platform-create-window",this.identity).catch(t=>{});const e=await this.getClient();t.reason||(t.reason="api-call");const n=await e.dispatch("create-view-container",t);if(!n||m(n.identity))throw new Error(`When overwriting the createWindow call, please return an object that has a valid 'identity' property: ${JSON.stringify(n)}`);const{identity:i}=n,r=this.fin.Window.wrapSync(i);return r.name=i.name,r.uuid=i.uuid,r}async quit(){this.wire.sendAction("platform-quit",this.identity).catch(t=>{});return(await this.getClient()).dispatch("quit")}async closeView(t){this.wire.sendAction("platform-close-view",this.identity).catch(t=>{});const e=await this.getClient();await e.dispatch("close-view",{view:t})}async reparentView(t,e){console.warn("Platform.reparentView has been deprecated, please use Platform.createView"),this.wire.sendAction("platform-reparent-view",this.identity).catch(t=>{});const n={...t,uuid:t.uuid??this.identity.uuid},i=await this.fin.View.wrap(n),r=await i.getOptions();return this.createView(r,e)}async getSnapshot(){this.wire.sendAction("platform-get-snapshot",this.identity).catch(t=>{});return(await this.getClient()).dispatch("get-snapshot")}async getViewSnapshot(t){return(await this.getClient()).dispatch("get-view-snapshot",{viewIdentity:t})}async applySnapshot(t,e){this.wire.sendAction("platform-apply-snapshot",this.identity).catch(t=>{});const n="Requested snapshot must be a valid Snapshot object, or a url or filepath to such an object.";let i;if("string"==typeof t)try{i=(await this._channel.wire.sendAction("get-application-manifest",{manifestUrl:t})).payload.data}catch(t){throw new Error(`${n}: ${t}`)}else i=t;if(!i.windows)throw new Error(n);const r=await this.getClient();return await r.dispatch("apply-snapshot",{snapshot:i,options:e}),this}async fetchManifest(t){return(await this.getClient()).dispatch("platform-fetch-manifest",{manifestUrl:t})}async launchContentManifest(t){this.wire.sendAction("platform-launch-content-manifest",this.identity).catch(()=>{});const e=await this.getClient(),n=await this.fetchManifest(t);return e.dispatch("launch-into-platform",{manifest:n,manifestUrl:t}),this}async setWindowContext(t={},e){if(this.wire.sendAction("platform-set-window-context",this.identity).catch(t=>{}),!t)throw new Error("Please provide a serializable object or string to set the context.");const n=await this.getClient(),{entityType:i}=e?await this.fin.System.getEntityInfo(e.uuid,e.name):this.fin.me;await n.dispatch("set-window-context",{context:t,entityType:i,target:e||{uuid:this.fin.me.uuid,name:this.fin.me.name}})}async getWindowContext(t){this.wire.sendAction("platform-get-window-context",this.identity).catch(t=>{});const e=await this.getClient(),{entityType:n}=t?await this.fin.System.getEntityInfo(t.uuid,t.name):this.fin.me;return e.dispatch("get-window-context",{target:t||{uuid:this.fin.me.uuid,name:this.fin.me.name},entityType:n})}async closeWindow(t,e={skipBeforeUnload:!1}){this.wire.sendAction("platform-close-window",this.identity).catch(t=>{});return(await this.getClient()).dispatch("close-window",{windowId:t,options:e})}}_t=new WeakMap,zt=new WeakMap,Yt.clientMap=new Map;class Kt{constructor(t){this.strategy=t,this.consume=async t=>(await this.strategy.getExposedFunctions(t)).reduce((e,n)=>({...e,[n.key]:this.strategy.createFunction(n,t)}),{})}}class Zt{constructor(t){this.channel=t,this.getExposedFunctions=async t=>{const{id:e}=t,{props:n}=await this.channel.dispatch(`api-meta:${e}`);return n},this.createFunction=t=>(...e)=>{const{action:n}=t.options;return this.channel.dispatch(n,{args:e})}}}const Qt=["no longer connected","RTCDataChannel closed unexpectedly","The client you are trying to dispatch from is disconnected from the target provider"],Xt=async(t,e)=>{t.register(`relay:${e}`,({action:e,target:n,payload:i})=>t.dispatch(n,e,i)),await Promise.resolve()},te=(t,e,n,i)=>async(r,s)=>{try{return await t.dispatch(`relay:${n}`,{action:r,payload:s,target:e})}catch(t){if(o=t.message,Qt.some(t=>o.includes(t))&&i)throw new Error(i);throw t}var o};var ee,ne,ie,re=function(t,e,n,i,r){if("m"===i)throw new TypeError("Private method is not writable");if("a"===i&&!r)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!r:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===i?r.call(t,n):r?r.value=n:e.set(t,n),n},se=function(t,e,n,i){if("a"===n&&!i)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?i:"a"===n?i.call(t):i?i.value:e.get(t)};class oe{constructor(t,e){ee.set(this,void 0),this.isRoot=()=>se(this,ee,"f").isRoot(this.entityId),this.exists=()=>se(this,ee,"f").exists(this.entityId),this.getParent=async()=>{const t=await se(this,ee,"f").getParent(this.entityId);if(t)return oe.getEntity(t,se(this,ee,"f"))},this.createAdjacentStack=async(t,e)=>{const n=await se(this,ee,"f").createAdjacentStack(this.entityId,t,e);return oe.getEntity({entityId:n,type:"stack"},se(this,ee,"f"))},this.getAdjacentStacks=async t=>(await se(this,ee,"f").getAdjacentStacks({targetId:this.entityId,edge:t})).map(t=>oe.getEntity({type:"stack",entityId:t.entityId},se(this,ee,"f"))),re(this,ee,t,"f"),this.entityId=e}}ee=new WeakMap,oe.newLayoutEntitiesClient=async(t,e,n)=>{const i=te(t,n,"layout-relay","You are trying to interact with a layout component on a window that does not exist or has been destroyed.");return new Kt(new Zt({dispatch:i})).consume({id:e})},oe.getEntity=(t,e)=>{const{entityId:n,type:i}=t;switch(i){case"column":case"row":return new ce(e,n,i);case"stack":return new ae(e,n);default:throw new Error(`Unrecognised Layout Entity encountered ('${JSON.stringify(t)})`)}};class ae extends oe{constructor(t,e){super(t,e),ne.set(this,void 0),this.type="stack",this.getViews=()=>se(this,ne,"f").getStackViews(this.entityId),this.addView=async(t,e={index:0})=>se(this,ne,"f").addViewToStack(this.entityId,t,e),this.removeView=async t=>{await se(this,ne,"f").removeViewFromStack(this.entityId,t)},this.setActiveView=async t=>{await se(this,ne,"f").setStackActiveView(this.entityId,t)},re(this,ne,t,"f")}}ne=new WeakMap;class ce extends oe{constructor(t,e,n){super(t,e),ie.set(this,void 0),this.getContent=async()=>(await se(this,ie,"f").getContent(this.entityId)).map(t=>oe.getEntity(t,se(this,ie,"f"))),re(this,ie,t,"f"),this.type=n}}ie=new WeakMap;const de="layout-entities";var he,le,pe,ue=function(t,e,n,i){if("a"===n&&!i)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?i:"a"===n?i.call(t):i?i.value:e.get(t)};class we extends h{static getClient(t){return ue(t,le,"f").getValue()}constructor(t,e){super(e),he.add(this),le.set(this,new I(async()=>oe.newLayoutEntitiesClient(await this.platform.getClient(),de,this.identity))),this.replace=async t=>{this.wire.sendAction("layout-replace").catch(t=>{});const e=await this.platform.getClient();await e.dispatch("replace-layout",{target:this.identity,opts:{layout:t}})},this.replaceView=async(t,e)=>{this.wire.sendAction("layout-replace-view").catch(t=>{});const n=await this.platform.getClient();await n.dispatch("replace-view",{target:this.identity,opts:{viewToReplace:t,newView:e}})},this.applyPreset=async t=>{this.wire.sendAction("layout-apply-preset").catch(t=>{});const e=await this.platform.getClient(),{presetType:n}=t;if(!n||!function(t){switch(t){case"columns":case"grid":case"rows":case"tabs":return!0;default:return!1}}(n))throw new Error("Cannot apply preset layout, please include an applicable presetType property in the PresetLayoutOptions.");await e.dispatch("apply-preset-layout",{target:this.identity,opts:{presetType:n}})};const n=m(t);if(n)throw new Error(n);this.identity=t,this.platform=this.fin.Platform.wrapSync({uuid:t.uuid}),t.uuid===this.fin.me.uuid&&t.name===this.fin.me.name&&(this.init=this.fin.Platform.Layout.init)}async getConfig(){this.wire.sendAction("layout-get-config").catch(t=>{});return(await this.platform.getClient()).dispatch("get-frame-snapshot",{target:this.identity})}async getCurrentViews(){this.wire.sendAction("layout-get-views").catch(t=>{});const t=await this.platform.getClient();return(await t.dispatch("get-layout-views",{target:this.identity})).map(t=>this.fin.View.wrapSync(t))}async getRootItem(){this.wire.sendAction("layout-get-root-item").catch(()=>{});const t=await ue(this,le,"f").getValue(),e=await t.getRoot("layoutName"in this.identity?this.identity:void 0);return oe.getEntity(e,t)}async getStackByViewIdentity(t){this.wire.sendAction("layout-get-stack-by-view").catch(()=>{});const e=await ue(this,le,"f").getValue(),n=await e.getStackByView(t);if(!n)throw new Error(`No stack found for view: ${t.uuid}/${t.name}`);return oe.getEntity(n,e)}async addView(t,{location:e,targetView:n}={}){this.wire.sendAction("layout-add-view").catch(t=>{});const{identity:i}=await ue(this,he,"m",pe).call(this,"layout-add-view",{viewOptions:t,location:e,targetView:n});return{identity:i}}async closeView(t){this.wire.sendAction("layout-close-view").catch(t=>{}),await ue(this,he,"m",pe).call(this,"layout-close-view",{viewIdentity:t})}}le=new WeakMap,he=new WeakSet,pe=async function(t,e){return(await this.platform.getClient()).dispatch(t,{target:this.identity,opts:e})};var ye,fe,ge,me,ve,Ce=function(t,e,n,i){if("a"===n&&!i)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?i:"a"===n?i.call(t):i?i.value:e.get(t)},Ie=function(t,e,n,i,r){if("m"===i)throw new TypeError("Private method is not writable");if("a"===i&&!r)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!r:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===i?r.call(t,n):r?r.value=n:e.set(t,n),n};class xe extends h{constructor(){super(...arguments),ye.add(this),fe.set(this,!1),ge.set(this,null),this.init=async(t={})=>{if(this.wire.recordAnalytic("layout-init"),!this.wire.environment.layoutAllowedInContext(this.fin))throw new Error("Layout.init can only be called from a Window context.");if(Ce(this,fe,"f"))throw new Error("Layout.init was already called, please use Layout.create to add additional layouts.");"openfin"===this.wire.environment.type&&await this.fin.Platform.getCurrentSync().getClient(),Ie(this,fe,!0,"f"),Ie(this,ge,await this.wire.environment.initLayoutManager(this.fin,this.wire,t),"f"),await this.wire.environment.applyLayoutSnapshot(this.fin,Ce(this,ge,"f"),t);const e={name:this.fin.me.name,uuid:this.fin.me.uuid};if(!t.layoutManagerOverride){const t={layoutName:"__default__",...e};return Ce(this,me,"f").call(this,t)}return this.wrapSync(e)},me.set(this,t=>{const e="[Layout] You are using a deprecated property `layoutManager` - it will throw if you access it starting in v37.",n=new Proxy({},{get(t,n){throw console.warn(`[Layout-mgr-proxy] accessing ${n.toString()}`),new Error(e)}}),i=Object.assign(this.wrapSync(t),{layoutManager:n});return new Proxy(i,{get(t,n){if("layoutManager"===n)throw console.warn(`[Layout-proxy] accessing ${n.toString()}`),new Error(e);return t[n]}})}),this.getCurrentLayoutManagerSync=()=>Ce(this,ye,"m",ve).call(this,"fin.Platform.Layout.getCurrentLayoutManagerSync()"),this.create=async t=>this.wire.environment.createLayout(Ce(this,ye,"m",ve).call(this,"fin.Platform.Layout.create()"),t),this.destroy=async t=>this.wire.environment.destroyLayout(Ce(this,ye,"m",ve).call(this,"fin.Platform.Layout.destroy()"),t)}async wrap(t){return this.wire.recordAnalytic("layout-wrap"),new we(t,this.wire)}wrapSync(t){return this.wire.recordAnalytic("layout-wrap-sync"),new we(t,this.wire)}async getCurrent(){if(this.wire.recordAnalytic("layout-get-current"),"openfin"===this.wire.environment.type&&!this.fin.me.isWindow)throw new Error("You are not in a Window context. Only Windows can have a Layout.");const{uuid:t,name:e}=this.fin.me;return this.wrap({uuid:t,name:e})}getCurrentSync(){if(this.wire.recordAnalytic("layout-get-current-sync"),"openfin"===this.wire.environment.type&&!this.fin.me.isWindow)throw new Error("You are not in a Window context. Only Windows can have a Layout.");const{uuid:t,name:e}=this.fin.me;return this.wrapSync({uuid:t,name:e})}async getLayoutByViewIdentity(t){this.wire.recordAnalytic("layout-get-by-view-identity");let e=await this.wire.environment.getViewWindowIdentity(this.fin,t);e.identity&&(e=e.identity);try{const n=this.wrapSync(e),i=await we.getClient(n),r=await i.getLayoutIdentityForViewOrThrow(t);return this.wrapSync(r)}catch(n){if(!["No action registered at target for","getLayoutIdentityForViewOrThrow is not a function"].some(t=>n.message.includes(t)))throw n;if(e.uuid===e.name)throw new Error(`View identity ${JSON.stringify(t)} is not attached to any layout in provider window ${JSON.stringify(e)}.`);return this.wrapSync(e)}}}fe=new WeakMap,ge=new WeakMap,me=new WeakMap,ye=new WeakSet,ve=function(t){if(!Ce(this,ge,"f"))throw new Error(`You must call init before using the API ${t}`);return Ce(this,ge,"f")};class be extends h{constructor(t,e){super(t),this._channel=e,this.Layout=new xe(this.wire)}async init(t){if(!fin.__internal_.isPlatform||fin.me.name!==fin.me.uuid)throw new Error("fin.Platform.init should only be called from a custom platform provider running in the main window of the application.");return this.wire.environment.initPlatform(this.fin,t)}async wrap(t){return this.wire.recordAnalytic("platform-wrap"),new Yt(this.wire,{uuid:t.uuid})}wrapSync(t){return this.wire.recordAnalytic("platform-wrap-sync"),new Yt(this.wire,{uuid:t.uuid})}async getCurrent(){return this.wire.recordAnalytic("platform-get-current"),this.wrap({uuid:this.wire.me.uuid})}getCurrentSync(){return this.wire.recordAnalytic("platform-get-current-sync"),this.wrapSync({uuid:this.wire.me.uuid})}start(t){return this.wire.recordAnalytic("platform-start"),new Promise(async(e,n)=>{try{const{uuid:n}=t,i=await this.fin.Application._create({...t,isPlatformController:!0});i.once("platform-api-ready",()=>e(this.wrapSync({uuid:n}))),i._run({uuid:n})}catch(t){n(t)}})}startFromManifest(t,e){return this.wire.recordAnalytic("platform-start-from-manifest"),new Promise(async(n,i)=>{try{const i=await this.fin.Application._createFromManifest(t);i.once("platform-api-ready",()=>n(this.wrapSync({uuid:i.identity.uuid}))),i._run(e)}catch(t){i(t)}})}}const Ae="You are not running in OpenFin.";function Ee(t,e,n){return{...{isView:"view"===t,isWindow:"window"===t,isFrame:"iframe"===t,isExternal:"external connection"===t},uuid:e,name:n,entityType:t}}const Pe=()=>`${Math.random()}${Date.now()}`,Me=(t,e)=>(...n)=>{try{return t(...n)}catch(t){throw new Error((e||"")+t)}},Se=(t,e)=>async n=>{try{await t(n)}catch(t){throw console.error(`Error thrown by handler ${e} for context type ${n.type}: ${t}`),t}},ke=(t,e)=>`You have tried to to use ${t} but ${e} has not been overridden in the Interop Broker. Please override this function. Refer to our documentation for more info.`,Le=(t,e,n,i)=>{const{uuid:r,name:s}=n;return i?`Entity with identity: ${r}/${s} has called ${i} or ${t} but ${e} has not been overridden.`:`Entity with identity: ${r}/${s} has called ${t} but ${e} has not been overridden.`},Te={fireIntent:ke("fireIntent","handleFiredIntent"),fireIntentForContext:ke("fireIntentForContext","handleFiredIntentForContext"),getInfoForIntent:ke("getInfoForIntent","handleInfoForIntent"),getInfoForIntentsByContext:ke("getInfoForIntentsByContext","handleInfoForIntentsByContext"),joinSessionContextGroupWithJoinContextGroup:"The Context Group you have tried to join is a Session Context Group. Custom Context Groups can only be defined by the Interop Broker through code or manifest configuration. Please use joinSessionContextGroup.",fdc3Open:ke("fdc3.open","fdc3HandleOpen"),fdc3FindInstances:ke("fdc3.findInstances","fdc3HandleFindInstances"),fdc3GetAppMetadata:ke("fdc3.getAppMetadata","fdc3HandleGetAppMetadata"),fdc3GetInfo:ke("fdc3.getInfo","fdc3HandleGetInfo")},$e=t=>t?"object"!=typeof t?{isValid:!1,reason:"Context must be an Object"}:t.type?{isValid:!0}:{isValid:!1,reason:"Context must have a type property"}:{isValid:!1,reason:"No context supplied"};class Fe{constructor(t,e){this.provider=t,this.id=e,this.lastContext=void 0,this.contextGroupMap=new Map,this.clients=new Map,this.registerListeners()}registerListeners(){this.provider.register(`sessionContextGroup:getContext-${this.id}`,this.getCurrentContext.bind(this)),this.provider.register(`sessionContextGroup:setContext-${this.id}`,this.setContext.bind(this)),this.provider.register(`sessionContextGroup:handlerAdded-${this.id}`,this.handlerAdded.bind(this)),this.provider.register(`sessionContextGroup:handlerRemoved-${this.id}`,this.handlerRemoved.bind(this))}getCurrentContext(t){return t.type?this.contextGroupMap.get(t.type):this.lastContext}setContext(t,e){const{context:n}=t,i=$e(n);if(!1===i.isValid)throw new Error(`Failed to set Context - bad Context. Reason: ${i.reason}. Context: ${JSON.stringify(n)}`);if(!this.getClientState(e))throw new Error(`Client with Identity: ${e.uuid} ${e.name} not in Session Client State Map`);this.contextGroupMap.set(n.type,n),this.lastContext=n;Array.from(this.clients.values()).forEach(t=>{t.contextHandlers.get(n.type)?.forEach(e=>{this.provider.dispatch(t.clientIdentity,e,n)}),t.globalHandler&&this.provider.dispatch(t.clientIdentity,t.globalHandler,n)})}getClientState(t){return this.clients.get(t.endpointId)}async handlerAdded(t,e){const{handlerId:n,contextType:i}=t,r=this.getClientState(e);if(!r)throw new Error(`Client with Identity: ${e.uuid} ${e.name} not in Client State Map`);if(i){const t=r.contextHandlers.get(i)||[];r.contextHandlers.set(i,[...t,n]);const s=this.contextGroupMap.get(i);s&&await this.provider.dispatch(e,n,s)}else{r.globalHandler=n;const t=[...this.contextGroupMap.keys()].map(async t=>{const i=this.contextGroupMap.get(t);i&&await this.provider.dispatch(e,n,i)});await Promise.all(t)}}handlerRemoved(t,e){const{handlerId:n}=t,i=this.clients.get(e.endpointId);i?(Array.from(i.contextHandlers).forEach(([,t])=>{const e=t.indexOf(n);e>-1&&t.splice(e,1)}),i.globalHandler===n&&(i.globalHandler=void 0)):console.warn(`Trying to remove a handler from a client that isn't mapped. handlerId: ${n}. clientIdentity: ${e}`)}registerNewClient(t){if(!this.clients.has(t.endpointId)){const e={contextHandlers:new Map,clientIdentity:t,globalHandler:void 0};this.clients.set(t.endpointId,e)}}onDisconnection(t){this.clients.delete(t.endpointId)}}class Ge{constructor(t,e,n){this.provider=t,this.id=e,this.clients=new Map,this.registerListeners(),this.contextByContextType=new Map,this.lastContext=void 0,this.provider.onConnection(t=>this.registerNewClient(t)),this.removePrivateChannelProvider=n,this.provider.onDisconnection(async t=>{const{endpointId:e}=t;this.clients.has(e)&&await this.handleClientDisconnecting(t),0===(await this.provider.getAllClientInfo()).length&&(this.provider.destroy(),this.removePrivateChannelProvider(this.id))})}getClientState(t){return this.clients.get(t.endpointId)}registerListeners(){this.provider.register("broadcast",this.broadcast.bind(this)),this.provider.register("getCurrentContext",this.getCurrentContext.bind(this)),this.provider.register("contextHandlerAdded",this.contextHandlerAdded.bind(this)),this.provider.register("contextHandlerRemoved",this.contextHandlerRemoved.bind(this)),this.provider.register("nonStandardHandlerRemoved",this.nonStandardHandlerRemoved.bind(this)),this.provider.register("onAddContextHandlerAdded",this.onAddContextHandlerAdded.bind(this)),this.provider.register("onDisconnectHandlerAdded",this.onDisconnectHandlerAdded.bind(this)),this.provider.register("onUnsubscribeHandlerAdded",this.onUnsubscribeHandlerAdded.bind(this)),this.provider.register("clientDisconnecting",(t,e)=>{this.handleClientDisconnecting(e)})}broadcast(t,e){const{context:n}=t;if(!this.getClientState(e))throw new Error(`Client with Identity: ${e.uuid} ${e.name}, tried to call broadcast, is not connected to this Private Channel`);const i=$e(n);if(!1===i.isValid)throw new Error(`Failed to broadcast - bad Context. Reason: ${i.reason}. Context: ${JSON.stringify(n)}`);this.contextByContextType.set(n.type,n),this.lastContext=n,Array.from(this.clients.values()).forEach(t=>{const e=t.handlerIdsByContextTypes.get(n.type);e&&e.forEach(e=>{this.provider.dispatch(t.clientIdentity,e,n)}),t.globalHandler&&this.provider.dispatch(t.clientIdentity,t.globalHandler,n)})}getCurrentContext(t,e){const{contextType:n}=t;if(!this.getClientState(e))throw new Error(`Client with Identity: ${e.uuid} ${e.name}, tried to call getCurrentContext, is not connected to this Private Channel`);if(void 0!==n){const t=this.contextByContextType.get(n);return t||null}return this.lastContext?this.lastContext:null}contextHandlerAdded(t,e){const{handlerId:n,contextType:i}=t,r=this.getClientState(e);if(!r)throw new Error(`Client with Identity: ${e.uuid} ${e.name}, tried to call addContextListener, is not connected to this Private Channel`);if(i){const t=r.handlerIdsByContextTypes.get(i)||[];r.handlerIdsByContextTypes.set(i,[...t,n])}else r.globalHandler=n;Array.from(this.clients.values()).forEach(t=>{t.clientIdentity.endpointId!==e.endpointId&&t.onAddContextListenerHandlerId&&this.provider.dispatch(t.clientIdentity,t.onAddContextListenerHandlerId,i)})}async contextHandlerRemoved(t,e){const{handlerId:n}=t,i=this.getClientState(e);if(i){let t;if(i.globalHandler===n)i.globalHandler=void 0;else for(const[e,r]of i.handlerIdsByContextTypes){const i=r.indexOf(n);i>-1&&(r.splice(i,1),t=e)}const r=(await this.getConnectedClients()).map(async n=>{const{clientIdentity:i,clientIdentity:{endpointId:r},onUnsubscribeHandlerId:s}=n;r!==e.endpointId&&s&&await this.provider.dispatch(i,s,t)});try{await Promise.all(r)}catch(t){throw console.error(`Problem when attempting to dispatch to onUnsubscribeHandlers. Error: ${t} Removing Client: ${n}. uuid: ${e.uuid}. name: ${e.name}. endpointId: ${e.endpointId}`),new Error(t)}}else console.warn(`Trying to remove a handler from a client that isn't mapped. handlerId: ${n}. uuid: ${e.uuid}. name: ${e.name}. endpointId: ${e.endpointId}.`)}nonStandardHandlerRemoved(t,e){const{handlerId:n}=t,i=this.getClientState(e);i?i.onDisconnectHandlerId===n?i.onDisconnectHandlerId=void 0:i.onAddContextListenerHandlerId===n?i.onAddContextListenerHandlerId=void 0:i.onUnsubscribeHandlerId===n&&(i.onUnsubscribeHandlerId=void 0):console.warn(`Trying to remove a handler from a client that isn't mapped. handlerId: ${n}. clientIdentity: ${e}`)}onAddContextHandlerAdded(t,e){const n=this.getClientState(e),{handlerId:i}=t;if(!n)throw new Error(`Client with Identity: ${e.uuid} ${e.name}, tried to call onAddContextListener, is not connected to this Private Channel`);n.onAddContextListenerHandlerId=i,Array.from(this.clients.values()).forEach(t=>{t.clientIdentity.endpointId!==e.endpointId&&Array.from(t.handlerIdsByContextTypes.keys()).forEach(t=>{this.provider.dispatch(e,i,t)})})}onDisconnectHandlerAdded(t,e){const n=this.getClientState(e),{handlerId:i}=t;if(!n)throw new Error(`Client with Identity: ${e.uuid} ${e.name}, tried to call onDisconnect, is not connected to this Private Channel`);n.onDisconnectHandlerId=i}onUnsubscribeHandlerAdded(t,e){const n=this.getClientState(e),{handlerId:i}=t;if(!n)throw new Error(`Client with Identity: ${e.uuid} ${e.name}, tried to call onUnsubscribe, is not connected to this Private Channel`);n.onUnsubscribeHandlerId=i}removeClient(t){const e=this.getClientState(t);if(!e)throw new Error(`Client with Identity: ${t.uuid} ${t.name}, tried to call disconnect, is not connected to this Private Channel`);e.handlerIdsByContextTypes.clear(),this.clients.delete(t.endpointId)}async fireOnDisconnectForOtherClients(t){const{endpointId:e}=t,n=(await this.getConnectedClients()).map(async t=>{const{clientIdentity:{endpointId:n},onDisconnectHandlerId:i}=t;n!==e&&i&&await this.provider.dispatch(t.clientIdentity,i)});try{await Promise.all(n)}catch(e){throw console.error(`Problem when attempting to dispatch to onDisconnectHandlers. Error: ${e} Disconnecting Client: uuid: ${t.uuid}. name: ${t.name}. endpointId: ${t.endpointId}`),new Error(e)}}async unsubscribeAll(t){const{endpointId:e}=t,n=this.clients.get(e);if(n){const e=Array.from(n.handlerIdsByContextTypes.values()).flat(),i=n.globalHandler;if(e.length>0){const n=e.map(async e=>this.contextHandlerRemoved({handlerId:e},t));try{await Promise.all(n)}catch(t){console.error(t.message)}}if(i)try{await this.contextHandlerRemoved({handlerId:i},t)}catch(t){console.error(t.message)}}}async handleClientDisconnecting(t){await this.unsubscribeAll(t),this.removeClient(t),await this.fireOnDisconnectForOtherClients(t)}registerNewClient(t){if(!this.clients.has(t.endpointId)){const e={clientIdentity:t,handlerIdsByContextTypes:new Map,globalHandler:void 0,onAddContextListenerHandlerId:void 0,onUnsubscribeHandlerId:void 0,onDisconnectHandlerId:void 0};this.clients.set(t.endpointId,e)}}async getConnectedClients(){const t=await this.provider.getAllClientInfo();return Array.from(this.clients.values()).filter(e=>{const{uuid:n,name:i}=e.clientIdentity;return t.some(t=>i===t.name&&n===t.uuid)})}static init(t,e,n){return new Ge(t,e,n)}}var Re,Oe,We,je=function(t,e,n,i,r){if("m"===i)throw new TypeError("Private method is not writable");if("a"===i&&!r)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!r:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===i?r.call(t,n):r?r.value=n:e.set(t,n),n},He=function(t,e,n,i){if("a"===n&&!i)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?i:"a"===n?i.call(t):i?i.value:e.get(t)};const Ne=[{id:"green",displayMetadata:{color:"#00CC88",name:"green"}},{id:"purple",displayMetadata:{color:"#8C61FF",name:"purple"}},{id:"orange",displayMetadata:{color:"#FF8C4C",name:"orange"}},{id:"red",displayMetadata:{color:"#FF5E60",name:"red"}},{id:"pink",displayMetadata:{color:"#FF8FB8",name:"pink"}},{id:"yellow",displayMetadata:{color:"#E9FF8F",name:"yellow"}}];class Be extends h{constructor(t,e,n){super(t),Re.set(this,void 0),Oe.set(this,void 0),We.set(this,void 0),this.getProvider=()=>He(this,We,"f").getValue(),this.interopClients=new Map,this.contextGroupsById=new Map,je(this,Oe,n.contextGroups??[...Ne],"f"),je(this,Re,n.fdc3Info,"f"),n?.logging&&(this.logging=n.logging),this.intentClientMap=new Map,this.lastContextMap=new Map,this.sessionContextGroupMap=new Map,this.privateChannelProviderMap=new Map,je(this,We,new I(e),"f"),this.setContextGroupMap(),this.setupChannelProvider()}static createClosedConstructor(...t){return class extends Be{constructor(...n){if(n.length){const[i,r,s]=n;if(s&&"object"==typeof s&&!e(s,t[2]))return console.warn("You have modified the parameters of the InteropOverride constructor. This behavior is deprecated and will be removed in a future version. You can modify these options in your manifest. Please consult our Interop docs for guidance on migrating to the new override scheme."),void super(t[0],t[1],s);console.warn("You are attempting to pass arguments to the InteropOverride constructor. This is not necessary, and these passed arguments will be ignored. You are likely using an older InteropBroker override scheme. Please consult our Interop docs for guidance on migrating to the new override scheme.")}super(...t)}}}setContext({context:t},e){this.wire.sendAction("interop-broker-set-context").catch(t=>{});const n=this.getClientState(e);if(!n||!n.contextGroupId)throw n?new Error("You must join a context group before you can set context."):new Error(`Client with Identity: ${e.uuid} ${e.name} not in Client State Map`);{const{contextGroupId:e}=n;this.setContextForGroup({context:t},e)}}setContextForGroup({context:t},e){this.wire.sendAction("interop-broker-set-context-for-group").catch(t=>{});const n=this.contextGroupsById.get(e);if(!n)throw new Error(`Unable to set context for context group that isn't in the context group mapping: ${e}.`);const i=Be.checkContextIntegrity(t);if(!1===i.isValid)throw new Error(`Failed to set Context - bad Context. Reason: ${i.reason}. Context: ${JSON.stringify(t)}`);const r=t.type;n.set(r,t),this.lastContextMap.set(e,r);Array.from(this.interopClients.values()).filter(t=>t.contextGroupId===e).forEach(e=>{for(const[,n]of e.contextHandlers)Be.isContextTypeCompatible(r,n.contextType)&&this.invokeContextHandler(e.clientIdentity,n.handlerId,t)})}getCurrentContext(t,e){this.wire.sendAction("interop-broker-get-current-context").catch(t=>{});const n=this.getClientState(e);if(!n?.contextGroupId)throw new Error("You must be a member of a context group to call getCurrentContext");const{contextGroupId:i}=n,r=this.contextGroupsById.get(i),s=this.lastContextMap.get(i),o=t?.contextType??s;return r&&o?r.get(o):void 0}async joinContextGroup({contextGroupId:t,target:e},n){if(this.wire.sendAction("interop-broker-join-context-group").catch(t=>{}),this.sessionContextGroupMap.has(t))throw new Error(Te.joinSessionContextGroupWithJoinContextGroup);if(e){Be.hasEndpointId(e)&&await this.addClientToContextGroup({contextGroupId:t},e);try{const n=this.channel.connections.filter(t=>t.uuid===e.uuid&&t.name===e.name);if(!n.length)throw new Error(`Given Identity ${e.uuid} ${e.name} is not connected to the Interop Broker.`);n.length>1&&console.warn(`More than one connection found for identity ${e.uuid} ${e.name}`);const i=[];for(const e of n)i.push(this.addClientToContextGroup({contextGroupId:t},e));await Promise.all(i)}catch(t){throw new Error(t)}}else await this.addClientToContextGroup({contextGroupId:t},n)}async addClientToContextGroup({contextGroupId:t},e){this.wire.sendAction("interop-broker-add-client-to-context-group").catch(t=>{});const n=this.getClientState(e);if(!n)throw new Error(`Client with Identity: ${e.uuid} ${e.name} not in Client State Map`);if(!this.getContextGroups().find(e=>e.id===t))throw new Error(`Attempting to join a context group that does not exist: ${t}. You may only join existing context groups.`);const i=n.contextGroupId;if(i!==t){n.contextGroupId=t,await this.setCurrentContextGroupInClientOptions(e,t);const r=this.contextGroupsById.get(t);for(const[,t]of n.contextHandlers){const{contextType:n,handlerId:i}=t;if(void 0===n)r.forEach((t,n)=>{this.invokeContextHandler(e,i,t)});else if(r.has(n)){const t=r.get(n);t&&this.invokeContextHandler(e,i,t)}}Promise.allSettled(this.channel.publish("client-changed-context-group",{identity:e,contextGroupId:t,previousContextGroupId:i||null}))}}async removeFromContextGroup({target:t},e){if(this.wire.sendAction("interop-broker-remove-from-context-group").catch(t=>{}),t){Be.hasEndpointId(t)&&await this.removeClientFromContextGroup(t);try{const e=this.channel.connections.filter(e=>e.uuid===t.uuid&&e.name===t.name);if(!e.length)throw new Error(`No connection found for given Identity ${t.uuid} ${t.name}`);e.length>1&&console.warn(`More than one connection found for identity ${t.uuid} ${t.name}`);const n=[];for(const t of e)n.push(this.removeClientFromContextGroup(t));await Promise.all(n)}catch(t){throw new Error(t)}}else await this.removeClientFromContextGroup(e)}async removeClientFromContextGroup(t){this.wire.sendAction("interop-broker-remove-client-from-context-group").catch(t=>{});const e=this.getClientState(t),n=e?.contextGroupId;e&&(e.contextGroupId=void 0),await this.setCurrentContextGroupInClientOptions(t,null),Promise.allSettled(this.channel.publish("client-changed-context-group",{identity:t,contextGroupId:null,previousContextGroupId:n||null}))}getContextGroups(){return this.wire.sendAction("interop-broker-get-context-groups").catch(t=>{}),He(this,Oe,"f").map(t=>({...t}))}getInfoForContextGroup({contextGroupId:t}){return this.wire.sendAction("interop-broker-get-info-for-context-group").catch(t=>{}),this.getContextGroups().find(e=>e.id===t)}getAllClientsInContextGroup({contextGroupId:t}){this.wire.sendAction("interop-broker-get-all-clients-in-context-group").catch(t=>{});return Array.from(this.interopClients.values()).filter(e=>e.contextGroupId===t).map(t=>t.clientIdentity)}async handleFiredIntent(t,e){const n=Le("fdc3.raiseIntent","InteropBroker.handleFiredIntent",e,"interopClient.fireIntent");throw console.warn(n),new Error(Te.fireIntent)}async setIntentTarget(t,e){this.wire.sendAction("interop-broker-set-intent-target").catch(t=>{});const n=this.intentClientMap.get(e.name),i=`intent-handler-${t.name}`;if(n){const e=n.get(i);if(e){if(e.pendingIntents.push(t),e.clientIdentity&&e.isReady){const{clientIdentity:t,pendingIntents:n}=e;try{const r=n[n.length-1];await this.invokeIntentHandler(t,i,r),e.pendingIntents=[]}catch(n){console.error(`Error invoking intent handler for client ${t.uuid}/${t.name}/${t.endpointId}`),e.isReady=!1}}}else n.set(i,{isReady:!1,pendingIntents:[t]})}else{this.intentClientMap.set(e.name,new Map);const n=this.intentClientMap.get(e.name);n&&n.set(i,{isReady:!1,pendingIntents:[t]})}}async handleInfoForIntent(t,e){const n=Le("fdc3.findIntent","InteropBroker.handleInfoForIntent",e,"interopClient.getInfoForIntent");throw console.warn(n),new Error(Te.getInfoForIntent)}async handleInfoForIntentsByContext(t,e){const n=Le("fdc3.findIntentsByContext","InteropBroker.handleInfoForIntentsByContext",e,"interopClient.getInfoForIntentsByContext");throw console.warn(n),new Error(Te.getInfoForIntentsByContext)}async handleFiredIntentForContext(t,e){const n=Le("fdc3.raiseIntentForContext","InteropBroker.handleFiredIntentForContext",e,"interopClient.fireIntentForContext");throw console.warn(n),new Error(Te.fireIntentForContext)}async clientDisconnected(t){}async fdc3HandleOpen({app:t,context:e},n){const i=Le("fdc3.open","InteropBroker.fdc3HandleOpen",n);throw console.warn(i),new Error(Te.fdc3Open)}async fdc3HandleFindInstances(t,e){const n=Le("fdc3.open","InteropBroker.fdc3HandleFindInstances",e);throw console.warn(n),new Error(Te.fdc3FindInstances)}async fdc3HandleGetAppMetadata(t,e){const n=Le("fdc3.getAppMetadata","InteropBroker.fdc3HandleGetAppMetadata",e);throw console.warn(n),new Error(Te.fdc3GetAppMetadata)}async invokeContextHandler(t,e,n){const i=await this.getProvider();try{await i.dispatch(t,e,n)}catch(i){console.error(`Error invoking context handler ${e} for context type ${n.type} in client ${t.uuid}/${t.name}/${t.endpointId}`,i)}}async invokeIntentHandler(t,e,n){const i=await this.getProvider();await i.dispatch(t,e,n)}async fdc3HandleGetInfo(t,e){const{fdc3Version:n}=t;return{fdc3Version:n,...He(this,Re,"f"),optionalFeatures:{OriginatingAppMetadata:!1,UserChannelMembershipAPIs:!0},appMetadata:{appId:"",instanceId:""}}}async getAllClientInfo(){return(await this.getProvider()).getAllClientInfo()}decorateSnapshot(t){return{...t,interopSnapshotDetails:{contextGroupStates:this.getContextGroupStates()}}}applySnapshot(t,e){const n=t?.interopSnapshotDetails?.contextGroupStates;n&&(e?.closeExistingWindows||this.updateExistingClients(n),this.rehydrateContextGroupStates(n))}updateExistingClients(t){this.interopClients.forEach(e=>{const{clientIdentity:n,contextGroupId:i,contextHandlers:r}=e;if(i){const e=t[i];for(const[,t]of Object.entries(e))r.forEach(e=>{const{handlerId:i,contextType:r}=e;Be.isContextTypeCompatible(t.type,r)&&this.invokeContextHandler(n,i,t)})}})}getContextGroupStates(){return Be.toObject(this.contextGroupsById)}rehydrateContextGroupStates(t){const e=Object.entries(t);for(const[t,n]of e){const e=Object.entries(n);for(const[n,i]of e)if(this.contextGroupsById.has(t)){this.contextGroupsById.get(t).set(n,i)}else console.warn(`Attempting to set a context group that isn't in the context group mapping. Skipping context group rehydration for: ${t}`)}}contextHandlerRegistered({contextType:t,handlerId:e},n){const i={contextType:t,handlerId:e},r=this.getClientState(n);if(r?.contextHandlers.set(e,i),r&&r.contextGroupId){const{contextGroupId:i}=r,s=this.contextGroupsById.get(i);if(void 0===t)s.forEach((t,i)=>{this.invokeContextHandler(n,e,t)});else if(s.has(t)){const i=s.get(t);i&&this.invokeContextHandler(n,e,i)}}}async intentHandlerRegistered(t,e){const{handlerId:n}=t,i=this.intentClientMap.get(e.name),r=i?.get(n);if(i)if(r){const{pendingIntents:t}=r;r.clientIdentity=e,r.isReady=!0;try{if(t.length>0){const i=t[t.length-1];await this.invokeIntentHandler(e,n,i),r.pendingIntents=[]}}catch(t){console.error(`Error invoking intent handler: ${n} for client ${e.uuid}/${e.name}/${e.endpointId}`)}}else i.set(n,{isReady:!0,pendingIntents:[],clientIdentity:e});else{this.intentClientMap.set(e.name,new Map);const t=this.intentClientMap.get(e.name);t&&t.set(n,{isReady:!0,pendingIntents:[],clientIdentity:e})}}removeContextHandler({handlerId:t},e){const n=this.getClientState(e);n&&n.contextHandlers.delete(t)}handleJoinSessionContextGroup({sessionContextGroupId:t},e){try{if(!t)throw new Error("Failed to join session context group: must specify group id.");const n=this.sessionContextGroupMap.get(t);if(n)n.registerNewClient(e);else{const n=new Fe(this.channel,t);n.registerNewClient(e),this.sessionContextGroupMap.set(t,n)}return{hasConflict:this.contextGroupsById.has(t)}}catch(t){throw new Error(t)}}getClientState(t){return this.interopClients.get(t.endpointId)}static toObject(t){const e=Object.fromEntries(t),n={};return Object.entries(e).forEach(([t,e])=>{const i=Object.fromEntries(e);n[t]=i}),n}static hasEndpointId(t){return void 0!==t.endpointId}static isContextTypeCompatible(t,e){return void 0===e||t===e}setContextGroupMap(){for(const t of this.getContextGroups())this.contextGroupsById.set(t.id,new Map)}async setCurrentContextGroupInClientOptions(t,e){try{const n=await this.fin.System.getEntityInfo(t.uuid,t.name);let i;"view"===n.entityType?i=await this.fin.View.wrap(t):"window"===n.entityType&&(i=await this.fin.Window.wrap(t)),i&&await i.updateOptions({interop:{currentContextGroup:e}})}catch(t){}}async setupChannelProvider(){try{const t=await this.getProvider();this.channel=t,this.wireChannel(t)}catch(t){throw new Error(`Error setting up Interop Broker Channel Provider: ${t}`)}}wireChannel(t){t.onConnection(async(t,e)=>{if(!await this.isConnectionAuthorized(t,e))throw new Error(`Connection not authorized for ${t.uuid}, ${t.name}`);if(!t.endpointId)throw new Error("Version too old to be compatible with Interop. Please upgrade your runtime to a more recent version.");const n={contextGroupId:void 0,contextHandlers:new Map,clientIdentity:t};e?.currentContextGroup&&this.contextGroupsById.has(e.currentContextGroup)&&(n.contextGroupId=e?.currentContextGroup),this.interopClients.set(t.endpointId,n)}),t.onDisconnection(t=>{this.interopClients.delete(t.endpointId);const e=this.intentClientMap.get(t.name);e&&t.uuid===this.fin.me.uuid&&e.forEach(t=>{t.isReady=!1}),this.sessionContextGroupMap.forEach(e=>{e.onDisconnection(t)}),this.clientDisconnected(t)}),t.beforeAction(async(t,e,n)=>{if(!await this.isActionAuthorized(t,e,n))throw new Error(`Action (${t}) not authorized for ${n.uuid}, ${n.name}`);this.logging?.beforeAction?.enabled&&console.log(t,e,n)}),t.afterAction((t,e,n)=>{if(this.logging?.afterAction?.enabled){const i=e?[t,e,n]:[t,n];console.log(...i)}}),t.register("setContext",this.setContext.bind(this)),t.register("fireIntent",this.handleFiredIntent.bind(this)),t.register("getCurrentContext",this.getCurrentContext.bind(this)),t.register("getInfoForIntent",this.handleInfoForIntent.bind(this)),t.register("getInfoForIntentsByContext",this.handleInfoForIntentsByContext.bind(this)),t.register("fireIntentForContext",this.handleFiredIntentForContext.bind(this)),t.register("getContextGroups",this.getContextGroups.bind(this)),t.register("joinContextGroup",this.joinContextGroup.bind(this)),t.register("removeFromContextGroup",this.removeFromContextGroup.bind(this)),t.register("getAllClientsInContextGroup",this.getAllClientsInContextGroup.bind(this)),t.register("getInfoForContextGroup",this.getInfoForContextGroup.bind(this)),t.register("contextHandlerRegistered",this.contextHandlerRegistered.bind(this)),t.register("intentHandlerRegistered",this.intentHandlerRegistered.bind(this)),t.register("removeContextHandler",this.removeContextHandler.bind(this)),t.register("sessionContextGroup:createIfNeeded",this.handleJoinSessionContextGroup.bind(this)),t.register("fdc3Open",this.fdc3HandleOpen.bind(this)),t.register("fdc3v2FindIntentsByContext",this.handleInfoForIntentsByContext.bind(this)),t.register("fdc3FindInstances",this.fdc3HandleFindInstances.bind(this)),t.register("fdc3GetAppMetadata",this.fdc3HandleGetAppMetadata.bind(this)),t.register("fdc3v2GetInfo",async(t,e)=>this.fdc3HandleGetInfo.bind(this)(t,e)),t.register("createPrivateChannelProvider",async t=>{const{channelId:e}=t,n=await this.fin.InterApplicationBus.Channel.create(e),i=Ge.init(n,e,t=>{this.privateChannelProviderMap.delete(t)});this.privateChannelProviderMap.set(e,i)}),t.register("isIdUsedByPrivateChannel",async t=>{const{channelId:e}=t;return this.privateChannelProviderMap.has(e)})}isConnectionAuthorized(t,e){return this.wire.sendAction("interop-broker-is-connection-authorized").catch(t=>{}),Promise.resolve(!0)}isActionAuthorized(t,e,n){return this.wire.sendAction("interop-broker-is-action-authorized").catch(t=>{}),Promise.resolve(!0)}}Re=new WeakMap,Oe=new WeakMap,We=new WeakMap,Be.checkContextIntegrity=$e;var De,Ve=function(t,e,n,i,r){if("m"===i)throw new TypeError("Private method is not writable");if("a"===i&&!r)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!r:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===i?r.call(t,n):r?r.value=n:e.set(t,n),n},Ue=function(t,e,n,i){if("a"===n&&!i)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?i:"a"===n?i.call(t):i?i.value:e.get(t)};class _e extends h{constructor(t,e,n){super(t),De.set(this,void 0),this.id=n,Ve(this,De,e,"f")}async setContext(t){this.wire.sendAction("interop-session-context-group-set-context").catch(t=>{});return(await Ue(this,De,"f")).dispatch(`sessionContextGroup:setContext-${this.id}`,{sessionContextGroupId:this.id,context:t})}async getCurrentContext(t){this.wire.sendAction("interop-session-context-group-get-context").catch(t=>{});return(await Ue(this,De,"f")).dispatch(`sessionContextGroup:getContext-${this.id}`,{sessionContextGroupId:this.id,type:t})}async addContextHandler(t,e){if(this.wire.sendAction("interop-session-context-group-add-handler").catch(t=>{}),"function"!=typeof t)throw new Error("Non-function argument passed to the first parameter 'handler'. Be aware that the argument order does not match the FDC3 standard.");const n=await Ue(this,De,"f");let i;return i=e?`sessionContextHandler:invoke-${this.id}-${e}-${Pe()}`:`sessionContextHandler:invoke-${this.id}`,n.register(i,Se(t,i)),await n.dispatch(`sessionContextGroup:handlerAdded-${this.id}`,{handlerId:i,contextType:e}),{unsubscribe:await this.createUnsubscribeCb(i)}}async createUnsubscribeCb(t){const e=await Ue(this,De,"f");return async()=>{e.remove(t),await e.dispatch(`sessionContextGroup:handlerRemoved-${this.id}`,{handlerId:t})}}getUserInstance(){return{id:this.id,setContext:Me(this.setContext.bind(this),"Failed to set context: "),getCurrentContext:Me(this.getCurrentContext.bind(this),"Failed to get context: "),addContextHandler:Me(this.addContextHandler.bind(this),"Failed to add context handler: ")}}}De=new WeakMap;var ze,qe,Je,Ye,Ke,Ze,Qe,Xe,tn=function(t,e,n,i,r){if("m"===i)throw new TypeError("Private method is not writable");if("a"===i&&!r)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!r:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===i?r.call(t,n):r?r.value=n:e.set(t,n),n},en=function(t,e,n,i){if("a"===n&&!i)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?i:"a"===n?i.call(t):i?i.value:e.get(t)};class nn{constructor(t){qe.set(this,void 0),Je.set(this,!1),Ke.set(this,async()=>{const t=await en(this,qe,"f");let e=en(nn,ze,"f",Ye).get(t);return e||(e={},en(nn,ze,"f",Ye).set(t,e)),e}),Ze.set(this,t=>{const e=[];let n;const i=t=>{e.forEach(e=>e(t))};return{callbacks:e,dispose:async n=>{const i=e.indexOf(n);if(i>=0&&(e.splice(i,1),0===e.length)){(await en(this,qe,"f")).remove(t)}},waitForRegistration:async()=>{n||(n=(async()=>{const e=await en(this,qe,"f");await e.register(t,i)})()),await n}}}),Qe.set(this,async t=>(await en(this,Ke,"f").call(this))[t]),Xe.set(this,async t=>{const e=await en(this,Ke,"f").call(this);return await en(this,Qe,"f").call(this,t)||(e[t]=en(this,Ze,"f").call(this,t)),e[t]}),this.addListener=async(t,e)=>{const n=await en(this,Xe,"f").call(this,t);n.callbacks.push(e),await n.waitForRegistration()},this.removeListener=async(t,e)=>{if(!en(this,Je,"f"))return;if(await en(this,Qe,"f").call(this,t)){const n=await en(this,Xe,"f").call(this,t);await n.dispose(e)}},tn(this,qe,t,"f"),Promise.resolve(t).then(()=>{tn(this,Je,!0,"f")}).catch(()=>{console.warn("Channel Connection error occurred in channel client. Channel-events registrations will fail.")})}}ze=nn,qe=new WeakMap,Je=new WeakMap,Ke=new WeakMap,Ze=new WeakMap,Qe=new WeakMap,Xe=new WeakMap,Ye={value:new WeakMap};var rn,sn,on,an,cn=function(t,e,n,i,r){if("m"===i)throw new TypeError("Private method is not writable");if("a"===i&&!r)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!r:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===i?r.call(t,n):r?r.value=n:e.set(t,n),n},dn=function(t,e,n,i){if("a"===n&&!i)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?i:"a"===n?i.call(t):i?i.value:e.get(t)};class hn extends h{constructor(t,e,n){super(t),rn.set(this,void 0),sn.set(this,void 0),on.set(this,void 0),an.set(this,void 0),this.addListener=async(t,e)=>{try{await dn(this,an,"f").addListener(t,e)}catch(e){throw new Error(`An unexpected error occurred when adding a listener to the event ${t}. \n${e.stack}.`)}},this.removeListener=async(t,e)=>{try{await dn(this,an,"f").removeListener(t,e)}catch(e){throw new Error(`An unexpected error occurred when removing a listener for the event ${t}. \n${e.stack}.`)}},cn(this,sn,new Map,"f"),cn(this,rn,e,"f"),cn(this,on,n,"f"),cn(this,an,new nn(e),"f")}async setContext(t){this.wire.sendAction("interop-client-set-context").catch(t=>{});return(await dn(this,rn,"f")).dispatch("setContext",{context:t})}async addContextHandler(t,e){if(this.wire.sendAction("interop-client-add-context-handler").catch(t=>{}),"function"!=typeof t)throw new Error("Non-function argument passed to the first parameter 'handler'. Be aware that the argument order does not match the FDC3 standard.");const n=await dn(this,rn,"f");let i;i=e?`invokeContextHandler-${e}-${Pe()}`:"invokeContextHandler";const r=Se(t,i);return n.register(i,r),await n.dispatch("contextHandlerRegistered",{handlerId:i,contextType:e}),{unsubscribe:async()=>{n.remove(i),await n.dispatch("removeContextHandler",{handlerId:i})}}}async getContextGroups(){this.wire.sendAction("interop-client-get-context-groups").catch(t=>{});return(await dn(this,rn,"f")).dispatch("getContextGroups")}async joinContextGroup(t,e){this.wire.sendAction("interop-client-join-context-group").catch(t=>{});const n=await dn(this,rn,"f");if(!t)throw new Error("No contextGroupId specified for joinContextGroup.");return n.dispatch("joinContextGroup",{contextGroupId:t,target:e})}async removeFromContextGroup(t){this.wire.sendAction("interop-client-remove-from-context-group").catch(t=>{});return(await dn(this,rn,"f")).dispatch("removeFromContextGroup",{target:t})}async getAllClientsInContextGroup(t){this.wire.sendAction("interop-client-get-all-clients-in-context-group").catch(t=>{});const e=await dn(this,rn,"f");if(!t)throw new Error("No contextGroupId specified for getAllClientsInContextGroup.");return e.dispatch("getAllClientsInContextGroup",{contextGroupId:t})}async getInfoForContextGroup(t){this.wire.sendAction("interop-client-get-info-for-context-group").catch(t=>{});const e=await dn(this,rn,"f");if(!t)throw new Error("No contextGroupId specified for getInfoForContextGroup.");return e.dispatch("getInfoForContextGroup",{contextGroupId:t})}async fireIntent(t){this.wire.sendAction("interop-client-fire-intent").catch(t=>{});return(await dn(this,rn,"f")).dispatch("fireIntent",t)}async registerIntentHandler(t,e,n){this.wire.sendAction("interop-client-register-intent-handler").catch(t=>{});const i=await dn(this,rn,"f"),r=`intent-handler-${e}`,s=((t,e)=>async n=>{try{return t(n)}catch(t){throw console.error(`Error thrown by handler ${e}: ${t}`),t}})(t,r);try{await i.register(r,s),await i.dispatch("intentHandlerRegistered",{handlerId:r,...n})}catch(t){throw new Error("Unable to register intent handler")}return{unsubscribe:async()=>{i.remove(r)}}}async getCurrentContext(t){this.wire.sendAction("interop-client-get-current-context").catch(t=>{});return(await dn(this,rn,"f")).dispatch("getCurrentContext",{contextType:t})}async getInfoForIntent(t){this.wire.sendAction("interop-client-get-info-for-intent").catch(t=>{});return(await dn(this,rn,"f")).dispatch("getInfoForIntent",t)}async getInfoForIntentsByContext(t){this.wire.sendAction("interop-client-get-info-for-intents-by-context").catch(t=>{});return(await dn(this,rn,"f")).dispatch("getInfoForIntentsByContext",t)}async fireIntentForContext(t){this.wire.sendAction("interop-client-fire-intent-for-context").catch(t=>{});return(await dn(this,rn,"f")).dispatch("fireIntentForContext",t)}async joinSessionContextGroup(t){try{const e=dn(this,sn,"f").get(t);if(e)return e.getUserInstance();const n=await dn(this,rn,"f"),{hasConflict:i}=await n.dispatch("sessionContextGroup:createIfNeeded",{sessionContextGroupId:t});i&&console.warn(`A (non-session) context group with the name "${t}" already exists. If you are trying to join a Context Group, call joinContextGroup instead.`);const r=new _e(this.wire,dn(this,rn,"f"),t);return dn(this,sn,"f").set(t,r),r.getUserInstance()}catch(e){throw console.error(`Error thrown trying to create Session Context Group with id "${t}": ${e}`),e}}async onDisconnection(t){this.wire.sendAction("interop-client-add-ondisconnection-listener").catch(t=>{});return(await dn(this,rn,"f")).onDisconnection(e=>{const{uuid:n}=e;t({type:"interop-broker",topic:"disconnected",brokerName:n})})}getFDC3Sync(t){return dn(this,on,"f").call(this,t,this,this.wire)}async getFDC3(t){return this.getFDC3Sync(t)}static async ferryFdc3Call(t,e,n){return(await dn(t,rn,"f")).dispatch(e,n||null)}}function ln(t,e){if(e&&"2.0"===e){const e=function(t){return["fdc3HandleFindInstances","handleInfoForIntent","handleInfoForIntentsByContext","fdc3HandleGetAppMetadata","fdc3HandleGetInfo","fdc3HandleOpen","handleFiredIntent","handleFiredIntentForContext"].filter(e=>t[e]===Be.prototype[e])}(t);e.length>0&&console.warn(`WARNING: FDC3 2.0 has been set as a default option for Views in this Platform, but the required InteropBroker APIs for FDC3 2.0 compliance have not all been overridden.\nThe following APIs need to be overridden:\n${e.join("\n")}`)}}rn=new WeakMap,sn=new WeakMap,on=new WeakMap,an=new WeakMap;class pn{constructor(t,e){this.id=e,this.client=t,this.listeners=new Map}async broadcast(t){return this.client.dispatch("broadcast",{context:t})}async getCurrentContext(t){return this.client.dispatch("getCurrentContext",{contextType:t})}async addContextListener(t,e){if("function"!=typeof e)throw new Error("Non-function argument passed to the second parameter 'handler'. Be aware that the argument order does not match the FDC3 standard.");let n;n=t?`contextHandler:invoke-${this.id}-${t}-${Pe()}`:`contextHandler:invoke-${this.id}-${Pe()}`,this.client.register(n,Se(e,n));const i={unsubscribe:await this.createContextUnsubscribeCb(n)};return this.listeners.set(n,i),await this.client.dispatch("contextHandlerAdded",{handlerId:n,contextType:t}),i}createNonStandardUnsubscribeCb(t){return async()=>{this.client.remove(t),this.listeners.delete(t),await this.client.dispatch("nonStandardHandlerRemoved",{handlerId:t})}}createContextUnsubscribeCb(t){return async()=>{this.client.remove(t),this.listeners.delete(t),await this.client.dispatch("contextHandlerRemoved",{handlerId:t})}}onAddContextListener(t){const e=`onContextHandlerAdded:invoke-${this.id}-${Pe()}`;this.client.register(e,t);const n={unsubscribe:this.createNonStandardUnsubscribeCb(e)};return this.listeners.set(e,n),this.client.dispatch("onAddContextHandlerAdded",{handlerId:e}),n}onDisconnect(t){const e=`onDisconnect:invoke-${this.id}-${Pe()}`;this.client.register(e,t);const n={unsubscribe:this.createNonStandardUnsubscribeCb(e)};return this.listeners.set(e,n),this.client.dispatch("onDisconnectHandlerAdded",{handlerId:e}),n}onUnsubscribe(t){const e=`onUnsubscribe:invoke-${this.id}-${Pe()}`;this.client.register(e,t);const n={unsubscribe:this.createNonStandardUnsubscribeCb(e)};return this.listeners.set(e,n),this.client.dispatch("onUnsubscribeHandlerAdded",{handlerId:e}),n}async cleanUpAllSubs(){Array.from(this.listeners.keys()).forEach(t=>{this.client.remove(t),this.listeners.delete(t)})}async disconnect(){try{await this.client.dispatch("clientDisconnecting"),await this.cleanUpAllSubs(),await this.client.disconnect()}catch(t){throw new Error(t.message)}}}const un=t=>({id:t.id,type:"app",broadcast:t.setContext,getCurrentContext:async e=>{const n=await t.getCurrentContext(e);return void 0===n?null:n},addContextListener:(n,i)=>{let r,s;"function"==typeof n?(console.warn("addContextListener(handler) has been deprecated. Please use addContextListener(null, handler)"),r=n):(r=i,"string"==typeof n&&(s=n));const o=(async()=>{let n=!0;const i=await t.getCurrentContext(s);return t.addContextHandler((t,s)=>{if(!n||(n=!1,!e(i,t)))return r(t,s)},s)})();return{...o,unsubscribe:()=>o.then(t=>t.unsubscribe())}}}),wn=t=>{const e=un(t);return{...e,addContextListener:async(...t)=>e.addContextListener(...t)}},yn=t=>({addContextListener:()=>{throw new fn("Channel.addContextListener",t)},broadcast:()=>{throw new fn("Channel.broadcast",t)},getCurrentContext:()=>{throw new fn("Channel.getCurrentContext",t)}});class fn extends Error{constructor(t,e="System"){super(t),this.message=`Calling ${t} on an instance of a ${e} Channel returned by fdc3.get${e}Channels is not supported. If you would like to use a ${e} Channel, please use fdc3.joinChannel, fdc3.addContextListener, and fdc3.broadcast instead.`}}var gn,mn;!function(t){t.NoResultReturned="NoResultReturned",t.IntentHandlerRejected="IntentHandlerRejected"}(gn||(gn={})),function(t){t.NoChannelFound="NoChannelFound",t.AccessDenied="AccessDenied",t.CreationFailed="CreationFailed"}(mn||(mn={}));const vn=t=>{let e=!1;const n=()=>{if(e)throw new Error("Private Channel Client has been disconnected from the Private Channel")};return{id:t.id,type:"private",broadcast:async e=>(n(),t.broadcast(e)),getCurrentContext:async e=>(n(),t.getCurrentContext(e)),addContextListener:async(e,i)=>{n();let r=i,s=e;"function"==typeof e&&(console.warn("addContextListener(handler) has been deprecated. Please use addContextListener(null, handler)"),r=e,s=null);return t.addContextListener(s,r)},onAddContextListener:e=>(n(),t.onAddContextListener(e)),disconnect:async()=>(n(),e=!0,t.disconnect()),onDisconnect:e=>(n(),t.onDisconnect(e)),onUnsubscribe:e=>(n(),t.onUnsubscribe(e))}},Cn=async(t,e,n,i)=>{const r=Pe(),s=n?{target:n,intentResolutionResultId:r}:{intentResolutionResultId:r},o=i?{name:i,context:e,metadata:s}:{...e,metadata:s},a=new Promise((e,n)=>{fin.InterApplicationBus.subscribe({uuid:"*"},r,t=>{e(t)}).catch(()=>{"other"===t.wire.environment.type&&e(void 0),n(new Error("getResult is not supported in this environment"))})}),c=async()=>{let e=await a;if(null==e)return;if("object"!=typeof e)throw new Error(gn.NoResultReturned);const{error:n}=e;if(n)throw new Error(gn.IntentHandlerRejected);if((t=>{if(t&&"object"==typeof t&&"type"in t&&"id"in t){const{type:e,id:n}=t;return"string"==typeof e&&"string"==typeof n&&("app"===e||"private"===e)}return!1})(e)){const{id:n,type:i}=e;switch(i){case"private":e=await(async t=>{try{const e=await fin.InterApplicationBus.Channel.connect(t),n=new pn(e,t);return vn(n)}catch(e){throw new Error(`Private Channel with id: ${t} doesn't exist`)}})(n);break;case"app":{const i=await t.joinSessionContextGroup(n);e=wn(i);break}}}else if(!(t=>{if(t&&"object"==typeof t&&"type"in t){const{type:e}=t;return"string"==typeof e}return!1})(e))throw new Error(gn.NoResultReturned);return e},d=i?await t.fireIntent(o):await t.fireIntentForContext(o);return"object"!=typeof d?{source:{appId:"",instanceId:""},intent:"",version:"2.0",getResult:c}:{...d,getResult:c}};var In,xn=function(t,e,n,i){if("a"===n&&!i)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?i:"a"===n?i.call(t):i?i.value:e.get(t)},bn=function(t,e,n,i,r){if("m"===i)throw new TypeError("Private method is not writable");if("a"===i&&!r)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!r:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===i?r.call(t,n):r?r.value=n:e.set(t,n),n};class An{get client(){return xn(this,In,"f").call(this)}get fin(){return this.wire.getFin()}constructor(t,e){this.wire=e,In.set(this,void 0),bn(this,In,t,"f")}async broadcast(t){return this.wire.recordAnalytic("fdc3-broadcast"),this.client.setContext(t)}async _open(t,e){this.wire.recordAnalytic("fdc3-open");try{return await hn.ferryFdc3Call(this.client,"fdc3Open",{app:t,context:e})}catch(t){const e=t.message===Te.fdc3Open?"ResolverUnavailable":t.message;throw new Error(e)}}async _getChannels(){return(await this.client.getContextGroups()).map(t=>({...t,type:"system",...yn()}))}async getOrCreateChannel(t,e){this.wire.recordAnalytic("fdc3-get-or-create-channel");if(await hn.ferryFdc3Call(this.client,"isIdUsedByPrivateChannel",{channelId:t}))throw new Error(mn.AccessDenied);const n=(await this._getChannels()).find(e=>e.id===t);if(n)return{...n,type:"system",...yn()};try{return e(await this.client.joinSessionContextGroup(t))}catch(t){throw console.error(t.message),new Error(mn.CreationFailed)}}async getSystemChannels(){return this.wire.recordAnalytic("fdc3-get-system-channels"),this._getChannels()}async joinChannel(t){this.wire.recordAnalytic("fdc3-join-channel");try{return await this.client.joinContextGroup(t)}catch(t){if(t.message===Te.joinSessionContextGroupWithJoinContextGroup?console.error("The Channel you have tried to join is an App Channel. Custom Channels can only be defined by the Interop Broker through code or manifest configuration. Please use getOrCreateChannel."):console.error(t.message),t.message.startsWith("Attempting to join a context group that does not exist"))throw new Error(mn.NoChannelFound);throw new Error(mn.AccessDenied)}}async getCurrentChannel(){this.wire.recordAnalytic("fdc3-get-current-channel");const t=await this.getCurrentContextGroupInfo();return t?this.buildChannelObject(t):null}async leaveCurrentChannel(){return this.wire.recordAnalytic("fdc3-leave-current-channel"),this.client.removeFromContextGroup()}async getCurrentContextGroupInfo(){const t=await this.client.getContextGroups(),e=t.map(async t=>this.client.getAllClientsInContextGroup(t.id));return t[(await Promise.all(e)).findIndex(t=>t.some(t=>{const{uuid:e,name:n}=t;return this.wire.me.uuid===e&&this.wire.me.name===n}))]}async buildChannelObject(t){return{...t,type:"system",addContextListener:(...[t,n])=>{let i,r;"function"==typeof t?(console.warn("addContextListener(handler) has been deprecated. Please use addContextListener(null, handler)"),i=t):(i=n,"string"==typeof t&&(r=t));const s=(async()=>{let t=!0;const n=await this.client.getCurrentContext(r);return this.client.addContextHandler((r,s)=>{if(!t||(t=!1,!e(n,r)))return i(r,s)},r)})();return{...s,unsubscribe:()=>s.then(t=>t.unsubscribe())}},broadcast:this.broadcast.bind(this),getCurrentContext:async t=>{const e=await this.client.getCurrentContext(t);return void 0===e?null:e}}}}In=new WeakMap;class En extends An{async open(t,e){await super._open(t,e)}addContextListener(t,e){let n;return this.wire.recordAnalytic("fdc3-add-context-listener"),"function"==typeof t?(console.warn("addContextListener(handler) has been deprecated. Please use addContextListener(null, handler)"),n=this.client.addContextHandler(t)):n=this.client.addContextHandler(e,null===t?void 0:t),{...n,unsubscribe:()=>n.then(t=>t.unsubscribe())}}addIntentListener(t,e){this.wire.recordAnalytic("fdc3-add-intent-listener");const n=this.client.registerIntentHandler(t=>{const{context:n,metadata:i}=t,{metadata:r}=n,s=i?.intentResolutionResultId||r?.intentResolutionResultId;s&&this.fin.InterApplicationBus.publish(s,null).catch(()=>null),e(t.context)},t,{fdc3Version:"1.2"});return{...n,unsubscribe:()=>n.then(t=>t.unsubscribe())}}async raiseIntent(t,e,n){this.wire.recordAnalytic("fdc3-raise-intent");const i=n?{name:t,context:e,metadata:{target:n}}:{name:t,context:e};try{return await this.client.fireIntent(i)}catch(t){const e=t.message===Te.fireIntent?"ResolverUnavailable":t.message;throw new Error(e)}}async findIntent(t,e){this.wire.recordAnalytic("fdc3-find-intent");try{return await this.client.getInfoForIntent({name:t,context:e})}catch(t){const e=t.message===Te.getInfoForIntent?"ResolverUnavailable":t.message;throw new Error(e)}}async findIntentsByContext(t){this.wire.recordAnalytic("fdc3-find-intents-by-context");try{return await this.client.getInfoForIntentsByContext(t)}catch(t){const e=t.message===Te.getInfoForIntentsByContext?"ResolverUnavailable":t.message;throw new Error(e)}}async raiseIntentForContext(t,e){this.wire.recordAnalytic("fdc3-raise-intent-for-context");try{return await this.client.fireIntentForContext({...t,metadata:{target:e}})}catch(t){const e=t.message===Te.fireIntentForContext?"ResolverUnavailable":t.message;throw new Error(e)}}async getOrCreateChannel(t){return super.getOrCreateChannel(t,un)}getInfo(){this.wire.recordAnalytic("fdc3-get-info");return{providerVersion:this.wire.environment.getAdapterVersionSync(),provider:`openfin-${this.wire.me.uuid}`,fdc3Version:"1.2"}}}class Pn extends An{async open(t,e){return"string"==typeof t&&console.warn("Passing a string as the app parameter is deprecated, please use an AppIdentifier ({ appId: string; instanceId?: string })."),super._open(t,e)}async findInstances(t){this.wire.recordAnalytic("fdc3-find-instances");try{return await hn.ferryFdc3Call(this.client,"fdc3FindInstances",t)}catch(t){const e=t.message===Te.fdc3FindInstances?"ResolverUnavailable":t.message;throw new Error(e)}}async getAppMetadata(t){this.wire.recordAnalytic("fdc3-get-app-metadata");try{return await hn.ferryFdc3Call(this.client,"fdc3GetAppMetadata",t)}catch(t){const e=t.message===Te.fdc3GetAppMetadata?"ResolverUnavailable":t.message;throw new Error(e)}}async addContextListener(t,e){this.wire.recordAnalytic("fdc3-add-context-listener");const n=t=>e=>{const{contextMetadata:n,...i}=e,r=n?[{...i},n]:[e,null];t(...r)};let i=e,r=n(i);return"function"==typeof t?(console.warn("addContextListener(handler) has been deprecated. Please use addContextListener(null, handler)"),i=t,r=n(i),this.client.addContextHandler(r)):this.client.addContextHandler(r,null===t?void 0:t)}async findIntent(t,e,n){this.wire.recordAnalytic("fdc3-find-intent");try{return await this.client.getInfoForIntent({name:t,context:e,metadata:{resultType:n}})}catch(t){const e=t.message===Te.getInfoForIntent?"ResolverUnavailable":t.message;throw new Error(e)}}async findIntentsByContext(t,e){this.wire.recordAnalytic("fdc3-find-intents-by-context");const n=e?{context:t,metadata:{resultType:e}}:t;try{return await hn.ferryFdc3Call(this.client,"fdc3v2FindIntentsByContext",n)}catch(t){const e=t.message===Te.getInfoForIntentsByContext?"ResolverUnavailable":t.message;throw new Error(e)}}async raiseIntent(t,e,n){this.wire.recordAnalytic("fdc3-raise-intent");try{return"string"==typeof n&&console.warn("Passing a string as the app parameter is deprecated, please use an AppIdentifier ({ appId: string; instanceId?: string })."),Cn(this.client,e,n,t)}catch(t){const e=t.message===Te.fireIntent?"ResolverUnavailable":t.message;throw new Error(e)}}async raiseIntentForContext(t,e){this.wire.recordAnalytic("fdc3-raise-intent-for-context");try{return"string"==typeof e&&console.warn("Passing a string as the app parameter is deprecated, please use an AppIdentifier ({ appId: string; instanceId?: string })."),Cn(this.client,t,e)}catch(t){const e=t.message===Te.fireIntent?"ResolverUnavailable":t.message;throw new Error(e)}}async addIntentListener(t,e){if(this.wire.recordAnalytic("fdc3-add-intent-listener"),"string"!=typeof t)throw new Error("First argument must be an Intent name");return this.client.registerIntentHandler(async t=>{let n,i;const{context:r,metadata:s}=t,{contextMetadata:o,metadata:a,...c}=r,d=s?.intentResolutionResultId||a?.intentResolutionResultId;try{const t=a?{metadata:a,...c}:{...c};n=await e(t,o),i=n}catch(t){n=t,i={error:!0}}if(d&&this.fin.InterApplicationBus.publish(d,i).catch(()=>null),n instanceof Error)throw new Error(n.message);return n},t,{fdc3Version:"2.0"})}async getOrCreateChannel(t){return super.getOrCreateChannel(t,wn)}async createPrivateChannel(){const t=Pe();await hn.ferryFdc3Call(this.client,"createPrivateChannelProvider",{channelId:t});const e=await this.fin.InterApplicationBus.Channel.connect(t),n=new pn(e,t);return vn(n)}async getUserChannels(){return(await this.client.getContextGroups()).map(t=>({...t,type:"user",...yn("User")}))}async getSystemChannels(){return console.warn("This API has been deprecated. Please use fdc3.getUserChannels instead."),super.getSystemChannels()}async joinUserChannel(t){return super.joinChannel(t)}async joinChannel(t){return console.warn("This API has been deprecated. Please use fdc3.joinUserChannel instead."),super.joinChannel(t)}async getCurrentChannel(){const t=await super.getCurrentChannel();return t?{...t,type:"user",broadcast:this.broadcast.bind(this)}:null}async getInfo(){return hn.ferryFdc3Call(this.client,"fdc3v2GetInfo",{fdc3Version:"2.0"})}}const Mn=(t,e,n)=>{switch(t){case"1.2":return new En(()=>e,n);case"2.0":return new Pn(()=>e,n);default:throw new Error(`Invalid FDC3 version provided: ${t}. Must be '1.2' or '2.0'`)}},Sn=t=>new t,kn="You have attempted to use or modify InteropBroker parameters, which is not allowed. You are likely using an older InteropBroker override scheme. Please consult our Interop docs for guidance on migrating to the new override scheme.";class Ln extends h{async init(t,e=Sn){this.wire.recordAnalytic("interop-init");const n=await this.wire.environment.getInteropInfo(this.wire.getFin()),i=function(t){const e=()=>{throw new Error(t)};return new Proxy({},{apply:e,construct:e,defineProperty:e,deleteProperty:e,get:e,getOwnPropertyDescriptor:e,getPrototypeOf:e,has:e,isExtensible:e,ownKeys:e,preventExtensions:e,set:e,setPrototypeOf:e})}(kn),r=(s=kn,o=structuredClone(n),new Proxy(o,{get:(...t)=>(console.warn(s),Reflect.get(...t)),set:(...t)=>(console.warn(s),Reflect.set(...t)),getOwnPropertyDescriptor:(...t)=>(console.warn(s),Reflect.getOwnPropertyDescriptor(...t)),ownKeys:(...t)=>(console.warn(s),Reflect.ownKeys(...t))}));var s,o;const a=async()=>{throw new Error(kn)},c=Be.createClosedConstructor(this.wire,()=>this.fin.InterApplicationBus.Channel.create(`interop-broker-${t}`),n);let d;if(Array.isArray(e)){d=new(function(...t){return e=>t.reduceRight((t,e)=>n=>e(t(n)),t=>t)(e)}(...e)(c))(i,a,r)}else d=await e(c,i,a,r);return ln(d,n.fdc3Version),d}connectSync(t,e){return this.wire.recordAnalytic("interop-connect-sync"),new hn(this.wire,this.wire.environment.whenReady().then(()=>this.fin.InterApplicationBus.Channel.connect(`interop-broker-${t}`,{payload:e})),Mn)}}const Tn=t=>`snapshot-source-provider-${t.uuid}`;var $n,Fn,Gn,Rn,On,Wn=function(t,e,n,i,r){if("m"===i)throw new TypeError("Private method is not writable");if("a"===i&&!r)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!r:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===i?r.call(t,n):r?r.value=n:e.set(t,n),n},jn=function(t,e,n,i){if("a"===n&&!i)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?i:"a"===n?i.call(t):i?i.value:e.get(t)};const Hn=new Map;class Nn extends h{constructor(t,e){super(t),$n.set(this,void 0),Fn.set(this,()=>(Hn.has(this.identity.uuid)||Hn.set(this.identity.uuid,{eventFired:null,clientPromise:null}),Hn.get(this.identity.uuid))),Gn.set(this,()=>(jn(this,Fn,"f").call(this).clientPromise||(jn(this,Fn,"f").call(this).clientPromise=jn(this,Rn,"f").call(this)),jn(this,Fn,"f").call(this).clientPromise)),Rn.set(this,async()=>{const t=Tn(this.identity);try{jn(this,Fn,"f").call(this).eventFired||await jn(this,On,"f").call(this);const e=await this.fin.InterApplicationBus.Channel.connect(t,{wait:!1});return e.onDisconnection(()=>{jn(this,Fn,"f").call(this).clientPromise=null,jn(this,Fn,"f").call(this).eventFired=null}),e}catch(t){throw jn(this,Fn,"f").call(this).clientPromise=null,new Error("The targeted SnapshotSource is not currently initialized. Await this object's ready() method.")}}),On.set(this,async()=>{const t=Tn(this.identity);let e,n;const i=new Promise((t,i)=>{e=t,n=i});jn(this,Fn,"f").call(this).eventFired=i;const r=async i=>{try{i.channelName===t&&(e(),await this.fin.InterApplicationBus.Channel.removeListener("connected",r))}catch(t){n(t)}};await this.fin.InterApplicationBus.Channel.on("connected",r)}),Wn(this,$n,e,"f")}get identity(){return jn(this,$n,"f")}async ready(){this.wire.recordAnalytic("snapshot-source-ready");try{await jn(this,Gn,"f").call(this)}catch(t){await jn(this,Fn,"f").call(this).eventFired}}async getSnapshot(){this.wire.recordAnalytic("snapshot-source-get-snapshot");const t=await jn(this,Gn,"f").call(this),e=await t.dispatch("get-snapshot");return(await e).snapshot}async applySnapshot(t){this.wire.recordAnalytic("snapshot-source-apply-snapshot");return(await jn(this,Gn,"f").call(this)).dispatch("apply-snapshot",{snapshot:t})}}$n=new WeakMap,Fn=new WeakMap,Gn=new WeakMap,Rn=new WeakMap,On=new WeakMap;class Bn extends h{async init(t){if(this.wire.recordAnalytic("snapshot-source-init"),"object"!=typeof t||"function"!=typeof t.getSnapshot||"function"!=typeof t.applySnapshot)throw new Error("you must pass in a valid SnapshotProvider");const e=await this.fin.InterApplicationBus.Channel.create(Tn(this.fin.me));e.register("get-snapshot",async()=>({snapshot:await t.getSnapshot()})),e.register("apply-snapshot",({snapshot:e})=>t.applySnapshot(e))}wrapSync(t){return this.wire.recordAnalytic("snapshot-source-wrap-sync"),new Nn(this.wire,t)}async wrap(t){return this.wire.recordAnalytic("snapshot-source-wrap"),this.wrapSync(t)}}var Dn,Vn,Un,_n,zn=function(t,e,n,i,r){if("m"===i)throw new TypeError("Private method is not writable");if("a"===i&&!r)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!r:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===i?r.call(t,n):r?r.value=n:e.set(t,n),n},qn=function(t,e,n,i){if("a"===n&&!i)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?i:"a"===n?i.call(t):i?i.value:e.get(t)};class Jn{constructor(t,e){Dn.set(this,void 0),Vn.set(this,void 0),Un.set(this,void 0),_n.set(this,new I(async()=>(await qn(this,Dn,"f").registerMessageHandler(t=>{if("notification-created"===t.action&&t.payload.managerId===qn(this,Un,"f")){const{notificationId:e,properties:n,documentUrl:i,notificationIcon:r,badge:s,image:o}=t.payload;try{qn(this,Vn,"f")?.call(this,{properties:n,images:{image:o,icon:r,badge:s},url:i,notificationId:e})}catch(t){console.error("Failed to handle notification",t)}return!0}return!1}),!0))),this.setNotificationHandler=async t=>{await qn(this,_n,"f").getValue(),zn(this,Vn,t,"f")},this.destroy=async()=>{await qn(this,Dn,"f").sendAction("destroy-notification-manager",{managerId:qn(this,Un,"f")})},this.dispatch=async t=>{const{notificationId:e,type:n}=t;await qn(this,Dn,"f").sendAction("dispatch-notification-event",{notificationId:e,type:n})},zn(this,Dn,t,"f"),zn(this,Un,e,"f")}}Dn=new WeakMap,Vn=new WeakMap,Un=new WeakMap,_n=new WeakMap;class Yn extends h{constructor(){super(...arguments),this.init=async()=>{const{payload:{data:{managerId:t}}}=await this.wire.sendAction("init-notification-manager");return new Jn(this.wire,t)}}}class Kn extends t{constructor(t){super(),this.wire=t,this.System=new T(t),this.Window=new k(t),this.Application=new M(t),this.InterApplicationBus=new jt(t),this.Clipboard=new Ht(t),this.ExternalApplication=new Bt(t),this.Frame=new Vt(t),this.GlobalHotkey=new Ut(t),this.Platform=new be(t,this.InterApplicationBus.Channel),this.View=new C(t),this.Interop=new Ln(t),this.SnapshotSource=new Bn(t),this.NotificationManager=new Yn(t),t.registerFin(this),this.me=function(t){const{uuid:e,name:n,entityType:i}=t.me,r={setContext(){throw new Error(Ae)},addContextHandler(){throw new Error(Ae)},getContextGroups(){throw new Error(Ae)},joinContextGroup(){throw new Error(Ae)},removeFromContextGroup(){throw new Error(Ae)},getAllClientsInContextGroup(){throw new Error(Ae)},getInfoForContextGroup(){throw new Error(Ae)}},s="Interop API has not been instantiated. Either connection has failed or you have not declared interop in your config.",o={setContext(){throw new Error(s)},addContextHandler(){throw new Error(s)},getContextGroups(){throw new Error(s)},joinContextGroup(){throw new Error(s)},removeFromContextGroup(){throw new Error(s)},getAllClientsInContextGroup(){throw new Error(s)},getInfoForContextGroup(){throw new Error(s)}},a={eventNames:()=>{throw new Error(Ae)},emit:()=>{throw new Error(Ae)},listeners:()=>{throw new Error(Ae)},listenerCount:()=>{throw new Error(Ae)},on:()=>{throw new Error(Ae)},addListener:()=>{throw new Error(Ae)},once:()=>{throw new Error(Ae)},prependListener:()=>{throw new Error(Ae)},prependOnceListener:()=>{throw new Error(Ae)},removeListener:()=>{throw new Error(Ae)},removeAllListeners:()=>{throw new Error(Ae)}};switch(i){case"view":return Object.assign(new E(t,{uuid:e,name:n}),Ee(i,e,n),{interop:o,isOpenFin:!0});case"window":return Object.assign(new S(t,{uuid:e,name:n}),Ee(i,e,n),{interop:o,isOpenFin:!0});case"iframe":return Object.assign(new Dt(t,{uuid:e,name:n}),Ee(i,e,n),{interop:o,isOpenFin:!0});case"external connection":return Object.assign(new Nt(t,{uuid:e}),Ee(i,e,n),{interop:o,isOpenFin:!1});default:return{...Ee(i,e,n),...a,interop:r,isOpenFin:!1}}}(t),t.on("disconnected",()=>{this.emit("disconnected")})}}function Zn(t){return Xn(t)&&"string"==typeof t.address}function Qn(t){return Zn(t)&&"string"==typeof t.token}function Xn(t){return"string"==typeof t.uuid}class ti{constructor(){this.storage=new Map}hashKeys(t){return t.map(ei).join("/")}getOrCreate(e){const n=this.hashKeys(e);return this.storage.has(n)||this.storage.set(n,new t),this.storage.get(n)}has(t){return this.storage.has(this.hashKeys(t))}delete(t){const e=this.hashKeys(t);return this.storage.delete(e)}}function ei(t){return btoa(t)}class ni extends ti{constructor(){super(...arguments),this.dispatchEvent=t=>{if(function(t){return"process-desktop-event"===t.action}(t)){const{payload:e}=t,n=function(t){const{topic:e}=t;if("frame"===e||"window"===e||"view"===e){const{uuid:n,name:i}=t;return[e,n,i]}if("application"===e){const{uuid:n}=t;return[e,n]}return[e]}(e);if(this.has(n))return this.getOrCreate(n).emit(e.type,e),!0}return!1}}}var ii,ri,si,oi,ai,ci,di,hi=function(t,e,n,i,r){if("m"===i)throw new TypeError("Private method is not writable");if("a"===i&&!r)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!r:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===i?r.call(t,n):r?r.value=n:e.set(t,n),n},li=function(t,e,n,i){if("a"===n&&!i)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?i:"a"===n?i.call(t):i?i.value:e.get(t)};class pi extends t{constructor(t,e,n){super(),ii.add(this),this.wireListeners=new Map,this.topicRefMap=new Map,this.eventAggregator=new ni,this.messageHandlers=[this.eventAggregator.dispatchEvent],ri.set(this,void 0),si.set(this,!0),oi.set(this,new Map),ai.set(this,void 0),ci.set(this,void 0),this.connectSync=()=>{li(this,ri,"f").connectSync()},this.getPort=()=>li(this,ri,"f").getPort(),hi(this,ri,t(this.onmessage.bind(this)),"f"),this.environment=e,hi(this,si,!1!==n.apiDiagnostics,"f"),this.sendRaw=li(this,ri,"f").send.bind(li(this,ri,"f")),this.registerMessageHandler(this.handleMessage.bind(this)),li(this,ri,"f").on("disconnected",()=>{for(const[,{handleNack:t}]of this.wireListeners)t({reason:"Remote connection has closed"});this.wireListeners.clear(),clearTimeout(li(this,ai,"f")),hi(this,ai,void 0,"f"),li(this,oi,"f").clear(),this.emit("disconnected")});const{uuid:i,name:r}=n,s=this.environment.getCurrentEntityType();this.me=Ee(s,i,r)}getFin(){if(!li(this,ci,"f"))throw new Error("No Fin object registered for this transport");return li(this,ci,"f")}registerFin(t){if(li(this,ci,"f"))throw new Error("Fin object has already been registered for this transport");hi(this,ci,t,"f")}recordAnalytic(t){if(li(this,si,"f")&&(li(this,oi,"f").set(t,(li(this,oi,"f").get(t)??0)+1),void 0===li(this,ai,"f"))){const t=setTimeout(()=>li(this,ii,"m",di).call(this),3e4);"object"==typeof t&&null!==t&&t.unref?.(),hi(this,ai,t,"f")}}shutdown(){return li(this,ri,"f").shutdown()}async connect(t){if(function(t){return"object"==typeof t.receiver&&Qn({...t,address:""})}(t))return await li(this,ri,"f").connect(t.receiver),this.authorize(t);if(Qn(t))return this.connectRemote(t);if(Zn(t))return this.connectByPort(t);if(function(t){return Xn(t)&&function(t){return t.runtime&&"string"==typeof t.runtime.version}(t)}(t)){const e=await this.environment.retrievePort(t);return this.connectByPort({...t,address:`ws://localhost:${e}`})}}async connectRemote(t){return await li(this,ri,"f").connect(new(this.environment.getWsConstructor())(t.address)),this.authorize(t)}async connectByPort(t){const{address:e,uuid:n}=t,i={...t,type:"file-token"},r=li(this,ri,"f");await r.connect(new(this.environment.getWsConstructor())(t.address));const s=await this.sendAction("request-external-authorization",{uuid:n,type:"file-token"},!0);if("external-authorization-response"!==s.action)throw new p(s.action);return await this.environment.writeToken(s.payload.file,s.payload.token),this.authorize(i)}async authorize(t){const e=await this.sendAction("request-authorization",t,!0);if("authorization-response"!==e.action)throw new p(e.action);if(!0!==e.payload.success)throw new g(e.payload)}sendAction(t,e={},n=!1){let i=()=>{};const r=g.getCallSite(1),s=this.environment.getNextMessageId(),o=new Promise((o,a)=>{i=a;const c={action:t,payload:e,messageId:s},d=li(this,ri,"f");return this.addWireListener(s,o,t=>this.nackHandler(t,a,r),n),d.send(c).catch(a)});return Object.assign(o,{cancel:i,messageId:s})}nackHandler(t,e,n){e("string"==typeof t?t:new g(t,n))}ferryAction(t){return new Promise((e,n)=>{const i=this.environment.getNextMessageId();t.messageId=i;const r=t=>{e(t.payload)};return li(this,ri,"f").send(t).then(()=>this.addWireListener(i,r,t=>this.nackHandler(t,n),!1)).catch(n)})}registerMessageHandler(t){this.messageHandlers.push(t)}addWireListener(t,e,n,i){i?this.uncorrelatedListener=e:this.wireListeners.has(t)?n({reason:"Duplicate handler id",error:Q(new u(String(t)))}):this.wireListeners.set(t,{resolve:e,handleNack:n})}onmessage(t){for(const e of this.messageHandlers)e.call(null,t)}handleMessage(t){const e=t.correlationId||NaN;if("correlationId"in t){if(!this.wireListeners.has(e))return!1;{const{resolve:n,handleNack:i}=this.wireListeners.get(e);"ack"!==t.action?i({reason:"Did not receive ack action",error:Q(new w(t.action))}):"payload"in t?t.payload.success?n.call(null,t):i(t.payload):"string"==typeof t.reason?i(t):(console.warn("Received invalid response from core",t),i({reason:"invalid response shape",error:Q(new Error("Invalid response shape"))})),this.wireListeners.delete(e)}}else this.uncorrelatedListener&&this.uncorrelatedListener.call(null,t),this.uncorrelatedListener=()=>{};return!0}}ri=new WeakMap,si=new WeakMap,oi=new WeakMap,ai=new WeakMap,ci=new WeakMap,ii=new WeakSet,di=function(){if(hi(this,ai,void 0,"f"),0===li(this,oi,"f").size)return;const t=Object.fromEntries(li(this,oi,"f"));li(this,oi,"f").clear(),this.sendAction("send-analytics-batch",{counts:t}).catch(()=>{})};const ui=new Map([["debug",0],["info",1],["warn",2],["error",3],["none",4]]),wi=t=>"string"==typeof t?t:t instanceof Error?t.stack||t.message:JSON.stringify(t);class yi{static setGlobalLogLevel(t){yi.LOG_LEVEL=t??"error"}static setCustomLogger(t){yi.customLogger=t}constructor(...t){this.scopes=t}log(t,...e){const n=ui.get(t)??3;if((ui.get(yi.LOG_LEVEL)??3)<=n){const r=[`[${(new Date).toISOString()}]`,...(i=this.scopes,i.map(t=>`[${t}]`)),...e];if(yi.customLogger){const e=r.map(wi).join(" ");yi.customLogger[t](e)}else 1===n?console.log(...r):console[t](...r)}var i}warn(...t){this.log("warn",...t)}error(...t){this.log("error",...t)}info(...t){this.log("info",...t)}debug(...t){this.log("debug",...t)}static getLogger(...t){return new yi(...t)}getLogger(...t){return new yi(...this.scopes,...t)}}yi.LOG_LEVEL="error";const fi=yi.getLogger("@openfin/core-web/client"),gi=fi.getLogger("data-channel"),mi=t=>`data-channel-${t.me.uuid}`,vi=async(t,e)=>{const n=async n=>t.dispatch("page-title-updated",{data:{identity:e,title:n}}).catch(t=>{gi.warn("Failed to dispatch title change",t)});document.title&&await n(document.title),s(document.head,n)};function Ci(t,e){if(!function(t){return"string"==typeof t}(t))throw new Error(`Property ${e} has invalid type. Expected string, got ${typeof t}.`)}const Ii=()=>t=>t,xi="web-broker-ports-ready",bi=fi.getLogger("get-web-interop-ports");function Ai(t,e,n,i){if("a"===n&&!i)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?i:"a"===n?i.call(t):i?i.value:e.get(t)}function Ei(t,e,n,i,r){if("m"===i)throw new TypeError("Private method is not writable");if("a"===i&&!r)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!r:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===i?r.call(t,n):r?r.value=n:e.set(t,n),n}var Pi,Mi,Si;"function"==typeof SuppressedError&&SuppressedError;class ki extends t{constructor(t,e){super(),Pi.set(this,void 0),Mi.set(this,void 0),Si.set(this,!1),this.connectSync=()=>{Ai(this,Si,"f")||(Ai(this,Mi,"f").addEventListener("message",t=>{t.data?.topic?.startsWith("wire-message")&&t.data.message&&Ai(this,Pi,"f").call(this,{...JSON.parse(t.data.message),ports:t.ports})}),Ai(this,Mi,"f").start())},this.connect=async()=>{this.connectSync()},this.send=t=>(Ai(this,Mi,"f").postMessage({topic:"wire-message",message:JSON.stringify(t)}),Promise.resolve()),this.shutdown=async()=>{Ai(this,Mi,"f").close()},Ei(this,Pi,t,"f"),Ei(this,Mi,e,"f")}getPort(){return Ai(this,Mi,"f")}}Pi=new WeakMap,Mi=new WeakMap,Si=new WeakMap;class Li{async getViewWindowIdentity(t,e){const{identity:n}=await t.View.wrapSync(e).getCurrentWindow();return n}async getInteropInfo(t){const e=await t.Application.getCurrentSync().getInfo().catch(()=>null),n=e?.initialOptions?.interopBrokerConfiguration??{};return{fdc3Version:e?function({manifest:t,initialOptions:e}){const n=t?.platform?.defaultViewOptions?.fdc3InteropApi??e.defaultViewOptions?.fdc3InteropApi;return["1.2","2.0"].includes(n??"")?n:void 0}(e):void 0,...n,fdc3Info:{providerVersion:await t.System.getVersion(),provider:"OpenFin"}}}}class Ti extends Li{constructor(){super(...arguments),this.type="other",this.getRandomId=()=>{const t=new Uint32Array(1);return window.crypto.getRandomValues(t)[0].toString(32)}}getAdapterVersionSync(){return""}observeBounds(t,e){throw new Error("Method not implemented.")}layoutAllowedInContext(t){return!1}initLayoutManager(t,e,n){throw new Error("Method not implemented.")}applyLayoutSnapshot(t,e,n){throw new Error("Method not implemented.")}createLayout(t,e){throw new Error("Method not implemented.")}destroyLayout(t,e){throw new Error("Method not implemented.")}resolveLayout(t,e){throw new Error("Method not implemented.")}initPlatform(...t){throw new Error("Method not implemented.")}writeToken(t,e){return Promise.resolve("")}retrievePort(t){throw new Error("Method not implemented.")}getNextMessageId(){return this.getRandomId()}createChildContent(t){throw new Error("Method not implemented.")}getWebWindow(t){throw new Error("Method not implemented.")}getCurrentEntityIdentity(){throw new Error("Method not implemented.")}getCurrentEntityType(){return"external connection"}raiseEvent(t,e){throw new Error("Method not implemented.")}getUrl(){return location.href}getDefaultChannelOptions(){return{create:{},connect:{}}}getRtcPeer(){return new RTCPeerConnection}getWsConstructor(){return WebSocket}whenReady(){return Promise.resolve()}}const $i=t=>"platform"in t&&void 0!==t.platform;var Fi,Gi;class Ri extends Ti{constructor(t){super(),this.connectConfig=t,Fi.set(this,void 0),Gi.set(this,new I(async()=>import("./main-d7371a4d.js"))),$i(t)&&this.validatePlatformOptions(t)}getAdapterVersionSync(){return"0.45.60"}validatePlatformOptions({platform:t}){if(!("layoutSnapshot"in t))throw new Error("Platform options are missing layoutSnapshot. Please provide a layoutSnapshot in the platform options.");if("windows"in t||"windows"in t.layoutSnapshot)throw new Error("It appears you tried to call connect() with a snapshot object from an OpenFin desktop environment. Note that connect() expects to be called with a platform property with this structure: { platform: { layoutSnapshot } }. To get a layoutSnapshot of the expected structure, use fin.Platform.Layout.getCurrentLayoutManagerSync().getLayoutSnapshot() in v34+ in your desktop environment.");const{layouts:e}=t.layoutSnapshot;Object.entries(e).map(([t,e])=>{if("object"!=typeof e||null===e)throw new Error(`Invalid layout detected: layoutSnapshot.layouts.${t} must be an object.`);if(!("content"in e))throw new Error(`Invalid layout detected: layoutSnapshot.layouts.${t} must contain a 'content' property.`)})}async getInteropInfo(t){return{...{contextGroups:void 0,logging:{beforeAction:{enabled:!1},afterAction:{enabled:!1}}},fdc3Version:void 0,fdc3Info:{providerVersion:"0.45.60",provider:"OpenFin Web"}}}layoutAllowedInContext(t){return!0}async initLayoutManager(t,e,n){if(Ai(this,Fi,"f"))throw new Error("Layout already initialized.");if(!$i(this.connectConfig))throw new Error("Platform options are missing from connection config.");const{WebLayoutEntryPoint:i}=await Ai(this,Gi,"f").getValue();return Ei(this,Fi,new i(this.connectConfig),"f"),await Ai(this,Fi,"f").initLayoutManager(t,e,n)}async applyLayoutSnapshot(t,e,n){Ai(this,Fi,"f")?.applyLayoutSnapshot(t,e,n)}async createLayout(t,e){return Ai(this,Fi,"f")?.createLayout(t,e)}async destroyLayout(t,e){return Ai(this,Fi,"f")?.destroyLayout(t,e)}async getViewWindowIdentity(t,e){return Promise.resolve({uuid:e.uuid,name:e.uuid})}}Fi=new WeakMap,Gi=new WeakMap;const Oi=()=>{const t=((t,e)=>{const n=new RegExp(`^${e}<(?<meta>.*)>$`).exec(t)?.groups?.meta;if(n)try{return JSON.parse(atob(n))}catch(t){throw new Error(`Failed to decode JSON from ${n}.`)}})(window.name,"of-frame");if(t)try{const{name:e,uuid:n,brokerUrl:i,providerId:r,contextGroup:s}=t;return Ci(i,"brokerUrl"),Ci(n,"uuid"),Ci(e,"name"),{identity:{name:e,uuid:n},brokerUrl:i,interopConfig:{providerId:r,currentContextGroup:s},isOfView:!0}}catch(t){throw new Error(`Unexpected error occurred when inferring platform information: ${t.stack}`)}},Wi=()=>{const t=n();return{uuid:t,name:t}},ji=async t=>{if("enabled"===t.connectionInheritance){const e=await(async t=>{const e=Oi();if(e){const{validateOptions:n=()=>!0}=t,{identity:i,...r}=e;if(!await n(r))throw new Error("Parent options were rejected by validateOptions.");return e}})(t);if(e)return e}if(!t.options){const e="enabled"===t.connectionInheritance?"Broker URL was not specified nor provided by a platform container.":"Connection inheritance is disabled but no options were provided.";throw new Error(e)}return{...t.options,identity:Wi(),isOfView:!1}},Hi=async t=>{try{yi.setGlobalLogLevel(t.logLevel),yi.setCustomLogger(t.logger),fi.info("Establishing connection",t);const{brokerUrl:e,identity:n,timeout:s,interopConfig:o,isOfView:a}=await ji(t),{workerPort:c,iframeBrokerPort:d}=await(async(t,e,n)=>{const{origin:r}=new URL(t),s=document.createElement("IFRAME");let o;s.style.display="none";try{return await new Promise((a,c)=>{const d=t=>{if(t.source===s.contentWindow&&t.data?.topic===`ack-${xi}`){if(t.origin!==r)c(new Error(`Broker redirected to unexpected origin ${t.origin}, expected ${r}.`));else if(t.data.success){const[e,n]=t.ports;a({iframeBrokerPort:e,workerPort:n})}else c(new g(t.data));window.removeEventListener("message",d),clearTimeout(o)}};window.addEventListener("message",d),bi.info(`Connecting to broker ${t}`),s.setAttribute("src",t),s.setAttribute("name",i(e,"of-broker")),document.body.appendChild(s),bi.info("Iframe loaded, awaiting init message from iframe"),n&&(o=setTimeout(()=>{window.removeEventListener("message",d),document.body.removeChild(s),c(new Error("Worker did not initialize in time"))},n))})}catch(t){throw new Error(`Failed to initialise Fin Web Client. ${t.message}`,{cause:t})}})(e,n,s);fi.info("Successfully established connection to shared worker");const h={entityType:"external connection",...n};c.start(),d.start();const l=((t,e,n)=>{const i=new Ri(t),r=new pi(t=>new ki(t,e),i,n);return r.connectSync(),new Kn(r)})(t,c,h);return a&&window.top&&!r(window,window.top)&&(t=>{const e={uuid:t.me.uuid,name:t.me.name};gi.debug("Data channel connecting..."),t.InterApplicationBus.Channel.connect(mi(t)).then(async t=>{gi.debug("Data channel connected"),await vi(t,e)}).catch(t=>{gi.warn("Failed to connect to data channel, some features may not work like title updates",t)})})(l),o?.providerId&&(l.me.interop=l.Interop.connectSync(o.providerId),o?.currentContextGroup&&l.me.interop.joinContextGroup(o.currentContextGroup).catch(t=>{fi.warn(`Error joining specified context group: ${o?.currentContextGroup}, continuing`,t)})),{...l,me:{...l.me,identity:{uuid:l.me.uuid,name:l.me.name}}}}catch(t){throw new Error(`An error occured during web-interop connection: ${t.message}`)}};export{I as L,Ai as _,de as a,Ei as b,fi as c,yi as d,i as e,mi as f,s as g,Hi as h,r as i,Ii as m,Xt as r};
|