@everymatrix/casino-slider-nd 1.61.1 → 1.62.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,17 +1,17 @@
1
- var hn = Object.defineProperty, cn = Object.defineProperties;
2
- var fn = Object.getOwnPropertyDescriptors;
3
- var xt = Object.getOwnPropertySymbols;
4
- var dn = Object.prototype.hasOwnProperty, pn = Object.prototype.propertyIsEnumerable;
5
- var Qe = (e, t, r) => t in e ? hn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, St = (e, t) => {
1
+ var dn = Object.defineProperty, mn = Object.defineProperties;
2
+ var bn = Object.getOwnPropertyDescriptors;
3
+ var At = Object.getOwnPropertySymbols;
4
+ var gn = Object.prototype.hasOwnProperty, yn = Object.prototype.propertyIsEnumerable;
5
+ var qe = (e, t, r) => t in e ? dn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, It = (e, t) => {
6
6
  for (var r in t || (t = {}))
7
- dn.call(t, r) && Qe(e, r, t[r]);
8
- if (xt)
9
- for (var r of xt(t))
10
- pn.call(t, r) && Qe(e, r, t[r]);
7
+ gn.call(t, r) && qe(e, r, t[r]);
8
+ if (At)
9
+ for (var r of At(t))
10
+ yn.call(t, r) && qe(e, r, t[r]);
11
11
  return e;
12
- }, Ht = (e, t) => cn(e, fn(t));
13
- var $ = (e, t, r) => (Qe(e, typeof t != "symbol" ? t + "" : t, r), r);
14
- var Tt = (e, t, r) => new Promise((n, i) => {
12
+ }, Bt = (e, t) => mn(e, bn(t));
13
+ var $ = (e, t, r) => (qe(e, typeof t != "symbol" ? t + "" : t, r), r);
14
+ var Mt = (e, t, r) => new Promise((n, i) => {
15
15
  var o = (l) => {
16
16
  try {
17
17
  a(r.next(l));
@@ -27,32 +27,31 @@ var Tt = (e, t, r) => new Promise((n, i) => {
27
27
  }, a = (l) => l.done ? n(l.value) : Promise.resolve(l.value).then(o, s);
28
28
  a((r = r.apply(e, t)).next());
29
29
  });
30
- import "../stencil/ui-image-CPH6BqjQ.js";
31
30
  function D() {
32
31
  }
33
- function cr(e) {
32
+ function mr(e) {
34
33
  return e();
35
34
  }
36
- function At() {
35
+ function Pt() {
37
36
  return /* @__PURE__ */ Object.create(null);
38
37
  }
39
- function Q(e) {
40
- e.forEach(cr);
38
+ function Y(e) {
39
+ e.forEach(mr);
41
40
  }
42
- function vt(e) {
41
+ function Ct(e) {
43
42
  return typeof e == "function";
44
43
  }
45
- function fr(e, t) {
44
+ function br(e, t) {
46
45
  return e != e ? t == t : e !== t || e && typeof e == "object" || typeof e == "function";
47
46
  }
48
- let Pe;
49
- function De(e, t) {
50
- return e === t ? !0 : (Pe || (Pe = document.createElement("a")), Pe.href = t, e === Pe.href);
47
+ let Me;
48
+ function ke(e, t) {
49
+ return e === t ? !0 : (Me || (Me = document.createElement("a")), Me.href = t, e === Me.href);
51
50
  }
52
- function mn(e) {
51
+ function vn(e) {
53
52
  return Object.keys(e).length === 0;
54
53
  }
55
- function bn(e, ...t) {
54
+ function _n(e, ...t) {
56
55
  if (e == null) {
57
56
  for (const n of t)
58
57
  n(void 0);
@@ -61,17 +60,17 @@ function bn(e, ...t) {
61
60
  const r = e.subscribe(...t);
62
61
  return r.unsubscribe ? () => r.unsubscribe() : r;
63
62
  }
64
- function C(e, t) {
63
+ function E(e, t) {
65
64
  e.appendChild(t);
66
65
  }
67
- function gn(e, t, r) {
68
- const n = yn(e);
66
+ function En(e, t, r) {
67
+ const n = wn(e);
69
68
  if (!n.getElementById(t)) {
70
69
  const i = B("style");
71
- i.id = t, i.textContent = r, vn(n, i);
70
+ i.id = t, i.textContent = r, Cn(n, i);
72
71
  }
73
72
  }
74
- function yn(e) {
73
+ function wn(e) {
75
74
  if (!e)
76
75
  return document;
77
76
  const t = e.getRootNode ? e.getRootNode() : e.ownerDocument;
@@ -81,56 +80,52 @@ function yn(e) {
81
80
  t
82
81
  ) : e.ownerDocument;
83
82
  }
84
- function vn(e, t) {
85
- return C(
83
+ function Cn(e, t) {
84
+ return E(
86
85
  /** @type {Document} */
87
86
  e.head || e,
88
87
  t
89
88
  ), t.sheet;
90
89
  }
91
- function A(e, t, r) {
90
+ function T(e, t, r) {
92
91
  e.insertBefore(t, r || null);
93
92
  }
94
- function H(e) {
93
+ function S(e) {
95
94
  e.parentNode && e.parentNode.removeChild(e);
96
95
  }
97
- function _n(e, t) {
96
+ function xn(e, t) {
98
97
  for (let r = 0; r < e.length; r += 1)
99
98
  e[r] && e[r].d(t);
100
99
  }
101
100
  function B(e) {
102
101
  return document.createElement(e);
103
102
  }
104
- function J(e) {
103
+ function q(e) {
105
104
  return document.createElementNS("http://www.w3.org/2000/svg", e);
106
105
  }
107
- function re(e) {
106
+ function te(e) {
108
107
  return document.createTextNode(e);
109
108
  }
110
109
  function X() {
111
- return re(" ");
110
+ return te(" ");
112
111
  }
113
- function ie() {
114
- return re("");
112
+ function ne() {
113
+ return te("");
115
114
  }
116
- function K(e, t, r, n) {
115
+ function J(e, t, r, n) {
117
116
  return e.addEventListener(t, r, n), () => e.removeEventListener(t, r, n);
118
117
  }
119
- function p(e, t, r) {
118
+ function d(e, t, r) {
120
119
  r == null ? e.removeAttribute(t) : e.getAttribute(t) !== r && e.setAttribute(t, r);
121
120
  }
122
- function W(e, t, r) {
123
- const n = t.toLowerCase();
124
- n in e ? e[n] = typeof e[n] == "boolean" && r === "" ? !0 : r : t in e ? e[t] = typeof e[t] == "boolean" && r === "" ? !0 : r : p(e, t, r);
125
- }
126
- function En(e) {
121
+ function Sn(e) {
127
122
  return Array.from(e.childNodes);
128
123
  }
129
- function ge(e, t) {
124
+ function me(e, t) {
130
125
  t = "" + t, e.data !== t && (e.data = /** @type {string} */
131
126
  t);
132
127
  }
133
- function Cn(e) {
128
+ function Hn(e) {
134
129
  const t = {};
135
130
  return e.childNodes.forEach(
136
131
  /** @param {Element} node */
@@ -139,120 +134,120 @@ function Cn(e) {
139
134
  }
140
135
  ), t;
141
136
  }
142
- let Te;
143
- function Se(e) {
144
- Te = e;
137
+ let Se;
138
+ function Ce(e) {
139
+ Se = e;
145
140
  }
146
- function wn() {
147
- if (!Te)
141
+ function Tn() {
142
+ if (!Se)
148
143
  throw new Error("Function called outside component initialization");
149
- return Te;
144
+ return Se;
150
145
  }
151
- function xn(e) {
152
- wn().$$.on_mount.push(e);
146
+ function An(e) {
147
+ Tn().$$.on_mount.push(e);
153
148
  }
154
- const ue = [], He = [];
155
- let he = [];
156
- const It = [], Sn = /* @__PURE__ */ Promise.resolve();
157
- let it = !1;
158
- function Hn() {
159
- it || (it = !0, Sn.then(P));
149
+ const le = [], xe = [];
150
+ let ue = [];
151
+ const Ot = [], In = /* @__PURE__ */ Promise.resolve();
152
+ let st = !1;
153
+ function Bn() {
154
+ st || (st = !0, In.then(P));
160
155
  }
161
- function ot(e) {
162
- he.push(e);
156
+ function at(e) {
157
+ ue.push(e);
163
158
  }
164
- const Ye = /* @__PURE__ */ new Set();
165
- let ae = 0;
159
+ const Je = /* @__PURE__ */ new Set();
160
+ let se = 0;
166
161
  function P() {
167
- if (ae !== 0)
162
+ if (se !== 0)
168
163
  return;
169
- const e = Te;
164
+ const e = Se;
170
165
  do {
171
166
  try {
172
- for (; ae < ue.length; ) {
173
- const t = ue[ae];
174
- ae++, Se(t), Tn(t.$$);
167
+ for (; se < le.length; ) {
168
+ const t = le[se];
169
+ se++, Ce(t), Mn(t.$$);
175
170
  }
176
171
  } catch (t) {
177
- throw ue.length = 0, ae = 0, t;
172
+ throw le.length = 0, se = 0, t;
178
173
  }
179
- for (Se(null), ue.length = 0, ae = 0; He.length; )
180
- He.pop()();
181
- for (let t = 0; t < he.length; t += 1) {
182
- const r = he[t];
183
- Ye.has(r) || (Ye.add(r), r());
174
+ for (Ce(null), le.length = 0, se = 0; xe.length; )
175
+ xe.pop()();
176
+ for (let t = 0; t < ue.length; t += 1) {
177
+ const r = ue[t];
178
+ Je.has(r) || (Je.add(r), r());
184
179
  }
185
- he.length = 0;
186
- } while (ue.length);
187
- for (; It.length; )
188
- It.pop()();
189
- it = !1, Ye.clear(), Se(e);
180
+ ue.length = 0;
181
+ } while (le.length);
182
+ for (; Ot.length; )
183
+ Ot.pop()();
184
+ st = !1, Je.clear(), Ce(e);
190
185
  }
191
- function Tn(e) {
186
+ function Mn(e) {
192
187
  if (e.fragment !== null) {
193
- e.update(), Q(e.before_update);
188
+ e.update(), Y(e.before_update);
194
189
  const t = e.dirty;
195
- e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(ot);
190
+ e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(at);
196
191
  }
197
192
  }
198
- function An(e) {
193
+ function Pn(e) {
199
194
  const t = [], r = [];
200
- he.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : r.push(n)), r.forEach((n) => n()), he = t;
195
+ ue.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : r.push(n)), r.forEach((n) => n()), ue = t;
201
196
  }
202
- const In = /* @__PURE__ */ new Set();
203
- function dr(e, t) {
204
- e && e.i && (In.delete(e), e.i(t));
197
+ const On = /* @__PURE__ */ new Set();
198
+ function gr(e, t) {
199
+ e && e.i && (On.delete(e), e.i(t));
205
200
  }
206
- function fe(e) {
201
+ function he(e) {
207
202
  return (e == null ? void 0 : e.length) !== void 0 ? e : Array.from(e);
208
203
  }
209
- function pr(e, t) {
204
+ function yr(e, t) {
210
205
  e.d(1), t.delete(e.key);
211
206
  }
212
- function mr(e, t, r, n, i, o, s, a, l, u, h, c) {
207
+ function vr(e, t, r, n, i, o, s, a, l, u, h, c) {
213
208
  let f = e.length, m = o.length, b = f;
214
209
  const g = {};
215
210
  for (; b--; )
216
211
  g[e[b].key] = b;
217
- const y = [], x = /* @__PURE__ */ new Map(), I = /* @__PURE__ */ new Map(), N = [];
212
+ const y = [], C = /* @__PURE__ */ new Map(), A = /* @__PURE__ */ new Map(), N = [];
218
213
  for (b = m; b--; ) {
219
- const T = c(i, o, b), U = r(T);
214
+ const H = c(i, o, b), U = r(H);
220
215
  let O = s.get(U);
221
- O ? N.push(() => O.p(T, t)) : (O = u(U, T), O.c()), x.set(U, y[b] = O), U in g && I.set(U, Math.abs(b - g[U]));
216
+ O ? N.push(() => O.p(H, t)) : (O = u(U, H), O.c()), C.set(U, y[b] = O), U in g && A.set(U, Math.abs(b - g[U]));
222
217
  }
223
218
  const j = /* @__PURE__ */ new Set(), F = /* @__PURE__ */ new Set();
224
- function V(T) {
225
- dr(T, 1), T.m(a, h), s.set(T.key, T), h = T.first, m--;
219
+ function V(H) {
220
+ gr(H, 1), H.m(a, h), s.set(H.key, H), h = H.first, m--;
226
221
  }
227
222
  for (; f && m; ) {
228
- const T = y[m - 1], U = e[f - 1], O = T.key, G = U.key;
229
- T === U ? (h = T.first, f--, m--) : x.has(G) ? !s.has(O) || j.has(O) ? V(T) : F.has(G) ? f-- : I.get(O) > I.get(G) ? (F.add(O), V(T)) : (j.add(G), f--) : (l(U, s), f--);
223
+ const H = y[m - 1], U = e[f - 1], O = H.key, G = U.key;
224
+ H === U ? (h = H.first, f--, m--) : C.has(G) ? !s.has(O) || j.has(O) ? V(H) : F.has(G) ? f-- : A.get(O) > A.get(G) ? (F.add(O), V(H)) : (j.add(G), f--) : (l(U, s), f--);
230
225
  }
231
226
  for (; f--; ) {
232
- const T = e[f];
233
- x.has(T.key) || l(T, s);
227
+ const H = e[f];
228
+ C.has(H.key) || l(H, s);
234
229
  }
235
230
  for (; m; )
236
231
  V(y[m - 1]);
237
- return Q(N), y;
232
+ return Y(N), y;
238
233
  }
239
- function Bn(e, t, r) {
234
+ function Ln(e, t, r) {
240
235
  const { fragment: n, after_update: i } = e.$$;
241
- n && n.m(t, r), ot(() => {
242
- const o = e.$$.on_mount.map(cr).filter(vt);
243
- e.$$.on_destroy ? e.$$.on_destroy.push(...o) : Q(o), e.$$.on_mount = [];
244
- }), i.forEach(ot);
236
+ n && n.m(t, r), at(() => {
237
+ const o = e.$$.on_mount.map(mr).filter(Ct);
238
+ e.$$.on_destroy ? e.$$.on_destroy.push(...o) : Y(o), e.$$.on_mount = [];
239
+ }), i.forEach(at);
245
240
  }
246
- function Mn(e, t) {
241
+ function Nn(e, t) {
247
242
  const r = e.$$;
248
- r.fragment !== null && (An(r.after_update), Q(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
243
+ r.fragment !== null && (Pn(r.after_update), Y(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
249
244
  }
250
- function Pn(e, t) {
251
- e.$$.dirty[0] === -1 && (ue.push(e), Hn(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
245
+ function Rn(e, t) {
246
+ e.$$.dirty[0] === -1 && (le.push(e), Bn(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
252
247
  }
253
- function On(e, t, r, n, i, o, s = null, a = [-1]) {
254
- const l = Te;
255
- Se(e);
248
+ function Fn(e, t, r, n, i, o, s = null, a = [-1]) {
249
+ const l = Se;
250
+ Ce(e);
256
251
  const u = e.$$ = {
257
252
  fragment: null,
258
253
  ctx: [],
@@ -260,7 +255,7 @@ function On(e, t, r, n, i, o, s = null, a = [-1]) {
260
255
  props: o,
261
256
  update: D,
262
257
  not_equal: i,
263
- bound: At(),
258
+ bound: Pt(),
264
259
  // lifecycle
265
260
  on_mount: [],
266
261
  on_destroy: [],
@@ -269,7 +264,7 @@ function On(e, t, r, n, i, o, s = null, a = [-1]) {
269
264
  after_update: [],
270
265
  context: new Map(t.context || (l ? l.$$.context : [])),
271
266
  // everything else
272
- callbacks: At(),
267
+ callbacks: Pt(),
273
268
  dirty: a,
274
269
  skip_bound: !1,
275
270
  root: t.target || l.$$.root
@@ -278,19 +273,19 @@ function On(e, t, r, n, i, o, s = null, a = [-1]) {
278
273
  let h = !1;
279
274
  if (u.ctx = r ? r(e, t.props || {}, (c, f, ...m) => {
280
275
  const b = m.length ? m[0] : f;
281
- return u.ctx && i(u.ctx[c], u.ctx[c] = b) && (!u.skip_bound && u.bound[c] && u.bound[c](b), h && Pn(e, c)), f;
282
- }) : [], u.update(), h = !0, Q(u.before_update), u.fragment = n ? n(u.ctx) : !1, t.target) {
276
+ return u.ctx && i(u.ctx[c], u.ctx[c] = b) && (!u.skip_bound && u.bound[c] && u.bound[c](b), h && Rn(e, c)), f;
277
+ }) : [], u.update(), h = !0, Y(u.before_update), u.fragment = n ? n(u.ctx) : !1, t.target) {
283
278
  if (t.hydrate) {
284
- const c = En(t.target);
285
- u.fragment && u.fragment.l(c), c.forEach(H);
279
+ const c = Sn(t.target);
280
+ u.fragment && u.fragment.l(c), c.forEach(S);
286
281
  } else
287
282
  u.fragment && u.fragment.c();
288
- t.intro && dr(e.$$.fragment), Bn(e, t.target, t.anchor), P();
283
+ t.intro && gr(e.$$.fragment), Ln(e, t.target, t.anchor), P();
289
284
  }
290
- Se(l);
285
+ Ce(l);
291
286
  }
292
- let br;
293
- typeof HTMLElement == "function" && (br = class extends HTMLElement {
287
+ let _r;
288
+ typeof HTMLElement == "function" && (_r = class extends HTMLElement {
294
289
  constructor(t, r, n) {
295
290
  super();
296
291
  /** The Svelte component constructor */
@@ -327,42 +322,42 @@ typeof HTMLElement == "function" && (br = class extends HTMLElement {
327
322
  }
328
323
  }
329
324
  connectedCallback() {
330
- return Tt(this, null, function* () {
325
+ return Mt(this, null, function* () {
331
326
  if (this.$$cn = !0, !this.$$c) {
332
327
  let t = function(o) {
333
328
  return () => {
334
329
  let s;
335
330
  return {
336
331
  c: function() {
337
- s = B("slot"), o !== "default" && p(s, "name", o);
332
+ s = B("slot"), o !== "default" && d(s, "name", o);
338
333
  },
339
334
  /**
340
335
  * @param {HTMLElement} target
341
336
  * @param {HTMLElement} [anchor]
342
337
  */
343
338
  m: function(u, h) {
344
- A(u, s, h);
339
+ T(u, s, h);
345
340
  },
346
341
  d: function(u) {
347
- u && H(s);
342
+ u && S(s);
348
343
  }
349
344
  };
350
345
  };
351
346
  };
352
347
  if (yield Promise.resolve(), !this.$$cn || this.$$c)
353
348
  return;
354
- const r = {}, n = Cn(this);
349
+ const r = {}, n = Hn(this);
355
350
  for (const o of this.$$s)
356
351
  o in n && (r[o] = [t(o)]);
357
352
  for (const o of this.attributes) {
358
353
  const s = this.$$g_p(o.name);
359
- s in this.$$d || (this.$$d[s] = Ne(s, o.value, this.$$p_d, "toProp"));
354
+ s in this.$$d || (this.$$d[s] = Le(s, o.value, this.$$p_d, "toProp"));
360
355
  }
361
356
  for (const o in this.$$p_d)
362
357
  !(o in this.$$d) && this[o] !== void 0 && (this.$$d[o] = this[o], delete this[o]);
363
358
  this.$$c = new this.$$ctor({
364
359
  target: this.shadowRoot || this,
365
- props: Ht(St({}, this.$$d), {
360
+ props: Bt(It({}, this.$$d), {
366
361
  $$slots: r,
367
362
  $$scope: {
368
363
  ctx: []
@@ -373,7 +368,7 @@ typeof HTMLElement == "function" && (br = class extends HTMLElement {
373
368
  this.$$r = !0;
374
369
  for (const o in this.$$p_d)
375
370
  if (this.$$d[o] = this.$$c.$$.ctx[this.$$c.$$.props[o]], this.$$p_d[o].reflect) {
376
- const s = Ne(
371
+ const s = Le(
377
372
  o,
378
373
  this.$$d[o],
379
374
  this.$$p_d,
@@ -397,7 +392,7 @@ typeof HTMLElement == "function" && (br = class extends HTMLElement {
397
392
  // and setting attributes through setAttribute etc, this is helpful
398
393
  attributeChangedCallback(t, r, n) {
399
394
  var i;
400
- this.$$r || (t = this.$$g_p(t), this.$$d[t] = Ne(t, n, this.$$p_d, "toProp"), (i = this.$$c) == null || i.$set({ [t]: this.$$d[t] }));
395
+ this.$$r || (t = this.$$g_p(t), this.$$d[t] = Le(t, n, this.$$p_d, "toProp"), (i = this.$$c) == null || i.$set({ [t]: this.$$d[t] }));
401
396
  }
402
397
  disconnectedCallback() {
403
398
  this.$$cn = !1, Promise.resolve().then(() => {
@@ -410,7 +405,7 @@ typeof HTMLElement == "function" && (br = class extends HTMLElement {
410
405
  ) || t;
411
406
  }
412
407
  });
413
- function Ne(e, t, r, n) {
408
+ function Le(e, t, r, n) {
414
409
  var o;
415
410
  const i = (o = r[e]) == null ? void 0 : o.type;
416
411
  if (t = i === "Boolean" && typeof t != "boolean" ? t != null : t, !n || !r[e])
@@ -440,8 +435,8 @@ function Ne(e, t, r, n) {
440
435
  return t;
441
436
  }
442
437
  }
443
- function Ln(e, t, r, n, i, o) {
444
- let s = class extends br {
438
+ function kn(e, t, r, n, i, o) {
439
+ let s = class extends _r {
445
440
  constructor() {
446
441
  super(e, r, i), this.$$p_d = t;
447
442
  }
@@ -458,7 +453,7 @@ function Ln(e, t, r, n, i, o) {
458
453
  },
459
454
  set(l) {
460
455
  var u;
461
- l = Ne(a, l, t), this.$$d[a] = l, (u = this.$$c) == null || u.$set({ [a]: l });
456
+ l = Le(a, l, t), this.$$d[a] = l, (u = this.$$c) == null || u.$set({ [a]: l });
462
457
  }
463
458
  });
464
459
  }), n.forEach((a) => {
@@ -471,7 +466,7 @@ function Ln(e, t, r, n, i, o) {
471
466
  }), e.element = /** @type {any} */
472
467
  s, s;
473
468
  }
474
- class Nn {
469
+ class Dn {
475
470
  constructor() {
476
471
  /**
477
472
  * ### PRIVATE API
@@ -492,7 +487,7 @@ class Nn {
492
487
  }
493
488
  /** @returns {void} */
494
489
  $destroy() {
495
- Mn(this, 1), this.$destroy = D;
490
+ Nn(this, 1), this.$destroy = D;
496
491
  }
497
492
  /**
498
493
  * @template {Extract<keyof Events, string>} K
@@ -501,7 +496,7 @@ class Nn {
501
496
  * @returns {() => void}
502
497
  */
503
498
  $on(t, r) {
504
- if (!vt(r))
499
+ if (!Ct(r))
505
500
  return D;
506
501
  const n = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
507
502
  return n.push(r), () => {
@@ -514,11 +509,11 @@ class Nn {
514
509
  * @returns {void}
515
510
  */
516
511
  $set(t) {
517
- this.$$set && !mn(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
512
+ this.$$set && !vn(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
518
513
  }
519
514
  }
520
- const Rn = "4";
521
- typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Rn);
515
+ const Un = "4";
516
+ typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Un);
522
517
  /*! *****************************************************************************
523
518
  Copyright (c) Microsoft Corporation.
524
519
 
@@ -533,43 +528,24 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
533
528
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
534
529
  PERFORMANCE OF THIS SOFTWARE.
535
530
  ***************************************************************************** */
536
- var st = function(e, t) {
537
- return st = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
531
+ var lt = function(e, t) {
532
+ return lt = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
538
533
  r.__proto__ = n;
539
534
  } || function(r, n) {
540
535
  for (var i in n)
541
536
  Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
542
- }, st(e, t);
537
+ }, lt(e, t);
543
538
  };
544
- function Y(e, t) {
539
+ function Ae(e, t) {
545
540
  if (typeof t != "function" && t !== null)
546
541
  throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
547
- st(e, t);
542
+ lt(e, t);
548
543
  function r() {
549
544
  this.constructor = e;
550
545
  }
551
546
  e.prototype = t === null ? Object.create(t) : (r.prototype = t.prototype, new r());
552
547
  }
553
- var E = function() {
554
- return E = Object.assign || function(t) {
555
- for (var r, n = 1, i = arguments.length; n < i; n++) {
556
- r = arguments[n];
557
- for (var o in r)
558
- Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
559
- }
560
- return t;
561
- }, E.apply(this, arguments);
562
- };
563
- function Fn(e, t) {
564
- var r = {};
565
- for (var n in e)
566
- Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
567
- if (e != null && typeof Object.getOwnPropertySymbols == "function")
568
- for (var i = 0, n = Object.getOwnPropertySymbols(e); i < n.length; i++)
569
- t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (r[n[i]] = e[n[i]]);
570
- return r;
571
- }
572
- function at(e) {
548
+ function ut(e) {
573
549
  var t = typeof Symbol == "function" && Symbol.iterator, r = t && e[t], n = 0;
574
550
  if (r)
575
551
  return r.call(e);
@@ -581,7 +557,7 @@ function at(e) {
581
557
  };
582
558
  throw new TypeError(t ? "Object is not iterable." : "Symbol.iterator is not defined.");
583
559
  }
584
- function lt(e, t) {
560
+ function ht(e, t) {
585
561
  var r = typeof Symbol == "function" && e[Symbol.iterator];
586
562
  if (!r)
587
563
  return e;
@@ -601,22 +577,22 @@ function lt(e, t) {
601
577
  }
602
578
  return o;
603
579
  }
604
- function ce(e, t, r) {
605
- if (r || arguments.length === 2)
580
+ function ct(e, t, r) {
581
+ if (arguments.length === 2)
606
582
  for (var n = 0, i = t.length, o; n < i; n++)
607
583
  (o || !(n in t)) && (o || (o = Array.prototype.slice.call(t, 0, n)), o[n] = t[n]);
608
584
  return e.concat(o || t);
609
585
  }
610
- function q(e) {
586
+ function Q(e) {
611
587
  return typeof e == "function";
612
588
  }
613
- function gr(e) {
589
+ function Er(e) {
614
590
  var t = function(n) {
615
591
  Error.call(n), n.stack = new Error().stack;
616
592
  }, r = e(t);
617
593
  return r.prototype = Object.create(Error.prototype), r.prototype.constructor = r, r;
618
594
  }
619
- var Je = gr(function(e) {
595
+ var Ke = Er(function(e) {
620
596
  return function(r) {
621
597
  e(this), this.message = r ? r.length + ` errors occurred during unsubscription:
622
598
  ` + r.map(function(n, i) {
@@ -625,7 +601,7 @@ var Je = gr(function(e) {
625
601
  `) : "", this.name = "UnsubscriptionError", this.errors = r;
626
602
  };
627
603
  });
628
- function ut(e, t) {
604
+ function ft(e, t) {
629
605
  if (e) {
630
606
  var r = e.indexOf(t);
631
607
  0 <= r && e.splice(r, 1);
@@ -643,7 +619,7 @@ var $e = function() {
643
619
  if (s)
644
620
  if (this._parentage = null, Array.isArray(s))
645
621
  try {
646
- for (var a = at(s), l = a.next(); !l.done; l = a.next()) {
622
+ for (var a = ut(s), l = a.next(); !l.done; l = a.next()) {
647
623
  var u = l.value;
648
624
  u.remove(this);
649
625
  }
@@ -660,22 +636,22 @@ var $e = function() {
660
636
  else
661
637
  s.remove(this);
662
638
  var h = this.initialTeardown;
663
- if (q(h))
639
+ if (Q(h))
664
640
  try {
665
641
  h();
666
642
  } catch (g) {
667
- o = g instanceof Je ? g.errors : [g];
643
+ o = g instanceof Ke ? g.errors : [g];
668
644
  }
669
645
  var c = this._finalizers;
670
646
  if (c) {
671
647
  this._finalizers = null;
672
648
  try {
673
- for (var f = at(c), m = f.next(); !m.done; m = f.next()) {
649
+ for (var f = ut(c), m = f.next(); !m.done; m = f.next()) {
674
650
  var b = m.value;
675
651
  try {
676
- Bt(b);
652
+ Lt(b);
677
653
  } catch (g) {
678
- o = o != null ? o : [], g instanceof Je ? o = ce(ce([], lt(o)), lt(g.errors)) : o.push(g);
654
+ o = o != null ? o : [], g instanceof Ke ? o = ct(ct([], ht(o)), ht(g.errors)) : o.push(g);
679
655
  }
680
656
  }
681
657
  } catch (g) {
@@ -690,13 +666,13 @@ var $e = function() {
690
666
  }
691
667
  }
692
668
  if (o)
693
- throw new Je(o);
669
+ throw new Ke(o);
694
670
  }
695
671
  }, e.prototype.add = function(t) {
696
672
  var r;
697
673
  if (t && t !== this)
698
674
  if (this.closed)
699
- Bt(t);
675
+ Lt(t);
700
676
  else {
701
677
  if (t instanceof e) {
702
678
  if (t.closed || t._hasParent(this))
@@ -713,52 +689,52 @@ var $e = function() {
713
689
  this._parentage = Array.isArray(r) ? (r.push(t), r) : r ? [r, t] : t;
714
690
  }, e.prototype._removeParent = function(t) {
715
691
  var r = this._parentage;
716
- r === t ? this._parentage = null : Array.isArray(r) && ut(r, t);
692
+ r === t ? this._parentage = null : Array.isArray(r) && ft(r, t);
717
693
  }, e.prototype.remove = function(t) {
718
694
  var r = this._finalizers;
719
- r && ut(r, t), t instanceof e && t._removeParent(this);
695
+ r && ft(r, t), t instanceof e && t._removeParent(this);
720
696
  }, e.EMPTY = function() {
721
697
  var t = new e();
722
698
  return t.closed = !0, t;
723
699
  }(), e;
724
- }(), yr = $e.EMPTY;
725
- function vr(e) {
726
- return e instanceof $e || e && "closed" in e && q(e.remove) && q(e.add) && q(e.unsubscribe);
700
+ }(), wr = $e.EMPTY;
701
+ function Cr(e) {
702
+ return e instanceof $e || e && "closed" in e && Q(e.remove) && Q(e.add) && Q(e.unsubscribe);
727
703
  }
728
- function Bt(e) {
729
- q(e) ? e() : e.unsubscribe();
704
+ function Lt(e) {
705
+ Q(e) ? e() : e.unsubscribe();
730
706
  }
731
- var kn = {
707
+ var Gn = {
732
708
  Promise: void 0
733
- }, Dn = {
709
+ }, $n = {
734
710
  setTimeout: function(e, t) {
735
711
  for (var r = [], n = 2; n < arguments.length; n++)
736
712
  r[n - 2] = arguments[n];
737
- return setTimeout.apply(void 0, ce([e, t], lt(r)));
713
+ return setTimeout.apply(void 0, ct([e, t], ht(r)));
738
714
  },
739
715
  clearTimeout: function(e) {
740
716
  return clearTimeout(e);
741
717
  },
742
718
  delegate: void 0
743
719
  };
744
- function Un(e) {
745
- Dn.setTimeout(function() {
720
+ function jn(e) {
721
+ $n.setTimeout(function() {
746
722
  throw e;
747
723
  });
748
724
  }
749
- function Mt() {
725
+ function Nt() {
750
726
  }
751
- function Re(e) {
727
+ function Ne(e) {
752
728
  e();
753
729
  }
754
- var _r = function(e) {
755
- Y(t, e);
730
+ var xr = function(e) {
731
+ Ae(t, e);
756
732
  function t(r) {
757
733
  var n = e.call(this) || this;
758
- return n.isStopped = !1, r ? (n.destination = r, vr(r) && r.add(n)) : n.destination = jn, n;
734
+ return n.isStopped = !1, r ? (n.destination = r, Cr(r) && r.add(n)) : n.destination = Xn, n;
759
735
  }
760
736
  return t.create = function(r, n, i) {
761
- return new ht(r, n, i);
737
+ return new pt(r, n, i);
762
738
  }, t.prototype.next = function(r) {
763
739
  this.isStopped || this._next(r);
764
740
  }, t.prototype.error = function(r) {
@@ -782,7 +758,7 @@ var _r = function(e) {
782
758
  this.unsubscribe();
783
759
  }
784
760
  }, t;
785
- }($e), Gn = function() {
761
+ }($e), Vn = function() {
786
762
  function e(t) {
787
763
  this.partialObserver = t;
788
764
  }
@@ -792,7 +768,7 @@ var _r = function(e) {
792
768
  try {
793
769
  r.next(t);
794
770
  } catch (n) {
795
- Oe(n);
771
+ Pe(n);
796
772
  }
797
773
  }, e.prototype.error = function(t) {
798
774
  var r = this.partialObserver;
@@ -800,56 +776,56 @@ var _r = function(e) {
800
776
  try {
801
777
  r.error(t);
802
778
  } catch (n) {
803
- Oe(n);
779
+ Pe(n);
804
780
  }
805
781
  else
806
- Oe(t);
782
+ Pe(t);
807
783
  }, e.prototype.complete = function() {
808
784
  var t = this.partialObserver;
809
785
  if (t.complete)
810
786
  try {
811
787
  t.complete();
812
788
  } catch (r) {
813
- Oe(r);
789
+ Pe(r);
814
790
  }
815
791
  }, e;
816
- }(), ht = function(e) {
817
- Y(t, e);
792
+ }(), pt = function(e) {
793
+ Ae(t, e);
818
794
  function t(r, n, i) {
819
795
  var o = e.call(this) || this, s;
820
- return q(r) || !r ? s = {
796
+ return Q(r) || !r ? s = {
821
797
  next: r != null ? r : void 0,
822
798
  error: n != null ? n : void 0,
823
799
  complete: i != null ? i : void 0
824
- } : s = r, o.destination = new Gn(s), o;
800
+ } : s = r, o.destination = new Vn(s), o;
825
801
  }
826
802
  return t;
827
- }(_r);
828
- function Oe(e) {
829
- Un(e);
803
+ }(xr);
804
+ function Pe(e) {
805
+ jn(e);
830
806
  }
831
- function $n(e) {
807
+ function Wn(e) {
832
808
  throw e;
833
809
  }
834
- var jn = {
810
+ var Xn = {
835
811
  closed: !0,
836
- next: Mt,
837
- error: $n,
838
- complete: Mt
839
- }, Vn = function() {
812
+ next: Nt,
813
+ error: Wn,
814
+ complete: Nt
815
+ }, Zn = function() {
840
816
  return typeof Symbol == "function" && Symbol.observable || "@@observable";
841
817
  }();
842
- function Wn(e) {
818
+ function zn(e) {
843
819
  return e;
844
820
  }
845
- function Xn(e) {
846
- return e.length === 0 ? Wn : e.length === 1 ? e[0] : function(r) {
821
+ function Qn(e) {
822
+ return e.length === 0 ? zn : e.length === 1 ? e[0] : function(r) {
847
823
  return e.reduce(function(n, i) {
848
824
  return i(n);
849
825
  }, r);
850
826
  };
851
827
  }
852
- var Pt = function() {
828
+ var Rt = function() {
853
829
  function e(t) {
854
830
  t && (this._subscribe = t);
855
831
  }
@@ -857,8 +833,8 @@ var Pt = function() {
857
833
  var r = new e();
858
834
  return r.source = this, r.operator = t, r;
859
835
  }, e.prototype.subscribe = function(t, r, n) {
860
- var i = this, o = zn(t) ? t : new ht(t, r, n);
861
- return Re(function() {
836
+ var i = this, o = qn(t) ? t : new pt(t, r, n);
837
+ return Ne(function() {
862
838
  var s = i, a = s.operator, l = s.source;
863
839
  o.add(a ? a.call(o, l) : l ? i._subscribe(o) : i._trySubscribe(o));
864
840
  }), o;
@@ -870,8 +846,8 @@ var Pt = function() {
870
846
  }
871
847
  }, e.prototype.forEach = function(t, r) {
872
848
  var n = this;
873
- return r = Ot(r), new r(function(i, o) {
874
- var s = new ht({
849
+ return r = Ft(r), new r(function(i, o) {
850
+ var s = new pt({
875
851
  next: function(a) {
876
852
  try {
877
853
  t(a);
@@ -887,15 +863,15 @@ var Pt = function() {
887
863
  }, e.prototype._subscribe = function(t) {
888
864
  var r;
889
865
  return (r = this.source) === null || r === void 0 ? void 0 : r.subscribe(t);
890
- }, e.prototype[Vn] = function() {
866
+ }, e.prototype[Zn] = function() {
891
867
  return this;
892
868
  }, e.prototype.pipe = function() {
893
869
  for (var t = [], r = 0; r < arguments.length; r++)
894
870
  t[r] = arguments[r];
895
- return Xn(t)(this);
871
+ return Qn(t)(this);
896
872
  }, e.prototype.toPromise = function(t) {
897
873
  var r = this;
898
- return t = Ot(t), new t(function(n, i) {
874
+ return t = Ft(t), new t(function(n, i) {
899
875
  var o;
900
876
  r.subscribe(function(s) {
901
877
  return o = s;
@@ -909,40 +885,40 @@ var Pt = function() {
909
885
  return new e(t);
910
886
  }, e;
911
887
  }();
912
- function Ot(e) {
888
+ function Ft(e) {
913
889
  var t;
914
- return (t = e != null ? e : kn.Promise) !== null && t !== void 0 ? t : Promise;
890
+ return (t = e != null ? e : Gn.Promise) !== null && t !== void 0 ? t : Promise;
915
891
  }
916
- function Zn(e) {
917
- return e && q(e.next) && q(e.error) && q(e.complete);
892
+ function Yn(e) {
893
+ return e && Q(e.next) && Q(e.error) && Q(e.complete);
918
894
  }
919
- function zn(e) {
920
- return e && e instanceof _r || Zn(e) && vr(e);
895
+ function qn(e) {
896
+ return e && e instanceof xr || Yn(e) && Cr(e);
921
897
  }
922
- var qn = gr(function(e) {
898
+ var Jn = Er(function(e) {
923
899
  return function() {
924
900
  e(this), this.name = "ObjectUnsubscribedError", this.message = "object unsubscribed";
925
901
  };
926
- }), Er = function(e) {
927
- Y(t, e);
902
+ }), Sr = function(e) {
903
+ Ae(t, e);
928
904
  function t() {
929
905
  var r = e.call(this) || this;
930
906
  return r.closed = !1, r.currentObservers = null, r.observers = [], r.isStopped = !1, r.hasError = !1, r.thrownError = null, r;
931
907
  }
932
908
  return t.prototype.lift = function(r) {
933
- var n = new Lt(this, this);
909
+ var n = new kt(this, this);
934
910
  return n.operator = r, n;
935
911
  }, t.prototype._throwIfClosed = function() {
936
912
  if (this.closed)
937
- throw new qn();
913
+ throw new Jn();
938
914
  }, t.prototype.next = function(r) {
939
915
  var n = this;
940
- Re(function() {
916
+ Ne(function() {
941
917
  var i, o;
942
918
  if (n._throwIfClosed(), !n.isStopped) {
943
919
  n.currentObservers || (n.currentObservers = Array.from(n.observers));
944
920
  try {
945
- for (var s = at(n.currentObservers), a = s.next(); !a.done; a = s.next()) {
921
+ for (var s = ut(n.currentObservers), a = s.next(); !a.done; a = s.next()) {
946
922
  var l = a.value;
947
923
  l.next(r);
948
924
  }
@@ -960,7 +936,7 @@ var qn = gr(function(e) {
960
936
  });
961
937
  }, t.prototype.error = function(r) {
962
938
  var n = this;
963
- Re(function() {
939
+ Ne(function() {
964
940
  if (n._throwIfClosed(), !n.isStopped) {
965
941
  n.hasError = n.isStopped = !0, n.thrownError = r;
966
942
  for (var i = n.observers; i.length; )
@@ -969,7 +945,7 @@ var qn = gr(function(e) {
969
945
  });
970
946
  }, t.prototype.complete = function() {
971
947
  var r = this;
972
- Re(function() {
948
+ Ne(function() {
973
949
  if (r._throwIfClosed(), !r.isStopped) {
974
950
  r.isStopped = !0;
975
951
  for (var n = r.observers; n.length; )
@@ -991,20 +967,20 @@ var qn = gr(function(e) {
991
967
  return this._throwIfClosed(), this._checkFinalizedStatuses(r), this._innerSubscribe(r);
992
968
  }, t.prototype._innerSubscribe = function(r) {
993
969
  var n = this, i = this, o = i.hasError, s = i.isStopped, a = i.observers;
994
- return o || s ? yr : (this.currentObservers = null, a.push(r), new $e(function() {
995
- n.currentObservers = null, ut(a, r);
970
+ return o || s ? wr : (this.currentObservers = null, a.push(r), new $e(function() {
971
+ n.currentObservers = null, ft(a, r);
996
972
  }));
997
973
  }, t.prototype._checkFinalizedStatuses = function(r) {
998
974
  var n = this, i = n.hasError, o = n.thrownError, s = n.isStopped;
999
975
  i ? r.error(o) : s && r.complete();
1000
976
  }, t.prototype.asObservable = function() {
1001
- var r = new Pt();
977
+ var r = new Rt();
1002
978
  return r.source = this, r;
1003
979
  }, t.create = function(r, n) {
1004
- return new Lt(r, n);
980
+ return new kt(r, n);
1005
981
  }, t;
1006
- }(Pt), Lt = function(e) {
1007
- Y(t, e);
982
+ }(Rt), kt = function(e) {
983
+ Ae(t, e);
1008
984
  function t(r, n) {
1009
985
  var i = e.call(this) || this;
1010
986
  return i.destination = r, i.source = n, i;
@@ -1020,17 +996,17 @@ var qn = gr(function(e) {
1020
996
  (n = (r = this.destination) === null || r === void 0 ? void 0 : r.complete) === null || n === void 0 || n.call(r);
1021
997
  }, t.prototype._subscribe = function(r) {
1022
998
  var n, i;
1023
- return (i = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && i !== void 0 ? i : yr;
999
+ return (i = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && i !== void 0 ? i : wr;
1024
1000
  }, t;
1025
- }(Er), Cr = {
1001
+ }(Sr), Hr = {
1026
1002
  now: function() {
1027
- return (Cr.delegate || Date).now();
1003
+ return (Hr.delegate || Date).now();
1028
1004
  },
1029
1005
  delegate: void 0
1030
- }, Qn = function(e) {
1031
- Y(t, e);
1006
+ }, Kn = function(e) {
1007
+ Ae(t, e);
1032
1008
  function t(r, n, i) {
1033
- r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i = Cr);
1009
+ r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i = Hr);
1034
1010
  var o = e.call(this) || this;
1035
1011
  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;
1036
1012
  }
@@ -1050,15 +1026,15 @@ var qn = gr(function(e) {
1050
1026
  u && o.splice(0, u + 1);
1051
1027
  }
1052
1028
  }, t;
1053
- }(Er);
1054
- const Nt = [], Rt = {}, Yn = (e, t = 0) => {
1055
- if (Nt.indexOf(e) == -1) {
1056
- const r = new Qn(t);
1057
- Rt[e] = r, Nt.push(e);
1029
+ }(Sr);
1030
+ const Dt = [], Ut = {}, ei = (e, t = 0) => {
1031
+ if (Dt.indexOf(e) == -1) {
1032
+ const r = new Kn(t);
1033
+ Ut[e] = r, Dt.push(e);
1058
1034
  }
1059
- return Rt[e];
1060
- }, le = [];
1061
- function Jn(e, t) {
1035
+ return Ut[e];
1036
+ }, ae = [];
1037
+ function ti(e, t) {
1062
1038
  return {
1063
1039
  subscribe: je(e, t).subscribe
1064
1040
  };
@@ -1067,14 +1043,14 @@ function je(e, t = D) {
1067
1043
  let r;
1068
1044
  const n = /* @__PURE__ */ new Set();
1069
1045
  function i(a) {
1070
- if (fr(e, a) && (e = a, r)) {
1071
- const l = !le.length;
1046
+ if (br(e, a) && (e = a, r)) {
1047
+ const l = !ae.length;
1072
1048
  for (const u of n)
1073
- u[1](), le.push(u, e);
1049
+ u[1](), ae.push(u, e);
1074
1050
  if (l) {
1075
- for (let u = 0; u < le.length; u += 2)
1076
- le[u][0](le[u + 1]);
1077
- le.length = 0;
1051
+ for (let u = 0; u < ae.length; u += 2)
1052
+ ae[u][0](ae[u + 1]);
1053
+ ae.length = 0;
1078
1054
  }
1079
1055
  }
1080
1056
  }
@@ -1089,12 +1065,12 @@ function je(e, t = D) {
1089
1065
  }
1090
1066
  return { set: i, update: o, subscribe: s };
1091
1067
  }
1092
- function ye(e, t, r) {
1068
+ function be(e, t, r) {
1093
1069
  const n = !Array.isArray(e), i = n ? [e] : e;
1094
1070
  if (!i.every(Boolean))
1095
1071
  throw new Error("derived() expects stores as input, got a falsy value");
1096
1072
  const o = t.length < 2;
1097
- return Jn(r, (s, a) => {
1073
+ return ti(r, (s, a) => {
1098
1074
  let l = !1;
1099
1075
  const u = [];
1100
1076
  let h = 0, c = D;
@@ -1103,9 +1079,9 @@ function ye(e, t, r) {
1103
1079
  return;
1104
1080
  c();
1105
1081
  const b = t(n ? u[0] : u, s, a);
1106
- o ? s(b) : c = vt(b) ? b : D;
1082
+ o ? s(b) : c = Ct(b) ? b : D;
1107
1083
  }, m = i.map(
1108
- (b, g) => bn(
1084
+ (b, g) => _n(
1109
1085
  b,
1110
1086
  (y) => {
1111
1087
  u[g] = y, h &= ~(1 << g), l && f();
@@ -1116,115 +1092,157 @@ function ye(e, t, r) {
1116
1092
  )
1117
1093
  );
1118
1094
  return l = !0, f(), function() {
1119
- Q(m), c(), l = !1;
1095
+ Y(m), c(), l = !1;
1120
1096
  };
1121
1097
  });
1122
1098
  }
1123
- function Kn(e) {
1099
+ function ri(e) {
1124
1100
  return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
1125
1101
  }
1126
- var ei = function(t) {
1127
- return ti(t) && !ri(t);
1102
+ var ni = function(t) {
1103
+ return ii(t) && !oi(t);
1128
1104
  };
1129
- function ti(e) {
1105
+ function ii(e) {
1130
1106
  return !!e && typeof e == "object";
1131
1107
  }
1132
- function ri(e) {
1108
+ function oi(e) {
1133
1109
  var t = Object.prototype.toString.call(e);
1134
- return t === "[object RegExp]" || t === "[object Date]" || oi(e);
1110
+ return t === "[object RegExp]" || t === "[object Date]" || li(e);
1135
1111
  }
1136
- var ni = typeof Symbol == "function" && Symbol.for, ii = ni ? Symbol.for("react.element") : 60103;
1137
- function oi(e) {
1138
- return e.$$typeof === ii;
1112
+ var si = typeof Symbol == "function" && Symbol.for, ai = si ? Symbol.for("react.element") : 60103;
1113
+ function li(e) {
1114
+ return e.$$typeof === ai;
1139
1115
  }
1140
- function si(e) {
1116
+ function ui(e) {
1141
1117
  return Array.isArray(e) ? [] : {};
1142
1118
  }
1143
- function Ae(e, t) {
1144
- return t.clone !== !1 && t.isMergeableObject(e) ? de(si(e), e, t) : e;
1119
+ function He(e, t) {
1120
+ return t.clone !== !1 && t.isMergeableObject(e) ? ce(ui(e), e, t) : e;
1145
1121
  }
1146
- function ai(e, t, r) {
1122
+ function hi(e, t, r) {
1147
1123
  return e.concat(t).map(function(n) {
1148
- return Ae(n, r);
1124
+ return He(n, r);
1149
1125
  });
1150
1126
  }
1151
- function li(e, t) {
1127
+ function ci(e, t) {
1152
1128
  if (!t.customMerge)
1153
- return de;
1129
+ return ce;
1154
1130
  var r = t.customMerge(e);
1155
- return typeof r == "function" ? r : de;
1131
+ return typeof r == "function" ? r : ce;
1156
1132
  }
1157
- function ui(e) {
1133
+ function fi(e) {
1158
1134
  return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(t) {
1159
1135
  return Object.propertyIsEnumerable.call(e, t);
1160
1136
  }) : [];
1161
1137
  }
1162
- function Ft(e) {
1163
- return Object.keys(e).concat(ui(e));
1138
+ function Gt(e) {
1139
+ return Object.keys(e).concat(fi(e));
1164
1140
  }
1165
- function wr(e, t) {
1141
+ function Tr(e, t) {
1166
1142
  try {
1167
1143
  return t in e;
1168
1144
  } catch (r) {
1169
1145
  return !1;
1170
1146
  }
1171
1147
  }
1172
- function hi(e, t) {
1173
- return wr(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
1148
+ function pi(e, t) {
1149
+ return Tr(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
1174
1150
  }
1175
- function ci(e, t, r) {
1151
+ function di(e, t, r) {
1176
1152
  var n = {};
1177
- return r.isMergeableObject(e) && Ft(e).forEach(function(i) {
1178
- n[i] = Ae(e[i], r);
1179
- }), Ft(t).forEach(function(i) {
1180
- hi(e, i) || (wr(e, i) && r.isMergeableObject(t[i]) ? n[i] = li(i, r)(e[i], t[i], r) : n[i] = Ae(t[i], r));
1153
+ return r.isMergeableObject(e) && Gt(e).forEach(function(i) {
1154
+ n[i] = He(e[i], r);
1155
+ }), Gt(t).forEach(function(i) {
1156
+ pi(e, i) || (Tr(e, i) && r.isMergeableObject(t[i]) ? n[i] = ci(i, r)(e[i], t[i], r) : n[i] = He(t[i], r));
1181
1157
  }), n;
1182
1158
  }
1183
- function de(e, t, r) {
1184
- r = r || {}, r.arrayMerge = r.arrayMerge || ai, r.isMergeableObject = r.isMergeableObject || ei, r.cloneUnlessOtherwiseSpecified = Ae;
1159
+ function ce(e, t, r) {
1160
+ r = r || {}, r.arrayMerge = r.arrayMerge || hi, r.isMergeableObject = r.isMergeableObject || ni, r.cloneUnlessOtherwiseSpecified = He;
1185
1161
  var n = Array.isArray(t), i = Array.isArray(e), o = n === i;
1186
- return o ? n ? r.arrayMerge(e, t, r) : ci(e, t, r) : Ae(t, r);
1162
+ return o ? n ? r.arrayMerge(e, t, r) : di(e, t, r) : He(t, r);
1187
1163
  }
1188
- de.all = function(t, r) {
1164
+ ce.all = function(t, r) {
1189
1165
  if (!Array.isArray(t))
1190
1166
  throw new Error("first argument should be an array");
1191
1167
  return t.reduce(function(n, i) {
1192
- return de(n, i, r);
1168
+ return ce(n, i, r);
1193
1169
  }, {});
1194
1170
  };
1195
- var fi = de, di = fi;
1196
- const pi = /* @__PURE__ */ Kn(di);
1197
- function Ke(e, t) {
1198
- var r = t && t.cache ? t.cache : Ei, n = t && t.serializer ? t.serializer : vi, i = t && t.strategy ? t.strategy : gi;
1171
+ var mi = ce, bi = mi;
1172
+ const gi = /* @__PURE__ */ ri(bi);
1173
+ var dt = function(e, t) {
1174
+ return dt = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
1175
+ r.__proto__ = n;
1176
+ } || function(r, n) {
1177
+ for (var i in n)
1178
+ Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
1179
+ }, dt(e, t);
1180
+ };
1181
+ function Ve(e, t) {
1182
+ if (typeof t != "function" && t !== null)
1183
+ throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
1184
+ dt(e, t);
1185
+ function r() {
1186
+ this.constructor = e;
1187
+ }
1188
+ e.prototype = t === null ? Object.create(t) : (r.prototype = t.prototype, new r());
1189
+ }
1190
+ var W = function() {
1191
+ return W = Object.assign || function(t) {
1192
+ for (var r, n = 1, i = arguments.length; n < i; n++) {
1193
+ r = arguments[n];
1194
+ for (var o in r)
1195
+ Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
1196
+ }
1197
+ return t;
1198
+ }, W.apply(this, arguments);
1199
+ };
1200
+ function yi(e, t) {
1201
+ var r = {};
1202
+ for (var n in e)
1203
+ Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
1204
+ if (e != null && typeof Object.getOwnPropertySymbols == "function")
1205
+ for (var i = 0, n = Object.getOwnPropertySymbols(e); i < n.length; i++)
1206
+ t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (r[n[i]] = e[n[i]]);
1207
+ return r;
1208
+ }
1209
+ function et(e, t, r) {
1210
+ if (r || arguments.length === 2)
1211
+ for (var n = 0, i = t.length, o; n < i; n++)
1212
+ (o || !(n in t)) && (o || (o = Array.prototype.slice.call(t, 0, n)), o[n] = t[n]);
1213
+ return e.concat(o || Array.prototype.slice.call(t));
1214
+ }
1215
+ function tt(e, t) {
1216
+ var r = t && t.cache ? t.cache : Si, n = t && t.serializer ? t.serializer : Ci, i = t && t.strategy ? t.strategy : Ei;
1199
1217
  return i(e, {
1200
1218
  cache: r,
1201
1219
  serializer: n
1202
1220
  });
1203
1221
  }
1204
- function mi(e) {
1222
+ function vi(e) {
1205
1223
  return e == null || typeof e == "number" || typeof e == "boolean";
1206
1224
  }
1207
- function bi(e, t, r, n) {
1208
- var i = mi(n) ? n : r(n), o = t.get(i);
1225
+ function _i(e, t, r, n) {
1226
+ var i = vi(n) ? n : r(n), o = t.get(i);
1209
1227
  return typeof o == "undefined" && (o = e.call(this, n), t.set(i, o)), o;
1210
1228
  }
1211
- function xr(e, t, r) {
1229
+ function Ar(e, t, r) {
1212
1230
  var n = Array.prototype.slice.call(arguments, 3), i = r(n), o = t.get(i);
1213
1231
  return typeof o == "undefined" && (o = e.apply(this, n), t.set(i, o)), o;
1214
1232
  }
1215
- function Sr(e, t, r, n, i) {
1233
+ function Ir(e, t, r, n, i) {
1216
1234
  return r.bind(t, e, n, i);
1217
1235
  }
1218
- function gi(e, t) {
1219
- var r = e.length === 1 ? bi : xr;
1220
- return Sr(e, this, r, t.cache.create(), t.serializer);
1236
+ function Ei(e, t) {
1237
+ var r = e.length === 1 ? _i : Ar;
1238
+ return Ir(e, this, r, t.cache.create(), t.serializer);
1221
1239
  }
1222
- function yi(e, t) {
1223
- return Sr(e, this, xr, t.cache.create(), t.serializer);
1240
+ function wi(e, t) {
1241
+ return Ir(e, this, Ar, t.cache.create(), t.serializer);
1224
1242
  }
1225
- var vi = function() {
1243
+ var Ci = function() {
1226
1244
  return JSON.stringify(arguments);
1227
- }, _i = (
1245
+ }, xi = (
1228
1246
  /** @class */
1229
1247
  function() {
1230
1248
  function e() {
@@ -1236,61 +1254,71 @@ var vi = function() {
1236
1254
  this.cache[t] = r;
1237
1255
  }, e;
1238
1256
  }()
1239
- ), Ei = {
1257
+ ), Si = {
1240
1258
  create: function() {
1241
- return new _i();
1259
+ return new xi();
1242
1260
  }
1243
- }, et = {
1244
- variadic: yi
1245
- }, v;
1261
+ }, rt = {
1262
+ variadic: wi
1263
+ }, De = function() {
1264
+ return De = Object.assign || function(t) {
1265
+ for (var r, n = 1, i = arguments.length; n < i; n++) {
1266
+ r = arguments[n];
1267
+ for (var o in r)
1268
+ Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
1269
+ }
1270
+ return t;
1271
+ }, De.apply(this, arguments);
1272
+ };
1273
+ var v;
1246
1274
  (function(e) {
1247
1275
  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";
1248
1276
  })(v || (v = {}));
1249
- var S;
1277
+ var x;
1250
1278
  (function(e) {
1251
1279
  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";
1252
- })(S || (S = {}));
1253
- var pe;
1280
+ })(x || (x = {}));
1281
+ var fe;
1254
1282
  (function(e) {
1255
1283
  e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
1256
- })(pe || (pe = {}));
1257
- function kt(e) {
1258
- return e.type === S.literal;
1284
+ })(fe || (fe = {}));
1285
+ function $t(e) {
1286
+ return e.type === x.literal;
1259
1287
  }
1260
- function Ci(e) {
1261
- return e.type === S.argument;
1288
+ function Hi(e) {
1289
+ return e.type === x.argument;
1262
1290
  }
1263
- function Hr(e) {
1264
- return e.type === S.number;
1291
+ function Br(e) {
1292
+ return e.type === x.number;
1265
1293
  }
1266
- function Tr(e) {
1267
- return e.type === S.date;
1294
+ function Mr(e) {
1295
+ return e.type === x.date;
1268
1296
  }
1269
- function Ar(e) {
1270
- return e.type === S.time;
1297
+ function Pr(e) {
1298
+ return e.type === x.time;
1271
1299
  }
1272
- function Ir(e) {
1273
- return e.type === S.select;
1300
+ function Or(e) {
1301
+ return e.type === x.select;
1274
1302
  }
1275
- function Br(e) {
1276
- return e.type === S.plural;
1303
+ function Lr(e) {
1304
+ return e.type === x.plural;
1277
1305
  }
1278
- function wi(e) {
1279
- return e.type === S.pound;
1306
+ function Ti(e) {
1307
+ return e.type === x.pound;
1280
1308
  }
1281
- function Mr(e) {
1282
- return e.type === S.tag;
1309
+ function Nr(e) {
1310
+ return e.type === x.tag;
1283
1311
  }
1284
- function Pr(e) {
1285
- return !!(e && typeof e == "object" && e.type === pe.number);
1312
+ function Rr(e) {
1313
+ return !!(e && typeof e == "object" && e.type === fe.number);
1286
1314
  }
1287
- function ct(e) {
1288
- return !!(e && typeof e == "object" && e.type === pe.dateTime);
1315
+ function mt(e) {
1316
+ return !!(e && typeof e == "object" && e.type === fe.dateTime);
1289
1317
  }
1290
- var Or = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, xi = /(?:[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;
1291
- function Si(e) {
1318
+ var Fr = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, Ai = /(?:[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;
1319
+ function Ii(e) {
1292
1320
  var t = {};
1293
- return e.replace(xi, function(r) {
1321
+ return e.replace(Ai, function(r) {
1294
1322
  var n = r.length;
1295
1323
  switch (r[0]) {
1296
1324
  case "G":
@@ -1379,11 +1407,21 @@ function Si(e) {
1379
1407
  return "";
1380
1408
  }), t;
1381
1409
  }
1382
- var Hi = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
1383
- function Ti(e) {
1410
+ var I = function() {
1411
+ return I = Object.assign || function(t) {
1412
+ for (var r, n = 1, i = arguments.length; n < i; n++) {
1413
+ r = arguments[n];
1414
+ for (var o in r)
1415
+ Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
1416
+ }
1417
+ return t;
1418
+ }, I.apply(this, arguments);
1419
+ };
1420
+ var Bi = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
1421
+ function Mi(e) {
1384
1422
  if (e.length === 0)
1385
1423
  throw new Error("Number skeleton cannot be empty");
1386
- for (var t = e.split(Hi).filter(function(f) {
1424
+ for (var t = e.split(Bi).filter(function(f) {
1387
1425
  return f.length > 0;
1388
1426
  }), r = [], n = 0, i = t; n < i.length; n++) {
1389
1427
  var o = i[n], s = o.split("/");
@@ -1398,17 +1436,17 @@ function Ti(e) {
1398
1436
  }
1399
1437
  return r;
1400
1438
  }
1401
- function Ai(e) {
1439
+ function Pi(e) {
1402
1440
  return e.replace(/^(.*?)-/, "");
1403
1441
  }
1404
- var Dt = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Lr = /^(@+)?(\+|#+)?[rs]?$/g, Ii = /(\*)(0+)|(#+)(0+)|(0+)/g, Nr = /^(0+)$/;
1405
- function Ut(e) {
1442
+ var jt = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, kr = /^(@+)?(\+|#+)?[rs]?$/g, Oi = /(\*)(0+)|(#+)(0+)|(0+)/g, Dr = /^(0+)$/;
1443
+ function Vt(e) {
1406
1444
  var t = {};
1407
- return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Lr, function(r, n, i) {
1445
+ return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(kr, function(r, n, i) {
1408
1446
  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)), "";
1409
1447
  }), t;
1410
1448
  }
1411
- function Rr(e) {
1449
+ function Ur(e) {
1412
1450
  switch (e) {
1413
1451
  case "sign-auto":
1414
1452
  return {
@@ -1448,7 +1486,7 @@ function Rr(e) {
1448
1486
  };
1449
1487
  }
1450
1488
  }
1451
- function Bi(e) {
1489
+ function Li(e) {
1452
1490
  var t;
1453
1491
  if (e[0] === "E" && e[1] === "E" ? (t = {
1454
1492
  notation: "engineering"
@@ -1456,17 +1494,17 @@ function Bi(e) {
1456
1494
  notation: "scientific"
1457
1495
  }, e = e.slice(1)), t) {
1458
1496
  var r = e.slice(0, 2);
1459
- if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !Nr.test(e))
1497
+ if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !Dr.test(e))
1460
1498
  throw new Error("Malformed concise eng/scientific notation");
1461
1499
  t.minimumIntegerDigits = e.length;
1462
1500
  }
1463
1501
  return t;
1464
1502
  }
1465
- function Gt(e) {
1466
- var t = {}, r = Rr(e);
1503
+ function Wt(e) {
1504
+ var t = {}, r = Ur(e);
1467
1505
  return r || t;
1468
1506
  }
1469
- function Mi(e) {
1507
+ function Ni(e) {
1470
1508
  for (var t = {}, r = 0, n = e; r < n.length; r++) {
1471
1509
  var i = n[r];
1472
1510
  switch (i.stem) {
@@ -1490,7 +1528,7 @@ function Mi(e) {
1490
1528
  continue;
1491
1529
  case "measure-unit":
1492
1530
  case "unit":
1493
- t.style = "unit", t.unit = Ai(i.options[0]);
1531
+ t.style = "unit", t.unit = Pi(i.options[0]);
1494
1532
  continue;
1495
1533
  case "compact-short":
1496
1534
  case "K":
@@ -1501,13 +1539,13 @@ function Mi(e) {
1501
1539
  t.notation = "compact", t.compactDisplay = "long";
1502
1540
  continue;
1503
1541
  case "scientific":
1504
- t = E(E(E({}, t), { notation: "scientific" }), i.options.reduce(function(l, u) {
1505
- return E(E({}, l), Gt(u));
1542
+ t = I(I(I({}, t), { notation: "scientific" }), i.options.reduce(function(l, u) {
1543
+ return I(I({}, l), Wt(u));
1506
1544
  }, {}));
1507
1545
  continue;
1508
1546
  case "engineering":
1509
- t = E(E(E({}, t), { notation: "engineering" }), i.options.reduce(function(l, u) {
1510
- return E(E({}, l), Gt(u));
1547
+ t = I(I(I({}, t), { notation: "engineering" }), i.options.reduce(function(l, u) {
1548
+ return I(I({}, l), Wt(u));
1511
1549
  }, {}));
1512
1550
  continue;
1513
1551
  case "notation-simple":
@@ -1552,7 +1590,7 @@ function Mi(e) {
1552
1590
  case "integer-width":
1553
1591
  if (i.options.length > 1)
1554
1592
  throw new RangeError("integer-width stems only accept a single optional option");
1555
- i.options[0].replace(Ii, function(l, u, h, c, f, m) {
1593
+ i.options[0].replace(Oi, function(l, u, h, c, f, m) {
1556
1594
  if (u)
1557
1595
  t.minimumIntegerDigits = h.length;
1558
1596
  else {
@@ -1565,32 +1603,32 @@ function Mi(e) {
1565
1603
  });
1566
1604
  continue;
1567
1605
  }
1568
- if (Nr.test(i.stem)) {
1606
+ if (Dr.test(i.stem)) {
1569
1607
  t.minimumIntegerDigits = i.stem.length;
1570
1608
  continue;
1571
1609
  }
1572
- if (Dt.test(i.stem)) {
1610
+ if (jt.test(i.stem)) {
1573
1611
  if (i.options.length > 1)
1574
1612
  throw new RangeError("Fraction-precision stems only accept a single optional option");
1575
- i.stem.replace(Dt, function(l, u, h, c, f, m) {
1613
+ i.stem.replace(jt, function(l, u, h, c, f, m) {
1576
1614
  return h === "*" ? t.minimumFractionDigits = u.length : c && c[0] === "#" ? t.maximumFractionDigits = c.length : f && m ? (t.minimumFractionDigits = f.length, t.maximumFractionDigits = f.length + m.length) : (t.minimumFractionDigits = u.length, t.maximumFractionDigits = u.length), "";
1577
1615
  });
1578
1616
  var o = i.options[0];
1579
- o === "w" ? t = E(E({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = E(E({}, t), Ut(o)));
1617
+ o === "w" ? t = I(I({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = I(I({}, t), Vt(o)));
1580
1618
  continue;
1581
1619
  }
1582
- if (Lr.test(i.stem)) {
1583
- t = E(E({}, t), Ut(i.stem));
1620
+ if (kr.test(i.stem)) {
1621
+ t = I(I({}, t), Vt(i.stem));
1584
1622
  continue;
1585
1623
  }
1586
- var s = Rr(i.stem);
1587
- s && (t = E(E({}, t), s));
1588
- var a = Bi(i.stem);
1589
- a && (t = E(E({}, t), a));
1624
+ var s = Ur(i.stem);
1625
+ s && (t = I(I({}, t), s));
1626
+ var a = Li(i.stem);
1627
+ a && (t = I(I({}, t), a));
1590
1628
  }
1591
1629
  return t;
1592
1630
  }
1593
- var Le = {
1631
+ var Oe = {
1594
1632
  "001": [
1595
1633
  "H",
1596
1634
  "h"
@@ -3005,13 +3043,13 @@ var Le = {
3005
3043
  "h"
3006
3044
  ]
3007
3045
  };
3008
- function Pi(e, t) {
3046
+ function Ri(e, t) {
3009
3047
  for (var r = "", n = 0; n < e.length; n++) {
3010
3048
  var i = e.charAt(n);
3011
3049
  if (i === "j") {
3012
3050
  for (var o = 0; n + 1 < e.length && e.charAt(n + 1) === i; )
3013
3051
  o++, n++;
3014
- var s = 1 + (o & 1), a = o < 2 ? 1 : 3 + (o >> 1), l = "a", u = Oi(t);
3052
+ var s = 1 + (o & 1), a = o < 2 ? 1 : 3 + (o >> 1), l = "a", u = Fi(t);
3015
3053
  for ((u == "H" || u == "k") && (a = 0); a-- > 0; )
3016
3054
  r += l;
3017
3055
  for (; s-- > 0; )
@@ -3021,7 +3059,7 @@ function Pi(e, t) {
3021
3059
  }
3022
3060
  return r;
3023
3061
  }
3024
- function Oi(e) {
3062
+ function Fi(e) {
3025
3063
  var t = e.hourCycle;
3026
3064
  if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
3027
3065
  e.hourCycles && // @ts-ignore
@@ -3040,23 +3078,23 @@ function Oi(e) {
3040
3078
  }
3041
3079
  var r = e.language, n;
3042
3080
  r !== "root" && (n = e.maximize().region);
3043
- var i = Le[n || ""] || Le[r || ""] || Le["".concat(r, "-001")] || Le["001"];
3081
+ var i = Oe[n || ""] || Oe[r || ""] || Oe["".concat(r, "-001")] || Oe["001"];
3044
3082
  return i[0];
3045
3083
  }
3046
- var tt, Li = new RegExp("^".concat(Or.source, "*")), Ni = new RegExp("".concat(Or.source, "*$"));
3084
+ var nt, ki = new RegExp("^".concat(Fr.source, "*")), Di = new RegExp("".concat(Fr.source, "*$"));
3047
3085
  function _(e, t) {
3048
3086
  return { start: e, end: t };
3049
3087
  }
3050
- var Ri = !!String.prototype.startsWith && "_a".startsWith("a", 1), Fi = !!String.fromCodePoint, ki = !!Object.fromEntries, Di = !!String.prototype.codePointAt, Ui = !!String.prototype.trimStart, Gi = !!String.prototype.trimEnd, $i = !!Number.isSafeInteger, ji = $i ? Number.isSafeInteger : function(e) {
3088
+ var Ui = !!String.prototype.startsWith && "_a".startsWith("a", 1), Gi = !!String.fromCodePoint, $i = !!Object.fromEntries, ji = !!String.prototype.codePointAt, Vi = !!String.prototype.trimStart, Wi = !!String.prototype.trimEnd, Xi = !!Number.isSafeInteger, Zi = Xi ? Number.isSafeInteger : function(e) {
3051
3089
  return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
3052
- }, ft = !0;
3090
+ }, bt = !0;
3053
3091
  try {
3054
- var Vi = kr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3055
- ft = ((tt = Vi.exec("a")) === null || tt === void 0 ? void 0 : tt[0]) === "a";
3092
+ var zi = $r("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3093
+ bt = ((nt = zi.exec("a")) === null || nt === void 0 ? void 0 : nt[0]) === "a";
3056
3094
  } catch (e) {
3057
- ft = !1;
3095
+ bt = !1;
3058
3096
  }
3059
- var $t = Ri ? (
3097
+ var Xt = Ui ? (
3060
3098
  // Native
3061
3099
  function(t, r, n) {
3062
3100
  return t.startsWith(r, n);
@@ -3066,7 +3104,7 @@ var $t = Ri ? (
3066
3104
  function(t, r, n) {
3067
3105
  return t.slice(n, n + r.length) === r;
3068
3106
  }
3069
- ), dt = Fi ? String.fromCodePoint : (
3107
+ ), gt = Gi ? String.fromCodePoint : (
3070
3108
  // IE11
3071
3109
  function() {
3072
3110
  for (var t = [], r = 0; r < arguments.length; r++)
@@ -3078,9 +3116,9 @@ var $t = Ri ? (
3078
3116
  }
3079
3117
  return n;
3080
3118
  }
3081
- ), jt = (
3119
+ ), Zt = (
3082
3120
  // native
3083
- ki ? Object.fromEntries : (
3121
+ $i ? Object.fromEntries : (
3084
3122
  // Ponyfill
3085
3123
  function(t) {
3086
3124
  for (var r = {}, n = 0, i = t; n < i.length; n++) {
@@ -3090,7 +3128,7 @@ var $t = Ri ? (
3090
3128
  return r;
3091
3129
  }
3092
3130
  )
3093
- ), Fr = Di ? (
3131
+ ), Gr = ji ? (
3094
3132
  // Native
3095
3133
  function(t, r) {
3096
3134
  return t.codePointAt(r);
@@ -3104,7 +3142,7 @@ var $t = Ri ? (
3104
3142
  return i < 55296 || i > 56319 || r + 1 === n || (o = t.charCodeAt(r + 1)) < 56320 || o > 57343 ? i : (i - 55296 << 10) + (o - 56320) + 65536;
3105
3143
  }
3106
3144
  }
3107
- ), Wi = Ui ? (
3145
+ ), Qi = Vi ? (
3108
3146
  // Native
3109
3147
  function(t) {
3110
3148
  return t.trimStart();
@@ -3112,9 +3150,9 @@ var $t = Ri ? (
3112
3150
  ) : (
3113
3151
  // Ponyfill
3114
3152
  function(t) {
3115
- return t.replace(Li, "");
3153
+ return t.replace(ki, "");
3116
3154
  }
3117
- ), Xi = Gi ? (
3155
+ ), Yi = Wi ? (
3118
3156
  // Native
3119
3157
  function(t) {
3120
3158
  return t.trimEnd();
@@ -3122,32 +3160,32 @@ var $t = Ri ? (
3122
3160
  ) : (
3123
3161
  // Ponyfill
3124
3162
  function(t) {
3125
- return t.replace(Ni, "");
3163
+ return t.replace(Di, "");
3126
3164
  }
3127
3165
  );
3128
- function kr(e, t) {
3166
+ function $r(e, t) {
3129
3167
  return new RegExp(e, t);
3130
3168
  }
3131
- var pt;
3132
- if (ft) {
3133
- var Vt = kr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3134
- pt = function(t, r) {
3169
+ var yt;
3170
+ if (bt) {
3171
+ var zt = $r("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3172
+ yt = function(t, r) {
3135
3173
  var n;
3136
- Vt.lastIndex = r;
3137
- var i = Vt.exec(t);
3174
+ zt.lastIndex = r;
3175
+ var i = zt.exec(t);
3138
3176
  return (n = i[1]) !== null && n !== void 0 ? n : "";
3139
3177
  };
3140
3178
  } else
3141
- pt = function(t, r) {
3179
+ yt = function(t, r) {
3142
3180
  for (var n = []; ; ) {
3143
- var i = Fr(t, r);
3144
- if (i === void 0 || Dr(i) || Qi(i))
3181
+ var i = Gr(t, r);
3182
+ if (i === void 0 || jr(i) || eo(i))
3145
3183
  break;
3146
3184
  n.push(i), r += i >= 65536 ? 2 : 1;
3147
3185
  }
3148
- return dt.apply(void 0, n);
3186
+ return gt.apply(void 0, n);
3149
3187
  };
3150
- var Zi = (
3188
+ var qi = (
3151
3189
  /** @class */
3152
3190
  function() {
3153
3191
  function e(t, r) {
@@ -3171,14 +3209,14 @@ var Zi = (
3171
3209
  if (o === 35 && (r === "plural" || r === "selectordinal")) {
3172
3210
  var a = this.clonePosition();
3173
3211
  this.bump(), i.push({
3174
- type: S.pound,
3212
+ type: x.pound,
3175
3213
  location: _(a, this.clonePosition())
3176
3214
  });
3177
3215
  } else if (o === 60 && !this.ignoreTag && this.peek() === 47) {
3178
3216
  if (n)
3179
3217
  break;
3180
3218
  return this.error(v.UNMATCHED_CLOSING_TAG, _(this.clonePosition(), this.clonePosition()));
3181
- } else if (o === 60 && !this.ignoreTag && mt(this.peek() || 0)) {
3219
+ } else if (o === 60 && !this.ignoreTag && vt(this.peek() || 0)) {
3182
3220
  var s = this.parseTag(t, r);
3183
3221
  if (s.err)
3184
3222
  return s;
@@ -3199,7 +3237,7 @@ var Zi = (
3199
3237
  if (this.bumpSpace(), this.bumpIf("/>"))
3200
3238
  return {
3201
3239
  val: {
3202
- type: S.literal,
3240
+ type: x.literal,
3203
3241
  value: "<".concat(i, "/>"),
3204
3242
  location: _(n, this.clonePosition())
3205
3243
  },
@@ -3211,12 +3249,12 @@ var Zi = (
3211
3249
  return o;
3212
3250
  var s = o.val, a = this.clonePosition();
3213
3251
  if (this.bumpIf("</")) {
3214
- if (this.isEOF() || !mt(this.char()))
3252
+ if (this.isEOF() || !vt(this.char()))
3215
3253
  return this.error(v.INVALID_TAG, _(a, this.clonePosition()));
3216
3254
  var l = this.clonePosition(), u = this.parseTagName();
3217
3255
  return i !== u ? this.error(v.UNMATCHED_CLOSING_TAG, _(l, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
3218
3256
  val: {
3219
- type: S.tag,
3257
+ type: x.tag,
3220
3258
  value: i,
3221
3259
  children: s,
3222
3260
  location: _(n, this.clonePosition())
@@ -3229,7 +3267,7 @@ var Zi = (
3229
3267
  return this.error(v.INVALID_TAG, _(n, this.clonePosition()));
3230
3268
  }, e.prototype.parseTagName = function() {
3231
3269
  var t = this.offset();
3232
- for (this.bump(); !this.isEOF() && qi(this.char()); )
3270
+ for (this.bump(); !this.isEOF() && Ki(this.char()); )
3233
3271
  this.bump();
3234
3272
  return this.message.slice(t, this.offset());
3235
3273
  }, e.prototype.parseLiteral = function(t, r) {
@@ -3253,12 +3291,12 @@ var Zi = (
3253
3291
  }
3254
3292
  var l = _(n, this.clonePosition());
3255
3293
  return {
3256
- val: { type: S.literal, value: i, location: l },
3294
+ val: { type: x.literal, value: i, location: l },
3257
3295
  err: null
3258
3296
  };
3259
3297
  }, e.prototype.tryParseLeftAngleBracket = function() {
3260
3298
  return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
3261
- !zi(this.peek() || 0)) ? (this.bump(), "<") : null;
3299
+ !Ji(this.peek() || 0)) ? (this.bump(), "<") : null;
3262
3300
  }, e.prototype.tryParseQuote = function(t) {
3263
3301
  if (this.isEOF() || this.char() !== 39)
3264
3302
  return null;
@@ -3292,12 +3330,12 @@ var Zi = (
3292
3330
  r.push(n);
3293
3331
  this.bump();
3294
3332
  }
3295
- return dt.apply(void 0, r);
3333
+ return gt.apply(void 0, r);
3296
3334
  }, e.prototype.tryParseUnquoted = function(t, r) {
3297
3335
  if (this.isEOF())
3298
3336
  return null;
3299
3337
  var n = this.char();
3300
- return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), dt(n));
3338
+ return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), gt(n));
3301
3339
  }, e.prototype.parseArgument = function(t, r) {
3302
3340
  var n = this.clonePosition();
3303
3341
  if (this.bump(), this.bumpSpace(), this.isEOF())
@@ -3313,7 +3351,7 @@ var Zi = (
3313
3351
  case 125:
3314
3352
  return this.bump(), {
3315
3353
  val: {
3316
- type: S.argument,
3354
+ type: x.argument,
3317
3355
  // value does not include the opening and closing braces.
3318
3356
  value: i,
3319
3357
  location: _(n, this.clonePosition())
@@ -3326,7 +3364,7 @@ var Zi = (
3326
3364
  return this.error(v.MALFORMED_ARGUMENT, _(n, this.clonePosition()));
3327
3365
  }
3328
3366
  }, e.prototype.parseIdentifierIfPossible = function() {
3329
- var t = this.clonePosition(), r = this.offset(), n = pt(this.message, r), i = r + n.length;
3367
+ var t = this.clonePosition(), r = this.offset(), n = yt(this.message, r), i = r + n.length;
3330
3368
  this.bumpTo(i);
3331
3369
  var o = this.clonePosition(), s = _(t, o);
3332
3370
  return { value: n, location: s };
@@ -3345,7 +3383,7 @@ var Zi = (
3345
3383
  var h = this.clonePosition(), c = this.parseSimpleArgStyleIfPossible();
3346
3384
  if (c.err)
3347
3385
  return c;
3348
- var f = Xi(c.val);
3386
+ var f = Yi(c.val);
3349
3387
  if (f.length === 0)
3350
3388
  return this.error(v.EXPECT_ARGUMENT_STYLE, _(this.clonePosition(), this.clonePosition()));
3351
3389
  var m = _(h, this.clonePosition());
@@ -3355,34 +3393,34 @@ var Zi = (
3355
3393
  if (b.err)
3356
3394
  return b;
3357
3395
  var g = _(i, this.clonePosition());
3358
- if (u && $t(u == null ? void 0 : u.style, "::", 0)) {
3359
- var y = Wi(u.style.slice(2));
3396
+ if (u && Xt(u == null ? void 0 : u.style, "::", 0)) {
3397
+ var y = Qi(u.style.slice(2));
3360
3398
  if (a === "number") {
3361
3399
  var c = this.parseNumberSkeletonFromString(y, u.styleLocation);
3362
3400
  return c.err ? c : {
3363
- val: { type: S.number, value: n, location: g, style: c.val },
3401
+ val: { type: x.number, value: n, location: g, style: c.val },
3364
3402
  err: null
3365
3403
  };
3366
3404
  } else {
3367
3405
  if (y.length === 0)
3368
3406
  return this.error(v.EXPECT_DATE_TIME_SKELETON, g);
3369
- var x = y;
3370
- this.locale && (x = Pi(y, this.locale));
3407
+ var C = y;
3408
+ this.locale && (C = Ri(y, this.locale));
3371
3409
  var f = {
3372
- type: pe.dateTime,
3373
- pattern: x,
3410
+ type: fe.dateTime,
3411
+ pattern: C,
3374
3412
  location: u.styleLocation,
3375
- parsedOptions: this.shouldParseSkeletons ? Si(x) : {}
3376
- }, I = a === "date" ? S.date : S.time;
3413
+ parsedOptions: this.shouldParseSkeletons ? Ii(C) : {}
3414
+ }, A = a === "date" ? x.date : x.time;
3377
3415
  return {
3378
- val: { type: I, value: n, location: g, style: f },
3416
+ val: { type: A, value: n, location: g, style: f },
3379
3417
  err: null
3380
3418
  };
3381
3419
  }
3382
3420
  }
3383
3421
  return {
3384
3422
  val: {
3385
- type: a === "number" ? S.number : a === "date" ? S.date : S.time,
3423
+ type: a === "number" ? x.number : a === "date" ? x.date : x.time,
3386
3424
  value: n,
3387
3425
  location: g,
3388
3426
  style: (o = u == null ? void 0 : u.style) !== null && o !== void 0 ? o : null
@@ -3395,7 +3433,7 @@ var Zi = (
3395
3433
  case "select": {
3396
3434
  var N = this.clonePosition();
3397
3435
  if (this.bumpSpace(), !this.bumpIf(","))
3398
- return this.error(v.EXPECT_SELECT_ARGUMENT_OPTIONS, _(N, E({}, N)));
3436
+ return this.error(v.EXPECT_SELECT_ARGUMENT_OPTIONS, _(N, De({}, N)));
3399
3437
  this.bumpSpace();
3400
3438
  var j = this.parseIdentifierIfPossible(), F = 0;
3401
3439
  if (a !== "select" && j.value === "offset") {
@@ -3413,23 +3451,23 @@ var Zi = (
3413
3451
  var b = this.tryParseArgumentClose(i);
3414
3452
  if (b.err)
3415
3453
  return b;
3416
- var T = _(i, this.clonePosition());
3454
+ var H = _(i, this.clonePosition());
3417
3455
  return a === "select" ? {
3418
3456
  val: {
3419
- type: S.select,
3457
+ type: x.select,
3420
3458
  value: n,
3421
- options: jt(V.val),
3422
- location: T
3459
+ options: Zt(V.val),
3460
+ location: H
3423
3461
  },
3424
3462
  err: null
3425
3463
  } : {
3426
3464
  val: {
3427
- type: S.plural,
3465
+ type: x.plural,
3428
3466
  value: n,
3429
- options: jt(V.val),
3467
+ options: Zt(V.val),
3430
3468
  offset: F,
3431
3469
  pluralType: a === "plural" ? "cardinal" : "ordinal",
3432
- location: T
3470
+ location: H
3433
3471
  },
3434
3472
  err: null
3435
3473
  };
@@ -3477,16 +3515,16 @@ var Zi = (
3477
3515
  }, e.prototype.parseNumberSkeletonFromString = function(t, r) {
3478
3516
  var n = [];
3479
3517
  try {
3480
- n = Ti(t);
3518
+ n = Mi(t);
3481
3519
  } catch (i) {
3482
3520
  return this.error(v.INVALID_NUMBER_SKELETON, r);
3483
3521
  }
3484
3522
  return {
3485
3523
  val: {
3486
- type: pe.number,
3524
+ type: fe.number,
3487
3525
  tokens: n,
3488
3526
  location: r,
3489
- parsedOptions: this.shouldParseSkeletons ? Mi(n) : {}
3527
+ parsedOptions: this.shouldParseSkeletons ? Ni(n) : {}
3490
3528
  },
3491
3529
  err: null
3492
3530
  };
@@ -3534,7 +3572,7 @@ var Zi = (
3534
3572
  break;
3535
3573
  }
3536
3574
  var l = _(i, this.clonePosition());
3537
- return o ? (s *= n, ji(s) ? { val: s, err: null } : this.error(r, l)) : this.error(t, l);
3575
+ return o ? (s *= n, Zi(s) ? { val: s, err: null } : this.error(r, l)) : this.error(t, l);
3538
3576
  }, e.prototype.offset = function() {
3539
3577
  return this.position.offset;
3540
3578
  }, e.prototype.isEOF = function() {
@@ -3549,7 +3587,7 @@ var Zi = (
3549
3587
  var t = this.position.offset;
3550
3588
  if (t >= this.message.length)
3551
3589
  throw Error("out of bound");
3552
- var r = Fr(this.message, t);
3590
+ var r = Gr(this.message, t);
3553
3591
  if (r === void 0)
3554
3592
  throw Error("Offset ".concat(t, " is at invalid UTF-16 code unit boundary"));
3555
3593
  return r;
@@ -3568,7 +3606,7 @@ var Zi = (
3568
3606
  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);
3569
3607
  }
3570
3608
  }, e.prototype.bumpIf = function(t) {
3571
- if ($t(this.message, t, this.offset())) {
3609
+ if (Xt(this.message, t, this.offset())) {
3572
3610
  for (var r = 0; r < t.length; r++)
3573
3611
  this.bump();
3574
3612
  return !0;
@@ -3590,7 +3628,7 @@ var Zi = (
3590
3628
  break;
3591
3629
  }
3592
3630
  }, e.prototype.bumpSpace = function() {
3593
- for (; !this.isEOF() && Dr(this.char()); )
3631
+ for (; !this.isEOF() && jr(this.char()); )
3594
3632
  this.bump();
3595
3633
  }, e.prototype.peek = function() {
3596
3634
  if (this.isEOF())
@@ -3600,47 +3638,47 @@ var Zi = (
3600
3638
  }, e;
3601
3639
  }()
3602
3640
  );
3603
- function mt(e) {
3641
+ function vt(e) {
3604
3642
  return e >= 97 && e <= 122 || e >= 65 && e <= 90;
3605
3643
  }
3606
- function zi(e) {
3607
- return mt(e) || e === 47;
3644
+ function Ji(e) {
3645
+ return vt(e) || e === 47;
3608
3646
  }
3609
- function qi(e) {
3647
+ function Ki(e) {
3610
3648
  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;
3611
3649
  }
3612
- function Dr(e) {
3650
+ function jr(e) {
3613
3651
  return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
3614
3652
  }
3615
- function Qi(e) {
3653
+ function eo(e) {
3616
3654
  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;
3617
3655
  }
3618
- function bt(e) {
3656
+ function _t(e) {
3619
3657
  e.forEach(function(t) {
3620
- if (delete t.location, Ir(t) || Br(t))
3658
+ if (delete t.location, Or(t) || Lr(t))
3621
3659
  for (var r in t.options)
3622
- delete t.options[r].location, bt(t.options[r].value);
3660
+ delete t.options[r].location, _t(t.options[r].value);
3623
3661
  else
3624
- Hr(t) && Pr(t.style) || (Tr(t) || Ar(t)) && ct(t.style) ? delete t.style.location : Mr(t) && bt(t.children);
3662
+ Br(t) && Rr(t.style) || (Mr(t) || Pr(t)) && mt(t.style) ? delete t.style.location : Nr(t) && _t(t.children);
3625
3663
  });
3626
3664
  }
3627
- function Yi(e, t) {
3628
- t === void 0 && (t = {}), t = E({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
3629
- var r = new Zi(e, t).parse();
3665
+ function to(e, t) {
3666
+ t === void 0 && (t = {}), t = De({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
3667
+ var r = new qi(e, t).parse();
3630
3668
  if (r.err) {
3631
3669
  var n = SyntaxError(v[r.err.kind]);
3632
3670
  throw n.location = r.err.location, n.originalMessage = r.err.message, n;
3633
3671
  }
3634
- return t != null && t.captureLocation || bt(r.val), r.val;
3672
+ return t != null && t.captureLocation || _t(r.val), r.val;
3635
3673
  }
3636
- var me;
3674
+ var pe;
3637
3675
  (function(e) {
3638
3676
  e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
3639
- })(me || (me = {}));
3640
- var Ve = (
3677
+ })(pe || (pe = {}));
3678
+ var We = (
3641
3679
  /** @class */
3642
3680
  function(e) {
3643
- Y(t, e);
3681
+ Ve(t, e);
3644
3682
  function t(r, n, i) {
3645
3683
  var o = e.call(this, r) || this;
3646
3684
  return o.code = n, o.originalMessage = i, o;
@@ -3649,48 +3687,48 @@ var Ve = (
3649
3687
  return "[formatjs Error: ".concat(this.code, "] ").concat(this.message);
3650
3688
  }, t;
3651
3689
  }(Error)
3652
- ), Wt = (
3690
+ ), Qt = (
3653
3691
  /** @class */
3654
3692
  function(e) {
3655
- Y(t, e);
3693
+ Ve(t, e);
3656
3694
  function t(r, n, i, o) {
3657
- return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'), me.INVALID_VALUE, o) || this;
3695
+ return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'), pe.INVALID_VALUE, o) || this;
3658
3696
  }
3659
3697
  return t;
3660
- }(Ve)
3661
- ), Ji = (
3698
+ }(We)
3699
+ ), ro = (
3662
3700
  /** @class */
3663
3701
  function(e) {
3664
- Y(t, e);
3702
+ Ve(t, e);
3665
3703
  function t(r, n, i) {
3666
- return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n), me.INVALID_VALUE, i) || this;
3704
+ return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n), pe.INVALID_VALUE, i) || this;
3667
3705
  }
3668
3706
  return t;
3669
- }(Ve)
3670
- ), Ki = (
3707
+ }(We)
3708
+ ), no = (
3671
3709
  /** @class */
3672
3710
  function(e) {
3673
- Y(t, e);
3711
+ Ve(t, e);
3674
3712
  function t(r, n) {
3675
- return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'), me.MISSING_VALUE, n) || this;
3713
+ return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'), pe.MISSING_VALUE, n) || this;
3676
3714
  }
3677
3715
  return t;
3678
- }(Ve)
3716
+ }(We)
3679
3717
  ), R;
3680
3718
  (function(e) {
3681
3719
  e[e.literal = 0] = "literal", e[e.object = 1] = "object";
3682
3720
  })(R || (R = {}));
3683
- function eo(e) {
3721
+ function io(e) {
3684
3722
  return e.length < 2 ? e : e.reduce(function(t, r) {
3685
3723
  var n = t[t.length - 1];
3686
3724
  return !n || n.type !== R.literal || r.type !== R.literal ? t.push(r) : n.value += r.value, t;
3687
3725
  }, []);
3688
3726
  }
3689
- function to(e) {
3727
+ function oo(e) {
3690
3728
  return typeof e == "function";
3691
3729
  }
3692
- function Fe(e, t, r, n, i, o, s) {
3693
- if (e.length === 1 && kt(e[0]))
3730
+ function Re(e, t, r, n, i, o, s) {
3731
+ if (e.length === 1 && $t(e[0]))
3694
3732
  return [
3695
3733
  {
3696
3734
  type: R.literal,
@@ -3699,14 +3737,14 @@ function Fe(e, t, r, n, i, o, s) {
3699
3737
  ];
3700
3738
  for (var a = [], l = 0, u = e; l < u.length; l++) {
3701
3739
  var h = u[l];
3702
- if (kt(h)) {
3740
+ if ($t(h)) {
3703
3741
  a.push({
3704
3742
  type: R.literal,
3705
3743
  value: h.value
3706
3744
  });
3707
3745
  continue;
3708
3746
  }
3709
- if (wi(h)) {
3747
+ if (Ti(h)) {
3710
3748
  typeof o == "number" && a.push({
3711
3749
  type: R.literal,
3712
3750
  value: r.getNumberFormat(t).format(o)
@@ -3715,89 +3753,89 @@ function Fe(e, t, r, n, i, o, s) {
3715
3753
  }
3716
3754
  var c = h.value;
3717
3755
  if (!(i && c in i))
3718
- throw new Ki(c, s);
3756
+ throw new no(c, s);
3719
3757
  var f = i[c];
3720
- if (Ci(h)) {
3758
+ if (Hi(h)) {
3721
3759
  (!f || typeof f == "string" || typeof f == "number") && (f = typeof f == "string" || typeof f == "number" ? String(f) : ""), a.push({
3722
3760
  type: typeof f == "string" ? R.literal : R.object,
3723
3761
  value: f
3724
3762
  });
3725
3763
  continue;
3726
3764
  }
3727
- if (Tr(h)) {
3728
- var m = typeof h.style == "string" ? n.date[h.style] : ct(h.style) ? h.style.parsedOptions : void 0;
3765
+ if (Mr(h)) {
3766
+ var m = typeof h.style == "string" ? n.date[h.style] : mt(h.style) ? h.style.parsedOptions : void 0;
3729
3767
  a.push({
3730
3768
  type: R.literal,
3731
3769
  value: r.getDateTimeFormat(t, m).format(f)
3732
3770
  });
3733
3771
  continue;
3734
3772
  }
3735
- if (Ar(h)) {
3736
- var m = typeof h.style == "string" ? n.time[h.style] : ct(h.style) ? h.style.parsedOptions : n.time.medium;
3773
+ if (Pr(h)) {
3774
+ var m = typeof h.style == "string" ? n.time[h.style] : mt(h.style) ? h.style.parsedOptions : n.time.medium;
3737
3775
  a.push({
3738
3776
  type: R.literal,
3739
3777
  value: r.getDateTimeFormat(t, m).format(f)
3740
3778
  });
3741
3779
  continue;
3742
3780
  }
3743
- if (Hr(h)) {
3744
- var m = typeof h.style == "string" ? n.number[h.style] : Pr(h.style) ? h.style.parsedOptions : void 0;
3781
+ if (Br(h)) {
3782
+ var m = typeof h.style == "string" ? n.number[h.style] : Rr(h.style) ? h.style.parsedOptions : void 0;
3745
3783
  m && m.scale && (f = f * (m.scale || 1)), a.push({
3746
3784
  type: R.literal,
3747
3785
  value: r.getNumberFormat(t, m).format(f)
3748
3786
  });
3749
3787
  continue;
3750
3788
  }
3751
- if (Mr(h)) {
3789
+ if (Nr(h)) {
3752
3790
  var b = h.children, g = h.value, y = i[g];
3753
- if (!to(y))
3754
- throw new Ji(g, "function", s);
3755
- var x = Fe(b, t, r, n, i, o), I = y(x.map(function(F) {
3791
+ if (!oo(y))
3792
+ throw new ro(g, "function", s);
3793
+ var C = Re(b, t, r, n, i, o), A = y(C.map(function(F) {
3756
3794
  return F.value;
3757
3795
  }));
3758
- Array.isArray(I) || (I = [I]), a.push.apply(a, I.map(function(F) {
3796
+ Array.isArray(A) || (A = [A]), a.push.apply(a, A.map(function(F) {
3759
3797
  return {
3760
3798
  type: typeof F == "string" ? R.literal : R.object,
3761
3799
  value: F
3762
3800
  };
3763
3801
  }));
3764
3802
  }
3765
- if (Ir(h)) {
3803
+ if (Or(h)) {
3766
3804
  var N = h.options[f] || h.options.other;
3767
3805
  if (!N)
3768
- throw new Wt(h.value, f, Object.keys(h.options), s);
3769
- a.push.apply(a, Fe(N.value, t, r, n, i));
3806
+ throw new Qt(h.value, f, Object.keys(h.options), s);
3807
+ a.push.apply(a, Re(N.value, t, r, n, i));
3770
3808
  continue;
3771
3809
  }
3772
- if (Br(h)) {
3810
+ if (Lr(h)) {
3773
3811
  var N = h.options["=".concat(f)];
3774
3812
  if (!N) {
3775
3813
  if (!Intl.PluralRules)
3776
- throw new Ve(`Intl.PluralRules is not available in this environment.
3814
+ throw new We(`Intl.PluralRules is not available in this environment.
3777
3815
  Try polyfilling it using "@formatjs/intl-pluralrules"
3778
- `, me.MISSING_INTL_API, s);
3816
+ `, pe.MISSING_INTL_API, s);
3779
3817
  var j = r.getPluralRules(t, { type: h.pluralType }).select(f - (h.offset || 0));
3780
3818
  N = h.options[j] || h.options.other;
3781
3819
  }
3782
3820
  if (!N)
3783
- throw new Wt(h.value, f, Object.keys(h.options), s);
3784
- a.push.apply(a, Fe(N.value, t, r, n, i, f - (h.offset || 0)));
3821
+ throw new Qt(h.value, f, Object.keys(h.options), s);
3822
+ a.push.apply(a, Re(N.value, t, r, n, i, f - (h.offset || 0)));
3785
3823
  continue;
3786
3824
  }
3787
3825
  }
3788
- return eo(a);
3826
+ return io(a);
3789
3827
  }
3790
- function ro(e, t) {
3791
- return t ? E(E(E({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
3792
- return r[n] = E(E({}, e[n]), t[n] || {}), r;
3828
+ function so(e, t) {
3829
+ return t ? W(W(W({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
3830
+ return r[n] = W(W({}, e[n]), t[n] || {}), r;
3793
3831
  }, {})) : e;
3794
3832
  }
3795
- function no(e, t) {
3833
+ function ao(e, t) {
3796
3834
  return t ? Object.keys(e).reduce(function(r, n) {
3797
- return r[n] = ro(e[n], t[n]), r;
3798
- }, E({}, e)) : e;
3835
+ return r[n] = so(e[n], t[n]), r;
3836
+ }, W({}, e)) : e;
3799
3837
  }
3800
- function rt(e) {
3838
+ function it(e) {
3801
3839
  return {
3802
3840
  create: function() {
3803
3841
  return {
@@ -3811,39 +3849,39 @@ function rt(e) {
3811
3849
  }
3812
3850
  };
3813
3851
  }
3814
- function io(e) {
3852
+ function lo(e) {
3815
3853
  return e === void 0 && (e = {
3816
3854
  number: {},
3817
3855
  dateTime: {},
3818
3856
  pluralRules: {}
3819
3857
  }), {
3820
- getNumberFormat: Ke(function() {
3858
+ getNumberFormat: tt(function() {
3821
3859
  for (var t, r = [], n = 0; n < arguments.length; n++)
3822
3860
  r[n] = arguments[n];
3823
- return new ((t = Intl.NumberFormat).bind.apply(t, ce([void 0], r, !1)))();
3861
+ return new ((t = Intl.NumberFormat).bind.apply(t, et([void 0], r, !1)))();
3824
3862
  }, {
3825
- cache: rt(e.number),
3826
- strategy: et.variadic
3863
+ cache: it(e.number),
3864
+ strategy: rt.variadic
3827
3865
  }),
3828
- getDateTimeFormat: Ke(function() {
3866
+ getDateTimeFormat: tt(function() {
3829
3867
  for (var t, r = [], n = 0; n < arguments.length; n++)
3830
3868
  r[n] = arguments[n];
3831
- return new ((t = Intl.DateTimeFormat).bind.apply(t, ce([void 0], r, !1)))();
3869
+ return new ((t = Intl.DateTimeFormat).bind.apply(t, et([void 0], r, !1)))();
3832
3870
  }, {
3833
- cache: rt(e.dateTime),
3834
- strategy: et.variadic
3871
+ cache: it(e.dateTime),
3872
+ strategy: rt.variadic
3835
3873
  }),
3836
- getPluralRules: Ke(function() {
3874
+ getPluralRules: tt(function() {
3837
3875
  for (var t, r = [], n = 0; n < arguments.length; n++)
3838
3876
  r[n] = arguments[n];
3839
- return new ((t = Intl.PluralRules).bind.apply(t, ce([void 0], r, !1)))();
3877
+ return new ((t = Intl.PluralRules).bind.apply(t, et([void 0], r, !1)))();
3840
3878
  }, {
3841
- cache: rt(e.pluralRules),
3842
- strategy: et.variadic
3879
+ cache: it(e.pluralRules),
3880
+ strategy: rt.variadic
3843
3881
  })
3844
3882
  };
3845
3883
  }
3846
- var oo = (
3884
+ var uo = (
3847
3885
  /** @class */
3848
3886
  function() {
3849
3887
  function e(t, r, n, i) {
@@ -3862,7 +3900,7 @@ var oo = (
3862
3900
  }, []);
3863
3901
  return h.length <= 1 ? h[0] || "" : h;
3864
3902
  }, this.formatToParts = function(l) {
3865
- return Fe(o.ast, o.locales, o.formatters, o.formats, l, void 0, o.message);
3903
+ return Re(o.ast, o.locales, o.formatters, o.formats, l, void 0, o.message);
3866
3904
  }, this.resolvedOptions = function() {
3867
3905
  var l;
3868
3906
  return {
@@ -3875,13 +3913,13 @@ var oo = (
3875
3913
  throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
3876
3914
  var s = i || {};
3877
3915
  s.formatters;
3878
- var a = Fn(s, ["formatters"]);
3879
- this.ast = e.__parse(t, E(E({}, a), { locale: this.resolvedLocale }));
3916
+ var a = yi(s, ["formatters"]);
3917
+ this.ast = e.__parse(t, W(W({}, a), { locale: this.resolvedLocale }));
3880
3918
  } else
3881
3919
  this.ast = t;
3882
3920
  if (!Array.isArray(this.ast))
3883
3921
  throw new TypeError("A message must be provided as a String or AST.");
3884
- this.formats = no(e.formats, n), this.formatters = i && i.formatters || io(this.formatterCache);
3922
+ this.formats = ao(e.formats, n), this.formatters = i && i.formatters || lo(this.formatterCache);
3885
3923
  }
3886
3924
  return Object.defineProperty(e, "defaultLocale", {
3887
3925
  get: function() {
@@ -3894,7 +3932,7 @@ var oo = (
3894
3932
  var r = Intl.NumberFormat.supportedLocalesOf(t);
3895
3933
  return r.length > 0 ? new Intl.Locale(r[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
3896
3934
  }
3897
- }, e.__parse = Yi, e.formats = {
3935
+ }, e.__parse = to, e.formats = {
3898
3936
  number: {
3899
3937
  integer: {
3900
3938
  maximumFractionDigits: 0
@@ -3955,7 +3993,7 @@ var oo = (
3955
3993
  }, e;
3956
3994
  }()
3957
3995
  );
3958
- function so(e, t) {
3996
+ function ho(e, t) {
3959
3997
  if (t == null)
3960
3998
  return;
3961
3999
  if (t in e)
@@ -3976,92 +4014,92 @@ function so(e, t) {
3976
4014
  n = void 0;
3977
4015
  return n;
3978
4016
  }
3979
- const ee = {}, ao = (e, t, r) => r && (t in ee || (ee[t] = {}), e in ee[t] || (ee[t][e] = r), r), Ur = (e, t) => {
4017
+ const K = {}, co = (e, t, r) => r && (t in K || (K[t] = {}), e in K[t] || (K[t][e] = r), r), Vr = (e, t) => {
3980
4018
  if (t == null)
3981
4019
  return;
3982
- if (t in ee && e in ee[t])
3983
- return ee[t][e];
3984
- const r = We(t);
4020
+ if (t in K && e in K[t])
4021
+ return K[t][e];
4022
+ const r = Xe(t);
3985
4023
  for (let n = 0; n < r.length; n++) {
3986
- const i = r[n], o = uo(i, e);
4024
+ const i = r[n], o = po(i, e);
3987
4025
  if (o)
3988
- return ao(e, t, o);
4026
+ return co(e, t, o);
3989
4027
  }
3990
4028
  };
3991
- let _t;
3992
- const ve = je({});
3993
- function lo(e) {
3994
- return _t[e] || null;
4029
+ let xt;
4030
+ const ge = je({});
4031
+ function fo(e) {
4032
+ return xt[e] || null;
3995
4033
  }
3996
- function Gr(e) {
3997
- return e in _t;
4034
+ function Wr(e) {
4035
+ return e in xt;
3998
4036
  }
3999
- function uo(e, t) {
4000
- if (!Gr(e))
4037
+ function po(e, t) {
4038
+ if (!Wr(e))
4001
4039
  return null;
4002
- const r = lo(e);
4003
- return so(r, t);
4040
+ const r = fo(e);
4041
+ return ho(r, t);
4004
4042
  }
4005
- function ho(e) {
4043
+ function mo(e) {
4006
4044
  if (e == null)
4007
4045
  return;
4008
- const t = We(e);
4046
+ const t = Xe(e);
4009
4047
  for (let r = 0; r < t.length; r++) {
4010
4048
  const n = t[r];
4011
- if (Gr(n))
4049
+ if (Wr(n))
4012
4050
  return n;
4013
4051
  }
4014
4052
  }
4015
- function $r(e, ...t) {
4016
- delete ee[e], ve.update((r) => (r[e] = pi.all([r[e] || {}, ...t]), r));
4053
+ function Xr(e, ...t) {
4054
+ delete K[e], ge.update((r) => (r[e] = gi.all([r[e] || {}, ...t]), r));
4017
4055
  }
4018
- ye(
4019
- [ve],
4056
+ be(
4057
+ [ge],
4020
4058
  ([e]) => Object.keys(e)
4021
4059
  );
4022
- ve.subscribe((e) => _t = e);
4023
- const ke = {};
4024
- function co(e, t) {
4025
- ke[e].delete(t), ke[e].size === 0 && delete ke[e];
4060
+ ge.subscribe((e) => xt = e);
4061
+ const Fe = {};
4062
+ function bo(e, t) {
4063
+ Fe[e].delete(t), Fe[e].size === 0 && delete Fe[e];
4026
4064
  }
4027
- function jr(e) {
4028
- return ke[e];
4065
+ function Zr(e) {
4066
+ return Fe[e];
4029
4067
  }
4030
- function fo(e) {
4031
- return We(e).map((t) => {
4032
- const r = jr(t);
4068
+ function go(e) {
4069
+ return Xe(e).map((t) => {
4070
+ const r = Zr(t);
4033
4071
  return [t, r ? [...r] : []];
4034
4072
  }).filter(([, t]) => t.length > 0);
4035
4073
  }
4036
- function gt(e) {
4037
- return e == null ? !1 : We(e).some(
4074
+ function Et(e) {
4075
+ return e == null ? !1 : Xe(e).some(
4038
4076
  (t) => {
4039
4077
  var r;
4040
- return (r = jr(t)) == null ? void 0 : r.size;
4078
+ return (r = Zr(t)) == null ? void 0 : r.size;
4041
4079
  }
4042
4080
  );
4043
4081
  }
4044
- function po(e, t) {
4082
+ function yo(e, t) {
4045
4083
  return Promise.all(
4046
- t.map((n) => (co(e, n), n().then((i) => i.default || i)))
4047
- ).then((n) => $r(e, ...n));
4048
- }
4049
- const xe = {};
4050
- function Vr(e) {
4051
- if (!gt(e))
4052
- return e in xe ? xe[e] : Promise.resolve();
4053
- const t = fo(e);
4054
- return xe[e] = Promise.all(
4084
+ t.map((n) => (bo(e, n), n().then((i) => i.default || i)))
4085
+ ).then((n) => Xr(e, ...n));
4086
+ }
4087
+ const we = {};
4088
+ function zr(e) {
4089
+ if (!Et(e))
4090
+ return e in we ? we[e] : Promise.resolve();
4091
+ const t = go(e);
4092
+ return we[e] = Promise.all(
4055
4093
  t.map(
4056
- ([r, n]) => po(r, n)
4094
+ ([r, n]) => yo(r, n)
4057
4095
  )
4058
4096
  ).then(() => {
4059
- if (gt(e))
4060
- return Vr(e);
4061
- delete xe[e];
4062
- }), xe[e];
4097
+ if (Et(e))
4098
+ return zr(e);
4099
+ delete we[e];
4100
+ }), we[e];
4063
4101
  }
4064
- const mo = {
4102
+ const vo = {
4065
4103
  number: {
4066
4104
  scientific: { notation: "scientific" },
4067
4105
  engineering: { notation: "engineering" },
@@ -4090,150 +4128,150 @@ const mo = {
4090
4128
  timeZoneName: "short"
4091
4129
  }
4092
4130
  }
4093
- }, bo = {
4131
+ }, _o = {
4094
4132
  fallbackLocale: null,
4095
4133
  loadingDelay: 200,
4096
- formats: mo,
4134
+ formats: vo,
4097
4135
  warnOnMissingMessages: !0,
4098
4136
  handleMissingMessage: void 0,
4099
4137
  ignoreTag: !0
4100
- }, go = bo;
4101
- function be() {
4102
- return go;
4138
+ }, Eo = _o;
4139
+ function de() {
4140
+ return Eo;
4103
4141
  }
4104
- const nt = je(!1);
4105
- var yo = Object.defineProperty, vo = Object.defineProperties, _o = Object.getOwnPropertyDescriptors, Xt = Object.getOwnPropertySymbols, Eo = Object.prototype.hasOwnProperty, Co = Object.prototype.propertyIsEnumerable, Zt = (e, t, r) => t in e ? yo(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, wo = (e, t) => {
4142
+ const ot = je(!1);
4143
+ var wo = Object.defineProperty, Co = Object.defineProperties, xo = Object.getOwnPropertyDescriptors, Yt = Object.getOwnPropertySymbols, So = Object.prototype.hasOwnProperty, Ho = Object.prototype.propertyIsEnumerable, qt = (e, t, r) => t in e ? wo(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, To = (e, t) => {
4106
4144
  for (var r in t || (t = {}))
4107
- Eo.call(t, r) && Zt(e, r, t[r]);
4108
- if (Xt)
4109
- for (var r of Xt(t))
4110
- Co.call(t, r) && Zt(e, r, t[r]);
4145
+ So.call(t, r) && qt(e, r, t[r]);
4146
+ if (Yt)
4147
+ for (var r of Yt(t))
4148
+ Ho.call(t, r) && qt(e, r, t[r]);
4111
4149
  return e;
4112
- }, xo = (e, t) => vo(e, _o(t));
4113
- let yt;
4150
+ }, Ao = (e, t) => Co(e, xo(t));
4151
+ let wt;
4114
4152
  const Ue = je(null);
4115
- function zt(e) {
4153
+ function Jt(e) {
4116
4154
  return e.split("-").map((t, r, n) => n.slice(0, r + 1).join("-")).reverse();
4117
4155
  }
4118
- function We(e, t = be().fallbackLocale) {
4119
- const r = zt(e);
4120
- return t ? [.../* @__PURE__ */ new Set([...r, ...zt(t)])] : r;
4156
+ function Xe(e, t = de().fallbackLocale) {
4157
+ const r = Jt(e);
4158
+ return t ? [.../* @__PURE__ */ new Set([...r, ...Jt(t)])] : r;
4121
4159
  }
4122
- function oe() {
4123
- return yt != null ? yt : void 0;
4160
+ function ie() {
4161
+ return wt != null ? wt : void 0;
4124
4162
  }
4125
4163
  Ue.subscribe((e) => {
4126
- yt = e != null ? e : void 0, typeof window != "undefined" && e != null && document.documentElement.setAttribute("lang", e);
4164
+ wt = e != null ? e : void 0, typeof window != "undefined" && e != null && document.documentElement.setAttribute("lang", e);
4127
4165
  });
4128
- const So = (e) => {
4129
- if (e && ho(e) && gt(e)) {
4130
- const { loadingDelay: t } = be();
4166
+ const Io = (e) => {
4167
+ if (e && mo(e) && Et(e)) {
4168
+ const { loadingDelay: t } = de();
4131
4169
  let r;
4132
- return typeof window != "undefined" && oe() != null && t ? r = window.setTimeout(
4133
- () => nt.set(!0),
4170
+ return typeof window != "undefined" && ie() != null && t ? r = window.setTimeout(
4171
+ () => ot.set(!0),
4134
4172
  t
4135
- ) : nt.set(!0), Vr(e).then(() => {
4173
+ ) : ot.set(!0), zr(e).then(() => {
4136
4174
  Ue.set(e);
4137
4175
  }).finally(() => {
4138
- clearTimeout(r), nt.set(!1);
4176
+ clearTimeout(r), ot.set(!1);
4139
4177
  });
4140
4178
  }
4141
4179
  return Ue.set(e);
4142
- }, te = xo(wo({}, Ue), {
4143
- set: So
4144
- }), Xe = (e) => {
4180
+ }, ee = Ao(To({}, Ue), {
4181
+ set: Io
4182
+ }), Ze = (e) => {
4145
4183
  const t = /* @__PURE__ */ Object.create(null);
4146
4184
  return (n) => {
4147
4185
  const i = JSON.stringify(n);
4148
4186
  return i in t ? t[i] : t[i] = e(n);
4149
4187
  };
4150
4188
  };
4151
- var Ho = Object.defineProperty, Ge = Object.getOwnPropertySymbols, Wr = Object.prototype.hasOwnProperty, Xr = Object.prototype.propertyIsEnumerable, qt = (e, t, r) => t in e ? Ho(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Et = (e, t) => {
4189
+ var Bo = Object.defineProperty, Ge = Object.getOwnPropertySymbols, Qr = Object.prototype.hasOwnProperty, Yr = Object.prototype.propertyIsEnumerable, Kt = (e, t, r) => t in e ? Bo(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, St = (e, t) => {
4152
4190
  for (var r in t || (t = {}))
4153
- Wr.call(t, r) && qt(e, r, t[r]);
4191
+ Qr.call(t, r) && Kt(e, r, t[r]);
4154
4192
  if (Ge)
4155
4193
  for (var r of Ge(t))
4156
- Xr.call(t, r) && qt(e, r, t[r]);
4194
+ Yr.call(t, r) && Kt(e, r, t[r]);
4157
4195
  return e;
4158
- }, _e = (e, t) => {
4196
+ }, ye = (e, t) => {
4159
4197
  var r = {};
4160
4198
  for (var n in e)
4161
- Wr.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
4199
+ Qr.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
4162
4200
  if (e != null && Ge)
4163
4201
  for (var n of Ge(e))
4164
- t.indexOf(n) < 0 && Xr.call(e, n) && (r[n] = e[n]);
4202
+ t.indexOf(n) < 0 && Yr.call(e, n) && (r[n] = e[n]);
4165
4203
  return r;
4166
4204
  };
4167
- const Ie = (e, t) => {
4168
- const { formats: r } = be();
4205
+ const Te = (e, t) => {
4206
+ const { formats: r } = de();
4169
4207
  if (e in r && t in r[e])
4170
4208
  return r[e][t];
4171
4209
  throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
4172
- }, To = Xe(
4210
+ }, Mo = Ze(
4173
4211
  (e) => {
4174
- var t = e, { locale: r, format: n } = t, i = _e(t, ["locale", "format"]);
4212
+ var t = e, { locale: r, format: n } = t, i = ye(t, ["locale", "format"]);
4175
4213
  if (r == null)
4176
4214
  throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
4177
- return n && (i = Ie("number", n)), new Intl.NumberFormat(r, i);
4215
+ return n && (i = Te("number", n)), new Intl.NumberFormat(r, i);
4178
4216
  }
4179
- ), Ao = Xe(
4217
+ ), Po = Ze(
4180
4218
  (e) => {
4181
- var t = e, { locale: r, format: n } = t, i = _e(t, ["locale", "format"]);
4219
+ var t = e, { locale: r, format: n } = t, i = ye(t, ["locale", "format"]);
4182
4220
  if (r == null)
4183
4221
  throw new Error('[svelte-i18n] A "locale" must be set to format dates');
4184
- return n ? i = Ie("date", n) : Object.keys(i).length === 0 && (i = Ie("date", "short")), new Intl.DateTimeFormat(r, i);
4222
+ return n ? i = Te("date", n) : Object.keys(i).length === 0 && (i = Te("date", "short")), new Intl.DateTimeFormat(r, i);
4185
4223
  }
4186
- ), Io = Xe(
4224
+ ), Oo = Ze(
4187
4225
  (e) => {
4188
- var t = e, { locale: r, format: n } = t, i = _e(t, ["locale", "format"]);
4226
+ var t = e, { locale: r, format: n } = t, i = ye(t, ["locale", "format"]);
4189
4227
  if (r == null)
4190
4228
  throw new Error(
4191
4229
  '[svelte-i18n] A "locale" must be set to format time values'
4192
4230
  );
4193
- return n ? i = Ie("time", n) : Object.keys(i).length === 0 && (i = Ie("time", "short")), new Intl.DateTimeFormat(r, i);
4231
+ return n ? i = Te("time", n) : Object.keys(i).length === 0 && (i = Te("time", "short")), new Intl.DateTimeFormat(r, i);
4194
4232
  }
4195
- ), Bo = (e = {}) => {
4233
+ ), Lo = (e = {}) => {
4196
4234
  var t = e, {
4197
- locale: r = oe()
4198
- } = t, n = _e(t, [
4235
+ locale: r = ie()
4236
+ } = t, n = ye(t, [
4199
4237
  "locale"
4200
4238
  ]);
4201
- return To(Et({ locale: r }, n));
4202
- }, Mo = (e = {}) => {
4239
+ return Mo(St({ locale: r }, n));
4240
+ }, No = (e = {}) => {
4203
4241
  var t = e, {
4204
- locale: r = oe()
4205
- } = t, n = _e(t, [
4242
+ locale: r = ie()
4243
+ } = t, n = ye(t, [
4206
4244
  "locale"
4207
4245
  ]);
4208
- return Ao(Et({ locale: r }, n));
4209
- }, Po = (e = {}) => {
4246
+ return Po(St({ locale: r }, n));
4247
+ }, Ro = (e = {}) => {
4210
4248
  var t = e, {
4211
- locale: r = oe()
4212
- } = t, n = _e(t, [
4249
+ locale: r = ie()
4250
+ } = t, n = ye(t, [
4213
4251
  "locale"
4214
4252
  ]);
4215
- return Io(Et({ locale: r }, n));
4216
- }, Oo = Xe(
4253
+ return Oo(St({ locale: r }, n));
4254
+ }, Fo = Ze(
4217
4255
  // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
4218
- (e, t = oe()) => new oo(e, t, be().formats, {
4219
- ignoreTag: be().ignoreTag
4256
+ (e, t = ie()) => new uo(e, t, de().formats, {
4257
+ ignoreTag: de().ignoreTag
4220
4258
  })
4221
- ), Lo = (e, t = {}) => {
4259
+ ), ko = (e, t = {}) => {
4222
4260
  var r, n, i, o;
4223
4261
  let s = t;
4224
4262
  typeof e == "object" && (s = e, e = s.id);
4225
4263
  const {
4226
4264
  values: a,
4227
- locale: l = oe(),
4265
+ locale: l = ie(),
4228
4266
  default: u
4229
4267
  } = s;
4230
4268
  if (l == null)
4231
4269
  throw new Error(
4232
4270
  "[svelte-i18n] Cannot format a message without first setting the initial locale."
4233
4271
  );
4234
- let h = Ur(e, l);
4272
+ let h = Vr(e, l);
4235
4273
  if (!h)
4236
- h = (o = (i = (n = (r = be()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: l, id: e, defaultValue: u })) != null ? i : u) != null ? o : e;
4274
+ h = (o = (i = (n = (r = de()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: l, id: e, defaultValue: u })) != null ? i : u) != null ? o : e;
4237
4275
  else if (typeof h != "string")
4238
4276
  return console.warn(
4239
4277
  `[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.`
@@ -4242,7 +4280,7 @@ const Ie = (e, t) => {
4242
4280
  return h;
4243
4281
  let c = h;
4244
4282
  try {
4245
- c = Oo(h, l).format(a);
4283
+ c = Fo(h, l).format(a);
4246
4284
  } catch (f) {
4247
4285
  f instanceof Error && console.warn(
4248
4286
  `[svelte-i18n] Message "${e}" has syntax error:`,
@@ -4250,21 +4288,21 @@ const Ie = (e, t) => {
4250
4288
  );
4251
4289
  }
4252
4290
  return c;
4253
- }, No = (e, t) => Po(t).format(e), Ro = (e, t) => Mo(t).format(e), Fo = (e, t) => Bo(t).format(e), ko = (e, t = oe()) => Ur(e, t);
4254
- ye([te, ve], () => Lo);
4255
- ye([te], () => No);
4256
- ye([te], () => Ro);
4257
- ye([te], () => Fo);
4258
- ye([te, ve], () => ko);
4259
- window.emWidgets = { topic: Yn };
4260
- const Do = (e) => e.toLowerCase().match(/android/i) ? "Android" : e.toLowerCase().match(/iphone/i) ? "iPhone" : e.toLowerCase().match(/ipad|ipod/i) ? "iPad" : "PC";
4261
- function Uo(e, t) {
4291
+ }, Do = (e, t) => Ro(t).format(e), Uo = (e, t) => No(t).format(e), Go = (e, t) => Lo(t).format(e), $o = (e, t = ie()) => Vr(e, t);
4292
+ be([ee, ge], () => ko);
4293
+ be([ee], () => Do);
4294
+ be([ee], () => Uo);
4295
+ be([ee], () => Go);
4296
+ be([ee, ge], () => $o);
4297
+ window.emWidgets = { topic: ei };
4298
+ const jo = (e) => e.toLowerCase().match(/android/i) ? "Android" : e.toLowerCase().match(/iphone/i) ? "iPhone" : e.toLowerCase().match(/ipad|ipod/i) ? "iPad" : "PC";
4299
+ function Vo(e, t) {
4262
4300
  if (e) {
4263
4301
  const r = document.createElement("style");
4264
4302
  r.innerHTML = t, e.appendChild(r);
4265
4303
  }
4266
4304
  }
4267
- function Go(e, t) {
4305
+ function Wo(e, t) {
4268
4306
  const r = new URL(t);
4269
4307
  fetch(r.href).then((n) => n.text()).then((n) => {
4270
4308
  const i = document.createElement("style");
@@ -4273,7 +4311,7 @@ function Go(e, t) {
4273
4311
  console.error("There was an error while trying to load client styling from URL", n);
4274
4312
  });
4275
4313
  }
4276
- function $o(e, t, r) {
4314
+ function Xo(e, t, r) {
4277
4315
  if (window.emMessageBus) {
4278
4316
  const n = document.createElement("style");
4279
4317
  window.emMessageBus.subscribe(t, (i) => {
@@ -4281,18 +4319,18 @@ function $o(e, t, r) {
4281
4319
  });
4282
4320
  }
4283
4321
  }
4284
- function jo({ withLocale: e, translations: t }) {
4285
- te.subscribe((r) => {
4286
- r == null && (ve.set(t), te.set(e));
4322
+ function Zo({ withLocale: e, translations: t }) {
4323
+ ee.subscribe((r) => {
4324
+ r == null && (ge.set(t), ee.set(e));
4287
4325
  });
4288
4326
  }
4289
- function Qt(e, t) {
4290
- $r(e, t);
4327
+ function er(e, t) {
4328
+ Xr(e, t);
4291
4329
  }
4292
- function Vo(e) {
4293
- te.set(e);
4330
+ function zo(e) {
4331
+ ee.set(e);
4294
4332
  }
4295
- const Yt = {
4333
+ const tr = {
4296
4334
  en: {
4297
4335
  login: "Login",
4298
4336
  register: "Register",
@@ -4349,23 +4387,23 @@ const Yt = {
4349
4387
  deposit: "Deposit"
4350
4388
  }
4351
4389
  };
4352
- function Wo(e) {
4353
- gn(e, "svelte-1xm8fqk", '*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;font-family:inherit}.scroller{scroll-behavior:smooth}.CarouselWrapper{background:var(--emw--color-primary, #194127);background:-webkit-linear-gradient(to left, var(--emw--categories-color-secondary, #194127), var(--emw--categories-color-primary, #003D5D));background:linear-gradient(to left, var(--emw--categories-color-secondary, #194127), var(--emw--categories-color-primary, #003D5D));border-radius:var(--emw--border-radius-medium, 20px);max-width:1300px;margin:0 auto}.CarouselWrapper.CarouselWrapperHeaderMain{background:transparent}.CarouselContainer{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;width:100%;color:var(--emw--categories-typography, var(--emw--color-white, #FFFFFF));margin:0 auto;max-width:1300px}.CarouselContainer.CarouselContainerMobile{padding:0}.CarouselContainer ul{align-items:center;list-style:none;padding:0;margin:0}.CarouselContainer ul::-webkit-scrollbar{display:none}.CarouselContainer ul li{height:100%;align-items:center;font-size:15px;font-weight:500;line-height:26px;white-space:nowrap;display:inline-block;text-align:left;word-spacing:normal;position:relative}.CarouselContainer ul li>a{position:relative;border-bottom:2px solid transparent}.CarouselContainer ul li.SecondaryMenu:hover,.CarouselContainer ul li.SecondaryMenu.active,.CarouselContainer ul li.SecondaryMenu:focus,.CarouselContainer ul li.SecondaryMenu:focus-within{cursor:pointer}.CarouselContainer ul li.SecondaryMenu:hover button,.CarouselContainer ul li.SecondaryMenu.active button,.CarouselContainer ul li.SecondaryMenu:focus button,.CarouselContainer ul li.SecondaryMenu:focus-within button{border-bottom:2px solid #23B04E;position:relative}.CarouselContainer ul li>a{position:relative}.CarouselContainer ul li:hover,.CarouselContainer ul>li>a:hover,.CarouselContainer ul li:focus,.CarouselContainer ul>li>a:focus{z-index:105}.CarouselContainer .CarouselItems li:hover>ul{left:auto;top:auto;opacity:1;transition:opacity 0.5s linear}.CarouselContainer .CarouselItems li:focus-within>ul{left:auto;top:auto;opacity:1;transition:opacity 0.5s linear, top 0.5s}.CarouselContainer .CarouselItems ul ul{transition:opacity 0.4s, left 0s 0.4s, margin 0s 0.4s;z-index:103}.CarouselContainer .CarouselItems li li:hover ul{top:auto;margin-left:100%;transform:translateY(-2.2rem);opacity:1;transition:opacity 0.5s linear, margin 0.5s}.CarouselContainer .CarouselItems li li:focus-within ul{top:auto;margin-left:100%;transform:translateY(-2.2rem);opacity:1;transition:opacity 0.5s linear, margin 0.5s}.CarouselContainer .CarouselLeftArrow,.CarouselContainer .CarouselRightArrow{display:flex;align-items:center;justify-content:center;width:50%;max-width:64px}.CarouselContainer .CarouselLeftArrow svg,.CarouselContainer .CarouselRightArrow svg{width:100%;max-width:22px;stroke:var(--emw--categories-arrows, var(--emw--color-white, #FFFFFF))}.CarouselContainer h1{text-align:center}.CarouselContainer ul{margin:0;padding:0;list-style:none}.CarouselContainer .CarouselNavWrap{overflow-y:scroll;white-space:nowrap;list-style-type:none;-ms-overflow-style:none;scrollbar-width:none}.CarouselContainer .CarouselNavWrap::-webkit-scrollbar{display:none}.CarouselContainer .CarouselItems{display:table;width:100%;text-align:center}.CarouselContainer .CarouselItems li{text-align:left;padding:18px}.CarouselContainer .CarouselItems li>a{position:relative}.CarouselContainer .CarouselItems li li{display:block}.CarouselContainer .CarouselItems li svg,.CarouselContainer .CarouselItems li ui-image img{margin-right:5px;position:relative;top:5px;max-height:25px}.CarouselContainer .CarouselItems button{background:none;border:none;color:var(--emw--categories-typography, var(--emw--color-white, #FFFFFF));text-decoration:none;white-space:nowrap;position:relative;padding-bottom:5px}.CarouselContainer .CarouselItems span{position:absolute;bottom:15px;right:-15px;background:var(--emw--pam-color-primary, var(--emw--color-primary, #23B04E));border-radius:50%;padding:3px;width:20px;height:20px;text-align:center;display:flex;align-items:center;justify-content:center;font-size:11px}.CarouselContainer .CarouselItems a{display:block;color:var(--emw--categories-typography, var(--emw--color-white, #FFFFFF));text-decoration:none;white-space:nowrap;position:relative}.CarouselContainer .CarouselItems.SecondaryMenu li:hover>a,.CarouselContainer .CarouselItems.SecondaryMenu a:hover,.CarouselContainer .CarouselItems.SecondaryMenu li:focus>a,.CarouselContainer .CarouselItems.SecondaryMenu a:focus{background:var(--emw--categories-contrast, var(--emw--color-background, #07072A))}.CarouselContainer .CarouselItems ul{position:absolute;z-index:104;left:-999em;top:0;opacity:0;transition:opacity 0.1s, left 0s 0.1s, top 0.1s;background:-webkit-linear-gradient(to left, var(--emw--categories-color-secondary, #194127), var(--emw--categories-color-primary, #003D5D));background:linear-gradient(to left, var(--emw--categories-color-secondary, #194127), var(--emw--categories-color-primary, #003D5D))}.CarouselContainer .CarouselItems .TouchOnly{display:none;left:-10px}.CarouselContainer .touch-device .CarouselItems .TouchOnly{display:inline-block}.CarouselContainer .touch-device .CarouselItems .TouchOnly a{background:var(--emw--categories-contrast, var(--emw--color-background, #07072A));color:var(--emw--categories-typography, var(--emw--color-white, #FFFFFF))}.CarouselContainer .isScrolling .CarouselItems ul.DropDown{left:-999em;opacity:0}.CarouselContainer .SubDropDown:hover span,.CarouselContainer .SubDropDown.active span{color:var(--emw--categories-contrast, var(--emw--color-contrast, #23B04E))}.CarouselContainerHeaderMain .CarouselItems .CarouselItem:hover a,.CarouselContainerHeaderMain .CarouselItems .CarouselItem.active a,.CarouselContainerHeaderMain .CarouselItems .CarouselItem:focus a,.CarouselContainerHeaderMain .CarouselItems .CarouselItem:focus-within a{border-bottom:1px solid var(--emw--header-color-primary, var(--emw--color-primary, #D0046C));color:var(--emw--header-color-primary, var(--emw--color-primary, #D0046C))}.CarouselContainerHeaderMain .CarouselItems .CarouselItem span{border-top:1px solid transparent;padding-top:5px;transition-duration:0.3s}.CarouselContainerHeaderMain{background:transparent;margin:0;padding:0}.CarouselContainerHeaderMain .CarouselLeftArrow,.CarouselContainerHeaderMain .CarouselRightArrow{background:transparent;width:unset;display:none}.CarouselContainerHeaderMain .CarouselItem a{color:var(--emw--header-typography, var(--emw--color-white, #FFFFFF));text-decoration:none}.CarouselItems li a:first-child:not(:last-child){padding-right:20px}.CarouselItems li a:first-child:not(:last-child):after{content:"";position:absolute;right:3px;top:50%;margin-top:-6px;width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:6px solid var(--emw--color-white, #FFFFFF)}.CarouselItems>li>a:first-child:not(:last-child):after{border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid var(--emw--color-white, #FFFFFF);border-bottom:none;margin-top:-3px}.CarouselItems li:hover a:first-child:not(:last-child):after{border-left-color:var(--emw--color-white, #FFFFFF)}.CarouselItems li:focus-within a:first-child:not(:last-child):after{border-left-color:var(--emw--color-white, #FFFFFF)}.CarouselItems>li:hover>a:first-child:not(:last-child):after{border-left-color:transparent;border-top-color:var(--emw--color-white, #FFFFFF)}.CarouselItems>li:focus-within>a:first-child:not(:last-child):after{border-left-color:transparent;border-top-color:var(--emw--color-white, #FFFFFF)}@media only screen and (max-width: 1024px){.CarouselContainerHeaderMain .CarouselLeftArrow,.CarouselContainerHeaderMain .CarouselRightArrow{display:flex}}.CategoryIconImg{height:20px;margin:0 auto;display:block}.DisplayNone{display:none}.CarouselWrapperMobile{margin:0 10px;border-radius:20px;max-height:75px}.CarouselWrapperMobile .CarouselLeftArrow,.CarouselWrapperMobile .CarouselRightArrow{display:flex;max-height:75px}.CarouselWrapperMobile .CarouselLeftArrow svg,.CarouselWrapperMobile .CarouselRightArrow svg{max-width:15px}.CarouselWrapperMobile .CarouselItems li{display:inline-flex;flex-direction:column;gap:5px;padding:15px 25px}.CarouselWrapperMobile .CarouselItems li svg{position:unset;top:unset}.CarouselWrapperMobile .CategoryIconContainer{position:relative}.CarouselWrapperMobile .CategoryIconContainer span{top:-5px;right:-10px}.CarouselWrapperMobile .CarouselContainer .CarouselItems li svg,.CarouselWrapperMobile .CarouselContainer .CarouselItems li ui-image img{margin:0;top:unset;position:static}.CarouselWrapperMobile .CategoryIconContainer{height:25px}');
4390
+ function Qo(e) {
4391
+ En(e, "svelte-1n5xxlo", '*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;font-family:inherit}.scroller{scroll-behavior:smooth}.CarouselWrapper{background:var(--emw--color-primary, #194127);background:-webkit-linear-gradient(to left, var(--emw--categories-color-secondary, #194127), var(--emw--categories-color-primary, #003D5D));background:linear-gradient(to left, var(--emw--categories-color-secondary, #194127), var(--emw--categories-color-primary, #003D5D));border-radius:var(--emw--border-radius-medium, 20px);max-width:1300px;margin:0 auto}.CarouselWrapper.CarouselWrapperHeaderMain{background:transparent}.CarouselContainer{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;width:100%;color:var(--emw--categories-typography, var(--emw--color-white, #FFFFFF));margin:0 auto;max-width:1300px}.CarouselContainer.CarouselContainerMobile{padding:0}.CarouselContainer ul{align-items:center;list-style:none;padding:0;margin:0}.CarouselContainer ul::-webkit-scrollbar{display:none}.CarouselContainer ul li{height:100%;align-items:center;font-size:15px;font-weight:500;line-height:26px;white-space:nowrap;display:inline-block;text-align:left;word-spacing:normal;position:relative}.CarouselContainer ul li>a{position:relative;border-bottom:2px solid transparent}.CarouselContainer ul li.SecondaryMenu:hover,.CarouselContainer ul li.SecondaryMenu.active,.CarouselContainer ul li.SecondaryMenu:focus,.CarouselContainer ul li.SecondaryMenu:focus-within{cursor:pointer}.CarouselContainer ul li.SecondaryMenu:hover button,.CarouselContainer ul li.SecondaryMenu.active button,.CarouselContainer ul li.SecondaryMenu:focus button,.CarouselContainer ul li.SecondaryMenu:focus-within button{border-bottom:2px solid #23B04E;position:relative}.CarouselContainer ul li>a{position:relative}.CarouselContainer ul li:hover,.CarouselContainer ul>li>a:hover,.CarouselContainer ul li:focus,.CarouselContainer ul>li>a:focus{z-index:105}.CarouselContainer .CarouselItems li:hover>ul{left:auto;top:auto;opacity:1;transition:opacity 0.5s linear}.CarouselContainer .CarouselItems li:focus-within>ul{left:auto;top:auto;opacity:1;transition:opacity 0.5s linear, top 0.5s}.CarouselContainer .CarouselItems ul ul{transition:opacity 0.4s, left 0s 0.4s, margin 0s 0.4s;z-index:103}.CarouselContainer .CarouselItems li li:hover ul{top:auto;margin-left:100%;transform:translateY(-2.2rem);opacity:1;transition:opacity 0.5s linear, margin 0.5s}.CarouselContainer .CarouselItems li li:focus-within ul{top:auto;margin-left:100%;transform:translateY(-2.2rem);opacity:1;transition:opacity 0.5s linear, margin 0.5s}.CarouselContainer .CarouselLeftArrow,.CarouselContainer .CarouselRightArrow{display:flex;align-items:center;justify-content:center;width:50%;max-width:64px}.CarouselContainer .CarouselLeftArrow svg,.CarouselContainer .CarouselRightArrow svg{width:100%;max-width:22px;stroke:var(--emw--categories-arrows, var(--emw--color-white, #FFFFFF))}.CarouselContainer h1{text-align:center}.CarouselContainer ul{margin:0;padding:0;list-style:none}.CarouselContainer .CarouselNavWrap{overflow-y:scroll;white-space:nowrap;list-style-type:none;-ms-overflow-style:none;scrollbar-width:none}.CarouselContainer .CarouselNavWrap::-webkit-scrollbar{display:none}.CarouselContainer .CarouselItems{display:table;width:100%;text-align:center}.CarouselContainer .CarouselItems li{text-align:left;padding:18px}.CarouselContainer .CarouselItems li>a{position:relative}.CarouselContainer .CarouselItems li li{display:block}.CarouselContainer .CarouselItems li svg,.CarouselContainer .CarouselItems li img{margin-right:5px;position:relative;top:5px;max-height:25px}.CarouselContainer .CarouselItems button{background:none;border:none;color:var(--emw--categories-typography, var(--emw--color-white, #FFFFFF));text-decoration:none;white-space:nowrap;position:relative;padding-bottom:5px}.CarouselContainer .CarouselItems span{position:absolute;bottom:15px;right:-15px;background:var(--emw--pam-color-primary, var(--emw--color-primary, #23B04E));border-radius:50%;padding:3px;width:20px;height:20px;text-align:center;display:flex;align-items:center;justify-content:center;font-size:11px}.CarouselContainer .CarouselItems a{display:block;color:var(--emw--categories-typography, var(--emw--color-white, #FFFFFF));text-decoration:none;white-space:nowrap;position:relative}.CarouselContainer .CarouselItems.SecondaryMenu li:hover>a,.CarouselContainer .CarouselItems.SecondaryMenu a:hover,.CarouselContainer .CarouselItems.SecondaryMenu li:focus>a,.CarouselContainer .CarouselItems.SecondaryMenu a:focus{background:var(--emw--categories-contrast, var(--emw--color-background, #07072A))}.CarouselContainer .CarouselItems ul{position:absolute;z-index:104;left:-999em;top:0;opacity:0;transition:opacity 0.1s, left 0s 0.1s, top 0.1s;background:-webkit-linear-gradient(to left, var(--emw--categories-color-secondary, #194127), var(--emw--categories-color-primary, #003D5D));background:linear-gradient(to left, var(--emw--categories-color-secondary, #194127), var(--emw--categories-color-primary, #003D5D))}.CarouselContainer .CarouselItems .TouchOnly{display:none;left:-10px}.CarouselContainer .touch-device .CarouselItems .TouchOnly{display:inline-block}.CarouselContainer .touch-device .CarouselItems .TouchOnly a{background:var(--emw--categories-contrast, var(--emw--color-background, #07072A));color:var(--emw--categories-typography, var(--emw--color-white, #FFFFFF))}.CarouselContainer .isScrolling .CarouselItems ul.DropDown{left:-999em;opacity:0}.CarouselContainer .SubDropDown:hover span,.CarouselContainer .SubDropDown.active span{color:var(--emw--categories-contrast, var(--emw--color-contrast, #23B04E))}.CarouselContainerHeaderMain .CarouselItems .CarouselItem:hover a,.CarouselContainerHeaderMain .CarouselItems .CarouselItem.active a,.CarouselContainerHeaderMain .CarouselItems .CarouselItem:focus a,.CarouselContainerHeaderMain .CarouselItems .CarouselItem:focus-within a{border-bottom:1px solid var(--emw--header-color-primary, var(--emw--color-primary, #D0046C));color:var(--emw--header-color-primary, var(--emw--color-primary, #D0046C))}.CarouselContainerHeaderMain .CarouselItems .CarouselItem span{border-top:1px solid transparent;padding-top:5px;transition-duration:0.3s}.CarouselContainerHeaderMain{background:transparent;margin:0;padding:0}.CarouselContainerHeaderMain .CarouselLeftArrow,.CarouselContainerHeaderMain .CarouselRightArrow{background:transparent;width:unset;display:none}.CarouselContainerHeaderMain .CarouselItem a{color:var(--emw--header-typography, var(--emw--color-white, #FFFFFF));text-decoration:none}.CarouselItems li a:first-child:not(:last-child){padding-right:20px}.CarouselItems li a:first-child:not(:last-child):after{content:"";position:absolute;right:3px;top:50%;margin-top:-6px;width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:6px solid var(--emw--color-white, #FFFFFF)}.CarouselItems>li>a:first-child:not(:last-child):after{border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid var(--emw--color-white, #FFFFFF);border-bottom:none;margin-top:-3px}.CarouselItems li:hover a:first-child:not(:last-child):after{border-left-color:var(--emw--color-white, #FFFFFF)}.CarouselItems li:focus-within a:first-child:not(:last-child):after{border-left-color:var(--emw--color-white, #FFFFFF)}.CarouselItems>li:hover>a:first-child:not(:last-child):after{border-left-color:transparent;border-top-color:var(--emw--color-white, #FFFFFF)}.CarouselItems>li:focus-within>a:first-child:not(:last-child):after{border-left-color:transparent;border-top-color:var(--emw--color-white, #FFFFFF)}@media only screen and (max-width: 1024px){.CarouselContainerHeaderMain .CarouselLeftArrow,.CarouselContainerHeaderMain .CarouselRightArrow{display:flex}}.CategoryIconImg{height:20px;margin:0 auto;display:block}.DisplayNone{display:none}.CarouselWrapperMobile{margin:0 10px;border-radius:20px;max-height:75px}.CarouselWrapperMobile .CarouselLeftArrow,.CarouselWrapperMobile .CarouselRightArrow{display:flex;max-height:75px}.CarouselWrapperMobile .CarouselLeftArrow svg,.CarouselWrapperMobile .CarouselRightArrow svg{max-width:15px}.CarouselWrapperMobile .CarouselItems li{display:inline-flex;flex-direction:column;gap:5px;padding:15px 25px}.CarouselWrapperMobile .CarouselItems li svg{position:unset;top:unset}.CarouselWrapperMobile .CategoryIconContainer{position:relative}.CarouselWrapperMobile .CategoryIconContainer span{top:-5px;right:-10px}.CarouselWrapperMobile .CarouselContainer .CarouselItems li svg,.CarouselWrapperMobile .CarouselContainer .CarouselItems li img{margin:0;top:unset;position:static}.CarouselWrapperMobile .CategoryIconContainer{height:25px}');
4354
4392
  }
4355
- function Jt(e, t, r) {
4393
+ function rr(e, t, r) {
4356
4394
  const n = e.slice();
4357
4395
  return n[53] = t[r], n[55] = r, n;
4358
4396
  }
4359
- function Kt(e, t, r) {
4397
+ function nr(e, t, r) {
4360
4398
  const n = e.slice();
4361
4399
  return n[56] = t[r], n;
4362
4400
  }
4363
- function er(e, t, r) {
4401
+ function ir(e, t, r) {
4364
4402
  const n = e.slice();
4365
4403
  return n[59] = t[r], n[61] = r, n;
4366
4404
  }
4367
- function tr(e) {
4368
- let t = [], r = /* @__PURE__ */ new Map(), n, i = fe(
4405
+ function or(e) {
4406
+ let t = [], r = /* @__PURE__ */ new Map(), n, i = he(
4369
4407
  /*sliderdata*/
4370
4408
  e[9]
4371
4409
  );
@@ -4374,35 +4412,35 @@ function tr(e) {
4374
4412
  s[53].id
4375
4413
  );
4376
4414
  for (let s = 0; s < i.length; s += 1) {
4377
- let a = Jt(e, i, s), l = o(a);
4378
- r.set(l, t[s] = hr(l, a));
4415
+ let a = rr(e, i, s), l = o(a);
4416
+ r.set(l, t[s] = dr(l, a));
4379
4417
  }
4380
4418
  return {
4381
4419
  c() {
4382
4420
  for (let s = 0; s < t.length; s += 1)
4383
4421
  t[s].c();
4384
- n = ie();
4422
+ n = ne();
4385
4423
  },
4386
4424
  m(s, a) {
4387
4425
  for (let l = 0; l < t.length; l += 1)
4388
4426
  t[l] && t[l].m(s, a);
4389
- A(s, n, a);
4427
+ T(s, n, a);
4390
4428
  },
4391
4429
  p(s, a) {
4392
4430
  a[0] & /*activeindex, sliderdata, location, handleClick, subGroupsData, activeIndex, activeSubIndex, prevSubIndex, showsubgroups, itemsActive, isMobile, categoriesicon*/
4393
- 28623 && (i = fe(
4431
+ 28623 && (i = he(
4394
4432
  /*sliderdata*/
4395
4433
  s[9]
4396
- ), t = mr(t, a, o, 1, s, i, r, n.parentNode, pr, hr, n, Jt));
4434
+ ), t = vr(t, a, o, 1, s, i, r, n.parentNode, yr, dr, n, rr));
4397
4435
  },
4398
4436
  d(s) {
4399
- s && H(n);
4437
+ s && S(n);
4400
4438
  for (let a = 0; a < t.length; a += 1)
4401
4439
  t[a].d(s);
4402
4440
  }
4403
4441
  };
4404
4442
  }
4405
- function Xo(e) {
4443
+ function Yo(e) {
4406
4444
  var h;
4407
4445
  let t, r, n = (
4408
4446
  /*category*/
@@ -4415,171 +4453,171 @@ function Xo(e) {
4415
4453
  c[55] === 0 && /*categoriesicon*/
4416
4454
  c[3] !== "false"
4417
4455
  )
4418
- return Qo;
4456
+ return es;
4419
4457
  if (
4420
4458
  /*category*/
4421
4459
  (m = c[53]) != null && m.icon && /*categoriesicon*/
4422
4460
  c[3] !== "false"
4423
4461
  )
4424
- return qo;
4462
+ return Ko;
4425
4463
  if (
4426
4464
  /*categoriesicon*/
4427
4465
  c[3] !== "false"
4428
4466
  )
4429
- return zo;
4467
+ return Jo;
4430
4468
  }
4431
4469
  let a = s(e), l = a && a(e), u = (
4432
4470
  /*category*/
4433
4471
  ((h = e[53]) == null ? void 0 : h.games.count) && !/*isMobile*/
4434
- e[13] && ir(e)
4472
+ e[13] && lr(e)
4435
4473
  );
4436
4474
  return {
4437
4475
  c() {
4438
- l && l.c(), t = X(), r = B("button"), i = re(n), o = X(), u && u.c(), p(r, "class", "CategoryButton");
4476
+ l && l.c(), t = X(), r = B("button"), i = te(n), o = X(), u && u.c(), d(r, "class", "CategoryButton");
4439
4477
  },
4440
4478
  m(c, f) {
4441
- l && l.m(c, f), A(c, t, f), A(c, r, f), C(r, i), C(r, o), u && u.m(r, null);
4479
+ l && l.m(c, f), T(c, t, f), T(c, r, f), E(r, i), E(r, o), u && u.m(r, null);
4442
4480
  },
4443
4481
  p(c, f) {
4444
4482
  var m;
4445
4483
  a === (a = s(c)) && l ? l.p(c, f) : (l && l.d(1), l = a && a(c), l && (l.c(), l.m(t.parentNode, t))), f[0] & /*sliderdata*/
4446
4484
  512 && n !== (n = /*category*/
4447
- c[53].name + "") && ge(i, n), /*category*/
4485
+ c[53].name + "") && me(i, n), /*category*/
4448
4486
  (m = c[53]) != null && m.games.count && !/*isMobile*/
4449
- c[13] ? u ? u.p(c, f) : (u = ir(c), u.c(), u.m(r, null)) : u && (u.d(1), u = null);
4487
+ c[13] ? u ? u.p(c, f) : (u = lr(c), u.c(), u.m(r, null)) : u && (u.d(1), u = null);
4450
4488
  },
4451
4489
  d(c) {
4452
- c && (H(t), H(r)), l && l.d(c), u && u.d();
4490
+ c && (S(t), S(r)), l && l.d(c), u && u.d();
4453
4491
  }
4454
4492
  };
4455
4493
  }
4456
- function Zo(e) {
4494
+ function qo(e) {
4457
4495
  let t, r = (
4458
4496
  /*category*/
4459
4497
  e[53].label + ""
4460
4498
  ), n, i;
4461
4499
  return {
4462
4500
  c() {
4463
- t = B("a"), n = re(r), p(t, "href", i = /*category*/
4501
+ t = B("a"), n = te(r), d(t, "href", i = /*category*/
4464
4502
  e[53].path);
4465
4503
  },
4466
4504
  m(o, s) {
4467
- A(o, t, s), C(t, n);
4505
+ T(o, t, s), E(t, n);
4468
4506
  },
4469
4507
  p(o, s) {
4470
4508
  s[0] & /*sliderdata*/
4471
4509
  512 && r !== (r = /*category*/
4472
- o[53].label + "") && ge(n, r), s[0] & /*sliderdata*/
4510
+ o[53].label + "") && me(n, r), s[0] & /*sliderdata*/
4473
4511
  512 && i !== (i = /*category*/
4474
- o[53].path) && p(t, "href", i);
4512
+ o[53].path) && d(t, "href", i);
4475
4513
  },
4476
4514
  d(o) {
4477
- o && H(t);
4515
+ o && S(t);
4478
4516
  }
4479
4517
  };
4480
4518
  }
4481
- function zo(e) {
4519
+ function Jo(e) {
4482
4520
  let t;
4483
4521
  function r(o, s) {
4484
4522
  return (
4485
4523
  /*isMobile*/
4486
- o[13] ? Jo : Yo
4524
+ o[13] ? rs : ts
4487
4525
  );
4488
4526
  }
4489
4527
  let i = r(e)(e);
4490
4528
  return {
4491
4529
  c() {
4492
- i.c(), t = ie();
4530
+ i.c(), t = ne();
4493
4531
  },
4494
4532
  m(o, s) {
4495
- i.m(o, s), A(o, t, s);
4533
+ i.m(o, s), T(o, t, s);
4496
4534
  },
4497
4535
  p(o, s) {
4498
4536
  i.p(o, s);
4499
4537
  },
4500
4538
  d(o) {
4501
- o && H(t), i.d(o);
4539
+ o && S(t), i.d(o);
4502
4540
  }
4503
4541
  };
4504
4542
  }
4505
- function qo(e) {
4543
+ function Ko(e) {
4506
4544
  let t;
4507
4545
  function r(o, s) {
4508
4546
  return (
4509
4547
  /*isMobile*/
4510
- o[13] ? es : Ko
4548
+ o[13] ? is : ns
4511
4549
  );
4512
4550
  }
4513
4551
  let i = r(e)(e);
4514
4552
  return {
4515
4553
  c() {
4516
- i.c(), t = ie();
4554
+ i.c(), t = ne();
4517
4555
  },
4518
4556
  m(o, s) {
4519
- i.m(o, s), A(o, t, s);
4557
+ i.m(o, s), T(o, t, s);
4520
4558
  },
4521
4559
  p(o, s) {
4522
4560
  i.p(o, s);
4523
4561
  },
4524
4562
  d(o) {
4525
- o && H(t), i.d(o);
4563
+ o && S(t), i.d(o);
4526
4564
  }
4527
4565
  };
4528
4566
  }
4529
- function Qo(e) {
4567
+ function es(e) {
4530
4568
  let t, r, n, i;
4531
4569
  return {
4532
4570
  c() {
4533
- t = J("svg"), r = J("g"), n = J("path"), i = J("path"), p(n, "id", "Path_5184"), p(n, "data-name", "Path 5184"), p(n, "d", "M57.612,37.659a3.721,3.721,0,0,0-3.535,4.883l-1.708,4.269-1.15-4.07a4.418,4.418,0,1,0-5.7.061l-1.151,4.016-1.75-4.358a3.722,3.722,0,1,0-4.827,2.418L41.182,59.7l.288,1.259,1.292,0,11.193.027,1.3,0,.29-1.265,3.408-14.876a3.72,3.72,0,0,0-1.339-7.192Zm0,5.816H57.6l-3.64,15.89-11.193-.027L39.135,43.473l-.08,0a2.1,2.1,0,1,1,1.8-1.028l3.763,9.373,2.8-9.781a2.8,2.8,0,1,1,1.9-.029l2.78,9.838,3.74-9.344a2.1,2.1,0,1,1,1.769.972Z"), p(n, "fill", "#fff"), p(i, "id", "Path_5185"), p(i, "data-name", "Path 5185"), p(i, "d", "M435.863,656.62a9.519,9.519,0,0,1-2.285,3.477,8.1,8.1,0,0,1-1.614,1.19,8.1,8.1,0,0,1,1.614,1.19,9.516,9.516,0,0,1,2.285,3.477,9.517,9.517,0,0,1,2.285-3.477,8.106,8.106,0,0,1,1.615-1.19,8.1,8.1,0,0,1-1.615-1.189A9.517,9.517,0,0,1,435.863,656.62Zm1.158,4.668a10.292,10.292,0,0,0-1.158,1.3,10.335,10.335,0,0,0-1.158-1.3h0a10.287,10.287,0,0,0,1.158-1.3,10.321,10.321,0,0,0,1.158,1.3h0Z"), p(i, "transform", "translate(-387.531 -607.426)"), p(i, "fill", "#fff"), p(r, "id", "noun-crown-5396133"), p(r, "transform", "translate(-35.333 -34.978)"), p(t, "class", "CategoryLobbyIcon"), p(t, "xmlns", "http://www.w3.org/2000/svg"), p(t, "width", "20"), p(t, "height", "20.015"), p(t, "viewBox", "0 0 26 26.015");
4571
+ t = q("svg"), r = q("g"), n = q("path"), i = q("path"), d(n, "id", "Path_5184"), d(n, "data-name", "Path 5184"), d(n, "d", "M57.612,37.659a3.721,3.721,0,0,0-3.535,4.883l-1.708,4.269-1.15-4.07a4.418,4.418,0,1,0-5.7.061l-1.151,4.016-1.75-4.358a3.722,3.722,0,1,0-4.827,2.418L41.182,59.7l.288,1.259,1.292,0,11.193.027,1.3,0,.29-1.265,3.408-14.876a3.72,3.72,0,0,0-1.339-7.192Zm0,5.816H57.6l-3.64,15.89-11.193-.027L39.135,43.473l-.08,0a2.1,2.1,0,1,1,1.8-1.028l3.763,9.373,2.8-9.781a2.8,2.8,0,1,1,1.9-.029l2.78,9.838,3.74-9.344a2.1,2.1,0,1,1,1.769.972Z"), d(n, "fill", "#fff"), d(i, "id", "Path_5185"), d(i, "data-name", "Path 5185"), d(i, "d", "M435.863,656.62a9.519,9.519,0,0,1-2.285,3.477,8.1,8.1,0,0,1-1.614,1.19,8.1,8.1,0,0,1,1.614,1.19,9.516,9.516,0,0,1,2.285,3.477,9.517,9.517,0,0,1,2.285-3.477,8.106,8.106,0,0,1,1.615-1.19,8.1,8.1,0,0,1-1.615-1.189A9.517,9.517,0,0,1,435.863,656.62Zm1.158,4.668a10.292,10.292,0,0,0-1.158,1.3,10.335,10.335,0,0,0-1.158-1.3h0a10.287,10.287,0,0,0,1.158-1.3,10.321,10.321,0,0,0,1.158,1.3h0Z"), d(i, "transform", "translate(-387.531 -607.426)"), d(i, "fill", "#fff"), d(r, "id", "noun-crown-5396133"), d(r, "transform", "translate(-35.333 -34.978)"), d(t, "class", "CategoryLobbyIcon"), d(t, "xmlns", "http://www.w3.org/2000/svg"), d(t, "width", "20"), d(t, "height", "20.015"), d(t, "viewBox", "0 0 26 26.015");
4534
4572
  },
4535
4573
  m(o, s) {
4536
- A(o, t, s), C(t, r), C(r, n), C(r, i);
4574
+ T(o, t, s), E(t, r), E(r, n), E(r, i);
4537
4575
  },
4538
4576
  p: D,
4539
4577
  d(o) {
4540
- o && H(t);
4578
+ o && S(t);
4541
4579
  }
4542
4580
  };
4543
4581
  }
4544
- function Yo(e) {
4582
+ function ts(e) {
4545
4583
  let t, r;
4546
4584
  return {
4547
4585
  c() {
4548
- t = J("svg"), r = J("path"), p(r, "id", "noun-dice-number-5396160"), p(r, "d", "M56.69,35.168H39.63a4.475,4.475,0,0,0-4.47,4.47V56.7a4.475,4.475,0,0,0,4.47,4.47H56.69a4.475,4.475,0,0,0,4.47-4.47V39.638a4.475,4.475,0,0,0-4.47-4.47ZM41.91,56.605A2.187,2.187,0,1,1,44.1,54.418,2.188,2.188,0,0,1,41.91,56.605Zm-2.188-8.438a2.187,2.187,0,1,1,2.187,2.187A2.188,2.188,0,0,1,39.722,48.168Zm2.188-4.062A2.187,2.187,0,1,1,44.1,41.918,2.188,2.188,0,0,1,41.91,44.105Zm12.5,12.5A2.187,2.187,0,1,1,56.6,54.418,2.187,2.187,0,0,1,54.41,56.605Zm0-6.25A2.187,2.187,0,1,1,56.6,48.168,2.187,2.187,0,0,1,54.41,50.356Zm0-6.25A2.187,2.187,0,1,1,56.6,41.918,2.187,2.187,0,0,1,54.41,44.106Z"), p(r, "transform", "translate(-35.16 -35.168)"), p(r, "fill", "#fff"), p(t, "class", "CasinoCategoryIcon"), p(t, "xmlns", "http://www.w3.org/2000/svg"), p(t, "width", "20"), p(t, "height", "20"), p(t, "viewBox", "0 0 26 26");
4586
+ t = q("svg"), r = q("path"), d(r, "id", "noun-dice-number-5396160"), d(r, "d", "M56.69,35.168H39.63a4.475,4.475,0,0,0-4.47,4.47V56.7a4.475,4.475,0,0,0,4.47,4.47H56.69a4.475,4.475,0,0,0,4.47-4.47V39.638a4.475,4.475,0,0,0-4.47-4.47ZM41.91,56.605A2.187,2.187,0,1,1,44.1,54.418,2.188,2.188,0,0,1,41.91,56.605Zm-2.188-8.438a2.187,2.187,0,1,1,2.187,2.187A2.188,2.188,0,0,1,39.722,48.168Zm2.188-4.062A2.187,2.187,0,1,1,44.1,41.918,2.188,2.188,0,0,1,41.91,44.105Zm12.5,12.5A2.187,2.187,0,1,1,56.6,54.418,2.187,2.187,0,0,1,54.41,56.605Zm0-6.25A2.187,2.187,0,1,1,56.6,48.168,2.187,2.187,0,0,1,54.41,50.356Zm0-6.25A2.187,2.187,0,1,1,56.6,41.918,2.187,2.187,0,0,1,54.41,44.106Z"), d(r, "transform", "translate(-35.16 -35.168)"), d(r, "fill", "#fff"), d(t, "class", "CasinoCategoryIcon"), d(t, "xmlns", "http://www.w3.org/2000/svg"), d(t, "width", "20"), d(t, "height", "20"), d(t, "viewBox", "0 0 26 26");
4549
4587
  },
4550
4588
  m(n, i) {
4551
- A(n, t, i), C(t, r);
4589
+ T(n, t, i), E(t, r);
4552
4590
  },
4553
4591
  p: D,
4554
4592
  d(n) {
4555
- n && H(t);
4593
+ n && S(t);
4556
4594
  }
4557
4595
  };
4558
4596
  }
4559
- function Jo(e) {
4597
+ function rs(e) {
4560
4598
  var s;
4561
4599
  let t, r, n, i, o = (
4562
4600
  /*category*/
4563
- ((s = e[53]) == null ? void 0 : s.games.count) && rr(e)
4601
+ ((s = e[53]) == null ? void 0 : s.games.count) && sr(e)
4564
4602
  );
4565
4603
  return {
4566
4604
  c() {
4567
- t = B("div"), r = J("svg"), n = J("path"), i = X(), o && o.c(), p(n, "id", "noun-dice-number-5396160"), p(n, "d", "M56.69,35.168H39.63a4.475,4.475,0,0,0-4.47,4.47V56.7a4.475,4.475,0,0,0,4.47,4.47H56.69a4.475,4.475,0,0,0,4.47-4.47V39.638a4.475,4.475,0,0,0-4.47-4.47ZM41.91,56.605A2.187,2.187,0,1,1,44.1,54.418,2.188,2.188,0,0,1,41.91,56.605Zm-2.188-8.438a2.187,2.187,0,1,1,2.187,2.187A2.188,2.188,0,0,1,39.722,48.168Zm2.188-4.062A2.187,2.187,0,1,1,44.1,41.918,2.188,2.188,0,0,1,41.91,44.105Zm12.5,12.5A2.187,2.187,0,1,1,56.6,54.418,2.187,2.187,0,0,1,54.41,56.605Zm0-6.25A2.187,2.187,0,1,1,56.6,48.168,2.187,2.187,0,0,1,54.41,50.356Zm0-6.25A2.187,2.187,0,1,1,56.6,41.918,2.187,2.187,0,0,1,54.41,44.106Z"), p(n, "transform", "translate(-35.16 -35.168)"), p(n, "fill", "#fff"), p(r, "class", "CasinoCategoryIcon"), p(r, "xmlns", "http://www.w3.org/2000/svg"), p(r, "width", "20"), p(r, "height", "20"), p(r, "viewBox", "0 0 26 26"), p(t, "class", "CategoryIconContainer");
4605
+ t = B("div"), r = q("svg"), n = q("path"), i = X(), o && o.c(), d(n, "id", "noun-dice-number-5396160"), d(n, "d", "M56.69,35.168H39.63a4.475,4.475,0,0,0-4.47,4.47V56.7a4.475,4.475,0,0,0,4.47,4.47H56.69a4.475,4.475,0,0,0,4.47-4.47V39.638a4.475,4.475,0,0,0-4.47-4.47ZM41.91,56.605A2.187,2.187,0,1,1,44.1,54.418,2.188,2.188,0,0,1,41.91,56.605Zm-2.188-8.438a2.187,2.187,0,1,1,2.187,2.187A2.188,2.188,0,0,1,39.722,48.168Zm2.188-4.062A2.187,2.187,0,1,1,44.1,41.918,2.188,2.188,0,0,1,41.91,44.105Zm12.5,12.5A2.187,2.187,0,1,1,56.6,54.418,2.187,2.187,0,0,1,54.41,56.605Zm0-6.25A2.187,2.187,0,1,1,56.6,48.168,2.187,2.187,0,0,1,54.41,50.356Zm0-6.25A2.187,2.187,0,1,1,56.6,41.918,2.187,2.187,0,0,1,54.41,44.106Z"), d(n, "transform", "translate(-35.16 -35.168)"), d(n, "fill", "#fff"), d(r, "class", "CasinoCategoryIcon"), d(r, "xmlns", "http://www.w3.org/2000/svg"), d(r, "width", "20"), d(r, "height", "20"), d(r, "viewBox", "0 0 26 26"), d(t, "class", "CategoryIconContainer");
4568
4606
  },
4569
4607
  m(a, l) {
4570
- A(a, t, l), C(t, r), C(r, n), C(t, i), o && o.m(t, null);
4608
+ T(a, t, l), E(t, r), E(r, n), E(t, i), o && o.m(t, null);
4571
4609
  },
4572
4610
  p(a, l) {
4573
4611
  var u;
4574
4612
  /*category*/
4575
- (u = a[53]) != null && u.games.count ? o ? o.p(a, l) : (o = rr(a), o.c(), o.m(t, null)) : o && (o.d(1), o = null);
4613
+ (u = a[53]) != null && u.games.count ? o ? o.p(a, l) : (o = sr(a), o.c(), o.m(t, null)) : o && (o.d(1), o = null);
4576
4614
  },
4577
4615
  d(a) {
4578
- a && H(t), o && o.d();
4616
+ a && S(t), o && o.d();
4579
4617
  }
4580
4618
  };
4581
4619
  }
4582
- function rr(e) {
4620
+ function sr(e) {
4583
4621
  var i;
4584
4622
  let t, r = (
4585
4623
  /*category*/
@@ -4587,75 +4625,75 @@ function rr(e) {
4587
4625
  ), n;
4588
4626
  return {
4589
4627
  c() {
4590
- t = B("span"), n = re(r), p(t, "class", "CategoryButtonCount");
4628
+ t = B("span"), n = te(r), d(t, "class", "CategoryButtonCount");
4591
4629
  },
4592
4630
  m(o, s) {
4593
- A(o, t, s), C(t, n);
4631
+ T(o, t, s), E(t, n);
4594
4632
  },
4595
4633
  p(o, s) {
4596
4634
  var a;
4597
4635
  s[0] & /*sliderdata*/
4598
4636
  512 && r !== (r = /*category*/
4599
- ((a = o[53]) == null ? void 0 : a.games.count) + "") && ge(n, r);
4637
+ ((a = o[53]) == null ? void 0 : a.games.count) + "") && me(n, r);
4600
4638
  },
4601
4639
  d(o) {
4602
- o && H(t);
4640
+ o && S(t);
4603
4641
  }
4604
4642
  };
4605
4643
  }
4606
- function Ko(e) {
4644
+ function ns(e) {
4607
4645
  let t, r, n;
4608
4646
  return {
4609
4647
  c() {
4610
- t = B("ui-image"), W(t, "imgClass", "CasinoCategoryIcon "), De(t.src, r = /*category*/
4611
- e[53].icon) || W(t, "src", r), W(t, "alt", n = /*category*/
4648
+ t = B("img"), d(t, "class", "CasinoCategoryIcon "), ke(t.src, r = /*category*/
4649
+ e[53].icon) || d(t, "src", r), d(t, "alt", n = /*category*/
4612
4650
  e[53].name);
4613
4651
  },
4614
4652
  m(i, o) {
4615
- A(i, t, o);
4653
+ T(i, t, o);
4616
4654
  },
4617
4655
  p(i, o) {
4618
4656
  o[0] & /*sliderdata*/
4619
- 512 && !De(t.src, r = /*category*/
4620
- i[53].icon) && W(t, "src", r), o[0] & /*sliderdata*/
4657
+ 512 && !ke(t.src, r = /*category*/
4658
+ i[53].icon) && d(t, "src", r), o[0] & /*sliderdata*/
4621
4659
  512 && n !== (n = /*category*/
4622
- i[53].name) && W(t, "alt", n);
4660
+ i[53].name) && d(t, "alt", n);
4623
4661
  },
4624
4662
  d(i) {
4625
- i && H(t);
4663
+ i && S(t);
4626
4664
  }
4627
4665
  };
4628
4666
  }
4629
- function es(e) {
4667
+ function is(e) {
4630
4668
  var a;
4631
4669
  let t, r, n, i, o, s = (
4632
4670
  /*category*/
4633
- ((a = e[53]) == null ? void 0 : a.games.count) && nr(e)
4671
+ ((a = e[53]) == null ? void 0 : a.games.count) && ar(e)
4634
4672
  );
4635
4673
  return {
4636
4674
  c() {
4637
- t = B("div"), r = B("ui-image"), o = X(), s && s.c(), W(r, "imgClass", "CasinoCategoryIcon"), De(r.src, n = /*category*/
4638
- e[53].icon) || W(r, "src", n), W(r, "alt", i = /*category*/
4639
- e[53].name), p(t, "class", "CategoryIconContainer");
4675
+ t = B("div"), r = B("img"), o = X(), s && s.c(), d(r, "class", "CasinoCategoryIcon"), ke(r.src, n = /*category*/
4676
+ e[53].icon) || d(r, "src", n), d(r, "alt", i = /*category*/
4677
+ e[53].name), d(t, "class", "CategoryIconContainer");
4640
4678
  },
4641
4679
  m(l, u) {
4642
- A(l, t, u), C(t, r), C(t, o), s && s.m(t, null);
4680
+ T(l, t, u), E(t, r), E(t, o), s && s.m(t, null);
4643
4681
  },
4644
4682
  p(l, u) {
4645
4683
  var h;
4646
4684
  u[0] & /*sliderdata*/
4647
- 512 && !De(r.src, n = /*category*/
4648
- l[53].icon) && W(r, "src", n), u[0] & /*sliderdata*/
4685
+ 512 && !ke(r.src, n = /*category*/
4686
+ l[53].icon) && d(r, "src", n), u[0] & /*sliderdata*/
4649
4687
  512 && i !== (i = /*category*/
4650
- l[53].name) && W(r, "alt", i), /*category*/
4651
- (h = l[53]) != null && h.games.count ? s ? s.p(l, u) : (s = nr(l), s.c(), s.m(t, null)) : s && (s.d(1), s = null);
4688
+ l[53].name) && d(r, "alt", i), /*category*/
4689
+ (h = l[53]) != null && h.games.count ? s ? s.p(l, u) : (s = ar(l), s.c(), s.m(t, null)) : s && (s.d(1), s = null);
4652
4690
  },
4653
4691
  d(l) {
4654
- l && H(t), s && s.d();
4692
+ l && S(t), s && s.d();
4655
4693
  }
4656
4694
  };
4657
4695
  }
4658
- function nr(e) {
4696
+ function ar(e) {
4659
4697
  var i;
4660
4698
  let t, r = (
4661
4699
  /*category*/
@@ -4663,23 +4701,23 @@ function nr(e) {
4663
4701
  ), n;
4664
4702
  return {
4665
4703
  c() {
4666
- t = B("span"), n = re(r), p(t, "class", "CategoryButtonCount");
4704
+ t = B("span"), n = te(r), d(t, "class", "CategoryButtonCount");
4667
4705
  },
4668
4706
  m(o, s) {
4669
- A(o, t, s), C(t, n);
4707
+ T(o, t, s), E(t, n);
4670
4708
  },
4671
4709
  p(o, s) {
4672
4710
  var a;
4673
4711
  s[0] & /*sliderdata*/
4674
4712
  512 && r !== (r = /*category*/
4675
- ((a = o[53]) == null ? void 0 : a.games.count) + "") && ge(n, r);
4713
+ ((a = o[53]) == null ? void 0 : a.games.count) + "") && me(n, r);
4676
4714
  },
4677
4715
  d(o) {
4678
- o && H(t);
4716
+ o && S(t);
4679
4717
  }
4680
4718
  };
4681
4719
  }
4682
- function ir(e) {
4720
+ function lr(e) {
4683
4721
  var i;
4684
4722
  let t, r = (
4685
4723
  /*category*/
@@ -4687,75 +4725,75 @@ function ir(e) {
4687
4725
  ), n;
4688
4726
  return {
4689
4727
  c() {
4690
- t = B("span"), n = re(r), p(t, "class", "CategoryButtonCount");
4728
+ t = B("span"), n = te(r), d(t, "class", "CategoryButtonCount");
4691
4729
  },
4692
4730
  m(o, s) {
4693
- A(o, t, s), C(t, n);
4731
+ T(o, t, s), E(t, n);
4694
4732
  },
4695
4733
  p(o, s) {
4696
4734
  var a;
4697
4735
  s[0] & /*sliderdata*/
4698
4736
  512 && r !== (r = /*category*/
4699
- ((a = o[53]) == null ? void 0 : a.games.count) + "") && ge(n, r);
4737
+ ((a = o[53]) == null ? void 0 : a.games.count) + "") && me(n, r);
4700
4738
  },
4701
4739
  d(o) {
4702
- o && H(t);
4740
+ o && S(t);
4703
4741
  }
4704
4742
  };
4705
4743
  }
4706
- function or(e) {
4744
+ function ur(e) {
4707
4745
  let t, r = (
4708
4746
  /*subGroupsData*/
4709
4747
  e[10].length > 0 && /*showsubgroups*/
4710
- e[2] == "true" && sr(e)
4748
+ e[2] == "true" && hr(e)
4711
4749
  );
4712
4750
  return {
4713
4751
  c() {
4714
- r && r.c(), t = ie();
4752
+ r && r.c(), t = ne();
4715
4753
  },
4716
4754
  m(n, i) {
4717
- r && r.m(n, i), A(n, t, i);
4755
+ r && r.m(n, i), T(n, t, i);
4718
4756
  },
4719
4757
  p(n, i) {
4720
4758
  /*subGroupsData*/
4721
4759
  n[10].length > 0 && /*showsubgroups*/
4722
- n[2] == "true" ? r ? r.p(n, i) : (r = sr(n), r.c(), r.m(t.parentNode, t)) : r && (r.d(1), r = null);
4760
+ n[2] == "true" ? r ? r.p(n, i) : (r = hr(n), r.c(), r.m(t.parentNode, t)) : r && (r.d(1), r = null);
4723
4761
  },
4724
4762
  d(n) {
4725
- n && H(t), r && r.d(n);
4763
+ n && S(t), r && r.d(n);
4726
4764
  }
4727
4765
  };
4728
4766
  }
4729
- function sr(e) {
4730
- let t, r = fe(
4767
+ function hr(e) {
4768
+ let t, r = he(
4731
4769
  /*subGroupsData*/
4732
4770
  e[10]
4733
4771
  ), n = [];
4734
4772
  for (let i = 0; i < r.length; i += 1)
4735
- n[i] = ur(Kt(e, r, i));
4773
+ n[i] = pr(nr(e, r, i));
4736
4774
  return {
4737
4775
  c() {
4738
4776
  t = B("ul");
4739
4777
  for (let i = 0; i < n.length; i += 1)
4740
4778
  n[i].c();
4741
- p(t, "class", "DropDown");
4779
+ d(t, "class", "DropDown");
4742
4780
  },
4743
4781
  m(i, o) {
4744
- A(i, t, o);
4782
+ T(i, t, o);
4745
4783
  for (let s = 0; s < n.length; s += 1)
4746
4784
  n[s] && n[s].m(t, null);
4747
4785
  },
4748
4786
  p(i, o) {
4749
4787
  if (o[0] & /*subGroupsData, sliderdata, activeIndex, activeSubIndex, prevSubIndex, handleClick*/
4750
4788
  18368) {
4751
- r = fe(
4789
+ r = he(
4752
4790
  /*subGroupsData*/
4753
4791
  i[10]
4754
4792
  );
4755
4793
  let s;
4756
4794
  for (s = 0; s < r.length; s += 1) {
4757
- const a = Kt(i, r, s);
4758
- n[s] ? n[s].p(a, o) : (n[s] = ur(a), n[s].c(), n[s].m(t, null));
4795
+ const a = nr(i, r, s);
4796
+ n[s] ? n[s].p(a, o) : (n[s] = pr(a), n[s].c(), n[s].m(t, null));
4759
4797
  }
4760
4798
  for (; s < n.length; s += 1)
4761
4799
  n[s].d(1);
@@ -4763,11 +4801,11 @@ function sr(e) {
4763
4801
  }
4764
4802
  },
4765
4803
  d(i) {
4766
- i && H(t), _n(n, i);
4804
+ i && S(t), xn(n, i);
4767
4805
  }
4768
4806
  };
4769
4807
  }
4770
- function ar(e) {
4808
+ function cr(e) {
4771
4809
  var c;
4772
4810
  let t, r, n = (
4773
4811
  /*subGroupItem*/
@@ -4807,7 +4845,7 @@ function ar(e) {
4807
4845
  }
4808
4846
  return {
4809
4847
  c() {
4810
- t = B("li"), r = B("span"), i = re(n), o = X(), p(t, "class", s = "SubDropDown " + /*index*/
4848
+ t = B("li"), r = B("span"), i = te(n), o = X(), d(t, "class", s = "SubDropDown " + /*index*/
4811
4849
  (e[55] == /*activeIndex*/
4812
4850
  e[6] && /*activeSubIndex*/
4813
4851
  (e[7] == /*subindex*/
@@ -4816,56 +4854,56 @@ function ar(e) {
4816
4854
  e[61]) ? "active" : ""));
4817
4855
  },
4818
4856
  m(f, m) {
4819
- A(f, t, m), C(t, r), C(r, i), C(t, o), a || (l = [
4820
- K(t, "click", u),
4821
- K(t, "keydown", h)
4857
+ T(f, t, m), E(t, r), E(r, i), E(t, o), a || (l = [
4858
+ J(t, "click", u),
4859
+ J(t, "keydown", h)
4822
4860
  ], a = !0);
4823
4861
  },
4824
4862
  p(f, m) {
4825
4863
  var b;
4826
4864
  e = f, m[0] & /*subGroupsData*/
4827
4865
  1024 && n !== (n = /*subGroupItem*/
4828
- ((b = e[59]) == null ? void 0 : b.name) + "") && ge(i, n), m[0] & /*sliderdata, activeIndex, activeSubIndex, subGroupsData, prevSubIndex*/
4866
+ ((b = e[59]) == null ? void 0 : b.name) + "") && me(i, n), m[0] & /*sliderdata, activeIndex, activeSubIndex, subGroupsData, prevSubIndex*/
4829
4867
  1984 && s !== (s = "SubDropDown " + /*index*/
4830
4868
  (e[55] == /*activeIndex*/
4831
4869
  e[6] && /*activeSubIndex*/
4832
4870
  (e[7] == /*subindex*/
4833
4871
  e[61] || /*prevSubIndex*/
4834
4872
  e[8] == /*subindex*/
4835
- e[61]) ? "active" : "")) && p(t, "class", s);
4873
+ e[61]) ? "active" : "")) && d(t, "class", s);
4836
4874
  },
4837
4875
  d(f) {
4838
- f && H(t), a = !1, Q(l);
4876
+ f && S(t), a = !1, Y(l);
4839
4877
  }
4840
4878
  };
4841
4879
  }
4842
- function lr(e, t) {
4880
+ function fr(e, t) {
4843
4881
  let r, n, i = (
4844
4882
  /*index*/
4845
4883
  t[55] == /*subGroup*/
4846
- t[56].index && ar(t)
4884
+ t[56].index && cr(t)
4847
4885
  );
4848
4886
  return {
4849
4887
  key: e,
4850
4888
  first: null,
4851
4889
  c() {
4852
- r = ie(), i && i.c(), n = ie(), this.first = r;
4890
+ r = ne(), i && i.c(), n = ne(), this.first = r;
4853
4891
  },
4854
4892
  m(o, s) {
4855
- A(o, r, s), i && i.m(o, s), A(o, n, s);
4893
+ T(o, r, s), i && i.m(o, s), T(o, n, s);
4856
4894
  },
4857
4895
  p(o, s) {
4858
4896
  t = o, /*index*/
4859
4897
  t[55] == /*subGroup*/
4860
- t[56].index ? i ? i.p(t, s) : (i = ar(t), i.c(), i.m(n.parentNode, n)) : i && (i.d(1), i = null);
4898
+ t[56].index ? i ? i.p(t, s) : (i = cr(t), i.c(), i.m(n.parentNode, n)) : i && (i.d(1), i = null);
4861
4899
  },
4862
4900
  d(o) {
4863
- o && (H(r), H(n)), i && i.d(o);
4901
+ o && (S(r), S(n)), i && i.d(o);
4864
4902
  }
4865
4903
  };
4866
4904
  }
4867
- function ur(e) {
4868
- let t = [], r = /* @__PURE__ */ new Map(), n, i = fe(
4905
+ function pr(e) {
4906
+ let t = [], r = /* @__PURE__ */ new Map(), n, i = he(
4869
4907
  /*subGroup*/
4870
4908
  e[56].items
4871
4909
  );
@@ -4874,40 +4912,40 @@ function ur(e) {
4874
4912
  s[59].id
4875
4913
  );
4876
4914
  for (let s = 0; s < i.length; s += 1) {
4877
- let a = er(e, i, s), l = o(a);
4878
- r.set(l, t[s] = lr(l, a));
4915
+ let a = ir(e, i, s), l = o(a);
4916
+ r.set(l, t[s] = fr(l, a));
4879
4917
  }
4880
4918
  return {
4881
4919
  c() {
4882
4920
  for (let s = 0; s < t.length; s += 1)
4883
4921
  t[s].c();
4884
- n = ie();
4922
+ n = ne();
4885
4923
  },
4886
4924
  m(s, a) {
4887
4925
  for (let l = 0; l < t.length; l += 1)
4888
4926
  t[l] && t[l].m(s, a);
4889
- A(s, n, a);
4927
+ T(s, n, a);
4890
4928
  },
4891
4929
  p(s, a) {
4892
4930
  a[0] & /*sliderdata, activeIndex, activeSubIndex, subGroupsData, prevSubIndex, handleClick*/
4893
- 18368 && (i = fe(
4931
+ 18368 && (i = he(
4894
4932
  /*subGroup*/
4895
4933
  s[56].items
4896
- ), t = mr(t, a, o, 1, s, i, r, n.parentNode, pr, lr, n, er));
4934
+ ), t = vr(t, a, o, 1, s, i, r, n.parentNode, yr, fr, n, ir));
4897
4935
  },
4898
4936
  d(s) {
4899
- s && H(n);
4937
+ s && S(n);
4900
4938
  for (let a = 0; a < t.length; a += 1)
4901
4939
  t[a].d(s);
4902
4940
  }
4903
4941
  };
4904
4942
  }
4905
- function hr(e, t) {
4943
+ function dr(e, t) {
4906
4944
  let r, n, i, o, s, a;
4907
4945
  function l(b, g) {
4908
4946
  return (
4909
4947
  /*location*/
4910
- b[0] === "headerMain" ? Zo : Xo
4948
+ b[0] === "headerMain" ? qo : Yo
4911
4949
  );
4912
4950
  }
4913
4951
  let u = l(t), h = u(t), c = (
@@ -4915,7 +4953,7 @@ function hr(e, t) {
4915
4953
  t[11][
4916
4954
  /*index*/
4917
4955
  t[55]
4918
- ] == !0 && or(t)
4956
+ ] == !0 && ur(t)
4919
4957
  );
4920
4958
  function f(...b) {
4921
4959
  return (
@@ -4946,7 +4984,7 @@ function hr(e, t) {
4946
4984
  first: null,
4947
4985
  c() {
4948
4986
  var b, g;
4949
- r = B("li"), h.c(), n = X(), c && c.c(), i = X(), p(r, "class", o = "CarouselItem " + /*activeindex*/
4987
+ r = B("li"), h.c(), n = X(), c && c.c(), i = X(), d(r, "class", o = "CarouselItem " + /*activeindex*/
4950
4988
  (((b = t[1]) == null ? void 0 : b.toString().indexOf("$")) > -1 ? (
4951
4989
  /*activeindex*/
4952
4990
  ((g = t[1]) == null ? void 0 : g.split("$").pop()) == /*category*/
@@ -4959,69 +4997,69 @@ function hr(e, t) {
4959
4997
  (t[0] == "headerMain" ? "" : "SecondaryMenu")), this.first = r;
4960
4998
  },
4961
4999
  m(b, g) {
4962
- A(b, r, g), h.m(r, null), C(r, n), c && c.m(r, null), C(r, i), s || (a = [
4963
- K(r, "click", f),
4964
- K(r, "keydown", m)
5000
+ T(b, r, g), h.m(r, null), E(r, n), c && c.m(r, null), E(r, i), s || (a = [
5001
+ J(r, "click", f),
5002
+ J(r, "keydown", m)
4965
5003
  ], s = !0);
4966
5004
  },
4967
5005
  p(b, g) {
4968
- var y, x;
5006
+ var y, C;
4969
5007
  t = b, u === (u = l(t)) && h ? h.p(t, g) : (h.d(1), h = u(t), h && (h.c(), h.m(r, n))), /*itemsActive*/
4970
5008
  t[11][
4971
5009
  /*index*/
4972
5010
  t[55]
4973
- ] == !0 ? c ? c.p(t, g) : (c = or(t), c.c(), c.m(r, i)) : c && (c.d(1), c = null), g[0] & /*activeindex, sliderdata, location*/
5011
+ ] == !0 ? c ? c.p(t, g) : (c = ur(t), c.c(), c.m(r, i)) : c && (c.d(1), c = null), g[0] & /*activeindex, sliderdata, location*/
4974
5012
  515 && o !== (o = "CarouselItem " + /*activeindex*/
4975
5013
  (((y = t[1]) == null ? void 0 : y.toString().indexOf("$")) > -1 ? (
4976
5014
  /*activeindex*/
4977
- ((x = t[1]) == null ? void 0 : x.split("$").pop()) == /*category*/
5015
+ ((C = t[1]) == null ? void 0 : C.split("$").pop()) == /*category*/
4978
5016
  t[53].id.split("$").pop() ? "active" : ""
4979
5017
  ) : (
4980
5018
  /*activeindex*/
4981
5019
  t[1] == /*category*/
4982
5020
  t[53].id ? "active" : ""
4983
5021
  )) + " " + /*location*/
4984
- (t[0] == "headerMain" ? "" : "SecondaryMenu")) && p(r, "class", o);
5022
+ (t[0] == "headerMain" ? "" : "SecondaryMenu")) && d(r, "class", o);
4985
5023
  },
4986
5024
  d(b) {
4987
- b && H(r), h.d(), c && c.d(), s = !1, Q(a);
5025
+ b && S(r), h.d(), c && c.d(), s = !1, Y(a);
4988
5026
  }
4989
5027
  };
4990
5028
  }
4991
- function ts(e) {
5029
+ function os(e) {
4992
5030
  let t, r, n, i, o, s, a, l, u, h, c, f, m, b, g, y = (
4993
5031
  /*sliderdata*/
4994
- e[9].length > 0 && tr(e)
5032
+ e[9].length > 0 && or(e)
4995
5033
  );
4996
5034
  return {
4997
5035
  c() {
4998
- t = B("div"), r = B("div"), n = B("div"), n.innerHTML = '<svg fill="none" stroke="var(--emw--categories-arrows, var( --emw--color-white, #FFFFFF));" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="M15 19l-7-7 7-7"></path></svg>', i = X(), o = B("div"), s = B("ul"), a = B("li"), a.innerHTML = '<a href="#CarouselNav">Close Subs</a>', l = X(), y && y.c(), u = X(), h = B("div"), h.innerHTML = '<svg fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="M9 5l7 7-7 7"></path></svg>', p(n, "class", "CarouselLeftArrow"), p(a, "class", "TouchOnly"), p(s, "id", "CarouselNav"), p(s, "class", "CarouselItems"), p(o, "class", "CarouselNavWrap scroller"), p(h, "class", "CarouselRightArrow"), p(r, "class", c = `CarouselContainer CarouselContainerMobile ${/*location*/
4999
- e[0] === "headerMain" ? "CarouselContainerHeaderMain" : ""}`), p(r, "style", f = /*location*/
5000
- e[0] === "headerMain" ? "max-width: auto" : void 0), p(t, "class", m = "CarouselWrapper " + /*location*/
5036
+ t = B("div"), r = B("div"), n = B("div"), n.innerHTML = '<svg fill="none" stroke="var(--emw--categories-arrows, var( --emw--color-white, #FFFFFF));" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="M15 19l-7-7 7-7"></path></svg>', i = X(), o = B("div"), s = B("ul"), a = B("li"), a.innerHTML = '<a href="#CarouselNav">Close Subs</a>', l = X(), y && y.c(), u = X(), h = B("div"), h.innerHTML = '<svg fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="M9 5l7 7-7 7"></path></svg>', d(n, "class", "CarouselLeftArrow"), d(a, "class", "TouchOnly"), d(s, "id", "CarouselNav"), d(s, "class", "CarouselItems"), d(o, "class", "CarouselNavWrap scroller"), d(h, "class", "CarouselRightArrow"), d(r, "class", c = `CarouselContainer CarouselContainerMobile ${/*location*/
5037
+ e[0] === "headerMain" ? "CarouselContainerHeaderMain" : ""}`), d(r, "style", f = /*location*/
5038
+ e[0] === "headerMain" ? "max-width: auto" : void 0), d(t, "class", m = "CarouselWrapper " + /*location*/
5001
5039
  (e[0] === "headerMain" ? "CarouselWrapperHeaderMain" : "") + " " + /*isMobile*/
5002
5040
  (e[13] ? "CarouselWrapperMobile" : ""));
5003
5041
  },
5004
- m(x, I) {
5005
- A(x, t, I), C(t, r), C(r, n), C(r, i), C(r, o), C(o, s), C(s, a), C(s, l), y && y.m(s, null), e[38](s), e[39](o), C(r, u), C(r, h), e[42](t), b || (g = [
5006
- K(
5042
+ m(C, A) {
5043
+ T(C, t, A), E(t, r), E(r, n), E(r, i), E(r, o), E(o, s), E(s, a), E(s, l), y && y.m(s, null), e[38](s), e[39](o), E(r, u), E(r, h), e[42](t), b || (g = [
5044
+ J(
5007
5045
  n,
5008
5046
  "click",
5009
5047
  /*click_handler*/
5010
5048
  e[32]
5011
5049
  ),
5012
- K(
5050
+ J(
5013
5051
  n,
5014
5052
  "keydown",
5015
5053
  /*keydown_handler*/
5016
5054
  e[33]
5017
5055
  ),
5018
- K(
5056
+ J(
5019
5057
  h,
5020
5058
  "click",
5021
5059
  /*click_handler_3*/
5022
5060
  e[40]
5023
5061
  ),
5024
- K(
5062
+ J(
5025
5063
  h,
5026
5064
  "keydown",
5027
5065
  /*keydown_handler_3*/
@@ -5029,59 +5067,59 @@ function ts(e) {
5029
5067
  )
5030
5068
  ], b = !0);
5031
5069
  },
5032
- p(x, I) {
5070
+ p(C, A) {
5033
5071
  /*sliderdata*/
5034
- x[9].length > 0 ? y ? y.p(x, I) : (y = tr(x), y.c(), y.m(s, null)) : y && (y.d(1), y = null), I[0] & /*location*/
5072
+ C[9].length > 0 ? y ? y.p(C, A) : (y = or(C), y.c(), y.m(s, null)) : y && (y.d(1), y = null), A[0] & /*location*/
5035
5073
  1 && c !== (c = `CarouselContainer CarouselContainerMobile ${/*location*/
5036
- x[0] === "headerMain" ? "CarouselContainerHeaderMain" : ""}`) && p(r, "class", c), I[0] & /*location*/
5074
+ C[0] === "headerMain" ? "CarouselContainerHeaderMain" : ""}`) && d(r, "class", c), A[0] & /*location*/
5037
5075
  1 && f !== (f = /*location*/
5038
- x[0] === "headerMain" ? "max-width: auto" : void 0) && p(r, "style", f), I[0] & /*location*/
5076
+ C[0] === "headerMain" ? "max-width: auto" : void 0) && d(r, "style", f), A[0] & /*location*/
5039
5077
  1 && m !== (m = "CarouselWrapper " + /*location*/
5040
- (x[0] === "headerMain" ? "CarouselWrapperHeaderMain" : "") + " " + /*isMobile*/
5041
- (x[13] ? "CarouselWrapperMobile" : "")) && p(t, "class", m);
5078
+ (C[0] === "headerMain" ? "CarouselWrapperHeaderMain" : "") + " " + /*isMobile*/
5079
+ (C[13] ? "CarouselWrapperMobile" : "")) && d(t, "class", m);
5042
5080
  },
5043
5081
  i: D,
5044
5082
  o: D,
5045
- d(x) {
5046
- x && H(t), y && y.d(), e[38](null), e[39](null), e[42](null), b = !1, Q(g);
5083
+ d(C) {
5084
+ C && S(t), y && y.d(), e[38](null), e[39](null), e[42](null), b = !1, Y(g);
5047
5085
  }
5048
5086
  };
5049
5087
  }
5050
- function rs(e, t, r) {
5051
- let { endpoint: n = "" } = t, { datasource: i = "" } = t, { onclickeventname: o = "defaultEvent" } = t, { actionevent: s = "defaultEvent" } = t, { favoritesnumber: a = "0" } = t, { location: l = "" } = t, { mbsource: u } = t, { clientstyling: h = "" } = t, { clientstylingurl: c = "" } = t, { identity: f = "" } = t, { translationurl: m = "" } = t, { isprimarymenu: b = !1 } = t, { issecondarymenu: g = !1 } = t, { lang: y = "" } = t, { activeindex: x = "0" } = t, { showsubgroups: I = "false" } = t, { categoriesicon: N = "false" } = t, { lobbyiconimage: j = "" } = t, { mygamesiconimage: F = "" } = t;
5052
- jo({ withLocale: "en", translations: {} });
5088
+ function ss(e, t, r) {
5089
+ let { endpoint: n = "" } = t, { datasource: i = "" } = t, { onclickeventname: o = "defaultEvent" } = t, { actionevent: s = "defaultEvent" } = t, { favoritesnumber: a = "0" } = t, { location: l = "" } = t, { mbsource: u } = t, { clientstyling: h = "" } = t, { clientstylingurl: c = "" } = t, { identity: f = "" } = t, { translationurl: m = "" } = t, { isprimarymenu: b = !1 } = t, { issecondarymenu: g = !1 } = t, { lang: y = "" } = t, { activeindex: C = "0" } = t, { showsubgroups: A = "false" } = t, { categoriesicon: N = "false" } = t, { lobbyiconimage: j = "" } = t, { mygamesiconimage: F = "" } = t;
5090
+ Zo({ withLocale: "en", translations: {} });
5053
5091
  const V = () => {
5054
5092
  fetch(m).then((w) => w.json()).then((w) => {
5055
5093
  Object.keys(w).forEach((M) => {
5056
- Qt(M, w[M]);
5094
+ er(M, w[M]);
5057
5095
  });
5058
5096
  }).catch((w) => {
5059
5097
  console.log(w);
5060
5098
  });
5061
5099
  };
5062
- Object.keys(Yt).forEach((d) => {
5063
- Qt(d, Yt[d]);
5100
+ Object.keys(tr).forEach((p) => {
5101
+ er(p, tr[p]);
5064
5102
  });
5065
- let T = window.navigator.userAgent, U = Do(T) !== "PC", O, G, Ee, Ze, Z, Ce = [], Be = [], se = [], L, we = (d, w, M, z, k) => {
5066
- var ne;
5067
- if (!(d.subGroups && z === null)) {
5068
- if (Me(), r(6, G = w), r(6, G), k != "secondary") {
5103
+ let H = window.navigator.userAgent, U = jo(H) !== "PC", O, G, ve, ze, Z, _e = [], Ie = [], oe = [], L, Ee = (p, w, M, z, k) => {
5104
+ var re;
5105
+ if (!(p.subGroups && z === null)) {
5106
+ if (Be(), r(6, G = w), r(6, G), k != "secondary") {
5069
5107
  window.postMessage(
5070
5108
  {
5071
5109
  type: s == "CategoryChange" ? "CategoryChange" : "NavigateTo",
5072
5110
  buzz: "1",
5073
- itemId: d.id,
5111
+ itemId: p.id,
5074
5112
  index: w,
5075
- item: d,
5076
- path: d.path,
5077
- externalLink: d.externalLink || !1,
5078
- target: ((ne = d.attrs) == null ? void 0 : ne.target) || null
5113
+ item: p,
5114
+ path: p.path,
5115
+ externalLink: p.externalLink || !1,
5116
+ target: ((re = p.attrs) == null ? void 0 : re.target) || null
5079
5117
  },
5080
5118
  window.location.href
5081
- ), r(7, Ee = null), r(8, Ze = null);
5119
+ ), r(7, ve = null), r(8, ze = null);
5082
5120
  return;
5083
5121
  }
5084
- r(7, Ee = z), r(7, Ee), r(8, Ze = Ee), window.postMessage(
5122
+ r(7, ve = z), r(7, ve), r(8, ze = ve), window.postMessage(
5085
5123
  {
5086
5124
  type: s,
5087
5125
  itemId: M.id,
@@ -5091,116 +5129,116 @@ function rs(e, t, r) {
5091
5129
  window.location.href
5092
5130
  );
5093
5131
  }
5094
- }, ze = () => {
5095
- L && (se.length !== G ? r(12, L.scrollLeft -= 250, L) : r(12, L.scrollLeft = 0, L));
5096
- }, qe = () => {
5097
- L && (se.length !== G ? r(12, L.scrollLeft += 250, L) : r(12, L.scrollLeft = 0, L));
5132
+ }, Qe = () => {
5133
+ L && (oe.length !== G ? r(12, L.scrollLeft -= 250, L) : r(12, L.scrollLeft = 0, L));
5134
+ }, Ye = () => {
5135
+ L && (oe.length !== G ? r(12, L.scrollLeft += 250, L) : r(12, L.scrollLeft = 0, L));
5098
5136
  };
5099
- const Ct = (d) => {
5100
- d.data.type == "SliderData" && d.data.identity == f && (r(9, Ce = d.data.data), r(11, se = new Array(Ce.length).fill(!1)), I == "true" && qr()), d.data.type == "GoToHomepage" && Ce.forEach((w, M) => {
5137
+ const Ht = (p) => {
5138
+ p.data.type == "SliderData" && p.data.identity == f && (r(9, _e = p.data.data), r(11, oe = new Array(_e.length).fill(!1)), A == "true" && Kr()), p.data.type == "GoToHomepage" && _e.forEach((w, M) => {
5101
5139
  w.path.endsWith("/casino") && (r(6, G = M), r(6, G));
5102
5140
  });
5103
- }, Zr = () => {
5104
- Vo(y);
5105
- }, zr = (d, w, M) => {
5106
- if (l == "secondaryMenu" && n && i && y && d.id) {
5107
- let z = new URL(`${n}/v1/casino/groups/${i}/${d.id}/subGroups?language=${y}`);
5141
+ }, qr = () => {
5142
+ zo(y);
5143
+ }, Jr = (p, w, M) => {
5144
+ if (l == "secondaryMenu" && n && i && y && p.id) {
5145
+ let z = new URL(`${n}/v1/casino/groups/${i}/${p.id}/subGroups?language=${y}`);
5108
5146
  fetch(z.href).then((k) => k.json()).then((k) => {
5109
- k.index = w, r(10, Be = Be.concat(k)), I == "false" && window.postMessage(
5147
+ k.index = w, r(10, Ie = Ie.concat(k)), A == "false" && window.postMessage(
5110
5148
  {
5111
5149
  type: s,
5112
- itemId: d.id,
5150
+ itemId: p.id,
5113
5151
  index: w,
5114
- item: d
5152
+ item: p
5115
5153
  },
5116
5154
  window.location.href
5117
5155
  );
5118
- const ne = [];
5119
- Be.map((ln) => (ln.items.forEach((wt) => {
5120
- ne.find((un) => wt.id == un) || ne.push(wt.id);
5121
- }), ne.flat())), window.postMessage({ type: "SubgroupsIds", subGroupsIds: ne }, window.location.href);
5156
+ const re = [];
5157
+ Ie.map((fn) => (fn.items.forEach((Tt) => {
5158
+ re.find((pn) => Tt.id == pn) || re.push(Tt.id);
5159
+ }), re.flat())), window.postMessage({ type: "SubgroupsIds", subGroupsIds: re }, window.location.href);
5122
5160
  }).then(() => {
5123
- O.querySelectorAll(".DropDown") && Me();
5161
+ O.querySelectorAll(".DropDown") && Be();
5124
5162
  });
5125
5163
  }
5126
- l == "headerMain" && window.postMessage({ type: s, item: d }, window.location.href);
5127
- }, Me = () => {
5128
- const d = O.querySelectorAll(".DropDown");
5164
+ l == "headerMain" && window.postMessage({ type: s, item: p }, window.location.href);
5165
+ }, Be = () => {
5166
+ const p = O.querySelectorAll(".DropDown");
5129
5167
  document.activeElement.blur(), L.classList.add("isScrolling");
5130
- for (let w = 0; w < d.length; w++)
5131
- d[w].style.transform = "translateX(-" + L.scrollLeft + "px)";
5168
+ for (let w = 0; w < p.length; w++)
5169
+ p[w].style.transform = "translateX(-" + L.scrollLeft + "px)";
5132
5170
  L.classList.remove("isScrolling");
5133
- }, qr = () => {
5134
- Ce.forEach((d, w) => {
5171
+ }, Kr = () => {
5172
+ _e.forEach((p, w) => {
5135
5173
  var M;
5136
- ((M = d == null ? void 0 : d.subGroups) == null ? void 0 : M.count) > 0 && (r(11, se[w] = !0, se), zr(d, w));
5174
+ ((M = p == null ? void 0 : p.subGroups) == null ? void 0 : M.count) > 0 && (r(11, oe[w] = !0, oe), Jr(p, w));
5137
5175
  });
5138
5176
  };
5139
- xn(() => ("ontouchstart" in document.documentElement && (document.documentElement.className += " touch-device"), window.addEventListener("message", Ct, !1), setTimeout(
5177
+ An(() => ("ontouchstart" in document.documentElement && (document.documentElement.className += " touch-device"), window.addEventListener("message", Ht, !1), setTimeout(
5140
5178
  () => {
5141
- L.addEventListener("scroll", Me);
5179
+ L.addEventListener("scroll", Be);
5142
5180
  },
5143
5181
  500
5144
5182
  ), () => {
5145
- window.removeEventListener("message", Ct), O.removeEventListener("scroll", Me);
5183
+ window.removeEventListener("message", Ht), O.removeEventListener("scroll", Be);
5146
5184
  }));
5147
- const Qr = () => ze(), Yr = (d) => {
5148
- (d.key === "Enter" || d.key === " ") && (ze(), d.preventDefault());
5149
- }, Jr = (d, w, M, z, k) => {
5150
- we(d, w, M, z, "secondary"), k.stopPropagation();
5151
- }, Kr = (d, w, M, z, k) => {
5152
- (k.key === "Enter" || k.key === " ") && (we(d, w, M, z, "secondary"), k.stopPropagation(), k.preventDefault());
5153
- }, en = (d, w, M) => {
5154
- we(d, w, null, null, "main"), M.preventDefault();
5155
- }, tn = (d, w, M) => {
5156
- (M.key === "Enter" || M.key === " ") && (we(d, w, null, null, "main"), M.preventDefault());
5185
+ const en = () => Qe(), tn = (p) => {
5186
+ (p.key === "Enter" || p.key === " ") && (Qe(), p.preventDefault());
5187
+ }, rn = (p, w, M, z, k) => {
5188
+ Ee(p, w, M, z, "secondary"), k.stopPropagation();
5189
+ }, nn = (p, w, M, z, k) => {
5190
+ (k.key === "Enter" || k.key === " ") && (Ee(p, w, M, z, "secondary"), k.stopPropagation(), k.preventDefault());
5191
+ }, on = (p, w, M) => {
5192
+ Ee(p, w, null, null, "main"), M.preventDefault();
5193
+ }, sn = (p, w, M) => {
5194
+ (M.key === "Enter" || M.key === " ") && (Ee(p, w, null, null, "main"), M.preventDefault());
5157
5195
  };
5158
- function rn(d) {
5159
- He[d ? "unshift" : "push"](() => {
5160
- O = d, r(5, O);
5196
+ function an(p) {
5197
+ xe[p ? "unshift" : "push"](() => {
5198
+ O = p, r(5, O);
5161
5199
  });
5162
5200
  }
5163
- function nn(d) {
5164
- He[d ? "unshift" : "push"](() => {
5165
- L = d, r(12, L);
5201
+ function ln(p) {
5202
+ xe[p ? "unshift" : "push"](() => {
5203
+ L = p, r(12, L);
5166
5204
  });
5167
5205
  }
5168
- const on = () => qe(), sn = (d) => {
5169
- (d.key === "Enter" || d.key === " ") && (qe(), d.preventDefault());
5206
+ const un = () => Ye(), hn = (p) => {
5207
+ (p.key === "Enter" || p.key === " ") && (Ye(), p.preventDefault());
5170
5208
  };
5171
- function an(d) {
5172
- He[d ? "unshift" : "push"](() => {
5173
- Z = d, r(4, Z);
5209
+ function cn(p) {
5210
+ xe[p ? "unshift" : "push"](() => {
5211
+ Z = p, r(4, Z);
5174
5212
  });
5175
5213
  }
5176
- return e.$$set = (d) => {
5177
- "endpoint" in d && r(17, n = d.endpoint), "datasource" in d && r(18, i = d.datasource), "onclickeventname" in d && r(19, o = d.onclickeventname), "actionevent" in d && r(20, s = d.actionevent), "favoritesnumber" in d && r(21, a = d.favoritesnumber), "location" in d && r(0, l = d.location), "mbsource" in d && r(22, u = d.mbsource), "clientstyling" in d && r(23, h = d.clientstyling), "clientstylingurl" in d && r(24, c = d.clientstylingurl), "identity" in d && r(25, f = d.identity), "translationurl" in d && r(26, m = d.translationurl), "isprimarymenu" in d && r(27, b = d.isprimarymenu), "issecondarymenu" in d && r(28, g = d.issecondarymenu), "lang" in d && r(29, y = d.lang), "activeindex" in d && r(1, x = d.activeindex), "showsubgroups" in d && r(2, I = d.showsubgroups), "categoriesicon" in d && r(3, N = d.categoriesicon), "lobbyiconimage" in d && r(30, j = d.lobbyiconimage), "mygamesiconimage" in d && r(31, F = d.mygamesiconimage);
5214
+ return e.$$set = (p) => {
5215
+ "endpoint" in p && r(17, n = p.endpoint), "datasource" in p && r(18, i = p.datasource), "onclickeventname" in p && r(19, o = p.onclickeventname), "actionevent" in p && r(20, s = p.actionevent), "favoritesnumber" in p && r(21, a = p.favoritesnumber), "location" in p && r(0, l = p.location), "mbsource" in p && r(22, u = p.mbsource), "clientstyling" in p && r(23, h = p.clientstyling), "clientstylingurl" in p && r(24, c = p.clientstylingurl), "identity" in p && r(25, f = p.identity), "translationurl" in p && r(26, m = p.translationurl), "isprimarymenu" in p && r(27, b = p.isprimarymenu), "issecondarymenu" in p && r(28, g = p.issecondarymenu), "lang" in p && r(29, y = p.lang), "activeindex" in p && r(1, C = p.activeindex), "showsubgroups" in p && r(2, A = p.showsubgroups), "categoriesicon" in p && r(3, N = p.categoriesicon), "lobbyiconimage" in p && r(30, j = p.lobbyiconimage), "mygamesiconimage" in p && r(31, F = p.mygamesiconimage);
5178
5216
  }, e.$$.update = () => {
5179
5217
  e.$$.dirty[0] & /*activeindex*/
5180
5218
  2, e.$$.dirty[0] & /*translationurl*/
5181
5219
  67108864 && m && V(), e.$$.dirty[0] & /*clientstyling, customStylingContainer*/
5182
- 8388624 && h && Z && Uo(Z, h), e.$$.dirty[0] & /*clientstylingurl, customStylingContainer*/
5183
- 16777232 && c && Z && Go(Z, c), e.$$.dirty[0] & /*mbsource, customStylingContainer*/
5184
- 4194320 && u && Z && $o(Z, `${u}.Style`), e.$$.dirty[0] & /*lang*/
5185
- 536870912 && y && Zr();
5220
+ 8388624 && h && Z && Vo(Z, h), e.$$.dirty[0] & /*clientstylingurl, customStylingContainer*/
5221
+ 16777232 && c && Z && Wo(Z, c), e.$$.dirty[0] & /*mbsource, customStylingContainer*/
5222
+ 4194320 && u && Z && Xo(Z, `${u}.Style`), e.$$.dirty[0] & /*lang*/
5223
+ 536870912 && y && qr();
5186
5224
  }, [
5187
5225
  l,
5188
- x,
5189
- I,
5226
+ C,
5227
+ A,
5190
5228
  N,
5191
5229
  Z,
5192
5230
  O,
5193
5231
  G,
5194
- Ee,
5195
- Ze,
5196
- Ce,
5197
- Be,
5198
- se,
5232
+ ve,
5233
+ ze,
5234
+ _e,
5235
+ Ie,
5236
+ oe,
5199
5237
  L,
5200
5238
  U,
5201
- we,
5202
- ze,
5203
- qe,
5239
+ Ee,
5240
+ Qe,
5241
+ Ye,
5204
5242
  n,
5205
5243
  i,
5206
5244
  o,
@@ -5216,27 +5254,27 @@ function rs(e, t, r) {
5216
5254
  y,
5217
5255
  j,
5218
5256
  F,
5219
- Qr,
5220
- Yr,
5221
- Jr,
5222
- Kr,
5223
5257
  en,
5224
5258
  tn,
5225
5259
  rn,
5226
5260
  nn,
5227
5261
  on,
5228
5262
  sn,
5229
- an
5263
+ an,
5264
+ ln,
5265
+ un,
5266
+ hn,
5267
+ cn
5230
5268
  ];
5231
5269
  }
5232
- class ns extends Nn {
5270
+ class as extends Dn {
5233
5271
  constructor(t) {
5234
- super(), On(
5272
+ super(), Fn(
5235
5273
  this,
5236
5274
  t,
5237
- rs,
5238
- ts,
5239
- fr,
5275
+ ss,
5276
+ os,
5277
+ br,
5240
5278
  {
5241
5279
  endpoint: 17,
5242
5280
  datasource: 18,
@@ -5258,7 +5296,7 @@ class ns extends Nn {
5258
5296
  lobbyiconimage: 30,
5259
5297
  mygamesiconimage: 31
5260
5298
  },
5261
- Wo,
5299
+ Qo,
5262
5300
  [-1, -1]
5263
5301
  );
5264
5302
  }
@@ -5377,7 +5415,7 @@ class ns extends Nn {
5377
5415
  this.$$set({ mygamesiconimage: t }), P();
5378
5416
  }
5379
5417
  }
5380
- Ln(ns, { endpoint: {}, datasource: {}, onclickeventname: {}, actionevent: {}, favoritesnumber: {}, location: {}, mbsource: {}, clientstyling: {}, clientstylingurl: {}, identity: {}, translationurl: {}, isprimarymenu: { type: "Boolean" }, issecondarymenu: { type: "Boolean" }, lang: {}, activeindex: {}, showsubgroups: {}, categoriesicon: {}, lobbyiconimage: {}, mygamesiconimage: {} }, [], [], !0);
5418
+ kn(as, { endpoint: {}, datasource: {}, onclickeventname: {}, actionevent: {}, favoritesnumber: {}, location: {}, mbsource: {}, clientstyling: {}, clientstylingurl: {}, identity: {}, translationurl: {}, isprimarymenu: { type: "Boolean" }, issecondarymenu: { type: "Boolean" }, lang: {}, activeindex: {}, showsubgroups: {}, categoriesicon: {}, lobbyiconimage: {}, mygamesiconimage: {} }, [], [], !0);
5381
5419
  export {
5382
- ns as default
5420
+ as as default
5383
5421
  };