@golstats/gsc-reports 1.0.0 → 1.0.1

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,5 +1,5 @@
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 { c as T, y as m } from "./index-B1R4W2EC.js";
2
+ import { C as T, u as m } from "./index-C108f86H.js";
3
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: {
@@ -100,7 +100,7 @@ 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)), C = c(() => s.gameSections.every((e) => e.isSelected)), p = c(() => s.gameSections.reduce(
103
+ const C = c(() => s.playingAs.every((e) => e.isSelected)), h = 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: [],
@@ -139,7 +139,7 @@ const n = (d) => (H("data-v-80d9c265"), d = d(), R(), d), V = { class: "details_
139
139
  a("div", I, [
140
140
  y(g(m), {
141
141
  label: "Todos",
142
- "model-value": h.value,
142
+ "model-value": C.value,
143
143
  "onUpdate:modelValue": x
144
144
  }, null, 8, ["model-value"])
145
145
  ])
@@ -158,7 +158,7 @@ const n = (d) => (H("data-v-80d9c265"), d = d(), R(), d), V = { class: "details_
158
158
  a("div", D, [
159
159
  y(g(m), {
160
160
  label: "Todos",
161
- "model-value": C.value,
161
+ "model-value": h.value,
162
162
  "onUpdate:modelValue": A
163
163
  }, null, 8, ["model-value"])
164
164
  ])
@@ -1,5 +1,5 @@
1
1
  import { ref as r, createElementBlock as a, openBlock as c, createVNode as n, unref as d } from "vue";
2
- import { c as u, v as f } from "./index-B1R4W2EC.js";
2
+ import { C as u, c as f } from "./index-C108f86H.js";
3
3
  const i = { class: "filter-field" }, m = {
4
4
  __name: "FilterField",
5
5
  setup(s) {
@@ -15,7 +15,7 @@ const i = { class: "filter-field" }, m = {
15
15
  }, null, 8, ["value"])
16
16
  ]));
17
17
  }
18
- }, B = /* @__PURE__ */ u(m, [["__scopeId", "data-v-8103c3e1"]]);
18
+ }, _ = /* @__PURE__ */ u(m, [["__scopeId", "data-v-8103c3e1"]]);
19
19
  export {
20
- B as default
20
+ _ as default
21
21
  };
@@ -1,6 +1,6 @@
1
- import { createElementBlock as a, openBlock as r, Fragment as t, renderList as u, createVNode as d, createBlock as n, unref as i } from "vue";
2
- import { c as l, y } from "./index-B1R4W2EC.js";
3
- const g = { class: "subcategory-group" }, b = {
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 { C as l, u as g } from "./index-C108f86H.js";
3
+ const b = { class: "subcategory-group" }, m = {
4
4
  __name: "SubcategoryGroup",
5
5
  props: {
6
6
  subcategoryGroup: {
@@ -8,9 +8,9 @@ const g = { class: "subcategory-group" }, b = {
8
8
  default: () => []
9
9
  }
10
10
  },
11
- setup(o) {
12
- return (s, c) => (r(), a("div", g, [
13
- (r(!0), a(t, null, u(o.subcategoryGroup, (e) => (r(), n(i(y), {
11
+ setup(t) {
12
+ return (s, c) => (r(), a("div", b, [
13
+ (r(!0), a(o, null, u(t.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" }, b = {
18
18
  }, null, 8, ["modelValue", "onUpdate:modelValue", "label"]))), 128))
19
19
  ]));
20
20
  }
21
- }, m = /* @__PURE__ */ l(b, [["__scopeId", "data-v-ae6f3d72"]]), f = { class: "filter-subcategories" }, _ = {
21
+ }, y = /* @__PURE__ */ l(m, [["__scopeId", "data-v-ae6f3d72"]]), f = { class: "filter-subcategories" }, _ = {
22
22
  __name: "FilterSubcategories",
23
23
  props: {
24
24
  subcategoryGroups: {
@@ -26,13 +26,13 @@ const g = { class: "subcategory-group" }, b = {
26
26
  default: () => []
27
27
  }
28
28
  },
29
- setup(o) {
29
+ setup(t) {
30
30
  return (s, c) => (r(), a("div", f, [
31
- (r(!0), a(t, null, u(o.subcategoryGroups, (e) => (r(), a("div", {
31
+ (r(!0), a(o, null, u(t.subcategoryGroups, (e) => (r(), a("div", {
32
32
  key: e.id,
33
33
  class: "filter-subcategories__group"
34
34
  }, [
35
- d(m, { subcategoryGroup: e }, null, 8, ["subcategoryGroup"])
35
+ d(y, { subcategoryGroup: e }, null, 8, ["subcategoryGroup"])
36
36
  ]))), 128))
37
37
  ]));
38
38
  }