@everymatrix/casino-last-played-section 1.74.2 → 1.74.4

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.
@@ -2501,11 +2501,11 @@ function ji(i) {
2501
2501
  };
2502
2502
  }
2503
2503
  const ee = "game-tile-";
2504
- let Ri = 0;
2505
- function Ai(i, e, a) {
2504
+ let Li = 0;
2505
+ function Ri(i, e, a) {
2506
2506
  let n;
2507
2507
  Ka(i, ei, (l) => a(43, n = l));
2508
- let { endpoint: o = "" } = e, { datasource: s = "" } = e, { lang: r = "" } = e, { session: m = "" } = e, { userid: u = "" } = e, { favorites: f = "" } = e, { clientstyling: h = "" } = e, { clientstylingurl: p = "" } = e, { translationurl: F = "" } = e, { currency: E = "" } = e, { categoryid: v = "" } = e, { showgamename: g = "" } = e, { livecasino: c = "false" } = e, { gamepagemodalurl: ne = "true" } = e, { integratedgameframedesktop: U = "false" } = e, { integratedgameframemobile: b = "false" } = e, { casinomygames: H = "false" } = e, { addfilterselector: ve = "false" } = e, { addsortingselector: be = "false" } = e, { filterbylogo: Ye = "" } = e, { casinogamesgridslider: Je = "false" } = e, { fetchviaevent: le = "false" } = e, { showallpage: Ie = "casino" } = e, { actionevent: je = "CategoryChange" } = e, { displayedgamecount: we = "10" } = e, { showallbuttongamescount: ke = "10" } = e, { mbsource: Re } = e, { lobbyscreen: Ae = "true" } = e, { usesinglevendorfilter: ye = "false" } = e, { visiblegames: Le = "10" } = e, Ke, Z = !0, Te = !1, Se, Fe, Y = !0, Xe = window.navigator.userAgent, L, M = [], Q = !0, ae = 40, J = !1, Ge = !1, re = !1, Pe = !1, De = !0, me = !1, ue, Ue, ce, fe = !1, q, Ce = !1, ge = new Array(1e4), de = {}, Oe = "", ie = "", Me, Be, R, O = [], ze = new AbortController(), te = { items: [], count: 0, name: "" };
2508
+ let { endpoint: o = "" } = e, { datasource: s = "" } = e, { lang: r = "" } = e, { session: m = "" } = e, { userid: u = "" } = e, { favorites: f = "" } = e, { clientstyling: h = "" } = e, { clientstylingurl: p = "" } = e, { translationurl: F = "" } = e, { currency: E = "" } = e, { categoryid: v = "" } = e, { showgamename: g = "" } = e, { livecasino: c = "false" } = e, { gamepagemodalurl: ne = "true" } = e, { integratedgameframedesktop: U = "false" } = e, { integratedgameframemobile: b = "false" } = e, { casinomygames: H = "false" } = e, { addfilterselector: ve = "false" } = e, { addsortingselector: be = "false" } = e, { filterbylogo: We = "" } = e, { casinogamesgridslider: Ye = "false" } = e, { fetchviaevent: le = "false" } = e, { showallpage: Ie = "casino" } = e, { actionevent: je = "CategoryChange" } = e, { displayedgamecount: we = "10" } = e, { showallbuttongamescount: ke = "10" } = e, { mbsource: Le } = e, { lobbyscreen: Re = "true" } = e, { usesinglevendorfilter: ye = "false" } = e, { visiblegames: Ae = "10" } = e, Je, Z = !0, Te = !1, Se, Fe, Y = !0, Ke = window.navigator.userAgent, A, M = [], Q = !0, ae = 40, J = !1, Ge = !1, re = !1, Pe = !1, De = !0, me = !1, ue, Ue, ce, fe = !1, q, Ce = !1, ge = new Array(1e4), de = {}, Oe = "", ie = "", Me, Be, L, O = [], ze = new AbortController(), te = { items: [], count: 0, name: "" };
2509
2509
  const ba = () => {
2510
2510
  fetch(F).then((_) => _.json()).then((_) => {
2511
2511
  Object.keys(_).forEach((w) => {
@@ -2518,7 +2518,7 @@ function Ai(i, e, a) {
2518
2518
  Object.keys(aa).forEach((l) => {
2519
2519
  ea(l, aa[l]);
2520
2520
  }), typeof document.hidden < "u" ? Me = "hidden" : typeof document.msHidden < "u" ? Me = "msHidden" : typeof document.webkitHidden < "u" && (Me = "webkitHidden");
2521
- let Ze = new IntersectionObserver((l) => {
2521
+ let Xe = new IntersectionObserver((l) => {
2522
2522
  l.forEach(async (_) => {
2523
2523
  let w = _.target.gameid, N = _.target.elems_index;
2524
2524
  _.isIntersecting ? (N * 1.2 > ae && Ca(v), a(40, de[w] = 1, de)) : a(40, de[w] = 0, de);
@@ -2533,22 +2533,22 @@ function Ai(i, e, a) {
2533
2533
  };
2534
2534
  return new Promise((j, I) => {
2535
2535
  fetch(w, N).then((C) => C.json()).then((C) => {
2536
- if (a(25, Z = !1), R = [], C) {
2536
+ if (a(25, Z = !1), L = [], C) {
2537
2537
  C.items.forEach((V) => {
2538
- V.gameModel && (R.push(V), O.includes(V.id) || O.push(V.id));
2538
+ V.gameModel && (L.push(V), O.includes(V.id) || O.push(V.id));
2539
2539
  });
2540
- const A = Ee(R)?.length;
2540
+ const R = Ee(L)?.length;
2541
2541
  window.postMessage({
2542
2542
  type: "UpdateFavoritesCount",
2543
- favoriteGamesLength: A
2543
+ favoriteGamesLength: R
2544
2544
  });
2545
2545
  } else
2546
- R = [];
2547
- v === "FAVORITES" && We(R), M.forEach((A) => {
2548
- A.isFavorite = B(A.id);
2546
+ L = [];
2547
+ v === "FAVORITES" && qe(L), M.forEach((R) => {
2548
+ R.isFavorite = B(R.id);
2549
2549
  });
2550
2550
  let K = M;
2551
- a(29, M = void 0), a(29, M = K), j(R);
2551
+ a(29, M = void 0), a(29, M = K), j(L);
2552
2552
  }).catch((C) => {
2553
2553
  console.error(C), I(C);
2554
2554
  });
@@ -2560,31 +2560,31 @@ function Ai(i, e, a) {
2560
2560
  method: "GET",
2561
2561
  headers: { "X-SessionID": l }
2562
2562
  }).then((C) => C.json()).then((C) => {
2563
- if (R = [], C) {
2564
- C.items?.forEach((A) => {
2565
- A.gameModel && (R.push(A), O.includes(A.id) || O.push(A.id));
2563
+ if (L = [], C) {
2564
+ C.items?.forEach((R) => {
2565
+ R.gameModel && (L.push(R), O.includes(R.id) || O.push(R.id));
2566
2566
  });
2567
- const K = Ee(R)?.length;
2567
+ const K = Ee(L)?.length;
2568
2568
  window.postMessage({
2569
2569
  type: "UpdateFavoritesCount",
2570
2570
  favoriteGamesLength: K
2571
2571
  });
2572
2572
  } else
2573
- R = [];
2574
- v === "FAVORITES" && We(R), w(R);
2573
+ L = [];
2574
+ v === "FAVORITES" && qe(L), w(L);
2575
2575
  }).catch((C) => {
2576
2576
  console.error(C), N(C);
2577
2577
  });
2578
2578
  } else
2579
2579
  w([]);
2580
- }), Qe = (l, _, w, N) => {
2580
+ }), Ze = (l, _, w, N) => {
2581
2581
  ze && ze.abort(), ze = new AbortController();
2582
2582
  const j = ze.signal;
2583
2583
  a(25, Z = !0);
2584
- let I = "", C = "", K = JSON.parse(localStorage.getItem("vendorFiltersByCategory")), A = JSON.parse(localStorage.getItem("vendorSortingBy"));
2584
+ let I = "", C = "", K = JSON.parse(localStorage.getItem("vendorFiltersByCategory")), R = JSON.parse(localStorage.getItem("vendorSortingBy"));
2585
2585
  const V = ye === "true" ? "*" : l;
2586
2586
  return (l.match(/\$/g) || []).length > 1 ? (I = l.split("$").slice(0, 2).join("$"), C = new URL(`${o}/v1/casino/groups/${s}/${I}/subGroups`)) : C = new URL(`${o}/v1/casino/groups/${s}/${l}`), new Promise((Ua, Oa) => {
2587
- if (C.searchParams.delete("pagination"), C.searchParams.append("expand", "games(vendor)"), C.searchParams.append("fields", "id,name,games"), C.searchParams.append("platform", ai(Xe)), C.searchParams.append("pagination", `games(offset=${_},limit=${w})`), C.searchParams.append("language", r), window.postMessage({ type: "CategoryVendors", categoryid: l }, window.location.href), K && K[V]?.length)
2587
+ if (C.searchParams.delete("pagination"), C.searchParams.append("expand", "games(vendor)"), C.searchParams.append("fields", "id,name,games"), C.searchParams.append("platform", ai(Ke)), C.searchParams.append("pagination", `games(offset=${_},limit=${w})`), C.searchParams.append("language", r), window.postMessage({ type: "CategoryVendors", categoryid: l }, window.location.href), K && K[V]?.length)
2588
2588
  if (ye === "true" || Y === !1 && fe === !1) {
2589
2589
  let P = "";
2590
2590
  a(34, Pe = !0), K[V].forEach((x) => {
@@ -2592,7 +2592,7 @@ function Ai(i, e, a) {
2592
2592
  }), C.searchParams.append("filter", `${P}`);
2593
2593
  } else
2594
2594
  a(34, Pe = !1);
2595
- A && (A[l] ? A[l] && A[l] != "All" && (A[l] == "isNew" || A[l] == "advancedTags(name(hot))" ? (C.searchParams.append("sortedField", `games(${A[l]})`), C.searchParams.append("orderBy", "DES")) : C.searchParams.append("sortedField", `games(${A[l]})`)) : ie && ie != "All" && (ie == "advancedTags(name(hot))" || ie == "isNew" ? (C.searchParams.append("sortedField", `games(${ie})`), C.searchParams.append("orderBy", "DES")) : C.searchParams.append("sortedField", `games(${ie})`))), fetch(C, { signal: j }).then((P) => P.json()).then((P) => {
2595
+ R && (R[l] ? R[l] && R[l] != "All" && (R[l] == "isNew" || R[l] == "advancedTags(name(hot))" ? (C.searchParams.append("sortedField", `games(${R[l]})`), C.searchParams.append("orderBy", "DES")) : C.searchParams.append("sortedField", `games(${R[l]})`)) : ie && ie != "All" && (ie == "advancedTags(name(hot))" || ie == "isNew" ? (C.searchParams.append("sortedField", `games(${ie})`), C.searchParams.append("orderBy", "DES")) : C.searchParams.append("sortedField", `games(${ie})`))), fetch(C, { signal: j }).then((P) => P.json()).then((P) => {
2596
2596
  j.aborted || (a(25, Z = !1), (l.match(/\$/g) || []).length > 1 && (P = P.items.filter((x) => {
2597
2597
  if (x.id == l)
2598
2598
  return x;
@@ -2607,10 +2607,10 @@ function Ai(i, e, a) {
2607
2607
  });
2608
2608
  }, he = (l, _, w) => new Promise((N, j) => {
2609
2609
  f == "true" ? wa(m, u).then((I) => {
2610
- Qe(l, _, w, I).then((C) => {
2610
+ Ze(l, _, w, I).then((C) => {
2611
2611
  N(C);
2612
2612
  });
2613
- }) : Qe(l, _, w, null).then((I) => {
2613
+ }) : Ze(l, _, w, null).then((I) => {
2614
2614
  N(I);
2615
2615
  });
2616
2616
  }), ka = () => {
@@ -2618,7 +2618,7 @@ function Ai(i, e, a) {
2618
2618
  l.dispatchEvent(new CustomEvent("data-loaded", { bubbles: !0, detail: { target: l } }));
2619
2619
  }, ya = (l, _, w) => {
2620
2620
  l !== "" && (a(31, J = !1), a(27, Y = !0), a(1, ve = "false"), a(2, be = "false"), a(33, re = !1), Ce = !1, a(30, Q = +_ > +w), he(l, 0, +_).then((N) => {
2621
- a(28, L = N), a(29, M = L.games.items), M && M.forEach((j) => {
2621
+ a(28, A = N), a(29, M = A.games.items), M && M.forEach((j) => {
2622
2622
  j.isFavorite = B(j.id);
2623
2623
  });
2624
2624
  }));
@@ -2626,7 +2626,7 @@ function Ai(i, e, a) {
2626
2626
  if (l.data)
2627
2627
  switch (l.data.type) {
2628
2628
  case "MostPlayedData":
2629
- v == "MOSTPLAYED" && (a(31, J = !1), a(27, Y = !1), a(30, Q = !1), a(29, M = l.data.mostPlayedGames), a(28, L = {
2629
+ v == "MOSTPLAYED" && (a(31, J = !1), a(27, Y = !1), a(30, Q = !1), a(29, M = l.data.mostPlayedGames), a(28, A = {
2630
2630
  id: "MOSTPLAYED",
2631
2631
  name: "Most Played Games",
2632
2632
  games: {
@@ -2639,7 +2639,7 @@ function Ai(i, e, a) {
2639
2639
  })), a(25, Z = !1);
2640
2640
  break;
2641
2641
  case "LastPlayedData":
2642
- v == "LASTPLAYED" && (a(31, J = !1), a(27, Y = !1), a(30, Q = !1), a(29, M = l.data.lastPlayedGames), a(28, L = {
2642
+ v == "LASTPLAYED" && (a(31, J = !1), a(27, Y = !1), a(30, Q = !1), a(29, M = l.data.lastPlayedGames), a(28, A = {
2643
2643
  id: "LASTPLAYED",
2644
2644
  name: "Last Played Games",
2645
2645
  games: {
@@ -2660,13 +2660,13 @@ function Ai(i, e, a) {
2660
2660
  a(31, J = !1), a(32, Ge = !1);
2661
2661
  break;
2662
2662
  case "SearchData":
2663
- a(31, J = !0), a(32, Ge = !1), a(29, M = l.data.searchData.items || []), a(33, re = !0), l.data.receivedFavoriteResults && (R = l.data.receivedFavoriteResults.items), M && M.forEach((_) => {
2663
+ a(31, J = !0), a(32, Ge = !1), a(29, M = l.data.searchData.items || []), a(33, re = !0), l.data.receivedFavoriteResults && (L = l.data.receivedFavoriteResults.items), M && M.forEach((_) => {
2664
2664
  _.isFavorite = B(_.id);
2665
2665
  });
2666
2666
  break;
2667
2667
  case `CategoryData_${v}`:
2668
2668
  a(31, J = !1), a(27, Y = !0), a(1, ve = "false"), a(2, be = "false"), a(33, re = !1), Ce = !1, he(l.data.categoryId, 0, l.data.visiblegames).then((_) => {
2669
- a(28, L = _), a(29, M = L.games.items), a(30, Q = !!(Ue <= l.data.visiblegames && Y)), M && M.forEach((w) => {
2669
+ a(28, A = _), a(29, M = A.games.items), a(30, Q = !!(Ue <= l.data.visiblegames && Y)), M && M.forEach((w) => {
2670
2670
  w.isFavorite = B(w.id);
2671
2671
  });
2672
2672
  });
@@ -2676,11 +2676,11 @@ function Ai(i, e, a) {
2676
2676
  break;
2677
2677
  case "ApplySorter":
2678
2678
  a(0, v = l.data.itemId), ie = l.data.sortBy, he(v, 0, ae).then((_) => {
2679
- a(28, L = _), a(29, M = L.games.items), a(30, Q = !1);
2679
+ a(28, A = _), a(29, M = A.games.items), a(30, Q = !1);
2680
2680
  });
2681
2681
  break;
2682
2682
  case "CategoryUpdate":
2683
- xe(l.data.itemId);
2683
+ Qe(l.data.itemId);
2684
2684
  break;
2685
2685
  case `SetUnfavoredGame${v}`:
2686
2686
  Ga(`${o}/v1/player/${u}/favorites`, m, l.data.id);
@@ -2692,14 +2692,14 @@ function Ai(i, e, a) {
2692
2692
  Se = l.data.session, Fe = l.data.userID, f == "true" && Fe && Fe.length && Se && Se.length > 0 && He(Se, Fe);
2693
2693
  break;
2694
2694
  case "UpdateFavoredList":
2695
- v === "FAVORITES" && qe(l.data.url, l.data.sessionID);
2695
+ v === "FAVORITES" && xe(l.data.url, l.data.sessionID);
2696
2696
  break;
2697
2697
  }
2698
- }, xe = (l) => {
2699
- a(31, J = !1), a(27, Y = Ae === "true"), a(33, re = !1), Ce = !0, a(36, me = !1), a(0, v = l), v !== "MOSTPLAYED" && a(30, Q = !1), H !== "true" && (!R && m && He(m, u), he(v, 0, ae).then((_) => {
2700
- a(28, L = _), L?.games?.items.forEach((w) => {
2698
+ }, Qe = (l) => {
2699
+ a(31, J = !1), a(27, Y = Re === "true"), a(33, re = !1), Ce = !0, a(36, me = !1), a(0, v = l), v !== "MOSTPLAYED" && a(30, Q = !1), H !== "true" && (!L && m && He(m, u), he(v, 0, ae).then((_) => {
2700
+ a(28, A = _), A?.games?.items.forEach((w) => {
2701
2701
  w.isFavorite = B(w.id);
2702
- }), a(29, M = L?.games.items);
2702
+ }), a(29, M = A?.games.items);
2703
2703
  }).finally(
2704
2704
  /*// @TODO: replace this quick fix - when there are only a few category games, the view scrolls to the footer
2705
2705
  if (shownCategoryData?.length < 10 && e.data.origin ==! 'filters') {
@@ -2713,19 +2713,19 @@ function Ai(i, e, a) {
2713
2713
  {
2714
2714
  type: `CategoryData_${v}`,
2715
2715
  categoryId: v,
2716
- visiblegames: Le
2716
+ visiblegames: Ae
2717
2717
  },
2718
2718
  window.location.href
2719
2719
  );
2720
2720
  }
2721
2721
  ));
2722
2722
  }, Sa = () => {
2723
- L && (a(29, M = L.games.items), M.forEach((l) => {
2723
+ A && (a(29, M = A.games.items), M.forEach((l) => {
2724
2724
  l.isFavorite = B(l.id);
2725
2725
  }));
2726
- }, B = (l) => R?.some((_) => _.id === l) ?? !1;
2726
+ }, B = (l) => L?.some((_) => _.id === l) ?? !1;
2727
2727
  let Fa = async (l, _, w) => {
2728
- await qe(l, _), O.includes(w) || O.push(w);
2728
+ await xe(l, _), O.includes(w) || O.push(w);
2729
2729
  let j = {
2730
2730
  method: "POST",
2731
2731
  headers: {
@@ -2736,7 +2736,11 @@ function Ai(i, e, a) {
2736
2736
  body: JSON.stringify({ items: O })
2737
2737
  };
2738
2738
  fetch(l, j).then((I) => I.json()).then(() => {
2739
- window.postMessage({ type: `AddFavoriteThumbnail_${w}` }, window.location.href);
2739
+ window.postMessage({ type: `AddFavoriteThumbnail_${w}` }, window.location.href), window.postMessage({
2740
+ type: "UpdateFavoredList",
2741
+ url: l,
2742
+ sessionID: _
2743
+ });
2740
2744
  }).catch((I) => {
2741
2745
  console.error("Err", I);
2742
2746
  });
@@ -2752,25 +2756,29 @@ function Ai(i, e, a) {
2752
2756
  type: `RemoveFavoriteThumbnail_${w}`
2753
2757
  },
2754
2758
  window.location.href
2755
- ), qe(l, _);
2759
+ ), window.postMessage({
2760
+ type: "UpdateFavoredList",
2761
+ url: l,
2762
+ sessionID: _
2763
+ });
2756
2764
  }), O.includes(w) && (O = O.filter((j) => j != w));
2757
- }, qe = async (l, _) => fetch(l, {
2765
+ }, xe = async (l, _) => fetch(l, {
2758
2766
  method: "GET",
2759
2767
  headers: { "X-SessionID": _ }
2760
2768
  }).then((N) => N.json()).then((N) => {
2761
- R = N.items, le ? (R.forEach((I) => {
2769
+ L = N.items, le ? (L.forEach((I) => {
2762
2770
  O.includes(I.id) || O.push(I.id);
2763
- }), Sa()) : R.forEach((I) => {
2771
+ }), Sa()) : L.forEach((I) => {
2764
2772
  I.isFavorite = B(I.id);
2765
2773
  });
2766
- const j = Ee(R)?.length;
2774
+ const j = Ee(L)?.length;
2767
2775
  v === "FAVORITES" && (window.postMessage({
2768
2776
  type: "UpdateFavoritesCount",
2769
2777
  favoriteGamesLength: j
2770
- }), We(R));
2778
+ }), qe(L));
2771
2779
  }).catch((N) => {
2772
2780
  console.error(N);
2773
- }), We = (l) => {
2781
+ }), qe = (l) => {
2774
2782
  if (!l)
2775
2783
  return;
2776
2784
  let _;
@@ -2778,8 +2786,8 @@ function Ai(i, e, a) {
2778
2786
  w.gameModel && (w.gameModel.isFavorite = !0);
2779
2787
  }), a(42, te.items = Ee(_, te.items), te), a(42, te.name = "Favorites", te), a(25, Z = !1);
2780
2788
  }, Ca = (l) => {
2781
- ae += 1, a(36, me = !0), ae <= Ue && he(l, Ri, ae).then((_) => {
2782
- a(28, L = _), L.games.items.length > M.length && (a(29, M = L.games.items), M.forEach((w) => {
2789
+ ae += 1, a(36, me = !0), ae <= Ue && he(l, Li, ae).then((_) => {
2790
+ a(28, A = _), A.games.items.length > M.length && (a(29, M = A.games.items), M.forEach((w) => {
2783
2791
  w.isFavorite = B(w.id);
2784
2792
  })), a(36, me = !1);
2785
2793
  });
@@ -2790,8 +2798,8 @@ function Ai(i, e, a) {
2790
2798
  let w = "", N = 999999999999, j;
2791
2799
  const I = new Date(Date.now());
2792
2800
  return _.forEach((C, K) => {
2793
- const A = new Date(C.schedules[0].startTime), V = new Date(C.schedules[0].endTime);
2794
- Ne(V).diff(I) < N && (N = Ne(V).diff(I), j = K), Ne(I).isAfter(A) && Ne(I).isBefore(V) && (w = _[j].name);
2801
+ const R = new Date(C.schedules[0].startTime), V = new Date(C.schedules[0].endTime);
2802
+ Ne(V).diff(I) < N && (N = Ne(V).diff(I), j = K), Ne(I).isAfter(R) && Ne(I).isBefore(V) && (w = _[j].name);
2795
2803
  }), w;
2796
2804
  }, $e = (l) => {
2797
2805
  a(30, Q = !1), window.postMessage(
@@ -2814,35 +2822,35 @@ function Ai(i, e, a) {
2814
2822
  H === "false" && u && m && a(39, fe = !1);
2815
2823
  break;
2816
2824
  default:
2817
- xe(v);
2825
+ Qe(v);
2818
2826
  break;
2819
2827
  }
2820
2828
  }, Ea = () => {
2821
2829
  document[Me] ? a(41, Oe = "disconnect") : a(41, Oe = "connect");
2822
2830
  }, Na = () => {
2823
2831
  Ce && ge.forEach((l, _) => {
2824
- l && (l.elems_index = _, Ze.observe(l));
2832
+ l && (l.elems_index = _, Xe.observe(l));
2825
2833
  });
2826
2834
  }, Ia = () => {
2827
2835
  ti(r);
2828
2836
  };
2829
2837
  Xa(() => {
2830
- Ze?.disconnect();
2838
+ Xe?.disconnect();
2831
2839
  }), Za(() => (window.addEventListener("visibilitychange", (l) => Ea()), window.addEventListener("message", Ve, !1), () => {
2832
- window.emMessageBus && Ke && Ke.unsubscribe(), window.removeEventListener("message", Ve), window.removeEventListener("visibilitychange", Ve);
2840
+ window.emMessageBus && Je && Je.unsubscribe(), window.removeEventListener("message", Ve), window.removeEventListener("visibilitychange", Ve);
2833
2841
  }));
2834
2842
  function ja(l) {
2835
2843
  oe[l ? "unshift" : "push"](() => {
2836
2844
  ce = l, a(38, ce);
2837
2845
  });
2838
2846
  }
2839
- const Ra = (l) => $e(L.id);
2840
- function Aa(l, _) {
2847
+ const La = (l) => $e(A.id);
2848
+ function Ra(l, _) {
2841
2849
  oe[l ? "unshift" : "push"](() => {
2842
2850
  ge[_] = l, a(24, ge);
2843
2851
  });
2844
2852
  }
2845
- function La(l) {
2853
+ function Aa(l) {
2846
2854
  oe[l ? "unshift" : "push"](() => {
2847
2855
  ue = l, a(37, ue);
2848
2856
  });
@@ -2863,7 +2871,7 @@ function Ai(i, e, a) {
2863
2871
  });
2864
2872
  }
2865
2873
  return i.$$set = (l) => {
2866
- "endpoint" in l && a(3, o = l.endpoint), "datasource" in l && a(4, s = l.datasource), "lang" in l && a(5, r = l.lang), "session" in l && a(6, m = l.session), "userid" in l && a(7, u = l.userid), "favorites" in l && a(8, f = l.favorites), "clientstyling" in l && a(9, h = l.clientstyling), "clientstylingurl" in l && a(10, p = l.clientstylingurl), "translationurl" in l && a(11, F = l.translationurl), "currency" in l && a(12, E = l.currency), "categoryid" in l && a(0, v = l.categoryid), "showgamename" in l && a(13, g = l.showgamename), "livecasino" in l && a(14, c = l.livecasino), "gamepagemodalurl" in l && a(15, ne = l.gamepagemodalurl), "integratedgameframedesktop" in l && a(16, U = l.integratedgameframedesktop), "integratedgameframemobile" in l && a(17, b = l.integratedgameframemobile), "casinomygames" in l && a(18, H = l.casinomygames), "addfilterselector" in l && a(1, ve = l.addfilterselector), "addsortingselector" in l && a(2, be = l.addsortingselector), "filterbylogo" in l && a(19, Ye = l.filterbylogo), "casinogamesgridslider" in l && a(20, Je = l.casinogamesgridslider), "fetchviaevent" in l && a(47, le = l.fetchviaevent), "showallpage" in l && a(48, Ie = l.showallpage), "actionevent" in l && a(49, je = l.actionevent), "displayedgamecount" in l && a(50, we = l.displayedgamecount), "showallbuttongamescount" in l && a(51, ke = l.showallbuttongamescount), "mbsource" in l && a(21, Re = l.mbsource), "lobbyscreen" in l && a(52, Ae = l.lobbyscreen), "usesinglevendorfilter" in l && a(22, ye = l.usesinglevendorfilter), "visiblegames" in l && a(53, Le = l.visiblegames);
2874
+ "endpoint" in l && a(3, o = l.endpoint), "datasource" in l && a(4, s = l.datasource), "lang" in l && a(5, r = l.lang), "session" in l && a(6, m = l.session), "userid" in l && a(7, u = l.userid), "favorites" in l && a(8, f = l.favorites), "clientstyling" in l && a(9, h = l.clientstyling), "clientstylingurl" in l && a(10, p = l.clientstylingurl), "translationurl" in l && a(11, F = l.translationurl), "currency" in l && a(12, E = l.currency), "categoryid" in l && a(0, v = l.categoryid), "showgamename" in l && a(13, g = l.showgamename), "livecasino" in l && a(14, c = l.livecasino), "gamepagemodalurl" in l && a(15, ne = l.gamepagemodalurl), "integratedgameframedesktop" in l && a(16, U = l.integratedgameframedesktop), "integratedgameframemobile" in l && a(17, b = l.integratedgameframemobile), "casinomygames" in l && a(18, H = l.casinomygames), "addfilterselector" in l && a(1, ve = l.addfilterselector), "addsortingselector" in l && a(2, be = l.addsortingselector), "filterbylogo" in l && a(19, We = l.filterbylogo), "casinogamesgridslider" in l && a(20, Ye = l.casinogamesgridslider), "fetchviaevent" in l && a(47, le = l.fetchviaevent), "showallpage" in l && a(48, Ie = l.showallpage), "actionevent" in l && a(49, je = l.actionevent), "displayedgamecount" in l && a(50, we = l.displayedgamecount), "showallbuttongamescount" in l && a(51, ke = l.showallbuttongamescount), "mbsource" in l && a(21, Le = l.mbsource), "lobbyscreen" in l && a(52, Re = l.lobbyscreen), "usesinglevendorfilter" in l && a(22, ye = l.usesinglevendorfilter), "visiblegames" in l && a(53, Ae = l.visiblegames);
2867
2875
  }, i.$$.update = () => {
2868
2876
  i.$$.dirty[0] & /*lang*/
2869
2877
  32 && r && Ia(), i.$$.dirty[0] & /*endpoint, lang, categoryid, datasource*/
@@ -2876,7 +2884,7 @@ function Ai(i, e, a) {
2876
2884
  2048 && F && ba(), i.$$.dirty[0] & /*clientstyling, customStylingContainer*/
2877
2885
  8389120 && h && q && xa(q, h), i.$$.dirty[0] & /*clientstylingurl, customStylingContainer*/
2878
2886
  8389632 && p && q && Qa(q, p), i.$$.dirty[0] & /*customStylingContainer, mbsource*/
2879
- 10485760 && q && $a(q, `${Re}.Style`);
2887
+ 10485760 && q && $a(q, `${Le}.Style`);
2880
2888
  }, [
2881
2889
  v,
2882
2890
  ve,
@@ -2897,16 +2905,16 @@ function Ai(i, e, a) {
2897
2905
  U,
2898
2906
  b,
2899
2907
  H,
2908
+ We,
2900
2909
  Ye,
2901
- Je,
2902
- Re,
2910
+ Le,
2903
2911
  ye,
2904
2912
  q,
2905
2913
  ge,
2906
2914
  Z,
2907
2915
  Te,
2908
2916
  Y,
2909
- L,
2917
+ A,
2910
2918
  M,
2911
2919
  Q,
2912
2920
  J,
@@ -2922,7 +2930,7 @@ function Ai(i, e, a) {
2922
2930
  Oe,
2923
2931
  te,
2924
2932
  n,
2925
- Xe,
2933
+ Ke,
2926
2934
  Ma,
2927
2935
  $e,
2928
2936
  le,
@@ -2930,24 +2938,24 @@ function Ai(i, e, a) {
2930
2938
  je,
2931
2939
  we,
2932
2940
  ke,
2941
+ Re,
2933
2942
  Ae,
2934
- Le,
2935
2943
  Be,
2936
2944
  ja,
2945
+ La,
2937
2946
  Ra,
2938
2947
  Aa,
2939
- La,
2940
2948
  Ta,
2941
2949
  Pa,
2942
2950
  Da
2943
2951
  ];
2944
2952
  }
2945
- class Li extends Va {
2953
+ class Ai extends Va {
2946
2954
  constructor(e) {
2947
2955
  super(), qa(
2948
2956
  this,
2949
2957
  e,
2950
- Ai,
2958
+ Ri,
2951
2959
  ji,
2952
2960
  Ya,
2953
2961
  {
@@ -3167,7 +3175,7 @@ class Li extends Va {
3167
3175
  this.$$set({ visiblegames: e }), z();
3168
3176
  }
3169
3177
  }
3170
- Wa(Li, { endpoint: {}, datasource: {}, lang: {}, session: {}, userid: {}, favorites: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {}, currency: {}, categoryid: {}, showgamename: {}, livecasino: {}, gamepagemodalurl: {}, integratedgameframedesktop: {}, integratedgameframemobile: {}, casinomygames: {}, addfilterselector: {}, addsortingselector: {}, filterbylogo: {}, casinogamesgridslider: {}, fetchviaevent: {}, showallpage: {}, actionevent: {}, displayedgamecount: {}, showallbuttongamescount: {}, mbsource: {}, lobbyscreen: {}, usesinglevendorfilter: {}, visiblegames: {} }, [], [], !0);
3178
+ Wa(Ai, { endpoint: {}, datasource: {}, lang: {}, session: {}, userid: {}, favorites: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {}, currency: {}, categoryid: {}, showgamename: {}, livecasino: {}, gamepagemodalurl: {}, integratedgameframedesktop: {}, integratedgameframemobile: {}, casinomygames: {}, addfilterselector: {}, addsortingselector: {}, filterbylogo: {}, casinogamesgridslider: {}, fetchviaevent: {}, showallpage: {}, actionevent: {}, displayedgamecount: {}, showallbuttongamescount: {}, mbsource: {}, lobbyscreen: {}, usesinglevendorfilter: {}, visiblegames: {} }, [], [], !0);
3171
3179
  export {
3172
- Li as default
3180
+ Ai as default
3173
3181
  };