@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.
@@ -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";