@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
|
@@ -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.
|
|
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.
|
|
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.
|
|
10052
|
+
this.formatPixKeyTelehponeNumber();
|
|
10053
10053
|
}
|
|
10054
10054
|
configEnabledFields(this.pixAccountFormGroup, isEditMode, [
|
|
10055
10055
|
"pixKeyType",
|