ps-toolkit-ui 1.5.17 → 1.5.18

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.
@@ -2594,8 +2594,6 @@
2594
2594
  data.push(parseInt(x, 10));
2595
2595
  });
2596
2596
  var p = new PermissionClass();
2597
- console.log(_this.table);
2598
- console.log(_this.table.permissions);
2599
2597
  p.Area = _this.table.permissions.Area;
2600
2598
  p.Controller = _this.table.permissions.Controller;
2601
2599
  p.Action = 'sort';
@@ -3162,6 +3160,8 @@
3162
3160
  $__namespace(_this.rows.nativeElement).sortable('toArray', { attribute: 'data-id' }).forEach(function (x) {
3163
3161
  data.push(parseInt(x, 10));
3164
3162
  });
3163
+ console.log(_this.table);
3164
+ console.log(_this.table.permissions);
3165
3165
  var p = new PermissionClass();
3166
3166
  p.Area = _this.table.permissions.Area;
3167
3167
  p.Controller = _this.table.permissions.Controller;