@spash/frontlib 1.0.0 → 1.0.1
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/main.js +1 -2
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -25604,8 +25604,7 @@ const L5 = /* @__PURE__ */ je(I5, [["render", O5]]), k5 = { class: "relative min
|
|
|
25604
25604
|
if (t.value.type === "goal" && s.value.withStats) {
|
|
25605
25605
|
const v = t.value.ngtvSessionTeam.color;
|
|
25606
25606
|
v === "orange" ? (p.title = "Team B", p.color = "teamA") : v === "blue" && (p.title = "Team A", p.color = "teamB");
|
|
25607
|
-
} else
|
|
25608
|
-
t.value.ngtvSessionTeam.home ? (p.title = "Team A", p.color = "teamA") : (p.title = "Team B", p.color = "teamB");
|
|
25607
|
+
} else t.value.type === "goal" ? t.value.ngtvSessionTeam.home ? (p.title = "Team A", p.color = "teamB") : (p.title = "Team B", p.color = "teamA") : t.value.ngtvSessionTeam.home ? (p.title = "Team A", p.color = "teamA") : (p.title = "Team B", p.color = "teamB");
|
|
25609
25608
|
else
|
|
25610
25609
|
t.value.type === "buzz" ? (p.title = "Buzz !", p.color = "red") : t.value.type === "foul" ? (p.title = i("commons.events.foul"), p.color = "orange") : t.value.type === "new_set" ? (p.title = i("commons.events.new_set"), p.color = "blue") : (p.title = ((g = d.value) == null ? void 0 : g.name) || "", p.color = "purple");
|
|
25611
25610
|
return p;
|