@smarterplan/ngx-smarterplan-core 1.2.28 → 1.2.29
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/esm2020/lib/services/navigator.service.mjs +3 -3
- package/fesm2015/smarterplan-ngx-smarterplan-core.mjs +2 -2
- package/fesm2015/smarterplan-ngx-smarterplan-core.mjs.map +1 -1
- package/fesm2020/smarterplan-ngx-smarterplan-core.mjs +2 -2
- package/fesm2020/smarterplan-ngx-smarterplan-core.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -20,7 +20,7 @@ import AccidentIcon from '@iconify-icons/mdi/alert';
|
|
|
20
20
|
import WordOrderIcon from '@iconify-icons/mdi/account-hard-hat';
|
|
21
21
|
import ReportingIcon from '@iconify-icons/mdi/file-document-outline';
|
|
22
22
|
import MaintenanceIcon from '@iconify-icons/mdi/tools';
|
|
23
|
-
import { first
|
|
23
|
+
import { first } from 'rxjs/operators';
|
|
24
24
|
import * as i1$3 from '@angular/platform-browser';
|
|
25
25
|
import { Observable as Observable$1 } from 'rxjs/internal/Observable';
|
|
26
26
|
import * as i3 from '@angular/forms';
|
|
@@ -6202,7 +6202,7 @@ class NavigatorService {
|
|
|
6202
6202
|
}
|
|
6203
6203
|
});
|
|
6204
6204
|
this.matterportService.currentSweep
|
|
6205
|
-
|
|
6205
|
+
//.pipe(debounceTime<string>(1500)) // delays values emitted and return only the latest
|
|
6206
6206
|
.subscribe((sweep) => {
|
|
6207
6207
|
if (sweep === this.currentSweep) {
|
|
6208
6208
|
return;
|