@senior-gestao-pessoas/payroll-core 9.1.0-5e184124-4e09-4f1a-9bdd-3cc4483b1cbf → 9.1.0-7f16e3ee-01cd-4128-8f8e-7bee7dee1e66
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 +0 -5
- 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 +0 -1
- package/esm2015/components/historical-pix-account/historical-pix-account-form/historical-pix-account-form.component.js +1 -6
- package/esm5/components/historical-pix-account/historical-pix-account-form/historical-pix-account-form.component.js +1 -6
- package/fesm2015/senior-gestao-pessoas-payroll-core.js +0 -5
- package/fesm2015/senior-gestao-pessoas-payroll-core.js.map +1 -1
- package/fesm5/senior-gestao-pessoas-payroll-core.js +0 -5
- package/fesm5/senior-gestao-pessoas-payroll-core.js.map +1 -1
- package/locale/en-US.json +25 -1
- package/locale/es-ES.json +25 -1
- package/locale/pt-BR.json +25 -1
- package/package.json +1 -1
- package/senior-gestao-pessoas-payroll-core.metadata.json +1 -1
|
@@ -10069,11 +10069,6 @@
|
|
|
10069
10069
|
if (this.customFields && this.customFields.formGroup)
|
|
10070
10070
|
this.customFields.formGroup.reset();
|
|
10071
10071
|
};
|
|
10072
|
-
HistoricalPixAccountFormComponent.prototype.getBankTableId = function () {
|
|
10073
|
-
return this.pixAccountFormGroup.controls.bank.value
|
|
10074
|
-
? "'" + this.pixAccountFormGroup.controls.bank.value.tableId + "'"
|
|
10075
|
-
: null;
|
|
10076
|
-
};
|
|
10077
10072
|
Object.defineProperty(HistoricalPixAccountFormComponent.prototype, "percentagePlaceholder", {
|
|
10078
10073
|
get: function () {
|
|
10079
10074
|
return "0" + (this.currency && this.currency.decimalSeparator) + "00";
|