gearboxdownloadmodal 5.0.55 → 5.0.57
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/dist/index.es.js +131 -126
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/src/data/network-data-tracking.json.d.ts +5 -0
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -90,10 +90,10 @@ function Ei() {
|
|
|
90
90
|
ce.unshift("Warning: " + w), Function.prototype.apply.call(console[l], console, ce);
|
|
91
91
|
}
|
|
92
92
|
}
|
|
93
|
-
var W = !1, b = !1,
|
|
93
|
+
var W = !1, b = !1, V = !1, F = !1, B = !1, se;
|
|
94
94
|
se = Symbol.for("react.module.reference");
|
|
95
95
|
function le(l) {
|
|
96
|
-
return !!(typeof l == "string" || typeof l == "function" || l === n || l === i || B || l === o || l === d || l === s || F || l === h || W || b ||
|
|
96
|
+
return !!(typeof l == "string" || typeof l == "function" || l === n || l === i || B || l === o || l === d || l === s || F || l === h || W || b || V || typeof l == "object" && l !== null && (l.$$typeof === g || l.$$typeof === m || l.$$typeof === a || l.$$typeof === A || l.$$typeof === c || // This needs to include all possible module reference object
|
|
97
97
|
// types supported by any Flight configuration anywhere since
|
|
98
98
|
// we don't know which Flight build this will end up being used
|
|
99
99
|
// with.
|
|
@@ -230,16 +230,16 @@ function Ei() {
|
|
|
230
230
|
` + G + l;
|
|
231
231
|
}
|
|
232
232
|
}
|
|
233
|
-
var ee = !1,
|
|
233
|
+
var ee = !1, P;
|
|
234
234
|
{
|
|
235
235
|
var Y = typeof WeakMap == "function" ? WeakMap : Map;
|
|
236
|
-
|
|
236
|
+
P = new Y();
|
|
237
237
|
}
|
|
238
238
|
function C(l, w) {
|
|
239
239
|
if (!l || ee)
|
|
240
240
|
return "";
|
|
241
241
|
{
|
|
242
|
-
var M =
|
|
242
|
+
var M = P.get(l);
|
|
243
243
|
if (M !== void 0)
|
|
244
244
|
return M;
|
|
245
245
|
}
|
|
@@ -261,29 +261,29 @@ function Ei() {
|
|
|
261
261
|
}), typeof Reflect == "object" && Reflect.construct) {
|
|
262
262
|
try {
|
|
263
263
|
Reflect.construct(te, []);
|
|
264
|
-
} catch (
|
|
265
|
-
T =
|
|
264
|
+
} catch (Ve) {
|
|
265
|
+
T = Ve;
|
|
266
266
|
}
|
|
267
267
|
Reflect.construct(l, [], te);
|
|
268
268
|
} else {
|
|
269
269
|
try {
|
|
270
270
|
te.call();
|
|
271
|
-
} catch (
|
|
272
|
-
T =
|
|
271
|
+
} catch (Ve) {
|
|
272
|
+
T = Ve;
|
|
273
273
|
}
|
|
274
274
|
l.call(te.prototype);
|
|
275
275
|
}
|
|
276
276
|
} else {
|
|
277
277
|
try {
|
|
278
278
|
throw Error();
|
|
279
|
-
} catch (
|
|
280
|
-
T =
|
|
279
|
+
} catch (Ve) {
|
|
280
|
+
T = Ve;
|
|
281
281
|
}
|
|
282
282
|
l();
|
|
283
283
|
}
|
|
284
|
-
} catch (
|
|
285
|
-
if (
|
|
286
|
-
for (var $ =
|
|
284
|
+
} catch (Ve) {
|
|
285
|
+
if (Ve && T && typeof Ve.stack == "string") {
|
|
286
|
+
for (var $ = Ve.stack.split(`
|
|
287
287
|
`), Ze = T.stack.split(`
|
|
288
288
|
`), pe = $.length - 1, fe = Ze.length - 1; pe >= 1 && fe >= 0 && $[pe] !== Ze[fe]; )
|
|
289
289
|
fe--;
|
|
@@ -294,7 +294,7 @@ function Ei() {
|
|
|
294
294
|
if (pe--, fe--, fe < 0 || $[pe] !== Ze[fe]) {
|
|
295
295
|
var Oe = `
|
|
296
296
|
` + $[pe].replace(" at new ", " at ");
|
|
297
|
-
return l.displayName && Oe.includes("<anonymous>") && (Oe = Oe.replace("<anonymous>", l.displayName)), typeof l == "function" &&
|
|
297
|
+
return l.displayName && Oe.includes("<anonymous>") && (Oe = Oe.replace("<anonymous>", l.displayName)), typeof l == "function" && P.set(l, Oe), Oe;
|
|
298
298
|
}
|
|
299
299
|
while (pe >= 1 && fe >= 0);
|
|
300
300
|
break;
|
|
@@ -304,7 +304,7 @@ function Ei() {
|
|
|
304
304
|
ee = !1, R.current = ce, Q(), Error.prepareStackTrace = ne;
|
|
305
305
|
}
|
|
306
306
|
var mt = l ? l.displayName || l.name : "", Zn = mt ? X(mt) : "";
|
|
307
|
-
return typeof l == "function" &&
|
|
307
|
+
return typeof l == "function" && P.set(l, Zn), Zn;
|
|
308
308
|
}
|
|
309
309
|
function ie(l, w, M) {
|
|
310
310
|
return C(l, !1);
|
|
@@ -1392,8 +1392,8 @@ function Qi() {
|
|
|
1392
1392
|
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, r = e ? Symbol.for("react.portal") : 60106, n = e ? Symbol.for("react.fragment") : 60107, o = e ? Symbol.for("react.strict_mode") : 60108, i = e ? Symbol.for("react.profiler") : 60114, a = e ? Symbol.for("react.provider") : 60109, A = e ? Symbol.for("react.context") : 60110, c = e ? Symbol.for("react.async_mode") : 60111, d = e ? Symbol.for("react.concurrent_mode") : 60111, s = e ? Symbol.for("react.forward_ref") : 60112, m = e ? Symbol.for("react.suspense") : 60113, g = e ? Symbol.for("react.suspense_list") : 60120, h = e ? Symbol.for("react.memo") : 60115, p = e ? Symbol.for("react.lazy") : 60116, q = e ? Symbol.for("react.block") : 60121, Z = e ? Symbol.for("react.fundamental") : 60117, K = e ? Symbol.for("react.responder") : 60118, k = e ? Symbol.for("react.scope") : 60119;
|
|
1393
1393
|
function J(b) {
|
|
1394
1394
|
if (typeof b == "object" && b !== null) {
|
|
1395
|
-
var
|
|
1396
|
-
switch (
|
|
1395
|
+
var V = b.$$typeof;
|
|
1396
|
+
switch (V) {
|
|
1397
1397
|
case t:
|
|
1398
1398
|
switch (b = b.type, b) {
|
|
1399
1399
|
case c:
|
|
@@ -1412,11 +1412,11 @@ function Qi() {
|
|
|
1412
1412
|
case a:
|
|
1413
1413
|
return b;
|
|
1414
1414
|
default:
|
|
1415
|
-
return
|
|
1415
|
+
return V;
|
|
1416
1416
|
}
|
|
1417
1417
|
}
|
|
1418
1418
|
case r:
|
|
1419
|
-
return
|
|
1419
|
+
return V;
|
|
1420
1420
|
}
|
|
1421
1421
|
}
|
|
1422
1422
|
}
|
|
@@ -1461,7 +1461,7 @@ var Ae = {};
|
|
|
1461
1461
|
* LICENSE file in the root directory of this source tree.
|
|
1462
1462
|
*/
|
|
1463
1463
|
var Wn;
|
|
1464
|
-
function
|
|
1464
|
+
function Vi() {
|
|
1465
1465
|
return Wn || (Wn = 1, process.env.NODE_ENV !== "production" && function() {
|
|
1466
1466
|
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, r = e ? Symbol.for("react.portal") : 60106, n = e ? Symbol.for("react.fragment") : 60107, o = e ? Symbol.for("react.strict_mode") : 60108, i = e ? Symbol.for("react.profiler") : 60114, a = e ? Symbol.for("react.provider") : 60109, A = e ? Symbol.for("react.context") : 60110, c = e ? Symbol.for("react.async_mode") : 60111, d = e ? Symbol.for("react.concurrent_mode") : 60111, s = e ? Symbol.for("react.forward_ref") : 60112, m = e ? Symbol.for("react.suspense") : 60113, g = e ? Symbol.for("react.suspense_list") : 60120, h = e ? Symbol.for("react.memo") : 60115, p = e ? Symbol.for("react.lazy") : 60116, q = e ? Symbol.for("react.block") : 60121, Z = e ? Symbol.for("react.fundamental") : 60117, K = e ? Symbol.for("react.responder") : 60118, k = e ? Symbol.for("react.scope") : 60119;
|
|
1467
1467
|
function J(C) {
|
|
@@ -1500,7 +1500,7 @@ function Pi() {
|
|
|
1500
1500
|
}
|
|
1501
1501
|
}
|
|
1502
1502
|
}
|
|
1503
|
-
var b = c,
|
|
1503
|
+
var b = c, V = d, F = A, B = a, se = t, le = s, ue = n, _ = p, O = h, I = r, S = i, E = o, f = m, L = !1;
|
|
1504
1504
|
function z(C) {
|
|
1505
1505
|
return L || (L = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), v(C) || W(C) === c;
|
|
1506
1506
|
}
|
|
@@ -1534,18 +1534,18 @@ function Pi() {
|
|
|
1534
1534
|
function ee(C) {
|
|
1535
1535
|
return W(C) === i;
|
|
1536
1536
|
}
|
|
1537
|
-
function
|
|
1537
|
+
function P(C) {
|
|
1538
1538
|
return W(C) === o;
|
|
1539
1539
|
}
|
|
1540
1540
|
function Y(C) {
|
|
1541
1541
|
return W(C) === m;
|
|
1542
1542
|
}
|
|
1543
|
-
Ae.AsyncMode = b, Ae.ConcurrentMode =
|
|
1543
|
+
Ae.AsyncMode = b, Ae.ConcurrentMode = V, Ae.ContextConsumer = F, Ae.ContextProvider = B, Ae.Element = se, Ae.ForwardRef = le, Ae.Fragment = ue, Ae.Lazy = _, Ae.Memo = O, Ae.Portal = I, Ae.Profiler = S, Ae.StrictMode = E, Ae.Suspense = f, Ae.isAsyncMode = z, Ae.isConcurrentMode = v, Ae.isContextConsumer = x, Ae.isContextProvider = N, Ae.isElement = D, Ae.isForwardRef = j, Ae.isFragment = Q, Ae.isLazy = R, Ae.isMemo = G, Ae.isPortal = X, Ae.isProfiler = ee, Ae.isStrictMode = P, Ae.isSuspense = Y, Ae.isValidElementType = J, Ae.typeOf = W;
|
|
1544
1544
|
}()), Ae;
|
|
1545
1545
|
}
|
|
1546
1546
|
var Mn;
|
|
1547
1547
|
function qo() {
|
|
1548
|
-
return Mn || (Mn = 1, process.env.NODE_ENV === "production" ? Rt.exports = Qi() : Rt.exports =
|
|
1548
|
+
return Mn || (Mn = 1, process.env.NODE_ENV === "production" ? Rt.exports = Qi() : Rt.exports = Vi()), Rt.exports;
|
|
1549
1549
|
}
|
|
1550
1550
|
/*
|
|
1551
1551
|
object-assign
|
|
@@ -1553,7 +1553,7 @@ object-assign
|
|
|
1553
1553
|
@license MIT
|
|
1554
1554
|
*/
|
|
1555
1555
|
var yr, On;
|
|
1556
|
-
function
|
|
1556
|
+
function Pi() {
|
|
1557
1557
|
if (On)
|
|
1558
1558
|
return yr;
|
|
1559
1559
|
On = 1;
|
|
@@ -1666,7 +1666,7 @@ function Ui() {
|
|
|
1666
1666
|
if (kn)
|
|
1667
1667
|
return Ir;
|
|
1668
1668
|
kn = 1;
|
|
1669
|
-
var e = qo(), t =
|
|
1669
|
+
var e = qo(), t = Pi(), r = _r(), n = go(), o = Bi(), i = function() {
|
|
1670
1670
|
};
|
|
1671
1671
|
process.env.NODE_ENV !== "production" && (i = function(A) {
|
|
1672
1672
|
var c = "Warning: " + A;
|
|
@@ -1699,7 +1699,7 @@ function Ui() {
|
|
|
1699
1699
|
arrayOf: J,
|
|
1700
1700
|
element: W(),
|
|
1701
1701
|
elementType: b(),
|
|
1702
|
-
instanceOf:
|
|
1702
|
+
instanceOf: V,
|
|
1703
1703
|
node: le(),
|
|
1704
1704
|
objectOf: B,
|
|
1705
1705
|
oneOf: F,
|
|
@@ -1717,8 +1717,8 @@ function Ui() {
|
|
|
1717
1717
|
function Z(v) {
|
|
1718
1718
|
if (process.env.NODE_ENV !== "production")
|
|
1719
1719
|
var x = {}, N = 0;
|
|
1720
|
-
function D(Q, R, G, X, ee,
|
|
1721
|
-
if (X = X || g,
|
|
1720
|
+
function D(Q, R, G, X, ee, P, Y) {
|
|
1721
|
+
if (X = X || g, P = P || G, Y !== r) {
|
|
1722
1722
|
if (c) {
|
|
1723
1723
|
var C = new Error(
|
|
1724
1724
|
"Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types"
|
|
@@ -1728,11 +1728,11 @@ function Ui() {
|
|
|
1728
1728
|
var ie = X + ":" + G;
|
|
1729
1729
|
!x[ie] && // Avoid spamming the console because they are often not actionable except for lib authors
|
|
1730
1730
|
N < 3 && (i(
|
|
1731
|
-
"You are manually calling a React.PropTypes validation function for the `" +
|
|
1731
|
+
"You are manually calling a React.PropTypes validation function for the `" + P + "` prop on `" + X + "`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."
|
|
1732
1732
|
), x[ie] = !0, N++);
|
|
1733
1733
|
}
|
|
1734
1734
|
}
|
|
1735
|
-
return R[G] == null ? Q ? R[G] === null ? new q("The " + ee + " `" +
|
|
1735
|
+
return R[G] == null ? Q ? R[G] === null ? new q("The " + ee + " `" + P + "` is marked as required " + ("in `" + X + "`, but its value is `null`.")) : new q("The " + ee + " `" + P + "` is marked as required in " + ("`" + X + "`, but its value is `undefined`.")) : null : v(R, G, X, ee, P);
|
|
1736
1736
|
}
|
|
1737
1737
|
var j = D.bind(null, !1);
|
|
1738
1738
|
return j.isRequired = D.bind(null, !0), j;
|
|
@@ -1741,9 +1741,9 @@ function Ui() {
|
|
|
1741
1741
|
function x(N, D, j, Q, R, G) {
|
|
1742
1742
|
var X = N[D], ee = E(X);
|
|
1743
1743
|
if (ee !== v) {
|
|
1744
|
-
var
|
|
1744
|
+
var P = f(X);
|
|
1745
1745
|
return new q(
|
|
1746
|
-
"Invalid " + Q + " `" + R + "` of type " + ("`" +
|
|
1746
|
+
"Invalid " + Q + " `" + R + "` of type " + ("`" + P + "` supplied to `" + j + "`, expected ") + ("`" + v + "`."),
|
|
1747
1747
|
{ expectedType: v }
|
|
1748
1748
|
);
|
|
1749
1749
|
}
|
|
@@ -1764,9 +1764,9 @@ function Ui() {
|
|
|
1764
1764
|
return new q("Invalid " + Q + " `" + R + "` of type " + ("`" + X + "` supplied to `" + j + "`, expected an array."));
|
|
1765
1765
|
}
|
|
1766
1766
|
for (var ee = 0; ee < G.length; ee++) {
|
|
1767
|
-
var
|
|
1768
|
-
if (
|
|
1769
|
-
return
|
|
1767
|
+
var P = v(G, ee, j, Q, R + "[" + ee + "]", r);
|
|
1768
|
+
if (P instanceof Error)
|
|
1769
|
+
return P;
|
|
1770
1770
|
}
|
|
1771
1771
|
return null;
|
|
1772
1772
|
}
|
|
@@ -1794,7 +1794,7 @@ function Ui() {
|
|
|
1794
1794
|
}
|
|
1795
1795
|
return Z(v);
|
|
1796
1796
|
}
|
|
1797
|
-
function
|
|
1797
|
+
function V(v) {
|
|
1798
1798
|
function x(N, D, j, Q, R) {
|
|
1799
1799
|
if (!(N[D] instanceof v)) {
|
|
1800
1800
|
var G = v.name || g, X = z(N[D]);
|
|
@@ -1830,9 +1830,9 @@ function Ui() {
|
|
|
1830
1830
|
return new q("Invalid " + Q + " `" + R + "` of type " + ("`" + X + "` supplied to `" + j + "`, expected an object."));
|
|
1831
1831
|
for (var ee in G)
|
|
1832
1832
|
if (n(G, ee)) {
|
|
1833
|
-
var
|
|
1834
|
-
if (
|
|
1835
|
-
return
|
|
1833
|
+
var P = v(G, ee, j, Q, R + "." + ee, r);
|
|
1834
|
+
if (P instanceof Error)
|
|
1835
|
+
return P;
|
|
1836
1836
|
}
|
|
1837
1837
|
return null;
|
|
1838
1838
|
}
|
|
@@ -1849,8 +1849,8 @@ function Ui() {
|
|
|
1849
1849
|
), a;
|
|
1850
1850
|
}
|
|
1851
1851
|
function D(j, Q, R, G, X) {
|
|
1852
|
-
for (var ee = [],
|
|
1853
|
-
var Y = v[
|
|
1852
|
+
for (var ee = [], P = 0; P < v.length; P++) {
|
|
1853
|
+
var Y = v[P], C = Y(j, Q, R, G, X, r);
|
|
1854
1854
|
if (C == null)
|
|
1855
1855
|
return null;
|
|
1856
1856
|
C.data && n(C.data, "expectedType") && ee.push(C.data.expectedType);
|
|
@@ -1877,10 +1877,10 @@ function Ui() {
|
|
|
1877
1877
|
if (X !== "object")
|
|
1878
1878
|
return new q("Invalid " + Q + " `" + R + "` of type `" + X + "` " + ("supplied to `" + j + "`, expected `object`."));
|
|
1879
1879
|
for (var ee in v) {
|
|
1880
|
-
var
|
|
1881
|
-
if (typeof
|
|
1882
|
-
return ue(j, Q, R, ee, f(
|
|
1883
|
-
var Y =
|
|
1880
|
+
var P = v[ee];
|
|
1881
|
+
if (typeof P != "function")
|
|
1882
|
+
return ue(j, Q, R, ee, f(P));
|
|
1883
|
+
var Y = P(G, ee, j, Q, R + "." + ee, r);
|
|
1884
1884
|
if (Y)
|
|
1885
1885
|
return Y;
|
|
1886
1886
|
}
|
|
@@ -1894,16 +1894,16 @@ function Ui() {
|
|
|
1894
1894
|
if (X !== "object")
|
|
1895
1895
|
return new q("Invalid " + Q + " `" + R + "` of type `" + X + "` " + ("supplied to `" + j + "`, expected `object`."));
|
|
1896
1896
|
var ee = t({}, N[D], v);
|
|
1897
|
-
for (var
|
|
1898
|
-
var Y = v[
|
|
1899
|
-
if (n(v,
|
|
1900
|
-
return ue(j, Q, R,
|
|
1897
|
+
for (var P in ee) {
|
|
1898
|
+
var Y = v[P];
|
|
1899
|
+
if (n(v, P) && typeof Y != "function")
|
|
1900
|
+
return ue(j, Q, R, P, f(Y));
|
|
1901
1901
|
if (!Y)
|
|
1902
1902
|
return new q(
|
|
1903
|
-
"Invalid " + Q + " `" + R + "` key `" +
|
|
1903
|
+
"Invalid " + Q + " `" + R + "` key `" + P + "` supplied to `" + j + "`.\nBad object: " + JSON.stringify(N[D], null, " ") + `
|
|
1904
1904
|
Valid keys: ` + JSON.stringify(Object.keys(v), null, " ")
|
|
1905
1905
|
);
|
|
1906
|
-
var C = Y(G,
|
|
1906
|
+
var C = Y(G, P, j, Q, R + "." + P, r);
|
|
1907
1907
|
if (C)
|
|
1908
1908
|
return C;
|
|
1909
1909
|
}
|
|
@@ -2099,7 +2099,7 @@ var ia = Object.assign || function(e) {
|
|
|
2099
2099
|
Object.prototype.hasOwnProperty.call(r, n) && (e[n] = r[n]);
|
|
2100
2100
|
}
|
|
2101
2101
|
return e;
|
|
2102
|
-
}, aa = Xi, Aa = Yt(aa), sa = uo, la = Yt(sa), ua = ir,
|
|
2102
|
+
}, aa = Xi, Aa = Yt(aa), sa = uo, la = Yt(sa), ua = ir, Pe = Yt(ua), bo = oe, ca = Yt(bo), da = $r, ma = Yt(da);
|
|
2103
2103
|
function Yt(e) {
|
|
2104
2104
|
return e && e.__esModule ? e : { default: e };
|
|
2105
2105
|
}
|
|
@@ -2110,11 +2110,11 @@ function pa(e, t) {
|
|
|
2110
2110
|
return r;
|
|
2111
2111
|
}
|
|
2112
2112
|
var fa = {
|
|
2113
|
-
bgColor:
|
|
2114
|
-
fgColor:
|
|
2115
|
-
level:
|
|
2116
|
-
size:
|
|
2117
|
-
value:
|
|
2113
|
+
bgColor: Pe.default.oneOfType([Pe.default.object, Pe.default.string]),
|
|
2114
|
+
fgColor: Pe.default.oneOfType([Pe.default.object, Pe.default.string]),
|
|
2115
|
+
level: Pe.default.string,
|
|
2116
|
+
size: Pe.default.number,
|
|
2117
|
+
value: Pe.default.string.isRequired
|
|
2118
2118
|
}, ha = {
|
|
2119
2119
|
bgColor: "#FFFFFF",
|
|
2120
2120
|
fgColor: "#000000",
|
|
@@ -2203,7 +2203,7 @@ function ya(e) {
|
|
|
2203
2203
|
let t;
|
|
2204
2204
|
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? t = ArrayBuffer.isView(e) : t = e && e.buffer && Io(e.buffer), t;
|
|
2205
2205
|
}
|
|
2206
|
-
const ba = sr("string"), Ye = sr("function"), wo = sr("number"), lr = (e) => e !== null && typeof e == "object", Ca = (e) => e === !0 || e === !1,
|
|
2206
|
+
const ba = sr("string"), Ye = sr("function"), wo = sr("number"), lr = (e) => e !== null && typeof e == "object", Ca = (e) => e === !0 || e === !1, Vt = (e) => {
|
|
2207
2207
|
if (Ar(e) !== "object")
|
|
2208
2208
|
return !1;
|
|
2209
2209
|
const t = en(e);
|
|
@@ -2240,7 +2240,7 @@ const xo = (() => typeof globalThis < "u" ? globalThis : typeof self < "u" ? sel
|
|
|
2240
2240
|
function Jr() {
|
|
2241
2241
|
const { caseless: e } = Wo(this) && this || {}, t = {}, r = (n, o) => {
|
|
2242
2242
|
const i = e && Ko(t, o) || o;
|
|
2243
|
-
|
|
2243
|
+
Vt(t[i]) && Vt(n) ? t[i] = Jr(t[i], n) : Vt(n) ? t[i] = Jr({}, n) : qt(n) ? t[i] = n.slice() : t[i] = n;
|
|
2244
2244
|
};
|
|
2245
2245
|
for (let n = 0, o = arguments.length; n < o; n++)
|
|
2246
2246
|
arguments[n] && jt(arguments[n], r);
|
|
@@ -2330,14 +2330,14 @@ const La = (e, t, r, { allOwnKeys: n } = {}) => (jt(t, (o, i) => {
|
|
|
2330
2330
|
DIGIT: jn,
|
|
2331
2331
|
ALPHA: Kr,
|
|
2332
2332
|
ALPHA_DIGIT: Kr + Kr.toUpperCase() + jn
|
|
2333
|
-
},
|
|
2333
|
+
}, Va = (e = 16, t = Oo.ALPHA_DIGIT) => {
|
|
2334
2334
|
let r = "";
|
|
2335
2335
|
const { length: n } = t;
|
|
2336
2336
|
for (; e--; )
|
|
2337
2337
|
r += t[Math.random() * n | 0];
|
|
2338
2338
|
return r;
|
|
2339
2339
|
};
|
|
2340
|
-
function
|
|
2340
|
+
function Pa(e) {
|
|
2341
2341
|
return !!(e && Ye(e.append) && e[Symbol.toStringTag] === "FormData" && e[Symbol.iterator]);
|
|
2342
2342
|
}
|
|
2343
2343
|
const Ba = (e) => {
|
|
@@ -2367,7 +2367,7 @@ const Ba = (e) => {
|
|
|
2367
2367
|
isNumber: wo,
|
|
2368
2368
|
isBoolean: Ca,
|
|
2369
2369
|
isObject: lr,
|
|
2370
|
-
isPlainObject:
|
|
2370
|
+
isPlainObject: Vt,
|
|
2371
2371
|
isUndefined: Lt,
|
|
2372
2372
|
isDate: Za,
|
|
2373
2373
|
isFile: Ia,
|
|
@@ -2405,8 +2405,8 @@ const Ba = (e) => {
|
|
|
2405
2405
|
global: xo,
|
|
2406
2406
|
isContextDefined: Wo,
|
|
2407
2407
|
ALPHABET: Oo,
|
|
2408
|
-
generateString:
|
|
2409
|
-
isSpecCompliantForm:
|
|
2408
|
+
generateString: Va,
|
|
2409
|
+
isSpecCompliantForm: Pa,
|
|
2410
2410
|
toJSONObject: Ba,
|
|
2411
2411
|
isAsyncFn: Ua,
|
|
2412
2412
|
isThenable: Fa
|
|
@@ -2796,8 +2796,8 @@ const nn = rn, dA = y.toObjectSet([
|
|
|
2796
2796
|
function Kt(e) {
|
|
2797
2797
|
return e && String(e).trim().toLowerCase();
|
|
2798
2798
|
}
|
|
2799
|
-
function
|
|
2800
|
-
return e === !1 || e == null ? e : y.isArray(e) ? e.map(
|
|
2799
|
+
function Pt(e) {
|
|
2800
|
+
return e === !1 || e == null ? e : y.isArray(e) ? e.map(Pt) : String(e);
|
|
2801
2801
|
}
|
|
2802
2802
|
function pA(e) {
|
|
2803
2803
|
const t = /* @__PURE__ */ Object.create(null), r = /([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;
|
|
@@ -2842,7 +2842,7 @@ class cr {
|
|
|
2842
2842
|
if (!s)
|
|
2843
2843
|
throw new Error("header name must be a non-empty string");
|
|
2844
2844
|
const m = y.findKey(o, s);
|
|
2845
|
-
(!m || o[m] === void 0 || d === !0 || d === void 0 && o[m] !== !1) && (o[m || c] =
|
|
2845
|
+
(!m || o[m] === void 0 || d === !0 || d === void 0 && o[m] !== !1) && (o[m || c] = Pt(A));
|
|
2846
2846
|
}
|
|
2847
2847
|
const a = (A, c) => y.forEach(A, (d, s) => i(d, s, c));
|
|
2848
2848
|
return y.isPlainObject(t) || t instanceof this.constructor ? a(t, r) : y.isString(t) && (t = t.trim()) && !fA(t) ? a(mA(t), r) : t != null && i(r, t, n), this;
|
|
@@ -2896,11 +2896,11 @@ class cr {
|
|
|
2896
2896
|
return y.forEach(this, (o, i) => {
|
|
2897
2897
|
const a = y.findKey(n, i);
|
|
2898
2898
|
if (a) {
|
|
2899
|
-
r[a] =
|
|
2899
|
+
r[a] = Pt(o), delete r[i];
|
|
2900
2900
|
return;
|
|
2901
2901
|
}
|
|
2902
2902
|
const A = t ? hA(i) : String(i).trim();
|
|
2903
|
-
A !== i && delete r[i], r[A] =
|
|
2903
|
+
A !== i && delete r[i], r[A] = Pt(o), n[A] = !0;
|
|
2904
2904
|
}), this;
|
|
2905
2905
|
}
|
|
2906
2906
|
concat(...t) {
|
|
@@ -3628,7 +3628,7 @@ function Xo(e, t, r) {
|
|
|
3628
3628
|
}
|
|
3629
3629
|
return e != null ? o[e] : o;
|
|
3630
3630
|
}
|
|
3631
|
-
const
|
|
3631
|
+
const Vn = Object.freeze({
|
|
3632
3632
|
decodeName: An,
|
|
3633
3633
|
decodeValue: sn,
|
|
3634
3634
|
encodeName: To,
|
|
@@ -3639,7 +3639,7 @@ const Pn = Object.freeze({
|
|
|
3639
3639
|
function Qo(e, t, r = ln, { encodeValue: n = Ho, encodeName: o = To } = {}) {
|
|
3640
3640
|
return document.cookie = `${o(e)}=${n(t, e)}${kA(r)}`;
|
|
3641
3641
|
}
|
|
3642
|
-
function
|
|
3642
|
+
function Vo(e, { decodeValue: t = sn, decodeName: r = An } = {}) {
|
|
3643
3643
|
return Xo(e, t, r);
|
|
3644
3644
|
}
|
|
3645
3645
|
function YA({ decodeValue: e = sn, decodeName: t = An } = {}) {
|
|
@@ -3661,7 +3661,7 @@ function Tr(e, t) {
|
|
|
3661
3661
|
if (arguments.length === 0)
|
|
3662
3662
|
return YA(this.converter.read);
|
|
3663
3663
|
if (o != null)
|
|
3664
|
-
return
|
|
3664
|
+
return Vo(o, this.converter.read);
|
|
3665
3665
|
},
|
|
3666
3666
|
remove: function(o, i) {
|
|
3667
3667
|
zA(o, Object.assign({}, this.attributes, i));
|
|
@@ -3678,12 +3678,12 @@ function Tr(e, t) {
|
|
|
3678
3678
|
};
|
|
3679
3679
|
return Object.create(r, n);
|
|
3680
3680
|
}
|
|
3681
|
-
Tr({ read:
|
|
3682
|
-
let
|
|
3683
|
-
typeof window < "u" && (
|
|
3681
|
+
Tr({ read: Vn.decodeValue, write: Vn.encodeValue }, ln);
|
|
3682
|
+
let Po;
|
|
3683
|
+
typeof window < "u" && (Po = Vo("token"));
|
|
3684
3684
|
const Ie = EA.create({
|
|
3685
3685
|
headers: {
|
|
3686
|
-
Authorization:
|
|
3686
|
+
Authorization: Po
|
|
3687
3687
|
}
|
|
3688
3688
|
});
|
|
3689
3689
|
async function Wt(e, t, r, n, o, i, a, A) {
|
|
@@ -3743,7 +3743,7 @@ function dr(e) {
|
|
|
3743
3743
|
}, [g]), oe.createElement(oe.Fragment, null, A);
|
|
3744
3744
|
};
|
|
3745
3745
|
}
|
|
3746
|
-
function
|
|
3746
|
+
function Pn(e, t) {
|
|
3747
3747
|
return e != null ? { content: e.content, containerId: e.props.containerId, id: e.props.toastId, theme: e.props.theme, type: e.props.type, data: e.props.data || {}, isLoading: e.props.isLoading, icon: e.props.icon, status: t } : {};
|
|
3748
3748
|
}
|
|
3749
3749
|
const Ee = { list: /* @__PURE__ */ new Map(), emitQueue: /* @__PURE__ */ new Map(), on(e, t) {
|
|
@@ -3798,13 +3798,13 @@ function JA(e) {
|
|
|
3798
3798
|
return !o.current || A.props.enableMultiContainer && _.containerId !== A.props.containerId || i.has(_.toastId) && _.updateId == null;
|
|
3799
3799
|
}(K))
|
|
3800
3800
|
return;
|
|
3801
|
-
const { toastId: k, updateId: J, data: W } = K, { props: b } = A,
|
|
3801
|
+
const { toastId: k, updateId: J, data: W } = K, { props: b } = A, V = () => d(k), F = J == null;
|
|
3802
3802
|
F && A.count++;
|
|
3803
3803
|
const B = { ...b, style: b.toastStyle, key: A.toastKey++, ...Object.fromEntries(Object.entries(K).filter((_) => {
|
|
3804
3804
|
let [O, I] = _;
|
|
3805
3805
|
return I != null;
|
|
3806
|
-
})), toastId: k, updateId: J, data: W, closeToast:
|
|
3807
|
-
const _ =
|
|
3806
|
+
})), toastId: k, updateId: J, data: W, closeToast: V, isIn: !1, className: Ut(K.className || b.toastClassName), bodyClassName: Ut(K.bodyClassName || b.bodyClassName), progressClassName: Ut(K.progressClassName || b.progressClassName), autoClose: !K.isLoading && (se = K.autoClose, le = b.autoClose, se === !1 || Mt(se) && se > 0 ? se : le), deleteToast() {
|
|
3807
|
+
const _ = Pn(i.get(k), "removed");
|
|
3808
3808
|
i.delete(k), Ee.emit(4, _);
|
|
3809
3809
|
const O = A.queue.length;
|
|
3810
3810
|
if (A.count = k == null ? A.count - A.displayedToast : A.count - 1, A.count < 0 && (A.count = 0), O > 0) {
|
|
@@ -3827,7 +3827,7 @@ function JA(e) {
|
|
|
3827
3827
|
return E === !1 || (Ke(E) ? f = E(L) : ft(E) ? f = Yr(E, L) : lt(E) || Mt(E) ? f = E : S ? f = Lr.spinner() : ((z) => z in Lr)(I) && (f = Lr[I](L))), f;
|
|
3828
3828
|
}(B), Ke(K.onOpen) && (B.onOpen = K.onOpen), Ke(K.onClose) && (B.onClose = K.onClose), B.closeButton = b.closeButton, K.closeButton === !1 || Or(K.closeButton) ? B.closeButton = K.closeButton : K.closeButton === !0 && (B.closeButton = !Or(b.closeButton) || b.closeButton);
|
|
3829
3829
|
let ue = h;
|
|
3830
|
-
ft(h) && !lt(h.type) ? ue = Yr(h, { closeToast:
|
|
3830
|
+
ft(h) && !lt(h.type) ? ue = Yr(h, { closeToast: V, toastProps: B, data: W }) : Ke(h) && (ue = h({ closeToast: V, toastProps: B, data: W })), b.limit && b.limit > 0 && A.count > b.limit && F ? A.queue.push({ toastContent: ue, toastProps: B, staleId: Z }) : Mt(q) ? setTimeout(() => {
|
|
3831
3831
|
g(ue, B, Z);
|
|
3832
3832
|
}, q) : g(ue, B, Z);
|
|
3833
3833
|
}
|
|
@@ -3835,7 +3835,7 @@ function JA(e) {
|
|
|
3835
3835
|
const { toastId: Z } = p;
|
|
3836
3836
|
q && i.delete(q);
|
|
3837
3837
|
const K = { content: h, props: p };
|
|
3838
|
-
i.set(Z, K), n((k) => [...k, Z].filter((J) => J !== q)), Ee.emit(4,
|
|
3838
|
+
i.set(Z, K), n((k) => [...k, Z].filter((J) => J !== q)), Ee.emit(4, Pn(K, K.props.updateId == null ? "added" : "updated"));
|
|
3839
3839
|
}
|
|
3840
3840
|
return xe(() => (A.containerId = e.containerId, Ee.cancelEmit(3).on(0, m).on(1, (h) => o.current && d(h)).on(5, c).emit(2, A), () => {
|
|
3841
3841
|
i.clear(), Ee.emit(3, A);
|
|
@@ -3866,8 +3866,8 @@ function DA(e) {
|
|
|
3866
3866
|
}
|
|
3867
3867
|
function p(W) {
|
|
3868
3868
|
if (a.boundingRect) {
|
|
3869
|
-
const { top: b, bottom:
|
|
3870
|
-
W.nativeEvent.type !== "touchend" && e.pauseOnHover && a.x >= F && a.x <= B && a.y >= b && a.y <=
|
|
3869
|
+
const { top: b, bottom: V, left: F, right: B } = a.boundingRect;
|
|
3870
|
+
W.nativeEvent.type !== "touchend" && e.pauseOnHover && a.x >= F && a.x <= B && a.y >= b && a.y <= V ? Z() : q();
|
|
3871
3871
|
}
|
|
3872
3872
|
}
|
|
3873
3873
|
function q() {
|
|
@@ -3918,9 +3918,9 @@ function NA(e) {
|
|
|
3918
3918
|
} });
|
|
3919
3919
|
}
|
|
3920
3920
|
const RA = (e) => {
|
|
3921
|
-
const { isRunning: t, preventExitTransition: r, toastRef: n, eventHandlers: o } = DA(e), { closeButton: i, children: a, autoClose: A, onClick: c, type: d, hideProgressBar: s, closeToast: m, transition: g, position: h, className: p, style: q, bodyClassName: Z, bodyStyle: K, progressClassName: k, progressStyle: J, updateId: W, role: b, progress:
|
|
3921
|
+
const { isRunning: t, preventExitTransition: r, toastRef: n, eventHandlers: o } = DA(e), { closeButton: i, children: a, autoClose: A, onClick: c, type: d, hideProgressBar: s, closeToast: m, transition: g, position: h, className: p, style: q, bodyClassName: Z, bodyStyle: K, progressClassName: k, progressStyle: J, updateId: W, role: b, progress: V, rtl: F, toastId: B, deleteToast: se, isIn: le, isLoading: ue, iconOut: _, closeOnClick: O, theme: I } = e, S = _e("Toastify__toast", `Toastify__toast-theme--${I}`, `Toastify__toast--${d}`, { "Toastify__toast--rtl": F }, { "Toastify__toast--close-on-click": O }), E = Ke(p) ? p({ rtl: F, position: h, type: d, defaultClassName: S }) : _e(S, p), f = !!V || !A, L = { closeToast: m, type: d, theme: I };
|
|
3922
3922
|
let z = null;
|
|
3923
|
-
return i === !1 || (z = Ke(i) ? i(L) : ft(i) ? Yr(i, L) : Uo(L)), oe.createElement(g, { isIn: le, done: se, position: h, preventExitTransition: r, nodeRef: n }, oe.createElement("div", { id: B, onClick: c, className: E, ...o, style: q, ref: n }, oe.createElement("div", { ...le && { role: b }, className: Ke(Z) ? Z({ type: d }) : _e("Toastify__toast-body", Z), style: K }, _ != null && oe.createElement("div", { className: _e("Toastify__toast-icon", { "Toastify--animate-icon Toastify__zoom-enter": !ue }) }, _), oe.createElement("div", null, a)), z, oe.createElement(NA, { ...W && !f ? { key: `pb-${W}` } : {}, rtl: F, theme: I, delay: A, isRunning: t, isIn: le, closeToast: m, hide: s, type: d, style: J, className: k, controlledProgress: f, progress:
|
|
3923
|
+
return i === !1 || (z = Ke(i) ? i(L) : ft(i) ? Yr(i, L) : Uo(L)), oe.createElement(g, { isIn: le, done: se, position: h, preventExitTransition: r, nodeRef: n }, oe.createElement("div", { id: B, onClick: c, className: E, ...o, style: q, ref: n }, oe.createElement("div", { ...le && { role: b }, className: Ke(Z) ? Z({ type: d }) : _e("Toastify__toast-body", Z), style: K }, _ != null && oe.createElement("div", { className: _e("Toastify__toast-icon", { "Toastify--animate-icon Toastify__zoom-enter": !ue }) }, _), oe.createElement("div", null, a)), z, oe.createElement(NA, { ...W && !f ? { key: `pb-${W}` } : {}, rtl: F, theme: I, delay: A, isRunning: t, isIn: le, closeToast: m, hide: s, type: d, style: J, className: k, controlledProgress: f, progress: V || 0 })));
|
|
3924
3924
|
}, mr = function(e, t) {
|
|
3925
3925
|
return t === void 0 && (t = !1), { enter: `Toastify--animate Toastify__${e}-enter`, exit: `Toastify--animate Toastify__${e}-exit`, appendPosition: t };
|
|
3926
3926
|
}, GA = dr(mr("bounce", !0));
|
|
@@ -4221,7 +4221,7 @@ const XA = ({
|
|
|
4221
4221
|
);
|
|
4222
4222
|
};
|
|
4223
4223
|
var be = /* @__PURE__ */ ((e) => (e.Flex = "#7101FF", e.Playable = "#F9830B", e.Import = "#00a3ff", e.Ready = "#0060A5", e))(be || {});
|
|
4224
|
-
const
|
|
4224
|
+
const VA = ({ typeOfProduct: e }) => /* @__PURE__ */ u.jsxs(
|
|
4225
4225
|
"div",
|
|
4226
4226
|
{
|
|
4227
4227
|
style: {
|
|
@@ -4242,7 +4242,7 @@ const PA = ({ typeOfProduct: e }) => /* @__PURE__ */ u.jsxs(
|
|
|
4242
4242
|
]
|
|
4243
4243
|
}
|
|
4244
4244
|
);
|
|
4245
|
-
async function
|
|
4245
|
+
async function PA(e, t) {
|
|
4246
4246
|
return (await Ie.post(t + "/buyRequest", {
|
|
4247
4247
|
requestType: e
|
|
4248
4248
|
})).data;
|
|
@@ -4265,7 +4265,7 @@ const BA = () => /* @__PURE__ */ u.jsxs("svg", { width: "24", height: "24", view
|
|
|
4265
4265
|
"button",
|
|
4266
4266
|
{
|
|
4267
4267
|
style: { marginLeft: "0.5rem", display: "flex", alignItems: "center", fontSize: "12px", fontWeight: "bold", textDecoration: "underline", color: "#yourColorHere" },
|
|
4268
|
-
onClick: () =>
|
|
4268
|
+
onClick: () => PA("Flex Credit", t).then(
|
|
4269
4269
|
(r) => ke("You will be contacted regarding your request.")
|
|
4270
4270
|
),
|
|
4271
4271
|
children: [
|
|
@@ -4506,7 +4506,7 @@ const BA = () => /* @__PURE__ */ u.jsxs("svg", { width: "24", height: "24", view
|
|
|
4506
4506
|
api: c
|
|
4507
4507
|
}
|
|
4508
4508
|
),
|
|
4509
|
-
/* @__PURE__ */ u.jsx(
|
|
4509
|
+
/* @__PURE__ */ u.jsx(VA, { typeOfProduct: e })
|
|
4510
4510
|
]
|
|
4511
4511
|
}
|
|
4512
4512
|
);
|
|
@@ -5207,7 +5207,7 @@ const Er = [
|
|
|
5207
5207
|
user: J,
|
|
5208
5208
|
setSafariCopyLink: W
|
|
5209
5209
|
}) => {
|
|
5210
|
-
const [b,
|
|
5210
|
+
const [b, V] = U(!1), [F, B] = U(es(5)), [se, le] = U(""), [ue, _] = U(!1), [O, I] = U(!1), [S, E] = U(!1), [f, L] = U("download"), [z, v] = U(!1), [x, N] = U(!1);
|
|
5211
5211
|
U(!1);
|
|
5212
5212
|
let D = {
|
|
5213
5213
|
aarki: "html,copy",
|
|
@@ -5264,7 +5264,7 @@ const Er = [
|
|
|
5264
5264
|
});
|
|
5265
5265
|
}, G = async (Y, C, ie, we, ve, ze) => {
|
|
5266
5266
|
try {
|
|
5267
|
-
|
|
5267
|
+
V(!0);
|
|
5268
5268
|
let Qe = (Ce) => {
|
|
5269
5269
|
if ([
|
|
5270
5270
|
"google",
|
|
@@ -5290,7 +5290,7 @@ const Er = [
|
|
|
5290
5290
|
let me = g + "/" + Ce;
|
|
5291
5291
|
R(me, Ce);
|
|
5292
5292
|
}
|
|
5293
|
-
|
|
5293
|
+
V(!1), ke("Download successfully");
|
|
5294
5294
|
};
|
|
5295
5295
|
if (c === "Flex") {
|
|
5296
5296
|
await $n(
|
|
@@ -5310,7 +5310,7 @@ const Er = [
|
|
|
5310
5310
|
);
|
|
5311
5311
|
let me = Ce.url;
|
|
5312
5312
|
if (!me) {
|
|
5313
|
-
|
|
5313
|
+
V(!1), m(Ce.message, Ce);
|
|
5314
5314
|
return;
|
|
5315
5315
|
}
|
|
5316
5316
|
let bt;
|
|
@@ -5338,7 +5338,7 @@ const Er = [
|
|
|
5338
5338
|
let Ct = g + "/" + me;
|
|
5339
5339
|
R(Ct, me);
|
|
5340
5340
|
}
|
|
5341
|
-
return
|
|
5341
|
+
return V(!1), me;
|
|
5342
5342
|
} else if (c === "Import")
|
|
5343
5343
|
er(s, Y, C).then((Ce) => {
|
|
5344
5344
|
let me = Ce.url;
|
|
@@ -5359,7 +5359,7 @@ const Er = [
|
|
|
5359
5359
|
});
|
|
5360
5360
|
}
|
|
5361
5361
|
} catch (Qe) {
|
|
5362
|
-
|
|
5362
|
+
V(!1), m(Qe.response.data.error.msg);
|
|
5363
5363
|
}
|
|
5364
5364
|
}, X = async () => {
|
|
5365
5365
|
if (c === "Playable" || c === "Ready") {
|
|
@@ -5411,7 +5411,7 @@ const Er = [
|
|
|
5411
5411
|
"download",
|
|
5412
5412
|
C.split("/").reduce((ve, ze) => ze, "")
|
|
5413
5413
|
), ie.style.display = "none", document.body.appendChild(ie), ie.click(), v(!1), ke("Download successfully"), E(!1);
|
|
5414
|
-
},
|
|
5414
|
+
}, P = async () => {
|
|
5415
5415
|
N(!0);
|
|
5416
5416
|
const Y = await As(s, d, o, c);
|
|
5417
5417
|
let C = `${g}/${Y == null ? void 0 : Y.url}`;
|
|
@@ -5649,7 +5649,7 @@ const Er = [
|
|
|
5649
5649
|
E(!1);
|
|
5650
5650
|
},
|
|
5651
5651
|
handleDownload: ee,
|
|
5652
|
-
handleDownloadMolocoTest:
|
|
5652
|
+
handleDownloadMolocoTest: P,
|
|
5653
5653
|
downloadingMoloco: z,
|
|
5654
5654
|
downloadingMolocoApplovin: x
|
|
5655
5655
|
}
|
|
@@ -5855,6 +5855,11 @@ const Er = [
|
|
|
5855
5855
|
id: "43",
|
|
5856
5856
|
name: "adjoe",
|
|
5857
5857
|
imageSrc: "https://gearbox.playablefactory.com/adjoe.png"
|
|
5858
|
+
},
|
|
5859
|
+
{
|
|
5860
|
+
id: "44",
|
|
5861
|
+
name: "molocoV2",
|
|
5862
|
+
imageSrc: "https://gearbox.playablefactory.com/molocoV2.png"
|
|
5858
5863
|
}
|
|
5859
5864
|
], ls = ({ typeOfProduct: e }) => /* @__PURE__ */ u.jsx(
|
|
5860
5865
|
"div",
|
|
@@ -5980,7 +5985,7 @@ const ps = ({
|
|
|
5980
5985
|
disabled: g,
|
|
5981
5986
|
setSafariCopyLink: h
|
|
5982
5987
|
}) => {
|
|
5983
|
-
const [p, q] = U([]), [Z, K] = U([]), [k, J] = U(!1), [W, b] = U(""), [
|
|
5988
|
+
const [p, q] = U([]), [Z, K] = U([]), [k, J] = U(!1), [W, b] = U(""), [V, F] = U(!1), [B, se] = U(!1), le = async (O) => {
|
|
5984
5989
|
J(!0);
|
|
5985
5990
|
const I = await ds(n, O, i);
|
|
5986
5991
|
K(I.details), b(I.size), J(!1);
|
|
@@ -6084,7 +6089,7 @@ const ps = ({
|
|
|
6084
6089
|
onClickMultiDownload: _,
|
|
6085
6090
|
networksVersionTotalSize: W,
|
|
6086
6091
|
typeOfProduct: o,
|
|
6087
|
-
multiDownloading:
|
|
6092
|
+
multiDownloading: V
|
|
6088
6093
|
}
|
|
6089
6094
|
)
|
|
6090
6095
|
}
|
|
@@ -6156,7 +6161,7 @@ const bs = [
|
|
|
6156
6161
|
setFileSize: m,
|
|
6157
6162
|
setSafariCopyLink: g
|
|
6158
6163
|
}) => {
|
|
6159
|
-
const [h, p] = U(null), [q, Z] = U(null), [K, k] = U(null), [J, W] = U(!1), [b,
|
|
6164
|
+
const [h, p] = U(null), [q, Z] = U(null), [K, k] = U(null), [J, W] = U(!1), [b, V] = U("Loading..."), [F, B] = U("Loading..."), [se, le] = U(!0), [ue, _] = U(window.innerWidth);
|
|
6160
6165
|
xe(() => {
|
|
6161
6166
|
const z = () => {
|
|
6162
6167
|
_(window.innerWidth);
|
|
@@ -6170,7 +6175,7 @@ const bs = [
|
|
|
6170
6175
|
const z = await fs(e, i);
|
|
6171
6176
|
return z != null && z.networks || (z.networks = bs), p(z), z;
|
|
6172
6177
|
}, I = (z) => {
|
|
6173
|
-
|
|
6178
|
+
V(z);
|
|
6174
6179
|
}, S = (z) => {
|
|
6175
6180
|
B(z);
|
|
6176
6181
|
}, E = async (z, v) => {
|
|
@@ -6180,7 +6185,7 @@ const bs = [
|
|
|
6180
6185
|
if (n === "Playable" || n === "Ready") {
|
|
6181
6186
|
const j = await gs(t, i);
|
|
6182
6187
|
if (j) {
|
|
6183
|
-
|
|
6188
|
+
V(j.iosLink), B(j.androidLink), W(!1);
|
|
6184
6189
|
return;
|
|
6185
6190
|
}
|
|
6186
6191
|
if (v && v.html) {
|
|
@@ -6190,20 +6195,20 @@ const bs = [
|
|
|
6190
6195
|
const R = ((x = Q.match(
|
|
6191
6196
|
/var\s+iosLink\s*=\s*['|"](https?[\w\d;,/?:@&=+$\-_.!~*'()#]+)['|"]/
|
|
6192
6197
|
)) == null ? void 0 : x.at(1)) || "";
|
|
6193
|
-
|
|
6198
|
+
V(R);
|
|
6194
6199
|
const G = ((N = Q.match(
|
|
6195
6200
|
/var\s+androidLink\s*=\s*['|"](https?[\w\d;,/?:@&=+$\-_.!~*'()#]+)['|"]/
|
|
6196
6201
|
)) == null ? void 0 : N.at(1)) || "";
|
|
6197
6202
|
B(G), W(!1);
|
|
6198
6203
|
} else
|
|
6199
|
-
B(""),
|
|
6204
|
+
B(""), V(""), W(!1);
|
|
6200
6205
|
} else if (n === "Flex") {
|
|
6201
6206
|
const j = await vs(t, i);
|
|
6202
6207
|
if (j.googleUrl || j.iosUrl) {
|
|
6203
|
-
B(j.googleUrl),
|
|
6208
|
+
B(j.googleUrl), V(j.iosUrl), W(!1);
|
|
6204
6209
|
return;
|
|
6205
6210
|
}
|
|
6206
|
-
z && (z.iosUrl || z.googleUrl) ? (
|
|
6211
|
+
z && (z.iosUrl || z.googleUrl) ? (V(z.iosUrl), B(z.googleUrl), W(!1)) : (B(""), V(""), W(!1));
|
|
6207
6212
|
}
|
|
6208
6213
|
} catch (D) {
|
|
6209
6214
|
c(D.response.data.error.msg);
|
|
@@ -6224,7 +6229,7 @@ const bs = [
|
|
|
6224
6229
|
o && (E(v, null), le(!1), Z(v));
|
|
6225
6230
|
});
|
|
6226
6231
|
}) : n === "Import" && ys(t, i).then((z) => {
|
|
6227
|
-
console.log(z), p(z),
|
|
6232
|
+
console.log(z), p(z), V(z.iosUrl || ""), B(z.googleUrl || ""), W(!1), le(!1);
|
|
6228
6233
|
}));
|
|
6229
6234
|
}, [r, e, t, o]), /* @__PURE__ */ u.jsxs(
|
|
6230
6235
|
"div",
|
|
@@ -6289,7 +6294,7 @@ const bs = [
|
|
|
6289
6294
|
}
|
|
6290
6295
|
);
|
|
6291
6296
|
};
|
|
6292
|
-
var Xr = { exports: {} }, ut = {}, Qr = { exports: {} }, Ne = {},
|
|
6297
|
+
var Xr = { exports: {} }, ut = {}, Qr = { exports: {} }, Ne = {}, Vr = { exports: {} };
|
|
6293
6298
|
(function(e, t) {
|
|
6294
6299
|
Object.defineProperty(t, "__esModule", {
|
|
6295
6300
|
value: !0
|
|
@@ -6346,8 +6351,8 @@ var Xr = { exports: {} }, ut = {}, Qr = { exports: {} }, Ne = {}, Pr = { exports
|
|
|
6346
6351
|
return g.filter(d);
|
|
6347
6352
|
}
|
|
6348
6353
|
e.exports = t.default;
|
|
6349
|
-
})(
|
|
6350
|
-
var $o =
|
|
6354
|
+
})(Vr, Vr.exports);
|
|
6355
|
+
var $o = Vr.exports;
|
|
6351
6356
|
Object.defineProperty(Ne, "__esModule", {
|
|
6352
6357
|
value: !0
|
|
6353
6358
|
});
|
|
@@ -6364,7 +6369,7 @@ var Is = $o, ws = Ks(Is);
|
|
|
6364
6369
|
function Ks(e) {
|
|
6365
6370
|
return e && e.__esModule ? e : { default: e };
|
|
6366
6371
|
}
|
|
6367
|
-
var ct = [], pt = null,
|
|
6372
|
+
var ct = [], pt = null, Pr = !1;
|
|
6368
6373
|
function xs() {
|
|
6369
6374
|
ct = [];
|
|
6370
6375
|
}
|
|
@@ -6375,11 +6380,11 @@ function Ws() {
|
|
|
6375
6380
|
}), console.log("end focusManager ----------"));
|
|
6376
6381
|
}
|
|
6377
6382
|
function Et() {
|
|
6378
|
-
|
|
6383
|
+
Pr = !0;
|
|
6379
6384
|
}
|
|
6380
6385
|
function kt() {
|
|
6381
|
-
if (
|
|
6382
|
-
if (
|
|
6386
|
+
if (Pr) {
|
|
6387
|
+
if (Pr = !1, !pt)
|
|
6383
6388
|
return;
|
|
6384
6389
|
setTimeout(function() {
|
|
6385
6390
|
if (!pt.contains(document.activeElement)) {
|
|
@@ -6514,8 +6519,8 @@ De.default = Gs;
|
|
|
6514
6519
|
Object.defineProperty(Re, "__esModule", {
|
|
6515
6520
|
value: !0
|
|
6516
6521
|
});
|
|
6517
|
-
Re.resetState =
|
|
6518
|
-
Re.log =
|
|
6522
|
+
Re.resetState = Vs;
|
|
6523
|
+
Re.log = Ps;
|
|
6519
6524
|
Re.assertNodeList = ri;
|
|
6520
6525
|
Re.setElement = Bs;
|
|
6521
6526
|
Re.validateElement = cn;
|
|
@@ -6527,14 +6532,14 @@ function Qs(e) {
|
|
|
6527
6532
|
return e && e.__esModule ? e : { default: e };
|
|
6528
6533
|
}
|
|
6529
6534
|
var We = null;
|
|
6530
|
-
function
|
|
6535
|
+
function Vs() {
|
|
6531
6536
|
We && (We.removeAttribute ? We.removeAttribute("aria-hidden") : We.length != null ? We.forEach(function(e) {
|
|
6532
6537
|
return e.removeAttribute("aria-hidden");
|
|
6533
6538
|
}) : document.querySelectorAll(We).forEach(function(e) {
|
|
6534
6539
|
return e.removeAttribute("aria-hidden");
|
|
6535
6540
|
})), We = null;
|
|
6536
6541
|
}
|
|
6537
|
-
function
|
|
6542
|
+
function Ps() {
|
|
6538
6543
|
if (process.env.NODE_ENV !== "production") {
|
|
6539
6544
|
var e = We || {};
|
|
6540
6545
|
console.log("ariaAppHider ----------"), console.log(e.nodeName, e.className, e.id), console.log("end ariaAppHider ----------");
|
|
@@ -6775,7 +6780,7 @@ ll.default.subscribe(ml);
|
|
|
6775
6780
|
function b(I) {
|
|
6776
6781
|
return I && I.__esModule ? I : { default: I };
|
|
6777
6782
|
}
|
|
6778
|
-
function
|
|
6783
|
+
function V(I, S) {
|
|
6779
6784
|
if (!(I instanceof S))
|
|
6780
6785
|
throw new TypeError("Cannot call a class as a function");
|
|
6781
6786
|
}
|
|
@@ -6799,7 +6804,7 @@ ll.default.subscribe(ml);
|
|
|
6799
6804
|
}, _ = 0, O = function(I) {
|
|
6800
6805
|
B(S, I);
|
|
6801
6806
|
function S(E) {
|
|
6802
|
-
|
|
6807
|
+
V(this, S);
|
|
6803
6808
|
var f = F(this, (S.__proto__ || Object.getPrototypeOf(S)).call(this, E));
|
|
6804
6809
|
return f.setOverlayRef = function(L) {
|
|
6805
6810
|
f.overlay = L, f.props.overlayRef && f.props.overlayRef(L);
|
|
@@ -7476,7 +7481,7 @@ const Fr = /* @__PURE__ */ Oi(Ol), Ll = ({ width: e, height: t }) => /* @__PURE_
|
|
|
7476
7481
|
fetchFileUrl: g,
|
|
7477
7482
|
copyLinkUrl: h
|
|
7478
7483
|
}) => {
|
|
7479
|
-
const [p, q] = U(window.innerWidth), [Z, K] = U(!1), [k, J] = U(s), [W, b] = U(!1), [
|
|
7484
|
+
const [p, q] = U(window.innerWidth), [Z, K] = U(!1), [k, J] = U(s), [W, b] = U(!1), [V, F] = U(!0), [B, se] = U(null), [le, ue] = U(""), _ = async () => {
|
|
7480
7485
|
a === "Flex" ? $t({ _id: r, network: "default" }, A).then((O) => {
|
|
7481
7486
|
K(!0), J(g + "/" + O.url), O.size > 5 ? b(!0) : b(!1), se(O.size), F(!1);
|
|
7482
7487
|
}).catch(() => {
|
|
@@ -7496,7 +7501,7 @@ const Fr = /* @__PURE__ */ Oi(Ol), Ll = ({ width: e, height: t }) => /* @__PURE_
|
|
|
7496
7501
|
return window.addEventListener("resize", O), () => {
|
|
7497
7502
|
window.removeEventListener("resize", O);
|
|
7498
7503
|
};
|
|
7499
|
-
}, []),
|
|
7504
|
+
}, []), V && e ? /* @__PURE__ */ u.jsx(u.Fragment, { children: /* @__PURE__ */ u.jsx(
|
|
7500
7505
|
Fr,
|
|
7501
7506
|
{
|
|
7502
7507
|
isOpen: e,
|
|
@@ -7551,7 +7556,7 @@ const Fr = /* @__PURE__ */ Oi(Ol), Ll = ({ width: e, height: t }) => /* @__PURE_
|
|
|
7551
7556
|
}
|
|
7552
7557
|
)
|
|
7553
7558
|
}
|
|
7554
|
-
) }) :
|
|
7559
|
+
) }) : V && a === "Flex" ? null : (console.log("typeOfProduct:", a), /* @__PURE__ */ u.jsxs(
|
|
7555
7560
|
"div",
|
|
7556
7561
|
{
|
|
7557
7562
|
onMouseDown: (O) => {
|