@smplrspace/smplr-loader 2.42.1-beta.8 → 2.42.1-beta.9
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.
|
@@ -1661,6 +1661,7 @@ declare interface Listener {
|
|
|
1661
1661
|
declare class Map_2 {
|
|
1662
1662
|
private options;
|
|
1663
1663
|
private viewerStarted;
|
|
1664
|
+
private hash?;
|
|
1664
1665
|
private container;
|
|
1665
1666
|
private pickHandler;
|
|
1666
1667
|
private mapViewerRef;
|
|
@@ -1783,7 +1784,7 @@ export declare interface MapViewerOptions {
|
|
|
1783
1784
|
spaces?: GeoSpace[];
|
|
1784
1785
|
osmBuildings?: boolean;
|
|
1785
1786
|
search?: boolean;
|
|
1786
|
-
hash?: boolean;
|
|
1787
|
+
hash?: boolean | string;
|
|
1787
1788
|
fitNewSpacesInScreen?: boolean;
|
|
1788
1789
|
preview?: boolean;
|
|
1789
1790
|
loadingMessage?: string;
|
|
@@ -2218,8 +2219,8 @@ export declare class QueryClient {
|
|
|
2218
2219
|
status: string;
|
|
2219
2220
|
name: string;
|
|
2220
2221
|
georeference?: {} | null | undefined;
|
|
2221
|
-
assetmap?: {} | null | undefined;
|
|
2222
2222
|
definition?: {} | null | undefined;
|
|
2223
|
+
assetmap?: {} | null | undefined;
|
|
2223
2224
|
public_link_enabled: boolean;
|
|
2224
2225
|
created_at: string;
|
|
2225
2226
|
modified_at: string;
|
|
@@ -2231,8 +2232,8 @@ export declare class QueryClient {
|
|
|
2231
2232
|
status: string;
|
|
2232
2233
|
name: string;
|
|
2233
2234
|
georeference?: {} | null | undefined;
|
|
2234
|
-
assetmap?: {} | null | undefined;
|
|
2235
2235
|
definition?: {} | null | undefined;
|
|
2236
|
+
assetmap?: {} | null | undefined;
|
|
2236
2237
|
public_link_enabled: boolean;
|
|
2237
2238
|
created_at: string;
|
|
2238
2239
|
modified_at: string;
|
|
@@ -3760,7 +3761,7 @@ declare interface Vector3Coord extends Vector2Coord {
|
|
|
3760
3761
|
z: number;
|
|
3761
3762
|
}
|
|
3762
3763
|
|
|
3763
|
-
export declare const version = "2.42.1-beta.
|
|
3764
|
+
export declare const version = "2.42.1-beta.9";
|
|
3764
3765
|
|
|
3765
3766
|
declare interface ViewerRendererHandle {
|
|
3766
3767
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|