openatc-components 0.5.27 → 0.5.28

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openatc-components",
3
- "version": "0.5.27",
3
+ "version": "0.5.28",
4
4
  "description": "A Vue.js project",
5
5
  "author": "openatc developer",
6
6
  "private": false,
@@ -129,8 +129,8 @@ export default {
129
129
  }
130
130
  },
131
131
  methods: {
132
- handleSplitMove (data) {
133
- this.$emit('handleSplitMove', data)
132
+ handleSplitMove (data, agentId) {
133
+ this.$emit('handleSplitMove', data, agentId)
134
134
  }
135
135
  }
136
136
  }
@@ -602,8 +602,8 @@ export default {
602
602
  // }
603
603
  },
604
604
  methods: {
605
- handleSplitMove (data) {
606
- this.$emit('handleSplitMove', data)
605
+ handleSplitMove (data, agentId) {
606
+ this.$emit('handleSplitMove', data, agentId)
607
607
  }
608
608
  }
609
609
  }