@everymatrix/casino-games-category-section-nd 1.53.12 → 1.54.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,50 +1,79 @@
1
- function G() {
1
+ var Dr = Object.defineProperty, $r = Object.defineProperties;
2
+ var Ur = Object.getOwnPropertyDescriptors;
3
+ var xt = Object.getOwnPropertySymbols;
4
+ var Gr = Object.prototype.hasOwnProperty, kr = Object.prototype.propertyIsEnumerable;
5
+ var We = (e, t, r) => t in e ? Dr(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Et = (e, t) => {
6
+ for (var r in t || (t = {}))
7
+ Gr.call(t, r) && We(e, r, t[r]);
8
+ if (xt)
9
+ for (var r of xt(t))
10
+ kr.call(t, r) && We(e, r, t[r]);
11
+ return e;
12
+ }, wt = (e, t) => $r(e, Ur(t));
13
+ var R = (e, t, r) => We(e, typeof t != "symbol" ? t + "" : t, r);
14
+ var St = (e, t, r) => new Promise((n, i) => {
15
+ var o = (u) => {
16
+ try {
17
+ a(r.next(u));
18
+ } catch (l) {
19
+ i(l);
20
+ }
21
+ }, s = (u) => {
22
+ try {
23
+ a(r.throw(u));
24
+ } catch (l) {
25
+ i(l);
26
+ }
27
+ }, a = (u) => u.done ? n(u.value) : Promise.resolve(u.value).then(o, s);
28
+ a((r = r.apply(e, t)).next());
29
+ });
30
+ function k() {
2
31
  }
3
- function zt(e) {
32
+ function er(e) {
4
33
  return e();
5
34
  }
6
- function yt() {
35
+ function Tt() {
7
36
  return /* @__PURE__ */ Object.create(null);
8
37
  }
9
- function Y(e) {
10
- e.forEach(zt);
38
+ function K(e) {
39
+ e.forEach(er);
11
40
  }
12
- function pt(e) {
41
+ function bt(e) {
13
42
  return typeof e == "function";
14
43
  }
15
- function Zt(e, t) {
44
+ function tr(e, t) {
16
45
  return e != e ? t == t : e !== t || e && typeof e == "object" || typeof e == "function";
17
46
  }
18
- let Fe;
19
- function vt(e, t) {
20
- return e === t ? !0 : (Fe || (Fe = document.createElement("a")), Fe.href = t, e === Fe.href);
47
+ let Be;
48
+ function Ht(e, t) {
49
+ return e === t ? !0 : (Be || (Be = document.createElement("a")), Be.href = t, e === Be.href);
21
50
  }
22
- function Br(e) {
51
+ function jr(e) {
23
52
  return Object.keys(e).length === 0;
24
53
  }
25
- function Jt(e, ...t) {
54
+ function rr(e, ...t) {
26
55
  if (e == null) {
27
56
  for (const n of t)
28
57
  n(void 0);
29
- return G;
58
+ return k;
30
59
  }
31
60
  const r = e.subscribe(...t);
32
61
  return r.unsubscribe ? () => r.unsubscribe() : r;
33
62
  }
34
- function Or(e, t, r) {
35
- e.$$.on_destroy.push(Jt(t, r));
63
+ function Vr(e, t, r) {
64
+ e.$$.on_destroy.push(rr(t, r));
36
65
  }
37
66
  function v(e, t) {
38
67
  e.appendChild(t);
39
68
  }
40
- function Ir(e, t, r) {
41
- const n = Lr(e);
69
+ function Xr(e, t, r) {
70
+ const n = Wr(e);
42
71
  if (!n.getElementById(t)) {
43
72
  const i = F("style");
44
- i.id = t, i.textContent = r, Nr(n, i);
73
+ i.id = t, i.textContent = r, zr(n, i);
45
74
  }
46
75
  }
47
- function Lr(e) {
76
+ function Wr(e) {
48
77
  if (!e) return document;
49
78
  const t = e.getRootNode ? e.getRootNode() : e.ownerDocument;
50
79
  return t && /** @type {ShadowRoot} */
@@ -53,79 +82,79 @@ function Lr(e) {
53
82
  t
54
83
  ) : e.ownerDocument;
55
84
  }
56
- function Nr(e, t) {
85
+ function zr(e, t) {
57
86
  return v(
58
87
  /** @type {Document} */
59
88
  e.head || e,
60
89
  t
61
90
  ), t.sheet;
62
91
  }
63
- function X(e, t, r) {
92
+ function W(e, t, r) {
64
93
  e.insertBefore(t, r || null);
65
94
  }
66
- function k(e) {
95
+ function j(e) {
67
96
  e.parentNode && e.parentNode.removeChild(e);
68
97
  }
69
- function Mr(e, t) {
98
+ function Zr(e, t) {
70
99
  for (let r = 0; r < e.length; r += 1)
71
100
  e[r] && e[r].d(t);
72
101
  }
73
102
  function F(e) {
74
103
  return document.createElement(e);
75
104
  }
76
- function Ee(e) {
105
+ function we(e) {
77
106
  return document.createElementNS("http://www.w3.org/2000/svg", e);
78
107
  }
79
- function U(e) {
108
+ function G(e) {
80
109
  return document.createTextNode(e);
81
110
  }
82
- function V() {
83
- return U(" ");
111
+ function X() {
112
+ return G(" ");
84
113
  }
85
- function fo() {
86
- return U("");
114
+ function Ho() {
115
+ return G("");
87
116
  }
88
- function Re(e, t, r, n) {
117
+ function De(e, t, r, n) {
89
118
  return e.addEventListener(t, r, n), () => e.removeEventListener(t, r, n);
90
119
  }
91
120
  function g(e, t, r) {
92
121
  r == null ? e.removeAttribute(t) : e.getAttribute(t) !== r && e.setAttribute(t, r);
93
122
  }
94
- function po(e, t, r) {
123
+ function Po(e, t, r) {
95
124
  const n = t.toLowerCase();
96
125
  n in e ? e[n] = typeof e[n] == "boolean" && r === "" ? !0 : r : t in e ? e[t] = typeof e[t] == "boolean" && r === "" ? !0 : r : g(e, t, r);
97
126
  }
98
- function Rr(e) {
127
+ function Jr(e) {
99
128
  return Array.from(e.childNodes);
100
129
  }
101
- function q(e, t) {
130
+ function Y(e, t) {
102
131
  t = "" + t, e.data !== t && (e.data = /** @type {string} */
103
132
  t);
104
133
  }
105
- function _t(e, t) {
106
- e.value = t ?? "";
134
+ function Pt(e, t) {
135
+ e.value = t == null ? "" : t;
107
136
  }
108
- function mo(e, t, r, n) {
137
+ function Ao(e, t, r, n) {
109
138
  r == null ? e.style.removeProperty(t) : e.style.setProperty(t, r, "");
110
139
  }
111
- function bo(e, t, r) {
140
+ function Co(e, t, r) {
112
141
  e.classList.toggle(t, !!r);
113
142
  }
114
- class go {
115
- /**
116
- * @private
117
- * @default false
118
- */
119
- is_svg = !1;
120
- /** parent for creating node */
121
- e = void 0;
122
- /** html tag nodes */
123
- n = void 0;
124
- /** target */
125
- t = void 0;
126
- /** anchor */
127
- a = void 0;
143
+ class Fo {
128
144
  constructor(t = !1) {
145
+ /**
146
+ * @private
147
+ * @default false
148
+ */
149
+ R(this, "is_svg", !1);
150
+ /** parent for creating node */
151
+ R(this, "e");
152
+ /** html tag nodes */
153
+ R(this, "n");
154
+ /** target */
155
+ R(this, "t");
156
+ /** anchor */
157
+ R(this, "a");
129
158
  this.is_svg = t, this.e = this.n = null;
130
159
  }
131
160
  /**
@@ -142,7 +171,7 @@ class go {
142
171
  * @returns {void}
143
172
  */
144
173
  m(t, r, n = null) {
145
- this.e || (this.is_svg ? this.e = Ee(
174
+ this.e || (this.is_svg ? this.e = we(
146
175
  /** @type {keyof SVGElementTagNameMap} */
147
176
  r.nodeName
148
177
  ) : this.e = F(
@@ -166,7 +195,7 @@ class go {
166
195
  * @returns {void} */
167
196
  i(t) {
168
197
  for (let r = 0; r < this.n.length; r += 1)
169
- X(this.t, this.n[r], t);
198
+ W(this.t, this.n[r], t);
170
199
  }
171
200
  /**
172
201
  * @param {string} html
@@ -178,10 +207,10 @@ class go {
178
207
  /**
179
208
  * @returns {void} */
180
209
  d() {
181
- this.n.forEach(k);
210
+ this.n.forEach(j);
182
211
  }
183
212
  }
184
- function Dr(e) {
213
+ function Qr(e) {
185
214
  const t = {};
186
215
  return e.childNodes.forEach(
187
216
  /** @param {Element} node */
@@ -190,78 +219,78 @@ function Dr(e) {
190
219
  }
191
220
  ), t;
192
221
  }
193
- let Se;
194
- function we(e) {
195
- Se = e;
222
+ let Te;
223
+ function Se(e) {
224
+ Te = e;
196
225
  }
197
- function $r() {
198
- if (!Se) throw new Error("Function called outside component initialization");
199
- return Se;
226
+ function qr() {
227
+ if (!Te) throw new Error("Function called outside component initialization");
228
+ return Te;
200
229
  }
201
- function Ur(e) {
202
- $r().$$.on_mount.push(e);
230
+ function Yr(e) {
231
+ qr().$$.on_mount.push(e);
203
232
  }
204
- const ce = [], Ye = [];
205
- let fe = [];
206
- const xt = [], Qt = /* @__PURE__ */ Promise.resolve();
207
- let Ke = !1;
208
- function qt() {
209
- Ke || (Ke = !0, Qt.then($));
233
+ const fe = [], et = [];
234
+ let de = [];
235
+ const At = [], nr = /* @__PURE__ */ Promise.resolve();
236
+ let tt = !1;
237
+ function ir() {
238
+ tt || (tt = !0, nr.then(U));
210
239
  }
211
- function yo() {
212
- return qt(), Qt;
240
+ function Bo() {
241
+ return ir(), nr;
213
242
  }
214
- function et(e) {
215
- fe.push(e);
243
+ function rt(e) {
244
+ de.push(e);
216
245
  }
217
- const Xe = /* @__PURE__ */ new Set();
218
- let ue = 0;
219
- function $() {
220
- if (ue !== 0)
246
+ const ze = /* @__PURE__ */ new Set();
247
+ let he = 0;
248
+ function U() {
249
+ if (he !== 0)
221
250
  return;
222
- const e = Se;
251
+ const e = Te;
223
252
  do {
224
253
  try {
225
- for (; ue < ce.length; ) {
226
- const t = ce[ue];
227
- ue++, we(t), Gr(t.$$);
254
+ for (; he < fe.length; ) {
255
+ const t = fe[he];
256
+ he++, Se(t), Kr(t.$$);
228
257
  }
229
258
  } catch (t) {
230
- throw ce.length = 0, ue = 0, t;
259
+ throw fe.length = 0, he = 0, t;
231
260
  }
232
- for (we(null), ce.length = 0, ue = 0; Ye.length; ) Ye.pop()();
233
- for (let t = 0; t < fe.length; t += 1) {
234
- const r = fe[t];
235
- Xe.has(r) || (Xe.add(r), r());
261
+ for (Se(null), fe.length = 0, he = 0; et.length; ) et.pop()();
262
+ for (let t = 0; t < de.length; t += 1) {
263
+ const r = de[t];
264
+ ze.has(r) || (ze.add(r), r());
236
265
  }
237
- fe.length = 0;
238
- } while (ce.length);
239
- for (; xt.length; )
240
- xt.pop()();
241
- Ke = !1, Xe.clear(), we(e);
266
+ de.length = 0;
267
+ } while (fe.length);
268
+ for (; At.length; )
269
+ At.pop()();
270
+ tt = !1, ze.clear(), Se(e);
242
271
  }
243
- function Gr(e) {
272
+ function Kr(e) {
244
273
  if (e.fragment !== null) {
245
- e.update(), Y(e.before_update);
274
+ e.update(), K(e.before_update);
246
275
  const t = e.dirty;
247
- e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(et);
276
+ e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(rt);
248
277
  }
249
278
  }
250
- function kr(e) {
279
+ function en(e) {
251
280
  const t = [], r = [];
252
- fe.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : r.push(n)), r.forEach((n) => n()), fe = t;
281
+ de.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : r.push(n)), r.forEach((n) => n()), de = t;
253
282
  }
254
- const jr = /* @__PURE__ */ new Set();
255
- function Yt(e, t) {
256
- e && e.i && (jr.delete(e), e.i(t));
283
+ const tn = /* @__PURE__ */ new Set();
284
+ function or(e, t) {
285
+ e && e.i && (tn.delete(e), e.i(t));
257
286
  }
258
- function Et(e) {
259
- return e?.length !== void 0 ? e : Array.from(e);
287
+ function Ct(e) {
288
+ return (e == null ? void 0 : e.length) !== void 0 ? e : Array.from(e);
260
289
  }
261
- function vo(e, t) {
290
+ function Oo(e, t) {
262
291
  e.d(1), t.delete(e.key);
263
292
  }
264
- function _o(e, t, r, n, i, o, s, a, h, l, u, d) {
293
+ function Io(e, t, r, n, i, o, s, a, u, l, h, d) {
265
294
  let c = e.length, m = o.length, b = c;
266
295
  const _ = {};
267
296
  for (; b--; ) _[e[b].key] = b;
@@ -273,192 +302,196 @@ function _o(e, t, r, n, i, o, s, a, h, l, u, d) {
273
302
  }
274
303
  const N = /* @__PURE__ */ new Set(), L = /* @__PURE__ */ new Set();
275
304
  function O(A) {
276
- Yt(A, 1), A.m(a, u), s.set(A.key, A), u = A.first, m--;
305
+ or(A, 1), A.m(a, h), s.set(A.key, A), h = A.first, m--;
277
306
  }
278
307
  for (; c && m; ) {
279
- const A = T[m - 1], I = e[c - 1], M = A.key, W = I.key;
280
- A === I ? (u = A.first, c--, m--) : y.has(W) ? !s.has(M) || N.has(M) ? O(A) : L.has(W) ? c-- : H.get(M) > H.get(W) ? (L.add(M), O(A)) : (N.add(W), c--) : (h(I, s), c--);
308
+ const A = T[m - 1], I = e[c - 1], M = A.key, z = I.key;
309
+ A === I ? (h = A.first, c--, m--) : y.has(z) ? !s.has(M) || N.has(M) ? O(A) : L.has(z) ? c-- : H.get(M) > H.get(z) ? (L.add(M), O(A)) : (N.add(z), c--) : (u(I, s), c--);
281
310
  }
282
311
  for (; c--; ) {
283
312
  const A = e[c];
284
- y.has(A.key) || h(A, s);
313
+ y.has(A.key) || u(A, s);
285
314
  }
286
315
  for (; m; ) O(T[m - 1]);
287
- return Y(E), T;
316
+ return K(E), T;
288
317
  }
289
- function Vr(e, t, r) {
318
+ function rn(e, t, r) {
290
319
  const { fragment: n, after_update: i } = e.$$;
291
- n && n.m(t, r), et(() => {
292
- const o = e.$$.on_mount.map(zt).filter(pt);
293
- e.$$.on_destroy ? e.$$.on_destroy.push(...o) : Y(o), e.$$.on_mount = [];
294
- }), i.forEach(et);
320
+ n && n.m(t, r), rt(() => {
321
+ const o = e.$$.on_mount.map(er).filter(bt);
322
+ e.$$.on_destroy ? e.$$.on_destroy.push(...o) : K(o), e.$$.on_mount = [];
323
+ }), i.forEach(rt);
295
324
  }
296
- function Xr(e, t) {
325
+ function nn(e, t) {
297
326
  const r = e.$$;
298
- r.fragment !== null && (kr(r.after_update), Y(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
327
+ r.fragment !== null && (en(r.after_update), K(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
299
328
  }
300
- function Wr(e, t) {
301
- e.$$.dirty[0] === -1 && (ce.push(e), qt(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
329
+ function on(e, t) {
330
+ e.$$.dirty[0] === -1 && (fe.push(e), ir(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
302
331
  }
303
- function zr(e, t, r, n, i, o, s = null, a = [-1]) {
304
- const h = Se;
305
- we(e);
332
+ function sn(e, t, r, n, i, o, s = null, a = [-1]) {
333
+ const u = Te;
334
+ Se(e);
306
335
  const l = e.$$ = {
307
336
  fragment: null,
308
337
  ctx: [],
309
338
  // state
310
339
  props: o,
311
- update: G,
340
+ update: k,
312
341
  not_equal: i,
313
- bound: yt(),
342
+ bound: Tt(),
314
343
  // lifecycle
315
344
  on_mount: [],
316
345
  on_destroy: [],
317
346
  on_disconnect: [],
318
347
  before_update: [],
319
348
  after_update: [],
320
- context: new Map(t.context || (h ? h.$$.context : [])),
349
+ context: new Map(t.context || (u ? u.$$.context : [])),
321
350
  // everything else
322
- callbacks: yt(),
351
+ callbacks: Tt(),
323
352
  dirty: a,
324
353
  skip_bound: !1,
325
- root: t.target || h.$$.root
354
+ root: t.target || u.$$.root
326
355
  };
327
356
  s && s(l.root);
328
- let u = !1;
357
+ let h = !1;
329
358
  if (l.ctx = r ? r(e, t.props || {}, (d, c, ...m) => {
330
359
  const b = m.length ? m[0] : c;
331
- return l.ctx && i(l.ctx[d], l.ctx[d] = b) && (!l.skip_bound && l.bound[d] && l.bound[d](b), u && Wr(e, d)), c;
332
- }) : [], l.update(), u = !0, Y(l.before_update), l.fragment = n ? n(l.ctx) : !1, t.target) {
360
+ return l.ctx && i(l.ctx[d], l.ctx[d] = b) && (!l.skip_bound && l.bound[d] && l.bound[d](b), h && on(e, d)), c;
361
+ }) : [], l.update(), h = !0, K(l.before_update), l.fragment = n ? n(l.ctx) : !1, t.target) {
333
362
  if (t.hydrate) {
334
- const d = Rr(t.target);
335
- l.fragment && l.fragment.l(d), d.forEach(k);
363
+ const d = Jr(t.target);
364
+ l.fragment && l.fragment.l(d), d.forEach(j);
336
365
  } else
337
366
  l.fragment && l.fragment.c();
338
- t.intro && Yt(e.$$.fragment), Vr(e, t.target, t.anchor), $();
367
+ t.intro && or(e.$$.fragment), rn(e, t.target, t.anchor), U();
339
368
  }
340
- we(h);
341
- }
342
- let Kt;
343
- typeof HTMLElement == "function" && (Kt = class extends HTMLElement {
344
- /** The Svelte component constructor */
345
- $$ctor;
346
- /** Slots */
347
- $$s;
348
- /** The Svelte component instance */
349
- $$c;
350
- /** Whether or not the custom element is connected */
351
- $$cn = !1;
352
- /** Component props data */
353
- $$d = {};
354
- /** `true` if currently in the process of reflecting component props back to attributes */
355
- $$r = !1;
356
- /** @type {Record<string, CustomElementPropDefinition>} Props definition (name, reflected, type etc) */
357
- $$p_d = {};
358
- /** @type {Record<string, Function[]>} Event listeners */
359
- $$l = {};
360
- /** @type {Map<Function, Function>} Event listener unsubscribe functions */
361
- $$l_u = /* @__PURE__ */ new Map();
362
- constructor(e, t, r) {
363
- super(), this.$$ctor = e, this.$$s = t, r && this.attachShadow({ mode: "open" });
369
+ Se(u);
370
+ }
371
+ let sr;
372
+ typeof HTMLElement == "function" && (sr = class extends HTMLElement {
373
+ constructor(t, r, n) {
374
+ super();
375
+ /** The Svelte component constructor */
376
+ R(this, "$$ctor");
377
+ /** Slots */
378
+ R(this, "$$s");
379
+ /** The Svelte component instance */
380
+ R(this, "$$c");
381
+ /** Whether or not the custom element is connected */
382
+ R(this, "$$cn", !1);
383
+ /** Component props data */
384
+ R(this, "$$d", {});
385
+ /** `true` if currently in the process of reflecting component props back to attributes */
386
+ R(this, "$$r", !1);
387
+ /** @type {Record<string, CustomElementPropDefinition>} Props definition (name, reflected, type etc) */
388
+ R(this, "$$p_d", {});
389
+ /** @type {Record<string, Function[]>} Event listeners */
390
+ R(this, "$$l", {});
391
+ /** @type {Map<Function, Function>} Event listener unsubscribe functions */
392
+ R(this, "$$l_u", /* @__PURE__ */ new Map());
393
+ this.$$ctor = t, this.$$s = r, n && this.attachShadow({ mode: "open" });
364
394
  }
365
- addEventListener(e, t, r) {
366
- if (this.$$l[e] = this.$$l[e] || [], this.$$l[e].push(t), this.$$c) {
367
- const n = this.$$c.$on(e, t);
368
- this.$$l_u.set(t, n);
395
+ addEventListener(t, r, n) {
396
+ if (this.$$l[t] = this.$$l[t] || [], this.$$l[t].push(r), this.$$c) {
397
+ const i = this.$$c.$on(t, r);
398
+ this.$$l_u.set(r, i);
369
399
  }
370
- super.addEventListener(e, t, r);
400
+ super.addEventListener(t, r, n);
371
401
  }
372
- removeEventListener(e, t, r) {
373
- if (super.removeEventListener(e, t, r), this.$$c) {
374
- const n = this.$$l_u.get(t);
375
- n && (n(), this.$$l_u.delete(t));
402
+ removeEventListener(t, r, n) {
403
+ if (super.removeEventListener(t, r, n), this.$$c) {
404
+ const i = this.$$l_u.get(r);
405
+ i && (i(), this.$$l_u.delete(r));
376
406
  }
377
407
  }
378
- async connectedCallback() {
379
- if (this.$$cn = !0, !this.$$c) {
380
- let e = function(i) {
381
- return () => {
382
- let o;
383
- return {
384
- c: function() {
385
- o = F("slot"), i !== "default" && g(o, "name", i);
386
- },
387
- /**
388
- * @param {HTMLElement} target
389
- * @param {HTMLElement} [anchor]
390
- */
391
- m: function(h, l) {
392
- X(h, o, l);
393
- },
394
- d: function(h) {
395
- h && k(o);
396
- }
408
+ connectedCallback() {
409
+ return St(this, null, function* () {
410
+ if (this.$$cn = !0, !this.$$c) {
411
+ let t = function(o) {
412
+ return () => {
413
+ let s;
414
+ return {
415
+ c: function() {
416
+ s = F("slot"), o !== "default" && g(s, "name", o);
417
+ },
418
+ /**
419
+ * @param {HTMLElement} target
420
+ * @param {HTMLElement} [anchor]
421
+ */
422
+ m: function(l, h) {
423
+ W(l, s, h);
424
+ },
425
+ d: function(l) {
426
+ l && j(s);
427
+ }
428
+ };
397
429
  };
398
430
  };
399
- };
400
- if (await Promise.resolve(), !this.$$cn || this.$$c)
401
- return;
402
- const t = {}, r = Dr(this);
403
- for (const i of this.$$s)
404
- i in r && (t[i] = [e(i)]);
405
- for (const i of this.attributes) {
406
- const o = this.$$g_p(i.name);
407
- o in this.$$d || (this.$$d[o] = Ie(o, i.value, this.$$p_d, "toProp"));
408
- }
409
- for (const i in this.$$p_d)
410
- !(i in this.$$d) && this[i] !== void 0 && (this.$$d[i] = this[i], delete this[i]);
411
- this.$$c = new this.$$ctor({
412
- target: this.shadowRoot || this,
413
- props: {
414
- ...this.$$d,
415
- $$slots: t,
416
- $$scope: {
417
- ctx: []
418
- }
431
+ if (yield Promise.resolve(), !this.$$cn || this.$$c)
432
+ return;
433
+ const r = {}, n = Qr(this);
434
+ for (const o of this.$$s)
435
+ o in n && (r[o] = [t(o)]);
436
+ for (const o of this.attributes) {
437
+ const s = this.$$g_p(o.name);
438
+ s in this.$$d || (this.$$d[s] = Le(s, o.value, this.$$p_d, "toProp"));
419
439
  }
420
- });
421
- const n = () => {
422
- this.$$r = !0;
423
- for (const i in this.$$p_d)
424
- if (this.$$d[i] = this.$$c.$$.ctx[this.$$c.$$.props[i]], this.$$p_d[i].reflect) {
425
- const o = Ie(
426
- i,
427
- this.$$d[i],
428
- this.$$p_d,
429
- "toAttribute"
430
- );
431
- o == null ? this.removeAttribute(this.$$p_d[i].attribute || i) : this.setAttribute(this.$$p_d[i].attribute || i, o);
440
+ for (const o in this.$$p_d)
441
+ !(o in this.$$d) && this[o] !== void 0 && (this.$$d[o] = this[o], delete this[o]);
442
+ this.$$c = new this.$$ctor({
443
+ target: this.shadowRoot || this,
444
+ props: wt(Et({}, this.$$d), {
445
+ $$slots: r,
446
+ $$scope: {
447
+ ctx: []
448
+ }
449
+ })
450
+ });
451
+ const i = () => {
452
+ this.$$r = !0;
453
+ for (const o in this.$$p_d)
454
+ if (this.$$d[o] = this.$$c.$$.ctx[this.$$c.$$.props[o]], this.$$p_d[o].reflect) {
455
+ const s = Le(
456
+ o,
457
+ this.$$d[o],
458
+ this.$$p_d,
459
+ "toAttribute"
460
+ );
461
+ s == null ? this.removeAttribute(this.$$p_d[o].attribute || o) : this.setAttribute(this.$$p_d[o].attribute || o, s);
462
+ }
463
+ this.$$r = !1;
464
+ };
465
+ this.$$c.$$.after_update.push(i), i();
466
+ for (const o in this.$$l)
467
+ for (const s of this.$$l[o]) {
468
+ const a = this.$$c.$on(o, s);
469
+ this.$$l_u.set(s, a);
432
470
  }
433
- this.$$r = !1;
434
- };
435
- this.$$c.$$.after_update.push(n), n();
436
- for (const i in this.$$l)
437
- for (const o of this.$$l[i]) {
438
- const s = this.$$c.$on(i, o);
439
- this.$$l_u.set(o, s);
440
- }
441
- this.$$l = {};
442
- }
471
+ this.$$l = {};
472
+ }
473
+ });
443
474
  }
444
475
  // We don't need this when working within Svelte code, but for compatibility of people using this outside of Svelte
445
476
  // and setting attributes through setAttribute etc, this is helpful
446
- attributeChangedCallback(e, t, r) {
447
- this.$$r || (e = this.$$g_p(e), this.$$d[e] = Ie(e, r, this.$$p_d, "toProp"), this.$$c?.$set({ [e]: this.$$d[e] }));
477
+ attributeChangedCallback(t, r, n) {
478
+ var i;
479
+ 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] }));
448
480
  }
449
481
  disconnectedCallback() {
450
482
  this.$$cn = !1, Promise.resolve().then(() => {
451
483
  !this.$$cn && this.$$c && (this.$$c.$destroy(), this.$$c = void 0);
452
484
  });
453
485
  }
454
- $$g_p(e) {
486
+ $$g_p(t) {
455
487
  return Object.keys(this.$$p_d).find(
456
- (t) => this.$$p_d[t].attribute === e || !this.$$p_d[t].attribute && t.toLowerCase() === e
457
- ) || e;
488
+ (r) => this.$$p_d[r].attribute === t || !this.$$p_d[r].attribute && r.toLowerCase() === t
489
+ ) || t;
458
490
  }
459
491
  });
460
- function Ie(e, t, r, n) {
461
- const i = r[e]?.type;
492
+ function Le(e, t, r, n) {
493
+ var o;
494
+ const i = (o = r[e]) == null ? void 0 : o.type;
462
495
  if (t = i === "Boolean" && typeof t != "boolean" ? t != null : t, !n || !r[e])
463
496
  return t;
464
497
  if (n === "toAttribute")
@@ -469,7 +502,7 @@ function Ie(e, t, r, n) {
469
502
  case "Boolean":
470
503
  return t ? "" : null;
471
504
  case "Number":
472
- return t ?? null;
505
+ return t == null ? null : t;
473
506
  default:
474
507
  return t;
475
508
  }
@@ -486,8 +519,8 @@ function Ie(e, t, r, n) {
486
519
  return t;
487
520
  }
488
521
  }
489
- function Zr(e, t, r, n, i, o) {
490
- let s = class extends Kt {
522
+ function an(e, t, r, n, i, o) {
523
+ let s = class extends sr {
491
524
  constructor() {
492
525
  super(e, r, i), this.$$p_d = t;
493
526
  }
@@ -502,39 +535,43 @@ function Zr(e, t, r, n, i, o) {
502
535
  get() {
503
536
  return this.$$c && a in this.$$c ? this.$$c[a] : this.$$d[a];
504
537
  },
505
- set(h) {
506
- h = Ie(a, h, t), this.$$d[a] = h, this.$$c?.$set({ [a]: h });
538
+ set(u) {
539
+ var l;
540
+ u = Le(a, u, t), this.$$d[a] = u, (l = this.$$c) == null || l.$set({ [a]: u });
507
541
  }
508
542
  });
509
543
  }), n.forEach((a) => {
510
544
  Object.defineProperty(s.prototype, a, {
511
545
  get() {
512
- return this.$$c?.[a];
546
+ var u;
547
+ return (u = this.$$c) == null ? void 0 : u[a];
513
548
  }
514
549
  });
515
550
  }), e.element = /** @type {any} */
516
551
  s, s;
517
552
  }
518
- class Jr {
519
- /**
520
- * ### PRIVATE API
521
- *
522
- * Do not use, may change at any time
523
- *
524
- * @type {any}
525
- */
526
- $$ = void 0;
527
- /**
528
- * ### PRIVATE API
529
- *
530
- * Do not use, may change at any time
531
- *
532
- * @type {any}
533
- */
534
- $$set = void 0;
553
+ class ln {
554
+ constructor() {
555
+ /**
556
+ * ### PRIVATE API
557
+ *
558
+ * Do not use, may change at any time
559
+ *
560
+ * @type {any}
561
+ */
562
+ R(this, "$$");
563
+ /**
564
+ * ### PRIVATE API
565
+ *
566
+ * Do not use, may change at any time
567
+ *
568
+ * @type {any}
569
+ */
570
+ R(this, "$$set");
571
+ }
535
572
  /** @returns {void} */
536
573
  $destroy() {
537
- Xr(this, 1), this.$destroy = G;
574
+ nn(this, 1), this.$destroy = k;
538
575
  }
539
576
  /**
540
577
  * @template {Extract<keyof Events, string>} K
@@ -543,8 +580,8 @@ class Jr {
543
580
  * @returns {() => void}
544
581
  */
545
582
  $on(t, r) {
546
- if (!pt(r))
547
- return G;
583
+ if (!bt(r))
584
+ return k;
548
585
  const n = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
549
586
  return n.push(r), () => {
550
587
  const i = n.indexOf(r);
@@ -556,22 +593,22 @@ class Jr {
556
593
  * @returns {void}
557
594
  */
558
595
  $set(t) {
559
- this.$$set && !Br(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
596
+ this.$$set && !jr(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
560
597
  }
561
598
  }
562
- const Qr = "4";
563
- typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Qr);
564
- var tt = function(e, t) {
565
- return tt = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
599
+ const un = "4";
600
+ typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(un);
601
+ var nt = function(e, t) {
602
+ return nt = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
566
603
  r.__proto__ = n;
567
604
  } || function(r, n) {
568
605
  for (var i in n) Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
569
- }, tt(e, t);
606
+ }, nt(e, t);
570
607
  };
571
- function Z(e, t) {
608
+ function J(e, t) {
572
609
  if (typeof t != "function" && t !== null)
573
610
  throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
574
- tt(e, t);
611
+ nt(e, t);
575
612
  function r() {
576
613
  this.constructor = e;
577
614
  }
@@ -586,7 +623,7 @@ var S = function() {
586
623
  return t;
587
624
  }, S.apply(this, arguments);
588
625
  };
589
- function qr(e, t) {
626
+ function hn(e, t) {
590
627
  var r = {};
591
628
  for (var n in e) Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
592
629
  if (e != null && typeof Object.getOwnPropertySymbols == "function")
@@ -594,7 +631,7 @@ function qr(e, t) {
594
631
  t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (r[n[i]] = e[n[i]]);
595
632
  return r;
596
633
  }
597
- function rt(e) {
634
+ function it(e) {
598
635
  var t = typeof Symbol == "function" && Symbol.iterator, r = t && e[t], n = 0;
599
636
  if (r) return r.call(e);
600
637
  if (e && typeof e.length == "number") return {
@@ -604,7 +641,7 @@ function rt(e) {
604
641
  };
605
642
  throw new TypeError(t ? "Object is not iterable." : "Symbol.iterator is not defined.");
606
643
  }
607
- function nt(e, t) {
644
+ function ot(e, t) {
608
645
  var r = typeof Symbol == "function" && e[Symbol.iterator];
609
646
  if (!r) return e;
610
647
  var n = r.call(e), i, o = [], s;
@@ -621,21 +658,21 @@ function nt(e, t) {
621
658
  }
622
659
  return o;
623
660
  }
624
- function de(e, t, r) {
661
+ function pe(e, t, r) {
625
662
  if (r || arguments.length === 2) for (var n = 0, i = t.length, o; n < i; n++)
626
663
  (o || !(n in t)) && (o || (o = Array.prototype.slice.call(t, 0, n)), o[n] = t[n]);
627
664
  return e.concat(o || Array.prototype.slice.call(t));
628
665
  }
629
- function z(e) {
666
+ function Z(e) {
630
667
  return typeof e == "function";
631
668
  }
632
- function er(e) {
669
+ function ar(e) {
633
670
  var t = function(n) {
634
671
  Error.call(n), n.stack = new Error().stack;
635
672
  }, r = e(t);
636
673
  return r.prototype = Object.create(Error.prototype), r.prototype.constructor = r, r;
637
674
  }
638
- var We = er(function(e) {
675
+ var Ze = ar(function(e) {
639
676
  return function(r) {
640
677
  e(this), this.message = r ? r.length + ` errors occurred during unsubscription:
641
678
  ` + r.map(function(n, i) {
@@ -644,13 +681,13 @@ var We = er(function(e) {
644
681
  `) : "", this.name = "UnsubscriptionError", this.errors = r;
645
682
  };
646
683
  });
647
- function it(e, t) {
684
+ function st(e, t) {
648
685
  if (e) {
649
686
  var r = e.indexOf(t);
650
687
  0 <= r && e.splice(r, 1);
651
688
  }
652
689
  }
653
- var Ue = function() {
690
+ var Ge = function() {
654
691
  function e(t) {
655
692
  this.initialTeardown = t, this.closed = !1, this._parentage = null, this._finalizers = null;
656
693
  }
@@ -662,38 +699,38 @@ var Ue = function() {
662
699
  if (s)
663
700
  if (this._parentage = null, Array.isArray(s))
664
701
  try {
665
- for (var a = rt(s), h = a.next(); !h.done; h = a.next()) {
666
- var l = h.value;
702
+ for (var a = it(s), u = a.next(); !u.done; u = a.next()) {
703
+ var l = u.value;
667
704
  l.remove(this);
668
705
  }
669
706
  } catch (_) {
670
707
  t = { error: _ };
671
708
  } finally {
672
709
  try {
673
- h && !h.done && (r = a.return) && r.call(a);
710
+ u && !u.done && (r = a.return) && r.call(a);
674
711
  } finally {
675
712
  if (t) throw t.error;
676
713
  }
677
714
  }
678
715
  else
679
716
  s.remove(this);
680
- var u = this.initialTeardown;
681
- if (z(u))
717
+ var h = this.initialTeardown;
718
+ if (Z(h))
682
719
  try {
683
- u();
720
+ h();
684
721
  } catch (_) {
685
- o = _ instanceof We ? _.errors : [_];
722
+ o = _ instanceof Ze ? _.errors : [_];
686
723
  }
687
724
  var d = this._finalizers;
688
725
  if (d) {
689
726
  this._finalizers = null;
690
727
  try {
691
- for (var c = rt(d), m = c.next(); !m.done; m = c.next()) {
728
+ for (var c = it(d), m = c.next(); !m.done; m = c.next()) {
692
729
  var b = m.value;
693
730
  try {
694
- wt(b);
731
+ Ft(b);
695
732
  } catch (_) {
696
- o = o ?? [], _ instanceof We ? o = de(de([], nt(o)), nt(_.errors)) : o.push(_);
733
+ o = o != null ? o : [], _ instanceof Ze ? o = pe(pe([], ot(o)), ot(_.errors)) : o.push(_);
697
734
  }
698
735
  }
699
736
  } catch (_) {
@@ -707,13 +744,13 @@ var Ue = function() {
707
744
  }
708
745
  }
709
746
  if (o)
710
- throw new We(o);
747
+ throw new Ze(o);
711
748
  }
712
749
  }, e.prototype.add = function(t) {
713
750
  var r;
714
751
  if (t && t !== this)
715
752
  if (this.closed)
716
- wt(t);
753
+ Ft(t);
717
754
  else {
718
755
  if (t instanceof e) {
719
756
  if (t.closed || t._hasParent(this))
@@ -730,56 +767,56 @@ var Ue = function() {
730
767
  this._parentage = Array.isArray(r) ? (r.push(t), r) : r ? [r, t] : t;
731
768
  }, e.prototype._removeParent = function(t) {
732
769
  var r = this._parentage;
733
- r === t ? this._parentage = null : Array.isArray(r) && it(r, t);
770
+ r === t ? this._parentage = null : Array.isArray(r) && st(r, t);
734
771
  }, e.prototype.remove = function(t) {
735
772
  var r = this._finalizers;
736
- r && it(r, t), t instanceof e && t._removeParent(this);
773
+ r && st(r, t), t instanceof e && t._removeParent(this);
737
774
  }, e.EMPTY = function() {
738
775
  var t = new e();
739
776
  return t.closed = !0, t;
740
777
  }(), e;
741
- }(), tr = Ue.EMPTY;
742
- function rr(e) {
743
- return e instanceof Ue || e && "closed" in e && z(e.remove) && z(e.add) && z(e.unsubscribe);
778
+ }(), lr = Ge.EMPTY;
779
+ function ur(e) {
780
+ return e instanceof Ge || e && "closed" in e && Z(e.remove) && Z(e.add) && Z(e.unsubscribe);
744
781
  }
745
- function wt(e) {
746
- z(e) ? e() : e.unsubscribe();
782
+ function Ft(e) {
783
+ Z(e) ? e() : e.unsubscribe();
747
784
  }
748
- var Yr = {
785
+ var cn = {
749
786
  onUnhandledError: null,
750
787
  onStoppedNotification: null,
751
788
  Promise: void 0,
752
789
  useDeprecatedSynchronousErrorHandling: !1,
753
790
  useDeprecatedNextContext: !1
754
- }, Kr = {
791
+ }, fn = {
755
792
  setTimeout: function(e, t) {
756
793
  for (var r = [], n = 2; n < arguments.length; n++)
757
794
  r[n - 2] = arguments[n];
758
- return setTimeout.apply(void 0, de([e, t], nt(r)));
795
+ return setTimeout.apply(void 0, pe([e, t], ot(r)));
759
796
  },
760
797
  clearTimeout: function(e) {
761
798
  return clearTimeout(e);
762
799
  },
763
800
  delegate: void 0
764
801
  };
765
- function en(e) {
766
- Kr.setTimeout(function() {
802
+ function dn(e) {
803
+ fn.setTimeout(function() {
767
804
  throw e;
768
805
  });
769
806
  }
770
- function St() {
807
+ function Bt() {
771
808
  }
772
- function Le(e) {
809
+ function Ne(e) {
773
810
  e();
774
811
  }
775
- var nr = function(e) {
776
- Z(t, e);
812
+ var hr = function(e) {
813
+ J(t, e);
777
814
  function t(r) {
778
815
  var n = e.call(this) || this;
779
- return n.isStopped = !1, r ? (n.destination = r, rr(r) && r.add(n)) : n.destination = nn, n;
816
+ return n.isStopped = !1, r ? (n.destination = r, ur(r) && r.add(n)) : n.destination = bn, n;
780
817
  }
781
818
  return t.create = function(r, n, i) {
782
- return new ot(r, n, i);
819
+ return new at(r, n, i);
783
820
  }, t.prototype.next = function(r) {
784
821
  this.isStopped || this._next(r);
785
822
  }, t.prototype.error = function(r) {
@@ -803,7 +840,7 @@ var nr = function(e) {
803
840
  this.unsubscribe();
804
841
  }
805
842
  }, t;
806
- }(Ue), tn = function() {
843
+ }(Ge), pn = function() {
807
844
  function e(t) {
808
845
  this.partialObserver = t;
809
846
  }
@@ -813,7 +850,7 @@ var nr = function(e) {
813
850
  try {
814
851
  r.next(t);
815
852
  } catch (n) {
816
- Be(n);
853
+ Oe(n);
817
854
  }
818
855
  }, e.prototype.error = function(t) {
819
856
  var r = this.partialObserver;
@@ -821,56 +858,56 @@ var nr = function(e) {
821
858
  try {
822
859
  r.error(t);
823
860
  } catch (n) {
824
- Be(n);
861
+ Oe(n);
825
862
  }
826
863
  else
827
- Be(t);
864
+ Oe(t);
828
865
  }, e.prototype.complete = function() {
829
866
  var t = this.partialObserver;
830
867
  if (t.complete)
831
868
  try {
832
869
  t.complete();
833
870
  } catch (r) {
834
- Be(r);
871
+ Oe(r);
835
872
  }
836
873
  }, e;
837
- }(), ot = function(e) {
838
- Z(t, e);
874
+ }(), at = function(e) {
875
+ J(t, e);
839
876
  function t(r, n, i) {
840
877
  var o = e.call(this) || this, s;
841
- return z(r) || !r ? s = {
842
- next: r ?? void 0,
843
- error: n ?? void 0,
844
- complete: i ?? void 0
845
- } : s = r, o.destination = new tn(s), o;
878
+ return Z(r) || !r ? s = {
879
+ next: r != null ? r : void 0,
880
+ error: n != null ? n : void 0,
881
+ complete: i != null ? i : void 0
882
+ } : s = r, o.destination = new pn(s), o;
846
883
  }
847
884
  return t;
848
- }(nr);
849
- function Be(e) {
850
- en(e);
885
+ }(hr);
886
+ function Oe(e) {
887
+ dn(e);
851
888
  }
852
- function rn(e) {
889
+ function mn(e) {
853
890
  throw e;
854
891
  }
855
- var nn = {
892
+ var bn = {
856
893
  closed: !0,
857
- next: St,
858
- error: rn,
859
- complete: St
860
- }, on = function() {
894
+ next: Bt,
895
+ error: mn,
896
+ complete: Bt
897
+ }, gn = function() {
861
898
  return typeof Symbol == "function" && Symbol.observable || "@@observable";
862
899
  }();
863
- function sn(e) {
900
+ function yn(e) {
864
901
  return e;
865
902
  }
866
- function an(e) {
867
- return e.length === 0 ? sn : e.length === 1 ? e[0] : function(r) {
903
+ function vn(e) {
904
+ return e.length === 0 ? yn : e.length === 1 ? e[0] : function(r) {
868
905
  return e.reduce(function(n, i) {
869
906
  return i(n);
870
907
  }, r);
871
908
  };
872
909
  }
873
- var Tt = function() {
910
+ var Ot = function() {
874
911
  function e(t) {
875
912
  t && (this._subscribe = t);
876
913
  }
@@ -878,10 +915,10 @@ var Tt = function() {
878
915
  var r = new e();
879
916
  return r.source = this, r.operator = t, r;
880
917
  }, e.prototype.subscribe = function(t, r, n) {
881
- var i = this, o = un(t) ? t : new ot(t, r, n);
882
- return Le(function() {
883
- var s = i, a = s.operator, h = s.source;
884
- o.add(a ? a.call(o, h) : h ? i._subscribe(o) : i._trySubscribe(o));
918
+ var i = this, o = xn(t) ? t : new at(t, r, n);
919
+ return Ne(function() {
920
+ var s = i, a = s.operator, u = s.source;
921
+ o.add(a ? a.call(o, u) : u ? i._subscribe(o) : i._trySubscribe(o));
885
922
  }), o;
886
923
  }, e.prototype._trySubscribe = function(t) {
887
924
  try {
@@ -891,13 +928,13 @@ var Tt = function() {
891
928
  }
892
929
  }, e.prototype.forEach = function(t, r) {
893
930
  var n = this;
894
- return r = Ht(r), new r(function(i, o) {
895
- var s = new ot({
931
+ return r = It(r), new r(function(i, o) {
932
+ var s = new at({
896
933
  next: function(a) {
897
934
  try {
898
935
  t(a);
899
- } catch (h) {
900
- o(h), s.unsubscribe();
936
+ } catch (u) {
937
+ o(u), s.unsubscribe();
901
938
  }
902
939
  },
903
940
  error: o,
@@ -908,15 +945,15 @@ var Tt = function() {
908
945
  }, e.prototype._subscribe = function(t) {
909
946
  var r;
910
947
  return (r = this.source) === null || r === void 0 ? void 0 : r.subscribe(t);
911
- }, e.prototype[on] = function() {
948
+ }, e.prototype[gn] = function() {
912
949
  return this;
913
950
  }, e.prototype.pipe = function() {
914
951
  for (var t = [], r = 0; r < arguments.length; r++)
915
952
  t[r] = arguments[r];
916
- return an(t)(this);
953
+ return vn(t)(this);
917
954
  }, e.prototype.toPromise = function(t) {
918
955
  var r = this;
919
- return t = Ht(t), new t(function(n, i) {
956
+ return t = It(t), new t(function(n, i) {
920
957
  var o;
921
958
  r.subscribe(function(s) {
922
959
  return o = s;
@@ -930,42 +967,42 @@ var Tt = function() {
930
967
  return new e(t);
931
968
  }, e;
932
969
  }();
933
- function Ht(e) {
970
+ function It(e) {
934
971
  var t;
935
- return (t = e ?? Yr.Promise) !== null && t !== void 0 ? t : Promise;
972
+ return (t = e != null ? e : cn.Promise) !== null && t !== void 0 ? t : Promise;
936
973
  }
937
- function ln(e) {
938
- return e && z(e.next) && z(e.error) && z(e.complete);
974
+ function _n(e) {
975
+ return e && Z(e.next) && Z(e.error) && Z(e.complete);
939
976
  }
940
- function un(e) {
941
- return e && e instanceof nr || ln(e) && rr(e);
977
+ function xn(e) {
978
+ return e && e instanceof hr || _n(e) && ur(e);
942
979
  }
943
- var hn = er(function(e) {
980
+ var En = ar(function(e) {
944
981
  return function() {
945
982
  e(this), this.name = "ObjectUnsubscribedError", this.message = "object unsubscribed";
946
983
  };
947
- }), ir = function(e) {
948
- Z(t, e);
984
+ }), cr = function(e) {
985
+ J(t, e);
949
986
  function t() {
950
987
  var r = e.call(this) || this;
951
988
  return r.closed = !1, r.currentObservers = null, r.observers = [], r.isStopped = !1, r.hasError = !1, r.thrownError = null, r;
952
989
  }
953
990
  return t.prototype.lift = function(r) {
954
- var n = new Pt(this, this);
991
+ var n = new Lt(this, this);
955
992
  return n.operator = r, n;
956
993
  }, t.prototype._throwIfClosed = function() {
957
994
  if (this.closed)
958
- throw new hn();
995
+ throw new En();
959
996
  }, t.prototype.next = function(r) {
960
997
  var n = this;
961
- Le(function() {
998
+ Ne(function() {
962
999
  var i, o;
963
1000
  if (n._throwIfClosed(), !n.isStopped) {
964
1001
  n.currentObservers || (n.currentObservers = Array.from(n.observers));
965
1002
  try {
966
- for (var s = rt(n.currentObservers), a = s.next(); !a.done; a = s.next()) {
967
- var h = a.value;
968
- h.next(r);
1003
+ for (var s = it(n.currentObservers), a = s.next(); !a.done; a = s.next()) {
1004
+ var u = a.value;
1005
+ u.next(r);
969
1006
  }
970
1007
  } catch (l) {
971
1008
  i = { error: l };
@@ -980,7 +1017,7 @@ var hn = er(function(e) {
980
1017
  });
981
1018
  }, t.prototype.error = function(r) {
982
1019
  var n = this;
983
- Le(function() {
1020
+ Ne(function() {
984
1021
  if (n._throwIfClosed(), !n.isStopped) {
985
1022
  n.hasError = n.isStopped = !0, n.thrownError = r;
986
1023
  for (var i = n.observers; i.length; )
@@ -989,7 +1026,7 @@ var hn = er(function(e) {
989
1026
  });
990
1027
  }, t.prototype.complete = function() {
991
1028
  var r = this;
992
- Le(function() {
1029
+ Ne(function() {
993
1030
  if (r._throwIfClosed(), !r.isStopped) {
994
1031
  r.isStopped = !0;
995
1032
  for (var n = r.observers; n.length; )
@@ -1011,20 +1048,20 @@ var hn = er(function(e) {
1011
1048
  return this._throwIfClosed(), this._checkFinalizedStatuses(r), this._innerSubscribe(r);
1012
1049
  }, t.prototype._innerSubscribe = function(r) {
1013
1050
  var n = this, i = this, o = i.hasError, s = i.isStopped, a = i.observers;
1014
- return o || s ? tr : (this.currentObservers = null, a.push(r), new Ue(function() {
1015
- n.currentObservers = null, it(a, r);
1051
+ return o || s ? lr : (this.currentObservers = null, a.push(r), new Ge(function() {
1052
+ n.currentObservers = null, st(a, r);
1016
1053
  }));
1017
1054
  }, t.prototype._checkFinalizedStatuses = function(r) {
1018
1055
  var n = this, i = n.hasError, o = n.thrownError, s = n.isStopped;
1019
1056
  i ? r.error(o) : s && r.complete();
1020
1057
  }, t.prototype.asObservable = function() {
1021
- var r = new Tt();
1058
+ var r = new Ot();
1022
1059
  return r.source = this, r;
1023
1060
  }, t.create = function(r, n) {
1024
- return new Pt(r, n);
1061
+ return new Lt(r, n);
1025
1062
  }, t;
1026
- }(Tt), Pt = function(e) {
1027
- Z(t, e);
1063
+ }(Ot), Lt = function(e) {
1064
+ J(t, e);
1028
1065
  function t(r, n) {
1029
1066
  var i = e.call(this) || this;
1030
1067
  return i.destination = r, i.source = n, i;
@@ -1040,214 +1077,214 @@ var hn = er(function(e) {
1040
1077
  (n = (r = this.destination) === null || r === void 0 ? void 0 : r.complete) === null || n === void 0 || n.call(r);
1041
1078
  }, t.prototype._subscribe = function(r) {
1042
1079
  var n, i;
1043
- return (i = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && i !== void 0 ? i : tr;
1080
+ return (i = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && i !== void 0 ? i : lr;
1044
1081
  }, t;
1045
- }(ir), or = {
1082
+ }(cr), fr = {
1046
1083
  now: function() {
1047
- return (or.delegate || Date).now();
1084
+ return (fr.delegate || Date).now();
1048
1085
  },
1049
1086
  delegate: void 0
1050
- }, cn = function(e) {
1051
- Z(t, e);
1087
+ }, wn = function(e) {
1088
+ J(t, e);
1052
1089
  function t(r, n, i) {
1053
- r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i = or);
1090
+ r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i = fr);
1054
1091
  var o = e.call(this) || this;
1055
1092
  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;
1056
1093
  }
1057
1094
  return t.prototype.next = function(r) {
1058
- var n = this, i = n.isStopped, o = n._buffer, s = n._infiniteTimeWindow, a = n._timestampProvider, h = n._windowTime;
1059
- i || (o.push(r), !s && o.push(a.now() + h)), this._trimBuffer(), e.prototype.next.call(this, r);
1095
+ var n = this, i = n.isStopped, o = n._buffer, s = n._infiniteTimeWindow, a = n._timestampProvider, u = n._windowTime;
1096
+ i || (o.push(r), !s && o.push(a.now() + u)), this._trimBuffer(), e.prototype.next.call(this, r);
1060
1097
  }, t.prototype._subscribe = function(r) {
1061
1098
  this._throwIfClosed(), this._trimBuffer();
1062
- for (var n = this._innerSubscribe(r), i = this, o = i._infiniteTimeWindow, s = i._buffer, a = s.slice(), h = 0; h < a.length && !r.closed; h += o ? 1 : 2)
1063
- r.next(a[h]);
1099
+ for (var n = this._innerSubscribe(r), i = this, o = i._infiniteTimeWindow, s = i._buffer, a = s.slice(), u = 0; u < a.length && !r.closed; u += o ? 1 : 2)
1100
+ r.next(a[u]);
1064
1101
  return this._checkFinalizedStatuses(r), n;
1065
1102
  }, t.prototype._trimBuffer = function() {
1066
1103
  var r = this, n = r._bufferSize, i = r._timestampProvider, o = r._buffer, s = r._infiniteTimeWindow, a = (s ? 1 : 2) * n;
1067
1104
  if (n < 1 / 0 && a < o.length && o.splice(0, o.length - a), !s) {
1068
- for (var h = i.now(), l = 0, u = 1; u < o.length && o[u] <= h; u += 2)
1069
- l = u;
1105
+ for (var u = i.now(), l = 0, h = 1; h < o.length && o[h] <= u; h += 2)
1106
+ l = h;
1070
1107
  l && o.splice(0, l + 1);
1071
1108
  }
1072
1109
  }, t;
1073
- }(ir);
1074
- const At = [], Ct = {}, fn = (e, t = 0) => {
1075
- if (At.indexOf(e) == -1) {
1076
- const r = new cn(t);
1077
- Ct[e] = r, At.push(e);
1110
+ }(cr);
1111
+ const Nt = [], Mt = {}, Sn = (e, t = 0) => {
1112
+ if (Nt.indexOf(e) == -1) {
1113
+ const r = new wn(t);
1114
+ Mt[e] = r, Nt.push(e);
1078
1115
  }
1079
- return Ct[e];
1080
- }, he = [];
1081
- function dn(e, t) {
1116
+ return Mt[e];
1117
+ }, ce = [];
1118
+ function Tn(e, t) {
1082
1119
  return {
1083
- subscribe: Ge(e, t).subscribe
1120
+ subscribe: ke(e, t).subscribe
1084
1121
  };
1085
1122
  }
1086
- function Ge(e, t = G) {
1123
+ function ke(e, t = k) {
1087
1124
  let r;
1088
1125
  const n = /* @__PURE__ */ new Set();
1089
1126
  function i(a) {
1090
- if (Zt(e, a) && (e = a, r)) {
1091
- const h = !he.length;
1127
+ if (tr(e, a) && (e = a, r)) {
1128
+ const u = !ce.length;
1092
1129
  for (const l of n)
1093
- l[1](), he.push(l, e);
1094
- if (h) {
1095
- for (let l = 0; l < he.length; l += 2)
1096
- he[l][0](he[l + 1]);
1097
- he.length = 0;
1130
+ l[1](), ce.push(l, e);
1131
+ if (u) {
1132
+ for (let l = 0; l < ce.length; l += 2)
1133
+ ce[l][0](ce[l + 1]);
1134
+ ce.length = 0;
1098
1135
  }
1099
1136
  }
1100
1137
  }
1101
1138
  function o(a) {
1102
1139
  i(a(e));
1103
1140
  }
1104
- function s(a, h = G) {
1105
- const l = [a, h];
1106
- return n.add(l), n.size === 1 && (r = t(i, o) || G), a(e), () => {
1141
+ function s(a, u = k) {
1142
+ const l = [a, u];
1143
+ return n.add(l), n.size === 1 && (r = t(i, o) || k), a(e), () => {
1107
1144
  n.delete(l), n.size === 0 && r && (r(), r = null);
1108
1145
  };
1109
1146
  }
1110
1147
  return { set: i, update: o, subscribe: s };
1111
1148
  }
1112
- function ye(e, t, r) {
1149
+ function ve(e, t, r) {
1113
1150
  const n = !Array.isArray(e), i = n ? [e] : e;
1114
1151
  if (!i.every(Boolean))
1115
1152
  throw new Error("derived() expects stores as input, got a falsy value");
1116
1153
  const o = t.length < 2;
1117
- return dn(r, (s, a) => {
1118
- let h = !1;
1154
+ return Tn(r, (s, a) => {
1155
+ let u = !1;
1119
1156
  const l = [];
1120
- let u = 0, d = G;
1157
+ let h = 0, d = k;
1121
1158
  const c = () => {
1122
- if (u)
1159
+ if (h)
1123
1160
  return;
1124
1161
  d();
1125
1162
  const b = t(n ? l[0] : l, s, a);
1126
- o ? s(b) : d = pt(b) ? b : G;
1163
+ o ? s(b) : d = bt(b) ? b : k;
1127
1164
  }, m = i.map(
1128
- (b, _) => Jt(
1165
+ (b, _) => rr(
1129
1166
  b,
1130
1167
  (T) => {
1131
- l[_] = T, u &= ~(1 << _), h && c();
1168
+ l[_] = T, h &= ~(1 << _), u && c();
1132
1169
  },
1133
1170
  () => {
1134
- u |= 1 << _;
1171
+ h |= 1 << _;
1135
1172
  }
1136
1173
  )
1137
1174
  );
1138
- return h = !0, c(), function() {
1139
- Y(m), d(), h = !1;
1175
+ return u = !0, c(), function() {
1176
+ K(m), d(), u = !1;
1140
1177
  };
1141
1178
  });
1142
1179
  }
1143
- function pn(e) {
1180
+ function Hn(e) {
1144
1181
  return e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
1145
1182
  }
1146
- var mn = function(t) {
1147
- return bn(t) && !gn(t);
1183
+ var Pn = function(t) {
1184
+ return An(t) && !Cn(t);
1148
1185
  };
1149
- function bn(e) {
1186
+ function An(e) {
1150
1187
  return !!e && typeof e == "object";
1151
1188
  }
1152
- function gn(e) {
1189
+ function Cn(e) {
1153
1190
  var t = Object.prototype.toString.call(e);
1154
- return t === "[object RegExp]" || t === "[object Date]" || _n(e);
1191
+ return t === "[object RegExp]" || t === "[object Date]" || On(e);
1155
1192
  }
1156
- var yn = typeof Symbol == "function" && Symbol.for, vn = yn ? Symbol.for("react.element") : 60103;
1157
- function _n(e) {
1158
- return e.$$typeof === vn;
1193
+ var Fn = typeof Symbol == "function" && Symbol.for, Bn = Fn ? Symbol.for("react.element") : 60103;
1194
+ function On(e) {
1195
+ return e.$$typeof === Bn;
1159
1196
  }
1160
- function xn(e) {
1197
+ function In(e) {
1161
1198
  return Array.isArray(e) ? [] : {};
1162
1199
  }
1163
- function Te(e, t) {
1164
- return t.clone !== !1 && t.isMergeableObject(e) ? pe(xn(e), e, t) : e;
1200
+ function He(e, t) {
1201
+ return t.clone !== !1 && t.isMergeableObject(e) ? me(In(e), e, t) : e;
1165
1202
  }
1166
- function En(e, t, r) {
1203
+ function Ln(e, t, r) {
1167
1204
  return e.concat(t).map(function(n) {
1168
- return Te(n, r);
1205
+ return He(n, r);
1169
1206
  });
1170
1207
  }
1171
- function wn(e, t) {
1208
+ function Nn(e, t) {
1172
1209
  if (!t.customMerge)
1173
- return pe;
1210
+ return me;
1174
1211
  var r = t.customMerge(e);
1175
- return typeof r == "function" ? r : pe;
1212
+ return typeof r == "function" ? r : me;
1176
1213
  }
1177
- function Sn(e) {
1214
+ function Mn(e) {
1178
1215
  return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(t) {
1179
1216
  return Object.propertyIsEnumerable.call(e, t);
1180
1217
  }) : [];
1181
1218
  }
1182
- function Ft(e) {
1183
- return Object.keys(e).concat(Sn(e));
1219
+ function Rt(e) {
1220
+ return Object.keys(e).concat(Mn(e));
1184
1221
  }
1185
- function sr(e, t) {
1222
+ function dr(e, t) {
1186
1223
  try {
1187
1224
  return t in e;
1188
- } catch {
1225
+ } catch (r) {
1189
1226
  return !1;
1190
1227
  }
1191
1228
  }
1192
- function Tn(e, t) {
1193
- return sr(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
1229
+ function Rn(e, t) {
1230
+ return dr(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
1194
1231
  }
1195
- function Hn(e, t, r) {
1232
+ function Dn(e, t, r) {
1196
1233
  var n = {};
1197
- return r.isMergeableObject(e) && Ft(e).forEach(function(i) {
1198
- n[i] = Te(e[i], r);
1199
- }), Ft(t).forEach(function(i) {
1200
- Tn(e, i) || (sr(e, i) && r.isMergeableObject(t[i]) ? n[i] = wn(i, r)(e[i], t[i], r) : n[i] = Te(t[i], r));
1234
+ return r.isMergeableObject(e) && Rt(e).forEach(function(i) {
1235
+ n[i] = He(e[i], r);
1236
+ }), Rt(t).forEach(function(i) {
1237
+ Rn(e, i) || (dr(e, i) && r.isMergeableObject(t[i]) ? n[i] = Nn(i, r)(e[i], t[i], r) : n[i] = He(t[i], r));
1201
1238
  }), n;
1202
1239
  }
1203
- function pe(e, t, r) {
1204
- r = r || {}, r.arrayMerge = r.arrayMerge || En, r.isMergeableObject = r.isMergeableObject || mn, r.cloneUnlessOtherwiseSpecified = Te;
1240
+ function me(e, t, r) {
1241
+ r = r || {}, r.arrayMerge = r.arrayMerge || Ln, r.isMergeableObject = r.isMergeableObject || Pn, r.cloneUnlessOtherwiseSpecified = He;
1205
1242
  var n = Array.isArray(t), i = Array.isArray(e), o = n === i;
1206
- return o ? n ? r.arrayMerge(e, t, r) : Hn(e, t, r) : Te(t, r);
1243
+ return o ? n ? r.arrayMerge(e, t, r) : Dn(e, t, r) : He(t, r);
1207
1244
  }
1208
- pe.all = function(t, r) {
1245
+ me.all = function(t, r) {
1209
1246
  if (!Array.isArray(t))
1210
1247
  throw new Error("first argument should be an array");
1211
1248
  return t.reduce(function(n, i) {
1212
- return pe(n, i, r);
1249
+ return me(n, i, r);
1213
1250
  }, {});
1214
1251
  };
1215
- var Pn = pe, An = Pn;
1216
- const Cn = /* @__PURE__ */ pn(An);
1217
- function ze(e, t) {
1218
- var r = t && t.cache ? t.cache : Mn, n = t && t.serializer ? t.serializer : Ln, i = t && t.strategy ? t.strategy : Bn;
1252
+ var $n = me, Un = $n;
1253
+ const Gn = /* @__PURE__ */ Hn(Un);
1254
+ function Je(e, t) {
1255
+ var r = t && t.cache ? t.cache : Zn, n = t && t.serializer ? t.serializer : Wn, i = t && t.strategy ? t.strategy : jn;
1219
1256
  return i(e, {
1220
1257
  cache: r,
1221
1258
  serializer: n
1222
1259
  });
1223
1260
  }
1224
- function Fn(e) {
1261
+ function kn(e) {
1225
1262
  return e == null || typeof e == "number" || typeof e == "boolean";
1226
1263
  }
1227
- function ar(e, t, r, n) {
1228
- var i = Fn(n) ? n : r(n), o = t.get(i);
1229
- return typeof o > "u" && (o = e.call(this, n), t.set(i, o)), o;
1264
+ function pr(e, t, r, n) {
1265
+ var i = kn(n) ? n : r(n), o = t.get(i);
1266
+ return typeof o == "undefined" && (o = e.call(this, n), t.set(i, o)), o;
1230
1267
  }
1231
- function lr(e, t, r) {
1268
+ function mr(e, t, r) {
1232
1269
  var n = Array.prototype.slice.call(arguments, 3), i = r(n), o = t.get(i);
1233
- return typeof o > "u" && (o = e.apply(this, n), t.set(i, o)), o;
1270
+ return typeof o == "undefined" && (o = e.apply(this, n), t.set(i, o)), o;
1234
1271
  }
1235
- function mt(e, t, r, n, i) {
1272
+ function gt(e, t, r, n, i) {
1236
1273
  return r.bind(t, e, n, i);
1237
1274
  }
1238
- function Bn(e, t) {
1239
- var r = e.length === 1 ? ar : lr;
1240
- return mt(e, this, r, t.cache.create(), t.serializer);
1275
+ function jn(e, t) {
1276
+ var r = e.length === 1 ? pr : mr;
1277
+ return gt(e, this, r, t.cache.create(), t.serializer);
1241
1278
  }
1242
- function On(e, t) {
1243
- return mt(e, this, lr, t.cache.create(), t.serializer);
1279
+ function Vn(e, t) {
1280
+ return gt(e, this, mr, t.cache.create(), t.serializer);
1244
1281
  }
1245
- function In(e, t) {
1246
- return mt(e, this, ar, t.cache.create(), t.serializer);
1282
+ function Xn(e, t) {
1283
+ return gt(e, this, pr, t.cache.create(), t.serializer);
1247
1284
  }
1248
- var Ln = function() {
1285
+ var Wn = function() {
1249
1286
  return JSON.stringify(arguments);
1250
- }, Nn = (
1287
+ }, zn = (
1251
1288
  /** @class */
1252
1289
  function() {
1253
1290
  function e() {
@@ -1259,13 +1296,13 @@ var Ln = function() {
1259
1296
  this.cache[t] = r;
1260
1297
  }, e;
1261
1298
  }()
1262
- ), Mn = {
1299
+ ), Zn = {
1263
1300
  create: function() {
1264
- return new Nn();
1301
+ return new zn();
1265
1302
  }
1266
- }, Ze = {
1267
- variadic: On,
1268
- monadic: In
1303
+ }, Qe = {
1304
+ variadic: Vn,
1305
+ monadic: Xn
1269
1306
  }, x;
1270
1307
  (function(e) {
1271
1308
  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";
@@ -1274,47 +1311,47 @@ var B;
1274
1311
  (function(e) {
1275
1312
  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";
1276
1313
  })(B || (B = {}));
1277
- var me;
1314
+ var be;
1278
1315
  (function(e) {
1279
1316
  e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
1280
- })(me || (me = {}));
1281
- function Bt(e) {
1317
+ })(be || (be = {}));
1318
+ function Dt(e) {
1282
1319
  return e.type === B.literal;
1283
1320
  }
1284
- function Rn(e) {
1321
+ function Jn(e) {
1285
1322
  return e.type === B.argument;
1286
1323
  }
1287
- function ur(e) {
1324
+ function br(e) {
1288
1325
  return e.type === B.number;
1289
1326
  }
1290
- function hr(e) {
1327
+ function gr(e) {
1291
1328
  return e.type === B.date;
1292
1329
  }
1293
- function cr(e) {
1330
+ function yr(e) {
1294
1331
  return e.type === B.time;
1295
1332
  }
1296
- function fr(e) {
1333
+ function vr(e) {
1297
1334
  return e.type === B.select;
1298
1335
  }
1299
- function dr(e) {
1336
+ function _r(e) {
1300
1337
  return e.type === B.plural;
1301
1338
  }
1302
- function Dn(e) {
1339
+ function Qn(e) {
1303
1340
  return e.type === B.pound;
1304
1341
  }
1305
- function pr(e) {
1342
+ function xr(e) {
1306
1343
  return e.type === B.tag;
1307
1344
  }
1308
- function mr(e) {
1309
- return !!(e && typeof e == "object" && e.type === me.number);
1345
+ function Er(e) {
1346
+ return !!(e && typeof e == "object" && e.type === be.number);
1310
1347
  }
1311
- function st(e) {
1312
- return !!(e && typeof e == "object" && e.type === me.dateTime);
1348
+ function lt(e) {
1349
+ return !!(e && typeof e == "object" && e.type === be.dateTime);
1313
1350
  }
1314
- var br = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, $n = /(?:[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;
1315
- function Un(e) {
1351
+ var wr = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, qn = /(?:[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;
1352
+ function Yn(e) {
1316
1353
  var t = {};
1317
- return e.replace($n, function(r) {
1354
+ return e.replace(qn, function(r) {
1318
1355
  var n = r.length;
1319
1356
  switch (r[0]) {
1320
1357
  case "G":
@@ -1403,36 +1440,36 @@ function Un(e) {
1403
1440
  return "";
1404
1441
  }), t;
1405
1442
  }
1406
- var Gn = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
1407
- function kn(e) {
1443
+ var Kn = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
1444
+ function ei(e) {
1408
1445
  if (e.length === 0)
1409
1446
  throw new Error("Number skeleton cannot be empty");
1410
- for (var t = e.split(Gn).filter(function(c) {
1447
+ for (var t = e.split(Kn).filter(function(c) {
1411
1448
  return c.length > 0;
1412
1449
  }), r = [], n = 0, i = t; n < i.length; n++) {
1413
1450
  var o = i[n], s = o.split("/");
1414
1451
  if (s.length === 0)
1415
1452
  throw new Error("Invalid number skeleton");
1416
- for (var a = s[0], h = s.slice(1), l = 0, u = h; l < u.length; l++) {
1417
- var d = u[l];
1453
+ for (var a = s[0], u = s.slice(1), l = 0, h = u; l < h.length; l++) {
1454
+ var d = h[l];
1418
1455
  if (d.length === 0)
1419
1456
  throw new Error("Invalid number skeleton");
1420
1457
  }
1421
- r.push({ stem: a, options: h });
1458
+ r.push({ stem: a, options: u });
1422
1459
  }
1423
1460
  return r;
1424
1461
  }
1425
- function jn(e) {
1462
+ function ti(e) {
1426
1463
  return e.replace(/^(.*?)-/, "");
1427
1464
  }
1428
- var Ot = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, gr = /^(@+)?(\+|#+)?[rs]?$/g, Vn = /(\*)(0+)|(#+)(0+)|(0+)/g, yr = /^(0+)$/;
1429
- function It(e) {
1465
+ var $t = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Sr = /^(@+)?(\+|#+)?[rs]?$/g, ri = /(\*)(0+)|(#+)(0+)|(0+)/g, Tr = /^(0+)$/;
1466
+ function Ut(e) {
1430
1467
  var t = {};
1431
- return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(gr, function(r, n, i) {
1468
+ return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Sr, function(r, n, i) {
1432
1469
  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)), "";
1433
1470
  }), t;
1434
1471
  }
1435
- function vr(e) {
1472
+ function Hr(e) {
1436
1473
  switch (e) {
1437
1474
  case "sign-auto":
1438
1475
  return {
@@ -1472,7 +1509,7 @@ function vr(e) {
1472
1509
  };
1473
1510
  }
1474
1511
  }
1475
- function Xn(e) {
1512
+ function ni(e) {
1476
1513
  var t;
1477
1514
  if (e[0] === "E" && e[1] === "E" ? (t = {
1478
1515
  notation: "engineering"
@@ -1480,17 +1517,17 @@ function Xn(e) {
1480
1517
  notation: "scientific"
1481
1518
  }, e = e.slice(1)), t) {
1482
1519
  var r = e.slice(0, 2);
1483
- if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !yr.test(e))
1520
+ if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !Tr.test(e))
1484
1521
  throw new Error("Malformed concise eng/scientific notation");
1485
1522
  t.minimumIntegerDigits = e.length;
1486
1523
  }
1487
1524
  return t;
1488
1525
  }
1489
- function Lt(e) {
1490
- var t = {}, r = vr(e);
1526
+ function Gt(e) {
1527
+ var t = {}, r = Hr(e);
1491
1528
  return r || t;
1492
1529
  }
1493
- function Wn(e) {
1530
+ function ii(e) {
1494
1531
  for (var t = {}, r = 0, n = e; r < n.length; r++) {
1495
1532
  var i = n[r];
1496
1533
  switch (i.stem) {
@@ -1514,7 +1551,7 @@ function Wn(e) {
1514
1551
  continue;
1515
1552
  case "measure-unit":
1516
1553
  case "unit":
1517
- t.style = "unit", t.unit = jn(i.options[0]);
1554
+ t.style = "unit", t.unit = ti(i.options[0]);
1518
1555
  continue;
1519
1556
  case "compact-short":
1520
1557
  case "K":
@@ -1525,13 +1562,13 @@ function Wn(e) {
1525
1562
  t.notation = "compact", t.compactDisplay = "long";
1526
1563
  continue;
1527
1564
  case "scientific":
1528
- t = S(S(S({}, t), { notation: "scientific" }), i.options.reduce(function(h, l) {
1529
- return S(S({}, h), Lt(l));
1565
+ t = S(S(S({}, t), { notation: "scientific" }), i.options.reduce(function(u, l) {
1566
+ return S(S({}, u), Gt(l));
1530
1567
  }, {}));
1531
1568
  continue;
1532
1569
  case "engineering":
1533
- t = S(S(S({}, t), { notation: "engineering" }), i.options.reduce(function(h, l) {
1534
- return S(S({}, h), Lt(l));
1570
+ t = S(S(S({}, t), { notation: "engineering" }), i.options.reduce(function(u, l) {
1571
+ return S(S({}, u), Gt(l));
1535
1572
  }, {}));
1536
1573
  continue;
1537
1574
  case "notation-simple":
@@ -1576,9 +1613,9 @@ function Wn(e) {
1576
1613
  case "integer-width":
1577
1614
  if (i.options.length > 1)
1578
1615
  throw new RangeError("integer-width stems only accept a single optional option");
1579
- i.options[0].replace(Vn, function(h, l, u, d, c, m) {
1616
+ i.options[0].replace(ri, function(u, l, h, d, c, m) {
1580
1617
  if (l)
1581
- t.minimumIntegerDigits = u.length;
1618
+ t.minimumIntegerDigits = h.length;
1582
1619
  else {
1583
1620
  if (d && c)
1584
1621
  throw new Error("We currently do not support maximum integer digits");
@@ -1589,32 +1626,32 @@ function Wn(e) {
1589
1626
  });
1590
1627
  continue;
1591
1628
  }
1592
- if (yr.test(i.stem)) {
1629
+ if (Tr.test(i.stem)) {
1593
1630
  t.minimumIntegerDigits = i.stem.length;
1594
1631
  continue;
1595
1632
  }
1596
- if (Ot.test(i.stem)) {
1633
+ if ($t.test(i.stem)) {
1597
1634
  if (i.options.length > 1)
1598
1635
  throw new RangeError("Fraction-precision stems only accept a single optional option");
1599
- i.stem.replace(Ot, function(h, l, u, d, c, m) {
1600
- return u === "*" ? t.minimumFractionDigits = l.length : d && d[0] === "#" ? t.maximumFractionDigits = d.length : c && m ? (t.minimumFractionDigits = c.length, t.maximumFractionDigits = c.length + m.length) : (t.minimumFractionDigits = l.length, t.maximumFractionDigits = l.length), "";
1636
+ i.stem.replace($t, function(u, l, h, d, c, m) {
1637
+ return h === "*" ? t.minimumFractionDigits = l.length : d && d[0] === "#" ? t.maximumFractionDigits = d.length : c && m ? (t.minimumFractionDigits = c.length, t.maximumFractionDigits = c.length + m.length) : (t.minimumFractionDigits = l.length, t.maximumFractionDigits = l.length), "";
1601
1638
  });
1602
1639
  var o = i.options[0];
1603
- o === "w" ? t = S(S({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = S(S({}, t), It(o)));
1640
+ o === "w" ? t = S(S({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = S(S({}, t), Ut(o)));
1604
1641
  continue;
1605
1642
  }
1606
- if (gr.test(i.stem)) {
1607
- t = S(S({}, t), It(i.stem));
1643
+ if (Sr.test(i.stem)) {
1644
+ t = S(S({}, t), Ut(i.stem));
1608
1645
  continue;
1609
1646
  }
1610
- var s = vr(i.stem);
1647
+ var s = Hr(i.stem);
1611
1648
  s && (t = S(S({}, t), s));
1612
- var a = Xn(i.stem);
1649
+ var a = ni(i.stem);
1613
1650
  a && (t = S(S({}, t), a));
1614
1651
  }
1615
1652
  return t;
1616
1653
  }
1617
- var Oe = {
1654
+ var Ie = {
1618
1655
  "001": [
1619
1656
  "H",
1620
1657
  "h"
@@ -3029,22 +3066,22 @@ var Oe = {
3029
3066
  "h"
3030
3067
  ]
3031
3068
  };
3032
- function zn(e, t) {
3069
+ function oi(e, t) {
3033
3070
  for (var r = "", n = 0; n < e.length; n++) {
3034
3071
  var i = e.charAt(n);
3035
3072
  if (i === "j") {
3036
3073
  for (var o = 0; n + 1 < e.length && e.charAt(n + 1) === i; )
3037
3074
  o++, n++;
3038
- var s = 1 + (o & 1), a = o < 2 ? 1 : 3 + (o >> 1), h = "a", l = Zn(t);
3075
+ var s = 1 + (o & 1), a = o < 2 ? 1 : 3 + (o >> 1), u = "a", l = si(t);
3039
3076
  for ((l == "H" || l == "k") && (a = 0); a-- > 0; )
3040
- r += h;
3077
+ r += u;
3041
3078
  for (; s-- > 0; )
3042
3079
  r = l + r;
3043
3080
  } else i === "J" ? r += "H" : r += i;
3044
3081
  }
3045
3082
  return r;
3046
3083
  }
3047
- function Zn(e) {
3084
+ function si(e) {
3048
3085
  var t = e.hourCycle;
3049
3086
  if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
3050
3087
  e.hourCycles && // @ts-ignore
@@ -3063,23 +3100,23 @@ function Zn(e) {
3063
3100
  }
3064
3101
  var r = e.language, n;
3065
3102
  r !== "root" && (n = e.maximize().region);
3066
- var i = Oe[n || ""] || Oe[r || ""] || Oe["".concat(r, "-001")] || Oe["001"];
3103
+ var i = Ie[n || ""] || Ie[r || ""] || Ie["".concat(r, "-001")] || Ie["001"];
3067
3104
  return i[0];
3068
3105
  }
3069
- var Je, Jn = new RegExp("^".concat(br.source, "*")), Qn = new RegExp("".concat(br.source, "*$"));
3106
+ var qe, ai = new RegExp("^".concat(wr.source, "*")), li = new RegExp("".concat(wr.source, "*$"));
3070
3107
  function w(e, t) {
3071
3108
  return { start: e, end: t };
3072
3109
  }
3073
- var qn = !!String.prototype.startsWith && "_a".startsWith("a", 1), Yn = !!String.fromCodePoint, Kn = !!Object.fromEntries, ei = !!String.prototype.codePointAt, ti = !!String.prototype.trimStart, ri = !!String.prototype.trimEnd, ni = !!Number.isSafeInteger, ii = ni ? Number.isSafeInteger : function(e) {
3110
+ var ui = !!String.prototype.startsWith && "_a".startsWith("a", 1), hi = !!String.fromCodePoint, ci = !!Object.fromEntries, fi = !!String.prototype.codePointAt, di = !!String.prototype.trimStart, pi = !!String.prototype.trimEnd, mi = !!Number.isSafeInteger, bi = mi ? Number.isSafeInteger : function(e) {
3074
3111
  return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
3075
- }, at = !0;
3112
+ }, ut = !0;
3076
3113
  try {
3077
- var oi = xr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3078
- at = ((Je = oi.exec("a")) === null || Je === void 0 ? void 0 : Je[0]) === "a";
3079
- } catch {
3080
- at = !1;
3114
+ var gi = Ar("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3115
+ ut = ((qe = gi.exec("a")) === null || qe === void 0 ? void 0 : qe[0]) === "a";
3116
+ } catch (e) {
3117
+ ut = !1;
3081
3118
  }
3082
- var Nt = qn ? (
3119
+ var kt = ui ? (
3083
3120
  // Native
3084
3121
  function(t, r, n) {
3085
3122
  return t.startsWith(r, n);
@@ -3089,7 +3126,7 @@ var Nt = qn ? (
3089
3126
  function(t, r, n) {
3090
3127
  return t.slice(n, n + r.length) === r;
3091
3128
  }
3092
- ), lt = Yn ? String.fromCodePoint : (
3129
+ ), ht = hi ? String.fromCodePoint : (
3093
3130
  // IE11
3094
3131
  function() {
3095
3132
  for (var t = [], r = 0; r < arguments.length; r++)
@@ -3101,9 +3138,9 @@ var Nt = qn ? (
3101
3138
  }
3102
3139
  return n;
3103
3140
  }
3104
- ), Mt = (
3141
+ ), jt = (
3105
3142
  // native
3106
- Kn ? Object.fromEntries : (
3143
+ ci ? Object.fromEntries : (
3107
3144
  // Ponyfill
3108
3145
  function(t) {
3109
3146
  for (var r = {}, n = 0, i = t; n < i.length; n++) {
@@ -3113,7 +3150,7 @@ var Nt = qn ? (
3113
3150
  return r;
3114
3151
  }
3115
3152
  )
3116
- ), _r = ei ? (
3153
+ ), Pr = fi ? (
3117
3154
  // Native
3118
3155
  function(t, r) {
3119
3156
  return t.codePointAt(r);
@@ -3127,7 +3164,7 @@ var Nt = qn ? (
3127
3164
  return i < 55296 || i > 56319 || r + 1 === n || (o = t.charCodeAt(r + 1)) < 56320 || o > 57343 ? i : (i - 55296 << 10) + (o - 56320) + 65536;
3128
3165
  }
3129
3166
  }
3130
- ), si = ti ? (
3167
+ ), yi = di ? (
3131
3168
  // Native
3132
3169
  function(t) {
3133
3170
  return t.trimStart();
@@ -3135,9 +3172,9 @@ var Nt = qn ? (
3135
3172
  ) : (
3136
3173
  // Ponyfill
3137
3174
  function(t) {
3138
- return t.replace(Jn, "");
3175
+ return t.replace(ai, "");
3139
3176
  }
3140
- ), ai = ri ? (
3177
+ ), vi = pi ? (
3141
3178
  // Native
3142
3179
  function(t) {
3143
3180
  return t.trimEnd();
@@ -3145,32 +3182,32 @@ var Nt = qn ? (
3145
3182
  ) : (
3146
3183
  // Ponyfill
3147
3184
  function(t) {
3148
- return t.replace(Qn, "");
3185
+ return t.replace(li, "");
3149
3186
  }
3150
3187
  );
3151
- function xr(e, t) {
3188
+ function Ar(e, t) {
3152
3189
  return new RegExp(e, t);
3153
3190
  }
3154
- var ut;
3155
- if (at) {
3156
- var Rt = xr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3157
- ut = function(t, r) {
3191
+ var ct;
3192
+ if (ut) {
3193
+ var Vt = Ar("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3194
+ ct = function(t, r) {
3158
3195
  var n;
3159
- Rt.lastIndex = r;
3160
- var i = Rt.exec(t);
3196
+ Vt.lastIndex = r;
3197
+ var i = Vt.exec(t);
3161
3198
  return (n = i[1]) !== null && n !== void 0 ? n : "";
3162
3199
  };
3163
3200
  } else
3164
- ut = function(t, r) {
3201
+ ct = function(t, r) {
3165
3202
  for (var n = []; ; ) {
3166
- var i = _r(t, r);
3167
- if (i === void 0 || Er(i) || ci(i))
3203
+ var i = Pr(t, r);
3204
+ if (i === void 0 || Cr(i) || wi(i))
3168
3205
  break;
3169
3206
  n.push(i), r += i >= 65536 ? 2 : 1;
3170
3207
  }
3171
- return lt.apply(void 0, n);
3208
+ return ht.apply(void 0, n);
3172
3209
  };
3173
- var li = (
3210
+ var _i = (
3174
3211
  /** @class */
3175
3212
  function() {
3176
3213
  function e(t, r) {
@@ -3201,7 +3238,7 @@ var li = (
3201
3238
  if (n)
3202
3239
  break;
3203
3240
  return this.error(x.UNMATCHED_CLOSING_TAG, w(this.clonePosition(), this.clonePosition()));
3204
- } else if (o === 60 && !this.ignoreTag && ht(this.peek() || 0)) {
3241
+ } else if (o === 60 && !this.ignoreTag && ft(this.peek() || 0)) {
3205
3242
  var s = this.parseTag(t, r);
3206
3243
  if (s.err)
3207
3244
  return s;
@@ -3234,10 +3271,10 @@ var li = (
3234
3271
  return o;
3235
3272
  var s = o.val, a = this.clonePosition();
3236
3273
  if (this.bumpIf("</")) {
3237
- if (this.isEOF() || !ht(this.char()))
3274
+ if (this.isEOF() || !ft(this.char()))
3238
3275
  return this.error(x.INVALID_TAG, w(a, this.clonePosition()));
3239
- var h = this.clonePosition(), l = this.parseTagName();
3240
- return i !== l ? this.error(x.UNMATCHED_CLOSING_TAG, w(h, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
3276
+ var u = this.clonePosition(), l = this.parseTagName();
3277
+ return i !== l ? this.error(x.UNMATCHED_CLOSING_TAG, w(u, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
3241
3278
  val: {
3242
3279
  type: B.tag,
3243
3280
  value: i,
@@ -3252,7 +3289,7 @@ var li = (
3252
3289
  return this.error(x.INVALID_TAG, w(n, this.clonePosition()));
3253
3290
  }, e.prototype.parseTagName = function() {
3254
3291
  var t = this.offset();
3255
- for (this.bump(); !this.isEOF() && hi(this.char()); )
3292
+ for (this.bump(); !this.isEOF() && Ei(this.char()); )
3256
3293
  this.bump();
3257
3294
  return this.message.slice(t, this.offset());
3258
3295
  }, e.prototype.parseLiteral = function(t, r) {
@@ -3274,14 +3311,14 @@ var li = (
3274
3311
  }
3275
3312
  break;
3276
3313
  }
3277
- var h = w(n, this.clonePosition());
3314
+ var u = w(n, this.clonePosition());
3278
3315
  return {
3279
- val: { type: B.literal, value: i, location: h },
3316
+ val: { type: B.literal, value: i, location: u },
3280
3317
  err: null
3281
3318
  };
3282
3319
  }, e.prototype.tryParseLeftAngleBracket = function() {
3283
3320
  return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
3284
- !ui(this.peek() || 0)) ? (this.bump(), "<") : null;
3321
+ !xi(this.peek() || 0)) ? (this.bump(), "<") : null;
3285
3322
  }, e.prototype.tryParseQuote = function(t) {
3286
3323
  if (this.isEOF() || this.char() !== 39)
3287
3324
  return null;
@@ -3315,12 +3352,12 @@ var li = (
3315
3352
  r.push(n);
3316
3353
  this.bump();
3317
3354
  }
3318
- return lt.apply(void 0, r);
3355
+ return ht.apply(void 0, r);
3319
3356
  }, e.prototype.tryParseUnquoted = function(t, r) {
3320
3357
  if (this.isEOF())
3321
3358
  return null;
3322
3359
  var n = this.char();
3323
- return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), lt(n));
3360
+ return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), ht(n));
3324
3361
  }, e.prototype.parseArgument = function(t, r) {
3325
3362
  var n = this.clonePosition();
3326
3363
  if (this.bump(), this.bumpSpace(), this.isEOF())
@@ -3349,15 +3386,15 @@ var li = (
3349
3386
  return this.error(x.MALFORMED_ARGUMENT, w(n, this.clonePosition()));
3350
3387
  }
3351
3388
  }, e.prototype.parseIdentifierIfPossible = function() {
3352
- var t = this.clonePosition(), r = this.offset(), n = ut(this.message, r), i = r + n.length;
3389
+ var t = this.clonePosition(), r = this.offset(), n = ct(this.message, r), i = r + n.length;
3353
3390
  this.bumpTo(i);
3354
3391
  var o = this.clonePosition(), s = w(t, o);
3355
3392
  return { value: n, location: s };
3356
3393
  }, e.prototype.parseArgumentOptions = function(t, r, n, i) {
3357
- var o, s = this.clonePosition(), a = this.parseIdentifierIfPossible().value, h = this.clonePosition();
3394
+ var o, s = this.clonePosition(), a = this.parseIdentifierIfPossible().value, u = this.clonePosition();
3358
3395
  switch (a) {
3359
3396
  case "":
3360
- return this.error(x.EXPECT_ARGUMENT_TYPE, w(s, h));
3397
+ return this.error(x.EXPECT_ARGUMENT_TYPE, w(s, u));
3361
3398
  case "number":
3362
3399
  case "date":
3363
3400
  case "time": {
@@ -3365,21 +3402,21 @@ var li = (
3365
3402
  var l = null;
3366
3403
  if (this.bumpIf(",")) {
3367
3404
  this.bumpSpace();
3368
- var u = this.clonePosition(), d = this.parseSimpleArgStyleIfPossible();
3405
+ var h = this.clonePosition(), d = this.parseSimpleArgStyleIfPossible();
3369
3406
  if (d.err)
3370
3407
  return d;
3371
- var c = ai(d.val);
3408
+ var c = vi(d.val);
3372
3409
  if (c.length === 0)
3373
3410
  return this.error(x.EXPECT_ARGUMENT_STYLE, w(this.clonePosition(), this.clonePosition()));
3374
- var m = w(u, this.clonePosition());
3411
+ var m = w(h, this.clonePosition());
3375
3412
  l = { style: c, styleLocation: m };
3376
3413
  }
3377
3414
  var b = this.tryParseArgumentClose(i);
3378
3415
  if (b.err)
3379
3416
  return b;
3380
3417
  var _ = w(i, this.clonePosition());
3381
- if (l && Nt(l?.style, "::", 0)) {
3382
- var T = si(l.style.slice(2));
3418
+ if (l && kt(l == null ? void 0 : l.style, "::", 0)) {
3419
+ var T = yi(l.style.slice(2));
3383
3420
  if (a === "number") {
3384
3421
  var d = this.parseNumberSkeletonFromString(T, l.styleLocation);
3385
3422
  return d.err ? d : {
@@ -3390,12 +3427,12 @@ var li = (
3390
3427
  if (T.length === 0)
3391
3428
  return this.error(x.EXPECT_DATE_TIME_SKELETON, _);
3392
3429
  var y = T;
3393
- this.locale && (y = zn(T, this.locale));
3430
+ this.locale && (y = oi(T, this.locale));
3394
3431
  var c = {
3395
- type: me.dateTime,
3432
+ type: be.dateTime,
3396
3433
  pattern: y,
3397
3434
  location: l.styleLocation,
3398
- parsedOptions: this.shouldParseSkeletons ? Un(y) : {}
3435
+ parsedOptions: this.shouldParseSkeletons ? Yn(y) : {}
3399
3436
  }, H = a === "date" ? B.date : B.time;
3400
3437
  return {
3401
3438
  val: { type: H, value: n, location: _, style: c },
@@ -3408,7 +3445,7 @@ var li = (
3408
3445
  type: a === "number" ? B.number : a === "date" ? B.date : B.time,
3409
3446
  value: n,
3410
3447
  location: _,
3411
- style: (o = l?.style) !== null && o !== void 0 ? o : null
3448
+ style: (o = l == null ? void 0 : l.style) !== null && o !== void 0 ? o : null
3412
3449
  },
3413
3450
  err: null
3414
3451
  };
@@ -3441,7 +3478,7 @@ var li = (
3441
3478
  val: {
3442
3479
  type: B.select,
3443
3480
  value: n,
3444
- options: Mt(O.val),
3481
+ options: jt(O.val),
3445
3482
  location: A
3446
3483
  },
3447
3484
  err: null
@@ -3449,7 +3486,7 @@ var li = (
3449
3486
  val: {
3450
3487
  type: B.plural,
3451
3488
  value: n,
3452
- options: Mt(O.val),
3489
+ options: jt(O.val),
3453
3490
  offset: L,
3454
3491
  pluralType: a === "plural" ? "cardinal" : "ordinal",
3455
3492
  location: A
@@ -3458,7 +3495,7 @@ var li = (
3458
3495
  };
3459
3496
  }
3460
3497
  default:
3461
- return this.error(x.INVALID_ARGUMENT_TYPE, w(s, h));
3498
+ return this.error(x.INVALID_ARGUMENT_TYPE, w(s, u));
3462
3499
  }
3463
3500
  }, e.prototype.tryParseArgumentClose = function(t) {
3464
3501
  return this.isEOF() || this.char() !== 125 ? this.error(x.EXPECT_ARGUMENT_CLOSING_BRACE, w(t, this.clonePosition())) : (this.bump(), { val: !0, err: null });
@@ -3500,33 +3537,33 @@ var li = (
3500
3537
  }, e.prototype.parseNumberSkeletonFromString = function(t, r) {
3501
3538
  var n = [];
3502
3539
  try {
3503
- n = kn(t);
3504
- } catch {
3540
+ n = ei(t);
3541
+ } catch (i) {
3505
3542
  return this.error(x.INVALID_NUMBER_SKELETON, r);
3506
3543
  }
3507
3544
  return {
3508
3545
  val: {
3509
- type: me.number,
3546
+ type: be.number,
3510
3547
  tokens: n,
3511
3548
  location: r,
3512
- parsedOptions: this.shouldParseSkeletons ? Wn(n) : {}
3549
+ parsedOptions: this.shouldParseSkeletons ? ii(n) : {}
3513
3550
  },
3514
3551
  err: null
3515
3552
  };
3516
3553
  }, e.prototype.tryParsePluralOrSelectOptions = function(t, r, n, i) {
3517
- for (var o, s = !1, a = [], h = /* @__PURE__ */ new Set(), l = i.value, u = i.location; ; ) {
3554
+ for (var o, s = !1, a = [], u = /* @__PURE__ */ new Set(), l = i.value, h = i.location; ; ) {
3518
3555
  if (l.length === 0) {
3519
3556
  var d = this.clonePosition();
3520
3557
  if (r !== "select" && this.bumpIf("=")) {
3521
3558
  var c = this.tryParseDecimalInteger(x.EXPECT_PLURAL_ARGUMENT_SELECTOR, x.INVALID_PLURAL_ARGUMENT_SELECTOR);
3522
3559
  if (c.err)
3523
3560
  return c;
3524
- u = w(d, this.clonePosition()), l = this.message.slice(d.offset, this.offset());
3561
+ h = w(d, this.clonePosition()), l = this.message.slice(d.offset, this.offset());
3525
3562
  } else
3526
3563
  break;
3527
3564
  }
3528
- if (h.has(l))
3529
- return this.error(r === "select" ? x.DUPLICATE_SELECT_ARGUMENT_SELECTOR : x.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, u);
3565
+ if (u.has(l))
3566
+ return this.error(r === "select" ? x.DUPLICATE_SELECT_ARGUMENT_SELECTOR : x.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, h);
3530
3567
  l === "other" && (s = !0), this.bumpSpace();
3531
3568
  var m = this.clonePosition();
3532
3569
  if (!this.bumpIf("{"))
@@ -3543,7 +3580,7 @@ var li = (
3543
3580
  value: b.val,
3544
3581
  location: w(m, this.clonePosition())
3545
3582
  }
3546
- ]), h.add(l), this.bumpSpace(), o = this.parseIdentifierIfPossible(), l = o.value, u = o.location;
3583
+ ]), u.add(l), this.bumpSpace(), o = this.parseIdentifierIfPossible(), l = o.value, h = o.location;
3547
3584
  }
3548
3585
  return a.length === 0 ? this.error(r === "select" ? x.EXPECT_SELECT_ARGUMENT_SELECTOR : x.EXPECT_PLURAL_ARGUMENT_SELECTOR, w(this.clonePosition(), this.clonePosition())) : this.requiresOtherClause && !s ? this.error(x.MISSING_OTHER_CLAUSE, w(this.clonePosition(), this.clonePosition())) : { val: a, err: null };
3549
3586
  }, e.prototype.tryParseDecimalInteger = function(t, r) {
@@ -3556,8 +3593,8 @@ var li = (
3556
3593
  else
3557
3594
  break;
3558
3595
  }
3559
- var h = w(i, this.clonePosition());
3560
- return o ? (s *= n, ii(s) ? { val: s, err: null } : this.error(r, h)) : this.error(t, h);
3596
+ var u = w(i, this.clonePosition());
3597
+ return o ? (s *= n, bi(s) ? { val: s, err: null } : this.error(r, u)) : this.error(t, u);
3561
3598
  }, e.prototype.offset = function() {
3562
3599
  return this.position.offset;
3563
3600
  }, e.prototype.isEOF = function() {
@@ -3572,7 +3609,7 @@ var li = (
3572
3609
  var t = this.position.offset;
3573
3610
  if (t >= this.message.length)
3574
3611
  throw Error("out of bound");
3575
- var r = _r(this.message, t);
3612
+ var r = Pr(this.message, t);
3576
3613
  if (r === void 0)
3577
3614
  throw Error("Offset ".concat(t, " is at invalid UTF-16 code unit boundary"));
3578
3615
  return r;
@@ -3591,7 +3628,7 @@ var li = (
3591
3628
  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);
3592
3629
  }
3593
3630
  }, e.prototype.bumpIf = function(t) {
3594
- if (Nt(this.message, t, this.offset())) {
3631
+ if (kt(this.message, t, this.offset())) {
3595
3632
  for (var r = 0; r < t.length; r++)
3596
3633
  this.bump();
3597
3634
  return !0;
@@ -3613,56 +3650,56 @@ var li = (
3613
3650
  break;
3614
3651
  }
3615
3652
  }, e.prototype.bumpSpace = function() {
3616
- for (; !this.isEOF() && Er(this.char()); )
3653
+ for (; !this.isEOF() && Cr(this.char()); )
3617
3654
  this.bump();
3618
3655
  }, e.prototype.peek = function() {
3619
3656
  if (this.isEOF())
3620
3657
  return null;
3621
3658
  var t = this.char(), r = this.offset(), n = this.message.charCodeAt(r + (t >= 65536 ? 2 : 1));
3622
- return n ?? null;
3659
+ return n != null ? n : null;
3623
3660
  }, e;
3624
3661
  }()
3625
3662
  );
3626
- function ht(e) {
3663
+ function ft(e) {
3627
3664
  return e >= 97 && e <= 122 || e >= 65 && e <= 90;
3628
3665
  }
3629
- function ui(e) {
3630
- return ht(e) || e === 47;
3666
+ function xi(e) {
3667
+ return ft(e) || e === 47;
3631
3668
  }
3632
- function hi(e) {
3669
+ function Ei(e) {
3633
3670
  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;
3634
3671
  }
3635
- function Er(e) {
3672
+ function Cr(e) {
3636
3673
  return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
3637
3674
  }
3638
- function ci(e) {
3675
+ function wi(e) {
3639
3676
  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;
3640
3677
  }
3641
- function ct(e) {
3678
+ function dt(e) {
3642
3679
  e.forEach(function(t) {
3643
- if (delete t.location, fr(t) || dr(t))
3680
+ if (delete t.location, vr(t) || _r(t))
3644
3681
  for (var r in t.options)
3645
- delete t.options[r].location, ct(t.options[r].value);
3646
- else ur(t) && mr(t.style) || (hr(t) || cr(t)) && st(t.style) ? delete t.style.location : pr(t) && ct(t.children);
3682
+ delete t.options[r].location, dt(t.options[r].value);
3683
+ else br(t) && Er(t.style) || (gr(t) || yr(t)) && lt(t.style) ? delete t.style.location : xr(t) && dt(t.children);
3647
3684
  });
3648
3685
  }
3649
- function fi(e, t) {
3686
+ function Si(e, t) {
3650
3687
  t === void 0 && (t = {}), t = S({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
3651
- var r = new li(e, t).parse();
3688
+ var r = new _i(e, t).parse();
3652
3689
  if (r.err) {
3653
3690
  var n = SyntaxError(x[r.err.kind]);
3654
3691
  throw n.location = r.err.location, n.originalMessage = r.err.message, n;
3655
3692
  }
3656
- return t?.captureLocation || ct(r.val), r.val;
3693
+ return t != null && t.captureLocation || dt(r.val), r.val;
3657
3694
  }
3658
- var be;
3695
+ var ge;
3659
3696
  (function(e) {
3660
3697
  e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
3661
- })(be || (be = {}));
3662
- var ke = (
3698
+ })(ge || (ge = {}));
3699
+ var je = (
3663
3700
  /** @class */
3664
3701
  function(e) {
3665
- Z(t, e);
3702
+ J(t, e);
3666
3703
  function t(r, n, i) {
3667
3704
  var o = e.call(this, r) || this;
3668
3705
  return o.code = n, o.originalMessage = i, o;
@@ -3671,155 +3708,155 @@ var ke = (
3671
3708
  return "[formatjs Error: ".concat(this.code, "] ").concat(this.message);
3672
3709
  }, t;
3673
3710
  }(Error)
3674
- ), Dt = (
3711
+ ), Xt = (
3675
3712
  /** @class */
3676
3713
  function(e) {
3677
- Z(t, e);
3714
+ J(t, e);
3678
3715
  function t(r, n, i, o) {
3679
- return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'), be.INVALID_VALUE, o) || this;
3716
+ return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'), ge.INVALID_VALUE, o) || this;
3680
3717
  }
3681
3718
  return t;
3682
- }(ke)
3683
- ), di = (
3719
+ }(je)
3720
+ ), Ti = (
3684
3721
  /** @class */
3685
3722
  function(e) {
3686
- Z(t, e);
3723
+ J(t, e);
3687
3724
  function t(r, n, i) {
3688
- return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n), be.INVALID_VALUE, i) || this;
3725
+ return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n), ge.INVALID_VALUE, i) || this;
3689
3726
  }
3690
3727
  return t;
3691
- }(ke)
3692
- ), pi = (
3728
+ }(je)
3729
+ ), Hi = (
3693
3730
  /** @class */
3694
3731
  function(e) {
3695
- Z(t, e);
3732
+ J(t, e);
3696
3733
  function t(r, n) {
3697
- return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'), be.MISSING_VALUE, n) || this;
3734
+ return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'), ge.MISSING_VALUE, n) || this;
3698
3735
  }
3699
3736
  return t;
3700
- }(ke)
3701
- ), R;
3737
+ }(je)
3738
+ ), D;
3702
3739
  (function(e) {
3703
3740
  e[e.literal = 0] = "literal", e[e.object = 1] = "object";
3704
- })(R || (R = {}));
3705
- function mi(e) {
3741
+ })(D || (D = {}));
3742
+ function Pi(e) {
3706
3743
  return e.length < 2 ? e : e.reduce(function(t, r) {
3707
3744
  var n = t[t.length - 1];
3708
- return !n || n.type !== R.literal || r.type !== R.literal ? t.push(r) : n.value += r.value, t;
3745
+ return !n || n.type !== D.literal || r.type !== D.literal ? t.push(r) : n.value += r.value, t;
3709
3746
  }, []);
3710
3747
  }
3711
- function bi(e) {
3748
+ function Ai(e) {
3712
3749
  return typeof e == "function";
3713
3750
  }
3714
- function Ne(e, t, r, n, i, o, s) {
3715
- if (e.length === 1 && Bt(e[0]))
3751
+ function Me(e, t, r, n, i, o, s) {
3752
+ if (e.length === 1 && Dt(e[0]))
3716
3753
  return [
3717
3754
  {
3718
- type: R.literal,
3755
+ type: D.literal,
3719
3756
  value: e[0].value
3720
3757
  }
3721
3758
  ];
3722
- for (var a = [], h = 0, l = e; h < l.length; h++) {
3723
- var u = l[h];
3724
- if (Bt(u)) {
3759
+ for (var a = [], u = 0, l = e; u < l.length; u++) {
3760
+ var h = l[u];
3761
+ if (Dt(h)) {
3725
3762
  a.push({
3726
- type: R.literal,
3727
- value: u.value
3763
+ type: D.literal,
3764
+ value: h.value
3728
3765
  });
3729
3766
  continue;
3730
3767
  }
3731
- if (Dn(u)) {
3768
+ if (Qn(h)) {
3732
3769
  typeof o == "number" && a.push({
3733
- type: R.literal,
3770
+ type: D.literal,
3734
3771
  value: r.getNumberFormat(t).format(o)
3735
3772
  });
3736
3773
  continue;
3737
3774
  }
3738
- var d = u.value;
3775
+ var d = h.value;
3739
3776
  if (!(i && d in i))
3740
- throw new pi(d, s);
3777
+ throw new Hi(d, s);
3741
3778
  var c = i[d];
3742
- if (Rn(u)) {
3779
+ if (Jn(h)) {
3743
3780
  (!c || typeof c == "string" || typeof c == "number") && (c = typeof c == "string" || typeof c == "number" ? String(c) : ""), a.push({
3744
- type: typeof c == "string" ? R.literal : R.object,
3781
+ type: typeof c == "string" ? D.literal : D.object,
3745
3782
  value: c
3746
3783
  });
3747
3784
  continue;
3748
3785
  }
3749
- if (hr(u)) {
3750
- var m = typeof u.style == "string" ? n.date[u.style] : st(u.style) ? u.style.parsedOptions : void 0;
3786
+ if (gr(h)) {
3787
+ var m = typeof h.style == "string" ? n.date[h.style] : lt(h.style) ? h.style.parsedOptions : void 0;
3751
3788
  a.push({
3752
- type: R.literal,
3789
+ type: D.literal,
3753
3790
  value: r.getDateTimeFormat(t, m).format(c)
3754
3791
  });
3755
3792
  continue;
3756
3793
  }
3757
- if (cr(u)) {
3758
- var m = typeof u.style == "string" ? n.time[u.style] : st(u.style) ? u.style.parsedOptions : n.time.medium;
3794
+ if (yr(h)) {
3795
+ var m = typeof h.style == "string" ? n.time[h.style] : lt(h.style) ? h.style.parsedOptions : n.time.medium;
3759
3796
  a.push({
3760
- type: R.literal,
3797
+ type: D.literal,
3761
3798
  value: r.getDateTimeFormat(t, m).format(c)
3762
3799
  });
3763
3800
  continue;
3764
3801
  }
3765
- if (ur(u)) {
3766
- var m = typeof u.style == "string" ? n.number[u.style] : mr(u.style) ? u.style.parsedOptions : void 0;
3802
+ if (br(h)) {
3803
+ var m = typeof h.style == "string" ? n.number[h.style] : Er(h.style) ? h.style.parsedOptions : void 0;
3767
3804
  m && m.scale && (c = c * (m.scale || 1)), a.push({
3768
- type: R.literal,
3805
+ type: D.literal,
3769
3806
  value: r.getNumberFormat(t, m).format(c)
3770
3807
  });
3771
3808
  continue;
3772
3809
  }
3773
- if (pr(u)) {
3774
- var b = u.children, _ = u.value, T = i[_];
3775
- if (!bi(T))
3776
- throw new di(_, "function", s);
3777
- var y = Ne(b, t, r, n, i, o), H = T(y.map(function(L) {
3810
+ if (xr(h)) {
3811
+ var b = h.children, _ = h.value, T = i[_];
3812
+ if (!Ai(T))
3813
+ throw new Ti(_, "function", s);
3814
+ var y = Me(b, t, r, n, i, o), H = T(y.map(function(L) {
3778
3815
  return L.value;
3779
3816
  }));
3780
3817
  Array.isArray(H) || (H = [H]), a.push.apply(a, H.map(function(L) {
3781
3818
  return {
3782
- type: typeof L == "string" ? R.literal : R.object,
3819
+ type: typeof L == "string" ? D.literal : D.object,
3783
3820
  value: L
3784
3821
  };
3785
3822
  }));
3786
3823
  }
3787
- if (fr(u)) {
3788
- var E = u.options[c] || u.options.other;
3824
+ if (vr(h)) {
3825
+ var E = h.options[c] || h.options.other;
3789
3826
  if (!E)
3790
- throw new Dt(u.value, c, Object.keys(u.options), s);
3791
- a.push.apply(a, Ne(E.value, t, r, n, i));
3827
+ throw new Xt(h.value, c, Object.keys(h.options), s);
3828
+ a.push.apply(a, Me(E.value, t, r, n, i));
3792
3829
  continue;
3793
3830
  }
3794
- if (dr(u)) {
3795
- var E = u.options["=".concat(c)];
3831
+ if (_r(h)) {
3832
+ var E = h.options["=".concat(c)];
3796
3833
  if (!E) {
3797
3834
  if (!Intl.PluralRules)
3798
- throw new ke(`Intl.PluralRules is not available in this environment.
3835
+ throw new je(`Intl.PluralRules is not available in this environment.
3799
3836
  Try polyfilling it using "@formatjs/intl-pluralrules"
3800
- `, be.MISSING_INTL_API, s);
3801
- var N = r.getPluralRules(t, { type: u.pluralType }).select(c - (u.offset || 0));
3802
- E = u.options[N] || u.options.other;
3837
+ `, ge.MISSING_INTL_API, s);
3838
+ var N = r.getPluralRules(t, { type: h.pluralType }).select(c - (h.offset || 0));
3839
+ E = h.options[N] || h.options.other;
3803
3840
  }
3804
3841
  if (!E)
3805
- throw new Dt(u.value, c, Object.keys(u.options), s);
3806
- a.push.apply(a, Ne(E.value, t, r, n, i, c - (u.offset || 0)));
3842
+ throw new Xt(h.value, c, Object.keys(h.options), s);
3843
+ a.push.apply(a, Me(E.value, t, r, n, i, c - (h.offset || 0)));
3807
3844
  continue;
3808
3845
  }
3809
3846
  }
3810
- return mi(a);
3847
+ return Pi(a);
3811
3848
  }
3812
- function gi(e, t) {
3849
+ function Ci(e, t) {
3813
3850
  return t ? S(S(S({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
3814
3851
  return r[n] = S(S({}, e[n]), t[n] || {}), r;
3815
3852
  }, {})) : e;
3816
3853
  }
3817
- function yi(e, t) {
3854
+ function Fi(e, t) {
3818
3855
  return t ? Object.keys(e).reduce(function(r, n) {
3819
- return r[n] = gi(e[n], t[n]), r;
3856
+ return r[n] = Ci(e[n], t[n]), r;
3820
3857
  }, S({}, e)) : e;
3821
3858
  }
3822
- function Qe(e) {
3859
+ function Ye(e) {
3823
3860
  return {
3824
3861
  create: function() {
3825
3862
  return {
@@ -3833,39 +3870,39 @@ function Qe(e) {
3833
3870
  }
3834
3871
  };
3835
3872
  }
3836
- function vi(e) {
3873
+ function Bi(e) {
3837
3874
  return e === void 0 && (e = {
3838
3875
  number: {},
3839
3876
  dateTime: {},
3840
3877
  pluralRules: {}
3841
3878
  }), {
3842
- getNumberFormat: ze(function() {
3879
+ getNumberFormat: Je(function() {
3843
3880
  for (var t, r = [], n = 0; n < arguments.length; n++)
3844
3881
  r[n] = arguments[n];
3845
- return new ((t = Intl.NumberFormat).bind.apply(t, de([void 0], r, !1)))();
3882
+ return new ((t = Intl.NumberFormat).bind.apply(t, pe([void 0], r, !1)))();
3846
3883
  }, {
3847
- cache: Qe(e.number),
3848
- strategy: Ze.variadic
3884
+ cache: Ye(e.number),
3885
+ strategy: Qe.variadic
3849
3886
  }),
3850
- getDateTimeFormat: ze(function() {
3887
+ getDateTimeFormat: Je(function() {
3851
3888
  for (var t, r = [], n = 0; n < arguments.length; n++)
3852
3889
  r[n] = arguments[n];
3853
- return new ((t = Intl.DateTimeFormat).bind.apply(t, de([void 0], r, !1)))();
3890
+ return new ((t = Intl.DateTimeFormat).bind.apply(t, pe([void 0], r, !1)))();
3854
3891
  }, {
3855
- cache: Qe(e.dateTime),
3856
- strategy: Ze.variadic
3892
+ cache: Ye(e.dateTime),
3893
+ strategy: Qe.variadic
3857
3894
  }),
3858
- getPluralRules: ze(function() {
3895
+ getPluralRules: Je(function() {
3859
3896
  for (var t, r = [], n = 0; n < arguments.length; n++)
3860
3897
  r[n] = arguments[n];
3861
- return new ((t = Intl.PluralRules).bind.apply(t, de([void 0], r, !1)))();
3898
+ return new ((t = Intl.PluralRules).bind.apply(t, pe([void 0], r, !1)))();
3862
3899
  }, {
3863
- cache: Qe(e.pluralRules),
3864
- strategy: Ze.variadic
3900
+ cache: Ye(e.pluralRules),
3901
+ strategy: Qe.variadic
3865
3902
  })
3866
3903
  };
3867
3904
  }
3868
- var _i = (
3905
+ var Oi = (
3869
3906
  /** @class */
3870
3907
  function() {
3871
3908
  function e(t, r, n, i) {
@@ -3875,20 +3912,20 @@ var _i = (
3875
3912
  number: {},
3876
3913
  dateTime: {},
3877
3914
  pluralRules: {}
3878
- }, this.format = function(h) {
3879
- var l = o.formatToParts(h);
3915
+ }, this.format = function(u) {
3916
+ var l = o.formatToParts(u);
3880
3917
  if (l.length === 1)
3881
3918
  return l[0].value;
3882
- var u = l.reduce(function(d, c) {
3883
- return !d.length || c.type !== R.literal || typeof d[d.length - 1] != "string" ? d.push(c.value) : d[d.length - 1] += c.value, d;
3919
+ var h = l.reduce(function(d, c) {
3920
+ return !d.length || c.type !== D.literal || typeof d[d.length - 1] != "string" ? d.push(c.value) : d[d.length - 1] += c.value, d;
3884
3921
  }, []);
3885
- return u.length <= 1 ? u[0] || "" : u;
3886
- }, this.formatToParts = function(h) {
3887
- return Ne(o.ast, o.locales, o.formatters, o.formats, h, void 0, o.message);
3922
+ return h.length <= 1 ? h[0] || "" : h;
3923
+ }, this.formatToParts = function(u) {
3924
+ return Me(o.ast, o.locales, o.formatters, o.formats, u, void 0, o.message);
3888
3925
  }, this.resolvedOptions = function() {
3889
- var h;
3926
+ var u;
3890
3927
  return {
3891
- locale: ((h = o.resolvedLocale) === null || h === void 0 ? void 0 : h.toString()) || Intl.NumberFormat.supportedLocalesOf(o.locales)[0]
3928
+ locale: ((u = o.resolvedLocale) === null || u === void 0 ? void 0 : u.toString()) || Intl.NumberFormat.supportedLocalesOf(o.locales)[0]
3892
3929
  };
3893
3930
  }, this.getAst = function() {
3894
3931
  return o.ast;
@@ -3897,13 +3934,13 @@ var _i = (
3897
3934
  throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
3898
3935
  var s = i || {};
3899
3936
  s.formatters;
3900
- var a = qr(s, ["formatters"]);
3937
+ var a = hn(s, ["formatters"]);
3901
3938
  this.ast = e.__parse(t, S(S({}, a), { locale: this.resolvedLocale }));
3902
3939
  } else
3903
3940
  this.ast = t;
3904
3941
  if (!Array.isArray(this.ast))
3905
3942
  throw new TypeError("A message must be provided as a String or AST.");
3906
- this.formats = yi(e.formats, n), this.formatters = i && i.formatters || vi(this.formatterCache);
3943
+ this.formats = Fi(e.formats, n), this.formatters = i && i.formatters || Bi(this.formatterCache);
3907
3944
  }
3908
3945
  return Object.defineProperty(e, "defaultLocale", {
3909
3946
  get: function() {
@@ -3912,11 +3949,11 @@ var _i = (
3912
3949
  enumerable: !1,
3913
3950
  configurable: !0
3914
3951
  }), e.memoizedDefaultLocale = null, e.resolveLocale = function(t) {
3915
- if (!(typeof Intl.Locale > "u")) {
3952
+ if (typeof Intl.Locale != "undefined") {
3916
3953
  var r = Intl.NumberFormat.supportedLocalesOf(t);
3917
3954
  return r.length > 0 ? new Intl.Locale(r[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
3918
3955
  }
3919
- }, e.__parse = fi, e.formats = {
3956
+ }, e.__parse = Si, e.formats = {
3920
3957
  number: {
3921
3958
  integer: {
3922
3959
  maximumFractionDigits: 0
@@ -3977,7 +4014,7 @@ var _i = (
3977
4014
  }, e;
3978
4015
  }()
3979
4016
  );
3980
- function xi(e, t) {
4017
+ function Ii(e, t) {
3981
4018
  if (t == null)
3982
4019
  return;
3983
4020
  if (t in e)
@@ -3998,92 +4035,92 @@ function xi(e, t) {
3998
4035
  n = void 0;
3999
4036
  return n;
4000
4037
  }
4001
- const Q = {}, Ei = (e, t, r) => r && (t in Q || (Q[t] = {}), e in Q[t] || (Q[t][e] = r), r), wr = (e, t) => {
4038
+ const q = {}, Li = (e, t, r) => r && (t in q || (q[t] = {}), e in q[t] || (q[t][e] = r), r), Fr = (e, t) => {
4002
4039
  if (t == null)
4003
4040
  return;
4004
- if (t in Q && e in Q[t])
4005
- return Q[t][e];
4006
- const r = je(t);
4041
+ if (t in q && e in q[t])
4042
+ return q[t][e];
4043
+ const r = Ve(t);
4007
4044
  for (let n = 0; n < r.length; n++) {
4008
- const i = r[n], o = Si(i, e);
4045
+ const i = r[n], o = Mi(i, e);
4009
4046
  if (o)
4010
- return Ei(e, t, o);
4047
+ return Li(e, t, o);
4011
4048
  }
4012
4049
  };
4013
- let bt;
4014
- const ve = Ge({});
4015
- function wi(e) {
4016
- return bt[e] || null;
4050
+ let yt;
4051
+ const _e = ke({});
4052
+ function Ni(e) {
4053
+ return yt[e] || null;
4017
4054
  }
4018
- function Sr(e) {
4019
- return e in bt;
4055
+ function Br(e) {
4056
+ return e in yt;
4020
4057
  }
4021
- function Si(e, t) {
4022
- if (!Sr(e))
4058
+ function Mi(e, t) {
4059
+ if (!Br(e))
4023
4060
  return null;
4024
- const r = wi(e);
4025
- return xi(r, t);
4061
+ const r = Ni(e);
4062
+ return Ii(r, t);
4026
4063
  }
4027
- function Ti(e) {
4064
+ function Ri(e) {
4028
4065
  if (e == null)
4029
4066
  return;
4030
- const t = je(e);
4067
+ const t = Ve(e);
4031
4068
  for (let r = 0; r < t.length; r++) {
4032
4069
  const n = t[r];
4033
- if (Sr(n))
4070
+ if (Br(n))
4034
4071
  return n;
4035
4072
  }
4036
4073
  }
4037
- function Tr(e, ...t) {
4038
- delete Q[e], ve.update((r) => (r[e] = Cn.all([r[e] || {}, ...t]), r));
4074
+ function Or(e, ...t) {
4075
+ delete q[e], _e.update((r) => (r[e] = Gn.all([r[e] || {}, ...t]), r));
4039
4076
  }
4040
- ye(
4041
- [ve],
4077
+ ve(
4078
+ [_e],
4042
4079
  ([e]) => Object.keys(e)
4043
4080
  );
4044
- ve.subscribe((e) => bt = e);
4045
- const Me = {};
4046
- function Hi(e, t) {
4047
- Me[e].delete(t), Me[e].size === 0 && delete Me[e];
4081
+ _e.subscribe((e) => yt = e);
4082
+ const Re = {};
4083
+ function Di(e, t) {
4084
+ Re[e].delete(t), Re[e].size === 0 && delete Re[e];
4048
4085
  }
4049
- function Hr(e) {
4050
- return Me[e];
4086
+ function Ir(e) {
4087
+ return Re[e];
4051
4088
  }
4052
- function Pi(e) {
4053
- return je(e).map((t) => {
4054
- const r = Hr(t);
4089
+ function $i(e) {
4090
+ return Ve(e).map((t) => {
4091
+ const r = Ir(t);
4055
4092
  return [t, r ? [...r] : []];
4056
4093
  }).filter(([, t]) => t.length > 0);
4057
4094
  }
4058
- function ft(e) {
4059
- return e == null ? !1 : je(e).some(
4095
+ function pt(e) {
4096
+ return e == null ? !1 : Ve(e).some(
4060
4097
  (t) => {
4061
4098
  var r;
4062
- return (r = Hr(t)) == null ? void 0 : r.size;
4099
+ return (r = Ir(t)) == null ? void 0 : r.size;
4063
4100
  }
4064
4101
  );
4065
4102
  }
4066
- function Ai(e, t) {
4103
+ function Ui(e, t) {
4067
4104
  return Promise.all(
4068
- t.map((n) => (Hi(e, n), n().then((i) => i.default || i)))
4069
- ).then((n) => Tr(e, ...n));
4070
- }
4071
- const xe = {};
4072
- function Pr(e) {
4073
- if (!ft(e))
4074
- return e in xe ? xe[e] : Promise.resolve();
4075
- const t = Pi(e);
4076
- return xe[e] = Promise.all(
4105
+ t.map((n) => (Di(e, n), n().then((i) => i.default || i)))
4106
+ ).then((n) => Or(e, ...n));
4107
+ }
4108
+ const Ee = {};
4109
+ function Lr(e) {
4110
+ if (!pt(e))
4111
+ return e in Ee ? Ee[e] : Promise.resolve();
4112
+ const t = $i(e);
4113
+ return Ee[e] = Promise.all(
4077
4114
  t.map(
4078
- ([r, n]) => Ai(r, n)
4115
+ ([r, n]) => Ui(r, n)
4079
4116
  )
4080
4117
  ).then(() => {
4081
- if (ft(e))
4082
- return Pr(e);
4083
- delete xe[e];
4084
- }), xe[e];
4118
+ if (pt(e))
4119
+ return Lr(e);
4120
+ delete Ee[e];
4121
+ }), Ee[e];
4085
4122
  }
4086
- const Ci = {
4123
+ const Gi = {
4087
4124
  number: {
4088
4125
  scientific: { notation: "scientific" },
4089
4126
  engineering: { notation: "engineering" },
@@ -4112,159 +4149,159 @@ const Ci = {
4112
4149
  timeZoneName: "short"
4113
4150
  }
4114
4151
  }
4115
- }, Fi = {
4152
+ }, ki = {
4116
4153
  fallbackLocale: null,
4117
4154
  loadingDelay: 200,
4118
- formats: Ci,
4155
+ formats: Gi,
4119
4156
  warnOnMissingMessages: !0,
4120
4157
  handleMissingMessage: void 0,
4121
4158
  ignoreTag: !0
4122
- }, Bi = Fi;
4123
- function ge() {
4124
- return Bi;
4159
+ }, ji = ki;
4160
+ function ye() {
4161
+ return ji;
4125
4162
  }
4126
- const qe = Ge(!1);
4127
- var Oi = Object.defineProperty, Ii = Object.defineProperties, Li = Object.getOwnPropertyDescriptors, $t = Object.getOwnPropertySymbols, Ni = Object.prototype.hasOwnProperty, Mi = Object.prototype.propertyIsEnumerable, Ut = (e, t, r) => t in e ? Oi(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Ri = (e, t) => {
4163
+ const Ke = ke(!1);
4164
+ var Vi = Object.defineProperty, Xi = Object.defineProperties, Wi = Object.getOwnPropertyDescriptors, Wt = Object.getOwnPropertySymbols, zi = Object.prototype.hasOwnProperty, Zi = Object.prototype.propertyIsEnumerable, zt = (e, t, r) => t in e ? Vi(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Ji = (e, t) => {
4128
4165
  for (var r in t)
4129
- Ni.call(t, r) && Ut(e, r, t[r]);
4130
- if ($t)
4131
- for (var r of $t(t))
4132
- Mi.call(t, r) && Ut(e, r, t[r]);
4166
+ zi.call(t, r) && zt(e, r, t[r]);
4167
+ if (Wt)
4168
+ for (var r of Wt(t))
4169
+ Zi.call(t, r) && zt(e, r, t[r]);
4133
4170
  return e;
4134
- }, Di = (e, t) => Ii(e, Li(t));
4135
- let dt;
4136
- const De = Ge(null);
4137
- function Gt(e) {
4171
+ }, Qi = (e, t) => Xi(e, Wi(t));
4172
+ let mt;
4173
+ const $e = ke(null);
4174
+ function Zt(e) {
4138
4175
  return e.split("-").map((t, r, n) => n.slice(0, r + 1).join("-")).reverse();
4139
4176
  }
4140
- function je(e, t = ge().fallbackLocale) {
4141
- const r = Gt(e);
4142
- return t ? [.../* @__PURE__ */ new Set([...r, ...Gt(t)])] : r;
4177
+ function Ve(e, t = ye().fallbackLocale) {
4178
+ const r = Zt(e);
4179
+ return t ? [.../* @__PURE__ */ new Set([...r, ...Zt(t)])] : r;
4143
4180
  }
4144
- function re() {
4145
- return dt ?? void 0;
4181
+ function ne() {
4182
+ return mt != null ? mt : void 0;
4146
4183
  }
4147
- De.subscribe((e) => {
4148
- dt = e ?? void 0, typeof window < "u" && e != null && document.documentElement.setAttribute("lang", e);
4184
+ $e.subscribe((e) => {
4185
+ mt = e != null ? e : void 0, typeof window != "undefined" && e != null && document.documentElement.setAttribute("lang", e);
4149
4186
  });
4150
- const $i = (e) => {
4151
- if (e && Ti(e) && ft(e)) {
4152
- const { loadingDelay: t } = ge();
4187
+ const qi = (e) => {
4188
+ if (e && Ri(e) && pt(e)) {
4189
+ const { loadingDelay: t } = ye();
4153
4190
  let r;
4154
- return typeof window < "u" && re() != null && t ? r = window.setTimeout(
4155
- () => qe.set(!0),
4191
+ return typeof window != "undefined" && ne() != null && t ? r = window.setTimeout(
4192
+ () => Ke.set(!0),
4156
4193
  t
4157
- ) : qe.set(!0), Pr(e).then(() => {
4158
- De.set(e);
4194
+ ) : Ke.set(!0), Lr(e).then(() => {
4195
+ $e.set(e);
4159
4196
  }).finally(() => {
4160
- clearTimeout(r), qe.set(!1);
4197
+ clearTimeout(r), Ke.set(!1);
4161
4198
  });
4162
4199
  }
4163
- return De.set(e);
4164
- }, te = Di(Ri({}, De), {
4165
- set: $i
4166
- }), Ve = (e) => {
4200
+ return $e.set(e);
4201
+ }, re = Qi(Ji({}, $e), {
4202
+ set: qi
4203
+ }), Xe = (e) => {
4167
4204
  const t = /* @__PURE__ */ Object.create(null);
4168
4205
  return (n) => {
4169
4206
  const i = JSON.stringify(n);
4170
4207
  return i in t ? t[i] : t[i] = e(n);
4171
4208
  };
4172
4209
  };
4173
- var Ui = Object.defineProperty, $e = Object.getOwnPropertySymbols, Ar = Object.prototype.hasOwnProperty, Cr = Object.prototype.propertyIsEnumerable, kt = (e, t, r) => t in e ? Ui(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, gt = (e, t) => {
4210
+ var Yi = Object.defineProperty, Ue = Object.getOwnPropertySymbols, Nr = Object.prototype.hasOwnProperty, Mr = Object.prototype.propertyIsEnumerable, Jt = (e, t, r) => t in e ? Yi(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, vt = (e, t) => {
4174
4211
  for (var r in t || (t = {}))
4175
- Ar.call(t, r) && kt(e, r, t[r]);
4176
- if ($e)
4177
- for (var r of $e(t))
4178
- Cr.call(t, r) && kt(e, r, t[r]);
4212
+ Nr.call(t, r) && Jt(e, r, t[r]);
4213
+ if (Ue)
4214
+ for (var r of Ue(t))
4215
+ Mr.call(t, r) && Jt(e, r, t[r]);
4179
4216
  return e;
4180
- }, _e = (e, t) => {
4217
+ }, xe = (e, t) => {
4181
4218
  var r = {};
4182
4219
  for (var n in e)
4183
- Ar.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
4184
- if (e != null && $e)
4185
- for (var n of $e(e))
4186
- t.indexOf(n) < 0 && Cr.call(e, n) && (r[n] = e[n]);
4220
+ Nr.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
4221
+ if (e != null && Ue)
4222
+ for (var n of Ue(e))
4223
+ t.indexOf(n) < 0 && Mr.call(e, n) && (r[n] = e[n]);
4187
4224
  return r;
4188
4225
  };
4189
- const He = (e, t) => {
4190
- const { formats: r } = ge();
4226
+ const Pe = (e, t) => {
4227
+ const { formats: r } = ye();
4191
4228
  if (e in r && t in r[e])
4192
4229
  return r[e][t];
4193
4230
  throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
4194
- }, Gi = Ve(
4231
+ }, Ki = Xe(
4195
4232
  (e) => {
4196
- var t = e, { locale: r, format: n } = t, i = _e(t, ["locale", "format"]);
4233
+ var t = e, { locale: r, format: n } = t, i = xe(t, ["locale", "format"]);
4197
4234
  if (r == null)
4198
4235
  throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
4199
- return n && (i = He("number", n)), new Intl.NumberFormat(r, i);
4236
+ return n && (i = Pe("number", n)), new Intl.NumberFormat(r, i);
4200
4237
  }
4201
- ), ki = Ve(
4238
+ ), eo = Xe(
4202
4239
  (e) => {
4203
- var t = e, { locale: r, format: n } = t, i = _e(t, ["locale", "format"]);
4240
+ var t = e, { locale: r, format: n } = t, i = xe(t, ["locale", "format"]);
4204
4241
  if (r == null)
4205
4242
  throw new Error('[svelte-i18n] A "locale" must be set to format dates');
4206
- return n ? i = He("date", n) : Object.keys(i).length === 0 && (i = He("date", "short")), new Intl.DateTimeFormat(r, i);
4243
+ return n ? i = Pe("date", n) : Object.keys(i).length === 0 && (i = Pe("date", "short")), new Intl.DateTimeFormat(r, i);
4207
4244
  }
4208
- ), ji = Ve(
4245
+ ), to = Xe(
4209
4246
  (e) => {
4210
- var t = e, { locale: r, format: n } = t, i = _e(t, ["locale", "format"]);
4247
+ var t = e, { locale: r, format: n } = t, i = xe(t, ["locale", "format"]);
4211
4248
  if (r == null)
4212
4249
  throw new Error(
4213
4250
  '[svelte-i18n] A "locale" must be set to format time values'
4214
4251
  );
4215
- return n ? i = He("time", n) : Object.keys(i).length === 0 && (i = He("time", "short")), new Intl.DateTimeFormat(r, i);
4252
+ return n ? i = Pe("time", n) : Object.keys(i).length === 0 && (i = Pe("time", "short")), new Intl.DateTimeFormat(r, i);
4216
4253
  }
4217
- ), Vi = (e = {}) => {
4254
+ ), ro = (e = {}) => {
4218
4255
  var t = e, {
4219
- locale: r = re()
4220
- } = t, n = _e(t, [
4256
+ locale: r = ne()
4257
+ } = t, n = xe(t, [
4221
4258
  "locale"
4222
4259
  ]);
4223
- return Gi(gt({ locale: r }, n));
4224
- }, Xi = (e = {}) => {
4260
+ return Ki(vt({ locale: r }, n));
4261
+ }, no = (e = {}) => {
4225
4262
  var t = e, {
4226
- locale: r = re()
4227
- } = t, n = _e(t, [
4263
+ locale: r = ne()
4264
+ } = t, n = xe(t, [
4228
4265
  "locale"
4229
4266
  ]);
4230
- return ki(gt({ locale: r }, n));
4231
- }, Wi = (e = {}) => {
4267
+ return eo(vt({ locale: r }, n));
4268
+ }, io = (e = {}) => {
4232
4269
  var t = e, {
4233
- locale: r = re()
4234
- } = t, n = _e(t, [
4270
+ locale: r = ne()
4271
+ } = t, n = xe(t, [
4235
4272
  "locale"
4236
4273
  ]);
4237
- return ji(gt({ locale: r }, n));
4238
- }, zi = Ve(
4274
+ return to(vt({ locale: r }, n));
4275
+ }, oo = Xe(
4239
4276
  // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
4240
- (e, t = re()) => new _i(e, t, ge().formats, {
4241
- ignoreTag: ge().ignoreTag
4277
+ (e, t = ne()) => new Oi(e, t, ye().formats, {
4278
+ ignoreTag: ye().ignoreTag
4242
4279
  })
4243
- ), Zi = (e, t = {}) => {
4280
+ ), so = (e, t = {}) => {
4244
4281
  var r, n, i, o;
4245
4282
  let s = t;
4246
4283
  typeof e == "object" && (s = e, e = s.id);
4247
4284
  const {
4248
4285
  values: a,
4249
- locale: h = re(),
4286
+ locale: u = ne(),
4250
4287
  default: l
4251
4288
  } = s;
4252
- if (h == null)
4289
+ if (u == null)
4253
4290
  throw new Error(
4254
4291
  "[svelte-i18n] Cannot format a message without first setting the initial locale."
4255
4292
  );
4256
- let u = wr(e, h);
4257
- if (!u)
4258
- u = (o = (i = (n = (r = ge()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: h, id: e, defaultValue: l })) != null ? i : l) != null ? o : e;
4259
- else if (typeof u != "string")
4293
+ let h = Fr(e, u);
4294
+ if (!h)
4295
+ h = (o = (i = (n = (r = ye()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: u, id: e, defaultValue: l })) != null ? i : l) != null ? o : e;
4296
+ else if (typeof h != "string")
4260
4297
  return console.warn(
4261
- `[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof u}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`
4262
- ), u;
4298
+ `[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.`
4299
+ ), h;
4263
4300
  if (!a)
4264
- return u;
4265
- let d = u;
4301
+ return h;
4302
+ let d = h;
4266
4303
  try {
4267
- d = zi(u, h).format(a);
4304
+ d = oo(h, u).format(a);
4268
4305
  } catch (c) {
4269
4306
  c instanceof Error && console.warn(
4270
4307
  `[svelte-i18n] Message "${e}" has syntax error:`,
@@ -4272,16 +4309,16 @@ const He = (e, t) => {
4272
4309
  );
4273
4310
  }
4274
4311
  return d;
4275
- }, Ji = (e, t) => Wi(t).format(e), Qi = (e, t) => Xi(t).format(e), qi = (e, t) => Vi(t).format(e), Yi = (e, t = re()) => wr(e, t), Ki = ye([te, ve], () => Zi);
4276
- ye([te], () => Ji);
4277
- ye([te], () => Qi);
4278
- ye([te], () => qi);
4279
- ye([te, ve], () => Yi);
4280
- window.emWidgets = { topic: fn };
4281
- const eo = (e) => !!(e.toLowerCase().match(/android/i) || e.toLowerCase().match(/blackberry|bb/i) || e.toLowerCase().match(/iphone|ipad|ipod/i) || e.toLowerCase().match(/windows phone|windows mobile|iemobile|wpdesktop/i)), to = (e) => e.toLowerCase().match(/android/i) ? "Android" : e.toLowerCase().match(/iphone/i) ? "iPhone" : e.toLowerCase().match(/ipad|ipod/i) ? "iPad" : "PC";
4282
- function xo(e, t) {
4312
+ }, ao = (e, t) => io(t).format(e), lo = (e, t) => no(t).format(e), uo = (e, t) => ro(t).format(e), ho = (e, t = ne()) => Fr(e, t), co = ve([re, _e], () => so);
4313
+ ve([re], () => ao);
4314
+ ve([re], () => lo);
4315
+ ve([re], () => uo);
4316
+ ve([re, _e], () => ho);
4317
+ window.emWidgets = { topic: Sn };
4318
+ const fo = (e) => !!(e.toLowerCase().match(/android/i) || e.toLowerCase().match(/blackberry|bb/i) || e.toLowerCase().match(/iphone|ipad|ipod/i) || e.toLowerCase().match(/windows phone|windows mobile|iemobile|wpdesktop/i)), po = (e) => e.toLowerCase().match(/android/i) ? "Android" : e.toLowerCase().match(/iphone/i) ? "iPhone" : e.toLowerCase().match(/ipad|ipod/i) ? "iPad" : "PC";
4319
+ function Lo(e, t) {
4283
4320
  const r = window.navigator.userAgent;
4284
- return eo(r) ? t = e.filter((n) => {
4321
+ return fo(r) ? t = e.filter((n) => {
4285
4322
  if (n.gameModel && (n.gameModel.platform.includes("iPad") || n.gameModel.platform.includes("iPhone") || n.gameModel.platform.includes("Android")))
4286
4323
  return n;
4287
4324
  }) : t = e.filter((n) => {
@@ -4289,15 +4326,15 @@ function xo(e, t) {
4289
4326
  return n;
4290
4327
  }), t;
4291
4328
  }
4292
- function ro({ withLocale: e, translations: t }) {
4293
- te.subscribe((r) => {
4294
- r == null && (ve.set(t), te.set(e));
4329
+ function mo({ withLocale: e, translations: t }) {
4330
+ re.subscribe((r) => {
4331
+ r == null && (_e.set(t), re.set(e));
4295
4332
  });
4296
4333
  }
4297
- function jt(e, t) {
4298
- Tr(e, t);
4334
+ function Qt(e, t) {
4335
+ Or(e, t);
4299
4336
  }
4300
- const Vt = {
4337
+ const qt = {
4301
4338
  en: {
4302
4339
  providers: "Providers:",
4303
4340
  filterby: "Filter by:",
@@ -4407,230 +4444,230 @@ const Vt = {
4407
4444
  clear: "Clear all"
4408
4445
  }
4409
4446
  };
4410
- function no(e) {
4411
- Ir(e, "svelte-1v7rv6n", ':root{--min-height:50px}.SearchLoading{color:var(--emw--casino-typography, var(--emw--color-white, #FFFFFF))}.FilterContainer{color:var(--emw--casino-typography, var(--emw--color-white, #FFFFFF));position:relative;z-index:16}.FilterSelector{background-color:var(--emw--color-gray-300, #58586B);display:flex;position:relative;padding:10px 16px;border-radius:5px;justify-content:space-between;align-items:center;max-width:fit-content;cursor:pointer}.FilterSelector.FilterSelectorOpen{border-radius:5px 5px 0 0}.FilterMainArea{display:flex;align-items:center}.FilterMainArea svg{margin-right:16px}.FilterName{font-size:11px;line-height:12px;color:var(--emw--color-gray-100, #E6E6E6);text-transform:uppercase}.FilterTextContainer{display:flex;flex-direction:column}.FilterValueContainer{font-size:14px;line-height:16px;font-weight:300}.TriangleInactive{display:block;color:currentColor;margin:0 0 0 15px;transition:all 0.5s}.TriangleActive{transform:rotate(180deg);position:relative;top:2px}.FilterDropdownContainer{padding:0;background:rgb(88, 88, 107);background:linear-gradient(180deg, rgba(88, 88, 107, 0.9) 0%, rgba(7, 7, 42, 0.9) 95%);display:flex;flex-direction:column;align-items:center;transition:max-height 0.15s ease-out;max-height:0;border-radius:0 0 5px 5px;position:absolute;top:48px;margin-bottom:40px;overflow:hidden;margin:0}.FilterDropdownContainer.FilterOpen{width:100%;max-height:fit-content;transition:max-height 0.25s ease-in;padding-top:20px}.FilterDropdown{width:100%;max-height:300px;display:flex;flex-direction:column;gap:10px;margin:0;padding-inline-start:0;overflow:scroll;list-style:none;-ms-overflow-style:none;scrollbar-width:none}.FilterDropdown::-webkit-scrollbar{display:none}.FilterItem label{font-size:14px;font-weight:300;cursor:pointer;display:flex;align-items:center;justify-content:flex-start;padding:0 15px;-webkit-user-select:none;-ms-user-select:none;user-select:none}.FilterItem input{cursor:pointer;margin-right:10px}.FilterItem:hover input~.FiltersCheckmark{background-color:transparent;border:1px solid var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C))}.FilterItem input:checked~.FiltersCheckmark{background-color:var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));border:1px solid var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C))}.FilterItem .FiltersCheckmark{transition:all 0.05s ease-in;margin-right:15px}.FilterItem .FiltersCheckmark:after{content:"";position:absolute;left:9px;display:none}.FilterItem input:checked~.FiltersCheckmark:after{display:block}.FilterItem .FiltersCheckmark:after{left:8px;top:4px;width:5px;height:10px;border:1px solid solid var(--emw--color-white, #FFFFFF);border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.FilerContainerSplit .FilterItemWithLogos .FiltersCheckmark{margin:0}.FilterLabel input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.FilterLabel .FiltersCheckmark{border-radius:8px;position:relative;height:22px;width:22px;min-width:22px;background-color:transparent;border:1px solid var(--emw--color-white, #FFFFFF)}.FilterLabel .FilterItemLabel{width:100%;display:flex;justify-content:space-between;overflow:hidden}.FilterLabel .FilterItemLabel span.VendorName{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.FilterItemWithLogos label{height:70px;display:flex;justify-content:space-evenly;align-items:center}.FilterItemWithLogos label img{width:70px}.FilterLabel input:checked+span{font-weight:600}.FilterCounter{display:inline-flex;margin-left:10px;min-width:17px}.ClearFilters{margin:20px auto;border:0;color:#fff;background-color:var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));border:1px solid var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));font-size:18px;padding:10px 50px;border-radius:5px;cursor:pointer;transition:all 0.1s ease-in;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ClearFilters:disabled{background:var(--emw--color-gray-100, #E6E6E6);border:1px solid var(--emw--color-gray-150, #828282);pointer-events:none;cursor:not-allowed}@media only screen and (max-width: 768px){.FilterSelector{max-width:initial}.FilterDropdownContainer{width:100%;margin-bottom:20px}.FilterDropdown{margin-block-start:0;gap:14px}.FilterItemWithLogos label{justify-content:center}.FilerContainerSplit .FilterSelector{padding:7px}.FilerContainerSplit .FilterSelector .FilterCounter{margin-left:0}.FilerContainerSplit .FilterMainArea svg{margin:0 10px}.FilerContainerSplit .FilterDropdown{padding:0 5px;box-sizing:border-box}.FilerContainerSplit .FilterDropdownContainer{top:42px}.FilerContainerSplit .ClearFilters{padding:8px 20px;font-size:15px}.FilterLabel .FiltersCheckmark{margin-right:15px}.FilterItem.FilterItemWithLogos{display:flex;align-items:center;justify-content:center}.FilerContainerSplit .FilterItemWithLogos .FiltersCheckmark{margin:0 20px 0 0}.FilerContainerSplit .FilterItem label{padding:0;width:calc(100% - 10px);font-size:12px}.FilterItem label>*{pointer-events:none}}@media(max-width: 480px){.FilerContainerSplit .FilterSelector{min-height:var(--min-height)}.FilerContainerSplit .FilterDropdownContainer{top:var(--min-height)}.FilterName,.FilterValueContainer{overflow:hidden;max-width:100%;font-size:12px;text-overflow:ellipsis;width:fit-content}.FilterLabel .FiltersCheckmark{margin-right:5px}.FilterItem label{padding:0;font-size:11px;overflow:hidden;text-overflow:ellipsis;width:unset}.FilterItemLabel span:first-child{display:inline-block;overflow:hidden;text-overflow:ellipsis;max-width:60%}}');
4447
+ function bo(e) {
4448
+ Xr(e, "svelte-1v7rv6n", ':root{--min-height:50px}.SearchLoading{color:var(--emw--casino-typography, var(--emw--color-white, #FFFFFF))}.FilterContainer{color:var(--emw--casino-typography, var(--emw--color-white, #FFFFFF));position:relative;z-index:16}.FilterSelector{background-color:var(--emw--color-gray-300, #58586B);display:flex;position:relative;padding:10px 16px;border-radius:5px;justify-content:space-between;align-items:center;max-width:fit-content;cursor:pointer}.FilterSelector.FilterSelectorOpen{border-radius:5px 5px 0 0}.FilterMainArea{display:flex;align-items:center}.FilterMainArea svg{margin-right:16px}.FilterName{font-size:11px;line-height:12px;color:var(--emw--color-gray-100, #E6E6E6);text-transform:uppercase}.FilterTextContainer{display:flex;flex-direction:column}.FilterValueContainer{font-size:14px;line-height:16px;font-weight:300}.TriangleInactive{display:block;color:currentColor;margin:0 0 0 15px;transition:all 0.5s}.TriangleActive{transform:rotate(180deg);position:relative;top:2px}.FilterDropdownContainer{padding:0;background:rgb(88, 88, 107);background:linear-gradient(180deg, rgba(88, 88, 107, 0.9) 0%, rgba(7, 7, 42, 0.9) 95%);display:flex;flex-direction:column;align-items:center;transition:max-height 0.15s ease-out;max-height:0;border-radius:0 0 5px 5px;position:absolute;top:48px;margin-bottom:40px;overflow:hidden;margin:0}.FilterDropdownContainer.FilterOpen{width:100%;max-height:fit-content;transition:max-height 0.25s ease-in;padding-top:20px}.FilterDropdown{width:100%;max-height:300px;display:flex;flex-direction:column;gap:10px;margin:0;padding-inline-start:0;overflow:scroll;list-style:none;-ms-overflow-style:none;scrollbar-width:none}.FilterDropdown::-webkit-scrollbar{display:none}.FilterItem label{font-size:14px;font-weight:300;cursor:pointer;display:flex;align-items:center;justify-content:flex-start;padding:0 15px;-webkit-user-select:none;-ms-user-select:none;user-select:none}.FilterItem input{cursor:pointer;margin-right:10px}.FilterItem:hover input~.FiltersCheckmark{background-color:transparent;border:1px solid var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C))}.FilterItem input:checked~.FiltersCheckmark{background-color:var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));border:1px solid var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C))}.FilterItem .FiltersCheckmark{transition:all 0.05s ease-in;margin-right:15px}.FilterItem .FiltersCheckmark:after{content:"";position:absolute;left:9px;display:none}.FilterItem input:checked~.FiltersCheckmark:after{display:block}.FilterItem .FiltersCheckmark:after{left:8px;top:4px;width:5px;height:10px;border:1px solid solid var(--emw--color-white, #FFFFFF);border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.FilerContainerSplit .FilterItemWithLogos .FiltersCheckmark{margin:0}.FilterLabel input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.FilterLabel .FiltersCheckmark{border-radius:8px;position:relative;height:22px;width:22px;min-width:22px;background-color:transparent;border:1px solid var(--emw--color-white, #FFFFFF)}.FilterLabel .FilterItemLabel{width:100%;display:flex;justify-content:space-between;overflow:hidden}.FilterLabel .FilterItemLabel span.VendorName{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.FilterItemWithLogos label{height:70px;display:flex;justify-content:space-evenly;align-items:center}.FilterItemWithLogos label img{width:70px}.FilterLabel input:checked+span{font-weight:600}.FilterCounter{display:inline-flex;margin-left:10px;min-width:17px}.ClearFilters{margin:20px auto;border:0;color:#fff;background-color:var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));border:1px solid var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));font-size:18px;padding:10px 50px;border-radius:5px;cursor:pointer;transition:all 0.1s ease-in;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ClearFilters:disabled{background:var(--emw--color-gray-100, #E6E6E6);border:1px solid var(--emw--color-gray-150, #828282);pointer-events:none;cursor:not-allowed}@media only screen and (max-width: 768px){.FilterSelector{max-width:initial}.FilterDropdownContainer{width:100%;margin-bottom:20px}.FilterDropdown{margin-block-start:0;gap:14px}.FilterItemWithLogos label{justify-content:center}.FilerContainerSplit .FilterSelector{padding:7px}.FilerContainerSplit .FilterSelector .FilterCounter{margin-left:0}.FilerContainerSplit .FilterMainArea svg{margin:0 10px}.FilerContainerSplit .FilterDropdown{padding:0 5px;box-sizing:border-box}.FilerContainerSplit .FilterDropdownContainer{top:42px}.FilerContainerSplit .ClearFilters{padding:8px 20px;font-size:15px}.FilterLabel .FiltersCheckmark{margin-right:15px}.FilterItem.FilterItemWithLogos{display:flex;align-items:center;justify-content:center}.FilerContainerSplit .FilterItemWithLogos .FiltersCheckmark{margin:0 20px 0 0}.FilerContainerSplit .FilterItem label{padding:0;width:calc(100% - 10px);font-size:12px}.FilterItem label>*{pointer-events:none}}@media(max-width: 480px){.FilerContainerSplit .FilterSelector{min-height:var(--min-height)}.FilerContainerSplit .FilterDropdownContainer{top:var(--min-height)}.FilterName,.FilterValueContainer{overflow:hidden;max-width:100%;font-size:12px;text-overflow:ellipsis;width:fit-content}.FilterLabel .FiltersCheckmark{margin-right:5px}.FilterItem label{padding:0;font-size:11px;overflow:hidden;text-overflow:ellipsis;width:unset}.FilterItemLabel span:first-child{display:inline-block;overflow:hidden;text-overflow:ellipsis;max-width:60%}}');
4412
4449
  }
4413
- function Xt(e, t, r) {
4450
+ function Yt(e, t, r) {
4414
4451
  const n = e.slice();
4415
4452
  return n[36] = t[r], n[37] = t, n[38] = r, n;
4416
4453
  }
4417
- function io(e) {
4418
- let t, r, n, i, o, s, a, h, l = (
4454
+ function go(e) {
4455
+ let t, r, n, i, o, s, a, u, l = (
4419
4456
  /*$_*/
4420
4457
  e[11]("filterby") + ""
4421
- ), u, d, c, m, b = (
4458
+ ), h, d, c, m, b = (
4422
4459
  /*$_*/
4423
4460
  e[11]("providers") + ""
4424
- ), _, T, y, H, E, N, L, O, A, I, M, W, j, ne = (
4461
+ ), _, T, y, H, E, N, L, O, A, I, M, z, V, ie = (
4425
4462
  /*$_*/
4426
4463
  e[11]("clear") + ""
4427
- ), ie, K, oe, ee, se, Pe;
4428
- function Ae(p, C) {
4464
+ ), oe, ee, se, te, ae, Ae;
4465
+ function Ce(p, C) {
4429
4466
  return (
4430
4467
  /*fullSelection*/
4431
- p[7] ? ao : so
4468
+ p[7] ? _o : vo
4432
4469
  );
4433
4470
  }
4434
- let ae = Ae(e), D = ae(e), J = Et(
4471
+ let le = Ce(e), $ = le(e), Q = Ct(
4435
4472
  /*vendorArray*/
4436
4473
  e[5]
4437
4474
  ), f = [];
4438
- for (let p = 0; p < J.length; p += 1)
4439
- f[p] = Wt(Xt(e, J, p));
4475
+ for (let p = 0; p < Q.length; p += 1)
4476
+ f[p] = Kt(Yt(e, Q, p));
4440
4477
  return {
4441
4478
  c() {
4442
- t = F("div"), r = F("div"), n = F("div"), i = Ee("svg"), o = Ee("path"), s = V(), a = F("div"), h = F("span"), u = U(l), d = V(), c = F("div"), m = F("span"), _ = U(b), T = V(), D.c(), y = V(), H = F("span"), E = Ee("svg"), N = Ee("path"), A = V(), I = F("div"), M = F("ul");
4479
+ t = F("div"), r = F("div"), n = F("div"), i = we("svg"), o = we("path"), s = X(), a = F("div"), u = F("span"), h = G(l), d = X(), c = F("div"), m = F("span"), _ = G(b), T = X(), $.c(), y = X(), H = F("span"), E = we("svg"), N = we("path"), A = X(), I = F("div"), M = F("ul");
4443
4480
  for (let p = 0; p < f.length; p += 1)
4444
4481
  f[p].c();
4445
- W = V(), j = F("button"), ie = U(ne), g(o, "id", "noun_filter_736223"), g(o, "d", "M12.2,22.2a1.018,1.018,0,0,1-.391-.091.939.939,0,0,1-.533-.857v-6.2L5.267,8.9A.95.95,0,0,1,5,8.225V7.149A.93.93,0,0,1,5.924,6.2H20.076A.93.93,0,0,1,21,7.149V8.225a.95.95,0,0,1-.267.675l-6.009,6.148V19.81a.981.981,0,0,1-.32.712l-1.6,1.423A.9.9,0,0,1,12.2,22.2ZM6,8.189,12,14.355a.95.95,0,0,1,.267.675v6.039l1.44-1.277v-4.78a.95.95,0,0,1,.267-.675L19.987,8.17V7.2H6Z"), g(o, "transform", "translate(-5 -6.2)"), g(o, "fill", "#fff"), g(i, "xmlns", "http://www.w3.org/2000/svg"), g(i, "width", "16"), g(i, "height", "16"), g(i, "viewBox", "0 0 16 16"), g(h, "class", "FilterName"), g(c, "class", "FilterValueContainer"), g(a, "class", "FilterTextContainer"), g(n, "class", "FilterMainArea"), g(N, "id", "arrow"), g(N, "d", "M281.541,447.921a.488.488,0,0,0,.295-.122l6.5-5.851a.488.488,0,1,0-.65-.726l-6.176,5.556-6.176-5.556h0a.488.488,0,1,0-.65.726l6.5,5.851a.488.488,0,0,0,.355.122Z"), g(N, "transform", "translate(-274.511 -441.088)"), g(N, "fill", "#d1d1d1"), g(E, "xmlns", "http://www.w3.org/2000/svg"), g(E, "width", "14"), g(E, "height", "6.835"), g(E, "viewBox", "0 0 14 6.835"), g(H, "class", L = "TriangleInactive " + /*isFilterActive*/
4482
+ z = X(), V = F("button"), oe = G(ie), g(o, "id", "noun_filter_736223"), g(o, "d", "M12.2,22.2a1.018,1.018,0,0,1-.391-.091.939.939,0,0,1-.533-.857v-6.2L5.267,8.9A.95.95,0,0,1,5,8.225V7.149A.93.93,0,0,1,5.924,6.2H20.076A.93.93,0,0,1,21,7.149V8.225a.95.95,0,0,1-.267.675l-6.009,6.148V19.81a.981.981,0,0,1-.32.712l-1.6,1.423A.9.9,0,0,1,12.2,22.2ZM6,8.189,12,14.355a.95.95,0,0,1,.267.675v6.039l1.44-1.277v-4.78a.95.95,0,0,1,.267-.675L19.987,8.17V7.2H6Z"), g(o, "transform", "translate(-5 -6.2)"), g(o, "fill", "#fff"), g(i, "xmlns", "http://www.w3.org/2000/svg"), g(i, "width", "16"), g(i, "height", "16"), g(i, "viewBox", "0 0 16 16"), g(u, "class", "FilterName"), g(c, "class", "FilterValueContainer"), g(a, "class", "FilterTextContainer"), g(n, "class", "FilterMainArea"), g(N, "id", "arrow"), g(N, "d", "M281.541,447.921a.488.488,0,0,0,.295-.122l6.5-5.851a.488.488,0,1,0-.65-.726l-6.176,5.556-6.176-5.556h0a.488.488,0,1,0-.65.726l6.5,5.851a.488.488,0,0,0,.355.122Z"), g(N, "transform", "translate(-274.511 -441.088)"), g(N, "fill", "#d1d1d1"), g(E, "xmlns", "http://www.w3.org/2000/svg"), g(E, "width", "14"), g(E, "height", "6.835"), g(E, "viewBox", "0 0 14 6.835"), g(H, "class", L = "TriangleInactive " + /*isFilterActive*/
4446
4483
  (e[4] ? "TriangleActive" : "")), g(r, "class", O = "FilterSelector " + /*isFilterActive*/
4447
- (e[4] ? "FilterSelectorOpen" : "")), g(M, "class", "FilterDropdown"), g(j, "class", "ClearFilters"), j.disabled = K = /*fullSelection*/
4484
+ (e[4] ? "FilterSelectorOpen" : "")), g(M, "class", "FilterDropdown"), g(V, "class", "ClearFilters"), V.disabled = ee = /*fullSelection*/
4448
4485
  e[7] && /*selectedVendorArray*/
4449
4486
  e[6].length != /*vendorArray*/
4450
- e[5].length, g(I, "class", oe = "FilterDropdownContainer " + /*isFilterActive*/
4451
- (e[4] ? "FilterOpen" : "")), g(t, "class", ee = "FilterContainer " + /*addfilterselector*/
4487
+ e[5].length, g(I, "class", se = "FilterDropdownContainer " + /*isFilterActive*/
4488
+ (e[4] ? "FilterOpen" : "")), g(t, "class", te = "FilterContainer " + /*addfilterselector*/
4452
4489
  (e[0] == "true" && /*addsortingselector*/
4453
4490
  e[1] == "true" ? "FilerContainerSplit" : ""));
4454
4491
  },
4455
4492
  m(p, C) {
4456
- X(p, t, C), v(t, r), v(r, n), v(n, i), v(i, o), v(n, s), v(n, a), v(a, h), v(h, u), v(a, d), v(a, c), v(c, m), v(m, _), v(c, T), D.m(c, null), v(r, y), v(r, H), v(H, E), v(E, N), v(t, A), v(t, I), v(I, M);
4493
+ W(p, t, C), v(t, r), v(r, n), v(n, i), v(i, o), v(n, s), v(n, a), v(a, u), v(u, h), v(a, d), v(a, c), v(c, m), v(m, _), v(c, T), $.m(c, null), v(r, y), v(r, H), v(H, E), v(E, N), v(t, A), v(t, I), v(I, M);
4457
4494
  for (let P = 0; P < f.length; P += 1)
4458
4495
  f[P] && f[P].m(M, null);
4459
- v(I, W), v(I, j), v(j, ie), se || (Pe = [
4460
- Re(
4496
+ v(I, z), v(I, V), v(V, oe), ae || (Ae = [
4497
+ De(
4461
4498
  r,
4462
4499
  "click",
4463
4500
  /*click_handler*/
4464
4501
  e[22]
4465
4502
  ),
4466
- Re(
4467
- j,
4503
+ De(
4504
+ V,
4468
4505
  "click",
4469
4506
  /*click_handler_2*/
4470
4507
  e[25]
4471
4508
  )
4472
- ], se = !0);
4509
+ ], ae = !0);
4473
4510
  },
4474
4511
  p(p, C) {
4475
4512
  if (C[0] & /*$_*/
4476
4513
  2048 && l !== (l = /*$_*/
4477
- p[11]("filterby") + "") && q(u, l), C[0] & /*$_*/
4514
+ p[11]("filterby") + "") && Y(h, l), C[0] & /*$_*/
4478
4515
  2048 && b !== (b = /*$_*/
4479
- p[11]("providers") + "") && q(_, b), ae === (ae = Ae(p)) && D ? D.p(p, C) : (D.d(1), D = ae(p), D && (D.c(), D.m(c, null))), C[0] & /*isFilterActive*/
4516
+ p[11]("providers") + "") && Y(_, b), le === (le = Ce(p)) && $ ? $.p(p, C) : ($.d(1), $ = le(p), $ && ($.c(), $.m(c, null))), C[0] & /*isFilterActive*/
4480
4517
  16 && L !== (L = "TriangleInactive " + /*isFilterActive*/
4481
4518
  (p[4] ? "TriangleActive" : "")) && g(H, "class", L), C[0] & /*isFilterActive*/
4482
4519
  16 && O !== (O = "FilterSelector " + /*isFilterActive*/
4483
4520
  (p[4] ? "FilterSelectorOpen" : "")) && g(r, "class", O), C[0] & /*filterbylogo, vendorArray, filterByVendors*/
4484
4521
  8228) {
4485
- J = Et(
4522
+ Q = Ct(
4486
4523
  /*vendorArray*/
4487
4524
  p[5]
4488
4525
  );
4489
4526
  let P;
4490
- for (P = 0; P < J.length; P += 1) {
4491
- const le = Xt(p, J, P);
4492
- f[P] ? f[P].p(le, C) : (f[P] = Wt(le), f[P].c(), f[P].m(M, null));
4527
+ for (P = 0; P < Q.length; P += 1) {
4528
+ const ue = Yt(p, Q, P);
4529
+ f[P] ? f[P].p(ue, C) : (f[P] = Kt(ue), f[P].c(), f[P].m(M, null));
4493
4530
  }
4494
4531
  for (; P < f.length; P += 1)
4495
4532
  f[P].d(1);
4496
- f.length = J.length;
4533
+ f.length = Q.length;
4497
4534
  }
4498
4535
  C[0] & /*$_*/
4499
- 2048 && ne !== (ne = /*$_*/
4500
- p[11]("clear") + "") && q(ie, ne), C[0] & /*fullSelection, selectedVendorArray, vendorArray*/
4501
- 224 && K !== (K = /*fullSelection*/
4536
+ 2048 && ie !== (ie = /*$_*/
4537
+ p[11]("clear") + "") && Y(oe, ie), C[0] & /*fullSelection, selectedVendorArray, vendorArray*/
4538
+ 224 && ee !== (ee = /*fullSelection*/
4502
4539
  p[7] && /*selectedVendorArray*/
4503
4540
  p[6].length != /*vendorArray*/
4504
- p[5].length) && (j.disabled = K), C[0] & /*isFilterActive*/
4505
- 16 && oe !== (oe = "FilterDropdownContainer " + /*isFilterActive*/
4506
- (p[4] ? "FilterOpen" : "")) && g(I, "class", oe), C[0] & /*addfilterselector, addsortingselector*/
4507
- 3 && ee !== (ee = "FilterContainer " + /*addfilterselector*/
4541
+ p[5].length) && (V.disabled = ee), C[0] & /*isFilterActive*/
4542
+ 16 && se !== (se = "FilterDropdownContainer " + /*isFilterActive*/
4543
+ (p[4] ? "FilterOpen" : "")) && g(I, "class", se), C[0] & /*addfilterselector, addsortingselector*/
4544
+ 3 && te !== (te = "FilterContainer " + /*addfilterselector*/
4508
4545
  (p[0] == "true" && /*addsortingselector*/
4509
- p[1] == "true" ? "FilerContainerSplit" : "")) && g(t, "class", ee);
4546
+ p[1] == "true" ? "FilerContainerSplit" : "")) && g(t, "class", te);
4510
4547
  },
4511
4548
  d(p) {
4512
- p && k(t), D.d(), Mr(f, p), se = !1, Y(Pe);
4549
+ p && j(t), $.d(), Zr(f, p), ae = !1, K(Ae);
4513
4550
  }
4514
4551
  };
4515
4552
  }
4516
- function oo(e) {
4553
+ function yo(e) {
4517
4554
  let t, r = (
4518
4555
  /*$_*/
4519
4556
  e[11]("500") + ""
4520
4557
  ), n;
4521
4558
  return {
4522
4559
  c() {
4523
- t = F("p"), n = U(r), g(t, "class", "SearchLoading");
4560
+ t = F("p"), n = G(r), g(t, "class", "SearchLoading");
4524
4561
  },
4525
4562
  m(i, o) {
4526
- X(i, t, o), v(t, n);
4563
+ W(i, t, o), v(t, n);
4527
4564
  },
4528
4565
  p(i, o) {
4529
4566
  o[0] & /*$_*/
4530
4567
  2048 && r !== (r = /*$_*/
4531
- i[11]("500") + "") && q(n, r);
4568
+ i[11]("500") + "") && Y(n, r);
4532
4569
  },
4533
4570
  d(i) {
4534
- i && k(t);
4571
+ i && j(t);
4535
4572
  }
4536
4573
  };
4537
4574
  }
4538
- function so(e) {
4575
+ function vo(e) {
4539
4576
  let t, r;
4540
4577
  return {
4541
4578
  c() {
4542
- t = F("span"), r = U(
4579
+ t = F("span"), r = G(
4543
4580
  /*selectionNumber*/
4544
4581
  e[8]
4545
4582
  ), g(t, "class", "FilterCounter");
4546
4583
  },
4547
4584
  m(n, i) {
4548
- X(n, t, i), v(t, r);
4585
+ W(n, t, i), v(t, r);
4549
4586
  },
4550
4587
  p(n, i) {
4551
4588
  i[0] & /*selectionNumber*/
4552
- 256 && q(
4589
+ 256 && Y(
4553
4590
  r,
4554
4591
  /*selectionNumber*/
4555
4592
  n[8]
4556
4593
  );
4557
4594
  },
4558
4595
  d(n) {
4559
- n && k(t);
4596
+ n && j(t);
4560
4597
  }
4561
4598
  };
4562
4599
  }
4563
- function ao(e) {
4600
+ function _o(e) {
4564
4601
  let t, r = (
4565
4602
  /*$_*/
4566
4603
  e[11]("all") + ""
4567
4604
  ), n;
4568
4605
  return {
4569
4606
  c() {
4570
- t = F("span"), n = U(r), g(t, "class", "FilterCounter");
4607
+ t = F("span"), n = G(r), g(t, "class", "FilterCounter");
4571
4608
  },
4572
4609
  m(i, o) {
4573
- X(i, t, o), v(t, n);
4610
+ W(i, t, o), v(t, n);
4574
4611
  },
4575
4612
  p(i, o) {
4576
4613
  o[0] & /*$_*/
4577
4614
  2048 && r !== (r = /*$_*/
4578
- i[11]("all") + "") && q(n, r);
4615
+ i[11]("all") + "") && Y(n, r);
4579
4616
  },
4580
4617
  d(i) {
4581
- i && k(t);
4618
+ i && j(t);
4582
4619
  }
4583
4620
  };
4584
4621
  }
4585
- function lo(e) {
4622
+ function xo(e) {
4586
4623
  let t, r;
4587
4624
  return {
4588
4625
  c() {
4589
- t = F("img"), vt(t.src, r = /*vendor*/
4626
+ t = F("img"), Ht(t.src, r = /*vendor*/
4590
4627
  e[36].logo) || g(t, "src", r), g(t, "alt", "vendor logo");
4591
4628
  },
4592
4629
  m(n, i) {
4593
- X(n, t, i);
4630
+ W(n, t, i);
4594
4631
  },
4595
4632
  p(n, i) {
4596
4633
  i[0] & /*vendorArray*/
4597
- 32 && !vt(t.src, r = /*vendor*/
4634
+ 32 && !Ht(t.src, r = /*vendor*/
4598
4635
  n[36].logo) && g(t, "src", r);
4599
4636
  },
4600
4637
  d(n) {
4601
- n && k(t);
4638
+ n && j(t);
4602
4639
  }
4603
4640
  };
4604
4641
  }
4605
- function uo(e) {
4642
+ function Eo(e) {
4606
4643
  let t, r, n = (
4607
4644
  /*vendor*/
4608
4645
  e[36].name + ""
4609
- ), i, o, s, a, h = (
4646
+ ), i, o, s, a, u = (
4610
4647
  /*vendor*/
4611
4648
  e[36].games.count + ""
4612
- ), l, u;
4649
+ ), l, h;
4613
4650
  return {
4614
4651
  c() {
4615
- t = F("div"), r = F("span"), i = U(n), o = V(), s = F("span"), a = U("("), l = U(h), u = U(")"), g(r, "class", "VendorName"), g(t, "class", "FilterItemLabel");
4652
+ t = F("div"), r = F("span"), i = G(n), o = X(), s = F("span"), a = G("("), l = G(u), h = G(")"), g(r, "class", "VendorName"), g(t, "class", "FilterItemLabel");
4616
4653
  },
4617
4654
  m(d, c) {
4618
- X(d, t, c), v(t, r), v(r, i), v(t, o), v(t, s), v(s, a), v(s, l), v(s, u);
4655
+ W(d, t, c), v(t, r), v(r, i), v(t, o), v(t, s), v(s, a), v(s, l), v(s, h);
4619
4656
  },
4620
4657
  p(d, c) {
4621
4658
  c[0] & /*vendorArray*/
4622
4659
  32 && n !== (n = /*vendor*/
4623
- d[36].name + "") && q(i, n), c[0] & /*vendorArray*/
4624
- 32 && h !== (h = /*vendor*/
4625
- d[36].games.count + "") && q(l, h);
4660
+ d[36].name + "") && Y(i, n), c[0] & /*vendorArray*/
4661
+ 32 && u !== (u = /*vendor*/
4662
+ d[36].games.count + "") && Y(l, u);
4626
4663
  },
4627
4664
  d(d) {
4628
- d && k(t);
4665
+ d && j(t);
4629
4666
  }
4630
4667
  };
4631
4668
  }
4632
- function Wt(e) {
4633
- let t, r, n, i, o, s, a, h, l, u, d, c;
4669
+ function Kt(e) {
4670
+ let t, r, n, i, o, s, a, u, l, h, d, c;
4634
4671
  function m() {
4635
4672
  e[23].call(
4636
4673
  n,
@@ -4653,52 +4690,52 @@ function Wt(e) {
4653
4690
  if (
4654
4691
  /*filterbylogo*/
4655
4692
  H[2] === "false"
4656
- ) return uo;
4693
+ ) return Eo;
4657
4694
  if (
4658
4695
  /*filterbylogo*/
4659
4696
  H[2] === "true"
4660
- ) return lo;
4697
+ ) return xo;
4661
4698
  }
4662
4699
  let T = _(e), y = T && T(e);
4663
4700
  return {
4664
4701
  c() {
4665
- t = F("li"), r = F("label"), n = F("input"), o = V(), s = F("span"), a = V(), y && y.c(), h = V(), g(n, "type", "checkbox"), g(n, "name", "checkbox"), n.__value = i = /*vendor*/
4666
- e[36].name, _t(n, n.__value), g(s, "class", "FiltersCheckmark"), g(r, "class", "FilterLabel"), g(t, "class", l = "FilterItem " + /*filterbylogo*/
4667
- (e[2] === "true" ? "FilterItemWithLogos" : "")), t.value = u = /*vendor*/
4702
+ t = F("li"), r = F("label"), n = F("input"), o = X(), s = F("span"), a = X(), y && y.c(), u = X(), g(n, "type", "checkbox"), g(n, "name", "checkbox"), n.__value = i = /*vendor*/
4703
+ e[36].name, Pt(n, n.__value), g(s, "class", "FiltersCheckmark"), g(r, "class", "FilterLabel"), g(t, "class", l = "FilterItem " + /*filterbylogo*/
4704
+ (e[2] === "true" ? "FilterItemWithLogos" : "")), t.value = h = /*vendor*/
4668
4705
  e[36].name;
4669
4706
  },
4670
4707
  m(H, E) {
4671
- X(H, t, E), v(t, r), v(r, n), n.checked = /*vendor*/
4672
- e[36].isFilterSelected, v(r, o), v(r, s), v(r, a), y && y.m(r, null), v(t, h), d || (c = [
4673
- Re(n, "change", m),
4674
- Re(n, "click", b)
4708
+ W(H, t, E), v(t, r), v(r, n), n.checked = /*vendor*/
4709
+ e[36].isFilterSelected, v(r, o), v(r, s), v(r, a), y && y.m(r, null), v(t, u), d || (c = [
4710
+ De(n, "change", m),
4711
+ De(n, "click", b)
4675
4712
  ], d = !0);
4676
4713
  },
4677
4714
  p(H, E) {
4678
4715
  e = H, E[0] & /*vendorArray*/
4679
4716
  32 && i !== (i = /*vendor*/
4680
- e[36].name) && (n.__value = i, _t(n, n.__value)), E[0] & /*vendorArray*/
4717
+ e[36].name) && (n.__value = i, Pt(n, n.__value)), E[0] & /*vendorArray*/
4681
4718
  32 && (n.checked = /*vendor*/
4682
4719
  e[36].isFilterSelected), T === (T = _(e)) && y ? y.p(e, E) : (y && y.d(1), y = T && T(e), y && (y.c(), y.m(r, null))), E[0] & /*filterbylogo*/
4683
4720
  4 && l !== (l = "FilterItem " + /*filterbylogo*/
4684
4721
  (e[2] === "true" ? "FilterItemWithLogos" : "")) && g(t, "class", l), E[0] & /*vendorArray*/
4685
- 32 && u !== (u = /*vendor*/
4686
- e[36].name) && (t.value = u);
4722
+ 32 && h !== (h = /*vendor*/
4723
+ e[36].name) && (t.value = h);
4687
4724
  },
4688
4725
  d(H) {
4689
- H && k(t), y && y.d(), d = !1, Y(c);
4726
+ H && j(t), y && y.d(), d = !1, K(c);
4690
4727
  }
4691
4728
  };
4692
4729
  }
4693
- function ho(e) {
4730
+ function wo(e) {
4694
4731
  let t;
4695
4732
  function r(o, s) {
4696
4733
  if (
4697
4734
  /*hasErrors*/
4698
4735
  o[10]
4699
- ) return oo;
4736
+ ) return yo;
4700
4737
  if (!/*isLoading*/
4701
- o[9]) return io;
4738
+ o[9]) return go;
4702
4739
  }
4703
4740
  let n = r(e), i = n && n(e);
4704
4741
  return {
@@ -4706,39 +4743,39 @@ function ho(e) {
4706
4743
  t = F("div"), i && i.c();
4707
4744
  },
4708
4745
  m(o, s) {
4709
- X(o, t, s), i && i.m(t, null), e[26](t);
4746
+ W(o, t, s), i && i.m(t, null), e[26](t);
4710
4747
  },
4711
4748
  p(o, s) {
4712
4749
  n === (n = r(o)) && i ? i.p(o, s) : (i && i.d(1), i = n && n(o), i && (i.c(), i.m(t, null)));
4713
4750
  },
4714
- i: G,
4715
- o: G,
4751
+ i: k,
4752
+ o: k,
4716
4753
  d(o) {
4717
- o && k(t), i && i.d(), e[26](null);
4754
+ o && j(t), i && i.d(), e[26](null);
4718
4755
  }
4719
4756
  };
4720
4757
  }
4721
- function co(e, t, r) {
4758
+ function So(e, t, r) {
4722
4759
  let n;
4723
- Or(e, Ki, (f) => r(11, n = f));
4724
- let { endpoint: i = "" } = t, { datasource: o = "" } = t, { lang: s = "" } = t, { translationurl: a = "" } = t, { clientstyling: h = "" } = t, { clientstylingurl: l = "" } = t, { categoryid: u = "" } = t, { addfilterselector: d = "false" } = t, { addsortingselector: c = "false" } = t, { filterbylogo: m = "false" } = t, b = !1, _ = window.navigator.userAgent, T = [], y = [], H = {}, E = !1, N = 0, L = !0, O, A = !1;
4725
- ro({ withLocale: "en", translations: {} });
4760
+ Vr(e, co, (f) => r(11, n = f));
4761
+ let { endpoint: i = "" } = t, { datasource: o = "" } = t, { lang: s = "" } = t, { translationurl: a = "" } = t, { clientstyling: u = "" } = t, { clientstylingurl: l = "" } = t, { categoryid: h = "" } = t, { addfilterselector: d = "false" } = t, { addsortingselector: c = "false" } = t, { filterbylogo: m = "false" } = t, b = !1, _ = window.navigator.userAgent, T = [], y = [], H = {}, E = !1, N = 0, L = !0, O, A = !1;
4762
+ mo({ withLocale: "en", translations: {} });
4726
4763
  const I = () => {
4727
4764
  fetch(a).then((p) => p.json()).then((p) => {
4728
4765
  Object.keys(p).forEach((C) => {
4729
- jt(C, p[C]);
4766
+ Qt(C, p[C]);
4730
4767
  });
4731
4768
  }).catch((p) => {
4732
4769
  console.log(p);
4733
4770
  });
4734
4771
  };
4735
- Object.keys(Vt).forEach((f) => {
4736
- jt(f, Vt[f]);
4772
+ Object.keys(qt).forEach((f) => {
4773
+ Qt(f, qt[f]);
4737
4774
  });
4738
4775
  const M = () => {
4739
4776
  let f = document.createElement("style");
4740
- f.innerHTML = h, O.appendChild(f);
4741
- }, W = () => {
4777
+ f.innerHTML = u, O.appendChild(f);
4778
+ }, z = () => {
4742
4779
  let f = document.createElement("style");
4743
4780
  fetch(new URL(l)).then((p) => p.text()).then((p) => {
4744
4781
  f.innerHTML = p, setTimeout(
@@ -4749,58 +4786,59 @@ function co(e, t, r) {
4749
4786
  );
4750
4787
  });
4751
4788
  };
4752
- H[u] && (H = { [u]: [] });
4753
- const j = () => {
4789
+ H[h] && (H = { [h]: [] });
4790
+ const V = () => {
4754
4791
  r(4, b = !b), window.postMessage({ type: "FilterOpened" }, window.location.href);
4755
- }, ne = (f) => (r(9, L = !0), new Promise((p, C) => {
4792
+ }, ie = (f) => (r(9, L = !0), new Promise((p, C) => {
4756
4793
  fetch(f).then((P) => P.json()).then((P) => {
4757
4794
  P = P.items, p(P.items), r(6, y = []);
4758
- let le = JSON.parse(localStorage.getItem("vendorFiltersByCategory"));
4759
- P.forEach((Ce) => {
4760
- le || (le = { currentCategoryId: [] }), le[u]?.indexOf(Ce.id) >= 0 ? (Ce.isFilterSelected = !0, y.push(Ce)) : Ce.isFilterSelected = !1;
4761
- }), r(5, T = P), K();
4795
+ let ue = JSON.parse(localStorage.getItem("vendorFiltersByCategory"));
4796
+ P.forEach((Fe) => {
4797
+ var _t;
4798
+ ue || (ue = { currentCategoryId: [] }), ((_t = ue[h]) == null ? void 0 : _t.indexOf(Fe.id)) >= 0 ? (Fe.isFilterSelected = !0, y.push(Fe)) : Fe.isFilterSelected = !1;
4799
+ }), r(5, T = P), ee();
4762
4800
  }).catch((P) => {
4763
4801
  console.error(P), r(10, A = !0), C(P);
4764
4802
  }).finally(() => {
4765
4803
  r(9, L = !1);
4766
4804
  });
4767
- })), ie = (f) => {
4805
+ })), oe = (f) => {
4768
4806
  let p = localStorage.getItem("vendorFiltersByCategory");
4769
4807
  f.isFilterSelected = !f.isFilterSelected, !y.length || y.filter((C) => C.name === f.name).length == 0 ? y.push(f) : r(6, y = y.filter((C) => C.name !== f.name)), p == null ? localStorage.setItem("vendorFiltersByCategory", JSON.stringify(H = {
4770
- [u]: y.map((C) => C.id)
4771
- })) : (p = JSON.parse(p), p[u] = y.map((C) => C.id), localStorage.setItem("vendorFiltersByCategory", JSON.stringify(p))), window.postMessage({ type: "ApplyFilters", origin: "filters" }, window.location.href), K();
4772
- }, K = () => {
4808
+ [h]: y.map((C) => C.id)
4809
+ })) : (p = JSON.parse(p), p[h] = y.map((C) => C.id), localStorage.setItem("vendorFiltersByCategory", JSON.stringify(p))), window.postMessage({ type: "ApplyFilters", origin: "filters" }, window.location.href), ee();
4810
+ }, ee = () => {
4773
4811
  r(7, E = y.length === T.length || y.length == 0), r(8, N = y.length);
4774
- }, oe = () => {
4812
+ }, se = () => {
4775
4813
  const f = new URL(`${i}/v1/casino/vendors`);
4776
- r(4, b = !1), f.searchParams.append("fields", "id,name,logo,subVendors,games"), f.searchParams.append("language", s), f.searchParams.append("datasource", o), f.searchParams.append("platform", to(_)), (u.match(/\$/g) || []).length > 1 ? (f.searchParams.append("filter", `games(subGroups=${u})`), f.searchParams.append("subVendors", `games(subGroups=${u})`)) : f.searchParams.append("filter", `games(groups=${u})`), ne(f);
4777
- }, ee = () => {
4814
+ r(4, b = !1), f.searchParams.append("fields", "id,name,logo,subVendors,games"), f.searchParams.append("language", s), f.searchParams.append("datasource", o), f.searchParams.append("platform", po(_)), (h.match(/\$/g) || []).length > 1 ? (f.searchParams.append("filter", `games(subGroups=${h})`), f.searchParams.append("subVendors", `games(subGroups=${h})`)) : f.searchParams.append("filter", `games(groups=${h})`), ie(f);
4815
+ }, te = () => {
4778
4816
  r(6, y = []), localStorage.setItem("vendorFiltersByCategory", JSON.stringify(H = {
4779
- [u]: y.map((f) => f.id)
4817
+ [h]: y.map((f) => f.id)
4780
4818
  })), T.forEach((f) => f.isFilterSelected = !1), r(5, T), window.postMessage({ type: "ApplyFilters" }, window.location.href), r(7, E = !0), r(4, b = !1);
4781
- }, se = (f) => {
4819
+ }, ae = (f) => {
4782
4820
  f.data.type == "SortingOpened" && r(4, b = !1);
4783
4821
  };
4784
- Ur(() => (window.addEventListener("message", se, !1), () => {
4785
- window.removeEventListener("message", se);
4822
+ Yr(() => (window.addEventListener("message", ae, !1), () => {
4823
+ window.removeEventListener("message", ae);
4786
4824
  }));
4787
- const Pe = () => j();
4788
- function Ae(f, p) {
4825
+ const Ae = () => V();
4826
+ function Ce(f, p) {
4789
4827
  f[p].isFilterSelected = this.checked, r(5, T);
4790
4828
  }
4791
- const ae = (f) => ie(f), D = () => ee();
4792
- function J(f) {
4793
- Ye[f ? "unshift" : "push"](() => {
4829
+ const le = (f) => oe(f), $ = () => te();
4830
+ function Q(f) {
4831
+ et[f ? "unshift" : "push"](() => {
4794
4832
  O = f, r(3, O);
4795
4833
  });
4796
4834
  }
4797
4835
  return e.$$set = (f) => {
4798
- "endpoint" in f && r(15, i = f.endpoint), "datasource" in f && r(16, o = f.datasource), "lang" in f && r(17, s = f.lang), "translationurl" in f && r(18, a = f.translationurl), "clientstyling" in f && r(19, h = f.clientstyling), "clientstylingurl" in f && r(20, l = f.clientstylingurl), "categoryid" in f && r(21, u = f.categoryid), "addfilterselector" in f && r(0, d = f.addfilterselector), "addsortingselector" in f && r(1, c = f.addsortingselector), "filterbylogo" in f && r(2, m = f.filterbylogo);
4836
+ "endpoint" in f && r(15, i = f.endpoint), "datasource" in f && r(16, o = f.datasource), "lang" in f && r(17, s = f.lang), "translationurl" in f && r(18, a = f.translationurl), "clientstyling" in f && r(19, u = f.clientstyling), "clientstylingurl" in f && r(20, l = f.clientstylingurl), "categoryid" in f && r(21, h = f.categoryid), "addfilterselector" in f && r(0, d = f.addfilterselector), "addsortingselector" in f && r(1, c = f.addsortingselector), "filterbylogo" in f && r(2, m = f.filterbylogo);
4799
4837
  }, e.$$.update = () => {
4800
4838
  e.$$.dirty[0] & /*endpoint, datasource, categoryid, filterbylogo*/
4801
- 2195460 && i && o && u && m && oe(), e.$$.dirty[0] & /*clientstyling, customStylingContainer*/
4802
- 524296 && h && O && M(), e.$$.dirty[0] & /*clientstylingurl, customStylingContainer*/
4803
- 1048584 && l && O && W(), e.$$.dirty[0] & /*translationurl*/
4839
+ 2195460 && i && o && h && m && se(), e.$$.dirty[0] & /*clientstyling, customStylingContainer*/
4840
+ 524296 && u && O && M(), e.$$.dirty[0] & /*clientstylingurl, customStylingContainer*/
4841
+ 1048584 && l && O && z(), e.$$.dirty[0] & /*translationurl*/
4804
4842
  262144 && a && I();
4805
4843
  }, [
4806
4844
  d,
@@ -4815,31 +4853,31 @@ function co(e, t, r) {
4815
4853
  L,
4816
4854
  A,
4817
4855
  n,
4818
- j,
4819
- ie,
4820
- ee,
4856
+ V,
4857
+ oe,
4858
+ te,
4821
4859
  i,
4822
4860
  o,
4823
4861
  s,
4824
4862
  a,
4825
- h,
4826
- l,
4827
4863
  u,
4828
- Pe,
4864
+ l,
4865
+ h,
4829
4866
  Ae,
4830
- ae,
4831
- D,
4832
- J
4867
+ Ce,
4868
+ le,
4869
+ $,
4870
+ Q
4833
4871
  ];
4834
4872
  }
4835
- class Fr extends Jr {
4873
+ class Rr extends ln {
4836
4874
  constructor(t) {
4837
- super(), zr(
4875
+ super(), sn(
4838
4876
  this,
4839
4877
  t,
4840
- co,
4841
- ho,
4842
- Zt,
4878
+ So,
4879
+ wo,
4880
+ tr,
4843
4881
  {
4844
4882
  endpoint: 15,
4845
4883
  datasource: 16,
@@ -4852,7 +4890,7 @@ class Fr extends Jr {
4852
4890
  addsortingselector: 1,
4853
4891
  filterbylogo: 2
4854
4892
  },
4855
- no,
4893
+ bo,
4856
4894
  [-1, -1]
4857
4895
  );
4858
4896
  }
@@ -4860,106 +4898,106 @@ class Fr extends Jr {
4860
4898
  return this.$$.ctx[15];
4861
4899
  }
4862
4900
  set endpoint(t) {
4863
- this.$$set({ endpoint: t }), $();
4901
+ this.$$set({ endpoint: t }), U();
4864
4902
  }
4865
4903
  get datasource() {
4866
4904
  return this.$$.ctx[16];
4867
4905
  }
4868
4906
  set datasource(t) {
4869
- this.$$set({ datasource: t }), $();
4907
+ this.$$set({ datasource: t }), U();
4870
4908
  }
4871
4909
  get lang() {
4872
4910
  return this.$$.ctx[17];
4873
4911
  }
4874
4912
  set lang(t) {
4875
- this.$$set({ lang: t }), $();
4913
+ this.$$set({ lang: t }), U();
4876
4914
  }
4877
4915
  get translationurl() {
4878
4916
  return this.$$.ctx[18];
4879
4917
  }
4880
4918
  set translationurl(t) {
4881
- this.$$set({ translationurl: t }), $();
4919
+ this.$$set({ translationurl: t }), U();
4882
4920
  }
4883
4921
  get clientstyling() {
4884
4922
  return this.$$.ctx[19];
4885
4923
  }
4886
4924
  set clientstyling(t) {
4887
- this.$$set({ clientstyling: t }), $();
4925
+ this.$$set({ clientstyling: t }), U();
4888
4926
  }
4889
4927
  get clientstylingurl() {
4890
4928
  return this.$$.ctx[20];
4891
4929
  }
4892
4930
  set clientstylingurl(t) {
4893
- this.$$set({ clientstylingurl: t }), $();
4931
+ this.$$set({ clientstylingurl: t }), U();
4894
4932
  }
4895
4933
  get categoryid() {
4896
4934
  return this.$$.ctx[21];
4897
4935
  }
4898
4936
  set categoryid(t) {
4899
- this.$$set({ categoryid: t }), $();
4937
+ this.$$set({ categoryid: t }), U();
4900
4938
  }
4901
4939
  get addfilterselector() {
4902
4940
  return this.$$.ctx[0];
4903
4941
  }
4904
4942
  set addfilterselector(t) {
4905
- this.$$set({ addfilterselector: t }), $();
4943
+ this.$$set({ addfilterselector: t }), U();
4906
4944
  }
4907
4945
  get addsortingselector() {
4908
4946
  return this.$$.ctx[1];
4909
4947
  }
4910
4948
  set addsortingselector(t) {
4911
- this.$$set({ addsortingselector: t }), $();
4949
+ this.$$set({ addsortingselector: t }), U();
4912
4950
  }
4913
4951
  get filterbylogo() {
4914
4952
  return this.$$.ctx[2];
4915
4953
  }
4916
4954
  set filterbylogo(t) {
4917
- this.$$set({ filterbylogo: t }), $();
4955
+ this.$$set({ filterbylogo: t }), U();
4918
4956
  }
4919
4957
  }
4920
- Zr(Fr, { endpoint: {}, datasource: {}, lang: {}, translationurl: {}, clientstyling: {}, clientstylingurl: {}, categoryid: {}, addfilterselector: {}, addsortingselector: {}, filterbylogo: {} }, [], [], !0);
4921
- const Eo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4958
+ an(Rr, { endpoint: {}, datasource: {}, lang: {}, translationurl: {}, clientstyling: {}, clientstylingurl: {}, categoryid: {}, addfilterselector: {}, addsortingselector: {}, filterbylogo: {} }, [], [], !0);
4959
+ const No = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4922
4960
  __proto__: null,
4923
- default: Fr
4961
+ default: Rr
4924
4962
  }, Symbol.toStringTag, { value: "Module" }));
4925
4963
  export {
4926
- te as $,
4927
- Mr as A,
4928
- mo as B,
4929
- Ki as C,
4930
- yo as D,
4931
- xo as E,
4932
- _o as F,
4933
- po as G,
4934
- go as H,
4935
- vo as I,
4936
- ve as J,
4937
- Eo as K,
4938
- Jr as S,
4939
- Tr as a,
4940
- Ir as b,
4941
- Zr as c,
4942
- V as d,
4964
+ re as $,
4965
+ Zr as A,
4966
+ Ao as B,
4967
+ co as C,
4968
+ Bo as D,
4969
+ Lo as E,
4970
+ Io as F,
4971
+ Po as G,
4972
+ Fo as H,
4973
+ Oo as I,
4974
+ _e as J,
4975
+ No as K,
4976
+ ln as S,
4977
+ Or as a,
4978
+ Xr as b,
4979
+ an as c,
4980
+ X as d,
4943
4981
  F as e,
4944
- $ as f,
4945
- vt as g,
4982
+ U as f,
4983
+ Ht as g,
4946
4984
  g as h,
4947
- zr as i,
4948
- X as j,
4985
+ sn as i,
4986
+ W as j,
4949
4987
  v as k,
4950
- k as l,
4951
- Or as m,
4952
- G as n,
4953
- Ur as o,
4954
- eo as p,
4955
- U as q,
4956
- Re as r,
4957
- Zt as s,
4958
- bo as t,
4959
- q as u,
4960
- fo as v,
4961
- to as w,
4962
- Ye as x,
4963
- Ee as y,
4964
- Et as z
4988
+ j as l,
4989
+ Vr as m,
4990
+ k as n,
4991
+ Yr as o,
4992
+ fo as p,
4993
+ G as q,
4994
+ De as r,
4995
+ tr as s,
4996
+ Co as t,
4997
+ Y as u,
4998
+ Ho as v,
4999
+ po as w,
5000
+ et as x,
5001
+ we as y,
5002
+ Ct as z
4965
5003
  };