@golstats/gsc-landing 1.0.212 → 1.0.214
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/CardBase-Cdma--ld-BufA9Fxb.js +181 -0
- package/dist/{CardBaseAllIndividual-CZ_3lxWf-BtpGPuJl.js → CardBaseAllIndividual-D-OnB5nZ-BPn0LvNB.js} +22 -16
- package/dist/{CardGeneral-DcE_7xpj-BjirwqAW.js → CardGeneral-Bw1wA3nD-DCftAsKf.js} +55 -51
- package/dist/{CardGeneralIndividual-DbvxscVI-DgN71Ll_.js → CardGeneralIndividual-D0egQpIm-CAQh25pC.js} +116 -112
- package/dist/{CardGeneralTeams-D0Y6zdKu-bSMLQ0UN.js → CardGeneralTeams-C7jWZSZP-7UMUvMn-.js} +52 -48
- package/dist/{CardIndividual-Ki5omZJI-BJN0Xc4K.js → CardIndividual-5844PHsB-ByyQBoNQ.js} +66 -61
- package/dist/CardIndividual1vs1-CQexwdAS-IO9xzI4J.js +119 -0
- package/dist/{CardIndividualAreas-CYpbCBwP-CZlr4svT.js → CardIndividualAreas-C7_BsHLB-DxObq7Ml.js} +32 -26
- package/dist/{CardIndividualCenters-JhzJNVnv-knmAyBfO.js → CardIndividualCenters-DV5tDLfV-C1ay0coc.js} +91 -85
- package/dist/{CardIndividualDistance-CKkJ7mwB-dhRkzmM7.js → CardIndividualDistance-zl4VOolG-C3tuZVGO.js} +36 -30
- package/dist/{CardIndividualFouls-6eSJq50u-0Eo_ODlc.js → CardIndividualFouls-CvSJn7oh-HOx9vQ1u.js} +47 -41
- package/dist/{CardIndividualGoalParticipation-S3oTRiGX-B9Ubj5c2.js → CardIndividualGoalParticipation-CpyCN4pK-CMqtEPao.js} +38 -33
- package/dist/{CardIndividualGoals-CTxER-Rj-DrsBgKOW.js → CardIndividualGoals-yml-5LMF-C_GyUhBk.js} +397 -247
- package/dist/{CardIndividualGold-B4BcqctC-DsJbgA7N.js → CardIndividualGold-BN6tctB5-G6ym5byu.js} +45 -39
- package/dist/{CardIndividualNoGoalReceived-BrVOXQpB-WWzw2ZT1.js → CardIndividualNoGoalReceived-ICCs2ZM5-B1MQrZPF.js} +42 -37
- package/dist/CardIndividualPerformance-B8vQAqkl-BYR02_RY.js +113 -0
- package/dist/{CardIndividualSaves-j_epfoNL-BLIYXJi2.js → CardIndividualSaves-BwuZ8ftn-QqesnmR7.js} +41 -37
- package/dist/{CardIndividualShotsOnGoal-BTVmtE9u-BWNF8wkq.js → CardIndividualShotsOnGoal-BJME2mbD-BdBASKyS.js} +57 -51
- package/dist/{CardIndividualStatistics-DbAhxMKF-JN2q71S7.js → CardIndividualStatistics-By5s6JAO-Rv4-QyLp.js} +36 -30
- package/dist/{CardPromTournament-BtYUa7FA-B1jTn5AY.js → CardPromTournament-gihiLtUr-DUepGBni.js} +56 -47
- package/dist/{CardSuccessfulPasses-Bwg7cP83-BVI2LDec.js → CardSuccessfulPasses-CnfMp77U-rRVe9D87.js} +30 -24
- package/dist/CardTheMostProductive-BXTUS6yD-DyZgvFkv.js +87 -0
- package/dist/{Shield-wY38e4UU-DdT1mqXC.js → Shield-CqzYJKHt-OiFc4OPF.js} +3 -3
- package/dist/gsc-landing.js +1 -1
- package/dist/gsc-landing.umd.cjs +54 -54
- package/dist/{index-DyuOTImd.js → index-CidNks_N.js} +5191 -5252
- package/dist/style.css +1 -1
- package/package.json +53 -53
- package/dist/CardBase-BCSIUbwa-DOSZB9eo.js +0 -127
- package/dist/CardIndividual1vs1-DmlJbJ8B-DqGZqI9c.js +0 -113
- package/dist/CardIndividualPerformance-Kw8Qsjmn-DB6xWsL-.js +0 -108
- package/dist/CardTheMostProductive-CMoq34SC-CLWwaVwC.js +0 -81
- package/dist/CircleWithDotsBig-I8rIqrbw-GuORLRXc.js +0 -151
package/README.md
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
# landing-component
|
|
2
|
-
Componente de la pagina principal de Golstats 3.0
|
|
1
|
+
# landing-component
|
|
2
|
+
Componente de la pagina principal de Golstats 3.0
|
|
@@ -0,0 +1,181 @@
|
|
|
1
|
+
import { computed as l, openBlock as n, createElementBlock as s, normalizeClass as u, normalizeStyle as p, createCommentVNode as c, createElementVNode as d, renderSlot as g, pushScopeId as y, popScopeId as f } from "vue";
|
|
2
|
+
import { O as h } from "./index-CidNks_N.js";
|
|
3
|
+
function $(t = "") {
|
|
4
|
+
const e = t.split("");
|
|
5
|
+
let r = 1;
|
|
6
|
+
return e.reduce((a, o) => (o === "*" ? (r % 2 === 0 ? a += "</span>" : a += '<span class="text-bold">', r++) : a += o, a), "");
|
|
7
|
+
}
|
|
8
|
+
function z({ data: t, descriptionType: e }) {
|
|
9
|
+
switch (e) {
|
|
10
|
+
case 1:
|
|
11
|
+
return t.finish_first_person_description;
|
|
12
|
+
case 2:
|
|
13
|
+
return t.first_person_description;
|
|
14
|
+
case 3:
|
|
15
|
+
return t.finish_third_person_description;
|
|
16
|
+
case 4:
|
|
17
|
+
return t.third_person_description;
|
|
18
|
+
case 5:
|
|
19
|
+
return t.finish_description;
|
|
20
|
+
case 6:
|
|
21
|
+
return t.description;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
function E(t) {
|
|
25
|
+
return `https://az755631.vo.msecnd.net/teams-80/${t}.png`;
|
|
26
|
+
}
|
|
27
|
+
function T(t) {
|
|
28
|
+
return `https://az755631.vo.msecnd.net/players-profile/${t}.png`;
|
|
29
|
+
}
|
|
30
|
+
function I(t) {
|
|
31
|
+
return `https://golstatsimages.blob.core.windows.net/images-library/${t}`;
|
|
32
|
+
}
|
|
33
|
+
function A(t) {
|
|
34
|
+
if (t.includes("*")) {
|
|
35
|
+
let e = "";
|
|
36
|
+
const r = t.match(/\*(.*?)\*/);
|
|
37
|
+
return r && (e = r[1]), {
|
|
38
|
+
title: e.trim(),
|
|
39
|
+
subtitle: t.replace(/\*(.*?)\*/, "").trim()
|
|
40
|
+
};
|
|
41
|
+
}
|
|
42
|
+
return {
|
|
43
|
+
title: t,
|
|
44
|
+
subtitle: ""
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
const b = (t, e) => {
|
|
48
|
+
const r = t.__vccOpts || t;
|
|
49
|
+
for (const [a, o] of e)
|
|
50
|
+
r[a] = o;
|
|
51
|
+
return r;
|
|
52
|
+
}, m = (t) => (y("data-v-949a4643"), t = t(), f(), t), v = {
|
|
53
|
+
key: 0,
|
|
54
|
+
class: "card-base__background-image"
|
|
55
|
+
}, _ = ["src"], k = {
|
|
56
|
+
key: 1,
|
|
57
|
+
class: "card-base__background-overlay"
|
|
58
|
+
}, w = { class: "card-base__slot" }, S = /* @__PURE__ */ m(() => /* @__PURE__ */ d("svg", {
|
|
59
|
+
width: "60",
|
|
60
|
+
height: "60",
|
|
61
|
+
viewBox: "0 0 60 60",
|
|
62
|
+
fill: "none",
|
|
63
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
64
|
+
}, [
|
|
65
|
+
/* @__PURE__ */ d("circle", {
|
|
66
|
+
cx: "30",
|
|
67
|
+
cy: "30",
|
|
68
|
+
r: "30",
|
|
69
|
+
fill: "#0E1E2A",
|
|
70
|
+
"fill-opacity": ".96"
|
|
71
|
+
}),
|
|
72
|
+
/* @__PURE__ */ d("circle", {
|
|
73
|
+
cx: "30",
|
|
74
|
+
cy: "30",
|
|
75
|
+
r: "26.6",
|
|
76
|
+
stroke: "#757575",
|
|
77
|
+
"stroke-width": ".8"
|
|
78
|
+
}),
|
|
79
|
+
/* @__PURE__ */ d("path", {
|
|
80
|
+
d: "M25.49 39.862a1.058 1.058 0 0 1-.359-.43 1.396 1.396 0 0 1-.131-.6V20.165a1.4 1.4 0 0 1 .132-.599c.087-.18.21-.329.358-.429a.777.777 0 0 1 .483-.137c.167.01.33.077.47.194l11.143 9.333c.127.107.232.25.304.42.072.17.11.358.11.55 0 .193-.038.382-.11.55-.072.17-.177.314-.304.42l-11.143 9.337a.808.808 0 0 1-.47.194.776.776 0 0 1-.482-.137z",
|
|
81
|
+
fill: "#CBEE6B"
|
|
82
|
+
})
|
|
83
|
+
], -1)), C = [
|
|
84
|
+
S
|
|
85
|
+
], x = {
|
|
86
|
+
__name: "CardBase",
|
|
87
|
+
props: {
|
|
88
|
+
height: {
|
|
89
|
+
type: String,
|
|
90
|
+
default: "445px"
|
|
91
|
+
},
|
|
92
|
+
width: {
|
|
93
|
+
type: String,
|
|
94
|
+
default: "319px"
|
|
95
|
+
},
|
|
96
|
+
backgroundOverlayColor: {
|
|
97
|
+
type: String,
|
|
98
|
+
default: "#000000"
|
|
99
|
+
},
|
|
100
|
+
backgroundOverlayOpacity: {
|
|
101
|
+
type: String,
|
|
102
|
+
default: "0.8"
|
|
103
|
+
},
|
|
104
|
+
backgroundImageSrc: {
|
|
105
|
+
type: String,
|
|
106
|
+
default: ""
|
|
107
|
+
},
|
|
108
|
+
overflow: {
|
|
109
|
+
type: String,
|
|
110
|
+
default: "visible"
|
|
111
|
+
},
|
|
112
|
+
borderRadius: {
|
|
113
|
+
type: String,
|
|
114
|
+
default: "15px"
|
|
115
|
+
},
|
|
116
|
+
isPlayButtonVisible: {
|
|
117
|
+
type: Boolean,
|
|
118
|
+
default: !0
|
|
119
|
+
},
|
|
120
|
+
goldCardType: {
|
|
121
|
+
type: Number,
|
|
122
|
+
default: 0
|
|
123
|
+
},
|
|
124
|
+
showVideos: {
|
|
125
|
+
type: Boolean,
|
|
126
|
+
default: !0
|
|
127
|
+
},
|
|
128
|
+
idAux: {
|
|
129
|
+
type: String,
|
|
130
|
+
default: ""
|
|
131
|
+
}
|
|
132
|
+
},
|
|
133
|
+
setup(t) {
|
|
134
|
+
const e = t, r = l(() => ({
|
|
135
|
+
"--height": e.height,
|
|
136
|
+
"--width": e.width,
|
|
137
|
+
"--background-overlay-color": e.backgroundOverlayColor,
|
|
138
|
+
"--overflow": e.overflow,
|
|
139
|
+
"--border-radius": e.borderRadius,
|
|
140
|
+
"--background-overlay-opacity": e.backgroundOverlayOpacity,
|
|
141
|
+
"--background-gold-size": `${e.width} ${e.height}`
|
|
142
|
+
})), a = l(() => {
|
|
143
|
+
const i = [];
|
|
144
|
+
return e.goldCardType && (e.goldCardType === 1 ? i.push("gold-card-1") : e.goldCardType === 2 && i.push("gold-card-2")), i;
|
|
145
|
+
});
|
|
146
|
+
function o() {
|
|
147
|
+
h.emit(e.idAux);
|
|
148
|
+
}
|
|
149
|
+
return (i, B) => (n(), s("div", {
|
|
150
|
+
class: u(["card-base", a.value]),
|
|
151
|
+
style: p(r.value)
|
|
152
|
+
}, [
|
|
153
|
+
t.goldCardType ? c("", !0) : (n(), s("div", v, [
|
|
154
|
+
t.backgroundImageSrc ? (n(), s("img", {
|
|
155
|
+
key: 0,
|
|
156
|
+
src: t.backgroundImageSrc,
|
|
157
|
+
alt: ""
|
|
158
|
+
}, null, 8, _)) : c("", !0)
|
|
159
|
+
])),
|
|
160
|
+
t.goldCardType ? c("", !0) : (n(), s("div", k)),
|
|
161
|
+
d("div", w, [
|
|
162
|
+
g(i.$slots, "default", {}, void 0, !0)
|
|
163
|
+
]),
|
|
164
|
+
t.isPlayButtonVisible && t.showVideos ? (n(), s("div", {
|
|
165
|
+
key: 2,
|
|
166
|
+
class: "card-base__play",
|
|
167
|
+
onClick: o
|
|
168
|
+
}, C)) : c("", !0)
|
|
169
|
+
], 6));
|
|
170
|
+
}
|
|
171
|
+
}, N = /* @__PURE__ */ b(x, [["__scopeId", "data-v-949a4643"]]);
|
|
172
|
+
export {
|
|
173
|
+
N as $,
|
|
174
|
+
z as A,
|
|
175
|
+
A as E,
|
|
176
|
+
E as O,
|
|
177
|
+
$ as P,
|
|
178
|
+
T as V,
|
|
179
|
+
b as m,
|
|
180
|
+
I as z
|
|
181
|
+
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { computed as i, openBlock as o, createElementBlock as a, normalizeStyle as p, createBlock as B, mergeProps as H, withCtx as w, renderSlot as D,
|
|
2
|
-
import {
|
|
3
|
-
const
|
|
1
|
+
import { computed as i, openBlock as o, createElementBlock as a, normalizeStyle as p, createElementVNode as r, toDisplayString as n, createBlock as B, mergeProps as H, withCtx as w, renderSlot as D, createCommentVNode as l, normalizeClass as T, Fragment as m, createVNode as b } from "vue";
|
|
2
|
+
import { m as k, $ as P } from "./CardBase-Cdma--ld-BufA9Fxb.js";
|
|
3
|
+
const $ = { class: "circle__total" }, L = { class: "total" }, z = { class: "suffix" }, N = ["width", "height", "viewBox"], U = ["stroke"], A = ["stroke"], I = ["stop-color"], M = ["stop-color"], V = {
|
|
4
4
|
__name: "CircleWithDots",
|
|
5
5
|
props: {
|
|
6
6
|
height: {
|
|
@@ -48,8 +48,8 @@ const L = { class: "circle__total" }, $ = { class: "total" }, z = { class: "suff
|
|
|
48
48
|
class: "circle",
|
|
49
49
|
style: p(s.value)
|
|
50
50
|
}, [
|
|
51
|
-
r("div",
|
|
52
|
-
r("span",
|
|
51
|
+
r("div", $, [
|
|
52
|
+
r("span", L, n(e.value), 1),
|
|
53
53
|
r("span", z, n(e.suffix), 1)
|
|
54
54
|
]),
|
|
55
55
|
(o(), a("svg", {
|
|
@@ -72,7 +72,7 @@ const L = { class: "circle__total" }, $ = { class: "total" }, z = { class: "suff
|
|
|
72
72
|
"stroke-width": "0.380952",
|
|
73
73
|
"stroke-linecap": "round",
|
|
74
74
|
"stroke-dasharray": "0 0.19 2.61 0 0.19 2.61"
|
|
75
|
-
}, null, 8,
|
|
75
|
+
}, null, 8, A),
|
|
76
76
|
r("defs", null, [
|
|
77
77
|
r("linearGradient", {
|
|
78
78
|
id: f,
|
|
@@ -82,20 +82,20 @@ const L = { class: "circle__total" }, $ = { class: "total" }, z = { class: "suff
|
|
|
82
82
|
y2: "66",
|
|
83
83
|
gradientUnits: "userSpaceOnUse"
|
|
84
84
|
}, [
|
|
85
|
-
r("stop", { "stop-color": e.color }, null, 8,
|
|
85
|
+
r("stop", { "stop-color": e.color }, null, 8, I),
|
|
86
86
|
r("stop", {
|
|
87
87
|
offset: "1",
|
|
88
88
|
"stop-color": e.color
|
|
89
|
-
}, null, 8,
|
|
89
|
+
}, null, 8, M)
|
|
90
90
|
])
|
|
91
91
|
])
|
|
92
92
|
], 8, N))
|
|
93
93
|
], 4));
|
|
94
94
|
}
|
|
95
|
-
},
|
|
95
|
+
}, S = /* @__PURE__ */ k(V, [["__scopeId", "data-v-b9adcb76"]]), O = {
|
|
96
96
|
key: 0,
|
|
97
97
|
class: "card-base-individual__content__player-img"
|
|
98
|
-
},
|
|
98
|
+
}, E = ["src"], R = {
|
|
99
99
|
key: 1,
|
|
100
100
|
class: "card-base-individual__content__team-logo"
|
|
101
101
|
}, j = ["src"], Z = {
|
|
@@ -223,6 +223,10 @@ const L = { class: "circle__total" }, $ = { class: "total" }, z = { class: "suff
|
|
|
223
223
|
showVideos: {
|
|
224
224
|
type: Boolean,
|
|
225
225
|
default: !0
|
|
226
|
+
},
|
|
227
|
+
idAux: {
|
|
228
|
+
type: String,
|
|
229
|
+
default: ""
|
|
226
230
|
}
|
|
227
231
|
},
|
|
228
232
|
setup(e) {
|
|
@@ -255,6 +259,7 @@ const L = { class: "circle__total" }, $ = { class: "total" }, z = { class: "suff
|
|
|
255
259
|
backgroundOverlayColor: t.cardColor,
|
|
256
260
|
backgroundImageSrc: t.backgroundImageSrc,
|
|
257
261
|
isPlayButtonVisible: t.showVideos,
|
|
262
|
+
idAux: t.idAux,
|
|
258
263
|
goldCardType: t.goldCardType
|
|
259
264
|
})), f = i(() => ({}));
|
|
260
265
|
i(() => t.footerBodyData.total ? t.footerBodyData.isTotalPercentage ? `${t.footerBodyData.total}%` : t.footerBodyData.total : "");
|
|
@@ -279,7 +284,7 @@ const L = { class: "circle__total" }, $ = { class: "total" }, z = { class: "suff
|
|
|
279
284
|
r("img", {
|
|
280
285
|
src: e.playerPhotoUrl,
|
|
281
286
|
alt: "player"
|
|
282
|
-
}, null, 8,
|
|
287
|
+
}, null, 8, E)
|
|
283
288
|
])
|
|
284
289
|
])) : l("", !0),
|
|
285
290
|
e.teamLogoUrl ? (o(), a("div", R, [
|
|
@@ -299,9 +304,9 @@ const L = { class: "circle__total" }, $ = { class: "total" }, z = { class: "suff
|
|
|
299
304
|
])) : l("", !0),
|
|
300
305
|
e.footerHeaderData.title && !e.footerHeaderData.areTitleSubtitleSameLine ? (o(), a("div", q, n(e.footerHeaderData.subtitle), 1)) : l("", !0)
|
|
301
306
|
])) : l("", !0),
|
|
302
|
-
e.footerHeaderData.total ? (o(), a(
|
|
307
|
+
e.footerHeaderData.total ? (o(), a(m, { key: 1 }, [
|
|
303
308
|
e.footerHeaderData.isTotalPercentage ? (o(), a("div", J, [
|
|
304
|
-
|
|
309
|
+
b(S, {
|
|
305
310
|
value: e.footerHeaderData.total,
|
|
306
311
|
"text-color": e.footerBodyData.totalTextColor,
|
|
307
312
|
color: e.footerBodyData.totalCircleColor
|
|
@@ -314,9 +319,9 @@ const L = { class: "circle__total" }, $ = { class: "total" }, z = { class: "suff
|
|
|
314
319
|
class: "card-base-individual__content__footer__body__description",
|
|
315
320
|
innerHTML: e.footerBodyData.description
|
|
316
321
|
}, null, 8, X),
|
|
317
|
-
e.footerBodyData.total ? (o(), a(
|
|
322
|
+
e.footerBodyData.total ? (o(), a(m, { key: 0 }, [
|
|
318
323
|
e.footerBodyData.isTotalPercentage ? (o(), a("div", tt, [
|
|
319
|
-
|
|
324
|
+
b(S, {
|
|
320
325
|
value: e.footerBodyData.total,
|
|
321
326
|
"text-color": e.footerBodyData.totalTextColor,
|
|
322
327
|
color: e.footerBodyData.totalCircleColor
|
|
@@ -335,7 +340,8 @@ const L = { class: "circle__total" }, $ = { class: "total" }, z = { class: "suff
|
|
|
335
340
|
}, 16, ["width"])) : l("", !0)
|
|
336
341
|
], 4));
|
|
337
342
|
}
|
|
338
|
-
}, dt = /* @__PURE__ */
|
|
343
|
+
}, dt = /* @__PURE__ */ k(at, [["__scopeId", "data-v-f5d6a13d"]]);
|
|
339
344
|
export {
|
|
345
|
+
S as B,
|
|
340
346
|
dt as d
|
|
341
347
|
};
|
|
@@ -1,22 +1,21 @@
|
|
|
1
|
-
import { computed as d, openBlock as l, createElementBlock as r, normalizeStyle as Z, createBlock as
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
const u = (a) => (O("data-v-d39c4494"), a = a(), T(), a), R = {
|
|
1
|
+
import { computed as d, openBlock as l, createElementBlock as r, normalizeStyle as Z, createBlock as D, mergeProps as B, withCtx as I, renderSlot as U, toDisplayString as v, createCommentVNode as s, unref as u, createElementVNode as e, Fragment as $, renderList as j, pushScopeId as A, popScopeId as q } from "vue";
|
|
2
|
+
import { m as O, z as m, P as T, A as E, $ as N } from "./CardBase-Cdma--ld-BufA9Fxb.js";
|
|
3
|
+
const L = (a) => (A("data-v-e3a003f6"), a = a(), q(), a), P = {
|
|
5
4
|
key: 0,
|
|
6
5
|
class: "body-total is-absolute"
|
|
7
|
-
},
|
|
6
|
+
}, G = {
|
|
8
7
|
key: 1,
|
|
9
8
|
class: "team-logo is-absolute"
|
|
10
|
-
},
|
|
9
|
+
}, J = ["src"], K = {
|
|
11
10
|
key: 2,
|
|
12
11
|
class: "whistle-svg is-absolute"
|
|
13
|
-
},
|
|
12
|
+
}, Q = {
|
|
14
13
|
width: "42",
|
|
15
14
|
height: "42",
|
|
16
15
|
viewBox: "0 0 42 42",
|
|
17
16
|
fill: "none",
|
|
18
17
|
xmlns: "http://www.w3.org/2000/svg"
|
|
19
|
-
},
|
|
18
|
+
}, R = {
|
|
20
19
|
id: "mask0_2153_556",
|
|
21
20
|
style: { "mask-type": "luminance" },
|
|
22
21
|
maskUnits: "userSpaceOnUse",
|
|
@@ -44,7 +43,7 @@ const u = (a) => (O("data-v-d39c4494"), a = a(), T(), a), R = {
|
|
|
44
43
|
viewBox: "0 0 52 82",
|
|
45
44
|
fill: "none",
|
|
46
45
|
xmlns: "http://www.w3.org/2000/svg"
|
|
47
|
-
}, h1 = ["fill"],
|
|
46
|
+
}, h1 = ["fill"], u1 = ["fill"], L1 = ["stroke"], k1 = ["stroke"], c1 = ["stroke"], v1 = ["stroke"], g1 = ["stroke"], m1 = ["stroke"], p1 = ["fill", "stroke"], _1 = { opacity: "0.7" }, M1 = ["stroke"], w1 = ["stroke"], y1 = ["stroke"], f1 = ["stroke"], Z1 = ["stroke"], x1 = ["stroke"], F1 = {
|
|
48
47
|
key: 5,
|
|
49
48
|
class: "half-field-svg is-absolute"
|
|
50
49
|
}, b1 = {
|
|
@@ -53,16 +52,16 @@ const u = (a) => (O("data-v-d39c4494"), a = a(), T(), a), R = {
|
|
|
53
52
|
viewBox: "0 0 81 128",
|
|
54
53
|
fill: "none",
|
|
55
54
|
xmlns: "http://www.w3.org/2000/svg"
|
|
56
|
-
}, z1 = ["fill"], S1 = ["fill"], H1 = ["stroke"], V1 = ["stroke"],
|
|
55
|
+
}, z1 = ["fill"], S1 = ["fill"], H1 = ["stroke"], V1 = ["stroke"], D1 = ["stroke"], B1 = ["stroke"], I1 = ["stroke"], U1 = ["stroke"], $1 = ["fill"], j1 = { opacity: "0.7" }, A1 = ["stroke"], q1 = ["stroke"], O1 = ["stroke"], T1 = ["stroke"], E1 = ["stroke"], N1 = ["stroke"], P1 = {
|
|
57
56
|
key: 6,
|
|
58
57
|
class: "centers-field-svg is-absolute"
|
|
59
|
-
},
|
|
58
|
+
}, G1 = {
|
|
60
59
|
width: "119",
|
|
61
60
|
height: "55",
|
|
62
61
|
viewBox: "0 0 119 55",
|
|
63
62
|
fill: "none",
|
|
64
63
|
xmlns: "http://www.w3.org/2000/svg"
|
|
65
|
-
},
|
|
64
|
+
}, J1 = ["fill"], K1 = ["fill"], Q1 = ["stroke"], R1 = ["stroke"], W1 = ["stroke"], X1 = ["stroke"], Y1 = ["stroke"], e2 = ["stroke"], t2 = ["stroke"], o2 = ["stroke"], l2 = /* @__PURE__ */ L(() => /* @__PURE__ */ e("mask", {
|
|
66
65
|
id: "mask0_4146_61854",
|
|
67
66
|
style: { "mask-type": "alpha" },
|
|
68
67
|
maskUnits: "userSpaceOnUse",
|
|
@@ -77,7 +76,7 @@ const u = (a) => (O("data-v-d39c4494"), a = a(), T(), a), R = {
|
|
|
77
76
|
transform: "matrix(1 0 0 -1 35.4844 29.8347)",
|
|
78
77
|
fill: "#D9D9D9"
|
|
79
78
|
})
|
|
80
|
-
], -1)), r2 = { mask: "url(#mask0_4146_61854)" }, a2 = ["stroke"], s2 = ["fill"], i2 = /* @__PURE__ */
|
|
79
|
+
], -1)), r2 = { mask: "url(#mask0_4146_61854)" }, a2 = ["stroke"], s2 = ["fill"], i2 = /* @__PURE__ */ L(() => /* @__PURE__ */ e("mask", {
|
|
81
80
|
id: "mask1_4146_61854",
|
|
82
81
|
style: { "mask-type": "alpha" },
|
|
83
82
|
maskUnits: "userSpaceOnUse",
|
|
@@ -92,7 +91,7 @@ const u = (a) => (O("data-v-d39c4494"), a = a(), T(), a), R = {
|
|
|
92
91
|
height: "3.54836",
|
|
93
92
|
fill: "#D9D9D9"
|
|
94
93
|
})
|
|
95
|
-
], -1)), n2 = { mask: "url(#mask1_4146_61854)" }, d2 = ["stroke"], C2 = /* @__PURE__ */
|
|
94
|
+
], -1)), n2 = { mask: "url(#mask1_4146_61854)" }, d2 = ["stroke"], C2 = /* @__PURE__ */ L(() => /* @__PURE__ */ e("mask", {
|
|
96
95
|
id: "mask2_4146_61854",
|
|
97
96
|
style: { "mask-type": "alpha" },
|
|
98
97
|
maskUnits: "userSpaceOnUse",
|
|
@@ -107,13 +106,13 @@ const u = (a) => (O("data-v-d39c4494"), a = a(), T(), a), R = {
|
|
|
107
106
|
transform: "matrix(-1 0 0 1 3.54883 0)",
|
|
108
107
|
fill: "#D9D9D9"
|
|
109
108
|
})
|
|
110
|
-
], -1)), h2 = { mask: "url(#mask2_4146_61854)" },
|
|
109
|
+
], -1)), h2 = { mask: "url(#mask2_4146_61854)" }, u2 = ["stroke"], L2 = ["fill"], k2 = ["fill"], c2 = {
|
|
111
110
|
key: 7,
|
|
112
111
|
class: "card-general__content__player-img"
|
|
113
112
|
}, v2 = ["src"], g2 = {
|
|
114
113
|
key: 8,
|
|
115
114
|
class: "card-general__content__team-img"
|
|
116
|
-
}, m2 = ["src"], p2 = /* @__PURE__ */
|
|
115
|
+
}, m2 = ["src"], p2 = /* @__PURE__ */ L(() => /* @__PURE__ */ e("div", { class: "card-general__content__body" }, null, -1)), _2 = { class: "card-general__content__footer" }, M2 = { class: "card-general__content__footer__header" }, w2 = {
|
|
117
116
|
key: 0,
|
|
118
117
|
class: "card-general__content__footer__header__team-logo"
|
|
119
118
|
}, y2 = ["src"], f2 = { class: "card-general__content__footer__header__title" }, Z2 = {
|
|
@@ -122,7 +121,7 @@ const u = (a) => (O("data-v-d39c4494"), a = a(), T(), a), R = {
|
|
|
122
121
|
}, x2 = { class: "card-general__content__footer__body" }, F2 = ["innerHTML"], b2 = {
|
|
123
122
|
key: 0,
|
|
124
123
|
class: "card-general__content__footer__body__sections"
|
|
125
|
-
}, z2 = { class: "section__total" }, S2 = /* @__PURE__ */
|
|
124
|
+
}, z2 = { class: "section__total" }, S2 = /* @__PURE__ */ L(() => /* @__PURE__ */ e("div", { class: "section__text" }, "PASES", -1)), H2 = {
|
|
126
125
|
__name: "CardGeneral",
|
|
127
126
|
props: {
|
|
128
127
|
height: {
|
|
@@ -144,6 +143,10 @@ const u = (a) => (O("data-v-d39c4494"), a = a(), T(), a), R = {
|
|
|
144
143
|
showVideos: {
|
|
145
144
|
type: Boolean,
|
|
146
145
|
default: !0
|
|
146
|
+
},
|
|
147
|
+
idAux: {
|
|
148
|
+
type: String,
|
|
149
|
+
default: ""
|
|
147
150
|
}
|
|
148
151
|
},
|
|
149
152
|
setup(a) {
|
|
@@ -182,7 +185,7 @@ const u = (a) => (O("data-v-d39c4494"), a = a(), T(), a), R = {
|
|
|
182
185
|
titleColor: (o.data.thumbnails.colors.font_color_header || "#FFFFFF").trim(),
|
|
183
186
|
textColor: (o.data.thumbnails.colors.font_color_description || "#FFFFFF").trim(),
|
|
184
187
|
totalColor: (o.data.thumbnails.colors.font_color_stats || "#FFFFFF").trim()
|
|
185
|
-
}), S = d(() => o.data ? E(
|
|
188
|
+
}), S = d(() => o.data ? T(E({ data: o.data, descriptionType: o.descriptionType })) : ""), t = d(() => {
|
|
186
189
|
if (!o.data) return null;
|
|
187
190
|
let C = o.data.team_logo, n = o.data.sections;
|
|
188
191
|
C && (C = C.replace("-80", "-150")), n && (n = n.sort((i, h) => i[0] - h[0]));
|
|
@@ -200,9 +203,10 @@ const u = (a) => (O("data-v-d39c4494"), a = a(), T(), a), R = {
|
|
|
200
203
|
class: "card-general",
|
|
201
204
|
style: Z(y.value)
|
|
202
205
|
}, [
|
|
203
|
-
f.value ? (l(),
|
|
206
|
+
f.value ? (l(), D(N, B({ key: 0 }, f.value, {
|
|
204
207
|
width: a.width,
|
|
205
|
-
"show-videos": a.showVideos
|
|
208
|
+
"show-videos": a.showVideos,
|
|
209
|
+
"id-aux": a.idAux
|
|
206
210
|
}), {
|
|
207
211
|
default: I(() => [
|
|
208
212
|
U(C.$slots, "default", {}, () => [
|
|
@@ -211,17 +215,17 @@ const u = (a) => (O("data-v-d39c4494"), a = a(), T(), a), R = {
|
|
|
211
215
|
style: Z(y.value),
|
|
212
216
|
class: "card-general__content"
|
|
213
217
|
}, [
|
|
214
|
-
z.value ? (l(), r("div",
|
|
215
|
-
b.value ? (l(), r("div",
|
|
218
|
+
z.value ? (l(), r("div", P, v(a.data.total), 1)) : s("", !0),
|
|
219
|
+
b.value ? (l(), r("div", G, [
|
|
216
220
|
t.value.teamLogoSrc ? (l(), r("img", {
|
|
217
221
|
key: 0,
|
|
218
222
|
src: t.value.teamLogoSrc,
|
|
219
223
|
alt: "team logo"
|
|
220
|
-
}, null, 8,
|
|
224
|
+
}, null, 8, J)) : s("", !0)
|
|
221
225
|
])) : s("", !0),
|
|
222
|
-
|
|
223
|
-
(l(), r("svg",
|
|
224
|
-
e("mask",
|
|
226
|
+
u(M).has(a.data.id) ? (l(), r("div", K, [
|
|
227
|
+
(l(), r("svg", Q, [
|
|
228
|
+
e("mask", R, [
|
|
225
229
|
e("path", {
|
|
226
230
|
d: "M41.2963 41.2961V0.703659H0.703871V41.2961H41.2963Z",
|
|
227
231
|
fill: t.value.iconColor,
|
|
@@ -281,7 +285,7 @@ const u = (a) => (O("data-v-d39c4494"), a = a(), T(), a), R = {
|
|
|
281
285
|
])
|
|
282
286
|
]))
|
|
283
287
|
])) : s("", !0),
|
|
284
|
-
|
|
288
|
+
u(F).has(a.data.id) ? (l(), r("div", a1, [
|
|
285
289
|
(l(), r("svg", s1, [
|
|
286
290
|
e("path", {
|
|
287
291
|
"data-v-6639ffc7": "",
|
|
@@ -297,7 +301,7 @@ const u = (a) => (O("data-v-d39c4494"), a = a(), T(), a), R = {
|
|
|
297
301
|
}, null, 8, n1)
|
|
298
302
|
]))
|
|
299
303
|
])) : s("", !0),
|
|
300
|
-
|
|
304
|
+
u(k).has(a.data.id) ? (l(), r("div", d1, [
|
|
301
305
|
(l(), r("svg", C1, [
|
|
302
306
|
e("rect", {
|
|
303
307
|
x: "0.5",
|
|
@@ -311,13 +315,13 @@ const u = (a) => (O("data-v-d39c4494"), a = a(), T(), a), R = {
|
|
|
311
315
|
"clip-rule": "evenodd",
|
|
312
316
|
d: "M0.6 81.3297L51.4 81.3297L51.4 1.59993L0.600006 1.59993L0.6 81.3297ZM3.53567e-08 81.4614C1.58297e-08 81.72 0.209681 81.9297 0.468332 81.9297L51.5317 81.9297C51.7903 81.9297 52 81.72 52 81.4614L52 1.46827C52 1.20961 51.7903 0.999935 51.5317 0.999935L0.468335 0.999931C0.209684 0.999931 6.094e-06 1.20961 6.07447e-06 1.46826L3.53567e-08 81.4614Z",
|
|
313
317
|
fill: t.value.svgLineColor
|
|
314
|
-
}, null, 8,
|
|
318
|
+
}, null, 8, u1),
|
|
315
319
|
e("path", {
|
|
316
320
|
d: "M0.179688 41.4191L51.7787 41.4191",
|
|
317
321
|
stroke: t.value.svgLineColor,
|
|
318
322
|
"stroke-width": "0.172188",
|
|
319
323
|
"stroke-linecap": "square"
|
|
320
|
-
}, null, 8,
|
|
324
|
+
}, null, 8, L1),
|
|
321
325
|
e("path", {
|
|
322
326
|
d: "M13.5273 81.9297L13.5273 71.3005C13.5273 71.1712 13.6322 71.0664 13.7615 71.0664L38.1874 71.0664C38.3168 71.0664 38.4216 71.1712 38.4216 71.3005L38.4216 81.9297",
|
|
323
327
|
stroke: t.value.svgLineColor,
|
|
@@ -395,7 +399,7 @@ const u = (a) => (O("data-v-d39c4494"), a = a(), T(), a), R = {
|
|
|
395
399
|
])
|
|
396
400
|
]))
|
|
397
401
|
])) : s("", !0),
|
|
398
|
-
|
|
402
|
+
u(p).has(a.data.id) ? (l(), r("div", F1, [
|
|
399
403
|
(l(), r("svg", b1, [
|
|
400
404
|
e("rect", {
|
|
401
405
|
opacity: "0.8",
|
|
@@ -426,13 +430,13 @@ const u = (a) => (O("data-v-d39c4494"), a = a(), T(), a), R = {
|
|
|
426
430
|
d: "M28.1201 127.064L28.1201 117.557C28.1201 117.356 28.2834 117.193 28.4849 117.193L52.432 117.193C52.6335 117.193 52.7968 117.356 52.7968 117.557L52.7968 127.064",
|
|
427
431
|
stroke: t.value.svgLineColor,
|
|
428
432
|
"stroke-width": "0.934615"
|
|
429
|
-
}, null, 8,
|
|
433
|
+
}, null, 8, D1),
|
|
430
434
|
e("path", {
|
|
431
435
|
d: "M28.126 1.37803L28.126 10.8826C28.126 11.0847 28.2903 11.2483 28.4924 11.2473L52.4396 11.1359C52.6404 11.135 52.8027 10.972 52.8027 10.7712L52.8027 1.5486",
|
|
432
436
|
stroke: t.value.svgLineColor,
|
|
433
437
|
"stroke-width": "0.934615",
|
|
434
438
|
"stroke-linecap": "square"
|
|
435
|
-
}, null, 8,
|
|
439
|
+
}, null, 8, B1),
|
|
436
440
|
e("path", {
|
|
437
441
|
d: "M21.0723 1.38178L21.0723 17.9369C21.0723 18.139 21.2367 18.3026 21.4389 18.3016L59.4869 18.1085C59.6876 18.1075 59.8498 17.9445 59.8498 17.7438L59.8498 1.67417",
|
|
438
442
|
stroke: t.value.svgLineColor,
|
|
@@ -453,32 +457,32 @@ const u = (a) => (O("data-v-d39c4494"), a = a(), T(), a), R = {
|
|
|
453
457
|
fill: t.value.svgLineColor,
|
|
454
458
|
stroke: "white",
|
|
455
459
|
"stroke-width": "0.268216"
|
|
456
|
-
}, null, 8,
|
|
457
|
-
e("g",
|
|
460
|
+
}, null, 8, $1),
|
|
461
|
+
e("g", j1, [
|
|
458
462
|
e("path", {
|
|
459
463
|
d: "M0 32.3535H81",
|
|
460
464
|
stroke: t.value.svgLineColor,
|
|
461
465
|
"stroke-width": "0.311538",
|
|
462
466
|
"stroke-dasharray": "0.62 0.62"
|
|
463
|
-
}, null, 8,
|
|
467
|
+
}, null, 8, A1),
|
|
464
468
|
e("path", {
|
|
465
469
|
d: "M0 63.7019H81",
|
|
466
470
|
stroke: t.value.svgLineColor,
|
|
467
471
|
"stroke-width": "0.311538",
|
|
468
472
|
"stroke-dasharray": "0.62 0.62"
|
|
469
|
-
}, null, 8,
|
|
473
|
+
}, null, 8, q1),
|
|
470
474
|
e("path", {
|
|
471
475
|
d: "M0 95.0505H81",
|
|
472
476
|
stroke: t.value.svgLineColor,
|
|
473
477
|
"stroke-width": "0.311538",
|
|
474
478
|
"stroke-dasharray": "0.62 0.62"
|
|
475
|
-
}, null, 8,
|
|
479
|
+
}, null, 8, O1),
|
|
476
480
|
e("path", {
|
|
477
481
|
d: "M20.25 126.399L20.25 1.0047",
|
|
478
482
|
stroke: t.value.svgLineColor,
|
|
479
483
|
"stroke-width": "0.311538",
|
|
480
484
|
"stroke-dasharray": "0.62 0.62"
|
|
481
|
-
}, null, 8,
|
|
485
|
+
}, null, 8, T1),
|
|
482
486
|
e("path", {
|
|
483
487
|
d: "M40.5 126.399L40.5 1.0047",
|
|
484
488
|
stroke: t.value.svgLineColor,
|
|
@@ -494,21 +498,21 @@ const u = (a) => (O("data-v-d39c4494"), a = a(), T(), a), R = {
|
|
|
494
498
|
])
|
|
495
499
|
]))
|
|
496
500
|
])) : s("", !0),
|
|
497
|
-
|
|
498
|
-
(l(), r("svg",
|
|
501
|
+
u(_).has(a.data.id) ? (l(), r("div", P1, [
|
|
502
|
+
(l(), r("svg", G1, [
|
|
499
503
|
e("rect", {
|
|
500
504
|
opacity: "0.8",
|
|
501
505
|
x: "88.7295",
|
|
502
506
|
width: "29.7177",
|
|
503
507
|
height: "54.3409",
|
|
504
508
|
fill: t.value.svgFillColor
|
|
505
|
-
}, null, 8,
|
|
509
|
+
}, null, 8, J1),
|
|
506
510
|
e("rect", {
|
|
507
511
|
opacity: "0.8",
|
|
508
512
|
width: "29.7177",
|
|
509
513
|
height: "54.3409",
|
|
510
514
|
fill: t.value.svgFillColor
|
|
511
|
-
}, null, 8,
|
|
515
|
+
}, null, 8, K1),
|
|
512
516
|
e("rect", {
|
|
513
517
|
x: "0.133065",
|
|
514
518
|
y: "0.133553",
|
|
@@ -517,7 +521,7 @@ const u = (a) => (O("data-v-d39c4494"), a = a(), T(), a), R = {
|
|
|
517
521
|
stroke: t.value.svgLineColor,
|
|
518
522
|
"stroke-width": "0.26613",
|
|
519
523
|
"stroke-dasharray": "0.53 0.53"
|
|
520
|
-
}, null, 8,
|
|
524
|
+
}, null, 8, Q1),
|
|
521
525
|
e("rect", {
|
|
522
526
|
x: "0.310485",
|
|
523
527
|
y: "0.310973",
|
|
@@ -525,7 +529,7 @@ const u = (a) => (O("data-v-d39c4494"), a = a(), T(), a), R = {
|
|
|
525
529
|
height: "54.3791",
|
|
526
530
|
stroke: t.value.svgLineColor,
|
|
527
531
|
"stroke-width": "0.620969"
|
|
528
|
-
}, null, 8,
|
|
532
|
+
}, null, 8, R1),
|
|
529
533
|
e("rect", {
|
|
530
534
|
x: "0.133065",
|
|
531
535
|
y: "0.133797",
|
|
@@ -619,12 +623,12 @@ const u = (a) => (O("data-v-d39c4494"), a = a(), T(), a), R = {
|
|
|
619
623
|
transform: "matrix(-1 0 0 1 3.10528 -3.54834)",
|
|
620
624
|
stroke: t.value.svgLineColor,
|
|
621
625
|
"stroke-width": "0.44355"
|
|
622
|
-
}, null, 8,
|
|
626
|
+
}, null, 8, u2)
|
|
623
627
|
]),
|
|
624
628
|
e("path", {
|
|
625
629
|
d: "M66.0078 7.32617L70.463 9.96247L70.5185 4.78606L66.0078 7.32617ZM103.965 47.6743C103.965 48.9948 105.035 50.0653 106.356 50.0653C107.676 50.0653 108.747 48.9948 108.747 47.6743C108.747 46.3538 107.676 45.2833 106.356 45.2833C105.035 45.2833 103.965 46.3538 103.965 47.6743ZM68.6203 7.85863C69.2017 7.89621 69.7797 7.94623 70.354 8.00844L70.4506 7.11702C69.8634 7.05342 69.2725 7.00228 68.6781 6.96387L68.6203 7.85863ZM72.0795 8.23345C72.6556 8.32139 73.2276 8.42165 73.7952 8.53395L73.9692 7.65437C73.3887 7.53953 72.8038 7.43701 72.2148 7.34708L72.0795 8.23345ZM75.4956 8.90931C76.0611 9.04723 76.6219 9.1972 77.1776 9.35893L77.4281 8.49801C76.8598 8.33262 76.2864 8.17925 75.7081 8.03821L75.4956 8.90931ZM78.838 9.882C79.3887 10.0689 79.934 10.2675 80.4736 10.4775L80.7988 9.64194C80.247 9.42717 79.6893 9.22407 79.1261 9.03293L78.838 9.882ZM82.0815 11.1443C82.6134 11.3787 83.1392 11.6243 83.6586 11.881L84.0558 11.0771C83.5247 10.8147 82.987 10.5635 82.4431 10.3238L82.0815 11.1443ZM85.202 12.686C85.7111 12.9659 86.2135 13.2566 86.7088 13.5578L87.1747 12.7917C86.6682 12.4838 86.1546 12.1865 85.634 11.9003L85.202 12.686ZM88.1764 14.4947C88.6591 14.8179 89.1344 15.1513 89.6019 15.4946L90.1326 14.772C89.6547 14.4209 89.1688 14.0801 88.6753 13.7497L88.1764 14.4947ZM90.9824 16.5555C91.435 16.9193 91.8795 17.2926 92.3156 17.6754L92.9071 17.0015C92.4613 16.6102 92.0068 16.2285 91.5441 15.8566L90.9824 16.5555ZM93.599 18.852C94.0182 19.2534 94.4287 19.6639 94.8301 20.0831L95.4777 19.463C95.0673 19.0344 94.6477 18.6148 94.2191 18.2044L93.599 18.852ZM96.0067 21.3665C96.3895 21.8025 96.7628 22.247 97.1265 22.6996L97.8255 22.138C97.4536 21.6753 97.0719 21.2208 96.6806 20.775L96.0067 21.3665ZM98.1875 24.0802C98.5308 24.5477 98.8642 25.023 99.1874 25.5056L99.9324 25.0068C99.602 24.5133 99.2612 24.0274 98.9101 23.5495L98.1875 24.0802ZM100.124 26.9733C100.425 27.4686 100.716 27.971 100.996 28.4801L101.782 28.0481C101.496 27.5275 101.198 27.0139 100.89 26.5074L100.124 26.9733ZM101.801 30.0235C102.058 30.5429 102.303 31.0687 102.538 31.6006L103.358 31.239C103.119 30.6951 102.867 30.1574 102.605 29.6263L101.801 30.0235ZM103.205 33.2085C103.415 33.7481 103.613 34.2934 103.8 34.8441L104.649 34.556C104.458 33.9928 104.255 33.4351 104.04 32.8833L103.205 33.2085ZM104.323 36.5045C104.485 37.0602 104.635 37.621 104.773 38.1865L105.644 37.974C105.503 37.3957 105.349 36.8223 105.184 36.254L104.323 36.5045ZM105.148 39.8869C105.26 40.4545 105.361 41.0265 105.449 41.6026L106.335 41.4673C106.245 40.8783 106.143 40.2934 106.028 39.7129L105.148 39.8869ZM105.674 43.3281C105.736 43.9024 105.786 44.4804 105.823 45.0618L106.718 45.004C106.68 44.4096 106.629 43.8187 106.565 43.2315L105.674 43.3281ZM105.898 46.8007C105.904 47.0912 105.908 47.3824 105.908 47.6743H106.804C106.804 47.3759 106.801 47.0783 106.795 46.7815L105.898 46.8007ZM66.0078 7.32617L70.463 9.96247L70.5185 4.78606L66.0078 7.32617ZM103.965 47.6743C103.965 48.9948 105.035 50.0653 106.356 50.0653C107.676 50.0653 108.747 48.9948 108.747 47.6743C108.747 46.3538 107.676 45.2833 106.356 45.2833C105.035 45.2833 103.965 46.3538 103.965 47.6743ZM68.6203 7.85863C69.2017 7.89621 69.7797 7.94623 70.354 8.00844L70.4506 7.11702C69.8634 7.05342 69.2725 7.00228 68.6781 6.96387L68.6203 7.85863ZM72.0795 8.23345C72.6556 8.32139 73.2276 8.42165 73.7952 8.53395L73.9692 7.65437C73.3887 7.53953 72.8038 7.43701 72.2148 7.34708L72.0795 8.23345ZM75.4956 8.90931C76.0611 9.04723 76.6219 9.1972 77.1776 9.35893L77.4281 8.49801C76.8598 8.33262 76.2864 8.17925 75.7081 8.03821L75.4956 8.90931ZM78.838 9.882C79.3887 10.0689 79.934 10.2675 80.4736 10.4775L80.7988 9.64194C80.247 9.42717 79.6893 9.22407 79.1261 9.03293L78.838 9.882ZM82.0815 11.1443C82.6134 11.3787 83.1392 11.6243 83.6586 11.881L84.0558 11.0771C83.5247 10.8147 82.987 10.5635 82.4431 10.3238L82.0815 11.1443ZM85.202 12.686C85.7111 12.9659 86.2135 13.2566 86.7088 13.5578L87.1747 12.7917C86.6682 12.4838 86.1546 12.1865 85.634 11.9003L85.202 12.686ZM88.1764 14.4947C88.6591 14.8179 89.1344 15.1513 89.6019 15.4946L90.1326 14.772C89.6547 14.4209 89.1688 14.0801 88.6753 13.7497L88.1764 14.4947ZM90.9824 16.5555C91.435 16.9193 91.8795 17.2926 92.3156 17.6754L92.9071 17.0015C92.4613 16.6102 92.0068 16.2285 91.5441 15.8566L90.9824 16.5555ZM93.599 18.852C94.0182 19.2534 94.4287 19.6639 94.8301 20.0831L95.4777 19.463C95.0673 19.0344 94.6477 18.6148 94.2191 18.2044L93.599 18.852ZM96.0067 21.3665C96.3895 21.8025 96.7628 22.247 97.1265 22.6996L97.8255 22.138C97.4536 21.6753 97.0719 21.2208 96.6806 20.775L96.0067 21.3665ZM98.1875 24.0802C98.5308 24.5477 98.8642 25.023 99.1874 25.5056L99.9324 25.0068C99.602 24.5133 99.2612 24.0274 98.9101 23.5495L98.1875 24.0802ZM100.124 26.9733C100.425 27.4686 100.716 27.971 100.996 28.4801L101.782 28.0481C101.496 27.5275 101.198 27.0139 100.89 26.5074L100.124 26.9733ZM101.801 30.0235C102.058 30.5429 102.303 31.0687 102.538 31.6006L103.358 31.239C103.119 30.6951 102.867 30.1574 102.605 29.6263L101.801 30.0235ZM103.205 33.2085C103.415 33.7481 103.613 34.2934 103.8 34.8441L104.649 34.556C104.458 33.9928 104.255 33.4351 104.04 32.8833L103.205 33.2085ZM104.323 36.5045C104.485 37.0602 104.635 37.621 104.773 38.1865L105.644 37.974C105.503 37.3957 105.349 36.8223 105.184 36.254L104.323 36.5045ZM105.148 39.8869C105.26 40.4545 105.361 41.0265 105.449 41.6026L106.335 41.4673C106.245 40.8783 106.143 40.2934 106.028 39.7129L105.148 39.8869ZM105.674 43.3281C105.736 43.9024 105.786 44.4804 105.823 45.0618L106.718 45.004C106.68 44.4096 106.629 43.8187 106.565 43.2315L105.674 43.3281ZM105.898 46.8007C105.904 47.0912 105.908 47.3824 105.908 47.6743H106.804C106.804 47.3759 106.801 47.0783 106.795 46.7815L105.898 46.8007Z",
|
|
626
630
|
fill: t.value.svgLineColor
|
|
627
|
-
}, null, 8,
|
|
631
|
+
}, null, 8, L2),
|
|
628
632
|
e("path", {
|
|
629
633
|
d: "M52.6436 7.32617L48.1884 9.96247L48.1329 4.78606L52.6436 7.32617ZM14.6865 47.6743C14.6865 48.9948 13.616 50.0653 12.2954 50.0653C10.9749 50.0653 9.90442 48.9948 9.90442 47.6743C9.90442 46.3538 10.9749 45.2833 12.2954 45.2833C13.616 45.2833 14.6865 46.3538 14.6865 47.6743ZM50.031 7.85863C49.4496 7.89621 48.8716 7.94623 48.2973 8.00844L48.2008 7.11702C48.788 7.05342 49.3789 7.00228 49.9732 6.96387L50.031 7.85863ZM46.5719 8.23345C45.9958 8.32139 45.4238 8.42165 44.8561 8.53395L44.6821 7.65437C45.2626 7.53953 45.8475 7.43701 46.4366 7.34708L46.5719 8.23345ZM43.1557 8.90931C42.5903 9.04723 42.0295 9.1972 41.4738 9.35893L41.2232 8.49801C41.7915 8.33262 42.365 8.17925 42.9433 8.03821L43.1557 8.90931ZM39.8134 9.882C39.2627 10.0689 38.7174 10.2675 38.1778 10.4775L37.8526 9.64194C38.4044 9.42717 38.9621 9.22407 39.5253 9.03293L39.8134 9.882ZM36.5699 11.1443C36.038 11.3787 35.5122 11.6243 34.9928 11.881L34.5956 11.0771C35.1267 10.8147 35.6644 10.5635 36.2083 10.3238L36.5699 11.1443ZM33.4494 12.686C32.9402 12.9659 32.4379 13.2566 31.9426 13.5578L31.4767 12.7917C31.9831 12.4838 32.4968 12.1865 33.0174 11.9003L33.4494 12.686ZM30.4749 14.4947C29.9922 14.8179 29.517 15.1513 29.0495 15.4946L28.5187 14.772C28.9967 14.4209 29.4826 14.0801 29.9761 13.7497L30.4749 14.4947ZM27.6689 16.5555C27.2163 16.9193 26.7718 17.2926 26.3357 17.6754L25.7443 17.0015C26.1901 16.6102 26.6445 16.2285 27.1073 15.8566L27.6689 16.5555ZM25.0524 18.852C24.6332 19.2534 24.2227 19.6639 23.8213 20.0831L23.1736 19.463C23.584 19.0344 24.0037 18.6148 24.4323 18.2044L25.0524 18.852ZM22.6447 21.3665C22.2619 21.8025 21.8885 22.247 21.5248 22.6996L20.8259 22.138C21.1977 21.6753 21.5795 21.2208 21.9708 20.775L22.6447 21.3665ZM20.4639 24.0802C20.1206 24.5477 19.7872 25.023 19.464 25.5056L18.7189 25.0068C19.0493 24.5133 19.3902 24.0274 19.7412 23.5495L20.4639 24.0802ZM18.5271 26.9733C18.2259 27.4686 17.9352 27.971 17.6553 28.4801L16.8696 28.0481C17.1558 27.5275 17.453 27.0139 17.761 26.5074L18.5271 26.9733ZM16.8502 30.0235C16.5936 30.5429 16.3479 31.0687 16.1136 31.6006L15.2931 31.239C15.5327 30.6951 15.784 30.1574 16.0464 29.6263L16.8502 30.0235ZM15.4468 33.2085C15.2368 33.7481 15.0382 34.2934 14.8513 34.8441L14.0022 34.556C14.1933 33.9928 14.3964 33.4351 14.6112 32.8833L15.4468 33.2085ZM14.3282 36.5045C14.1665 37.0602 14.0165 37.621 13.8786 38.1865L13.0075 37.974C13.1485 37.3957 13.3019 36.8223 13.4673 36.254L14.3282 36.5045ZM13.5032 39.8869C13.3909 40.4545 13.2907 41.0265 13.2027 41.6026L12.3164 41.4673C12.4063 40.8783 12.5088 40.2934 12.6236 39.7129L13.5032 39.8869ZM12.9777 43.3281C12.9155 43.9024 12.8655 44.4804 12.8279 45.0618L11.9331 45.004C11.9715 44.4096 12.0227 43.8187 12.0863 43.2315L12.9777 43.3281ZM12.7531 46.8007C12.7469 47.0912 12.7438 47.3824 12.7438 47.6743H11.8471C11.8471 47.3759 11.8503 47.0783 11.8567 46.7815L12.7531 46.8007ZM52.6436 7.32617L48.1884 9.96247L48.1329 4.78606L52.6436 7.32617ZM14.6865 47.6743C14.6865 48.9948 13.616 50.0653 12.2954 50.0653C10.9749 50.0653 9.90442 48.9948 9.90442 47.6743C9.90442 46.3538 10.9749 45.2833 12.2954 45.2833C13.616 45.2833 14.6865 46.3538 14.6865 47.6743ZM50.031 7.85863C49.4496 7.89621 48.8716 7.94623 48.2973 8.00844L48.2008 7.11702C48.788 7.05342 49.3789 7.00228 49.9732 6.96387L50.031 7.85863ZM46.5719 8.23345C45.9958 8.32139 45.4238 8.42165 44.8561 8.53395L44.6821 7.65437C45.2626 7.53953 45.8475 7.43701 46.4366 7.34708L46.5719 8.23345ZM43.1557 8.90931C42.5903 9.04723 42.0295 9.1972 41.4738 9.35893L41.2232 8.49801C41.7915 8.33262 42.365 8.17925 42.9433 8.03821L43.1557 8.90931ZM39.8134 9.882C39.2627 10.0689 38.7174 10.2675 38.1778 10.4775L37.8526 9.64194C38.4044 9.42717 38.9621 9.22407 39.5253 9.03293L39.8134 9.882ZM36.5699 11.1443C36.038 11.3787 35.5122 11.6243 34.9928 11.881L34.5956 11.0771C35.1267 10.8147 35.6644 10.5635 36.2083 10.3238L36.5699 11.1443ZM33.4494 12.686C32.9402 12.9659 32.4379 13.2566 31.9426 13.5578L31.4767 12.7917C31.9831 12.4838 32.4968 12.1865 33.0174 11.9003L33.4494 12.686ZM30.4749 14.4947C29.9922 14.8179 29.517 15.1513 29.0495 15.4946L28.5187 14.772C28.9967 14.4209 29.4826 14.0801 29.9761 13.7497L30.4749 14.4947ZM27.6689 16.5555C27.2163 16.9193 26.7718 17.2926 26.3357 17.6754L25.7443 17.0015C26.1901 16.6102 26.6445 16.2285 27.1073 15.8566L27.6689 16.5555ZM25.0524 18.852C24.6332 19.2534 24.2227 19.6639 23.8213 20.0831L23.1736 19.463C23.584 19.0344 24.0037 18.6148 24.4323 18.2044L25.0524 18.852ZM22.6447 21.3665C22.2619 21.8025 21.8885 22.247 21.5248 22.6996L20.8259 22.138C21.1977 21.6753 21.5795 21.2208 21.9708 20.775L22.6447 21.3665ZM20.4639 24.0802C20.1206 24.5477 19.7872 25.023 19.464 25.5056L18.7189 25.0068C19.0493 24.5133 19.3902 24.0274 19.7412 23.5495L20.4639 24.0802ZM18.5271 26.9733C18.2259 27.4686 17.9352 27.971 17.6553 28.4801L16.8696 28.0481C17.1558 27.5275 17.453 27.0139 17.761 26.5074L18.5271 26.9733ZM16.8502 30.0235C16.5936 30.5429 16.3479 31.0687 16.1136 31.6006L15.2931 31.239C15.5327 30.6951 15.784 30.1574 16.0464 29.6263L16.8502 30.0235ZM15.4468 33.2085C15.2368 33.7481 15.0382 34.2934 14.8513 34.8441L14.0022 34.556C14.1933 33.9928 14.3964 33.4351 14.6112 32.8833L15.4468 33.2085ZM14.3282 36.5045C14.1665 37.0602 14.0165 37.621 13.8786 38.1865L13.0075 37.974C13.1485 37.3957 13.3019 36.8223 13.4673 36.254L14.3282 36.5045ZM13.5032 39.8869C13.3909 40.4545 13.2907 41.0265 13.2027 41.6026L12.3164 41.4673C12.4063 40.8783 12.5088 40.2934 12.6236 39.7129L13.5032 39.8869ZM12.9777 43.3281C12.9155 43.9024 12.8655 44.4804 12.8279 45.0618L11.9331 45.004C11.9715 44.4096 12.0227 43.8187 12.0863 43.2315L12.9777 43.3281ZM12.7531 46.8007C12.7469 47.0912 12.7438 47.3824 12.7438 47.6743H11.8471C11.8471 47.3759 11.8503 47.0783 11.8567 46.7815L12.7531 46.8007Z",
|
|
630
634
|
fill: t.value.svgLineColor
|
|
@@ -663,7 +667,7 @@ const u = (a) => (O("data-v-d39c4494"), a = a(), T(), a), R = {
|
|
|
663
667
|
innerHTML: S.value
|
|
664
668
|
}, null, 8, F2),
|
|
665
669
|
t.value.sections && t.value.sections.length ? (l(), r("div", b2, [
|
|
666
|
-
(l(!0), r(
|
|
670
|
+
(l(!0), r($, null, j(t.value.sections, ([c, i]) => (l(), r("div", {
|
|
667
671
|
key: c,
|
|
668
672
|
class: "section"
|
|
669
673
|
}, [
|
|
@@ -677,10 +681,10 @@ const u = (a) => (O("data-v-d39c4494"), a = a(), T(), a), R = {
|
|
|
677
681
|
], !0)
|
|
678
682
|
]),
|
|
679
683
|
_: 3
|
|
680
|
-
}, 16, ["width", "show-videos"])) : s("", !0)
|
|
684
|
+
}, 16, ["width", "show-videos", "id-aux"])) : s("", !0)
|
|
681
685
|
], 4));
|
|
682
686
|
}
|
|
683
|
-
},
|
|
687
|
+
}, B2 = /* @__PURE__ */ O(H2, [["__scopeId", "data-v-e3a003f6"]]);
|
|
684
688
|
export {
|
|
685
|
-
|
|
689
|
+
B2 as default
|
|
686
690
|
};
|