@golstats/gsc-game-data 1.0.338 → 1.0.339

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.
@@ -68913,11 +68913,11 @@ const jtt = { class: "dropdown" }, Vtt = { class: "selected-item" }, $tt = {
68913
68913
  },
68914
68914
  setup(e) {
68915
68915
  const o = e, r = Jy(
68916
- () => import("./FilterSubcategories-d2d3dd98-7ce28ce1.js")
68916
+ () => import("./FilterSubcategories-d2d3dd98-0b661f64.js")
68917
68917
  ), F = Jy(
68918
- () => import("./FilterConditions-67ebb9bb-d00f6922.js")
68918
+ () => import("./FilterConditions-67ebb9bb-a3636bae.js")
68919
68919
  ), G = Jy(
68920
- () => import("./FilterField-6aaeafbb-8ab76341.js")
68920
+ () => import("./FilterField-6aaeafbb-28f4fa33.js")
68921
68921
  ), _ = [
68922
68922
  {
68923
68923
  name: "Sub categorías",
@@ -216665,11 +216665,11 @@ const qPt = { class: "dropdown" }, YPt = { class: "selected-item" }, ZPt = {
216665
216665
  },
216666
216666
  setup(e) {
216667
216667
  const o = e, r = Jy(
216668
- () => import("./FilterSubcategories-1f65c851-BpyYU1Tj-bad16b23.js")
216668
+ () => import("./FilterSubcategories-1f65c851-BuqIWb12-7a2bda45.js")
216669
216669
  ), F = Jy(
216670
- () => import("./FilterConditions-cd420512-DrCmKxMG-5d567ffd.js")
216670
+ () => import("./FilterConditions-cd420512-qEnzTNAU-903f9a08.js")
216671
216671
  ), G = Jy(
216672
- () => import("./FilterField-a29b1541-C_1Ftc7n-197783ea.js")
216672
+ () => import("./FilterField-a29b1541-DG4U3Goi-c448e4f3.js")
216673
216673
  ), _ = [
216674
216674
  {
216675
216675
  name: "Sub categorías",
@@ -222976,7 +222976,9 @@ const Eb = /* @__PURE__ */ Nu(UNt, [["render", GNt], ["__scopeId", "data-v-b20a1
222976
222976
  u.isChecked = !u.isChecked, u.isChecked && (r("selectedCategory", { category: u }), v.value.forEach((s) => {
222977
222977
  s !== u && (s.isChecked = !1);
222978
222978
  })), d.value.isChecked = !1;
222979
- }, i = Ta(() => document.querySelector("#app").clientWidth < 768 ? "break-point-3" : "");
222979
+ }, i = Ta(
222980
+ () => document.querySelector("#app").clientWidth < 768 ? "break-point-3" : ""
222981
+ );
222980
222982
  return (u, s) => (et(), ot("table", {
222981
222983
  class: gt(["gs-categories-table", i.value])
222982
222984
  }, [
@@ -223131,7 +223133,7 @@ const Eb = /* @__PURE__ */ Nu(UNt, [["render", GNt], ["__scopeId", "data-v-b20a1
223131
223133
  ])
223132
223134
  ], 2));
223133
223135
  }
223134
- }, hjt = /* @__PURE__ */ Nu(djt, [["__scopeId", "data-v-a81cad18"]]), pjt = { class: "gsc-donut-graphic-container" }, fjt = {
223136
+ }, hjt = /* @__PURE__ */ Nu(djt, [["__scopeId", "data-v-292c838a"]]), pjt = { class: "gsc-donut-graphic-container" }, fjt = {
223135
223137
  __name: "GSCDonutGraphic",
223136
223138
  props: {
223137
223139
  colors: {
@@ -223292,6 +223294,10 @@ const Eb = /* @__PURE__ */ Nu(UNt, [["render", GNt], ["__scopeId", "data-v-b20a1
223292
223294
  return e > 0;
223293
223295
  }
223294
223296
  },
223297
+ teamId: {
223298
+ type: Number,
223299
+ default: 0
223300
+ },
223295
223301
  type: {
223296
223302
  type: String,
223297
223303
  default: "player"
@@ -223429,7 +223435,7 @@ const Eb = /* @__PURE__ */ Nu(UNt, [["render", GNt], ["__scopeId", "data-v-b20a1
223429
223435
  ])
223430
223436
  ], 2));
223431
223437
  }
223432
- }, bjt = /* @__PURE__ */ Nu(_jt, [["__scopeId", "data-v-f1d9fc86"]]), xjt = [
223438
+ }, bjt = /* @__PURE__ */ Nu(_jt, [["__scopeId", "data-v-7b7dfc72"]]), xjt = [
223433
223439
  {
223434
223440
  name: "Posesión Balón",
223435
223441
  id: "posession",
@@ -341807,11 +341813,11 @@ const JGt = /* @__PURE__ */ Nu(FGt, [["render", XGt], ["__scopeId", "data-v-6f91
341807
341813
  seasonId: this.seasonId,
341808
341814
  mainSectionType: 1,
341809
341815
  playListType: 3,
341810
- categoryIds: [e.id],
341816
+ categoryIds: this.forGame ? [e.id] : this.infavoragainst ? [e.id] : [e.rId + "_r"],
341811
341817
  gameIds: this.forGame ? [this.game.id] : null,
341812
341818
  playerIds: [],
341813
341819
  goalkeeperIds: [],
341814
- teamId: this.teamSelected,
341820
+ teamId: this.forGame ? this.infavoragainst ? this.teamSelected : this.teamSelected == this.game.home_team ? this.game.away_team : this.game.home_team : this.teamSelected,
341815
341821
  matchResult: [1, 2, 3],
341816
341822
  playData: {},
341817
341823
  advancedFilter: { playListTitle: "" }
@@ -341830,7 +341836,7 @@ const JGt = /* @__PURE__ */ Nu(FGt, [["render", XGt], ["__scopeId", "data-v-6f91
341830
341836
  }
341831
341837
  }, vz = () => {
341832
341838
  xr((e) => ({
341833
- "986aa934": e.heightFilters
341839
+ "2c525e9b": e.heightFilters
341834
341840
  }));
341835
341841
  }, _z = TC.setup;
341836
341842
  TC.setup = _z ? (e, o) => (vz(), _z(e, o)) : vz;
@@ -341965,7 +341971,7 @@ function tWt(e, o, r, F, G, _) {
341965
341971
  }, null, 8, ["team-id-for-analysis", "season-id-for-analysis", "width-container", "filters", "is-game-only", "tournament-selected", "selected_category", "game", "is-against-mode", "are-filters-open", "is-tactic-visible", "is-synchronization", "can-play-videos", "video-privileges-playing-as", "onChangelateralidad", "onOpenMediaPlayer", "onCornersFilled"])) : tn("", !0)
341966
341972
  ]);
341967
341973
  }
341968
- const nWt = /* @__PURE__ */ Nu(TC, [["render", tWt], ["__scopeId", "data-v-c334905e"]]);
341974
+ const nWt = /* @__PURE__ */ Nu(TC, [["render", tWt], ["__scopeId", "data-v-e2f1c8c9"]]);
341969
341975
  const aWt = { class: "datagame-container" }, iWt = {
341970
341976
  __name: "GSCTacticaFijaMain",
341971
341977
  props: {