@golstats/gsc-landing 1.0.214 → 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/README.md +2 -2
- package/dist/{CardBase-Cdma--ld-BufA9Fxb.js → CardBase-ChDCLySs-BnJ37O3_.js} +11 -11
- package/dist/{CardBaseAllIndividual-D-OnB5nZ-BPn0LvNB.js → CardBaseAllIndividual-CX7X5hP3-DeBDJbUf.js} +1 -1
- package/dist/CardGeneral-BOFU3ewp-vla0R6ar.js +714 -0
- package/dist/{CardGeneralIndividual-D0egQpIm-CAQh25pC.js → CardGeneralIndividual-uQTtFW4U-BkHnaPPD.js} +169 -146
- package/dist/{CardGeneralTeams-C7jWZSZP-7UMUvMn-.js → CardGeneralTeams-BP3La-Ld-Xyq_L5uX.js} +4 -4
- package/dist/{CardIndividual-5844PHsB-ByyQBoNQ.js → CardIndividual-DMMRmSi2-BqN7gmFv.js} +30 -30
- package/dist/{CardIndividual1vs1-CQexwdAS-IO9xzI4J.js → CardIndividual1vs1-Bv8b5IIG-Ch9qSDIz.js} +7 -7
- package/dist/{CardIndividualAreas-C7_BsHLB-DxObq7Ml.js → CardIndividualAreas-CvTLzhDe-CxZqYbA3.js} +2 -2
- package/dist/{CardIndividualCenters-DV5tDLfV-C1ay0coc.js → CardIndividualCenters-CrYHyQxu-cIdiMvOc.js} +2 -2
- package/dist/{CardIndividualDistance-zl4VOolG-C3tuZVGO.js → CardIndividualDistance-CWDDIJ83-wq3ChNSO.js} +38 -36
- package/dist/{CardIndividualFouls-CvSJn7oh-HOx9vQ1u.js → CardIndividualFouls-BOBPG76o-Cr7zPQ-k.js} +2 -2
- package/dist/{CardIndividualGoalParticipation-CpyCN4pK-CMqtEPao.js → CardIndividualGoalParticipation-BDxpFsvg-Bxe8LNLj.js} +2 -2
- package/dist/{CardIndividualGoals-yml-5LMF-C_GyUhBk.js → CardIndividualGoals-DVDdbBfi-3pxFdVek.js} +2 -2
- package/dist/{CardIndividualGold-BN6tctB5-G6ym5byu.js → CardIndividualGold-CLwqSmhY-DQxNX96O.js} +3 -3
- package/dist/{CardIndividualNoGoalReceived-ICCs2ZM5-B1MQrZPF.js → CardIndividualNoGoalReceived-BdnMEYLP-BmH2Q3hB.js} +2 -2
- package/dist/{CardIndividualPerformance-B8vQAqkl-BYR02_RY.js → CardIndividualPerformance-9Cgxb8AH-CKHPoagm.js} +2 -2
- package/dist/{CardIndividualSaves-BwuZ8ftn-QqesnmR7.js → CardIndividualSaves-DxroAo6u-DjwSYz7p.js} +16 -16
- package/dist/{CardIndividualShotsOnGoal-BJME2mbD-BdBASKyS.js → CardIndividualShotsOnGoal-DJkETXaD-DC6DZtaf.js} +2 -2
- package/dist/{CardIndividualStatistics-By5s6JAO-Rv4-QyLp.js → CardIndividualStatistics-Bci82FbX-_u70bydD.js} +2 -2
- package/dist/CardPromTournament-DBsGq2Rt-BiIeMZAU.js +145 -0
- package/dist/{CardSuccessfulPasses-CnfMp77U-rRVe9D87.js → CardSuccessfulPasses-38zySsbp-CjINypSW.js} +4 -4
- package/dist/{CardTheMostProductive-BXTUS6yD-DyZgvFkv.js → CardTheMostProductive-B1UOywJ1-CDybX3LK.js} +3 -3
- package/dist/PlayerProfileCircle-Dfaw_14p-WaOYxU8Q.js +41 -0
- package/dist/{Shield-CqzYJKHt-OiFc4OPF.js → Shield-T4ZGXEnI-Csqj5bz2.js} +1 -1
- package/dist/gsc-landing.js +1 -1
- package/dist/gsc-landing.umd.cjs +49 -49
- package/dist/{index-CidNks_N.js → index-Clf4kqRY.js} +94 -94
- package/dist/style.css +1 -1
- package/package.json +53 -53
- package/dist/CardGeneral-Bw1wA3nD-DCftAsKf.js +0 -690
- package/dist/CardPromTournament-gihiLtUr-DUepGBni.js +0 -145
package/README.md
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
# landing-component
|
|
2
|
-
Componente de la pagina principal de Golstats 3.0
|
|
1
|
+
# landing-component
|
|
2
|
+
Componente de la pagina principal de Golstats 3.0
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { computed as l, openBlock as n, createElementBlock as s, normalizeClass as u, normalizeStyle as p, createCommentVNode as c, createElementVNode as d, renderSlot as g, pushScopeId as y, popScopeId as f } from "vue";
|
|
2
|
-
import {
|
|
3
|
-
function
|
|
2
|
+
import { q as h } from "./index-Clf4kqRY.js";
|
|
3
|
+
function z(t = "") {
|
|
4
4
|
const e = t.split("");
|
|
5
5
|
let r = 1;
|
|
6
6
|
return e.reduce((a, o) => (o === "*" ? (r % 2 === 0 ? a += "</span>" : a += '<span class="text-bold">', r++) : a += o, a), "");
|
|
7
7
|
}
|
|
8
|
-
function
|
|
8
|
+
function E({ data: t, descriptionType: e }) {
|
|
9
9
|
switch (e) {
|
|
10
10
|
case 1:
|
|
11
11
|
return t.finish_first_person_description;
|
|
@@ -21,10 +21,10 @@ function z({ data: t, descriptionType: e }) {
|
|
|
21
21
|
return t.description;
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
|
-
function
|
|
24
|
+
function T(t) {
|
|
25
25
|
return `https://az755631.vo.msecnd.net/teams-80/${t}.png`;
|
|
26
26
|
}
|
|
27
|
-
function
|
|
27
|
+
function $(t) {
|
|
28
28
|
return `https://az755631.vo.msecnd.net/players-profile/${t}.png`;
|
|
29
29
|
}
|
|
30
30
|
function I(t) {
|
|
@@ -49,7 +49,7 @@ const b = (t, e) => {
|
|
|
49
49
|
for (const [a, o] of e)
|
|
50
50
|
r[a] = o;
|
|
51
51
|
return r;
|
|
52
|
-
}, m = (t) => (y("data-v-
|
|
52
|
+
}, m = (t) => (y("data-v-03a48352"), t = t(), f(), t), v = {
|
|
53
53
|
key: 0,
|
|
54
54
|
class: "card-base__background-image"
|
|
55
55
|
}, _ = ["src"], k = {
|
|
@@ -168,14 +168,14 @@ const b = (t, e) => {
|
|
|
168
168
|
}, C)) : c("", !0)
|
|
169
169
|
], 6));
|
|
170
170
|
}
|
|
171
|
-
}, N = /* @__PURE__ */ b(x, [["__scopeId", "data-v-
|
|
171
|
+
}, N = /* @__PURE__ */ b(x, [["__scopeId", "data-v-03a48352"]]);
|
|
172
172
|
export {
|
|
173
173
|
N as $,
|
|
174
|
-
|
|
174
|
+
E as A,
|
|
175
175
|
A as E,
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
176
|
+
T as O,
|
|
177
|
+
z as P,
|
|
178
|
+
$ as V,
|
|
179
179
|
b as m,
|
|
180
180
|
I as z
|
|
181
181
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { computed as i, openBlock as o, createElementBlock as a, normalizeStyle as p, createElementVNode as r, toDisplayString as n, createBlock as B, mergeProps as H, withCtx as w, renderSlot as D, createCommentVNode as l, normalizeClass as T, Fragment as m, createVNode as b } from "vue";
|
|
2
|
-
import { m as k, $ as P } from "./CardBase-
|
|
2
|
+
import { m as k, $ as P } from "./CardBase-ChDCLySs-BnJ37O3_.js";
|
|
3
3
|
const $ = { class: "circle__total" }, L = { class: "total" }, z = { class: "suffix" }, N = ["width", "height", "viewBox"], U = ["stroke"], A = ["stroke"], I = ["stop-color"], M = ["stop-color"], V = {
|
|
4
4
|
__name: "CircleWithDots",
|
|
5
5
|
props: {
|