@golstats/gsc-landing 1.0.213 → 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-MZU9YVGl-CP107tbU.js → CardBaseAllIndividual-D-OnB5nZ-BPn0LvNB.js} +22 -16
- package/dist/{CardGeneral-C9IYdx36-DpuRuCM2.js → CardGeneral-Bw1wA3nD-DCftAsKf.js} +62 -58
- package/dist/{CardGeneralIndividual-Cr4vkSx7-CJJdrLMj.js → CardGeneralIndividual-D0egQpIm-CAQh25pC.js} +116 -112
- package/dist/{CardGeneralTeams-Dbs9m7rY-DkjTHx_b.js → CardGeneralTeams-C7jWZSZP-7UMUvMn-.js} +64 -60
- package/dist/{CardIndividual-BWKDE_dT-DBY7KxMm.js → CardIndividual-5844PHsB-ByyQBoNQ.js} +75 -70
- package/dist/CardIndividual1vs1-CQexwdAS-IO9xzI4J.js +119 -0
- package/dist/{CardIndividualAreas-B0ER1yDk-BXA3kkP-.js → CardIndividualAreas-C7_BsHLB-DxObq7Ml.js} +32 -26
- package/dist/{CardIndividualCenters-Ds8JCDfK-BDqdw3CH.js → CardIndividualCenters-DV5tDLfV-C1ay0coc.js} +91 -85
- package/dist/{CardIndividualDistance-DybnqaN1-pWNr0r-3.js → CardIndividualDistance-zl4VOolG-C3tuZVGO.js} +36 -30
- package/dist/{CardIndividualFouls-BSZw6Irw-DHoHyyuo.js → CardIndividualFouls-CvSJn7oh-HOx9vQ1u.js} +47 -41
- package/dist/{CardIndividualGoalParticipation-D0jx0mKO-CmyYljBx.js → CardIndividualGoalParticipation-CpyCN4pK-CMqtEPao.js} +38 -33
- package/dist/{CardIndividualGoals-k1HYTdnr-DwdImXmD.js → CardIndividualGoals-yml-5LMF-C_GyUhBk.js} +397 -247
- package/dist/{CardIndividualGold-BoE9YjMT-BTGXOE5O.js → CardIndividualGold-BN6tctB5-G6ym5byu.js} +45 -39
- package/dist/{CardIndividualNoGoalReceived-T1szlu3u-BsDem5g0.js → CardIndividualNoGoalReceived-ICCs2ZM5-B1MQrZPF.js} +42 -37
- package/dist/CardIndividualPerformance-B8vQAqkl-BYR02_RY.js +113 -0
- package/dist/{CardIndividualSaves-rWMesrlG-DthInp2-.js → CardIndividualSaves-BwuZ8ftn-QqesnmR7.js} +47 -43
- package/dist/{CardIndividualShotsOnGoal-DCl0FEKe-D1LFguJT.js → CardIndividualShotsOnGoal-BJME2mbD-BdBASKyS.js} +57 -51
- package/dist/{CardIndividualStatistics-D5JBvozg-0Gq27kWI.js → CardIndividualStatistics-By5s6JAO-Rv4-QyLp.js} +36 -30
- package/dist/{CardPromTournament-DaUtBS2s-DYPh6beM.js → CardPromTournament-gihiLtUr-DUepGBni.js} +48 -44
- package/dist/{CardSuccessfulPasses-BdWMHjtx-C7yqLEWL.js → CardSuccessfulPasses-CnfMp77U-rRVe9D87.js} +32 -26
- package/dist/CardTheMostProductive-BXTUS6yD-DyZgvFkv.js +87 -0
- package/dist/{Shield-DPZx9qP3-BCn1KwjE.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-C-oaQYT0.js → index-CidNks_N.js} +5190 -5251
- package/dist/style.css +1 -1
- package/package.json +53 -53
- package/dist/CardBase-D3YCZX4b-DGnwZ1-j.js +0 -127
- package/dist/CardIndividual1vs1-fcFN4SBW-0yRvkJ62.js +0 -113
- package/dist/CardIndividualPerformance-BZmpXMyI-Cn3RFU3S.js +0 -108
- package/dist/CardTheMostProductive-DTnPP64--C47kK7xA.js +0 -81
- package/dist/CircleWithDotsBig-DD6iMX6w-DjUWhXAM.js +0 -151
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
import { computed as s, openBlock as _, createElementBlock as f, createVNode as c, mergeProps as y, withCtx as b, createElementVNode as m, normalizeStyle as v, toDisplayString as F } from "vue";
|
|
2
|
+
import { d as x } from "./CardBaseAllIndividual-D-OnB5nZ-BPn0LvNB.js";
|
|
3
|
+
import { N as k } from "./Shield-CqzYJKHt-OiFc4OPF.js";
|
|
4
|
+
import { m as w, z as p, P as S, A as C, E as A, O as B, V as T } from "./CardBase-Cdma--ld-BufA9Fxb.js";
|
|
5
|
+
const V = { class: "productive" }, D = { class: "productive__body__title" }, I = {
|
|
6
|
+
__name: "CardTheMostProductive",
|
|
7
|
+
props: {
|
|
8
|
+
height: {
|
|
9
|
+
type: String,
|
|
10
|
+
default: "445px"
|
|
11
|
+
},
|
|
12
|
+
width: {
|
|
13
|
+
type: String,
|
|
14
|
+
default: "319px"
|
|
15
|
+
},
|
|
16
|
+
data: {
|
|
17
|
+
type: Object,
|
|
18
|
+
default: () => null
|
|
19
|
+
},
|
|
20
|
+
descriptionType: {
|
|
21
|
+
type: Number,
|
|
22
|
+
default: 4
|
|
23
|
+
},
|
|
24
|
+
showVideos: {
|
|
25
|
+
type: Boolean,
|
|
26
|
+
default: !0
|
|
27
|
+
},
|
|
28
|
+
idAux: {
|
|
29
|
+
type: String,
|
|
30
|
+
default: ""
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
setup(d) {
|
|
34
|
+
const e = d, g = s(() => {
|
|
35
|
+
var t, a, o, l, r, n, u;
|
|
36
|
+
return {
|
|
37
|
+
height: e.height,
|
|
38
|
+
width: e.width,
|
|
39
|
+
footerHeight: "112px",
|
|
40
|
+
cardColor: (e.data.thumbnails.colors.background_color || "#000000").trim(),
|
|
41
|
+
backgroundImageSrc: p((l = (o = (a = (t = e.data) == null ? void 0 : t.thumbnails) == null ? void 0 : a.images) == null ? void 0 : o.background_player_in_action) != null && l[0] ? e.data.thumbnails.images.background_player_in_action[0] : (u = (n = (r = e.data) == null ? void 0 : r.thumbnails) == null ? void 0 : n.images) != null && u.background_team ? e.data.thumbnails.images.background_team : ""),
|
|
42
|
+
footerBodyData: {
|
|
43
|
+
description: S(C({ data: e.data, descriptionType: e.descriptionType })),
|
|
44
|
+
textColor: (e.data.thumbnails.colors.font_color_description || "#FFFFFF").trim()
|
|
45
|
+
}
|
|
46
|
+
};
|
|
47
|
+
}), i = s(() => {
|
|
48
|
+
var t, a, o, l;
|
|
49
|
+
const r = !!((l = (o = (a = (t = e.data) == null ? void 0 : t.thumbnails) == null ? void 0 : a.images) == null ? void 0 : o.player_in_action) != null && l[0]), { title: n, subtitle: u } = A(e.data.title);
|
|
50
|
+
return {
|
|
51
|
+
title: n,
|
|
52
|
+
teamLogoUrl: B(e.data.team_id || ""),
|
|
53
|
+
playerInActionSrc: r ? p(e.data.thumbnails.images.player_in_action[0]) : T(e.data.player_id || ""),
|
|
54
|
+
shieldColor: (e.data.thumbnails.colors.graphic_color || "#5DACFF").trim(),
|
|
55
|
+
translate: r ? "0 8px" : "0 -16px"
|
|
56
|
+
};
|
|
57
|
+
}), h = s(() => ({
|
|
58
|
+
"--title-color": (e.data.thumbnails.colors.font_color_header || "#FFFFFF").trim()
|
|
59
|
+
}));
|
|
60
|
+
return (t, a) => (_(), f("div", V, [
|
|
61
|
+
c(x, y(g.value, {
|
|
62
|
+
"show-videos": d.showVideos,
|
|
63
|
+
"id-aux": d.idAux
|
|
64
|
+
}), {
|
|
65
|
+
body: b(() => [
|
|
66
|
+
m("div", {
|
|
67
|
+
class: "productive__body",
|
|
68
|
+
style: v(h.value)
|
|
69
|
+
}, [
|
|
70
|
+
m("div", D, F(i.value.title), 1),
|
|
71
|
+
c(k, {
|
|
72
|
+
id: e.data.id,
|
|
73
|
+
"team-logo-src": i.value.teamLogoUrl,
|
|
74
|
+
"inner-image-src": i.value.playerInActionSrc,
|
|
75
|
+
color: i.value.shieldColor,
|
|
76
|
+
"inner-image-translate": i.value.translate
|
|
77
|
+
}, null, 8, ["id", "team-logo-src", "inner-image-src", "color", "inner-image-translate"])
|
|
78
|
+
], 4)
|
|
79
|
+
]),
|
|
80
|
+
_: 1
|
|
81
|
+
}, 16, ["show-videos", "id-aux"])
|
|
82
|
+
]));
|
|
83
|
+
}
|
|
84
|
+
}, H = /* @__PURE__ */ w(I, [["__scopeId", "data-v-26719ec7"]]);
|
|
85
|
+
export {
|
|
86
|
+
H as default
|
|
87
|
+
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { computed as r, openBlock as a, createElementBlock as l, normalizeStyle as g, createElementVNode as t, createCommentVNode as d, createStaticVNode as h, pushScopeId as p, popScopeId as m } from "vue";
|
|
2
|
-
import {
|
|
2
|
+
import { m as c } from "./CardBase-Cdma--ld-BufA9Fxb.js";
|
|
3
3
|
const s = (e) => (p("data-v-99150449"), e = e(), m(), e), C = { class: "shield__team-logo" }, u = ["src"], f = { class: "shield-mask-1" }, L = ["id"], _ = /* @__PURE__ */ s(() => /* @__PURE__ */ t("path", {
|
|
4
4
|
d: "M1 0.476395V0.387079V0H5.96046e-08V0.387079V0.476395C5.96046e-08 0.587341 0.0452889 0.694837 0.130937 0.787218C0.216586 0.879598 0.337247 0.951098 0.479865 0.993954L0.489932 0.996977L0.5 1L0.510068 0.996977L0.520135 0.993954C0.662753 0.951098 0.783414 0.879598 0.869063 0.787218C0.954741 0.694837 1 0.587363 1 0.476395Z",
|
|
5
5
|
fill: "#D9D9D9"
|
|
@@ -149,7 +149,7 @@ const s = (e) => (p("data-v-99150449"), e = e(), m(), e), C = { class: "shield__
|
|
|
149
149
|
])) : d("", !0)
|
|
150
150
|
], 4));
|
|
151
151
|
}
|
|
152
|
-
},
|
|
152
|
+
}, A = /* @__PURE__ */ c(G, [["__scopeId", "data-v-99150449"]]);
|
|
153
153
|
export {
|
|
154
|
-
|
|
154
|
+
A as N
|
|
155
155
|
};
|
package/dist/gsc-landing.js
CHANGED