@senior-agronegocio/angular-components 0.0.9863 → 0.0.9865

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.
@@ -6906,17 +6906,17 @@
6906
6906
  return AgroEntityService;
6907
6907
  }());
6908
6908
 
6909
- var TypeAccount;
6909
+
6910
6910
  (function (TypeAccount) {
6911
6911
  TypeAccount["PAYABLE"] = "PAYABLE";
6912
6912
  TypeAccount["RECEIVABLE"] = "RECEIVABLE";
6913
- })(TypeAccount || (TypeAccount = {}));
6914
- var StatusType;
6913
+ })(exports.TypeAccount || (exports.TypeAccount = {}));
6914
+
6915
6915
  (function (StatusType) {
6916
6916
  StatusType["OPEN"] = "OPEN";
6917
6917
  StatusType["PAID"] = "PAID";
6918
6918
  StatusType["CANCELLED"] = "CANCELLED";
6919
- })(StatusType || (StatusType = {}));
6919
+ })(exports.StatusType || (exports.StatusType = {}));
6920
6920
  var TitleFieldsOrderBy;
6921
6921
  (function (TitleFieldsOrderBy) {
6922
6922
  TitleFieldsOrderBy["NUMBER_TITLE"] = "NUMBER_TITLE";
@@ -7020,8 +7020,8 @@
7020
7020
  this.form = new forms.FormGroup({
7021
7021
  titlesForm: new forms.FormArray([], []),
7022
7022
  });
7023
- this.ngUnsubscribe = new core.EventEmitter();
7024
7023
  this.currentListParams = { page: 0, size: 10, sort: [], filterData: {} };
7024
+ this.ngUnsubscribe = new core.EventEmitter();
7025
7025
  common.registerLocaleData(localePt);
7026
7026
  }
7027
7027
  Object.defineProperty(FinancialTitleTableComponent.prototype, "titlesForm", {