@golstats/gsc-landing 1.0.20 → 1.0.22
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-78d579ad-HeSCo_wi.js → FilterConditions-4947d196-gw21Tvky.js} +34 -34
- package/dist/{FilterField-91367dbc-Py1Dyjx2.js → FilterField-0d939701--YRqE-ZO.js} +235 -141
- package/dist/{FilterSubcategories-fc6e50e7-9w5H9tQH.js → FilterSubcategories-2dff6f04-e3zyVp7u.js} +5 -5
- package/dist/{gsc-checkbox-9572f28d-OEktJZP_.js → gsc-checkbox-0735d028-JE5Zs_ri.js} +26 -16
- package/dist/gsc-landing.js +1 -1
- package/dist/gsc-landing.umd.cjs +72 -68
- package/dist/{index-v16yD7RQ.js → index-SHBr0-wW.js} +15933 -15248
- package/dist/style.css +1 -1
- package/package.json +5 -5
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
import { ref as
|
|
2
|
-
import {
|
|
3
|
-
const
|
|
1
|
+
import { ref as _, openBlock as l, createElementBlock as d, createVNode as V, unref as z, useCssVars as g, resolveComponent as x, createElementVNode as s, createBlock as p, normalizeStyle as h, normalizeClass as B, createCommentVNode as f, toDisplayString as v, computed as y, watch as L, Fragment as D, pushScopeId as W, popScopeId as A } from "vue";
|
|
2
|
+
import { z as $ } from "./index-SHBr0-wW.js";
|
|
3
|
+
const P = (e, i) => {
|
|
4
4
|
const t = e.__vccOpts || e;
|
|
5
|
-
for (const [
|
|
6
|
-
t[
|
|
5
|
+
for (const [c, o] of i)
|
|
6
|
+
t[c] = o;
|
|
7
7
|
return t;
|
|
8
|
-
},
|
|
8
|
+
}, k = {
|
|
9
9
|
props: {
|
|
10
|
+
type: { type: Number, default: 0 },
|
|
10
11
|
value: { type: Boolean, default: !1 },
|
|
11
12
|
textValue: String,
|
|
12
13
|
icon: String,
|
|
@@ -15,6 +16,7 @@ const D = (e, i) => {
|
|
|
15
16
|
fontColor: { type: String, default: "#FFFFFF" },
|
|
16
17
|
textDecoration: String,
|
|
17
18
|
fontSize: { type: String, default: "16px" },
|
|
19
|
+
fontSizeStat: { type: String, default: "16px" },
|
|
18
20
|
fontStyle: String,
|
|
19
21
|
fontFamily: { type: String, default: "Poppins-Regular" },
|
|
20
22
|
height: { type: String, default: "fit-content" },
|
|
@@ -22,6 +24,7 @@ const D = (e, i) => {
|
|
|
22
24
|
borderRadius: { type: String, default: "0px" },
|
|
23
25
|
borderType: { type: String, default: "solid" },
|
|
24
26
|
borderWidth: { type: Number, default: 0 },
|
|
27
|
+
borderWidthBtn: { type: String, default: "2px" },
|
|
25
28
|
borderColor: String,
|
|
26
29
|
backgroundColor: { type: String, default: "none" },
|
|
27
30
|
activeBackgroundColor: { type: String, default: "#000000" },
|
|
@@ -30,7 +33,10 @@ const D = (e, i) => {
|
|
|
30
33
|
activeBorderColor: { type: String, default: "#cbee6b" },
|
|
31
34
|
activeColorText: { type: String, default: "#FFFFFF" },
|
|
32
35
|
cursorType: { type: String, default: "default" },
|
|
33
|
-
typeOnOff: { type: Boolean, default: !1 }
|
|
36
|
+
typeOnOff: { type: Boolean, default: !1 },
|
|
37
|
+
textCategory: String,
|
|
38
|
+
textStat: String,
|
|
39
|
+
marginLeftStat: { type: String, default: "15%" }
|
|
34
40
|
},
|
|
35
41
|
watch: {
|
|
36
42
|
value: {
|
|
@@ -73,43 +79,81 @@ const D = (e, i) => {
|
|
|
73
79
|
this.$emit("click", e), this.typeOnOff && (this.status = !this.status, this.$emit("status", this.status));
|
|
74
80
|
}
|
|
75
81
|
}
|
|
76
|
-
},
|
|
82
|
+
}, m = () => {
|
|
83
|
+
g((e) => ({
|
|
84
|
+
"1c960139": e.height,
|
|
85
|
+
b2f635d8: e.borderWidthBtn,
|
|
86
|
+
"06e99898": e.borderType,
|
|
87
|
+
"55555c76": e.borderColor,
|
|
88
|
+
"23b6d320": e.borderRadius,
|
|
89
|
+
"22c97374": e.width,
|
|
90
|
+
"22bb09fa": e.backgroundColor,
|
|
91
|
+
c148da7c: e.cursorType,
|
|
92
|
+
cce756fc: e.fontSize,
|
|
93
|
+
cff98d60: e.fontStyle,
|
|
94
|
+
"5123b3a5": e.fontFamily,
|
|
95
|
+
"47bf58db": e.marginLeftStat,
|
|
96
|
+
cadc8414: e.fontSizeStat
|
|
97
|
+
}));
|
|
98
|
+
}, C = k.setup;
|
|
99
|
+
k.setup = C ? (e, i) => (m(), C(e, i)) : m;
|
|
100
|
+
const O = (e) => (W("data-v-fb269a1e"), e = e(), A(), e), T = ["src"], I = {
|
|
77
101
|
key: 1,
|
|
78
102
|
class: "text"
|
|
79
|
-
},
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
t.icon && t.iconPosition.toLowerCase() === "left" ? (a(), d("img", {
|
|
103
|
+
}, N = ["src"], M = { class: "stats" }, G = /* @__PURE__ */ O(() => /* @__PURE__ */ s("img", {
|
|
104
|
+
class: "iconstats",
|
|
105
|
+
src: "https://az755631.vo.msecnd.net/todoelfut/playdes.png"
|
|
106
|
+
}, null, -1)), R = { class: "numstats" }, E = { class: "leyend" };
|
|
107
|
+
function U(e, i, t, c, o, r) {
|
|
108
|
+
return l(), d("div", null, [
|
|
109
|
+
t.type == 0 ? (l(), d("div", {
|
|
87
110
|
key: 0,
|
|
88
|
-
class: "
|
|
89
|
-
style: h(
|
|
90
|
-
|
|
91
|
-
},
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
111
|
+
class: B(["button", o.status && t.typeOnOff && "button-active"]),
|
|
112
|
+
style: h([r.customStyle, o.status && t.typeOnOff && r.customActive]),
|
|
113
|
+
onClick: i[0] || (i[0] = (...u) => r.btnClick && r.btnClick(...u))
|
|
114
|
+
}, [
|
|
115
|
+
t.icon && t.iconPosition.toLowerCase() === "left" ? (l(), d("img", {
|
|
116
|
+
key: 0,
|
|
117
|
+
class: "icon",
|
|
118
|
+
style: h({ width: t.iconSize }),
|
|
119
|
+
src: t.icon
|
|
120
|
+
}, null, 12, T)) : f("", !0),
|
|
121
|
+
t.textValue ? (l(), d("div", I, v(t.textValue), 1)) : f("", !0),
|
|
122
|
+
t.icon && t.iconPosition.toLowerCase() === "right" ? (l(), d("img", {
|
|
123
|
+
key: 2,
|
|
124
|
+
class: "icon",
|
|
125
|
+
style: h({ width: t.iconSize }),
|
|
126
|
+
src: t.icon
|
|
127
|
+
}, null, 12, N)) : f("", !0)
|
|
128
|
+
], 6)) : f("", !0),
|
|
129
|
+
t.type == 1 ? (l(), d("div", {
|
|
130
|
+
key: 1,
|
|
131
|
+
class: "button-target",
|
|
132
|
+
onClick: i[1] || (i[1] = (...u) => r.btnClick && r.btnClick(...u))
|
|
133
|
+
}, [
|
|
134
|
+
s("div", M, [
|
|
135
|
+
G,
|
|
136
|
+
s("div", R, v(t.textStat), 1)
|
|
137
|
+
]),
|
|
138
|
+
s("div", E, v(t.textCategory), 1)
|
|
139
|
+
])) : f("", !0)
|
|
140
|
+
]);
|
|
100
141
|
}
|
|
101
|
-
const
|
|
142
|
+
const H = /* @__PURE__ */ P(k, [["render", U], ["__scopeId", "data-v-fb269a1e"]]), q = (e, i) => {
|
|
102
143
|
const t = e.__vccOpts || e;
|
|
103
|
-
for (const [
|
|
104
|
-
t[
|
|
144
|
+
for (const [c, o] of i)
|
|
145
|
+
t[c] = o;
|
|
105
146
|
return t;
|
|
106
|
-
},
|
|
147
|
+
}, J = { key: 1 }, Z = {
|
|
107
148
|
width: "10",
|
|
108
149
|
height: "8",
|
|
109
150
|
viewBox: "0 0 10 8",
|
|
110
151
|
fill: "none",
|
|
111
152
|
xmlns: "http://www.w3.org/2000/svg"
|
|
112
|
-
},
|
|
153
|
+
}, j = ["fill"], Y = {
|
|
154
|
+
key: 0,
|
|
155
|
+
class: "checkbox__teams"
|
|
156
|
+
}, K = { class: "checkbox__teams__logo" }, Q = ["src"], X = { class: "checkbox__teams__logo" }, tt = ["src"], et = {
|
|
113
157
|
__name: "GSC-Checkbox",
|
|
114
158
|
props: {
|
|
115
159
|
width: {
|
|
@@ -124,6 +168,10 @@ const O = /* @__PURE__ */ D(z, [["render", N], ["__scopeId", "data-v-1bfd444b"]]
|
|
|
124
168
|
type: String,
|
|
125
169
|
default: ""
|
|
126
170
|
},
|
|
171
|
+
labelWhiteSpace: {
|
|
172
|
+
type: String,
|
|
173
|
+
default: "normal"
|
|
174
|
+
},
|
|
127
175
|
labelColor: {
|
|
128
176
|
type: String,
|
|
129
177
|
default: "white"
|
|
@@ -168,6 +216,10 @@ const O = /* @__PURE__ */ D(z, [["render", N], ["__scopeId", "data-v-1bfd444b"]]
|
|
|
168
216
|
return ["left", "right", "top", "bottom"].includes(e);
|
|
169
217
|
}
|
|
170
218
|
},
|
|
219
|
+
boxMarginTop: {
|
|
220
|
+
type: String,
|
|
221
|
+
default: "0.2em"
|
|
222
|
+
},
|
|
171
223
|
boxWidthAndHeight: {
|
|
172
224
|
type: String,
|
|
173
225
|
default: "16px"
|
|
@@ -195,81 +247,118 @@ const O = /* @__PURE__ */ D(z, [["render", N], ["__scopeId", "data-v-1bfd444b"]]
|
|
|
195
247
|
avoidInteraction: {
|
|
196
248
|
type: Boolean,
|
|
197
249
|
default: !1
|
|
250
|
+
},
|
|
251
|
+
avoidToCheck: {
|
|
252
|
+
type: Boolean,
|
|
253
|
+
default: !1
|
|
254
|
+
},
|
|
255
|
+
isBoxOnly: {
|
|
256
|
+
type: Boolean,
|
|
257
|
+
default: !1
|
|
258
|
+
},
|
|
259
|
+
teamsIds: {
|
|
260
|
+
type: Array,
|
|
261
|
+
default: () => null
|
|
198
262
|
}
|
|
199
263
|
},
|
|
200
264
|
emits: ["update:modelValue"],
|
|
201
265
|
setup(e, { emit: i }) {
|
|
202
|
-
const t = e
|
|
203
|
-
|
|
266
|
+
const t = e;
|
|
267
|
+
g((n) => ({
|
|
268
|
+
70501426: e.width,
|
|
269
|
+
"1957cde0": e.height
|
|
270
|
+
}));
|
|
271
|
+
const c = _(!1), o = y(() => {
|
|
272
|
+
const n = {
|
|
204
273
|
color: t.boxValueColor,
|
|
205
274
|
"font-family": t.fontFamily,
|
|
206
275
|
height: t.boxWidthAndHeight,
|
|
207
276
|
width: t.boxWidthAndHeight,
|
|
208
277
|
minWidth: t.boxWidthAndHeight,
|
|
209
|
-
"border-radius": t.boxBorderRadius
|
|
278
|
+
"border-radius": t.boxBorderRadius,
|
|
279
|
+
"margin-top": t.boxMarginTop
|
|
210
280
|
};
|
|
211
|
-
return
|
|
212
|
-
}), r =
|
|
281
|
+
return c.value ? (n["background-color"] = t.boxBackgroundColor, n.border = `solid ${t.boxBorderWidth} ${t.boxBackgroundColor}`) : n.border = `solid ${t.boxBorderWidth} ${t.boxBorderColor}`, n;
|
|
282
|
+
}), r = y(() => ({
|
|
213
283
|
"font-family": t.boxValueFontFamily,
|
|
214
284
|
"font-size": t.boxValueFontSize,
|
|
215
285
|
color: t.boxValueColor,
|
|
216
286
|
"line-height": 1
|
|
217
|
-
})), u =
|
|
218
|
-
const
|
|
287
|
+
})), u = y(() => {
|
|
288
|
+
const n = {
|
|
219
289
|
color: t.labelColor,
|
|
220
290
|
"font-family": t.fontFamily,
|
|
221
|
-
"font-size": t.labelFontSize
|
|
291
|
+
"font-size": t.labelFontSize,
|
|
292
|
+
"white-space": t.labelWhiteSpace,
|
|
293
|
+
"text-align": t.boxPosition === "top" || t.boxPosition === "bottom" ? "center" : t.boxPosition
|
|
222
294
|
};
|
|
223
|
-
return (t.boxPosition === "left" || t.boxPosition === "right") && (
|
|
295
|
+
return (t.boxPosition === "left" || t.boxPosition === "right") && (n[`margin-${t.boxPosition}`] = t.isBoxOnly ? "0" : t.teamsIds ? "8px" : "10px"), n;
|
|
224
296
|
});
|
|
225
|
-
|
|
297
|
+
L(
|
|
226
298
|
() => t.modelValue,
|
|
227
|
-
(
|
|
228
|
-
|
|
299
|
+
(n) => {
|
|
300
|
+
n !== c.value && (c.value = n);
|
|
229
301
|
},
|
|
230
302
|
{ immediate: !0 }
|
|
231
303
|
);
|
|
232
|
-
function
|
|
233
|
-
t.avoidInteraction || (
|
|
304
|
+
function b() {
|
|
305
|
+
t.avoidInteraction || !c.value && t.avoidToCheck || (c.value = !c.value, i("update:modelValue", c.value));
|
|
306
|
+
}
|
|
307
|
+
function a(n) {
|
|
308
|
+
return `${{}.TEAM_LOGOS_URL || "https://az755631.vo.msecnd.net/teams-80/"}${n}.png`;
|
|
234
309
|
}
|
|
235
|
-
return (
|
|
236
|
-
class:
|
|
237
|
-
onClick:
|
|
310
|
+
return (n, Tt) => (l(), d("div", {
|
|
311
|
+
class: B(["checkbox", `box-${e.boxPosition}`]),
|
|
312
|
+
onClick: b
|
|
238
313
|
}, [
|
|
239
314
|
s("div", {
|
|
240
315
|
class: "checkbox__box",
|
|
241
316
|
style: h(o.value)
|
|
242
317
|
}, [
|
|
243
|
-
|
|
244
|
-
t.boxValue ? (
|
|
318
|
+
c.value ? (l(), d(D, { key: 0 }, [
|
|
319
|
+
t.boxValue ? (l(), d("div", {
|
|
245
320
|
key: 0,
|
|
246
321
|
class: "checkbox__box__value",
|
|
247
322
|
style: h(r.value)
|
|
248
|
-
},
|
|
249
|
-
(
|
|
323
|
+
}, v(e.boxValue), 5)) : (l(), d("div", J, [
|
|
324
|
+
(l(), d("svg", Z, [
|
|
250
325
|
s("path", {
|
|
251
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",
|
|
252
327
|
fill: e.boxValueColor
|
|
253
|
-
}, null, 8,
|
|
328
|
+
}, null, 8, j)
|
|
254
329
|
]))
|
|
255
330
|
]))
|
|
256
|
-
], 64)) :
|
|
331
|
+
], 64)) : f("", !0)
|
|
257
332
|
], 4),
|
|
333
|
+
e.teamsIds && e.teamsIds.length ? (l(), d("div", Y, [
|
|
334
|
+
s("div", K, [
|
|
335
|
+
s("img", {
|
|
336
|
+
src: a(e.teamsIds[0]),
|
|
337
|
+
alt: ""
|
|
338
|
+
}, null, 8, Q)
|
|
339
|
+
]),
|
|
340
|
+
s("div", X, [
|
|
341
|
+
s("img", {
|
|
342
|
+
src: a(e.teamsIds[1]),
|
|
343
|
+
alt: ""
|
|
344
|
+
}, null, 8, tt)
|
|
345
|
+
])
|
|
346
|
+
])) : f("", !0),
|
|
258
347
|
s("div", {
|
|
259
348
|
class: "checkbox__label",
|
|
260
349
|
style: h(u.value)
|
|
261
|
-
},
|
|
350
|
+
}, v(e.label), 5)
|
|
262
351
|
], 2));
|
|
263
352
|
}
|
|
264
|
-
},
|
|
353
|
+
}, it = /* @__PURE__ */ q(et, [["__scopeId", "data-v-8ab85812"]]), ot = (e, i) => {
|
|
265
354
|
const t = e.__vccOpts || e;
|
|
266
|
-
for (const [
|
|
267
|
-
t[
|
|
355
|
+
for (const [c, o] of i)
|
|
356
|
+
t[c] = o;
|
|
268
357
|
return t;
|
|
269
|
-
},
|
|
358
|
+
}, S = {
|
|
270
359
|
components: {
|
|
271
|
-
GSCButton:
|
|
272
|
-
GSCCheckbox:
|
|
360
|
+
GSCButton: H,
|
|
361
|
+
GSCCheckbox: it
|
|
273
362
|
},
|
|
274
363
|
data() {
|
|
275
364
|
return {
|
|
@@ -287,7 +376,8 @@ const O = /* @__PURE__ */ D(z, [["render", N], ["__scopeId", "data-v-1bfd444b"]]
|
|
|
287
376
|
sector: i + 1,
|
|
288
377
|
active: !1
|
|
289
378
|
})
|
|
290
|
-
)
|
|
379
|
+
),
|
|
380
|
+
lastUpdatedValue: []
|
|
291
381
|
};
|
|
292
382
|
},
|
|
293
383
|
props: {
|
|
@@ -297,7 +387,7 @@ const O = /* @__PURE__ */ D(z, [["render", N], ["__scopeId", "data-v-1bfd444b"]]
|
|
|
297
387
|
},
|
|
298
388
|
heightContainer: {
|
|
299
389
|
type: String,
|
|
300
|
-
default: "
|
|
390
|
+
default: "340px"
|
|
301
391
|
},
|
|
302
392
|
widthContainer: {
|
|
303
393
|
type: String,
|
|
@@ -357,9 +447,10 @@ const O = /* @__PURE__ */ D(z, [["render", N], ["__scopeId", "data-v-1bfd444b"]]
|
|
|
357
447
|
deep: !0,
|
|
358
448
|
immediate: !0,
|
|
359
449
|
handler(e) {
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
450
|
+
const i = e.sort();
|
|
451
|
+
JSON.stringify(i) !== JSON.stringify(this.lastUpdatedValue) && (this.lastUpdatedValue = i, this.sectors.forEach((t, c) => {
|
|
452
|
+
t.active = e.includes(c + 1), this.validateField(c);
|
|
453
|
+
}), this.$emit("update:modelValue", e));
|
|
363
454
|
}
|
|
364
455
|
},
|
|
365
456
|
sectors: {
|
|
@@ -432,45 +523,48 @@ const O = /* @__PURE__ */ D(z, [["render", N], ["__scopeId", "data-v-1bfd444b"]]
|
|
|
432
523
|
i == 0 ? (this.sectors[12].active = !0, this.sectors[13].active = !0, this.sectors[14].active = !0, this.sectors[15].active = !0, this.status44 = !0, this.refreshBtn44 += 1) : this.status44 = !1, i == 16 && (this.all = !0, this.update += 1);
|
|
433
524
|
},
|
|
434
525
|
validateField(e) {
|
|
435
|
-
(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.status14 && this.status34 && this.status24 && this.status44
|
|
526
|
+
(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);
|
|
436
527
|
}
|
|
437
528
|
}
|
|
438
|
-
},
|
|
439
|
-
|
|
440
|
-
"
|
|
441
|
-
"
|
|
442
|
-
|
|
443
|
-
"
|
|
444
|
-
|
|
529
|
+
}, w = () => {
|
|
530
|
+
g((e) => ({
|
|
531
|
+
"74799ff0": e.widthContainer,
|
|
532
|
+
"24b24725": e.heightContainer,
|
|
533
|
+
"5a6c06e0": e.backgroundColor,
|
|
534
|
+
"4f483262": e.widthFieldGrid,
|
|
535
|
+
eed6e3f8: e.heightFieldGrid
|
|
445
536
|
}));
|
|
446
|
-
},
|
|
447
|
-
|
|
448
|
-
const
|
|
537
|
+
}, F = S.setup;
|
|
538
|
+
S.setup = F ? (e, i) => (w(), F(e, i)) : w;
|
|
539
|
+
const st = (e) => (W("data-v-f434f4ce"), e = e(), A(), e), rt = { class: "gsc-field" }, ct = { class: "gsc-field__title-checked" }, lt = /* @__PURE__ */ st(() => /* @__PURE__ */ s("div", { class: "gsc-field__title-checked__title" }, "Pase(s) desde la(s) zona(s):", -1)), at = { class: "gsc-field__title-checked__check-cont" }, dt = { class: "gsc-field__container-field" }, nt = { class: "gsc-field__container-field__field" }, ht = {
|
|
449
540
|
width: "100%",
|
|
450
541
|
height: "100%",
|
|
451
542
|
fill: "#2e3b46",
|
|
452
543
|
xmlns: "http://www.w3.org/2000/svg"
|
|
453
|
-
},
|
|
454
|
-
function
|
|
455
|
-
const u =
|
|
456
|
-
return
|
|
457
|
-
s("div",
|
|
458
|
-
|
|
459
|
-
s("div",
|
|
460
|
-
(
|
|
544
|
+
}, ut = ["stroke"], ft = ["stroke", "stroke-width"], bt = ["stroke", "stroke-width"], pt = ["stroke-width", "stroke"], 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"], Ct = ["fill", "fill-opacity", "stroke", "stroke-width"], wt = ["fill", "fill-opacity", "stroke", "stroke-width"], Ft = ["fill", "fill-opacity", "stroke", "stroke-width"], _t = ["fill", "fill-opacity", "stroke", "stroke-width"], Bt = ["fill", "fill-opacity", "stroke", "stroke-width"], Wt = ["fill", "fill-opacity", "stroke", "stroke-width"], At = ["fill", "fill-opacity", "stroke", "stroke-width"], Vt = ["fill", "fill-opacity", "stroke", "stroke-width"], zt = ["fill", "fill-opacity", "stroke", "stroke-width"], Lt = { class: "gsc-field__container-field__bar-buttons" };
|
|
545
|
+
function Dt(e, i, t, c, o, r) {
|
|
546
|
+
const u = x("GSCCheckbox"), b = x("GSCButton");
|
|
547
|
+
return l(), d("div", rt, [
|
|
548
|
+
s("div", ct, [
|
|
549
|
+
lt,
|
|
550
|
+
s("div", at, [
|
|
551
|
+
(l(), p(u, {
|
|
461
552
|
label: "Todas las zonas",
|
|
462
553
|
"box-value-font-family": "Poppins-Regular",
|
|
463
554
|
"box-position": "right",
|
|
464
|
-
"
|
|
555
|
+
"label-font-size": "14px",
|
|
556
|
+
"label-white-space": "nowrap",
|
|
557
|
+
"box-margin-top": "0.4em",
|
|
465
558
|
value: o.all,
|
|
466
559
|
key: o.update,
|
|
467
|
-
"model-value": o.all
|
|
468
|
-
|
|
560
|
+
"model-value": o.all,
|
|
561
|
+
"onUpdate:modelValue": r.clickAll
|
|
562
|
+
}, null, 8, ["value", "model-value", "onUpdate:modelValue"]))
|
|
469
563
|
])
|
|
470
564
|
]),
|
|
471
|
-
s("div",
|
|
472
|
-
s("div",
|
|
473
|
-
(
|
|
565
|
+
s("div", dt, [
|
|
566
|
+
s("div", nt, [
|
|
567
|
+
(l(), d("svg", ht, [
|
|
474
568
|
s("rect", {
|
|
475
569
|
x: "1.5",
|
|
476
570
|
y: "0.5",
|
|
@@ -478,14 +572,14 @@ function St(e, i, t, l, o, r) {
|
|
|
478
572
|
height: "100%",
|
|
479
573
|
rx: "1.5",
|
|
480
574
|
stroke: t.colorLineField
|
|
481
|
-
}, null, 8,
|
|
575
|
+
}, null, 8, ut),
|
|
482
576
|
s("path", {
|
|
483
577
|
style: h("transform: translate(" + r.translx + "px, " + r.transly + "px);"),
|
|
484
578
|
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",
|
|
485
579
|
stroke: t.colorLineField,
|
|
486
580
|
"stroke-width": t.borderWidthLineField,
|
|
487
581
|
"stroke-linecap": "square"
|
|
488
|
-
}, null, 12,
|
|
582
|
+
}, null, 12, ft),
|
|
489
583
|
s("path", {
|
|
490
584
|
style: h("transform: translateY(" + r.transly + "px);"),
|
|
491
585
|
class: "porteria1",
|
|
@@ -493,14 +587,14 @@ function St(e, i, t, l, o, r) {
|
|
|
493
587
|
stroke: t.colorLineField,
|
|
494
588
|
"stroke-width": t.borderWidthLineField,
|
|
495
589
|
"stroke-linecap": "square"
|
|
496
|
-
}, null, 12,
|
|
590
|
+
}, null, 12, bt),
|
|
497
591
|
s("path", {
|
|
498
592
|
style: h("transform: translate(" + r.translxcircle + "px, " + r.transly + "px);"),
|
|
499
593
|
class: "circle",
|
|
500
594
|
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",
|
|
501
595
|
"stroke-width": t.borderWidthLineField,
|
|
502
596
|
stroke: t.colorLineField
|
|
503
|
-
}, null, 12,
|
|
597
|
+
}, null, 12, pt),
|
|
504
598
|
s("rect", {
|
|
505
599
|
x: "0%",
|
|
506
600
|
y: "0%",
|
|
@@ -510,8 +604,8 @@ function St(e, i, t, l, o, r) {
|
|
|
510
604
|
"fill-opacity": t.opacitySector,
|
|
511
605
|
stroke: t.borderColor,
|
|
512
606
|
"stroke-width": t.borderWidth,
|
|
513
|
-
onClick: i[0] || (i[0] = (
|
|
514
|
-
}, null, 8,
|
|
607
|
+
onClick: i[0] || (i[0] = (a) => r.selectSector(0))
|
|
608
|
+
}, null, 8, vt),
|
|
515
609
|
s("rect", {
|
|
516
610
|
x: "0%",
|
|
517
611
|
y: "25%",
|
|
@@ -521,8 +615,8 @@ function St(e, i, t, l, o, r) {
|
|
|
521
615
|
"fill-opacity": t.opacitySector,
|
|
522
616
|
stroke: t.borderColor,
|
|
523
617
|
"stroke-width": t.borderWidth,
|
|
524
|
-
onClick: i[1] || (i[1] = (
|
|
525
|
-
}, null, 8,
|
|
618
|
+
onClick: i[1] || (i[1] = (a) => r.selectSector(1))
|
|
619
|
+
}, null, 8, yt),
|
|
526
620
|
s("rect", {
|
|
527
621
|
x: "0%",
|
|
528
622
|
y: "50%",
|
|
@@ -532,8 +626,8 @@ function St(e, i, t, l, o, r) {
|
|
|
532
626
|
"fill-opacity": t.opacitySector,
|
|
533
627
|
stroke: t.borderColor,
|
|
534
628
|
"stroke-width": t.borderWidth,
|
|
535
|
-
onClick: i[2] || (i[2] = (
|
|
536
|
-
}, null, 8,
|
|
629
|
+
onClick: i[2] || (i[2] = (a) => r.selectSector(2))
|
|
630
|
+
}, null, 8, gt),
|
|
537
631
|
s("rect", {
|
|
538
632
|
x: "0%",
|
|
539
633
|
y: "75%",
|
|
@@ -543,8 +637,8 @@ function St(e, i, t, l, o, r) {
|
|
|
543
637
|
"fill-opacity": t.opacitySector,
|
|
544
638
|
stroke: t.borderColor,
|
|
545
639
|
"stroke-width": t.borderWidth,
|
|
546
|
-
onClick: i[3] || (i[3] = (
|
|
547
|
-
}, null, 8,
|
|
640
|
+
onClick: i[3] || (i[3] = (a) => r.selectSector(3))
|
|
641
|
+
}, null, 8, kt),
|
|
548
642
|
s("rect", {
|
|
549
643
|
x: "25%",
|
|
550
644
|
y: "0%",
|
|
@@ -554,8 +648,8 @@ function St(e, i, t, l, o, r) {
|
|
|
554
648
|
"fill-opacity": t.opacitySector,
|
|
555
649
|
stroke: t.borderColor,
|
|
556
650
|
"stroke-width": t.borderWidth,
|
|
557
|
-
onClick: i[4] || (i[4] = (
|
|
558
|
-
}, null, 8,
|
|
651
|
+
onClick: i[4] || (i[4] = (a) => r.selectSector(4))
|
|
652
|
+
}, null, 8, St),
|
|
559
653
|
s("rect", {
|
|
560
654
|
x: "25%",
|
|
561
655
|
y: "25%",
|
|
@@ -565,8 +659,8 @@ function St(e, i, t, l, o, r) {
|
|
|
565
659
|
"fill-opacity": t.opacitySector,
|
|
566
660
|
stroke: t.borderColor,
|
|
567
661
|
"stroke-width": t.borderWidth,
|
|
568
|
-
onClick: i[5] || (i[5] = (
|
|
569
|
-
}, null, 8,
|
|
662
|
+
onClick: i[5] || (i[5] = (a) => r.selectSector(5))
|
|
663
|
+
}, null, 8, xt),
|
|
570
664
|
s("rect", {
|
|
571
665
|
x: "25%",
|
|
572
666
|
y: "50%",
|
|
@@ -576,8 +670,8 @@ function St(e, i, t, l, o, r) {
|
|
|
576
670
|
"fill-opacity": t.opacitySector,
|
|
577
671
|
stroke: t.borderColor,
|
|
578
672
|
"stroke-width": t.borderWidth,
|
|
579
|
-
onClick: i[6] || (i[6] = (
|
|
580
|
-
}, null, 8,
|
|
673
|
+
onClick: i[6] || (i[6] = (a) => r.selectSector(6))
|
|
674
|
+
}, null, 8, mt),
|
|
581
675
|
s("rect", {
|
|
582
676
|
x: "25%",
|
|
583
677
|
y: "75%",
|
|
@@ -587,8 +681,8 @@ function St(e, i, t, l, o, r) {
|
|
|
587
681
|
"fill-opacity": t.opacitySector,
|
|
588
682
|
stroke: t.borderColor,
|
|
589
683
|
"stroke-width": t.borderWidth,
|
|
590
|
-
onClick: i[7] || (i[7] = (
|
|
591
|
-
}, null, 8,
|
|
684
|
+
onClick: i[7] || (i[7] = (a) => r.selectSector(7))
|
|
685
|
+
}, null, 8, Ct),
|
|
592
686
|
s("rect", {
|
|
593
687
|
x: "50%",
|
|
594
688
|
y: "0%",
|
|
@@ -598,8 +692,8 @@ function St(e, i, t, l, o, r) {
|
|
|
598
692
|
"fill-opacity": t.opacitySector,
|
|
599
693
|
stroke: t.borderColor,
|
|
600
694
|
"stroke-width": t.borderWidth,
|
|
601
|
-
onClick: i[8] || (i[8] = (
|
|
602
|
-
}, null, 8,
|
|
695
|
+
onClick: i[8] || (i[8] = (a) => r.selectSector(8))
|
|
696
|
+
}, null, 8, wt),
|
|
603
697
|
s("rect", {
|
|
604
698
|
x: "50%",
|
|
605
699
|
y: "25%",
|
|
@@ -609,8 +703,8 @@ function St(e, i, t, l, o, r) {
|
|
|
609
703
|
"fill-opacity": t.opacitySector,
|
|
610
704
|
stroke: t.borderColor,
|
|
611
705
|
"stroke-width": t.borderWidth,
|
|
612
|
-
onClick: i[9] || (i[9] = (
|
|
613
|
-
}, null, 8,
|
|
706
|
+
onClick: i[9] || (i[9] = (a) => r.selectSector(9))
|
|
707
|
+
}, null, 8, Ft),
|
|
614
708
|
s("rect", {
|
|
615
709
|
x: "50%",
|
|
616
710
|
y: "50%",
|
|
@@ -620,8 +714,8 @@ function St(e, i, t, l, o, r) {
|
|
|
620
714
|
"fill-opacity": t.opacitySector,
|
|
621
715
|
stroke: t.borderColor,
|
|
622
716
|
"stroke-width": t.borderWidth,
|
|
623
|
-
onClick: i[10] || (i[10] = (
|
|
624
|
-
}, null, 8,
|
|
717
|
+
onClick: i[10] || (i[10] = (a) => r.selectSector(10))
|
|
718
|
+
}, null, 8, _t),
|
|
625
719
|
s("rect", {
|
|
626
720
|
x: "50%",
|
|
627
721
|
y: "75%",
|
|
@@ -631,8 +725,8 @@ function St(e, i, t, l, o, r) {
|
|
|
631
725
|
"fill-opacity": t.opacitySector,
|
|
632
726
|
stroke: t.borderColor,
|
|
633
727
|
"stroke-width": t.borderWidth,
|
|
634
|
-
onClick: i[11] || (i[11] = (
|
|
635
|
-
}, null, 8,
|
|
728
|
+
onClick: i[11] || (i[11] = (a) => r.selectSector(11))
|
|
729
|
+
}, null, 8, Bt),
|
|
636
730
|
s("rect", {
|
|
637
731
|
x: "75%",
|
|
638
732
|
y: "0%",
|
|
@@ -642,8 +736,8 @@ function St(e, i, t, l, o, r) {
|
|
|
642
736
|
"fill-opacity": t.opacitySector,
|
|
643
737
|
stroke: t.borderColor,
|
|
644
738
|
"stroke-width": t.borderWidth,
|
|
645
|
-
onClick: i[12] || (i[12] = (
|
|
646
|
-
}, null, 8,
|
|
739
|
+
onClick: i[12] || (i[12] = (a) => r.selectSector(12))
|
|
740
|
+
}, null, 8, Wt),
|
|
647
741
|
s("rect", {
|
|
648
742
|
x: "75%",
|
|
649
743
|
y: "25%",
|
|
@@ -653,8 +747,8 @@ function St(e, i, t, l, o, r) {
|
|
|
653
747
|
"fill-opacity": t.opacitySector,
|
|
654
748
|
stroke: t.borderColor,
|
|
655
749
|
"stroke-width": t.borderWidth,
|
|
656
|
-
onClick: i[13] || (i[13] = (
|
|
657
|
-
}, null, 8,
|
|
750
|
+
onClick: i[13] || (i[13] = (a) => r.selectSector(13))
|
|
751
|
+
}, null, 8, At),
|
|
658
752
|
s("rect", {
|
|
659
753
|
x: "75%",
|
|
660
754
|
y: "50%",
|
|
@@ -664,8 +758,8 @@ function St(e, i, t, l, o, r) {
|
|
|
664
758
|
"fill-opacity": t.opacitySector,
|
|
665
759
|
stroke: t.borderColor,
|
|
666
760
|
"stroke-width": t.borderWidth,
|
|
667
|
-
onClick: i[14] || (i[14] = (
|
|
668
|
-
}, null, 8,
|
|
761
|
+
onClick: i[14] || (i[14] = (a) => r.selectSector(14))
|
|
762
|
+
}, null, 8, Vt),
|
|
669
763
|
s("rect", {
|
|
670
764
|
x: "75%",
|
|
671
765
|
y: "75%",
|
|
@@ -675,12 +769,12 @@ function St(e, i, t, l, o, r) {
|
|
|
675
769
|
"fill-opacity": t.opacitySector,
|
|
676
770
|
stroke: t.borderColor,
|
|
677
771
|
"stroke-width": t.borderWidth,
|
|
678
|
-
onClick: i[15] || (i[15] = (
|
|
679
|
-
}, null, 8,
|
|
772
|
+
onClick: i[15] || (i[15] = (a) => r.selectSector(15))
|
|
773
|
+
}, null, 8, zt)
|
|
680
774
|
]))
|
|
681
775
|
]),
|
|
682
|
-
s("div",
|
|
683
|
-
(
|
|
776
|
+
s("div", Lt, [
|
|
777
|
+
(l(), p(b, {
|
|
684
778
|
"text-value": "1/4 tos",
|
|
685
779
|
"font-size": "12px",
|
|
686
780
|
height: "26px",
|
|
@@ -699,7 +793,7 @@ function St(e, i, t, l, o, r) {
|
|
|
699
793
|
key: o.refreshBtn14,
|
|
700
794
|
value: e.status14
|
|
701
795
|
}, null, 8, ["onStatus", "value"])),
|
|
702
|
-
(
|
|
796
|
+
(l(), p(b, {
|
|
703
797
|
"text-value": "2/4 tos",
|
|
704
798
|
"font-size": "12px",
|
|
705
799
|
height: "26px",
|
|
@@ -718,7 +812,7 @@ function St(e, i, t, l, o, r) {
|
|
|
718
812
|
key: o.refreshBtn24,
|
|
719
813
|
value: e.status24
|
|
720
814
|
}, null, 8, ["onStatus", "value"])),
|
|
721
|
-
(
|
|
815
|
+
(l(), p(b, {
|
|
722
816
|
"text-value": "3/4 tos",
|
|
723
817
|
"font-size": "12px",
|
|
724
818
|
height: "26px",
|
|
@@ -737,7 +831,7 @@ function St(e, i, t, l, o, r) {
|
|
|
737
831
|
key: o.refreshBtn34,
|
|
738
832
|
value: e.status34
|
|
739
833
|
}, null, 8, ["onStatus", "value"])),
|
|
740
|
-
(
|
|
834
|
+
(l(), p(b, {
|
|
741
835
|
"text-value": "4/4 tos",
|
|
742
836
|
"font-size": "12px",
|
|
743
837
|
height: "26px",
|
|
@@ -760,14 +854,14 @@ function St(e, i, t, l, o, r) {
|
|
|
760
854
|
])
|
|
761
855
|
]);
|
|
762
856
|
}
|
|
763
|
-
const
|
|
857
|
+
const $t = /* @__PURE__ */ ot(S, [["render", Dt], ["__scopeId", "data-v-f434f4ce"]]), Pt = { class: "filter-field" }, Ot = {
|
|
764
858
|
__name: "FilterField",
|
|
765
859
|
setup(e) {
|
|
766
|
-
const i =
|
|
767
|
-
function t(
|
|
860
|
+
const i = _(Array.from({ length: 16 }, (c, o) => o + 1));
|
|
861
|
+
function t(c) {
|
|
768
862
|
}
|
|
769
|
-
return (
|
|
770
|
-
|
|
863
|
+
return (c, o) => (l(), d("div", Pt, [
|
|
864
|
+
V(z($t), {
|
|
771
865
|
width: "100%",
|
|
772
866
|
"background-color": "#2E3B46",
|
|
773
867
|
value: i.value,
|
|
@@ -775,7 +869,7 @@ const xt = /* @__PURE__ */ H(y, [["render", St], ["__scopeId", "data-v-6929519f"
|
|
|
775
869
|
}, null, 8, ["value"])
|
|
776
870
|
]));
|
|
777
871
|
}
|
|
778
|
-
},
|
|
872
|
+
}, Mt = /* @__PURE__ */ $(Ot, [["__scopeId", "data-v-95dd6111"]]);
|
|
779
873
|
export {
|
|
780
|
-
|
|
874
|
+
Mt as default
|
|
781
875
|
};
|