@seniorsistemas/yms-integration 1.18.3-dedd666f-1a6a-40f2-b527-cd463044cb54 → 1.18.4
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 +0 -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/sam-senior/components/visitor-edit/visitor-edit-list/visitor-edit-list.component.js +1 -2
- package/esm5/src/sam-senior/components/visitor-edit/visitor-edit-list/visitor-edit-list.component.js +1 -2
- package/fesm2015/seniorsistemas-yms-integration.js +0 -1
- package/fesm2015/seniorsistemas-yms-integration.js.map +1 -1
- package/fesm5/seniorsistemas-yms-integration.js +0 -1
- package/fesm5/seniorsistemas-yms-integration.js.map +1 -1
- package/package.json +1 -1
|
@@ -1856,7 +1856,6 @@ var VisitanteComponent = /** @class */ (function () {
|
|
|
1856
1856
|
this.visitorsChange = new EventEmitter();
|
|
1857
1857
|
this.hasChange = new EventEmitter();
|
|
1858
1858
|
this.ngUnsubscribe = new Subject();
|
|
1859
|
-
this.visitorFound = false;
|
|
1860
1859
|
this.unsubscribe$ = new Subject();
|
|
1861
1860
|
this._integrationCallback = integrationCallback;
|
|
1862
1861
|
}
|