@csmart/ngc-smart-victim 1.14.26 → 1.14.27
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2020/lib/smart-victim-detail/smart-victim-detail.component.mjs +2 -2
- package/esm2020/lib/smart-victim.component.mjs +2 -1
- package/fesm2015/csmart-ngc-smart-victim.mjs +2 -1
- package/fesm2015/csmart-ngc-smart-victim.mjs.map +1 -1
- package/fesm2020/csmart-ngc-smart-victim.mjs +2 -1
- package/fesm2020/csmart-ngc-smart-victim.mjs.map +1 -1
- package/package.json +1 -1
- package/esm2020/lib/shared/directives/phone-mask.directive.mjs +0 -55
- package/lib/shared/directives/phone-mask.directive.d.ts +0 -11
@@ -1081,7 +1081,7 @@ class SmartVictimDetailComponent {
|
|
1081
1081
|
});
|
1082
1082
|
}
|
1083
1083
|
back() {
|
1084
|
-
|
1084
|
+
this.onSave.emit(this.victimDetail);
|
1085
1085
|
this.router.navigate(['victimList']);
|
1086
1086
|
}
|
1087
1087
|
deleteVictim() {
|
@@ -1971,6 +1971,7 @@ class NgcSmartVictimComponent {
|
|
1971
1971
|
}
|
1972
1972
|
}
|
1973
1973
|
}
|
1974
|
+
// phone number format on the victim list
|
1974
1975
|
formatPhoneNumber(phoneNumberString) {
|
1975
1976
|
if (!phoneNumberString)
|
1976
1977
|
return "";
|