@everymatrix/player-account-gaming-limits-info-card 1.87.26 → 1.87.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (30) hide show
  1. package/components/PlayerAccountGamingLimitsConfirmationModal-BYHSs6fR.cjs +1 -0
  2. package/components/PlayerAccountGamingLimitsConfirmationModal-CtIhJMaZ.js +306 -0
  3. package/components/PlayerAccountGamingLimitsConfirmationModal-D9vdZ_ZM.js +306 -0
  4. package/components/PlayerAccountGamingLimitsGroupEdit-9whpgWve.js +1568 -0
  5. package/components/PlayerAccountGamingLimitsGroupEdit-DDshAKn0.cjs +1 -0
  6. package/components/PlayerAccountGamingLimitsGroupEdit-ZOzNQ83F.js +1568 -0
  7. package/components/PlayerAccountGamingLimitsInfoCard-BfqHDlYw.cjs +21 -0
  8. package/components/PlayerAccountGamingLimitsInfoCard-C2dv23qd.js +7411 -0
  9. package/components/PlayerAccountGamingLimitsInfoCard-D_exrGvT.js +7453 -0
  10. package/components/{PlayerAccountGamingLimitsPopup-DHSJ1hpq.js → PlayerAccountGamingLimitsPopup-DG8wpexC.js} +54 -54
  11. package/components/{PlayerAccountGamingLimitsPopup-Ce55cV9R.js → PlayerAccountGamingLimitsPopup-DeXpcbYH.js} +55 -55
  12. package/components/PlayerAccountGamingLimitsPopup-k9o2qPBt.cjs +1 -0
  13. package/components/{PlayerAccountModal-AxHHIdPq.js → PlayerAccountModal-BY_l7Qz-.js} +30 -30
  14. package/components/{PlayerAccountModal-0pqyx-hh.js → PlayerAccountModal-DjywE99z.js} +29 -29
  15. package/components/PlayerAccountModal-ICYwhG76.cjs +1 -0
  16. package/es2015/player-account-gaming-limits-info-card.cjs +1 -1
  17. package/es2015/player-account-gaming-limits-info-card.js +7 -7
  18. package/esnext/player-account-gaming-limits-info-card.js +1 -1
  19. package/package.json +1 -1
  20. package/components/PlayerAccountGamingLimitsConfirmationModal-CPjx_DH_.js +0 -4890
  21. package/components/PlayerAccountGamingLimitsConfirmationModal-Csrimoqp.js +0 -4853
  22. package/components/PlayerAccountGamingLimitsConfirmationModal-RcOa0NNg.cjs +0 -21
  23. package/components/PlayerAccountGamingLimitsGroupEdit-Ca1m5XU8.js +0 -2850
  24. package/components/PlayerAccountGamingLimitsGroupEdit-Cqs__n7J.cjs +0 -1
  25. package/components/PlayerAccountGamingLimitsGroupEdit-DSun0_Zz.js +0 -2850
  26. package/components/PlayerAccountGamingLimitsInfoCard-BQDa_Mg_.cjs +0 -1
  27. package/components/PlayerAccountGamingLimitsInfoCard-C88f1sX4.js +0 -1564
  28. package/components/PlayerAccountGamingLimitsInfoCard-DzK7V5Rg.js +0 -1564
  29. package/components/PlayerAccountGamingLimitsPopup-4zxoW8_v.cjs +0 -1
  30. package/components/PlayerAccountModal-DJEDpoZF.cjs +0 -1
