@senior-agronegocio/angular-components 0.0.9875 → 0.0.9876
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 +1 -1
- 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/modal-invoice-pj/modal-shared-imports.d.ts +4 -7
- package/esm2015/components/financial-title-table/financial-title-table.component.js +2 -2
- package/esm5/components/financial-title-table/financial-title-table.component.js +2 -2
- package/fesm2015/senior-agronegocio-angular-components.js +1 -1
- package/fesm2015/senior-agronegocio-angular-components.js.map +1 -1
- package/fesm5/senior-agronegocio-angular-components.js +1 -1
- package/fesm5/senior-agronegocio-angular-components.js.map +1 -1
- package/package.json +1 -1
|
@@ -8369,7 +8369,7 @@
|
|
|
8369
8369
|
this.getFields("branch", "agro.angular_components.branch", ["branch.cod", "branch.desc"], angularComponents.FieldType.String, null),
|
|
8370
8370
|
this.getFields("producer", "agro.angular_components.producer", ["producer.cod", "producer.desc"], angularComponents.FieldType.String, null)
|
|
8371
8371
|
], this.gridColumns.filter(function (col) { return !["valuePaid", "valueNet"].includes(col.field); }), [
|
|
8372
|
-
this.getFields("valueFees", "agro.angular_components.value_fees", ["values.
|
|
8372
|
+
this.getFields("valueFees", "agro.angular_components.value_fees", ["values.interestValue"], angularComponents.FieldType.Money, null),
|
|
8373
8373
|
this.getFields("valueFine", "agro.angular_components.value_fine", ["values.fineValue"], angularComponents.FieldType.Money, null),
|
|
8374
8374
|
this.getFields("valueCharge", "agro.angular_components.value_charge", ["values.chargeValue"], angularComponents.FieldType.Money, null),
|
|
8375
8375
|
this.getFields("valueCorrection", "agro.angular_components.value_correction", ["values.monetaryCorrectionValue"], angularComponents.FieldType.Money, null),
|