@golstats/lilini-player-detection 1.0.1 → 1.0.3

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, createElementBlock as s, openBlock as i, normalizeStyle as E, createElementVNode as o, createVNode as y, unref as g, Fragment as u, renderList as _, normalizeClass as b, toDisplayString as v, pushScopeId as V, popScopeId as H } from "vue";
2
- import { K as T, q as m } from "./index-uzHblu_C.js";
3
- const n = (d) => (V("data-v-893b389d"), d = d(), H(), d), R = { class: "details__header" }, W = /* @__PURE__ */ n(() => /* @__PURE__ */ o("div", { class: "details__header__title" }, "Jugando como", -1)), I = { class: "details__header__checkbox" }, q = { class: "details__body" }, z = { class: "details__body__playing-as" }, F = ["onClick"], K = { class: "details__header" }, L = /* @__PURE__ */ n(() => /* @__PURE__ */ o("div", { class: "details__header__title" }, "En: (Elige el lapso de tiempo)", -1)), N = { class: "details__header__checkbox" }, U = { class: "details__body" }, D = /* @__PURE__ */ n(() => /* @__PURE__ */ o("div", { class: "details__body__title" }, "1er tiempo", -1)), J = { class: "details__body__game-section" }, j = ["onClick"], w = { class: "details__body" }, G = /* @__PURE__ */ n(() => /* @__PURE__ */ o("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, createElementBlock as s, openBlock as i, normalizeStyle as V, createElementVNode as d, createVNode as y, unref as g, Fragment as u, renderList as _, normalizeClass as b, toDisplayString as v, pushScopeId as $, popScopeId as H } from "vue";
2
+ import { i as T, e as m } from "./index-BITWCcQ6.js";
3
+ const n = (o) => ($("data-v-80d9c265"), o = o(), H(), o), R = { class: "details__header" }, W = /* @__PURE__ */ n(() => /* @__PURE__ */ d("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__ */ d("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__ */ d("div", { class: "details__body__title" }, "1er tiempo", -1)), q = { class: "details__body__game-section" }, w = ["onClick"], G = { class: "details__body" }, K = /* @__PURE__ */ n(() => /* @__PURE__ */ d("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: {
@@ -88,55 +88,55 @@ const n = (d) => (V("data-v-893b389d"), d = d(), H(), d), R = { class: "details_
88
88
  default: "4px"
89
89
  }
90
90
  },
91
- setup(d) {
92
- const a = d;
93
- $((e) => ({
94
- "2715f84a": d.buttonsBackgroundColor,
95
- "97bea92a": d.buttonsTextColor,
96
- "544788ef": d.buttonsBorderWidth,
97
- "53308a8c": d.buttonsBorderColor,
98
- e844f820: d.buttonsBackgroundColorActive,
99
- "76839a51": d.buttonsTextColorActive,
100
- "2bf17656": d.buttonsBorderWidthActive,
101
- a4c4469c: d.buttonsBorderColorActive
91
+ setup(o) {
92
+ const l = o;
93
+ E((e) => ({
94
+ "49cba245": o.buttonsBackgroundColor,
95
+ "52f02da6": o.buttonsTextColor,
96
+ "7d3f686a": o.buttonsBorderWidth,
97
+ "7c286a07": o.buttonsBorderColor,
98
+ "24a6f4aa": o.buttonsBackgroundColorActive,
99
+ cd8d7768: o.buttonsTextColorActive,
100
+ "35fa5c10": o.buttonsBorderWidthActive,
101
+ "0cde1826": o.buttonsBorderColorActive
102
102
  }));
103
- const h = c(() => a.playingAs.every((e) => e.isSelected)), C = c(() => a.gameSections.every((e) => e.isSelected)), p = c(() => a.gameSections.reduce(
103
+ const h = c(() => l.playingAs.every((e) => e.isSelected)), C = c(() => l.gameSections.every((e) => e.isSelected)), p = c(() => l.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
- "--border-radius-first-button": `${a.buttonsBorderRadius} 0 0 ${a.buttonsBorderRadius}`,
111
- "--border-radius-last-button": `0 ${a.buttonsBorderRadius} ${a.buttonsBorderRadius} 0`
110
+ "--border-radius-first-button": `${l.buttonsBorderRadius} 0 0 ${l.buttonsBorderRadius}`,
111
+ "--border-radius-last-button": `0 ${l.buttonsBorderRadius} ${l.buttonsBorderRadius} 0`
112
112
  }));
113
113
  function x(e) {
114
- e ? a.playingAs.forEach((t) => {
114
+ e ? l.playingAs.forEach((t) => {
115
115
  t.isSelected = !0;
116
- }) : a.playingAs.forEach((t, l) => {
117
- t.isSelected = l === 0;
116
+ }) : l.playingAs.forEach((t, a) => {
117
+ t.isSelected = a === 0;
118
118
  });
119
119
  }
120
120
  function k(e) {
121
- a.playingAs.filter((t) => t.isSelected).length === 1 && e.isSelected || (e.isSelected = !e.isSelected);
121
+ l.playingAs.filter((t) => t.isSelected).length === 1 && e.isSelected || (e.isSelected = !e.isSelected);
122
122
  }
123
123
  function S(e) {
124
- a.gameSections.filter((t) => t.isSelected).length === 1 && e.isSelected || (e.isSelected = !e.isSelected);
124
+ l.gameSections.filter((t) => t.isSelected).length === 1 && e.isSelected || (e.isSelected = !e.isSelected);
125
125
  }
126
126
  function A(e) {
127
- e ? a.gameSections.forEach((t) => {
127
+ e ? l.gameSections.forEach((t) => {
128
128
  t.isSelected = !0;
129
- }) : a.gameSections.forEach((t, l) => {
130
- t.isSelected = l === 0;
129
+ }) : l.gameSections.forEach((t, a) => {
130
+ t.isSelected = a === 0;
131
131
  });
132
132
  }
133
133
  return (e, t) => (i(), s("div", {
134
134
  class: "details",
135
- style: E(B.value)
135
+ style: V(B.value)
136
136
  }, [
137
- o("div", R, [
137
+ d("div", R, [
138
138
  W,
139
- o("div", I, [
139
+ d("div", I, [
140
140
  y(g(m), {
141
141
  label: "Todos",
142
142
  "model-value": h.value,
@@ -144,18 +144,18 @@ const n = (d) => (V("data-v-893b389d"), d = d(), H(), d), R = { class: "details_
144
144
  }, null, 8, ["model-value"])
145
145
  ])
146
146
  ]),
147
- o("div", q, [
148
- o("div", z, [
149
- (i(!0), s(u, null, _(a.playingAs, (l, r) => (i(), s("div", {
147
+ d("div", z, [
148
+ d("div", F, [
149
+ (i(!0), s(u, null, _(l.playingAs, (a, r) => (i(), s("div", {
150
150
  key: `pa${r}`,
151
- class: b(["details__body__button", { active: l.isSelected }]),
152
- onClick: (f) => k(l)
153
- }, v(l.name), 11, F))), 128))
151
+ class: b(["details__body__button", { active: a.isSelected }]),
152
+ onClick: (f) => k(a)
153
+ }, v(a.name), 11, L))), 128))
154
154
  ])
155
155
  ]),
156
- o("div", K, [
157
- L,
158
- o("div", N, [
156
+ d("div", N, [
157
+ U,
158
+ d("div", D, [
159
159
  y(g(m), {
160
160
  label: "Todos",
161
161
  "model-value": C.value,
@@ -163,29 +163,29 @@ const n = (d) => (V("data-v-893b389d"), d = d(), H(), d), R = { class: "details_
163
163
  }, null, 8, ["model-value"])
164
164
  ])
165
165
  ]),
166
- o("div", U, [
167
- D,
168
- o("div", J, [
169
- (i(!0), s(u, null, _(p.value.firstHalf, (l, r) => (i(), s("div", {
166
+ d("div", J, [
167
+ j,
168
+ d("div", q, [
169
+ (i(!0), s(u, null, _(p.value.firstHalf, (a, r) => (i(), s("div", {
170
170
  key: `pa${r}`,
171
- class: b(["details__body__button", { active: l.isSelected }]),
172
- onClick: (f) => S(l)
173
- }, v(l.text), 11, j))), 128))
171
+ class: b(["details__body__button", { active: a.isSelected }]),
172
+ onClick: (f) => S(a)
173
+ }, v(a.text), 11, w))), 128))
174
174
  ])
175
175
  ]),
176
- o("div", w, [
177
- G,
178
- o("div", M, [
179
- (i(!0), s(u, null, _(p.value.secondHalf, (l, r) => (i(), s("div", {
176
+ d("div", G, [
177
+ K,
178
+ d("div", M, [
179
+ (i(!0), s(u, null, _(p.value.secondHalf, (a, r) => (i(), s("div", {
180
180
  key: `pa${r}`,
181
- class: b(["details__body__button", { active: l.isSelected }]),
182
- onClick: (f) => S(l)
183
- }, v(l.text), 11, O))), 128))
181
+ class: b(["details__body__button", { active: a.isSelected }]),
182
+ onClick: (f) => S(a)
183
+ }, v(a.text), 11, O))), 128))
184
184
  ])
185
185
  ])
186
186
  ], 4));
187
187
  }
188
- }, X = /* @__PURE__ */ T(P, [["__scopeId", "data-v-893b389d"]]);
188
+ }, X = /* @__PURE__ */ T(P, [["__scopeId", "data-v-80d9c265"]]);
189
189
  export {
190
190
  X as default
191
191
  };
@@ -1,6 +1,6 @@
1
- import { useCssVars as E, computed as c, createElementBlock as i, openBlock as d, normalizeStyle as $, createElementVNode as o, 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 { X as T, Z as m } from "./index-uzHblu_C.js";
3
- const n = (s) => (H("data-v-893b389d"), s = s(), R(), s), V = { class: "details__header" }, W = /* @__PURE__ */ n(() => /* @__PURE__ */ o("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__ */ o("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__ */ o("div", { class: "details__body__title" }, "1er tiempo", -1)), q = { class: "details__body__game-section" }, w = ["onClick"], G = { class: "details__body" }, K = /* @__PURE__ */ n(() => /* @__PURE__ */ o("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, createElementBlock as d, openBlock as i, normalizeStyle as $, createElementVNode as o, 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 { X as T, Z as m } from "./index-BITWCcQ6.js";
3
+ const n = (s) => (H("data-v-80d9c265"), s = s(), R(), s), V = { class: "details__header" }, W = /* @__PURE__ */ n(() => /* @__PURE__ */ o("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__ */ o("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__ */ o("div", { class: "details__body__title" }, "1er tiempo", -1)), q = { class: "details__body__game-section" }, w = ["onClick"], G = { class: "details__body" }, K = /* @__PURE__ */ n(() => /* @__PURE__ */ o("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: {
@@ -91,14 +91,14 @@ const n = (s) => (H("data-v-893b389d"), s = s(), R(), s), V = { class: "details_
91
91
  setup(s) {
92
92
  const a = s;
93
93
  E((e) => ({
94
- "2715f84a": s.buttonsBackgroundColor,
95
- "97bea92a": s.buttonsTextColor,
96
- "544788ef": s.buttonsBorderWidth,
97
- "53308a8c": s.buttonsBorderColor,
98
- e844f820: s.buttonsBackgroundColorActive,
99
- "76839a51": s.buttonsTextColorActive,
100
- "2bf17656": s.buttonsBorderWidthActive,
101
- a4c4469c: s.buttonsBorderColorActive
94
+ "49cba245": s.buttonsBackgroundColor,
95
+ "52f02da6": s.buttonsTextColor,
96
+ "7d3f686a": s.buttonsBorderWidth,
97
+ "7c286a07": s.buttonsBorderColor,
98
+ "24a6f4aa": s.buttonsBackgroundColorActive,
99
+ cd8d7768: s.buttonsTextColorActive,
100
+ "35fa5c10": s.buttonsBorderWidthActive,
101
+ "0cde1826": s.buttonsBorderColorActive
102
102
  }));
103
103
  const h = c(() => a.playingAs.every((e) => e.isSelected)), C = c(() => a.gameSections.every((e) => e.isSelected)), p = c(() => a.gameSections.reduce(
104
104
  (e, t) => (t.value <= 3 ? e.firstHalf.push(t) : e.secondHalf.push(t), e),
@@ -130,7 +130,7 @@ const n = (s) => (H("data-v-893b389d"), s = s(), R(), s), V = { class: "details_
130
130
  t.isSelected = l === 0;
131
131
  });
132
132
  }
133
- return (e, t) => (d(), i("div", {
133
+ return (e, t) => (i(), d("div", {
134
134
  class: "details",
135
135
  style: $(B.value)
136
136
  }, [
@@ -146,7 +146,7 @@ const n = (s) => (H("data-v-893b389d"), s = s(), R(), s), V = { class: "details_
146
146
  ]),
147
147
  o("div", z, [
148
148
  o("div", F, [
149
- (d(!0), i(u, null, _(a.playingAs, (l, r) => (d(), i("div", {
149
+ (i(!0), d(u, null, _(a.playingAs, (l, r) => (i(), d("div", {
150
150
  key: `pa${r}`,
151
151
  class: b(["details__body__button", { active: l.isSelected }]),
152
152
  onClick: (f) => k(l)
@@ -166,7 +166,7 @@ const n = (s) => (H("data-v-893b389d"), s = s(), R(), s), V = { class: "details_
166
166
  o("div", J, [
167
167
  j,
168
168
  o("div", q, [
169
- (d(!0), i(u, null, _(p.value.firstHalf, (l, r) => (d(), i("div", {
169
+ (i(!0), d(u, null, _(p.value.firstHalf, (l, r) => (i(), d("div", {
170
170
  key: `pa${r}`,
171
171
  class: b(["details__body__button", { active: l.isSelected }]),
172
172
  onClick: (f) => S(l)
@@ -176,7 +176,7 @@ const n = (s) => (H("data-v-893b389d"), s = s(), R(), s), V = { class: "details_
176
176
  o("div", G, [
177
177
  K,
178
178
  o("div", M, [
179
- (d(!0), i(u, null, _(p.value.secondHalf, (l, r) => (d(), i("div", {
179
+ (i(!0), d(u, null, _(p.value.secondHalf, (l, r) => (i(), d("div", {
180
180
  key: `pa${r}`,
181
181
  class: b(["details__body__button", { active: l.isSelected }]),
182
182
  onClick: (f) => S(l)
@@ -185,7 +185,7 @@ const n = (s) => (H("data-v-893b389d"), s = s(), R(), s), V = { class: "details_
185
185
  ])
186
186
  ], 4));
187
187
  }
188
- }, Z = /* @__PURE__ */ T(P, [["__scopeId", "data-v-893b389d"]]);
188
+ }, Z = /* @__PURE__ */ T(P, [["__scopeId", "data-v-80d9c265"]]);
189
189
  export {
190
190
  Z as default
191
191
  };
@@ -1,13 +1,13 @@
1
- import { ref as r, createElementBlock as a, openBlock as n, createVNode as d, unref as c } from "vue";
2
- import { K as f, E as u } from "./index-uzHblu_C.js";
3
- const i = { class: "filter-field" }, m = {
1
+ import { ref as r, createElementBlock as a, openBlock as n, createVNode as c, unref as d } from "vue";
2
+ import { i, B as u } from "./index-BITWCcQ6.js";
3
+ const f = { class: "filter-field" }, m = {
4
4
  __name: "FilterField",
5
5
  setup(s) {
6
6
  const o = r(Array.from({ length: 16 }, (l, e) => e + 1));
7
7
  function t() {
8
8
  }
9
- return (l, e) => (n(), a("div", i, [
10
- d(c(u), {
9
+ return (l, e) => (n(), a("div", f, [
10
+ c(d(u), {
11
11
  width: "100%",
12
12
  "background-color": "#2E3B46",
13
13
  value: o.value,
@@ -15,7 +15,7 @@ const i = { class: "filter-field" }, m = {
15
15
  }, null, 8, ["value"])
16
16
  ]));
17
17
  }
18
- }, _ = /* @__PURE__ */ f(m, [["__scopeId", "data-v-ef90fbbd"]]);
18
+ }, B = /* @__PURE__ */ i(m, [["__scopeId", "data-v-8103c3e1"]]);
19
19
  export {
20
- _ as default
20
+ B as default
21
21
  };
@@ -1,13 +1,13 @@
1
- import { ref as r, createElementBlock as a, openBlock as n, createVNode as d, unref as f } from "vue";
2
- import { X as u, z as c } from "./index-uzHblu_C.js";
3
- const i = { class: "filter-field" }, m = {
1
+ import { ref as r, createElementBlock as a, openBlock as n, createVNode as c, unref as u } from "vue";
2
+ import { X as d, j as i } from "./index-BITWCcQ6.js";
3
+ const f = { class: "filter-field" }, m = {
4
4
  __name: "FilterField",
5
- setup(s) {
5
+ setup(p) {
6
6
  const l = r(Array.from({ length: 16 }, (t, e) => e + 1));
7
7
  function o() {
8
8
  }
9
- return (t, e) => (n(), a("div", i, [
10
- d(f(c), {
9
+ return (t, e) => (n(), a("div", f, [
10
+ c(u(i), {
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
- }, _ = /* @__PURE__ */ u(m, [["__scopeId", "data-v-ef90fbbd"]]);
18
+ }, _ = /* @__PURE__ */ d(m, [["__scopeId", "data-v-8103c3e1"]]);
19
19
  export {
20
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 b } from "vue";
2
- import { K as l, q as i } from "./index-uzHblu_C.js";
3
- const g = { class: "subcategory-group" }, y = {
1
+ import { createElementBlock as a, openBlock as r, Fragment as t, renderList as u, createVNode as d, createBlock as i, unref as n } from "vue";
2
+ import { i as l, e as y } from "./index-BITWCcQ6.js";
3
+ const b = { class: "subcategory-group" }, g = {
4
4
  __name: "SubcategoryGroup",
5
5
  props: {
6
6
  subcategoryGroup: {
@@ -9,8 +9,8 @@ const g = { class: "subcategory-group" }, y = {
9
9
  }
10
10
  },
11
11
  setup(o) {
12
- return (s, c) => (r(), a("div", g, [
13
- (r(!0), a(t, null, u(o.subcategoryGroup, (e) => (r(), n(b(i), {
12
+ return (s, c) => (r(), a("div", b, [
13
+ (r(!0), a(t, null, u(o.subcategoryGroup, (e) => (r(), i(n(y), {
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" }, y = {
18
18
  }, null, 8, ["modelValue", "onUpdate:modelValue", "label"]))), 128))
19
19
  ]));
20
20
  }
21
- }, m = /* @__PURE__ */ l(y, [["__scopeId", "data-v-85bc2114"]]), _ = { class: "filter-subcategories" }, f = {
21
+ }, m = /* @__PURE__ */ l(g, [["__scopeId", "data-v-ae6f3d72"]]), f = { class: "filter-subcategories" }, _ = {
22
22
  __name: "FilterSubcategories",
23
23
  props: {
24
24
  subcategoryGroups: {
@@ -27,7 +27,7 @@ const g = { class: "subcategory-group" }, y = {
27
27
  }
28
28
  },
29
29
  setup(o) {
30
- return (s, c) => (r(), a("div", _, [
30
+ return (s, c) => (r(), a("div", f, [
31
31
  (r(!0), a(t, null, u(o.subcategoryGroups, (e) => (r(), a("div", {
32
32
  key: e.id,
33
33
  class: "filter-subcategories__group"
@@ -36,7 +36,7 @@ const g = { class: "subcategory-group" }, y = {
36
36
  ]))), 128))
37
37
  ]));
38
38
  }
39
- }, k = /* @__PURE__ */ l(f, [["__scopeId", "data-v-74a77bab"]]);
39
+ }, k = /* @__PURE__ */ l(_, [["__scopeId", "data-v-5edaefc2"]]);
40
40
  export {
41
41
  k as default
42
42
  };
@@ -1,6 +1,6 @@
1
- import { createElementBlock as o, openBlock as r, Fragment as a, renderList as u, createVNode as d, createBlock as n, unref as b } from "vue";
2
- import { X as l, Z as i } from "./index-uzHblu_C.js";
3
- const g = { class: "subcategory-group" }, y = {
1
+ import { createElementBlock as o, openBlock as r, Fragment as a, renderList as u, createVNode as d, createBlock as n, unref as i } from "vue";
2
+ import { X as l, Z as g } from "./index-BITWCcQ6.js";
3
+ const y = { class: "subcategory-group" }, b = {
4
4
  __name: "SubcategoryGroup",
5
5
  props: {
6
6
  subcategoryGroup: {
@@ -9,8 +9,8 @@ const g = { class: "subcategory-group" }, y = {
9
9
  }
10
10
  },
11
11
  setup(t) {
12
- return (s, c) => (r(), o("div", g, [
13
- (r(!0), o(a, null, u(t.subcategoryGroup, (e) => (r(), n(b(i), {
12
+ return (s, c) => (r(), o("div", y, [
13
+ (r(!0), o(a, 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" }, y = {
18
18
  }, null, 8, ["modelValue", "onUpdate:modelValue", "label"]))), 128))
19
19
  ]));
20
20
  }
21
- }, m = /* @__PURE__ */ l(y, [["__scopeId", "data-v-85bc2114"]]), _ = { class: "filter-subcategories" }, f = {
21
+ }, m = /* @__PURE__ */ l(b, [["__scopeId", "data-v-ae6f3d72"]]), _ = { class: "filter-subcategories" }, f = {
22
22
  __name: "FilterSubcategories",
23
23
  props: {
24
24
  subcategoryGroups: {
@@ -36,7 +36,7 @@ const g = { class: "subcategory-group" }, y = {
36
36
  ]))), 128))
37
37
  ]));
38
38
  }
39
- }, v = /* @__PURE__ */ l(f, [["__scopeId", "data-v-74a77bab"]]);
39
+ }, v = /* @__PURE__ */ l(f, [["__scopeId", "data-v-5edaefc2"]]);
40
40
  export {
41
41
  v as default
42
42
  };