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.
- package/bundles/ps-toolkit-ui.umd.js +4 -5
- 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/alert/alert.component.js +5 -5
- package/fesm2015/ps-toolkit-ui.js +4 -4
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -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 =
|
|
6020
|
-
|
|
6021
|
-
|
|
6022
|
-
};
|
|
6018
|
+
// this.alert.onHide = () => {
|
|
6019
|
+
// this.alert.hide();
|
|
6020
|
+
// accept();
|
|
6021
|
+
// };
|
|
6023
6022
|
this.alert.show();
|
|
6024
6023
|
};
|
|
6025
6024
|
return AlertComponent;
|