@everymatrix/player-limit-notification 0.7.25 → 0.7.27

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.
Files changed (23) hide show
  1. package/components/PlayerAccountGamingLimitsHistory2Nd-C9JkzOQQ.js +732 -0
  2. package/components/PlayerAccountGamingLimitsHistory2Nd-CYEEffEA.cjs +1 -0
  3. package/components/PlayerAccountGamingLimitsHistory2Nd-Pq7N0Sse.js +743 -0
  4. package/components/{PlayerAccountGamingLimitsPage2Gm16Nd-Cw9jsLfY.js → PlayerAccountGamingLimitsPage2Gm16Nd-Bq-ODm6y.js} +956 -955
  5. package/components/{PlayerAccountGamingLimitsPage2Gm16Nd-BDUI25gw.js → PlayerAccountGamingLimitsPage2Gm16Nd-DW6HmSu0.js} +914 -913
  6. package/components/{PlayerAccountGamingLimitsPage2Gm16Nd-DjyFaKnC.cjs → PlayerAccountGamingLimitsPage2Gm16Nd-NRRZNEU9.cjs} +6 -6
  7. package/components/{PlayerAccountGamingLimitsWrapper2Nd-Blw2HyYg.js → PlayerAccountGamingLimitsWrapper2Nd-Cjts28td.js} +1225 -697
  8. package/components/PlayerAccountGamingLimitsWrapper2Nd-Cxwy9lWa.cjs +19 -0
  9. package/components/{PlayerAccountGamingLimitsWrapper2Nd-BklAQCHL.js → PlayerAccountGamingLimitsWrapper2Nd-oTrOyjHu.js} +1265 -737
  10. package/components/PlayerLimitNotification-C_68Ntzt.js +4363 -0
  11. package/components/PlayerLimitNotification-CcO2iq6p.cjs +39 -0
  12. package/components/PlayerLimitNotification-gYTCyKz8.js +4405 -0
  13. package/es2015/player-limit-notification.cjs +1 -1
  14. package/es2015/player-limit-notification.js +7 -7
  15. package/esnext/player-limit-notification.js +1 -1
  16. package/package.json +1 -1
  17. package/components/PlayerAccountGamingLimitsHistory2Nd-BPDMvyK7.cjs +0 -18
  18. package/components/PlayerAccountGamingLimitsHistory2Nd-BetTT8pd.js +0 -5151
  19. package/components/PlayerAccountGamingLimitsHistory2Nd-Rz7KSqHF.js +0 -5188
  20. package/components/PlayerAccountGamingLimitsWrapper2Nd-D0l008SC.cjs +0 -4
  21. package/components/PlayerLimitNotification-6_ZqpVwq.cjs +0 -37
  22. package/components/PlayerLimitNotification-BOnRnvVK.js +0 -444
  23. package/components/PlayerLimitNotification-CAhIIHuz.js +0 -444
