@golstats/gsc-game-data 1.0.95 → 1.0.96
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-d26afb7d-KpC1Z7yD-b1e442ff.js → FilterConditions-d26afb7d-KpC1Z7yD-fc321c51.js} +1 -1
- package/dist/{FilterField-d8c662e7-Fhk1ixKS-65ae2947.js → FilterField-d8c662e7-Fhk1ixKS-d7fa58a1.js} +1 -1
- package/dist/{FilterSubcategories-33303037-BuTD3Tee-0c92c92a.js → FilterSubcategories-33303037-BuTD3Tee-4a561d3b.js} +1 -1
- package/dist/gsc-game-data.js +1 -1
- package/dist/gsc-game-data.umd.cjs +2 -2
- package/dist/{index-b8885f0f.js → index-ae721d4d.js} +12 -6
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -82255,11 +82255,11 @@ const Yme = { class: "dropdown" }, Zme = { class: "selected-item" }, Xme = {
|
|
|
82255
82255
|
},
|
|
82256
82256
|
setup(t) {
|
|
82257
82257
|
const e = t, a = w3(
|
|
82258
|
-
() => import("./FilterSubcategories-33303037-BuTD3Tee-
|
|
82258
|
+
() => import("./FilterSubcategories-33303037-BuTD3Tee-4a561d3b.js")
|
|
82259
82259
|
), u = w3(
|
|
82260
|
-
() => import("./FilterConditions-d26afb7d-KpC1Z7yD-
|
|
82260
|
+
() => import("./FilterConditions-d26afb7d-KpC1Z7yD-fc321c51.js")
|
|
82261
82261
|
), g = w3(
|
|
82262
|
-
() => import("./FilterField-d8c662e7-Fhk1ixKS-
|
|
82262
|
+
() => import("./FilterField-d8c662e7-Fhk1ixKS-d7fa58a1.js")
|
|
82263
82263
|
), n = [
|
|
82264
82264
|
{
|
|
82265
82265
|
name: "Sub categorías",
|
|
@@ -186633,6 +186633,10 @@ const fCe = { class: "datagame-container" }, mCe = {
|
|
|
186633
186633
|
game: {
|
|
186634
186634
|
type: Object,
|
|
186635
186635
|
default: () => ({})
|
|
186636
|
+
},
|
|
186637
|
+
isTacticVisible: {
|
|
186638
|
+
type: Boolean,
|
|
186639
|
+
default: !0
|
|
186636
186640
|
}
|
|
186637
186641
|
},
|
|
186638
186642
|
emits: ["open-media-player"],
|
|
@@ -186656,11 +186660,12 @@ const fCe = { class: "datagame-container" }, mCe = {
|
|
|
186656
186660
|
"for-season": t.game.game_status == 4,
|
|
186657
186661
|
"for-team": !1,
|
|
186658
186662
|
"for-game": t.game.game_status != 4,
|
|
186663
|
+
"is-tactic-visible": t.isTacticVisible,
|
|
186659
186664
|
onOpenMediaPlayer: a
|
|
186660
|
-
}, null, 8, ["game", "for-season", "for-game"])
|
|
186665
|
+
}, null, 8, ["game", "for-season", "for-game", "is-tactic-visible"])
|
|
186661
186666
|
]));
|
|
186662
186667
|
}
|
|
186663
|
-
}, gCe = /* @__PURE__ */ eo(mCe, [["__scopeId", "data-v-
|
|
186668
|
+
}, gCe = /* @__PURE__ */ eo(mCe, [["__scopeId", "data-v-52f7049d"]]), cg = (t, e) => {
|
|
186664
186669
|
const a = t.__vccOpts || t;
|
|
186665
186670
|
for (const [u, g] of e)
|
|
186666
186671
|
a[u] = g;
|
|
@@ -190508,6 +190513,7 @@ const bAe = io({
|
|
|
190508
190513
|
}, null, 8, ["buttons", "width", "selected-option"])
|
|
190509
190514
|
])
|
|
190510
190515
|
]),
|
|
190516
|
+
N("h1", null, "isTacticVisible " + re(!!n.value.show_tactic), 1),
|
|
190511
190517
|
h.value && h.value.gameId ? (_t(), Ua(Jv(l.value.componentName), {
|
|
190512
190518
|
key: 0,
|
|
190513
190519
|
game: h.value,
|
|
@@ -190526,7 +190532,7 @@ const bAe = io({
|
|
|
190526
190532
|
])
|
|
190527
190533
|
], 512));
|
|
190528
190534
|
}
|
|
190529
|
-
}), LEe = /* @__PURE__ */ eo(xAe, [["__scopeId", "data-v-
|
|
190535
|
+
}), LEe = /* @__PURE__ */ eo(xAe, [["__scopeId", "data-v-36c536e7"]]);
|
|
190530
190536
|
async function Bl({ url: t, options: e = {}, retries: a = 3 }) {
|
|
190531
190537
|
return await b2.get(t, e).then((u) => u).catch((u) => a > 0 ? Bl({ url: t, options: e, retries: a - 1 }) : u);
|
|
190532
190538
|
}
|