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