@golstats/gsc-reports 1.0.54 → 1.0.55
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/README.md +2 -2
- package/dist/{FilterConditions-55d68355-zHMe0Dyg-CrLqkkfP-M-GLdj8H.js → FilterConditions-55d68355-zHMe0Dyg-CrLqkkfP-BaX3BGxl.js} +1 -1
- package/dist/{FilterField-59a73e38-DtNZKbqt-BMRKmoBk-C6CpYJ5U.js → FilterField-59a73e38-DtNZKbqt-BMRKmoBk-pUUn67tu.js} +1 -1
- package/dist/{FilterSubcategories-a9b32cc9-BjvvEE_X-DQe88zvC-BZF4ehk1.js → FilterSubcategories-a9b32cc9-BjvvEE_X-DQe88zvC-BCPYEIqn.js} +1 -1
- package/dist/css/fonts.css +83 -83
- package/dist/gsc-reports.css +1 -1
- package/dist/gsc-reports.es.js +1 -1
- package/dist/gsc-reports.umd.js +5 -5
- package/dist/{index-DoXBPhEZ.js → index-BMnmRJrj.js} +35 -32
- package/package.json +1 -1
- package/src/components/elementsTemplates/ModalDeleteReport.vue +246 -246
- package/src/components/elementsTemplates/ModalDeleteTemplate.vue +249 -249
- package/src/components/elementsTemplates/ModalGenerarReporte.vue +22 -2
- package/src/components/elementsTemplates/ModalRenameReporte.vue +330 -330
- package/src/components/elementsTemplates/ModalRenameTemplate.vue +337 -337
- package/src/components/elementsTemplates/ModalSoloEscritorio.vue +83 -83
- package/src/components/elementsTemplates/ModalduplicateTemplate.vue +300 -300
- package/src/components/elementsTemplates/TooltipReportOptions.vue +97 -97
- package/src/components/elementsTemplates/TooltipTemplateOptions.vue +168 -168
- package/src/components/filters.vue +935 -935
- package/src/components/template-report-maker/CoverPage.vue +636 -636
- package/src/components/template-report-maker/CoverSelector.vue +165 -165
- package/src/components/template-report-maker/ReportView.vue +66 -66
- package/src/components/template-report-maker/TemplateReportPage.vue +398 -398
- package/src/components/thumbnails-reports/AnalisisPostMatchType1.vue +741 -741
- package/src/components/thumbnails-reports/AnalisisPostMatchType2.vue +743 -743
- package/src/components/thumbnails-reports/AnalisisPostMatchType3.vue +441 -441
- package/src/components/thumbnails-reports/AnalisisPostMatchType4.vue +440 -440
- package/src/components/thumbnails-reports/AnalisisPrematchType1.vue +232 -232
- package/src/components/thumbnails-reports/AnalisisPrematchType2.vue +231 -231
- package/src/components/thumbnails-reports/AnalisisPrematchType3.vue +173 -173
- package/src/components/thumbnails-reports/AnalisisPrematchType4.vue +173 -173
- package/src/index.js +4 -4
- package/src/types.d.ts +45 -45
- package/src/utils/dateUtils.js +52 -52
- package/dist/images/cancha-horizontal.jpg +0 -0
|
@@ -112331,11 +112331,11 @@ const wD = {
|
|
|
112331
112331
|
},
|
|
112332
112332
|
setup(r) {
|
|
112333
112333
|
const a = r, f = Bv(
|
|
112334
|
-
() => import("./FilterSubcategories-a9b32cc9-BjvvEE_X-DQe88zvC-
|
|
112334
|
+
() => import("./FilterSubcategories-a9b32cc9-BjvvEE_X-DQe88zvC-BCPYEIqn.js")
|
|
112335
112335
|
), N = Bv(
|
|
112336
|
-
() => import("./FilterConditions-55d68355-zHMe0Dyg-CrLqkkfP-
|
|
112336
|
+
() => import("./FilterConditions-55d68355-zHMe0Dyg-CrLqkkfP-BaX3BGxl.js")
|
|
112337
112337
|
), Z = Bv(
|
|
112338
|
-
() => import("./FilterField-59a73e38-DtNZKbqt-BMRKmoBk-
|
|
112338
|
+
() => import("./FilterField-59a73e38-DtNZKbqt-BMRKmoBk-pUUn67tu.js")
|
|
112339
112339
|
), C = [
|
|
112340
112340
|
{
|
|
112341
112341
|
name: "Sub categorías",
|
|
@@ -147815,7 +147815,7 @@ const {
|
|
|
147815
147815
|
])
|
|
147816
147816
|
]));
|
|
147817
147817
|
}
|
|
147818
|
-
}, wpe = /* @__PURE__ */ ol(_pe, [["__scopeId", "data-v-
|
|
147818
|
+
}, wpe = /* @__PURE__ */ ol(_pe, [["__scopeId", "data-v-137412ab"]]), Tpe = {
|
|
147819
147819
|
class: "template-card postpartido",
|
|
147820
147820
|
style: { position: "relative" }
|
|
147821
147821
|
}, Spe = {
|
|
@@ -148268,12 +148268,15 @@ const {
|
|
|
148268
148268
|
_.value = null, e.value = [], t.value && t.value.id && U(t.value);
|
|
148269
148269
|
}
|
|
148270
148270
|
function U(ie) {
|
|
148271
|
-
if (!ie || !ie.id) {
|
|
148271
|
+
if (console.log("LLEga aqui mero ******************************"), !ie || !ie.id) {
|
|
148272
148272
|
e.value = [];
|
|
148273
148273
|
return;
|
|
148274
148274
|
}
|
|
148275
148275
|
let ae = T.value.filter((de) => de.matchday_id === ie.id);
|
|
148276
|
-
|
|
148276
|
+
console.log(
|
|
148277
|
+
"////////////////////LLEga aqui mero partidosFiltrados ******************************",
|
|
148278
|
+
ae
|
|
148279
|
+
), console.log("El template Type Es: ", f.templateType), f.templateType === "2" || f.templateType === 2 ? (console.log("Si es postmatch prematch: el template"), console.log("partidosFiltrados; ", ae), ae = ae.filter((de) => de.game_status === 1), console.log("******************* partidos cvon game estatus 1: ", ae)) : (f.templateType === "1" || f.templateType === 1) && (console.log("Si es prematch: el template"), console.log("partidosFiltrados; ", ae), ae = ae.filter((de) => de.game_status === 4), console.log("******************* partidos cvon game estatus 4: ", ae)), e.value = ae;
|
|
148277
148280
|
}
|
|
148278
148281
|
async function V() {
|
|
148279
148282
|
try {
|
|
@@ -148331,7 +148334,7 @@ const {
|
|
|
148331
148334
|
const de = C.value.find(
|
|
148332
148335
|
(pe) => pe.id === M.value.season_id
|
|
148333
148336
|
);
|
|
148334
|
-
de && (l.value = !0, u.value = de,
|
|
148337
|
+
de && (l.value = !0, u.value = de, l.value = !1);
|
|
148335
148338
|
}
|
|
148336
148339
|
}), na(u, (ie, ae) => {
|
|
148337
148340
|
ie && M.value && o.value && !ae && !l.value ? setTimeout(() => {
|
|
@@ -148345,7 +148348,7 @@ const {
|
|
|
148345
148348
|
const de = e.value.find(
|
|
148346
148349
|
(oe) => oe.game_id === M.value.game_id || oe.id === M.value.game_id
|
|
148347
148350
|
);
|
|
148348
|
-
if (de) {
|
|
148351
|
+
if (U(ie), de) {
|
|
148349
148352
|
_.value = de, d.value = !1, o.value = !1;
|
|
148350
148353
|
return;
|
|
148351
148354
|
}
|
|
@@ -148375,7 +148378,7 @@ const {
|
|
|
148375
148378
|
const ie = await y.get(
|
|
148376
148379
|
`https://m9qip57rsh.execute-api.us-east-2.amazonaws.com/prod/teams/${f.team}/last-games`
|
|
148377
148380
|
);
|
|
148378
|
-
f.templateType === "1" || f.templateType === 1 ? (M.value = ie.data.data.prematch, ie.data.data.prematch && (d.value = !0, o.value = !0)) : (f.templateType === "2" || f.templateType === 2) && (M.value = ie.data.data.postmatch, ie.data.data.postmatch && (d.value = !0, o.value = !0));
|
|
148381
|
+
f.templateType === "1" || f.templateType === 1 ? (M.value = ie.data.data.prematch, ie.data.data.prematch && (d.value = !0, o.value = !0, ie.data.data.prematch.season_id && await z([ie.data.data.prematch.season_id]))) : (f.templateType === "2" || f.templateType === 2) && (M.value = ie.data.data.postmatch, ie.data.data.postmatch && (d.value = !0, o.value = !0, ie.data.data.postmatch.season_id && await z([ie.data.data.postmatch.season_id])));
|
|
148379
148382
|
} catch (ie) {
|
|
148380
148383
|
console.error("Error al cargar últimos juegos:", ie);
|
|
148381
148384
|
}
|
|
@@ -148684,7 +148687,7 @@ const {
|
|
|
148684
148687
|
])
|
|
148685
148688
|
]));
|
|
148686
148689
|
}
|
|
148687
|
-
}, Bfe = /* @__PURE__ */ ol(Ffe, [["__scopeId", "data-v-
|
|
148690
|
+
}, Bfe = /* @__PURE__ */ ol(Ffe, [["__scopeId", "data-v-a851350e"]]), jfe = { class: "modal-overlay" }, Ufe = { class: "modal-content" }, Vfe = { class: "modal-body" }, qfe = ["placeholder", "disabled"], Wfe = {
|
|
148688
148691
|
key: 0,
|
|
148689
148692
|
class: "error-message"
|
|
148690
148693
|
}, Gfe = { class: "modal-footer" }, Hfe = ["disabled"], Xfe = ["disabled"], Zfe = { key: 0 }, Jfe = { key: 1 }, Kfe = {
|
|
@@ -148801,7 +148804,7 @@ const {
|
|
|
148801
148804
|
])
|
|
148802
148805
|
]));
|
|
148803
148806
|
}
|
|
148804
|
-
}, Yfe = /* @__PURE__ */ ol(Kfe, [["__scopeId", "data-v-
|
|
148807
|
+
}, Yfe = /* @__PURE__ */ ol(Kfe, [["__scopeId", "data-v-95975b9e"]]), Qfe = { class: "modal-overlay" }, $fe = { class: "modal-content" }, eme = { class: "modal-body" }, tme = ["placeholder"], rme = { class: "modal-footer" }, nme = ["disabled"], ime = {
|
|
148805
148808
|
__name: "ModalduplicateTemplate",
|
|
148806
148809
|
props: {
|
|
148807
148810
|
initialName: {
|
|
@@ -148905,7 +148908,7 @@ const {
|
|
|
148905
148908
|
])
|
|
148906
148909
|
]));
|
|
148907
148910
|
}
|
|
148908
|
-
}, ame = /* @__PURE__ */ ol(ime, [["__scopeId", "data-v-
|
|
148911
|
+
}, ame = /* @__PURE__ */ ol(ime, [["__scopeId", "data-v-98cd9dcd"]]), ome = { class: "modal-overlay" }, sme = { class: "modal-content" }, lme = { class: "modal-footer" }, cme = ["disabled"], ume = {
|
|
148909
148912
|
__name: "ModalDeleteTemplate",
|
|
148910
148913
|
props: {
|
|
148911
148914
|
templateId: {
|
|
@@ -148953,7 +148956,7 @@ const {
|
|
|
148953
148956
|
alt: "Cerrar"
|
|
148954
148957
|
}, null, -1)
|
|
148955
148958
|
])]),
|
|
148956
|
-
e[3] || (e[3] = Xc('<div class="modal-header" data-v-
|
|
148959
|
+
e[3] || (e[3] = Xc('<div class="modal-header" data-v-65422842><img src="https://golstatsimages.blob.core.windows.net/reports-images/icn-delete-delete.svg" class="icon-title" alt="icon" data-v-65422842><span class="modal-title" data-v-65422842>Eliminar template</span></div><div class="header-separator" data-v-65422842></div><div class="modal-body confirm-text" data-v-65422842> ¿Estás seguro que deseas eliminar<br data-v-65422842> este template? Si lo haces no habrá manera<br data-v-65422842> de recuperarlo. </div><div class="header-separator" data-v-65422842></div>', 4)),
|
|
148957
148960
|
Re("div", lme, [
|
|
148958
148961
|
Re("button", {
|
|
148959
148962
|
class: "cancel-btn",
|
|
@@ -148968,7 +148971,7 @@ const {
|
|
|
148968
148971
|
])
|
|
148969
148972
|
]));
|
|
148970
148973
|
}
|
|
148971
|
-
}, dme = /* @__PURE__ */ ol(ume, [["__scopeId", "data-v-
|
|
148974
|
+
}, dme = /* @__PURE__ */ ol(ume, [["__scopeId", "data-v-65422842"]]), hme = { class: "templates-header" }, pme = { class: "count" }, fme = {
|
|
148972
148975
|
key: 0,
|
|
148973
148976
|
class: "sort-options"
|
|
148974
148977
|
}, mme = ["onClick"], yme = {
|
|
@@ -149269,7 +149272,7 @@ const {
|
|
|
149269
149272
|
])
|
|
149270
149273
|
]));
|
|
149271
149274
|
}
|
|
149272
|
-
}, wme = /* @__PURE__ */ ol(_me, [["__scopeId", "data-v-
|
|
149275
|
+
}, wme = /* @__PURE__ */ ol(_me, [["__scopeId", "data-v-d17eb1eb"]]);
|
|
149273
149276
|
function Ch(r) {
|
|
149274
149277
|
if (!r) return "";
|
|
149275
149278
|
const a = new Date(r);
|
|
@@ -149335,7 +149338,7 @@ const Tme = { class: "prematch-bg" }, Sme = { class: "background-shields" }, kme
|
|
|
149335
149338
|
])
|
|
149336
149339
|
]));
|
|
149337
149340
|
}
|
|
149338
|
-
}, Vme = /* @__PURE__ */ ol(Ume, [["__scopeId", "data-v-
|
|
149341
|
+
}, Vme = /* @__PURE__ */ ol(Ume, [["__scopeId", "data-v-e8e3d782"]]), qme = { class: "prematch-bg" }, Wme = { class: "background-shields" }, Gme = { class: "shield-left" }, Hme = ["src"], Xme = { class: "shield-right" }, Zme = ["src"], Jme = { class: "subtitle" }, Kme = { class: "jornada" }, Yme = { class: "fecha" }, Qme = { class: "teams-grid" }, $me = { class: "row row-top" }, e0e = { class: "team team-local" }, t0e = { class: "escudo-svg" }, r0e = ["src"], n0e = { class: "team-name" }, i0e = { class: "score" }, a0e = { class: "score-text" }, o0e = { class: "team team-visitor" }, s0e = { class: "team-name" }, l0e = { class: "escudo-svg" }, c0e = ["src"], u0e = { class: "row row-bottom" }, d0e = { class: "team-stats" }, h0e = { class: "stat red" }, p0e = { class: "stat-number" }, f0e = { class: "stat yellow" }, m0e = { class: "stat-number" }, y0e = { class: "team-stats" }, g0e = { class: "stat-number" }, v0e = { class: "stat-number" }, b0e = {
|
|
149339
149342
|
__name: "AnalisisPostMatchType1",
|
|
149340
149343
|
props: {
|
|
149341
149344
|
report: {
|
|
@@ -149443,7 +149446,7 @@ ${n}`;
|
|
|
149443
149446
|
]),
|
|
149444
149447
|
Re("div", u0e, [
|
|
149445
149448
|
Re("div", d0e, [
|
|
149446
|
-
t[2] || (t[2] = Xc('<span class="stat ball" data-v-
|
|
149449
|
+
t[2] || (t[2] = Xc('<span class="stat ball" data-v-7dd14646><svg width="19" height="19" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" data-v-7dd14646><path fill-rule="evenodd" clip-rule="evenodd" d="M10.0268 2.83594C6.09038 2.83594 2.89844 6.01986 2.89844 9.94705C2.89844 13.8742 6.09038 17.0582 10.0268 17.0582C13.9632 17.0582 17.1551 13.8742 17.1551 9.94705C17.1551 6.01986 13.9632 2.83594 10.0268 2.83594V2.83594Z" stroke="white" stroke-width="1.36665" stroke-linecap="round" stroke-linejoin="round" data-v-7dd14646></path><path fill-rule="evenodd" clip-rule="evenodd" d="M8.0826 12.9597L6.87109 9.2304L10.0401 6.92578L13.2097 9.2304L11.9995 12.9597H8.0826Z" stroke="white" stroke-width="1.36665" stroke-linecap="round" stroke-linejoin="round" data-v-7dd14646></path><path d="M12.7277 3.39453L10.0276 4.54375L7.32812 3.39453" stroke="white" stroke-width="1.36665" stroke-linecap="round" stroke-linejoin="round" data-v-7dd14646></path><path d="M4.65662 5.34766L4.91603 8.27341L2.98828 10.4871" stroke="white" stroke-width="1.36665" stroke-linecap="round" stroke-linejoin="round" data-v-7dd14646></path><path d="M4.01562 13.6523L6.87533 14.3093L8.38436 16.8279" stroke="white" stroke-width="1.36665" stroke-linecap="round" stroke-linejoin="round" data-v-7dd14646></path><path d="M11.7031 16.8213L13.2109 14.3015L16.0697 13.6445" stroke="white" stroke-width="1.36665" stroke-linecap="round" stroke-linejoin="round" data-v-7dd14646></path><path d="M17.1051 10.4865L15.1758 8.27156L15.4349 5.34766" stroke="white" stroke-width="1.36665" stroke-linecap="round" stroke-linejoin="round" data-v-7dd14646></path><path d="M10.0456 4.54688V6.92693" stroke="white" stroke-width="1.36665" stroke-linecap="round" stroke-linejoin="round" data-v-7dd14646></path><path d="M13.2109 9.32248L15.1681 8.27344" stroke="white" stroke-width="1.36665" stroke-linecap="round" stroke-linejoin="round" data-v-7dd14646></path><path d="M11.9961 12.9609L13.2064 14.3086" stroke="white" stroke-width="1.36665" stroke-linecap="round" stroke-linejoin="round" data-v-7dd14646></path><path d="M8.08198 12.9609L6.87109 14.3099" stroke="white" stroke-width="1.36665" stroke-linecap="round" stroke-linejoin="round" data-v-7dd14646></path><path d="M4.91797 8.27344L6.87609 9.22818" stroke="white" stroke-width="1.36665" stroke-linecap="round" stroke-linejoin="round" data-v-7dd14646></path></svg></span>', 1)),
|
|
149447
149450
|
N.value !== null ? (Et(), Ft("span", {
|
|
149448
149451
|
key: 0,
|
|
149449
149452
|
class: Ot(["stat time", { "two-lines": N.value && N.value.includes(`
|
|
@@ -149537,13 +149540,13 @@ ${n}`;
|
|
|
149537
149540
|
class: Ot(["stat time", { "two-lines": Z.value && Z.value.includes(`
|
|
149538
149541
|
`) }])
|
|
149539
149542
|
}, Tr(Z.value), 3)) : Mr("", !0),
|
|
149540
|
-
t[5] || (t[5] = Xc('<span class="stat ball" data-v-
|
|
149543
|
+
t[5] || (t[5] = Xc('<span class="stat ball" data-v-7dd14646><svg width="19" height="19" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" data-v-7dd14646><path fill-rule="evenodd" clip-rule="evenodd" d="M10.0268 2.83594C6.09038 2.83594 2.89844 6.01986 2.89844 9.94705C2.89844 13.8742 6.09038 17.0582 10.0268 17.0582C13.9632 17.0582 17.1551 13.8742 17.1551 9.94705C17.1551 6.01986 13.9632 2.83594 10.0268 2.83594V2.83594Z" stroke="white" stroke-width="1.36665" stroke-linecap="round" stroke-linejoin="round" data-v-7dd14646></path><path fill-rule="evenodd" clip-rule="evenodd" d="M8.0826 12.9597L6.87109 9.2304L10.0401 6.92578L13.2097 9.2304L11.9995 12.9597H8.0826Z" stroke="white" stroke-width="1.36665" stroke-linecap="round" stroke-linejoin="round" data-v-7dd14646></path><path d="M12.7277 3.39453L10.0276 4.54375L7.32812 3.39453" stroke="white" stroke-width="1.36665" stroke-linecap="round" stroke-linejoin="round" data-v-7dd14646></path><path d="M4.65662 5.34766L4.91603 8.27341L2.98828 10.4871" stroke="white" stroke-width="1.36665" stroke-linecap="round" stroke-linejoin="round" data-v-7dd14646></path><path d="M4.01562 13.6523L6.87533 14.3093L8.38436 16.8279" stroke="white" stroke-width="1.36665" stroke-linecap="round" stroke-linejoin="round" data-v-7dd14646></path><path d="M11.7031 16.8213L13.2109 14.3015L16.0697 13.6445" stroke="white" stroke-width="1.36665" stroke-linecap="round" stroke-linejoin="round" data-v-7dd14646></path><path d="M17.1051 10.4865L15.1758 8.27156L15.4349 5.34766" stroke="white" stroke-width="1.36665" stroke-linecap="round" stroke-linejoin="round" data-v-7dd14646></path><path d="M10.0456 4.54688V6.92693" stroke="white" stroke-width="1.36665" stroke-linecap="round" stroke-linejoin="round" data-v-7dd14646></path><path d="M13.2109 9.32248L15.1681 8.27344" stroke="white" stroke-width="1.36665" stroke-linecap="round" stroke-linejoin="round" data-v-7dd14646></path><path d="M11.9961 12.9609L13.2064 14.3086" stroke="white" stroke-width="1.36665" stroke-linecap="round" stroke-linejoin="round" data-v-7dd14646></path><path d="M8.08198 12.9609L6.87109 14.3099" stroke="white" stroke-width="1.36665" stroke-linecap="round" stroke-linejoin="round" data-v-7dd14646></path><path d="M4.91797 8.27344L6.87609 9.22818" stroke="white" stroke-width="1.36665" stroke-linecap="round" stroke-linejoin="round" data-v-7dd14646></path></svg></span>', 1))
|
|
149541
149544
|
])
|
|
149542
149545
|
])
|
|
149543
149546
|
])
|
|
149544
149547
|
]));
|
|
149545
149548
|
}
|
|
149546
|
-
}, x0e = /* @__PURE__ */ ol(b0e, [["__scopeId", "data-v-
|
|
149549
|
+
}, x0e = /* @__PURE__ */ ol(b0e, [["__scopeId", "data-v-7dd14646"]]), _0e = { class: "prematch-bg" }, w0e = { class: "background-shields" }, T0e = { class: "shield-left" }, S0e = ["src"], k0e = { class: "shield-right" }, A0e = ["src"], M0e = { class: "subtitle" }, C0e = { class: "jornada" }, L0e = { class: "fecha" }, E0e = { class: "teams-row" }, I0e = { class: "team team-local" }, R0e = { class: "escudo-svg" }, O0e = ["src"], P0e = { class: "team-name" }, z0e = { class: "team team-visitor" }, D0e = { class: "escudo-svg" }, N0e = ["src"], F0e = { class: "team-name" }, B0e = {
|
|
149547
149550
|
__name: "AnalisisPrematchType2",
|
|
149548
149551
|
props: {
|
|
149549
149552
|
report: {
|
|
@@ -149601,7 +149604,7 @@ ${n}`;
|
|
|
149601
149604
|
])
|
|
149602
149605
|
]));
|
|
149603
149606
|
}
|
|
149604
|
-
}, j0e = /* @__PURE__ */ ol(B0e, [["__scopeId", "data-v-
|
|
149607
|
+
}, j0e = /* @__PURE__ */ ol(B0e, [["__scopeId", "data-v-82bd95fd"]]), U0e = { class: "prematch-bg" }, V0e = { class: "background-shields" }, q0e = { class: "shield-left" }, W0e = ["src"], G0e = { class: "shield-right" }, H0e = ["src"], X0e = { class: "subtitle" }, Z0e = { class: "jornada" }, J0e = { class: "fecha" }, K0e = { class: "teams-grid" }, Y0e = { class: "row row-top" }, Q0e = { class: "team team-local" }, $0e = { class: "escudo-svg" }, eye = ["src"], tye = { class: "team-name" }, rye = { class: "score" }, nye = { class: "score-text" }, iye = { class: "team team-visitor" }, aye = { class: "team-name" }, oye = { class: "escudo-svg" }, sye = ["src"], lye = { class: "row row-bottom" }, cye = { class: "team-stats" }, uye = { class: "stat red" }, dye = { class: "stat-number" }, hye = { class: "stat yellow" }, pye = { class: "stat-number" }, fye = { class: "team-stats" }, mye = { class: "stat-number" }, yye = { class: "stat-number" }, gye = {
|
|
149605
149608
|
__name: "AnalisisPostMatchType2",
|
|
149606
149609
|
props: {
|
|
149607
149610
|
report: {
|
|
@@ -149709,7 +149712,7 @@ ${n}`;
|
|
|
149709
149712
|
]),
|
|
149710
149713
|
Re("div", lye, [
|
|
149711
149714
|
Re("div", cye, [
|
|
149712
|
-
t[2] || (t[2] = Xc('<span class="stat ball" data-v-
|
|
149715
|
+
t[2] || (t[2] = Xc('<span class="stat ball" data-v-63a8a7f8><svg width="19" height="19" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" data-v-63a8a7f8><path fill-rule="evenodd" clip-rule="evenodd" d="M10.0268 2.83594C6.09038 2.83594 2.89844 6.01986 2.89844 9.94705C2.89844 13.8742 6.09038 17.0582 10.0268 17.0582C13.9632 17.0582 17.1551 13.8742 17.1551 9.94705C17.1551 6.01986 13.9632 2.83594 10.0268 2.83594V2.83594Z" stroke="white" stroke-width="1.36665" stroke-linecap="round" stroke-linejoin="round" data-v-63a8a7f8></path><path fill-rule="evenodd" clip-rule="evenodd" d="M8.0826 12.9597L6.87109 9.2304L10.0401 6.92578L13.2097 9.2304L11.9995 12.9597H8.0826Z" stroke="white" stroke-width="1.36665" stroke-linecap="round" stroke-linejoin="round" data-v-63a8a7f8></path><path d="M12.7277 3.39453L10.0276 4.54375L7.32812 3.39453" stroke="white" stroke-width="1.36665" stroke-linecap="round" stroke-linejoin="round" data-v-63a8a7f8></path><path d="M4.65662 5.34766L4.91603 8.27341L2.98828 10.4871" stroke="white" stroke-width="1.36665" stroke-linecap="round" stroke-linejoin="round" data-v-63a8a7f8></path><path d="M4.01562 13.6523L6.87533 14.3093L8.38436 16.8279" stroke="white" stroke-width="1.36665" stroke-linecap="round" stroke-linejoin="round" data-v-63a8a7f8></path><path d="M11.7031 16.8213L13.2109 14.3015L16.0697 13.6445" stroke="white" stroke-width="1.36665" stroke-linecap="round" stroke-linejoin="round" data-v-63a8a7f8></path><path d="M17.1051 10.4865L15.1758 8.27156L15.4349 5.34766" stroke="white" stroke-width="1.36665" stroke-linecap="round" stroke-linejoin="round" data-v-63a8a7f8></path><path d="M10.0456 4.54688V6.92693" stroke="white" stroke-width="1.36665" stroke-linecap="round" stroke-linejoin="round" data-v-63a8a7f8></path><path d="M13.2109 9.32248L15.1681 8.27344" stroke="white" stroke-width="1.36665" stroke-linecap="round" stroke-linejoin="round" data-v-63a8a7f8></path><path d="M11.9961 12.9609L13.2064 14.3086" stroke="white" stroke-width="1.36665" stroke-linecap="round" stroke-linejoin="round" data-v-63a8a7f8></path><path d="M8.08198 12.9609L6.87109 14.3099" stroke="white" stroke-width="1.36665" stroke-linecap="round" stroke-linejoin="round" data-v-63a8a7f8></path><path d="M4.91797 8.27344L6.87609 9.22818" stroke="white" stroke-width="1.36665" stroke-linecap="round" stroke-linejoin="round" data-v-63a8a7f8></path></svg></span>', 1)),
|
|
149713
149716
|
N.value !== null ? (Et(), Ft("span", {
|
|
149714
149717
|
key: 0,
|
|
149715
149718
|
class: Ot(["stat time", { "two-lines": N.value && N.value.includes(`
|
|
@@ -149803,13 +149806,13 @@ ${n}`;
|
|
|
149803
149806
|
class: Ot(["stat time", { "two-lines": Z.value && Z.value.includes(`
|
|
149804
149807
|
`) }])
|
|
149805
149808
|
}, Tr(Z.value), 3)) : Mr("", !0),
|
|
149806
|
-
t[5] || (t[5] = Xc('<span class="stat ball" data-v-
|
|
149809
|
+
t[5] || (t[5] = Xc('<span class="stat ball" data-v-63a8a7f8><svg width="19" height="19" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" data-v-63a8a7f8><path fill-rule="evenodd" clip-rule="evenodd" d="M10.0268 2.83594C6.09038 2.83594 2.89844 6.01986 2.89844 9.94705C2.89844 13.8742 6.09038 17.0582 10.0268 17.0582C13.9632 17.0582 17.1551 13.8742 17.1551 9.94705C17.1551 6.01986 13.9632 2.83594 10.0268 2.83594V2.83594Z" stroke="white" stroke-width="1.36665" stroke-linecap="round" stroke-linejoin="round" data-v-63a8a7f8></path><path fill-rule="evenodd" clip-rule="evenodd" d="M8.0826 12.9597L6.87109 9.2304L10.0401 6.92578L13.2097 9.2304L11.9995 12.9597H8.0826Z" stroke="white" stroke-width="1.36665" stroke-linecap="round" stroke-linejoin="round" data-v-63a8a7f8></path><path d="M12.7277 3.39453L10.0276 4.54375L7.32812 3.39453" stroke="white" stroke-width="1.36665" stroke-linecap="round" stroke-linejoin="round" data-v-63a8a7f8></path><path d="M4.65662 5.34766L4.91603 8.27341L2.98828 10.4871" stroke="white" stroke-width="1.36665" stroke-linecap="round" stroke-linejoin="round" data-v-63a8a7f8></path><path d="M4.01562 13.6523L6.87533 14.3093L8.38436 16.8279" stroke="white" stroke-width="1.36665" stroke-linecap="round" stroke-linejoin="round" data-v-63a8a7f8></path><path d="M11.7031 16.8213L13.2109 14.3015L16.0697 13.6445" stroke="white" stroke-width="1.36665" stroke-linecap="round" stroke-linejoin="round" data-v-63a8a7f8></path><path d="M17.1051 10.4865L15.1758 8.27156L15.4349 5.34766" stroke="white" stroke-width="1.36665" stroke-linecap="round" stroke-linejoin="round" data-v-63a8a7f8></path><path d="M10.0456 4.54688V6.92693" stroke="white" stroke-width="1.36665" stroke-linecap="round" stroke-linejoin="round" data-v-63a8a7f8></path><path d="M13.2109 9.32248L15.1681 8.27344" stroke="white" stroke-width="1.36665" stroke-linecap="round" stroke-linejoin="round" data-v-63a8a7f8></path><path d="M11.9961 12.9609L13.2064 14.3086" stroke="white" stroke-width="1.36665" stroke-linecap="round" stroke-linejoin="round" data-v-63a8a7f8></path><path d="M8.08198 12.9609L6.87109 14.3099" stroke="white" stroke-width="1.36665" stroke-linecap="round" stroke-linejoin="round" data-v-63a8a7f8></path><path d="M4.91797 8.27344L6.87609 9.22818" stroke="white" stroke-width="1.36665" stroke-linecap="round" stroke-linejoin="round" data-v-63a8a7f8></path></svg></span>', 1))
|
|
149807
149810
|
])
|
|
149808
149811
|
])
|
|
149809
149812
|
])
|
|
149810
149813
|
]));
|
|
149811
149814
|
}
|
|
149812
|
-
}, vye = /* @__PURE__ */ ol(gye, [["__scopeId", "data-v-
|
|
149815
|
+
}, vye = /* @__PURE__ */ ol(gye, [["__scopeId", "data-v-63a8a7f8"]]), bye = { class: "prematch-bg" }, xye = { class: "subtitle" }, _ye = { class: "jornada" }, wye = { class: "fecha" }, Tye = { class: "teams-row" }, Sye = { class: "team team-local" }, kye = { class: "escudo-svg" }, Aye = ["src"], Mye = { class: "team team-visitor" }, Cye = { class: "escudo-svg" }, Lye = ["src"], Eye = {
|
|
149813
149816
|
__name: "AnalisisPrematchType3",
|
|
149814
149817
|
props: {
|
|
149815
149818
|
report: {
|
|
@@ -149854,7 +149857,7 @@ ${n}`;
|
|
|
149854
149857
|
])
|
|
149855
149858
|
]));
|
|
149856
149859
|
}
|
|
149857
|
-
}, Iye = /* @__PURE__ */ ol(Eye, [["__scopeId", "data-v-
|
|
149860
|
+
}, Iye = /* @__PURE__ */ ol(Eye, [["__scopeId", "data-v-b31afbdf"]]), Rye = { class: "prematch-bg" }, Oye = { class: "subtitle" }, Pye = { class: "jornada" }, zye = { class: "fecha" }, Dye = { class: "teams-row" }, Nye = { class: "team team-local" }, Fye = { class: "team-header" }, Bye = { class: "escudo-svg" }, jye = ["src"], Uye = { class: "score" }, Vye = { class: "players-list" }, qye = { class: "player-name" }, Wye = {
|
|
149858
149861
|
key: 0,
|
|
149859
149862
|
class: "more-events-indicator"
|
|
149860
149863
|
}, Gye = { class: "team team-visitor" }, Hye = { class: "team-header" }, Xye = { class: "score" }, Zye = { class: "escudo-svg" }, Jye = ["src"], Kye = { class: "players-list" }, Yye = { class: "player-name" }, Qye = { key: 0 }, $ye = {
|
|
@@ -150012,7 +150015,7 @@ ${n}`;
|
|
|
150012
150015
|
])
|
|
150013
150016
|
]));
|
|
150014
150017
|
}
|
|
150015
|
-
}, tge = /* @__PURE__ */ ol(ege, [["__scopeId", "data-v-
|
|
150018
|
+
}, tge = /* @__PURE__ */ ol(ege, [["__scopeId", "data-v-8ea6b233"]]), rge = { class: "prematch-bg" }, nge = { class: "subtitle" }, ige = { class: "jornada" }, age = { class: "fecha" }, oge = { class: "teams-row" }, sge = { class: "team team-local" }, lge = { class: "escudo-svg" }, cge = ["src"], uge = { class: "team team-visitor" }, dge = { class: "escudo-svg" }, hge = ["src"], pge = {
|
|
150016
150019
|
__name: "AnalisisPrematchType4",
|
|
150017
150020
|
props: {
|
|
150018
150021
|
report: {
|
|
@@ -150057,7 +150060,7 @@ ${n}`;
|
|
|
150057
150060
|
])
|
|
150058
150061
|
]));
|
|
150059
150062
|
}
|
|
150060
|
-
}, fge = /* @__PURE__ */ ol(pge, [["__scopeId", "data-v-
|
|
150063
|
+
}, fge = /* @__PURE__ */ ol(pge, [["__scopeId", "data-v-ef3bf0e5"]]), mge = { class: "prematch-bg" }, yge = { class: "subtitle" }, gge = { class: "jornada" }, vge = { class: "fecha" }, bge = { class: "teams-row" }, xge = { class: "team team-local" }, _ge = { class: "team-header" }, wge = { class: "escudo-svg" }, Tge = ["src"], Sge = { class: "score" }, kge = { class: "players-list" }, Age = { class: "player-name" }, Mge = {
|
|
150061
150064
|
key: 0,
|
|
150062
150065
|
class: "more-events-indicator"
|
|
150063
150066
|
}, Cge = { class: "team team-visitor" }, Lge = { class: "team-header" }, Ege = { class: "score" }, Ige = { class: "escudo-svg" }, Rge = ["src"], Oge = { class: "players-list" }, Pge = { class: "player-name" }, zge = { key: 0 }, Dge = {
|
|
@@ -150215,7 +150218,7 @@ ${n}`;
|
|
|
150215
150218
|
])
|
|
150216
150219
|
]));
|
|
150217
150220
|
}
|
|
150218
|
-
}, Fge = /* @__PURE__ */ ol(Nge, [["__scopeId", "data-v-
|
|
150221
|
+
}, Fge = /* @__PURE__ */ ol(Nge, [["__scopeId", "data-v-dea95209"]]), Bge = {
|
|
150219
150222
|
class: "report-card",
|
|
150220
150223
|
style: { position: "relative" }
|
|
150221
150224
|
}, jge = {
|
|
@@ -150518,7 +150521,7 @@ ${n}`;
|
|
|
150518
150521
|
])
|
|
150519
150522
|
]));
|
|
150520
150523
|
}
|
|
150521
|
-
}, s1e = /* @__PURE__ */ ol(o1e, [["__scopeId", "data-v-
|
|
150524
|
+
}, s1e = /* @__PURE__ */ ol(o1e, [["__scopeId", "data-v-21795291"]]), l1e = { class: "modal-overlay" }, c1e = { class: "modal-content" }, u1e = { class: "modal-footer" }, d1e = ["disabled"], h1e = ["disabled"], p1e = {
|
|
150522
150525
|
__name: "ModalDeleteReport",
|
|
150523
150526
|
props: {
|
|
150524
150527
|
reportId: {
|
|
@@ -150566,7 +150569,7 @@ ${n}`;
|
|
|
150566
150569
|
alt: "Cerrar"
|
|
150567
150570
|
}, null, -1)
|
|
150568
150571
|
])]),
|
|
150569
|
-
e[3] || (e[3] = Xc('<div class="modal-header" data-v-
|
|
150572
|
+
e[3] || (e[3] = Xc('<div class="modal-header" data-v-faeee5ba><img src="https://golstatsimages.blob.core.windows.net/reports-images/icn-delete-delete.svg" class="icon-title" alt="icon" data-v-faeee5ba><span class="modal-title" data-v-faeee5ba>Eliminar reporte</span></div><div class="header-separator" data-v-faeee5ba></div><div class="modal-body confirm-text" data-v-faeee5ba> ¿Estás seguro que deseas eliminar<br data-v-faeee5ba> este reporte? Si lo haces no habrá manera<br data-v-faeee5ba> de recuperarlo. </div><div class="header-separator" data-v-faeee5ba></div>', 4)),
|
|
150570
150573
|
Re("div", u1e, [
|
|
150571
150574
|
Re("button", {
|
|
150572
150575
|
class: "cancel-btn",
|
|
@@ -150582,7 +150585,7 @@ ${n}`;
|
|
|
150582
150585
|
])
|
|
150583
150586
|
]));
|
|
150584
150587
|
}
|
|
150585
|
-
}, f1e = /* @__PURE__ */ ol(p1e, [["__scopeId", "data-v-
|
|
150588
|
+
}, f1e = /* @__PURE__ */ ol(p1e, [["__scopeId", "data-v-faeee5ba"]]), m1e = { class: "reports-header" }, y1e = { class: "count" }, g1e = {
|
|
150586
150589
|
key: 0,
|
|
150587
150590
|
class: "sort-options"
|
|
150588
150591
|
}, v1e = ["onClick"], b1e = {
|
|
@@ -150824,7 +150827,7 @@ ${n}`;
|
|
|
150824
150827
|
setup(r) {
|
|
150825
150828
|
return (a, f) => (Et(), Ft("div", A1e, [
|
|
150826
150829
|
Re("div", M1e, [
|
|
150827
|
-
f[1] || (f[1] = Xc('<div class="modal-icon" data-v-
|
|
150830
|
+
f[1] || (f[1] = Xc('<div class="modal-icon" data-v-30303ebd><svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" data-v-30303ebd><rect x="8" y="10" width="32" height="20" rx="2" stroke="#C0CBE0" stroke-width="2" data-v-30303ebd></rect><rect x="16" y="34" width="16" height="2" rx="1" fill="#C0CBE0" data-v-30303ebd></rect></svg></div><div class="modal-text" data-v-30303ebd> Esta sección solo está disponible para<br data-v-30303ebd> escritorio. Utiliza tu computadora <br data-v-30303ebd>para ingresar. </div>', 2)),
|
|
150828
150831
|
Re("button", {
|
|
150829
150832
|
class: "modal-btn",
|
|
150830
150833
|
onClick: f[0] || (f[0] = (N) => a.$emit("toHome"))
|
|
@@ -150832,7 +150835,7 @@ ${n}`;
|
|
|
150832
150835
|
])
|
|
150833
150836
|
]));
|
|
150834
150837
|
}
|
|
150835
|
-
}, L1e = /* @__PURE__ */ ol(C1e, [["__scopeId", "data-v-
|
|
150838
|
+
}, L1e = /* @__PURE__ */ ol(C1e, [["__scopeId", "data-v-30303ebd"]]), E1e = { class: "top-bar" }, I1e = { class: "tabs-container" }, R1e = { class: "tabs" }, O1e = {
|
|
150836
150839
|
key: 0,
|
|
150837
150840
|
class: "actions"
|
|
150838
150841
|
}, P1e = { class: "search-container" }, z1e = {
|