@dcrackel/hematournamentui 1.0.188 → 1.0.189
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
|