@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.
- package/bundles/senior-agronegocio-angular-components.umd.js +5 -5
- package/bundles/senior-agronegocio-angular-components.umd.js.map +1 -1
- package/bundles/senior-agronegocio-angular-components.umd.min.js +1 -1
- package/bundles/senior-agronegocio-angular-components.umd.min.js.map +1 -1
- package/components/financial-title-table/financial-title-table.component.d.ts +1 -1
- package/components/financial-title-table/index.d.ts +1 -1
- package/components/financial-title-table/services/financial/index.d.ts +2 -0
- package/esm2015/components/financial-title-table/financial-title-table.component.js +2 -2
- package/esm2015/components/financial-title-table/index.js +2 -2
- package/esm2015/components/financial-title-table/services/financial/index.js +2 -1
- package/esm5/components/financial-title-table/financial-title-table.component.js +2 -2
- package/esm5/components/financial-title-table/index.js +2 -2
- package/esm5/components/financial-title-table/services/financial/index.js +2 -1
- package/fesm2015/senior-agronegocio-angular-components.js +2 -2
- package/fesm2015/senior-agronegocio-angular-components.js.map +1 -1
- package/fesm5/senior-agronegocio-angular-components.js +2 -2
- package/fesm5/senior-agronegocio-angular-components.js.map +1 -1
- package/package.json +1 -1
|
@@ -6906,17 +6906,17 @@
|
|
|
6906
6906
|
return AgroEntityService;
|
|
6907
6907
|
}());
|
|
6908
6908
|
|
|
6909
|
-
|
|
6909
|
+
|
|
6910
6910
|
(function (TypeAccount) {
|
|
6911
6911
|
TypeAccount["PAYABLE"] = "PAYABLE";
|
|
6912
6912
|
TypeAccount["RECEIVABLE"] = "RECEIVABLE";
|
|
6913
|
-
})(TypeAccount || (TypeAccount = {}));
|
|
6914
|
-
|
|
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", {
|