@golstats/gsc-game-data 1.1.24 → 1.1.26
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-019536c4-CIuzW83P-de1c249d.js → FilterConditions-019536c4-CIuzW83P-f79372db.js} +1 -1
- package/dist/{FilterConditions-b4c9025f-8fb65856.js → FilterConditions-b4c9025f-52d6ff5c.js} +1 -1
- package/dist/{FilterField-a58bdd73-2c163b08.js → FilterField-a58bdd73-d0b68bac.js} +1 -1
- package/dist/{FilterField-bf053092-CcxiAJZz-d5f37977.js → FilterField-bf053092-CcxiAJZz-c8884bb7.js} +1 -1
- package/dist/{FilterSubcategories-0ed2fe10-c1060a74.js → FilterSubcategories-0ed2fe10-f0ee2595.js} +1 -1
- package/dist/{FilterSubcategories-9d8abc8b-qTJ93bGs-ba112c8b.js → FilterSubcategories-9d8abc8b-qTJ93bGs-a46456e5.js} +1 -1
- package/dist/gsc-game-data.js +1 -1
- package/dist/gsc-game-data.umd.cjs +3 -3
- package/dist/{index-150c493a.js → index-96f81757.js} +26 -13
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -75117,11 +75117,11 @@ const Hat = { class: "dropdown" }, Zat = { class: "selected-item" }, Wat = {
|
|
|
75117
75117
|
},
|
|
75118
75118
|
setup(e) {
|
|
75119
75119
|
const n = e, o = Pv(
|
|
75120
|
-
() => import("./FilterSubcategories-0ed2fe10-
|
|
75120
|
+
() => import("./FilterSubcategories-0ed2fe10-f0ee2595.js")
|
|
75121
75121
|
), E = Pv(
|
|
75122
|
-
() => import("./FilterConditions-b4c9025f-
|
|
75122
|
+
() => import("./FilterConditions-b4c9025f-52d6ff5c.js")
|
|
75123
75123
|
), U = Pv(
|
|
75124
|
-
() => import("./FilterField-a58bdd73-
|
|
75124
|
+
() => import("./FilterField-a58bdd73-d0b68bac.js")
|
|
75125
75125
|
), f = [
|
|
75126
75126
|
{
|
|
75127
75127
|
name: "Sub categorías",
|
|
@@ -193085,10 +193085,10 @@ function Mdt(e, n, o, E, U, f) {
|
|
|
193085
193085
|
"can-play-videos": o.canPlayVideos,
|
|
193086
193086
|
"video-privileges-playing-as": o.videoPrivilegesPlayingAs,
|
|
193087
193087
|
"privileges-team-id": o.playVideosPrivileges ? o.playVideosPrivileges.seasonAndPrivileges.teamId : 0,
|
|
193088
|
-
|
|
193088
|
+
provider: e.$store.getters.getProviderId,
|
|
193089
193089
|
"is-dev-apis": e.$store.getters.getIsDevApis,
|
|
193090
193090
|
onOpenmedia: f.openmedia
|
|
193091
|
-
}, null, 8, ["data", "can-play-videos", "video-privileges-playing-as", "privileges-team-id", "provider
|
|
193091
|
+
}, null, 8, ["data", "can-play-videos", "video-privileges-playing-as", "privileges-team-id", "provider", "is-dev-apis", "onOpenmedia"])) : $t("", !0)
|
|
193092
193092
|
], 64))
|
|
193093
193093
|
], 64))
|
|
193094
193094
|
])),
|
|
@@ -193224,7 +193224,7 @@ function Mdt(e, n, o, E, U, f) {
|
|
|
193224
193224
|
])
|
|
193225
193225
|
], 512);
|
|
193226
193226
|
}
|
|
193227
|
-
const Idt = /* @__PURE__ */ Po(ydt, [["render", Mdt], ["__scopeId", "data-v-
|
|
193227
|
+
const Idt = /* @__PURE__ */ Po(ydt, [["render", Mdt], ["__scopeId", "data-v-0e1f5a6f"]]);
|
|
193228
193228
|
const Pdt = { class: "datagame-container" }, Ldt = {
|
|
193229
193229
|
__name: "GSCProminentMain",
|
|
193230
193230
|
props: {
|
|
@@ -198991,6 +198991,12 @@ const cvt = "_comfiltersContainer_xl2as_1", uvt = "_comfiltersContainer1232_xl2a
|
|
|
198991
198991
|
type: String,
|
|
198992
198992
|
default: ""
|
|
198993
198993
|
},
|
|
198994
|
+
// Si != null, pasa la lista ya armada al tournament-select en vez de la URL
|
|
198995
|
+
// (fusión multi-proveedor desde widgets). { items, defaultItemByProp }.
|
|
198996
|
+
tournamentSelectProps: {
|
|
198997
|
+
type: Object,
|
|
198998
|
+
default: null
|
|
198999
|
+
},
|
|
198994
199000
|
isFemaleMode: {
|
|
198995
199001
|
type: Boolean,
|
|
198996
199002
|
default: !1
|
|
@@ -202273,6 +202279,11 @@ const dbt = {
|
|
|
202273
202279
|
type: Object,
|
|
202274
202280
|
default: () => ({})
|
|
202275
202281
|
},
|
|
202282
|
+
// Lista fusionada multi-proveedor para el tournament-select de la comparativa/tops.
|
|
202283
|
+
tournamentSelectProps: {
|
|
202284
|
+
type: Object,
|
|
202285
|
+
default: null
|
|
202286
|
+
},
|
|
202276
202287
|
game: {
|
|
202277
202288
|
type: Object,
|
|
202278
202289
|
default: () => {
|
|
@@ -202490,6 +202501,7 @@ function Sbt(e, n, o, E, U, f) {
|
|
|
202490
202501
|
Ja(h, {
|
|
202491
202502
|
"is-widget": o.isWidget,
|
|
202492
202503
|
"team-widget": o.teamWidget,
|
|
202504
|
+
"tournament-select-props": o.tournamentSelectProps,
|
|
202493
202505
|
"time-live-comparative-avanced": o.timeLiveComparativeAvanced,
|
|
202494
202506
|
"can-play-videos": o.canPlayVideos,
|
|
202495
202507
|
onOpenmedia: f.openmedia,
|
|
@@ -202505,13 +202517,13 @@ function Sbt(e, n, o, E, U, f) {
|
|
|
202505
202517
|
"season-selected": o.seasonSelected,
|
|
202506
202518
|
teamselect: U.teamactive,
|
|
202507
202519
|
"is-female-mode": o.isFemaleMode
|
|
202508
|
-
}, 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"])
|
|
202520
|
+
}, null, 8, ["is-widget", "team-widget", "tournament-select-props", "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"])
|
|
202509
202521
|
])
|
|
202510
202522
|
], 64)) : $t("", !0)
|
|
202511
202523
|
])
|
|
202512
202524
|
], 512);
|
|
202513
202525
|
}
|
|
202514
|
-
const Tbt = /* @__PURE__ */ Po(dbt, [["render", Sbt], ["__scopeId", "data-v-
|
|
202526
|
+
const Tbt = /* @__PURE__ */ Po(dbt, [["render", Sbt], ["__scopeId", "data-v-e09a9fa2"]]);
|
|
202515
202527
|
var Cbt = Object.defineProperty, Abt = (e, n, o) => n in e ? Cbt(e, n, { enumerable: !0, configurable: !0, writable: !0, value: o }) : e[n] = o, G8 = (e, n, o) => Abt(e, typeof n != "symbol" ? n + "" : n, o);
|
|
202516
202528
|
function LH(e, n) {
|
|
202517
202529
|
return function() {
|
|
@@ -228514,11 +228526,11 @@ const hDt = { class: "dropdown" }, pDt = { class: "selected-item" }, fDt = {
|
|
|
228514
228526
|
},
|
|
228515
228527
|
setup(e) {
|
|
228516
228528
|
const n = e, o = Pv(
|
|
228517
|
-
() => import("./FilterSubcategories-9d8abc8b-qTJ93bGs-
|
|
228529
|
+
() => import("./FilterSubcategories-9d8abc8b-qTJ93bGs-a46456e5.js")
|
|
228518
228530
|
), E = Pv(
|
|
228519
|
-
() => import("./FilterConditions-019536c4-CIuzW83P-
|
|
228531
|
+
() => import("./FilterConditions-019536c4-CIuzW83P-f79372db.js")
|
|
228520
228532
|
), U = Pv(
|
|
228521
|
-
() => import("./FilterField-bf053092-CcxiAJZz-
|
|
228533
|
+
() => import("./FilterField-bf053092-CcxiAJZz-c8884bb7.js")
|
|
228522
228534
|
), f = [
|
|
228523
228535
|
{
|
|
228524
228536
|
name: "Sub categorías",
|
|
@@ -359600,6 +359612,7 @@ const PQt = cd({
|
|
|
359600
359612
|
subsection: Pr($),
|
|
359601
359613
|
seasonSelected: y.value,
|
|
359602
359614
|
tournamentSelected: t.value,
|
|
359615
|
+
"tournament-select-props": e.tournamentSelectProps,
|
|
359603
359616
|
showLineups: T.value,
|
|
359604
359617
|
socket: e.socket,
|
|
359605
359618
|
"time-live-prominent-data": _,
|
|
@@ -359633,12 +359646,12 @@ const PQt = cd({
|
|
|
359633
359646
|
onChangeToTab: Fe,
|
|
359634
359647
|
onOpenMediaPlayer: ge,
|
|
359635
359648
|
onIntervalid: de
|
|
359636
|
-
}, 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", "provider-id", "is-dev-apis"])) : $t("", !0)
|
|
359649
|
+
}, null, 40, ["game", "is-widget", "team-widget", "subsection", "seasonSelected", "tournamentSelected", "tournament-select-props", "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", "provider-id", "is-dev-apis"])) : $t("", !0)
|
|
359637
359650
|
], 64))
|
|
359638
359651
|
])
|
|
359639
359652
|
], 512));
|
|
359640
359653
|
}
|
|
359641
|
-
}), tta = /* @__PURE__ */ Po(LQt, [["__scopeId", "data-v-
|
|
359654
|
+
}), tta = /* @__PURE__ */ Po(LQt, [["__scopeId", "data-v-ce7f3d66"]]);
|
|
359642
359655
|
async function Dq({ seasonId: e, providerId: n, isDevApis: o }, E = !0) {
|
|
359643
359656
|
try {
|
|
359644
359657
|
const U = `https://golstats-microservices.s3-us-west-2.amazonaws.com/statsLeagueBySeason-${e}.json`;
|