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