@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
|
@@ -9903,11 +9903,6 @@ var HistoricalPixAccountFormComponent = /** @class */ (function () {
|
|
|
9903
9903
|
if (this.customFields && this.customFields.formGroup)
|
|
9904
9904
|
this.customFields.formGroup.reset();
|
|
9905
9905
|
};
|
|
9906
|
-
HistoricalPixAccountFormComponent.prototype.getBankTableId = function () {
|
|
9907
|
-
return this.pixAccountFormGroup.controls.bank.value
|
|
9908
|
-
? "'" + this.pixAccountFormGroup.controls.bank.value.tableId + "'"
|
|
9909
|
-
: null;
|
|
9910
|
-
};
|
|
9911
9906
|
Object.defineProperty(HistoricalPixAccountFormComponent.prototype, "percentagePlaceholder", {
|
|
9912
9907
|
get: function () {
|
|
9913
9908
|
return "0" + (this.currency && this.currency.decimalSeparator) + "00";
|