@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.
- package/components/PlayerAccountGamingLimitsHistory2Nd-C9JkzOQQ.js +732 -0
- package/components/PlayerAccountGamingLimitsHistory2Nd-CYEEffEA.cjs +1 -0
- package/components/PlayerAccountGamingLimitsHistory2Nd-Pq7N0Sse.js +743 -0
- package/components/{PlayerAccountGamingLimitsPage2Gm16Nd-Cw9jsLfY.js → PlayerAccountGamingLimitsPage2Gm16Nd-Bq-ODm6y.js} +956 -955
- package/components/{PlayerAccountGamingLimitsPage2Gm16Nd-BDUI25gw.js → PlayerAccountGamingLimitsPage2Gm16Nd-DW6HmSu0.js} +914 -913
- package/components/{PlayerAccountGamingLimitsPage2Gm16Nd-DjyFaKnC.cjs → PlayerAccountGamingLimitsPage2Gm16Nd-NRRZNEU9.cjs} +6 -6
- package/components/{PlayerAccountGamingLimitsWrapper2Nd-Blw2HyYg.js → PlayerAccountGamingLimitsWrapper2Nd-Cjts28td.js} +1225 -697
- package/components/PlayerAccountGamingLimitsWrapper2Nd-Cxwy9lWa.cjs +19 -0
- package/components/{PlayerAccountGamingLimitsWrapper2Nd-BklAQCHL.js → PlayerAccountGamingLimitsWrapper2Nd-oTrOyjHu.js} +1265 -737
- package/components/PlayerLimitNotification-C_68Ntzt.js +4363 -0
- package/components/PlayerLimitNotification-CcO2iq6p.cjs +39 -0
- package/components/PlayerLimitNotification-gYTCyKz8.js +4405 -0
- package/es2015/player-limit-notification.cjs +1 -1
- package/es2015/player-limit-notification.js +7 -7
- package/esnext/player-limit-notification.js +1 -1
- package/package.json +1 -1
- package/components/PlayerAccountGamingLimitsHistory2Nd-BPDMvyK7.cjs +0 -18
- package/components/PlayerAccountGamingLimitsHistory2Nd-BetTT8pd.js +0 -5151
- package/components/PlayerAccountGamingLimitsHistory2Nd-Rz7KSqHF.js +0 -5188
- package/components/PlayerAccountGamingLimitsWrapper2Nd-D0l008SC.cjs +0 -4
- package/components/PlayerLimitNotification-6_ZqpVwq.cjs +0 -37
- package/components/PlayerLimitNotification-BOnRnvVK.js +0 -444
- package/components/PlayerLimitNotification-CAhIIHuz.js +0 -444
|
@@ -1,11 +1,534 @@
|
|
|
1
|
-
import { a as
|
|
2
|
-
|
|
3
|
-
|
|
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
|
|
6
|
-
|
|
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
|
-
|
|
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
|
|
155
|
-
return function(...
|
|
677
|
+
let t = function(e) {
|
|
678
|
+
return function(...i) {
|
|
156
679
|
try {
|
|
157
|
-
return e.apply(this,
|
|
158
|
-
} catch (
|
|
159
|
-
if (
|
|
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
|
|
684
|
+
throw r;
|
|
162
685
|
}
|
|
163
686
|
};
|
|
164
687
|
};
|
|
165
|
-
customElements.define =
|
|
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
|
|
176
|
-
return function(...
|
|
698
|
+
let t = function(e) {
|
|
699
|
+
return function(...i) {
|
|
177
700
|
try {
|
|
178
|
-
return e.apply(this,
|
|
179
|
-
} catch (
|
|
180
|
-
if (
|
|
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
|
|
705
|
+
throw r;
|
|
183
706
|
}
|
|
184
707
|
};
|
|
185
708
|
};
|
|
186
|
-
customElements.define =
|
|
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
|
|
194
|
-
|
|
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
|
|
197
|
-
function
|
|
198
|
-
const
|
|
199
|
-
return
|
|
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
|
|
202
|
-
function
|
|
203
|
-
let e,
|
|
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
|
-
|
|
206
|
-
), d,
|
|
728
|
+
t[34]("title") + ""
|
|
729
|
+
), d, b, z;
|
|
207
730
|
return {
|
|
208
731
|
c() {
|
|
209
|
-
e = L("div"),
|
|
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
|
-
`),
|
|
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(
|
|
215
|
-
|
|
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
|
-
|
|
220
|
-
),
|
|
742
|
+
t[47]
|
|
743
|
+
), b = !0);
|
|
221
744
|
},
|
|
222
|
-
p(
|
|
223
|
-
|
|
745
|
+
p(h, W) {
|
|
746
|
+
W[1] & /*$_*/
|
|
224
747
|
8 && m !== (m = /*$_*/
|
|
225
|
-
|
|
748
|
+
h[34]("title") + "") && be(d, m);
|
|
226
749
|
},
|
|
227
|
-
d(
|
|
228
|
-
|
|
750
|
+
d(h) {
|
|
751
|
+
h && w(e), b = !1, z();
|
|
229
752
|
}
|
|
230
753
|
};
|
|
231
754
|
}
|
|
232
|
-
function
|
|
233
|
-
let e,
|
|
755
|
+
function mt(t) {
|
|
756
|
+
let e, i, r, n = (
|
|
234
757
|
/*$_*/
|
|
235
|
-
|
|
236
|
-
),
|
|
758
|
+
t[34]("title") + ""
|
|
759
|
+
), s, a = (
|
|
237
760
|
/*isMobile*/
|
|
238
|
-
|
|
761
|
+
t[37] && ut(t)
|
|
239
762
|
);
|
|
240
763
|
return {
|
|
241
764
|
c() {
|
|
242
|
-
e = L("div"),
|
|
243
|
-
(
|
|
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(
|
|
246
|
-
|
|
768
|
+
m(o, l) {
|
|
769
|
+
S(o, e, l), a && a.m(e, null), _(e, i), _(e, r), _(r, s);
|
|
247
770
|
},
|
|
248
|
-
p(
|
|
771
|
+
p(o, l) {
|
|
249
772
|
/*isMobile*/
|
|
250
|
-
|
|
251
|
-
8 &&
|
|
252
|
-
|
|
773
|
+
o[37] && a.p(o, l), l[1] & /*$_*/
|
|
774
|
+
8 && n !== (n = /*$_*/
|
|
775
|
+
o[34]("title") + "") && be(s, n);
|
|
253
776
|
},
|
|
254
|
-
d(
|
|
255
|
-
|
|
777
|
+
d(o) {
|
|
778
|
+
o && w(e), a && a.d();
|
|
256
779
|
}
|
|
257
780
|
};
|
|
258
781
|
}
|
|
259
|
-
function
|
|
260
|
-
let e,
|
|
782
|
+
function dt(t) {
|
|
783
|
+
let e, i, r, n, s, a, o, l = (
|
|
261
784
|
/*limitTabs*/
|
|
262
|
-
(
|
|
263
|
-
|
|
785
|
+
(t[35].length > 1 || /*limittabvisible*/
|
|
786
|
+
t[22] === "true") && Ze(t)
|
|
264
787
|
), p = (
|
|
265
788
|
/*limitTabs*/
|
|
266
|
-
|
|
789
|
+
t[35].length && pt(t)
|
|
267
790
|
), f = (
|
|
268
791
|
/*historyenabled*/
|
|
269
|
-
|
|
792
|
+
t[6] === "true" && ii(t)
|
|
270
793
|
), m = (
|
|
271
794
|
/*tabLabelArray*/
|
|
272
|
-
|
|
795
|
+
t[36][
|
|
273
796
|
/*activeTabIndex*/
|
|
274
|
-
|
|
275
|
-
] &&
|
|
797
|
+
t[29]
|
|
798
|
+
] && ti(t)
|
|
276
799
|
);
|
|
277
800
|
return {
|
|
278
801
|
c() {
|
|
279
|
-
|
|
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,
|
|
282
|
-
|
|
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,
|
|
807
|
+
p(d, b) {
|
|
285
808
|
/*limitTabs*/
|
|
286
809
|
d[35].length > 1 || /*limittabvisible*/
|
|
287
|
-
d[22] === "true" ?
|
|
288
|
-
d[35].length && p.p(d,
|
|
289
|
-
d[6] === "true" ? f ? f.p(d,
|
|
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,
|
|
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
|
-
|
|
819
|
+
o || (y(p), o = !0);
|
|
297
820
|
},
|
|
298
821
|
o(d) {
|
|
299
|
-
|
|
822
|
+
k(p), o = !1;
|
|
300
823
|
},
|
|
301
824
|
d(d) {
|
|
302
|
-
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
|
|
829
|
+
function ct(t) {
|
|
307
830
|
return {
|
|
308
|
-
c:
|
|
309
|
-
m:
|
|
310
|
-
p:
|
|
311
|
-
i:
|
|
312
|
-
o:
|
|
313
|
-
d:
|
|
831
|
+
c: P,
|
|
832
|
+
m: P,
|
|
833
|
+
p: P,
|
|
834
|
+
i: P,
|
|
835
|
+
o: P,
|
|
836
|
+
d: P
|
|
314
837
|
};
|
|
315
838
|
}
|
|
316
|
-
function
|
|
317
|
-
let e,
|
|
839
|
+
function Ze(t) {
|
|
840
|
+
let e, i = We(
|
|
318
841
|
/*limitTabs*/
|
|
319
|
-
|
|
320
|
-
),
|
|
321
|
-
for (let
|
|
322
|
-
|
|
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
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
},
|
|
330
|
-
m(
|
|
331
|
-
|
|
332
|
-
for (let
|
|
333
|
-
a
|
|
334
|
-
|
|
335
|
-
},
|
|
336
|
-
p(
|
|
337
|
-
if (
|
|
338
|
-
536870912 |
|
|
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
|
-
|
|
863
|
+
i = We(
|
|
341
864
|
/*limitTabs*/
|
|
342
|
-
|
|
865
|
+
n[35]
|
|
343
866
|
);
|
|
344
|
-
let
|
|
345
|
-
for (
|
|
346
|
-
const
|
|
347
|
-
a
|
|
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 (;
|
|
350
|
-
a
|
|
351
|
-
|
|
872
|
+
for (; a < r.length; a += 1)
|
|
873
|
+
r[a].d(1);
|
|
874
|
+
r.length = i.length;
|
|
352
875
|
}
|
|
353
876
|
},
|
|
354
|
-
d(
|
|
355
|
-
|
|
877
|
+
d(n) {
|
|
878
|
+
n && w(e), Gi(r, n), t[49](null);
|
|
356
879
|
}
|
|
357
880
|
};
|
|
358
881
|
}
|
|
359
|
-
function
|
|
360
|
-
let e,
|
|
882
|
+
function Je(t) {
|
|
883
|
+
let e, i = (
|
|
361
884
|
/*$_*/
|
|
362
|
-
(
|
|
885
|
+
(t[34](
|
|
363
886
|
/*tabLabelArray*/
|
|
364
|
-
|
|
887
|
+
t[36][
|
|
365
888
|
/*i*/
|
|
366
|
-
|
|
889
|
+
t[62]
|
|
367
890
|
].label
|
|
368
891
|
) ?? /*limit*/
|
|
369
|
-
|
|
370
|
-
),
|
|
371
|
-
function
|
|
892
|
+
t[60]) + ""
|
|
893
|
+
), r, n, s;
|
|
894
|
+
function a() {
|
|
372
895
|
return (
|
|
373
896
|
/*click_handler_1*/
|
|
374
|
-
|
|
897
|
+
t[48](
|
|
375
898
|
/*i*/
|
|
376
|
-
|
|
899
|
+
t[62]
|
|
377
900
|
)
|
|
378
901
|
);
|
|
379
902
|
}
|
|
380
903
|
return {
|
|
381
904
|
c() {
|
|
382
|
-
e = L("div"),
|
|
905
|
+
e = L("div"), r = ie(i), v(e, "class", "LimitsTab"), Ae(
|
|
383
906
|
e,
|
|
384
907
|
"selected",
|
|
385
908
|
/*activeTabIndex*/
|
|
386
|
-
|
|
387
|
-
|
|
909
|
+
t[29] === /*i*/
|
|
910
|
+
t[62]
|
|
388
911
|
);
|
|
389
912
|
},
|
|
390
|
-
m(
|
|
391
|
-
|
|
913
|
+
m(o, l) {
|
|
914
|
+
S(o, e, l), _(e, r), n || (s = ni(e, "click", a), n = !0);
|
|
392
915
|
},
|
|
393
|
-
p(
|
|
394
|
-
|
|
395
|
-
8 &&
|
|
396
|
-
(
|
|
916
|
+
p(o, l) {
|
|
917
|
+
t = o, l[1] & /*$_*/
|
|
918
|
+
8 && i !== (i = /*$_*/
|
|
919
|
+
(t[34](
|
|
397
920
|
/*tabLabelArray*/
|
|
398
|
-
|
|
921
|
+
t[36][
|
|
399
922
|
/*i*/
|
|
400
|
-
|
|
923
|
+
t[62]
|
|
401
924
|
].label
|
|
402
925
|
) ?? /*limit*/
|
|
403
|
-
|
|
404
|
-
536870912 &&
|
|
926
|
+
t[60]) + "") && be(r, i), l[0] & /*activeTabIndex*/
|
|
927
|
+
536870912 && Ae(
|
|
405
928
|
e,
|
|
406
929
|
"selected",
|
|
407
930
|
/*activeTabIndex*/
|
|
408
|
-
|
|
409
|
-
|
|
931
|
+
t[29] === /*i*/
|
|
932
|
+
t[62]
|
|
410
933
|
);
|
|
411
934
|
},
|
|
412
|
-
d(
|
|
413
|
-
|
|
935
|
+
d(o) {
|
|
936
|
+
o && w(e), n = !1, s();
|
|
414
937
|
}
|
|
415
938
|
};
|
|
416
939
|
}
|
|
417
|
-
function
|
|
940
|
+
function pt(t) {
|
|
418
941
|
let e = (
|
|
419
942
|
/*activeTabIndex*/
|
|
420
|
-
|
|
421
|
-
),
|
|
943
|
+
t[29]
|
|
944
|
+
), i, r, n = ei(t);
|
|
422
945
|
return {
|
|
423
946
|
c() {
|
|
424
|
-
|
|
947
|
+
n.c(), i = si();
|
|
425
948
|
},
|
|
426
|
-
m(
|
|
427
|
-
|
|
949
|
+
m(s, a) {
|
|
950
|
+
n.m(s, a), S(s, i, a), r = !0;
|
|
428
951
|
},
|
|
429
|
-
p(
|
|
430
|
-
|
|
431
|
-
536870912 &&
|
|
432
|
-
|
|
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(
|
|
435
|
-
|
|
957
|
+
i(s) {
|
|
958
|
+
r || (y(n), r = !0);
|
|
436
959
|
},
|
|
437
|
-
o(
|
|
438
|
-
|
|
960
|
+
o(s) {
|
|
961
|
+
k(n), r = !1;
|
|
439
962
|
},
|
|
440
|
-
d(
|
|
441
|
-
|
|
963
|
+
d(s) {
|
|
964
|
+
s && w(i), n.d(s);
|
|
442
965
|
}
|
|
443
966
|
};
|
|
444
967
|
}
|
|
445
|
-
function
|
|
446
|
-
let e,
|
|
968
|
+
function ft(t) {
|
|
969
|
+
let e, i, r, n, s, a, o, l = (
|
|
447
970
|
/*$$slots*/
|
|
448
|
-
|
|
971
|
+
t[40].LimitsList && Xe(t)
|
|
449
972
|
), p = (
|
|
450
973
|
/*$$slots*/
|
|
451
|
-
|
|
974
|
+
t[40].LimitSubmitButton && Qe(t)
|
|
452
975
|
), f = (
|
|
453
976
|
/*$$slots*/
|
|
454
|
-
|
|
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"),
|
|
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
|
-
|
|
463
|
-
),
|
|
985
|
+
t[0]
|
|
986
|
+
), c(
|
|
464
987
|
e,
|
|
465
988
|
"currency",
|
|
466
989
|
/*currency*/
|
|
467
|
-
|
|
468
|
-
),
|
|
469
|
-
|
|
990
|
+
t[4]
|
|
991
|
+
), c(e, "amountsconfig", n = /*amountsArray*/
|
|
992
|
+
t[31][
|
|
470
993
|
/*activeTabIndex*/
|
|
471
|
-
|
|
472
|
-
]),
|
|
473
|
-
|
|
994
|
+
t[29]
|
|
995
|
+
]), c(e, "periodsconfig", s = /*periodsArray*/
|
|
996
|
+
t[32][
|
|
474
997
|
/*activeTabIndex*/
|
|
475
|
-
|
|
476
|
-
]),
|
|
477
|
-
|
|
998
|
+
t[29]
|
|
999
|
+
]), c(e, "limittabindex", a = /*activeTabIndex*/
|
|
1000
|
+
t[29] + 1), c(
|
|
478
1001
|
e,
|
|
479
1002
|
"userid",
|
|
480
1003
|
/*userid*/
|
|
481
|
-
|
|
482
|
-
),
|
|
1004
|
+
t[1]
|
|
1005
|
+
), c(
|
|
483
1006
|
e,
|
|
484
1007
|
"deletelimit",
|
|
485
1008
|
/*deletelimit*/
|
|
486
|
-
|
|
487
|
-
),
|
|
1009
|
+
t[9]
|
|
1010
|
+
), c(
|
|
488
1011
|
e,
|
|
489
1012
|
"inputhasdecimals",
|
|
490
1013
|
/*inputhasdecimals*/
|
|
491
|
-
|
|
492
|
-
),
|
|
1014
|
+
t[10]
|
|
1015
|
+
), c(
|
|
493
1016
|
e,
|
|
494
1017
|
"defaultperiod",
|
|
495
1018
|
/*defaultperiod*/
|
|
496
|
-
|
|
497
|
-
),
|
|
1019
|
+
t[23]
|
|
1020
|
+
), c(
|
|
498
1021
|
e,
|
|
499
1022
|
"netdepositprogress",
|
|
500
1023
|
/*netdepositprogress*/
|
|
501
|
-
|
|
502
|
-
),
|
|
1024
|
+
t[8]
|
|
1025
|
+
), c(
|
|
503
1026
|
e,
|
|
504
1027
|
"enablecompliancetext",
|
|
505
1028
|
/*enablecompliancetext*/
|
|
506
|
-
|
|
507
|
-
),
|
|
1029
|
+
t[7]
|
|
1030
|
+
), c(
|
|
508
1031
|
e,
|
|
509
1032
|
"session",
|
|
510
1033
|
/*session*/
|
|
511
|
-
|
|
512
|
-
),
|
|
1034
|
+
t[2]
|
|
1035
|
+
), c(
|
|
513
1036
|
e,
|
|
514
1037
|
"endpoint",
|
|
515
1038
|
/*endpoint*/
|
|
516
|
-
|
|
517
|
-
),
|
|
1039
|
+
t[3]
|
|
1040
|
+
), c(
|
|
518
1041
|
e,
|
|
519
1042
|
"apiversion",
|
|
520
1043
|
/*apiversion*/
|
|
521
|
-
|
|
522
|
-
),
|
|
1044
|
+
t[5]
|
|
1045
|
+
), c(
|
|
523
1046
|
e,
|
|
524
1047
|
"companylimits",
|
|
525
1048
|
/*companylimits*/
|
|
526
|
-
|
|
527
|
-
),
|
|
1049
|
+
t[21]
|
|
1050
|
+
), c(
|
|
528
1051
|
e,
|
|
529
1052
|
"timezone",
|
|
530
1053
|
/*timezone*/
|
|
531
|
-
|
|
532
|
-
),
|
|
1054
|
+
t[16]
|
|
1055
|
+
), c(
|
|
533
1056
|
e,
|
|
534
1057
|
"clientstyling",
|
|
535
1058
|
/*clientstyling*/
|
|
536
|
-
|
|
537
|
-
),
|
|
1059
|
+
t[17]
|
|
1060
|
+
), c(
|
|
538
1061
|
e,
|
|
539
1062
|
"clientstylingurl",
|
|
540
1063
|
/*clientstylingurl*/
|
|
541
|
-
|
|
542
|
-
),
|
|
1064
|
+
t[18]
|
|
1065
|
+
), c(
|
|
543
1066
|
e,
|
|
544
1067
|
"mbsource",
|
|
545
1068
|
/*mbsource*/
|
|
546
|
-
|
|
547
|
-
),
|
|
1069
|
+
t[20]
|
|
1070
|
+
), c(
|
|
548
1071
|
e,
|
|
549
1072
|
"translationurl",
|
|
550
1073
|
/*translationurl*/
|
|
551
|
-
|
|
552
|
-
),
|
|
1074
|
+
t[19]
|
|
1075
|
+
), c(
|
|
553
1076
|
e,
|
|
554
1077
|
"customcurrencysymbols",
|
|
555
1078
|
/*customcurrencysymbols*/
|
|
556
|
-
|
|
557
|
-
),
|
|
1079
|
+
t[12]
|
|
1080
|
+
), c(
|
|
558
1081
|
e,
|
|
559
1082
|
"limitformat",
|
|
560
1083
|
/*limitformat*/
|
|
561
|
-
|
|
562
|
-
),
|
|
1084
|
+
t[13]
|
|
1085
|
+
), c(
|
|
563
1086
|
e,
|
|
564
1087
|
"allowedextenssion",
|
|
565
1088
|
/*allowedextenssion*/
|
|
566
|
-
|
|
567
|
-
),
|
|
1089
|
+
t[14]
|
|
1090
|
+
), c(
|
|
568
1091
|
e,
|
|
569
1092
|
"filesizeallow",
|
|
570
1093
|
/*filesizeallow*/
|
|
571
|
-
|
|
572
|
-
),
|
|
1094
|
+
t[15]
|
|
1095
|
+
), c(
|
|
573
1096
|
e,
|
|
574
1097
|
"islimitNotification",
|
|
575
1098
|
/*islimitNotification*/
|
|
576
|
-
|
|
577
|
-
),
|
|
1099
|
+
t[24]
|
|
1100
|
+
), c(
|
|
578
1101
|
e,
|
|
579
1102
|
"cooloffstrictmode",
|
|
580
1103
|
/*cooloffstrictmode*/
|
|
581
|
-
|
|
1104
|
+
t[25]
|
|
582
1105
|
);
|
|
583
1106
|
},
|
|
584
1107
|
m(m, d) {
|
|
585
|
-
|
|
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 ?
|
|
590
|
-
512 &&
|
|
591
|
-
|
|
592
|
-
}),
|
|
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 &&
|
|
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
|
-
}),
|
|
1119
|
+
}), I()), /*$$slots*/
|
|
597
1120
|
m[40].LimitSkeleton ? f ? (f.p(m, d), d[1] & /*$$slots*/
|
|
598
|
-
512 &&
|
|
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
|
-
}),
|
|
601
|
-
1) &&
|
|
1123
|
+
}), I()), (!o || d[0] & /*lang*/
|
|
1124
|
+
1) && c(
|
|
602
1125
|
e,
|
|
603
1126
|
"lang",
|
|
604
1127
|
/*lang*/
|
|
605
1128
|
m[0]
|
|
606
|
-
), (!
|
|
607
|
-
16) &&
|
|
1129
|
+
), (!o || d[0] & /*currency*/
|
|
1130
|
+
16) && c(
|
|
608
1131
|
e,
|
|
609
1132
|
"currency",
|
|
610
1133
|
/*currency*/
|
|
611
1134
|
m[4]
|
|
612
|
-
), (!
|
|
1135
|
+
), (!o || d[0] & /*activeTabIndex*/
|
|
613
1136
|
536870912 | d[1] & /*amountsArray*/
|
|
614
|
-
1 &&
|
|
1137
|
+
1 && n !== (n = /*amountsArray*/
|
|
615
1138
|
m[31][
|
|
616
1139
|
/*activeTabIndex*/
|
|
617
1140
|
m[29]
|
|
618
|
-
])) &&
|
|
1141
|
+
])) && c(e, "amountsconfig", n), (!o || d[0] & /*activeTabIndex*/
|
|
619
1142
|
536870912 | d[1] & /*periodsArray*/
|
|
620
|
-
2 &&
|
|
1143
|
+
2 && s !== (s = /*periodsArray*/
|
|
621
1144
|
m[32][
|
|
622
1145
|
/*activeTabIndex*/
|
|
623
1146
|
m[29]
|
|
624
|
-
])) &&
|
|
625
|
-
536870912 &&
|
|
626
|
-
m[29] + 1)) &&
|
|
627
|
-
2) &&
|
|
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
|
-
), (!
|
|
633
|
-
512) &&
|
|
1155
|
+
), (!o || d[0] & /*deletelimit*/
|
|
1156
|
+
512) && c(
|
|
634
1157
|
e,
|
|
635
1158
|
"deletelimit",
|
|
636
1159
|
/*deletelimit*/
|
|
637
1160
|
m[9]
|
|
638
|
-
), (!
|
|
639
|
-
1024) &&
|
|
1161
|
+
), (!o || d[0] & /*inputhasdecimals*/
|
|
1162
|
+
1024) && c(
|
|
640
1163
|
e,
|
|
641
1164
|
"inputhasdecimals",
|
|
642
1165
|
/*inputhasdecimals*/
|
|
643
1166
|
m[10]
|
|
644
|
-
), (!
|
|
645
|
-
8388608) &&
|
|
1167
|
+
), (!o || d[0] & /*defaultperiod*/
|
|
1168
|
+
8388608) && c(
|
|
646
1169
|
e,
|
|
647
1170
|
"defaultperiod",
|
|
648
1171
|
/*defaultperiod*/
|
|
649
1172
|
m[23]
|
|
650
|
-
), (!
|
|
651
|
-
256) &&
|
|
1173
|
+
), (!o || d[0] & /*netdepositprogress*/
|
|
1174
|
+
256) && c(
|
|
652
1175
|
e,
|
|
653
1176
|
"netdepositprogress",
|
|
654
1177
|
/*netdepositprogress*/
|
|
655
1178
|
m[8]
|
|
656
|
-
), (!
|
|
657
|
-
128) &&
|
|
1179
|
+
), (!o || d[0] & /*enablecompliancetext*/
|
|
1180
|
+
128) && c(
|
|
658
1181
|
e,
|
|
659
1182
|
"enablecompliancetext",
|
|
660
1183
|
/*enablecompliancetext*/
|
|
661
1184
|
m[7]
|
|
662
|
-
), (!
|
|
663
|
-
4) &&
|
|
1185
|
+
), (!o || d[0] & /*session*/
|
|
1186
|
+
4) && c(
|
|
664
1187
|
e,
|
|
665
1188
|
"session",
|
|
666
1189
|
/*session*/
|
|
667
1190
|
m[2]
|
|
668
|
-
), (!
|
|
669
|
-
8) &&
|
|
1191
|
+
), (!o || d[0] & /*endpoint*/
|
|
1192
|
+
8) && c(
|
|
670
1193
|
e,
|
|
671
1194
|
"endpoint",
|
|
672
1195
|
/*endpoint*/
|
|
673
1196
|
m[3]
|
|
674
|
-
), (!
|
|
675
|
-
32) &&
|
|
1197
|
+
), (!o || d[0] & /*apiversion*/
|
|
1198
|
+
32) && c(
|
|
676
1199
|
e,
|
|
677
1200
|
"apiversion",
|
|
678
1201
|
/*apiversion*/
|
|
679
1202
|
m[5]
|
|
680
|
-
), (!
|
|
681
|
-
2097152) &&
|
|
1203
|
+
), (!o || d[0] & /*companylimits*/
|
|
1204
|
+
2097152) && c(
|
|
682
1205
|
e,
|
|
683
1206
|
"companylimits",
|
|
684
1207
|
/*companylimits*/
|
|
685
1208
|
m[21]
|
|
686
|
-
), (!
|
|
687
|
-
65536) &&
|
|
1209
|
+
), (!o || d[0] & /*timezone*/
|
|
1210
|
+
65536) && c(
|
|
688
1211
|
e,
|
|
689
1212
|
"timezone",
|
|
690
1213
|
/*timezone*/
|
|
691
1214
|
m[16]
|
|
692
|
-
), (!
|
|
693
|
-
131072) &&
|
|
1215
|
+
), (!o || d[0] & /*clientstyling*/
|
|
1216
|
+
131072) && c(
|
|
694
1217
|
e,
|
|
695
1218
|
"clientstyling",
|
|
696
1219
|
/*clientstyling*/
|
|
697
1220
|
m[17]
|
|
698
|
-
), (!
|
|
699
|
-
262144) &&
|
|
1221
|
+
), (!o || d[0] & /*clientstylingurl*/
|
|
1222
|
+
262144) && c(
|
|
700
1223
|
e,
|
|
701
1224
|
"clientstylingurl",
|
|
702
1225
|
/*clientstylingurl*/
|
|
703
1226
|
m[18]
|
|
704
|
-
), (!
|
|
705
|
-
1048576) &&
|
|
1227
|
+
), (!o || d[0] & /*mbsource*/
|
|
1228
|
+
1048576) && c(
|
|
706
1229
|
e,
|
|
707
1230
|
"mbsource",
|
|
708
1231
|
/*mbsource*/
|
|
709
1232
|
m[20]
|
|
710
|
-
), (!
|
|
711
|
-
524288) &&
|
|
1233
|
+
), (!o || d[0] & /*translationurl*/
|
|
1234
|
+
524288) && c(
|
|
712
1235
|
e,
|
|
713
1236
|
"translationurl",
|
|
714
1237
|
/*translationurl*/
|
|
715
1238
|
m[19]
|
|
716
|
-
), (!
|
|
717
|
-
4096) &&
|
|
1239
|
+
), (!o || d[0] & /*customcurrencysymbols*/
|
|
1240
|
+
4096) && c(
|
|
718
1241
|
e,
|
|
719
1242
|
"customcurrencysymbols",
|
|
720
1243
|
/*customcurrencysymbols*/
|
|
721
1244
|
m[12]
|
|
722
|
-
), (!
|
|
723
|
-
8192) &&
|
|
1245
|
+
), (!o || d[0] & /*limitformat*/
|
|
1246
|
+
8192) && c(
|
|
724
1247
|
e,
|
|
725
1248
|
"limitformat",
|
|
726
1249
|
/*limitformat*/
|
|
727
1250
|
m[13]
|
|
728
|
-
), (!
|
|
729
|
-
16384) &&
|
|
1251
|
+
), (!o || d[0] & /*allowedextenssion*/
|
|
1252
|
+
16384) && c(
|
|
730
1253
|
e,
|
|
731
1254
|
"allowedextenssion",
|
|
732
1255
|
/*allowedextenssion*/
|
|
733
1256
|
m[14]
|
|
734
|
-
), (!
|
|
735
|
-
32768) &&
|
|
1257
|
+
), (!o || d[0] & /*filesizeallow*/
|
|
1258
|
+
32768) && c(
|
|
736
1259
|
e,
|
|
737
1260
|
"filesizeallow",
|
|
738
1261
|
/*filesizeallow*/
|
|
739
1262
|
m[15]
|
|
740
|
-
), (!
|
|
741
|
-
16777216) &&
|
|
1263
|
+
), (!o || d[0] & /*islimitNotification*/
|
|
1264
|
+
16777216) && c(
|
|
742
1265
|
e,
|
|
743
1266
|
"islimitNotification",
|
|
744
1267
|
/*islimitNotification*/
|
|
745
1268
|
m[24]
|
|
746
|
-
), (!
|
|
747
|
-
33554432) &&
|
|
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
|
-
|
|
1278
|
+
o || (y(l), y(p), y(f), o = !0);
|
|
756
1279
|
},
|
|
757
1280
|
o(m) {
|
|
758
|
-
|
|
1281
|
+
k(l), k(p), k(f), o = !1;
|
|
759
1282
|
},
|
|
760
1283
|
d(m) {
|
|
761
|
-
m &&
|
|
1284
|
+
m && w(e), l && l.d(), p && p.d(), f && f.d();
|
|
762
1285
|
}
|
|
763
1286
|
};
|
|
764
1287
|
}
|
|
765
|
-
function
|
|
1288
|
+
function bt(t) {
|
|
766
1289
|
let e;
|
|
767
|
-
const
|
|
1290
|
+
const i = (
|
|
768
1291
|
/*#slots*/
|
|
769
|
-
|
|
770
|
-
),
|
|
771
|
-
t,
|
|
1292
|
+
t[46].customTabContent
|
|
1293
|
+
), r = N(
|
|
772
1294
|
i,
|
|
1295
|
+
t,
|
|
773
1296
|
/*$$scope*/
|
|
774
|
-
|
|
775
|
-
|
|
1297
|
+
t[45],
|
|
1298
|
+
Ye
|
|
776
1299
|
);
|
|
777
1300
|
return {
|
|
778
1301
|
c() {
|
|
779
|
-
|
|
1302
|
+
r && r.c();
|
|
780
1303
|
},
|
|
781
|
-
m(
|
|
782
|
-
|
|
1304
|
+
m(n, s) {
|
|
1305
|
+
r && r.m(n, s), e = !0;
|
|
783
1306
|
},
|
|
784
|
-
p(
|
|
785
|
-
|
|
786
|
-
16384) &&
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
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
|
-
|
|
792
|
-
e ?
|
|
793
|
-
|
|
1314
|
+
n[45],
|
|
1315
|
+
e ? H(
|
|
1316
|
+
i,
|
|
794
1317
|
/*$$scope*/
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
) :
|
|
1318
|
+
n[45],
|
|
1319
|
+
s,
|
|
1320
|
+
ot
|
|
1321
|
+
) : D(
|
|
799
1322
|
/*$$scope*/
|
|
800
|
-
|
|
1323
|
+
n[45]
|
|
801
1324
|
),
|
|
802
|
-
|
|
1325
|
+
Ye
|
|
803
1326
|
);
|
|
804
1327
|
},
|
|
805
|
-
i(
|
|
806
|
-
e || (
|
|
1328
|
+
i(n) {
|
|
1329
|
+
e || (y(r, n), e = !0);
|
|
807
1330
|
},
|
|
808
|
-
o(
|
|
809
|
-
|
|
1331
|
+
o(n) {
|
|
1332
|
+
k(r, n), e = !1;
|
|
810
1333
|
},
|
|
811
|
-
d(
|
|
812
|
-
|
|
1334
|
+
d(n) {
|
|
1335
|
+
r && r.d(n);
|
|
813
1336
|
}
|
|
814
1337
|
};
|
|
815
1338
|
}
|
|
816
|
-
function
|
|
817
|
-
let e,
|
|
818
|
-
const
|
|
1339
|
+
function Xe(t) {
|
|
1340
|
+
let e, i;
|
|
1341
|
+
const r = (
|
|
819
1342
|
/*#slots*/
|
|
820
|
-
|
|
821
|
-
),
|
|
822
|
-
|
|
823
|
-
|
|
1343
|
+
t[46].LimitsList
|
|
1344
|
+
), n = N(
|
|
1345
|
+
r,
|
|
1346
|
+
t,
|
|
824
1347
|
/*$$scope*/
|
|
825
|
-
|
|
826
|
-
|
|
1348
|
+
t[45],
|
|
1349
|
+
Re
|
|
827
1350
|
);
|
|
828
1351
|
return {
|
|
829
1352
|
c() {
|
|
830
|
-
e = L("div"),
|
|
1353
|
+
e = L("div"), n && n.c(), v(e, "slot", "LimitsList");
|
|
831
1354
|
},
|
|
832
|
-
m(
|
|
833
|
-
|
|
1355
|
+
m(s, a) {
|
|
1356
|
+
S(s, e, a), n && n.m(e, null), i = !0;
|
|
834
1357
|
},
|
|
835
|
-
p(
|
|
836
|
-
|
|
837
|
-
16384) &&
|
|
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
|
-
|
|
843
|
-
|
|
844
|
-
a,
|
|
845
|
-
/*$$scope*/
|
|
846
|
-
n[45],
|
|
1365
|
+
s[45],
|
|
1366
|
+
i ? H(
|
|
847
1367
|
r,
|
|
848
|
-
_i
|
|
849
|
-
) : E(
|
|
850
1368
|
/*$$scope*/
|
|
851
|
-
|
|
1369
|
+
s[45],
|
|
1370
|
+
a,
|
|
1371
|
+
at
|
|
1372
|
+
) : D(
|
|
1373
|
+
/*$$scope*/
|
|
1374
|
+
s[45]
|
|
852
1375
|
),
|
|
853
|
-
|
|
1376
|
+
Re
|
|
854
1377
|
);
|
|
855
1378
|
},
|
|
856
|
-
i(
|
|
857
|
-
|
|
1379
|
+
i(s) {
|
|
1380
|
+
i || (y(n, s), i = !0);
|
|
858
1381
|
},
|
|
859
|
-
o(
|
|
860
|
-
|
|
1382
|
+
o(s) {
|
|
1383
|
+
k(n, s), i = !1;
|
|
861
1384
|
},
|
|
862
|
-
d(
|
|
863
|
-
|
|
1385
|
+
d(s) {
|
|
1386
|
+
s && w(e), n && n.d(s);
|
|
864
1387
|
}
|
|
865
1388
|
};
|
|
866
1389
|
}
|
|
867
|
-
function
|
|
868
|
-
let e,
|
|
869
|
-
const
|
|
1390
|
+
function Qe(t) {
|
|
1391
|
+
let e, i;
|
|
1392
|
+
const r = (
|
|
870
1393
|
/*#slots*/
|
|
871
|
-
|
|
872
|
-
),
|
|
873
|
-
|
|
874
|
-
|
|
1394
|
+
t[46].LimitSubmitButton
|
|
1395
|
+
), n = N(
|
|
1396
|
+
r,
|
|
1397
|
+
t,
|
|
875
1398
|
/*$$scope*/
|
|
876
|
-
|
|
877
|
-
|
|
1399
|
+
t[45],
|
|
1400
|
+
Ke
|
|
878
1401
|
);
|
|
879
1402
|
return {
|
|
880
1403
|
c() {
|
|
881
|
-
e = L("div"),
|
|
1404
|
+
e = L("div"), n && n.c(), v(e, "slot", "LimitSubmitButton");
|
|
882
1405
|
},
|
|
883
|
-
m(
|
|
884
|
-
|
|
1406
|
+
m(s, a) {
|
|
1407
|
+
S(s, e, a), n && n.m(e, null), i = !0;
|
|
885
1408
|
},
|
|
886
|
-
p(
|
|
887
|
-
|
|
888
|
-
16384) &&
|
|
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
|
-
|
|
894
|
-
|
|
895
|
-
a,
|
|
896
|
-
/*$$scope*/
|
|
897
|
-
n[45],
|
|
1416
|
+
s[45],
|
|
1417
|
+
i ? H(
|
|
898
1418
|
r,
|
|
899
|
-
vi
|
|
900
|
-
) : E(
|
|
901
1419
|
/*$$scope*/
|
|
902
|
-
|
|
1420
|
+
s[45],
|
|
1421
|
+
a,
|
|
1422
|
+
st
|
|
1423
|
+
) : D(
|
|
1424
|
+
/*$$scope*/
|
|
1425
|
+
s[45]
|
|
903
1426
|
),
|
|
904
|
-
|
|
1427
|
+
Ke
|
|
905
1428
|
);
|
|
906
1429
|
},
|
|
907
|
-
i(
|
|
908
|
-
|
|
1430
|
+
i(s) {
|
|
1431
|
+
i || (y(n, s), i = !0);
|
|
909
1432
|
},
|
|
910
|
-
o(
|
|
911
|
-
|
|
1433
|
+
o(s) {
|
|
1434
|
+
k(n, s), i = !1;
|
|
912
1435
|
},
|
|
913
|
-
d(
|
|
914
|
-
|
|
1436
|
+
d(s) {
|
|
1437
|
+
s && w(e), n && n.d(s);
|
|
915
1438
|
}
|
|
916
1439
|
};
|
|
917
1440
|
}
|
|
918
|
-
function
|
|
919
|
-
let e,
|
|
920
|
-
const
|
|
1441
|
+
function $e(t) {
|
|
1442
|
+
let e, i;
|
|
1443
|
+
const r = (
|
|
921
1444
|
/*#slots*/
|
|
922
|
-
|
|
923
|
-
),
|
|
924
|
-
|
|
925
|
-
|
|
1445
|
+
t[46].LimitSkeleton
|
|
1446
|
+
), n = N(
|
|
1447
|
+
r,
|
|
1448
|
+
t,
|
|
926
1449
|
/*$$scope*/
|
|
927
|
-
|
|
928
|
-
|
|
1450
|
+
t[45],
|
|
1451
|
+
Ve
|
|
929
1452
|
);
|
|
930
1453
|
return {
|
|
931
1454
|
c() {
|
|
932
|
-
e = L("div"),
|
|
1455
|
+
e = L("div"), n && n.c(), v(e, "slot", "LimitSkeleton");
|
|
933
1456
|
},
|
|
934
|
-
m(
|
|
935
|
-
|
|
1457
|
+
m(s, a) {
|
|
1458
|
+
S(s, e, a), n && n.m(e, null), i = !0;
|
|
936
1459
|
},
|
|
937
|
-
p(
|
|
938
|
-
|
|
939
|
-
16384) &&
|
|
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
|
-
|
|
945
|
-
|
|
946
|
-
a,
|
|
947
|
-
/*$$scope*/
|
|
948
|
-
n[45],
|
|
1467
|
+
s[45],
|
|
1468
|
+
i ? H(
|
|
949
1469
|
r,
|
|
950
|
-
hi
|
|
951
|
-
) : E(
|
|
952
1470
|
/*$$scope*/
|
|
953
|
-
|
|
1471
|
+
s[45],
|
|
1472
|
+
a,
|
|
1473
|
+
nt
|
|
1474
|
+
) : D(
|
|
1475
|
+
/*$$scope*/
|
|
1476
|
+
s[45]
|
|
954
1477
|
),
|
|
955
|
-
|
|
1478
|
+
Ve
|
|
956
1479
|
);
|
|
957
1480
|
},
|
|
958
|
-
i(
|
|
959
|
-
|
|
1481
|
+
i(s) {
|
|
1482
|
+
i || (y(n, s), i = !0);
|
|
960
1483
|
},
|
|
961
|
-
o(
|
|
962
|
-
|
|
1484
|
+
o(s) {
|
|
1485
|
+
k(n, s), i = !1;
|
|
963
1486
|
},
|
|
964
|
-
d(
|
|
965
|
-
|
|
1487
|
+
d(s) {
|
|
1488
|
+
s && w(e), n && n.d(s);
|
|
966
1489
|
}
|
|
967
1490
|
};
|
|
968
1491
|
}
|
|
969
|
-
function
|
|
970
|
-
let e,
|
|
971
|
-
const
|
|
972
|
-
function
|
|
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
|
-
|
|
976
|
-
|
|
1498
|
+
l[33] === /*activeTabIndex*/
|
|
1499
|
+
l[29] ? 0 : 1
|
|
977
1500
|
);
|
|
978
1501
|
}
|
|
979
|
-
return e =
|
|
1502
|
+
return e = o(t), i = a[e] = s[e](t), {
|
|
980
1503
|
c() {
|
|
981
|
-
|
|
1504
|
+
i.c(), r = si();
|
|
982
1505
|
},
|
|
983
|
-
m(
|
|
984
|
-
|
|
1506
|
+
m(l, p) {
|
|
1507
|
+
a[e].m(l, p), S(l, r, p), n = !0;
|
|
985
1508
|
},
|
|
986
|
-
p(
|
|
1509
|
+
p(l, p) {
|
|
987
1510
|
let f = e;
|
|
988
|
-
e =
|
|
989
|
-
|
|
990
|
-
}),
|
|
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(
|
|
993
|
-
|
|
1515
|
+
i(l) {
|
|
1516
|
+
n || (y(i), n = !0);
|
|
994
1517
|
},
|
|
995
|
-
o(
|
|
996
|
-
|
|
1518
|
+
o(l) {
|
|
1519
|
+
k(i), n = !1;
|
|
997
1520
|
},
|
|
998
|
-
d(
|
|
999
|
-
|
|
1521
|
+
d(l) {
|
|
1522
|
+
l && w(r), a[e].d(l);
|
|
1000
1523
|
}
|
|
1001
1524
|
};
|
|
1002
1525
|
}
|
|
1003
|
-
function
|
|
1526
|
+
function ii(t) {
|
|
1004
1527
|
let e;
|
|
1005
1528
|
return {
|
|
1006
1529
|
c() {
|
|
1007
|
-
e = L("player-account-gaming-limits-history-2-nd"),
|
|
1530
|
+
e = L("player-account-gaming-limits-history-2-nd"), c(
|
|
1008
1531
|
e,
|
|
1009
1532
|
"lang",
|
|
1010
1533
|
/*lang*/
|
|
1011
|
-
|
|
1012
|
-
),
|
|
1534
|
+
t[0]
|
|
1535
|
+
), c(
|
|
1013
1536
|
e,
|
|
1014
1537
|
"userid",
|
|
1015
1538
|
/*userid*/
|
|
1016
|
-
|
|
1017
|
-
),
|
|
1539
|
+
t[1]
|
|
1540
|
+
), c(
|
|
1018
1541
|
e,
|
|
1019
1542
|
"session",
|
|
1020
1543
|
/*session*/
|
|
1021
|
-
|
|
1022
|
-
),
|
|
1544
|
+
t[2]
|
|
1545
|
+
), c(
|
|
1023
1546
|
e,
|
|
1024
1547
|
"endpoint",
|
|
1025
1548
|
/*endpoint*/
|
|
1026
|
-
|
|
1027
|
-
),
|
|
1549
|
+
t[3]
|
|
1550
|
+
), c(
|
|
1028
1551
|
e,
|
|
1029
1552
|
"apiversion",
|
|
1030
1553
|
/*apiversion*/
|
|
1031
|
-
|
|
1032
|
-
),
|
|
1554
|
+
t[5]
|
|
1555
|
+
), c(
|
|
1033
1556
|
e,
|
|
1034
1557
|
"numberofentries",
|
|
1035
1558
|
/*numberofentries*/
|
|
1036
|
-
|
|
1037
|
-
),
|
|
1559
|
+
t[11]
|
|
1560
|
+
), c(
|
|
1038
1561
|
e,
|
|
1039
1562
|
"clientstyling",
|
|
1040
1563
|
/*clientstyling*/
|
|
1041
|
-
|
|
1042
|
-
),
|
|
1564
|
+
t[17]
|
|
1565
|
+
), c(
|
|
1043
1566
|
e,
|
|
1044
1567
|
"clientstylingurl",
|
|
1045
1568
|
/*clientstylingurl*/
|
|
1046
|
-
|
|
1047
|
-
),
|
|
1569
|
+
t[18]
|
|
1570
|
+
), c(
|
|
1048
1571
|
e,
|
|
1049
1572
|
"mbsource",
|
|
1050
1573
|
/*mbsource*/
|
|
1051
|
-
|
|
1052
|
-
),
|
|
1574
|
+
t[20]
|
|
1575
|
+
), c(
|
|
1053
1576
|
e,
|
|
1054
1577
|
"translationurl",
|
|
1055
1578
|
/*translationurl*/
|
|
1056
|
-
|
|
1057
|
-
),
|
|
1579
|
+
t[19]
|
|
1580
|
+
), c(
|
|
1058
1581
|
e,
|
|
1059
1582
|
"customcurrencysymbols",
|
|
1060
1583
|
/*customcurrencysymbols*/
|
|
1061
|
-
|
|
1062
|
-
),
|
|
1584
|
+
t[12]
|
|
1585
|
+
), c(
|
|
1063
1586
|
e,
|
|
1064
1587
|
"limitformat",
|
|
1065
1588
|
/*limitformat*/
|
|
1066
|
-
|
|
1589
|
+
t[13]
|
|
1067
1590
|
);
|
|
1068
1591
|
},
|
|
1069
|
-
m(
|
|
1070
|
-
|
|
1592
|
+
m(i, r) {
|
|
1593
|
+
S(i, e, r);
|
|
1071
1594
|
},
|
|
1072
|
-
p(
|
|
1073
|
-
|
|
1074
|
-
1 &&
|
|
1595
|
+
p(i, r) {
|
|
1596
|
+
r[0] & /*lang*/
|
|
1597
|
+
1 && c(
|
|
1075
1598
|
e,
|
|
1076
1599
|
"lang",
|
|
1077
1600
|
/*lang*/
|
|
1078
|
-
|
|
1079
|
-
),
|
|
1080
|
-
2 &&
|
|
1601
|
+
i[0]
|
|
1602
|
+
), r[0] & /*userid*/
|
|
1603
|
+
2 && c(
|
|
1081
1604
|
e,
|
|
1082
1605
|
"userid",
|
|
1083
1606
|
/*userid*/
|
|
1084
|
-
|
|
1085
|
-
),
|
|
1086
|
-
4 &&
|
|
1607
|
+
i[1]
|
|
1608
|
+
), r[0] & /*session*/
|
|
1609
|
+
4 && c(
|
|
1087
1610
|
e,
|
|
1088
1611
|
"session",
|
|
1089
1612
|
/*session*/
|
|
1090
|
-
|
|
1091
|
-
),
|
|
1092
|
-
8 &&
|
|
1613
|
+
i[2]
|
|
1614
|
+
), r[0] & /*endpoint*/
|
|
1615
|
+
8 && c(
|
|
1093
1616
|
e,
|
|
1094
1617
|
"endpoint",
|
|
1095
1618
|
/*endpoint*/
|
|
1096
|
-
|
|
1097
|
-
),
|
|
1098
|
-
32 &&
|
|
1619
|
+
i[3]
|
|
1620
|
+
), r[0] & /*apiversion*/
|
|
1621
|
+
32 && c(
|
|
1099
1622
|
e,
|
|
1100
1623
|
"apiversion",
|
|
1101
1624
|
/*apiversion*/
|
|
1102
|
-
|
|
1103
|
-
),
|
|
1104
|
-
2048 &&
|
|
1625
|
+
i[5]
|
|
1626
|
+
), r[0] & /*numberofentries*/
|
|
1627
|
+
2048 && c(
|
|
1105
1628
|
e,
|
|
1106
1629
|
"numberofentries",
|
|
1107
1630
|
/*numberofentries*/
|
|
1108
|
-
|
|
1109
|
-
),
|
|
1110
|
-
131072 &&
|
|
1631
|
+
i[11]
|
|
1632
|
+
), r[0] & /*clientstyling*/
|
|
1633
|
+
131072 && c(
|
|
1111
1634
|
e,
|
|
1112
1635
|
"clientstyling",
|
|
1113
1636
|
/*clientstyling*/
|
|
1114
|
-
|
|
1115
|
-
),
|
|
1116
|
-
262144 &&
|
|
1637
|
+
i[17]
|
|
1638
|
+
), r[0] & /*clientstylingurl*/
|
|
1639
|
+
262144 && c(
|
|
1117
1640
|
e,
|
|
1118
1641
|
"clientstylingurl",
|
|
1119
1642
|
/*clientstylingurl*/
|
|
1120
|
-
|
|
1121
|
-
),
|
|
1122
|
-
1048576 &&
|
|
1643
|
+
i[18]
|
|
1644
|
+
), r[0] & /*mbsource*/
|
|
1645
|
+
1048576 && c(
|
|
1123
1646
|
e,
|
|
1124
1647
|
"mbsource",
|
|
1125
1648
|
/*mbsource*/
|
|
1126
|
-
|
|
1127
|
-
),
|
|
1128
|
-
524288 &&
|
|
1649
|
+
i[20]
|
|
1650
|
+
), r[0] & /*translationurl*/
|
|
1651
|
+
524288 && c(
|
|
1129
1652
|
e,
|
|
1130
1653
|
"translationurl",
|
|
1131
1654
|
/*translationurl*/
|
|
1132
|
-
|
|
1133
|
-
),
|
|
1134
|
-
4096 &&
|
|
1655
|
+
i[19]
|
|
1656
|
+
), r[0] & /*customcurrencysymbols*/
|
|
1657
|
+
4096 && c(
|
|
1135
1658
|
e,
|
|
1136
1659
|
"customcurrencysymbols",
|
|
1137
1660
|
/*customcurrencysymbols*/
|
|
1138
|
-
|
|
1139
|
-
),
|
|
1140
|
-
8192 &&
|
|
1661
|
+
i[12]
|
|
1662
|
+
), r[0] & /*limitformat*/
|
|
1663
|
+
8192 && c(
|
|
1141
1664
|
e,
|
|
1142
1665
|
"limitformat",
|
|
1143
1666
|
/*limitformat*/
|
|
1144
|
-
|
|
1667
|
+
i[13]
|
|
1145
1668
|
);
|
|
1146
1669
|
},
|
|
1147
|
-
d(
|
|
1148
|
-
|
|
1670
|
+
d(i) {
|
|
1671
|
+
i && w(e);
|
|
1149
1672
|
}
|
|
1150
1673
|
};
|
|
1151
1674
|
}
|
|
1152
|
-
function
|
|
1153
|
-
let e,
|
|
1675
|
+
function ti(t) {
|
|
1676
|
+
let e, i = (
|
|
1154
1677
|
/*$_*/
|
|
1155
|
-
|
|
1678
|
+
t[34](
|
|
1156
1679
|
/*tabLabelArray*/
|
|
1157
|
-
|
|
1680
|
+
t[36][
|
|
1158
1681
|
/*activeTabIndex*/
|
|
1159
|
-
|
|
1682
|
+
t[29]
|
|
1160
1683
|
].description
|
|
1161
1684
|
) + ""
|
|
1162
1685
|
);
|
|
1163
1686
|
return {
|
|
1164
1687
|
c() {
|
|
1165
|
-
e = L("div"),
|
|
1688
|
+
e = L("div"), v(e, "class", "limitsDescription");
|
|
1166
1689
|
},
|
|
1167
|
-
m(
|
|
1168
|
-
|
|
1690
|
+
m(r, n) {
|
|
1691
|
+
S(r, e, n), e.innerHTML = i;
|
|
1169
1692
|
},
|
|
1170
|
-
p(
|
|
1171
|
-
|
|
1172
|
-
536870912 |
|
|
1173
|
-
8 &&
|
|
1174
|
-
|
|
1693
|
+
p(r, n) {
|
|
1694
|
+
n[0] & /*activeTabIndex*/
|
|
1695
|
+
536870912 | n[1] & /*$_*/
|
|
1696
|
+
8 && i !== (i = /*$_*/
|
|
1697
|
+
r[34](
|
|
1175
1698
|
/*tabLabelArray*/
|
|
1176
|
-
|
|
1699
|
+
r[36][
|
|
1177
1700
|
/*activeTabIndex*/
|
|
1178
|
-
|
|
1701
|
+
r[29]
|
|
1179
1702
|
].description
|
|
1180
|
-
) + "") && (e.innerHTML =
|
|
1703
|
+
) + "") && (e.innerHTML = i);
|
|
1181
1704
|
},
|
|
1182
|
-
d(
|
|
1183
|
-
|
|
1705
|
+
d(r) {
|
|
1706
|
+
r && w(e);
|
|
1184
1707
|
}
|
|
1185
1708
|
};
|
|
1186
1709
|
}
|
|
1187
|
-
function
|
|
1188
|
-
let e,
|
|
1189
|
-
const
|
|
1710
|
+
function gt(t) {
|
|
1711
|
+
let e, i, r, n, s, a;
|
|
1712
|
+
const o = (
|
|
1190
1713
|
/*#slots*/
|
|
1191
|
-
|
|
1192
|
-
),
|
|
1193
|
-
|
|
1194
|
-
|
|
1714
|
+
t[46].LimitWrapperTitle
|
|
1715
|
+
), l = N(
|
|
1716
|
+
o,
|
|
1717
|
+
t,
|
|
1195
1718
|
/*$$scope*/
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
), p =
|
|
1199
|
-
function d(
|
|
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
|
-
|
|
1725
|
+
b[26] ? 0 : 1
|
|
1203
1726
|
);
|
|
1204
1727
|
}
|
|
1205
|
-
return
|
|
1728
|
+
return n = d(t), s = m[n] = f[n](t), {
|
|
1206
1729
|
c() {
|
|
1207
|
-
e = L("div"),
|
|
1208
|
-
(
|
|
1209
|
-
},
|
|
1210
|
-
m(
|
|
1211
|
-
|
|
1212
|
-
},
|
|
1213
|
-
p(
|
|
1214
|
-
|
|
1215
|
-
16384) &&
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
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
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1743
|
+
b[45],
|
|
1744
|
+
a ? H(
|
|
1745
|
+
o,
|
|
1223
1746
|
/*$$scope*/
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
) :
|
|
1747
|
+
b[45],
|
|
1748
|
+
z,
|
|
1749
|
+
lt
|
|
1750
|
+
) : D(
|
|
1228
1751
|
/*$$scope*/
|
|
1229
|
-
|
|
1752
|
+
b[45]
|
|
1230
1753
|
),
|
|
1231
|
-
|
|
1232
|
-
) : p && p.p && (!
|
|
1233
|
-
8) && p.p(
|
|
1234
|
-
let
|
|
1235
|
-
|
|
1236
|
-
m[
|
|
1237
|
-
}),
|
|
1238
|
-
},
|
|
1239
|
-
i(
|
|
1240
|
-
|
|
1241
|
-
},
|
|
1242
|
-
o(
|
|
1243
|
-
|
|
1244
|
-
},
|
|
1245
|
-
d(
|
|
1246
|
-
|
|
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
|
|
1251
|
-
let
|
|
1252
|
-
|
|
1253
|
-
let { $$slots:
|
|
1254
|
-
const
|
|
1255
|
-
let { lang:
|
|
1256
|
-
const
|
|
1257
|
-
|
|
1258
|
-
},
|
|
1259
|
-
fetch(
|
|
1260
|
-
Object.keys(
|
|
1261
|
-
|
|
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((
|
|
1264
|
-
console.log(
|
|
1786
|
+
}).catch((j) => {
|
|
1787
|
+
console.log(j);
|
|
1265
1788
|
});
|
|
1266
1789
|
};
|
|
1267
|
-
Object.keys(
|
|
1268
|
-
|
|
1790
|
+
Object.keys(He).forEach((u) => {
|
|
1791
|
+
De(u, He[u]);
|
|
1269
1792
|
});
|
|
1270
|
-
const
|
|
1271
|
-
if (
|
|
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 (
|
|
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
|
-
},
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
}),
|
|
1279
|
-
let
|
|
1280
|
-
|
|
1281
|
-
}),
|
|
1282
|
-
},
|
|
1283
|
-
|
|
1284
|
-
},
|
|
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:
|
|
1811
|
+
isMobile: Oe
|
|
1289
1812
|
},
|
|
1290
1813
|
window.location.href
|
|
1291
1814
|
);
|
|
1292
|
-
},
|
|
1293
|
-
|
|
1815
|
+
}, ae = (u) => {
|
|
1816
|
+
i(29, B = u);
|
|
1294
1817
|
};
|
|
1295
|
-
|
|
1296
|
-
|
|
1818
|
+
Ii(() => () => {
|
|
1819
|
+
i(28, M = null), i(30, J = null);
|
|
1297
1820
|
});
|
|
1298
|
-
const
|
|
1299
|
-
function
|
|
1300
|
-
|
|
1301
|
-
|
|
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
|
|
1305
|
-
|
|
1306
|
-
|
|
1827
|
+
function wi(u) {
|
|
1828
|
+
oe[u ? "unshift" : "push"](() => {
|
|
1829
|
+
M = u, i(28, M);
|
|
1307
1830
|
});
|
|
1308
1831
|
}
|
|
1309
|
-
function
|
|
1310
|
-
|
|
1311
|
-
|
|
1832
|
+
function Si(u) {
|
|
1833
|
+
oe[u ? "unshift" : "push"](() => {
|
|
1834
|
+
T = u, i(27, T);
|
|
1312
1835
|
});
|
|
1313
1836
|
}
|
|
1314
|
-
return
|
|
1315
|
-
"lang" in
|
|
1316
|
-
},
|
|
1317
|
-
|
|
1318
|
-
1 &&
|
|
1319
|
-
47 |
|
|
1320
|
-
1024 &&
|
|
1321
|
-
8192 && q &&
|
|
1322
|
-
335544320 &&
|
|
1323
|
-
134348800 &&
|
|
1324
|
-
134479872 && Y &&
|
|
1325
|
-
135266304 &&
|
|
1326
|
-
524288 &&
|
|
1327
|
-
8192 &&
|
|
1328
|
-
603979776 && !Z &&
|
|
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
|
-
|
|
1331
|
-
|
|
1853
|
+
o,
|
|
1854
|
+
l,
|
|
1332
1855
|
p,
|
|
1333
1856
|
f,
|
|
1334
1857
|
m,
|
|
1335
1858
|
d,
|
|
1336
|
-
|
|
1337
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
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
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1899
|
+
n,
|
|
1900
|
+
_i,
|
|
1901
|
+
ki,
|
|
1902
|
+
zi,
|
|
1903
|
+
wi,
|
|
1904
|
+
Si
|
|
1382
1905
|
];
|
|
1383
1906
|
}
|
|
1384
|
-
class
|
|
1907
|
+
class ci extends Ei {
|
|
1385
1908
|
constructor(e) {
|
|
1386
|
-
super(),
|
|
1909
|
+
super(), Oi(
|
|
1387
1910
|
this,
|
|
1388
1911
|
e,
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
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
|
-
|
|
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 }),
|
|
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 }),
|
|
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 }),
|
|
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 }),
|
|
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 }),
|
|
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 }),
|
|
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 }),
|
|
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 }),
|
|
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 }),
|
|
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 }),
|
|
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 }),
|
|
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 }),
|
|
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 }),
|
|
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 }),
|
|
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 }),
|
|
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 }),
|
|
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 }),
|
|
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 }),
|
|
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 }),
|
|
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 }),
|
|
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 }),
|
|
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 }),
|
|
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 }),
|
|
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 }),
|
|
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 }),
|
|
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 }),
|
|
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 }),
|
|
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 }),
|
|
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 }),
|
|
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 }),
|
|
2129
|
+
this.$$set({ cooloffstrictmode: e }), g();
|
|
1607
2130
|
}
|
|
1608
2131
|
}
|
|
1609
|
-
|
|
1610
|
-
|
|
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
|
-
|
|
2150
|
+
_t as P,
|
|
2151
|
+
yt as i
|
|
1624
2152
|
};
|