@smplrspace/smplr-loader 2.26.1-beta.0 → 2.26.1-beta.1
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.
|
@@ -414,6 +414,7 @@ export declare interface MapViewerOptions {
|
|
|
414
414
|
spaceIds?: string[];
|
|
415
415
|
spaces?: GeojsonSpace[];
|
|
416
416
|
osmBuildings?: boolean;
|
|
417
|
+
search?: boolean;
|
|
417
418
|
hash?: boolean;
|
|
418
419
|
fitNewSpacesInScreen?: boolean;
|
|
419
420
|
preview?: boolean;
|
|
@@ -1017,7 +1018,7 @@ declare interface Vector3Coord extends Vector2Coord {
|
|
|
1017
1018
|
z: number;
|
|
1018
1019
|
}
|
|
1019
1020
|
|
|
1020
|
-
export declare const version = "2.26.1-beta.
|
|
1021
|
+
export declare const version = "2.26.1-beta.1";
|
|
1021
1022
|
|
|
1022
1023
|
declare interface ViewerRendererHandle {
|
|
1023
1024
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|