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.
- package/bundles/ps-toolkit-ui.umd.js +2 -2
- package/bundles/ps-toolkit-ui.umd.js.map +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js.map +1 -1
- package/esm2015/lib/components/table/row/table.row.component.js +1 -3
- package/esm2015/lib/components/table/table.component.js +3 -1
- package/fesm2015/ps-toolkit-ui.js +2 -2
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -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;
|