@machinemetrics/mm-react-embeddable 1.3.0-0 → 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,254 +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 [
|
|
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
6
|
var r;
|
|
7
|
-
return !!((r =
|
|
8
|
-
}, []),
|
|
9
|
-
|
|
10
|
-
}, []),
|
|
11
|
-
|
|
12
|
-
const r = { ...
|
|
13
|
-
return delete r[
|
|
14
|
-
}),
|
|
15
|
-
const r = { ...
|
|
16
|
-
return delete r[
|
|
17
|
-
}), delete
|
|
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
|
-
r.forEach((
|
|
22
|
-
},
|
|
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
|
-
return window.addEventListener("message",
|
|
40
|
-
window.removeEventListener("message",
|
|
39
|
+
return window.addEventListener("message", t), () => {
|
|
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:
|
|
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
|
-
|
|
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
|
-
|
|
91
|
-
F,
|
|
92
|
-
u,
|
|
93
|
-
x,
|
|
90
|
+
C,
|
|
94
91
|
y,
|
|
95
|
-
|
|
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
|
|
126
|
-
return
|
|
127
|
-
|
|
128
|
-
`key-pressed:${
|
|
129
|
-
(...
|
|
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
|
+
`key-pressed:${i}`,
|
|
129
|
+
(...m) => w.current(...m)
|
|
130
130
|
);
|
|
131
131
|
}
|
|
132
|
-
return
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
(...
|
|
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
|
-
|
|
154
|
+
onTimeout: w,
|
|
155
|
+
context: i = {},
|
|
156
|
+
params: f = {},
|
|
156
157
|
skipManifestCheck: m = !1,
|
|
157
|
-
|
|
158
|
+
readyTimeout: I = 5e3,
|
|
159
|
+
...C
|
|
158
160
|
}) => {
|
|
159
|
-
if ("isConfiguring" in
|
|
161
|
+
if ("isConfiguring" in C)
|
|
160
162
|
return console.error(
|
|
161
163
|
"isConfiguring must be passed via the params prop to MMEmbeddableZone"
|
|
162
164
|
), null;
|
|
163
|
-
if ("colorMode" in
|
|
165
|
+
if ("colorMode" in i)
|
|
164
166
|
return console.error(
|
|
165
167
|
"colorMode must be passed via the params prop to MMEmbeddableZone"
|
|
166
168
|
), null;
|
|
167
|
-
if ("isFullScreen" in
|
|
169
|
+
if ("isFullScreen" in i)
|
|
168
170
|
return console.error(
|
|
169
171
|
"isFullScreen must be passed via the params prop to MMEmbeddableZone"
|
|
170
172
|
), null;
|
|
171
|
-
const
|
|
172
|
-
|
|
173
|
-
), [
|
|
174
|
-
|
|
175
|
-
|
|
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", {
|
|
176
180
|
context: {
|
|
177
|
-
...
|
|
181
|
+
...i,
|
|
178
182
|
// TODO: Remove this once everything is migrated to params
|
|
179
|
-
colorMode:
|
|
180
|
-
isFullScreen:
|
|
183
|
+
colorMode: f.colorMode,
|
|
184
|
+
isFullScreen: f.isFullScreen
|
|
181
185
|
}
|
|
182
186
|
});
|
|
183
|
-
}, [
|
|
184
|
-
|
|
185
|
-
}, [
|
|
186
|
-
|
|
187
|
-
}, [
|
|
188
|
-
|
|
189
|
-
}, [
|
|
190
|
-
if (!(!
|
|
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)) {
|
|
191
195
|
if (m) {
|
|
192
|
-
const
|
|
193
|
-
|
|
194
|
-
`${
|
|
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}`
|
|
195
199
|
);
|
|
196
200
|
} else
|
|
197
201
|
(async () => {
|
|
198
|
-
const
|
|
199
|
-
if (
|
|
200
|
-
const
|
|
201
|
-
|
|
202
|
-
`${
|
|
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}`
|
|
203
207
|
);
|
|
204
208
|
}
|
|
205
209
|
})();
|
|
206
210
|
return () => {
|
|
207
|
-
|
|
211
|
+
q(e);
|
|
208
212
|
};
|
|
209
213
|
}
|
|
210
|
-
}, [
|
|
211
|
-
if (!(!m || !
|
|
212
|
-
return
|
|
213
|
-
|
|
214
|
-
|
|
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);
|
|
215
225
|
});
|
|
216
|
-
const
|
|
217
|
-
return
|
|
218
|
-
|
|
219
|
-
if (
|
|
220
|
-
const
|
|
221
|
-
|
|
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}`;
|
|
222
232
|
}
|
|
223
233
|
}, 6e3);
|
|
224
|
-
}),
|
|
225
|
-
|
|
226
|
-
}, []),
|
|
227
|
-
"div",
|
|
228
|
-
{
|
|
229
|
-
style: {
|
|
230
|
-
height: "100%",
|
|
231
|
-
display: "flex",
|
|
232
|
-
flex: 1,
|
|
233
|
-
alignItems: "center",
|
|
234
|
-
justifyContent: "center"
|
|
235
|
-
}
|
|
236
|
-
},
|
|
237
|
-
/* @__PURE__ */ Z.createElement("div", { style: { textAlign: "center" } }, "Application must support the MM App Framework to be embedded.")
|
|
238
|
-
);
|
|
234
|
+
}), b(() => () => {
|
|
235
|
+
R.current && clearTimeout(R.current);
|
|
236
|
+
}, []), !m && !n ? null : /* @__PURE__ */ v.createElement(V, { $isReady: p, ref: y, src: g, ...C });
|
|
239
237
|
};
|
|
240
238
|
X.propTypes = {
|
|
241
239
|
id: h.string,
|
|
242
240
|
src: h.string.isRequired,
|
|
243
241
|
path: h.string,
|
|
244
242
|
onInit: h.func,
|
|
245
|
-
|
|
243
|
+
onTimeout: h.func,
|
|
244
|
+
skipManifestCheck: h.bool,
|
|
245
|
+
readyTimeout: h.number
|
|
246
246
|
};
|
|
247
247
|
export {
|
|
248
248
|
X as MMEmbeddableZone,
|
|
249
|
-
|
|
249
|
+
O as MMEmbeddableZoneContext,
|
|
250
250
|
G as MMEmbeddableZoneProvider,
|
|
251
251
|
J as getAppInfo,
|
|
252
252
|
K as testIsEmbeddable,
|
|
253
|
-
|
|
253
|
+
S as useEmbeddedEffect
|
|
254
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"})}));
|