@golstats/gsc-player-team-profile 1.0.30 → 1.0.32

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,6 +1,6 @@
1
- import { useCssVars as E, computed as r, openBlock as i, createElementBlock as d, normalizeStyle as $, createElementVNode as o, createVNode as y, unref as g, Fragment as u, renderList as _, normalizeClass as b, toDisplayString as v, pushScopeId as H, popScopeId as R } from "vue";
2
- import { Z as T, K as m } from "./index-416f4fda.js";
3
- const n = (s) => (H("data-v-893b389d"), s = s(), R(), s), V = { class: "details__header" }, W = /* @__PURE__ */ n(() => /* @__PURE__ */ o("div", { class: "details__header__title" }, "Jugando como", -1)), I = { class: "details__header__checkbox" }, z = { class: "details__body" }, F = { class: "details__body__playing-as" }, K = ["onClick"], L = { class: "details__header" }, N = /* @__PURE__ */ n(() => /* @__PURE__ */ o("div", { class: "details__header__title" }, "En: (Elige el lapso de tiempo)", -1)), U = { class: "details__header__checkbox" }, D = { class: "details__body" }, J = /* @__PURE__ */ n(() => /* @__PURE__ */ o("div", { class: "details__body__title" }, "1er tiempo", -1)), j = { class: "details__body__game-section" }, q = ["onClick"], w = { class: "details__body" }, G = /* @__PURE__ */ n(() => /* @__PURE__ */ o("div", { class: "details__body__title" }, "2do tiempo", -1)), M = { class: "details__body__game-section" }, O = ["onClick"], P = {
1
+ import { useCssVars as $, computed as r, openBlock as d, createElementBlock as i, normalizeStyle as E, createElementVNode as o, createVNode as y, unref as g, Fragment as u, renderList as _, normalizeClass as b, toDisplayString as v, pushScopeId as H, popScopeId as R } from "vue";
2
+ import { J as T, Y as m } from "./index-28319465.js";
3
+ const n = (s) => (H("data-v-80d9c265"), s = s(), R(), s), V = { class: "details__header" }, W = /* @__PURE__ */ n(() => /* @__PURE__ */ o("div", { class: "details__header__title" }, "Jugando como", -1)), I = { class: "details__header__checkbox" }, J = { class: "details__body" }, z = { class: "details__body__playing-as" }, F = ["onClick"], L = { class: "details__header" }, N = /* @__PURE__ */ n(() => /* @__PURE__ */ o("div", { class: "details__header__title" }, "En: (Elige el lapso de tiempo)", -1)), U = { class: "details__header__checkbox" }, Y = { class: "details__body" }, D = /* @__PURE__ */ n(() => /* @__PURE__ */ o("div", { class: "details__body__title" }, "1er tiempo", -1)), j = { class: "details__body__game-section" }, q = ["onClick"], w = { class: "details__body" }, G = /* @__PURE__ */ n(() => /* @__PURE__ */ o("div", { class: "details__body__title" }, "2do tiempo", -1)), K = { class: "details__body__game-section" }, M = ["onClick"], O = {
4
4
  __name: "FilterConditions",
5
5
  props: {
6
6
  playingAs: {
@@ -90,15 +90,15 @@ const n = (s) => (H("data-v-893b389d"), s = s(), R(), s), V = { class: "details_
90
90
  },
91
91
  setup(s) {
92
92
  const a = s;
93
- E((e) => ({
94
- "2715f84a": s.buttonsBackgroundColor,
95
- "97bea92a": s.buttonsTextColor,
96
- "544788ef": s.buttonsBorderWidth,
97
- "53308a8c": s.buttonsBorderColor,
98
- e844f820: s.buttonsBackgroundColorActive,
99
- "76839a51": s.buttonsTextColorActive,
100
- "2bf17656": s.buttonsBorderWidthActive,
101
- a4c4469c: s.buttonsBorderColorActive
93
+ $((e) => ({
94
+ "49cba245": s.buttonsBackgroundColor,
95
+ "52f02da6": s.buttonsTextColor,
96
+ "7d3f686a": s.buttonsBorderWidth,
97
+ "7c286a07": s.buttonsBorderColor,
98
+ "24a6f4aa": s.buttonsBackgroundColorActive,
99
+ cd8d7768: s.buttonsTextColorActive,
100
+ "35fa5c10": s.buttonsBorderWidthActive,
101
+ "0cde1826": s.buttonsBorderColorActive
102
102
  }));
103
103
  const h = r(() => a.playingAs.every((e) => e.isSelected)), C = r(() => a.gameSections.every((e) => e.isSelected)), p = r(() => a.gameSections.reduce(
104
104
  (e, t) => (t.value <= 3 ? e.firstHalf.push(t) : e.secondHalf.push(t), e),
@@ -130,9 +130,9 @@ const n = (s) => (H("data-v-893b389d"), s = s(), R(), s), V = { class: "details_
130
130
  t.isSelected = l === 0;
131
131
  });
132
132
  }
133
- return (e, t) => (i(), d("div", {
133
+ return (e, t) => (d(), i("div", {
134
134
  class: "details",
135
- style: $(B.value)
135
+ style: E(B.value)
136
136
  }, [
137
137
  o("div", V, [
138
138
  W,
@@ -144,13 +144,13 @@ const n = (s) => (H("data-v-893b389d"), s = s(), R(), s), V = { class: "details_
144
144
  }, null, 8, ["model-value"])
145
145
  ])
146
146
  ]),
147
- o("div", z, [
148
- o("div", F, [
149
- (i(!0), d(u, null, _(a.playingAs, (l, c) => (i(), d("div", {
147
+ o("div", J, [
148
+ o("div", z, [
149
+ (d(!0), i(u, null, _(a.playingAs, (l, c) => (d(), i("div", {
150
150
  key: `pa${c}`,
151
151
  class: b(["details__body__button", { active: l.isSelected }]),
152
152
  onClick: (f) => k(l)
153
- }, v(l.name), 11, K))), 128))
153
+ }, v(l.name), 11, F))), 128))
154
154
  ])
155
155
  ]),
156
156
  o("div", L, [
@@ -163,10 +163,10 @@ const n = (s) => (H("data-v-893b389d"), s = s(), R(), s), V = { class: "details_
163
163
  }, null, 8, ["model-value"])
164
164
  ])
165
165
  ]),
166
- o("div", D, [
167
- J,
166
+ o("div", Y, [
167
+ D,
168
168
  o("div", j, [
169
- (i(!0), d(u, null, _(p.value.firstHalf, (l, c) => (i(), d("div", {
169
+ (d(!0), i(u, null, _(p.value.firstHalf, (l, c) => (d(), i("div", {
170
170
  key: `pa${c}`,
171
171
  class: b(["details__body__button", { active: l.isSelected }]),
172
172
  onClick: (f) => S(l)
@@ -175,17 +175,17 @@ const n = (s) => (H("data-v-893b389d"), s = s(), R(), s), V = { class: "details_
175
175
  ]),
176
176
  o("div", w, [
177
177
  G,
178
- o("div", M, [
179
- (i(!0), d(u, null, _(p.value.secondHalf, (l, c) => (i(), d("div", {
178
+ o("div", K, [
179
+ (d(!0), i(u, null, _(p.value.secondHalf, (l, c) => (d(), i("div", {
180
180
  key: `pa${c}`,
181
181
  class: b(["details__body__button", { active: l.isSelected }]),
182
182
  onClick: (f) => S(l)
183
- }, v(l.text), 11, O))), 128))
183
+ }, v(l.text), 11, M))), 128))
184
184
  ])
185
185
  ])
186
186
  ], 4));
187
187
  }
188
- }, Q = /* @__PURE__ */ T(P, [["__scopeId", "data-v-893b389d"]]);
188
+ }, X = /* @__PURE__ */ T(O, [["__scopeId", "data-v-80d9c265"]]);
189
189
  export {
190
- Q as default
190
+ X as default
191
191
  };
@@ -0,0 +1,21 @@
1
+ import { ref as r, openBlock as a, createElementBlock as n, createVNode as c, unref as u } from "vue";
2
+ import { J as d, Z as i } from "./index-28319465.js";
3
+ const f = { class: "filter-field" }, m = {
4
+ __name: "FilterField",
5
+ setup(p) {
6
+ const l = r(Array.from({ length: 16 }, (t, e) => e + 1));
7
+ function o() {
8
+ }
9
+ return (t, e) => (a(), n("div", f, [
10
+ c(u(i), {
11
+ width: "100%",
12
+ "background-color": "#2E3B46",
13
+ value: l.value,
14
+ "onUpdate:modelValue": o
15
+ }, null, 8, ["value"])
16
+ ]));
17
+ }
18
+ }, _ = /* @__PURE__ */ d(m, [["__scopeId", "data-v-8103c3e1"]]);
19
+ export {
20
+ _ as default
21
+ };
@@ -1,6 +1,6 @@
1
- import { openBlock as r, createElementBlock as o, Fragment as t, renderList as u, createVNode as d, createBlock as n, unref as b } from "vue";
2
- import { Z as l, K as i } from "./index-416f4fda.js";
3
- const g = { class: "subcategory-group" }, y = {
1
+ import { openBlock as r, createElementBlock as o, Fragment as t, renderList as u, createVNode as d, createBlock as n, unref as i } from "vue";
2
+ import { J as l, Y as g } from "./index-28319465.js";
3
+ const y = { class: "subcategory-group" }, b = {
4
4
  __name: "SubcategoryGroup",
5
5
  props: {
6
6
  subcategoryGroup: {
@@ -9,8 +9,8 @@ const g = { class: "subcategory-group" }, y = {
9
9
  }
10
10
  },
11
11
  setup(a) {
12
- return (s, c) => (r(), o("div", g, [
13
- (r(!0), o(t, null, u(a.subcategoryGroup, (e) => (r(), n(b(i), {
12
+ return (s, c) => (r(), o("div", y, [
13
+ (r(!0), o(t, null, u(a.subcategoryGroup, (e) => (r(), n(i(g), {
14
14
  key: e.id,
15
15
  modelValue: e.isSelected,
16
16
  "onUpdate:modelValue": (p) => e.isSelected = p,
@@ -18,7 +18,7 @@ const g = { class: "subcategory-group" }, y = {
18
18
  }, null, 8, ["modelValue", "onUpdate:modelValue", "label"]))), 128))
19
19
  ]));
20
20
  }
21
- }, m = /* @__PURE__ */ l(y, [["__scopeId", "data-v-85bc2114"]]), _ = { class: "filter-subcategories" }, f = {
21
+ }, m = /* @__PURE__ */ l(b, [["__scopeId", "data-v-ae6f3d72"]]), _ = { class: "filter-subcategories" }, f = {
22
22
  __name: "FilterSubcategories",
23
23
  props: {
24
24
  subcategoryGroups: {
@@ -36,7 +36,7 @@ const g = { class: "subcategory-group" }, y = {
36
36
  ]))), 128))
37
37
  ]));
38
38
  }
39
- }, v = /* @__PURE__ */ l(f, [["__scopeId", "data-v-74a77bab"]]);
39
+ }, v = /* @__PURE__ */ l(f, [["__scopeId", "data-v-5edaefc2"]]);
40
40
  export {
41
41
  v as default
42
42
  };
@@ -1,4 +1,4 @@
1
- import { G as a, r as s } from "./index-416f4fda.js";
1
+ import { G as a, r as s } from "./index-28319465.js";
2
2
  import "vue";
3
3
  export {
4
4
  a as GSCPlayerTeamProfile,