@smarterplan/ngx-smarterplan-core 1.2.35 → 1.2.37

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.
@@ -323,6 +323,7 @@ export declare class MatterportService {
323
323
  init3DObjectViewer(): Promise<void>;
324
324
  add3DObject(obj: IObject3D, mode?: 'translate' | 'rotate'): Promise<any>;
325
325
  toggleObjectVisibility(objectId: any): void;
326
+ isObjectVisible(objectId: any): boolean;
326
327
  pointCameraTo3DObject(objectId: any): Promise<void>;
327
328
  getSceneNodeFromObject3DId(uuid: string): any;
328
329
  displayAzimutalCrown(): Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smarterplan/ngx-smarterplan-core",
3
- "version": "1.2.35",
3
+ "version": "1.2.37",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.2.0",
6
6
  "@angular/core": "^13.2.0",