@@ -1,2850 +0,0 @@
1
- import { a as vt, $ as yt, S as wt, i as bt, s as Lt, f as ie, b as Tt, n as Be, d as C, r as Ce, c as U, e as re, g, h as M, j as d, l as ae, p as _t, k as b, m as P, o as K, t as N, q as kt, u as Et, v as Ct, w as ye, x as Oe, y as Mt, z as Le, A as Dt, B as Se, C as xe, D as Pe, E as pe, F as At, G as Ot, H as St, I as Pt, J as Wt, K as Nt } from "./PlayerAccountGamingLimitsConfirmationModal-Csrimoqp.js";
2
- if (typeof window < "u") {
3
- let t = function(e) {
4
- return function(...i) {
5
- try {
6
- return e.apply(this, i);
7
- } catch (a) {
8
- 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"))
9
- return !1;
10
- throw a;
11
- }
12
- };
13
- };
14
- customElements.define = t(customElements.define), import("./PlayerAccountGamingLimitsPopup-DHSJ1hpq.js").then(({ default: e }) => {
15
- !customElements.get("player-account-gaming-limits-popup") && customElements.define("player-account-gaming-limits-popup", e.element);
16
- });
17
- }
18
- function Te(t) {
19
- "@babel/helpers - typeof";
20
- return Te = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
21
- return typeof e;
22
- } : function(e) {
23
- return e && typeof Symbol == "function" && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e;
24
- }, Te(t);
25
- }
26
- function he(t) {
27
- if (t === null || t === !0 || t === !1)
28
- return NaN;
29
- var e = Number(t);
30
- return isNaN(e) ? e : e < 0 ? Math.ceil(e) : Math.floor(e);
31
- }
32
- function R(t, e) {
33
- if (e.length < t)
34
- throw new TypeError(t + " argument" + (t > 1 ? "s" : "") + " required, but only " + e.length + " present");
35
- }
36
- function ee(t) {
37
- R(1, arguments);
38
- var e = Object.prototype.toString.call(t);
39
- return t instanceof Date || Te(t) === "object" && e === "[object Date]" ? new Date(t.getTime()) : typeof t == "number" || e === "[object Number]" ? new Date(t) : ((typeof t == "string" || e === "[object String]") && typeof console < "u" && (console.warn("Starting with v2.0.0-beta.1 date-fns doesn't accept strings as date arguments. Please use `parseISO` to parse strings. See: https://github.com/date-fns/date-fns/blob/master/docs/upgradeGuide.md#string-arguments"), console.warn(new Error().stack)), /* @__PURE__ */ new Date(NaN));
40
- }
41
- function Bt(t, e) {
42
- R(2, arguments);
43
- var i = ee(t).getTime(), a = he(e);
44
- return new Date(i + a);
45
- }
46
- var xt = {};
47
- function Me() {
48
- return xt;
49
- }
50
- function It(t) {
51
- var e = new Date(Date.UTC(t.getFullYear(), t.getMonth(), t.getDate(), t.getHours(), t.getMinutes(), t.getSeconds(), t.getMilliseconds()));
52
- return e.setUTCFullYear(t.getFullYear()), t.getTime() - e.getTime();
53
- }
54
- function Ut(t) {
55
- return R(1, arguments), t instanceof Date || Te(t) === "object" && Object.prototype.toString.call(t) === "[object Date]";
56
- }
57
- function Yt(t) {
58
- if (R(1, arguments), !Ut(t) && typeof t != "number")
59
- return !1;
60
- var e = ee(t);
61
- return !isNaN(Number(e));
62
- }
63
- function Ft(t, e) {
64
- R(2, arguments);
65
- var i = he(e);
66
- return Bt(t, -i);
67
- }
68
- var jt = 864e5;
69
- function qt(t) {
70
- R(1, arguments);
71
- var e = ee(t), i = e.getTime();
72
- e.setUTCMonth(0, 1), e.setUTCHours(0, 0, 0, 0);
73
- var a = e.getTime(), n = i - a;
74
- return Math.floor(n / jt) + 1;
75
- }
76
- function _e(t) {
77
- R(1, arguments);
78
- var e = 1, i = ee(t), a = i.getUTCDay(), n = (a < e ? 7 : 0) + a - e;
79
- return i.setUTCDate(i.getUTCDate() - n), i.setUTCHours(0, 0, 0, 0), i;
80
- }
81
- function rt(t) {
82
- R(1, arguments);
83
- var e = ee(t), i = e.getUTCFullYear(), a = /* @__PURE__ */ new Date(0);
84
- a.setUTCFullYear(i + 1, 0, 4), a.setUTCHours(0, 0, 0, 0);
85
- var n = _e(a), r = /* @__PURE__ */ new Date(0);
86
- r.setUTCFullYear(i, 0, 4), r.setUTCHours(0, 0, 0, 0);
87
- var o = _e(r);
88
- return e.getTime() >= n.getTime() ? i + 1 : e.getTime() >= o.getTime() ? i : i - 1;
89
- }
90
- function zt(t) {
91
- R(1, arguments);
92
- var e = rt(t), i = /* @__PURE__ */ new Date(0);
93
- i.setUTCFullYear(e, 0, 4), i.setUTCHours(0, 0, 0, 0);
94
- var a = _e(i);
95
- return a;
96
- }
97
- var Ht = 6048e5;
98
- function Vt(t) {
99
- R(1, arguments);
100
- var e = ee(t), i = _e(e).getTime() - zt(e).getTime();
101
- return Math.round(i / Ht) + 1;
102
- }
103
- function ke(t, e) {
104
- var i, a, n, r, o, s, l, m;
105
- R(1, arguments);
106
- var c = Me(), w = he((i = (a = (n = (r = e?.weekStartsOn) !== null && r !== void 0 ? r : e == null || (o = e.locale) === null || o === void 0 || (s = o.options) === null || s === void 0 ? void 0 : s.weekStartsOn) !== null && n !== void 0 ? n : c.weekStartsOn) !== null && a !== void 0 ? a : (l = c.locale) === null || l === void 0 || (m = l.options) === null || m === void 0 ? void 0 : m.weekStartsOn) !== null && i !== void 0 ? i : 0);
107
- if (!(w >= 0 && w <= 6))
108
- throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");
109
- var y = ee(t), p = y.getUTCDay(), D = (p < w ? 7 : 0) + p - w;
110
- return y.setUTCDate(y.getUTCDate() - D), y.setUTCHours(0, 0, 0, 0), y;
111
- }
112
- function ot(t, e) {
113
- var i, a, n, r, o, s, l, m;
114
- R(1, arguments);
115
- var c = ee(t), w = c.getUTCFullYear(), y = Me(), p = he((i = (a = (n = (r = e?.firstWeekContainsDate) !== null && r !== void 0 ? r : e == null || (o = e.locale) === null || o === void 0 || (s = o.options) === null || s === void 0 ? void 0 : s.firstWeekContainsDate) !== null && n !== void 0 ? n : y.firstWeekContainsDate) !== null && a !== void 0 ? a : (l = y.locale) === null || l === void 0 || (m = l.options) === null || m === void 0 ? void 0 : m.firstWeekContainsDate) !== null && i !== void 0 ? i : 1);
116
- if (!(p >= 1 && p <= 7))
117
- throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");
118
- var D = /* @__PURE__ */ new Date(0);
119
- D.setUTCFullYear(w + 1, 0, p), D.setUTCHours(0, 0, 0, 0);
120
- var f = ke(D, e), h = /* @__PURE__ */ new Date(0);
121
- h.setUTCFullYear(w, 0, p), h.setUTCHours(0, 0, 0, 0);
122
- var L = ke(h, e);
123
- return c.getTime() >= f.getTime() ? w + 1 : c.getTime() >= L.getTime() ? w : w - 1;
124
- }
125
- function Gt(t, e) {
126
- var i, a, n, r, o, s, l, m;
127
- R(1, arguments);
128
- var c = Me(), w = he((i = (a = (n = (r = e?.firstWeekContainsDate) !== null && r !== void 0 ? r : e == null || (o = e.locale) === null || o === void 0 || (s = o.options) === null || s === void 0 ? void 0 : s.firstWeekContainsDate) !== null && n !== void 0 ? n : c.firstWeekContainsDate) !== null && a !== void 0 ? a : (l = c.locale) === null || l === void 0 || (m = l.options) === null || m === void 0 ? void 0 : m.firstWeekContainsDate) !== null && i !== void 0 ? i : 1), y = ot(t, e), p = /* @__PURE__ */ new Date(0);
129
- p.setUTCFullYear(y, 0, w), p.setUTCHours(0, 0, 0, 0);
130
- var D = ke(p, e);
131
- return D;
132
- }
133
- var Rt = 6048e5;
134
- function Qt(t, e) {
135
- R(1, arguments);
136
- var i = ee(t), a = ke(i, e).getTime() - Gt(i, e).getTime();
137
- return Math.round(a / Rt) + 1;
138
- }
139
- function E(t, e) {
140
- for (var i = t < 0 ? "-" : "", a = Math.abs(t).toString(); a.length < e; )
141
- a = "0" + a;
142
- return i + a;
143
- }
144
- var se = {
145
- // Year
146
- y: function(e, i) {
147
- var a = e.getUTCFullYear(), n = a > 0 ? a : 1 - a;
148
- return E(i === "yy" ? n % 100 : n, i.length);
149
- },
150
- // Month
151
- M: function(e, i) {
152
- var a = e.getUTCMonth();
153
- return i === "M" ? String(a + 1) : E(a + 1, 2);
154
- },
155
- // Day of the month
156
- d: function(e, i) {
157
- return E(e.getUTCDate(), i.length);
158
- },
159
- // AM or PM
160
- a: function(e, i) {
161
- var a = e.getUTCHours() / 12 >= 1 ? "pm" : "am";
162
- switch (i) {
163
- case "a":
164
- case "aa":
165
- return a.toUpperCase();
166
- case "aaa":
167
- return a;
168
- case "aaaaa":
169
- return a[0];
170
- case "aaaa":
171
- default:
172
- return a === "am" ? "a.m." : "p.m.";
173
- }
174
- },
175
- // Hour [1-12]
176
- h: function(e, i) {
177
- return E(e.getUTCHours() % 12 || 12, i.length);
178
- },
179
- // Hour [0-23]
180
- H: function(e, i) {
181
- return E(e.getUTCHours(), i.length);
182
- },
183
- // Minute
184
- m: function(e, i) {
185
- return E(e.getUTCMinutes(), i.length);
186
- },
187
- // Second
188
- s: function(e, i) {
189
- return E(e.getUTCSeconds(), i.length);
190
- },
191
- // Fraction of second
192
- S: function(e, i) {
193
- var a = i.length, n = e.getUTCMilliseconds(), r = Math.floor(n * Math.pow(10, a - 3));
194
- return E(r, i.length);
195
- }
196
- }, ve = {
197
- midnight: "midnight",
198
- noon: "noon",
199
- morning: "morning",
200
- afternoon: "afternoon",
201
- evening: "evening",
202
- night: "night"
203
- }, Xt = {
204
- // Era
205
- G: function(e, i, a) {
206
- var n = e.getUTCFullYear() > 0 ? 1 : 0;
207
- switch (i) {
208
- case "G":
209
- case "GG":
210
- case "GGG":
211
- return a.era(n, {
212
- width: "abbreviated"
213
- });
214
- case "GGGGG":
215
- return a.era(n, {
216
- width: "narrow"
217
- });
218
- case "GGGG":
219
- default:
220
- return a.era(n, {
221
- width: "wide"
222
- });
223
- }
224
- },
225
- // Year
226
- y: function(e, i, a) {
227
- if (i === "yo") {
228
- var n = e.getUTCFullYear(), r = n > 0 ? n : 1 - n;
229
- return a.ordinalNumber(r, {
230
- unit: "year"
231
- });
232
- }
233
- return se.y(e, i);
234
- },
235
- // Local week-numbering year
236
- Y: function(e, i, a, n) {
237
- var r = ot(e, n), o = r > 0 ? r : 1 - r;
238
- if (i === "YY") {
239
- var s = o % 100;
240
- return E(s, 2);
241
- }
242
- return i === "Yo" ? a.ordinalNumber(o, {
243
- unit: "year"
244
- }) : E(o, i.length);
245
- },
246
- // ISO week-numbering year
247
- R: function(e, i) {
248
- var a = rt(e);
249
- return E(a, i.length);
250
- },
251
- // Extended year. This is a single number designating the year of this calendar system.
252
- // The main difference between `y` and `u` localizers are B.C. years:
253
- // | Year | `y` | `u` |
254
- // |------|-----|-----|
255
- // | AC 1 | 1 | 1 |
256
- // | BC 1 | 1 | 0 |
257
- // | BC 2 | 2 | -1 |
258
- // Also `yy` always returns the last two digits of a year,
259
- // while `uu` pads single digit years to 2 characters and returns other years unchanged.
260
- u: function(e, i) {
261
- var a = e.getUTCFullYear();
262
- return E(a, i.length);
263
- },
264
- // Quarter
265
- Q: function(e, i, a) {
266
- var n = Math.ceil((e.getUTCMonth() + 1) / 3);
267
- switch (i) {
268
- case "Q":
269
- return String(n);
270
- case "QQ":
271
- return E(n, 2);
272
- case "Qo":
273
- return a.ordinalNumber(n, {
274
- unit: "quarter"
275
- });
276
- case "QQQ":
277
- return a.quarter(n, {
278
- width: "abbreviated",
279
- context: "formatting"
280
- });
281
- case "QQQQQ":
282
- return a.quarter(n, {
283
- width: "narrow",
284
- context: "formatting"
285
- });
286
- case "QQQQ":
287
- default:
288
- return a.quarter(n, {
289
- width: "wide",
290
- context: "formatting"
291
- });
292
- }
293
- },
294
- // Stand-alone quarter
295
- q: function(e, i, a) {
296
- var n = Math.ceil((e.getUTCMonth() + 1) / 3);
297
- switch (i) {
298
- case "q":
299
- return String(n);
300
- case "qq":
301
- return E(n, 2);
302
- case "qo":
303
- return a.ordinalNumber(n, {
304
- unit: "quarter"
305
- });
306
- case "qqq":
307
- return a.quarter(n, {
308
- width: "abbreviated",
309
- context: "standalone"
310
- });
311
- case "qqqqq":
312
- return a.quarter(n, {
313
- width: "narrow",
314
- context: "standalone"
315
- });
316
- case "qqqq":
317
- default:
318
- return a.quarter(n, {
319
- width: "wide",
320
- context: "standalone"
321
- });
322
- }
323
- },
324
- // Month
325
- M: function(e, i, a) {
326
- var n = e.getUTCMonth();
327
- switch (i) {
328
- case "M":
329
- case "MM":
330
- return se.M(e, i);
331
- case "Mo":
332
- return a.ordinalNumber(n + 1, {
333
- unit: "month"
334
- });
335
- case "MMM":
336
- return a.month(n, {
337
- width: "abbreviated",
338
- context: "formatting"
339
- });
340
- case "MMMMM":
341
- return a.month(n, {
342
- width: "narrow",
343
- context: "formatting"
344
- });
345
- case "MMMM":
346
- default:
347
- return a.month(n, {
348
- width: "wide",
349
- context: "formatting"
350
- });
351
- }
352
- },
353
- // Stand-alone month
354
- L: function(e, i, a) {
355
- var n = e.getUTCMonth();
356
- switch (i) {
357
- case "L":
358
- return String(n + 1);
359
- case "LL":
360
- return E(n + 1, 2);
361
- case "Lo":
362
- return a.ordinalNumber(n + 1, {
363
- unit: "month"
364
- });
365
- case "LLL":
366
- return a.month(n, {
367
- width: "abbreviated",
368
- context: "standalone"
369
- });
370
- case "LLLLL":
371
- return a.month(n, {
372
- width: "narrow",
373
- context: "standalone"
374
- });
375
- case "LLLL":
376
- default:
377
- return a.month(n, {
378
- width: "wide",
379
- context: "standalone"
380
- });
381
- }
382
- },
383
- // Local week of year
384
- w: function(e, i, a, n) {
385
- var r = Qt(e, n);
386
- return i === "wo" ? a.ordinalNumber(r, {
387
- unit: "week"
388
- }) : E(r, i.length);
389
- },
390
- // ISO week of year
391
- I: function(e, i, a) {
392
- var n = Vt(e);
393
- return i === "Io" ? a.ordinalNumber(n, {
394
- unit: "week"
395
- }) : E(n, i.length);
396
- },
397
- // Day of the month
398
- d: function(e, i, a) {
399
- return i === "do" ? a.ordinalNumber(e.getUTCDate(), {
400
- unit: "date"
401
- }) : se.d(e, i);
402
- },
403
- // Day of year
404
- D: function(e, i, a) {
405
- var n = qt(e);
406
- return i === "Do" ? a.ordinalNumber(n, {
407
- unit: "dayOfYear"
408
- }) : E(n, i.length);
409
- },
410
- // Day of week
411
- E: function(e, i, a) {
412
- var n = e.getUTCDay();
413
- switch (i) {
414
- case "E":
415
- case "EE":
416
- case "EEE":
417
- return a.day(n, {
418
- width: "abbreviated",
419
- context: "formatting"
420
- });
421
- case "EEEEE":
422
- return a.day(n, {
423
- width: "narrow",
424
- context: "formatting"
425
- });
426
- case "EEEEEE":
427
- return a.day(n, {
428
- width: "short",
429
- context: "formatting"
430
- });
431
- case "EEEE":
432
- default:
433
- return a.day(n, {
434
- width: "wide",
435
- context: "formatting"
436
- });
437
- }
438
- },
439
- // Local day of week
440
- e: function(e, i, a, n) {
441
- var r = e.getUTCDay(), o = (r - n.weekStartsOn + 8) % 7 || 7;
442
- switch (i) {
443
- case "e":
444
- return String(o);
445
- case "ee":
446
- return E(o, 2);
447
- case "eo":
448
- return a.ordinalNumber(o, {
449
- unit: "day"
450
- });
451
- case "eee":
452
- return a.day(r, {
453
- width: "abbreviated",
454
- context: "formatting"
455
- });
456
- case "eeeee":
457
- return a.day(r, {
458
- width: "narrow",
459
- context: "formatting"
460
- });
461
- case "eeeeee":
462
- return a.day(r, {
463
- width: "short",
464
- context: "formatting"
465
- });
466
- case "eeee":
467
- default:
468
- return a.day(r, {
469
- width: "wide",
470
- context: "formatting"
471
- });
472
- }
473
- },
474
- // Stand-alone local day of week
475
- c: function(e, i, a, n) {
476
- var r = e.getUTCDay(), o = (r - n.weekStartsOn + 8) % 7 || 7;
477
- switch (i) {
478
- case "c":
479
- return String(o);
480
- case "cc":
481
- return E(o, i.length);
482
- case "co":
483
- return a.ordinalNumber(o, {
484
- unit: "day"
485
- });
486
- case "ccc":
487
- return a.day(r, {
488
- width: "abbreviated",
489
- context: "standalone"
490
- });
491
- case "ccccc":
492
- return a.day(r, {
493
- width: "narrow",
494
- context: "standalone"
495
- });
496
- case "cccccc":
497
- return a.day(r, {
498
- width: "short",
499
- context: "standalone"
500
- });
501
- case "cccc":
502
- default:
503
- return a.day(r, {
504
- width: "wide",
505
- context: "standalone"
506
- });
507
- }
508
- },
509
- // ISO day of week
510
- i: function(e, i, a) {
511
- var n = e.getUTCDay(), r = n === 0 ? 7 : n;
512
- switch (i) {
513
- case "i":
514
- return String(r);
515
- case "ii":
516
- return E(r, i.length);
517
- case "io":
518
- return a.ordinalNumber(r, {
519
- unit: "day"
520
- });
521
- case "iii":
522
- return a.day(n, {
523
- width: "abbreviated",
524
- context: "formatting"
525
- });
526
- case "iiiii":
527
- return a.day(n, {
528
- width: "narrow",
529
- context: "formatting"
530
- });
531
- case "iiiiii":
532
- return a.day(n, {
533
- width: "short",
534
- context: "formatting"
535
- });
536
- case "iiii":
537
- default:
538
- return a.day(n, {
539
- width: "wide",
540
- context: "formatting"
541
- });
542
- }
543
- },
544
- // AM or PM
545
- a: function(e, i, a) {
546
- var n = e.getUTCHours(), r = n / 12 >= 1 ? "pm" : "am";
547
- switch (i) {
548
- case "a":
549
- case "aa":
550
- return a.dayPeriod(r, {
551
- width: "abbreviated",
552
- context: "formatting"
553
- });
554
- case "aaa":
555
- return a.dayPeriod(r, {
556
- width: "abbreviated",
557
- context: "formatting"
558
- }).toLowerCase();
559
- case "aaaaa":
560
- return a.dayPeriod(r, {
561
- width: "narrow",
562
- context: "formatting"
563
- });
564
- case "aaaa":
565
- default:
566
- return a.dayPeriod(r, {
567
- width: "wide",
568
- context: "formatting"
569
- });
570
- }
571
- },
572
- // AM, PM, midnight, noon
573
- b: function(e, i, a) {
574
- var n = e.getUTCHours(), r;
575
- switch (n === 12 ? r = ve.noon : n === 0 ? r = ve.midnight : r = n / 12 >= 1 ? "pm" : "am", i) {
576
- case "b":
577
- case "bb":
578
- return a.dayPeriod(r, {
579
- width: "abbreviated",
580
- context: "formatting"
581
- });
582
- case "bbb":
583
- return a.dayPeriod(r, {
584
- width: "abbreviated",
585
- context: "formatting"
586
- }).toLowerCase();
587
- case "bbbbb":
588
- return a.dayPeriod(r, {
589
- width: "narrow",
590
- context: "formatting"
591
- });
592
- case "bbbb":
593
- default:
594
- return a.dayPeriod(r, {
595
- width: "wide",
596
- context: "formatting"
597
- });
598
- }
599
- },
600
- // in the morning, in the afternoon, in the evening, at night
601
- B: function(e, i, a) {
602
- var n = e.getUTCHours(), r;
603
- switch (n >= 17 ? r = ve.evening : n >= 12 ? r = ve.afternoon : n >= 4 ? r = ve.morning : r = ve.night, i) {
604
- case "B":
605
- case "BB":
606
- case "BBB":
607
- return a.dayPeriod(r, {
608
- width: "abbreviated",
609
- context: "formatting"
610
- });
611
- case "BBBBB":
612
- return a.dayPeriod(r, {
613
- width: "narrow",
614
- context: "formatting"
615
- });
616
- case "BBBB":
617
- default:
618
- return a.dayPeriod(r, {
619
- width: "wide",
620
- context: "formatting"
621
- });
622
- }
623
- },
624
- // Hour [1-12]
625
- h: function(e, i, a) {
626
- if (i === "ho") {
627
- var n = e.getUTCHours() % 12;
628
- return n === 0 && (n = 12), a.ordinalNumber(n, {
629
- unit: "hour"
630
- });
631
- }
632
- return se.h(e, i);
633
- },
634
- // Hour [0-23]
635
- H: function(e, i, a) {
636
- return i === "Ho" ? a.ordinalNumber(e.getUTCHours(), {
637
- unit: "hour"
638
- }) : se.H(e, i);
639
- },
640
- // Hour [0-11]
641
- K: function(e, i, a) {
642
- var n = e.getUTCHours() % 12;
643
- return i === "Ko" ? a.ordinalNumber(n, {
644
- unit: "hour"
645
- }) : E(n, i.length);
646
- },
647
- // Hour [1-24]
648
- k: function(e, i, a) {
649
- var n = e.getUTCHours();
650
- return n === 0 && (n = 24), i === "ko" ? a.ordinalNumber(n, {
651
- unit: "hour"
652
- }) : E(n, i.length);
653
- },
654
- // Minute
655
- m: function(e, i, a) {
656
- return i === "mo" ? a.ordinalNumber(e.getUTCMinutes(), {
657
- unit: "minute"
658
- }) : se.m(e, i);
659
- },
660
- // Second
661
- s: function(e, i, a) {
662
- return i === "so" ? a.ordinalNumber(e.getUTCSeconds(), {
663
- unit: "second"
664
- }) : se.s(e, i);
665
- },
666
- // Fraction of second
667
- S: function(e, i) {
668
- return se.S(e, i);
669
- },
670
- // Timezone (ISO-8601. If offset is 0, output is always `'Z'`)
671
- X: function(e, i, a, n) {
672
- var r = n._originalDate || e, o = r.getTimezoneOffset();
673
- if (o === 0)
674
- return "Z";
675
- switch (i) {
676
- case "X":
677
- return Ue(o);
678
- case "XXXX":
679
- case "XX":
680
- return fe(o);
681
- case "XXXXX":
682
- case "XXX":
683
- default:
684
- return fe(o, ":");
685
- }
686
- },
687
- // Timezone (ISO-8601. If offset is 0, output is `'+00:00'` or equivalent)
688
- x: function(e, i, a, n) {
689
- var r = n._originalDate || e, o = r.getTimezoneOffset();
690
- switch (i) {
691
- case "x":
692
- return Ue(o);
693
- case "xxxx":
694
- case "xx":
695
- return fe(o);
696
- case "xxxxx":
697
- case "xxx":
698
- default:
699
- return fe(o, ":");
700
- }
701
- },
702
- // Timezone (GMT)
703
- O: function(e, i, a, n) {
704
- var r = n._originalDate || e, o = r.getTimezoneOffset();
705
- switch (i) {
706
- case "O":
707
- case "OO":
708
- case "OOO":
709
- return "GMT" + Ie(o, ":");
710
- case "OOOO":
711
- default:
712
- return "GMT" + fe(o, ":");
713
- }
714
- },
715
- // Timezone (specific non-location)
716
- z: function(e, i, a, n) {
717
- var r = n._originalDate || e, o = r.getTimezoneOffset();
718
- switch (i) {
719
- case "z":
720
- case "zz":
721
- case "zzz":
722
- return "GMT" + Ie(o, ":");
723
- case "zzzz":
724
- default:
725
- return "GMT" + fe(o, ":");
726
- }
727
- },
728
- // Seconds timestamp
729
- t: function(e, i, a, n) {
730
- var r = n._originalDate || e, o = Math.floor(r.getTime() / 1e3);
731
- return E(o, i.length);
732
- },
733
- // Milliseconds timestamp
734
- T: function(e, i, a, n) {
735
- var r = n._originalDate || e, o = r.getTime();
736
- return E(o, i.length);
737
- }
738
- };
739
- function Ie(t, e) {
740
- var i = t > 0 ? "-" : "+", a = Math.abs(t), n = Math.floor(a / 60), r = a % 60;
741
- if (r === 0)
742
- return i + String(n);
743
- var o = e;
744
- return i + String(n) + o + E(r, 2);
745
- }
746
- function Ue(t, e) {
747
- if (t % 60 === 0) {
748
- var i = t > 0 ? "-" : "+";
749
- return i + E(Math.abs(t) / 60, 2);
750
- }
751
- return fe(t, e);
752
- }
753
- function fe(t, e) {
754
- var i = e || "", a = t > 0 ? "-" : "+", n = Math.abs(t), r = E(Math.floor(n / 60), 2), o = E(n % 60, 2);
755
- return a + r + i + o;
756
- }
757
- var Ye = function(e, i) {
758
- switch (e) {
759
- case "P":
760
- return i.date({
761
- width: "short"
762
- });
763
- case "PP":
764
- return i.date({
765
- width: "medium"
766
- });
767
- case "PPP":
768
- return i.date({
769
- width: "long"
770
- });
771
- case "PPPP":
772
- default:
773
- return i.date({
774
- width: "full"
775
- });
776
- }
777
- }, st = function(e, i) {
778
- switch (e) {
779
- case "p":
780
- return i.time({
781
- width: "short"
782
- });
783
- case "pp":
784
- return i.time({
785
- width: "medium"
786
- });
787
- case "ppp":
788
- return i.time({
789
- width: "long"
790
- });
791
- case "pppp":
792
- default:
793
- return i.time({
794
- width: "full"
795
- });
796
- }
797
- }, Jt = function(e, i) {
798
- var a = e.match(/(P+)(p+)?/) || [], n = a[1], r = a[2];
799
- if (!r)
800
- return Ye(e, i);
801
- var o;
802
- switch (n) {
803
- case "P":
804
- o = i.dateTime({
805
- width: "short"
806
- });
807
- break;
808
- case "PP":
809
- o = i.dateTime({
810
- width: "medium"
811
- });
812
- break;
813
- case "PPP":
814
- o = i.dateTime({
815
- width: "long"
816
- });
817
- break;
818
- case "PPPP":
819
- default:
820
- o = i.dateTime({
821
- width: "full"
822
- });
823
- break;
824
- }
825
- return o.replace("{{date}}", Ye(n, i)).replace("{{time}}", st(r, i));
826
- }, Kt = {
827
- p: st,
828
- P: Jt
829
- }, Zt = ["D", "DD"], $t = ["YY", "YYYY"];
830
- function ei(t) {
831
- return Zt.indexOf(t) !== -1;
832
- }
833
- function ti(t) {
834
- return $t.indexOf(t) !== -1;
835
- }
836
- function Fe(t, e, i) {
837
- if (t === "YYYY")
838
- throw new RangeError("Use `yyyy` instead of `YYYY` (in `".concat(e, "`) for formatting years to the input `").concat(i, "`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"));
839
- if (t === "YY")
840
- throw new RangeError("Use `yy` instead of `YY` (in `".concat(e, "`) for formatting years to the input `").concat(i, "`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"));
841
- if (t === "D")
842
- throw new RangeError("Use `d` instead of `D` (in `".concat(e, "`) for formatting days of the month to the input `").concat(i, "`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"));
843
- if (t === "DD")
844
- throw new RangeError("Use `dd` instead of `DD` (in `".concat(e, "`) for formatting days of the month to the input `").concat(i, "`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"));
845
- }
846
- var ii = {
847
- lessThanXSeconds: {
848
- one: "less than a second",
849
- other: "less than {{count}} seconds"
850
- },
851
- xSeconds: {
852
- one: "1 second",
853
- other: "{{count}} seconds"
854
- },
855
- halfAMinute: "half a minute",
856
- lessThanXMinutes: {
857
- one: "less than a minute",
858
- other: "less than {{count}} minutes"
859
- },
860
- xMinutes: {
861
- one: "1 minute",
862
- other: "{{count}} minutes"
863
- },
864
- aboutXHours: {
865
- one: "about 1 hour",
866
- other: "about {{count}} hours"
867
- },
868
- xHours: {
869
- one: "1 hour",
870
- other: "{{count}} hours"
871
- },
872
- xDays: {
873
- one: "1 day",
874
- other: "{{count}} days"
875
- },
876
- aboutXWeeks: {
877
- one: "about 1 week",
878
- other: "about {{count}} weeks"
879
- },
880
- xWeeks: {
881
- one: "1 week",
882
- other: "{{count}} weeks"
883
- },
884
- aboutXMonths: {
885
- one: "about 1 month",
886
- other: "about {{count}} months"
887
- },
888
- xMonths: {
889
- one: "1 month",
890
- other: "{{count}} months"
891
- },
892
- aboutXYears: {
893
- one: "about 1 year",
894
- other: "about {{count}} years"
895
- },
896
- xYears: {
897
- one: "1 year",
898
- other: "{{count}} years"
899
- },
900
- overXYears: {
901
- one: "over 1 year",
902
- other: "over {{count}} years"
903
- },
904
- almostXYears: {
905
- one: "almost 1 year",
906
- other: "almost {{count}} years"
907
- }
908
- }, ai = function(e, i, a) {
909
- var n, r = ii[e];
910
- return typeof r == "string" ? n = r : i === 1 ? n = r.one : n = r.other.replace("{{count}}", i.toString()), a != null && a.addSuffix ? a.comparison && a.comparison > 0 ? "in " + n : n + " ago" : n;
911
- };
912
- function Ae(t) {
913
- return function() {
914
- var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, i = e.width ? String(e.width) : t.defaultWidth, a = t.formats[i] || t.formats[t.defaultWidth];
915
- return a;
916
- };
917
- }
918
- var ni = {
919
- full: "EEEE, MMMM do, y",
920
- long: "MMMM do, y",
921
- medium: "MMM d, y",
922
- short: "MM/dd/yyyy"
923
- }, ri = {
924
- full: "h:mm:ss a zzzz",
925
- long: "h:mm:ss a z",
926
- medium: "h:mm:ss a",
927
- short: "h:mm a"
928
- }, oi = {
929
- full: "{{date}} 'at' {{time}}",
930
- long: "{{date}} 'at' {{time}}",
931
- medium: "{{date}}, {{time}}",
932
- short: "{{date}}, {{time}}"
933
- }, si = {
934
- date: Ae({
935
- formats: ni,
936
- defaultWidth: "full"
937
- }),
938
- time: Ae({
939
- formats: ri,
940
- defaultWidth: "full"
941
- }),
942
- dateTime: Ae({
943
- formats: oi,
944
- defaultWidth: "full"
945
- })
946
- }, li = {
947
- lastWeek: "'last' eeee 'at' p",
948
- yesterday: "'yesterday at' p",
949
- today: "'today at' p",
950
- tomorrow: "'tomorrow at' p",
951
- nextWeek: "eeee 'at' p",
952
- other: "P"
953
- }, ui = function(e, i, a, n) {
954
- return li[e];
955
- };
956
- function we(t) {
957
- return function(e, i) {
958
- var a = i != null && i.context ? String(i.context) : "standalone", n;
959
- if (a === "formatting" && t.formattingValues) {
960
- var r = t.defaultFormattingWidth || t.defaultWidth, o = i != null && i.width ? String(i.width) : r;
961
- n = t.formattingValues[o] || t.formattingValues[r];
962
- } else {
963
- var s = t.defaultWidth, l = i != null && i.width ? String(i.width) : t.defaultWidth;
964
- n = t.values[l] || t.values[s];
965
- }
966
- var m = t.argumentCallback ? t.argumentCallback(e) : e;
967
- return n[m];
968
- };
969
- }
970
- var mi = {
971
- narrow: ["B", "A"],
972
- abbreviated: ["BC", "AD"],
973
- wide: ["Before Christ", "Anno Domini"]
974
- }, di = {
975
- narrow: ["1", "2", "3", "4"],
976
- abbreviated: ["Q1", "Q2", "Q3", "Q4"],
977
- wide: ["1st quarter", "2nd quarter", "3rd quarter", "4th quarter"]
978
- }, ci = {
979
- narrow: ["J", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"],
980
- abbreviated: ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"],
981
- wide: ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"]
982
- }, fi = {
983
- narrow: ["S", "M", "T", "W", "T", "F", "S"],
984
- short: ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"],
985
- abbreviated: ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
986
- wide: ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"]
987
- }, pi = {
988
- narrow: {
989
- am: "a",
990
- pm: "p",
991
- midnight: "mi",
992
- noon: "n",
993
- morning: "morning",
994
- afternoon: "afternoon",
995
- evening: "evening",
996
- night: "night"
997
- },
998
- abbreviated: {
999
- am: "AM",
1000
- pm: "PM",
1001
- midnight: "midnight",
1002
- noon: "noon",
1003
- morning: "morning",
1004
- afternoon: "afternoon",
1005
- evening: "evening",
1006
- night: "night"
1007
- },
1008
- wide: {
1009
- am: "a.m.",
1010
- pm: "p.m.",
1011
- midnight: "midnight",
1012
- noon: "noon",
1013
- morning: "morning",
1014
- afternoon: "afternoon",
1015
- evening: "evening",
1016
- night: "night"
1017
- }
1018
- }, hi = {
1019
- narrow: {
1020
- am: "a",
1021
- pm: "p",
1022
- midnight: "mi",
1023
- noon: "n",
1024
- morning: "in the morning",
1025
- afternoon: "in the afternoon",
1026
- evening: "in the evening",
1027
- night: "at night"
1028
- },
1029
- abbreviated: {
1030
- am: "AM",
1031
- pm: "PM",
1032
- midnight: "midnight",
1033
- noon: "noon",
1034
- morning: "in the morning",
1035
- afternoon: "in the afternoon",
1036
- evening: "in the evening",
1037
- night: "at night"
1038
- },
1039
- wide: {
1040
- am: "a.m.",
1041
- pm: "p.m.",
1042
- midnight: "midnight",
1043
- noon: "noon",
1044
- morning: "in the morning",
1045
- afternoon: "in the afternoon",
1046
- evening: "in the evening",
1047
- night: "at night"
1048
- }
1049
- }, gi = function(e, i) {
1050
- var a = Number(e), n = a % 100;
1051
- if (n > 20 || n < 10)
1052
- switch (n % 10) {
1053
- case 1:
1054
- return a + "st";
1055
- case 2:
1056
- return a + "nd";
1057
- case 3:
1058
- return a + "rd";
1059
- }
1060
- return a + "th";
1061
- }, vi = {
1062
- ordinalNumber: gi,
1063
- era: we({
1064
- values: mi,
1065
- defaultWidth: "wide"
1066
- }),
1067
- quarter: we({
1068
- values: di,
1069
- defaultWidth: "wide",
1070
- argumentCallback: function(e) {
1071
- return e - 1;
1072
- }
1073
- }),
1074
- month: we({
1075
- values: ci,
1076
- defaultWidth: "wide"
1077
- }),
1078
- day: we({
1079
- values: fi,
1080
- defaultWidth: "wide"
1081
- }),
1082
- dayPeriod: we({
1083
- values: pi,
1084
- defaultWidth: "wide",
1085
- formattingValues: hi,
1086
- defaultFormattingWidth: "wide"
1087
- })
1088
- };
1089
- function be(t) {
1090
- return function(e) {
1091
- var i = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, a = i.width, n = a && t.matchPatterns[a] || t.matchPatterns[t.defaultMatchWidth], r = e.match(n);
1092
- if (!r)
1093
- return null;
1094
- var o = r[0], s = a && t.parsePatterns[a] || t.parsePatterns[t.defaultParseWidth], l = Array.isArray(s) ? wi(s, function(w) {
1095
- return w.test(o);
1096
- }) : yi(s, function(w) {
1097
- return w.test(o);
1098
- }), m;
1099
- m = t.valueCallback ? t.valueCallback(l) : l, m = i.valueCallback ? i.valueCallback(m) : m;
1100
- var c = e.slice(o.length);
1101
- return {
1102
- value: m,
1103
- rest: c
1104
- };
1105
- };
1106
- }
1107
- function yi(t, e) {
1108
- for (var i in t)
1109
- if (t.hasOwnProperty(i) && e(t[i]))
1110
- return i;
1111
- }
1112
- function wi(t, e) {
1113
- for (var i = 0; i < t.length; i++)
1114
- if (e(t[i]))
1115
- return i;
1116
- }
1117
- function bi(t) {
1118
- return function(e) {
1119
- var i = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, a = e.match(t.matchPattern);
1120
- if (!a)
1121
- return null;
1122
- var n = a[0], r = e.match(t.parsePattern);
1123
- if (!r)
1124
- return null;
1125
- var o = t.valueCallback ? t.valueCallback(r[0]) : r[0];
1126
- o = i.valueCallback ? i.valueCallback(o) : o;
1127
- var s = e.slice(n.length);
1128
- return {
1129
- value: o,
1130
- rest: s
1131
- };
1132
- };
1133
- }
1134
- var Li = /^(\d+)(th|st|nd|rd)?/i, Ti = /\d+/i, _i = {
1135
- narrow: /^(b|a)/i,
1136
- abbreviated: /^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,
1137
- wide: /^(before christ|before common era|anno domini|common era)/i
1138
- }, ki = {
1139
- any: [/^b/i, /^(a|c)/i]
1140
- }, Ei = {
1141
- narrow: /^[1234]/i,
1142
- abbreviated: /^q[1234]/i,
1143
- wide: /^[1234](th|st|nd|rd)? quarter/i
1144
- }, Ci = {
1145
- any: [/1/i, /2/i, /3/i, /4/i]
1146
- }, Mi = {
1147
- narrow: /^[jfmasond]/i,
1148
- abbreviated: /^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,
1149
- wide: /^(january|february|march|april|may|june|july|august|september|october|november|december)/i
1150
- }, Di = {
1151
- narrow: [/^j/i, /^f/i, /^m/i, /^a/i, /^m/i, /^j/i, /^j/i, /^a/i, /^s/i, /^o/i, /^n/i, /^d/i],
1152
- any: [/^ja/i, /^f/i, /^mar/i, /^ap/i, /^may/i, /^jun/i, /^jul/i, /^au/i, /^s/i, /^o/i, /^n/i, /^d/i]
1153
- }, Ai = {
1154
- narrow: /^[smtwf]/i,
1155
- short: /^(su|mo|tu|we|th|fr|sa)/i,
1156
- abbreviated: /^(sun|mon|tue|wed|thu|fri|sat)/i,
1157
- wide: /^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i
1158
- }, Oi = {
1159
- narrow: [/^s/i, /^m/i, /^t/i, /^w/i, /^t/i, /^f/i, /^s/i],
1160
- any: [/^su/i, /^m/i, /^tu/i, /^w/i, /^th/i, /^f/i, /^sa/i]
1161
- }, Si = {
1162
- narrow: /^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,
1163
- any: /^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i
1164
- }, Pi = {
1165
- any: {
1166
- am: /^a/i,
1167
- pm: /^p/i,
1168
- midnight: /^mi/i,
1169
- noon: /^no/i,
1170
- morning: /morning/i,
1171
- afternoon: /afternoon/i,
1172
- evening: /evening/i,
1173
- night: /night/i
1174
- }
1175
- }, Wi = {
1176
- ordinalNumber: bi({
1177
- matchPattern: Li,
1178
- parsePattern: Ti,
1179
- valueCallback: function(e) {
1180
- return parseInt(e, 10);
1181
- }
1182
- }),
1183
- era: be({
1184
- matchPatterns: _i,
1185
- defaultMatchWidth: "wide",
1186
- parsePatterns: ki,
1187
- defaultParseWidth: "any"
1188
- }),
1189
- quarter: be({
1190
- matchPatterns: Ei,
1191
- defaultMatchWidth: "wide",
1192
- parsePatterns: Ci,
1193
- defaultParseWidth: "any",
1194
- valueCallback: function(e) {
1195
- return e + 1;
1196
- }
1197
- }),
1198
- month: be({
1199
- matchPatterns: Mi,
1200
- defaultMatchWidth: "wide",
1201
- parsePatterns: Di,
1202
- defaultParseWidth: "any"
1203
- }),
1204
- day: be({
1205
- matchPatterns: Ai,
1206
- defaultMatchWidth: "wide",
1207
- parsePatterns: Oi,
1208
- defaultParseWidth: "any"
1209
- }),
1210
- dayPeriod: be({
1211
- matchPatterns: Si,
1212
- defaultMatchWidth: "any",
1213
- parsePatterns: Pi,
1214
- defaultParseWidth: "any"
1215
- })
1216
- }, Ni = {
1217
- code: "en-US",
1218
- formatDistance: ai,
1219
- formatLong: si,
1220
- formatRelative: ui,
1221
- localize: vi,
1222
- match: Wi,
1223
- options: {
1224
- weekStartsOn: 0,
1225
- firstWeekContainsDate: 1
1226
- }
1227
- }, Bi = /[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g, xi = /P+p+|P+|p+|''|'(''|[^'])+('|$)|./g, Ii = /^'([^]*?)'?$/, Ui = /''/g, Yi = /[a-zA-Z]/;
1228
- function Ee(t, e, i) {
1229
- var a, n, r, o, s, l, m, c, w, y, p, D, f, h;
1230
- R(2, arguments);
1231
- var L = String(e), _ = Me(), T = (a = (n = void 0) !== null && n !== void 0 ? n : _.locale) !== null && a !== void 0 ? a : Ni, j = he((r = (o = (s = (l = void 0) !== null && l !== void 0 ? l : void 0) !== null && s !== void 0 ? s : _.firstWeekContainsDate) !== null && o !== void 0 ? o : (m = _.locale) === null || m === void 0 || (c = m.options) === null || c === void 0 ? void 0 : c.firstWeekContainsDate) !== null && r !== void 0 ? r : 1);
1232
- if (!(j >= 1 && j <= 7))
1233
- throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");
1234
- var Y = he((w = (y = (p = (D = void 0) !== null && D !== void 0 ? D : void 0) !== null && p !== void 0 ? p : _.weekStartsOn) !== null && y !== void 0 ? y : (f = _.locale) === null || f === void 0 || (h = f.options) === null || h === void 0 ? void 0 : h.weekStartsOn) !== null && w !== void 0 ? w : 0);
1235
- if (!(Y >= 0 && Y <= 6))
1236
- throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");
1237
- if (!T.localize)
1238
- throw new RangeError("locale must contain localize property");
1239
- if (!T.formatLong)
1240
- throw new RangeError("locale must contain formatLong property");
1241
- var O = ee(t);
1242
- if (!Yt(O))
1243
- throw new RangeError("Invalid time value");
1244
- var Z = It(O), A = Ft(O, Z), q = {
1245
- firstWeekContainsDate: j,
1246
- weekStartsOn: Y,
1247
- locale: T,
1248
- _originalDate: O
1249
- }, Q = L.match(xi).map(function(S) {
1250
- var z = S[0];
1251
- if (z === "p" || z === "P") {
1252
- var X = Kt[z];
1253
- return X(S, T.formatLong);
1254
- }
1255
- return S;
1256
- }).join("").match(Bi).map(function(S) {
1257
- if (S === "''")
1258
- return "'";
1259
- var z = S[0];
1260
- if (z === "'")
1261
- return Fi(S);
1262
- var X = Xt[z];
1263
- if (X)
1264
- return ti(S) && Fe(S, e, String(t)), ei(S) && Fe(S, e, String(t)), X(A, S, T.localize, q);
1265
- if (z.match(Yi))
1266
- throw new RangeError("Format string contains an unescaped latin alphabet character `" + z + "`");
1267
- return S;
1268
- }).join("");
1269
- return Q;
1270
- }
1271
- function Fi(t) {
1272
- var e = t.match(Ii);
1273
- return e ? e[1].replace(Ui, "'") : t;
1274
- }
1275
- function Xi(t) {
1276
- return R(1, arguments), ee(t).getFullYear();
1277
- }
1278
- function je(t, e) {
1279
- vt(t, e);
1280
- }
1281
- function ji(t) {
1282
- yt.set(t);
1283
- }
1284
- const qe = {
1285
- en: {
1286
- back: "Back to Gaming Limits",
1287
- limit: "Limit",
1288
- amount: "Amount",
1289
- noLimit: "No limit",
1290
- changeLimitsText: "Are you sure you want to change the {limit}s?",
1291
- success: "Success lorem Ipsum is simply dummy text of the printing and typesetting industry.",
1292
- remove: "You have requested to remove this limit. This will be applied on",
1293
- invalidInputMessageLimit: "The amount needs to be between 1 and 99,999,999.",
1294
- invalidInputMessageTime: "The time amount needs to be greater than {minTime} and below {maxTime} minutes.",
1295
- expirationDate: "Expiration Date:",
1296
- save: "Save",
1297
- changedLimitTextBefore: "Your limit has been changed or increased:",
1298
- changedLimitTextAfter: "You will have to wait for the expiration date for your new limit to take effect.",
1299
- daily: "Daily",
1300
- weekly: "Weekly",
1301
- monthly: "Monthly",
1302
- depositLimit: "Deposit Limit",
1303
- timeLimit: "Time Limit",
1304
- wageringLimit: "Wagering Limit",
1305
- lossLimit: "Loss Limit"
1306
- },
1307
- "zh-hk": {
1308
- back: "返回游戲限制",
1309
- limit: "限制",
1310
- amount: "數量",
1311
- noLimit: "沒有限制t",
1312
- changeLimitsText: "您確定要更改 {limit} 嗎?",
1313
- success: "您的遊戲限制已成功設置。",
1314
- remove: "您已請求取消此限制。 這將應用於",
1315
- invalidInputMessageLimit: "金額需要在 0 到 99,999,999 之間",
1316
- invalidInputMessageTime: "時間量需要大於 {minTime} 且低於 {maxTime} 分鐘",
1317
- expirationDate: "截止日期:",
1318
- save: "節省",
1319
- changedLimitTextBefore: "您的限額已更改或增加:",
1320
- changedLimitTextAfter: "您必須等待到期日期才能使新限制生效",
1321
- daily: "日常的",
1322
- weekly: "每周",
1323
- monthly: "月刊",
1324
- depositLimit: "存款限额",
1325
- timeLimit: "时限",
1326
- wageringLimit: "投注限额",
1327
- lossLimit: "损失限额"
1328
- },
1329
- fr: {
1330
- back: "Retour aux limites de jeu",
1331
- daily: "Quotidiennement",
1332
- weekly: "Hebdomadaire",
1333
- monthly: "Mensuel",
1334
- limit: "Limite",
1335
- amount: "Montant",
1336
- noLimit: "Aucune limite",
1337
- changeLimitsText: "Etes-vous sûr de vouloir changer les {limit}s??",
1338
- success: "Vos limites de jeu ont été respectées.",
1339
- remove: "Vous avez demandé à ce que cette limite soit supprimée,elle sera appliquée",
1340
- invalidInputMessageLimit: "Le montant doit être compris entre 1 et 99,999,999.",
1341
- invalidInputMessageTime: "La durée doit être supérieure au {minTime} et inférieur au {maxTime} minutes .",
1342
- expirationDate: "Date d'expiration:",
1343
- save: "Sauvez",
1344
- changedLimitTextBefore: "Votre limit a été modifiée ou augmentée:",
1345
- changedLimitTextAfter: "Vous devrez attendre la date d'expiration pour que votre nouvelle limite prenne effet",
1346
- depositLimit: "Limite de dépôt",
1347
- timeLimit: "Limite de temps",
1348
- wageringLimit: "Limite de mise",
1349
- lossLimit: "Limite de perte"
1350
- },
1351
- ro: {
1352
- back: "Înapoi la limite de joc",
1353
- limit: "Limită",
1354
- amount: "Sumă",
1355
- noLimit: "Fără Limită",
1356
- changeLimitsText: "Ești sigur că vrei să modifici {limit}?",
1357
- success: "Limitele tale de joc au fost configurate cu success.",
1358
- remove: "Ai solicitat eliminarea acestei limite. Acest lucru va avea loc la data expirării limitei",
1359
- invalidInputMessageLimit: "Trebuie să setezi o sumă intre 1 și 99,999,999.",
1360
- invalidInputMessageTime: "Trebuie să setezi o limită intre {minTime} minute și {maxTime} minute",
1361
- expirationDate: "Dată Expirare:",
1362
- save: "Salvează",
1363
- changedLimitTextBefore: "Limita ta a fost schimbată sau a crescut:",
1364
- changedLimitTextAfter: ". Trebuie să aștepți până la data de expirare pentru ca noua ta limită să intre în vigoare.",
1365
- daily: "Zilnic",
1366
- weekly: "Săptămânal",
1367
- monthly: "Lunar",
1368
- depositLimit: "Limită de depunere",
1369
- timeLimit: "Limită de timp",
1370
- wageringLimit: "Limită de pariere",
1371
- lossLimit: "Limite de pierdere"
1372
- },
1373
- es: {
1374
- back: "Regresa a límites de juego",
1375
- limit: "Límite",
1376
- amount: "Monto",
1377
- noLimit: "Sin Límite",
1378
- changeLimitsText: "Esta seguro que desea cambiar los {limit}es?",
1379
- success: "Limite actualizado satisfactoriamente",
1380
- remove: "Ha solicitado retirar este limite. Esto será aplicado",
1381
- invalidInputMessageLimit: "El monto debe ser entre 1 y 99",
1382
- invalidInputMessageTime: "La cantidad de tiempo debe ser superior a {minTime} y por debajo de {maxTime} minutos.",
1383
- expirationDate: "Fecha de expiración:",
1384
- save: "Guardar",
1385
- changedLimitTextBefore: "Tú limite ha sido cambiado o incrementado:",
1386
- changedLimitTextAfter: "Tendrás que esperar a la fecha de expiración para que tu nuevo límite entre en vigencia.",
1387
- daily: "Diario",
1388
- weekly: "Semanal",
1389
- monthly: "Mensual",
1390
- depositLimit: "Límite de depósito",
1391
- timeLimit: "Límite de tiempo",
1392
- wageringLimit: "Límite de apuestas",
1393
- lossLimit: "Límite de pérdida"
1394
- },
1395
- pt: {
1396
- back: "Voltar para Limites de jogos",
1397
- limit: "Limite",
1398
- amount: "Montante",
1399
- noLimit: "Sem limite",
1400
- changeLimitsText: "Tem certeza de que deseja alterar os {limite}s?",
1401
- success: "Seus limites de jogo foram definidos com sucesso.",
1402
- remove: "Você solicitou a remoção deste limite. Isso será aplicado em",
1403
- invalidInputMessageLimit: "O valor precisa estar entre 1 e 99.999.999",
1404
- invalidInputMessageTime: "A quantidade de tempo precisa ser maior que {1} e menor que {99999999} minutos",
1405
- expirationDate: "Data de Validade",
1406
- save: "Guardar",
1407
- changedLimitTextBefore: "Seu limite foi alterado ou aumentado:",
1408
- changedLimitTextAfter: "Você terá que aguardar a data de expiração para que seu novo limite entre em vigor",
1409
- daily: "Diariamente",
1410
- weekly: "Semanalmente",
1411
- monthly: "Mensalmente",
1412
- depositLimit: "Limite de Depósito",
1413
- timeLimit: "Limite de Tempo",
1414
- wageringLimit: "Limite de Apostas",
1415
- lossLimit: "Limite de Perda"
1416
- },
1417
- hr: {
1418
- back: "Povratak na ograničenja igranja",
1419
- limit: "Limit",
1420
- amount: "Iznos",
1421
- noLimit: "Nema ograničenja",
1422
- changeLimitsText: "Jeste li sigurni da želite promijeniti {limit}e?",
1423
- success: "Uspješno",
1424
- remove: "Zatražili ste uklanjanje ovog ograničenja. Ovo će se primijeniti na",
1425
- invalidInputMessageLimit: "Iznos mora biti između 1 i 99",
1426
- invalidInputMessageTime: "Vremenski iznos mora biti veći od {minTime} i manji od {maxTime} minuta.",
1427
- expirationDate: "Datum isteka:",
1428
- save: "Spremi",
1429
- changedLimitTextBefore: "Vaše ograničenje je promijenjeno ili povećano:",
1430
- changedLimitTextAfter: "Morat ćete pričekati datum isteka da bi vaše novo ograničenje stupilo na snagu.",
1431
- daily: "Dnevno",
1432
- weekly: "Tjedno",
1433
- monthly: "Mjesečno",
1434
- depositLimit: "Ograničenje uplate",
1435
- timeLimit: "Vremensko ograničenje",
1436
- wageringLimit: "Ograničenje igranja",
1437
- lossLimit: "Ograničenje gubitka"
1438
- },
1439
- "pt-br": {
1440
- back: "Retornar aos limites do jogo",
1441
- limit: "Limite",
1442
- amount: "Quantidade",
1443
- noLimit: "Sem limite",
1444
- changeLimitsText: "Tem certeza de que deseja alterar o(s) limite(s)?",
1445
- success: "A operação bem-sucedida lorem Ipsum é simplesmente um texto fictício da indústria de impressão e composição tipográfica.",
1446
- remove: "Você solicitou a remoção deste limite. Isto será aplicado a partir de",
1447
- invalidInputMessageLimit: "A Quantia deve estar entre 1 e 99",
1448
- invalidInputMessageTime: "A quantidade de tempo precisa ser maior que {minTime} e menor que {maxTime} minutos.",
1449
- expirationDate: "Data de expiração:",
1450
- save: "Manter",
1451
- changedLimitTextBefore: "Seu limite de tempo foi alterado ou aumentado:",
1452
- changedLimitTextAfter: "Você deve aguardar a data de expiração para que seu novo limite entre em vigor.",
1453
- daily: "Diário",
1454
- weekly: "Semanalmente",
1455
- monthly: "Por mês",
1456
- depositLimit: "Limite de depósito",
1457
- timeLimit: "Limite de tempo",
1458
- wageringLimit: "Limite de aposta",
1459
- lossLimit: "Limite de perda"
1460
- },
1461
- "es-mx": {
1462
- back: "Regresar a límites de juego",
1463
- limit: "Límite",
1464
- amount: "Monto",
1465
- noLimit: "Sin límite",
1466
- changeLimitsText: "¿Está seguro que quiere cambiar el/los límite(s)?",
1467
- success: "Operación exitosa lorem Ipsum is simply dummy text of the printing and typesetting industry.",
1468
- remove: "Ha solicitado remover este límite. Esto se aplicará a partir de",
1469
- invalidInputMessageLimit: "El monto debe ser entre 1 y 99,999,999",
1470
- invalidInputMessageTime: "El monto de tiempo necesita ser mayor a {minTime} y menor a {maxTime} minutos.",
1471
- expirationDate: "Fecha de expiración:",
1472
- save: "Guardar",
1473
- changedLimitTextBefore: "Tú límite de tiempo ha sido cambiado o aumentado:",
1474
- changedLimitTextAfter: "Tiene que esperar a la fecha de expiración para que su nuevo límite entre en efecto.",
1475
- daily: "Diario",
1476
- weekly: "Semanal",
1477
- monthly: "Mensual",
1478
- depositLimit: "Límite de depósito",
1479
- timeLimit: "Límite de tiempo",
1480
- wageringLimit: "Límite de apuesta",
1481
- lossLimit: "Límite de pérdida"
1482
- },
1483
- tr: {
1484
- back: "Oyun Sınırlarına Geri Dön",
1485
- limit: "Sınır",
1486
- amount: "Miktar",
1487
- noLimit: "Limit yok",
1488
- changeLimitsText: "{limit}'leri değiştirmek istediğinizden emin misiniz?",
1489
- success: "Başarı lorem Ipsum, basım ve dizgi endüstrisinin sahte metnidir.",
1490
- remove: "Bu sınırın kaldırılmasını talep ettiniz. Bu şu tarihte uygulanacaktır:",
1491
- invalidInputMessageLimit: "Tutarın 1 ile 99.999.999 arasında olması gerekir.",
1492
- invalidInputMessageTime: "Süre miktarının {minTime} değerinden büyük ve {maxTime} dakikanın altında olması gerekir.",
1493
- expirationDate: "Son kullanma tarihi:",
1494
- save: "Kaydetmek",
1495
- changedLimitTextBefore: "Limitiniz değiştirildi veya artırıldı:",
1496
- changedLimitTextAfter: "Yeni limitinizin geçerlilik kazanması için son kullanma tarihini beklemeniz gerekecektir.",
1497
- daily: "Günlük",
1498
- weekly: "Haftalık",
1499
- monthly: "Aylık",
1500
- depositLimit: "Para Yatırma Limiti",
1501
- timeLimit: "Zaman sınırı",
1502
- wageringLimit: "Bahis Limiti",
1503
- lossLimit: "Kayıp Limiti"
1504
- },
1505
- "en-us": {
1506
- back: "Back to Gaming Limits",
1507
- limit: "Limit",
1508
- amount: "Amount",
1509
- noLimit: "No limit",
1510
- changeLimitsText: "Are you sure you want to change the {limit}s?",
1511
- success: "Success lorem Ipsum is simply dummy text of the printing and typesetting industry.",
1512
- remove: "You have requested to remove this limit. This will be applied on",
1513
- invalidInputMessageLimit: "The amount needs to be between 1 and 99,999,999.",
1514
- invalidInputMessageTime: "The time amount needs to be greater than {minTime} and below {maxTime} minutes.",
1515
- expirationDate: "Expiration Date:",
1516
- save: "Save",
1517
- changedLimitTextBefore: "Your limit has been changed or increased:",
1518
- changedLimitTextAfter: "You will have to wait for the expiration date for your new limit to take effect.",
1519
- daily: "Daily",
1520
- weekly: "Weekly",
1521
- monthly: "Monthly",
1522
- depositLimit: "Deposit Limit",
1523
- timeLimit: "Time Limit",
1524
- wageringLimit: "Wagering Limit",
1525
- lossLimit: "Loss Limit"
1526
- }
1527
- };
1528
- if (typeof window < "u") {
1529
- let t = function(e) {
1530
- return function(...i) {
1531
- try {
1532
- return e.apply(this, i);
1533
- } catch (a) {
1534
- 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"))
1535
- return !1;
1536
- throw a;
1537
- }
1538
- };
1539
- };
1540
- customElements.define = t(customElements.define), import("./PlayerAccountModal-0pqyx-hh.js").then(({ default: e }) => {
1541
- !customElements.get("player-account-modal") && customElements.define("player-account-modal", e.element);
1542
- });
1543
- }
1544
- if (typeof window < "u") {
1545
- let t = function(e) {
1546
- return function(...i) {
1547
- try {
1548
- return e.apply(this, i);
1549
- } catch (a) {
1550
- 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"))
1551
- return !1;
1552
- throw a;
1553
- }
1554
- };
1555
- };
1556
- customElements.define = t(customElements.define), import("./PlayerAccountGamingLimitsConfirmationModal-Csrimoqp.js").then((e) => e.W).then(
1557
- ({ default: e }) => {
1558
- !customElements.get("player-account-gaming-limits-confirmation-modal") && customElements.define(
1559
- "player-account-gaming-limits-confirmation-modal",
1560
- e.element
1561
- );
1562
- }
1563
- );
1564
- }
1565
- function qi(t) {
1566
- Tt(t, "svelte-5vl9hz", ".MenuReturnButton{color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));display:inline-flex;align-items:center;column-gap:10px;margin-bottom:10px;cursor:pointer}.MenuReturnButton svg{fill:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}.MyAccountCategoryTitle{font-size:26px;color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));font-weight:400}.MyAccountCategoryTitleMobile{font-size:16px;color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}.MyAccountCategoryTitleNone{display:none !important}.AccountEditLimitsWrapper{padding:50px;max-width:760px}.AccountEditLimitsWrapper.AccountEditLimitsMobileWrapper{padding:20px}.AccountEditLimitsWrapper.AccountEditLimitsMobileWrapper .AccountEditLimitsControlArea{grid-template-columns:1fr}.AccountEditLimitsWrapper.AccountEditLimitsMobileWrapper .AccountEditLimitsControlArea .AccountEditLimitsSaveButton{width:100%}.AccountEditBackButton{display:inline-block;color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));font-size:26px;font-weight:300;cursor:pointer;margin-bottom:30px}.AccountEditBackButton svg{fill:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}.AccountEditLimitsHeader{display:flex;flex-direction:row;justify-content:space-between;padding-bottom:5px;color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}.AccountEditLimitsHeader h6{margin:0;font-weight:normal;font-size:16px;line-height:20px}.AccountEditLimitsHeader .AccountEditLimitsIcon{display:flex;width:20px;height:20px;background:transparent;border:1px solid var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));align-items:center;justify-content:center;border-radius:30px;cursor:pointer}.AccountEditLimitChangePeriodIcon{display:flex;width:20px;height:20px;color:var(--emw--color-gray-300, #58586B);background:transparent;border:1px solid var(--emw--color-gray-300, #58586B);align-items:center;justify-content:center;border-radius:30px;cursor:pointer;margin-right:10px}.AccountEditLimitSuccessfulChangeContainer{background:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));border:1px solid var(--emw--color-primary-100, #F1BED9);font-size:16px;font-weight:300;color:var(--emw--pam-typography, var(--emw--color-contrast, #07072A));border-radius:5px;padding:10px}.AccountEditLimitSuccessfulChangeContainer p{margin:0}.AccountEditLimitsIconWrapper{position:relative;display:inline-block;padding:5px 0 5px 15px;cursor:pointer}.AccountEditLimitsTitle{font-size:16px;font-weight:300;color:var(--emw--pam-typography, var(--emw--color-contrast, #07072A));margin:0;padding:10px 0 10px}.AccountEditLimitsExpiryDate{font-size:12px;font-weight:300;color:var(--emw--color-black, #000000)}.AccountEditLimitsContainer{display:grid;grid-template-columns:1fr 1fr;grid-gap:30px;direction:ltr}@media only screen and (max-width: 1024px){.AccountEditLimitsContainer{grid-template-columns:1fr;grid-gap:20px}}.AccountEditField{width:100%;font-size:14px;font-weight:300;color:var(--emw--pam-contrast, var(--emw--color-contrast, #07072A));padding:10px;line-height:16px;background:var(--emw--color-white, #FFFFFF);border:1px solid var(--emw--color-gray-100, #E6E6E6);border-radius:5px;outline:none;transition-duration:0.3s}.AccountEditField:focus,.AccountEditField :focus-within,.AccountEditField :focus-visible,.AccountEditField :visited{border:1px solid var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));box-shadow:0 0 0 1pt var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}.AccountEditFieldCustom{padding:3%}.AccountEditLimitsPeriodChangeContainer{background:var(--emw--color-gray-50, #F9F8F8);border-radius:5px}.AccountEditLimitsPeriodChangeContainer p{max-width:290px;display:-webkit-box;padding:10px 35px 15px 10px;color:var(--emw--color-gray-300, #58586B);font-size:12px;font-weight:300}.AccountEditLimitsPeriodChangeContainer p .AccountEditLimitChangePeriodIcon{font-size:14px;font-weight:400}.AccountEditLimitsControlArea{display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;margin-top:35px}.AccountEditLimitsControlArea .AccountEditLimitsSaveButton{padding:12px;cursor:pointer;border-radius:5px;display:flex;align-items:center;justify-content:center;font-size:18px;color:var(--emw--color-black, #000000);text-transform:uppercase;transition-duration:0.3s;box-sizing:border-box;background:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));border:1px solid var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF))}.AccountEditLimitsControlArea .AccountEditLimitsSaveButton.AccountEditLimitsButtonDisabled{background:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));cursor:not-allowed;opacity:0.6}.AccountEditLimitsBox{position:relative}.AccountEditWarningText{position:relative;margin:0}.InvalidInput{color:var(--emw--color-error, var(--emw--color-red, #FD2839));font-size:10px;position:absolute;top:6px;margin:0;line-height:10px}.AccountEditLimitsInputContainer{position:relative;padding-top:10px;width:94%}");
1567
- }
1568
- function ze(t, e, i) {
1569
- const a = t.slice();
1570
- return a[56] = e[i], a[57] = e, a[58] = i, a;
1571
- }
1572
- function He(t, e, i) {
1573
- const a = t.slice();
1574
- return a[59] = e[i], a;
1575
- }
1576
- function Ve(t, e, i) {
1577
- const a = t.slice();
1578
- return a[56] = e[i], a[58] = i, a;
1579
- }
1580
- function zi(t) {
1581
- let e, i, a, n, r, o, s, l, m, c, w = (
1582
- /*$_*/
1583
- t[18]("back") + ""
1584
- ), y, p, D;
1585
- return {
1586
- c() {
1587
- e = b("div"), i = K("svg"), a = K("defs"), n = K("style"), r = N(".aaa{fill:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));}"), o = K("g"), s = K("g"), l = K("path"), m = P(), c = b("h2"), y = N(w), g(l, "class", "aaa"), g(l, "d", "M7.5,0,6.136,1.364,11.3,6.526H0V8.474H11.3L6.136,13.636,7.5,15,15,7.5Z"), g(l, "transform", "translate(15 15) rotate(180)"), g(s, "transform", "translate(20 158)"), g(o, "transform", "translate(-20 -158)"), g(i, "xmlns", "http://www.w3.org/2000/svg"), g(i, "width", "15"), g(i, "height", "15"), g(i, "viewBox", "0 0 15 15"), g(c, "class", "MyAccountCategoryTitleMobile"), g(e, "class", "MenuReturnButton");
1588
- },
1589
- m(f, h) {
1590
- M(f, e, h), d(e, i), d(i, a), d(a, n), d(n, r), d(i, o), d(o, s), d(s, l), d(e, m), d(e, c), d(c, y), p || (D = ae(
1591
- e,
1592
- "click",
1593
- /*switchToLimitsGroupView*/
1594
- t[22]
1595
- ), p = !0);
1596
- },
1597
- p(f, h) {
1598
- h[0] & /*$_*/
1599
- 262144 && w !== (w = /*$_*/
1600
- f[18]("back") + "") && U(y, w);
1601
- },
1602
- d(f) {
1603
- f && C(e), p = !1, D();
1604
- }
1605
- };
1606
- }
1607
- function Ge(t) {
1608
- let e, i, a = (
1609
- /*$_*/
1610
- t[18]("success") + ""
1611
- ), n;
1612
- return {
1613
- c() {
1614
- e = b("div"), i = b("p"), n = N(a), g(e, "class", "AccountEditLimitSuccessfulChangeContainer");
1615
- },
1616
- m(r, o) {
1617
- M(r, e, o), d(e, i), d(i, n);
1618
- },
1619
- p(r, o) {
1620
- o[0] & /*$_*/
1621
- 262144 && a !== (a = /*$_*/
1622
- r[18]("success") + "") && U(n, a);
1623
- },
1624
- d(r) {
1625
- r && C(e);
1626
- }
1627
- };
1628
- }
1629
- function Re(t) {
1630
- let e, i = ye(
1631
- /*limitsUpdateData*/
1632
- t[14]
1633
- ), a = [];
1634
- for (let n = 0; n < i.length; n += 1)
1635
- a[n] = Xe(Ve(t, i, n));
1636
- return {
1637
- c() {
1638
- e = b("div");
1639
- for (let n = 0; n < a.length; n += 1)
1640
- a[n].c();
1641
- g(e, "class", "AccountEditLimitSuccessfulChangeContainer");
1642
- },
1643
- m(n, r) {
1644
- M(n, e, r);
1645
- for (let o = 0; o < a.length; o += 1)
1646
- a[o] && a[o].m(e, null);
1647
- },
1648
- p(n, r) {
1649
- if (r[0] & /*limitsUpdateData, $_, storedData*/
1650
- 409600) {
1651
- i = ye(
1652
- /*limitsUpdateData*/
1653
- n[14]
1654
- );
1655
- let o;
1656
- for (o = 0; o < i.length; o += 1) {
1657
- const s = Ve(n, i, o);
1658
- a[o] ? a[o].p(s, r) : (a[o] = Xe(s), a[o].c(), a[o].m(e, null));
1659
- }
1660
- for (; o < a.length; o += 1)
1661
- a[o].d(1);
1662
- a.length = i.length;
1663
- }
1664
- },
1665
- d(n) {
1666
- n && C(e), Oe(a, n);
1667
- }
1668
- };
1669
- }
1670
- function Qe(t) {
1671
- let e, i = (
1672
- /*$_*/
1673
- t[18]("remove") + ""
1674
- ), a, n, r = (
1675
- /*selectData*/
1676
- (t[56].expiryDate ? Ee(new Date(
1677
- /*selectData*/
1678
- t[56].expiryDate
1679
- ), "d/M/yyyy - h:mm a") : "N/A") + ""
1680
- ), o;
1681
- return {
1682
- c() {
1683
- e = b("p"), a = N(i), n = P(), o = N(r);
1684
- },
1685
- m(s, l) {
1686
- M(s, e, l), d(e, a), d(e, n), d(e, o);
1687
- },
1688
- p(s, l) {
1689
- l[0] & /*$_*/
1690
- 262144 && i !== (i = /*$_*/
1691
- s[18]("remove") + "") && U(a, i), l[0] & /*limitsUpdateData*/
1692
- 16384 && r !== (r = /*selectData*/
1693
- (s[56].expiryDate ? Ee(new Date(
1694
- /*selectData*/
1695
- s[56].expiryDate
1696
- ), "d/M/yyyy - h:mm a") : "N/A") + "") && U(o, r);
1697
- },
1698
- d(s) {
1699
- s && C(e);
1700
- }
1701
- };
1702
- }
1703
- function Xe(t) {
1704
- let e, i = (
1705
- /*selectData*/
1706
- t[56].period == /*storedData*/
1707
- t[17][
1708
- /*index*/
1709
- t[58]
1710
- ].period && Qe(t)
1711
- );
1712
- return {
1713
- c() {
1714
- i && i.c(), e = Se();
1715
- },
1716
- m(a, n) {
1717
- i && i.m(a, n), M(a, e, n);
1718
- },
1719
- p(a, n) {
1720
- /*selectData*/
1721
- a[56].period == /*storedData*/
1722
- a[17][
1723
- /*index*/
1724
- a[58]
1725
- ].period ? i ? i.p(a, n) : (i = Qe(a), i.c(), i.m(e.parentNode, e)) : i && (i.d(1), i = null);
1726
- },
1727
- d(a) {
1728
- a && C(e), i && i.d(a);
1729
- }
1730
- };
1731
- }
1732
- function Je(t) {
1733
- let e, i, a = ye(
1734
- /*limitsUpdateData*/
1735
- t[14]
1736
- ), n = [];
1737
- for (let r = 0; r < a.length; r += 1)
1738
- n[r] = nt(ze(t, a, r));
1739
- return {
1740
- c() {
1741
- e = b("div"), i = b("div");
1742
- for (let r = 0; r < n.length; r += 1)
1743
- n[r].c();
1744
- g(i, "class", "AccountEditLimitsContainer"), g(e, "class", "AccountEditContent");
1745
- },
1746
- m(r, o) {
1747
- M(r, e, o), d(e, i);
1748
- for (let s = 0; s < n.length; s += 1)
1749
- n[s] && n[s].m(i, null);
1750
- },
1751
- p(r, o) {
1752
- if (o[0] & /*$_, limitsUpdateData, currency, invalidIndexes, storedData, checkUserInputAmount, updatedLimitValues, limitname, minTimeValue, maxTimeValue, isMobile, limitPredefinedData*/
1753
- 18836560) {
1754
- a = ye(
1755
- /*limitsUpdateData*/
1756
- r[14]
1757
- );
1758
- let s;
1759
- for (s = 0; s < a.length; s += 1) {
1760
- const l = ze(r, a, s);
1761
- n[s] ? n[s].p(l, o) : (n[s] = nt(l), n[s].c(), n[s].m(i, null));
1762
- }
1763
- for (; s < n.length; s += 1)
1764
- n[s].d(1);
1765
- n.length = a.length;
1766
- }
1767
- },
1768
- d(r) {
1769
- r && C(e), Oe(n, r);
1770
- }
1771
- };
1772
- }
1773
- function Ke(t) {
1774
- let e, i, a = (
1775
- /*$_*/
1776
- t[18]("noLimit") + ""
1777
- ), n, r, o, s, l, m, c, w, y = ye(
1778
- /*limitPredefinedData*/
1779
- t[20].get(
1780
- /*limitname*/
1781
- t[6]
1782
- )[
1783
- /*index*/
1784
- t[58]
1785
- ].values
1786
- ), p = [];
1787
- for (let L = 0; L < y.length; L += 1)
1788
- p[L] = $e(He(t, y, L));
1789
- function D() {
1790
- t[30].call(
1791
- e,
1792
- /*index*/
1793
- t[58]
1794
- );
1795
- }
1796
- let f = (
1797
- /*storedData*/
1798
- t[17][
1799
- /*index*/
1800
- t[58]
1801
- ].amount === "Custom" && et(t)
1802
- ), h = (
1803
- /*selectData*/
1804
- t[56].isModified === !0 && at(t)
1805
- );
1806
- return {
1807
- c() {
1808
- e = b("select"), i = b("option"), n = N(a);
1809
- for (let L = 0; L < p.length; L += 1)
1810
- p[L].c();
1811
- o = P(), s = b("div"), f && f.c(), l = P(), h && h.c(), m = Se(), i.__value = "", pe(i, i.__value), i.disabled = !0, i.selected = !0, i.hidden = !0, g(e, "class", "AccountEditField " + /*isMobile*/
1812
- (t[19] ? "TimeoutSelectMobile" : "")), e.disabled = r = /*selectData*/
1813
- t[56].isModified === !0, /*storedData*/
1814
- t[17][
1815
- /*index*/
1816
- t[58]
1817
- ].amount === void 0 && At(D), g(s, "class", "AccountEditLimitsInputContainer");
1818
- },
1819
- m(L, _) {
1820
- M(L, e, _), d(e, i), d(i, n);
1821
- for (let T = 0; T < p.length; T += 1)
1822
- p[T] && p[T].m(e, null);
1823
- xe(
1824
- e,
1825
- /*storedData*/
1826
- t[17][
1827
- /*index*/
1828
- t[58]
1829
- ].amount,
1830
- !0
1831
- ), M(L, o, _), M(L, s, _), f && f.m(s, null), M(L, l, _), h && h.m(L, _), M(L, m, _), c || (w = [
1832
- ae(e, "change", D),
1833
- ae(e, "change", function() {
1834
- Pe(
1835
- /*checkUserInputAmount*/
1836
- t[24](
1837
- /*storedData*/
1838
- t[17][
1839
- /*index*/
1840
- t[58]
1841
- ],
1842
- /*index*/
1843
- t[58],
1844
- !1,
1845
- /*updatedLimitValues*/
1846
- t[16]
1847
- )
1848
- ) && t[24](
1849
- /*storedData*/
1850
- t[17][
1851
- /*index*/
1852
- t[58]
1853
- ],
1854
- /*index*/
1855
- t[58],
1856
- !1,
1857
- /*updatedLimitValues*/
1858
- t[16]
1859
- ).apply(this, arguments);
1860
- })
1861
- ], c = !0);
1862
- },
1863
- p(L, _) {
1864
- if (t = L, _[0] & /*$_*/
1865
- 262144 && a !== (a = /*$_*/
1866
- t[18]("noLimit") + "") && U(n, a), _[0] & /*limitPredefinedData, limitname, currency*/
1867
- 1048656) {
1868
- y = ye(
1869
- /*limitPredefinedData*/
1870
- t[20].get(
1871
- /*limitname*/
1872
- t[6]
1873
- )[
1874
- /*index*/
1875
- t[58]
1876
- ].values
1877
- );
1878
- let T;
1879
- for (T = 0; T < y.length; T += 1) {
1880
- const j = He(t, y, T);
1881
- p[T] ? p[T].p(j, _) : (p[T] = $e(j), p[T].c(), p[T].m(e, null));
1882
- }
1883
- for (; T < p.length; T += 1)
1884
- p[T].d(1);
1885
- p.length = y.length;
1886
- }
1887
- _[0] & /*limitsUpdateData*/
1888
- 16384 && r !== (r = /*selectData*/
1889
- t[56].isModified === !0) && (e.disabled = r), _[0] & /*storedData, limitPredefinedData, limitname*/
1890
- 1179712 && xe(
1891
- e,
1892
- /*storedData*/
1893
- t[17][
1894
- /*index*/
1895
- t[58]
1896
- ].amount
1897
- ), /*storedData*/
1898
- t[17][
1899
- /*index*/
1900
- t[58]
1901
- ].amount === "Custom" ? f ? f.p(t, _) : (f = et(t), f.c(), f.m(s, null)) : f && (f.d(1), f = null), /*selectData*/
1902
- t[56].isModified === !0 ? h ? h.p(t, _) : (h = at(t), h.c(), h.m(m.parentNode, m)) : h && (h.d(1), h = null);
1903
- },
1904
- d(L) {
1905
- L && (C(e), C(o), C(s), C(l), C(m)), Oe(p, L), f && f.d(), h && h.d(L), c = !1, Ce(w);
1906
- }
1907
- };
1908
- }
1909
- function Ze(t) {
1910
- let e = (
1911
- /*limitname*/
1912
- (t[6] !== "Time Limit" ? (
1913
- /*currency*/
1914
- t[4]
1915
- ) : " minutes") + ""
1916
- ), i;
1917
- return {
1918
- c() {
1919
- i = N(e);
1920
- },
1921
- m(a, n) {
1922
- M(a, i, n);
1923
- },
1924
- p(a, n) {
1925
- n[0] & /*limitname, currency*/
1926
- 80 && e !== (e = /*limitname*/
1927
- (a[6] !== "Time Limit" ? (
1928
- /*currency*/
1929
- a[4]
1930
- ) : " minutes") + "") && U(i, e);
1931
- },
1932
- d(a) {
1933
- a && C(i);
1934
- }
1935
- };
1936
- }
1937
- function $e(t) {
1938
- let e, i = (
1939
- /*predefinedData*/
1940
- t[59] + ""
1941
- ), a, n, r, o, s = (
1942
- /*predefinedData*/
1943
- t[59] !== "No limit" && /*predefinedData*/
1944
- t[59] !== "Custom" && Ze(t)
1945
- );
1946
- return {
1947
- c() {
1948
- e = b("option"), a = N(i), n = P(), s && s.c(), r = P(), e.__value = o = /*predefinedData*/
1949
- t[59], pe(e, e.__value);
1950
- },
1951
- m(l, m) {
1952
- M(l, e, m), d(e, a), d(e, n), s && s.m(e, null), d(e, r);
1953
- },
1954
- p(l, m) {
1955
- m[0] & /*limitname*/
1956
- 64 && i !== (i = /*predefinedData*/
1957
- l[59] + "") && U(a, i), /*predefinedData*/
1958
- l[59] !== "No limit" && /*predefinedData*/
1959
- l[59] !== "Custom" ? s ? s.p(l, m) : (s = Ze(l), s.c(), s.m(e, r)) : s && (s.d(1), s = null), m[0] & /*limitname*/
1960
- 64 && o !== (o = /*predefinedData*/
1961
- l[59]) && (e.__value = o, pe(e, e.__value));
1962
- },
1963
- d(l) {
1964
- l && C(e), s && s.d();
1965
- }
1966
- };
1967
- }
1968
- function et(t) {
1969
- let e;
1970
- function i(r, o) {
1971
- return (
1972
- /*limitname*/
1973
- r[6] !== "Time Limit" ? Vi : Hi
1974
- );
1975
- }
1976
- let a = i(t), n = a(t);
1977
- return {
1978
- c() {
1979
- n.c(), e = Se();
1980
- },
1981
- m(r, o) {
1982
- n.m(r, o), M(r, e, o);
1983
- },
1984
- p(r, o) {
1985
- a === (a = i(r)) && n ? n.p(r, o) : (n.d(1), n = a(r), n && (n.c(), n.m(e.parentNode, e)));
1986
- },
1987
- d(r) {
1988
- r && C(e), n.d(r);
1989
- }
1990
- };
1991
- }
1992
- function Hi(t) {
1993
- let e, i, a, n, r, o;
1994
- function s() {
1995
- t[32].call(
1996
- e,
1997
- /*index*/
1998
- t[58]
1999
- );
2000
- }
2001
- let l = (
2002
- /*invalidIndexes*/
2003
- t[13][
2004
- /*index*/
2005
- t[58]
2006
- ] == 1 && tt(t)
2007
- );
2008
- return {
2009
- c() {
2010
- e = b("input"), a = P(), n = b("p"), l && l.c(), g(e, "type", "number"), g(e, "class", "AccountEditField AccountEditFieldCustom"), e.disabled = i = /*selectData*/
2011
- t[56].isModified === !0, g(n, "class", "AccountEditWarningText");
2012
- },
2013
- m(m, c) {
2014
- M(m, e, c), pe(
2015
- e,
2016
- /*storedData*/
2017
- t[17][
2018
- /*index*/
2019
- t[58]
2020
- ].value
2021
- ), M(m, a, c), M(m, n, c), l && l.m(n, null), r || (o = [
2022
- ae(e, "keyup", function() {
2023
- Pe(
2024
- /*checkUserInputAmount*/
2025
- t[24](
2026
- /*storedData*/
2027
- t[17][
2028
- /*index*/
2029
- t[58]
2030
- ],
2031
- /*index*/
2032
- t[58],
2033
- !0,
2034
- /*updatedLimitValues*/
2035
- t[16]
2036
- )
2037
- ) && t[24](
2038
- /*storedData*/
2039
- t[17][
2040
- /*index*/
2041
- t[58]
2042
- ],
2043
- /*index*/
2044
- t[58],
2045
- !0,
2046
- /*updatedLimitValues*/
2047
- t[16]
2048
- ).apply(this, arguments);
2049
- }),
2050
- ae(e, "input", s)
2051
- ], r = !0);
2052
- },
2053
- p(m, c) {
2054
- t = m, c[0] & /*limitsUpdateData*/
2055
- 16384 && i !== (i = /*selectData*/
2056
- t[56].isModified === !0) && (e.disabled = i), c[0] & /*storedData, limitPredefinedData, limitname*/
2057
- 1179712 && Le(e.value) !== /*storedData*/
2058
- t[17][
2059
- /*index*/
2060
- t[58]
2061
- ].value && pe(
2062
- e,
2063
- /*storedData*/
2064
- t[17][
2065
- /*index*/
2066
- t[58]
2067
- ].value
2068
- ), /*invalidIndexes*/
2069
- t[13][
2070
- /*index*/
2071
- t[58]
2072
- ] == 1 ? l ? l.p(t, c) : (l = tt(t), l.c(), l.m(n, null)) : l && (l.d(1), l = null);
2073
- },
2074
- d(m) {
2075
- m && (C(e), C(a), C(n)), l && l.d(), r = !1, Ce(o);
2076
- }
2077
- };
2078
- }
2079
- function Vi(t) {
2080
- let e, i, a, n, r, o;
2081
- function s() {
2082
- t[31].call(
2083
- e,
2084
- /*index*/
2085
- t[58]
2086
- );
2087
- }
2088
- let l = (
2089
- /*invalidIndexes*/
2090
- t[13][
2091
- /*index*/
2092
- t[58]
2093
- ] == 1 && it(t)
2094
- );
2095
- return {
2096
- c() {
2097
- e = b("input"), a = P(), n = b("p"), l && l.c(), g(e, "type", "number"), g(e, "class", "AccountEditField AccountEditFieldCustom"), e.disabled = i = /*selectData*/
2098
- t[56].isModified === !0, g(n, "class", "AccountEditWarningText");
2099
- },
2100
- m(m, c) {
2101
- M(m, e, c), pe(
2102
- e,
2103
- /*storedData*/
2104
- t[17][
2105
- /*index*/
2106
- t[58]
2107
- ].value
2108
- ), M(m, a, c), M(m, n, c), l && l.m(n, null), r || (o = [
2109
- ae(e, "keyup", function() {
2110
- Pe(
2111
- /*checkUserInputAmount*/
2112
- t[24](
2113
- /*storedData*/
2114
- t[17][
2115
- /*index*/
2116
- t[58]
2117
- ],
2118
- /*index*/
2119
- t[58],
2120
- !1,
2121
- /*updatedLimitValues*/
2122
- t[16]
2123
- )
2124
- ) && t[24](
2125
- /*storedData*/
2126
- t[17][
2127
- /*index*/
2128
- t[58]
2129
- ],
2130
- /*index*/
2131
- t[58],
2132
- !1,
2133
- /*updatedLimitValues*/
2134
- t[16]
2135
- ).apply(this, arguments);
2136
- }),
2137
- ae(e, "input", s)
2138
- ], r = !0);
2139
- },
2140
- p(m, c) {
2141
- t = m, c[0] & /*limitsUpdateData*/
2142
- 16384 && i !== (i = /*selectData*/
2143
- t[56].isModified === !0) && (e.disabled = i), c[0] & /*storedData, limitPredefinedData, limitname*/
2144
- 1179712 && Le(e.value) !== /*storedData*/
2145
- t[17][
2146
- /*index*/
2147
- t[58]
2148
- ].value && pe(
2149
- e,
2150
- /*storedData*/
2151
- t[17][
2152
- /*index*/
2153
- t[58]
2154
- ].value
2155
- ), /*invalidIndexes*/
2156
- t[13][
2157
- /*index*/
2158
- t[58]
2159
- ] == 1 ? l ? l.p(t, c) : (l = it(t), l.c(), l.m(n, null)) : l && (l.d(1), l = null);
2160
- },
2161
- d(m) {
2162
- m && (C(e), C(a), C(n)), l && l.d(), r = !1, Ce(o);
2163
- }
2164
- };
2165
- }
2166
- function tt(t) {
2167
- let e, i = (
2168
- /*$_*/
2169
- t[18]("invalidInputMessageTime", {
2170
- values: {
2171
- minTime: (
2172
- /*minTimeValue*/
2173
- t[10]
2174
- ),
2175
- maxTime: (
2176
- /*maxTimeValue*/
2177
- t[11]
2178
- )
2179
- }
2180
- }) + ""
2181
- ), a;
2182
- return {
2183
- c() {
2184
- e = b("p"), a = N(i), g(e, "class", "InvalidInput");
2185
- },
2186
- m(n, r) {
2187
- M(n, e, r), d(e, a);
2188
- },
2189
- p(n, r) {
2190
- r[0] & /*$_, minTimeValue, maxTimeValue*/
2191
- 265216 && i !== (i = /*$_*/
2192
- n[18]("invalidInputMessageTime", {
2193
- values: {
2194
- minTime: (
2195
- /*minTimeValue*/
2196
- n[10]
2197
- ),
2198
- maxTime: (
2199
- /*maxTimeValue*/
2200
- n[11]
2201
- )
2202
- }
2203
- }) + "") && U(a, i);
2204
- },
2205
- d(n) {
2206
- n && C(e);
2207
- }
2208
- };
2209
- }
2210
- function it(t) {
2211
- let e, i = (
2212
- /*$_*/
2213
- t[18]("invalidInputMessageLimit") + ""
2214
- ), a;
2215
- return {
2216
- c() {
2217
- e = b("p"), a = N(i), g(e, "class", "InvalidInput");
2218
- },
2219
- m(n, r) {
2220
- M(n, e, r), d(e, a);
2221
- },
2222
- p(n, r) {
2223
- r[0] & /*$_*/
2224
- 262144 && i !== (i = /*$_*/
2225
- n[18]("invalidInputMessageLimit") + "") && U(a, i);
2226
- },
2227
- d(n) {
2228
- n && C(e);
2229
- }
2230
- };
2231
- }
2232
- function at(t) {
2233
- let e, i = (
2234
- /*$_*/
2235
- t[18]("expirationDate") + ""
2236
- ), a, n, r, o = (
2237
- /*selectData*/
2238
- (t[56].expiryDate ? Ee(new Date(
2239
- /*selectData*/
2240
- t[56].expiryDate
2241
- ), "d/M/yyyy - h:mm a") : "N/A") + ""
2242
- ), s, l, m, c, w, y, p = (
2243
- /*$_*/
2244
- t[18]("changedLimitTextBefore") + ""
2245
- ), D, f, h = (
2246
- /*selectData*/
2247
- (t[56].updateAmount > 0 ? (
2248
- /*selectData*/
2249
- t[56].updateAmount
2250
- ) : 0) + ""
2251
- ), L, _, T = (
2252
- /*selectData*/
2253
- (t[56].minutes !== void 0 ? " minutes" : (
2254
- /*currency*/
2255
- t[4]
2256
- )) + ""
2257
- ), j, Y, O = (
2258
- /*$_*/
2259
- t[18]("changedLimitTextAfter") + ""
2260
- ), Z;
2261
- return {
2262
- c() {
2263
- e = b("p"), a = N(i), n = P(), r = b("span"), s = N(o), l = P(), m = b("div"), c = b("p"), w = b("span"), w.textContent = "i", y = b("span"), D = N(p), f = P(), L = N(h), _ = P(), j = N(T), Y = N(". "), Z = N(O), g(e, "class", "AccountEditLimitsExpiryDate"), g(w, "class", "AccountEditLimitChangePeriodIcon"), g(m, "class", "AccountEditLimitsPeriodChangeContainer");
2264
- },
2265
- m(A, q) {
2266
- M(A, e, q), d(e, a), d(e, n), d(e, r), d(r, s), M(A, l, q), M(A, m, q), d(m, c), d(c, w), d(c, y), d(y, D), d(y, f), d(y, L), d(y, _), d(y, j), d(y, Y), d(y, Z);
2267
- },
2268
- p(A, q) {
2269
- q[0] & /*$_*/
2270
- 262144 && i !== (i = /*$_*/
2271
- A[18]("expirationDate") + "") && U(a, i), q[0] & /*limitsUpdateData*/
2272
- 16384 && o !== (o = /*selectData*/
2273
- (A[56].expiryDate ? Ee(new Date(
2274
- /*selectData*/
2275
- A[56].expiryDate
2276
- ), "d/M/yyyy - h:mm a") : "N/A") + "") && U(s, o), q[0] & /*$_*/
2277
- 262144 && p !== (p = /*$_*/
2278
- A[18]("changedLimitTextBefore") + "") && U(D, p), q[0] & /*limitsUpdateData*/
2279
- 16384 && h !== (h = /*selectData*/
2280
- (A[56].updateAmount > 0 ? (
2281
- /*selectData*/
2282
- A[56].updateAmount
2283
- ) : 0) + "") && U(L, h), q[0] & /*limitsUpdateData, currency*/
2284
- 16400 && T !== (T = /*selectData*/
2285
- (A[56].minutes !== void 0 ? " minutes" : (
2286
- /*currency*/
2287
- A[4]
2288
- )) + "") && U(j, T), q[0] & /*$_*/
2289
- 262144 && O !== (O = /*$_*/
2290
- A[18]("changedLimitTextAfter") + "") && U(Z, O);
2291
- },
2292
- d(A) {
2293
- A && (C(e), C(l), C(m));
2294
- }
2295
- };
2296
- }
2297
- function nt(t) {
2298
- let e, i, a = (
2299
- /*$_*/
2300
- t[18]("" + /*selectData*/
2301
- t[56].period.charAt(0).toLowerCase() + /*selectData*/
2302
- t[56].period.substring(1)) + ""
2303
- ), n, r, o, s = (
2304
- /*selectData*/
2305
- t[56].period == /*storedData*/
2306
- t[17][
2307
- /*index*/
2308
- t[58]
2309
- ].period && Ke(t)
2310
- );
2311
- return {
2312
- c() {
2313
- e = b("div"), i = b("p"), n = N(a), r = P(), s && s.c(), o = P(), g(i, "class", "AccountEditLimitsTitle"), g(e, "class", "AccountEditLimitsBox");
2314
- },
2315
- m(l, m) {
2316
- M(l, e, m), d(e, i), d(i, n), d(e, r), s && s.m(e, null), d(e, o);
2317
- },
2318
- p(l, m) {
2319
- m[0] & /*$_, limitsUpdateData*/
2320
- 278528 && a !== (a = /*$_*/
2321
- l[18]("" + /*selectData*/
2322
- l[56].period.charAt(0).toLowerCase() + /*selectData*/
2323
- l[56].period.substring(1)) + "") && U(n, a), /*selectData*/
2324
- l[56].period == /*storedData*/
2325
- l[17][
2326
- /*index*/
2327
- l[58]
2328
- ].period ? s ? s.p(l, m) : (s = Ke(l), s.c(), s.m(e, o)) : s && (s.d(1), s = null);
2329
- },
2330
- d(l) {
2331
- l && C(e), s && s.d();
2332
- }
2333
- };
2334
- }
2335
- function Gi(t) {
2336
- let e, i, a, n, r, o, s, l, m, c, w, y, p = (
2337
- /*$_*/
2338
- t[18]("back") + ""
2339
- ), D, f, h, L, _ = (
2340
- /*limitsdata*/
2341
- (t[1] ? (
2342
- /*limitNameTitle*/
2343
- t[9]
2344
- ) : "") + ""
2345
- ), T, j, Y, O, Z, A, q, Q, S, z, X, W, oe = (
2346
- /*$_*/
2347
- t[18]("save") + ""
2348
- ), le, F, ue, ge, me, te, de, ce, ne = (
2349
- /*isMobile*/
2350
- t[19] && zi(t)
2351
- ), V = (
2352
- /*showsuccessnotification*/
2353
- t[2] && Ge(t)
2354
- ), H = (
2355
- /*showdeletenotification*/
2356
- t[3] && Re(t)
2357
- ), G = (
2358
- /*showLimits*/
2359
- t[8] && Je(t)
2360
- );
2361
- return {
2362
- c() {
2363
- e = b("div"), ne && ne.c(), i = P(), a = b("div"), n = K("svg"), r = K("defs"), o = K("style"), s = N(".aaa{fill:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));}"), l = K("g"), m = K("g"), c = K("path"), w = P(), y = b("h2"), D = N(p), f = P(), h = b("div"), L = b("h6"), T = N(_), j = P(), Y = b("div"), O = b("span"), O.textContent = "i", Z = P(), A = b("player-account-gaming-limits-popup"), q = P(), V && V.c(), Q = P(), H && H.c(), S = P(), G && G.c(), z = P(), X = b("div"), W = b("button"), le = N(oe), ge = P(), me = b("player-account-modal"), te = b("player-account-gaming-limits-confirmation-modal"), g(c, "class", "aaa"), g(c, "d", "M7.5,0,6.136,1.364,11.3,6.526H0V8.474H11.3L6.136,13.636,7.5,15,15,7.5Z"), g(c, "transform", "translate(15 15) rotate(180)"), g(m, "transform", "translate(20 158)"), g(l, "transform", "translate(-20 -158)"), g(n, "xmlns", "http://www.w3.org/2000/svg"), g(n, "width", "20"), g(n, "height", "20"), g(n, "viewBox", "0 0 15 15"), g(y, "class", "MyAccountCategoryTitle " + /*isMobile*/
2364
- (t[19] ? "MyAccountCategoryTitleNone" : "")), g(a, "class", "MenuReturnButton " + /*isMobile*/
2365
- (t[19] ? "MyAccountCategoryTitleNone" : "")), g(O, "class", "AccountEditLimitsIcon"), re(
2366
- A,
2367
- "showpopup",
2368
- /*showPopup*/
2369
- t[7]
2370
- ), re(
2371
- A,
2372
- "lang",
2373
- /*lang*/
2374
- t[0]
2375
- ), g(Y, "class", "AccountEditLimitsIconWrapper"), g(h, "class", "AccountEditLimitsHeader"), g(W, "class", F = "AccountEditLimitsSaveButton " + /*hasDifferences*/
2376
- (t[15] ? "" : "AccountEditLimitsButtonDisabled")), W.disabled = ue = !/*hasDifferences*/
2377
- t[15], g(X, "class", "AccountEditLimitsControlArea"), g(e, "class", "AccountEditLimitsWrapper " + /*isMobile*/
2378
- (t[19] ? "AccountEditLimitsMobileWrapper" : "")), re(
2379
- te,
2380
- "modaltext",
2381
- /*changeLimitsText*/
2382
- t[12]
2383
- ), re(te, "modalsource", "groupEdit"), re(
2384
- te,
2385
- "lang",
2386
- /*lang*/
2387
- t[0]
2388
- );
2389
- },
2390
- m(k, B) {
2391
- M(k, e, B), ne && ne.m(e, null), d(e, i), d(e, a), d(a, n), d(n, r), d(r, o), d(o, s), d(n, l), d(l, m), d(m, c), d(a, w), d(a, y), d(y, D), d(e, f), d(e, h), d(h, L), d(L, T), d(h, j), d(h, Y), d(Y, O), d(Y, Z), d(Y, A), d(e, q), V && V.m(e, null), d(e, Q), H && H.m(e, null), d(e, S), G && G.m(e, null), d(e, z), d(e, X), d(X, W), d(W, le), t[34](e), M(k, ge, B), M(k, me, B), d(me, te), de || (ce = [
2392
- ae(
2393
- a,
2394
- "click",
2395
- /*switchToLimitsGroupView*/
2396
- t[22]
2397
- ),
2398
- ae(O, "click", _t(
2399
- /*openInfoPopup*/
2400
- t[21]
2401
- )),
2402
- ae(
2403
- W,
2404
- "click",
2405
- /*click_handler*/
2406
- t[33]
2407
- )
2408
- ], de = !0);
2409
- },
2410
- p(k, B) {
2411
- /*isMobile*/
2412
- k[19] && ne.p(k, B), B[0] & /*$_*/
2413
- 262144 && p !== (p = /*$_*/
2414
- k[18]("back") + "") && U(D, p), B[0] & /*limitsdata, limitNameTitle*/
2415
- 514 && _ !== (_ = /*limitsdata*/
2416
- (k[1] ? (
2417
- /*limitNameTitle*/
2418
- k[9]
2419
- ) : "") + "") && U(T, _), B[0] & /*showPopup*/
2420
- 128 && re(
2421
- A,
2422
- "showpopup",
2423
- /*showPopup*/
2424
- k[7]
2425
- ), B[0] & /*lang*/
2426
- 1 && re(
2427
- A,
2428
- "lang",
2429
- /*lang*/
2430
- k[0]
2431
- ), /*showsuccessnotification*/
2432
- k[2] ? V ? V.p(k, B) : (V = Ge(k), V.c(), V.m(e, Q)) : V && (V.d(1), V = null), /*showdeletenotification*/
2433
- k[3] ? H ? H.p(k, B) : (H = Re(k), H.c(), H.m(e, S)) : H && (H.d(1), H = null), /*showLimits*/
2434
- k[8] ? G ? G.p(k, B) : (G = Je(k), G.c(), G.m(e, z)) : G && (G.d(1), G = null), B[0] & /*$_*/
2435
- 262144 && oe !== (oe = /*$_*/
2436
- k[18]("save") + "") && U(le, oe), B[0] & /*hasDifferences*/
2437
- 32768 && F !== (F = "AccountEditLimitsSaveButton " + /*hasDifferences*/
2438
- (k[15] ? "" : "AccountEditLimitsButtonDisabled")) && g(W, "class", F), B[0] & /*hasDifferences*/
2439
- 32768 && ue !== (ue = !/*hasDifferences*/
2440
- k[15]) && (W.disabled = ue), B[0] & /*changeLimitsText*/
2441
- 4096 && re(
2442
- te,
2443
- "modaltext",
2444
- /*changeLimitsText*/
2445
- k[12]
2446
- ), B[0] & /*lang*/
2447
- 1 && re(
2448
- te,
2449
- "lang",
2450
- /*lang*/
2451
- k[0]
2452
- );
2453
- },
2454
- i: Be,
2455
- o: Be,
2456
- d(k) {
2457
- k && (C(e), C(ge), C(me)), ne && ne.d(), V && V.d(), H && H.d(), G && G.d(), t[34](null), de = !1, Ce(ce);
2458
- }
2459
- };
2460
- }
2461
- function Ri(t, e, i) {
2462
- let a;
2463
- kt(t, Nt, (u) => i(18, a = u));
2464
- let { limitsdata: n = [] } = e, { showsuccessnotification: r = !1 } = e, { showdeletenotification: o = !1 } = e, { currency: s = "" } = e, { lang: l = "en" } = e, { separatelimits: m = "true" } = e, { clientstyling: c = "" } = e, { clientstylingurl: w = "" } = e, { mbsource: y } = e, { translationurl: p = "" } = e;
2465
- const D = () => {
2466
- fetch(p).then((v) => v.json()).then((v) => {
2467
- Object.keys(v).forEach((x) => {
2468
- je(x, v[x]);
2469
- });
2470
- }).catch((v) => {
2471
- console.log(v);
2472
- });
2473
- };
2474
- Object.keys(qe).forEach((u) => {
2475
- je(u, qe[u]);
2476
- });
2477
- let f, h, L = !1, _ = !1, T = "", j = !1, Y = 0, O = 0, Z = "", A = window.navigator.userAgent, q = Et(A) !== "PC", Q = new Array(3).fill(0), S = {}, z = [], X = [], W = !1, oe = [];
2478
- const le = {
2479
- amount: /^[0-9]{0,8}$/,
2480
- time: /^[1-9]\d*$/
2481
- };
2482
- let F = [
2483
- {
2484
- period: "Daily",
2485
- amount: "No limit",
2486
- value: 0
2487
- },
2488
- {
2489
- period: "Weekly",
2490
- amount: "No limit",
2491
- value: 0
2492
- },
2493
- {
2494
- period: "Monthly",
2495
- amount: "No limit",
2496
- value: 0
2497
- }
2498
- ], ue = [
2499
- {
2500
- period: "Daily",
2501
- values: ["10000", "20000", "50000", "No limit", "Custom"]
2502
- },
2503
- {
2504
- period: "Weekly",
2505
- values: ["10000", "50000", "100000", "No limit", "Custom"]
2506
- },
2507
- {
2508
- period: "Monthly",
2509
- values: ["50000", "100000", "200000", "No limit", "Custom"]
2510
- }
2511
- ], ge = [
2512
- {
2513
- period: "Daily",
2514
- values: ["5000", "7000", "10000", "No limit", "Custom"]
2515
- },
2516
- {
2517
- period: "Weekly",
2518
- values: ["25000", "50000", "100000", "No limit", "Custom"]
2519
- },
2520
- {
2521
- period: "Monthly",
2522
- values: ["125000", "175000", "200000", "No limit", "Custom"]
2523
- }
2524
- ], me = [
2525
- {
2526
- period: "Daily",
2527
- values: ["5000", "7000", "10000", "No limit", "Custom"]
2528
- },
2529
- {
2530
- period: "Weekly",
2531
- values: ["25000", "50000", "100000", "No limit", "Custom"]
2532
- },
2533
- {
2534
- period: "Monthly",
2535
- values: ["125000", "175000", "200000", "No limit", "Custom"]
2536
- }
2537
- ], te = [
2538
- {
2539
- period: "Daily",
2540
- values: ["500", "1000", "1430", "No limit", "Custom"]
2541
- },
2542
- {
2543
- period: "Weekly",
2544
- values: ["5000", "7000", "10000", "No limit", "Custom"]
2545
- },
2546
- {
2547
- period: "Monthly",
2548
- values: ["20000", "30000", "43000", "No limit", "Custom"]
2549
- }
2550
- ];
2551
- const de = /* @__PURE__ */ new Map([
2552
- ["Deposit Limit", "depositLimits"],
2553
- ["Time Limit", "cumulativeSessionLimits"],
2554
- ["Wagering Limit", "wageringLimits"],
2555
- ["Loss Limit", "lossLimits"]
2556
- ]), ce = /* @__PURE__ */ new Map([
2557
- ["Deposit Limit", ue],
2558
- ["Time Limit", te],
2559
- ["Wagering Limit", ge],
2560
- ["Loss Limit", me]
2561
- ]), ne = () => {
2562
- i(7, L = !0);
2563
- }, V = () => {
2564
- window.postMessage({ type: "PlayerAccountBackToLimitsView" }, window.location.href);
2565
- }, H = () => {
2566
- window.postMessage({ type: "ShowLimitsConfirmationModal" }, window.location.href);
2567
- }, G = () => {
2568
- if (j) {
2569
- f === "Time Limit" ? F.forEach((v) => {
2570
- if (m == "true") {
2571
- if (v.value != 0) {
2572
- let x = { period: v.period, minutes: v.value };
2573
- z.push(x);
2574
- }
2575
- } else
2576
- S.forEach((x) => {
2577
- x.period === v.period && (x.minutes = v.value);
2578
- });
2579
- }) : F.forEach((v) => {
2580
- if (m == "true") {
2581
- if (v.value != 0) {
2582
- let x = {
2583
- period: v.period,
2584
- amount: v.value,
2585
- currency: s
2586
- };
2587
- z.push(x);
2588
- }
2589
- } else
2590
- S.forEach((x) => {
2591
- x.period === v.period && (x.amount = v.value, x.currency = s);
2592
- });
2593
- });
2594
- let u = {};
2595
- m == "true" ? u = {
2596
- [de.get(f)]: [...z]
2597
- } : u = {
2598
- [de.get(f)]: [...S]
2599
- }, z.length = 0, window.postMessage(
2600
- {
2601
- type: "PlayerAccountGamingLimitsUpdate",
2602
- payload: u,
2603
- limitsCategory: de.get(f)
2604
- },
2605
- window.location.href
2606
- ), i(15, W = !1);
2607
- }
2608
- }, k = (u, v, x, I) => {
2609
- switch (u.amount) {
2610
- case "Custom":
2611
- if (f == "Time Limit")
2612
- if (i(10, Y = 60), u.period === "Daily" ? i(11, O = 1440) : u.period == "Weekly" ? i(11, O = 10080) : i(11, O = 43200), u.value && le.time.test(u.value) && u.value > Y && u.value <= O) {
2613
- i(13, Q[v] = 0, Q);
2614
- let J = I[v];
2615
- u.period == J.period && u.value == J.amount ? (i(15, W = !1), B(u, I)) : i(15, W = !0);
2616
- } else
2617
- i(13, Q[v] = 1, Q), i(15, W = !1);
2618
- else
2619
- u.value && le.amount.test(u.value) ? (i(13, Q[v] = 0, Q), u.period == I[v].period && u.value == I[v].amount ? (i(15, W = !!W), B(u, I)) : i(15, W = !0), m != "true" && F.forEach((J) => {
2620
- J.value == 0 && i(15, W = !1);
2621
- })) : (i(13, Q[v] = 1, Q), i(15, W = !1));
2622
- break;
2623
- default:
2624
- u.period == I[v].period ? (B(u, I), i(15, W = u.value != I[v].amount)) : i(15, W = !0), F.forEach((J) => {
2625
- (J.value == 0 && m != "true" || J.amount == "Custom" && !le.amount.test(J.value.toString())) && i(15, W = !1);
2626
- });
2627
- break;
2628
- }
2629
- }, B = (u, v) => {
2630
- let x = JSON.parse(JSON.stringify(v));
2631
- F.forEach((I) => {
2632
- x.forEach((J) => {
2633
- I.period == u.period && (I.amount !== "Custom" && I.amount !== "No limit" ? I.value = JSON.parse(I.amount) : I.amount === "No limit" && (I.value = 0)), J.period === I.period && (J.amount = I.value);
2634
- });
2635
- });
2636
- }, ut = (u, v, x, I) => {
2637
- let J = u.values;
2638
- !v.amount || v.amount === "No limit" ? x.forEach(($) => {
2639
- $.period === v.period && ($.amount = v.amount, $.value = 0);
2640
- }) : J.includes(JSON.stringify(v.amount)) ? x.forEach(($) => {
2641
- $.period === v.period && ($.amount = JSON.stringify(v.amount), $.value = v.amount);
2642
- }) : x.forEach(($) => {
2643
- $.period === v.period && ($.amount = "Custom", $.value = v.amount);
2644
- });
2645
- }, mt = (u) => {
2646
- X.forEach((v) => {
2647
- u.period === v.period && (f === "Time Limit" && (i(10, Y = 60), u.period === "Daily" ? i(11, O = 1440) : u.period == "Weekly" ? i(11, O = 10080) : i(11, O = 43200)), v.values.indexOf(u.amount) > -1 && (u.amount === "No limit" ? u.amount = 0 : u.amount = JSON.parse(u.amount)));
2648
- });
2649
- }, dt = () => {
2650
- oe.forEach((u) => {
2651
- mt(u);
2652
- }), S.forEach((u) => {
2653
- X.forEach((v) => {
2654
- u.period === v.period && ut(v, u, F);
2655
- });
2656
- });
2657
- }, We = () => {
2658
- let u = "";
2659
- u = f === "Time Limit" ? "time limit" : f === "Deposit Limit" ? "deposit limit" : f === "Wagering Limit" ? "wagering limit" : "loss limit", i(12, Z = a("changeLimitsText", { values: { limit: u } }));
2660
- }, De = () => {
2661
- ji(l), We(), i(16, oe = JSON.parse(JSON.stringify(n))), i(14, S = JSON.parse(JSON.stringify(n))), X = f === "Wagering Limit" ? ge : f === "Loss Limit" ? me : f === "Deposit Limit" ? ue : f === "Time Limit" ? te : [], dt();
2662
- }, Ne = (u) => {
2663
- if (u.data)
2664
- switch (u.data.type) {
2665
- case "LanguageChanged":
2666
- i(0, l = u.data.lang), We();
2667
- break;
2668
- case "EditPlayerLimit":
2669
- i(
2670
- 6,
2671
- f = u.data.name
2672
- ), i(9, T = a(f.charAt(0).toLowerCase() + f.substring(1).replace(/\s/g, ""))), De(), i(8, _ = !0);
2673
- break;
2674
- case "ClosePlayerAccountGamingLimitsPopup":
2675
- i(7, L = !1);
2676
- break;
2677
- case "GamingLimitsConfirmChanges":
2678
- j = !0, G();
2679
- break;
2680
- case "CancelGamingLimitsChanges":
2681
- i(8, _ = !1), setTimeout(
2682
- () => {
2683
- i(8, _ = !0);
2684
- },
2685
- 10
2686
- ), De(), i(15, W = !1), j = !1;
2687
- break;
2688
- }
2689
- };
2690
- Ct(() => (window.addEventListener("message", Ne, !1), () => {
2691
- window.removeEventListener("message", Ne);
2692
- }));
2693
- function ct(u) {
2694
- F[u].amount = Mt(this), i(17, F), i(20, ce), i(6, f);
2695
- }
2696
- function ft(u) {
2697
- F[u].value = Le(this.value), i(17, F), i(20, ce), i(6, f);
2698
- }
2699
- function pt(u) {
2700
- F[u].value = Le(this.value), i(17, F), i(20, ce), i(6, f);
2701
- }
2702
- const ht = () => H();
2703
- function gt(u) {
2704
- Dt[u ? "unshift" : "push"](() => {
2705
- h = u, i(5, h);
2706
- });
2707
- }
2708
- return t.$$set = (u) => {
2709
- "limitsdata" in u && i(1, n = u.limitsdata), "showsuccessnotification" in u && i(2, r = u.showsuccessnotification), "showdeletenotification" in u && i(3, o = u.showdeletenotification), "currency" in u && i(4, s = u.currency), "lang" in u && i(0, l = u.lang), "separatelimits" in u && i(25, m = u.separatelimits), "clientstyling" in u && i(26, c = u.clientstyling), "clientstylingurl" in u && i(27, w = u.clientstylingurl), "mbsource" in u && i(28, y = u.mbsource), "translationurl" in u && i(29, p = u.translationurl);
2710
- }, t.$$.update = () => {
2711
- t.$$.dirty[0] & /*showsuccessnotification, showdeletenotification*/
2712
- 12 && r && o && De(), t.$$.dirty[0] & /*limitsdata, lang*/
2713
- 3, t.$$.dirty[0] & /*clientstyling, customStylingContainer*/
2714
- 67108896 && c && h && Ot(h, c), t.$$.dirty[0] & /*clientstylingurl, customStylingContainer*/
2715
- 134217760 && w && h && St(h, w), t.$$.dirty[0] & /*mbsource, customStylingContainer*/
2716
- 268435488 && y && h && Pt(h, `${y}.Style`), t.$$.dirty[0] & /*translationurl*/
2717
- 536870912 && p && D();
2718
- }, [
2719
- l,
2720
- n,
2721
- r,
2722
- o,
2723
- s,
2724
- h,
2725
- f,
2726
- L,
2727
- _,
2728
- T,
2729
- Y,
2730
- O,
2731
- Z,
2732
- Q,
2733
- S,
2734
- W,
2735
- oe,
2736
- F,
2737
- a,
2738
- q,
2739
- ce,
2740
- ne,
2741
- V,
2742
- H,
2743
- k,
2744
- m,
2745
- c,
2746
- w,
2747
- y,
2748
- p,
2749
- ct,
2750
- ft,
2751
- pt,
2752
- ht,
2753
- gt
2754
- ];
2755
- }
2756
- class lt extends wt {
2757
- constructor(e) {
2758
- super(), bt(
2759
- this,
2760
- e,
2761
- Ri,
2762
- Gi,
2763
- Lt,
2764
- {
2765
- limitsdata: 1,
2766
- showsuccessnotification: 2,
2767
- showdeletenotification: 3,
2768
- currency: 4,
2769
- lang: 0,
2770
- separatelimits: 25,
2771
- clientstyling: 26,
2772
- clientstylingurl: 27,
2773
- mbsource: 28,
2774
- translationurl: 29
2775
- },
2776
- qi,
2777
- [-1, -1, -1]
2778
- );
2779
- }
2780
- get limitsdata() {
2781
- return this.$$.ctx[1];
2782
- }
2783
- set limitsdata(e) {
2784
- this.$$set({ limitsdata: e }), ie();
2785
- }
2786
- get showsuccessnotification() {
2787
- return this.$$.ctx[2];
2788
- }
2789
- set showsuccessnotification(e) {
2790
- this.$$set({ showsuccessnotification: e }), ie();
2791
- }
2792
- get showdeletenotification() {
2793
- return this.$$.ctx[3];
2794
- }
2795
- set showdeletenotification(e) {
2796
- this.$$set({ showdeletenotification: e }), ie();
2797
- }
2798
- get currency() {
2799
- return this.$$.ctx[4];
2800
- }
2801
- set currency(e) {
2802
- this.$$set({ currency: e }), ie();
2803
- }
2804
- get lang() {
2805
- return this.$$.ctx[0];
2806
- }
2807
- set lang(e) {
2808
- this.$$set({ lang: e }), ie();
2809
- }
2810
- get separatelimits() {
2811
- return this.$$.ctx[25];
2812
- }
2813
- set separatelimits(e) {
2814
- this.$$set({ separatelimits: e }), ie();
2815
- }
2816
- get clientstyling() {
2817
- return this.$$.ctx[26];
2818
- }
2819
- set clientstyling(e) {
2820
- this.$$set({ clientstyling: e }), ie();
2821
- }
2822
- get clientstylingurl() {
2823
- return this.$$.ctx[27];
2824
- }
2825
- set clientstylingurl(e) {
2826
- this.$$set({ clientstylingurl: e }), ie();
2827
- }
2828
- get mbsource() {
2829
- return this.$$.ctx[28];
2830
- }
2831
- set mbsource(e) {
2832
- this.$$set({ mbsource: e }), ie();
2833
- }
2834
- get translationurl() {
2835
- return this.$$.ctx[29];
2836
- }
2837
- set translationurl(e) {
2838
- this.$$set({ translationurl: e }), ie();
2839
- }
2840
- }
2841
- Wt(lt, { limitsdata: {}, showsuccessnotification: { type: "Boolean" }, showdeletenotification: { type: "Boolean" }, currency: {}, lang: {}, separatelimits: {}, clientstyling: {}, clientstylingurl: {}, mbsource: {}, translationurl: {} }, [], [], !0);
2842
- const Ji = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2843
- __proto__: null,
2844
- default: lt
2845
- }, Symbol.toStringTag, { value: "Module" }));
2846
- export {
2847
- Ji as P,
2848
- Ee as f,
2849
- Xi as g
2850
- };