@senior-gestao-pessoas/payroll-core 9.2.0-3e6bb128-20da-4dfb-a2a4-7802bd61be80 → 9.2.0-ad56026a-2c8f-453a-9004-77acc12f4735

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.
@@ -10023,7 +10023,7 @@
10023
10023
  else {
10024
10024
  if (this.pixAccountFormGroup.get("pixKeyType").value) {
10025
10025
  this.pixKeyType = this.pixAccountFormGroup.get("pixKeyType").value.key;
10026
- this.formatPixKeyTelephoneNumber();
10026
+ this.formatPixKeyTelehponeNumber();
10027
10027
  }
10028
10028
  }
10029
10029
  }
@@ -10034,7 +10034,7 @@
10034
10034
  enumerable: true,
10035
10035
  configurable: true
10036
10036
  });
10037
- HistoricalPixAccountFormComponent.prototype.formatPixKeyTelephoneNumber = function () {
10037
+ HistoricalPixAccountFormComponent.prototype.formatPixKeyTelehponeNumber = function () {
10038
10038
  if (this.pixKeyType === "TELEPHONE") {
10039
10039
  this.pixAccountFormGroup.get("pixKey").setValue(FormatUtilsService.getFormattedTelephoneNumber(this.pixAccountFormGroup.get("pixKey").value));
10040
10040
  }
@@ -10049,7 +10049,7 @@
10049
10049
  if (this.pixAccountFormGroup.get("pixKeyType").value) {
10050
10050
  this.pixKeyType = this.pixAccountFormGroup.get("pixKeyType").value.key;
10051
10051
  this.setPixKeyValidators(isEditMode);
10052
- this.formatPixKeyTelephoneNumber();
10052
+ this.formatPixKeyTelehponeNumber();
10053
10053
  }
10054
10054
  configEnabledFields(this.pixAccountFormGroup, isEditMode, [
10055
10055
  "pixKeyType",