@golstats/gsc-landing 1.0.194 → 1.0.195
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{CardBaseAllIndividual-BNOgnH6t-D0xjZkGw.js → CardBaseAllIndividual-Din4dnnE-9r_ZQ2PD.js} +13 -12
- package/dist/CardGeneral-70CyP1c9-DZjdnAqP.js +127 -0
- package/dist/{CardGeneralIndividual-BHjZ12n1-BvodKC3y.js → CardGeneralIndividual-CFAG9SL3-BG4lUe_F.js} +83 -77
- package/dist/{CardGeneralTeams-ByBEp-8b-CbLocm8U.js → CardGeneralTeams-C1b59sT7-DG5cs-Tg.js} +151 -146
- package/dist/{CardIndividual-BR1r5B5u-DqflCygx.js → CardIndividual-BVJEvLuq-_PhgZvaJ.js} +38 -37
- package/dist/CardIndividual1vs1-BEIdhWs1-BvsUVyut.js +109 -0
- package/dist/{CardIndividualAreas-qEYtV2XP-C97pNpBa.js → CardIndividualAreas-T43vItFr-Ge11BS0-.js} +22 -21
- package/dist/{CardIndividualCenters-DURH48kE-BAeLhbBk.js → CardIndividualCenters-fZNKbbXo-CBcfzVIG.js} +121 -120
- package/dist/{CardIndividualDistance-BKeSbWJ9-B6Vj1YLa.js → CardIndividualDistance-CcU2Vbnx-BA0WjvGk.js} +32 -31
- package/dist/{CardIndividualFouls-BqWT8Bzx-D0EDbSJl.js → CardIndividualFouls-BYcKqeFK-Cje2Mt8Z.js} +111 -110
- package/dist/CardIndividualGoalParticipation-yPoWp2QU-CzPvpOTY.js +112 -0
- package/dist/{CardIndividualGoals-CBAA7DE3-Dco1VuBc.js → CardIndividualGoals-C69mSV2s-D6_1_Ya_.js} +181 -180
- package/dist/{CardIndividualGold-BBYsUCND-BhqSGl0q.js → CardIndividualGold-BxCrvpoF-DAinsnlx.js} +28 -26
- package/dist/{CardIndividualNoGoalReceived-HaDOJruE-CKzigvOP.js → CardIndividualNoGoalReceived-CqVz1A2y-2wvhoRRn.js} +56 -55
- package/dist/CardIndividualPerformance-JjUTmJQy-BKKJWuAj.js +104 -0
- package/dist/{CardIndividualSaves-BqBRjEt7-CJBgPvne.js → CardIndividualSaves-DEvTL6Uw-ExU597Jv.js} +70 -65
- package/dist/{CardIndividualShotsOnGoal-X_3YzAE3-CbiYLtzD.js → CardIndividualShotsOnGoal-BxwPL-4b-CjB-aDIc.js} +55 -54
- package/dist/{CardIndividualStatistics-D769xisE-D2KNSIfX.js → CardIndividualStatistics-DQRVwOUb-BM8QzAyt.js} +35 -34
- package/dist/{CardPromTournament-DFGqM4we-C4dX0pKz.js → CardPromTournament-HcWvduRV-DarShqZA.js} +28 -27
- package/dist/{CardSuccessfulPasses-CTjMzZAt-Bv_X927S.js → CardSuccessfulPasses-D9ZpWlLr-DVijdVau.js} +16 -15
- package/dist/CardTheMostProductive-CNNFBK3--EbF2Re03.js +76 -0
- package/dist/{CircleWithDotsBig-DfppYko9-BYZNX7zX.js → CircleWithDotsBig-DOPQy89I-DsMw07Qs.js} +1 -1
- package/dist/{Shield-BjoeEr7g-C7yufXoK.js → Shield-COMdrYaO-CimHKi7p.js} +60 -55
- package/dist/gsc-landing.js +2 -57546
- package/dist/gsc-landing.umd.cjs +54 -54
- package/dist/index-Cf6zNZxW.js +57599 -0
- package/dist/misc-CMAhmOsp-DhvMrB3p.js +163 -0
- package/dist/style.css +1 -1
- package/package.json +2 -2
- package/dist/CardGeneral-D2PYPb95-DycFnfDS.js +0 -116
- package/dist/CardIndividual1vs1-DPov_cGc-DtWs-qcq.js +0 -487
- package/dist/CardIndividualGoalParticipation-CRBepIcB-CBc1Wh03.js +0 -108
- package/dist/CardIndividualPerformance-CEPnHtE9-Da4MXSxk.js +0 -99
- package/dist/CardTheMostProductive-DzbDtzZn-Dewb8MoQ.js +0 -74
- package/dist/misc-BJvl3Yld-2p2XKW1m.js +0 -168
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@golstats/gsc-landing",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.195",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@golstats/gsc-button": "^1.0.14",
|
|
25
25
|
"@golstats/gsc-calendar-by-game": "^1.0.79",
|
|
26
26
|
"@golstats/gsc-carousel": "^1.0.15",
|
|
27
|
-
"@golstats/gsc-data-cards": "^1.0.
|
|
27
|
+
"@golstats/gsc-data-cards": "^1.0.4",
|
|
28
28
|
"@golstats/gsc-general-table": "^1.0.52",
|
|
29
29
|
"@golstats/gsc-mosaic-the-best": "^1.0.14",
|
|
30
30
|
"@golstats/gsc-player-team-game": "^1.1.71",
|
|
@@ -1,116 +0,0 @@
|
|
|
1
|
-
import { computed as u, openBlock as t, createElementBlock as r, normalizeStyle as y, createBlock as S, mergeProps as w, withCtx as I, renderSlot as x, createCommentVNode as d, createElementVNode as l, toDisplayString as g, Fragment as F, renderList as L, pushScopeId as T, popScopeId as A } from "vue";
|
|
2
|
-
import { h as C, E as m, I as E, T as B } from "./misc-BJvl3Yld-2p2XKW1m.js";
|
|
3
|
-
const v = (a) => (T("data-v-d5d56ba6"), a = a(), A(), a), H = {
|
|
4
|
-
key: 0,
|
|
5
|
-
class: "card-general__content__player-img"
|
|
6
|
-
}, M = ["src"], N = {
|
|
7
|
-
key: 1,
|
|
8
|
-
class: "card-general__content__team-img"
|
|
9
|
-
}, O = ["src"], V = /* @__PURE__ */ v(() => /* @__PURE__ */ l("div", { class: "card-general__content__body" }, null, -1)), $ = { class: "card-general__content__footer" }, j = { class: "card-general__content__footer__header" }, z = { class: "card-general__content__footer__header__team-logo" }, D = ["src"], P = { class: "card-general__content__footer__header__title" }, q = {
|
|
10
|
-
key: 0,
|
|
11
|
-
class: "card-general__content__footer__header__total"
|
|
12
|
-
}, G = { class: "card-general__content__footer__body" }, J = ["innerHTML"], K = {
|
|
13
|
-
key: 0,
|
|
14
|
-
class: "card-general__content__footer__body__sections"
|
|
15
|
-
}, Q = { class: "section__total" }, R = /* @__PURE__ */ v(() => /* @__PURE__ */ l("div", { class: "section__text" }, "PASES", -1)), U = {
|
|
16
|
-
__name: "CardGeneral",
|
|
17
|
-
props: {
|
|
18
|
-
height: {
|
|
19
|
-
type: String,
|
|
20
|
-
default: "500px"
|
|
21
|
-
},
|
|
22
|
-
width: {
|
|
23
|
-
type: String,
|
|
24
|
-
default: "319px"
|
|
25
|
-
},
|
|
26
|
-
data: {
|
|
27
|
-
type: Object,
|
|
28
|
-
default: () => null
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
|
-
setup(a) {
|
|
32
|
-
const e = a, p = u(() => ({
|
|
33
|
-
"--height": e.height,
|
|
34
|
-
"--width": e.width,
|
|
35
|
-
"--player-in-action-height": "410px",
|
|
36
|
-
"--footer-background-color": e.data.thumbnails.colors.background_color || "#000000",
|
|
37
|
-
"--text-color": e.data.thumbnails.colors.font_color || "#FFFFFF"
|
|
38
|
-
})), h = u(() => !e.data || !e.data.thumbnails ? null : {
|
|
39
|
-
backgroundOverlayColor: (e.data.thumbnails.colors.background_color || "#000000").trim(),
|
|
40
|
-
backgroundImageSrc: e.data.is_player ? m(e.data.thumbnails.images.background_player_in_action[0]) : m(e.data.thumbnails.images.background_team)
|
|
41
|
-
}), b = u(() => e.data ? E(e.data.description) : ""), n = u(() => {
|
|
42
|
-
if (!e.data) return null;
|
|
43
|
-
let _ = e.data.team_logo, c = e.data.sections;
|
|
44
|
-
_ && (_ = _.replace("-80", "-150")), c && (c = c.sort((o, s) => o[0] - s[0]));
|
|
45
|
-
let i = 0;
|
|
46
|
-
return c = c.reduce((o, [s, f], k) => (k % 4 === 0 && (o.push([]), i++), o[i - 1].push([s, f]), o), []).reverse().reduce((o, s) => (o.push(...s), o), []), {
|
|
47
|
-
playerInAction: e.data.thumbnails.images && e.data.thumbnails.images.player_in_action ? m(e.data.thumbnails.images.player_in_action[0]) : "",
|
|
48
|
-
teamLogoSrc: _ || "",
|
|
49
|
-
sections: c || []
|
|
50
|
-
};
|
|
51
|
-
});
|
|
52
|
-
return (_, c) => (t(), r("div", {
|
|
53
|
-
class: "card-general",
|
|
54
|
-
style: y(p.value)
|
|
55
|
-
}, [
|
|
56
|
-
h.value ? (t(), S(B, w({ key: 0 }, h.value, { width: a.width }), {
|
|
57
|
-
default: I(() => [
|
|
58
|
-
x(_.$slots, "default", {}, () => [
|
|
59
|
-
n.value ? (t(), r("div", {
|
|
60
|
-
key: 0,
|
|
61
|
-
style: y(p.value),
|
|
62
|
-
class: "card-general__content"
|
|
63
|
-
}, [
|
|
64
|
-
a.data.is_player ? (t(), r("div", H, [
|
|
65
|
-
n.value.playerInAction ? (t(), r("img", {
|
|
66
|
-
key: 0,
|
|
67
|
-
src: n.value.playerInAction,
|
|
68
|
-
alt: "player"
|
|
69
|
-
}, null, 8, M)) : d("", !0)
|
|
70
|
-
])) : (t(), r("div", N, [
|
|
71
|
-
n.value.teamLogoSrc ? (t(), r("img", {
|
|
72
|
-
key: 0,
|
|
73
|
-
src: n.value.teamLogoSrc,
|
|
74
|
-
alt: "team"
|
|
75
|
-
}, null, 8, O)) : d("", !0)
|
|
76
|
-
])),
|
|
77
|
-
V,
|
|
78
|
-
l("div", $, [
|
|
79
|
-
l("div", j, [
|
|
80
|
-
l("div", z, [
|
|
81
|
-
a.data.team_logo ? (t(), r("img", {
|
|
82
|
-
key: 0,
|
|
83
|
-
src: a.data.team_logo,
|
|
84
|
-
alt: ""
|
|
85
|
-
}, null, 8, D)) : d("", !0)
|
|
86
|
-
]),
|
|
87
|
-
l("div", P, g(a.data.title), 1),
|
|
88
|
-
a.data.footer && a.data.footer.show_total ? (t(), r("div", q, g(a.data.total), 1)) : d("", !0)
|
|
89
|
-
]),
|
|
90
|
-
l("div", G, [
|
|
91
|
-
l("div", {
|
|
92
|
-
class: "card-general__content__footer__body__description",
|
|
93
|
-
innerHTML: b.value
|
|
94
|
-
}, null, 8, J),
|
|
95
|
-
n.value.sections && n.value.sections.length ? (t(), r("div", K, [
|
|
96
|
-
(t(!0), r(F, null, L(n.value.sections, ([i, o]) => (t(), r("div", {
|
|
97
|
-
key: i,
|
|
98
|
-
class: "section"
|
|
99
|
-
}, [
|
|
100
|
-
l("div", Q, g(o), 1),
|
|
101
|
-
R
|
|
102
|
-
]))), 128))
|
|
103
|
-
])) : d("", !0)
|
|
104
|
-
])
|
|
105
|
-
])
|
|
106
|
-
], 4)) : d("", !0)
|
|
107
|
-
], !0)
|
|
108
|
-
]),
|
|
109
|
-
_: 3
|
|
110
|
-
}, 16, ["width"])) : d("", !0)
|
|
111
|
-
], 4));
|
|
112
|
-
}
|
|
113
|
-
}, X = /* @__PURE__ */ C(U, [["__scopeId", "data-v-d5d56ba6"]]);
|
|
114
|
-
export {
|
|
115
|
-
X as default
|
|
116
|
-
};
|
|
@@ -1,487 +0,0 @@
|
|
|
1
|
-
import { computed as d, openBlock as o, createElementBlock as l, normalizeStyle as M, createVNode as m, normalizeProps as Z, guardReactiveProps as w, withCtx as g, createElementVNode as t, toDisplayString as y, Fragment as c, pushScopeId as F, popScopeId as k } from "vue";
|
|
2
|
-
import { d as x } from "./CardBaseAllIndividual-BNOgnH6t-D0xjZkGw.js";
|
|
3
|
-
import { h as v, z as H, P as b, E as V, I as S, O as B } from "./misc-BJvl3Yld-2p2XKW1m.js";
|
|
4
|
-
const f = (a) => (F("data-v-c9351332"), a = a(), k(), a), E = { class: "onevsone__body" }, U = { class: "onevsone__body__title" }, O = { class: "contsvg" }, I = /* @__PURE__ */ f(() => /* @__PURE__ */ t("svg", {
|
|
5
|
-
width: "245",
|
|
6
|
-
height: "220",
|
|
7
|
-
viewBox: "0 0 245 220",
|
|
8
|
-
fill: "none",
|
|
9
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
10
|
-
}, [
|
|
11
|
-
/* @__PURE__ */ t("g", { filter: "url(#filter0_d_2158_1030)" }, [
|
|
12
|
-
/* @__PURE__ */ t("rect", {
|
|
13
|
-
x: "200",
|
|
14
|
-
y: "43",
|
|
15
|
-
width: "129",
|
|
16
|
-
height: "155",
|
|
17
|
-
transform: "rotate(90 200 43)",
|
|
18
|
-
fill: "#4273BC"
|
|
19
|
-
})
|
|
20
|
-
]),
|
|
21
|
-
/* @__PURE__ */ t("rect", {
|
|
22
|
-
x: "200",
|
|
23
|
-
y: "43",
|
|
24
|
-
width: "129",
|
|
25
|
-
height: "155",
|
|
26
|
-
transform: "rotate(90 200 43)",
|
|
27
|
-
fill: "url(#paint0_linear_2158_1030)"
|
|
28
|
-
}),
|
|
29
|
-
/* @__PURE__ */ t("mask", {
|
|
30
|
-
id: "path-3-inside-1_2158_1030",
|
|
31
|
-
fill: "white"
|
|
32
|
-
}, [
|
|
33
|
-
/* @__PURE__ */ t("path", { d: "M49 46.6377H195.992V172.013H49V46.6377Z" })
|
|
34
|
-
]),
|
|
35
|
-
/* @__PURE__ */ t("path", {
|
|
36
|
-
d: "M49 46.6377V46.0377H48.4V46.6377H49ZM195.992 46.6377H196.592V46.0377H195.992V46.6377ZM49 47.2377H195.992V46.0377H49V47.2377ZM195.392 46.6377V172.013H196.592V46.6377H195.392ZM49.6 172.013V46.6377H48.4V172.013H49.6Z",
|
|
37
|
-
fill: "#38E3FF",
|
|
38
|
-
mask: "url(#path-3-inside-1_2158_1030)"
|
|
39
|
-
}),
|
|
40
|
-
/* @__PURE__ */ t("mask", {
|
|
41
|
-
id: "path-5-inside-2_2158_1030",
|
|
42
|
-
fill: "white"
|
|
43
|
-
}, [
|
|
44
|
-
/* @__PURE__ */ t("path", { d: "M163 73L81 73L81 47L163 47L163 73Z" })
|
|
45
|
-
]),
|
|
46
|
-
/* @__PURE__ */ t("path", {
|
|
47
|
-
d: "M163 73L163 73.6L163.6 73.6L163.6 73L163 73ZM81 73L80.4 73L80.4 73.6L81 73.6L81 73ZM163 72.4L81 72.4L81 73.6L163 73.6L163 72.4ZM81.6 73L81.6 47L80.4 47L80.4 73L81.6 73ZM162.4 47L162.4 73L163.6 73L163.6 47L162.4 47Z",
|
|
48
|
-
fill: "#38E3FF",
|
|
49
|
-
mask: "url(#path-5-inside-2_2158_1030)"
|
|
50
|
-
}),
|
|
51
|
-
/* @__PURE__ */ t("mask", {
|
|
52
|
-
id: "path-7-inside-3_2158_1030",
|
|
53
|
-
fill: "white"
|
|
54
|
-
}, [
|
|
55
|
-
/* @__PURE__ */ t("path", { d: "M144 57L100 57L100 47L144 47L144 57Z" })
|
|
56
|
-
]),
|
|
57
|
-
/* @__PURE__ */ t("path", {
|
|
58
|
-
d: "M144 57L144 57.6L144.6 57.6L144.6 57L144 57ZM100 57L99.4 57L99.4 57.6L100 57.6L100 57ZM144 56.4L100 56.4L100 57.6L144 57.6L144 56.4ZM100.6 57L100.6 47L99.4 47L99.4 57L100.6 57ZM143.4 47L143.4 57L144.6 57L144.6 47L143.4 47Z",
|
|
59
|
-
fill: "#38E3FF",
|
|
60
|
-
mask: "url(#path-7-inside-3_2158_1030)"
|
|
61
|
-
}),
|
|
62
|
-
/* @__PURE__ */ t("ellipse", {
|
|
63
|
-
cx: "123.019",
|
|
64
|
-
cy: "64.4504",
|
|
65
|
-
rx: "0.980795",
|
|
66
|
-
ry: "0.980795",
|
|
67
|
-
transform: "rotate(-180 123.019 64.4504)",
|
|
68
|
-
fill: "#38E3FF"
|
|
69
|
-
}),
|
|
70
|
-
/* @__PURE__ */ t("path", {
|
|
71
|
-
d: "M146.04 171.838C146.04 158.296 135.062 147.318 121.52 147.318C107.978 147.318 97 158.296 97 171.838",
|
|
72
|
-
stroke: "#38E3FF",
|
|
73
|
-
"stroke-width": "0.6"
|
|
74
|
-
}),
|
|
75
|
-
/* @__PURE__ */ t("mask", {
|
|
76
|
-
id: "mask0_2158_1030",
|
|
77
|
-
style: { "mask-type": "alpha" },
|
|
78
|
-
maskUnits: "userSpaceOnUse",
|
|
79
|
-
x: "103",
|
|
80
|
-
y: "51",
|
|
81
|
-
width: "37",
|
|
82
|
-
height: "33"
|
|
83
|
-
}, [
|
|
84
|
-
/* @__PURE__ */ t("path", {
|
|
85
|
-
d: "M104.002 67.5804C104.002 58.7539 111.963 51.5462 121.851 51.5462C131.739 51.5462 139.7 58.7539 139.7 67.5804C139.7 76.4069 131.739 83.6146 121.851 83.6146C111.963 83.6146 104.002 76.4069 104.002 67.5804Z",
|
|
86
|
-
stroke: "#38E3FF",
|
|
87
|
-
"stroke-width": "0.6"
|
|
88
|
-
})
|
|
89
|
-
]),
|
|
90
|
-
/* @__PURE__ */ t("g", { mask: "url(#mask0_2158_1030)" }, [
|
|
91
|
-
/* @__PURE__ */ t("rect", {
|
|
92
|
-
x: "146.654",
|
|
93
|
-
y: "89.9888",
|
|
94
|
-
width: "49.6074",
|
|
95
|
-
height: "16.9391",
|
|
96
|
-
transform: "rotate(-180 146.654 89.9888)",
|
|
97
|
-
fill: "#38E3FF"
|
|
98
|
-
})
|
|
99
|
-
]),
|
|
100
|
-
/* @__PURE__ */ t("path", {
|
|
101
|
-
d: "M122 100.889C99.9086 100.889 82 119.792 82 143.111H162C162 119.792 144.091 100.889 122 100.889Z",
|
|
102
|
-
fill: "url(#paint1_linear_2158_1030)"
|
|
103
|
-
}),
|
|
104
|
-
/* @__PURE__ */ t("path", {
|
|
105
|
-
d: "M62 101.806H183.5",
|
|
106
|
-
stroke: "white",
|
|
107
|
-
"stroke-width": "0.8",
|
|
108
|
-
"stroke-dasharray": "2 3"
|
|
109
|
-
}),
|
|
110
|
-
/* @__PURE__ */ t("path", {
|
|
111
|
-
d: "M122.24 105.816C124.874 105.816 127.035 103.732 127.035 101.13C127.035 98.5288 124.874 96.4445 122.24 96.4445C119.605 96.4445 117.444 98.5288 117.444 101.13C117.444 103.732 119.605 105.816 122.24 105.816Z",
|
|
112
|
-
fill: "#4790FF",
|
|
113
|
-
stroke: "white",
|
|
114
|
-
"stroke-width": "1.11111"
|
|
115
|
-
}),
|
|
116
|
-
/* @__PURE__ */ t("path", {
|
|
117
|
-
d: "M122.24 133.927C124.757 133.927 126.813 131.937 126.813 129.464C126.813 126.99 124.757 125 122.24 125C119.722 125 117.667 126.99 117.667 129.464C117.667 131.937 119.722 133.927 122.24 133.927Z",
|
|
118
|
-
fill: "white",
|
|
119
|
-
stroke: "white",
|
|
120
|
-
"stroke-width": "0.666667"
|
|
121
|
-
}),
|
|
122
|
-
/* @__PURE__ */ t("defs", null, [
|
|
123
|
-
/* @__PURE__ */ t("filter", {
|
|
124
|
-
id: "filter0_d_2158_1030",
|
|
125
|
-
x: "0.232311",
|
|
126
|
-
y: "0.652186",
|
|
127
|
-
width: "244.535",
|
|
128
|
-
height: "218.535",
|
|
129
|
-
filterUnits: "userSpaceOnUse",
|
|
130
|
-
"color-interpolation-filters": "sRGB"
|
|
131
|
-
}, [
|
|
132
|
-
/* @__PURE__ */ t("feFlood", {
|
|
133
|
-
"flood-opacity": "0",
|
|
134
|
-
result: "BackgroundImageFix"
|
|
135
|
-
}),
|
|
136
|
-
/* @__PURE__ */ t("feColorMatrix", {
|
|
137
|
-
in: "SourceAlpha",
|
|
138
|
-
type: "matrix",
|
|
139
|
-
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
|
|
140
|
-
result: "hardAlpha"
|
|
141
|
-
}),
|
|
142
|
-
/* @__PURE__ */ t("feOffset", { dy: "2.41988" }),
|
|
143
|
-
/* @__PURE__ */ t("feGaussianBlur", { stdDeviation: "22.3838" }),
|
|
144
|
-
/* @__PURE__ */ t("feComposite", {
|
|
145
|
-
in2: "hardAlpha",
|
|
146
|
-
operator: "out"
|
|
147
|
-
}),
|
|
148
|
-
/* @__PURE__ */ t("feColorMatrix", {
|
|
149
|
-
type: "matrix",
|
|
150
|
-
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"
|
|
151
|
-
}),
|
|
152
|
-
/* @__PURE__ */ t("feBlend", {
|
|
153
|
-
mode: "normal",
|
|
154
|
-
in2: "BackgroundImageFix",
|
|
155
|
-
result: "effect1_dropShadow_2158_1030"
|
|
156
|
-
}),
|
|
157
|
-
/* @__PURE__ */ t("feBlend", {
|
|
158
|
-
mode: "normal",
|
|
159
|
-
in: "SourceGraphic",
|
|
160
|
-
in2: "effect1_dropShadow_2158_1030",
|
|
161
|
-
result: "shape"
|
|
162
|
-
})
|
|
163
|
-
]),
|
|
164
|
-
/* @__PURE__ */ t("linearGradient", {
|
|
165
|
-
id: "paint0_linear_2158_1030",
|
|
166
|
-
x1: "200.105",
|
|
167
|
-
y1: "43.2542",
|
|
168
|
-
x2: "352.382",
|
|
169
|
-
y2: "92.4023",
|
|
170
|
-
gradientUnits: "userSpaceOnUse"
|
|
171
|
-
}, [
|
|
172
|
-
/* @__PURE__ */ t("stop", { "stop-opacity": "0" }),
|
|
173
|
-
/* @__PURE__ */ t("stop", {
|
|
174
|
-
offset: "0.498228",
|
|
175
|
-
"stop-opacity": "0.22"
|
|
176
|
-
}),
|
|
177
|
-
/* @__PURE__ */ t("stop", {
|
|
178
|
-
offset: "1",
|
|
179
|
-
"stop-opacity": "0.8"
|
|
180
|
-
})
|
|
181
|
-
]),
|
|
182
|
-
/* @__PURE__ */ t("linearGradient", {
|
|
183
|
-
id: "paint1_linear_2158_1030",
|
|
184
|
-
x1: "122",
|
|
185
|
-
y1: "100.889",
|
|
186
|
-
x2: "122",
|
|
187
|
-
y2: "143.111",
|
|
188
|
-
gradientUnits: "userSpaceOnUse"
|
|
189
|
-
}, [
|
|
190
|
-
/* @__PURE__ */ t("stop", {
|
|
191
|
-
"stop-color": "white",
|
|
192
|
-
"stop-opacity": "0.32"
|
|
193
|
-
}),
|
|
194
|
-
/* @__PURE__ */ t("stop", {
|
|
195
|
-
offset: "1",
|
|
196
|
-
"stop-color": "white",
|
|
197
|
-
"stop-opacity": "0"
|
|
198
|
-
})
|
|
199
|
-
])
|
|
200
|
-
])
|
|
201
|
-
], -1)), G = ["fill"], P = ["fill"], A = /* @__PURE__ */ f(() => /* @__PURE__ */ t("svg", {
|
|
202
|
-
width: "245",
|
|
203
|
-
height: "220",
|
|
204
|
-
viewBox: "0 0 245 220",
|
|
205
|
-
fill: "none",
|
|
206
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
207
|
-
}, [
|
|
208
|
-
/* @__PURE__ */ t("g", { filter: "url(#filter0_d_2158_1035)" }, [
|
|
209
|
-
/* @__PURE__ */ t("rect", {
|
|
210
|
-
x: "200",
|
|
211
|
-
y: "43",
|
|
212
|
-
width: "129",
|
|
213
|
-
height: "155",
|
|
214
|
-
transform: "rotate(90 200 43)",
|
|
215
|
-
fill: "#4273BC"
|
|
216
|
-
})
|
|
217
|
-
]),
|
|
218
|
-
/* @__PURE__ */ t("rect", {
|
|
219
|
-
x: "200",
|
|
220
|
-
y: "43",
|
|
221
|
-
width: "129",
|
|
222
|
-
height: "155",
|
|
223
|
-
transform: "rotate(90 200 43)",
|
|
224
|
-
fill: "url(#paint0_linear_2158_1035)"
|
|
225
|
-
}),
|
|
226
|
-
/* @__PURE__ */ t("mask", {
|
|
227
|
-
id: "path-3-inside-1_2158_1035",
|
|
228
|
-
fill: "white"
|
|
229
|
-
}, [
|
|
230
|
-
/* @__PURE__ */ t("path", { d: "M49 46.6377H195.992V172.013H49V46.6377Z" })
|
|
231
|
-
]),
|
|
232
|
-
/* @__PURE__ */ t("path", {
|
|
233
|
-
d: "M49 46.6377V46.0377H48.4V46.6377H49ZM195.992 46.6377H196.592V46.0377H195.992V46.6377ZM49 47.2377H195.992V46.0377H49V47.2377ZM195.392 46.6377V172.013H196.592V46.6377H195.392ZM49.6 172.013V46.6377H48.4V172.013H49.6Z",
|
|
234
|
-
fill: "#38E3FF",
|
|
235
|
-
mask: "url(#path-3-inside-1_2158_1035)"
|
|
236
|
-
}),
|
|
237
|
-
/* @__PURE__ */ t("mask", {
|
|
238
|
-
id: "path-5-inside-2_2158_1035",
|
|
239
|
-
fill: "white"
|
|
240
|
-
}, [
|
|
241
|
-
/* @__PURE__ */ t("path", { d: "M163 73L81 73L81 47L163 47L163 73Z" })
|
|
242
|
-
]),
|
|
243
|
-
/* @__PURE__ */ t("path", {
|
|
244
|
-
d: "M163 73L163 73.6L163.6 73.6L163.6 73L163 73ZM81 73L80.4 73L80.4 73.6L81 73.6L81 73ZM163 72.4L81 72.4L81 73.6L163 73.6L163 72.4ZM81.6 73L81.6 47L80.4 47L80.4 73L81.6 73ZM162.4 47L162.4 73L163.6 73L163.6 47L162.4 47Z",
|
|
245
|
-
fill: "#38E3FF",
|
|
246
|
-
mask: "url(#path-5-inside-2_2158_1035)"
|
|
247
|
-
}),
|
|
248
|
-
/* @__PURE__ */ t("mask", {
|
|
249
|
-
id: "path-7-inside-3_2158_1035",
|
|
250
|
-
fill: "white"
|
|
251
|
-
}, [
|
|
252
|
-
/* @__PURE__ */ t("path", { d: "M144 57L100 57L100 47L144 47L144 57Z" })
|
|
253
|
-
]),
|
|
254
|
-
/* @__PURE__ */ t("path", {
|
|
255
|
-
d: "M144 57L144 57.6L144.6 57.6L144.6 57L144 57ZM100 57L99.4 57L99.4 57.6L100 57.6L100 57ZM144 56.4L100 56.4L100 57.6L144 57.6L144 56.4ZM100.6 57L100.6 47L99.4 47L99.4 57L100.6 57ZM143.4 47L143.4 57L144.6 57L144.6 47L143.4 47Z",
|
|
256
|
-
fill: "#38E3FF",
|
|
257
|
-
mask: "url(#path-7-inside-3_2158_1035)"
|
|
258
|
-
}),
|
|
259
|
-
/* @__PURE__ */ t("ellipse", {
|
|
260
|
-
cx: "123.019",
|
|
261
|
-
cy: "64.4504",
|
|
262
|
-
rx: "0.980795",
|
|
263
|
-
ry: "0.980795",
|
|
264
|
-
transform: "rotate(-180 123.019 64.4504)",
|
|
265
|
-
fill: "#38E3FF"
|
|
266
|
-
}),
|
|
267
|
-
/* @__PURE__ */ t("path", {
|
|
268
|
-
d: "M146.04 171.838C146.04 158.296 135.062 147.318 121.52 147.318C107.978 147.318 97 158.296 97 171.838",
|
|
269
|
-
stroke: "#38E3FF",
|
|
270
|
-
"stroke-width": "0.6"
|
|
271
|
-
}),
|
|
272
|
-
/* @__PURE__ */ t("mask", {
|
|
273
|
-
id: "mask0_2158_1035",
|
|
274
|
-
style: { "mask-type": "alpha" },
|
|
275
|
-
maskUnits: "userSpaceOnUse",
|
|
276
|
-
x: "103",
|
|
277
|
-
y: "51",
|
|
278
|
-
width: "37",
|
|
279
|
-
height: "33"
|
|
280
|
-
}, [
|
|
281
|
-
/* @__PURE__ */ t("path", {
|
|
282
|
-
d: "M104.002 67.5804C104.002 58.7539 111.963 51.5462 121.851 51.5462C131.739 51.5462 139.7 58.7539 139.7 67.5804C139.7 76.4069 131.739 83.6146 121.851 83.6145C111.963 83.6145 104.002 76.4069 104.002 67.5804Z",
|
|
283
|
-
stroke: "#38E3FF",
|
|
284
|
-
"stroke-width": "0.6"
|
|
285
|
-
})
|
|
286
|
-
]),
|
|
287
|
-
/* @__PURE__ */ t("g", null, [
|
|
288
|
-
/* @__PURE__ */ t("rect", {
|
|
289
|
-
x: "146.654",
|
|
290
|
-
y: "89.9888",
|
|
291
|
-
width: "49.6074",
|
|
292
|
-
height: "16.9391",
|
|
293
|
-
transform: "rotate(-180 146.654 89.9888)",
|
|
294
|
-
fill: "#38E3FF"
|
|
295
|
-
})
|
|
296
|
-
]),
|
|
297
|
-
/* @__PURE__ */ t("path", {
|
|
298
|
-
d: "M109.046 130.584C109.046 132.057 110.24 133.251 111.712 133.251C113.185 133.251 114.379 132.057 114.379 130.584C114.379 129.111 113.185 127.917 111.712 127.917C110.24 127.917 109.046 129.111 109.046 130.584ZM134.608 114.251L134.898 114.658L135.461 114.256L134.904 113.848L134.608 114.251ZM109.205 95.164C108.933 95.2058 108.745 95.461 108.787 95.734L109.469 100.182C109.511 100.455 109.766 100.642 110.039 100.6C110.312 100.559 110.499 100.303 110.458 100.03L109.851 96.0766L113.805 95.4704C114.078 95.4285 114.265 95.1733 114.223 94.9004C114.182 94.6274 113.926 94.4401 113.653 94.4819L109.205 95.164ZM109.657 96.554C109.879 96.7174 110.192 96.6694 110.355 96.4468C110.519 96.2242 110.471 95.9113 110.248 95.7479L109.657 96.554ZM113.127 97.8612C112.905 97.6978 112.592 97.7457 112.428 97.9683C112.265 98.1909 112.313 98.5039 112.535 98.6673L113.127 97.8612ZM113.878 99.6527C114.1 99.8161 114.413 99.7681 114.577 99.5455C114.74 99.3229 114.692 99.01 114.469 98.8466L113.878 99.6527ZM117.348 100.96C117.126 100.796 116.813 100.844 116.649 101.067C116.486 101.29 116.534 101.603 116.756 101.766L117.348 100.96ZM118.099 102.751C118.321 102.915 118.634 102.867 118.798 102.644C118.961 102.422 118.913 102.109 118.691 101.945L118.099 102.751ZM121.569 104.059C121.347 103.895 121.034 103.943 120.87 104.166C120.707 104.388 120.755 104.701 120.978 104.865L121.569 104.059ZM122.32 105.85C122.543 106.014 122.855 105.966 123.019 105.743C123.182 105.52 123.134 105.207 122.912 105.044L122.32 105.85ZM125.791 107.157C125.568 106.994 125.255 107.042 125.092 107.265C124.928 107.487 124.976 107.8 125.199 107.963L125.791 107.157ZM126.541 108.949C126.764 109.112 127.077 109.064 127.24 108.842C127.403 108.619 127.355 108.306 127.133 108.143L126.541 108.949ZM130.012 110.256C129.789 110.093 129.476 110.141 129.313 110.363C129.149 110.586 129.197 110.899 129.42 111.062L130.012 110.256ZM130.762 112.048C130.985 112.211 131.298 112.163 131.461 111.94C131.625 111.718 131.577 111.405 131.354 111.241L130.762 112.048ZM134.233 113.355C134.01 113.191 133.697 113.239 133.534 113.462C133.37 113.685 133.418 113.998 133.641 114.161L134.233 113.355ZM133.59 114.363C133.365 114.523 133.313 114.836 133.473 115.06C133.633 115.285 133.946 115.337 134.17 115.177L133.59 114.363ZM131.047 117.405C131.272 117.244 131.324 116.932 131.164 116.707C131.004 116.483 130.691 116.43 130.467 116.591L131.047 117.405ZM129.01 117.63C128.786 117.79 128.733 118.102 128.894 118.327C129.054 118.552 129.366 118.604 129.591 118.444L129.01 117.63ZM126.468 120.672C126.693 120.511 126.745 120.199 126.585 119.974C126.425 119.749 126.112 119.697 125.888 119.857L126.468 120.672ZM124.431 120.896C124.207 121.057 124.154 121.369 124.315 121.594C124.475 121.818 124.787 121.871 125.012 121.71L124.431 120.896ZM121.889 123.938C122.114 123.778 122.166 123.466 122.006 123.241C121.845 123.016 121.533 122.964 121.308 123.124L121.889 123.938ZM119.852 124.163C119.627 124.323 119.575 124.636 119.735 124.86C119.896 125.085 120.208 125.137 120.433 124.977L119.852 124.163ZM117.31 127.205C117.535 127.044 117.587 126.732 117.427 126.507C117.266 126.283 116.954 126.23 116.729 126.391L117.31 127.205ZM115.273 127.43C115.048 127.59 114.996 127.902 115.156 128.127C115.317 128.352 115.629 128.404 115.854 128.244L115.273 127.43ZM112.731 130.472C112.956 130.311 113.008 129.999 112.847 129.774C112.687 129.549 112.375 129.497 112.15 129.657L112.731 130.472ZM108.985 96.0613L109.657 96.554L110.248 95.7479L109.577 95.2551L108.985 96.0613ZM112.535 98.6673L113.878 99.6527L114.469 98.8466L113.127 97.8612L112.535 98.6673ZM116.756 101.766L118.099 102.751L118.691 101.945L117.348 100.96L116.756 101.766ZM120.978 104.865L122.32 105.85L122.912 105.044L121.569 104.059L120.978 104.865ZM125.199 107.963L126.541 108.949L127.133 108.143L125.791 107.157L125.199 107.963ZM129.42 111.062L130.762 112.048L131.354 111.241L130.012 110.256L129.42 111.062ZM133.641 114.161L134.312 114.654L134.904 113.848L134.233 113.355L133.641 114.161ZM134.318 113.844L133.59 114.363L134.17 115.177L134.898 114.658L134.318 113.844ZM130.467 116.591L129.01 117.63L129.591 118.444L131.047 117.405L130.467 116.591ZM125.888 119.857L124.431 120.896L125.012 121.71L126.468 120.672L125.888 119.857ZM121.308 123.124L119.852 124.163L120.433 124.977L121.889 123.938L121.308 123.124ZM116.729 126.391L115.273 127.43L115.854 128.244L117.31 127.205L116.729 126.391ZM112.15 129.657L111.422 130.177L112.003 130.991L112.731 130.472L112.15 129.657Z",
|
|
299
|
-
fill: "white"
|
|
300
|
-
}),
|
|
301
|
-
/* @__PURE__ */ t("path", {
|
|
302
|
-
opacity: "0.5",
|
|
303
|
-
d: "M114.333 114.173C114.333 115.507 113.251 116.589 111.917 116.589C110.582 116.589 109.5 115.507 109.5 114.173C109.5 112.838 110.582 111.756 111.917 111.756C113.251 111.756 114.333 112.838 114.333 114.173Z",
|
|
304
|
-
stroke: "white"
|
|
305
|
-
}),
|
|
306
|
-
/* @__PURE__ */ t("path", {
|
|
307
|
-
opacity: "0.5",
|
|
308
|
-
d: "M135.274 97.9167C135.274 99.2513 134.192 100.333 132.857 100.333C131.522 100.333 130.44 99.2513 130.44 97.9167C130.44 96.582 131.522 95.5 132.857 95.5C134.192 95.5 135.274 96.582 135.274 97.9167Z",
|
|
309
|
-
stroke: "white"
|
|
310
|
-
}),
|
|
311
|
-
/* @__PURE__ */ t("path", {
|
|
312
|
-
opacity: "0.5",
|
|
313
|
-
d: "M135.274 131.116C135.274 132.451 134.192 133.533 132.857 133.533C131.522 133.533 130.44 132.451 130.44 131.116C130.44 129.781 131.522 128.699 132.857 128.699C134.192 128.699 135.274 129.781 135.274 131.116Z",
|
|
314
|
-
stroke: "white"
|
|
315
|
-
}),
|
|
316
|
-
/* @__PURE__ */ t("path", {
|
|
317
|
-
d: "M111.425 133.763C113.052 133.763 114.371 132.445 114.371 130.818C114.371 129.191 113.052 127.872 111.425 127.872C109.798 127.872 108.479 129.191 108.479 130.818C108.479 132.445 109.798 133.763 111.425 133.763Z",
|
|
318
|
-
fill: "#4790FF",
|
|
319
|
-
stroke: "white",
|
|
320
|
-
"stroke-width": "0.742189"
|
|
321
|
-
}),
|
|
322
|
-
/* @__PURE__ */ t("defs", null, [
|
|
323
|
-
/* @__PURE__ */ t("filter", {
|
|
324
|
-
id: "filter0_d_2158_1035",
|
|
325
|
-
x: "0.232311",
|
|
326
|
-
y: "0.652186",
|
|
327
|
-
width: "244.535",
|
|
328
|
-
height: "218.535",
|
|
329
|
-
filterUnits: "userSpaceOnUse",
|
|
330
|
-
"color-interpolation-filters": "sRGB"
|
|
331
|
-
}, [
|
|
332
|
-
/* @__PURE__ */ t("feFlood", {
|
|
333
|
-
"flood-opacity": "0",
|
|
334
|
-
result: "BackgroundImageFix"
|
|
335
|
-
}),
|
|
336
|
-
/* @__PURE__ */ t("feColorMatrix", {
|
|
337
|
-
in: "SourceAlpha",
|
|
338
|
-
type: "matrix",
|
|
339
|
-
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
|
|
340
|
-
result: "hardAlpha"
|
|
341
|
-
}),
|
|
342
|
-
/* @__PURE__ */ t("feOffset", { dy: "2.41988" }),
|
|
343
|
-
/* @__PURE__ */ t("feGaussianBlur", { stdDeviation: "22.3838" }),
|
|
344
|
-
/* @__PURE__ */ t("feComposite", {
|
|
345
|
-
in2: "hardAlpha",
|
|
346
|
-
operator: "out"
|
|
347
|
-
}),
|
|
348
|
-
/* @__PURE__ */ t("feColorMatrix", {
|
|
349
|
-
type: "matrix",
|
|
350
|
-
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"
|
|
351
|
-
}),
|
|
352
|
-
/* @__PURE__ */ t("feBlend", {
|
|
353
|
-
mode: "normal",
|
|
354
|
-
in2: "BackgroundImageFix",
|
|
355
|
-
result: "effect1_dropShadow_2158_1035"
|
|
356
|
-
}),
|
|
357
|
-
/* @__PURE__ */ t("feBlend", {
|
|
358
|
-
mode: "normal",
|
|
359
|
-
in: "SourceGraphic",
|
|
360
|
-
in2: "effect1_dropShadow_2158_1035",
|
|
361
|
-
result: "shape"
|
|
362
|
-
})
|
|
363
|
-
]),
|
|
364
|
-
/* @__PURE__ */ t("linearGradient", {
|
|
365
|
-
id: "paint0_linear_2158_1035",
|
|
366
|
-
x1: "200.105",
|
|
367
|
-
y1: "43.2542",
|
|
368
|
-
x2: "352.382",
|
|
369
|
-
y2: "92.4023",
|
|
370
|
-
gradientUnits: "userSpaceOnUse"
|
|
371
|
-
}, [
|
|
372
|
-
/* @__PURE__ */ t("stop", { "stop-opacity": "0" }),
|
|
373
|
-
/* @__PURE__ */ t("stop", {
|
|
374
|
-
offset: "0.498228",
|
|
375
|
-
"stop-opacity": "0.22"
|
|
376
|
-
}),
|
|
377
|
-
/* @__PURE__ */ t("stop", {
|
|
378
|
-
offset: "1",
|
|
379
|
-
"stop-opacity": "0.8"
|
|
380
|
-
})
|
|
381
|
-
])
|
|
382
|
-
])
|
|
383
|
-
], -1)), T = ["fill"], D = ["fill"], N = {
|
|
384
|
-
__name: "CardIndividual1vs1",
|
|
385
|
-
props: {
|
|
386
|
-
height: {
|
|
387
|
-
type: String,
|
|
388
|
-
default: "445px"
|
|
389
|
-
},
|
|
390
|
-
width: {
|
|
391
|
-
type: String,
|
|
392
|
-
default: "319px"
|
|
393
|
-
},
|
|
394
|
-
data: {
|
|
395
|
-
type: Object,
|
|
396
|
-
default: () => null
|
|
397
|
-
},
|
|
398
|
-
descriptionType: {
|
|
399
|
-
type: Number,
|
|
400
|
-
default: 5
|
|
401
|
-
}
|
|
402
|
-
},
|
|
403
|
-
setup(a) {
|
|
404
|
-
const e = a, _ = d(() => {
|
|
405
|
-
var r, s, i, L, n, p, h, C;
|
|
406
|
-
return {
|
|
407
|
-
height: e.height,
|
|
408
|
-
width: e.width,
|
|
409
|
-
footerHeight: "137px",
|
|
410
|
-
footerPadding: "24px 24px 25px 24px",
|
|
411
|
-
playerPhotoUrl: H(e.data.player_id || ""),
|
|
412
|
-
teamLogoUrl: b(e.data.team_id || "") || "",
|
|
413
|
-
cardColor: e.data.thumbnails.colors.background_color || "#000000",
|
|
414
|
-
backgroundImageSrc: V((L = (i = (s = (r = e.data) == null ? void 0 : r.thumbnails) == null ? void 0 : s.images) == null ? void 0 : i.background_player_in_action) != null && L[0] ? e.data.thumbnails.images.background_player_in_action[0] : (C = (h = (p = (n = e.data) == null ? void 0 : n.thumbnails) == null ? void 0 : p.images) == null ? void 0 : h.team_in_action) != null && C[0] ? e.data.thumbnails.images.team_in_action[0] : ""),
|
|
415
|
-
textColor: e.data.thumbnails.colors.font_color_description || "#FFFFFF",
|
|
416
|
-
footerBodyData: {
|
|
417
|
-
textColor: e.data.thumbnails.colors.font_color_stats || "#FFFFFF",
|
|
418
|
-
description: S(B({ data: e.data, descriptionType: e.descriptionType })),
|
|
419
|
-
total: e.data.body && e.data.body.show_percentage == 1 ? e.data.percentage : e.data.total,
|
|
420
|
-
totalTextColor: e.data.thumbnails.colors.font_color_stats || "#FFFFFF",
|
|
421
|
-
totalCircleColor: e.data.thumbnails.colors.background_color || "#000000",
|
|
422
|
-
isTotalPercentage: e.data.body && !!e.data.body.show_percentage
|
|
423
|
-
}
|
|
424
|
-
};
|
|
425
|
-
});
|
|
426
|
-
d(() => e.data.id);
|
|
427
|
-
const u = d(() => ({
|
|
428
|
-
"--title-color": e.data.thumbnails.colors.font_color_header || "#FFFFFF"
|
|
429
|
-
}));
|
|
430
|
-
return (r, s) => (o(), l("div", {
|
|
431
|
-
class: "onevsone",
|
|
432
|
-
style: M(u.value)
|
|
433
|
-
}, [
|
|
434
|
-
m(x, Z(w(_.value)), {
|
|
435
|
-
body: g(() => {
|
|
436
|
-
var i;
|
|
437
|
-
return [
|
|
438
|
-
t("div", E, [
|
|
439
|
-
t("div", U, y(e.data.title.replace(/\*/g, "")), 1),
|
|
440
|
-
t("div", O, [
|
|
441
|
-
(i = e.data.categories) != null && i.includes(4) ? (o(), l(c, { key: 1 }, [
|
|
442
|
-
A,
|
|
443
|
-
(o(), l("svg", {
|
|
444
|
-
width: "12",
|
|
445
|
-
class: "arrow",
|
|
446
|
-
height: "75",
|
|
447
|
-
viewBox: "0 0 12 75",
|
|
448
|
-
fill: e.data.thumbnails.colors.icon_color,
|
|
449
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
450
|
-
}, [
|
|
451
|
-
t("path", {
|
|
452
|
-
"fill-rule": "evenodd",
|
|
453
|
-
"clip-rule": "evenodd",
|
|
454
|
-
d: "M5 4.5489L5 75H7L7 4.62807L10.1992 7.86923C10.3268 7.9985 10.4817 8.05853 10.664 8.04929C10.8463 8.04006 11.0013 7.9708 11.1289 7.84153L11.7304 7.23208C11.858 7.1028 11.9218 6.94582 11.9218 6.76114C11.9218 6.57645 11.858 6.41948 11.7304 6.2902L6.34592 0.836174C6.23509 0.741615 6.10676 0.694336 5.96092 0.694336C5.77863 0.694336 5.62368 0.768211 5.49608 0.915955L0.191406 6.2902C0.0638018 6.41948 0 6.57645 0 6.76114C0 6.94582 0.0638018 7.1028 0.191406 7.23208L0.792967 7.84153C0.920571 7.9708 1.07552 8.04006 1.25781 8.04929C1.4401 8.05853 1.59505 7.9985 1.72265 7.86923L5 4.5489Z",
|
|
455
|
-
fill: e.data.thumbnails.colors.icon_color
|
|
456
|
-
}, null, 8, D)
|
|
457
|
-
], 8, T))
|
|
458
|
-
], 64)) : (o(), l(c, { key: 0 }, [
|
|
459
|
-
I,
|
|
460
|
-
(o(), l("svg", {
|
|
461
|
-
class: "arrow",
|
|
462
|
-
width: "12",
|
|
463
|
-
height: "75",
|
|
464
|
-
viewBox: "0 0 12 75",
|
|
465
|
-
fill: e.data.thumbnails.colors.icon_color,
|
|
466
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
467
|
-
}, [
|
|
468
|
-
t("path", {
|
|
469
|
-
"fill-rule": "evenodd",
|
|
470
|
-
"clip-rule": "evenodd",
|
|
471
|
-
d: "M5 71.1454L5 0.694344H7L7 71.0663L10.1992 67.8251C10.3268 67.6958 10.4817 67.6358 10.664 67.6451C10.8463 67.6543 11.0013 67.7235 11.1289 67.8528L11.7304 68.4623C11.858 68.5915 11.9218 68.7485 11.9218 68.9332C11.9218 69.1179 11.858 69.2749 11.7304 69.4041L6.34592 74.8582C6.23509 74.9527 6.10676 75 5.96092 75C5.77863 75 5.62368 74.9261 5.49608 74.7784L0.191406 69.4041C0.0638018 69.2749 0 69.1179 0 68.9332C0 68.7485 0.0638018 68.5915 0.191406 68.4623L0.792967 67.8528C0.920571 67.7235 1.07552 67.6543 1.25781 67.6451C1.4401 67.6358 1.59505 67.6958 1.72265 67.8251L5 71.1454Z",
|
|
472
|
-
fill: e.data.thumbnails.colors.icon_color
|
|
473
|
-
}, null, 8, P)
|
|
474
|
-
], 8, G))
|
|
475
|
-
], 64))
|
|
476
|
-
])
|
|
477
|
-
])
|
|
478
|
-
];
|
|
479
|
-
}),
|
|
480
|
-
_: 1
|
|
481
|
-
}, 16)
|
|
482
|
-
], 4));
|
|
483
|
-
}
|
|
484
|
-
}, j = /* @__PURE__ */ v(N, [["__scopeId", "data-v-c9351332"]]);
|
|
485
|
-
export {
|
|
486
|
-
j as default
|
|
487
|
-
};
|