gearboxdownloadmodal 5.0.10 → 5.0.12
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 +299 -292
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +11 -11
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -84,20 +84,20 @@ function zo() {
|
|
|
84
84
|
{
|
|
85
85
|
var G = Z.ReactDebugCurrentFrame, ae = G.getStackAddendum();
|
|
86
86
|
ae !== "" && (I += "%s", k = k.concat([ae]));
|
|
87
|
-
var ce = k.map(function(
|
|
88
|
-
return String(
|
|
87
|
+
var ce = k.map(function(te) {
|
|
88
|
+
return String(te);
|
|
89
89
|
});
|
|
90
90
|
ce.unshift("Warning: " + I), Function.prototype.apply.call(console[l], console, ce);
|
|
91
91
|
}
|
|
92
92
|
}
|
|
93
|
-
var W = !1, b = !1,
|
|
94
|
-
|
|
95
|
-
function
|
|
96
|
-
return !!(typeof l == "string" || typeof l == "function" || l === n || l === o ||
|
|
93
|
+
var W = !1, b = !1, ee = !1, B = !1, re = !1, ne;
|
|
94
|
+
ne = Symbol.for("react.module.reference");
|
|
95
|
+
function F(l) {
|
|
96
|
+
return !!(typeof l == "string" || typeof l == "function" || l === n || l === o || re || l === i || l === s || l === c || B || l === g || W || b || ee || typeof l == "object" && l !== null && (l.$$typeof === f || l.$$typeof === m || l.$$typeof === a || l.$$typeof === A || l.$$typeof === d || // 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.
|
|
100
|
-
l.$$typeof ===
|
|
100
|
+
l.$$typeof === ne || l.getModuleId !== void 0));
|
|
101
101
|
}
|
|
102
102
|
function de(l, I, k) {
|
|
103
103
|
var G = l.displayName;
|
|
@@ -106,10 +106,10 @@ function zo() {
|
|
|
106
106
|
var ae = I.displayName || I.name || "";
|
|
107
107
|
return ae !== "" ? k + "(" + ae + ")" : k;
|
|
108
108
|
}
|
|
109
|
-
function
|
|
109
|
+
function _(l) {
|
|
110
110
|
return l.displayName || "Context";
|
|
111
111
|
}
|
|
112
|
-
function
|
|
112
|
+
function ie(l) {
|
|
113
113
|
if (l == null)
|
|
114
114
|
return null;
|
|
115
115
|
if (typeof l.tag == "number" && M("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof l == "function")
|
|
@@ -134,19 +134,19 @@ function zo() {
|
|
|
134
134
|
switch (l.$$typeof) {
|
|
135
135
|
case A:
|
|
136
136
|
var I = l;
|
|
137
|
-
return
|
|
137
|
+
return _(I) + ".Consumer";
|
|
138
138
|
case a:
|
|
139
139
|
var k = l;
|
|
140
|
-
return
|
|
140
|
+
return _(k._context) + ".Provider";
|
|
141
141
|
case d:
|
|
142
142
|
return de(l, l.render, "ForwardRef");
|
|
143
143
|
case m:
|
|
144
144
|
var G = l.displayName || null;
|
|
145
|
-
return G !== null ? G :
|
|
145
|
+
return G !== null ? G : ie(l.type) || "Memo";
|
|
146
146
|
case f: {
|
|
147
|
-
var ae = l, ce = ae._payload,
|
|
147
|
+
var ae = l, ce = ae._payload, te = ae._init;
|
|
148
148
|
try {
|
|
149
|
-
return
|
|
149
|
+
return ie(te(ce));
|
|
150
150
|
} catch {
|
|
151
151
|
return null;
|
|
152
152
|
}
|
|
@@ -251,27 +251,27 @@ function zo() {
|
|
|
251
251
|
ce = D.current, D.current = null, j();
|
|
252
252
|
try {
|
|
253
253
|
if (I) {
|
|
254
|
-
var
|
|
254
|
+
var te = function() {
|
|
255
255
|
throw Error();
|
|
256
256
|
};
|
|
257
|
-
if (Object.defineProperty(
|
|
257
|
+
if (Object.defineProperty(te.prototype, "props", {
|
|
258
258
|
set: function() {
|
|
259
259
|
throw Error();
|
|
260
260
|
}
|
|
261
261
|
}), typeof Reflect == "object" && Reflect.construct) {
|
|
262
262
|
try {
|
|
263
|
-
Reflect.construct(
|
|
263
|
+
Reflect.construct(te, []);
|
|
264
264
|
} catch (Xe) {
|
|
265
265
|
G = Xe;
|
|
266
266
|
}
|
|
267
|
-
Reflect.construct(l, [],
|
|
267
|
+
Reflect.construct(l, [], te);
|
|
268
268
|
} else {
|
|
269
269
|
try {
|
|
270
|
-
|
|
270
|
+
te.call();
|
|
271
271
|
} catch (Xe) {
|
|
272
272
|
G = Xe;
|
|
273
273
|
}
|
|
274
|
-
l.call(
|
|
274
|
+
l.call(te.prototype);
|
|
275
275
|
}
|
|
276
276
|
} else {
|
|
277
277
|
try {
|
|
@@ -309,7 +309,7 @@ function zo() {
|
|
|
309
309
|
function T(l, I, k) {
|
|
310
310
|
return S(l, !1);
|
|
311
311
|
}
|
|
312
|
-
function
|
|
312
|
+
function $(l) {
|
|
313
313
|
var I = l.prototype;
|
|
314
314
|
return !!(I && I.isReactComponent);
|
|
315
315
|
}
|
|
@@ -317,7 +317,7 @@ function zo() {
|
|
|
317
317
|
if (l == null)
|
|
318
318
|
return "";
|
|
319
319
|
if (typeof l == "function")
|
|
320
|
-
return S(l,
|
|
320
|
+
return S(l, $(l));
|
|
321
321
|
if (typeof l == "string")
|
|
322
322
|
return N(l);
|
|
323
323
|
switch (l) {
|
|
@@ -353,19 +353,19 @@ function zo() {
|
|
|
353
353
|
function Je(l, I, k, G, ae) {
|
|
354
354
|
{
|
|
355
355
|
var ce = Function.call.bind(Le);
|
|
356
|
-
for (var
|
|
357
|
-
if (ce(l,
|
|
356
|
+
for (var te in l)
|
|
357
|
+
if (ce(l, te)) {
|
|
358
358
|
var U = void 0;
|
|
359
359
|
try {
|
|
360
|
-
if (typeof l[
|
|
361
|
-
var xe = Error((G || "React class") + ": " + k + " type `" +
|
|
360
|
+
if (typeof l[te] != "function") {
|
|
361
|
+
var xe = Error((G || "React class") + ": " + k + " type `" + te + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof l[te] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
362
362
|
throw xe.name = "Invariant Violation", xe;
|
|
363
363
|
}
|
|
364
|
-
U = l[
|
|
364
|
+
U = l[te](I, te, G, k, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
365
365
|
} catch (ge) {
|
|
366
366
|
U = ge;
|
|
367
367
|
}
|
|
368
|
-
U && !(U instanceof Error) && (Oe(ae), M("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", G || "React class", k,
|
|
368
|
+
U && !(U instanceof Error) && (Oe(ae), M("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", G || "React class", k, te, typeof U), Oe(null)), U instanceof Error && !(U.message in fe) && (fe[U.message] = !0, Oe(ae), M("Failed %s type: %s", k, U.message), Oe(null));
|
|
369
369
|
}
|
|
370
370
|
}
|
|
371
371
|
}
|
|
@@ -418,8 +418,8 @@ function zo() {
|
|
|
418
418
|
}
|
|
419
419
|
function fo(l, I) {
|
|
420
420
|
if (typeof l.ref == "string" && wt.current && I && wt.current.stateNode !== I) {
|
|
421
|
-
var k =
|
|
422
|
-
yr[k] || (M('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref',
|
|
421
|
+
var k = ie(wt.current.type);
|
|
422
|
+
yr[k] || (M('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', ie(wt.current.type), l.ref), yr[k] = !0);
|
|
423
423
|
}
|
|
424
424
|
}
|
|
425
425
|
function ho(l, I) {
|
|
@@ -444,7 +444,7 @@ function zo() {
|
|
|
444
444
|
});
|
|
445
445
|
}
|
|
446
446
|
}
|
|
447
|
-
var qo = function(l, I, k, G, ae, ce,
|
|
447
|
+
var qo = function(l, I, k, G, ae, ce, te) {
|
|
448
448
|
var U = {
|
|
449
449
|
// This tag allows us to uniquely identify this as a React Element
|
|
450
450
|
$$typeof: t,
|
|
@@ -452,7 +452,7 @@ function zo() {
|
|
|
452
452
|
type: l,
|
|
453
453
|
key: I,
|
|
454
454
|
ref: k,
|
|
455
|
-
props:
|
|
455
|
+
props: te,
|
|
456
456
|
// Record the component responsible for creating this element.
|
|
457
457
|
_owner: ce
|
|
458
458
|
};
|
|
@@ -475,20 +475,20 @@ function zo() {
|
|
|
475
475
|
};
|
|
476
476
|
function yo(l, I, k, G, ae) {
|
|
477
477
|
{
|
|
478
|
-
var ce,
|
|
478
|
+
var ce, te = {}, U = null, xe = null;
|
|
479
479
|
k !== void 0 && (mn(k), U = "" + k), po(I) && (mn(I.key), U = "" + I.key), mo(I) && (xe = I.ref, fo(I, ae));
|
|
480
480
|
for (ce in I)
|
|
481
|
-
Le.call(I, ce) && !co.hasOwnProperty(ce) && (
|
|
481
|
+
Le.call(I, ce) && !co.hasOwnProperty(ce) && (te[ce] = I[ce]);
|
|
482
482
|
if (l && l.defaultProps) {
|
|
483
483
|
var ge = l.defaultProps;
|
|
484
484
|
for (ce in ge)
|
|
485
|
-
|
|
485
|
+
te[ce] === void 0 && (te[ce] = ge[ce]);
|
|
486
486
|
}
|
|
487
487
|
if (U || xe) {
|
|
488
488
|
var qe = typeof l == "function" ? l.displayName || l.name || "Unknown" : l;
|
|
489
|
-
U && ho(
|
|
489
|
+
U && ho(te, qe), xe && go(te, qe);
|
|
490
490
|
}
|
|
491
|
-
return qo(l, U, xe, ae, G, wt.current,
|
|
491
|
+
return qo(l, U, xe, ae, G, wt.current, te);
|
|
492
492
|
}
|
|
493
493
|
}
|
|
494
494
|
var vr = Z.ReactCurrentOwner, hn = Z.ReactDebugCurrentFrame;
|
|
@@ -507,7 +507,7 @@ function zo() {
|
|
|
507
507
|
function gn() {
|
|
508
508
|
{
|
|
509
509
|
if (vr.current) {
|
|
510
|
-
var l =
|
|
510
|
+
var l = ie(vr.current.type);
|
|
511
511
|
if (l)
|
|
512
512
|
return `
|
|
513
513
|
|
|
@@ -550,7 +550,7 @@ Check the top-level render call using <` + k + ">.");
|
|
|
550
550
|
return;
|
|
551
551
|
qn[k] = !0;
|
|
552
552
|
var G = "";
|
|
553
|
-
l && l._owner && l._owner !== vr.current && (G = " It was passed a child from " +
|
|
553
|
+
l && l._owner && l._owner !== vr.current && (G = " It was passed a child from " + ie(l._owner.type) + "."), gt(l), M('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', k, G), gt(null);
|
|
554
554
|
}
|
|
555
555
|
}
|
|
556
556
|
function vn(l, I) {
|
|
@@ -567,8 +567,8 @@ Check the top-level render call using <` + k + ">.");
|
|
|
567
567
|
else if (l) {
|
|
568
568
|
var ae = C(l);
|
|
569
569
|
if (typeof ae == "function" && ae !== l.entries)
|
|
570
|
-
for (var ce = ae.call(l),
|
|
571
|
-
Cr(
|
|
570
|
+
for (var ce = ae.call(l), te; !(te = ce.next()).done; )
|
|
571
|
+
Cr(te.value) && yn(te.value, I);
|
|
572
572
|
}
|
|
573
573
|
}
|
|
574
574
|
}
|
|
@@ -587,11 +587,11 @@ Check the top-level render call using <` + k + ">.");
|
|
|
587
587
|
else
|
|
588
588
|
return;
|
|
589
589
|
if (k) {
|
|
590
|
-
var G =
|
|
590
|
+
var G = ie(I);
|
|
591
591
|
Je(k, l.props, "prop", G, l);
|
|
592
592
|
} else if (I.PropTypes !== void 0 && !br) {
|
|
593
593
|
br = !0;
|
|
594
|
-
var ae =
|
|
594
|
+
var ae = ie(I);
|
|
595
595
|
M("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", ae || "Unknown");
|
|
596
596
|
}
|
|
597
597
|
typeof I.getDefaultProps == "function" && !I.getDefaultProps.isReactClassApproved && M("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
@@ -611,19 +611,19 @@ Check the top-level render call using <` + k + ">.");
|
|
|
611
611
|
}
|
|
612
612
|
function bn(l, I, k, G, ae, ce) {
|
|
613
613
|
{
|
|
614
|
-
var
|
|
615
|
-
if (!
|
|
614
|
+
var te = F(l);
|
|
615
|
+
if (!te) {
|
|
616
616
|
var U = "";
|
|
617
617
|
(l === void 0 || typeof l == "object" && l !== null && Object.keys(l).length === 0) && (U += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
618
618
|
var xe = vo(ae);
|
|
619
619
|
xe ? U += xe : U += gn();
|
|
620
620
|
var ge;
|
|
621
|
-
l === null ? ge = "null" : be(l) ? ge = "array" : l !== void 0 && l.$$typeof === t ? (ge = "<" + (
|
|
621
|
+
l === null ? ge = "null" : be(l) ? ge = "array" : l !== void 0 && l.$$typeof === t ? (ge = "<" + (ie(l.type) || "Unknown") + " />", U = " Did you accidentally export a JSX literal instead of a component?") : ge = typeof l, M("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", ge, U);
|
|
622
622
|
}
|
|
623
623
|
var qe = yo(l, I, k, ae, ce);
|
|
624
624
|
if (qe == null)
|
|
625
625
|
return qe;
|
|
626
|
-
if (
|
|
626
|
+
if (te) {
|
|
627
627
|
var We = I.children;
|
|
628
628
|
if (We !== void 0)
|
|
629
629
|
if (G)
|
|
@@ -1392,8 +1392,8 @@ function Bo() {
|
|
|
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, i = e ? Symbol.for("react.strict_mode") : 60108, o = e ? Symbol.for("react.profiler") : 60114, a = e ? Symbol.for("react.provider") : 60109, A = e ? Symbol.for("react.context") : 60110, d = e ? Symbol.for("react.async_mode") : 60111, s = e ? Symbol.for("react.concurrent_mode") : 60111, c = e ? Symbol.for("react.forward_ref") : 60112, m = e ? Symbol.for("react.suspense") : 60113, f = e ? Symbol.for("react.suspense_list") : 60120, g = e ? Symbol.for("react.memo") : 60115, p = e ? Symbol.for("react.lazy") : 60116, q = e ? Symbol.for("react.block") : 60121, C = e ? Symbol.for("react.fundamental") : 60117, Z = e ? Symbol.for("react.responder") : 60118, M = e ? Symbol.for("react.scope") : 60119;
|
|
1393
1393
|
function z(b) {
|
|
1394
1394
|
if (typeof b == "object" && b !== null) {
|
|
1395
|
-
var
|
|
1396
|
-
switch (
|
|
1395
|
+
var ee = b.$$typeof;
|
|
1396
|
+
switch (ee) {
|
|
1397
1397
|
case t:
|
|
1398
1398
|
switch (b = b.type, b) {
|
|
1399
1399
|
case d:
|
|
@@ -1412,11 +1412,11 @@ function Bo() {
|
|
|
1412
1412
|
case a:
|
|
1413
1413
|
return b;
|
|
1414
1414
|
default:
|
|
1415
|
-
return
|
|
1415
|
+
return ee;
|
|
1416
1416
|
}
|
|
1417
1417
|
}
|
|
1418
1418
|
case r:
|
|
1419
|
-
return
|
|
1419
|
+
return ee;
|
|
1420
1420
|
}
|
|
1421
1421
|
}
|
|
1422
1422
|
}
|
|
@@ -1473,17 +1473,17 @@ function Xo() {
|
|
|
1473
1473
|
var T = S.$$typeof;
|
|
1474
1474
|
switch (T) {
|
|
1475
1475
|
case t:
|
|
1476
|
-
var
|
|
1477
|
-
switch (
|
|
1476
|
+
var $ = S.type;
|
|
1477
|
+
switch ($) {
|
|
1478
1478
|
case d:
|
|
1479
1479
|
case s:
|
|
1480
1480
|
case n:
|
|
1481
1481
|
case o:
|
|
1482
1482
|
case i:
|
|
1483
1483
|
case m:
|
|
1484
|
-
return
|
|
1484
|
+
return $;
|
|
1485
1485
|
default:
|
|
1486
|
-
var he =
|
|
1486
|
+
var he = $ && $.$$typeof;
|
|
1487
1487
|
switch (he) {
|
|
1488
1488
|
case A:
|
|
1489
1489
|
case c:
|
|
@@ -1500,7 +1500,7 @@ function Xo() {
|
|
|
1500
1500
|
}
|
|
1501
1501
|
}
|
|
1502
1502
|
}
|
|
1503
|
-
var b = d,
|
|
1503
|
+
var b = d, ee = s, B = A, re = a, ne = t, F = c, de = n, _ = p, ie = g, K = r, x = o, O = i, h = m, E = !1;
|
|
1504
1504
|
function X(S) {
|
|
1505
1505
|
return E || (E = !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(S) || W(S) === d;
|
|
1506
1506
|
}
|
|
@@ -1540,7 +1540,7 @@ function Xo() {
|
|
|
1540
1540
|
function pe(S) {
|
|
1541
1541
|
return W(S) === m;
|
|
1542
1542
|
}
|
|
1543
|
-
le.AsyncMode = b, le.ConcurrentMode =
|
|
1543
|
+
le.AsyncMode = b, le.ConcurrentMode = ee, le.ContextConsumer = B, le.ContextProvider = re, le.Element = ne, le.ForwardRef = F, le.Fragment = de, le.Lazy = _, le.Memo = ie, le.Portal = K, le.Profiler = x, le.StrictMode = O, le.Suspense = h, le.isAsyncMode = X, le.isConcurrentMode = v, le.isContextConsumer = w, le.isContextProvider = L, le.isElement = Y, le.isForwardRef = j, le.isFragment = V, le.isLazy = D, le.isMemo = J, le.isPortal = N, le.isProfiler = Q, le.isStrictMode = R, le.isSuspense = pe, le.isValidElementType = z, le.typeOf = W;
|
|
1544
1544
|
}()), le;
|
|
1545
1545
|
}
|
|
1546
1546
|
var En;
|
|
@@ -1699,13 +1699,13 @@ function _o() {
|
|
|
1699
1699
|
arrayOf: z,
|
|
1700
1700
|
element: W(),
|
|
1701
1701
|
elementType: b(),
|
|
1702
|
-
instanceOf:
|
|
1703
|
-
node:
|
|
1704
|
-
objectOf:
|
|
1702
|
+
instanceOf: ee,
|
|
1703
|
+
node: F(),
|
|
1704
|
+
objectOf: re,
|
|
1705
1705
|
oneOf: B,
|
|
1706
|
-
oneOfType:
|
|
1707
|
-
shape:
|
|
1708
|
-
exact:
|
|
1706
|
+
oneOfType: ne,
|
|
1707
|
+
shape: _,
|
|
1708
|
+
exact: ie
|
|
1709
1709
|
};
|
|
1710
1710
|
function p(v, w) {
|
|
1711
1711
|
return v === w ? v !== 0 || 1 / v === 1 / w : v !== v && w !== w;
|
|
@@ -1794,7 +1794,7 @@ function _o() {
|
|
|
1794
1794
|
}
|
|
1795
1795
|
return C(v);
|
|
1796
1796
|
}
|
|
1797
|
-
function
|
|
1797
|
+
function ee(v) {
|
|
1798
1798
|
function w(L, Y, j, V, D) {
|
|
1799
1799
|
if (!(L[Y] instanceof v)) {
|
|
1800
1800
|
var J = v.name || f, N = X(L[Y]);
|
|
@@ -1821,7 +1821,7 @@ function _o() {
|
|
|
1821
1821
|
}
|
|
1822
1822
|
return C(w);
|
|
1823
1823
|
}
|
|
1824
|
-
function
|
|
1824
|
+
function re(v) {
|
|
1825
1825
|
function w(L, Y, j, V, D) {
|
|
1826
1826
|
if (typeof v != "function")
|
|
1827
1827
|
return new q("Property `" + D + "` of component `" + j + "` has invalid PropType notation inside objectOf.");
|
|
@@ -1838,7 +1838,7 @@ function _o() {
|
|
|
1838
1838
|
}
|
|
1839
1839
|
return C(w);
|
|
1840
1840
|
}
|
|
1841
|
-
function
|
|
1841
|
+
function ne(v) {
|
|
1842
1842
|
if (!Array.isArray(v))
|
|
1843
1843
|
return process.env.NODE_ENV !== "production" && o("Invalid argument supplied to oneOfType, expected an instance of array."), a;
|
|
1844
1844
|
for (var w = 0; w < v.length; w++) {
|
|
@@ -1860,7 +1860,7 @@ function _o() {
|
|
|
1860
1860
|
}
|
|
1861
1861
|
return C(Y);
|
|
1862
1862
|
}
|
|
1863
|
-
function
|
|
1863
|
+
function F() {
|
|
1864
1864
|
function v(w, L, Y, j, V) {
|
|
1865
1865
|
return K(w[L]) ? null : new q("Invalid " + j + " `" + V + "` supplied to " + ("`" + Y + "`, expected a ReactNode."));
|
|
1866
1866
|
}
|
|
@@ -1871,7 +1871,7 @@ function _o() {
|
|
|
1871
1871
|
(v || "React class") + ": " + w + " type `" + L + "." + Y + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + j + "`."
|
|
1872
1872
|
);
|
|
1873
1873
|
}
|
|
1874
|
-
function
|
|
1874
|
+
function _(v) {
|
|
1875
1875
|
function w(L, Y, j, V, D) {
|
|
1876
1876
|
var J = L[Y], N = O(J);
|
|
1877
1877
|
if (N !== "object")
|
|
@@ -1888,7 +1888,7 @@ function _o() {
|
|
|
1888
1888
|
}
|
|
1889
1889
|
return C(w);
|
|
1890
1890
|
}
|
|
1891
|
-
function
|
|
1891
|
+
function ie(v) {
|
|
1892
1892
|
function w(L, Y, j, V, D) {
|
|
1893
1893
|
var J = L[Y], N = O(J);
|
|
1894
1894
|
if (N !== "object")
|
|
@@ -2411,10 +2411,10 @@ const Fa = (e) => {
|
|
|
2411
2411
|
isAsyncFn: _a,
|
|
2412
2412
|
isThenable: $a
|
|
2413
2413
|
};
|
|
2414
|
-
function
|
|
2414
|
+
function oe(e, t, r, n, i) {
|
|
2415
2415
|
Error.call(this), Error.captureStackTrace ? Error.captureStackTrace(this, this.constructor) : this.stack = new Error().stack, this.message = e, this.name = "AxiosError", t && (this.code = t), r && (this.config = r), n && (this.request = n), i && (this.response = i);
|
|
2416
2416
|
}
|
|
2417
|
-
y.inherits(
|
|
2417
|
+
y.inherits(oe, Error, {
|
|
2418
2418
|
toJSON: function() {
|
|
2419
2419
|
return {
|
|
2420
2420
|
// Standard
|
|
@@ -2435,7 +2435,7 @@ y.inherits(ie, Error, {
|
|
|
2435
2435
|
};
|
|
2436
2436
|
}
|
|
2437
2437
|
});
|
|
2438
|
-
const Li =
|
|
2438
|
+
const Li = oe.prototype, Si = {};
|
|
2439
2439
|
[
|
|
2440
2440
|
"ERR_BAD_OPTION_VALUE",
|
|
2441
2441
|
"ERR_BAD_OPTION",
|
|
@@ -2453,13 +2453,13 @@ const Li = ie.prototype, Si = {};
|
|
|
2453
2453
|
].forEach((e) => {
|
|
2454
2454
|
Si[e] = { value: e };
|
|
2455
2455
|
});
|
|
2456
|
-
Object.defineProperties(
|
|
2456
|
+
Object.defineProperties(oe, Si);
|
|
2457
2457
|
Object.defineProperty(Li, "isAxiosError", { value: !0 });
|
|
2458
|
-
|
|
2458
|
+
oe.from = (e, t, r, n, i, o) => {
|
|
2459
2459
|
const a = Object.create(Li);
|
|
2460
2460
|
return y.toFlatObject(e, a, function(d) {
|
|
2461
2461
|
return d !== Error.prototype;
|
|
2462
|
-
}, (A) => A !== "isAxiosError"),
|
|
2462
|
+
}, (A) => A !== "isAxiosError"), oe.call(a, e.message, t, r, n, i), a.cause = e, a.name = e.name, o && Object.assign(a, o), a;
|
|
2463
2463
|
};
|
|
2464
2464
|
const eA = null;
|
|
2465
2465
|
function Gr(e) {
|
|
@@ -2498,7 +2498,7 @@ function pr(e, t, r) {
|
|
|
2498
2498
|
if (y.isDate(p))
|
|
2499
2499
|
return p.toISOString();
|
|
2500
2500
|
if (!d && y.isBlob(p))
|
|
2501
|
-
throw new
|
|
2501
|
+
throw new oe("Blob is not supported. Use a Buffer instead.");
|
|
2502
2502
|
return y.isArrayBuffer(p) || y.isTypedArray(p) ? d && typeof Blob == "function" ? new Blob([p]) : Buffer.from(p) : p;
|
|
2503
2503
|
}
|
|
2504
2504
|
function c(p, q, C) {
|
|
@@ -2736,7 +2736,7 @@ const nn = {
|
|
|
2736
2736
|
return JSON.parse(t);
|
|
2737
2737
|
} catch (A) {
|
|
2738
2738
|
if (a)
|
|
2739
|
-
throw A.name === "SyntaxError" ?
|
|
2739
|
+
throw A.name === "SyntaxError" ? oe.from(A, oe.ERR_BAD_RESPONSE, this, null, this.response) : A;
|
|
2740
2740
|
}
|
|
2741
2741
|
}
|
|
2742
2742
|
return t;
|
|
@@ -2963,16 +2963,16 @@ function Yi(e) {
|
|
|
2963
2963
|
return !!(e && e.__CANCEL__);
|
|
2964
2964
|
}
|
|
2965
2965
|
function Tt(e, t, r) {
|
|
2966
|
-
|
|
2966
|
+
oe.call(this, e ?? "canceled", oe.ERR_CANCELED, t, r), this.name = "CanceledError";
|
|
2967
2967
|
}
|
|
2968
|
-
y.inherits(Tt,
|
|
2968
|
+
y.inherits(Tt, oe, {
|
|
2969
2969
|
__CANCEL__: !0
|
|
2970
2970
|
});
|
|
2971
2971
|
function vA(e, t, r) {
|
|
2972
2972
|
const n = r.config.validateStatus;
|
|
2973
|
-
!r.status || !n || n(r.status) ? e(r) : t(new
|
|
2973
|
+
!r.status || !n || n(r.status) ? e(r) : t(new oe(
|
|
2974
2974
|
"Request failed with status code " + r.status,
|
|
2975
|
-
[
|
|
2975
|
+
[oe.ERR_BAD_REQUEST, oe.ERR_BAD_RESPONSE][Math.floor(r.status / 100) - 4],
|
|
2976
2976
|
r.config,
|
|
2977
2977
|
r.request,
|
|
2978
2978
|
r
|
|
@@ -3126,15 +3126,15 @@ const KA = typeof XMLHttpRequest < "u", EA = KA && function(e) {
|
|
|
3126
3126
|
if ("onloadend" in s ? s.onloadend = m : s.onreadystatechange = function() {
|
|
3127
3127
|
!s || s.readyState !== 4 || s.status === 0 && !(s.responseURL && s.responseURL.indexOf("file:") === 0) || setTimeout(m);
|
|
3128
3128
|
}, s.onabort = function() {
|
|
3129
|
-
s && (n(new
|
|
3129
|
+
s && (n(new oe("Request aborted", oe.ECONNABORTED, e, s)), s = null);
|
|
3130
3130
|
}, s.onerror = function() {
|
|
3131
|
-
n(new
|
|
3131
|
+
n(new oe("Network Error", oe.ERR_NETWORK, e, s)), s = null;
|
|
3132
3132
|
}, s.ontimeout = function() {
|
|
3133
3133
|
let p = e.timeout ? "timeout of " + e.timeout + "ms exceeded" : "timeout exceeded";
|
|
3134
3134
|
const q = e.transitional || Mi;
|
|
3135
|
-
e.timeoutErrorMessage && (p = e.timeoutErrorMessage), n(new
|
|
3135
|
+
e.timeoutErrorMessage && (p = e.timeoutErrorMessage), n(new oe(
|
|
3136
3136
|
p,
|
|
3137
|
-
q.clarifyTimeoutError ?
|
|
3137
|
+
q.clarifyTimeoutError ? oe.ETIMEDOUT : oe.ECONNABORTED,
|
|
3138
3138
|
e,
|
|
3139
3139
|
s
|
|
3140
3140
|
)), s = null;
|
|
@@ -3149,7 +3149,7 @@ const KA = typeof XMLHttpRequest < "u", EA = KA && function(e) {
|
|
|
3149
3149
|
}, e.cancelToken && e.cancelToken.subscribe(A), e.signal && (e.signal.aborted ? A() : e.signal.addEventListener("abort", A)));
|
|
3150
3150
|
const f = xA(c);
|
|
3151
3151
|
if (f && Te.protocols.indexOf(f) === -1) {
|
|
3152
|
-
n(new
|
|
3152
|
+
n(new oe("Unsupported protocol " + f + ":", oe.ERR_BAD_REQUEST, e));
|
|
3153
3153
|
return;
|
|
3154
3154
|
}
|
|
3155
3155
|
s.send(i || null);
|
|
@@ -3175,7 +3175,7 @@ const Ji = {
|
|
|
3175
3175
|
for (let i = 0; i < t && (r = e[i], !(n = y.isString(r) ? $t[r.toLowerCase()] : r)); i++)
|
|
3176
3176
|
;
|
|
3177
3177
|
if (!n)
|
|
3178
|
-
throw n === !1 ? new
|
|
3178
|
+
throw n === !1 ? new oe(
|
|
3179
3179
|
`Adapter ${r} is not supported by the environment`,
|
|
3180
3180
|
"ERR_NOT_SUPPORT"
|
|
3181
3181
|
) : new Error(
|
|
@@ -3288,9 +3288,9 @@ an.transitional = function(t, r, n) {
|
|
|
3288
3288
|
}
|
|
3289
3289
|
return (o, a, A) => {
|
|
3290
3290
|
if (t === !1)
|
|
3291
|
-
throw new
|
|
3291
|
+
throw new oe(
|
|
3292
3292
|
i(a, " has been removed" + (r ? " in " + r : "")),
|
|
3293
|
-
|
|
3293
|
+
oe.ERR_DEPRECATED
|
|
3294
3294
|
);
|
|
3295
3295
|
return r && !Pn[a] && (Pn[a] = !0, console.warn(
|
|
3296
3296
|
i(
|
|
@@ -3302,7 +3302,7 @@ an.transitional = function(t, r, n) {
|
|
|
3302
3302
|
};
|
|
3303
3303
|
function LA(e, t, r) {
|
|
3304
3304
|
if (typeof e != "object")
|
|
3305
|
-
throw new
|
|
3305
|
+
throw new oe("options must be an object", oe.ERR_BAD_OPTION_VALUE);
|
|
3306
3306
|
const n = Object.keys(e);
|
|
3307
3307
|
let i = n.length;
|
|
3308
3308
|
for (; i-- > 0; ) {
|
|
@@ -3310,11 +3310,11 @@ function LA(e, t, r) {
|
|
|
3310
3310
|
if (a) {
|
|
3311
3311
|
const A = e[o], d = A === void 0 || a(A, o, e);
|
|
3312
3312
|
if (d !== !0)
|
|
3313
|
-
throw new
|
|
3313
|
+
throw new oe("option " + o + " must be " + d, oe.ERR_BAD_OPTION_VALUE);
|
|
3314
3314
|
continue;
|
|
3315
3315
|
}
|
|
3316
3316
|
if (r !== !0)
|
|
3317
|
-
throw new
|
|
3317
|
+
throw new oe("Unknown option " + o, oe.ERR_BAD_OPTION);
|
|
3318
3318
|
}
|
|
3319
3319
|
}
|
|
3320
3320
|
const Rr = {
|
|
@@ -3585,7 +3585,7 @@ ye.CancelToken = SA;
|
|
|
3585
3585
|
ye.isCancel = Yi;
|
|
3586
3586
|
ye.VERSION = Di;
|
|
3587
3587
|
ye.toFormData = pr;
|
|
3588
|
-
ye.AxiosError =
|
|
3588
|
+
ye.AxiosError = oe;
|
|
3589
3589
|
ye.Cancel = ye.CanceledError;
|
|
3590
3590
|
ye.all = function(t) {
|
|
3591
3591
|
return Promise.all(t);
|
|
@@ -3782,25 +3782,25 @@ function DA(e) {
|
|
|
3782
3782
|
}
|
|
3783
3783
|
function m(g, p) {
|
|
3784
3784
|
let { delay: q, staleId: C, ...Z } = p;
|
|
3785
|
-
if (!Wr(g) || function(
|
|
3786
|
-
return !i.current || A.props.enableMultiContainer &&
|
|
3785
|
+
if (!Wr(g) || function(_) {
|
|
3786
|
+
return !i.current || A.props.enableMultiContainer && _.containerId !== A.props.containerId || o.has(_.toastId) && _.updateId == null;
|
|
3787
3787
|
}(Z))
|
|
3788
3788
|
return;
|
|
3789
|
-
const { toastId: M, updateId: z, data: W } = Z, { props: b } = A,
|
|
3789
|
+
const { toastId: M, updateId: z, data: W } = Z, { props: b } = A, ee = () => s(M), B = z == null;
|
|
3790
3790
|
B && A.count++;
|
|
3791
|
-
const
|
|
3792
|
-
let [
|
|
3791
|
+
const re = { ...b, style: b.toastStyle, key: A.toastKey++, ...Object.fromEntries(Object.entries(Z).filter((_) => {
|
|
3792
|
+
let [ie, K] = _;
|
|
3793
3793
|
return K != null;
|
|
3794
|
-
})), toastId: M, updateId: z, data: W, closeToast:
|
|
3795
|
-
const
|
|
3796
|
-
o.delete(M), Ye.emit(4,
|
|
3797
|
-
const
|
|
3798
|
-
if (A.count = M == null ? A.count - A.displayedToast : A.count - 1, A.count < 0 && (A.count = 0),
|
|
3794
|
+
})), toastId: M, updateId: z, data: W, closeToast: ee, isIn: !1, className: tr(Z.className || b.toastClassName), bodyClassName: tr(Z.bodyClassName || b.bodyClassName), progressClassName: tr(Z.progressClassName || b.progressClassName), autoClose: !Z.isLoading && (ne = Z.autoClose, F = b.autoClose, ne === !1 || kt(ne) && ne > 0 ? ne : F), deleteToast() {
|
|
3795
|
+
const _ = Hn(o.get(M), "removed");
|
|
3796
|
+
o.delete(M), Ye.emit(4, _);
|
|
3797
|
+
const ie = A.queue.length;
|
|
3798
|
+
if (A.count = M == null ? A.count - A.displayedToast : A.count - 1, A.count < 0 && (A.count = 0), ie > 0) {
|
|
3799
3799
|
const K = M == null ? A.props.limit : 1;
|
|
3800
|
-
if (
|
|
3800
|
+
if (ie === 1 || K === 1)
|
|
3801
3801
|
A.displayedToast++, c();
|
|
3802
3802
|
else {
|
|
3803
|
-
const x = K >
|
|
3803
|
+
const x = K > ie ? ie : K;
|
|
3804
3804
|
A.displayedToast = x;
|
|
3805
3805
|
for (let O = 0; O < x; O++)
|
|
3806
3806
|
c();
|
|
@@ -3808,16 +3808,16 @@ function DA(e) {
|
|
|
3808
3808
|
} else
|
|
3809
3809
|
t();
|
|
3810
3810
|
} };
|
|
3811
|
-
var
|
|
3812
|
-
|
|
3813
|
-
let { theme:
|
|
3814
|
-
const E = { theme:
|
|
3811
|
+
var ne, F;
|
|
3812
|
+
re.iconOut = function(_) {
|
|
3813
|
+
let { theme: ie, type: K, isLoading: x, icon: O } = _, h = null;
|
|
3814
|
+
const E = { theme: ie, type: K };
|
|
3815
3815
|
return O === !1 || (we(O) ? h = O(E) : vt(O) ? h = Jr(O, E) : dt(O) || kt(O) ? h = O : x ? h = Mr.spinner() : ((X) => X in Mr)(K) && (h = Mr[K](E))), h;
|
|
3816
|
-
}(
|
|
3816
|
+
}(re), we(Z.onOpen) && (re.onOpen = Z.onOpen), we(Z.onClose) && (re.onClose = Z.onClose), re.closeButton = b.closeButton, Z.closeButton === !1 || Wr(Z.closeButton) ? re.closeButton = Z.closeButton : Z.closeButton === !0 && (re.closeButton = !Wr(b.closeButton) || b.closeButton);
|
|
3817
3817
|
let de = g;
|
|
3818
|
-
vt(g) && !dt(g.type) ? de = Jr(g, { closeToast:
|
|
3819
|
-
f(de,
|
|
3820
|
-
}, q) : f(de,
|
|
3818
|
+
vt(g) && !dt(g.type) ? de = Jr(g, { closeToast: ee, toastProps: re, data: W }) : we(g) && (de = g({ closeToast: ee, toastProps: re, data: W })), b.limit && b.limit > 0 && A.count > b.limit && B ? A.queue.push({ toastContent: de, toastProps: re, staleId: C }) : kt(q) ? setTimeout(() => {
|
|
3819
|
+
f(de, re, C);
|
|
3820
|
+
}, q) : f(de, re, C);
|
|
3821
3821
|
}
|
|
3822
3822
|
function f(g, p, q) {
|
|
3823
3823
|
const { toastId: C } = p;
|
|
@@ -3854,8 +3854,8 @@ function NA(e) {
|
|
|
3854
3854
|
}
|
|
3855
3855
|
function p(W) {
|
|
3856
3856
|
if (a.boundingRect) {
|
|
3857
|
-
const { top: b, bottom:
|
|
3858
|
-
W.nativeEvent.type !== "touchend" && e.pauseOnHover && a.x >= B && a.x <=
|
|
3857
|
+
const { top: b, bottom: ee, left: B, right: re } = a.boundingRect;
|
|
3858
|
+
W.nativeEvent.type !== "touchend" && e.pauseOnHover && a.x >= B && a.x <= re && a.y >= b && a.y <= ee ? C() : q();
|
|
3859
3859
|
}
|
|
3860
3860
|
}
|
|
3861
3861
|
function q() {
|
|
@@ -3906,9 +3906,9 @@ function TA(e) {
|
|
|
3906
3906
|
} });
|
|
3907
3907
|
}
|
|
3908
3908
|
const GA = (e) => {
|
|
3909
|
-
const { isRunning: t, preventExitTransition: r, toastRef: n, eventHandlers: i } = NA(e), { closeButton: o, children: a, autoClose: A, onClick: d, type: s, hideProgressBar: c, closeToast: m, transition: f, position: g, className: p, style: q, bodyClassName: C, bodyStyle: Z, progressClassName: M, progressStyle: z, updateId: W, role: b, progress:
|
|
3909
|
+
const { isRunning: t, preventExitTransition: r, toastRef: n, eventHandlers: i } = NA(e), { closeButton: o, children: a, autoClose: A, onClick: d, type: s, hideProgressBar: c, closeToast: m, transition: f, position: g, className: p, style: q, bodyClassName: C, bodyStyle: Z, progressClassName: M, progressStyle: z, updateId: W, role: b, progress: ee, rtl: B, toastId: re, deleteToast: ne, isIn: F, isLoading: de, iconOut: _, closeOnClick: ie, theme: K } = e, x = rt("Toastify__toast", `Toastify__toast-theme--${K}`, `Toastify__toast--${s}`, { "Toastify__toast--rtl": B }, { "Toastify__toast--close-on-click": ie }), O = we(p) ? p({ rtl: B, position: g, type: s, defaultClassName: x }) : rt(x, p), h = !!ee || !A, E = { closeToast: m, type: s, theme: K };
|
|
3910
3910
|
let X = null;
|
|
3911
|
-
return o === !1 || (X = we(o) ? o(E) : vt(o) ? Jr(o, E) : Bi(E)), Ae.createElement(f, { isIn:
|
|
3911
|
+
return o === !1 || (X = we(o) ? o(E) : vt(o) ? Jr(o, E) : Bi(E)), Ae.createElement(f, { isIn: F, done: ne, position: g, preventExitTransition: r, nodeRef: n }, Ae.createElement("div", { id: re, onClick: d, className: O, ...i, style: q, ref: n }, Ae.createElement("div", { ...F && { role: b }, className: we(C) ? C({ type: s }) : rt("Toastify__toast-body", C), style: Z }, _ != null && Ae.createElement("div", { className: rt("Toastify__toast-icon", { "Toastify--animate-icon Toastify__zoom-enter": !de }) }, _), Ae.createElement("div", null, a)), X, Ae.createElement(TA, { ...W && !h ? { key: `pb-${W}` } : {}, rtl: B, theme: K, delay: A, isRunning: t, isIn: F, closeToast: m, hide: c, type: s, style: z, className: M, controlledProgress: h, progress: ee || 0 })));
|
|
3912
3912
|
}, gr = function(e, t) {
|
|
3913
3913
|
return t === void 0 && (t = !1), { enter: `Toastify--animate Toastify__${e}-enter`, exit: `Toastify--animate Toastify__${e}-exit`, appendPosition: t };
|
|
3914
3914
|
}, RA = hr(gr("bounce", !0));
|
|
@@ -5217,7 +5217,7 @@ const os = ({
|
|
|
5217
5217
|
disabled: z,
|
|
5218
5218
|
user: W
|
|
5219
5219
|
}) => {
|
|
5220
|
-
const [b,
|
|
5220
|
+
const [b, ee] = H(!1), [B, re] = H(Ui(5)), [ne, F] = H(""), [de, _] = H(!1), [ie, K] = H(!1), [x, O] = H(!1), [h, E] = H("download"), [X, v] = H(!1), [w, L] = H(!1), [Y, j] = H(!1);
|
|
5221
5221
|
let V = {
|
|
5222
5222
|
aarki: "html,copy",
|
|
5223
5223
|
adcolony: "copy,html",
|
|
@@ -5264,20 +5264,20 @@ const os = ({
|
|
|
5264
5264
|
};
|
|
5265
5265
|
const D = Yr.includes("moloco") ? 1 : 0, J = () => {
|
|
5266
5266
|
r(e);
|
|
5267
|
-
}, N = async (T,
|
|
5267
|
+
}, N = async (T, $, he, Le, fe, _e) => {
|
|
5268
5268
|
try {
|
|
5269
|
-
if (
|
|
5269
|
+
if (ee(!0), d === "Flex") {
|
|
5270
5270
|
q.iosUrl = p.iosUrl, q.googleUrl = p.googleUrl, await Fn(q, c);
|
|
5271
5271
|
const Oe = await zt(
|
|
5272
5272
|
{
|
|
5273
5273
|
_id: T,
|
|
5274
|
-
network:
|
|
5274
|
+
network: $
|
|
5275
5275
|
},
|
|
5276
5276
|
c
|
|
5277
5277
|
);
|
|
5278
5278
|
let Je = Oe.url;
|
|
5279
5279
|
if (!Je) {
|
|
5280
|
-
|
|
5280
|
+
ee(!1), m(Oe.message, Oe);
|
|
5281
5281
|
return;
|
|
5282
5282
|
}
|
|
5283
5283
|
let ve;
|
|
@@ -5298,7 +5298,7 @@ const os = ({
|
|
|
5298
5298
|
"voodoo_notion",
|
|
5299
5299
|
"snapchat",
|
|
5300
5300
|
"inmobi"
|
|
5301
|
-
].includes(
|
|
5301
|
+
].includes($) || ($ === "fb" || $ === "luna") && _e)
|
|
5302
5302
|
ve = document.createElement("iframe"), ve.setAttribute("src", "/files/" + Je), ve.style.display = "none", document.body.appendChild(ve), ve.click();
|
|
5303
5303
|
else if (Le) {
|
|
5304
5304
|
let be = await fetch(f + "/" + Je).then((ft) => ft.text());
|
|
@@ -5310,15 +5310,15 @@ const os = ({
|
|
|
5310
5310
|
Je.split("/").reduce((ft, ht) => ht, "")
|
|
5311
5311
|
), ve.style.display = "none", document.body.appendChild(ve), ve.click();
|
|
5312
5312
|
}
|
|
5313
|
-
return
|
|
5313
|
+
return ee(!1), Je;
|
|
5314
5314
|
} else {
|
|
5315
5315
|
await _n(
|
|
5316
5316
|
T,
|
|
5317
5317
|
{ iosLink: p.iosUrl, androidLink: p.googleUrl },
|
|
5318
5318
|
c
|
|
5319
5319
|
);
|
|
5320
|
-
const Oe = Yr.includes(
|
|
5321
|
-
tt(c, T, B,
|
|
5320
|
+
const Oe = Yr.includes($) ? 1 : 0;
|
|
5321
|
+
tt(c, T, B, $, _e, Oe, {}).then(async (Je) => {
|
|
5322
5322
|
let { url: ve } = Je, be;
|
|
5323
5323
|
if ([
|
|
5324
5324
|
"google",
|
|
@@ -5337,7 +5337,7 @@ const os = ({
|
|
|
5337
5337
|
"voodoo_notion",
|
|
5338
5338
|
"snapchat",
|
|
5339
5339
|
"inmobi"
|
|
5340
|
-
].includes(
|
|
5340
|
+
].includes($) || ($ === "fb" || $ === "luna") && _e)
|
|
5341
5341
|
be = document.createElement("iframe"), be.setAttribute("src", "/files/" + ve), be.style.display = "none", document.body.appendChild(be), be.click();
|
|
5342
5342
|
else if (Le) {
|
|
5343
5343
|
let ft = await fetch(f + "/" + ve).then(
|
|
@@ -5351,13 +5351,13 @@ const os = ({
|
|
|
5351
5351
|
ve.split("/").reduce((ht, Rt) => Rt, "")
|
|
5352
5352
|
), be.style.display = "none", document.body.appendChild(be), be.click();
|
|
5353
5353
|
}
|
|
5354
|
-
return
|
|
5354
|
+
return ee(!1), Qe("Download successfully"), ve;
|
|
5355
5355
|
}).catch((Je) => {
|
|
5356
5356
|
m(Je.response.data.error.msg);
|
|
5357
5357
|
});
|
|
5358
5358
|
}
|
|
5359
5359
|
} catch (Oe) {
|
|
5360
|
-
|
|
5360
|
+
ee(!1), m(Oe.response.data.error.msg);
|
|
5361
5361
|
}
|
|
5362
5362
|
}, Q = async () => {
|
|
5363
5363
|
if (d === "Playable") {
|
|
@@ -5366,7 +5366,7 @@ const os = ({
|
|
|
5366
5366
|
{ iosLink: p.iosUrl, androidLink: p.googleUrl },
|
|
5367
5367
|
c
|
|
5368
5368
|
);
|
|
5369
|
-
const
|
|
5369
|
+
const $ = await tt(
|
|
5370
5370
|
c,
|
|
5371
5371
|
s,
|
|
5372
5372
|
"",
|
|
@@ -5375,7 +5375,7 @@ const os = ({
|
|
|
5375
5375
|
1,
|
|
5376
5376
|
`var type = ${i}`
|
|
5377
5377
|
);
|
|
5378
|
-
return ir(`${f}/${
|
|
5378
|
+
return ir(`${f}/${$ == null ? void 0 : $.url}`), Qe("Link Coppied"), $ == null ? void 0 : $.url;
|
|
5379
5379
|
}
|
|
5380
5380
|
q.iosUrl = p.iosUrl, q.googleUrl = p.googleUrl, await Fn(q, c);
|
|
5381
5381
|
const T = await zt({ _id: s, network: i }, c);
|
|
@@ -5385,23 +5385,23 @@ const os = ({
|
|
|
5385
5385
|
const T = await tt(c, s, B, "moloco", !1, D, {
|
|
5386
5386
|
molocoS3: !0
|
|
5387
5387
|
});
|
|
5388
|
-
let
|
|
5389
|
-
if (
|
|
5388
|
+
let $ = T.url, he;
|
|
5389
|
+
if (!$) {
|
|
5390
5390
|
v(!1), m(T.message, T);
|
|
5391
5391
|
return;
|
|
5392
5392
|
}
|
|
5393
|
-
let Le = await fetch(f + "/" +
|
|
5393
|
+
let Le = await fetch(f + "/" + $).then((fe) => fe.text());
|
|
5394
5394
|
he = document.createElement("a"), he.setAttribute("href", "data:html/plain;charset=utf-8," + encodeURIComponent(Le)), he.setAttribute(
|
|
5395
5395
|
"download",
|
|
5396
|
-
|
|
5396
|
+
$.split("/").reduce((fe, _e) => _e, "")
|
|
5397
5397
|
), he.style.display = "none", document.body.appendChild(he), he.click(), v(!1), Qe("Download successfully"), O(!1);
|
|
5398
5398
|
}, pe = async () => {
|
|
5399
5399
|
L(!0);
|
|
5400
5400
|
const T = await tt(c, s, B, "moloco", !1, D, {
|
|
5401
5401
|
molocoS3: !0
|
|
5402
5402
|
});
|
|
5403
|
-
await fetch(f + "/" + T.url).then((
|
|
5404
|
-
|
|
5403
|
+
await fetch(f + "/" + T.url).then(($) => {
|
|
5404
|
+
$.text().then((he) => {
|
|
5405
5405
|
const Le = {
|
|
5406
5406
|
Applovin: '{"cur":"USD","id":"2be72885d7954bd8a731108d86d41b4abb2a2197","seatbid":[{"bid":[{"adid":"oOsBIGBokhmzLDk1.a.qd4LesSpgup13ArS","adm":"<VAST version=\\"3.0\\"><Ad id=\\"oOsBIGBokhmzLDk1.a.qd4LesSpgup13ArS\\"><InLine><AdSystem version=\\"2.0\\"></AdSystem><AdTitle><![CDATA[oOsBIGBokhmzLDk1.a.qd4LesSpgup13ArS]]></AdTitle><Impression id=\\"oOsBIGBokhmzLDk1.a.qd4LesSpgup13ArS\\"><![CDATA[https://tr-us.adsmoloco.com/rtb/imp_fwd?exchange=APPLOVIN&info=ChAt4vtb6EJNq4PhfVssmxi6ELqg0JsGGhQIARoQavi7965kS0m3_ezvTEDk1yABKgAyAA&price=${AUCTION_PRICE}]]></Impression><Creatives><Creative><Linear><Duration>00:00:30</Duration><TrackingEvents><Tracking event=\\"firstQuartile\\"><![CDATA[https://tr-us.adsmoloco.com/rtb/imp_extra?exchange=APPLOVIN&info=ChAt4vtb6EJNq4PhfVssmxi6ELqg0JsGGhQIARoQavi7965kS0m3_ezvTEDk1yABKgAyAA&event_type=play_1q]]></Tracking><Tracking event=\\"midpoint\\"><![CDATA[https://tr-us.adsmoloco.com/rtb/imp_extra?exchange=APPLOVIN&info=ChAt4vtb6EJNq4PhfVssmxi6ELqg0JsGGhQIARoQavi7965kS0m3_ezvTEDk1yABKgAyAA&event_type=play_2q]]></Tracking><Tracking event=\\"thirdQuartile\\"><![CDATA[https://tr-us.adsmoloco.com/rtb/imp_extra?exchange=APPLOVIN&info=ChAt4vtb6EJNq4PhfVssmxi6ELqg0JsGGhQIARoQavi7965kS0m3_ezvTEDk1yABKgAyAA&event_type=play_3q]]></Tracking><Tracking event=\\"complete\\"><![CDATA[https://tr-us.adsmoloco.com/rtb/imp_extra?exchange=APPLOVIN&info=ChAt4vtb6EJNq4PhfVssmxi6ELqg0JsGGhQIARoQavi7965kS0m3_ezvTEDk1yABKgAyAA&event_type=play_4q]]></Tracking></TrackingEvents><VideoClicks><ClickThrough><![CDATA[https://tr-us.adsmoloco.com/rtb/click?exchange=APPLOVIN&imp_id=2be72885d7954bd8a731108d86d41b4abb2a2197&info=ChAt4vtb6EJNq4PhfVssmxi6ELqg0JsGGhQIARoQavi7965kS0m3_ezvTEDk1yABKgAyAA&campaign_name=d6CJa3T9aYcc1yEx&dcr=]]></ClickThrough></VideoClicks><MediaFiles><MediaFile id=\\"oOsBIGBokhmzLDk1.a.qd4LesSpgup13ArS\\" delivery=\\"progressive\\" type=\\"video/mp4\\" width=\\"360\\" height=\\"640\\"><![CDATA[https://cdn-f.adsmoloco.com/king/creative/la2szjv7_m16ly8y_qdpyqh49wthqhksm.mp4]]></MediaFile></MediaFiles></Linear><CreativeExtensions></CreativeExtensions></Creative><Creative><CompanionAds><Companion id=\\"oOsBIGBokhmzLDk1.a.qd4LesSpgup13ArS\\" width=\\"320\\" height=\\"480\\" assetWidth=\\"0\\" assetHeight=\\"0\\" expandedWidth=\\"0\\" expandedHeight=\\"0\\"><TrackingEvents><Tracking event=\\"creativeView\\"><![CDATA[https://tr-us.adsmoloco.com/rtb/imp_extra?exchange=APPLOVIN&info=ChAt4vtb6EJNq4PhfVssmxi6ELqg0JsGGhQIARoQavi7965kS0m3_ezvTEDk1yABKgAyAA&event_type=endcard]]></Tracking></TrackingEvents><HTMLResource><![CDATA[#PLAYABLE_FACTORY_SOURCE]]></HTMLResource></Companion></CompanionAds><CreativeExtensions></CreativeExtensions></Creative></Creatives><Description></Description><Survey></Survey><Extensions></Extensions></InLine></Ad></VAST>","adomain":["king.com"],"attr":[6],"bundle":"com.king.candycrushsaga","burl":"https://tr-us.adsmoloco.com/rtb/imp?exchange=APPLOVIN&info=ChAt4vtb6EJNq4PhfVssmxi6ELqg0JsGGhQIARoQavi7965kS0m3_ezvTEDk1yABKgAyAA&campaign_name=d6CJa3T9aYcc1yEx&imp_id=2be72885d7954bd8a731108d86d41b4abb2a2197&price=${AUCTION_PRICE}","cat":["IAB9"],"cid":"d6CJa3T9aYcc1yEx","crid":"king:a:qd4LesSpgup13ArS","ext":{"crtype":"VAST 3.0","duration":30},"id":"1","impid":"1","lurl":"https://noti-us.adsmoloco.com/rtb/loss?code=${AUCTION_LOSS}&ctx=CgNVU0ESFgoSdXMuY3VycmVudC5hbmRyb2lkEAEYAiIQZDZDSmEzVDlhWWNjMXlFeA&exchange=APPLOVIN&force_stream=false&mtid=ChAt4vtb6EJNq4PhfVssmxi6ELqg0JsGGhQIARoQavi7965kS0m3_ezvTEDk1yABKgAyAA&price=${AUCTION_PRICE}","nurl":"https://noti-us.adsmoloco.com/rtb/win?ctx=CgNVU0ESFgoSdXMuY3VycmVudC5hbmRyb2lkEAEYAiIQZDZDSmEzVDlhWWNjMXlFeA&exchange=APPLOVIN&force_stream=false&mbtw=${AUCTION_MINIMUM_BID_TO_WIN}&mtid=ChAt4vtb6EJNq4PhfVssmxi6ELqg0JsGGhQIARoQavi7965kS0m3_ezvTEDk1yABKgAyAA&price=${AUCTION_PRICE}","price":0.012}],"seat":"s"}]}'.replace(
|
|
5407
5407
|
"#PLAYABLE_FACTORY_SOURCE",
|
|
@@ -5426,8 +5426,8 @@ const os = ({
|
|
|
5426
5426
|
const T = await tt(c, s, B, "moloco", !1, D, {
|
|
5427
5427
|
molocoS3: !0
|
|
5428
5428
|
});
|
|
5429
|
-
await fetch(f + "/" + T.url).then((
|
|
5430
|
-
|
|
5429
|
+
await fetch(f + "/" + T.url).then(($) => {
|
|
5430
|
+
$.text().then((he) => {
|
|
5431
5431
|
const Le = {
|
|
5432
5432
|
Applovin: '{"cur":"USD","id":"2be72885d7954bd8a731108d86d41b4abb2a2197","seatbid":[{"bid":[{"adid":"oOsBIGBokhmzLDk1.a.qd4LesSpgup13ArS","adm":"<VAST version=\\"3.0\\"><Ad id=\\"oOsBIGBokhmzLDk1.a.qd4LesSpgup13ArS\\"><InLine><AdSystem version=\\"2.0\\"></AdSystem><AdTitle><![CDATA[oOsBIGBokhmzLDk1.a.qd4LesSpgup13ArS]]></AdTitle><Impression id=\\"oOsBIGBokhmzLDk1.a.qd4LesSpgup13ArS\\"><![CDATA[https://tr-us.adsmoloco.com/rtb/imp_fwd?exchange=APPLOVIN&info=ChAt4vtb6EJNq4PhfVssmxi6ELqg0JsGGhQIARoQavi7965kS0m3_ezvTEDk1yABKgAyAA&price=${AUCTION_PRICE}]]></Impression><Creatives><Creative><Linear><Duration>00:00:30</Duration><TrackingEvents><Tracking event=\\"firstQuartile\\"><![CDATA[https://tr-us.adsmoloco.com/rtb/imp_extra?exchange=APPLOVIN&info=ChAt4vtb6EJNq4PhfVssmxi6ELqg0JsGGhQIARoQavi7965kS0m3_ezvTEDk1yABKgAyAA&event_type=play_1q]]></Tracking><Tracking event=\\"midpoint\\"><![CDATA[https://tr-us.adsmoloco.com/rtb/imp_extra?exchange=APPLOVIN&info=ChAt4vtb6EJNq4PhfVssmxi6ELqg0JsGGhQIARoQavi7965kS0m3_ezvTEDk1yABKgAyAA&event_type=play_2q]]></Tracking><Tracking event=\\"thirdQuartile\\"><![CDATA[https://tr-us.adsmoloco.com/rtb/imp_extra?exchange=APPLOVIN&info=ChAt4vtb6EJNq4PhfVssmxi6ELqg0JsGGhQIARoQavi7965kS0m3_ezvTEDk1yABKgAyAA&event_type=play_3q]]></Tracking><Tracking event=\\"complete\\"><![CDATA[https://tr-us.adsmoloco.com/rtb/imp_extra?exchange=APPLOVIN&info=ChAt4vtb6EJNq4PhfVssmxi6ELqg0JsGGhQIARoQavi7965kS0m3_ezvTEDk1yABKgAyAA&event_type=play_4q]]></Tracking></TrackingEvents><VideoClicks><ClickThrough><![CDATA[https://tr-us.adsmoloco.com/rtb/click?exchange=APPLOVIN&imp_id=2be72885d7954bd8a731108d86d41b4abb2a2197&info=ChAt4vtb6EJNq4PhfVssmxi6ELqg0JsGGhQIARoQavi7965kS0m3_ezvTEDk1yABKgAyAA&campaign_name=d6CJa3T9aYcc1yEx&dcr=]]></ClickThrough></VideoClicks><MediaFiles><MediaFile id=\\"oOsBIGBokhmzLDk1.a.qd4LesSpgup13ArS\\" delivery=\\"progressive\\" type=\\"video/mp4\\" width=\\"360\\" height=\\"640\\"><![CDATA[https://cdn-f.adsmoloco.com/king/creative/la2szjv7_m16ly8y_qdpyqh49wthqhksm.mp4]]></MediaFile></MediaFiles></Linear><CreativeExtensions></CreativeExtensions></Creative><Creative><CompanionAds><Companion id=\\"oOsBIGBokhmzLDk1.a.qd4LesSpgup13ArS\\" width=\\"320\\" height=\\"480\\" assetWidth=\\"0\\" assetHeight=\\"0\\" expandedWidth=\\"0\\" expandedHeight=\\"0\\"><TrackingEvents><Tracking event=\\"creativeView\\"><![CDATA[https://tr-us.adsmoloco.com/rtb/imp_extra?exchange=APPLOVIN&info=ChAt4vtb6EJNq4PhfVssmxi6ELqg0JsGGhQIARoQavi7965kS0m3_ezvTEDk1yABKgAyAA&event_type=endcard]]></Tracking></TrackingEvents><HTMLResource><![CDATA[#PLAYABLE_FACTORY_SOURCE]]></HTMLResource></Companion></CompanionAds><CreativeExtensions></CreativeExtensions></Creative></Creatives><Description></Description><Survey></Survey><Extensions></Extensions></InLine></Ad></VAST>","adomain":["king.com"],"attr":[6],"bundle":"com.king.candycrushsaga","burl":"https://tr-us.adsmoloco.com/rtb/imp?exchange=APPLOVIN&info=ChAt4vtb6EJNq4PhfVssmxi6ELqg0JsGGhQIARoQavi7965kS0m3_ezvTEDk1yABKgAyAA&campaign_name=d6CJa3T9aYcc1yEx&imp_id=2be72885d7954bd8a731108d86d41b4abb2a2197&price=${AUCTION_PRICE}","cat":["IAB9"],"cid":"d6CJa3T9aYcc1yEx","crid":"king:a:qd4LesSpgup13ArS","ext":{"crtype":"VAST 3.0","duration":30},"id":"1","impid":"1","lurl":"https://noti-us.adsmoloco.com/rtb/loss?code=${AUCTION_LOSS}&ctx=CgNVU0ESFgoSdXMuY3VycmVudC5hbmRyb2lkEAEYAiIQZDZDSmEzVDlhWWNjMXlFeA&exchange=APPLOVIN&force_stream=false&mtid=ChAt4vtb6EJNq4PhfVssmxi6ELqg0JsGGhQIARoQavi7965kS0m3_ezvTEDk1yABKgAyAA&price=${AUCTION_PRICE}","nurl":"https://noti-us.adsmoloco.com/rtb/win?ctx=CgNVU0ESFgoSdXMuY3VycmVudC5hbmRyb2lkEAEYAiIQZDZDSmEzVDlhWWNjMXlFeA&exchange=APPLOVIN&force_stream=false&mbtw=${AUCTION_MINIMUM_BID_TO_WIN}&mtid=ChAt4vtb6EJNq4PhfVssmxi6ELqg0JsGGhQIARoQavi7965kS0m3_ezvTEDk1yABKgAyAA&price=${AUCTION_PRICE}","price":0.012}],"seat":"s"}]}'.replace(
|
|
5433
5433
|
"#PLAYABLE_FACTORY_SOURCE",
|
|
@@ -5589,9 +5589,9 @@ const os = ({
|
|
|
5589
5589
|
O(!0);
|
|
5590
5590
|
return;
|
|
5591
5591
|
} else {
|
|
5592
|
-
|
|
5593
|
-
const T = p.iosUrl,
|
|
5594
|
-
Z && Z.willSpendCredit ? (C(!0), E("download"),
|
|
5592
|
+
F("download");
|
|
5593
|
+
const T = p.iosUrl, $ = p.googleUrl;
|
|
5594
|
+
Z && Z.willSpendCredit ? (C(!0), E("download"), _(!0)) : !T || !$ ? (C(!0), K(!0)) : (K(!1), _(!1), await N(s, i, void 0, !0, null, !0));
|
|
5595
5595
|
}
|
|
5596
5596
|
},
|
|
5597
5597
|
children: [
|
|
@@ -5622,9 +5622,9 @@ const os = ({
|
|
|
5622
5622
|
{
|
|
5623
5623
|
className: "w-1/3",
|
|
5624
5624
|
onClickDonwload: async () => {
|
|
5625
|
-
|
|
5626
|
-
const T = p.iosUrl,
|
|
5627
|
-
Z && (Z != null && Z.willSpendCredit) ? (E("copy"), C(!0),
|
|
5625
|
+
F("copyLink");
|
|
5626
|
+
const T = p.iosUrl, $ = p.googleUrl;
|
|
5627
|
+
Z && (Z != null && Z.willSpendCredit) ? (E("copy"), C(!0), _(!0)) : !T || !$ ? (C(!0), K(!0)) : (_(!1), K(!1), await Q());
|
|
5628
5628
|
},
|
|
5629
5629
|
disabled: z,
|
|
5630
5630
|
children: /* @__PURE__ */ u.jsx(vi, { className: "h-6 w-6 stroke-dark-full" })
|
|
@@ -5647,12 +5647,12 @@ const os = ({
|
|
|
5647
5647
|
K(!1), C(!1), await N(s, i, void 0, !0, null, !0);
|
|
5648
5648
|
},
|
|
5649
5649
|
onClose: () => {
|
|
5650
|
-
|
|
5650
|
+
_(!1), C(!1);
|
|
5651
5651
|
},
|
|
5652
5652
|
flexDownloadCount: M
|
|
5653
5653
|
}
|
|
5654
5654
|
),
|
|
5655
|
-
|
|
5655
|
+
ie && /* @__PURE__ */ u.jsx(
|
|
5656
5656
|
ns,
|
|
5657
5657
|
{
|
|
5658
5658
|
onClose: () => {
|
|
@@ -5660,7 +5660,7 @@ const os = ({
|
|
|
5660
5660
|
},
|
|
5661
5661
|
iosLink: p.iosUrl,
|
|
5662
5662
|
googleLink: p.googleUrl,
|
|
5663
|
-
buttonType:
|
|
5663
|
+
buttonType: ne,
|
|
5664
5664
|
handleCopyLink: async () => {
|
|
5665
5665
|
K(!1), C(!1), await Q();
|
|
5666
5666
|
},
|
|
@@ -6335,7 +6335,7 @@ const ds = ({
|
|
|
6335
6335
|
flexDownloadCount: f,
|
|
6336
6336
|
disabled: g
|
|
6337
6337
|
}) => {
|
|
6338
|
-
const [p, q] = H([]), [C, Z] = H([]), [M, z] = H(!1), [W, b] = H(""), [
|
|
6338
|
+
const [p, q] = H([]), [C, Z] = H([]), [M, z] = H(!1), [W, b] = H(""), [ee, B] = H(!1), [re, ne] = H(!1), [F, de] = H(!1), _ = async (x) => {
|
|
6339
6339
|
z(!0);
|
|
6340
6340
|
const O = await us(
|
|
6341
6341
|
n,
|
|
@@ -6343,7 +6343,7 @@ const ds = ({
|
|
|
6343
6343
|
o
|
|
6344
6344
|
);
|
|
6345
6345
|
Z(O.details), b(O.size), z(!1);
|
|
6346
|
-
},
|
|
6346
|
+
}, ie = async (x) => {
|
|
6347
6347
|
const O = [...p];
|
|
6348
6348
|
if (p.includes(x)) {
|
|
6349
6349
|
const E = O.findIndex((X) => X === x);
|
|
@@ -6351,7 +6351,7 @@ const ds = ({
|
|
|
6351
6351
|
} else
|
|
6352
6352
|
i === "Playable" ? (O.push(x), q([...p, x])) : (O.splice(0), O.push(x), q([x]));
|
|
6353
6353
|
let h = jr.filter((E) => [...O].includes(E.id)).map((E) => E.name);
|
|
6354
|
-
await
|
|
6354
|
+
await _(h);
|
|
6355
6355
|
}, K = async () => {
|
|
6356
6356
|
try {
|
|
6357
6357
|
const x = jr.filter((v) => [...p].includes(v.id)).map((v) => v.name);
|
|
@@ -6371,7 +6371,7 @@ const ds = ({
|
|
|
6371
6371
|
style: {
|
|
6372
6372
|
position: "relative",
|
|
6373
6373
|
flex: 1,
|
|
6374
|
-
overflowY:
|
|
6374
|
+
overflowY: F ? "hidden" : "auto",
|
|
6375
6375
|
padding: "1.5rem",
|
|
6376
6376
|
paddingTop: "0"
|
|
6377
6377
|
},
|
|
@@ -6398,7 +6398,7 @@ const ds = ({
|
|
|
6398
6398
|
name: x.name,
|
|
6399
6399
|
imageUrl: x.imageSrc,
|
|
6400
6400
|
selected: p.includes(x.id),
|
|
6401
|
-
handleCardClick:
|
|
6401
|
+
handleCardClick: ie,
|
|
6402
6402
|
networkVersionSize: C,
|
|
6403
6403
|
fileSizeLoading: M,
|
|
6404
6404
|
showCheckBox: !0,
|
|
@@ -6407,7 +6407,7 @@ const ds = ({
|
|
|
6407
6407
|
api: o,
|
|
6408
6408
|
handleDownloadError: d,
|
|
6409
6409
|
fetchFileUrl: s,
|
|
6410
|
-
setInstantGameModal:
|
|
6410
|
+
setInstantGameModal: ne,
|
|
6411
6411
|
urls: c,
|
|
6412
6412
|
game: m,
|
|
6413
6413
|
downloadFlex: t,
|
|
@@ -6424,10 +6424,10 @@ const ds = ({
|
|
|
6424
6424
|
]
|
|
6425
6425
|
}
|
|
6426
6426
|
),
|
|
6427
|
-
|
|
6427
|
+
re && /* @__PURE__ */ u.jsx(
|
|
6428
6428
|
ds,
|
|
6429
6429
|
{
|
|
6430
|
-
onClose: () =>
|
|
6430
|
+
onClose: () => ne(!1),
|
|
6431
6431
|
instantGames: A,
|
|
6432
6432
|
onSuccess: () => console.log("success")
|
|
6433
6433
|
}
|
|
@@ -6451,7 +6451,7 @@ const ds = ({
|
|
|
6451
6451
|
onClickMultiDownload: K,
|
|
6452
6452
|
networksVersionTotalSize: W,
|
|
6453
6453
|
typeOfProduct: i,
|
|
6454
|
-
multiDownloading:
|
|
6454
|
+
multiDownloading: ee
|
|
6455
6455
|
}
|
|
6456
6456
|
)
|
|
6457
6457
|
}
|
|
@@ -6527,10 +6527,10 @@ const vs = [
|
|
|
6527
6527
|
}) => {
|
|
6528
6528
|
const [c, m] = H(null), [f, g] = H(null), [p, q] = H(null), [C, Z] = H(null), [M, z] = H(!1);
|
|
6529
6529
|
H({});
|
|
6530
|
-
const [W, b] = H(null), [
|
|
6530
|
+
const [W, b] = H(null), [ee, B] = H("Loading..."), [re, ne] = H("Loading..."), [F, de] = H(!0), [_, ie] = H(window.innerWidth);
|
|
6531
6531
|
Ke(() => {
|
|
6532
6532
|
const L = () => {
|
|
6533
|
-
|
|
6533
|
+
ie(window.innerWidth);
|
|
6534
6534
|
};
|
|
6535
6535
|
return window.addEventListener("resize", L), () => {
|
|
6536
6536
|
window.removeEventListener("resize", L);
|
|
@@ -6543,7 +6543,7 @@ const vs = [
|
|
|
6543
6543
|
}, x = (L) => {
|
|
6544
6544
|
B(L);
|
|
6545
6545
|
}, O = (L) => {
|
|
6546
|
-
|
|
6546
|
+
ne(L);
|
|
6547
6547
|
}, h = async (L) => {
|
|
6548
6548
|
var Y, j, V, D;
|
|
6549
6549
|
try {
|
|
@@ -6554,7 +6554,7 @@ const vs = [
|
|
|
6554
6554
|
o
|
|
6555
6555
|
);
|
|
6556
6556
|
if (N) {
|
|
6557
|
-
B(N.iosLink),
|
|
6557
|
+
B(N.iosLink), ne(N.androidLink);
|
|
6558
6558
|
return;
|
|
6559
6559
|
}
|
|
6560
6560
|
J = await tt(
|
|
@@ -6576,15 +6576,15 @@ const vs = [
|
|
|
6576
6576
|
const pe = ((j = Q.match(
|
|
6577
6577
|
/var\s+androidLink\s*=\s*['|"](https?[\w\d;,/?:@&=+$\-_.!~*'()#]+)['|"]/
|
|
6578
6578
|
)) == null ? void 0 : j.at(1)) || "";
|
|
6579
|
-
|
|
6579
|
+
ne(pe);
|
|
6580
6580
|
} else if (n === "Flex") {
|
|
6581
6581
|
const N = await ys(t, o);
|
|
6582
6582
|
if (N.googleUrl || N.iosUrl) {
|
|
6583
|
-
|
|
6583
|
+
ne(N.googleUrl), B(N.iosUrl);
|
|
6584
6584
|
return;
|
|
6585
6585
|
}
|
|
6586
6586
|
if (L && (L.iosUrl || L.googleUrl))
|
|
6587
|
-
B(L.iosUrl),
|
|
6587
|
+
B(L.iosUrl), ne(L.googleUrl);
|
|
6588
6588
|
else {
|
|
6589
6589
|
J = await zt(
|
|
6590
6590
|
{
|
|
@@ -6600,7 +6600,7 @@ const vs = [
|
|
|
6600
6600
|
)) == null ? void 0 : V.at(1)) || "", pe = ((D = Q.match(
|
|
6601
6601
|
/var\s+androidLink\s*=\s*['|"](https?[\w\d;,/?:@&=+$\-_.!~*'()#]+)['|"]/
|
|
6602
6602
|
)) == null ? void 0 : D.at(1)) || "";
|
|
6603
|
-
!R && !pe ? (
|
|
6603
|
+
!R && !pe ? (ne(""), B("")) : (B(R), ne(pe));
|
|
6604
6604
|
}
|
|
6605
6605
|
}
|
|
6606
6606
|
} catch (J) {
|
|
@@ -6634,8 +6634,8 @@ const vs = [
|
|
|
6634
6634
|
{
|
|
6635
6635
|
style: {
|
|
6636
6636
|
display: "flex",
|
|
6637
|
-
height:
|
|
6638
|
-
width:
|
|
6637
|
+
height: _ > 1440 ? "700px" : "650px",
|
|
6638
|
+
width: _ > 1440 ? "675px" : "680px",
|
|
6639
6639
|
flexDirection: "column",
|
|
6640
6640
|
borderRadius: "rounded",
|
|
6641
6641
|
backgroundColor: "#F7F7F8",
|
|
@@ -6649,10 +6649,10 @@ const vs = [
|
|
|
6649
6649
|
title: A,
|
|
6650
6650
|
typeOfProduct: n,
|
|
6651
6651
|
fileSize: C,
|
|
6652
|
-
urls: { iosUrl:
|
|
6652
|
+
urls: { iosUrl: ee, googleUrl: re },
|
|
6653
6653
|
handleIosChange: x,
|
|
6654
6654
|
handleGoogleChange: O,
|
|
6655
|
-
disabled:
|
|
6655
|
+
disabled: F,
|
|
6656
6656
|
api: o,
|
|
6657
6657
|
downloadFlex: p
|
|
6658
6658
|
}
|
|
@@ -6671,7 +6671,7 @@ const vs = [
|
|
|
6671
6671
|
children: /* @__PURE__ */ u.jsx(_i, { typeOfProduct: n })
|
|
6672
6672
|
}
|
|
6673
6673
|
),
|
|
6674
|
-
(c || p) && (n === "Flex" ? f : !0) && !M &&
|
|
6674
|
+
(c || p) && (n === "Flex" ? f : !0) && !M && ee !== "Loading..." && re !== "Loading..." && /* @__PURE__ */ u.jsx(
|
|
6675
6675
|
ms,
|
|
6676
6676
|
{
|
|
6677
6677
|
playable: c,
|
|
@@ -6684,10 +6684,10 @@ const vs = [
|
|
|
6684
6684
|
instantGames: W,
|
|
6685
6685
|
handleDownloadError: d,
|
|
6686
6686
|
fetchFileUrl: s,
|
|
6687
|
-
urls: { iosUrl:
|
|
6687
|
+
urls: { iosUrl: ee, googleUrl: re },
|
|
6688
6688
|
game: f,
|
|
6689
6689
|
flexDownloadCount: E,
|
|
6690
|
-
disabled:
|
|
6690
|
+
disabled: F
|
|
6691
6691
|
}
|
|
6692
6692
|
)
|
|
6693
6693
|
]
|
|
@@ -7180,7 +7180,7 @@ sl.default.subscribe(dl);
|
|
|
7180
7180
|
function b(K) {
|
|
7181
7181
|
return K && K.__esModule ? K : { default: K };
|
|
7182
7182
|
}
|
|
7183
|
-
function
|
|
7183
|
+
function ee(K, x) {
|
|
7184
7184
|
if (!(K instanceof x))
|
|
7185
7185
|
throw new TypeError("Cannot call a class as a function");
|
|
7186
7186
|
}
|
|
@@ -7189,22 +7189,22 @@ sl.default.subscribe(dl);
|
|
|
7189
7189
|
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
7190
7190
|
return x && (typeof x == "object" || typeof x == "function") ? x : K;
|
|
7191
7191
|
}
|
|
7192
|
-
function
|
|
7192
|
+
function re(K, x) {
|
|
7193
7193
|
if (typeof x != "function" && x !== null)
|
|
7194
7194
|
throw new TypeError("Super expression must either be null or a function, not " + typeof x);
|
|
7195
7195
|
K.prototype = Object.create(x && x.prototype, { constructor: { value: K, enumerable: !1, writable: !0, configurable: !0 } }), x && (Object.setPrototypeOf ? Object.setPrototypeOf(K, x) : K.__proto__ = x);
|
|
7196
7196
|
}
|
|
7197
|
-
var
|
|
7197
|
+
var ne = {
|
|
7198
7198
|
overlay: "ReactModal__Overlay",
|
|
7199
7199
|
content: "ReactModal__Content"
|
|
7200
|
-
},
|
|
7200
|
+
}, F = function(x) {
|
|
7201
7201
|
return x.code === "Tab" || x.keyCode === 9;
|
|
7202
7202
|
}, de = function(x) {
|
|
7203
7203
|
return x.code === "Escape" || x.keyCode === 27;
|
|
7204
|
-
},
|
|
7205
|
-
|
|
7204
|
+
}, _ = 0, ie = function(K) {
|
|
7205
|
+
re(x, K);
|
|
7206
7206
|
function x(O) {
|
|
7207
|
-
|
|
7207
|
+
ee(this, x);
|
|
7208
7208
|
var h = B(this, (x.__proto__ || Object.getPrototypeOf(x)).call(this, O));
|
|
7209
7209
|
return h.setOverlayRef = function(E) {
|
|
7210
7210
|
h.overlay = E, h.props.overlayRef && h.props.overlayRef(E);
|
|
@@ -7212,7 +7212,7 @@ sl.default.subscribe(dl);
|
|
|
7212
7212
|
h.content = E, h.props.contentRef && h.props.contentRef(E);
|
|
7213
7213
|
}, h.afterClose = function() {
|
|
7214
7214
|
var E = h.props, X = E.appElement, v = E.ariaHideApp, w = E.htmlOpenClassName, L = E.bodyOpenClassName, Y = E.parentSelector, j = Y && Y().ownerDocument || document;
|
|
7215
|
-
L && q.remove(j.body, L), w && q.remove(j.getElementsByTagName("html")[0], w), v &&
|
|
7215
|
+
L && q.remove(j.body, L), w && q.remove(j.getElementsByTagName("html")[0], w), v && _ > 0 && (_ -= 1, _ === 0 && g.show(X)), h.props.shouldFocusAfterRender && (h.props.shouldReturnFocusAfterClose ? (s.returnFocus(h.props.preventScroll), s.teardownScopedFocus()) : s.popWithoutFocus()), h.props.onAfterClose && h.props.onAfterClose(), z.default.deregister(h);
|
|
7216
7216
|
}, h.open = function() {
|
|
7217
7217
|
h.beforeOpen(), h.state.afterOpen && h.state.beforeClose ? (clearTimeout(h.closeTimer), h.setState({ beforeClose: !1 })) : (h.props.shouldFocusAfterRender && (s.setupScopedFocus(h.node), s.markForFocusLater()), h.setState({ isOpen: !0 }, function() {
|
|
7218
7218
|
h.openAnimationFrame = requestAnimationFrame(function() {
|
|
@@ -7239,7 +7239,7 @@ sl.default.subscribe(dl);
|
|
|
7239
7239
|
closesAt: null
|
|
7240
7240
|
}, h.afterClose);
|
|
7241
7241
|
}, h.handleKeyDown = function(E) {
|
|
7242
|
-
|
|
7242
|
+
F(E) && (0, m.default)(h.content, E), h.props.shouldCloseOnEsc && de(E) && (E.stopPropagation(), h.requestClose(E));
|
|
7243
7243
|
}, h.handleOverlayOnClick = function(E) {
|
|
7244
7244
|
h.shouldClose === null && (h.shouldClose = !0), h.shouldClose && h.props.shouldCloseOnOverlayClick && (h.ownerHandlesClose() ? h.requestClose(E) : h.focusContent()), h.shouldClose = null;
|
|
7245
7245
|
}, h.handleContentOnMouseUp = function() {
|
|
@@ -7260,9 +7260,9 @@ sl.default.subscribe(dl);
|
|
|
7260
7260
|
return document.activeElement === h.content || h.content.contains(document.activeElement);
|
|
7261
7261
|
}, h.buildClassName = function(E, X) {
|
|
7262
7262
|
var v = (typeof X > "u" ? "undefined" : n(X)) === "object" ? X : {
|
|
7263
|
-
base:
|
|
7264
|
-
afterOpen:
|
|
7265
|
-
beforeClose:
|
|
7263
|
+
base: ne[E],
|
|
7264
|
+
afterOpen: ne[E] + "--after-open",
|
|
7265
|
+
beforeClose: ne[E] + "--before-close"
|
|
7266
7266
|
}, w = v.base;
|
|
7267
7267
|
return h.state.afterOpen && (w = w + " " + v.afterOpen), h.state.beforeClose && (w = w + " " + v.beforeClose), typeof X == "string" && X ? w + " " + X : w;
|
|
7268
7268
|
}, h.attributesFromObject = function(E, X) {
|
|
@@ -7293,7 +7293,7 @@ sl.default.subscribe(dl);
|
|
|
7293
7293
|
key: "beforeOpen",
|
|
7294
7294
|
value: function() {
|
|
7295
7295
|
var h = this.props, E = h.appElement, X = h.ariaHideApp, v = h.htmlOpenClassName, w = h.bodyOpenClassName, L = h.parentSelector, Y = L && L().ownerDocument || document;
|
|
7296
|
-
w && q.add(Y.body, w), v && q.add(Y.getElementsByTagName("html")[0], v), X && (
|
|
7296
|
+
w && q.add(Y.body, w), v && q.add(Y.getElementsByTagName("html")[0], v), X && (_ += 1, g.hide(E)), z.default.register(this);
|
|
7297
7297
|
}
|
|
7298
7298
|
// Don't steal focus from inner elements
|
|
7299
7299
|
}, {
|
|
@@ -7327,13 +7327,13 @@ sl.default.subscribe(dl);
|
|
|
7327
7327
|
}
|
|
7328
7328
|
}]), x;
|
|
7329
7329
|
}(o.Component);
|
|
7330
|
-
|
|
7330
|
+
ie.defaultProps = {
|
|
7331
7331
|
style: {
|
|
7332
7332
|
overlay: {},
|
|
7333
7333
|
content: {}
|
|
7334
7334
|
},
|
|
7335
7335
|
defaultStyles: {}
|
|
7336
|
-
},
|
|
7336
|
+
}, ie.propTypes = {
|
|
7337
7337
|
isOpen: A.default.bool.isRequired,
|
|
7338
7338
|
defaultStyles: A.default.shape({
|
|
7339
7339
|
content: A.default.object,
|
|
@@ -7370,7 +7370,7 @@ sl.default.subscribe(dl);
|
|
|
7370
7370
|
overlayElement: A.default.func,
|
|
7371
7371
|
contentElement: A.default.func,
|
|
7372
7372
|
testId: A.default.string
|
|
7373
|
-
}, t.default =
|
|
7373
|
+
}, t.default = ie, e.exports = t.default;
|
|
7374
7374
|
})(Br, Br.exports);
|
|
7375
7375
|
var ml = Br.exports;
|
|
7376
7376
|
function ao() {
|
|
@@ -7769,42 +7769,38 @@ const uo = /* @__PURE__ */ Oo(Ll), Sl = ({ width: e, height: t }) => /* @__PURE_
|
|
|
7769
7769
|
fetchFileUrl: f,
|
|
7770
7770
|
copyLinkUrl: g
|
|
7771
7771
|
}) => {
|
|
7772
|
-
const [p, q] = H(window.innerWidth), [C, Z] = H(!1), [M, z] = H(c), [W, b] = H(!1), [
|
|
7773
|
-
eo({ _id:
|
|
7772
|
+
const [p, q] = H(window.innerWidth), [C, Z] = H(!1), [M, z] = H(c), [W, b] = H(!1), [ee, B] = H(!0), re = (F) => {
|
|
7773
|
+
eo({ _id: F }, A).then((de) => {
|
|
7774
7774
|
de.size > 5 ? b(!0) : b(!1);
|
|
7775
7775
|
}).finally(() => {
|
|
7776
7776
|
B(!1);
|
|
7777
7777
|
});
|
|
7778
|
-
},
|
|
7779
|
-
a === "Flex" ? await zt(
|
|
7780
|
-
|
|
7781
|
-
|
|
7782
|
-
|
|
7783
|
-
Z(!0), z(f + "/" + oe.url);
|
|
7784
|
-
}) : await tt(
|
|
7785
|
-
A,
|
|
7786
|
-
r,
|
|
7787
|
-
"",
|
|
7788
|
-
"default",
|
|
7789
|
-
!1,
|
|
7790
|
-
0,
|
|
7791
|
-
{}
|
|
7792
|
-
).then((oe) => {
|
|
7793
|
-
Z(!0), z(f + "/" + oe.url);
|
|
7778
|
+
}, ne = async () => {
|
|
7779
|
+
a === "Flex" ? await zt({ _id: r, network: "default" }, A).then((F) => {
|
|
7780
|
+
Z(!0), z(f + "/" + F.url);
|
|
7781
|
+
}) : await tt(A, r, "", "default", !1, 0, {}).then((F) => {
|
|
7782
|
+
Z(!0), z(f + "/" + F.url);
|
|
7794
7783
|
});
|
|
7795
7784
|
};
|
|
7796
7785
|
return Ke(() => {
|
|
7797
|
-
e ? (a === "Flex" &&
|
|
7786
|
+
e ? (a === "Flex" && re(r), C || (ne(), Z(!0))) : Z(!1);
|
|
7798
7787
|
}, [e]), Ke(() => {
|
|
7799
|
-
const
|
|
7788
|
+
const F = () => {
|
|
7800
7789
|
q(window.innerWidth);
|
|
7801
7790
|
};
|
|
7802
|
-
return window.addEventListener("resize",
|
|
7803
|
-
window.removeEventListener("resize",
|
|
7791
|
+
return window.addEventListener("resize", F), () => {
|
|
7792
|
+
window.removeEventListener("resize", F);
|
|
7804
7793
|
};
|
|
7805
|
-
}, []),
|
|
7806
|
-
a === "Flex" && W && e && /* @__PURE__ */ u.jsx(
|
|
7807
|
-
|
|
7794
|
+
}, []), ee && a === "Flex" ? null : /* @__PURE__ */ u.jsxs(u.Fragment, { children: [
|
|
7795
|
+
a === "Flex" && W && e && /* @__PURE__ */ u.jsx(
|
|
7796
|
+
kl,
|
|
7797
|
+
{
|
|
7798
|
+
setIsExceedingFileSizeAccepted: b,
|
|
7799
|
+
closeModal: t,
|
|
7800
|
+
setLoading: B
|
|
7801
|
+
}
|
|
7802
|
+
),
|
|
7803
|
+
(a === "Flex" && !W || a === "Playable") && /* @__PURE__ */ u.jsx(
|
|
7808
7804
|
uo,
|
|
7809
7805
|
{
|
|
7810
7806
|
isOpen: e,
|
|
@@ -7838,92 +7834,103 @@ const uo = /* @__PURE__ */ Oo(Ll), Sl = ({ width: e, height: t }) => /* @__PURE_
|
|
|
7838
7834
|
},
|
|
7839
7835
|
contentLabel: "Playable Editing Download Modal",
|
|
7840
7836
|
shouldCloseOnOverlayClick: !0,
|
|
7841
|
-
children:
|
|
7842
|
-
|
|
7843
|
-
|
|
7844
|
-
{
|
|
7845
|
-
|
|
7846
|
-
|
|
7847
|
-
|
|
7848
|
-
|
|
7849
|
-
|
|
7850
|
-
|
|
7851
|
-
|
|
7852
|
-
|
|
7853
|
-
},
|
|
7854
|
-
children: /* @__PURE__ */ u.jsx(
|
|
7855
|
-
"button",
|
|
7837
|
+
children: /* @__PURE__ */ u.jsxs(
|
|
7838
|
+
"div",
|
|
7839
|
+
{
|
|
7840
|
+
onMouseDown: (F) => {
|
|
7841
|
+
F.stopPropagation();
|
|
7842
|
+
},
|
|
7843
|
+
onMouseUp: (F) => {
|
|
7844
|
+
F.stopPropagation();
|
|
7845
|
+
},
|
|
7846
|
+
children: [
|
|
7847
|
+
/* @__PURE__ */ u.jsx(
|
|
7848
|
+
"div",
|
|
7856
7849
|
{
|
|
7857
|
-
onClick: () => {
|
|
7858
|
-
t(), a === "Flex" && B(!0);
|
|
7859
|
-
},
|
|
7860
7850
|
style: {
|
|
7861
|
-
|
|
7862
|
-
|
|
7863
|
-
|
|
7864
|
-
|
|
7851
|
+
position: "absolute",
|
|
7852
|
+
top: "1.25rem",
|
|
7853
|
+
// top-5 (1.25rem çünkü Tailwind'de 1 birim genellikle 0.25rem'e eşittir)
|
|
7854
|
+
right: "1.25rem",
|
|
7855
|
+
// right-5
|
|
7856
|
+
zIndex: 50
|
|
7857
|
+
// z-50
|
|
7865
7858
|
},
|
|
7866
|
-
children: /* @__PURE__ */ u.jsx(
|
|
7859
|
+
children: /* @__PURE__ */ u.jsx(
|
|
7860
|
+
"button",
|
|
7861
|
+
{
|
|
7862
|
+
onClick: () => {
|
|
7863
|
+
t(), a === "Flex" && B(!0);
|
|
7864
|
+
},
|
|
7865
|
+
style: {
|
|
7866
|
+
color: "#718096",
|
|
7867
|
+
// text-gray-500
|
|
7868
|
+
cursor: "pointer",
|
|
7869
|
+
backgroundColor: "#F7F7F8"
|
|
7870
|
+
},
|
|
7871
|
+
children: /* @__PURE__ */ u.jsx("img", { src: ai, alt: "close image" })
|
|
7872
|
+
}
|
|
7873
|
+
)
|
|
7867
7874
|
}
|
|
7868
|
-
)
|
|
7869
|
-
|
|
7870
|
-
|
|
7871
|
-
|
|
7872
|
-
C ? /* @__PURE__ */ u.jsx(
|
|
7873
|
-
VA,
|
|
7874
|
-
{
|
|
7875
|
-
versionName: i,
|
|
7876
|
-
versionId: r,
|
|
7877
|
-
typeOfProduct: a,
|
|
7878
|
-
iframeUrl: M,
|
|
7879
|
-
api: A,
|
|
7880
|
-
fetchFileUrl: f,
|
|
7881
|
-
copyLinkUrl: g
|
|
7882
|
-
}
|
|
7883
|
-
) : /* @__PURE__ */ u.jsx(u.Fragment, { children: /* @__PURE__ */ u.jsx(
|
|
7884
|
-
"div",
|
|
7885
|
-
{
|
|
7886
|
-
style: {
|
|
7887
|
-
display: "flex",
|
|
7888
|
-
width: "300px",
|
|
7889
|
-
flexDirection: "column",
|
|
7890
|
-
justifyContent: "center",
|
|
7891
|
-
alignItems: "center",
|
|
7892
|
-
padding: "5px",
|
|
7893
|
-
height: p > 1440 ? "650px" : "625px",
|
|
7894
|
-
borderRadius: "0px 0px 0px 16px",
|
|
7895
|
-
marginTop: "20px"
|
|
7896
|
-
// 'rounded-l-xl' typically means large rounded corners on the left side
|
|
7897
|
-
},
|
|
7898
|
-
children: /* @__PURE__ */ u.jsx(
|
|
7899
|
-
"img",
|
|
7875
|
+
),
|
|
7876
|
+
/* @__PURE__ */ u.jsxs(Yo, { children: [
|
|
7877
|
+
C ? /* @__PURE__ */ u.jsx(
|
|
7878
|
+
VA,
|
|
7900
7879
|
{
|
|
7901
|
-
|
|
7902
|
-
|
|
7903
|
-
|
|
7904
|
-
|
|
7880
|
+
versionName: i,
|
|
7881
|
+
versionId: r,
|
|
7882
|
+
typeOfProduct: a,
|
|
7883
|
+
iframeUrl: M,
|
|
7884
|
+
api: A,
|
|
7885
|
+
fetchFileUrl: f,
|
|
7886
|
+
copyLinkUrl: g
|
|
7887
|
+
}
|
|
7888
|
+
) : /* @__PURE__ */ u.jsx(u.Fragment, { children: /* @__PURE__ */ u.jsx(
|
|
7889
|
+
"div",
|
|
7890
|
+
{
|
|
7891
|
+
style: {
|
|
7892
|
+
display: "flex",
|
|
7893
|
+
width: "300px",
|
|
7894
|
+
flexDirection: "column",
|
|
7895
|
+
justifyContent: "center",
|
|
7896
|
+
alignItems: "center",
|
|
7897
|
+
padding: "5px",
|
|
7898
|
+
height: p > 1440 ? "650px" : "625px",
|
|
7899
|
+
borderRadius: "0px 0px 0px 16px",
|
|
7900
|
+
marginTop: "20px"
|
|
7901
|
+
// 'rounded-l-xl' typically means large rounded corners on the left side
|
|
7902
|
+
},
|
|
7903
|
+
children: /* @__PURE__ */ u.jsx(
|
|
7904
|
+
"img",
|
|
7905
|
+
{
|
|
7906
|
+
width: "75px",
|
|
7907
|
+
height: "75px",
|
|
7908
|
+
src: Wt,
|
|
7909
|
+
alt: "pf-logo-gif"
|
|
7910
|
+
}
|
|
7911
|
+
)
|
|
7912
|
+
}
|
|
7913
|
+
) }),
|
|
7914
|
+
/* @__PURE__ */ u.jsx(
|
|
7915
|
+
Cs,
|
|
7916
|
+
{
|
|
7917
|
+
visible: e,
|
|
7918
|
+
versionId: r,
|
|
7919
|
+
playableId: o,
|
|
7920
|
+
gameId: n,
|
|
7921
|
+
typeOfProduct: a,
|
|
7922
|
+
api: A,
|
|
7923
|
+
user: d,
|
|
7924
|
+
title: s,
|
|
7925
|
+
handleDownloadError: m,
|
|
7926
|
+
fetchFileUrl: f
|
|
7905
7927
|
}
|
|
7906
7928
|
)
|
|
7907
|
-
}
|
|
7908
|
-
|
|
7909
|
-
|
|
7910
|
-
|
|
7911
|
-
|
|
7912
|
-
visible: e,
|
|
7913
|
-
versionId: r,
|
|
7914
|
-
playableId: o,
|
|
7915
|
-
gameId: n,
|
|
7916
|
-
typeOfProduct: a,
|
|
7917
|
-
api: A,
|
|
7918
|
-
user: d,
|
|
7919
|
-
title: s,
|
|
7920
|
-
handleDownloadError: m,
|
|
7921
|
-
fetchFileUrl: f
|
|
7922
|
-
}
|
|
7923
|
-
)
|
|
7924
|
-
] }),
|
|
7925
|
-
/* @__PURE__ */ u.jsx(Hr, {})
|
|
7926
|
-
]
|
|
7929
|
+
] }),
|
|
7930
|
+
/* @__PURE__ */ u.jsx(Hr, {})
|
|
7931
|
+
]
|
|
7932
|
+
}
|
|
7933
|
+
)
|
|
7927
7934
|
}
|
|
7928
7935
|
)
|
|
7929
7936
|
] });
|