@golstats/gsc-landing 1.0.191 → 1.0.194

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.
Files changed (30) hide show
  1. package/README.md +2 -2
  2. package/dist/CardBaseAllIndividual-BNOgnH6t-D0xjZkGw.js +325 -0
  3. package/dist/CardGeneral-D2PYPb95-DycFnfDS.js +116 -0
  4. package/dist/CardGeneralIndividual-BHjZ12n1-BvodKC3y.js +283 -0
  5. package/dist/CardGeneralTeams-ByBEp-8b-CbLocm8U.js +654 -0
  6. package/dist/CardIndividual-BR1r5B5u-DqflCygx.js +517 -0
  7. package/dist/CardIndividual1vs1-DPov_cGc-DtWs-qcq.js +487 -0
  8. package/dist/CardIndividualAreas-qEYtV2XP-C97pNpBa.js +503 -0
  9. package/dist/CardIndividualCenters-DURH48kE-BAeLhbBk.js +543 -0
  10. package/dist/CardIndividualDistance-BKeSbWJ9-B6Vj1YLa.js +95 -0
  11. package/dist/CardIndividualFouls-BqWT8Bzx-D0EDbSJl.js +668 -0
  12. package/dist/CardIndividualGoalParticipation-CRBepIcB-CBc1Wh03.js +108 -0
  13. package/dist/CardIndividualGoals-CBAA7DE3-Dco1VuBc.js +733 -0
  14. package/dist/CardIndividualGold-BBYsUCND-BhqSGl0q.js +115 -0
  15. package/dist/CardIndividualNoGoalReceived-HaDOJruE-CKzigvOP.js +194 -0
  16. package/dist/CardIndividualPerformance-CEPnHtE9-Da4MXSxk.js +99 -0
  17. package/dist/CardIndividualSaves-BqBRjEt7-CJBgPvne.js +241 -0
  18. package/dist/CardIndividualShotsOnGoal-X_3YzAE3-CbiYLtzD.js +169 -0
  19. package/dist/CardIndividualStatistics-D769xisE-D2KNSIfX.js +219 -0
  20. package/dist/CardPromTournament-DFGqM4we-C4dX0pKz.js +113 -0
  21. package/dist/CardSuccessfulPasses-CTjMzZAt-Bv_X927S.js +91 -0
  22. package/dist/CardTheMostProductive-DzbDtzZn-Dewb8MoQ.js +74 -0
  23. package/dist/CircleWithDotsBig-DfppYko9-BYZNX7zX.js +91 -0
  24. package/dist/Shield-BjoeEr7g-C7yufXoK.js +150 -0
  25. package/dist/TimeSvg-Cxp_p6OH-cZfI6hDf.js +95 -0
  26. package/dist/gsc-landing.js +30847 -20928
  27. package/dist/gsc-landing.umd.cjs +65 -45
  28. package/dist/misc-BJvl3Yld-2p2XKW1m.js +168 -0
  29. package/dist/style.css +1 -1
  30. package/package.json +53 -51
