@golstats/gsc-landing 1.0.18 → 1.0.20
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-397ace57-F73n2lKl.js → FilterConditions-78d579ad-HeSCo_wi.js} +22 -22
- package/dist/{FilterField-4c61f805-waufrnGH.js → FilterField-91367dbc-Py1Dyjx2.js} +2 -2
- package/dist/{FilterSubcategories-9ef94a83-HIgQka5k.js → FilterSubcategories-fc6e50e7-9w5H9tQH.js} +4 -4
- package/dist/gsc-landing.js +1 -1
- package/dist/gsc-landing.umd.cjs +67 -67
- package/dist/icnplay1.svg +3 -0
- package/dist/{index-Dmfggj0C.js → index-v16yD7RQ.js} +9279 -9174
- package/dist/style.css +1 -1
- package/package.json +6 -6
package/dist/{FilterConditions-397ace57-F73n2lKl.js → FilterConditions-78d579ad-HeSCo_wi.js}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { useCssVars as E, computed as
|
|
1
|
+
import { useCssVars as E, computed as c, openBlock as s, createElementBlock as o, normalizeStyle as $, createElementVNode as a, createVNode as f, unref as g, Fragment as u, renderList as _, normalizeClass as v, toDisplayString as b, pushScopeId as V, popScopeId as H } from "vue";
|
|
2
2
|
import { L as m } from "./gsc-checkbox-9572f28d-OEktJZP_.js";
|
|
3
|
-
import { q as L } from "./index-
|
|
4
|
-
const r = (i) => (V("data-v-
|
|
3
|
+
import { q as L } from "./index-v16yD7RQ.js";
|
|
4
|
+
const r = (i) => (V("data-v-15fa063b"), i = i(), H(), i), R = { class: "details__header" }, T = /* @__PURE__ */ r(() => /* @__PURE__ */ a("div", { class: "details__header__title" }, "Jugando como", -1)), W = { class: "details__header__checkbox" }, I = { class: "details__body" }, q = { class: "details__body__playing-as" }, z = ["onClick"], F = { class: "details__header" }, N = /* @__PURE__ */ r(() => /* @__PURE__ */ a("div", { class: "details__header__title" }, "En: (Elige el lapso de tiempo)", -1)), U = { class: "details__header__checkbox" }, j = { class: "details__body" }, D = /* @__PURE__ */ r(() => /* @__PURE__ */ a("div", { class: "details__body__title" }, "1er tiempo", -1)), J = { class: "details__body__game-section" }, O = ["onClick"], w = { class: "details__body" }, G = /* @__PURE__ */ r(() => /* @__PURE__ */ a("div", { class: "details__body__title" }, "2do tiempo", -1)), K = { class: "details__body__game-section" }, M = ["onClick"], P = {
|
|
5
5
|
__name: "FilterConditions",
|
|
6
6
|
props: {
|
|
7
7
|
conditions: {
|
|
@@ -140,22 +140,22 @@ const r = (i) => (V("data-v-209a8861"), i = i(), H(), i), R = { class: "details_
|
|
|
140
140
|
},
|
|
141
141
|
setup(i) {
|
|
142
142
|
E((e) => ({
|
|
143
|
-
"
|
|
144
|
-
"
|
|
145
|
-
"
|
|
146
|
-
"
|
|
147
|
-
|
|
148
|
-
"
|
|
149
|
-
"
|
|
150
|
-
|
|
143
|
+
"99d00604": i.buttonsBackgroundColor,
|
|
144
|
+
"4f3d71c2": i.buttonsTextColor,
|
|
145
|
+
"6ad007a3": i.buttonsBorderWidth,
|
|
146
|
+
"69b90940": i.buttonsBorderColor,
|
|
147
|
+
"592e31a4": i.buttonsBackgroundColorActive,
|
|
148
|
+
"02859f05": i.buttonsTextColorActive,
|
|
149
|
+
"7d9aec89": i.buttonsBorderWidthActive,
|
|
150
|
+
41318466: i.buttonsBorderColorActive
|
|
151
151
|
}));
|
|
152
|
-
const d = i, x =
|
|
152
|
+
const d = i, x = c(() => d.conditions.playingAs.every((e) => e.isSelected)), C = c(() => d.conditions.gameSections.every((e) => e.isSelected)), S = c(() => d.conditions.gameSections.reduce(
|
|
153
153
|
(e, t) => (t.value <= 3 ? e.firstHalf.push(t) : e.secondHalf.push(t), e),
|
|
154
154
|
{
|
|
155
155
|
firstHalf: [],
|
|
156
156
|
secondHalf: []
|
|
157
157
|
}
|
|
158
|
-
)), h =
|
|
158
|
+
)), h = c(() => ({
|
|
159
159
|
"--border-radius-first-button": `${d.buttonsBorderRadius} 0 0 ${d.buttonsBorderRadius}`,
|
|
160
160
|
"--border-radius-last-button": `0 ${d.buttonsBorderRadius} ${d.buttonsBorderRadius} 0`
|
|
161
161
|
}));
|
|
@@ -186,7 +186,7 @@ const r = (i) => (V("data-v-209a8861"), i = i(), H(), i), R = { class: "details_
|
|
|
186
186
|
a("div", R, [
|
|
187
187
|
T,
|
|
188
188
|
a("div", W, [
|
|
189
|
-
g(
|
|
189
|
+
f(g(m), {
|
|
190
190
|
label: "Todos",
|
|
191
191
|
"model-value": x.value,
|
|
192
192
|
"onUpdate:modelValue": B
|
|
@@ -195,8 +195,8 @@ const r = (i) => (V("data-v-209a8861"), i = i(), H(), i), R = { class: "details_
|
|
|
195
195
|
]),
|
|
196
196
|
a("div", I, [
|
|
197
197
|
a("div", q, [
|
|
198
|
-
(s(!0), o(u, null, _(i.conditions.playingAs, (l,
|
|
199
|
-
key: `pa${
|
|
198
|
+
(s(!0), o(u, null, _(i.conditions.playingAs, (l, n) => (s(), o("div", {
|
|
199
|
+
key: `pa${n}`,
|
|
200
200
|
class: v(["details__body__button", { active: l.isSelected }]),
|
|
201
201
|
onClick: (y) => k(l)
|
|
202
202
|
}, b(l.name), 11, z))), 128))
|
|
@@ -205,7 +205,7 @@ const r = (i) => (V("data-v-209a8861"), i = i(), H(), i), R = { class: "details_
|
|
|
205
205
|
a("div", F, [
|
|
206
206
|
N,
|
|
207
207
|
a("div", U, [
|
|
208
|
-
g(
|
|
208
|
+
f(g(m), {
|
|
209
209
|
label: "Todos",
|
|
210
210
|
"model-value": C.value,
|
|
211
211
|
"onUpdate:modelValue": A
|
|
@@ -215,8 +215,8 @@ const r = (i) => (V("data-v-209a8861"), i = i(), H(), i), R = { class: "details_
|
|
|
215
215
|
a("div", j, [
|
|
216
216
|
D,
|
|
217
217
|
a("div", J, [
|
|
218
|
-
(s(!0), o(u, null, _(S.value.firstHalf, (l,
|
|
219
|
-
key: `pa${
|
|
218
|
+
(s(!0), o(u, null, _(S.value.firstHalf, (l, n) => (s(), o("div", {
|
|
219
|
+
key: `pa${n}`,
|
|
220
220
|
class: v(["details__body__button", { active: l.isSelected }]),
|
|
221
221
|
onClick: (y) => p(l)
|
|
222
222
|
}, b(l.text), 11, O))), 128))
|
|
@@ -225,8 +225,8 @@ const r = (i) => (V("data-v-209a8861"), i = i(), H(), i), R = { class: "details_
|
|
|
225
225
|
a("div", w, [
|
|
226
226
|
G,
|
|
227
227
|
a("div", K, [
|
|
228
|
-
(s(!0), o(u, null, _(S.value.secondHalf, (l,
|
|
229
|
-
key: `pa${
|
|
228
|
+
(s(!0), o(u, null, _(S.value.secondHalf, (l, n) => (s(), o("div", {
|
|
229
|
+
key: `pa${n}`,
|
|
230
230
|
class: v(["details__body__button", { active: l.isSelected }]),
|
|
231
231
|
onClick: (y) => p(l)
|
|
232
232
|
}, b(l.text), 11, M))), 128))
|
|
@@ -234,7 +234,7 @@ const r = (i) => (V("data-v-209a8861"), i = i(), H(), i), R = { class: "details_
|
|
|
234
234
|
])
|
|
235
235
|
], 4));
|
|
236
236
|
}
|
|
237
|
-
}, Y = /* @__PURE__ */ L(P, [["__scopeId", "data-v-
|
|
237
|
+
}, Y = /* @__PURE__ */ L(P, [["__scopeId", "data-v-15fa063b"]]);
|
|
238
238
|
export {
|
|
239
239
|
Y as default
|
|
240
240
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ref as x, openBlock as a, createElementBlock as d, createVNode as C, unref as m, useCssVars as F, resolveComponent as k, createElementVNode as s, createBlock as f, normalizeStyle as h, normalizeClass as w, createCommentVNode as b, toDisplayString as p, computed as v, watch as B, Fragment as _, pushScopeId as W, popScopeId as A } from "vue";
|
|
2
|
-
import { q as V } from "./index-
|
|
2
|
+
import { q as V } from "./index-v16yD7RQ.js";
|
|
3
3
|
const D = (e, i) => {
|
|
4
4
|
const t = e.__vccOpts || e;
|
|
5
5
|
for (const [l, o] of i)
|
|
@@ -775,7 +775,7 @@ const xt = /* @__PURE__ */ H(y, [["render", St], ["__scopeId", "data-v-6929519f"
|
|
|
775
775
|
}, null, 8, ["value"])
|
|
776
776
|
]));
|
|
777
777
|
}
|
|
778
|
-
}, _t = /* @__PURE__ */ V(Ct, [["__scopeId", "data-v-
|
|
778
|
+
}, _t = /* @__PURE__ */ V(Ct, [["__scopeId", "data-v-e3cc5ed0"]]);
|
|
779
779
|
export {
|
|
780
780
|
_t as default
|
|
781
781
|
};
|
package/dist/{FilterSubcategories-9ef94a83-HIgQka5k.js → FilterSubcategories-fc6e50e7-9w5H9tQH.js}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { openBlock as r, createElementBlock as o, Fragment as a, renderList as u, createVNode as d, createBlock as n, unref as i } from "vue";
|
|
2
2
|
import { L as m } from "./gsc-checkbox-9572f28d-OEktJZP_.js";
|
|
3
|
-
import { q as l } from "./index-
|
|
3
|
+
import { q as l } from "./index-v16yD7RQ.js";
|
|
4
4
|
const b = { class: "subcategory-group" }, g = {
|
|
5
5
|
__name: "SubcategoryGroup",
|
|
6
6
|
props: {
|
|
@@ -19,7 +19,7 @@ const b = { class: "subcategory-group" }, g = {
|
|
|
19
19
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "label"]))), 128))
|
|
20
20
|
]));
|
|
21
21
|
}
|
|
22
|
-
}, y = /* @__PURE__ */ l(g, [["__scopeId", "data-v-
|
|
22
|
+
}, y = /* @__PURE__ */ l(g, [["__scopeId", "data-v-5c0d6e66"]]), _ = { class: "filter-subcategories" }, f = {
|
|
23
23
|
__name: "FilterSubcategories",
|
|
24
24
|
props: {
|
|
25
25
|
subcategoryGroups: {
|
|
@@ -28,7 +28,7 @@ const b = { class: "subcategory-group" }, g = {
|
|
|
28
28
|
}
|
|
29
29
|
},
|
|
30
30
|
setup(t) {
|
|
31
|
-
return (s, c) => (r(), o("div",
|
|
31
|
+
return (s, c) => (r(), o("div", _, [
|
|
32
32
|
(r(!0), o(a, null, u(t.subcategoryGroups, (e) => (r(), o("div", {
|
|
33
33
|
key: e.id,
|
|
34
34
|
class: "filter-subcategories__group"
|
|
@@ -37,7 +37,7 @@ const b = { class: "subcategory-group" }, g = {
|
|
|
37
37
|
]))), 128))
|
|
38
38
|
]));
|
|
39
39
|
}
|
|
40
|
-
}, V = /* @__PURE__ */ l(
|
|
40
|
+
}, V = /* @__PURE__ */ l(f, [["__scopeId", "data-v-914d4cb5"]]);
|
|
41
41
|
export {
|
|
42
42
|
V as default
|
|
43
43
|
};
|
package/dist/gsc-landing.js
CHANGED