@everymatrix/player-account-gaming-limits-wrapper-2-nd 1.80.11 → 1.80.13

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-DF2QeM-e.cjs → PlayerAccountGamingLimitsHistory2Nd-DU3q_VSt.cjs} +3 -3
  2. package/components/{PlayerAccountGamingLimitsHistory2Nd-B1pIARW2.js → PlayerAccountGamingLimitsHistory2Nd-DbXpINpl.js} +59 -52
  3. package/components/{PlayerAccountGamingLimitsHistory2Nd-C0bc72E2.js → PlayerAccountGamingLimitsHistory2Nd-Rd2OkHwk.js} +59 -52
  4. package/components/{PlayerAccountGamingLimitsPage2Gm16Nd-DnKJShgU.js → PlayerAccountGamingLimitsPage2Gm16Nd-8K4971vY.js} +1957 -1739
  5. package/components/{PlayerAccountGamingLimitsPage2Gm16Nd-pDvN1tG-.cjs → PlayerAccountGamingLimitsPage2Gm16Nd-B8MDAWjq.cjs} +7 -7
  6. package/components/{PlayerAccountGamingLimitsPage2Gm16Nd-Dt6Ra9ju.js → PlayerAccountGamingLimitsPage2Gm16Nd-BpzJCS2C.js} +1814 -1597
  7. package/components/{PlayerAccountGamingLimitsWrapper2Nd-Cq30LEYm.js → PlayerAccountGamingLimitsWrapper2Nd-D2TOGG5x.js} +753 -514
  8. package/components/{PlayerAccountGamingLimitsWrapper2Nd-CCkKrw0I.js → PlayerAccountGamingLimitsWrapper2Nd-auwxLN-W.js} +754 -515
  9. package/components/{PlayerAccountGamingLimitsWrapper2Nd-DIxtmxTu.cjs → PlayerAccountGamingLimitsWrapper2Nd-i4YfSA9s.cjs} +4 -4
  10. package/es2015/player-account-gaming-limits-wrapper-2-nd.cjs +1 -1
  11. package/es2015/player-account-gaming-limits-wrapper-2-nd.js +1 -1
  12. package/esnext/player-account-gaming-limits-wrapper-2-nd.js +1 -1
  13. package/package.json +1 -1
  14. package/stencil/{index-b2193545-YW9b062G.cjs → index-b2193545-9K-aI7zC.cjs} +1 -1
  15. package/stencil/{index-b2193545-BeKKnKhR.js → index-b2193545-DsMHU6jb.js} +1 -1
  16. package/stencil/{index-b2193545-HC0t7mHa.js → index-b2193545-R7ZoV-kY.js} +1 -1
  17. package/stencil/{ui-skeleton-BL4789dS.cjs → ui-skeleton-BreIU6e5.cjs} +1 -1
  18. package/stencil/{ui-skeleton-hI4GeaLk.js → ui-skeleton-W50o8tfg.js} +2 -2
  19. package/stencil/{ui-skeleton-ae35c6f2-BDBUiN3S.js → ui-skeleton-ed169f8f-CVY4B-CP.js} +12 -12
  20. package/stencil/ui-skeleton-ed169f8f-CpiCXJrP.cjs +55 -0
  21. package/stencil/{ui-skeleton-ae35c6f2-Cn0ZM_hs.js → ui-skeleton-ed169f8f-D3TjbVKy.js} +12 -12
  22. package/stencil/{ui-skeleton-Ca5rz3Hv.js → ui-skeleton-xXZA3rYO.js} +2 -2
  23. package/stencil/ui-skeleton-ae35c6f2-xLf3HyeB.cjs +0 -55
