classcard-ui 0.2.185 → 0.2.186

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": "classcard-ui",
3
- "version": "0.2.185",
3
+ "version": "0.2.186",
4
4
  "main": "dist/classcard-ui.common.js",
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -314,6 +314,7 @@ export default {
314
314
  reorderedItems.forEach(function (row, index) {
315
315
  reorderedArray[index].newID = row.id;
316
316
  });
317
+ this.$emit('reordered', reorderedArray);
317
318
  return reorderedArray;
318
319
  },
319
320
  // listing functions