@golstats/gsc-landing 1.0.22 → 1.0.23

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.
@@ -1,7 +1,7 @@
1
1
  import { useCssVars as E, computed as n, openBlock as s, createElementBlock as o, normalizeStyle as $, createElementVNode as a, createVNode as g, unref as f, Fragment as u, renderList as _, normalizeClass as v, toDisplayString as b, pushScopeId as V, popScopeId as H } from "vue";
2
- import { L as m } from "./gsc-checkbox-0735d028-JE5Zs_ri.js";
3
- import { z as L } from "./index-SHBr0-wW.js";
4
- const r = (i) => (V("data-v-209a8861"), i = i(), H(), i), R = { class: "details__header" }, T = /* @__PURE__ */ r(() => /* @__PURE__ */ a("div", { class: "details__header__title" }, "Jugando como", -1)), z = { class: "details__header__checkbox" }, W = { class: "details__body" }, I = { class: "details__body__playing-as" }, F = ["onClick"], N = { class: "details__header" }, U = /* @__PURE__ */ r(() => /* @__PURE__ */ a("div", { class: "details__header__title" }, "En: (Elige el lapso de tiempo)", -1)), j = { class: "details__header__checkbox" }, D = { class: "details__body" }, J = /* @__PURE__ */ r(() => /* @__PURE__ */ a("div", { class: "details__body__title" }, "1er tiempo", -1)), O = { class: "details__body__game-section" }, q = ["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 = {
2
+ import { L as m } from "./gsc-checkbox-61a9b387-xMZ_9V3m.js";
3
+ import { q as L } from "./index-9lo_thc3.js";
4
+ const r = (i) => (V("data-v-209a8861"), 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: {
@@ -139,6 +139,7 @@ const r = (i) => (V("data-v-209a8861"), i = i(), H(), i), R = { class: "details_
139
139
  }
140
140
  },
141
141
  setup(i) {
142
+ const d = i;
142
143
  E((e) => ({
143
144
  "6828708b": i.buttonsBackgroundColor,
144
145
  "717ea86c": i.buttonsTextColor,
@@ -149,7 +150,7 @@ const r = (i) => (V("data-v-209a8861"), i = i(), H(), i), R = { class: "details_
149
150
  "305cb0d6": i.buttonsBorderWidthActive,
150
151
  "18196e9a": i.buttonsBorderColorActive
151
152
  }));
152
- const d = i, x = n(() => d.conditions.playingAs.every((e) => e.isSelected)), C = n(() => d.conditions.gameSections.every((e) => e.isSelected)), S = n(() => d.conditions.gameSections.reduce(
153
+ const x = n(() => d.conditions.playingAs.every((e) => e.isSelected)), C = n(() => d.conditions.gameSections.every((e) => e.isSelected)), S = n(() => d.conditions.gameSections.reduce(
153
154
  (e, t) => (t.value <= 3 ? e.firstHalf.push(t) : e.secondHalf.push(t), e),
154
155
  {
155
156
  firstHalf: [],
@@ -185,7 +186,7 @@ const r = (i) => (V("data-v-209a8861"), i = i(), H(), i), R = { class: "details_
185
186
  }, [
186
187
  a("div", R, [
187
188
  T,
188
- a("div", z, [
189
+ a("div", W, [
189
190
  g(f(m), {
190
191
  label: "Todos",
191
192
  "model-value": x.value,
@@ -193,18 +194,18 @@ const r = (i) => (V("data-v-209a8861"), i = i(), H(), i), R = { class: "details_
193
194
  }, null, 8, ["model-value"])
194
195
  ])
195
196
  ]),
196
- a("div", W, [
197
- a("div", I, [
197
+ a("div", I, [
198
+ a("div", q, [
198
199
  (s(!0), o(u, null, _(i.conditions.playingAs, (l, c) => (s(), o("div", {
199
200
  key: `pa${c}`,
200
201
  class: v(["details__body__button", { active: l.isSelected }]),
201
202
  onClick: (y) => k(l)
202
- }, b(l.name), 11, F))), 128))
203
+ }, b(l.name), 11, z))), 128))
203
204
  ])
204
205
  ]),
205
- a("div", N, [
206
- U,
207
- a("div", j, [
206
+ a("div", F, [
207
+ N,
208
+ a("div", U, [
208
209
  g(f(m), {
209
210
  label: "Todos",
210
211
  "model-value": C.value,
@@ -212,14 +213,14 @@ const r = (i) => (V("data-v-209a8861"), i = i(), H(), i), R = { class: "details_
212
213
  }, null, 8, ["model-value"])
213
214
  ])
214
215
  ]),
215
- a("div", D, [
216
- J,
217
- a("div", O, [
216
+ a("div", j, [
217
+ D,
218
+ a("div", J, [
218
219
  (s(!0), o(u, null, _(S.value.firstHalf, (l, c) => (s(), o("div", {
219
220
  key: `pa${c}`,
220
221
  class: v(["details__body__button", { active: l.isSelected }]),
221
222
  onClick: (y) => p(l)
222
- }, b(l.text), 11, q))), 128))
223
+ }, b(l.text), 11, O))), 128))
223
224
  ])
224
225
  ]),
225
226
  a("div", w, [
@@ -1,6 +1,6 @@
1
1
  import { ref as _, openBlock as l, createElementBlock as d, createVNode as V, unref as z, useCssVars as g, resolveComponent as x, createElementVNode as s, createBlock as p, normalizeStyle as h, normalizeClass as B, createCommentVNode as f, toDisplayString as v, computed as y, watch as L, Fragment as D, pushScopeId as W, popScopeId as A } from "vue";
2
- import { z as $ } from "./index-SHBr0-wW.js";
3
- const P = (e, i) => {
2
+ import { q as P } from "./index-9lo_thc3.js";
3
+ const $ = (e, i) => {
4
4
  const t = e.__vccOpts || e;
5
5
  for (const [c, o] of i)
6
6
  t[c] = o;
@@ -139,7 +139,7 @@ function U(e, i, t, c, o, r) {
139
139
  ])) : f("", !0)
140
140
  ]);
141
141
  }
142
- const H = /* @__PURE__ */ P(k, [["render", U], ["__scopeId", "data-v-fb269a1e"]]), q = (e, i) => {
142
+ const H = /* @__PURE__ */ $(k, [["render", U], ["__scopeId", "data-v-fb269a1e"]]), q = (e, i) => {
143
143
  const t = e.__vccOpts || e;
144
144
  for (const [c, o] of i)
145
145
  t[c] = o;
@@ -265,8 +265,8 @@ const H = /* @__PURE__ */ P(k, [["render", U], ["__scopeId", "data-v-fb269a1e"]]
265
265
  setup(e, { emit: i }) {
266
266
  const t = e;
267
267
  g((n) => ({
268
- 70501426: e.width,
269
- "1957cde0": e.height
268
+ "6582e90e": e.width,
269
+ "310b3edf": e.height
270
270
  }));
271
271
  const c = _(!1), o = y(() => {
272
272
  const n = {
@@ -350,7 +350,7 @@ const H = /* @__PURE__ */ P(k, [["render", U], ["__scopeId", "data-v-fb269a1e"]]
350
350
  }, v(e.label), 5)
351
351
  ], 2));
352
352
  }
353
- }, it = /* @__PURE__ */ q(et, [["__scopeId", "data-v-8ab85812"]]), ot = (e, i) => {
353
+ }, it = /* @__PURE__ */ q(et, [["__scopeId", "data-v-bcf3bcc6"]]), ot = (e, i) => {
354
354
  const t = e.__vccOpts || e;
355
355
  for (const [c, o] of i)
356
356
  t[c] = o;
@@ -854,14 +854,14 @@ function Dt(e, i, t, c, o, r) {
854
854
  ])
855
855
  ]);
856
856
  }
857
- const $t = /* @__PURE__ */ ot(S, [["render", Dt], ["__scopeId", "data-v-f434f4ce"]]), Pt = { class: "filter-field" }, Ot = {
857
+ const Pt = /* @__PURE__ */ ot(S, [["render", Dt], ["__scopeId", "data-v-f434f4ce"]]), $t = { class: "filter-field" }, Ot = {
858
858
  __name: "FilterField",
859
859
  setup(e) {
860
860
  const i = _(Array.from({ length: 16 }, (c, o) => o + 1));
861
861
  function t(c) {
862
862
  }
863
- return (c, o) => (l(), d("div", Pt, [
864
- V(z($t), {
863
+ return (c, o) => (l(), d("div", $t, [
864
+ V(z(Pt), {
865
865
  width: "100%",
866
866
  "background-color": "#2E3B46",
867
867
  value: i.value,
@@ -869,7 +869,7 @@ const $t = /* @__PURE__ */ ot(S, [["render", Dt], ["__scopeId", "data-v-f434f4ce
869
869
  }, null, 8, ["value"])
870
870
  ]));
871
871
  }
872
- }, Mt = /* @__PURE__ */ $(Ot, [["__scopeId", "data-v-95dd6111"]]);
872
+ }, Mt = /* @__PURE__ */ P(Ot, [["__scopeId", "data-v-95dd6111"]]);
873
873
  export {
874
874
  Mt as default
875
875
  };
@@ -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
- import { L as m } from "./gsc-checkbox-0735d028-JE5Zs_ri.js";
3
- import { z as l } from "./index-SHBr0-wW.js";
2
+ import { L as m } from "./gsc-checkbox-61a9b387-xMZ_9V3m.js";
3
+ import { q as l } from "./index-9lo_thc3.js";
4
4
  const b = { class: "subcategory-group" }, g = {
5
5
  __name: "SubcategoryGroup",
6
6
  props: {
@@ -125,8 +125,8 @@ const C = (t, r) => {
125
125
  setup(t, { emit: r }) {
126
126
  const e = t;
127
127
  m((o) => ({
128
- 70501426: t.width,
129
- "1957cde0": t.height
128
+ "6582e90e": t.width,
129
+ "310b3edf": t.height
130
130
  }));
131
131
  const l = h(!1), d = s(() => {
132
132
  const o = {
@@ -139,12 +139,12 @@ const C = (t, r) => {
139
139
  "margin-top": e.boxMarginTop
140
140
  };
141
141
  return l.value ? (o["background-color"] = e.boxBackgroundColor, o.border = `solid ${e.boxBorderWidth} ${e.boxBackgroundColor}`) : o.border = `solid ${e.boxBorderWidth} ${e.boxBorderColor}`, o;
142
- }), p = s(() => ({
142
+ }), f = s(() => ({
143
143
  "font-family": e.boxValueFontFamily,
144
144
  "font-size": e.boxValueFontSize,
145
145
  color: e.boxValueColor,
146
146
  "line-height": 1
147
- })), f = s(() => {
147
+ })), p = s(() => {
148
148
  const o = {
149
149
  color: e.labelColor,
150
150
  "font-family": e.fontFamily,
@@ -179,7 +179,7 @@ const C = (t, r) => {
179
179
  e.boxValue ? (i(), n("div", {
180
180
  key: 0,
181
181
  class: "checkbox__box__value",
182
- style: u(p.value)
182
+ style: u(f.value)
183
183
  }, b(t.boxValue), 5)) : (i(), n("div", _, [
184
184
  (i(), n("svg", k, [
185
185
  a("path", {
@@ -206,11 +206,11 @@ const C = (t, r) => {
206
206
  ])) : x("", !0),
207
207
  a("div", {
208
208
  class: "checkbox__label",
209
- style: u(f.value)
209
+ style: u(p.value)
210
210
  }, b(t.label), 5)
211
211
  ], 2));
212
212
  }
213
- }, L = /* @__PURE__ */ C(z, [["__scopeId", "data-v-8ab85812"]]);
213
+ }, L = /* @__PURE__ */ C(z, [["__scopeId", "data-v-bcf3bcc6"]]);
214
214
  export {
215
215
  L
216
216
  };
@@ -1,4 +1,4 @@
1
- import { g } from "./index-SHBr0-wW.js";
1
+ import { g } from "./index-9lo_thc3.js";
2
2
  import "vue";
3
3
  export {
4
4
  g as GSCLanding