@golstats/gsc-reports 1.0.130 → 1.0.132

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 $, computed as c, openBlock as i, createElementBlock as o, normalizeStyle as E, 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 { $ as T, A as m } from "./index-BonCstdA.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 = {
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-BMjKOCt8.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
- $((e) => ({
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 A(e) {
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 k(e) {
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: E(B.value)
135
+ style: $(B.value)
136
136
  }, [
137
137
  a("div", V, [
138
- W,
139
- a("div", I, [
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", z, [
148
- a("div", F, [
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) => A(l)
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": k
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 { $ as u, N as f } from "./index-BonCstdA.js";
2
+ import { e as u, q as f } from "./index-BMjKOCt8.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 { $ as l, A as g } from "./index-BonCstdA.js";
2
+ import { e as l, F as g } from "./index-BMjKOCt8.js";
3
3
  const b = { class: "subcategory-group" }, m = {
4
4
  __name: "SubcategoryGroup",
5
5
  props: {