@@ -1,11 +1,534 @@
1
- import { a as ei, $ as ii, S as ti, i as si, f as b, s as Ie, Q as ai, b as ni, p as I, d as k, t as y, c as v, u as D, q as E, r as V, M, e as C, g as z, h as _, j as L, k as T, n as h, l as ri, T as oi, U as li, o as mi, z as se, D as J, v as G, F as te, C as De, L as N, w as ye, x as ui, H as Ee, V as l, W as ke, R as di, N as ci, O as pi, P as fi } from "./PlayerAccountGamingLimitsHistory2Nd-BetTT8pd.js";
2
- function ze(i, e) {
3
- ei(i, e);
1
+ import { a as qi, $ as Ti, S as Ei, i as Oi, f as g, s as ri, c as Pi, b as Wi, d as N, e as w, t as k, g as y, u as x, h as D, j as H, k as C, l as I, m as S, n as _, o as L, p as O, q as v, r as Ai, v as Ci, w as Ii, x as be, y as ie, z as P, A as oe, B as ni, C as A, D as We, E as Gi, F as si, G as c, H as Ae, I as Mi, J as Bi, K as Ni, L as xi } from "./PlayerLimitNotification-C_68Ntzt.js";
2
+ /*! *****************************************************************************
3
+ Copyright (c) Microsoft Corporation.
4
+
5
+ Permission to use, copy, modify, and/or distribute this software for any
6
+ purpose with or without fee is hereby granted.
7
+
8
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
9
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
10
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
11
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
12
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
13
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14
+ PERFORMANCE OF THIS SOFTWARE.
15
+ ***************************************************************************** */
16
+ var ue = function(t, e) {
17
+ return ue = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(i, r) {
18
+ i.__proto__ = r;
19
+ } || function(i, r) {
20
+ for (var n in r)
21
+ Object.prototype.hasOwnProperty.call(r, n) && (i[n] = r[n]);
22
+ }, ue(t, e);
23
+ };
24
+ function V(t, e) {
25
+ if (typeof e != "function" && e !== null)
26
+ throw new TypeError("Class extends value " + String(e) + " is not a constructor or null");
27
+ ue(t, e);
28
+ function i() {
29
+ this.constructor = t;
30
+ }
31
+ t.prototype = e === null ? Object.create(e) : (i.prototype = e.prototype, new i());
32
+ }
33
+ function me(t) {
34
+ var e = typeof Symbol == "function" && Symbol.iterator, i = e && t[e], r = 0;
35
+ if (i)
36
+ return i.call(t);
37
+ if (t && typeof t.length == "number")
38
+ return {
39
+ next: function() {
40
+ return t && r >= t.length && (t = void 0), { value: t && t[r++], done: !t };
41
+ }
42
+ };
43
+ throw new TypeError(e ? "Object is not iterable." : "Symbol.iterator is not defined.");
44
+ }
45
+ function de(t, e) {
46
+ var i = typeof Symbol == "function" && t[Symbol.iterator];
47
+ if (!i)
48
+ return t;
49
+ var r = i.call(t), n, s = [], a;
50
+ try {
51
+ for (; (e === void 0 || e-- > 0) && !(n = r.next()).done; )
52
+ s.push(n.value);
53
+ } catch (o) {
54
+ a = { error: o };
55
+ } finally {
56
+ try {
57
+ n && !n.done && (i = r.return) && i.call(r);
58
+ } finally {
59
+ if (a)
60
+ throw a.error;
61
+ }
62
+ }
63
+ return s;
64
+ }
65
+ function ce(t, e, i) {
66
+ if (arguments.length === 2)
67
+ for (var r = 0, n = e.length, s; r < n; r++)
68
+ (s || !(r in e)) && (s || (s = Array.prototype.slice.call(e, 0, r)), s[r] = e[r]);
69
+ return t.concat(s || e);
70
+ }
71
+ function E(t) {
72
+ return typeof t == "function";
4
73
  }
5
- function gi(i) {
6
- ii.set(i);
74
+ function ai(t) {
75
+ var e = function(r) {
76
+ Error.call(r), r.stack = new Error().stack;
77
+ }, i = t(e);
78
+ return i.prototype = Object.create(Error.prototype), i.prototype.constructor = i, i;
7
79
  }
8
- const Le = {
80
+ var le = ai(function(t) {
81
+ return function(i) {
82
+ t(this), this.message = i ? i.length + ` errors occurred during unsubscription:
83
+ ` + i.map(function(r, n) {
84
+ return n + 1 + ") " + r.toString();
85
+ }).join(`
86
+ `) : "", this.name = "UnsubscriptionError", this.errors = i;
87
+ };
88
+ });
89
+ function pe(t, e) {
90
+ if (t) {
91
+ var i = t.indexOf(e);
92
+ 0 <= i && t.splice(i, 1);
93
+ }
94
+ }
95
+ var te = function() {
96
+ function t(e) {
97
+ this.initialTeardown = e, this.closed = !1, this._parentage = null, this._finalizers = null;
98
+ }
99
+ return t.prototype.unsubscribe = function() {
100
+ var e, i, r, n, s;
101
+ if (!this.closed) {
102
+ this.closed = !0;
103
+ var a = this._parentage;
104
+ if (a)
105
+ if (this._parentage = null, Array.isArray(a))
106
+ try {
107
+ for (var o = me(a), l = o.next(); !l.done; l = o.next()) {
108
+ var p = l.value;
109
+ p.remove(this);
110
+ }
111
+ } catch (h) {
112
+ e = { error: h };
113
+ } finally {
114
+ try {
115
+ l && !l.done && (i = o.return) && i.call(o);
116
+ } finally {
117
+ if (e)
118
+ throw e.error;
119
+ }
120
+ }
121
+ else
122
+ a.remove(this);
123
+ var f = this.initialTeardown;
124
+ if (E(f))
125
+ try {
126
+ f();
127
+ } catch (h) {
128
+ s = h instanceof le ? h.errors : [h];
129
+ }
130
+ var m = this._finalizers;
131
+ if (m) {
132
+ this._finalizers = null;
133
+ try {
134
+ for (var d = me(m), b = d.next(); !b.done; b = d.next()) {
135
+ var z = b.value;
136
+ try {
137
+ Ce(z);
138
+ } catch (h) {
139
+ s = s ?? [], h instanceof le ? s = ce(ce([], de(s)), de(h.errors)) : s.push(h);
140
+ }
141
+ }
142
+ } catch (h) {
143
+ r = { error: h };
144
+ } finally {
145
+ try {
146
+ b && !b.done && (n = d.return) && n.call(d);
147
+ } finally {
148
+ if (r)
149
+ throw r.error;
150
+ }
151
+ }
152
+ }
153
+ if (s)
154
+ throw new le(s);
155
+ }
156
+ }, t.prototype.add = function(e) {
157
+ var i;
158
+ if (e && e !== this)
159
+ if (this.closed)
160
+ Ce(e);
161
+ else {
162
+ if (e instanceof t) {
163
+ if (e.closed || e._hasParent(this))
164
+ return;
165
+ e._addParent(this);
166
+ }
167
+ (this._finalizers = (i = this._finalizers) !== null && i !== void 0 ? i : []).push(e);
168
+ }
169
+ }, t.prototype._hasParent = function(e) {
170
+ var i = this._parentage;
171
+ return i === e || Array.isArray(i) && i.includes(e);
172
+ }, t.prototype._addParent = function(e) {
173
+ var i = this._parentage;
174
+ this._parentage = Array.isArray(i) ? (i.push(e), i) : i ? [i, e] : e;
175
+ }, t.prototype._removeParent = function(e) {
176
+ var i = this._parentage;
177
+ i === e ? this._parentage = null : Array.isArray(i) && pe(i, e);
178
+ }, t.prototype.remove = function(e) {
179
+ var i = this._finalizers;
180
+ i && pe(i, e), e instanceof t && e._removeParent(this);
181
+ }, t.EMPTY = function() {
182
+ var e = new t();
183
+ return e.closed = !0, e;
184
+ }(), t;
185
+ }(), oi = te.EMPTY;
186
+ function li(t) {
187
+ return t instanceof te || t && "closed" in t && E(t.remove) && E(t.add) && E(t.unsubscribe);
188
+ }
189
+ function Ce(t) {
190
+ E(t) ? t() : t.unsubscribe();
191
+ }
192
+ var Di = {
193
+ Promise: void 0
194
+ }, Hi = {
195
+ setTimeout: function(t, e) {
196
+ for (var i = [], r = 2; r < arguments.length; r++)
197
+ i[r - 2] = arguments[r];
198
+ return setTimeout.apply(void 0, ce([t, e], de(i)));
199
+ },
200
+ clearTimeout: function(t) {
201
+ return clearTimeout(t);
202
+ },
203
+ delegate: void 0
204
+ };
205
+ function Vi(t) {
206
+ Hi.setTimeout(function() {
207
+ throw t;
208
+ });
209
+ }
210
+ function Ie() {
211
+ }
212
+ function ee(t) {
213
+ t();
214
+ }
215
+ var ui = function(t) {
216
+ V(e, t);
217
+ function e(i) {
218
+ var r = t.call(this) || this;
219
+ return r.isStopped = !1, i ? (r.destination = i, li(i) && i.add(r)) : r.destination = Yi, r;
220
+ }
221
+ return e.create = function(i, r, n) {
222
+ return new fe(i, r, n);
223
+ }, e.prototype.next = function(i) {
224
+ this.isStopped || this._next(i);
225
+ }, e.prototype.error = function(i) {
226
+ this.isStopped || (this.isStopped = !0, this._error(i));
227
+ }, e.prototype.complete = function() {
228
+ this.isStopped || (this.isStopped = !0, this._complete());
229
+ }, e.prototype.unsubscribe = function() {
230
+ this.closed || (this.isStopped = !0, t.prototype.unsubscribe.call(this), this.destination = null);
231
+ }, e.prototype._next = function(i) {
232
+ this.destination.next(i);
233
+ }, e.prototype._error = function(i) {
234
+ try {
235
+ this.destination.error(i);
236
+ } finally {
237
+ this.unsubscribe();
238
+ }
239
+ }, e.prototype._complete = function() {
240
+ try {
241
+ this.destination.complete();
242
+ } finally {
243
+ this.unsubscribe();
244
+ }
245
+ }, e;
246
+ }(te), Ki = function() {
247
+ function t(e) {
248
+ this.partialObserver = e;
249
+ }
250
+ return t.prototype.next = function(e) {
251
+ var i = this.partialObserver;
252
+ if (i.next)
253
+ try {
254
+ i.next(e);
255
+ } catch (r) {
256
+ $(r);
257
+ }
258
+ }, t.prototype.error = function(e) {
259
+ var i = this.partialObserver;
260
+ if (i.error)
261
+ try {
262
+ i.error(e);
263
+ } catch (r) {
264
+ $(r);
265
+ }
266
+ else
267
+ $(e);
268
+ }, t.prototype.complete = function() {
269
+ var e = this.partialObserver;
270
+ if (e.complete)
271
+ try {
272
+ e.complete();
273
+ } catch (i) {
274
+ $(i);
275
+ }
276
+ }, t;
277
+ }(), fe = function(t) {
278
+ V(e, t);
279
+ function e(i, r, n) {
280
+ var s = t.call(this) || this, a;
281
+ return E(i) || !i ? a = {
282
+ next: i ?? void 0,
283
+ error: r ?? void 0,
284
+ complete: n ?? void 0
285
+ } : a = i, s.destination = new Ki(a), s;
286
+ }
287
+ return e;
288
+ }(ui);
289
+ function $(t) {
290
+ Vi(t);
291
+ }
292
+ function Ri(t) {
293
+ throw t;
294
+ }
295
+ var Yi = {
296
+ closed: !0,
297
+ next: Ie,
298
+ error: Ri,
299
+ complete: Ie
300
+ }, Ui = function() {
301
+ return typeof Symbol == "function" && Symbol.observable || "@@observable";
302
+ }();
303
+ function Fi(t) {
304
+ return t;
305
+ }
306
+ function Zi(t) {
307
+ return t.length === 0 ? Fi : t.length === 1 ? t[0] : function(i) {
308
+ return t.reduce(function(r, n) {
309
+ return n(r);
310
+ }, i);
311
+ };
312
+ }
313
+ var Ge = function() {
314
+ function t(e) {
315
+ e && (this._subscribe = e);
316
+ }
317
+ return t.prototype.lift = function(e) {
318
+ var i = new t();
319
+ return i.source = this, i.operator = e, i;
320
+ }, t.prototype.subscribe = function(e, i, r) {
321
+ var n = this, s = Xi(e) ? e : new fe(e, i, r);
322
+ return ee(function() {
323
+ var a = n, o = a.operator, l = a.source;
324
+ s.add(o ? o.call(s, l) : l ? n._subscribe(s) : n._trySubscribe(s));
325
+ }), s;
326
+ }, t.prototype._trySubscribe = function(e) {
327
+ try {
328
+ return this._subscribe(e);
329
+ } catch (i) {
330
+ e.error(i);
331
+ }
332
+ }, t.prototype.forEach = function(e, i) {
333
+ var r = this;
334
+ return i = Me(i), new i(function(n, s) {
335
+ var a = new fe({
336
+ next: function(o) {
337
+ try {
338
+ e(o);
339
+ } catch (l) {
340
+ s(l), a.unsubscribe();
341
+ }
342
+ },
343
+ error: s,
344
+ complete: n
345
+ });
346
+ r.subscribe(a);
347
+ });
348
+ }, t.prototype._subscribe = function(e) {
349
+ var i;
350
+ return (i = this.source) === null || i === void 0 ? void 0 : i.subscribe(e);
351
+ }, t.prototype[Ui] = function() {
352
+ return this;
353
+ }, t.prototype.pipe = function() {
354
+ for (var e = [], i = 0; i < arguments.length; i++)
355
+ e[i] = arguments[i];
356
+ return Zi(e)(this);
357
+ }, t.prototype.toPromise = function(e) {
358
+ var i = this;
359
+ return e = Me(e), new e(function(r, n) {
360
+ var s;
361
+ i.subscribe(function(a) {
362
+ return s = a;
363
+ }, function(a) {
364
+ return n(a);
365
+ }, function() {
366
+ return r(s);
367
+ });
368
+ });
369
+ }, t.create = function(e) {
370
+ return new t(e);
371
+ }, t;
372
+ }();
373
+ function Me(t) {
374
+ var e;
375
+ return (e = t ?? Di.Promise) !== null && e !== void 0 ? e : Promise;
376
+ }
377
+ function Ji(t) {
378
+ return t && E(t.next) && E(t.error) && E(t.complete);
379
+ }
380
+ function Xi(t) {
381
+ return t && t instanceof ui || Ji(t) && li(t);
382
+ }
383
+ var Qi = ai(function(t) {
384
+ return function() {
385
+ t(this), this.name = "ObjectUnsubscribedError", this.message = "object unsubscribed";
386
+ };
387
+ }), mi = function(t) {
388
+ V(e, t);
389
+ function e() {
390
+ var i = t.call(this) || this;
391
+ return i.closed = !1, i.currentObservers = null, i.observers = [], i.isStopped = !1, i.hasError = !1, i.thrownError = null, i;
392
+ }
393
+ return e.prototype.lift = function(i) {
394
+ var r = new Be(this, this);
395
+ return r.operator = i, r;
396
+ }, e.prototype._throwIfClosed = function() {
397
+ if (this.closed)
398
+ throw new Qi();
399
+ }, e.prototype.next = function(i) {
400
+ var r = this;
401
+ ee(function() {
402
+ var n, s;
403
+ if (r._throwIfClosed(), !r.isStopped) {
404
+ r.currentObservers || (r.currentObservers = Array.from(r.observers));
405
+ try {
406
+ for (var a = me(r.currentObservers), o = a.next(); !o.done; o = a.next()) {
407
+ var l = o.value;
408
+ l.next(i);
409
+ }
410
+ } catch (p) {
411
+ n = { error: p };
412
+ } finally {
413
+ try {
414
+ o && !o.done && (s = a.return) && s.call(a);
415
+ } finally {
416
+ if (n)
417
+ throw n.error;
418
+ }
419
+ }
420
+ }
421
+ });
422
+ }, e.prototype.error = function(i) {
423
+ var r = this;
424
+ ee(function() {
425
+ if (r._throwIfClosed(), !r.isStopped) {
426
+ r.hasError = r.isStopped = !0, r.thrownError = i;
427
+ for (var n = r.observers; n.length; )
428
+ n.shift().error(i);
429
+ }
430
+ });
431
+ }, e.prototype.complete = function() {
432
+ var i = this;
433
+ ee(function() {
434
+ if (i._throwIfClosed(), !i.isStopped) {
435
+ i.isStopped = !0;
436
+ for (var r = i.observers; r.length; )
437
+ r.shift().complete();
438
+ }
439
+ });
440
+ }, e.prototype.unsubscribe = function() {
441
+ this.isStopped = this.closed = !0, this.observers = this.currentObservers = null;
442
+ }, Object.defineProperty(e.prototype, "observed", {
443
+ get: function() {
444
+ var i;
445
+ return ((i = this.observers) === null || i === void 0 ? void 0 : i.length) > 0;
446
+ },
447
+ enumerable: !1,
448
+ configurable: !0
449
+ }), e.prototype._trySubscribe = function(i) {
450
+ return this._throwIfClosed(), t.prototype._trySubscribe.call(this, i);
451
+ }, e.prototype._subscribe = function(i) {
452
+ return this._throwIfClosed(), this._checkFinalizedStatuses(i), this._innerSubscribe(i);
453
+ }, e.prototype._innerSubscribe = function(i) {
454
+ var r = this, n = this, s = n.hasError, a = n.isStopped, o = n.observers;
455
+ return s || a ? oi : (this.currentObservers = null, o.push(i), new te(function() {
456
+ r.currentObservers = null, pe(o, i);
457
+ }));
458
+ }, e.prototype._checkFinalizedStatuses = function(i) {
459
+ var r = this, n = r.hasError, s = r.thrownError, a = r.isStopped;
460
+ n ? i.error(s) : a && i.complete();
461
+ }, e.prototype.asObservable = function() {
462
+ var i = new Ge();
463
+ return i.source = this, i;
464
+ }, e.create = function(i, r) {
465
+ return new Be(i, r);
466
+ }, e;
467
+ }(Ge), Be = function(t) {
468
+ V(e, t);
469
+ function e(i, r) {
470
+ var n = t.call(this) || this;
471
+ return n.destination = i, n.source = r, n;
472
+ }
473
+ return e.prototype.next = function(i) {
474
+ var r, n;
475
+ (n = (r = this.destination) === null || r === void 0 ? void 0 : r.next) === null || n === void 0 || n.call(r, i);
476
+ }, e.prototype.error = function(i) {
477
+ var r, n;
478
+ (n = (r = this.destination) === null || r === void 0 ? void 0 : r.error) === null || n === void 0 || n.call(r, i);
479
+ }, e.prototype.complete = function() {
480
+ var i, r;
481
+ (r = (i = this.destination) === null || i === void 0 ? void 0 : i.complete) === null || r === void 0 || r.call(i);
482
+ }, e.prototype._subscribe = function(i) {
483
+ var r, n;
484
+ return (n = (r = this.source) === null || r === void 0 ? void 0 : r.subscribe(i)) !== null && n !== void 0 ? n : oi;
485
+ }, e;
486
+ }(mi), di = {
487
+ now: function() {
488
+ return (di.delegate || Date).now();
489
+ },
490
+ delegate: void 0
491
+ }, $i = function(t) {
492
+ V(e, t);
493
+ function e(i, r, n) {
494
+ i === void 0 && (i = 1 / 0), r === void 0 && (r = 1 / 0), n === void 0 && (n = di);
495
+ var s = t.call(this) || this;
496
+ return s._bufferSize = i, s._windowTime = r, s._timestampProvider = n, s._buffer = [], s._infiniteTimeWindow = !0, s._infiniteTimeWindow = r === 1 / 0, s._bufferSize = Math.max(1, i), s._windowTime = Math.max(1, r), s;
497
+ }
498
+ return e.prototype.next = function(i) {
499
+ var r = this, n = r.isStopped, s = r._buffer, a = r._infiniteTimeWindow, o = r._timestampProvider, l = r._windowTime;
500
+ n || (s.push(i), !a && s.push(o.now() + l)), this._trimBuffer(), t.prototype.next.call(this, i);
501
+ }, e.prototype._subscribe = function(i) {
502
+ this._throwIfClosed(), this._trimBuffer();
503
+ for (var r = this._innerSubscribe(i), n = this, s = n._infiniteTimeWindow, a = n._buffer, o = a.slice(), l = 0; l < o.length && !i.closed; l += s ? 1 : 2)
504
+ i.next(o[l]);
505
+ return this._checkFinalizedStatuses(i), r;
506
+ }, e.prototype._trimBuffer = function() {
507
+ var i = this, r = i._bufferSize, n = i._timestampProvider, s = i._buffer, a = i._infiniteTimeWindow, o = (a ? 1 : 2) * r;
508
+ if (r < 1 / 0 && o < s.length && s.splice(0, s.length - o), !a) {
509
+ for (var l = n.now(), p = 0, f = 1; f < s.length && s[f] <= l; f += 2)
510
+ p = f;
511
+ p && s.splice(0, p + 1);
512
+ }
513
+ }, e;
514
+ }(mi);
515
+ const Ne = [], xe = {}, et = (t, e = 0) => {
516
+ if (Ne.indexOf(t) == -1) {
517
+ const i = new $i(e);
518
+ xe[t] = i, Ne.push(t);
519
+ }
520
+ return xe[t];
521
+ };
522
+ window.emWidgets = { topic: et };
523
+ const yt = (t) => !!(t.toLowerCase().match(/android/i) || t.toLowerCase().match(/blackberry|bb/i) || t.toLowerCase().match(/iphone|ipad|ipod/i) || t.toLowerCase().match(/windows phone|windows mobile|iemobile|wpdesktop/i)), it = (t) => t.toLowerCase().match(/android/i) ? "Android" : t.toLowerCase().match(/iphone/i) ? "iPhone" : t.toLowerCase().match(/ipad|ipod/i) ? "iPad" : "PC";
524
+ String(Number.MAX_SAFE_INTEGER).length;
525
+ function De(t, e) {
526
+ qi(t, e);
527
+ }
528
+ function tt(t) {
529
+ Ti.set(t);
530
+ }
531
+ const He = {
9
532
  en: {
10
533
  title: "Limits",
11
534
  depositlimits_label: "Deposit Limits",
@@ -151,18 +674,18 @@ const Le = {
151
674
  }
152
675
  };
153
676
  if (typeof window < "u") {
154
- let i = function(e) {
155
- return function(...t) {
677
+ let t = function(e) {
678
+ return function(...i) {
156
679
  try {
157
- return e.apply(this, t);
158
- } catch (a) {
159
- if (a instanceof DOMException && a.message.includes("has already been used with this registry") || a.message.includes("Cannot define multiple custom elements with the same tag name"))
680
+ return e.apply(this, i);
681
+ } catch (r) {
682
+ if (r instanceof DOMException && r.message.includes("has already been used with this registry") || r.message.includes("Cannot define multiple custom elements with the same tag name"))
160
683
  return !1;
161
- throw a;
684
+ throw r;
162
685
  }
163
686
  };
164
687
  };
165
- customElements.define = i(customElements.define), import("./PlayerAccountGamingLimitsPage2Gm16Nd-BDUI25gw.js").then(
688
+ customElements.define = t(customElements.define), import("./PlayerAccountGamingLimitsPage2Gm16Nd-DW6HmSu0.js").then(
166
689
  ({ default: e }) => {
167
690
  !customElements.get("player-account-gaming-limits-page-2-gm16-nd") && customElements.define(
168
691
  "player-account-gaming-limits-page-2-gm16-nd",
@@ -172,579 +695,579 @@ if (typeof window < "u") {
172
695
  );
173
696
  }
174
697
  if (typeof window < "u") {
175
- let i = function(e) {
176
- return function(...t) {
698
+ let t = function(e) {
699
+ return function(...i) {
177
700
  try {
178
- return e.apply(this, t);
179
- } catch (a) {
180
- if (a instanceof DOMException && a.message.includes("has already been used with this registry") || a.message.includes("Cannot define multiple custom elements with the same tag name"))
701
+ return e.apply(this, i);
702
+ } catch (r) {
703
+ if (r instanceof DOMException && r.message.includes("has already been used with this registry") || r.message.includes("Cannot define multiple custom elements with the same tag name"))
181
704
  return !1;
182
- throw a;
705
+ throw r;
183
706
  }
184
707
  };
185
708
  };
186
- customElements.define = i(customElements.define), import("./PlayerAccountGamingLimitsHistory2Nd-BetTT8pd.js").then((e) => e.X).then(({ default: e }) => {
709
+ customElements.define = t(customElements.define), import("./PlayerAccountGamingLimitsHistory2Nd-C9JkzOQQ.js").then(({ default: e }) => {
187
710
  !customElements.get("player-account-gaming-limits-history-2-nd") && customElements.define(
188
711
  "player-account-gaming-limits-history-2-nd",
189
712
  e.element
190
713
  );
191
714
  });
192
715
  }
193
- function bi(i) {
194
- ni(i, "svelte-pl00r1", ':host{font-family:system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";color:#666}*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}.GamingLimitsWrapper{padding:50px;color:var(--emw--pam-color-primary, #22b04e);background-color:var(--emw--pam-color-bg, #f1f1f1);border-radius:var(--emw--border-radius-large, 10px);min-height:1000px;display:flex;flex-direction:column}.GamingLimitsWrapper.GamingLimitsWrapperMobile{padding:20px 15px}.GamingLimitsWrapper.GamingLimitsWrapperMobile .GamingLimitsContent,.GamingLimitsWrapper.GamingLimitsWrapperMobile .PlayerAccountGamingLmitsWrapper2,.GamingLimitsWrapper.GamingLimitsWrapperMobile .LimitsTab{flex-direction:column;width:100%;height:fit-content;padding:5px 0;font-size:10px;margin-right:5px}.GamingLimitsWrapper .limitsDescription{padding:30px 15px;line-height:20px;border-top:0.2rem solid var(--emw--pam-color-primary, var(--emw--color-primary, #22b04e));color:var(--emw--pam-color-primary, var(--emw--color-primary, #22b04e))}.GamingLimitsWrapper .GamingLimitsContent{display:flex;flex-direction:row;min-height:600px}.GamingLimitsWrapper .LimitsWrapper,.GamingLimitsWrapper .TabsContainer,.GamingLimitsWrapper .LimitsTab{display:flex;flex-direction:column;align-items:center;flex-direction:row}.GamingLimitsWrapper .TabsContainer{height:50px;margin-bottom:12px;cursor:pointer;justify-content:left;color:var(--emw--color-typography-contrast, #444444)}.GamingLimitsWrapper .LimitsTab{font-size:16px;line-height:1.4rem;text-transform:uppercase;padding:10px 40px;border:2px solid var(--emw--color-primary, #23b04e);border-radius:var(--emw--border-radius-large, 50px);color:var(--emw--color-typpgraphy, #000);margin-right:20px}.GamingLimitsWrapper .selected{background:var(--emw--color-primary, #23b04e);color:var(--emw--color-typpgraphy, #fff)}.GamingLimitsWrapper .PlayerAccountGamingLmitsWrapper2{margin-bottom:20px;width:65%}.hidden{display:none}h2{margin:20px 0}.MenuReturnButton{color:var(--emw--pam-color-primary, #22b04e);display:inline-flex;align-items:center;column-gap:10px;margin-bottom:10px}.MenuReturnButton svg{fill:var(--emw--pam-color-primary, #22b04e)}.GamingLimitsTitle{font-size:26px;color:var(--emw--pam-color-primary, #22b04e);font-weight:400}.GamingLimitsTitleMobile{font-size:16px}');
716
+ function rt(t) {
717
+ Wi(t, "svelte-pl00r1", ':host{font-family:system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";color:#666}*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}.GamingLimitsWrapper{padding:50px;color:var(--emw--pam-color-primary, #22b04e);background-color:var(--emw--pam-color-bg, #f1f1f1);border-radius:var(--emw--border-radius-large, 10px);min-height:1000px;display:flex;flex-direction:column}.GamingLimitsWrapper.GamingLimitsWrapperMobile{padding:20px 15px}.GamingLimitsWrapper.GamingLimitsWrapperMobile .GamingLimitsContent,.GamingLimitsWrapper.GamingLimitsWrapperMobile .PlayerAccountGamingLmitsWrapper2,.GamingLimitsWrapper.GamingLimitsWrapperMobile .LimitsTab{flex-direction:column;width:100%;height:fit-content;padding:5px 0;font-size:10px;margin-right:5px}.GamingLimitsWrapper .limitsDescription{padding:30px 15px;line-height:20px;border-top:0.2rem solid var(--emw--pam-color-primary, var(--emw--color-primary, #22b04e));color:var(--emw--pam-color-primary, var(--emw--color-primary, #22b04e))}.GamingLimitsWrapper .GamingLimitsContent{display:flex;flex-direction:row;min-height:600px}.GamingLimitsWrapper .LimitsWrapper,.GamingLimitsWrapper .TabsContainer,.GamingLimitsWrapper .LimitsTab{display:flex;flex-direction:column;align-items:center;flex-direction:row}.GamingLimitsWrapper .TabsContainer{height:50px;margin-bottom:12px;cursor:pointer;justify-content:left;color:var(--emw--color-typography-contrast, #444444)}.GamingLimitsWrapper .LimitsTab{font-size:16px;line-height:1.4rem;text-transform:uppercase;padding:10px 40px;border:2px solid var(--emw--color-primary, #23b04e);border-radius:var(--emw--border-radius-large, 50px);color:var(--emw--color-typpgraphy, #000);margin-right:20px}.GamingLimitsWrapper .selected{background:var(--emw--color-primary, #23b04e);color:var(--emw--color-typpgraphy, #fff)}.GamingLimitsWrapper .PlayerAccountGamingLmitsWrapper2{margin-bottom:20px;width:65%}.hidden{display:none}h2{margin:20px 0}.MenuReturnButton{color:var(--emw--pam-color-primary, #22b04e);display:inline-flex;align-items:center;column-gap:10px;margin-bottom:10px}.MenuReturnButton svg{fill:var(--emw--pam-color-primary, #22b04e)}.GamingLimitsTitle{font-size:26px;color:var(--emw--pam-color-primary, #22b04e);font-weight:400}.GamingLimitsTitleMobile{font-size:16px}');
195
718
  }
196
- const hi = (i) => ({}), je = (i) => ({}), vi = (i) => ({}), we = (i) => ({}), _i = (i) => ({}), Se = (i) => ({}), yi = (i) => ({}), qe = (i) => ({});
197
- function We(i, e, t) {
198
- const a = i.slice();
199
- return a[60] = e[t], a[62] = t, a;
719
+ const nt = (t) => ({}), Ve = (t) => ({}), st = (t) => ({}), Ke = (t) => ({}), at = (t) => ({}), Re = (t) => ({}), ot = (t) => ({}), Ye = (t) => ({});
720
+ function Ue(t, e, i) {
721
+ const r = t.slice();
722
+ return r[60] = e[i], r[62] = i, r;
200
723
  }
201
- const ki = (i) => ({}), Te = (i) => ({});
202
- function zi(i) {
203
- let e, t, a, s, n, r, c, u, p, f, m = (
724
+ const lt = (t) => ({}), Fe = (t) => ({});
725
+ function ut(t) {
726
+ let e, i, r, n, s, a, o, l, p, f, m = (
204
727
  /*$_*/
205
- i[34]("title") + ""
206
- ), d, g, j;
728
+ t[34]("title") + ""
729
+ ), d, b, z;
207
730
  return {
208
731
  c() {
209
- e = L("div"), t = N("svg"), a = N("defs"), s = N("style"), n = J(`.aaa {
732
+ e = L("div"), i = A("svg"), r = A("defs"), n = A("style"), s = ie(`.aaa {
210
733
  fill: var(--emw--pam-color-primary, var(--emw--color-primary, #22b04e));
211
734
  }
212
- `), r = N("g"), c = N("g"), u = N("path"), p = T(), f = L("h2"), d = J(m), h(u, "class", "aaa"), h(u, "d", "M7.5,0,6.136,1.364,11.3,6.526H0V8.474H11.3L6.136,13.636,7.5,15,15,7.5Z"), h(u, "transform", "translate(15 15) rotate(180)"), h(c, "transform", "translate(20 158)"), h(r, "transform", "translate(-20 -158)"), h(t, "xmlns", "http://www.w3.org/2000/svg"), h(t, "width", "15"), h(t, "height", "15"), h(t, "viewBox", "0 0 15 15"), h(f, "class", "GamingLimitsTitleMobile"), h(e, "class", "MenuReturnButton"), h(e, "part", "MenuReturnButton");
735
+ `), a = A("g"), o = A("g"), l = A("path"), p = O(), f = L("h2"), d = ie(m), v(l, "class", "aaa"), v(l, "d", "M7.5,0,6.136,1.364,11.3,6.526H0V8.474H11.3L6.136,13.636,7.5,15,15,7.5Z"), v(l, "transform", "translate(15 15) rotate(180)"), v(o, "transform", "translate(20 158)"), v(a, "transform", "translate(-20 -158)"), v(i, "xmlns", "http://www.w3.org/2000/svg"), v(i, "width", "15"), v(i, "height", "15"), v(i, "viewBox", "0 0 15 15"), v(f, "class", "GamingLimitsTitleMobile"), v(e, "class", "MenuReturnButton"), v(e, "part", "MenuReturnButton");
213
736
  },
214
- m(S, A) {
215
- z(S, e, A), _(e, t), _(t, a), _(a, s), _(s, n), _(t, r), _(r, c), _(c, u), _(e, p), _(e, f), _(f, d), g || (j = De(
737
+ m(h, W) {
738
+ S(h, e, W), _(e, i), _(i, r), _(r, n), _(n, s), _(i, a), _(a, o), _(o, l), _(e, p), _(e, f), _(f, d), b || (z = ni(
216
739
  e,
217
740
  "click",
218
741
  /*click_handler*/
219
- i[47]
220
- ), g = !0);
742
+ t[47]
743
+ ), b = !0);
221
744
  },
222
- p(S, A) {
223
- A[1] & /*$_*/
745
+ p(h, W) {
746
+ W[1] & /*$_*/
224
747
  8 && m !== (m = /*$_*/
225
- S[34]("title") + "") && se(d, m);
748
+ h[34]("title") + "") && be(d, m);
226
749
  },
227
- d(S) {
228
- S && k(e), g = !1, j();
750
+ d(h) {
751
+ h && w(e), b = !1, z();
229
752
  }
230
753
  };
231
754
  }
232
- function Li(i) {
233
- let e, t, a, s = (
755
+ function mt(t) {
756
+ let e, i, r, n = (
234
757
  /*$_*/
235
- i[34]("title") + ""
236
- ), n, r = (
758
+ t[34]("title") + ""
759
+ ), s, a = (
237
760
  /*isMobile*/
238
- i[37] && zi(i)
761
+ t[37] && ut(t)
239
762
  );
240
763
  return {
241
764
  c() {
242
- e = L("div"), r && r.c(), t = T(), a = L("h2"), n = J(s), h(a, "class", "GamingLimitsTitle " + /*isMobile*/
243
- (i[37] ? "hidden" : "")), h(e, "class", "TitleSection");
765
+ e = L("div"), a && a.c(), i = O(), r = L("h2"), s = ie(n), v(r, "class", "GamingLimitsTitle " + /*isMobile*/
766
+ (t[37] ? "hidden" : "")), v(e, "class", "TitleSection");
244
767
  },
245
- m(c, u) {
246
- z(c, e, u), r && r.m(e, null), _(e, t), _(e, a), _(a, n);
768
+ m(o, l) {
769
+ S(o, e, l), a && a.m(e, null), _(e, i), _(e, r), _(r, s);
247
770
  },
248
- p(c, u) {
771
+ p(o, l) {
249
772
  /*isMobile*/
250
- c[37] && r.p(c, u), u[1] & /*$_*/
251
- 8 && s !== (s = /*$_*/
252
- c[34]("title") + "") && se(n, s);
773
+ o[37] && a.p(o, l), l[1] & /*$_*/
774
+ 8 && n !== (n = /*$_*/
775
+ o[34]("title") + "") && be(s, n);
253
776
  },
254
- d(c) {
255
- c && k(e), r && r.d();
777
+ d(o) {
778
+ o && w(e), a && a.d();
256
779
  }
257
780
  };
258
781
  }
259
- function ji(i) {
260
- let e, t, a, s, n, r, c, u = (
782
+ function dt(t) {
783
+ let e, i, r, n, s, a, o, l = (
261
784
  /*limitTabs*/
262
- (i[35].length > 1 || /*limittabvisible*/
263
- i[22] === "true") && Ge(i)
785
+ (t[35].length > 1 || /*limittabvisible*/
786
+ t[22] === "true") && Ze(t)
264
787
  ), p = (
265
788
  /*limitTabs*/
266
- i[35].length && Si(i)
789
+ t[35].length && pt(t)
267
790
  ), f = (
268
791
  /*historyenabled*/
269
- i[6] === "true" && Oe(i)
792
+ t[6] === "true" && ii(t)
270
793
  ), m = (
271
794
  /*tabLabelArray*/
272
- i[36][
795
+ t[36][
273
796
  /*activeTabIndex*/
274
- i[29]
275
- ] && Pe(i)
797
+ t[29]
798
+ ] && ti(t)
276
799
  );
277
800
  return {
278
801
  c() {
279
- u && u.c(), e = T(), t = L("div"), a = L("div"), p && p.c(), s = T(), f && f.c(), n = T(), r = L("div"), m && m.c(), h(a, "class", "PlayerAccountGamingLmitsWrapper2"), h(t, "class", "GamingLimitsContent");
802
+ l && l.c(), e = O(), i = L("div"), r = L("div"), p && p.c(), n = O(), f && f.c(), s = O(), a = L("div"), m && m.c(), v(r, "class", "PlayerAccountGamingLmitsWrapper2"), v(i, "class", "GamingLimitsContent");
280
803
  },
281
- m(d, g) {
282
- u && u.m(d, g), z(d, e, g), z(d, t, g), _(t, a), p && p.m(a, null), i[50](a), _(t, s), f && f.m(t, null), z(d, n, g), z(d, r, g), m && m.m(r, null), c = !0;
804
+ m(d, b) {
805
+ l && l.m(d, b), S(d, e, b), S(d, i, b), _(i, r), p && p.m(r, null), t[50](r), _(i, n), f && f.m(i, null), S(d, s, b), S(d, a, b), m && m.m(a, null), o = !0;
283
806
  },
284
- p(d, g) {
807
+ p(d, b) {
285
808
  /*limitTabs*/
286
809
  d[35].length > 1 || /*limittabvisible*/
287
- d[22] === "true" ? u ? u.p(d, g) : (u = Ge(d), u.c(), u.m(e.parentNode, e)) : u && (u.d(1), u = null), /*limitTabs*/
288
- d[35].length && p.p(d, g), /*historyenabled*/
289
- d[6] === "true" ? f ? f.p(d, g) : (f = Oe(d), f.c(), f.m(t, null)) : f && (f.d(1), f = null), /*tabLabelArray*/
810
+ d[22] === "true" ? l ? l.p(d, b) : (l = Ze(d), l.c(), l.m(e.parentNode, e)) : l && (l.d(1), l = null), /*limitTabs*/
811
+ d[35].length && p.p(d, b), /*historyenabled*/
812
+ d[6] === "true" ? f ? f.p(d, b) : (f = ii(d), f.c(), f.m(i, null)) : f && (f.d(1), f = null), /*tabLabelArray*/
290
813
  d[36][
291
814
  /*activeTabIndex*/
292
815
  d[29]
293
- ] ? m ? m.p(d, g) : (m = Pe(d), m.c(), m.m(r, null)) : m && (m.d(1), m = null);
816
+ ] ? m ? m.p(d, b) : (m = ti(d), m.c(), m.m(a, null)) : m && (m.d(1), m = null);
294
817
  },
295
818
  i(d) {
296
- c || (v(p), c = !0);
819
+ o || (y(p), o = !0);
297
820
  },
298
821
  o(d) {
299
- y(p), c = !1;
822
+ k(p), o = !1;
300
823
  },
301
824
  d(d) {
302
- d && (k(e), k(t), k(n), k(r)), u && u.d(d), p && p.d(), i[50](null), f && f.d(), m && m.d();
825
+ d && (w(e), w(i), w(s), w(a)), l && l.d(d), p && p.d(), t[50](null), f && f.d(), m && m.d();
303
826
  }
304
827
  };
305
828
  }
306
- function wi(i) {
829
+ function ct(t) {
307
830
  return {
308
- c: G,
309
- m: G,
310
- p: G,
311
- i: G,
312
- o: G,
313
- d: G
831
+ c: P,
832
+ m: P,
833
+ p: P,
834
+ i: P,
835
+ o: P,
836
+ d: P
314
837
  };
315
838
  }
316
- function Ge(i) {
317
- let e, t = ye(
839
+ function Ze(t) {
840
+ let e, i = We(
318
841
  /*limitTabs*/
319
- i[35]
320
- ), a = [];
321
- for (let s = 0; s < t.length; s += 1)
322
- a[s] = Ae(We(i, t, s));
842
+ t[35]
843
+ ), r = [];
844
+ for (let n = 0; n < i.length; n += 1)
845
+ r[n] = Je(Ue(t, i, n));
323
846
  return {
324
847
  c() {
325
848
  e = L("div");
326
- for (let s = 0; s < a.length; s += 1)
327
- a[s].c();
328
- h(e, "class", "TabsContainer");
329
- },
330
- m(s, n) {
331
- z(s, e, n);
332
- for (let r = 0; r < a.length; r += 1)
333
- a[r] && a[r].m(e, null);
334
- i[49](e);
335
- },
336
- p(s, n) {
337
- if (n[0] & /*activeTabIndex*/
338
- 536870912 | n[1] & /*selectTab, $_, tabLabelArray, limitTabs*/
849
+ for (let n = 0; n < r.length; n += 1)
850
+ r[n].c();
851
+ v(e, "class", "TabsContainer");
852
+ },
853
+ m(n, s) {
854
+ S(n, e, s);
855
+ for (let a = 0; a < r.length; a += 1)
856
+ r[a] && r[a].m(e, null);
857
+ t[49](e);
858
+ },
859
+ p(n, s) {
860
+ if (s[0] & /*activeTabIndex*/
861
+ 536870912 | s[1] & /*selectTab, $_, tabLabelArray, limitTabs*/
339
862
  312) {
340
- t = ye(
863
+ i = We(
341
864
  /*limitTabs*/
342
- s[35]
865
+ n[35]
343
866
  );
344
- let r;
345
- for (r = 0; r < t.length; r += 1) {
346
- const c = We(s, t, r);
347
- a[r] ? a[r].p(c, n) : (a[r] = Ae(c), a[r].c(), a[r].m(e, null));
867
+ let a;
868
+ for (a = 0; a < i.length; a += 1) {
869
+ const o = Ue(n, i, a);
870
+ r[a] ? r[a].p(o, s) : (r[a] = Je(o), r[a].c(), r[a].m(e, null));
348
871
  }
349
- for (; r < a.length; r += 1)
350
- a[r].d(1);
351
- a.length = t.length;
872
+ for (; a < r.length; a += 1)
873
+ r[a].d(1);
874
+ r.length = i.length;
352
875
  }
353
876
  },
354
- d(s) {
355
- s && k(e), ui(a, s), i[49](null);
877
+ d(n) {
878
+ n && w(e), Gi(r, n), t[49](null);
356
879
  }
357
880
  };
358
881
  }
359
- function Ae(i) {
360
- let e, t = (
882
+ function Je(t) {
883
+ let e, i = (
361
884
  /*$_*/
362
- (i[34](
885
+ (t[34](
363
886
  /*tabLabelArray*/
364
- i[36][
887
+ t[36][
365
888
  /*i*/
366
- i[62]
889
+ t[62]
367
890
  ].label
368
891
  ) ?? /*limit*/
369
- i[60]) + ""
370
- ), a, s, n;
371
- function r() {
892
+ t[60]) + ""
893
+ ), r, n, s;
894
+ function a() {
372
895
  return (
373
896
  /*click_handler_1*/
374
- i[48](
897
+ t[48](
375
898
  /*i*/
376
- i[62]
899
+ t[62]
377
900
  )
378
901
  );
379
902
  }
380
903
  return {
381
904
  c() {
382
- e = L("div"), a = J(t), h(e, "class", "LimitsTab"), ke(
905
+ e = L("div"), r = ie(i), v(e, "class", "LimitsTab"), Ae(
383
906
  e,
384
907
  "selected",
385
908
  /*activeTabIndex*/
386
- i[29] === /*i*/
387
- i[62]
909
+ t[29] === /*i*/
910
+ t[62]
388
911
  );
389
912
  },
390
- m(c, u) {
391
- z(c, e, u), _(e, a), s || (n = De(e, "click", r), s = !0);
913
+ m(o, l) {
914
+ S(o, e, l), _(e, r), n || (s = ni(e, "click", a), n = !0);
392
915
  },
393
- p(c, u) {
394
- i = c, u[1] & /*$_*/
395
- 8 && t !== (t = /*$_*/
396
- (i[34](
916
+ p(o, l) {
917
+ t = o, l[1] & /*$_*/
918
+ 8 && i !== (i = /*$_*/
919
+ (t[34](
397
920
  /*tabLabelArray*/
398
- i[36][
921
+ t[36][
399
922
  /*i*/
400
- i[62]
923
+ t[62]
401
924
  ].label
402
925
  ) ?? /*limit*/
403
- i[60]) + "") && se(a, t), u[0] & /*activeTabIndex*/
404
- 536870912 && ke(
926
+ t[60]) + "") && be(r, i), l[0] & /*activeTabIndex*/
927
+ 536870912 && Ae(
405
928
  e,
406
929
  "selected",
407
930
  /*activeTabIndex*/
408
- i[29] === /*i*/
409
- i[62]
931
+ t[29] === /*i*/
932
+ t[62]
410
933
  );
411
934
  },
412
- d(c) {
413
- c && k(e), s = !1, n();
935
+ d(o) {
936
+ o && w(e), n = !1, s();
414
937
  }
415
938
  };
416
939
  }
417
- function Si(i) {
940
+ function pt(t) {
418
941
  let e = (
419
942
  /*activeTabIndex*/
420
- i[29]
421
- ), t, a, s = Be(i);
943
+ t[29]
944
+ ), i, r, n = ei(t);
422
945
  return {
423
946
  c() {
424
- s.c(), t = Ee();
947
+ n.c(), i = si();
425
948
  },
426
- m(n, r) {
427
- s.m(n, r), z(n, t, r), a = !0;
949
+ m(s, a) {
950
+ n.m(s, a), S(s, i, a), r = !0;
428
951
  },
429
- p(n, r) {
430
- r[0] & /*activeTabIndex*/
431
- 536870912 && Ie(e, e = /*activeTabIndex*/
432
- n[29]) ? (M(), y(s, 1, 1, G), C(), s = Be(n), s.c(), v(s, 1), s.m(t.parentNode, t)) : s.p(n, r);
952
+ p(s, a) {
953
+ a[0] & /*activeTabIndex*/
954
+ 536870912 && ri(e, e = /*activeTabIndex*/
955
+ s[29]) ? (C(), k(n, 1, 1, P), I(), n = ei(s), n.c(), y(n, 1), n.m(i.parentNode, i)) : n.p(s, a);
433
956
  },
434
- i(n) {
435
- a || (v(s), a = !0);
957
+ i(s) {
958
+ r || (y(n), r = !0);
436
959
  },
437
- o(n) {
438
- y(s), a = !1;
960
+ o(s) {
961
+ k(n), r = !1;
439
962
  },
440
- d(n) {
441
- n && k(t), s.d(n);
963
+ d(s) {
964
+ s && w(i), n.d(s);
442
965
  }
443
966
  };
444
967
  }
445
- function qi(i) {
446
- let e, t, a, s, n, r, c, u = (
968
+ function ft(t) {
969
+ let e, i, r, n, s, a, o, l = (
447
970
  /*$$slots*/
448
- i[40].LimitsList && Ne(i)
971
+ t[40].LimitsList && Xe(t)
449
972
  ), p = (
450
973
  /*$$slots*/
451
- i[40].LimitSubmitButton && Me(i)
974
+ t[40].LimitSubmitButton && Qe(t)
452
975
  ), f = (
453
976
  /*$$slots*/
454
- i[40].LimitSkeleton && Ce(i)
977
+ t[40].LimitSkeleton && $e(t)
455
978
  );
456
979
  return {
457
980
  c() {
458
- e = L("player-account-gaming-limits-page-2-gm16-nd"), u && u.c(), t = T(), p && p.c(), a = T(), f && f.c(), l(
981
+ e = L("player-account-gaming-limits-page-2-gm16-nd"), l && l.c(), i = O(), p && p.c(), r = O(), f && f.c(), c(
459
982
  e,
460
983
  "lang",
461
984
  /*lang*/
462
- i[0]
463
- ), l(
985
+ t[0]
986
+ ), c(
464
987
  e,
465
988
  "currency",
466
989
  /*currency*/
467
- i[4]
468
- ), l(e, "amountsconfig", s = /*amountsArray*/
469
- i[31][
990
+ t[4]
991
+ ), c(e, "amountsconfig", n = /*amountsArray*/
992
+ t[31][
470
993
  /*activeTabIndex*/
471
- i[29]
472
- ]), l(e, "periodsconfig", n = /*periodsArray*/
473
- i[32][
994
+ t[29]
995
+ ]), c(e, "periodsconfig", s = /*periodsArray*/
996
+ t[32][
474
997
  /*activeTabIndex*/
475
- i[29]
476
- ]), l(e, "limittabindex", r = /*activeTabIndex*/
477
- i[29] + 1), l(
998
+ t[29]
999
+ ]), c(e, "limittabindex", a = /*activeTabIndex*/
1000
+ t[29] + 1), c(
478
1001
  e,
479
1002
  "userid",
480
1003
  /*userid*/
481
- i[1]
482
- ), l(
1004
+ t[1]
1005
+ ), c(
483
1006
  e,
484
1007
  "deletelimit",
485
1008
  /*deletelimit*/
486
- i[9]
487
- ), l(
1009
+ t[9]
1010
+ ), c(
488
1011
  e,
489
1012
  "inputhasdecimals",
490
1013
  /*inputhasdecimals*/
491
- i[10]
492
- ), l(
1014
+ t[10]
1015
+ ), c(
493
1016
  e,
494
1017
  "defaultperiod",
495
1018
  /*defaultperiod*/
496
- i[23]
497
- ), l(
1019
+ t[23]
1020
+ ), c(
498
1021
  e,
499
1022
  "netdepositprogress",
500
1023
  /*netdepositprogress*/
501
- i[8]
502
- ), l(
1024
+ t[8]
1025
+ ), c(
503
1026
  e,
504
1027
  "enablecompliancetext",
505
1028
  /*enablecompliancetext*/
506
- i[7]
507
- ), l(
1029
+ t[7]
1030
+ ), c(
508
1031
  e,
509
1032
  "session",
510
1033
  /*session*/
511
- i[2]
512
- ), l(
1034
+ t[2]
1035
+ ), c(
513
1036
  e,
514
1037
  "endpoint",
515
1038
  /*endpoint*/
516
- i[3]
517
- ), l(
1039
+ t[3]
1040
+ ), c(
518
1041
  e,
519
1042
  "apiversion",
520
1043
  /*apiversion*/
521
- i[5]
522
- ), l(
1044
+ t[5]
1045
+ ), c(
523
1046
  e,
524
1047
  "companylimits",
525
1048
  /*companylimits*/
526
- i[21]
527
- ), l(
1049
+ t[21]
1050
+ ), c(
528
1051
  e,
529
1052
  "timezone",
530
1053
  /*timezone*/
531
- i[16]
532
- ), l(
1054
+ t[16]
1055
+ ), c(
533
1056
  e,
534
1057
  "clientstyling",
535
1058
  /*clientstyling*/
536
- i[17]
537
- ), l(
1059
+ t[17]
1060
+ ), c(
538
1061
  e,
539
1062
  "clientstylingurl",
540
1063
  /*clientstylingurl*/
541
- i[18]
542
- ), l(
1064
+ t[18]
1065
+ ), c(
543
1066
  e,
544
1067
  "mbsource",
545
1068
  /*mbsource*/
546
- i[20]
547
- ), l(
1069
+ t[20]
1070
+ ), c(
548
1071
  e,
549
1072
  "translationurl",
550
1073
  /*translationurl*/
551
- i[19]
552
- ), l(
1074
+ t[19]
1075
+ ), c(
553
1076
  e,
554
1077
  "customcurrencysymbols",
555
1078
  /*customcurrencysymbols*/
556
- i[12]
557
- ), l(
1079
+ t[12]
1080
+ ), c(
558
1081
  e,
559
1082
  "limitformat",
560
1083
  /*limitformat*/
561
- i[13]
562
- ), l(
1084
+ t[13]
1085
+ ), c(
563
1086
  e,
564
1087
  "allowedextenssion",
565
1088
  /*allowedextenssion*/
566
- i[14]
567
- ), l(
1089
+ t[14]
1090
+ ), c(
568
1091
  e,
569
1092
  "filesizeallow",
570
1093
  /*filesizeallow*/
571
- i[15]
572
- ), l(
1094
+ t[15]
1095
+ ), c(
573
1096
  e,
574
1097
  "islimitNotification",
575
1098
  /*islimitNotification*/
576
- i[24]
577
- ), l(
1099
+ t[24]
1100
+ ), c(
578
1101
  e,
579
1102
  "cooloffstrictmode",
580
1103
  /*cooloffstrictmode*/
581
- i[25]
1104
+ t[25]
582
1105
  );
583
1106
  },
584
1107
  m(m, d) {
585
- z(m, e, d), u && u.m(e, null), _(e, t), p && p.m(e, null), _(e, a), f && f.m(e, null), c = !0;
1108
+ S(m, e, d), l && l.m(e, null), _(e, i), p && p.m(e, null), _(e, r), f && f.m(e, null), o = !0;
586
1109
  },
587
1110
  p(m, d) {
588
1111
  /*$$slots*/
589
- m[40].LimitsList ? u ? (u.p(m, d), d[1] & /*$$slots*/
590
- 512 && v(u, 1)) : (u = Ne(m), u.c(), v(u, 1), u.m(e, t)) : u && (M(), y(u, 1, 1, () => {
591
- u = null;
592
- }), C()), /*$$slots*/
1112
+ m[40].LimitsList ? l ? (l.p(m, d), d[1] & /*$$slots*/
1113
+ 512 && y(l, 1)) : (l = Xe(m), l.c(), y(l, 1), l.m(e, i)) : l && (C(), k(l, 1, 1, () => {
1114
+ l = null;
1115
+ }), I()), /*$$slots*/
593
1116
  m[40].LimitSubmitButton ? p ? (p.p(m, d), d[1] & /*$$slots*/
594
- 512 && v(p, 1)) : (p = Me(m), p.c(), v(p, 1), p.m(e, a)) : p && (M(), y(p, 1, 1, () => {
1117
+ 512 && y(p, 1)) : (p = Qe(m), p.c(), y(p, 1), p.m(e, r)) : p && (C(), k(p, 1, 1, () => {
595
1118
  p = null;
596
- }), C()), /*$$slots*/
1119
+ }), I()), /*$$slots*/
597
1120
  m[40].LimitSkeleton ? f ? (f.p(m, d), d[1] & /*$$slots*/
598
- 512 && v(f, 1)) : (f = Ce(m), f.c(), v(f, 1), f.m(e, null)) : f && (M(), y(f, 1, 1, () => {
1121
+ 512 && y(f, 1)) : (f = $e(m), f.c(), y(f, 1), f.m(e, null)) : f && (C(), k(f, 1, 1, () => {
599
1122
  f = null;
600
- }), C()), (!c || d[0] & /*lang*/
601
- 1) && l(
1123
+ }), I()), (!o || d[0] & /*lang*/
1124
+ 1) && c(
602
1125
  e,
603
1126
  "lang",
604
1127
  /*lang*/
605
1128
  m[0]
606
- ), (!c || d[0] & /*currency*/
607
- 16) && l(
1129
+ ), (!o || d[0] & /*currency*/
1130
+ 16) && c(
608
1131
  e,
609
1132
  "currency",
610
1133
  /*currency*/
611
1134
  m[4]
612
- ), (!c || d[0] & /*activeTabIndex*/
1135
+ ), (!o || d[0] & /*activeTabIndex*/
613
1136
  536870912 | d[1] & /*amountsArray*/
614
- 1 && s !== (s = /*amountsArray*/
1137
+ 1 && n !== (n = /*amountsArray*/
615
1138
  m[31][
616
1139
  /*activeTabIndex*/
617
1140
  m[29]
618
- ])) && l(e, "amountsconfig", s), (!c || d[0] & /*activeTabIndex*/
1141
+ ])) && c(e, "amountsconfig", n), (!o || d[0] & /*activeTabIndex*/
619
1142
  536870912 | d[1] & /*periodsArray*/
620
- 2 && n !== (n = /*periodsArray*/
1143
+ 2 && s !== (s = /*periodsArray*/
621
1144
  m[32][
622
1145
  /*activeTabIndex*/
623
1146
  m[29]
624
- ])) && l(e, "periodsconfig", n), (!c || d[0] & /*activeTabIndex*/
625
- 536870912 && r !== (r = /*activeTabIndex*/
626
- m[29] + 1)) && l(e, "limittabindex", r), (!c || d[0] & /*userid*/
627
- 2) && l(
1147
+ ])) && c(e, "periodsconfig", s), (!o || d[0] & /*activeTabIndex*/
1148
+ 536870912 && a !== (a = /*activeTabIndex*/
1149
+ m[29] + 1)) && c(e, "limittabindex", a), (!o || d[0] & /*userid*/
1150
+ 2) && c(
628
1151
  e,
629
1152
  "userid",
630
1153
  /*userid*/
631
1154
  m[1]
632
- ), (!c || d[0] & /*deletelimit*/
633
- 512) && l(
1155
+ ), (!o || d[0] & /*deletelimit*/
1156
+ 512) && c(
634
1157
  e,
635
1158
  "deletelimit",
636
1159
  /*deletelimit*/
637
1160
  m[9]
638
- ), (!c || d[0] & /*inputhasdecimals*/
639
- 1024) && l(
1161
+ ), (!o || d[0] & /*inputhasdecimals*/
1162
+ 1024) && c(
640
1163
  e,
641
1164
  "inputhasdecimals",
642
1165
  /*inputhasdecimals*/
643
1166
  m[10]
644
- ), (!c || d[0] & /*defaultperiod*/
645
- 8388608) && l(
1167
+ ), (!o || d[0] & /*defaultperiod*/
1168
+ 8388608) && c(
646
1169
  e,
647
1170
  "defaultperiod",
648
1171
  /*defaultperiod*/
649
1172
  m[23]
650
- ), (!c || d[0] & /*netdepositprogress*/
651
- 256) && l(
1173
+ ), (!o || d[0] & /*netdepositprogress*/
1174
+ 256) && c(
652
1175
  e,
653
1176
  "netdepositprogress",
654
1177
  /*netdepositprogress*/
655
1178
  m[8]
656
- ), (!c || d[0] & /*enablecompliancetext*/
657
- 128) && l(
1179
+ ), (!o || d[0] & /*enablecompliancetext*/
1180
+ 128) && c(
658
1181
  e,
659
1182
  "enablecompliancetext",
660
1183
  /*enablecompliancetext*/
661
1184
  m[7]
662
- ), (!c || d[0] & /*session*/
663
- 4) && l(
1185
+ ), (!o || d[0] & /*session*/
1186
+ 4) && c(
664
1187
  e,
665
1188
  "session",
666
1189
  /*session*/
667
1190
  m[2]
668
- ), (!c || d[0] & /*endpoint*/
669
- 8) && l(
1191
+ ), (!o || d[0] & /*endpoint*/
1192
+ 8) && c(
670
1193
  e,
671
1194
  "endpoint",
672
1195
  /*endpoint*/
673
1196
  m[3]
674
- ), (!c || d[0] & /*apiversion*/
675
- 32) && l(
1197
+ ), (!o || d[0] & /*apiversion*/
1198
+ 32) && c(
676
1199
  e,
677
1200
  "apiversion",
678
1201
  /*apiversion*/
679
1202
  m[5]
680
- ), (!c || d[0] & /*companylimits*/
681
- 2097152) && l(
1203
+ ), (!o || d[0] & /*companylimits*/
1204
+ 2097152) && c(
682
1205
  e,
683
1206
  "companylimits",
684
1207
  /*companylimits*/
685
1208
  m[21]
686
- ), (!c || d[0] & /*timezone*/
687
- 65536) && l(
1209
+ ), (!o || d[0] & /*timezone*/
1210
+ 65536) && c(
688
1211
  e,
689
1212
  "timezone",
690
1213
  /*timezone*/
691
1214
  m[16]
692
- ), (!c || d[0] & /*clientstyling*/
693
- 131072) && l(
1215
+ ), (!o || d[0] & /*clientstyling*/
1216
+ 131072) && c(
694
1217
  e,
695
1218
  "clientstyling",
696
1219
  /*clientstyling*/
697
1220
  m[17]
698
- ), (!c || d[0] & /*clientstylingurl*/
699
- 262144) && l(
1221
+ ), (!o || d[0] & /*clientstylingurl*/
1222
+ 262144) && c(
700
1223
  e,
701
1224
  "clientstylingurl",
702
1225
  /*clientstylingurl*/
703
1226
  m[18]
704
- ), (!c || d[0] & /*mbsource*/
705
- 1048576) && l(
1227
+ ), (!o || d[0] & /*mbsource*/
1228
+ 1048576) && c(
706
1229
  e,
707
1230
  "mbsource",
708
1231
  /*mbsource*/
709
1232
  m[20]
710
- ), (!c || d[0] & /*translationurl*/
711
- 524288) && l(
1233
+ ), (!o || d[0] & /*translationurl*/
1234
+ 524288) && c(
712
1235
  e,
713
1236
  "translationurl",
714
1237
  /*translationurl*/
715
1238
  m[19]
716
- ), (!c || d[0] & /*customcurrencysymbols*/
717
- 4096) && l(
1239
+ ), (!o || d[0] & /*customcurrencysymbols*/
1240
+ 4096) && c(
718
1241
  e,
719
1242
  "customcurrencysymbols",
720
1243
  /*customcurrencysymbols*/
721
1244
  m[12]
722
- ), (!c || d[0] & /*limitformat*/
723
- 8192) && l(
1245
+ ), (!o || d[0] & /*limitformat*/
1246
+ 8192) && c(
724
1247
  e,
725
1248
  "limitformat",
726
1249
  /*limitformat*/
727
1250
  m[13]
728
- ), (!c || d[0] & /*allowedextenssion*/
729
- 16384) && l(
1251
+ ), (!o || d[0] & /*allowedextenssion*/
1252
+ 16384) && c(
730
1253
  e,
731
1254
  "allowedextenssion",
732
1255
  /*allowedextenssion*/
733
1256
  m[14]
734
- ), (!c || d[0] & /*filesizeallow*/
735
- 32768) && l(
1257
+ ), (!o || d[0] & /*filesizeallow*/
1258
+ 32768) && c(
736
1259
  e,
737
1260
  "filesizeallow",
738
1261
  /*filesizeallow*/
739
1262
  m[15]
740
- ), (!c || d[0] & /*islimitNotification*/
741
- 16777216) && l(
1263
+ ), (!o || d[0] & /*islimitNotification*/
1264
+ 16777216) && c(
742
1265
  e,
743
1266
  "islimitNotification",
744
1267
  /*islimitNotification*/
745
1268
  m[24]
746
- ), (!c || d[0] & /*cooloffstrictmode*/
747
- 33554432) && l(
1269
+ ), (!o || d[0] & /*cooloffstrictmode*/
1270
+ 33554432) && c(
748
1271
  e,
749
1272
  "cooloffstrictmode",
750
1273
  /*cooloffstrictmode*/
@@ -752,643 +1275,643 @@ function qi(i) {
752
1275
  );
753
1276
  },
754
1277
  i(m) {
755
- c || (v(u), v(p), v(f), c = !0);
1278
+ o || (y(l), y(p), y(f), o = !0);
756
1279
  },
757
1280
  o(m) {
758
- y(u), y(p), y(f), c = !1;
1281
+ k(l), k(p), k(f), o = !1;
759
1282
  },
760
1283
  d(m) {
761
- m && k(e), u && u.d(), p && p.d(), f && f.d();
1284
+ m && w(e), l && l.d(), p && p.d(), f && f.d();
762
1285
  }
763
1286
  };
764
1287
  }
765
- function Wi(i) {
1288
+ function bt(t) {
766
1289
  let e;
767
- const t = (
1290
+ const i = (
768
1291
  /*#slots*/
769
- i[46].customTabContent
770
- ), a = I(
771
- t,
1292
+ t[46].customTabContent
1293
+ ), r = N(
772
1294
  i,
1295
+ t,
773
1296
  /*$$scope*/
774
- i[45],
775
- qe
1297
+ t[45],
1298
+ Ye
776
1299
  );
777
1300
  return {
778
1301
  c() {
779
- a && a.c();
1302
+ r && r.c();
780
1303
  },
781
- m(s, n) {
782
- a && a.m(s, n), e = !0;
1304
+ m(n, s) {
1305
+ r && r.m(n, s), e = !0;
783
1306
  },
784
- p(s, n) {
785
- a && a.p && (!e || n[1] & /*$$scope*/
786
- 16384) && D(
787
- a,
788
- t,
789
- s,
1307
+ p(n, s) {
1308
+ r && r.p && (!e || s[1] & /*$$scope*/
1309
+ 16384) && x(
1310
+ r,
1311
+ i,
1312
+ n,
790
1313
  /*$$scope*/
791
- s[45],
792
- e ? V(
793
- t,
1314
+ n[45],
1315
+ e ? H(
1316
+ i,
794
1317
  /*$$scope*/
795
- s[45],
796
- n,
797
- yi
798
- ) : E(
1318
+ n[45],
1319
+ s,
1320
+ ot
1321
+ ) : D(
799
1322
  /*$$scope*/
800
- s[45]
1323
+ n[45]
801
1324
  ),
802
- qe
1325
+ Ye
803
1326
  );
804
1327
  },
805
- i(s) {
806
- e || (v(a, s), e = !0);
1328
+ i(n) {
1329
+ e || (y(r, n), e = !0);
807
1330
  },
808
- o(s) {
809
- y(a, s), e = !1;
1331
+ o(n) {
1332
+ k(r, n), e = !1;
810
1333
  },
811
- d(s) {
812
- a && a.d(s);
1334
+ d(n) {
1335
+ r && r.d(n);
813
1336
  }
814
1337
  };
815
1338
  }
816
- function Ne(i) {
817
- let e, t;
818
- const a = (
1339
+ function Xe(t) {
1340
+ let e, i;
1341
+ const r = (
819
1342
  /*#slots*/
820
- i[46].LimitsList
821
- ), s = I(
822
- a,
823
- i,
1343
+ t[46].LimitsList
1344
+ ), n = N(
1345
+ r,
1346
+ t,
824
1347
  /*$$scope*/
825
- i[45],
826
- Se
1348
+ t[45],
1349
+ Re
827
1350
  );
828
1351
  return {
829
1352
  c() {
830
- e = L("div"), s && s.c(), h(e, "slot", "LimitsList");
1353
+ e = L("div"), n && n.c(), v(e, "slot", "LimitsList");
831
1354
  },
832
- m(n, r) {
833
- z(n, e, r), s && s.m(e, null), t = !0;
1355
+ m(s, a) {
1356
+ S(s, e, a), n && n.m(e, null), i = !0;
834
1357
  },
835
- p(n, r) {
836
- s && s.p && (!t || r[1] & /*$$scope*/
837
- 16384) && D(
838
- s,
839
- a,
1358
+ p(s, a) {
1359
+ n && n.p && (!i || a[1] & /*$$scope*/
1360
+ 16384) && x(
840
1361
  n,
1362
+ r,
1363
+ s,
841
1364
  /*$$scope*/
842
- n[45],
843
- t ? V(
844
- a,
845
- /*$$scope*/
846
- n[45],
1365
+ s[45],
1366
+ i ? H(
847
1367
  r,
848
- _i
849
- ) : E(
850
1368
  /*$$scope*/
851
- n[45]
1369
+ s[45],
1370
+ a,
1371
+ at
1372
+ ) : D(
1373
+ /*$$scope*/
1374
+ s[45]
852
1375
  ),
853
- Se
1376
+ Re
854
1377
  );
855
1378
  },
856
- i(n) {
857
- t || (v(s, n), t = !0);
1379
+ i(s) {
1380
+ i || (y(n, s), i = !0);
858
1381
  },
859
- o(n) {
860
- y(s, n), t = !1;
1382
+ o(s) {
1383
+ k(n, s), i = !1;
861
1384
  },
862
- d(n) {
863
- n && k(e), s && s.d(n);
1385
+ d(s) {
1386
+ s && w(e), n && n.d(s);
864
1387
  }
865
1388
  };
866
1389
  }
867
- function Me(i) {
868
- let e, t;
869
- const a = (
1390
+ function Qe(t) {
1391
+ let e, i;
1392
+ const r = (
870
1393
  /*#slots*/
871
- i[46].LimitSubmitButton
872
- ), s = I(
873
- a,
874
- i,
1394
+ t[46].LimitSubmitButton
1395
+ ), n = N(
1396
+ r,
1397
+ t,
875
1398
  /*$$scope*/
876
- i[45],
877
- we
1399
+ t[45],
1400
+ Ke
878
1401
  );
879
1402
  return {
880
1403
  c() {
881
- e = L("div"), s && s.c(), h(e, "slot", "LimitSubmitButton");
1404
+ e = L("div"), n && n.c(), v(e, "slot", "LimitSubmitButton");
882
1405
  },
883
- m(n, r) {
884
- z(n, e, r), s && s.m(e, null), t = !0;
1406
+ m(s, a) {
1407
+ S(s, e, a), n && n.m(e, null), i = !0;
885
1408
  },
886
- p(n, r) {
887
- s && s.p && (!t || r[1] & /*$$scope*/
888
- 16384) && D(
889
- s,
890
- a,
1409
+ p(s, a) {
1410
+ n && n.p && (!i || a[1] & /*$$scope*/
1411
+ 16384) && x(
891
1412
  n,
1413
+ r,
1414
+ s,
892
1415
  /*$$scope*/
893
- n[45],
894
- t ? V(
895
- a,
896
- /*$$scope*/
897
- n[45],
1416
+ s[45],
1417
+ i ? H(
898
1418
  r,
899
- vi
900
- ) : E(
901
1419
  /*$$scope*/
902
- n[45]
1420
+ s[45],
1421
+ a,
1422
+ st
1423
+ ) : D(
1424
+ /*$$scope*/
1425
+ s[45]
903
1426
  ),
904
- we
1427
+ Ke
905
1428
  );
906
1429
  },
907
- i(n) {
908
- t || (v(s, n), t = !0);
1430
+ i(s) {
1431
+ i || (y(n, s), i = !0);
909
1432
  },
910
- o(n) {
911
- y(s, n), t = !1;
1433
+ o(s) {
1434
+ k(n, s), i = !1;
912
1435
  },
913
- d(n) {
914
- n && k(e), s && s.d(n);
1436
+ d(s) {
1437
+ s && w(e), n && n.d(s);
915
1438
  }
916
1439
  };
917
1440
  }
918
- function Ce(i) {
919
- let e, t;
920
- const a = (
1441
+ function $e(t) {
1442
+ let e, i;
1443
+ const r = (
921
1444
  /*#slots*/
922
- i[46].LimitSkeleton
923
- ), s = I(
924
- a,
925
- i,
1445
+ t[46].LimitSkeleton
1446
+ ), n = N(
1447
+ r,
1448
+ t,
926
1449
  /*$$scope*/
927
- i[45],
928
- je
1450
+ t[45],
1451
+ Ve
929
1452
  );
930
1453
  return {
931
1454
  c() {
932
- e = L("div"), s && s.c(), h(e, "slot", "LimitSkeleton");
1455
+ e = L("div"), n && n.c(), v(e, "slot", "LimitSkeleton");
933
1456
  },
934
- m(n, r) {
935
- z(n, e, r), s && s.m(e, null), t = !0;
1457
+ m(s, a) {
1458
+ S(s, e, a), n && n.m(e, null), i = !0;
936
1459
  },
937
- p(n, r) {
938
- s && s.p && (!t || r[1] & /*$$scope*/
939
- 16384) && D(
940
- s,
941
- a,
1460
+ p(s, a) {
1461
+ n && n.p && (!i || a[1] & /*$$scope*/
1462
+ 16384) && x(
942
1463
  n,
1464
+ r,
1465
+ s,
943
1466
  /*$$scope*/
944
- n[45],
945
- t ? V(
946
- a,
947
- /*$$scope*/
948
- n[45],
1467
+ s[45],
1468
+ i ? H(
949
1469
  r,
950
- hi
951
- ) : E(
952
1470
  /*$$scope*/
953
- n[45]
1471
+ s[45],
1472
+ a,
1473
+ nt
1474
+ ) : D(
1475
+ /*$$scope*/
1476
+ s[45]
954
1477
  ),
955
- je
1478
+ Ve
956
1479
  );
957
1480
  },
958
- i(n) {
959
- t || (v(s, n), t = !0);
1481
+ i(s) {
1482
+ i || (y(n, s), i = !0);
960
1483
  },
961
- o(n) {
962
- y(s, n), t = !1;
1484
+ o(s) {
1485
+ k(n, s), i = !1;
963
1486
  },
964
- d(n) {
965
- n && k(e), s && s.d(n);
1487
+ d(s) {
1488
+ s && w(e), n && n.d(s);
966
1489
  }
967
1490
  };
968
1491
  }
969
- function Be(i) {
970
- let e, t, a, s;
971
- const n = [Wi, qi], r = [];
972
- function c(u, p) {
1492
+ function ei(t) {
1493
+ let e, i, r, n;
1494
+ const s = [bt, ft], a = [];
1495
+ function o(l, p) {
973
1496
  return (
974
1497
  /*customContentTabIndex*/
975
- u[33] === /*activeTabIndex*/
976
- u[29] ? 0 : 1
1498
+ l[33] === /*activeTabIndex*/
1499
+ l[29] ? 0 : 1
977
1500
  );
978
1501
  }
979
- return e = c(i), t = r[e] = n[e](i), {
1502
+ return e = o(t), i = a[e] = s[e](t), {
980
1503
  c() {
981
- t.c(), a = Ee();
1504
+ i.c(), r = si();
982
1505
  },
983
- m(u, p) {
984
- r[e].m(u, p), z(u, a, p), s = !0;
1506
+ m(l, p) {
1507
+ a[e].m(l, p), S(l, r, p), n = !0;
985
1508
  },
986
- p(u, p) {
1509
+ p(l, p) {
987
1510
  let f = e;
988
- e = c(u), e === f ? r[e].p(u, p) : (M(), y(r[f], 1, 1, () => {
989
- r[f] = null;
990
- }), C(), t = r[e], t ? t.p(u, p) : (t = r[e] = n[e](u), t.c()), v(t, 1), t.m(a.parentNode, a));
1511
+ e = o(l), e === f ? a[e].p(l, p) : (C(), k(a[f], 1, 1, () => {
1512
+ a[f] = null;
1513
+ }), I(), i = a[e], i ? i.p(l, p) : (i = a[e] = s[e](l), i.c()), y(i, 1), i.m(r.parentNode, r));
991
1514
  },
992
- i(u) {
993
- s || (v(t), s = !0);
1515
+ i(l) {
1516
+ n || (y(i), n = !0);
994
1517
  },
995
- o(u) {
996
- y(t), s = !1;
1518
+ o(l) {
1519
+ k(i), n = !1;
997
1520
  },
998
- d(u) {
999
- u && k(a), r[e].d(u);
1521
+ d(l) {
1522
+ l && w(r), a[e].d(l);
1000
1523
  }
1001
1524
  };
1002
1525
  }
1003
- function Oe(i) {
1526
+ function ii(t) {
1004
1527
  let e;
1005
1528
  return {
1006
1529
  c() {
1007
- e = L("player-account-gaming-limits-history-2-nd"), l(
1530
+ e = L("player-account-gaming-limits-history-2-nd"), c(
1008
1531
  e,
1009
1532
  "lang",
1010
1533
  /*lang*/
1011
- i[0]
1012
- ), l(
1534
+ t[0]
1535
+ ), c(
1013
1536
  e,
1014
1537
  "userid",
1015
1538
  /*userid*/
1016
- i[1]
1017
- ), l(
1539
+ t[1]
1540
+ ), c(
1018
1541
  e,
1019
1542
  "session",
1020
1543
  /*session*/
1021
- i[2]
1022
- ), l(
1544
+ t[2]
1545
+ ), c(
1023
1546
  e,
1024
1547
  "endpoint",
1025
1548
  /*endpoint*/
1026
- i[3]
1027
- ), l(
1549
+ t[3]
1550
+ ), c(
1028
1551
  e,
1029
1552
  "apiversion",
1030
1553
  /*apiversion*/
1031
- i[5]
1032
- ), l(
1554
+ t[5]
1555
+ ), c(
1033
1556
  e,
1034
1557
  "numberofentries",
1035
1558
  /*numberofentries*/
1036
- i[11]
1037
- ), l(
1559
+ t[11]
1560
+ ), c(
1038
1561
  e,
1039
1562
  "clientstyling",
1040
1563
  /*clientstyling*/
1041
- i[17]
1042
- ), l(
1564
+ t[17]
1565
+ ), c(
1043
1566
  e,
1044
1567
  "clientstylingurl",
1045
1568
  /*clientstylingurl*/
1046
- i[18]
1047
- ), l(
1569
+ t[18]
1570
+ ), c(
1048
1571
  e,
1049
1572
  "mbsource",
1050
1573
  /*mbsource*/
1051
- i[20]
1052
- ), l(
1574
+ t[20]
1575
+ ), c(
1053
1576
  e,
1054
1577
  "translationurl",
1055
1578
  /*translationurl*/
1056
- i[19]
1057
- ), l(
1579
+ t[19]
1580
+ ), c(
1058
1581
  e,
1059
1582
  "customcurrencysymbols",
1060
1583
  /*customcurrencysymbols*/
1061
- i[12]
1062
- ), l(
1584
+ t[12]
1585
+ ), c(
1063
1586
  e,
1064
1587
  "limitformat",
1065
1588
  /*limitformat*/
1066
- i[13]
1589
+ t[13]
1067
1590
  );
1068
1591
  },
1069
- m(t, a) {
1070
- z(t, e, a);
1592
+ m(i, r) {
1593
+ S(i, e, r);
1071
1594
  },
1072
- p(t, a) {
1073
- a[0] & /*lang*/
1074
- 1 && l(
1595
+ p(i, r) {
1596
+ r[0] & /*lang*/
1597
+ 1 && c(
1075
1598
  e,
1076
1599
  "lang",
1077
1600
  /*lang*/
1078
- t[0]
1079
- ), a[0] & /*userid*/
1080
- 2 && l(
1601
+ i[0]
1602
+ ), r[0] & /*userid*/
1603
+ 2 && c(
1081
1604
  e,
1082
1605
  "userid",
1083
1606
  /*userid*/
1084
- t[1]
1085
- ), a[0] & /*session*/
1086
- 4 && l(
1607
+ i[1]
1608
+ ), r[0] & /*session*/
1609
+ 4 && c(
1087
1610
  e,
1088
1611
  "session",
1089
1612
  /*session*/
1090
- t[2]
1091
- ), a[0] & /*endpoint*/
1092
- 8 && l(
1613
+ i[2]
1614
+ ), r[0] & /*endpoint*/
1615
+ 8 && c(
1093
1616
  e,
1094
1617
  "endpoint",
1095
1618
  /*endpoint*/
1096
- t[3]
1097
- ), a[0] & /*apiversion*/
1098
- 32 && l(
1619
+ i[3]
1620
+ ), r[0] & /*apiversion*/
1621
+ 32 && c(
1099
1622
  e,
1100
1623
  "apiversion",
1101
1624
  /*apiversion*/
1102
- t[5]
1103
- ), a[0] & /*numberofentries*/
1104
- 2048 && l(
1625
+ i[5]
1626
+ ), r[0] & /*numberofentries*/
1627
+ 2048 && c(
1105
1628
  e,
1106
1629
  "numberofentries",
1107
1630
  /*numberofentries*/
1108
- t[11]
1109
- ), a[0] & /*clientstyling*/
1110
- 131072 && l(
1631
+ i[11]
1632
+ ), r[0] & /*clientstyling*/
1633
+ 131072 && c(
1111
1634
  e,
1112
1635
  "clientstyling",
1113
1636
  /*clientstyling*/
1114
- t[17]
1115
- ), a[0] & /*clientstylingurl*/
1116
- 262144 && l(
1637
+ i[17]
1638
+ ), r[0] & /*clientstylingurl*/
1639
+ 262144 && c(
1117
1640
  e,
1118
1641
  "clientstylingurl",
1119
1642
  /*clientstylingurl*/
1120
- t[18]
1121
- ), a[0] & /*mbsource*/
1122
- 1048576 && l(
1643
+ i[18]
1644
+ ), r[0] & /*mbsource*/
1645
+ 1048576 && c(
1123
1646
  e,
1124
1647
  "mbsource",
1125
1648
  /*mbsource*/
1126
- t[20]
1127
- ), a[0] & /*translationurl*/
1128
- 524288 && l(
1649
+ i[20]
1650
+ ), r[0] & /*translationurl*/
1651
+ 524288 && c(
1129
1652
  e,
1130
1653
  "translationurl",
1131
1654
  /*translationurl*/
1132
- t[19]
1133
- ), a[0] & /*customcurrencysymbols*/
1134
- 4096 && l(
1655
+ i[19]
1656
+ ), r[0] & /*customcurrencysymbols*/
1657
+ 4096 && c(
1135
1658
  e,
1136
1659
  "customcurrencysymbols",
1137
1660
  /*customcurrencysymbols*/
1138
- t[12]
1139
- ), a[0] & /*limitformat*/
1140
- 8192 && l(
1661
+ i[12]
1662
+ ), r[0] & /*limitformat*/
1663
+ 8192 && c(
1141
1664
  e,
1142
1665
  "limitformat",
1143
1666
  /*limitformat*/
1144
- t[13]
1667
+ i[13]
1145
1668
  );
1146
1669
  },
1147
- d(t) {
1148
- t && k(e);
1670
+ d(i) {
1671
+ i && w(e);
1149
1672
  }
1150
1673
  };
1151
1674
  }
1152
- function Pe(i) {
1153
- let e, t = (
1675
+ function ti(t) {
1676
+ let e, i = (
1154
1677
  /*$_*/
1155
- i[34](
1678
+ t[34](
1156
1679
  /*tabLabelArray*/
1157
- i[36][
1680
+ t[36][
1158
1681
  /*activeTabIndex*/
1159
- i[29]
1682
+ t[29]
1160
1683
  ].description
1161
1684
  ) + ""
1162
1685
  );
1163
1686
  return {
1164
1687
  c() {
1165
- e = L("div"), h(e, "class", "limitsDescription");
1688
+ e = L("div"), v(e, "class", "limitsDescription");
1166
1689
  },
1167
- m(a, s) {
1168
- z(a, e, s), e.innerHTML = t;
1690
+ m(r, n) {
1691
+ S(r, e, n), e.innerHTML = i;
1169
1692
  },
1170
- p(a, s) {
1171
- s[0] & /*activeTabIndex*/
1172
- 536870912 | s[1] & /*$_*/
1173
- 8 && t !== (t = /*$_*/
1174
- a[34](
1693
+ p(r, n) {
1694
+ n[0] & /*activeTabIndex*/
1695
+ 536870912 | n[1] & /*$_*/
1696
+ 8 && i !== (i = /*$_*/
1697
+ r[34](
1175
1698
  /*tabLabelArray*/
1176
- a[36][
1699
+ r[36][
1177
1700
  /*activeTabIndex*/
1178
- a[29]
1701
+ r[29]
1179
1702
  ].description
1180
- ) + "") && (e.innerHTML = t);
1703
+ ) + "") && (e.innerHTML = i);
1181
1704
  },
1182
- d(a) {
1183
- a && k(e);
1705
+ d(r) {
1706
+ r && w(e);
1184
1707
  }
1185
1708
  };
1186
1709
  }
1187
- function Ti(i) {
1188
- let e, t, a, s, n, r;
1189
- const c = (
1710
+ function gt(t) {
1711
+ let e, i, r, n, s, a;
1712
+ const o = (
1190
1713
  /*#slots*/
1191
- i[46].LimitWrapperTitle
1192
- ), u = I(
1193
- c,
1194
- i,
1714
+ t[46].LimitWrapperTitle
1715
+ ), l = N(
1716
+ o,
1717
+ t,
1195
1718
  /*$$scope*/
1196
- i[45],
1197
- Te
1198
- ), p = u || Li(i), f = [wi, ji], m = [];
1199
- function d(g, j) {
1719
+ t[45],
1720
+ Fe
1721
+ ), p = l || mt(t), f = [ct, dt], m = [];
1722
+ function d(b, z) {
1200
1723
  return (
1201
1724
  /*isLoading*/
1202
- g[26] ? 0 : 1
1725
+ b[26] ? 0 : 1
1203
1726
  );
1204
1727
  }
1205
- return s = d(i), n = m[s] = f[s](i), {
1728
+ return n = d(t), s = m[n] = f[n](t), {
1206
1729
  c() {
1207
- e = L("div"), t = L("div"), p && p.c(), a = T(), n.c(), h(t, "class", "GamingLimitsWrapper " + /*isMobile*/
1208
- (i[37] ? "GamingLimitsWrapperMobile" : ""));
1209
- },
1210
- m(g, j) {
1211
- z(g, e, j), _(e, t), p && p.m(t, null), _(t, a), m[s].m(t, null), i[51](e), r = !0;
1212
- },
1213
- p(g, j) {
1214
- u ? u.p && (!r || j[1] & /*$$scope*/
1215
- 16384) && D(
1216
- u,
1217
- c,
1218
- g,
1730
+ e = L("div"), i = L("div"), p && p.c(), r = O(), s.c(), v(i, "class", "GamingLimitsWrapper " + /*isMobile*/
1731
+ (t[37] ? "GamingLimitsWrapperMobile" : ""));
1732
+ },
1733
+ m(b, z) {
1734
+ S(b, e, z), _(e, i), p && p.m(i, null), _(i, r), m[n].m(i, null), t[51](e), a = !0;
1735
+ },
1736
+ p(b, z) {
1737
+ l ? l.p && (!a || z[1] & /*$$scope*/
1738
+ 16384) && x(
1739
+ l,
1740
+ o,
1741
+ b,
1219
1742
  /*$$scope*/
1220
- g[45],
1221
- r ? V(
1222
- c,
1743
+ b[45],
1744
+ a ? H(
1745
+ o,
1223
1746
  /*$$scope*/
1224
- g[45],
1225
- j,
1226
- ki
1227
- ) : E(
1747
+ b[45],
1748
+ z,
1749
+ lt
1750
+ ) : D(
1228
1751
  /*$$scope*/
1229
- g[45]
1752
+ b[45]
1230
1753
  ),
1231
- Te
1232
- ) : p && p.p && (!r || j[1] & /*$_*/
1233
- 8) && p.p(g, r ? j : [-1, -1, -1]);
1234
- let S = s;
1235
- s = d(g), s === S ? m[s].p(g, j) : (M(), y(m[S], 1, 1, () => {
1236
- m[S] = null;
1237
- }), C(), n = m[s], n ? n.p(g, j) : (n = m[s] = f[s](g), n.c()), v(n, 1), n.m(t, null));
1238
- },
1239
- i(g) {
1240
- r || (v(p, g), v(n), r = !0);
1241
- },
1242
- o(g) {
1243
- y(p, g), y(n), r = !1;
1244
- },
1245
- d(g) {
1246
- g && k(e), p && p.d(g), m[s].d(), i[51](null);
1754
+ Fe
1755
+ ) : p && p.p && (!a || z[1] & /*$_*/
1756
+ 8) && p.p(b, a ? z : [-1, -1, -1]);
1757
+ let h = n;
1758
+ n = d(b), n === h ? m[n].p(b, z) : (C(), k(m[h], 1, 1, () => {
1759
+ m[h] = null;
1760
+ }), I(), s = m[n], s ? s.p(b, z) : (s = m[n] = f[n](b), s.c()), y(s, 1), s.m(i, null));
1761
+ },
1762
+ i(b) {
1763
+ a || (y(p, b), y(s), a = !0);
1764
+ },
1765
+ o(b) {
1766
+ k(p, b), k(s), a = !1;
1767
+ },
1768
+ d(b) {
1769
+ b && w(e), p && p.d(b), m[n].d(), t[51](null);
1247
1770
  }
1248
1771
  };
1249
1772
  }
1250
- function Gi(i, e, t) {
1251
- let a;
1252
- ri(i, di, (o) => t(34, a = o));
1253
- let { $$slots: s = {}, $$scope: n } = e;
1254
- const r = oi(s);
1255
- let { lang: c = "" } = e, { userid: u = "" } = e, { session: p = "" } = e, { endpoint: f = "" } = e, { currency: m = "" } = e, { apiversion: d = "" } = e, { tablabels: g = "" } = e, { historyenabled: j = "true" } = e, { enablecompliancetext: S = "false" } = e, { netdepositprogress: A = "false" } = e, { deletelimit: ae = "" } = e, { limitsamount: H = "" } = e, { inputhasdecimals: ne } = e, { limitsperiods: x = "" } = e, { numberofentries: re = "" } = e, { customcurrencysymbols: oe = "" } = e, { limitformat: le = "" } = e, { allowedextenssion: me = ".jpg,.jpeg,.png,.pdf,.webp,image/png" } = e, { filesizeallow: ue = "12934000" } = e, { timezone: de = "GMT" } = e, { clientstyling: K = "" } = e, { clientstylingurl: Y = "" } = e, { translationurl: R = "" } = e, { mbsource: U } = e, { companylimits: ce = "false" } = e, { limittabvisible: pe = "false" } = e, { defaultperiod: fe = "" } = e, { islimitNotification: ge = "false" } = e, { customcontentontab: q = "" } = e, { cooloffstrictmode: be = "false" } = e, Z = !0, W, B = [], he = [], O, F, Q, $, Ve = window.navigator.userAgent, ve = li(Ve) !== "PC", ee = q ? Number(q) : -1, P = 0;
1256
- const He = () => {
1257
- gi(c);
1258
- }, Ke = () => {
1259
- fetch(R).then((w) => w.json()).then((w) => {
1260
- Object.keys(w).forEach((X) => {
1261
- ze(X, w[X]);
1773
+ function ht(t, e, i) {
1774
+ let r;
1775
+ Ai(t, Mi, (u) => i(34, r = u));
1776
+ let { $$slots: n = {}, $$scope: s } = e;
1777
+ const a = Ci(n);
1778
+ let { lang: o = "" } = e, { userid: l = "" } = e, { session: p = "" } = e, { endpoint: f = "" } = e, { currency: m = "" } = e, { apiversion: d = "" } = e, { tablabels: b = "" } = e, { historyenabled: z = "true" } = e, { enablecompliancetext: h = "false" } = e, { netdepositprogress: W = "false" } = e, { deletelimit: ge = "" } = e, { limitsamount: K = "" } = e, { inputhasdecimals: he } = e, { limitsperiods: re = "" } = e, { numberofentries: ve = "" } = e, { customcurrencysymbols: ye = "" } = e, { limitformat: _e = "" } = e, { allowedextenssion: ke = ".jpg,.jpeg,.png,.pdf,.webp,image/png" } = e, { filesizeallow: ze = "12934000" } = e, { timezone: we = "GMT" } = e, { clientstyling: R = "" } = e, { clientstylingurl: Y = "" } = e, { translationurl: U = "" } = e, { mbsource: F } = e, { companylimits: Se = "false" } = e, { limittabvisible: Le = "false" } = e, { defaultperiod: je = "" } = e, { islimitNotification: qe = "false" } = e, { customcontentontab: q = "" } = e, { cooloffstrictmode: Te = "false" } = e, Z = !0, T, pi, G = [], Ee = [], M, J, X, ne, fi = window.navigator.userAgent, Oe = it(fi) !== "PC", se = q ? Number(q) : -1, B = 0;
1779
+ const bi = () => {
1780
+ tt(o);
1781
+ }, gi = () => {
1782
+ fetch(U).then((j) => j.json()).then((j) => {
1783
+ Object.keys(j).forEach((Q) => {
1784
+ De(Q, j[Q]);
1262
1785
  });
1263
- }).catch((w) => {
1264
- console.log(w);
1786
+ }).catch((j) => {
1787
+ console.log(j);
1265
1788
  });
1266
1789
  };
1267
- Object.keys(Le).forEach((o) => {
1268
- ze(o, Le[o]);
1790
+ Object.keys(He).forEach((u) => {
1791
+ De(u, He[u]);
1269
1792
  });
1270
- const Ye = (o, w) => {
1271
- if (t(31, Q = o.replace(/\s/g, "").split("|")), t(32, $ = w.replace(/\s/g, "").split("|")), Q.length === 0)
1793
+ const hi = (u, j) => {
1794
+ if (i(31, X = u.replace(/\s/g, "").split("|")), i(32, ne = j.replace(/\s/g, "").split("|")), X.length === 0)
1272
1795
  throw new Error("Please provide a full limits configuration.");
1273
- if (Q.length !== $.length)
1796
+ if (X.length !== ne.length)
1274
1797
  throw new Error("Please make sure that the limit configuration parameters specify the same number of tabs.");
1275
- }, Re = () => {
1276
- Ye(H, x), H.split("|").forEach((w) => {
1277
- B.includes(w) || B.push(w);
1278
- }), g.split(",").forEach((w) => {
1279
- let X = w.trim(), xe = w.trim().replaceAll(" ", "").toLowerCase() + "_description", $e = w.trim().replaceAll(" ", "").toLowerCase() + "_label";
1280
- he.push({ name: X, description: xe, label: $e });
1281
- }), t(26, Z = !1);
1282
- }, Ue = () => {
1283
- t(33, ee = q ? Number(q) : -1);
1284
- }, _e = () => {
1798
+ }, vi = () => {
1799
+ hi(K, re), K.split("|").forEach((j) => {
1800
+ G.includes(j) || G.push(j);
1801
+ }), b.split(",").forEach((j) => {
1802
+ let Q = j.trim(), Li = j.trim().replaceAll(" ", "").toLowerCase() + "_description", ji = j.trim().replaceAll(" ", "").toLowerCase() + "_label";
1803
+ Ee.push({ name: Q, description: Li, label: ji });
1804
+ }), i(26, Z = !1);
1805
+ }, yi = () => {
1806
+ i(33, se = q ? Number(q) : -1);
1807
+ }, Pe = () => {
1285
1808
  window.postMessage(
1286
1809
  {
1287
1810
  type: "PlayerAccountMenuActive",
1288
- isMobile: ve
1811
+ isMobile: Oe
1289
1812
  },
1290
1813
  window.location.href
1291
1814
  );
1292
- }, ie = (o) => {
1293
- t(29, P = o);
1815
+ }, ae = (u) => {
1816
+ i(29, B = u);
1294
1817
  };
1295
- mi(() => () => {
1296
- t(28, O = null), t(30, F = null);
1818
+ Ii(() => () => {
1819
+ i(28, M = null), i(30, J = null);
1297
1820
  });
1298
- const Ze = () => _e(), Fe = (o) => ie(o);
1299
- function Qe(o) {
1300
- te[o ? "unshift" : "push"](() => {
1301
- F = o, t(30, F);
1821
+ const _i = () => Pe(), ki = (u) => ae(u);
1822
+ function zi(u) {
1823
+ oe[u ? "unshift" : "push"](() => {
1824
+ J = u, i(30, J);
1302
1825
  });
1303
1826
  }
1304
- function Xe(o) {
1305
- te[o ? "unshift" : "push"](() => {
1306
- O = o, t(28, O);
1827
+ function wi(u) {
1828
+ oe[u ? "unshift" : "push"](() => {
1829
+ M = u, i(28, M);
1307
1830
  });
1308
1831
  }
1309
- function Je(o) {
1310
- te[o ? "unshift" : "push"](() => {
1311
- W = o, t(27, W);
1832
+ function Si(u) {
1833
+ oe[u ? "unshift" : "push"](() => {
1834
+ T = u, i(27, T);
1312
1835
  });
1313
1836
  }
1314
- return i.$$set = (o) => {
1315
- "lang" in o && t(0, c = o.lang), "userid" in o && t(1, u = o.userid), "session" in o && t(2, p = o.session), "endpoint" in o && t(3, f = o.endpoint), "currency" in o && t(4, m = o.currency), "apiversion" in o && t(5, d = o.apiversion), "tablabels" in o && t(41, g = o.tablabels), "historyenabled" in o && t(6, j = o.historyenabled), "enablecompliancetext" in o && t(7, S = o.enablecompliancetext), "netdepositprogress" in o && t(8, A = o.netdepositprogress), "deletelimit" in o && t(9, ae = o.deletelimit), "limitsamount" in o && t(42, H = o.limitsamount), "inputhasdecimals" in o && t(10, ne = o.inputhasdecimals), "limitsperiods" in o && t(43, x = o.limitsperiods), "numberofentries" in o && t(11, re = o.numberofentries), "customcurrencysymbols" in o && t(12, oe = o.customcurrencysymbols), "limitformat" in o && t(13, le = o.limitformat), "allowedextenssion" in o && t(14, me = o.allowedextenssion), "filesizeallow" in o && t(15, ue = o.filesizeallow), "timezone" in o && t(16, de = o.timezone), "clientstyling" in o && t(17, K = o.clientstyling), "clientstylingurl" in o && t(18, Y = o.clientstylingurl), "translationurl" in o && t(19, R = o.translationurl), "mbsource" in o && t(20, U = o.mbsource), "companylimits" in o && t(21, ce = o.companylimits), "limittabvisible" in o && t(22, pe = o.limittabvisible), "defaultperiod" in o && t(23, fe = o.defaultperiod), "islimitNotification" in o && t(24, ge = o.islimitNotification), "customcontentontab" in o && t(44, q = o.customcontentontab), "cooloffstrictmode" in o && t(25, be = o.cooloffstrictmode), "$$scope" in o && t(45, n = o.$$scope);
1316
- }, i.$$.update = () => {
1317
- i.$$.dirty[0] & /*lang*/
1318
- 1 && c && He(), i.$$.dirty[0] & /*userid, session, endpoint, lang, apiversion*/
1319
- 47 | i.$$.dirty[1] & /*tablabels*/
1320
- 1024 && u && p && f && g && c && d && Re(), i.$$.dirty[1] & /*customcontentontab*/
1321
- 8192 && q && Ue(), i.$$.dirty[0] & /*mainContainer, isLoading*/
1322
- 335544320 && O && !Z && ie(0), i.$$.dirty[0] & /*clientstyling, customStylingContainer*/
1323
- 134348800 && K && W && ci(W, K), i.$$.dirty[0] & /*clientstylingurl, customStylingContainer*/
1324
- 134479872 && Y && W && pi(W, Y), i.$$.dirty[0] & /*mbsource, customStylingContainer*/
1325
- 135266304 && U && W && fi(W, `${U}.Style`), i.$$.dirty[0] & /*translationurl*/
1326
- 524288 && R && Ke(), i.$$.dirty[1] & /*customcontentontab*/
1327
- 8192 && t(33, ee = q !== "" && !isNaN(Number(q)) ? Number(q) : -1), i.$$.dirty[0] & /*isLoading, activeTabIndex*/
1328
- 603979776 && !Z && B.length > 0 && (P < 0 || P >= B.length) && t(29, P = 0);
1837
+ return t.$$set = (u) => {
1838
+ "lang" in u && i(0, o = u.lang), "userid" in u && i(1, l = u.userid), "session" in u && i(2, p = u.session), "endpoint" in u && i(3, f = u.endpoint), "currency" in u && i(4, m = u.currency), "apiversion" in u && i(5, d = u.apiversion), "tablabels" in u && i(41, b = u.tablabels), "historyenabled" in u && i(6, z = u.historyenabled), "enablecompliancetext" in u && i(7, h = u.enablecompliancetext), "netdepositprogress" in u && i(8, W = u.netdepositprogress), "deletelimit" in u && i(9, ge = u.deletelimit), "limitsamount" in u && i(42, K = u.limitsamount), "inputhasdecimals" in u && i(10, he = u.inputhasdecimals), "limitsperiods" in u && i(43, re = u.limitsperiods), "numberofentries" in u && i(11, ve = u.numberofentries), "customcurrencysymbols" in u && i(12, ye = u.customcurrencysymbols), "limitformat" in u && i(13, _e = u.limitformat), "allowedextenssion" in u && i(14, ke = u.allowedextenssion), "filesizeallow" in u && i(15, ze = u.filesizeallow), "timezone" in u && i(16, we = u.timezone), "clientstyling" in u && i(17, R = u.clientstyling), "clientstylingurl" in u && i(18, Y = u.clientstylingurl), "translationurl" in u && i(19, U = u.translationurl), "mbsource" in u && i(20, F = u.mbsource), "companylimits" in u && i(21, Se = u.companylimits), "limittabvisible" in u && i(22, Le = u.limittabvisible), "defaultperiod" in u && i(23, je = u.defaultperiod), "islimitNotification" in u && i(24, qe = u.islimitNotification), "customcontentontab" in u && i(44, q = u.customcontentontab), "cooloffstrictmode" in u && i(25, Te = u.cooloffstrictmode), "$$scope" in u && i(45, s = u.$$scope);
1839
+ }, t.$$.update = () => {
1840
+ t.$$.dirty[0] & /*lang*/
1841
+ 1 && o && bi(), t.$$.dirty[0] & /*userid, session, endpoint, lang, apiversion*/
1842
+ 47 | t.$$.dirty[1] & /*tablabels*/
1843
+ 1024 && l && p && f && b && o && d && vi(), t.$$.dirty[1] & /*customcontentontab*/
1844
+ 8192 && q && yi(), t.$$.dirty[0] & /*mainContainer, isLoading*/
1845
+ 335544320 && M && !Z && ae(0), t.$$.dirty[0] & /*clientstyling, customStylingContainer*/
1846
+ 134348800 && R && T && Bi(T, R), t.$$.dirty[0] & /*clientstylingurl, customStylingContainer*/
1847
+ 134479872 && Y && T && Ni(T, Y), t.$$.dirty[0] & /*mbsource, customStylingContainer*/
1848
+ 135266304 && F && T && xi(T, `${F}.Style`, pi), t.$$.dirty[0] & /*translationurl*/
1849
+ 524288 && U && gi(), t.$$.dirty[1] & /*customcontentontab*/
1850
+ 8192 && i(33, se = q !== "" && !isNaN(Number(q)) ? Number(q) : -1), t.$$.dirty[0] & /*isLoading, activeTabIndex*/
1851
+ 603979776 && !Z && G.length > 0 && (B < 0 || B >= G.length) && i(29, B = 0);
1329
1852
  }, [
1330
- c,
1331
- u,
1853
+ o,
1854
+ l,
1332
1855
  p,
1333
1856
  f,
1334
1857
  m,
1335
1858
  d,
1336
- j,
1337
- S,
1338
- A,
1339
- ae,
1340
- ne,
1341
- re,
1342
- oe,
1343
- le,
1344
- me,
1345
- ue,
1346
- de,
1347
- K,
1348
- Y,
1349
- R,
1350
- U,
1351
- ce,
1352
- pe,
1353
- fe,
1354
- ge,
1355
- be,
1356
- Z,
1859
+ z,
1860
+ h,
1357
1861
  W,
1358
- O,
1359
- P,
1360
- F,
1361
- Q,
1362
- $,
1363
- ee,
1364
- a,
1365
- B,
1862
+ ge,
1366
1863
  he,
1367
1864
  ve,
1865
+ ye,
1368
1866
  _e,
1369
- ie,
1867
+ ke,
1868
+ ze,
1869
+ we,
1870
+ R,
1871
+ Y,
1872
+ U,
1873
+ F,
1874
+ Se,
1875
+ Le,
1876
+ je,
1877
+ qe,
1878
+ Te,
1879
+ Z,
1880
+ T,
1881
+ M,
1882
+ B,
1883
+ J,
1884
+ X,
1885
+ ne,
1886
+ se,
1370
1887
  r,
1371
- g,
1372
- H,
1373
- x,
1888
+ G,
1889
+ Ee,
1890
+ Oe,
1891
+ Pe,
1892
+ ae,
1893
+ a,
1894
+ b,
1895
+ K,
1896
+ re,
1374
1897
  q,
1375
- n,
1376
1898
  s,
1377
- Ze,
1378
- Fe,
1379
- Qe,
1380
- Xe,
1381
- Je
1899
+ n,
1900
+ _i,
1901
+ ki,
1902
+ zi,
1903
+ wi,
1904
+ Si
1382
1905
  ];
1383
1906
  }
1384
- class Ai extends ti {
1907
+ class ci extends Ei {
1385
1908
  constructor(e) {
1386
- super(), si(
1909
+ super(), Oi(
1387
1910
  this,
1388
1911
  e,
1389
- Gi,
1390
- Ti,
1391
- Ie,
1912
+ ht,
1913
+ gt,
1914
+ ri,
1392
1915
  {
1393
1916
  lang: 0,
1394
1917
  userid: 1,
@@ -1421,7 +1944,7 @@ class Ai extends ti {
1421
1944
  customcontentontab: 44,
1422
1945
  cooloffstrictmode: 25
1423
1946
  },
1424
- bi,
1947
+ rt,
1425
1948
  [-1, -1, -1]
1426
1949
  );
1427
1950
  }
@@ -1429,185 +1952,185 @@ class Ai extends ti {
1429
1952
  return this.$$.ctx[0];
1430
1953
  }
1431
1954
  set lang(e) {
1432
- this.$$set({ lang: e }), b();
1955
+ this.$$set({ lang: e }), g();
1433
1956
  }
1434
1957
  get userid() {
1435
1958
  return this.$$.ctx[1];
1436
1959
  }
1437
1960
  set userid(e) {
1438
- this.$$set({ userid: e }), b();
1961
+ this.$$set({ userid: e }), g();
1439
1962
  }
1440
1963
  get session() {
1441
1964
  return this.$$.ctx[2];
1442
1965
  }
1443
1966
  set session(e) {
1444
- this.$$set({ session: e }), b();
1967
+ this.$$set({ session: e }), g();
1445
1968
  }
1446
1969
  get endpoint() {
1447
1970
  return this.$$.ctx[3];
1448
1971
  }
1449
1972
  set endpoint(e) {
1450
- this.$$set({ endpoint: e }), b();
1973
+ this.$$set({ endpoint: e }), g();
1451
1974
  }
1452
1975
  get currency() {
1453
1976
  return this.$$.ctx[4];
1454
1977
  }
1455
1978
  set currency(e) {
1456
- this.$$set({ currency: e }), b();
1979
+ this.$$set({ currency: e }), g();
1457
1980
  }
1458
1981
  get apiversion() {
1459
1982
  return this.$$.ctx[5];
1460
1983
  }
1461
1984
  set apiversion(e) {
1462
- this.$$set({ apiversion: e }), b();
1985
+ this.$$set({ apiversion: e }), g();
1463
1986
  }
1464
1987
  get tablabels() {
1465
1988
  return this.$$.ctx[41];
1466
1989
  }
1467
1990
  set tablabels(e) {
1468
- this.$$set({ tablabels: e }), b();
1991
+ this.$$set({ tablabels: e }), g();
1469
1992
  }
1470
1993
  get historyenabled() {
1471
1994
  return this.$$.ctx[6];
1472
1995
  }
1473
1996
  set historyenabled(e) {
1474
- this.$$set({ historyenabled: e }), b();
1997
+ this.$$set({ historyenabled: e }), g();
1475
1998
  }
1476
1999
  get enablecompliancetext() {
1477
2000
  return this.$$.ctx[7];
1478
2001
  }
1479
2002
  set enablecompliancetext(e) {
1480
- this.$$set({ enablecompliancetext: e }), b();
2003
+ this.$$set({ enablecompliancetext: e }), g();
1481
2004
  }
1482
2005
  get netdepositprogress() {
1483
2006
  return this.$$.ctx[8];
1484
2007
  }
1485
2008
  set netdepositprogress(e) {
1486
- this.$$set({ netdepositprogress: e }), b();
2009
+ this.$$set({ netdepositprogress: e }), g();
1487
2010
  }
1488
2011
  get deletelimit() {
1489
2012
  return this.$$.ctx[9];
1490
2013
  }
1491
2014
  set deletelimit(e) {
1492
- this.$$set({ deletelimit: e }), b();
2015
+ this.$$set({ deletelimit: e }), g();
1493
2016
  }
1494
2017
  get limitsamount() {
1495
2018
  return this.$$.ctx[42];
1496
2019
  }
1497
2020
  set limitsamount(e) {
1498
- this.$$set({ limitsamount: e }), b();
2021
+ this.$$set({ limitsamount: e }), g();
1499
2022
  }
1500
2023
  get inputhasdecimals() {
1501
2024
  return this.$$.ctx[10];
1502
2025
  }
1503
2026
  set inputhasdecimals(e) {
1504
- this.$$set({ inputhasdecimals: e }), b();
2027
+ this.$$set({ inputhasdecimals: e }), g();
1505
2028
  }
1506
2029
  get limitsperiods() {
1507
2030
  return this.$$.ctx[43];
1508
2031
  }
1509
2032
  set limitsperiods(e) {
1510
- this.$$set({ limitsperiods: e }), b();
2033
+ this.$$set({ limitsperiods: e }), g();
1511
2034
  }
1512
2035
  get numberofentries() {
1513
2036
  return this.$$.ctx[11];
1514
2037
  }
1515
2038
  set numberofentries(e) {
1516
- this.$$set({ numberofentries: e }), b();
2039
+ this.$$set({ numberofentries: e }), g();
1517
2040
  }
1518
2041
  get customcurrencysymbols() {
1519
2042
  return this.$$.ctx[12];
1520
2043
  }
1521
2044
  set customcurrencysymbols(e) {
1522
- this.$$set({ customcurrencysymbols: e }), b();
2045
+ this.$$set({ customcurrencysymbols: e }), g();
1523
2046
  }
1524
2047
  get limitformat() {
1525
2048
  return this.$$.ctx[13];
1526
2049
  }
1527
2050
  set limitformat(e) {
1528
- this.$$set({ limitformat: e }), b();
2051
+ this.$$set({ limitformat: e }), g();
1529
2052
  }
1530
2053
  get allowedextenssion() {
1531
2054
  return this.$$.ctx[14];
1532
2055
  }
1533
2056
  set allowedextenssion(e) {
1534
- this.$$set({ allowedextenssion: e }), b();
2057
+ this.$$set({ allowedextenssion: e }), g();
1535
2058
  }
1536
2059
  get filesizeallow() {
1537
2060
  return this.$$.ctx[15];
1538
2061
  }
1539
2062
  set filesizeallow(e) {
1540
- this.$$set({ filesizeallow: e }), b();
2063
+ this.$$set({ filesizeallow: e }), g();
1541
2064
  }
1542
2065
  get timezone() {
1543
2066
  return this.$$.ctx[16];
1544
2067
  }
1545
2068
  set timezone(e) {
1546
- this.$$set({ timezone: e }), b();
2069
+ this.$$set({ timezone: e }), g();
1547
2070
  }
1548
2071
  get clientstyling() {
1549
2072
  return this.$$.ctx[17];
1550
2073
  }
1551
2074
  set clientstyling(e) {
1552
- this.$$set({ clientstyling: e }), b();
2075
+ this.$$set({ clientstyling: e }), g();
1553
2076
  }
1554
2077
  get clientstylingurl() {
1555
2078
  return this.$$.ctx[18];
1556
2079
  }
1557
2080
  set clientstylingurl(e) {
1558
- this.$$set({ clientstylingurl: e }), b();
2081
+ this.$$set({ clientstylingurl: e }), g();
1559
2082
  }
1560
2083
  get translationurl() {
1561
2084
  return this.$$.ctx[19];
1562
2085
  }
1563
2086
  set translationurl(e) {
1564
- this.$$set({ translationurl: e }), b();
2087
+ this.$$set({ translationurl: e }), g();
1565
2088
  }
1566
2089
  get mbsource() {
1567
2090
  return this.$$.ctx[20];
1568
2091
  }
1569
2092
  set mbsource(e) {
1570
- this.$$set({ mbsource: e }), b();
2093
+ this.$$set({ mbsource: e }), g();
1571
2094
  }
1572
2095
  get companylimits() {
1573
2096
  return this.$$.ctx[21];
1574
2097
  }
1575
2098
  set companylimits(e) {
1576
- this.$$set({ companylimits: e }), b();
2099
+ this.$$set({ companylimits: e }), g();
1577
2100
  }
1578
2101
  get limittabvisible() {
1579
2102
  return this.$$.ctx[22];
1580
2103
  }
1581
2104
  set limittabvisible(e) {
1582
- this.$$set({ limittabvisible: e }), b();
2105
+ this.$$set({ limittabvisible: e }), g();
1583
2106
  }
1584
2107
  get defaultperiod() {
1585
2108
  return this.$$.ctx[23];
1586
2109
  }
1587
2110
  set defaultperiod(e) {
1588
- this.$$set({ defaultperiod: e }), b();
2111
+ this.$$set({ defaultperiod: e }), g();
1589
2112
  }
1590
2113
  get islimitNotification() {
1591
2114
  return this.$$.ctx[24];
1592
2115
  }
1593
2116
  set islimitNotification(e) {
1594
- this.$$set({ islimitNotification: e }), b();
2117
+ this.$$set({ islimitNotification: e }), g();
1595
2118
  }
1596
2119
  get customcontentontab() {
1597
2120
  return this.$$.ctx[44];
1598
2121
  }
1599
2122
  set customcontentontab(e) {
1600
- this.$$set({ customcontentontab: e }), b();
2123
+ this.$$set({ customcontentontab: e }), g();
1601
2124
  }
1602
2125
  get cooloffstrictmode() {
1603
2126
  return this.$$.ctx[25];
1604
2127
  }
1605
2128
  set cooloffstrictmode(e) {
1606
- this.$$set({ cooloffstrictmode: e }), b();
2129
+ this.$$set({ cooloffstrictmode: e }), g();
1607
2130
  }
1608
2131
  }
1609
- ai(
1610
- Ai,
2132
+ Pi(
2133
+ ci,
1611
2134
  { lang: {}, userid: {}, session: {}, endpoint: {}, currency: {}, apiversion: {}, tablabels: {}, historyenabled: {}, enablecompliancetext: {}, netdepositprogress: {}, deletelimit: {}, limitsamount: {}, inputhasdecimals: {}, limitsperiods: {}, numberofentries: {}, customcurrencysymbols: {}, limitformat: {}, allowedextenssion: {}, filesizeallow: {}, timezone: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {}, mbsource: {}, companylimits: {}, limittabvisible: {}, defaultperiod: {}, islimitNotification: {}, customcontentontab: {}, cooloffstrictmode: {} },
1612
2135
  [
1613
2136
  "LimitWrapperTitle",
@@ -1619,6 +2142,11 @@ ai(
1619
2142
  [],
1620
2143
  !0
1621
2144
  );
2145
+ const _t = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2146
+ __proto__: null,
2147
+ default: ci
2148
+ }, Symbol.toStringTag, { value: "Module" }));
1622
2149
  export {
1623
- Ai as default
2150
+ _t as P,
2151
+ yt as i
1624
2152
  };