ps-toolkit-ui 1.18.78 → 1.18.79

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.
@@ -2841,6 +2841,7 @@
2841
2841
  }
2842
2842
  ModalComponent.prototype.ngOnInit = function () {
2843
2843
  var _this = this;
2844
+ console.log('this.modal', this.modal);
2844
2845
  this.close = new InputClass(this.modal.environment, this.modal.l, null, 'fas fa-times', exports.InputType.Icon, 'w-u h-30 red close-modal');
2845
2846
  this.close.onClick = function () {
2846
2847
  _this.modal.hide();