@golstats/gsc-players-tracking 1.0.72 → 1.0.73

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.
@@ -19718,11 +19718,11 @@ const YR = { class: "dropdown" }, KR = { class: "selected-item" }, XR = {
19718
19718
  },
19719
19719
  setup(e) {
19720
19720
  const a = e, t = di(
19721
- () => import("./FilterSubcategories-1f65c851-CWnk_SkS-DUUkFcIv-pyCaPJ_N.js")
19721
+ () => import("./FilterSubcategories-1f65c851-CWnk_SkS-DUUkFcIv-CAqqLmR4.js")
19722
19722
  ), i = di(
19723
- () => import("./FilterConditions-cd420512-DCSDH7YW-B8jHT8XQ-C7wBwmZ2.js")
19723
+ () => import("./FilterConditions-cd420512-DCSDH7YW-B8jHT8XQ-D8uaRZpL.js")
19724
19724
  ), s = di(
19725
- () => import("./FilterField-a29b1541-CU71K4BQ-BkW7jQ6c-Dcir5hfe.js")
19725
+ () => import("./FilterField-a29b1541-CU71K4BQ-BkW7jQ6c-C-pQ_GXE.js")
19726
19726
  ), o = [
19727
19727
  {
19728
19728
  name: "Sub categorías",
@@ -35392,11 +35392,11 @@ const sQ = { class: "dropdown" }, oQ = { class: "selected-item" }, rQ = {
35392
35392
  },
35393
35393
  setup(e) {
35394
35394
  const a = e, t = di(
35395
- () => import("./FilterSubcategories-a1b6596a-BCGSg5P1-CBl0SH9J.js")
35395
+ () => import("./FilterSubcategories-a1b6596a-BCGSg5P1-D-S0NL9p.js")
35396
35396
  ), i = di(
35397
- () => import("./FilterConditions-99cc2b67-CxpU9dUs-DxEk-S1i.js")
35397
+ () => import("./FilterConditions-99cc2b67-CxpU9dUs-D4KRlEn5.js")
35398
35398
  ), s = di(
35399
- () => import("./FilterField-8a93d757-u_-hP-2A-CN1J4F4W.js")
35399
+ () => import("./FilterField-8a93d757-u_-hP-2A-Cm5XIqLJ.js")
35400
35400
  ), o = [
35401
35401
  {
35402
35402
  name: "Sub categorías",
@@ -60678,11 +60678,11 @@ const k9e = { class: "dropdown" }, F9e = { class: "selected-item" }, P9e = {
60678
60678
  },
60679
60679
  setup(e) {
60680
60680
  const a = e, t = di(
60681
- () => import("./FilterSubcategories-107c6930-76e3bfab-B60vla8Q.js")
60681
+ () => import("./FilterSubcategories-107c6930-92e89256-DyPEZ4Dz.js")
60682
60682
  ), i = di(
60683
- () => import("./FilterConditions-3d93eab5-30b3b74d-ChBLiEsj.js")
60683
+ () => import("./FilterConditions-3d93eab5-247cc8e8-C37ZOGNN.js")
60684
60684
  ), s = di(
60685
- () => import("./FilterField-1e367942-ece93ed7-Bd0z1Z6Y.js")
60685
+ () => import("./FilterField-1e367942-47353f89-CXYKHHbZ.js")
60686
60686
  ), o = [
60687
60687
  {
60688
60688
  name: "Sub categorías",
@@ -70000,12 +70000,12 @@ const Nl = "/group-427321501.svg", u4 = "/shape.svg", jke = "_filtersContainer_b
70000
70000
  const { data: e } = await gt.get(
70001
70001
  "https://kefloixzy1.execute-api.us-west-2.amazonaws.com/prod/v2/gs3/tournaments",
70002
70002
  { headers: { Authorization: this.token } }
70003
- ), a = /* @__PURE__ */ new Set([1, 43, 44, 1001, 1071, 1143, 1153, 1155, 1169]);
70003
+ ), a = /* @__PURE__ */ new Set([1, 43, 44, 1001, 1071, 1143, 1155, 1169]);
70004
70004
  this.tournamentsToFilterSelection = e.filter((t) => a.has(t.tournament.id)).map((t) => ({
70005
70005
  ...t.tournament,
70006
70006
  seasons: t.seasons,
70007
70007
  isSelected: t.tournament.id === 1
70008
- }));
70008
+ })).sort((t, i) => t.order - i.order);
70009
70009
  } catch (e) {
70010
70010
  console.error("fetchTournamentsForSelection error", e);
70011
70011
  }
@@ -84312,12 +84312,12 @@ const rWe = /* @__PURE__ */ It(zp, [["render", oWe], ["__scopeId", "data-v-c8b0c
84312
84312
  const { data: e } = await gt.get(
84313
84313
  "https://kefloixzy1.execute-api.us-west-2.amazonaws.com/prod/v2/gs3/tournaments",
84314
84314
  { headers: { Authorization: this.token } }
84315
- ), a = /* @__PURE__ */ new Set([1, 43, 1001, 1071, 1143, 1153, 1155, 1210]);
84315
+ ), a = /* @__PURE__ */ new Set([1, 43, 1001, 1071, 1143, 1155, 1210]);
84316
84316
  this.tournamentsToFilterSelection = e.filter((t) => a.has(t.tournament.id)).map((t) => ({
84317
84317
  ...t.tournament,
84318
84318
  seasons: t.seasons,
84319
84319
  isSelected: t.tournament.id === 1
84320
- }));
84320
+ })).sort((t, i) => t.order - i.order);
84321
84321
  } catch (e) {
84322
84322
  console.error("fetchTournamentsForSelection error", e);
84323
84323
  }
@@ -86810,11 +86810,11 @@ const $Ge = {
86810
86810
  const { data: e } = await gt.get(
86811
86811
  "https://kefloixzy1.execute-api.us-west-2.amazonaws.com/prod/v2/gs3/tournaments",
86812
86812
  { headers: { Authorization: this.token } }
86813
- ), a = /* @__PURE__ */ new Set([1, 43, 1001, 1071, 1143, 1153, 1155, 1210]), t = e.filter((i) => a.has(i.tournament.id)).map((i) => ({
86813
+ ), a = /* @__PURE__ */ new Set([1, 43, 1001, 1071, 1143, 1155, 1210]), t = e.filter((i) => a.has(i.tournament.id)).map((i) => ({
86814
86814
  ...i.tournament,
86815
86815
  seasons: i.seasons,
86816
86816
  isSelected: i.tournament.id === 1
86817
- }));
86817
+ })).sort((i, s) => i.order - s.order);
86818
86818
  this.isFemaleMode ? this.tournamentsToFilter = t.filter((i) => i.is_female).map((i) => ({ ...i, isSelected: !0 })) : this.tournamentsToFilter = t;
86819
86819
  } catch (e) {
86820
86820
  console.error("fetchTournamentsForSelection error", e);
@@ -86896,7 +86896,7 @@ const $Ge = {
86896
86896
  });
86897
86897
  }
86898
86898
  }
86899
- }, ci = (e) => (Ve("data-v-25335fc3"), e = e(), Re(), e), VGe = {
86899
+ }, ci = (e) => (Ve("data-v-43017e2c"), e = e(), Re(), e), VGe = {
86900
86900
  ref: "myDivRefTopsBestPlay",
86901
86901
  class: "tops-best-play"
86902
86902
  }, RGe = { class: "overlay-loading" }, MGe = /* @__PURE__ */ ci(() => /* @__PURE__ */ l("div", { class: "overlay-loading__spinner" }, [
@@ -87349,7 +87349,7 @@ function dqe(e, a, t, i, s, o) {
87349
87349
  ], 512)
87350
87350
  ], 64);
87351
87351
  }
87352
- const cqe = /* @__PURE__ */ It(OGe, [["render", dqe], ["__scopeId", "data-v-25335fc3"]]), uqe = {
87352
+ const cqe = /* @__PURE__ */ It(OGe, [["render", dqe], ["__scopeId", "data-v-43017e2c"]]), uqe = {
87353
87353
  name: "SwitchTopsType",
87354
87354
  components: {
87355
87355
  TopsFull: u$e,