@dcrackel/hematournamentui 1.0.188 → 1.0.190

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.
@@ -35596,6 +35596,7 @@ const bH = /* @__PURE__ */ ae(p4, [["render", E4]]), B4 = {
35596
35596
  this.$emit("update:remove", this.displayObject);
35597
35597
  },
35598
35598
  handleAssignmentStaff(n) {
35599
+ this.localSelectedStaff = n;
35599
35600
  const e = {
35600
35601
  DisplayId: this.displayObject.DisplayId,
35601
35602
  AssignedToId: n.link
@@ -35603,6 +35604,7 @@ const bH = /* @__PURE__ */ ae(p4, [["render", E4]]), B4 = {
35603
35604
  this.$emit("update:selectedStaff", e);
35604
35605
  },
35605
35606
  handleAssignmentEvent(n) {
35607
+ this.localSelectedEvent = n;
35606
35608
  const e = {
35607
35609
  DisplayId: this.displayObject.DisplayId,
35608
35610
  AssignedToId: n.link
@@ -36107,7 +36109,14 @@ const iH = /* @__PURE__ */ ae(tH, [["render", rH]]), oH = {
36107
36109
  ]
36108
36110
  };
36109
36111
  },
36110
- computed: {},
36112
+ watch: {
36113
+ displays: {
36114
+ handler(n) {
36115
+ console.log("Displays updated", n);
36116
+ },
36117
+ deep: !0
36118
+ }
36119
+ },
36111
36120
  methods: {
36112
36121
  openModal() {
36113
36122
  console.log("open modal"), this.showModal = !0;
@@ -36116,7 +36125,7 @@ const iH = /* @__PURE__ */ ae(tH, [["render", rH]]), oH = {
36116
36125
  this.showModal = !1;
36117
36126
  },
36118
36127
  handleAddDisplay(n) {
36119
- this.$emit("add:display", n);
36128
+ this.$emit("add:display", n), this.closeModal();
36120
36129
  },
36121
36130
  handleTabMenuClick(n) {
36122
36131
  this.$emit("tab:menu-click", n);