@dcrackel/hematournamentui 1.0.357 → 1.0.359
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.
|
@@ -30352,7 +30352,8 @@ const bn = /* @__PURE__ */ ie(NO, [["render", qO]]), jO = {
|
|
|
30352
30352
|
return r >= 0 ? Math.ceil(r) + 1 : 0;
|
|
30353
30353
|
},
|
|
30354
30354
|
tournamentImage() {
|
|
30355
|
-
|
|
30355
|
+
var n, e, t;
|
|
30356
|
+
return ((t = (e = (n = this.localTournament) == null ? void 0 : n.Images) == null ? void 0 : e[0]) == null ? void 0 : t.URL) || "";
|
|
30356
30357
|
},
|
|
30357
30358
|
tournamentAddress() {
|
|
30358
30359
|
return this.localTournament.Address.Name;
|
|
@@ -33641,6 +33642,9 @@ const Fz = /* @__PURE__ */ ie(wz, [["render", zz]]), Pz = {
|
|
|
33641
33642
|
this.localBout.TimeLeft = this.startTime, this.emitBout();
|
|
33642
33643
|
},
|
|
33643
33644
|
computed: {
|
|
33645
|
+
RingName() {
|
|
33646
|
+
return this.localBout.Pool.RingName || "Ring";
|
|
33647
|
+
},
|
|
33644
33648
|
showPassesBox() {
|
|
33645
33649
|
return this.eventRules.some((n) => n.RuleName === "PoolNumOfPasses") || this.eventRules.some((n) => n.RuleName === "DENumOfPasses");
|
|
33646
33650
|
},
|
|
@@ -33708,7 +33712,7 @@ function Hz(n, e, t, r, i, A) {
|
|
|
33708
33712
|
}, null, 8, ["bout", "hostingClubColors", "maxScore", "onUpdate:Score"]),
|
|
33709
33713
|
A.showTimerBox ? (C(), le(s, {
|
|
33710
33714
|
key: 0,
|
|
33711
|
-
ringName:
|
|
33715
|
+
ringName: A.RingName,
|
|
33712
33716
|
initialTime: parseInt(A.startTime),
|
|
33713
33717
|
"onUpdate:time": A.handleTimeChange,
|
|
33714
33718
|
"onUpdate:timeChange": A.handleTimeStateChange
|