@machinemetrics/mm-react-embeddable 0.10.2-0 → 0.10.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 t=require("react"),
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("react"),M=require("prop-types"),x=require("styled-components"),R=t.createContext(null),P=({children:r})=>{const[a,c]=t.useState({}),o=t.useRef({}),l=t.useCallback((e,s,n)=>{c(i=>({...i,[e]:{origin:s,frameRef:n}}))},[]),f=t.useCallback(e=>{c(s=>{const n={...s};return delete n[e],n})},[]);t.useEffect(()=>{const e=(n=[],i)=>{n.forEach(d=>d(i))},s=n=>{var y,E,w,b,p;if(!((y=n==null?void 0:n.data)!=null&&y.instanceId))return;const{instanceId:i,type:d}=n.data,g=o.current;e((E=g[i])==null?void 0:E[d],n.data),e((w=g["*"])==null?void 0:w[d],n.data),e((b=g[i])==null?void 0:b["*"],n.data),e((p=g["*"])==null?void 0:p["*"],n.data)};return window.addEventListener("message",s),()=>{window.removeEventListener("message",s)}},[a]);const u=t.useCallback((e,s,n)=>{console.log("sendMessage",e,s,n);const i=a[e];if(!i){console.warn(`Origin not set for id: ${e}. Unable to send message.`);return}i.frameRef.current.contentWindow.postMessage({type:s,...n,instanceId:e},i.origin)},[a]),m=t.useCallback((e,s)=>{u(e,"load-options",s)},[u]),I=t.useCallback((e,s)=>{u(e,"validate",s)},[u]),C={registerFrame:l,unregisterFrame:f,sendMessage:u,loadOptions:m,validate:I,addListener:(e,s,n)=>(o.current[e]||(o.current[e]={}),o.current[e][s]||(o.current[e][s]=[]),o.current[e][s].push(n),()=>{o.current[e][s]=o.current[e][s].filter(i=>i!==n)})};return t.createElement(R.Provider,{value:C},r)},h={},$=async r=>{try{const a=new URL(r).origin;if(h[a]!==void 0)return h[a];const o=await(await fetch(`${a}/mm-app-manifest.json`)).json();if(!o.version)throw new Error("Invalid manifest");return h[a]=o,o}catch{}return h[origin]=!1,!1},L=async r=>!!await $(r),S=(r,a,c)=>{const o=t.useContext(R);if(o===null)throw new Error("useEmbeddedEffect must be used within a MMEmbeddableZoneProvider");const l=t.useRef(c);return t.useEffect(()=>{l.current=c},[c]),t.useEffect(()=>{if(!(!r||!a))return o.addListener(r,a,(...f)=>l.current(...f))},[o,r,a]),t.useCallback((f,u)=>o.sendMessage(r,f,u),[o,r])};P.propTypes={children:M.node.isRequired};const v=x.default||x,F=v.iframe`
|
|
2
2
|
width: 100%;
|
|
3
3
|
height: 100%;
|
|
4
4
|
border: none;
|
|
5
5
|
visibility: ${r=>r.$isReady?"visible":"hidden"};
|
|
6
|
-
`,Z=({id:r,src:a,path:c,onInit:
|
|
6
|
+
`,Z=({id:r,src:a,path:c,onInit:o=()=>{},context:l,isConfiguring:f,...u})=>{const m=t.useRef(),[I,C]=t.useState(),[e,s]=t.useState(0),{registerFrame:n,unregisterFrame:i,sendMessage:d}=t.useContext(R),[g,y]=t.useState(!0),[E,w]=t.useState();return t.useEffect(()=>{e&&d(r,"set-context",{context:l})},[l,r,e]),t.useEffect(()=>{c!==void 0&&w(c)},[c]),t.useEffect(()=>{E===void 0||!e||d(r,"navigate",{path:E})},[E,e,r,d]),t.useEffect(()=>{e&&d(r,"set-configuring",{isConfiguring:f})},[e,f]),t.useEffect(()=>{if(!(!a||!r||!m))return(async()=>{const b=await L(a);if(y(b),b){const p=new URL(a);n(r,p.origin,m),o(),C(`${p.origin}/mm-embedded-interop?id=${r}&origin=${window.location.origin}`);return}})(),()=>{i(r)}},[a,r,n,m]),S(r,"ready",()=>s(b=>b+1)),g?t.createElement(F,{$isReady:e,ref:m,src:I,...u}):t.createElement("div",{style:{height:"100%",display:"flex",alignItems:"center",justifyContent:"center"}},t.createElement("div",{style:{textAlign:"center"}},"Application must adhere to the MM App Manifest specification to be embedded."))};Z.propTypes={id:M.string,src:M.string.isRequired,path:M.string,onInit:M.func};exports.MMEmbeddableZone=Z;exports.MMEmbeddableZoneContext=R;exports.MMEmbeddableZoneProvider=P;exports.getAppInfo=$;exports.testIsEmbeddable=L;exports.useEmbeddedEffect=S;
|
|
@@ -1,50 +1,51 @@
|
|
|
1
|
-
import x, { createContext as C, useState as
|
|
2
|
-
import
|
|
1
|
+
import x, { createContext as C, useState as h, useRef as F, useCallback as E, useEffect as f, useContext as A } from "react";
|
|
2
|
+
import y from "prop-types";
|
|
3
3
|
import v from "styled-components";
|
|
4
4
|
const P = C(null), U = ({ children: t }) => {
|
|
5
|
-
const [o, a] =
|
|
6
|
-
a((i) => ({ ...i, [e]: { origin:
|
|
5
|
+
const [o, a] = h({}), s = F({}), l = E((e, n, r) => {
|
|
6
|
+
a((i) => ({ ...i, [e]: { origin: n, frameRef: r } }));
|
|
7
7
|
}, []), u = E((e) => {
|
|
8
|
-
a((
|
|
9
|
-
const r = { ...
|
|
8
|
+
a((n) => {
|
|
9
|
+
const r = { ...n };
|
|
10
10
|
return delete r[e], r;
|
|
11
11
|
});
|
|
12
12
|
}, []);
|
|
13
13
|
f(() => {
|
|
14
14
|
const e = (r = [], i) => {
|
|
15
15
|
r.forEach((d) => d(i));
|
|
16
|
-
},
|
|
17
|
-
var M,
|
|
16
|
+
}, n = (r) => {
|
|
17
|
+
var M, p, R, m, w;
|
|
18
18
|
if (!((M = r == null ? void 0 : r.data) != null && M.instanceId))
|
|
19
19
|
return;
|
|
20
|
-
const { instanceId: i, type: d } = r.data,
|
|
21
|
-
e((
|
|
20
|
+
const { instanceId: i, type: d } = r.data, b = s.current;
|
|
21
|
+
e((p = b[i]) == null ? void 0 : p[d], r.data), e((R = b["*"]) == null ? void 0 : R[d], r.data), e((m = b[i]) == null ? void 0 : m["*"], r.data), e((w = b["*"]) == null ? void 0 : w["*"], r.data);
|
|
22
22
|
};
|
|
23
|
-
return window.addEventListener("message",
|
|
24
|
-
window.removeEventListener("message",
|
|
23
|
+
return window.addEventListener("message", n), () => {
|
|
24
|
+
window.removeEventListener("message", n);
|
|
25
25
|
};
|
|
26
26
|
}, [o]);
|
|
27
27
|
const c = E(
|
|
28
|
-
(e,
|
|
28
|
+
(e, n, r) => {
|
|
29
|
+
console.log("sendMessage", e, n, r);
|
|
29
30
|
const i = o[e];
|
|
30
31
|
if (!i) {
|
|
31
32
|
console.warn(`Origin not set for id: ${e}. Unable to send message.`);
|
|
32
33
|
return;
|
|
33
34
|
}
|
|
34
35
|
i.frameRef.current.contentWindow.postMessage(
|
|
35
|
-
{ type:
|
|
36
|
+
{ type: n, ...r, instanceId: e },
|
|
36
37
|
i.origin
|
|
37
38
|
);
|
|
38
39
|
},
|
|
39
40
|
[o]
|
|
40
41
|
), g = E(
|
|
41
|
-
(e,
|
|
42
|
-
c(e, "load-options",
|
|
42
|
+
(e, n) => {
|
|
43
|
+
c(e, "load-options", n);
|
|
43
44
|
},
|
|
44
45
|
[c]
|
|
45
46
|
), $ = E(
|
|
46
|
-
(e,
|
|
47
|
-
c(e, "validate",
|
|
47
|
+
(e, n) => {
|
|
48
|
+
c(e, "validate", n);
|
|
48
49
|
},
|
|
49
50
|
[c]
|
|
50
51
|
), L = {
|
|
@@ -53,8 +54,8 @@ const P = C(null), U = ({ children: t }) => {
|
|
|
53
54
|
sendMessage: c,
|
|
54
55
|
loadOptions: g,
|
|
55
56
|
validate: $,
|
|
56
|
-
addListener: (e,
|
|
57
|
-
|
|
57
|
+
addListener: (e, n, r) => (s.current[e] || (s.current[e] = {}), s.current[e][n] || (s.current[e][n] = []), s.current[e][n].push(r), () => {
|
|
58
|
+
s.current[e][n] = s.current[e][n].filter((i) => i !== r);
|
|
58
59
|
})
|
|
59
60
|
};
|
|
60
61
|
return /* @__PURE__ */ x.createElement(P.Provider, { value: L }, t);
|
|
@@ -63,16 +64,16 @@ const P = C(null), U = ({ children: t }) => {
|
|
|
63
64
|
const o = new URL(t).origin;
|
|
64
65
|
if (I[o] !== void 0)
|
|
65
66
|
return I[o];
|
|
66
|
-
const
|
|
67
|
-
if (!
|
|
67
|
+
const s = await (await fetch(`${o}/mm-app-manifest.json`)).json();
|
|
68
|
+
if (!s.version)
|
|
68
69
|
throw new Error("Invalid manifest");
|
|
69
|
-
return I[o] =
|
|
70
|
+
return I[o] = s, s;
|
|
70
71
|
} catch {
|
|
71
72
|
}
|
|
72
73
|
return I[origin] = !1, !1;
|
|
73
74
|
}, j = async (t) => !!await Z(t), O = (t, o, a) => {
|
|
74
|
-
const
|
|
75
|
-
if (
|
|
75
|
+
const s = A(P);
|
|
76
|
+
if (s === null)
|
|
76
77
|
throw new Error(
|
|
77
78
|
"useEmbeddedEffect must be used within a MMEmbeddableZoneProvider"
|
|
78
79
|
);
|
|
@@ -81,18 +82,18 @@ const P = C(null), U = ({ children: t }) => {
|
|
|
81
82
|
l.current = a;
|
|
82
83
|
}, [a]), f(() => {
|
|
83
84
|
if (!(!t || !o))
|
|
84
|
-
return
|
|
85
|
+
return s.addListener(
|
|
85
86
|
t,
|
|
86
87
|
o,
|
|
87
88
|
(...u) => l.current(...u)
|
|
88
89
|
);
|
|
89
|
-
}, [
|
|
90
|
-
(u, c) =>
|
|
91
|
-
[
|
|
90
|
+
}, [s, t, o]), E(
|
|
91
|
+
(u, c) => s.sendMessage(t, u, c),
|
|
92
|
+
[s, t]
|
|
92
93
|
);
|
|
93
94
|
};
|
|
94
95
|
U.propTypes = {
|
|
95
|
-
children:
|
|
96
|
+
children: y.node.isRequired
|
|
96
97
|
};
|
|
97
98
|
const T = v.default || v, q = T.iframe`
|
|
98
99
|
width: 100%;
|
|
@@ -103,22 +104,22 @@ const T = v.default || v, q = T.iframe`
|
|
|
103
104
|
id: t,
|
|
104
105
|
src: o,
|
|
105
106
|
path: a,
|
|
106
|
-
onInit:
|
|
107
|
+
onInit: s = () => {
|
|
107
108
|
},
|
|
108
109
|
context: l,
|
|
109
110
|
isConfiguring: u,
|
|
110
111
|
...c
|
|
111
112
|
}) => {
|
|
112
|
-
const g = F(), [$, L] =
|
|
113
|
+
const g = F(), [$, L] = h(), [e, n] = h(0), { registerFrame: r, unregisterFrame: i, sendMessage: d } = A(
|
|
113
114
|
P
|
|
114
|
-
), [
|
|
115
|
+
), [b, M] = h(!0), [p, R] = h();
|
|
115
116
|
return f(() => {
|
|
116
117
|
e && d(t, "set-context", { context: l });
|
|
117
118
|
}, [l, t, e]), f(() => {
|
|
118
119
|
a !== void 0 && R(a);
|
|
119
120
|
}, [a]), f(() => {
|
|
120
|
-
|
|
121
|
-
}, [
|
|
121
|
+
p === void 0 || !e || d(t, "navigate", { path: p });
|
|
122
|
+
}, [p, e, t, d]), f(() => {
|
|
122
123
|
e && d(t, "set-configuring", { isConfiguring: u });
|
|
123
124
|
}, [e, u]), f(() => {
|
|
124
125
|
if (!(!o || !t || !g))
|
|
@@ -126,7 +127,7 @@ const T = v.default || v, q = T.iframe`
|
|
|
126
127
|
const m = await j(o);
|
|
127
128
|
if (M(m), m) {
|
|
128
129
|
const w = new URL(o);
|
|
129
|
-
r(t, w.origin, g),
|
|
130
|
+
r(t, w.origin, g), s(), L(
|
|
130
131
|
`${w.origin}/mm-embedded-interop?id=${t}&origin=${window.location.origin}`
|
|
131
132
|
);
|
|
132
133
|
return;
|
|
@@ -134,7 +135,7 @@ const T = v.default || v, q = T.iframe`
|
|
|
134
135
|
})(), () => {
|
|
135
136
|
i(t);
|
|
136
137
|
};
|
|
137
|
-
}, [o, t, r, g]), O(t, "ready", () =>
|
|
138
|
+
}, [o, t, r, g]), O(t, "ready", () => n((m) => m + 1)), b ? /* @__PURE__ */ x.createElement(q, { $isReady: e, ref: g, src: $, ...c }) : /* @__PURE__ */ x.createElement(
|
|
138
139
|
"div",
|
|
139
140
|
{
|
|
140
141
|
style: {
|
|
@@ -148,10 +149,10 @@ const T = v.default || v, q = T.iframe`
|
|
|
148
149
|
);
|
|
149
150
|
};
|
|
150
151
|
S.propTypes = {
|
|
151
|
-
id:
|
|
152
|
-
src:
|
|
153
|
-
path:
|
|
154
|
-
onInit:
|
|
152
|
+
id: y.string,
|
|
153
|
+
src: y.string.isRequired,
|
|
154
|
+
path: y.string,
|
|
155
|
+
onInit: y.func
|
|
155
156
|
};
|
|
156
157
|
export {
|
|
157
158
|
S as MMEmbeddableZone,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
(function(d,e){typeof exports=="object"&&typeof module<"u"?e(exports,require("react"),require("prop-types"),require("styled-components")):typeof define=="function"&&define.amd?define(["exports","react","prop-types","styled-components"],e):(d=typeof globalThis<"u"?globalThis:d||self,e(d["mm-react-embeddable"]={},d.React,d.PropTypes,d.styled))})(this,function(d,e,y,S){"use strict";const
|
|
1
|
+
(function(d,e){typeof exports=="object"&&typeof module<"u"?e(exports,require("react"),require("prop-types"),require("styled-components")):typeof define=="function"&&define.amd?define(["exports","react","prop-types","styled-components"],e):(d=typeof globalThis<"u"?globalThis:d||self,e(d["mm-react-embeddable"]={},d.React,d.PropTypes,d.styled))})(this,function(d,e,y,S){"use strict";const h=e.createContext(null),Z=({children:n})=>{const[i,a]=e.useState({}),o=e.useRef({}),m=e.useCallback((t,s,r)=>{a(u=>({...u,[t]:{origin:s,frameRef:r}}))},[]),l=e.useCallback(t=>{a(s=>{const r={...s};return delete r[t],r})},[]);e.useEffect(()=>{const t=(r=[],u)=>{r.forEach(c=>c(u))},s=r=>{var I,p,C,b,M;if(!((I=r==null?void 0:r.data)!=null&&I.instanceId))return;const{instanceId:u,type:c}=r.data,E=o.current;t((p=E[u])==null?void 0:p[c],r.data),t((C=E["*"])==null?void 0:C[c],r.data),t((b=E[u])==null?void 0:b["*"],r.data),t((M=E["*"])==null?void 0:M["*"],r.data)};return window.addEventListener("message",s),()=>{window.removeEventListener("message",s)}},[i]);const f=e.useCallback((t,s,r)=>{console.log("sendMessage",t,s,r);const u=i[t];if(!u){console.warn(`Origin not set for id: ${t}. Unable to send message.`);return}u.frameRef.current.contentWindow.postMessage({type:s,...r,instanceId:t},u.origin)},[i]),g=e.useCallback((t,s)=>{f(t,"load-options",s)},[f]),$=e.useCallback((t,s)=>{f(t,"validate",s)},[f]),L={registerFrame:m,unregisterFrame:l,sendMessage:f,loadOptions:g,validate:$,addListener:(t,s,r)=>(o.current[t]||(o.current[t]={}),o.current[t][s]||(o.current[t][s]=[]),o.current[t][s].push(r),()=>{o.current[t][s]=o.current[t][s].filter(u=>u!==r)})};return e.createElement(h.Provider,{value:L},n)},w={},v=async n=>{try{const i=new URL(n).origin;if(w[i]!==void 0)return w[i];const o=await(await fetch(`${i}/mm-app-manifest.json`)).json();if(!o.version)throw new Error("Invalid manifest");return w[i]=o,o}catch{}return w[origin]=!1,!1},x=async n=>!!await v(n),F=(n,i,a)=>{const o=e.useContext(h);if(o===null)throw new Error("useEmbeddedEffect must be used within a MMEmbeddableZoneProvider");const m=e.useRef(a);return e.useEffect(()=>{m.current=a},[a]),e.useEffect(()=>{if(!(!n||!i))return o.addListener(n,i,(...l)=>m.current(...l))},[o,n,i]),e.useCallback((l,f)=>o.sendMessage(n,l,f),[o,n])};Z.propTypes={children:y.node.isRequired};const q=(S.default||S).iframe`
|
|
2
2
|
width: 100%;
|
|
3
3
|
height: 100%;
|
|
4
4
|
border: none;
|
|
5
5
|
visibility: ${n=>n.$isReady?"visible":"hidden"};
|
|
6
|
-
`,j=({id:n,src:
|
|
6
|
+
`,j=({id:n,src:i,path:a,onInit:o=()=>{},context:m,isConfiguring:l,...f})=>{const g=e.useRef(),[$,L]=e.useState(),[t,s]=e.useState(0),{registerFrame:r,unregisterFrame:u,sendMessage:c}=e.useContext(h),[E,I]=e.useState(!0),[p,C]=e.useState();return e.useEffect(()=>{t&&c(n,"set-context",{context:m})},[m,n,t]),e.useEffect(()=>{a!==void 0&&C(a)},[a]),e.useEffect(()=>{p===void 0||!t||c(n,"navigate",{path:p})},[p,t,n,c]),e.useEffect(()=>{t&&c(n,"set-configuring",{isConfiguring:l})},[t,l]),e.useEffect(()=>{if(!(!i||!n||!g))return(async()=>{const b=await x(i);if(I(b),b){const M=new URL(i);r(n,M.origin,g),o(),L(`${M.origin}/mm-embedded-interop?id=${n}&origin=${window.location.origin}`);return}})(),()=>{u(n)}},[i,n,r,g]),F(n,"ready",()=>s(b=>b+1)),E?e.createElement(q,{$isReady:t,ref:g,src:$,...f}):e.createElement("div",{style:{height:"100%",display:"flex",alignItems:"center",justifyContent:"center"}},e.createElement("div",{style:{textAlign:"center"}},"Application must adhere to the MM App Manifest specification to be embedded."))};j.propTypes={id:y.string,src:y.string.isRequired,path:y.string,onInit:y.func},d.MMEmbeddableZone=j,d.MMEmbeddableZoneContext=h,d.MMEmbeddableZoneProvider=Z,d.getAppInfo=v,d.testIsEmbeddable=x,d.useEmbeddedEffect=F,Object.defineProperty(d,Symbol.toStringTag,{value:"Module"})});
|