@machinemetrics/mm-react-embeddable 1.1.1 → 1.1.2-1

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.
@@ -1,6 +1,6 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const S=require("react/jsx-runtime"),r=require("react"),R=require("prop-types"),v=require("styled-components"),$=r.createContext(null),P=({children:n})=>{const[i,u]=r.useState({}),[c,l]=r.useState({}),o=r.useRef({}),m=r.useRef({}),d=r.useRef({}),h=r.useCallback((e,t)=>!!d.current[e]?.has(t),[]),w=r.useCallback((e,t,s)=>{u(a=>({...a,[e]:{origin:t,frameRef:s}}))},[]),f=r.useCallback(e=>{u(t=>{const s={...t};return delete s[e],s}),l(t=>{const s={...t};return delete s[e],s}),delete d.current[e]},[]);r.useEffect(()=>{const e=(s=[],a)=>{s.forEach(g=>g(a))},t=s=>{if(!s?.data?.instanceId)return;const{instanceId:a,type:g}=s.data,y=o.current;if(g==="response"){const{callbackId:M,response:Z,error:I}=s.data,j=m.current[M];j&&(j(Z,I),delete m.current[M]);return}if(g==="mark-registered"){const{requestType:M}=s.data;d.current[a]||(d.current[a]=new Set),d.current[a].add(M);return}g==="ready"&&l(M=>({...M,[a]:!0})),e(y[a]?.[g],s.data),e(y["*"]?.[g],s.data),e(y[a]?.["*"],s.data),e(y["*"]?.["*"],s.data)};return window.addEventListener("message",t),()=>{window.removeEventListener("message",t)}},[i]);const b=r.useCallback((e,t,s)=>{const a=i[e];if(!a){console.warn(`Origin not set for id: ${e}. Unable to send message.`);return}a?.frameRef?.current?.contentWindow&&a.frameRef.current.contentWindow.postMessage({type:t,...s,instanceId:e},a.origin)},[i]),C=r.useRef(0),q=r.useCallback(()=>`${Date.now()}-${++C.current}`,[]),p=r.useCallback(async(e,t,s={})=>new Promise((a,g)=>{const y=q(),M=(Z,I)=>{delete m.current[y],I?g(I):a(Z)};m.current[y]=M,b(e,"request",{callbackId:y,requestType:t,data:s})}),[b]),k=r.useCallback((e,t)=>{b(e,"load-options",t)},[b]),x=r.useCallback((e,t)=>{b(e,"validate",t)},[b]),E=r.useMemo(()=>({registerFrame:w,unregisterFrame:f,sendMessage:b,sendRequest:p,loadOptions:k,validate:x,hasHandler:h,readyFrames:c,addListener:(e,t,s)=>(o.current[e]||(o.current[e]={}),o.current[e][t]||(o.current[e][t]=[]),o.current[e][t].push(s),()=>{o.current[e][t]=o.current[e][t].filter(a=>a!==s)})}),[w,f,b,p,k,x,h,c]);return S.jsx($.Provider,{value:E,children:n})},F={},L=async n=>{try{const i=new URL(n).origin;if(F[i]!==void 0)return F[i];const c=await(await fetch(`${i}/mm-app-manifest.json`)).json();if(!c.version)throw new Error("Invalid manifest");return F[i]=c,c}catch{}return F[origin]=!1,!1},A=async n=>!!await L(n),O=(n,i,u)=>{const c=r.useContext($);if(c===null)throw new Error("useEmbeddedEffect must be used within a MMEmbeddableZoneProvider");const l=r.useRef(u);r.useEffect(()=>{l.current=u},[u]),r.useEffect(()=>{if(!(!n||!i)){if(i.startsWith("key:")){const o=i.substring(4);return c.readyFrames[n]&&c.sendMessage(n,"subscribe-key",{keyChord:o}),c.addListener(n,`key-pressed:${o}`,(...d)=>l.current(...d))}return c.addListener(n,i,(...o)=>l.current(...o))}},[c,n,i])};P.propTypes={children:R.node.isRequired};const U=v.default||v,W=U.iframe`
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const q=require("react/jsx-runtime"),r=require("react"),w=require("prop-types"),v=require("styled-components"),Z=r.createContext(null),A=({children:n})=>{const[i,u]=r.useState({}),[a,f]=r.useState({}),c=r.useRef({}),y=r.useRef({}),d=r.useRef({}),h=r.useCallback((t,s)=>{var e;return!!((e=d.current[t])!=null&&e.has(s))},[]),C=r.useCallback((t,s,e)=>{u(o=>({...o,[t]:{origin:s,frameRef:e}}))},[]),g=r.useCallback(t=>{u(s=>{const e={...s};return delete e[t],e}),f(s=>{const e={...s};return delete e[t],e}),delete d.current[t]},[]);r.useEffect(()=>{const t=(e=[],o)=>{e.forEach(l=>l(o))},s=e=>{var $,F,R,P,T;if(!(($=e==null?void 0:e.data)!=null&&$.instanceId))return;const{instanceId:o,type:l}=e.data,b=c.current;if(l==="response"){const{callbackId:M,response:B,error:D}=e.data,U=y.current[M];U&&(U(B,D),delete y.current[M]);return}if(l==="mark-registered"){const{requestType:M}=e.data;d.current[o]||(d.current[o]=new Set),d.current[o].add(M);return}l==="ready"&&f(M=>({...M,[o]:!0})),t((F=b[o])==null?void 0:F[l],e.data),t((R=b["*"])==null?void 0:R[l],e.data),t((P=b[o])==null?void 0:P["*"],e.data),t((T=b["*"])==null?void 0:T["*"],e.data)};return window.addEventListener("message",s),()=>{window.removeEventListener("message",s)}},[i]);const m=r.useCallback((t,s,e)=>{var l,b;const o=i[t];if(!o){console.warn(`Origin not set for id: ${t}. Unable to send message.`);return}(b=(l=o==null?void 0:o.frameRef)==null?void 0:l.current)!=null&&b.contentWindow&&o.frameRef.current.contentWindow.postMessage({type:s,...e,instanceId:t},o.origin)},[i]),k=r.useRef(0),j=r.useCallback(()=>`${Date.now()}-${++k.current}`,[]),E=r.useCallback(async(t,s,e={})=>new Promise((o,l)=>{const b=j(),$=(F,R)=>{delete y.current[b],R?l(R):o(F)};y.current[b]=$,m(t,"request",{callbackId:b,requestType:s,data:e})}),[m]),x=r.useCallback((t,s)=>{m(t,"load-options",s)},[m]),I=r.useCallback((t,s)=>{m(t,"validate",s)},[m]),p=r.useMemo(()=>({registerFrame:C,unregisterFrame:g,sendMessage:m,sendRequest:E,loadOptions:x,validate:I,hasHandler:h,readyFrames:a,addListener:(t,s,e)=>(c.current[t]||(c.current[t]={}),c.current[t][s]||(c.current[t][s]=[]),c.current[t][s].push(e),()=>{c.current[t][s]=c.current[t][s].filter(o=>o!==e)})}),[C,g,m,E,x,I,h,a]);return q.jsx(Z.Provider,{value:p,children:n})},S={},O=async n=>{try{const i=new URL(n).origin;if(S[i]!==void 0)return S[i];const a=await(await fetch(`${i}/mm-app-manifest.json`)).json();if(!a.version)throw new Error("Invalid manifest");return S[i]=a,a}catch{}return S[origin]=!1,!1},W=async n=>!!await O(n),L=(n,i,u)=>{const a=r.useContext(Z);if(a===null)throw new Error("useEmbeddedEffect must be used within a MMEmbeddableZoneProvider");const f=r.useRef(u);r.useEffect(()=>{f.current=u},[u]),r.useEffect(()=>{if(!(!n||!i)){if(i.startsWith("key:")){const c=i.substring(4);return a.readyFrames[n]&&a.sendMessage(n,"subscribe-key",{keyChord:c}),a.addListener(n,`key-pressed:${c}`,(...d)=>f.current(...d))}return a.addListener(n,i,(...c)=>f.current(...c))}},[a,n,i])};A.propTypes={children:w.node.isRequired};const _=v.default||v,z=_.iframe`
2
2
  width: 100%;
