@senior-agronegocio/angular-components 0.0.9881 → 0.0.9882
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/esm2015/components/modal-invoice-pj/for-origination/modal-invoice-pj-for-origination.component.js +3 -2
- package/esm5/components/modal-invoice-pj/for-origination/modal-invoice-pj-for-origination.component.js +3 -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
|
@@ -7935,7 +7935,7 @@
|
|
|
7935
7935
|
return Promise.resolve(result);
|
|
7936
7936
|
};
|
|
7937
7937
|
ModalInvoicePjForOriginationComponent.prototype.beforeAdd = function (selectedInvoices) {
|
|
7938
|
-
|
|
7938
|
+
return rxjs.of(rxjs.EMPTY).toPromise();
|
|
7939
7939
|
};
|
|
7940
7940
|
ModalInvoicePjForOriginationComponent.ctorParameters = function () { return [
|
|
7941
7941
|
{ type: LibTranslationService },
|