@dcrackel/hematournamentui 1.0.416 → 1.0.417
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.
|
@@ -35887,10 +35887,14 @@ const TL = /* @__PURE__ */ ie(vL, [["render", OL]]), RL = {
|
|
|
35887
35887
|
},
|
|
35888
35888
|
computed: {
|
|
35889
35889
|
promotedByRule() {
|
|
35890
|
-
|
|
35890
|
+
var e;
|
|
35891
|
+
const n = (e = this.rules) == null ? void 0 : e.find((t) => t.Rules.RuleName === "DEPromoteBy");
|
|
35892
|
+
return n ? n.RuleValue : "Percent";
|
|
35891
35893
|
},
|
|
35892
35894
|
promoted() {
|
|
35893
|
-
|
|
35895
|
+
var e;
|
|
35896
|
+
const n = (e = this.rules) == null ? void 0 : e.find((t) => t.Rules.RuleName === "DENumOfPromotion");
|
|
35897
|
+
return n ? n.RuleValue : 100;
|
|
35894
35898
|
}
|
|
35895
35899
|
},
|
|
35896
35900
|
methods: {
|