@mappedin/mappedin-js 5.6.0 → 5.7.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.
- package/lib/esm/get-venue/index.d.ts +3 -3
- package/lib/esm/get-venue/index.js +1 -1
- package/lib/esm/navigator/index.js +1 -1
- package/lib/esm/renderer/{browser-EF22VMGD.js → browser-5CIN6W7C.js} +1 -1
- package/lib/esm/renderer/chunk-77EWGHBK.js +1 -0
- package/lib/esm/renderer/index.d.ts +605 -2283
- package/lib/esm/renderer/index.js +1 -1
- package/lib/mappedin.js +1 -1
- package/lib/node/index.js +1 -1
- package/package.json +2 -2
- package/lib/esm/renderer/chunk-O447O2L4.js +0 -1
|
@@ -450,7 +450,7 @@ declare module '@mappedin/mappedin-js/lib/esm/get-venue/get-venue/Mappedin' {
|
|
|
450
450
|
hydrateFromMVF(mvfData: MVFData): Promise<undefined>;
|
|
451
451
|
/**
|
|
452
452
|
*
|
|
453
|
-
*
|
|
453
|
+
* @experimental Hydrate the Mappedin instance using a response from either {@link Mappedin.toString}, {@link getVenueBundle} or by downloading the bundle manually
|
|
454
454
|
* @param mappedinSerializableData Mappedin data that was serialized or exported as JSON
|
|
455
455
|
* @param shouldPopulateBundledImagesAsBlobs Takes the scenes and images from a bundle and maps them as blobs to where they exist as URLs in the bundle. False by default
|
|
456
456
|
*/
|
|
@@ -1450,10 +1450,10 @@ declare module '@mappedin/mappedin-js/lib/esm/get-venue/get-venue/Mappedin.Offli
|
|
|
1450
1450
|
export const removeAccents: (it: string) => string;
|
|
1451
1451
|
export type { SearchOptions };
|
|
1452
1452
|
/**
|
|
1453
|
-
* A {@link
|
|
1453
|
+
* A {@link OfflineSearch} is an offline search module
|
|
1454
1454
|
*
|
|
1455
1455
|
*
|
|
1456
|
-
* @class
|
|
1456
|
+
* @class OfflineSearch
|
|
1457
1457
|
*/
|
|
1458
1458
|
export type TMappedinOfflineSearchAllOptions = {
|
|
1459
1459
|
/**
|