@golstats/gsc-relevant-data 1.0.24 → 1.0.26
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-UGUm5LIO-Bu-WCWmh.js +181 -0
- package/dist/{CardBaseAllIndividual-MZU9YVGl-Ccdyzbia.js → CardBaseAllIndividual-DhP1rAtE-3OsmwH3m.js} +22 -16
- package/dist/CardGeneral-BAXvz3FB-s6i9znzb.js +714 -0
- package/dist/{CardGeneralIndividual-Cr4vkSx7-C9xW-93k.js → CardGeneralIndividual-NPTnNZWV-eB61nP2F.js} +122 -95
- package/dist/{CardGeneralTeams-Dbs9m7rY-CPCN5iDs.js → CardGeneralTeams-x8ACH3cM-Dx-c_2vg.js} +64 -60
- package/dist/{CardIndividual-BWKDE_dT-cZPllZOH.js → CardIndividual-CLC_hCxp-M6QT2umS.js} +68 -63
- package/dist/CardIndividual1vs1-DlXYcpqn-C9hYWxqa.js +119 -0
- package/dist/{CardIndividualAreas-B0ER1yDk-C3AlZTDb.js → CardIndividualAreas-DwGZNBiK-B5twxsqV.js} +32 -26
- package/dist/{CardIndividualCenters-Ds8JCDfK-CmjMn0ss.js → CardIndividualCenters-Dy9Y7EuU-CGcnKDIJ.js} +91 -85
- package/dist/{CardIndividualDistance-DybnqaN1-NSicRzHl.js → CardIndividualDistance-CZO9z3_W-DitMBi_w.js} +42 -34
- package/dist/{CardIndividualFouls-BSZw6Irw-yjfxAhwv.js → CardIndividualFouls-CQQKqTt0-Ctl63Cnv.js} +47 -41
- package/dist/{CardIndividualGoalParticipation-D0jx0mKO-B4CXxUDu.js → CardIndividualGoalParticipation-zk-n5xHy-BbM0v4R8.js} +38 -33
- package/dist/{CardIndividualGoals-k1HYTdnr-C9bj-1GK.js → CardIndividualGoals-D8Q-nDDh-BCpvjxIp.js} +397 -247
- package/dist/{CardIndividualGold-BoE9YjMT-CUSj67G4.js → CardIndividualGold-C2_0uQav-B3BOejd6.js} +45 -39
- package/dist/{CardIndividualNoGoalReceived-T1szlu3u-DQODbu5L.js → CardIndividualNoGoalReceived-d4YI1ubq-DetMFo_a.js} +72 -64
- package/dist/CardIndividualPerformance-8cTQkdKa-CpPy72XR.js +113 -0
- package/dist/{CardIndividualSaves-rWMesrlG-BTh7BI_B.js → CardIndividualSaves-D3klW0a0-C_6hBq8X.js} +47 -43
- package/dist/{CardIndividualShotsOnGoal-DCl0FEKe-D17cDF13.js → CardIndividualShotsOnGoal-CfSvMHck-BKXUSCTg.js} +57 -51
- package/dist/{CardIndividualStatistics-D5JBvozg-DOwkeFii.js → CardIndividualStatistics-dcv2daDu-271LyA8G.js} +36 -30
- package/dist/CardPromTournament-Bt_4pp95-C_RYLTRi.js +145 -0
- package/dist/{CardSuccessfulPasses-BdWMHjtx-Bd8oiIrM.js → CardSuccessfulPasses-DKUaTTnU-CVQUgEG3.js} +32 -26
- package/dist/CardTheMostProductive-CjEvn9nI-C8Ix4rse.js +87 -0
- package/dist/PlayerProfileCircle-DkJ-ww6U-x-_45FA-.js +41 -0
- package/dist/{Shield-DPZx9qP3-XUDWlDy-.js → Shield-SDusqLx5-B-AmrceB.js} +3 -3
- package/dist/css/fonts.css +127 -127
- package/dist/gsc-relevant-data.css +1 -1
- package/dist/gsc-relevant-data.js +1 -1
- package/dist/gsc-relevant-data.umd.cjs +6 -6
- package/dist/{index-RB58BB1V.js → index-bzUYfkcp.js} +868 -929
- package/package.json +42 -42
- package/dist/CardBase-D3YCZX4b-H7J2wucJ.js +0 -127
- package/dist/CardGeneral-C9IYdx36-DubrPvUf.js +0 -686
- package/dist/CardIndividual1vs1-fcFN4SBW-DWBgSh5A.js +0 -113
- package/dist/CardIndividualPerformance-BZmpXMyI-CNK3pZOF.js +0 -108
- package/dist/CardPromTournament-DaUtBS2s-CtjgZjKi.js +0 -141
- package/dist/CardTheMostProductive-DTnPP64--nwISKj2O.js +0 -81
- package/dist/CircleWithDotsBig-DD6iMX6w-Cj0D4_bB.js +0 -151
package/package.json
CHANGED
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@golstats/gsc-relevant-data",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"type": "module",
|
|
5
|
-
"files": [
|
|
6
|
-
"dist"
|
|
7
|
-
],
|
|
8
|
-
"main": "./dist/gsc-relevant-data.umd.cjs",
|
|
9
|
-
"module": "./dist/gsc-relevant-data.js",
|
|
10
|
-
"exports": {
|
|
11
|
-
".": {
|
|
12
|
-
"import": "./dist/gsc-relevant-data.js",
|
|
13
|
-
"require": "./dist/gsc-relevant-data.umd.cjs"
|
|
14
|
-
}
|
|
15
|
-
},
|
|
16
|
-
"scripts": {
|
|
17
|
-
"dev": "vite",
|
|
18
|
-
"build": "vite build",
|
|
19
|
-
"preview": "vite preview",
|
|
20
|
-
"lint": "eslint . --fix",
|
|
21
|
-
"format": "prettier --write src/"
|
|
22
|
-
},
|
|
23
|
-
"dependencies": {
|
|
24
|
-
"@golstats/gsc-data-cards": "^1.0.
|
|
25
|
-
"@golstats/gsc-season-select": "^1.0.9",
|
|
26
|
-
"@golstats/gsc-slider": "^1.0.5",
|
|
27
|
-
"@golstats/gsc-switch-component": "^1.0.14",
|
|
28
|
-
"@golstats/gsc-tournament-select": "^1.0.13",
|
|
29
|
-
"axios": "^1.7.9",
|
|
30
|
-
"vue": "3.4.14"
|
|
31
|
-
},
|
|
32
|
-
"devDependencies": {
|
|
33
|
-
"@eslint/js": "^9.14.0",
|
|
34
|
-
"@vitejs/plugin-vue": "^5.2.1",
|
|
35
|
-
"@vue/eslint-config-prettier": "^10.1.0",
|
|
36
|
-
"eslint": "^9.14.0",
|
|
37
|
-
"eslint-plugin-vue": "^9.30.0",
|
|
38
|
-
"prettier": "^3.3.3",
|
|
39
|
-
"vite": "^6.0.5",
|
|
40
|
-
"vite-plugin-vue-devtools": "^7.6.8"
|
|
41
|
-
}
|
|
42
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@golstats/gsc-relevant-data",
|
|
3
|
+
"version": "1.0.26",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"files": [
|
|
6
|
+
"dist"
|
|
7
|
+
],
|
|
8
|
+
"main": "./dist/gsc-relevant-data.umd.cjs",
|
|
9
|
+
"module": "./dist/gsc-relevant-data.js",
|
|
10
|
+
"exports": {
|
|
11
|
+
".": {
|
|
12
|
+
"import": "./dist/gsc-relevant-data.js",
|
|
13
|
+
"require": "./dist/gsc-relevant-data.umd.cjs"
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
"scripts": {
|
|
17
|
+
"dev": "vite",
|
|
18
|
+
"build": "vite build",
|
|
19
|
+
"preview": "vite preview",
|
|
20
|
+
"lint": "eslint . --fix",
|
|
21
|
+
"format": "prettier --write src/"
|
|
22
|
+
},
|
|
23
|
+
"dependencies": {
|
|
24
|
+
"@golstats/gsc-data-cards": "^1.0.26",
|
|
25
|
+
"@golstats/gsc-season-select": "^1.0.9",
|
|
26
|
+
"@golstats/gsc-slider": "^1.0.5",
|
|
27
|
+
"@golstats/gsc-switch-component": "^1.0.14",
|
|
28
|
+
"@golstats/gsc-tournament-select": "^1.0.13",
|
|
29
|
+
"axios": "^1.7.9",
|
|
30
|
+
"vue": "3.4.14"
|
|
31
|
+
},
|
|
32
|
+
"devDependencies": {
|
|
33
|
+
"@eslint/js": "^9.14.0",
|
|
34
|
+
"@vitejs/plugin-vue": "^5.2.1",
|
|
35
|
+
"@vue/eslint-config-prettier": "^10.1.0",
|
|
36
|
+
"eslint": "^9.14.0",
|
|
37
|
+
"eslint-plugin-vue": "^9.30.0",
|
|
38
|
+
"prettier": "^3.3.3",
|
|
39
|
+
"vite": "^6.0.5",
|
|
40
|
+
"vite-plugin-vue-devtools": "^7.6.8"
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -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-RB58BB1V.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
|
-
};
|