@golstats/gsc-landing 1.0.200 → 1.0.201
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/{CardBaseAllIndividual-yLYe0xMs-SDUJvPop.js → CardBaseAllIndividual-D0CaU15e-CLPB0z0l.js} +65 -62
- package/dist/{CardGeneral-CzD9BfTs-D1qozgj2.js → CardGeneral-AZwvWZ_3-AQOM0OL9.js} +46 -46
- package/dist/{CardGeneralIndividual-DaONNIwT-WoYrg7O0.js → CardGeneralIndividual-DetWgcUA-BTLZpGNX.js} +17 -17
- package/dist/{CardGeneralTeams-CCfSIg5--ycGF0WJl.js → CardGeneralTeams-wLzPsHgF-fLdKm-YP.js} +30 -30
- package/dist/{CardIndividual-DPKW-YpP-Dnc0EEj0.js → CardIndividual-DsTXOh1h-Dc3790C2.js} +102 -103
- package/dist/{CardIndividual1vs1-BRtGgXM7-CedeR8el.js → CardIndividual1vs1-D4ApefEV-BpJl9DFk.js} +12 -12
- package/dist/{CardIndividualAreas-Da2UYEaV-BPWvNz8Q.js → CardIndividualAreas-DngsmF39-DcK3uLDs.js} +8 -7
- package/dist/{CardIndividualCenters-DMkkZlrP-Bb4dMrwf.js → CardIndividualCenters-BG_eOM3D-xuIP7w17.js} +108 -107
- package/dist/{CardIndividualDistance-C226QSwL-R--LlcPz.js → CardIndividualDistance-CvBDGVS--D8YWMCKb.js} +2 -2
- package/dist/CardIndividualFouls-C44UeLyO-ZIHkkK8-.js +682 -0
- package/dist/{CardIndividualGoalParticipation-Cpg4aGAE-DeUV1zrF.js → CardIndividualGoalParticipation-CCDWQfQW-BGYwHtJV.js} +3 -3
- package/dist/{CardIndividualGoals-BVMarvFd-DL29nvxj.js → CardIndividualGoals-B4b5wkp6-BwluJyoB.js} +95 -92
- package/dist/{CardIndividualGold-Df7Raasl-Byue4uk-.js → CardIndividualGold-BfC-u_iy-DT3GeGNQ.js} +36 -33
- package/dist/{CardIndividualNoGoalReceived-CIx-n793--Wt2ynZx.js → CardIndividualNoGoalReceived-BfSj5Spd-CmA-iSLj.js} +4 -4
- package/dist/{CardIndividualPerformance-DyczUumz-BaHTtZS4.js → CardIndividualPerformance-DPNMz8n4-DTgdkzaM.js} +23 -23
- package/dist/{CardIndividualSaves-CC91zpjd-CAQ8vR7-.js → CardIndividualSaves-nqci9xWF-CDd6dQLA.js} +36 -36
- package/dist/{CardIndividualShotsOnGoal-CxwYTN__-Bd9Y6B6j.js → CardIndividualShotsOnGoal-CivXiLK1-Gtfy45ra.js} +18 -17
- package/dist/{CardIndividualStatistics-CBd679p9-itsHFDEL.js → CardIndividualStatistics-Z68XArun-DT_RnZV9.js} +39 -35
- package/dist/{CardPromTournament-BKH4VcBp-D784umYN.js → CardPromTournament-D8dm7vzw-DjvD0ktc.js} +4 -4
- package/dist/CardSuccessfulPasses-Duuuvnsj-Dtkl1toq.js +809 -0
- package/dist/CardTheMostProductive-Jp8NzANe-DYcLrIfR.js +76 -0
- package/dist/{CircleWithDotsBig-5eFuZwDk-n956nNzk.js → CircleWithDotsBig-BWySvEMt-COAdxI3W.js} +1 -1
- package/dist/{Shield-0VkASyDI-Cm8rtKBS.js → Shield-DzbSNLIW-B-twHEDg.js} +1 -1
- package/dist/gsc-landing.js +2284 -2251
- package/dist/gsc-landing.umd.cjs +65 -65
- package/dist/{misc-BbzSgyER-2p2XKW1m.js → misc-BpbriWn--Bd_IQoHZ.js} +4 -4
- package/dist/style.css +1 -1
- package/package.json +53 -53
- package/dist/CardIndividualFouls-ycmte1YE-DyR9GrTc.js +0 -669
- package/dist/CardSuccessfulPasses-DKetowpu-B12McLj4.js +0 -91
- package/dist/CardTheMostProductive-CoGLtVYs-BZcw_blj.js +0 -75
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
import { computed as u, openBlock as h, createElementBlock as b, createVNode as c, normalizeProps as f, guardReactiveProps as y, withCtx as v, createElementVNode as s, normalizeStyle as F, toDisplayString as x } from "vue";
|
|
2
|
+
import { r as k } from "./CardBaseAllIndividual-D0CaU15e-CLPB0z0l.js";
|
|
3
|
+
import { N as C } from "./Shield-DzbSNLIW-B-twHEDg.js";
|
|
4
|
+
import { h as S, E as m, I, O as w, $ as B, P as D, z as N } from "./misc-BpbriWn--Bd_IQoHZ.js";
|
|
5
|
+
const P = { class: "productive" }, T = { class: "productive__body__title" }, z = {
|
|
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
|
+
},
|
|
25
|
+
setup(p) {
|
|
26
|
+
const t = p, _ = u(() => {
|
|
27
|
+
var a, e, i, o, r, n, d;
|
|
28
|
+
return {
|
|
29
|
+
height: t.height,
|
|
30
|
+
width: t.width,
|
|
31
|
+
footerHeight: "112px",
|
|
32
|
+
cardColor: (t.data.thumbnails.colors.background_color || "#000000").trim(),
|
|
33
|
+
backgroundImageSrc: m((o = (i = (e = (a = t.data) == null ? void 0 : a.thumbnails) == null ? void 0 : e.images) == null ? void 0 : i.background_player_in_action) != null && o[0] ? t.data.thumbnails.images.background_player_in_action[0] : (d = (n = (r = t.data) == null ? void 0 : r.thumbnails) == null ? void 0 : n.images) != null && d.background_team ? t.data.thumbnails.images.background_team : ""),
|
|
34
|
+
footerBodyData: {
|
|
35
|
+
description: I(w({ data: t.data, descriptionType: t.descriptionType })),
|
|
36
|
+
textColor: (t.data.thumbnails.colors.font_color_description || "#FFFFFF").trim()
|
|
37
|
+
}
|
|
38
|
+
};
|
|
39
|
+
}), l = u(() => {
|
|
40
|
+
var a, e, i, o;
|
|
41
|
+
const r = !!((o = (i = (e = (a = t.data) == null ? void 0 : a.thumbnails) == null ? void 0 : e.images) == null ? void 0 : i.player_in_action) != null && o[0]), { title: n, subtitle: d } = B(t.data.title);
|
|
42
|
+
return {
|
|
43
|
+
title: n,
|
|
44
|
+
teamLogoUrl: D(t.data.team_id || ""),
|
|
45
|
+
playerInActionSrc: r ? m(t.data.thumbnails.images.player_in_action[0]) : N(t.data.player_id || ""),
|
|
46
|
+
shieldColor: (t.data.thumbnails.colors.graphic_color || "#5DACFF").trim(),
|
|
47
|
+
translate: r ? "-40px -8px" : "-42px -30px"
|
|
48
|
+
};
|
|
49
|
+
}), g = u(() => ({
|
|
50
|
+
"--title-color": (t.data.thumbnails.colors.font_color_header || "#FFFFFF").trim()
|
|
51
|
+
}));
|
|
52
|
+
return (a, e) => (h(), b("div", P, [
|
|
53
|
+
c(k, f(y(_.value)), {
|
|
54
|
+
body: v(() => [
|
|
55
|
+
s("div", {
|
|
56
|
+
class: "productive__body",
|
|
57
|
+
style: F(g.value)
|
|
58
|
+
}, [
|
|
59
|
+
s("div", T, x(l.value.title), 1),
|
|
60
|
+
c(C, {
|
|
61
|
+
id: t.data.id,
|
|
62
|
+
"team-logo-src": l.value.teamLogoUrl,
|
|
63
|
+
"inner-image-src": l.value.playerInActionSrc,
|
|
64
|
+
color: l.value.shieldColor,
|
|
65
|
+
"inner-image-translate": l.value.translate
|
|
66
|
+
}, null, 8, ["id", "team-logo-src", "inner-image-src", "color", "inner-image-translate"])
|
|
67
|
+
], 4)
|
|
68
|
+
]),
|
|
69
|
+
_: 1
|
|
70
|
+
}, 16)
|
|
71
|
+
]));
|
|
72
|
+
}
|
|
73
|
+
}, O = /* @__PURE__ */ S(z, [["__scopeId", "data-v-c1760c92"]]);
|
|
74
|
+
export {
|
|
75
|
+
O as default
|
|
76
|
+
};
|
package/dist/{CircleWithDotsBig-5eFuZwDk-n956nNzk.js → CircleWithDotsBig-BWySvEMt-COAdxI3W.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { computed as p, openBlock as t, createElementBlock as i, normalizeStyle as c, createElementVNode as l, toDisplayString as s, createCommentVNode as f, pushScopeId as C, popScopeId as h } from "vue";
|
|
2
|
-
import { h as v } from "./misc-
|
|
2
|
+
import { h as v } from "./misc-BpbriWn--Bd_IQoHZ.js";
|
|
3
3
|
const d = (e) => (C("data-v-22c8adc8"), e = e(), h(), e), x = { class: "circle__total" }, g = { class: "total" }, y = {
|
|
4
4
|
key: 0,
|
|
5
5
|
class: "suffix"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { computed as r, openBlock as a, createElementBlock as l, normalizeStyle as h, createElementVNode as t, createCommentVNode as d, createStaticVNode as g, pushScopeId as p, popScopeId as m } from "vue";
|
|
2
|
-
import { h as c } from "./misc-
|
|
2
|
+
import { h as c } from "./misc-BpbriWn--Bd_IQoHZ.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"
|