@golstats/gsc-game-data 1.0.348 → 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-c7588eda.js → FilterConditions-5a39ac12-7de7e5be.js} +1 -1
- package/dist/{FilterConditions-cd420512-BgpF42_s-b52d41a8.js → FilterConditions-cd420512-BgpF42_s-8dfeb120.js} +1 -1
- package/dist/{FilterField-2ed32f3b-f58e436c.js → FilterField-2ed32f3b-ae491550.js} +1 -1
- package/dist/{FilterField-a29b1541-10XNy6VQ-371dd392.js → FilterField-a29b1541-10XNy6VQ-1e2a59ec.js} +1 -1
- package/dist/{FilterSubcategories-1f65c851-DigSKAC7-e6dfbb80.js → FilterSubcategories-1f65c851-DigSKAC7-07c5c9ec.js} +1 -1
- package/dist/{FilterSubcategories-b3171d1a-50861fe9.js → FilterSubcategories-b3171d1a-18b783af.js} +1 -1
- package/dist/gsc-game-data.js +1 -1
- package/dist/gsc-game-data.umd.cjs +6 -6
- package/dist/{index-fdc6b5df.js → index-e60b7f48.js} +60 -38
- package/dist/style.css +1 -1
- package/package.json +4 -4
|
@@ -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;
|
|
@@ -45276,10 +45283,10 @@ const iS = {
|
|
|
45276
45283
|
}
|
|
45277
45284
|
}, jE = () => {
|
|
45278
45285
|
_r((e) => ({
|
|
45279
|
-
|
|
45280
|
-
"
|
|
45281
|
-
"
|
|
45282
|
-
"
|
|
45286
|
+
"4f6ed0d5": e.colorBackgroundHome + "45",
|
|
45287
|
+
"09dbc3e6": e.colorBackgroundAway + "45",
|
|
45288
|
+
"03ee917f": e.colorBackgroundHome,
|
|
45289
|
+
"03eb7f8e": e.colorBackgroundAway
|
|
45283
45290
|
}));
|
|
45284
45291
|
}, VE = iS.setup;
|
|
45285
45292
|
iS.setup = VE ? (e, r) => (jE(), VE(e, r)) : jE;
|
|
@@ -45333,7 +45340,7 @@ function ZEe(e, r, o, F, G, v) {
|
|
|
45333
45340
|
src: o.background,
|
|
45334
45341
|
alt: "",
|
|
45335
45342
|
class: "bkg-blackwhite position-image",
|
|
45336
|
-
style: ri({ filter: o.isSafari
|
|
45343
|
+
style: ri({ filter: (o.isSafari, "") })
|
|
45337
45344
|
}, null, 12, GEe),
|
|
45338
45345
|
fe("div", {
|
|
45339
45346
|
class: gt([v.baselogo, "position-image"])
|
|
@@ -45367,7 +45374,7 @@ function ZEe(e, r, o, F, G, v) {
|
|
|
45367
45374
|
])
|
|
45368
45375
|
], 2);
|
|
45369
45376
|
}
|
|
45370
|
-
const XEe = /* @__PURE__ */ Y1(iS, [["render", ZEe], ["__scopeId", "data-v-
|
|
45377
|
+
const XEe = /* @__PURE__ */ Y1(iS, [["render", ZEe], ["__scopeId", "data-v-59d5c8a2"]]);
|
|
45371
45378
|
let $E = null;
|
|
45372
45379
|
const aS = {
|
|
45373
45380
|
components: {},
|
|
@@ -46299,10 +46306,10 @@ const lS = {
|
|
|
46299
46306
|
}
|
|
46300
46307
|
}, tI = () => {
|
|
46301
46308
|
_r((e) => ({
|
|
46302
|
-
"
|
|
46303
|
-
"
|
|
46304
|
-
"
|
|
46305
|
-
"
|
|
46309
|
+
"1e1d084e": e.colorBackgroundHome,
|
|
46310
|
+
"1e232c30": e.colorBackgroundAway,
|
|
46311
|
+
"2ec76771": e.colorBackgroundAway + "62",
|
|
46312
|
+
"745a6999": e.colorBackgroundHome + "36"
|
|
46306
46313
|
}));
|
|
46307
46314
|
}, nI = lS.setup;
|
|
46308
46315
|
lS.setup = nI ? (e, r) => (tI(), nI(e, r)) : tI;
|
|
@@ -46431,7 +46438,7 @@ function GIe(e, r, o, F, G, v) {
|
|
|
46431
46438
|
src: o.background,
|
|
46432
46439
|
alt: "",
|
|
46433
46440
|
class: "bkg-blackwhite position-image",
|
|
46434
|
-
style: ri({ filter: o.isSafari
|
|
46441
|
+
style: ri({ filter: (o.isSafari, "") })
|
|
46435
46442
|
}, null, 12, HIe),
|
|
46436
46443
|
r[3] || (r[3] = fe("img", {
|
|
46437
46444
|
src: "https://golstatsimages.blob.core.windows.net/images-library/halftone-texture.png",
|
|
@@ -46441,7 +46448,7 @@ function GIe(e, r, o, F, G, v) {
|
|
|
46441
46448
|
r[4] || (r[4] = fe("div", { class: "gradient-color" }, null, -1))
|
|
46442
46449
|
], 2);
|
|
46443
46450
|
}
|
|
46444
|
-
const WIe = /* @__PURE__ */ Y1(lS, [["render", GIe], ["__scopeId", "data-v-
|
|
46451
|
+
const WIe = /* @__PURE__ */ Y1(lS, [["render", GIe], ["__scopeId", "data-v-e20bd51b"]]);
|
|
46445
46452
|
let iI = null;
|
|
46446
46453
|
const cS = {
|
|
46447
46454
|
components: {},
|
|
@@ -53877,10 +53884,10 @@ const CS = {
|
|
|
53877
53884
|
}
|
|
53878
53885
|
}, VI = () => {
|
|
53879
53886
|
_r((e) => ({
|
|
53880
|
-
|
|
53881
|
-
|
|
53882
|
-
"
|
|
53883
|
-
"
|
|
53887
|
+
"686a0b6a": e.colorBackgroundHome,
|
|
53888
|
+
"68702f4c": e.colorBackgroundAway,
|
|
53889
|
+
"0e248416": e.colorBackgroundAway + "62",
|
|
53890
|
+
"206d2fdd": e.colorBackgroundHome + "36"
|
|
53884
53891
|
}));
|
|
53885
53892
|
}, $I = CS.setup;
|
|
53886
53893
|
CS.setup = $I ? (e, r) => (VI(), $I(e, r)) : VI;
|
|
@@ -53992,7 +53999,7 @@ function dBe(e, r, o, F, G, v) {
|
|
|
53992
53999
|
src: o.background,
|
|
53993
54000
|
alt: "",
|
|
53994
54001
|
class: "bkg-blackwhite position-image",
|
|
53995
|
-
style: ri({ filter: o.isSafari
|
|
54002
|
+
style: ri({ filter: (o.isSafari, "") })
|
|
53996
54003
|
}, null, 12, uBe),
|
|
53997
54004
|
r[3] || (r[3] = fe("img", {
|
|
53998
54005
|
src: "https://golstatsimages.blob.core.windows.net/images-library/halftone-texture.png",
|
|
@@ -54002,7 +54009,7 @@ function dBe(e, r, o, F, G, v) {
|
|
|
54002
54009
|
r[4] || (r[4] = fe("div", { class: "gradient-color" }, null, -1))
|
|
54003
54010
|
], 2);
|
|
54004
54011
|
}
|
|
54005
|
-
const hBe = /* @__PURE__ */ SS(CS, [["render", dBe], ["__scopeId", "data-v-
|
|
54012
|
+
const hBe = /* @__PURE__ */ SS(CS, [["render", dBe], ["__scopeId", "data-v-771c3583"]]), pBe = {
|
|
54006
54013
|
components: {
|
|
54007
54014
|
GSCCarousel: XDe,
|
|
54008
54015
|
GSCThumbnailHighlightGameHistoric: nBe,
|
|
@@ -59216,10 +59223,10 @@ const zS = {
|
|
|
59216
59223
|
}
|
|
59217
59224
|
}, pP = () => {
|
|
59218
59225
|
_r((e) => ({
|
|
59219
|
-
|
|
59220
|
-
|
|
59221
|
-
"
|
|
59222
|
-
"
|
|
59226
|
+
"686a0b6a": e.colorBackgroundHome,
|
|
59227
|
+
"68702f4c": e.colorBackgroundAway,
|
|
59228
|
+
"0e248416": e.colorBackgroundAway + "62",
|
|
59229
|
+
"206d2fdd": e.colorBackgroundHome + "36"
|
|
59223
59230
|
}));
|
|
59224
59231
|
}, fP = zS.setup;
|
|
59225
59232
|
zS.setup = fP ? (e, r) => (pP(), fP(e, r)) : pP;
|
|
@@ -59331,7 +59338,7 @@ function SVe(e, r, o, F, G, v) {
|
|
|
59331
59338
|
src: o.background,
|
|
59332
59339
|
alt: "",
|
|
59333
59340
|
class: "bkg-blackwhite position-image",
|
|
59334
|
-
style: ri({ filter: o.isSafari
|
|
59341
|
+
style: ri({ filter: (o.isSafari, "") })
|
|
59335
59342
|
}, null, 12, kVe),
|
|
59336
59343
|
r[3] || (r[3] = fe("img", {
|
|
59337
59344
|
src: "https://golstatsimages.blob.core.windows.net/images-library/halftone-texture.png",
|
|
@@ -59341,7 +59348,7 @@ function SVe(e, r, o, F, G, v) {
|
|
|
59341
59348
|
r[4] || (r[4] = fe("div", { class: "gradient-color" }, null, -1))
|
|
59342
59349
|
], 2);
|
|
59343
59350
|
}
|
|
59344
|
-
const TVe = /* @__PURE__ */ OS(zS, [["render", SVe], ["__scopeId", "data-v-
|
|
59351
|
+
const TVe = /* @__PURE__ */ OS(zS, [["render", SVe], ["__scopeId", "data-v-771c3583"]]), CVe = {
|
|
59345
59352
|
components: {
|
|
59346
59353
|
GSCCarousel: cVe,
|
|
59347
59354
|
GSCThumbnailHighlightGameHistoric: mVe,
|
|
@@ -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
|
}
|