@golstats/gsc-landing 1.0.20 → 1.0.21

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,12 +1,13 @@
1
- import { ref as x, openBlock as a, createElementBlock as d, createVNode as C, unref as m, useCssVars as F, resolveComponent as k, createElementVNode as s, createBlock as f, normalizeStyle as h, normalizeClass as w, createCommentVNode as b, toDisplayString as p, computed as v, watch as B, Fragment as _, pushScopeId as W, popScopeId as A } from "vue";
2
- import { q as V } from "./index-v16yD7RQ.js";
3
- const D = (e, i) => {
1
+ import { ref as _, openBlock as c, createElementBlock as d, createVNode as z, unref as V, useCssVars as g, resolveComponent as x, createElementVNode as r, 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-KCQeS3QL.js";
3
+ const P = (e, i) => {
4
4
  const t = e.__vccOpts || e;
5
5
  for (const [l, o] of i)
6
6
  t[l] = o;
7
7
  return t;
8
- }, z = {
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
- }, L = ["src"], $ = {
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 T = (e) => (W("data-v-fb269a1e"), e = e(), A(), e), I = ["src"], O = {
77
101
  key: 1,
78
102
  class: "text"
79
- }, P = ["src"];
80
- function N(e, i, t, l, o, r) {
81
- return a(), d("div", {
82
- class: w(["button", o.status && t.typeOnOff && "button-active"]),
83
- style: h([r.customStyle, o.status && t.typeOnOff && r.customActive]),
84
- onClick: i[0] || (i[0] = (...u) => r.btnClick && r.btnClick(...u))
85
- }, [
86
- t.icon && t.iconPosition.toLowerCase() === "left" ? (a(), d("img", {
103
+ }, M = ["src"], N = { class: "stats" }, G = /* @__PURE__ */ T(() => /* @__PURE__ */ r("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 H(e, i, t, l, o, s) {
108
+ return c(), d("div", null, [
109
+ t.type == 0 ? (c(), d("div", {
87
110
  key: 0,
88
- class: "icon",
89
- style: h({ width: t.iconSize }),
90
- src: t.icon
91
- }, null, 12, L)) : b("", !0),
92
- t.textValue ? (a(), d("div", $, p(t.textValue), 1)) : b("", !0),
93
- t.icon && t.iconPosition.toLowerCase() === "right" ? (a(), d("img", {
94
- key: 2,
95
- class: "icon",
96
- style: h({ width: t.iconSize }),
97
- src: t.icon
98
- }, null, 12, P)) : b("", !0)
99
- ], 6);
111
+ class: B(["button", o.status && t.typeOnOff && "button-active"]),
112
+ style: h([s.customStyle, o.status && t.typeOnOff && s.customActive]),
113
+ onClick: i[0] || (i[0] = (...u) => s.btnClick && s.btnClick(...u))
114
+ }, [
115
+ t.icon && t.iconPosition.toLowerCase() === "left" ? (c(), d("img", {
116
+ key: 0,
117
+ class: "icon",
118
+ style: h({ width: t.iconSize }),
119
+ src: t.icon
120
+ }, null, 12, I)) : f("", !0),
121
+ t.textValue ? (c(), d("div", O, v(t.textValue), 1)) : f("", !0),
122
+ t.icon && t.iconPosition.toLowerCase() === "right" ? (c(), d("img", {
123
+ key: 2,
124
+ class: "icon",
125
+ style: h({ width: t.iconSize }),
126
+ src: t.icon
127
+ }, null, 12, M)) : f("", !0)
128
+ ], 6)) : f("", !0),
129
+ t.type == 1 ? (c(), d("div", {
130
+ key: 1,
131
+ class: "button-target",
132
+ onClick: i[1] || (i[1] = (...u) => s.btnClick && s.btnClick(...u))
133
+ }, [
134
+ r("div", N, [
135
+ G,
136
+ r("div", R, v(t.textStat), 1)
137
+ ]),
138
+ r("div", E, v(t.textCategory), 1)
139
+ ])) : f("", !0)
140
+ ]);
100
141
  }
101
- const O = /* @__PURE__ */ D(z, [["render", N], ["__scopeId", "data-v-1bfd444b"]]), G = (e, i) => {
142
+ const U = /* @__PURE__ */ P(k, [["render", H], ["__scopeId", "data-v-fb269a1e"]]), q = (e, i) => {
102
143
  const t = e.__vccOpts || e;
103
144
  for (const [l, o] of i)
104
145
  t[l] = o;
105
146
  return t;
106
- }, I = { key: 1 }, T = {
147
+ }, Z = { key: 1 }, j = {
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
- }, M = ["fill"], E = {
153
+ }, Y = ["fill"], J = {
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, l = x(!1), o = v(() => {
203
- const c = {
266
+ const t = e;
267
+ g((n) => ({
268
+ 70501426: e.width,
269
+ "1957cde0": e.height
270
+ }));
271
+ const l = _(!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 l.value ? (c["background-color"] = t.boxBackgroundColor, c.border = `solid ${t.boxBorderWidth} ${t.boxBackgroundColor}`) : c.border = `solid ${t.boxBorderWidth} ${t.boxBorderColor}`, c;
212
- }), r = v(() => ({
281
+ return l.value ? (n["background-color"] = t.boxBackgroundColor, n.border = `solid ${t.boxBorderWidth} ${t.boxBackgroundColor}`) : n.border = `solid ${t.boxBorderWidth} ${t.boxBorderColor}`, n;
282
+ }), s = 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 = v(() => {
218
- const c = {
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") && (c[`margin-${t.boxPosition}`] = "10px"), c;
295
+ return (t.boxPosition === "left" || t.boxPosition === "right") && (n[`margin-${t.boxPosition}`] = t.isBoxOnly ? "0" : t.teamsIds ? "8px" : "10px"), n;
224
296
  });
225
- B(
297
+ L(
226
298
  () => t.modelValue,
227
- (c) => {
228
- c !== l.value && (l.value = c);
299
+ (n) => {
300
+ n !== l.value && (l.value = n);
229
301
  },
230
302
  { immediate: !0 }
231
303
  );
232
- function n() {
233
- t.avoidInteraction || (l.value = !l.value, i("update:modelValue", l.value));
304
+ function b() {
305
+ t.avoidInteraction || !l.value && t.avoidToCheck || (l.value = !l.value, i("update:modelValue", l.value));
306
+ }
307
+ function a(n) {
308
+ return `${{}.TEAM_LOGOS_URL || "https://az755631.vo.msecnd.net/teams-80/"}${n}.png`;
234
309
  }
235
- return (c, mt) => (a(), d("div", {
236
- class: w(["checkbox", e.boxPosition]),
237
- onClick: n
310
+ return (n, It) => (c(), d("div", {
311
+ class: B(["checkbox", `box-${e.boxPosition}`]),
312
+ onClick: b
238
313
  }, [
239
- s("div", {
314
+ r("div", {
240
315
  class: "checkbox__box",
241
316
  style: h(o.value)
242
317
  }, [
243
- l.value ? (a(), d(_, { key: 0 }, [
244
- t.boxValue ? (a(), d("div", {
318
+ l.value ? (c(), d(D, { key: 0 }, [
319
+ t.boxValue ? (c(), d("div", {
245
320
  key: 0,
246
321
  class: "checkbox__box__value",
247
- style: h(r.value)
248
- }, p(e.boxValue), 5)) : (a(), d("div", I, [
249
- (a(), d("svg", T, [
250
- s("path", {
322
+ style: h(s.value)
323
+ }, v(e.boxValue), 5)) : (c(), d("div", Z, [
324
+ (c(), d("svg", j, [
325
+ r("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, M)
328
+ }, null, 8, Y)
254
329
  ]))
255
330
  ]))
256
- ], 64)) : b("", !0)
331
+ ], 64)) : f("", !0)
257
332
  ], 4),
258
- s("div", {
333
+ e.teamsIds && e.teamsIds.length ? (c(), d("div", J, [
334
+ r("div", K, [
335
+ r("img", {
336
+ src: a(e.teamsIds[0]),
337
+ alt: ""
338
+ }, null, 8, Q)
339
+ ]),
340
+ r("div", X, [
341
+ r("img", {
342
+ src: a(e.teamsIds[1]),
343
+ alt: ""
344
+ }, null, 8, tt)
345
+ ])
346
+ ])) : f("", !0),
347
+ r("div", {
259
348
  class: "checkbox__label",
260
349
  style: h(u.value)
261
- }, p(e.label), 5)
350
+ }, v(e.label), 5)
262
351
  ], 2));
263
352
  }
264
- }, R = /* @__PURE__ */ G(E, [["__scopeId", "data-v-dcd61b4d"]]), H = (e, i) => {
353
+ }, it = /* @__PURE__ */ q(et, [["__scopeId", "data-v-8ab85812"]]), ot = (e, i) => {
265
354
  const t = e.__vccOpts || e;
266
355
  for (const [l, o] of i)
267
356
  t[l] = o;
268
357
  return t;
269
- }, y = {
358
+ }, S = {
270
359
  components: {
271
- GSCButton: O,
272
- GSCCheckbox: R
360
+ GSCButton: U,
361
+ GSCCheckbox: it
273
362
  },
274
363
  data() {
275
364
  return {
@@ -297,7 +386,7 @@ const O = /* @__PURE__ */ D(z, [["render", N], ["__scopeId", "data-v-1bfd444b"]]
297
386
  },
298
387
  heightContainer: {
299
388
  type: String,
300
- default: "370px"
389
+ default: "340px"
301
390
  },
302
391
  widthContainer: {
303
392
  type: String,
@@ -435,73 +524,76 @@ const O = /* @__PURE__ */ D(z, [["render", N], ["__scopeId", "data-v-1bfd444b"]]
435
524
  (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 ? this.all = !0 : this.all = !1, this.update += 1, this.status14 && (this.refreshBtn14 += 1), this.status24 && (this.refreshBtn24 += 1), this.status34 && (this.refreshBtn34 += 1), this.status44 && (this.refreshBtn44 += 1);
436
525
  }
437
526
  }
438
- }, g = () => {
439
- F((e) => ({
440
- "5d18a1c4": e.widthContainer,
441
- "4ff37fd1": e.heightContainer,
442
- f4a580e8: e.backgroundColor,
443
- "7e0a2eba": e.widthFieldGrid,
444
- "985472a0": e.heightFieldGrid
527
+ }, w = () => {
528
+ g((e) => ({
529
+ "61dc98de": e.widthContainer,
530
+ "1d1ca7a4": e.heightContainer,
531
+ "52d6675f": e.backgroundColor,
532
+ "32f3fa70": e.widthFieldGrid,
533
+ fe0222fa: e.heightFieldGrid
445
534
  }));
446
- }, S = y.setup;
447
- y.setup = S ? (e, i) => (g(), S(e, i)) : g;
448
- const q = (e) => (W("data-v-6929519f"), e = e(), A(), e), U = { class: "gsc-field" }, Z = { class: "gsc-field__title-checked" }, j = /* @__PURE__ */ q(() => /* @__PURE__ */ s("div", { class: "gsc-field__title-checked__title" }, "Elige el area o zona de cancha", -1)), Y = { class: "gsc-field__title-checked__check-cont" }, J = { class: "gsc-field__container-field" }, K = { class: "gsc-field__container-field__field" }, Q = {
535
+ }, F = S.setup;
536
+ S.setup = F ? (e, i) => (w(), F(e, i)) : w;
537
+ const rt = (e) => (W("data-v-d1808ad6"), e = e(), A(), e), st = { class: "gsc-field" }, ct = { class: "gsc-field__title-checked" }, lt = /* @__PURE__ */ rt(() => /* @__PURE__ */ r("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
538
  width: "100%",
450
539
  height: "100%",
451
540
  fill: "#2e3b46",
452
541
  xmlns: "http://www.w3.org/2000/svg"
453
- }, X = ["stroke"], tt = ["stroke", "stroke-width"], et = ["stroke", "stroke-width"], it = ["stroke-width", "stroke"], ot = ["fill", "fill-opacity", "stroke", "stroke-width"], rt = ["fill", "fill-opacity", "stroke", "stroke-width"], st = ["fill", "fill-opacity", "stroke", "stroke-width"], ct = ["fill", "fill-opacity", "stroke", "stroke-width"], lt = ["fill", "fill-opacity", "stroke", "stroke-width"], at = ["fill", "fill-opacity", "stroke", "stroke-width"], dt = ["fill", "fill-opacity", "stroke", "stroke-width"], ht = ["fill", "fill-opacity", "stroke", "stroke-width"], nt = ["fill", "fill-opacity", "stroke", "stroke-width"], ut = ["fill", "fill-opacity", "stroke", "stroke-width"], ft = ["fill", "fill-opacity", "stroke", "stroke-width"], bt = ["fill", "fill-opacity", "stroke", "stroke-width"], vt = ["fill", "fill-opacity", "stroke", "stroke-width"], pt = ["fill", "fill-opacity", "stroke", "stroke-width"], yt = ["fill", "fill-opacity", "stroke", "stroke-width"], kt = ["fill", "fill-opacity", "stroke", "stroke-width"], gt = { class: "gsc-field__container-field__bar-buttons" };
454
- function St(e, i, t, l, o, r) {
455
- const u = k("GSCCheckbox"), n = k("GSCButton");
456
- return a(), d("div", U, [
457
- s("div", Z, [
458
- j,
459
- s("div", Y, [
460
- (a(), f(u, {
542
+ }, 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"], zt = ["fill", "fill-opacity", "stroke", "stroke-width"], Vt = ["fill", "fill-opacity", "stroke", "stroke-width"], Lt = { class: "gsc-field__container-field__bar-buttons" };
543
+ function Dt(e, i, t, l, o, s) {
544
+ const u = x("GSCCheckbox"), b = x("GSCButton");
545
+ return c(), d("div", st, [
546
+ r("div", ct, [
547
+ lt,
548
+ r("div", at, [
549
+ (c(), p(u, {
461
550
  label: "Todas las zonas",
462
551
  "box-value-font-family": "Poppins-Regular",
463
552
  "box-position": "right",
464
- "onUpdate:modelValue": r.clickAll,
553
+ "label-font-size": "14px",
554
+ "label-white-space": "nowrap",
555
+ "box-margin-top": "0.4em",
465
556
  value: o.all,
466
557
  key: o.update,
467
- "model-value": o.all
468
- }, null, 8, ["onUpdate:modelValue", "value", "model-value"]))
558
+ "model-value": o.all,
559
+ "onUpdate:modelValue": s.clickAll
560
+ }, null, 8, ["value", "model-value", "onUpdate:modelValue"]))
469
561
  ])
470
562
  ]),
471
- s("div", J, [
472
- s("div", K, [
473
- (a(), d("svg", Q, [
474
- s("rect", {
563
+ r("div", dt, [
564
+ r("div", nt, [
565
+ (c(), d("svg", ht, [
566
+ r("rect", {
475
567
  x: "1.5",
476
568
  y: "0.5",
477
569
  width: "100%",
478
570
  height: "100%",
479
571
  rx: "1.5",
480
572
  stroke: t.colorLineField
481
- }, null, 8, X),
482
- s("path", {
483
- style: h("transform: translate(" + r.translx + "px, " + r.transly + "px);"),
573
+ }, null, 8, ut),
574
+ r("path", {
575
+ style: h("transform: translate(" + s.translx + "px, " + s.transly + "px);"),
484
576
  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
577
  stroke: t.colorLineField,
486
578
  "stroke-width": t.borderWidthLineField,
487
579
  "stroke-linecap": "square"
488
- }, null, 12, tt),
489
- s("path", {
490
- style: h("transform: translateY(" + r.transly + "px);"),
580
+ }, null, 12, ft),
581
+ r("path", {
582
+ style: h("transform: translateY(" + s.transly + "px);"),
491
583
  class: "porteria1",
492
584
  d: "M1.09097 156.172L41.3162 156.172C41.8701 156.172 42.3185 155.722 42.3162 155.168L41.845 40.9758C41.8427 40.4252 41.3957 39.98 40.845 39.98L1.80338 39.98",
493
585
  stroke: t.colorLineField,
494
586
  "stroke-width": t.borderWidthLineField,
495
587
  "stroke-linecap": "square"
496
- }, null, 12, et),
497
- s("path", {
498
- style: h("transform: translate(" + r.translxcircle + "px, " + r.transly + "px);"),
588
+ }, null, 12, bt),
589
+ r("path", {
590
+ style: h("transform: translate(" + s.translxcircle + "px, " + s.transly + "px);"),
499
591
  class: "circle",
500
592
  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
593
  "stroke-width": t.borderWidthLineField,
502
594
  stroke: t.colorLineField
503
- }, null, 12, it),
504
- s("rect", {
595
+ }, null, 12, pt),
596
+ r("rect", {
505
597
  x: "0%",
506
598
  y: "0%",
507
599
  width: "25%",
@@ -510,9 +602,9 @@ function St(e, i, t, l, o, r) {
510
602
  "fill-opacity": t.opacitySector,
511
603
  stroke: t.borderColor,
512
604
  "stroke-width": t.borderWidth,
513
- onClick: i[0] || (i[0] = (c) => r.selectSector(0))
514
- }, null, 8, ot),
515
- s("rect", {
605
+ onClick: i[0] || (i[0] = (a) => s.selectSector(0))
606
+ }, null, 8, vt),
607
+ r("rect", {
516
608
  x: "0%",
517
609
  y: "25%",
518
610
  width: "25%",
@@ -521,9 +613,9 @@ function St(e, i, t, l, o, r) {
521
613
  "fill-opacity": t.opacitySector,
522
614
  stroke: t.borderColor,
523
615
  "stroke-width": t.borderWidth,
524
- onClick: i[1] || (i[1] = (c) => r.selectSector(1))
525
- }, null, 8, rt),
526
- s("rect", {
616
+ onClick: i[1] || (i[1] = (a) => s.selectSector(1))
617
+ }, null, 8, yt),
618
+ r("rect", {
527
619
  x: "0%",
528
620
  y: "50%",
529
621
  width: "25%",
@@ -532,9 +624,9 @@ function St(e, i, t, l, o, r) {
532
624
  "fill-opacity": t.opacitySector,
533
625
  stroke: t.borderColor,
534
626
  "stroke-width": t.borderWidth,
535
- onClick: i[2] || (i[2] = (c) => r.selectSector(2))
536
- }, null, 8, st),
537
- s("rect", {
627
+ onClick: i[2] || (i[2] = (a) => s.selectSector(2))
628
+ }, null, 8, gt),
629
+ r("rect", {
538
630
  x: "0%",
539
631
  y: "75%",
540
632
  width: "25%",
@@ -543,9 +635,9 @@ function St(e, i, t, l, o, r) {
543
635
  "fill-opacity": t.opacitySector,
544
636
  stroke: t.borderColor,
545
637
  "stroke-width": t.borderWidth,
546
- onClick: i[3] || (i[3] = (c) => r.selectSector(3))
547
- }, null, 8, ct),
548
- s("rect", {
638
+ onClick: i[3] || (i[3] = (a) => s.selectSector(3))
639
+ }, null, 8, kt),
640
+ r("rect", {
549
641
  x: "25%",
550
642
  y: "0%",
551
643
  width: "25%",
@@ -554,9 +646,9 @@ function St(e, i, t, l, o, r) {
554
646
  "fill-opacity": t.opacitySector,
555
647
  stroke: t.borderColor,
556
648
  "stroke-width": t.borderWidth,
557
- onClick: i[4] || (i[4] = (c) => r.selectSector(4))
558
- }, null, 8, lt),
559
- s("rect", {
649
+ onClick: i[4] || (i[4] = (a) => s.selectSector(4))
650
+ }, null, 8, St),
651
+ r("rect", {
560
652
  x: "25%",
561
653
  y: "25%",
562
654
  width: "25%",
@@ -565,9 +657,9 @@ function St(e, i, t, l, o, r) {
565
657
  "fill-opacity": t.opacitySector,
566
658
  stroke: t.borderColor,
567
659
  "stroke-width": t.borderWidth,
568
- onClick: i[5] || (i[5] = (c) => r.selectSector(5))
569
- }, null, 8, at),
570
- s("rect", {
660
+ onClick: i[5] || (i[5] = (a) => s.selectSector(5))
661
+ }, null, 8, xt),
662
+ r("rect", {
571
663
  x: "25%",
572
664
  y: "50%",
573
665
  width: "25%",
@@ -576,9 +668,9 @@ function St(e, i, t, l, o, r) {
576
668
  "fill-opacity": t.opacitySector,
577
669
  stroke: t.borderColor,
578
670
  "stroke-width": t.borderWidth,
579
- onClick: i[6] || (i[6] = (c) => r.selectSector(6))
580
- }, null, 8, dt),
581
- s("rect", {
671
+ onClick: i[6] || (i[6] = (a) => s.selectSector(6))
672
+ }, null, 8, mt),
673
+ r("rect", {
582
674
  x: "25%",
583
675
  y: "75%",
584
676
  width: "25%",
@@ -587,9 +679,9 @@ function St(e, i, t, l, o, r) {
587
679
  "fill-opacity": t.opacitySector,
588
680
  stroke: t.borderColor,
589
681
  "stroke-width": t.borderWidth,
590
- onClick: i[7] || (i[7] = (c) => r.selectSector(7))
591
- }, null, 8, ht),
592
- s("rect", {
682
+ onClick: i[7] || (i[7] = (a) => s.selectSector(7))
683
+ }, null, 8, Ct),
684
+ r("rect", {
593
685
  x: "50%",
594
686
  y: "0%",
595
687
  width: "25%",
@@ -598,9 +690,9 @@ function St(e, i, t, l, o, r) {
598
690
  "fill-opacity": t.opacitySector,
599
691
  stroke: t.borderColor,
600
692
  "stroke-width": t.borderWidth,
601
- onClick: i[8] || (i[8] = (c) => r.selectSector(8))
602
- }, null, 8, nt),
603
- s("rect", {
693
+ onClick: i[8] || (i[8] = (a) => s.selectSector(8))
694
+ }, null, 8, wt),
695
+ r("rect", {
604
696
  x: "50%",
605
697
  y: "25%",
606
698
  width: "25%",
@@ -609,9 +701,9 @@ function St(e, i, t, l, o, r) {
609
701
  "fill-opacity": t.opacitySector,
610
702
  stroke: t.borderColor,
611
703
  "stroke-width": t.borderWidth,
612
- onClick: i[9] || (i[9] = (c) => r.selectSector(9))
613
- }, null, 8, ut),
614
- s("rect", {
704
+ onClick: i[9] || (i[9] = (a) => s.selectSector(9))
705
+ }, null, 8, Ft),
706
+ r("rect", {
615
707
  x: "50%",
616
708
  y: "50%",
617
709
  width: "25%",
@@ -620,9 +712,9 @@ function St(e, i, t, l, o, r) {
620
712
  "fill-opacity": t.opacitySector,
621
713
  stroke: t.borderColor,
622
714
  "stroke-width": t.borderWidth,
623
- onClick: i[10] || (i[10] = (c) => r.selectSector(10))
624
- }, null, 8, ft),
625
- s("rect", {
715
+ onClick: i[10] || (i[10] = (a) => s.selectSector(10))
716
+ }, null, 8, _t),
717
+ r("rect", {
626
718
  x: "50%",
627
719
  y: "75%",
628
720
  width: "25%",
@@ -631,9 +723,9 @@ function St(e, i, t, l, o, r) {
631
723
  "fill-opacity": t.opacitySector,
632
724
  stroke: t.borderColor,
633
725
  "stroke-width": t.borderWidth,
634
- onClick: i[11] || (i[11] = (c) => r.selectSector(11))
635
- }, null, 8, bt),
636
- s("rect", {
726
+ onClick: i[11] || (i[11] = (a) => s.selectSector(11))
727
+ }, null, 8, Bt),
728
+ r("rect", {
637
729
  x: "75%",
638
730
  y: "0%",
639
731
  width: "25%",
@@ -642,9 +734,9 @@ function St(e, i, t, l, o, r) {
642
734
  "fill-opacity": t.opacitySector,
643
735
  stroke: t.borderColor,
644
736
  "stroke-width": t.borderWidth,
645
- onClick: i[12] || (i[12] = (c) => r.selectSector(12))
646
- }, null, 8, vt),
647
- s("rect", {
737
+ onClick: i[12] || (i[12] = (a) => s.selectSector(12))
738
+ }, null, 8, Wt),
739
+ r("rect", {
648
740
  x: "75%",
649
741
  y: "25%",
650
742
  width: "25%",
@@ -653,9 +745,9 @@ function St(e, i, t, l, o, r) {
653
745
  "fill-opacity": t.opacitySector,
654
746
  stroke: t.borderColor,
655
747
  "stroke-width": t.borderWidth,
656
- onClick: i[13] || (i[13] = (c) => r.selectSector(13))
657
- }, null, 8, pt),
658
- s("rect", {
748
+ onClick: i[13] || (i[13] = (a) => s.selectSector(13))
749
+ }, null, 8, At),
750
+ r("rect", {
659
751
  x: "75%",
660
752
  y: "50%",
661
753
  width: "25%",
@@ -664,9 +756,9 @@ function St(e, i, t, l, o, r) {
664
756
  "fill-opacity": t.opacitySector,
665
757
  stroke: t.borderColor,
666
758
  "stroke-width": t.borderWidth,
667
- onClick: i[14] || (i[14] = (c) => r.selectSector(14))
668
- }, null, 8, yt),
669
- s("rect", {
759
+ onClick: i[14] || (i[14] = (a) => s.selectSector(14))
760
+ }, null, 8, zt),
761
+ r("rect", {
670
762
  x: "75%",
671
763
  y: "75%",
672
764
  width: "25%",
@@ -675,12 +767,12 @@ function St(e, i, t, l, o, r) {
675
767
  "fill-opacity": t.opacitySector,
676
768
  stroke: t.borderColor,
677
769
  "stroke-width": t.borderWidth,
678
- onClick: i[15] || (i[15] = (c) => r.selectSector(15))
679
- }, null, 8, kt)
770
+ onClick: i[15] || (i[15] = (a) => s.selectSector(15))
771
+ }, null, 8, Vt)
680
772
  ]))
681
773
  ]),
682
- s("div", gt, [
683
- (a(), f(n, {
774
+ r("div", Lt, [
775
+ (c(), p(b, {
684
776
  "text-value": "1/4 tos",
685
777
  "font-size": "12px",
686
778
  height: "26px",
@@ -695,11 +787,11 @@ function St(e, i, t, l, o, r) {
695
787
  "background-color": "",
696
788
  "active-background-color": "#cbee6b33",
697
789
  ref: "btn14",
698
- onStatus: r.btn14,
790
+ onStatus: s.btn14,
699
791
  key: o.refreshBtn14,
700
792
  value: e.status14
701
793
  }, null, 8, ["onStatus", "value"])),
702
- (a(), f(n, {
794
+ (c(), p(b, {
703
795
  "text-value": "2/4 tos",
704
796
  "font-size": "12px",
705
797
  height: "26px",
@@ -714,11 +806,11 @@ function St(e, i, t, l, o, r) {
714
806
  "background-color": "",
715
807
  "active-background-color": "#cbee6b33",
716
808
  ref: "btn24",
717
- onStatus: r.btn24,
809
+ onStatus: s.btn24,
718
810
  key: o.refreshBtn24,
719
811
  value: e.status24
720
812
  }, null, 8, ["onStatus", "value"])),
721
- (a(), f(n, {
813
+ (c(), p(b, {
722
814
  "text-value": "3/4 tos",
723
815
  "font-size": "12px",
724
816
  height: "26px",
@@ -733,11 +825,11 @@ function St(e, i, t, l, o, r) {
733
825
  "background-color": "",
734
826
  "active-background-color": "#cbee6b33",
735
827
  ref: "btn34",
736
- onStatus: r.btn34,
828
+ onStatus: s.btn34,
737
829
  key: o.refreshBtn34,
738
830
  value: e.status34
739
831
  }, null, 8, ["onStatus", "value"])),
740
- (a(), f(n, {
832
+ (c(), p(b, {
741
833
  "text-value": "4/4 tos",
742
834
  "font-size": "12px",
743
835
  height: "26px",
@@ -752,7 +844,7 @@ function St(e, i, t, l, o, r) {
752
844
  "background-color": "",
753
845
  "active-background-color": "#cbee6b33",
754
846
  ref: "btn44",
755
- onStatus: r.btn44,
847
+ onStatus: s.btn44,
756
848
  key: o.refreshBtn44,
757
849
  value: e.status44
758
850
  }, null, 8, ["onStatus", "value"]))
@@ -760,14 +852,14 @@ function St(e, i, t, l, o, r) {
760
852
  ])
761
853
  ]);
762
854
  }
763
- const xt = /* @__PURE__ */ H(y, [["render", St], ["__scopeId", "data-v-6929519f"]]), wt = { class: "filter-field" }, Ct = {
855
+ const $t = /* @__PURE__ */ ot(S, [["render", Dt], ["__scopeId", "data-v-d1808ad6"]]), Pt = { class: "filter-field" }, Tt = {
764
856
  __name: "FilterField",
765
857
  setup(e) {
766
- const i = x(Array.from({ length: 16 }, (l, o) => o + 1));
858
+ const i = _(Array.from({ length: 16 }, (l, o) => o + 1));
767
859
  function t(l) {
768
860
  }
769
- return (l, o) => (a(), d("div", wt, [
770
- C(m(xt), {
861
+ return (l, o) => (c(), d("div", Pt, [
862
+ z(V($t), {
771
863
  width: "100%",
772
864
  "background-color": "#2E3B46",
773
865
  value: i.value,
@@ -775,7 +867,7 @@ const xt = /* @__PURE__ */ H(y, [["render", St], ["__scopeId", "data-v-6929519f"
775
867
  }, null, 8, ["value"])
776
868
  ]));
777
869
  }
778
- }, _t = /* @__PURE__ */ V(Ct, [["__scopeId", "data-v-e3cc5ed0"]]);
870
+ }, Nt = /* @__PURE__ */ $(Tt, [["__scopeId", "data-v-95dd6111"]]);
779
871
  export {
780
- _t as default
872
+ Nt as default
781
873
  };