@colijnit/homedecorator 261.20.9 → 261.20.10
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/index.d.ts
CHANGED
|
@@ -4869,7 +4869,7 @@ declare class SceneEventService implements OnDestroy {
|
|
|
4869
4869
|
private _eventService;
|
|
4870
4870
|
private _wallService;
|
|
4871
4871
|
private _configurationService;
|
|
4872
|
-
readonly intersectOffsetForWalls
|
|
4872
|
+
readonly intersectOffsetForWalls: number;
|
|
4873
4873
|
readonly longTouchDuration = 600;
|
|
4874
4874
|
rotateNoDrag: boolean;
|
|
4875
4875
|
private _element;
|
|
@@ -4929,6 +4929,7 @@ declare class SceneEventService implements OnDestroy {
|
|
|
4929
4929
|
private _clearIntersectedObject;
|
|
4930
4930
|
private _toggleRotationHudIntersection;
|
|
4931
4931
|
private _updateIntersections;
|
|
4932
|
+
private _behindWall;
|
|
4932
4933
|
private _itemIntersection;
|
|
4933
4934
|
private _getIntersections;
|
|
4934
4935
|
private _setMousePositionFromTouchEvent;
|
|
@@ -6733,7 +6734,7 @@ declare class FloorplannerComponent implements AfterViewInit, OnDestroy {
|
|
|
6733
6734
|
zoomReset(): void;
|
|
6734
6735
|
selectCorner(corner: any): void;
|
|
6735
6736
|
setSelectedMode(mode: FloorplannerMode): void;
|
|
6736
|
-
|
|
6737
|
+
setDefaultMode(): void;
|
|
6737
6738
|
handleContextMenu(event: MouseEvent): void;
|
|
6738
6739
|
handleMouseDown(event: MouseEvent): void;
|
|
6739
6740
|
handleTouchStart(event: TouchEvent): void;
|
|
@@ -7553,7 +7554,7 @@ declare class AppearanceSectionComponent implements OnInit, OnChanges {
|
|
|
7553
7554
|
hideColorTab: boolean;
|
|
7554
7555
|
hidePhotoTab: boolean;
|
|
7555
7556
|
showGlassOption: boolean;
|
|
7556
|
-
texturePlane:
|
|
7557
|
+
texturePlane: Texture;
|
|
7557
7558
|
plainTexture: any;
|
|
7558
7559
|
color: number;
|
|
7559
7560
|
textureWidth: number;
|