@mappedin/mappedin-js 5.39.1 → 5.39.3

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.
@@ -0,0 +1 @@
1
+ import{b as a}from"./chunk-ZRT45YCM.js";var e,c=a((()=>{e={env:{NODE_ENV:"production",npm_package_version:"5.39.3"}}}));export{c as a,e as b};
@@ -7988,8 +7988,9 @@ declare module '@mappedin/mappedin-js/renderer/internal/Mappedin.MapObject' {
7988
7988
  /**
7989
7989
  * A function that should be called when the map is made invisible, in order
7990
7990
  * to postpone its tasks.
7991
+ * @param persistImages - if true, image meshes will not be set visible = false
7991
7992
  */
7992
- onInvisible(): void;
7993
+ onInvisible(persistImages?: boolean): void;
7993
7994
  /**
7994
7995
  * Queue a task on this map that will be executed when the high and low
7995
7996
  * priority tasks have been processed.
@@ -11106,7 +11107,7 @@ declare module '@mappedin/mappedin-js/get-venue/MappedinMap' {
11106
11107
  static hydrate(maps: any, mappedin: Mappedin): MappedinMap[];
11107
11108
  static updateInPlace(mappedin: Mappedin, hydrateData?: any): Promise<void>;
11108
11109
  static fetch(mappedin: Mappedin): Promise<MappedinMap[]>;
11109
- get center(): any;
11110
+ get center(): MappedinCoordinate;
11110
11111
  toJSON(): any;
11111
11112
  }
11112
11113
  }