@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.
- package/bundles/senior-gestao-pessoas-payroll-core.umd.js +3 -3
- package/bundles/senior-gestao-pessoas-payroll-core.umd.js.map +1 -1
- package/bundles/senior-gestao-pessoas-payroll-core.umd.min.js +1 -1
- package/bundles/senior-gestao-pessoas-payroll-core.umd.min.js.map +1 -1
- package/components/historical-pix-account/historical-pix-account-form/historical-pix-account-form.component.d.ts +1 -1
- package/esm2015/components/historical-pix-account/historical-pix-account-form/historical-pix-account-form.component.js +4 -4
- package/esm5/components/historical-pix-account/historical-pix-account-form/historical-pix-account-form.component.js +4 -4
- package/fesm2015/senior-gestao-pessoas-payroll-core.js +3 -3
- package/fesm2015/senior-gestao-pessoas-payroll-core.js.map +1 -1
- package/fesm5/senior-gestao-pessoas-payroll-core.js +3 -3
- package/fesm5/senior-gestao-pessoas-payroll-core.js.map +1 -1
- package/package.json +1 -1
- package/senior-gestao-pessoas-payroll-core.metadata.json +1 -1
|
@@ -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.
|
|
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.
|
|
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.
|
|
9886
|
+
this.formatPixKeyTelehponeNumber();
|
|
9887
9887
|
}
|
|
9888
9888
|
configEnabledFields(this.pixAccountFormGroup, isEditMode, [
|
|
9889
9889
|
"pixKeyType",
|