ps-toolkit-ui 1.17.84 → 1.17.85
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
|
@@ -3327,6 +3327,8 @@
|
|
|
3327
3327
|
_this.loadChildren(_this.row.Data.Id);
|
|
3328
3328
|
}
|
|
3329
3329
|
else if (_this.table.subTable != null && _this.table.subTable.permissions == null) {
|
|
3330
|
+
console.log(_this.row.Options);
|
|
3331
|
+
console.log(_this.table.permissions);
|
|
3330
3332
|
var acc_1 = _this.row.Options.find(function (x) { return x.Action === _this.table.subTable.name; });
|
|
3331
3333
|
var ps = new PermissionClass();
|
|
3332
3334
|
ps.Area = acc_1.Area;
|