@golstats/gsc-reports 1.0.131 → 1.0.133
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-B5d657ee-Bx3MwOaz.js → FilterConditions-55d68355-DMqzcKBO-1OHrGWAh-DgPKGD15.js} +13 -13
- package/dist/{FilterField-59a73e38-CNaE03Ge-DAfayPkJ-xt4KSb5Q.js → FilterField-59a73e38-CNaE03Ge-D81sAP-7-CNsh0ojl.js} +1 -1
- package/dist/{FilterSubcategories-a9b32cc9-_h5FCZ4r-B7VqLyBd-qoru-7Qp.js → FilterSubcategories-a9b32cc9-_h5FCZ4r-iK4YStbA-BE0-f-EB.js} +1 -1
- package/dist/gsc-reports.css +1 -1
- package/dist/gsc-reports.es.js +1 -1
- package/dist/gsc-reports.umd.js +130 -130
- package/dist/{index-BZqP6GtQ.js → index-C7d_HXxN.js} +16676 -16547
- package/package.json +2 -2
- package/src/components/template-report-maker/CoverSelector.vue +165 -165
- package/src/components/template-report-maker/ReportView.vue +66 -66
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { useCssVars as
|
|
2
|
-
import {
|
|
3
|
-
const n = (d) => (H("data-v-80d9c265"), d = d(), R(), d), V = { class: "details__header" },
|
|
1
|
+
import { useCssVars as E, computed as c, openBlock as i, createElementBlock as o, normalizeStyle as $, createElementVNode as a, createVNode as y, unref as g, Fragment as u, renderList as _, normalizeClass as b, toDisplayString as p, pushScopeId as H, popScopeId as R } from "vue";
|
|
2
|
+
import { e as T, F as m } from "./index-C7d_HXxN.js";
|
|
3
|
+
const n = (d) => (H("data-v-80d9c265"), d = d(), R(), d), V = { class: "details__header" }, F = /* @__PURE__ */ n(() => /* @__PURE__ */ a("div", { class: "details__header__title" }, "Jugando como", -1)), W = { class: "details__header__checkbox" }, I = { class: "details__body" }, z = { 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: {
|
|
@@ -90,7 +90,7 @@ const n = (d) => (H("data-v-80d9c265"), d = d(), R(), d), V = { class: "details_
|
|
|
90
90
|
},
|
|
91
91
|
setup(d) {
|
|
92
92
|
const s = d;
|
|
93
|
-
|
|
93
|
+
E((e) => ({
|
|
94
94
|
"49cba245": d.buttonsBackgroundColor,
|
|
95
95
|
"52f02da6": d.buttonsTextColor,
|
|
96
96
|
"7d3f686a": d.buttonsBorderWidth,
|
|
@@ -117,13 +117,13 @@ const n = (d) => (H("data-v-80d9c265"), d = d(), R(), d), V = { class: "details_
|
|
|
117
117
|
t.isSelected = l === 0;
|
|
118
118
|
});
|
|
119
119
|
}
|
|
120
|
-
function
|
|
120
|
+
function k(e) {
|
|
121
121
|
s.playingAs.filter((t) => t.isSelected).length === 1 && e.isSelected || (e.isSelected = !e.isSelected);
|
|
122
122
|
}
|
|
123
123
|
function S(e) {
|
|
124
124
|
s.gameSections.filter((t) => t.isSelected).length === 1 && e.isSelected || (e.isSelected = !e.isSelected);
|
|
125
125
|
}
|
|
126
|
-
function
|
|
126
|
+
function A(e) {
|
|
127
127
|
e ? s.gameSections.forEach((t) => {
|
|
128
128
|
t.isSelected = !0;
|
|
129
129
|
}) : s.gameSections.forEach((t, l) => {
|
|
@@ -132,11 +132,11 @@ const n = (d) => (H("data-v-80d9c265"), d = d(), R(), d), V = { class: "details_
|
|
|
132
132
|
}
|
|
133
133
|
return (e, t) => (i(), o("div", {
|
|
134
134
|
class: "details",
|
|
135
|
-
style:
|
|
135
|
+
style: $(B.value)
|
|
136
136
|
}, [
|
|
137
137
|
a("div", V, [
|
|
138
|
-
|
|
139
|
-
a("div",
|
|
138
|
+
F,
|
|
139
|
+
a("div", W, [
|
|
140
140
|
y(g(m), {
|
|
141
141
|
label: "Todos",
|
|
142
142
|
"model-value": h.value,
|
|
@@ -144,12 +144,12 @@ const n = (d) => (H("data-v-80d9c265"), d = d(), R(), d), V = { class: "details_
|
|
|
144
144
|
}, null, 8, ["model-value"])
|
|
145
145
|
])
|
|
146
146
|
]),
|
|
147
|
-
a("div",
|
|
148
|
-
a("div",
|
|
147
|
+
a("div", I, [
|
|
148
|
+
a("div", z, [
|
|
149
149
|
(i(!0), o(u, null, _(s.playingAs, (l, r) => (i(), o("div", {
|
|
150
150
|
key: `pa${r}`,
|
|
151
151
|
class: b(["details__body__button", { active: l.isSelected }]),
|
|
152
|
-
onClick: (f) =>
|
|
152
|
+
onClick: (f) => k(l)
|
|
153
153
|
}, p(l.name), 11, L))), 128))
|
|
154
154
|
])
|
|
155
155
|
]),
|
|
@@ -159,7 +159,7 @@ const n = (d) => (H("data-v-80d9c265"), d = d(), R(), d), V = { class: "details_
|
|
|
159
159
|
y(g(m), {
|
|
160
160
|
label: "Todos",
|
|
161
161
|
"model-value": C.value,
|
|
162
|
-
"onUpdate:modelValue":
|
|
162
|
+
"onUpdate:modelValue": A
|
|
163
163
|
}, null, 8, ["model-value"])
|
|
164
164
|
])
|
|
165
165
|
]),
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ref as r, openBlock as a, createElementBlock as n, createVNode as c, unref as d } from "vue";
|
|
2
|
-
import {
|
|
2
|
+
import { e as u, q as f } from "./index-C7d_HXxN.js";
|
|
3
3
|
const i = { class: "filter-field" }, m = {
|
|
4
4
|
__name: "FilterField",
|
|
5
5
|
setup(s) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { openBlock as r, createElementBlock as a, Fragment as o, renderList as u, createVNode as d, createBlock as n, unref as i } from "vue";
|
|
2
|
-
import {
|
|
2
|
+
import { e as l, F as g } from "./index-C7d_HXxN.js";
|
|
3
3
|
const b = { class: "subcategory-group" }, m = {
|
|
4
4
|
__name: "SubcategoryGroup",
|
|
5
5
|
props: {
|