livevegas-ui-kit 1.0.199 → 1.0.201
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +69 -69
- package/dist/livevegas-ui-kit.es.js +691 -686
- package/dist/livevegas-ui-kit.umd.js +85 -85
- package/dist/services/i18n/translations/en.json.d.ts +452 -453
- package/dist/services/i18n/translations/fa.json.d.ts +391 -391
- package/dist/services/i18n/translations/hy.json.d.ts +446 -447
- package/dist/services/i18n/translations/ka.json.d.ts +391 -391
- package/dist/services/i18n/translations/ru.json.d.ts +452 -453
- package/dist/services/i18n/translations/tr.json.d.ts +444 -445
- package/package.json +58 -58
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import Ke, { createContext as
|
|
1
|
+
import Ke, { createContext as ns, useContext as wi, useCallback as is, useState as E, useRef as et, useEffect as me, useDebugValue as wn, createElement as rs } from "react";
|
|
2
2
|
var ja = { exports: {} }, dt = {};
|
|
3
3
|
/**
|
|
4
4
|
* @license React
|
|
@@ -9,10 +9,10 @@ var ja = { exports: {} }, dt = {};
|
|
|
9
9
|
* This source code is licensed under the MIT license found in the
|
|
10
10
|
* LICENSE file in the root directory of this source tree.
|
|
11
11
|
*/
|
|
12
|
-
var
|
|
13
|
-
function
|
|
14
|
-
if (
|
|
15
|
-
|
|
12
|
+
var Cn;
|
|
13
|
+
function ss() {
|
|
14
|
+
if (Cn) return dt;
|
|
15
|
+
Cn = 1;
|
|
16
16
|
var e = Ke, t = Symbol.for("react.element"), n = Symbol.for("react.fragment"), i = Object.prototype.hasOwnProperty, r = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, s = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
17
17
|
function o(l, c, d) {
|
|
18
18
|
var h, p = {}, g = null, f = null;
|
|
@@ -33,9 +33,9 @@ var ht = {};
|
|
|
33
33
|
* This source code is licensed under the MIT license found in the
|
|
34
34
|
* LICENSE file in the root directory of this source tree.
|
|
35
35
|
*/
|
|
36
|
-
var
|
|
37
|
-
function
|
|
38
|
-
return
|
|
36
|
+
var vn;
|
|
37
|
+
function os() {
|
|
38
|
+
return vn || (vn = 1, process.env.NODE_ENV !== "production" && function() {
|
|
39
39
|
var e = Ke, t = Symbol.for("react.element"), n = Symbol.for("react.portal"), i = Symbol.for("react.fragment"), r = Symbol.for("react.strict_mode"), s = Symbol.for("react.profiler"), o = Symbol.for("react.provider"), l = Symbol.for("react.context"), c = Symbol.for("react.forward_ref"), d = Symbol.for("react.suspense"), h = Symbol.for("react.suspense_list"), p = Symbol.for("react.memo"), g = Symbol.for("react.lazy"), f = Symbol.for("react.offscreen"), b = Symbol.iterator, y = "@@iterator";
|
|
40
40
|
function x(u) {
|
|
41
41
|
if (u === null || typeof u != "object")
|
|
@@ -125,14 +125,14 @@ function ss() {
|
|
|
125
125
|
}
|
|
126
126
|
return null;
|
|
127
127
|
}
|
|
128
|
-
var
|
|
128
|
+
var q = Object.assign, ie = 0, ee, Q, oe, te, ce, V, Y;
|
|
129
129
|
function he() {
|
|
130
130
|
}
|
|
131
131
|
he.__reactDisabledLog = !0;
|
|
132
132
|
function ge() {
|
|
133
133
|
{
|
|
134
134
|
if (ie === 0) {
|
|
135
|
-
ee = console.log, Q = console.info, oe = console.warn, te = console.error, ce = console.group, V = console.groupCollapsed,
|
|
135
|
+
ee = console.log, Q = console.info, oe = console.warn, te = console.error, ce = console.group, V = console.groupCollapsed, Y = console.groupEnd;
|
|
136
136
|
var u = {
|
|
137
137
|
configurable: !0,
|
|
138
138
|
enumerable: !0,
|
|
@@ -161,26 +161,26 @@ function ss() {
|
|
|
161
161
|
writable: !0
|
|
162
162
|
};
|
|
163
163
|
Object.defineProperties(console, {
|
|
164
|
-
log:
|
|
164
|
+
log: q({}, u, {
|
|
165
165
|
value: ee
|
|
166
166
|
}),
|
|
167
|
-
info:
|
|
167
|
+
info: q({}, u, {
|
|
168
168
|
value: Q
|
|
169
169
|
}),
|
|
170
|
-
warn:
|
|
170
|
+
warn: q({}, u, {
|
|
171
171
|
value: oe
|
|
172
172
|
}),
|
|
173
|
-
error:
|
|
173
|
+
error: q({}, u, {
|
|
174
174
|
value: te
|
|
175
175
|
}),
|
|
176
|
-
group:
|
|
176
|
+
group: q({}, u, {
|
|
177
177
|
value: ce
|
|
178
178
|
}),
|
|
179
|
-
groupCollapsed:
|
|
179
|
+
groupCollapsed: q({}, u, {
|
|
180
180
|
value: V
|
|
181
181
|
}),
|
|
182
|
-
groupEnd:
|
|
183
|
-
value:
|
|
182
|
+
groupEnd: q({}, u, {
|
|
183
|
+
value: Y
|
|
184
184
|
})
|
|
185
185
|
});
|
|
186
186
|
}
|
|
@@ -277,10 +277,10 @@ function ss() {
|
|
|
277
277
|
var Xe = u ? u.displayName || u.name : "", Me = Xe ? ye(Xe) : "";
|
|
278
278
|
return typeof u == "function" && Be.set(u, Me), Me;
|
|
279
279
|
}
|
|
280
|
-
function
|
|
280
|
+
function zr(u, C, k) {
|
|
281
281
|
return P(u, !1);
|
|
282
282
|
}
|
|
283
|
-
function
|
|
283
|
+
function Fr(u) {
|
|
284
284
|
var C = u.prototype;
|
|
285
285
|
return !!(C && C.isReactComponent);
|
|
286
286
|
}
|
|
@@ -288,7 +288,7 @@ function ss() {
|
|
|
288
288
|
if (u == null)
|
|
289
289
|
return "";
|
|
290
290
|
if (typeof u == "function")
|
|
291
|
-
return P(u,
|
|
291
|
+
return P(u, Fr(u));
|
|
292
292
|
if (typeof u == "string")
|
|
293
293
|
return ye(u);
|
|
294
294
|
switch (u) {
|
|
@@ -300,7 +300,7 @@ function ss() {
|
|
|
300
300
|
if (typeof u == "object")
|
|
301
301
|
switch (u.$$typeof) {
|
|
302
302
|
case c:
|
|
303
|
-
return
|
|
303
|
+
return zr(u.render);
|
|
304
304
|
case p:
|
|
305
305
|
return At(u.type, C, k);
|
|
306
306
|
case g: {
|
|
@@ -313,15 +313,15 @@ function ss() {
|
|
|
313
313
|
}
|
|
314
314
|
return "";
|
|
315
315
|
}
|
|
316
|
-
var ct = Object.prototype.hasOwnProperty,
|
|
316
|
+
var ct = Object.prototype.hasOwnProperty, sn = {}, on = v.ReactDebugCurrentFrame;
|
|
317
317
|
function jt(u) {
|
|
318
318
|
if (u) {
|
|
319
319
|
var C = u._owner, k = At(u.type, u._source, C ? C.type : null);
|
|
320
|
-
|
|
320
|
+
on.setExtraStackFrame(k);
|
|
321
321
|
} else
|
|
322
|
-
|
|
322
|
+
on.setExtraStackFrame(null);
|
|
323
323
|
}
|
|
324
|
-
function
|
|
324
|
+
function Dr(u, C, k, T, U) {
|
|
325
325
|
{
|
|
326
326
|
var Z = Function.call.bind(ct);
|
|
327
327
|
for (var R in u)
|
|
@@ -336,41 +336,41 @@ function ss() {
|
|
|
336
336
|
} catch (ae) {
|
|
337
337
|
H = ae;
|
|
338
338
|
}
|
|
339
|
-
H && !(H instanceof Error) && (jt(U), w("%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).", T || "React class", k, R, typeof H), jt(null)), H instanceof Error && !(H.message in
|
|
339
|
+
H && !(H instanceof Error) && (jt(U), w("%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).", T || "React class", k, R, typeof H), jt(null)), H instanceof Error && !(H.message in sn) && (sn[H.message] = !0, jt(U), w("Failed %s type: %s", k, H.message), jt(null));
|
|
340
340
|
}
|
|
341
341
|
}
|
|
342
342
|
}
|
|
343
|
-
var
|
|
343
|
+
var Hr = Array.isArray;
|
|
344
344
|
function ha(u) {
|
|
345
|
-
return
|
|
345
|
+
return Hr(u);
|
|
346
346
|
}
|
|
347
|
-
function
|
|
347
|
+
function Or(u) {
|
|
348
348
|
{
|
|
349
349
|
var C = typeof Symbol == "function" && Symbol.toStringTag, k = C && u[Symbol.toStringTag] || u.constructor.name || "Object";
|
|
350
350
|
return k;
|
|
351
351
|
}
|
|
352
352
|
}
|
|
353
|
-
function
|
|
353
|
+
function Mr(u) {
|
|
354
354
|
try {
|
|
355
|
-
return
|
|
355
|
+
return ln(u), !1;
|
|
356
356
|
} catch {
|
|
357
357
|
return !0;
|
|
358
358
|
}
|
|
359
359
|
}
|
|
360
|
-
function
|
|
360
|
+
function ln(u) {
|
|
361
361
|
return "" + u;
|
|
362
362
|
}
|
|
363
|
-
function
|
|
364
|
-
if (
|
|
365
|
-
return w("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",
|
|
363
|
+
function cn(u) {
|
|
364
|
+
if (Mr(u))
|
|
365
|
+
return w("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Or(u)), ln(u);
|
|
366
366
|
}
|
|
367
|
-
var
|
|
367
|
+
var dn = v.ReactCurrentOwner, Rr = {
|
|
368
368
|
key: !0,
|
|
369
369
|
ref: !0,
|
|
370
370
|
__self: !0,
|
|
371
371
|
__source: !0
|
|
372
|
-
},
|
|
373
|
-
function
|
|
372
|
+
}, hn, un;
|
|
373
|
+
function Wr(u) {
|
|
374
374
|
if (ct.call(u, "ref")) {
|
|
375
375
|
var C = Object.getOwnPropertyDescriptor(u, "ref").get;
|
|
376
376
|
if (C && C.isReactWarning)
|
|
@@ -378,7 +378,7 @@ function ss() {
|
|
|
378
378
|
}
|
|
379
379
|
return u.ref !== void 0;
|
|
380
380
|
}
|
|
381
|
-
function
|
|
381
|
+
function Vr(u) {
|
|
382
382
|
if (ct.call(u, "key")) {
|
|
383
383
|
var C = Object.getOwnPropertyDescriptor(u, "key").get;
|
|
384
384
|
if (C && C.isReactWarning)
|
|
@@ -386,13 +386,13 @@ function ss() {
|
|
|
386
386
|
}
|
|
387
387
|
return u.key !== void 0;
|
|
388
388
|
}
|
|
389
|
-
function Vr(u, C) {
|
|
390
|
-
typeof u.ref == "string" && cn.current;
|
|
391
|
-
}
|
|
392
389
|
function Er(u, C) {
|
|
390
|
+
typeof u.ref == "string" && dn.current;
|
|
391
|
+
}
|
|
392
|
+
function Gr(u, C) {
|
|
393
393
|
{
|
|
394
394
|
var k = function() {
|
|
395
|
-
|
|
395
|
+
hn || (hn = !0, w("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", C));
|
|
396
396
|
};
|
|
397
397
|
k.isReactWarning = !0, Object.defineProperty(u, "key", {
|
|
398
398
|
get: k,
|
|
@@ -400,10 +400,10 @@ function ss() {
|
|
|
400
400
|
});
|
|
401
401
|
}
|
|
402
402
|
}
|
|
403
|
-
function
|
|
403
|
+
function Ur(u, C) {
|
|
404
404
|
{
|
|
405
405
|
var k = function() {
|
|
406
|
-
|
|
406
|
+
un || (un = !0, w("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", C));
|
|
407
407
|
};
|
|
408
408
|
k.isReactWarning = !0, Object.defineProperty(u, "ref", {
|
|
409
409
|
get: k,
|
|
@@ -411,7 +411,7 @@ function ss() {
|
|
|
411
411
|
});
|
|
412
412
|
}
|
|
413
413
|
}
|
|
414
|
-
var
|
|
414
|
+
var Kr = function(u, C, k, T, U, Z, R) {
|
|
415
415
|
var H = {
|
|
416
416
|
// This tag allows us to uniquely identify this as a React Element
|
|
417
417
|
$$typeof: t,
|
|
@@ -440,12 +440,12 @@ function ss() {
|
|
|
440
440
|
value: U
|
|
441
441
|
}), Object.freeze && (Object.freeze(H.props), Object.freeze(H)), H;
|
|
442
442
|
};
|
|
443
|
-
function
|
|
443
|
+
function qr(u, C, k, T, U) {
|
|
444
444
|
{
|
|
445
445
|
var Z, R = {}, H = null, fe = null;
|
|
446
|
-
k !== void 0 && (
|
|
446
|
+
k !== void 0 && (cn(k), H = "" + k), Vr(C) && (cn(C.key), H = "" + C.key), Wr(C) && (fe = C.ref, Er(C, U));
|
|
447
447
|
for (Z in C)
|
|
448
|
-
ct.call(C, Z) && !
|
|
448
|
+
ct.call(C, Z) && !Rr.hasOwnProperty(Z) && (R[Z] = C[Z]);
|
|
449
449
|
if (u && u.defaultProps) {
|
|
450
450
|
var ae = u.defaultProps;
|
|
451
451
|
for (Z in ae)
|
|
@@ -453,25 +453,25 @@ function ss() {
|
|
|
453
453
|
}
|
|
454
454
|
if (H || fe) {
|
|
455
455
|
var re = typeof u == "function" ? u.displayName || u.name || "Unknown" : u;
|
|
456
|
-
H &&
|
|
456
|
+
H && Gr(R, re), fe && Ur(R, re);
|
|
457
457
|
}
|
|
458
|
-
return
|
|
458
|
+
return Kr(u, H, fe, U, T, dn.current, R);
|
|
459
459
|
}
|
|
460
460
|
}
|
|
461
|
-
var ua = v.ReactCurrentOwner,
|
|
461
|
+
var ua = v.ReactCurrentOwner, pn = v.ReactDebugCurrentFrame;
|
|
462
462
|
function Ze(u) {
|
|
463
463
|
if (u) {
|
|
464
464
|
var C = u._owner, k = At(u.type, u._source, C ? C.type : null);
|
|
465
|
-
|
|
465
|
+
pn.setExtraStackFrame(k);
|
|
466
466
|
} else
|
|
467
|
-
|
|
467
|
+
pn.setExtraStackFrame(null);
|
|
468
468
|
}
|
|
469
469
|
var pa;
|
|
470
470
|
pa = !1;
|
|
471
471
|
function fa(u) {
|
|
472
472
|
return typeof u == "object" && u !== null && u.$$typeof === t;
|
|
473
473
|
}
|
|
474
|
-
function
|
|
474
|
+
function fn() {
|
|
475
475
|
{
|
|
476
476
|
if (ua.current) {
|
|
477
477
|
var u = X(ua.current.type);
|
|
@@ -486,10 +486,10 @@ Check the render method of \`` + u + "`.";
|
|
|
486
486
|
function Yr(u) {
|
|
487
487
|
return "";
|
|
488
488
|
}
|
|
489
|
-
var
|
|
490
|
-
function
|
|
489
|
+
var mn = {};
|
|
490
|
+
function Zr(u) {
|
|
491
491
|
{
|
|
492
|
-
var C =
|
|
492
|
+
var C = fn();
|
|
493
493
|
if (!C) {
|
|
494
494
|
var k = typeof u == "string" ? u : u.displayName || u.name;
|
|
495
495
|
k && (C = `
|
|
@@ -499,27 +499,27 @@ Check the top-level render call using <` + k + ">.");
|
|
|
499
499
|
return C;
|
|
500
500
|
}
|
|
501
501
|
}
|
|
502
|
-
function
|
|
502
|
+
function gn(u, C) {
|
|
503
503
|
{
|
|
504
504
|
if (!u._store || u._store.validated || u.key != null)
|
|
505
505
|
return;
|
|
506
506
|
u._store.validated = !0;
|
|
507
|
-
var k =
|
|
508
|
-
if (
|
|
507
|
+
var k = Zr(C);
|
|
508
|
+
if (mn[k])
|
|
509
509
|
return;
|
|
510
|
-
|
|
510
|
+
mn[k] = !0;
|
|
511
511
|
var T = "";
|
|
512
512
|
u && u._owner && u._owner !== ua.current && (T = " It was passed a child from " + X(u._owner.type) + "."), Ze(u), w('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', k, T), Ze(null);
|
|
513
513
|
}
|
|
514
514
|
}
|
|
515
|
-
function
|
|
515
|
+
function bn(u, C) {
|
|
516
516
|
{
|
|
517
517
|
if (typeof u != "object")
|
|
518
518
|
return;
|
|
519
519
|
if (ha(u))
|
|
520
520
|
for (var k = 0; k < u.length; k++) {
|
|
521
521
|
var T = u[k];
|
|
522
|
-
fa(T) &&
|
|
522
|
+
fa(T) && gn(T, C);
|
|
523
523
|
}
|
|
524
524
|
else if (fa(u))
|
|
525
525
|
u._store && (u._store.validated = !0);
|
|
@@ -527,11 +527,11 @@ Check the top-level render call using <` + k + ">.");
|
|
|
527
527
|
var U = x(u);
|
|
528
528
|
if (typeof U == "function" && U !== u.entries)
|
|
529
529
|
for (var Z = U.call(u), R; !(R = Z.next()).done; )
|
|
530
|
-
fa(R.value) &&
|
|
530
|
+
fa(R.value) && gn(R.value, C);
|
|
531
531
|
}
|
|
532
532
|
}
|
|
533
533
|
}
|
|
534
|
-
function
|
|
534
|
+
function Xr(u) {
|
|
535
535
|
{
|
|
536
536
|
var C = u.type;
|
|
537
537
|
if (C == null || typeof C == "string")
|
|
@@ -547,7 +547,7 @@ Check the top-level render call using <` + k + ">.");
|
|
|
547
547
|
return;
|
|
548
548
|
if (k) {
|
|
549
549
|
var T = X(C);
|
|
550
|
-
|
|
550
|
+
Dr(k, u.props, "prop", T, u);
|
|
551
551
|
} else if (C.PropTypes !== void 0 && !pa) {
|
|
552
552
|
pa = !0;
|
|
553
553
|
var U = X(C);
|
|
@@ -556,7 +556,7 @@ Check the top-level render call using <` + k + ">.");
|
|
|
556
556
|
typeof C.getDefaultProps == "function" && !C.getDefaultProps.isReactClassApproved && w("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
557
557
|
}
|
|
558
558
|
}
|
|
559
|
-
function
|
|
559
|
+
function Qr(u) {
|
|
560
560
|
{
|
|
561
561
|
for (var C = Object.keys(u.props), k = 0; k < C.length; k++) {
|
|
562
562
|
var T = C[k];
|
|
@@ -568,19 +568,19 @@ Check the top-level render call using <` + k + ">.");
|
|
|
568
568
|
u.ref !== null && (Ze(u), w("Invalid attribute `ref` supplied to `React.Fragment`."), Ze(null));
|
|
569
569
|
}
|
|
570
570
|
}
|
|
571
|
-
var
|
|
572
|
-
function
|
|
571
|
+
var yn = {};
|
|
572
|
+
function xn(u, C, k, T, U, Z) {
|
|
573
573
|
{
|
|
574
574
|
var R = M(u);
|
|
575
575
|
if (!R) {
|
|
576
576
|
var H = "";
|
|
577
577
|
(u === void 0 || typeof u == "object" && u !== null && Object.keys(u).length === 0) && (H += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
578
578
|
var fe = Yr();
|
|
579
|
-
fe ? H += fe : H +=
|
|
579
|
+
fe ? H += fe : H += fn();
|
|
580
580
|
var ae;
|
|
581
581
|
u === null ? ae = "null" : ha(u) ? ae = "array" : u !== void 0 && u.$$typeof === t ? (ae = "<" + (X(u.type) || "Unknown") + " />", H = " Did you accidentally export a JSX literal instead of a component?") : ae = typeof u, w("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", ae, H);
|
|
582
582
|
}
|
|
583
|
-
var re =
|
|
583
|
+
var re = qr(u, C, k, U, Z);
|
|
584
584
|
if (re == null)
|
|
585
585
|
return re;
|
|
586
586
|
if (R) {
|
|
@@ -589,43 +589,43 @@ Check the top-level render call using <` + k + ">.");
|
|
|
589
589
|
if (T)
|
|
590
590
|
if (ha(Ae)) {
|
|
591
591
|
for (var Xe = 0; Xe < Ae.length; Xe++)
|
|
592
|
-
|
|
592
|
+
bn(Ae[Xe], u);
|
|
593
593
|
Object.freeze && Object.freeze(Ae);
|
|
594
594
|
} else
|
|
595
595
|
w("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
596
596
|
else
|
|
597
|
-
|
|
597
|
+
bn(Ae, u);
|
|
598
598
|
}
|
|
599
599
|
if (ct.call(C, "key")) {
|
|
600
|
-
var Me = X(u), xe = Object.keys(C).filter(function(
|
|
601
|
-
return
|
|
600
|
+
var Me = X(u), xe = Object.keys(C).filter(function(as) {
|
|
601
|
+
return as !== "key";
|
|
602
602
|
}), ma = xe.length > 0 ? "{key: someKey, " + xe.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
603
|
-
if (!
|
|
604
|
-
var
|
|
603
|
+
if (!yn[Me + ma]) {
|
|
604
|
+
var ts = xe.length > 0 ? "{" + xe.join(": ..., ") + ": ...}" : "{}";
|
|
605
605
|
w(`A props object containing a "key" prop is being spread into JSX:
|
|
606
606
|
let props = %s;
|
|
607
607
|
<%s {...props} />
|
|
608
608
|
React keys must be passed directly to JSX without using spread:
|
|
609
609
|
let props = %s;
|
|
610
|
-
<%s key={someKey} {...props} />`, ma, Me,
|
|
610
|
+
<%s key={someKey} {...props} />`, ma, Me, ts, Me), yn[Me + ma] = !0;
|
|
611
611
|
}
|
|
612
612
|
}
|
|
613
|
-
return u === i ?
|
|
613
|
+
return u === i ? Qr(re) : Xr(re), re;
|
|
614
614
|
}
|
|
615
615
|
}
|
|
616
|
-
function Qr(u, C, k) {
|
|
617
|
-
return yn(u, C, k, !0);
|
|
618
|
-
}
|
|
619
616
|
function Jr(u, C, k) {
|
|
620
|
-
return
|
|
617
|
+
return xn(u, C, k, !0);
|
|
618
|
+
}
|
|
619
|
+
function $r(u, C, k) {
|
|
620
|
+
return xn(u, C, k, !1);
|
|
621
621
|
}
|
|
622
|
-
var
|
|
623
|
-
ht.Fragment = i, ht.jsx =
|
|
622
|
+
var _r = $r, es = Jr;
|
|
623
|
+
ht.Fragment = i, ht.jsx = _r, ht.jsxs = es;
|
|
624
624
|
}()), ht;
|
|
625
625
|
}
|
|
626
|
-
process.env.NODE_ENV === "production" ? ja.exports =
|
|
626
|
+
process.env.NODE_ENV === "production" ? ja.exports = ss() : ja.exports = os();
|
|
627
627
|
var a = ja.exports;
|
|
628
|
-
const
|
|
628
|
+
const ls = (e, t, n, i) => {
|
|
629
629
|
var s, o, l, c;
|
|
630
630
|
const r = [n, {
|
|
631
631
|
code: t,
|
|
@@ -634,9 +634,9 @@ const os = (e, t, n, i) => {
|
|
|
634
634
|
if ((o = (s = e == null ? void 0 : e.services) == null ? void 0 : s.logger) != null && o.forward)
|
|
635
635
|
return e.services.logger.forward(r, "warn", "react-i18next::", !0);
|
|
636
636
|
Ve(r[0]) && (r[0] = `react-i18next:: ${r[0]}`), (c = (l = e == null ? void 0 : e.services) == null ? void 0 : l.logger) != null && c.warn ? e.services.logger.warn(...r) : console != null && console.warn && console.warn(...r);
|
|
637
|
-
},
|
|
638
|
-
Ve(n) &&
|
|
639
|
-
},
|
|
637
|
+
}, kn = {}, Sa = (e, t, n, i) => {
|
|
638
|
+
Ve(n) && kn[n] || (Ve(n) && (kn[n] = /* @__PURE__ */ new Date()), ls(e, t, n, i));
|
|
639
|
+
}, Ci = (e, t) => () => {
|
|
640
640
|
if (e.isInitialized)
|
|
641
641
|
t();
|
|
642
642
|
else {
|
|
@@ -648,20 +648,20 @@ const os = (e, t, n, i) => {
|
|
|
648
648
|
e.on("initialized", n);
|
|
649
649
|
}
|
|
650
650
|
}, Ia = (e, t, n) => {
|
|
651
|
-
e.loadNamespaces(t,
|
|
652
|
-
},
|
|
651
|
+
e.loadNamespaces(t, Ci(e, n));
|
|
652
|
+
}, An = (e, t, n, i) => {
|
|
653
653
|
if (Ve(n) && (n = [n]), e.options.preload && e.options.preload.indexOf(t) > -1) return Ia(e, n, i);
|
|
654
654
|
n.forEach((r) => {
|
|
655
655
|
e.options.ns.indexOf(r) < 0 && e.options.ns.push(r);
|
|
656
|
-
}), e.loadLanguages(t,
|
|
657
|
-
},
|
|
656
|
+
}), e.loadLanguages(t, Ci(e, i));
|
|
657
|
+
}, cs = (e, t, n = {}) => !t.languages || !t.languages.length ? (Sa(t, "NO_LANGUAGES", "i18n.languages were undefined or empty", {
|
|
658
658
|
languages: t.languages
|
|
659
659
|
}), !0) : t.hasLoadedNamespace(e, {
|
|
660
660
|
lng: n.lng,
|
|
661
661
|
precheck: (i, r) => {
|
|
662
662
|
if (n.bindI18n && n.bindI18n.indexOf("languageChanging") > -1 && i.services.backendConnector.backend && i.isLanguageChangingTo && !r(i.isLanguageChangingTo, e)) return !1;
|
|
663
663
|
}
|
|
664
|
-
}), Ve = (e) => typeof e == "string",
|
|
664
|
+
}), Ve = (e) => typeof e == "string", ds = (e) => typeof e == "object" && e !== null, hs = /&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g, us = {
|
|
665
665
|
"&": "&",
|
|
666
666
|
"&": "&",
|
|
667
667
|
"<": "<",
|
|
@@ -682,7 +682,7 @@ const os = (e, t, n, i) => {
|
|
|
682
682
|
"…": "…",
|
|
683
683
|
"/": "/",
|
|
684
684
|
"/": "/"
|
|
685
|
-
},
|
|
685
|
+
}, ps = (e) => us[e], fs = (e) => e.replace(hs, ps);
|
|
686
686
|
let Ba = {
|
|
687
687
|
bindI18n: "languageChanged",
|
|
688
688
|
bindI18nStore: "",
|
|
@@ -691,24 +691,24 @@ let Ba = {
|
|
|
691
691
|
transWrapTextNodes: "",
|
|
692
692
|
transKeepBasicHtmlNodesFor: ["br", "strong", "i", "p"],
|
|
693
693
|
useSuspense: !0,
|
|
694
|
-
unescape:
|
|
694
|
+
unescape: fs
|
|
695
695
|
};
|
|
696
|
-
const
|
|
696
|
+
const ms = (e = {}) => {
|
|
697
697
|
Ba = {
|
|
698
698
|
...Ba,
|
|
699
699
|
...e
|
|
700
700
|
};
|
|
701
|
-
},
|
|
702
|
-
let
|
|
703
|
-
const
|
|
704
|
-
|
|
705
|
-
},
|
|
701
|
+
}, gs = () => Ba;
|
|
702
|
+
let vi;
|
|
703
|
+
const bs = (e) => {
|
|
704
|
+
vi = e;
|
|
705
|
+
}, ys = () => vi, xs = {
|
|
706
706
|
type: "3rdParty",
|
|
707
707
|
init(e) {
|
|
708
|
-
|
|
708
|
+
ms(e.options.react), bs(e);
|
|
709
709
|
}
|
|
710
|
-
},
|
|
711
|
-
class
|
|
710
|
+
}, ws = ns();
|
|
711
|
+
class Cs {
|
|
712
712
|
constructor() {
|
|
713
713
|
this.usedNamespaces = {};
|
|
714
714
|
}
|
|
@@ -721,27 +721,27 @@ class ws {
|
|
|
721
721
|
return Object.keys(this.usedNamespaces);
|
|
722
722
|
}
|
|
723
723
|
}
|
|
724
|
-
const
|
|
724
|
+
const vs = (e, t) => {
|
|
725
725
|
const n = et();
|
|
726
726
|
return me(() => {
|
|
727
727
|
n.current = e;
|
|
728
728
|
}, [e, t]), n.current;
|
|
729
|
-
},
|
|
729
|
+
}, ki = (e, t, n, i) => e.getFixedT(t, n, i), ks = (e, t, n, i) => is(ki(e, t, n, i), [e, t, n, i]), W = (e, t = {}) => {
|
|
730
730
|
var S, I, B, A;
|
|
731
731
|
const {
|
|
732
732
|
i18n: n
|
|
733
733
|
} = t, {
|
|
734
734
|
i18n: i,
|
|
735
735
|
defaultNS: r
|
|
736
|
-
} =
|
|
737
|
-
if (s && !s.reportNamespaces && (s.reportNamespaces = new
|
|
736
|
+
} = wi(ws) || {}, s = n || i || ys();
|
|
737
|
+
if (s && !s.reportNamespaces && (s.reportNamespaces = new Cs()), !s) {
|
|
738
738
|
Sa(s, "NO_I18NEXT_INSTANCE", "useTranslation: You will need to pass in an i18next instance by using initReactI18next");
|
|
739
|
-
const F = (M, $) => Ve($) ? $ :
|
|
739
|
+
const F = (M, $) => Ve($) ? $ : ds($) && Ve($.defaultValue) ? $.defaultValue : Array.isArray(M) ? M[M.length - 1] : M, N = [F, {}, !1];
|
|
740
740
|
return N.t = F, N.i18n = {}, N.ready = !1, N;
|
|
741
741
|
}
|
|
742
742
|
(S = s.options.react) != null && S.wait && Sa(s, "DEPRECATED_OPTION", "useTranslation: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.");
|
|
743
743
|
const o = {
|
|
744
|
-
...
|
|
744
|
+
...gs(),
|
|
745
745
|
...s.options.react,
|
|
746
746
|
...t
|
|
747
747
|
}, {
|
|
@@ -750,16 +750,16 @@ const Cs = (e, t) => {
|
|
|
750
750
|
} = o;
|
|
751
751
|
let d = r || ((I = s.options) == null ? void 0 : I.defaultNS);
|
|
752
752
|
d = Ve(d) ? [d] : d || ["translation"], (A = (B = s.reportNamespaces).addUsedNamespaces) == null || A.call(B, d);
|
|
753
|
-
const h = (s.isInitialized || s.initializedStoreOnce) && d.every((F) =>
|
|
753
|
+
const h = (s.isInitialized || s.initializedStoreOnce) && d.every((F) => cs(F, s, o)), p = ks(s, t.lng || null, o.nsMode === "fallback" ? d : d[0], c), g = () => p, f = () => ki(s, t.lng || null, o.nsMode === "fallback" ? d : d[0], c), [b, y] = E(g);
|
|
754
754
|
let x = d.join();
|
|
755
755
|
t.lng && (x = `${t.lng}${x}`);
|
|
756
|
-
const v =
|
|
756
|
+
const v = vs(x), w = et(!0);
|
|
757
757
|
me(() => {
|
|
758
758
|
const {
|
|
759
759
|
bindI18n: F,
|
|
760
760
|
bindI18nStore: N
|
|
761
761
|
} = o;
|
|
762
|
-
w.current = !0, !h && !l && (t.lng ?
|
|
762
|
+
w.current = !0, !h && !l && (t.lng ? An(s, t.lng, d, () => {
|
|
763
763
|
w.current && y(f);
|
|
764
764
|
}) : Ia(s, d, () => {
|
|
765
765
|
w.current && y(f);
|
|
@@ -776,7 +776,7 @@ const Cs = (e, t) => {
|
|
|
776
776
|
const j = [b, s, h];
|
|
777
777
|
if (j.t = b, j.i18n = s, j.ready = h, h || !h && !l) return j;
|
|
778
778
|
throw new Promise((F) => {
|
|
779
|
-
t.lng ?
|
|
779
|
+
t.lng ? An(s, t.lng, d, () => F()) : Ia(s, d, () => F());
|
|
780
780
|
});
|
|
781
781
|
};
|
|
782
782
|
var we = function() {
|
|
@@ -788,27 +788,27 @@ var we = function() {
|
|
|
788
788
|
return t;
|
|
789
789
|
}, we.apply(this, arguments);
|
|
790
790
|
};
|
|
791
|
-
function
|
|
791
|
+
function qe(e, t, n) {
|
|
792
792
|
if (n || arguments.length === 2) for (var i = 0, r = t.length, s; i < r; i++)
|
|
793
793
|
(s || !(i in t)) && (s || (s = Array.prototype.slice.call(t, 0, i)), s[i] = t[i]);
|
|
794
794
|
return e.concat(s || Array.prototype.slice.call(t));
|
|
795
795
|
}
|
|
796
|
-
function
|
|
796
|
+
function As(e) {
|
|
797
797
|
var t = /* @__PURE__ */ Object.create(null);
|
|
798
798
|
return function(n) {
|
|
799
799
|
return t[n] === void 0 && (t[n] = e(n)), t[n];
|
|
800
800
|
};
|
|
801
801
|
}
|
|
802
|
-
var
|
|
802
|
+
var js = /^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|disableRemotePlayback|download|draggable|encType|enterKeyHint|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/, Ss = /* @__PURE__ */ As(
|
|
803
803
|
function(e) {
|
|
804
|
-
return
|
|
804
|
+
return js.test(e) || e.charCodeAt(0) === 111 && e.charCodeAt(1) === 110 && e.charCodeAt(2) < 91;
|
|
805
805
|
}
|
|
806
806
|
/* Z+1 */
|
|
807
|
-
), J = "-ms-", gt = "-moz-", K = "-webkit-",
|
|
808
|
-
function
|
|
807
|
+
), J = "-ms-", gt = "-moz-", K = "-webkit-", Ai = "comm", aa = "rule", qa = "decl", Is = "@import", ji = "@keyframes", Bs = "@layer", Si = Math.abs, Ya = String.fromCharCode, Ta = Object.assign;
|
|
808
|
+
function Ts(e, t) {
|
|
809
809
|
return de(e, 0) ^ 45 ? (((t << 2 ^ de(e, 0)) << 2 ^ de(e, 1)) << 2 ^ de(e, 2)) << 2 ^ de(e, 3) : 0;
|
|
810
810
|
}
|
|
811
|
-
function
|
|
811
|
+
function Ii(e) {
|
|
812
812
|
return e.trim();
|
|
813
813
|
}
|
|
814
814
|
function ze(e, t) {
|
|
@@ -829,21 +829,21 @@ function tt(e, t, n) {
|
|
|
829
829
|
function Te(e) {
|
|
830
830
|
return e.length;
|
|
831
831
|
}
|
|
832
|
-
function
|
|
832
|
+
function Bi(e) {
|
|
833
833
|
return e.length;
|
|
834
834
|
}
|
|
835
835
|
function mt(e, t) {
|
|
836
836
|
return t.push(e), e;
|
|
837
837
|
}
|
|
838
|
-
function
|
|
838
|
+
function Ls(e, t) {
|
|
839
839
|
return e.map(t).join("");
|
|
840
840
|
}
|
|
841
|
-
function
|
|
841
|
+
function jn(e, t) {
|
|
842
842
|
return e.filter(function(n) {
|
|
843
843
|
return !ze(n, t);
|
|
844
844
|
});
|
|
845
845
|
}
|
|
846
|
-
var na = 1, at = 1,
|
|
846
|
+
var na = 1, at = 1, Ti = 0, je = 0, se = 0, st = "";
|
|
847
847
|
function ia(e, t, n, i, r, s, o, l) {
|
|
848
848
|
return { value: e, root: t, parent: n, type: i, props: r, children: s, line: na, column: at, length: o, return: "", siblings: l };
|
|
849
849
|
}
|
|
@@ -855,14 +855,14 @@ function Qe(e) {
|
|
|
855
855
|
e = He(e.root, { children: [e] });
|
|
856
856
|
mt(e, e.siblings);
|
|
857
857
|
}
|
|
858
|
-
function
|
|
858
|
+
function Ns() {
|
|
859
859
|
return se;
|
|
860
860
|
}
|
|
861
|
-
function
|
|
861
|
+
function Ps() {
|
|
862
862
|
return se = je > 0 ? de(st, --je) : 0, at--, se === 10 && (at = 1, na--), se;
|
|
863
863
|
}
|
|
864
864
|
function Ie() {
|
|
865
|
-
return se = je <
|
|
865
|
+
return se = je < Ti ? de(st, je++) : 0, at++, se === 10 && (at = 1, na++), se;
|
|
866
866
|
}
|
|
867
867
|
function Ee() {
|
|
868
868
|
return de(st, je);
|
|
@@ -905,21 +905,21 @@ function La(e) {
|
|
|
905
905
|
}
|
|
906
906
|
return 0;
|
|
907
907
|
}
|
|
908
|
-
function Ps(e) {
|
|
909
|
-
return na = at = 1, Bi = Te(st = e), je = 0, [];
|
|
910
|
-
}
|
|
911
908
|
function zs(e) {
|
|
909
|
+
return na = at = 1, Ti = Te(st = e), je = 0, [];
|
|
910
|
+
}
|
|
911
|
+
function Fs(e) {
|
|
912
912
|
return st = "", e;
|
|
913
913
|
}
|
|
914
914
|
function ga(e) {
|
|
915
|
-
return
|
|
915
|
+
return Ii(ra(je - 1, Na(e === 91 ? e + 2 : e === 40 ? e + 1 : e)));
|
|
916
916
|
}
|
|
917
|
-
function
|
|
917
|
+
function Ds(e) {
|
|
918
918
|
for (; (se = Ee()) && se < 33; )
|
|
919
919
|
Ie();
|
|
920
920
|
return La(e) > 2 || La(se) > 3 ? "" : " ";
|
|
921
921
|
}
|
|
922
|
-
function
|
|
922
|
+
function Hs(e, t) {
|
|
923
923
|
for (; --t && Ie() && !(se < 48 || se > 102 || se > 57 && se < 65 || se > 70 && se < 97); )
|
|
924
924
|
;
|
|
925
925
|
return ra(e, Vt() + (t < 6 && Ee() == 32 && Ie() == 32));
|
|
@@ -942,26 +942,26 @@ function Na(e) {
|
|
|
942
942
|
}
|
|
943
943
|
return je;
|
|
944
944
|
}
|
|
945
|
-
function
|
|
945
|
+
function Os(e, t) {
|
|
946
946
|
for (; Ie() && e + se !== 57; )
|
|
947
947
|
if (e + se === 84 && Ee() === 47)
|
|
948
948
|
break;
|
|
949
949
|
return "/*" + ra(t, je - 1) + "*" + Ya(e === 47 ? e : Ie());
|
|
950
950
|
}
|
|
951
|
-
function
|
|
951
|
+
function Ms(e) {
|
|
952
952
|
for (; !La(Ee()); )
|
|
953
953
|
Ie();
|
|
954
954
|
return ra(e, je);
|
|
955
955
|
}
|
|
956
|
-
function
|
|
957
|
-
return
|
|
956
|
+
function Rs(e) {
|
|
957
|
+
return Fs(Et("", null, null, null, [""], e = zs(e), 0, [0], e));
|
|
958
958
|
}
|
|
959
959
|
function Et(e, t, n, i, r, s, o, l, c) {
|
|
960
960
|
for (var d = 0, h = 0, p = o, g = 0, f = 0, b = 0, y = 1, x = 1, v = 1, w = 0, j = "", S = r, I = s, B = i, A = j; x; )
|
|
961
961
|
switch (b = w, w = Ie()) {
|
|
962
962
|
case 40:
|
|
963
963
|
if (b != 108 && de(A, p - 1) == 58) {
|
|
964
|
-
Wt(A += z(ga(w), "&", "&\f"), "&\f",
|
|
964
|
+
Wt(A += z(ga(w), "&", "&\f"), "&\f", Si(d ? l[d - 1] : 0)) != -1 && (v = -1);
|
|
965
965
|
break;
|
|
966
966
|
}
|
|
967
967
|
case 34:
|
|
@@ -973,16 +973,16 @@ function Et(e, t, n, i, r, s, o, l, c) {
|
|
|
973
973
|
case 10:
|
|
974
974
|
case 13:
|
|
975
975
|
case 32:
|
|
976
|
-
A +=
|
|
976
|
+
A += Ds(b);
|
|
977
977
|
break;
|
|
978
978
|
case 92:
|
|
979
|
-
A +=
|
|
979
|
+
A += Hs(Vt() - 1, 7);
|
|
980
980
|
continue;
|
|
981
981
|
case 47:
|
|
982
982
|
switch (Ee()) {
|
|
983
983
|
case 42:
|
|
984
984
|
case 47:
|
|
985
|
-
mt(
|
|
985
|
+
mt(Ws(Os(Ie(), Vt()), t, n, c), c);
|
|
986
986
|
break;
|
|
987
987
|
default:
|
|
988
988
|
A += "/";
|
|
@@ -998,12 +998,12 @@ function Et(e, t, n, i, r, s, o, l, c) {
|
|
|
998
998
|
case 125:
|
|
999
999
|
x = 0;
|
|
1000
1000
|
case 59 + h:
|
|
1001
|
-
v == -1 && (A = z(A, /\f/g, "")), f > 0 && Te(A) - p && mt(f > 32 ?
|
|
1001
|
+
v == -1 && (A = z(A, /\f/g, "")), f > 0 && Te(A) - p && mt(f > 32 ? In(A + ";", i, n, p - 1, c) : In(z(A, " ", "") + ";", i, n, p - 2, c), c);
|
|
1002
1002
|
break;
|
|
1003
1003
|
case 59:
|
|
1004
1004
|
A += ";";
|
|
1005
1005
|
default:
|
|
1006
|
-
if (mt(B =
|
|
1006
|
+
if (mt(B = Sn(A, t, n, d, h, r, l, j, S = [], I = [], p, s), s), w === 123)
|
|
1007
1007
|
if (h === 0)
|
|
1008
1008
|
Et(A, t, B, B, S, s, p, l, I);
|
|
1009
1009
|
else
|
|
@@ -1012,7 +1012,7 @@ function Et(e, t, n, i, r, s, o, l, c) {
|
|
|
1012
1012
|
case 108:
|
|
1013
1013
|
case 109:
|
|
1014
1014
|
case 115:
|
|
1015
|
-
Et(e, B, B, i && mt(
|
|
1015
|
+
Et(e, B, B, i && mt(Sn(e, B, B, 0, 0, r, l, j, r, S = [], p, I), I), r, I, p, l, i ? S : I);
|
|
1016
1016
|
break;
|
|
1017
1017
|
default:
|
|
1018
1018
|
Et(A, B, B, B, [""], I, 0, l, I);
|
|
@@ -1026,7 +1026,7 @@ function Et(e, t, n, i, r, s, o, l, c) {
|
|
|
1026
1026
|
if (y < 1) {
|
|
1027
1027
|
if (w == 123)
|
|
1028
1028
|
--y;
|
|
1029
|
-
else if (w == 125 && y++ == 0 &&
|
|
1029
|
+
else if (w == 125 && y++ == 0 && Ps() == 125)
|
|
1030
1030
|
continue;
|
|
1031
1031
|
}
|
|
1032
1032
|
switch (A += Ya(w), w * y) {
|
|
@@ -1037,7 +1037,7 @@ function Et(e, t, n, i, r, s, o, l, c) {
|
|
|
1037
1037
|
l[d++] = (Te(A) - 1) * v, v = 1;
|
|
1038
1038
|
break;
|
|
1039
1039
|
case 64:
|
|
1040
|
-
Ee() === 45 && (A += ga(Ie())), g = Ee(), h = p = Te(j = A +=
|
|
1040
|
+
Ee() === 45 && (A += ga(Ie())), g = Ee(), h = p = Te(j = A += Ms(Vt())), w++;
|
|
1041
1041
|
break;
|
|
1042
1042
|
case 45:
|
|
1043
1043
|
b === 45 && Te(A) == 2 && (y = 0);
|
|
@@ -1045,20 +1045,20 @@ function Et(e, t, n, i, r, s, o, l, c) {
|
|
|
1045
1045
|
}
|
|
1046
1046
|
return s;
|
|
1047
1047
|
}
|
|
1048
|
-
function
|
|
1049
|
-
for (var g = r - 1, f = r === 0 ? s : [""], b =
|
|
1050
|
-
for (var w = 0, j = tt(e, g + 1, g =
|
|
1051
|
-
(S =
|
|
1048
|
+
function Sn(e, t, n, i, r, s, o, l, c, d, h, p) {
|
|
1049
|
+
for (var g = r - 1, f = r === 0 ? s : [""], b = Bi(f), y = 0, x = 0, v = 0; y < i; ++y)
|
|
1050
|
+
for (var w = 0, j = tt(e, g + 1, g = Si(x = o[y])), S = e; w < b; ++w)
|
|
1051
|
+
(S = Ii(x > 0 ? f[w] + " " + j : z(j, /&\f/g, f[w]))) && (c[v++] = S);
|
|
1052
1052
|
return ia(e, t, n, r === 0 ? aa : l, c, d, h, p);
|
|
1053
1053
|
}
|
|
1054
|
-
function
|
|
1055
|
-
return ia(e, t, n,
|
|
1054
|
+
function Ws(e, t, n, i) {
|
|
1055
|
+
return ia(e, t, n, Ai, Ya(Ns()), tt(e, 2, -2), 0, i);
|
|
1056
1056
|
}
|
|
1057
|
-
function
|
|
1058
|
-
return ia(e, t, n,
|
|
1057
|
+
function In(e, t, n, i, r) {
|
|
1058
|
+
return ia(e, t, n, qa, tt(e, 0, i), tt(e, i + 1, -1), i, r);
|
|
1059
1059
|
}
|
|
1060
|
-
function
|
|
1061
|
-
switch (
|
|
1060
|
+
function Li(e, t, n) {
|
|
1061
|
+
switch (Ts(e, t)) {
|
|
1062
1062
|
case 5103:
|
|
1063
1063
|
return K + "print-" + e + e;
|
|
1064
1064
|
case 5737:
|
|
@@ -1172,7 +1172,7 @@ function Ti(e, t, n) {
|
|
|
1172
1172
|
case 102:
|
|
1173
1173
|
return z(e, /(.+:)(.+)-([^]+)/, "$1" + K + "$2-$3$1" + gt + (de(e, t + 3) == 108 ? "$3" : "$2-$3")) + e;
|
|
1174
1174
|
case 115:
|
|
1175
|
-
return ~Wt(e, "stretch", 0) ?
|
|
1175
|
+
return ~Wt(e, "stretch", 0) ? Li(z(e, "stretch", "fill-available"), t, n) + e : e;
|
|
1176
1176
|
}
|
|
1177
1177
|
break;
|
|
1178
1178
|
case 5152:
|
|
@@ -1201,65 +1201,65 @@ function Ti(e, t, n) {
|
|
|
1201
1201
|
}
|
|
1202
1202
|
return e;
|
|
1203
1203
|
}
|
|
1204
|
-
function
|
|
1204
|
+
function qt(e, t) {
|
|
1205
1205
|
for (var n = "", i = 0; i < e.length; i++)
|
|
1206
1206
|
n += t(e[i], i, e, t) || "";
|
|
1207
1207
|
return n;
|
|
1208
1208
|
}
|
|
1209
|
-
function
|
|
1209
|
+
function Vs(e, t, n, i) {
|
|
1210
1210
|
switch (e.type) {
|
|
1211
|
-
case
|
|
1211
|
+
case Bs:
|
|
1212
1212
|
if (e.children.length) break;
|
|
1213
|
-
case
|
|
1214
|
-
case
|
|
1213
|
+
case Is:
|
|
1214
|
+
case qa:
|
|
1215
1215
|
return e.return = e.return || e.value;
|
|
1216
|
-
case ki:
|
|
1217
|
-
return "";
|
|
1218
1216
|
case Ai:
|
|
1219
|
-
return
|
|
1217
|
+
return "";
|
|
1218
|
+
case ji:
|
|
1219
|
+
return e.return = e.value + "{" + qt(e.children, i) + "}";
|
|
1220
1220
|
case aa:
|
|
1221
1221
|
if (!Te(e.value = e.props.join(","))) return "";
|
|
1222
1222
|
}
|
|
1223
|
-
return Te(n =
|
|
1223
|
+
return Te(n = qt(e.children, i)) ? e.return = e.value + "{" + n + "}" : "";
|
|
1224
1224
|
}
|
|
1225
|
-
function
|
|
1226
|
-
var t =
|
|
1225
|
+
function Es(e) {
|
|
1226
|
+
var t = Bi(e);
|
|
1227
1227
|
return function(n, i, r, s) {
|
|
1228
1228
|
for (var o = "", l = 0; l < t; l++)
|
|
1229
1229
|
o += e[l](n, i, r, s) || "";
|
|
1230
1230
|
return o;
|
|
1231
1231
|
};
|
|
1232
1232
|
}
|
|
1233
|
-
function
|
|
1233
|
+
function Gs(e) {
|
|
1234
1234
|
return function(t) {
|
|
1235
1235
|
t.root || (t = t.return) && e(t);
|
|
1236
1236
|
};
|
|
1237
1237
|
}
|
|
1238
|
-
function
|
|
1238
|
+
function Us(e, t, n, i) {
|
|
1239
1239
|
if (e.length > -1 && !e.return)
|
|
1240
1240
|
switch (e.type) {
|
|
1241
|
-
case
|
|
1242
|
-
e.return =
|
|
1241
|
+
case qa:
|
|
1242
|
+
e.return = Li(e.value, e.length, n);
|
|
1243
1243
|
return;
|
|
1244
|
-
case
|
|
1245
|
-
return
|
|
1244
|
+
case ji:
|
|
1245
|
+
return qt([He(e, { value: z(e.value, "@", "@" + K) })], i);
|
|
1246
1246
|
case aa:
|
|
1247
1247
|
if (e.length)
|
|
1248
|
-
return
|
|
1248
|
+
return Ls(n = e.props, function(r) {
|
|
1249
1249
|
switch (ze(r, i = /(::plac\w+|:read-\w+)/)) {
|
|
1250
1250
|
case ":read-only":
|
|
1251
1251
|
case ":read-write":
|
|
1252
|
-
Qe(He(e, { props: [z(r, /:(read-\w+)/, ":" + gt + "$1")] })), Qe(He(e, { props: [r] })), Ta(e, { props:
|
|
1252
|
+
Qe(He(e, { props: [z(r, /:(read-\w+)/, ":" + gt + "$1")] })), Qe(He(e, { props: [r] })), Ta(e, { props: jn(n, i) });
|
|
1253
1253
|
break;
|
|
1254
1254
|
case "::placeholder":
|
|
1255
|
-
Qe(He(e, { props: [z(r, /:(plac\w+)/, ":" + K + "input-$1")] })), Qe(He(e, { props: [z(r, /:(plac\w+)/, ":" + gt + "$1")] })), Qe(He(e, { props: [z(r, /:(plac\w+)/, J + "input-$1")] })), Qe(He(e, { props: [r] })), Ta(e, { props:
|
|
1255
|
+
Qe(He(e, { props: [z(r, /:(plac\w+)/, ":" + K + "input-$1")] })), Qe(He(e, { props: [z(r, /:(plac\w+)/, ":" + gt + "$1")] })), Qe(He(e, { props: [z(r, /:(plac\w+)/, J + "input-$1")] })), Qe(He(e, { props: [r] })), Ta(e, { props: jn(n, i) });
|
|
1256
1256
|
break;
|
|
1257
1257
|
}
|
|
1258
1258
|
return "";
|
|
1259
1259
|
});
|
|
1260
1260
|
}
|
|
1261
1261
|
}
|
|
1262
|
-
var
|
|
1262
|
+
var Ks = {
|
|
1263
1263
|
animationIterationCount: 1,
|
|
1264
1264
|
aspectRatio: 1,
|
|
1265
1265
|
borderImageOutset: 1,
|
|
@@ -1307,8 +1307,8 @@ var Us = {
|
|
|
1307
1307
|
strokeMiterlimit: 1,
|
|
1308
1308
|
strokeOpacity: 1,
|
|
1309
1309
|
strokeWidth: 1
|
|
1310
|
-
},
|
|
1311
|
-
`,
|
|
1310
|
+
}, Ye = typeof process < "u" && process.env !== void 0 && (process.env.REACT_APP_SC_ATTR || process.env.SC_ATTR) || "data-styled", Ni = "active", Pi = "data-styled-version", sa = "6.1.19", Za = `/*!sc*/
|
|
1311
|
+
`, Yt = typeof window < "u" && typeof document < "u", qs = !!(typeof SC_DISABLE_SPEEDY == "boolean" ? SC_DISABLE_SPEEDY : typeof process < "u" && process.env !== void 0 && process.env.REACT_APP_SC_DISABLE_SPEEDY !== void 0 && process.env.REACT_APP_SC_DISABLE_SPEEDY !== "" ? process.env.REACT_APP_SC_DISABLE_SPEEDY !== "false" && process.env.REACT_APP_SC_DISABLE_SPEEDY : typeof process < "u" && process.env !== void 0 && process.env.SC_DISABLE_SPEEDY !== void 0 && process.env.SC_DISABLE_SPEEDY !== "" ? process.env.SC_DISABLE_SPEEDY !== "false" && process.env.SC_DISABLE_SPEEDY : process.env.NODE_ENV !== "production"), Bn = /invalid hook call/i, St = /* @__PURE__ */ new Set(), Ys = function(e, t) {
|
|
1312
1312
|
if (process.env.NODE_ENV !== "production") {
|
|
1313
1313
|
var n = t ? ' with the id of "'.concat(t, '"') : "", i = "The component ".concat(e).concat(n, ` has been created dynamically.
|
|
1314
1314
|
`) + `You may see this warning because you've called styled inside another component.
|
|
@@ -1319,65 +1319,65 @@ See https://styled-components.com/docs/basics#define-styled-components-outside-o
|
|
|
1319
1319
|
var s = !0;
|
|
1320
1320
|
console.error = function(o) {
|
|
1321
1321
|
for (var l = [], c = 1; c < arguments.length; c++) l[c - 1] = arguments[c];
|
|
1322
|
-
|
|
1322
|
+
Bn.test(o) ? (s = !1, St.delete(i)) : r.apply(void 0, qe([o], l, !1));
|
|
1323
1323
|
}, et(), s && !St.has(i) && (console.warn(i), St.add(i));
|
|
1324
1324
|
} catch (o) {
|
|
1325
|
-
|
|
1325
|
+
Bn.test(o.message) && St.delete(i);
|
|
1326
1326
|
} finally {
|
|
1327
1327
|
console.error = r;
|
|
1328
1328
|
}
|
|
1329
1329
|
}
|
|
1330
1330
|
}, oa = Object.freeze([]), nt = Object.freeze({});
|
|
1331
|
-
function
|
|
1331
|
+
function Zs(e, t, n) {
|
|
1332
1332
|
return n === void 0 && (n = nt), e.theme !== n.theme && e.theme || t || n.theme;
|
|
1333
1333
|
}
|
|
1334
|
-
var Pa = /* @__PURE__ */ new Set(["a", "abbr", "address", "area", "article", "aside", "audio", "b", "base", "bdi", "bdo", "big", "blockquote", "body", "br", "button", "canvas", "caption", "cite", "code", "col", "colgroup", "data", "datalist", "dd", "del", "details", "dfn", "dialog", "div", "dl", "dt", "em", "embed", "fieldset", "figcaption", "figure", "footer", "form", "h1", "h2", "h3", "h4", "h5", "h6", "header", "hgroup", "hr", "html", "i", "iframe", "img", "input", "ins", "kbd", "keygen", "label", "legend", "li", "link", "main", "map", "mark", "menu", "menuitem", "meta", "meter", "nav", "noscript", "object", "ol", "optgroup", "option", "output", "p", "param", "picture", "pre", "progress", "q", "rp", "rt", "ruby", "s", "samp", "script", "section", "select", "small", "source", "span", "strong", "style", "sub", "summary", "sup", "table", "tbody", "td", "textarea", "tfoot", "th", "thead", "time", "tr", "track", "u", "ul", "use", "var", "video", "wbr", "circle", "clipPath", "defs", "ellipse", "foreignObject", "g", "image", "line", "linearGradient", "marker", "mask", "path", "pattern", "polygon", "polyline", "radialGradient", "rect", "stop", "svg", "text", "tspan"]),
|
|
1335
|
-
function
|
|
1336
|
-
return e.replace(
|
|
1334
|
+
var Pa = /* @__PURE__ */ new Set(["a", "abbr", "address", "area", "article", "aside", "audio", "b", "base", "bdi", "bdo", "big", "blockquote", "body", "br", "button", "canvas", "caption", "cite", "code", "col", "colgroup", "data", "datalist", "dd", "del", "details", "dfn", "dialog", "div", "dl", "dt", "em", "embed", "fieldset", "figcaption", "figure", "footer", "form", "h1", "h2", "h3", "h4", "h5", "h6", "header", "hgroup", "hr", "html", "i", "iframe", "img", "input", "ins", "kbd", "keygen", "label", "legend", "li", "link", "main", "map", "mark", "menu", "menuitem", "meta", "meter", "nav", "noscript", "object", "ol", "optgroup", "option", "output", "p", "param", "picture", "pre", "progress", "q", "rp", "rt", "ruby", "s", "samp", "script", "section", "select", "small", "source", "span", "strong", "style", "sub", "summary", "sup", "table", "tbody", "td", "textarea", "tfoot", "th", "thead", "time", "tr", "track", "u", "ul", "use", "var", "video", "wbr", "circle", "clipPath", "defs", "ellipse", "foreignObject", "g", "image", "line", "linearGradient", "marker", "mask", "path", "pattern", "polygon", "polyline", "radialGradient", "rect", "stop", "svg", "text", "tspan"]), Xs = /[!"#$%&'()*+,./:;<=>?@[\\\]^`{|}~-]+/g, Qs = /(^-|-$)/g;
|
|
1335
|
+
function Tn(e) {
|
|
1336
|
+
return e.replace(Xs, "-").replace(Qs, "");
|
|
1337
1337
|
}
|
|
1338
|
-
var
|
|
1338
|
+
var Js = /(a)(d)/gi, It = 52, Ln = function(e) {
|
|
1339
1339
|
return String.fromCharCode(e + (e > 25 ? 39 : 97));
|
|
1340
1340
|
};
|
|
1341
1341
|
function za(e) {
|
|
1342
1342
|
var t, n = "";
|
|
1343
|
-
for (t = Math.abs(e); t > It; t = t / It | 0) n =
|
|
1344
|
-
return (
|
|
1343
|
+
for (t = Math.abs(e); t > It; t = t / It | 0) n = Ln(t % It) + n;
|
|
1344
|
+
return (Ln(t % It) + n).replace(Js, "$1-$2");
|
|
1345
1345
|
}
|
|
1346
|
-
var ba,
|
|
1346
|
+
var ba, zi = 5381, Re = function(e, t) {
|
|
1347
1347
|
for (var n = t.length; n; ) e = 33 * e ^ t.charCodeAt(--n);
|
|
1348
1348
|
return e;
|
|
1349
|
-
},
|
|
1350
|
-
return Re(
|
|
1349
|
+
}, Fi = function(e) {
|
|
1350
|
+
return Re(zi, e);
|
|
1351
1351
|
};
|
|
1352
|
-
function Fi(e) {
|
|
1353
|
-
return za(zi(e) >>> 0);
|
|
1354
|
-
}
|
|
1355
1352
|
function Di(e) {
|
|
1353
|
+
return za(Fi(e) >>> 0);
|
|
1354
|
+
}
|
|
1355
|
+
function Hi(e) {
|
|
1356
1356
|
return process.env.NODE_ENV !== "production" && typeof e == "string" && e || e.displayName || e.name || "Component";
|
|
1357
1357
|
}
|
|
1358
1358
|
function ya(e) {
|
|
1359
1359
|
return typeof e == "string" && (process.env.NODE_ENV === "production" || e.charAt(0) === e.charAt(0).toLowerCase());
|
|
1360
1360
|
}
|
|
1361
|
-
var
|
|
1362
|
-
function
|
|
1363
|
-
return ("type" in (t = e) && t.type.$$typeof) ===
|
|
1361
|
+
var Oi = typeof Symbol == "function" && Symbol.for, Mi = Oi ? Symbol.for("react.memo") : 60115, $s = Oi ? Symbol.for("react.forward_ref") : 60112, _s = { childContextTypes: !0, contextType: !0, contextTypes: !0, defaultProps: !0, displayName: !0, getDefaultProps: !0, getDerivedStateFromError: !0, getDerivedStateFromProps: !0, mixins: !0, propTypes: !0, type: !0 }, eo = { name: !0, length: !0, prototype: !0, caller: !0, callee: !0, arguments: !0, arity: !0 }, Ri = { $$typeof: !0, compare: !0, defaultProps: !0, displayName: !0, propTypes: !0, type: !0 }, to = ((ba = {})[$s] = { $$typeof: !0, render: !0, defaultProps: !0, displayName: !0, propTypes: !0 }, ba[Mi] = Ri, ba);
|
|
1362
|
+
function Nn(e) {
|
|
1363
|
+
return ("type" in (t = e) && t.type.$$typeof) === Mi ? Ri : "$$typeof" in e ? to[e.$$typeof] : _s;
|
|
1364
1364
|
var t;
|
|
1365
1365
|
}
|
|
1366
|
-
var
|
|
1367
|
-
function
|
|
1366
|
+
var ao = Object.defineProperty, no = Object.getOwnPropertyNames, Pn = Object.getOwnPropertySymbols, io = Object.getOwnPropertyDescriptor, ro = Object.getPrototypeOf, zn = Object.prototype;
|
|
1367
|
+
function Wi(e, t, n) {
|
|
1368
1368
|
if (typeof t != "string") {
|
|
1369
|
-
if (
|
|
1370
|
-
var i =
|
|
1371
|
-
i && i !==
|
|
1369
|
+
if (zn) {
|
|
1370
|
+
var i = ro(t);
|
|
1371
|
+
i && i !== zn && Wi(e, i, n);
|
|
1372
1372
|
}
|
|
1373
|
-
var r =
|
|
1374
|
-
|
|
1375
|
-
for (var s =
|
|
1373
|
+
var r = no(t);
|
|
1374
|
+
Pn && (r = r.concat(Pn(t)));
|
|
1375
|
+
for (var s = Nn(e), o = Nn(t), l = 0; l < r.length; ++l) {
|
|
1376
1376
|
var c = r[l];
|
|
1377
|
-
if (!(c in
|
|
1378
|
-
var d =
|
|
1377
|
+
if (!(c in eo || n && n[c] || o && c in o || s && c in s)) {
|
|
1378
|
+
var d = io(t, c);
|
|
1379
1379
|
try {
|
|
1380
|
-
|
|
1380
|
+
ao(e, c, d);
|
|
1381
1381
|
} catch {
|
|
1382
1382
|
}
|
|
1383
1383
|
}
|
|
@@ -1388,7 +1388,7 @@ function Ri(e, t, n) {
|
|
|
1388
1388
|
function it(e) {
|
|
1389
1389
|
return typeof e == "function";
|
|
1390
1390
|
}
|
|
1391
|
-
function
|
|
1391
|
+
function Xa(e) {
|
|
1392
1392
|
return typeof e == "object" && "styledComponentId" in e;
|
|
1393
1393
|
}
|
|
1394
1394
|
function We(e, t) {
|
|
@@ -1408,10 +1408,10 @@ function Da(e, t, n) {
|
|
|
1408
1408
|
else if (rt(t)) for (var i in t) e[i] = Da(e[i], t[i]);
|
|
1409
1409
|
return e;
|
|
1410
1410
|
}
|
|
1411
|
-
function
|
|
1411
|
+
function Qa(e, t) {
|
|
1412
1412
|
Object.defineProperty(e, "toString", { value: t });
|
|
1413
1413
|
}
|
|
1414
|
-
var
|
|
1414
|
+
var so = process.env.NODE_ENV !== "production" ? { 1: `Cannot create styled-component for component: %s.
|
|
1415
1415
|
|
|
1416
1416
|
`, 2: `Can't collect styles once you've consumed a \`ServerStyleSheet\`'s styles! \`ServerStyleSheet\` is a one off instance for each server-side render cycle.
|
|
1417
1417
|
|
|
@@ -1453,7 +1453,7 @@ as for instance in your render method then you may be running into this limitati
|
|
|
1453
1453
|
`, 17: `CSSStyleSheet could not be found on HTMLStyleElement.
|
|
1454
1454
|
Has styled-components' style tag been unmounted or altered by another script?
|
|
1455
1455
|
`, 18: "ThemeProvider: Please make sure your useTheme hook is within a `<ThemeProvider>`" } : {};
|
|
1456
|
-
function
|
|
1456
|
+
function oo() {
|
|
1457
1457
|
for (var e = [], t = 0; t < arguments.length; t++) e[t] = arguments[t];
|
|
1458
1458
|
for (var n = e[0], i = [], r = 1, s = e.length; r < s; r += 1) i.push(e[r]);
|
|
1459
1459
|
return i.forEach(function(o) {
|
|
@@ -1462,9 +1462,9 @@ function so() {
|
|
|
1462
1462
|
}
|
|
1463
1463
|
function ot(e) {
|
|
1464
1464
|
for (var t = [], n = 1; n < arguments.length; n++) t[n - 1] = arguments[n];
|
|
1465
|
-
return process.env.NODE_ENV === "production" ? new Error("An error occurred. See https://github.com/styled-components/styled-components/blob/main/packages/styled-components/src/utils/errors.md#".concat(e, " for more information.").concat(t.length > 0 ? " Args: ".concat(t.join(", ")) : "")) : new Error(
|
|
1465
|
+
return process.env.NODE_ENV === "production" ? new Error("An error occurred. See https://github.com/styled-components/styled-components/blob/main/packages/styled-components/src/utils/errors.md#".concat(e, " for more information.").concat(t.length > 0 ? " Args: ".concat(t.join(", ")) : "")) : new Error(oo.apply(void 0, qe([so[e]], t, !1)).trim());
|
|
1466
1466
|
}
|
|
1467
|
-
var
|
|
1467
|
+
var lo = function() {
|
|
1468
1468
|
function e(t) {
|
|
1469
1469
|
this.groupSizes = new Uint32Array(512), this.length = 512, this.tag = t;
|
|
1470
1470
|
}
|
|
@@ -1487,50 +1487,50 @@ var oo = function() {
|
|
|
1487
1487
|
}, e.prototype.getGroup = function(t) {
|
|
1488
1488
|
var n = "";
|
|
1489
1489
|
if (t >= this.length || this.groupSizes[t] === 0) return n;
|
|
1490
|
-
for (var i = this.groupSizes[t], r = this.indexOfGroup(t), s = r + i, o = r; o < s; o++) n += "".concat(this.tag.getRule(o)).concat(
|
|
1490
|
+
for (var i = this.groupSizes[t], r = this.indexOfGroup(t), s = r + i, o = r; o < s; o++) n += "".concat(this.tag.getRule(o)).concat(Za);
|
|
1491
1491
|
return n;
|
|
1492
1492
|
}, e;
|
|
1493
|
-
}(),
|
|
1493
|
+
}(), co = 1 << 30, Gt = /* @__PURE__ */ new Map(), Zt = /* @__PURE__ */ new Map(), Ut = 1, Bt = function(e) {
|
|
1494
1494
|
if (Gt.has(e)) return Gt.get(e);
|
|
1495
1495
|
for (; Zt.has(Ut); ) Ut++;
|
|
1496
1496
|
var t = Ut++;
|
|
1497
|
-
if (process.env.NODE_ENV !== "production" && ((0 | t) < 0 || t >
|
|
1497
|
+
if (process.env.NODE_ENV !== "production" && ((0 | t) < 0 || t > co)) throw ot(16, "".concat(t));
|
|
1498
1498
|
return Gt.set(e, t), Zt.set(t, e), t;
|
|
1499
|
-
},
|
|
1499
|
+
}, ho = function(e, t) {
|
|
1500
1500
|
Ut = t + 1, Gt.set(e, t), Zt.set(t, e);
|
|
1501
|
-
},
|
|
1501
|
+
}, uo = "style[".concat(Ye, "][").concat(Pi, '="').concat(sa, '"]'), po = new RegExp("^".concat(Ye, '\\.g(\\d+)\\[id="([\\w\\d-]+)"\\].*?"([^"]*)')), fo = function(e, t, n) {
|
|
1502
1502
|
for (var i, r = n.split(","), s = 0, o = r.length; s < o; s++) (i = r[s]) && e.registerName(t, i);
|
|
1503
|
-
},
|
|
1504
|
-
for (var n, i = ((n = t.textContent) !== null && n !== void 0 ? n : "").split(
|
|
1503
|
+
}, mo = function(e, t) {
|
|
1504
|
+
for (var n, i = ((n = t.textContent) !== null && n !== void 0 ? n : "").split(Za), r = [], s = 0, o = i.length; s < o; s++) {
|
|
1505
1505
|
var l = i[s].trim();
|
|
1506
1506
|
if (l) {
|
|
1507
|
-
var c = l.match(
|
|
1507
|
+
var c = l.match(po);
|
|
1508
1508
|
if (c) {
|
|
1509
1509
|
var d = 0 | parseInt(c[1], 10), h = c[2];
|
|
1510
|
-
d !== 0 && (
|
|
1510
|
+
d !== 0 && (ho(h, d), fo(e, h, c[3]), e.getTag().insertRules(d, r)), r.length = 0;
|
|
1511
1511
|
} else r.push(l);
|
|
1512
1512
|
}
|
|
1513
1513
|
}
|
|
1514
|
-
},
|
|
1515
|
-
for (var t = document.querySelectorAll(
|
|
1514
|
+
}, Fn = function(e) {
|
|
1515
|
+
for (var t = document.querySelectorAll(uo), n = 0, i = t.length; n < i; n++) {
|
|
1516
1516
|
var r = t[n];
|
|
1517
|
-
r && r.getAttribute(
|
|
1517
|
+
r && r.getAttribute(Ye) !== Ni && (mo(e, r), r.parentNode && r.parentNode.removeChild(r));
|
|
1518
1518
|
}
|
|
1519
1519
|
};
|
|
1520
|
-
function
|
|
1520
|
+
function go() {
|
|
1521
1521
|
return typeof __webpack_nonce__ < "u" ? __webpack_nonce__ : null;
|
|
1522
1522
|
}
|
|
1523
|
-
var
|
|
1523
|
+
var Vi = function(e) {
|
|
1524
1524
|
var t = document.head, n = e || t, i = document.createElement("style"), r = function(l) {
|
|
1525
|
-
var c = Array.from(l.querySelectorAll("style[".concat(
|
|
1525
|
+
var c = Array.from(l.querySelectorAll("style[".concat(Ye, "]")));
|
|
1526
1526
|
return c[c.length - 1];
|
|
1527
1527
|
}(n), s = r !== void 0 ? r.nextSibling : null;
|
|
1528
|
-
i.setAttribute(
|
|
1529
|
-
var o =
|
|
1528
|
+
i.setAttribute(Ye, Ni), i.setAttribute(Pi, sa);
|
|
1529
|
+
var o = go();
|
|
1530
1530
|
return o && i.setAttribute("nonce", o), n.insertBefore(i, s), i;
|
|
1531
|
-
},
|
|
1531
|
+
}, bo = function() {
|
|
1532
1532
|
function e(t) {
|
|
1533
|
-
this.element =
|
|
1533
|
+
this.element = Vi(t), this.element.appendChild(document.createTextNode("")), this.sheet = function(n) {
|
|
1534
1534
|
if (n.sheet) return n.sheet;
|
|
1535
1535
|
for (var i = document.styleSheets, r = 0, s = i.length; r < s; r++) {
|
|
1536
1536
|
var o = i[r];
|
|
@@ -1551,9 +1551,9 @@ var Wi = function(e) {
|
|
|
1551
1551
|
var n = this.sheet.cssRules[t];
|
|
1552
1552
|
return n && n.cssText ? n.cssText : "";
|
|
1553
1553
|
}, e;
|
|
1554
|
-
}(),
|
|
1554
|
+
}(), yo = function() {
|
|
1555
1555
|
function e(t) {
|
|
1556
|
-
this.element =
|
|
1556
|
+
this.element = Vi(t), this.nodes = this.element.childNodes, this.length = 0;
|
|
1557
1557
|
}
|
|
1558
1558
|
return e.prototype.insertRule = function(t, n) {
|
|
1559
1559
|
if (t <= this.length && t >= 0) {
|
|
@@ -1566,7 +1566,7 @@ var Wi = function(e) {
|
|
|
1566
1566
|
}, e.prototype.getRule = function(t) {
|
|
1567
1567
|
return t < this.length ? this.nodes[t].textContent : "";
|
|
1568
1568
|
}, e;
|
|
1569
|
-
}(),
|
|
1569
|
+
}(), xo = function() {
|
|
1570
1570
|
function e(t) {
|
|
1571
1571
|
this.rules = [], this.length = 0;
|
|
1572
1572
|
}
|
|
@@ -1577,11 +1577,11 @@ var Wi = function(e) {
|
|
|
1577
1577
|
}, e.prototype.getRule = function(t) {
|
|
1578
1578
|
return t < this.length ? this.rules[t] : "";
|
|
1579
1579
|
}, e;
|
|
1580
|
-
}(),
|
|
1580
|
+
}(), Dn = Yt, wo = { isServer: !Yt, useCSSOMInjection: !qs }, Ei = function() {
|
|
1581
1581
|
function e(t, n, i) {
|
|
1582
1582
|
t === void 0 && (t = nt), n === void 0 && (n = {});
|
|
1583
1583
|
var r = this;
|
|
1584
|
-
this.options = we(we({},
|
|
1584
|
+
this.options = we(we({}, wo), t), this.gs = n, this.names = new Map(i), this.server = !!t.isServer, !this.server && Yt && Dn && (Dn = !1, Fn(this)), Qa(this, function() {
|
|
1585
1585
|
return function(s) {
|
|
1586
1586
|
for (var o = s.getTag(), l = o.length, c = "", d = function(p) {
|
|
1587
1587
|
var g = function(v) {
|
|
@@ -1590,10 +1590,10 @@ var Wi = function(e) {
|
|
|
1590
1590
|
if (g === void 0) return "continue";
|
|
1591
1591
|
var f = s.names.get(g), b = o.getGroup(p);
|
|
1592
1592
|
if (f === void 0 || !f.size || b.length === 0) return "continue";
|
|
1593
|
-
var y = "".concat(
|
|
1593
|
+
var y = "".concat(Ye, ".g").concat(p, '[id="').concat(g, '"]'), x = "";
|
|
1594
1594
|
f !== void 0 && f.forEach(function(v) {
|
|
1595
1595
|
v.length > 0 && (x += "".concat(v, ","));
|
|
1596
|
-
}), c += "".concat(b).concat(y, '{content:"').concat(x, '"}').concat(
|
|
1596
|
+
}), c += "".concat(b).concat(y, '{content:"').concat(x, '"}').concat(Za);
|
|
1597
1597
|
}, h = 0; h < l; h++) d(h);
|
|
1598
1598
|
return c;
|
|
1599
1599
|
}(r);
|
|
@@ -1602,7 +1602,7 @@ var Wi = function(e) {
|
|
|
1602
1602
|
return e.registerId = function(t) {
|
|
1603
1603
|
return Bt(t);
|
|
1604
1604
|
}, e.prototype.rehydrate = function() {
|
|
1605
|
-
!this.server &&
|
|
1605
|
+
!this.server && Yt && Fn(this);
|
|
1606
1606
|
}, e.prototype.reconstructWithOptions = function(t, n) {
|
|
1607
1607
|
return n === void 0 && (n = !0), new e(we(we({}, this.options), t), this.gs, n && this.names || void 0);
|
|
1608
1608
|
}, e.prototype.allocateGSInstance = function(t) {
|
|
@@ -1610,8 +1610,8 @@ var Wi = function(e) {
|
|
|
1610
1610
|
}, e.prototype.getTag = function() {
|
|
1611
1611
|
return this.tag || (this.tag = (t = function(n) {
|
|
1612
1612
|
var i = n.useCSSOMInjection, r = n.target;
|
|
1613
|
-
return n.isServer ? new
|
|
1614
|
-
}(this.options), new
|
|
1613
|
+
return n.isServer ? new xo(r) : i ? new bo(r) : new yo(r);
|
|
1614
|
+
}(this.options), new lo(t)));
|
|
1615
1615
|
var t;
|
|
1616
1616
|
}, e.prototype.hasNameForId = function(t, n) {
|
|
1617
1617
|
return this.names.has(t) && this.names.get(t).has(n);
|
|
@@ -1630,39 +1630,39 @@ var Wi = function(e) {
|
|
|
1630
1630
|
}, e.prototype.clearTag = function() {
|
|
1631
1631
|
this.tag = void 0;
|
|
1632
1632
|
}, e;
|
|
1633
|
-
}(),
|
|
1634
|
-
function
|
|
1633
|
+
}(), Co = /&/g, vo = /^\s*\/\/.*$/gm;
|
|
1634
|
+
function Gi(e, t) {
|
|
1635
1635
|
return e.map(function(n) {
|
|
1636
1636
|
return n.type === "rule" && (n.value = "".concat(t, " ").concat(n.value), n.value = n.value.replaceAll(",", ",".concat(t, " ")), n.props = n.props.map(function(i) {
|
|
1637
1637
|
return "".concat(t, " ").concat(i);
|
|
1638
|
-
})), Array.isArray(n.children) && n.type !== "@keyframes" && (n.children =
|
|
1638
|
+
})), Array.isArray(n.children) && n.type !== "@keyframes" && (n.children = Gi(n.children, t)), n;
|
|
1639
1639
|
});
|
|
1640
1640
|
}
|
|
1641
|
-
function
|
|
1641
|
+
function ko(e) {
|
|
1642
1642
|
var t, n, i, r = nt, s = r.options, o = s === void 0 ? nt : s, l = r.plugins, c = l === void 0 ? oa : l, d = function(g, f, b) {
|
|
1643
1643
|
return b.startsWith(n) && b.endsWith(n) && b.replaceAll(n, "").length > 0 ? ".".concat(t) : g;
|
|
1644
1644
|
}, h = c.slice();
|
|
1645
1645
|
h.push(function(g) {
|
|
1646
|
-
g.type === aa && g.value.includes("&") && (g.props[0] = g.props[0].replace(
|
|
1647
|
-
}), o.prefix && h.push(
|
|
1646
|
+
g.type === aa && g.value.includes("&") && (g.props[0] = g.props[0].replace(Co, n).replace(i, d));
|
|
1647
|
+
}), o.prefix && h.push(Us), h.push(Vs);
|
|
1648
1648
|
var p = function(g, f, b, y) {
|
|
1649
1649
|
f === void 0 && (f = ""), b === void 0 && (b = ""), y === void 0 && (y = "&"), t = y, n = f, i = new RegExp("\\".concat(n, "\\b"), "g");
|
|
1650
|
-
var x = g.replace(
|
|
1651
|
-
o.namespace && (v =
|
|
1650
|
+
var x = g.replace(vo, ""), v = Rs(b || f ? "".concat(b, " ").concat(f, " { ").concat(x, " }") : x);
|
|
1651
|
+
o.namespace && (v = Gi(v, o.namespace));
|
|
1652
1652
|
var w = [];
|
|
1653
|
-
return
|
|
1653
|
+
return qt(v, Es(h.concat(Gs(function(j) {
|
|
1654
1654
|
return w.push(j);
|
|
1655
1655
|
})))), w;
|
|
1656
1656
|
};
|
|
1657
1657
|
return p.hash = c.length ? c.reduce(function(g, f) {
|
|
1658
1658
|
return f.name || ot(15), Re(g, f.name);
|
|
1659
|
-
},
|
|
1659
|
+
}, zi).toString() : "", p;
|
|
1660
1660
|
}
|
|
1661
|
-
var
|
|
1662
|
-
|
|
1661
|
+
var Ao = new Ei(), Ha = ko(), Ui = Ke.createContext({ shouldForwardProp: void 0, styleSheet: Ao, stylis: Ha });
|
|
1662
|
+
Ui.Consumer;
|
|
1663
1663
|
Ke.createContext(void 0);
|
|
1664
|
-
function
|
|
1665
|
-
return
|
|
1664
|
+
function Hn() {
|
|
1665
|
+
return wi(Ui);
|
|
1666
1666
|
}
|
|
1667
1667
|
var Oa = function() {
|
|
1668
1668
|
function e(t, n) {
|
|
@@ -1671,57 +1671,57 @@ var Oa = function() {
|
|
|
1671
1671
|
s === void 0 && (s = Ha);
|
|
1672
1672
|
var o = i.name + s.hash;
|
|
1673
1673
|
r.hasNameForId(i.id, o) || r.insertRules(i.id, o, s(i.rules, o, "@keyframes"));
|
|
1674
|
-
}, this.name = t, this.id = "sc-keyframes-".concat(t), this.rules = n,
|
|
1674
|
+
}, this.name = t, this.id = "sc-keyframes-".concat(t), this.rules = n, Qa(this, function() {
|
|
1675
1675
|
throw ot(12, String(i.name));
|
|
1676
1676
|
});
|
|
1677
1677
|
}
|
|
1678
1678
|
return e.prototype.getName = function(t) {
|
|
1679
1679
|
return t === void 0 && (t = Ha), this.name + t.hash;
|
|
1680
1680
|
}, e;
|
|
1681
|
-
}(),
|
|
1681
|
+
}(), jo = function(e) {
|
|
1682
1682
|
return e >= "A" && e <= "Z";
|
|
1683
1683
|
};
|
|
1684
|
-
function
|
|
1684
|
+
function On(e) {
|
|
1685
1685
|
for (var t = "", n = 0; n < e.length; n++) {
|
|
1686
1686
|
var i = e[n];
|
|
1687
1687
|
if (n === 1 && i === "-" && e[0] === "-") return e;
|
|
1688
|
-
|
|
1688
|
+
jo(i) ? t += "-" + i.toLowerCase() : t += i;
|
|
1689
1689
|
}
|
|
1690
1690
|
return t.startsWith("ms-") ? "-" + t : t;
|
|
1691
1691
|
}
|
|
1692
|
-
var
|
|
1692
|
+
var Ki = function(e) {
|
|
1693
1693
|
return e == null || e === !1 || e === "";
|
|
1694
|
-
},
|
|
1694
|
+
}, qi = function(e) {
|
|
1695
1695
|
var t, n, i = [];
|
|
1696
1696
|
for (var r in e) {
|
|
1697
1697
|
var s = e[r];
|
|
1698
|
-
e.hasOwnProperty(r) && !
|
|
1698
|
+
e.hasOwnProperty(r) && !Ki(s) && (Array.isArray(s) && s.isCss || it(s) ? i.push("".concat(On(r), ":"), s, ";") : rt(s) ? i.push.apply(i, qe(qe(["".concat(r, " {")], qi(s), !1), ["}"], !1)) : i.push("".concat(On(r), ": ").concat((t = r, (n = s) == null || typeof n == "boolean" || n === "" ? "" : typeof n != "number" || n === 0 || t in Ks || t.startsWith("--") ? String(n).trim() : "".concat(n, "px")), ";")));
|
|
1699
1699
|
}
|
|
1700
1700
|
return i;
|
|
1701
1701
|
};
|
|
1702
1702
|
function Ge(e, t, n, i) {
|
|
1703
|
-
if (
|
|
1704
|
-
if (
|
|
1703
|
+
if (Ki(e)) return [];
|
|
1704
|
+
if (Xa(e)) return [".".concat(e.styledComponentId)];
|
|
1705
1705
|
if (it(e)) {
|
|
1706
1706
|
if (!it(s = e) || s.prototype && s.prototype.isReactComponent || !t) return [e];
|
|
1707
1707
|
var r = e(t);
|
|
1708
|
-
return process.env.NODE_ENV === "production" || typeof r != "object" || Array.isArray(r) || r instanceof Oa || rt(r) || r === null || console.error("".concat(
|
|
1708
|
+
return process.env.NODE_ENV === "production" || typeof r != "object" || Array.isArray(r) || r instanceof Oa || rt(r) || r === null || console.error("".concat(Hi(e), " is not a styled component and cannot be referred to via component selector. See https://www.styled-components.com/docs/advanced#referring-to-other-components for more details.")), Ge(r, t, n, i);
|
|
1709
1709
|
}
|
|
1710
1710
|
var s;
|
|
1711
|
-
return e instanceof Oa ? n ? (e.inject(n, i), [e.getName(i)]) : [e] : rt(e) ?
|
|
1711
|
+
return e instanceof Oa ? n ? (e.inject(n, i), [e.getName(i)]) : [e] : rt(e) ? qi(e) : Array.isArray(e) ? Array.prototype.concat.apply(oa, e.map(function(o) {
|
|
1712
1712
|
return Ge(o, t, n, i);
|
|
1713
1713
|
})) : [e.toString()];
|
|
1714
1714
|
}
|
|
1715
|
-
function
|
|
1715
|
+
function So(e) {
|
|
1716
1716
|
for (var t = 0; t < e.length; t += 1) {
|
|
1717
1717
|
var n = e[t];
|
|
1718
|
-
if (it(n) && !
|
|
1718
|
+
if (it(n) && !Xa(n)) return !1;
|
|
1719
1719
|
}
|
|
1720
1720
|
return !0;
|
|
1721
1721
|
}
|
|
1722
|
-
var
|
|
1722
|
+
var Io = Fi(sa), Bo = function() {
|
|
1723
1723
|
function e(t, n, i) {
|
|
1724
|
-
this.rules = t, this.staticRulesId = "", this.isStatic = process.env.NODE_ENV === "production" && (i === void 0 || i.isStatic) &&
|
|
1724
|
+
this.rules = t, this.staticRulesId = "", this.isStatic = process.env.NODE_ENV === "production" && (i === void 0 || i.isStatic) && So(t), this.componentId = n, this.baseHash = Re(Io, n), this.baseStyle = i, Ei.registerId(n);
|
|
1725
1725
|
}
|
|
1726
1726
|
return e.prototype.generateAndInjectStyles = function(t, n, i) {
|
|
1727
1727
|
var r = this.baseStyle ? this.baseStyle.generateAndInjectStyles(t, n, i) : "";
|
|
@@ -1752,16 +1752,16 @@ var So = zi(sa), Io = function() {
|
|
|
1752
1752
|
}, e;
|
|
1753
1753
|
}(), Yi = Ke.createContext(void 0);
|
|
1754
1754
|
Yi.Consumer;
|
|
1755
|
-
var xa = {},
|
|
1756
|
-
function
|
|
1757
|
-
var i =
|
|
1758
|
-
var B = typeof S != "string" ? "sc" :
|
|
1755
|
+
var xa = {}, Mn = /* @__PURE__ */ new Set();
|
|
1756
|
+
function To(e, t, n) {
|
|
1757
|
+
var i = Xa(e), r = e, s = !ya(e), o = t.attrs, l = o === void 0 ? oa : o, c = t.componentId, d = c === void 0 ? function(S, I) {
|
|
1758
|
+
var B = typeof S != "string" ? "sc" : Tn(S);
|
|
1759
1759
|
xa[B] = (xa[B] || 0) + 1;
|
|
1760
|
-
var A = "".concat(B, "-").concat(
|
|
1760
|
+
var A = "".concat(B, "-").concat(Di(sa + B + xa[B]));
|
|
1761
1761
|
return I ? "".concat(I, "-").concat(A) : A;
|
|
1762
1762
|
}(t.displayName, t.parentComponentId) : c, h = t.displayName, p = h === void 0 ? function(S) {
|
|
1763
|
-
return ya(S) ? "styled.".concat(S) : "Styled(".concat(
|
|
1764
|
-
}(e) : h, g = t.displayName && t.componentId ? "".concat(
|
|
1763
|
+
return ya(S) ? "styled.".concat(S) : "Styled(".concat(Hi(S), ")");
|
|
1764
|
+
}(e) : h, g = t.displayName && t.componentId ? "".concat(Tn(t.displayName), "-").concat(t.componentId) : t.componentId || d, f = i && r.attrs ? r.attrs.concat(l).filter(Boolean) : l, b = t.shouldForwardProp;
|
|
1765
1765
|
if (i && r.shouldForwardProp) {
|
|
1766
1766
|
var y = r.shouldForwardProp;
|
|
1767
1767
|
if (t.shouldForwardProp) {
|
|
@@ -1771,26 +1771,26 @@ function Bo(e, t, n) {
|
|
|
1771
1771
|
};
|
|
1772
1772
|
} else b = y;
|
|
1773
1773
|
}
|
|
1774
|
-
var v = new
|
|
1774
|
+
var v = new Bo(n, g, i ? r.componentStyle : void 0);
|
|
1775
1775
|
function w(S, I) {
|
|
1776
1776
|
return function(B, A, F) {
|
|
1777
|
-
var N = B.attrs, M = B.componentStyle, $ = B.defaultProps, _ = B.foldedComponentIds, X = B.styledComponentId,
|
|
1778
|
-
process.env.NODE_ENV !== "production" &&
|
|
1779
|
-
var oe =
|
|
1777
|
+
var N = B.attrs, M = B.componentStyle, $ = B.defaultProps, _ = B.foldedComponentIds, X = B.styledComponentId, q = B.target, ie = Ke.useContext(Yi), ee = Hn(), Q = B.shouldForwardProp || ee.shouldForwardProp;
|
|
1778
|
+
process.env.NODE_ENV !== "production" && wn(X);
|
|
1779
|
+
var oe = Zs(A, ie, $) || nt, te = function(G, be, Ce) {
|
|
1780
1780
|
for (var ye, ue = we(we({}, be), { className: void 0, theme: Ce }), Be = 0; Be < G.length; Be += 1) {
|
|
1781
1781
|
var De = it(ye = G[Be]) ? ye(ue) : ye;
|
|
1782
1782
|
for (var P in De) ue[P] = P === "className" ? We(ue[P], De[P]) : P === "style" ? we(we({}, ue[P]), De[P]) : De[P];
|
|
1783
1783
|
}
|
|
1784
1784
|
return be.className && (ue.className = We(ue.className, be.className)), ue;
|
|
1785
|
-
}(N, A, oe), ce = te.as ||
|
|
1786
|
-
for (var
|
|
1785
|
+
}(N, A, oe), ce = te.as || q, V = {};
|
|
1786
|
+
for (var Y in te) te[Y] === void 0 || Y[0] === "$" || Y === "as" || Y === "theme" && te.theme === oe || (Y === "forwardedAs" ? V.as = te.forwardedAs : Q && !Q(Y, ce) || (V[Y] = te[Y], Q || process.env.NODE_ENV !== "development" || Ss(Y) || Mn.has(Y) || !Pa.has(ce) || (Mn.add(Y), console.warn('styled-components: it looks like an unknown prop "'.concat(Y, '" is being sent through to the DOM, which will likely trigger a React console error. If you would like automatic filtering of unknown props, you can opt-into that behavior via `<StyleSheetManager shouldForwardProp={...}>` (connect an API like `@emotion/is-prop-valid`) or consider using transient props (`$` prefix for automatic filtering.)')))));
|
|
1787
1787
|
var he = function(G, be) {
|
|
1788
|
-
var Ce =
|
|
1789
|
-
return process.env.NODE_ENV !== "production" &&
|
|
1788
|
+
var Ce = Hn(), ye = G.generateAndInjectStyles(be, Ce.styleSheet, Ce.stylis);
|
|
1789
|
+
return process.env.NODE_ENV !== "production" && wn(ye), ye;
|
|
1790
1790
|
}(M, te);
|
|
1791
1791
|
process.env.NODE_ENV !== "production" && B.warnTooManyClasses && B.warnTooManyClasses(he);
|
|
1792
1792
|
var ge = We(_, X);
|
|
1793
|
-
return he && (ge += " " + he), te.className && (ge += " " + te.className), V[ya(ce) && !Pa.has(ce) ? "class" : "className"] = ge, F && (V.ref = F),
|
|
1793
|
+
return he && (ge += " " + he), te.className && (ge += " " + te.className), V[ya(ce) && !Pa.has(ce) ? "class" : "className"] = ge, F && (V.ref = F), rs(ce, V);
|
|
1794
1794
|
}(j, S, I);
|
|
1795
1795
|
}
|
|
1796
1796
|
w.displayName = p;
|
|
@@ -1820,28 +1820,28 @@ Example:
|
|
|
1820
1820
|
<Component />`), A = !0, B = {};
|
|
1821
1821
|
}
|
|
1822
1822
|
};
|
|
1823
|
-
}(p, g)),
|
|
1823
|
+
}(p, g)), Qa(j, function() {
|
|
1824
1824
|
return ".".concat(j.styledComponentId);
|
|
1825
|
-
}), s &&
|
|
1825
|
+
}), s && Wi(j, e, { attrs: !0, componentStyle: !0, displayName: !0, foldedComponentIds: !0, shouldForwardProp: !0, styledComponentId: !0, target: !0 }), j;
|
|
1826
1826
|
}
|
|
1827
|
-
function
|
|
1827
|
+
function Rn(e, t) {
|
|
1828
1828
|
for (var n = [e[0]], i = 0, r = t.length; i < r; i += 1) n.push(t[i], e[i + 1]);
|
|
1829
1829
|
return n;
|
|
1830
1830
|
}
|
|
1831
|
-
var
|
|
1831
|
+
var Wn = function(e) {
|
|
1832
1832
|
return Object.assign(e, { isCss: !0 });
|
|
1833
1833
|
};
|
|
1834
|
-
function
|
|
1834
|
+
function Ja(e) {
|
|
1835
1835
|
for (var t = [], n = 1; n < arguments.length; n++) t[n - 1] = arguments[n];
|
|
1836
|
-
if (it(e) || rt(e)) return
|
|
1836
|
+
if (it(e) || rt(e)) return Wn(Ge(Rn(oa, qe([e], t, !0))));
|
|
1837
1837
|
var i = e;
|
|
1838
|
-
return t.length === 0 && i.length === 1 && typeof i[0] == "string" ? Ge(i) :
|
|
1838
|
+
return t.length === 0 && i.length === 1 && typeof i[0] == "string" ? Ge(i) : Wn(Ge(Rn(i, t)));
|
|
1839
1839
|
}
|
|
1840
1840
|
function Ma(e, t, n) {
|
|
1841
1841
|
if (n === void 0 && (n = nt), !t) throw ot(1, t);
|
|
1842
1842
|
var i = function(r) {
|
|
1843
1843
|
for (var s = [], o = 1; o < arguments.length; o++) s[o - 1] = arguments[o];
|
|
1844
|
-
return e(t, n,
|
|
1844
|
+
return e(t, n, Ja.apply(void 0, qe([r], s, !1)));
|
|
1845
1845
|
};
|
|
1846
1846
|
return i.attrs = function(r) {
|
|
1847
1847
|
return Ma(e, t, we(we({}, n), { attrs: Array.prototype.concat(n.attrs, r).filter(Boolean) }));
|
|
@@ -1849,26 +1849,26 @@ function Ma(e, t, n) {
|
|
|
1849
1849
|
return Ma(e, t, we(we({}, n), r));
|
|
1850
1850
|
}, i;
|
|
1851
1851
|
}
|
|
1852
|
-
var
|
|
1853
|
-
return Ma(
|
|
1854
|
-
}, m =
|
|
1852
|
+
var Zi = function(e) {
|
|
1853
|
+
return Ma(To, e);
|
|
1854
|
+
}, m = Zi;
|
|
1855
1855
|
Pa.forEach(function(e) {
|
|
1856
|
-
m[e] =
|
|
1856
|
+
m[e] = Zi(e);
|
|
1857
1857
|
});
|
|
1858
|
-
function
|
|
1858
|
+
function $a(e) {
|
|
1859
1859
|
for (var t = [], n = 1; n < arguments.length; n++) t[n - 1] = arguments[n];
|
|
1860
1860
|
process.env.NODE_ENV !== "production" && typeof navigator < "u" && navigator.product === "ReactNative" && console.warn("`keyframes` cannot be used on ReactNative, only on the web. To do animation in ReactNative please use Animated.");
|
|
1861
|
-
var i = Fa(
|
|
1861
|
+
var i = Fa(Ja.apply(void 0, qe([e], t, !1))), r = Di(i);
|
|
1862
1862
|
return new Oa(r, i);
|
|
1863
1863
|
}
|
|
1864
1864
|
process.env.NODE_ENV !== "production" && typeof navigator < "u" && navigator.product === "ReactNative" && console.warn(`It looks like you've imported 'styled-components' on React Native.
|
|
1865
1865
|
Perhaps you're looking to import 'styled-components/native'?
|
|
1866
1866
|
Read more about this at https://www.styled-components.com/docs/basics#react-native`);
|
|
1867
|
-
var Tt = "__sc-".concat(
|
|
1867
|
+
var Tt = "__sc-".concat(Ye, "__");
|
|
1868
1868
|
process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" && typeof window < "u" && (window[Tt] || (window[Tt] = 0), window[Tt] === 1 && console.warn(`It looks like there are several instances of 'styled-components' initialized in this application. This may cause dynamic styles to not render properly, errors during the rehydration process, a missing theme prop, and makes your application bigger without good reason.
|
|
1869
1869
|
|
|
1870
1870
|
See https://s-c.sh/2BAXzed for more info.`), window[Tt] += 1);
|
|
1871
|
-
const
|
|
1871
|
+
const Lo = m.div`
|
|
1872
1872
|
display: flex;
|
|
1873
1873
|
width: 248px;
|
|
1874
1874
|
height: 46px;
|
|
@@ -1893,7 +1893,7 @@ const To = m.div`
|
|
|
1893
1893
|
border-radius: 10px;
|
|
1894
1894
|
height: 10px;
|
|
1895
1895
|
}
|
|
1896
|
-
`,
|
|
1896
|
+
`, Vn = m.div`
|
|
1897
1897
|
max-width: 120px;
|
|
1898
1898
|
min-width: 120px;
|
|
1899
1899
|
max-height: 46px;
|
|
@@ -1929,12 +1929,12 @@ const To = m.div`
|
|
|
1929
1929
|
color: #ffffff;
|
|
1930
1930
|
}
|
|
1931
1931
|
`;
|
|
1932
|
-
var
|
|
1933
|
-
const
|
|
1932
|
+
var Xi = /* @__PURE__ */ ((e) => (e.Launch = "launch", e.GameChange = "GameChange", e.SendMessage = "SendMessage", e.GetBalance = "GetBalance", e.PlaceBet = "PlaceBet", e.GetPlayerState = "GetPlayerState", e.PlaceBetBulk = "PlaceBetBulk", e.SitOutPlayer = "SitOutPlayer", e.SetNickname = "SetNickname", e.GetHistory = "GetHistory", e.SendTip = "SendTip", e.ChangeDealerLanguage = "ChangeDealerLanguage", e))(Xi || {});
|
|
1933
|
+
const No = {
|
|
1934
1934
|
undoArray: "undoArray"
|
|
1935
|
-
},
|
|
1935
|
+
}, Po = "https://livelobby8.livevegas.live", _a = (e, t, n) => {
|
|
1936
1936
|
const { tableId: i, gameId: r, lang: s, playerId: o, token: l, exitUrl: c } = n;
|
|
1937
|
-
localStorage.setItem(
|
|
1937
|
+
localStorage.setItem(No.undoArray, JSON.stringify([])), t == null || t.invoke(Xi.SitOutPlayer, {
|
|
1938
1938
|
tableId: Number(i),
|
|
1939
1939
|
gameId: Number(r)
|
|
1940
1940
|
});
|
|
@@ -1943,7 +1943,7 @@ const Lo = {
|
|
|
1943
1943
|
sender: "game"
|
|
1944
1944
|
}, p = {
|
|
1945
1945
|
name: "closeFrame",
|
|
1946
|
-
url: `${
|
|
1946
|
+
url: `${Po}/?lang=${s}&playerId=${o}&token=${l}&gameId=${r}&gameType=8&exitUrl=${c}&partnerId=${e}`
|
|
1947
1947
|
};
|
|
1948
1948
|
window.parent.postMessage(d, "*"), window.parent.postMessage(p, "*"), window.parent.postMessage("closeGame", "*");
|
|
1949
1949
|
}, le = (e) => {
|
|
@@ -1953,7 +1953,7 @@ const Lo = {
|
|
|
1953
1953
|
return t.slice(0, n + 1 + 8).replace(/\.?0+$/, "");
|
|
1954
1954
|
}
|
|
1955
1955
|
return (Math.floor(e * 100) / 100).toString();
|
|
1956
|
-
},
|
|
1956
|
+
}, En = (e) => {
|
|
1957
1957
|
const t = new Date(e.calculationEndDate), n = /* @__PURE__ */ new Date(), i = t.getTime() - n.getTime();
|
|
1958
1958
|
return i <= 0 ? { days: 0, hours: 0, minutes: 0, seconds: 0 } : {
|
|
1959
1959
|
days: Math.floor(i / (1e3 * 60 * 60 * 24)),
|
|
@@ -1961,7 +1961,7 @@ const Lo = {
|
|
|
1961
1961
|
minutes: Math.floor(i / 1e3 / 60 % 60),
|
|
1962
1962
|
seconds: Math.floor(i / 1e3 % 60)
|
|
1963
1963
|
};
|
|
1964
|
-
},
|
|
1964
|
+
}, zo = {
|
|
1965
1965
|
1: "Session not found, try to log in again.",
|
|
1966
1966
|
2: "Please return to the site and log in again.",
|
|
1967
1967
|
3: "Please return to the site and log in again.",
|
|
@@ -2063,11 +2063,11 @@ function Ra(e) {
|
|
|
2063
2063
|
ZMW: "ZK"
|
|
2064
2064
|
}[e] || e;
|
|
2065
2065
|
}
|
|
2066
|
-
var
|
|
2066
|
+
var en = /* @__PURE__ */ ((e) => (e[e.BetConstruct = 2] = "BetConstruct", e[e.PokerDom = 32] = "PokerDom", e[e.Test = 49] = "Test", e[e.BetArabia = 67] = "BetArabia", e[e.Betrupi = 69] = "Betrupi", e[e.Galabet = 155] = "Galabet", e[e.Lynon = 156] = "Lynon", e[e.Demo = 160] = "Demo", e[e.HiltonBet = 204] = "HiltonBet", e))(en || {}), ne = /* @__PURE__ */ ((e) => (e[e.TEXAS = 3] = "TEXAS", e[e.ROULETTE = 2] = "ROULETTE", e[e.BLACKJACK = 8] = "BLACKJACK", e))(ne || {});
|
|
2067
2067
|
const r6 = ({ balance: e, bet: t, currencyId: n }) => {
|
|
2068
2068
|
const { t: i } = W();
|
|
2069
|
-
return /* @__PURE__ */ a.jsxs(
|
|
2070
|
-
/* @__PURE__ */ a.jsxs(
|
|
2069
|
+
return /* @__PURE__ */ a.jsxs(Lo, { children: [
|
|
2070
|
+
/* @__PURE__ */ a.jsxs(Vn, { children: [
|
|
2071
2071
|
/* @__PURE__ */ a.jsx("p", { className: "text-title", children: i("Balance") }),
|
|
2072
2072
|
/* @__PURE__ */ a.jsxs("p", { className: "amount", children: [
|
|
2073
2073
|
n,
|
|
@@ -2075,7 +2075,7 @@ const r6 = ({ balance: e, bet: t, currencyId: n }) => {
|
|
|
2075
2075
|
le(e)
|
|
2076
2076
|
] })
|
|
2077
2077
|
] }),
|
|
2078
|
-
/* @__PURE__ */ a.jsxs(
|
|
2078
|
+
/* @__PURE__ */ a.jsxs(Vn, { children: [
|
|
2079
2079
|
/* @__PURE__ */ a.jsx("p", { className: "text-title", children: i("Total Bet") }),
|
|
2080
2080
|
/* @__PURE__ */ a.jsxs("p", { className: "amount", children: [
|
|
2081
2081
|
n,
|
|
@@ -2084,7 +2084,7 @@ const r6 = ({ balance: e, bet: t, currencyId: n }) => {
|
|
|
2084
2084
|
] })
|
|
2085
2085
|
] })
|
|
2086
2086
|
] });
|
|
2087
|
-
},
|
|
2087
|
+
}, Gn = {
|
|
2088
2088
|
bottom: {
|
|
2089
2089
|
info: `
|
|
2090
2090
|
top: calc(100% + 8px);
|
|
@@ -2137,13 +2137,13 @@ const r6 = ({ balance: e, bet: t, currencyId: n }) => {
|
|
|
2137
2137
|
info: "top: -4px; right: 45px",
|
|
2138
2138
|
icon: "top: 8px; right: -14px"
|
|
2139
2139
|
}
|
|
2140
|
-
},
|
|
2140
|
+
}, Fo = (e, t) => e ? "#111111CC" : t ? "#C5F5FA" : "#2d2d2d6b", Do = m.button`
|
|
2141
2141
|
width: ${({ width: e }) => e}px;
|
|
2142
2142
|
height: ${({ height: e }) => e}px;
|
|
2143
2143
|
display: flex;
|
|
2144
2144
|
align-items: center;
|
|
2145
2145
|
justify-content: center;
|
|
2146
|
-
background-color: ${({ $isActive: e, $isActiveBlue: t }) =>
|
|
2146
|
+
background-color: ${({ $isActive: e, $isActiveBlue: t }) => Fo(e, t)};
|
|
2147
2147
|
border-radius: 8px;
|
|
2148
2148
|
position: relative;
|
|
2149
2149
|
padding: 6px;
|
|
@@ -2162,7 +2162,7 @@ const r6 = ({ balance: e, bet: t, currencyId: n }) => {
|
|
|
2162
2162
|
&:hover {
|
|
2163
2163
|
background-color: ${({ $isValueButton: e, $isHoverActive: t }) => t ? e ? "#111111" : "rgba(17, 17, 17, 0.8)" : ""};
|
|
2164
2164
|
}
|
|
2165
|
-
`,
|
|
2165
|
+
`, Ho = m.div`
|
|
2166
2166
|
min-width: 71px;
|
|
2167
2167
|
min-height: 36px;
|
|
2168
2168
|
border-radius: 8px;
|
|
@@ -2180,21 +2180,21 @@ const r6 = ({ balance: e, bet: t, currencyId: n }) => {
|
|
|
2180
2180
|
text-align: center;
|
|
2181
2181
|
color: #ffffff;
|
|
2182
2182
|
position: absolute;
|
|
2183
|
-
${({ $positonHover: e }) =>
|
|
2183
|
+
${({ $positonHover: e }) => Gn[e].info};
|
|
2184
2184
|
z-index: 30;
|
|
2185
2185
|
|
|
2186
2186
|
.icon-info {
|
|
2187
2187
|
position: absolute;
|
|
2188
|
-
${({ $positonHover: e }) =>
|
|
2188
|
+
${({ $positonHover: e }) => Gn[e].icon};
|
|
2189
2189
|
}
|
|
2190
|
-
`,
|
|
2190
|
+
`, Oo = m.div``, Mo = {
|
|
2191
2191
|
bottom: "0deg",
|
|
2192
2192
|
left: "-90deg",
|
|
2193
2193
|
right: "90deg",
|
|
2194
2194
|
top: "180deg",
|
|
2195
2195
|
"bottom-left": "0deg",
|
|
2196
2196
|
"top-left": "180deg"
|
|
2197
|
-
},
|
|
2197
|
+
}, Ro = ({ position: e }) => /* @__PURE__ */ a.jsx(
|
|
2198
2198
|
"svg",
|
|
2199
2199
|
{
|
|
2200
2200
|
className: "icon-info",
|
|
@@ -2204,11 +2204,11 @@ const r6 = ({ balance: e, bet: t, currencyId: n }) => {
|
|
|
2204
2204
|
fill: "none",
|
|
2205
2205
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2206
2206
|
style: {
|
|
2207
|
-
rotate:
|
|
2207
|
+
rotate: Mo[e]
|
|
2208
2208
|
},
|
|
2209
2209
|
children: /* @__PURE__ */ a.jsx("path", { d: "M0 6.39844H12L6 0.398438L0 6.39844Z", fill: "#111111" })
|
|
2210
2210
|
}
|
|
2211
|
-
),
|
|
2211
|
+
), Wo = m.div`
|
|
2212
2212
|
z-index: 30;
|
|
2213
2213
|
width: 100%;
|
|
2214
2214
|
display: flex;
|
|
@@ -2227,7 +2227,7 @@ const r6 = ({ balance: e, bet: t, currencyId: n }) => {
|
|
|
2227
2227
|
p {
|
|
2228
2228
|
color: rgba(255, 255, 255, 0.6);
|
|
2229
2229
|
}
|
|
2230
|
-
`,
|
|
2230
|
+
`, Vo = m.input.attrs({ type: "range" })`
|
|
2231
2231
|
width: 100px;
|
|
2232
2232
|
height: 6px;
|
|
2233
2233
|
accent-color: #aef;
|
|
@@ -2240,10 +2240,10 @@ const r6 = ({ balance: e, bet: t, currencyId: n }) => {
|
|
|
2240
2240
|
setVolume: i
|
|
2241
2241
|
}) => {
|
|
2242
2242
|
const { t: r } = W();
|
|
2243
|
-
return /* @__PURE__ */ a.jsxs(
|
|
2243
|
+
return /* @__PURE__ */ a.jsxs(Wo, { $isSettings: e, children: [
|
|
2244
2244
|
/* @__PURE__ */ a.jsx("p", { children: r(t ?? "") }),
|
|
2245
2245
|
/* @__PURE__ */ a.jsx(
|
|
2246
|
-
|
|
2246
|
+
Vo,
|
|
2247
2247
|
{
|
|
2248
2248
|
min: 0,
|
|
2249
2249
|
max: 100,
|
|
@@ -2279,15 +2279,15 @@ const r6 = ({ balance: e, bet: t, currencyId: n }) => {
|
|
|
2279
2279
|
}) => {
|
|
2280
2280
|
const [w, j] = E(!1), { t: S } = W(), I = () => {
|
|
2281
2281
|
if (n)
|
|
2282
|
-
return /* @__PURE__ */ a.jsxs(
|
|
2283
|
-
/* @__PURE__ */ a.jsx(
|
|
2282
|
+
return /* @__PURE__ */ a.jsxs(Ho, { $positonHover: f, "data-testid": "button-info", children: [
|
|
2283
|
+
/* @__PURE__ */ a.jsx(Ro, { position: f }),
|
|
2284
2284
|
S(n)
|
|
2285
2285
|
] });
|
|
2286
2286
|
if (r && p && typeof h == "number")
|
|
2287
|
-
return /* @__PURE__ */ a.jsx(
|
|
2287
|
+
return /* @__PURE__ */ a.jsx(Oo, { children: /* @__PURE__ */ a.jsx(Wa, { setVolume: p, volume: h }) });
|
|
2288
2288
|
};
|
|
2289
2289
|
return /* @__PURE__ */ a.jsx(a.Fragment, { children: /* @__PURE__ */ a.jsxs(
|
|
2290
|
-
|
|
2290
|
+
Do,
|
|
2291
2291
|
{
|
|
2292
2292
|
width: s,
|
|
2293
2293
|
height: o,
|
|
@@ -2312,7 +2312,7 @@ const r6 = ({ balance: e, bet: t, currencyId: n }) => {
|
|
|
2312
2312
|
]
|
|
2313
2313
|
}
|
|
2314
2314
|
) });
|
|
2315
|
-
},
|
|
2315
|
+
}, Eo = (e, t) => {
|
|
2316
2316
|
const n = e.reduce((r, s, o) => s === t || s < t ? r = o : r, 0);
|
|
2317
2317
|
return [
|
|
2318
2318
|
["#D8B30F", "#E8BE01", "#ECCB37"],
|
|
@@ -2325,7 +2325,7 @@ const r6 = ({ balance: e, bet: t, currencyId: n }) => {
|
|
|
2325
2325
|
["#CB5621", "#D25C21", "#F06428"],
|
|
2326
2326
|
["#C63EC3", "#E258D4", "#F065DB"]
|
|
2327
2327
|
][n];
|
|
2328
|
-
}, bt = (e) => (le(e), e > 999999999 ? `${wa(e / 1e9)}B` : e > 999999 ? `${wa(e / 1e6)}M` : e > 999 ? `${wa(e / 1e3)}K` : le(e)), wa = (e) => String(e),
|
|
2328
|
+
}, bt = (e) => (le(e), e > 999999999 ? `${wa(e / 1e9)}B` : e > 999999 ? `${wa(e / 1e6)}M` : e > 999 ? `${wa(e / 1e3)}K` : le(e)), wa = (e) => String(e), Go = [
|
|
2329
2329
|
{ x: 10, y: 2, size: 0 },
|
|
2330
2330
|
{ x: 2, y: 2, size: 0 },
|
|
2331
2331
|
{ x: 2, y: -1, size: -0.6 },
|
|
@@ -2336,15 +2336,15 @@ const r6 = ({ balance: e, bet: t, currencyId: n }) => {
|
|
|
2336
2336
|
{ x: 0, y: -3, size: -1.3 },
|
|
2337
2337
|
{ x: 0, y: -3, size: -1.35 },
|
|
2338
2338
|
{ x: 0, y: -3, size: -1.4 }
|
|
2339
|
-
], Ca = { x: 15, y: 40, size: 1.8 },
|
|
2339
|
+
], Ca = { x: 15, y: 40, size: 1.8 }, Uo = (e) => {
|
|
2340
2340
|
const t = e.length, n = e[t - 1], i = n === "K" || n === "M" || n === "B";
|
|
2341
2341
|
let r;
|
|
2342
|
-
return i && t === 2 ? r = { x: 2, y: 0, size: -0.4 } : r =
|
|
2342
|
+
return i && t === 2 ? r = { x: 2, y: 0, size: -0.4 } : r = Go[t - 1] ?? { x: 0, y: 0, size: 0 }, {
|
|
2343
2343
|
x: Ca.x + r.x,
|
|
2344
2344
|
y: Ca.y + r.y,
|
|
2345
2345
|
size: Ca.size + r.size
|
|
2346
2346
|
};
|
|
2347
|
-
},
|
|
2347
|
+
}, Ko = m.text`
|
|
2348
2348
|
width: 100%;
|
|
2349
2349
|
font-family: Bebas Neue;
|
|
2350
2350
|
font-weight: 700;
|
|
@@ -2363,7 +2363,7 @@ const r6 = ({ balance: e, bet: t, currencyId: n }) => {
|
|
|
2363
2363
|
text-align: center;
|
|
2364
2364
|
width: 100%;
|
|
2365
2365
|
}
|
|
2366
|
-
`,
|
|
2366
|
+
`, qo = m.svg`
|
|
2367
2367
|
${({ $isDisabled: e }) => e && ` text-align: center;
|
|
2368
2368
|
cursor: none;
|
|
2369
2369
|
opacity: 50%;
|
|
@@ -2377,9 +2377,9 @@ const r6 = ({ balance: e, bet: t, currencyId: n }) => {
|
|
|
2377
2377
|
isDisabled: r = !1,
|
|
2378
2378
|
onClick: s
|
|
2379
2379
|
}) => {
|
|
2380
|
-
const o =
|
|
2380
|
+
const o = Eo(e, t), l = bt(t), c = Uo(l);
|
|
2381
2381
|
return /* @__PURE__ */ a.jsxs(
|
|
2382
|
-
|
|
2382
|
+
qo,
|
|
2383
2383
|
{
|
|
2384
2384
|
onClick: () => !!s && s(t),
|
|
2385
2385
|
width: n,
|
|
@@ -3170,12 +3170,12 @@ const r6 = ({ balance: e, bet: t, currencyId: n }) => {
|
|
|
3170
3170
|
}
|
|
3171
3171
|
)
|
|
3172
3172
|
] }),
|
|
3173
|
-
/* @__PURE__ */ a.jsx(
|
|
3173
|
+
/* @__PURE__ */ a.jsx(Ko, { $fontSize: c == null ? void 0 : c.size, fill: "#fff", children: /* @__PURE__ */ a.jsx("tspan", { className: "chipAmount", y: c == null ? void 0 : c.y, x: c == null ? void 0 : c.x, children: l }) })
|
|
3174
3174
|
]
|
|
3175
3175
|
},
|
|
3176
3176
|
t
|
|
3177
3177
|
);
|
|
3178
|
-
},
|
|
3178
|
+
}, Qi = () => /* @__PURE__ */ a.jsx(
|
|
3179
3179
|
"svg",
|
|
3180
3180
|
{
|
|
3181
3181
|
width: "24",
|
|
@@ -3191,7 +3191,7 @@ const r6 = ({ balance: e, bet: t, currencyId: n }) => {
|
|
|
3191
3191
|
}
|
|
3192
3192
|
)
|
|
3193
3193
|
}
|
|
3194
|
-
),
|
|
3194
|
+
), Ji = () => /* @__PURE__ */ a.jsx(
|
|
3195
3195
|
"svg",
|
|
3196
3196
|
{
|
|
3197
3197
|
width: "24",
|
|
@@ -3207,7 +3207,7 @@ const r6 = ({ balance: e, bet: t, currencyId: n }) => {
|
|
|
3207
3207
|
}
|
|
3208
3208
|
)
|
|
3209
3209
|
}
|
|
3210
|
-
),
|
|
3210
|
+
), $i = () => /* @__PURE__ */ a.jsx(
|
|
3211
3211
|
"svg",
|
|
3212
3212
|
{
|
|
3213
3213
|
width: "24",
|
|
@@ -3223,7 +3223,7 @@ const r6 = ({ balance: e, bet: t, currencyId: n }) => {
|
|
|
3223
3223
|
}
|
|
3224
3224
|
)
|
|
3225
3225
|
}
|
|
3226
|
-
),
|
|
3226
|
+
), _i = () => /* @__PURE__ */ a.jsx(
|
|
3227
3227
|
"svg",
|
|
3228
3228
|
{
|
|
3229
3229
|
width: "24",
|
|
@@ -3256,7 +3256,7 @@ const r6 = ({ balance: e, bet: t, currencyId: n }) => {
|
|
|
3256
3256
|
}
|
|
3257
3257
|
)
|
|
3258
3258
|
}
|
|
3259
|
-
),
|
|
3259
|
+
), Zo = () => /* @__PURE__ */ a.jsx(a.Fragment, { children: /* @__PURE__ */ a.jsx("svg", { width: "14", height: "14", viewBox: "0 0 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ a.jsx("path", { d: "M1.68016 2.43991C1.68016 2.23835 1.76023 2.04504 1.90276 1.90251C2.04528 1.75998 2.23859 1.67991 2.44016 1.67991H3.96016C4.16172 1.67991 4.35503 1.59984 4.49756 1.45731C4.64008 1.31479 4.72016 1.12148 4.72016 0.919912C4.72016 0.718348 4.64008 0.525039 4.49756 0.382511C4.35503 0.239983 4.16172 0.159912 3.96016 0.159912H2.44016C1.83546 0.159912 1.25554 0.400126 0.827953 0.827709C0.40037 1.25529 0.160156 1.83522 0.160156 2.43991V3.95991C0.160156 4.16148 0.240227 4.35479 0.382755 4.49731C0.525283 4.63984 0.718592 4.71991 0.920156 4.71991C1.12172 4.71991 1.31503 4.63984 1.45756 4.49731C1.60008 4.35479 1.68016 4.16148 1.68016 3.95991V2.43991ZM1.68016 11.5599C1.68016 11.7615 1.76023 11.9548 1.90276 12.0973C2.04528 12.2398 2.23859 12.3199 2.44016 12.3199H3.96016C4.16172 12.3199 4.35503 12.4 4.49756 12.5425C4.64008 12.685 4.72016 12.8783 4.72016 13.0799C4.72016 13.2815 4.64008 13.4748 4.49756 13.6173C4.35503 13.7598 4.16172 13.8399 3.96016 13.8399H2.44016C1.83546 13.8399 1.25554 13.5997 0.827953 13.1721C0.40037 12.7445 0.160156 12.1646 0.160156 11.5599V10.0399C0.160156 9.83835 0.240227 9.64504 0.382755 9.50251C0.525283 9.35998 0.718592 9.27991 0.920156 9.27991C1.12172 9.27991 1.31503 9.35998 1.45756 9.50251C1.60008 9.64504 1.68016 9.83835 1.68016 10.0399V11.5599ZM11.5602 1.67991C11.7617 1.67991 11.955 1.75998 12.0976 1.90251C12.2401 2.04504 12.3202 2.23835 12.3202 2.43991V3.95991C12.3202 4.16148 12.4002 4.35479 12.5428 4.49731C12.6853 4.63984 12.8786 4.71991 13.0802 4.71991C13.2817 4.71991 13.475 4.63984 13.6176 4.49731C13.7601 4.35479 13.8402 4.16148 13.8402 3.95991V2.43991C13.8402 1.83522 13.5999 1.25529 13.1724 0.827709C12.7448 0.400126 12.1648 0.159912 11.5602 0.159912H10.0402C9.83859 0.159912 9.64528 0.239983 9.50276 0.382511C9.36023 0.525039 9.28016 0.718348 9.28016 0.919912C9.28016 1.12148 9.36023 1.31479 9.50276 1.45731C9.64528 1.59984 9.83859 1.67991 10.0402 1.67991H11.5602ZM12.3202 11.5599C12.3202 11.7615 12.2401 11.9548 12.0976 12.0973C11.955 12.2398 11.7617 12.3199 11.5602 12.3199H10.0402C9.83859 12.3199 9.64528 12.4 9.50276 12.5425C9.36023 12.685 9.28016 12.8783 9.28016 13.0799C9.28016 13.2815 9.36023 13.4748 9.50276 13.6173C9.64528 13.7598 9.83859 13.8399 10.0402 13.8399H11.5602C12.1648 13.8399 12.7448 13.5997 13.1724 13.1721C13.5999 12.7445 13.8402 12.1646 13.8402 11.5599V10.0399C13.8402 9.83835 13.7601 9.64504 13.6176 9.50251C13.475 9.35998 13.2817 9.27991 13.0802 9.27991C12.8786 9.27991 12.6853 9.35998 12.5428 9.50251C12.4002 9.64504 12.3202 9.83835 12.3202 10.0399V11.5599Z", fill: "white" }) }) }), er = () => /* @__PURE__ */ a.jsx(a.Fragment, { children: /* @__PURE__ */ a.jsx(
|
|
3260
3260
|
"svg",
|
|
3261
3261
|
{
|
|
3262
3262
|
width: "24",
|
|
@@ -3272,7 +3272,7 @@ const r6 = ({ balance: e, bet: t, currencyId: n }) => {
|
|
|
3272
3272
|
}
|
|
3273
3273
|
)
|
|
3274
3274
|
}
|
|
3275
|
-
) }),
|
|
3275
|
+
) }), Xo = () => /* @__PURE__ */ a.jsxs("svg", { width: "14", height: "16", viewBox: "0 0 14 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3276
3276
|
/* @__PURE__ */ a.jsx("path", { d: "M9.45402 0.399902C9.87463 0.399915 10.2805 0.554948 10.594 0.835361C10.9075 1.11577 11.1066 1.50189 11.1534 1.9199H12.1171C12.4507 1.92011 12.7721 2.04571 13.0175 2.2718C13.2628 2.49788 13.4143 2.80794 13.4417 3.14046L13.4463 3.2499V5.5299C13.4463 6.16081 13.205 6.76781 12.7717 7.2264C12.3384 7.68498 11.746 7.96038 11.1161 7.9961L10.9565 8.00066C10.7032 8.79031 10.2308 9.49174 9.59422 10.0232C8.95765 10.5547 8.18316 10.8944 7.36098 11.0027V12.1799H8.69326C9.32403 12.1801 9.93085 12.4215 10.3893 12.8548C10.8477 13.2881 11.123 13.8803 11.1587 14.5101L11.1633 14.6499V15.0299C11.1632 15.1678 11.1132 15.3009 11.0226 15.4048C10.9319 15.5086 10.8066 15.576 10.67 15.5946L10.5933 15.5999H2.99174C2.85387 15.6001 2.72061 15.5503 2.61664 15.4597C2.51267 15.3692 2.44505 15.244 2.4263 15.1074L2.42174 15.0299V14.6499C2.42169 14.0191 2.66296 13.4122 3.09609 12.9537C3.52922 12.4951 4.12138 12.2196 4.75114 12.1837L4.89174 12.1799H6.22174V11.0027C5.39983 10.8941 4.62567 10.5543 3.98939 10.0229C3.3531 9.49138 2.88088 8.7901 2.6277 8.00066L2.60794 7.9999C1.95285 7.9999 1.3246 7.73967 0.861386 7.27646C0.398171 6.81324 0.137939 6.18499 0.137939 5.5299V3.2499C0.137939 2.51574 0.733779 1.9199 1.46794 1.9199H2.43162C2.47837 1.50176 2.67763 1.11554 2.9913 0.835108C3.30496 0.554677 3.711 0.399728 4.13174 0.399902H9.45402ZM12.1171 3.0599H11.164V6.84698C11.4613 6.80474 11.7355 6.66316 11.9421 6.44527C12.1486 6.22739 12.2754 5.94602 12.3017 5.64694L12.3071 5.5299V3.2499C12.307 3.2071 12.2925 3.16557 12.2658 3.13205C12.2392 3.09853 12.2021 3.07498 12.1604 3.06522L12.1171 3.0599ZM2.42174 3.0599H1.46794C1.41755 3.0599 1.36922 3.07992 1.33359 3.11555C1.29796 3.15118 1.27794 3.19951 1.27794 3.2499V5.5299C1.2779 5.85041 1.3936 6.16016 1.60375 6.40215C1.81391 6.64415 2.10439 6.80211 2.42174 6.84698V3.0599Z", fill: "url(#paint0_linear_851_570)" }),
|
|
3277
3277
|
/* @__PURE__ */ a.jsx("defs", { children: /* @__PURE__ */ a.jsxs("linearGradient", { id: "paint0_linear_851_570", x1: "-0.221746", y1: "-2.13343", x2: "19.2003", y2: "7.59061", gradientUnits: "userSpaceOnUse", children: [
|
|
3278
3278
|
/* @__PURE__ */ a.jsx("stop", { stopColor: "#B97304" }),
|
|
@@ -3281,7 +3281,7 @@ const r6 = ({ balance: e, bet: t, currencyId: n }) => {
|
|
|
3281
3281
|
/* @__PURE__ */ a.jsx("stop", { offset: "0.611316", stopColor: "#FFC15D" }),
|
|
3282
3282
|
/* @__PURE__ */ a.jsx("stop", { offset: "1", stopColor: "#B97304" })
|
|
3283
3283
|
] }) })
|
|
3284
|
-
] }),
|
|
3284
|
+
] }), tn = () => /* @__PURE__ */ a.jsx(a.Fragment, { children: /* @__PURE__ */ a.jsx(
|
|
3285
3285
|
"svg",
|
|
3286
3286
|
{
|
|
3287
3287
|
width: "24",
|
|
@@ -3299,28 +3299,28 @@ const r6 = ({ balance: e, bet: t, currencyId: n }) => {
|
|
|
3299
3299
|
}
|
|
3300
3300
|
) });
|
|
3301
3301
|
var D = /* @__PURE__ */ ((e) => (e[e.Message = 1] = "Message", e[e.Support = 2] = "Support", e[e.Tip = 3] = "Tip", e[e.History = 4] = "History", e[e.Info = 5] = "Info", e[e.Settings = 6] = "Settings", e[e.VolumeOn = 7] = "VolumeOn", e[e.FullScreen = 8] = "FullScreen", e[e.Tournament = 9] = "Tournament", e[e.closeMenu = 10] = "closeMenu", e[e.Limit = 11] = "Limit", e))(D || {});
|
|
3302
|
-
const
|
|
3302
|
+
const Qo = [
|
|
3303
3303
|
{
|
|
3304
3304
|
name: "Tournament",
|
|
3305
3305
|
buttonType: 9,
|
|
3306
|
-
icon:
|
|
3306
|
+
icon: Xo()
|
|
3307
3307
|
},
|
|
3308
|
-
{ name: "Message", buttonType: 1, icon:
|
|
3308
|
+
{ name: "Message", buttonType: 1, icon: $i() },
|
|
3309
3309
|
// { name: "Support", buttonType: BUTTONS_TYPE.Support, icon: SupportIcon() },
|
|
3310
|
-
{ name: "Tip", buttonType: 3, icon:
|
|
3311
|
-
{ name: "History", buttonType: 4, icon:
|
|
3312
|
-
{ name: "Info", buttonType: 5, icon:
|
|
3313
|
-
{ name: "Settings", buttonType: 6, icon:
|
|
3310
|
+
{ name: "Tip", buttonType: 3, icon: _i() },
|
|
3311
|
+
{ name: "History", buttonType: 4, icon: Qi() },
|
|
3312
|
+
{ name: "Info", buttonType: 5, icon: Ji() },
|
|
3313
|
+
{ name: "Settings", buttonType: 6, icon: er() },
|
|
3314
3314
|
{
|
|
3315
3315
|
buttonType: 7,
|
|
3316
|
-
icon:
|
|
3316
|
+
icon: tn()
|
|
3317
3317
|
},
|
|
3318
3318
|
{
|
|
3319
3319
|
name: "FullScreen",
|
|
3320
3320
|
buttonType: 8,
|
|
3321
|
-
icon:
|
|
3321
|
+
icon: Zo()
|
|
3322
3322
|
}
|
|
3323
|
-
],
|
|
3323
|
+
], Jo = (e, t) => {
|
|
3324
3324
|
switch (e) {
|
|
3325
3325
|
case 6:
|
|
3326
3326
|
return {
|
|
@@ -3355,19 +3355,19 @@ const Xo = [
|
|
|
3355
3355
|
default:
|
|
3356
3356
|
return null;
|
|
3357
3357
|
}
|
|
3358
|
-
},
|
|
3359
|
-
{ name: "Message", buttonType: D.Message, icon:
|
|
3358
|
+
}, $o = [
|
|
3359
|
+
{ name: "Message", buttonType: D.Message, icon: $i() },
|
|
3360
3360
|
// { name: "Support", buttonType: BUTTONS_TYPE.Support, icon: SupportIcon() },
|
|
3361
|
-
{ name: "Send Tip", buttonType: D.Tip, icon:
|
|
3362
|
-
],
|
|
3363
|
-
{ name: "History", buttonType: D.History, icon:
|
|
3364
|
-
{ name: "Help", buttonType: D.Info, icon:
|
|
3361
|
+
{ name: "Send Tip", buttonType: D.Tip, icon: _i() }
|
|
3362
|
+
], _o = [
|
|
3363
|
+
{ name: "History", buttonType: D.History, icon: Qi() },
|
|
3364
|
+
{ name: "Help", buttonType: D.Info, icon: Ji() },
|
|
3365
3365
|
{
|
|
3366
3366
|
name: "Limits & Payouts",
|
|
3367
3367
|
buttonType: D.Limit,
|
|
3368
3368
|
icon: Yo()
|
|
3369
3369
|
}
|
|
3370
|
-
],
|
|
3370
|
+
], e1 = (e, t, n) => {
|
|
3371
3371
|
switch (e) {
|
|
3372
3372
|
case D.Message:
|
|
3373
3373
|
return {
|
|
@@ -3420,13 +3420,13 @@ const Xo = [
|
|
|
3420
3420
|
default:
|
|
3421
3421
|
return null;
|
|
3422
3422
|
}
|
|
3423
|
-
},
|
|
3423
|
+
}, t1 = (e, t) => {
|
|
3424
3424
|
t(e.touches[0].clientY);
|
|
3425
|
-
},
|
|
3425
|
+
}, a1 = (e, t, n) => {
|
|
3426
3426
|
if (!t) return;
|
|
3427
3427
|
const r = e.touches[0].clientY - t;
|
|
3428
3428
|
r > 0 && r < 300 && (e.currentTarget.style.transform = `translateY(${r}px)`), r > 120 && n(!1);
|
|
3429
|
-
},
|
|
3429
|
+
}, n1 = (e, t) => {
|
|
3430
3430
|
e.currentTarget.style.transform = "translateY(0px)", t(0);
|
|
3431
3431
|
}, L = (e) => typeof e == "string", ut = () => {
|
|
3432
3432
|
let e, t;
|
|
@@ -3434,21 +3434,21 @@ const Xo = [
|
|
|
3434
3434
|
e = i, t = r;
|
|
3435
3435
|
});
|
|
3436
3436
|
return n.resolve = e, n.reject = t, n;
|
|
3437
|
-
},
|
|
3437
|
+
}, Un = (e) => e == null ? "" : "" + e, i1 = (e, t, n) => {
|
|
3438
3438
|
e.forEach((i) => {
|
|
3439
3439
|
t[i] && (n[i] = t[i]);
|
|
3440
3440
|
});
|
|
3441
|
-
},
|
|
3441
|
+
}, r1 = /###/g, Kn = (e) => e && e.indexOf("###") > -1 ? e.replace(r1, ".") : e, qn = (e) => !e || L(e), yt = (e, t, n) => {
|
|
3442
3442
|
const i = L(t) ? t.split(".") : t;
|
|
3443
3443
|
let r = 0;
|
|
3444
3444
|
for (; r < i.length - 1; ) {
|
|
3445
|
-
if (
|
|
3446
|
-
const s =
|
|
3445
|
+
if (qn(e)) return {};
|
|
3446
|
+
const s = Kn(i[r]);
|
|
3447
3447
|
!e[s] && n && (e[s] = new n()), Object.prototype.hasOwnProperty.call(e, s) ? e = e[s] : e = {}, ++r;
|
|
3448
3448
|
}
|
|
3449
|
-
return
|
|
3449
|
+
return qn(e) ? {} : {
|
|
3450
3450
|
obj: e,
|
|
3451
|
-
k:
|
|
3451
|
+
k: Kn(i[r])
|
|
3452
3452
|
};
|
|
3453
3453
|
}, Yn = (e, t, n) => {
|
|
3454
3454
|
const {
|
|
@@ -3463,7 +3463,7 @@ const Xo = [
|
|
|
3463
3463
|
for (; l.obj === void 0 && o.length; )
|
|
3464
3464
|
s = `${o[o.length - 1]}.${s}`, o = o.slice(0, o.length - 1), l = yt(e, o, Object), l != null && l.obj && typeof l.obj[`${l.k}.${s}`] < "u" && (l.obj = void 0);
|
|
3465
3465
|
l.obj[`${l.k}.${s}`] = n;
|
|
3466
|
-
},
|
|
3466
|
+
}, s1 = (e, t, n, i) => {
|
|
3467
3467
|
const {
|
|
3468
3468
|
obj: r,
|
|
3469
3469
|
k: s
|
|
@@ -3476,15 +3476,15 @@ const Xo = [
|
|
|
3476
3476
|
} = yt(e, t);
|
|
3477
3477
|
if (n && Object.prototype.hasOwnProperty.call(n, i))
|
|
3478
3478
|
return n[i];
|
|
3479
|
-
},
|
|
3479
|
+
}, o1 = (e, t, n) => {
|
|
3480
3480
|
const i = Qt(e, n);
|
|
3481
3481
|
return i !== void 0 ? i : Qt(t, n);
|
|
3482
|
-
},
|
|
3482
|
+
}, tr = (e, t, n) => {
|
|
3483
3483
|
for (const i in t)
|
|
3484
|
-
i !== "__proto__" && i !== "constructor" && (i in e ? L(e[i]) || e[i] instanceof String || L(t[i]) || t[i] instanceof String ? n && (e[i] = t[i]) :
|
|
3484
|
+
i !== "__proto__" && i !== "constructor" && (i in e ? L(e[i]) || e[i] instanceof String || L(t[i]) || t[i] instanceof String ? n && (e[i] = t[i]) : tr(e[i], t[i], n) : e[i] = t[i]);
|
|
3485
3485
|
return e;
|
|
3486
3486
|
}, Je = (e) => e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, "\\$&");
|
|
3487
|
-
var
|
|
3487
|
+
var l1 = {
|
|
3488
3488
|
"&": "&",
|
|
3489
3489
|
"<": "<",
|
|
3490
3490
|
">": ">",
|
|
@@ -3492,8 +3492,8 @@ var o1 = {
|
|
|
3492
3492
|
"'": "'",
|
|
3493
3493
|
"/": "/"
|
|
3494
3494
|
};
|
|
3495
|
-
const
|
|
3496
|
-
class
|
|
3495
|
+
const c1 = (e) => L(e) ? e.replace(/[&<>"'\/]/g, (t) => l1[t]) : e;
|
|
3496
|
+
class d1 {
|
|
3497
3497
|
constructor(t) {
|
|
3498
3498
|
this.capacity = t, this.regExpMap = /* @__PURE__ */ new Map(), this.regExpQueue = [];
|
|
3499
3499
|
}
|
|
@@ -3505,11 +3505,11 @@ class c1 {
|
|
|
3505
3505
|
return this.regExpQueue.length === this.capacity && this.regExpMap.delete(this.regExpQueue.shift()), this.regExpMap.set(t, i), this.regExpQueue.push(t), i;
|
|
3506
3506
|
}
|
|
3507
3507
|
}
|
|
3508
|
-
const
|
|
3508
|
+
const h1 = [" ", ",", "?", "!", ";"], u1 = new d1(20), p1 = (e, t, n) => {
|
|
3509
3509
|
t = t || "", n = n || "";
|
|
3510
|
-
const i =
|
|
3510
|
+
const i = h1.filter((o) => t.indexOf(o) < 0 && n.indexOf(o) < 0);
|
|
3511
3511
|
if (i.length === 0) return !0;
|
|
3512
|
-
const r =
|
|
3512
|
+
const r = u1.getRegExp(`(${i.map((o) => o === "?" ? "\\?" : o).join("|")})`);
|
|
3513
3513
|
let s = !r.test(e);
|
|
3514
3514
|
if (!s) {
|
|
3515
3515
|
const o = e.indexOf(n);
|
|
@@ -3536,7 +3536,7 @@ const d1 = [" ", ",", "?", "!", ";"], h1 = new c1(20), u1 = (e, t, n) => {
|
|
|
3536
3536
|
r = o;
|
|
3537
3537
|
}
|
|
3538
3538
|
return r;
|
|
3539
|
-
}, xt = (e) => e == null ? void 0 : e.replace("_", "-"),
|
|
3539
|
+
}, xt = (e) => e == null ? void 0 : e.replace("_", "-"), f1 = {
|
|
3540
3540
|
type: "logger",
|
|
3541
3541
|
log(e) {
|
|
3542
3542
|
this.output("log", e);
|
|
@@ -3557,7 +3557,7 @@ class Jt {
|
|
|
3557
3557
|
this.init(t, n);
|
|
3558
3558
|
}
|
|
3559
3559
|
init(t, n = {}) {
|
|
3560
|
-
this.prefix = n.prefix || "i18next:", this.logger = t ||
|
|
3560
|
+
this.prefix = n.prefix || "i18next:", this.logger = t || f1, this.options = n, this.debug = n.debug;
|
|
3561
3561
|
}
|
|
3562
3562
|
log(...t) {
|
|
3563
3563
|
return this.forward(t, "log", "", !0);
|
|
@@ -3615,7 +3615,7 @@ class la {
|
|
|
3615
3615
|
});
|
|
3616
3616
|
}
|
|
3617
3617
|
}
|
|
3618
|
-
class
|
|
3618
|
+
class Zn extends la {
|
|
3619
3619
|
constructor(t, n = {
|
|
3620
3620
|
ns: ["translation"],
|
|
3621
3621
|
defaultNS: "translation"
|
|
@@ -3660,7 +3660,7 @@ class qn extends la {
|
|
|
3660
3660
|
let l = [t, n];
|
|
3661
3661
|
t.indexOf(".") > -1 && (l = t.split("."), r = i, i = n, n = l[1]), this.addNamespaces(n);
|
|
3662
3662
|
let c = Qt(this.data, l) || {};
|
|
3663
|
-
o.skipCopy || (i = JSON.parse(JSON.stringify(i))), r ?
|
|
3663
|
+
o.skipCopy || (i = JSON.parse(JSON.stringify(i))), r ? tr(c, i, s) : c = {
|
|
3664
3664
|
...c,
|
|
3665
3665
|
...i
|
|
3666
3666
|
}, Yn(this.data, l, c), o.silent || this.emit("added", t, n, i);
|
|
@@ -3685,7 +3685,7 @@ class qn extends la {
|
|
|
3685
3685
|
return this.data;
|
|
3686
3686
|
}
|
|
3687
3687
|
}
|
|
3688
|
-
var
|
|
3688
|
+
var ar = {
|
|
3689
3689
|
processors: {},
|
|
3690
3690
|
addPostProcessor(e) {
|
|
3691
3691
|
this.processors[e.name] = e;
|
|
@@ -3697,25 +3697,25 @@ var tr = {
|
|
|
3697
3697
|
}), t;
|
|
3698
3698
|
}
|
|
3699
3699
|
};
|
|
3700
|
-
const
|
|
3701
|
-
function
|
|
3700
|
+
const nr = Symbol("i18next/PATH_KEY");
|
|
3701
|
+
function m1() {
|
|
3702
3702
|
const e = [], t = /* @__PURE__ */ Object.create(null);
|
|
3703
3703
|
let n;
|
|
3704
3704
|
return t.get = (i, r) => {
|
|
3705
3705
|
var s;
|
|
3706
|
-
return (s = n == null ? void 0 : n.revoke) == null || s.call(n), r ===
|
|
3706
|
+
return (s = n == null ? void 0 : n.revoke) == null || s.call(n), r === nr ? e : (e.push(r), n = Proxy.revocable(i, t), n.proxy);
|
|
3707
3707
|
}, Proxy.revocable(/* @__PURE__ */ Object.create(null), t).proxy;
|
|
3708
3708
|
}
|
|
3709
|
-
function
|
|
3709
|
+
function Ea(e, t) {
|
|
3710
3710
|
const {
|
|
3711
|
-
[
|
|
3712
|
-
} = e(
|
|
3711
|
+
[nr]: n
|
|
3712
|
+
} = e(m1());
|
|
3713
3713
|
return n.join((t == null ? void 0 : t.keySeparator) ?? ".");
|
|
3714
3714
|
}
|
|
3715
|
-
const
|
|
3715
|
+
const Xn = {}, Qn = (e) => !L(e) && typeof e != "boolean" && typeof e != "number";
|
|
3716
3716
|
class $t extends la {
|
|
3717
3717
|
constructor(t, n = {}) {
|
|
3718
|
-
super(),
|
|
3718
|
+
super(), i1(["resourceStore", "languageUtils", "pluralResolver", "interpolator", "backendConnector", "i18nFormat", "utils"], t, this), this.options = n, this.options.keySeparator === void 0 && (this.options.keySeparator = "."), this.logger = Le.create("translator");
|
|
3719
3719
|
}
|
|
3720
3720
|
changeLanguage(t) {
|
|
3721
3721
|
t && (this.language = t);
|
|
@@ -3735,7 +3735,7 @@ class $t extends la {
|
|
|
3735
3735
|
i === void 0 && (i = ":");
|
|
3736
3736
|
const r = n.keySeparator !== void 0 ? n.keySeparator : this.options.keySeparator;
|
|
3737
3737
|
let s = n.ns || this.options.defaultNS || [];
|
|
3738
|
-
const o = i && t.indexOf(i) > -1, l = !this.options.userDefinedKeySeparator && !n.keySeparator && !this.options.userDefinedNsSeparator && !n.nsSeparator && !
|
|
3738
|
+
const o = i && t.indexOf(i) > -1, l = !this.options.userDefinedKeySeparator && !n.keySeparator && !this.options.userDefinedNsSeparator && !n.nsSeparator && !p1(t, i, r);
|
|
3739
3739
|
if (o && !l) {
|
|
3740
3740
|
const c = t.match(this.interpolator.nestingRegexp);
|
|
3741
3741
|
if (c && c.length > 0)
|
|
@@ -3755,10 +3755,13 @@ class $t extends la {
|
|
|
3755
3755
|
let r = typeof n == "object" ? {
|
|
3756
3756
|
...n
|
|
3757
3757
|
} : n;
|
|
3758
|
-
if (typeof r != "object" && this.options.overloadTranslationOptionHandler && (r = this.options.overloadTranslationOptionHandler(arguments)), typeof
|
|
3758
|
+
if (typeof r != "object" && this.options.overloadTranslationOptionHandler && (r = this.options.overloadTranslationOptionHandler(arguments)), typeof r == "object" && (r = {
|
|
3759
3759
|
...r
|
|
3760
3760
|
}), r || (r = {}), t == null) return "";
|
|
3761
|
-
typeof t == "function" && (t =
|
|
3761
|
+
typeof t == "function" && (t = Ea(t, {
|
|
3762
|
+
...this.options,
|
|
3763
|
+
...r
|
|
3764
|
+
})), Array.isArray(t) || (t = [String(t)]);
|
|
3762
3765
|
const s = r.returnDetails !== void 0 ? r.returnDetails : this.options.returnDetails, o = r.keySeparator !== void 0 ? r.keySeparator : this.options.keySeparator, {
|
|
3763
3766
|
key: l,
|
|
3764
3767
|
namespaces: c
|
|
@@ -3789,7 +3792,7 @@ class $t extends la {
|
|
|
3789
3792
|
}) : "", F = S && !r.ordinal && r.count === 0, N = F && r[`defaultValue${this.options.pluralSeparator}zero`] || r[`defaultValue${B}`] || r[`defaultValue${A}`] || r.defaultValue;
|
|
3790
3793
|
let M = b;
|
|
3791
3794
|
j && !b && I && (M = N);
|
|
3792
|
-
const $ =
|
|
3795
|
+
const $ = Qn(M), _ = Object.prototype.toString.apply(M);
|
|
3793
3796
|
if (j && M && $ && v.indexOf(_) < 0 && !(L(w) && Array.isArray(M))) {
|
|
3794
3797
|
if (!r.returnObjects && !this.options.returnObjects) {
|
|
3795
3798
|
this.options.returnedObjectHandler || this.logger.warn("accessing an object - but returnObjects options is not enabled!");
|
|
@@ -3800,30 +3803,30 @@ class $t extends la {
|
|
|
3800
3803
|
return s ? (f.res = X, f.usedParams = this.getUsedParamsDetails(r), f) : X;
|
|
3801
3804
|
}
|
|
3802
3805
|
if (o) {
|
|
3803
|
-
const X = Array.isArray(M),
|
|
3806
|
+
const X = Array.isArray(M), q = X ? [] : {}, ie = X ? x : y;
|
|
3804
3807
|
for (const ee in M)
|
|
3805
3808
|
if (Object.prototype.hasOwnProperty.call(M, ee)) {
|
|
3806
3809
|
const Q = `${ie}${o}${ee}`;
|
|
3807
|
-
I && !b ?
|
|
3810
|
+
I && !b ? q[ee] = this.translate(Q, {
|
|
3808
3811
|
...r,
|
|
3809
|
-
defaultValue:
|
|
3812
|
+
defaultValue: Qn(N) ? N[ee] : void 0,
|
|
3810
3813
|
joinArrays: !1,
|
|
3811
3814
|
ns: c
|
|
3812
|
-
}) :
|
|
3815
|
+
}) : q[ee] = this.translate(Q, {
|
|
3813
3816
|
...r,
|
|
3814
3817
|
joinArrays: !1,
|
|
3815
3818
|
ns: c
|
|
3816
|
-
}),
|
|
3819
|
+
}), q[ee] === Q && (q[ee] = M[ee]);
|
|
3817
3820
|
}
|
|
3818
|
-
b =
|
|
3821
|
+
b = q;
|
|
3819
3822
|
}
|
|
3820
3823
|
} else if (j && L(w) && Array.isArray(b))
|
|
3821
3824
|
b = b.join(w), b && (b = this.extendTranslation(b, t, r, i));
|
|
3822
3825
|
else {
|
|
3823
|
-
let X = !1,
|
|
3824
|
-
!this.isValidLookup(b) && I && (X = !0, b = N), this.isValidLookup(b) || (
|
|
3825
|
-
const ee = (r.missingKeyNoValueFallbackToKey || this.options.missingKeyNoValueFallbackToKey) &&
|
|
3826
|
-
if (
|
|
3826
|
+
let X = !1, q = !1;
|
|
3827
|
+
!this.isValidLookup(b) && I && (X = !0, b = N), this.isValidLookup(b) || (q = !0, b = l);
|
|
3828
|
+
const ee = (r.missingKeyNoValueFallbackToKey || this.options.missingKeyNoValueFallbackToKey) && q ? void 0 : b, Q = I && N !== b && this.options.updateMissing;
|
|
3829
|
+
if (q || X || Q) {
|
|
3827
3830
|
if (this.logger.log(Q ? "updateKey" : "missingKey", p, d, l, Q ? N : b), o) {
|
|
3828
3831
|
const V = this.resolve(l, {
|
|
3829
3832
|
...r,
|
|
@@ -3837,19 +3840,19 @@ class $t extends la {
|
|
|
3837
3840
|
for (let V = 0; V < te.length; V++)
|
|
3838
3841
|
oe.push(te[V]);
|
|
3839
3842
|
else this.options.saveMissingTo === "all" ? oe = this.languageUtils.toResolveHierarchy(r.lng || this.language) : oe.push(r.lng || this.language);
|
|
3840
|
-
const ce = (V,
|
|
3843
|
+
const ce = (V, Y, he) => {
|
|
3841
3844
|
var G;
|
|
3842
3845
|
const ge = I && he !== b ? he : ee;
|
|
3843
|
-
this.options.missingKeyHandler ? this.options.missingKeyHandler(V, d,
|
|
3846
|
+
this.options.missingKeyHandler ? this.options.missingKeyHandler(V, d, Y, ge, Q, r) : (G = this.backendConnector) != null && G.saveMissing && this.backendConnector.saveMissing(V, d, Y, ge, Q, r), this.emit("missingKey", V, d, Y, b);
|
|
3844
3847
|
};
|
|
3845
3848
|
this.options.saveMissing && (this.options.saveMissingPlurals && S ? oe.forEach((V) => {
|
|
3846
|
-
const
|
|
3847
|
-
F && r[`defaultValue${this.options.pluralSeparator}zero`] &&
|
|
3849
|
+
const Y = this.pluralResolver.getSuffixes(V, r);
|
|
3850
|
+
F && r[`defaultValue${this.options.pluralSeparator}zero`] && Y.indexOf(`${this.options.pluralSeparator}zero`) < 0 && Y.push(`${this.options.pluralSeparator}zero`), Y.forEach((he) => {
|
|
3848
3851
|
ce([V], l + he, r[`defaultValue${he}`] || N);
|
|
3849
3852
|
});
|
|
3850
3853
|
}) : ce(oe, l, N));
|
|
3851
3854
|
}
|
|
3852
|
-
b = this.extendTranslation(b, t, r, f, i),
|
|
3855
|
+
b = this.extendTranslation(b, t, r, f, i), q && b === l && this.options.appendNamespaceToMissingKey && (b = `${d}${h}${l}`), (q || X) && this.options.parseMissingKeyHandler && (b = this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey ? `${d}${h}${l}` : l, X ? b : void 0, r));
|
|
3853
3856
|
}
|
|
3854
3857
|
return s ? (f.res = b, f.usedParams = this.getUsedParamsDetails(r), f) : b;
|
|
3855
3858
|
}
|
|
@@ -3887,7 +3890,7 @@ class $t extends la {
|
|
|
3887
3890
|
!i.lng && r && r.res && (i.lng = this.language || r.usedLng), i.nest !== !1 && (t = this.interpolator.nest(t, (...f) => (s == null ? void 0 : s[0]) === f[0] && !i.context ? (this.logger.warn(`It seems you are nesting recursively key: ${f[0]} in key: ${n[0]}`), null) : this.translate(...f, n), i)), i.interpolation && this.interpolator.reset();
|
|
3888
3891
|
}
|
|
3889
3892
|
const o = i.postProcess || this.options.postProcess, l = L(o) ? [o] : o;
|
|
3890
|
-
return t != null && (l != null && l.length) && i.applyPostProcessor !== !1 && (t =
|
|
3893
|
+
return t != null && (l != null && l.length) && i.applyPostProcessor !== !1 && (t = ar.handle(l, t, n, this.options && this.options.postProcessPassResolved ? {
|
|
3891
3894
|
i18nResolved: {
|
|
3892
3895
|
...r,
|
|
3893
3896
|
usedParams: this.getUsedParamsDetails(i)
|
|
@@ -3906,7 +3909,7 @@ class $t extends la {
|
|
|
3906
3909
|
const g = n.count !== void 0 && !L(n.count), f = g && !n.ordinal && n.count === 0, b = n.context !== void 0 && (L(n.context) || typeof n.context == "number") && n.context !== "", y = n.lngs ? n.lngs : this.languageUtils.toResolveHierarchy(n.lng || this.language, n.fallbackLng);
|
|
3907
3910
|
p.forEach((x) => {
|
|
3908
3911
|
var v, w;
|
|
3909
|
-
this.isValidLookup(i) || (l = x, !
|
|
3912
|
+
this.isValidLookup(i) || (l = x, !Xn[`${y[0]}-${x}`] && ((v = this.utils) != null && v.hasLoadedNamespace) && !((w = this.utils) != null && w.hasLoadedNamespace(l)) && (Xn[`${y[0]}-${x}`] = !0, this.logger.warn(`key "${r}" for languages "${y.join(", ")}" won't get resolved as namespace "${l}" was not yet loaded`, "This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!")), y.forEach((j) => {
|
|
3910
3913
|
var B;
|
|
3911
3914
|
if (this.isValidLookup(i)) return;
|
|
3912
3915
|
o = j;
|
|
@@ -3965,7 +3968,7 @@ class $t extends la {
|
|
|
3965
3968
|
return !1;
|
|
3966
3969
|
}
|
|
3967
3970
|
}
|
|
3968
|
-
class
|
|
3971
|
+
class Jn {
|
|
3969
3972
|
constructor(t) {
|
|
3970
3973
|
this.options = t, this.supportedLngs = this.options.supportedLngs || !1, this.logger = Le.create("languageUtils");
|
|
3971
3974
|
}
|
|
@@ -4029,14 +4032,14 @@ class Qn {
|
|
|
4029
4032
|
}), r;
|
|
4030
4033
|
}
|
|
4031
4034
|
}
|
|
4032
|
-
const
|
|
4035
|
+
const $n = {
|
|
4033
4036
|
zero: 0,
|
|
4034
4037
|
one: 1,
|
|
4035
4038
|
two: 2,
|
|
4036
4039
|
few: 3,
|
|
4037
4040
|
many: 4,
|
|
4038
4041
|
other: 5
|
|
4039
|
-
},
|
|
4042
|
+
}, _n = {
|
|
4040
4043
|
select: (e) => e === 1 ? "one" : "other",
|
|
4041
4044
|
resolvedOptions: () => ({
|
|
4042
4045
|
pluralCategories: ["one", "other"]
|
|
@@ -4066,8 +4069,8 @@ class g1 {
|
|
|
4066
4069
|
});
|
|
4067
4070
|
} catch {
|
|
4068
4071
|
if (!Intl)
|
|
4069
|
-
return this.logger.error("No Intl support, please use an Intl polyfill!"),
|
|
4070
|
-
if (!t.match(/-|_/)) return
|
|
4072
|
+
return this.logger.error("No Intl support, please use an Intl polyfill!"), _n;
|
|
4073
|
+
if (!t.match(/-|_/)) return _n;
|
|
4071
4074
|
const c = this.languageUtils.getLanguagePartFromCode(t);
|
|
4072
4075
|
o = this.getRule(c, n);
|
|
4073
4076
|
}
|
|
@@ -4082,15 +4085,15 @@ class g1 {
|
|
|
4082
4085
|
}
|
|
4083
4086
|
getSuffixes(t, n = {}) {
|
|
4084
4087
|
let i = this.getRule(t, n);
|
|
4085
|
-
return i || (i = this.getRule("dev", n)), i ? i.resolvedOptions().pluralCategories.sort((r, s) =>
|
|
4088
|
+
return i || (i = this.getRule("dev", n)), i ? i.resolvedOptions().pluralCategories.sort((r, s) => $n[r] - $n[s]).map((r) => `${this.options.prepend}${n.ordinal ? `ordinal${this.options.prepend}` : ""}${r}`) : [];
|
|
4086
4089
|
}
|
|
4087
4090
|
getSuffix(t, n, i = {}) {
|
|
4088
4091
|
const r = this.getRule(t, i);
|
|
4089
4092
|
return r ? `${this.options.prepend}${i.ordinal ? `ordinal${this.options.prepend}` : ""}${r.select(n)}` : (this.logger.warn(`no plural rule found for: ${t}`), this.getSuffix("dev", n, i));
|
|
4090
4093
|
}
|
|
4091
4094
|
}
|
|
4092
|
-
const
|
|
4093
|
-
let s =
|
|
4095
|
+
const ei = (e, t, n, i = ".", r = !0) => {
|
|
4096
|
+
let s = o1(e, t, n);
|
|
4094
4097
|
return !s && r && L(n) && (s = Va(e, n, i), s === void 0 && (s = Va(t, n, i))), s;
|
|
4095
4098
|
}, va = (e) => e.replace(/\$/g, "$$$$");
|
|
4096
4099
|
class b1 {
|
|
@@ -4121,7 +4124,7 @@ class b1 {
|
|
|
4121
4124
|
maxReplaces: v,
|
|
4122
4125
|
alwaysFormat: w
|
|
4123
4126
|
} = t.interpolation;
|
|
4124
|
-
this.escape = n !== void 0 ? n :
|
|
4127
|
+
this.escape = n !== void 0 ? n : c1, this.escapeValue = i !== void 0 ? i : !0, this.useRawValueToEscape = r !== void 0 ? r : !1, this.prefix = s ? Je(s) : o || "{{", this.suffix = l ? Je(l) : c || "}}", this.formatSeparator = d || ",", this.unescapePrefix = h ? "" : p || "-", this.unescapeSuffix = this.unescapePrefix ? "" : h || "", this.nestingPrefix = g ? Je(g) : f || Je("$t("), this.nestingSuffix = b ? Je(b) : y || Je(")"), this.nestingOptionsSeparator = x || ",", this.maxReplaces = v || 1e3, this.alwaysFormat = w !== void 0 ? w : !1, this.resetRegExp();
|
|
4125
4128
|
}
|
|
4126
4129
|
reset() {
|
|
4127
4130
|
this.options && this.init(this.options);
|
|
@@ -4135,7 +4138,7 @@ class b1 {
|
|
|
4135
4138
|
let s, o, l;
|
|
4136
4139
|
const c = this.options && this.options.interpolation && this.options.interpolation.defaultVariables || {}, d = (b) => {
|
|
4137
4140
|
if (b.indexOf(this.formatSeparator) < 0) {
|
|
4138
|
-
const w =
|
|
4141
|
+
const w = ei(n, c, b, this.options.keySeparator, this.options.ignoreJSONStructure);
|
|
4139
4142
|
return this.alwaysFormat ? this.format(w, void 0, i, {
|
|
4140
4143
|
...r,
|
|
4141
4144
|
...n,
|
|
@@ -4143,7 +4146,7 @@ class b1 {
|
|
|
4143
4146
|
}) : w;
|
|
4144
4147
|
}
|
|
4145
4148
|
const y = b.split(this.formatSeparator), x = y.shift().trim(), v = y.join(this.formatSeparator).trim();
|
|
4146
|
-
return this.format(
|
|
4149
|
+
return this.format(ei(n, c, x, this.options.keySeparator, this.options.ignoreJSONStructure), v, i, {
|
|
4147
4150
|
...r,
|
|
4148
4151
|
...n,
|
|
4149
4152
|
interpolationkey: x
|
|
@@ -4171,7 +4174,7 @@ class b1 {
|
|
|
4171
4174
|
continue;
|
|
4172
4175
|
} else
|
|
4173
4176
|
this.logger.warn(`missed to pass in variable ${y} for interpolating ${t}`), o = "";
|
|
4174
|
-
else !L(o) && !this.useRawValueToEscape && (o =
|
|
4177
|
+
else !L(o) && !this.useRawValueToEscape && (o = Un(o));
|
|
4175
4178
|
const x = b.safeValue(o);
|
|
4176
4179
|
if (t = t.replace(s[0], x), p ? (b.regex.lastIndex += o.length, b.regex.lastIndex -= s[0].length) : b.regex.lastIndex = 0, l++, l >= this.maxReplaces)
|
|
4177
4180
|
break;
|
|
@@ -4205,7 +4208,7 @@ class b1 {
|
|
|
4205
4208
|
}, o = o.replace && !L(o.replace) ? o.replace : o, o.applyPostProcessor = !1, delete o.defaultValue;
|
|
4206
4209
|
const d = /{.*}/.test(r[1]) ? r[1].lastIndexOf("}") + 1 : r[1].indexOf(this.formatSeparator);
|
|
4207
4210
|
if (d !== -1 && (c = r[1].slice(d).split(this.formatSeparator).map((h) => h.trim()).filter(Boolean), r[1] = r[1].slice(0, d)), s = n(l.call(this, r[1].trim(), o), o), s && r[0] === t && !L(s)) return s;
|
|
4208
|
-
L(s) || (s =
|
|
4211
|
+
L(s) || (s = Un(s)), s || (this.logger.warn(`missed to resolve ${r[1]} for nesting ${t}`), s = ""), c.length && (s = c.reduce((h, p) => this.format(h, p, i.lng, {
|
|
4209
4212
|
...i,
|
|
4210
4213
|
interpolationkey: r[1].trim()
|
|
4211
4214
|
}), s.trim())), t = t.replace(r[0], s), this.regexp.lastIndex = 0;
|
|
@@ -4231,7 +4234,7 @@ const y1 = (e) => {
|
|
|
4231
4234
|
formatName: t,
|
|
4232
4235
|
formatOptions: n
|
|
4233
4236
|
};
|
|
4234
|
-
},
|
|
4237
|
+
}, ti = (e) => {
|
|
4235
4238
|
const t = {};
|
|
4236
4239
|
return (n, i, r) => {
|
|
4237
4240
|
let s = r;
|
|
@@ -4252,7 +4255,7 @@ class w1 {
|
|
|
4252
4255
|
interpolation: {}
|
|
4253
4256
|
}) {
|
|
4254
4257
|
this.formatSeparator = n.interpolation.formatSeparator || ",";
|
|
4255
|
-
const i = n.cacheInBuiltFormats ?
|
|
4258
|
+
const i = n.cacheInBuiltFormats ? ti : x1;
|
|
4256
4259
|
this.formats = {
|
|
4257
4260
|
number: i((r, s) => {
|
|
4258
4261
|
const o = new Intl.NumberFormat(r, {
|
|
@@ -4291,7 +4294,7 @@ class w1 {
|
|
|
4291
4294
|
this.formats[t.toLowerCase().trim()] = n;
|
|
4292
4295
|
}
|
|
4293
4296
|
addCached(t, n) {
|
|
4294
|
-
this.formats[t.toLowerCase().trim()] =
|
|
4297
|
+
this.formats[t.toLowerCase().trim()] = ti(n);
|
|
4295
4298
|
}
|
|
4296
4299
|
format(t, n, i, r = {}) {
|
|
4297
4300
|
const s = n.split(this.formatSeparator);
|
|
@@ -4360,7 +4363,7 @@ class v1 extends la {
|
|
|
4360
4363
|
}), this.state[t] = n ? -1 : 2, n && i && (this.state[t] = 0);
|
|
4361
4364
|
const l = {};
|
|
4362
4365
|
this.queue.forEach((c) => {
|
|
4363
|
-
|
|
4366
|
+
s1(c.loaded, [s], o), C1(c, t), n && c.errors.push(n), c.pendingCount === 0 && !c.done && (Object.keys(c.loaded).forEach((d) => {
|
|
4364
4367
|
l[d] || (l[d] = {});
|
|
4365
4368
|
const h = c.loaded[d];
|
|
4366
4369
|
h.length && h.forEach((p) => {
|
|
@@ -4459,7 +4462,7 @@ class v1 extends la {
|
|
|
4459
4462
|
}
|
|
4460
4463
|
}
|
|
4461
4464
|
}
|
|
4462
|
-
const
|
|
4465
|
+
const ai = () => ({
|
|
4463
4466
|
debug: !1,
|
|
4464
4467
|
initAsync: !0,
|
|
4465
4468
|
ns: ["translation"],
|
|
@@ -4516,7 +4519,7 @@ const ti = () => ({
|
|
|
4516
4519
|
skipOnVariables: !0
|
|
4517
4520
|
},
|
|
4518
4521
|
cacheInBuiltFormats: !0
|
|
4519
|
-
}),
|
|
4522
|
+
}), ni = (e) => {
|
|
4520
4523
|
var t, n;
|
|
4521
4524
|
return L(e.ns) && (e.ns = [e.ns]), L(e.fallbackLng) && (e.fallbackLng = [e.fallbackLng]), L(e.fallbackNS) && (e.fallbackNS = [e.fallbackNS]), ((n = (t = e.supportedLngs) == null ? void 0 : t.indexOf) == null ? void 0 : n.call(t, "cimode")) < 0 && (e.supportedLngs = e.supportedLngs.concat(["cimode"])), typeof e.initImmediate == "boolean" && (e.initAsync = e.initImmediate), e;
|
|
4522
4525
|
}, Lt = () => {
|
|
@@ -4527,7 +4530,7 @@ const ti = () => ({
|
|
|
4527
4530
|
};
|
|
4528
4531
|
class wt extends la {
|
|
4529
4532
|
constructor(t = {}, n) {
|
|
4530
|
-
if (super(), this.options =
|
|
4533
|
+
if (super(), this.options = ni(t), this.services = {}, this.logger = Le, this.modules = {
|
|
4531
4534
|
external: []
|
|
4532
4535
|
}, k1(this), n && !this.isInitialized && !t.isClone) {
|
|
4533
4536
|
if (!this.options.initAsync)
|
|
@@ -4539,11 +4542,11 @@ class wt extends la {
|
|
|
4539
4542
|
}
|
|
4540
4543
|
init(t = {}, n) {
|
|
4541
4544
|
this.isInitializing = !0, typeof t == "function" && (n = t, t = {}), t.defaultNS == null && t.ns && (L(t.ns) ? t.defaultNS = t.ns : t.ns.indexOf("translation") < 0 && (t.defaultNS = t.ns[0]));
|
|
4542
|
-
const i =
|
|
4545
|
+
const i = ai();
|
|
4543
4546
|
this.options = {
|
|
4544
4547
|
...i,
|
|
4545
4548
|
...this.options,
|
|
4546
|
-
...
|
|
4549
|
+
...ni(t)
|
|
4547
4550
|
}, this.options.interpolation = {
|
|
4548
4551
|
...i.interpolation,
|
|
4549
4552
|
...this.options.interpolation
|
|
@@ -4553,8 +4556,8 @@ class wt extends la {
|
|
|
4553
4556
|
this.modules.logger ? Le.init(r(this.modules.logger), this.options) : Le.init(null, this.options);
|
|
4554
4557
|
let d;
|
|
4555
4558
|
this.modules.formatter ? d = this.modules.formatter : d = w1;
|
|
4556
|
-
const h = new
|
|
4557
|
-
this.store = new
|
|
4559
|
+
const h = new Jn(this.options);
|
|
4560
|
+
this.store = new Zn(this.options.resources, this.options);
|
|
4558
4561
|
const p = this.services;
|
|
4559
4562
|
p.logger = Le, p.resourceStore = this.store, p.languageUtils = h, p.pluralResolver = new g1(h, {
|
|
4560
4563
|
prepend: this.options.pluralSeparator,
|
|
@@ -4614,7 +4617,7 @@ class wt extends la {
|
|
|
4614
4617
|
use(t) {
|
|
4615
4618
|
if (!t) throw new Error("You are passing an undefined module! Please check the object you are passing to i18next.use()");
|
|
4616
4619
|
if (!t.type) throw new Error("You are passing a wrong module! Please check the object you are passing to i18next.use()");
|
|
4617
|
-
return t.type === "backend" && (this.modules.backend = t), (t.type === "logger" || t.log && t.warn && t.error) && (this.modules.logger = t), t.type === "languageDetector" && (this.modules.languageDetector = t), t.type === "i18nFormat" && (this.modules.i18nFormat = t), t.type === "postProcessor" &&
|
|
4620
|
+
return t.type === "backend" && (this.modules.backend = t), (t.type === "logger" || t.log && t.warn && t.error) && (this.modules.logger = t), t.type === "languageDetector" && (this.modules.languageDetector = t), t.type === "i18nFormat" && (this.modules.i18nFormat = t), t.type === "postProcessor" && ar.addPostProcessor(t), t.type === "formatter" && (this.modules.formatter = t), t.type === "3rdParty" && this.modules.external.push(t), this;
|
|
4618
4621
|
}
|
|
4619
4622
|
setResolvedLanguage(t) {
|
|
4620
4623
|
if (!(!t || !this.languages) && !(["cimode", "dev"].indexOf(t) > -1)) {
|
|
@@ -4654,7 +4657,13 @@ class wt extends la {
|
|
|
4654
4657
|
}, c.lng = c.lng || r.lng, c.lngs = c.lngs || r.lngs, c.ns = c.ns || r.ns, c.keyPrefix !== "" && (c.keyPrefix = c.keyPrefix || i || r.keyPrefix);
|
|
4655
4658
|
const d = this.options.keySeparator || ".";
|
|
4656
4659
|
let h;
|
|
4657
|
-
return c.keyPrefix && Array.isArray(s) ? h = s.map((p) =>
|
|
4660
|
+
return c.keyPrefix && Array.isArray(s) ? h = s.map((p) => (typeof p == "function" && (p = Ea(p, {
|
|
4661
|
+
...this.options,
|
|
4662
|
+
...o
|
|
4663
|
+
})), `${c.keyPrefix}${d}${p}`)) : (typeof s == "function" && (s = Ea(s, {
|
|
4664
|
+
...this.options,
|
|
4665
|
+
...o
|
|
4666
|
+
})), h = c.keyPrefix ? `${c.keyPrefix}${d}${s}` : s), this.t(h, c);
|
|
4658
4667
|
};
|
|
4659
4668
|
return L(t) ? r.lng = t : r.lngs = t, r.ns = n, r.keyPrefix = i, r;
|
|
4660
4669
|
}
|
|
@@ -4713,7 +4722,7 @@ class wt extends la {
|
|
|
4713
4722
|
}
|
|
4714
4723
|
} catch {
|
|
4715
4724
|
}
|
|
4716
|
-
const n = ["ar", "shu", "sqr", "ssh", "xaa", "yhd", "yud", "aao", "abh", "abv", "acm", "acq", "acw", "acx", "acy", "adf", "ads", "aeb", "aec", "afb", "ajp", "apc", "apd", "arb", "arq", "ars", "ary", "arz", "auz", "avl", "ayh", "ayl", "ayn", "ayp", "bbz", "pga", "he", "iw", "ps", "pbt", "pbu", "pst", "prp", "prd", "ug", "ur", "ydd", "yds", "yih", "ji", "yi", "hbo", "men", "xmn", "fa", "jpr", "peo", "pes", "prs", "dv", "sam", "ckb"], i = ((s = this.services) == null ? void 0 : s.languageUtils) || new
|
|
4725
|
+
const n = ["ar", "shu", "sqr", "ssh", "xaa", "yhd", "yud", "aao", "abh", "abv", "acm", "acq", "acw", "acx", "acy", "adf", "ads", "aeb", "aec", "afb", "ajp", "apc", "apd", "arb", "arq", "ars", "ary", "arz", "auz", "avl", "ayh", "ayl", "ayn", "ayp", "bbz", "pga", "he", "iw", "ps", "pbt", "pbu", "pst", "prp", "prd", "ug", "ur", "ydd", "yds", "yih", "ji", "yi", "hbo", "men", "xmn", "fa", "jpr", "peo", "pes", "prs", "dv", "sam", "ckb"], i = ((s = this.services) == null ? void 0 : s.languageUtils) || new Jn(ai());
|
|
4717
4726
|
return t.toLowerCase().indexOf("-latn") > 1 ? "ltr" : n.indexOf(i.getLanguagePartFromCode(t)) > -1 || t.toLowerCase().indexOf("-arab") > 1 ? "rtl" : "ltr";
|
|
4718
4727
|
}
|
|
4719
4728
|
static createInstance(t = {}, n) {
|
|
@@ -4739,7 +4748,7 @@ class wt extends la {
|
|
|
4739
4748
|
}, c[d] = Object.keys(c[d]).reduce((h, p) => (h[p] = {
|
|
4740
4749
|
...c[d][p]
|
|
4741
4750
|
}, h), c[d]), c), {});
|
|
4742
|
-
s.store = new
|
|
4751
|
+
s.store = new Zn(l, r), s.services.resourceStore = s.store;
|
|
4743
4752
|
}
|
|
4744
4753
|
return s.translator = new $t(s.services, r), s.translator.on("*", (l, ...c) => {
|
|
4745
4754
|
s.emit(l, ...c);
|
|
@@ -4807,7 +4816,7 @@ const A1 = {
|
|
|
4807
4816
|
}
|
|
4808
4817
|
),
|
|
4809
4818
|
e === "forLobby" && /* @__PURE__ */ a.jsx("span", { className: "text", children: ke("Lobby") })
|
|
4810
|
-
] }),
|
|
4819
|
+
] }), ir = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2014%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.45402%200.399902C9.87463%200.399915%2010.2805%200.554948%2010.594%200.835361C10.9075%201.11577%2011.1066%201.50189%2011.1534%201.9199H12.1171C12.4507%201.92011%2012.7721%202.04571%2013.0175%202.2718C13.2628%202.49788%2013.4143%202.80794%2013.4417%203.14046L13.4463%203.2499V5.5299C13.4463%206.16081%2013.205%206.76781%2012.7717%207.2264C12.3384%207.68498%2011.746%207.96038%2011.1161%207.9961L10.9565%208.00066C10.7032%208.79031%2010.2308%209.49174%209.59422%2010.0232C8.95765%2010.5547%208.18316%2010.8944%207.36098%2011.0027V12.1799H8.69326C9.32403%2012.1801%209.93085%2012.4215%2010.3893%2012.8548C10.8477%2013.2881%2011.123%2013.8803%2011.1587%2014.5101L11.1633%2014.6499V15.0299C11.1632%2015.1678%2011.1132%2015.3009%2011.0226%2015.4048C10.9319%2015.5086%2010.8066%2015.576%2010.67%2015.5946L10.5933%2015.5999H2.99174C2.85387%2015.6001%202.72061%2015.5503%202.61664%2015.4597C2.51267%2015.3692%202.44505%2015.244%202.4263%2015.1074L2.42174%2015.0299V14.6499C2.42169%2014.0191%202.66296%2013.4122%203.09609%2012.9537C3.52922%2012.4951%204.12138%2012.2196%204.75114%2012.1837L4.89174%2012.1799H6.22174V11.0027C5.39983%2010.8941%204.62567%2010.5543%203.98939%2010.0229C3.3531%209.49138%202.88088%208.7901%202.6277%208.00066L2.60794%207.9999C1.95285%207.9999%201.3246%207.73967%200.861386%207.27646C0.398171%206.81324%200.137939%206.18499%200.137939%205.5299V3.2499C0.137939%202.51574%200.733779%201.9199%201.46794%201.9199H2.43162C2.47837%201.50176%202.67763%201.11554%202.9913%200.835108C3.30496%200.554677%203.711%200.399728%204.13174%200.399902H9.45402ZM12.1171%203.0599H11.164V6.84698C11.4613%206.80474%2011.7355%206.66316%2011.9421%206.44527C12.1486%206.22739%2012.2754%205.94602%2012.3017%205.64694L12.3071%205.5299V3.2499C12.307%203.2071%2012.2925%203.16557%2012.2658%203.13205C12.2392%203.09853%2012.2021%203.07498%2012.1604%203.06522L12.1171%203.0599ZM2.42174%203.0599H1.46794C1.41755%203.0599%201.36922%203.07992%201.33359%203.11555C1.29796%203.15118%201.27794%203.19951%201.27794%203.2499V5.5299C1.2779%205.85041%201.3936%206.16016%201.60375%206.40215C1.81391%206.64415%202.10439%206.80211%202.42174%206.84698V3.0599Z'%20fill='url(%23paint0_linear_851_822)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_851_822'%20x1='-0.221746'%20y1='-2.13343'%20x2='19.2003'%20y2='7.59061'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23B97304'/%3e%3cstop%20offset='0.368995'%20stop-color='%23FFC15D'/%3e%3cstop%20offset='0.5'%20stop-color='%23FFD38B'/%3e%3cstop%20offset='0.611316'%20stop-color='%23FFC15D'/%3e%3cstop%20offset='1'%20stop-color='%23B97304'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e", j1 = () => /* @__PURE__ */ a.jsx(
|
|
4811
4820
|
"svg",
|
|
4812
4821
|
{
|
|
4813
4822
|
width: "32",
|
|
@@ -4951,7 +4960,7 @@ const A1 = {
|
|
|
4951
4960
|
}
|
|
4952
4961
|
};
|
|
4953
4962
|
var O = /* @__PURE__ */ ((e) => (e[e.Ante = 0] = "Ante", e[e.Bonus = 1] = "Bonus", e[e.Call = 2] = "Call", e[e.Insurance = 3] = "Insurance", e[e.Tip = 9] = "Tip", e[e.Hit = 10] = "Hit", e[e.Double = 11] = "Double", e[e.Split = 12] = "Split", e[e.Stand = 13] = "Stand", e[e.Surrender = 14] = "Surrender", e[e.TwentyOnePlusThree = 15] = "TwentyOnePlusThree", e[e.PerfectPairs = 16] = "PerfectPairs", e[e.DraftAnte = 17] = "DraftAnte", e[e.DraftTwentyOnePlusThree = 18] = "DraftTwentyOnePlusThree", e[e.DraftPerfectPairs = 19] = "DraftPerfectPairs", e[e.Occupy = 20] = "Occupy", e[e.Leave = 21] = "Leave", e[e.DraftBetBehind = 22] = "DraftBetBehind", e[e.BetBehind = 23] = "BetBehind", e[e.Undo = 24] = "Undo", e[e.Repeat = 25] = "Repeat", e[e.Deal = 26] = "Deal", e[e.DoubleBets = 27] = "DoubleBets", e[e.StandAll = 49] = "StandAll", e))(O || {}), Ct = /* @__PURE__ */ ((e) => (e[e.Ante = 0] = "Ante", e[e.Bonus = 1] = "Bonus", e[e.Call = 2] = "Call", e[e.Fold = 3] = "Fold", e[e.Undo = 4] = "Undo", e[e.Repeat = 5] = "Repeat", e[e.DoubleBets = 6] = "DoubleBets", e[e.Tip = 7] = "Tip", e))(Ct || {});
|
|
4954
|
-
const
|
|
4963
|
+
const ii = {
|
|
4955
4964
|
0: "Royal Flush",
|
|
4956
4965
|
1: "Four of a Kind",
|
|
4957
4966
|
3: "Full House",
|
|
@@ -4966,7 +4975,7 @@ const ni = {
|
|
|
4966
4975
|
99: null
|
|
4967
4976
|
};
|
|
4968
4977
|
var Ue = /* @__PURE__ */ ((e) => (e[e.WaitingForInit = 0] = "WaitingForInit", e[e.WaitingRoundStart = 1] = "WaitingRoundStart", e[e.WaitingForBet = 2] = "WaitingForBet", e[e.WaitingCard = 3] = "WaitingCard", e[e.WaitingForUserAction = 4] = "WaitingForUserAction", e[e.WaitingOpenDealerCards = 5] = "WaitingOpenDealerCards", e[e.WaitingDealerCards = 6] = "WaitingDealerCards", e[e.WaitingForWins = 7] = "WaitingForWins", e[e.WaitingRoundEnd = 8] = "WaitingRoundEnd", e[e.WaitingInsurance = 9] = "WaitingInsurance", e[e.CalculateWins = 10] = "CalculateWins", e[e.WaitingRebuyCards = 11] = "WaitingRebuyCards", e[e.RoundEnd = 12] = "RoundEnd", e[e.CancelRound = 13] = "CancelRound", e[e.WaitingOpenBoxCards = 14] = "WaitingOpenBoxCards", e[e.CrashRound = 16] = "CrashRound", e))(Ue || {});
|
|
4969
|
-
const
|
|
4978
|
+
const rr = {
|
|
4970
4979
|
0: "Ante",
|
|
4971
4980
|
1: "Bonus",
|
|
4972
4981
|
2: "Call",
|
|
@@ -4998,7 +5007,7 @@ const ir = {
|
|
|
4998
5007
|
)}.${t.getFullYear()} ${pt(t.getHours())}:${pt(
|
|
4999
5008
|
t.getMinutes()
|
|
5000
5009
|
)}:${pt(t.getSeconds())}`;
|
|
5001
|
-
},
|
|
5010
|
+
}, sr = [
|
|
5002
5011
|
"0px, -5px",
|
|
5003
5012
|
"30px, 10px",
|
|
5004
5013
|
"65px, 20px",
|
|
@@ -5216,7 +5225,7 @@ const ir = {
|
|
|
5216
5225
|
justify-content: center;
|
|
5217
5226
|
align-items: center;
|
|
5218
5227
|
}
|
|
5219
|
-
`,
|
|
5228
|
+
`, ri = m.div`
|
|
5220
5229
|
width: 100%;
|
|
5221
5230
|
height: 1px;
|
|
5222
5231
|
background: linear-gradient(
|
|
@@ -5247,7 +5256,7 @@ const ir = {
|
|
|
5247
5256
|
background: ${({ $isActive: e }) => e ? "#C5F5FA1F" : "#11111166"};
|
|
5248
5257
|
border: 1px solid ${({ $isActive: e }) => e ? "#C5F5FA" : "#FFFFFF14"};
|
|
5249
5258
|
position: absolute;
|
|
5250
|
-
transform: translate(${({ $index: e }) =>
|
|
5259
|
+
transform: translate(${({ $index: e }) => sr[e]});
|
|
5251
5260
|
font-family: Inter;
|
|
5252
5261
|
font-weight: 700;
|
|
5253
5262
|
font-size: 10px;
|
|
@@ -5399,7 +5408,7 @@ const ir = {
|
|
|
5399
5408
|
|
|
5400
5409
|
@media screen and (min-width: 768px) {
|
|
5401
5410
|
}
|
|
5402
|
-
`,
|
|
5411
|
+
`, Ga = m.p`
|
|
5403
5412
|
font-family: Inter;
|
|
5404
5413
|
font-weight: 700;
|
|
5405
5414
|
font-size: 12px;
|
|
@@ -5408,7 +5417,7 @@ const ir = {
|
|
|
5408
5417
|
display: flex;
|
|
5409
5418
|
justify-content: flex-end;
|
|
5410
5419
|
text-align: end;
|
|
5411
|
-
`,
|
|
5420
|
+
`, or = m.div`
|
|
5412
5421
|
max-width: 100%;
|
|
5413
5422
|
height: calc(100% - 50px);
|
|
5414
5423
|
overflow: hidden;
|
|
@@ -5500,7 +5509,7 @@ const ir = {
|
|
|
5500
5509
|
isRoulette: o
|
|
5501
5510
|
}) => {
|
|
5502
5511
|
const { t: l } = W(), { clickSound: c } = Pe({ effectsVolume: 50 });
|
|
5503
|
-
return /* @__PURE__ */ a.jsxs(
|
|
5512
|
+
return /* @__PURE__ */ a.jsxs(or, { children: [
|
|
5504
5513
|
/* @__PURE__ */ a.jsxs(V1, { children: [
|
|
5505
5514
|
/* @__PURE__ */ a.jsxs("div", { className: "header", children: [
|
|
5506
5515
|
/* @__PURE__ */ a.jsx("p", { className: "text", children: l("Date") }),
|
|
@@ -5530,7 +5539,7 @@ const ir = {
|
|
|
5530
5539
|
),
|
|
5531
5540
|
d.player.gameCurrencyId
|
|
5532
5541
|
] }),
|
|
5533
|
-
/* @__PURE__ */ a.jsx("div", { className: "win", children: /* @__PURE__ */ a.jsx(
|
|
5542
|
+
/* @__PURE__ */ a.jsx("div", { className: "win", children: /* @__PURE__ */ a.jsx(Ga, { $isWin: !!d.player.winAmount, children: d.player.winAmount ? /* @__PURE__ */ a.jsxs(a.Fragment, { children: [
|
|
5534
5543
|
le(d.player.winAmount),
|
|
5535
5544
|
d.player.gameCurrencyId
|
|
5536
5545
|
] }) : /* @__PURE__ */ a.jsx(a.Fragment, { children: l("Lost") }) }) })
|
|
@@ -5543,7 +5552,7 @@ const ir = {
|
|
|
5543
5552
|
/* @__PURE__ */ a.jsx(F1, { active: t, count: e, setActive: n })
|
|
5544
5553
|
] });
|
|
5545
5554
|
};
|
|
5546
|
-
var
|
|
5555
|
+
var lr = /* @__PURE__ */ ((e) => (e.Reverse = "reverse", e.Green = "green", e.Gray = "gray", e.Black = "black", e))(lr || {});
|
|
5547
5556
|
const vt = Array(4).fill([
|
|
5548
5557
|
{ value: "A", tSpanX: "-9" },
|
|
5549
5558
|
{ value: "2", tSpanX: "-7" },
|
|
@@ -5558,12 +5567,12 @@ const vt = Array(4).fill([
|
|
|
5558
5567
|
{ value: "J", tSpanX: "-7" },
|
|
5559
5568
|
{ value: "Q", tSpanX: "-9" },
|
|
5560
5569
|
{ value: "K", tSpanX: "-9" }
|
|
5561
|
-
]).flat(), U1 = "#B50E05", K1 = "#111111",
|
|
5570
|
+
]).flat(), U1 = "#B50E05", K1 = "#111111", q1 = (e) => e < 14 || e > 39 ? K1 : U1, Y1 = [
|
|
5562
5571
|
"M72.4576 18.2454C69.854 15.3641 65.8549 17.0739 65.8549 17.0739C66.9692 15.8654 67.719 14.8997 67.5784 12.9156C67.5784 12.847 67.5784 12.7836 67.5784 12.715C67.5784 11.1993 66.9843 9.74567 65.9267 8.67389C64.8691 7.60211 63.4347 7 61.939 7C60.4434 7 59.009 7.60211 57.9514 8.67389C56.8938 9.74567 56.2996 11.1993 56.2996 12.715C56.2997 13.1052 56.3399 13.4943 56.4194 13.876C56.5444 15.248 57.2161 16.0765 58.1378 17.0739C58.1378 17.0739 54.1387 15.3641 51.5351 18.2454C50.6374 19.2449 50.1008 20.5234 50.0128 21.872C49.9249 23.2206 50.2908 24.5596 51.0508 25.6702C51.8735 26.7942 53.1024 28.6781 55.9924 28.4617C58.5544 28.2665 58.9293 27.8285 60.6789 26.4037C60.5172 28.8143 59.6262 31.1158 58.1274 32.9947L65.8757 32.9947C64.4593 31.4855 63.2044 28.0185 63.3658 26.4406C65.0894 27.8338 65.4799 28.2718 68.0211 28.4617C70.9111 28.6781 72.14 26.7942 72.9575 25.6702C73.7172 24.5585 74.0816 23.2182 73.9908 21.8691C73.8999 20.5199 73.3593 19.2422 72.4576 18.2454Z",
|
|
5563
5572
|
"M68.3011 10.0029C63.7813 9.88998 62.7366 13.4064 62.4978 15.0951C62.259 13.4064 61.2186 9.88564 56.6945 10.0029C50.7505 10.1461 49.9617 16.9489 52.0382 20.3611C54.1148 23.7733 55.1893 24.8804 57.2702 27.0684C59.2273 29.1305 61.564 31.4487 62.4253 32.8726C62.4253 32.8726 62.4722 33.0376 62.4978 32.9942C62.5234 33.0376 62.5703 32.8726 62.5703 32.8726C63.4231 31.4487 65.7726 29.1305 67.7297 27.0684C69.8063 24.8977 70.8808 23.7864 72.9574 20.3611C75.034 16.9358 74.2494 10.1461 68.3011 10.0029Z",
|
|
5564
5573
|
"M63.3638 7L53 19.8991L63.3638 33L74 20.0021L63.3638 7Z",
|
|
5565
5574
|
"M71.0529 16.8094C68.0882 13.8816 64.6248 11.0288 63.184 9.52738C61.7432 8.02594 61.3276 7.55047 61.0228 7.17511V7V7.17511C60.7181 7.55047 59.9423 8.4013 58.8617 9.52738C57.7811 10.6535 53.9575 13.8816 50.9928 16.8094C49.792 17.8598 48.9075 19.1693 48.4227 20.6142C47.9379 22.0591 47.8689 23.5917 48.222 25.0674C48.678 26.5413 49.7423 27.8013 51.1958 28.588C52.6492 29.3747 54.3813 29.6283 56.0355 29.2965C57.2498 29.1481 58.3628 28.6055 59.1664 27.77C58.9486 29.7124 58.0564 31.543 56.6174 33H65.1789C63.8541 31.509 63.0446 29.6988 62.8515 27.795C63.658 28.6231 64.7712 29.1569 65.9825 29.2965C67.6331 29.6275 69.3614 29.3732 70.8104 28.5861C72.2593 27.7991 73.3182 26.5394 73.7682 25.0674C74.1283 23.5959 74.068 22.0659 73.593 20.6213C73.118 19.1767 72.2439 17.8649 71.0529 16.8094Z"
|
|
5566
|
-
], Z1 = (e) =>
|
|
5575
|
+
], Z1 = (e) => Y1[Math.floor((e - 1) % 52 / 13)], X1 = [
|
|
5567
5576
|
"M22.4576 11.2454C19.854 8.36411 15.8549 10.0739 15.8549 10.0739C16.9692 8.86543 17.719 7.89973 17.5784 5.91556C17.5784 5.84696 17.5784 5.78364 17.5784 5.71504C17.5784 4.19931 16.9843 2.74567 15.9267 1.67389C14.8691 0.602113 13.4347 -2.349e-06 11.939 -2.08749e-06C10.4434 -1.82598e-06 9.00898 0.602114 7.95139 1.67389C6.8938 2.74567 6.29965 4.19932 6.29965 5.71504C6.29973 6.10518 6.33987 6.49426 6.41941 6.87599C6.54438 8.24802 7.21611 9.07651 8.13779 10.0739C8.13779 10.0739 4.13866 8.36411 1.53506 11.2454C0.637427 12.2449 0.100801 13.5234 0.0128424 14.872C-0.0751166 16.2206 0.29079 17.5596 1.05079 18.6702C1.87353 19.7942 3.10243 21.6781 5.99242 21.4617C8.55437 21.2665 8.92928 20.8285 10.6789 19.4037C10.5172 21.8143 9.62624 24.1158 8.12738 25.9947L15.8757 25.9947C14.4593 24.4855 13.2044 21.0185 13.3658 19.4406C15.0894 20.8338 15.4799 21.2718 18.0211 21.4617C20.9111 21.6781 22.14 19.7942 22.9575 18.6702C23.7172 17.5585 24.0816 16.2182 23.9908 14.8691C23.8999 13.5199 23.3593 12.2422 22.4576 11.2454Z",
|
|
5568
5577
|
"M17.3011 0.00285574C12.7813 -0.110017 11.7366 3.4064 11.4978 5.09515C11.259 3.4064 10.2186 -0.114358 5.69452 0.00285574C-0.249494 0.146117 -1.03833 6.94887 1.03823 10.3611C3.1148 13.7733 4.18933 14.8804 6.27016 17.0684C8.22733 19.1305 10.564 21.4487 11.4253 22.8726C11.4253 22.8726 11.4722 23.0376 11.4978 22.9942C11.5234 23.0376 11.5703 22.8726 11.5703 22.8726C12.4231 21.4487 14.7726 19.1305 16.7297 17.0684C18.8063 14.8977 19.8808 13.7864 21.9574 10.3611C24.034 6.93584 23.2494 0.146117 17.3011 0.00285574Z",
|
|
5569
5578
|
"M10.3638 0L0 12.8991L10.3638 26L21 13.0021L10.3638 0Z",
|
|
@@ -5580,8 +5589,8 @@ const vt = Array(4).fill([
|
|
|
5580
5589
|
height: ${({ $cardHeight: e }) => e}px;
|
|
5581
5590
|
}
|
|
5582
5591
|
`;
|
|
5583
|
-
var
|
|
5584
|
-
const
|
|
5592
|
+
var cr = /* @__PURE__ */ ((e) => (e.Reverse = "reverse", e.Green = "green", e.Gray = "gray", e.Black = "black", e))(cr || {});
|
|
5593
|
+
const dr = ({ type: e, cardWidth: t = 54, cardHeight: n = 72 }) => {
|
|
5585
5594
|
const r = {
|
|
5586
5595
|
reverse: $1,
|
|
5587
5596
|
green: _1,
|
|
@@ -5622,17 +5631,17 @@ const cr = ({ type: e, cardWidth: t = 54, cardHeight: n = 72 }) => {
|
|
|
5622
5631
|
border-right: 0 solid transparent;
|
|
5623
5632
|
border-bottom: 14px solid #ffae00;
|
|
5624
5633
|
opacity: 0.6;
|
|
5625
|
-
`,
|
|
5634
|
+
`, hr = ({ index: e, cardWidth: t = 54, cardHeight: n = 72, isFlop: i, isWinCombination: r, gameType: s = ne.BLACKJACK }) => {
|
|
5626
5635
|
if (!e)
|
|
5627
5636
|
return /* @__PURE__ */ a.jsx(
|
|
5628
|
-
|
|
5637
|
+
dr,
|
|
5629
5638
|
{
|
|
5630
|
-
type:
|
|
5639
|
+
type: lr.Reverse,
|
|
5631
5640
|
cardHeight: n,
|
|
5632
5641
|
cardWidth: t
|
|
5633
5642
|
}
|
|
5634
5643
|
);
|
|
5635
|
-
const o = vt[e - 1].value, l = Z1(e), c =
|
|
5644
|
+
const o = vt[e - 1].value, l = Z1(e), c = q1(e), d = t / 54, h = t / 2, p = +o == 10, g = {
|
|
5636
5645
|
textX: { top: p ? 30 : 25, bottom: p ? 18 : 20 },
|
|
5637
5646
|
textY: { top: 23, bottom: 23 },
|
|
5638
5647
|
iconX: { top: -2.5, bottom: 0.71 },
|
|
@@ -5691,7 +5700,7 @@ const cr = ({ type: e, cardWidth: t = 54, cardHeight: n = 72 }) => {
|
|
|
5691
5700
|
float: right;
|
|
5692
5701
|
text-align: end;
|
|
5693
5702
|
justify-content: end;
|
|
5694
|
-
`,
|
|
5703
|
+
`, si = m.button`
|
|
5695
5704
|
width: 86px;
|
|
5696
5705
|
height: 26px;
|
|
5697
5706
|
gap: 2px;
|
|
@@ -5712,16 +5721,16 @@ const cr = ({ type: e, cardWidth: t = 54, cardHeight: n = 72 }) => {
|
|
|
5712
5721
|
@media screen and (min-width: 768px) {
|
|
5713
5722
|
padding: 5px 5px;
|
|
5714
5723
|
}
|
|
5715
|
-
`,
|
|
5716
|
-
/* @__PURE__ */ a.jsxs(
|
|
5724
|
+
`, an = ({ handleClickRound: e, indexHistory: t }) => /* @__PURE__ */ a.jsxs(rl, { children: [
|
|
5725
|
+
/* @__PURE__ */ a.jsxs(si, { onClick: () => e((t ?? 0) - 1), children: [
|
|
5717
5726
|
/* @__PURE__ */ a.jsx(Ne, { height: 8, width: 12, position: "left" }),
|
|
5718
5727
|
ke("Previous")
|
|
5719
5728
|
] }),
|
|
5720
|
-
/* @__PURE__ */ a.jsxs(
|
|
5729
|
+
/* @__PURE__ */ a.jsxs(si, { onClick: () => e((t ?? 0) + 1), children: [
|
|
5721
5730
|
ke("Next"),
|
|
5722
5731
|
/* @__PURE__ */ a.jsx(Ne, { height: 8, width: 12, position: "right" })
|
|
5723
5732
|
] })
|
|
5724
|
-
] }),
|
|
5733
|
+
] }), nn = ({ size: e = 17 }) => /* @__PURE__ */ a.jsx(
|
|
5725
5734
|
"svg",
|
|
5726
5735
|
{
|
|
5727
5736
|
width: e,
|
|
@@ -5812,13 +5821,13 @@ const cr = ({ type: e, cardWidth: t = 54, cardHeight: n = 72 }) => {
|
|
|
5812
5821
|
] })
|
|
5813
5822
|
] })
|
|
5814
5823
|
] }),
|
|
5815
|
-
/* @__PURE__ */ a.jsx(
|
|
5824
|
+
/* @__PURE__ */ a.jsx(ri, {}),
|
|
5816
5825
|
/* @__PURE__ */ a.jsxs(O1, { children: [
|
|
5817
5826
|
/* @__PURE__ */ a.jsxs("div", { className: "dealerCards", children: [
|
|
5818
5827
|
/* @__PURE__ */ a.jsx("p", { className: "title", children: r("Dealer Cards") }),
|
|
5819
5828
|
/* @__PURE__ */ a.jsxs("div", { className: "cards", children: [
|
|
5820
5829
|
(h = e.player.dealerBox) == null ? void 0 : h.hand.cards.map((b, y) => /* @__PURE__ */ a.jsx("div", { className: "card-style", children: /* @__PURE__ */ a.jsx(
|
|
5821
|
-
|
|
5830
|
+
hr,
|
|
5822
5831
|
{
|
|
5823
5832
|
index: b.scannerIndex,
|
|
5824
5833
|
cardHeight: o,
|
|
@@ -5833,7 +5842,7 @@ const cr = ({ type: e, cardWidth: t = 54, cardHeight: n = 72 }) => {
|
|
|
5833
5842
|
/* @__PURE__ */ a.jsx("div", { className: "playerSeats", children: (g = e.player.boxes) == null ? void 0 : g.map((b, y) => /* @__PURE__ */ a.jsx(R1, { $isActive: !!b.playerNick, $index: y, children: y + 1 }, y)) })
|
|
5834
5843
|
] })
|
|
5835
5844
|
] }),
|
|
5836
|
-
/* @__PURE__ */ a.jsx(
|
|
5845
|
+
/* @__PURE__ */ a.jsx(ri, {}),
|
|
5837
5846
|
/* @__PURE__ */ a.jsx(W1, { children: /* @__PURE__ */ a.jsxs("table", { className: "table", children: [
|
|
5838
5847
|
/* @__PURE__ */ a.jsx("thead", { children: /* @__PURE__ */ a.jsxs("tr", { className: "boxes", children: [
|
|
5839
5848
|
/* @__PURE__ */ a.jsx("th", { className: "title", children: r("Seat") }),
|
|
@@ -5849,7 +5858,7 @@ const cr = ({ type: e, cardWidth: t = 54, cardHeight: n = 72 }) => {
|
|
|
5849
5858
|
/* @__PURE__ */ a.jsx("td", { children: /* @__PURE__ */ a.jsx("p", { className: "text", children: y + 1 }) }),
|
|
5850
5859
|
/* @__PURE__ */ a.jsx("td", { children: b.bets.map((w) => {
|
|
5851
5860
|
if (!(!s.includes(w.betType) || !w.amount))
|
|
5852
|
-
return /* @__PURE__ */ a.jsx("p", { className: "text", children: r(
|
|
5861
|
+
return /* @__PURE__ */ a.jsx("p", { className: "text", children: r(rr[w.betType]) }, w.betType);
|
|
5853
5862
|
}) }),
|
|
5854
5863
|
/* @__PURE__ */ a.jsxs("td", { className: "cards", children: [
|
|
5855
5864
|
b.splittedHands.length === 0 && /* @__PURE__ */ a.jsxs("div", { className: "hand", children: [
|
|
@@ -5883,7 +5892,7 @@ const cr = ({ type: e, cardWidth: t = 54, cardHeight: n = 72 }) => {
|
|
|
5883
5892
|
B
|
|
5884
5893
|
) });
|
|
5885
5894
|
}),
|
|
5886
|
-
/* @__PURE__ */ a.jsx(
|
|
5895
|
+
/* @__PURE__ */ a.jsx(nn, {})
|
|
5887
5896
|
] })
|
|
5888
5897
|
)
|
|
5889
5898
|
] }),
|
|
@@ -5913,7 +5922,7 @@ const cr = ({ type: e, cardWidth: t = 54, cardHeight: n = 72 }) => {
|
|
|
5913
5922
|
}
|
|
5914
5923
|
)
|
|
5915
5924
|
] }),
|
|
5916
|
-
/* @__PURE__ */ a.jsx("td", { children: b.bets.every((w) => !w.winAmount) ? /* @__PURE__ */ a.jsx(
|
|
5925
|
+
/* @__PURE__ */ a.jsx("td", { children: b.bets.every((w) => !w.winAmount) ? /* @__PURE__ */ a.jsx(Ga, { $isWin: !1, children: r("Lost") }) : b.bets.map((w) => s.includes(w.betType) ? w.winAmount ? /* @__PURE__ */ a.jsxs(Ga, { $isWin: !0, children: [
|
|
5917
5926
|
le(w.winAmount ?? 0),
|
|
5918
5927
|
e.player.gameCurrencyId
|
|
5919
5928
|
] }, w.betType) : /* @__PURE__ */ a.jsx("br", {}) : null) })
|
|
@@ -5922,7 +5931,7 @@ const cr = ({ type: e, cardWidth: t = 54, cardHeight: n = 72 }) => {
|
|
|
5922
5931
|
] }) }),
|
|
5923
5932
|
/* @__PURE__ */ a.jsx(M1, {}),
|
|
5924
5933
|
/* @__PURE__ */ a.jsx(
|
|
5925
|
-
|
|
5934
|
+
an,
|
|
5926
5935
|
{
|
|
5927
5936
|
handleClickRound: t,
|
|
5928
5937
|
indexHistory: n
|
|
@@ -5999,9 +6008,9 @@ const cr = ({ type: e, cardWidth: t = 54, cardHeight: n = 72 }) => {
|
|
|
5999
6008
|
}) => {
|
|
6000
6009
|
if (!e)
|
|
6001
6010
|
return /* @__PURE__ */ a.jsx(
|
|
6002
|
-
|
|
6011
|
+
dr,
|
|
6003
6012
|
{
|
|
6004
|
-
type:
|
|
6013
|
+
type: cr.Reverse,
|
|
6005
6014
|
cardHeight: n,
|
|
6006
6015
|
cardWidth: t
|
|
6007
6016
|
}
|
|
@@ -6113,7 +6122,7 @@ const cr = ({ type: e, cardWidth: t = 54, cardHeight: n = 72 }) => {
|
|
|
6113
6122
|
.textGreen {
|
|
6114
6123
|
color: #33a54c;
|
|
6115
6124
|
}
|
|
6116
|
-
`,
|
|
6125
|
+
`, oi = m.div`
|
|
6117
6126
|
width: 100%;
|
|
6118
6127
|
display: flex;
|
|
6119
6128
|
justify-content: space-between;
|
|
@@ -6281,7 +6290,7 @@ m.div`
|
|
|
6281
6290
|
background: ${({ $isActive: e }) => e ? "#C5F5FA1F" : "#11111166"};
|
|
6282
6291
|
border: 1px solid ${({ $isActive: e }) => e ? "#C5F5FA" : "#FFFFFF14"};
|
|
6283
6292
|
position: absolute;
|
|
6284
|
-
transform: translate(${({ $index: e }) =>
|
|
6293
|
+
transform: translate(${({ $index: e }) => sr[e]});
|
|
6285
6294
|
font-family: Inter;
|
|
6286
6295
|
font-weight: 700;
|
|
6287
6296
|
font-size: 10px;
|
|
@@ -6444,7 +6453,7 @@ const vl = m.div`
|
|
|
6444
6453
|
display: flex;
|
|
6445
6454
|
justify-content: flex-end;
|
|
6446
6455
|
text-align: end;
|
|
6447
|
-
`,
|
|
6456
|
+
`, li = m.button`
|
|
6448
6457
|
background-color: #0c0c0cff;
|
|
6449
6458
|
color: white;
|
|
6450
6459
|
border: 1px solid #333;
|
|
@@ -6493,7 +6502,7 @@ const vl = m.div`
|
|
|
6493
6502
|
] })
|
|
6494
6503
|
] }),
|
|
6495
6504
|
/* @__PURE__ */ a.jsx(Se, {}),
|
|
6496
|
-
/* @__PURE__ */ a.jsxs(
|
|
6505
|
+
/* @__PURE__ */ a.jsxs(oi, { $isMobile: !1, children: [
|
|
6497
6506
|
/* @__PURE__ */ a.jsxs("div", { className: "item", children: [
|
|
6498
6507
|
/* @__PURE__ */ a.jsx("p", { className: "text", children: "Dealer" }),
|
|
6499
6508
|
/* @__PURE__ */ a.jsx(Se, {}),
|
|
@@ -6538,11 +6547,11 @@ const vl = m.div`
|
|
|
6538
6547
|
] })
|
|
6539
6548
|
] }),
|
|
6540
6549
|
/* @__PURE__ */ a.jsx(Se, {}),
|
|
6541
|
-
/* @__PURE__ */ a.jsxs(
|
|
6550
|
+
/* @__PURE__ */ a.jsxs(oi, { $isMobile: i && !r, children: [
|
|
6542
6551
|
/* @__PURE__ */ a.jsxs("div", { className: "item", children: [
|
|
6543
6552
|
/* @__PURE__ */ a.jsxs("div", { className: "text", children: [
|
|
6544
6553
|
/* @__PURE__ */ a.jsx("span", { className: "text", children: "Dealer's Hand" }),
|
|
6545
|
-
/* @__PURE__ */ a.jsx(
|
|
6554
|
+
/* @__PURE__ */ a.jsx(li, { children: ii[e == null ? void 0 : e.dealerWinType] })
|
|
6546
6555
|
] }),
|
|
6547
6556
|
/* @__PURE__ */ a.jsx(Se, { $isVisible: !i || r }),
|
|
6548
6557
|
/* @__PURE__ */ a.jsx("div", { className: "cards", children: (g = e.dealerCards) == null ? void 0 : g.map((x, v) => /* @__PURE__ */ a.jsx("div", { className: "card-style", children: /* @__PURE__ */ a.jsx(
|
|
@@ -6575,7 +6584,7 @@ const vl = m.div`
|
|
|
6575
6584
|
/* @__PURE__ */ a.jsxs("div", { className: "item", children: [
|
|
6576
6585
|
/* @__PURE__ */ a.jsxs("div", { className: "text", children: [
|
|
6577
6586
|
/* @__PURE__ */ a.jsx("span", { className: "text", children: "Player's Hand" }),
|
|
6578
|
-
/* @__PURE__ */ a.jsx(
|
|
6587
|
+
/* @__PURE__ */ a.jsx(li, { children: ii[e == null ? void 0 : e.playerWinType] })
|
|
6579
6588
|
] }),
|
|
6580
6589
|
/* @__PURE__ */ a.jsx(Se, { $isVisible: !i || r }),
|
|
6581
6590
|
/* @__PURE__ */ a.jsx("div", { className: "cards", children: (b = e.playerCards) == null ? void 0 : b.map((x, v) => /* @__PURE__ */ a.jsx("div", { className: "card-style", children: /* @__PURE__ */ a.jsx(
|
|
@@ -6600,7 +6609,7 @@ const vl = m.div`
|
|
|
6600
6609
|
/* @__PURE__ */ a.jsx("tbody", { children: (y = e.player.bets) == null ? void 0 : y.map((x, v) => {
|
|
6601
6610
|
if (x.playerId)
|
|
6602
6611
|
return /* @__PURE__ */ a.jsxs("tr", { children: [
|
|
6603
|
-
/* @__PURE__ */ a.jsx("td", { children: /* @__PURE__ */ a.jsx("p", { className: "text ", children: s(
|
|
6612
|
+
/* @__PURE__ */ a.jsx("td", { children: /* @__PURE__ */ a.jsx("p", { className: "text ", children: s(rr[x.betType]) }) }),
|
|
6604
6613
|
/* @__PURE__ */ a.jsx("td", { children: /* @__PURE__ */ a.jsxs("p", { className: "text amount-text", children: [
|
|
6605
6614
|
x.amount,
|
|
6606
6615
|
e.player.gameCurrencyId
|
|
@@ -6614,14 +6623,14 @@ const vl = m.div`
|
|
|
6614
6623
|
] }) }),
|
|
6615
6624
|
/* @__PURE__ */ a.jsx(Cl, {}),
|
|
6616
6625
|
/* @__PURE__ */ a.jsx(
|
|
6617
|
-
|
|
6626
|
+
an,
|
|
6618
6627
|
{
|
|
6619
6628
|
handleClickRound: t,
|
|
6620
6629
|
indexHistory: n
|
|
6621
6630
|
}
|
|
6622
6631
|
)
|
|
6623
6632
|
] });
|
|
6624
|
-
}, ka = "Split", jl = "column", Sl = "dozen", Il = "Corner",
|
|
6633
|
+
}, ka = "Split", jl = "column", Sl = "dozen", Il = "Corner", ci = "Street", Bl = "Line", ur = [
|
|
6625
6634
|
1,
|
|
6626
6635
|
3,
|
|
6627
6636
|
5,
|
|
@@ -6640,7 +6649,7 @@ const vl = m.div`
|
|
|
6640
6649
|
32,
|
|
6641
6650
|
34,
|
|
6642
6651
|
36
|
|
6643
|
-
], Tl = (e) => e === 0 ? "Green" :
|
|
6652
|
+
], Tl = (e) => e === 0 ? "Green" : ur.includes(e) ? "#610A0A" : "#000000", Ll = (e) => e === 0 ? "Green" : ur.includes(e) ? "Red" : "Black", Nl = (e) => `${["1st", "2nd", "3rd"][e - 1]} ${jl}`, Pl = (e) => `${Sl} ${["1st", "2nd", "3rd"][e === 3 ? 0 : e === 15 ? 1 : 2]}`, zl = (e) => e === 6 ? "Even" : "Odd", Fl = (e) => e === 3 ? "1-18" : "19-36", Dl = (e) => {
|
|
6644
6653
|
if (e === 0) return "0/1/2/3";
|
|
6645
6654
|
const t = (e + 2) / 3;
|
|
6646
6655
|
return (e % 3 || 3) === 1 ? t < 12 ? `${e}/${e + 1}/${e + 3}/${e + 4}` : `${e - 3}/${e - 2}/${e}/${e + 1}` : `${e - 1}/${e}/${e + 2}/${e + 3}`;
|
|
@@ -6684,11 +6693,11 @@ const vl = m.div`
|
|
|
6684
6693
|
return `${Il} ${n}`;
|
|
6685
6694
|
}
|
|
6686
6695
|
case 4:
|
|
6687
|
-
return `${
|
|
6696
|
+
return `${ci} ${Aa(e, t)}`;
|
|
6688
6697
|
case 7:
|
|
6689
6698
|
return `${Bl} ${Aa(e, t)}`;
|
|
6690
6699
|
case 13:
|
|
6691
|
-
return `${
|
|
6700
|
+
return `${ci} ${Aa(e, t)}`;
|
|
6692
6701
|
default:
|
|
6693
6702
|
throw new Error(`Unknown bet type: ${e}`);
|
|
6694
6703
|
}
|
|
@@ -6782,7 +6791,7 @@ const vl = m.div`
|
|
|
6782
6791
|
font-size: 11px;
|
|
6783
6792
|
}
|
|
6784
6793
|
}
|
|
6785
|
-
`,
|
|
6794
|
+
`, di = m.div`
|
|
6786
6795
|
width: 100%;
|
|
6787
6796
|
height: 1.2px;
|
|
6788
6797
|
background: linear-gradient(
|
|
@@ -6975,7 +6984,7 @@ const vl = m.div`
|
|
|
6975
6984
|
] })
|
|
6976
6985
|
] })
|
|
6977
6986
|
] }),
|
|
6978
|
-
/* @__PURE__ */ a.jsx(
|
|
6987
|
+
/* @__PURE__ */ a.jsx(di, {}),
|
|
6979
6988
|
/* @__PURE__ */ a.jsxs(Rl, { children: [
|
|
6980
6989
|
/* @__PURE__ */ a.jsx("div", { className: "item", children: /* @__PURE__ */ a.jsxs("p", { className: "title", children: [
|
|
6981
6990
|
r("Win number"),
|
|
@@ -6983,7 +6992,7 @@ const vl = m.div`
|
|
|
6983
6992
|
] }) }),
|
|
6984
6993
|
/* @__PURE__ */ a.jsx("div", { className: "item", children: /* @__PURE__ */ a.jsx(Gl, { style: { backgroundColor: Tl(s) }, children: e == null ? void 0 : e.winNumber }) })
|
|
6985
6994
|
] }),
|
|
6986
|
-
/* @__PURE__ */ a.jsx(
|
|
6995
|
+
/* @__PURE__ */ a.jsx(di, {}),
|
|
6987
6996
|
/* @__PURE__ */ a.jsx(Vl, { children: /* @__PURE__ */ a.jsxs("table", { className: "table", children: [
|
|
6988
6997
|
/* @__PURE__ */ a.jsx("thead", { children: /* @__PURE__ */ a.jsxs("tr", { className: "boxes", children: [
|
|
6989
6998
|
/* @__PURE__ */ a.jsx("th", { className: "title", children: r("Type") }),
|
|
@@ -7004,7 +7013,7 @@ const vl = m.div`
|
|
|
7004
7013
|
] }) }),
|
|
7005
7014
|
/* @__PURE__ */ a.jsx(Wl, {}),
|
|
7006
7015
|
/* @__PURE__ */ a.jsx(
|
|
7007
|
-
|
|
7016
|
+
an,
|
|
7008
7017
|
{
|
|
7009
7018
|
handleClickRound: t,
|
|
7010
7019
|
indexHistory: n
|
|
@@ -7031,7 +7040,7 @@ const vl = m.div`
|
|
|
7031
7040
|
(h === null || h < 0) && n(0);
|
|
7032
7041
|
}, [h]), me(() => {
|
|
7033
7042
|
i === 2 && (n(0), d(null), p(null));
|
|
7034
|
-
}, [i]), /* @__PURE__ */ a.jsx(
|
|
7043
|
+
}, [i]), /* @__PURE__ */ a.jsx(or, { children: c ? ((x = e == null ? void 0 : e.rounds[0]) == null ? void 0 : x.gameId) === ne.TEXAS ? /* @__PURE__ */ a.jsx(
|
|
7035
7044
|
Al,
|
|
7036
7045
|
{
|
|
7037
7046
|
roundData: c,
|
|
@@ -7068,7 +7077,7 @@ const vl = m.div`
|
|
|
7068
7077
|
isRoulette: ((y = e == null ? void 0 : e.rounds[0]) == null ? void 0 : y.gameId) === ne.ROULETTE
|
|
7069
7078
|
}
|
|
7070
7079
|
) });
|
|
7071
|
-
},
|
|
7080
|
+
}, ql = m.div`
|
|
7072
7081
|
max-width: 100%;
|
|
7073
7082
|
max-height: 100%;
|
|
7074
7083
|
display: flex;
|
|
@@ -7102,7 +7111,7 @@ const vl = m.div`
|
|
|
7102
7111
|
}
|
|
7103
7112
|
} */
|
|
7104
7113
|
}
|
|
7105
|
-
`,
|
|
7114
|
+
`, Yl = m.button`
|
|
7106
7115
|
width: 100%;
|
|
7107
7116
|
height: 36px;
|
|
7108
7117
|
border-radius: 8px;
|
|
@@ -7135,7 +7144,7 @@ const vl = m.div`
|
|
|
7135
7144
|
currencyId: r
|
|
7136
7145
|
}) => {
|
|
7137
7146
|
const [s, o] = E(e[0]), { t: l } = W(), { clickSound: c } = Pe({ effectsVolume: 50 });
|
|
7138
|
-
return /* @__PURE__ */ a.jsxs(
|
|
7147
|
+
return /* @__PURE__ */ a.jsxs(ql, { children: [
|
|
7139
7148
|
/* @__PURE__ */ a.jsx("div", { className: "chip-wrapper", children: e.map((d, h) => /* @__PURE__ */ a.jsx(
|
|
7140
7149
|
Xt,
|
|
7141
7150
|
{
|
|
@@ -7150,7 +7159,7 @@ const vl = m.div`
|
|
|
7150
7159
|
},
|
|
7151
7160
|
h
|
|
7152
7161
|
)) }),
|
|
7153
|
-
/* @__PURE__ */ a.jsxs(
|
|
7162
|
+
/* @__PURE__ */ a.jsxs(Yl, { onClick: () => i(s), children: [
|
|
7154
7163
|
l("Tip"),
|
|
7155
7164
|
" ",
|
|
7156
7165
|
s,
|
|
@@ -7319,8 +7328,8 @@ const Xl = m.div`
|
|
|
7319
7328
|
height: 32px;
|
|
7320
7329
|
}
|
|
7321
7330
|
`, sc = "data:image/svg+xml,%3csvg%20width='14'%20height='16'%20viewBox='0%200%2014%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.45402%200.399902C9.87463%200.399915%2010.2805%200.554948%2010.594%200.835361C10.9075%201.11577%2011.1066%201.50189%2011.1534%201.9199H12.1171C12.4507%201.92011%2012.7721%202.04571%2013.0175%202.2718C13.2628%202.49788%2013.4143%202.80794%2013.4417%203.14046L13.4463%203.2499V5.5299C13.4463%206.16081%2013.205%206.76781%2012.7717%207.2264C12.3384%207.68498%2011.746%207.96038%2011.1161%207.9961L10.9565%208.00066C10.7032%208.79031%2010.2308%209.49174%209.59422%2010.0232C8.95765%2010.5547%208.18316%2010.8944%207.36098%2011.0027V12.1799H8.69326C9.32403%2012.1801%209.93085%2012.4215%2010.3893%2012.8548C10.8477%2013.2881%2011.123%2013.8803%2011.1587%2014.5101L11.1633%2014.6499V15.0299C11.1632%2015.1678%2011.1132%2015.3009%2011.0226%2015.4048C10.9319%2015.5086%2010.8066%2015.576%2010.67%2015.5946L10.5933%2015.5999H2.99174C2.85387%2015.6001%202.72061%2015.5503%202.61664%2015.4597C2.51267%2015.3692%202.44505%2015.244%202.4263%2015.1074L2.42174%2015.0299V14.6499C2.42169%2014.0191%202.66296%2013.4122%203.09609%2012.9537C3.52922%2012.4951%204.12138%2012.2196%204.75114%2012.1837L4.89174%2012.1799H6.22174V11.0027C5.39983%2010.8941%204.62567%2010.5543%203.98939%2010.0229C3.3531%209.49138%202.88088%208.7901%202.6277%208.00066L2.60794%207.9999C1.95285%207.9999%201.3246%207.73967%200.861386%207.27646C0.398171%206.81324%200.137939%206.18499%200.137939%205.5299V3.2499C0.137939%202.51574%200.733779%201.9199%201.46794%201.9199H2.43162C2.47837%201.50176%202.67763%201.11554%202.9913%200.835108C3.30496%200.554677%203.711%200.399728%204.13174%200.399902H9.45402ZM12.1171%203.0599H11.164V6.84698C11.4613%206.80474%2011.7355%206.66316%2011.9421%206.44527C12.1486%206.22739%2012.2754%205.94602%2012.3017%205.64694L12.3071%205.5299V3.2499C12.307%203.2071%2012.2925%203.16557%2012.2658%203.13205C12.2392%203.09853%2012.2021%203.07498%2012.1604%203.06522L12.1171%203.0599ZM2.42174%203.0599H1.46794C1.41755%203.0599%201.36922%203.07992%201.33359%203.11555C1.29796%203.15118%201.27794%203.19951%201.27794%203.2499V5.5299C1.2779%205.85041%201.3936%206.16016%201.60375%206.40215C1.81391%206.64415%202.10439%206.80211%202.42174%206.84698V3.0599Z'%20fill='url(%23paint0_linear_851_275)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_851_275'%20x1='1.32619'%20y1='0.128474'%20x2='13.1121'%20y2='14.3788'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23E1E3E8'/%3e%3cstop%20offset='0.630326'%20stop-color='%23A9AAB0'/%3e%3cstop%20offset='0.843825'%20stop-color='%23767A8E'/%3e%3cstop%20offset='1'%20stop-color='%236C6D75'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e", oc = "data:image/svg+xml,%3csvg%20width='14'%20height='16'%20viewBox='0%200%2014%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.45402%200.399902C9.87463%200.399915%2010.2805%200.554948%2010.594%200.835361C10.9075%201.11577%2011.1066%201.50189%2011.1534%201.9199H12.1171C12.4507%201.92011%2012.7721%202.04571%2013.0175%202.2718C13.2628%202.49788%2013.4143%202.80794%2013.4417%203.14046L13.4463%203.2499V5.5299C13.4463%206.16081%2013.205%206.76781%2012.7717%207.2264C12.3384%207.68498%2011.746%207.96038%2011.1161%207.9961L10.9565%208.00066C10.7032%208.79031%2010.2308%209.49174%209.59422%2010.0232C8.95765%2010.5547%208.18316%2010.8944%207.36098%2011.0027V12.1799H8.69326C9.32403%2012.1801%209.93085%2012.4215%2010.3893%2012.8548C10.8477%2013.2881%2011.123%2013.8803%2011.1587%2014.5101L11.1633%2014.6499V15.0299C11.1632%2015.1678%2011.1132%2015.3009%2011.0226%2015.4048C10.9319%2015.5086%2010.8066%2015.576%2010.67%2015.5946L10.5933%2015.5999H2.99174C2.85387%2015.6001%202.72061%2015.5503%202.61664%2015.4597C2.51267%2015.3692%202.44505%2015.244%202.4263%2015.1074L2.42174%2015.0299V14.6499C2.42169%2014.0191%202.66296%2013.4122%203.09609%2012.9537C3.52922%2012.4951%204.12138%2012.2196%204.75114%2012.1837L4.89174%2012.1799H6.22174V11.0027C5.39983%2010.8941%204.62567%2010.5543%203.98939%2010.0229C3.3531%209.49138%202.88088%208.7901%202.6277%208.00066L2.60794%207.9999C1.95285%207.9999%201.3246%207.73967%200.861386%207.27646C0.398171%206.81324%200.137939%206.18499%200.137939%205.5299V3.2499C0.137939%202.51574%200.733779%201.9199%201.46794%201.9199H2.43162C2.47837%201.50176%202.67763%201.11554%202.9913%200.835108C3.30496%200.554677%203.711%200.399728%204.13174%200.399902H9.45402ZM12.1171%203.0599H11.164V6.84698C11.4613%206.80474%2011.7355%206.66316%2011.9421%206.44527C12.1486%206.22739%2012.2754%205.94602%2012.3017%205.64694L12.3071%205.5299V3.2499C12.307%203.2071%2012.2925%203.16557%2012.2658%203.13205C12.2392%203.09853%2012.2021%203.07498%2012.1604%203.06522L12.1171%203.0599ZM2.42174%203.0599H1.46794C1.41755%203.0599%201.36922%203.07992%201.33359%203.11555C1.29796%203.15118%201.27794%203.19951%201.27794%203.2499V5.5299C1.2779%205.85041%201.3936%206.16016%201.60375%206.40215C1.81391%206.64415%202.10439%206.80211%202.42174%206.84698V3.0599Z'%20fill='url(%23paint0_linear_851_539)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_851_539'%20x1='1.32619'%20y1='0.128474'%20x2='13.1121'%20y2='14.3788'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23E69733'/%3e%3cstop%20offset='0.589749'%20stop-color='%23C27839'/%3e%3cstop%20offset='0.843825'%20stop-color='%2393541A'/%3e%3cstop%20offset='1'%20stop-color='%23874C15'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e", da = "data:image/png;base64,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";
|
|
7322
|
-
var
|
|
7323
|
-
const
|
|
7331
|
+
var pr = /* @__PURE__ */ ((e) => (e.Prizes = "Prizes", e.Leaderboard = "Leaderboard", e.Rules = "Rules", e))(pr || {});
|
|
7332
|
+
const fr = ({
|
|
7324
7333
|
tournamentData: e,
|
|
7325
7334
|
fromIcon: t,
|
|
7326
7335
|
playerId: n,
|
|
@@ -7331,17 +7340,17 @@ const pr = ({
|
|
|
7331
7340
|
const [r, s] = E(
|
|
7332
7341
|
"Leaderboard"
|
|
7333
7342
|
/* Leaderboard */
|
|
7334
|
-
), [o, l] = E(
|
|
7343
|
+
), [o, l] = E(En(e)), { clickSound: c } = Pe({ effectsVolume: 50 }), { t: d } = W();
|
|
7335
7344
|
me(() => {
|
|
7336
7345
|
const f = setInterval(() => {
|
|
7337
|
-
l(
|
|
7346
|
+
l(En(e));
|
|
7338
7347
|
}, 1e3);
|
|
7339
7348
|
return () => clearInterval(f);
|
|
7340
7349
|
}, []);
|
|
7341
7350
|
const h = (f) => {
|
|
7342
7351
|
switch (f) {
|
|
7343
7352
|
case 1:
|
|
7344
|
-
return /* @__PURE__ */ a.jsx("img", { src:
|
|
7353
|
+
return /* @__PURE__ */ a.jsx("img", { src: ir, alt: "gold cup" });
|
|
7345
7354
|
case 2:
|
|
7346
7355
|
return /* @__PURE__ */ a.jsx("img", { src: sc, alt: "silver cup" });
|
|
7347
7356
|
case 3:
|
|
@@ -7352,7 +7361,7 @@ const pr = ({
|
|
|
7352
7361
|
};
|
|
7353
7362
|
return /* @__PURE__ */ a.jsxs(Xl, { fromIcon: t, children: [
|
|
7354
7363
|
t && /* @__PURE__ */ a.jsx(Jl, { onClick: i, children: /* @__PURE__ */ a.jsx(ca, {}) }),
|
|
7355
|
-
/* @__PURE__ */ a.jsx(Ql, { children: Object.values(
|
|
7364
|
+
/* @__PURE__ */ a.jsx(Ql, { children: Object.values(pr).map((f) => /* @__PURE__ */ a.jsx(
|
|
7356
7365
|
$l,
|
|
7357
7366
|
{
|
|
7358
7367
|
active: r === f,
|
|
@@ -7814,13 +7823,13 @@ const pr = ({
|
|
|
7814
7823
|
}
|
|
7815
7824
|
return r;
|
|
7816
7825
|
}) });
|
|
7817
|
-
},
|
|
7826
|
+
}, mr = ({ val: e, key: t = "0" }) => {
|
|
7818
7827
|
const { t: n } = W();
|
|
7819
7828
|
if (typeof e == "string")
|
|
7820
7829
|
return /* @__PURE__ */ a.jsx("div", { className: "content", children: /* @__PURE__ */ a.jsx(zt, { textKey: e }) }, t);
|
|
7821
7830
|
if (Array.isArray(e))
|
|
7822
7831
|
return /* @__PURE__ */ a.jsx(a.Fragment, { children: e.map(
|
|
7823
|
-
(i, r) => typeof i == "string" ? /* @__PURE__ */ a.jsx("div", { className: "content", children: /* @__PURE__ */ a.jsx(zt, { textKey: i }) }, `${t}-${r}`) : /* @__PURE__ */ a.jsx(
|
|
7832
|
+
(i, r) => typeof i == "string" ? /* @__PURE__ */ a.jsx("div", { className: "content", children: /* @__PURE__ */ a.jsx(zt, { textKey: i }) }, `${t}-${r}`) : /* @__PURE__ */ a.jsx(mr, { val: i }, `${t}-${r}`)
|
|
7824
7833
|
) });
|
|
7825
7834
|
if (typeof e == "object" && e !== null) {
|
|
7826
7835
|
const i = e;
|
|
@@ -7967,7 +7976,7 @@ const pr = ({
|
|
|
7967
7976
|
const { t: r } = W();
|
|
7968
7977
|
return e === "Payments" ? /* @__PURE__ */ a.jsx(mc, { index: n, gameType: i }, n) : /* @__PURE__ */ a.jsxs("div", { className: "game-text-wrapper", children: [
|
|
7969
7978
|
/* @__PURE__ */ a.jsx("h2", { className: "content-name", children: r(e) }),
|
|
7970
|
-
/* @__PURE__ */ a.jsx(
|
|
7979
|
+
/* @__PURE__ */ a.jsx(mr, { val: t })
|
|
7971
7980
|
] }, n);
|
|
7972
7981
|
}, bc = {
|
|
7973
7982
|
"Game Rules": [
|
|
@@ -8175,7 +8184,7 @@ const pr = ({
|
|
|
8175
8184
|
`content_${h}`
|
|
8176
8185
|
)) })
|
|
8177
8186
|
] });
|
|
8178
|
-
},
|
|
8187
|
+
}, gr = ({ onClick: e }) => /* @__PURE__ */ a.jsx(
|
|
8179
8188
|
"svg",
|
|
8180
8189
|
{
|
|
8181
8190
|
onClick: e,
|
|
@@ -8364,7 +8373,7 @@ const pr = ({
|
|
|
8364
8373
|
}
|
|
8365
8374
|
}
|
|
8366
8375
|
),
|
|
8367
|
-
/* @__PURE__ */ a.jsx("div", { className: "send-massage", children: /* @__PURE__ */ a.jsx(
|
|
8376
|
+
/* @__PURE__ */ a.jsx("div", { className: "send-massage", children: /* @__PURE__ */ a.jsx(gr, { onClick: c }) })
|
|
8368
8377
|
] })
|
|
8369
8378
|
] });
|
|
8370
8379
|
}, jc = m.div`
|
|
@@ -8496,7 +8505,7 @@ const pr = ({
|
|
|
8496
8505
|
}
|
|
8497
8506
|
}
|
|
8498
8507
|
),
|
|
8499
|
-
/* @__PURE__ */ a.jsx("div", { className: "send-massage", children: /* @__PURE__ */ a.jsx(
|
|
8508
|
+
/* @__PURE__ */ a.jsx("div", { className: "send-massage", children: /* @__PURE__ */ a.jsx(gr, { onClick: l }) })
|
|
8500
8509
|
] }),
|
|
8501
8510
|
/* @__PURE__ */ a.jsx(Bc, { $isMobile: n, children: t.map((c) => /* @__PURE__ */ a.jsxs("div", { className: "message-item", children: [
|
|
8502
8511
|
/* @__PURE__ */ a.jsxs("div", { className: "sender-nick", children: [
|
|
@@ -8647,7 +8656,7 @@ const pr = ({
|
|
|
8647
8656
|
color: #ffffff;
|
|
8648
8657
|
}
|
|
8649
8658
|
|
|
8650
|
-
${({ $active: e }) => e &&
|
|
8659
|
+
${({ $active: e }) => e && Ja`
|
|
8651
8660
|
background: rgba(197, 245, 250, 1);
|
|
8652
8661
|
color: rgba(17, 17, 17, 1);
|
|
8653
8662
|
|
|
@@ -8657,7 +8666,7 @@ const pr = ({
|
|
|
8657
8666
|
}
|
|
8658
8667
|
`}
|
|
8659
8668
|
`;
|
|
8660
|
-
var
|
|
8669
|
+
var br = /* @__PURE__ */ ((e) => (e[e.GeneralError = 999] = "GeneralError", e[e.NotError = 0] = "NotError", e[e.LowBalance = 5] = "LowBalance", e[e.NicknameAlreadyExists = 21] = "NicknameAlreadyExists", e[e.NicknameNotFound = 25] = "NicknameNotFound", e[e.NickNameAlreadySeted = 35] = "NickNameAlreadySeted", e[e.WrongBetAmount = 33] = "WrongBetAmount", e[e.CancelRound = 54] = "CancelRound", e))(br || {});
|
|
8661
8670
|
const Hc = ["Min", "Low", "Med", "High", "Auto"], Oc = ({
|
|
8662
8671
|
streamVolume: e,
|
|
8663
8672
|
effectsVolume: t,
|
|
@@ -8726,7 +8735,7 @@ const Hc = ["Min", "Low", "Med", "High", "Auto"], Oc = ({
|
|
|
8726
8735
|
value: g,
|
|
8727
8736
|
onChange: ({ target: x }) => f(x.value),
|
|
8728
8737
|
placeholder: d("Enter new nickname"),
|
|
8729
|
-
error: c ===
|
|
8738
|
+
error: c === br.NicknameAlreadyExists ? d("Nickname already in use") : void 0
|
|
8730
8739
|
}
|
|
8731
8740
|
),
|
|
8732
8741
|
/* @__PURE__ */ a.jsx("button", { onClick: y, children: d("Change") })
|
|
@@ -8943,7 +8952,7 @@ const Hc = ["Min", "Low", "Med", "High", "Auto"], Oc = ({
|
|
|
8943
8952
|
limits: "1:1",
|
|
8944
8953
|
cards: [{ scannerIndex: 5 }, { scannerIndex: 31 }, { scannerIndex: 19 }, { scannerIndex: 22 }, { scannerIndex: 11 }]
|
|
8945
8954
|
}
|
|
8946
|
-
],
|
|
8955
|
+
], yr = m.div`
|
|
8947
8956
|
max-width: 100%;
|
|
8948
8957
|
min-width: 90%;
|
|
8949
8958
|
max-height: 95%;
|
|
@@ -9037,9 +9046,9 @@ const Hc = ["Min", "Low", "Med", "High", "Auto"], Oc = ({
|
|
|
9037
9046
|
.item-name {
|
|
9038
9047
|
width: 35%;
|
|
9039
9048
|
}
|
|
9040
|
-
`,
|
|
9049
|
+
`, xr = (e) => {
|
|
9041
9050
|
const { t } = W(), i = e.gameType === ne.TEXAS ? Wc : Mc;
|
|
9042
|
-
return /* @__PURE__ */ a.jsxs(
|
|
9051
|
+
return /* @__PURE__ */ a.jsxs(yr, { children: [
|
|
9043
9052
|
/* @__PURE__ */ a.jsxs("div", { className: "main-title", children: [
|
|
9044
9053
|
/* @__PURE__ */ a.jsx("p", { children: t("Bet") }),
|
|
9045
9054
|
/* @__PURE__ */ a.jsx("p", { children: t("Payout") })
|
|
@@ -9062,13 +9071,13 @@ const Hc = ["Min", "Low", "Med", "High", "Auto"], Oc = ({
|
|
|
9062
9071
|
] }, s)) })
|
|
9063
9072
|
] });
|
|
9064
9073
|
};
|
|
9065
|
-
var
|
|
9066
|
-
const Vc = m(
|
|
9074
|
+
var wr = /* @__PURE__ */ ((e) => (e[e.ClassicRoulette = 1] = "ClassicRoulette", e[e.FusionRoulette = 2] = "FusionRoulette", e[e.RouletteX150 = 150] = "RouletteX150", e[e.RouletteX500 = 500] = "RouletteX500", e[e.RouletteX1000 = 1e3] = "RouletteX1000", e[e.RouletteX2000 = 2e3] = "RouletteX2000", e[e.RouletteX5000 = 5e3] = "RouletteX5000", e))(wr || {});
|
|
9075
|
+
const Vc = m(yr)`
|
|
9067
9076
|
.card {
|
|
9068
9077
|
justify-content: start;
|
|
9069
9078
|
width: 35%;
|
|
9070
9079
|
}
|
|
9071
|
-
`,
|
|
9080
|
+
`, Cr = ({
|
|
9072
9081
|
stakes: e,
|
|
9073
9082
|
maxPayOut: t,
|
|
9074
9083
|
currencyId: n,
|
|
@@ -9082,7 +9091,7 @@ const Vc = m(br)`
|
|
|
9082
9091
|
/* @__PURE__ */ a.jsx("p", { className: "title-elements ", children: r("Payout") })
|
|
9083
9092
|
] }),
|
|
9084
9093
|
/* @__PURE__ */ a.jsxs("div", { className: "info-wrapper", children: [
|
|
9085
|
-
t && i !==
|
|
9094
|
+
t && i !== wr.ClassicRoulette && /* @__PURE__ */ a.jsxs("div", { className: "elements title-false", children: [
|
|
9086
9095
|
/* @__PURE__ */ a.jsx("p", { className: "item-name", children: r("Max Payout") }),
|
|
9087
9096
|
/* @__PURE__ */ a.jsx("div", { className: "card", children: /* @__PURE__ */ a.jsxs("p", { children: [
|
|
9088
9097
|
`${s} ${t}`,
|
|
@@ -9097,7 +9106,7 @@ const Vc = m(br)`
|
|
|
9097
9106
|
] }, l))
|
|
9098
9107
|
] })
|
|
9099
9108
|
] });
|
|
9100
|
-
},
|
|
9109
|
+
}, vr = ({
|
|
9101
9110
|
activeAction: e,
|
|
9102
9111
|
messages: t,
|
|
9103
9112
|
onSendMessage: n,
|
|
@@ -9178,7 +9187,7 @@ const Vc = m(br)`
|
|
|
9178
9187
|
}
|
|
9179
9188
|
);
|
|
9180
9189
|
case D.Tournament:
|
|
9181
|
-
return /* @__PURE__ */ a.jsx(
|
|
9190
|
+
return /* @__PURE__ */ a.jsx(fr, { tournamentData: b, playerId: M });
|
|
9182
9191
|
case D.Info:
|
|
9183
9192
|
return /* @__PURE__ */ a.jsx(xc, { gameType: $ });
|
|
9184
9193
|
case D.Support:
|
|
@@ -9192,18 +9201,18 @@ const Vc = m(br)`
|
|
|
9192
9201
|
);
|
|
9193
9202
|
case D.Limit:
|
|
9194
9203
|
return Array.isArray(j) ? /* @__PURE__ */ a.jsx(
|
|
9195
|
-
|
|
9204
|
+
Cr,
|
|
9196
9205
|
{
|
|
9197
9206
|
stakes: j,
|
|
9198
9207
|
gameType: $ || 1,
|
|
9199
9208
|
maxPayOut: _,
|
|
9200
9209
|
currencyId: S || "USD"
|
|
9201
9210
|
}
|
|
9202
|
-
) : /* @__PURE__ */ a.jsx(
|
|
9211
|
+
) : /* @__PURE__ */ a.jsx(xr, { ...j, gameType: $ });
|
|
9203
9212
|
default:
|
|
9204
9213
|
return /* @__PURE__ */ a.jsx(a.Fragment, {});
|
|
9205
9214
|
}
|
|
9206
|
-
},
|
|
9215
|
+
}, kr = () => /* @__PURE__ */ a.jsx(a.Fragment, { children: /* @__PURE__ */ a.jsx(
|
|
9207
9216
|
"svg",
|
|
9208
9217
|
{
|
|
9209
9218
|
width: "24",
|
|
@@ -9334,7 +9343,7 @@ const Vc = m(br)`
|
|
|
9334
9343
|
vertical-align: middle;
|
|
9335
9344
|
color: white;
|
|
9336
9345
|
}
|
|
9337
|
-
`,
|
|
9346
|
+
`, hi = m.button`
|
|
9338
9347
|
width: 100%;
|
|
9339
9348
|
height: 40px;
|
|
9340
9349
|
display: flex;
|
|
@@ -9364,7 +9373,7 @@ const Vc = m(br)`
|
|
|
9364
9373
|
gap: 8px;
|
|
9365
9374
|
display: flex;
|
|
9366
9375
|
flex-direction: column;
|
|
9367
|
-
`,
|
|
9376
|
+
`, qc = m.div`
|
|
9368
9377
|
max-width: 100%;
|
|
9369
9378
|
max-height: 100%;
|
|
9370
9379
|
gap: 8px;
|
|
@@ -9376,7 +9385,7 @@ const Vc = m(br)`
|
|
|
9376
9385
|
width: 100%;
|
|
9377
9386
|
gap: 8px;
|
|
9378
9387
|
}
|
|
9379
|
-
`,
|
|
9388
|
+
`, ui = m.button`
|
|
9380
9389
|
width: 100%;
|
|
9381
9390
|
height: ${({ $isLandscape: e }) => e ? "36px" : "72px"};
|
|
9382
9391
|
display: flex;
|
|
@@ -9396,7 +9405,7 @@ const Vc = m(br)`
|
|
|
9396
9405
|
vertical-align: middle;
|
|
9397
9406
|
color: #ffffffcc;
|
|
9398
9407
|
}
|
|
9399
|
-
`,
|
|
9408
|
+
`, Yc = m.div`
|
|
9400
9409
|
width: 32px;
|
|
9401
9410
|
height: 32px;
|
|
9402
9411
|
background: transparent;
|
|
@@ -9434,25 +9443,25 @@ const Vc = m(br)`
|
|
|
9434
9443
|
dealerName: $,
|
|
9435
9444
|
errorCode: _,
|
|
9436
9445
|
gameType: X,
|
|
9437
|
-
maxPayOut:
|
|
9446
|
+
maxPayOut: q
|
|
9438
9447
|
}) => {
|
|
9439
|
-
const [ie, ee] = E(0), [Q, oe] = E(null), [te, ce] = E(!1), { t: V } = W(), { clickSound:
|
|
9440
|
-
|
|
9441
|
-
}, ye =
|
|
9448
|
+
const [ie, ee] = E(0), [Q, oe] = E(null), [te, ce] = E(!1), { t: V } = W(), { clickSound: Y } = Pe({ effectsVolume: 50 }), [he, ge] = E(0), [G, be] = E(0), Ce = () => {
|
|
9449
|
+
Y(), oe(null);
|
|
9450
|
+
}, ye = e1(Q, f, ie === 1), ue = (P) => {
|
|
9442
9451
|
if (P === D.VolumeOn) {
|
|
9443
9452
|
j(b === 0 ? 100 : 0);
|
|
9444
9453
|
return;
|
|
9445
9454
|
} else P !== D.closeMenu && oe(P);
|
|
9446
|
-
|
|
9455
|
+
Y(), ce(!1);
|
|
9447
9456
|
}, Be = ie === 1 ? { headerClick: () => ee(2) } : {}, De = (P) => [
|
|
9448
9457
|
{
|
|
9449
9458
|
name: "Settings",
|
|
9450
9459
|
buttonType: D.Settings,
|
|
9451
|
-
icon:
|
|
9460
|
+
icon: er()
|
|
9452
9461
|
},
|
|
9453
9462
|
{
|
|
9454
9463
|
buttonType: D.VolumeOn,
|
|
9455
|
-
icon: P === 0 ?
|
|
9464
|
+
icon: P === 0 ? kr() : tn()
|
|
9456
9465
|
},
|
|
9457
9466
|
{
|
|
9458
9467
|
buttonType: D.closeMenu,
|
|
@@ -9461,10 +9470,10 @@ const Vc = m(br)`
|
|
|
9461
9470
|
];
|
|
9462
9471
|
return /* @__PURE__ */ a.jsxs(a.Fragment, { children: [
|
|
9463
9472
|
/* @__PURE__ */ a.jsx(
|
|
9464
|
-
|
|
9473
|
+
Yc,
|
|
9465
9474
|
{
|
|
9466
9475
|
onClick: () => {
|
|
9467
|
-
|
|
9476
|
+
Y(), ce(!0);
|
|
9468
9477
|
},
|
|
9469
9478
|
children: /* @__PURE__ */ a.jsx(j1, {})
|
|
9470
9479
|
}
|
|
@@ -9479,7 +9488,7 @@ const Vc = m(br)`
|
|
|
9479
9488
|
dealerName: Q === D.Tip ? $ : "",
|
|
9480
9489
|
active: Q,
|
|
9481
9490
|
children: /* @__PURE__ */ a.jsx(
|
|
9482
|
-
|
|
9491
|
+
vr,
|
|
9483
9492
|
{
|
|
9484
9493
|
tournamentData: c,
|
|
9485
9494
|
getHistory: S,
|
|
@@ -9510,7 +9519,7 @@ const Vc = m(br)`
|
|
|
9510
9519
|
nickName: M,
|
|
9511
9520
|
errorCode: _,
|
|
9512
9521
|
gameType: X,
|
|
9513
|
-
maxPayOut:
|
|
9522
|
+
maxPayOut: q
|
|
9514
9523
|
}
|
|
9515
9524
|
)
|
|
9516
9525
|
}
|
|
@@ -9518,9 +9527,9 @@ const Vc = m(br)`
|
|
|
9518
9527
|
te && /* @__PURE__ */ a.jsxs(
|
|
9519
9528
|
Ec,
|
|
9520
9529
|
{
|
|
9521
|
-
onTouchStart: (P) =>
|
|
9522
|
-
onTouchMove: (P) =>
|
|
9523
|
-
onTouchEnd: (P) =>
|
|
9530
|
+
onTouchStart: (P) => t1(P, ge),
|
|
9531
|
+
onTouchMove: (P) => a1(P, he, ce),
|
|
9532
|
+
onTouchEnd: (P) => n1(P, ge),
|
|
9524
9533
|
$isLandscape: f,
|
|
9525
9534
|
children: [
|
|
9526
9535
|
/* @__PURE__ */ a.jsxs(Gc, { children: [
|
|
@@ -9546,21 +9555,21 @@ const Vc = m(br)`
|
|
|
9546
9555
|
] }),
|
|
9547
9556
|
/* @__PURE__ */ a.jsxs(Kc, { children: [
|
|
9548
9557
|
/* @__PURE__ */ a.jsxs(
|
|
9549
|
-
|
|
9558
|
+
hi,
|
|
9550
9559
|
{
|
|
9551
9560
|
$isLandscape: f,
|
|
9552
|
-
onClick: () =>
|
|
9561
|
+
onClick: () => _a(n, i, r),
|
|
9553
9562
|
children: [
|
|
9554
9563
|
/* @__PURE__ */ a.jsx(Ne, { position: "left", color: "rgba(197, 245, 250, 1)" }),
|
|
9555
9564
|
/* @__PURE__ */ a.jsx("p", { className: "text", children: V("Back To Lobby") })
|
|
9556
9565
|
]
|
|
9557
9566
|
}
|
|
9558
9567
|
),
|
|
9559
|
-
/* @__PURE__ */ a.jsxs(
|
|
9560
|
-
/* @__PURE__ */ a.jsx("div", { className: "menu-line", children:
|
|
9561
|
-
if (!(n ===
|
|
9568
|
+
/* @__PURE__ */ a.jsxs(qc, { $isLandscape: f, children: [
|
|
9569
|
+
/* @__PURE__ */ a.jsx("div", { className: "menu-line", children: $o.map((P) => {
|
|
9570
|
+
if (!(n === en.Galabet && P.name === "Send Tip"))
|
|
9562
9571
|
return /* @__PURE__ */ a.jsxs(
|
|
9563
|
-
|
|
9572
|
+
ui,
|
|
9564
9573
|
{
|
|
9565
9574
|
$isLandscape: f,
|
|
9566
9575
|
onClick: () => ue(P.buttonType),
|
|
@@ -9572,8 +9581,8 @@ const Vc = m(br)`
|
|
|
9572
9581
|
P.buttonType
|
|
9573
9582
|
);
|
|
9574
9583
|
}) }),
|
|
9575
|
-
/* @__PURE__ */ a.jsx("div", { className: "menu-line", children:
|
|
9576
|
-
|
|
9584
|
+
/* @__PURE__ */ a.jsx("div", { className: "menu-line", children: _o.map((P) => /* @__PURE__ */ a.jsxs(
|
|
9585
|
+
ui,
|
|
9577
9586
|
{
|
|
9578
9587
|
$isLandscape: f,
|
|
9579
9588
|
onClick: () => ue(P.buttonType),
|
|
@@ -9586,13 +9595,13 @@ const Vc = m(br)`
|
|
|
9586
9595
|
)) })
|
|
9587
9596
|
] }),
|
|
9588
9597
|
d && /* @__PURE__ */ a.jsxs(
|
|
9589
|
-
|
|
9598
|
+
hi,
|
|
9590
9599
|
{
|
|
9591
9600
|
$isLandscape: f,
|
|
9592
9601
|
$tournament: !0,
|
|
9593
9602
|
onClick: () => ue(D.Tournament),
|
|
9594
9603
|
children: [
|
|
9595
|
-
/* @__PURE__ */ a.jsx("img", { src:
|
|
9604
|
+
/* @__PURE__ */ a.jsx("img", { src: ir, alt: "Gold" }),
|
|
9596
9605
|
/* @__PURE__ */ a.jsx("p", { className: "text", children: V("Tournament") })
|
|
9597
9606
|
]
|
|
9598
9607
|
}
|
|
@@ -9639,7 +9648,7 @@ const Vc = m(br)`
|
|
|
9639
9648
|
`, Xc = m.div`
|
|
9640
9649
|
max-width: 100%;
|
|
9641
9650
|
height: calc(100% - 44px);
|
|
9642
|
-
`,
|
|
9651
|
+
`, Ar = ({
|
|
9643
9652
|
header: e,
|
|
9644
9653
|
close: t,
|
|
9645
9654
|
width: n,
|
|
@@ -9838,7 +9847,7 @@ const Vc = m(br)`
|
|
|
9838
9847
|
const [h, p] = E(!1), { t: g } = W();
|
|
9839
9848
|
return /* @__PURE__ */ a.jsxs(a.Fragment, { children: [
|
|
9840
9849
|
/* @__PURE__ */ a.jsxs($c, { children: [
|
|
9841
|
-
/* @__PURE__ */ a.jsxs(_c, { onClick: () =>
|
|
9850
|
+
/* @__PURE__ */ a.jsxs(_c, { onClick: () => _a(i, r, s), children: [
|
|
9842
9851
|
/* @__PURE__ */ a.jsx("div", { className: "lobby-content", children: /* @__PURE__ */ a.jsx(Ne, { height: 7, width: 12 }) }),
|
|
9843
9852
|
/* @__PURE__ */ a.jsx("div", { className: "company-logo", children: /* @__PURE__ */ a.jsx(Qc, {}) })
|
|
9844
9853
|
] }),
|
|
@@ -9873,21 +9882,21 @@ const Vc = m(br)`
|
|
|
9873
9882
|
] })
|
|
9874
9883
|
] }),
|
|
9875
9884
|
h && /* @__PURE__ */ a.jsx(Jc, { children: /* @__PURE__ */ a.jsx(
|
|
9876
|
-
|
|
9885
|
+
Ar,
|
|
9877
9886
|
{
|
|
9878
9887
|
close: () => p(!1),
|
|
9879
9888
|
header: g("Limits & Payouts"),
|
|
9880
9889
|
height: 370,
|
|
9881
9890
|
width: 300,
|
|
9882
9891
|
children: Array.isArray(o) ? /* @__PURE__ */ a.jsx(
|
|
9883
|
-
|
|
9892
|
+
Cr,
|
|
9884
9893
|
{
|
|
9885
9894
|
stakes: o,
|
|
9886
9895
|
gameType: l || 1,
|
|
9887
9896
|
maxPayOut: c,
|
|
9888
9897
|
currencyId: d || "USD"
|
|
9889
9898
|
}
|
|
9890
|
-
) : /* @__PURE__ */ a.jsx(
|
|
9899
|
+
) : /* @__PURE__ */ a.jsx(xr, { ...o, gameType: l })
|
|
9891
9900
|
}
|
|
9892
9901
|
) })
|
|
9893
9902
|
] });
|
|
@@ -9937,27 +9946,27 @@ const Vc = m(br)`
|
|
|
9937
9946
|
setActivation: _,
|
|
9938
9947
|
gameType: X
|
|
9939
9948
|
}) => {
|
|
9940
|
-
const [
|
|
9949
|
+
const [q, ie] = E(null), [ee, Q] = E(0), oe = Jo(q, ee === 1), { clickSound: te } = Pe({ effectsVolume: 100 }), ce = (G, be) => {
|
|
9941
9950
|
if (G.buttonType === D.FullScreen && d(), G.buttonType === D.VolumeOn) {
|
|
9942
9951
|
f(h === 0 ? 100 : 0);
|
|
9943
9952
|
return;
|
|
9944
9953
|
} else
|
|
9945
9954
|
ie(be ? null : G.buttonType), _ == null || _();
|
|
9946
|
-
}, V = (G) => G.buttonType === D.FullScreen && c ? id() : G.buttonType === D.VolumeOn ? h === 0 ?
|
|
9955
|
+
}, V = (G) => G.buttonType === D.FullScreen && c ? id() : G.buttonType === D.VolumeOn ? h === 0 ? kr() : tn() : G.icon;
|
|
9947
9956
|
me(() => {
|
|
9948
9957
|
y && (ie(D.Tournament), _ == null || _());
|
|
9949
9958
|
}, [y]), me(() => {
|
|
9950
9959
|
$ && ie(null);
|
|
9951
9960
|
}, [$]);
|
|
9952
|
-
const
|
|
9961
|
+
const Y = ee === 1 ? { headerClick: () => Q(2) } : {}, he = (G) => {
|
|
9953
9962
|
ie(null), _ == null || _(), v(G);
|
|
9954
9963
|
}, ge = /* @__PURE__ */ a.jsx(
|
|
9955
|
-
|
|
9964
|
+
vr,
|
|
9956
9965
|
{
|
|
9957
9966
|
getHistory: x,
|
|
9958
9967
|
historyData: o,
|
|
9959
9968
|
setOpenRoundHistory: Q,
|
|
9960
|
-
activeAction:
|
|
9969
|
+
activeAction: q,
|
|
9961
9970
|
openRoundHistory: ee,
|
|
9962
9971
|
messages: e,
|
|
9963
9972
|
currencyId: w,
|
|
@@ -9983,9 +9992,9 @@ const Vc = m(br)`
|
|
|
9983
9992
|
}
|
|
9984
9993
|
);
|
|
9985
9994
|
return /* @__PURE__ */ a.jsxs(nd, { children: [
|
|
9986
|
-
/* @__PURE__ */ a.jsx(ad, { children:
|
|
9987
|
-
const Ce =
|
|
9988
|
-
if (!(G.buttonType === D.Tournament && !n || M ===
|
|
9995
|
+
/* @__PURE__ */ a.jsx(ad, { children: Qo.map((G, be) => {
|
|
9996
|
+
const Ce = q === G.buttonType;
|
|
9997
|
+
if (!(G.buttonType === D.Tournament && !n || M === en.Galabet && G.buttonType === D.Tip))
|
|
9989
9998
|
return /* @__PURE__ */ a.jsx(
|
|
9990
9999
|
Kt,
|
|
9991
10000
|
{
|
|
@@ -10002,15 +10011,15 @@ const Vc = m(br)`
|
|
|
10002
10011
|
be
|
|
10003
10012
|
);
|
|
10004
10013
|
}) }),
|
|
10005
|
-
|
|
10006
|
-
|
|
10014
|
+
q && /* @__PURE__ */ a.jsx(a.Fragment, { children: oe ? /* @__PURE__ */ a.jsx(
|
|
10015
|
+
Ar,
|
|
10007
10016
|
{
|
|
10008
10017
|
close: () => {
|
|
10009
10018
|
ie(null), _ == null || _(), te();
|
|
10010
10019
|
},
|
|
10011
10020
|
...oe,
|
|
10012
|
-
...
|
|
10013
|
-
dealerName:
|
|
10021
|
+
...Y,
|
|
10022
|
+
dealerName: q === D.Tip ? A : "",
|
|
10014
10023
|
children: ge
|
|
10015
10024
|
}
|
|
10016
10025
|
) : ge })
|
|
@@ -10115,7 +10124,7 @@ const Vc = m(br)`
|
|
|
10115
10124
|
width: 100%;
|
|
10116
10125
|
gap: 8px;
|
|
10117
10126
|
margin-top: 24px;
|
|
10118
|
-
`,
|
|
10127
|
+
`, pi = m.button`
|
|
10119
10128
|
flex: 1;
|
|
10120
10129
|
border-radius: 8px;
|
|
10121
10130
|
font-size: 14px;
|
|
@@ -10187,8 +10196,8 @@ const Vc = m(br)`
|
|
|
10187
10196
|
] })
|
|
10188
10197
|
] }),
|
|
10189
10198
|
/* @__PURE__ */ a.jsxs(hd, { children: [
|
|
10190
|
-
/* @__PURE__ */ a.jsx(
|
|
10191
|
-
/* @__PURE__ */ a.jsx(
|
|
10199
|
+
/* @__PURE__ */ a.jsx(pi, { variant: "dark", onClick: i, children: ke("Close") }),
|
|
10200
|
+
/* @__PURE__ */ a.jsx(pi, { variant: "light", onClick: r, children: ke("View Details") })
|
|
10192
10201
|
] })
|
|
10193
10202
|
] });
|
|
10194
10203
|
}, ud = m.div`
|
|
@@ -10291,7 +10300,7 @@ const Vc = m(br)`
|
|
|
10291
10300
|
animation: none;
|
|
10292
10301
|
}
|
|
10293
10302
|
}
|
|
10294
|
-
`,
|
|
10303
|
+
`, fi = m.button`
|
|
10295
10304
|
cursor: pointer;
|
|
10296
10305
|
width: 44px;
|
|
10297
10306
|
height: 44px;
|
|
@@ -10361,7 +10370,7 @@ const Vc = m(br)`
|
|
|
10361
10370
|
}
|
|
10362
10371
|
}
|
|
10363
10372
|
|
|
10364
|
-
`,
|
|
10373
|
+
`, jr = () => /* @__PURE__ */ a.jsx(
|
|
10365
10374
|
"svg",
|
|
10366
10375
|
{
|
|
10367
10376
|
width: "15",
|
|
@@ -10377,7 +10386,7 @@ const Vc = m(br)`
|
|
|
10377
10386
|
}
|
|
10378
10387
|
)
|
|
10379
10388
|
}
|
|
10380
|
-
),
|
|
10389
|
+
), Sr = () => /* @__PURE__ */ a.jsx(
|
|
10381
10390
|
"svg",
|
|
10382
10391
|
{
|
|
10383
10392
|
width: "17",
|
|
@@ -10516,7 +10525,7 @@ const Vc = m(br)`
|
|
|
10516
10525
|
width: 0%;
|
|
10517
10526
|
}
|
|
10518
10527
|
}
|
|
10519
|
-
`,
|
|
10528
|
+
`, rn = ({ time: e, timerType: t }) => {
|
|
10520
10529
|
const { t: n } = W(), i = {
|
|
10521
10530
|
[Ue.WaitingInsurance]: n("Insure Your Hand?"),
|
|
10522
10531
|
[Ue.WaitingForUserAction]: n("Make your descision"),
|
|
@@ -10540,7 +10549,7 @@ const Vc = m(br)`
|
|
|
10540
10549
|
/* @__PURE__ */ a.jsx("p", { className: "p", children: o })
|
|
10541
10550
|
] })
|
|
10542
10551
|
] });
|
|
10543
|
-
},
|
|
10552
|
+
}, Ir = () => /* @__PURE__ */ a.jsx(
|
|
10544
10553
|
"svg",
|
|
10545
10554
|
{
|
|
10546
10555
|
width: "19",
|
|
@@ -10574,9 +10583,9 @@ const Vc = m(br)`
|
|
|
10574
10583
|
}) => {
|
|
10575
10584
|
const { t: b } = W();
|
|
10576
10585
|
return /* @__PURE__ */ a.jsxs(ud, { children: [
|
|
10577
|
-
/* @__PURE__ */ a.jsx(
|
|
10586
|
+
/* @__PURE__ */ a.jsx(rn, { time: e, timerType: Ue.WaitingForBet }),
|
|
10578
10587
|
/* @__PURE__ */ a.jsxs(pd, { children: [
|
|
10579
|
-
/* @__PURE__ */ a.jsx(
|
|
10588
|
+
/* @__PURE__ */ a.jsx(fi, { $isDisabled: d, onClick: r, children: /* @__PURE__ */ a.jsx("div", { className: "icon", children: /* @__PURE__ */ a.jsx(jr, {}) }) }),
|
|
10580
10589
|
t.map((y, x) => {
|
|
10581
10590
|
const w = x === n ? 64 : 48;
|
|
10582
10591
|
return /* @__PURE__ */ a.jsx(fd, { $chipSize: w, children: /* @__PURE__ */ a.jsx(
|
|
@@ -10592,19 +10601,19 @@ const Vc = m(br)`
|
|
|
10592
10601
|
) }, y);
|
|
10593
10602
|
}),
|
|
10594
10603
|
/* @__PURE__ */ a.jsxs(
|
|
10595
|
-
|
|
10604
|
+
fi,
|
|
10596
10605
|
{
|
|
10597
10606
|
$isDisabled: p ? h : g,
|
|
10598
10607
|
onClick: p ? s : l,
|
|
10599
10608
|
children: [
|
|
10600
|
-
/* @__PURE__ */ a.jsx("div", { className: "button-icon icon", children: p ? /* @__PURE__ */ a.jsx(lt, {}) : /* @__PURE__ */ a.jsx(
|
|
10609
|
+
/* @__PURE__ */ a.jsx("div", { className: "button-icon icon", children: p ? /* @__PURE__ */ a.jsx(lt, {}) : /* @__PURE__ */ a.jsx(Ir, {}) }),
|
|
10601
10610
|
/* @__PURE__ */ a.jsx("div", { className: "animations-button-bg" })
|
|
10602
10611
|
]
|
|
10603
10612
|
}
|
|
10604
10613
|
)
|
|
10605
10614
|
] }),
|
|
10606
10615
|
f !== ne.TEXAS && /* @__PURE__ */ a.jsxs(md, { $isDisabled: p, onClick: o, children: [
|
|
10607
|
-
/* @__PURE__ */ a.jsx("div", { className: "button-icon icon", children: /* @__PURE__ */ a.jsx(
|
|
10616
|
+
/* @__PURE__ */ a.jsx("div", { className: "button-icon icon", children: /* @__PURE__ */ a.jsx(Sr, {}) }),
|
|
10608
10617
|
/* @__PURE__ */ a.jsx("p", { className: "text-button", children: b("Deal Now") })
|
|
10609
10618
|
] })
|
|
10610
10619
|
] });
|
|
@@ -10763,7 +10772,7 @@ const Vc = m(br)`
|
|
|
10763
10772
|
`, vd = m.div`
|
|
10764
10773
|
text-align: center;
|
|
10765
10774
|
color: white;
|
|
10766
|
-
`, kd =
|
|
10775
|
+
`, kd = $a`
|
|
10767
10776
|
0% { transform: rotate(0deg); }
|
|
10768
10777
|
100% { transform: rotate(360deg); }
|
|
10769
10778
|
`, Ad = m.div`
|
|
@@ -10852,7 +10861,7 @@ const Vc = m(br)`
|
|
|
10852
10861
|
/* @__PURE__ */ a.jsx(Nd, { children: r("Still with us, Player?") }),
|
|
10853
10862
|
/* @__PURE__ */ a.jsx(Pd, { children: r("We haven’t seen any moves from you. Want to keep playing?") }),
|
|
10854
10863
|
/* @__PURE__ */ a.jsxs(Ld, { children: [
|
|
10855
|
-
/* @__PURE__ */ a.jsx("button", { onClick: () =>
|
|
10864
|
+
/* @__PURE__ */ a.jsx("button", { onClick: () => _a(e, t, n), children: r("Back to Lobby") }),
|
|
10856
10865
|
/* @__PURE__ */ a.jsx("button", { onClick: i, children: r("Stay in the Game") })
|
|
10857
10866
|
] })
|
|
10858
10867
|
] }) });
|
|
@@ -11129,7 +11138,7 @@ const Vc = m(br)`
|
|
|
11129
11138
|
] }),
|
|
11130
11139
|
/* @__PURE__ */ a.jsx("div", { className: "line" })
|
|
11131
11140
|
] });
|
|
11132
|
-
}, Dd =
|
|
11141
|
+
}, Dd = $a`
|
|
11133
11142
|
0% {
|
|
11134
11143
|
transform: translate(-50%, -100%);
|
|
11135
11144
|
opacity: 0;
|
|
@@ -11174,12 +11183,12 @@ const Vc = m(br)`
|
|
|
11174
11183
|
position: absolute;
|
|
11175
11184
|
top: -25px;
|
|
11176
11185
|
`, m6 = ({ code: e, type: t = "error" }) => {
|
|
11177
|
-
const { t: n } = W(), i =
|
|
11186
|
+
const { t: n } = W(), i = zo[e] || n("Unknown error");
|
|
11178
11187
|
return /* @__PURE__ */ a.jsxs(Md, { type: t, children: [
|
|
11179
11188
|
/* @__PURE__ */ a.jsx(Wd, { type: t }),
|
|
11180
11189
|
/* @__PURE__ */ a.jsx(Rd, { children: n(i) })
|
|
11181
11190
|
] });
|
|
11182
|
-
},
|
|
11191
|
+
}, Br = ({ size: e = 17 }) => /* @__PURE__ */ a.jsx(
|
|
11183
11192
|
"svg",
|
|
11184
11193
|
{
|
|
11185
11194
|
width: e,
|
|
@@ -11247,7 +11256,7 @@ const Ed = {
|
|
|
11247
11256
|
transform: scale(1.3);
|
|
11248
11257
|
}
|
|
11249
11258
|
}
|
|
11250
|
-
`,
|
|
11259
|
+
`, Ua = ({
|
|
11251
11260
|
buttonType: e,
|
|
11252
11261
|
icon: t,
|
|
11253
11262
|
onClick: n,
|
|
@@ -11272,7 +11281,7 @@ const Ed = {
|
|
|
11272
11281
|
children: /* @__PURE__ */ a.jsx("div", { className: "icon", children: /* @__PURE__ */ a.jsx(t, { size: l.iconSize }) })
|
|
11273
11282
|
}
|
|
11274
11283
|
);
|
|
11275
|
-
},
|
|
11284
|
+
}, Tr = ({ size: e }) => /* @__PURE__ */ a.jsx(
|
|
11276
11285
|
"svg",
|
|
11277
11286
|
{
|
|
11278
11287
|
width: e,
|
|
@@ -11288,7 +11297,7 @@ const Ed = {
|
|
|
11288
11297
|
}
|
|
11289
11298
|
)
|
|
11290
11299
|
}
|
|
11291
|
-
),
|
|
11300
|
+
), Lr = ({ size: e = 20 }) => /* @__PURE__ */ a.jsx(
|
|
11292
11301
|
"svg",
|
|
11293
11302
|
{
|
|
11294
11303
|
width: e,
|
|
@@ -11304,7 +11313,7 @@ const Ed = {
|
|
|
11304
11313
|
}
|
|
11305
11314
|
)
|
|
11306
11315
|
}
|
|
11307
|
-
), Kd = () => /* @__PURE__ */ a.jsx("svg", { width: "26", height: "4", viewBox: "0 0 26 4", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ a.jsx("path", { d: "M11.632 0.632041L23.944 0.632019C24.2791 0.632063 24.6025 0.755079 24.8528 0.977734C25.1032 1.20039 25.2632 1.5072 25.3024 1.83996L25.312 2.00002C25.3119 2.33509 25.1889 2.65849 24.9663 2.90888C24.7436 3.15927 24.4368 3.31924 24.104 3.35844L23.944 3.36802H11.632H2.05599C1.72092 3.36797 1.39752 3.24496 1.14713 3.0223C0.896736 2.79965 0.736767 2.49284 0.697564 2.16008L0.687988 2.00002C0.688032 1.66495 0.811048 1.34155 1.0337 1.09116C1.25636 0.840766 1.56316 0.680798 1.89593 0.641595L2.05599 0.632019L11.632 0.632041Z", fill: "white" }) }),
|
|
11316
|
+
), Kd = () => /* @__PURE__ */ a.jsx("svg", { width: "26", height: "4", viewBox: "0 0 26 4", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ a.jsx("path", { d: "M11.632 0.632041L23.944 0.632019C24.2791 0.632063 24.6025 0.755079 24.8528 0.977734C25.1032 1.20039 25.2632 1.5072 25.3024 1.83996L25.312 2.00002C25.3119 2.33509 25.1889 2.65849 24.9663 2.90888C24.7436 3.15927 24.4368 3.31924 24.104 3.35844L23.944 3.36802H11.632H2.05599C1.72092 3.36797 1.39752 3.24496 1.14713 3.0223C0.896736 2.79965 0.736767 2.49284 0.697564 2.16008L0.687988 2.00002C0.688032 1.66495 0.811048 1.34155 1.0337 1.09116C1.25636 0.840766 1.56316 0.680798 1.89593 0.641595L2.05599 0.632019L11.632 0.632041Z", fill: "white" }) }), qd = [
|
|
11308
11317
|
{
|
|
11309
11318
|
betType: O.Double,
|
|
11310
11319
|
name: "Double",
|
|
@@ -11313,19 +11322,19 @@ const Ed = {
|
|
|
11313
11322
|
{
|
|
11314
11323
|
betType: O.Hit,
|
|
11315
11324
|
name: "Hit",
|
|
11316
|
-
icon:
|
|
11325
|
+
icon: Tr
|
|
11317
11326
|
},
|
|
11318
11327
|
{
|
|
11319
11328
|
betType: O.Stand,
|
|
11320
11329
|
name: "Stand",
|
|
11321
|
-
icon:
|
|
11330
|
+
icon: Lr
|
|
11322
11331
|
},
|
|
11323
11332
|
{
|
|
11324
11333
|
betType: O.Split,
|
|
11325
11334
|
name: "Split",
|
|
11326
|
-
icon:
|
|
11335
|
+
icon: nn
|
|
11327
11336
|
}
|
|
11328
|
-
],
|
|
11337
|
+
], Yd = [
|
|
11329
11338
|
{
|
|
11330
11339
|
betType: O.Double,
|
|
11331
11340
|
name: "Double",
|
|
@@ -11334,24 +11343,24 @@ const Ed = {
|
|
|
11334
11343
|
{
|
|
11335
11344
|
betType: O.Hit,
|
|
11336
11345
|
name: "Hit",
|
|
11337
|
-
icon:
|
|
11346
|
+
icon: Tr
|
|
11338
11347
|
},
|
|
11339
11348
|
{
|
|
11340
11349
|
betType: O.Stand,
|
|
11341
11350
|
name: "Stand",
|
|
11342
|
-
icon:
|
|
11351
|
+
icon: Lr
|
|
11343
11352
|
},
|
|
11344
11353
|
{
|
|
11345
11354
|
betType: O.Split,
|
|
11346
11355
|
name: "Split",
|
|
11347
|
-
icon:
|
|
11356
|
+
icon: nn
|
|
11348
11357
|
},
|
|
11349
11358
|
{
|
|
11350
11359
|
betType: O.Surrender,
|
|
11351
11360
|
name: "Surrender",
|
|
11352
|
-
icon:
|
|
11361
|
+
icon: Br
|
|
11353
11362
|
}
|
|
11354
|
-
], Zd = [
|
|
11363
|
+
], Zd = [Yd, qd], Xd = [
|
|
11355
11364
|
{
|
|
11356
11365
|
betType: Ct.Call,
|
|
11357
11366
|
name: "Call",
|
|
@@ -11493,7 +11502,7 @@ const Ed = {
|
|
|
11493
11502
|
null
|
|
11494
11503
|
), c = n === kt.Big, { t: d } = W();
|
|
11495
11504
|
return /* @__PURE__ */ a.jsxs(Qd, { children: [
|
|
11496
|
-
c && !i && /* @__PURE__ */ a.jsx(Jd, { $isBig: c, $isMobile: i, children: /* @__PURE__ */ a.jsx(
|
|
11505
|
+
c && !i && /* @__PURE__ */ a.jsx(Jd, { $isBig: c, $isMobile: i, children: /* @__PURE__ */ a.jsx(rn, { time: e, timerType: Ue.WaitingForUserAction }) }, r),
|
|
11497
11506
|
/* @__PURE__ */ a.jsxs($d, { $isBig: c, $isMobile: i, children: [
|
|
11498
11507
|
s !== ne.TEXAS ? /* @__PURE__ */ a.jsx("div", { className: "aciton", children: Zd[n].map((h, p) => {
|
|
11499
11508
|
const { isDisabled: g, onHandle: f } = t[h.betType];
|
|
@@ -11503,7 +11512,7 @@ const Ed = {
|
|
|
11503
11512
|
className: `button ${!!o && (o === h.betType ? "animated-active" : "animated-unactive")}`,
|
|
11504
11513
|
children: [
|
|
11505
11514
|
/* @__PURE__ */ a.jsx(
|
|
11506
|
-
|
|
11515
|
+
Ua,
|
|
11507
11516
|
{
|
|
11508
11517
|
buttonType: h.betType,
|
|
11509
11518
|
icon: h.icon,
|
|
@@ -11523,7 +11532,7 @@ const Ed = {
|
|
|
11523
11532
|
const { isDisabled: g, onHandle: f } = t[h.betType];
|
|
11524
11533
|
return /* @__PURE__ */ a.jsxs("div", { className: `button ${!!o && (o === h.betType ? "animated-active" : "animated-unactive")}`, children: [
|
|
11525
11534
|
/* @__PURE__ */ a.jsx(
|
|
11526
|
-
|
|
11535
|
+
Ua,
|
|
11527
11536
|
{
|
|
11528
11537
|
buttonType: h.betType,
|
|
11529
11538
|
icon: h.icon,
|
|
@@ -11549,7 +11558,7 @@ const Ed = {
|
|
|
11549
11558
|
$isDisabled: t[O.Surrender].isDisabled,
|
|
11550
11559
|
disabled: t[O.Surrender].isDisabled,
|
|
11551
11560
|
children: [
|
|
11552
|
-
/* @__PURE__ */ a.jsx("div", { className: "icon", children: /* @__PURE__ */ a.jsx(
|
|
11561
|
+
/* @__PURE__ */ a.jsx("div", { className: "icon", children: /* @__PURE__ */ a.jsx(Br, { size: n === kt.Big ? 20 : 12 }) }),
|
|
11553
11562
|
/* @__PURE__ */ a.jsx("p", { className: "name", children: d("Surrender") })
|
|
11554
11563
|
]
|
|
11555
11564
|
}
|
|
@@ -11768,7 +11777,7 @@ const Ed = {
|
|
|
11768
11777
|
width: 100%;
|
|
11769
11778
|
gap: 8px;
|
|
11770
11779
|
margin-top: 24px;
|
|
11771
|
-
`,
|
|
11780
|
+
`, mi = m.button`
|
|
11772
11781
|
flex: 1;
|
|
11773
11782
|
border-radius: 8px;
|
|
11774
11783
|
font-size: 14px;
|
|
@@ -11834,8 +11843,8 @@ const Ed = {
|
|
|
11834
11843
|
] })
|
|
11835
11844
|
] }),
|
|
11836
11845
|
/* @__PURE__ */ a.jsxs(f2, { children: [
|
|
11837
|
-
/* @__PURE__ */ a.jsx(
|
|
11838
|
-
/* @__PURE__ */ a.jsx(
|
|
11846
|
+
/* @__PURE__ */ a.jsx(mi, { variant: "dark", onClick: t, children: i("Cancel") }),
|
|
11847
|
+
/* @__PURE__ */ a.jsx(mi, { variant: "light", onClick: n, children: i("Claim Now") })
|
|
11839
11848
|
] })
|
|
11840
11849
|
] });
|
|
11841
11850
|
}, m2 = ({
|
|
@@ -11857,7 +11866,7 @@ const Ed = {
|
|
|
11857
11866
|
children: /* @__PURE__ */ a.jsx(
|
|
11858
11867
|
"path",
|
|
11859
11868
|
{
|
|
11860
|
-
d: "
|
|
11869
|
+
d: "M12 2.87988C12.1479 2.87988 12.2918 2.92793 12.4102 3.0166C14.7285 4.75579 17.0958 5.61621 19.5244 5.61621C19.7057 5.61632 19.8796 5.68823 20.0078 5.81641C20.136 5.94462 20.208 6.11852 20.208 6.2998V11.0879C20.208 15.6487 17.5103 19.0002 12.251 21.0723C12.0898 21.1358 11.9102 21.1358 11.749 21.0723C6.48969 19.0002 3.79199 15.6478 3.79199 11.0879V6.2998C3.79205 6.11852 3.86402 5.94462 3.99219 5.81641C4.12037 5.68823 4.29432 5.61632 4.47559 5.61621C6.90424 5.61621 9.27154 4.75579 11.5898 3.0166C11.7082 2.92793 11.8521 2.87988 12 2.87988ZM11.9697 7.09277C11.8894 7.09282 11.8095 7.10892 11.7354 7.13965C11.6612 7.17041 11.5939 7.2157 11.5371 7.27246C11.4804 7.32922 11.4351 7.39657 11.4043 7.4707C11.3736 7.54486 11.3575 7.62481 11.3574 7.70508V10.8525H8.21191C8.06028 10.8566 7.91549 10.9169 7.80566 11.0215C7.69581 11.1263 7.62836 11.2685 7.61719 11.4199C7.60603 11.5714 7.65178 11.722 7.74512 11.8418C7.8384 11.9614 7.9727 12.0421 8.12207 12.0684L8.21191 12.0752H11.3574L11.3594 15.2217C11.3576 15.303 11.3715 15.3843 11.4014 15.46C11.4313 15.5357 11.4763 15.6049 11.5332 15.6631C11.5901 15.7213 11.6584 15.7673 11.7334 15.7988C11.8085 15.8304 11.8893 15.8467 11.9707 15.8467C12.0521 15.8467 12.1329 15.8304 12.208 15.7988C12.283 15.7673 12.3513 15.7212 12.4082 15.6631C12.4651 15.6049 12.5101 15.5356 12.54 15.46C12.5699 15.3843 12.5838 15.303 12.582 15.2217V12.0762L15.7285 12.0752C15.875 12.0751 16.0169 12.0223 16.1279 11.9268C16.2389 11.8313 16.312 11.6994 16.334 11.5547L16.3408 11.4639C16.3407 11.3174 16.2879 11.1755 16.1924 11.0645C16.0968 10.9534 15.9642 10.8803 15.8193 10.8584L15.7285 10.8525L12.582 10.8516V7.70508C12.582 7.62481 12.5669 7.54486 12.5361 7.4707C12.5054 7.39658 12.46 7.32922 12.4033 7.27246C12.3465 7.21561 12.2784 7.17042 12.2041 7.13965C12.1299 7.10896 12.05 7.09277 11.9697 7.09277Z",
|
|
11861
11870
|
fill: "white"
|
|
11862
11871
|
}
|
|
11863
11872
|
)
|
|
@@ -11936,12 +11945,12 @@ const Ed = {
|
|
|
11936
11945
|
isMobile: t,
|
|
11937
11946
|
actionsHandler: n
|
|
11938
11947
|
}) => /* @__PURE__ */ a.jsxs(y2, { children: [
|
|
11939
|
-
!t && /* @__PURE__ */ a.jsx(
|
|
11948
|
+
!t && /* @__PURE__ */ a.jsx(rn, { time: e, timerType: Ue.WaitingInsurance }),
|
|
11940
11949
|
/* @__PURE__ */ a.jsx("div", { className: "aciton", children: b2.map((i, r) => {
|
|
11941
11950
|
const { isDisabled: s, onHandle: o } = n[i.betType];
|
|
11942
11951
|
return /* @__PURE__ */ a.jsxs("div", { className: "button", children: [
|
|
11943
11952
|
/* @__PURE__ */ a.jsx(
|
|
11944
|
-
|
|
11953
|
+
Ua,
|
|
11945
11954
|
{
|
|
11946
11955
|
icon: i.icon,
|
|
11947
11956
|
onClick: o,
|
|
@@ -12097,15 +12106,15 @@ const Ed = {
|
|
|
12097
12106
|
.cards-revert .card-style {
|
|
12098
12107
|
z-index: calc(100 - var(--i));
|
|
12099
12108
|
}
|
|
12100
|
-
`, Rt = 1,
|
|
12109
|
+
`, Rt = 1, gi = (e, t = !0) => e.map((n, i) => /* @__PURE__ */ a.jsx(
|
|
12101
12110
|
"div",
|
|
12102
12111
|
{
|
|
12103
12112
|
className: `${t && "card-style"}`,
|
|
12104
12113
|
style: { "--i": `${i + 1}` },
|
|
12105
|
-
children: /* @__PURE__ */ a.jsx(
|
|
12114
|
+
children: /* @__PURE__ */ a.jsx(hr, { index: n.scannerIndex, cardHeight: 48, cardWidth: 38 })
|
|
12106
12115
|
},
|
|
12107
12116
|
i * 10 + e.length
|
|
12108
|
-
)),
|
|
12117
|
+
)), bi = (e, t = !0) => e && /* @__PURE__ */ a.jsx("div", { className: `point-Wrapper${t && "-player"}`, children: /* @__PURE__ */ a.jsx("span", { className: "point", children: e }) }), w6 = ({
|
|
12109
12118
|
dealerCards: e,
|
|
12110
12119
|
playerCards: t,
|
|
12111
12120
|
playerText: n,
|
|
@@ -12125,8 +12134,8 @@ const Ed = {
|
|
|
12125
12134
|
{
|
|
12126
12135
|
className: `cards ${e.length > Rt ? "dealer" : "dealerTwo"}`,
|
|
12127
12136
|
children: [
|
|
12128
|
-
|
|
12129
|
-
/* @__PURE__ */ a.jsx("div", { className: `cards ${d && "cards-revert"}`, children:
|
|
12137
|
+
bi(i, d),
|
|
12138
|
+
/* @__PURE__ */ a.jsx("div", { className: `cards ${d && "cards-revert"}`, children: gi(l, d) })
|
|
12130
12139
|
]
|
|
12131
12140
|
}
|
|
12132
12141
|
)
|
|
@@ -12140,8 +12149,8 @@ const Ed = {
|
|
|
12140
12149
|
{
|
|
12141
12150
|
className: `cards ${t.length > Rt ? "dealer" : "dealerTwo"}`,
|
|
12142
12151
|
children: [
|
|
12143
|
-
|
|
12144
|
-
|
|
12152
|
+
bi(r),
|
|
12153
|
+
gi(c)
|
|
12145
12154
|
]
|
|
12146
12155
|
}
|
|
12147
12156
|
) })
|
|
@@ -12302,7 +12311,7 @@ const Ed = {
|
|
|
12302
12311
|
)
|
|
12303
12312
|
${({ $isLandscape: e }) => e && "rotate(90deg)"};
|
|
12304
12313
|
}
|
|
12305
|
-
`,
|
|
12314
|
+
`, yi = m.button`
|
|
12306
12315
|
cursor: pointer;
|
|
12307
12316
|
width: 54px;
|
|
12308
12317
|
position: relative;
|
|
@@ -12361,7 +12370,7 @@ const Ed = {
|
|
|
12361
12370
|
transform: scale(1.1);
|
|
12362
12371
|
}
|
|
12363
12372
|
}
|
|
12364
|
-
`,
|
|
12373
|
+
`, q2 = m.div`
|
|
12365
12374
|
width: 56px;
|
|
12366
12375
|
height: 56px;
|
|
12367
12376
|
position: relative;
|
|
@@ -12372,7 +12381,7 @@ const Ed = {
|
|
|
12372
12381
|
${({ $isChipsSelector: e, $isLandscape: t }) => e && `top: -20px; left: ${t ? -6 : -2}px;`};
|
|
12373
12382
|
z-index: 1;
|
|
12374
12383
|
}
|
|
12375
|
-
`,
|
|
12384
|
+
`, Y2 = m.button`
|
|
12376
12385
|
position: relative;
|
|
12377
12386
|
top: ${({ $isLandscape: e }) => e ? -150 : -65}px;
|
|
12378
12387
|
right: ${({ $isLandscape: e }) => 0}px;
|
|
@@ -12452,15 +12461,15 @@ const Ed = {
|
|
|
12452
12461
|
return /* @__PURE__ */ a.jsxs(E2, { $isLandscape: g, children: [
|
|
12453
12462
|
/* @__PURE__ */ a.jsxs(G2, { children: [
|
|
12454
12463
|
/* @__PURE__ */ a.jsx(
|
|
12455
|
-
|
|
12464
|
+
yi,
|
|
12456
12465
|
{
|
|
12457
12466
|
$isLandscape: g,
|
|
12458
12467
|
$isDisabled: l,
|
|
12459
12468
|
onClick: i,
|
|
12460
|
-
children: /* @__PURE__ */ a.jsx("div", { className: "icon", children: /* @__PURE__ */ a.jsx(
|
|
12469
|
+
children: /* @__PURE__ */ a.jsx("div", { className: "icon", children: /* @__PURE__ */ a.jsx(jr, {}) })
|
|
12461
12470
|
}
|
|
12462
12471
|
),
|
|
12463
|
-
/* @__PURE__ */ a.jsxs(
|
|
12472
|
+
/* @__PURE__ */ a.jsxs(q2, { $isLandscape: g, $isChipsSelector: y, children: [
|
|
12464
12473
|
/* @__PURE__ */ a.jsx("div", { className: "chip", children: /* @__PURE__ */ a.jsx(
|
|
12465
12474
|
Xt,
|
|
12466
12475
|
{
|
|
@@ -12507,20 +12516,20 @@ const Ed = {
|
|
|
12507
12516
|
))
|
|
12508
12517
|
] }),
|
|
12509
12518
|
/* @__PURE__ */ a.jsxs(
|
|
12510
|
-
|
|
12519
|
+
yi,
|
|
12511
12520
|
{
|
|
12512
12521
|
$isLandscape: g,
|
|
12513
12522
|
$isDisabled: h ? c : p,
|
|
12514
12523
|
onClick: h ? r : s,
|
|
12515
12524
|
children: [
|
|
12516
|
-
/* @__PURE__ */ a.jsx("div", { className: "icon button-icon", children: h ? /* @__PURE__ */ a.jsx(lt, {}) : /* @__PURE__ */ a.jsx(
|
|
12525
|
+
/* @__PURE__ */ a.jsx("div", { className: "icon button-icon", children: h ? /* @__PURE__ */ a.jsx(lt, {}) : /* @__PURE__ */ a.jsx(Ir, {}) }),
|
|
12517
12526
|
/* @__PURE__ */ a.jsx("div", { className: "animations-button-bg" })
|
|
12518
12527
|
]
|
|
12519
12528
|
}
|
|
12520
12529
|
)
|
|
12521
12530
|
] }),
|
|
12522
|
-
f !== ne.TEXAS && /* @__PURE__ */ a.jsxs(
|
|
12523
|
-
/* @__PURE__ */ a.jsx("div", { className: "button-icon icon", children: /* @__PURE__ */ a.jsx(
|
|
12531
|
+
f !== ne.TEXAS && /* @__PURE__ */ a.jsxs(Y2, { $isDisabled: h, onClick: d, $isLandscape: g, children: [
|
|
12532
|
+
/* @__PURE__ */ a.jsx("div", { className: "button-icon icon", children: /* @__PURE__ */ a.jsx(Sr, {}) }),
|
|
12524
12533
|
/* @__PURE__ */ a.jsx("p", { className: "text-button", children: b("Deal Now") })
|
|
12525
12534
|
] })
|
|
12526
12535
|
] });
|
|
@@ -12580,7 +12589,7 @@ const Ed = {
|
|
|
12580
12589
|
img {
|
|
12581
12590
|
object-fit: none;
|
|
12582
12591
|
}
|
|
12583
|
-
`, $2 =
|
|
12592
|
+
`, $2 = $a`
|
|
12584
12593
|
0% { opacity: 0; }
|
|
12585
12594
|
15% { opacity: 1; }
|
|
12586
12595
|
100% { opacity: 0; }
|
|
@@ -12606,7 +12615,7 @@ const Ed = {
|
|
|
12606
12615
|
e > 0 && /* @__PURE__ */ a.jsx(_2, { children: e }, e)
|
|
12607
12616
|
] }) }),
|
|
12608
12617
|
s && t && /* @__PURE__ */ a.jsx(
|
|
12609
|
-
|
|
12618
|
+
fr,
|
|
12610
12619
|
{
|
|
12611
12620
|
tournamentData: t,
|
|
12612
12621
|
close: () => o(!1),
|
|
@@ -12615,20 +12624,20 @@ const Ed = {
|
|
|
12615
12624
|
}
|
|
12616
12625
|
)
|
|
12617
12626
|
] });
|
|
12618
|
-
}, Lr = {
|
|
12619
|
-
language: "language"
|
|
12620
12627
|
}, Nr = {
|
|
12628
|
+
language: "language"
|
|
12629
|
+
}, Pr = {
|
|
12621
12630
|
// Not used, left for an example
|
|
12622
12631
|
tableId: "tableId"
|
|
12623
12632
|
}, eh = {
|
|
12624
|
-
...
|
|
12625
|
-
...
|
|
12633
|
+
...Nr,
|
|
12634
|
+
...Pr
|
|
12626
12635
|
}, _e = (e) => {
|
|
12627
|
-
const t = e in
|
|
12636
|
+
const t = e in Nr, n = e in Pr;
|
|
12628
12637
|
if (!t && !n)
|
|
12629
12638
|
throw new Error(`Unknown storage key: ${e}`);
|
|
12630
12639
|
return t ? localStorage : n ? sessionStorage : null;
|
|
12631
|
-
},
|
|
12640
|
+
}, Ka = {
|
|
12632
12641
|
...eh,
|
|
12633
12642
|
set: (e, t) => {
|
|
12634
12643
|
_e(e).setItem(e, t);
|
|
@@ -12645,11 +12654,11 @@ const Ed = {
|
|
|
12645
12654
|
},
|
|
12646
12655
|
isActive: (e, t = !0) => {
|
|
12647
12656
|
const i = _e(e).getItem(e);
|
|
12648
|
-
return i !== "1" && i !== "0" &&
|
|
12657
|
+
return i !== "1" && i !== "0" && Ka.remove(e), i === "1" ? !0 : i === "0" ? !1 : t;
|
|
12649
12658
|
}
|
|
12650
12659
|
};
|
|
12651
12660
|
var Fe = /* @__PURE__ */ ((e) => (e.English = "en", e.Armenian = "hy", e.Russia = "ru", e.Turkey = "tr", e.Georgian = "ka", e.Persian = "fa", e))(Fe || {});
|
|
12652
|
-
const th = "Type", ah = "Your bets have been refunded", nh = "Limits", ih = "Dealer", rh = "Balance", sh = "SETTINGS", oh = "Tournament", lh = "Message", ch = "Support", dh = "Tip", hh = "History", uh = "Help", ph = "Amount", fh = "Game", mh = "Round", gh = "Bet", bh = "Win", yh = "Cards", xh = "SEAT", wh = "Seat", Ch = "repeat", vh = "deal", kh = "Undo", Ah = "Double", jh = "Hit", Sh = "Stand", Ih = "Stand All", Bh = "21+3", Th = "Lobby", Lh = "round", Nh = "Congratulations!", Ph = "Surrender", zh = "Skip", Fh = "Insure", Dh = "day", Hh = "hour", Oh = "min", Mh = "sec", Rh = "Cancel", Wh = "save", Vh = "Hand", Eh = "Payout", Gh = "PP", Uh = "Lost", Kh = "Flush",
|
|
12661
|
+
const th = "Type", ah = "Your bets have been refunded", nh = "Limits", ih = "Dealer", rh = "Balance", sh = "SETTINGS", oh = "Tournament", lh = "Message", ch = "Support", dh = "Tip", hh = "History", uh = "Help", ph = "Amount", fh = "Game", mh = "Round", gh = "Bet", bh = "Win", yh = "Cards", xh = "SEAT", wh = "Seat", Ch = "repeat", vh = "deal", kh = "Undo", Ah = "Double", jh = "Hit", Sh = "Stand", Ih = "Stand All", Bh = "21+3", Th = "Lobby", Lh = "round", Nh = "Congratulations!", Ph = "Surrender", zh = "Skip", Fh = "Insure", Dh = "day", Hh = "hour", Oh = "min", Mh = "sec", Rh = "Cancel", Wh = "save", Vh = "Hand", Eh = "Payout", Gh = "PP", Uh = "Lost", Kh = "Flush", qh = "Save", Yh = "Straight", Zh = "Close", Xh = "left", Qh = "FullScreen", Jh = "Info", $h = "Place", _h = "Score", e0 = "Nickname", t0 = "Period", a0 = "Language", n0 = {
|
|
12653
12662
|
Prizes: "Prizes",
|
|
12654
12663
|
Leaderboard: "Leaderboard",
|
|
12655
12664
|
Rules: "Rules"
|
|
@@ -12745,9 +12754,9 @@ const th = "Type", ah = "Your bets have been refunded", nh = "Limits", ih = "Dea
|
|
|
12745
12754
|
"Three of a Kind": "Three of a Kind",
|
|
12746
12755
|
Flush: Kh,
|
|
12747
12756
|
"Set Nick Name": "Set Nick Name",
|
|
12748
|
-
Save:
|
|
12757
|
+
Save: qh,
|
|
12749
12758
|
"Please set your nickname": "Please set your nickname",
|
|
12750
|
-
Straight:
|
|
12759
|
+
Straight: Yh,
|
|
12751
12760
|
"Ends in": "Ends in",
|
|
12752
12761
|
Close: Zh,
|
|
12753
12762
|
"View Details": "View Details",
|
|
@@ -13024,7 +13033,6 @@ const th = "Type", ah = "Your bets have been refunded", nh = "Limits", ih = "Dea
|
|
|
13024
13033
|
"To make a decision": "To make a decision",
|
|
13025
13034
|
"By making an Ante bet before the end of the betting time, it means to participate in the given round, after which you have to decide before the end of the time to make a bonus bet or not. At the end of the betting time, the dealer deals the cards:2 face up cards to your box, 2 face down cards to the player and 3 face up community cards (Flop). Next, the time for the next bets is opened, during which you have to make a decision to make a bet or not. If no decision is made by the endof this round's playing time, the system will consider it an automatic fold.": "By making an Ante bet before the end of the betting time, it means to participate in the given round, after which you have to decide before the end of the time to make a bonus bet or not. At the end of the betting time, the dealer deals the cards:2 face up cards to your box, 2 face down cards to the player and 3 face up community cards (Flop). Next, the time for the next bets is opened, during which you have to make a decision to make a bet or not. If no decision is made by the endof this round's playing time, the system will consider it an automatic fold.",
|
|
13026
13035
|
"In the upper part of the game balance, the sum value of all the bets made in the given game is displayed.": "In the upper part of the game balance, the sum value of all the bets made in the given game is displayed.",
|
|
13027
|
-
'Chat You can start a chat with the player by entering your message and pressing the "send" button. In case of inappropriate use, the chat button will be disabled.': 'Chat You can start a chat with the player by entering your message and pressing the "send" button. In case of inappropriate use, the chat button will be disabled.',
|
|
13028
13036
|
"Game number Each": "Game number Each",
|
|
13029
13037
|
"Game number Each game round has its own special game number through which you can later present your wish and request about the given round.": "Game number Each game round has its own special game number through which you can later present your wish and request about the given round.",
|
|
13030
13038
|
"In case of any error in the game, system or game procedure, the current round will be temporarily interrupted before the player informs the service manager of the error. Players will be informed about it via chat or an on-screen message that the issue is being investigated. If the manager manages to solve the given problem immediately, the current round continues in its normal course. If the problem is not resolved immediately, the given round is considered canceled and the starting bets of all participants in the given round are returned.": "In case of any error in the game, system or game procedure, the current round will be temporarily interrupted before the player informs the service manager of the error. Players will be informed about it via chat or an on-screen message that the issue is being investigated. If the manager manages to solve the given problem immediately, the current round continues in its normal course. If the problem is not resolved immediately, the given round is considered canceled and the starting bets of all participants in the given round are returned.",
|
|
@@ -13100,11 +13108,11 @@ const th = "Type", ah = "Your bets have been refunded", nh = "Limits", ih = "Dea
|
|
|
13100
13108
|
"If the connection is interrupted during the game round before the end of the betting time, all placed bets on the field will be returned to you and will not participate in the game round.": "If the connection is interrupted during the game round before the end of the betting time, all placed bets on the field will be returned to you and will not participate in the game round.",
|
|
13101
13109
|
"The Lobby button can be selected at any time from any game.": "The Lobby button can be selected at any time from any game.",
|
|
13102
13110
|
"It allows you to easily change the game table or select any other Live game.": "It allows you to easily change the game table or select any other Live game."
|
|
13103
|
-
}, B0 = "Տեսակ", T0 = "Ձեր խաղադրույքները վերադարձվել են", L0 = "Սահմանաչափումներ", N0 = "Դիլեր", P0 = "Հաշվեկշիռ", z0 = "ԿԱՐԳԱՎՈՐՈՒՄՆԵՐ", F0 = "Մրցաշար", D0 = "Հաղորդագրություն", H0 = "Աջակցություն", O0 = "Թեյավճար", M0 = "Օգնություն", R0 = "Գումար", W0 = "Խաղի պատմությունը", V0 = "Խաղ", E0 = "Համար", G0 = "Դրույք", U0 = "Շահում", K0 = "Քարտեր",
|
|
13111
|
+
}, B0 = "Տեսակ", T0 = "Ձեր խաղադրույքները վերադարձվել են", L0 = "Սահմանաչափումներ", N0 = "Դիլեր", P0 = "Հաշվեկշիռ", z0 = "ԿԱՐԳԱՎՈՐՈՒՄՆԵՐ", F0 = "Մրցաշար", D0 = "Հաղորդագրություն", H0 = "Աջակցություն", O0 = "Թեյավճար", M0 = "Օգնություն", R0 = "Գումար", W0 = "Խաղի պատմությունը", V0 = "Խաղ", E0 = "Համար", G0 = "Դրույք", U0 = "Շահում", K0 = "Քարտեր", q0 = "Բոքս", Y0 = "Բոքս", Z0 = "կրկնել", X0 = "Բաժանել", Q0 = "Չեղարկել", J0 = "Կրկնակի", $0 = "Վերցնել", _0 = "Կանգ", eu = "Կանգ ընդհանուր", tu = "21+3", au = "Լոբի", nu = "փուլ", iu = "Շնորհավոր", ru = "Հանձնվել", su = "անցնել", ou = "Ապահովագրել", lu = "օր", cu = "ժամ", du = "րոպե", hu = "վարկյան", uu = "Պահպանել", pu = "Չեղարկել", fu = "Ձեռք", mu = "Վճարումներ", gu = "Կ. զույգ", bu = "Կորուստ", yu = "Սթրեյթ", xu = "Ֆլեշ", wu = "Պահպանել", Cu = "Փակել", vu = "մնացորդ", ku = "Ամբողջ էկրան", Au = "Տեղեկություն", ju = "Տեղ", Su = "Հաշիվ", Iu = "Նիկնեյմ", Bu = "Պարբերություն", Tu = "Լեզու", Lu = {
|
|
13104
13112
|
Prizes: "Պարգևներ",
|
|
13105
13113
|
Leaderboard: "Լիդերների ցուցակ",
|
|
13106
13114
|
Rules: "Կանոններ"
|
|
13107
|
-
}, Nu = "նվազագույն", Pu = "ցածր", zu = "միջին", Fu = "բարձր", Du = "Ավտո", Hu = "Փոխել", Ou = "Կարևոր է", Mu = "Notes", Ru = "Blackjack", Wu = "Ապահովագրություն", Vu = "Սփլիթ (Split) ", Eu = "Արդյունքներ", Gu = "Վճարումներ", Uu = "Ավտոմատ խաղ", Ku = "Չաթ",
|
|
13115
|
+
}, Nu = "նվազագույն", Pu = "ցածր", zu = "միջին", Fu = "բարձր", Du = "Ավտո", Hu = "Փոխել", Ou = "Կարևոր է", Mu = "Notes", Ru = "Blackjack", Wu = "Ապահովագրություն", Vu = "Սփլիթ (Split) ", Eu = "Արդյունքներ", Gu = "Վճարումներ", Uu = "Ավտոմատ խաղ", Ku = "Չաթ", qu = "Ձայնը", Yu = "Կարգավորումներ", Zu = "Խաղաքարերի խառնում", Xu = "Խաղադրույքներ", Qu = "յունիթ", Ju = "corner", $u = "split", _u = "Վիճակագրություն", e3 = {
|
|
13108
13116
|
"Win number": "Հաղթող թիվ",
|
|
13109
13117
|
Type: B0,
|
|
13110
13118
|
"canceled round": "Չեղարկված փուլ",
|
|
@@ -13147,8 +13155,8 @@ const th = "Type", ah = "Your bets have been refunded", nh = "Limits", ih = "Dea
|
|
|
13147
13155
|
Cards: K0,
|
|
13148
13156
|
"Dealer Cards": "Դիլերի քարտեր",
|
|
13149
13157
|
"Your Seats": "Ձեր բոքս",
|
|
13150
|
-
SEAT:
|
|
13151
|
-
Seat:
|
|
13158
|
+
SEAT: q0,
|
|
13159
|
+
Seat: Y0,
|
|
13152
13160
|
repeat: Z0,
|
|
13153
13161
|
deal: X0,
|
|
13154
13162
|
Undo: Q0,
|
|
@@ -13376,12 +13384,12 @@ const th = "Type", ah = "Your bets have been refunded", nh = "Limits", ih = "Dea
|
|
|
13376
13384
|
'You can start a chat with the player by entering your message and pressing the "send" button. In case of inappropriate use, the chat button will be disabled.': "Դուք կարող եք չաթ սկսել խաղավարի հետ՝ մուտքագրելով Ձեր հաղորդագրությունը և սեղմելով «ուղարկել» կոճակը։ Ոչ պատշաճ օգտագործման դեպքում չատի կոճակը կանջատվի։",
|
|
13377
13385
|
"Game number": "Խաղի համարը",
|
|
13378
13386
|
"Each game round has its own special game number through which you can later present your wish and request about the given round.": "Յուրաքանչյուր խաղափուլ ունի իր առանձնահատուկ խաղի համարը, որի միջոցով հետագայում Դուք կարող եք ներկայացնել Ձեր ցանկությունը և խնդրանքը տվյալ խաղափուլի վերաբերյալ։",
|
|
13379
|
-
Sound:
|
|
13387
|
+
Sound: qu,
|
|
13380
13388
|
"The Sound button toggles all game sounds on and off.": "Ձայնի կոճակը անջատում և միացնում է բոլոր խաղերի ձայները։",
|
|
13381
13389
|
"Game history": "Խաղի պատմությունը",
|
|
13382
13390
|
'By clicking the "game history" button, you can see your bets, winnings and the winning number in the round under the game number.': "Խաղի պատմություն Սեղմելով « խաղի պատմություն » հրահանգը Դուք կարող եք տեսնել խաղի համարի ներքո գտնվող Ձեր խաղադրույքները, շահումները և խաղափուլում հաղթող համարը։",
|
|
13383
13391
|
"Without leaving this section, you can browse the stories of the previous and next rounds with the right and left arrows.": "Դուրս չգալով այս բաժնից աջ և ձախ սլաքներով կարող եք թերթել նախորդ և հաջորդ խաղափուլերի պատմությունները։",
|
|
13384
|
-
Settings:
|
|
13392
|
+
Settings: Yu,
|
|
13385
13393
|
"In this section, you can change the 4 video qualities, which is convenient, or leave it on automatic, raise and lower both the dealer's voice and the effect sounds.": "Կարգավորումներ բաժնում Դուք կարող եք փոխել վիդեոյի 4 որակները, որը հարմար է, կամ թողնել ավտոմատ կարգավորման վրա, բարձրացնել և իջեցնել, ինչպես խաղավարի ձայնը, այնպես էլ էֆեկտային ձայները։",
|
|
13386
13394
|
Shuffling: Zu,
|
|
13387
13395
|
"The game continues until the cut card is dealt. The cards are then shuffled by the dealer or by a professional shuffler. If there is a shuffling table in the game, two shoes with two decks of cards are used on the table. In this case, the dealer changes the shoes and the cards are shuffled by another person while the dealer continues to conduct the round.": " խաղը շարունակվում է այնքան ժամանակ, մինչ բաժանվում է «կիսող» (cut) խաղաքարտը։ Այնուհետև խաղաքարտերը խառնվում են խաղավարի կողմից կամ խաղաքարտերը խառնող մասնագետի կողմից։ Եթե խաղում առկա է խաղաքարտերի խառնման համար նախատեսված սեղան, ապա սեղանի վրա օգտագործվում են երկու «Շու»՝ խաղաքարտերի երկու կապոցով։ Այս դեպքում խաղավարը փոխում է «Շու»–երը, և խաղաքարտերը խառնվում են մեկ այլ անձնավորության կողմից, մինչ խաղավարը շարունակում է վարել խաղափուլը։",
|
|
@@ -13468,7 +13476,6 @@ const th = "Type", ah = "Your bets have been refunded", nh = "Limits", ih = "Dea
|
|
|
13468
13476
|
"To make a decision": "Կայացնել որոշում",
|
|
13469
13477
|
"By making an Ante bet before the end of the betting time, it means to participate in the given round, after which you have to decide before the end of the time to make a bonus bet or not. At the end of the betting time, the dealer deals the cards:2 face up cards to your box, 2 face down cards to the player and 3 face up community cards (Flop). Next, the time for the next bets is opened, during which you have to make a decision to make a bet or not. If no decision is made by the endof this round's playing time, the system will consider it an automatic fold.": "Անտե խաղադրույք կատարելով՝ դուք մասնակցում եք տվյալ խաղաշրջանին, որից հետո պետք է որոշում կայացնեք՝ կատարել բոնուսային խաղադրույք թե ոչ։ Խաղադրույքների ժամանակի ավարտից հետո դիլերը բաշխում է քարտերը՝ 2 բաց քարտ ձեր տուփում, 2 փակ քարտ խաղացողի համար և 3 բաց ընդհանուր քարտ (ֆլոպ)։ Այնուհետև բացվում է հաջորդ խաղադրույքների կատարելու ժամանակահատվածը։ Եթե որոշում չի կայացվում, համակարգը դա համարում է ինքնաբերական հանձնում։",
|
|
13470
13478
|
"In the upper part of the game balance, the sum value of all the bets made in the given game is displayed.": "Խաղի հաշվեկշռի վերին մասում ցուցադրվում է տվյալ խաղի ընթացքում կատարված բոլոր խաղադրույքների ընդհանուր գումարը։",
|
|
13471
|
-
'Chat You can start a chat with the player by entering your message and pressing the "send" button. In case of inappropriate use, the chat button will be disabled.': "Դուք կարող եք սկսել զրույց մուտքագրելով հաղորդագրությունը և սեղմելով «Ուղարկել» կոճակը։ Չարաշահման դեպքում զրուցարանի կոճակը կդադարեցվի։",
|
|
13472
13479
|
"Game number Each": "Խաղի համարը",
|
|
13473
13480
|
"Game number Each game round has its own special game number through which you can later present your wish and request about the given round.": "Յուրաքանչյուր խաղաշրջանը ունի իր առանձնահատուկ խաղի համարը, որով հետագայում կարող եք ներկայացնել ձեր հարցերը կամ պահանջները տվյալ խաղաշրջանի վերաբերյալ։",
|
|
13474
13481
|
"In case of any error in the game, system or game procedure, the current round will be temporarily interrupted before the player informs the service manager of the error. Players will be informed about it via chat or an on-screen message that the issue is being investigated. If the manager manages to solve the given problem immediately, the current round continues in its normal course. If the problem is not resolved immediately, the given round is considered canceled and the starting bets of all participants in the given round are returned.": "Խաղում, համակարգում կամ խաղի ընթացակարգում որևէ սխալի դեպքում ընթացիկ խաղաշրջանը ժամանակավորապես կդադարեցվի մինչև խաղացողը տեղեկացնի սպասարկման մենեջերին սխալի մասին։ Խաղացողներին այդ մասին կտեղեկացվի չաթի կամ էկրանային հաղորդագրության միջոցով, որ խնդիրը հետաքննվում է։ Եթե մենեջերը կարողանա անմիջապես լուծել խնդիրը, ընթացիկ խաղաշրջանը կշարունակվի բնական ընթացքով։ Եթե խնդիրը անհնար լինի անմիջապես լուծել, տվյալ խաղաշրջանը կհամարվի չեղարկված, և բոլոր մասնակիցների խաղադրույքները կվերադարձվեն։",
|
|
@@ -13546,7 +13553,7 @@ const th = "Type", ah = "Your bets have been refunded", nh = "Limits", ih = "Dea
|
|
|
13546
13553
|
"The Total bet section shows the total number of bets made and accepted in the current game round.": "Total bet բաժինը ցույց է տալիս ընթացիկ խաղային շրջանում կատարված և ընդունված խաղադրույքների ընդհանուր թիվը։",
|
|
13547
13554
|
"The Lobby button can be selected at any time from any game.": "Lobby կոճակը կարող է ընտրվել ցանկացած պահին ցանկացած խաղից։",
|
|
13548
13555
|
"It allows you to easily change the game table or select any other Live game.": "Այն թույլ է տալիս հեշտությամբ փոխել խաղային սեղանը կամ ընտրել որևէ այլ Live խաղ։"
|
|
13549
|
-
}, t3 = "Тип", a3 = "Ваши ставки были возвращены", n3 = "Лимиты", i3 = "Дилер", r3 = "Баланс", s3 = "НАСТРОЙКИ", o3 = "Турнир", l3 = "Сообщение", c3 = "Поддержка", d3 = "Чаевые", h3 = "Помощь", u3 = "Сумма", p3 = "История", f3 = "Игра", m3 = "Раунд", g3 = "Ставка", b3 = "Выигрыш", y3 = "Карты", x3 = "МЕСТО", w3 = "Место", C3 = "Повторить", v3 = "Раздать карты", k3 = "Отменить", A3 = "Удвоить", j3 = "Еще", S3 = "Хватит", I3 = "Хватит все", B3 = "21+3", T3 = "Лобби", L3 = "раунд", N3 = "Поздравляем!", P3 = "Сдаться", z3 = "Пропустить", F3 = "Страховать", D3 = "день", H3 = "час", O3 = "минут", M3 = "секунд", R3 = "Отменить", W3 = "сохранить", V3 = "Рука", E3 = "Выплата", G3 = "И. пара", U3 = "Проигрыш", K3 = "Флеш",
|
|
13556
|
+
}, t3 = "Тип", a3 = "Ваши ставки были возвращены", n3 = "Лимиты", i3 = "Дилер", r3 = "Баланс", s3 = "НАСТРОЙКИ", o3 = "Турнир", l3 = "Сообщение", c3 = "Поддержка", d3 = "Чаевые", h3 = "Помощь", u3 = "Сумма", p3 = "История", f3 = "Игра", m3 = "Раунд", g3 = "Ставка", b3 = "Выигрыш", y3 = "Карты", x3 = "МЕСТО", w3 = "Место", C3 = "Повторить", v3 = "Раздать карты", k3 = "Отменить", A3 = "Удвоить", j3 = "Еще", S3 = "Хватит", I3 = "Хватит все", B3 = "21+3", T3 = "Лобби", L3 = "раунд", N3 = "Поздравляем!", P3 = "Сдаться", z3 = "Пропустить", F3 = "Страховать", D3 = "день", H3 = "час", O3 = "минут", M3 = "секунд", R3 = "Отменить", W3 = "сохранить", V3 = "Рука", E3 = "Выплата", G3 = "И. пара", U3 = "Проигрыш", K3 = "Флеш", q3 = "Сохранить", Y3 = "Стрит", Z3 = "Закрыть", X3 = "остаток", Q3 = "Полный экран", J3 = "Помощь", $3 = "Место", _3 = "Счет", e5 = "Никнейм", t5 = "Период", a5 = "Язык", n5 = {
|
|
13550
13557
|
Prizes: "Призы",
|
|
13551
13558
|
Leaderboard: "Таблица лидеров",
|
|
13552
13559
|
Rules: "Правила"
|
|
@@ -13642,9 +13649,9 @@ const th = "Type", ah = "Your bets have been refunded", nh = "Limits", ih = "Dea
|
|
|
13642
13649
|
"Three of a Kind": "Тройка",
|
|
13643
13650
|
Flush: K3,
|
|
13644
13651
|
"Set Nick Name": "Установить никнейм",
|
|
13645
|
-
Save:
|
|
13652
|
+
Save: q3,
|
|
13646
13653
|
"Please set your nickname": "Пожалуйста, установите свой никнейм",
|
|
13647
|
-
Straight:
|
|
13654
|
+
Straight: Y3,
|
|
13648
13655
|
"Ends in": "Заканчивается",
|
|
13649
13656
|
Close: Z3,
|
|
13650
13657
|
"View Details": "Просмотреть детали",
|
|
@@ -13923,7 +13930,6 @@ const th = "Type", ah = "Your bets have been refunded", nh = "Limits", ih = "Dea
|
|
|
13923
13930
|
"To make a decision": "Принять решение",
|
|
13924
13931
|
"By making an Ante bet before the end of the betting time, it means to participate in the given round, after which you have to decide before the end of the time to make a bonus bet or not. At the end of the betting time, the dealer deals the cards:2 face up cards to your box, 2 face down cards to the player and 3 face up community cards (Flop). Next, the time for the next bets is opened, during which you have to make a decision to make a bet or not. If no decision is made by the endof this round's playing time, the system will consider it an automatic fold.": "Сделав ставку Ante до окончания времени ставок, вы участвуете в данном раунде, после чего вам нужно принять решение до конца времени, делать ли бонусную ставку или нет. По окончании времени ставок дилер раздает карты: 2 карты лицом вверх для вашей коробки, 2 карты лицом вниз для игрока и 3 карты лицом вверх для сообщества (Флоп). Далее открывается время для следующих ставок, в течение которого вам нужно принять решение — делать ставку или нет. Если решение не будет принято до окончания времени игры этого раунда, система сочтет это автоматическим фолдом.",
|
|
13925
13932
|
"In the upper part of the game balance, the sum value of all the bets made in the given game is displayed.": "В верхней части баланса игры отображается сумма всех ставок, сделанных в данной игре.",
|
|
13926
|
-
'Chat You can start a chat with the player by entering your message and pressing the "send" button. In case of inappropriate use, the chat button will be disabled.': 'Чат: вы можете начать чат с игроком, введя ваше сообщение и нажав кнопку "отправить". В случае ненадлежащего использования кнопка чата будет отключена.',
|
|
13927
13933
|
"Game number Each": "Номер игры",
|
|
13928
13934
|
"Game number Each game round has its own special game number through which you can later present your wish and request about the given round.": "Номер игры: каждый раунд игры имеет свой специальный номер игры, через который вы можете позже представить свое пожелание и запрос о данном раунде.",
|
|
13929
13935
|
"In case of any error in the game, system or game procedure, the current round will be temporarily interrupted before the player informs the service manager of the error. Players will be informed about it via chat or an on-screen message that the issue is being investigated. If the manager manages to solve the given problem immediately, the current round continues in its normal course. If the problem is not resolved immediately, the given round is considered canceled and the starting bets of all participants in the given round are returned.": "В случае ошибки в игре, системе или игровом процессе, текущий раунд будет временно прерван, пока игрок не сообщит менеджеру сервиса о проблеме. Игроки будут уведомлены через чат или на экране о том, что проблема расследуется. Если менеджер сможет немедленно решить проблему, текущий раунд продолжится в своем обычном ходе. Если проблему не удастся решить сразу, данный раунд считается отмененным, и начальные ставки всех участников этого раунда возвращаются.",
|
|
@@ -13997,11 +14003,11 @@ const th = "Type", ah = "Your bets have been refunded", nh = "Limits", ih = "Dea
|
|
|
13997
14003
|
"The Total bet section shows the total number of bets made and accepted in the current game round.": "Раздел «Общая ставка» показывает общее количество ставок, сделанных и принятых в текущем раунде.",
|
|
13998
14004
|
"The Lobby button can be selected at any time from any game.": "Кнопку «Лобби» можно выбрать в любое время из любой игры.",
|
|
13999
14005
|
"It allows you to easily change the game table or select any other Live game.": "Это позволяет легко сменить игровой стол или выбрать любую другую живую игру."
|
|
14000
|
-
}, T5 = "Tip", L5 = "Bahisleriniz iade edildi", N5 = "Limitler", P5 = "Krupiyer", z5 = "Bakiye", F5 = "AYARLAR", D5 = "Müsabaka", H5 = "Mesaj", O5 = "Destek", M5 = "Bahşiş", R5 = "Yardım", W5 = "Miktar", V5 = "Geçmiş", E5 = "Oyun", G5 = "Raund", U5 = "Bahis", K5 = "Kazan",
|
|
14006
|
+
}, T5 = "Tip", L5 = "Bahisleriniz iade edildi", N5 = "Limitler", P5 = "Krupiyer", z5 = "Bakiye", F5 = "AYARLAR", D5 = "Müsabaka", H5 = "Mesaj", O5 = "Destek", M5 = "Bahşiş", R5 = "Yardım", W5 = "Miktar", V5 = "Geçmiş", E5 = "Oyun", G5 = "Raund", U5 = "Bahis", K5 = "Kazan", q5 = "Kartlar", Y5 = "KOLTUK", Z5 = "Koltuk", X5 = "tekrar", Q5 = "Kart dağıt", J5 = "geri al", $5 = "Çiftleme", _5 = "Kart çek", e9 = "Dur", t9 = "Tümünü Dur", a9 = "21+3", n9 = "Lobi", i9 = "tur", r9 = "Tebrikler", s9 = "Teslim ol", o9 = "Geç", l9 = "Apsolut", c9 = "gün", d9 = "saat", h9 = "dakika", u9 = "saniye", p9 = "İptal", f9 = "kaydet", m9 = "El", g9 = "Ödeme", b9 = "M. Çift", y9 = "Kayıp", x9 = "Flush", w9 = "Kaydet", C9 = "strit", v9 = "Kapat", k9 = "kalan", A9 = "Tam Ekran", j9 = "Bilgi", S9 = "Yer", I9 = "Skor", B9 = "Takma Ad", T9 = "Dönem", L9 = "Dil", N9 = {
|
|
14001
14007
|
Prizes: "Pargalar",
|
|
14002
14008
|
Leaderboard: "Lider Tablosu",
|
|
14003
14009
|
Rules: "Kurallar"
|
|
14004
|
-
}, P9 = "Minimum", z9 = "Düşük", F9 = "Orta", D9 = "Yüksek", H9 = "Otomatik", O9 = "Değiştir", M9 = "Önemli", R9 = "Notlar", W9 = "Blackjack", V9 = "Sigorta", E9 = "Split", G9 = "Sonuçlar", U9 = "Ödemeler", K9 = "Otomatik oynatma",
|
|
14010
|
+
}, P9 = "Minimum", z9 = "Düşük", F9 = "Orta", D9 = "Yüksek", H9 = "Otomatik", O9 = "Değiştir", M9 = "Önemli", R9 = "Notlar", W9 = "Blackjack", V9 = "Sigorta", E9 = "Split", G9 = "Sonuçlar", U9 = "Ödemeler", K9 = "Otomatik oynatma", q9 = "Sohbet", Y9 = "Ses", Z9 = "Ayarlar", X9 = "Karıştırma", Q9 = "Bahisler", J9 = "jeton", $9 = "corner", _9 = "split", e4 = "İstatistikler", t4 = {
|
|
14005
14011
|
"Win number": "Kazanan numara",
|
|
14006
14012
|
Type: T5,
|
|
14007
14013
|
"canceled round": "İptal edilen tur",
|
|
@@ -14041,10 +14047,10 @@ const th = "Type", ah = "Your bets have been refunded", nh = "Limits", ih = "Dea
|
|
|
14041
14047
|
Bet: U5,
|
|
14042
14048
|
"Win/Lose": "Kazanç/Kayıp",
|
|
14043
14049
|
Win: K5,
|
|
14044
|
-
Cards:
|
|
14050
|
+
Cards: q5,
|
|
14045
14051
|
"Dealer Cards": "Krupiyer Kartları",
|
|
14046
14052
|
"Your Seats": "Koltukların",
|
|
14047
|
-
SEAT:
|
|
14053
|
+
SEAT: Y5,
|
|
14048
14054
|
Seat: Z5,
|
|
14049
14055
|
repeat: X5,
|
|
14050
14056
|
deal: Q5,
|
|
@@ -14269,11 +14275,11 @@ const th = "Type", ah = "Your bets have been refunded", nh = "Limits", ih = "Dea
|
|
|
14269
14275
|
'If the connection is interrupted after the end of the betting time, your bets will be included in the given round and you can see the result in the "Game History" section.': 'Bahis süresi bittikten sonra bağlantı kesilirse, bahisleriniz belirtilen turda dahil edilir ve sonucu "Oyun Geçmişi" bölümünde görebilirsiniz.',
|
|
14270
14276
|
Autoplay: K9,
|
|
14271
14277
|
"Autoplay - In this section you can choose how many game rounds you want your given bet to be repeated.": "Otomatik Oynatma - Bu bölümde, verdiğiniz bahsin kaç oyun turu boyunca tekrarlanacağını seçebilirsiniz.",
|
|
14272
|
-
Chat:
|
|
14278
|
+
Chat: q9,
|
|
14273
14279
|
'You can start a chat with the player by entering your message and pressing the "send" button. In case of inappropriate use, the chat button will be disabled.': 'Oyuncuyla mesajınızı yazarak ve "gönder" düğmesine basarak sohbet başlatabilirsiniz. Uygunsuz kullanım durumunda sohbet düğmesi devre dışı bırakılır.',
|
|
14274
14280
|
"Game number": "Oyun numarası",
|
|
14275
14281
|
"Each game round has its own special game number through which you can later present your wish and request about the given round.": "Her oyun turunun kendi özel oyun numarası vardır, bu numara üzerinden daha sonra verilen tur hakkında isteğinizi ve talebinizi iletebilirsiniz.",
|
|
14276
|
-
Sound:
|
|
14282
|
+
Sound: Y9,
|
|
14277
14283
|
"The Sound button toggles all game sounds on and off.": "Ses düğmesi tüm oyun seslerini açıp kapatır.",
|
|
14278
14284
|
"Game history": "Oyun geçmişi",
|
|
14279
14285
|
'By clicking the "game history" button, you can see your bets, winnings and the winning number in the round under the game number.': '"Oyun geçmişi" düğmesine tıklayarak bahislerinizi, kazançlarınızı ve oyun numarası altındaki turdaki kazanan numarayı görebilirsiniz.',
|
|
@@ -14367,7 +14373,6 @@ const th = "Type", ah = "Your bets have been refunded", nh = "Limits", ih = "Dea
|
|
|
14367
14373
|
"To make a decision": "Karar vermek",
|
|
14368
14374
|
"By making an Ante bet before the end of the betting time, it means to participate in the given round, after which you have to decide before the end of the time to make a bonus bet or not. At the end of the betting time, the dealer deals the cards:2 face up cards to your box, 2 face down cards to the player and 3 face up community cards (Flop). Next, the time for the next bets is opened, during which you have to make a decision to make a bet or not. If no decision is made by the endof this round's playing time, the system will consider it an automatic fold.": "Bahis süresinin bitiminden önce bir Ante bahsi yaparak, verilen tura katılmak anlamına gelir, bundan sonra bonus bahsi yapıp yapmamaya süre bitmeden karar vermeniz gerekir. Bahis süresinin sonunda, krupiye kartları dağıtır: 2 açık kart kutunuza, 2 kapalı kart oyuncuya ve 3 açık ortak kart (Flop). Daha sonra, bir sonraki bahislerin zamanı açılır ve bu süre zarfında bahis yapıp yapmama konusunda bir karar vermeniz gerekir. Bu turun oyun süresinin sonuna kadar herhangi bir karar verilmezse, sistem bunu otomatik bir pas olarak kabul edecektir.",
|
|
14369
14375
|
"In the upper part of the game balance, the sum value of all the bets made in the given game is displayed.": "Oyun bakiyesinin üst kısmında, verilen oyunda yapılan tüm bahislerin toplam değeri görüntülenir.",
|
|
14370
|
-
'Chat You can start a chat with the player by entering your message and pressing the "send" button. In case of inappropriate use, the chat button will be disabled.': 'Sohbet: Mesajınızı girip "gönder" düğmesine basarak oyuncuyla sohbet başlatabilirsiniz. Uygunsuz kullanım durumunda sohbet butonu devre dışı bırakılacaktır.',
|
|
14371
14376
|
"Game number Each": "Her biri oyun numarası",
|
|
14372
14377
|
"Game number Each game round has its own special game number through which you can later present your wish and request about the given round.": "Oyun numarası: Her oyun turunun, daha sonra verilen turla ilgili dileğinizi ve talebinizi sunabileceğiniz kendi özel oyun numarası vardır.",
|
|
14373
14378
|
"In case of any error in the game, system or game procedure, the current round will be temporarily interrupted before the player informs the service manager of the error. Players will be informed about it via chat or an on-screen message that the issue is being investigated. If the manager manages to solve the given problem immediately, the current round continues in its normal course. If the problem is not resolved immediately, the given round is considered canceled and the starting bets of all participants in the given round are returned.": "Oyunda, sistemde veya oyun prosedüründe herhangi bir hata olması durumunda, oyuncu hatayı servis yöneticisine bildirmeden önce mevcut tur geçici olarak durdurulacaktır. Oyuncular, sorunun araştırıldığına dair sohbet veya ekran mesajı yoluyla bu konuda bilgilendirilecektir. Yönetici verilen sorunu hemen çözmeyi başarırsa, mevcut tur normal seyrinde devam eder. Sorun hemen çözülmezse, verilen tur iptal edilmiş sayılır ve verilen turdaki tüm katılımcıların başlangıç bahisleri iade edilir.",
|
|
@@ -14441,7 +14446,7 @@ const th = "Type", ah = "Your bets have been refunded", nh = "Limits", ih = "Dea
|
|
|
14441
14446
|
"The Total bet section shows the total number of bets made and accepted in the current game round.": "Total bet bölümü, mevcut oyun turunda yapılan ve kabul edilen bahislerin toplam sayısını gösterir.",
|
|
14442
14447
|
"The Lobby button can be selected at any time from any game.": "Lobby düğmesi, herhangi bir oyundan her zaman seçilebilir.",
|
|
14443
14448
|
"It allows you to easily change the game table or select any other Live game.": "Bu, oyun masasını kolayca değiştirmenizi veya başka bir Canlı oyunu seçmenizi sağlar."
|
|
14444
|
-
}, a4 = "ტიპი", n4 = "თქვენი ფსონი დაბრუნდა", i4 = "ლიმიტები", r4 = "დილერი", s4 = "ბალანსი", o4 = "პარამეტრები", l4 = "ტურნირი", c4 = "შეტყობინება", d4 = "მხარდაჭერა", h4 = "რჩევა", u4 = "ისტორია", p4 = "დახმარება", f4 = "თანხა", m4 = "თამაში", g4 = "რაუნდი", b4 = "ფსონი", y4 = "მოგება", x4 = "ბარათები", w4 = "ადგილი", C4 = "სავარძელი", v4 = "გამეორება", k4 = "დილერი", A4 = "გაუქმება", j4 = "ორმაგი", S4 = "დარტყმა", I4 = "დაყენა", B4 = "ყველა მოთამაშე დგას", T4 = "21+3", L4 = "ლობი", N4 = "რაუნდი", P4 = "გილოცავთ!", z4 = "დნებება", F4 = "გამოტოვება", D4 = "დაზღვევა", H4 = "დღე", O4 = "საათი", M4 = "წთ", R4 = "წმ", W4 = "გაუქმება", V4 = "შენახვა", E4 = "ხელი", G4 = "გადახდა", U4 = "და წყვილი", K4 = "დაკარგული",
|
|
14449
|
+
}, a4 = "ტიპი", n4 = "თქვენი ფსონი დაბრუნდა", i4 = "ლიმიტები", r4 = "დილერი", s4 = "ბალანსი", o4 = "პარამეტრები", l4 = "ტურნირი", c4 = "შეტყობინება", d4 = "მხარდაჭერა", h4 = "რჩევა", u4 = "ისტორია", p4 = "დახმარება", f4 = "თანხა", m4 = "თამაში", g4 = "რაუნდი", b4 = "ფსონი", y4 = "მოგება", x4 = "ბარათები", w4 = "ადგილი", C4 = "სავარძელი", v4 = "გამეორება", k4 = "დილერი", A4 = "გაუქმება", j4 = "ორმაგი", S4 = "დარტყმა", I4 = "დაყენა", B4 = "ყველა მოთამაშე დგას", T4 = "21+3", L4 = "ლობი", N4 = "რაუნდი", P4 = "გილოცავთ!", z4 = "დნებება", F4 = "გამოტოვება", D4 = "დაზღვევა", H4 = "დღე", O4 = "საათი", M4 = "წთ", R4 = "წმ", W4 = "გაუქმება", V4 = "შენახვა", E4 = "ხელი", G4 = "გადახდა", U4 = "და წყვილი", K4 = "დაკარგული", q4 = "ფლეში", Y4 = "შენახვა", Z4 = "სტრაითი", X4 = "დახურვა", Q4 = "მარცხნივ", J4 = "სრული ეკრანი", $4 = "ინფორმაცია", _4 = "ადგილი", ep = "ქულა", tp = "მეტსახელი", ap = "პერიოდი", np = "ენა", ip = {
|
|
14445
14450
|
Prizes: "პრიზები",
|
|
14446
14451
|
Leaderboard: "ლიდერბორდი",
|
|
14447
14452
|
Rules: "წესები"
|
|
@@ -14535,9 +14540,9 @@ const th = "Type", ah = "Your bets have been refunded", nh = "Limits", ih = "Dea
|
|
|
14535
14540
|
"Suited Trips": "შესაფერისი სამეული",
|
|
14536
14541
|
"Straight Flush": "სტრიტ ფლეში",
|
|
14537
14542
|
"Three of a Kind": "სამი ერთნაირი",
|
|
14538
|
-
Flush:
|
|
14543
|
+
Flush: q4,
|
|
14539
14544
|
"Set Nick Name": "მეტსახელის დაყენება",
|
|
14540
|
-
Save:
|
|
14545
|
+
Save: Y4,
|
|
14541
14546
|
"Please set your nickname": "გთხოვთ, დააყენოთ მეტსახელი",
|
|
14542
14547
|
Straight: Z4,
|
|
14543
14548
|
"Ends in": "დასრულდება",
|
|
@@ -14831,11 +14836,11 @@ const th = "Type", ah = "Your bets have been refunded", nh = "Limits", ih = "Dea
|
|
|
14831
14836
|
"If the connection is interrupted during the game round before the end of the betting time, all placed bets on the field will be returned to you and will not participate in the game round.": "თუ კავშირი შეერყა თამაშის რაუნდის დროს ფსონების დრო დასრულებამდე, ყველა მოთავსებული ფსონი დაგიბრუნდებათ და არ მიიღებს მონაწილეობას რაუნდში.",
|
|
14832
14837
|
"The Lobby button can be selected at any time from any game.": "Lobby ღილაკი შეიძლება გამოყენებულ იქნას ნებისმიერ დროს ნებისმიერი თამაშიდან.",
|
|
14833
14838
|
"It allows you to easily change the game table or select any other Live game.": "ეს საშუალებას გაძლევთ მარტივად შეცვალოთ თამაშის მაგიდა ან აირჩიოთ სხვა Live თამაში."
|
|
14834
|
-
}, Tp = "نوع", Lp = "شرطهای شما بازپرداخت شد", Np = "محدودیتها", Pp = "دیلر", zp = "موجودی", Fp = "تنظیمات", Dp = "مسابقه", Hp = "پیام", Op = "پشتیبانی", Mp = "انعام", Rp = "تاریخچه", Wp = "راهنما", Vp = "مقدار", Ep = "بازی", Gp = "دور", Up = "شرط", Kp = "برد",
|
|
14839
|
+
}, Tp = "نوع", Lp = "شرطهای شما بازپرداخت شد", Np = "محدودیتها", Pp = "دیلر", zp = "موجودی", Fp = "تنظیمات", Dp = "مسابقه", Hp = "پیام", Op = "پشتیبانی", Mp = "انعام", Rp = "تاریخچه", Wp = "راهنما", Vp = "مقدار", Ep = "بازی", Gp = "دور", Up = "شرط", Kp = "برد", qp = "کارتها", Yp = "صندلی", Zp = "صندلی", Xp = "تکرار", Qp = "تقسیم", Jp = "بازگشت", $p = "دو برابر", _p = "کارت بکش", ef = "ماندن", tf = "همه بمانند", af = "21+3", nf = "لابی", rf = "دور", sf = "تبریک!", of = "تسلیم", lf = "رد کردن", cf = "بیمه", df = "روز", hf = "ساعت", uf = "دقیقه", pf = "ثانیه", ff = "لغو", mf = "ذخیره", gf = "دست", bf = "پرداخت", yf = "ج. کامل", xf = "باخت", wf = "فلاش", Cf = "ذخیره", vf = "استریت", kf = "بستن", Af = "مانده", jf = "تمام صفحه", Sf = "اطلاعات", If = "قرار دادن", Bf = "امتیاز", Tf = "نام مستعار", Lf = "دوره", Nf = "زبان", Pf = {
|
|
14835
14840
|
Prizes: "جوایز",
|
|
14836
14841
|
Leaderboard: "جدول امتیازات",
|
|
14837
14842
|
Rules: "قوانین"
|
|
14838
|
-
}, zf = "کم", Ff = "پایین", Df = "متوسط", Hf = "بالا", Of = "خودکار", Mf = "تغییر", Rf = "مهم", Wf = "یادداشتها", Vf = "بلکجک", Ef = "بیمه", Gf = "تقسیم", Uf = "نتایج", Kf = "پرداختها",
|
|
14843
|
+
}, zf = "کم", Ff = "پایین", Df = "متوسط", Hf = "بالا", Of = "خودکار", Mf = "تغییر", Rf = "مهم", Wf = "یادداشتها", Vf = "بلکجک", Ef = "بیمه", Gf = "تقسیم", Uf = "نتایج", Kf = "پرداختها", qf = "پخش خودکار", Yf = "چت", Zf = "صدا", Xf = "تنظیمات", Qf = "بر زدن کارتها", Jf = "شرطها", $f = "واحد", _f = "corner", e6 = "split", t6 = "آمار", a6 = {
|
|
14839
14844
|
"Win number": "شماره برنده",
|
|
14840
14845
|
Type: Tp,
|
|
14841
14846
|
"canceled round": "دور لغو شد",
|
|
@@ -14875,10 +14880,10 @@ const th = "Type", ah = "Your bets have been refunded", nh = "Limits", ih = "Dea
|
|
|
14875
14880
|
Bet: Up,
|
|
14876
14881
|
"Win/Lose": "برد/باخت",
|
|
14877
14882
|
Win: Kp,
|
|
14878
|
-
Cards:
|
|
14883
|
+
Cards: qp,
|
|
14879
14884
|
"Dealer Cards": "کارتهای دیلر",
|
|
14880
14885
|
"Your Seats": "صندلیهای شما",
|
|
14881
|
-
SEAT:
|
|
14886
|
+
SEAT: Yp,
|
|
14882
14887
|
Seat: Zp,
|
|
14883
14888
|
repeat: Xp,
|
|
14884
14889
|
deal: Qp,
|
|
@@ -15101,9 +15106,9 @@ const th = "Type", ah = "Your bets have been refunded", nh = "Limits", ih = "Dea
|
|
|
15101
15106
|
"Total bets section shows the amount of total bets for the given game round.": "بخش مجموع شرطها، مقدار کل شرطها برای دور بازی جاری را نشان میدهد.",
|
|
15102
15107
|
"If the connection is interrupted during the game round before the end of the betting time, all placed bets on the field will be returned to you and will not participate in the game round.": "اگر اتصال در طول دور بازی قبل از پایان زمان شرطبندی قطع شود، همه شرطهای قرار داده شده به شما بازگردانده میشوند و در آن دور شرکت داده نمیشوند.",
|
|
15103
15108
|
'If the connection is interrupted after the end of the betting time, your bets will be included in the given round and you can see the result in the "Game History" section.': "اگر اتصال پس از پایان زمان شرطبندی قطع شود، شرطهای شما در آن دور لحاظ میشوند و میتوانید نتیجه را در بخش «تاریخچه بازی» مشاهده کنید.",
|
|
15104
|
-
Autoplay:
|
|
15109
|
+
Autoplay: qf,
|
|
15105
15110
|
"Autoplay - In this section you can choose how many game rounds you want your given bet to be repeated.": "پخش خودکار - در این بخش میتوانید تعداد دورهای بازی را که میخواهید شرط شما تکرار شود انتخاب کنید.",
|
|
15106
|
-
Chat:
|
|
15111
|
+
Chat: Yf,
|
|
15107
15112
|
'You can start a chat with the player by entering your message and pressing the "send" button. In case of inappropriate use, the chat button will be disabled.': "میتوانید با وارد کردن پیام و فشار دادن دکمه «ارسال»، چت را با بازیکن شروع کنید. در صورت استفاده نامناسب، دکمه چت غیرفعال خواهد شد.",
|
|
15108
15113
|
"Game number": "شماره بازی",
|
|
15109
15114
|
"Each game round has its own special game number through which you can later present your wish and request about the given round.": "هر دور بازی شماره بازی خاص خود را دارد که از طریق آن میتوانید بعداً درخواستها و نظرات خود را درباره آن دور ارائه دهید.",
|
|
@@ -15228,15 +15233,15 @@ const th = "Type", ah = "Your bets have been refunded", nh = "Limits", ih = "Dea
|
|
|
15228
15233
|
[Fe.Turkey]: { translation: t4 },
|
|
15229
15234
|
[Fe.Georgian]: { translation: Bp },
|
|
15230
15235
|
[Fe.Persian]: { translation: a6 }
|
|
15231
|
-
},
|
|
15236
|
+
}, xi = pe.use(xs);
|
|
15232
15237
|
function A6() {
|
|
15233
|
-
const e =
|
|
15234
|
-
return
|
|
15238
|
+
const e = Ka.get(Ka.language) || Fe.English;
|
|
15239
|
+
return xi.init({
|
|
15235
15240
|
lng: e,
|
|
15236
15241
|
fallbackLng: Fe.English,
|
|
15237
15242
|
interpolation: { escapeValue: !1 },
|
|
15238
15243
|
resources: n6
|
|
15239
|
-
}),
|
|
15244
|
+
}), xi;
|
|
15240
15245
|
}
|
|
15241
15246
|
export {
|
|
15242
15247
|
r6 as BalanceAndBet,
|
|
@@ -15245,7 +15250,7 @@ export {
|
|
|
15245
15250
|
x6 as BlackjeckInsurance,
|
|
15246
15251
|
y6 as BonusModalContent,
|
|
15247
15252
|
Kt as Button,
|
|
15248
|
-
|
|
15253
|
+
hr as Card,
|
|
15249
15254
|
$e as CardTexas,
|
|
15250
15255
|
w6 as CardsRightInfo,
|
|
15251
15256
|
Xt as Chip,
|
|
@@ -15255,15 +15260,15 @@ export {
|
|
|
15255
15260
|
s6 as MobileMenu,
|
|
15256
15261
|
v6 as MoibleChipBoard,
|
|
15257
15262
|
p6 as NotPlaying,
|
|
15258
|
-
|
|
15263
|
+
Ar as PopupWrapper,
|
|
15259
15264
|
u6 as Reconnect,
|
|
15260
|
-
|
|
15265
|
+
rn as Timer,
|
|
15261
15266
|
o6 as ToLobby,
|
|
15262
15267
|
m6 as ToastMessages,
|
|
15263
15268
|
l6 as TopIcons,
|
|
15264
15269
|
k6 as TournamentAndPoints,
|
|
15265
15270
|
c6 as TournamentNotification,
|
|
15266
15271
|
b6 as Wager,
|
|
15267
|
-
|
|
15272
|
+
xi as i18n,
|
|
15268
15273
|
A6 as initI18n
|
|
15269
15274
|
};
|