@dcrackel/hematournamentui 1.0.326 → 1.0.327

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.
@@ -34672,17 +34672,17 @@ const iz = /* @__PURE__ */ Ae(jL, [["render", Az]]), oz = {
34672
34672
  this.isLast || this.$emit("update:moveDown", this.person);
34673
34673
  }
34674
34674
  }
34675
- }, sz = { class: "mr-4 border-r border-dropdownSelect h-12 w-10 items-center text-center" }, az = { class: "mr-4" }, lz = {
34675
+ }, sz = { class: "mr-4 w-10 border-r border-dropdownSelect h-12 items-center text-center" }, az = { class: "mr-4 w-10 mt-1" }, lz = {
34676
34676
  key: 0,
34677
34677
  class: "w-10 h-10 rounded-xl bg-dropdownSelect flex items-center justify-center"
34678
- }, cz = ["src"], uz = { class: "flex flex-col w-5/12 justify-star" }, dz = { class: "w-full flex justify-start" }, gz = { class: "w-full flex justify-start" }, hz = { class: "flex flex-col w-5/12" }, pz = { class: "flex border-b border-dropdownSelect" }, fz = { class: "flex mt-1" }, Iz = {
34678
+ }, cz = ["src"], uz = { class: "flex flex-col w-2/4 justify-star" }, dz = { class: "w-full flex justify-start" }, gz = { class: "w-full flex justify-start" }, hz = { class: "flex flex-col w-2/4 pt-1" }, pz = { class: "flex border-b border-dropdownSelect" }, fz = { class: "flex mt-1" }, Iz = {
34679
34679
  key: 0,
34680
34680
  class: "ml-4 border-l border-dropdownSelect h-12 w-12 items-center text-center hover:bg-eventBoxRed rounded-tr-lg rounded-br-lg"
34681
34681
  };
34682
34682
  function Cz(n, e, t, r, A, i) {
34683
34683
  const o = w("BaseIcon"), s = w("BaseText");
34684
34684
  return I(), m("div", {
34685
- class: re(["flex items-center border border-dropdownSelect rounded-lg shadow-lg bg-white hover:border-bright w-full", t.person.Promoted ? "" : "opacity-50"])
34685
+ class: re(["flex justify-between border border-dropdownSelect rounded-lg shadow-lg bg-white hover:border-bright w-full", t.person.Promoted ? "" : "opacity-50"])
34686
34686
  }, [
34687
34687
  h("div", sz, [
34688
34688
  t.status === "results" ? (I(), oe(o, {
@@ -35174,7 +35174,7 @@ const jz = /* @__PURE__ */ Ae(Tz, [["render", Yz]]), Kz = {
35174
35174
  this.showRemoveModal = !0, this.withdrawPerson = n;
35175
35175
  },
35176
35176
  submitWithDraw() {
35177
- this.showRemoveModal = !1;
35177
+ this.showRemoveModal = !1, console.log(this.withdrawPerson), this.$emit("update:withdraw", this.withdrawPerson);
35178
35178
  },
35179
35179
  moveFencerDESeedUp(n) {
35180
35180
  this.$emit("update:moveFencerDESeedUp", n);