@golstats/gsc-game-data 1.0.349 → 1.0.350
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.
- package/dist/{FilterConditions-5a39ac12-1c6b2202.js → FilterConditions-5a39ac12-7de7e5be.js} +1 -1
- package/dist/{FilterConditions-cd420512-BgpF42_s-26050711.js → FilterConditions-cd420512-BgpF42_s-8dfeb120.js} +1 -1
- package/dist/{FilterField-2ed32f3b-d7f3db57.js → FilterField-2ed32f3b-ae491550.js} +1 -1
- package/dist/{FilterField-a29b1541-10XNy6VQ-8691f1d2.js → FilterField-a29b1541-10XNy6VQ-1e2a59ec.js} +1 -1
- package/dist/{FilterSubcategories-1f65c851-DigSKAC7-deeb8ffb.js → FilterSubcategories-1f65c851-DigSKAC7-07c5c9ec.js} +1 -1
- package/dist/{FilterSubcategories-b3171d1a-c18aed14.js → FilterSubcategories-b3171d1a-18b783af.js} +1 -1
- package/dist/gsc-game-data.js +1 -1
- package/dist/gsc-game-data.umd.cjs +3 -3
- package/dist/{index-360fe30a.js → index-e60b7f48.js} +36 -14
- package/dist/style.css +1 -1
- package/package.json +2 -2
|
@@ -586,6 +586,10 @@ const bG = /* @__PURE__ */ uG(b9, [["render", _G], ["__scopeId", "data-v-f3ee6b2
|
|
|
586
586
|
areFemaleVisible: {
|
|
587
587
|
type: Boolean,
|
|
588
588
|
default: !0
|
|
589
|
+
},
|
|
590
|
+
isFemaleMode: {
|
|
591
|
+
type: Boolean,
|
|
592
|
+
default: !1
|
|
589
593
|
}
|
|
590
594
|
},
|
|
591
595
|
emits: ["input", "change-tournaments"],
|
|
@@ -593,7 +597,10 @@ const bG = /* @__PURE__ */ uG(b9, [["render", _G], ["__scopeId", "data-v-f3ee6b2
|
|
|
593
597
|
const o = e, F = /* @__PURE__ */ new Set(["tops", "table", "dataia"]), G = gn([]), v = Ti(() => {
|
|
594
598
|
const i = {};
|
|
595
599
|
return o.fontFamily && (i["font-family"] = `${o.fontFamily}`), i;
|
|
596
|
-
}), m = Ti(() => G.value.filter((i) => !i.isHidden)), n = Ti(() =>
|
|
600
|
+
}), m = Ti(() => G.value.filter((i) => !i.isHidden)), n = Ti(() => {
|
|
601
|
+
const i = o.isFemaleMode ? m.value.filter((a) => a.is_female) : m.value;
|
|
602
|
+
return i.find((a) => a.seasonsIds.has(o.currentSeasonId)) || i[0];
|
|
603
|
+
}), y = Ti(() => o.isFemaleMode ? m.value.filter((i) => i.is_female) : o.areFemaleVisible ? G.value : G.value.filter((i) => !i.is_female));
|
|
597
604
|
Ji(
|
|
598
605
|
() => o.isClubesActive,
|
|
599
606
|
() => {
|
|
@@ -689,7 +696,7 @@ const bG = /* @__PURE__ */ uG(b9, [["render", _G], ["__scopeId", "data-v-f3ee6b2
|
|
|
689
696
|
}, 16, ["list-height", "model-value", "items"])
|
|
690
697
|
], 4));
|
|
691
698
|
}
|
|
692
|
-
}, Iz = /* @__PURE__ */ IG(RG, [["__scopeId", "data-v-
|
|
699
|
+
}, Iz = /* @__PURE__ */ IG(RG, [["__scopeId", "data-v-ef0319e5"]]), DG = (e, r) => {
|
|
693
700
|
const o = e.__vccOpts || e;
|
|
694
701
|
for (const [F, G] of r)
|
|
695
702
|
o[F] = G;
|
|
@@ -69360,11 +69367,11 @@ const LJe = { class: "dropdown" }, OJe = { class: "selected-item" }, FJe = {
|
|
|
69360
69367
|
},
|
|
69361
69368
|
setup(e) {
|
|
69362
69369
|
const r = e, o = Gy(
|
|
69363
|
-
() => import("./FilterSubcategories-b3171d1a-
|
|
69370
|
+
() => import("./FilterSubcategories-b3171d1a-18b783af.js")
|
|
69364
69371
|
), F = Gy(
|
|
69365
|
-
() => import("./FilterConditions-5a39ac12-
|
|
69372
|
+
() => import("./FilterConditions-5a39ac12-7de7e5be.js")
|
|
69366
69373
|
), G = Gy(
|
|
69367
|
-
() => import("./FilterField-2ed32f3b-
|
|
69374
|
+
() => import("./FilterField-2ed32f3b-ae491550.js")
|
|
69368
69375
|
), v = [
|
|
69369
69376
|
{
|
|
69370
69377
|
name: "Sub categorías",
|
|
@@ -193290,6 +193297,10 @@ const Nft = "_comfiltersContainer_xl2as_1", jft = "_comfiltersContainer1232_xl2a
|
|
|
193290
193297
|
tournamentsApiUrl: {
|
|
193291
193298
|
type: String,
|
|
193292
193299
|
default: ""
|
|
193300
|
+
},
|
|
193301
|
+
isFemaleMode: {
|
|
193302
|
+
type: Boolean,
|
|
193303
|
+
default: !1
|
|
193293
193304
|
}
|
|
193294
193305
|
},
|
|
193295
193306
|
watch: {
|
|
@@ -196480,6 +196491,10 @@ const Vmt = {
|
|
|
196480
196491
|
canPlayVideos: {
|
|
196481
196492
|
type: Boolean,
|
|
196482
196493
|
default: !1
|
|
196494
|
+
},
|
|
196495
|
+
isFemaleMode: {
|
|
196496
|
+
type: Boolean,
|
|
196497
|
+
default: !1
|
|
196483
196498
|
}
|
|
196484
196499
|
},
|
|
196485
196500
|
data() {
|
|
@@ -196694,14 +196709,15 @@ function e1t(e, r, o, F, G, v) {
|
|
|
196694
196709
|
"team-id": G.teamactive,
|
|
196695
196710
|
"season-active": o.game.seasonId,
|
|
196696
196711
|
"season-selected": o.seasonSelected,
|
|
196697
|
-
teamselect: G.teamactive
|
|
196698
|
-
|
|
196712
|
+
teamselect: G.teamactive,
|
|
196713
|
+
"is-female-mode": o.isFemaleMode
|
|
196714
|
+
}, null, 8, ["is-widget", "team-widget", "time-live-comparative-avanced", "can-play-videos", "onOpenmedia", "onOpenProfileTeam", "onIntervalidtops", "onOpenProfilePlayer", "type-data", "game-id", "game", "current-season-id", "team-id", "season-active", "season-selected", "teamselect", "is-female-mode"])
|
|
196699
196715
|
])
|
|
196700
196716
|
], 64)) : en("", !0)
|
|
196701
196717
|
])
|
|
196702
196718
|
], 512);
|
|
196703
196719
|
}
|
|
196704
|
-
const t1t = /* @__PURE__ */ Eo(Vmt, [["render", e1t], ["__scopeId", "data-v-
|
|
196720
|
+
const t1t = /* @__PURE__ */ Eo(Vmt, [["render", e1t], ["__scopeId", "data-v-84eca2e0"]]);
|
|
196705
196721
|
var n1t = Object.defineProperty, i1t = (e, r, o) => r in e ? n1t(e, r, { enumerable: !0, configurable: !0, writable: !0, value: o }) : e[r] = o, g6 = (e, r, o) => i1t(e, typeof r != "symbol" ? r + "" : r, o);
|
|
196706
196722
|
function s$(e, r) {
|
|
196707
196723
|
return function() {
|
|
@@ -219797,11 +219813,11 @@ const kAt = { class: "dropdown" }, SAt = { class: "selected-item" }, TAt = {
|
|
|
219797
219813
|
},
|
|
219798
219814
|
setup(e) {
|
|
219799
219815
|
const r = e, o = Gy(
|
|
219800
|
-
() => import("./FilterSubcategories-1f65c851-DigSKAC7-
|
|
219816
|
+
() => import("./FilterSubcategories-1f65c851-DigSKAC7-07c5c9ec.js")
|
|
219801
219817
|
), F = Gy(
|
|
219802
|
-
() => import("./FilterConditions-cd420512-BgpF42_s-
|
|
219818
|
+
() => import("./FilterConditions-cd420512-BgpF42_s-8dfeb120.js")
|
|
219803
219819
|
), G = Gy(
|
|
219804
|
-
() => import("./FilterField-a29b1541-10XNy6VQ-
|
|
219820
|
+
() => import("./FilterField-a29b1541-10XNy6VQ-1e2a59ec.js")
|
|
219805
219821
|
), v = [
|
|
219806
219822
|
{
|
|
219807
219823
|
name: "Sub categorías",
|
|
@@ -348744,6 +348760,10 @@ const PGt = od({
|
|
|
348744
348760
|
gameEventsIntervalMinutes: {
|
|
348745
348761
|
type: Number,
|
|
348746
348762
|
default: 1
|
|
348763
|
+
},
|
|
348764
|
+
isFemaleMode: {
|
|
348765
|
+
type: Boolean,
|
|
348766
|
+
default: !1
|
|
348747
348767
|
}
|
|
348748
348768
|
},
|
|
348749
348769
|
emits: [
|
|
@@ -349373,9 +349393,10 @@ const PGt = od({
|
|
|
349373
349393
|
"list-height": "370px",
|
|
349374
349394
|
"are-female-visible": e.areFemaleTournamentsVisible,
|
|
349375
349395
|
"is-clubes-active": e.isClubes,
|
|
349396
|
+
"is-female-mode": e.isFemaleMode,
|
|
349376
349397
|
onInput: Ee,
|
|
349377
349398
|
onChangeTournaments: Ee
|
|
349378
|
-
}, null, 8, ["current-season-id", "tournaments-ids-to-include", "api-url", "are-female-visible", "is-clubes-active"]),
|
|
349399
|
+
}, null, 8, ["current-season-id", "tournaments-ids-to-include", "api-url", "are-female-visible", "is-clubes-active", "is-female-mode"]),
|
|
349379
349400
|
Jn(qi(Pz), {
|
|
349380
349401
|
"current-season-id": e.currentSeasonId,
|
|
349381
349402
|
"list-height": "370px",
|
|
@@ -349477,6 +349498,7 @@ const PGt = od({
|
|
|
349477
349498
|
"game-events-interval-minutes": e.gameEventsIntervalMinutes,
|
|
349478
349499
|
"volumetric-field-interval-minutes": e.volumetricFieldIntervalMinutes,
|
|
349479
349500
|
"chalkboard-interval-minutes": e.chalkboardIntervalMinutes,
|
|
349501
|
+
"is-female-mode": e.isFemaleMode,
|
|
349480
349502
|
onResetSubsection: Fe,
|
|
349481
349503
|
onOpenmedia: Le,
|
|
349482
349504
|
onOnOpenProfile: ge,
|
|
@@ -349485,12 +349507,12 @@ const PGt = od({
|
|
|
349485
349507
|
onChangeToTab: Re,
|
|
349486
349508
|
onOpenMediaPlayer: Le,
|
|
349487
349509
|
onIntervalid: ue
|
|
349488
|
-
}, null, 40, ["game", "is-widget", "team-widget", "subsection", "seasonSelected", "tournamentSelected", "showLineups", "socket", "is_captured", "is-tactic-visible", "is-synchronization", "can-play-videos", "video-privileges-playing-as", "client-privileges-team-id", "play-videos-privileges", "token", "game-events-interval-minutes", "volumetric-field-interval-minutes", "chalkboard-interval-minutes"])) : en("", !0)
|
|
349510
|
+
}, null, 40, ["game", "is-widget", "team-widget", "subsection", "seasonSelected", "tournamentSelected", "showLineups", "socket", "is_captured", "is-tactic-visible", "is-synchronization", "can-play-videos", "video-privileges-playing-as", "client-privileges-team-id", "play-videos-privileges", "token", "game-events-interval-minutes", "volumetric-field-interval-minutes", "chalkboard-interval-minutes", "is-female-mode"])) : en("", !0)
|
|
349489
349511
|
], 64))
|
|
349490
349512
|
])
|
|
349491
349513
|
], 512));
|
|
349492
349514
|
}
|
|
349493
|
-
}), eqt = /* @__PURE__ */ Eo(LGt, [["__scopeId", "data-v-
|
|
349515
|
+
}), eqt = /* @__PURE__ */ Eo(LGt, [["__scopeId", "data-v-37215e37"]]);
|
|
349494
349516
|
async function Ep({ url: e, options: r = {}, retries: o = 3 }) {
|
|
349495
349517
|
return await id.get(e, r).then((F) => F).catch((F) => o > 0 ? Ep({ url: e, options: r, retries: o - 1 }) : F);
|
|
349496
349518
|
}
|