3
3
  height: 100%;
4
4
  border: none;
5
5
  visibility: ${n=>n.$isReady?"visible":"hidden"};
6
- `,T=({id:n,src:i,path:u,onInit:c=()=>{},context:l={},params:o={},...m})=>{if("isConfiguring"in m)return console.error("isConfiguring must be passed via the params prop to MMEmbeddableZone"),null;if("colorMode"in l)return console.error("colorMode must be passed via the params prop to MMEmbeddableZone"),null;if("isFullScreen"in l)return console.error("isFullScreen must be passed via the params prop to MMEmbeddableZone"),null;const d=r.useRef(),[h,w]=r.useState(),[f,b]=r.useState(0),{registerFrame:C,unregisterFrame:q,sendMessage:p}=r.useContext($),[k,x]=r.useState(!0),[E,e]=r.useState();return r.useEffect(()=>{f&&p(n,"set-context",{context:{...l,colorMode:o.colorMode,isFullScreen:o.isFullScreen}})},[l,o.colorMode,o.isFullScreen,n,f]),r.useEffect(()=>{f&&(p(n,"set-params",{params:o}),p(n,"set-configuring",{isConfiguring:o.isConfiguring}))},[o,n,f]),r.useEffect(()=>{u!==void 0&&e(u?.indexOf("/")===0?u:`/${u}`)},[u]),r.useEffect(()=>{E===void 0||!f||p(n,"navigate",{path:E})},[E,f,n,p]),r.useEffect(()=>{if(!(!i||!n||!d))return(async()=>{const t=await A(i);if(x(t),t){const s=new URL(i);C(n,s.origin,d),c(),w(`${s.origin}/mm-embedded-interop?id=${n}&origin=${window.location.origin}`);return}})(),()=>{q(n)}},[i,n,C,d]),O(n,"ready",()=>b(t=>t+1)),k?S.jsx(W,{$isReady:f,ref:d,src:h,...m}):S.jsx("div",{style:{height:"100%",display:"flex",flex:1,alignItems:"center",justifyContent:"center"},children:S.jsx("div",{style:{textAlign:"center"},children:"Application must adhere to the MM App Manifest specification to be embedded."})})};T.propTypes={id:R.string,src:R.string.isRequired,path:R.string,onInit:R.func};exports.MMEmbeddableZone=T;exports.MMEmbeddableZoneContext=$;exports.MMEmbeddableZoneProvider=P;exports.getAppInfo=L;exports.testIsEmbeddable=A;exports.useEmbeddedEffect=O;
6
+ `,H=({id:n,src:i,path:u,onInit:a=()=>{},context:f={},params:c={},...y})=>{if("isConfiguring"in y)return console.error("isConfiguring must be passed via the params prop to MMEmbeddableZone"),null;if("colorMode"in f)return console.error("colorMode must be passed via the params prop to MMEmbeddableZone"),null;if("isFullScreen"in f)return console.error("isFullScreen must be passed via the params prop to MMEmbeddableZone"),null;const d=r.useRef(),[h,C]=r.useState(),[g,m]=r.useState(0),{registerFrame:k,unregisterFrame:j,sendMessage:E}=r.useContext(Z),[x,I]=r.useState(!0),[p,t]=r.useState();r.useEffect(()=>{g&&E(n,"set-context",{context:{...f,colorMode:c.colorMode,isFullScreen:c.isFullScreen}})},[f,c.colorMode,c.isFullScreen,n,g]),r.useEffect(()=>{g&&(E(n,"set-params",{params:c}),E(n,"set-configuring",{isConfiguring:c.isConfiguring}))},[c,n,g]),r.useEffect(()=>{u!==void 0&&t((u==null?void 0:u.indexOf("/"))===0?u:`/${u}`)},[u]),r.useEffect(()=>{p===void 0||!g||E(n,"navigate",{path:p})},[p,g,n,E]),r.useEffect(()=>{if(!(!i||!n||!d))return(async()=>{const e=await W(i);if(I(e),e){const o=new URL(i);k(n,o.origin,d),a(),C(`${o.origin}/mm-embedded-interop?id=${n}&origin=${window.location.origin}`);return}})(),()=>{j(n)}},[i,n,k,d]),L(n,"ready",()=>m(e=>e+1));const s=r.useRef();return L(n,"heartbeat",()=>{s.current&&clearTimeout(s.current),s.current=setTimeout(()=>{if(d.current){const e=new URL(i);d.current.src=`${e.origin}/mm-embedded-interop?id=${n}&origin=${window.location.origin}`}},6e3)}),r.useEffect(()=>()=>{s.current&&clearTimeout(s.current)},[]),x?q.jsx(z,{$isReady:g,ref:d,src:h,...y}):q.jsx("div",{style:{height:"100%",display:"flex",flex:1,alignItems:"center",justifyContent:"center"},children:q.jsx("div",{style:{textAlign:"center"},children:"Application must adhere to the MM App Manifest specification to be embedded."})})};H.propTypes={id:w.string,src:w.string.isRequired,path:w.string,onInit:w.func};exports.MMEmbeddableZone=H;exports.MMEmbeddableZoneContext=Z;exports.MMEmbeddableZoneProvider=A;exports.getAppInfo=O;exports.testIsEmbeddable=W;exports.useEmbeddedEffect=L;
@@ -1,201 +1,217 @@
1
- import { jsx as P } from "react/jsx-runtime";
2
- import { createContext as O, useState as w, useRef as R, useCallback as M, useEffect as h, useMemo as T, useContext as A } from "react";
1
+ import { jsx as Z } from "react/jsx-runtime";
2
+ import { createContext as _, useState as R, useRef as M, useCallback as w, useEffect as b, useMemo as z, useContext as H } from "react";
3
3
  import F from "prop-types";
