@golstats/gsc-game-data 1.0.344 → 1.0.345
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-c34af6ee-986c8d04.js → FilterConditions-c34af6ee-d05d1b19.js} +1 -1
- package/dist/{FilterConditions-cd420512-BgpF42_s-62dc2438.js → FilterConditions-cd420512-BgpF42_s-e0d385b5.js} +1 -1
- package/dist/{FilterField-5aa4eb4f-9c93659c.js → FilterField-5aa4eb4f-6c28998a.js} +1 -1
- package/dist/{FilterField-a29b1541-10XNy6VQ-fc6ef847.js → FilterField-a29b1541-10XNy6VQ-ed01dc90.js} +1 -1
- package/dist/{FilterSubcategories-1f65c851-DigSKAC7-402d29b6.js → FilterSubcategories-1f65c851-DigSKAC7-4e669eb5.js} +1 -1
- package/dist/{FilterSubcategories-e1dbb023-4ffa1862.js → FilterSubcategories-e1dbb023-be6ba331.js} +1 -1
- package/dist/gsc-game-data.js +1 -1
- package/dist/gsc-game-data.umd.cjs +2 -2
- package/dist/{index-474c57e4.js → index-bebecc09.js} +24 -12
- package/dist/style.css +1 -1
- package/package.json +3 -3
|
@@ -499,6 +499,10 @@ const nW = /* @__PURE__ */ WG(eS, [["render", tW], ["__scopeId", "data-v-f3ee6b2
|
|
|
499
499
|
type: String,
|
|
500
500
|
default: "png"
|
|
501
501
|
},
|
|
502
|
+
listHeight: {
|
|
503
|
+
type: String,
|
|
504
|
+
default: "fit-content"
|
|
505
|
+
},
|
|
502
506
|
height: {
|
|
503
507
|
type: String,
|
|
504
508
|
default: "40px"
|
|
@@ -660,6 +664,7 @@ const nW = /* @__PURE__ */ WG(eS, [["render", tW], ["__scopeId", "data-v-f3ee6b2
|
|
|
660
664
|
style: ca(v.value)
|
|
661
665
|
}, [
|
|
662
666
|
Jn(qa(dW), xs(r, {
|
|
667
|
+
"list-height": r.listHeight,
|
|
663
668
|
"model-value": n.value,
|
|
664
669
|
items: g.value,
|
|
665
670
|
onInput: _,
|
|
@@ -681,10 +686,10 @@ const nW = /* @__PURE__ */ WG(eS, [["render", tW], ["__scopeId", "data-v-f3ee6b2
|
|
|
681
686
|
fe("div", null, sn(u.name), 1)
|
|
682
687
|
]),
|
|
683
688
|
_: 1
|
|
684
|
-
}, 16, ["model-value", "items"])
|
|
689
|
+
}, 16, ["list-height", "model-value", "items"])
|
|
685
690
|
], 4));
|
|
686
691
|
}
|
|
687
|
-
}, Yz = /* @__PURE__ */ hW(vW, [["__scopeId", "data-v-
|
|
692
|
+
}, Yz = /* @__PURE__ */ hW(vW, [["__scopeId", "data-v-eb785f35"]]), _W = (e, o) => {
|
|
688
693
|
const r = e.__vccOpts || e;
|
|
689
694
|
for (const [F, G] of o)
|
|
690
695
|
r[F] = G;
|
|
@@ -1143,6 +1148,10 @@ const EW = /* @__PURE__ */ _W(tS, [["render", MW], ["__scopeId", "data-v-f3ee6b2
|
|
|
1143
1148
|
type: Array,
|
|
1144
1149
|
default: () => []
|
|
1145
1150
|
},
|
|
1151
|
+
listHeight: {
|
|
1152
|
+
type: String,
|
|
1153
|
+
default: "fit-content"
|
|
1154
|
+
},
|
|
1146
1155
|
currentSeasonId: {
|
|
1147
1156
|
type: Number,
|
|
1148
1157
|
default: 0
|
|
@@ -1164,6 +1173,7 @@ const EW = /* @__PURE__ */ _W(tS, [["render", MW], ["__scopeId", "data-v-f3ee6b2
|
|
|
1164
1173
|
width: "179px",
|
|
1165
1174
|
"background-color": "#0d1d29",
|
|
1166
1175
|
color: "white",
|
|
1176
|
+
"list-height": r.listHeight,
|
|
1167
1177
|
"border-color": "rgba(255, 255, 255, 0.2)",
|
|
1168
1178
|
"font-family": "Poppins-Regular",
|
|
1169
1179
|
"border-radius": 8,
|
|
@@ -1179,9 +1189,9 @@ const EW = /* @__PURE__ */ _W(tS, [["render", MW], ["__scopeId", "data-v-f3ee6b2
|
|
|
1179
1189
|
fe("span", NW, sn(g.name), 1)
|
|
1180
1190
|
]),
|
|
1181
1191
|
_: 1
|
|
1182
|
-
}, 8, ["items", "model-value"]));
|
|
1192
|
+
}, 8, ["items", "model-value", "list-height"]));
|
|
1183
1193
|
}
|
|
1184
|
-
}, Zz = /* @__PURE__ */ DW(jW, [["__scopeId", "data-v-
|
|
1194
|
+
}, Zz = /* @__PURE__ */ DW(jW, [["__scopeId", "data-v-748c2f60"]]);
|
|
1185
1195
|
function Xz(e, o) {
|
|
1186
1196
|
return function() {
|
|
1187
1197
|
return e.apply(o, arguments);
|
|
@@ -68975,11 +68985,11 @@ const Ptt = { class: "dropdown" }, Ltt = { class: "selected-item" }, Ott = {
|
|
|
68975
68985
|
},
|
|
68976
68986
|
setup(e) {
|
|
68977
68987
|
const o = e, r = Jy(
|
|
68978
|
-
() => import("./FilterSubcategories-e1dbb023-
|
|
68988
|
+
() => import("./FilterSubcategories-e1dbb023-be6ba331.js")
|
|
68979
68989
|
), F = Jy(
|
|
68980
|
-
() => import("./FilterConditions-c34af6ee-
|
|
68990
|
+
() => import("./FilterConditions-c34af6ee-d05d1b19.js")
|
|
68981
68991
|
), G = Jy(
|
|
68982
|
-
() => import("./FilterField-5aa4eb4f-
|
|
68992
|
+
() => import("./FilterField-5aa4eb4f-6c28998a.js")
|
|
68983
68993
|
), v = [
|
|
68984
68994
|
{
|
|
68985
68995
|
name: "Sub categorías",
|
|
@@ -217117,11 +217127,11 @@ const YPt = { class: "dropdown" }, ZPt = { class: "selected-item" }, XPt = {
|
|
|
217117
217127
|
},
|
|
217118
217128
|
setup(e) {
|
|
217119
217129
|
const o = e, r = Jy(
|
|
217120
|
-
() => import("./FilterSubcategories-1f65c851-DigSKAC7-
|
|
217130
|
+
() => import("./FilterSubcategories-1f65c851-DigSKAC7-4e669eb5.js")
|
|
217121
217131
|
), F = Jy(
|
|
217122
|
-
() => import("./FilterConditions-cd420512-BgpF42_s-
|
|
217132
|
+
() => import("./FilterConditions-cd420512-BgpF42_s-e0d385b5.js")
|
|
217123
217133
|
), G = Jy(
|
|
217124
|
-
() => import("./FilterField-a29b1541-10XNy6VQ-
|
|
217134
|
+
() => import("./FilterField-a29b1541-10XNy6VQ-ed01dc90.js")
|
|
217125
217135
|
), v = [
|
|
217126
217136
|
{
|
|
217127
217137
|
name: "Sub categorías",
|
|
@@ -345964,7 +345974,7 @@ const UZt = /* @__PURE__ */ fb(AZt, [["render", $Zt], ["__scopeId", "data-v-2574
|
|
|
345964
345974
|
], 512));
|
|
345965
345975
|
}
|
|
345966
345976
|
}, qZt = /* @__PURE__ */ fb(WZt, [["__scopeId", "data-v-3596be52"]]);
|
|
345967
|
-
const RG = (e) => (mr("data-v-
|
|
345977
|
+
const RG = (e) => (mr("data-v-d01068c0"), e = e(), gr(), e), YZt = { class: "game-data__header" }, ZZt = { class: "game-data__header__tournament-season-dropdown" }, XZt = { class: "game-data__header__teams-carousel" }, JZt = { class: "game-data__body" }, KZt = {
|
|
345968
345978
|
key: 0,
|
|
345969
345979
|
class: "no-stats-container"
|
|
345970
345980
|
}, QZt = /* @__PURE__ */ RG(() => /* @__PURE__ */ fe("div", { class: "no-stats-content" }, [
|
|
@@ -346696,6 +346706,7 @@ const oXt = rd({
|
|
|
346696
346706
|
"current-season-id": e.currentSeasonId,
|
|
346697
346707
|
"tournaments-ids-to-include": e.tournamentsIdsToInclude,
|
|
346698
346708
|
"api-url": e.tournamentsApiUrl,
|
|
346709
|
+
"list-height": "370px",
|
|
346699
346710
|
"are-female-visible": e.areFemaleTournamentsVisible,
|
|
346700
346711
|
"is-clubes-active": e.isClubes,
|
|
346701
346712
|
onInput: Te,
|
|
@@ -346703,6 +346714,7 @@ const oXt = rd({
|
|
|
346703
346714
|
}, null, 8, ["current-season-id", "tournaments-ids-to-include", "api-url", "are-female-visible", "is-clubes-active"]),
|
|
346704
346715
|
Jn(qa(Zz), {
|
|
346705
346716
|
"current-season-id": e.currentSeasonId,
|
|
346717
|
+
"list-height": "370px",
|
|
346706
346718
|
seasons: m.value.seasons,
|
|
346707
346719
|
onInput: ze
|
|
346708
346720
|
}, null, 8, ["current-season-id", "seasons"])
|
|
@@ -346806,7 +346818,7 @@ const oXt = rd({
|
|
|
346806
346818
|
])
|
|
346807
346819
|
], 512));
|
|
346808
346820
|
}
|
|
346809
|
-
}), TJt = /* @__PURE__ */ Eo(sXt, [["__scopeId", "data-v-
|
|
346821
|
+
}), TJt = /* @__PURE__ */ Eo(sXt, [["__scopeId", "data-v-d01068c0"]]);
|
|
346810
346822
|
async function Ep({ url: e, options: o = {}, retries: r = 3 }) {
|
|
346811
346823
|
return await nd.get(e, o).then((F) => F).catch((F) => r > 0 ? Ep({ url: e, options: o, retries: r - 1 }) : F);
|
|
346812
346824
|
}
|