@golstats/gsc-landing 1.0.213 → 1.0.215
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/CardBase-ChDCLySs-BnJ37O3_.js +181 -0
- package/dist/{CardBaseAllIndividual-MZU9YVGl-CP107tbU.js → CardBaseAllIndividual-CX7X5hP3-DeBDJbUf.js} +22 -16
- package/dist/CardGeneral-BOFU3ewp-vla0R6ar.js +714 -0
- package/dist/{CardGeneralIndividual-Cr4vkSx7-CJJdrLMj.js → CardGeneralIndividual-uQTtFW4U-BkHnaPPD.js} +122 -95
- package/dist/{CardGeneralTeams-Dbs9m7rY-DkjTHx_b.js → CardGeneralTeams-BP3La-Ld-Xyq_L5uX.js} +64 -60
- package/dist/{CardIndividual-BWKDE_dT-DBY7KxMm.js → CardIndividual-DMMRmSi2-BqN7gmFv.js} +65 -60
- package/dist/CardIndividual1vs1-Bv8b5IIG-Ch9qSDIz.js +119 -0
- package/dist/{CardIndividualAreas-B0ER1yDk-BXA3kkP-.js → CardIndividualAreas-CvTLzhDe-CxZqYbA3.js} +32 -26
- package/dist/{CardIndividualCenters-Ds8JCDfK-BDqdw3CH.js → CardIndividualCenters-CrYHyQxu-cIdiMvOc.js} +91 -85
- package/dist/{CardIndividualDistance-DybnqaN1-pWNr0r-3.js → CardIndividualDistance-CWDDIJ83-wq3ChNSO.js} +42 -34
- package/dist/{CardIndividualFouls-BSZw6Irw-DHoHyyuo.js → CardIndividualFouls-BOBPG76o-Cr7zPQ-k.js} +47 -41
- package/dist/{CardIndividualGoalParticipation-D0jx0mKO-CmyYljBx.js → CardIndividualGoalParticipation-BDxpFsvg-Bxe8LNLj.js} +38 -33
- package/dist/{CardIndividualGoals-k1HYTdnr-DwdImXmD.js → CardIndividualGoals-DVDdbBfi-3pxFdVek.js} +397 -247
- package/dist/{CardIndividualGold-BoE9YjMT-BTGXOE5O.js → CardIndividualGold-CLwqSmhY-DQxNX96O.js} +45 -39
- package/dist/{CardIndividualNoGoalReceived-T1szlu3u-BsDem5g0.js → CardIndividualNoGoalReceived-BdnMEYLP-BmH2Q3hB.js} +42 -37
- package/dist/CardIndividualPerformance-9Cgxb8AH-CKHPoagm.js +113 -0
- package/dist/{CardIndividualSaves-rWMesrlG-DthInp2-.js → CardIndividualSaves-DxroAo6u-DjwSYz7p.js} +40 -36
- package/dist/{CardIndividualShotsOnGoal-DCl0FEKe-D1LFguJT.js → CardIndividualShotsOnGoal-DJkETXaD-DC6DZtaf.js} +57 -51
- package/dist/{CardIndividualStatistics-D5JBvozg-0Gq27kWI.js → CardIndividualStatistics-Bci82FbX-_u70bydD.js} +36 -30
- package/dist/CardPromTournament-DBsGq2Rt-BiIeMZAU.js +145 -0
- package/dist/{CardSuccessfulPasses-BdWMHjtx-C7yqLEWL.js → CardSuccessfulPasses-38zySsbp-CjINypSW.js} +30 -24
- package/dist/CardTheMostProductive-B1UOywJ1-CDybX3LK.js +87 -0
- package/dist/PlayerProfileCircle-Dfaw_14p-WaOYxU8Q.js +41 -0
- package/dist/{Shield-DPZx9qP3-BCn1KwjE.js → Shield-T4ZGXEnI-Csqj5bz2.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-Clf4kqRY.js} +5177 -5238
- package/dist/style.css +1 -1
- package/package.json +2 -2
- package/dist/CardBase-D3YCZX4b-DGnwZ1-j.js +0 -127
- package/dist/CardGeneral-C9IYdx36-DpuRuCM2.js +0 -686
- package/dist/CardIndividual1vs1-fcFN4SBW-0yRvkJ62.js +0 -113
- package/dist/CardIndividualPerformance-BZmpXMyI-Cn3RFU3S.js +0 -108
- package/dist/CardPromTournament-DaUtBS2s-DYPh6beM.js +0 -141
- package/dist/CardTheMostProductive-DTnPP64--C47kK7xA.js +0 -81
- package/dist/CircleWithDotsBig-DD6iMX6w-DjUWhXAM.js +0 -151
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@golstats/gsc-landing",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.215",
|
|
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.25",
|
|
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,127 +0,0 @@
|
|
|
1
|
-
import { computed as u, openBlock as t, createElementBlock as o, normalizeClass as n, normalizeStyle as p, createCommentVNode as c, createElementVNode as l, renderSlot as g, pushScopeId as y, popScopeId as f } from "vue";
|
|
2
|
-
import { M as b, z as v } from "./index-C-oaQYT0.js";
|
|
3
|
-
const h = (e, r) => {
|
|
4
|
-
const d = e.__vccOpts || e;
|
|
5
|
-
for (const [i, s] of r)
|
|
6
|
-
d[i] = s;
|
|
7
|
-
return d;
|
|
8
|
-
}, k = (e) => (y("data-v-2007ecf3"), e = e(), f(), e), m = {
|
|
9
|
-
key: 0,
|
|
10
|
-
class: "card-base__background-image"
|
|
11
|
-
}, w = ["src"], S = {
|
|
12
|
-
key: 1,
|
|
13
|
-
class: "card-base__background-overlay"
|
|
14
|
-
}, _ = { class: "card-base__slot" }, C = /* @__PURE__ */ k(() => /* @__PURE__ */ l("svg", {
|
|
15
|
-
width: "60",
|
|
16
|
-
height: "60",
|
|
17
|
-
viewBox: "0 0 60 60",
|
|
18
|
-
fill: "none",
|
|
19
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
20
|
-
}, [
|
|
21
|
-
/* @__PURE__ */ l("circle", {
|
|
22
|
-
cx: "30",
|
|
23
|
-
cy: "30",
|
|
24
|
-
r: "30",
|
|
25
|
-
fill: "#0E1E2A",
|
|
26
|
-
"fill-opacity": ".96"
|
|
27
|
-
}),
|
|
28
|
-
/* @__PURE__ */ l("circle", {
|
|
29
|
-
cx: "30",
|
|
30
|
-
cy: "30",
|
|
31
|
-
r: "26.6",
|
|
32
|
-
stroke: "#757575",
|
|
33
|
-
"stroke-width": ".8"
|
|
34
|
-
}),
|
|
35
|
-
/* @__PURE__ */ l("path", {
|
|
36
|
-
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",
|
|
37
|
-
fill: "#CBEE6B"
|
|
38
|
-
})
|
|
39
|
-
], -1)), B = [
|
|
40
|
-
C
|
|
41
|
-
], x = {
|
|
42
|
-
__name: "CardBase",
|
|
43
|
-
props: {
|
|
44
|
-
height: {
|
|
45
|
-
type: String,
|
|
46
|
-
default: "445px"
|
|
47
|
-
},
|
|
48
|
-
width: {
|
|
49
|
-
type: String,
|
|
50
|
-
default: "319px"
|
|
51
|
-
},
|
|
52
|
-
backgroundOverlayColor: {
|
|
53
|
-
type: String,
|
|
54
|
-
default: "#000000"
|
|
55
|
-
},
|
|
56
|
-
backgroundOverlayOpacity: {
|
|
57
|
-
type: String,
|
|
58
|
-
default: "0.8"
|
|
59
|
-
},
|
|
60
|
-
backgroundImageSrc: {
|
|
61
|
-
type: String,
|
|
62
|
-
default: ""
|
|
63
|
-
},
|
|
64
|
-
overflow: {
|
|
65
|
-
type: String,
|
|
66
|
-
default: "visible"
|
|
67
|
-
},
|
|
68
|
-
borderRadius: {
|
|
69
|
-
type: String,
|
|
70
|
-
default: "15px"
|
|
71
|
-
},
|
|
72
|
-
isPlayButtonVisible: {
|
|
73
|
-
type: Boolean,
|
|
74
|
-
default: !0
|
|
75
|
-
},
|
|
76
|
-
goldCardType: {
|
|
77
|
-
type: Number,
|
|
78
|
-
default: 0
|
|
79
|
-
},
|
|
80
|
-
showVideos: {
|
|
81
|
-
type: Boolean,
|
|
82
|
-
default: !0
|
|
83
|
-
}
|
|
84
|
-
},
|
|
85
|
-
setup(e) {
|
|
86
|
-
const r = e, d = u(() => ({
|
|
87
|
-
"--height": r.height,
|
|
88
|
-
"--width": r.width,
|
|
89
|
-
"--background-overlay-color": r.backgroundOverlayColor,
|
|
90
|
-
"--overflow": r.overflow,
|
|
91
|
-
"--border-radius": r.borderRadius,
|
|
92
|
-
"--background-overlay-opacity": r.backgroundOverlayOpacity,
|
|
93
|
-
"--background-gold-size": `${r.width} ${r.height}`
|
|
94
|
-
})), i = u(() => {
|
|
95
|
-
const a = [];
|
|
96
|
-
return r.goldCardType && (r.goldCardType === 1 ? a.push("gold-card-1") : r.goldCardType === 2 && a.push("gold-card-2")), a;
|
|
97
|
-
});
|
|
98
|
-
function s() {
|
|
99
|
-
b.emit(v());
|
|
100
|
-
}
|
|
101
|
-
return (a, E) => (t(), o("div", {
|
|
102
|
-
class: n(["card-base", i.value]),
|
|
103
|
-
style: p(d.value)
|
|
104
|
-
}, [
|
|
105
|
-
e.goldCardType ? c("", !0) : (t(), o("div", m, [
|
|
106
|
-
e.backgroundImageSrc ? (t(), o("img", {
|
|
107
|
-
key: 0,
|
|
108
|
-
src: e.backgroundImageSrc,
|
|
109
|
-
alt: ""
|
|
110
|
-
}, null, 8, w)) : c("", !0)
|
|
111
|
-
])),
|
|
112
|
-
e.goldCardType ? c("", !0) : (t(), o("div", S)),
|
|
113
|
-
l("div", _, [
|
|
114
|
-
g(a.$slots, "default", {}, void 0, !0)
|
|
115
|
-
]),
|
|
116
|
-
e.isPlayButtonVisible && e.showVideos ? (t(), o("div", {
|
|
117
|
-
key: 2,
|
|
118
|
-
class: "card-base__play",
|
|
119
|
-
onClick: s
|
|
120
|
-
}, B)) : c("", !0)
|
|
121
|
-
], 6));
|
|
122
|
-
}
|
|
123
|
-
}, V = /* @__PURE__ */ h(x, [["__scopeId", "data-v-2007ecf3"]]);
|
|
124
|
-
export {
|
|
125
|
-
V as E,
|
|
126
|
-
h as b
|
|
127
|
-
};
|