@dcrackel/hematournamentui 1.0.660 → 1.0.661
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.
|
@@ -10675,7 +10675,7 @@ const Ev = /* @__PURE__ */ se(cv, [["render", Bv]]), Qv = {
|
|
|
10675
10675
|
e in this.eventConfig && (this.eventConfig[e] = n), this.localEvent[e] = n, this.hasClickedNext && this.validateAll();
|
|
10676
10676
|
},
|
|
10677
10677
|
handleDEPromotionType(t) {
|
|
10678
|
-
t.text === "Top Percent" && (this.eventConfig.DEPromoteBy = "Percent"), t.text === "Top Count" && (this.eventConfig.DEPromoteBy = "Count"), t.text === "Top Count of Each Pool" && (this.eventConfig.DEPromoteBy = "Top");
|
|
10678
|
+
t.text === "Top Percent" && (this.eventConfig.DEPromoteBy = "Percent"), t.text === "Top Count" && (this.eventConfig.DEPromoteBy = "Count"), t.text === "Top Count of Each Pool" && (this.eventConfig.DEPromoteBy = "Top"), this.localEvent.DEPromoteBy = this.eventConfig.DEPromoteBy;
|
|
10679
10679
|
},
|
|
10680
10680
|
validateAll() {
|
|
10681
10681
|
let t = !0;
|