@everymatrix/player-profile-info 1.53.12 → 1.54.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,46 +1,75 @@
1
- function se() {
1
+ var ho = Object.defineProperty, po = Object.defineProperties;
2
+ var mo = Object.getOwnPropertyDescriptors;
3
+ var Gn = Object.getOwnPropertySymbols;
4
+ var yo = Object.prototype.hasOwnProperty, bo = Object.prototype.propertyIsEnumerable;
5
+ var Qr = (e, t, r) => t in e ? ho(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, zn = (e, t) => {
6
+ for (var r in t || (t = {}))
7
+ yo.call(t, r) && Qr(e, r, t[r]);
8
+ if (Gn)
9
+ for (var r of Gn(t))
10
+ bo.call(t, r) && Qr(e, r, t[r]);
11
+ return e;
12
+ }, Qn = (e, t) => po(e, mo(t));
13
+ var ue = (e, t, r) => Qr(e, typeof t != "symbol" ? t + "" : t, r);
14
+ var pr = (e, t, r) => new Promise((n, i) => {
15
+ var o = (c) => {
16
+ try {
17
+ l(r.next(c));
18
+ } catch (u) {
19
+ i(u);
20
+ }
21
+ }, a = (c) => {
22
+ try {
23
+ l(r.throw(c));
24
+ } catch (u) {
25
+ i(u);
26
+ }
27
+ }, l = (c) => c.done ? n(c.value) : Promise.resolve(c.value).then(o, a);
28
+ l((r = r.apply(e, t)).next());
29
+ });
30
+ function ce() {
2
31
  }
3
- function wi(e) {
32
+ function Ti(e) {
4
33
  return e();
5
34
  }
6
- function Rn() {
35
+ function Vn() {
7
36
  return /* @__PURE__ */ Object.create(null);
8
37
  }
9
- function Ue(e) {
10
- e.forEach(wi);
38
+ function je(e) {
39
+ e.forEach(Ti);
11
40
  }
12
- function Pr(e) {
41
+ function wr(e) {
13
42
  return typeof e == "function";
14
43
  }
15
- function xi(e, t) {
44
+ function Ni(e, t) {
16
45
  return e != e ? t == t : e !== t || e && typeof e == "object" || typeof e == "function";
17
46
  }
18
- function ao(e) {
47
+ function go(e) {
19
48
  return Object.keys(e).length === 0;
20
49
  }
21
- function Ci(e, ...t) {
50
+ function Hi(e, ...t) {
22
51
  if (e == null) {
23
52
  for (const n of t)
24
53
  n(void 0);
25
- return se;
54
+ return ce;
26
55
  }
27
56
  const r = e.subscribe(...t);
28
57
  return r.unsubscribe ? () => r.unsubscribe() : r;
29
58
  }
30
- function so(e, t, r) {
31
- e.$$.on_destroy.push(Ci(t, r));
59
+ function vo(e, t, r) {
60
+ e.$$.on_destroy.push(Hi(t, r));
32
61
  }
33
62
  function s(e, t) {
34
63
  e.appendChild(t);
35
64
  }
36
- function lo(e, t, r) {
37
- const n = uo(e);
65
+ function Eo(e, t, r) {
66
+ const n = _o(e);
38
67
  if (!n.getElementById(t)) {
39
68
  const i = m("style");
40
- i.id = t, i.textContent = r, co(n, i);
69
+ i.id = t, i.textContent = r, Po(n, i);
41
70
  }
42
71
  }
43
- function uo(e) {
72
+ function _o(e) {
44
73
  if (!e) return document;
45
74
  const t = e.getRootNode ? e.getRootNode() : e.ownerDocument;
46
75
  return t && /** @type {ShadowRoot} */
@@ -49,7 +78,7 @@ function uo(e) {
49
78
  t
50
79
  ) : e.ownerDocument;
51
80
  }
52
- function co(e, t) {
81
+ function Po(e, t) {
53
82
  return s(
54
83
  /** @type {Document} */
55
84
  e.head || e,
@@ -62,23 +91,23 @@ function L(e, t, r) {
62
91
  function D(e) {
63
92
  e.parentNode && e.parentNode.removeChild(e);
64
93
  }
65
- function Ai(e, t) {
94
+ function Mi(e, t) {
66
95
  for (let r = 0; r < e.length; r += 1)
67
96
  e[r] && e[r].d(t);
68
97
  }
69
98
  function m(e) {
70
99
  return document.createElement(e);
71
100
  }
72
- function at(e) {
101
+ function st(e) {
73
102
  return document.createElementNS("http://www.w3.org/2000/svg", e);
74
103
  }
75
104
  function w(e) {
76
105
  return document.createTextNode(e);
77
106
  }
78
- function _() {
107
+ function E() {
79
108
  return w(" ");
80
109
  }
81
- function Bi() {
110
+ function Oi() {
82
111
  return w("");
83
112
  }
84
113
  function F(e, t, r, n) {
@@ -87,17 +116,17 @@ function F(e, t, r, n) {
87
116
  function f(e, t, r) {
88
117
  r == null ? e.removeAttribute(t) : e.getAttribute(t) !== r && e.setAttribute(t, r);
89
118
  }
90
- function fo(e) {
119
+ function So(e) {
91
120
  return Array.from(e.childNodes);
92
121
  }
93
122
  function T(e, t) {
94
123
  t = "" + t, e.data !== t && (e.data = /** @type {string} */
95
124
  t);
96
125
  }
97
- function j(e, t) {
98
- e.value = t ?? "";
126
+ function G(e, t) {
127
+ e.value = t == null ? "" : t;
99
128
  }
100
- function Un(e, t, r) {
129
+ function $n(e, t, r) {
101
130
  for (let n = 0; n < e.options.length; n += 1) {
102
131
  const i = e.options[n];
103
132
  if (i.__value === t) {
@@ -107,11 +136,11 @@ function Un(e, t, r) {
107
136
  }
108
137
  (!r || t !== void 0) && (e.selectedIndex = -1);
109
138
  }
110
- function ho(e) {
139
+ function wo(e) {
111
140
  const t = e.querySelector(":checked");
112
141
  return t && t.__value;
113
142
  }
114
- function po(e) {
143
+ function xo(e) {
115
144
  const t = {};
116
145
  return e.childNodes.forEach(
117
146
  /** @param {Element} node */
@@ -120,89 +149,89 @@ function po(e) {
120
149
  }
121
150
  ), t;
122
151
  }
123
- let fn;
124
- function Tt(e) {
125
- fn = e;
152
+ let dn;
153
+ function Nt(e) {
154
+ dn = e;
126
155
  }
127
- const ut = [], Zr = [];
128
- let ct = [];
129
- const jn = [], mo = /* @__PURE__ */ Promise.resolve();
130
- let Jr = !1;
131
- function yo() {
132
- Jr || (Jr = !0, mo.then(Ee));
156
+ const ct = [], Yr = [];
157
+ let ft = [];
158
+ const Wn = [], Co = /* @__PURE__ */ Promise.resolve();
159
+ let Kr = !1;
160
+ function Ao() {
161
+ Kr || (Kr = !0, Co.then(we));
133
162
  }
134
- function gr(e) {
135
- ct.push(e);
163
+ function Er(e) {
164
+ ft.push(e);
136
165
  }
137
- const Gr = /* @__PURE__ */ new Set();
138
- let st = 0;
139
- function Ee() {
140
- if (st !== 0)
166
+ const Vr = /* @__PURE__ */ new Set();
167
+ let lt = 0;
168
+ function we() {
169
+ if (lt !== 0)
141
170
  return;
142
- const e = fn;
171
+ const e = dn;
143
172
  do {
144
173
  try {
145
- for (; st < ut.length; ) {
146
- const t = ut[st];
147
- st++, Tt(t), bo(t.$$);
174
+ for (; lt < ct.length; ) {
175
+ const t = ct[lt];
176
+ lt++, Nt(t), Bo(t.$$);
148
177
  }
149
178
  } catch (t) {
150
- throw ut.length = 0, st = 0, t;
179
+ throw ct.length = 0, lt = 0, t;
151
180
  }
152
- for (Tt(null), ut.length = 0, st = 0; Zr.length; ) Zr.pop()();
153
- for (let t = 0; t < ct.length; t += 1) {
154
- const r = ct[t];
155
- Gr.has(r) || (Gr.add(r), r());
181
+ for (Nt(null), ct.length = 0, lt = 0; Yr.length; ) Yr.pop()();
182
+ for (let t = 0; t < ft.length; t += 1) {
183
+ const r = ft[t];
184
+ Vr.has(r) || (Vr.add(r), r());
156
185
  }
157
- ct.length = 0;
158
- } while (ut.length);
159
- for (; jn.length; )
160
- jn.pop()();
161
- Jr = !1, Gr.clear(), Tt(e);
186
+ ft.length = 0;
187
+ } while (ct.length);
188
+ for (; Wn.length; )
189
+ Wn.pop()();
190
+ Kr = !1, Vr.clear(), Nt(e);
162
191
  }
163
- function bo(e) {
192
+ function Bo(e) {
164
193
  if (e.fragment !== null) {
165
- e.update(), Ue(e.before_update);
194
+ e.update(), je(e.before_update);
166
195
  const t = e.dirty;
167
- e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(gr);
196
+ e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(Er);
168
197
  }
169
198
  }
170
- function go(e) {
199
+ function Io(e) {
171
200
  const t = [], r = [];
172
- ct.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : r.push(n)), r.forEach((n) => n()), ct = t;
201
+ ft.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : r.push(n)), r.forEach((n) => n()), ft = t;
173
202
  }
174
- const vo = /* @__PURE__ */ new Set();
175
- function _o(e, t) {
176
- e && e.i && (vo.delete(e), e.i(t));
203
+ const To = /* @__PURE__ */ new Set();
204
+ function No(e, t) {
205
+ e && e.i && (To.delete(e), e.i(t));
177
206
  }
178
- function vr(e) {
179
- return e?.length !== void 0 ? e : Array.from(e);
207
+ function _r(e) {
208
+ return (e == null ? void 0 : e.length) !== void 0 ? e : Array.from(e);
180
209
  }
181
- function Eo(e, t, r) {
210
+ function Ho(e, t, r) {
182
211
  const { fragment: n, after_update: i } = e.$$;
183
- n && n.m(t, r), gr(() => {
184
- const o = e.$$.on_mount.map(wi).filter(Pr);
185
- e.$$.on_destroy ? e.$$.on_destroy.push(...o) : Ue(o), e.$$.on_mount = [];
186
- }), i.forEach(gr);
212
+ n && n.m(t, r), Er(() => {
213
+ const o = e.$$.on_mount.map(Ti).filter(wr);
214
+ e.$$.on_destroy ? e.$$.on_destroy.push(...o) : je(o), e.$$.on_mount = [];
215
+ }), i.forEach(Er);
187
216
  }
188
- function Po(e, t) {
217
+ function Mo(e, t) {
189
218
  const r = e.$$;
190
- r.fragment !== null && (go(r.after_update), Ue(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
219
+ r.fragment !== null && (Io(r.after_update), je(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
191
220
  }
192
- function So(e, t) {
193
- e.$$.dirty[0] === -1 && (ut.push(e), yo(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
221
+ function Oo(e, t) {
222
+ e.$$.dirty[0] === -1 && (ct.push(e), Ao(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
194
223
  }
195
- function wo(e, t, r, n, i, o, a = null, l = [-1]) {
196
- const c = fn;
197
- Tt(e);
224
+ function Do(e, t, r, n, i, o, a = null, l = [-1]) {
225
+ const c = dn;
226
+ Nt(e);
198
227
  const u = e.$$ = {
199
228
  fragment: null,
200
229
  ctx: [],
201
230
  // state
202
231
  props: o,
203
- update: se,
232
+ update: ce,
204
233
  not_equal: i,
205
- bound: Rn(),
234
+ bound: Vn(),
206
235
  // lifecycle
207
236
  on_mount: [],
208
237
  on_destroy: [],
@@ -211,146 +240,150 @@ function wo(e, t, r, n, i, o, a = null, l = [-1]) {
211
240
  after_update: [],
212
241
  context: new Map(t.context || (c ? c.$$.context : [])),
213
242
  // everything else
214
- callbacks: Rn(),
243
+ callbacks: Vn(),
215
244
  dirty: l,
216
245
  skip_bound: !1,
217
246
  root: t.target || c.$$.root
218
247
  };
219
248
  a && a(u.root);
220
249
  let h = !1;
221
- if (u.ctx = r(e, t.props || {}, (d, p, ...E) => {
222
- const P = E.length ? E[0] : p;
223
- return u.ctx && i(u.ctx[d], u.ctx[d] = P) && (!u.skip_bound && u.bound[d] && u.bound[d](P), h && So(e, d)), p;
224
- }), u.update(), h = !0, Ue(u.before_update), u.fragment = n(u.ctx), t.target) {
250
+ if (u.ctx = r(e, t.props || {}, (d, p, ..._) => {
251
+ const S = _.length ? _[0] : p;
252
+ return u.ctx && i(u.ctx[d], u.ctx[d] = S) && (!u.skip_bound && u.bound[d] && u.bound[d](S), h && Oo(e, d)), p;
253
+ }), u.update(), h = !0, je(u.before_update), u.fragment = n(u.ctx), t.target) {
225
254
  if (t.hydrate) {
226
- const d = fo(t.target);
255
+ const d = So(t.target);
227
256
  u.fragment && u.fragment.l(d), d.forEach(D);
228
257
  } else
229
258
  u.fragment && u.fragment.c();
230
- t.intro && _o(e.$$.fragment), Eo(e, t.target, t.anchor), Ee();
259
+ t.intro && No(e.$$.fragment), Ho(e, t.target, t.anchor), we();
231
260
  }
232
- Tt(c);
233
- }
234
- let Ii;
235
- typeof HTMLElement == "function" && (Ii = class extends HTMLElement {
236
- /** The Svelte component constructor */
237
- $$ctor;
238
- /** Slots */
239
- $$s;
240
- /** The Svelte component instance */
241
- $$c;
242
- /** Whether or not the custom element is connected */
243
- $$cn = !1;
244
- /** Component props data */
245
- $$d = {};
246
- /** `true` if currently in the process of reflecting component props back to attributes */
247
- $$r = !1;
248
- /** @type {Record<string, CustomElementPropDefinition>} Props definition (name, reflected, type etc) */
249
- $$p_d = {};
250
- /** @type {Record<string, Function[]>} Event listeners */
251
- $$l = {};
252
- /** @type {Map<Function, Function>} Event listener unsubscribe functions */
253
- $$l_u = /* @__PURE__ */ new Map();
254
- constructor(e, t, r) {
255
- super(), this.$$ctor = e, this.$$s = t, r && this.attachShadow({ mode: "open" });
261
+ Nt(c);
262
+ }
263
+ let Di;
264
+ typeof HTMLElement == "function" && (Di = class extends HTMLElement {
265
+ constructor(t, r, n) {
266
+ super();
267
+ /** The Svelte component constructor */
268
+ ue(this, "$$ctor");
269
+ /** Slots */
270
+ ue(this, "$$s");
271
+ /** The Svelte component instance */
272
+ ue(this, "$$c");
273
+ /** Whether or not the custom element is connected */
274
+ ue(this, "$$cn", !1);
275
+ /** Component props data */
276
+ ue(this, "$$d", {});
277
+ /** `true` if currently in the process of reflecting component props back to attributes */
278
+ ue(this, "$$r", !1);
279
+ /** @type {Record<string, CustomElementPropDefinition>} Props definition (name, reflected, type etc) */
280
+ ue(this, "$$p_d", {});
281
+ /** @type {Record<string, Function[]>} Event listeners */
282
+ ue(this, "$$l", {});
283
+ /** @type {Map<Function, Function>} Event listener unsubscribe functions */
284
+ ue(this, "$$l_u", /* @__PURE__ */ new Map());
285
+ this.$$ctor = t, this.$$s = r, n && this.attachShadow({ mode: "open" });
256
286
  }
257
- addEventListener(e, t, r) {
258
- if (this.$$l[e] = this.$$l[e] || [], this.$$l[e].push(t), this.$$c) {
259
- const n = this.$$c.$on(e, t);
260
- this.$$l_u.set(t, n);
287
+ addEventListener(t, r, n) {
288
+ if (this.$$l[t] = this.$$l[t] || [], this.$$l[t].push(r), this.$$c) {
289
+ const i = this.$$c.$on(t, r);
290
+ this.$$l_u.set(r, i);
261
291
  }
262
- super.addEventListener(e, t, r);
292
+ super.addEventListener(t, r, n);
263
293
  }
264
- removeEventListener(e, t, r) {
265
- if (super.removeEventListener(e, t, r), this.$$c) {
266
- const n = this.$$l_u.get(t);
267
- n && (n(), this.$$l_u.delete(t));
294
+ removeEventListener(t, r, n) {
295
+ if (super.removeEventListener(t, r, n), this.$$c) {
296
+ const i = this.$$l_u.get(r);
297
+ i && (i(), this.$$l_u.delete(r));
268
298
  }
269
299
  }
270
- async connectedCallback() {
271
- if (this.$$cn = !0, !this.$$c) {
272
- let e = function(i) {
273
- return () => {
274
- let o;
275
- return {
276
- c: function() {
277
- o = m("slot"), i !== "default" && f(o, "name", i);
278
- },
279
- /**
280
- * @param {HTMLElement} target
281
- * @param {HTMLElement} [anchor]
282
- */
283
- m: function(c, u) {
284
- L(c, o, u);
285
- },
286
- d: function(c) {
287
- c && D(o);
288
- }
300
+ connectedCallback() {
301
+ return pr(this, null, function* () {
302
+ if (this.$$cn = !0, !this.$$c) {
303
+ let t = function(o) {
304
+ return () => {
305
+ let a;
306
+ return {
307
+ c: function() {
308
+ a = m("slot"), o !== "default" && f(a, "name", o);
309
+ },
310
+ /**
311
+ * @param {HTMLElement} target
312
+ * @param {HTMLElement} [anchor]
313
+ */
314
+ m: function(u, h) {
315
+ L(u, a, h);
316
+ },
317
+ d: function(u) {
318
+ u && D(a);
319
+ }
320
+ };
289
321
  };
290
322
  };
291
- };
292
- if (await Promise.resolve(), !this.$$cn || this.$$c)
293
- return;
294
- const t = {}, r = po(this);
295
- for (const i of this.$$s)
296
- i in r && (t[i] = [e(i)]);
297
- for (const i of this.attributes) {
298
- const o = this.$$g_p(i.name);
299
- o in this.$$d || (this.$$d[o] = dr(o, i.value, this.$$p_d, "toProp"));
300
- }
301
- for (const i in this.$$p_d)
302
- !(i in this.$$d) && this[i] !== void 0 && (this.$$d[i] = this[i], delete this[i]);
303
- this.$$c = new this.$$ctor({
304
- target: this.shadowRoot || this,
305
- props: {
306
- ...this.$$d,
307
- $$slots: t,
308
- $$scope: {
309
- ctx: []
310
- }
323
+ if (yield Promise.resolve(), !this.$$cn || this.$$c)
324
+ return;
325
+ const r = {}, n = xo(this);
326
+ for (const o of this.$$s)
327
+ o in n && (r[o] = [t(o)]);
328
+ for (const o of this.attributes) {
329
+ const a = this.$$g_p(o.name);
330
+ a in this.$$d || (this.$$d[a] = yr(a, o.value, this.$$p_d, "toProp"));
311
331
  }
312
- });
313
- const n = () => {
314
- this.$$r = !0;
315
- for (const i in this.$$p_d)
316
- if (this.$$d[i] = this.$$c.$$.ctx[this.$$c.$$.props[i]], this.$$p_d[i].reflect) {
317
- const o = dr(
318
- i,
319
- this.$$d[i],
320
- this.$$p_d,
321
- "toAttribute"
322
- );
323
- o == null ? this.removeAttribute(this.$$p_d[i].attribute || i) : this.setAttribute(this.$$p_d[i].attribute || i, o);
332
+ for (const o in this.$$p_d)
333
+ !(o in this.$$d) && this[o] !== void 0 && (this.$$d[o] = this[o], delete this[o]);
334
+ this.$$c = new this.$$ctor({
335
+ target: this.shadowRoot || this,
336
+ props: Qn(zn({}, this.$$d), {
337
+ $$slots: r,
338
+ $$scope: {
339
+ ctx: []
340
+ }
341
+ })
342
+ });
343
+ const i = () => {
344
+ this.$$r = !0;
345
+ for (const o in this.$$p_d)
346
+ if (this.$$d[o] = this.$$c.$$.ctx[this.$$c.$$.props[o]], this.$$p_d[o].reflect) {
347
+ const a = yr(
348
+ o,
349
+ this.$$d[o],
350
+ this.$$p_d,
351
+ "toAttribute"
352
+ );
353
+ a == null ? this.removeAttribute(this.$$p_d[o].attribute || o) : this.setAttribute(this.$$p_d[o].attribute || o, a);
354
+ }
355
+ this.$$r = !1;
356
+ };
357
+ this.$$c.$$.after_update.push(i), i();
358
+ for (const o in this.$$l)
359
+ for (const a of this.$$l[o]) {
360
+ const l = this.$$c.$on(o, a);
361
+ this.$$l_u.set(a, l);
324
362
  }
325
- this.$$r = !1;
326
- };
327
- this.$$c.$$.after_update.push(n), n();
328
- for (const i in this.$$l)
329
- for (const o of this.$$l[i]) {
330
- const a = this.$$c.$on(i, o);
331
- this.$$l_u.set(o, a);
332
- }
333
- this.$$l = {};
334
- }
363
+ this.$$l = {};
364
+ }
365
+ });
335
366
  }
336
367
  // We don't need this when working within Svelte code, but for compatibility of people using this outside of Svelte
337
368
  // and setting attributes through setAttribute etc, this is helpful
338
- attributeChangedCallback(e, t, r) {
339
- this.$$r || (e = this.$$g_p(e), this.$$d[e] = dr(e, r, this.$$p_d, "toProp"), this.$$c?.$set({ [e]: this.$$d[e] }));
369
+ attributeChangedCallback(t, r, n) {
370
+ var i;
371
+ this.$$r || (t = this.$$g_p(t), this.$$d[t] = yr(t, n, this.$$p_d, "toProp"), (i = this.$$c) == null || i.$set({ [t]: this.$$d[t] }));
340
372
  }
341
373
  disconnectedCallback() {
342
374
  this.$$cn = !1, Promise.resolve().then(() => {
343
375
  !this.$$cn && this.$$c && (this.$$c.$destroy(), this.$$c = void 0);
344
376
  });
345
377
  }
346
- $$g_p(e) {
378
+ $$g_p(t) {
347
379
  return Object.keys(this.$$p_d).find(
348
- (t) => this.$$p_d[t].attribute === e || !this.$$p_d[t].attribute && t.toLowerCase() === e
349
- ) || e;
380
+ (r) => this.$$p_d[r].attribute === t || !this.$$p_d[r].attribute && r.toLowerCase() === t
381
+ ) || t;
350
382
  }
351
383
  });
352
- function dr(e, t, r, n) {
353
- const i = r[e]?.type;
384
+ function yr(e, t, r, n) {
385
+ var o;
386
+ const i = (o = r[e]) == null ? void 0 : o.type;
354
387
  if (t = i === "Boolean" && typeof t != "boolean" ? t != null : t, !n || !r[e])
355
388
  return t;
356
389
  if (n === "toAttribute")
@@ -361,7 +394,7 @@ function dr(e, t, r, n) {
361
394
  case "Boolean":
362
395
  return t ? "" : null;
363
396
  case "Number":
364
- return t ?? null;
397
+ return t == null ? null : t;
365
398
  default:
366
399
  return t;
367
400
  }
@@ -378,8 +411,8 @@ function dr(e, t, r, n) {
378
411
  return t;
379
412
  }
380
413
  }
381
- function xo(e, t, r, n, i, o) {
382
- let a = class extends Ii {
414
+ function ko(e, t, r, n, i, o) {
415
+ let a = class extends Di {
383
416
  constructor() {
384
417
  super(e, r, i), this.$$p_d = t;
385
418
  }
@@ -395,38 +428,42 @@ function xo(e, t, r, n, i, o) {
395
428
  return this.$$c && l in this.$$c ? this.$$c[l] : this.$$d[l];
396
429
  },
397
430
  set(c) {
398
- c = dr(l, c, t), this.$$d[l] = c, this.$$c?.$set({ [l]: c });
431
+ var u;
432
+ c = yr(l, c, t), this.$$d[l] = c, (u = this.$$c) == null || u.$set({ [l]: c });
399
433
  }
400
434
  });
401
435
  }), n.forEach((l) => {
402
436
  Object.defineProperty(a.prototype, l, {
403
437
  get() {
404
- return this.$$c?.[l];
438
+ var c;
439
+ return (c = this.$$c) == null ? void 0 : c[l];
405
440
  }
406
441
  });
407
442
  }), e.element = /** @type {any} */
408
443
  a, a;
409
444
  }
410
- class Co {
411
- /**
412
- * ### PRIVATE API
413
- *
414
- * Do not use, may change at any time
415
- *
416
- * @type {any}
417
- */
418
- $$ = void 0;
419
- /**
420
- * ### PRIVATE API
421
- *
422
- * Do not use, may change at any time
423
- *
424
- * @type {any}
425
- */
426
- $$set = void 0;
445
+ class Lo {
446
+ constructor() {
447
+ /**
448
+ * ### PRIVATE API
449
+ *
450
+ * Do not use, may change at any time
451
+ *
452
+ * @type {any}
453
+ */
454
+ ue(this, "$$");
455
+ /**
456
+ * ### PRIVATE API
457
+ *
458
+ * Do not use, may change at any time
459
+ *
460
+ * @type {any}
461
+ */
462
+ ue(this, "$$set");
463
+ }
427
464
  /** @returns {void} */
428
465
  $destroy() {
429
- Po(this, 1), this.$destroy = se;
466
+ Mo(this, 1), this.$destroy = ce;
430
467
  }
431
468
  /**
432
469
  * @template {Extract<keyof Events, string>} K
@@ -435,8 +472,8 @@ class Co {
435
472
  * @returns {() => void}
436
473
  */
437
474
  $on(t, r) {
438
- if (!Pr(r))
439
- return se;
475
+ if (!wr(r))
476
+ return ce;
440
477
  const n = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
441
478
  return n.push(r), () => {
442
479
  const i = n.indexOf(r);
@@ -448,22 +485,22 @@ class Co {
448
485
  * @returns {void}
449
486
  */
450
487
  $set(t) {
451
- this.$$set && !ao(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
488
+ this.$$set && !go(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
452
489
  }
453
490
  }
454
- const Ao = "4";
455
- typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Ao);
456
- var qr = function(e, t) {
457
- return qr = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
491
+ const Fo = "4";
492
+ typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Fo);
493
+ var en = function(e, t) {
494
+ return en = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
458
495
  r.__proto__ = n;
459
496
  } || function(r, n) {
460
497
  for (var i in n) Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
461
- }, qr(e, t);
498
+ }, en(e, t);
462
499
  };
463
- function Te(e, t) {
500
+ function Me(e, t) {
464
501
  if (typeof t != "function" && t !== null)
465
502
  throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
466
- qr(e, t);
503
+ en(e, t);
467
504
  function r() {
468
505
  this.constructor = e;
469
506
  }
@@ -478,7 +515,7 @@ var I = function() {
478
515
  return t;
479
516
  }, I.apply(this, arguments);
480
517
  };
481
- function Bo(e, t) {
518
+ function Ro(e, t) {
482
519
  var r = {};
483
520
  for (var n in e) Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
484
521
  if (e != null && typeof Object.getOwnPropertySymbols == "function")
@@ -486,7 +523,7 @@ function Bo(e, t) {
486
523
  t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (r[n[i]] = e[n[i]]);
487
524
  return r;
488
525
  }
489
- function Yr(e) {
526
+ function tn(e) {
490
527
  var t = typeof Symbol == "function" && Symbol.iterator, r = t && e[t], n = 0;
491
528
  if (r) return r.call(e);
492
529
  if (e && typeof e.length == "number") return {
@@ -496,7 +533,7 @@ function Yr(e) {
496
533
  };
497
534
  throw new TypeError(t ? "Object is not iterable." : "Symbol.iterator is not defined.");
498
535
  }
499
- function Kr(e, t) {
536
+ function rn(e, t) {
500
537
  var r = typeof Symbol == "function" && e[Symbol.iterator];
501
538
  if (!r) return e;
502
539
  var n = r.call(e), i, o = [], a;
@@ -513,21 +550,21 @@ function Kr(e, t) {
513
550
  }
514
551
  return o;
515
552
  }
516
- function ft(e, t, r) {
553
+ function ht(e, t, r) {
517
554
  if (r || arguments.length === 2) for (var n = 0, i = t.length, o; n < i; n++)
518
555
  (o || !(n in t)) && (o || (o = Array.prototype.slice.call(t, 0, n)), o[n] = t[n]);
519
556
  return e.concat(o || Array.prototype.slice.call(t));
520
557
  }
521
- function Ie(e) {
558
+ function He(e) {
522
559
  return typeof e == "function";
523
560
  }
524
- function Ti(e) {
561
+ function ki(e) {
525
562
  var t = function(n) {
526
563
  Error.call(n), n.stack = new Error().stack;
527
564
  }, r = e(t);
528
565
  return r.prototype = Object.create(Error.prototype), r.prototype.constructor = r, r;
529
566
  }
530
- var zr = Ti(function(e) {
567
+ var $r = ki(function(e) {
531
568
  return function(r) {
532
569
  e(this), this.message = r ? r.length + ` errors occurred during unsubscription:
533
570
  ` + r.map(function(n, i) {
@@ -536,13 +573,13 @@ var zr = Ti(function(e) {
536
573
  `) : "", this.name = "UnsubscriptionError", this.errors = r;
537
574
  };
538
575
  });
539
- function en(e, t) {
576
+ function nn(e, t) {
540
577
  if (e) {
541
578
  var r = e.indexOf(t);
542
579
  0 <= r && e.splice(r, 1);
543
580
  }
544
581
  }
545
- var Sr = function() {
582
+ var xr = function() {
546
583
  function e(t) {
547
584
  this.initialTeardown = t, this.closed = !1, this._parentage = null, this._finalizers = null;
548
585
  }
@@ -554,7 +591,7 @@ var Sr = function() {
554
591
  if (a)
555
592
  if (this._parentage = null, Array.isArray(a))
556
593
  try {
557
- for (var l = Yr(a), c = l.next(); !c.done; c = l.next()) {
594
+ for (var l = tn(a), c = l.next(); !c.done; c = l.next()) {
558
595
  var u = c.value;
559
596
  u.remove(this);
560
597
  }
@@ -570,42 +607,42 @@ var Sr = function() {
570
607
  else
571
608
  a.remove(this);
572
609
  var h = this.initialTeardown;
573
- if (Ie(h))
610
+ if (He(h))
574
611
  try {
575
612
  h();
576
613
  } catch (v) {
577
- o = v instanceof zr ? v.errors : [v];
614
+ o = v instanceof $r ? v.errors : [v];
578
615
  }
579
616
  var d = this._finalizers;
580
617
  if (d) {
581
618
  this._finalizers = null;
582
619
  try {
583
- for (var p = Yr(d), E = p.next(); !E.done; E = p.next()) {
584
- var P = E.value;
620
+ for (var p = tn(d), _ = p.next(); !_.done; _ = p.next()) {
621
+ var S = _.value;
585
622
  try {
586
- Gn(P);
623
+ Xn(S);
587
624
  } catch (v) {
588
- o = o ?? [], v instanceof zr ? o = ft(ft([], Kr(o)), Kr(v.errors)) : o.push(v);
625
+ o = o != null ? o : [], v instanceof $r ? o = ht(ht([], rn(o)), rn(v.errors)) : o.push(v);
589
626
  }
590
627
  }
591
628
  } catch (v) {
592
629
  n = { error: v };
593
630
  } finally {
594
631
  try {
595
- E && !E.done && (i = p.return) && i.call(p);
632
+ _ && !_.done && (i = p.return) && i.call(p);
596
633
  } finally {
597
634
  if (n) throw n.error;
598
635
  }
599
636
  }
600
637
  }
601
638
  if (o)
602
- throw new zr(o);
639
+ throw new $r(o);
603
640
  }
604
641
  }, e.prototype.add = function(t) {
605
642
  var r;
606
643
  if (t && t !== this)
607
644
  if (this.closed)
608
- Gn(t);
645
+ Xn(t);
609
646
  else {
610
647
  if (t instanceof e) {
611
648
  if (t.closed || t._hasParent(this))
@@ -622,56 +659,56 @@ var Sr = function() {
622
659
  this._parentage = Array.isArray(r) ? (r.push(t), r) : r ? [r, t] : t;
623
660
  }, e.prototype._removeParent = function(t) {
624
661
  var r = this._parentage;
625
- r === t ? this._parentage = null : Array.isArray(r) && en(r, t);
662
+ r === t ? this._parentage = null : Array.isArray(r) && nn(r, t);
626
663
  }, e.prototype.remove = function(t) {
627
664
  var r = this._finalizers;
628
- r && en(r, t), t instanceof e && t._removeParent(this);
665
+ r && nn(r, t), t instanceof e && t._removeParent(this);
629
666
  }, e.EMPTY = function() {
630
667
  var t = new e();
631
668
  return t.closed = !0, t;
632
669
  }(), e;
633
- }(), Ni = Sr.EMPTY;
634
- function Hi(e) {
635
- return e instanceof Sr || e && "closed" in e && Ie(e.remove) && Ie(e.add) && Ie(e.unsubscribe);
670
+ }(), Li = xr.EMPTY;
671
+ function Fi(e) {
672
+ return e instanceof xr || e && "closed" in e && He(e.remove) && He(e.add) && He(e.unsubscribe);
636
673
  }
637
- function Gn(e) {
638
- Ie(e) ? e() : e.unsubscribe();
674
+ function Xn(e) {
675
+ He(e) ? e() : e.unsubscribe();
639
676
  }
640
- var Io = {
677
+ var Uo = {
641
678
  onUnhandledError: null,
642
679
  onStoppedNotification: null,
643
680
  Promise: void 0,
644
681
  useDeprecatedSynchronousErrorHandling: !1,
645
682
  useDeprecatedNextContext: !1
646
- }, To = {
683
+ }, jo = {
647
684
  setTimeout: function(e, t) {
648
685
  for (var r = [], n = 2; n < arguments.length; n++)
649
686
  r[n - 2] = arguments[n];
650
- return setTimeout.apply(void 0, ft([e, t], Kr(r)));
687
+ return setTimeout.apply(void 0, ht([e, t], rn(r)));
651
688
  },
652
689
  clearTimeout: function(e) {
653
690
  return clearTimeout(e);
654
691
  },
655
692
  delegate: void 0
656
693
  };
657
- function No(e) {
658
- To.setTimeout(function() {
694
+ function Go(e) {
695
+ jo.setTimeout(function() {
659
696
  throw e;
660
697
  });
661
698
  }
662
- function zn() {
699
+ function Zn() {
663
700
  }
664
- function mr(e) {
701
+ function br(e) {
665
702
  e();
666
703
  }
667
- var Mi = function(e) {
668
- Te(t, e);
704
+ var Ri = function(e) {
705
+ Me(t, e);
669
706
  function t(r) {
670
707
  var n = e.call(this) || this;
671
- return n.isStopped = !1, r ? (n.destination = r, Hi(r) && r.add(n)) : n.destination = Oo, n;
708
+ return n.isStopped = !1, r ? (n.destination = r, Fi(r) && r.add(n)) : n.destination = Vo, n;
672
709
  }
673
710
  return t.create = function(r, n, i) {
674
- return new tn(r, n, i);
711
+ return new on(r, n, i);
675
712
  }, t.prototype.next = function(r) {
676
713
  this.isStopped || this._next(r);
677
714
  }, t.prototype.error = function(r) {
@@ -695,7 +732,7 @@ var Mi = function(e) {
695
732
  this.unsubscribe();
696
733
  }
697
734
  }, t;
698
- }(Sr), Ho = function() {
735
+ }(xr), zo = function() {
699
736
  function e(t) {
700
737
  this.partialObserver = t;
701
738
  }
@@ -705,7 +742,7 @@ var Mi = function(e) {
705
742
  try {
706
743
  r.next(t);
707
744
  } catch (n) {
708
- hr(n);
745
+ dr(n);
709
746
  }
710
747
  }, e.prototype.error = function(t) {
711
748
  var r = this.partialObserver;
@@ -713,56 +750,56 @@ var Mi = function(e) {
713
750
  try {
714
751
  r.error(t);
715
752
  } catch (n) {
716
- hr(n);
753
+ dr(n);
717
754
  }
718
755
  else
719
- hr(t);
756
+ dr(t);
720
757
  }, e.prototype.complete = function() {
721
758
  var t = this.partialObserver;
722
759
  if (t.complete)
723
760
  try {
724
761
  t.complete();
725
762
  } catch (r) {
726
- hr(r);
763
+ dr(r);
727
764
  }
728
765
  }, e;
729
- }(), tn = function(e) {
730
- Te(t, e);
766
+ }(), on = function(e) {
767
+ Me(t, e);
731
768
  function t(r, n, i) {
732
769
  var o = e.call(this) || this, a;
733
- return Ie(r) || !r ? a = {
734
- next: r ?? void 0,
735
- error: n ?? void 0,
736
- complete: i ?? void 0
737
- } : a = r, o.destination = new Ho(a), o;
770
+ return He(r) || !r ? a = {
771
+ next: r != null ? r : void 0,
772
+ error: n != null ? n : void 0,
773
+ complete: i != null ? i : void 0
774
+ } : a = r, o.destination = new zo(a), o;
738
775
  }
739
776
  return t;
740
- }(Mi);
741
- function hr(e) {
742
- No(e);
777
+ }(Ri);
778
+ function dr(e) {
779
+ Go(e);
743
780
  }
744
- function Mo(e) {
781
+ function Qo(e) {
745
782
  throw e;
746
783
  }
747
- var Oo = {
784
+ var Vo = {
748
785
  closed: !0,
749
- next: zn,
750
- error: Mo,
751
- complete: zn
752
- }, Do = function() {
786
+ next: Zn,
787
+ error: Qo,
788
+ complete: Zn
789
+ }, $o = function() {
753
790
  return typeof Symbol == "function" && Symbol.observable || "@@observable";
754
791
  }();
755
- function ko(e) {
792
+ function Wo(e) {
756
793
  return e;
757
794
  }
758
- function Lo(e) {
759
- return e.length === 0 ? ko : e.length === 1 ? e[0] : function(r) {
795
+ function Xo(e) {
796
+ return e.length === 0 ? Wo : e.length === 1 ? e[0] : function(r) {
760
797
  return e.reduce(function(n, i) {
761
798
  return i(n);
762
799
  }, r);
763
800
  };
764
801
  }
765
- var Qn = function() {
802
+ var Jn = function() {
766
803
  function e(t) {
767
804
  t && (this._subscribe = t);
768
805
  }
@@ -770,8 +807,8 @@ var Qn = function() {
770
807
  var r = new e();
771
808
  return r.source = this, r.operator = t, r;
772
809
  }, e.prototype.subscribe = function(t, r, n) {
773
- var i = this, o = Ro(t) ? t : new tn(t, r, n);
774
- return mr(function() {
810
+ var i = this, o = Jo(t) ? t : new on(t, r, n);
811
+ return br(function() {
775
812
  var a = i, l = a.operator, c = a.source;
776
813
  o.add(l ? l.call(o, c) : c ? i._subscribe(o) : i._trySubscribe(o));
777
814
  }), o;
@@ -783,8 +820,8 @@ var Qn = function() {
783
820
  }
784
821
  }, e.prototype.forEach = function(t, r) {
785
822
  var n = this;
786
- return r = Vn(r), new r(function(i, o) {
787
- var a = new tn({
823
+ return r = qn(r), new r(function(i, o) {
824
+ var a = new on({
788
825
  next: function(l) {
789
826
  try {
790
827
  t(l);
@@ -800,15 +837,15 @@ var Qn = function() {
800
837
  }, e.prototype._subscribe = function(t) {
801
838
  var r;
802
839
  return (r = this.source) === null || r === void 0 ? void 0 : r.subscribe(t);
803
- }, e.prototype[Do] = function() {
840
+ }, e.prototype[$o] = function() {
804
841
  return this;
805
842
  }, e.prototype.pipe = function() {
806
843
  for (var t = [], r = 0; r < arguments.length; r++)
807
844
  t[r] = arguments[r];
808
- return Lo(t)(this);
845
+ return Xo(t)(this);
809
846
  }, e.prototype.toPromise = function(t) {
810
847
  var r = this;
811
- return t = Vn(t), new t(function(n, i) {
848
+ return t = qn(t), new t(function(n, i) {
812
849
  var o;
813
850
  r.subscribe(function(a) {
814
851
  return o = a;
@@ -822,40 +859,40 @@ var Qn = function() {
822
859
  return new e(t);
823
860
  }, e;
824
861
  }();
825
- function Vn(e) {
862
+ function qn(e) {
826
863
  var t;
827
- return (t = e ?? Io.Promise) !== null && t !== void 0 ? t : Promise;
864
+ return (t = e != null ? e : Uo.Promise) !== null && t !== void 0 ? t : Promise;
828
865
  }
829
- function Fo(e) {
830
- return e && Ie(e.next) && Ie(e.error) && Ie(e.complete);
866
+ function Zo(e) {
867
+ return e && He(e.next) && He(e.error) && He(e.complete);
831
868
  }
832
- function Ro(e) {
833
- return e && e instanceof Mi || Fo(e) && Hi(e);
869
+ function Jo(e) {
870
+ return e && e instanceof Ri || Zo(e) && Fi(e);
834
871
  }
835
- var Uo = Ti(function(e) {
872
+ var qo = ki(function(e) {
836
873
  return function() {
837
874
  e(this), this.name = "ObjectUnsubscribedError", this.message = "object unsubscribed";
838
875
  };
839
- }), Oi = function(e) {
840
- Te(t, e);
876
+ }), Ui = function(e) {
877
+ Me(t, e);
841
878
  function t() {
842
879
  var r = e.call(this) || this;
843
880
  return r.closed = !1, r.currentObservers = null, r.observers = [], r.isStopped = !1, r.hasError = !1, r.thrownError = null, r;
844
881
  }
845
882
  return t.prototype.lift = function(r) {
846
- var n = new $n(this, this);
883
+ var n = new Yn(this, this);
847
884
  return n.operator = r, n;
848
885
  }, t.prototype._throwIfClosed = function() {
849
886
  if (this.closed)
850
- throw new Uo();
887
+ throw new qo();
851
888
  }, t.prototype.next = function(r) {
852
889
  var n = this;
853
- mr(function() {
890
+ br(function() {
854
891
  var i, o;
855
892
  if (n._throwIfClosed(), !n.isStopped) {
856
893
  n.currentObservers || (n.currentObservers = Array.from(n.observers));
857
894
  try {
858
- for (var a = Yr(n.currentObservers), l = a.next(); !l.done; l = a.next()) {
895
+ for (var a = tn(n.currentObservers), l = a.next(); !l.done; l = a.next()) {
859
896
  var c = l.value;
860
897
  c.next(r);
861
898
  }
@@ -872,7 +909,7 @@ var Uo = Ti(function(e) {
872
909
  });
873
910
  }, t.prototype.error = function(r) {
874
911
  var n = this;
875
- mr(function() {
912
+ br(function() {
876
913
  if (n._throwIfClosed(), !n.isStopped) {
877
914
  n.hasError = n.isStopped = !0, n.thrownError = r;
878
915
  for (var i = n.observers; i.length; )
@@ -881,7 +918,7 @@ var Uo = Ti(function(e) {
881
918
  });
882
919
  }, t.prototype.complete = function() {
883
920
  var r = this;
884
- mr(function() {
921
+ br(function() {
885
922
  if (r._throwIfClosed(), !r.isStopped) {
886
923
  r.isStopped = !0;
887
924
  for (var n = r.observers; n.length; )
@@ -903,20 +940,20 @@ var Uo = Ti(function(e) {
903
940
  return this._throwIfClosed(), this._checkFinalizedStatuses(r), this._innerSubscribe(r);
904
941
  }, t.prototype._innerSubscribe = function(r) {
905
942
  var n = this, i = this, o = i.hasError, a = i.isStopped, l = i.observers;
906
- return o || a ? Ni : (this.currentObservers = null, l.push(r), new Sr(function() {
907
- n.currentObservers = null, en(l, r);
943
+ return o || a ? Li : (this.currentObservers = null, l.push(r), new xr(function() {
944
+ n.currentObservers = null, nn(l, r);
908
945
  }));
909
946
  }, t.prototype._checkFinalizedStatuses = function(r) {
910
947
  var n = this, i = n.hasError, o = n.thrownError, a = n.isStopped;
911
948
  i ? r.error(o) : a && r.complete();
912
949
  }, t.prototype.asObservable = function() {
913
- var r = new Qn();
950
+ var r = new Jn();
914
951
  return r.source = this, r;
915
952
  }, t.create = function(r, n) {
916
- return new $n(r, n);
953
+ return new Yn(r, n);
917
954
  }, t;
918
- }(Qn), $n = function(e) {
919
- Te(t, e);
955
+ }(Jn), Yn = function(e) {
956
+ Me(t, e);
920
957
  function t(r, n) {
921
958
  var i = e.call(this) || this;
922
959
  return i.destination = r, i.source = n, i;
@@ -932,17 +969,17 @@ var Uo = Ti(function(e) {
932
969
  (n = (r = this.destination) === null || r === void 0 ? void 0 : r.complete) === null || n === void 0 || n.call(r);
933
970
  }, t.prototype._subscribe = function(r) {
934
971
  var n, i;
935
- return (i = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && i !== void 0 ? i : Ni;
972
+ return (i = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && i !== void 0 ? i : Li;
936
973
  }, t;
937
- }(Oi), Di = {
974
+ }(Ui), ji = {
938
975
  now: function() {
939
- return (Di.delegate || Date).now();
976
+ return (ji.delegate || Date).now();
940
977
  },
941
978
  delegate: void 0
942
- }, jo = function(e) {
943
- Te(t, e);
979
+ }, Yo = function(e) {
980
+ Me(t, e);
944
981
  function t(r, n, i) {
945
- r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i = Di);
982
+ r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i = ji);
946
983
  var o = e.call(this) || this;
947
984
  return o._bufferSize = r, o._windowTime = n, o._timestampProvider = i, o._buffer = [], o._infiniteTimeWindow = !0, o._infiniteTimeWindow = n === 1 / 0, o._bufferSize = Math.max(1, r), o._windowTime = Math.max(1, n), o;
948
985
  }
@@ -962,63 +999,63 @@ var Uo = Ti(function(e) {
962
999
  u && o.splice(0, u + 1);
963
1000
  }
964
1001
  }, t;
965
- }(Oi);
966
- const Wn = [], Xn = {}, Go = (e, t = 0) => {
967
- if (Wn.indexOf(e) == -1) {
968
- const r = new jo(t);
969
- Xn[e] = r, Wn.push(e);
1002
+ }(Ui);
1003
+ const Kn = [], ei = {}, Ko = (e, t = 0) => {
1004
+ if (Kn.indexOf(e) == -1) {
1005
+ const r = new Yo(t);
1006
+ ei[e] = r, Kn.push(e);
970
1007
  }
971
- return Xn[e];
972
- }, lt = [];
973
- function zo(e, t) {
1008
+ return ei[e];
1009
+ }, ut = [];
1010
+ function ea(e, t) {
974
1011
  return {
975
- subscribe: wr(e, t).subscribe
1012
+ subscribe: Cr(e, t).subscribe
976
1013
  };
977
1014
  }
978
- function wr(e, t = se) {
1015
+ function Cr(e, t = ce) {
979
1016
  let r;
980
1017
  const n = /* @__PURE__ */ new Set();
981
1018
  function i(l) {
982
- if (xi(e, l) && (e = l, r)) {
983
- const c = !lt.length;
1019
+ if (Ni(e, l) && (e = l, r)) {
1020
+ const c = !ut.length;
984
1021
  for (const u of n)
985
- u[1](), lt.push(u, e);
1022
+ u[1](), ut.push(u, e);
986
1023
  if (c) {
987
- for (let u = 0; u < lt.length; u += 2)
988
- lt[u][0](lt[u + 1]);
989
- lt.length = 0;
1024
+ for (let u = 0; u < ut.length; u += 2)
1025
+ ut[u][0](ut[u + 1]);
1026
+ ut.length = 0;
990
1027
  }
991
1028
  }
992
1029
  }
993
1030
  function o(l) {
994
1031
  i(l(e));
995
1032
  }
996
- function a(l, c = se) {
1033
+ function a(l, c = ce) {
997
1034
  const u = [l, c];
998
- return n.add(u), n.size === 1 && (r = t(i, o) || se), l(e), () => {
1035
+ return n.add(u), n.size === 1 && (r = t(i, o) || ce), l(e), () => {
999
1036
  n.delete(u), n.size === 0 && r && (r(), r = null);
1000
1037
  };
1001
1038
  }
1002
1039
  return { set: i, update: o, subscribe: a };
1003
1040
  }
1004
- function yt(e, t, r) {
1041
+ function bt(e, t, r) {
1005
1042
  const n = !Array.isArray(e), i = n ? [e] : e;
1006
1043
  if (!i.every(Boolean))
1007
1044
  throw new Error("derived() expects stores as input, got a falsy value");
1008
1045
  const o = t.length < 2;
1009
- return zo(r, (a, l) => {
1046
+ return ea(r, (a, l) => {
1010
1047
  let c = !1;
1011
1048
  const u = [];
1012
- let h = 0, d = se;
1049
+ let h = 0, d = ce;
1013
1050
  const p = () => {
1014
1051
  if (h)
1015
1052
  return;
1016
1053
  d();
1017
- const P = t(n ? u[0] : u, a, l);
1018
- o ? a(P) : d = Pr(P) ? P : se;
1019
- }, E = i.map(
1020
- (P, v) => Ci(
1021
- P,
1054
+ const S = t(n ? u[0] : u, a, l);
1055
+ o ? a(S) : d = wr(S) ? S : ce;
1056
+ }, _ = i.map(
1057
+ (S, v) => Hi(
1058
+ S,
1022
1059
  (O) => {
1023
1060
  u[v] = O, h &= ~(1 << v), c && p();
1024
1061
  },
@@ -1028,118 +1065,118 @@ function yt(e, t, r) {
1028
1065
  )
1029
1066
  );
1030
1067
  return c = !0, p(), function() {
1031
- Ue(E), d(), c = !1;
1068
+ je(_), d(), c = !1;
1032
1069
  };
1033
1070
  });
1034
1071
  }
1035
- function Qo(e) {
1072
+ function ta(e) {
1036
1073
  return e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
1037
1074
  }
1038
- var Vo = function(t) {
1039
- return $o(t) && !Wo(t);
1075
+ var ra = function(t) {
1076
+ return na(t) && !ia(t);
1040
1077
  };
1041
- function $o(e) {
1078
+ function na(e) {
1042
1079
  return !!e && typeof e == "object";
1043
1080
  }
1044
- function Wo(e) {
1081
+ function ia(e) {
1045
1082
  var t = Object.prototype.toString.call(e);
1046
- return t === "[object RegExp]" || t === "[object Date]" || Jo(e);
1083
+ return t === "[object RegExp]" || t === "[object Date]" || sa(e);
1047
1084
  }
1048
- var Xo = typeof Symbol == "function" && Symbol.for, Zo = Xo ? Symbol.for("react.element") : 60103;
1049
- function Jo(e) {
1050
- return e.$$typeof === Zo;
1085
+ var oa = typeof Symbol == "function" && Symbol.for, aa = oa ? Symbol.for("react.element") : 60103;
1086
+ function sa(e) {
1087
+ return e.$$typeof === aa;
1051
1088
  }
1052
- function qo(e) {
1089
+ function la(e) {
1053
1090
  return Array.isArray(e) ? [] : {};
1054
1091
  }
1055
- function Nt(e, t) {
1056
- return t.clone !== !1 && t.isMergeableObject(e) ? ht(qo(e), e, t) : e;
1092
+ function Ht(e, t) {
1093
+ return t.clone !== !1 && t.isMergeableObject(e) ? pt(la(e), e, t) : e;
1057
1094
  }
1058
- function Yo(e, t, r) {
1095
+ function ua(e, t, r) {
1059
1096
  return e.concat(t).map(function(n) {
1060
- return Nt(n, r);
1097
+ return Ht(n, r);
1061
1098
  });
1062
1099
  }
1063
- function Ko(e, t) {
1100
+ function ca(e, t) {
1064
1101
  if (!t.customMerge)
1065
- return ht;
1102
+ return pt;
1066
1103
  var r = t.customMerge(e);
1067
- return typeof r == "function" ? r : ht;
1104
+ return typeof r == "function" ? r : pt;
1068
1105
  }
1069
- function ea(e) {
1106
+ function fa(e) {
1070
1107
  return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(t) {
1071
1108
  return Object.propertyIsEnumerable.call(e, t);
1072
1109
  }) : [];
1073
1110
  }
1074
- function Zn(e) {
1075
- return Object.keys(e).concat(ea(e));
1111
+ function ti(e) {
1112
+ return Object.keys(e).concat(fa(e));
1076
1113
  }
1077
- function ki(e, t) {
1114
+ function Gi(e, t) {
1078
1115
  try {
1079
1116
  return t in e;
1080
- } catch {
1117
+ } catch (r) {
1081
1118
  return !1;
1082
1119
  }
1083
1120
  }
1084
- function ta(e, t) {
1085
- return ki(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
1121
+ function ha(e, t) {
1122
+ return Gi(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
1086
1123
  }
1087
- function ra(e, t, r) {
1124
+ function pa(e, t, r) {
1088
1125
  var n = {};
1089
- return r.isMergeableObject(e) && Zn(e).forEach(function(i) {
1090
- n[i] = Nt(e[i], r);
1091
- }), Zn(t).forEach(function(i) {
1092
- ta(e, i) || (ki(e, i) && r.isMergeableObject(t[i]) ? n[i] = Ko(i, r)(e[i], t[i], r) : n[i] = Nt(t[i], r));
1126
+ return r.isMergeableObject(e) && ti(e).forEach(function(i) {
1127
+ n[i] = Ht(e[i], r);
1128
+ }), ti(t).forEach(function(i) {
1129
+ ha(e, i) || (Gi(e, i) && r.isMergeableObject(t[i]) ? n[i] = ca(i, r)(e[i], t[i], r) : n[i] = Ht(t[i], r));
1093
1130
  }), n;
1094
1131
  }
1095
- function ht(e, t, r) {
1096
- r = r || {}, r.arrayMerge = r.arrayMerge || Yo, r.isMergeableObject = r.isMergeableObject || Vo, r.cloneUnlessOtherwiseSpecified = Nt;
1132
+ function pt(e, t, r) {
1133
+ r = r || {}, r.arrayMerge = r.arrayMerge || ua, r.isMergeableObject = r.isMergeableObject || ra, r.cloneUnlessOtherwiseSpecified = Ht;
1097
1134
  var n = Array.isArray(t), i = Array.isArray(e), o = n === i;
1098
- return o ? n ? r.arrayMerge(e, t, r) : ra(e, t, r) : Nt(t, r);
1135
+ return o ? n ? r.arrayMerge(e, t, r) : pa(e, t, r) : Ht(t, r);
1099
1136
  }
1100
- ht.all = function(t, r) {
1137
+ pt.all = function(t, r) {
1101
1138
  if (!Array.isArray(t))
1102
1139
  throw new Error("first argument should be an array");
1103
1140
  return t.reduce(function(n, i) {
1104
- return ht(n, i, r);
1141
+ return pt(n, i, r);
1105
1142
  }, {});
1106
1143
  };
1107
- var na = ht, ia = na;
1108
- const oa = /* @__PURE__ */ Qo(ia);
1109
- function Qr(e, t) {
1110
- var r = t && t.cache ? t.cache : ha, n = t && t.serializer ? t.serializer : ca, i = t && t.strategy ? t.strategy : sa;
1144
+ var da = pt, ma = da;
1145
+ const ya = /* @__PURE__ */ ta(ma);
1146
+ function Wr(e, t) {
1147
+ var r = t && t.cache ? t.cache : Sa, n = t && t.serializer ? t.serializer : _a, i = t && t.strategy ? t.strategy : ga;
1111
1148
  return i(e, {
1112
1149
  cache: r,
1113
1150
  serializer: n
1114
1151
  });
1115
1152
  }
1116
- function aa(e) {
1153
+ function ba(e) {
1117
1154
  return e == null || typeof e == "number" || typeof e == "boolean";
1118
1155
  }
1119
- function Li(e, t, r, n) {
1120
- var i = aa(n) ? n : r(n), o = t.get(i);
1121
- return typeof o > "u" && (o = e.call(this, n), t.set(i, o)), o;
1156
+ function zi(e, t, r, n) {
1157
+ var i = ba(n) ? n : r(n), o = t.get(i);
1158
+ return typeof o == "undefined" && (o = e.call(this, n), t.set(i, o)), o;
1122
1159
  }
1123
- function Fi(e, t, r) {
1160
+ function Qi(e, t, r) {
1124
1161
  var n = Array.prototype.slice.call(arguments, 3), i = r(n), o = t.get(i);
1125
- return typeof o > "u" && (o = e.apply(this, n), t.set(i, o)), o;
1162
+ return typeof o == "undefined" && (o = e.apply(this, n), t.set(i, o)), o;
1126
1163
  }
1127
- function hn(e, t, r, n, i) {
1164
+ function mn(e, t, r, n, i) {
1128
1165
  return r.bind(t, e, n, i);
1129
1166
  }
1130
- function sa(e, t) {
1131
- var r = e.length === 1 ? Li : Fi;
1132
- return hn(e, this, r, t.cache.create(), t.serializer);
1167
+ function ga(e, t) {
1168
+ var r = e.length === 1 ? zi : Qi;
1169
+ return mn(e, this, r, t.cache.create(), t.serializer);
1133
1170
  }
1134
- function la(e, t) {
1135
- return hn(e, this, Fi, t.cache.create(), t.serializer);
1171
+ function va(e, t) {
1172
+ return mn(e, this, Qi, t.cache.create(), t.serializer);
1136
1173
  }
1137
- function ua(e, t) {
1138
- return hn(e, this, Li, t.cache.create(), t.serializer);
1174
+ function Ea(e, t) {
1175
+ return mn(e, this, zi, t.cache.create(), t.serializer);
1139
1176
  }
1140
- var ca = function() {
1177
+ var _a = function() {
1141
1178
  return JSON.stringify(arguments);
1142
- }, fa = (
1179
+ }, Pa = (
1143
1180
  /** @class */
1144
1181
  function() {
1145
1182
  function e() {
@@ -1151,62 +1188,62 @@ var ca = function() {
1151
1188
  this.cache[t] = r;
1152
1189
  }, e;
1153
1190
  }()
1154
- ), ha = {
1191
+ ), Sa = {
1155
1192
  create: function() {
1156
- return new fa();
1193
+ return new Pa();
1157
1194
  }
1158
- }, Vr = {
1159
- variadic: la,
1160
- monadic: ua
1195
+ }, Xr = {
1196
+ variadic: va,
1197
+ monadic: Ea
1161
1198
  }, x;
1162
1199
  (function(e) {
1163
1200
  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";
1164
1201
  })(x || (x = {}));
1165
- var H;
1202
+ var M;
1166
1203
  (function(e) {
1167
1204
  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";
1168
- })(H || (H = {}));
1169
- var pt;
1205
+ })(M || (M = {}));
1206
+ var dt;
1170
1207
  (function(e) {
1171
1208
  e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
1172
- })(pt || (pt = {}));
1173
- function Jn(e) {
1174
- return e.type === H.literal;
1209
+ })(dt || (dt = {}));
1210
+ function ri(e) {
1211
+ return e.type === M.literal;
1175
1212
  }
1176
- function pa(e) {
1177
- return e.type === H.argument;
1213
+ function wa(e) {
1214
+ return e.type === M.argument;
1178
1215
  }
1179
- function Ri(e) {
1180
- return e.type === H.number;
1216
+ function Vi(e) {
1217
+ return e.type === M.number;
1181
1218
  }
1182
- function Ui(e) {
1183
- return e.type === H.date;
1219
+ function $i(e) {
1220
+ return e.type === M.date;
1184
1221
  }
1185
- function ji(e) {
1186
- return e.type === H.time;
1222
+ function Wi(e) {
1223
+ return e.type === M.time;
1187
1224
  }
1188
- function Gi(e) {
1189
- return e.type === H.select;
1225
+ function Xi(e) {
1226
+ return e.type === M.select;
1190
1227
  }
1191
- function zi(e) {
1192
- return e.type === H.plural;
1228
+ function Zi(e) {
1229
+ return e.type === M.plural;
1193
1230
  }
1194
- function da(e) {
1195
- return e.type === H.pound;
1231
+ function xa(e) {
1232
+ return e.type === M.pound;
1196
1233
  }
1197
- function Qi(e) {
1198
- return e.type === H.tag;
1234
+ function Ji(e) {
1235
+ return e.type === M.tag;
1199
1236
  }
1200
- function Vi(e) {
1201
- return !!(e && typeof e == "object" && e.type === pt.number);
1237
+ function qi(e) {
1238
+ return !!(e && typeof e == "object" && e.type === dt.number);
1202
1239
  }
1203
- function rn(e) {
1204
- return !!(e && typeof e == "object" && e.type === pt.dateTime);
1240
+ function an(e) {
1241
+ return !!(e && typeof e == "object" && e.type === dt.dateTime);
1205
1242
  }
1206
- var $i = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, ma = /(?:[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;
1207
- function ya(e) {
1243
+ var Yi = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, Ca = /(?:[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;
1244
+ function Aa(e) {
1208
1245
  var t = {};
1209
- return e.replace(ma, function(r) {
1246
+ return e.replace(Ca, function(r) {
1210
1247
  var n = r.length;
1211
1248
  switch (r[0]) {
1212
1249
  case "G":
@@ -1295,11 +1332,11 @@ function ya(e) {
1295
1332
  return "";
1296
1333
  }), t;
1297
1334
  }
1298
- var ba = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
1299
- function ga(e) {
1335
+ var Ba = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
1336
+ function Ia(e) {
1300
1337
  if (e.length === 0)
1301
1338
  throw new Error("Number skeleton cannot be empty");
1302
- for (var t = e.split(ba).filter(function(p) {
1339
+ for (var t = e.split(Ba).filter(function(p) {
1303
1340
  return p.length > 0;
1304
1341
  }), r = [], n = 0, i = t; n < i.length; n++) {
1305
1342
  var o = i[n], a = o.split("/");
@@ -1314,17 +1351,17 @@ function ga(e) {
1314
1351
  }
1315
1352
  return r;
1316
1353
  }
1317
- function va(e) {
1354
+ function Ta(e) {
1318
1355
  return e.replace(/^(.*?)-/, "");
1319
1356
  }
1320
- var qn = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Wi = /^(@+)?(\+|#+)?[rs]?$/g, _a = /(\*)(0+)|(#+)(0+)|(0+)/g, Xi = /^(0+)$/;
1321
- function Yn(e) {
1357
+ var ni = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Ki = /^(@+)?(\+|#+)?[rs]?$/g, Na = /(\*)(0+)|(#+)(0+)|(0+)/g, eo = /^(0+)$/;
1358
+ function ii(e) {
1322
1359
  var t = {};
1323
- return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Wi, function(r, n, i) {
1360
+ return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Ki, function(r, n, i) {
1324
1361
  return typeof i != "string" ? (t.minimumSignificantDigits = n.length, t.maximumSignificantDigits = n.length) : i === "+" ? t.minimumSignificantDigits = n.length : n[0] === "#" ? t.maximumSignificantDigits = n.length : (t.minimumSignificantDigits = n.length, t.maximumSignificantDigits = n.length + (typeof i == "string" ? i.length : 0)), "";
1325
1362
  }), t;
1326
1363
  }
1327
- function Zi(e) {
1364
+ function to(e) {
1328
1365
  switch (e) {
1329
1366
  case "sign-auto":
1330
1367
  return {
@@ -1364,7 +1401,7 @@ function Zi(e) {
1364
1401
  };
1365
1402
  }
1366
1403
  }
1367
- function Ea(e) {
1404
+ function Ha(e) {
1368
1405
  var t;
1369
1406
  if (e[0] === "E" && e[1] === "E" ? (t = {
1370
1407
  notation: "engineering"
@@ -1372,17 +1409,17 @@ function Ea(e) {
1372
1409
  notation: "scientific"
1373
1410
  }, e = e.slice(1)), t) {
1374
1411
  var r = e.slice(0, 2);
1375
- if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !Xi.test(e))
1412
+ if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !eo.test(e))
1376
1413
  throw new Error("Malformed concise eng/scientific notation");
1377
1414
  t.minimumIntegerDigits = e.length;
1378
1415
  }
1379
1416
  return t;
1380
1417
  }
1381
- function Kn(e) {
1382
- var t = {}, r = Zi(e);
1418
+ function oi(e) {
1419
+ var t = {}, r = to(e);
1383
1420
  return r || t;
1384
1421
  }
1385
- function Pa(e) {
1422
+ function Ma(e) {
1386
1423
  for (var t = {}, r = 0, n = e; r < n.length; r++) {
1387
1424
  var i = n[r];
1388
1425
  switch (i.stem) {
@@ -1406,7 +1443,7 @@ function Pa(e) {
1406
1443
  continue;
1407
1444
  case "measure-unit":
1408
1445
  case "unit":
1409
- t.style = "unit", t.unit = va(i.options[0]);
1446
+ t.style = "unit", t.unit = Ta(i.options[0]);
1410
1447
  continue;
1411
1448
  case "compact-short":
1412
1449
  case "K":
@@ -1418,12 +1455,12 @@ function Pa(e) {
1418
1455
  continue;
1419
1456
  case "scientific":
1420
1457
  t = I(I(I({}, t), { notation: "scientific" }), i.options.reduce(function(c, u) {
1421
- return I(I({}, c), Kn(u));
1458
+ return I(I({}, c), oi(u));
1422
1459
  }, {}));
1423
1460
  continue;
1424
1461
  case "engineering":
1425
1462
  t = I(I(I({}, t), { notation: "engineering" }), i.options.reduce(function(c, u) {
1426
- return I(I({}, c), Kn(u));
1463
+ return I(I({}, c), oi(u));
1427
1464
  }, {}));
1428
1465
  continue;
1429
1466
  case "notation-simple":
@@ -1468,45 +1505,45 @@ function Pa(e) {
1468
1505
  case "integer-width":
1469
1506
  if (i.options.length > 1)
1470
1507
  throw new RangeError("integer-width stems only accept a single optional option");
1471
- i.options[0].replace(_a, function(c, u, h, d, p, E) {
1508
+ i.options[0].replace(Na, function(c, u, h, d, p, _) {
1472
1509
  if (u)
1473
1510
  t.minimumIntegerDigits = h.length;
1474
1511
  else {
1475
1512
  if (d && p)
1476
1513
  throw new Error("We currently do not support maximum integer digits");
1477
- if (E)
1514
+ if (_)
1478
1515
  throw new Error("We currently do not support exact integer digits");
1479
1516
  }
1480
1517
  return "";
1481
1518
  });
1482
1519
  continue;
1483
1520
  }
1484
- if (Xi.test(i.stem)) {
1521
+ if (eo.test(i.stem)) {
1485
1522
  t.minimumIntegerDigits = i.stem.length;
1486
1523
  continue;
1487
1524
  }
1488
- if (qn.test(i.stem)) {
1525
+ if (ni.test(i.stem)) {
1489
1526
  if (i.options.length > 1)
1490
1527
  throw new RangeError("Fraction-precision stems only accept a single optional option");
1491
- i.stem.replace(qn, function(c, u, h, d, p, E) {
1492
- return h === "*" ? t.minimumFractionDigits = u.length : d && d[0] === "#" ? t.maximumFractionDigits = d.length : p && E ? (t.minimumFractionDigits = p.length, t.maximumFractionDigits = p.length + E.length) : (t.minimumFractionDigits = u.length, t.maximumFractionDigits = u.length), "";
1528
+ i.stem.replace(ni, function(c, u, h, d, p, _) {
1529
+ return h === "*" ? t.minimumFractionDigits = u.length : d && d[0] === "#" ? t.maximumFractionDigits = d.length : p && _ ? (t.minimumFractionDigits = p.length, t.maximumFractionDigits = p.length + _.length) : (t.minimumFractionDigits = u.length, t.maximumFractionDigits = u.length), "";
1493
1530
  });
1494
1531
  var o = i.options[0];
1495
- o === "w" ? t = I(I({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = I(I({}, t), Yn(o)));
1532
+ o === "w" ? t = I(I({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = I(I({}, t), ii(o)));
1496
1533
  continue;
1497
1534
  }
1498
- if (Wi.test(i.stem)) {
1499
- t = I(I({}, t), Yn(i.stem));
1535
+ if (Ki.test(i.stem)) {
1536
+ t = I(I({}, t), ii(i.stem));
1500
1537
  continue;
1501
1538
  }
1502
- var a = Zi(i.stem);
1539
+ var a = to(i.stem);
1503
1540
  a && (t = I(I({}, t), a));
1504
- var l = Ea(i.stem);
1541
+ var l = Ha(i.stem);
1505
1542
  l && (t = I(I({}, t), l));
1506
1543
  }
1507
1544
  return t;
1508
1545
  }
1509
- var pr = {
1546
+ var mr = {
1510
1547
  "001": [
1511
1548
  "H",
1512
1549
  "h"
@@ -2921,13 +2958,13 @@ var pr = {
2921
2958
  "h"
2922
2959
  ]
2923
2960
  };
2924
- function Sa(e, t) {
2961
+ function Oa(e, t) {
2925
2962
  for (var r = "", n = 0; n < e.length; n++) {
2926
2963
  var i = e.charAt(n);
2927
2964
  if (i === "j") {
2928
2965
  for (var o = 0; n + 1 < e.length && e.charAt(n + 1) === i; )
2929
2966
  o++, n++;
2930
- var a = 1 + (o & 1), l = o < 2 ? 1 : 3 + (o >> 1), c = "a", u = wa(t);
2967
+ var a = 1 + (o & 1), l = o < 2 ? 1 : 3 + (o >> 1), c = "a", u = Da(t);
2931
2968
  for ((u == "H" || u == "k") && (l = 0); l-- > 0; )
2932
2969
  r += c;
2933
2970
  for (; a-- > 0; )
@@ -2936,7 +2973,7 @@ function Sa(e, t) {
2936
2973
  }
2937
2974
  return r;
2938
2975
  }
2939
- function wa(e) {
2976
+ function Da(e) {
2940
2977
  var t = e.hourCycle;
2941
2978
  if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
2942
2979
  e.hourCycles && // @ts-ignore
@@ -2955,23 +2992,23 @@ function wa(e) {
2955
2992
  }
2956
2993
  var r = e.language, n;
2957
2994
  r !== "root" && (n = e.maximize().region);
2958
- var i = pr[n || ""] || pr[r || ""] || pr["".concat(r, "-001")] || pr["001"];
2995
+ var i = mr[n || ""] || mr[r || ""] || mr["".concat(r, "-001")] || mr["001"];
2959
2996
  return i[0];
2960
2997
  }
2961
- var $r, xa = new RegExp("^".concat($i.source, "*")), Ca = new RegExp("".concat($i.source, "*$"));
2998
+ var Zr, ka = new RegExp("^".concat(Yi.source, "*")), La = new RegExp("".concat(Yi.source, "*$"));
2962
2999
  function A(e, t) {
2963
3000
  return { start: e, end: t };
2964
3001
  }
2965
- var Aa = !!String.prototype.startsWith && "_a".startsWith("a", 1), Ba = !!String.fromCodePoint, Ia = !!Object.fromEntries, Ta = !!String.prototype.codePointAt, Na = !!String.prototype.trimStart, Ha = !!String.prototype.trimEnd, Ma = !!Number.isSafeInteger, Oa = Ma ? Number.isSafeInteger : function(e) {
3002
+ var Fa = !!String.prototype.startsWith && "_a".startsWith("a", 1), Ra = !!String.fromCodePoint, Ua = !!Object.fromEntries, ja = !!String.prototype.codePointAt, Ga = !!String.prototype.trimStart, za = !!String.prototype.trimEnd, Qa = !!Number.isSafeInteger, Va = Qa ? Number.isSafeInteger : function(e) {
2966
3003
  return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
2967
- }, nn = !0;
3004
+ }, sn = !0;
2968
3005
  try {
2969
- var Da = qi("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2970
- nn = (($r = Da.exec("a")) === null || $r === void 0 ? void 0 : $r[0]) === "a";
2971
- } catch {
2972
- nn = !1;
3006
+ var $a = no("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3007
+ sn = ((Zr = $a.exec("a")) === null || Zr === void 0 ? void 0 : Zr[0]) === "a";
3008
+ } catch (e) {
3009
+ sn = !1;
2973
3010
  }
2974
- var ei = Aa ? (
3011
+ var ai = Fa ? (
2975
3012
  // Native
2976
3013
  function(t, r, n) {
2977
3014
  return t.startsWith(r, n);
@@ -2981,7 +3018,7 @@ var ei = Aa ? (
2981
3018
  function(t, r, n) {
2982
3019
  return t.slice(n, n + r.length) === r;
2983
3020
  }
2984
- ), on = Ba ? String.fromCodePoint : (
3021
+ ), ln = Ra ? String.fromCodePoint : (
2985
3022
  // IE11
2986
3023
  function() {
2987
3024
  for (var t = [], r = 0; r < arguments.length; r++)
@@ -2993,9 +3030,9 @@ var ei = Aa ? (
2993
3030
  }
2994
3031
  return n;
2995
3032
  }
2996
- ), ti = (
3033
+ ), si = (
2997
3034
  // native
2998
- Ia ? Object.fromEntries : (
3035
+ Ua ? Object.fromEntries : (
2999
3036
  // Ponyfill
3000
3037
  function(t) {
3001
3038
  for (var r = {}, n = 0, i = t; n < i.length; n++) {
@@ -3005,7 +3042,7 @@ var ei = Aa ? (
3005
3042
  return r;
3006
3043
  }
3007
3044
  )
3008
- ), Ji = Ta ? (
3045
+ ), ro = ja ? (
3009
3046
  // Native
3010
3047
  function(t, r) {
3011
3048
  return t.codePointAt(r);
@@ -3019,7 +3056,7 @@ var ei = Aa ? (
3019
3056
  return i < 55296 || i > 56319 || r + 1 === n || (o = t.charCodeAt(r + 1)) < 56320 || o > 57343 ? i : (i - 55296 << 10) + (o - 56320) + 65536;
3020
3057
  }
3021
3058
  }
3022
- ), ka = Na ? (
3059
+ ), Wa = Ga ? (
3023
3060
  // Native
3024
3061
  function(t) {
3025
3062
  return t.trimStart();
@@ -3027,9 +3064,9 @@ var ei = Aa ? (
3027
3064
  ) : (
3028
3065
  // Ponyfill
3029
3066
  function(t) {
3030
- return t.replace(xa, "");
3067
+ return t.replace(ka, "");
3031
3068
  }
3032
- ), La = Ha ? (
3069
+ ), Xa = za ? (
3033
3070
  // Native
3034
3071
  function(t) {
3035
3072
  return t.trimEnd();
@@ -3037,32 +3074,32 @@ var ei = Aa ? (
3037
3074
  ) : (
3038
3075
  // Ponyfill
3039
3076
  function(t) {
3040
- return t.replace(Ca, "");
3077
+ return t.replace(La, "");
3041
3078
  }
3042
3079
  );
3043
- function qi(e, t) {
3080
+ function no(e, t) {
3044
3081
  return new RegExp(e, t);
3045
3082
  }
3046
- var an;
3047
- if (nn) {
3048
- var ri = qi("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3049
- an = function(t, r) {
3083
+ var un;
3084
+ if (sn) {
3085
+ var li = no("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3086
+ un = function(t, r) {
3050
3087
  var n;
3051
- ri.lastIndex = r;
3052
- var i = ri.exec(t);
3088
+ li.lastIndex = r;
3089
+ var i = li.exec(t);
3053
3090
  return (n = i[1]) !== null && n !== void 0 ? n : "";
3054
3091
  };
3055
3092
  } else
3056
- an = function(t, r) {
3093
+ un = function(t, r) {
3057
3094
  for (var n = []; ; ) {
3058
- var i = Ji(t, r);
3059
- if (i === void 0 || Yi(i) || ja(i))
3095
+ var i = ro(t, r);
3096
+ if (i === void 0 || io(i) || Ya(i))
3060
3097
  break;
3061
3098
  n.push(i), r += i >= 65536 ? 2 : 1;
3062
3099
  }
3063
- return on.apply(void 0, n);
3100
+ return ln.apply(void 0, n);
3064
3101
  };
3065
- var Fa = (
3102
+ var Za = (
3066
3103
  /** @class */
3067
3104
  function() {
3068
3105
  function e(t, r) {
@@ -3086,14 +3123,14 @@ var Fa = (
3086
3123
  if (o === 35 && (r === "plural" || r === "selectordinal")) {
3087
3124
  var l = this.clonePosition();
3088
3125
  this.bump(), i.push({
3089
- type: H.pound,
3126
+ type: M.pound,
3090
3127
  location: A(l, this.clonePosition())
3091
3128
  });
3092
3129
  } else if (o === 60 && !this.ignoreTag && this.peek() === 47) {
3093
3130
  if (n)
3094
3131
  break;
3095
3132
  return this.error(x.UNMATCHED_CLOSING_TAG, A(this.clonePosition(), this.clonePosition()));
3096
- } else if (o === 60 && !this.ignoreTag && sn(this.peek() || 0)) {
3133
+ } else if (o === 60 && !this.ignoreTag && cn(this.peek() || 0)) {
3097
3134
  var a = this.parseTag(t, r);
3098
3135
  if (a.err)
3099
3136
  return a;
@@ -3114,7 +3151,7 @@ var Fa = (
3114
3151
  if (this.bumpSpace(), this.bumpIf("/>"))
3115
3152
  return {
3116
3153
  val: {
3117
- type: H.literal,
3154
+ type: M.literal,
3118
3155
  value: "<".concat(i, "/>"),
3119
3156
  location: A(n, this.clonePosition())
3120
3157
  },
@@ -3126,12 +3163,12 @@ var Fa = (
3126
3163
  return o;
3127
3164
  var a = o.val, l = this.clonePosition();
3128
3165
  if (this.bumpIf("</")) {
3129
- if (this.isEOF() || !sn(this.char()))
3166
+ if (this.isEOF() || !cn(this.char()))
3130
3167
  return this.error(x.INVALID_TAG, A(l, this.clonePosition()));
3131
3168
  var c = this.clonePosition(), u = this.parseTagName();
3132
3169
  return i !== u ? this.error(x.UNMATCHED_CLOSING_TAG, A(c, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
3133
3170
  val: {
3134
- type: H.tag,
3171
+ type: M.tag,
3135
3172
  value: i,
3136
3173
  children: a,
3137
3174
  location: A(n, this.clonePosition())
@@ -3144,7 +3181,7 @@ var Fa = (
3144
3181
  return this.error(x.INVALID_TAG, A(n, this.clonePosition()));
3145
3182
  }, e.prototype.parseTagName = function() {
3146
3183
  var t = this.offset();
3147
- for (this.bump(); !this.isEOF() && Ua(this.char()); )
3184
+ for (this.bump(); !this.isEOF() && qa(this.char()); )
3148
3185
  this.bump();
3149
3186
  return this.message.slice(t, this.offset());
3150
3187
  }, e.prototype.parseLiteral = function(t, r) {
@@ -3168,12 +3205,12 @@ var Fa = (
3168
3205
  }
3169
3206
  var c = A(n, this.clonePosition());
3170
3207
  return {
3171
- val: { type: H.literal, value: i, location: c },
3208
+ val: { type: M.literal, value: i, location: c },
3172
3209
  err: null
3173
3210
  };
3174
3211
  }, e.prototype.tryParseLeftAngleBracket = function() {
3175
3212
  return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
3176
- !Ra(this.peek() || 0)) ? (this.bump(), "<") : null;
3213
+ !Ja(this.peek() || 0)) ? (this.bump(), "<") : null;
3177
3214
  }, e.prototype.tryParseQuote = function(t) {
3178
3215
  if (this.isEOF() || this.char() !== 39)
3179
3216
  return null;
@@ -3207,12 +3244,12 @@ var Fa = (
3207
3244
  r.push(n);
3208
3245
  this.bump();
3209
3246
  }
3210
- return on.apply(void 0, r);
3247
+ return ln.apply(void 0, r);
3211
3248
  }, e.prototype.tryParseUnquoted = function(t, r) {
3212
3249
  if (this.isEOF())
3213
3250
  return null;
3214
3251
  var n = this.char();
3215
- return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), on(n));
3252
+ return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), ln(n));
3216
3253
  }, e.prototype.parseArgument = function(t, r) {
3217
3254
  var n = this.clonePosition();
3218
3255
  if (this.bump(), this.bumpSpace(), this.isEOF())
@@ -3228,7 +3265,7 @@ var Fa = (
3228
3265
  case 125:
3229
3266
  return this.bump(), {
3230
3267
  val: {
3231
- type: H.argument,
3268
+ type: M.argument,
3232
3269
  // value does not include the opening and closing braces.
3233
3270
  value: i,
3234
3271
  location: A(n, this.clonePosition())
@@ -3241,7 +3278,7 @@ var Fa = (
3241
3278
  return this.error(x.MALFORMED_ARGUMENT, A(n, this.clonePosition()));
3242
3279
  }
3243
3280
  }, e.prototype.parseIdentifierIfPossible = function() {
3244
- var t = this.clonePosition(), r = this.offset(), n = an(this.message, r), i = r + n.length;
3281
+ var t = this.clonePosition(), r = this.offset(), n = un(this.message, r), i = r + n.length;
3245
3282
  this.bumpTo(i);
3246
3283
  var o = this.clonePosition(), a = A(t, o);
3247
3284
  return { value: n, location: a };
@@ -3260,35 +3297,35 @@ var Fa = (
3260
3297
  var h = this.clonePosition(), d = this.parseSimpleArgStyleIfPossible();
3261
3298
  if (d.err)
3262
3299
  return d;
3263
- var p = La(d.val);
3300
+ var p = Xa(d.val);
3264
3301
  if (p.length === 0)
3265
3302
  return this.error(x.EXPECT_ARGUMENT_STYLE, A(this.clonePosition(), this.clonePosition()));
3266
- var E = A(h, this.clonePosition());
3267
- u = { style: p, styleLocation: E };
3303
+ var _ = A(h, this.clonePosition());
3304
+ u = { style: p, styleLocation: _ };
3268
3305
  }
3269
- var P = this.tryParseArgumentClose(i);
3270
- if (P.err)
3271
- return P;
3306
+ var S = this.tryParseArgumentClose(i);
3307
+ if (S.err)
3308
+ return S;
3272
3309
  var v = A(i, this.clonePosition());
3273
- if (u && ei(u?.style, "::", 0)) {
3274
- var O = ka(u.style.slice(2));
3310
+ if (u && ai(u == null ? void 0 : u.style, "::", 0)) {
3311
+ var O = Wa(u.style.slice(2));
3275
3312
  if (l === "number") {
3276
3313
  var d = this.parseNumberSkeletonFromString(O, u.styleLocation);
3277
3314
  return d.err ? d : {
3278
- val: { type: H.number, value: n, location: v, style: d.val },
3315
+ val: { type: M.number, value: n, location: v, style: d.val },
3279
3316
  err: null
3280
3317
  };
3281
3318
  } else {
3282
3319
  if (O.length === 0)
3283
3320
  return this.error(x.EXPECT_DATE_TIME_SKELETON, v);
3284
3321
  var B = O;
3285
- this.locale && (B = Sa(O, this.locale));
3322
+ this.locale && (B = Oa(O, this.locale));
3286
3323
  var p = {
3287
- type: pt.dateTime,
3324
+ type: dt.dateTime,
3288
3325
  pattern: B,
3289
3326
  location: u.styleLocation,
3290
- parsedOptions: this.shouldParseSkeletons ? ya(B) : {}
3291
- }, k = l === "date" ? H.date : H.time;
3327
+ parsedOptions: this.shouldParseSkeletons ? Aa(B) : {}
3328
+ }, k = l === "date" ? M.date : M.time;
3292
3329
  return {
3293
3330
  val: { type: k, value: n, location: v, style: p },
3294
3331
  err: null
@@ -3297,10 +3334,10 @@ var Fa = (
3297
3334
  }
3298
3335
  return {
3299
3336
  val: {
3300
- type: l === "number" ? H.number : l === "date" ? H.date : H.time,
3337
+ type: l === "number" ? M.number : l === "date" ? M.date : M.time,
3301
3338
  value: n,
3302
3339
  location: v,
3303
- style: (o = u?.style) !== null && o !== void 0 ? o : null
3340
+ style: (o = u == null ? void 0 : u.style) !== null && o !== void 0 ? o : null
3304
3341
  },
3305
3342
  err: null
3306
3343
  };
@@ -3312,39 +3349,39 @@ var Fa = (
3312
3349
  if (this.bumpSpace(), !this.bumpIf(","))
3313
3350
  return this.error(x.EXPECT_SELECT_ARGUMENT_OPTIONS, A(R, I({}, R)));
3314
3351
  this.bumpSpace();
3315
- var le = this.parseIdentifierIfPossible(), y = 0;
3316
- if (l !== "select" && le.value === "offset") {
3352
+ var fe = this.parseIdentifierIfPossible(), y = 0;
3353
+ if (l !== "select" && fe.value === "offset") {
3317
3354
  if (!this.bumpIf(":"))
3318
3355
  return this.error(x.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, A(this.clonePosition(), this.clonePosition()));
3319
3356
  this.bumpSpace();
3320
3357
  var d = this.tryParseDecimalInteger(x.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, x.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
3321
3358
  if (d.err)
3322
3359
  return d;
3323
- this.bumpSpace(), le = this.parseIdentifierIfPossible(), y = d.val;
3360
+ this.bumpSpace(), fe = this.parseIdentifierIfPossible(), y = d.val;
3324
3361
  }
3325
- var C = this.tryParsePluralOrSelectOptions(t, l, r, le);
3362
+ var C = this.tryParsePluralOrSelectOptions(t, l, r, fe);
3326
3363
  if (C.err)
3327
3364
  return C;
3328
- var P = this.tryParseArgumentClose(i);
3329
- if (P.err)
3330
- return P;
3331
- var Pe = A(i, this.clonePosition());
3365
+ var S = this.tryParseArgumentClose(i);
3366
+ if (S.err)
3367
+ return S;
3368
+ var xe = A(i, this.clonePosition());
3332
3369
  return l === "select" ? {
3333
3370
  val: {
3334
- type: H.select,
3371
+ type: M.select,
3335
3372
  value: n,
3336
- options: ti(C.val),
3337
- location: Pe
3373
+ options: si(C.val),
3374
+ location: xe
3338
3375
  },
3339
3376
  err: null
3340
3377
  } : {
3341
3378
  val: {
3342
- type: H.plural,
3379
+ type: M.plural,
3343
3380
  value: n,
3344
- options: ti(C.val),
3381
+ options: si(C.val),
3345
3382
  offset: y,
3346
3383
  pluralType: l === "plural" ? "cardinal" : "ordinal",
3347
- location: Pe
3384
+ location: xe
3348
3385
  },
3349
3386
  err: null
3350
3387
  };
@@ -3392,16 +3429,16 @@ var Fa = (
3392
3429
  }, e.prototype.parseNumberSkeletonFromString = function(t, r) {
3393
3430
  var n = [];
3394
3431
  try {
3395
- n = ga(t);
3396
- } catch {
3432
+ n = Ia(t);
3433
+ } catch (i) {
3397
3434
  return this.error(x.INVALID_NUMBER_SKELETON, r);
3398
3435
  }
3399
3436
  return {
3400
3437
  val: {
3401
- type: pt.number,
3438
+ type: dt.number,
3402
3439
  tokens: n,
3403
3440
  location: r,
3404
- parsedOptions: this.shouldParseSkeletons ? Pa(n) : {}
3441
+ parsedOptions: this.shouldParseSkeletons ? Ma(n) : {}
3405
3442
  },
3406
3443
  err: null
3407
3444
  };
@@ -3420,20 +3457,20 @@ var Fa = (
3420
3457
  if (c.has(u))
3421
3458
  return this.error(r === "select" ? x.DUPLICATE_SELECT_ARGUMENT_SELECTOR : x.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, h);
3422
3459
  u === "other" && (a = !0), this.bumpSpace();
3423
- var E = this.clonePosition();
3460
+ var _ = this.clonePosition();
3424
3461
  if (!this.bumpIf("{"))
3425
3462
  return this.error(r === "select" ? x.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : x.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, A(this.clonePosition(), this.clonePosition()));
3426
- var P = this.parseMessage(t + 1, r, n);
3427
- if (P.err)
3428
- return P;
3429
- var v = this.tryParseArgumentClose(E);
3463
+ var S = this.parseMessage(t + 1, r, n);
3464
+ if (S.err)
3465
+ return S;
3466
+ var v = this.tryParseArgumentClose(_);
3430
3467
  if (v.err)
3431
3468
  return v;
3432
3469
  l.push([
3433
3470
  u,
3434
3471
  {
3435
- value: P.val,
3436
- location: A(E, this.clonePosition())
3472
+ value: S.val,
3473
+ location: A(_, this.clonePosition())
3437
3474
  }
3438
3475
  ]), c.add(u), this.bumpSpace(), o = this.parseIdentifierIfPossible(), u = o.value, h = o.location;
3439
3476
  }
@@ -3449,7 +3486,7 @@ var Fa = (
3449
3486
  break;
3450
3487
  }
3451
3488
  var c = A(i, this.clonePosition());
3452
- return o ? (a *= n, Oa(a) ? { val: a, err: null } : this.error(r, c)) : this.error(t, c);
3489
+ return o ? (a *= n, Va(a) ? { val: a, err: null } : this.error(r, c)) : this.error(t, c);
3453
3490
  }, e.prototype.offset = function() {
3454
3491
  return this.position.offset;
3455
3492
  }, e.prototype.isEOF = function() {
@@ -3464,7 +3501,7 @@ var Fa = (
3464
3501
  var t = this.position.offset;
3465
3502
  if (t >= this.message.length)
3466
3503
  throw Error("out of bound");
3467
- var r = Ji(this.message, t);
3504
+ var r = ro(this.message, t);
3468
3505
  if (r === void 0)
3469
3506
  throw Error("Offset ".concat(t, " is at invalid UTF-16 code unit boundary"));
3470
3507
  return r;
@@ -3483,7 +3520,7 @@ var Fa = (
3483
3520
  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);
3484
3521
  }
3485
3522
  }, e.prototype.bumpIf = function(t) {
3486
- if (ei(this.message, t, this.offset())) {
3523
+ if (ai(this.message, t, this.offset())) {
3487
3524
  for (var r = 0; r < t.length; r++)
3488
3525
  this.bump();
3489
3526
  return !0;
@@ -3505,56 +3542,56 @@ var Fa = (
3505
3542
  break;
3506
3543
  }
3507
3544
  }, e.prototype.bumpSpace = function() {
3508
- for (; !this.isEOF() && Yi(this.char()); )
3545
+ for (; !this.isEOF() && io(this.char()); )
3509
3546
  this.bump();
3510
3547
  }, e.prototype.peek = function() {
3511
3548
  if (this.isEOF())
3512
3549
  return null;
3513
3550
  var t = this.char(), r = this.offset(), n = this.message.charCodeAt(r + (t >= 65536 ? 2 : 1));
3514
- return n ?? null;
3551
+ return n != null ? n : null;
3515
3552
  }, e;
3516
3553
  }()
3517
3554
  );
3518
- function sn(e) {
3555
+ function cn(e) {
3519
3556
  return e >= 97 && e <= 122 || e >= 65 && e <= 90;
3520
3557
  }
3521
- function Ra(e) {
3522
- return sn(e) || e === 47;
3558
+ function Ja(e) {
3559
+ return cn(e) || e === 47;
3523
3560
  }
3524
- function Ua(e) {
3561
+ function qa(e) {
3525
3562
  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;
3526
3563
  }
3527
- function Yi(e) {
3564
+ function io(e) {
3528
3565
  return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
3529
3566
  }
3530
- function ja(e) {
3567
+ function Ya(e) {
3531
3568
  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;
3532
3569
  }
3533
- function ln(e) {
3570
+ function fn(e) {
3534
3571
  e.forEach(function(t) {
3535
- if (delete t.location, Gi(t) || zi(t))
3572
+ if (delete t.location, Xi(t) || Zi(t))
3536
3573
  for (var r in t.options)
3537
- delete t.options[r].location, ln(t.options[r].value);
3538
- else Ri(t) && Vi(t.style) || (Ui(t) || ji(t)) && rn(t.style) ? delete t.style.location : Qi(t) && ln(t.children);
3574
+ delete t.options[r].location, fn(t.options[r].value);
3575
+ else Vi(t) && qi(t.style) || ($i(t) || Wi(t)) && an(t.style) ? delete t.style.location : Ji(t) && fn(t.children);
3539
3576
  });
3540
3577
  }
3541
- function Ga(e, t) {
3578
+ function Ka(e, t) {
3542
3579
  t === void 0 && (t = {}), t = I({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
3543
- var r = new Fa(e, t).parse();
3580
+ var r = new Za(e, t).parse();
3544
3581
  if (r.err) {
3545
3582
  var n = SyntaxError(x[r.err.kind]);
3546
3583
  throw n.location = r.err.location, n.originalMessage = r.err.message, n;
3547
3584
  }
3548
- return t?.captureLocation || ln(r.val), r.val;
3585
+ return t != null && t.captureLocation || fn(r.val), r.val;
3549
3586
  }
3550
- var dt;
3587
+ var mt;
3551
3588
  (function(e) {
3552
3589
  e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
3553
- })(dt || (dt = {}));
3554
- var xr = (
3590
+ })(mt || (mt = {}));
3591
+ var Ar = (
3555
3592
  /** @class */
3556
3593
  function(e) {
3557
- Te(t, e);
3594
+ Me(t, e);
3558
3595
  function t(r, n, i) {
3559
3596
  var o = e.call(this, r) || this;
3560
3597
  return o.code = n, o.originalMessage = i, o;
@@ -3563,155 +3600,155 @@ var xr = (
3563
3600
  return "[formatjs Error: ".concat(this.code, "] ").concat(this.message);
3564
3601
  }, t;
3565
3602
  }(Error)
3566
- ), ni = (
3603
+ ), ui = (
3567
3604
  /** @class */
3568
3605
  function(e) {
3569
- Te(t, e);
3606
+ Me(t, e);
3570
3607
  function t(r, n, i, o) {
3571
- return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'), dt.INVALID_VALUE, o) || this;
3608
+ return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'), mt.INVALID_VALUE, o) || this;
3572
3609
  }
3573
3610
  return t;
3574
- }(xr)
3575
- ), za = (
3611
+ }(Ar)
3612
+ ), es = (
3576
3613
  /** @class */
3577
3614
  function(e) {
3578
- Te(t, e);
3615
+ Me(t, e);
3579
3616
  function t(r, n, i) {
3580
- return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n), dt.INVALID_VALUE, i) || this;
3617
+ return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n), mt.INVALID_VALUE, i) || this;
3581
3618
  }
3582
3619
  return t;
3583
- }(xr)
3584
- ), Qa = (
3620
+ }(Ar)
3621
+ ), ts = (
3585
3622
  /** @class */
3586
3623
  function(e) {
3587
- Te(t, e);
3624
+ Me(t, e);
3588
3625
  function t(r, n) {
3589
- return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'), dt.MISSING_VALUE, n) || this;
3626
+ return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'), mt.MISSING_VALUE, n) || this;
3590
3627
  }
3591
3628
  return t;
3592
- }(xr)
3593
- ), V;
3629
+ }(Ar)
3630
+ ), $;
3594
3631
  (function(e) {
3595
3632
  e[e.literal = 0] = "literal", e[e.object = 1] = "object";
3596
- })(V || (V = {}));
3597
- function Va(e) {
3633
+ })($ || ($ = {}));
3634
+ function rs(e) {
3598
3635
  return e.length < 2 ? e : e.reduce(function(t, r) {
3599
3636
  var n = t[t.length - 1];
3600
- return !n || n.type !== V.literal || r.type !== V.literal ? t.push(r) : n.value += r.value, t;
3637
+ return !n || n.type !== $.literal || r.type !== $.literal ? t.push(r) : n.value += r.value, t;
3601
3638
  }, []);
3602
3639
  }
3603
- function $a(e) {
3640
+ function ns(e) {
3604
3641
  return typeof e == "function";
3605
3642
  }
3606
- function yr(e, t, r, n, i, o, a) {
3607
- if (e.length === 1 && Jn(e[0]))
3643
+ function gr(e, t, r, n, i, o, a) {
3644
+ if (e.length === 1 && ri(e[0]))
3608
3645
  return [
3609
3646
  {
3610
- type: V.literal,
3647
+ type: $.literal,
3611
3648
  value: e[0].value
3612
3649
  }
3613
3650
  ];
3614
3651
  for (var l = [], c = 0, u = e; c < u.length; c++) {
3615
3652
  var h = u[c];
3616
- if (Jn(h)) {
3653
+ if (ri(h)) {
3617
3654
  l.push({
3618
- type: V.literal,
3655
+ type: $.literal,
3619
3656
  value: h.value
3620
3657
  });
3621
3658
  continue;
3622
3659
  }
3623
- if (da(h)) {
3660
+ if (xa(h)) {
3624
3661
  typeof o == "number" && l.push({
3625
- type: V.literal,
3662
+ type: $.literal,
3626
3663
  value: r.getNumberFormat(t).format(o)
3627
3664
  });
3628
3665
  continue;
3629
3666
  }
3630
3667
  var d = h.value;
3631
3668
  if (!(i && d in i))
3632
- throw new Qa(d, a);
3669
+ throw new ts(d, a);
3633
3670
  var p = i[d];
3634
- if (pa(h)) {
3671
+ if (wa(h)) {
3635
3672
  (!p || typeof p == "string" || typeof p == "number") && (p = typeof p == "string" || typeof p == "number" ? String(p) : ""), l.push({
3636
- type: typeof p == "string" ? V.literal : V.object,
3673
+ type: typeof p == "string" ? $.literal : $.object,
3637
3674
  value: p
3638
3675
  });
3639
3676
  continue;
3640
3677
  }
3641
- if (Ui(h)) {
3642
- var E = typeof h.style == "string" ? n.date[h.style] : rn(h.style) ? h.style.parsedOptions : void 0;
3678
+ if ($i(h)) {
3679
+ var _ = typeof h.style == "string" ? n.date[h.style] : an(h.style) ? h.style.parsedOptions : void 0;
3643
3680
  l.push({
3644
- type: V.literal,
3645
- value: r.getDateTimeFormat(t, E).format(p)
3681
+ type: $.literal,
3682
+ value: r.getDateTimeFormat(t, _).format(p)
3646
3683
  });
3647
3684
  continue;
3648
3685
  }
3649
- if (ji(h)) {
3650
- var E = typeof h.style == "string" ? n.time[h.style] : rn(h.style) ? h.style.parsedOptions : n.time.medium;
3686
+ if (Wi(h)) {
3687
+ var _ = typeof h.style == "string" ? n.time[h.style] : an(h.style) ? h.style.parsedOptions : n.time.medium;
3651
3688
  l.push({
3652
- type: V.literal,
3653
- value: r.getDateTimeFormat(t, E).format(p)
3689
+ type: $.literal,
3690
+ value: r.getDateTimeFormat(t, _).format(p)
3654
3691
  });
3655
3692
  continue;
3656
3693
  }
3657
- if (Ri(h)) {
3658
- var E = typeof h.style == "string" ? n.number[h.style] : Vi(h.style) ? h.style.parsedOptions : void 0;
3659
- E && E.scale && (p = p * (E.scale || 1)), l.push({
3660
- type: V.literal,
3661
- value: r.getNumberFormat(t, E).format(p)
3694
+ if (Vi(h)) {
3695
+ var _ = typeof h.style == "string" ? n.number[h.style] : qi(h.style) ? h.style.parsedOptions : void 0;
3696
+ _ && _.scale && (p = p * (_.scale || 1)), l.push({
3697
+ type: $.literal,
3698
+ value: r.getNumberFormat(t, _).format(p)
3662
3699
  });
3663
3700
  continue;
3664
3701
  }
3665
- if (Qi(h)) {
3666
- var P = h.children, v = h.value, O = i[v];
3667
- if (!$a(O))
3668
- throw new za(v, "function", a);
3669
- var B = yr(P, t, r, n, i, o), k = O(B.map(function(y) {
3702
+ if (Ji(h)) {
3703
+ var S = h.children, v = h.value, O = i[v];
3704
+ if (!ns(O))
3705
+ throw new es(v, "function", a);
3706
+ var B = gr(S, t, r, n, i, o), k = O(B.map(function(y) {
3670
3707
  return y.value;
3671
3708
  }));
3672
3709
  Array.isArray(k) || (k = [k]), l.push.apply(l, k.map(function(y) {
3673
3710
  return {
3674
- type: typeof y == "string" ? V.literal : V.object,
3711
+ type: typeof y == "string" ? $.literal : $.object,
3675
3712
  value: y
3676
3713
  };
3677
3714
  }));
3678
3715
  }
3679
- if (Gi(h)) {
3716
+ if (Xi(h)) {
3680
3717
  var R = h.options[p] || h.options.other;
3681
3718
  if (!R)
3682
- throw new ni(h.value, p, Object.keys(h.options), a);
3683
- l.push.apply(l, yr(R.value, t, r, n, i));
3719
+ throw new ui(h.value, p, Object.keys(h.options), a);
3720
+ l.push.apply(l, gr(R.value, t, r, n, i));
3684
3721
  continue;
3685
3722
  }
3686
- if (zi(h)) {
3723
+ if (Zi(h)) {
3687
3724
  var R = h.options["=".concat(p)];
3688
3725
  if (!R) {
3689
3726
  if (!Intl.PluralRules)
3690
- throw new xr(`Intl.PluralRules is not available in this environment.
3727
+ throw new Ar(`Intl.PluralRules is not available in this environment.
3691
3728
  Try polyfilling it using "@formatjs/intl-pluralrules"
3692
- `, dt.MISSING_INTL_API, a);
3693
- var le = r.getPluralRules(t, { type: h.pluralType }).select(p - (h.offset || 0));
3694
- R = h.options[le] || h.options.other;
3729
+ `, mt.MISSING_INTL_API, a);
3730
+ var fe = r.getPluralRules(t, { type: h.pluralType }).select(p - (h.offset || 0));
3731
+ R = h.options[fe] || h.options.other;
3695
3732
  }
3696
3733
  if (!R)
3697
- throw new ni(h.value, p, Object.keys(h.options), a);
3698
- l.push.apply(l, yr(R.value, t, r, n, i, p - (h.offset || 0)));
3734
+ throw new ui(h.value, p, Object.keys(h.options), a);
3735
+ l.push.apply(l, gr(R.value, t, r, n, i, p - (h.offset || 0)));
3699
3736
  continue;
3700
3737
  }
3701
3738
  }
3702
- return Va(l);
3739
+ return rs(l);
3703
3740
  }
3704
- function Wa(e, t) {
3741
+ function is(e, t) {
3705
3742
  return t ? I(I(I({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
3706
3743
  return r[n] = I(I({}, e[n]), t[n] || {}), r;
3707
3744
  }, {})) : e;
3708
3745
  }
3709
- function Xa(e, t) {
3746
+ function os(e, t) {
3710
3747
  return t ? Object.keys(e).reduce(function(r, n) {
3711
- return r[n] = Wa(e[n], t[n]), r;
3748
+ return r[n] = is(e[n], t[n]), r;
3712
3749
  }, I({}, e)) : e;
3713
3750
  }
3714
- function Wr(e) {
3751
+ function Jr(e) {
3715
3752
  return {
3716
3753
  create: function() {
3717
3754
  return {
@@ -3725,39 +3762,39 @@ function Wr(e) {
3725
3762
  }
3726
3763
  };
3727
3764
  }
3728
- function Za(e) {
3765
+ function as(e) {
3729
3766
  return e === void 0 && (e = {
3730
3767
  number: {},
3731
3768
  dateTime: {},
3732
3769
  pluralRules: {}
3733
3770
  }), {
3734
- getNumberFormat: Qr(function() {
3771
+ getNumberFormat: Wr(function() {
3735
3772
  for (var t, r = [], n = 0; n < arguments.length; n++)
3736
3773
  r[n] = arguments[n];
3737
- return new ((t = Intl.NumberFormat).bind.apply(t, ft([void 0], r, !1)))();
3774
+ return new ((t = Intl.NumberFormat).bind.apply(t, ht([void 0], r, !1)))();
3738
3775
  }, {
3739
- cache: Wr(e.number),
3740
- strategy: Vr.variadic
3776
+ cache: Jr(e.number),
3777
+ strategy: Xr.variadic
3741
3778
  }),
3742
- getDateTimeFormat: Qr(function() {
3779
+ getDateTimeFormat: Wr(function() {
3743
3780
  for (var t, r = [], n = 0; n < arguments.length; n++)
3744
3781
  r[n] = arguments[n];
3745
- return new ((t = Intl.DateTimeFormat).bind.apply(t, ft([void 0], r, !1)))();
3782
+ return new ((t = Intl.DateTimeFormat).bind.apply(t, ht([void 0], r, !1)))();
3746
3783
  }, {
3747
- cache: Wr(e.dateTime),
3748
- strategy: Vr.variadic
3784
+ cache: Jr(e.dateTime),
3785
+ strategy: Xr.variadic
3749
3786
  }),
3750
- getPluralRules: Qr(function() {
3787
+ getPluralRules: Wr(function() {
3751
3788
  for (var t, r = [], n = 0; n < arguments.length; n++)
3752
3789
  r[n] = arguments[n];
3753
- return new ((t = Intl.PluralRules).bind.apply(t, ft([void 0], r, !1)))();
3790
+ return new ((t = Intl.PluralRules).bind.apply(t, ht([void 0], r, !1)))();
3754
3791
  }, {
3755
- cache: Wr(e.pluralRules),
3756
- strategy: Vr.variadic
3792
+ cache: Jr(e.pluralRules),
3793
+ strategy: Xr.variadic
3757
3794
  })
3758
3795
  };
3759
3796
  }
3760
- var Ja = (
3797
+ var ss = (
3761
3798
  /** @class */
3762
3799
  function() {
3763
3800
  function e(t, r, n, i) {
@@ -3772,11 +3809,11 @@ var Ja = (
3772
3809
  if (u.length === 1)
3773
3810
  return u[0].value;
3774
3811
  var h = u.reduce(function(d, p) {
3775
- return !d.length || p.type !== V.literal || typeof d[d.length - 1] != "string" ? d.push(p.value) : d[d.length - 1] += p.value, d;
3812
+ return !d.length || p.type !== $.literal || typeof d[d.length - 1] != "string" ? d.push(p.value) : d[d.length - 1] += p.value, d;
3776
3813
  }, []);
3777
3814
  return h.length <= 1 ? h[0] || "" : h;
3778
3815
  }, this.formatToParts = function(c) {
3779
- return yr(o.ast, o.locales, o.formatters, o.formats, c, void 0, o.message);
3816
+ return gr(o.ast, o.locales, o.formatters, o.formats, c, void 0, o.message);
3780
3817
  }, this.resolvedOptions = function() {
3781
3818
  var c;
3782
3819
  return {
@@ -3789,13 +3826,13 @@ var Ja = (
3789
3826
  throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
3790
3827
  var a = i || {};
3791
3828
  a.formatters;
3792
- var l = Bo(a, ["formatters"]);
3829
+ var l = Ro(a, ["formatters"]);
3793
3830
  this.ast = e.__parse(t, I(I({}, l), { locale: this.resolvedLocale }));
3794
3831
  } else
3795
3832
  this.ast = t;
3796
3833
  if (!Array.isArray(this.ast))
3797
3834
  throw new TypeError("A message must be provided as a String or AST.");
3798
- this.formats = Xa(e.formats, n), this.formatters = i && i.formatters || Za(this.formatterCache);
3835
+ this.formats = os(e.formats, n), this.formatters = i && i.formatters || as(this.formatterCache);
3799
3836
  }
3800
3837
  return Object.defineProperty(e, "defaultLocale", {
3801
3838
  get: function() {
@@ -3804,11 +3841,11 @@ var Ja = (
3804
3841
  enumerable: !1,
3805
3842
  configurable: !0
3806
3843
  }), e.memoizedDefaultLocale = null, e.resolveLocale = function(t) {
3807
- if (!(typeof Intl.Locale > "u")) {
3844
+ if (typeof Intl.Locale != "undefined") {
3808
3845
  var r = Intl.NumberFormat.supportedLocalesOf(t);
3809
3846
  return r.length > 0 ? new Intl.Locale(r[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
3810
3847
  }
3811
- }, e.__parse = Ga, e.formats = {
3848
+ }, e.__parse = Ka, e.formats = {
3812
3849
  number: {
3813
3850
  integer: {
3814
3851
  maximumFractionDigits: 0
@@ -3869,7 +3906,7 @@ var Ja = (
3869
3906
  }, e;
3870
3907
  }()
3871
3908
  );
3872
- function qa(e, t) {
3909
+ function ls(e, t) {
3873
3910
  if (t == null)
3874
3911
  return;
3875
3912
  if (t in e)
@@ -3890,92 +3927,92 @@ function qa(e, t) {
3890
3927
  n = void 0;
3891
3928
  return n;
3892
3929
  }
3893
- const Re = {}, Ya = (e, t, r) => r && (t in Re || (Re[t] = {}), e in Re[t] || (Re[t][e] = r), r), Ki = (e, t) => {
3930
+ const Ue = {}, us = (e, t, r) => r && (t in Ue || (Ue[t] = {}), e in Ue[t] || (Ue[t][e] = r), r), oo = (e, t) => {
3894
3931
  if (t == null)
3895
3932
  return;
3896
- if (t in Re && e in Re[t])
3897
- return Re[t][e];
3898
- const r = Cr(t);
3933
+ if (t in Ue && e in Ue[t])
3934
+ return Ue[t][e];
3935
+ const r = Br(t);
3899
3936
  for (let n = 0; n < r.length; n++) {
3900
- const i = r[n], o = es(i, e);
3937
+ const i = r[n], o = fs(i, e);
3901
3938
  if (o)
3902
- return Ya(e, t, o);
3939
+ return us(e, t, o);
3903
3940
  }
3904
3941
  };
3905
- let pn;
3906
- const Mt = wr({});
3907
- function Ka(e) {
3908
- return pn[e] || null;
3942
+ let yn;
3943
+ const Ot = Cr({});
3944
+ function cs(e) {
3945
+ return yn[e] || null;
3909
3946
  }
3910
- function eo(e) {
3911
- return e in pn;
3947
+ function ao(e) {
3948
+ return e in yn;
3912
3949
  }
3913
- function es(e, t) {
3914
- if (!eo(e))
3950
+ function fs(e, t) {
3951
+ if (!ao(e))
3915
3952
  return null;
3916
- const r = Ka(e);
3917
- return qa(r, t);
3953
+ const r = cs(e);
3954
+ return ls(r, t);
3918
3955
  }
3919
- function ts(e) {
3956
+ function hs(e) {
3920
3957
  if (e == null)
3921
3958
  return;
3922
- const t = Cr(e);
3959
+ const t = Br(e);
3923
3960
  for (let r = 0; r < t.length; r++) {
3924
3961
  const n = t[r];
3925
- if (eo(n))
3962
+ if (ao(n))
3926
3963
  return n;
3927
3964
  }
3928
3965
  }
3929
- function to(e, ...t) {
3930
- delete Re[e], Mt.update((r) => (r[e] = oa.all([r[e] || {}, ...t]), r));
3966
+ function so(e, ...t) {
3967
+ delete Ue[e], Ot.update((r) => (r[e] = ya.all([r[e] || {}, ...t]), r));
3931
3968
  }
3932
- yt(
3933
- [Mt],
3969
+ bt(
3970
+ [Ot],
3934
3971
  ([e]) => Object.keys(e)
3935
3972
  );
3936
- Mt.subscribe((e) => pn = e);
3937
- const br = {};
3938
- function rs(e, t) {
3939
- br[e].delete(t), br[e].size === 0 && delete br[e];
3973
+ Ot.subscribe((e) => yn = e);
3974
+ const vr = {};
3975
+ function ps(e, t) {
3976
+ vr[e].delete(t), vr[e].size === 0 && delete vr[e];
3940
3977
  }
3941
- function ro(e) {
3942
- return br[e];
3978
+ function lo(e) {
3979
+ return vr[e];
3943
3980
  }
3944
- function ns(e) {
3945
- return Cr(e).map((t) => {
3946
- const r = ro(t);
3981
+ function ds(e) {
3982
+ return Br(e).map((t) => {
3983
+ const r = lo(t);
3947
3984
  return [t, r ? [...r] : []];
3948
3985
  }).filter(([, t]) => t.length > 0);
3949
3986
  }
3950
- function un(e) {
3951
- return e == null ? !1 : Cr(e).some(
3987
+ function hn(e) {
3988
+ return e == null ? !1 : Br(e).some(
3952
3989
  (t) => {
3953
3990
  var r;
3954
- return (r = ro(t)) == null ? void 0 : r.size;
3991
+ return (r = lo(t)) == null ? void 0 : r.size;
3955
3992
  }
3956
3993
  );
3957
3994
  }
3958
- function is(e, t) {
3995
+ function ms(e, t) {
3959
3996
  return Promise.all(
3960
- t.map((n) => (rs(e, n), n().then((i) => i.default || i)))
3961
- ).then((n) => to(e, ...n));
3962
- }
3963
- const It = {};
3964
- function no(e) {
3965
- if (!un(e))
3966
- return e in It ? It[e] : Promise.resolve();
3967
- const t = ns(e);
3968
- return It[e] = Promise.all(
3997
+ t.map((n) => (ps(e, n), n().then((i) => i.default || i)))
3998
+ ).then((n) => so(e, ...n));
3999
+ }
4000
+ const Tt = {};
4001
+ function uo(e) {
4002
+ if (!hn(e))
4003
+ return e in Tt ? Tt[e] : Promise.resolve();
4004
+ const t = ds(e);
4005
+ return Tt[e] = Promise.all(
3969
4006
  t.map(
3970
- ([r, n]) => is(r, n)
4007
+ ([r, n]) => ms(r, n)
3971
4008
  )
3972
4009
  ).then(() => {
3973
- if (un(e))
3974
- return no(e);
3975
- delete It[e];
3976
- }), It[e];
4010
+ if (hn(e))
4011
+ return uo(e);
4012
+ delete Tt[e];
4013
+ }), Tt[e];
3977
4014
  }
3978
- const os = {
4015
+ const ys = {
3979
4016
  number: {
3980
4017
  scientific: { notation: "scientific" },
3981
4018
  engineering: { notation: "engineering" },
@@ -4004,150 +4041,150 @@ const os = {
4004
4041
  timeZoneName: "short"
4005
4042
  }
4006
4043
  }
4007
- }, as = {
4044
+ }, bs = {
4008
4045
  fallbackLocale: null,
4009
4046
  loadingDelay: 200,
4010
- formats: os,
4047
+ formats: ys,
4011
4048
  warnOnMissingMessages: !0,
4012
4049
  handleMissingMessage: void 0,
4013
4050
  ignoreTag: !0
4014
- }, ss = as;
4015
- function mt() {
4016
- return ss;
4051
+ }, gs = bs;
4052
+ function yt() {
4053
+ return gs;
4017
4054
  }
4018
- const Xr = wr(!1);
4019
- var ls = Object.defineProperty, us = Object.defineProperties, cs = Object.getOwnPropertyDescriptors, ii = Object.getOwnPropertySymbols, fs = Object.prototype.hasOwnProperty, hs = Object.prototype.propertyIsEnumerable, oi = (e, t, r) => t in e ? ls(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, ps = (e, t) => {
4055
+ const qr = Cr(!1);
4056
+ var vs = Object.defineProperty, Es = Object.defineProperties, _s = Object.getOwnPropertyDescriptors, ci = Object.getOwnPropertySymbols, Ps = Object.prototype.hasOwnProperty, Ss = Object.prototype.propertyIsEnumerable, fi = (e, t, r) => t in e ? vs(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, ws = (e, t) => {
4020
4057
  for (var r in t)
4021
- fs.call(t, r) && oi(e, r, t[r]);
4022
- if (ii)
4023
- for (var r of ii(t))
4024
- hs.call(t, r) && oi(e, r, t[r]);
4058
+ Ps.call(t, r) && fi(e, r, t[r]);
4059
+ if (ci)
4060
+ for (var r of ci(t))
4061
+ Ss.call(t, r) && fi(e, r, t[r]);
4025
4062
  return e;
4026
- }, ds = (e, t) => us(e, cs(t));
4027
- let cn;
4028
- const _r = wr(null);
4029
- function ai(e) {
4063
+ }, xs = (e, t) => Es(e, _s(t));
4064
+ let pn;
4065
+ const Pr = Cr(null);
4066
+ function hi(e) {
4030
4067
  return e.split("-").map((t, r, n) => n.slice(0, r + 1).join("-")).reverse();
4031
4068
  }
4032
- function Cr(e, t = mt().fallbackLocale) {
4033
- const r = ai(e);
4034
- return t ? [.../* @__PURE__ */ new Set([...r, ...ai(t)])] : r;
4069
+ function Br(e, t = yt().fallbackLocale) {
4070
+ const r = hi(e);
4071
+ return t ? [.../* @__PURE__ */ new Set([...r, ...hi(t)])] : r;
4035
4072
  }
4036
- function We() {
4037
- return cn ?? void 0;
4073
+ function Xe() {
4074
+ return pn != null ? pn : void 0;
4038
4075
  }
4039
- _r.subscribe((e) => {
4040
- cn = e ?? void 0, typeof window < "u" && e != null && document.documentElement.setAttribute("lang", e);
4076
+ Pr.subscribe((e) => {
4077
+ pn = e != null ? e : void 0, typeof window != "undefined" && e != null && document.documentElement.setAttribute("lang", e);
4041
4078
  });
4042
- const ms = (e) => {
4043
- if (e && ts(e) && un(e)) {
4044
- const { loadingDelay: t } = mt();
4079
+ const Cs = (e) => {
4080
+ if (e && hs(e) && hn(e)) {
4081
+ const { loadingDelay: t } = yt();
4045
4082
  let r;
4046
- return typeof window < "u" && We() != null && t ? r = window.setTimeout(
4047
- () => Xr.set(!0),
4083
+ return typeof window != "undefined" && Xe() != null && t ? r = window.setTimeout(
4084
+ () => qr.set(!0),
4048
4085
  t
4049
- ) : Xr.set(!0), no(e).then(() => {
4050
- _r.set(e);
4086
+ ) : qr.set(!0), uo(e).then(() => {
4087
+ Pr.set(e);
4051
4088
  }).finally(() => {
4052
- clearTimeout(r), Xr.set(!1);
4089
+ clearTimeout(r), qr.set(!1);
4053
4090
  });
4054
4091
  }
4055
- return _r.set(e);
4056
- }, bt = ds(ps({}, _r), {
4057
- set: ms
4058
- }), Ar = (e) => {
4092
+ return Pr.set(e);
4093
+ }, gt = xs(ws({}, Pr), {
4094
+ set: Cs
4095
+ }), Ir = (e) => {
4059
4096
  const t = /* @__PURE__ */ Object.create(null);
4060
4097
  return (n) => {
4061
4098
  const i = JSON.stringify(n);
4062
4099
  return i in t ? t[i] : t[i] = e(n);
4063
4100
  };
4064
4101
  };
4065
- var ys = Object.defineProperty, Er = Object.getOwnPropertySymbols, io = Object.prototype.hasOwnProperty, oo = Object.prototype.propertyIsEnumerable, si = (e, t, r) => t in e ? ys(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, dn = (e, t) => {
4102
+ var As = Object.defineProperty, Sr = Object.getOwnPropertySymbols, co = Object.prototype.hasOwnProperty, fo = Object.prototype.propertyIsEnumerable, pi = (e, t, r) => t in e ? As(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, bn = (e, t) => {
4066
4103
  for (var r in t || (t = {}))
4067
- io.call(t, r) && si(e, r, t[r]);
4068
- if (Er)
4069
- for (var r of Er(t))
4070
- oo.call(t, r) && si(e, r, t[r]);
4104
+ co.call(t, r) && pi(e, r, t[r]);
4105
+ if (Sr)
4106
+ for (var r of Sr(t))
4107
+ fo.call(t, r) && pi(e, r, t[r]);
4071
4108
  return e;
4072
- }, gt = (e, t) => {
4109
+ }, vt = (e, t) => {
4073
4110
  var r = {};
4074
4111
  for (var n in e)
4075
- io.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
4076
- if (e != null && Er)
4077
- for (var n of Er(e))
4078
- t.indexOf(n) < 0 && oo.call(e, n) && (r[n] = e[n]);
4112
+ co.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
4113
+ if (e != null && Sr)
4114
+ for (var n of Sr(e))
4115
+ t.indexOf(n) < 0 && fo.call(e, n) && (r[n] = e[n]);
4079
4116
  return r;
4080
4117
  };
4081
- const Ht = (e, t) => {
4082
- const { formats: r } = mt();
4118
+ const Mt = (e, t) => {
4119
+ const { formats: r } = yt();
4083
4120
  if (e in r && t in r[e])
4084
4121
  return r[e][t];
4085
4122
  throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
4086
- }, bs = Ar(
4123
+ }, Bs = Ir(
4087
4124
  (e) => {
4088
- var t = e, { locale: r, format: n } = t, i = gt(t, ["locale", "format"]);
4125
+ var t = e, { locale: r, format: n } = t, i = vt(t, ["locale", "format"]);
4089
4126
  if (r == null)
4090
4127
  throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
4091
- return n && (i = Ht("number", n)), new Intl.NumberFormat(r, i);
4128
+ return n && (i = Mt("number", n)), new Intl.NumberFormat(r, i);
4092
4129
  }
4093
- ), gs = Ar(
4130
+ ), Is = Ir(
4094
4131
  (e) => {
4095
- var t = e, { locale: r, format: n } = t, i = gt(t, ["locale", "format"]);
4132
+ var t = e, { locale: r, format: n } = t, i = vt(t, ["locale", "format"]);
4096
4133
  if (r == null)
4097
4134
  throw new Error('[svelte-i18n] A "locale" must be set to format dates');
4098
- return n ? i = Ht("date", n) : Object.keys(i).length === 0 && (i = Ht("date", "short")), new Intl.DateTimeFormat(r, i);
4135
+ return n ? i = Mt("date", n) : Object.keys(i).length === 0 && (i = Mt("date", "short")), new Intl.DateTimeFormat(r, i);
4099
4136
  }
4100
- ), vs = Ar(
4137
+ ), Ts = Ir(
4101
4138
  (e) => {
4102
- var t = e, { locale: r, format: n } = t, i = gt(t, ["locale", "format"]);
4139
+ var t = e, { locale: r, format: n } = t, i = vt(t, ["locale", "format"]);
4103
4140
  if (r == null)
4104
4141
  throw new Error(
4105
4142
  '[svelte-i18n] A "locale" must be set to format time values'
4106
4143
  );
4107
- return n ? i = Ht("time", n) : Object.keys(i).length === 0 && (i = Ht("time", "short")), new Intl.DateTimeFormat(r, i);
4144
+ return n ? i = Mt("time", n) : Object.keys(i).length === 0 && (i = Mt("time", "short")), new Intl.DateTimeFormat(r, i);
4108
4145
  }
4109
- ), _s = (e = {}) => {
4146
+ ), Ns = (e = {}) => {
4110
4147
  var t = e, {
4111
- locale: r = We()
4112
- } = t, n = gt(t, [
4148
+ locale: r = Xe()
4149
+ } = t, n = vt(t, [
4113
4150
  "locale"
4114
4151
  ]);
4115
- return bs(dn({ locale: r }, n));
4116
- }, Es = (e = {}) => {
4152
+ return Bs(bn({ locale: r }, n));
4153
+ }, Hs = (e = {}) => {
4117
4154
  var t = e, {
4118
- locale: r = We()
4119
- } = t, n = gt(t, [
4155
+ locale: r = Xe()
4156
+ } = t, n = vt(t, [
4120
4157
  "locale"
4121
4158
  ]);
4122
- return gs(dn({ locale: r }, n));
4123
- }, Ps = (e = {}) => {
4159
+ return Is(bn({ locale: r }, n));
4160
+ }, Ms = (e = {}) => {
4124
4161
  var t = e, {
4125
- locale: r = We()
4126
- } = t, n = gt(t, [
4162
+ locale: r = Xe()
4163
+ } = t, n = vt(t, [
4127
4164
  "locale"
4128
4165
  ]);
4129
- return vs(dn({ locale: r }, n));
4130
- }, Ss = Ar(
4166
+ return Ts(bn({ locale: r }, n));
4167
+ }, Os = Ir(
4131
4168
  // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
4132
- (e, t = We()) => new Ja(e, t, mt().formats, {
4133
- ignoreTag: mt().ignoreTag
4169
+ (e, t = Xe()) => new ss(e, t, yt().formats, {
4170
+ ignoreTag: yt().ignoreTag
4134
4171
  })
4135
- ), ws = (e, t = {}) => {
4172
+ ), Ds = (e, t = {}) => {
4136
4173
  var r, n, i, o;
4137
4174
  let a = t;
4138
4175
  typeof e == "object" && (a = e, e = a.id);
4139
4176
  const {
4140
4177
  values: l,
4141
- locale: c = We(),
4178
+ locale: c = Xe(),
4142
4179
  default: u
4143
4180
  } = a;
4144
4181
  if (c == null)
4145
4182
  throw new Error(
4146
4183
  "[svelte-i18n] Cannot format a message without first setting the initial locale."
4147
4184
  );
4148
- let h = Ki(e, c);
4185
+ let h = oo(e, c);
4149
4186
  if (!h)
4150
- h = (o = (i = (n = (r = mt()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: c, id: e, defaultValue: u })) != null ? i : u) != null ? o : e;
4187
+ h = (o = (i = (n = (r = yt()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: c, id: e, defaultValue: u })) != null ? i : u) != null ? o : e;
4151
4188
  else if (typeof h != "string")
4152
4189
  return console.warn(
4153
4190
  `[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof h}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`
@@ -4156,7 +4193,7 @@ const Ht = (e, t) => {
4156
4193
  return h;
4157
4194
  let d = h;
4158
4195
  try {
4159
- d = Ss(h, c).format(l);
4196
+ d = Os(h, c).format(l);
4160
4197
  } catch (p) {
4161
4198
  p instanceof Error && console.warn(
4162
4199
  `[svelte-i18n] Message "${e}" has syntax error:`,
@@ -4164,20 +4201,20 @@ const Ht = (e, t) => {
4164
4201
  );
4165
4202
  }
4166
4203
  return d;
4167
- }, xs = (e, t) => Ps(t).format(e), Cs = (e, t) => Es(t).format(e), As = (e, t) => _s(t).format(e), Bs = (e, t = We()) => Ki(e, t), Is = yt([bt, Mt], () => ws);
4168
- yt([bt], () => xs);
4169
- yt([bt], () => Cs);
4170
- yt([bt], () => As);
4171
- yt([bt, Mt], () => Bs);
4172
- window.emWidgets = { topic: Go };
4173
- const Ts = (e) => e.toLowerCase().match(/android/i) ? "Android" : e.toLowerCase().match(/iphone/i) ? "iPhone" : e.toLowerCase().match(/ipad|ipod/i) ? "iPad" : "PC";
4174
- function li(e, t) {
4175
- to(e, t);
4176
- }
4177
- function Ns(e) {
4178
- bt.set(e);
4179
- }
4180
- const ui = {
4204
+ }, ks = (e, t) => Ms(t).format(e), Ls = (e, t) => Hs(t).format(e), Fs = (e, t) => Ns(t).format(e), Rs = (e, t = Xe()) => oo(e, t), Us = bt([gt, Ot], () => Ds);
4205
+ bt([gt], () => ks);
4206
+ bt([gt], () => Ls);
4207
+ bt([gt], () => Fs);
4208
+ bt([gt, Ot], () => Rs);
4209
+ window.emWidgets = { topic: Ko };
4210
+ const js = (e) => e.toLowerCase().match(/android/i) ? "Android" : e.toLowerCase().match(/iphone/i) ? "iPhone" : e.toLowerCase().match(/ipad|ipod/i) ? "iPad" : "PC";
4211
+ function di(e, t) {
4212
+ so(e, t);
4213
+ }
4214
+ function Gs(e) {
4215
+ gt.set(e);
4216
+ }
4217
+ const mi = {
4181
4218
  en: {
4182
4219
  titleProfileInfo: "Profile Info",
4183
4220
  personalDetails: "Personal Details",
@@ -4603,31 +4640,31 @@ const ui = {
4603
4640
  userProfileUpdateError: "Se ha producido un error al intentar actualizar la información del perfil"
4604
4641
  }
4605
4642
  };
4606
- function Hs(e) {
4607
- lo(e, "svelte-vpzxpi", `button{font-family:var(--emw--button-typography)}input,select,option{font-family:inherit}.MyAccountCategoryTitle{font-size:var(--emw--font-size-x-large, 26px);color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));font-weight:var(--emw--font-weight-semibold, 500)}.MyAccountCategoryTitleMobile{font-size:var(--emw--size-standard, 16px);color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}.MyAccountCategoryTitleNone{display:none}.PlayerInfoWrapper{color:var(--emw--pam-typography, var(--emw--color-contrast, #07072A));background:var(--emw--color-pale, var(--emw--color-gray-50, #F1F1F1));padding:50px;height:100%;border-radius:20px}.PlayerNotificationsHeader h3,.PlayerDetailsHeader h3,.PlayerLocationHeader h3{font-size:var(--emw--size-standard, 16px);color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));text-transform:capitalize;font-weight:var(--emw--font-weight-semibold, 500)}.PlayerDetailsContent{display:grid;grid-column-gap:50px;grid-row-gap:24px;grid-template-rows:auto;grid-template-columns:1fr 1fr;padding-bottom:30px}.MenuReturnButton{color:var(--emw--color-gray-300, #58586B);display:inline-flex;align-items:center;column-gap:10px;margin-bottom:10px}.PlayerInfoBox{display:flex;flex-direction:column}.PlayerInfoBox label{font-size:var(--emw--size-small, 14px);font-weight:var(--emw--font-weight-semibold, 500);margin-bottom:10px}.PlayerInfoBox input{font-size:var(--emw--size-small, 14px);font-weight:var(--emw--font-weight-light, 300);color:var(--emw--pam-contrast, var(--emw--color-contrast, #07072A));padding:10px;line-height:16px;background:var(--emw--color-white, #FFFFFF);outline:none;transition-duration:0.3s;border:1px solid var(--emw--color-gray-100, #353535);border-radius:10px}.PlayerInfoBox input:focus,.PlayerInfoBox input :focus-within,.PlayerInfoBox input :focus-visible,.PlayerInfoBox input :visited{border:1px solid var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));box-shadow:0 0 0 1pt var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}.PlayerInfoBox.InvalidField input{border:1px solid var(--emw--color-error, var(--emw--color-red, #FD2839));background:var(--emw--color-pale, #FBECF4);color:var(--emw--color-error, var(--emw--color-red, #FD2839))}.PlayerInfoBox .InvalidInput{color:var(--emw--color-error, var(--emw--color-red, #FD2839));font-size:10px;line-height:10px}.PlayerInfoBox .FieldDisabled{opacity:0.5}.PlayerInfoBox .PlayerPhoneNumber{display:grid;grid-template-columns:2fr 4fr;column-gap:10px;position:relative}.PlayerInfoBox select{font-size:var(--emw--size-small, 14px);font-weight:var(--emw--font-weight-light, 300);padding:10px;color:var(--emw--pam-contrast, var(--emw--color-contrast, #07072A));border:1px solid var(--emw--color-gray-100, #353535);border-radius:10px;outline:none;transition-duration:0.3s;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat var(--emw--color-white, #FFFFFF);background-position:calc(100% - 0.75rem) center}.PlayerInfoBox select:focus,.PlayerInfoBox select :focus-within,.PlayerInfoBox select :focus-visible,.PlayerInfoBox select :visited{border:1px solid var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));box-shadow:0 0 0 1pt var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}.PlayerInfoBox input::-webkit-outer-spin-button,.PlayerInfoBox input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.PlayerInfoBox input[type=number]{-moz-appearance:textfield;appearance:textfield}.PlayerLocationContent{display:grid;grid-column-gap:50px;grid-row-gap:24px;grid-template-rows:auto;grid-template-columns:1fr 1fr;padding-bottom:30px}.PlayerNotificationBox{margin-top:5px;margin-bottom:5px}.PlayerNotificationBox label{display:inline-flex;position:relative;align-items:center}.PlayerNotificationBox label span{font-size:var(--emw--size-small, 14px);font-weight:var(--emw--font-weight-light, 300)}.PlayerNotificationBox label input{height:20px;width:20px;-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;appearance:none;border-radius:50px;outline:none;transition-duration:0.3s;background-color:var(--emw--color-gray-100, #E6E6E6);cursor:pointer;margin-right:10px}.PlayerNotificationBox label input:checked{background-color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}.PlayerNotificationBox label .Checkmark{left:10px;top:7px;width:4px;height:8px;border:solid var(--emw--color-white, #FFFFFF);border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);position:absolute}.PlayerDetailsButtonsArea{grid-column-gap:10px;grid-template-rows:auto;grid-template-columns:1fr;margin-top:20px;width:50%}.PlayerDetailsButtonsArea .PlayerDetailsSaveButton,.PlayerDetailsButtonsArea .PlayerDetailsCancelButton{cursor:pointer;border-radius:5px;display:flex;align-items:center;justify-content:center;font-size:var(--emw--size-standard, 16px);color:var(--emw--pam-contrast, var(--emw--color-contrast, #07072A));text-transform:uppercase;transition-duration:0.3s;box-sizing:border-box;max-width:400px;min-width:200px}.PlayerDetailsButtonsArea .PlayerDetailsSaveButton{background-image:linear-gradient(to bottom, color-mix(in srgb, var(--emw--color-primary, #22B04E) 80%, black 20%), var(--emw--color-primary, #22B04E), color-mix(in srgb, var(--emw--color-primary, #22B04E) 80%, white 30%));border:2px solid var(--emw--button-border-color, #0E5924);color:var(--emw--button-text-color, #FFFFFF);border-radius:var(--emw--button-border-radius, 50px);max-width:400px;min-width:200px;padding:13px 0;width:100%}.PlayerDetailsButtonsArea .PlayerDetailsSaveButton:active{background:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}.PlayerDetailsButtonsArea .PlayerDetailsSaveButton.PlayerButtonDisabled{opacity:0.3;cursor:not-allowed}.PlayerDetailsButtonsArea .PlayerDetailsCancelButton{background:transparent;border:1px solid var(--emw--color-gray-300, #58586B)}.PlayerDetailsButtonsArea .PlayerDetailsCancelButton:active{background:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}.PlayerDetailsButtonsArea .PlayerDetailsCancelButton.PlayerButtonDisabled{background:transparent;border:1px solid var(--emw--color-gray-300, #58586B);cursor:not-allowed;opacity:0.6}.PlayerDetailsButtonsArea.PlayerDetailsButtonsAreaMobile{width:100%;grid-template-columns:1fr 1fr}.PlayerDetailsButtonsArea.PlayerDetailsButtonsAreaMobile .PlayerDetailsSaveButton,.PlayerDetailsButtonsArea.PlayerDetailsButtonsAreaMobile .PlayerDetailsCancelButton{height:40px;font-size:var(--emw--size-x-small, 12px)}.PlayerNotificationsCheckboxArea{padding-bottom:30px}.PlayerInfoWrapperMobile{padding:20px 15px;background:var(--emw--color-gray-50, #F9F8F8);max-width:unset;border-radius:0}.PlayerInfoWrapperMobile .PlayerDetailsContent{grid-template-columns:1fr}.PlayerInfoWrapperMobile .PlayerNotificationsHeader h3,.PlayerInfoWrapperMobile .PlayerDetailsHeader h3,.PlayerInfoWrapperMobile .PlayerLocationHeader h3{color:ar(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));font-size:var(--emw--size-small, 14px);font-weight:var(--emw--font-weight-semibold, 500)}.PlayerInfoWrapperMobile .PlayerInfoBox label{color:var(--emw--color-gray-300, #58586B);font-size:var(--emw--size-x-small, 12px);font-weight:var(--emw--font-weight-normal, 400)}.PlayerInfoWrapperMobile .PlayerInfoBox input{color:var(--emw--color-gray-300, #58586B);font-size:var(--emw--size-x-small, 12px);font-weight:var(--emw--font-weight-light, 300)}.PlayerInfoWrapperMobile .PlayerInfoBox select{color:var(--emw--color-gray-300, #58586B)}.PlayerInfoWrapperMobile .PlayerLocationContent{grid-template-columns:1fr}.PlayerInfoWrapperMobile .PlayerNotificationsCheckboxArea .PlayerNotificationBox label{color:var(--emw--pam-typography, var(--emw--color-contrast, #07072A));font-size:var(--emw--size-x-small, 12px);font-weight:var(--emw--font-weight-light, 300)}.PlayerInfoWrapperMobile .PlayerDetailsButtonsArea{grid-column-gap:10px}.PlayerInfoWrapperMobile .PlayerDetailsSaveButton,.PlayerInfoWrapperMobile .PlayerDetailsCancelButton{font-size:var(--emw--size-x-small, 12px);height:40px;color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF))}.PlayerInfoWrapperMobile .PlayerDetailsSaveButton.PlayerButtonDisabled,.PlayerInfoWrapperMobile .PlayerDetailsCancelButton.PlayerButtonDisabled{color:var(--emw--color-gray-300, #58586B)}.PlayerInfoWrapperMobile .PlayerDetailsCancelButton{color:var(--emw--color-gray-300, #58586B)}.PlayerInfoWrapperTablet{padding:40px 25% 40px 25%}.PlayerInfoWrapperTablet .PlayerDetailsContent{grid-row-gap:20px}.PlayerInfoWrapperTablet .MenuReturnButton{margin-bottom:30px}.PlayerInfoWrapperTablet .MenuReturnButton span{font-size:var(--emw--font-size-large, 20px)}.PlayerInfoWrapperTablet .PlayerDetailsHeader h3,.PlayerInfoWrapperTablet .PlayerLocationHeader h3,.PlayerInfoWrapperTablet .PlayerNotificationsHeader h3{font-size:24px}.PlayerInfoWrapperTablet .PlayerInfoBox label{font-size:var(--emw--font-size-large, 20px)}.PlayerInfoWrapperTablet .PlayerInfoBox input{height:30px;font-size:var(--emw--font-size-large, 20px);line-height:30px}.PlayerInfoWrapperTablet .PlayerInfoBox select{font-size:var(--emw--font-size-large, 20px)}.PlayerInfoWrapperTablet .PlayerInfoBox .TogglePasswordVisibility{width:30px;top:26px}.PlayerInfoWrapperTablet .PlayerInfoBox .InvalidInput{font-size:var(--emw--size-standard, 16px);bottom:-50px}.PlayerInfoWrapperTablet .PlayerInfoBox:last-child .InvalidInput{font-size:var(--emw--size-standard, 16px);bottom:-50px}.PlayerInfoWrapperTablet .PlayerDetailsButtonsArea{font-family:var(--emw--button-typography);grid-column-gap:40px}.PlayerInfoWrapperTablet .PlayerDetailsButtonsArea .PlayerDetailsSaveButton,.PlayerInfoWrapperTablet .PlayerDetailsButtonsArea .PlayerDetailsCancelButton{font-size:var(--emw--font-size-large, 20px);height:56px}.PlayerInfoWrapperTablet .PlayerDetailsButtonsArea .PlayerDetailsSaveButton{color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF))}.PlayerInfoWrapperTablet .PlayerDetailsButtonsArea .PlayerDetailsSaveButton.PlayerButtonDisabled{color:var(--emw--color-gray-300, #58586B)}.PlayerInfoWrapperTablet .PlayerNotificationBox label span{font-size:var(--emw--font-size-large, 20px)}.PlayerInfoWrapperTablet .PlayerNotificationBox label input{height:26px;width:26px}.PlayerInfoWrapperTablet .PlayerNotificationBox label .Checkmark{left:50px;top:9px}.PlayerDetailsConfirmSave{background:var(--emw--color-valid, var(--emw--color-green, #48952a));color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));padding:16px;border-radius:5px;margin-top:16px}.PlayerDetailsConfirmSave .PlayerDetailsConfirmSaveText{padding:0;margin:0}`);
4643
+ function zs(e) {
4644
+ Eo(e, "svelte-vpzxpi", `button{font-family:var(--emw--button-typography)}input,select,option{font-family:inherit}.MyAccountCategoryTitle{font-size:var(--emw--font-size-x-large, 26px);color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));font-weight:var(--emw--font-weight-semibold, 500)}.MyAccountCategoryTitleMobile{font-size:var(--emw--size-standard, 16px);color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}.MyAccountCategoryTitleNone{display:none}.PlayerInfoWrapper{color:var(--emw--pam-typography, var(--emw--color-contrast, #07072A));background:var(--emw--color-pale, var(--emw--color-gray-50, #F1F1F1));padding:50px;height:100%;border-radius:20px}.PlayerNotificationsHeader h3,.PlayerDetailsHeader h3,.PlayerLocationHeader h3{font-size:var(--emw--size-standard, 16px);color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));text-transform:capitalize;font-weight:var(--emw--font-weight-semibold, 500)}.PlayerDetailsContent{display:grid;grid-column-gap:50px;grid-row-gap:24px;grid-template-rows:auto;grid-template-columns:1fr 1fr;padding-bottom:30px}.MenuReturnButton{color:var(--emw--color-gray-300, #58586B);display:inline-flex;align-items:center;column-gap:10px;margin-bottom:10px}.PlayerInfoBox{display:flex;flex-direction:column}.PlayerInfoBox label{font-size:var(--emw--size-small, 14px);font-weight:var(--emw--font-weight-semibold, 500);margin-bottom:10px}.PlayerInfoBox input{font-size:var(--emw--size-small, 14px);font-weight:var(--emw--font-weight-light, 300);color:var(--emw--pam-contrast, var(--emw--color-contrast, #07072A));padding:10px;line-height:16px;background:var(--emw--color-white, #FFFFFF);outline:none;transition-duration:0.3s;border:1px solid var(--emw--color-gray-100, #353535);border-radius:10px}.PlayerInfoBox input:focus,.PlayerInfoBox input :focus-within,.PlayerInfoBox input :focus-visible,.PlayerInfoBox input :visited{border:1px solid var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));box-shadow:0 0 0 1pt var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}.PlayerInfoBox.InvalidField input{border:1px solid var(--emw--color-error, var(--emw--color-red, #FD2839));background:var(--emw--color-pale, #FBECF4);color:var(--emw--color-error, var(--emw--color-red, #FD2839))}.PlayerInfoBox .InvalidInput{color:var(--emw--color-error, var(--emw--color-red, #FD2839));font-size:10px;line-height:10px}.PlayerInfoBox .FieldDisabled{opacity:0.5}.PlayerInfoBox .PlayerPhoneNumber{display:grid;grid-template-columns:2fr 4fr;column-gap:10px;position:relative}.PlayerInfoBox select{font-size:var(--emw--size-small, 14px);font-weight:var(--emw--font-weight-light, 300);padding:10px;color:var(--emw--pam-contrast, var(--emw--color-contrast, #07072A));border:1px solid var(--emw--color-gray-100, #353535);border-radius:10px;outline:none;transition-duration:0.3s;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat var(--emw--color-white, #FFFFFF);background-position:calc(100% - 0.75rem) center}.PlayerInfoBox select:focus,.PlayerInfoBox select :focus-within,.PlayerInfoBox select :focus-visible,.PlayerInfoBox select :visited{border:1px solid var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));box-shadow:0 0 0 1pt var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}.PlayerInfoBox input::-webkit-outer-spin-button,.PlayerInfoBox input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.PlayerInfoBox input[type=number]{-moz-appearance:textfield;appearance:textfield}.PlayerLocationContent{display:grid;grid-column-gap:50px;grid-row-gap:24px;grid-template-rows:auto;grid-template-columns:1fr 1fr;padding-bottom:30px}.PlayerNotificationBox{margin-top:5px;margin-bottom:5px}.PlayerNotificationBox label{display:inline-flex;position:relative;align-items:center}.PlayerNotificationBox label span{font-size:var(--emw--size-small, 14px);font-weight:var(--emw--font-weight-light, 300)}.PlayerNotificationBox label input{height:20px;width:20px;-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;appearance:none;border-radius:50px;outline:none;transition-duration:0.3s;background-color:var(--emw--color-gray-100, #E6E6E6);cursor:pointer;margin-right:10px}.PlayerNotificationBox label input:checked{background-color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}.PlayerNotificationBox label .Checkmark{left:10px;top:7px;width:4px;height:8px;border:solid var(--emw--color-white, #FFFFFF);border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);position:absolute}.PlayerDetailsButtonsArea{grid-column-gap:10px;grid-template-rows:auto;grid-template-columns:1fr;margin-top:20px;width:50%}.PlayerDetailsButtonsArea .PlayerDetailsSaveButton,.PlayerDetailsButtonsArea .PlayerDetailsCancelButton{cursor:pointer;border-radius:5px;display:flex;align-items:center;justify-content:center;font-size:var(--emw--size-standard, 16px);color:var(--emw--pam-contrast, var(--emw--color-contrast, #07072A));text-transform:uppercase;transition-duration:0.3s;box-sizing:border-box;max-width:400px;min-width:200px}.PlayerDetailsButtonsArea .PlayerDetailsSaveButton{background-image:linear-gradient(to bottom, color-mix(in srgb, var(--emw--color-primary, #22B04E) 80%, black 20%), var(--emw--color-primary, #22B04E), color-mix(in srgb, var(--emw--color-primary, #22B04E) 80%, white 30%));border:2px solid var(--emw--button-border-color, #0E5924);color:var(--emw--button-text-color, #FFFFFF);border-radius:var(--emw--button-border-radius, 50px);max-width:400px;min-width:200px;padding:13px 0;width:100%}.PlayerDetailsButtonsArea .PlayerDetailsSaveButton:active{background:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}.PlayerDetailsButtonsArea .PlayerDetailsSaveButton.PlayerButtonDisabled{opacity:0.3;cursor:not-allowed}.PlayerDetailsButtonsArea .PlayerDetailsCancelButton{background:transparent;border:1px solid var(--emw--color-gray-300, #58586B)}.PlayerDetailsButtonsArea .PlayerDetailsCancelButton:active{background:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}.PlayerDetailsButtonsArea .PlayerDetailsCancelButton.PlayerButtonDisabled{background:transparent;border:1px solid var(--emw--color-gray-300, #58586B);cursor:not-allowed;opacity:0.6}.PlayerDetailsButtonsArea.PlayerDetailsButtonsAreaMobile{width:100%;grid-template-columns:1fr 1fr}.PlayerDetailsButtonsArea.PlayerDetailsButtonsAreaMobile .PlayerDetailsSaveButton,.PlayerDetailsButtonsArea.PlayerDetailsButtonsAreaMobile .PlayerDetailsCancelButton{height:40px;font-size:var(--emw--size-x-small, 12px)}.PlayerNotificationsCheckboxArea{padding-bottom:30px}.PlayerInfoWrapperMobile{padding:20px 15px;background:var(--emw--color-gray-50, #F9F8F8);max-width:unset;border-radius:0}.PlayerInfoWrapperMobile .PlayerDetailsContent{grid-template-columns:1fr}.PlayerInfoWrapperMobile .PlayerNotificationsHeader h3,.PlayerInfoWrapperMobile .PlayerDetailsHeader h3,.PlayerInfoWrapperMobile .PlayerLocationHeader h3{color:ar(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));font-size:var(--emw--size-small, 14px);font-weight:var(--emw--font-weight-semibold, 500)}.PlayerInfoWrapperMobile .PlayerInfoBox label{color:var(--emw--color-gray-300, #58586B);font-size:var(--emw--size-x-small, 12px);font-weight:var(--emw--font-weight-normal, 400)}.PlayerInfoWrapperMobile .PlayerInfoBox input{color:var(--emw--color-gray-300, #58586B);font-size:var(--emw--size-x-small, 12px);font-weight:var(--emw--font-weight-light, 300)}.PlayerInfoWrapperMobile .PlayerInfoBox select{color:var(--emw--color-gray-300, #58586B)}.PlayerInfoWrapperMobile .PlayerLocationContent{grid-template-columns:1fr}.PlayerInfoWrapperMobile .PlayerNotificationsCheckboxArea .PlayerNotificationBox label{color:var(--emw--pam-typography, var(--emw--color-contrast, #07072A));font-size:var(--emw--size-x-small, 12px);font-weight:var(--emw--font-weight-light, 300)}.PlayerInfoWrapperMobile .PlayerDetailsButtonsArea{grid-column-gap:10px}.PlayerInfoWrapperMobile .PlayerDetailsSaveButton,.PlayerInfoWrapperMobile .PlayerDetailsCancelButton{font-size:var(--emw--size-x-small, 12px);height:40px;color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF))}.PlayerInfoWrapperMobile .PlayerDetailsSaveButton.PlayerButtonDisabled,.PlayerInfoWrapperMobile .PlayerDetailsCancelButton.PlayerButtonDisabled{color:var(--emw--color-gray-300, #58586B)}.PlayerInfoWrapperMobile .PlayerDetailsCancelButton{color:var(--emw--color-gray-300, #58586B)}.PlayerInfoWrapperTablet{padding:40px 25% 40px 25%}.PlayerInfoWrapperTablet .PlayerDetailsContent{grid-row-gap:20px}.PlayerInfoWrapperTablet .MenuReturnButton{margin-bottom:30px}.PlayerInfoWrapperTablet .MenuReturnButton span{font-size:var(--emw--font-size-large, 20px)}.PlayerInfoWrapperTablet .PlayerDetailsHeader h3,.PlayerInfoWrapperTablet .PlayerLocationHeader h3,.PlayerInfoWrapperTablet .PlayerNotificationsHeader h3{font-size:24px}.PlayerInfoWrapperTablet .PlayerInfoBox label{font-size:var(--emw--font-size-large, 20px)}.PlayerInfoWrapperTablet .PlayerInfoBox input{height:30px;font-size:var(--emw--font-size-large, 20px);line-height:30px}.PlayerInfoWrapperTablet .PlayerInfoBox select{font-size:var(--emw--font-size-large, 20px)}.PlayerInfoWrapperTablet .PlayerInfoBox .TogglePasswordVisibility{width:30px;top:26px}.PlayerInfoWrapperTablet .PlayerInfoBox .InvalidInput{font-size:var(--emw--size-standard, 16px);bottom:-50px}.PlayerInfoWrapperTablet .PlayerInfoBox:last-child .InvalidInput{font-size:var(--emw--size-standard, 16px);bottom:-50px}.PlayerInfoWrapperTablet .PlayerDetailsButtonsArea{font-family:var(--emw--button-typography);grid-column-gap:40px}.PlayerInfoWrapperTablet .PlayerDetailsButtonsArea .PlayerDetailsSaveButton,.PlayerInfoWrapperTablet .PlayerDetailsButtonsArea .PlayerDetailsCancelButton{font-size:var(--emw--font-size-large, 20px);height:56px}.PlayerInfoWrapperTablet .PlayerDetailsButtonsArea .PlayerDetailsSaveButton{color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF))}.PlayerInfoWrapperTablet .PlayerDetailsButtonsArea .PlayerDetailsSaveButton.PlayerButtonDisabled{color:var(--emw--color-gray-300, #58586B)}.PlayerInfoWrapperTablet .PlayerNotificationBox label span{font-size:var(--emw--font-size-large, 20px)}.PlayerInfoWrapperTablet .PlayerNotificationBox label input{height:26px;width:26px}.PlayerInfoWrapperTablet .PlayerNotificationBox label .Checkmark{left:50px;top:9px}.PlayerDetailsConfirmSave{background:var(--emw--color-valid, var(--emw--color-green, #48952a));color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));padding:16px;border-radius:5px;margin-top:16px}.PlayerDetailsConfirmSave .PlayerDetailsConfirmSaveText{padding:0;margin:0}`);
4608
4645
  }
4609
- function ci(e, t, r) {
4646
+ function yi(e, t, r) {
4610
4647
  const n = e.slice();
4611
4648
  return n[63] = t[r], n[64] = t, n[65] = r, n;
4612
4649
  }
4613
- function fi(e, t, r) {
4650
+ function bi(e, t, r) {
4614
4651
  const n = e.slice();
4615
4652
  return n[66] = t[r], n;
4616
4653
  }
4617
- function Ms(e) {
4654
+ function Qs(e) {
4618
4655
  let t, r, n, i = (
4619
4656
  /*$_*/
4620
4657
  e[15]("titleProfileInfo") + ""
4621
4658
  ), o, a, l, c, u = (
4622
4659
  /*$_*/
4623
4660
  e[15]("personalDetails") + ""
4624
- ), h, d, p, E, P, v = (
4661
+ ), h, d, p, _, S, v = (
4625
4662
  /*$_*/
4626
4663
  e[15]("userName") + ""
4627
- ), O, B, k, R, le, y, C, Pe = (
4664
+ ), O, B, k, R, fe, y, C, xe = (
4628
4665
  /*$_*/
4629
4666
  e[15]("userPhone") + ""
4630
- ), Se, je, ne, $, Ge, G, Ne, he, ze, W, we, Xe = (
4667
+ ), Ce, Ge, oe, W, ze, z, Oe, me, Qe, X, Ae, Ze = (
4631
4668
  /*custominputtextswitch*/
4632
4669
  (e[0] == "true" ? (
4633
4670
  /*$_*/
@@ -4636,7 +4673,7 @@ function Ms(e) {
4636
4673
  /*$_*/
4637
4674
  e[15]("profileSecurityQuestion")
4638
4675
  )) + ""
4639
- ), pe, Ot, He, vt, ie, Dt, Ze, _t, oe, Me, Qe = (
4676
+ ), ye, Dt, De, Et, ae, kt, Je, _t, se, ke, Ve = (
4640
4677
  /*custominputtextswitch*/
4641
4678
  (e[0] == "true" ? (
4642
4679
  /*$_*/
@@ -4645,193 +4682,193 @@ function Ms(e) {
4645
4682
  /*$_*/
4646
4683
  e[15]("profileSecurityAnswer")
4647
4684
  )) + ""
4648
- ), Et, kt, Oe, Pt, ae, Lt, Je, Ft, De, qe, Ye = (
4685
+ ), Pt, Lt, Le, St, le, Ft, qe, Rt, Fe, Ye, Ke = (
4649
4686
  /*$_*/
4650
4687
  e[15]("userEmail") + ""
4651
- ), St, Rt, ue, Ve, Ut, ke, Ke, b = (
4688
+ ), wt, Ut, he, $e, jt, Re, et, b = (
4652
4689
  /*$_*/
4653
4690
  e[15]("dateOfBirth") + ""
4654
- ), S, M, N, ce, Le, Fe, jt, Gt = (
4691
+ ), P, H, N, Z, pe, j, Gt, zt = (
4655
4692
  /*$_*/
4656
4693
  e[15]("firstName") + ""
4657
- ), Br, mn, xe, wt, yn, et, zt, Qt = (
4694
+ ), Tr, gn, Be, xt, vn, tt, Qt, Vt = (
4658
4695
  /*$_*/
4659
4696
  e[15]("lastName") + ""
4660
- ), Ir, bn, Ce, xt, gn, tt, Vt, $t = (
4697
+ ), Nr, En, Ie, Ct, _n, rt, $t, Wt = (
4661
4698
  /*$_*/
4662
4699
  e[15]("userTitle") + ""
4663
- ), Tr, vn, Ae, Ct, _n, rt, Wt, Xt = (
4700
+ ), Hr, Pn, Te, At, Sn, nt, Xt, Zt = (
4664
4701
  /*$_*/
4665
4702
  e[15]("currency") + ""
4666
- ), Nr, En, Be, At, Pn, Sn, Zt, Hr, Jt = (
4703
+ ), Mr, wn, Ne, Bt, xn, Cn, Jt, Or, qt = (
4667
4704
  /*$_*/
4668
4705
  e[15]("locationDetails") + ""
4669
- ), Mr, wn, de, nt, qt, Yt = (
4706
+ ), Dr, An, be, it, Yt, Kt = (
4670
4707
  /*$_*/
4671
4708
  e[15]("userCountry") + ""
4672
- ), Or, xn, fe, Bt, Kt, Cn, me, er, tr = (
4709
+ ), kr, Bn, de, It, er, In, ge, tr, rr = (
4673
4710
  /*$_*/
4674
4711
  e[15]("userCity") + ""
4675
- ), Dr, An, ye, Bn, rr, In, be, nr, ir = (
4712
+ ), Lr, Tn, ve, Nn, nr, Hn, Ee, ir, or = (
4676
4713
  /*$_*/
4677
4714
  e[15]("userAddress") + ""
4678
- ), kr, Tn, ge, Nn, or, Hn, ve, ar, sr = (
4715
+ ), Fr, Mn, _e, On, ar, Dn, Pe, sr, lr = (
4679
4716
  /*$_*/
4680
4717
  e[15]("userPostalCode") + ""
4681
- ), Lr, Mn, _e, On, lr, Dn, Fr = Object.keys(
4718
+ ), Rr, kn, Se, Ln, ur, Fn, Ur = Object.keys(
4682
4719
  /*updatedEditableValues*/
4683
4720
  e[4].consents
4684
- ).length > 0, Rr, ur, it, cr = (
4721
+ ).length > 0, jr, cr, ot, fr = (
4685
4722
  /*$_*/
4686
4723
  e[15]("userProfileSaveChanges") + ""
4687
- ), Ur, fr, kn, jr, Ln, $e = (
4724
+ ), Gr, hr, Rn, zr, Un, We = (
4688
4725
  /*isMobile*/
4689
- e[16] && Ds(e)
4690
- ), ot = vr(
4726
+ e[16] && $s(e)
4727
+ ), at = _r(
4691
4728
  /*prefixesArray*/
4692
4729
  e[3]
4693
- ), z = [];
4694
- for (let Q = 0; Q < ot.length; Q += 1)
4695
- z[Q] = hi(fi(e, ot, Q));
4696
- let X = !/*isMobileValid*/
4697
- e[13] && pi(e), Z = !/*isSecurityQuestionValid*/
4698
- e[11] && di(e), J = !/*isSecurityAnswerValid*/
4699
- e[12] && mi(e), q = (
4730
+ ), Q = [];
4731
+ for (let V = 0; V < at.length; V += 1)
4732
+ Q[V] = gi(bi(e, at, V));
4733
+ let J = !/*isMobileValid*/
4734
+ e[13] && vi(e), q = !/*isSecurityQuestionValid*/
4735
+ e[11] && Ei(e), Y = !/*isSecurityAnswerValid*/
4736
+ e[12] && _i(e), K = (
4700
4737
  /*readOnlyValues*/
4701
- e[5].iban && yi(e)
4702
- ), Y = !/*isCityValid*/
4703
- e[8] && bi(e), K = !/*isAddressValid*/
4704
- e[10] && gi(e), ee = !/*isPostalCodeValid*/
4705
- e[9] && vi(e), te = Fr && _i(e), re = (
4738
+ e[5].iban && Pi(e)
4739
+ ), ee = !/*isCityValid*/
4740
+ e[8] && Si(e), te = !/*isAddressValid*/
4741
+ e[10] && wi(e), re = !/*isPostalCodeValid*/
4742
+ e[9] && xi(e), ne = Ur && Ci(e), ie = (
4706
4743
  /*showConfirmSave*/
4707
- e[14] && Si(e)
4744
+ e[14] && Ii(e)
4708
4745
  );
4709
4746
  return {
4710
4747
  c() {
4711
- t = m("form"), $e && $e.c(), r = _(), n = m("h2"), o = w(i), a = _(), l = m("div"), c = m("h3"), h = w(u), d = _(), p = m("section"), E = m("div"), P = m("p"), O = w(v), B = _(), k = m("input"), le = _(), y = m("div"), C = m("p"), Se = w(Pe), je = _(), ne = m("div"), $ = m("select");
4712
- for (let Q = 0; Q < z.length; Q += 1)
4713
- z[Q].c();
4714
- Ge = _(), G = m("input"), Ne = _(), X && X.c(), ze = _(), W = m("div"), we = m("label"), pe = w(Xe), Ot = w(":"), He = m("span"), He.textContent = "*", vt = _(), ie = m("input"), Dt = _(), Z && Z.c(), _t = _(), oe = m("div"), Me = m("label"), Et = w(Qe), kt = w(":"), Oe = m("span"), Oe.textContent = "*", Pt = _(), ae = m("input"), Lt = _(), J && J.c(), Ft = _(), De = m("div"), qe = m("label"), St = w(Ye), Rt = _(), ue = m("input"), Ut = _(), ke = m("div"), Ke = m("label"), S = w(b), M = _(), N = m("input"), Le = _(), Fe = m("div"), jt = m("label"), Br = w(Gt), mn = _(), xe = m("input"), yn = _(), et = m("div"), zt = m("label"), Ir = w(Qt), bn = _(), Ce = m("input"), gn = _(), tt = m("div"), Vt = m("label"), Tr = w($t), vn = _(), Ae = m("input"), _n = _(), rt = m("div"), Wt = m("label"), Nr = w(Xt), En = _(), Be = m("input"), Pn = _(), q && q.c(), Sn = _(), Zt = m("div"), Hr = m("h3"), Mr = w(Jt), wn = _(), de = m("section"), nt = m("div"), qt = m("label"), Or = w(Yt), xn = _(), fe = m("input"), Cn = _(), me = m("div"), er = m("label"), Dr = w(tr), An = _(), ye = m("input"), Bn = _(), Y && Y.c(), In = _(), be = m("div"), nr = m("label"), kr = w(ir), Tn = _(), ge = m("input"), Nn = _(), K && K.c(), Hn = _(), ve = m("div"), ar = m("label"), Lr = w(sr), Mn = _(), _e = m("input"), On = _(), ee && ee.c(), Dn = _(), te && te.c(), Rr = _(), ur = m("section"), it = m("button"), Ur = w(cr), kn = _(), re && re.c(), f(n, "class", "MyAccountCategoryTitle " + /*isMobile*/
4748
+ t = m("form"), We && We.c(), r = E(), n = m("h2"), o = w(i), a = E(), l = m("div"), c = m("h3"), h = w(u), d = E(), p = m("section"), _ = m("div"), S = m("p"), O = w(v), B = E(), k = m("input"), fe = E(), y = m("div"), C = m("p"), Ce = w(xe), Ge = E(), oe = m("div"), W = m("select");
4749
+ for (let V = 0; V < Q.length; V += 1)
4750
+ Q[V].c();
4751
+ ze = E(), z = m("input"), Oe = E(), J && J.c(), Qe = E(), X = m("div"), Ae = m("label"), ye = w(Ze), Dt = w(":"), De = m("span"), De.textContent = "*", Et = E(), ae = m("input"), kt = E(), q && q.c(), _t = E(), se = m("div"), ke = m("label"), Pt = w(Ve), Lt = w(":"), Le = m("span"), Le.textContent = "*", St = E(), le = m("input"), Ft = E(), Y && Y.c(), Rt = E(), Fe = m("div"), Ye = m("label"), wt = w(Ke), Ut = E(), he = m("input"), jt = E(), Re = m("div"), et = m("label"), P = w(b), H = E(), N = m("input"), pe = E(), j = m("div"), Gt = m("label"), Tr = w(zt), gn = E(), Be = m("input"), vn = E(), tt = m("div"), Qt = m("label"), Nr = w(Vt), En = E(), Ie = m("input"), _n = E(), rt = m("div"), $t = m("label"), Hr = w(Wt), Pn = E(), Te = m("input"), Sn = E(), nt = m("div"), Xt = m("label"), Mr = w(Zt), wn = E(), Ne = m("input"), xn = E(), K && K.c(), Cn = E(), Jt = m("div"), Or = m("h3"), Dr = w(qt), An = E(), be = m("section"), it = m("div"), Yt = m("label"), kr = w(Kt), Bn = E(), de = m("input"), In = E(), ge = m("div"), tr = m("label"), Lr = w(rr), Tn = E(), ve = m("input"), Nn = E(), ee && ee.c(), Hn = E(), Ee = m("div"), ir = m("label"), Fr = w(or), Mn = E(), _e = m("input"), On = E(), te && te.c(), Dn = E(), Pe = m("div"), sr = m("label"), Rr = w(lr), kn = E(), Se = m("input"), Ln = E(), re && re.c(), Fn = E(), ne && ne.c(), jr = E(), cr = m("section"), ot = m("button"), Gr = w(fr), Rn = E(), ie && ie.c(), f(n, "class", "MyAccountCategoryTitle " + /*isMobile*/
4715
4752
  (e[16] ? "MyAccountCategoryTitleNone" : "")), f(l, "class", "PlayerNotificationsHeader"), f(k, "type", "text"), f(k, "class", "FieldDisabled"), k.value = R = /*readOnlyValues*/
4716
- e[5].username, k.readOnly = !0, f(E, "class", "PlayerInfoBox"), /*updatedEditableValues*/
4717
- e[4].mobile.prefix === void 0 && gr(() => (
4753
+ e[5].username, k.readOnly = !0, f(_, "class", "PlayerInfoBox"), /*updatedEditableValues*/
4754
+ e[4].mobile.prefix === void 0 && Er(() => (
4718
4755
  /*select_change_handler*/
4719
- e[33].call($)
4720
- )), f(G, "type", "text"), f(
4721
- G,
4756
+ e[33].call(W)
4757
+ )), f(z, "type", "text"), f(
4758
+ z,
4722
4759
  "placeholder",
4723
4760
  /*defaultValues*/
4724
4761
  e[17].mobile.number
4725
- ), f(ne, "class", "PlayerPhoneNumber"), f(y, "class", he = "PlayerInfoBox " + /*isMobileValid*/
4726
- (e[13] ? "" : "InvalidField")), f(He, "class", "FormRequired"), f(we, "for", "SecurityQuestion"), f(ie, "id", "SecurityQuestion"), f(ie, "type", "text"), f(
4727
- ie,
4762
+ ), f(oe, "class", "PlayerPhoneNumber"), f(y, "class", me = "PlayerInfoBox " + /*isMobileValid*/
4763
+ (e[13] ? "" : "InvalidField")), f(De, "class", "FormRequired"), f(Ae, "for", "SecurityQuestion"), f(ae, "id", "SecurityQuestion"), f(ae, "type", "text"), f(
4764
+ ae,
4728
4765
  "placeholder",
4729
4766
  /*defaultValues*/
4730
4767
  e[17].securityQuestion
4731
- ), f(W, "class", Ze = "PlayerInfoBox " + /*isSecurityQuestionValid*/
4732
- (e[11] ? "" : "InvalidField")), f(Oe, "class", "FormRequired"), f(Me, "for", "SecurityAnswer"), f(ae, "id", "SecurityAnswer"), f(ae, "type", "text"), f(
4733
- ae,
4768
+ ), f(X, "class", Je = "PlayerInfoBox " + /*isSecurityQuestionValid*/
4769
+ (e[11] ? "" : "InvalidField")), f(Le, "class", "FormRequired"), f(ke, "for", "SecurityAnswer"), f(le, "id", "SecurityAnswer"), f(le, "type", "text"), f(
4770
+ le,
4734
4771
  "placeholder",
4735
4772
  /*defaultValues*/
4736
4773
  e[17].securityAnswer
4737
- ), f(oe, "class", Je = "PlayerInfoBox " + /*isSecurityAnswerValid*/
4738
- (e[12] ? "" : "InvalidField")), f(qe, "for", "UserEmail"), f(ue, "id", "UserEmail"), f(ue, "type", "email"), f(ue, "class", "FieldDisabled"), ue.value = Ve = /*readOnlyValues*/
4739
- e[5].email, ue.readOnly = !0, f(De, "class", "PlayerInfoBox"), f(Ke, "for", "DateOfBirth"), f(N, "id", "DateOfBirth"), f(N, "type", "text"), f(N, "class", "FieldDisabled"), N.value = ce = /*readOnlyValues*/
4740
- e[5].birth, N.readOnly = !0, f(ke, "class", "PlayerInfoBox"), f(jt, "for", "FirstName"), f(xe, "id", "FirstName"), f(xe, "type", "text"), f(xe, "class", "FieldDisabled"), xe.value = wt = /*readOnlyValues*/
4741
- e[5].firstname, xe.readOnly = !0, f(Fe, "class", "PlayerInfoBox"), f(zt, "for", "LastName"), f(Ce, "id", "LastName"), f(Ce, "type", "text"), f(Ce, "class", "FieldDisabled"), Ce.value = xt = /*readOnlyValues*/
4742
- e[5].lastname, Ce.readOnly = !0, f(et, "class", "PlayerInfoBox"), f(Vt, "for", "UserTitle"), f(Ae, "id", "UserTitle"), f(Ae, "type", "text"), f(Ae, "class", "FieldDisabled"), Ae.value = Ct = /*$_*/
4774
+ ), f(se, "class", qe = "PlayerInfoBox " + /*isSecurityAnswerValid*/
4775
+ (e[12] ? "" : "InvalidField")), f(Ye, "for", "UserEmail"), f(he, "id", "UserEmail"), f(he, "type", "email"), f(he, "class", "FieldDisabled"), he.value = $e = /*readOnlyValues*/
4776
+ e[5].email, he.readOnly = !0, f(Fe, "class", "PlayerInfoBox"), f(et, "for", "DateOfBirth"), f(N, "id", "DateOfBirth"), f(N, "type", "text"), f(N, "class", "FieldDisabled"), N.value = Z = /*readOnlyValues*/
4777
+ e[5].birth, N.readOnly = !0, f(Re, "class", "PlayerInfoBox"), f(Gt, "for", "FirstName"), f(Be, "id", "FirstName"), f(Be, "type", "text"), f(Be, "class", "FieldDisabled"), Be.value = xt = /*readOnlyValues*/
4778
+ e[5].firstname, Be.readOnly = !0, f(j, "class", "PlayerInfoBox"), f(Qt, "for", "LastName"), f(Ie, "id", "LastName"), f(Ie, "type", "text"), f(Ie, "class", "FieldDisabled"), Ie.value = Ct = /*readOnlyValues*/
4779
+ e[5].lastname, Ie.readOnly = !0, f(tt, "class", "PlayerInfoBox"), f($t, "for", "UserTitle"), f(Te, "id", "UserTitle"), f(Te, "type", "text"), f(Te, "class", "FieldDisabled"), Te.value = At = /*$_*/
4743
4780
  e[15](
4744
4781
  /*readOnlyValues*/
4745
4782
  e[5].userTitles
4746
- ), Ae.readOnly = !0, f(tt, "class", "PlayerInfoBox"), f(Wt, "for", "Currrency"), f(Be, "id", "Currency"), f(Be, "type", "text"), f(Be, "class", "FieldDisabled"), Be.value = At = /*readOnlyValues*/
4747
- e[5].currency, Be.readOnly = !0, f(rt, "class", "PlayerInfoBox"), f(p, "class", "PlayerDetailsContent"), f(Zt, "class", "PlayerLocationHeader"), f(qt, "for", "UserCountry"), f(fe, "id", "UserCountry"), f(fe, "type", "text"), f(fe, "class", "PlayerCountry FieldDisabled"), fe.value = Bt = /*readOnlyValues*/
4748
- e[5].countryName, f(fe, "placeholder", Kt = /*readOnlyValues*/
4749
- e[5].countryCode), fe.readOnly = !0, f(nt, "class", "PlayerInfoBox"), f(er, "for", "UserCity"), f(ye, "id", "UserCity"), f(ye, "type", "text"), f(
4750
- ye,
4783
+ ), Te.readOnly = !0, f(rt, "class", "PlayerInfoBox"), f(Xt, "for", "Currrency"), f(Ne, "id", "Currency"), f(Ne, "type", "text"), f(Ne, "class", "FieldDisabled"), Ne.value = Bt = /*readOnlyValues*/
4784
+ e[5].currency, Ne.readOnly = !0, f(nt, "class", "PlayerInfoBox"), f(p, "class", "PlayerDetailsContent"), f(Jt, "class", "PlayerLocationHeader"), f(Yt, "for", "UserCountry"), f(de, "id", "UserCountry"), f(de, "type", "text"), f(de, "class", "PlayerCountry FieldDisabled"), de.value = It = /*readOnlyValues*/
4785
+ e[5].countryName, f(de, "placeholder", er = /*readOnlyValues*/
4786
+ e[5].countryCode), de.readOnly = !0, f(it, "class", "PlayerInfoBox"), f(tr, "for", "UserCity"), f(ve, "id", "UserCity"), f(ve, "type", "text"), f(
4787
+ ve,
4751
4788
  "placeholder",
4752
4789
  /*defaultValues*/
4753
4790
  e[17].city
4754
- ), f(me, "class", rr = "PlayerInfoBox " + /*isCityValid*/
4755
- (e[8] ? "" : "InvalidField")), f(nr, "for", "UserAdress"), f(ge, "id", "UserAdress"), f(ge, "type", "text"), f(
4756
- ge,
4791
+ ), f(ge, "class", nr = "PlayerInfoBox " + /*isCityValid*/
4792
+ (e[8] ? "" : "InvalidField")), f(ir, "for", "UserAdress"), f(_e, "id", "UserAdress"), f(_e, "type", "text"), f(
4793
+ _e,
4757
4794
  "placeholder",
4758
4795
  /*defaultValues*/
4759
4796
  e[17].adress
4760
- ), f(be, "class", or = "PlayerInfoBox " + /*isAddressValid*/
4761
- (e[10] ? "" : "InvalidField")), f(ar, "for", "UserPostalCode"), f(_e, "id", "UserPostalCode"), f(_e, "type", "text"), f(
4762
- _e,
4797
+ ), f(Ee, "class", ar = "PlayerInfoBox " + /*isAddressValid*/
4798
+ (e[10] ? "" : "InvalidField")), f(sr, "for", "UserPostalCode"), f(Se, "id", "UserPostalCode"), f(Se, "type", "text"), f(
4799
+ Se,
4763
4800
  "placeholder",
4764
4801
  /*defaultValues*/
4765
4802
  e[17].postalCode
4766
- ), f(ve, "class", lr = "PlayerInfoBox " + /*isPostalCodeValid*/
4767
- (e[9] ? "" : "InvalidField")), f(de, "class", "PlayerLocationContent"), f(it, "class", fr = "PlayerDetailsSaveButton " + /*hasProfileInfoChanged*/
4803
+ ), f(Pe, "class", ur = "PlayerInfoBox " + /*isPostalCodeValid*/
4804
+ (e[9] ? "" : "InvalidField")), f(be, "class", "PlayerLocationContent"), f(ot, "class", hr = "PlayerDetailsSaveButton " + /*hasProfileInfoChanged*/
4768
4805
  (e[6] && /*isValid*/
4769
- e[7] ? "" : "PlayerButtonDisabled")), f(ur, "class", "PlayerDetailsButtonsArea " + /*isMobile*/
4806
+ e[7] ? "" : "PlayerButtonDisabled")), f(cr, "class", "PlayerDetailsButtonsArea " + /*isMobile*/
4770
4807
  (e[16] ? "PlayerDetailsButtonsAreaMobile" : "")), f(t, "class", "PlayerInfoWrapper " + /*isMobile*/
4771
4808
  (e[16] ? "PlayerInfoWrapperMobile" : "") + " " + /*mediaQuery*/
4772
4809
  (e[18].matches && /*isMobile*/
4773
4810
  e[16] ? "PlayerInfoWrapperTablet" : ""));
4774
4811
  },
4775
- m(Q, g) {
4776
- L(Q, t, g), $e && $e.m(t, null), s(t, r), s(t, n), s(n, o), s(t, a), s(t, l), s(l, c), s(c, h), s(t, d), s(t, p), s(p, E), s(E, P), s(P, O), s(E, B), s(E, k), s(p, le), s(p, y), s(y, C), s(C, Se), s(y, je), s(y, ne), s(ne, $);
4777
- for (let U = 0; U < z.length; U += 1)
4778
- z[U] && z[U].m($, null);
4779
- Un(
4780
- $,
4812
+ m(V, g) {
4813
+ L(V, t, g), We && We.m(t, null), s(t, r), s(t, n), s(n, o), s(t, a), s(t, l), s(l, c), s(c, h), s(t, d), s(t, p), s(p, _), s(_, S), s(S, O), s(_, B), s(_, k), s(p, fe), s(p, y), s(y, C), s(C, Ce), s(y, Ge), s(y, oe), s(oe, W);
4814
+ for (let U = 0; U < Q.length; U += 1)
4815
+ Q[U] && Q[U].m(W, null);
4816
+ $n(
4817
+ W,
4781
4818
  /*updatedEditableValues*/
4782
4819
  e[4].mobile.prefix,
4783
4820
  !0
4784
- ), s(ne, Ge), s(ne, G), j(
4785
- G,
4821
+ ), s(oe, ze), s(oe, z), G(
4822
+ z,
4786
4823
  /*updatedEditableValues*/
4787
4824
  e[4].mobile.number
4788
- ), s(y, Ne), X && X.m(y, null), s(p, ze), s(p, W), s(W, we), s(we, pe), s(we, Ot), s(we, He), s(W, vt), s(W, ie), j(
4789
- ie,
4825
+ ), s(y, Oe), J && J.m(y, null), s(p, Qe), s(p, X), s(X, Ae), s(Ae, ye), s(Ae, Dt), s(Ae, De), s(X, Et), s(X, ae), G(
4826
+ ae,
4790
4827
  /*updatedEditableValues*/
4791
4828
  e[4].securityQuestion
4792
- ), s(W, Dt), Z && Z.m(W, null), s(p, _t), s(p, oe), s(oe, Me), s(Me, Et), s(Me, kt), s(Me, Oe), s(oe, Pt), s(oe, ae), j(
4793
- ae,
4829
+ ), s(X, kt), q && q.m(X, null), s(p, _t), s(p, se), s(se, ke), s(ke, Pt), s(ke, Lt), s(ke, Le), s(se, St), s(se, le), G(
4830
+ le,
4794
4831
  /*updatedEditableValues*/
4795
4832
  e[4].securityAnswer
4796
- ), s(oe, Lt), J && J.m(oe, null), s(p, Ft), s(p, De), s(De, qe), s(qe, St), s(De, Rt), s(De, ue), s(p, Ut), s(p, ke), s(ke, Ke), s(Ke, S), s(ke, M), s(ke, N), s(p, Le), s(p, Fe), s(Fe, jt), s(jt, Br), s(Fe, mn), s(Fe, xe), s(p, yn), s(p, et), s(et, zt), s(zt, Ir), s(et, bn), s(et, Ce), s(p, gn), s(p, tt), s(tt, Vt), s(Vt, Tr), s(tt, vn), s(tt, Ae), s(p, _n), s(p, rt), s(rt, Wt), s(Wt, Nr), s(rt, En), s(rt, Be), s(p, Pn), q && q.m(p, null), s(t, Sn), s(t, Zt), s(Zt, Hr), s(Hr, Mr), s(t, wn), s(t, de), s(de, nt), s(nt, qt), s(qt, Or), s(nt, xn), s(nt, fe), s(de, Cn), s(de, me), s(me, er), s(er, Dr), s(me, An), s(me, ye), j(
4797
- ye,
4833
+ ), s(se, Ft), Y && Y.m(se, null), s(p, Rt), s(p, Fe), s(Fe, Ye), s(Ye, wt), s(Fe, Ut), s(Fe, he), s(p, jt), s(p, Re), s(Re, et), s(et, P), s(Re, H), s(Re, N), s(p, pe), s(p, j), s(j, Gt), s(Gt, Tr), s(j, gn), s(j, Be), s(p, vn), s(p, tt), s(tt, Qt), s(Qt, Nr), s(tt, En), s(tt, Ie), s(p, _n), s(p, rt), s(rt, $t), s($t, Hr), s(rt, Pn), s(rt, Te), s(p, Sn), s(p, nt), s(nt, Xt), s(Xt, Mr), s(nt, wn), s(nt, Ne), s(p, xn), K && K.m(p, null), s(t, Cn), s(t, Jt), s(Jt, Or), s(Or, Dr), s(t, An), s(t, be), s(be, it), s(it, Yt), s(Yt, kr), s(it, Bn), s(it, de), s(be, In), s(be, ge), s(ge, tr), s(tr, Lr), s(ge, Tn), s(ge, ve), G(
4834
+ ve,
4798
4835
  /*updatedEditableValues*/
4799
4836
  e[4].city
4800
- ), s(me, Bn), Y && Y.m(me, null), s(de, In), s(de, be), s(be, nr), s(nr, kr), s(be, Tn), s(be, ge), j(
4801
- ge,
4837
+ ), s(ge, Nn), ee && ee.m(ge, null), s(be, Hn), s(be, Ee), s(Ee, ir), s(ir, Fr), s(Ee, Mn), s(Ee, _e), G(
4838
+ _e,
4802
4839
  /*updatedEditableValues*/
4803
4840
  e[4].address1
4804
- ), s(be, Nn), K && K.m(be, null), s(de, Hn), s(de, ve), s(ve, ar), s(ar, Lr), s(ve, Mn), s(ve, _e), j(
4805
- _e,
4841
+ ), s(Ee, On), te && te.m(Ee, null), s(be, Dn), s(be, Pe), s(Pe, sr), s(sr, Rr), s(Pe, kn), s(Pe, Se), G(
4842
+ Se,
4806
4843
  /*updatedEditableValues*/
4807
4844
  e[4].postalCode
4808
- ), s(ve, On), ee && ee.m(ve, null), s(t, Dn), te && te.m(t, null), s(t, Rr), s(t, ur), s(ur, it), s(it, Ur), s(t, kn), re && re.m(t, null), jr || (Ln = [
4845
+ ), s(Pe, Ln), re && re.m(Pe, null), s(t, Fn), ne && ne.m(t, null), s(t, jr), s(t, cr), s(cr, ot), s(ot, Gr), s(t, Rn), ie && ie.m(t, null), zr || (Un = [
4809
4846
  F(
4810
- $,
4847
+ W,
4811
4848
  "change",
4812
4849
  /*select_change_handler*/
4813
4850
  e[33]
4814
4851
  ),
4815
4852
  F(
4816
- $,
4853
+ W,
4817
4854
  "change",
4818
4855
  /*checkForChanges*/
4819
4856
  e[19]
4820
4857
  ),
4821
4858
  F(
4822
- G,
4859
+ z,
4823
4860
  "input",
4824
4861
  /*input1_input_handler*/
4825
4862
  e[34]
4826
4863
  ),
4827
4864
  F(
4828
- G,
4865
+ z,
4829
4866
  "keyup",
4830
4867
  /*validateAndCheckForChanges*/
4831
4868
  e[20]("mobileNumber")
4832
4869
  ),
4833
- F(G, "input", function() {
4834
- Pr(
4870
+ F(z, "input", function() {
4871
+ wr(
4835
4872
  /*updatedEditableValues*/
4836
4873
  e[4].mobile.number = /*updatedEditableValues*/
4837
4874
  e[4].mobile.number.replace(/[^0-9.]/g, "").replace(/(\..*)\./g, "$1")
@@ -4840,76 +4877,76 @@ function Ms(e) {
4840
4877
  e[4].mobile.number.replace(/[^0-9.]/g, "").replace(/(\..*)\./g, "$1")).apply(this, arguments);
4841
4878
  }),
4842
4879
  F(
4843
- ie,
4880
+ ae,
4844
4881
  "input",
4845
4882
  /*input2_input_handler*/
4846
4883
  e[35]
4847
4884
  ),
4848
4885
  F(
4849
- ie,
4886
+ ae,
4850
4887
  "keyup",
4851
4888
  /*validateAndCheckForChanges*/
4852
4889
  e[20]("securityQuestion")
4853
4890
  ),
4854
4891
  F(
4855
- ae,
4892
+ le,
4856
4893
  "input",
4857
4894
  /*input3_input_handler*/
4858
4895
  e[36]
4859
4896
  ),
4860
4897
  F(
4861
- ae,
4898
+ le,
4862
4899
  "keyup",
4863
4900
  /*validateAndCheckForChanges*/
4864
4901
  e[20]("securityAnswer")
4865
4902
  ),
4866
4903
  F(
4867
- ye,
4904
+ ve,
4868
4905
  "input",
4869
4906
  /*input11_input_handler*/
4870
4907
  e[37]
4871
4908
  ),
4872
4909
  F(
4873
- ye,
4910
+ ve,
4874
4911
  "keyup",
4875
4912
  /*validateAndCheckForChanges*/
4876
4913
  e[20]("city")
4877
4914
  ),
4878
4915
  F(
4879
- ge,
4916
+ _e,
4880
4917
  "input",
4881
4918
  /*input12_input_handler*/
4882
4919
  e[38]
4883
4920
  ),
4884
4921
  F(
4885
- ge,
4922
+ _e,
4886
4923
  "keyup",
4887
4924
  /*validateAndCheckForChanges*/
4888
4925
  e[20]("address")
4889
4926
  ),
4890
4927
  F(
4891
- _e,
4928
+ Se,
4892
4929
  "input",
4893
4930
  /*input13_input_handler*/
4894
4931
  e[39]
4895
4932
  ),
4896
4933
  F(
4897
- _e,
4934
+ Se,
4898
4935
  "keyup",
4899
4936
  /*validateAndCheckForChanges*/
4900
4937
  e[20]("postalCode")
4901
4938
  ),
4902
4939
  F(
4903
- it,
4940
+ ot,
4904
4941
  "click",
4905
4942
  /*updatePlayerInfoAndConsent*/
4906
4943
  e[21]
4907
4944
  )
4908
- ], jr = !0);
4945
+ ], zr = !0);
4909
4946
  },
4910
- p(Q, g) {
4911
- if (e = Q, /*isMobile*/
4912
- e[16] && $e.p(e, g), g[0] & /*$_*/
4947
+ p(V, g) {
4948
+ if (e = V, /*isMobile*/
4949
+ e[16] && We.p(e, g), g[0] & /*$_*/
4913
4950
  32768 && i !== (i = /*$_*/
4914
4951
  e[15]("titleProfileInfo") + "") && T(o, i), g[0] & /*$_*/
4915
4952
  32768 && u !== (u = /*$_*/
@@ -4918,157 +4955,157 @@ function Ms(e) {
4918
4955
  e[15]("userName") + "") && T(O, v), g[0] & /*readOnlyValues*/
4919
4956
  32 && R !== (R = /*readOnlyValues*/
4920
4957
  e[5].username) && k.value !== R && (k.value = R), g[0] & /*$_*/
4921
- 32768 && Pe !== (Pe = /*$_*/
4922
- e[15]("userPhone") + "") && T(Se, Pe), g[0] & /*prefixesArray, updatedEditableValues*/
4958
+ 32768 && xe !== (xe = /*$_*/
4959
+ e[15]("userPhone") + "") && T(Ce, xe), g[0] & /*prefixesArray, updatedEditableValues*/
4923
4960
  24) {
4924
- ot = vr(
4961
+ at = _r(
4925
4962
  /*prefixesArray*/
4926
4963
  e[3]
4927
4964
  );
4928
4965
  let U;
4929
- for (U = 0; U < ot.length; U += 1) {
4930
- const Fn = fi(e, ot, U);
4931
- z[U] ? z[U].p(Fn, g) : (z[U] = hi(Fn), z[U].c(), z[U].m($, null));
4966
+ for (U = 0; U < at.length; U += 1) {
4967
+ const jn = bi(e, at, U);
4968
+ Q[U] ? Q[U].p(jn, g) : (Q[U] = gi(jn), Q[U].c(), Q[U].m(W, null));
4932
4969
  }
4933
- for (; U < z.length; U += 1)
4934
- z[U].d(1);
4935
- z.length = ot.length;
4970
+ for (; U < Q.length; U += 1)
4971
+ Q[U].d(1);
4972
+ Q.length = at.length;
4936
4973
  }
4937
4974
  g[0] & /*updatedEditableValues, prefixesArray*/
4938
- 24 && Un(
4939
- $,
4975
+ 24 && $n(
4976
+ W,
4940
4977
  /*updatedEditableValues*/
4941
4978
  e[4].mobile.prefix
4942
4979
  ), g[0] & /*updatedEditableValues, prefixesArray*/
4943
- 24 && G.value !== /*updatedEditableValues*/
4944
- e[4].mobile.number && j(
4945
- G,
4980
+ 24 && z.value !== /*updatedEditableValues*/
4981
+ e[4].mobile.number && G(
4982
+ z,
4946
4983
  /*updatedEditableValues*/
4947
4984
  e[4].mobile.number
4948
4985
  ), /*isMobileValid*/
4949
- e[13] ? X && (X.d(1), X = null) : X ? X.p(e, g) : (X = pi(e), X.c(), X.m(y, null)), g[0] & /*isMobileValid*/
4950
- 8192 && he !== (he = "PlayerInfoBox " + /*isMobileValid*/
4951
- (e[13] ? "" : "InvalidField")) && f(y, "class", he), g[0] & /*custominputtextswitch, $_*/
4952
- 32769 && Xe !== (Xe = /*custominputtextswitch*/
4986
+ e[13] ? J && (J.d(1), J = null) : J ? J.p(e, g) : (J = vi(e), J.c(), J.m(y, null)), g[0] & /*isMobileValid*/
4987
+ 8192 && me !== (me = "PlayerInfoBox " + /*isMobileValid*/
4988
+ (e[13] ? "" : "InvalidField")) && f(y, "class", me), g[0] & /*custominputtextswitch, $_*/
4989
+ 32769 && Ze !== (Ze = /*custominputtextswitch*/
4953
4990
  (e[0] == "true" ? (
4954
4991
  /*$_*/
4955
4992
  e[15]("profileSecurityQuestion2")
4956
4993
  ) : (
4957
4994
  /*$_*/
4958
4995
  e[15]("profileSecurityQuestion")
4959
- )) + "") && T(pe, Xe), g[0] & /*updatedEditableValues, prefixesArray*/
4960
- 24 && ie.value !== /*updatedEditableValues*/
4961
- e[4].securityQuestion && j(
4962
- ie,
4996
+ )) + "") && T(ye, Ze), g[0] & /*updatedEditableValues, prefixesArray*/
4997
+ 24 && ae.value !== /*updatedEditableValues*/
4998
+ e[4].securityQuestion && G(
4999
+ ae,
4963
5000
  /*updatedEditableValues*/
4964
5001
  e[4].securityQuestion
4965
5002
  ), /*isSecurityQuestionValid*/
4966
- e[11] ? Z && (Z.d(1), Z = null) : Z ? Z.p(e, g) : (Z = di(e), Z.c(), Z.m(W, null)), g[0] & /*isSecurityQuestionValid*/
4967
- 2048 && Ze !== (Ze = "PlayerInfoBox " + /*isSecurityQuestionValid*/
4968
- (e[11] ? "" : "InvalidField")) && f(W, "class", Ze), g[0] & /*custominputtextswitch, $_*/
4969
- 32769 && Qe !== (Qe = /*custominputtextswitch*/
5003
+ e[11] ? q && (q.d(1), q = null) : q ? q.p(e, g) : (q = Ei(e), q.c(), q.m(X, null)), g[0] & /*isSecurityQuestionValid*/
5004
+ 2048 && Je !== (Je = "PlayerInfoBox " + /*isSecurityQuestionValid*/
5005
+ (e[11] ? "" : "InvalidField")) && f(X, "class", Je), g[0] & /*custominputtextswitch, $_*/
5006
+ 32769 && Ve !== (Ve = /*custominputtextswitch*/
4970
5007
  (e[0] == "true" ? (
4971
5008
  /*$_*/
4972
5009
  e[15]("profileSecurityAnswer2")
4973
5010
  ) : (
4974
5011
  /*$_*/
4975
5012
  e[15]("profileSecurityAnswer")
4976
- )) + "") && T(Et, Qe), g[0] & /*updatedEditableValues, prefixesArray*/
4977
- 24 && ae.value !== /*updatedEditableValues*/
4978
- e[4].securityAnswer && j(
4979
- ae,
5013
+ )) + "") && T(Pt, Ve), g[0] & /*updatedEditableValues, prefixesArray*/
5014
+ 24 && le.value !== /*updatedEditableValues*/
5015
+ e[4].securityAnswer && G(
5016
+ le,
4980
5017
  /*updatedEditableValues*/
4981
5018
  e[4].securityAnswer
4982
5019
  ), /*isSecurityAnswerValid*/
4983
- e[12] ? J && (J.d(1), J = null) : J ? J.p(e, g) : (J = mi(e), J.c(), J.m(oe, null)), g[0] & /*isSecurityAnswerValid*/
4984
- 4096 && Je !== (Je = "PlayerInfoBox " + /*isSecurityAnswerValid*/
4985
- (e[12] ? "" : "InvalidField")) && f(oe, "class", Je), g[0] & /*$_*/
4986
- 32768 && Ye !== (Ye = /*$_*/
4987
- e[15]("userEmail") + "") && T(St, Ye), g[0] & /*readOnlyValues*/
4988
- 32 && Ve !== (Ve = /*readOnlyValues*/
4989
- e[5].email) && ue.value !== Ve && (ue.value = Ve), g[0] & /*$_*/
5020
+ e[12] ? Y && (Y.d(1), Y = null) : Y ? Y.p(e, g) : (Y = _i(e), Y.c(), Y.m(se, null)), g[0] & /*isSecurityAnswerValid*/
5021
+ 4096 && qe !== (qe = "PlayerInfoBox " + /*isSecurityAnswerValid*/
5022
+ (e[12] ? "" : "InvalidField")) && f(se, "class", qe), g[0] & /*$_*/
5023
+ 32768 && Ke !== (Ke = /*$_*/
5024
+ e[15]("userEmail") + "") && T(wt, Ke), g[0] & /*readOnlyValues*/
5025
+ 32 && $e !== ($e = /*readOnlyValues*/
5026
+ e[5].email) && he.value !== $e && (he.value = $e), g[0] & /*$_*/
4990
5027
  32768 && b !== (b = /*$_*/
4991
- e[15]("dateOfBirth") + "") && T(S, b), g[0] & /*readOnlyValues*/
4992
- 32 && ce !== (ce = /*readOnlyValues*/
4993
- e[5].birth) && N.value !== ce && (N.value = ce), g[0] & /*$_*/
4994
- 32768 && Gt !== (Gt = /*$_*/
4995
- e[15]("firstName") + "") && T(Br, Gt), g[0] & /*readOnlyValues*/
4996
- 32 && wt !== (wt = /*readOnlyValues*/
4997
- e[5].firstname) && xe.value !== wt && (xe.value = wt), g[0] & /*$_*/
4998
- 32768 && Qt !== (Qt = /*$_*/
4999
- e[15]("lastName") + "") && T(Ir, Qt), g[0] & /*readOnlyValues*/
5028
+ e[15]("dateOfBirth") + "") && T(P, b), g[0] & /*readOnlyValues*/
5029
+ 32 && Z !== (Z = /*readOnlyValues*/
5030
+ e[5].birth) && N.value !== Z && (N.value = Z), g[0] & /*$_*/
5031
+ 32768 && zt !== (zt = /*$_*/
5032
+ e[15]("firstName") + "") && T(Tr, zt), g[0] & /*readOnlyValues*/
5000
5033
  32 && xt !== (xt = /*readOnlyValues*/
5001
- e[5].lastname) && Ce.value !== xt && (Ce.value = xt), g[0] & /*$_*/
5002
- 32768 && $t !== ($t = /*$_*/
5003
- e[15]("userTitle") + "") && T(Tr, $t), g[0] & /*$_, readOnlyValues*/
5004
- 32800 && Ct !== (Ct = /*$_*/
5034
+ e[5].firstname) && Be.value !== xt && (Be.value = xt), g[0] & /*$_*/
5035
+ 32768 && Vt !== (Vt = /*$_*/
5036
+ e[15]("lastName") + "") && T(Nr, Vt), g[0] & /*readOnlyValues*/
5037
+ 32 && Ct !== (Ct = /*readOnlyValues*/
5038
+ e[5].lastname) && Ie.value !== Ct && (Ie.value = Ct), g[0] & /*$_*/
5039
+ 32768 && Wt !== (Wt = /*$_*/
5040
+ e[15]("userTitle") + "") && T(Hr, Wt), g[0] & /*$_, readOnlyValues*/
5041
+ 32800 && At !== (At = /*$_*/
5005
5042
  e[15](
5006
5043
  /*readOnlyValues*/
5007
5044
  e[5].userTitles
5008
- )) && Ae.value !== Ct && (Ae.value = Ct), g[0] & /*$_*/
5009
- 32768 && Xt !== (Xt = /*$_*/
5010
- e[15]("currency") + "") && T(Nr, Xt), g[0] & /*readOnlyValues*/
5011
- 32 && At !== (At = /*readOnlyValues*/
5012
- e[5].currency) && Be.value !== At && (Be.value = At), /*readOnlyValues*/
5013
- e[5].iban ? q ? q.p(e, g) : (q = yi(e), q.c(), q.m(p, null)) : q && (q.d(1), q = null), g[0] & /*$_*/
5014
- 32768 && Jt !== (Jt = /*$_*/
5015
- e[15]("locationDetails") + "") && T(Mr, Jt), g[0] & /*$_*/
5016
- 32768 && Yt !== (Yt = /*$_*/
5017
- e[15]("userCountry") + "") && T(Or, Yt), g[0] & /*readOnlyValues*/
5045
+ )) && Te.value !== At && (Te.value = At), g[0] & /*$_*/
5046
+ 32768 && Zt !== (Zt = /*$_*/
5047
+ e[15]("currency") + "") && T(Mr, Zt), g[0] & /*readOnlyValues*/
5018
5048
  32 && Bt !== (Bt = /*readOnlyValues*/
5019
- e[5].countryName) && fe.value !== Bt && (fe.value = Bt), g[0] & /*readOnlyValues*/
5020
- 32 && Kt !== (Kt = /*readOnlyValues*/
5021
- e[5].countryCode) && f(fe, "placeholder", Kt), g[0] & /*$_*/
5022
- 32768 && tr !== (tr = /*$_*/
5023
- e[15]("userCity") + "") && T(Dr, tr), g[0] & /*updatedEditableValues, prefixesArray*/
5024
- 24 && ye.value !== /*updatedEditableValues*/
5025
- e[4].city && j(
5026
- ye,
5049
+ e[5].currency) && Ne.value !== Bt && (Ne.value = Bt), /*readOnlyValues*/
5050
+ e[5].iban ? K ? K.p(e, g) : (K = Pi(e), K.c(), K.m(p, null)) : K && (K.d(1), K = null), g[0] & /*$_*/
5051
+ 32768 && qt !== (qt = /*$_*/
5052
+ e[15]("locationDetails") + "") && T(Dr, qt), g[0] & /*$_*/
5053
+ 32768 && Kt !== (Kt = /*$_*/
5054
+ e[15]("userCountry") + "") && T(kr, Kt), g[0] & /*readOnlyValues*/
5055
+ 32 && It !== (It = /*readOnlyValues*/
5056
+ e[5].countryName) && de.value !== It && (de.value = It), g[0] & /*readOnlyValues*/
5057
+ 32 && er !== (er = /*readOnlyValues*/
5058
+ e[5].countryCode) && f(de, "placeholder", er), g[0] & /*$_*/
5059
+ 32768 && rr !== (rr = /*$_*/
5060
+ e[15]("userCity") + "") && T(Lr, rr), g[0] & /*updatedEditableValues, prefixesArray*/
5061
+ 24 && ve.value !== /*updatedEditableValues*/
5062
+ e[4].city && G(
5063
+ ve,
5027
5064
  /*updatedEditableValues*/
5028
5065
  e[4].city
5029
5066
  ), /*isCityValid*/
5030
- e[8] ? Y && (Y.d(1), Y = null) : Y ? Y.p(e, g) : (Y = bi(e), Y.c(), Y.m(me, null)), g[0] & /*isCityValid*/
5031
- 256 && rr !== (rr = "PlayerInfoBox " + /*isCityValid*/
5032
- (e[8] ? "" : "InvalidField")) && f(me, "class", rr), g[0] & /*$_*/
5033
- 32768 && ir !== (ir = /*$_*/
5034
- e[15]("userAddress") + "") && T(kr, ir), g[0] & /*updatedEditableValues, prefixesArray*/
5035
- 24 && ge.value !== /*updatedEditableValues*/
5036
- e[4].address1 && j(
5037
- ge,
5067
+ e[8] ? ee && (ee.d(1), ee = null) : ee ? ee.p(e, g) : (ee = Si(e), ee.c(), ee.m(ge, null)), g[0] & /*isCityValid*/
5068
+ 256 && nr !== (nr = "PlayerInfoBox " + /*isCityValid*/
5069
+ (e[8] ? "" : "InvalidField")) && f(ge, "class", nr), g[0] & /*$_*/
5070
+ 32768 && or !== (or = /*$_*/
5071
+ e[15]("userAddress") + "") && T(Fr, or), g[0] & /*updatedEditableValues, prefixesArray*/
5072
+ 24 && _e.value !== /*updatedEditableValues*/
5073
+ e[4].address1 && G(
5074
+ _e,
5038
5075
  /*updatedEditableValues*/
5039
5076
  e[4].address1
5040
5077
  ), /*isAddressValid*/
5041
- e[10] ? K && (K.d(1), K = null) : K ? K.p(e, g) : (K = gi(e), K.c(), K.m(be, null)), g[0] & /*isAddressValid*/
5042
- 1024 && or !== (or = "PlayerInfoBox " + /*isAddressValid*/
5043
- (e[10] ? "" : "InvalidField")) && f(be, "class", or), g[0] & /*$_*/
5044
- 32768 && sr !== (sr = /*$_*/
5045
- e[15]("userPostalCode") + "") && T(Lr, sr), g[0] & /*updatedEditableValues, prefixesArray*/
5046
- 24 && _e.value !== /*updatedEditableValues*/
5047
- e[4].postalCode && j(
5048
- _e,
5078
+ e[10] ? te && (te.d(1), te = null) : te ? te.p(e, g) : (te = wi(e), te.c(), te.m(Ee, null)), g[0] & /*isAddressValid*/
5079
+ 1024 && ar !== (ar = "PlayerInfoBox " + /*isAddressValid*/
5080
+ (e[10] ? "" : "InvalidField")) && f(Ee, "class", ar), g[0] & /*$_*/
5081
+ 32768 && lr !== (lr = /*$_*/
5082
+ e[15]("userPostalCode") + "") && T(Rr, lr), g[0] & /*updatedEditableValues, prefixesArray*/
5083
+ 24 && Se.value !== /*updatedEditableValues*/
5084
+ e[4].postalCode && G(
5085
+ Se,
5049
5086
  /*updatedEditableValues*/
5050
5087
  e[4].postalCode
5051
5088
  ), /*isPostalCodeValid*/
5052
- e[9] ? ee && (ee.d(1), ee = null) : ee ? ee.p(e, g) : (ee = vi(e), ee.c(), ee.m(ve, null)), g[0] & /*isPostalCodeValid*/
5053
- 512 && lr !== (lr = "PlayerInfoBox " + /*isPostalCodeValid*/
5054
- (e[9] ? "" : "InvalidField")) && f(ve, "class", lr), g[0] & /*updatedEditableValues*/
5055
- 16 && (Fr = Object.keys(
5089
+ e[9] ? re && (re.d(1), re = null) : re ? re.p(e, g) : (re = xi(e), re.c(), re.m(Pe, null)), g[0] & /*isPostalCodeValid*/
5090
+ 512 && ur !== (ur = "PlayerInfoBox " + /*isPostalCodeValid*/
5091
+ (e[9] ? "" : "InvalidField")) && f(Pe, "class", ur), g[0] & /*updatedEditableValues*/
5092
+ 16 && (Ur = Object.keys(
5056
5093
  /*updatedEditableValues*/
5057
5094
  e[4].consents
5058
- ).length > 0), Fr ? te ? te.p(e, g) : (te = _i(e), te.c(), te.m(t, Rr)) : te && (te.d(1), te = null), g[0] & /*$_*/
5059
- 32768 && cr !== (cr = /*$_*/
5060
- e[15]("userProfileSaveChanges") + "") && T(Ur, cr), g[0] & /*hasProfileInfoChanged, isValid*/
5061
- 192 && fr !== (fr = "PlayerDetailsSaveButton " + /*hasProfileInfoChanged*/
5095
+ ).length > 0), Ur ? ne ? ne.p(e, g) : (ne = Ci(e), ne.c(), ne.m(t, jr)) : ne && (ne.d(1), ne = null), g[0] & /*$_*/
5096
+ 32768 && fr !== (fr = /*$_*/
5097
+ e[15]("userProfileSaveChanges") + "") && T(Gr, fr), g[0] & /*hasProfileInfoChanged, isValid*/
5098
+ 192 && hr !== (hr = "PlayerDetailsSaveButton " + /*hasProfileInfoChanged*/
5062
5099
  (e[6] && /*isValid*/
5063
- e[7] ? "" : "PlayerButtonDisabled")) && f(it, "class", fr), /*showConfirmSave*/
5064
- e[14] ? re ? re.p(e, g) : (re = Si(e), re.c(), re.m(t, null)) : re && (re.d(1), re = null);
5100
+ e[7] ? "" : "PlayerButtonDisabled")) && f(ot, "class", hr), /*showConfirmSave*/
5101
+ e[14] ? ie ? ie.p(e, g) : (ie = Ii(e), ie.c(), ie.m(t, null)) : ie && (ie.d(1), ie = null);
5065
5102
  },
5066
- d(Q) {
5067
- Q && D(t), $e && $e.d(), Ai(z, Q), X && X.d(), Z && Z.d(), J && J.d(), q && q.d(), Y && Y.d(), K && K.d(), ee && ee.d(), te && te.d(), re && re.d(), jr = !1, Ue(Ln);
5103
+ d(V) {
5104
+ V && D(t), We && We.d(), Mi(Q, V), J && J.d(), q && q.d(), Y && Y.d(), K && K.d(), ee && ee.d(), te && te.d(), re && re.d(), ne && ne.d(), ie && ie.d(), zr = !1, je(Un);
5068
5105
  }
5069
5106
  };
5070
5107
  }
5071
- function Os(e) {
5108
+ function Vs(e) {
5072
5109
  let t;
5073
5110
  return {
5074
5111
  c() {
@@ -5077,23 +5114,23 @@ function Os(e) {
5077
5114
  m(r, n) {
5078
5115
  L(r, t, n);
5079
5116
  },
5080
- p: se,
5117
+ p: ce,
5081
5118
  d(r) {
5082
5119
  r && D(t);
5083
5120
  }
5084
5121
  };
5085
5122
  }
5086
- function Ds(e) {
5123
+ function $s(e) {
5087
5124
  let t, r, n, i, o, a, l, c, u, h, d = (
5088
5125
  /*$_*/
5089
5126
  e[15]("titleProfileInfo") + ""
5090
- ), p, E, P;
5127
+ ), p, _, S;
5091
5128
  return {
5092
5129
  c() {
5093
- t = m("div"), r = at("svg"), n = at("defs"), i = at("style"), o = w(".aaa{fill:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));}"), a = at("g"), l = at("g"), c = at("path"), u = _(), h = m("h2"), p = w(d), f(c, "class", "aaa"), f(c, "d", "M7.5,0,6.136,1.364,11.3,6.526H0V8.474H11.3L6.136,13.636,7.5,15,15,7.5Z"), f(c, "transform", "translate(15 15) rotate(180)"), f(l, "transform", "translate(20 158)"), f(a, "transform", "translate(-20 -158)"), f(r, "xmlns", "http://www.w3.org/2000/svg"), f(r, "width", "15"), f(r, "height", "15"), f(r, "viewBox", "0 0 15 15"), f(h, "class", "MyAccountCategoryTitleMobile"), f(t, "class", "MenuReturnButton");
5130
+ t = m("div"), r = st("svg"), n = st("defs"), i = st("style"), o = w(".aaa{fill:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));}"), a = st("g"), l = st("g"), c = st("path"), u = E(), h = m("h2"), p = w(d), f(c, "class", "aaa"), f(c, "d", "M7.5,0,6.136,1.364,11.3,6.526H0V8.474H11.3L6.136,13.636,7.5,15,15,7.5Z"), f(c, "transform", "translate(15 15) rotate(180)"), f(l, "transform", "translate(20 158)"), f(a, "transform", "translate(-20 -158)"), f(r, "xmlns", "http://www.w3.org/2000/svg"), f(r, "width", "15"), f(r, "height", "15"), f(r, "viewBox", "0 0 15 15"), f(h, "class", "MyAccountCategoryTitleMobile"), f(t, "class", "MenuReturnButton");
5094
5131
  },
5095
5132
  m(v, O) {
5096
- L(v, t, O), s(t, r), s(r, n), s(n, i), s(i, o), s(r, a), s(a, l), s(l, c), s(t, u), s(t, h), s(h, p), E || (P = [
5133
+ L(v, t, O), s(t, r), s(r, n), s(n, i), s(i, o), s(r, a), s(a, l), s(l, c), s(t, u), s(t, h), s(h, p), _ || (S = [
5097
5134
  F(
5098
5135
  t,
5099
5136
  "click",
@@ -5101,7 +5138,7 @@ function Ds(e) {
5101
5138
  e[22]
5102
5139
  ),
5103
5140
  F(t, "keyup", null)
5104
- ], E = !0);
5141
+ ], _ = !0);
5105
5142
  },
5106
5143
  p(v, O) {
5107
5144
  O[0] & /*$_*/
@@ -5109,11 +5146,11 @@ function Ds(e) {
5109
5146
  v[15]("titleProfileInfo") + "") && T(p, d);
5110
5147
  },
5111
5148
  d(v) {
5112
- v && D(t), E = !1, Ue(P);
5149
+ v && D(t), _ = !1, je(S);
5113
5150
  }
5114
5151
  };
5115
5152
  }
5116
- function ks(e) {
5153
+ function Ws(e) {
5117
5154
  let t, r = (
5118
5155
  /*pref*/
5119
5156
  e[66].Prefix + ""
@@ -5121,7 +5158,7 @@ function ks(e) {
5121
5158
  return {
5122
5159
  c() {
5123
5160
  t = m("option"), n = w(r), t.__value = i = /*pref*/
5124
- e[66].Prefix, j(t, t.__value);
5161
+ e[66].Prefix, G(t, t.__value);
5125
5162
  },
5126
5163
  m(o, a) {
5127
5164
  L(o, t, a), s(t, n);
@@ -5131,14 +5168,14 @@ function ks(e) {
5131
5168
  8 && r !== (r = /*pref*/
5132
5169
  o[66].Prefix + "") && T(n, r), a[0] & /*prefixesArray*/
5133
5170
  8 && i !== (i = /*pref*/
5134
- o[66].Prefix) && (t.__value = i, j(t, t.__value));
5171
+ o[66].Prefix) && (t.__value = i, G(t, t.__value));
5135
5172
  },
5136
5173
  d(o) {
5137
5174
  o && D(t);
5138
5175
  }
5139
5176
  };
5140
5177
  }
5141
- function Ls(e) {
5178
+ function Xs(e) {
5142
5179
  let t, r = (
5143
5180
  /*pref*/
5144
5181
  e[66].Prefix + ""
@@ -5146,7 +5183,7 @@ function Ls(e) {
5146
5183
  return {
5147
5184
  c() {
5148
5185
  t = m("option"), n = w(r), t.selected = !0, t.__value = i = /*pref*/
5149
- e[66].Prefix, j(t, t.__value);
5186
+ e[66].Prefix, G(t, t.__value);
5150
5187
  },
5151
5188
  m(o, a) {
5152
5189
  L(o, t, a), s(t, n);
@@ -5156,26 +5193,26 @@ function Ls(e) {
5156
5193
  8 && r !== (r = /*pref*/
5157
5194
  o[66].Prefix + "") && T(n, r), a[0] & /*prefixesArray*/
5158
5195
  8 && i !== (i = /*pref*/
5159
- o[66].Prefix) && (t.__value = i, j(t, t.__value));
5196
+ o[66].Prefix) && (t.__value = i, G(t, t.__value));
5160
5197
  },
5161
5198
  d(o) {
5162
5199
  o && D(t);
5163
5200
  }
5164
5201
  };
5165
5202
  }
5166
- function hi(e) {
5203
+ function gi(e) {
5167
5204
  let t;
5168
5205
  function r(o, a) {
5169
5206
  return (
5170
5207
  /*pref*/
5171
5208
  o[66].Prefix === /*updatedEditableValues*/
5172
- o[4].mobile.prefix ? Ls : ks
5209
+ o[4].mobile.prefix ? Xs : Ws
5173
5210
  );
5174
5211
  }
5175
5212
  let n = r(e), i = n(e);
5176
5213
  return {
5177
5214
  c() {
5178
- i.c(), t = Bi();
5215
+ i.c(), t = Oi();
5179
5216
  },
5180
5217
  m(o, a) {
5181
5218
  i.m(o, a), L(o, t, a);
@@ -5188,7 +5225,7 @@ function hi(e) {
5188
5225
  }
5189
5226
  };
5190
5227
  }
5191
- function pi(e) {
5228
+ function vi(e) {
5192
5229
  let t, r = (
5193
5230
  /*$_*/
5194
5231
  e[15]("userPhoneError") + ""
@@ -5210,7 +5247,7 @@ function pi(e) {
5210
5247
  }
5211
5248
  };
5212
5249
  }
5213
- function di(e) {
5250
+ function Ei(e) {
5214
5251
  let t, r = (
5215
5252
  /*custominputtextswitch*/
5216
5253
  (e[0] == "true" ? (
@@ -5244,7 +5281,7 @@ function di(e) {
5244
5281
  }
5245
5282
  };
5246
5283
  }
5247
- function mi(e) {
5284
+ function _i(e) {
5248
5285
  let t, r = (
5249
5286
  /*custominputtextswitch*/
5250
5287
  (e[0] == "true" ? (
@@ -5278,14 +5315,14 @@ function mi(e) {
5278
5315
  }
5279
5316
  };
5280
5317
  }
5281
- function yi(e) {
5318
+ function Pi(e) {
5282
5319
  let t, r, n = (
5283
5320
  /*$_*/
5284
5321
  e[15]("iban") + ""
5285
5322
  ), i, o, a, l;
5286
5323
  return {
5287
5324
  c() {
5288
- t = m("div"), r = m("label"), i = w(n), o = _(), a = m("input"), f(r, "for", "Iban"), f(a, "id", "Iban"), f(a, "type", "text"), f(a, "class", "FieldDisabled"), a.value = l = /*readOnlyValues*/
5325
+ t = m("div"), r = m("label"), i = w(n), o = E(), a = m("input"), f(r, "for", "Iban"), f(a, "id", "Iban"), f(a, "type", "text"), f(a, "class", "FieldDisabled"), a.value = l = /*readOnlyValues*/
5289
5326
  e[5].iban, a.readOnly = !0, f(t, "class", "PlayerInfoBox");
5290
5327
  },
5291
5328
  m(c, u) {
@@ -5303,7 +5340,7 @@ function yi(e) {
5303
5340
  }
5304
5341
  };
5305
5342
  }
5306
- function bi(e) {
5343
+ function Si(e) {
5307
5344
  let t, r = (
5308
5345
  /*$_*/
5309
5346
  e[15]("userCityError") + ""
@@ -5325,7 +5362,7 @@ function bi(e) {
5325
5362
  }
5326
5363
  };
5327
5364
  }
5328
- function gi(e) {
5365
+ function wi(e) {
5329
5366
  let t, r = (
5330
5367
  /*$_*/
5331
5368
  e[15]("userAddressError") + ""
@@ -5347,7 +5384,7 @@ function gi(e) {
5347
5384
  }
5348
5385
  };
5349
5386
  }
5350
- function vi(e) {
5387
+ function xi(e) {
5351
5388
  let t, r = (
5352
5389
  /*$_*/
5353
5390
  e[15]("userPostalCodeError") + ""
@@ -5369,19 +5406,19 @@ function vi(e) {
5369
5406
  }
5370
5407
  };
5371
5408
  }
5372
- function _i(e) {
5409
+ function Ci(e) {
5373
5410
  let t, r, n = (
5374
5411
  /*$_*/
5375
5412
  e[15]("userNotifications") + ""
5376
- ), i, o, a, l = vr(Object.keys(
5413
+ ), i, o, a, l = _r(Object.keys(
5377
5414
  /*updatedEditableValues*/
5378
5415
  e[4].consents
5379
5416
  )), c = [];
5380
5417
  for (let u = 0; u < l.length; u += 1)
5381
- c[u] = Pi(ci(e, l, u));
5418
+ c[u] = Bi(yi(e, l, u));
5382
5419
  return {
5383
5420
  c() {
5384
- t = m("div"), r = m("h3"), i = w(n), o = _(), a = m("section");
5421
+ t = m("div"), r = m("h3"), i = w(n), o = E(), a = m("section");
5385
5422
  for (let u = 0; u < c.length; u += 1)
5386
5423
  c[u].c();
5387
5424
  f(t, "class", "PlayerNotificationsHeader"), f(a, "class", "PlayerNotificationsCheckboxArea");
@@ -5396,14 +5433,14 @@ function _i(e) {
5396
5433
  32768 && n !== (n = /*$_*/
5397
5434
  u[15]("userNotifications") + "") && T(i, n), h[0] & /*$_, updatedEditableValues, validateAndCheckForChanges*/
5398
5435
  1081360) {
5399
- l = vr(Object.keys(
5436
+ l = _r(Object.keys(
5400
5437
  /*updatedEditableValues*/
5401
5438
  u[4].consents
5402
5439
  ));
5403
5440
  let d;
5404
5441
  for (d = 0; d < l.length; d += 1) {
5405
- const p = ci(u, l, d);
5406
- c[d] ? c[d].p(p, h) : (c[d] = Pi(p), c[d].c(), c[d].m(a, null));
5442
+ const p = yi(u, l, d);
5443
+ c[d] ? c[d].p(p, h) : (c[d] = Bi(p), c[d].c(), c[d].m(a, null));
5407
5444
  }
5408
5445
  for (; d < c.length; d += 1)
5409
5446
  c[d].d(1);
@@ -5411,17 +5448,17 @@ function _i(e) {
5411
5448
  }
5412
5449
  },
5413
5450
  d(u) {
5414
- u && (D(t), D(o), D(a)), Ai(c, u);
5451
+ u && (D(t), D(o), D(a)), Mi(c, u);
5415
5452
  }
5416
5453
  };
5417
5454
  }
5418
- function Ei(e) {
5455
+ function Ai(e) {
5419
5456
  let t, r, n, i, o, a, l, c = (
5420
5457
  /*$_*/
5421
5458
  e[15](`${/*consent*/
5422
5459
  e[63]}Consent`) + ""
5423
5460
  ), u, h, d, p;
5424
- function E() {
5461
+ function _() {
5425
5462
  e[40].call(
5426
5463
  n,
5427
5464
  /*consent*/
@@ -5430,15 +5467,15 @@ function Ei(e) {
5430
5467
  }
5431
5468
  return {
5432
5469
  c() {
5433
- t = m("div"), r = m("label"), n = m("input"), i = _(), o = m("span"), a = _(), l = m("span"), u = w(c), h = _(), f(n, "type", "checkbox"), f(o, "class", "Checkmark"), f(t, "class", "PlayerNotificationBox");
5470
+ t = m("div"), r = m("label"), n = m("input"), i = E(), o = m("span"), a = E(), l = m("span"), u = w(c), h = E(), f(n, "type", "checkbox"), f(o, "class", "Checkmark"), f(t, "class", "PlayerNotificationBox");
5434
5471
  },
5435
- m(P, v) {
5436
- L(P, t, v), s(t, r), s(r, n), n.checked = /*updatedEditableValues*/
5472
+ m(S, v) {
5473
+ L(S, t, v), s(t, r), s(r, n), n.checked = /*updatedEditableValues*/
5437
5474
  e[4].consents[
5438
5475
  /*consent*/
5439
5476
  e[63]
5440
5477
  ], s(r, i), s(r, o), s(r, a), s(r, l), s(l, u), s(t, h), d || (p = [
5441
- F(n, "change", E),
5478
+ F(n, "change", _),
5442
5479
  F(
5443
5480
  n,
5444
5481
  "change",
@@ -5447,8 +5484,8 @@ function Ei(e) {
5447
5484
  )
5448
5485
  ], d = !0);
5449
5486
  },
5450
- p(P, v) {
5451
- e = P, v[0] & /*updatedEditableValues, prefixesArray*/
5487
+ p(S, v) {
5488
+ e = S, v[0] & /*updatedEditableValues, prefixesArray*/
5452
5489
  24 && (n.checked = /*updatedEditableValues*/
5453
5490
  e[4].consents[
5454
5491
  /*consent*/
@@ -5458,33 +5495,33 @@ function Ei(e) {
5458
5495
  e[15](`${/*consent*/
5459
5496
  e[63]}Consent`) + "") && T(u, c);
5460
5497
  },
5461
- d(P) {
5462
- P && D(t), d = !1, Ue(p);
5498
+ d(S) {
5499
+ S && D(t), d = !1, je(p);
5463
5500
  }
5464
5501
  };
5465
5502
  }
5466
- function Pi(e) {
5503
+ function Bi(e) {
5467
5504
  let t, r = (
5468
5505
  /*consent*/
5469
- e[63] !== void 0 && Ei(e)
5506
+ e[63] !== void 0 && Ai(e)
5470
5507
  );
5471
5508
  return {
5472
5509
  c() {
5473
- r && r.c(), t = Bi();
5510
+ r && r.c(), t = Oi();
5474
5511
  },
5475
5512
  m(n, i) {
5476
5513
  r && r.m(n, i), L(n, t, i);
5477
5514
  },
5478
5515
  p(n, i) {
5479
5516
  /*consent*/
5480
- n[63] !== void 0 ? r ? r.p(n, i) : (r = Ei(n), r.c(), r.m(t.parentNode, t)) : r && (r.d(1), r = null);
5517
+ n[63] !== void 0 ? r ? r.p(n, i) : (r = Ai(n), r.c(), r.m(t.parentNode, t)) : r && (r.d(1), r = null);
5481
5518
  },
5482
5519
  d(n) {
5483
5520
  n && D(t), r && r.d(n);
5484
5521
  }
5485
5522
  };
5486
5523
  }
5487
- function Si(e) {
5524
+ function Ii(e) {
5488
5525
  let t, r, n = (
5489
5526
  /*$_*/
5490
5527
  e[15]("userProfileConfirmationMessage") + ""
@@ -5506,12 +5543,12 @@ function Si(e) {
5506
5543
  }
5507
5544
  };
5508
5545
  }
5509
- function Fs(e) {
5546
+ function Zs(e) {
5510
5547
  let t;
5511
5548
  function r(o, a) {
5512
5549
  return (
5513
5550
  /*isLoading*/
5514
- o[2] ? Os : Ms
5551
+ o[2] ? Vs : Qs
5515
5552
  );
5516
5553
  }
5517
5554
  let n = r(e), i = n(e);
@@ -5525,20 +5562,20 @@ function Fs(e) {
5525
5562
  p(o, a) {
5526
5563
  n === (n = r(o)) && i ? i.p(o, a) : (i.d(1), i = n(o), i && (i.c(), i.m(t, null)));
5527
5564
  },
5528
- i: se,
5529
- o: se,
5565
+ i: ce,
5566
+ o: ce,
5530
5567
  d(o) {
5531
5568
  o && D(t), i.d(), e[41](null);
5532
5569
  }
5533
5570
  };
5534
5571
  }
5535
- function Rs(e, t, r) {
5572
+ function Js(e, t, r) {
5536
5573
  let n;
5537
- so(e, Is, (b) => r(15, n = b));
5538
- let { userid: i } = t, { sessionid: o } = t, { endpoint: a } = t, { lang: l = "en" } = t, { clientstyling: c } = t, { clientstylingurl: u } = t, { translationurl: h } = t, { custominputtextswitch: d = "false" } = t, p, E = !0;
5539
- const P = Ts(window.navigator.userAgent) !== "PC";
5540
- let v = null, O = null, B = null, k = null, R, le;
5541
- const y = {}, C = {}, Pe = {
5574
+ vo(e, Us, (b) => r(15, n = b));
5575
+ let { userid: i } = t, { sessionid: o } = t, { endpoint: a } = t, { lang: l = "en" } = t, { clientstyling: c } = t, { clientstylingurl: u } = t, { translationurl: h } = t, { custominputtextswitch: d = "false" } = t, p, _ = !0;
5576
+ const S = js(window.navigator.userAgent) !== "PC";
5577
+ let v = null, O = null, B = null, k = null, R, fe;
5578
+ const y = {}, C = {}, xe = {
5542
5579
  address1: "i.e.: Glanmire Rd.",
5543
5580
  birth: "01/01/1990",
5544
5581
  city: "i.e.: Cork",
@@ -5555,24 +5592,25 @@ function Rs(e, t, r) {
5555
5592
  title: "",
5556
5593
  username: "Username"
5557
5594
  };
5558
- let Se = !1, je = !1, ne = !0, $ = !0, Ge = !0, G = !0, Ne = !0, he = !0, ze = !0, W = !1;
5559
- const we = {
5595
+ let Ce = !1, Ge = !1, oe = !0, W = !0, ze = !0, z = !0, Oe = !0, me = !0, Qe = !0, X = !1;
5596
+ const Ae = {
5560
5597
  document: /^(?=.*[a-zA-Z0-9])[a-zA-Z0-9\s]+$/
5561
- }, Xe = window.matchMedia("(min-width: 768px)"), pe = (b) => {
5598
+ }, Ze = window.matchMedia("(min-width: 768px)"), ye = (b) => {
5562
5599
  try {
5563
5600
  return JSON.stringify(b);
5564
- } catch {
5601
+ } catch (P) {
5565
5602
  return null;
5566
5603
  }
5567
- }, Ot = () => {
5568
- r(5, C.username = B.username, C), r(5, C.mobile = B.mobile, C), r(5, C.email = B.email, C), r(5, C.firstname = B.firstname, C), r(5, C.lastname = B.lastname, C), r(5, C.language = B.language, C), r(5, C.birth = B.birth?.day + "/" + B.birth?.month + "/" + B.birth?.year, C), r(5, C.currency = B.currency, C), r(5, C.iban = B.iban, C), r(5, C.userTitles = B.title, C), r(5, C.countryCode = B.country, C), r(5, C.countryName = O.find((b) => b.Alpha2Code === B.country)?.Name || "I.E. Ireland", C), r(4, y.address1 = B.address1, y), r(4, y.city = B.city, y), r(4, y.mobile = {}, y), r(4, y.mobile.prefix = B.mobile?.prefix, y), r(4, y.mobile.number = B.mobile?.number, y), r(4, y.postalCode = B.postalCode, y), r(4, y.securityAnswer = B.securityAnswer, y), r(4, y.securityQuestion = B.securityQuestion, y), Array.isArray(k) && (r(4, y.consents = {}, y), k.forEach((b) => {
5569
- b.tagCode !== "termsandconditions" && b.tagCode !== "privacypolicy" && b.tagCode !== "pepconsent" && r(4, y.consents[b.tagCode] = b.status === "Accepted", y);
5570
- })), le = pe(y), R = pe(y.consents), r(2, E = !1);
5571
- }, He = () => {
5572
- const b = new URL(`${a}/v1/player/${i}/profile`), S = new Headers();
5573
- S.append("X-SessionID", o);
5574
- const M = { method: "GET", headers: S };
5575
- fetch(b.href, M).then((N) => N.json()).then(
5604
+ }, Dt = () => {
5605
+ var b, P, H, N, Z, pe;
5606
+ r(5, C.username = B.username, C), r(5, C.mobile = B.mobile, C), r(5, C.email = B.email, C), r(5, C.firstname = B.firstname, C), r(5, C.lastname = B.lastname, C), r(5, C.language = B.language, C), r(5, C.birth = ((b = B.birth) == null ? void 0 : b.day) + "/" + ((P = B.birth) == null ? void 0 : P.month) + "/" + ((H = B.birth) == null ? void 0 : H.year), C), r(5, C.currency = B.currency, C), r(5, C.iban = B.iban, C), r(5, C.userTitles = B.title, C), r(5, C.countryCode = B.country, C), r(5, C.countryName = ((N = O.find((j) => j.Alpha2Code === B.country)) == null ? void 0 : N.Name) || "I.E. Ireland", C), r(4, y.address1 = B.address1, y), r(4, y.city = B.city, y), r(4, y.mobile = {}, y), r(4, y.mobile.prefix = (Z = B.mobile) == null ? void 0 : Z.prefix, y), r(4, y.mobile.number = (pe = B.mobile) == null ? void 0 : pe.number, y), r(4, y.postalCode = B.postalCode, y), r(4, y.securityAnswer = B.securityAnswer, y), r(4, y.securityQuestion = B.securityQuestion, y), Array.isArray(k) && (r(4, y.consents = {}, y), k.forEach((j) => {
5607
+ j.tagCode !== "termsandconditions" && j.tagCode !== "privacypolicy" && j.tagCode !== "pepconsent" && r(4, y.consents[j.tagCode] = j.status === "Accepted", y);
5608
+ })), fe = ye(y), R = ye(y.consents), r(2, _ = !1);
5609
+ }, De = () => {
5610
+ const b = new URL(`${a}/v1/player/${i}/profile`), P = new Headers();
5611
+ P.append("X-SessionID", o);
5612
+ const H = { method: "GET", headers: P };
5613
+ fetch(b.href, H).then((N) => N.json()).then(
5576
5614
  (N) => {
5577
5615
  r(31, B = N);
5578
5616
  },
@@ -5580,11 +5618,11 @@ function Rs(e, t, r) {
5580
5618
  console.error(N);
5581
5619
  }
5582
5620
  );
5583
- }, vt = () => {
5584
- const b = new URL(`${a}/v1/player/${i}/consent`), S = new Headers();
5585
- S.append("X-SessionID", o);
5586
- const M = { method: "GET", headers: S };
5587
- fetch(b.href, M).then((N) => N.json()).then(
5621
+ }, Et = () => {
5622
+ const b = new URL(`${a}/v1/player/${i}/consent`), P = new Headers();
5623
+ P.append("X-SessionID", o);
5624
+ const H = { method: "GET", headers: P };
5625
+ fetch(b.href, H).then((N) => N.json()).then(
5588
5626
  (N) => {
5589
5627
  r(32, k = N.items);
5590
5628
  },
@@ -5592,65 +5630,65 @@ function Rs(e, t, r) {
5592
5630
  console.error(N);
5593
5631
  }
5594
5632
  );
5595
- }, ie = () => {
5633
+ }, ae = () => {
5596
5634
  fetch(`${a}/v1/player/countries`).then((b) => b.status >= 300 ? new Error("Error while fetching the countries") : b.json()).then((b) => {
5597
- fetch(`${a}/v1/player/operatorSupportedCountries`).then((S) => S.status >= 300 ? new Error("Error while fetching the supported countries") : S.json()).then((S) => {
5598
- r(30, O = b.countries.filter((M) => S.countries.indexOf(M.Alpha2Code) >= 0));
5635
+ fetch(`${a}/v1/player/operatorSupportedCountries`).then((P) => P.status >= 300 ? new Error("Error while fetching the supported countries") : P.json()).then((P) => {
5636
+ r(30, O = b.countries.filter((H) => P.countries.indexOf(H.Alpha2Code) >= 0));
5599
5637
  });
5600
5638
  });
5601
- }, Dt = () => {
5639
+ }, kt = () => {
5602
5640
  fetch(`${a}/v1/player/phonecodes`).then((b) => b.json()).then((b) => {
5603
5641
  r(3, v = b.phoneCodes);
5604
5642
  });
5605
- }, Ze = () => {
5606
- r(7, ne = !1), Ne && he && $ && G && Ge && ze && r(7, ne = !0);
5643
+ }, Je = () => {
5644
+ r(7, oe = !1), Oe && me && W && z && ze && Qe && r(7, oe = !0);
5607
5645
  }, _t = () => {
5608
- r(6, Se = pe(y) !== le);
5609
- }, oe = () => {
5610
- je = pe(y.consents) !== R;
5611
- }, Me = (b) => () => {
5646
+ r(6, Ce = ye(y) !== fe);
5647
+ }, se = () => {
5648
+ Ge = ye(y.consents) !== R;
5649
+ }, ke = (b) => () => {
5612
5650
  switch (b) {
5613
5651
  case "mobileNumber":
5614
- r(13, ze = !1), y.mobile.number && y.mobile.number.length >= 5 && y.mobile.number.length <= 12 && r(13, ze = !0);
5652
+ r(13, Qe = !1), y.mobile.number && y.mobile.number.length >= 5 && y.mobile.number.length <= 12 && r(13, Qe = !0);
5615
5653
  break;
5616
5654
  case "city":
5617
- r(8, $ = !1), y.city && y.city.length <= 50 && r(8, $ = !0);
5655
+ r(8, W = !1), y.city && y.city.length <= 50 && r(8, W = !0);
5618
5656
  break;
5619
5657
  case "postalCode":
5620
- r(9, Ge = !1), y.postalCode && y.postalCode.length <= 20 && r(9, Ge = !0);
5658
+ r(9, ze = !1), y.postalCode && y.postalCode.length <= 20 && r(9, ze = !0);
5621
5659
  break;
5622
5660
  case "address":
5623
- r(10, G = !1), y.address1 && y.address1.length <= 100 && r(10, G = !0);
5661
+ r(10, z = !1), y.address1 && y.address1.length <= 100 && r(10, z = !0);
5624
5662
  break;
5625
5663
  case "securityQuestion":
5626
- if (r(11, Ne = !1), y.securityQuestion) switch (d) {
5664
+ if (r(11, Oe = !1), y.securityQuestion) switch (d) {
5627
5665
  case "true":
5628
- we.document.test(y.securityQuestion) && y.securityQuestion.length <= 50 && r(11, Ne = !0);
5666
+ Ae.document.test(y.securityQuestion) && y.securityQuestion.length <= 50 && r(11, Oe = !0);
5629
5667
  break;
5630
5668
  case "false":
5631
- y.securityQuestion && y.securityQuestion.length <= 120 && r(11, Ne = !0);
5669
+ y.securityQuestion && y.securityQuestion.length <= 120 && r(11, Oe = !0);
5632
5670
  break;
5633
5671
  }
5634
5672
  break;
5635
5673
  case "securityAnswer":
5636
- if (r(12, he = !1), y.securityAnswer) switch (d) {
5674
+ if (r(12, me = !1), y.securityAnswer) switch (d) {
5637
5675
  case "true":
5638
- we.document.test(y.securityAnswer) && y.securityAnswer.length <= 50 && r(12, he = !0);
5676
+ Ae.document.test(y.securityAnswer) && y.securityAnswer.length <= 50 && r(12, me = !0);
5639
5677
  break;
5640
5678
  case "false":
5641
- y.securityAnswer && y.securityAnswer.length <= 120 && r(12, he = !0);
5679
+ y.securityAnswer && y.securityAnswer.length <= 120 && r(12, me = !0);
5642
5680
  break;
5643
5681
  }
5644
5682
  break;
5645
5683
  case "consents":
5646
- oe();
5684
+ se();
5647
5685
  break;
5648
5686
  }
5649
- _t(), Ze();
5650
- }, Qe = () => {
5651
- r(14, W = !0), setTimeout(
5687
+ _t(), Je();
5688
+ }, Ve = () => {
5689
+ r(14, X = !0), setTimeout(
5652
5690
  () => {
5653
- r(14, W = !1);
5691
+ r(14, X = !1);
5654
5692
  },
5655
5693
  3e3
5656
5694
  ), window.postMessage(
@@ -5663,7 +5701,7 @@ function Rs(e, t, r) {
5663
5701
  },
5664
5702
  window.location.href
5665
5703
  );
5666
- }, Et = () => {
5704
+ }, Pt = () => {
5667
5705
  window.postMessage(
5668
5706
  {
5669
5707
  type: "WidgetNotification",
@@ -5674,101 +5712,101 @@ function Rs(e, t, r) {
5674
5712
  },
5675
5713
  window.location.href
5676
5714
  );
5677
- }, kt = (b) => {
5678
- if (b.preventDefault(), Se && !je && ne) {
5679
- Oe().then((S) => {
5680
- S && (He(), Qe());
5715
+ }, Lt = (b) => {
5716
+ if (b.preventDefault(), Ce && !Ge && oe) {
5717
+ Le().then((P) => {
5718
+ P && (De(), Ve());
5681
5719
  });
5682
5720
  return;
5683
5721
  }
5684
- if (Se && je && ne) {
5685
- Oe(), Pt(), Promise.all([Oe(), Pt()]).then((S) => {
5686
- S[0] && S[1] ? (He(), vt(), Qe(), r(6, Se = !1), je = !1) : Et();
5722
+ if (Ce && Ge && oe) {
5723
+ Le(), St(), Promise.all([Le(), St()]).then((P) => {
5724
+ P[0] && P[1] ? (De(), Et(), Ve(), r(6, Ce = !1), Ge = !1) : Pt();
5687
5725
  });
5688
5726
  return;
5689
5727
  }
5690
- }, Oe = async () => {
5691
- const b = new URL(`${a}/v1/player/${i}/profile`), S = new Headers();
5692
- S.append("X-SessionID", o), S.append("Content-Type", "application/json"), S.append("Accept", "application/json");
5693
- const M = pe(y);
5694
- if (M === null)
5728
+ }, Le = () => pr(this, null, function* () {
5729
+ const b = new URL(`${a}/v1/player/${i}/profile`), P = new Headers();
5730
+ P.append("X-SessionID", o), P.append("Content-Type", "application/json"), P.append("Accept", "application/json");
5731
+ const H = ye(y);
5732
+ if (H === null)
5695
5733
  return !1;
5696
- let N = { method: "POST", headers: S, body: M };
5697
- return await fetch(b.href, N).then((ce) => ce.status == 200, (ce) => (console.error(ce), !1));
5698
- }, Pt = async () => {
5734
+ let N = { method: "POST", headers: P, body: H };
5735
+ return yield fetch(b.href, N).then((Z) => Z.status == 200, (Z) => (console.error(Z), !1));
5736
+ }), St = () => pr(this, null, function* () {
5699
5737
  const b = [
5700
- ...Object.entries(y.consents).map(([Le, Fe]) => ({
5701
- tagCode: Le,
5702
- status: Fe ? "Accepted" : "Denied"
5738
+ ...Object.entries(y.consents).map(([pe, j]) => ({
5739
+ tagCode: pe,
5740
+ status: j ? "Accepted" : "Denied"
5703
5741
  }))
5704
- ], S = new URL(`${a}/v1/player/${i}/consent`), M = new Headers();
5705
- M.append("X-SessionID", o), M.append("Content-Type", "application/json"), M.append("Accept", "application/json");
5706
- const N = pe({ items: b });
5742
+ ], P = new URL(`${a}/v1/player/${i}/consent`), H = new Headers();
5743
+ H.append("X-SessionID", o), H.append("Content-Type", "application/json"), H.append("Accept", "application/json");
5744
+ const N = ye({ items: b });
5707
5745
  if (N === null)
5708
5746
  return !1;
5709
- const ce = { method: "POST", headers: M, body: N };
5710
- return await fetch(S.href, ce).then((Le) => Le.status == 200, (Le) => (console.error(Le), !1));
5711
- }, ae = () => {
5747
+ const Z = { method: "POST", headers: H, body: N };
5748
+ return yield fetch(P.href, Z).then((pe) => pe.status == 200, (pe) => (console.error(pe), !1));
5749
+ }), le = () => {
5712
5750
  window.postMessage(
5713
5751
  {
5714
5752
  type: "PlayerAccountMenuActive",
5715
- isMobile: P
5753
+ isMobile: S
5716
5754
  },
5717
5755
  window.location.href
5718
5756
  );
5719
- }, Lt = () => {
5720
- Ns(l);
5721
- }, Je = () => {
5757
+ }, Ft = () => {
5758
+ Gs(l);
5759
+ }, qe = () => {
5722
5760
  let b = document.createElement("style");
5723
5761
  b.innerHTML = c, p.appendChild(b);
5724
- }, Ft = () => {
5725
- let b = new URL(u), S = document.createElement("style");
5726
- fetch(b.href).then((M) => M.text()).then((M) => {
5727
- S.innerHTML = M, setTimeout(
5762
+ }, Rt = () => {
5763
+ let b = new URL(u), P = document.createElement("style");
5764
+ fetch(b.href).then((H) => H.text()).then((H) => {
5765
+ P.innerHTML = H, setTimeout(
5728
5766
  () => {
5729
- p.appendChild(S);
5767
+ p.appendChild(P);
5730
5768
  },
5731
5769
  1
5732
5770
  );
5733
5771
  });
5734
- }, De = () => {
5735
- fetch(h).then((S) => S.json()).then((S) => {
5736
- Object.keys(S).forEach((M) => {
5737
- li(M, S[M]);
5772
+ }, Fe = () => {
5773
+ fetch(h).then((P) => P.json()).then((P) => {
5774
+ Object.keys(P).forEach((H) => {
5775
+ di(H, P[H]);
5738
5776
  });
5739
- }).catch((S) => {
5740
- console.log(S);
5777
+ }).catch((P) => {
5778
+ console.log(P);
5741
5779
  });
5742
5780
  };
5743
- Object.keys(ui).forEach((b) => {
5744
- li(b, ui[b]);
5781
+ Object.keys(mi).forEach((b) => {
5782
+ di(b, mi[b]);
5745
5783
  });
5746
- function qe() {
5747
- y.mobile.prefix = ho(this), r(4, y), r(3, v);
5748
- }
5749
5784
  function Ye() {
5785
+ y.mobile.prefix = wo(this), r(4, y), r(3, v);
5786
+ }
5787
+ function Ke() {
5750
5788
  y.mobile.number = this.value, r(4, y), r(3, v);
5751
5789
  }
5752
- function St() {
5790
+ function wt() {
5753
5791
  y.securityQuestion = this.value, r(4, y), r(3, v);
5754
5792
  }
5755
- function Rt() {
5793
+ function Ut() {
5756
5794
  y.securityAnswer = this.value, r(4, y), r(3, v);
5757
5795
  }
5758
- function ue() {
5796
+ function he() {
5759
5797
  y.city = this.value, r(4, y), r(3, v);
5760
5798
  }
5761
- function Ve() {
5799
+ function $e() {
5762
5800
  y.address1 = this.value, r(4, y), r(3, v);
5763
5801
  }
5764
- function Ut() {
5802
+ function jt() {
5765
5803
  y.postalCode = this.value, r(4, y), r(3, v);
5766
5804
  }
5767
- function ke(b) {
5805
+ function Re(b) {
5768
5806
  y.consents[b] = this.checked, r(4, y), r(3, v);
5769
5807
  }
5770
- function Ke(b) {
5771
- Zr[b ? "unshift" : "push"](() => {
5808
+ function et(b) {
5809
+ Yr[b ? "unshift" : "push"](() => {
5772
5810
  p = b, r(1, p);
5773
5811
  });
5774
5812
  }
@@ -5776,40 +5814,40 @@ function Rs(e, t, r) {
5776
5814
  "userid" in b && r(23, i = b.userid), "sessionid" in b && r(24, o = b.sessionid), "endpoint" in b && r(25, a = b.endpoint), "lang" in b && r(26, l = b.lang), "clientstyling" in b && r(27, c = b.clientstyling), "clientstylingurl" in b && r(28, u = b.clientstylingurl), "translationurl" in b && r(29, h = b.translationurl), "custominputtextswitch" in b && r(0, d = b.custominputtextswitch);
5777
5815
  }, e.$$.update = () => {
5778
5816
  e.$$.dirty[0] & /*endpoint, userid, sessionid*/
5779
- 58720256 && a && i && o && He(), e.$$.dirty[0] & /*endpoint, userid, sessionid*/
5780
- 58720256 && a && i && o && vt(), e.$$.dirty[0] & /*endpoint*/
5781
- 33554432 && a && ie(), e.$$.dirty[0] & /*endpoint*/
5782
- 33554432 && a && Dt(), e.$$.dirty[0] & /*countriesArray*/
5817
+ 58720256 && a && i && o && De(), e.$$.dirty[0] & /*endpoint, userid, sessionid*/
5818
+ 58720256 && a && i && o && Et(), e.$$.dirty[0] & /*endpoint*/
5819
+ 33554432 && a && ae(), e.$$.dirty[0] & /*endpoint*/
5820
+ 33554432 && a && kt(), e.$$.dirty[0] & /*countriesArray*/
5783
5821
  1073741824 | e.$$.dirty[1] & /*profileInfo, profileConsent*/
5784
- 3 && B && k && O && Ot(), e.$$.dirty[0] & /*lang*/
5785
- 67108864 && l && Lt(), e.$$.dirty[0] & /*clientstylingurl, customStylingContainer*/
5786
- 268435458 && u && p && Ft(), e.$$.dirty[0] & /*clientstyling, customStylingContainer*/
5787
- 134217730 && c && p && Je(), e.$$.dirty[0] & /*translationurl*/
5788
- 536870912 && h && De();
5822
+ 3 && B && k && O && Dt(), e.$$.dirty[0] & /*lang*/
5823
+ 67108864 && l && Ft(), e.$$.dirty[0] & /*clientstylingurl, customStylingContainer*/
5824
+ 268435458 && u && p && Rt(), e.$$.dirty[0] & /*clientstyling, customStylingContainer*/
5825
+ 134217730 && c && p && qe(), e.$$.dirty[0] & /*translationurl*/
5826
+ 536870912 && h && Fe();
5789
5827
  }, [
5790
5828
  d,
5791
5829
  p,
5792
- E,
5830
+ _,
5793
5831
  v,
5794
5832
  y,
5795
5833
  C,
5796
- Se,
5797
- ne,
5798
- $,
5799
- Ge,
5800
- G,
5801
- Ne,
5802
- he,
5803
- ze,
5834
+ Ce,
5835
+ oe,
5804
5836
  W,
5837
+ ze,
5838
+ z,
5839
+ Oe,
5840
+ me,
5841
+ Qe,
5842
+ X,
5805
5843
  n,
5806
- P,
5807
- Pe,
5808
- Xe,
5844
+ S,
5845
+ xe,
5846
+ Ze,
5809
5847
  _t,
5810
- Me,
5811
- kt,
5812
- ae,
5848
+ ke,
5849
+ Lt,
5850
+ le,
5813
5851
  i,
5814
5852
  o,
5815
5853
  a,
@@ -5820,25 +5858,25 @@ function Rs(e, t, r) {
5820
5858
  O,
5821
5859
  B,
5822
5860
  k,
5823
- qe,
5824
5861
  Ye,
5825
- St,
5826
- Rt,
5827
- ue,
5828
- Ve,
5862
+ Ke,
5863
+ wt,
5829
5864
  Ut,
5830
- ke,
5831
- Ke
5865
+ he,
5866
+ $e,
5867
+ jt,
5868
+ Re,
5869
+ et
5832
5870
  ];
5833
5871
  }
5834
- class Us extends Co {
5872
+ class qs extends Lo {
5835
5873
  constructor(t) {
5836
- super(), wo(
5874
+ super(), Do(
5837
5875
  this,
5838
5876
  t,
5839
- Rs,
5840
- Fs,
5841
- xi,
5877
+ Js,
5878
+ Zs,
5879
+ Ni,
5842
5880
  {
5843
5881
  userid: 23,
5844
5882
  sessionid: 24,
@@ -5849,7 +5887,7 @@ class Us extends Co {
5849
5887
  translationurl: 29,
5850
5888
  custominputtextswitch: 0
5851
5889
  },
5852
- Hs,
5890
+ zs,
5853
5891
  [-1, -1, -1]
5854
5892
  );
5855
5893
  }
@@ -5857,52 +5895,52 @@ class Us extends Co {
5857
5895
  return this.$$.ctx[23];
5858
5896
  }
5859
5897
  set userid(t) {
5860
- this.$$set({ userid: t }), Ee();
5898
+ this.$$set({ userid: t }), we();
5861
5899
  }
5862
5900
  get sessionid() {
5863
5901
  return this.$$.ctx[24];
5864
5902
  }
5865
5903
  set sessionid(t) {
5866
- this.$$set({ sessionid: t }), Ee();
5904
+ this.$$set({ sessionid: t }), we();
5867
5905
  }
5868
5906
  get endpoint() {
5869
5907
  return this.$$.ctx[25];
5870
5908
  }
5871
5909
  set endpoint(t) {
5872
- this.$$set({ endpoint: t }), Ee();
5910
+ this.$$set({ endpoint: t }), we();
5873
5911
  }
5874
5912
  get lang() {
5875
5913
  return this.$$.ctx[26];
5876
5914
  }
5877
5915
  set lang(t) {
5878
- this.$$set({ lang: t }), Ee();
5916
+ this.$$set({ lang: t }), we();
5879
5917
  }
5880
5918
  get clientstyling() {
5881
5919
  return this.$$.ctx[27];
5882
5920
  }
5883
5921
  set clientstyling(t) {
5884
- this.$$set({ clientstyling: t }), Ee();
5922
+ this.$$set({ clientstyling: t }), we();
5885
5923
  }
5886
5924
  get clientstylingurl() {
5887
5925
  return this.$$.ctx[28];
5888
5926
  }
5889
5927
  set clientstylingurl(t) {
5890
- this.$$set({ clientstylingurl: t }), Ee();
5928
+ this.$$set({ clientstylingurl: t }), we();
5891
5929
  }
5892
5930
  get translationurl() {
5893
5931
  return this.$$.ctx[29];
5894
5932
  }
5895
5933
  set translationurl(t) {
5896
- this.$$set({ translationurl: t }), Ee();
5934
+ this.$$set({ translationurl: t }), we();
5897
5935
  }
5898
5936
  get custominputtextswitch() {
5899
5937
  return this.$$.ctx[0];
5900
5938
  }
5901
5939
  set custominputtextswitch(t) {
5902
- this.$$set({ custominputtextswitch: t }), Ee();
5940
+ this.$$set({ custominputtextswitch: t }), we();
5903
5941
  }
5904
5942
  }
5905
- xo(Us, { userid: {}, sessionid: {}, endpoint: {}, lang: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {}, custominputtextswitch: {} }, [], [], !0);
5943
+ ko(qs, { userid: {}, sessionid: {}, endpoint: {}, lang: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {}, custominputtextswitch: {} }, [], [], !0);
5906
5944
  export {
5907
- Us as P
5945
+ qs as default
5908
5946
  };