@@ -1,11 +1,11 @@
1
- import { a as Pe, $ as Ie, S as Ne, i as Ee, f as b, s as _e, I as De, b as Be, d as j, K as G, L as A, w as Q, M as X, c as w, e as y, g as z, h as C, z as R, l as v, j as Ve, N as He, o as Ke, y as ke, E as M, n as T, m as J, r as de, u as Ye, O as $, B as ze, P as l, Q as ue, R as Re, T as Ue, U as Ze, V as Fe, J as Je, F as Qe, G as Xe, H as $e } from "./PlayerAccountGamingLimitsHistory2Nd-B1pIARW2.js";
2
- function ce(t, e) {
3
- Pe(t, e);
1
+ import { a as xe, $ as Fe, S as Qe, i as Xe, f as b, s as Me, Q as Je, b as $e, p as N, d as k, t as y, c as v, u as D, q as E, r as V, M as C, e as B, g as z, h as _, j as L, k as T, n as h, l as ei, T as ii, U as ti, o as si, z as se, D as X, v as G, F as te, C as Ce, L as M, w as fe, x as ai, H as Be, V as u, W as be, R as ni, N as ri, O as oi, P as li } from "./PlayerAccountGamingLimitsHistory2Nd-DbXpINpl.js";
2
+ function he(i, e) {
3
+ xe(i, e);
4
4
  }
5
- function ei(t) {
6
- Ie.set(t);
5
+ function mi(i) {
6
+ Fe.set(i);
7
7
  }
8
- const pe = {
8
+ const ve = {
9
9
  en: {
10
10
  title: "Limits",
11
11
  depositlimits_label: "Deposit Limits",
@@ -151,10 +151,10 @@ const pe = {
151
151
  }
152
152
  };
153
153
  if (typeof window != "undefined") {
154
- let t = function(e) {
155
- return function(...i) {
154
+ let i = function(e) {
155
+ return function(...t) {
156
156
  try {
157
- return e.apply(this, i);
157
+ return e.apply(this, t);
158
158
  } catch (a) {
159
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"))
160
160
  return !1;
@@ -162,7 +162,7 @@ if (typeof window != "undefined") {
162
162
  }
163
163
  };
164
164
  };
165
- customElements.define = t(customElements.define), import("./PlayerAccountGamingLimitsPage2Gm16Nd-DnKJShgU.js").then(
165
+ customElements.define = i(customElements.define), import("./PlayerAccountGamingLimitsPage2Gm16Nd-8K4971vY.js").then(
166
166
  ({ default: e }) => {
167
167
  !customElements.get("player-account-gaming-limits-page-2-gm16-nd") && customElements.define(
168
168
  "player-account-gaming-limits-page-2-gm16-nd",
@@ -172,10 +172,10 @@ if (typeof window != "undefined") {
172
172
  );
173
173
  }
174
174
  if (typeof window != "undefined") {
175
- let t = function(e) {
176
- return function(...i) {
175
+ let i = function(e) {
176
+ return function(...t) {
177
177
  try {
178
- return e.apply(this, i);
178
+ return e.apply(this, t);
179
179
  } catch (a) {
180
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"))
181
181
  return !1;
@@ -183,937 +183,1164 @@ if (typeof window != "undefined") {
183
183
  }
184
184
  };
185
185
  };
186
- customElements.define = t(customElements.define), import("./PlayerAccountGamingLimitsHistory2Nd-B1pIARW2.js").then((e) => e.W).then(({ default: e }) => {
186
+ customElements.define = i(customElements.define), import("./PlayerAccountGamingLimitsHistory2Nd-DbXpINpl.js").then((e) => e.X).then(({ default: e }) => {
187
187
  !customElements.get("player-account-gaming-limits-history-2-nd") && customElements.define(
188
188
  "player-account-gaming-limits-history-2-nd",
189
189
  e.element
190
190
  );
191
191
  });
192
192
  }
193
- function ii(t) {
194
- Be(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}');
193
+ function ui(i) {
194
+ $e(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}');
195
195
  }
196
- const ti = (t) => ({}), ge = (t) => ({});
197
- function be(t, e, i) {
198
- const a = t.slice();
199
- return a[54] = e[i], a[56] = i, a;
196
+ const di = (i) => ({}), _e = (i) => ({}), ci = (i) => ({}), ye = (i) => ({}), pi = (i) => ({}), ke = (i) => ({}), gi = (i) => ({}), ze = (i) => ({});
197
+ function Le(i, e, t) {
198
+ const a = i.slice();
199
+ return a[55] = e[t], a[57] = t, a;
200
200
  }
201
- function ai(t) {
202
- let e, i, a, o, r, s, g, m, d, u, p = (
201
+ const fi = (i) => ({}), je = (i) => ({});
202
+ function bi(i) {
203
+ let e, t, a, s, n, r, c, m, p, g, l = (
203
204
  /*$_*/
204
- t[29]("title") + ""
205
- ), c, h, k;
205
+ i[29]("title") + ""
206
+ ), d, f, j;
206
207
  return {
207
208
  c() {
208
- e = z("div"), i = M("svg"), a = M("defs"), o = M("style"), r = R(`.aaa {
209
- fill: var(--emw--pam-color-primary, var(--emw--color-primary, #22b04e));
210
- }
211
- `), s = M("g"), g = M("g"), m = M("path"), d = C(), u = z("h2"), c = R(p), v(m, "class", "aaa"), v(m, "d", "M7.5,0,6.136,1.364,11.3,6.526H0V8.474H11.3L6.136,13.636,7.5,15,15,7.5Z"), v(m, "transform", "translate(15 15) rotate(180)"), v(g, "transform", "translate(20 158)"), v(s, "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(u, "class", "GamingLimitsTitleMobile"), v(e, "class", "MenuReturnButton"), v(e, "part", "MenuReturnButton");
209
+ e = L("div"), t = M("svg"), a = M("defs"), s = M("style"), n = X(`.aaa {
210
+ fill: var(--emw--pam-color-primary, var(--emw--color-primary, #22b04e));
211
+ }
212
+ `), r = M("g"), c = M("g"), m = M("path"), p = T(), g = L("h2"), d = X(l), h(m, "class", "aaa"), h(m, "d", "M7.5,0,6.136,1.364,11.3,6.526H0V8.474H11.3L6.136,13.636,7.5,15,15,7.5Z"), h(m, "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(g, "class", "GamingLimitsTitleMobile"), h(e, "class", "MenuReturnButton"), h(e, "part", "MenuReturnButton");
212
213
  },
213
- m(q, f) {
214
- w(q, e, f), y(e, i), y(i, a), y(a, o), y(o, r), y(i, s), y(s, g), y(g, m), y(e, d), y(e, u), y(u, c), h || (k = ke(
214
+ m(S, A) {
215
+ z(S, e, A), _(e, t), _(t, a), _(a, s), _(s, n), _(t, r), _(r, c), _(c, m), _(e, p), _(e, g), _(g, d), f || (j = Ce(
215
216
  e,
216
217
  "click",
217
218
  /*click_handler*/
218
- t[41]
219
- ), h = !0);
219
+ i[42]
220
+ ), f = !0);
220
221
  },
221
- p(q, f) {
222
- f[0] & /*$_*/
223
- 536870912 && p !== (p = /*$_*/
224
- q[29]("title") + "") && Q(c, p);
222
+ p(S, A) {
223
+ A[0] & /*$_*/
224
+ 536870912 && l !== (l = /*$_*/
225
+ S[29]("title") + "") && se(d, l);
225
226
  },
226
- d(q) {
227
- q && j(e), h = !1, k();
227
+ d(S) {
228
+ S && k(e), f = !1, j();
228
229
  }
229
230
  };
230
231
  }
231
- function si(t) {
232
- let e, i, a, o, r, s, g, m = (
232
+ function hi(i) {
233
+ let e, t, a, s = (
234
+ /*$_*/
235
+ i[29]("title") + ""
236
+ ), n, r = (
237
+ /*isMobile*/
238
+ i[32] && bi(i)
239
+ );
240
+ return {
241
+ c() {
242
+ e = L("div"), r && r.c(), t = T(), a = L("h2"), n = X(s), h(a, "class", "GamingLimitsTitle " + /*isMobile*/
243
+ (i[32] ? "hidden" : "")), h(e, "class", "TitleSection");
244
+ },
245
+ m(c, m) {
246
+ z(c, e, m), r && r.m(e, null), _(e, t), _(e, a), _(a, n);
247
+ },
248
+ p(c, m) {
249
+ /*isMobile*/
250
+ c[32] && r.p(c, m), m[0] & /*$_*/
251
+ 536870912 && s !== (s = /*$_*/
252
+ c[29]("title") + "") && se(n, s);
253
+ },
254
+ d(c) {
255
+ c && k(e), r && r.d();
256
+ }
257
+ };
258
+ }
259
+ function vi(i) {
260
+ let e, t, a, s, n, r, c, m = (
233
261
  /*limitTabs*/
234
- t[30].length > 1 && ri(t)
235
- ), d = (
262
+ i[30].length > 1 && yi(i)
263
+ ), p = (
236
264
  /*limitTabs*/
237
- t[30].length && oi(t)
238
- ), u = (
265
+ i[30].length && ki(i)
266
+ ), g = (
239
267
  /*historyenabled*/
240
- t[6] === "true" && ve(t)
241
- ), p = (
268
+ i[6] === "true" && Ge(i)
269
+ ), l = (
242
270
  /*tabLabelArray*/
243
- t[31][
271
+ i[31][
244
272
  /*activeTabIndex*/
245
- t[24]
246
- ] && ye(t)
273
+ i[24]
274
+ ] && Ae(i)
247
275
  );
248
276
  return {
249
277
  c() {
250
- m && m.c(), e = C(), i = z("div"), a = z("div"), d && d.c(), o = C(), u && u.c(), r = C(), s = z("div"), p && p.c(), v(a, "class", "PlayerAccountGamingLmitsWrapper2"), v(i, "class", "GamingLimitsContent");
278
+ m && m.c(), e = T(), t = L("div"), a = L("div"), p && p.c(), s = T(), g && g.c(), n = T(), r = L("div"), l && l.c(), h(a, "class", "PlayerAccountGamingLmitsWrapper2"), h(t, "class", "GamingLimitsContent");
251
279
  },
252
- m(c, h) {
253
- m && m.m(c, h), w(c, e, h), w(c, i, h), y(i, a), d && d.m(a, null), t[44](a), y(i, o), u && u.m(i, null), w(c, r, h), w(c, s, h), p && p.m(s, null), g = !0;
280
+ m(d, f) {
281
+ m && m.m(d, f), z(d, e, f), z(d, t, f), _(t, a), p && p.m(a, null), i[45](a), _(t, s), g && g.m(t, null), z(d, n, f), z(d, r, f), l && l.m(r, null), c = !0;
254
282
  },
255
- p(c, h) {
283
+ p(d, f) {
256
284
  /*limitTabs*/
257
- c[30].length > 1 && m.p(c, h), /*limitTabs*/
258
- c[30].length && d.p(c, h), /*historyenabled*/
259
- c[6] === "true" ? u ? u.p(c, h) : (u = ve(c), u.c(), u.m(i, null)) : u && (u.d(1), u = null), /*tabLabelArray*/
260
- c[31][
285
+ d[30].length > 1 && m.p(d, f), /*limitTabs*/
286
+ d[30].length && p.p(d, f), /*historyenabled*/
287
+ d[6] === "true" ? g ? g.p(d, f) : (g = Ge(d), g.c(), g.m(t, null)) : g && (g.d(1), g = null), /*tabLabelArray*/
288
+ d[31][
261
289
  /*activeTabIndex*/
262
- c[24]
263
- ] ? p ? p.p(c, h) : (p = ye(c), p.c(), p.m(s, null)) : p && (p.d(1), p = null);
290
+ d[24]
291
+ ] ? l ? l.p(d, f) : (l = Ae(d), l.c(), l.m(r, null)) : l && (l.d(1), l = null);
264
292
  },
265
- i(c) {
266
- g || (A(d), g = !0);
293
+ i(d) {
294
+ c || (v(p), c = !0);
267
295
  },
268
- o(c) {
269
- G(d), g = !1;
296
+ o(d) {
297
+ y(p), c = !1;
270
298
  },
271
- d(c) {
272
- c && (j(e), j(i), j(r), j(s)), m && m.d(c), d && d.d(), t[44](null), u && u.d(), p && p.d();
299
+ d(d) {
300
+ d && (k(e), k(t), k(n), k(r)), m && m.d(d), p && p.d(), i[45](null), g && g.d(), l && l.d();
273
301
  }
274
302
  };
275
303
  }
276
- function ni(t) {
304
+ function _i(i) {
277
305
  return {
278
- c: T,
279
- m: T,
280
- p: T,
281
- i: T,
282
- o: T,
283
- d: T
306
+ c: G,
307
+ m: G,
308
+ p: G,
309
+ i: G,
310
+ o: G,
311
+ d: G
284
312
  };
285
313
  }
286
- function ri(t) {
287
- let e, i = de(
314
+ function yi(i) {
315
+ let e, t = fe(
288
316
  /*limitTabs*/
289
- t[30]
317
+ i[30]
290
318
  ), a = [];
291
- for (let o = 0; o < i.length; o += 1)
292
- a[o] = fe(be(t, i, o));
319
+ for (let s = 0; s < t.length; s += 1)
320
+ a[s] = we(Le(i, t, s));
293
321
  return {
294
322
  c() {
295
- e = z("div");
296
- for (let o = 0; o < a.length; o += 1)
297
- a[o].c();
298
- v(e, "class", "TabsContainer");
299
- },
300
- m(o, r) {
301
- w(o, e, r);
323
+ e = L("div");
302
324
  for (let s = 0; s < a.length; s += 1)
303
- a[s] && a[s].m(e, null);
304
- t[43](e);
325
+ a[s].c();
326
+ h(e, "class", "TabsContainer");
327
+ },
328
+ m(s, n) {
329
+ z(s, e, n);
330
+ for (let r = 0; r < a.length; r += 1)
331
+ a[r] && a[r].m(e, null);
332
+ i[44](e);
305
333
  },
306
- p(o, r) {
307
- if (r[0] & /*activeTabIndex, $_, limitTabs*/
308
- 1627389952 | r[1] & /*selectTab, tabLabelArray*/
334
+ p(s, n) {
335
+ if (n[0] & /*activeTabIndex, $_, limitTabs*/
336
+ 1627389952 | n[1] & /*selectTab, tabLabelArray*/
309
337
  9) {
310
- i = de(
338
+ t = fe(
311
339
  /*limitTabs*/
312
- o[30]
340
+ s[30]
313
341
  );
314
- let s;
315
- for (s = 0; s < i.length; s += 1) {
316
- const g = be(o, i, s);
317
- a[s] ? a[s].p(g, r) : (a[s] = fe(g), a[s].c(), a[s].m(e, null));
342
+ let r;
343
+ for (r = 0; r < t.length; r += 1) {
344
+ const c = Le(s, t, r);
345
+ a[r] ? a[r].p(c, n) : (a[r] = we(c), a[r].c(), a[r].m(e, null));
318
346
  }
319
- for (; s < a.length; s += 1)
320
- a[s].d(1);
321
- a.length = i.length;
347
+ for (; r < a.length; r += 1)
348
+ a[r].d(1);
349
+ a.length = t.length;
322
350
  }
323
351
  },
324
- d(o) {
325
- o && j(e), Ye(a, o), t[43](null);
352
+ d(s) {
353
+ s && k(e), ai(a, s), i[44](null);
326
354
  }
327
355
  };
328
356
  }
329
- function fe(t) {
330
- var g;
331
- let e, i = (
357
+ function we(i) {
358
+ var c;
359
+ let e, t = (
332
360
  /*$_*/
333
- ((g = t[29](
361
+ ((c = i[29](
334
362
  /*tabLabelArray*/
335
- t[31][
363
+ i[31][
336
364
  /*i*/
337
- t[56]
365
+ i[57]
338
366
  ].label
339
- )) != null ? g : (
367
+ )) != null ? c : (
340
368
  /*limit*/
341
- t[54]
369
+ i[55]
342
370
  )) + ""
343
- ), a, o, r;
344
- function s() {
371
+ ), a, s, n;
372
+ function r() {
345
373
  return (
346
374
  /*click_handler_1*/
347
- t[42](
375
+ i[43](
348
376
  /*i*/
349
- t[56]
377
+ i[57]
350
378
  )
351
379
  );
352
380
  }
353
381
  return {
354
382
  c() {
355
- e = z("div"), a = R(i), v(e, "class", "LimitsTab"), ue(
383
+ e = L("div"), a = X(t), h(e, "class", "LimitsTab"), be(
356
384
  e,
357
385
  "selected",
358
386
  /*activeTabIndex*/
359
- t[24] === /*i*/
360
- t[56]
387
+ i[24] === /*i*/
388
+ i[57]
361
389
  );
362
390
  },
363
- m(m, d) {
364
- w(m, e, d), y(e, a), o || (r = ke(e, "click", s), o = !0);
391
+ m(m, p) {
392
+ z(m, e, p), _(e, a), s || (n = Ce(e, "click", r), s = !0);
365
393
  },
366
- p(m, d) {
367
- var u;
368
- t = m, d[0] & /*$_*/
369
- 536870912 && i !== (i = /*$_*/
370
- ((u = t[29](
394
+ p(m, p) {
395
+ var g;
396
+ i = m, p[0] & /*$_*/
397
+ 536870912 && t !== (t = /*$_*/
398
+ ((g = i[29](
371
399
  /*tabLabelArray*/
372
- t[31][
400
+ i[31][
373
401
  /*i*/
374
- t[56]
402
+ i[57]
375
403
  ].label
376
- )) != null ? u : (
404
+ )) != null ? g : (
377
405
  /*limit*/
378
- t[54]
379
- )) + "") && Q(a, i), d[0] & /*activeTabIndex*/
380
- 16777216 && ue(
406
+ i[55]
407
+ )) + "") && se(a, t), p[0] & /*activeTabIndex*/
408
+ 16777216 && be(
381
409
  e,
382
410
  "selected",
383
411
  /*activeTabIndex*/
384
- t[24] === /*i*/
385
- t[56]
412
+ i[24] === /*i*/
413
+ i[57]
386
414
  );
387
415
  },
388
416
  d(m) {
389
- m && j(e), o = !1, r();
417
+ m && k(e), s = !1, n();
390
418
  }
391
419
  };
392
420
  }
393
- function oi(t) {
421
+ function ki(i) {
394
422
  let e = (
395
423
  /*activeTabIndex*/
396
- t[24]
397
- ), i, a, o = he(t);
424
+ i[24]
425
+ ), t, a, s = Te(i);
398
426
  return {
399
427
  c() {
400
- o.c(), i = ze();
428
+ s.c(), t = Be();
401
429
  },
402
- m(r, s) {
403
- o.m(r, s), w(r, i, s), a = !0;
430
+ m(n, r) {
431
+ s.m(n, r), z(n, t, r), a = !0;
404
432
  },
405
- p(r, s) {
406
- s[0] & /*activeTabIndex*/
407
- 16777216 && _e(e, e = /*activeTabIndex*/
408
- r[24]) ? ($(), G(o, 1, 1, T), X(), o = he(r), o.c(), A(o, 1), o.m(i.parentNode, i)) : o.p(r, s);
433
+ p(n, r) {
434
+ r[0] & /*activeTabIndex*/
435
+ 16777216 && Me(e, e = /*activeTabIndex*/
436
+ n[24]) ? (C(), y(s, 1, 1, G), B(), s = Te(n), s.c(), v(s, 1), s.m(t.parentNode, t)) : s.p(n, r);
409
437
  },
410
- i(r) {
411
- a || (A(o), a = !0);
438
+ i(n) {
439
+ a || (v(s), a = !0);
412
440
  },
413
- o(r) {
414
- G(o), a = !1;
441
+ o(n) {
442
+ y(s), a = !1;
415
443
  },
416
- d(r) {
417
- r && j(i), o.d(r);
444
+ d(n) {
445
+ n && k(t), s.d(n);
418
446
  }
419
447
  };
420
448
  }
421
- function li(t) {
422
- let e, i, a, o;
449
+ function zi(i) {
450
+ let e, t, a, s, n, r, c, m = (
451
+ /*$$slots*/
452
+ i[35].LimitsList && Se(i)
453
+ ), p = (
454
+ /*$$slots*/
455
+ i[35].LimitSubmitButton && qe(i)
456
+ ), g = (
457
+ /*$$slots*/
458
+ i[35].LimitSkeleton && We(i)
459
+ );
423
460
  return {
424
461
  c() {
425
- e = z("player-account-gaming-limits-page-2-gm16-nd"), l(
462
+ e = L("player-account-gaming-limits-page-2-gm16-nd"), m && m.c(), t = T(), p && p.c(), a = T(), g && g.c(), u(
426
463
  e,
427
464
  "lang",
428
465
  /*lang*/
429
- t[0]
430
- ), l(
466
+ i[0]
467
+ ), u(
431
468
  e,
432
469
  "currency",
433
470
  /*currency*/
434
- t[4]
435
- ), l(e, "amountsconfig", i = /*amountsArray*/
436
- t[26][
471
+ i[4]
472
+ ), u(e, "amountsconfig", s = /*amountsArray*/
473
+ i[26][
437
474
  /*activeTabIndex*/
438
- t[24]
439
- ]), l(e, "periodsconfig", a = /*periodsArray*/
440
- t[27][
475
+ i[24]
476
+ ]), u(e, "periodsconfig", n = /*periodsArray*/
477
+ i[27][
441
478
  /*activeTabIndex*/
442
- t[24]
443
- ]), l(e, "limittabindex", o = /*activeTabIndex*/
444
- t[24] + 1), l(
479
+ i[24]
480
+ ]), u(e, "limittabindex", r = /*activeTabIndex*/
481
+ i[24] + 1), u(
445
482
  e,
446
483
  "userid",
447
484
  /*userid*/
448
- t[1]
449
- ), l(
485
+ i[1]
486
+ ), u(
450
487
  e,
451
488
  "deletelimit",
452
489
  /*deletelimit*/
453
- t[9]
454
- ), l(
490
+ i[9]
491
+ ), u(
455
492
  e,
456
493
  "netdepositprogress",
457
494
  /*netdepositprogress*/
458
- t[8]
459
- ), l(
495
+ i[8]
496
+ ), u(
460
497
  e,
461
498
  "enablecompliancetext",
462
499
  /*enablecompliancetext*/
463
- t[7]
464
- ), l(
500
+ i[7]
501
+ ), u(
465
502
  e,
466
503
  "session",
467
504
  /*session*/
468
- t[2]
469
- ), l(
505
+ i[2]
506
+ ), u(
470
507
  e,
471
508
  "endpoint",
472
509
  /*endpoint*/
473
- t[3]
474
- ), l(
510
+ i[3]
511
+ ), u(
475
512
  e,
476
513
  "apiversion",
477
514
  /*apiversion*/
478
- t[5]
479
- ), l(
515
+ i[5]
516
+ ), u(
480
517
  e,
481
518
  "companylimits",
482
519
  /*companylimits*/
483
- t[20]
484
- ), l(
520
+ i[20]
521
+ ), u(
485
522
  e,
486
523
  "timezone",
487
524
  /*timezone*/
488
- t[15]
489
- ), l(
525
+ i[15]
526
+ ), u(
490
527
  e,
491
528
  "clientstyling",
492
529
  /*clientstyling*/
493
- t[16]
494
- ), l(
530
+ i[16]
531
+ ), u(
495
532
  e,
496
533
  "clientstylingurl",
497
534
  /*clientstylingurl*/
498
- t[17]
499
- ), l(
535
+ i[17]
536
+ ), u(
500
537
  e,
501
538
  "mbsource",
502
539
  /*mbsource*/
503
- t[19]
504
- ), l(
540
+ i[19]
541
+ ), u(
505
542
  e,
506
543
  "translationurl",
507
544
  /*translationurl*/
508
- t[18]
509
- ), l(
545
+ i[18]
546
+ ), u(
510
547
  e,
511
548
  "customcurrencysymbols",
512
549
  /*customcurrencysymbols*/
513
- t[11]
514
- ), l(
550
+ i[11]
551
+ ), u(
515
552
  e,
516
553
  "limitformat",
517
554
  /*limitformat*/
518
- t[12]
519
- ), l(
555
+ i[12]
556
+ ), u(
520
557
  e,
521
558
  "allowedextenssion",
522
559
  /*allowedextenssion*/
523
- t[13]
524
- ), l(
560
+ i[13]
561
+ ), u(
525
562
  e,
526
563
  "filesizeallow",
527
564
  /*filesizeallow*/
528
- t[14]
565
+ i[14]
529
566
  );
530
567
  },
531
- m(r, s) {
532
- w(r, e, s);
568
+ m(l, d) {
569
+ z(l, e, d), m && m.m(e, null), _(e, t), p && p.m(e, null), _(e, a), g && g.m(e, null), c = !0;
533
570
  },
534
- p(r, s) {
535
- s[0] & /*lang*/
536
- 1 && l(
571
+ p(l, d) {
572
+ /*$$slots*/
573
+ l[35].LimitsList ? m ? (m.p(l, d), d[1] & /*$$slots*/
574
+ 16 && v(m, 1)) : (m = Se(l), m.c(), v(m, 1), m.m(e, t)) : m && (C(), y(m, 1, 1, () => {
575
+ m = null;
576
+ }), B()), /*$$slots*/
577
+ l[35].LimitSubmitButton ? p ? (p.p(l, d), d[1] & /*$$slots*/
578
+ 16 && v(p, 1)) : (p = qe(l), p.c(), v(p, 1), p.m(e, a)) : p && (C(), y(p, 1, 1, () => {
579
+ p = null;
580
+ }), B()), /*$$slots*/
581
+ l[35].LimitSkeleton ? g ? (g.p(l, d), d[1] & /*$$slots*/
582
+ 16 && v(g, 1)) : (g = We(l), g.c(), v(g, 1), g.m(e, null)) : g && (C(), y(g, 1, 1, () => {
583
+ g = null;
584
+ }), B()), (!c || d[0] & /*lang*/
585
+ 1) && u(
537
586
  e,
538
587
  "lang",
539
588
  /*lang*/
540
- r[0]
541
- ), s[0] & /*currency*/
542
- 16 && l(
589
+ l[0]
590
+ ), (!c || d[0] & /*currency*/
591
+ 16) && u(
543
592
  e,
544
593
  "currency",
545
594
  /*currency*/
546
- r[4]
547
- ), s[0] & /*amountsArray, activeTabIndex*/
548
- 83886080 && i !== (i = /*amountsArray*/
549
- r[26][
595
+ l[4]
596
+ ), (!c || d[0] & /*amountsArray, activeTabIndex*/
597
+ 83886080 && s !== (s = /*amountsArray*/
598
+ l[26][
550
599
  /*activeTabIndex*/
551
- r[24]
552
- ]) && l(e, "amountsconfig", i), s[0] & /*periodsArray, activeTabIndex*/
553
- 150994944 && a !== (a = /*periodsArray*/
554
- r[27][
600
+ l[24]
601
+ ])) && u(e, "amountsconfig", s), (!c || d[0] & /*periodsArray, activeTabIndex*/
602
+ 150994944 && n !== (n = /*periodsArray*/
603
+ l[27][
555
604
  /*activeTabIndex*/
556
- r[24]
557
- ]) && l(e, "periodsconfig", a), s[0] & /*activeTabIndex*/
558
- 16777216 && o !== (o = /*activeTabIndex*/
559
- r[24] + 1) && l(e, "limittabindex", o), s[0] & /*userid*/
560
- 2 && l(
605
+ l[24]
606
+ ])) && u(e, "periodsconfig", n), (!c || d[0] & /*activeTabIndex*/
607
+ 16777216 && r !== (r = /*activeTabIndex*/
608
+ l[24] + 1)) && u(e, "limittabindex", r), (!c || d[0] & /*userid*/
609
+ 2) && u(
561
610
  e,
562
611
  "userid",
563
612
  /*userid*/
564
- r[1]
565
- ), s[0] & /*deletelimit*/
566
- 512 && l(
613
+ l[1]
614
+ ), (!c || d[0] & /*deletelimit*/
615
+ 512) && u(
567
616
  e,
568
617
  "deletelimit",
569
618
  /*deletelimit*/
570
- r[9]
571
- ), s[0] & /*netdepositprogress*/
572
- 256 && l(
619
+ l[9]
620
+ ), (!c || d[0] & /*netdepositprogress*/
621
+ 256) && u(
573
622
  e,
574
623
  "netdepositprogress",
575
624
  /*netdepositprogress*/
576
- r[8]
577
- ), s[0] & /*enablecompliancetext*/
578
- 128 && l(
625
+ l[8]
626
+ ), (!c || d[0] & /*enablecompliancetext*/
627
+ 128) && u(
579
628
  e,
580
629
  "enablecompliancetext",
581
630
  /*enablecompliancetext*/
582
- r[7]
583
- ), s[0] & /*session*/
584
- 4 && l(
631
+ l[7]
632
+ ), (!c || d[0] & /*session*/
633
+ 4) && u(
585
634
  e,
586
635
  "session",
587
636
  /*session*/
588
- r[2]
589
- ), s[0] & /*endpoint*/
590
- 8 && l(
637
+ l[2]
638
+ ), (!c || d[0] & /*endpoint*/
639
+ 8) && u(
591
640
  e,
592
641
  "endpoint",
593
642
  /*endpoint*/
594
- r[3]
595
- ), s[0] & /*apiversion*/
596
- 32 && l(
643
+ l[3]
644
+ ), (!c || d[0] & /*apiversion*/
645
+ 32) && u(
597
646
  e,
598
647
  "apiversion",
599
648
  /*apiversion*/
600
- r[5]
601
- ), s[0] & /*companylimits*/
602
- 1048576 && l(
649
+ l[5]
650
+ ), (!c || d[0] & /*companylimits*/
651
+ 1048576) && u(
603
652
  e,
604
653
  "companylimits",
605
654
  /*companylimits*/
606
- r[20]
607
- ), s[0] & /*timezone*/
608
- 32768 && l(
655
+ l[20]
656
+ ), (!c || d[0] & /*timezone*/
657
+ 32768) && u(
609
658
  e,
610
659
  "timezone",
611
660
  /*timezone*/
612
- r[15]
613
- ), s[0] & /*clientstyling*/
614
- 65536 && l(
661
+ l[15]
662
+ ), (!c || d[0] & /*clientstyling*/
663
+ 65536) && u(
615
664
  e,
616
665
  "clientstyling",
617
666
  /*clientstyling*/
618
- r[16]
619
- ), s[0] & /*clientstylingurl*/
620
- 131072 && l(
667
+ l[16]
668
+ ), (!c || d[0] & /*clientstylingurl*/
669
+ 131072) && u(
621
670
  e,
622
671
  "clientstylingurl",
623
672
  /*clientstylingurl*/
624
- r[17]
625
- ), s[0] & /*mbsource*/
626
- 524288 && l(
673
+ l[17]
674
+ ), (!c || d[0] & /*mbsource*/
675
+ 524288) && u(
627
676
  e,
628
677
  "mbsource",
629
678
  /*mbsource*/
630
- r[19]
631
- ), s[0] & /*translationurl*/
632
- 262144 && l(
679
+ l[19]
680
+ ), (!c || d[0] & /*translationurl*/
681
+ 262144) && u(
633
682
  e,
634
683
  "translationurl",
635
684
  /*translationurl*/
636
- r[18]
637
- ), s[0] & /*customcurrencysymbols*/
638
- 2048 && l(
685
+ l[18]
686
+ ), (!c || d[0] & /*customcurrencysymbols*/
687
+ 2048) && u(
639
688
  e,
640
689
  "customcurrencysymbols",
641
690
  /*customcurrencysymbols*/
642
- r[11]
643
- ), s[0] & /*limitformat*/
644
- 4096 && l(
691
+ l[11]
692
+ ), (!c || d[0] & /*limitformat*/
693
+ 4096) && u(
645
694
  e,
646
695
  "limitformat",
647
696
  /*limitformat*/
648
- r[12]
649
- ), s[0] & /*allowedextenssion*/
650
- 8192 && l(
697
+ l[12]
698
+ ), (!c || d[0] & /*allowedextenssion*/
699
+ 8192) && u(
651
700
  e,
652
701
  "allowedextenssion",
653
702
  /*allowedextenssion*/
654
- r[13]
655
- ), s[0] & /*filesizeallow*/
656
- 16384 && l(
703
+ l[13]
704
+ ), (!c || d[0] & /*filesizeallow*/
705
+ 16384) && u(
657
706
  e,
658
707
  "filesizeallow",
659
708
  /*filesizeallow*/
660
- r[14]
709
+ l[14]
661
710
  );
662
711
  },
663
- i: T,
664
- o: T,
665
- d(r) {
666
- r && j(e);
712
+ i(l) {
713
+ c || (v(m), v(p), v(g), c = !0);
714
+ },
715
+ o(l) {
716
+ y(m), y(p), y(g), c = !1;
717
+ },
718
+ d(l) {
719
+ l && k(e), m && m.d(), p && p.d(), g && g.d();
667
720
  }
668
721
  };
669
722
  }
670
- function mi(t) {
723
+ function Li(i) {
671
724
  let e;
672
- const i = (
725
+ const t = (
673
726
  /*#slots*/
674
- t[40].customTabContent
675
- ), a = Re(
676
- i,
727
+ i[41].customTabContent
728
+ ), a = N(
677
729
  t,
730
+ i,
678
731
  /*$$scope*/
679
- t[39],
680
- ge
732
+ i[40],
733
+ ze
681
734
  );
682
735
  return {
683
736
  c() {
684
737
  a && a.c();
685
738
  },
686
- m(o, r) {
687
- a && a.m(o, r), e = !0;
739
+ m(s, n) {
740
+ a && a.m(s, n), e = !0;
741
+ },
742
+ p(s, n) {
743
+ a && a.p && (!e || n[1] & /*$$scope*/
744
+ 512) && D(
745
+ a,
746
+ t,
747
+ s,
748
+ /*$$scope*/
749
+ s[40],
750
+ e ? V(
751
+ t,
752
+ /*$$scope*/
753
+ s[40],
754
+ n,
755
+ gi
756
+ ) : E(
757
+ /*$$scope*/
758
+ s[40]
759
+ ),
760
+ ze
761
+ );
762
+ },
763
+ i(s) {
764
+ e || (v(a, s), e = !0);
688
765
  },
689
- p(o, r) {
690
- a && a.p && (!e || r[1] & /*$$scope*/
691
- 256) && Ue(
766
+ o(s) {
767
+ y(a, s), e = !1;
768
+ },
769
+ d(s) {
770
+ a && a.d(s);
771
+ }
772
+ };
773
+ }
774
+ function Se(i) {
775
+ let e, t;
776
+ const a = (
777
+ /*#slots*/
778
+ i[41].LimitsList
779
+ ), s = N(
780
+ a,
781
+ i,
782
+ /*$$scope*/
783
+ i[40],
784
+ ke
785
+ );
786
+ return {
787
+ c() {
788
+ e = L("div"), s && s.c(), h(e, "slot", "LimitsList");
789
+ },
790
+ m(n, r) {
791
+ z(n, e, r), s && s.m(e, null), t = !0;
792
+ },
793
+ p(n, r) {
794
+ s && s.p && (!t || r[1] & /*$$scope*/
795
+ 512) && D(
796
+ s,
797
+ a,
798
+ n,
799
+ /*$$scope*/
800
+ n[40],
801
+ t ? V(
802
+ a,
803
+ /*$$scope*/
804
+ n[40],
805
+ r,
806
+ pi
807
+ ) : E(
808
+ /*$$scope*/
809
+ n[40]
810
+ ),
811
+ ke
812
+ );
813
+ },
814
+ i(n) {
815
+ t || (v(s, n), t = !0);
816
+ },
817
+ o(n) {
818
+ y(s, n), t = !1;
819
+ },
820
+ d(n) {
821
+ n && k(e), s && s.d(n);
822
+ }
823
+ };
824
+ }
825
+ function qe(i) {
826
+ let e, t;
827
+ const a = (
828
+ /*#slots*/
829
+ i[41].LimitSubmitButton
830
+ ), s = N(
831
+ a,
832
+ i,
833
+ /*$$scope*/
834
+ i[40],
835
+ ye
836
+ );
837
+ return {
838
+ c() {
839
+ e = L("div"), s && s.c(), h(e, "slot", "LimitSubmitButton");
840
+ },
841
+ m(n, r) {
842
+ z(n, e, r), s && s.m(e, null), t = !0;
843
+ },
844
+ p(n, r) {
845
+ s && s.p && (!t || r[1] & /*$$scope*/
846
+ 512) && D(
847
+ s,
692
848
  a,
693
- i,
694
- o,
849
+ n,
695
850
  /*$$scope*/
696
- o[39],
697
- e ? Fe(
698
- i,
851
+ n[40],
852
+ t ? V(
853
+ a,
699
854
  /*$$scope*/
700
- o[39],
855
+ n[40],
701
856
  r,
702
- ti
703
- ) : Ze(
857
+ ci
858
+ ) : E(
704
859
  /*$$scope*/
705
- o[39]
860
+ n[40]
706
861
  ),
707
- ge
862
+ ye
708
863
  );
709
864
  },
710
- i(o) {
711
- e || (A(a, o), e = !0);
865
+ i(n) {
866
+ t || (v(s, n), t = !0);
712
867
  },
713
- o(o) {
714
- G(a, o), e = !1;
868
+ o(n) {
869
+ y(s, n), t = !1;
715
870
  },
716
- d(o) {
717
- a && a.d(o);
871
+ d(n) {
872
+ n && k(e), s && s.d(n);
718
873
  }
719
874
  };
720
875
  }
721
- function he(t) {
722
- let e, i, a, o;
723
- const r = [mi, li], s = [];
724
- function g(m, d) {
876
+ function We(i) {
877
+ let e, t;
878
+ const a = (
879
+ /*#slots*/
880
+ i[41].LimitSkeleton
881
+ ), s = N(
882
+ a,
883
+ i,
884
+ /*$$scope*/
885
+ i[40],
886
+ _e
887
+ );
888
+ return {
889
+ c() {
890
+ e = L("div"), s && s.c(), h(e, "slot", "LimitSkeleton");
891
+ },
892
+ m(n, r) {
893
+ z(n, e, r), s && s.m(e, null), t = !0;
894
+ },
895
+ p(n, r) {
896
+ s && s.p && (!t || r[1] & /*$$scope*/
897
+ 512) && D(
898
+ s,
899
+ a,
900
+ n,
901
+ /*$$scope*/
902
+ n[40],
903
+ t ? V(
904
+ a,
905
+ /*$$scope*/
906
+ n[40],
907
+ r,
908
+ di
909
+ ) : E(
910
+ /*$$scope*/
911
+ n[40]
912
+ ),
913
+ _e
914
+ );
915
+ },
916
+ i(n) {
917
+ t || (v(s, n), t = !0);
918
+ },
919
+ o(n) {
920
+ y(s, n), t = !1;
921
+ },
922
+ d(n) {
923
+ n && k(e), s && s.d(n);
924
+ }
925
+ };
926
+ }
927
+ function Te(i) {
928
+ let e, t, a, s;
929
+ const n = [Li, zi], r = [];
930
+ function c(m, p) {
725
931
  return (
726
932
  /*customContentTabIndex*/
727
933
  m[28] === /*activeTabIndex*/
728
934
  m[24] ? 0 : 1
729
935
  );
730
936
  }
731
- return e = g(t), i = s[e] = r[e](t), {
937
+ return e = c(i), t = r[e] = n[e](i), {
732
938
  c() {
733
- i.c(), a = ze();
939
+ t.c(), a = Be();
734
940
  },
735
- m(m, d) {
736
- s[e].m(m, d), w(m, a, d), o = !0;
941
+ m(m, p) {
942
+ r[e].m(m, p), z(m, a, p), s = !0;
737
943
  },
738
- p(m, d) {
739
- let u = e;
740
- e = g(m), e === u ? s[e].p(m, d) : ($(), G(s[u], 1, 1, () => {
741
- s[u] = null;
742
- }), X(), i = s[e], i ? i.p(m, d) : (i = s[e] = r[e](m), i.c()), A(i, 1), i.m(a.parentNode, a));
944
+ p(m, p) {
945
+ let g = e;
946
+ e = c(m), e === g ? r[e].p(m, p) : (C(), y(r[g], 1, 1, () => {
947
+ r[g] = null;
948
+ }), B(), t = r[e], t ? t.p(m, p) : (t = r[e] = n[e](m), t.c()), v(t, 1), t.m(a.parentNode, a));
743
949
  },
744
950
  i(m) {
745
- o || (A(i), o = !0);
951
+ s || (v(t), s = !0);
746
952
  },
747
953
  o(m) {
748
- G(i), o = !1;
954
+ y(t), s = !1;
749
955
  },
750
956
  d(m) {
751
- m && j(a), s[e].d(m);
957
+ m && k(a), r[e].d(m);
752
958
  }
753
959
  };
754
960
  }
755
- function ve(t) {
961
+ function Ge(i) {
756
962
  let e;
757
963
  return {
758
964
  c() {
759
- e = z("player-account-gaming-limits-history-2-nd"), l(
965
+ e = L("player-account-gaming-limits-history-2-nd"), u(
760
966
  e,
761
967
  "lang",
762
968
  /*lang*/
763
- t[0]
764
- ), l(
969
+ i[0]
970
+ ), u(
765
971
  e,
766
972
  "userid",
767
973
  /*userid*/
768
- t[1]
769
- ), l(
974
+ i[1]
975
+ ), u(
770
976
  e,
771
977
  "session",
772
978
  /*session*/
773
- t[2]
774
- ), l(
979
+ i[2]
980
+ ), u(
775
981
  e,
776
982
  "endpoint",
777
983
  /*endpoint*/
778
- t[3]
779
- ), l(
984
+ i[3]
985
+ ), u(
780
986
  e,
781
987
  "apiversion",
782
988
  /*apiversion*/
783
- t[5]
784
- ), l(
989
+ i[5]
990
+ ), u(
785
991
  e,
786
992
  "numberofentries",
787
993
  /*numberofentries*/
788
- t[10]
789
- ), l(
994
+ i[10]
995
+ ), u(
790
996
  e,
791
997
  "clientstyling",
792
998
  /*clientstyling*/
793
- t[16]
794
- ), l(
999
+ i[16]
1000
+ ), u(
795
1001
  e,
796
1002
  "clientstylingurl",
797
1003
  /*clientstylingurl*/
798
- t[17]
799
- ), l(
1004
+ i[17]
1005
+ ), u(
800
1006
  e,
801
1007
  "mbsource",
802
1008
  /*mbsource*/
803
- t[19]
804
- ), l(
1009
+ i[19]
1010
+ ), u(
805
1011
  e,
806
1012
  "translationurl",
807
1013
  /*translationurl*/
808
- t[18]
809
- ), l(
1014
+ i[18]
1015
+ ), u(
810
1016
  e,
811
1017
  "customcurrencysymbols",
812
1018
  /*customcurrencysymbols*/
813
- t[11]
814
- ), l(
1019
+ i[11]
1020
+ ), u(
815
1021
  e,
816
1022
  "limitformat",
817
1023
  /*limitformat*/
818
- t[12]
1024
+ i[12]
819
1025
  );
820
1026
  },
821
- m(i, a) {
822
- w(i, e, a);
1027
+ m(t, a) {
1028
+ z(t, e, a);
823
1029
  },
824
- p(i, a) {
1030
+ p(t, a) {
825
1031
  a[0] & /*lang*/
826
- 1 && l(
1032
+ 1 && u(
827
1033
  e,
828
1034
  "lang",
829
1035
  /*lang*/
830
- i[0]
1036
+ t[0]
831
1037
  ), a[0] & /*userid*/
832
- 2 && l(
1038
+ 2 && u(
833
1039
  e,
834
1040
  "userid",
835
1041
  /*userid*/
836
- i[1]
1042
+ t[1]
837
1043
  ), a[0] & /*session*/
838
- 4 && l(
1044
+ 4 && u(
839
1045
  e,
840
1046
  "session",
841
1047
  /*session*/
842
- i[2]
1048
+ t[2]
843
1049
  ), a[0] & /*endpoint*/
844
- 8 && l(
1050
+ 8 && u(
845
1051
  e,
846
1052
  "endpoint",
847
1053
  /*endpoint*/
848
- i[3]
1054
+ t[3]
849
1055
  ), a[0] & /*apiversion*/
850
- 32 && l(
1056
+ 32 && u(
851
1057
  e,
852
1058
  "apiversion",
853
1059
  /*apiversion*/
854
- i[5]
1060
+ t[5]
855
1061
  ), a[0] & /*numberofentries*/
856
- 1024 && l(
1062
+ 1024 && u(
857
1063
  e,
858
1064
  "numberofentries",
859
1065
  /*numberofentries*/
860
- i[10]
1066
+ t[10]
861
1067
  ), a[0] & /*clientstyling*/
862
- 65536 && l(
1068
+ 65536 && u(
863
1069
  e,
864
1070
  "clientstyling",
865
1071
  /*clientstyling*/
866
- i[16]
1072
+ t[16]
867
1073
  ), a[0] & /*clientstylingurl*/
868
- 131072 && l(
1074
+ 131072 && u(
869
1075
  e,
870
1076
  "clientstylingurl",
871
1077
  /*clientstylingurl*/
872
- i[17]
1078
+ t[17]
873
1079
  ), a[0] & /*mbsource*/
874
- 524288 && l(
1080
+ 524288 && u(
875
1081
  e,
876
1082
  "mbsource",
877
1083
  /*mbsource*/
878
- i[19]
1084
+ t[19]
879
1085
  ), a[0] & /*translationurl*/
880
- 262144 && l(
1086
+ 262144 && u(
881
1087
  e,
882
1088
  "translationurl",
883
1089
  /*translationurl*/
884
- i[18]
1090
+ t[18]
885
1091
  ), a[0] & /*customcurrencysymbols*/
886
- 2048 && l(
1092
+ 2048 && u(
887
1093
  e,
888
1094
  "customcurrencysymbols",
889
1095
  /*customcurrencysymbols*/
890
- i[11]
1096
+ t[11]
891
1097
  ), a[0] & /*limitformat*/
892
- 4096 && l(
1098
+ 4096 && u(
893
1099
  e,
894
1100
  "limitformat",
895
1101
  /*limitformat*/
896
- i[12]
1102
+ t[12]
897
1103
  );
898
1104
  },
899
- d(i) {
900
- i && j(e);
1105
+ d(t) {
1106
+ t && k(e);
901
1107
  }
902
1108
  };
903
1109
  }
904
- function ye(t) {
905
- let e, i = (
1110
+ function Ae(i) {
1111
+ let e, t = (
906
1112
  /*$_*/
907
- t[29](
1113
+ i[29](
908
1114
  /*tabLabelArray*/
909
- t[31][
1115
+ i[31][
910
1116
  /*activeTabIndex*/
911
- t[24]
1117
+ i[24]
912
1118
  ].description
913
1119
  ) + ""
914
1120
  );
915
1121
  return {
916
1122
  c() {
917
- e = z("div"), v(e, "class", "limitsDescription");
1123
+ e = L("div"), h(e, "class", "limitsDescription");
918
1124
  },
919
- m(a, o) {
920
- w(a, e, o), e.innerHTML = i;
1125
+ m(a, s) {
1126
+ z(a, e, s), e.innerHTML = t;
921
1127
  },
922
- p(a, o) {
923
- o[0] & /*$_, activeTabIndex*/
924
- 553648128 && i !== (i = /*$_*/
1128
+ p(a, s) {
1129
+ s[0] & /*$_, activeTabIndex*/
1130
+ 553648128 && t !== (t = /*$_*/
925
1131
  a[29](
926
1132
  /*tabLabelArray*/
927
1133
  a[31][
928
1134
  /*activeTabIndex*/
929
1135
  a[24]
930
1136
  ].description
931
- ) + "") && (e.innerHTML = i);
1137
+ ) + "") && (e.innerHTML = t);
932
1138
  },
933
1139
  d(a) {
934
- a && j(e);
1140
+ a && k(e);
935
1141
  }
936
1142
  };
937
1143
  }
938
- function di(t) {
939
- let e, i, a, o, r, s = (
940
- /*$_*/
941
- t[29]("title") + ""
942
- ), g, m, d, u, p, c = (
943
- /*isMobile*/
944
- t[32] && ai(t)
945
- );
946
- const h = [ni, si], k = [];
947
- function q(f, L) {
1144
+ function ji(i) {
1145
+ let e, t, a, s, n, r;
1146
+ const c = (
1147
+ /*#slots*/
1148
+ i[41].LimitWrapperTitle
1149
+ ), m = N(
1150
+ c,
1151
+ i,
1152
+ /*$$scope*/
1153
+ i[40],
1154
+ je
1155
+ ), p = m || hi(i), g = [_i, vi], l = [];
1156
+ function d(f, j) {
948
1157
  return (
949
1158
  /*isLoading*/
950
1159
  f[21] ? 0 : 1
951
1160
  );
952
1161
  }
953
- return d = q(t), u = k[d] = h[d](t), {
1162
+ return s = d(i), n = l[s] = g[s](i), {
954
1163
  c() {
955
- e = z("div"), i = z("div"), a = z("div"), c && c.c(), o = C(), r = z("h2"), g = R(s), m = C(), u.c(), v(r, "class", "GamingLimitsTitle " + /*isMobile*/
956
- (t[32] ? "hidden" : "")), v(a, "class", "TitleSection"), v(i, "class", "GamingLimitsWrapper " + /*isMobile*/
957
- (t[32] ? "GamingLimitsWrapperMobile" : ""));
1164
+ e = L("div"), t = L("div"), p && p.c(), a = T(), n.c(), h(t, "class", "GamingLimitsWrapper " + /*isMobile*/
1165
+ (i[32] ? "GamingLimitsWrapperMobile" : ""));
958
1166
  },
959
- m(f, L) {
960
- w(f, e, L), y(e, i), y(i, a), c && c.m(a, null), y(a, o), y(a, r), y(r, g), y(i, m), k[d].m(i, null), t[45](e), p = !0;
1167
+ m(f, j) {
1168
+ z(f, e, j), _(e, t), p && p.m(t, null), _(t, a), l[s].m(t, null), i[46](e), r = !0;
961
1169
  },
962
- p(f, L) {
963
- /*isMobile*/
964
- f[32] && c.p(f, L), (!p || L[0] & /*$_*/
965
- 536870912) && s !== (s = /*$_*/
966
- f[29]("title") + "") && Q(g, s);
967
- let x = d;
968
- d = q(f), d === x ? k[d].p(f, L) : ($(), G(k[x], 1, 1, () => {
969
- k[x] = null;
970
- }), X(), u = k[d], u ? u.p(f, L) : (u = k[d] = h[d](f), u.c()), A(u, 1), u.m(i, null));
1170
+ p(f, j) {
1171
+ m ? m.p && (!r || j[1] & /*$$scope*/
1172
+ 512) && D(
1173
+ m,
1174
+ c,
1175
+ f,
1176
+ /*$$scope*/
1177
+ f[40],
1178
+ r ? V(
1179
+ c,
1180
+ /*$$scope*/
1181
+ f[40],
1182
+ j,
1183
+ fi
1184
+ ) : E(
1185
+ /*$$scope*/
1186
+ f[40]
1187
+ ),
1188
+ je
1189
+ ) : p && p.p && (!r || j[0] & /*$_*/
1190
+ 536870912) && p.p(f, r ? j : [-1, -1]);
1191
+ let S = s;
1192
+ s = d(f), s === S ? l[s].p(f, j) : (C(), y(l[S], 1, 1, () => {
1193
+ l[S] = null;
1194
+ }), B(), n = l[s], n ? n.p(f, j) : (n = l[s] = g[s](f), n.c()), v(n, 1), n.m(t, null));
971
1195
  },
972
1196
  i(f) {
973
- p || (A(u), p = !0);
1197
+ r || (v(p, f), v(n), r = !0);
974
1198
  },
975
1199
  o(f) {
976
- G(u), p = !1;
1200
+ y(p, f), y(n), r = !1;
977
1201
  },
978
1202
  d(f) {
979
- f && j(e), c && c.d(), k[d].d(), t[45](null);
1203
+ f && k(e), p && p.d(f), l[s].d(), i[46](null);
980
1204
  }
981
1205
  };
982
1206
  }
983
- function ui(t, e, i) {
1207
+ function wi(i, e, t) {
984
1208
  let a;
985
- Ve(t, Je, (n) => i(29, a = n));
986
- let { $$slots: o = {}, $$scope: r } = e, { lang: s = "" } = e, { userid: g = "" } = e, { session: m = "" } = e, { endpoint: d = "" } = e, { currency: u = "" } = e, { apiversion: p = "" } = e, { tablabels: c = "" } = e, { historyenabled: h = "true" } = e, { enablecompliancetext: k = "false" } = e, { netdepositprogress: q = "false" } = e, { deletelimit: f = "" } = e, { limitsamount: L = "" } = e, { limitsperiods: x = "" } = e, { numberofentries: ee = "" } = e, { customcurrencysymbols: ie = "" } = e, { limitformat: te = "" } = e, { allowedextenssion: ae = ".jpg,.jpeg,.png,.pdf,.webp,image/png" } = e, { filesizeallow: se = "12934000" } = e, { timezone: ne = "GMT" } = e, { clientstyling: N = "" } = e, { clientstylingurl: E = "" } = e, { translationurl: D = "" } = e, { mbsource: B } = e, { companylimits: re = "false" } = e, { customcontentontab: S = "" } = e, V = !0, W, O = [], oe = [], P, H, K, U, je = window.navigator.userAgent, le = He(je) !== "PC", Z = S ? Number(S) : -1, I = 0;
987
- const we = () => {
988
- ei(s);
989
- }, Le = () => {
990
- fetch(D).then((_) => _.json()).then((_) => {
991
- Object.keys(_).forEach((Y) => {
992
- ce(Y, _[Y]);
1209
+ ei(i, ni, (o) => t(29, a = o));
1210
+ let { $$slots: s = {}, $$scope: n } = e;
1211
+ const r = ii(s);
1212
+ let { lang: c = "" } = e, { userid: m = "" } = e, { session: p = "" } = e, { endpoint: g = "" } = e, { currency: l = "" } = e, { apiversion: d = "" } = e, { tablabels: f = "" } = e, { historyenabled: j = "true" } = e, { enablecompliancetext: S = "false" } = e, { netdepositprogress: A = "false" } = e, { deletelimit: ae = "" } = e, { limitsamount: H = "" } = e, { limitsperiods: J = "" } = e, { numberofentries: ne = "" } = e, { customcurrencysymbols: re = "" } = e, { limitformat: oe = "" } = e, { allowedextenssion: le = ".jpg,.jpeg,.png,.pdf,.webp,image/png" } = e, { filesizeallow: me = "12934000" } = e, { timezone: ue = "GMT" } = e, { clientstyling: K = "" } = e, { clientstylingurl: Y = "" } = e, { translationurl: R = "" } = e, { mbsource: U } = e, { companylimits: de = "false" } = e, { customcontentontab: q = "" } = e, Z = !0, W, O = [], ce = [], P, x, F, $, Oe = window.navigator.userAgent, pe = ti(Oe) !== "PC", ee = q ? Number(q) : -1, I = 0;
1213
+ const Pe = () => {
1214
+ mi(c);
1215
+ }, Ie = () => {
1216
+ fetch(R).then((w) => w.json()).then((w) => {
1217
+ Object.keys(w).forEach((Q) => {
1218
+ he(Q, w[Q]);
993
1219
  });
994
- }).catch((_) => {
995
- console.log(_);
1220
+ }).catch((w) => {
1221
+ console.log(w);
996
1222
  });
997
1223
  };
998
- Object.keys(pe).forEach((n) => {
999
- ce(n, pe[n]);
1224
+ Object.keys(ve).forEach((o) => {
1225
+ he(o, ve[o]);
1000
1226
  });
1001
- const qe = (n, _) => {
1002
- if (i(26, K = n.replace(/\s/g, "").split("|")), i(27, U = _.replace(/\s/g, "").split("|")), K.length === 0)
1227
+ const Ne = (o, w) => {
1228
+ if (t(26, F = o.replace(/\s/g, "").split("|")), t(27, $ = w.replace(/\s/g, "").split("|")), F.length === 0)
1003
1229
  throw new Error("Please provide a full limits configuration.");
1004
- if (K.length !== U.length)
1230
+ if (F.length !== $.length)
1005
1231
  throw new Error("Please make sure that the limit configuration parameters specify the same number of tabs.");
1006
- }, Se = () => {
1007
- qe(L, x), L.split("|").forEach((_) => {
1008
- O.includes(_) || O.push(_);
1009
- }), c.split(",").forEach((_) => {
1010
- let Y = _.trim(), Ce = _.trim().replaceAll(" ", "").toLowerCase() + "_description", Oe = _.trim().replaceAll(" ", "").toLowerCase() + "_label";
1011
- oe.push({ name: Y, description: Ce, label: Oe });
1012
- }), i(21, V = !1);
1013
- }, We = () => {
1014
- i(28, Z = S ? Number(S) : -1);
1015
- }, me = () => {
1232
+ }, De = () => {
1233
+ Ne(H, J), H.split("|").forEach((w) => {
1234
+ O.includes(w) || O.push(w);
1235
+ }), f.split(",").forEach((w) => {
1236
+ let Q = w.trim(), Ue = w.trim().replaceAll(" ", "").toLowerCase() + "_description", Ze = w.trim().replaceAll(" ", "").toLowerCase() + "_label";
1237
+ ce.push({ name: Q, description: Ue, label: Ze });
1238
+ }), t(21, Z = !1);
1239
+ }, Ee = () => {
1240
+ t(28, ee = q ? Number(q) : -1);
1241
+ }, ge = () => {
1016
1242
  window.postMessage(
1017
1243
  {
1018
1244
  type: "PlayerAccountMenuActive",
1019
- isMobile: le
1245
+ isMobile: pe
1020
1246
  },
1021
1247
  window.location.href
1022
1248
  );
1023
- }, F = (n) => {
1024
- i(24, I = n);
1249
+ }, ie = (o) => {
1250
+ t(24, I = o);
1025
1251
  };
1026
- Ke(() => () => {
1027
- i(23, P = null), i(25, H = null);
1252
+ si(() => () => {
1253
+ t(23, P = null), t(25, x = null);
1028
1254
  });
1029
- const Te = () => me(), Ge = (n) => F(n);
1030
- function Ae(n) {
1031
- J[n ? "unshift" : "push"](() => {
1032
- H = n, i(25, H);
1255
+ const Ve = () => ge(), He = (o) => ie(o);
1256
+ function Ke(o) {
1257
+ te[o ? "unshift" : "push"](() => {
1258
+ x = o, t(25, x);
1033
1259
  });
1034
1260
  }
1035
- function xe(n) {
1036
- J[n ? "unshift" : "push"](() => {
1037
- P = n, i(23, P);
1261
+ function Ye(o) {
1262
+ te[o ? "unshift" : "push"](() => {
1263
+ P = o, t(23, P);
1038
1264
  });
1039
1265
  }
1040
- function Me(n) {
1041
- J[n ? "unshift" : "push"](() => {
1042
- W = n, i(22, W);
1266
+ function Re(o) {
1267
+ te[o ? "unshift" : "push"](() => {
1268
+ W = o, t(22, W);
1043
1269
  });
1044
1270
  }
1045
- return t.$$set = (n) => {
1046
- "lang" in n && i(0, s = n.lang), "userid" in n && i(1, g = n.userid), "session" in n && i(2, m = n.session), "endpoint" in n && i(3, d = n.endpoint), "currency" in n && i(4, u = n.currency), "apiversion" in n && i(5, p = n.apiversion), "tablabels" in n && i(35, c = n.tablabels), "historyenabled" in n && i(6, h = n.historyenabled), "enablecompliancetext" in n && i(7, k = n.enablecompliancetext), "netdepositprogress" in n && i(8, q = n.netdepositprogress), "deletelimit" in n && i(9, f = n.deletelimit), "limitsamount" in n && i(36, L = n.limitsamount), "limitsperiods" in n && i(37, x = n.limitsperiods), "numberofentries" in n && i(10, ee = n.numberofentries), "customcurrencysymbols" in n && i(11, ie = n.customcurrencysymbols), "limitformat" in n && i(12, te = n.limitformat), "allowedextenssion" in n && i(13, ae = n.allowedextenssion), "filesizeallow" in n && i(14, se = n.filesizeallow), "timezone" in n && i(15, ne = n.timezone), "clientstyling" in n && i(16, N = n.clientstyling), "clientstylingurl" in n && i(17, E = n.clientstylingurl), "translationurl" in n && i(18, D = n.translationurl), "mbsource" in n && i(19, B = n.mbsource), "companylimits" in n && i(20, re = n.companylimits), "customcontentontab" in n && i(38, S = n.customcontentontab), "$$scope" in n && i(39, r = n.$$scope);
1047
- }, t.$$.update = () => {
1048
- t.$$.dirty[0] & /*lang*/
1049
- 1 && s && we(), t.$$.dirty[0] & /*userid, session, endpoint, lang, apiversion*/
1050
- 47 | t.$$.dirty[1] & /*tablabels*/
1051
- 16 && g && m && d && c && s && p && Se(), t.$$.dirty[1] & /*customcontentontab*/
1052
- 128 && S && We(), t.$$.dirty[0] & /*mainContainer, isLoading*/
1053
- 10485760 && P && !V && F(0), t.$$.dirty[0] & /*clientstyling, customStylingContainer*/
1054
- 4259840 && N && W && Qe(W, N), t.$$.dirty[0] & /*clientstylingurl, customStylingContainer*/
1055
- 4325376 && E && W && Xe(W, E), t.$$.dirty[0] & /*mbsource, customStylingContainer*/
1056
- 4718592 && B && W && $e(W, `${B}.Style`), t.$$.dirty[0] & /*translationurl*/
1057
- 262144 && D && Le(), t.$$.dirty[1] & /*customcontentontab*/
1058
- 128 && i(28, Z = S !== "" && !isNaN(Number(S)) ? Number(S) : -1), t.$$.dirty[0] & /*isLoading, activeTabIndex*/
1059
- 18874368 && !V && O.length > 0 && (I < 0 || I >= O.length) && i(24, I = 0);
1271
+ return i.$$set = (o) => {
1272
+ "lang" in o && t(0, c = o.lang), "userid" in o && t(1, m = o.userid), "session" in o && t(2, p = o.session), "endpoint" in o && t(3, g = o.endpoint), "currency" in o && t(4, l = o.currency), "apiversion" in o && t(5, d = o.apiversion), "tablabels" in o && t(36, f = 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(37, H = o.limitsamount), "limitsperiods" in o && t(38, J = o.limitsperiods), "numberofentries" in o && t(10, ne = o.numberofentries), "customcurrencysymbols" in o && t(11, re = o.customcurrencysymbols), "limitformat" in o && t(12, oe = o.limitformat), "allowedextenssion" in o && t(13, le = o.allowedextenssion), "filesizeallow" in o && t(14, me = o.filesizeallow), "timezone" in o && t(15, ue = o.timezone), "clientstyling" in o && t(16, K = o.clientstyling), "clientstylingurl" in o && t(17, Y = o.clientstylingurl), "translationurl" in o && t(18, R = o.translationurl), "mbsource" in o && t(19, U = o.mbsource), "companylimits" in o && t(20, de = o.companylimits), "customcontentontab" in o && t(39, q = o.customcontentontab), "$$scope" in o && t(40, n = o.$$scope);
1273
+ }, i.$$.update = () => {
1274
+ i.$$.dirty[0] & /*lang*/
1275
+ 1 && c && Pe(), i.$$.dirty[0] & /*userid, session, endpoint, lang, apiversion*/
1276
+ 47 | i.$$.dirty[1] & /*tablabels*/
1277
+ 32 && m && p && g && f && c && d && De(), i.$$.dirty[1] & /*customcontentontab*/
1278
+ 256 && q && Ee(), i.$$.dirty[0] & /*mainContainer, isLoading*/
1279
+ 10485760 && P && !Z && ie(0), i.$$.dirty[0] & /*clientstyling, customStylingContainer*/
1280
+ 4259840 && K && W && ri(W, K), i.$$.dirty[0] & /*clientstylingurl, customStylingContainer*/
1281
+ 4325376 && Y && W && oi(W, Y), i.$$.dirty[0] & /*mbsource, customStylingContainer*/
1282
+ 4718592 && U && W && li(W, `${U}.Style`), i.$$.dirty[0] & /*translationurl*/
1283
+ 262144 && R && Ie(), i.$$.dirty[1] & /*customcontentontab*/
1284
+ 256 && t(28, ee = q !== "" && !isNaN(Number(q)) ? Number(q) : -1), i.$$.dirty[0] & /*isLoading, activeTabIndex*/
1285
+ 18874368 && !Z && O.length > 0 && (I < 0 || I >= O.length) && t(24, I = 0);
1060
1286
  }, [
1061
- s,
1062
- g,
1287
+ c,
1063
1288
  m,
1064
- d,
1065
- u,
1066
1289
  p,
1067
- h,
1068
- k,
1069
- q,
1070
- f,
1071
- ee,
1072
- ie,
1073
- te,
1290
+ g,
1291
+ l,
1292
+ d,
1293
+ j,
1294
+ S,
1295
+ A,
1074
1296
  ae,
1075
- se,
1076
1297
  ne,
1077
- N,
1078
- E,
1079
- D,
1080
- B,
1081
1298
  re,
1082
- V,
1083
- W,
1084
- P,
1085
- I,
1086
- H,
1299
+ oe,
1300
+ le,
1301
+ me,
1302
+ ue,
1087
1303
  K,
1304
+ Y,
1305
+ R,
1088
1306
  U,
1307
+ de,
1089
1308
  Z,
1309
+ W,
1310
+ P,
1311
+ I,
1312
+ x,
1313
+ F,
1314
+ $,
1315
+ ee,
1090
1316
  a,
1091
1317
  O,
1092
- oe,
1093
- le,
1094
- me,
1095
- F,
1096
- c,
1097
- L,
1098
- x,
1099
- S,
1318
+ ce,
1319
+ pe,
1320
+ ge,
1321
+ ie,
1100
1322
  r,
1101
- o,
1102
- Te,
1103
- Ge,
1104
- Ae,
1105
- xe,
1106
- Me
1323
+ f,
1324
+ H,
1325
+ J,
1326
+ q,
1327
+ n,
1328
+ s,
1329
+ Ve,
1330
+ He,
1331
+ Ke,
1332
+ Ye,
1333
+ Re
1107
1334
  ];
1108
1335
  }
1109
- class ci extends Ne {
1336
+ class Si extends Qe {
1110
1337
  constructor(e) {
1111
- super(), Ee(
1338
+ super(), Xe(
1112
1339
  this,
1113
1340
  e,
1114
- ui,
1115
- di,
1116
- _e,
1341
+ wi,
1342
+ ji,
1343
+ Me,
1117
1344
  {
1118
1345
  lang: 0,
1119
1346
  userid: 1,
@@ -1121,13 +1348,13 @@ class ci extends Ne {
1121
1348
  endpoint: 3,
1122
1349
  currency: 4,
1123
1350
  apiversion: 5,
1124
- tablabels: 35,
1351
+ tablabels: 36,
1125
1352
  historyenabled: 6,
1126
1353
  enablecompliancetext: 7,
1127
1354
  netdepositprogress: 8,
1128
1355
  deletelimit: 9,
1129
- limitsamount: 36,
1130
- limitsperiods: 37,
1356
+ limitsamount: 37,
1357
+ limitsperiods: 38,
1131
1358
  numberofentries: 10,
1132
1359
  customcurrencysymbols: 11,
1133
1360
  limitformat: 12,
@@ -1139,9 +1366,9 @@ class ci extends Ne {
1139
1366
  translationurl: 18,
1140
1367
  mbsource: 19,
1141
1368
  companylimits: 20,
1142
- customcontentontab: 38
1369
+ customcontentontab: 39
1143
1370
  },
1144
- ii,
1371
+ ui,
1145
1372
  [-1, -1]
1146
1373
  );
1147
1374
  }
@@ -1182,7 +1409,7 @@ class ci extends Ne {
1182
1409
  this.$$set({ apiversion: e }), b();
1183
1410
  }
1184
1411
  get tablabels() {
1185
- return this.$$.ctx[35];
1412
+ return this.$$.ctx[36];
1186
1413
  }
1187
1414
  set tablabels(e) {
1188
1415
  this.$$set({ tablabels: e }), b();
@@ -1212,13 +1439,13 @@ class ci extends Ne {
1212
1439
  this.$$set({ deletelimit: e }), b();
1213
1440
  }
1214
1441
  get limitsamount() {
1215
- return this.$$.ctx[36];
1442
+ return this.$$.ctx[37];
1216
1443
  }
1217
1444
  set limitsamount(e) {
1218
1445
  this.$$set({ limitsamount: e }), b();
1219
1446
  }
1220
1447
  get limitsperiods() {
1221
- return this.$$.ctx[37];
1448
+ return this.$$.ctx[38];
1222
1449
  }
1223
1450
  set limitsperiods(e) {
1224
1451
  this.$$set({ limitsperiods: e }), b();
@@ -1290,13 +1517,25 @@ class ci extends Ne {
1290
1517
  this.$$set({ companylimits: e }), b();
1291
1518
  }
1292
1519
  get customcontentontab() {
1293
- return this.$$.ctx[38];
1520
+ return this.$$.ctx[39];
1294
1521
  }
1295
1522
  set customcontentontab(e) {
1296
1523
  this.$$set({ customcontentontab: e }), b();
1297
1524
  }
1298
1525
  }
1299
- De(ci, { lang: {}, userid: {}, session: {}, endpoint: {}, currency: {}, apiversion: {}, tablabels: {}, historyenabled: {}, enablecompliancetext: {}, netdepositprogress: {}, deletelimit: {}, limitsamount: {}, limitsperiods: {}, numberofentries: {}, customcurrencysymbols: {}, limitformat: {}, allowedextenssion: {}, filesizeallow: {}, timezone: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {}, mbsource: {}, companylimits: {}, customcontentontab: {} }, ["customTabContent"], [], !0);
1526
+ Je(
1527
+ Si,
1528
+ { lang: {}, userid: {}, session: {}, endpoint: {}, currency: {}, apiversion: {}, tablabels: {}, historyenabled: {}, enablecompliancetext: {}, netdepositprogress: {}, deletelimit: {}, limitsamount: {}, limitsperiods: {}, numberofentries: {}, customcurrencysymbols: {}, limitformat: {}, allowedextenssion: {}, filesizeallow: {}, timezone: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {}, mbsource: {}, companylimits: {}, customcontentontab: {} },
1529
+ [
1530
+ "LimitWrapperTitle",
1531
+ "customTabContent",
1532
+ "LimitsList",
1533
+ "LimitSubmitButton",
1534
+ "LimitSkeleton"
1535
+ ],
1536
+ [],
1537
+ !0
1538
+ );
1300
1539
  export {
1301
- ci as default
1540
+ Si as default
1302
1541
  };