@everymatrix/player-account-gaming-limits-popup-2 1.44.0 → 1.45.0

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.
@@ -0,0 +1,4647 @@
1
+ var Pi = Object.defineProperty, wi = Object.defineProperties;
2
+ var Bi = Object.getOwnPropertyDescriptors;
3
+ var Lt = Object.getOwnPropertySymbols;
4
+ var Li = Object.prototype.hasOwnProperty, Ai = Object.prototype.propertyIsEnumerable;
5
+ var et = (e, t, i) => t in e ? Pi(e, t, { enumerable: !0, configurable: !0, writable: !0, value: i }) : e[t] = i, At = (e, t) => {
6
+ for (var i in t || (t = {}))
7
+ Li.call(t, i) && et(e, i, t[i]);
8
+ if (Lt)
9
+ for (var i of Lt(t))
10
+ Ai.call(t, i) && et(e, i, t[i]);
11
+ return e;
12
+ }, St = (e, t) => wi(e, Bi(t));
13
+ var K = (e, t, i) => et(e, typeof t != "symbol" ? t + "" : t, i);
14
+ var It = (e, t, i) => new Promise((n, r) => {
15
+ var s = (u) => {
16
+ try {
17
+ o(i.next(u));
18
+ } catch (a) {
19
+ r(a);
20
+ }
21
+ }, l = (u) => {
22
+ try {
23
+ o(i.throw(u));
24
+ } catch (a) {
25
+ r(a);
26
+ }
27
+ }, o = (u) => u.done ? n(u.value) : Promise.resolve(u.value).then(s, l);
28
+ o((i = i.apply(e, t)).next());
29
+ });
30
+ function te() {
31
+ }
32
+ function Zt(e) {
33
+ return e();
34
+ }
35
+ function Ht() {
36
+ return /* @__PURE__ */ Object.create(null);
37
+ }
38
+ function ue(e) {
39
+ e.forEach(Zt);
40
+ }
41
+ function yt(e) {
42
+ return typeof e == "function";
43
+ }
44
+ function Jt(e, t) {
45
+ return e != e ? t == t : e !== t || e && typeof e == "object" || typeof e == "function";
46
+ }
47
+ function Si(e) {
48
+ return Object.keys(e).length === 0;
49
+ }
50
+ function Yt(e, ...t) {
51
+ if (e == null) {
52
+ for (const n of t)
53
+ n(void 0);
54
+ return te;
55
+ }
56
+ const i = e.subscribe(...t);
57
+ return i.unsubscribe ? () => i.unsubscribe() : i;
58
+ }
59
+ function Ii(e, t, i) {
60
+ e.$$.on_destroy.push(Yt(t, i));
61
+ }
62
+ const Hi = typeof window != "undefined" ? window : typeof globalThis != "undefined" ? globalThis : (
63
+ // @ts-ignore Node typings have this
64
+ global
65
+ );
66
+ function p(e, t) {
67
+ e.appendChild(t);
68
+ }
69
+ function ki(e, t, i) {
70
+ const n = ji(e);
71
+ if (!n.getElementById(t)) {
72
+ const r = v("style");
73
+ r.id = t, r.textContent = i, Ci(n, r);
74
+ }
75
+ }
76
+ function ji(e) {
77
+ if (!e) return document;
78
+ const t = e.getRootNode ? e.getRootNode() : e.ownerDocument;
79
+ return t && /** @type {ShadowRoot} */
80
+ t.host ? (
81
+ /** @type {ShadowRoot} */
82
+ t
83
+ ) : e.ownerDocument;
84
+ }
85
+ function Ci(e, t) {
86
+ return p(
87
+ /** @type {Document} */
88
+ e.head || e,
89
+ t
90
+ ), t.sheet;
91
+ }
92
+ function x(e, t, i) {
93
+ e.insertBefore(t, i || null);
94
+ }
95
+ function y(e) {
96
+ e.parentNode && e.parentNode.removeChild(e);
97
+ }
98
+ function v(e) {
99
+ return document.createElement(e);
100
+ }
101
+ function J(e) {
102
+ return document.createElementNS("http://www.w3.org/2000/svg", e);
103
+ }
104
+ function B(e) {
105
+ return document.createTextNode(e);
106
+ }
107
+ function O() {
108
+ return B(" ");
109
+ }
110
+ function Z(e, t, i, n) {
111
+ return e.addEventListener(t, i, n), () => e.removeEventListener(t, i, n);
112
+ }
113
+ function h(e, t, i) {
114
+ i == null ? e.removeAttribute(t) : e.getAttribute(t) !== i && e.setAttribute(t, i);
115
+ }
116
+ function Qt(e) {
117
+ return e === "" ? null : +e;
118
+ }
119
+ function Ni(e) {
120
+ return Array.from(e.childNodes);
121
+ }
122
+ function k(e, t) {
123
+ t = "" + t, e.data !== t && (e.data = /** @type {string} */
124
+ t);
125
+ }
126
+ function kt(e, t) {
127
+ e.value = t == null ? "" : t;
128
+ }
129
+ function je(e, t, i, n) {
130
+ i == null ? e.style.removeProperty(t) : e.style.setProperty(t, i, "");
131
+ }
132
+ function Ue(e, t, i) {
133
+ e.classList.toggle(t, !!i);
134
+ }
135
+ function Oi(e) {
136
+ const t = {};
137
+ return e.childNodes.forEach(
138
+ /** @param {Element} node */
139
+ (i) => {
140
+ t[i.slot || "default"] = !0;
141
+ }
142
+ ), t;
143
+ }
144
+ let Et;
145
+ function Ce(e) {
146
+ Et = e;
147
+ }
148
+ const ve = [], ye = [];
149
+ let Ee = [];
150
+ const jt = [], Mi = /* @__PURE__ */ Promise.resolve();
151
+ let lt = !1;
152
+ function Di() {
153
+ lt || (lt = !0, Mi.then(oe));
154
+ }
155
+ function ut(e) {
156
+ Ee.push(e);
157
+ }
158
+ const tt = /* @__PURE__ */ new Set();
159
+ let be = 0;
160
+ function oe() {
161
+ if (be !== 0)
162
+ return;
163
+ const e = Et;
164
+ do {
165
+ try {
166
+ for (; be < ve.length; ) {
167
+ const t = ve[be];
168
+ be++, Ce(t), Ri(t.$$);
169
+ }
170
+ } catch (t) {
171
+ throw ve.length = 0, be = 0, t;
172
+ }
173
+ for (Ce(null), ve.length = 0, be = 0; ye.length; ) ye.pop()();
174
+ for (let t = 0; t < Ee.length; t += 1) {
175
+ const i = Ee[t];
176
+ tt.has(i) || (tt.add(i), i());
177
+ }
178
+ Ee.length = 0;
179
+ } while (ve.length);
180
+ for (; jt.length; )
181
+ jt.pop()();
182
+ lt = !1, tt.clear(), Ce(e);
183
+ }
184
+ function Ri(e) {
185
+ if (e.fragment !== null) {
186
+ e.update(), ue(e.before_update);
187
+ const t = e.dirty;
188
+ e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(ut);
189
+ }
190
+ }
191
+ function Ui(e) {
192
+ const t = [], i = [];
193
+ Ee.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : i.push(n)), i.forEach((n) => n()), Ee = t;
194
+ }
195
+ const Gi = /* @__PURE__ */ new Set();
196
+ function $i(e, t) {
197
+ e && e.i && (Gi.delete(e), e.i(t));
198
+ }
199
+ function zi(e, t, i) {
200
+ const { fragment: n, after_update: r } = e.$$;
201
+ n && n.m(t, i), ut(() => {
202
+ const s = e.$$.on_mount.map(Zt).filter(yt);
203
+ e.$$.on_destroy ? e.$$.on_destroy.push(...s) : ue(s), e.$$.on_mount = [];
204
+ }), r.forEach(ut);
205
+ }
206
+ function Fi(e, t) {
207
+ const i = e.$$;
208
+ i.fragment !== null && (Ui(i.after_update), ue(i.on_destroy), i.fragment && i.fragment.d(t), i.on_destroy = i.fragment = null, i.ctx = []);
209
+ }
210
+ function Vi(e, t) {
211
+ e.$$.dirty[0] === -1 && (ve.push(e), Di(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
212
+ }
213
+ function Xi(e, t, i, n, r, s, l = null, o = [-1]) {
214
+ const u = Et;
215
+ Ce(e);
216
+ const a = e.$$ = {
217
+ fragment: null,
218
+ ctx: [],
219
+ // state
220
+ props: s,
221
+ update: te,
222
+ not_equal: r,
223
+ bound: Ht(),
224
+ // lifecycle
225
+ on_mount: [],
226
+ on_destroy: [],
227
+ on_disconnect: [],
228
+ before_update: [],
229
+ after_update: [],
230
+ context: new Map(t.context || (u ? u.$$.context : [])),
231
+ // everything else
232
+ callbacks: Ht(),
233
+ dirty: o,
234
+ skip_bound: !1,
235
+ root: t.target || u.$$.root
236
+ };
237
+ l && l(a.root);
238
+ let c = !1;
239
+ if (a.ctx = i ? i(e, t.props || {}, (f, m, ...g) => {
240
+ const E = g.length ? g[0] : m;
241
+ return a.ctx && r(a.ctx[f], a.ctx[f] = E) && (!a.skip_bound && a.bound[f] && a.bound[f](E), c && Vi(e, f)), m;
242
+ }) : [], a.update(), c = !0, ue(a.before_update), a.fragment = n ? n(a.ctx) : !1, t.target) {
243
+ if (t.hydrate) {
244
+ const f = Ni(t.target);
245
+ a.fragment && a.fragment.l(f), f.forEach(y);
246
+ } else
247
+ a.fragment && a.fragment.c();
248
+ t.intro && $i(e.$$.fragment), zi(e, t.target, t.anchor), oe();
249
+ }
250
+ Ce(u);
251
+ }
252
+ let Kt;
253
+ typeof HTMLElement == "function" && (Kt = class extends HTMLElement {
254
+ constructor(t, i, n) {
255
+ super();
256
+ /** The Svelte component constructor */
257
+ K(this, "$$ctor");
258
+ /** Slots */
259
+ K(this, "$$s");
260
+ /** The Svelte component instance */
261
+ K(this, "$$c");
262
+ /** Whether or not the custom element is connected */
263
+ K(this, "$$cn", !1);
264
+ /** Component props data */
265
+ K(this, "$$d", {});
266
+ /** `true` if currently in the process of reflecting component props back to attributes */
267
+ K(this, "$$r", !1);
268
+ /** @type {Record<string, CustomElementPropDefinition>} Props definition (name, reflected, type etc) */
269
+ K(this, "$$p_d", {});
270
+ /** @type {Record<string, Function[]>} Event listeners */
271
+ K(this, "$$l", {});
272
+ /** @type {Map<Function, Function>} Event listener unsubscribe functions */
273
+ K(this, "$$l_u", /* @__PURE__ */ new Map());
274
+ this.$$ctor = t, this.$$s = i, n && this.attachShadow({ mode: "open" });
275
+ }
276
+ addEventListener(t, i, n) {
277
+ if (this.$$l[t] = this.$$l[t] || [], this.$$l[t].push(i), this.$$c) {
278
+ const r = this.$$c.$on(t, i);
279
+ this.$$l_u.set(i, r);
280
+ }
281
+ super.addEventListener(t, i, n);
282
+ }
283
+ removeEventListener(t, i, n) {
284
+ if (super.removeEventListener(t, i, n), this.$$c) {
285
+ const r = this.$$l_u.get(i);
286
+ r && (r(), this.$$l_u.delete(i));
287
+ }
288
+ }
289
+ connectedCallback() {
290
+ return It(this, null, function* () {
291
+ if (this.$$cn = !0, !this.$$c) {
292
+ let t = function(s) {
293
+ return () => {
294
+ let l;
295
+ return {
296
+ c: function() {
297
+ l = v("slot"), s !== "default" && h(l, "name", s);
298
+ },
299
+ /**
300
+ * @param {HTMLElement} target
301
+ * @param {HTMLElement} [anchor]
302
+ */
303
+ m: function(a, c) {
304
+ x(a, l, c);
305
+ },
306
+ d: function(a) {
307
+ a && y(l);
308
+ }
309
+ };
310
+ };
311
+ };
312
+ if (yield Promise.resolve(), !this.$$cn || this.$$c)
313
+ return;
314
+ const i = {}, n = Oi(this);
315
+ for (const s of this.$$s)
316
+ s in n && (i[s] = [t(s)]);
317
+ for (const s of this.attributes) {
318
+ const l = this.$$g_p(s.name);
319
+ l in this.$$d || (this.$$d[l] = $e(l, s.value, this.$$p_d, "toProp"));
320
+ }
321
+ for (const s in this.$$p_d)
322
+ !(s in this.$$d) && this[s] !== void 0 && (this.$$d[s] = this[s], delete this[s]);
323
+ this.$$c = new this.$$ctor({
324
+ target: this.shadowRoot || this,
325
+ props: St(At({}, this.$$d), {
326
+ $$slots: i,
327
+ $$scope: {
328
+ ctx: []
329
+ }
330
+ })
331
+ });
332
+ const r = () => {
333
+ this.$$r = !0;
334
+ for (const s in this.$$p_d)
335
+ if (this.$$d[s] = this.$$c.$$.ctx[this.$$c.$$.props[s]], this.$$p_d[s].reflect) {
336
+ const l = $e(
337
+ s,
338
+ this.$$d[s],
339
+ this.$$p_d,
340
+ "toAttribute"
341
+ );
342
+ l == null ? this.removeAttribute(this.$$p_d[s].attribute || s) : this.setAttribute(this.$$p_d[s].attribute || s, l);
343
+ }
344
+ this.$$r = !1;
345
+ };
346
+ this.$$c.$$.after_update.push(r), r();
347
+ for (const s in this.$$l)
348
+ for (const l of this.$$l[s]) {
349
+ const o = this.$$c.$on(s, l);
350
+ this.$$l_u.set(l, o);
351
+ }
352
+ this.$$l = {};
353
+ }
354
+ });
355
+ }
356
+ // We don't need this when working within Svelte code, but for compatibility of people using this outside of Svelte
357
+ // and setting attributes through setAttribute etc, this is helpful
358
+ attributeChangedCallback(t, i, n) {
359
+ var r;
360
+ this.$$r || (t = this.$$g_p(t), this.$$d[t] = $e(t, n, this.$$p_d, "toProp"), (r = this.$$c) == null || r.$set({ [t]: this.$$d[t] }));
361
+ }
362
+ disconnectedCallback() {
363
+ this.$$cn = !1, Promise.resolve().then(() => {
364
+ !this.$$cn && this.$$c && (this.$$c.$destroy(), this.$$c = void 0);
365
+ });
366
+ }
367
+ $$g_p(t) {
368
+ return Object.keys(this.$$p_d).find(
369
+ (i) => this.$$p_d[i].attribute === t || !this.$$p_d[i].attribute && i.toLowerCase() === t
370
+ ) || t;
371
+ }
372
+ });
373
+ function $e(e, t, i, n) {
374
+ var s;
375
+ const r = (s = i[e]) == null ? void 0 : s.type;
376
+ if (t = r === "Boolean" && typeof t != "boolean" ? t != null : t, !n || !i[e])
377
+ return t;
378
+ if (n === "toAttribute")
379
+ switch (r) {
380
+ case "Object":
381
+ case "Array":
382
+ return t == null ? null : JSON.stringify(t);
383
+ case "Boolean":
384
+ return t ? "" : null;
385
+ case "Number":
386
+ return t == null ? null : t;
387
+ default:
388
+ return t;
389
+ }
390
+ else
391
+ switch (r) {
392
+ case "Object":
393
+ case "Array":
394
+ return t && JSON.parse(t);
395
+ case "Boolean":
396
+ return t;
397
+ case "Number":
398
+ return t != null ? +t : t;
399
+ default:
400
+ return t;
401
+ }
402
+ }
403
+ function qi(e, t, i, n, r, s) {
404
+ let l = class extends Kt {
405
+ constructor() {
406
+ super(e, i, r), this.$$p_d = t;
407
+ }
408
+ static get observedAttributes() {
409
+ return Object.keys(t).map(
410
+ (o) => (t[o].attribute || o).toLowerCase()
411
+ );
412
+ }
413
+ };
414
+ return Object.keys(t).forEach((o) => {
415
+ Object.defineProperty(l.prototype, o, {
416
+ get() {
417
+ return this.$$c && o in this.$$c ? this.$$c[o] : this.$$d[o];
418
+ },
419
+ set(u) {
420
+ var a;
421
+ u = $e(o, u, t), this.$$d[o] = u, (a = this.$$c) == null || a.$set({ [o]: u });
422
+ }
423
+ });
424
+ }), n.forEach((o) => {
425
+ Object.defineProperty(l.prototype, o, {
426
+ get() {
427
+ var u;
428
+ return (u = this.$$c) == null ? void 0 : u[o];
429
+ }
430
+ });
431
+ }), e.element = /** @type {any} */
432
+ l, l;
433
+ }
434
+ class Wi {
435
+ constructor() {
436
+ /**
437
+ * ### PRIVATE API
438
+ *
439
+ * Do not use, may change at any time
440
+ *
441
+ * @type {any}
442
+ */
443
+ K(this, "$$");
444
+ /**
445
+ * ### PRIVATE API
446
+ *
447
+ * Do not use, may change at any time
448
+ *
449
+ * @type {any}
450
+ */
451
+ K(this, "$$set");
452
+ }
453
+ /** @returns {void} */
454
+ $destroy() {
455
+ Fi(this, 1), this.$destroy = te;
456
+ }
457
+ /**
458
+ * @template {Extract<keyof Events, string>} K
459
+ * @param {K} type
460
+ * @param {((e: Events[K]) => void) | null | undefined} callback
461
+ * @returns {() => void}
462
+ */
463
+ $on(t, i) {
464
+ if (!yt(i))
465
+ return te;
466
+ const n = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
467
+ return n.push(i), () => {
468
+ const r = n.indexOf(i);
469
+ r !== -1 && n.splice(r, 1);
470
+ };
471
+ }
472
+ /**
473
+ * @param {Partial<Props>} props
474
+ * @returns {void}
475
+ */
476
+ $set(t) {
477
+ this.$$set && !Si(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
478
+ }
479
+ }
480
+ const Zi = "4";
481
+ typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Zi);
482
+ const ge = [];
483
+ function Ji(e, t) {
484
+ return {
485
+ subscribe: qe(e, t).subscribe
486
+ };
487
+ }
488
+ function qe(e, t = te) {
489
+ let i;
490
+ const n = /* @__PURE__ */ new Set();
491
+ function r(o) {
492
+ if (Jt(e, o) && (e = o, i)) {
493
+ const u = !ge.length;
494
+ for (const a of n)
495
+ a[1](), ge.push(a, e);
496
+ if (u) {
497
+ for (let a = 0; a < ge.length; a += 2)
498
+ ge[a][0](ge[a + 1]);
499
+ ge.length = 0;
500
+ }
501
+ }
502
+ }
503
+ function s(o) {
504
+ r(o(e));
505
+ }
506
+ function l(o, u = te) {
507
+ const a = [o, u];
508
+ return n.add(a), n.size === 1 && (i = t(r, s) || te), o(e), () => {
509
+ n.delete(a), n.size === 0 && i && (i(), i = null);
510
+ };
511
+ }
512
+ return { set: r, update: s, subscribe: l };
513
+ }
514
+ function we(e, t, i) {
515
+ const n = !Array.isArray(e), r = n ? [e] : e;
516
+ if (!r.every(Boolean))
517
+ throw new Error("derived() expects stores as input, got a falsy value");
518
+ const s = t.length < 2;
519
+ return Ji(i, (l, o) => {
520
+ let u = !1;
521
+ const a = [];
522
+ let c = 0, f = te;
523
+ const m = () => {
524
+ if (c)
525
+ return;
526
+ f();
527
+ const E = t(n ? a[0] : a, l, o);
528
+ s ? l(E) : f = yt(E) ? E : te;
529
+ }, g = r.map(
530
+ (E, _) => Yt(
531
+ E,
532
+ (b) => {
533
+ a[_] = b, c &= ~(1 << _), u && m();
534
+ },
535
+ () => {
536
+ c |= 1 << _;
537
+ }
538
+ )
539
+ );
540
+ return u = !0, m(), function() {
541
+ ue(g), f(), u = !1;
542
+ };
543
+ });
544
+ }
545
+ function Yi(e) {
546
+ return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
547
+ }
548
+ var Qi = function(t) {
549
+ return Ki(t) && !en(t);
550
+ };
551
+ function Ki(e) {
552
+ return !!e && typeof e == "object";
553
+ }
554
+ function en(e) {
555
+ var t = Object.prototype.toString.call(e);
556
+ return t === "[object RegExp]" || t === "[object Date]" || rn(e);
557
+ }
558
+ var tn = typeof Symbol == "function" && Symbol.for, nn = tn ? Symbol.for("react.element") : 60103;
559
+ function rn(e) {
560
+ return e.$$typeof === nn;
561
+ }
562
+ function sn(e) {
563
+ return Array.isArray(e) ? [] : {};
564
+ }
565
+ function Ne(e, t) {
566
+ return t.clone !== !1 && t.isMergeableObject(e) ? _e(sn(e), e, t) : e;
567
+ }
568
+ function on(e, t, i) {
569
+ return e.concat(t).map(function(n) {
570
+ return Ne(n, i);
571
+ });
572
+ }
573
+ function an(e, t) {
574
+ if (!t.customMerge)
575
+ return _e;
576
+ var i = t.customMerge(e);
577
+ return typeof i == "function" ? i : _e;
578
+ }
579
+ function ln(e) {
580
+ return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(t) {
581
+ return Object.propertyIsEnumerable.call(e, t);
582
+ }) : [];
583
+ }
584
+ function Ct(e) {
585
+ return Object.keys(e).concat(ln(e));
586
+ }
587
+ function ei(e, t) {
588
+ try {
589
+ return t in e;
590
+ } catch (i) {
591
+ return !1;
592
+ }
593
+ }
594
+ function un(e, t) {
595
+ return ei(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
596
+ }
597
+ function cn(e, t, i) {
598
+ var n = {};
599
+ return i.isMergeableObject(e) && Ct(e).forEach(function(r) {
600
+ n[r] = Ne(e[r], i);
601
+ }), Ct(t).forEach(function(r) {
602
+ un(e, r) || (ei(e, r) && i.isMergeableObject(t[r]) ? n[r] = an(r, i)(e[r], t[r], i) : n[r] = Ne(t[r], i));
603
+ }), n;
604
+ }
605
+ function _e(e, t, i) {
606
+ i = i || {}, i.arrayMerge = i.arrayMerge || on, i.isMergeableObject = i.isMergeableObject || Qi, i.cloneUnlessOtherwiseSpecified = Ne;
607
+ var n = Array.isArray(t), r = Array.isArray(e), s = n === r;
608
+ return s ? n ? i.arrayMerge(e, t, i) : cn(e, t, i) : Ne(t, i);
609
+ }
610
+ _e.all = function(t, i) {
611
+ if (!Array.isArray(t))
612
+ throw new Error("first argument should be an array");
613
+ return t.reduce(function(n, r) {
614
+ return _e(n, r, i);
615
+ }, {});
616
+ };
617
+ var hn = _e, fn = hn;
618
+ const pn = /* @__PURE__ */ Yi(fn);
619
+ var ct = function(e, t) {
620
+ return ct = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(i, n) {
621
+ i.__proto__ = n;
622
+ } || function(i, n) {
623
+ for (var r in n) Object.prototype.hasOwnProperty.call(n, r) && (i[r] = n[r]);
624
+ }, ct(e, t);
625
+ };
626
+ function We(e, t) {
627
+ if (typeof t != "function" && t !== null)
628
+ throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
629
+ ct(e, t);
630
+ function i() {
631
+ this.constructor = e;
632
+ }
633
+ e.prototype = t === null ? Object.create(t) : (i.prototype = t.prototype, new i());
634
+ }
635
+ var H = function() {
636
+ return H = Object.assign || function(t) {
637
+ for (var i, n = 1, r = arguments.length; n < r; n++) {
638
+ i = arguments[n];
639
+ for (var s in i) Object.prototype.hasOwnProperty.call(i, s) && (t[s] = i[s]);
640
+ }
641
+ return t;
642
+ }, H.apply(this, arguments);
643
+ };
644
+ function mn(e, t) {
645
+ var i = {};
646
+ for (var n in e) Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (i[n] = e[n]);
647
+ if (e != null && typeof Object.getOwnPropertySymbols == "function")
648
+ for (var r = 0, n = Object.getOwnPropertySymbols(e); r < n.length; r++)
649
+ t.indexOf(n[r]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[r]) && (i[n[r]] = e[n[r]]);
650
+ return i;
651
+ }
652
+ function it(e, t, i) {
653
+ if (i || arguments.length === 2) for (var n = 0, r = t.length, s; n < r; n++)
654
+ (s || !(n in t)) && (s || (s = Array.prototype.slice.call(t, 0, n)), s[n] = t[n]);
655
+ return e.concat(s || Array.prototype.slice.call(t));
656
+ }
657
+ var w;
658
+ (function(e) {
659
+ e[e.EXPECT_ARGUMENT_CLOSING_BRACE = 1] = "EXPECT_ARGUMENT_CLOSING_BRACE", e[e.EMPTY_ARGUMENT = 2] = "EMPTY_ARGUMENT", e[e.MALFORMED_ARGUMENT = 3] = "MALFORMED_ARGUMENT", e[e.EXPECT_ARGUMENT_TYPE = 4] = "EXPECT_ARGUMENT_TYPE", e[e.INVALID_ARGUMENT_TYPE = 5] = "INVALID_ARGUMENT_TYPE", e[e.EXPECT_ARGUMENT_STYLE = 6] = "EXPECT_ARGUMENT_STYLE", e[e.INVALID_NUMBER_SKELETON = 7] = "INVALID_NUMBER_SKELETON", e[e.INVALID_DATE_TIME_SKELETON = 8] = "INVALID_DATE_TIME_SKELETON", e[e.EXPECT_NUMBER_SKELETON = 9] = "EXPECT_NUMBER_SKELETON", e[e.EXPECT_DATE_TIME_SKELETON = 10] = "EXPECT_DATE_TIME_SKELETON", e[e.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE = 11] = "UNCLOSED_QUOTE_IN_ARGUMENT_STYLE", e[e.EXPECT_SELECT_ARGUMENT_OPTIONS = 12] = "EXPECT_SELECT_ARGUMENT_OPTIONS", e[e.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE = 13] = "EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE", e[e.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE = 14] = "INVALID_PLURAL_ARGUMENT_OFFSET_VALUE", e[e.EXPECT_SELECT_ARGUMENT_SELECTOR = 15] = "EXPECT_SELECT_ARGUMENT_SELECTOR", e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR = 16] = "EXPECT_PLURAL_ARGUMENT_SELECTOR", e[e.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT = 17] = "EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT", e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT = 18] = "EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT", e[e.INVALID_PLURAL_ARGUMENT_SELECTOR = 19] = "INVALID_PLURAL_ARGUMENT_SELECTOR", e[e.DUPLICATE_PLURAL_ARGUMENT_SELECTOR = 20] = "DUPLICATE_PLURAL_ARGUMENT_SELECTOR", e[e.DUPLICATE_SELECT_ARGUMENT_SELECTOR = 21] = "DUPLICATE_SELECT_ARGUMENT_SELECTOR", e[e.MISSING_OTHER_CLAUSE = 22] = "MISSING_OTHER_CLAUSE", e[e.INVALID_TAG = 23] = "INVALID_TAG", e[e.INVALID_TAG_NAME = 25] = "INVALID_TAG_NAME", e[e.UNMATCHED_CLOSING_TAG = 26] = "UNMATCHED_CLOSING_TAG", e[e.UNCLOSED_TAG = 27] = "UNCLOSED_TAG";
660
+ })(w || (w = {}));
661
+ var z;
662
+ (function(e) {
663
+ e[e.literal = 0] = "literal", e[e.argument = 1] = "argument", e[e.number = 2] = "number", e[e.date = 3] = "date", e[e.time = 4] = "time", e[e.select = 5] = "select", e[e.plural = 6] = "plural", e[e.pound = 7] = "pound", e[e.tag = 8] = "tag";
664
+ })(z || (z = {}));
665
+ var xe;
666
+ (function(e) {
667
+ e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
668
+ })(xe || (xe = {}));
669
+ function Nt(e) {
670
+ return e.type === z.literal;
671
+ }
672
+ function dn(e) {
673
+ return e.type === z.argument;
674
+ }
675
+ function ti(e) {
676
+ return e.type === z.number;
677
+ }
678
+ function ii(e) {
679
+ return e.type === z.date;
680
+ }
681
+ function ni(e) {
682
+ return e.type === z.time;
683
+ }
684
+ function ri(e) {
685
+ return e.type === z.select;
686
+ }
687
+ function si(e) {
688
+ return e.type === z.plural;
689
+ }
690
+ function bn(e) {
691
+ return e.type === z.pound;
692
+ }
693
+ function oi(e) {
694
+ return e.type === z.tag;
695
+ }
696
+ function ai(e) {
697
+ return !!(e && typeof e == "object" && e.type === xe.number);
698
+ }
699
+ function ht(e) {
700
+ return !!(e && typeof e == "object" && e.type === xe.dateTime);
701
+ }
702
+ var li = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, gn = /(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;
703
+ function vn(e) {
704
+ var t = {};
705
+ return e.replace(gn, function(i) {
706
+ var n = i.length;
707
+ switch (i[0]) {
708
+ case "G":
709
+ t.era = n === 4 ? "long" : n === 5 ? "narrow" : "short";
710
+ break;
711
+ case "y":
712
+ t.year = n === 2 ? "2-digit" : "numeric";
713
+ break;
714
+ case "Y":
715
+ case "u":
716
+ case "U":
717
+ case "r":
718
+ throw new RangeError("`Y/u/U/r` (year) patterns are not supported, use `y` instead");
719
+ case "q":
720
+ case "Q":
721
+ throw new RangeError("`q/Q` (quarter) patterns are not supported");
722
+ case "M":
723
+ case "L":
724
+ t.month = ["numeric", "2-digit", "short", "long", "narrow"][n - 1];
725
+ break;
726
+ case "w":
727
+ case "W":
728
+ throw new RangeError("`w/W` (week) patterns are not supported");
729
+ case "d":
730
+ t.day = ["numeric", "2-digit"][n - 1];
731
+ break;
732
+ case "D":
733
+ case "F":
734
+ case "g":
735
+ throw new RangeError("`D/F/g` (day) patterns are not supported, use `d` instead");
736
+ case "E":
737
+ t.weekday = n === 4 ? "long" : n === 5 ? "narrow" : "short";
738
+ break;
739
+ case "e":
740
+ if (n < 4)
741
+ throw new RangeError("`e..eee` (weekday) patterns are not supported");
742
+ t.weekday = ["short", "long", "narrow", "short"][n - 4];
743
+ break;
744
+ case "c":
745
+ if (n < 4)
746
+ throw new RangeError("`c..ccc` (weekday) patterns are not supported");
747
+ t.weekday = ["short", "long", "narrow", "short"][n - 4];
748
+ break;
749
+ case "a":
750
+ t.hour12 = !0;
751
+ break;
752
+ case "b":
753
+ case "B":
754
+ throw new RangeError("`b/B` (period) patterns are not supported, use `a` instead");
755
+ case "h":
756
+ t.hourCycle = "h12", t.hour = ["numeric", "2-digit"][n - 1];
757
+ break;
758
+ case "H":
759
+ t.hourCycle = "h23", t.hour = ["numeric", "2-digit"][n - 1];
760
+ break;
761
+ case "K":
762
+ t.hourCycle = "h11", t.hour = ["numeric", "2-digit"][n - 1];
763
+ break;
764
+ case "k":
765
+ t.hourCycle = "h24", t.hour = ["numeric", "2-digit"][n - 1];
766
+ break;
767
+ case "j":
768
+ case "J":
769
+ case "C":
770
+ throw new RangeError("`j/J/C` (hour) patterns are not supported, use `h/H/K/k` instead");
771
+ case "m":
772
+ t.minute = ["numeric", "2-digit"][n - 1];
773
+ break;
774
+ case "s":
775
+ t.second = ["numeric", "2-digit"][n - 1];
776
+ break;
777
+ case "S":
778
+ case "A":
779
+ throw new RangeError("`S/A` (second) patterns are not supported, use `s` instead");
780
+ case "z":
781
+ t.timeZoneName = n < 4 ? "short" : "long";
782
+ break;
783
+ case "Z":
784
+ case "O":
785
+ case "v":
786
+ case "V":
787
+ case "X":
788
+ case "x":
789
+ throw new RangeError("`Z/O/v/V/X/x` (timeZone) patterns are not supported, use `z` instead");
790
+ }
791
+ return "";
792
+ }), t;
793
+ }
794
+ var yn = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
795
+ function En(e) {
796
+ if (e.length === 0)
797
+ throw new Error("Number skeleton cannot be empty");
798
+ for (var t = e.split(yn).filter(function(m) {
799
+ return m.length > 0;
800
+ }), i = [], n = 0, r = t; n < r.length; n++) {
801
+ var s = r[n], l = s.split("/");
802
+ if (l.length === 0)
803
+ throw new Error("Invalid number skeleton");
804
+ for (var o = l[0], u = l.slice(1), a = 0, c = u; a < c.length; a++) {
805
+ var f = c[a];
806
+ if (f.length === 0)
807
+ throw new Error("Invalid number skeleton");
808
+ }
809
+ i.push({ stem: o, options: u });
810
+ }
811
+ return i;
812
+ }
813
+ function _n(e) {
814
+ return e.replace(/^(.*?)-/, "");
815
+ }
816
+ var Ot = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, ui = /^(@+)?(\+|#+)?[rs]?$/g, xn = /(\*)(0+)|(#+)(0+)|(0+)/g, ci = /^(0+)$/;
817
+ function Mt(e) {
818
+ var t = {};
819
+ return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(ui, function(i, n, r) {
820
+ return typeof r != "string" ? (t.minimumSignificantDigits = n.length, t.maximumSignificantDigits = n.length) : r === "+" ? t.minimumSignificantDigits = n.length : n[0] === "#" ? t.maximumSignificantDigits = n.length : (t.minimumSignificantDigits = n.length, t.maximumSignificantDigits = n.length + (typeof r == "string" ? r.length : 0)), "";
821
+ }), t;
822
+ }
823
+ function hi(e) {
824
+ switch (e) {
825
+ case "sign-auto":
826
+ return {
827
+ signDisplay: "auto"
828
+ };
829
+ case "sign-accounting":
830
+ case "()":
831
+ return {
832
+ currencySign: "accounting"
833
+ };
834
+ case "sign-always":
835
+ case "+!":
836
+ return {
837
+ signDisplay: "always"
838
+ };
839
+ case "sign-accounting-always":
840
+ case "()!":
841
+ return {
842
+ signDisplay: "always",
843
+ currencySign: "accounting"
844
+ };
845
+ case "sign-except-zero":
846
+ case "+?":
847
+ return {
848
+ signDisplay: "exceptZero"
849
+ };
850
+ case "sign-accounting-except-zero":
851
+ case "()?":
852
+ return {
853
+ signDisplay: "exceptZero",
854
+ currencySign: "accounting"
855
+ };
856
+ case "sign-never":
857
+ case "+_":
858
+ return {
859
+ signDisplay: "never"
860
+ };
861
+ }
862
+ }
863
+ function Tn(e) {
864
+ var t;
865
+ if (e[0] === "E" && e[1] === "E" ? (t = {
866
+ notation: "engineering"
867
+ }, e = e.slice(2)) : e[0] === "E" && (t = {
868
+ notation: "scientific"
869
+ }, e = e.slice(1)), t) {
870
+ var i = e.slice(0, 2);
871
+ if (i === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : i === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !ci.test(e))
872
+ throw new Error("Malformed concise eng/scientific notation");
873
+ t.minimumIntegerDigits = e.length;
874
+ }
875
+ return t;
876
+ }
877
+ function Dt(e) {
878
+ var t = {}, i = hi(e);
879
+ return i || t;
880
+ }
881
+ function Pn(e) {
882
+ for (var t = {}, i = 0, n = e; i < n.length; i++) {
883
+ var r = n[i];
884
+ switch (r.stem) {
885
+ case "percent":
886
+ case "%":
887
+ t.style = "percent";
888
+ continue;
889
+ case "%x100":
890
+ t.style = "percent", t.scale = 100;
891
+ continue;
892
+ case "currency":
893
+ t.style = "currency", t.currency = r.options[0];
894
+ continue;
895
+ case "group-off":
896
+ case ",_":
897
+ t.useGrouping = !1;
898
+ continue;
899
+ case "precision-integer":
900
+ case ".":
901
+ t.maximumFractionDigits = 0;
902
+ continue;
903
+ case "measure-unit":
904
+ case "unit":
905
+ t.style = "unit", t.unit = _n(r.options[0]);
906
+ continue;
907
+ case "compact-short":
908
+ case "K":
909
+ t.notation = "compact", t.compactDisplay = "short";
910
+ continue;
911
+ case "compact-long":
912
+ case "KK":
913
+ t.notation = "compact", t.compactDisplay = "long";
914
+ continue;
915
+ case "scientific":
916
+ t = H(H(H({}, t), { notation: "scientific" }), r.options.reduce(function(u, a) {
917
+ return H(H({}, u), Dt(a));
918
+ }, {}));
919
+ continue;
920
+ case "engineering":
921
+ t = H(H(H({}, t), { notation: "engineering" }), r.options.reduce(function(u, a) {
922
+ return H(H({}, u), Dt(a));
923
+ }, {}));
924
+ continue;
925
+ case "notation-simple":
926
+ t.notation = "standard";
927
+ continue;
928
+ case "unit-width-narrow":
929
+ t.currencyDisplay = "narrowSymbol", t.unitDisplay = "narrow";
930
+ continue;
931
+ case "unit-width-short":
932
+ t.currencyDisplay = "code", t.unitDisplay = "short";
933
+ continue;
934
+ case "unit-width-full-name":
935
+ t.currencyDisplay = "name", t.unitDisplay = "long";
936
+ continue;
937
+ case "unit-width-iso-code":
938
+ t.currencyDisplay = "symbol";
939
+ continue;
940
+ case "scale":
941
+ t.scale = parseFloat(r.options[0]);
942
+ continue;
943
+ case "rounding-mode-floor":
944
+ t.roundingMode = "floor";
945
+ continue;
946
+ case "rounding-mode-ceiling":
947
+ t.roundingMode = "ceil";
948
+ continue;
949
+ case "rounding-mode-down":
950
+ t.roundingMode = "trunc";
951
+ continue;
952
+ case "rounding-mode-up":
953
+ t.roundingMode = "expand";
954
+ continue;
955
+ case "rounding-mode-half-even":
956
+ t.roundingMode = "halfEven";
957
+ continue;
958
+ case "rounding-mode-half-down":
959
+ t.roundingMode = "halfTrunc";
960
+ continue;
961
+ case "rounding-mode-half-up":
962
+ t.roundingMode = "halfExpand";
963
+ continue;
964
+ case "integer-width":
965
+ if (r.options.length > 1)
966
+ throw new RangeError("integer-width stems only accept a single optional option");
967
+ r.options[0].replace(xn, function(u, a, c, f, m, g) {
968
+ if (a)
969
+ t.minimumIntegerDigits = c.length;
970
+ else {
971
+ if (f && m)
972
+ throw new Error("We currently do not support maximum integer digits");
973
+ if (g)
974
+ throw new Error("We currently do not support exact integer digits");
975
+ }
976
+ return "";
977
+ });
978
+ continue;
979
+ }
980
+ if (ci.test(r.stem)) {
981
+ t.minimumIntegerDigits = r.stem.length;
982
+ continue;
983
+ }
984
+ if (Ot.test(r.stem)) {
985
+ if (r.options.length > 1)
986
+ throw new RangeError("Fraction-precision stems only accept a single optional option");
987
+ r.stem.replace(Ot, function(u, a, c, f, m, g) {
988
+ return c === "*" ? t.minimumFractionDigits = a.length : f && f[0] === "#" ? t.maximumFractionDigits = f.length : m && g ? (t.minimumFractionDigits = m.length, t.maximumFractionDigits = m.length + g.length) : (t.minimumFractionDigits = a.length, t.maximumFractionDigits = a.length), "";
989
+ });
990
+ var s = r.options[0];
991
+ s === "w" ? t = H(H({}, t), { trailingZeroDisplay: "stripIfInteger" }) : s && (t = H(H({}, t), Mt(s)));
992
+ continue;
993
+ }
994
+ if (ui.test(r.stem)) {
995
+ t = H(H({}, t), Mt(r.stem));
996
+ continue;
997
+ }
998
+ var l = hi(r.stem);
999
+ l && (t = H(H({}, t), l));
1000
+ var o = Tn(r.stem);
1001
+ o && (t = H(H({}, t), o));
1002
+ }
1003
+ return t;
1004
+ }
1005
+ var Ge = {
1006
+ "001": [
1007
+ "H",
1008
+ "h"
1009
+ ],
1010
+ AC: [
1011
+ "H",
1012
+ "h",
1013
+ "hb",
1014
+ "hB"
1015
+ ],
1016
+ AD: [
1017
+ "H",
1018
+ "hB"
1019
+ ],
1020
+ AE: [
1021
+ "h",
1022
+ "hB",
1023
+ "hb",
1024
+ "H"
1025
+ ],
1026
+ AF: [
1027
+ "H",
1028
+ "hb",
1029
+ "hB",
1030
+ "h"
1031
+ ],
1032
+ AG: [
1033
+ "h",
1034
+ "hb",
1035
+ "H",
1036
+ "hB"
1037
+ ],
1038
+ AI: [
1039
+ "H",
1040
+ "h",
1041
+ "hb",
1042
+ "hB"
1043
+ ],
1044
+ AL: [
1045
+ "h",
1046
+ "H",
1047
+ "hB"
1048
+ ],
1049
+ AM: [
1050
+ "H",
1051
+ "hB"
1052
+ ],
1053
+ AO: [
1054
+ "H",
1055
+ "hB"
1056
+ ],
1057
+ AR: [
1058
+ "H",
1059
+ "h",
1060
+ "hB",
1061
+ "hb"
1062
+ ],
1063
+ AS: [
1064
+ "h",
1065
+ "H"
1066
+ ],
1067
+ AT: [
1068
+ "H",
1069
+ "hB"
1070
+ ],
1071
+ AU: [
1072
+ "h",
1073
+ "hb",
1074
+ "H",
1075
+ "hB"
1076
+ ],
1077
+ AW: [
1078
+ "H",
1079
+ "hB"
1080
+ ],
1081
+ AX: [
1082
+ "H"
1083
+ ],
1084
+ AZ: [
1085
+ "H",
1086
+ "hB",
1087
+ "h"
1088
+ ],
1089
+ BA: [
1090
+ "H",
1091
+ "hB",
1092
+ "h"
1093
+ ],
1094
+ BB: [
1095
+ "h",
1096
+ "hb",
1097
+ "H",
1098
+ "hB"
1099
+ ],
1100
+ BD: [
1101
+ "h",
1102
+ "hB",
1103
+ "H"
1104
+ ],
1105
+ BE: [
1106
+ "H",
1107
+ "hB"
1108
+ ],
1109
+ BF: [
1110
+ "H",
1111
+ "hB"
1112
+ ],
1113
+ BG: [
1114
+ "H",
1115
+ "hB",
1116
+ "h"
1117
+ ],
1118
+ BH: [
1119
+ "h",
1120
+ "hB",
1121
+ "hb",
1122
+ "H"
1123
+ ],
1124
+ BI: [
1125
+ "H",
1126
+ "h"
1127
+ ],
1128
+ BJ: [
1129
+ "H",
1130
+ "hB"
1131
+ ],
1132
+ BL: [
1133
+ "H",
1134
+ "hB"
1135
+ ],
1136
+ BM: [
1137
+ "h",
1138
+ "hb",
1139
+ "H",
1140
+ "hB"
1141
+ ],
1142
+ BN: [
1143
+ "hb",
1144
+ "hB",
1145
+ "h",
1146
+ "H"
1147
+ ],
1148
+ BO: [
1149
+ "H",
1150
+ "hB",
1151
+ "h",
1152
+ "hb"
1153
+ ],
1154
+ BQ: [
1155
+ "H"
1156
+ ],
1157
+ BR: [
1158
+ "H",
1159
+ "hB"
1160
+ ],
1161
+ BS: [
1162
+ "h",
1163
+ "hb",
1164
+ "H",
1165
+ "hB"
1166
+ ],
1167
+ BT: [
1168
+ "h",
1169
+ "H"
1170
+ ],
1171
+ BW: [
1172
+ "H",
1173
+ "h",
1174
+ "hb",
1175
+ "hB"
1176
+ ],
1177
+ BY: [
1178
+ "H",
1179
+ "h"
1180
+ ],
1181
+ BZ: [
1182
+ "H",
1183
+ "h",
1184
+ "hb",
1185
+ "hB"
1186
+ ],
1187
+ CA: [
1188
+ "h",
1189
+ "hb",
1190
+ "H",
1191
+ "hB"
1192
+ ],
1193
+ CC: [
1194
+ "H",
1195
+ "h",
1196
+ "hb",
1197
+ "hB"
1198
+ ],
1199
+ CD: [
1200
+ "hB",
1201
+ "H"
1202
+ ],
1203
+ CF: [
1204
+ "H",
1205
+ "h",
1206
+ "hB"
1207
+ ],
1208
+ CG: [
1209
+ "H",
1210
+ "hB"
1211
+ ],
1212
+ CH: [
1213
+ "H",
1214
+ "hB",
1215
+ "h"
1216
+ ],
1217
+ CI: [
1218
+ "H",
1219
+ "hB"
1220
+ ],
1221
+ CK: [
1222
+ "H",
1223
+ "h",
1224
+ "hb",
1225
+ "hB"
1226
+ ],
1227
+ CL: [
1228
+ "H",
1229
+ "h",
1230
+ "hB",
1231
+ "hb"
1232
+ ],
1233
+ CM: [
1234
+ "H",
1235
+ "h",
1236
+ "hB"
1237
+ ],
1238
+ CN: [
1239
+ "H",
1240
+ "hB",
1241
+ "hb",
1242
+ "h"
1243
+ ],
1244
+ CO: [
1245
+ "h",
1246
+ "H",
1247
+ "hB",
1248
+ "hb"
1249
+ ],
1250
+ CP: [
1251
+ "H"
1252
+ ],
1253
+ CR: [
1254
+ "H",
1255
+ "h",
1256
+ "hB",
1257
+ "hb"
1258
+ ],
1259
+ CU: [
1260
+ "H",
1261
+ "h",
1262
+ "hB",
1263
+ "hb"
1264
+ ],
1265
+ CV: [
1266
+ "H",
1267
+ "hB"
1268
+ ],
1269
+ CW: [
1270
+ "H",
1271
+ "hB"
1272
+ ],
1273
+ CX: [
1274
+ "H",
1275
+ "h",
1276
+ "hb",
1277
+ "hB"
1278
+ ],
1279
+ CY: [
1280
+ "h",
1281
+ "H",
1282
+ "hb",
1283
+ "hB"
1284
+ ],
1285
+ CZ: [
1286
+ "H"
1287
+ ],
1288
+ DE: [
1289
+ "H",
1290
+ "hB"
1291
+ ],
1292
+ DG: [
1293
+ "H",
1294
+ "h",
1295
+ "hb",
1296
+ "hB"
1297
+ ],
1298
+ DJ: [
1299
+ "h",
1300
+ "H"
1301
+ ],
1302
+ DK: [
1303
+ "H"
1304
+ ],
1305
+ DM: [
1306
+ "h",
1307
+ "hb",
1308
+ "H",
1309
+ "hB"
1310
+ ],
1311
+ DO: [
1312
+ "h",
1313
+ "H",
1314
+ "hB",
1315
+ "hb"
1316
+ ],
1317
+ DZ: [
1318
+ "h",
1319
+ "hB",
1320
+ "hb",
1321
+ "H"
1322
+ ],
1323
+ EA: [
1324
+ "H",
1325
+ "h",
1326
+ "hB",
1327
+ "hb"
1328
+ ],
1329
+ EC: [
1330
+ "H",
1331
+ "hB",
1332
+ "h",
1333
+ "hb"
1334
+ ],
1335
+ EE: [
1336
+ "H",
1337
+ "hB"
1338
+ ],
1339
+ EG: [
1340
+ "h",
1341
+ "hB",
1342
+ "hb",
1343
+ "H"
1344
+ ],
1345
+ EH: [
1346
+ "h",
1347
+ "hB",
1348
+ "hb",
1349
+ "H"
1350
+ ],
1351
+ ER: [
1352
+ "h",
1353
+ "H"
1354
+ ],
1355
+ ES: [
1356
+ "H",
1357
+ "hB",
1358
+ "h",
1359
+ "hb"
1360
+ ],
1361
+ ET: [
1362
+ "hB",
1363
+ "hb",
1364
+ "h",
1365
+ "H"
1366
+ ],
1367
+ FI: [
1368
+ "H"
1369
+ ],
1370
+ FJ: [
1371
+ "h",
1372
+ "hb",
1373
+ "H",
1374
+ "hB"
1375
+ ],
1376
+ FK: [
1377
+ "H",
1378
+ "h",
1379
+ "hb",
1380
+ "hB"
1381
+ ],
1382
+ FM: [
1383
+ "h",
1384
+ "hb",
1385
+ "H",
1386
+ "hB"
1387
+ ],
1388
+ FO: [
1389
+ "H",
1390
+ "h"
1391
+ ],
1392
+ FR: [
1393
+ "H",
1394
+ "hB"
1395
+ ],
1396
+ GA: [
1397
+ "H",
1398
+ "hB"
1399
+ ],
1400
+ GB: [
1401
+ "H",
1402
+ "h",
1403
+ "hb",
1404
+ "hB"
1405
+ ],
1406
+ GD: [
1407
+ "h",
1408
+ "hb",
1409
+ "H",
1410
+ "hB"
1411
+ ],
1412
+ GE: [
1413
+ "H",
1414
+ "hB",
1415
+ "h"
1416
+ ],
1417
+ GF: [
1418
+ "H",
1419
+ "hB"
1420
+ ],
1421
+ GG: [
1422
+ "H",
1423
+ "h",
1424
+ "hb",
1425
+ "hB"
1426
+ ],
1427
+ GH: [
1428
+ "h",
1429
+ "H"
1430
+ ],
1431
+ GI: [
1432
+ "H",
1433
+ "h",
1434
+ "hb",
1435
+ "hB"
1436
+ ],
1437
+ GL: [
1438
+ "H",
1439
+ "h"
1440
+ ],
1441
+ GM: [
1442
+ "h",
1443
+ "hb",
1444
+ "H",
1445
+ "hB"
1446
+ ],
1447
+ GN: [
1448
+ "H",
1449
+ "hB"
1450
+ ],
1451
+ GP: [
1452
+ "H",
1453
+ "hB"
1454
+ ],
1455
+ GQ: [
1456
+ "H",
1457
+ "hB",
1458
+ "h",
1459
+ "hb"
1460
+ ],
1461
+ GR: [
1462
+ "h",
1463
+ "H",
1464
+ "hb",
1465
+ "hB"
1466
+ ],
1467
+ GT: [
1468
+ "H",
1469
+ "h",
1470
+ "hB",
1471
+ "hb"
1472
+ ],
1473
+ GU: [
1474
+ "h",
1475
+ "hb",
1476
+ "H",
1477
+ "hB"
1478
+ ],
1479
+ GW: [
1480
+ "H",
1481
+ "hB"
1482
+ ],
1483
+ GY: [
1484
+ "h",
1485
+ "hb",
1486
+ "H",
1487
+ "hB"
1488
+ ],
1489
+ HK: [
1490
+ "h",
1491
+ "hB",
1492
+ "hb",
1493
+ "H"
1494
+ ],
1495
+ HN: [
1496
+ "H",
1497
+ "h",
1498
+ "hB",
1499
+ "hb"
1500
+ ],
1501
+ HR: [
1502
+ "H",
1503
+ "hB"
1504
+ ],
1505
+ HU: [
1506
+ "H",
1507
+ "h"
1508
+ ],
1509
+ IC: [
1510
+ "H",
1511
+ "h",
1512
+ "hB",
1513
+ "hb"
1514
+ ],
1515
+ ID: [
1516
+ "H"
1517
+ ],
1518
+ IE: [
1519
+ "H",
1520
+ "h",
1521
+ "hb",
1522
+ "hB"
1523
+ ],
1524
+ IL: [
1525
+ "H",
1526
+ "hB"
1527
+ ],
1528
+ IM: [
1529
+ "H",
1530
+ "h",
1531
+ "hb",
1532
+ "hB"
1533
+ ],
1534
+ IN: [
1535
+ "h",
1536
+ "H"
1537
+ ],
1538
+ IO: [
1539
+ "H",
1540
+ "h",
1541
+ "hb",
1542
+ "hB"
1543
+ ],
1544
+ IQ: [
1545
+ "h",
1546
+ "hB",
1547
+ "hb",
1548
+ "H"
1549
+ ],
1550
+ IR: [
1551
+ "hB",
1552
+ "H"
1553
+ ],
1554
+ IS: [
1555
+ "H"
1556
+ ],
1557
+ IT: [
1558
+ "H",
1559
+ "hB"
1560
+ ],
1561
+ JE: [
1562
+ "H",
1563
+ "h",
1564
+ "hb",
1565
+ "hB"
1566
+ ],
1567
+ JM: [
1568
+ "h",
1569
+ "hb",
1570
+ "H",
1571
+ "hB"
1572
+ ],
1573
+ JO: [
1574
+ "h",
1575
+ "hB",
1576
+ "hb",
1577
+ "H"
1578
+ ],
1579
+ JP: [
1580
+ "H",
1581
+ "K",
1582
+ "h"
1583
+ ],
1584
+ KE: [
1585
+ "hB",
1586
+ "hb",
1587
+ "H",
1588
+ "h"
1589
+ ],
1590
+ KG: [
1591
+ "H",
1592
+ "h",
1593
+ "hB",
1594
+ "hb"
1595
+ ],
1596
+ KH: [
1597
+ "hB",
1598
+ "h",
1599
+ "H",
1600
+ "hb"
1601
+ ],
1602
+ KI: [
1603
+ "h",
1604
+ "hb",
1605
+ "H",
1606
+ "hB"
1607
+ ],
1608
+ KM: [
1609
+ "H",
1610
+ "h",
1611
+ "hB",
1612
+ "hb"
1613
+ ],
1614
+ KN: [
1615
+ "h",
1616
+ "hb",
1617
+ "H",
1618
+ "hB"
1619
+ ],
1620
+ KP: [
1621
+ "h",
1622
+ "H",
1623
+ "hB",
1624
+ "hb"
1625
+ ],
1626
+ KR: [
1627
+ "h",
1628
+ "H",
1629
+ "hB",
1630
+ "hb"
1631
+ ],
1632
+ KW: [
1633
+ "h",
1634
+ "hB",
1635
+ "hb",
1636
+ "H"
1637
+ ],
1638
+ KY: [
1639
+ "h",
1640
+ "hb",
1641
+ "H",
1642
+ "hB"
1643
+ ],
1644
+ KZ: [
1645
+ "H",
1646
+ "hB"
1647
+ ],
1648
+ LA: [
1649
+ "H",
1650
+ "hb",
1651
+ "hB",
1652
+ "h"
1653
+ ],
1654
+ LB: [
1655
+ "h",
1656
+ "hB",
1657
+ "hb",
1658
+ "H"
1659
+ ],
1660
+ LC: [
1661
+ "h",
1662
+ "hb",
1663
+ "H",
1664
+ "hB"
1665
+ ],
1666
+ LI: [
1667
+ "H",
1668
+ "hB",
1669
+ "h"
1670
+ ],
1671
+ LK: [
1672
+ "H",
1673
+ "h",
1674
+ "hB",
1675
+ "hb"
1676
+ ],
1677
+ LR: [
1678
+ "h",
1679
+ "hb",
1680
+ "H",
1681
+ "hB"
1682
+ ],
1683
+ LS: [
1684
+ "h",
1685
+ "H"
1686
+ ],
1687
+ LT: [
1688
+ "H",
1689
+ "h",
1690
+ "hb",
1691
+ "hB"
1692
+ ],
1693
+ LU: [
1694
+ "H",
1695
+ "h",
1696
+ "hB"
1697
+ ],
1698
+ LV: [
1699
+ "H",
1700
+ "hB",
1701
+ "hb",
1702
+ "h"
1703
+ ],
1704
+ LY: [
1705
+ "h",
1706
+ "hB",
1707
+ "hb",
1708
+ "H"
1709
+ ],
1710
+ MA: [
1711
+ "H",
1712
+ "h",
1713
+ "hB",
1714
+ "hb"
1715
+ ],
1716
+ MC: [
1717
+ "H",
1718
+ "hB"
1719
+ ],
1720
+ MD: [
1721
+ "H",
1722
+ "hB"
1723
+ ],
1724
+ ME: [
1725
+ "H",
1726
+ "hB",
1727
+ "h"
1728
+ ],
1729
+ MF: [
1730
+ "H",
1731
+ "hB"
1732
+ ],
1733
+ MG: [
1734
+ "H",
1735
+ "h"
1736
+ ],
1737
+ MH: [
1738
+ "h",
1739
+ "hb",
1740
+ "H",
1741
+ "hB"
1742
+ ],
1743
+ MK: [
1744
+ "H",
1745
+ "h",
1746
+ "hb",
1747
+ "hB"
1748
+ ],
1749
+ ML: [
1750
+ "H"
1751
+ ],
1752
+ MM: [
1753
+ "hB",
1754
+ "hb",
1755
+ "H",
1756
+ "h"
1757
+ ],
1758
+ MN: [
1759
+ "H",
1760
+ "h",
1761
+ "hb",
1762
+ "hB"
1763
+ ],
1764
+ MO: [
1765
+ "h",
1766
+ "hB",
1767
+ "hb",
1768
+ "H"
1769
+ ],
1770
+ MP: [
1771
+ "h",
1772
+ "hb",
1773
+ "H",
1774
+ "hB"
1775
+ ],
1776
+ MQ: [
1777
+ "H",
1778
+ "hB"
1779
+ ],
1780
+ MR: [
1781
+ "h",
1782
+ "hB",
1783
+ "hb",
1784
+ "H"
1785
+ ],
1786
+ MS: [
1787
+ "H",
1788
+ "h",
1789
+ "hb",
1790
+ "hB"
1791
+ ],
1792
+ MT: [
1793
+ "H",
1794
+ "h"
1795
+ ],
1796
+ MU: [
1797
+ "H",
1798
+ "h"
1799
+ ],
1800
+ MV: [
1801
+ "H",
1802
+ "h"
1803
+ ],
1804
+ MW: [
1805
+ "h",
1806
+ "hb",
1807
+ "H",
1808
+ "hB"
1809
+ ],
1810
+ MX: [
1811
+ "H",
1812
+ "h",
1813
+ "hB",
1814
+ "hb"
1815
+ ],
1816
+ MY: [
1817
+ "hb",
1818
+ "hB",
1819
+ "h",
1820
+ "H"
1821
+ ],
1822
+ MZ: [
1823
+ "H",
1824
+ "hB"
1825
+ ],
1826
+ NA: [
1827
+ "h",
1828
+ "H",
1829
+ "hB",
1830
+ "hb"
1831
+ ],
1832
+ NC: [
1833
+ "H",
1834
+ "hB"
1835
+ ],
1836
+ NE: [
1837
+ "H"
1838
+ ],
1839
+ NF: [
1840
+ "H",
1841
+ "h",
1842
+ "hb",
1843
+ "hB"
1844
+ ],
1845
+ NG: [
1846
+ "H",
1847
+ "h",
1848
+ "hb",
1849
+ "hB"
1850
+ ],
1851
+ NI: [
1852
+ "H",
1853
+ "h",
1854
+ "hB",
1855
+ "hb"
1856
+ ],
1857
+ NL: [
1858
+ "H",
1859
+ "hB"
1860
+ ],
1861
+ NO: [
1862
+ "H",
1863
+ "h"
1864
+ ],
1865
+ NP: [
1866
+ "H",
1867
+ "h",
1868
+ "hB"
1869
+ ],
1870
+ NR: [
1871
+ "H",
1872
+ "h",
1873
+ "hb",
1874
+ "hB"
1875
+ ],
1876
+ NU: [
1877
+ "H",
1878
+ "h",
1879
+ "hb",
1880
+ "hB"
1881
+ ],
1882
+ NZ: [
1883
+ "h",
1884
+ "hb",
1885
+ "H",
1886
+ "hB"
1887
+ ],
1888
+ OM: [
1889
+ "h",
1890
+ "hB",
1891
+ "hb",
1892
+ "H"
1893
+ ],
1894
+ PA: [
1895
+ "h",
1896
+ "H",
1897
+ "hB",
1898
+ "hb"
1899
+ ],
1900
+ PE: [
1901
+ "H",
1902
+ "hB",
1903
+ "h",
1904
+ "hb"
1905
+ ],
1906
+ PF: [
1907
+ "H",
1908
+ "h",
1909
+ "hB"
1910
+ ],
1911
+ PG: [
1912
+ "h",
1913
+ "H"
1914
+ ],
1915
+ PH: [
1916
+ "h",
1917
+ "hB",
1918
+ "hb",
1919
+ "H"
1920
+ ],
1921
+ PK: [
1922
+ "h",
1923
+ "hB",
1924
+ "H"
1925
+ ],
1926
+ PL: [
1927
+ "H",
1928
+ "h"
1929
+ ],
1930
+ PM: [
1931
+ "H",
1932
+ "hB"
1933
+ ],
1934
+ PN: [
1935
+ "H",
1936
+ "h",
1937
+ "hb",
1938
+ "hB"
1939
+ ],
1940
+ PR: [
1941
+ "h",
1942
+ "H",
1943
+ "hB",
1944
+ "hb"
1945
+ ],
1946
+ PS: [
1947
+ "h",
1948
+ "hB",
1949
+ "hb",
1950
+ "H"
1951
+ ],
1952
+ PT: [
1953
+ "H",
1954
+ "hB"
1955
+ ],
1956
+ PW: [
1957
+ "h",
1958
+ "H"
1959
+ ],
1960
+ PY: [
1961
+ "H",
1962
+ "h",
1963
+ "hB",
1964
+ "hb"
1965
+ ],
1966
+ QA: [
1967
+ "h",
1968
+ "hB",
1969
+ "hb",
1970
+ "H"
1971
+ ],
1972
+ RE: [
1973
+ "H",
1974
+ "hB"
1975
+ ],
1976
+ RO: [
1977
+ "H",
1978
+ "hB"
1979
+ ],
1980
+ RS: [
1981
+ "H",
1982
+ "hB",
1983
+ "h"
1984
+ ],
1985
+ RU: [
1986
+ "H"
1987
+ ],
1988
+ RW: [
1989
+ "H",
1990
+ "h"
1991
+ ],
1992
+ SA: [
1993
+ "h",
1994
+ "hB",
1995
+ "hb",
1996
+ "H"
1997
+ ],
1998
+ SB: [
1999
+ "h",
2000
+ "hb",
2001
+ "H",
2002
+ "hB"
2003
+ ],
2004
+ SC: [
2005
+ "H",
2006
+ "h",
2007
+ "hB"
2008
+ ],
2009
+ SD: [
2010
+ "h",
2011
+ "hB",
2012
+ "hb",
2013
+ "H"
2014
+ ],
2015
+ SE: [
2016
+ "H"
2017
+ ],
2018
+ SG: [
2019
+ "h",
2020
+ "hb",
2021
+ "H",
2022
+ "hB"
2023
+ ],
2024
+ SH: [
2025
+ "H",
2026
+ "h",
2027
+ "hb",
2028
+ "hB"
2029
+ ],
2030
+ SI: [
2031
+ "H",
2032
+ "hB"
2033
+ ],
2034
+ SJ: [
2035
+ "H"
2036
+ ],
2037
+ SK: [
2038
+ "H"
2039
+ ],
2040
+ SL: [
2041
+ "h",
2042
+ "hb",
2043
+ "H",
2044
+ "hB"
2045
+ ],
2046
+ SM: [
2047
+ "H",
2048
+ "h",
2049
+ "hB"
2050
+ ],
2051
+ SN: [
2052
+ "H",
2053
+ "h",
2054
+ "hB"
2055
+ ],
2056
+ SO: [
2057
+ "h",
2058
+ "H"
2059
+ ],
2060
+ SR: [
2061
+ "H",
2062
+ "hB"
2063
+ ],
2064
+ SS: [
2065
+ "h",
2066
+ "hb",
2067
+ "H",
2068
+ "hB"
2069
+ ],
2070
+ ST: [
2071
+ "H",
2072
+ "hB"
2073
+ ],
2074
+ SV: [
2075
+ "H",
2076
+ "h",
2077
+ "hB",
2078
+ "hb"
2079
+ ],
2080
+ SX: [
2081
+ "H",
2082
+ "h",
2083
+ "hb",
2084
+ "hB"
2085
+ ],
2086
+ SY: [
2087
+ "h",
2088
+ "hB",
2089
+ "hb",
2090
+ "H"
2091
+ ],
2092
+ SZ: [
2093
+ "h",
2094
+ "hb",
2095
+ "H",
2096
+ "hB"
2097
+ ],
2098
+ TA: [
2099
+ "H",
2100
+ "h",
2101
+ "hb",
2102
+ "hB"
2103
+ ],
2104
+ TC: [
2105
+ "h",
2106
+ "hb",
2107
+ "H",
2108
+ "hB"
2109
+ ],
2110
+ TD: [
2111
+ "h",
2112
+ "H",
2113
+ "hB"
2114
+ ],
2115
+ TF: [
2116
+ "H",
2117
+ "h",
2118
+ "hB"
2119
+ ],
2120
+ TG: [
2121
+ "H",
2122
+ "hB"
2123
+ ],
2124
+ TH: [
2125
+ "H",
2126
+ "h"
2127
+ ],
2128
+ TJ: [
2129
+ "H",
2130
+ "h"
2131
+ ],
2132
+ TL: [
2133
+ "H",
2134
+ "hB",
2135
+ "hb",
2136
+ "h"
2137
+ ],
2138
+ TM: [
2139
+ "H",
2140
+ "h"
2141
+ ],
2142
+ TN: [
2143
+ "h",
2144
+ "hB",
2145
+ "hb",
2146
+ "H"
2147
+ ],
2148
+ TO: [
2149
+ "h",
2150
+ "H"
2151
+ ],
2152
+ TR: [
2153
+ "H",
2154
+ "hB"
2155
+ ],
2156
+ TT: [
2157
+ "h",
2158
+ "hb",
2159
+ "H",
2160
+ "hB"
2161
+ ],
2162
+ TW: [
2163
+ "hB",
2164
+ "hb",
2165
+ "h",
2166
+ "H"
2167
+ ],
2168
+ TZ: [
2169
+ "hB",
2170
+ "hb",
2171
+ "H",
2172
+ "h"
2173
+ ],
2174
+ UA: [
2175
+ "H",
2176
+ "hB",
2177
+ "h"
2178
+ ],
2179
+ UG: [
2180
+ "hB",
2181
+ "hb",
2182
+ "H",
2183
+ "h"
2184
+ ],
2185
+ UM: [
2186
+ "h",
2187
+ "hb",
2188
+ "H",
2189
+ "hB"
2190
+ ],
2191
+ US: [
2192
+ "h",
2193
+ "hb",
2194
+ "H",
2195
+ "hB"
2196
+ ],
2197
+ UY: [
2198
+ "H",
2199
+ "h",
2200
+ "hB",
2201
+ "hb"
2202
+ ],
2203
+ UZ: [
2204
+ "H",
2205
+ "hB",
2206
+ "h"
2207
+ ],
2208
+ VA: [
2209
+ "H",
2210
+ "h",
2211
+ "hB"
2212
+ ],
2213
+ VC: [
2214
+ "h",
2215
+ "hb",
2216
+ "H",
2217
+ "hB"
2218
+ ],
2219
+ VE: [
2220
+ "h",
2221
+ "H",
2222
+ "hB",
2223
+ "hb"
2224
+ ],
2225
+ VG: [
2226
+ "h",
2227
+ "hb",
2228
+ "H",
2229
+ "hB"
2230
+ ],
2231
+ VI: [
2232
+ "h",
2233
+ "hb",
2234
+ "H",
2235
+ "hB"
2236
+ ],
2237
+ VN: [
2238
+ "H",
2239
+ "h"
2240
+ ],
2241
+ VU: [
2242
+ "h",
2243
+ "H"
2244
+ ],
2245
+ WF: [
2246
+ "H",
2247
+ "hB"
2248
+ ],
2249
+ WS: [
2250
+ "h",
2251
+ "H"
2252
+ ],
2253
+ XK: [
2254
+ "H",
2255
+ "hB",
2256
+ "h"
2257
+ ],
2258
+ YE: [
2259
+ "h",
2260
+ "hB",
2261
+ "hb",
2262
+ "H"
2263
+ ],
2264
+ YT: [
2265
+ "H",
2266
+ "hB"
2267
+ ],
2268
+ ZA: [
2269
+ "H",
2270
+ "h",
2271
+ "hb",
2272
+ "hB"
2273
+ ],
2274
+ ZM: [
2275
+ "h",
2276
+ "hb",
2277
+ "H",
2278
+ "hB"
2279
+ ],
2280
+ ZW: [
2281
+ "H",
2282
+ "h"
2283
+ ],
2284
+ "af-ZA": [
2285
+ "H",
2286
+ "h",
2287
+ "hB",
2288
+ "hb"
2289
+ ],
2290
+ "ar-001": [
2291
+ "h",
2292
+ "hB",
2293
+ "hb",
2294
+ "H"
2295
+ ],
2296
+ "ca-ES": [
2297
+ "H",
2298
+ "h",
2299
+ "hB"
2300
+ ],
2301
+ "en-001": [
2302
+ "h",
2303
+ "hb",
2304
+ "H",
2305
+ "hB"
2306
+ ],
2307
+ "es-BO": [
2308
+ "H",
2309
+ "h",
2310
+ "hB",
2311
+ "hb"
2312
+ ],
2313
+ "es-BR": [
2314
+ "H",
2315
+ "h",
2316
+ "hB",
2317
+ "hb"
2318
+ ],
2319
+ "es-EC": [
2320
+ "H",
2321
+ "h",
2322
+ "hB",
2323
+ "hb"
2324
+ ],
2325
+ "es-ES": [
2326
+ "H",
2327
+ "h",
2328
+ "hB",
2329
+ "hb"
2330
+ ],
2331
+ "es-GQ": [
2332
+ "H",
2333
+ "h",
2334
+ "hB",
2335
+ "hb"
2336
+ ],
2337
+ "es-PE": [
2338
+ "H",
2339
+ "h",
2340
+ "hB",
2341
+ "hb"
2342
+ ],
2343
+ "fr-CA": [
2344
+ "H",
2345
+ "h",
2346
+ "hB"
2347
+ ],
2348
+ "gl-ES": [
2349
+ "H",
2350
+ "h",
2351
+ "hB"
2352
+ ],
2353
+ "gu-IN": [
2354
+ "hB",
2355
+ "hb",
2356
+ "h",
2357
+ "H"
2358
+ ],
2359
+ "hi-IN": [
2360
+ "hB",
2361
+ "h",
2362
+ "H"
2363
+ ],
2364
+ "it-CH": [
2365
+ "H",
2366
+ "h",
2367
+ "hB"
2368
+ ],
2369
+ "it-IT": [
2370
+ "H",
2371
+ "h",
2372
+ "hB"
2373
+ ],
2374
+ "kn-IN": [
2375
+ "hB",
2376
+ "h",
2377
+ "H"
2378
+ ],
2379
+ "ml-IN": [
2380
+ "hB",
2381
+ "h",
2382
+ "H"
2383
+ ],
2384
+ "mr-IN": [
2385
+ "hB",
2386
+ "hb",
2387
+ "h",
2388
+ "H"
2389
+ ],
2390
+ "pa-IN": [
2391
+ "hB",
2392
+ "hb",
2393
+ "h",
2394
+ "H"
2395
+ ],
2396
+ "ta-IN": [
2397
+ "hB",
2398
+ "h",
2399
+ "hb",
2400
+ "H"
2401
+ ],
2402
+ "te-IN": [
2403
+ "hB",
2404
+ "h",
2405
+ "H"
2406
+ ],
2407
+ "zu-ZA": [
2408
+ "H",
2409
+ "hB",
2410
+ "hb",
2411
+ "h"
2412
+ ]
2413
+ };
2414
+ function wn(e, t) {
2415
+ for (var i = "", n = 0; n < e.length; n++) {
2416
+ var r = e.charAt(n);
2417
+ if (r === "j") {
2418
+ for (var s = 0; n + 1 < e.length && e.charAt(n + 1) === r; )
2419
+ s++, n++;
2420
+ var l = 1 + (s & 1), o = s < 2 ? 1 : 3 + (s >> 1), u = "a", a = Bn(t);
2421
+ for ((a == "H" || a == "k") && (o = 0); o-- > 0; )
2422
+ i += u;
2423
+ for (; l-- > 0; )
2424
+ i = a + i;
2425
+ } else r === "J" ? i += "H" : i += r;
2426
+ }
2427
+ return i;
2428
+ }
2429
+ function Bn(e) {
2430
+ var t = e.hourCycle;
2431
+ if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
2432
+ e.hourCycles && // @ts-ignore
2433
+ e.hourCycles.length && (t = e.hourCycles[0]), t)
2434
+ switch (t) {
2435
+ case "h24":
2436
+ return "k";
2437
+ case "h23":
2438
+ return "H";
2439
+ case "h12":
2440
+ return "h";
2441
+ case "h11":
2442
+ return "K";
2443
+ default:
2444
+ throw new Error("Invalid hourCycle");
2445
+ }
2446
+ var i = e.language, n;
2447
+ i !== "root" && (n = e.maximize().region);
2448
+ var r = Ge[n || ""] || Ge[i || ""] || Ge["".concat(i, "-001")] || Ge["001"];
2449
+ return r[0];
2450
+ }
2451
+ var nt, Ln = new RegExp("^".concat(li.source, "*")), An = new RegExp("".concat(li.source, "*$"));
2452
+ function S(e, t) {
2453
+ return { start: e, end: t };
2454
+ }
2455
+ var Sn = !!String.prototype.startsWith && "_a".startsWith("a", 1), In = !!String.fromCodePoint, Hn = !!Object.fromEntries, kn = !!String.prototype.codePointAt, jn = !!String.prototype.trimStart, Cn = !!String.prototype.trimEnd, Nn = !!Number.isSafeInteger, On = Nn ? Number.isSafeInteger : function(e) {
2456
+ return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
2457
+ }, ft = !0;
2458
+ try {
2459
+ var Mn = pi("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2460
+ ft = ((nt = Mn.exec("a")) === null || nt === void 0 ? void 0 : nt[0]) === "a";
2461
+ } catch (e) {
2462
+ ft = !1;
2463
+ }
2464
+ var Rt = Sn ? (
2465
+ // Native
2466
+ function(t, i, n) {
2467
+ return t.startsWith(i, n);
2468
+ }
2469
+ ) : (
2470
+ // For IE11
2471
+ function(t, i, n) {
2472
+ return t.slice(n, n + i.length) === i;
2473
+ }
2474
+ ), pt = In ? String.fromCodePoint : (
2475
+ // IE11
2476
+ function() {
2477
+ for (var t = [], i = 0; i < arguments.length; i++)
2478
+ t[i] = arguments[i];
2479
+ for (var n = "", r = t.length, s = 0, l; r > s; ) {
2480
+ if (l = t[s++], l > 1114111)
2481
+ throw RangeError(l + " is not a valid code point");
2482
+ n += l < 65536 ? String.fromCharCode(l) : String.fromCharCode(((l -= 65536) >> 10) + 55296, l % 1024 + 56320);
2483
+ }
2484
+ return n;
2485
+ }
2486
+ ), Ut = (
2487
+ // native
2488
+ Hn ? Object.fromEntries : (
2489
+ // Ponyfill
2490
+ function(t) {
2491
+ for (var i = {}, n = 0, r = t; n < r.length; n++) {
2492
+ var s = r[n], l = s[0], o = s[1];
2493
+ i[l] = o;
2494
+ }
2495
+ return i;
2496
+ }
2497
+ )
2498
+ ), fi = kn ? (
2499
+ // Native
2500
+ function(t, i) {
2501
+ return t.codePointAt(i);
2502
+ }
2503
+ ) : (
2504
+ // IE 11
2505
+ function(t, i) {
2506
+ var n = t.length;
2507
+ if (!(i < 0 || i >= n)) {
2508
+ var r = t.charCodeAt(i), s;
2509
+ return r < 55296 || r > 56319 || i + 1 === n || (s = t.charCodeAt(i + 1)) < 56320 || s > 57343 ? r : (r - 55296 << 10) + (s - 56320) + 65536;
2510
+ }
2511
+ }
2512
+ ), Dn = jn ? (
2513
+ // Native
2514
+ function(t) {
2515
+ return t.trimStart();
2516
+ }
2517
+ ) : (
2518
+ // Ponyfill
2519
+ function(t) {
2520
+ return t.replace(Ln, "");
2521
+ }
2522
+ ), Rn = Cn ? (
2523
+ // Native
2524
+ function(t) {
2525
+ return t.trimEnd();
2526
+ }
2527
+ ) : (
2528
+ // Ponyfill
2529
+ function(t) {
2530
+ return t.replace(An, "");
2531
+ }
2532
+ );
2533
+ function pi(e, t) {
2534
+ return new RegExp(e, t);
2535
+ }
2536
+ var mt;
2537
+ if (ft) {
2538
+ var Gt = pi("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2539
+ mt = function(t, i) {
2540
+ var n;
2541
+ Gt.lastIndex = i;
2542
+ var r = Gt.exec(t);
2543
+ return (n = r[1]) !== null && n !== void 0 ? n : "";
2544
+ };
2545
+ } else
2546
+ mt = function(t, i) {
2547
+ for (var n = []; ; ) {
2548
+ var r = fi(t, i);
2549
+ if (r === void 0 || mi(r) || zn(r))
2550
+ break;
2551
+ n.push(r), i += r >= 65536 ? 2 : 1;
2552
+ }
2553
+ return pt.apply(void 0, n);
2554
+ };
2555
+ var Un = (
2556
+ /** @class */
2557
+ function() {
2558
+ function e(t, i) {
2559
+ i === void 0 && (i = {}), this.message = t, this.position = { offset: 0, line: 1, column: 1 }, this.ignoreTag = !!i.ignoreTag, this.locale = i.locale, this.requiresOtherClause = !!i.requiresOtherClause, this.shouldParseSkeletons = !!i.shouldParseSkeletons;
2560
+ }
2561
+ return e.prototype.parse = function() {
2562
+ if (this.offset() !== 0)
2563
+ throw Error("parser can only be used once");
2564
+ return this.parseMessage(0, "", !1);
2565
+ }, e.prototype.parseMessage = function(t, i, n) {
2566
+ for (var r = []; !this.isEOF(); ) {
2567
+ var s = this.char();
2568
+ if (s === 123) {
2569
+ var l = this.parseArgument(t, n);
2570
+ if (l.err)
2571
+ return l;
2572
+ r.push(l.val);
2573
+ } else {
2574
+ if (s === 125 && t > 0)
2575
+ break;
2576
+ if (s === 35 && (i === "plural" || i === "selectordinal")) {
2577
+ var o = this.clonePosition();
2578
+ this.bump(), r.push({
2579
+ type: z.pound,
2580
+ location: S(o, this.clonePosition())
2581
+ });
2582
+ } else if (s === 60 && !this.ignoreTag && this.peek() === 47) {
2583
+ if (n)
2584
+ break;
2585
+ return this.error(w.UNMATCHED_CLOSING_TAG, S(this.clonePosition(), this.clonePosition()));
2586
+ } else if (s === 60 && !this.ignoreTag && dt(this.peek() || 0)) {
2587
+ var l = this.parseTag(t, i);
2588
+ if (l.err)
2589
+ return l;
2590
+ r.push(l.val);
2591
+ } else {
2592
+ var l = this.parseLiteral(t, i);
2593
+ if (l.err)
2594
+ return l;
2595
+ r.push(l.val);
2596
+ }
2597
+ }
2598
+ }
2599
+ return { val: r, err: null };
2600
+ }, e.prototype.parseTag = function(t, i) {
2601
+ var n = this.clonePosition();
2602
+ this.bump();
2603
+ var r = this.parseTagName();
2604
+ if (this.bumpSpace(), this.bumpIf("/>"))
2605
+ return {
2606
+ val: {
2607
+ type: z.literal,
2608
+ value: "<".concat(r, "/>"),
2609
+ location: S(n, this.clonePosition())
2610
+ },
2611
+ err: null
2612
+ };
2613
+ if (this.bumpIf(">")) {
2614
+ var s = this.parseMessage(t + 1, i, !0);
2615
+ if (s.err)
2616
+ return s;
2617
+ var l = s.val, o = this.clonePosition();
2618
+ if (this.bumpIf("</")) {
2619
+ if (this.isEOF() || !dt(this.char()))
2620
+ return this.error(w.INVALID_TAG, S(o, this.clonePosition()));
2621
+ var u = this.clonePosition(), a = this.parseTagName();
2622
+ return r !== a ? this.error(w.UNMATCHED_CLOSING_TAG, S(u, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
2623
+ val: {
2624
+ type: z.tag,
2625
+ value: r,
2626
+ children: l,
2627
+ location: S(n, this.clonePosition())
2628
+ },
2629
+ err: null
2630
+ } : this.error(w.INVALID_TAG, S(o, this.clonePosition())));
2631
+ } else
2632
+ return this.error(w.UNCLOSED_TAG, S(n, this.clonePosition()));
2633
+ } else
2634
+ return this.error(w.INVALID_TAG, S(n, this.clonePosition()));
2635
+ }, e.prototype.parseTagName = function() {
2636
+ var t = this.offset();
2637
+ for (this.bump(); !this.isEOF() && $n(this.char()); )
2638
+ this.bump();
2639
+ return this.message.slice(t, this.offset());
2640
+ }, e.prototype.parseLiteral = function(t, i) {
2641
+ for (var n = this.clonePosition(), r = ""; ; ) {
2642
+ var s = this.tryParseQuote(i);
2643
+ if (s) {
2644
+ r += s;
2645
+ continue;
2646
+ }
2647
+ var l = this.tryParseUnquoted(t, i);
2648
+ if (l) {
2649
+ r += l;
2650
+ continue;
2651
+ }
2652
+ var o = this.tryParseLeftAngleBracket();
2653
+ if (o) {
2654
+ r += o;
2655
+ continue;
2656
+ }
2657
+ break;
2658
+ }
2659
+ var u = S(n, this.clonePosition());
2660
+ return {
2661
+ val: { type: z.literal, value: r, location: u },
2662
+ err: null
2663
+ };
2664
+ }, e.prototype.tryParseLeftAngleBracket = function() {
2665
+ return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
2666
+ !Gn(this.peek() || 0)) ? (this.bump(), "<") : null;
2667
+ }, e.prototype.tryParseQuote = function(t) {
2668
+ if (this.isEOF() || this.char() !== 39)
2669
+ return null;
2670
+ switch (this.peek()) {
2671
+ case 39:
2672
+ return this.bump(), this.bump(), "'";
2673
+ case 123:
2674
+ case 60:
2675
+ case 62:
2676
+ case 125:
2677
+ break;
2678
+ case 35:
2679
+ if (t === "plural" || t === "selectordinal")
2680
+ break;
2681
+ return null;
2682
+ default:
2683
+ return null;
2684
+ }
2685
+ this.bump();
2686
+ var i = [this.char()];
2687
+ for (this.bump(); !this.isEOF(); ) {
2688
+ var n = this.char();
2689
+ if (n === 39)
2690
+ if (this.peek() === 39)
2691
+ i.push(39), this.bump();
2692
+ else {
2693
+ this.bump();
2694
+ break;
2695
+ }
2696
+ else
2697
+ i.push(n);
2698
+ this.bump();
2699
+ }
2700
+ return pt.apply(void 0, i);
2701
+ }, e.prototype.tryParseUnquoted = function(t, i) {
2702
+ if (this.isEOF())
2703
+ return null;
2704
+ var n = this.char();
2705
+ return n === 60 || n === 123 || n === 35 && (i === "plural" || i === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), pt(n));
2706
+ }, e.prototype.parseArgument = function(t, i) {
2707
+ var n = this.clonePosition();
2708
+ if (this.bump(), this.bumpSpace(), this.isEOF())
2709
+ return this.error(w.EXPECT_ARGUMENT_CLOSING_BRACE, S(n, this.clonePosition()));
2710
+ if (this.char() === 125)
2711
+ return this.bump(), this.error(w.EMPTY_ARGUMENT, S(n, this.clonePosition()));
2712
+ var r = this.parseIdentifierIfPossible().value;
2713
+ if (!r)
2714
+ return this.error(w.MALFORMED_ARGUMENT, S(n, this.clonePosition()));
2715
+ if (this.bumpSpace(), this.isEOF())
2716
+ return this.error(w.EXPECT_ARGUMENT_CLOSING_BRACE, S(n, this.clonePosition()));
2717
+ switch (this.char()) {
2718
+ case 125:
2719
+ return this.bump(), {
2720
+ val: {
2721
+ type: z.argument,
2722
+ // value does not include the opening and closing braces.
2723
+ value: r,
2724
+ location: S(n, this.clonePosition())
2725
+ },
2726
+ err: null
2727
+ };
2728
+ case 44:
2729
+ return this.bump(), this.bumpSpace(), this.isEOF() ? this.error(w.EXPECT_ARGUMENT_CLOSING_BRACE, S(n, this.clonePosition())) : this.parseArgumentOptions(t, i, r, n);
2730
+ default:
2731
+ return this.error(w.MALFORMED_ARGUMENT, S(n, this.clonePosition()));
2732
+ }
2733
+ }, e.prototype.parseIdentifierIfPossible = function() {
2734
+ var t = this.clonePosition(), i = this.offset(), n = mt(this.message, i), r = i + n.length;
2735
+ this.bumpTo(r);
2736
+ var s = this.clonePosition(), l = S(t, s);
2737
+ return { value: n, location: l };
2738
+ }, e.prototype.parseArgumentOptions = function(t, i, n, r) {
2739
+ var s, l = this.clonePosition(), o = this.parseIdentifierIfPossible().value, u = this.clonePosition();
2740
+ switch (o) {
2741
+ case "":
2742
+ return this.error(w.EXPECT_ARGUMENT_TYPE, S(l, u));
2743
+ case "number":
2744
+ case "date":
2745
+ case "time": {
2746
+ this.bumpSpace();
2747
+ var a = null;
2748
+ if (this.bumpIf(",")) {
2749
+ this.bumpSpace();
2750
+ var c = this.clonePosition(), f = this.parseSimpleArgStyleIfPossible();
2751
+ if (f.err)
2752
+ return f;
2753
+ var m = Rn(f.val);
2754
+ if (m.length === 0)
2755
+ return this.error(w.EXPECT_ARGUMENT_STYLE, S(this.clonePosition(), this.clonePosition()));
2756
+ var g = S(c, this.clonePosition());
2757
+ a = { style: m, styleLocation: g };
2758
+ }
2759
+ var E = this.tryParseArgumentClose(r);
2760
+ if (E.err)
2761
+ return E;
2762
+ var _ = S(r, this.clonePosition());
2763
+ if (a && Rt(a == null ? void 0 : a.style, "::", 0)) {
2764
+ var b = Dn(a.style.slice(2));
2765
+ if (o === "number") {
2766
+ var f = this.parseNumberSkeletonFromString(b, a.styleLocation);
2767
+ return f.err ? f : {
2768
+ val: { type: z.number, value: n, location: _, style: f.val },
2769
+ err: null
2770
+ };
2771
+ } else {
2772
+ if (b.length === 0)
2773
+ return this.error(w.EXPECT_DATE_TIME_SKELETON, _);
2774
+ var T = b;
2775
+ this.locale && (T = wn(b, this.locale));
2776
+ var m = {
2777
+ type: xe.dateTime,
2778
+ pattern: T,
2779
+ location: a.styleLocation,
2780
+ parsedOptions: this.shouldParseSkeletons ? vn(T) : {}
2781
+ }, C = o === "date" ? z.date : z.time;
2782
+ return {
2783
+ val: { type: C, value: n, location: _, style: m },
2784
+ err: null
2785
+ };
2786
+ }
2787
+ }
2788
+ return {
2789
+ val: {
2790
+ type: o === "number" ? z.number : o === "date" ? z.date : z.time,
2791
+ value: n,
2792
+ location: _,
2793
+ style: (s = a == null ? void 0 : a.style) !== null && s !== void 0 ? s : null
2794
+ },
2795
+ err: null
2796
+ };
2797
+ }
2798
+ case "plural":
2799
+ case "selectordinal":
2800
+ case "select": {
2801
+ var P = this.clonePosition();
2802
+ if (this.bumpSpace(), !this.bumpIf(","))
2803
+ return this.error(w.EXPECT_SELECT_ARGUMENT_OPTIONS, S(P, H({}, P)));
2804
+ this.bumpSpace();
2805
+ var D = this.parseIdentifierIfPossible(), j = 0;
2806
+ if (o !== "select" && D.value === "offset") {
2807
+ if (!this.bumpIf(":"))
2808
+ return this.error(w.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, S(this.clonePosition(), this.clonePosition()));
2809
+ this.bumpSpace();
2810
+ var f = this.tryParseDecimalInteger(w.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, w.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
2811
+ if (f.err)
2812
+ return f;
2813
+ this.bumpSpace(), D = this.parseIdentifierIfPossible(), j = f.val;
2814
+ }
2815
+ var U = this.tryParsePluralOrSelectOptions(t, o, i, D);
2816
+ if (U.err)
2817
+ return U;
2818
+ var E = this.tryParseArgumentClose(r);
2819
+ if (E.err)
2820
+ return E;
2821
+ var F = S(r, this.clonePosition());
2822
+ return o === "select" ? {
2823
+ val: {
2824
+ type: z.select,
2825
+ value: n,
2826
+ options: Ut(U.val),
2827
+ location: F
2828
+ },
2829
+ err: null
2830
+ } : {
2831
+ val: {
2832
+ type: z.plural,
2833
+ value: n,
2834
+ options: Ut(U.val),
2835
+ offset: j,
2836
+ pluralType: o === "plural" ? "cardinal" : "ordinal",
2837
+ location: F
2838
+ },
2839
+ err: null
2840
+ };
2841
+ }
2842
+ default:
2843
+ return this.error(w.INVALID_ARGUMENT_TYPE, S(l, u));
2844
+ }
2845
+ }, e.prototype.tryParseArgumentClose = function(t) {
2846
+ return this.isEOF() || this.char() !== 125 ? this.error(w.EXPECT_ARGUMENT_CLOSING_BRACE, S(t, this.clonePosition())) : (this.bump(), { val: !0, err: null });
2847
+ }, e.prototype.parseSimpleArgStyleIfPossible = function() {
2848
+ for (var t = 0, i = this.clonePosition(); !this.isEOF(); ) {
2849
+ var n = this.char();
2850
+ switch (n) {
2851
+ case 39: {
2852
+ this.bump();
2853
+ var r = this.clonePosition();
2854
+ if (!this.bumpUntil("'"))
2855
+ return this.error(w.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE, S(r, this.clonePosition()));
2856
+ this.bump();
2857
+ break;
2858
+ }
2859
+ case 123: {
2860
+ t += 1, this.bump();
2861
+ break;
2862
+ }
2863
+ case 125: {
2864
+ if (t > 0)
2865
+ t -= 1;
2866
+ else
2867
+ return {
2868
+ val: this.message.slice(i.offset, this.offset()),
2869
+ err: null
2870
+ };
2871
+ break;
2872
+ }
2873
+ default:
2874
+ this.bump();
2875
+ break;
2876
+ }
2877
+ }
2878
+ return {
2879
+ val: this.message.slice(i.offset, this.offset()),
2880
+ err: null
2881
+ };
2882
+ }, e.prototype.parseNumberSkeletonFromString = function(t, i) {
2883
+ var n = [];
2884
+ try {
2885
+ n = En(t);
2886
+ } catch (r) {
2887
+ return this.error(w.INVALID_NUMBER_SKELETON, i);
2888
+ }
2889
+ return {
2890
+ val: {
2891
+ type: xe.number,
2892
+ tokens: n,
2893
+ location: i,
2894
+ parsedOptions: this.shouldParseSkeletons ? Pn(n) : {}
2895
+ },
2896
+ err: null
2897
+ };
2898
+ }, e.prototype.tryParsePluralOrSelectOptions = function(t, i, n, r) {
2899
+ for (var s, l = !1, o = [], u = /* @__PURE__ */ new Set(), a = r.value, c = r.location; ; ) {
2900
+ if (a.length === 0) {
2901
+ var f = this.clonePosition();
2902
+ if (i !== "select" && this.bumpIf("=")) {
2903
+ var m = this.tryParseDecimalInteger(w.EXPECT_PLURAL_ARGUMENT_SELECTOR, w.INVALID_PLURAL_ARGUMENT_SELECTOR);
2904
+ if (m.err)
2905
+ return m;
2906
+ c = S(f, this.clonePosition()), a = this.message.slice(f.offset, this.offset());
2907
+ } else
2908
+ break;
2909
+ }
2910
+ if (u.has(a))
2911
+ return this.error(i === "select" ? w.DUPLICATE_SELECT_ARGUMENT_SELECTOR : w.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, c);
2912
+ a === "other" && (l = !0), this.bumpSpace();
2913
+ var g = this.clonePosition();
2914
+ if (!this.bumpIf("{"))
2915
+ return this.error(i === "select" ? w.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : w.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, S(this.clonePosition(), this.clonePosition()));
2916
+ var E = this.parseMessage(t + 1, i, n);
2917
+ if (E.err)
2918
+ return E;
2919
+ var _ = this.tryParseArgumentClose(g);
2920
+ if (_.err)
2921
+ return _;
2922
+ o.push([
2923
+ a,
2924
+ {
2925
+ value: E.val,
2926
+ location: S(g, this.clonePosition())
2927
+ }
2928
+ ]), u.add(a), this.bumpSpace(), s = this.parseIdentifierIfPossible(), a = s.value, c = s.location;
2929
+ }
2930
+ return o.length === 0 ? this.error(i === "select" ? w.EXPECT_SELECT_ARGUMENT_SELECTOR : w.EXPECT_PLURAL_ARGUMENT_SELECTOR, S(this.clonePosition(), this.clonePosition())) : this.requiresOtherClause && !l ? this.error(w.MISSING_OTHER_CLAUSE, S(this.clonePosition(), this.clonePosition())) : { val: o, err: null };
2931
+ }, e.prototype.tryParseDecimalInteger = function(t, i) {
2932
+ var n = 1, r = this.clonePosition();
2933
+ this.bumpIf("+") || this.bumpIf("-") && (n = -1);
2934
+ for (var s = !1, l = 0; !this.isEOF(); ) {
2935
+ var o = this.char();
2936
+ if (o >= 48 && o <= 57)
2937
+ s = !0, l = l * 10 + (o - 48), this.bump();
2938
+ else
2939
+ break;
2940
+ }
2941
+ var u = S(r, this.clonePosition());
2942
+ return s ? (l *= n, On(l) ? { val: l, err: null } : this.error(i, u)) : this.error(t, u);
2943
+ }, e.prototype.offset = function() {
2944
+ return this.position.offset;
2945
+ }, e.prototype.isEOF = function() {
2946
+ return this.offset() === this.message.length;
2947
+ }, e.prototype.clonePosition = function() {
2948
+ return {
2949
+ offset: this.position.offset,
2950
+ line: this.position.line,
2951
+ column: this.position.column
2952
+ };
2953
+ }, e.prototype.char = function() {
2954
+ var t = this.position.offset;
2955
+ if (t >= this.message.length)
2956
+ throw Error("out of bound");
2957
+ var i = fi(this.message, t);
2958
+ if (i === void 0)
2959
+ throw Error("Offset ".concat(t, " is at invalid UTF-16 code unit boundary"));
2960
+ return i;
2961
+ }, e.prototype.error = function(t, i) {
2962
+ return {
2963
+ val: null,
2964
+ err: {
2965
+ kind: t,
2966
+ message: this.message,
2967
+ location: i
2968
+ }
2969
+ };
2970
+ }, e.prototype.bump = function() {
2971
+ if (!this.isEOF()) {
2972
+ var t = this.char();
2973
+ t === 10 ? (this.position.line += 1, this.position.column = 1, this.position.offset += 1) : (this.position.column += 1, this.position.offset += t < 65536 ? 1 : 2);
2974
+ }
2975
+ }, e.prototype.bumpIf = function(t) {
2976
+ if (Rt(this.message, t, this.offset())) {
2977
+ for (var i = 0; i < t.length; i++)
2978
+ this.bump();
2979
+ return !0;
2980
+ }
2981
+ return !1;
2982
+ }, e.prototype.bumpUntil = function(t) {
2983
+ var i = this.offset(), n = this.message.indexOf(t, i);
2984
+ return n >= 0 ? (this.bumpTo(n), !0) : (this.bumpTo(this.message.length), !1);
2985
+ }, e.prototype.bumpTo = function(t) {
2986
+ if (this.offset() > t)
2987
+ throw Error("targetOffset ".concat(t, " must be greater than or equal to the current offset ").concat(this.offset()));
2988
+ for (t = Math.min(t, this.message.length); ; ) {
2989
+ var i = this.offset();
2990
+ if (i === t)
2991
+ break;
2992
+ if (i > t)
2993
+ throw Error("targetOffset ".concat(t, " is at invalid UTF-16 code unit boundary"));
2994
+ if (this.bump(), this.isEOF())
2995
+ break;
2996
+ }
2997
+ }, e.prototype.bumpSpace = function() {
2998
+ for (; !this.isEOF() && mi(this.char()); )
2999
+ this.bump();
3000
+ }, e.prototype.peek = function() {
3001
+ if (this.isEOF())
3002
+ return null;
3003
+ var t = this.char(), i = this.offset(), n = this.message.charCodeAt(i + (t >= 65536 ? 2 : 1));
3004
+ return n != null ? n : null;
3005
+ }, e;
3006
+ }()
3007
+ );
3008
+ function dt(e) {
3009
+ return e >= 97 && e <= 122 || e >= 65 && e <= 90;
3010
+ }
3011
+ function Gn(e) {
3012
+ return dt(e) || e === 47;
3013
+ }
3014
+ function $n(e) {
3015
+ return e === 45 || e === 46 || e >= 48 && e <= 57 || e === 95 || e >= 97 && e <= 122 || e >= 65 && e <= 90 || e == 183 || e >= 192 && e <= 214 || e >= 216 && e <= 246 || e >= 248 && e <= 893 || e >= 895 && e <= 8191 || e >= 8204 && e <= 8205 || e >= 8255 && e <= 8256 || e >= 8304 && e <= 8591 || e >= 11264 && e <= 12271 || e >= 12289 && e <= 55295 || e >= 63744 && e <= 64975 || e >= 65008 && e <= 65533 || e >= 65536 && e <= 983039;
3016
+ }
3017
+ function mi(e) {
3018
+ return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
3019
+ }
3020
+ function zn(e) {
3021
+ return e >= 33 && e <= 35 || e === 36 || e >= 37 && e <= 39 || e === 40 || e === 41 || e === 42 || e === 43 || e === 44 || e === 45 || e >= 46 && e <= 47 || e >= 58 && e <= 59 || e >= 60 && e <= 62 || e >= 63 && e <= 64 || e === 91 || e === 92 || e === 93 || e === 94 || e === 96 || e === 123 || e === 124 || e === 125 || e === 126 || e === 161 || e >= 162 && e <= 165 || e === 166 || e === 167 || e === 169 || e === 171 || e === 172 || e === 174 || e === 176 || e === 177 || e === 182 || e === 187 || e === 191 || e === 215 || e === 247 || e >= 8208 && e <= 8213 || e >= 8214 && e <= 8215 || e === 8216 || e === 8217 || e === 8218 || e >= 8219 && e <= 8220 || e === 8221 || e === 8222 || e === 8223 || e >= 8224 && e <= 8231 || e >= 8240 && e <= 8248 || e === 8249 || e === 8250 || e >= 8251 && e <= 8254 || e >= 8257 && e <= 8259 || e === 8260 || e === 8261 || e === 8262 || e >= 8263 && e <= 8273 || e === 8274 || e === 8275 || e >= 8277 && e <= 8286 || e >= 8592 && e <= 8596 || e >= 8597 && e <= 8601 || e >= 8602 && e <= 8603 || e >= 8604 && e <= 8607 || e === 8608 || e >= 8609 && e <= 8610 || e === 8611 || e >= 8612 && e <= 8613 || e === 8614 || e >= 8615 && e <= 8621 || e === 8622 || e >= 8623 && e <= 8653 || e >= 8654 && e <= 8655 || e >= 8656 && e <= 8657 || e === 8658 || e === 8659 || e === 8660 || e >= 8661 && e <= 8691 || e >= 8692 && e <= 8959 || e >= 8960 && e <= 8967 || e === 8968 || e === 8969 || e === 8970 || e === 8971 || e >= 8972 && e <= 8991 || e >= 8992 && e <= 8993 || e >= 8994 && e <= 9e3 || e === 9001 || e === 9002 || e >= 9003 && e <= 9083 || e === 9084 || e >= 9085 && e <= 9114 || e >= 9115 && e <= 9139 || e >= 9140 && e <= 9179 || e >= 9180 && e <= 9185 || e >= 9186 && e <= 9254 || e >= 9255 && e <= 9279 || e >= 9280 && e <= 9290 || e >= 9291 && e <= 9311 || e >= 9472 && e <= 9654 || e === 9655 || e >= 9656 && e <= 9664 || e === 9665 || e >= 9666 && e <= 9719 || e >= 9720 && e <= 9727 || e >= 9728 && e <= 9838 || e === 9839 || e >= 9840 && e <= 10087 || e === 10088 || e === 10089 || e === 10090 || e === 10091 || e === 10092 || e === 10093 || e === 10094 || e === 10095 || e === 10096 || e === 10097 || e === 10098 || e === 10099 || e === 10100 || e === 10101 || e >= 10132 && e <= 10175 || e >= 10176 && e <= 10180 || e === 10181 || e === 10182 || e >= 10183 && e <= 10213 || e === 10214 || e === 10215 || e === 10216 || e === 10217 || e === 10218 || e === 10219 || e === 10220 || e === 10221 || e === 10222 || e === 10223 || e >= 10224 && e <= 10239 || e >= 10240 && e <= 10495 || e >= 10496 && e <= 10626 || e === 10627 || e === 10628 || e === 10629 || e === 10630 || e === 10631 || e === 10632 || e === 10633 || e === 10634 || e === 10635 || e === 10636 || e === 10637 || e === 10638 || e === 10639 || e === 10640 || e === 10641 || e === 10642 || e === 10643 || e === 10644 || e === 10645 || e === 10646 || e === 10647 || e === 10648 || e >= 10649 && e <= 10711 || e === 10712 || e === 10713 || e === 10714 || e === 10715 || e >= 10716 && e <= 10747 || e === 10748 || e === 10749 || e >= 10750 && e <= 11007 || e >= 11008 && e <= 11055 || e >= 11056 && e <= 11076 || e >= 11077 && e <= 11078 || e >= 11079 && e <= 11084 || e >= 11085 && e <= 11123 || e >= 11124 && e <= 11125 || e >= 11126 && e <= 11157 || e === 11158 || e >= 11159 && e <= 11263 || e >= 11776 && e <= 11777 || e === 11778 || e === 11779 || e === 11780 || e === 11781 || e >= 11782 && e <= 11784 || e === 11785 || e === 11786 || e === 11787 || e === 11788 || e === 11789 || e >= 11790 && e <= 11798 || e === 11799 || e >= 11800 && e <= 11801 || e === 11802 || e === 11803 || e === 11804 || e === 11805 || e >= 11806 && e <= 11807 || e === 11808 || e === 11809 || e === 11810 || e === 11811 || e === 11812 || e === 11813 || e === 11814 || e === 11815 || e === 11816 || e === 11817 || e >= 11818 && e <= 11822 || e === 11823 || e >= 11824 && e <= 11833 || e >= 11834 && e <= 11835 || e >= 11836 && e <= 11839 || e === 11840 || e === 11841 || e === 11842 || e >= 11843 && e <= 11855 || e >= 11856 && e <= 11857 || e === 11858 || e >= 11859 && e <= 11903 || e >= 12289 && e <= 12291 || e === 12296 || e === 12297 || e === 12298 || e === 12299 || e === 12300 || e === 12301 || e === 12302 || e === 12303 || e === 12304 || e === 12305 || e >= 12306 && e <= 12307 || e === 12308 || e === 12309 || e === 12310 || e === 12311 || e === 12312 || e === 12313 || e === 12314 || e === 12315 || e === 12316 || e === 12317 || e >= 12318 && e <= 12319 || e === 12320 || e === 12336 || e === 64830 || e === 64831 || e >= 65093 && e <= 65094;
3022
+ }
3023
+ function bt(e) {
3024
+ e.forEach(function(t) {
3025
+ if (delete t.location, ri(t) || si(t))
3026
+ for (var i in t.options)
3027
+ delete t.options[i].location, bt(t.options[i].value);
3028
+ else ti(t) && ai(t.style) || (ii(t) || ni(t)) && ht(t.style) ? delete t.style.location : oi(t) && bt(t.children);
3029
+ });
3030
+ }
3031
+ function Fn(e, t) {
3032
+ t === void 0 && (t = {}), t = H({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
3033
+ var i = new Un(e, t).parse();
3034
+ if (i.err) {
3035
+ var n = SyntaxError(w[i.err.kind]);
3036
+ throw n.location = i.err.location, n.originalMessage = i.err.message, n;
3037
+ }
3038
+ return t != null && t.captureLocation || bt(i.val), i.val;
3039
+ }
3040
+ function rt(e, t) {
3041
+ var i = t && t.cache ? t.cache : Jn, n = t && t.serializer ? t.serializer : Zn, r = t && t.strategy ? t.strategy : Xn;
3042
+ return r(e, {
3043
+ cache: i,
3044
+ serializer: n
3045
+ });
3046
+ }
3047
+ function Vn(e) {
3048
+ return e == null || typeof e == "number" || typeof e == "boolean";
3049
+ }
3050
+ function di(e, t, i, n) {
3051
+ var r = Vn(n) ? n : i(n), s = t.get(r);
3052
+ return typeof s == "undefined" && (s = e.call(this, n), t.set(r, s)), s;
3053
+ }
3054
+ function bi(e, t, i) {
3055
+ var n = Array.prototype.slice.call(arguments, 3), r = i(n), s = t.get(r);
3056
+ return typeof s == "undefined" && (s = e.apply(this, n), t.set(r, s)), s;
3057
+ }
3058
+ function _t(e, t, i, n, r) {
3059
+ return i.bind(t, e, n, r);
3060
+ }
3061
+ function Xn(e, t) {
3062
+ var i = e.length === 1 ? di : bi;
3063
+ return _t(e, this, i, t.cache.create(), t.serializer);
3064
+ }
3065
+ function qn(e, t) {
3066
+ return _t(e, this, bi, t.cache.create(), t.serializer);
3067
+ }
3068
+ function Wn(e, t) {
3069
+ return _t(e, this, di, t.cache.create(), t.serializer);
3070
+ }
3071
+ var Zn = function() {
3072
+ return JSON.stringify(arguments);
3073
+ };
3074
+ function xt() {
3075
+ this.cache = /* @__PURE__ */ Object.create(null);
3076
+ }
3077
+ xt.prototype.get = function(e) {
3078
+ return this.cache[e];
3079
+ };
3080
+ xt.prototype.set = function(e, t) {
3081
+ this.cache[e] = t;
3082
+ };
3083
+ var Jn = {
3084
+ create: function() {
3085
+ return new xt();
3086
+ }
3087
+ }, st = {
3088
+ variadic: qn,
3089
+ monadic: Wn
3090
+ }, Te;
3091
+ (function(e) {
3092
+ e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
3093
+ })(Te || (Te = {}));
3094
+ var Ze = (
3095
+ /** @class */
3096
+ function(e) {
3097
+ We(t, e);
3098
+ function t(i, n, r) {
3099
+ var s = e.call(this, i) || this;
3100
+ return s.code = n, s.originalMessage = r, s;
3101
+ }
3102
+ return t.prototype.toString = function() {
3103
+ return "[formatjs Error: ".concat(this.code, "] ").concat(this.message);
3104
+ }, t;
3105
+ }(Error)
3106
+ ), $t = (
3107
+ /** @class */
3108
+ function(e) {
3109
+ We(t, e);
3110
+ function t(i, n, r, s) {
3111
+ return e.call(this, 'Invalid values for "'.concat(i, '": "').concat(n, '". Options are "').concat(Object.keys(r).join('", "'), '"'), Te.INVALID_VALUE, s) || this;
3112
+ }
3113
+ return t;
3114
+ }(Ze)
3115
+ ), Yn = (
3116
+ /** @class */
3117
+ function(e) {
3118
+ We(t, e);
3119
+ function t(i, n, r) {
3120
+ return e.call(this, 'Value for "'.concat(i, '" must be of type ').concat(n), Te.INVALID_VALUE, r) || this;
3121
+ }
3122
+ return t;
3123
+ }(Ze)
3124
+ ), Qn = (
3125
+ /** @class */
3126
+ function(e) {
3127
+ We(t, e);
3128
+ function t(i, n) {
3129
+ return e.call(this, 'The intl string context variable "'.concat(i, '" was not provided to the string "').concat(n, '"'), Te.MISSING_VALUE, n) || this;
3130
+ }
3131
+ return t;
3132
+ }(Ze)
3133
+ ), q;
3134
+ (function(e) {
3135
+ e[e.literal = 0] = "literal", e[e.object = 1] = "object";
3136
+ })(q || (q = {}));
3137
+ function Kn(e) {
3138
+ return e.length < 2 ? e : e.reduce(function(t, i) {
3139
+ var n = t[t.length - 1];
3140
+ return !n || n.type !== q.literal || i.type !== q.literal ? t.push(i) : n.value += i.value, t;
3141
+ }, []);
3142
+ }
3143
+ function er(e) {
3144
+ return typeof e == "function";
3145
+ }
3146
+ function ze(e, t, i, n, r, s, l) {
3147
+ if (e.length === 1 && Nt(e[0]))
3148
+ return [
3149
+ {
3150
+ type: q.literal,
3151
+ value: e[0].value
3152
+ }
3153
+ ];
3154
+ for (var o = [], u = 0, a = e; u < a.length; u++) {
3155
+ var c = a[u];
3156
+ if (Nt(c)) {
3157
+ o.push({
3158
+ type: q.literal,
3159
+ value: c.value
3160
+ });
3161
+ continue;
3162
+ }
3163
+ if (bn(c)) {
3164
+ typeof s == "number" && o.push({
3165
+ type: q.literal,
3166
+ value: i.getNumberFormat(t).format(s)
3167
+ });
3168
+ continue;
3169
+ }
3170
+ var f = c.value;
3171
+ if (!(r && f in r))
3172
+ throw new Qn(f, l);
3173
+ var m = r[f];
3174
+ if (dn(c)) {
3175
+ (!m || typeof m == "string" || typeof m == "number") && (m = typeof m == "string" || typeof m == "number" ? String(m) : ""), o.push({
3176
+ type: typeof m == "string" ? q.literal : q.object,
3177
+ value: m
3178
+ });
3179
+ continue;
3180
+ }
3181
+ if (ii(c)) {
3182
+ var g = typeof c.style == "string" ? n.date[c.style] : ht(c.style) ? c.style.parsedOptions : void 0;
3183
+ o.push({
3184
+ type: q.literal,
3185
+ value: i.getDateTimeFormat(t, g).format(m)
3186
+ });
3187
+ continue;
3188
+ }
3189
+ if (ni(c)) {
3190
+ var g = typeof c.style == "string" ? n.time[c.style] : ht(c.style) ? c.style.parsedOptions : n.time.medium;
3191
+ o.push({
3192
+ type: q.literal,
3193
+ value: i.getDateTimeFormat(t, g).format(m)
3194
+ });
3195
+ continue;
3196
+ }
3197
+ if (ti(c)) {
3198
+ var g = typeof c.style == "string" ? n.number[c.style] : ai(c.style) ? c.style.parsedOptions : void 0;
3199
+ g && g.scale && (m = m * (g.scale || 1)), o.push({
3200
+ type: q.literal,
3201
+ value: i.getNumberFormat(t, g).format(m)
3202
+ });
3203
+ continue;
3204
+ }
3205
+ if (oi(c)) {
3206
+ var E = c.children, _ = c.value, b = r[_];
3207
+ if (!er(b))
3208
+ throw new Yn(_, "function", l);
3209
+ var T = ze(E, t, i, n, r, s), C = b(T.map(function(j) {
3210
+ return j.value;
3211
+ }));
3212
+ Array.isArray(C) || (C = [C]), o.push.apply(o, C.map(function(j) {
3213
+ return {
3214
+ type: typeof j == "string" ? q.literal : q.object,
3215
+ value: j
3216
+ };
3217
+ }));
3218
+ }
3219
+ if (ri(c)) {
3220
+ var P = c.options[m] || c.options.other;
3221
+ if (!P)
3222
+ throw new $t(c.value, m, Object.keys(c.options), l);
3223
+ o.push.apply(o, ze(P.value, t, i, n, r));
3224
+ continue;
3225
+ }
3226
+ if (si(c)) {
3227
+ var P = c.options["=".concat(m)];
3228
+ if (!P) {
3229
+ if (!Intl.PluralRules)
3230
+ throw new Ze(`Intl.PluralRules is not available in this environment.
3231
+ Try polyfilling it using "@formatjs/intl-pluralrules"
3232
+ `, Te.MISSING_INTL_API, l);
3233
+ var D = i.getPluralRules(t, { type: c.pluralType }).select(m - (c.offset || 0));
3234
+ P = c.options[D] || c.options.other;
3235
+ }
3236
+ if (!P)
3237
+ throw new $t(c.value, m, Object.keys(c.options), l);
3238
+ o.push.apply(o, ze(P.value, t, i, n, r, m - (c.offset || 0)));
3239
+ continue;
3240
+ }
3241
+ }
3242
+ return Kn(o);
3243
+ }
3244
+ function tr(e, t) {
3245
+ return t ? H(H(H({}, e || {}), t || {}), Object.keys(e).reduce(function(i, n) {
3246
+ return i[n] = H(H({}, e[n]), t[n] || {}), i;
3247
+ }, {})) : e;
3248
+ }
3249
+ function ir(e, t) {
3250
+ return t ? Object.keys(e).reduce(function(i, n) {
3251
+ return i[n] = tr(e[n], t[n]), i;
3252
+ }, H({}, e)) : e;
3253
+ }
3254
+ function ot(e) {
3255
+ return {
3256
+ create: function() {
3257
+ return {
3258
+ get: function(t) {
3259
+ return e[t];
3260
+ },
3261
+ set: function(t, i) {
3262
+ e[t] = i;
3263
+ }
3264
+ };
3265
+ }
3266
+ };
3267
+ }
3268
+ function nr(e) {
3269
+ return e === void 0 && (e = {
3270
+ number: {},
3271
+ dateTime: {},
3272
+ pluralRules: {}
3273
+ }), {
3274
+ getNumberFormat: rt(function() {
3275
+ for (var t, i = [], n = 0; n < arguments.length; n++)
3276
+ i[n] = arguments[n];
3277
+ return new ((t = Intl.NumberFormat).bind.apply(t, it([void 0], i, !1)))();
3278
+ }, {
3279
+ cache: ot(e.number),
3280
+ strategy: st.variadic
3281
+ }),
3282
+ getDateTimeFormat: rt(function() {
3283
+ for (var t, i = [], n = 0; n < arguments.length; n++)
3284
+ i[n] = arguments[n];
3285
+ return new ((t = Intl.DateTimeFormat).bind.apply(t, it([void 0], i, !1)))();
3286
+ }, {
3287
+ cache: ot(e.dateTime),
3288
+ strategy: st.variadic
3289
+ }),
3290
+ getPluralRules: rt(function() {
3291
+ for (var t, i = [], n = 0; n < arguments.length; n++)
3292
+ i[n] = arguments[n];
3293
+ return new ((t = Intl.PluralRules).bind.apply(t, it([void 0], i, !1)))();
3294
+ }, {
3295
+ cache: ot(e.pluralRules),
3296
+ strategy: st.variadic
3297
+ })
3298
+ };
3299
+ }
3300
+ var rr = (
3301
+ /** @class */
3302
+ function() {
3303
+ function e(t, i, n, r) {
3304
+ var s = this;
3305
+ if (i === void 0 && (i = e.defaultLocale), this.formatterCache = {
3306
+ number: {},
3307
+ dateTime: {},
3308
+ pluralRules: {}
3309
+ }, this.format = function(u) {
3310
+ var a = s.formatToParts(u);
3311
+ if (a.length === 1)
3312
+ return a[0].value;
3313
+ var c = a.reduce(function(f, m) {
3314
+ return !f.length || m.type !== q.literal || typeof f[f.length - 1] != "string" ? f.push(m.value) : f[f.length - 1] += m.value, f;
3315
+ }, []);
3316
+ return c.length <= 1 ? c[0] || "" : c;
3317
+ }, this.formatToParts = function(u) {
3318
+ return ze(s.ast, s.locales, s.formatters, s.formats, u, void 0, s.message);
3319
+ }, this.resolvedOptions = function() {
3320
+ var u;
3321
+ return {
3322
+ locale: ((u = s.resolvedLocale) === null || u === void 0 ? void 0 : u.toString()) || Intl.NumberFormat.supportedLocalesOf(s.locales)[0]
3323
+ };
3324
+ }, this.getAst = function() {
3325
+ return s.ast;
3326
+ }, this.locales = i, this.resolvedLocale = e.resolveLocale(i), typeof t == "string") {
3327
+ if (this.message = t, !e.__parse)
3328
+ throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
3329
+ var l = r || {};
3330
+ l.formatters;
3331
+ var o = mn(l, ["formatters"]);
3332
+ this.ast = e.__parse(t, H(H({}, o), { locale: this.resolvedLocale }));
3333
+ } else
3334
+ this.ast = t;
3335
+ if (!Array.isArray(this.ast))
3336
+ throw new TypeError("A message must be provided as a String or AST.");
3337
+ this.formats = ir(e.formats, n), this.formatters = r && r.formatters || nr(this.formatterCache);
3338
+ }
3339
+ return Object.defineProperty(e, "defaultLocale", {
3340
+ get: function() {
3341
+ return e.memoizedDefaultLocale || (e.memoizedDefaultLocale = new Intl.NumberFormat().resolvedOptions().locale), e.memoizedDefaultLocale;
3342
+ },
3343
+ enumerable: !1,
3344
+ configurable: !0
3345
+ }), e.memoizedDefaultLocale = null, e.resolveLocale = function(t) {
3346
+ if (typeof Intl.Locale != "undefined") {
3347
+ var i = Intl.NumberFormat.supportedLocalesOf(t);
3348
+ return i.length > 0 ? new Intl.Locale(i[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
3349
+ }
3350
+ }, e.__parse = Fn, e.formats = {
3351
+ number: {
3352
+ integer: {
3353
+ maximumFractionDigits: 0
3354
+ },
3355
+ currency: {
3356
+ style: "currency"
3357
+ },
3358
+ percent: {
3359
+ style: "percent"
3360
+ }
3361
+ },
3362
+ date: {
3363
+ short: {
3364
+ month: "numeric",
3365
+ day: "numeric",
3366
+ year: "2-digit"
3367
+ },
3368
+ medium: {
3369
+ month: "short",
3370
+ day: "numeric",
3371
+ year: "numeric"
3372
+ },
3373
+ long: {
3374
+ month: "long",
3375
+ day: "numeric",
3376
+ year: "numeric"
3377
+ },
3378
+ full: {
3379
+ weekday: "long",
3380
+ month: "long",
3381
+ day: "numeric",
3382
+ year: "numeric"
3383
+ }
3384
+ },
3385
+ time: {
3386
+ short: {
3387
+ hour: "numeric",
3388
+ minute: "numeric"
3389
+ },
3390
+ medium: {
3391
+ hour: "numeric",
3392
+ minute: "numeric",
3393
+ second: "numeric"
3394
+ },
3395
+ long: {
3396
+ hour: "numeric",
3397
+ minute: "numeric",
3398
+ second: "numeric",
3399
+ timeZoneName: "short"
3400
+ },
3401
+ full: {
3402
+ hour: "numeric",
3403
+ minute: "numeric",
3404
+ second: "numeric",
3405
+ timeZoneName: "short"
3406
+ }
3407
+ }
3408
+ }, e;
3409
+ }()
3410
+ );
3411
+ function sr(e, t) {
3412
+ if (t == null)
3413
+ return;
3414
+ if (t in e)
3415
+ return e[t];
3416
+ const i = t.split(".");
3417
+ let n = e;
3418
+ for (let r = 0; r < i.length; r++)
3419
+ if (typeof n == "object") {
3420
+ if (r > 0) {
3421
+ const s = i.slice(r, i.length).join(".");
3422
+ if (s in n) {
3423
+ n = n[s];
3424
+ break;
3425
+ }
3426
+ }
3427
+ n = n[i[r]];
3428
+ } else
3429
+ n = void 0;
3430
+ return n;
3431
+ }
3432
+ const le = {}, or = (e, t, i) => i && (t in le || (le[t] = {}), e in le[t] || (le[t][e] = i), i), gi = (e, t) => {
3433
+ if (t == null)
3434
+ return;
3435
+ if (t in le && e in le[t])
3436
+ return le[t][e];
3437
+ const i = Je(t);
3438
+ for (let n = 0; n < i.length; n++) {
3439
+ const r = i[n], s = lr(r, e);
3440
+ if (s)
3441
+ return or(e, t, s);
3442
+ }
3443
+ };
3444
+ let Tt;
3445
+ const Me = qe({});
3446
+ function ar(e) {
3447
+ return Tt[e] || null;
3448
+ }
3449
+ function vi(e) {
3450
+ return e in Tt;
3451
+ }
3452
+ function lr(e, t) {
3453
+ if (!vi(e))
3454
+ return null;
3455
+ const i = ar(e);
3456
+ return sr(i, t);
3457
+ }
3458
+ function ur(e) {
3459
+ if (e == null)
3460
+ return;
3461
+ const t = Je(e);
3462
+ for (let i = 0; i < t.length; i++) {
3463
+ const n = t[i];
3464
+ if (vi(n))
3465
+ return n;
3466
+ }
3467
+ }
3468
+ function yi(e, ...t) {
3469
+ delete le[e], Me.update((i) => (i[e] = pn.all([i[e] || {}, ...t]), i));
3470
+ }
3471
+ we(
3472
+ [Me],
3473
+ ([e]) => Object.keys(e)
3474
+ );
3475
+ Me.subscribe((e) => Tt = e);
3476
+ const Fe = {};
3477
+ function cr(e, t) {
3478
+ Fe[e].delete(t), Fe[e].size === 0 && delete Fe[e];
3479
+ }
3480
+ function Ei(e) {
3481
+ return Fe[e];
3482
+ }
3483
+ function hr(e) {
3484
+ return Je(e).map((t) => {
3485
+ const i = Ei(t);
3486
+ return [t, i ? [...i] : []];
3487
+ }).filter(([, t]) => t.length > 0);
3488
+ }
3489
+ function gt(e) {
3490
+ return e == null ? !1 : Je(e).some(
3491
+ (t) => {
3492
+ var i;
3493
+ return (i = Ei(t)) == null ? void 0 : i.size;
3494
+ }
3495
+ );
3496
+ }
3497
+ function fr(e, t) {
3498
+ return Promise.all(
3499
+ t.map((n) => (cr(e, n), n().then((r) => r.default || r)))
3500
+ ).then((n) => yi(e, ...n));
3501
+ }
3502
+ const ke = {};
3503
+ function _i(e) {
3504
+ if (!gt(e))
3505
+ return e in ke ? ke[e] : Promise.resolve();
3506
+ const t = hr(e);
3507
+ return ke[e] = Promise.all(
3508
+ t.map(
3509
+ ([i, n]) => fr(i, n)
3510
+ )
3511
+ ).then(() => {
3512
+ if (gt(e))
3513
+ return _i(e);
3514
+ delete ke[e];
3515
+ }), ke[e];
3516
+ }
3517
+ const pr = {
3518
+ number: {
3519
+ scientific: { notation: "scientific" },
3520
+ engineering: { notation: "engineering" },
3521
+ compactLong: { notation: "compact", compactDisplay: "long" },
3522
+ compactShort: { notation: "compact", compactDisplay: "short" }
3523
+ },
3524
+ date: {
3525
+ short: { month: "numeric", day: "numeric", year: "2-digit" },
3526
+ medium: { month: "short", day: "numeric", year: "numeric" },
3527
+ long: { month: "long", day: "numeric", year: "numeric" },
3528
+ full: { weekday: "long", month: "long", day: "numeric", year: "numeric" }
3529
+ },
3530
+ time: {
3531
+ short: { hour: "numeric", minute: "numeric" },
3532
+ medium: { hour: "numeric", minute: "numeric", second: "numeric" },
3533
+ long: {
3534
+ hour: "numeric",
3535
+ minute: "numeric",
3536
+ second: "numeric",
3537
+ timeZoneName: "short"
3538
+ },
3539
+ full: {
3540
+ hour: "numeric",
3541
+ minute: "numeric",
3542
+ second: "numeric",
3543
+ timeZoneName: "short"
3544
+ }
3545
+ }
3546
+ }, mr = {
3547
+ fallbackLocale: null,
3548
+ loadingDelay: 200,
3549
+ formats: pr,
3550
+ warnOnMissingMessages: !0,
3551
+ handleMissingMessage: void 0,
3552
+ ignoreTag: !0
3553
+ }, dr = mr;
3554
+ function Pe() {
3555
+ return dr;
3556
+ }
3557
+ const at = qe(!1);
3558
+ var br = Object.defineProperty, gr = Object.defineProperties, vr = Object.getOwnPropertyDescriptors, zt = Object.getOwnPropertySymbols, yr = Object.prototype.hasOwnProperty, Er = Object.prototype.propertyIsEnumerable, Ft = (e, t, i) => t in e ? br(e, t, { enumerable: !0, configurable: !0, writable: !0, value: i }) : e[t] = i, _r = (e, t) => {
3559
+ for (var i in t || (t = {}))
3560
+ yr.call(t, i) && Ft(e, i, t[i]);
3561
+ if (zt)
3562
+ for (var i of zt(t))
3563
+ Er.call(t, i) && Ft(e, i, t[i]);
3564
+ return e;
3565
+ }, xr = (e, t) => gr(e, vr(t));
3566
+ let vt;
3567
+ const Ve = qe(null);
3568
+ function Vt(e) {
3569
+ return e.split("-").map((t, i, n) => n.slice(0, i + 1).join("-")).reverse();
3570
+ }
3571
+ function Je(e, t = Pe().fallbackLocale) {
3572
+ const i = Vt(e);
3573
+ return t ? [.../* @__PURE__ */ new Set([...i, ...Vt(t)])] : i;
3574
+ }
3575
+ function fe() {
3576
+ return vt != null ? vt : void 0;
3577
+ }
3578
+ Ve.subscribe((e) => {
3579
+ vt = e != null ? e : void 0, typeof window != "undefined" && e != null && document.documentElement.setAttribute("lang", e);
3580
+ });
3581
+ const Tr = (e) => {
3582
+ if (e && ur(e) && gt(e)) {
3583
+ const { loadingDelay: t } = Pe();
3584
+ let i;
3585
+ return typeof window != "undefined" && fe() != null && t ? i = window.setTimeout(
3586
+ () => at.set(!0),
3587
+ t
3588
+ ) : at.set(!0), _i(e).then(() => {
3589
+ Ve.set(e);
3590
+ }).finally(() => {
3591
+ clearTimeout(i), at.set(!1);
3592
+ });
3593
+ }
3594
+ return Ve.set(e);
3595
+ }, Be = xr(_r({}, Ve), {
3596
+ set: Tr
3597
+ }), Ye = (e) => {
3598
+ const t = /* @__PURE__ */ Object.create(null);
3599
+ return (n) => {
3600
+ const r = JSON.stringify(n);
3601
+ return r in t ? t[r] : t[r] = e(n);
3602
+ };
3603
+ };
3604
+ var Pr = Object.defineProperty, Xe = Object.getOwnPropertySymbols, xi = Object.prototype.hasOwnProperty, Ti = Object.prototype.propertyIsEnumerable, Xt = (e, t, i) => t in e ? Pr(e, t, { enumerable: !0, configurable: !0, writable: !0, value: i }) : e[t] = i, Pt = (e, t) => {
3605
+ for (var i in t || (t = {}))
3606
+ xi.call(t, i) && Xt(e, i, t[i]);
3607
+ if (Xe)
3608
+ for (var i of Xe(t))
3609
+ Ti.call(t, i) && Xt(e, i, t[i]);
3610
+ return e;
3611
+ }, Le = (e, t) => {
3612
+ var i = {};
3613
+ for (var n in e)
3614
+ xi.call(e, n) && t.indexOf(n) < 0 && (i[n] = e[n]);
3615
+ if (e != null && Xe)
3616
+ for (var n of Xe(e))
3617
+ t.indexOf(n) < 0 && Ti.call(e, n) && (i[n] = e[n]);
3618
+ return i;
3619
+ };
3620
+ const Oe = (e, t) => {
3621
+ const { formats: i } = Pe();
3622
+ if (e in i && t in i[e])
3623
+ return i[e][t];
3624
+ throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
3625
+ }, wr = Ye(
3626
+ (e) => {
3627
+ var t = e, { locale: i, format: n } = t, r = Le(t, ["locale", "format"]);
3628
+ if (i == null)
3629
+ throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
3630
+ return n && (r = Oe("number", n)), new Intl.NumberFormat(i, r);
3631
+ }
3632
+ ), Br = Ye(
3633
+ (e) => {
3634
+ var t = e, { locale: i, format: n } = t, r = Le(t, ["locale", "format"]);
3635
+ if (i == null)
3636
+ throw new Error('[svelte-i18n] A "locale" must be set to format dates');
3637
+ return n ? r = Oe("date", n) : Object.keys(r).length === 0 && (r = Oe("date", "short")), new Intl.DateTimeFormat(i, r);
3638
+ }
3639
+ ), Lr = Ye(
3640
+ (e) => {
3641
+ var t = e, { locale: i, format: n } = t, r = Le(t, ["locale", "format"]);
3642
+ if (i == null)
3643
+ throw new Error(
3644
+ '[svelte-i18n] A "locale" must be set to format time values'
3645
+ );
3646
+ return n ? r = Oe("time", n) : Object.keys(r).length === 0 && (r = Oe("time", "short")), new Intl.DateTimeFormat(i, r);
3647
+ }
3648
+ ), Ar = (e = {}) => {
3649
+ var t = e, {
3650
+ locale: i = fe()
3651
+ } = t, n = Le(t, [
3652
+ "locale"
3653
+ ]);
3654
+ return wr(Pt({ locale: i }, n));
3655
+ }, Sr = (e = {}) => {
3656
+ var t = e, {
3657
+ locale: i = fe()
3658
+ } = t, n = Le(t, [
3659
+ "locale"
3660
+ ]);
3661
+ return Br(Pt({ locale: i }, n));
3662
+ }, Ir = (e = {}) => {
3663
+ var t = e, {
3664
+ locale: i = fe()
3665
+ } = t, n = Le(t, [
3666
+ "locale"
3667
+ ]);
3668
+ return Lr(Pt({ locale: i }, n));
3669
+ }, Hr = Ye(
3670
+ // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
3671
+ (e, t = fe()) => new rr(e, t, Pe().formats, {
3672
+ ignoreTag: Pe().ignoreTag
3673
+ })
3674
+ ), kr = (e, t = {}) => {
3675
+ var i, n, r, s;
3676
+ let l = t;
3677
+ typeof e == "object" && (l = e, e = l.id);
3678
+ const {
3679
+ values: o,
3680
+ locale: u = fe(),
3681
+ default: a
3682
+ } = l;
3683
+ if (u == null)
3684
+ throw new Error(
3685
+ "[svelte-i18n] Cannot format a message without first setting the initial locale."
3686
+ );
3687
+ let c = gi(e, u);
3688
+ if (!c)
3689
+ c = (s = (r = (n = (i = Pe()).handleMissingMessage) == null ? void 0 : n.call(i, { locale: u, id: e, defaultValue: a })) != null ? r : a) != null ? s : e;
3690
+ else if (typeof c != "string")
3691
+ return console.warn(
3692
+ `[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof c}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`
3693
+ ), c;
3694
+ if (!o)
3695
+ return c;
3696
+ let f = c;
3697
+ try {
3698
+ f = Hr(c, u).format(o);
3699
+ } catch (m) {
3700
+ m instanceof Error && console.warn(
3701
+ `[svelte-i18n] Message "${e}" has syntax error:`,
3702
+ m.message
3703
+ );
3704
+ }
3705
+ return f;
3706
+ }, jr = (e, t) => Ir(t).format(e), Cr = (e, t) => Sr(t).format(e), Nr = (e, t) => Ar(t).format(e), Or = (e, t = fe()) => gi(e, t), Mr = we([Be, Me], () => kr);
3707
+ we([Be], () => jr);
3708
+ we([Be], () => Cr);
3709
+ we([Be], () => Nr);
3710
+ we([Be, Me], () => Or);
3711
+ function qt(e, t) {
3712
+ yi(e, t);
3713
+ }
3714
+ function Dr(e) {
3715
+ Be.set(e);
3716
+ }
3717
+ const Wt = {
3718
+ en: {
3719
+ loading: "Loading, please wait...",
3720
+ setLimit: "Set a limit",
3721
+ setLimitDescription: "In Germany, you are legally required to set a monthly deposit limit. Therefore, we ask you to confirm your existing limit or set a new one in order to enjoy playing without restrictions.",
3722
+ lugasInfo1: "Any questions? Information about",
3723
+ lugasInfo2: "LUGAS",
3724
+ keepCurrentLimit: "KEEP THE CURRENT LIMIT",
3725
+ keepCurrentLimitButton: "NEW LIMIT",
3726
+ applyButton: "APPLY",
3727
+ depositPeriod: "Monthly deposit limit",
3728
+ TCpart1: 'By clicking "Keep the current limit" or "Apply" I confirm that I have read and accept the',
3729
+ TClink: "General Terms and Conditions",
3730
+ TCpart2: "Also note our",
3731
+ PPlink: "Privacy Policy",
3732
+ depositLimit: "Deposit Limit set",
3733
+ successful: "Successful!",
3734
+ successDescription: "The deposit limit has been set successfully. You can manage your limits at any time in the account settings.",
3735
+ kyc1Part1: "We were able to set your monthly deposit limit to",
3736
+ kyc1Part2: "In order to increase the limit to the desired amount, we ask you to provide us with the relevant information. This information can be submitted in the document upload.",
3737
+ kycButton: "UPLOAD DOCUMENTS",
3738
+ closeButton: "CLOSE",
3739
+ depositError: "Deposit Limit update error",
3740
+ errorDescription: "We were unable to set your limit at this time, due to a server error. Please try again later.",
3741
+ docsRequired: "Documents required!",
3742
+ kyc2: "For the selected limit, we require documents that show your financial situation. Please upload your last payslip as well as a current bank statement, that shows the account balance as well as that you received the salary payment."
3743
+ },
3744
+ de: {
3745
+ loading: "Lädt ...",
3746
+ setLimit: "Legen Sie ein Grenzwert fest",
3747
+ setLimitDescription: "In Deutschland müssen Sie gesetzlich ein monatliches Einlagenlimit festlegen.",
3748
+ lugasInfo1: "Fragen? Informationen zu",
3749
+ lugasInfo2: "LUGAS",
3750
+ keepCurrentLimit: "Aktuelles Limit beibehalten",
3751
+ keepCurrentLimitButton: "Neue Grenze",
3752
+ applyButton: "Anwenden",
3753
+ depositPeriod: "Monatliche Einzahlungslimit",
3754
+ TCpart1: 'Durch Klicken auf "das aktuelle Grenzwert halten" oder "anwenden", bestätige ich, dass ich die',
3755
+ TClink: "Allgemeine Geschäftsbedingungen",
3756
+ TCpart2: "Beachten Sie auch unsere",
3757
+ PPlink: "Datenschutz-Bestimmungen",
3758
+ depositLimit: "Erfolgreich",
3759
+ successful: "Erfolgreich",
3760
+ successDescription: "Einzahlungslimit erfolgreich festgelegt. Sie können Ihre Grenzen jederzeit in den Kontoeinstellungen verwalten.",
3761
+ kyc1Part1: "Wir konnten Ihr monatliches Einzahlungslimit auf",
3762
+ kyc1Part2: "Um das Limit auf den gewünschten Betrag zu erhöhen, bitten wir, uns relevante Informationen zur Verfügung zu stellen. Diese Informationen können im Dokumenten-Upload eingereicht werden.",
3763
+ kycButton: "Dokumente hochladen",
3764
+ closeButton: "Schließen",
3765
+ depositError: "Etwas ist schiefgelaufen. Bitte nochmal versuchen!",
3766
+ errorDescription: "Etwas ist schiefgelaufen. Bitte nochmal versuchen!",
3767
+ docsRequired: "Documents required!",
3768
+ kyc2: "Für das gewählte Limit benötigen wir Dokumente, aus denen Ihre finanzielle Situation hervorgeht. Bitte laden Sie Ihre letzte Gehaltsabrechnung sowie einen aktuellen Kontoauszug, auf dem Kontostand sowie Gehaltseingang ersichtlich sind, hoch."
3769
+ },
3770
+ hr: {
3771
+ loading: "Učitavanje",
3772
+ setLimit: "Postavite ograničenje",
3773
+ setLimitDescription: "U Njemačkoj",
3774
+ lugasInfo1: "Ima li pitanja? Informacije o",
3775
+ lugasInfo2: "LUGAS",
3776
+ keepCurrentLimit: "ZADRŽITE TRENUTNO OGRANIČENJE",
3777
+ keepCurrentLimitButton: "NOVO OGRANIČENJE",
3778
+ applyButton: "PRIMJENI",
3779
+ depositPeriod: "Mjesečno ograničenje uplate",
3780
+ TCpart1: 'Klikom na "Zadrži trenutno ograničenje" ili "Primijeni" potvrđujem da sam pročitao i prihvaćam',
3781
+ TClink: "Opći uvjeti poslovanja",
3782
+ TCpart2: "Također imajte na umu našu",
3783
+ PPlink: "Politiku privatnosti",
3784
+ depositLimit: "Postavljeno ograničenje uplate",
3785
+ successful: "Uspješno!",
3786
+ successDescription: "Ograničenje uplate je uspješno postavljeno. Svojim ograničenjima možete upravljati u bilo kojem trenutku u postavkama računa.",
3787
+ kyc1Part1: "Uspjeli smo postaviti vaše mjesečno ograničenje uplate na",
3788
+ kyc1Part2: "Kako bi povećali ograničenje na željeni iznos",
3789
+ kycButton: "UČITAJ DOKUMENTE",
3790
+ closeButton: "ZATVORI",
3791
+ depositError: "Pogreška ažuriranja ograničenja uplate",
3792
+ errorDescription: "Trenutačno nismo mogli postaviti vaše ograničenje",
3793
+ docsRequired: "Potrebni dokumenti!",
3794
+ kyc2: "Za odabrano ograničenje"
3795
+ },
3796
+ sl: {
3797
+ loading: "Nalaga...",
3798
+ setLimit: "Določi limit",
3799
+ setLimitDescription: "V Nemčiji je zakonsko predpisano, da določite mesečni vplačilni limit.",
3800
+ lugasInfo1: "Vprašanja? Informacije o",
3801
+ lugasInfo2: "LUGAS",
3802
+ keepCurrentLimit: "Ohranite obstoječi limit",
3803
+ keepCurrentLimitButton: "Novi limit",
3804
+ applyButton: "Uporabi",
3805
+ depositPeriod: "Mesečni vplačilni limit",
3806
+ TCpart1: "S klikom na „ohranite obstoječi limit“ ali „prevzem“ potrjujem, da sem prebral-a",
3807
+ TClink: "Splošna pravila in pogoji",
3808
+ TCpart2: "Preverite tudi na naš",
3809
+ PPlink: "Pravila o zasebnosti",
3810
+ depositLimit: "Uspešno",
3811
+ successful: "Uspešno",
3812
+ successDescription: "Vplačilni limit je bil uspešno postavljen. Limiti se lahko kadar koli prilagodijo v nastavitvah stavnega računa.",
3813
+ kyc1Part1: "Mesečni vplačilni limit smo lahko nastavili na",
3814
+ kyc1Part2: "Da bi povečali limit na želeni znesek, prosimo, da nam posredujete relevantne informacije. Te informacije lahko naložite pod prenos dokumentov.",
3815
+ kycButton: "Naložite dokumenteS",
3816
+ closeButton: "Zapri",
3817
+ depositError: "Nekaj ​​je šlo narobe. Prosim poskusite ponovno.",
3818
+ errorDescription: "Nekaj ​​je šlo narobe. Prosim poskusite ponovno.",
3819
+ docsRequired: "Documents required!",
3820
+ kyc2: "Za izbrani limit, potrebujemo dokumente, ki prikazujejo vašo ekonomsko stanje. Prosimo naložite vašo zadnjo plačilno listo in zadnji bančni izpisek, vključno s prikazom dobroimetja, ki prikazuje, da ste prejeli plačilo."
3821
+ },
3822
+ pl: {
3823
+ loading: "Ładowanie...",
3824
+ setLimit: "Ustaw limit",
3825
+ setLimitDescription: "W Niemczech istnieje prawny obowiązek ustalenia miesięcznego limitu wpłat.",
3826
+ lugasInfo1: "Jakieś pytania? Informacja o",
3827
+ lugasInfo2: "LUGAS",
3828
+ keepCurrentLimit: "Zachowaj obecny limit",
3829
+ keepCurrentLimitButton: "Nowy limit",
3830
+ applyButton: "Zastosuj",
3831
+ depositPeriod: "Miesięczny limit wpłat",
3832
+ TCpart1: 'Klikając na "Zachowaj obecny limit" lub "Zastosuj", potwierdzam, że przeczytałem i akceptuję',
3833
+ TClink: "Ogólne warunki handlowe",
3834
+ TCpart2: "Zapoznaj się również z naszą",
3835
+ PPlink: "Polityka prywatności",
3836
+ depositLimit: "Zakończone powodzeniem",
3837
+ successful: "Zakończone powodzeniem",
3838
+ successDescription: "Limit wpłat ustawiony pomyślnie. Możesz zarządzać limitami w dowolnym momencie w ustawieniach konta.",
3839
+ kyc1Part1: "Udało nam się ustawić Twój miesięczny limit wpłat na",
3840
+ kyc1Part2: "Aby zwiększyć limit żądanej kwoty, prosimy o podanie nam odpowiednich informacji. Informacje te można przesłać w przesyłaniu dokumentu.",
3841
+ kycButton: "Wczytywanie dokumentów",
3842
+ closeButton: "zamknij",
3843
+ depositError: "Coś poszło nie tak. Proszę spróbuj ponownie.",
3844
+ errorDescription: "Coś poszło nie tak. Proszę spróbuj ponownie.",
3845
+ docsRequired: "Documents required!",
3846
+ kyc2: "Do wybranego limitu potrzebujemy dokumentów potwierdzających Państwa sytuację finansową. Prosimy o przesłanie ostatniego odcinka wypłaty oraz aktualnego wyciągu bankowego, na którym widnieje stan konta i przychodzące wynagrodzenie."
3847
+ },
3848
+ es: {
3849
+ loading: "Cargando...",
3850
+ setLimit: "Establece un límite",
3851
+ setLimitDescription: "En Alemania",
3852
+ lugasInfo1: "Alguna pregunta? Información sobre",
3853
+ lugasInfo2: "LUGAS",
3854
+ keepCurrentLimit: "MANTENER LÍMITE ACTUAL",
3855
+ keepCurrentLimitButton: "NUEVO LÍMITE",
3856
+ applyButton: "APLICAR",
3857
+ depositPeriod: "Límite Mensual de depósitos",
3858
+ TCpart1: 'Dando clic en "Mantener límite actual" o "Aplicar" yo confirmo que he leido y aceptado los',
3859
+ TClink: "Términos y Condiciones Generales",
3860
+ TCpart2: "También note nuestra",
3861
+ PPlink: "Politica de Privacidad",
3862
+ depositLimit: "Límite de depósito establecido",
3863
+ successful: "Exitoso!",
3864
+ successDescription: "El límite de depósito se ha establecido con éxito. Puede administrar sus límites en cualquier momento en la confirguración de la cuenta.",
3865
+ kyc1Part1: "Pudimos estabelecer tu límite de deposito mensual en",
3866
+ kyc1Part2: "Para aumentar el límite a la cantidad deseada",
3867
+ kycButton: "SUBIR DOCUMENTOS / ADJUNTAR DOCUMENTOS",
3868
+ closeButton: "CERRAR",
3869
+ depositError: "Error en actualización de límite de depósito",
3870
+ errorDescription: "No pudimos actualizar tu límite en este momento.",
3871
+ docsRequired: "Documentos requeridos!",
3872
+ kyc2: "Para el límite seleccionado."
3873
+ },
3874
+ "pt-br": {
3875
+ Loading: "Carregando, por favor espere...",
3876
+ setLimit: "Definir limite",
3877
+ setLimitDescription: 'Na Alemanha, por lei é obrigatório estabelecer um limite de depósito mensal, portanto",Pedimos que você confirme o limite existente ou defina um novo para aproveitar o jogo sem restrições.',
3878
+ lugasInfo1: "Dúvidas? Informação sobre",
3879
+ lugasInfo2: "LUGARES",
3880
+ keepCurrentLimit: "MANTENHA O LIMITE ATUAL",
3881
+ keepCurrentLimitButton: "NOVO LIMITE",
3882
+ applyButton: "APLICAR",
3883
+ depositPeriod: "LIMITE DE DEPÓSITO MENSAL",
3884
+ TCpart1: 'Ao selecionar ""manter limite atual"" ou ""aplicar"", confirmo que aceitei o"',
3885
+ TClink: "Termos e Condições Gerais",
3886
+ TCpart2: 'Por favor, leve também em consideração o nosso"',
3887
+ PPlink: "Política de privacidade",
3888
+ depositLimit: "Limite de depósito fixo",
3889
+ successful: "Operação bem-sucedida",
3890
+ successDescription: "O limite de depósito foi definido com sucesso. Você pode gerenciar seus limites a qualquer momento na seção Configurações da sua conta.",
3891
+ kyc1Part1: "Conseguimos definir seu limite de depósito mensal para",
3892
+ kyc1Part2: "Para aumentar o limite de depósito mensal,Pedimos que você compartilhe-nos informações relevantes. Essas informações podem ser enviadas na seção de upload de arquivos na página",
3893
+ kycButton: "FAZER UPLOAD DE ARQUIVOS",
3894
+ closeButton: "Data",
3895
+ depositError: "Erro de atualização do limite de depósito",
3896
+ errorDescription: "Não foi possível atualizar seu limite neste momento,devido a um erro no servidor. Tente mais tarde",
3897
+ docsRequired: "Documentos requeridos",
3898
+ kyc2: 'Para o limite selecionado," Exigimos documentos que comprovem sua situação financeira. Envie seu recibo de pagamento mais recente, bem como um extrato bancário atual",mostrando o saldo da sua conta e o depósito do seu salário.'
3899
+ },
3900
+ "es-mx": {
3901
+ Loading: "Cargando, por favor espere...",
3902
+ setLimit: "Fijar límite",
3903
+ setLimitDescription: 'En Alemania,"por ley se requiere fijar un límite de depósito mensual, por lo tanto", le pedimos confirme el límite existente o establezca uno nuevo para disfrutar el juego sin restricciones.',
3904
+ lugasInfo1: "¿Alguna pregunta? Información acerca de",
3905
+ lugasInfo2: "LUGAS",
3906
+ keepCurrentLimit: "MANTENER EL LÍMITE ACTUAL",
3907
+ keepCurrentLimitButton: "LÍMITE NUEVO",
3908
+ applyButton: "APLICAR",
3909
+ depositPeriod: "LÍMITE DE DEPÓSITO MENSUAL",
3910
+ TClink: "Términos y condiciones generales",
3911
+ TCpart2: "Por favor también tome en cuenta nuestra",
3912
+ PPlink: "Política de privacidad",
3913
+ depositLimit: "Límite de depósito fijado",
3914
+ successful: "Operación exitosa",
3915
+ successDescription: "El límite depósito se ha fijado exitosamente. Puede manejar sus límites en cualquier momento en la sección de Ajustes de su cuenta.",
3916
+ kyc1Part1: "Pudimos fijar su límite de depósito mensual a",
3917
+ kyc1Part2: "Para poder incrementar el límite de depósito mensual,le pedimos nos comparta la información relevante . Esta información puede ser enviada en la sección para subir archivos en la página",
3918
+ kycButton: "SUBIR ARCHIVOS",
3919
+ closeButton: "CERRAR",
3920
+ depositError: "Error de actualización de límite de depósito",
3921
+ errorDescription: "No pudimos actualizar su límite en este momento,debido a un error del servidor. Intente más tarde",
3922
+ docsRequired: "Documentos requeridos",
3923
+ kyc2: "Para el límite seleccionado, requerimos documentos que muestren su situación financiera. Por favor suba su último talón de pago al igual que un estado de cuenta bancario actual, que muestre el balance de su cuenta y el depósito de su salario."
3924
+ },
3925
+ tr: {
3926
+ loading: "Yükleniyor lütfen bekleyin...",
3927
+ setLimit: "Bir sınır belirleyin",
3928
+ setLimitDescription: "Almanya'da yasal olarak aylık bir para yatırma limiti belirlemeniz gerekmektedir. Bu nedenle kısıtlama olmadan oyun keyfini yaşayabilmeniz için mevcut limitinizi onaylamanızı veya yeni bir limit belirlemenizi rica ediyoruz.",
3929
+ lugasInfo1: "Sorusu olan? Hakkında bilgi",
3930
+ lugasInfo2: "LUGAS",
3931
+ keepCurrentLimit: "MEVCUT LİMİTİ TUTUN",
3932
+ keepCurrentLimitButton: "YENİ LİMİT",
3933
+ applyButton: "UYGULA",
3934
+ depositPeriod: "Aylık para yatırma limiti",
3935
+ TCpart1: "Mevcut limiti koru veya Uygula seçeneğini tıklayarak okuduğumu ve kabul ettiğimi onaylıyorum",
3936
+ TClink: "Genel Şartlar ve Koşullar",
3937
+ TCpart2: "Ayrıca şunu da not edin:",
3938
+ PPlink: "Gizlilik Politikası",
3939
+ depositLimit: "Para Yatırma Limiti belirlendi",
3940
+ successful: "Başarılı!",
3941
+ successDescription: "Para yatırma limiti başarıyla belirlendi. Limitlerinizi istediğiniz zaman hesap ayarlarından yönetebilirsiniz.",
3942
+ kyc1Part1: "Aylık para yatırma limitinizi şu şekilde ayarlayabildik:",
3943
+ kyc1Part2: "Limitin istenilen tutara yükseltilebilmesi için ilgili bilgileri tarafımıza iletmenizi rica ederiz. Bu bilgi belge yüklemede gönderilebilir.",
3944
+ kycButton: "BELGELERİ YÜKLE",
3945
+ closeButton: "KAPALI",
3946
+ depositError: "Para Yatırma Limiti güncelleme hatası",
3947
+ errorDescription: "Sunucu hatası nedeniyle şu anda sınırınızı belirleyemedik. Lütfen daha sonra tekrar deneyiniz.",
3948
+ docsRequired: "Gerekli belgeler!",
3949
+ kyc2: "Seçilen limit için mali durumunuzu gösteren belgelere ihtiyacımız var. Lütfen son maaş bordronuzu ve hesap bakiyenizi ve maaş ödemenizi aldığınızı gösteren güncel banka ekstrenizi yükleyin."
3950
+ }
3951
+ }, { document: Rr } = Hi;
3952
+ function Ur(e) {
3953
+ ki(e, "svelte-1bjrcpa", ':host{font-family:"Roboto", system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";font-size:0.8rem}.svelte-1bjrcpa.svelte-1bjrcpa,.svelte-1bjrcpa.svelte-1bjrcpa::before,.svelte-1bjrcpa.svelte-1bjrcpa::after{margin:0;padding:0;list-style:none;outline:none;box-sizing:border-box}input.svelte-1bjrcpa.svelte-1bjrcpa::-webkit-outer-spin-button,input.svelte-1bjrcpa.svelte-1bjrcpa::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number].svelte-1bjrcpa.svelte-1bjrcpa{-moz-appearance:textfield}.player-account-gaming-limits-popup-2.svelte-1bjrcpa.svelte-1bjrcpa{background:var(--emfe-w-color-black, #000000);color:var(--emfe-w-color-white, #000)}.Title.svelte-1bjrcpa.svelte-1bjrcpa{font-weight:800;font-size:18px}button.svelte-1bjrcpa.svelte-1bjrcpa{display:block;font-size:0.75rem;padding:12px 0;border:0;border-radius:2px;cursor:pointer}button.PrimaryButtonStyle.svelte-1bjrcpa.svelte-1bjrcpa{font-size:14px;color:#fff;background:rgb(122, 195, 23)}button.SecondaryButtonStyle.svelte-1bjrcpa.svelte-1bjrcpa{border:1px solid #999;color:#666;background:#fff}.LinkButton.svelte-1bjrcpa.svelte-1bjrcpa{display:inline;padding:0;color:var(--emfe-w-pam-color-primary, var(--emfe-w-color-primary, #D0046C));text-decoration:underline;background-color:rgba(0, 0, 0, 0)}.ResultIconWrapper.svelte-1bjrcpa.svelte-1bjrcpa{display:flex;flex-direction:column;align-items:center;margin:12px 0}.ResultIconWrapper.svelte-1bjrcpa svg.svelte-1bjrcpa{height:auto;width:60px;margin:12px}.ResultIconWrapper.svelte-1bjrcpa p.svelte-1bjrcpa{color:#666}.Overlay.svelte-1bjrcpa.svelte-1bjrcpa{position:absolute;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0, 0, 0, 0.5);display:flex;justify-content:center;align-items:center}.ModalContainer.svelte-1bjrcpa.svelte-1bjrcpa{position:fixed;top:30vh;width:320px;height:auto;padding:18px 14px;background:#fff;border-radius:4px}.InitialWrapper.svelte-1bjrcpa.svelte-1bjrcpa{display:flex;flex-direction:column;gap:12px}.AdditionalInformation.svelte-1bjrcpa.svelte-1bjrcpa{margin:10px 0;font-size:14px}.TermsConditions.svelte-1bjrcpa.svelte-1bjrcpa{font-size:12px}.ExpandButton.svelte-1bjrcpa.svelte-1bjrcpa{font-size:14px;background-color:var(--emfe-w-color-white, #FFFFFF);border:0;padding:0;margin-top:-10px;color:var(--emfe-w-color-black, #000000);display:flex;justify-content:center;align-items:center;cursor:pointer}.ExpandButton.svelte-1bjrcpa svg.svelte-1bjrcpa{width:28px;height:auto;margin-left:-4px}.LeftAlign.svelte-1bjrcpa.svelte-1bjrcpa{text-align:left;font-size:16px}.CenterAlign.svelte-1bjrcpa.svelte-1bjrcpa{text-align:center}.SetLimitSection.svelte-1bjrcpa.svelte-1bjrcpa{display:flex;flex-direction:column;gap:6px}.DepositTextSection.svelte-1bjrcpa.svelte-1bjrcpa{display:flex;justify-content:space-between}.DepositInputSection.svelte-1bjrcpa.svelte-1bjrcpa{height:32px;display:flex;gap:4px}.DepositInput.svelte-1bjrcpa.svelte-1bjrcpa{flex-grow:1;padding:0 6px}.SubmitDepositButton.svelte-1bjrcpa.svelte-1bjrcpa{flex-grow:1;font-size:0.75rem;padding:0}.SubmitDepositButton[disabled].svelte-1bjrcpa.svelte-1bjrcpa{align-items:center;color:var(--emfe-w-color-gray-100, #E6E6E6);cursor:not-allowed;background:var(--emfe-w-color-white, #FFFFFF);border:1px solid var(--emfe-w-color-gray-300, #58586B)}.Hidden.svelte-1bjrcpa.svelte-1bjrcpa{display:none}.Extended.svelte-1bjrcpa.svelte-1bjrcpa{transform:rotate(180deg)}');
3954
+ }
3955
+ function Gr(e) {
3956
+ let t;
3957
+ function i(s, l) {
3958
+ if (
3959
+ /*popupState*/
3960
+ s[10] === "initial"
3961
+ ) return qr;
3962
+ if (
3963
+ /*popupState*/
3964
+ s[10] === "successful"
3965
+ ) return Xr;
3966
+ if (
3967
+ /*popupState*/
3968
+ s[10] === "KYC"
3969
+ ) return Vr;
3970
+ if (
3971
+ /*popupState*/
3972
+ s[10] === "KYC2"
3973
+ ) return Fr;
3974
+ if (
3975
+ /*popupState*/
3976
+ s[10] === "error"
3977
+ ) return zr;
3978
+ }
3979
+ let n = i(e), r = n && n(e);
3980
+ return {
3981
+ c() {
3982
+ t = v("div"), r && r.c(), h(t, "class", "InitialWrapper svelte-1bjrcpa");
3983
+ },
3984
+ m(s, l) {
3985
+ x(s, t, l), r && r.m(t, null);
3986
+ },
3987
+ p(s, l) {
3988
+ n === (n = i(s)) && r ? r.p(s, l) : (r && r.d(1), r = n && n(s), r && (r.c(), r.m(t, null)));
3989
+ },
3990
+ d(s) {
3991
+ s && y(t), r && r.d();
3992
+ }
3993
+ };
3994
+ }
3995
+ function $r(e) {
3996
+ let t, i = (
3997
+ /*$_*/
3998
+ e[12]("loading") + ""
3999
+ ), n;
4000
+ return {
4001
+ c() {
4002
+ t = v("p"), n = B(i), h(t, "class", "svelte-1bjrcpa");
4003
+ },
4004
+ m(r, s) {
4005
+ x(r, t, s), p(t, n);
4006
+ },
4007
+ p(r, s) {
4008
+ s[0] & /*$_*/
4009
+ 4096 && i !== (i = /*$_*/
4010
+ r[12]("loading") + "") && k(n, i);
4011
+ },
4012
+ d(r) {
4013
+ r && y(t);
4014
+ }
4015
+ };
4016
+ }
4017
+ function zr(e) {
4018
+ let t, i = (
4019
+ /*$_*/
4020
+ e[12]("depositError") + ""
4021
+ ), n, r, s, l, o, u = (
4022
+ /*$_*/
4023
+ e[12]("errorDescription") + ""
4024
+ ), a, c, f, m = (
4025
+ /*$_*/
4026
+ e[12]("closeButton") + ""
4027
+ ), g, E, _;
4028
+ return {
4029
+ c() {
4030
+ t = v("p"), n = B(i), r = O(), s = v("div"), s.innerHTML = '<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 1000 1000" enable-background="new 0 0 1000 1000" xml:space="preserve" class="svelte-1bjrcpa"><metadata class="svelte-1bjrcpa">Svg Vector Icons : http://www.onlinewebfonts.com/icon </metadata><g class="svelte-1bjrcpa"><path d="M500,100.9c220,0,399.1,179,399.1,399.1S720.1,899.1,500,899.1c-220.1,0-399.1-179-399.1-399.1C100.9,279.9,279.9,100.9,500,100.9 M500,10C229.4,10,10,229.4,10,500c0,270.6,219.4,490,490,490c270.6,0,490-219.4,490-490C990,229.4,770.6,10,500,10L500,10z" class="svelte-1bjrcpa"></path><path d="M658.7,734.5L272.2,348l75-75l386.4,386.4L658.7,734.5z" class="svelte-1bjrcpa"></path><path d="M347.2,734.5l-75-75L658.7,273l75,75L347.2,734.5z" class="svelte-1bjrcpa"></path></g></svg>', l = O(), o = v("p"), a = B(u), c = O(), f = v("button"), g = B(m), h(t, "class", "Title svelte-1bjrcpa"), h(s, "class", "ResultIconWrapper svelte-1bjrcpa"), h(o, "class", "Description CenterAlign svelte-1bjrcpa"), h(f, "class", "ConfirmButton SecondaryButtonStyle svelte-1bjrcpa");
4031
+ },
4032
+ m(b, T) {
4033
+ x(b, t, T), p(t, n), x(b, r, T), x(b, s, T), x(b, l, T), x(b, o, T), p(o, a), x(b, c, T), x(b, f, T), p(f, g), E || (_ = Z(
4034
+ f,
4035
+ "click",
4036
+ /*click_handler_10*/
4037
+ e[36]
4038
+ ), E = !0);
4039
+ },
4040
+ p(b, T) {
4041
+ T[0] & /*$_*/
4042
+ 4096 && i !== (i = /*$_*/
4043
+ b[12]("depositError") + "") && k(n, i), T[0] & /*$_*/
4044
+ 4096 && u !== (u = /*$_*/
4045
+ b[12]("errorDescription") + "") && k(a, u), T[0] & /*$_*/
4046
+ 4096 && m !== (m = /*$_*/
4047
+ b[12]("closeButton") + "") && k(g, m);
4048
+ },
4049
+ d(b) {
4050
+ b && (y(t), y(r), y(s), y(l), y(o), y(c), y(f)), E = !1, _();
4051
+ }
4052
+ };
4053
+ }
4054
+ function Fr(e) {
4055
+ let t, i = (
4056
+ /*$_*/
4057
+ e[12]("docsRequired") + ""
4058
+ ), n, r, s, l, o, u, a, c, f, m = (
4059
+ /*$_*/
4060
+ e[12]("docsRequired") + ""
4061
+ ), g, E, _, b = (
4062
+ /*$_*/
4063
+ e[12]("kyc2") + ""
4064
+ ), T, C, P, D = (
4065
+ /*$_*/
4066
+ e[12]("kycButton") + ""
4067
+ ), j, U, F, N = (
4068
+ /*$_*/
4069
+ e[12]("closeButton") + ""
4070
+ ), R, L, W;
4071
+ return {
4072
+ c() {
4073
+ t = v("p"), n = B(i), r = O(), s = v("div"), l = v("div"), o = J("svg"), u = J("g"), a = J("path"), c = O(), f = v("p"), g = B(m), E = O(), _ = v("p"), T = B(b), C = O(), P = v("button"), j = B(D), U = O(), F = v("button"), R = B(N), h(t, "class", "Title svelte-1bjrcpa"), h(a, "id", "XMLID_6_"), h(a, "d", `M426.2,55h-99.8C318,23.3,290,0,255.5,0S193,23.3,184.7,55H84.9c-27,0-48.5,22.4-48.5,48.5v360
4074
+ c0,27,22.4,48.5,48.5,48.5h342.3c27,0,48.5-22.4,48.5-48.5v-360C475.6,76.5,453.2,55,426.2,55z M255.5,55
4075
+ c13.1,0,24.2,11.2,24.2,24.2s-11.2,24.2-24.2,24.2s-24.2-11.2-24.2-24.2S242.5,55,255.5,55z M429.9,467.2H81.1V100.7h45.7v82.1
4076
+ h256.5v-82.1H429v366.5H429.9z`), h(a, "class", "svelte-1bjrcpa"), h(u, "id", "XMLID_1_"), h(u, "class", "svelte-1bjrcpa"), h(o, "version", "1.1"), h(o, "id", "Layer_1"), h(o, "xmlns", "http://www.w3.org/2000/svg"), h(o, "xmlns:xlink", "http://www.w3.org/1999/xlink"), h(o, "x", "0px"), h(o, "y", "0px"), h(o, "viewBox", "0 0 512 512"), je(o, "enable-background", "new 0 0 512 512"), h(o, "xml:space", "preserve"), h(o, "class", "svelte-1bjrcpa"), h(f, "class", "svelte-1bjrcpa"), h(l, "class", "ResultIconWrapper svelte-1bjrcpa"), h(_, "class", "Description CenterAlign svelte-1bjrcpa"), h(s, "class", "DescriptionWrapper svelte-1bjrcpa"), h(P, "class", "KycButton PrimaryButtonStyle svelte-1bjrcpa"), h(F, "class", "ConfirmButton SecondaryButtonStyle svelte-1bjrcpa");
4077
+ },
4078
+ m(A, G) {
4079
+ x(A, t, G), p(t, n), x(A, r, G), x(A, s, G), p(s, l), p(l, o), p(o, u), p(u, a), p(l, c), p(l, f), p(f, g), p(s, E), p(s, _), p(_, T), x(A, C, G), x(A, P, G), p(P, j), x(A, U, G), x(A, F, G), p(F, R), L || (W = [
4080
+ Z(
4081
+ P,
4082
+ "click",
4083
+ /*click_handler_8*/
4084
+ e[34]
4085
+ ),
4086
+ Z(
4087
+ F,
4088
+ "click",
4089
+ /*click_handler_9*/
4090
+ e[35]
4091
+ )
4092
+ ], L = !0);
4093
+ },
4094
+ p(A, G) {
4095
+ G[0] & /*$_*/
4096
+ 4096 && i !== (i = /*$_*/
4097
+ A[12]("docsRequired") + "") && k(n, i), G[0] & /*$_*/
4098
+ 4096 && m !== (m = /*$_*/
4099
+ A[12]("docsRequired") + "") && k(g, m), G[0] & /*$_*/
4100
+ 4096 && b !== (b = /*$_*/
4101
+ A[12]("kyc2") + "") && k(T, b), G[0] & /*$_*/
4102
+ 4096 && D !== (D = /*$_*/
4103
+ A[12]("kycButton") + "") && k(j, D), G[0] & /*$_*/
4104
+ 4096 && N !== (N = /*$_*/
4105
+ A[12]("closeButton") + "") && k(R, N);
4106
+ },
4107
+ d(A) {
4108
+ A && (y(t), y(r), y(s), y(C), y(P), y(U), y(F)), L = !1, ue(W);
4109
+ }
4110
+ };
4111
+ }
4112
+ function Vr(e) {
4113
+ let t, i = (
4114
+ /*$_*/
4115
+ e[12]("depositLimit") + ""
4116
+ ), n, r, s, l, o, u, a, c, f, m = (
4117
+ /*$_*/
4118
+ e[12]("successful") + ""
4119
+ ), g, E, _, b = (
4120
+ /*$_*/
4121
+ e[12]("kyc1Part1") + ""
4122
+ ), T, C, P, D, j = (
4123
+ /*$_*/
4124
+ e[12]("kyc1Part2") + ""
4125
+ ), U, F, N, R = (
4126
+ /*$_*/
4127
+ e[12]("kycButton") + ""
4128
+ ), L, W, A, G = (
4129
+ /*$_*/
4130
+ e[12]("closeButton") + ""
4131
+ ), ie, ne, ae;
4132
+ return {
4133
+ c() {
4134
+ t = v("p"), n = B(i), r = O(), s = v("div"), l = v("div"), o = J("svg"), u = J("g"), a = J("path"), c = O(), f = v("p"), g = B(m), E = O(), _ = v("p"), T = B(b), C = B(
4135
+ /*legislatorLimitValue*/
4136
+ e[11]
4137
+ ), P = O(), D = B(
4138
+ /*currency*/
4139
+ e[0]
4140
+ ), U = B(j), F = O(), N = v("button"), L = B(R), W = O(), A = v("button"), ie = B(G), h(t, "class", "Title svelte-1bjrcpa"), h(a, "id", "XMLID_6_"), h(a, "d", `M426.2,55h-99.8C318,23.3,290,0,255.5,0S193,23.3,184.7,55H84.9c-27,0-48.5,22.4-48.5,48.5v360
4141
+ c0,27,22.4,48.5,48.5,48.5h342.3c27,0,48.5-22.4,48.5-48.5v-360C475.6,76.5,453.2,55,426.2,55z M255.5,55
4142
+ c13.1,0,24.2,11.2,24.2,24.2s-11.2,24.2-24.2,24.2s-24.2-11.2-24.2-24.2S242.5,55,255.5,55z M429.9,467.2H81.1V100.7h45.7v82.1
4143
+ h256.5v-82.1H429v366.5H429.9z`), h(a, "class", "svelte-1bjrcpa"), h(u, "id", "XMLID_1_"), h(u, "class", "svelte-1bjrcpa"), h(o, "version", "1.1"), h(o, "id", "Layer_1"), h(o, "xmlns", "http://www.w3.org/2000/svg"), h(o, "xmlns:xlink", "http://www.w3.org/1999/xlink"), h(o, "x", "0px"), h(o, "y", "0px"), h(o, "viewBox", "0 0 512 512"), je(o, "enable-background", "new 0 0 512 512"), h(o, "xml:space", "preserve"), h(o, "class", "svelte-1bjrcpa"), h(f, "class", "svelte-1bjrcpa"), h(l, "class", "ResultIconWrapper svelte-1bjrcpa"), h(_, "class", "Description CenterAlign svelte-1bjrcpa"), h(s, "class", "DescriptionWrapper svelte-1bjrcpa"), h(N, "class", "KycButton PrimaryButtonStyle svelte-1bjrcpa"), h(A, "class", "ConfirmButton SecondaryButtonStyle svelte-1bjrcpa");
4144
+ },
4145
+ m(V, $) {
4146
+ x(V, t, $), p(t, n), x(V, r, $), x(V, s, $), p(s, l), p(l, o), p(o, u), p(u, a), p(l, c), p(l, f), p(f, g), p(s, E), p(s, _), p(_, T), p(_, C), p(_, P), p(_, D), p(_, U), x(V, F, $), x(V, N, $), p(N, L), x(V, W, $), x(V, A, $), p(A, ie), ne || (ae = [
4147
+ Z(
4148
+ N,
4149
+ "click",
4150
+ /*click_handler_6*/
4151
+ e[32]
4152
+ ),
4153
+ Z(
4154
+ A,
4155
+ "click",
4156
+ /*click_handler_7*/
4157
+ e[33]
4158
+ )
4159
+ ], ne = !0);
4160
+ },
4161
+ p(V, $) {
4162
+ $[0] & /*$_*/
4163
+ 4096 && i !== (i = /*$_*/
4164
+ V[12]("depositLimit") + "") && k(n, i), $[0] & /*$_*/
4165
+ 4096 && m !== (m = /*$_*/
4166
+ V[12]("successful") + "") && k(g, m), $[0] & /*$_*/
4167
+ 4096 && b !== (b = /*$_*/
4168
+ V[12]("kyc1Part1") + "") && k(T, b), $[0] & /*legislatorLimitValue*/
4169
+ 2048 && k(
4170
+ C,
4171
+ /*legislatorLimitValue*/
4172
+ V[11]
4173
+ ), $[0] & /*currency*/
4174
+ 1 && k(
4175
+ D,
4176
+ /*currency*/
4177
+ V[0]
4178
+ ), $[0] & /*$_*/
4179
+ 4096 && j !== (j = /*$_*/
4180
+ V[12]("kyc1Part2") + "") && k(U, j), $[0] & /*$_*/
4181
+ 4096 && R !== (R = /*$_*/
4182
+ V[12]("kycButton") + "") && k(L, R), $[0] & /*$_*/
4183
+ 4096 && G !== (G = /*$_*/
4184
+ V[12]("closeButton") + "") && k(ie, G);
4185
+ },
4186
+ d(V) {
4187
+ V && (y(t), y(r), y(s), y(F), y(N), y(W), y(A)), ne = !1, ue(ae);
4188
+ }
4189
+ };
4190
+ }
4191
+ function Xr(e) {
4192
+ let t, i = (
4193
+ /*$_*/
4194
+ e[12]("depositLimit") + ""
4195
+ ), n, r, s, l, o, u, a, c, f, m, g, E, _ = (
4196
+ /*$_*/
4197
+ e[12]("successful") + ""
4198
+ ), b, T, C, P = (
4199
+ /*$_*/
4200
+ e[12]("successDescription") + ""
4201
+ ), D, j, U, F, N;
4202
+ return {
4203
+ c() {
4204
+ t = v("p"), n = B(i), r = O(), s = v("div"), l = v("div"), o = J("svg"), u = J("defs"), a = J("style"), c = B(`.fil0 {fill:black;fill-rule:nonzero}
4205
+ `), f = J("g"), m = J("polygon"), g = O(), E = v("p"), b = B(_), T = O(), C = v("p"), D = B(P), j = O(), U = v("button"), U.textContent = "OK", h(t, "class", "Title svelte-1bjrcpa"), h(a, "type", "text/css"), h(a, "class", "svelte-1bjrcpa"), h(u, "class", "svelte-1bjrcpa"), h(m, "class", "fil0 svelte-1bjrcpa"), h(m, "points", "0,38 10,25 36,47 78,0 90,11 37,69 "), h(f, "class", "svelte-1bjrcpa"), h(o, "xmlns", "http://www.w3.org/2000/svg"), h(o, "xmlns:xlink", "http://www.w3.org/1999/xlink"), h(o, "xml:space", "preserve"), h(o, "version", "1.1"), je(o, "shape-rendering", "geometricPrecision"), je(o, "text-rendering", "geometricPrecision"), je(o, "image-rendering", "optimizeQuality"), h(o, "viewBox", "0 0 90 69"), h(o, "x", "0px"), h(o, "y", "0px"), h(o, "fill-rule", "evenodd"), h(o, "clip-rule", "evenodd"), h(o, "class", "svelte-1bjrcpa"), h(E, "class", "svelte-1bjrcpa"), h(l, "class", "ResultIconWrapper svelte-1bjrcpa"), h(C, "class", "Description CenterAlign svelte-1bjrcpa"), h(s, "class", "DescriptionWrapper svelte-1bjrcpa"), h(U, "class", "ConfirmButton PrimaryButtonStyle svelte-1bjrcpa");
4206
+ },
4207
+ m(R, L) {
4208
+ x(R, t, L), p(t, n), x(R, r, L), x(R, s, L), p(s, l), p(l, o), p(o, u), p(u, a), p(a, c), p(o, f), p(f, m), p(l, g), p(l, E), p(E, b), p(s, T), p(s, C), p(C, D), x(R, j, L), x(R, U, L), F || (N = Z(
4209
+ U,
4210
+ "click",
4211
+ /*click_handler_5*/
4212
+ e[31]
4213
+ ), F = !0);
4214
+ },
4215
+ p(R, L) {
4216
+ L[0] & /*$_*/
4217
+ 4096 && i !== (i = /*$_*/
4218
+ R[12]("depositLimit") + "") && k(n, i), L[0] & /*$_*/
4219
+ 4096 && _ !== (_ = /*$_*/
4220
+ R[12]("successful") + "") && k(b, _), L[0] & /*$_*/
4221
+ 4096 && P !== (P = /*$_*/
4222
+ R[12]("successDescription") + "") && k(D, P);
4223
+ },
4224
+ d(R) {
4225
+ R && (y(t), y(r), y(s), y(j), y(U)), F = !1, N();
4226
+ }
4227
+ };
4228
+ }
4229
+ function qr(e) {
4230
+ let t, i = (
4231
+ /*$_*/
4232
+ e[12]("setLimit") + ""
4233
+ ), n, r, s, l = (
4234
+ /*$_*/
4235
+ e[12]("setLimitDescription") + ""
4236
+ ), o, u, a, c = (
4237
+ /*$_*/
4238
+ e[12]("lugasInfo1") + ""
4239
+ ), f, m, g, E = (
4240
+ /*$_*/
4241
+ e[12]("lugasInfo2") + ""
4242
+ ), _, b, T, C = (
4243
+ /*$_*/
4244
+ e[12]("keepCurrentLimit") + ""
4245
+ ), P, D, j, U = (
4246
+ /*$_*/
4247
+ e[12]("keepCurrentLimitButton") + ""
4248
+ ), F, N, R, L, W, A, G, ie, ne = (
4249
+ /*$_*/
4250
+ e[12]("depositPeriod") + ""
4251
+ ), ae, V, $, ee, De, re, pe = (
4252
+ /*$_*/
4253
+ e[12]("applyButton") + ""
4254
+ ), Ae, Se, Y, me = (
4255
+ /*$_*/
4256
+ e[12]("TCpart1") + ""
4257
+ ), Ie, ce, de = (
4258
+ /*$_*/
4259
+ e[12]("TClink") + ""
4260
+ ), He, Re, d = (
4261
+ /*$_*/
4262
+ e[12]("TCpart2") + ""
4263
+ ), X, Q, he, se = (
4264
+ /*$_*/
4265
+ e[12]("PPlink") + ""
4266
+ ), Qe, wt, Ke, Bt;
4267
+ return {
4268
+ c() {
4269
+ t = v("p"), n = B(i), r = O(), s = v("p"), o = B(l), u = O(), a = v("p"), f = B(c), m = O(), g = v("button"), _ = B(E), b = O(), T = v("button"), P = B(C), D = O(), j = v("button"), F = B(U), N = J("svg"), R = J("path"), L = J("path"), W = O(), A = v("div"), G = v("div"), ie = v("span"), ae = B(ne), V = O(), $ = v("div"), ee = v("input"), De = O(), re = v("button"), Ae = B(pe), Se = O(), Y = v("p"), Ie = B(me), ce = v("button"), He = B(de), Re = O(), X = B(d), Q = O(), he = v("button"), Qe = B(se), wt = B("."), h(t, "class", "Title svelte-1bjrcpa"), h(s, "class", "Description LeftAlign svelte-1bjrcpa"), h(g, "class", "LinkButton svelte-1bjrcpa"), h(a, "class", "AdditionalInformation svelte-1bjrcpa"), h(T, "class", "KeepCurrentButton PrimaryButtonStyle svelte-1bjrcpa"), h(R, "d", "M10.5 15l7.5 7.5 7.5-7.5z"), h(R, "class", "svelte-1bjrcpa"), h(L, "d", "M0 0h36v36h-36z"), h(L, "fill", "none"), h(L, "class", "svelte-1bjrcpa"), h(N, "class", "ExpandArrow svelte-1bjrcpa"), h(N, "xmlns", "http://www.w3.org/2000/svg"), h(N, "width", "36"), h(N, "height", "36"), h(N, "viewBox", "0 0 36 36"), h(N, "fill", "#999"), Ue(
4270
+ N,
4271
+ "Extended",
4272
+ /*extended*/
4273
+ e[5]
4274
+ ), h(j, "class", "ExpandButton svelte-1bjrcpa"), h(ie, "class", "DepositPeriodText svelte-1bjrcpa"), h(G, "class", "DepositTextSection svelte-1bjrcpa"), h(ee, "type", "number"), h(ee, "class", "DepositInput svelte-1bjrcpa"), h(re, "type", "submit"), h(re, "class", "SubmitDepositButton PrimaryButtonStyle svelte-1bjrcpa"), re.disabled = !0, h($, "class", "DepositInputSection svelte-1bjrcpa"), h(A, "class", "SetLimitSection svelte-1bjrcpa"), Ue(
4275
+ A,
4276
+ "Hidden",
4277
+ /*hidden*/
4278
+ e[4]
4279
+ ), h(ce, "class", "LinkButton svelte-1bjrcpa"), h(he, "class", "LinkButton svelte-1bjrcpa"), h(Y, "class", "TermsConditions svelte-1bjrcpa");
4280
+ },
4281
+ m(I, M) {
4282
+ x(I, t, M), p(t, n), x(I, r, M), x(I, s, M), p(s, o), x(I, u, M), x(I, a, M), p(a, f), p(a, m), p(a, g), p(g, _), x(I, b, M), x(I, T, M), p(T, P), x(I, D, M), x(I, j, M), p(j, F), p(j, N), p(N, R), p(N, L), e[25](N), x(I, W, M), x(I, A, M), p(A, G), p(G, ie), p(ie, ae), p(A, V), p(A, $), p($, ee), kt(
4283
+ ee,
4284
+ /*inputAmount*/
4285
+ e[6]
4286
+ ), p($, De), p($, re), p(re, Ae), e[27](re), x(I, Se, M), x(I, Y, M), p(Y, Ie), p(Y, ce), p(ce, He), p(Y, Re), p(Y, X), p(Y, Q), p(Y, he), p(he, Qe), p(Y, wt), Ke || (Bt = [
4287
+ Z(
4288
+ g,
4289
+ "click",
4290
+ /*click_handler*/
4291
+ e[23]
4292
+ ),
4293
+ Z(
4294
+ T,
4295
+ "click",
4296
+ /*click_handler_1*/
4297
+ e[24]
4298
+ ),
4299
+ Z(
4300
+ j,
4301
+ "click",
4302
+ /*toggleNewLimitArea*/
4303
+ e[13]
4304
+ ),
4305
+ Z(
4306
+ ee,
4307
+ "input",
4308
+ /*input_input_handler*/
4309
+ e[26]
4310
+ ),
4311
+ Z(
4312
+ ee,
4313
+ "keyup",
4314
+ /*updateInputValue*/
4315
+ e[14]
4316
+ ),
4317
+ Z(
4318
+ re,
4319
+ "click",
4320
+ /*click_handler_2*/
4321
+ e[28]
4322
+ ),
4323
+ Z(
4324
+ ce,
4325
+ "click",
4326
+ /*click_handler_3*/
4327
+ e[29]
4328
+ ),
4329
+ Z(
4330
+ he,
4331
+ "click",
4332
+ /*click_handler_4*/
4333
+ e[30]
4334
+ )
4335
+ ], Ke = !0);
4336
+ },
4337
+ p(I, M) {
4338
+ M[0] & /*$_*/
4339
+ 4096 && i !== (i = /*$_*/
4340
+ I[12]("setLimit") + "") && k(n, i), M[0] & /*$_*/
4341
+ 4096 && l !== (l = /*$_*/
4342
+ I[12]("setLimitDescription") + "") && k(o, l), M[0] & /*$_*/
4343
+ 4096 && c !== (c = /*$_*/
4344
+ I[12]("lugasInfo1") + "") && k(f, c), M[0] & /*$_*/
4345
+ 4096 && E !== (E = /*$_*/
4346
+ I[12]("lugasInfo2") + "") && k(_, E), M[0] & /*$_*/
4347
+ 4096 && C !== (C = /*$_*/
4348
+ I[12]("keepCurrentLimit") + "") && k(P, C), M[0] & /*$_*/
4349
+ 4096 && U !== (U = /*$_*/
4350
+ I[12]("keepCurrentLimitButton") + "") && k(F, U), M[0] & /*extended*/
4351
+ 32 && Ue(
4352
+ N,
4353
+ "Extended",
4354
+ /*extended*/
4355
+ I[5]
4356
+ ), M[0] & /*$_*/
4357
+ 4096 && ne !== (ne = /*$_*/
4358
+ I[12]("depositPeriod") + "") && k(ae, ne), M[0] & /*inputAmount*/
4359
+ 64 && Qt(ee.value) !== /*inputAmount*/
4360
+ I[6] && kt(
4361
+ ee,
4362
+ /*inputAmount*/
4363
+ I[6]
4364
+ ), M[0] & /*$_*/
4365
+ 4096 && pe !== (pe = /*$_*/
4366
+ I[12]("applyButton") + "") && k(Ae, pe), M[0] & /*hidden*/
4367
+ 16 && Ue(
4368
+ A,
4369
+ "Hidden",
4370
+ /*hidden*/
4371
+ I[4]
4372
+ ), M[0] & /*$_*/
4373
+ 4096 && me !== (me = /*$_*/
4374
+ I[12]("TCpart1") + "") && k(Ie, me), M[0] & /*$_*/
4375
+ 4096 && de !== (de = /*$_*/
4376
+ I[12]("TClink") + "") && k(He, de), M[0] & /*$_*/
4377
+ 4096 && d !== (d = /*$_*/
4378
+ I[12]("TCpart2") + "") && k(X, d), M[0] & /*$_*/
4379
+ 4096 && se !== (se = /*$_*/
4380
+ I[12]("PPlink") + "") && k(Qe, se);
4381
+ },
4382
+ d(I) {
4383
+ I && (y(t), y(r), y(s), y(u), y(a), y(b), y(T), y(D), y(j), y(W), y(A), y(Se), y(Y)), e[25](null), e[27](null), Ke = !1, ue(Bt);
4384
+ }
4385
+ };
4386
+ }
4387
+ function Wr(e) {
4388
+ let t, i, n, r, s, l;
4389
+ function o(c, f) {
4390
+ if (
4391
+ /*isLoading*/
4392
+ c[7]
4393
+ ) return $r;
4394
+ if (
4395
+ /*lang*/
4396
+ c[1]
4397
+ ) return Gr;
4398
+ }
4399
+ let u = o(e), a = u && u(e);
4400
+ return {
4401
+ c() {
4402
+ t = v("meta"), i = O(), n = v("div"), r = v("div"), s = v("div"), l = v("div"), a && a.c(), h(t, "name", "viewport"), h(t, "content", "width=device-width, initial-scale=1"), h(t, "class", "svelte-1bjrcpa"), h(l, "class", "ModalContainer svelte-1bjrcpa"), h(s, "class", "Overlay svelte-1bjrcpa"), h(r, "class", "player-account-gaming-limits-popup-2 svelte-1bjrcpa"), h(n, "class", "svelte-1bjrcpa");
4403
+ },
4404
+ m(c, f) {
4405
+ p(Rr.head, t), x(c, i, f), x(c, n, f), p(n, r), p(r, s), p(s, l), a && a.m(l, null), e[37](r), e[38](n);
4406
+ },
4407
+ p(c, f) {
4408
+ u === (u = o(c)) && a ? a.p(c, f) : (a && a.d(1), a = u && u(c), a && (a.c(), a.m(l, null)));
4409
+ },
4410
+ i: te,
4411
+ o: te,
4412
+ d(c) {
4413
+ c && (y(i), y(n)), y(t), a && a.d(), e[37](null), e[38](null);
4414
+ }
4415
+ };
4416
+ }
4417
+ function Zr(e, t, i) {
4418
+ let n;
4419
+ Ii(e, Mr, (d) => i(12, n = d));
4420
+ let { userid: r = "" } = t, { session: s = "" } = t, { endpoint: l = "" } = t, { currency: o = "" } = t, { lang: u = "" } = t, { translationurl: a = "" } = t, { clientstyling: c = "" } = t, { clientstylingurl: f = "" } = t, m, g, E = !0, _ = !1, b, T = !1, C, P, D = "initial", j;
4421
+ const U = () => {
4422
+ fetch(a).then((X) => X.json()).then((X) => {
4423
+ Object.keys(X).forEach((Q) => {
4424
+ qt(Q, X[Q]);
4425
+ });
4426
+ }).catch((X) => {
4427
+ console.log(X);
4428
+ });
4429
+ };
4430
+ Object.keys(Wt).forEach((d) => {
4431
+ qt(d, Wt[d]);
4432
+ });
4433
+ const F = () => {
4434
+ i(5, _ = !_), i(4, E = !E);
4435
+ }, N = () => {
4436
+ P.parentNode.removeChild(P);
4437
+ }, R = () => {
4438
+ b > 999999999999999 && i(6, b = 999999999999999);
4439
+ const X = b - Math.floor(b) === 0;
4440
+ b > 0 && X ? C.removeAttribute("disabled") : C.setAttribute("disabled", "true");
4441
+ }, L = (d) => {
4442
+ switch (window.postMessage({ type: d }, window.location.href), d) {
4443
+ case "closePopup":
4444
+ case "uploadDocuments":
4445
+ N();
4446
+ break;
4447
+ }
4448
+ }, W = (d) => {
4449
+ const X = new URL(`/v1/player/${r}/limit/lugas`, l);
4450
+ let Q = {};
4451
+ i(7, T = !0), Q = d === "custom" ? { amount: b } : {};
4452
+ let he = {
4453
+ method: "POST",
4454
+ headers: {
4455
+ "X-SessionID": s,
4456
+ "Content-Type": "application/json",
4457
+ Accept: "application/json"
4458
+ },
4459
+ body: JSON.stringify(Q)
4460
+ };
4461
+ fetch(X.href, he).then((se) => se.json()).then((se) => {
4462
+ A(se);
4463
+ }).catch((se) => {
4464
+ console.log(se);
4465
+ }).finally(() => {
4466
+ i(7, T = !1);
4467
+ });
4468
+ }, A = (d) => {
4469
+ if (d.hasOwnProperty("kycNeeded"))
4470
+ switch (d.popup) {
4471
+ case 1:
4472
+ i(10, D = "KYC"), i(11, j = Intl.NumberFormat("en-US", { maximumFractionDigits: 0 }).format(d.operatorDepositLimitAmount));
4473
+ break;
4474
+ case 2:
4475
+ i(10, D = "successful");
4476
+ break;
4477
+ case 3:
4478
+ i(10, D = "KYC2");
4479
+ break;
4480
+ }
4481
+ else
4482
+ i(10, D = "error");
4483
+ }, G = () => {
4484
+ Dr(u);
4485
+ }, ie = () => {
4486
+ let d = document.createElement("style");
4487
+ d.innerHTML = c, m.appendChild(d);
4488
+ }, ne = () => {
4489
+ let d = new URL(f), X = document.createElement("style");
4490
+ fetch(d.href).then((Q) => Q.text()).then((Q) => {
4491
+ X.innerHTML = Q, setTimeout(
4492
+ () => {
4493
+ m.appendChild(X);
4494
+ },
4495
+ 1
4496
+ );
4497
+ });
4498
+ }, ae = () => L("lugasInformation"), V = () => W("default");
4499
+ function $(d) {
4500
+ ye[d ? "unshift" : "push"](() => {
4501
+ g = d, i(3, g);
4502
+ });
4503
+ }
4504
+ function ee() {
4505
+ b = Qt(this.value), i(6, b);
4506
+ }
4507
+ function De(d) {
4508
+ ye[d ? "unshift" : "push"](() => {
4509
+ C = d, i(8, C);
4510
+ });
4511
+ }
4512
+ const re = () => W("custom"), pe = () => L("termsConditions"), Ae = () => L("privacyPolicy"), Se = () => L("closePopup"), Y = () => L("uploadDocuments"), me = () => L("closePopup"), Ie = () => L("uploadDocuments"), ce = () => L("closePopup"), de = () => L("closePopup");
4513
+ function He(d) {
4514
+ ye[d ? "unshift" : "push"](() => {
4515
+ P = d, i(9, P);
4516
+ });
4517
+ }
4518
+ function Re(d) {
4519
+ ye[d ? "unshift" : "push"](() => {
4520
+ m = d, i(2, m);
4521
+ });
4522
+ }
4523
+ return e.$$set = (d) => {
4524
+ "userid" in d && i(17, r = d.userid), "session" in d && i(18, s = d.session), "endpoint" in d && i(19, l = d.endpoint), "currency" in d && i(0, o = d.currency), "lang" in d && i(1, u = d.lang), "translationurl" in d && i(20, a = d.translationurl), "clientstyling" in d && i(21, c = d.clientstyling), "clientstylingurl" in d && i(22, f = d.clientstylingurl);
4525
+ }, e.$$.update = () => {
4526
+ e.$$.dirty[0] & /*lang*/
4527
+ 2 && u && G(), e.$$.dirty[0] & /*clientstylingurl, customStylingContainer*/
4528
+ 4194308 && f && m && ne(), e.$$.dirty[0] & /*clientstyling, customStylingContainer*/
4529
+ 2097156 && c && m && ie(), e.$$.dirty[0] & /*translationurl*/
4530
+ 1048576 && a && U();
4531
+ }, [
4532
+ o,
4533
+ u,
4534
+ m,
4535
+ g,
4536
+ E,
4537
+ _,
4538
+ b,
4539
+ T,
4540
+ C,
4541
+ P,
4542
+ D,
4543
+ j,
4544
+ n,
4545
+ F,
4546
+ R,
4547
+ L,
4548
+ W,
4549
+ r,
4550
+ s,
4551
+ l,
4552
+ a,
4553
+ c,
4554
+ f,
4555
+ ae,
4556
+ V,
4557
+ $,
4558
+ ee,
4559
+ De,
4560
+ re,
4561
+ pe,
4562
+ Ae,
4563
+ Se,
4564
+ Y,
4565
+ me,
4566
+ Ie,
4567
+ ce,
4568
+ de,
4569
+ He,
4570
+ Re
4571
+ ];
4572
+ }
4573
+ class Jr extends Wi {
4574
+ constructor(t) {
4575
+ super(), Xi(
4576
+ this,
4577
+ t,
4578
+ Zr,
4579
+ Wr,
4580
+ Jt,
4581
+ {
4582
+ userid: 17,
4583
+ session: 18,
4584
+ endpoint: 19,
4585
+ currency: 0,
4586
+ lang: 1,
4587
+ translationurl: 20,
4588
+ clientstyling: 21,
4589
+ clientstylingurl: 22
4590
+ },
4591
+ Ur,
4592
+ [-1, -1]
4593
+ );
4594
+ }
4595
+ get userid() {
4596
+ return this.$$.ctx[17];
4597
+ }
4598
+ set userid(t) {
4599
+ this.$$set({ userid: t }), oe();
4600
+ }
4601
+ get session() {
4602
+ return this.$$.ctx[18];
4603
+ }
4604
+ set session(t) {
4605
+ this.$$set({ session: t }), oe();
4606
+ }
4607
+ get endpoint() {
4608
+ return this.$$.ctx[19];
4609
+ }
4610
+ set endpoint(t) {
4611
+ this.$$set({ endpoint: t }), oe();
4612
+ }
4613
+ get currency() {
4614
+ return this.$$.ctx[0];
4615
+ }
4616
+ set currency(t) {
4617
+ this.$$set({ currency: t }), oe();
4618
+ }
4619
+ get lang() {
4620
+ return this.$$.ctx[1];
4621
+ }
4622
+ set lang(t) {
4623
+ this.$$set({ lang: t }), oe();
4624
+ }
4625
+ get translationurl() {
4626
+ return this.$$.ctx[20];
4627
+ }
4628
+ set translationurl(t) {
4629
+ this.$$set({ translationurl: t }), oe();
4630
+ }
4631
+ get clientstyling() {
4632
+ return this.$$.ctx[21];
4633
+ }
4634
+ set clientstyling(t) {
4635
+ this.$$set({ clientstyling: t }), oe();
4636
+ }
4637
+ get clientstylingurl() {
4638
+ return this.$$.ctx[22];
4639
+ }
4640
+ set clientstylingurl(t) {
4641
+ this.$$set({ clientstylingurl: t }), oe();
4642
+ }
4643
+ }
4644
+ qi(Jr, { userid: {}, session: {}, endpoint: {}, currency: {}, lang: {}, translationurl: {}, clientstyling: {}, clientstylingurl: {} }, [], [], !0);
4645
+ export {
4646
+ Jr as default
4647
+ };