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