@golstats/gsc-reports 1.0.25 → 1.0.27
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-BUvCA8gG-FpYFCyY--BKE9S8US.js → FilterConditions-55d68355-BUvCA8gG-B9OypILc-Dh2U8GsR.js} +11 -11
- package/dist/FilterField-59a73e38-C85AzksG-aLXJnqLr-BazLprbA.js +21 -0
- package/dist/{FilterSubcategories-a9b32cc9-B7ERo60D-oIMWujpQ-4GsSPdtr.js → FilterSubcategories-a9b32cc9-B7ERo60D-BHoVNaO6-oHec463F.js} +1 -1
- package/dist/gsc-reports.css +1 -1
- package/dist/gsc-reports.es.js +1 -1
- package/dist/gsc-reports.umd.js +263 -258
- package/dist/{index-BqgGlI10.js → index-ByndYqnR.js} +84968 -81867
- package/package.json +2 -2
- package/dist/FilterField-59a73e38-C85AzksG-BnC1nEUC-DkAmhFTz.js +0 -21
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { useCssVars as E, computed as c, createElementBlock as i, openBlock as o, normalizeStyle as
|
|
2
|
-
import {
|
|
3
|
-
const n = (d) => (
|
|
1
|
+
import { useCssVars as E, computed as c, createElementBlock as i, openBlock as o, normalizeStyle as H, createElementVNode as a, createVNode as y, unref as g, Fragment as u, renderList as _, normalizeClass as b, toDisplayString as v, pushScopeId as $, popScopeId as R } from "vue";
|
|
2
|
+
import { G as T, H as m } from "./index-ByndYqnR.js";
|
|
3
|
+
const n = (d) => ($("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" }, G = ["onClick"], L = { class: "details__header" }, N = /* @__PURE__ */ n(() => /* @__PURE__ */ a("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__ */ a("div", { class: "details__body__title" }, "1er tiempo", -1)), j = { class: "details__body__game-section" }, q = ["onClick"], w = { class: "details__body" }, K = /* @__PURE__ */ n(() => /* @__PURE__ */ a("div", { class: "details__body__title" }, "2do tiempo", -1)), M = { class: "details__body__game-section" }, O = ["onClick"], X = {
|
|
4
4
|
__name: "FilterConditions",
|
|
5
5
|
props: {
|
|
6
6
|
playingAs: {
|
|
@@ -100,13 +100,13 @@ const n = (d) => (H("data-v-80d9c265"), d = d(), R(), d), V = { class: "details_
|
|
|
100
100
|
"35fa5c10": d.buttonsBorderWidthActive,
|
|
101
101
|
"0cde1826": d.buttonsBorderColorActive
|
|
102
102
|
}));
|
|
103
|
-
const h = c(() => s.playingAs.every((e) => e.isSelected)),
|
|
103
|
+
const h = c(() => s.playingAs.every((e) => e.isSelected)), C = c(() => s.gameSections.every((e) => e.isSelected)), p = c(() => s.gameSections.reduce(
|
|
104
104
|
(e, t) => (t.value <= 3 ? e.firstHalf.push(t) : e.secondHalf.push(t), e),
|
|
105
105
|
{
|
|
106
106
|
firstHalf: [],
|
|
107
107
|
secondHalf: []
|
|
108
108
|
}
|
|
109
|
-
)),
|
|
109
|
+
)), B = 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
|
}));
|
|
@@ -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: H(B.value)
|
|
136
136
|
}, [
|
|
137
137
|
a("div", V, [
|
|
138
138
|
W,
|
|
@@ -150,15 +150,15 @@ const n = (d) => (H("data-v-80d9c265"), d = d(), R(), d), V = { class: "details_
|
|
|
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, G))), 128))
|
|
154
154
|
])
|
|
155
155
|
]),
|
|
156
|
-
a("div",
|
|
156
|
+
a("div", L, [
|
|
157
157
|
N,
|
|
158
158
|
a("div", U, [
|
|
159
159
|
y(g(m), {
|
|
160
160
|
label: "Todos",
|
|
161
|
-
"model-value":
|
|
161
|
+
"model-value": C.value,
|
|
162
162
|
"onUpdate:modelValue": A
|
|
163
163
|
}, null, 8, ["model-value"])
|
|
164
164
|
])
|
|
@@ -174,8 +174,8 @@ const n = (d) => (H("data-v-80d9c265"), d = d(), R(), d), V = { class: "details_
|
|
|
174
174
|
])
|
|
175
175
|
]),
|
|
176
176
|
a("div", w, [
|
|
177
|
-
|
|
178
|
-
a("div",
|
|
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 }]),
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { ref as r, createElementBlock as a, openBlock as n, createVNode as c, unref as u } from "vue";
|
|
2
|
+
import { G as d, W as f } from "./index-ByndYqnR.js";
|
|
3
|
+
const i = { class: "filter-field" }, m = {
|
|
4
|
+
__name: "FilterField",
|
|
5
|
+
setup(s) {
|
|
6
|
+
const l = r(Array.from({ length: 16 }, (t, e) => e + 1));
|
|
7
|
+
function o() {
|
|
8
|
+
}
|
|
9
|
+
return (t, e) => (n(), a("div", i, [
|
|
10
|
+
c(u(f), {
|
|
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,5 +1,5 @@
|
|
|
1
1
|
import { createElementBlock as a, openBlock as r, Fragment as o, renderList as u, createVNode as d, createBlock as n, unref as i } from "vue";
|
|
2
|
-
import {
|
|
2
|
+
import { G as l, H as g } from "./index-ByndYqnR.js";
|
|
3
3
|
const b = { class: "subcategory-group" }, m = {
|
|
4
4
|
__name: "SubcategoryGroup",
|
|
5
5
|
props: {
|