ps-toolkit-ui 1.13.49 → 1.13.50

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.
@@ -6056,6 +6056,9 @@
6056
6056
  FormTableComponent.prototype.ngOnInit = function () {
6057
6057
  var _this = this;
6058
6058
  var permissions = this.inp.table.permissions != null ? this.inp.table.permissions : HelperClass.getTablePermissions();
6059
+ console.log(permissions);
6060
+ console.log(permissions.getOption(exports.PermissionAccessTypeEnum.Update));
6061
+ console.log(permissions.getOption(exports.PermissionAccessTypeEnum.Delete));
6059
6062
  this.inp.table.permissions = permissions;
6060
6063
  this.inp.table.displayLabel = false;
6061
6064
  this.inp.table.style = { padding: 0, boxShadow: 'unset' };