@golstats/gsc-landing 1.0.23 → 1.0.24
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-f31c7bb5-vS9MRUi_.js → FilterConditions-d8d96251-Ei6mUo4M.js} +51 -51
- package/dist/{FilterField-2dbd2359-2v46Uogn.js → FilterField-15eae076-AYxZ_1ZG.js} +83 -73
- package/dist/{FilterSubcategories-eee21e33-MiwJ_Nu6.js → FilterSubcategories-e58037cd-_p2GTCbw.js} +1 -1
- package/dist/gsc-landing.js +1 -1
- package/dist/gsc-landing.umd.cjs +68 -68
- package/dist/{index-9lo_thc3.js → index-1NFB5BZ7.js} +18839 -18071
- package/dist/style.css +1 -1
- package/package.json +6 -6
package/dist/{FilterConditions-f31c7bb5-vS9MRUi_.js → FilterConditions-d8d96251-Ei6mUo4M.js}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { useCssVars as E, computed as
|
|
1
|
+
import { useCssVars as E, computed as c, openBlock as d, createElementBlock as o, normalizeStyle as $, createElementVNode as s, 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
2
|
import { L as m } from "./gsc-checkbox-61a9b387-xMZ_9V3m.js";
|
|
3
|
-
import { q as L } from "./index-
|
|
4
|
-
const r = (i) => (V("data-v-
|
|
3
|
+
import { q as L } from "./index-1NFB5BZ7.js";
|
|
4
|
+
const r = (i) => (V("data-v-f22f11b6"), i = i(), H(), i), R = { class: "details__header" }, T = /* @__PURE__ */ r(() => /* @__PURE__ */ s("div", { class: "details__header__title" }, "Jugando como", -1)), W = { class: "details__header__checkbox" }, I = { class: "details__body" }, q = { class: "details__body__playing-as" }, z = ["onClick"], F = { class: "details__header" }, N = /* @__PURE__ */ r(() => /* @__PURE__ */ s("div", { class: "details__header__title" }, "En: (Elige el lapso de tiempo)", -1)), U = { class: "details__header__checkbox" }, j = { class: "details__body" }, D = /* @__PURE__ */ r(() => /* @__PURE__ */ s("div", { class: "details__body__title" }, "1er tiempo", -1)), J = { class: "details__body__game-section" }, O = ["onClick"], w = { class: "details__body" }, G = /* @__PURE__ */ r(() => /* @__PURE__ */ s("div", { class: "details__body__title" }, "2do tiempo", -1)), K = { class: "details__body__game-section" }, M = ["onClick"], P = {
|
|
5
5
|
__name: "FilterConditions",
|
|
6
6
|
props: {
|
|
7
7
|
conditions: {
|
|
@@ -139,103 +139,103 @@ const r = (i) => (V("data-v-209a8861"), i = i(), H(), i), R = { class: "details_
|
|
|
139
139
|
}
|
|
140
140
|
},
|
|
141
141
|
setup(i) {
|
|
142
|
-
const
|
|
142
|
+
const a = i;
|
|
143
143
|
E((e) => ({
|
|
144
|
-
"
|
|
145
|
-
"
|
|
146
|
-
"
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
"
|
|
150
|
-
|
|
151
|
-
"
|
|
144
|
+
"7fb261be": i.buttonsBackgroundColor,
|
|
145
|
+
"2ed63bdf": i.buttonsTextColor,
|
|
146
|
+
"104a673a": i.buttonsBorderWidth,
|
|
147
|
+
12786400: i.buttonsBorderColor,
|
|
148
|
+
"661a0664": i.buttonsBackgroundColorActive,
|
|
149
|
+
"61bff876": i.buttonsTextColorActive,
|
|
150
|
+
e5a1bd6e: i.buttonsBorderWidthActive,
|
|
151
|
+
"50c5b926": i.buttonsBorderColorActive
|
|
152
152
|
}));
|
|
153
|
-
const x =
|
|
153
|
+
const x = c(() => a.conditions.playingAs.every((e) => e.isSelected)), C = c(() => a.conditions.gameSections.every((e) => e.isSelected)), S = c(() => a.conditions.gameSections.reduce(
|
|
154
154
|
(e, t) => (t.value <= 3 ? e.firstHalf.push(t) : e.secondHalf.push(t), e),
|
|
155
155
|
{
|
|
156
156
|
firstHalf: [],
|
|
157
157
|
secondHalf: []
|
|
158
158
|
}
|
|
159
|
-
)), h =
|
|
160
|
-
"--border-radius-first-button": `${
|
|
161
|
-
"--border-radius-last-button": `0 ${
|
|
159
|
+
)), h = c(() => ({
|
|
160
|
+
"--border-radius-first-button": `${a.buttonsBorderRadius} 0 0 ${a.buttonsBorderRadius}`,
|
|
161
|
+
"--border-radius-last-button": `0 ${a.buttonsBorderRadius} ${a.buttonsBorderRadius} 0`
|
|
162
162
|
}));
|
|
163
163
|
function B(e) {
|
|
164
|
-
e ?
|
|
164
|
+
e ? a.conditions.playingAs.forEach((t) => {
|
|
165
165
|
t.isSelected = !0;
|
|
166
|
-
}) :
|
|
166
|
+
}) : a.conditions.playingAs.forEach((t, l) => {
|
|
167
167
|
t.isSelected = l === 0;
|
|
168
168
|
});
|
|
169
169
|
}
|
|
170
170
|
function k(e) {
|
|
171
|
-
|
|
171
|
+
a.conditions.playingAs.filter((t) => t.isSelected).length === 1 && e.isSelected || (e.isSelected = !e.isSelected);
|
|
172
172
|
}
|
|
173
173
|
function p(e) {
|
|
174
|
-
|
|
174
|
+
a.conditions.gameSections.filter((t) => t.isSelected).length === 1 && e.isSelected || (e.isSelected = !e.isSelected);
|
|
175
175
|
}
|
|
176
176
|
function A(e) {
|
|
177
|
-
e ?
|
|
177
|
+
e ? a.conditions.gameSections.forEach((t) => {
|
|
178
178
|
t.isSelected = !0;
|
|
179
|
-
}) :
|
|
179
|
+
}) : a.conditions.gameSections.forEach((t, l) => {
|
|
180
180
|
t.isSelected = l === 0;
|
|
181
181
|
});
|
|
182
182
|
}
|
|
183
|
-
return (e, t) => (
|
|
183
|
+
return (e, t) => (d(), o("div", {
|
|
184
184
|
class: "details",
|
|
185
185
|
style: $(h.value)
|
|
186
186
|
}, [
|
|
187
|
-
|
|
187
|
+
s("div", R, [
|
|
188
188
|
T,
|
|
189
|
-
|
|
190
|
-
g(
|
|
189
|
+
s("div", W, [
|
|
190
|
+
y(g(m), {
|
|
191
191
|
label: "Todos",
|
|
192
192
|
"model-value": x.value,
|
|
193
193
|
"onUpdate:modelValue": B
|
|
194
194
|
}, null, 8, ["model-value"])
|
|
195
195
|
])
|
|
196
196
|
]),
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
(
|
|
200
|
-
key: `pa${
|
|
201
|
-
class:
|
|
202
|
-
onClick: (
|
|
203
|
-
},
|
|
197
|
+
s("div", I, [
|
|
198
|
+
s("div", q, [
|
|
199
|
+
(d(!0), o(u, null, _(i.conditions.playingAs, (l, n) => (d(), o("div", {
|
|
200
|
+
key: `pa${n}`,
|
|
201
|
+
class: b(["details__body__button", { active: l.isSelected }]),
|
|
202
|
+
onClick: (f) => k(l)
|
|
203
|
+
}, v(l.name), 11, z))), 128))
|
|
204
204
|
])
|
|
205
205
|
]),
|
|
206
|
-
|
|
206
|
+
s("div", F, [
|
|
207
207
|
N,
|
|
208
|
-
|
|
209
|
-
g(
|
|
208
|
+
s("div", U, [
|
|
209
|
+
y(g(m), {
|
|
210
210
|
label: "Todos",
|
|
211
211
|
"model-value": C.value,
|
|
212
212
|
"onUpdate:modelValue": A
|
|
213
213
|
}, null, 8, ["model-value"])
|
|
214
214
|
])
|
|
215
215
|
]),
|
|
216
|
-
|
|
216
|
+
s("div", j, [
|
|
217
217
|
D,
|
|
218
|
-
|
|
219
|
-
(
|
|
220
|
-
key: `pa${
|
|
221
|
-
class:
|
|
222
|
-
onClick: (
|
|
223
|
-
},
|
|
218
|
+
s("div", J, [
|
|
219
|
+
(d(!0), o(u, null, _(S.value.firstHalf, (l, n) => (d(), o("div", {
|
|
220
|
+
key: `pa${n}`,
|
|
221
|
+
class: b(["details__body__button", { active: l.isSelected }]),
|
|
222
|
+
onClick: (f) => p(l)
|
|
223
|
+
}, v(l.text), 11, O))), 128))
|
|
224
224
|
])
|
|
225
225
|
]),
|
|
226
|
-
|
|
226
|
+
s("div", w, [
|
|
227
227
|
G,
|
|
228
|
-
|
|
229
|
-
(
|
|
230
|
-
key: `pa${
|
|
231
|
-
class:
|
|
232
|
-
onClick: (
|
|
233
|
-
},
|
|
228
|
+
s("div", K, [
|
|
229
|
+
(d(!0), o(u, null, _(S.value.secondHalf, (l, n) => (d(), o("div", {
|
|
230
|
+
key: `pa${n}`,
|
|
231
|
+
class: b(["details__body__button", { active: l.isSelected }]),
|
|
232
|
+
onClick: (f) => p(l)
|
|
233
|
+
}, v(l.text), 11, M))), 128))
|
|
234
234
|
])
|
|
235
235
|
])
|
|
236
236
|
], 4));
|
|
237
237
|
}
|
|
238
|
-
}, Y = /* @__PURE__ */ L(P, [["__scopeId", "data-v-
|
|
238
|
+
}, Y = /* @__PURE__ */ L(P, [["__scopeId", "data-v-f22f11b6"]]);
|
|
239
239
|
export {
|
|
240
240
|
Y as default
|
|
241
241
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ref as
|
|
2
|
-
import { q as
|
|
3
|
-
const
|
|
1
|
+
import { ref as B, openBlock as l, createElementBlock as d, createVNode as W, unref as z, useCssVars as g, resolveComponent as x, createElementVNode as s, toDisplayString as p, createBlock as v, normalizeStyle as h, normalizeClass as _, createCommentVNode as f, computed as y, watch as A, Fragment as V, pushScopeId as L, popScopeId as D } from "vue";
|
|
2
|
+
import { q as $ } from "./index-1NFB5BZ7.js";
|
|
3
|
+
const P = (e, i) => {
|
|
4
4
|
const t = e.__vccOpts || e;
|
|
5
5
|
for (const [c, o] of i)
|
|
6
6
|
t[c] = o;
|
|
@@ -95,9 +95,9 @@ const $ = (e, i) => {
|
|
|
95
95
|
"47bf58db": e.marginLeftStat,
|
|
96
96
|
cadc8414: e.fontSizeStat
|
|
97
97
|
}));
|
|
98
|
-
},
|
|
99
|
-
k.setup =
|
|
100
|
-
const O = (e) => (
|
|
98
|
+
}, w = k.setup;
|
|
99
|
+
k.setup = w ? (e, i) => (m(), w(e, i)) : m;
|
|
100
|
+
const O = (e) => (L("data-v-fb269a1e"), e = e(), D(), e), T = ["src"], I = {
|
|
101
101
|
key: 1,
|
|
102
102
|
class: "text"
|
|
103
103
|
}, N = ["src"], M = { class: "stats" }, G = /* @__PURE__ */ O(() => /* @__PURE__ */ s("img", {
|
|
@@ -108,7 +108,7 @@ function U(e, i, t, c, o, r) {
|
|
|
108
108
|
return l(), d("div", null, [
|
|
109
109
|
t.type == 0 ? (l(), d("div", {
|
|
110
110
|
key: 0,
|
|
111
|
-
class:
|
|
111
|
+
class: _(["button", o.status && t.typeOnOff && "button-active"]),
|
|
112
112
|
style: h([r.customStyle, o.status && t.typeOnOff && r.customActive]),
|
|
113
113
|
onClick: i[0] || (i[0] = (...u) => r.btnClick && r.btnClick(...u))
|
|
114
114
|
}, [
|
|
@@ -118,7 +118,7 @@ function U(e, i, t, c, o, r) {
|
|
|
118
118
|
style: h({ width: t.iconSize }),
|
|
119
119
|
src: t.icon
|
|
120
120
|
}, null, 12, T)) : f("", !0),
|
|
121
|
-
t.textValue ? (l(), d("div", I,
|
|
121
|
+
t.textValue ? (l(), d("div", I, p(t.textValue), 1)) : f("", !0),
|
|
122
122
|
t.icon && t.iconPosition.toLowerCase() === "right" ? (l(), d("img", {
|
|
123
123
|
key: 2,
|
|
124
124
|
class: "icon",
|
|
@@ -133,13 +133,13 @@ function U(e, i, t, c, o, r) {
|
|
|
133
133
|
}, [
|
|
134
134
|
s("div", M, [
|
|
135
135
|
G,
|
|
136
|
-
s("div", R,
|
|
136
|
+
s("div", R, p(t.textStat), 1)
|
|
137
137
|
]),
|
|
138
|
-
s("div", E,
|
|
138
|
+
s("div", E, p(t.textCategory), 1)
|
|
139
139
|
])) : f("", !0)
|
|
140
140
|
]);
|
|
141
141
|
}
|
|
142
|
-
const H = /* @__PURE__ */
|
|
142
|
+
const H = /* @__PURE__ */ P(k, [["render", U], ["__scopeId", "data-v-fb269a1e"]]), q = (e, i) => {
|
|
143
143
|
const t = e.__vccOpts || e;
|
|
144
144
|
for (const [c, o] of i)
|
|
145
145
|
t[c] = o;
|
|
@@ -268,7 +268,7 @@ const H = /* @__PURE__ */ $(k, [["render", U], ["__scopeId", "data-v-fb269a1e"]]
|
|
|
268
268
|
"6582e90e": e.width,
|
|
269
269
|
"310b3edf": e.height
|
|
270
270
|
}));
|
|
271
|
-
const c =
|
|
271
|
+
const c = B(!1), o = y(() => {
|
|
272
272
|
const n = {
|
|
273
273
|
color: t.boxValueColor,
|
|
274
274
|
"font-family": t.fontFamily,
|
|
@@ -294,7 +294,7 @@ const H = /* @__PURE__ */ $(k, [["render", U], ["__scopeId", "data-v-fb269a1e"]]
|
|
|
294
294
|
};
|
|
295
295
|
return (t.boxPosition === "left" || t.boxPosition === "right") && (n[`margin-${t.boxPosition}`] = t.isBoxOnly ? "0" : t.teamsIds ? "8px" : "10px"), n;
|
|
296
296
|
});
|
|
297
|
-
|
|
297
|
+
A(
|
|
298
298
|
() => t.modelValue,
|
|
299
299
|
(n) => {
|
|
300
300
|
n !== c.value && (c.value = n);
|
|
@@ -307,20 +307,20 @@ const H = /* @__PURE__ */ $(k, [["render", U], ["__scopeId", "data-v-fb269a1e"]]
|
|
|
307
307
|
function a(n) {
|
|
308
308
|
return `${{}.TEAM_LOGOS_URL || "https://az755631.vo.msecnd.net/teams-80/"}${n}.png`;
|
|
309
309
|
}
|
|
310
|
-
return (n,
|
|
311
|
-
class:
|
|
310
|
+
return (n, Ot) => (l(), d("div", {
|
|
311
|
+
class: _(["checkbox", `box-${e.boxPosition}`]),
|
|
312
312
|
onClick: b
|
|
313
313
|
}, [
|
|
314
314
|
s("div", {
|
|
315
315
|
class: "checkbox__box",
|
|
316
316
|
style: h(o.value)
|
|
317
317
|
}, [
|
|
318
|
-
c.value ? (l(), d(
|
|
318
|
+
c.value ? (l(), d(V, { key: 0 }, [
|
|
319
319
|
t.boxValue ? (l(), d("div", {
|
|
320
320
|
key: 0,
|
|
321
321
|
class: "checkbox__box__value",
|
|
322
322
|
style: h(r.value)
|
|
323
|
-
},
|
|
323
|
+
}, p(e.boxValue), 5)) : (l(), d("div", J, [
|
|
324
324
|
(l(), d("svg", Z, [
|
|
325
325
|
s("path", {
|
|
326
326
|
d: "M9.77994 1.70133L4.10994 7.37133C3.96994 7.51133 3.77994 7.59133 3.57994 7.59133C3.37994 7.59133 3.18994 7.51133 3.04994 7.37133L0.219941 4.54133C-0.0700586 4.25133 -0.0700586 3.77133 0.219941 3.48133C0.509941 3.19133 0.989941 3.19133 1.27994 3.48133L3.57994 5.78133L8.71994 0.641328C9.00994 0.351328 9.48994 0.351328 9.77994 0.641328C10.0699 0.931328 10.0699 1.40133 9.77994 1.70133Z",
|
|
@@ -347,7 +347,7 @@ const H = /* @__PURE__ */ $(k, [["render", U], ["__scopeId", "data-v-fb269a1e"]]
|
|
|
347
347
|
s("div", {
|
|
348
348
|
class: "checkbox__label",
|
|
349
349
|
style: h(u.value)
|
|
350
|
-
},
|
|
350
|
+
}, p(e.label), 5)
|
|
351
351
|
], 2));
|
|
352
352
|
}
|
|
353
353
|
}, it = /* @__PURE__ */ q(et, [["__scopeId", "data-v-bcf3bcc6"]]), ot = (e, i) => {
|
|
@@ -440,6 +440,14 @@ const H = /* @__PURE__ */ $(k, [["render", U], ["__scopeId", "data-v-fb269a1e"]]
|
|
|
440
440
|
value: {
|
|
441
441
|
type: Array,
|
|
442
442
|
default: () => [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]
|
|
443
|
+
},
|
|
444
|
+
title: {
|
|
445
|
+
type: String,
|
|
446
|
+
default: "Pase(s) desde la(s) zona(s):"
|
|
447
|
+
},
|
|
448
|
+
titleFontSize: {
|
|
449
|
+
type: String,
|
|
450
|
+
default: "14px"
|
|
443
451
|
}
|
|
444
452
|
},
|
|
445
453
|
watch: {
|
|
@@ -466,26 +474,26 @@ const H = /* @__PURE__ */ $(k, [["render", U], ["__scopeId", "data-v-fb269a1e"]]
|
|
|
466
474
|
computed: {
|
|
467
475
|
translx() {
|
|
468
476
|
var e = 0;
|
|
469
|
-
return this.widthField > 305
|
|
477
|
+
return this.widthField > 305 ? e = this.widthField - 305 : this.widthField == 268 && (e = -36), e;
|
|
470
478
|
},
|
|
471
479
|
transly() {
|
|
472
480
|
var e = 0;
|
|
473
|
-
return this.heightField > 195
|
|
481
|
+
return this.heightField > 195 ? (e = this.heightField - 195, e = e / 2) : this.heightField == 180 && (e = -7), e;
|
|
474
482
|
},
|
|
475
483
|
translxcircle() {
|
|
476
484
|
var e = 0;
|
|
477
|
-
return this.widthField > 305
|
|
485
|
+
return this.widthField > 305 ? (e = this.widthField - 305, e = e / 2) : this.widthField == 268 && (e = -18), e;
|
|
478
486
|
}
|
|
479
487
|
},
|
|
480
488
|
methods: {
|
|
481
489
|
clickAll(e) {
|
|
482
|
-
if (e)
|
|
490
|
+
if (e) {
|
|
483
491
|
for (let i = 0; i < this.sectors.length; i++)
|
|
484
492
|
this.sectors[i].active = !0, this.validateField(i);
|
|
485
|
-
|
|
493
|
+
this.status14 = !0, this.status24 = !0, this.status34 = !0, this.status44 = !0, this.refreshBtn14 += 1, this.refreshBtn24 += 1, this.refreshBtn34 += 1, this.refreshBtn44 += 1;
|
|
494
|
+
} else
|
|
486
495
|
for (let i = 0; i < this.sectors.length; i++)
|
|
487
|
-
this.sectors[i].active = !
|
|
488
|
-
this.status14 = !0, this.status24 = !0, this.status34 = !0, this.status44 = !0, this.refreshBtn14 += 1, this.refreshBtn24 += 1, this.refreshBtn34 += 1, this.refreshBtn44 += 1;
|
|
496
|
+
this.sectors[i].active = !1, this.validateField(i), this.status14 = !1, this.status24 = !1, this.status34 = !1, this.status44 = !1, this.refreshBtn14 = 0, this.refreshBtn24 = 0, this.refreshBtn34 = 0, this.refreshBtn44 = 0;
|
|
489
497
|
},
|
|
490
498
|
selectSector(e) {
|
|
491
499
|
var i = 0;
|
|
@@ -526,45 +534,47 @@ const H = /* @__PURE__ */ $(k, [["render", U], ["__scopeId", "data-v-fb269a1e"]]
|
|
|
526
534
|
(e === 0 || e === 1 || e === 2 || e === 3) && (this.status14 = !!(this.sectors[0].active && this.sectors[1].active && this.sectors[2].active && this.sectors[3].active)), (e === 4 || e === 5 || e === 6 || e === 7) && (this.status24 = !!(this.sectors[4].active && this.sectors[5].active && this.sectors[6].active && this.sectors[7].active)), (e === 8 || e === 9 || e === 10 || e === 11) && (this.status34 = !!(this.sectors[8].active && this.sectors[9].active && this.sectors[10].active && this.sectors[11].active)), (e === 12 || e === 13 || e === 14 || e === 15) && (this.status44 = !!(this.sectors[12].active && this.sectors[13].active && this.sectors[14].active && this.sectors[15].active)), this.all = !!(this.status14 && this.status34 && this.status24 && this.status44), this.update += 1, this.status14 && (this.refreshBtn14 += 1), this.status24 && (this.refreshBtn24 += 1), this.status34 && (this.refreshBtn34 += 1), this.status44 && (this.refreshBtn44 += 1);
|
|
527
535
|
}
|
|
528
536
|
}
|
|
529
|
-
},
|
|
537
|
+
}, C = () => {
|
|
530
538
|
g((e) => ({
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
"
|
|
534
|
-
"
|
|
535
|
-
|
|
539
|
+
ff70d60a: e.widthContainer,
|
|
540
|
+
daba190c: e.heightContainer,
|
|
541
|
+
"6f469996": e.backgroundColor,
|
|
542
|
+
"4ee5a3c8": e.titleFontSize,
|
|
543
|
+
"37ac484c": e.widthFieldGrid,
|
|
544
|
+
"12f58b4e": e.heightFieldGrid
|
|
536
545
|
}));
|
|
537
546
|
}, F = S.setup;
|
|
538
|
-
S.setup = F ? (e, i) => (
|
|
539
|
-
const st =
|
|
547
|
+
S.setup = F ? (e, i) => (C(), F(e, i)) : C;
|
|
548
|
+
const st = { class: "gsc-field" }, rt = { class: "gsc-field__title-checked" }, ct = { class: "gsc-field__title-checked__title" }, lt = { class: "gsc-field__title-checked__check-cont" }, at = { class: "gsc-field__container-field" }, dt = { class: "gsc-field__container-field__field" }, nt = {
|
|
540
549
|
width: "100%",
|
|
541
550
|
height: "100%",
|
|
542
551
|
fill: "#2e3b46",
|
|
543
552
|
xmlns: "http://www.w3.org/2000/svg"
|
|
544
|
-
},
|
|
545
|
-
function
|
|
553
|
+
}, ht = ["stroke"], ut = ["stroke", "stroke-width"], ft = ["stroke", "stroke-width"], bt = ["stroke-width", "stroke"], pt = ["fill", "fill-opacity", "stroke", "stroke-width"], vt = ["fill", "fill-opacity", "stroke", "stroke-width"], yt = ["fill", "fill-opacity", "stroke", "stroke-width"], gt = ["fill", "fill-opacity", "stroke", "stroke-width"], kt = ["fill", "fill-opacity", "stroke", "stroke-width"], St = ["fill", "fill-opacity", "stroke", "stroke-width"], xt = ["fill", "fill-opacity", "stroke", "stroke-width"], mt = ["fill", "fill-opacity", "stroke", "stroke-width"], wt = ["fill", "fill-opacity", "stroke", "stroke-width"], Ct = ["fill", "fill-opacity", "stroke", "stroke-width"], Ft = ["fill", "fill-opacity", "stroke", "stroke-width"], Bt = ["fill", "fill-opacity", "stroke", "stroke-width"], _t = ["fill", "fill-opacity", "stroke", "stroke-width"], Wt = ["fill", "fill-opacity", "stroke", "stroke-width"], zt = ["fill", "fill-opacity", "stroke", "stroke-width"], At = ["fill", "fill-opacity", "stroke", "stroke-width"], Vt = { class: "gsc-field__container-field__bar-buttons" };
|
|
554
|
+
function Lt(e, i, t, c, o, r) {
|
|
546
555
|
const u = x("GSCCheckbox"), b = x("GSCButton");
|
|
547
|
-
return l(), d("div",
|
|
548
|
-
s("div",
|
|
549
|
-
|
|
550
|
-
s("div",
|
|
551
|
-
(l(),
|
|
556
|
+
return l(), d("div", st, [
|
|
557
|
+
s("div", rt, [
|
|
558
|
+
s("div", ct, p(t.title), 1),
|
|
559
|
+
s("div", lt, [
|
|
560
|
+
(l(), v(u, {
|
|
552
561
|
label: "Todas las zonas",
|
|
562
|
+
"font-family": "Poppins-Regular",
|
|
553
563
|
"box-value-font-family": "Poppins-Regular",
|
|
554
564
|
"box-position": "right",
|
|
555
|
-
"label-font-size":
|
|
565
|
+
"label-font-size": t.titleFontSize,
|
|
556
566
|
"label-white-space": "nowrap",
|
|
557
567
|
"box-margin-top": "0.4em",
|
|
558
568
|
value: o.all,
|
|
559
569
|
key: o.update,
|
|
560
570
|
"model-value": o.all,
|
|
561
571
|
"onUpdate:modelValue": r.clickAll
|
|
562
|
-
}, null, 8, ["value", "model-value", "onUpdate:modelValue"]))
|
|
572
|
+
}, null, 8, ["label-font-size", "value", "model-value", "onUpdate:modelValue"]))
|
|
563
573
|
])
|
|
564
574
|
]),
|
|
565
|
-
s("div",
|
|
566
|
-
s("div",
|
|
567
|
-
(l(), d("svg",
|
|
575
|
+
s("div", at, [
|
|
576
|
+
s("div", dt, [
|
|
577
|
+
(l(), d("svg", nt, [
|
|
568
578
|
s("rect", {
|
|
569
579
|
x: "1.5",
|
|
570
580
|
y: "0.5",
|
|
@@ -572,14 +582,14 @@ function Dt(e, i, t, c, o, r) {
|
|
|
572
582
|
height: "100%",
|
|
573
583
|
rx: "1.5",
|
|
574
584
|
stroke: t.colorLineField
|
|
575
|
-
}, null, 8,
|
|
585
|
+
}, null, 8, ht),
|
|
576
586
|
s("path", {
|
|
577
587
|
style: h("transform: translate(" + r.translx + "px, " + r.transly + "px);"),
|
|
578
588
|
d: "M303.597 39.9799H263.371C262.817 39.9799 262.369 40.4301 262.371 40.984L262.842 155.176C262.845 155.726 263.292 156.172 263.842 156.172H302.884",
|
|
579
589
|
stroke: t.colorLineField,
|
|
580
590
|
"stroke-width": t.borderWidthLineField,
|
|
581
591
|
"stroke-linecap": "square"
|
|
582
|
-
}, null, 12,
|
|
592
|
+
}, null, 12, ut),
|
|
583
593
|
s("path", {
|
|
584
594
|
style: h("transform: translateY(" + r.transly + "px);"),
|
|
585
595
|
class: "porteria1",
|
|
@@ -587,14 +597,14 @@ function Dt(e, i, t, c, o, r) {
|
|
|
587
597
|
stroke: t.colorLineField,
|
|
588
598
|
"stroke-width": t.borderWidthLineField,
|
|
589
599
|
"stroke-linecap": "square"
|
|
590
|
-
}, null, 12,
|
|
600
|
+
}, null, 12, ft),
|
|
591
601
|
s("path", {
|
|
592
602
|
style: h("transform: translate(" + r.translxcircle + "px, " + r.transly + "px);"),
|
|
593
603
|
class: "circle",
|
|
594
604
|
d: "M182.911 97.4512C182.911 113.726 169.44 126.936 152.801 126.936C136.162 126.936 122.691 113.726 122.691 97.4512C122.691 81.1767 136.162 67.9662 152.801 67.9662C169.44 67.9662 182.911 81.1767 182.911 97.4512Z",
|
|
595
605
|
"stroke-width": t.borderWidthLineField,
|
|
596
606
|
stroke: t.colorLineField
|
|
597
|
-
}, null, 12,
|
|
607
|
+
}, null, 12, bt),
|
|
598
608
|
s("rect", {
|
|
599
609
|
x: "0%",
|
|
600
610
|
y: "0%",
|
|
@@ -605,7 +615,7 @@ function Dt(e, i, t, c, o, r) {
|
|
|
605
615
|
stroke: t.borderColor,
|
|
606
616
|
"stroke-width": t.borderWidth,
|
|
607
617
|
onClick: i[0] || (i[0] = (a) => r.selectSector(0))
|
|
608
|
-
}, null, 8,
|
|
618
|
+
}, null, 8, pt),
|
|
609
619
|
s("rect", {
|
|
610
620
|
x: "0%",
|
|
611
621
|
y: "25%",
|
|
@@ -616,7 +626,7 @@ function Dt(e, i, t, c, o, r) {
|
|
|
616
626
|
stroke: t.borderColor,
|
|
617
627
|
"stroke-width": t.borderWidth,
|
|
618
628
|
onClick: i[1] || (i[1] = (a) => r.selectSector(1))
|
|
619
|
-
}, null, 8,
|
|
629
|
+
}, null, 8, vt),
|
|
620
630
|
s("rect", {
|
|
621
631
|
x: "0%",
|
|
622
632
|
y: "50%",
|
|
@@ -627,7 +637,7 @@ function Dt(e, i, t, c, o, r) {
|
|
|
627
637
|
stroke: t.borderColor,
|
|
628
638
|
"stroke-width": t.borderWidth,
|
|
629
639
|
onClick: i[2] || (i[2] = (a) => r.selectSector(2))
|
|
630
|
-
}, null, 8,
|
|
640
|
+
}, null, 8, yt),
|
|
631
641
|
s("rect", {
|
|
632
642
|
x: "0%",
|
|
633
643
|
y: "75%",
|
|
@@ -638,7 +648,7 @@ function Dt(e, i, t, c, o, r) {
|
|
|
638
648
|
stroke: t.borderColor,
|
|
639
649
|
"stroke-width": t.borderWidth,
|
|
640
650
|
onClick: i[3] || (i[3] = (a) => r.selectSector(3))
|
|
641
|
-
}, null, 8,
|
|
651
|
+
}, null, 8, gt),
|
|
642
652
|
s("rect", {
|
|
643
653
|
x: "25%",
|
|
644
654
|
y: "0%",
|
|
@@ -649,7 +659,7 @@ function Dt(e, i, t, c, o, r) {
|
|
|
649
659
|
stroke: t.borderColor,
|
|
650
660
|
"stroke-width": t.borderWidth,
|
|
651
661
|
onClick: i[4] || (i[4] = (a) => r.selectSector(4))
|
|
652
|
-
}, null, 8,
|
|
662
|
+
}, null, 8, kt),
|
|
653
663
|
s("rect", {
|
|
654
664
|
x: "25%",
|
|
655
665
|
y: "25%",
|
|
@@ -660,7 +670,7 @@ function Dt(e, i, t, c, o, r) {
|
|
|
660
670
|
stroke: t.borderColor,
|
|
661
671
|
"stroke-width": t.borderWidth,
|
|
662
672
|
onClick: i[5] || (i[5] = (a) => r.selectSector(5))
|
|
663
|
-
}, null, 8,
|
|
673
|
+
}, null, 8, St),
|
|
664
674
|
s("rect", {
|
|
665
675
|
x: "25%",
|
|
666
676
|
y: "50%",
|
|
@@ -671,7 +681,7 @@ function Dt(e, i, t, c, o, r) {
|
|
|
671
681
|
stroke: t.borderColor,
|
|
672
682
|
"stroke-width": t.borderWidth,
|
|
673
683
|
onClick: i[6] || (i[6] = (a) => r.selectSector(6))
|
|
674
|
-
}, null, 8,
|
|
684
|
+
}, null, 8, xt),
|
|
675
685
|
s("rect", {
|
|
676
686
|
x: "25%",
|
|
677
687
|
y: "75%",
|
|
@@ -682,7 +692,7 @@ function Dt(e, i, t, c, o, r) {
|
|
|
682
692
|
stroke: t.borderColor,
|
|
683
693
|
"stroke-width": t.borderWidth,
|
|
684
694
|
onClick: i[7] || (i[7] = (a) => r.selectSector(7))
|
|
685
|
-
}, null, 8,
|
|
695
|
+
}, null, 8, mt),
|
|
686
696
|
s("rect", {
|
|
687
697
|
x: "50%",
|
|
688
698
|
y: "0%",
|
|
@@ -704,7 +714,7 @@ function Dt(e, i, t, c, o, r) {
|
|
|
704
714
|
stroke: t.borderColor,
|
|
705
715
|
"stroke-width": t.borderWidth,
|
|
706
716
|
onClick: i[9] || (i[9] = (a) => r.selectSector(9))
|
|
707
|
-
}, null, 8,
|
|
717
|
+
}, null, 8, Ct),
|
|
708
718
|
s("rect", {
|
|
709
719
|
x: "50%",
|
|
710
720
|
y: "50%",
|
|
@@ -715,7 +725,7 @@ function Dt(e, i, t, c, o, r) {
|
|
|
715
725
|
stroke: t.borderColor,
|
|
716
726
|
"stroke-width": t.borderWidth,
|
|
717
727
|
onClick: i[10] || (i[10] = (a) => r.selectSector(10))
|
|
718
|
-
}, null, 8,
|
|
728
|
+
}, null, 8, Ft),
|
|
719
729
|
s("rect", {
|
|
720
730
|
x: "50%",
|
|
721
731
|
y: "75%",
|
|
@@ -737,7 +747,7 @@ function Dt(e, i, t, c, o, r) {
|
|
|
737
747
|
stroke: t.borderColor,
|
|
738
748
|
"stroke-width": t.borderWidth,
|
|
739
749
|
onClick: i[12] || (i[12] = (a) => r.selectSector(12))
|
|
740
|
-
}, null, 8,
|
|
750
|
+
}, null, 8, _t),
|
|
741
751
|
s("rect", {
|
|
742
752
|
x: "75%",
|
|
743
753
|
y: "25%",
|
|
@@ -748,7 +758,7 @@ function Dt(e, i, t, c, o, r) {
|
|
|
748
758
|
stroke: t.borderColor,
|
|
749
759
|
"stroke-width": t.borderWidth,
|
|
750
760
|
onClick: i[13] || (i[13] = (a) => r.selectSector(13))
|
|
751
|
-
}, null, 8,
|
|
761
|
+
}, null, 8, Wt),
|
|
752
762
|
s("rect", {
|
|
753
763
|
x: "75%",
|
|
754
764
|
y: "50%",
|
|
@@ -759,7 +769,7 @@ function Dt(e, i, t, c, o, r) {
|
|
|
759
769
|
stroke: t.borderColor,
|
|
760
770
|
"stroke-width": t.borderWidth,
|
|
761
771
|
onClick: i[14] || (i[14] = (a) => r.selectSector(14))
|
|
762
|
-
}, null, 8,
|
|
772
|
+
}, null, 8, zt),
|
|
763
773
|
s("rect", {
|
|
764
774
|
x: "75%",
|
|
765
775
|
y: "75%",
|
|
@@ -770,11 +780,11 @@ function Dt(e, i, t, c, o, r) {
|
|
|
770
780
|
stroke: t.borderColor,
|
|
771
781
|
"stroke-width": t.borderWidth,
|
|
772
782
|
onClick: i[15] || (i[15] = (a) => r.selectSector(15))
|
|
773
|
-
}, null, 8,
|
|
783
|
+
}, null, 8, At)
|
|
774
784
|
]))
|
|
775
785
|
]),
|
|
776
|
-
s("div",
|
|
777
|
-
(l(),
|
|
786
|
+
s("div", Vt, [
|
|
787
|
+
(l(), v(b, {
|
|
778
788
|
"text-value": "1/4 tos",
|
|
779
789
|
"font-size": "12px",
|
|
780
790
|
height: "26px",
|
|
@@ -793,7 +803,7 @@ function Dt(e, i, t, c, o, r) {
|
|
|
793
803
|
key: o.refreshBtn14,
|
|
794
804
|
value: e.status14
|
|
795
805
|
}, null, 8, ["onStatus", "value"])),
|
|
796
|
-
(l(),
|
|
806
|
+
(l(), v(b, {
|
|
797
807
|
"text-value": "2/4 tos",
|
|
798
808
|
"font-size": "12px",
|
|
799
809
|
height: "26px",
|
|
@@ -812,7 +822,7 @@ function Dt(e, i, t, c, o, r) {
|
|
|
812
822
|
key: o.refreshBtn24,
|
|
813
823
|
value: e.status24
|
|
814
824
|
}, null, 8, ["onStatus", "value"])),
|
|
815
|
-
(l(),
|
|
825
|
+
(l(), v(b, {
|
|
816
826
|
"text-value": "3/4 tos",
|
|
817
827
|
"font-size": "12px",
|
|
818
828
|
height: "26px",
|
|
@@ -831,7 +841,7 @@ function Dt(e, i, t, c, o, r) {
|
|
|
831
841
|
key: o.refreshBtn34,
|
|
832
842
|
value: e.status34
|
|
833
843
|
}, null, 8, ["onStatus", "value"])),
|
|
834
|
-
(l(),
|
|
844
|
+
(l(), v(b, {
|
|
835
845
|
"text-value": "4/4 tos",
|
|
836
846
|
"font-size": "12px",
|
|
837
847
|
height: "26px",
|
|
@@ -854,14 +864,14 @@ function Dt(e, i, t, c, o, r) {
|
|
|
854
864
|
])
|
|
855
865
|
]);
|
|
856
866
|
}
|
|
857
|
-
const
|
|
867
|
+
const Dt = /* @__PURE__ */ ot(S, [["render", Lt], ["__scopeId", "data-v-f9923331"]]), $t = { class: "filter-field" }, Pt = {
|
|
858
868
|
__name: "FilterField",
|
|
859
869
|
setup(e) {
|
|
860
|
-
const i =
|
|
870
|
+
const i = B(Array.from({ length: 16 }, (c, o) => o + 1));
|
|
861
871
|
function t(c) {
|
|
862
872
|
}
|
|
863
873
|
return (c, o) => (l(), d("div", $t, [
|
|
864
|
-
|
|
874
|
+
W(z(Dt), {
|
|
865
875
|
width: "100%",
|
|
866
876
|
"background-color": "#2E3B46",
|
|
867
877
|
value: i.value,
|
|
@@ -869,7 +879,7 @@ const Pt = /* @__PURE__ */ ot(S, [["render", Dt], ["__scopeId", "data-v-f434f4ce
|
|
|
869
879
|
}, null, 8, ["value"])
|
|
870
880
|
]));
|
|
871
881
|
}
|
|
872
|
-
},
|
|
882
|
+
}, Nt = /* @__PURE__ */ $(Pt, [["__scopeId", "data-v-dc8a3bf4"]]);
|
|
873
883
|
export {
|
|
874
|
-
|
|
884
|
+
Nt as default
|
|
875
885
|
};
|
package/dist/{FilterSubcategories-eee21e33-MiwJ_Nu6.js → FilterSubcategories-e58037cd-_p2GTCbw.js}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { openBlock as r, createElementBlock as o, Fragment as a, renderList as u, createVNode as d, createBlock as n, unref as i } from "vue";
|
|
2
2
|
import { L as m } from "./gsc-checkbox-61a9b387-xMZ_9V3m.js";
|
|
3
|
-
import { q as l } from "./index-
|
|
3
|
+
import { q as l } from "./index-1NFB5BZ7.js";
|
|
4
4
|
const b = { class: "subcategory-group" }, g = {
|
|
5
5
|
__name: "SubcategoryGroup",
|
|
6
6
|
props: {
|
package/dist/gsc-landing.js
CHANGED