@golstats/gsc-game-data 1.0.340 → 1.0.341

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.
@@ -62090,7 +62090,7 @@ const iYe = { class: "soccer-chalkboard" }, rYe = {
62090
62090
  const u = { ...i.eventConnection };
62091
62091
  if ([12, 55, "35_r", "54_r"].includes(u.categoryId) && ((b = u.player) == null ? void 0 : b.team_id) !== u.teamId) {
62092
62092
  const A = u.gameAux || u.game, T = A.homeTeam.team_id === ((k = u.player) == null ? void 0 : k.team_id) ? A.homeTeam : A.awayTeam;
62093
- u.categoryName = "Autogol`", u.team = T;
62093
+ u.categoryName = "Autogol", u.team = T;
62094
62094
  }
62095
62095
  const h = 170, f = document.getElementById("soccerChalkboardField");
62096
62096
  if (f) {
@@ -62130,7 +62130,7 @@ const iYe = { class: "soccer-chalkboard" }, rYe = {
62130
62130
  }, null, 8, ["position", "event"])) : tn("", !0)
62131
62131
  ]));
62132
62132
  }
62133
- }, cYe = /* @__PURE__ */ Eo(lYe, [["__scopeId", "data-v-8e7b45d8"]]);
62133
+ }, cYe = /* @__PURE__ */ Eo(lYe, [["__scopeId", "data-v-5f6ab9f7"]]);
62134
62134
  const XV = (e) => (mr("data-v-d2d4c119"), e = e(), gr(), e), uYe = { class: "events-timeline" }, dYe = /* @__PURE__ */ XV(() => /* @__PURE__ */ fe("div", { class: "events-timeline__back-line" }, null, -1)), hYe = ["id", "onClick", "onMouseover", "onMouseleave"], pYe = ["id"], fYe = /* @__PURE__ */ XV(() => /* @__PURE__ */ fe("path", {
62135
62135
  "fill-rule": "evenodd",
62136
62136
  "clip-rule": "evenodd",
@@ -68919,11 +68919,11 @@ const jtt = { class: "dropdown" }, Vtt = { class: "selected-item" }, $tt = {
68919
68919
  },
68920
68920
  setup(e) {
68921
68921
  const o = e, r = Jy(
68922
- () => import("./FilterSubcategories-d2d3dd98-f5f79773.js")
68922
+ () => import("./FilterSubcategories-d2d3dd98-b3515236.js")
68923
68923
  ), F = Jy(
68924
- () => import("./FilterConditions-67ebb9bb-434bbbdd.js")
68924
+ () => import("./FilterConditions-67ebb9bb-3a2c0046.js")
68925
68925
  ), G = Jy(
68926
- () => import("./FilterField-6aaeafbb-925e56c2.js")
68926
+ () => import("./FilterField-6aaeafbb-a3e79362.js")
68927
68927
  ), _ = [
68928
68928
  {
68929
68929
  name: "Sub categorías",
@@ -74935,7 +74935,7 @@ const pct = /* @__PURE__ */ new Map([
74935
74935
  [1, fct],
74936
74936
  [2, mct]
74937
74937
  ]);
74938
- const t1 = (e) => (mr("data-v-0011d40f"), e = e(), gr(), e), yct = { class: "chalkboard-section-container" }, vct = {
74938
+ const t1 = (e) => (mr("data-v-00b3b1fe"), e = e(), gr(), e), yct = { class: "chalkboard-section-container" }, vct = {
74939
74939
  key: 0,
74940
74940
  class: "chalkboard-section-container__pre-match-header"
74941
74941
  }, _ct = {
@@ -75228,30 +75228,30 @@ const t1 = (e) => (mr("data-v-0011d40f"), e = e(), gr(), e), yct = { class: "cha
75228
75228
  return Te.reduce((Ie, Be) => {
75229
75229
  const Le = Q(Be), ge = Pe.get(Le.gameId);
75230
75230
  if (ge) {
75231
- const Ee = Le.relatedPlayId === Le.playId, we = Ie.get(Le.gameId), $e = ge.availablePlayersByTeamMap.get(Le.teamId);
75232
- if (Oe || (Le.x1 = 1 - Le.x1, Le.x2 = 1 - Le.x2, Le.x3 = 1 - Le.x3, Le.y1 = 1 - Le.y1, Le.y2 = 1 - Le.y2, Le.y3 = 1 - Le.y3), Le.player = $e ? $e.get(Le.playerId) : {}, Le.team = ge.teamsMap.get(Le.teamId) || {}, we) {
75233
- const ze = we.get(Le.relatedPlayId);
75234
- if (ze)
75235
- Ee && (ze.mainPlay = Le), ze.playsIds.has(Le.playId) || (ze.events.push(Le), ze.categoriesIds.add(Le.categoryId), ze.playersIds.add(Le.playerId), ze.playsIds.add(Le.playId), ze.players.push(Le.player));
75231
+ const Ee = Le.relatedPlayId === Le.playId, we = Ie.get(Le.gameId), $e = ge.availablePlayersByTeamMap.get(ge.homeTeam.team_id), ze = ge.availablePlayersByTeamMap.get(ge.awayTeam.team_id);
75232
+ if (Oe || (Le.x1 = 1 - Le.x1, Le.x2 = 1 - Le.x2, Le.x3 = 1 - Le.x3, Le.y1 = 1 - Le.y1, Le.y2 = 1 - Le.y2, Le.y3 = 1 - Le.y3), Le.player = $e.get(Le.playerId) || ze.get(Le.playerId) || {}, Le.team = ge.teamsMap.get(Le.teamId) || {}, we) {
75233
+ const Ve = we.get(Le.relatedPlayId);
75234
+ if (Ve)
75235
+ Ee && (Ve.mainPlay = Le), Ve.playsIds.has(Le.playId) || (Ve.events.push(Le), Ve.categoriesIds.add(Le.categoryId), Ve.playersIds.add(Le.playerId), Ve.playsIds.add(Le.playId), Ve.players.push(Le.player));
75236
75236
  else {
75237
- const Ve = {
75237
+ const We = {
75238
75238
  events: [Le],
75239
75239
  categoriesIds: /* @__PURE__ */ new Set([Le.categoryId]),
75240
75240
  playersIds: /* @__PURE__ */ new Set([Le.playerId]),
75241
75241
  playsIds: /* @__PURE__ */ new Set([Le.playId]),
75242
75242
  players: [Le.player]
75243
75243
  };
75244
- Ee && (Ve.mainPlay = Le), we.set(Le.relatedPlayId, Ve);
75244
+ Ee && (We.mainPlay = Le), we.set(Le.relatedPlayId, We);
75245
75245
  }
75246
75246
  } else {
75247
- const ze = /* @__PURE__ */ new Map(), Ve = {
75247
+ const Ve = /* @__PURE__ */ new Map(), We = {
75248
75248
  events: [Le],
75249
75249
  categoriesIds: /* @__PURE__ */ new Set([Le.categoryId]),
75250
75250
  playersIds: /* @__PURE__ */ new Set([Le.playerId]),
75251
75251
  playsIds: /* @__PURE__ */ new Set([Le.playId]),
75252
75252
  players: [Le.player]
75253
75253
  };
75254
- Ee && (Ve.mainPlay = Le), ze.set(Le.relatedPlayId, Ve), Ie.set(Le.gameId, ze);
75254
+ Ee && (We.mainPlay = Le), Ve.set(Le.relatedPlayId, We), Ie.set(Le.gameId, Ve);
75255
75255
  }
75256
75256
  }
75257
75257
  return Ie;
@@ -75491,7 +75491,7 @@ const t1 = (e) => (mr("data-v-0011d40f"), e = e(), gr(), e), yct = { class: "cha
75491
75491
  ])
75492
75492
  ]));
75493
75493
  }
75494
- }, Bct = /* @__PURE__ */ Eo(Dct, [["__scopeId", "data-v-0011d40f"]]);
75494
+ }, Bct = /* @__PURE__ */ Eo(Dct, [["__scopeId", "data-v-00b3b1fe"]]);
75495
75495
  var P$ = { exports: {} };
75496
75496
  (function(e, o) {
75497
75497
  /*! For license information please see plotly.min.js.LICENSE.txt */
@@ -216671,11 +216671,11 @@ const qPt = { class: "dropdown" }, YPt = { class: "selected-item" }, ZPt = {
216671
216671
  },
216672
216672
  setup(e) {
216673
216673
  const o = e, r = Jy(
216674
- () => import("./FilterSubcategories-1f65c851-BuqIWb12-56364f94.js")
216674
+ () => import("./FilterSubcategories-1f65c851-BuqIWb12-0b764f75.js")
216675
216675
  ), F = Jy(
216676
- () => import("./FilterConditions-cd420512-qEnzTNAU-76bd9cfd.js")
216676
+ () => import("./FilterConditions-cd420512-qEnzTNAU-1d7f6119.js")
216677
216677
  ), G = Jy(
216678
- () => import("./FilterField-a29b1541-DG4U3Goi-b3ae5dcd.js")
216678
+ () => import("./FilterField-a29b1541-DG4U3Goi-048db954.js")
216679
216679
  ), _ = [
216680
216680
  {
216681
216681
  name: "Sub categorías",