@smplrspace/smplr-loader 2.58.1-beta.26 → 2.58.1-beta.28
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.
|
@@ -1967,6 +1967,8 @@ options: JsonWallOptions;
|
|
|
1967
1967
|
layers: string[];
|
|
1968
1968
|
}): void;
|
|
1969
1969
|
clear(): void;
|
|
1970
|
+
removeDeskCluster(clusterId: string): void;
|
|
1971
|
+
removeSeminarSeatingCluster(clusterId: string): void;
|
|
1970
1972
|
removeParkingCluster(clusterId: string): void;
|
|
1971
1973
|
}, _NotCustomized, _NotCustomized>;
|
|
1972
1974
|
|
|
@@ -4185,6 +4187,8 @@ options: JsonWallOptions;
|
|
|
4185
4187
|
layers: string[];
|
|
4186
4188
|
}): void;
|
|
4187
4189
|
clear(): void;
|
|
4190
|
+
removeDeskCluster(clusterId: string): void;
|
|
4191
|
+
removeSeminarSeatingCluster(clusterId: string): void;
|
|
4188
4192
|
removeParkingCluster(clusterId: string): void;
|
|
4189
4193
|
}, _NotCustomized, _NotCustomized>>, [undefined]>;
|
|
4190
4194
|
compassDirection: IMaybe<ISimpleType<number>>;
|
|
@@ -4682,7 +4686,7 @@ declare interface Vector3Coord extends Vector2Coord {
|
|
|
4682
4686
|
z: number;
|
|
4683
4687
|
}
|
|
4684
4688
|
|
|
4685
|
-
export declare const version = "2.58.1-beta.
|
|
4689
|
+
export declare const version = "2.58.1-beta.28";
|
|
4686
4690
|
|
|
4687
4691
|
declare interface ViewerDataLayerRenderState<Definition = DataLayer<UnknownData>> {
|
|
4688
4692
|
definition: Definition;
|