ps-toolkit-ui 1.4.62 → 1.4.63

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