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