@smplrspace/smplr-loader 2.56.1-beta.11 → 2.56.1-beta.13
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/dist/generated/smplr.d.ts +16 -1
- package/package.json +1 -1
|
@@ -1399,6 +1399,9 @@ moveTo(position: SIWallOpeningPosition): void;
|
|
|
1399
1399
|
moveInDirection(direction: URDL, distance?: number): void;
|
|
1400
1400
|
remove(): void;
|
|
1401
1401
|
setLayers(layers: string[]): void;
|
|
1402
|
+
} & {
|
|
1403
|
+
expandToFullSegment(): void;
|
|
1404
|
+
addToAllSegmentsInWall(): void;
|
|
1402
1405
|
}, _NotCustomized, _NotCustomized>>;
|
|
1403
1406
|
}, {
|
|
1404
1407
|
readonly superJson: JsonAbstractSegment;
|
|
@@ -3240,6 +3243,9 @@ moveTo(position: SIWallOpeningPosition): void;
|
|
|
3240
3243
|
moveInDirection(direction: URDL, distance?: number): void;
|
|
3241
3244
|
remove(): void;
|
|
3242
3245
|
setLayers(layers: string[]): void;
|
|
3246
|
+
} & {
|
|
3247
|
+
expandToFullSegment(): void;
|
|
3248
|
+
addToAllSegmentsInWall(): void;
|
|
3243
3249
|
}, _NotCustomized, _NotCustomized>>;
|
|
3244
3250
|
}, {
|
|
3245
3251
|
readonly superJson: JsonAbstractSegment;
|
|
@@ -4021,7 +4027,7 @@ declare interface Vector3Coord extends Vector2Coord {
|
|
|
4021
4027
|
z: number;
|
|
4022
4028
|
}
|
|
4023
4029
|
|
|
4024
|
-
export declare const version = "2.56.1-beta.
|
|
4030
|
+
export declare const version = "2.56.1-beta.13";
|
|
4025
4031
|
|
|
4026
4032
|
declare interface ViewerRendererHandle {
|
|
4027
4033
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
@@ -4169,6 +4175,9 @@ moveTo(position: SIWallOpeningPosition): void;
|
|
|
4169
4175
|
moveInDirection(direction: URDL, distance?: number): void;
|
|
4170
4176
|
remove(): void;
|
|
4171
4177
|
setLayers(layers: string[]): void;
|
|
4178
|
+
} & {
|
|
4179
|
+
expandToFullSegment(): void;
|
|
4180
|
+
addToAllSegmentsInWall(): void;
|
|
4172
4181
|
}, _NotCustomized, _NotCustomized>>;
|
|
4173
4182
|
}, {
|
|
4174
4183
|
readonly superJson: JsonAbstractSegment;
|
|
@@ -4281,6 +4290,9 @@ moveTo(position: SIWallOpeningPosition): void;
|
|
|
4281
4290
|
moveInDirection(direction: URDL, distance?: number): void;
|
|
4282
4291
|
remove(): void;
|
|
4283
4292
|
setLayers(layers: string[]): void;
|
|
4293
|
+
} & {
|
|
4294
|
+
expandToFullSegment(): void;
|
|
4295
|
+
addToAllSegmentsInWall(): void;
|
|
4284
4296
|
}, _NotCustomized, _NotCustomized>;
|
|
4285
4297
|
|
|
4286
4298
|
declare const WallOpeningDimensions: IModelType< {
|
|
@@ -4426,6 +4438,9 @@ moveTo(position: SIWallOpeningPosition): void;
|
|
|
4426
4438
|
moveInDirection(direction: URDL, distance?: number): void;
|
|
4427
4439
|
remove(): void;
|
|
4428
4440
|
setLayers(layers: string[]): void;
|
|
4441
|
+
} & {
|
|
4442
|
+
expandToFullSegment(): void;
|
|
4443
|
+
addToAllSegmentsInWall(): void;
|
|
4429
4444
|
}, _NotCustomized, _NotCustomized>>;
|
|
4430
4445
|
}, {
|
|
4431
4446
|
readonly superJson: JsonAbstractSegment;
|