@everymatrix/casino-bonuses-controller 1.60.2 → 1.61.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -36,7 +36,8 @@ var Ue = (e, t, n) => new Promise((r, i) => {
36
36
  }, a = (l) => l.done ? r(l.value) : Promise.resolve(l.value).then(o, s);
37
37
  a((n = n.apply(e, t)).next());
38
38
  });
39
- function Pe() {
39
+ import "../stencil/ui-image-CPH6BqjQ.js";
40
+ function ke() {
40
41
  }
41
42
  function D(e, t) {
42
43
  for (const n in t)
@@ -72,7 +73,7 @@ function sl(e, ...t) {
72
73
  if (e == null) {
73
74
  for (const r of t)
74
75
  r(void 0);
75
- return Pe;
76
+ return ke;
76
77
  }
77
78
  const n = e.subscribe(...t);
78
79
  return n.unsubscribe ? () => n.unsubscribe() : n;
@@ -120,7 +121,7 @@ function $n(e) {
120
121
  return -1;
121
122
  }
122
123
  function Td(e) {
123
- return e && Fn(e.destroy) ? e.destroy : Pe;
124
+ return e && Fn(e.destroy) ? e.destroy : ke;
124
125
  }
125
126
  const Pd = ["", !0, 1, "true", "contenteditable"];
126
127
  function p(e, t) {
@@ -175,7 +176,7 @@ function U() {
175
176
  function Ze() {
176
177
  return B("");
177
178
  }
178
- function ke(e, t, n, r) {
179
+ function Se(e, t, n, r) {
179
180
  return e.addEventListener(t, n, r), () => e.removeEventListener(t, n, r);
180
181
  }
181
182
  function m(e, t, n) {
@@ -191,7 +192,7 @@ function ul(e, t) {
191
192
  for (const n in t)
192
193
  m(e, n, t[n]);
193
194
  }
194
- function He(e, t, n) {
195
+ function Pe(e, t, n) {
195
196
  const r = t.toLowerCase();
196
197
  r in e ? e[r] = typeof e[r] == "boolean" && n === "" ? !0 : n : t in e ? e[t] = typeof e[t] == "boolean" && n === "" ? !0 : n : m(e, t, n);
197
198
  }
@@ -316,10 +317,10 @@ function at(e, t, n, r) {
316
317
  } else
317
318
  r && r();
318
319
  }
319
- function Le(e) {
320
+ function Fe(e) {
320
321
  return (e == null ? void 0 : e.length) !== void 0 ? e : Array.from(e);
321
322
  }
322
- function De(e, t) {
323
+ function Be(e, t) {
323
324
  const n = {}, r = {}, i = { $$scope: 1 };
324
325
  let o = e.length;
325
326
  for (; o--; ) {
@@ -360,7 +361,7 @@ function Pr(e, t, n, r, i, o, s = null, a = [-1]) {
360
361
  ctx: [],
361
362
  // state
362
363
  props: o,
363
- update: Pe,
364
+ update: ke,
364
365
  not_equal: i,
365
366
  bound: Uo(),
366
367
  // lifecycle
@@ -594,7 +595,7 @@ class Sr {
594
595
  }
595
596
  /** @returns {void} */
596
597
  $destroy() {
597
- zd(this, 1), this.$destroy = Pe;
598
+ zd(this, 1), this.$destroy = ke;
598
599
  }
599
600
  /**
600
601
  * @template {Extract<keyof Events, string>} K
@@ -604,7 +605,7 @@ class Sr {
604
605
  */
605
606
  $on(t, n) {
606
607
  if (!Fn(n))
607
- return Pe;
608
+ return ke;
608
609
  const r = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
609
610
  return r.push(n), () => {
610
611
  const i = r.indexOf(n);
@@ -627,7 +628,7 @@ function Wd(e, t) {
627
628
  subscribe: Dr(e, t).subscribe
628
629
  };
629
630
  }
630
- function Dr(e, t = Pe) {
631
+ function Dr(e, t = ke) {
631
632
  let n;
632
633
  const r = /* @__PURE__ */ new Set();
633
634
  function i(a) {
@@ -645,9 +646,9 @@ function Dr(e, t = Pe) {
645
646
  function o(a) {
646
647
  i(a(e));
647
648
  }
648
- function s(a, l = Pe) {
649
+ function s(a, l = ke) {
649
650
  const u = [a, l];
650
- return r.add(u), r.size === 1 && (n = t(i, o) || Pe), a(e), () => {
651
+ return r.add(u), r.size === 1 && (n = t(i, o) || ke), a(e), () => {
651
652
  r.delete(u), r.size === 0 && n && (n(), n = null);
652
653
  };
653
654
  }
@@ -661,13 +662,13 @@ function rn(e, t, n) {
661
662
  return Wd(n, (s, a) => {
662
663
  let l = !1;
663
664
  const u = [];
664
- let d = 0, c = Pe;
665
+ let d = 0, c = ke;
665
666
  const h = () => {
666
667
  if (d)
667
668
  return;
668
669
  c();
669
670
  const b = t(r ? u[0] : u, s, a);
670
- o ? s(b) : c = Fn(b) ? b : Pe;
671
+ o ? s(b) : c = Fn(b) ? b : ke;
671
672
  }, f = i.map(
672
673
  (b, _) => sl(
673
674
  b,
@@ -3328,14 +3329,14 @@ var Br = (
3328
3329
  }
3329
3330
  return t;
3330
3331
  }(Br)
3331
- ), Fe;
3332
+ ), He;
3332
3333
  (function(e) {
3333
3334
  e[e.literal = 0] = "literal", e[e.object = 1] = "object";
3334
- })(Fe || (Fe = {}));
3335
+ })(He || (He = {}));
3335
3336
  function Gc(e) {
3336
3337
  return e.length < 2 ? e : e.reduce(function(t, n) {
3337
3338
  var r = t[t.length - 1];
3338
- return !r || r.type !== Fe.literal || n.type !== Fe.literal ? t.push(n) : r.value += n.value, t;
3339
+ return !r || r.type !== He.literal || n.type !== He.literal ? t.push(n) : r.value += n.value, t;
3339
3340
  }, []);
3340
3341
  }
3341
3342
  function Yc(e) {
@@ -3345,7 +3346,7 @@ function ir(e, t, n, r, i, o, s) {
3345
3346
  if (e.length === 1 && Go(e[0]))
3346
3347
  return [
3347
3348
  {
3348
- type: Fe.literal,
3349
+ type: He.literal,
3349
3350
  value: e[0].value
3350
3351
  }
3351
3352
  ];
@@ -3353,14 +3354,14 @@ function ir(e, t, n, r, i, o, s) {
3353
3354
  var d = u[l];
3354
3355
  if (Go(d)) {
3355
3356
  a.push({
3356
- type: Fe.literal,
3357
+ type: He.literal,
3357
3358
  value: d.value
3358
3359
  });
3359
3360
  continue;
3360
3361
  }
3361
3362
  if (mc(d)) {
3362
3363
  typeof o == "number" && a.push({
3363
- type: Fe.literal,
3364
+ type: He.literal,
3364
3365
  value: n.getNumberFormat(t).format(o)
3365
3366
  });
3366
3367
  continue;
@@ -3371,7 +3372,7 @@ function ir(e, t, n, r, i, o, s) {
3371
3372
  var h = i[c];
3372
3373
  if (pc(d)) {
3373
3374
  (!h || typeof h == "string" || typeof h == "number") && (h = typeof h == "string" || typeof h == "number" ? String(h) : ""), a.push({
3374
- type: typeof h == "string" ? Fe.literal : Fe.object,
3375
+ type: typeof h == "string" ? He.literal : He.object,
3375
3376
  value: h
3376
3377
  });
3377
3378
  continue;
@@ -3379,7 +3380,7 @@ function ir(e, t, n, r, i, o, s) {
3379
3380
  if (bl(d)) {
3380
3381
  var f = typeof d.style == "string" ? r.date[d.style] : Oi(d.style) ? d.style.parsedOptions : void 0;
3381
3382
  a.push({
3382
- type: Fe.literal,
3383
+ type: He.literal,
3383
3384
  value: n.getDateTimeFormat(t, f).format(h)
3384
3385
  });
3385
3386
  continue;
@@ -3387,7 +3388,7 @@ function ir(e, t, n, r, i, o, s) {
3387
3388
  if (vl(d)) {
3388
3389
  var f = typeof d.style == "string" ? r.time[d.style] : Oi(d.style) ? d.style.parsedOptions : r.time.medium;
3389
3390
  a.push({
3390
- type: Fe.literal,
3391
+ type: He.literal,
3391
3392
  value: n.getDateTimeFormat(t, f).format(h)
3392
3393
  });
3393
3394
  continue;
@@ -3395,7 +3396,7 @@ function ir(e, t, n, r, i, o, s) {
3395
3396
  if (gl(d)) {
3396
3397
  var f = typeof d.style == "string" ? r.number[d.style] : El(d.style) ? d.style.parsedOptions : void 0;
3397
3398
  f && f.scale && (h = h * (f.scale || 1)), a.push({
3398
- type: Fe.literal,
3399
+ type: He.literal,
3399
3400
  value: n.getNumberFormat(t, f).format(h)
3400
3401
  });
3401
3402
  continue;
@@ -3409,7 +3410,7 @@ function ir(e, t, n, r, i, o, s) {
3409
3410
  }));
3410
3411
  Array.isArray(g) || (g = [g]), a.push.apply(a, g.map(function(S) {
3411
3412
  return {
3412
- type: typeof S == "string" ? Fe.literal : Fe.object,
3413
+ type: typeof S == "string" ? He.literal : He.object,
3413
3414
  value: S
3414
3415
  };
3415
3416
  }));
@@ -3510,7 +3511,7 @@ var Kc = (
3510
3511
  if (u.length === 1)
3511
3512
  return u[0].value;
3512
3513
  var d = u.reduce(function(c, h) {
3513
- return !c.length || h.type !== Fe.literal || typeof c[c.length - 1] != "string" ? c.push(h.value) : c[c.length - 1] += h.value, c;
3514
+ return !c.length || h.type !== He.literal || typeof c[c.length - 1] != "string" ? c.push(h.value) : c[c.length - 1] += h.value, c;
3514
3515
  }, []);
3515
3516
  return d.length <= 1 ? d[0] || "" : d;
3516
3517
  }, this.formatToParts = function(l) {
@@ -4473,17 +4474,17 @@ function lt(e) {
4473
4474
  var t = Number(e);
4474
4475
  return isNaN(t) ? t : t < 0 ? Math.ceil(t) : Math.floor(t);
4475
4476
  }
4476
- function Ie(e, t) {
4477
+ function Le(e, t) {
4477
4478
  if (t.length < e)
4478
4479
  throw new TypeError(e + " argument" + (e > 1 ? "s" : "") + " required, but only " + t.length + " present");
4479
4480
  }
4480
4481
  function qe(e) {
4481
- Ie(1, arguments);
4482
+ Le(1, arguments);
4482
4483
  var t = Object.prototype.toString.call(e);
4483
4484
  return e instanceof Date || pr(e) === "object" && t === "[object Date]" ? new Date(e.getTime()) : typeof e == "number" || t === "[object Number]" ? new Date(e) : ((typeof e == "string" || t === "[object String]") && typeof console != "undefined" && (console.warn("Starting with v2.0.0-beta.1 date-fns doesn't accept strings as date arguments. Please use `parseISO` to parse strings. See: https://github.com/date-fns/date-fns/blob/master/docs/upgradeGuide.md#string-arguments"), console.warn(new Error().stack)), /* @__PURE__ */ new Date(NaN));
4484
4485
  }
4485
4486
  function Vh(e, t) {
4486
- Ie(2, arguments);
4487
+ Le(2, arguments);
4487
4488
  var n = qe(e), r = lt(t);
4488
4489
  if (isNaN(r))
4489
4490
  return /* @__PURE__ */ new Date(NaN);
@@ -4495,7 +4496,7 @@ function Vh(e, t) {
4495
4496
  return i >= s ? o : (n.setFullYear(o.getFullYear(), o.getMonth(), i), n);
4496
4497
  }
4497
4498
  function jh(e, t) {
4498
- Ie(2, arguments);
4499
+ Le(2, arguments);
4499
4500
  var n = qe(e).getTime(), r = lt(t);
4500
4501
  return new Date(n + r);
4501
4502
  }
@@ -4508,34 +4509,34 @@ function Yh(e) {
4508
4509
  return t.setUTCFullYear(e.getFullYear()), e.getTime() - t.getTime();
4509
4510
  }
4510
4511
  function qh(e) {
4511
- return Ie(1, arguments), e instanceof Date || pr(e) === "object" && Object.prototype.toString.call(e) === "[object Date]";
4512
+ return Le(1, arguments), e instanceof Date || pr(e) === "object" && Object.prototype.toString.call(e) === "[object Date]";
4512
4513
  }
4513
4514
  function Xh(e) {
4514
- if (Ie(1, arguments), !qh(e) && typeof e != "number")
4515
+ if (Le(1, arguments), !qh(e) && typeof e != "number")
4515
4516
  return !1;
4516
4517
  var t = qe(e);
4517
4518
  return !isNaN(Number(t));
4518
4519
  }
4519
4520
  function Zh(e, t) {
4520
- Ie(2, arguments);
4521
+ Le(2, arguments);
4521
4522
  var n = lt(t);
4522
4523
  return jh(e, -n);
4523
4524
  }
4524
4525
  var Kh = 864e5;
4525
4526
  function Jh(e) {
4526
- Ie(1, arguments);
4527
+ Le(1, arguments);
4527
4528
  var t = qe(e), n = t.getTime();
4528
4529
  t.setUTCMonth(0, 1), t.setUTCHours(0, 0, 0, 0);
4529
4530
  var r = t.getTime(), i = n - r;
4530
4531
  return Math.floor(i / Kh) + 1;
4531
4532
  }
4532
4533
  function mr(e) {
4533
- Ie(1, arguments);
4534
+ Le(1, arguments);
4534
4535
  var t = 1, n = qe(e), r = n.getUTCDay(), i = (r < t ? 7 : 0) + r - t;
4535
4536
  return n.setUTCDate(n.getUTCDate() - i), n.setUTCHours(0, 0, 0, 0), n;
4536
4537
  }
4537
4538
  function Yl(e) {
4538
- Ie(1, arguments);
4539
+ Le(1, arguments);
4539
4540
  var t = qe(e), n = t.getUTCFullYear(), r = /* @__PURE__ */ new Date(0);
4540
4541
  r.setUTCFullYear(n + 1, 0, 4), r.setUTCHours(0, 0, 0, 0);
4541
4542
  var i = mr(r), o = /* @__PURE__ */ new Date(0);
@@ -4544,7 +4545,7 @@ function Yl(e) {
4544
4545
  return t.getTime() >= i.getTime() ? n + 1 : t.getTime() >= s.getTime() ? n : n - 1;
4545
4546
  }
4546
4547
  function Qh(e) {
4547
- Ie(1, arguments);
4548
+ Le(1, arguments);
4548
4549
  var t = Yl(e), n = /* @__PURE__ */ new Date(0);
4549
4550
  n.setUTCFullYear(t, 0, 4), n.setUTCHours(0, 0, 0, 0);
4550
4551
  var r = mr(n);
@@ -4552,13 +4553,13 @@ function Qh(e) {
4552
4553
  }
4553
4554
  var ef = 6048e5;
4554
4555
  function tf(e) {
4555
- Ie(1, arguments);
4556
+ Le(1, arguments);
4556
4557
  var t = qe(e), n = mr(t).getTime() - Qh(t).getTime();
4557
4558
  return Math.round(n / ef) + 1;
4558
4559
  }
4559
4560
  function _r(e, t) {
4560
4561
  var n, r, i, o, s, a, l, u;
4561
- Ie(1, arguments);
4562
+ Le(1, arguments);
4562
4563
  var d = Hr(), c = lt((n = (r = (i = (o = t == null ? void 0 : t.weekStartsOn) !== null && o !== void 0 ? o : t == null || (s = t.locale) === null || s === void 0 || (a = s.options) === null || a === void 0 ? void 0 : a.weekStartsOn) !== null && i !== void 0 ? i : d.weekStartsOn) !== null && r !== void 0 ? r : (l = d.locale) === null || l === void 0 || (u = l.options) === null || u === void 0 ? void 0 : u.weekStartsOn) !== null && n !== void 0 ? n : 0);
4563
4564
  if (!(c >= 0 && c <= 6))
4564
4565
  throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");
@@ -4567,7 +4568,7 @@ function _r(e, t) {
4567
4568
  }
4568
4569
  function ql(e, t) {
4569
4570
  var n, r, i, o, s, a, l, u;
4570
- Ie(1, arguments);
4571
+ Le(1, arguments);
4571
4572
  var d = qe(e), c = d.getUTCFullYear(), h = Hr(), f = lt((n = (r = (i = (o = t == null ? void 0 : t.firstWeekContainsDate) !== null && o !== void 0 ? o : t == null || (s = t.locale) === null || s === void 0 || (a = s.options) === null || a === void 0 ? void 0 : a.firstWeekContainsDate) !== null && i !== void 0 ? i : h.firstWeekContainsDate) !== null && r !== void 0 ? r : (l = h.locale) === null || l === void 0 || (u = l.options) === null || u === void 0 ? void 0 : u.firstWeekContainsDate) !== null && n !== void 0 ? n : 1);
4572
4573
  if (!(f >= 1 && f <= 7))
4573
4574
  throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");
@@ -4580,7 +4581,7 @@ function ql(e, t) {
4580
4581
  }
4581
4582
  function nf(e, t) {
4582
4583
  var n, r, i, o, s, a, l, u;
4583
- Ie(1, arguments);
4584
+ Le(1, arguments);
4584
4585
  var d = Hr(), c = lt((n = (r = (i = (o = t == null ? void 0 : t.firstWeekContainsDate) !== null && o !== void 0 ? o : t == null || (s = t.locale) === null || s === void 0 || (a = s.options) === null || a === void 0 ? void 0 : a.firstWeekContainsDate) !== null && i !== void 0 ? i : d.firstWeekContainsDate) !== null && r !== void 0 ? r : (l = d.locale) === null || l === void 0 || (u = l.options) === null || u === void 0 ? void 0 : u.firstWeekContainsDate) !== null && n !== void 0 ? n : 1), h = ql(e, t), f = /* @__PURE__ */ new Date(0);
4585
4586
  f.setUTCFullYear(h, 0, c), f.setUTCHours(0, 0, 0, 0);
4586
4587
  var b = _r(f, t);
@@ -4588,7 +4589,7 @@ function nf(e, t) {
4588
4589
  }
4589
4590
  var rf = 6048e5;
4590
4591
  function of(e, t) {
4591
- Ie(1, arguments);
4592
+ Le(1, arguments);
4592
4593
  var n = qe(e), r = _r(n, t).getTime() - nf(n, t).getTime();
4593
4594
  return Math.round(r / rf) + 1;
4594
4595
  }
@@ -5683,7 +5684,7 @@ var Mf = /^(\d+)(th|st|nd|rd)?/i, Of = /\d+/i, Nf = {
5683
5684
  }, Gf = /[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g, Yf = /P+p+|P+|p+|''|'(''|[^'])+('|$)|./g, qf = /^'([^]*?)'?$/, Xf = /''/g, Zf = /[a-zA-Z]/;
5684
5685
  function wn(e, t, n) {
5685
5686
  var r, i, o, s, a, l, u, d, c, h, f, b, _, y;
5686
- Ie(2, arguments);
5687
+ Le(2, arguments);
5687
5688
  var w = String(t), g = Hr(), A = (r = (i = void 0) !== null && i !== void 0 ? i : g.locale) !== null && r !== void 0 ? r : jf, v = lt((o = (s = (a = (l = void 0) !== null && l !== void 0 ? l : void 0) !== null && a !== void 0 ? a : g.firstWeekContainsDate) !== null && s !== void 0 ? s : (u = g.locale) === null || u === void 0 || (d = u.options) === null || d === void 0 ? void 0 : d.firstWeekContainsDate) !== null && o !== void 0 ? o : 1);
5688
5689
  if (!(v >= 1 && v <= 7))
5689
5690
  throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");
@@ -5729,7 +5730,7 @@ function Kf(e) {
5729
5730
  return t ? t[1].replace(Xf, "'") : e;
5730
5731
  }
5731
5732
  function ms(e, t) {
5732
- Ie(2, arguments);
5733
+ Le(2, arguments);
5733
5734
  var n = lt(t);
5734
5735
  return Vh(e, -n);
5735
5736
  }
@@ -5738,7 +5739,7 @@ function ms(e, t) {
5738
5739
  * Copyright (c) 2021 - 2024 Vaadin Ltd.
5739
5740
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5740
5741
  */
5741
- function Ke(e, t = "24.5.11") {
5742
+ function Ke(e, t = "24.5.12") {
5742
5743
  Object.defineProperty(e, "version", {
5743
5744
  get() {
5744
5745
  return t;
@@ -6077,7 +6078,7 @@ $t.elementStyles = [], $t.shadowRootOptions = { mode: "open" }, $t[Cn("elementPr
6077
6078
  */
6078
6079
  const En = globalThis, gr = En.trustedTypes, ys = gr ? gr.createPolicy("lit-html", { createHTML: (e) => e }) : void 0, Jl = "$lit$", pt = `lit$${Math.random().toFixed(9).slice(2)}$`, Ql = "?" + pt, ap = `<${Ql}>`, Bt = document, kn = () => Bt.createComment(""), Sn = (e) => e === null || typeof e != "object" && typeof e != "function", bo = Array.isArray, lp = (e) => bo(e) || typeof (e == null ? void 0 : e[Symbol.iterator]) == "function", ci = `[
6079
6080
  \f\r]`, fn = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g, ws = /-->/g, Cs = />/g, xt = RegExp(`>|${ci}(?:([^\\s"'>=/]+)(${ci}*=${ci}*(?:[^
6080
- \f\r"'\`<>=]|("|')|))|$)`, "g"), Es = /'/g, xs = /"/g, eu = /^(?:script|style|textarea|title)$/i, Qt = Symbol.for("lit-noChange"), Oe = Symbol.for("lit-nothing"), As = /* @__PURE__ */ new WeakMap(), Pt = Bt.createTreeWalker(Bt, 129);
6081
+ \f\r"'\`<>=]|("|')|))|$)`, "g"), Es = /'/g, xs = /"/g, eu = /^(?:script|style|textarea|title)$/i, Qt = Symbol.for("lit-noChange"), Ne = Symbol.for("lit-nothing"), As = /* @__PURE__ */ new WeakMap(), Pt = Bt.createTreeWalker(Bt, 129);
6081
6082
  function tu(e, t) {
6082
6083
  if (!bo(e) || !e.hasOwnProperty("raw"))
6083
6084
  throw Error("invalid template strings array");
@@ -6185,7 +6186,7 @@ class Vn {
6185
6186
  }
6186
6187
  constructor(t, n, r, i) {
6187
6188
  var o;
6188
- this.type = 2, this._$AH = Oe, this._$AN = void 0, this._$AA = t, this._$AB = n, this._$AM = r, this.options = i, this._$Cv = (o = i == null ? void 0 : i.isConnected) != null ? o : !0;
6189
+ this.type = 2, this._$AH = Ne, this._$AN = void 0, this._$AA = t, this._$AB = n, this._$AM = r, this.options = i, this._$Cv = (o = i == null ? void 0 : i.isConnected) != null ? o : !0;
6189
6190
  }
6190
6191
  get parentNode() {
6191
6192
  let t = this._$AA.parentNode;
@@ -6199,7 +6200,7 @@ class Vn {
6199
6200
  return this._$AB;
6200
6201
  }
6201
6202
  _$AI(t, n = this) {
6202
- t = en(this, t, n), Sn(t) ? t === Oe || t == null || t === "" ? (this._$AH !== Oe && this._$AR(), this._$AH = Oe) : t !== this._$AH && t !== Qt && this._(t) : t._$litType$ !== void 0 ? this.$(t) : t.nodeType !== void 0 ? this.T(t) : lp(t) ? this.k(t) : this._(t);
6203
+ t = en(this, t, n), Sn(t) ? t === Ne || t == null || t === "" ? (this._$AH !== Ne && this._$AR(), this._$AH = Ne) : t !== this._$AH && t !== Qt && this._(t) : t._$litType$ !== void 0 ? this.$(t) : t.nodeType !== void 0 ? this.T(t) : lp(t) ? this.k(t) : this._(t);
6203
6204
  }
6204
6205
  O(t) {
6205
6206
  return this._$AA.parentNode.insertBefore(t, this._$AB);
@@ -6208,7 +6209,7 @@ class Vn {
6208
6209
  this._$AH !== t && (this._$AR(), this._$AH = this.O(t));
6209
6210
  }
6210
6211
  _(t) {
6211
- this._$AH !== Oe && Sn(this._$AH) ? this._$AA.nextSibling.data = t : this.T(Bt.createTextNode(t)), this._$AH = t;
6212
+ this._$AH !== Ne && Sn(this._$AH) ? this._$AA.nextSibling.data = t : this.T(Bt.createTextNode(t)), this._$AH = t;
6212
6213
  }
6213
6214
  $(t) {
6214
6215
  var o;
@@ -6252,7 +6253,7 @@ class Rr {
6252
6253
  return this._$AM._$AU;
6253
6254
  }
6254
6255
  constructor(t, n, r, i, o) {
6255
- this.type = 1, this._$AH = Oe, this._$AN = void 0, this.element = t, this.name = n, this._$AM = i, this.options = o, r.length > 2 || r[0] !== "" || r[1] !== "" ? (this._$AH = Array(r.length - 1).fill(new String()), this.strings = r) : this._$AH = Oe;
6256
+ this.type = 1, this._$AH = Ne, this._$AN = void 0, this.element = t, this.name = n, this._$AM = i, this.options = o, r.length > 2 || r[0] !== "" || r[1] !== "" ? (this._$AH = Array(r.length - 1).fill(new String()), this.strings = r) : this._$AH = Ne;
6256
6257
  }
6257
6258
  _$AI(t, n = this, r, i) {
6258
6259
  const o = this.strings;
@@ -6263,12 +6264,12 @@ class Rr {
6263
6264
  const a = t;
6264
6265
  let l, u;
6265
6266
  for (t = o[0], l = 0; l < o.length - 1; l++)
6266
- u = en(this, a[r + l], n, l), u === Qt && (u = this._$AH[l]), s || (s = !Sn(u) || u !== this._$AH[l]), u === Oe ? t = Oe : t !== Oe && (t += (u != null ? u : "") + o[l + 1]), this._$AH[l] = u;
6267
+ u = en(this, a[r + l], n, l), u === Qt && (u = this._$AH[l]), s || (s = !Sn(u) || u !== this._$AH[l]), u === Ne ? t = Ne : t !== Ne && (t += (u != null ? u : "") + o[l + 1]), this._$AH[l] = u;
6267
6268
  }
6268
6269
  s && !i && this.j(t);
6269
6270
  }
6270
6271
  j(t) {
6271
- t === Oe ? this.element.removeAttribute(this.name) : this.element.setAttribute(this.name, t != null ? t : "");
6272
+ t === Ne ? this.element.removeAttribute(this.name) : this.element.setAttribute(this.name, t != null ? t : "");
6272
6273
  }
6273
6274
  }
6274
6275
  class cp extends Rr {
@@ -6276,7 +6277,7 @@ class cp extends Rr {
6276
6277
  super(...arguments), this.type = 3;
6277
6278
  }
6278
6279
  j(t) {
6279
- this.element[this.name] = t === Oe ? void 0 : t;
6280
+ this.element[this.name] = t === Ne ? void 0 : t;
6280
6281
  }
6281
6282
  }
6282
6283
  class hp extends Rr {
@@ -6284,7 +6285,7 @@ class hp extends Rr {
6284
6285
  super(...arguments), this.type = 4;
6285
6286
  }
6286
6287
  j(t) {
6287
- this.element.toggleAttribute(this.name, !!t && t !== Oe);
6288
+ this.element.toggleAttribute(this.name, !!t && t !== Ne);
6288
6289
  }
6289
6290
  }
6290
6291
  class fp extends Rr {
@@ -6293,9 +6294,9 @@ class fp extends Rr {
6293
6294
  }
6294
6295
  _$AI(t, n = this) {
6295
6296
  var s;
6296
- if ((t = (s = en(this, t, n, 0)) != null ? s : Oe) === Qt)
6297
+ if ((t = (s = en(this, t, n, 0)) != null ? s : Ne) === Qt)
6297
6298
  return;
6298
- const r = this._$AH, i = t === Oe && r !== Oe || t.capture !== r.capture || t.once !== r.once || t.passive !== r.passive, o = t !== Oe && (r === Oe || i);
6299
+ const r = this._$AH, i = t === Ne && r !== Ne || t.capture !== r.capture || t.once !== r.once || t.passive !== r.passive, o = t !== Ne && (r === Ne || i);
6299
6300
  i && this.element.removeEventListener(this.name, this, r), o && this.element.addEventListener(this.name, this, t), this._$AH = t;
6300
6301
  }
6301
6302
  handleEvent(t) {
@@ -6464,7 +6465,7 @@ function Cp(e, t) {
6464
6465
  (r) => r.styles.some((i) => t.some((o) => o.cssText === i.cssText))
6465
6466
  );
6466
6467
  }
6467
- function Se(e, t, n = {}) {
6468
+ function De(e, t, n = {}) {
6468
6469
  t = bp(t), window.Vaadin && window.Vaadin.styleModules ? window.Vaadin.styleModules.registerStyles(e, t, n) : nu.push({
6469
6470
  themeFor: e,
6470
6471
  styles: t,
@@ -6920,7 +6921,7 @@ const Dp = pe`
6920
6921
  background: transparent;
6921
6922
  }
6922
6923
  `;
6923
- Se("", Dp, { moduleId: "lumo-color" });
6924
+ De("", Dp, { moduleId: "lumo-color" });
6924
6925
  /**
6925
6926
  * @license
6926
6927
  * Copyright (c) 2017 - 2024 Vaadin Ltd.
@@ -7039,7 +7040,7 @@ const Bp = pe`
7039
7040
  border-right: 2px solid var(--lumo-contrast-30pct);
7040
7041
  }
7041
7042
  `;
7042
- Se("", Mp, { moduleId: "lumo-typography" });
7043
+ De("", Mp, { moduleId: "lumo-typography" });
7043
7044
  an("typography-props", Bp);
7044
7045
  /**
7045
7046
  * @license
@@ -7112,7 +7113,7 @@ const lu = pe`
7112
7113
  }
7113
7114
  }
7114
7115
  `;
7115
- Se("", lu, { moduleId: "lumo-overlay" });
7116
+ De("", lu, { moduleId: "lumo-overlay" });
7116
7117
  /**
7117
7118
  * @license
7118
7119
  * Copyright (c) 2017 - 2024 Vaadin Ltd.
@@ -7149,7 +7150,7 @@ const uu = pe`
7149
7150
  }
7150
7151
  }
7151
7152
  `;
7152
- Se("", uu, { moduleId: "lumo-menu-overlay-core" });
7153
+ De("", uu, { moduleId: "lumo-menu-overlay-core" });
7153
7154
  const Op = pe`
7154
7155
  /* Small viewport (bottom sheet) styles */
7155
7156
  /* Use direct media queries instead of the state attributes ([phone] and [fullscreen]) provided by the elements */
@@ -7213,7 +7214,7 @@ const Op = pe`
7213
7214
  }
7214
7215
  }
7215
7216
  `, du = [lu, uu, Op];
7216
- Se("", du, { moduleId: "lumo-menu-overlay" });
7217
+ De("", du, { moduleId: "lumo-menu-overlay" });
7217
7218
  const Np = pe`
7218
7219
  [part='overlay'] {
7219
7220
  /*
@@ -7260,7 +7261,7 @@ const Np = pe`
7260
7261
  }
7261
7262
  }
7262
7263
  `;
7263
- Se("vaadin-date-picker-overlay", [du, Np], {
7264
+ De("vaadin-date-picker-overlay", [du, Np], {
7264
7265
  moduleId: "lumo-date-picker-overlay"
7265
7266
  });
7266
7267
  const Ip = pe`
@@ -7540,8 +7541,8 @@ const Ip = pe`
7540
7541
  margin-right: 0;
7541
7542
  }
7542
7543
  `;
7543
- Se("vaadin-button", Ip, { moduleId: "lumo-button" });
7544
- Se(
7544
+ De("vaadin-button", Ip, { moduleId: "lumo-button" });
7545
+ De(
7545
7546
  "vaadin-date-picker-year",
7546
7547
  pe`
7547
7548
  :host([current]) [part='year-number'] {
@@ -7570,7 +7571,7 @@ Se(
7570
7571
  `,
7571
7572
  { moduleId: "lumo-date-picker-year" }
7572
7573
  );
7573
- Se(
7574
+ De(
7574
7575
  "vaadin-date-picker-overlay-content",
7575
7576
  pe`
7576
7577
  :host {
@@ -7725,7 +7726,7 @@ Se(
7725
7726
  `,
7726
7727
  { moduleId: "lumo-date-picker-overlay-content" }
7727
7728
  );
7728
- Se(
7729
+ De(
7729
7730
  "vaadin-month-calendar",
7730
7731
  pe`
7731
7732
  :host {
@@ -7877,7 +7878,7 @@ Se(
7877
7878
  `,
7878
7879
  { moduleId: "lumo-month-calendar" }
7879
7880
  );
7880
- Se(
7881
+ De(
7881
7882
  "vaadin-input-container",
7882
7883
  pe`
7883
7884
  :host {
@@ -8153,7 +8154,7 @@ const cu = pe`
8153
8154
  display: block;
8154
8155
  }
8155
8156
  `;
8156
- Se("", cu, { moduleId: "lumo-field-button" });
8157
+ De("", cu, { moduleId: "lumo-field-button" });
8157
8158
  /**
8158
8159
  * @license
8159
8160
  * Copyright (c) 2017 - 2024 Vaadin Ltd.
@@ -8334,7 +8335,7 @@ const hu = pe`
8334
8335
  margin-right: calc(var(--lumo-border-radius-m) / 4);
8335
8336
  }
8336
8337
  `;
8337
- Se("", hu, { moduleId: "lumo-required-field" });
8338
+ De("", hu, { moduleId: "lumo-required-field" });
8338
8339
  /**
8339
8340
  * @license
8340
8341
  * Copyright (c) 2017 - 2024 Vaadin Ltd.
@@ -8472,7 +8473,7 @@ const Hp = pe`
8472
8473
  content: var(--lumo-icons-cross);
8473
8474
  }
8474
8475
  `, fu = [hu, cu, Fp, Hp];
8475
- Se("", fu, {
8476
+ De("", fu, {
8476
8477
  moduleId: "lumo-input-field-shared-styles"
8477
8478
  });
8478
8479
  const Rp = pe`
@@ -8498,7 +8499,7 @@ const Rp = pe`
8498
8499
  --_lumo-text-field-overflow-mask-image: none;
8499
8500
  }
8500
8501
  `;
8501
- Se("vaadin-date-picker", [fu, Rp], { moduleId: "lumo-date-picker" });
8502
+ De("vaadin-date-picker", [fu, Rp], { moduleId: "lumo-date-picker" });
8502
8503
  /**
8503
8504
  @license
8504
8505
  Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
@@ -8585,7 +8586,7 @@ Code distributed by Google as part of the polymer project is also
8585
8586
  subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
8586
8587
  */
8587
8588
  let Xp = 0;
8588
- const Be = function(e) {
8589
+ const Me = function(e) {
8589
8590
  let t = (
8590
8591
  /** @type {!MixinFunction} */
8591
8592
  e.__mixinApplications
@@ -8801,7 +8802,7 @@ The complete set of contributors may be found at http://polymer.github.io/CONTRI
8801
8802
  Code distributed by Google as part of the polymer project is also
8802
8803
  subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
8803
8804
  */
8804
- const Ne = window.ShadyDOM && window.ShadyDOM.noPatch && window.ShadyDOM.wrap ? window.ShadyDOM.wrap : window.ShadyDOM ? (e) => ShadyDOM.patch(e) : (e) => e;
8805
+ const Ie = window.ShadyDOM && window.ShadyDOM.noPatch && window.ShadyDOM.wrap ? window.ShadyDOM.wrap : window.ShadyDOM ? (e) => ShadyDOM.patch(e) : (e) => e;
8805
8806
  /**
8806
8807
  @license
8807
8808
  Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
@@ -8990,7 +8991,7 @@ The complete set of contributors may be found at http://polymer.github.io/CONTRI
8990
8991
  Code distributed by Google as part of the polymer project is also
8991
8992
  subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
8992
8993
  */
8993
- const um = Tu, Pu = Be(
8994
+ const um = Tu, Pu = Me(
8994
8995
  /**
8995
8996
  * @template T
8996
8997
  * @param {function(new:T)} superClass Class to apply mixin to.
@@ -9360,7 +9361,7 @@ const um = Tu, Pu = Be(
9360
9361
  _valueToNodeAttribute(r, i, o) {
9361
9362
  const s = this._serializeValue(i);
9362
9363
  (o === "class" || o === "name" || o === "slot") && (r = /** @type {?Element} */
9363
- Ne(r)), s === void 0 ? r.removeAttribute(o) : r.setAttribute(
9364
+ Ie(r)), s === void 0 ? r.removeAttribute(o) : r.setAttribute(
9364
9365
  o,
9365
9366
  // Closure's type for `setAttribute`'s second parameter incorrectly
9366
9367
  // excludes `TrustedScript`.
@@ -9441,7 +9442,7 @@ function cm(e, t) {
9441
9442
  n !== void 0 && (e.__data ? e._setPendingProperty(t, n) : (e.__dataProto ? e.hasOwnProperty(JSCompiler_renameProperty("__dataProto", e)) || (e.__dataProto = Object.create(e.__dataProto)) : e.__dataProto = {}, e.__dataProto[t] = n));
9442
9443
  }
9443
9444
  }
9444
- const hm = Be((e) => {
9445
+ const hm = Me((e) => {
9445
9446
  const t = Pu(e);
9446
9447
  class n extends t {
9447
9448
  /**
@@ -9724,7 +9725,7 @@ function wm(e, t, n) {
9724
9725
  e[n] ? e[n](i, i.detail) : console.warn("listener method `" + n + "` not defined");
9725
9726
  };
9726
9727
  }
9727
- const Cm = Be(
9728
+ const Cm = Me(
9728
9729
  /**
9729
9730
  * @template T
9730
9731
  * @param {function(new:T)} superClass Class to apply mixin to.
@@ -10144,7 +10145,7 @@ function Bu(e, t, n, r) {
10144
10145
  value: n,
10145
10146
  queueProperty: !0
10146
10147
  };
10147
- r && (i.path = r), Ne(
10148
+ r && (i.path = r), Ie(
10148
10149
  /** @type {!HTMLElement} */
10149
10150
  e
10150
10151
  ).dispatchEvent(new CustomEvent(t, { detail: i }));
@@ -10354,7 +10355,7 @@ function Um(e, t) {
10354
10355
  for (let s = 0; s < r.length; s++)
10355
10356
  i[s] = r[s].literal;
10356
10357
  let o = t.target;
10357
- n[o] = i, t.literal && t.kind == "property" && (o === "className" && (e = Ne(e)), e[o] = t.literal);
10358
+ n[o] = i, t.literal && t.kind == "property" && (o === "className" && (e = Ie(e)), e[o] = t.literal);
10358
10359
  }
10359
10360
  }
10360
10361
  function $m(e, t, n) {
@@ -10456,7 +10457,7 @@ function pn(e, t, n, r, i, o) {
10456
10457
  function n_(e) {
10457
10458
  return e[0].toUpperCase() + e.substring(1);
10458
10459
  }
10459
- const xo = Be((e) => {
10460
+ const xo = Me((e) => {
10460
10461
  const t = Cm(hm(e));
10461
10462
  class n extends t {
10462
10463
  constructor() {
@@ -10687,7 +10688,7 @@ const xo = Be((e) => {
10687
10688
  */
10688
10689
  _setUnmanagedPropertyToNode(i, o, s) {
10689
10690
  (s !== i[o] || typeof s == "object") && (o === "className" && (i = /** @type {!Node} */
10690
- Ne(i)), i[o] = s);
10691
+ Ie(i)), i[o] = s);
10691
10692
  }
10692
10693
  /**
10693
10694
  * Overrides the `PropertiesChanged` implementation to introduce special
@@ -11601,7 +11602,7 @@ const xo = Be((e) => {
11601
11602
  let u = o.childNodes;
11602
11603
  for (let d = 0; d < u.length; d++) {
11603
11604
  let c = u[d];
11604
- Ne(Ne(c).parentNode).removeChild(c);
11605
+ Ie(Ie(c).parentNode).removeChild(c);
11605
11606
  }
11606
11607
  }
11607
11608
  /**
@@ -11833,7 +11834,7 @@ function r_(e) {
11833
11834
  }
11834
11835
  return t;
11835
11836
  }
11836
- const i_ = Be((e) => {
11837
+ const i_ = Me((e) => {
11837
11838
  const t = Pu(e);
11838
11839
  function n(o) {
11839
11840
  const s = Object.getPrototypeOf(o);
@@ -11984,7 +11985,7 @@ const i_ = Be((e) => {
11984
11985
  * Google as part of the polymer project is also subject to an additional IP
11985
11986
  * rights grant found at http://polymer.github.io/PATENTS.txt
11986
11987
  */
11987
- const o_ = "3.5.2", $s = window.ShadyCSS && window.ShadyCSS.cssBuild, s_ = Be((e) => {
11988
+ const o_ = "3.5.2", $s = window.ShadyCSS && window.ShadyCSS.cssBuild, s_ = Me((e) => {
11988
11989
  const t = i_(xo(e));
11989
11990
  function n(l) {
11990
11991
  if (!l.hasOwnProperty(
@@ -12349,7 +12350,7 @@ const o_ = "3.5.2", $s = window.ShadyCSS && window.ShadyCSS.cssBuild, s_ = Be((e
12349
12350
  * @return {ShadowRoot} node to which the dom has been attached.
12350
12351
  */
12351
12352
  _attachDom(u) {
12352
- const d = Ne(this);
12353
+ const d = Ie(this);
12353
12354
  if (d.attachShadow)
12354
12355
  return u ? (d.shadowRoot || (d.attachShadow({ mode: "open", shadyUpgradeFragment: u }), d.shadowRoot.appendChild(u), this.constructor._styleSheet && (d.shadowRoot.adoptedStyleSheets = [this.constructor._styleSheet])), jp && window.ShadyDOM && window.ShadyDOM.flushInitial(d.shadowRoot), d.shadowRoot) : null;
12355
12356
  throw new Error("ShadowDOM not available. PolymerElement can create dom as children instead of in ShadowDOM by setting `this.root = this;` before `ready`.");
@@ -12722,7 +12723,7 @@ const c_ = pe`
12722
12723
  * Copyright (c) 2021 - 2024 Vaadin Ltd.
12723
12724
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
12724
12725
  */
12725
- Se("vaadin-input-container", c_, { moduleId: "vaadin-input-container-styles" });
12726
+ De("vaadin-input-container", c_, { moduleId: "vaadin-input-container-styles" });
12726
12727
  class h_ extends d_(Ot(Ur(vt))) {
12727
12728
  static get is() {
12728
12729
  return "vaadin-input-container";
@@ -13154,7 +13155,7 @@ class M_ {
13154
13155
  * Copyright (c) 2021 - 2024 Vaadin Ltd.
13155
13156
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
13156
13157
  */
13157
- const ln = Be((e) => typeof e.prototype.addController == "function" ? e : class extends e {
13158
+ const ln = Me((e) => typeof e.prototype.addController == "function" ? e : class extends e {
13158
13159
  constructor() {
13159
13160
  super(), this.__controllers = /* @__PURE__ */ new Set();
13160
13161
  }
@@ -13975,7 +13976,7 @@ const W_ = pe`
13975
13976
  * Copyright (c) 2016 - 2024 Vaadin Ltd.
13976
13977
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
13977
13978
  */
13978
- Se("vaadin-date-picker-overlay", [f_, W_], {
13979
+ De("vaadin-date-picker-overlay", [f_, W_], {
13979
13980
  moduleId: "vaadin-date-picker-overlay-styles"
13980
13981
  });
13981
13982
  class V_ extends $_(Ur(Ot(vt))) {
@@ -15573,7 +15574,7 @@ function Js(e, t, n) {
15573
15574
  * Copyright (c) 2021 - 2024 Vaadin Ltd.
15574
15575
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
15575
15576
  */
15576
- const rd = Be(
15577
+ const rd = Me(
15577
15578
  (e) => class extends e {
15578
15579
  static get properties() {
15579
15580
  return {
@@ -15618,7 +15619,7 @@ const rd = Be(
15618
15619
  * Copyright (c) 2021 - 2024 Vaadin Ltd.
15619
15620
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
15620
15621
  */
15621
- const Vr = Be(
15622
+ const Vr = Me(
15622
15623
  (e) => class extends e {
15623
15624
  /** @protected */
15624
15625
  ready() {
@@ -15743,7 +15744,7 @@ const x0 = (e) => class extends rd(Vr(e)) {
15743
15744
  * Copyright (c) 2021 - 2024 Vaadin Ltd.
15744
15745
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
15745
15746
  */
15746
- const Mo = Be(
15747
+ const Mo = Me(
15747
15748
  (e) => class extends e {
15748
15749
  /**
15749
15750
  * @protected
@@ -15906,7 +15907,7 @@ const A0 = (e) => class extends x0(id(Mo(e))) {
15906
15907
  * Copyright (c) 2017 - 2024 Vaadin Ltd.
15907
15908
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
15908
15909
  */
15909
- Se("vaadin-button", s0, { moduleId: "vaadin-button-styles" });
15910
+ De("vaadin-button", s0, { moduleId: "vaadin-button-styles" });
15910
15911
  class T0 extends A0(Zu(Ot(ln(vt)))) {
15911
15912
  static get is() {
15912
15913
  return "vaadin-button";
@@ -16518,7 +16519,7 @@ function Io(e, t, n, r, i) {
16518
16519
  let s = r !== n && (r === r || n === n);
16519
16520
  return o && s && (e.__dataTemp[t] = n), s;
16520
16521
  }
16521
- const Lo = Be((e) => {
16522
+ const Lo = Me((e) => {
16522
16523
  class t extends e {
16523
16524
  /**
16524
16525
  * Overrides `PropertyEffects` to provide option for skipping
@@ -16542,7 +16543,7 @@ const Lo = Be((e) => {
16542
16543
  }
16543
16544
  }
16544
16545
  return t;
16545
- }), F0 = Be((e) => {
16546
+ }), F0 = Me((e) => {
16546
16547
  class t extends e {
16547
16548
  /** @nocollapse */
16548
16549
  static get properties() {
@@ -16613,10 +16614,10 @@ function U0(e, t) {
16613
16614
  e ? (r.__polymerTextContent__ = r.textContent, r.textContent = "") : r.textContent = r.__polymerTextContent__;
16614
16615
  else if (r.localName === "slot")
16615
16616
  if (e)
16616
- r.__polymerReplaced__ = document.createComment("hidden-slot"), Ne(Ne(r).parentNode).replaceChild(r.__polymerReplaced__, r);
16617
+ r.__polymerReplaced__ = document.createComment("hidden-slot"), Ie(Ie(r).parentNode).replaceChild(r.__polymerReplaced__, r);
16617
16618
  else {
16618
16619
  const i = r.__polymerReplaced__;
16619
- i && Ne(Ne(i).parentNode).replaceChild(r, i);
16620
+ i && Ie(Ie(i).parentNode).replaceChild(r, i);
16620
16621
  }
16621
16622
  else
16622
16623
  r.style && (e ? (r.__polymerDisplay__ = r.style.display, r.style.display = "none") : r.style.display = r.__polymerDisplay__);
@@ -16885,7 +16886,7 @@ function Z0(e, t) {
16885
16886
  else
16886
16887
  return n;
16887
16888
  else
16888
- t = Ne(t).parentNode;
16889
+ t = Ie(t).parentNode;
16889
16890
  return null;
16890
16891
  }
16891
16892
  /**
@@ -17099,7 +17100,7 @@ class ta extends J0 {
17099
17100
  connectedCallback() {
17100
17101
  if (super.connectedCallback(), K0() || (this.style.display = "none"), this.__isDetached) {
17101
17102
  this.__isDetached = !1;
17102
- let t = Ne(Ne(this).parentNode);
17103
+ let t = Ie(Ie(this).parentNode);
17103
17104
  for (let n = 0; n < this.__instances.length; n++)
17104
17105
  this.__attachInstance(n, t);
17105
17106
  this.__chunkingId && this.__render();
@@ -17267,7 +17268,7 @@ class ta extends J0 {
17267
17268
  }
17268
17269
  __detachInstance(t) {
17269
17270
  let n = this.__instances[t];
17270
- const r = Ne(n.root);
17271
+ const r = Ie(n.root);
17271
17272
  for (let i = 0; i < n.children.length; i++) {
17272
17273
  let o = n.children[i];
17273
17274
  r.appendChild(o);
@@ -17288,7 +17289,7 @@ class ta extends J0 {
17288
17289
  __insertInstance(t, n, r) {
17289
17290
  const i = this.__stampInstance(t, n, r);
17290
17291
  let o = this.__instances[n + 1], s = o ? o.children[0] : this;
17291
- return Ne(Ne(this).parentNode).insertBefore(i.root, s), this.__instances[n] = i, i;
17292
+ return Ie(Ie(this).parentNode).insertBefore(i.root, s), this.__instances[n] = i, i;
17292
17293
  }
17293
17294
  // Implements extension point from Templatize mixin
17294
17295
  /**
@@ -17634,7 +17635,7 @@ const eg = pe`
17634
17635
  * Copyright (c) 2016 - 2024 Vaadin Ltd.
17635
17636
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
17636
17637
  */
17637
- Se("vaadin-month-calendar", eg, {
17638
+ De("vaadin-month-calendar", eg, {
17638
17639
  moduleId: "vaadin-month-calendar-styles"
17639
17640
  });
17640
17641
  class tg extends Q0(Ot(vt)) {
@@ -18458,7 +18459,7 @@ const rg = pe`
18458
18459
  * Copyright (c) 2016 - 2024 Vaadin Ltd.
18459
18460
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
18460
18461
  */
18461
- Se("vaadin-date-picker-overlay-content", rg, {
18462
+ De("vaadin-date-picker-overlay-content", rg, {
18462
18463
  moduleId: "vaadin-date-picker-overlay-content-styles"
18463
18464
  });
18464
18465
  class ig extends ng(
@@ -18501,7 +18502,7 @@ Ke(ig);
18501
18502
  * Copyright (c) 2021 - 2024 Vaadin Ltd.
18502
18503
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
18503
18504
  */
18504
- const fd = Be(
18505
+ const fd = Me(
18505
18506
  (e) => class extends Mo(id(e)) {
18506
18507
  static get properties() {
18507
18508
  return {
@@ -18666,7 +18667,7 @@ function sg(e, t) {
18666
18667
  const n = document.createElement("style");
18667
18668
  n.textContent = e, t === document ? document.head.appendChild(n) : t.insertBefore(n, t.firstChild);
18668
18669
  }
18669
- const ag = Be(
18670
+ const ag = Me(
18670
18671
  (e) => class extends e {
18671
18672
  /**
18672
18673
  * List of styles to insert into root.
@@ -18693,7 +18694,7 @@ const ag = Be(
18693
18694
  * Copyright (c) 2021 - 2024 Vaadin Ltd.
18694
18695
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
18695
18696
  */
18696
- const pd = Be(
18697
+ const pd = Me(
18697
18698
  (e) => class extends e {
18698
18699
  static get properties() {
18699
18700
  return {
@@ -19451,7 +19452,7 @@ class mg extends Ho {
19451
19452
  * Copyright (c) 2021 - 2024 Vaadin Ltd.
19452
19453
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
19453
19454
  */
19454
- const _g = Be(
19455
+ const _g = Me(
19455
19456
  (e) => class extends ln(e) {
19456
19457
  static get properties() {
19457
19458
  return {
@@ -19494,7 +19495,7 @@ const _g = Be(
19494
19495
  * Copyright (c) 2021 - 2024 Vaadin Ltd.
19495
19496
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
19496
19497
  */
19497
- const gd = Be(
19498
+ const gd = Me(
19498
19499
  (e) => class extends e {
19499
19500
  static get properties() {
19500
19501
  return {
@@ -19707,7 +19708,7 @@ const gg = (e) => class extends gd(_g(ln(e))) {
19707
19708
  * Copyright (c) 2021 - 2024 Vaadin Ltd.
19708
19709
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
19709
19710
  */
19710
- const bg = Be(
19711
+ const bg = Me(
19711
19712
  (e) => class extends e {
19712
19713
  static get properties() {
19713
19714
  return {
@@ -19788,7 +19789,7 @@ const bg = Be(
19788
19789
  * Copyright (c) 2021 - 2024 Vaadin Ltd.
19789
19790
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
19790
19791
  */
19791
- const bd = Be(
19792
+ const bd = Me(
19792
19793
  (e) => class extends bg(gd(pd(e))) {
19793
19794
  /**
19794
19795
  * An array of attributes which participate in the input validation.
@@ -21047,7 +21048,7 @@ const Sg = pe`
21047
21048
  * Copyright (c) 2016 - 2024 Vaadin Ltd.
21048
21049
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
21049
21050
  */
21050
- Se("vaadin-date-picker", [Ag, Sg], { moduleId: "vaadin-date-picker-styles" });
21051
+ De("vaadin-date-picker", [Ag, Sg], { moduleId: "vaadin-date-picker-styles" });
21051
21052
  class Dg extends kg(vg(Ot(Zu(vt)))) {
21052
21053
  static get is() {
21053
21054
  return "vaadin-date-picker";
@@ -21672,7 +21673,7 @@ function da(e) {
21672
21673
  m(y, w) {
21673
21674
  I(y, t, w), p(t, n), p(t, r), p(t, i), p(t, o), p(t, s), p(t, a), p(t, l), p(t, u), p(t, d), p(t, c), p(t, h), p(t, f);
21674
21675
  },
21675
- p: Pe,
21676
+ p: ke,
21676
21677
  d(y) {
21677
21678
  y && N(t);
21678
21679
  }
@@ -21693,7 +21694,7 @@ function ca(e) {
21693
21694
  m(u, d) {
21694
21695
  I(u, t, d), p(t, n), p(t, r), p(t, i), p(t, o), p(t, s);
21695
21696
  },
21696
- p: Pe,
21697
+ p: ke,
21697
21698
  d(u) {
21698
21699
  u && N(t);
21699
21700
  }
@@ -22267,7 +22268,7 @@ function Gg(e) {
22267
22268
  m(n, r) {
22268
22269
  I(n, t, r);
22269
22270
  },
22270
- p: Pe,
22271
+ p: ke,
22271
22272
  d(n) {
22272
22273
  n && N(t);
22273
22274
  }
@@ -22391,7 +22392,7 @@ function ma(e) {
22391
22392
  ], J = {};
22392
22393
  for (let Z = 0; Z < ae.length; Z += 1)
22393
22394
  J = D(J, ae[Z]);
22394
- let ne = Le(
22395
+ let ne = Fe(
22395
22396
  /*games*/
22396
22397
  e[23]
22397
22398
  ), C = [];
@@ -22435,13 +22436,13 @@ function ma(e) {
22435
22436
  for (let be = 0; be < C.length; be += 1)
22436
22437
  C[be] && C[be].m(G, null);
22437
22438
  p(g, F), p(g, M), p(M, R), p(R, K), P || (z = [
22438
- ke(
22439
+ Se(
22439
22440
  A,
22440
22441
  "click",
22441
22442
  /*click_handler*/
22442
22443
  e[52]
22443
22444
  ),
22444
- ke(
22445
+ Se(
22445
22446
  M,
22446
22447
  "click",
22447
22448
  /*click_handler_2*/
@@ -22467,7 +22468,7 @@ function ma(e) {
22467
22468
  ), Te[0] & /*games, hover, hoverIndex, $_*/
22468
22469
  48234496 | Te[1] & /*gameClicked, enter, leave*/
22469
22470
  14336) {
22470
- ne = Le(
22471
+ ne = Fe(
22471
22472
  /*games*/
22472
22473
  Z[23]
22473
22474
  );
@@ -22523,22 +22524,22 @@ function _a(e) {
22523
22524
  }
22524
22525
  return {
22525
22526
  c() {
22526
- t = E("span"), n = E("span"), i = B(r), a = U(), l = E("img"), h = U(), m(n, "class", o = "PlayNowButton " + /*hover*/
22527
+ t = E("span"), n = E("span"), i = B(r), a = U(), l = E("ui-image"), h = U(), m(n, "class", o = "PlayNowButton " + /*hover*/
22527
22528
  (e[21] && /*hoverIndex*/
22528
22529
  e[22] == /*i*/
22529
22530
  e[90] ? "ItemHover" : "")), m(n, "part", s = "PlayNowButton " + /*hover*/
22530
22531
  (e[21] && /*hoverIndex*/
22531
22532
  e[22] == /*i*/
22532
22533
  e[90] ? "itemHover" : "")), $o(l.src, u = /*game*/
22533
- e[88].thumbnail) || m(l, "src", u), m(l, "width", "100px"), m(l, "height", "75px"), m(l, "alt", d = /*game*/
22534
- e[88].name), m(l, "title", c = /*game*/
22534
+ e[88].thumbnail) || Pe(l, "src", u), Pe(l, "width", "100px"), Pe(l, "height", "75px"), Pe(l, "alt", d = /*game*/
22535
+ e[88].name), Pe(l, "title", c = /*game*/
22535
22536
  e[88].name), m(t, "class", "Game"), m(t, "part", "Game");
22536
22537
  },
22537
22538
  m(w, g) {
22538
22539
  I(w, t, g), p(t, n), p(n, i), p(t, a), p(t, l), p(t, h), f || (b = [
22539
- ke(t, "click", _),
22540
- ke(t, "mouseenter", y),
22541
- ke(
22540
+ Se(t, "click", _),
22541
+ Se(t, "mouseenter", y),
22542
+ Se(
22542
22543
  t,
22543
22544
  "mouseleave",
22544
22545
  /*mouseleave_handler*/
@@ -22559,11 +22560,11 @@ function _a(e) {
22559
22560
  e[22] == /*i*/
22560
22561
  e[90] ? "itemHover" : "")) && m(n, "part", s), g[0] & /*games*/
22561
22562
  8388608 && !$o(l.src, u = /*game*/
22562
- e[88].thumbnail) && m(l, "src", u), g[0] & /*games*/
22563
+ e[88].thumbnail) && Pe(l, "src", u), g[0] & /*games*/
22563
22564
  8388608 && d !== (d = /*game*/
22564
- e[88].name) && m(l, "alt", d), g[0] & /*games*/
22565
+ e[88].name) && Pe(l, "alt", d), g[0] & /*games*/
22565
22566
  8388608 && c !== (c = /*game*/
22566
- e[88].name) && m(l, "title", c);
22567
+ e[88].name) && Pe(l, "title", c);
22567
22568
  },
22568
22569
  d(w) {
22569
22570
  w && N(t), f = !1, Ye(b);
@@ -22790,7 +22791,7 @@ function Zg(e) {
22790
22791
  m(n, r) {
22791
22792
  I(n, t, r);
22792
22793
  },
22793
- p: Pe,
22794
+ p: ke,
22794
22795
  d(n) {
22795
22796
  n && N(t);
22796
22797
  }
@@ -23056,7 +23057,7 @@ function Kg(e) {
23056
23057
  m(n, r) {
23057
23058
  I(n, t, r);
23058
23059
  },
23059
- p: Pe,
23060
+ p: ke,
23060
23061
  d(n) {
23061
23062
  n && N(t);
23062
23063
  }
@@ -23158,7 +23159,7 @@ function xa(e) {
23158
23159
  I(l, t, u), p(t, n);
23159
23160
  },
23160
23161
  p(l, u) {
23161
- k(n, o = De(i, [
23162
+ k(n, o = Be(i, [
23162
23163
  /*classWithPart*/
23163
23164
  l[41]("CircularProgress"),
23164
23165
  u[0] & /*bonus*/
@@ -23263,7 +23264,7 @@ function Aa(e) {
23263
23264
  },
23264
23265
  p(x, L) {
23265
23266
  var W;
23266
- k(n, f = De(h, [
23267
+ k(n, f = Be(h, [
23267
23268
  /*classWithPart*/
23268
23269
  x[41]("CircularProgress"),
23269
23270
  L[0] & /*bonus*/
@@ -23314,7 +23315,7 @@ function Qg(e) {
23314
23315
  m(n, r) {
23315
23316
  I(n, t, r);
23316
23317
  },
23317
- p: Pe,
23318
+ p: ke,
23318
23319
  d(n) {
23319
23320
  n && N(t);
23320
23321
  }
@@ -23392,7 +23393,7 @@ function Ta(e) {
23392
23393
  ), k(t, G);
23393
23394
  },
23394
23395
  m(F, M) {
23395
- I(F, t, M), p(t, n), p(n, r), p(r, i), p(i, o), p(r, s), p(r, l), p(n, u), p(n, d), g.m(d, null), p(t, c), L && L.m(t, null), h || (f = ke(
23396
+ I(F, t, M), p(t, n), p(n, r), p(r, i), p(i, o), p(r, s), p(r, l), p(n, u), p(n, d), g.m(d, null), p(t, c), L && L.m(t, null), h || (f = Se(
23396
23397
  n,
23397
23398
  "click",
23398
23399
  /*click_handler_3*/
@@ -23512,7 +23513,7 @@ function ka(e) {
23512
23513
  };
23513
23514
  }
23514
23515
  function rb(e) {
23515
- let t, n = Le(
23516
+ let t, n = Fe(
23516
23517
  /*bonus*/
23517
23518
  e[5].levels.slice(
23518
23519
  0,
@@ -23537,7 +23538,7 @@ function rb(e) {
23537
23538
  if (o[0] & /*bonus, levelcountlimit, $_*/
23538
23539
  33554480 | o[1] & /*classWithPart, levelBonusMapper, getLevelLabel*/
23539
23540
  1048) {
23540
- n = Le(
23541
+ n = Fe(
23541
23542
  /*bonus*/
23542
23543
  i[5].levels.slice(
23543
23544
  0,
@@ -23561,7 +23562,7 @@ function rb(e) {
23561
23562
  };
23562
23563
  }
23563
23564
  function ib(e) {
23564
- let t, n = Le(
23565
+ let t, n = Fe(
23565
23566
  /*getRewards*/
23566
23567
  e[40](
23567
23568
  /*bonus*/
@@ -23587,7 +23588,7 @@ function ib(e) {
23587
23588
  if (o[0] & /*bonus, levels, $_*/
23588
23589
  33554592 | o[1] & /*classWithPart, getRewards*/
23589
23590
  1536) {
23590
- n = Le(
23591
+ n = Fe(
23591
23592
  /*getRewards*/
23592
23593
  i[40](
23593
23594
  /*bonus*/
@@ -23661,7 +23662,7 @@ function Da(e) {
23661
23662
  ], f = {};
23662
23663
  for (let g = 0; g < h.length; g += 1)
23663
23664
  f = D(f, h[g]);
23664
- let b = Le(
23665
+ let b = Fe(
23665
23666
  /*level*/
23666
23667
  e[82].bonuses
23667
23668
  ), _ = [];
@@ -23699,7 +23700,7 @@ function Da(e) {
23699
23700
  ) + "") && te(a, s, f.contenteditable), A[0] & /*bonus, levelcountlimit*/
23700
23701
  48 | A[1] & /*levelBonusMapper*/
23701
23702
  16) {
23702
- b = Le(
23703
+ b = Fe(
23703
23704
  /*level*/
23704
23705
  g[82].bonuses
23705
23706
  );
@@ -23754,7 +23755,7 @@ function Ma(e) {
23754
23755
  ], f = {};
23755
23756
  for (let g = 0; g < h.length; g += 1)
23756
23757
  f = D(f, h[g]);
23757
- let b = Le(
23758
+ let b = Fe(
23758
23759
  /*item*/
23759
23760
  e[76].desc
23760
23761
  ), _ = [];
@@ -23788,7 +23789,7 @@ function Ma(e) {
23788
23789
  g[25]("bonusCard.level") + "") && te(a, s, f.contenteditable), A[0] & /*bonus, levels*/
23789
23790
  160 | A[1] & /*getRewards*/
23790
23791
  512) {
23791
- b = Le(
23792
+ b = Fe(
23792
23793
  /*item*/
23793
23794
  g[76].desc
23794
23795
  );
@@ -23825,7 +23826,7 @@ function Oa(e) {
23825
23826
  t = E("a"), r = B(n), k(t, a);
23826
23827
  },
23827
23828
  m(l, u) {
23828
- I(l, t, u), p(t, r), i || (o = ke(
23829
+ I(l, t, u), p(t, r), i || (o = Se(
23829
23830
  t,
23830
23831
  "click",
23831
23832
  /*handleAllRewardsClick*/
@@ -23873,7 +23874,7 @@ function ob(e) {
23873
23874
  p(w, g) {
23874
23875
  g[0] & /*$_*/
23875
23876
  33554432 && c !== (c = /*$_*/
23876
- w[25]("bonusCard.terms") + "") && te(h, c, b.contenteditable), k(n, b = De(f, [
23877
+ w[25]("bonusCard.terms") + "") && te(h, c, b.contenteditable), k(n, b = Be(f, [
23877
23878
  /*classWithPart*/
23878
23879
  w[41]("BonusCardTermsLink"),
23879
23880
  g[0] & /*tcurl*/
@@ -23936,7 +23937,7 @@ function sb(e) {
23936
23937
  ), k(t, X);
23937
23938
  },
23938
23939
  m(P, z) {
23939
- I(P, t, z), p(t, n), p(n, r), p(r, i), p(i, o), p(i, s), p(i, a), p(i, l), p(i, u), p(i, d), p(r, c), p(r, f), p(n, b), p(n, _), L.m(_, null), p(t, y), R && R.m(t, null), w || (g = ke(
23940
+ I(P, t, z), p(t, n), p(n, r), p(r, i), p(i, o), p(i, s), p(i, a), p(i, l), p(i, u), p(i, d), p(r, c), p(r, f), p(n, b), p(n, _), L.m(_, null), p(t, y), R && R.m(t, null), w || (g = Se(
23940
23941
  n,
23941
23942
  "click",
23942
23943
  /*click_handler_4*/
@@ -24097,7 +24098,7 @@ function La(e) {
24097
24098
  ), l = U(), u = E("button"), c = B(d), m(o, "d", "M16 0H8V2.66667H16V0ZM10.6667 17.3333H13.3333V9.33333H10.6667V17.3333ZM21.3667 8.51333L23.2667 6.61333C22.6933 5.92667 22.0667 5.3 21.38 4.72667L19.48 6.62667C17.3568 4.92342 14.7153 3.99668 11.9933 4C5.36 4 0 9.37333 0 16C0 22.6267 5.36 28 11.9933 28C18.6267 28 24 22.6267 24 16C24 13.1667 23.0133 10.5667 21.3667 8.51333ZM12 25.3333C6.84667 25.3333 2.66667 21.1533 2.66667 16C2.66667 10.8467 6.84667 6.66667 12 6.66667C17.1533 6.66667 21.3333 10.8467 21.3333 16C21.3333 21.1533 17.1533 25.3333 12 25.3333Z"), m(o, "fill", "#6D6D6D"), m(i, "width", "24"), m(i, "height", "28"), m(i, "viewBox", "0 0 24 28"), m(i, "fill", "none"), m(i, "xmlns", "http://www.w3.org/2000/svg"), k(r, w), k(u, A), k(t, S);
24098
24099
  },
24099
24100
  m(x, L) {
24100
- I(x, t, L), _ && _.m(t, null), p(t, n), p(t, r), p(r, i), p(i, o), p(r, s), p(r, a), p(t, l), p(t, u), p(u, c), u.autofocus && u.focus(), f || (b = ke(
24101
+ I(x, t, L), _ && _.m(t, null), p(t, n), p(t, r), p(r, i), p(i, o), p(r, s), p(r, a), p(t, l), p(t, u), p(u, c), u.autofocus && u.focus(), f || (b = Se(
24101
24102
  u,
24102
24103
  "click",
24103
24104
  /*eventClaimBonus*/
@@ -24114,7 +24115,7 @@ function La(e) {
24114
24115
  w.contenteditable
24115
24116
  ), L[0] & /*$_*/
24116
24117
  33554432 && d !== (d = /*$_*/
24117
- x[25]("bonusCard.join") + "") && te(c, d, A.contenteditable), k(u, A = De(g, [
24118
+ x[25]("bonusCard.join") + "") && te(c, d, A.contenteditable), k(u, A = Be(g, [
24118
24119
  /*classWithPart*/
24119
24120
  x[41]("BonusJoinButton"),
24120
24121
  { type: "button" },
@@ -24175,7 +24176,7 @@ function Ha(e) {
24175
24176
  t = E("button"), r = B(n), k(t, l);
24176
24177
  },
24177
24178
  m(u, d) {
24178
- I(u, t, d), p(t, r), t.autofocus && t.focus(), o || (s = ke(
24179
+ I(u, t, d), p(t, r), t.autofocus && t.focus(), o || (s = Se(
24179
24180
  t,
24180
24181
  "click",
24181
24182
  /*eventForfeitBonus*/
@@ -24185,7 +24186,7 @@ function Ha(e) {
24185
24186
  p(u, d) {
24186
24187
  d[0] & /*$_*/
24187
24188
  33554432 && n !== (n = /*$_*/
24188
- u[25]("bonusCard.forfeit") + "") && te(r, n, l.contenteditable), k(t, l = De(a, [
24189
+ u[25]("bonusCard.forfeit") + "") && te(r, n, l.contenteditable), k(t, l = Be(a, [
24189
24190
  /*classWithPart*/
24190
24191
  u[41]("BonusForfeitButton"),
24191
24192
  { type: "button" },
@@ -24215,8 +24216,8 @@ function ub(e) {
24215
24216
  /*bonus*/
24216
24217
  r[5] ? n ? n.p(r, i) : (n = ua(r), n.c(), n.m(t.parentNode, t)) : n && (n.d(1), n = null);
24217
24218
  },
24218
- i: Pe,
24219
- o: Pe,
24219
+ i: ke,
24220
+ o: ke,
24220
24221
  d(r) {
24221
24222
  r && N(t), n && n.d(r);
24222
24223
  }
@@ -24423,7 +24424,7 @@ function db(e, t, n) {
24423
24424
  fetch(`${c}/${s}/bonuses-information/${T}`).then((H) => H.json()).then((H) => {
24424
24425
  H && H[T] && (n(14, L = !0), n(16, G = H[T]));
24425
24426
  });
24426
- }, Me = (T, H) => {
24427
+ }, Oe = (T, H) => {
24427
24428
  let Q = document.createElement("div");
24428
24429
  Q.innerHTML = H, T.append(Q);
24429
24430
  }, Lt = () => n(24, oe += 300), ct = (T) => jn(T), vd = (T) => Gn(T), yd = () => V(), wd = () => n(24, oe -= 300), Kr = () => {
@@ -24496,7 +24497,7 @@ function db(e, t, n) {
24496
24497
  jn,
24497
24498
  Gn,
24498
24499
  V,
24499
- Me,
24500
+ Oe,
24500
24501
  o,
24501
24502
  s,
24502
24503
  c,
@@ -24919,7 +24920,7 @@ function Pb(e) {
24919
24920
  m(n, r) {
24920
24921
  I(n, t, r);
24921
24922
  },
24922
- p: Pe,
24923
+ p: ke,
24923
24924
  d(n) {
24924
24925
  n && N(t);
24925
24926
  }
@@ -25031,7 +25032,7 @@ function Va(e) {
25031
25032
  );
25032
25033
  },
25033
25034
  m(f, b) {
25034
- I(f, t, b), ~n && d[n].m(t, null), p(t, i), s = !0, a || (l = ke(t, "click", h), a = !0);
25035
+ I(f, t, b), ~n && d[n].m(t, null), p(t, i), s = !0, a || (l = Se(t, "click", h), a = !0);
25035
25036
  },
25036
25037
  p(f, b) {
25037
25038
  e = f;
@@ -25118,19 +25119,19 @@ function ja(e) {
25118
25119
  /*pageForInput*/
25119
25120
  e[3]
25120
25121
  ), p(t, o), p(t, s), a || (l = [
25121
- ke(
25122
+ Se(
25122
25123
  i,
25123
25124
  "input",
25124
25125
  /*input_input_handler*/
25125
25126
  e[23]
25126
25127
  ),
25127
- ke(
25128
+ Se(
25128
25129
  i,
25129
25130
  "change",
25130
25131
  /*change_handler*/
25131
25132
  e[24]
25132
25133
  ),
25133
- ke(
25134
+ Se(
25134
25135
  s,
25135
25136
  "click",
25136
25137
  /*click_handler_1*/
@@ -25153,7 +25154,7 @@ function ja(e) {
25153
25154
  };
25154
25155
  }
25155
25156
  function Sb(e) {
25156
- let t, n, r, i, o, s, a = Le(
25157
+ let t, n, r, i, o, s, a = Fe(
25157
25158
  /*options*/
25158
25159
  e[5]
25159
25160
  ), l = [];
@@ -25184,7 +25185,7 @@ function Sb(e) {
25184
25185
  p(c, h) {
25185
25186
  if (h[0] & /*options, currentPage, totalPages, handleOptionClick, $$scope*/
25186
25187
  1048930) {
25187
- a = Le(
25188
+ a = Fe(
25188
25189
  /*options*/
25189
25190
  c[5]
25190
25191
  );
@@ -25408,13 +25409,13 @@ function qa(e) {
25408
25409
  );
25409
25410
  },
25410
25411
  m(d, c) {
25411
- I(d, t, c), p(t, r), p(t, i), t.autofocus && t.focus(), o || (s = ke(t, "click", u), o = !0);
25412
+ I(d, t, c), p(t, r), p(t, i), t.autofocus && t.focus(), o || (s = Se(t, "click", u), o = !0);
25412
25413
  },
25413
25414
  p(d, c) {
25414
25415
  e = d, c[0] & /*$_*/
25415
25416
  67108864 && n !== (n = /*$_*/
25416
25417
  e[26](`bonusCard.${/*status*/
25417
- e[68]}`) + "") && te(r, n, l.contenteditable), k(t, l = De(a, [
25418
+ e[68]}`) + "") && te(r, n, l.contenteditable), k(t, l = Be(a, [
25418
25419
  { type: "button" },
25419
25420
  c[0] & /*classWithPartMatchMobile*/
25420
25421
  33554432 && /*classWithPartMatchMobile*/
@@ -25539,7 +25540,7 @@ function Ob(e) {
25539
25540
  t = E("div"), n = E("div"), i = B(r), o = U(), s = E("div"), a = E("div"), l = E("div"), u = E("label"), c = B(d), h = U(), f = E("vaadin-date-picker"), b = U(), _ = E("div"), y = E("label"), g = B(w), A = U(), v = E("vaadin-date-picker"), S = U(), x = E("button"), W = B(L), k(n, R), m(u, "for", "BonusCalendarStartDate"), k(f, X), k(l, z), m(y, "for", "BonusCalendarEndDate"), k(v, ve), k(_, j), k(a, Y), k(x, J), k(s, C), k(t, ue);
25540
25541
  },
25541
25542
  m(q, Ee) {
25542
- I(q, t, Ee), p(t, n), p(n, i), p(t, o), p(t, s), p(s, a), p(a, l), p(l, u), p(u, c), p(l, h), p(l, f), e[44](f), p(a, b), p(a, _), p(_, y), p(y, g), p(_, A), p(_, v), e[45](v), p(s, S), p(s, x), p(x, W), x.autofocus && x.focus(), G || (F = ke(
25543
+ I(q, t, Ee), p(t, n), p(n, i), p(t, o), p(t, s), p(s, a), p(a, l), p(l, u), p(u, c), p(l, h), p(l, f), e[44](f), p(a, b), p(a, _), p(_, y), p(y, g), p(_, A), p(_, v), e[45](v), p(s, S), p(s, x), p(x, W), x.autofocus && x.focus(), G || (F = Se(
25543
25544
  x,
25544
25545
  "click",
25545
25546
  /*click_handler_2*/
@@ -25551,23 +25552,23 @@ function Ob(e) {
25551
25552
  67108864 && r !== (r = /*$_*/
25552
25553
  q[26]("bonus.canlendarTitle") + "") && te(i, r, R.contenteditable), Ee[0] & /*$_*/
25553
25554
  67108864 && d !== (d = /*$_*/
25554
- q[26]("bonus.from") + "") && fe(c, d), k(l, z = De(P, [
25555
+ q[26]("bonus.from") + "") && fe(c, d), k(l, z = Be(P, [
25555
25556
  Ee[0] & /*classWithPartMatchMobile*/
25556
25557
  33554432 && /*classWithPartMatchMobile*/
25557
25558
  q[25]("BonusCalendarStartDate")
25558
25559
  ])), Ee[0] & /*$_*/
25559
25560
  67108864 && w !== (w = /*$_*/
25560
- q[26]("bonus.to") + "") && fe(g, w), k(_, j = De(oe, [
25561
+ q[26]("bonus.to") + "") && fe(g, w), k(_, j = Be(oe, [
25561
25562
  Ee[0] & /*classWithPartMatchMobile*/
25562
25563
  33554432 && /*classWithPartMatchMobile*/
25563
25564
  q[25]("BonusCalendarEndDate")
25564
- ])), k(a, Y = De(ie, [
25565
+ ])), k(a, Y = Be(ie, [
25565
25566
  Ee[0] & /*classWithPartMatchMobile*/
25566
25567
  33554432 && /*classWithPartMatchMobile*/
25567
25568
  q[25]("BonusCalendarContainer")
25568
25569
  ])), Ee[0] & /*$_*/
25569
25570
  67108864 && L !== (L = /*$_*/
25570
- q[26]("bonus.filter") + "") && te(W, L, J.contenteditable), k(x, J = De(ae, [
25571
+ q[26]("bonus.filter") + "") && te(W, L, J.contenteditable), k(x, J = Be(ae, [
25571
25572
  Ee[0] & /*classWithPartMatchMobile*/
25572
25573
  33554432 && /*classWithPartMatchMobile*/
25573
25574
  q[25]("BonusFilterButton"),
@@ -25576,7 +25577,7 @@ function Ob(e) {
25576
25577
  /*isLoading*/
25577
25578
  q[13]
25578
25579
  ) }
25579
- ])), k(t, ue = De(O, [
25580
+ ])), k(t, ue = Be(O, [
25580
25581
  Ee[0] & /*classWithPartMatchMobile*/
25581
25582
  33554432 && /*classWithPartMatchMobile*/
25582
25583
  q[25]("BonusCalendarWrapper")
@@ -25642,19 +25643,19 @@ function Nb(e) {
25642
25643
  /*bonusCode*/
25643
25644
  e[18]
25644
25645
  ), p(a, d), p(a, c), p(c, f), c.autofocus && c.focus(), p(t, _), W && W.m(t, null), y || (w = [
25645
- ke(
25646
+ Se(
25646
25647
  l,
25647
25648
  "input",
25648
25649
  /*input_input_handler*/
25649
25650
  e[42]
25650
25651
  ),
25651
- ke(
25652
+ Se(
25652
25653
  l,
25653
25654
  "keyup",
25654
25655
  /*validateBonusCode*/
25655
25656
  e[36]
25656
25657
  ),
25657
- ke(
25658
+ Se(
25658
25659
  c,
25659
25660
  "click",
25660
25661
  /*click_handler_1*/
@@ -25665,7 +25666,7 @@ function Nb(e) {
25665
25666
  p(M, R) {
25666
25667
  R[0] & /*$_*/
25667
25668
  67108864 && i !== (i = /*$_*/
25668
- M[26]("bonus.bonusCode") + "") && fe(o, i), k(l, A = De(g, [
25669
+ M[26]("bonus.bonusCode") + "") && fe(o, i), k(l, A = Be(g, [
25669
25670
  R[0] & /*classWithPartMatchMobile*/
25670
25671
  33554432 && /*classWithPartMatchMobile*/
25671
25672
  M[25]("BonusCodeInput"),
@@ -25682,7 +25683,7 @@ function Nb(e) {
25682
25683
  M[18]
25683
25684
  ), R[0] & /*$_*/
25684
25685
  67108864 && h !== (h = /*$_*/
25685
- M[26]("bonus.claim") + "") && te(f, h, S.contenteditable), k(c, S = De(v, [
25686
+ M[26]("bonus.claim") + "") && te(f, h, S.contenteditable), k(c, S = Be(v, [
25686
25687
  R[0] & /*classWithPartMatchMobile*/
25687
25688
  33554432 && /*classWithPartMatchMobile*/
25688
25689
  M[25]("BonusClaimButton"),
@@ -25690,12 +25691,12 @@ function Nb(e) {
25690
25691
  8912896 && b !== (b = /*invalidBonusField*/
25691
25692
  M[19] || !/*isButtonClickable*/
25692
25693
  M[23]) && { disabled: b }
25693
- ])), k(a, L = De(x, [
25694
+ ])), k(a, L = Be(x, [
25694
25695
  R[0] & /*classWithPartMatchMobile*/
25695
25696
  33554432 && /*classWithPartMatchMobile*/
25696
25697
  M[25]("BonusCodeWrapper")
25697
25698
  ])), /*invalidBonusCode*/
25698
- M[20] ? W ? W.p(M, R) : (W = Xa(M), W.c(), W.m(t, null)) : W && (W.d(1), W = null), k(t, F = De(G, [
25699
+ M[20] ? W ? W.p(M, R) : (W = Xa(M), W.c(), W.m(t, null)) : W && (W.d(1), W = null), k(t, F = Be(G, [
25699
25700
  R[0] & /*classWithPartMatchMobile*/
25700
25701
  33554432 && /*classWithPartMatchMobile*/
25701
25702
  M[25]("BonusCodeContainer")
@@ -25773,7 +25774,7 @@ function Lb(e) {
25773
25774
  m(i, o) {
25774
25775
  I(i, t, o);
25775
25776
  },
25776
- p: Pe,
25777
+ p: ke,
25777
25778
  d(i) {
25778
25779
  i && N(t);
25779
25780
  }
@@ -25832,7 +25833,7 @@ function Hb(e) {
25832
25833
  };
25833
25834
  }
25834
25835
  function Rb(e) {
25835
- let t, n = Le(
25836
+ let t, n = Fe(
25836
25837
  /*bonuses*/
25837
25838
  e[12]
25838
25839
  ), r = [];
@@ -25859,7 +25860,7 @@ function Rb(e) {
25859
25860
  p(s, a) {
25860
25861
  if (a[0] & /*classWithPartMatchMobile, bonuses, bonusStatus, cmsendpoint, lang, clientstyling, clientstylingurl, mbsource, translationurl, levelcountlimit, currency*/
25861
25862
  37753339) {
25862
- n = Le(
25863
+ n = Fe(
25863
25864
  /*bonuses*/
25864
25865
  s[12]
25865
25866
  );
@@ -25939,7 +25940,7 @@ function Za(e) {
25939
25940
  I(l, t, u), p(t, n), p(t, r);
25940
25941
  },
25941
25942
  p(l, u) {
25942
- k(n, o = De(i, [
25943
+ k(n, o = Be(i, [
25943
25944
  u[0] & /*bonuses, bonusStatus, cmsendpoint, lang, clientstyling, clientstylingurl, mbsource, translationurl, levelcountlimit, currency*/
25944
25945
  4198907 && {
25945
25946
  rawbonus: JSON.stringify(
@@ -25983,7 +25984,7 @@ function Za(e) {
25983
25984
  l[1]
25984
25985
  )
25985
25986
  }
25986
- ])), k(t, a = De(s, [
25987
+ ])), k(t, a = Be(s, [
25987
25988
  u[0] & /*classWithPartMatchMobile*/
25988
25989
  33554432 && /*classWithPartMatchMobile*/
25989
25990
  l[25]("BonusItem")
@@ -25998,37 +25999,37 @@ function Ka(e) {
25998
25999
  let t;
25999
26000
  return {
26000
26001
  c() {
26001
- t = E("casino-bonus-pagination"), He(
26002
+ t = E("casino-bonus-pagination"), Pe(
26002
26003
  t,
26003
26004
  "totalitems",
26004
26005
  /*totalItems*/
26005
26006
  e[16]
26006
- ), He(
26007
+ ), Pe(
26007
26008
  t,
26008
26009
  "currentpage",
26009
26010
  /*currentPage*/
26010
26011
  e[15]
26011
- ), He(
26012
+ ), Pe(
26012
26013
  t,
26013
26014
  "pagesize",
26014
26015
  /*limit*/
26015
26016
  e[2]
26016
- ), He(
26017
+ ), Pe(
26017
26018
  t,
26018
26019
  "limit",
26019
26020
  /*paginationLimit*/
26020
26021
  e[17]
26021
- ), He(
26022
+ ), Pe(
26022
26023
  t,
26023
26024
  "clientstyling",
26024
26025
  /*clientstyling*/
26025
26026
  e[5]
26026
- ), He(
26027
+ ), Pe(
26027
26028
  t,
26028
26029
  "clientstylingurl",
26029
26030
  /*clientstylingurl*/
26030
26031
  e[6]
26031
- ), He(
26032
+ ), Pe(
26032
26033
  t,
26033
26034
  "mbsource",
26034
26035
  /*mbsource*/
@@ -26040,43 +26041,43 @@ function Ka(e) {
26040
26041
  },
26041
26042
  p(n, r) {
26042
26043
  r[0] & /*totalItems*/
26043
- 65536 && He(
26044
+ 65536 && Pe(
26044
26045
  t,
26045
26046
  "totalitems",
26046
26047
  /*totalItems*/
26047
26048
  n[16]
26048
26049
  ), r[0] & /*currentPage*/
26049
- 32768 && He(
26050
+ 32768 && Pe(
26050
26051
  t,
26051
26052
  "currentpage",
26052
26053
  /*currentPage*/
26053
26054
  n[15]
26054
26055
  ), r[0] & /*limit*/
26055
- 4 && He(
26056
+ 4 && Pe(
26056
26057
  t,
26057
26058
  "pagesize",
26058
26059
  /*limit*/
26059
26060
  n[2]
26060
26061
  ), r[0] & /*paginationLimit*/
26061
- 131072 && He(
26062
+ 131072 && Pe(
26062
26063
  t,
26063
26064
  "limit",
26064
26065
  /*paginationLimit*/
26065
26066
  n[17]
26066
26067
  ), r[0] & /*clientstyling*/
26067
- 32 && He(
26068
+ 32 && Pe(
26068
26069
  t,
26069
26070
  "clientstyling",
26070
26071
  /*clientstyling*/
26071
26072
  n[5]
26072
26073
  ), r[0] & /*clientstylingurl*/
26073
- 64 && He(
26074
+ 64 && Pe(
26074
26075
  t,
26075
26076
  "clientstylingurl",
26076
26077
  /*clientstylingurl*/
26077
26078
  n[6]
26078
26079
  ), r[0] & /*mbsource*/
26079
- 16 && He(
26080
+ 16 && Pe(
26080
26081
  t,
26081
26082
  "mbsource",
26082
26083
  /*mbsource*/
@@ -26146,13 +26147,13 @@ function Ja(e) {
26146
26147
  },
26147
26148
  m(z, re) {
26148
26149
  I(z, t, re), p(t, n), p(n, r), p(r, i), p(i, s), p(r, a), p(r, l), p(l, u), p(u, c), u.autofocus && u.focus(), p(l, h), p(l, f), p(f, _), f.autofocus && f.focus(), y || (w = [
26149
- ke(
26150
+ Se(
26150
26151
  u,
26151
26152
  "click",
26152
26153
  /*closeBonusModal*/
26153
26154
  e[33]
26154
26155
  ),
26155
- ke(
26156
+ Se(
26156
26157
  f,
26157
26158
  "click",
26158
26159
  /*click_handler_3*/
@@ -26167,7 +26168,7 @@ function Ja(e) {
26167
26168
  67108864 && d !== (d = /*$_*/
26168
26169
  z[26]("bonus.forfeitCancel") + "") && te(c, d, S.contenteditable), re[0] & /*$_*/
26169
26170
  67108864 && b !== (b = /*$_*/
26170
- z[26]("bonus.forfeitConfirm") + "") && te(_, b, L.contenteditable), k(t, P = De(X, [
26171
+ z[26]("bonus.forfeitConfirm") + "") && te(_, b, L.contenteditable), k(t, P = Be(X, [
26171
26172
  re[0] & /*classWithPartMatchMobile*/
26172
26173
  33554432 && /*classWithPartMatchMobile*/
26173
26174
  z[25]("ModalWrapper")
@@ -26179,7 +26180,7 @@ function Ja(e) {
26179
26180
  };
26180
26181
  }
26181
26182
  function zb(e) {
26182
- let t, n, r, i, o, s, a = Le(
26183
+ let t, n, r, i, o, s, a = Fe(
26183
26184
  /*StatusForFilter*/
26184
26185
  e[30]
26185
26186
  ), l = [];
@@ -26236,7 +26237,7 @@ function zb(e) {
26236
26237
  if (S[0] & /*classWithPartMatchMobile, isLoading, StatusForFilter, bonusStatus, $_*/
26237
26238
  1178607616 | S[1] & /*getPage*/
26238
26239
  8) {
26239
- a = Le(
26240
+ a = Fe(
26240
26241
  /*StatusForFilter*/
26241
26242
  v[30]
26242
26243
  );
@@ -26249,15 +26250,15 @@ function zb(e) {
26249
26250
  l[x].d(1);
26250
26251
  l.length = a.length;
26251
26252
  }
26252
- k(n, d = De(u, [
26253
+ k(n, d = Be(u, [
26253
26254
  S[0] & /*classWithPartMatchMobile*/
26254
26255
  33554432 && /*classWithPartMatchMobile*/
26255
26256
  v[25]("BonusFilterWrapper")
26256
26257
  ])), h === (h = c(v)) && f ? f.p(v, S) : (f && f.d(1), f = h && h(v), f && (f.c(), f.m(t, o))), _ === (_ = b(v)) && y ? y.p(v, S) : (y.d(1), y = _(v), y && (y.c(), y.m(t, s))), /*bonusModal*/
26257
26258
  v[21] ? w ? w.p(v, S) : (w = Ja(v), w.c(), w.m(t, null)) : w && (w.d(1), w = null);
26258
26259
  },
26259
- i: Pe,
26260
- o: Pe,
26260
+ i: ke,
26261
+ o: ke,
26261
26262
  d(v) {
26262
26263
  v && N(t), bt(l, v), f && f.d(), y.d(), w && w.d(), e[48](null);
26263
26264
  }
@@ -26270,8 +26271,8 @@ function Ub(e, t, n) {
26270
26271
  Gl(w) && (g = !0, W = 1);
26271
26272
  const ne = () => {
26272
26273
  fetch(_).then((Ce) => Ce.json()).then((Ce) => {
26273
- Object.keys(Ce).forEach((Me) => {
26274
- hr(Me, Ce[Me]);
26274
+ Object.keys(Ce).forEach((Oe) => {
26275
+ hr(Oe, Ce[Oe]);
26275
26276
  });
26276
26277
  }).catch((Ce) => {
26277
26278
  console.log(Ce);
@@ -26297,8 +26298,8 @@ function Ub(e, t, n) {
26297
26298
  be(1);
26298
26299
  }), ue = (V, Ce) => Ue(this, null, function* () {
26299
26300
  n(23, Y = !1);
26300
- const Me = yield q(V);
26301
- Me.success ? (n(20, P = !1), be(1)) : (n(14, S = Me.errorMessage), Ce ? n(20, P = !0) : window.postMessage({
26301
+ const Oe = yield q(V);
26302
+ Oe.success ? (n(20, P = !1), be(1)) : (n(14, S = Oe.errorMessage), Ce ? n(20, P = !0) : window.postMessage({
26302
26303
  type: "OnBonusClaimError",
26303
26304
  message: S,
26304
26305
  bonusCode: V
@@ -26318,9 +26319,9 @@ function Ub(e, t, n) {
26318
26319
  const Ce = yield Z(V);
26319
26320
  Ce.success ? be(1) : n(14, S = Ce.errorMessage), window.postMessage({ type: "OnBonusForfeitedDone" }), n(23, Y = !0), n(21, z = !1);
26320
26321
  }), Z = (V) => Ue(this, null, function* () {
26321
- const Ce = new URL(`${s}/v1/bonus/forfeit`), Me = { bonusID: V, lang: a };
26322
- return Object.keys(Me).map((Lt) => {
26323
- Ce.searchParams.append(Lt, Me[Lt]);
26322
+ const Ce = new URL(`${s}/v1/bonus/forfeit`), Oe = { bonusID: V, lang: a };
26323
+ return Object.keys(Oe).map((Lt) => {
26324
+ Ce.searchParams.append(Lt, Oe[Lt]);
26324
26325
  }), yield dt(Ce, {
26325
26326
  method: "DELETE",
26326
26327
  headers: {
@@ -26334,9 +26335,9 @@ function Ub(e, t, n) {
26334
26335
  x !== V && n(15, x = V);
26335
26336
  const Ce = (V - 1) * Number(d);
26336
26337
  n(13, v = !0), n(12, A = []);
26337
- const Me = yield Je(s, l, Ce, { lang: a, limit: d });
26338
- Me.success ? (n(16, L = Me.total), n(12, A = Me.items || Me.bonuses)) : n(14, S = Me.errorMessage), n(13, v = !1);
26339
- }), Je = (ct, vd, yd, ...wd) => Ue(this, [ct, vd, yd, ...wd], function* (V, Ce, Me, Lt = {}) {
26338
+ const Oe = yield Je(s, l, Ce, { lang: a, limit: d });
26339
+ Oe.success ? (n(16, L = Oe.total), n(12, A = Oe.items || Oe.bonuses)) : n(14, S = Oe.errorMessage), n(13, v = !1);
26340
+ }), Je = (ct, vd, yd, ...wd) => Ue(this, [ct, vd, yd, ...wd], function* (V, Ce, Oe, Lt = {}) {
26340
26341
  const le = Lt, { limit: Kr, lang: Jr } = le, Qr = ti(le, ["limit", "lang"]), T = (() => {
26341
26342
  switch (ie) {
26342
26343
  case "claimable":
@@ -26345,7 +26346,7 @@ function Ub(e, t, n) {
26345
26346
  return "granted";
26346
26347
  }
26347
26348
  })(), H = un(Et({
26348
- pagination: `limit=${Kr},offset=${Me}`,
26349
+ pagination: `limit=${Kr},offset=${Oe}`,
26349
26350
  language: Jr
26350
26351
  }, Qr), {
26351
26352
  sortOrder: "desc"
@@ -26364,7 +26365,7 @@ function Ub(e, t, n) {
26364
26365
  }), Qe = (V, Ce = "") => ({
26365
26366
  part: V,
26366
26367
  class: [V, Ce].join(" ")
26367
- }), dt = (Me, ...Lt) => Ue(this, [Me, ...Lt], function* (V, Ce = {}) {
26368
+ }), dt = (Oe, ...Lt) => Ue(this, [Oe, ...Lt], function* (V, Ce = {}) {
26368
26369
  let ct;
26369
26370
  return ct = yield fetch(V, Ce), ct.ok === !1 ? { errorMessage: ct.status } : (ct = yield ct.json(), ct);
26370
26371
  }), et = (V) => {