ps-toolkit-ui 0.0.165 → 0.0.166

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.
@@ -6014,12 +6014,11 @@
6014
6014
  ];
6015
6015
  }
6016
6016
  AlertComponent.prototype.show = function (l, accept) {
6017
- var _this = this;
6018
6017
  this.alertLabel.value = l;
6019
- this.alert.onHide = function () {
6020
- _this.alert.hide();
6021
- accept();
6022
- };
6018
+ // this.alert.onHide = () => {
6019
+ // this.alert.hide();
6020
+ // accept();
6021
+ // };
6023
6022
  this.alert.show();
6024
6023
  };
6025
6024
  return AlertComponent;