ps-toolkit-ui 1.8.8 → 1.8.9
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 -0
- 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 +3 -1
- package/fesm2015/ps-toolkit-ui.js +2 -0
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -2875,6 +2875,8 @@
|
|
|
2875
2875
|
var _loop_3 = function (r) {
|
|
2876
2876
|
if (r.table) {
|
|
2877
2877
|
var options = JSON.parse(JSON.stringify(_this.row.Options));
|
|
2878
|
+
console.log(_this.table.permissions);
|
|
2879
|
+
console.log(options);
|
|
2878
2880
|
var p = new PermissionClass();
|
|
2879
2881
|
p.RelatedId = _this.row.Data.Id;
|
|
2880
2882
|
p.Area = _this.table.permissions.Area;
|