ps-toolkit-ui 1.8.57 → 1.8.58

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.
@@ -5713,7 +5713,6 @@
5713
5713
  var FormTableComponent = /** @class */ (function () {
5714
5714
  function FormTableComponent() {
5715
5715
  this.changeIndex = new core.EventEmitter();
5716
- console.log(11111111111);
5717
5716
  }
5718
5717
  FormTableComponent.prototype.ngOnInit = function () {
5719
5718
  var _this = this;
@@ -5735,9 +5734,7 @@
5735
5734
  lAccess,
5736
5735
  iAccess,
5737
5736
  ];
5738
- console.log(p);
5739
5737
  this.inp.table.permissions = p;
5740
- this.inp.table.displayLabel = false;
5741
5738
  this.inp.table.style = { padding: 0, boxShadow: 'unset' };
5742
5739
  this.inp.table.permissions = p;
5743
5740
  this.inp.table.showExtraButtons = false;