@soyio/soyio-widget 1.0.5 → 1.0.6
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.
- package/README.md +2 -0
- package/dist/index.js +60 -60
- package/dist/index.umd.cjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -84,6 +84,8 @@ The `onEvent` callback is designed to handle various events that occur during wi
|
|
|
84
84
|
- `identityId`: The unique identifier for the authenticated identity.
|
|
85
85
|
- `userReference`: The reference identifier for the user, facilitating the association of the event with the user within the company's context.
|
|
86
86
|
|
|
87
|
+
- **`DENIED_CAMERA_PERMISSION`**: Event triggered when user denies camera permissions. It closes the widget.
|
|
88
|
+
|
|
87
89
|
- **`WIDGET_CLOSED`**: This event occurs when the user closes the `Soyio` pop up. The event object is as follows:
|
|
88
90
|
|
|
89
91
|
- `{ eventName: 'WIDGET_CLOSED' }`.
|
package/dist/index.js
CHANGED
|
@@ -67,7 +67,7 @@ var ht = { exports: {} }, lt = { exports: {} };
|
|
|
67
67
|
}, g.p = "", g(g.s = 0);
|
|
68
68
|
}([function(A, S, g) {
|
|
69
69
|
g.r(S), g.d(S, "Promise", function() {
|
|
70
|
-
return
|
|
70
|
+
return P;
|
|
71
71
|
}), g.d(S, "TYPES", function() {
|
|
72
72
|
return Lt;
|
|
73
73
|
}), g.d(S, "ProxyWindow", function() {
|
|
@@ -446,7 +446,7 @@ var ht = { exports: {} }, lt = { exports: {} };
|
|
|
446
446
|
function rn() {
|
|
447
447
|
Wn -= 1, Fn();
|
|
448
448
|
}
|
|
449
|
-
var
|
|
449
|
+
var P = function() {
|
|
450
450
|
function n(t) {
|
|
451
451
|
var e = this;
|
|
452
452
|
if (this.resolved = void 0, this.rejected = void 0, this.errorHandled = void 0, this.value = void 0, this.error = void 0, this.handlers = void 0, this.dispatching = void 0, this.stack = void 0, this.resolved = !1, this.rejected = !1, this.errorHandled = !1, this.handlers = [], t) {
|
|
@@ -866,7 +866,7 @@ var ht = { exports: {} }, lt = { exports: {} };
|
|
|
866
866
|
for (var e = arguments, o = this, i = arguments.length, a = new Array(i), s = 0; s < i; s++)
|
|
867
867
|
a[s] = arguments[s];
|
|
868
868
|
var c = Bn(a);
|
|
869
|
-
return r.hasOwnProperty(c) || (r[c] =
|
|
869
|
+
return r.hasOwnProperty(c) || (r[c] = P.try(function() {
|
|
870
870
|
return n.apply(o, e);
|
|
871
871
|
}).finally(function() {
|
|
872
872
|
delete r[c];
|
|
@@ -912,7 +912,7 @@ var ht = { exports: {} }, lt = { exports: {} };
|
|
|
912
912
|
n.hasOwnProperty(t) && r.push(n[t]);
|
|
913
913
|
return r;
|
|
914
914
|
});
|
|
915
|
-
function
|
|
915
|
+
function Pn(n) {
|
|
916
916
|
return {}.toString.call(n) === "[object RegExp]";
|
|
917
917
|
}
|
|
918
918
|
function un(n, r, t) {
|
|
@@ -934,7 +934,7 @@ var ht = { exports: {} }, lt = { exports: {} };
|
|
|
934
934
|
return !!document.body && document.readyState === "interactive";
|
|
935
935
|
}
|
|
936
936
|
on(function() {
|
|
937
|
-
return new
|
|
937
|
+
return new P(function(n) {
|
|
938
938
|
if (Zn() || Vn())
|
|
939
939
|
return n();
|
|
940
940
|
var r = setInterval(function() {
|
|
@@ -1067,12 +1067,12 @@ var ht = { exports: {} }, lt = { exports: {} };
|
|
|
1067
1067
|
o && o.resolve({
|
|
1068
1068
|
domain: t
|
|
1069
1069
|
});
|
|
1070
|
-
var i =
|
|
1070
|
+
var i = P.resolve({
|
|
1071
1071
|
domain: t
|
|
1072
1072
|
});
|
|
1073
1073
|
return e.set(n, i), i;
|
|
1074
1074
|
}
|
|
1075
|
-
function
|
|
1075
|
+
function bn(n, r) {
|
|
1076
1076
|
return (0, r.send)(n, "postrobot_hello", {
|
|
1077
1077
|
instanceID: Yn()
|
|
1078
1078
|
}, {
|
|
@@ -1092,7 +1092,7 @@ var ht = { exports: {} }, lt = { exports: {} };
|
|
|
1092
1092
|
function Kn(n, r) {
|
|
1093
1093
|
var t = r.send;
|
|
1094
1094
|
return C("windowInstanceIDPromises").getOrSet(n, function() {
|
|
1095
|
-
return
|
|
1095
|
+
return bn(n, {
|
|
1096
1096
|
send: t
|
|
1097
1097
|
}).then(function(e) {
|
|
1098
1098
|
return e.instanceID;
|
|
@@ -1114,7 +1114,7 @@ var ht = { exports: {} }, lt = { exports: {} };
|
|
|
1114
1114
|
__val__: r
|
|
1115
1115
|
};
|
|
1116
1116
|
}
|
|
1117
|
-
var L,
|
|
1117
|
+
var L, Pt = ((L = {}).function = function() {
|
|
1118
1118
|
}, L.error = function(n) {
|
|
1119
1119
|
return K("error", {
|
|
1120
1120
|
message: n.message,
|
|
@@ -1141,7 +1141,7 @@ var ht = { exports: {} }, lt = { exports: {} };
|
|
|
1141
1141
|
return n;
|
|
1142
1142
|
}, L[void 0] = function(n) {
|
|
1143
1143
|
return K("undefined", n);
|
|
1144
|
-
}, L),
|
|
1144
|
+
}, L), bt = {}, F, It = ((F = {}).function = function() {
|
|
1145
1145
|
throw new Error("Function serialization is not implemented; nothing to deserialize");
|
|
1146
1146
|
}, F.error = function(n) {
|
|
1147
1147
|
var r = n.stack, t = n.code, e = n.data, o = new Error(n.message);
|
|
@@ -1168,7 +1168,7 @@ var ht = { exports: {} }, lt = { exports: {} };
|
|
|
1168
1168
|
return n;
|
|
1169
1169
|
}, F[void 0] = function() {
|
|
1170
1170
|
}, F), Ot = {};
|
|
1171
|
-
new
|
|
1171
|
+
new P(function(n) {
|
|
1172
1172
|
if (window.document && window.document.body)
|
|
1173
1173
|
return n(window.document.body);
|
|
1174
1174
|
var r = setInterval(function() {
|
|
@@ -1236,8 +1236,8 @@ var ht = { exports: {} }, lt = { exports: {} };
|
|
|
1236
1236
|
if (!w)
|
|
1237
1237
|
throw new Error("Can not post to window without target name");
|
|
1238
1238
|
(function(m) {
|
|
1239
|
-
var
|
|
1240
|
-
if (W.setAttribute("target", R), W.setAttribute("method", j), W.setAttribute("action",
|
|
1239
|
+
var b = m.url, R = m.target, O = m.body, I = m.method, j = I === void 0 ? "post" : I, W = document.createElement("form");
|
|
1240
|
+
if (W.setAttribute("target", R), W.setAttribute("method", j), W.setAttribute("action", b), W.style.display = "none", O)
|
|
1241
1241
|
for (var D = 0, B = Object.keys(O); D < B.length; D++) {
|
|
1242
1242
|
var N, sn = B[D], Rn = document.createElement("input");
|
|
1243
1243
|
Rn.setAttribute("name", sn), Rn.setAttribute("value", (N = O[sn]) == null ? void 0 : N.toString()), W.appendChild(Rn);
|
|
@@ -1268,7 +1268,7 @@ var ht = { exports: {} }, lt = { exports: {} };
|
|
|
1268
1268
|
var h = $(u), d = Mn(u);
|
|
1269
1269
|
if (!h)
|
|
1270
1270
|
throw new Error("Can not set name for cross-domain window: " + c);
|
|
1271
|
-
vn(u).name = c, d && d.setAttribute("name", c), i =
|
|
1271
|
+
vn(u).name = c, d && d.setAttribute("name", c), i = P.resolve(c);
|
|
1272
1272
|
});
|
|
1273
1273
|
}
|
|
1274
1274
|
};
|
|
@@ -1276,7 +1276,7 @@ var ht = { exports: {} }, lt = { exports: {} };
|
|
|
1276
1276
|
var H = function() {
|
|
1277
1277
|
function n(t) {
|
|
1278
1278
|
var e = t.send, o = t.win, i = t.serializedWindow;
|
|
1279
|
-
this.id = void 0, this.isProxyWindow = !0, this.serializedWindow = void 0, this.actualWindow = void 0, this.actualWindowPromise = void 0, this.send = void 0, this.name = void 0, this.actualWindowPromise = new
|
|
1279
|
+
this.id = void 0, this.isProxyWindow = !0, this.serializedWindow = void 0, this.actualWindow = void 0, this.actualWindowPromise = void 0, this.send = void 0, this.name = void 0, this.actualWindowPromise = new P(), this.serializedWindow = i || _n(this.actualWindowPromise, {
|
|
1280
1280
|
send: e
|
|
1281
1281
|
}), z("idToProxyWindow").set(this.getID(), this), o && this.setWindow(o, {
|
|
1282
1282
|
send: e
|
|
@@ -1309,14 +1309,14 @@ var ht = { exports: {} }, lt = { exports: {} };
|
|
|
1309
1309
|
return t;
|
|
1310
1310
|
});
|
|
1311
1311
|
}, r.focus = function() {
|
|
1312
|
-
var t = this, e = this.isPopup(), o = this.getName(), i =
|
|
1312
|
+
var t = this, e = this.isPopup(), o = this.getName(), i = P.hash({
|
|
1313
1313
|
isPopup: e,
|
|
1314
1314
|
name: o
|
|
1315
1315
|
}).then(function(s) {
|
|
1316
1316
|
var c = s.name;
|
|
1317
1317
|
s.isPopup && c && window.open("", c, "noopener");
|
|
1318
1318
|
}), a = this.serializedWindow.focus();
|
|
1319
|
-
return
|
|
1319
|
+
return P.all([i, a]).then(function() {
|
|
1320
1320
|
return t;
|
|
1321
1321
|
});
|
|
1322
1322
|
}, r.isClosed = function() {
|
|
@@ -1333,8 +1333,8 @@ var ht = { exports: {} }, lt = { exports: {} };
|
|
|
1333
1333
|
return this.actualWindowPromise;
|
|
1334
1334
|
}, r.matchWindow = function(t, e) {
|
|
1335
1335
|
var o = this, i = e.send;
|
|
1336
|
-
return
|
|
1337
|
-
return o.actualWindow ? t === o.actualWindow :
|
|
1336
|
+
return P.try(function() {
|
|
1337
|
+
return o.actualWindow ? t === o.actualWindow : P.hash({
|
|
1338
1338
|
proxyInstanceID: o.getInstanceID(),
|
|
1339
1339
|
knownWindowInstanceID: Kn(t, {
|
|
1340
1340
|
send: i
|
|
@@ -1413,12 +1413,12 @@ var ht = { exports: {} }, lt = { exports: {} };
|
|
|
1413
1413
|
var d = h.source, f = h.origin, l = h.data, p = l.id, w = l.name, m = nt(d, p);
|
|
1414
1414
|
if (!m)
|
|
1415
1415
|
throw new Error("Could not find method '" + w + "' with id: " + l.id + " in " + T(window));
|
|
1416
|
-
var
|
|
1417
|
-
return
|
|
1416
|
+
var b = m.source, R = m.domain, O = m.val;
|
|
1417
|
+
return P.try(function() {
|
|
1418
1418
|
if (!_(R, f))
|
|
1419
|
-
throw new Error("Method '" + l.name + "' domain " + JSON.stringify(
|
|
1420
|
-
if (H.isProxyWindow(
|
|
1421
|
-
return
|
|
1419
|
+
throw new Error("Method '" + l.name + "' domain " + JSON.stringify(Pn(m.domain) ? m.domain.source : m.domain) + " does not match origin " + f + " in " + T(window));
|
|
1420
|
+
if (H.isProxyWindow(b))
|
|
1421
|
+
return b.matchWindow(d, {
|
|
1422
1422
|
send: s
|
|
1423
1423
|
}).then(function(I) {
|
|
1424
1424
|
if (!I)
|
|
@@ -1430,7 +1430,7 @@ var ht = { exports: {} }, lt = { exports: {} };
|
|
|
1430
1430
|
origin: f
|
|
1431
1431
|
}, l.args);
|
|
1432
1432
|
}, function(I) {
|
|
1433
|
-
return
|
|
1433
|
+
return P.try(function() {
|
|
1434
1434
|
if (O.onError)
|
|
1435
1435
|
return O.onError(I);
|
|
1436
1436
|
}).then(function() {
|
|
@@ -1465,7 +1465,7 @@ var ht = { exports: {} }, lt = { exports: {} };
|
|
|
1465
1465
|
function rt(n, r, t, e) {
|
|
1466
1466
|
var o, i = e.on, a = e.send;
|
|
1467
1467
|
return function(s, c) {
|
|
1468
|
-
c === void 0 && (c =
|
|
1468
|
+
c === void 0 && (c = bt);
|
|
1469
1469
|
var u = JSON.stringify(s, function(h) {
|
|
1470
1470
|
var d = this[h];
|
|
1471
1471
|
if (In(this))
|
|
@@ -1473,7 +1473,7 @@ var ht = { exports: {} }, lt = { exports: {} };
|
|
|
1473
1473
|
var f = Qn(d);
|
|
1474
1474
|
if (!f)
|
|
1475
1475
|
return d;
|
|
1476
|
-
var l = c[f] ||
|
|
1476
|
+
var l = c[f] || Pt[f];
|
|
1477
1477
|
return l ? l(d, h) : d;
|
|
1478
1478
|
});
|
|
1479
1479
|
return u === void 0 ? "undefined" : u;
|
|
@@ -1517,19 +1517,19 @@ var ht = { exports: {} }, lt = { exports: {} };
|
|
|
1517
1517
|
});
|
|
1518
1518
|
}(t, ((o = {}).cross_domain_zalgo_promise = function(a) {
|
|
1519
1519
|
return function(s, c, u) {
|
|
1520
|
-
return new
|
|
1520
|
+
return new P(u.then);
|
|
1521
1521
|
}(0, 0, a);
|
|
1522
1522
|
}, o.cross_domain_function = function(a) {
|
|
1523
1523
|
return function(s, c, u, h) {
|
|
1524
1524
|
var d = u.id, f = u.name, l = h.send, p = function(m) {
|
|
1525
1525
|
m === void 0 && (m = {});
|
|
1526
|
-
function
|
|
1526
|
+
function b() {
|
|
1527
1527
|
var R = arguments;
|
|
1528
1528
|
return H.toProxyWindow(s, {
|
|
1529
1529
|
send: l
|
|
1530
1530
|
}).awaitWindow().then(function(O) {
|
|
1531
1531
|
var I = nt(O, d);
|
|
1532
|
-
if (I && I.val !==
|
|
1532
|
+
if (I && I.val !== b)
|
|
1533
1533
|
return I.val.apply({
|
|
1534
1534
|
source: window,
|
|
1535
1535
|
origin: T()
|
|
@@ -1556,7 +1556,7 @@ var ht = { exports: {} }, lt = { exports: {} };
|
|
|
1556
1556
|
throw O;
|
|
1557
1557
|
});
|
|
1558
1558
|
}
|
|
1559
|
-
return
|
|
1559
|
+
return b.__name__ = f, b.__origin__ = c, b.__source__ = s, b.__id__ = d, b.origin = c, b;
|
|
1560
1560
|
}, w = p();
|
|
1561
1561
|
return w.fireAndForget = p({
|
|
1562
1562
|
fireAndForget: !0
|
|
@@ -1576,11 +1576,11 @@ var ht = { exports: {} }, lt = { exports: {} };
|
|
|
1576
1576
|
};
|
|
1577
1577
|
function Nn(n, r, t, e) {
|
|
1578
1578
|
var o = e.on, i = e.send;
|
|
1579
|
-
return
|
|
1579
|
+
return P.try(function() {
|
|
1580
1580
|
var a = C().getOrSet(n, function() {
|
|
1581
1581
|
return {};
|
|
1582
1582
|
});
|
|
1583
|
-
return a.buffer = a.buffer || [], a.buffer.push(t), a.flush = a.flush ||
|
|
1583
|
+
return a.buffer = a.buffer || [], a.buffer.push(t), a.flush = a.flush || P.flush().then(function() {
|
|
1584
1584
|
if (U(n))
|
|
1585
1585
|
throw new Error("Window is closed");
|
|
1586
1586
|
var s = rt(n, r, ((c = {}).__post_robot_10_0_46__ = a.buffer || [], c), {
|
|
@@ -1653,7 +1653,7 @@ var ht = { exports: {} }, lt = { exports: {} };
|
|
|
1653
1653
|
domain: r
|
|
1654
1654
|
}), s = t.name === "postrobot_method" && t.data && typeof t.data.name == "string" ? t.data.name + "()" : t.name;
|
|
1655
1655
|
function c(u, h, d) {
|
|
1656
|
-
return
|
|
1656
|
+
return P.flush().then(function() {
|
|
1657
1657
|
if (!t.fireAndForget && !U(n))
|
|
1658
1658
|
try {
|
|
1659
1659
|
return Nn(n, r, {
|
|
@@ -1676,7 +1676,7 @@ var ht = { exports: {} }, lt = { exports: {} };
|
|
|
1676
1676
|
}
|
|
1677
1677
|
});
|
|
1678
1678
|
}
|
|
1679
|
-
return
|
|
1679
|
+
return P.all([P.flush().then(function() {
|
|
1680
1680
|
if (!t.fireAndForget && !U(n))
|
|
1681
1681
|
try {
|
|
1682
1682
|
return Nn(n, r, {
|
|
@@ -1694,7 +1694,7 @@ var ht = { exports: {} }, lt = { exports: {} };
|
|
|
1694
1694
|
|
|
1695
1695
|
` + an(u));
|
|
1696
1696
|
}
|
|
1697
|
-
}),
|
|
1697
|
+
}), P.try(function() {
|
|
1698
1698
|
if (!a)
|
|
1699
1699
|
throw new Error("No handler found for post message: " + t.name + " from " + r + " in " + window.location.protocol + "//" + window.location.host + window.location.pathname);
|
|
1700
1700
|
return a.handler({
|
|
@@ -1764,9 +1764,9 @@ var ht = { exports: {} }, lt = { exports: {} };
|
|
|
1764
1764
|
return;
|
|
1765
1765
|
}
|
|
1766
1766
|
if (m && typeof m == "object" && m !== null) {
|
|
1767
|
-
var
|
|
1768
|
-
if (Array.isArray(
|
|
1769
|
-
return
|
|
1767
|
+
var b = m.__post_robot_10_0_46__;
|
|
1768
|
+
if (Array.isArray(b))
|
|
1769
|
+
return b;
|
|
1770
1770
|
}
|
|
1771
1771
|
}(n.data, i, a, {
|
|
1772
1772
|
on: t,
|
|
@@ -1833,11 +1833,11 @@ var ht = { exports: {} }, lt = { exports: {} };
|
|
|
1833
1833
|
};
|
|
1834
1834
|
}
|
|
1835
1835
|
if (Array.isArray(u)) {
|
|
1836
|
-
for (var m = [],
|
|
1836
|
+
for (var m = [], b = 0, R = u; b < R.length; b++)
|
|
1837
1837
|
m.push(o({
|
|
1838
1838
|
name: s,
|
|
1839
1839
|
win: f,
|
|
1840
|
-
domain: R[
|
|
1840
|
+
domain: R[b]
|
|
1841
1841
|
}, a));
|
|
1842
1842
|
return {
|
|
1843
1843
|
cancel: function() {
|
|
@@ -1860,7 +1860,7 @@ var ht = { exports: {} }, lt = { exports: {} };
|
|
|
1860
1860
|
}), W = un(j, s, function() {
|
|
1861
1861
|
return {};
|
|
1862
1862
|
}), D, B;
|
|
1863
|
-
return
|
|
1863
|
+
return Pn(u) ? (D = un(W, "__domain_regex__", function() {
|
|
1864
1864
|
return [];
|
|
1865
1865
|
})).push(B = {
|
|
1866
1866
|
regex: u,
|
|
@@ -1888,7 +1888,7 @@ var ht = { exports: {} }, lt = { exports: {} };
|
|
|
1888
1888
|
}
|
|
1889
1889
|
function Rt(n, r, t) {
|
|
1890
1890
|
typeof (r = r || {}) == "function" && (t = r, r = {});
|
|
1891
|
-
var e = new
|
|
1891
|
+
var e = new P(), o;
|
|
1892
1892
|
return r.errorHandler = function(i) {
|
|
1893
1893
|
o.cancel(), e.reject(i);
|
|
1894
1894
|
}, o = q(n, r, function(i) {
|
|
@@ -1901,11 +1901,11 @@ var ht = { exports: {} }, lt = { exports: {} };
|
|
|
1901
1901
|
return H.toProxyWindow(r, {
|
|
1902
1902
|
send: n
|
|
1903
1903
|
}).awaitWindow().then(function(u) {
|
|
1904
|
-
return
|
|
1904
|
+
return P.try(function() {
|
|
1905
1905
|
if (function(h, d, f) {
|
|
1906
1906
|
if (!h)
|
|
1907
1907
|
throw new Error("Expected name");
|
|
1908
|
-
if (f && typeof f != "string" && !Array.isArray(f) && !
|
|
1908
|
+
if (f && typeof f != "string" && !Array.isArray(f) && !Pn(f))
|
|
1909
1909
|
throw new TypeError("Can not send " + h + ". Expected domain " + JSON.stringify(f) + " to be a string, array, or regex");
|
|
1910
1910
|
if (U(d))
|
|
1911
1911
|
throw new Error("Can not send " + h + ". Target window is closed");
|
|
@@ -1932,7 +1932,7 @@ var ht = { exports: {} }, lt = { exports: {} };
|
|
|
1932
1932
|
return window.top;
|
|
1933
1933
|
} catch {
|
|
1934
1934
|
}
|
|
1935
|
-
for (var m = 0,
|
|
1935
|
+
for (var m = 0, b = function O(I) {
|
|
1936
1936
|
for (var j = [], W = 0, D = Tn(I); W < D.length; W++) {
|
|
1937
1937
|
var B = D[W];
|
|
1938
1938
|
j.push(B);
|
|
@@ -1940,8 +1940,8 @@ var ht = { exports: {} }, lt = { exports: {} };
|
|
|
1940
1940
|
j.push(sn[N]);
|
|
1941
1941
|
}
|
|
1942
1942
|
return j;
|
|
1943
|
-
}(w); m <
|
|
1944
|
-
var R =
|
|
1943
|
+
}(w); m < b.length; m++) {
|
|
1944
|
+
var R = b[m];
|
|
1945
1945
|
try {
|
|
1946
1946
|
if (R.top)
|
|
1947
1947
|
return R.top;
|
|
@@ -1961,7 +1961,7 @@ var ht = { exports: {} }, lt = { exports: {} };
|
|
|
1961
1961
|
d === void 0 && (d = 5e3), f === void 0 && (f = "Window");
|
|
1962
1962
|
var l = function(p) {
|
|
1963
1963
|
return C("helloPromises").getOrSet(p, function() {
|
|
1964
|
-
return new
|
|
1964
|
+
return new P();
|
|
1965
1965
|
});
|
|
1966
1966
|
}(h);
|
|
1967
1967
|
return d !== -1 && (l = l.timeout(d, new Error(f + " did not load after " + d + "ms"))), l;
|
|
@@ -1969,9 +1969,9 @@ var ht = { exports: {} }, lt = { exports: {} };
|
|
|
1969
1969
|
}).then(function(h) {
|
|
1970
1970
|
return function(d, f, l, p) {
|
|
1971
1971
|
var w = p.send;
|
|
1972
|
-
return
|
|
1973
|
-
return typeof f == "string" ? f :
|
|
1974
|
-
return l ||
|
|
1972
|
+
return P.try(function() {
|
|
1973
|
+
return typeof f == "string" ? f : P.try(function() {
|
|
1974
|
+
return l || bn(d, {
|
|
1975
1975
|
send: w
|
|
1976
1976
|
}).then(function(m) {
|
|
1977
1977
|
return m.domain;
|
|
@@ -1986,7 +1986,7 @@ var ht = { exports: {} }, lt = { exports: {} };
|
|
|
1986
1986
|
send: n
|
|
1987
1987
|
});
|
|
1988
1988
|
}).then(function(h) {
|
|
1989
|
-
var d = h, f = t === "postrobot_method" && e && typeof e.name == "string" ? e.name + "()" : t, l = new
|
|
1989
|
+
var d = h, f = t === "postrobot_method" && e && typeof e.name == "string" ? e.name + "()" : t, l = new P(), p = t + "_" + G();
|
|
1990
1990
|
if (!c) {
|
|
1991
1991
|
var w = {
|
|
1992
1992
|
name: t,
|
|
@@ -2005,9 +2005,9 @@ var ht = { exports: {} }, lt = { exports: {} };
|
|
|
2005
2005
|
z("erroredResponseListeners").set(W, !0);
|
|
2006
2006
|
})(p), it(p);
|
|
2007
2007
|
});
|
|
2008
|
-
var
|
|
2008
|
+
var b = function(W) {
|
|
2009
2009
|
return C("knownWindows").get(W, !1);
|
|
2010
|
-
}(u) ? 1e4 : 2e3, R = a, O =
|
|
2010
|
+
}(u) ? 1e4 : 2e3, R = a, O = b, I = R, j = function(W, D) {
|
|
2011
2011
|
var B;
|
|
2012
2012
|
return function N() {
|
|
2013
2013
|
B = setTimeout(function() {
|
|
@@ -2016,7 +2016,7 @@ var ht = { exports: {} }, lt = { exports: {} };
|
|
|
2016
2016
|
return l.reject(new Error("Window closed for " + t + " before " + (w.ack ? "response" : "ack")));
|
|
2017
2017
|
if (w.cancelled)
|
|
2018
2018
|
return l.reject(new Error("Response listener was cancelled for " + t));
|
|
2019
|
-
O = Math.max(O - 500, 0), I !== -1 && (I = Math.max(I - 500, 0)), w.ack || O !== 0 ? I === 0 && l.reject(new Error("No response for postMessage " + f + " in " + T() + " in " + R + "ms")) : l.reject(new Error("No ack for postMessage " + f + " in " + T() + " in " +
|
|
2019
|
+
O = Math.max(O - 500, 0), I !== -1 && (I = Math.max(I - 500, 0)), w.ack || O !== 0 ? I === 0 && l.reject(new Error("No response for postMessage " + f + " in " + T() + " in " + R + "ms")) : l.reject(new Error("No ack for postMessage " + f + " in " + T() + " in " + b + "ms"));
|
|
2020
2020
|
})(), N();
|
|
2021
2021
|
}, 500);
|
|
2022
2022
|
}(), {
|
|
@@ -2094,7 +2094,7 @@ var ht = { exports: {} }, lt = { exports: {} };
|
|
|
2094
2094
|
}(window, 0, function(s) {
|
|
2095
2095
|
(function(c, u) {
|
|
2096
2096
|
var h = u.on, d = u.send;
|
|
2097
|
-
|
|
2097
|
+
P.try(function() {
|
|
2098
2098
|
var f = c.source || c.sourceElement, l = c.origin || c.originalEvent && c.originalEvent.origin, p = c.data;
|
|
2099
2099
|
if (l === "null" && (l = "file://"), f) {
|
|
2100
2100
|
if (!l)
|
|
@@ -2130,7 +2130,7 @@ var ht = { exports: {} }, lt = { exports: {} };
|
|
|
2130
2130
|
instanceID: Yn()
|
|
2131
2131
|
};
|
|
2132
2132
|
}), c = Cn();
|
|
2133
|
-
return c &&
|
|
2133
|
+
return c && bn(c, {
|
|
2134
2134
|
send: a
|
|
2135
2135
|
}).catch(function(u) {
|
|
2136
2136
|
}), s;
|
|
@@ -2165,10 +2165,10 @@ var qt = lt.exports;
|
|
|
2165
2165
|
y.exports = qt, y.exports.default = y.exports;
|
|
2166
2166
|
})(ht);
|
|
2167
2167
|
var Zt = ht.exports;
|
|
2168
|
-
const Vt = /* @__PURE__ */ Jt(Zt), $t = "WIDGET_EVENT", Yt = "https://app.soyio.id/widget", kt = "https://sandbox.soyio.id/widget", Kt = ["IDENTITY_AUTHENTICATED", "IDENTITY_REGISTERED"], Xt = "WIDGET_CLOSED";
|
|
2168
|
+
const Vt = /* @__PURE__ */ Jt(Zt), $t = "WIDGET_EVENT", Yt = "https://app.soyio.id/widget", kt = "https://sandbox.soyio.id/widget", Kt = ["IDENTITY_AUTHENTICATED", "IDENTITY_REGISTERED", "DENIED_CAMERA_PERMISSION"], Xt = "WIDGET_CLOSED";
|
|
2169
2169
|
function Qt(y, x, A, S) {
|
|
2170
2170
|
const g = S || (A ? kt : Yt), v = Object.entries(x).filter(([, E]) => E).map(([E, M]) => `${E}=${encodeURIComponent(M)}`).join("&");
|
|
2171
|
-
return `${g}/${y}?
|
|
2171
|
+
return `${g}/${y}?sdk=web&${v}`;
|
|
2172
2172
|
}
|
|
2173
2173
|
let X = null;
|
|
2174
2174
|
function zn() {
|
package/dist/index.umd.cjs
CHANGED
|
@@ -14,4 +14,4 @@
|
|
|
14
14
|
|
|
15
15
|
`+sn(u))}}),x.try(function(){if(!a)throw new Error("No handler found for post message: "+t.name+" from "+e+" in "+window.location.protocol+"//"+window.location.host+window.location.pathname);return a.handler({source:n,origin:e,data:t.data})}).then(function(u){return c("success",u)},function(u){return c("error",null,u)})]).then(_).catch(function(u){if(a&&a.handleError)return a.handleError(u);throw u})}function Zt(n,e,t){if(!ft(t.hash)){var r=st(t.hash);if(!r)throw new Error("No handler found for post message ack for message: "+t.name+" from "+e+" in "+window.location.protocol+"//"+window.location.host+window.location.pathname);try{if(!en(r.domain,e))throw new Error("Ack origin "+e+" does not match domain "+r.domain.toString());if(n!==r.win)throw new Error("Ack source does not match registered window")}catch(o){r.promise.reject(o)}r.ack=!0}}function Vt(n,e,t){if(!ft(t.hash)){var r=st(t.hash);if(!r)throw new Error("No handler found for post message response for message: "+t.name+" from "+e+" in "+window.location.protocol+"//"+window.location.host+window.location.pathname);if(!en(r.domain,e))throw new Error("Response origin "+e+" does not match domain "+(o=r.domain,Array.isArray(o)?"("+o.join(" | ")+")":v(o)?"RegExp("+o.toString()+")":o.toString()));var o;if(n!==r.win)throw new Error("Response source does not match registered window");dt(t.hash),t.ack==="error"?r.promise.reject(t.error):t.ack==="success"&&r.promise.resolve({source:n,origin:e,data:t.data})}}function lt(n,e){var t=e.on,r=e.send,o=z("receivedMessages");try{if(!window||window.closed||!n.source)return}catch{return}var i=n.source,a=n.origin,s=function(h,d,f,l){var p=l.on,w=l.send,m;try{m=ct(d,f,h,{on:p,send:w})}catch{return}if(m&&typeof m=="object"&&m!==null){var S=m.__post_robot_10_0_46__;if(Array.isArray(S))return S}}(n.data,i,a,{on:t,send:r});if(s){et(i);for(var c=0;c<s.length;c++){var u=s[c];if(o.has(u.id)||(o.set(u.id,!0),J(i)&&!u.fireAndForget))return;u.origin.indexOf("file:")===0&&(a="file://");try{u.type==="postrobot_message_request"?qt(i,a,u,{on:t,send:r}):u.type==="postrobot_message_response"?Vt(i,a,u):u.type==="postrobot_message_ack"&&Zt(i,a,u)}catch(h){setTimeout(function(){throw h},0)}}}}function $(n,e,t){if(!n)throw new Error("Expected name");if(typeof(e=e||{})=="function"&&(t=e,e={}),!t)throw new Error("Expected handler");var r=function o(i,a){var s=i.name,c=i.win,u=i.domain,h=L("requestListeners");if(!s||typeof s!="string")throw new Error("Name required to add request listener");if(c&&c!=="*"&&B.isProxyWindow(c)){var d=c.awaitWindow().then(function(A){return o({name:s,win:A,domain:u},a)});return{cancel:function(){d.then(function(A){return A.cancel()},_)}}}var f=c;if(Array.isArray(f)){for(var l=[],p=0,w=f;p<w.length;p++)l.push(o({name:s,domain:u,win:w[p]},a));return{cancel:function(){for(var A=0;A<l.length;A++)l[A].cancel()}}}if(Array.isArray(u)){for(var m=[],S=0,R=u;S<R.length;S++)m.push(o({name:s,win:f,domain:R[S]},a));return{cancel:function(){for(var A=0;A<m.length;A++)m[A].cancel()}}}var P=ht({name:s,win:f,domain:u});f&&f!=="*"||(f=Sn());var b=(u=u||"*").toString();if(P)throw f&&u?new Error("Request listener already exists for "+s+" on domain "+u.toString()+" for "+(f===Sn()?"wildcard":"specified")+" window"):f?new Error("Request listener already exists for "+s+" for "+(f===Sn()?"wildcard":"specified")+" window"):u?new Error("Request listener already exists for "+s+" on domain "+u.toString()):new Error("Request listener already exists for "+s);var j=h.getOrSet(f,function(){return{}}),E=dn(j,s,function(){return{}}),I,q;return Dn(u)?(I=dn(E,"__domain_regex__",function(){return[]})).push(q={regex:u,listener:a}):E[b]=a,{cancel:function(){delete E[b],q&&(I.splice(I.indexOf(q,1)),I.length||delete E.__domain_regex__),Object.keys(E).length||delete j[s],f&&!Object.keys(j).length&&h.del(f)}}}({name:n,win:e.window,domain:e.domain||"*"},{handler:t||e.handler,handleError:e.errorHandler||function(o){throw o}});return{cancel:function(){r.cancel()}}}function $t(n,e,t){typeof(e=e||{})=="function"&&(t=e,e={});var r=new x,o;return e.errorHandler=function(i){o.cancel(),r.reject(i)},o=$(n,e,function(i){if(o.cancel(),r.resolve(i),t)return t(i)}),r.cancel=o.cancel,r}var Y=function n(e,t,r,o){var i=(o=o||{}).domain||"*",a=o.timeout||-1,s=o.timeout||5e3,c=o.fireAndForget||!1;return B.toProxyWindow(e,{send:n}).awaitWindow().then(function(u){return x.try(function(){if(function(h,d,f){if(!h)throw new Error("Expected name");if(f&&typeof f!="string"&&!Array.isArray(f)&&!Dn(f))throw new TypeError("Can not send "+h+". Expected domain "+JSON.stringify(f)+" to be a string, array, or regex");if(J(d))throw new Error("Can not send "+h+". Target window is closed")}(t,u,i),function(h,d){var f=Un(d);if(f)return f===h;if(d===h||function(w){w===void 0&&(w=window);try{if(w.top)return w.top}catch{}if(V(w)===w)return w;try{if(Fn(window,w)&&window.top)return window.top}catch{}try{if(Fn(w,window)&&window.top)return window.top}catch{}for(var m=0,S=function P(b){for(var j=[],E=0,I=Hn(b);E<I.length;E++){var q=I[E];j.push(q);for(var A=0,hn=P(q);A<hn.length;A++)j.push(hn[A])}return j}(w);m<S.length;m++){var R=S[m];try{if(R.top)return R.top}catch{}if(V(R)===R)return R}}(d)===d)return!1;for(var l=0,p=Hn(h);l<p.length;l++)if(p[l]===d)return!0;return!1}(window,u))return function(h,d,f){d===void 0&&(d=5e3),f===void 0&&(f="Window");var l=function(p){return L("helloPromises").getOrSet(p,function(){return new x})}(h);return d!==-1&&(l=l.timeout(d,new Error(f+" did not load after "+d+"ms"))),l}(u,s)}).then(function(h){return function(d,f,l,p){var w=p.send;return x.try(function(){return typeof f=="string"?f:x.try(function(){return l||An(d,{send:w}).then(function(m){return m.domain})}).then(function(m){if(!en(f,f))throw new Error("Domain "+Yn(f)+" does not match "+Yn(f));return m})})}(u,i,(h===void 0?{}:h).domain,{send:n})}).then(function(h){var d=h,f=t==="postrobot_method"&&r&&typeof r.name=="string"?r.name+"()":t,l=new x,p=t+"_"+Z();if(!c){var w={name:t,win:u,domain:d,promise:l};(function(E,I){z("responseListeners").set(E,I)})(p,w);var m=L("requestPromises").getOrSet(u,function(){return[]});m.push(l),l.catch(function(){(function(E){z("erroredResponseListeners").set(E,!0)})(p),dt(p)});var S=function(E){return L("knownWindows").get(E,!1)}(u)?1e4:2e3,R=a,P=S,b=R,j=function(E,I){var q;return function A(){q=setTimeout(function(){(function(){if(J(u))return l.reject(new Error("Window closed for "+t+" before "+(w.ack?"response":"ack")));if(w.cancelled)return l.reject(new Error("Response listener was cancelled for "+t));P=Math.max(P-500,0),b!==-1&&(b=Math.max(b-500,0)),w.ack||P!==0?b===0&&l.reject(new Error("No response for postMessage "+f+" in "+M()+" in "+R+"ms")):l.reject(new Error("No ack for postMessage "+f+" in "+M()+" in "+S+"ms"))})(),A()},500)}(),{cancel:function(){clearTimeout(q)}}}();l.finally(function(){j.cancel(),m.splice(m.indexOf(l,1))}).catch(_)}return Tn(u,d,{id:Z(),origin:M(window),type:"postrobot_message_request",hash:p,name:t,data:r,fireAndForget:c},{on:$,send:n}).then(function(){return c?l.resolve():l},function(E){throw new Error("Send request message failed for "+f+" in "+M()+`
|
|
16
16
|
|
|
17
|
-
`+sn(E))})})})};function Yt(n,e,t){return ut(n,e,t,{on:$,send:Y})}function kt(n,e,t){return ct(n,e,t,{on:$,send:Y})}function Kt(n){return new B({send:Y,win:n})}function Xt(n){return B.toProxyWindow(n,{send:Y})}function vt(){fn().initialized||(fn().initialized=!0,e=(n={on:$,send:Y}).on,t=n.send,(r=fn()).receiveMessage=r.receiveMessage||function(o){return lt(o,{on:e,send:t})},function(o){var i=o.on,a=o.send;z().getOrSet("postMessageListener",function(){return function(s,c,u){return s.addEventListener("message",u),{cancel:function(){s.removeEventListener("message",u)}}}(window,0,function(s){(function(c,u){var h=u.on,d=u.send;x.try(function(){var f=c.source||c.sourceElement,l=c.origin||c.originalEvent&&c.originalEvent.origin,p=c.data;if(l==="null"&&(l="file://"),f){if(!l)throw new Error("Post message did not have origin domain");lt({source:f,origin:l,data:p},{on:h,send:d})}})})(s,{on:i,send:a})})})}({on:$,send:Y}),function(o){var i=o.on,a=o.send;z("builtinListeners").getOrSet("helloListener",function(){var s=i("postrobot_hello",{domain:"*"},function(u){return nt(u.source,{domain:u.origin}),{instanceID:_n()}}),c=Un();return c&&An(c,{send:a}).catch(function(u){}),s})}({on:$,send:Y}));var n,e,t,r}function Qt(){(function(){for(var e=z("responseListeners"),t=0,r=e.keys();t<r.length;t++){var o=r[t],i=e.get(o);i&&(i.cancelled=!0),e.del(o)}})(),(n=z().get("postMessageListener"))&&n.cancel();var n;delete window.__post_robot_10_0_46__}var _t=!0;function ne(n){for(var e=0,t=L("requestPromises").get(n,[]);e<t.length;e++)t[e].reject(new Error("Window "+(J(n)?"closed":"cleaned up")+" before response")).catch(_)}vt()}])})})(Mn);var gt=Mn.exports;(function(D){D.exports=gt,D.exports.default=D.exports})(T);var yt=T.exports;const Et=O(yt),Wt="WIDGET_EVENT",xt="https://app.soyio.id/widget",St="https://sandbox.soyio.id/widget",bt=["IDENTITY_AUTHENTICATED","IDENTITY_REGISTERED"],Pt="WIDGET_CLOSED";function It(D,C,G,W){const g=W||(G?St:xt),v=Object.entries(C).filter(([,y])=>y).map(([y,F])=>`${y}=${encodeURIComponent(F)}`).join("&");return`${g}/${D}?
|
|
17
|
+
`+sn(E))})})})};function Yt(n,e,t){return ut(n,e,t,{on:$,send:Y})}function kt(n,e,t){return ct(n,e,t,{on:$,send:Y})}function Kt(n){return new B({send:Y,win:n})}function Xt(n){return B.toProxyWindow(n,{send:Y})}function vt(){fn().initialized||(fn().initialized=!0,e=(n={on:$,send:Y}).on,t=n.send,(r=fn()).receiveMessage=r.receiveMessage||function(o){return lt(o,{on:e,send:t})},function(o){var i=o.on,a=o.send;z().getOrSet("postMessageListener",function(){return function(s,c,u){return s.addEventListener("message",u),{cancel:function(){s.removeEventListener("message",u)}}}(window,0,function(s){(function(c,u){var h=u.on,d=u.send;x.try(function(){var f=c.source||c.sourceElement,l=c.origin||c.originalEvent&&c.originalEvent.origin,p=c.data;if(l==="null"&&(l="file://"),f){if(!l)throw new Error("Post message did not have origin domain");lt({source:f,origin:l,data:p},{on:h,send:d})}})})(s,{on:i,send:a})})})}({on:$,send:Y}),function(o){var i=o.on,a=o.send;z("builtinListeners").getOrSet("helloListener",function(){var s=i("postrobot_hello",{domain:"*"},function(u){return nt(u.source,{domain:u.origin}),{instanceID:_n()}}),c=Un();return c&&An(c,{send:a}).catch(function(u){}),s})}({on:$,send:Y}));var n,e,t,r}function Qt(){(function(){for(var e=z("responseListeners"),t=0,r=e.keys();t<r.length;t++){var o=r[t],i=e.get(o);i&&(i.cancelled=!0),e.del(o)}})(),(n=z().get("postMessageListener"))&&n.cancel();var n;delete window.__post_robot_10_0_46__}var _t=!0;function ne(n){for(var e=0,t=L("requestPromises").get(n,[]);e<t.length;e++)t[e].reject(new Error("Window "+(J(n)?"closed":"cleaned up")+" before response")).catch(_)}vt()}])})})(Mn);var gt=Mn.exports;(function(D){D.exports=gt,D.exports.default=D.exports})(T);var yt=T.exports;const Et=O(yt),Wt="WIDGET_EVENT",xt="https://app.soyio.id/widget",St="https://sandbox.soyio.id/widget",bt=["IDENTITY_AUTHENTICATED","IDENTITY_REGISTERED","DENIED_CAMERA_PERMISSION"],Pt="WIDGET_CLOSED";function It(D,C,G,W){const g=W||(G?St:xt),v=Object.entries(C).filter(([,y])=>y).map(([y,F])=>`${y}=${encodeURIComponent(F)}`).join("&");return`${g}/${D}?sdk=web&${v}`}let k=null;function bn(){if(k&&!k.closed)k.focus();else throw new Error("Popup window does not exist or is closed.")}function Ot(D,C,G,W){const g=It(D,C,G,W),v=510,y=720,F=window.innerWidth?window.innerWidth:document.documentElement.clientWidth?document.documentElement.clientWidth:window.screen.width,K=window.innerHeight?window.innerHeight:document.documentElement.clientHeight?document.documentElement.clientHeight:window.screen.height,tn=F/2-v/2,V=K/2-y/2;document.body.style.filter="blur(5px)",document.body.addEventListener("click",wn=>{bn(),wn.preventDefault()}),k=window.open(g,"Soyio",`scrollbars=yes, width=${v}, height=${y}, top=${V}, left=${tn}`),bn()}function Ln(){document.body.style.filter="",document.body.removeEventListener("click",bn)}function Dt(){k&&(k.close(),k=null),Ln()}function At(D){const{onEvent:C}=D;Et.on(Wt,G=>{C(G.data),bt.includes(G.data.eventName)?Dt():G.data.eventName===Pt&&Ln()})}function Nt(D){At(D)}class Rt{constructor(C){wt(this,vn);ln(this,"flow");ln(this,"configProps");ln(this,"onEvent");ln(this,"isSandbox");this.flow=C.flow,this.configProps=C.configProps,this.onEvent=C.onEvent,this.isSandbox=C.isSandbox??!1,this.validateProps(),Ot(this.flow,this.configProps,this.isSandbox,C.developmentUrl),Nt({onEvent:mt(this,vn,pt).bind(this)})}validateProps(){if(this.flow==="authenticate"){if(!this.configProps.identityId)throw new Error("identityId is required");if(!this.configProps.companyId)throw new Error("companyId is required")}else if(this.flow==="register"){if(!this.configProps.flowTemplateId)throw new Error("flowTemplateId is required");if(!this.configProps.companyId)throw new Error("companyId is required")}}}return vn=new WeakSet,pt=function(C){this.onEvent(C)},Rt});
|