@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.
@@ -9857,7 +9857,7 @@ var HistoricalPixAccountFormComponent = /** @class */ (function () {
9857
9857
  else {
9858
9858
  if (this.pixAccountFormGroup.get("pixKeyType").value) {
9859
9859
  this.pixKeyType = this.pixAccountFormGroup.get("pixKeyType").value.key;
9860
- this.formatPixKeyTelephoneNumber();
9860
+ this.formatPixKeyTelehponeNumber();
9861
9861
  }
9862
9862
  }
9863
9863
  }
@@ -9868,7 +9868,7 @@ var HistoricalPixAccountFormComponent = /** @class */ (function () {
9868
9868
  enumerable: true,
9869
9869
  configurable: true
9870
9870
  });
9871
- HistoricalPixAccountFormComponent.prototype.formatPixKeyTelephoneNumber = function () {
9871
+ HistoricalPixAccountFormComponent.prototype.formatPixKeyTelehponeNumber = function () {
9872
9872
  if (this.pixKeyType === "TELEPHONE") {
9873
9873
  this.pixAccountFormGroup.get("pixKey").setValue(FormatUtilsService.getFormattedTelephoneNumber(this.pixAccountFormGroup.get("pixKey").value));
9874
9874
  }
@@ -9883,7 +9883,7 @@ var HistoricalPixAccountFormComponent = /** @class */ (function () {
9883
9883
  if (this.pixAccountFormGroup.get("pixKeyType").value) {
9884
9884
  this.pixKeyType = this.pixAccountFormGroup.get("pixKeyType").value.key;
9885
9885
  this.setPixKeyValidators(isEditMode);
9886
- this.formatPixKeyTelephoneNumber();
9886
+ this.formatPixKeyTelehponeNumber();
9887
9887
  }
9888
9888
  configEnabledFields(this.pixAccountFormGroup, isEditMode, [
9889
9889
  "pixKeyType",