ps-toolkit-ui 1.4.60 → 1.4.61

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