@seniorsistemas/yms-integration 1.31.1-7c211dda-bea5-4643-ac56-ea546ad73061 → 1.31.1-f472999f-36a6-412f-af44-e2024a57be58
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 +5 -1
- 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 +6 -2
- package/esm5/src/erp-senior/recebimento/form/recebimento-form.component.js +6 -2
- package/fesm2015/seniorsistemas-yms-integration.js +5 -1
- package/fesm2015/seniorsistemas-yms-integration.js.map +1 -1
- package/fesm5/seniorsistemas-yms-integration.js +5 -1
- package/fesm5/seniorsistemas-yms-integration.js.map +1 -1
- package/package.json +1 -1
|
@@ -13931,7 +13931,11 @@ var RecebimentoFormComponent = /** @class */ (function () {
|
|
|
13931
13931
|
return false;
|
|
13932
13932
|
}
|
|
13933
13933
|
return true;
|
|
13934
|
-
}), mergeMap(function (value) { return _this.pessoaEnderecoService.list({
|
|
13934
|
+
}), mergeMap(function (value) { return _this.pessoaEnderecoService.list({
|
|
13935
|
+
size: 10,
|
|
13936
|
+
page: 0,
|
|
13937
|
+
filterQuery: "(situacao eq 'ATIVO' or pessoa.precadastro eq 'true') and pessoa.id eq '" + value.id + "'"
|
|
13938
|
+
})
|
|
13935
13939
|
.pipe(takeUntil(_this.ngUnsubscribe)); }))
|
|
13936
13940
|
.subscribe(function (_a) {
|
|
13937
13941
|
var contents = _a.contents;
|