@@ -0,0 +1,168 @@
1
+ import { computed as d, openBlock as i, createElementBlock as n, normalizeClass as l, normalizeStyle as u, createCommentVNode as c, createElementVNode as s, renderSlot as p, pushScopeId as g, popScopeId as y } from "vue";
2
+ const f = (t, e) => {
3
+ const r = t.__vccOpts || t;
4
+ for (const [o, a] of e)
5
+ r[o] = a;
6
+ return r;
7
+ }, b = (t) => (g("data-v-2ba19cd1"), t = t(), y(), t), h = {
8
+ key: 0,
9
+ class: "card-base__background-image"
10
+ }, v = ["src"], m = {
11
+ key: 1,
12
+ class: "card-base__background-overlay"
13
+ }, _ = { class: "card-base__slot" }, k = {
14
+ key: 2,
15
+ class: "card-base__play"
16
+ }, w = /* @__PURE__ */ b(() => /* @__PURE__ */ s("svg", {
17
+ width: "60",
18
+ height: "60",
19
+ viewBox: "0 0 60 60",
20
+ fill: "none",
21
+ xmlns: "http://www.w3.org/2000/svg"
22
+ }, [
23
+ /* @__PURE__ */ s("circle", {
24
+ cx: "30",
25
+ cy: "30",
26
+ r: "30",
27
+ fill: "#0E1E2A",
28
+ "fill-opacity": ".96"
29
+ }),
30
+ /* @__PURE__ */ s("circle", {
31
+ cx: "30",
32
+ cy: "30",
33
+ r: "26.6",
34
+ stroke: "#757575",
35
+ "stroke-width": ".8"
36
+ }),
37
+ /* @__PURE__ */ s("path", {
38
+ 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",
39
+ fill: "#CBEE6B"
40
+ })
41
+ ], -1)), S = [
42
+ w
43
+ ], C = {
44
+ __name: "CardBase",
45
+ props: {
46
+ height: {
47
+ type: String,
48
+ default: "445px"
49
+ },
50
+ width: {
51
+ type: String,
52
+ default: "319px"
53
+ },
54
+ backgroundOverlayColor: {
55
+ type: String,
56
+ default: "#000000"
57
+ },
58
+ backgroundOverlayOpacity: {
59
+ type: String,
60
+ default: "0.8"
61
+ },
62
+ backgroundImageSrc: {
63
+ type: String,
64
+ default: ""
65
+ },
66
+ overflow: {
67
+ type: String,
68
+ default: "visible"
69
+ },
70
+ borderRadius: {
71
+ type: String,
72
+ default: "15px"
73
+ },
74
+ isPlayButtonVisible: {
75
+ type: Boolean,
76
+ default: !0
77
+ },
78
+ goldCardType: {
79
+ type: Number,
80
+ default: 0
81
+ }
82
+ },
83
+ setup(t) {
84
+ const e = t, r = d(() => ({
85
+ "--height": e.height,
86
+ "--width": e.width,
87
+ "--background-overlay-color": e.backgroundOverlayColor,
88
+ "--overflow": e.overflow,
89
+ "--border-radius": e.borderRadius,
90
+ "--background-overlay-opacity": e.backgroundOverlayOpacity,
91
+ "--background-gold-size": `${e.width} ${e.height}`
92
+ })), o = d(() => {
93
+ const a = [];
94
+ return e.goldCardType && (e.goldCardType === 1 ? a.push("gold-card-1") : e.goldCardType === 2 && a.push("gold-card-2")), a;
95
+ });
96
+ return (a, x) => (i(), n("div", {
97
+ class: l(["card-base", o.value]),
98
+ style: u(r.value)
99
+ }, [
100
+ t.goldCardType ? c("", !0) : (i(), n("div", h, [
101
+ t.backgroundImageSrc ? (i(), n("img", {
102
+ key: 0,
103
+ src: t.backgroundImageSrc,
104
+ alt: ""
105
+ }, null, 8, v)) : c("", !0)
106
+ ])),
107
+ t.goldCardType ? c("", !0) : (i(), n("div", m)),
108
+ s("div", _, [
109
+ p(a.$slots, "default", {}, void 0, !0)
110
+ ]),
111
+ t.isPlayButtonVisible ? (i(), n("div", k, S)) : c("", !0)
112
+ ], 6));
113
+ }
114
+ }, O = /* @__PURE__ */ f(C, [["__scopeId", "data-v-2ba19cd1"]]);
115
+ function T(t = "") {
116
+ const e = t.split("");
117
+ let r = 1;
118
+ return e.reduce((o, a) => (a === "*" ? (r % 2 === 0 ? o += "</span>" : o += '<span class="text-bold">', r++) : o += a, o), "");
119
+ }
120
+ function z({ data: t, descriptionType: e }) {
121
+ switch (e) {
122
+ case 1:
123
+ return t.finish_first_person_description;
124
+ case 2:
125
+ return t.first_person_description;
126
+ case 3:
127
+ return t.finish_third_person_description;
128
+ case 4:
129
+ return t.third_person_description;
130
+ case 5:
131
+ return t.finish_description;
132
+ case 6:
133
+ return t.description;
134
+ }
135
+ }
136
+ function E(t) {
137
+ return `https://az755631.vo.msecnd.net/teams-80/${t}.png`;
138
+ }
139
+ function I(t) {
140
+ return `https://az755631.vo.msecnd.net/players-profile/${t}.png`;
141
+ }
142
+ function $(t) {
143
+ return `https://golstatsimages.blob.core.windows.net/images-library/${t}`;
144
+ }
145
+ function V(t) {
146
+ if (t.includes("*")) {
147
+ let e = "";
148
+ const r = t.match(/\*(.*?)\*/);
149
+ return r && (e = r[1]), {
150
+ title: e.trim(),
151
+ subtitle: t.replace(/\*(.*?)\*/, "").trim()
152
+ };
153
+ }
154
+ return {
155
+ title: t,
156
+ subtitle: ""
157
+ };
158
+ }
159
+ export {
160
+ V as $,
161
+ $ as E,
162
+ T as I,
163
+ z as O,
164
+ E as P,
165
+ O as T,
166
+ f as h,
167
+ I as z
168
+ };