4
- import j from "styled-components";
5
- const q = O(null), W = ({ children: n }) => {
6
- const [o, c] = w({}), [a, u] = w({}), s = R({}), g = R({}), d = R({}), I = M((e, r) => !!d.current[e]?.has(r), []), $ = M((e, r, t) => {
7
- c((i) => ({ ...i, [e]: { origin: r, frameRef: t } }));
8
- }, []), l = M((e) => {
9
- c((r) => {
10
- const t = { ...r };
11
- return delete t[e], t;
12
- }), u((r) => {
13
- const t = { ...r };
14
- return delete t[e], t;
15
- }), delete d.current[e];
4
+ import v from "styled-components";
5
+ const U = _(null), G = ({ children: n }) => {
6
+ const [o, c] = R({}), [a, l] = R({}), i = M({}), p = M({}), u = M({}), I = w((r, t) => {
7
+ var e;
8
+ return !!((e = u.current[r]) != null && e.has(t));
9
+ }, []), x = w((r, t, e) => {
10
+ c((s) => ({ ...s, [r]: { origin: t, frameRef: e } }));
11
+ }, []), m = w((r) => {
12
+ c((t) => {
13
+ const e = { ...t };
14
+ return delete e[r], e;
15
+ }), l((t) => {
16
+ const e = { ...t };
17
+ return delete e[r], e;
18
+ }), delete u.current[r];
16
19
  }, []);
17
- h(() => {
18
- const e = (t = [], i) => {
19
- t.forEach((m) => m(i));
20
- }, r = (t) => {
21
- if (!t?.data?.instanceId)
20
+ b(() => {
21
+ const r = (e = [], s) => {
22
+ e.forEach((d) => d(s));
23
+ }, t = (e) => {
24
+ var T, P, $, j, A;
25
+ if (!((T = e == null ? void 0 : e.data) != null && T.instanceId))
22
26
  return;
23
- const { instanceId: i, type: m } = t.data, p = s.current;
24
- if (m === "response") {
25
- const { callbackId: y, response: Z, error: L } = t.data, U = g.current[y];
26
- U && (U(Z, L), delete g.current[y]);
27
+ const { instanceId: s, type: d } = e.data, f = i.current;
28
+ if (d === "response") {
29
+ const { callbackId: h, response: B, error: D } = e.data, O = p.current[h];
30
+ O && (O(B, D), delete p.current[h]);
27
31
  return;
28
32
  }
29
- if (m === "mark-registered") {
30
- const { requestType: y } = t.data;
31
- d.current[i] || (d.current[i] = /* @__PURE__ */ new Set()), d.current[i].add(y);
33
+ if (d === "mark-registered") {
34
+ const { requestType: h } = e.data;
35
+ u.current[s] || (u.current[s] = /* @__PURE__ */ new Set()), u.current[s].add(h);
32
36
  return;
33
37
  }
34
- m === "ready" && u((y) => ({ ...y, [i]: !0 })), e(p[i]?.[m], t.data), e(p["*"]?.[m], t.data), e(p[i]?.["*"], t.data), e(p["*"]?.["*"], t.data);
38
+ d === "ready" && l((h) => ({ ...h, [s]: !0 })), r((P = f[s]) == null ? void 0 : P[d], e.data), r(($ = f["*"]) == null ? void 0 : $[d], e.data), r((j = f[s]) == null ? void 0 : j["*"], e.data), r((A = f["*"]) == null ? void 0 : A["*"], e.data);
35
39
  };
36
- return window.addEventListener("message", r), () => {
37
- window.removeEventListener("message", r);
40
+ return window.addEventListener("message", t), () => {
41
+ window.removeEventListener("message", t);
38
42
  };
39
43
  }, [o]);
40
- const f = M(
41
- (e, r, t) => {
42
- const i = o[e];
43
- if (!i) {
44
- console.warn(`Origin not set for id: ${e}. Unable to send message.`);
44
+ const g = w(
45
+ (r, t, e) => {
46
+ var d, f;
47
+ const s = o[r];
48
+ if (!s) {
49
+ console.warn(`Origin not set for id: ${r}. Unable to send message.`);
45
50
  return;
46
51
  }
47
- i?.frameRef?.current?.contentWindow && i.frameRef.current.contentWindow.postMessage(
48
- { type: r, ...t, instanceId: e },
49
- i.origin
52
+ (f = (d = s == null ? void 0 : s.frameRef) == null ? void 0 : d.current) != null && f.contentWindow && s.frameRef.current.contentWindow.postMessage(
53
+ { type: t, ...e, instanceId: r },
54
+ s.origin
50
55
  );
51
56
  },
52
57
  [o]
53
- ), x = R(0), S = M(() => `${Date.now()}-${++x.current}`, []), b = M(
54
- async (e, r, t = {}) => new Promise((i, m) => {
55
- const p = S(), y = (Z, L) => {
56
- delete g.current[p], L ? m(L) : i(Z);
58
+ ), C = M(0), q = w(() => `${Date.now()}-${++C.current}`, []), y = w(
59
+ async (r, t, e = {}) => new Promise((s, d) => {
60
+ const f = q(), T = (P, $) => {
61
+ delete p.current[f], $ ? d($) : s(P);
57
62
  };
58
- g.current[p] = y, f(e, "request", { callbackId: p, requestType: r, data: t });
63
+ p.current[f] = T, g(r, "request", { callbackId: f, requestType: t, data: e });
59
64
  }),
60
- [f]
61
- ), C = M(
62
- (e, r) => {
63
- f(e, "load-options", r);
65
+ [g]
66
+ ), k = w(
67
+ (r, t) => {
68
+ g(r, "load-options", t);
64
69
  },
65
- [f]
66
- ), k = M(
67
- (e, r) => {
68
- f(e, "validate", r);
70
+ [g]
71
+ ), L = w(
72
+ (r, t) => {
73
+ g(r, "validate", t);
69
74
  },
70
- [f]
71
- ), E = T(
75
+ [g]
76
+ ), E = z(
72
77
  () => ({
73
- registerFrame: $,
74
- unregisterFrame: l,
75
- sendMessage: f,
76
- sendRequest: b,
77
- loadOptions: C,
78
- validate: k,
78
+ registerFrame: x,
79
+ unregisterFrame: m,
80
+ sendMessage: g,
81
+ sendRequest: y,
82
+ loadOptions: k,
83
+ validate: L,
79
84
  hasHandler: I,
80
85
  readyFrames: a,
81
- addListener: (e, r, t) => (s.current[e] || (s.current[e] = {}), s.current[e][r] || (s.current[e][r] = []), s.current[e][r].push(t), () => {
82
- s.current[e][r] = s.current[e][r].filter((i) => i !== t);
86
+ addListener: (r, t, e) => (i.current[r] || (i.current[r] = {}), i.current[r][t] || (i.current[r][t] = []), i.current[r][t].push(e), () => {
87
+ i.current[r][t] = i.current[r][t].filter((s) => s !== e);
83
88
  })
84
89
  }),
85
90
  [
86
- $,
87
- l,
88
- f,
89
- b,
90
- C,
91
+ x,
92
+ m,
93
+ g,
94
+ y,
91
95
  k,
96
+ L,
92
97
  I,
93
98
  a
94
99
  ]
95
100
  );
96
- return /* @__PURE__ */ P(q.Provider, { value: E, children: n });
97
- }, v = {}, H = async (n) => {
101
+ return /* @__PURE__ */ Z(U.Provider, { value: E, children: n });
102
+ }, S = {}, J = async (n) => {
98
103
  try {
99
104
  const o = new URL(n).origin;
100
- if (v[o] !== void 0)
101
- return v[o];
105
+ if (S[o] !== void 0)
106
+ return S[o];
102
107
  const a = await (await fetch(`${o}/mm-app-manifest.json`)).json();
103
108
  if (!a.version)
104
109
  throw new Error("Invalid manifest");
105
- return v[o] = a, a;
110
+ return S[o] = a, a;
106
111
  } catch {
107
112
  }
108
- return v[origin] = !1, !1;
109
- }, B = async (n) => !!await H(n), D = (n, o, c) => {
110
- const a = A(q);
113
+ return S[origin] = !1, !1;
114
+ }, K = async (n) => !!await J(n), W = (n, o, c) => {
115
+ const a = H(U);
111
116
  if (a === null)
112
117
  throw new Error(
113
118
  "useEmbeddedEffect must be used within a MMEmbeddableZoneProvider"
114
119
  );
115
- const u = R(c);
116
- h(() => {
117
- u.current = c;
118
- }, [c]), h(() => {
120
+ const l = M(c);
121
+ b(() => {
122
+ l.current = c;
123
+ }, [c]), b(() => {
119
124
  if (!(!n || !o)) {
120
125
  if (o.startsWith("key:")) {
121
- const s = o.substring(4);
122
- return a.readyFrames[n] && a.sendMessage(n, "subscribe-key", { keyChord: s }), a.addListener(
126
+ const i = o.substring(4);
127
+ return a.readyFrames[n] && a.sendMessage(n, "subscribe-key", { keyChord: i }), a.addListener(
123
128
  n,
124
- `key-pressed:${s}`,
125
- (...d) => u.current(...d)
129
+ `key-pressed:${i}`,
130
+ (...u) => l.current(...u)
126
131
  );
127
132
  }
128
133
  return a.addListener(
129
134
  n,
130
135
  o,
131
- (...s) => u.current(...s)
136
+ (...i) => l.current(...i)
132
137
  );
133
138
  }
134
139
  }, [a, n, o]);
135
140
  };
136
- W.propTypes = {
141
+ G.propTypes = {
137
142
  children: F.node.isRequired
138
143
  };
139
- const _ = j.default || j, z = _.iframe`
144
+ const Q = v.default || v, V = Q.iframe`
140
145
  width: 100%;
141
146
  height: 100%;
142
147
  border: none;
143
148
  visibility: ${(n) => n.$isReady ? "visible" : "hidden"};
144
- `, G = ({
149
+ `, X = ({
145
150
  id: n,
146
151
  src: o,
147
152
  path: c,
148
153
  onInit: a = () => {
149
154
  },
150
- context: u = {},
151
- params: s = {},
152
- ...g
155
+ context: l = {},
156
+ params: i = {},
157
+ ...p
153
158
  }) => {
154
- if ("isConfiguring" in g)
159
+ if ("isConfiguring" in p)
155
160
  return console.error(
156
161
  "isConfiguring must be passed via the params prop to MMEmbeddableZone"
157
162
  ), null;
158
- if ("colorMode" in u)
163
+ if ("colorMode" in l)
159
164
  return console.error(
160
165
  "colorMode must be passed via the params prop to MMEmbeddableZone"
161
166
  ), null;
162
- if ("isFullScreen" in u)
167
+ if ("isFullScreen" in l)
163
168
  return console.error(
164
169
  "isFullScreen must be passed via the params prop to MMEmbeddableZone"
165
170
  ), null;
166
- const d = R(), [I, $] = w(), [l, f] = w(0), { registerFrame: x, unregisterFrame: S, sendMessage: b } = A(
167
- q
168
- ), [C, k] = w(!0), [E, e] = w();
169
- return h(() => {
170
- l && b(n, "set-context", {
171
+ const u = M(), [I, x] = R(), [m, g] = R(0), { registerFrame: C, unregisterFrame: q, sendMessage: y } = H(
172
+ U
173
+ ), [k, L] = R(!0), [E, r] = R();
174
+ b(() => {
175
+ m && y(n, "set-context", {
171
176
  context: {
172
- ...u,
177
+ ...l,
173
178
  // TODO: Remove this once everything is migrated to params
174
- colorMode: s.colorMode,
175
- isFullScreen: s.isFullScreen
179
+ colorMode: i.colorMode,
180
+ isFullScreen: i.isFullScreen
176
181
  }
177
182
  });
178
- }, [u, s.colorMode, s.isFullScreen, n, l]), h(() => {
179
- l && (b(n, "set-params", { params: s }), b(n, "set-configuring", { isConfiguring: s.isConfiguring }));
180
- }, [s, n, l]), h(() => {
181
- c !== void 0 && e(c?.indexOf("/") === 0 ? c : `/${c}`);
182
- }, [c]), h(() => {
183
- E === void 0 || !l || b(n, "navigate", { path: E });
184
- }, [E, l, n, b]), h(() => {
185
- if (!(!o || !n || !d))
183
+ }, [l, i.colorMode, i.isFullScreen, n, m]), b(() => {
184
+ m && (y(n, "set-params", { params: i }), y(n, "set-configuring", { isConfiguring: i.isConfiguring }));
185
+ }, [i, n, m]), b(() => {
186
+ c !== void 0 && r((c == null ? void 0 : c.indexOf("/")) === 0 ? c : `/${c}`);
187
+ }, [c]), b(() => {
188
+ E === void 0 || !m || y(n, "navigate", { path: E });
189
+ }, [E, m, n, y]), b(() => {
190
+ if (!(!o || !n || !u))
186
191
  return (async () => {
187
- const r = await B(o);
188
- if (k(r), r) {
189
- const t = new URL(o);
190
- x(n, t.origin, d), a(), $(
191
- `${t.origin}/mm-embedded-interop?id=${n}&origin=${window.location.origin}`
192
+ const e = await K(o);
193
+ if (L(e), e) {
194
+ const s = new URL(o);
195
+ C(n, s.origin, u), a(), x(
196
+ `${s.origin}/mm-embedded-interop?id=${n}&origin=${window.location.origin}`
192
197
  );
193
198
  return;
194
199
  }
195
200
  })(), () => {
196
- S(n);
201
+ q(n);
197
202
  };
198
- }, [o, n, x, d]), D(n, "ready", () => f((r) => r + 1)), C ? /* @__PURE__ */ P(z, { $isReady: l, ref: d, src: I, ...g }) : /* @__PURE__ */ P(
203
+ }, [o, n, C, u]), W(n, "ready", () => g((e) => e + 1));
204
+ const t = M();
205
+ return W(n, "heartbeat", () => {
206
+ t.current && clearTimeout(t.current), t.current = setTimeout(() => {
207
+ if (u.current) {
208
+ const e = new URL(o);
209
+ u.current.src = `${e.origin}/mm-embedded-interop?id=${n}&origin=${window.location.origin}`;
210
+ }
211
+ }, 6e3);
212
+ }), b(() => () => {
213
+ t.current && clearTimeout(t.current);
214
+ }, []), k ? /* @__PURE__ */ Z(V, { $isReady: m, ref: u, src: I, ...p }) : /* @__PURE__ */ Z(
199
215
  "div",
200
216
  {
201
217
  style: {
@@ -205,21 +221,21 @@ const _ = j.default || j, z = _.iframe`
205
221
  alignItems: "center",
206
222
  justifyContent: "center"
207
223
  },
208
- children: /* @__PURE__ */ P("div", { style: { textAlign: "center" }, children: "Application must adhere to the MM App Manifest specification to be embedded." })
224
+ children: /* @__PURE__ */ Z("div", { style: { textAlign: "center" }, children: "Application must adhere to the MM App Manifest specification to be embedded." })
209
225
  }
210
226
  );
211
227
  };
212
- G.propTypes = {
228
+ X.propTypes = {
213
229
  id: F.string,
214
230
  src: F.string.isRequired,
215
231
  path: F.string,
216
232
  onInit: F.func
217
233
  };
218
234
  export {
219
- G as MMEmbeddableZone,
220
- q as MMEmbeddableZoneContext,
221
- W as MMEmbeddableZoneProvider,
222
- H as getAppInfo,
223
- B as testIsEmbeddable,
224
- D as useEmbeddedEffect
235
+ X as MMEmbeddableZone,
236
+ U as MMEmbeddableZoneContext,
237
+ G as MMEmbeddableZoneProvider,
238
+ J as getAppInfo,
239
+ K as testIsEmbeddable,
240
+ W as useEmbeddedEffect
225
241
  };
@@ -1,6 +1,6 @@
1
- (function(d,p){typeof exports=="object"&&typeof module<"u"?p(exports,require("react/jsx-runtime"),require("react"),require("prop-types"),require("styled-components")):typeof define=="function"&&define.amd?define(["exports","react/jsx-runtime","react","prop-types","styled-components"],p):(d=typeof globalThis<"u"?globalThis:d||self,p(d["mm-react-embeddable"]={},d.React,d.React,d.PropTypes,d.styled))})(this,(function(d,p,e,R,j){"use strict";const C=e.createContext(null),L=({children:s})=>{const[i,c]=e.useState({}),[a,f]=e.useState({}),o=e.useRef({}),y=e.useRef({}),l=e.useRef({}),I=e.useCallback((n,t)=>!!l.current[n]?.has(t),[]),F=e.useCallback((n,t,r)=>{c(u=>({...u,[n]:{origin:t,frameRef:r}}))},[]),b=e.useCallback(n=>{c(t=>{const r={...t};return delete r[n],r}),f(t=>{const r={...t};return delete r[n],r}),delete l.current[n]},[]);e.useEffect(()=>{const n=(r=[],u)=>{r.forEach(g=>g(u))},t=r=>{if(!r?.data?.instanceId)return;const{instanceId:u,type:g}=r.data,E=o.current;if(g==="response"){const{callbackId:h,response:v,error:q}=r.data,T=y.current[h];T&&(T(v,q),delete y.current[h]);return}if(g==="mark-registered"){const{requestType:h}=r.data;l.current[u]||(l.current[u]=new Set),l.current[u].add(h);return}g==="ready"&&f(h=>({...h,[u]:!0})),n(E[u]?.[g],r.data),n(E["*"]?.[g],r.data),n(E[u]?.["*"],r.data),n(E["*"]?.["*"],r.data)};return window.addEventListener("message",t),()=>{window.removeEventListener("message",t)}},[i]);const m=e.useCallback((n,t,r)=>{const u=i[n];if(!u){console.warn(`Origin not set for id: ${n}. Unable to send message.`);return}u?.frameRef?.current?.contentWindow&&u.frameRef.current.contentWindow.postMessage({type:t,...r,instanceId:n},u.origin)},[i]),S=e.useRef(0),Z=e.useCallback(()=>`${Date.now()}-${++S.current}`,[]),M=e.useCallback(async(n,t,r={})=>new Promise((u,g)=>{const E=Z(),h=(v,q)=>{delete y.current[E],q?g(q):u(v)};y.current[E]=h,m(n,"request",{callbackId:E,requestType:t,data:r})}),[m]),$=e.useCallback((n,t)=>{m(n,"load-options",t)},[m]),x=e.useCallback((n,t)=>{m(n,"validate",t)},[m]),w=e.useMemo(()=>({registerFrame:F,unregisterFrame:b,sendMessage:m,sendRequest:M,loadOptions:$,validate:x,hasHandler:I,readyFrames:a,addListener:(n,t,r)=>(o.current[n]||(o.current[n]={}),o.current[n][t]||(o.current[n][t]=[]),o.current[n][t].push(r),()=>{o.current[n][t]=o.current[n][t].filter(u=>u!==r)})}),[F,b,m,M,$,x,I,a]);return p.jsx(C.Provider,{value:w,children:s})},k={},A=async s=>{try{const i=new URL(s).origin;if(k[i]!==void 0)return k[i];const a=await(await fetch(`${i}/mm-app-manifest.json`)).json();if(!a.version)throw new Error("Invalid manifest");return k[i]=a,a}catch{}return k[origin]=!1,!1},O=async s=>!!await A(s),P=(s,i,c)=>{const a=e.useContext(C);if(a===null)throw new Error("useEmbeddedEffect must be used within a MMEmbeddableZoneProvider");const f=e.useRef(c);e.useEffect(()=>{f.current=c},[c]),e.useEffect(()=>{if(!(!s||!i)){if(i.startsWith("key:")){const o=i.substring(4);return a.readyFrames[s]&&a.sendMessage(s,"subscribe-key",{keyChord:o}),a.addListener(s,`key-pressed:${o}`,(...l)=>f.current(...l))}return a.addListener(s,i,(...o)=>f.current(...o))}},[a,s,i])};L.propTypes={children:R.node.isRequired};const W=(j.default||j).iframe`
1
+ (function(d,p){typeof exports=="object"&&typeof module!="undefined"?p(exports,require("react/jsx-runtime"),require("react"),require("prop-types"),require("styled-components")):typeof define=="function"&&define.amd?define(["exports","react/jsx-runtime","react","prop-types","styled-components"],p):(d=typeof globalThis!="undefined"?globalThis:d||self,p(d["mm-react-embeddable"]={},d.React,d.React,d.PropTypes,d.styled))})(this,(function(d,p,n,R,U){"use strict";const k=n.createContext(null),v=({children:r})=>{const[i,c]=n.useState({}),[a,b]=n.useState({}),u=n.useRef({}),E=n.useRef({}),l=n.useRef({}),$=n.useCallback((t,s)=>{var e;return!!((e=l.current[t])!=null&&e.has(s))},[]),F=n.useCallback((t,s,e)=>{c(o=>({...o,[t]:{origin:s,frameRef:e}}))},[]),g=n.useCallback(t=>{c(s=>{const e={...s};return delete e[t],e}),b(s=>{const e={...s};return delete e[t],e}),delete l.current[t]},[]);n.useEffect(()=>{const t=(e=[],o)=>{e.forEach(f=>f(o))},s=e=>{var Z,L,C,W,H;if(!((Z=e==null?void 0:e.data)!=null&&Z.instanceId))return;const{instanceId:o,type:f}=e.data,m=u.current;if(f==="response"){const{callbackId:w,response:z,error:G}=e.data,B=E.current[w];B&&(B(z,G),delete E.current[w]);return}if(f==="mark-registered"){const{requestType:w}=e.data;l.current[o]||(l.current[o]=new Set),l.current[o].add(w);return}f==="ready"&&b(w=>({...w,[o]:!0})),t((L=m[o])==null?void 0:L[f],e.data),t((C=m["*"])==null?void 0:C[f],e.data),t((W=m[o])==null?void 0:W["*"],e.data),t((H=m["*"])==null?void 0:H["*"],e.data)};return window.addEventListener("message",s),()=>{window.removeEventListener("message",s)}},[i]);const y=n.useCallback((t,s,e)=>{var f,m;const o=i[t];if(!o){console.warn(`Origin not set for id: ${t}. Unable to send message.`);return}(m=(f=o==null?void 0:o.frameRef)==null?void 0:f.current)!=null&&m.contentWindow&&o.frameRef.current.contentWindow.postMessage({type:s,...e,instanceId:t},o.origin)},[i]),S=n.useRef(0),T=n.useCallback(()=>`${Date.now()}-${++S.current}`,[]),M=n.useCallback(async(t,s,e={})=>new Promise((o,f)=>{const m=T(),Z=(L,C)=>{delete E.current[m],C?f(C):o(L)};E.current[m]=Z,y(t,"request",{callbackId:m,requestType:s,data:e})}),[y]),x=n.useCallback((t,s)=>{y(t,"load-options",s)},[y]),q=n.useCallback((t,s)=>{y(t,"validate",s)},[y]),h=n.useMemo(()=>({registerFrame:F,unregisterFrame:g,sendMessage:y,sendRequest:M,loadOptions:x,validate:q,hasHandler:$,readyFrames:a,addListener:(t,s,e)=>(u.current[t]||(u.current[t]={}),u.current[t][s]||(u.current[t][s]=[]),u.current[t][s].push(e),()=>{u.current[t][s]=u.current[t][s].filter(o=>o!==e)})}),[F,g,y,M,x,q,$,a]);return p.jsx(k.Provider,{value:h,children:r})},I={},A=async r=>{try{const i=new URL(r).origin;if(I[i]!==void 0)return I[i];const a=await(await fetch(`${i}/mm-app-manifest.json`)).json();if(!a.version)throw new Error("Invalid manifest");return I[i]=a,a}catch{}return I[origin]=!1,!1},O=async r=>!!await A(r),j=(r,i,c)=>{const a=n.useContext(k);if(a===null)throw new Error("useEmbeddedEffect must be used within a MMEmbeddableZoneProvider");const b=n.useRef(c);n.useEffect(()=>{b.current=c},[c]),n.useEffect(()=>{if(!(!r||!i)){if(i.startsWith("key:")){const u=i.substring(4);return a.readyFrames[r]&&a.sendMessage(r,"subscribe-key",{keyChord:u}),a.addListener(r,`key-pressed:${u}`,(...l)=>b.current(...l))}return a.addListener(r,i,(...u)=>b.current(...u))}},[a,r,i])};v.propTypes={children:R.node.isRequired};const D=(U.default||U).iframe`
2
2
  width: 100%;
3
3
  height: 100%;
4
4
  border: none;
5
- visibility: ${s=>s.$isReady?"visible":"hidden"};
6
- `,U=({id:s,src:i,path:c,onInit:a=()=>{},context:f={},params:o={},...y})=>{if("isConfiguring"in y)return console.error("isConfiguring must be passed via the params prop to MMEmbeddableZone"),null;if("colorMode"in f)return console.error("colorMode must be passed via the params prop to MMEmbeddableZone"),null;if("isFullScreen"in f)return console.error("isFullScreen must be passed via the params prop to MMEmbeddableZone"),null;const l=e.useRef(),[I,F]=e.useState(),[b,m]=e.useState(0),{registerFrame:S,unregisterFrame:Z,sendMessage:M}=e.useContext(C),[$,x]=e.useState(!0),[w,n]=e.useState();return e.useEffect(()=>{b&&M(s,"set-context",{context:{...f,colorMode:o.colorMode,isFullScreen:o.isFullScreen}})},[f,o.colorMode,o.isFullScreen,s,b]),e.useEffect(()=>{b&&(M(s,"set-params",{params:o}),M(s,"set-configuring",{isConfiguring:o.isConfiguring}))},[o,s,b]),e.useEffect(()=>{c!==void 0&&n(c?.indexOf("/")===0?c:`/${c}`)},[c]),e.useEffect(()=>{w===void 0||!b||M(s,"navigate",{path:w})},[w,b,s,M]),e.useEffect(()=>{if(!(!i||!s||!l))return(async()=>{const t=await O(i);if(x(t),t){const r=new URL(i);S(s,r.origin,l),a(),F(`${r.origin}/mm-embedded-interop?id=${s}&origin=${window.location.origin}`);return}})(),()=>{Z(s)}},[i,s,S,l]),P(s,"ready",()=>m(t=>t+1)),$?p.jsx(W,{$isReady:b,ref:l,src:I,...y}):p.jsx("div",{style:{height:"100%",display:"flex",flex:1,alignItems:"center",justifyContent:"center"},children:p.jsx("div",{style:{textAlign:"center"},children:"Application must adhere to the MM App Manifest specification to be embedded."})})};U.propTypes={id:R.string,src:R.string.isRequired,path:R.string,onInit:R.func},d.MMEmbeddableZone=U,d.MMEmbeddableZoneContext=C,d.MMEmbeddableZoneProvider=L,d.getAppInfo=A,d.testIsEmbeddable=O,d.useEmbeddedEffect=P,Object.defineProperty(d,Symbol.toStringTag,{value:"Module"})}));
5
+ visibility: ${r=>r.$isReady?"visible":"hidden"};
6
+ `,P=({id:r,src:i,path:c,onInit:a=()=>{},context:b={},params:u={},...E})=>{if("isConfiguring"in E)return console.error("isConfiguring must be passed via the params prop to MMEmbeddableZone"),null;if("colorMode"in b)return console.error("colorMode must be passed via the params prop to MMEmbeddableZone"),null;if("isFullScreen"in b)return console.error("isFullScreen must be passed via the params prop to MMEmbeddableZone"),null;const l=n.useRef(),[$,F]=n.useState(),[g,y]=n.useState(0),{registerFrame:S,unregisterFrame:T,sendMessage:M}=n.useContext(k),[x,q]=n.useState(!0),[h,t]=n.useState();n.useEffect(()=>{g&&M(r,"set-context",{context:{...b,colorMode:u.colorMode,isFullScreen:u.isFullScreen}})},[b,u.colorMode,u.isFullScreen,r,g]),n.useEffect(()=>{g&&(M(r,"set-params",{params:u}),M(r,"set-configuring",{isConfiguring:u.isConfiguring}))},[u,r,g]),n.useEffect(()=>{c!==void 0&&t((c==null?void 0:c.indexOf("/"))===0?c:`/${c}`)},[c]),n.useEffect(()=>{h===void 0||!g||M(r,"navigate",{path:h})},[h,g,r,M]),n.useEffect(()=>{if(!(!i||!r||!l))return(async()=>{const e=await O(i);if(q(e),e){const o=new URL(i);S(r,o.origin,l),a(),F(`${o.origin}/mm-embedded-interop?id=${r}&origin=${window.location.origin}`);return}})(),()=>{T(r)}},[i,r,S,l]),j(r,"ready",()=>y(e=>e+1));const s=n.useRef();return j(r,"heartbeat",()=>{s.current&&clearTimeout(s.current),s.current=setTimeout(()=>{if(l.current){const e=new URL(i);l.current.src=`${e.origin}/mm-embedded-interop?id=${r}&origin=${window.location.origin}`}},6e3)}),n.useEffect(()=>()=>{s.current&&clearTimeout(s.current)},[]),x?p.jsx(D,{$isReady:g,ref:l,src:$,...E}):p.jsx("div",{style:{height:"100%",display:"flex",flex:1,alignItems:"center",justifyContent:"center"},children:p.jsx("div",{style:{textAlign:"center"},children:"Application must adhere to the MM App Manifest specification to be embedded."})})};P.propTypes={id:R.string,src:R.string.isRequired,path:R.string,onInit:R.func},d.MMEmbeddableZone=P,d.MMEmbeddableZoneContext=k,d.MMEmbeddableZoneProvider=v,d.getAppInfo=A,d.testIsEmbeddable=O,d.useEmbeddedEffect=j,Object.defineProperty(d,Symbol.toStringTag,{value:"Module"})}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@machinemetrics/mm-react-embeddable",
3
- "version": "1.1.1",
3
+ "version": "1.1.2-1",
4
4
  "license": "MIT",
5
5
  "module": "dist/mm-react-embeddable.es.js",
6
6
  "main": "dist/mm-react-embeddable.cjs.js",