@deanwu/vue-component-library 1.3.29 → 1.3.30

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.
@@ -45753,6 +45753,7 @@ function renderCell(h, row, col) {
45753
45753
  onEnd: e => {
45754
45754
  this.dragState = false;
45755
45755
  this.dataList.splice(e.newIndex, 0, this.dataList.splice(e.oldIndex, 1)[0]);
45756
+ this.dragHandle && this.dragHandle(this.store.table.getRow(e.newIndex));
45756
45757
  }
45757
45758
  });
45758
45759
  });