@smplrspace/smplr-loader 2.42.1-beta.8 → 2.43.0
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;
|
|
@@ -1719,6 +1720,8 @@ declare class Map_2 {
|
|
|
1719
1720
|
updateLoadingMessage(message: string): void;
|
|
1720
1721
|
showLoader(): void;
|
|
1721
1722
|
hideLoader(): void;
|
|
1723
|
+
hideLevelPicker(): void;
|
|
1724
|
+
showLevelPicker(): void;
|
|
1722
1725
|
}
|
|
1723
1726
|
export { Map_2 as Map }
|
|
1724
1727
|
|
|
@@ -1783,7 +1786,7 @@ export declare interface MapViewerOptions {
|
|
|
1783
1786
|
spaces?: GeoSpace[];
|
|
1784
1787
|
osmBuildings?: boolean;
|
|
1785
1788
|
search?: boolean;
|
|
1786
|
-
hash?: boolean;
|
|
1789
|
+
hash?: boolean | string;
|
|
1787
1790
|
fitNewSpacesInScreen?: boolean;
|
|
1788
1791
|
preview?: boolean;
|
|
1789
1792
|
loadingMessage?: string;
|
|
@@ -2218,8 +2221,8 @@ export declare class QueryClient {
|
|
|
2218
2221
|
status: string;
|
|
2219
2222
|
name: string;
|
|
2220
2223
|
georeference?: {} | null | undefined;
|
|
2221
|
-
assetmap?: {} | null | undefined;
|
|
2222
2224
|
definition?: {} | null | undefined;
|
|
2225
|
+
assetmap?: {} | null | undefined;
|
|
2223
2226
|
public_link_enabled: boolean;
|
|
2224
2227
|
created_at: string;
|
|
2225
2228
|
modified_at: string;
|
|
@@ -2231,8 +2234,8 @@ export declare class QueryClient {
|
|
|
2231
2234
|
status: string;
|
|
2232
2235
|
name: string;
|
|
2233
2236
|
georeference?: {} | null | undefined;
|
|
2234
|
-
assetmap?: {} | null | undefined;
|
|
2235
2237
|
definition?: {} | null | undefined;
|
|
2238
|
+
assetmap?: {} | null | undefined;
|
|
2236
2239
|
public_link_enabled: boolean;
|
|
2237
2240
|
created_at: string;
|
|
2238
2241
|
modified_at: string;
|
|
@@ -3760,7 +3763,7 @@ declare interface Vector3Coord extends Vector2Coord {
|
|
|
3760
3763
|
z: number;
|
|
3761
3764
|
}
|
|
3762
3765
|
|
|
3763
|
-
export declare const version = "2.
|
|
3766
|
+
export declare const version = "2.43.0";
|
|
3764
3767
|
|
|
3765
3768
|
declare interface ViewerRendererHandle {
|
|
3766
3769
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|