@golstats/gsc-game-data 1.0.95 → 1.0.97
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-f1d4847a.js} +1 -1
- package/dist/{FilterField-d8c662e7-Fhk1ixKS-65ae2947.js → FilterField-d8c662e7-Fhk1ixKS-e2b07cbe.js} +1 -1
- package/dist/{FilterSubcategories-33303037-BuTD3Tee-0c92c92a.js → FilterSubcategories-33303037-BuTD3Tee-7e4ddd8b.js} +1 -1
- package/dist/gsc-game-data.js +1 -1
- package/dist/gsc-game-data.umd.cjs +1 -1
- package/dist/{index-b8885f0f.js → index-e0f7fcab.js} +10 -5
- 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-7e4ddd8b.js")
|
|
82259
82259
|
), u = w3(
|
|
82260
|
-
() => import("./FilterConditions-d26afb7d-KpC1Z7yD-
|
|
82260
|
+
() => import("./FilterConditions-d26afb7d-KpC1Z7yD-f1d4847a.js")
|
|
82261
82261
|
), g = w3(
|
|
82262
|
-
() => import("./FilterField-d8c662e7-Fhk1ixKS-
|
|
82262
|
+
() => import("./FilterField-d8c662e7-Fhk1ixKS-e2b07cbe.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;
|