@smplrspace/smplr-loader 2.56.1-beta.10 → 2.56.1-beta.12
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 +11 -1
- package/package.json +1 -1
|
@@ -1399,6 +1399,8 @@ 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;
|
|
1402
1404
|
}, _NotCustomized, _NotCustomized>>;
|
|
1403
1405
|
}, {
|
|
1404
1406
|
readonly superJson: JsonAbstractSegment;
|
|
@@ -3240,6 +3242,8 @@ moveTo(position: SIWallOpeningPosition): void;
|
|
|
3240
3242
|
moveInDirection(direction: URDL, distance?: number): void;
|
|
3241
3243
|
remove(): void;
|
|
3242
3244
|
setLayers(layers: string[]): void;
|
|
3245
|
+
} & {
|
|
3246
|
+
expandToFullSegment(): void;
|
|
3243
3247
|
}, _NotCustomized, _NotCustomized>>;
|
|
3244
3248
|
}, {
|
|
3245
3249
|
readonly superJson: JsonAbstractSegment;
|
|
@@ -4021,7 +4025,7 @@ declare interface Vector3Coord extends Vector2Coord {
|
|
|
4021
4025
|
z: number;
|
|
4022
4026
|
}
|
|
4023
4027
|
|
|
4024
|
-
export declare const version = "2.56.1-beta.
|
|
4028
|
+
export declare const version = "2.56.1-beta.12";
|
|
4025
4029
|
|
|
4026
4030
|
declare interface ViewerRendererHandle {
|
|
4027
4031
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
@@ -4169,6 +4173,8 @@ moveTo(position: SIWallOpeningPosition): void;
|
|
|
4169
4173
|
moveInDirection(direction: URDL, distance?: number): void;
|
|
4170
4174
|
remove(): void;
|
|
4171
4175
|
setLayers(layers: string[]): void;
|
|
4176
|
+
} & {
|
|
4177
|
+
expandToFullSegment(): void;
|
|
4172
4178
|
}, _NotCustomized, _NotCustomized>>;
|
|
4173
4179
|
}, {
|
|
4174
4180
|
readonly superJson: JsonAbstractSegment;
|
|
@@ -4281,6 +4287,8 @@ moveTo(position: SIWallOpeningPosition): void;
|
|
|
4281
4287
|
moveInDirection(direction: URDL, distance?: number): void;
|
|
4282
4288
|
remove(): void;
|
|
4283
4289
|
setLayers(layers: string[]): void;
|
|
4290
|
+
} & {
|
|
4291
|
+
expandToFullSegment(): void;
|
|
4284
4292
|
}, _NotCustomized, _NotCustomized>;
|
|
4285
4293
|
|
|
4286
4294
|
declare const WallOpeningDimensions: IModelType< {
|
|
@@ -4426,6 +4434,8 @@ moveTo(position: SIWallOpeningPosition): void;
|
|
|
4426
4434
|
moveInDirection(direction: URDL, distance?: number): void;
|
|
4427
4435
|
remove(): void;
|
|
4428
4436
|
setLayers(layers: string[]): void;
|
|
4437
|
+
} & {
|
|
4438
|
+
expandToFullSegment(): void;
|
|
4429
4439
|
}, _NotCustomized, _NotCustomized>>;
|
|
4430
4440
|
}, {
|
|
4431
4441
|
readonly superJson: JsonAbstractSegment;
|