@golstats/gsc-reports 1.0.71 → 1.0.73
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-55d68355-DMqzcKBO-DK952YDo-Cij_NZg6.js → FilterConditions-55d68355-DMqzcKBO-DetRyeQp-D-SFJTPh.js} +22 -22
- package/dist/{FilterField-59a73e38-CNaE03Ge-Bmj2gWhm-CBB7KZLF.js → FilterField-59a73e38-CNaE03Ge-y0TJhKzn-DmW2Nen2.js} +6 -6
- package/dist/{FilterSubcategories-a9b32cc9-_h5FCZ4r-6JcqVnpH-CyLxoSVs.js → FilterSubcategories-a9b32cc9-_h5FCZ4r-s9tf4U0t-D2WRoC-O.js} +10 -10
- package/dist/gsc-reports.css +1 -1
- package/dist/gsc-reports.es.js +1 -1
- package/dist/gsc-reports.umd.js +302 -288
- package/dist/{index-MIBo93NJ.js → index-DlP73Y2z.js} +110359 -101140
- package/package.json +3 -3
- package/src/App.vue +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useCssVars as E, computed as c, createElementBlock as i, openBlock as o, normalizeStyle as $, createElementVNode as a, 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 {
|
|
3
|
-
const n = (d) => (H("data-v-80d9c265"), d = d(), R(), d), V = { class: "details__header" }, W = /* @__PURE__ */ n(() => /* @__PURE__ */ a("div", { class: "details__header__title" }, "Jugando como", -1)), I = { class: "details__header__checkbox" },
|
|
2
|
+
import { _ as T, t as m } from "./index-DlP73Y2z.js";
|
|
3
|
+
const n = (d) => (H("data-v-80d9c265"), d = d(), R(), d), V = { class: "details__header" }, W = /* @__PURE__ */ n(() => /* @__PURE__ */ a("div", { class: "details__header__title" }, "Jugando como", -1)), I = { class: "details__header__checkbox" }, z = { class: "details__body" }, F = { class: "details__body__playing-as" }, L = ["onClick"], N = { class: "details__header" }, U = /* @__PURE__ */ n(() => /* @__PURE__ */ a("div", { class: "details__header__title" }, "En: (Elige el lapso de tiempo)", -1)), D = { class: "details__header__checkbox" }, J = { class: "details__body" }, j = /* @__PURE__ */ n(() => /* @__PURE__ */ a("div", { class: "details__body__title" }, "1er tiempo", -1)), q = { class: "details__body__game-section" }, w = ["onClick"], G = { class: "details__body" }, K = /* @__PURE__ */ n(() => /* @__PURE__ */ a("div", { class: "details__body__title" }, "2do tiempo", -1)), M = { class: "details__body__game-section" }, O = ["onClick"], P = {
|
|
4
4
|
__name: "FilterConditions",
|
|
5
5
|
props: {
|
|
6
6
|
playingAs: {
|
|
@@ -106,11 +106,11 @@ const n = (d) => (H("data-v-80d9c265"), d = d(), R(), d), V = { class: "details_
|
|
|
106
106
|
firstHalf: [],
|
|
107
107
|
secondHalf: []
|
|
108
108
|
}
|
|
109
|
-
)),
|
|
109
|
+
)), x = c(() => ({
|
|
110
110
|
"--border-radius-first-button": `${s.buttonsBorderRadius} 0 0 ${s.buttonsBorderRadius}`,
|
|
111
111
|
"--border-radius-last-button": `0 ${s.buttonsBorderRadius} ${s.buttonsBorderRadius} 0`
|
|
112
112
|
}));
|
|
113
|
-
function
|
|
113
|
+
function B(e) {
|
|
114
114
|
e ? s.playingAs.forEach((t) => {
|
|
115
115
|
t.isSelected = !0;
|
|
116
116
|
}) : s.playingAs.forEach((t, l) => {
|
|
@@ -132,7 +132,7 @@ const n = (d) => (H("data-v-80d9c265"), d = d(), R(), d), V = { class: "details_
|
|
|
132
132
|
}
|
|
133
133
|
return (e, t) => (o(), i("div", {
|
|
134
134
|
class: "details",
|
|
135
|
-
style: $(
|
|
135
|
+
style: $(x.value)
|
|
136
136
|
}, [
|
|
137
137
|
a("div", V, [
|
|
138
138
|
W,
|
|
@@ -140,22 +140,22 @@ const n = (d) => (H("data-v-80d9c265"), d = d(), R(), d), V = { class: "details_
|
|
|
140
140
|
y(g(m), {
|
|
141
141
|
label: "Todos",
|
|
142
142
|
"model-value": h.value,
|
|
143
|
-
"onUpdate:modelValue":
|
|
143
|
+
"onUpdate:modelValue": B
|
|
144
144
|
}, null, 8, ["model-value"])
|
|
145
145
|
])
|
|
146
146
|
]),
|
|
147
|
-
a("div",
|
|
148
|
-
a("div",
|
|
147
|
+
a("div", z, [
|
|
148
|
+
a("div", F, [
|
|
149
149
|
(o(!0), i(u, null, _(s.playingAs, (l, r) => (o(), i("div", {
|
|
150
150
|
key: `pa${r}`,
|
|
151
151
|
class: b(["details__body__button", { active: l.isSelected }]),
|
|
152
152
|
onClick: (f) => k(l)
|
|
153
|
-
}, v(l.name), 11,
|
|
153
|
+
}, v(l.name), 11, L))), 128))
|
|
154
154
|
])
|
|
155
155
|
]),
|
|
156
|
-
a("div",
|
|
157
|
-
|
|
158
|
-
a("div",
|
|
156
|
+
a("div", N, [
|
|
157
|
+
U,
|
|
158
|
+
a("div", D, [
|
|
159
159
|
y(g(m), {
|
|
160
160
|
label: "Todos",
|
|
161
161
|
"model-value": C.value,
|
|
@@ -163,29 +163,29 @@ const n = (d) => (H("data-v-80d9c265"), d = d(), R(), d), V = { class: "details_
|
|
|
163
163
|
}, null, 8, ["model-value"])
|
|
164
164
|
])
|
|
165
165
|
]),
|
|
166
|
-
a("div",
|
|
167
|
-
|
|
168
|
-
a("div",
|
|
166
|
+
a("div", J, [
|
|
167
|
+
j,
|
|
168
|
+
a("div", q, [
|
|
169
169
|
(o(!0), i(u, null, _(p.value.firstHalf, (l, r) => (o(), i("div", {
|
|
170
170
|
key: `pa${r}`,
|
|
171
171
|
class: b(["details__body__button", { active: l.isSelected }]),
|
|
172
172
|
onClick: (f) => S(l)
|
|
173
|
-
}, v(l.text), 11,
|
|
173
|
+
}, v(l.text), 11, w))), 128))
|
|
174
174
|
])
|
|
175
175
|
]),
|
|
176
|
-
a("div",
|
|
177
|
-
|
|
178
|
-
a("div",
|
|
176
|
+
a("div", G, [
|
|
177
|
+
K,
|
|
178
|
+
a("div", M, [
|
|
179
179
|
(o(!0), i(u, null, _(p.value.secondHalf, (l, r) => (o(), i("div", {
|
|
180
180
|
key: `pa${r}`,
|
|
181
181
|
class: b(["details__body__button", { active: l.isSelected }]),
|
|
182
182
|
onClick: (f) => S(l)
|
|
183
|
-
}, v(l.text), 11,
|
|
183
|
+
}, v(l.text), 11, O))), 128))
|
|
184
184
|
])
|
|
185
185
|
])
|
|
186
186
|
], 4));
|
|
187
187
|
}
|
|
188
|
-
},
|
|
188
|
+
}, X = /* @__PURE__ */ T(P, [["__scopeId", "data-v-80d9c265"]]);
|
|
189
189
|
export {
|
|
190
|
-
|
|
190
|
+
X as default
|
|
191
191
|
};
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { ref as r, createElementBlock as a, openBlock as
|
|
2
|
-
import {
|
|
1
|
+
import { ref as r, createElementBlock as a, openBlock as n, createVNode as c, unref as d } from "vue";
|
|
2
|
+
import { _ as u, e as f } from "./index-DlP73Y2z.js";
|
|
3
3
|
const i = { class: "filter-field" }, m = {
|
|
4
4
|
__name: "FilterField",
|
|
5
5
|
setup(s) {
|
|
6
6
|
const l = r(Array.from({ length: 16 }, (t, e) => e + 1));
|
|
7
7
|
function o() {
|
|
8
8
|
}
|
|
9
|
-
return (t, e) => (
|
|
10
|
-
|
|
9
|
+
return (t, e) => (n(), a("div", i, [
|
|
10
|
+
c(d(f), {
|
|
11
11
|
width: "100%",
|
|
12
12
|
"background-color": "#2E3B46",
|
|
13
13
|
value: l.value,
|
|
@@ -15,7 +15,7 @@ const i = { class: "filter-field" }, m = {
|
|
|
15
15
|
}, null, 8, ["value"])
|
|
16
16
|
]));
|
|
17
17
|
}
|
|
18
|
-
},
|
|
18
|
+
}, v = /* @__PURE__ */ u(m, [["__scopeId", "data-v-8103c3e1"]]);
|
|
19
19
|
export {
|
|
20
|
-
|
|
20
|
+
v as default
|
|
21
21
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { createElementBlock as
|
|
2
|
-
import {
|
|
1
|
+
import { createElementBlock as t, openBlock as r, Fragment as o, renderList as u, createVNode as d, createBlock as n, unref as i } from "vue";
|
|
2
|
+
import { _ as l, t as g } from "./index-DlP73Y2z.js";
|
|
3
3
|
const b = { class: "subcategory-group" }, m = {
|
|
4
4
|
__name: "SubcategoryGroup",
|
|
5
5
|
props: {
|
|
@@ -8,9 +8,9 @@ const b = { class: "subcategory-group" }, m = {
|
|
|
8
8
|
default: () => []
|
|
9
9
|
}
|
|
10
10
|
},
|
|
11
|
-
setup(
|
|
12
|
-
return (s, c) => (r(),
|
|
13
|
-
(r(!0),
|
|
11
|
+
setup(a) {
|
|
12
|
+
return (s, c) => (r(), t("div", b, [
|
|
13
|
+
(r(!0), t(o, 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 b = { class: "subcategory-group" }, m = {
|
|
|
18
18
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "label"]))), 128))
|
|
19
19
|
]));
|
|
20
20
|
}
|
|
21
|
-
}, y = /* @__PURE__ */ l(m, [["__scopeId", "data-v-ae6f3d72"]]),
|
|
21
|
+
}, y = /* @__PURE__ */ l(m, [["__scopeId", "data-v-ae6f3d72"]]), _ = { class: "filter-subcategories" }, f = {
|
|
22
22
|
__name: "FilterSubcategories",
|
|
23
23
|
props: {
|
|
24
24
|
subcategoryGroups: {
|
|
@@ -26,9 +26,9 @@ const b = { class: "subcategory-group" }, m = {
|
|
|
26
26
|
default: () => []
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
|
-
setup(
|
|
30
|
-
return (s, c) => (r(),
|
|
31
|
-
(r(!0),
|
|
29
|
+
setup(a) {
|
|
30
|
+
return (s, c) => (r(), t("div", _, [
|
|
31
|
+
(r(!0), t(o, null, u(a.subcategoryGroups, (e) => (r(), t("div", {
|
|
32
32
|
key: e.id,
|
|
33
33
|
class: "filter-subcategories__group"
|
|
34
34
|
}, [
|
|
@@ -36,7 +36,7 @@ const b = { class: "subcategory-group" }, m = {
|
|
|
36
36
|
]))), 128))
|
|
37
37
|
]));
|
|
38
38
|
}
|
|
39
|
-
}, k = /* @__PURE__ */ l(
|
|
39
|
+
}, k = /* @__PURE__ */ l(f, [["__scopeId", "data-v-5edaefc2"]]);
|
|
40
40
|
export {
|
|
41
41
|
k as default
|
|
42
42
|
};
|