@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
|
@@ -1916,7 +1916,6 @@
|
|
|
1916
1916
|
this.visitorsChange = new core.EventEmitter();
|
|
1917
1917
|
this.hasChange = new core.EventEmitter();
|
|
1918
1918
|
this.ngUnsubscribe = new rxjs.Subject();
|
|
1919
|
-
this.visitorFound = false;
|
|
1920
1919
|
this.unsubscribe$ = new rxjs.Subject();
|
|
1921
1920
|
this._integrationCallback = integrationCallback;
|
|
1922
1921
|
}
|