raise-common-lib 0.0.162 → 0.0.164
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/raise-common-lib.umd.js +3 -3
- package/bundles/raise-common-lib.umd.js.map +1 -1
- package/bundles/raise-common-lib.umd.min.js +1 -1
- package/bundles/raise-common-lib.umd.min.js.map +1 -1
- package/esm2015/lib/commentary/index.component.js +4 -4
- package/esm5/lib/commentary/index.component.js +4 -4
- package/fesm2015/raise-common-lib.js +3 -3
- package/fesm2015/raise-common-lib.js.map +1 -1
- package/fesm5/raise-common-lib.js +3 -3
- package/fesm5/raise-common-lib.js.map +1 -1
- package/package.json +1 -1
- package/src/assets/style/reset/dropdown.scss +4 -2
|
@@ -2465,8 +2465,8 @@
|
|
|
2465
2465
|
var _this = this;
|
|
2466
2466
|
/** @type {?} */
|
|
2467
2467
|
var dialogRef = this.dialog.showCommonDilaog({
|
|
2468
|
-
title: "
|
|
2469
|
-
description:
|
|
2468
|
+
title: this.translation["DELETE_COMMENT"],
|
|
2469
|
+
description: this.translation["DELETE_COMMENT_CONFIRM"],
|
|
2470
2470
|
saveBtnLabel: this.translation.DELETE,
|
|
2471
2471
|
});
|
|
2472
2472
|
dialogRef.afterClosed().subscribe((/**
|
|
@@ -2474,7 +2474,7 @@
|
|
|
2474
2474
|
* @return {?}
|
|
2475
2475
|
*/
|
|
2476
2476
|
function (res) {
|
|
2477
|
-
if (
|
|
2477
|
+
if (res === 'close') {
|
|
2478
2478
|
return;
|
|
2479
2479
|
}
|
|
2480
2480
|
/** @type {?} */
|