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.
- package/bundles/ps-toolkit-ui.umd.js +1 -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/modal/modal.component.js +2 -1
- package/fesm2015/ps-toolkit-ui.js +1 -0
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -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();
|