@seniorsistemas/yms-integration 1.11.6 → 1.11.7
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/seniorsistemas-yms-integration.umd.js +1 -2
- package/bundles/seniorsistemas-yms-integration.umd.js.map +1 -1
- package/bundles/seniorsistemas-yms-integration.umd.min.js +1 -1
- package/bundles/seniorsistemas-yms-integration.umd.min.js.map +1 -1
- package/esm2015/src/erp-senior/recebimento/form/recebimento-form.component.js +2 -3
- package/esm5/src/erp-senior/recebimento/form/recebimento-form.component.js +2 -3
- package/fesm2015/seniorsistemas-yms-integration.js +1 -2
- package/fesm2015/seniorsistemas-yms-integration.js.map +1 -1
- package/fesm5/seniorsistemas-yms-integration.js +1 -2
- package/fesm5/seniorsistemas-yms-integration.js.map +1 -1
- package/package.json +1 -1
|
@@ -10251,7 +10251,7 @@
|
|
|
10251
10251
|
size: 1,
|
|
10252
10252
|
page: 0
|
|
10253
10253
|
})
|
|
10254
|
-
.pipe(operators.takeUntil(this.ngUnsubscribe))
|
|
10254
|
+
.pipe(operators.takeUntil(this.ngUnsubscribe), operators.finalize(function () { return _this.loading = false; }))
|
|
10255
10255
|
.subscribe(function (_a) {
|
|
10256
10256
|
var contents = _a.contents;
|
|
10257
10257
|
if (!contents.length) {
|
|
@@ -10283,7 +10283,6 @@
|
|
|
10283
10283
|
_this.createdByErpDisableForm();
|
|
10284
10284
|
_this.formCarregado = true;
|
|
10285
10285
|
_this.carregandoErpRecebimento = false;
|
|
10286
|
-
_this.loading = false;
|
|
10287
10286
|
});
|
|
10288
10287
|
};
|
|
10289
10288
|
RecebimentoFormComponent.prototype.onFilialLookupRequest = function (value) {
|