@everymatrix/casino-promotions-slider 1.56.0 → 1.56.2

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,29 +1,29 @@
1
1
  function W() {
2
2
  }
3
- function er(e) {
3
+ function nr(e) {
4
4
  return e();
5
5
  }
6
- function _t() {
6
+ function St() {
7
7
  return /* @__PURE__ */ Object.create(null);
8
8
  }
9
9
  function fe(e) {
10
- e.forEach(er);
10
+ e.forEach(nr);
11
11
  }
12
- function mt(e) {
12
+ function pt(e) {
13
13
  return typeof e == "function";
14
14
  }
15
- function tr(e, t) {
15
+ function ir(e, t) {
16
16
  return e != e ? t == t : e !== t || e && typeof e == "object" || typeof e == "function";
17
17
  }
18
18
  let we;
19
19
  function oe(e, t) {
20
20
  return e === t ? !0 : (we || (we = document.createElement("a")), we.href = t, e === we.href);
21
21
  }
22
- function xt(e) {
22
+ function Pt(e) {
23
23
  return e.split(",").map((t) => t.trim().split(" ").filter(Boolean));
24
24
  }
25
- function rr(e, t) {
26
- const r = xt(e.srcset), n = xt(t || "");
25
+ function or(e, t) {
26
+ const r = Pt(e.srcset), n = Pt(t || "");
27
27
  return n.length === r.length && n.every(
28
28
  ([i, o], a) => o === r[a][1] && // We need to test both ways because Vite will create an a full URL with
29
29
  // `new URL(asset, import.meta.url).href` for the client when `base: './'`, and the
@@ -33,10 +33,10 @@ function rr(e, t) {
33
33
  (oe(r[a][0], i) || oe(i, r[a][0]))
34
34
  );
35
35
  }
36
- function qr(e) {
36
+ function en(e) {
37
37
  return Object.keys(e).length === 0;
38
38
  }
39
- function nr(e, ...t) {
39
+ function sr(e, ...t) {
40
40
  if (e == null) {
41
41
  for (const n of t)
42
42
  n(void 0);
@@ -45,21 +45,22 @@ function nr(e, ...t) {
45
45
  const r = e.subscribe(...t);
46
46
  return r.unsubscribe ? () => r.unsubscribe() : r;
47
47
  }
48
- function Qr(e, t, r) {
49
- e.$$.on_destroy.push(nr(t, r));
48
+ function tn(e, t, r) {
49
+ e.$$.on_destroy.push(sr(t, r));
50
50
  }
51
51
  function y(e, t) {
52
52
  e.appendChild(t);
53
53
  }
54
- function Jr(e, t, r) {
55
- const n = Kr(e);
54
+ function rn(e, t, r) {
55
+ const n = nn(e);
56
56
  if (!n.getElementById(t)) {
57
57
  const i = w("style");
58
- i.id = t, i.textContent = r, en(n, i);
58
+ i.id = t, i.textContent = r, on(n, i);
59
59
  }
60
60
  }
61
- function Kr(e) {
62
- if (!e) return document;
61
+ function nn(e) {
62
+ if (!e)
63
+ return document;
63
64
  const t = e.getRootNode ? e.getRootNode() : e.ownerDocument;
64
65
  return t && /** @type {ShadowRoot} */
65
66
  t.host ? (
@@ -67,7 +68,7 @@ function Kr(e) {
67
68
  t
68
69
  ) : e.ownerDocument;
69
70
  }
70
- function en(e, t) {
71
+ function on(e, t) {
71
72
  return y(
72
73
  /** @type {Document} */
73
74
  e.head || e,
@@ -80,7 +81,7 @@ function X(e, t, r) {
80
81
  function $(e) {
81
82
  e.parentNode && e.parentNode.removeChild(e);
82
83
  }
83
- function pt(e, t) {
84
+ function gt(e, t) {
84
85
  for (let r = 0; r < e.length; r += 1)
85
86
  e[r] && e[r].d(t);
86
87
  }
@@ -102,18 +103,18 @@ function _e(e, t, r, n) {
102
103
  function m(e, t, r) {
103
104
  r == null ? e.removeAttribute(t) : e.getAttribute(t) !== r && e.setAttribute(t, r);
104
105
  }
105
- function tn(e) {
106
+ function sn(e) {
106
107
  return Array.from(e.childNodes);
107
108
  }
108
109
  function Re(e, t) {
109
110
  t = "" + t, e.data !== t && (e.data = /** @type {string} */
110
111
  t);
111
112
  }
112
- function rn(e, t, r, n) {
113
+ function an(e, t, r, n) {
113
114
  e.style.setProperty(t, r, "");
114
115
  }
115
116
  let Te;
116
- function nn() {
117
+ function ln() {
117
118
  if (Te === void 0) {
118
119
  Te = !1;
119
120
  try {
@@ -124,14 +125,14 @@ function nn() {
124
125
  }
125
126
  return Te;
126
127
  }
127
- function on(e, t) {
128
+ function un(e, t) {
128
129
  getComputedStyle(e).position === "static" && (e.style.position = "relative");
129
130
  const n = w("iframe");
130
131
  n.setAttribute(
131
132
  "style",
132
133
  "display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; border: 0; opacity: 0; pointer-events: none; z-index: -1;"
133
134
  ), n.setAttribute("aria-hidden", "true"), n.tabIndex = -1;
134
- const i = nn();
135
+ const i = ln();
135
136
  let o;
136
137
  return i ? (n.src = "data:text/html,<script>onresize=function(){parent.postMessage(0,'*')}<\/script>", o = _e(
137
138
  window,
@@ -146,10 +147,10 @@ function on(e, t) {
146
147
  (i || o && n.contentWindow) && o(), $(n);
147
148
  };
148
149
  }
149
- function sn(e, t, { bubbles: r = !1, cancelable: n = !1 } = {}) {
150
+ function hn(e, t, { bubbles: r = !1, cancelable: n = !1 } = {}) {
150
151
  return new CustomEvent(e, { detail: t, bubbles: r, cancelable: n });
151
152
  }
152
- function an(e) {
153
+ function cn(e) {
153
154
  const t = {};
154
155
  return e.childNodes.forEach(
155
156
  /** @param {Element} node */
@@ -162,19 +163,20 @@ let xe;
162
163
  function ve(e) {
163
164
  xe = e;
164
165
  }
165
- function ir() {
166
- if (!xe) throw new Error("Function called outside component initialization");
166
+ function ar() {
167
+ if (!xe)
168
+ throw new Error("Function called outside component initialization");
167
169
  return xe;
168
170
  }
169
- function ln(e) {
170
- ir().$$.on_mount.push(e);
171
+ function fn(e) {
172
+ ar().$$.on_mount.push(e);
171
173
  }
172
- function un() {
173
- const e = ir();
174
+ function dn() {
175
+ const e = ar();
174
176
  return (t, r, { cancelable: n = !1 } = {}) => {
175
177
  const i = e.$$.callbacks[t];
176
178
  if (i) {
177
- const o = sn(
179
+ const o = hn(
178
180
  /** @type {string} */
179
181
  t,
180
182
  r,
@@ -189,12 +191,12 @@ function un() {
189
191
  }
190
192
  const re = [], ye = [];
191
193
  let ne = [];
192
- const Et = [], hn = /* @__PURE__ */ Promise.resolve();
193
- let et = !1;
194
- function cn() {
195
- et || (et = !0, hn.then(z));
194
+ const wt = [], mn = /* @__PURE__ */ Promise.resolve();
195
+ let tt = !1;
196
+ function pn() {
197
+ tt || (tt = !0, mn.then(z));
196
198
  }
197
- function Oe(e) {
199
+ function Ne(e) {
198
200
  ne.push(e);
199
201
  }
200
202
  const We = /* @__PURE__ */ new Set();
@@ -207,65 +209,66 @@ function z() {
207
209
  try {
208
210
  for (; ee < re.length; ) {
209
211
  const t = re[ee];
210
- ee++, ve(t), fn(t.$$);
212
+ ee++, ve(t), gn(t.$$);
211
213
  }
212
214
  } catch (t) {
213
215
  throw re.length = 0, ee = 0, t;
214
216
  }
215
- for (ve(null), re.length = 0, ee = 0; ye.length; ) ye.pop()();
217
+ for (ve(null), re.length = 0, ee = 0; ye.length; )
218
+ ye.pop()();
216
219
  for (let t = 0; t < ne.length; t += 1) {
217
220
  const r = ne[t];
218
221
  We.has(r) || (We.add(r), r());
219
222
  }
220
223
  ne.length = 0;
221
224
  } while (re.length);
222
- for (; Et.length; )
223
- Et.pop()();
224
- et = !1, We.clear(), ve(e);
225
+ for (; wt.length; )
226
+ wt.pop()();
227
+ tt = !1, We.clear(), ve(e);
225
228
  }
226
- function fn(e) {
229
+ function gn(e) {
227
230
  if (e.fragment !== null) {
228
231
  e.update(), fe(e.before_update);
229
232
  const t = e.dirty;
230
- e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(Oe);
233
+ e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(Ne);
231
234
  }
232
235
  }
233
- function dn(e) {
236
+ function bn(e) {
234
237
  const t = [], r = [];
235
238
  ne.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : r.push(n)), r.forEach((n) => n()), ne = t;
236
239
  }
237
- const mn = /* @__PURE__ */ new Set();
238
- function pn(e, t) {
239
- e && e.i && (mn.delete(e), e.i(t));
240
+ const vn = /* @__PURE__ */ new Set();
241
+ function yn(e, t) {
242
+ e && e.i && (vn.delete(e), e.i(t));
240
243
  }
241
244
  function ae(e) {
242
245
  return e?.length !== void 0 ? e : Array.from(e);
243
246
  }
244
- function gn(e, t, r) {
247
+ function _n(e, t, r) {
245
248
  const { fragment: n, after_update: i } = e.$$;
246
- n && n.m(t, r), Oe(() => {
247
- const o = e.$$.on_mount.map(er).filter(mt);
249
+ n && n.m(t, r), Ne(() => {
250
+ const o = e.$$.on_mount.map(nr).filter(pt);
248
251
  e.$$.on_destroy ? e.$$.on_destroy.push(...o) : fe(o), e.$$.on_mount = [];
249
- }), i.forEach(Oe);
252
+ }), i.forEach(Ne);
250
253
  }
251
- function bn(e, t) {
254
+ function xn(e, t) {
252
255
  const r = e.$$;
253
- r.fragment !== null && (dn(r.after_update), fe(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
256
+ r.fragment !== null && (bn(r.after_update), fe(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
254
257
  }
255
- function vn(e, t) {
256
- e.$$.dirty[0] === -1 && (re.push(e), cn(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
258
+ function En(e, t) {
259
+ e.$$.dirty[0] === -1 && (re.push(e), pn(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
257
260
  }
258
- function yn(e, t, r, n, i, o, a = null, u = [-1]) {
261
+ function Sn(e, t, r, n, i, o, a = null, l = [-1]) {
259
262
  const c = xe;
260
263
  ve(e);
261
- const l = e.$$ = {
264
+ const u = e.$$ = {
262
265
  fragment: null,
263
266
  ctx: [],
264
267
  // state
265
268
  props: o,
266
269
  update: W,
267
270
  not_equal: i,
268
- bound: _t(),
271
+ bound: St(),
269
272
  // lifecycle
270
273
  on_mount: [],
271
274
  on_destroy: [],
@@ -274,28 +277,28 @@ function yn(e, t, r, n, i, o, a = null, u = [-1]) {
274
277
  after_update: [],
275
278
  context: new Map(t.context || (c ? c.$$.context : [])),
276
279
  // everything else
277
- callbacks: _t(),
278
- dirty: u,
280
+ callbacks: St(),
281
+ dirty: l,
279
282
  skip_bound: !1,
280
283
  root: t.target || c.$$.root
281
284
  };
282
- a && a(l.root);
285
+ a && a(u.root);
283
286
  let s = !1;
284
- if (l.ctx = r ? r(e, t.props || {}, (h, f, ...d) => {
287
+ if (u.ctx = r ? r(e, t.props || {}, (h, f, ...d) => {
285
288
  const p = d.length ? d[0] : f;
286
- return l.ctx && i(l.ctx[h], l.ctx[h] = p) && (!l.skip_bound && l.bound[h] && l.bound[h](p), s && vn(e, h)), f;
287
- }) : [], l.update(), s = !0, fe(l.before_update), l.fragment = n ? n(l.ctx) : !1, t.target) {
289
+ return u.ctx && i(u.ctx[h], u.ctx[h] = p) && (!u.skip_bound && u.bound[h] && u.bound[h](p), s && En(e, h)), f;
290
+ }) : [], u.update(), s = !0, fe(u.before_update), u.fragment = n ? n(u.ctx) : !1, t.target) {
288
291
  if (t.hydrate) {
289
- const h = tn(t.target);
290
- l.fragment && l.fragment.l(h), h.forEach($);
292
+ const h = sn(t.target);
293
+ u.fragment && u.fragment.l(h), h.forEach($);
291
294
  } else
292
- l.fragment && l.fragment.c();
293
- t.intro && pn(e.$$.fragment), gn(e, t.target, t.anchor), z();
295
+ u.fragment && u.fragment.c();
296
+ t.intro && yn(e.$$.fragment), _n(e, t.target, t.anchor), z();
294
297
  }
295
298
  ve(c);
296
299
  }
297
- let or;
298
- typeof HTMLElement == "function" && (or = class extends HTMLElement {
300
+ let lr;
301
+ typeof HTMLElement == "function" && (lr = class extends HTMLElement {
299
302
  /** The Svelte component constructor */
300
303
  $$ctor;
301
304
  /** Slots */
@@ -343,8 +346,8 @@ typeof HTMLElement == "function" && (or = class extends HTMLElement {
343
346
  * @param {HTMLElement} target
344
347
  * @param {HTMLElement} [anchor]
345
348
  */
346
- m: function(c, l) {
347
- X(c, o, l);
349
+ m: function(c, u) {
350
+ X(c, o, u);
348
351
  },
349
352
  d: function(c) {
350
353
  c && $(o);
@@ -354,12 +357,12 @@ typeof HTMLElement == "function" && (or = class extends HTMLElement {
354
357
  };
355
358
  if (await Promise.resolve(), !this.$$cn || this.$$c)
356
359
  return;
357
- const t = {}, r = an(this);
360
+ const t = {}, r = cn(this);
358
361
  for (const i of this.$$s)
359
362
  i in r && (t[i] = [e(i)]);
360
363
  for (const i of this.attributes) {
361
364
  const o = this.$$g_p(i.name);
362
- o in this.$$d || (this.$$d[o] = Ae(o, i.value, this.$$p_d, "toProp"));
365
+ o in this.$$d || (this.$$d[o] = Be(o, i.value, this.$$p_d, "toProp"));
363
366
  }
364
367
  for (const i in this.$$p_d)
365
368
  !(i in this.$$d) && this[i] !== void 0 && (this.$$d[i] = this[i], delete this[i]);
@@ -377,7 +380,7 @@ typeof HTMLElement == "function" && (or = class extends HTMLElement {
377
380
  this.$$r = !0;
378
381
  for (const i in this.$$p_d)
379
382
  if (this.$$d[i] = this.$$c.$$.ctx[this.$$c.$$.props[i]], this.$$p_d[i].reflect) {
380
- const o = Ae(
383
+ const o = Be(
381
384
  i,
382
385
  this.$$d[i],
383
386
  this.$$p_d,
@@ -399,7 +402,7 @@ typeof HTMLElement == "function" && (or = class extends HTMLElement {
399
402
  // We don't need this when working within Svelte code, but for compatibility of people using this outside of Svelte
400
403
  // and setting attributes through setAttribute etc, this is helpful
401
404
  attributeChangedCallback(e, t, r) {
402
- this.$$r || (e = this.$$g_p(e), this.$$d[e] = Ae(e, r, this.$$p_d, "toProp"), this.$$c?.$set({ [e]: this.$$d[e] }));
405
+ this.$$r || (e = this.$$g_p(e), this.$$d[e] = Be(e, r, this.$$p_d, "toProp"), this.$$c?.$set({ [e]: this.$$d[e] }));
403
406
  }
404
407
  disconnectedCallback() {
405
408
  this.$$cn = !1, Promise.resolve().then(() => {
@@ -412,7 +415,7 @@ typeof HTMLElement == "function" && (or = class extends HTMLElement {
412
415
  ) || e;
413
416
  }
414
417
  });
415
- function Ae(e, t, r, n) {
418
+ function Be(e, t, r, n) {
416
419
  const i = r[e]?.type;
417
420
  if (t = i === "Boolean" && typeof t != "boolean" ? t != null : t, !n || !r[e])
418
421
  return t;
@@ -441,36 +444,36 @@ function Ae(e, t, r, n) {
441
444
  return t;
442
445
  }
443
446
  }
444
- function _n(e, t, r, n, i, o) {
445
- let a = class extends or {
447
+ function Pn(e, t, r, n, i, o) {
448
+ let a = class extends lr {
446
449
  constructor() {
447
450
  super(e, r, i), this.$$p_d = t;
448
451
  }
449
452
  static get observedAttributes() {
450
453
  return Object.keys(t).map(
451
- (u) => (t[u].attribute || u).toLowerCase()
454
+ (l) => (t[l].attribute || l).toLowerCase()
452
455
  );
453
456
  }
454
457
  };
455
- return Object.keys(t).forEach((u) => {
456
- Object.defineProperty(a.prototype, u, {
458
+ return Object.keys(t).forEach((l) => {
459
+ Object.defineProperty(a.prototype, l, {
457
460
  get() {
458
- return this.$$c && u in this.$$c ? this.$$c[u] : this.$$d[u];
461
+ return this.$$c && l in this.$$c ? this.$$c[l] : this.$$d[l];
459
462
  },
460
463
  set(c) {
461
- c = Ae(u, c, t), this.$$d[u] = c, this.$$c?.$set({ [u]: c });
464
+ c = Be(l, c, t), this.$$d[l] = c, this.$$c?.$set({ [l]: c });
462
465
  }
463
466
  });
464
- }), n.forEach((u) => {
465
- Object.defineProperty(a.prototype, u, {
467
+ }), n.forEach((l) => {
468
+ Object.defineProperty(a.prototype, l, {
466
469
  get() {
467
- return this.$$c?.[u];
470
+ return this.$$c?.[l];
468
471
  }
469
472
  });
470
473
  }), e.element = /** @type {any} */
471
474
  a, a;
472
475
  }
473
- class xn {
476
+ class wn {
474
477
  /**
475
478
  * ### PRIVATE API
476
479
  *
@@ -489,7 +492,7 @@ class xn {
489
492
  $$set = void 0;
490
493
  /** @returns {void} */
491
494
  $destroy() {
492
- bn(this, 1), this.$destroy = W;
495
+ xn(this, 1), this.$destroy = W;
493
496
  }
494
497
  /**
495
498
  * @template {Extract<keyof Events, string>} K
@@ -498,7 +501,7 @@ class xn {
498
501
  * @returns {() => void}
499
502
  */
500
503
  $on(t, r) {
501
- if (!mt(r))
504
+ if (!pt(r))
502
505
  return W;
503
506
  const n = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
504
507
  return n.push(r), () => {
@@ -511,29 +514,30 @@ class xn {
511
514
  * @returns {void}
512
515
  */
513
516
  $set(t) {
514
- this.$$set && !qr(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
517
+ this.$$set && !en(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
515
518
  }
516
519
  }
517
- const En = "4";
518
- typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(En);
519
- var Sn = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
520
- function sr(e) {
520
+ const Tn = "4";
521
+ typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Tn);
522
+ var Hn = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
523
+ function ur(e) {
521
524
  return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
522
525
  }
523
- var ar = { exports: {} };
526
+ var hr = { exports: {} };
524
527
  (function(e, t) {
525
528
  (function(r, n) {
526
529
  e.exports = n();
527
- })(typeof self < "u" ? self : Sn, function() {
530
+ })(typeof self < "u" ? self : Hn, function() {
528
531
  return function(r) {
529
532
  function n(o) {
530
- if (i[o]) return i[o].exports;
533
+ if (i[o])
534
+ return i[o].exports;
531
535
  var a = i[o] = { i: o, l: !1, exports: {} };
532
536
  return r[o].call(a.exports, a, a.exports, n), a.l = !0, a.exports;
533
537
  }
534
538
  var i = {};
535
- return n.m = r, n.c = i, n.d = function(o, a, u) {
536
- n.o(o, a) || Object.defineProperty(o, a, { configurable: !1, enumerable: !0, get: u });
539
+ return n.m = r, n.c = i, n.d = function(o, a, l) {
540
+ n.o(o, a) || Object.defineProperty(o, a, { configurable: !1, enumerable: !0, get: l });
537
541
  }, n.n = function(o) {
538
542
  var a = o && o.__esModule ? function() {
539
543
  return o.default;
@@ -545,33 +549,35 @@ var ar = { exports: {} };
545
549
  return Object.prototype.hasOwnProperty.call(o, a);
546
550
  }, n.p = "", n(n.s = 0);
547
551
  }([function(r, n, i) {
548
- function o(l, s) {
549
- if (!(l instanceof s)) throw new TypeError("Cannot call a class as a function");
552
+ function o(u, s) {
553
+ if (!(u instanceof s))
554
+ throw new TypeError("Cannot call a class as a function");
550
555
  }
551
556
  Object.defineProperty(n, "__esModule", { value: !0 });
552
- var a = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(l) {
553
- return typeof l;
554
- } : function(l) {
555
- return l && typeof Symbol == "function" && l.constructor === Symbol && l !== Symbol.prototype ? "symbol" : typeof l;
556
- }, u = /* @__PURE__ */ function() {
557
- function l(s, h) {
557
+ var a = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(u) {
558
+ return typeof u;
559
+ } : function(u) {
560
+ return u && typeof Symbol == "function" && u.constructor === Symbol && u !== Symbol.prototype ? "symbol" : typeof u;
561
+ }, l = /* @__PURE__ */ function() {
562
+ function u(s, h) {
558
563
  for (var f = 0; f < h.length; f++) {
559
564
  var d = h[f];
560
565
  d.enumerable = d.enumerable || !1, d.configurable = !0, "value" in d && (d.writable = !0), Object.defineProperty(s, d.key, d);
561
566
  }
562
567
  }
563
568
  return function(s, h, f) {
564
- return h && l(s.prototype, h), f && l(s, f), s;
569
+ return h && u(s.prototype, h), f && u(s, f), s;
565
570
  };
566
571
  }(), c = function() {
567
- function l(s) {
572
+ function u(s) {
568
573
  var h = this;
569
- if (o(this, l), this.config = l.mergeSettings(s), this.selector = typeof this.config.selector == "string" ? document.querySelector(this.config.selector) : this.config.selector, this.selector === null) throw new Error("Something wrong with your selector 😭");
570
- this.resolveSlidesNumber(), this.selectorWidth = this.selector.offsetWidth, this.innerElements = [].slice.call(this.selector.children), this.currentSlide = this.config.loop ? this.config.startIndex % this.innerElements.length : Math.max(0, Math.min(this.config.startIndex, this.innerElements.length - this.perPage)), this.transformProperty = l.webkitOrNot(), ["resizeHandler", "touchstartHandler", "touchendHandler", "touchmoveHandler", "mousedownHandler", "mouseupHandler", "mouseleaveHandler", "mousemoveHandler", "clickHandler"].forEach(function(f) {
574
+ if (o(this, u), this.config = u.mergeSettings(s), this.selector = typeof this.config.selector == "string" ? document.querySelector(this.config.selector) : this.config.selector, this.selector === null)
575
+ throw new Error("Something wrong with your selector 😭");
576
+ this.resolveSlidesNumber(), this.selectorWidth = this.selector.offsetWidth, this.innerElements = [].slice.call(this.selector.children), this.currentSlide = this.config.loop ? this.config.startIndex % this.innerElements.length : Math.max(0, Math.min(this.config.startIndex, this.innerElements.length - this.perPage)), this.transformProperty = u.webkitOrNot(), ["resizeHandler", "touchstartHandler", "touchendHandler", "touchmoveHandler", "mousedownHandler", "mouseupHandler", "mouseleaveHandler", "mousemoveHandler", "clickHandler"].forEach(function(f) {
571
577
  h[f] = h[f].bind(h);
572
578
  }), this.init();
573
579
  }
574
- return u(l, [{ key: "attachEvents", value: function() {
580
+ return l(u, [{ key: "attachEvents", value: function() {
575
581
  window.addEventListener("resize", this.resizeHandler), this.config.draggable && (this.pointerDown = !1, this.drag = { startX: 0, endX: 0, startY: 0, letItGo: null, preventClick: !1 }, this.selector.addEventListener("touchstart", this.touchstartHandler), this.selector.addEventListener("touchend", this.touchendHandler), this.selector.addEventListener("touchmove", this.touchmoveHandler), this.selector.addEventListener("mousedown", this.mousedownHandler), this.selector.addEventListener("mouseup", this.mouseupHandler), this.selector.addEventListener("mouseleave", this.mouseleaveHandler), this.selector.addEventListener("mousemove", this.mousemoveHandler), this.selector.addEventListener("click", this.clickHandler));
576
582
  } }, { key: "detachEvents", value: function() {
577
583
  window.removeEventListener("resize", this.resizeHandler), this.selector.removeEventListener("touchstart", this.touchstartHandler), this.selector.removeEventListener("touchend", this.touchendHandler), this.selector.removeEventListener("touchmove", this.touchmoveHandler), this.selector.removeEventListener("mousedown", this.mousedownHandler), this.selector.removeEventListener("mouseup", this.mouseupHandler), this.selector.removeEventListener("mouseleave", this.mouseleaveHandler), this.selector.removeEventListener("mousemove", this.mousemoveHandler), this.selector.removeEventListener("click", this.clickHandler);
@@ -581,27 +587,31 @@ var ar = { exports: {} };
581
587
  var s = this.selectorWidth / this.perPage, h = this.config.loop ? this.innerElements.length + 2 * this.perPage : this.innerElements.length;
582
588
  this.sliderFrame = document.createElement("div"), this.sliderFrame.style.width = s * h + "px", this.enableTransition(), this.config.draggable && (this.selector.style.cursor = "-webkit-grab");
583
589
  var f = document.createDocumentFragment();
584
- if (this.config.loop) for (var d = this.innerElements.length - this.perPage; d < this.innerElements.length; d++) {
585
- var p = this.buildSliderFrameItem(this.innerElements[d].cloneNode(!0));
586
- f.appendChild(p);
587
- }
590
+ if (this.config.loop)
591
+ for (var d = this.innerElements.length - this.perPage; d < this.innerElements.length; d++) {
592
+ var p = this.buildSliderFrameItem(this.innerElements[d].cloneNode(!0));
593
+ f.appendChild(p);
594
+ }
588
595
  for (var b = 0; b < this.innerElements.length; b++) {
589
596
  var P = this.buildSliderFrameItem(this.innerElements[b]);
590
597
  f.appendChild(P);
591
598
  }
592
- if (this.config.loop) for (var E = 0; E < this.perPage; E++) {
593
- var B = this.buildSliderFrameItem(this.innerElements[E].cloneNode(!0));
594
- f.appendChild(B);
595
- }
599
+ if (this.config.loop)
600
+ for (var E = 0; E < this.perPage; E++) {
601
+ var A = this.buildSliderFrameItem(this.innerElements[E].cloneNode(!0));
602
+ f.appendChild(A);
603
+ }
596
604
  this.sliderFrame.appendChild(f), this.selector.innerHTML = "", this.selector.appendChild(this.sliderFrame), this.slideToCurrent();
597
605
  } }, { key: "buildSliderFrameItem", value: function(s) {
598
606
  var h = document.createElement("div");
599
607
  return h.style.cssFloat = this.config.rtl ? "right" : "left", h.style.float = this.config.rtl ? "right" : "left", h.style.width = (this.config.loop ? 100 / (this.innerElements.length + 2 * this.perPage) : 100 / this.innerElements.length) + "%", h.appendChild(s), h;
600
608
  } }, { key: "resolveSlidesNumber", value: function() {
601
- if (typeof this.config.perPage == "number") this.perPage = this.config.perPage;
609
+ if (typeof this.config.perPage == "number")
610
+ this.perPage = this.config.perPage;
602
611
  else if (a(this.config.perPage) === "object") {
603
612
  this.perPage = 1;
604
- for (var s in this.config.perPage) window.innerWidth >= s && (this.perPage = this.config.perPage[s]);
613
+ for (var s in this.config.perPage)
614
+ window.innerWidth >= s && (this.perPage = this.config.perPage[s]);
605
615
  }
606
616
  } }, { key: "prev", value: function() {
607
617
  var s = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : 1, h = arguments[1];
@@ -612,8 +622,10 @@ var ar = { exports: {} };
612
622
  this.disableTransition();
613
623
  var d = this.currentSlide + this.innerElements.length, p = this.perPage, b = d + p, P = (this.config.rtl ? 1 : -1) * b * (this.selectorWidth / this.perPage), E = this.config.draggable ? this.drag.endX - this.drag.startX : 0;
614
624
  this.sliderFrame.style[this.transformProperty] = "translate3d(" + (P + E) + "px, 0, 0)", this.currentSlide = d - s;
615
- } else this.currentSlide = this.currentSlide - s;
616
- else this.currentSlide = Math.max(this.currentSlide - s, 0);
625
+ } else
626
+ this.currentSlide = this.currentSlide - s;
627
+ else
628
+ this.currentSlide = Math.max(this.currentSlide - s, 0);
617
629
  f !== this.currentSlide && (this.slideToCurrent(this.config.loop), this.config.onChange.call(this), h && h.call(this));
618
630
  }
619
631
  } }, { key: "next", value: function() {
@@ -625,8 +637,10 @@ var ar = { exports: {} };
625
637
  this.disableTransition();
626
638
  var d = this.currentSlide - this.innerElements.length, p = this.perPage, b = d + p, P = (this.config.rtl ? 1 : -1) * b * (this.selectorWidth / this.perPage), E = this.config.draggable ? this.drag.endX - this.drag.startX : 0;
627
639
  this.sliderFrame.style[this.transformProperty] = "translate3d(" + (P + E) + "px, 0, 0)", this.currentSlide = d + s;
628
- } else this.currentSlide = this.currentSlide + s;
629
- else this.currentSlide = Math.min(this.currentSlide + s, this.innerElements.length - this.perPage);
640
+ } else
641
+ this.currentSlide = this.currentSlide + s;
642
+ else
643
+ this.currentSlide = Math.min(this.currentSlide + s, this.innerElements.length - this.perPage);
630
644
  f !== this.currentSlide && (this.slideToCurrent(this.config.loop), this.config.onChange.call(this), h && h.call(this));
631
645
  }
632
646
  } }, { key: "disableTransition", value: function() {
@@ -677,12 +691,15 @@ var ar = { exports: {} };
677
691
  } }, { key: "clickHandler", value: function(s) {
678
692
  this.drag.preventClick && s.preventDefault(), this.drag.preventClick = !1;
679
693
  } }, { key: "remove", value: function(s, h) {
680
- if (s < 0 || s >= this.innerElements.length) throw new Error("Item to remove doesn't exist 😭");
694
+ if (s < 0 || s >= this.innerElements.length)
695
+ throw new Error("Item to remove doesn't exist 😭");
681
696
  var f = s < this.currentSlide, d = this.currentSlide + this.perPage - 1 === s;
682
697
  (f || d) && this.currentSlide--, this.innerElements.splice(s, 1), this.buildSliderFrame(), h && h.call(this);
683
698
  } }, { key: "insert", value: function(s, h, f) {
684
- if (h < 0 || h > this.innerElements.length + 1) throw new Error("Unable to inset it at this index 😭");
685
- if (this.innerElements.indexOf(s) !== -1) throw new Error("The same item in a carousel? Really? Nope 😭");
699
+ if (h < 0 || h > this.innerElements.length + 1)
700
+ throw new Error("Unable to inset it at this index 😭");
701
+ if (this.innerElements.indexOf(s) !== -1)
702
+ throw new Error("The same item in a carousel? Really? Nope 😭");
686
703
  var d = h <= this.currentSlide > 0 && this.innerElements.length;
687
704
  this.currentSlide = d ? this.currentSlide + 1 : this.currentSlide, this.innerElements.splice(h, 0, s), this.buildSliderFrame(), f && f.call(this);
688
705
  } }, { key: "prepend", value: function(s, h) {
@@ -692,7 +709,8 @@ var ar = { exports: {} };
692
709
  } }, { key: "destroy", value: function() {
693
710
  var s = arguments.length > 0 && arguments[0] !== void 0 && arguments[0], h = arguments[1];
694
711
  if (this.detachEvents(), this.selector.style.cursor = "auto", s) {
695
- for (var f = document.createDocumentFragment(), d = 0; d < this.innerElements.length; d++) f.appendChild(this.innerElements[d]);
712
+ for (var f = document.createDocumentFragment(), d = 0; d < this.innerElements.length; d++)
713
+ f.appendChild(this.innerElements[d]);
696
714
  this.selector.innerHTML = "", this.selector.appendChild(f), this.selector.removeAttribute("style");
697
715
  }
698
716
  h && h.call(this);
@@ -700,29 +718,45 @@ var ar = { exports: {} };
700
718
  var h = { selector: ".siema", duration: 200, easing: "ease-out", perPage: 1, startIndex: 0, draggable: !0, multipleDrag: !0, threshold: 20, loop: !1, rtl: !1, onInit: function() {
701
719
  }, onChange: function() {
702
720
  } }, f = s;
703
- for (var d in f) h[d] = f[d];
721
+ for (var d in f)
722
+ h[d] = f[d];
704
723
  return h;
705
724
  } }, { key: "webkitOrNot", value: function() {
706
725
  return typeof document.documentElement.style.transform == "string" ? "transform" : "WebkitTransform";
707
- } }]), l;
726
+ } }]), u;
708
727
  }();
709
728
  n.default = c, r.exports = n.default;
710
729
  }]);
711
730
  });
712
- })(ar);
713
- var Pn = ar.exports;
714
- const wn = /* @__PURE__ */ sr(Pn);
715
- var tt = function(e, t) {
716
- return tt = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
731
+ })(hr);
732
+ var Cn = hr.exports;
733
+ const Bn = /* @__PURE__ */ ur(Cn);
734
+ /*! *****************************************************************************
735
+ Copyright (c) Microsoft Corporation.
736
+
737
+ Permission to use, copy, modify, and/or distribute this software for any
738
+ purpose with or without fee is hereby granted.
739
+
740
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
741
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
742
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
743
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
744
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
745
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
746
+ PERFORMANCE OF THIS SOFTWARE.
747
+ ***************************************************************************** */
748
+ var rt = function(e, t) {
749
+ return rt = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
717
750
  r.__proto__ = n;
718
751
  } || function(r, n) {
719
- for (var i in n) Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
720
- }, tt(e, t);
752
+ for (var i in n)
753
+ Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
754
+ }, rt(e, t);
721
755
  };
722
756
  function Y(e, t) {
723
757
  if (typeof t != "function" && t !== null)
724
758
  throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
725
- tt(e, t);
759
+ rt(e, t);
726
760
  function r() {
727
761
  this.constructor = e;
728
762
  }
@@ -732,61 +766,69 @@ var S = function() {
732
766
  return S = Object.assign || function(t) {
733
767
  for (var r, n = 1, i = arguments.length; n < i; n++) {
734
768
  r = arguments[n];
735
- for (var o in r) Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
769
+ for (var o in r)
770
+ Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
736
771
  }
737
772
  return t;
738
773
  }, S.apply(this, arguments);
739
774
  };
740
- function Tn(e, t) {
775
+ function An(e, t) {
741
776
  var r = {};
742
- for (var n in e) Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
777
+ for (var n in e)
778
+ Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
743
779
  if (e != null && typeof Object.getOwnPropertySymbols == "function")
744
780
  for (var i = 0, n = Object.getOwnPropertySymbols(e); i < n.length; i++)
745
781
  t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (r[n[i]] = e[n[i]]);
746
782
  return r;
747
783
  }
748
- function rt(e) {
784
+ function nt(e) {
749
785
  var t = typeof Symbol == "function" && Symbol.iterator, r = t && e[t], n = 0;
750
- if (r) return r.call(e);
751
- if (e && typeof e.length == "number") return {
752
- next: function() {
753
- return e && n >= e.length && (e = void 0), { value: e && e[n++], done: !e };
754
- }
755
- };
786
+ if (r)
787
+ return r.call(e);
788
+ if (e && typeof e.length == "number")
789
+ return {
790
+ next: function() {
791
+ return e && n >= e.length && (e = void 0), { value: e && e[n++], done: !e };
792
+ }
793
+ };
756
794
  throw new TypeError(t ? "Object is not iterable." : "Symbol.iterator is not defined.");
757
795
  }
758
- function nt(e, t) {
796
+ function it(e, t) {
759
797
  var r = typeof Symbol == "function" && e[Symbol.iterator];
760
- if (!r) return e;
798
+ if (!r)
799
+ return e;
761
800
  var n = r.call(e), i, o = [], a;
762
801
  try {
763
- for (; (t === void 0 || t-- > 0) && !(i = n.next()).done; ) o.push(i.value);
764
- } catch (u) {
765
- a = { error: u };
802
+ for (; (t === void 0 || t-- > 0) && !(i = n.next()).done; )
803
+ o.push(i.value);
804
+ } catch (l) {
805
+ a = { error: l };
766
806
  } finally {
767
807
  try {
768
808
  i && !i.done && (r = n.return) && r.call(n);
769
809
  } finally {
770
- if (a) throw a.error;
810
+ if (a)
811
+ throw a.error;
771
812
  }
772
813
  }
773
814
  return o;
774
815
  }
775
816
  function ie(e, t, r) {
776
- if (r || arguments.length === 2) for (var n = 0, i = t.length, o; n < i; n++)
777
- (o || !(n in t)) && (o || (o = Array.prototype.slice.call(t, 0, n)), o[n] = t[n]);
778
- return e.concat(o || Array.prototype.slice.call(t));
817
+ if (r || arguments.length === 2)
818
+ for (var n = 0, i = t.length, o; n < i; n++)
819
+ (o || !(n in t)) && (o || (o = Array.prototype.slice.call(t, 0, n)), o[n] = t[n]);
820
+ return e.concat(o || t);
779
821
  }
780
822
  function Z(e) {
781
823
  return typeof e == "function";
782
824
  }
783
- function lr(e) {
825
+ function cr(e) {
784
826
  var t = function(n) {
785
827
  Error.call(n), n.stack = new Error().stack;
786
828
  }, r = e(t);
787
829
  return r.prototype = Object.create(Error.prototype), r.prototype.constructor = r, r;
788
830
  }
789
- var Ze = lr(function(e) {
831
+ var Ze = cr(function(e) {
790
832
  return function(r) {
791
833
  e(this), this.message = r ? r.length + ` errors occurred during unsubscription:
792
834
  ` + r.map(function(n, i) {
@@ -795,7 +837,7 @@ var Ze = lr(function(e) {
795
837
  `) : "", this.name = "UnsubscriptionError", this.errors = r;
796
838
  };
797
839
  });
798
- function it(e, t) {
840
+ function ot(e, t) {
799
841
  if (e) {
800
842
  var r = e.indexOf(t);
801
843
  0 <= r && e.splice(r, 1);
@@ -813,17 +855,18 @@ var De = function() {
813
855
  if (a)
814
856
  if (this._parentage = null, Array.isArray(a))
815
857
  try {
816
- for (var u = rt(a), c = u.next(); !c.done; c = u.next()) {
817
- var l = c.value;
818
- l.remove(this);
858
+ for (var l = nt(a), c = l.next(); !c.done; c = l.next()) {
859
+ var u = c.value;
860
+ u.remove(this);
819
861
  }
820
862
  } catch (b) {
821
863
  t = { error: b };
822
864
  } finally {
823
865
  try {
824
- c && !c.done && (r = u.return) && r.call(u);
866
+ c && !c.done && (r = l.return) && r.call(l);
825
867
  } finally {
826
- if (t) throw t.error;
868
+ if (t)
869
+ throw t.error;
827
870
  }
828
871
  }
829
872
  else
@@ -839,12 +882,12 @@ var De = function() {
839
882
  if (h) {
840
883
  this._finalizers = null;
841
884
  try {
842
- for (var f = rt(h), d = f.next(); !d.done; d = f.next()) {
885
+ for (var f = nt(h), d = f.next(); !d.done; d = f.next()) {
843
886
  var p = d.value;
844
887
  try {
845
- St(p);
888
+ Tt(p);
846
889
  } catch (b) {
847
- o = o ?? [], b instanceof Ze ? o = ie(ie([], nt(o)), nt(b.errors)) : o.push(b);
890
+ o = o ?? [], b instanceof Ze ? o = ie(ie([], it(o)), it(b.errors)) : o.push(b);
848
891
  }
849
892
  }
850
893
  } catch (b) {
@@ -853,7 +896,8 @@ var De = function() {
853
896
  try {
854
897
  d && !d.done && (i = f.return) && i.call(f);
855
898
  } finally {
856
- if (n) throw n.error;
899
+ if (n)
900
+ throw n.error;
857
901
  }
858
902
  }
859
903
  }
@@ -864,7 +908,7 @@ var De = function() {
864
908
  var r;
865
909
  if (t && t !== this)
866
910
  if (this.closed)
867
- St(t);
911
+ Tt(t);
868
912
  else {
869
913
  if (t instanceof e) {
870
914
  if (t.closed || t._hasParent(this))
@@ -881,52 +925,56 @@ var De = function() {
881
925
  this._parentage = Array.isArray(r) ? (r.push(t), r) : r ? [r, t] : t;
882
926
  }, e.prototype._removeParent = function(t) {
883
927
  var r = this._parentage;
884
- r === t ? this._parentage = null : Array.isArray(r) && it(r, t);
928
+ r === t ? this._parentage = null : Array.isArray(r) && ot(r, t);
885
929
  }, e.prototype.remove = function(t) {
886
930
  var r = this._finalizers;
887
- r && it(r, t), t instanceof e && t._removeParent(this);
931
+ r && ot(r, t), t instanceof e && t._removeParent(this);
888
932
  }, e.EMPTY = function() {
889
933
  var t = new e();
890
934
  return t.closed = !0, t;
891
935
  }(), e;
892
- }(), ur = De.EMPTY;
893
- function hr(e) {
936
+ }(), fr = De.EMPTY;
937
+ function dr(e) {
894
938
  return e instanceof De || e && "closed" in e && Z(e.remove) && Z(e.add) && Z(e.unsubscribe);
895
939
  }
896
- function St(e) {
940
+ function Tt(e) {
897
941
  Z(e) ? e() : e.unsubscribe();
898
942
  }
899
- var Hn = {
900
- Promise: void 0
901
- }, Cn = {
943
+ var mr = {
944
+ onUnhandledError: null,
945
+ onStoppedNotification: null,
946
+ Promise: void 0,
947
+ useDeprecatedSynchronousErrorHandling: !1,
948
+ useDeprecatedNextContext: !1
949
+ }, Ln = {
902
950
  setTimeout: function(e, t) {
903
951
  for (var r = [], n = 2; n < arguments.length; n++)
904
952
  r[n - 2] = arguments[n];
905
- return setTimeout.apply(void 0, ie([e, t], nt(r)));
953
+ return setTimeout.apply(void 0, ie([e, t], it(r)));
906
954
  },
907
955
  clearTimeout: function(e) {
908
956
  return clearTimeout(e);
909
957
  },
910
958
  delegate: void 0
911
959
  };
912
- function An(e) {
913
- Cn.setTimeout(function() {
960
+ function In(e) {
961
+ Ln.setTimeout(function() {
914
962
  throw e;
915
963
  });
916
964
  }
917
- function Pt() {
965
+ function Ht() {
918
966
  }
919
- function Be(e) {
967
+ function Ae(e) {
920
968
  e();
921
969
  }
922
- var cr = function(e) {
970
+ var pr = function(e) {
923
971
  Y(t, e);
924
972
  function t(r) {
925
973
  var n = e.call(this) || this;
926
- return n.isStopped = !1, r ? (n.destination = r, hr(r) && r.add(n)) : n.destination = In, n;
974
+ return n.isStopped = !1, r ? (n.destination = r, dr(r) && r.add(n)) : n.destination = Rn, n;
927
975
  }
928
976
  return t.create = function(r, n, i) {
929
- return new ot(r, n, i);
977
+ return new st(r, n, i);
930
978
  }, t.prototype.next = function(r) {
931
979
  this.isStopped || this._next(r);
932
980
  }, t.prototype.error = function(r) {
@@ -950,7 +998,11 @@ var cr = function(e) {
950
998
  this.unsubscribe();
951
999
  }
952
1000
  }, t;
953
- }(De), Bn = function() {
1001
+ }(De), Nn = Function.prototype.bind;
1002
+ function Ye(e, t) {
1003
+ return Nn.call(e, t);
1004
+ }
1005
+ var On = function() {
954
1006
  function e(t) {
955
1007
  this.partialObserver = t;
956
1008
  }
@@ -981,43 +1033,55 @@ var cr = function(e) {
981
1033
  He(r);
982
1034
  }
983
1035
  }, e;
984
- }(), ot = function(e) {
1036
+ }(), st = function(e) {
985
1037
  Y(t, e);
986
1038
  function t(r, n, i) {
987
1039
  var o = e.call(this) || this, a;
988
- return Z(r) || !r ? a = {
989
- next: r ?? void 0,
990
- error: n ?? void 0,
991
- complete: i ?? void 0
992
- } : a = r, o.destination = new Bn(a), o;
1040
+ if (Z(r) || !r)
1041
+ a = {
1042
+ next: r ?? void 0,
1043
+ error: n ?? void 0,
1044
+ complete: i ?? void 0
1045
+ };
1046
+ else {
1047
+ var l;
1048
+ o && mr.useDeprecatedNextContext ? (l = Object.create(r), l.unsubscribe = function() {
1049
+ return o.unsubscribe();
1050
+ }, a = {
1051
+ next: r.next && Ye(r.next, l),
1052
+ error: r.error && Ye(r.error, l),
1053
+ complete: r.complete && Ye(r.complete, l)
1054
+ }) : a = r;
1055
+ }
1056
+ return o.destination = new On(a), o;
993
1057
  }
994
1058
  return t;
995
- }(cr);
1059
+ }(pr);
996
1060
  function He(e) {
997
- An(e);
1061
+ In(e);
998
1062
  }
999
- function Ln(e) {
1063
+ function Mn(e) {
1000
1064
  throw e;
1001
1065
  }
1002
- var In = {
1066
+ var Rn = {
1003
1067
  closed: !0,
1004
- next: Pt,
1005
- error: Ln,
1006
- complete: Pt
1007
- }, On = function() {
1068
+ next: Ht,
1069
+ error: Mn,
1070
+ complete: Ht
1071
+ }, Dn = function() {
1008
1072
  return typeof Symbol == "function" && Symbol.observable || "@@observable";
1009
1073
  }();
1010
- function Nn(e) {
1074
+ function kn(e) {
1011
1075
  return e;
1012
1076
  }
1013
- function Mn(e) {
1014
- return e.length === 0 ? Nn : e.length === 1 ? e[0] : function(r) {
1077
+ function Fn(e) {
1078
+ return e.length === 0 ? kn : e.length === 1 ? e[0] : function(r) {
1015
1079
  return e.reduce(function(n, i) {
1016
1080
  return i(n);
1017
1081
  }, r);
1018
1082
  };
1019
1083
  }
1020
- var wt = function() {
1084
+ var Ct = function() {
1021
1085
  function e(t) {
1022
1086
  t && (this._subscribe = t);
1023
1087
  }
@@ -1025,10 +1089,10 @@ var wt = function() {
1025
1089
  var r = new e();
1026
1090
  return r.source = this, r.operator = t, r;
1027
1091
  }, e.prototype.subscribe = function(t, r, n) {
1028
- var i = this, o = Dn(t) ? t : new ot(t, r, n);
1029
- return Be(function() {
1030
- var a = i, u = a.operator, c = a.source;
1031
- o.add(u ? u.call(o, c) : c ? i._subscribe(o) : i._trySubscribe(o));
1092
+ var i = this, o = $n(t) ? t : new st(t, r, n);
1093
+ return Ae(function() {
1094
+ var a = i, l = a.operator, c = a.source;
1095
+ o.add(l ? l.call(o, c) : c ? i._subscribe(o) : i._trySubscribe(o));
1032
1096
  }), o;
1033
1097
  }, e.prototype._trySubscribe = function(t) {
1034
1098
  try {
@@ -1038,11 +1102,11 @@ var wt = function() {
1038
1102
  }
1039
1103
  }, e.prototype.forEach = function(t, r) {
1040
1104
  var n = this;
1041
- return r = Tt(r), new r(function(i, o) {
1042
- var a = new ot({
1043
- next: function(u) {
1105
+ return r = Bt(r), new r(function(i, o) {
1106
+ var a = new st({
1107
+ next: function(l) {
1044
1108
  try {
1045
- t(u);
1109
+ t(l);
1046
1110
  } catch (c) {
1047
1111
  o(c), a.unsubscribe();
1048
1112
  }
@@ -1055,15 +1119,15 @@ var wt = function() {
1055
1119
  }, e.prototype._subscribe = function(t) {
1056
1120
  var r;
1057
1121
  return (r = this.source) === null || r === void 0 ? void 0 : r.subscribe(t);
1058
- }, e.prototype[On] = function() {
1122
+ }, e.prototype[Dn] = function() {
1059
1123
  return this;
1060
1124
  }, e.prototype.pipe = function() {
1061
1125
  for (var t = [], r = 0; r < arguments.length; r++)
1062
1126
  t[r] = arguments[r];
1063
- return Mn(t)(this);
1127
+ return Fn(t)(this);
1064
1128
  }, e.prototype.toPromise = function(t) {
1065
1129
  var r = this;
1066
- return t = Tt(t), new t(function(n, i) {
1130
+ return t = Bt(t), new t(function(n, i) {
1067
1131
  var o;
1068
1132
  r.subscribe(function(a) {
1069
1133
  return o = a;
@@ -1077,57 +1141,58 @@ var wt = function() {
1077
1141
  return new e(t);
1078
1142
  }, e;
1079
1143
  }();
1080
- function Tt(e) {
1144
+ function Bt(e) {
1081
1145
  var t;
1082
- return (t = e ?? Hn.Promise) !== null && t !== void 0 ? t : Promise;
1146
+ return (t = e ?? mr.Promise) !== null && t !== void 0 ? t : Promise;
1083
1147
  }
1084
- function Rn(e) {
1148
+ function Un(e) {
1085
1149
  return e && Z(e.next) && Z(e.error) && Z(e.complete);
1086
1150
  }
1087
- function Dn(e) {
1088
- return e && e instanceof cr || Rn(e) && hr(e);
1151
+ function $n(e) {
1152
+ return e && e instanceof pr || Un(e) && dr(e);
1089
1153
  }
1090
- var kn = lr(function(e) {
1154
+ var Gn = cr(function(e) {
1091
1155
  return function() {
1092
1156
  e(this), this.name = "ObjectUnsubscribedError", this.message = "object unsubscribed";
1093
1157
  };
1094
- }), fr = function(e) {
1158
+ }), gr = function(e) {
1095
1159
  Y(t, e);
1096
1160
  function t() {
1097
1161
  var r = e.call(this) || this;
1098
1162
  return r.closed = !1, r.currentObservers = null, r.observers = [], r.isStopped = !1, r.hasError = !1, r.thrownError = null, r;
1099
1163
  }
1100
1164
  return t.prototype.lift = function(r) {
1101
- var n = new Ht(this, this);
1165
+ var n = new At(this, this);
1102
1166
  return n.operator = r, n;
1103
1167
  }, t.prototype._throwIfClosed = function() {
1104
1168
  if (this.closed)
1105
- throw new kn();
1169
+ throw new Gn();
1106
1170
  }, t.prototype.next = function(r) {
1107
1171
  var n = this;
1108
- Be(function() {
1172
+ Ae(function() {
1109
1173
  var i, o;
1110
1174
  if (n._throwIfClosed(), !n.isStopped) {
1111
1175
  n.currentObservers || (n.currentObservers = Array.from(n.observers));
1112
1176
  try {
1113
- for (var a = rt(n.currentObservers), u = a.next(); !u.done; u = a.next()) {
1114
- var c = u.value;
1177
+ for (var a = nt(n.currentObservers), l = a.next(); !l.done; l = a.next()) {
1178
+ var c = l.value;
1115
1179
  c.next(r);
1116
1180
  }
1117
- } catch (l) {
1118
- i = { error: l };
1181
+ } catch (u) {
1182
+ i = { error: u };
1119
1183
  } finally {
1120
1184
  try {
1121
- u && !u.done && (o = a.return) && o.call(a);
1185
+ l && !l.done && (o = a.return) && o.call(a);
1122
1186
  } finally {
1123
- if (i) throw i.error;
1187
+ if (i)
1188
+ throw i.error;
1124
1189
  }
1125
1190
  }
1126
1191
  }
1127
1192
  });
1128
1193
  }, t.prototype.error = function(r) {
1129
1194
  var n = this;
1130
- Be(function() {
1195
+ Ae(function() {
1131
1196
  if (n._throwIfClosed(), !n.isStopped) {
1132
1197
  n.hasError = n.isStopped = !0, n.thrownError = r;
1133
1198
  for (var i = n.observers; i.length; )
@@ -1136,7 +1201,7 @@ var kn = lr(function(e) {
1136
1201
  });
1137
1202
  }, t.prototype.complete = function() {
1138
1203
  var r = this;
1139
- Be(function() {
1204
+ Ae(function() {
1140
1205
  if (r._throwIfClosed(), !r.isStopped) {
1141
1206
  r.isStopped = !0;
1142
1207
  for (var n = r.observers; n.length; )
@@ -1157,20 +1222,20 @@ var kn = lr(function(e) {
1157
1222
  }, t.prototype._subscribe = function(r) {
1158
1223
  return this._throwIfClosed(), this._checkFinalizedStatuses(r), this._innerSubscribe(r);
1159
1224
  }, t.prototype._innerSubscribe = function(r) {
1160
- var n = this, i = this, o = i.hasError, a = i.isStopped, u = i.observers;
1161
- return o || a ? ur : (this.currentObservers = null, u.push(r), new De(function() {
1162
- n.currentObservers = null, it(u, r);
1225
+ var n = this, i = this, o = i.hasError, a = i.isStopped, l = i.observers;
1226
+ return o || a ? fr : (this.currentObservers = null, l.push(r), new De(function() {
1227
+ n.currentObservers = null, ot(l, r);
1163
1228
  }));
1164
1229
  }, t.prototype._checkFinalizedStatuses = function(r) {
1165
1230
  var n = this, i = n.hasError, o = n.thrownError, a = n.isStopped;
1166
1231
  i ? r.error(o) : a && r.complete();
1167
1232
  }, t.prototype.asObservable = function() {
1168
- var r = new wt();
1233
+ var r = new Ct();
1169
1234
  return r.source = this, r;
1170
1235
  }, t.create = function(r, n) {
1171
- return new Ht(r, n);
1236
+ return new At(r, n);
1172
1237
  }, t;
1173
- }(wt), Ht = function(e) {
1238
+ }(Ct), At = function(e) {
1174
1239
  Y(t, e);
1175
1240
  function t(r, n) {
1176
1241
  var i = e.call(this) || this;
@@ -1187,45 +1252,45 @@ var kn = lr(function(e) {
1187
1252
  (n = (r = this.destination) === null || r === void 0 ? void 0 : r.complete) === null || n === void 0 || n.call(r);
1188
1253
  }, t.prototype._subscribe = function(r) {
1189
1254
  var n, i;
1190
- return (i = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && i !== void 0 ? i : ur;
1255
+ return (i = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && i !== void 0 ? i : fr;
1191
1256
  }, t;
1192
- }(fr), dr = {
1257
+ }(gr), br = {
1193
1258
  now: function() {
1194
- return (dr.delegate || Date).now();
1259
+ return (br.delegate || Date).now();
1195
1260
  },
1196
1261
  delegate: void 0
1197
- }, Fn = function(e) {
1262
+ }, jn = function(e) {
1198
1263
  Y(t, e);
1199
1264
  function t(r, n, i) {
1200
- r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i = dr);
1265
+ r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i = br);
1201
1266
  var o = e.call(this) || this;
1202
1267
  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;
1203
1268
  }
1204
1269
  return t.prototype.next = function(r) {
1205
- var n = this, i = n.isStopped, o = n._buffer, a = n._infiniteTimeWindow, u = n._timestampProvider, c = n._windowTime;
1206
- i || (o.push(r), !a && o.push(u.now() + c)), this._trimBuffer(), e.prototype.next.call(this, r);
1270
+ var n = this, i = n.isStopped, o = n._buffer, a = n._infiniteTimeWindow, l = n._timestampProvider, c = n._windowTime;
1271
+ i || (o.push(r), !a && o.push(l.now() + c)), this._trimBuffer(), e.prototype.next.call(this, r);
1207
1272
  }, t.prototype._subscribe = function(r) {
1208
1273
  this._throwIfClosed(), this._trimBuffer();
1209
- for (var n = this._innerSubscribe(r), i = this, o = i._infiniteTimeWindow, a = i._buffer, u = a.slice(), c = 0; c < u.length && !r.closed; c += o ? 1 : 2)
1210
- r.next(u[c]);
1274
+ for (var n = this._innerSubscribe(r), i = this, o = i._infiniteTimeWindow, a = i._buffer, l = a.slice(), c = 0; c < l.length && !r.closed; c += o ? 1 : 2)
1275
+ r.next(l[c]);
1211
1276
  return this._checkFinalizedStatuses(r), n;
1212
1277
  }, t.prototype._trimBuffer = function() {
1213
- var r = this, n = r._bufferSize, i = r._timestampProvider, o = r._buffer, a = r._infiniteTimeWindow, u = (a ? 1 : 2) * n;
1214
- if (n < 1 / 0 && u < o.length && o.splice(0, o.length - u), !a) {
1215
- for (var c = i.now(), l = 0, s = 1; s < o.length && o[s] <= c; s += 2)
1216
- l = s;
1217
- l && o.splice(0, l + 1);
1278
+ var r = this, n = r._bufferSize, i = r._timestampProvider, o = r._buffer, a = r._infiniteTimeWindow, l = (a ? 1 : 2) * n;
1279
+ if (n < 1 / 0 && l < o.length && o.splice(0, o.length - l), !a) {
1280
+ for (var c = i.now(), u = 0, s = 1; s < o.length && o[s] <= c; s += 2)
1281
+ u = s;
1282
+ u && o.splice(0, u + 1);
1218
1283
  }
1219
1284
  }, t;
1220
- }(fr);
1221
- const Ct = [], At = {}, Un = (e, t = 0) => {
1222
- if (Ct.indexOf(e) == -1) {
1223
- const r = new Fn(t);
1224
- At[e] = r, Ct.push(e);
1285
+ }(gr);
1286
+ const Lt = [], It = {}, Xn = (e, t = 0) => {
1287
+ if (Lt.indexOf(e) == -1) {
1288
+ const r = new jn(t);
1289
+ It[e] = r, Lt.push(e);
1225
1290
  }
1226
- return At[e];
1291
+ return It[e];
1227
1292
  }, te = [];
1228
- function $n(e, t) {
1293
+ function Vn(e, t) {
1229
1294
  return {
1230
1295
  subscribe: ke(e, t).subscribe
1231
1296
  };
@@ -1233,25 +1298,25 @@ function $n(e, t) {
1233
1298
  function ke(e, t = W) {
1234
1299
  let r;
1235
1300
  const n = /* @__PURE__ */ new Set();
1236
- function i(u) {
1237
- if (tr(e, u) && (e = u, r)) {
1301
+ function i(l) {
1302
+ if (ir(e, l) && (e = l, r)) {
1238
1303
  const c = !te.length;
1239
- for (const l of n)
1240
- l[1](), te.push(l, e);
1304
+ for (const u of n)
1305
+ u[1](), te.push(u, e);
1241
1306
  if (c) {
1242
- for (let l = 0; l < te.length; l += 2)
1243
- te[l][0](te[l + 1]);
1307
+ for (let u = 0; u < te.length; u += 2)
1308
+ te[u][0](te[u + 1]);
1244
1309
  te.length = 0;
1245
1310
  }
1246
1311
  }
1247
1312
  }
1248
- function o(u) {
1249
- i(u(e));
1313
+ function o(l) {
1314
+ i(l(e));
1250
1315
  }
1251
- function a(u, c = W) {
1252
- const l = [u, c];
1253
- return n.add(l), n.size === 1 && (r = t(i, o) || W), u(e), () => {
1254
- n.delete(l), n.size === 0 && r && (r(), r = null);
1316
+ function a(l, c = W) {
1317
+ const u = [l, c];
1318
+ return n.add(u), n.size === 1 && (r = t(i, o) || W), l(e), () => {
1319
+ n.delete(u), n.size === 0 && r && (r(), r = null);
1255
1320
  };
1256
1321
  }
1257
1322
  return { set: i, update: o, subscribe: a };
@@ -1261,21 +1326,21 @@ function de(e, t, r) {
1261
1326
  if (!i.every(Boolean))
1262
1327
  throw new Error("derived() expects stores as input, got a falsy value");
1263
1328
  const o = t.length < 2;
1264
- return $n(r, (a, u) => {
1329
+ return Vn(r, (a, l) => {
1265
1330
  let c = !1;
1266
- const l = [];
1331
+ const u = [];
1267
1332
  let s = 0, h = W;
1268
1333
  const f = () => {
1269
1334
  if (s)
1270
1335
  return;
1271
1336
  h();
1272
- const p = t(n ? l[0] : l, a, u);
1273
- o ? a(p) : h = mt(p) ? p : W;
1337
+ const p = t(n ? u[0] : u, a, l);
1338
+ o ? a(p) : h = pt(p) ? p : W;
1274
1339
  }, d = i.map(
1275
- (p, b) => nr(
1340
+ (p, b) => sr(
1276
1341
  p,
1277
1342
  (P) => {
1278
- l[b] = P, s &= ~(1 << b), c && f();
1343
+ u[b] = P, s &= ~(1 << b), c && f();
1279
1344
  },
1280
1345
  () => {
1281
1346
  s |= 1 << b;
@@ -1287,67 +1352,67 @@ function de(e, t, r) {
1287
1352
  };
1288
1353
  });
1289
1354
  }
1290
- var Gn = function(t) {
1291
- return jn(t) && !Xn(t);
1355
+ var zn = function(t) {
1356
+ return Wn(t) && !Zn(t);
1292
1357
  };
1293
- function jn(e) {
1358
+ function Wn(e) {
1294
1359
  return !!e && typeof e == "object";
1295
1360
  }
1296
- function Xn(e) {
1361
+ function Zn(e) {
1297
1362
  var t = Object.prototype.toString.call(e);
1298
- return t === "[object RegExp]" || t === "[object Date]" || Wn(e);
1363
+ return t === "[object RegExp]" || t === "[object Date]" || Qn(e);
1299
1364
  }
1300
- var Vn = typeof Symbol == "function" && Symbol.for, zn = Vn ? Symbol.for("react.element") : 60103;
1301
- function Wn(e) {
1302
- return e.$$typeof === zn;
1365
+ var Yn = typeof Symbol == "function" && Symbol.for, qn = Yn ? Symbol.for("react.element") : 60103;
1366
+ function Qn(e) {
1367
+ return e.$$typeof === qn;
1303
1368
  }
1304
- function Zn(e) {
1369
+ function Jn(e) {
1305
1370
  return Array.isArray(e) ? [] : {};
1306
1371
  }
1307
1372
  function Ee(e, t) {
1308
- return t.clone !== !1 && t.isMergeableObject(e) ? le(Zn(e), e, t) : e;
1373
+ return t.clone !== !1 && t.isMergeableObject(e) ? le(Jn(e), e, t) : e;
1309
1374
  }
1310
- function Yn(e, t, r) {
1375
+ function Kn(e, t, r) {
1311
1376
  return e.concat(t).map(function(n) {
1312
1377
  return Ee(n, r);
1313
1378
  });
1314
1379
  }
1315
- function qn(e, t) {
1380
+ function ei(e, t) {
1316
1381
  if (!t.customMerge)
1317
1382
  return le;
1318
1383
  var r = t.customMerge(e);
1319
1384
  return typeof r == "function" ? r : le;
1320
1385
  }
1321
- function Qn(e) {
1386
+ function ti(e) {
1322
1387
  return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(t) {
1323
1388
  return Object.propertyIsEnumerable.call(e, t);
1324
1389
  }) : [];
1325
1390
  }
1326
- function Bt(e) {
1327
- return Object.keys(e).concat(Qn(e));
1391
+ function Nt(e) {
1392
+ return Object.keys(e).concat(ti(e));
1328
1393
  }
1329
- function mr(e, t) {
1394
+ function vr(e, t) {
1330
1395
  try {
1331
1396
  return t in e;
1332
1397
  } catch {
1333
1398
  return !1;
1334
1399
  }
1335
1400
  }
1336
- function Jn(e, t) {
1337
- return mr(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
1401
+ function ri(e, t) {
1402
+ return vr(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
1338
1403
  }
1339
- function Kn(e, t, r) {
1404
+ function ni(e, t, r) {
1340
1405
  var n = {};
1341
- return r.isMergeableObject(e) && Bt(e).forEach(function(i) {
1406
+ return r.isMergeableObject(e) && Nt(e).forEach(function(i) {
1342
1407
  n[i] = Ee(e[i], r);
1343
- }), Bt(t).forEach(function(i) {
1344
- Jn(e, i) || (mr(e, i) && r.isMergeableObject(t[i]) ? n[i] = qn(i, r)(e[i], t[i], r) : n[i] = Ee(t[i], r));
1408
+ }), Nt(t).forEach(function(i) {
1409
+ ri(e, i) || (vr(e, i) && r.isMergeableObject(t[i]) ? n[i] = ei(i, r)(e[i], t[i], r) : n[i] = Ee(t[i], r));
1345
1410
  }), n;
1346
1411
  }
1347
1412
  function le(e, t, r) {
1348
- r = r || {}, r.arrayMerge = r.arrayMerge || Yn, r.isMergeableObject = r.isMergeableObject || Gn, r.cloneUnlessOtherwiseSpecified = Ee;
1413
+ r = r || {}, r.arrayMerge = r.arrayMerge || Kn, r.isMergeableObject = r.isMergeableObject || zn, r.cloneUnlessOtherwiseSpecified = Ee;
1349
1414
  var n = Array.isArray(t), i = Array.isArray(e), o = n === i;
1350
- return o ? n ? r.arrayMerge(e, t, r) : Kn(e, t, r) : Ee(t, r);
1415
+ return o ? n ? r.arrayMerge(e, t, r) : ni(e, t, r) : Ee(t, r);
1351
1416
  }
1352
1417
  le.all = function(t, r) {
1353
1418
  if (!Array.isArray(t))
@@ -1356,56 +1421,58 @@ le.all = function(t, r) {
1356
1421
  return le(n, i, r);
1357
1422
  }, {});
1358
1423
  };
1359
- var ei = le, ti = ei;
1360
- const ri = /* @__PURE__ */ sr(ti);
1361
- function Ye(e, t) {
1362
- var r = t && t.cache ? t.cache : ui, n = t && t.serializer ? t.serializer : ai, i = t && t.strategy ? t.strategy : oi;
1424
+ var ii = le, oi = ii;
1425
+ const si = /* @__PURE__ */ ur(oi);
1426
+ function qe(e, t) {
1427
+ var r = t && t.cache ? t.cache : fi, n = t && t.serializer ? t.serializer : ci, i = t && t.strategy ? t.strategy : li;
1363
1428
  return i(e, {
1364
1429
  cache: r,
1365
1430
  serializer: n
1366
1431
  });
1367
1432
  }
1368
- function ni(e) {
1433
+ function ai(e) {
1369
1434
  return e == null || typeof e == "number" || typeof e == "boolean";
1370
1435
  }
1371
- function ii(e, t, r, n) {
1372
- var i = ni(n) ? n : r(n), o = t.get(i);
1436
+ function yr(e, t, r, n) {
1437
+ var i = ai(n) ? n : r(n), o = t.get(i);
1373
1438
  return typeof o > "u" && (o = e.call(this, n), t.set(i, o)), o;
1374
1439
  }
1375
- function pr(e, t, r) {
1440
+ function _r(e, t, r) {
1376
1441
  var n = Array.prototype.slice.call(arguments, 3), i = r(n), o = t.get(i);
1377
1442
  return typeof o > "u" && (o = e.apply(this, n), t.set(i, o)), o;
1378
1443
  }
1379
- function gr(e, t, r, n, i) {
1444
+ function bt(e, t, r, n, i) {
1380
1445
  return r.bind(t, e, n, i);
1381
1446
  }
1382
- function oi(e, t) {
1383
- var r = e.length === 1 ? ii : pr;
1384
- return gr(e, this, r, t.cache.create(), t.serializer);
1447
+ function li(e, t) {
1448
+ var r = e.length === 1 ? yr : _r;
1449
+ return bt(e, this, r, t.cache.create(), t.serializer);
1450
+ }
1451
+ function ui(e, t) {
1452
+ return bt(e, this, _r, t.cache.create(), t.serializer);
1385
1453
  }
1386
- function si(e, t) {
1387
- return gr(e, this, pr, t.cache.create(), t.serializer);
1454
+ function hi(e, t) {
1455
+ return bt(e, this, yr, t.cache.create(), t.serializer);
1388
1456
  }
1389
- var ai = function() {
1457
+ var ci = function() {
1390
1458
  return JSON.stringify(arguments);
1391
- }, li = (
1392
- /** @class */
1393
- function() {
1394
- function e() {
1395
- this.cache = /* @__PURE__ */ Object.create(null);
1396
- }
1397
- return e.prototype.get = function(t) {
1398
- return this.cache[t];
1399
- }, e.prototype.set = function(t, r) {
1400
- this.cache[t] = r;
1401
- }, e;
1402
- }()
1403
- ), ui = {
1459
+ };
1460
+ function vt() {
1461
+ this.cache = /* @__PURE__ */ Object.create(null);
1462
+ }
1463
+ vt.prototype.get = function(e) {
1464
+ return this.cache[e];
1465
+ };
1466
+ vt.prototype.set = function(e, t) {
1467
+ this.cache[e] = t;
1468
+ };
1469
+ var fi = {
1404
1470
  create: function() {
1405
- return new li();
1471
+ return new vt();
1406
1472
  }
1407
- }, qe = {
1408
- variadic: si
1473
+ }, Qe = {
1474
+ variadic: ui,
1475
+ monadic: hi
1409
1476
  }, _;
1410
1477
  (function(e) {
1411
1478
  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";
@@ -1418,43 +1485,43 @@ var ue;
1418
1485
  (function(e) {
1419
1486
  e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
1420
1487
  })(ue || (ue = {}));
1421
- function Lt(e) {
1488
+ function Ot(e) {
1422
1489
  return e.type === C.literal;
1423
1490
  }
1424
- function hi(e) {
1491
+ function di(e) {
1425
1492
  return e.type === C.argument;
1426
1493
  }
1427
- function br(e) {
1494
+ function xr(e) {
1428
1495
  return e.type === C.number;
1429
1496
  }
1430
- function vr(e) {
1497
+ function Er(e) {
1431
1498
  return e.type === C.date;
1432
1499
  }
1433
- function yr(e) {
1500
+ function Sr(e) {
1434
1501
  return e.type === C.time;
1435
1502
  }
1436
- function _r(e) {
1503
+ function Pr(e) {
1437
1504
  return e.type === C.select;
1438
1505
  }
1439
- function xr(e) {
1506
+ function wr(e) {
1440
1507
  return e.type === C.plural;
1441
1508
  }
1442
- function ci(e) {
1509
+ function mi(e) {
1443
1510
  return e.type === C.pound;
1444
1511
  }
1445
- function Er(e) {
1512
+ function Tr(e) {
1446
1513
  return e.type === C.tag;
1447
1514
  }
1448
- function Sr(e) {
1515
+ function Hr(e) {
1449
1516
  return !!(e && typeof e == "object" && e.type === ue.number);
1450
1517
  }
1451
- function st(e) {
1518
+ function at(e) {
1452
1519
  return !!(e && typeof e == "object" && e.type === ue.dateTime);
1453
1520
  }
1454
- var Pr = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, fi = /(?:[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;
1455
- function di(e) {
1521
+ var Cr = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, pi = /(?:[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;
1522
+ function gi(e) {
1456
1523
  var t = {};
1457
- return e.replace(fi, function(r) {
1524
+ return e.replace(pi, function(r) {
1458
1525
  var n = r.length;
1459
1526
  switch (r[0]) {
1460
1527
  case "G":
@@ -1543,36 +1610,36 @@ function di(e) {
1543
1610
  return "";
1544
1611
  }), t;
1545
1612
  }
1546
- var mi = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
1547
- function pi(e) {
1613
+ var bi = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
1614
+ function vi(e) {
1548
1615
  if (e.length === 0)
1549
1616
  throw new Error("Number skeleton cannot be empty");
1550
- for (var t = e.split(mi).filter(function(f) {
1617
+ for (var t = e.split(bi).filter(function(f) {
1551
1618
  return f.length > 0;
1552
1619
  }), r = [], n = 0, i = t; n < i.length; n++) {
1553
1620
  var o = i[n], a = o.split("/");
1554
1621
  if (a.length === 0)
1555
1622
  throw new Error("Invalid number skeleton");
1556
- for (var u = a[0], c = a.slice(1), l = 0, s = c; l < s.length; l++) {
1557
- var h = s[l];
1623
+ for (var l = a[0], c = a.slice(1), u = 0, s = c; u < s.length; u++) {
1624
+ var h = s[u];
1558
1625
  if (h.length === 0)
1559
1626
  throw new Error("Invalid number skeleton");
1560
1627
  }
1561
- r.push({ stem: u, options: c });
1628
+ r.push({ stem: l, options: c });
1562
1629
  }
1563
1630
  return r;
1564
1631
  }
1565
- function gi(e) {
1632
+ function yi(e) {
1566
1633
  return e.replace(/^(.*?)-/, "");
1567
1634
  }
1568
- var It = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, wr = /^(@+)?(\+|#+)?[rs]?$/g, bi = /(\*)(0+)|(#+)(0+)|(0+)/g, Tr = /^(0+)$/;
1569
- function Ot(e) {
1635
+ var Mt = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Br = /^(@+)?(\+|#+)?[rs]?$/g, _i = /(\*)(0+)|(#+)(0+)|(0+)/g, Ar = /^(0+)$/;
1636
+ function Rt(e) {
1570
1637
  var t = {};
1571
- return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(wr, function(r, n, i) {
1638
+ return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Br, function(r, n, i) {
1572
1639
  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)), "";
1573
1640
  }), t;
1574
1641
  }
1575
- function Hr(e) {
1642
+ function Lr(e) {
1576
1643
  switch (e) {
1577
1644
  case "sign-auto":
1578
1645
  return {
@@ -1612,7 +1679,7 @@ function Hr(e) {
1612
1679
  };
1613
1680
  }
1614
1681
  }
1615
- function vi(e) {
1682
+ function xi(e) {
1616
1683
  var t;
1617
1684
  if (e[0] === "E" && e[1] === "E" ? (t = {
1618
1685
  notation: "engineering"
@@ -1620,17 +1687,17 @@ function vi(e) {
1620
1687
  notation: "scientific"
1621
1688
  }, e = e.slice(1)), t) {
1622
1689
  var r = e.slice(0, 2);
1623
- if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !Tr.test(e))
1690
+ if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !Ar.test(e))
1624
1691
  throw new Error("Malformed concise eng/scientific notation");
1625
1692
  t.minimumIntegerDigits = e.length;
1626
1693
  }
1627
1694
  return t;
1628
1695
  }
1629
- function Nt(e) {
1630
- var t = {}, r = Hr(e);
1696
+ function Dt(e) {
1697
+ var t = {}, r = Lr(e);
1631
1698
  return r || t;
1632
1699
  }
1633
- function yi(e) {
1700
+ function Ei(e) {
1634
1701
  for (var t = {}, r = 0, n = e; r < n.length; r++) {
1635
1702
  var i = n[r];
1636
1703
  switch (i.stem) {
@@ -1654,7 +1721,7 @@ function yi(e) {
1654
1721
  continue;
1655
1722
  case "measure-unit":
1656
1723
  case "unit":
1657
- t.style = "unit", t.unit = gi(i.options[0]);
1724
+ t.style = "unit", t.unit = yi(i.options[0]);
1658
1725
  continue;
1659
1726
  case "compact-short":
1660
1727
  case "K":
@@ -1665,13 +1732,13 @@ function yi(e) {
1665
1732
  t.notation = "compact", t.compactDisplay = "long";
1666
1733
  continue;
1667
1734
  case "scientific":
1668
- t = S(S(S({}, t), { notation: "scientific" }), i.options.reduce(function(c, l) {
1669
- return S(S({}, c), Nt(l));
1735
+ t = S(S(S({}, t), { notation: "scientific" }), i.options.reduce(function(c, u) {
1736
+ return S(S({}, c), Dt(u));
1670
1737
  }, {}));
1671
1738
  continue;
1672
1739
  case "engineering":
1673
- t = S(S(S({}, t), { notation: "engineering" }), i.options.reduce(function(c, l) {
1674
- return S(S({}, c), Nt(l));
1740
+ t = S(S(S({}, t), { notation: "engineering" }), i.options.reduce(function(c, u) {
1741
+ return S(S({}, c), Dt(u));
1675
1742
  }, {}));
1676
1743
  continue;
1677
1744
  case "notation-simple":
@@ -1716,8 +1783,8 @@ function yi(e) {
1716
1783
  case "integer-width":
1717
1784
  if (i.options.length > 1)
1718
1785
  throw new RangeError("integer-width stems only accept a single optional option");
1719
- i.options[0].replace(bi, function(c, l, s, h, f, d) {
1720
- if (l)
1786
+ i.options[0].replace(_i, function(c, u, s, h, f, d) {
1787
+ if (u)
1721
1788
  t.minimumIntegerDigits = s.length;
1722
1789
  else {
1723
1790
  if (h && f)
@@ -1729,28 +1796,28 @@ function yi(e) {
1729
1796
  });
1730
1797
  continue;
1731
1798
  }
1732
- if (Tr.test(i.stem)) {
1799
+ if (Ar.test(i.stem)) {
1733
1800
  t.minimumIntegerDigits = i.stem.length;
1734
1801
  continue;
1735
1802
  }
1736
- if (It.test(i.stem)) {
1803
+ if (Mt.test(i.stem)) {
1737
1804
  if (i.options.length > 1)
1738
1805
  throw new RangeError("Fraction-precision stems only accept a single optional option");
1739
- i.stem.replace(It, function(c, l, s, h, f, d) {
1740
- return s === "*" ? t.minimumFractionDigits = l.length : h && h[0] === "#" ? t.maximumFractionDigits = h.length : f && d ? (t.minimumFractionDigits = f.length, t.maximumFractionDigits = f.length + d.length) : (t.minimumFractionDigits = l.length, t.maximumFractionDigits = l.length), "";
1806
+ i.stem.replace(Mt, function(c, u, s, h, f, d) {
1807
+ return s === "*" ? t.minimumFractionDigits = u.length : h && h[0] === "#" ? t.maximumFractionDigits = h.length : f && d ? (t.minimumFractionDigits = f.length, t.maximumFractionDigits = f.length + d.length) : (t.minimumFractionDigits = u.length, t.maximumFractionDigits = u.length), "";
1741
1808
  });
1742
1809
  var o = i.options[0];
1743
- o === "w" ? t = S(S({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = S(S({}, t), Ot(o)));
1810
+ o === "w" ? t = S(S({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = S(S({}, t), Rt(o)));
1744
1811
  continue;
1745
1812
  }
1746
- if (wr.test(i.stem)) {
1747
- t = S(S({}, t), Ot(i.stem));
1813
+ if (Br.test(i.stem)) {
1814
+ t = S(S({}, t), Rt(i.stem));
1748
1815
  continue;
1749
1816
  }
1750
- var a = Hr(i.stem);
1817
+ var a = Lr(i.stem);
1751
1818
  a && (t = S(S({}, t), a));
1752
- var u = vi(i.stem);
1753
- u && (t = S(S({}, t), u));
1819
+ var l = xi(i.stem);
1820
+ l && (t = S(S({}, t), l));
1754
1821
  }
1755
1822
  return t;
1756
1823
  }
@@ -3169,22 +3236,23 @@ var Ce = {
3169
3236
  "h"
3170
3237
  ]
3171
3238
  };
3172
- function _i(e, t) {
3239
+ function Si(e, t) {
3173
3240
  for (var r = "", n = 0; n < e.length; n++) {
3174
3241
  var i = e.charAt(n);
3175
3242
  if (i === "j") {
3176
3243
  for (var o = 0; n + 1 < e.length && e.charAt(n + 1) === i; )
3177
3244
  o++, n++;
3178
- var a = 1 + (o & 1), u = o < 2 ? 1 : 3 + (o >> 1), c = "a", l = xi(t);
3179
- for ((l == "H" || l == "k") && (u = 0); u-- > 0; )
3245
+ var a = 1 + (o & 1), l = o < 2 ? 1 : 3 + (o >> 1), c = "a", u = Pi(t);
3246
+ for ((u == "H" || u == "k") && (l = 0); l-- > 0; )
3180
3247
  r += c;
3181
3248
  for (; a-- > 0; )
3182
- r = l + r;
3183
- } else i === "J" ? r += "H" : r += i;
3249
+ r = u + r;
3250
+ } else
3251
+ i === "J" ? r += "H" : r += i;
3184
3252
  }
3185
3253
  return r;
3186
3254
  }
3187
- function xi(e) {
3255
+ function Pi(e) {
3188
3256
  var t = e.hourCycle;
3189
3257
  if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
3190
3258
  e.hourCycles && // @ts-ignore
@@ -3206,20 +3274,20 @@ function xi(e) {
3206
3274
  var i = Ce[n || ""] || Ce[r || ""] || Ce["".concat(r, "-001")] || Ce["001"];
3207
3275
  return i[0];
3208
3276
  }
3209
- var Qe, Ei = new RegExp("^".concat(Pr.source, "*")), Si = new RegExp("".concat(Pr.source, "*$"));
3277
+ var Je, wi = new RegExp("^".concat(Cr.source, "*")), Ti = new RegExp("".concat(Cr.source, "*$"));
3210
3278
  function x(e, t) {
3211
3279
  return { start: e, end: t };
3212
3280
  }
3213
- var Pi = !!String.prototype.startsWith && "_a".startsWith("a", 1), wi = !!String.fromCodePoint, Ti = !!Object.fromEntries, Hi = !!String.prototype.codePointAt, Ci = !!String.prototype.trimStart, Ai = !!String.prototype.trimEnd, Bi = !!Number.isSafeInteger, Li = Bi ? Number.isSafeInteger : function(e) {
3281
+ var Hi = !!String.prototype.startsWith && "_a".startsWith("a", 1), Ci = !!String.fromCodePoint, Bi = !!Object.fromEntries, Ai = !!String.prototype.codePointAt, Li = !!String.prototype.trimStart, Ii = !!String.prototype.trimEnd, Ni = !!Number.isSafeInteger, Oi = Ni ? Number.isSafeInteger : function(e) {
3214
3282
  return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
3215
- }, at = !0;
3283
+ }, lt = !0;
3216
3284
  try {
3217
- var Ii = Ar("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3218
- at = ((Qe = Ii.exec("a")) === null || Qe === void 0 ? void 0 : Qe[0]) === "a";
3285
+ var Mi = Nr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3286
+ lt = ((Je = Mi.exec("a")) === null || Je === void 0 ? void 0 : Je[0]) === "a";
3219
3287
  } catch {
3220
- at = !1;
3288
+ lt = !1;
3221
3289
  }
3222
- var Mt = Pi ? (
3290
+ var kt = Hi ? (
3223
3291
  // Native
3224
3292
  function(t, r, n) {
3225
3293
  return t.startsWith(r, n);
@@ -3229,7 +3297,7 @@ var Mt = Pi ? (
3229
3297
  function(t, r, n) {
3230
3298
  return t.slice(n, n + r.length) === r;
3231
3299
  }
3232
- ), lt = wi ? String.fromCodePoint : (
3300
+ ), ut = Ci ? String.fromCodePoint : (
3233
3301
  // IE11
3234
3302
  function() {
3235
3303
  for (var t = [], r = 0; r < arguments.length; r++)
@@ -3241,19 +3309,19 @@ var Mt = Pi ? (
3241
3309
  }
3242
3310
  return n;
3243
3311
  }
3244
- ), Rt = (
3312
+ ), Ft = (
3245
3313
  // native
3246
- Ti ? Object.fromEntries : (
3314
+ Bi ? Object.fromEntries : (
3247
3315
  // Ponyfill
3248
3316
  function(t) {
3249
3317
  for (var r = {}, n = 0, i = t; n < i.length; n++) {
3250
- var o = i[n], a = o[0], u = o[1];
3251
- r[a] = u;
3318
+ var o = i[n], a = o[0], l = o[1];
3319
+ r[a] = l;
3252
3320
  }
3253
3321
  return r;
3254
3322
  }
3255
3323
  )
3256
- ), Cr = Hi ? (
3324
+ ), Ir = Ai ? (
3257
3325
  // Native
3258
3326
  function(t, r) {
3259
3327
  return t.codePointAt(r);
@@ -3267,7 +3335,7 @@ var Mt = Pi ? (
3267
3335
  return i < 55296 || i > 56319 || r + 1 === n || (o = t.charCodeAt(r + 1)) < 56320 || o > 57343 ? i : (i - 55296 << 10) + (o - 56320) + 65536;
3268
3336
  }
3269
3337
  }
3270
- ), Oi = Ci ? (
3338
+ ), Ri = Li ? (
3271
3339
  // Native
3272
3340
  function(t) {
3273
3341
  return t.trimStart();
@@ -3275,9 +3343,9 @@ var Mt = Pi ? (
3275
3343
  ) : (
3276
3344
  // Ponyfill
3277
3345
  function(t) {
3278
- return t.replace(Ei, "");
3346
+ return t.replace(wi, "");
3279
3347
  }
3280
- ), Ni = Ai ? (
3348
+ ), Di = Ii ? (
3281
3349
  // Native
3282
3350
  function(t) {
3283
3351
  return t.trimEnd();
@@ -3285,32 +3353,32 @@ var Mt = Pi ? (
3285
3353
  ) : (
3286
3354
  // Ponyfill
3287
3355
  function(t) {
3288
- return t.replace(Si, "");
3356
+ return t.replace(Ti, "");
3289
3357
  }
3290
3358
  );
3291
- function Ar(e, t) {
3359
+ function Nr(e, t) {
3292
3360
  return new RegExp(e, t);
3293
3361
  }
3294
- var ut;
3295
- if (at) {
3296
- var Dt = Ar("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3297
- ut = function(t, r) {
3362
+ var ht;
3363
+ if (lt) {
3364
+ var Ut = Nr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3365
+ ht = function(t, r) {
3298
3366
  var n;
3299
- Dt.lastIndex = r;
3300
- var i = Dt.exec(t);
3367
+ Ut.lastIndex = r;
3368
+ var i = Ut.exec(t);
3301
3369
  return (n = i[1]) !== null && n !== void 0 ? n : "";
3302
3370
  };
3303
3371
  } else
3304
- ut = function(t, r) {
3372
+ ht = function(t, r) {
3305
3373
  for (var n = []; ; ) {
3306
- var i = Cr(t, r);
3307
- if (i === void 0 || Br(i) || ki(i))
3374
+ var i = Ir(t, r);
3375
+ if (i === void 0 || Or(i) || $i(i))
3308
3376
  break;
3309
3377
  n.push(i), r += i >= 65536 ? 2 : 1;
3310
3378
  }
3311
- return lt.apply(void 0, n);
3379
+ return ut.apply(void 0, n);
3312
3380
  };
3313
- var Mi = (
3381
+ var ki = (
3314
3382
  /** @class */
3315
3383
  function() {
3316
3384
  function e(t, r) {
@@ -3332,16 +3400,16 @@ var Mi = (
3332
3400
  if (o === 125 && t > 0)
3333
3401
  break;
3334
3402
  if (o === 35 && (r === "plural" || r === "selectordinal")) {
3335
- var u = this.clonePosition();
3403
+ var l = this.clonePosition();
3336
3404
  this.bump(), i.push({
3337
3405
  type: C.pound,
3338
- location: x(u, this.clonePosition())
3406
+ location: x(l, this.clonePosition())
3339
3407
  });
3340
3408
  } else if (o === 60 && !this.ignoreTag && this.peek() === 47) {
3341
3409
  if (n)
3342
3410
  break;
3343
3411
  return this.error(_.UNMATCHED_CLOSING_TAG, x(this.clonePosition(), this.clonePosition()));
3344
- } else if (o === 60 && !this.ignoreTag && ht(this.peek() || 0)) {
3412
+ } else if (o === 60 && !this.ignoreTag && ct(this.peek() || 0)) {
3345
3413
  var a = this.parseTag(t, r);
3346
3414
  if (a.err)
3347
3415
  return a;
@@ -3372,12 +3440,12 @@ var Mi = (
3372
3440
  var o = this.parseMessage(t + 1, r, !0);
3373
3441
  if (o.err)
3374
3442
  return o;
3375
- var a = o.val, u = this.clonePosition();
3443
+ var a = o.val, l = this.clonePosition();
3376
3444
  if (this.bumpIf("</")) {
3377
- if (this.isEOF() || !ht(this.char()))
3378
- return this.error(_.INVALID_TAG, x(u, this.clonePosition()));
3379
- var c = this.clonePosition(), l = this.parseTagName();
3380
- return i !== l ? this.error(_.UNMATCHED_CLOSING_TAG, x(c, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
3445
+ if (this.isEOF() || !ct(this.char()))
3446
+ return this.error(_.INVALID_TAG, x(l, this.clonePosition()));
3447
+ var c = this.clonePosition(), u = this.parseTagName();
3448
+ return i !== u ? this.error(_.UNMATCHED_CLOSING_TAG, x(c, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
3381
3449
  val: {
3382
3450
  type: C.tag,
3383
3451
  value: i,
@@ -3385,14 +3453,14 @@ var Mi = (
3385
3453
  location: x(n, this.clonePosition())
3386
3454
  },
3387
3455
  err: null
3388
- } : this.error(_.INVALID_TAG, x(u, this.clonePosition())));
3456
+ } : this.error(_.INVALID_TAG, x(l, this.clonePosition())));
3389
3457
  } else
3390
3458
  return this.error(_.UNCLOSED_TAG, x(n, this.clonePosition()));
3391
3459
  } else
3392
3460
  return this.error(_.INVALID_TAG, x(n, this.clonePosition()));
3393
3461
  }, e.prototype.parseTagName = function() {
3394
3462
  var t = this.offset();
3395
- for (this.bump(); !this.isEOF() && Di(this.char()); )
3463
+ for (this.bump(); !this.isEOF() && Ui(this.char()); )
3396
3464
  this.bump();
3397
3465
  return this.message.slice(t, this.offset());
3398
3466
  }, e.prototype.parseLiteral = function(t, r) {
@@ -3407,9 +3475,9 @@ var Mi = (
3407
3475
  i += a;
3408
3476
  continue;
3409
3477
  }
3410
- var u = this.tryParseLeftAngleBracket();
3411
- if (u) {
3412
- i += u;
3478
+ var l = this.tryParseLeftAngleBracket();
3479
+ if (l) {
3480
+ i += l;
3413
3481
  continue;
3414
3482
  }
3415
3483
  break;
@@ -3421,7 +3489,7 @@ var Mi = (
3421
3489
  };
3422
3490
  }, e.prototype.tryParseLeftAngleBracket = function() {
3423
3491
  return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
3424
- !Ri(this.peek() || 0)) ? (this.bump(), "<") : null;
3492
+ !Fi(this.peek() || 0)) ? (this.bump(), "<") : null;
3425
3493
  }, e.prototype.tryParseQuote = function(t) {
3426
3494
  if (this.isEOF() || this.char() !== 39)
3427
3495
  return null;
@@ -3455,12 +3523,12 @@ var Mi = (
3455
3523
  r.push(n);
3456
3524
  this.bump();
3457
3525
  }
3458
- return lt.apply(void 0, r);
3526
+ return ut.apply(void 0, r);
3459
3527
  }, e.prototype.tryParseUnquoted = function(t, r) {
3460
3528
  if (this.isEOF())
3461
3529
  return null;
3462
3530
  var n = this.char();
3463
- return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), lt(n));
3531
+ return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), ut(n));
3464
3532
  }, e.prototype.parseArgument = function(t, r) {
3465
3533
  var n = this.clonePosition();
3466
3534
  if (this.bump(), this.bumpSpace(), this.isEOF())
@@ -3489,39 +3557,39 @@ var Mi = (
3489
3557
  return this.error(_.MALFORMED_ARGUMENT, x(n, this.clonePosition()));
3490
3558
  }
3491
3559
  }, e.prototype.parseIdentifierIfPossible = function() {
3492
- var t = this.clonePosition(), r = this.offset(), n = ut(this.message, r), i = r + n.length;
3560
+ var t = this.clonePosition(), r = this.offset(), n = ht(this.message, r), i = r + n.length;
3493
3561
  this.bumpTo(i);
3494
3562
  var o = this.clonePosition(), a = x(t, o);
3495
3563
  return { value: n, location: a };
3496
3564
  }, e.prototype.parseArgumentOptions = function(t, r, n, i) {
3497
- var o, a = this.clonePosition(), u = this.parseIdentifierIfPossible().value, c = this.clonePosition();
3498
- switch (u) {
3565
+ var o, a = this.clonePosition(), l = this.parseIdentifierIfPossible().value, c = this.clonePosition();
3566
+ switch (l) {
3499
3567
  case "":
3500
3568
  return this.error(_.EXPECT_ARGUMENT_TYPE, x(a, c));
3501
3569
  case "number":
3502
3570
  case "date":
3503
3571
  case "time": {
3504
3572
  this.bumpSpace();
3505
- var l = null;
3573
+ var u = null;
3506
3574
  if (this.bumpIf(",")) {
3507
3575
  this.bumpSpace();
3508
3576
  var s = this.clonePosition(), h = this.parseSimpleArgStyleIfPossible();
3509
3577
  if (h.err)
3510
3578
  return h;
3511
- var f = Ni(h.val);
3579
+ var f = Di(h.val);
3512
3580
  if (f.length === 0)
3513
3581
  return this.error(_.EXPECT_ARGUMENT_STYLE, x(this.clonePosition(), this.clonePosition()));
3514
3582
  var d = x(s, this.clonePosition());
3515
- l = { style: f, styleLocation: d };
3583
+ u = { style: f, styleLocation: d };
3516
3584
  }
3517
3585
  var p = this.tryParseArgumentClose(i);
3518
3586
  if (p.err)
3519
3587
  return p;
3520
3588
  var b = x(i, this.clonePosition());
3521
- if (l && Mt(l?.style, "::", 0)) {
3522
- var P = Oi(l.style.slice(2));
3523
- if (u === "number") {
3524
- var h = this.parseNumberSkeletonFromString(P, l.styleLocation);
3589
+ if (u && kt(u?.style, "::", 0)) {
3590
+ var P = Ri(u.style.slice(2));
3591
+ if (l === "number") {
3592
+ var h = this.parseNumberSkeletonFromString(P, u.styleLocation);
3525
3593
  return h.err ? h : {
3526
3594
  val: { type: C.number, value: n, location: b, style: h.val },
3527
3595
  err: null
@@ -3530,25 +3598,25 @@ var Mi = (
3530
3598
  if (P.length === 0)
3531
3599
  return this.error(_.EXPECT_DATE_TIME_SKELETON, b);
3532
3600
  var E = P;
3533
- this.locale && (E = _i(P, this.locale));
3601
+ this.locale && (E = Si(P, this.locale));
3534
3602
  var f = {
3535
3603
  type: ue.dateTime,
3536
3604
  pattern: E,
3537
- location: l.styleLocation,
3538
- parsedOptions: this.shouldParseSkeletons ? di(E) : {}
3539
- }, B = u === "date" ? C.date : C.time;
3605
+ location: u.styleLocation,
3606
+ parsedOptions: this.shouldParseSkeletons ? gi(E) : {}
3607
+ }, A = l === "date" ? C.date : C.time;
3540
3608
  return {
3541
- val: { type: B, value: n, location: b, style: f },
3609
+ val: { type: A, value: n, location: b, style: f },
3542
3610
  err: null
3543
3611
  };
3544
3612
  }
3545
3613
  }
3546
3614
  return {
3547
3615
  val: {
3548
- type: u === "number" ? C.number : u === "date" ? C.date : C.time,
3616
+ type: l === "number" ? C.number : l === "date" ? C.date : C.time,
3549
3617
  value: n,
3550
3618
  location: b,
3551
- style: (o = l?.style) !== null && o !== void 0 ? o : null
3619
+ style: (o = u?.style) !== null && o !== void 0 ? o : null
3552
3620
  },
3553
3621
  err: null
3554
3622
  };
@@ -3560,28 +3628,28 @@ var Mi = (
3560
3628
  if (this.bumpSpace(), !this.bumpIf(","))
3561
3629
  return this.error(_.EXPECT_SELECT_ARGUMENT_OPTIONS, x(L, S({}, L)));
3562
3630
  this.bumpSpace();
3563
- var N = this.parseIdentifierIfPossible(), H = 0;
3564
- if (u !== "select" && N.value === "offset") {
3631
+ var O = this.parseIdentifierIfPossible(), H = 0;
3632
+ if (l !== "select" && O.value === "offset") {
3565
3633
  if (!this.bumpIf(":"))
3566
3634
  return this.error(_.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, x(this.clonePosition(), this.clonePosition()));
3567
3635
  this.bumpSpace();
3568
3636
  var h = this.tryParseDecimalInteger(_.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, _.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
3569
3637
  if (h.err)
3570
3638
  return h;
3571
- this.bumpSpace(), N = this.parseIdentifierIfPossible(), H = h.val;
3639
+ this.bumpSpace(), O = this.parseIdentifierIfPossible(), H = h.val;
3572
3640
  }
3573
- var v = this.tryParsePluralOrSelectOptions(t, u, r, N);
3641
+ var v = this.tryParsePluralOrSelectOptions(t, l, r, O);
3574
3642
  if (v.err)
3575
3643
  return v;
3576
3644
  var p = this.tryParseArgumentClose(i);
3577
3645
  if (p.err)
3578
3646
  return p;
3579
3647
  var T = x(i, this.clonePosition());
3580
- return u === "select" ? {
3648
+ return l === "select" ? {
3581
3649
  val: {
3582
3650
  type: C.select,
3583
3651
  value: n,
3584
- options: Rt(v.val),
3652
+ options: Ft(v.val),
3585
3653
  location: T
3586
3654
  },
3587
3655
  err: null
@@ -3589,9 +3657,9 @@ var Mi = (
3589
3657
  val: {
3590
3658
  type: C.plural,
3591
3659
  value: n,
3592
- options: Rt(v.val),
3660
+ options: Ft(v.val),
3593
3661
  offset: H,
3594
- pluralType: u === "plural" ? "cardinal" : "ordinal",
3662
+ pluralType: l === "plural" ? "cardinal" : "ordinal",
3595
3663
  location: T
3596
3664
  },
3597
3665
  err: null
@@ -3640,7 +3708,7 @@ var Mi = (
3640
3708
  }, e.prototype.parseNumberSkeletonFromString = function(t, r) {
3641
3709
  var n = [];
3642
3710
  try {
3643
- n = pi(t);
3711
+ n = vi(t);
3644
3712
  } catch {
3645
3713
  return this.error(_.INVALID_NUMBER_SKELETON, r);
3646
3714
  }
@@ -3649,25 +3717,25 @@ var Mi = (
3649
3717
  type: ue.number,
3650
3718
  tokens: n,
3651
3719
  location: r,
3652
- parsedOptions: this.shouldParseSkeletons ? yi(n) : {}
3720
+ parsedOptions: this.shouldParseSkeletons ? Ei(n) : {}
3653
3721
  },
3654
3722
  err: null
3655
3723
  };
3656
3724
  }, e.prototype.tryParsePluralOrSelectOptions = function(t, r, n, i) {
3657
- for (var o, a = !1, u = [], c = /* @__PURE__ */ new Set(), l = i.value, s = i.location; ; ) {
3658
- if (l.length === 0) {
3725
+ for (var o, a = !1, l = [], c = /* @__PURE__ */ new Set(), u = i.value, s = i.location; ; ) {
3726
+ if (u.length === 0) {
3659
3727
  var h = this.clonePosition();
3660
3728
  if (r !== "select" && this.bumpIf("=")) {
3661
3729
  var f = this.tryParseDecimalInteger(_.EXPECT_PLURAL_ARGUMENT_SELECTOR, _.INVALID_PLURAL_ARGUMENT_SELECTOR);
3662
3730
  if (f.err)
3663
3731
  return f;
3664
- s = x(h, this.clonePosition()), l = this.message.slice(h.offset, this.offset());
3732
+ s = x(h, this.clonePosition()), u = this.message.slice(h.offset, this.offset());
3665
3733
  } else
3666
3734
  break;
3667
3735
  }
3668
- if (c.has(l))
3736
+ if (c.has(u))
3669
3737
  return this.error(r === "select" ? _.DUPLICATE_SELECT_ARGUMENT_SELECTOR : _.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, s);
3670
- l === "other" && (a = !0), this.bumpSpace();
3738
+ u === "other" && (a = !0), this.bumpSpace();
3671
3739
  var d = this.clonePosition();
3672
3740
  if (!this.bumpIf("{"))
3673
3741
  return this.error(r === "select" ? _.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : _.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, x(this.clonePosition(), this.clonePosition()));
@@ -3677,27 +3745,27 @@ var Mi = (
3677
3745
  var b = this.tryParseArgumentClose(d);
3678
3746
  if (b.err)
3679
3747
  return b;
3680
- u.push([
3681
- l,
3748
+ l.push([
3749
+ u,
3682
3750
  {
3683
3751
  value: p.val,
3684
3752
  location: x(d, this.clonePosition())
3685
3753
  }
3686
- ]), c.add(l), this.bumpSpace(), o = this.parseIdentifierIfPossible(), l = o.value, s = o.location;
3754
+ ]), c.add(u), this.bumpSpace(), o = this.parseIdentifierIfPossible(), u = o.value, s = o.location;
3687
3755
  }
3688
- return u.length === 0 ? this.error(r === "select" ? _.EXPECT_SELECT_ARGUMENT_SELECTOR : _.EXPECT_PLURAL_ARGUMENT_SELECTOR, x(this.clonePosition(), this.clonePosition())) : this.requiresOtherClause && !a ? this.error(_.MISSING_OTHER_CLAUSE, x(this.clonePosition(), this.clonePosition())) : { val: u, err: null };
3756
+ return l.length === 0 ? this.error(r === "select" ? _.EXPECT_SELECT_ARGUMENT_SELECTOR : _.EXPECT_PLURAL_ARGUMENT_SELECTOR, x(this.clonePosition(), this.clonePosition())) : this.requiresOtherClause && !a ? this.error(_.MISSING_OTHER_CLAUSE, x(this.clonePosition(), this.clonePosition())) : { val: l, err: null };
3689
3757
  }, e.prototype.tryParseDecimalInteger = function(t, r) {
3690
3758
  var n = 1, i = this.clonePosition();
3691
3759
  this.bumpIf("+") || this.bumpIf("-") && (n = -1);
3692
3760
  for (var o = !1, a = 0; !this.isEOF(); ) {
3693
- var u = this.char();
3694
- if (u >= 48 && u <= 57)
3695
- o = !0, a = a * 10 + (u - 48), this.bump();
3761
+ var l = this.char();
3762
+ if (l >= 48 && l <= 57)
3763
+ o = !0, a = a * 10 + (l - 48), this.bump();
3696
3764
  else
3697
3765
  break;
3698
3766
  }
3699
3767
  var c = x(i, this.clonePosition());
3700
- return o ? (a *= n, Li(a) ? { val: a, err: null } : this.error(r, c)) : this.error(t, c);
3768
+ return o ? (a *= n, Oi(a) ? { val: a, err: null } : this.error(r, c)) : this.error(t, c);
3701
3769
  }, e.prototype.offset = function() {
3702
3770
  return this.position.offset;
3703
3771
  }, e.prototype.isEOF = function() {
@@ -3712,7 +3780,7 @@ var Mi = (
3712
3780
  var t = this.position.offset;
3713
3781
  if (t >= this.message.length)
3714
3782
  throw Error("out of bound");
3715
- var r = Cr(this.message, t);
3783
+ var r = Ir(this.message, t);
3716
3784
  if (r === void 0)
3717
3785
  throw Error("Offset ".concat(t, " is at invalid UTF-16 code unit boundary"));
3718
3786
  return r;
@@ -3731,7 +3799,7 @@ var Mi = (
3731
3799
  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);
3732
3800
  }
3733
3801
  }, e.prototype.bumpIf = function(t) {
3734
- if (Mt(this.message, t, this.offset())) {
3802
+ if (kt(this.message, t, this.offset())) {
3735
3803
  for (var r = 0; r < t.length; r++)
3736
3804
  this.bump();
3737
3805
  return !0;
@@ -3753,7 +3821,7 @@ var Mi = (
3753
3821
  break;
3754
3822
  }
3755
3823
  }, e.prototype.bumpSpace = function() {
3756
- for (; !this.isEOF() && Br(this.char()); )
3824
+ for (; !this.isEOF() && Or(this.char()); )
3757
3825
  this.bump();
3758
3826
  }, e.prototype.peek = function() {
3759
3827
  if (this.isEOF())
@@ -3763,37 +3831,38 @@ var Mi = (
3763
3831
  }, e;
3764
3832
  }()
3765
3833
  );
3766
- function ht(e) {
3834
+ function ct(e) {
3767
3835
  return e >= 97 && e <= 122 || e >= 65 && e <= 90;
3768
3836
  }
3769
- function Ri(e) {
3770
- return ht(e) || e === 47;
3837
+ function Fi(e) {
3838
+ return ct(e) || e === 47;
3771
3839
  }
3772
- function Di(e) {
3840
+ function Ui(e) {
3773
3841
  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;
3774
3842
  }
3775
- function Br(e) {
3843
+ function Or(e) {
3776
3844
  return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
3777
3845
  }
3778
- function ki(e) {
3846
+ function $i(e) {
3779
3847
  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;
3780
3848
  }
3781
- function ct(e) {
3849
+ function ft(e) {
3782
3850
  e.forEach(function(t) {
3783
- if (delete t.location, _r(t) || xr(t))
3851
+ if (delete t.location, Pr(t) || wr(t))
3784
3852
  for (var r in t.options)
3785
- delete t.options[r].location, ct(t.options[r].value);
3786
- else br(t) && Sr(t.style) || (vr(t) || yr(t)) && st(t.style) ? delete t.style.location : Er(t) && ct(t.children);
3853
+ delete t.options[r].location, ft(t.options[r].value);
3854
+ else
3855
+ xr(t) && Hr(t.style) || (Er(t) || Sr(t)) && at(t.style) ? delete t.style.location : Tr(t) && ft(t.children);
3787
3856
  });
3788
3857
  }
3789
- function Fi(e, t) {
3858
+ function Gi(e, t) {
3790
3859
  t === void 0 && (t = {}), t = S({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
3791
- var r = new Mi(e, t).parse();
3860
+ var r = new ki(e, t).parse();
3792
3861
  if (r.err) {
3793
3862
  var n = SyntaxError(_[r.err.kind]);
3794
3863
  throw n.location = r.err.location, n.originalMessage = r.err.message, n;
3795
3864
  }
3796
- return t?.captureLocation || ct(r.val), r.val;
3865
+ return t?.captureLocation || ft(r.val), r.val;
3797
3866
  }
3798
3867
  var he;
3799
3868
  (function(e) {
@@ -3811,7 +3880,7 @@ var Fe = (
3811
3880
  return "[formatjs Error: ".concat(this.code, "] ").concat(this.message);
3812
3881
  }, t;
3813
3882
  }(Error)
3814
- ), kt = (
3883
+ ), $t = (
3815
3884
  /** @class */
3816
3885
  function(e) {
3817
3886
  Y(t, e);
@@ -3820,7 +3889,7 @@ var Fe = (
3820
3889
  }
3821
3890
  return t;
3822
3891
  }(Fe)
3823
- ), Ui = (
3892
+ ), ji = (
3824
3893
  /** @class */
3825
3894
  function(e) {
3826
3895
  Y(t, e);
@@ -3829,7 +3898,7 @@ var Fe = (
3829
3898
  }
3830
3899
  return t;
3831
3900
  }(Fe)
3832
- ), $i = (
3901
+ ), Xi = (
3833
3902
  /** @class */
3834
3903
  function(e) {
3835
3904
  Y(t, e);
@@ -3842,34 +3911,34 @@ var Fe = (
3842
3911
  (function(e) {
3843
3912
  e[e.literal = 0] = "literal", e[e.object = 1] = "object";
3844
3913
  })(k || (k = {}));
3845
- function Gi(e) {
3914
+ function Vi(e) {
3846
3915
  return e.length < 2 ? e : e.reduce(function(t, r) {
3847
3916
  var n = t[t.length - 1];
3848
3917
  return !n || n.type !== k.literal || r.type !== k.literal ? t.push(r) : n.value += r.value, t;
3849
3918
  }, []);
3850
3919
  }
3851
- function ji(e) {
3920
+ function zi(e) {
3852
3921
  return typeof e == "function";
3853
3922
  }
3854
3923
  function Le(e, t, r, n, i, o, a) {
3855
- if (e.length === 1 && Lt(e[0]))
3924
+ if (e.length === 1 && Ot(e[0]))
3856
3925
  return [
3857
3926
  {
3858
3927
  type: k.literal,
3859
3928
  value: e[0].value
3860
3929
  }
3861
3930
  ];
3862
- for (var u = [], c = 0, l = e; c < l.length; c++) {
3863
- var s = l[c];
3864
- if (Lt(s)) {
3865
- u.push({
3931
+ for (var l = [], c = 0, u = e; c < u.length; c++) {
3932
+ var s = u[c];
3933
+ if (Ot(s)) {
3934
+ l.push({
3866
3935
  type: k.literal,
3867
3936
  value: s.value
3868
3937
  });
3869
3938
  continue;
3870
3939
  }
3871
- if (ci(s)) {
3872
- typeof o == "number" && u.push({
3940
+ if (mi(s)) {
3941
+ typeof o == "number" && l.push({
3873
3942
  type: k.literal,
3874
3943
  value: r.getNumberFormat(t).format(o)
3875
3944
  });
@@ -3877,89 +3946,89 @@ function Le(e, t, r, n, i, o, a) {
3877
3946
  }
3878
3947
  var h = s.value;
3879
3948
  if (!(i && h in i))
3880
- throw new $i(h, a);
3949
+ throw new Xi(h, a);
3881
3950
  var f = i[h];
3882
- if (hi(s)) {
3883
- (!f || typeof f == "string" || typeof f == "number") && (f = typeof f == "string" || typeof f == "number" ? String(f) : ""), u.push({
3951
+ if (di(s)) {
3952
+ (!f || typeof f == "string" || typeof f == "number") && (f = typeof f == "string" || typeof f == "number" ? String(f) : ""), l.push({
3884
3953
  type: typeof f == "string" ? k.literal : k.object,
3885
3954
  value: f
3886
3955
  });
3887
3956
  continue;
3888
3957
  }
3889
- if (vr(s)) {
3890
- var d = typeof s.style == "string" ? n.date[s.style] : st(s.style) ? s.style.parsedOptions : void 0;
3891
- u.push({
3958
+ if (Er(s)) {
3959
+ var d = typeof s.style == "string" ? n.date[s.style] : at(s.style) ? s.style.parsedOptions : void 0;
3960
+ l.push({
3892
3961
  type: k.literal,
3893
3962
  value: r.getDateTimeFormat(t, d).format(f)
3894
3963
  });
3895
3964
  continue;
3896
3965
  }
3897
- if (yr(s)) {
3898
- var d = typeof s.style == "string" ? n.time[s.style] : st(s.style) ? s.style.parsedOptions : n.time.medium;
3899
- u.push({
3966
+ if (Sr(s)) {
3967
+ var d = typeof s.style == "string" ? n.time[s.style] : at(s.style) ? s.style.parsedOptions : n.time.medium;
3968
+ l.push({
3900
3969
  type: k.literal,
3901
3970
  value: r.getDateTimeFormat(t, d).format(f)
3902
3971
  });
3903
3972
  continue;
3904
3973
  }
3905
- if (br(s)) {
3906
- var d = typeof s.style == "string" ? n.number[s.style] : Sr(s.style) ? s.style.parsedOptions : void 0;
3907
- d && d.scale && (f = f * (d.scale || 1)), u.push({
3974
+ if (xr(s)) {
3975
+ var d = typeof s.style == "string" ? n.number[s.style] : Hr(s.style) ? s.style.parsedOptions : void 0;
3976
+ d && d.scale && (f = f * (d.scale || 1)), l.push({
3908
3977
  type: k.literal,
3909
3978
  value: r.getNumberFormat(t, d).format(f)
3910
3979
  });
3911
3980
  continue;
3912
3981
  }
3913
- if (Er(s)) {
3982
+ if (Tr(s)) {
3914
3983
  var p = s.children, b = s.value, P = i[b];
3915
- if (!ji(P))
3916
- throw new Ui(b, "function", a);
3917
- var E = Le(p, t, r, n, i, o), B = P(E.map(function(H) {
3984
+ if (!zi(P))
3985
+ throw new ji(b, "function", a);
3986
+ var E = Le(p, t, r, n, i, o), A = P(E.map(function(H) {
3918
3987
  return H.value;
3919
3988
  }));
3920
- Array.isArray(B) || (B = [B]), u.push.apply(u, B.map(function(H) {
3989
+ Array.isArray(A) || (A = [A]), l.push.apply(l, A.map(function(H) {
3921
3990
  return {
3922
3991
  type: typeof H == "string" ? k.literal : k.object,
3923
3992
  value: H
3924
3993
  };
3925
3994
  }));
3926
3995
  }
3927
- if (_r(s)) {
3996
+ if (Pr(s)) {
3928
3997
  var L = s.options[f] || s.options.other;
3929
3998
  if (!L)
3930
- throw new kt(s.value, f, Object.keys(s.options), a);
3931
- u.push.apply(u, Le(L.value, t, r, n, i));
3999
+ throw new $t(s.value, f, Object.keys(s.options), a);
4000
+ l.push.apply(l, Le(L.value, t, r, n, i));
3932
4001
  continue;
3933
4002
  }
3934
- if (xr(s)) {
4003
+ if (wr(s)) {
3935
4004
  var L = s.options["=".concat(f)];
3936
4005
  if (!L) {
3937
4006
  if (!Intl.PluralRules)
3938
4007
  throw new Fe(`Intl.PluralRules is not available in this environment.
3939
4008
  Try polyfilling it using "@formatjs/intl-pluralrules"
3940
4009
  `, he.MISSING_INTL_API, a);
3941
- var N = r.getPluralRules(t, { type: s.pluralType }).select(f - (s.offset || 0));
3942
- L = s.options[N] || s.options.other;
4010
+ var O = r.getPluralRules(t, { type: s.pluralType }).select(f - (s.offset || 0));
4011
+ L = s.options[O] || s.options.other;
3943
4012
  }
3944
4013
  if (!L)
3945
- throw new kt(s.value, f, Object.keys(s.options), a);
3946
- u.push.apply(u, Le(L.value, t, r, n, i, f - (s.offset || 0)));
4014
+ throw new $t(s.value, f, Object.keys(s.options), a);
4015
+ l.push.apply(l, Le(L.value, t, r, n, i, f - (s.offset || 0)));
3947
4016
  continue;
3948
4017
  }
3949
4018
  }
3950
- return Gi(u);
4019
+ return Vi(l);
3951
4020
  }
3952
- function Xi(e, t) {
4021
+ function Wi(e, t) {
3953
4022
  return t ? S(S(S({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
3954
4023
  return r[n] = S(S({}, e[n]), t[n] || {}), r;
3955
4024
  }, {})) : e;
3956
4025
  }
3957
- function Vi(e, t) {
4026
+ function Zi(e, t) {
3958
4027
  return t ? Object.keys(e).reduce(function(r, n) {
3959
- return r[n] = Xi(e[n], t[n]), r;
4028
+ return r[n] = Wi(e[n], t[n]), r;
3960
4029
  }, S({}, e)) : e;
3961
4030
  }
3962
- function Je(e) {
4031
+ function Ke(e) {
3963
4032
  return {
3964
4033
  create: function() {
3965
4034
  return {
@@ -3973,39 +4042,39 @@ function Je(e) {
3973
4042
  }
3974
4043
  };
3975
4044
  }
3976
- function zi(e) {
4045
+ function Yi(e) {
3977
4046
  return e === void 0 && (e = {
3978
4047
  number: {},
3979
4048
  dateTime: {},
3980
4049
  pluralRules: {}
3981
4050
  }), {
3982
- getNumberFormat: Ye(function() {
4051
+ getNumberFormat: qe(function() {
3983
4052
  for (var t, r = [], n = 0; n < arguments.length; n++)
3984
4053
  r[n] = arguments[n];
3985
4054
  return new ((t = Intl.NumberFormat).bind.apply(t, ie([void 0], r, !1)))();
3986
4055
  }, {
3987
- cache: Je(e.number),
3988
- strategy: qe.variadic
4056
+ cache: Ke(e.number),
4057
+ strategy: Qe.variadic
3989
4058
  }),
3990
- getDateTimeFormat: Ye(function() {
4059
+ getDateTimeFormat: qe(function() {
3991
4060
  for (var t, r = [], n = 0; n < arguments.length; n++)
3992
4061
  r[n] = arguments[n];
3993
4062
  return new ((t = Intl.DateTimeFormat).bind.apply(t, ie([void 0], r, !1)))();
3994
4063
  }, {
3995
- cache: Je(e.dateTime),
3996
- strategy: qe.variadic
4064
+ cache: Ke(e.dateTime),
4065
+ strategy: Qe.variadic
3997
4066
  }),
3998
- getPluralRules: Ye(function() {
4067
+ getPluralRules: qe(function() {
3999
4068
  for (var t, r = [], n = 0; n < arguments.length; n++)
4000
4069
  r[n] = arguments[n];
4001
4070
  return new ((t = Intl.PluralRules).bind.apply(t, ie([void 0], r, !1)))();
4002
4071
  }, {
4003
- cache: Je(e.pluralRules),
4004
- strategy: qe.variadic
4072
+ cache: Ke(e.pluralRules),
4073
+ strategy: Qe.variadic
4005
4074
  })
4006
4075
  };
4007
4076
  }
4008
- var Wi = (
4077
+ var qi = (
4009
4078
  /** @class */
4010
4079
  function() {
4011
4080
  function e(t, r, n, i) {
@@ -4016,10 +4085,10 @@ var Wi = (
4016
4085
  dateTime: {},
4017
4086
  pluralRules: {}
4018
4087
  }, this.format = function(c) {
4019
- var l = o.formatToParts(c);
4020
- if (l.length === 1)
4021
- return l[0].value;
4022
- var s = l.reduce(function(h, f) {
4088
+ var u = o.formatToParts(c);
4089
+ if (u.length === 1)
4090
+ return u[0].value;
4091
+ var s = u.reduce(function(h, f) {
4023
4092
  return !h.length || f.type !== k.literal || typeof h[h.length - 1] != "string" ? h.push(f.value) : h[h.length - 1] += f.value, h;
4024
4093
  }, []);
4025
4094
  return s.length <= 1 ? s[0] || "" : s;
@@ -4037,13 +4106,13 @@ var Wi = (
4037
4106
  throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
4038
4107
  var a = i || {};
4039
4108
  a.formatters;
4040
- var u = Tn(a, ["formatters"]);
4041
- this.ast = e.__parse(t, S(S({}, u), { locale: this.resolvedLocale }));
4109
+ var l = An(a, ["formatters"]);
4110
+ this.ast = e.__parse(t, S(S({}, l), { locale: this.resolvedLocale }));
4042
4111
  } else
4043
4112
  this.ast = t;
4044
4113
  if (!Array.isArray(this.ast))
4045
4114
  throw new TypeError("A message must be provided as a String or AST.");
4046
- this.formats = Vi(e.formats, n), this.formatters = i && i.formatters || zi(this.formatterCache);
4115
+ this.formats = Zi(e.formats, n), this.formatters = i && i.formatters || Yi(this.formatterCache);
4047
4116
  }
4048
4117
  return Object.defineProperty(e, "defaultLocale", {
4049
4118
  get: function() {
@@ -4056,7 +4125,7 @@ var Wi = (
4056
4125
  var r = Intl.NumberFormat.supportedLocalesOf(t);
4057
4126
  return r.length > 0 ? new Intl.Locale(r[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
4058
4127
  }
4059
- }, e.__parse = Fi, e.formats = {
4128
+ }, e.__parse = Gi, e.formats = {
4060
4129
  number: {
4061
4130
  integer: {
4062
4131
  maximumFractionDigits: 0
@@ -4117,7 +4186,7 @@ var Wi = (
4117
4186
  }, e;
4118
4187
  }()
4119
4188
  );
4120
- function Zi(e, t) {
4189
+ function Qi(e, t) {
4121
4190
  if (t == null)
4122
4191
  return;
4123
4192
  if (t in e)
@@ -4138,92 +4207,92 @@ function Zi(e, t) {
4138
4207
  n = void 0;
4139
4208
  return n;
4140
4209
  }
4141
- const q = {}, Yi = (e, t, r) => r && (t in q || (q[t] = {}), e in q[t] || (q[t][e] = r), r), Lr = (e, t) => {
4210
+ const q = {}, Ji = (e, t, r) => r && (t in q || (q[t] = {}), e in q[t] || (q[t][e] = r), r), Mr = (e, t) => {
4142
4211
  if (t == null)
4143
4212
  return;
4144
4213
  if (t in q && e in q[t])
4145
4214
  return q[t][e];
4146
4215
  const r = Ue(t);
4147
4216
  for (let n = 0; n < r.length; n++) {
4148
- const i = r[n], o = Qi(i, e);
4217
+ const i = r[n], o = eo(i, e);
4149
4218
  if (o)
4150
- return Yi(e, t, o);
4219
+ return Ji(e, t, o);
4151
4220
  }
4152
4221
  };
4153
- let gt;
4222
+ let yt;
4154
4223
  const me = ke({});
4155
- function qi(e) {
4156
- return gt[e] || null;
4224
+ function Ki(e) {
4225
+ return yt[e] || null;
4157
4226
  }
4158
- function Ir(e) {
4159
- return e in gt;
4227
+ function Rr(e) {
4228
+ return e in yt;
4160
4229
  }
4161
- function Qi(e, t) {
4162
- if (!Ir(e))
4230
+ function eo(e, t) {
4231
+ if (!Rr(e))
4163
4232
  return null;
4164
- const r = qi(e);
4165
- return Zi(r, t);
4233
+ const r = Ki(e);
4234
+ return Qi(r, t);
4166
4235
  }
4167
- function Ji(e) {
4236
+ function to(e) {
4168
4237
  if (e == null)
4169
4238
  return;
4170
4239
  const t = Ue(e);
4171
4240
  for (let r = 0; r < t.length; r++) {
4172
4241
  const n = t[r];
4173
- if (Ir(n))
4242
+ if (Rr(n))
4174
4243
  return n;
4175
4244
  }
4176
4245
  }
4177
- function Or(e, ...t) {
4178
- delete q[e], me.update((r) => (r[e] = ri.all([r[e] || {}, ...t]), r));
4246
+ function Dr(e, ...t) {
4247
+ delete q[e], me.update((r) => (r[e] = si.all([r[e] || {}, ...t]), r));
4179
4248
  }
4180
4249
  de(
4181
4250
  [me],
4182
4251
  ([e]) => Object.keys(e)
4183
4252
  );
4184
- me.subscribe((e) => gt = e);
4253
+ me.subscribe((e) => yt = e);
4185
4254
  const Ie = {};
4186
- function Ki(e, t) {
4255
+ function ro(e, t) {
4187
4256
  Ie[e].delete(t), Ie[e].size === 0 && delete Ie[e];
4188
4257
  }
4189
- function Nr(e) {
4258
+ function kr(e) {
4190
4259
  return Ie[e];
4191
4260
  }
4192
- function eo(e) {
4261
+ function no(e) {
4193
4262
  return Ue(e).map((t) => {
4194
- const r = Nr(t);
4263
+ const r = kr(t);
4195
4264
  return [t, r ? [...r] : []];
4196
4265
  }).filter(([, t]) => t.length > 0);
4197
4266
  }
4198
- function ft(e) {
4267
+ function dt(e) {
4199
4268
  return e == null ? !1 : Ue(e).some(
4200
4269
  (t) => {
4201
4270
  var r;
4202
- return (r = Nr(t)) == null ? void 0 : r.size;
4271
+ return (r = kr(t)) == null ? void 0 : r.size;
4203
4272
  }
4204
4273
  );
4205
4274
  }
4206
- function to(e, t) {
4275
+ function io(e, t) {
4207
4276
  return Promise.all(
4208
- t.map((n) => (Ki(e, n), n().then((i) => i.default || i)))
4209
- ).then((n) => Or(e, ...n));
4277
+ t.map((n) => (ro(e, n), n().then((i) => i.default || i)))
4278
+ ).then((n) => Dr(e, ...n));
4210
4279
  }
4211
4280
  const be = {};
4212
- function Mr(e) {
4213
- if (!ft(e))
4281
+ function Fr(e) {
4282
+ if (!dt(e))
4214
4283
  return e in be ? be[e] : Promise.resolve();
4215
- const t = eo(e);
4284
+ const t = no(e);
4216
4285
  return be[e] = Promise.all(
4217
4286
  t.map(
4218
- ([r, n]) => to(r, n)
4287
+ ([r, n]) => io(r, n)
4219
4288
  )
4220
4289
  ).then(() => {
4221
- if (ft(e))
4222
- return Mr(e);
4290
+ if (dt(e))
4291
+ return Fr(e);
4223
4292
  delete be[e];
4224
4293
  }), be[e];
4225
4294
  }
4226
- const ro = {
4295
+ const oo = {
4227
4296
  number: {
4228
4297
  scientific: { notation: "scientific" },
4229
4298
  engineering: { notation: "engineering" },
@@ -4252,57 +4321,57 @@ const ro = {
4252
4321
  timeZoneName: "short"
4253
4322
  }
4254
4323
  }
4255
- }, no = {
4324
+ }, so = {
4256
4325
  fallbackLocale: null,
4257
4326
  loadingDelay: 200,
4258
- formats: ro,
4327
+ formats: oo,
4259
4328
  warnOnMissingMessages: !0,
4260
4329
  handleMissingMessage: void 0,
4261
4330
  ignoreTag: !0
4262
- }, io = no;
4331
+ }, ao = so;
4263
4332
  function ce() {
4264
- return io;
4333
+ return ao;
4265
4334
  }
4266
- const Ke = ke(!1);
4267
- var oo = Object.defineProperty, so = Object.defineProperties, ao = Object.getOwnPropertyDescriptors, Ft = Object.getOwnPropertySymbols, lo = Object.prototype.hasOwnProperty, uo = Object.prototype.propertyIsEnumerable, Ut = (e, t, r) => t in e ? oo(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, ho = (e, t) => {
4335
+ const et = ke(!1);
4336
+ var lo = Object.defineProperty, uo = Object.defineProperties, ho = Object.getOwnPropertyDescriptors, Gt = Object.getOwnPropertySymbols, co = Object.prototype.hasOwnProperty, fo = Object.prototype.propertyIsEnumerable, jt = (e, t, r) => t in e ? lo(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, mo = (e, t) => {
4268
4337
  for (var r in t || (t = {}))
4269
- lo.call(t, r) && Ut(e, r, t[r]);
4270
- if (Ft)
4271
- for (var r of Ft(t))
4272
- uo.call(t, r) && Ut(e, r, t[r]);
4338
+ co.call(t, r) && jt(e, r, t[r]);
4339
+ if (Gt)
4340
+ for (var r of Gt(t))
4341
+ fo.call(t, r) && jt(e, r, t[r]);
4273
4342
  return e;
4274
- }, co = (e, t) => so(e, ao(t));
4275
- let dt;
4276
- const Ne = ke(null);
4277
- function $t(e) {
4343
+ }, po = (e, t) => uo(e, ho(t));
4344
+ let mt;
4345
+ const Oe = ke(null);
4346
+ function Xt(e) {
4278
4347
  return e.split("-").map((t, r, n) => n.slice(0, r + 1).join("-")).reverse();
4279
4348
  }
4280
4349
  function Ue(e, t = ce().fallbackLocale) {
4281
- const r = $t(e);
4282
- return t ? [.../* @__PURE__ */ new Set([...r, ...$t(t)])] : r;
4350
+ const r = Xt(e);
4351
+ return t ? [.../* @__PURE__ */ new Set([...r, ...Xt(t)])] : r;
4283
4352
  }
4284
4353
  function J() {
4285
- return dt ?? void 0;
4354
+ return mt ?? void 0;
4286
4355
  }
4287
- Ne.subscribe((e) => {
4288
- dt = e ?? void 0, typeof window < "u" && e != null && document.documentElement.setAttribute("lang", e);
4356
+ Oe.subscribe((e) => {
4357
+ mt = e ?? void 0, typeof window < "u" && e != null && document.documentElement.setAttribute("lang", e);
4289
4358
  });
4290
- const fo = (e) => {
4291
- if (e && Ji(e) && ft(e)) {
4359
+ const go = (e) => {
4360
+ if (e && to(e) && dt(e)) {
4292
4361
  const { loadingDelay: t } = ce();
4293
4362
  let r;
4294
4363
  return typeof window < "u" && J() != null && t ? r = window.setTimeout(
4295
- () => Ke.set(!0),
4364
+ () => et.set(!0),
4296
4365
  t
4297
- ) : Ke.set(!0), Mr(e).then(() => {
4298
- Ne.set(e);
4366
+ ) : et.set(!0), Fr(e).then(() => {
4367
+ Oe.set(e);
4299
4368
  }).finally(() => {
4300
- clearTimeout(r), Ke.set(!1);
4369
+ clearTimeout(r), et.set(!1);
4301
4370
  });
4302
4371
  }
4303
- return Ne.set(e);
4304
- }, Q = co(ho({}, Ne), {
4305
- set: fo
4372
+ return Oe.set(e);
4373
+ }, Q = po(mo({}, Oe), {
4374
+ set: go
4306
4375
  }), $e = (e) => {
4307
4376
  const t = /* @__PURE__ */ Object.create(null);
4308
4377
  return (n) => {
@@ -4310,20 +4379,20 @@ const fo = (e) => {
4310
4379
  return i in t ? t[i] : t[i] = e(n);
4311
4380
  };
4312
4381
  };
4313
- var mo = Object.defineProperty, Me = Object.getOwnPropertySymbols, Rr = Object.prototype.hasOwnProperty, Dr = Object.prototype.propertyIsEnumerable, Gt = (e, t, r) => t in e ? mo(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, bt = (e, t) => {
4382
+ var bo = Object.defineProperty, Me = Object.getOwnPropertySymbols, Ur = Object.prototype.hasOwnProperty, $r = Object.prototype.propertyIsEnumerable, Vt = (e, t, r) => t in e ? bo(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, _t = (e, t) => {
4314
4383
  for (var r in t || (t = {}))
4315
- Rr.call(t, r) && Gt(e, r, t[r]);
4384
+ Ur.call(t, r) && Vt(e, r, t[r]);
4316
4385
  if (Me)
4317
4386
  for (var r of Me(t))
4318
- Dr.call(t, r) && Gt(e, r, t[r]);
4387
+ $r.call(t, r) && Vt(e, r, t[r]);
4319
4388
  return e;
4320
4389
  }, pe = (e, t) => {
4321
4390
  var r = {};
4322
4391
  for (var n in e)
4323
- Rr.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
4392
+ Ur.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
4324
4393
  if (e != null && Me)
4325
4394
  for (var n of Me(e))
4326
- t.indexOf(n) < 0 && Dr.call(e, n) && (r[n] = e[n]);
4395
+ t.indexOf(n) < 0 && $r.call(e, n) && (r[n] = e[n]);
4327
4396
  return r;
4328
4397
  };
4329
4398
  const Se = (e, t) => {
@@ -4331,21 +4400,21 @@ const Se = (e, t) => {
4331
4400
  if (e in r && t in r[e])
4332
4401
  return r[e][t];
4333
4402
  throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
4334
- }, po = $e(
4403
+ }, vo = $e(
4335
4404
  (e) => {
4336
4405
  var t = e, { locale: r, format: n } = t, i = pe(t, ["locale", "format"]);
4337
4406
  if (r == null)
4338
4407
  throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
4339
4408
  return n && (i = Se("number", n)), new Intl.NumberFormat(r, i);
4340
4409
  }
4341
- ), go = $e(
4410
+ ), yo = $e(
4342
4411
  (e) => {
4343
4412
  var t = e, { locale: r, format: n } = t, i = pe(t, ["locale", "format"]);
4344
4413
  if (r == null)
4345
4414
  throw new Error('[svelte-i18n] A "locale" must be set to format dates');
4346
4415
  return n ? i = Se("date", n) : Object.keys(i).length === 0 && (i = Se("date", "short")), new Intl.DateTimeFormat(r, i);
4347
4416
  }
4348
- ), bo = $e(
4417
+ ), _o = $e(
4349
4418
  (e) => {
4350
4419
  var t = e, { locale: r, format: n } = t, i = pe(t, ["locale", "format"]);
4351
4420
  if (r == null)
@@ -4354,57 +4423,57 @@ const Se = (e, t) => {
4354
4423
  );
4355
4424
  return n ? i = Se("time", n) : Object.keys(i).length === 0 && (i = Se("time", "short")), new Intl.DateTimeFormat(r, i);
4356
4425
  }
4357
- ), vo = (e = {}) => {
4426
+ ), xo = (e = {}) => {
4358
4427
  var t = e, {
4359
4428
  locale: r = J()
4360
4429
  } = t, n = pe(t, [
4361
4430
  "locale"
4362
4431
  ]);
4363
- return po(bt({ locale: r }, n));
4364
- }, yo = (e = {}) => {
4432
+ return vo(_t({ locale: r }, n));
4433
+ }, Eo = (e = {}) => {
4365
4434
  var t = e, {
4366
4435
  locale: r = J()
4367
4436
  } = t, n = pe(t, [
4368
4437
  "locale"
4369
4438
  ]);
4370
- return go(bt({ locale: r }, n));
4371
- }, _o = (e = {}) => {
4439
+ return yo(_t({ locale: r }, n));
4440
+ }, So = (e = {}) => {
4372
4441
  var t = e, {
4373
4442
  locale: r = J()
4374
4443
  } = t, n = pe(t, [
4375
4444
  "locale"
4376
4445
  ]);
4377
- return bo(bt({ locale: r }, n));
4378
- }, xo = $e(
4446
+ return _o(_t({ locale: r }, n));
4447
+ }, Po = $e(
4379
4448
  // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
4380
- (e, t = J()) => new Wi(e, t, ce().formats, {
4449
+ (e, t = J()) => new qi(e, t, ce().formats, {
4381
4450
  ignoreTag: ce().ignoreTag
4382
4451
  })
4383
- ), Eo = (e, t = {}) => {
4452
+ ), wo = (e, t = {}) => {
4384
4453
  var r, n, i, o;
4385
4454
  let a = t;
4386
4455
  typeof e == "object" && (a = e, e = a.id);
4387
4456
  const {
4388
- values: u,
4457
+ values: l,
4389
4458
  locale: c = J(),
4390
- default: l
4459
+ default: u
4391
4460
  } = a;
4392
4461
  if (c == null)
4393
4462
  throw new Error(
4394
4463
  "[svelte-i18n] Cannot format a message without first setting the initial locale."
4395
4464
  );
4396
- let s = Lr(e, c);
4465
+ let s = Mr(e, c);
4397
4466
  if (!s)
4398
- s = (o = (i = (n = (r = ce()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: c, id: e, defaultValue: l })) != null ? i : l) != null ? o : e;
4467
+ s = (o = (i = (n = (r = ce()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: c, id: e, defaultValue: u })) != null ? i : u) != null ? o : e;
4399
4468
  else if (typeof s != "string")
4400
4469
  return console.warn(
4401
4470
  `[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof s}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`
4402
4471
  ), s;
4403
- if (!u)
4472
+ if (!l)
4404
4473
  return s;
4405
4474
  let h = s;
4406
4475
  try {
4407
- h = xo(s, c).format(u);
4476
+ h = Po(s, c).format(l);
4408
4477
  } catch (f) {
4409
4478
  f instanceof Error && console.warn(
4410
4479
  `[svelte-i18n] Message "${e}" has syntax error:`,
@@ -4412,25 +4481,25 @@ const Se = (e, t) => {
4412
4481
  );
4413
4482
  }
4414
4483
  return h;
4415
- }, So = (e, t) => _o(t).format(e), Po = (e, t) => yo(t).format(e), wo = (e, t) => vo(t).format(e), To = (e, t = J()) => Lr(e, t), Ho = de([Q, me], () => Eo);
4416
- de([Q], () => So);
4417
- de([Q], () => Po);
4418
- de([Q], () => wo);
4419
- de([Q, me], () => To);
4420
- window.emWidgets = { topic: Un };
4421
- const Co = (e) => e.toLowerCase().match(/android/i) ? "Android" : e.toLowerCase().match(/iphone/i) ? "iPhone" : e.toLowerCase().match(/ipad|ipod/i) ? "iPad" : "PC";
4422
- function Ao({ withLocale: e, translations: t }) {
4484
+ }, To = (e, t) => So(t).format(e), Ho = (e, t) => Eo(t).format(e), Co = (e, t) => xo(t).format(e), Bo = (e, t = J()) => Mr(e, t), Ao = de([Q, me], () => wo);
4485
+ de([Q], () => To);
4486
+ de([Q], () => Ho);
4487
+ de([Q], () => Co);
4488
+ de([Q, me], () => Bo);
4489
+ window.emWidgets = { topic: Xn };
4490
+ const Lo = (e) => e.toLowerCase().match(/android/i) ? "Android" : e.toLowerCase().match(/iphone/i) ? "iPhone" : e.toLowerCase().match(/ipad|ipod/i) ? "iPad" : "PC";
4491
+ function Io({ withLocale: e, translations: t }) {
4423
4492
  Q.subscribe((r) => {
4424
4493
  r == null && (me.set(t), Q.set(e));
4425
4494
  });
4426
4495
  }
4427
- function jt(e, t) {
4428
- Or(e, t);
4496
+ function zt(e, t) {
4497
+ Dr(e, t);
4429
4498
  }
4430
- function Bo(e) {
4499
+ function No(e) {
4431
4500
  Q.set(e);
4432
4501
  }
4433
- const Xt = {
4502
+ const Wt = {
4434
4503
  en: {
4435
4504
  promotionsTitle: "Promotions",
4436
4505
  promotionsSubTitle: "New hot offers everyday!",
@@ -4509,13 +4578,13 @@ const Xt = {
4509
4578
  promotionsLoading: "Loading, please wait ..."
4510
4579
  }
4511
4580
  };
4512
- function Lo(e, t) {
4581
+ function Oo(e, t) {
4513
4582
  if (e) {
4514
4583
  const r = document.createElement("style");
4515
4584
  r.innerHTML = t, e.appendChild(r);
4516
4585
  }
4517
4586
  }
4518
- function Io(e, t) {
4587
+ function Mo(e, t) {
4519
4588
  const r = new URL(t);
4520
4589
  fetch(r.href).then((n) => n.text()).then((n) => {
4521
4590
  const i = document.createElement("style");
@@ -4524,7 +4593,7 @@ function Io(e, t) {
4524
4593
  console.error("There was an error while trying to load client styling from URL", n);
4525
4594
  });
4526
4595
  }
4527
- function Oo(e, t, r) {
4596
+ function Ro(e, t, r) {
4528
4597
  if (window.emMessageBus) {
4529
4598
  const n = document.createElement("style");
4530
4599
  window.emMessageBus.subscribe(t, (i) => {
@@ -4532,22 +4601,22 @@ function Oo(e, t, r) {
4532
4601
  });
4533
4602
  }
4534
4603
  }
4535
- function No(e) {
4536
- Jr(e, "svelte-ir1bqd", ':host{font-family:"Montserrat", sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"}*,*::before,*::after{padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box;font-family:inherit}.CasinoPromotionsSlider{background:linear-gradient(180deg, #F3F1FF, #ECE8FF);color:#080843;text-align:center;container-type:inline-size;container-name:container-slider}.CasinoPromotionsSlider .sliders .carousel{position:relative;width:100%;justify-content:center;align-items:center}.CasinoPromotionsSlider .PromotionSlider{overflow:hidden;position:relative;padding:20px 130px}.CasinoPromotionsSlider .container{display:flex;justify-content:space-between;width:100%}.CasinoPromotionsSlider .container .carousel{width:100%;position:relative}.CasinoPromotionsSlider .container .slides{margin:20px 0}.CasinoPromotionsSlider .PromotionCard{background:#fff;box-shadow:0 2px 4px rgba(0, 0, 0, 0.2);border-radius:4px;padding:10px 10px 10px 10px;margin:0 10px;max-width:none;color:#080843;position:relative;display:flex;flex-direction:column;align-items:center;gap:10px}.CasinoPromotionsSlider .PromotionCard .PromotionImg img{object-fit:cover;border-radius:4px;width:100%;height:220px;flex-basis:auto;box-sizing:border-box}.CasinoPromotionsSlider .PromotionCard .PromotionTitle{margin:4px 0;text-align:left;font-size:18px;display:-webkit-box !important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.CasinoPromotionsSlider .PromotionCard .description{text-align:left;font-size:14px;line-height:16px;display:-webkit-box !important;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.CasinoPromotionsSlider .PromotionCard .PromotionText{height:200px;position:relative;display:flex;flex-direction:column;width:100%;box-sizing:border-box}.CasinoPromotionsSlider .PromotionCard .arrow{width:16px;height:16px;position:absolute;transform:translateX(4px)}.CasinoPromotionsSlider .PromotionCard .ButtonPosition{height:30px;min-width:150px;margin-top:20px;align-self:center;order:1}.CasinoPromotionsSlider .PromotionCard .btn:link,.CasinoPromotionsSlider .PromotionCard .btn:visited{text-transform:uppercase;padding:10px 30px;background:linear-gradient(180deg, #F9253C, #D50866);color:#fff;border-radius:100px;transition:all 0.2s;transition-timing-function:ease-out;font-size:14px}.CasinoPromotionsSlider .PromotionCard .btn:hover{padding:10px 32px}.CasinoPromotionsSlider .PromotionCard .btn:hover .arrow{transform:translateX(8px);transition:all 0.2s}.CasinoPromotionsSlider .text__center{text-align:center}.CasinoPromotionsSlider .w__100{width:100%}.CasinoPromotionsSlider .d-flex{display:flex;justify-content:space-around;align-items:center;margin-bottom:10px}.CasinoPromotionsSlider .NotVisible{display:none}.CasinoPromotionsSlider .numberOfPage{color:#D50866;font-size:18px;margin-top:15px}.CasinoPromotionsSlider .modal{background:#fff;box-shadow:0 4px 6px rgba(0, 0, 0, 0.2);border-radius:4px;padding:40px;max-height:90%;width:1000px;color:#080843;position:absolute;z-index:10;top:50%;left:50%;transform:translate(-50%, -50%);overflow-y:auto;display:flex;flex-direction:column}.CasinoPromotionsSlider .modal .wrapper{position:sticky;top:0;right:0;z-index:10}.CasinoPromotionsSlider .modal .IconClose{width:24px;height:24px;color:#888;position:absolute;top:-30px;right:-30px;z-index:20}.CasinoPromotionsSlider .modal .IconClose:hover,.CasinoPromotionsSlider .modal .IconClose:focus{cursor:pointer;color:#222}.CasinoPromotionsSlider .modal::-webkit-scrollbar{display:none}.CasinoPromotionsSlider .modal__img{display:block;position:relative}.CasinoPromotionsSlider .modal__img img{object-fit:cover;border-radius:4px;max-height:300px;width:100%;height:100%}.CasinoPromotionsSlider .modal__title{margin-bottom:4px;text-align:left;font-size:18px}.CasinoPromotionsSlider .modal__description{margin-bottom:20px;text-align:left;font-size:14px;line-height:16px}.CasinoPromotionsSlider .modal__overlay{position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0, 0, 0, 0.4);z-index:5}@container container-slider (max-width: 1700px){.CasinoPromotionsSlider .PromotionSlider{padding:20px 100px}}@container container-slider (max-width: 1300px){.CasinoPromotionsSlider .title{font-size:22px}.CasinoPromotionsSlider .SubTitle{font-size:15px}.CasinoPromotionsSlider .PromotionSlider{padding:20px 80px}.CasinoPromotionsSlider .PromotionTitle{font-size:16px}.CasinoPromotionsSlider .description{font-size:13px}.CasinoPromotionsSlider .btn:link,.CasinoPromotionsSlider .btn:visited{font-size:13px}.CasinoPromotionsSlider .numberOfPage{font-size:16px}.CasinoPromotionsSlider .modal{width:900px}.CasinoPromotionsSlider .modal__title{font-size:16px}.CasinoPromotionsSlider .modal__description{font-size:13px}}@container container-slider (max-width: 950px){.CasinoPromotionsSlider .PromotionSlider{padding:20px 20px}.CasinoPromotionsSlider .modal{padding:30px;width:600px}.CasinoPromotionsSlider .modal .IconClose{width:20px;height:20px;top:-24px;right:-24px}}@container container-slider (max-width: 720px){.CasinoPromotionsSlider .PromotionSlider{padding:20px 10px}.CasinoPromotionsSlider .modal{padding:30px;width:500px}}@container container-slider (max-width: 600px){.CasinoPromotionsSlider .modal{padding:26px;width:90%}.CasinoPromotionsSlider .modal .IconClose{width:20px;height:20px;top:-20px;right:-20px}}');
4604
+ function Do(e) {
4605
+ rn(e, "svelte-jwavoj", ':host{font-family:"Montserrat", sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"}*,*::before,*::after{padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box;font-family:inherit}.CasinoPromotionsSlider{background:linear-gradient(180deg, #F3F1FF, #ECE8FF);color:#080843;text-align:center;container-type:inline-size;container-name:container-slider}.CasinoPromotionsSlider .sliders .carousel{position:relative;width:100%;justify-content:center;align-items:center}.CasinoPromotionsSlider .PromotionSlider{overflow:hidden;position:relative;padding:20px 130px}.CasinoPromotionsSlider .container{display:flex;justify-content:space-between;width:100%}.CasinoPromotionsSlider .container .carousel{width:100%;position:relative}.CasinoPromotionsSlider .container .slides{margin:20px 0}.CasinoPromotionsSlider .PromotionCard{background:#fff;box-shadow:0 2px 4px rgba(0, 0, 0, 0.2);border-radius:4px;padding:10px 10px 10px 10px;margin:0 10px;max-width:none;color:#080843;position:relative;display:flex;flex-direction:column;align-items:center;gap:10px}.CasinoPromotionsSlider .PromotionCard .PromotionImg img{object-fit:cover;border-radius:4px;width:100%;height:220px;flex-basis:auto;box-sizing:border-box}.CasinoPromotionsSlider .PromotionCard .PromotionTitle{margin:4px 0;text-align:left;font-size:18px;display:-webkit-box !important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.CasinoPromotionsSlider .PromotionCard .description{text-align:left;font-size:14px;line-height:16px;display:-webkit-box !important;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.CasinoPromotionsSlider .PromotionCard .PromotionText{height:200px;position:relative;display:flex;flex-direction:column;width:100%;box-sizing:border-box}.CasinoPromotionsSlider .PromotionCard .arrow{width:16px;height:16px;position:absolute;transform:translateX(4px)}.CasinoPromotionsSlider .PromotionCard .ButtonPosition{height:30px;min-width:150px;margin-top:20px;align-self:center;order:1}.CasinoPromotionsSlider .PromotionCard .btn:link,.CasinoPromotionsSlider .PromotionCard .btn:visited{text-transform:uppercase;padding:10px 30px;background:linear-gradient(180deg, #F9253C, #D50866);color:#fff;border-radius:100px;transition:all 0.2s;transition-timing-function:ease-out;font-size:14px}.CasinoPromotionsSlider .PromotionCard .btn:hover{padding:10px 32px}.CasinoPromotionsSlider .PromotionCard .btn:hover .arrow{transform:translateX(8px);transition:all 0.2s}.CasinoPromotionsSlider .text__center{text-align:center}.CasinoPromotionsSlider .w__100{width:100%}.CasinoPromotionsSlider .d-flex{display:flex;justify-content:space-around;align-items:center;margin-bottom:10px}.CasinoPromotionsSlider .NotVisible{display:none}.CasinoPromotionsSlider .numberOfPage{color:#D50866;font-size:18px;margin-top:15px}.CasinoPromotionsSlider .modal{background:#fff;box-shadow:0 4px 6px rgba(0, 0, 0, 0.2);border-radius:4px;padding:40px;max-height:90%;width:1000px;color:#080843;position:absolute;z-index:10;top:50%;left:50%;transform:translate(-50%, -50%);overflow-y:auto;display:flex;flex-direction:column}.CasinoPromotionsSlider .modal .wrapper{position:sticky;top:0;right:0;z-index:10}.CasinoPromotionsSlider .modal .IconClose{width:24px;height:24px;color:#888;position:absolute;top:-30px;right:-30px;z-index:20}.CasinoPromotionsSlider .modal .IconClose:hover,.CasinoPromotionsSlider .modal .IconClose:focus{cursor:pointer;color:#222}.CasinoPromotionsSlider .modal::-webkit-scrollbar{display:none}.CasinoPromotionsSlider .modal__img{display:block;position:relative}.CasinoPromotionsSlider .modal__img img{object-fit:cover;border-radius:4px;max-height:300px;width:100%;height:100%}.CasinoPromotionsSlider .modal__title{margin-bottom:4px;text-align:left;font-size:18px}.CasinoPromotionsSlider .modal__description{margin-bottom:20px;text-align:left;font-size:14px;line-height:16px}.CasinoPromotionsSlider .modal__overlay{position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0, 0, 0, 0.4);z-index:5}@container container-slider (max-width: 1700px){.CasinoPromotionsSlider .PromotionSlider{padding:20px 100px}}@container container-slider (max-width: 1300px){.CasinoPromotionsSlider .title{font-size:22px}.CasinoPromotionsSlider .SubTitle{font-size:15px}.CasinoPromotionsSlider .PromotionSlider{padding:20px 80px}.CasinoPromotionsSlider .PromotionTitle{font-size:16px}.CasinoPromotionsSlider .description{font-size:13px}.CasinoPromotionsSlider .btn:link,.CasinoPromotionsSlider .btn:visited{font-size:13px}.CasinoPromotionsSlider .numberOfPage{font-size:16px}.CasinoPromotionsSlider .modal{width:900px}.CasinoPromotionsSlider .modal__title{font-size:16px}.CasinoPromotionsSlider .modal__description{font-size:13px}}@container container-slider (max-width: 950px){.CasinoPromotionsSlider .PromotionSlider{padding:20px 20px}.CasinoPromotionsSlider .modal{padding:30px;width:600px}.CasinoPromotionsSlider .modal .IconClose{width:20px;height:20px;top:-24px;right:-24px}}@container container-slider (max-width: 720px){.CasinoPromotionsSlider .PromotionSlider{padding:20px 10px}.CasinoPromotionsSlider .modal{padding:30px;width:500px}}@container container-slider (max-width: 600px){.CasinoPromotionsSlider .modal{padding:26px;width:90%}.CasinoPromotionsSlider .modal .IconClose{width:20px;height:20px;top:-20px;right:-20px}}');
4537
4606
  }
4538
- function Vt(e, t, r) {
4607
+ function Zt(e, t, r) {
4539
4608
  const n = e.slice();
4540
4609
  return n[49] = t[r], n;
4541
4610
  }
4542
- function zt(e, t, r) {
4611
+ function Yt(e, t, r) {
4543
4612
  const n = e.slice();
4544
4613
  return n[52] = t[r], n;
4545
4614
  }
4546
- function Wt(e, t, r) {
4615
+ function qt(e, t, r) {
4547
4616
  const n = e.slice();
4548
4617
  return n[49] = t[r], n;
4549
4618
  }
4550
- function Mo(e) {
4619
+ function ko(e) {
4551
4620
  let t, r = (
4552
4621
  /*$_*/
4553
4622
  e[12]("promotionsNone") + ""
@@ -4569,55 +4638,55 @@ function Mo(e) {
4569
4638
  }
4570
4639
  };
4571
4640
  }
4572
- function Ro(e) {
4641
+ function Fo(e) {
4573
4642
  let t, r, n, i = ae(
4574
4643
  /*promotions*/
4575
4644
  e[2]
4576
4645
  ), o = [];
4577
- for (let u = 0; u < i.length; u += 1)
4578
- o[u] = Yt(zt(e, i, u));
4646
+ for (let l = 0; l < i.length; l += 1)
4647
+ o[l] = Jt(Yt(e, i, l));
4579
4648
  let a = (
4580
4649
  /*totalDots*/
4581
- e[6] > 1 && qt(e)
4650
+ e[6] > 1 && Kt(e)
4582
4651
  );
4583
4652
  return {
4584
4653
  c() {
4585
4654
  t = w("div"), r = w("div");
4586
- for (let u = 0; u < o.length; u += 1)
4587
- o[u].c();
4655
+ for (let l = 0; l < o.length; l += 1)
4656
+ o[l].c();
4588
4657
  n = G(), a && a.c(), m(r, "class", "slides"), m(t, "class", "carousel");
4589
4658
  },
4590
- m(u, c) {
4591
- X(u, t, c), y(t, r);
4592
- for (let l = 0; l < o.length; l += 1)
4593
- o[l] && o[l].m(r, null);
4659
+ m(l, c) {
4660
+ X(l, t, c), y(t, r);
4661
+ for (let u = 0; u < o.length; u += 1)
4662
+ o[u] && o[u].m(r, null);
4594
4663
  e[27](r), y(t, n), a && a.m(t, null), e[28](t);
4595
4664
  },
4596
- p(u, c) {
4665
+ p(l, c) {
4597
4666
  if (c[0] & /*handleOpenModal, promotions, $_*/
4598
4667
  20484) {
4599
4668
  i = ae(
4600
4669
  /*promotions*/
4601
- u[2]
4670
+ l[2]
4602
4671
  );
4603
- let l;
4604
- for (l = 0; l < i.length; l += 1) {
4605
- const s = zt(u, i, l);
4606
- o[l] ? o[l].p(s, c) : (o[l] = Yt(s), o[l].c(), o[l].m(r, null));
4672
+ let u;
4673
+ for (u = 0; u < i.length; u += 1) {
4674
+ const s = Yt(l, i, u);
4675
+ o[u] ? o[u].p(s, c) : (o[u] = Jt(s), o[u].c(), o[u].m(r, null));
4607
4676
  }
4608
- for (; l < o.length; l += 1)
4609
- o[l].d(1);
4677
+ for (; u < o.length; u += 1)
4678
+ o[u].d(1);
4610
4679
  o.length = i.length;
4611
4680
  }
4612
4681
  /*totalDots*/
4613
- u[6] > 1 ? a ? a.p(u, c) : (a = qt(u), a.c(), a.m(t, null)) : a && (a.d(1), a = null);
4682
+ l[6] > 1 ? a ? a.p(l, c) : (a = Kt(l), a.c(), a.m(t, null)) : a && (a.d(1), a = null);
4614
4683
  },
4615
- d(u) {
4616
- u && $(t), pt(o, u), e[27](null), a && a.d(), e[28](null);
4684
+ d(l) {
4685
+ l && $(t), gt(o, l), e[27](null), a && a.d(), e[28](null);
4617
4686
  }
4618
4687
  };
4619
4688
  }
4620
- function Do(e) {
4689
+ function Uo(e) {
4621
4690
  let t, r = (
4622
4691
  /*$_*/
4623
4692
  e[12]("promotionsLoading") + ""
@@ -4639,11 +4708,11 @@ function Do(e) {
4639
4708
  }
4640
4709
  };
4641
4710
  }
4642
- function Zt(e) {
4711
+ function Qt(e) {
4643
4712
  let t, r, n;
4644
4713
  return {
4645
4714
  c() {
4646
- t = w("source"), rr(t, r = /*imgSource*/
4715
+ t = w("source"), or(t, r = /*imgSource*/
4647
4716
  e[49].pictureSource) || m(t, "srcset", r), m(t, "media", n = "(" + /*imgSource*/
4648
4717
  e[49].media + ")");
4649
4718
  },
@@ -4662,22 +4731,22 @@ function Zt(e) {
4662
4731
  }
4663
4732
  };
4664
4733
  }
4665
- function Yt(e) {
4666
- let t, r, n, i, o, a, u, c, l, s, h = (
4734
+ function Jt(e) {
4735
+ let t, r, n, i, o, a, l, c, u, s, h = (
4667
4736
  /*promotion*/
4668
4737
  e[52].title + ""
4669
4738
  ), f, d, p = (
4670
4739
  /*promotion*/
4671
4740
  e[52].content.split("</div>")[0] + ""
4672
- ), b, P, E, B, L = (
4741
+ ), b, P, E, A, L = (
4673
4742
  /*$_*/
4674
4743
  e[12]("promotionsButton") + ""
4675
- ), N, H, v, T, A, j, I, K, Pe, F = ae(
4744
+ ), O, H, v, T, B, j, I, K, Pe, F = ae(
4676
4745
  /*promotion*/
4677
4746
  e[52].image.sources
4678
4747
  ), M = [];
4679
4748
  for (let R = 0; R < F.length; R += 1)
4680
- M[R] = Zt(Wt(e, F, R));
4749
+ M[R] = Qt(qt(e, F, R));
4681
4750
  function Ge() {
4682
4751
  return (
4683
4752
  /*click_handler*/
@@ -4692,19 +4761,19 @@ function Yt(e) {
4692
4761
  t = w("div"), r = w("div"), n = w("picture");
4693
4762
  for (let R = 0; R < M.length; R += 1)
4694
4763
  M[R].c();
4695
- i = G(), o = w("img"), c = G(), l = w("div"), s = w("h3"), f = G(), d = w("div"), b = G(), P = w("div"), E = w("a"), B = w("b"), N = se(L), H = G(), v = ze("svg"), T = ze("style"), A = se(`.st0{fill:#FFFFFF;}
4764
+ i = G(), o = w("img"), c = G(), u = w("div"), s = w("h3"), f = G(), d = w("div"), b = G(), P = w("div"), E = w("a"), A = w("b"), O = se(L), H = G(), v = ze("svg"), T = ze("style"), B = se(`.st0{fill:#FFFFFF;}
4696
4765
  `), j = ze("path"), I = G(), oe(o.src, a = /*promotion*/
4697
- e[52].image.src) || m(o, "src", a), m(o, "alt", u = /*promotion*/
4766
+ e[52].image.src) || m(o, "src", a), m(o, "alt", l = /*promotion*/
4698
4767
  e[52].title), m(n, "class", "PromotionImg"), m(n, "part", "PromotionImg"), m(s, "class", "PromotionTitle"), m(s, "part", "PromotionTitle"), m(d, "class", "description"), m(d, "part", "description"), m(T, "type", "text/css"), m(j, "class", "st0"), m(j, "d", `M9.5,13.3c-0.2-0.2-0.3-0.4-0.3-0.7c0-0.3,0.1-0.5,0.3-0.7L12.4,9H1.2C0.9,9,0.7,8.9,0.5,8.7
4699
4768
  C0.3,8.5,0.2,8.3,0.2,8s0.1-0.5,0.3-0.7C0.7,7.1,0.9,7,1.2,7h11.1L9.5,4.1C9.3,3.9,9.2,3.7,9.2,3.4c0-0.3,0.1-0.5,0.3-0.7
4700
4769
  c0.2-0.2,0.4-0.3,0.7-0.3c0.3,0,0.5,0.1,0.7,0.3l4.6,4.6c0.1,0.1,0.2,0.2,0.2,0.3c0,0.1,0.1,0.2,0.1,0.4s0,0.3-0.1,0.4
4701
- c0,0.1-0.1,0.2-0.2,0.3l-4.6,4.6c-0.2,0.2-0.4,0.3-0.7,0.3C10,13.6,9.7,13.5,9.5,13.3z`), m(v, "class", "arrow"), m(v, "version", "1.1"), m(v, "id", "Layer_1"), m(v, "xmlns", "http://www.w3.org/2000/svg"), m(v, "xmlns:xlink", "http://www.w3.org/1999/xlink"), m(v, "x", "0px"), m(v, "y", "0px"), m(v, "viewBox", "0 0 16 16"), rn(v, "enable-background", "new 0 0 16 16"), m(v, "xml:space", "preserve"), m(E, "href", "javascript:void(0)"), m(E, "class", "btn"), m(P, "class", "ButtonPosition"), m(l, "class", "PromotionText"), m(r, "class", "PromotionCard"), m(t, "class", "d-flex");
4770
+ c0,0.1-0.1,0.2-0.2,0.3l-4.6,4.6c-0.2,0.2-0.4,0.3-0.7,0.3C10,13.6,9.7,13.5,9.5,13.3z`), m(v, "class", "arrow"), m(v, "version", "1.1"), m(v, "id", "Layer_1"), m(v, "xmlns", "http://www.w3.org/2000/svg"), m(v, "xmlns:xlink", "http://www.w3.org/1999/xlink"), m(v, "x", "0px"), m(v, "y", "0px"), m(v, "viewBox", "0 0 16 16"), an(v, "enable-background", "new 0 0 16 16"), m(v, "xml:space", "preserve"), m(E, "href", "javascript:void(0)"), m(E, "class", "btn"), m(P, "class", "ButtonPosition"), m(u, "class", "PromotionText"), m(r, "class", "PromotionCard"), m(t, "class", "d-flex");
4702
4771
  },
4703
4772
  m(R, V) {
4704
4773
  X(R, t, V), y(t, r), y(r, n);
4705
- for (let O = 0; O < M.length; O += 1)
4706
- M[O] && M[O].m(n, null);
4707
- y(n, i), y(n, o), y(r, c), y(r, l), y(l, s), s.innerHTML = h, y(l, f), y(l, d), d.innerHTML = p, y(l, b), y(l, P), y(P, E), y(E, B), y(B, N), y(E, H), y(E, v), y(v, T), y(T, A), y(v, j), y(t, I), K || (Pe = _e(E, "click", Ge), K = !0);
4774
+ for (let N = 0; N < M.length; N += 1)
4775
+ M[N] && M[N].m(n, null);
4776
+ y(n, i), y(n, o), y(r, c), y(r, u), y(u, s), s.innerHTML = h, y(u, f), y(u, d), d.innerHTML = p, y(u, b), y(u, P), y(P, E), y(E, A), y(A, O), y(E, H), y(E, v), y(v, T), y(T, B), y(v, j), y(t, I), K || (Pe = _e(E, "click", Ge), K = !0);
4708
4777
  },
4709
4778
  p(R, V) {
4710
4779
  if (e = R, V[0] & /*promotions*/
@@ -4713,33 +4782,33 @@ function Yt(e) {
4713
4782
  /*promotion*/
4714
4783
  e[52].image.sources
4715
4784
  );
4716
- let O;
4717
- for (O = 0; O < F.length; O += 1) {
4718
- const ge = Wt(e, F, O);
4719
- M[O] ? M[O].p(ge, V) : (M[O] = Zt(ge), M[O].c(), M[O].m(n, i));
4785
+ let N;
4786
+ for (N = 0; N < F.length; N += 1) {
4787
+ const ge = qt(e, F, N);
4788
+ M[N] ? M[N].p(ge, V) : (M[N] = Qt(ge), M[N].c(), M[N].m(n, i));
4720
4789
  }
4721
- for (; O < M.length; O += 1)
4722
- M[O].d(1);
4790
+ for (; N < M.length; N += 1)
4791
+ M[N].d(1);
4723
4792
  M.length = F.length;
4724
4793
  }
4725
4794
  V[0] & /*promotions*/
4726
4795
  4 && !oe(o.src, a = /*promotion*/
4727
4796
  e[52].image.src) && m(o, "src", a), V[0] & /*promotions*/
4728
- 4 && u !== (u = /*promotion*/
4729
- e[52].title) && m(o, "alt", u), V[0] & /*promotions*/
4797
+ 4 && l !== (l = /*promotion*/
4798
+ e[52].title) && m(o, "alt", l), V[0] & /*promotions*/
4730
4799
  4 && h !== (h = /*promotion*/
4731
4800
  e[52].title + "") && (s.innerHTML = h), V[0] & /*promotions*/
4732
4801
  4 && p !== (p = /*promotion*/
4733
4802
  e[52].content.split("</div>")[0] + "") && (d.innerHTML = p), V[0] & /*$_*/
4734
4803
  4096 && L !== (L = /*$_*/
4735
- e[12]("promotionsButton") + "") && Re(N, L);
4804
+ e[12]("promotionsButton") + "") && Re(O, L);
4736
4805
  },
4737
4806
  d(R) {
4738
- R && $(t), pt(M, R), K = !1, Pe();
4807
+ R && $(t), gt(M, R), K = !1, Pe();
4739
4808
  }
4740
4809
  };
4741
4810
  }
4742
- function qt(e) {
4811
+ function Kt(e) {
4743
4812
  let t, r = `${/*getCurrentNumber*/
4744
4813
  e[13](
4745
4814
  /*currentIndex*/
@@ -4774,33 +4843,33 @@ function qt(e) {
4774
4843
  }
4775
4844
  };
4776
4845
  }
4777
- function Qt(e) {
4778
- let t, r, n, i, o, a, u, c, l, s, h, f, d, p = (
4846
+ function er(e) {
4847
+ let t, r, n, i, o, a, l, c, u, s, h, f, d, p = (
4779
4848
  /*modalItem*/
4780
4849
  e[10].title + ""
4781
4850
  ), b, P, E = (
4782
4851
  /*modalItem*/
4783
4852
  e[10].content + ""
4784
- ), B, L, N = ae(
4853
+ ), A, L, O = ae(
4785
4854
  /*modalItem*/
4786
4855
  e[10].image.sources
4787
4856
  ), H = [];
4788
- for (let v = 0; v < N.length; v += 1)
4789
- H[v] = Jt(Vt(e, N, v));
4857
+ for (let v = 0; v < O.length; v += 1)
4858
+ H[v] = tr(Zt(e, O, v));
4790
4859
  return {
4791
4860
  c() {
4792
- t = w("div"), r = G(), n = w("div"), i = w("div"), o = w("a"), o.innerHTML = '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="close_multi"><path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12"></path></svg>', a = G(), u = w("picture");
4861
+ t = w("div"), r = G(), n = w("div"), i = w("div"), o = w("a"), o.innerHTML = '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="close_multi"><path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12"></path></svg>', a = G(), l = w("picture");
4793
4862
  for (let v = 0; v < H.length; v += 1)
4794
4863
  H[v].c();
4795
- c = G(), l = w("img"), f = G(), d = w("h3"), b = G(), P = w("div"), m(t, "class", "modal__overlay"), m(o, "href", "#"), m(o, "class", "IconClose"), m(i, "class", "wrapper"), oe(l.src, s = /*modalItem*/
4796
- e[10].image.src) || m(l, "src", s), m(l, "alt", h = /*modalItem*/
4797
- e[10].title), m(u, "class", "modal__img"), m(u, "part", "modal-img"), m(d, "class", "modal__title"), m(P, "class", "modal__description"), m(n, "class", "modal");
4864
+ c = G(), u = w("img"), f = G(), d = w("h3"), b = G(), P = w("div"), m(t, "class", "modal__overlay"), m(o, "href", "#"), m(o, "class", "IconClose"), m(i, "class", "wrapper"), oe(u.src, s = /*modalItem*/
4865
+ e[10].image.src) || m(u, "src", s), m(u, "alt", h = /*modalItem*/
4866
+ e[10].title), m(l, "class", "modal__img"), m(l, "part", "modal-img"), m(d, "class", "modal__title"), m(P, "class", "modal__description"), m(n, "class", "modal");
4798
4867
  },
4799
4868
  m(v, T) {
4800
- X(v, t, T), X(v, r, T), X(v, n, T), y(n, i), y(i, o), y(n, a), y(n, u);
4801
- for (let A = 0; A < H.length; A += 1)
4802
- H[A] && H[A].m(u, null);
4803
- y(u, c), y(u, l), y(n, f), y(n, d), d.innerHTML = p, y(n, b), y(n, P), P.innerHTML = E, B || (L = [
4869
+ X(v, t, T), X(v, r, T), X(v, n, T), y(n, i), y(i, o), y(n, a), y(n, l);
4870
+ for (let B = 0; B < H.length; B += 1)
4871
+ H[B] && H[B].m(l, null);
4872
+ y(l, c), y(l, u), y(n, f), y(n, d), d.innerHTML = p, y(n, b), y(n, P), P.innerHTML = E, A || (L = [
4804
4873
  _e(
4805
4874
  t,
4806
4875
  "click",
@@ -4813,44 +4882,44 @@ function Qt(e) {
4813
4882
  /*click_handler_2*/
4814
4883
  e[31]
4815
4884
  )
4816
- ], B = !0);
4885
+ ], A = !0);
4817
4886
  },
4818
4887
  p(v, T) {
4819
4888
  if (T[0] & /*modalItem*/
4820
4889
  1024) {
4821
- N = ae(
4890
+ O = ae(
4822
4891
  /*modalItem*/
4823
4892
  v[10].image.sources
4824
4893
  );
4825
- let A;
4826
- for (A = 0; A < N.length; A += 1) {
4827
- const j = Vt(v, N, A);
4828
- H[A] ? H[A].p(j, T) : (H[A] = Jt(j), H[A].c(), H[A].m(u, c));
4894
+ let B;
4895
+ for (B = 0; B < O.length; B += 1) {
4896
+ const j = Zt(v, O, B);
4897
+ H[B] ? H[B].p(j, T) : (H[B] = tr(j), H[B].c(), H[B].m(l, c));
4829
4898
  }
4830
- for (; A < H.length; A += 1)
4831
- H[A].d(1);
4832
- H.length = N.length;
4899
+ for (; B < H.length; B += 1)
4900
+ H[B].d(1);
4901
+ H.length = O.length;
4833
4902
  }
4834
4903
  T[0] & /*modalItem*/
4835
- 1024 && !oe(l.src, s = /*modalItem*/
4836
- v[10].image.src) && m(l, "src", s), T[0] & /*modalItem*/
4904
+ 1024 && !oe(u.src, s = /*modalItem*/
4905
+ v[10].image.src) && m(u, "src", s), T[0] & /*modalItem*/
4837
4906
  1024 && h !== (h = /*modalItem*/
4838
- v[10].title) && m(l, "alt", h), T[0] & /*modalItem*/
4907
+ v[10].title) && m(u, "alt", h), T[0] & /*modalItem*/
4839
4908
  1024 && p !== (p = /*modalItem*/
4840
4909
  v[10].title + "") && (d.innerHTML = p), T[0] & /*modalItem*/
4841
4910
  1024 && E !== (E = /*modalItem*/
4842
4911
  v[10].content + "") && (P.innerHTML = E);
4843
4912
  },
4844
4913
  d(v) {
4845
- v && ($(t), $(r), $(n)), pt(H, v), B = !1, fe(L);
4914
+ v && ($(t), $(r), $(n)), gt(H, v), A = !1, fe(L);
4846
4915
  }
4847
4916
  };
4848
4917
  }
4849
- function Jt(e) {
4918
+ function tr(e) {
4850
4919
  let t, r, n;
4851
4920
  return {
4852
4921
  c() {
4853
- t = w("source"), rr(t, r = /*imgSource*/
4922
+ t = w("source"), or(t, r = /*imgSource*/
4854
4923
  e[49].pictureSource) || m(t, "srcset", r), m(t, "media", n = "(" + /*imgSource*/
4855
4924
  e[49].media + ")");
4856
4925
  },
@@ -4869,103 +4938,103 @@ function Jt(e) {
4869
4938
  }
4870
4939
  };
4871
4940
  }
4872
- function ko(e) {
4941
+ function $o(e) {
4873
4942
  let t, r, n, i, o;
4874
4943
  function a(s, h) {
4875
4944
  return (
4876
4945
  /*isLoading*/
4877
- s[5] ? Do : (
4946
+ s[5] ? Uo : (
4878
4947
  /*promotions*/
4879
- s[2].length > 0 ? Ro : Mo
4948
+ s[2].length > 0 ? Fo : ko
4880
4949
  )
4881
4950
  );
4882
4951
  }
4883
- let u = a(e), c = u(e), l = (
4952
+ let l = a(e), c = l(e), u = (
4884
4953
  /*modalIsOpen*/
4885
- e[11] && Qt(e)
4954
+ e[11] && er(e)
4886
4955
  );
4887
4956
  return {
4888
4957
  c() {
4889
- t = w("div"), r = w("section"), n = w("div"), c.c(), o = G(), l && l.c(), m(n, "class", "container"), m(r, "class", "PromotionSlider"), Oe(() => (
4958
+ t = w("div"), r = w("section"), n = w("div"), c.c(), o = G(), u && u.c(), m(n, "class", "container"), m(r, "class", "PromotionSlider"), Ne(() => (
4890
4959
  /*section_elementresize_handler*/
4891
4960
  e[29].call(r)
4892
4961
  )), m(t, "class", "CasinoPromotionsSlider");
4893
4962
  },
4894
4963
  m(s, h) {
4895
- X(s, t, h), y(t, r), y(r, n), c.m(n, null), i = on(
4964
+ X(s, t, h), y(t, r), y(r, n), c.m(n, null), i = un(
4896
4965
  r,
4897
4966
  /*section_elementresize_handler*/
4898
4967
  e[29].bind(r)
4899
- ), y(t, o), l && l.m(t, null), e[32](t);
4968
+ ), y(t, o), u && u.m(t, null), e[32](t);
4900
4969
  },
4901
4970
  p(s, h) {
4902
- u === (u = a(s)) && c ? c.p(s, h) : (c.d(1), c = u(s), c && (c.c(), c.m(n, null))), /*modalIsOpen*/
4903
- s[11] ? l ? l.p(s, h) : (l = Qt(s), l.c(), l.m(t, null)) : l && (l.d(1), l = null);
4971
+ l === (l = a(s)) && c ? c.p(s, h) : (c.d(1), c = l(s), c && (c.c(), c.m(n, null))), /*modalIsOpen*/
4972
+ s[11] ? u ? u.p(s, h) : (u = er(s), u.c(), u.m(t, null)) : u && (u.d(1), u = null);
4904
4973
  },
4905
4974
  i: W,
4906
4975
  o: W,
4907
4976
  d(s) {
4908
- s && $(t), c.d(), i(), l && l.d(), e[32](null);
4977
+ s && $(t), c.d(), i(), u && u.d(), e[32](null);
4909
4978
  }
4910
4979
  };
4911
4980
  }
4912
- let Fo = 4e3, Uo = 200, $o = "ease-out", Kt = 0, Go = !0, jo = !0, Xo = 20, Vo = !1;
4913
- function zo(e, t, r) {
4981
+ let Go = 4e3, jo = 200, Xo = "ease-out", rr = 0, Vo = !0, zo = !0, Wo = 20, Zo = !1;
4982
+ function Yo(e, t, r) {
4914
4983
  let n, i;
4915
- Qr(e, Ho, (g) => r(12, i = g));
4916
- let { endpoint: o = "" } = t, { lang: a = "" } = t, { env: u = "" } = t, { userroles: c = "" } = t, { translationurl: l = "" } = t, { mbsource: s } = t, { clientstyling: h = "" } = t, { clientstylingurl: f = "" } = t, { numbersdisplayed: d = "true" } = t, p, b = !1, P = [], E, B = 0;
4917
- Ao({ withLocale: "en", translations: {} });
4984
+ tn(e, Ao, (g) => r(12, i = g));
4985
+ let { endpoint: o = "" } = t, { lang: a = "" } = t, { env: l = "" } = t, { userroles: c = "" } = t, { translationurl: u = "" } = t, { mbsource: s } = t, { clientstyling: h = "" } = t, { clientstylingurl: f = "" } = t, { numbersdisplayed: d = "true" } = t, p, b = !1, P = [], E, A = 0;
4986
+ Io({ withLocale: "en", translations: {} });
4918
4987
  const L = () => {
4919
- fetch(l).then((D) => D.json()).then((D) => {
4988
+ fetch(u).then((D) => D.json()).then((D) => {
4920
4989
  Object.keys(D).forEach((U) => {
4921
- jt(U, D[U]);
4990
+ zt(U, D[U]);
4922
4991
  });
4923
4992
  }).catch((D) => {
4924
4993
  console.log(D);
4925
4994
  });
4926
4995
  };
4927
- Object.keys(Xt).forEach((g) => {
4928
- jt(g, Xt[g]);
4996
+ Object.keys(Wt).forEach((g) => {
4997
+ zt(g, Wt[g]);
4929
4998
  });
4930
- const N = () => {
4931
- Bo(a);
4999
+ const O = () => {
5000
+ No(a);
4932
5001
  };
4933
5002
  let H = window.navigator.userAgent;
4934
5003
  const v = () => {
4935
5004
  r(5, b = !0);
4936
- let g = new URL(`${o}/${a}/promotions?env=${u}`), D = Co(H);
5005
+ let g = new URL(`${o}/${a}/promotions?env=${l}`), D = Lo(H);
4937
5006
  D && (D === "PC" ? g.searchParams.append("device", "dk") : D === "iPad" || D === "iPhone" ? g.searchParams.append("device", "ios") : g.searchParams.append("device", "mtWeb")), g.searchParams.append("userRoles", c), fetch(g.href).then((U) => U.json()).then((U) => {
4938
5007
  r(5, b = !1), r(2, P = U);
4939
5008
  }).catch((U) => {
4940
5009
  r(5, b = !1), console.error(U);
4941
5010
  });
4942
5011
  };
4943
- let T = 4, A = Kt, j, I, K;
4944
- const Pe = un();
5012
+ let T = 4, B = rr, j, I, K;
5013
+ const Pe = dn();
4945
5014
  let F;
4946
5015
  const M = (g, D) => {
4947
5016
  let U;
4948
5017
  return function() {
4949
- const Zr = this, Yr = arguments;
4950
- clearTimeout(U), U = setTimeout(() => g.apply(Zr, Yr), D);
5018
+ const Jr = this, Kr = arguments;
5019
+ clearTimeout(U), U = setTimeout(() => g.apply(Jr, Kr), D);
4951
5020
  };
4952
- }, Ge = () => (F >= 1600 ? r(24, T = 4) : F >= 1250 ? r(24, T = 3) : F >= 768 ? r(24, T = 2) : F >= 320 && r(24, T = 1), typeof T == "object" ? T : Number(T)), R = () => I ? I.perPage : T, V = () => I ? Math.ceil(I.innerElements.length / n) : 0, O = () => !(P.length <= Ge()), ge = () => {
4953
- I && (r(24, T = r(4, n = R())), r(6, B = V()));
4954
- }, vt = M(ge, 300);
4955
- ln(() => (window.addEventListener("resize", vt), () => {
4956
- window.removeEventListener("resize", vt);
5021
+ }, Ge = () => (F >= 1600 ? r(24, T = 4) : F >= 1250 ? r(24, T = 3) : F >= 768 ? r(24, T = 2) : F >= 320 && r(24, T = 1), typeof T == "object" ? T : Number(T)), R = () => I ? I.perPage : T, V = () => I ? Math.ceil(I.innerElements.length / n) : 0, N = () => !(P.length <= Ge()), ge = () => {
5022
+ I && (r(24, T = r(4, n = R())), r(6, A = V()));
5023
+ }, xt = M(ge, 300);
5024
+ fn(() => (window.addEventListener("resize", xt), () => {
5025
+ window.removeEventListener("resize", xt);
4957
5026
  }));
4958
- const kr = () => (r(25, I = new wn({
5027
+ const Gr = () => (r(25, I = new Bn({
4959
5028
  selector: j,
4960
- loop: O(),
4961
- duration: Uo,
4962
- easing: $o,
4963
- startIndex: Kt,
4964
- draggable: Go,
4965
- multipleDrag: jo,
4966
- threshold: Xo,
4967
- rtl: Vo,
4968
- onChange: Fr,
5029
+ loop: N(),
5030
+ duration: jo,
5031
+ easing: Xo,
5032
+ startIndex: rr,
5033
+ draggable: Vo,
5034
+ multipleDrag: zo,
5035
+ threshold: Wo,
5036
+ rtl: Zo,
5037
+ onChange: jr,
4969
5038
  perPage: {
4970
5039
  320: 1,
4971
5040
  // wider than 320px show 1 promo.card
@@ -4976,59 +5045,59 @@ function zo(e, t, r) {
4976
5045
  1600: 4
4977
5046
  // wider than 1600px show 4 promo.cards
4978
5047
  }
4979
- })), K = setInterval(() => I.next(), Fo), () => {
5048
+ })), K = setInterval(() => I.next(), Go), () => {
4980
5049
  clearInterval(K), I.destroy();
4981
5050
  });
4982
- function Fr() {
4983
- r(7, A = I.currentSlide), Pe("change", {
5051
+ function jr() {
5052
+ r(7, B = I.currentSlide), Pe("change", {
4984
5053
  currentSlide: I.currentSlide,
4985
5054
  slideCount: I.innerElements.length
4986
5055
  });
4987
5056
  }
4988
- const Ur = (g, D) => {
5057
+ const Xr = (g, D) => {
4989
5058
  const U = Math.ceil((g + 1) / D);
4990
- return U === 0 ? B : U;
5059
+ return U === 0 ? A : U;
4991
5060
  };
4992
5061
  let je = {}, Xe = !1;
4993
- const yt = (g) => {
5062
+ const Et = (g) => {
4994
5063
  r(10, je = g), r(11, Xe = !0);
4995
5064
  }, Ve = () => {
4996
5065
  r(10, je = {}), r(11, Xe = !1);
4997
- }, $r = (g) => {
4998
- yt(g);
5066
+ }, Vr = (g) => {
5067
+ Et(g);
4999
5068
  };
5000
- function Gr(g) {
5069
+ function zr(g) {
5001
5070
  ye[g ? "unshift" : "push"](() => {
5002
5071
  j = g, r(8, j);
5003
5072
  });
5004
5073
  }
5005
- function jr(g) {
5074
+ function Wr(g) {
5006
5075
  ye[g ? "unshift" : "push"](() => {
5007
5076
  E = g, r(3, E);
5008
5077
  });
5009
5078
  }
5010
- function Xr() {
5079
+ function Zr() {
5011
5080
  F = this.clientWidth, r(9, F);
5012
5081
  }
5013
- const Vr = () => Ve(), zr = () => Ve();
5014
- function Wr(g) {
5082
+ const Yr = () => Ve(), qr = () => Ve();
5083
+ function Qr(g) {
5015
5084
  ye[g ? "unshift" : "push"](() => {
5016
5085
  p = g, r(1, p);
5017
5086
  });
5018
5087
  }
5019
5088
  return e.$$set = (g) => {
5020
- "endpoint" in g && r(16, o = g.endpoint), "lang" in g && r(17, a = g.lang), "env" in g && r(18, u = g.env), "userroles" in g && r(19, c = g.userroles), "translationurl" in g && r(20, l = g.translationurl), "mbsource" in g && r(21, s = g.mbsource), "clientstyling" in g && r(22, h = g.clientstyling), "clientstylingurl" in g && r(23, f = g.clientstylingurl), "numbersdisplayed" in g && r(0, d = g.numbersdisplayed);
5089
+ "endpoint" in g && r(16, o = g.endpoint), "lang" in g && r(17, a = g.lang), "env" in g && r(18, l = g.env), "userroles" in g && r(19, c = g.userroles), "translationurl" in g && r(20, u = g.translationurl), "mbsource" in g && r(21, s = g.mbsource), "clientstyling" in g && r(22, h = g.clientstyling), "clientstylingurl" in g && r(23, f = g.clientstylingurl), "numbersdisplayed" in g && r(0, d = g.numbersdisplayed);
5021
5090
  }, e.$$.update = () => {
5022
5091
  e.$$.dirty[0] & /*lang*/
5023
- 131072 && a && N(), e.$$.dirty[0] & /*translationurl*/
5024
- 1048576 && l && L(), e.$$.dirty[0] & /*endpoint, lang, env, userroles*/
5025
- 983040 && o && a && u && c && v(), e.$$.dirty[0] & /*clientstyling, customStylingContainer*/
5026
- 4194306 && h && p && Lo(p, h), e.$$.dirty[0] & /*clientstylingurl, customStylingContainer*/
5027
- 8388610 && f && p && Io(p, f), e.$$.dirty[0] & /*mbsource, customStylingContainer*/
5028
- 2097154 && s && p && Oo(p, `${s}.Style`), e.$$.dirty[0] & /*controller, perPage*/
5092
+ 131072 && a && O(), e.$$.dirty[0] & /*translationurl*/
5093
+ 1048576 && u && L(), e.$$.dirty[0] & /*endpoint, lang, env, userroles*/
5094
+ 983040 && o && a && l && c && v(), e.$$.dirty[0] & /*clientstyling, customStylingContainer*/
5095
+ 4194306 && h && p && Oo(p, h), e.$$.dirty[0] & /*clientstylingurl, customStylingContainer*/
5096
+ 8388610 && f && p && Mo(p, f), e.$$.dirty[0] & /*mbsource, customStylingContainer*/
5097
+ 2097154 && s && p && Ro(p, `${s}.Style`), e.$$.dirty[0] & /*controller, perPage*/
5029
5098
  50331648 && r(4, n = I ? I.perPage : T), e.$$.dirty[0] & /*controller, currentPerPage*/
5030
- 33554448 && r(6, B = I ? Math.ceil(I.innerElements.length / n) : 0), e.$$.dirty[0] & /*promotions, promotionsSlider*/
5031
- 12 && P && E && kr(), e.$$.dirty[0] & /*controller*/
5099
+ 33554448 && r(6, A = I ? Math.ceil(I.innerElements.length / n) : 0), e.$$.dirty[0] & /*promotions, promotionsSlider*/
5100
+ 12 && P && E && Gr(), e.$$.dirty[0] & /*controller*/
5032
5101
  33554432 && I && ge();
5033
5102
  }, [
5034
5103
  d,
@@ -5037,43 +5106,43 @@ function zo(e, t, r) {
5037
5106
  E,
5038
5107
  n,
5039
5108
  b,
5040
- B,
5041
5109
  A,
5110
+ B,
5042
5111
  j,
5043
5112
  F,
5044
5113
  je,
5045
5114
  Xe,
5046
5115
  i,
5047
- Ur,
5048
- yt,
5116
+ Xr,
5117
+ Et,
5049
5118
  Ve,
5050
5119
  o,
5051
5120
  a,
5052
- u,
5053
- c,
5054
5121
  l,
5122
+ c,
5123
+ u,
5055
5124
  s,
5056
5125
  h,
5057
5126
  f,
5058
5127
  T,
5059
5128
  I,
5060
- $r,
5061
- Gr,
5062
- jr,
5063
- Xr,
5064
5129
  Vr,
5065
5130
  zr,
5066
- Wr
5131
+ Wr,
5132
+ Zr,
5133
+ Yr,
5134
+ qr,
5135
+ Qr
5067
5136
  ];
5068
5137
  }
5069
- class Wo extends xn {
5138
+ class qo extends wn {
5070
5139
  constructor(t) {
5071
- super(), yn(
5140
+ super(), Sn(
5072
5141
  this,
5073
5142
  t,
5074
- zo,
5075
- ko,
5076
- tr,
5143
+ Yo,
5144
+ $o,
5145
+ ir,
5077
5146
  {
5078
5147
  endpoint: 16,
5079
5148
  lang: 17,
@@ -5085,7 +5154,7 @@ class Wo extends xn {
5085
5154
  clientstylingurl: 23,
5086
5155
  numbersdisplayed: 0
5087
5156
  },
5088
- No,
5157
+ Do,
5089
5158
  [-1, -1]
5090
5159
  );
5091
5160
  }
@@ -5144,7 +5213,7 @@ class Wo extends xn {
5144
5213
  this.$$set({ numbersdisplayed: t }), z();
5145
5214
  }
5146
5215
  }
5147
- _n(Wo, { endpoint: {}, lang: {}, env: {}, userroles: {}, translationurl: {}, mbsource: {}, clientstyling: {}, clientstylingurl: {}, numbersdisplayed: {} }, [], [], !0);
5216
+ Pn(qo, { endpoint: {}, lang: {}, env: {}, userroles: {}, translationurl: {}, mbsource: {}, clientstyling: {}, clientstylingurl: {}, numbersdisplayed: {} }, [], [], !0);
5148
5217
  export {
5149
- Wo as C
5218
+ qo as C
5150
5219
  };