ps-toolkit-ui 1.4.63 → 1.4.64

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.
@@ -3093,7 +3093,7 @@
3093
3093
  update: function () {
3094
3094
  var data = [];
3095
3095
  // @ts-ignore
3096
- $__namespace(_this.childrenDiv.nativeElement).sortable('toArray').forEach(function (x) {
3096
+ $__namespace(_this.rows.nativeElement).sortable('toArray').forEach(function (x) {
3097
3097
  console.log(x);
3098
3098
  data.push(parseInt(x, 10));
3099
3099
  });