@dcrackel/hematournamentui 1.0.407 → 1.0.409
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.
|
@@ -31770,26 +31770,23 @@ const Rs = /* @__PURE__ */ ie(z4, [["render", Y4]]), q4 = {
|
|
|
31770
31770
|
type: Object,
|
|
31771
31771
|
required: !0,
|
|
31772
31772
|
validator(n) {
|
|
31773
|
-
const t = [
|
|
31774
|
-
"EventName",
|
|
31775
|
-
"RuleSummary",
|
|
31776
|
-
"Absent",
|
|
31777
|
-
"Present",
|
|
31778
|
-
"Removed"
|
|
31779
|
-
].filter((r) => !(r in n));
|
|
31773
|
+
const t = ["EventName", "RuleSummary", "Absent", "Present"].filter((r) => !(r in n));
|
|
31780
31774
|
return t.length ? (console.warn(`Invalid event object: Missing fields: ${t.join(", ")}`), !1) : !0;
|
|
31781
31775
|
}
|
|
31782
31776
|
}
|
|
31783
31777
|
},
|
|
31784
31778
|
computed: {
|
|
31785
31779
|
absent() {
|
|
31786
|
-
|
|
31780
|
+
var n;
|
|
31781
|
+
return ((n = this.event) == null ? void 0 : n.Absent) || "0";
|
|
31787
31782
|
},
|
|
31788
31783
|
present() {
|
|
31789
|
-
|
|
31784
|
+
var n;
|
|
31785
|
+
return ((n = this.event) == null ? void 0 : n.Present) || "0";
|
|
31790
31786
|
},
|
|
31791
31787
|
removed() {
|
|
31792
|
-
|
|
31788
|
+
var n;
|
|
31789
|
+
return ((n = this.event) == null ? void 0 : n.Removed) || "0";
|
|
31793
31790
|
}
|
|
31794
31791
|
}
|
|
31795
31792
|
}, j4 = { class: "bg-poolSetup py-1 px-4 rounded-xl flex justify-between items-center shadow border border-dropdownSelect" }, K4 = { class: "flex flex-col pt-2" }, U4 = /* @__PURE__ */ g("span", { class: "h-8" }, null, -1), G4 = { class: "flex flex-col" }, J4 = { class: "flex justify-center items-center" }, V4 = { class: "flex" };
|