@mappedin/mappedin-js 6.0.1-beta.45 → 6.0.1-beta.46
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/THIRD_PARTY_LICENSES.txt +20 -1
- package/lib/esm/{GLTFExporter-33O74ZRA.js → GLTFExporter-AXJXTFZG.js} +1 -1
- package/lib/esm/{GLTFLoader-TFEUICFY.js → GLTFLoader-V2T33J7P.js} +1 -1
- package/lib/esm/{browser-IE62BVYL.js → browser-OJQDECWL.js} +1 -1
- package/lib/esm/{chunk-O57EU3PO.js → chunk-5XSHJ3NY.js} +1 -1
- package/lib/esm/chunk-A6HW5N6M.js +1 -0
- package/lib/esm/{chunk-HTXG2WUL.js → chunk-GVMLK6WZ.js} +1 -1
- package/lib/esm/chunk-MV2IWNRC.js +1 -0
- package/lib/esm/chunk-Q2KR5YO7.js +1 -0
- package/lib/esm/chunk-SRZSNPKD.js +1 -0
- package/lib/esm/{chunk-7QYC6UYU.js → chunk-XIVNHXXU.js} +1 -1
- package/lib/esm/index.d.ts +65 -55
- package/lib/esm/index.js +1 -1
- package/lib/esm/{inspector-CC3UZQDZ.js → inspector-4UPV6G6H.js} +1 -1
- package/lib/esm/{internal-MEGLEQC5.js → internal-NKXX4DDI.js} +1 -1
- package/lib/esm/outdoor-context-v4-DTIGSNLG.js +1 -0
- package/lib/esm/{roboto-regular-E2V4PXOH.js → roboto-regular-PKVZDOB2.js} +1 -1
- package/lib/esm/{text3d-3PC3DCSJ.js → text3d-Z4HFM4UG.js} +1 -1
- package/package.json +2 -2
- package/lib/esm/chunk-AGPZKMLJ.js +0 -1
- package/lib/esm/chunk-HALSTKAB.js +0 -1
- package/lib/esm/chunk-L5IJY45Y.js +0 -1
- package/lib/esm/chunk-N5U7Y27D.js +0 -1
- package/lib/esm/outdoor-context-v4-5DHMHSDP.js +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
import{V as x,W as y,u as A,v as w,w as g}from"./chunk-
|
|
1
|
+
import{V as x,W as y,u as A,v as w,w as g}from"./chunk-5XSHJ3NY.js";import{a as b}from"./chunk-A6HW5N6M.js";b();function M(o,l=!1){let r=o[0].index!==null,f=new Set(Object.keys(o[0].attributes)),i=new Set(Object.keys(o[0].morphAttributes)),c={},e={},h=o[0].morphTargetsRelative,u=new y,d=0;for(let t=0;t<o.length;++t){let s=o[t],a=0;if(r!==(s.index!==null))return console.error("THREE.BufferGeometryUtils: .mergeGeometries() failed with geometry at index "+t+". All geometries must have compatible attributes; make sure index attribute exists among all geometries, or in none of them."),null;for(let n in s.attributes){if(!f.has(n))return console.error("THREE.BufferGeometryUtils: .mergeGeometries() failed with geometry at index "+t+'. All geometries must have compatible attributes; make sure "'+n+'" attribute exists among all geometries, or in none of them.'),null;c[n]===void 0&&(c[n]=[]),c[n].push(s.attributes[n]),a++}if(a!==f.size)return console.error("THREE.BufferGeometryUtils: .mergeGeometries() failed with geometry at index "+t+". Make sure all geometries have the same number of attributes."),null;if(h!==s.morphTargetsRelative)return console.error("THREE.BufferGeometryUtils: .mergeGeometries() failed with geometry at index "+t+". .morphTargetsRelative must be consistent throughout all geometries."),null;for(let n in s.morphAttributes){if(!i.has(n))return console.error("THREE.BufferGeometryUtils: .mergeGeometries() failed with geometry at index "+t+". .morphAttributes must be consistent throughout all geometries."),null;e[n]===void 0&&(e[n]=[]),e[n].push(s.morphAttributes[n])}if(l){let n;if(r)n=s.index.count;else if(s.attributes.position!==void 0)n=s.attributes.position.count;else return console.error("THREE.BufferGeometryUtils: .mergeGeometries() failed with geometry at index "+t+". The geometry must have either an index or a position attribute"),null;u.addGroup(d,n,t),d+=n}}if(r){let t=0,s=[];for(let a=0;a<o.length;++a){let n=o[a].index;for(let m=0;m<n.count;++m)s.push(n.getX(m)+t);t+=o[a].attributes.position.count}u.setIndex(s)}for(let t in c){let s=B(c[t]);if(!s)return console.error("THREE.BufferGeometryUtils: .mergeGeometries() failed while trying to merge the "+t+" attribute."),null;u.setAttribute(t,s)}for(let t in e){let s=e[t][0].length;if(s===0)break;u.morphAttributes=u.morphAttributes||{},u.morphAttributes[t]=[];for(let a=0;a<s;++a){let n=[];for(let p=0;p<e[t].length;++p)n.push(e[t][p][a]);let m=B(n);if(!m)return console.error("THREE.BufferGeometryUtils: .mergeGeometries() failed while trying to merge the "+t+" morphAttribute."),null;u.morphAttributes[t].push(m)}}return u}function B(o){let l,r,f,i=-1,c=0;for(let d=0;d<o.length;++d){let t=o[d];if(l===void 0&&(l=t.array.constructor),l!==t.array.constructor)return console.error("THREE.BufferGeometryUtils: .mergeAttributes() failed. BufferAttribute.array must be of consistent array types across matching attributes."),null;if(r===void 0&&(r=t.itemSize),r!==t.itemSize)return console.error("THREE.BufferGeometryUtils: .mergeAttributes() failed. BufferAttribute.itemSize must be consistent across matching attributes."),null;if(f===void 0&&(f=t.normalized),f!==t.normalized)return console.error("THREE.BufferGeometryUtils: .mergeAttributes() failed. BufferAttribute.normalized must be consistent across matching attributes."),null;if(i===-1&&(i=t.gpuType),i!==t.gpuType)return console.error("THREE.BufferGeometryUtils: .mergeAttributes() failed. BufferAttribute.gpuType must be consistent across matching attributes."),null;c+=t.count*r}let e=new l(c),h=new x(e,r,f),u=0;for(let d=0;d<o.length;++d){let t=o[d];if(t.isInterleavedBufferAttribute){let s=u/r;for(let a=0,n=t.count;a<n;a++)for(let m=0;m<r;m++){let p=t.getComponent(a,m);h.setComponent(a+s,m,p)}}else e.set(t.array,u);u+=t.count*r}return i!==void 0&&(h.gpuType=i),h}function R(o,l){if(l===A)return console.warn("THREE.BufferGeometryUtils.toTrianglesDrawMode(): Geometry already defined as triangles."),o;if(l===g||l===w){let r=o.getIndex();if(r===null){let e=[],h=o.getAttribute("position");if(h!==void 0){for(let u=0;u<h.count;u++)e.push(u);o.setIndex(e),r=o.getIndex()}else return console.error("THREE.BufferGeometryUtils.toTrianglesDrawMode(): Undefined position attribute. Processing not possible."),o}let f=r.count-2,i=[];if(l===g)for(let e=1;e<=f;e++)i.push(r.getX(0)),i.push(r.getX(e)),i.push(r.getX(e+1));else for(let e=0;e<f;e++)e%2===0?(i.push(r.getX(e)),i.push(r.getX(e+1)),i.push(r.getX(e+2))):(i.push(r.getX(e+2)),i.push(r.getX(e+1)),i.push(r.getX(e)));i.length/3!==f&&console.error("THREE.BufferGeometryUtils.toTrianglesDrawMode(): Unable to generate correct amount of triangles.");let c=o.clone();return c.setIndex(i),c.clearGroups(),c}else return console.error("THREE.BufferGeometryUtils.toTrianglesDrawMode(): Unknown draw mode:",l),o}export{M as a,R as b};
|
package/lib/esm/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Generated by dts-bundle v0.7.3
|
|
2
2
|
// Dependencies for this module:
|
|
3
3
|
// ../mappedin-js/@packages/internal/mvf-utils
|
|
4
|
-
// ../mappedin-js/@mappedin/mvf
|
|
4
|
+
// ../mappedin-js/@mappedin/mvf-v2
|
|
5
5
|
// ../mappedin-js/@packages/internal/common/pubsub
|
|
6
6
|
// ../mappedin-js/@packages/internal/common/Mappedin.Logger
|
|
7
7
|
// ../mappedin-js/geojson
|
|
@@ -38,7 +38,7 @@ declare module '@mappedin/mappedin-js' {
|
|
|
38
38
|
import type { TGetMapDataOptions, TGetMapDataWithAccessTokenOptions, TGetMapDataWithCredentialsOptions, TGetMapDataSharedOptions, Environment } from '@mappedin/mappedin-js/packages/mvf-utils';
|
|
39
39
|
import { parseMVF, unzipMVF } from '@packages/internal/mvf-utils';
|
|
40
40
|
import type { Floor } from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects';
|
|
41
|
-
import type { ParsedMVF as TMVF, StyleCollection as TMVFStyleCollection, Style as TMVFStyle, LineStringStyle as TMVFLineStringStyle, PolygonStyle as TMVFPolygonStyle, PointStyle as TMVFPointStyle, ParsedMVFLocalePack, OperationHours, SiblingGroup, LocationState } from '@mappedin/mvf';
|
|
41
|
+
import type { ParsedMVF as TMVF, StyleCollection as TMVFStyleCollection, Style as TMVFStyle, LineStringStyle as TMVFLineStringStyle, PolygonStyle as TMVFPolygonStyle, PointStyle as TMVFPointStyle, ParsedMVFLocalePack, OperationHours, SiblingGroup, LocationState } from '@mappedin/mvf-v2';
|
|
42
42
|
import { MapView } from '@mappedin/mappedin-js/mappedin-js/src/map-view';
|
|
43
43
|
export type { Text3D as Text3DApi } from '@mappedin/mappedin-js/mappedin-js/src/api-geojson/text3d';
|
|
44
44
|
export { disableText3DWorker } from '@mappedin/mappedin-js/mappedin-js/src/api-geojson/text3d';
|
|
@@ -313,6 +313,7 @@ declare module '@mappedin/mappedin-js' {
|
|
|
313
313
|
export type THydrateMapDataBundle = {
|
|
314
314
|
type: 'binary';
|
|
315
315
|
options?: {
|
|
316
|
+
version?: '2.0.0' | '3.0.0';
|
|
316
317
|
enterprise?: boolean;
|
|
317
318
|
};
|
|
318
319
|
languagePacks?: {
|
|
@@ -326,6 +327,7 @@ declare module '@mappedin/mappedin-js' {
|
|
|
326
327
|
} | {
|
|
327
328
|
type: 'json';
|
|
328
329
|
options?: {
|
|
330
|
+
version?: '2.0.0' | '3.0.0';
|
|
329
331
|
enterprise?: boolean;
|
|
330
332
|
};
|
|
331
333
|
languagePacks?: {
|
|
@@ -637,7 +639,7 @@ declare module '@mappedin/mappedin-js/mappedin-js/src/map-data' {
|
|
|
637
639
|
/**
|
|
638
640
|
* @internal
|
|
639
641
|
*/
|
|
640
|
-
get currentLanguage(): import("@mappedin/mvf").Language | undefined;
|
|
642
|
+
get currentLanguage(): import("@mappedin/mvf-v2").Language | undefined;
|
|
641
643
|
/**
|
|
642
644
|
* Retrieves the natural bearing of the map, which is the angle, in degrees, the map is considered to be "naturally oriented" towards.
|
|
643
645
|
* Typically the angle perpendicular to the street the map is facing, or the main entrance. Other print maps inside the map may have this direction be up.
|
|
@@ -902,7 +904,7 @@ declare module '@mappedin/mappedin-js/mappedin-js/src/map-data-objects' {
|
|
|
902
904
|
import FloorStack from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/floor-stack';
|
|
903
905
|
import Facade from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/facade';
|
|
904
906
|
import type { MapDataRecords, EnterpriseMapDataRecords } from '@mappedin/mappedin-js/mappedin-js/src/utils/data-creation';
|
|
905
|
-
import type { AnnotationCollection, ParsedMVF, Connection as MVFConnection, EntranceCollection, NodeCollection, ObstructionCollection, SpaceCollection, FloorProperties as MVFFloor, FloorStack as MVFFloorStack, Language, AreaCollection, TilesetStyle } from '@mappedin/mvf';
|
|
907
|
+
import type { AnnotationCollection, ParsedMVF, Connection as MVFConnection, EntranceCollection, NodeCollection, ObstructionCollection, SpaceCollection, FloorProperties as MVFFloor, FloorStack as MVFFloorStack, Language, AreaCollection, TilesetStyle } from '@mappedin/mvf-v2';
|
|
906
908
|
import { AnalyticsInternal } from '@mappedin/mappedin-js/mappedin-js/src/analytics';
|
|
907
909
|
import EnterpriseLocation from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/location';
|
|
908
910
|
import EnterpriseCategory from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/category';
|
|
@@ -1810,7 +1812,7 @@ declare module '@mappedin/mappedin-js/mappedin-js/src/types' {
|
|
|
1810
1812
|
import type { Feature, MultiPolygon, Polygon } from 'geojson';
|
|
1811
1813
|
import type { Coordinate, Floor, Door, Space, MapObject, PointOfInterest, Connection, EnterpriseLocation, Node, Area, Facade, FloorStack, Annotation, EnterpriseCategory, EnterpriseVenue, LocationCategory, LocationProfile } from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects';
|
|
1812
1814
|
import type { Label, Marker, Model, Image, Shape, Text3D, Path } from '@mappedin/mappedin-js/mappedin-js/src/map-view-objects';
|
|
1813
|
-
import type { Language, ParsedMVFLocalePack } from '@mappedin/mvf';
|
|
1815
|
+
import type { Language, ParsedMVFLocalePack } from '@mappedin/mvf-v2';
|
|
1814
1816
|
import type { InsetPaddingOption, UpdatableText3DState, Text3DState, AddText3DOptions, EnvMapOptions, InitializeModelState, ModelState, UpdateModelState as GeoJsonUpdateModelState, ImagePlacementOptions, LabelAppearance } from '@mappedin/mappedin-js/geojson/src';
|
|
1815
1817
|
import type { PathSegment } from '@mappedin/mappedin-js/mappedin-js/src/map-view-objects/path';
|
|
1816
1818
|
import type { TFloorChangeReason } from '@mappedin/mappedin-js/mappedin-js/src/events';
|
|
@@ -3732,7 +3734,7 @@ declare module '@mappedin/mappedin-js/mappedin-js/src/analytics' {
|
|
|
3732
3734
|
}
|
|
3733
3735
|
|
|
3734
3736
|
declare module '@mappedin/mappedin-js/mappedin-js/src/api-geojson/directions' {
|
|
3735
|
-
import type { ParsedMVF } from '@mappedin/mvf';
|
|
3737
|
+
import type { ParsedMVF } from '@mappedin/mvf-v2';
|
|
3736
3738
|
import type { DirectionsCollection } from '@packages/internal/geojson-navigator';
|
|
3737
3739
|
import { Navigator } from '@packages/internal/geojson-navigator';
|
|
3738
3740
|
import { Connection, Coordinate, Node, type MapDataInternal } from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects';
|
|
@@ -3840,7 +3842,7 @@ declare module '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/types' {
|
|
|
3840
3842
|
import type Annotation from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/annotation';
|
|
3841
3843
|
import type Connection from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/connection';
|
|
3842
3844
|
import type MapObject from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object';
|
|
3843
|
-
import type { EnterpriseLocation as MvfEnterpriseLocation, EnterpriseCategory as MvfEnterpriseCategory, ParsedMVFLocalePack, Feature, FloorStack as MvfFloorStack, FloorProperties as MvfFloor } from '@mappedin/mvf';
|
|
3845
|
+
import type { EnterpriseLocation as MvfEnterpriseLocation, EnterpriseCategory as MvfEnterpriseCategory, ParsedMVFLocalePack, Feature, FloorStack as MvfFloorStack, FloorProperties as MvfFloor } from '@mappedin/mvf-v2';
|
|
3844
3846
|
import type { PartialExcept } from '@mappedin/mvf-core';
|
|
3845
3847
|
import type { LocalePackUrls } from '@packages/internal/mvf-utils';
|
|
3846
3848
|
import type { LanguagePackHydrationItem } from '@mappedin/mappedin-js/mappedin-js/src/types';
|
|
@@ -3938,7 +3940,7 @@ declare module '@mappedin/mappedin-js/mappedin-js/src' {
|
|
|
3938
3940
|
import type { TGetMapDataOptions, TGetMapDataWithAccessTokenOptions, TGetMapDataWithCredentialsOptions, TGetMapDataSharedOptions, Environment } from '@mappedin/mappedin-js/packages/mvf-utils';
|
|
3939
3941
|
import { parseMVF, unzipMVF } from '@packages/internal/mvf-utils';
|
|
3940
3942
|
import type { Floor } from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects';
|
|
3941
|
-
import type { ParsedMVF as TMVF, StyleCollection as TMVFStyleCollection, Style as TMVFStyle, LineStringStyle as TMVFLineStringStyle, PolygonStyle as TMVFPolygonStyle, PointStyle as TMVFPointStyle, ParsedMVFLocalePack, OperationHours, SiblingGroup, LocationState } from '@mappedin/mvf';
|
|
3943
|
+
import type { ParsedMVF as TMVF, StyleCollection as TMVFStyleCollection, Style as TMVFStyle, LineStringStyle as TMVFLineStringStyle, PolygonStyle as TMVFPolygonStyle, PointStyle as TMVFPointStyle, ParsedMVFLocalePack, OperationHours, SiblingGroup, LocationState } from '@mappedin/mvf-v2';
|
|
3942
3944
|
import { MapView } from '@mappedin/mappedin-js/mappedin-js/src/map-view';
|
|
3943
3945
|
export type { Text3D as Text3DApi } from '@mappedin/mappedin-js/mappedin-js/src/api-geojson/text3d';
|
|
3944
3946
|
export { disableText3DWorker } from '@mappedin/mappedin-js/mappedin-js/src/api-geojson/text3d';
|
|
@@ -4213,6 +4215,7 @@ declare module '@mappedin/mappedin-js/mappedin-js/src' {
|
|
|
4213
4215
|
export type THydrateMapDataBundle = {
|
|
4214
4216
|
type: 'binary';
|
|
4215
4217
|
options?: {
|
|
4218
|
+
version?: '2.0.0' | '3.0.0';
|
|
4216
4219
|
enterprise?: boolean;
|
|
4217
4220
|
};
|
|
4218
4221
|
languagePacks?: {
|
|
@@ -4226,6 +4229,7 @@ declare module '@mappedin/mappedin-js/mappedin-js/src' {
|
|
|
4226
4229
|
} | {
|
|
4227
4230
|
type: 'json';
|
|
4228
4231
|
options?: {
|
|
4232
|
+
version?: '2.0.0' | '3.0.0';
|
|
4229
4233
|
enterprise?: boolean;
|
|
4230
4234
|
};
|
|
4231
4235
|
languagePacks?: {
|
|
@@ -4503,7 +4507,7 @@ declare module '@mappedin/mappedin-js/packages/mvf-utils/api-types' {
|
|
|
4503
4507
|
}
|
|
4504
4508
|
|
|
4505
4509
|
declare module '@mappedin/mappedin-js/packages/mvf-utils/mvf-types' {
|
|
4506
|
-
import type { MapId, Style, Feature, LineString, ObstructionProperties, EntranceProperties, SpaceProperties, ObstructionCollection, EntranceCollection, SpaceCollection, FloorImageProperties, BaseTextAreaProperties, EnterpriseTexture } from '@mappedin/mvf';
|
|
4510
|
+
import type { MapId, Style, Feature, LineString, ObstructionProperties, EntranceProperties, SpaceProperties, ObstructionCollection, EntranceCollection, SpaceCollection, FloorImageProperties, BaseTextAreaProperties, EnterpriseTexture } from '@mappedin/mvf-v2';
|
|
4507
4511
|
import type { FeatureCollection, MultiPolygon, Point, Polygon } from 'geojson';
|
|
4508
4512
|
import type { TImage, TMap, TNode, TOpeningHours, TPhone, TSiblingGroup, TSocial } from '@mappedin/mappedin-js/packages/mvf-utils/api-types';
|
|
4509
4513
|
export type WithIDs<T> = Map<string, T>;
|
|
@@ -4746,7 +4750,7 @@ declare module '@mappedin/mappedin-js/packages/mvf-utils/mvf-types' {
|
|
|
4746
4750
|
}
|
|
4747
4751
|
|
|
4748
4752
|
declare module '@mappedin/mappedin-js/packages/mvf-utils/mvf-utils' {
|
|
4749
|
-
import { type ParsedMVF, type ParsedMVFLocalePack, type RawMVF } from '@mappedin/mvf';
|
|
4753
|
+
import { type ParsedMVF, type ParsedMVFLocalePack, type RawMVF } from '@mappedin/mvf-v2';
|
|
4750
4754
|
import type { ParsedMVFv1, RawMVFv1 } from '@mappedin/mappedin-js/packages/mvf-utils/mvf-types';
|
|
4751
4755
|
export * from '@mappedin/mappedin-js/packages/mvf-utils/tokens/access-token';
|
|
4752
4756
|
export * from '@mappedin/mappedin-js/packages/mvf-utils/tokens/sas-token';
|
|
@@ -4893,6 +4897,11 @@ declare module '@mappedin/mappedin-js/packages/mvf-utils/mvf-utils' {
|
|
|
4893
4897
|
* @internal
|
|
4894
4898
|
*/
|
|
4895
4899
|
layoutId?: 'draft';
|
|
4900
|
+
/**
|
|
4901
|
+
* @hidden
|
|
4902
|
+
* @internal
|
|
4903
|
+
*/
|
|
4904
|
+
mvfVersion?: '2.0.0' | '3.0.0';
|
|
4896
4905
|
};
|
|
4897
4906
|
/**
|
|
4898
4907
|
* @interface
|
|
@@ -5066,6 +5075,7 @@ declare module '@mappedin/mappedin-js/packages/mvf-utils/mvf-utils' {
|
|
|
5066
5075
|
* outdoor map. If a map is not a multi-building map, an empty array is returned.
|
|
5067
5076
|
*/
|
|
5068
5077
|
export const getBuildingIds: (mvf: ParsedMVF) => string[];
|
|
5078
|
+
export function unzipAndParseMVFv2(data: Uint8Array, inputVersion?: '2.0.0' | '3.0.0'): Promise<ParsedMVF>;
|
|
5069
5079
|
}
|
|
5070
5080
|
|
|
5071
5081
|
declare module '@mappedin/mappedin-js/packages/mvf-utils/geometry' {
|
|
@@ -5077,7 +5087,7 @@ declare module '@mappedin/mappedin-js/packages/mvf-utils/geometry' {
|
|
|
5077
5087
|
}
|
|
5078
5088
|
|
|
5079
5089
|
declare module '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/node' {
|
|
5080
|
-
import type { NodeCollection } from '@mappedin/mvf';
|
|
5090
|
+
import type { NodeCollection } from '@mappedin/mvf-v2';
|
|
5081
5091
|
import Coordinate from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/coordinate';
|
|
5082
5092
|
import type { EnterpriseLocation, MapDataInternal, Space } from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects';
|
|
5083
5093
|
import type Floor from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/floor';
|
|
@@ -5150,8 +5160,8 @@ declare module '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/node' {
|
|
|
5150
5160
|
*/
|
|
5151
5161
|
get geoJSON(): {
|
|
5152
5162
|
properties: null;
|
|
5153
|
-
type: import("@mappedin/mvf").FeatureType;
|
|
5154
|
-
geometry: import("@mappedin/mvf").Point;
|
|
5163
|
+
type: import("@mappedin/mvf-v2").FeatureType;
|
|
5164
|
+
geometry: import("@mappedin/mvf-v2").Point;
|
|
5155
5165
|
};
|
|
5156
5166
|
/** @internal */
|
|
5157
5167
|
get focusTarget(): Coordinate;
|
|
@@ -5184,7 +5194,7 @@ declare module '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/node' {
|
|
|
5184
5194
|
}
|
|
5185
5195
|
|
|
5186
5196
|
declare module '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/area' {
|
|
5187
|
-
import type { AreaCollection } from '@mappedin/mvf';
|
|
5197
|
+
import type { AreaCollection } from '@mappedin/mvf-v2';
|
|
5188
5198
|
import { Coordinate, type MapDataInternal } from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects';
|
|
5189
5199
|
import type Floor from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/floor';
|
|
5190
5200
|
import type { IGeoJSONData } from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/types';
|
|
@@ -5239,8 +5249,8 @@ declare module '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/area' {
|
|
|
5239
5249
|
*/
|
|
5240
5250
|
get geoJSON(): {
|
|
5241
5251
|
properties: null;
|
|
5242
|
-
type: import("@mappedin/mvf").FeatureType;
|
|
5243
|
-
geometry: import("@mappedin/mvf").Polygon;
|
|
5252
|
+
type: import("@mappedin/mvf-v2").FeatureType;
|
|
5253
|
+
geometry: import("@mappedin/mvf-v2").Polygon;
|
|
5244
5254
|
};
|
|
5245
5255
|
/** @internal */
|
|
5246
5256
|
get focusTarget(): this;
|
|
@@ -5267,7 +5277,7 @@ declare module '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/area' {
|
|
|
5267
5277
|
}
|
|
5268
5278
|
|
|
5269
5279
|
declare module '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/door' {
|
|
5270
|
-
import type { EntranceCollection } from '@mappedin/mvf';
|
|
5280
|
+
import type { EntranceCollection } from '@mappedin/mvf-v2';
|
|
5271
5281
|
import Coordinate from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/coordinate';
|
|
5272
5282
|
import type Floor from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/floor';
|
|
5273
5283
|
import type { MapDataInternal } from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects';
|
|
@@ -5348,8 +5358,8 @@ declare module '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/door' {
|
|
|
5348
5358
|
*/
|
|
5349
5359
|
get geoJSON(): {
|
|
5350
5360
|
properties: null;
|
|
5351
|
-
type: import("@mappedin/mvf").FeatureType;
|
|
5352
|
-
geometry: import("@mappedin/mvf").LineString;
|
|
5361
|
+
type: import("@mappedin/mvf-v2").FeatureType;
|
|
5362
|
+
geometry: import("@mappedin/mvf-v2").LineString;
|
|
5353
5363
|
};
|
|
5354
5364
|
/** @internal */
|
|
5355
5365
|
get focusTarget(): Coordinate;
|
|
@@ -5382,7 +5392,7 @@ declare module '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/door' {
|
|
|
5382
5392
|
}
|
|
5383
5393
|
|
|
5384
5394
|
declare module '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space' {
|
|
5385
|
-
import type { SpaceCollection } from '@mappedin/mvf';
|
|
5395
|
+
import type { SpaceCollection } from '@mappedin/mvf-v2';
|
|
5386
5396
|
import Coordinate from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/coordinate';
|
|
5387
5397
|
import type { EnterpriseLocation, MapDataInternal } from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects';
|
|
5388
5398
|
import type Floor from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/floor';
|
|
@@ -5421,7 +5431,7 @@ declare module '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space' {
|
|
|
5421
5431
|
* @internal
|
|
5422
5432
|
* @hidden
|
|
5423
5433
|
*/
|
|
5424
|
-
getMvfData(): import("@mappedin/mvf").Feature<import("@mappedin/mvf").Polygon | import("@mappedin/mvf").LineString | import("@mappedin/mvf").Point, import("@mappedin/mvf").SpaceProperties>;
|
|
5434
|
+
getMvfData(): import("@mappedin/mvf-v2").Feature<import("@mappedin/mvf-v2").Polygon | import("@mappedin/mvf-v2").LineString | import("@mappedin/mvf-v2").Point, import("@mappedin/mvf-v2").SpaceProperties>;
|
|
5425
5435
|
/**
|
|
5426
5436
|
* Checks if the provided instance is of type Space.
|
|
5427
5437
|
*
|
|
@@ -5470,8 +5480,8 @@ declare module '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space' {
|
|
|
5470
5480
|
*/
|
|
5471
5481
|
get geoJSON(): {
|
|
5472
5482
|
properties: null;
|
|
5473
|
-
type: import("@mappedin/mvf").FeatureType;
|
|
5474
|
-
geometry: import("@mappedin/mvf").Polygon | import("@mappedin/mvf").LineString | import("@mappedin/mvf").Point;
|
|
5483
|
+
type: import("@mappedin/mvf-v2").FeatureType;
|
|
5484
|
+
geometry: import("@mappedin/mvf-v2").Polygon | import("@mappedin/mvf-v2").LineString | import("@mappedin/mvf-v2").Point;
|
|
5475
5485
|
};
|
|
5476
5486
|
/** @internal */
|
|
5477
5487
|
get focusTarget(): Coordinate | this;
|
|
@@ -5510,7 +5520,7 @@ declare module '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/space' {
|
|
|
5510
5520
|
}
|
|
5511
5521
|
|
|
5512
5522
|
declare module '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/floor' {
|
|
5513
|
-
import type { Feature, FloorCollection, MultiPolygon, Polygon } from '@mappedin/mvf';
|
|
5523
|
+
import type { Feature, FloorCollection, MultiPolygon, Polygon } from '@mappedin/mvf-v2';
|
|
5514
5524
|
import type { Annotation, Connection, Door, MapDataInternal, PointOfInterest, Space, MapObject, FloorStack } from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects';
|
|
5515
5525
|
import BaseMapData from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/base-object';
|
|
5516
5526
|
import type { IFocusable } from '@mappedin/mappedin-js/mappedin-js/src/types';
|
|
@@ -5643,7 +5653,7 @@ declare module '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/floor' {
|
|
|
5643
5653
|
}
|
|
5644
5654
|
|
|
5645
5655
|
declare module '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/connection' {
|
|
5646
|
-
import type { Feature, FeatureCollection, Point, SpaceProperties, Connection as MVFConnection } from '@mappedin/mvf';
|
|
5656
|
+
import type { Feature, FeatureCollection, Point, SpaceProperties, Connection as MVFConnection } from '@mappedin/mvf-v2';
|
|
5647
5657
|
import Coordinate from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/coordinate';
|
|
5648
5658
|
import type Node from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/node';
|
|
5649
5659
|
import type { Floor, LocationProfile, MapDataInternal } from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects';
|
|
@@ -5748,7 +5758,7 @@ declare module '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/connectio
|
|
|
5748
5758
|
}
|
|
5749
5759
|
|
|
5750
5760
|
declare module '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object' {
|
|
5751
|
-
import type { ObstructionCollection } from '@mappedin/mvf';
|
|
5761
|
+
import type { ObstructionCollection } from '@mappedin/mvf-v2';
|
|
5752
5762
|
import Coordinate from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/coordinate';
|
|
5753
5763
|
import type { MapDataInternal } from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects';
|
|
5754
5764
|
import type Floor from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/floor';
|
|
@@ -5811,8 +5821,8 @@ declare module '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/object' {
|
|
|
5811
5821
|
*/
|
|
5812
5822
|
get geoJSON(): {
|
|
5813
5823
|
properties: null;
|
|
5814
|
-
type: import("@mappedin/mvf").FeatureType;
|
|
5815
|
-
geometry: import("@mappedin/mvf").Polygon | import("@mappedin/mvf").LineString;
|
|
5824
|
+
type: import("@mappedin/mvf-v2").FeatureType;
|
|
5825
|
+
geometry: import("@mappedin/mvf-v2").Polygon | import("@mappedin/mvf-v2").LineString;
|
|
5816
5826
|
};
|
|
5817
5827
|
/** @internal */
|
|
5818
5828
|
get anchorTarget(): Coordinate;
|
|
@@ -5959,7 +5969,7 @@ declare module '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/coordinat
|
|
|
5959
5969
|
}
|
|
5960
5970
|
|
|
5961
5971
|
declare module '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/poi' {
|
|
5962
|
-
import type { FeatureCollection, Point, SpaceProperties } from '@mappedin/mvf';
|
|
5972
|
+
import type { FeatureCollection, Point, SpaceProperties } from '@mappedin/mvf-v2';
|
|
5963
5973
|
import type { Floor, MapDataInternal } from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects';
|
|
5964
5974
|
import Coordinate from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/coordinate';
|
|
5965
5975
|
import type { IGeoJSONData } from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/types';
|
|
@@ -6013,7 +6023,7 @@ declare module '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/poi' {
|
|
|
6013
6023
|
*/
|
|
6014
6024
|
get geoJSON(): {
|
|
6015
6025
|
properties: null;
|
|
6016
|
-
type: import("@mappedin/mvf").FeatureType;
|
|
6026
|
+
type: import("@mappedin/mvf-v2").FeatureType;
|
|
6017
6027
|
geometry: Point;
|
|
6018
6028
|
};
|
|
6019
6029
|
/** @internal */
|
|
@@ -6047,7 +6057,7 @@ declare module '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/poi' {
|
|
|
6047
6057
|
}
|
|
6048
6058
|
|
|
6049
6059
|
declare module '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/annotation' {
|
|
6050
|
-
import type { AnnotationCollection } from '@mappedin/mvf';
|
|
6060
|
+
import type { AnnotationCollection } from '@mappedin/mvf-v2';
|
|
6051
6061
|
import type { Floor, MapDataInternal } from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects';
|
|
6052
6062
|
import Coordinate from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/coordinate';
|
|
6053
6063
|
import type { IGeoJSONData } from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/types';
|
|
@@ -6114,8 +6124,8 @@ declare module '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/annotatio
|
|
|
6114
6124
|
*/
|
|
6115
6125
|
get geoJSON(): {
|
|
6116
6126
|
properties: null;
|
|
6117
|
-
type: import("@mappedin/mvf").FeatureType;
|
|
6118
|
-
geometry: import("@mappedin/mvf").Point;
|
|
6127
|
+
type: import("@mappedin/mvf-v2").FeatureType;
|
|
6128
|
+
geometry: import("@mappedin/mvf-v2").Point;
|
|
6119
6129
|
};
|
|
6120
6130
|
/** @internal */
|
|
6121
6131
|
get focusTarget(): Coordinate;
|
|
@@ -6148,7 +6158,7 @@ declare module '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/annotatio
|
|
|
6148
6158
|
}
|
|
6149
6159
|
|
|
6150
6160
|
declare module '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/hyperlink' {
|
|
6151
|
-
import type { LocationLink, Hyperlink as MVFHyperlink } from '@mappedin/mvf';
|
|
6161
|
+
import type { LocationLink, Hyperlink as MVFHyperlink } from '@mappedin/mvf-v2';
|
|
6152
6162
|
import BaseMetaData from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/base-metadata-object';
|
|
6153
6163
|
/**
|
|
6154
6164
|
* A class representing hyperlink link data within the map.
|
|
@@ -6205,7 +6215,7 @@ declare module '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/hyperlink
|
|
|
6205
6215
|
}
|
|
6206
6216
|
|
|
6207
6217
|
declare module '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/image' {
|
|
6208
|
-
import type { Image as MVFImage } from '@mappedin/mvf';
|
|
6218
|
+
import type { Image as MVFImage } from '@mappedin/mvf-v2';
|
|
6209
6219
|
import BaseMetaData from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/base-metadata-object';
|
|
6210
6220
|
import type { MapDataInternal } from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects';
|
|
6211
6221
|
/**
|
|
@@ -6272,7 +6282,7 @@ declare module '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/image' {
|
|
|
6272
6282
|
}
|
|
6273
6283
|
|
|
6274
6284
|
declare module '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/floor-stack' {
|
|
6275
|
-
import type { FloorStack as MVFFloorStack } from '@mappedin/mvf';
|
|
6285
|
+
import type { FloorStack as MVFFloorStack } from '@mappedin/mvf-v2';
|
|
6276
6286
|
import type { MapDataInternal, Floor, Facade } from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects';
|
|
6277
6287
|
import BaseMapData from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/base-object';
|
|
6278
6288
|
/**
|
|
@@ -6364,7 +6374,7 @@ declare module '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/facade' {
|
|
|
6364
6374
|
import type { Space, MapDataInternal } from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects';
|
|
6365
6375
|
import { Coordinate } from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects';
|
|
6366
6376
|
import BaseMapData from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/base-object';
|
|
6367
|
-
import type { Facade as MVFFacade } from '@mappedin/mvf';
|
|
6377
|
+
import type { Facade as MVFFacade } from '@mappedin/mvf-v2';
|
|
6368
6378
|
import type { IAnchorable, IFocusable } from '@mappedin/mappedin-js/mappedin-js/src/types';
|
|
6369
6379
|
/**
|
|
6370
6380
|
* A Facade is a collection of spaces that make up the exterior representation of a Floor Stack ({@link FloorStack}).
|
|
@@ -6406,7 +6416,7 @@ declare module '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/facade' {
|
|
|
6406
6416
|
}
|
|
6407
6417
|
|
|
6408
6418
|
declare module '@mappedin/mappedin-js/mappedin-js/src/utils/data-creation' {
|
|
6409
|
-
import type { AnnotationCollection, EntranceCollection, FeatureCollection, Connection as MVFConnection, EnterpriseCategory as MVFEnterpriseCategory, EnterpriseCategoryId as MVFEnterpriseCategoryId, EnterpriseLocation as MVFEnterpriseLocation, EnterpriseLocationId as MVFEnterpriseLocationId, EnterpriseVenue as MVFEnterpriseVenue, FloorProperties as MVFFloor, FloorStack as MVFFloorStack, NodeCollection, ObstructionCollection, ParsedMVF, Point, SpaceCollection, SpaceProperties, AreaCollection, AreaId, EnterpriseLocationInstance, SpaceId } from '@mappedin/mvf';
|
|
6419
|
+
import type { AnnotationCollection, EntranceCollection, FeatureCollection, Connection as MVFConnection, EnterpriseCategory as MVFEnterpriseCategory, EnterpriseCategoryId as MVFEnterpriseCategoryId, EnterpriseLocation as MVFEnterpriseLocation, EnterpriseLocationId as MVFEnterpriseLocationId, EnterpriseVenue as MVFEnterpriseVenue, FloorProperties as MVFFloor, FloorStack as MVFFloorStack, NodeCollection, ObstructionCollection, ParsedMVF, Point, SpaceCollection, SpaceProperties, AreaCollection, AreaId, EnterpriseLocationInstance, SpaceId } from '@mappedin/mvf-v2';
|
|
6410
6420
|
import { Annotation, Area, Connection, Door, EnterpriseCategory, EnterpriseLocation, Facade, Floor, FloorStack, MapObject, Node, PointOfInterest, Space, LocationCategory, LocationProfile, type MapDataInternal } from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects';
|
|
6411
6421
|
export type MapDataRecords = {
|
|
6412
6422
|
spacesById: Record<string, Space>;
|
|
@@ -6510,7 +6520,7 @@ declare module '@mappedin/mappedin-js/mappedin-js/src/utils/data-creation' {
|
|
|
6510
6520
|
}
|
|
6511
6521
|
|
|
6512
6522
|
declare module '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/location' {
|
|
6513
|
-
import type { EnterpriseLocation as MVFEnterpriseLocation, LocationState, OperationHours, SiblingGroup } from '@mappedin/mvf';
|
|
6523
|
+
import type { EnterpriseLocation as MVFEnterpriseLocation, LocationState, OperationHours, SiblingGroup } from '@mappedin/mvf-v2';
|
|
6514
6524
|
import type { Coordinate, EnterpriseCategory, MapDataInternal, Space } from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects';
|
|
6515
6525
|
import type Node from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/node';
|
|
6516
6526
|
import BaseMetaData from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/base-metadata-object';
|
|
@@ -6711,7 +6721,7 @@ declare module '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/location'
|
|
|
6711
6721
|
}
|
|
6712
6722
|
|
|
6713
6723
|
declare module '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/category' {
|
|
6714
|
-
import type { EnterpriseCategory as MVFEnterpriseCategory } from '@mappedin/mvf';
|
|
6724
|
+
import type { EnterpriseCategory as MVFEnterpriseCategory } from '@mappedin/mvf-v2';
|
|
6715
6725
|
import type { MapDataInternal, EnterpriseLocation } from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects';
|
|
6716
6726
|
import BaseMetaData from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/base-metadata-object';
|
|
6717
6727
|
/**
|
|
@@ -6807,7 +6817,7 @@ declare module '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/category'
|
|
|
6807
6817
|
}
|
|
6808
6818
|
|
|
6809
6819
|
declare module '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/venue' {
|
|
6810
|
-
import type { EnterpriseVenue as MVFEnterpriseVenue, Language } from '@mappedin/mvf';
|
|
6820
|
+
import type { EnterpriseVenue as MVFEnterpriseVenue, Language } from '@mappedin/mvf-v2';
|
|
6811
6821
|
import type { Hyperlink, MapDataInternal } from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects';
|
|
6812
6822
|
import BaseMetaData from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/base-metadata-object';
|
|
6813
6823
|
/**
|
|
@@ -6921,7 +6931,7 @@ declare module '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/venue' {
|
|
|
6921
6931
|
}
|
|
6922
6932
|
|
|
6923
6933
|
declare module '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/location-profile' {
|
|
6924
|
-
import type { LocationId, LocationSocial, Location as MVFLocation } from '@mappedin/mvf';
|
|
6934
|
+
import type { LocationId, LocationSocial, Location as MVFLocation } from '@mappedin/mvf-v2';
|
|
6925
6935
|
import BaseMetaData from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/base-metadata-object';
|
|
6926
6936
|
import type { Annotation, Connection, Door, LocationCategory, MapDataInternal, Space, MapObject, PointOfInterest, Area } from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects';
|
|
6927
6937
|
import type { TFocusTarget, TNavigationTarget, IFocusable, INavigatable } from '@mappedin/mappedin-js/mappedin-js/src/types';
|
|
@@ -7055,7 +7065,7 @@ declare module '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/location-
|
|
|
7055
7065
|
}
|
|
7056
7066
|
|
|
7057
7067
|
declare module '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/location-category' {
|
|
7058
|
-
import type { CategoryId, Category as MVFCategory } from '@mappedin/mvf';
|
|
7068
|
+
import type { CategoryId, Category as MVFCategory } from '@mappedin/mvf-v2';
|
|
7059
7069
|
import BaseMetaData from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/base-metadata-object';
|
|
7060
7070
|
import type { LocationProfile, MapDataInternal } from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects';
|
|
7061
7071
|
class LocationCategory extends BaseMetaData implements Omit<MVFCategory, 'parent'> {
|
|
@@ -8906,7 +8916,7 @@ declare module '@mappedin/mappedin-js/geojson/src/components/mesh' {
|
|
|
8906
8916
|
import type { Feature, LineString, MultiLineString, MultiPolygon, Polygon, Position as GeoJsonPosition } from 'geojson';
|
|
8907
8917
|
import type { BBox } from '@turf/turf';
|
|
8908
8918
|
import { type ImageProperties } from '@mappedin/mappedin-js/geojson/src/components/image';
|
|
8909
|
-
import { type BaseTextAreaProperties, type EnterpriseTexture } from '@mappedin/mvf';
|
|
8919
|
+
import { type BaseTextAreaProperties, type EnterpriseTexture } from '@mappedin/mvf-v2';
|
|
8910
8920
|
import type { Text } from 'troika-three-text';
|
|
8911
8921
|
import type { GeometryGroupState } from '@mappedin/mappedin-js/geojson/src/entities/geometry-group';
|
|
8912
8922
|
export class EntityBatchedMesh extends BatchedMesh {
|
|
@@ -9483,7 +9493,7 @@ declare module '@mappedin/mappedin-js/geojson/src/renderer' {
|
|
|
9483
9493
|
import { Group as TweenGroup } from '@tweenjs/tween.js';
|
|
9484
9494
|
import { Debug } from '@mappedin/mappedin-js/geojson/src/utils/debug';
|
|
9485
9495
|
import { Occlusion2DSystem } from '@mappedin/mappedin-js/geojson/src/systems/2d-occlusion/system';
|
|
9486
|
-
import type { FloatingFloorTextProperties } from '@mappedin/mvf';
|
|
9496
|
+
import type { FloatingFloorTextProperties } from '@mappedin/mvf-v2';
|
|
9487
9497
|
export type * from '@mappedin/mappedin-js/geojson/src/types';
|
|
9488
9498
|
export const raycaster: Raycaster;
|
|
9489
9499
|
/**
|
|
@@ -10071,7 +10081,7 @@ declare module '@mappedin/mappedin-js/geojson/src/components/text3d' {
|
|
|
10071
10081
|
import type { Text3DStyle } from '@mappedin/mappedin-js/geojson/src/components/styles';
|
|
10072
10082
|
import type { MeshComponentProperties } from '@mappedin/mappedin-js/geojson/src/components/mesh';
|
|
10073
10083
|
import type { GroupContainerObject3D } from '@mappedin/mappedin-js/geojson/src/entities/group-container';
|
|
10074
|
-
import { type FloorTextCommonProperties } from '@mappedin/mvf';
|
|
10084
|
+
import { type FloorTextCommonProperties } from '@mappedin/mvf-v2';
|
|
10075
10085
|
/**
|
|
10076
10086
|
* State representing an Text3D
|
|
10077
10087
|
*/
|
|
@@ -10999,7 +11009,7 @@ declare module '@mappedin/mappedin-js/geojson/src/components/styles' {
|
|
|
10999
11009
|
}
|
|
11000
11010
|
|
|
11001
11011
|
declare module '@mappedin/mappedin-js/mappedin-js/src/api-geojson/map-object' {
|
|
11002
|
-
import type { ParsedMVF } from '@mappedin/mvf';
|
|
11012
|
+
import type { ParsedMVF } from '@mappedin/mvf-v2';
|
|
11003
11013
|
import type { FeatureCollection, LineString, MultiPolygon, Polygon } from 'geojson';
|
|
11004
11014
|
import { PubSub } from '@packages/internal/common';
|
|
11005
11015
|
import type { Position, AddLabelOptions, RendererCore, PathState, MarkerState, LineStyle, PaintStyle, EntityId } from '@mappedin/core-sdk';
|
|
@@ -11980,7 +11990,7 @@ declare module '@mappedin/mappedin-js/mappedin-js/src/api-geojson/paths' {
|
|
|
11980
11990
|
}
|
|
11981
11991
|
|
|
11982
11992
|
declare module '@mappedin/mappedin-js/mappedin-js/src/api-geojson/style' {
|
|
11983
|
-
import type { StyleCollection } from '@mappedin/mvf';
|
|
11993
|
+
import type { StyleCollection } from '@mappedin/mvf-v2';
|
|
11984
11994
|
import type { GeojsonApiMapObject } from '@mappedin/mappedin-js/mappedin-js/src/api-geojson/map-object';
|
|
11985
11995
|
export class Style {
|
|
11986
11996
|
#private;
|
|
@@ -12972,7 +12982,7 @@ declare module '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/base-meta
|
|
|
12972
12982
|
}
|
|
12973
12983
|
|
|
12974
12984
|
declare module '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/detailed-map-data' {
|
|
12975
|
-
import type { Details, Feature as MVFFeature, Geometry } from '@mappedin/mvf';
|
|
12985
|
+
import type { Details, Feature as MVFFeature, Geometry } from '@mappedin/mvf-v2';
|
|
12976
12986
|
import type LocationProfile from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/location-profile';
|
|
12977
12987
|
import Hyperlink from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/hyperlink';
|
|
12978
12988
|
import type { MapDataInternal } from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects';
|
|
@@ -13047,7 +13057,7 @@ declare module '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/base-obje
|
|
|
13047
13057
|
}
|
|
13048
13058
|
|
|
13049
13059
|
declare module '@mappedin/mappedin-js/mappedin-js/src/map-data-objects/opening-hours' {
|
|
13050
|
-
import type { OpeningHoursSpecification } from '@mappedin/mvf';
|
|
13060
|
+
import type { OpeningHoursSpecification } from '@mappedin/mvf-v2';
|
|
13051
13061
|
/**
|
|
13052
13062
|
* Represents the opening hours of a location.
|
|
13053
13063
|
*/
|
|
@@ -14704,7 +14714,7 @@ declare module '@mappedin/mappedin-js/geojson/src/components/styles/constants' {
|
|
|
14704
14714
|
}
|
|
14705
14715
|
|
|
14706
14716
|
declare module '@mappedin/mappedin-js/mappedin-js/src/api-geojson/floor-object' {
|
|
14707
|
-
import type { Polygon, MultiPolygon, FloorProperties as MVFFloor, ParsedMVF, Feature } from '@mappedin/mvf';
|
|
14717
|
+
import type { Polygon, MultiPolygon, FloorProperties as MVFFloor, ParsedMVF, Feature } from '@mappedin/mvf-v2';
|
|
14708
14718
|
import type { RendererCore, BBox } from '@mappedin/core-sdk';
|
|
14709
14719
|
import type { AggregatedStyleMap } from '@mappedin/mappedin-js/mappedin-js/src/api-geojson/utils';
|
|
14710
14720
|
import type { TShow3DMapOptions } from '@mappedin/mappedin-js/mappedin-js/src';
|
|
@@ -14744,7 +14754,7 @@ declare module '@mappedin/mappedin-js/mappedin-js/src/api-geojson/floor-object'
|
|
|
14744
14754
|
|
|
14745
14755
|
declare module '@mappedin/mappedin-js/mappedin-js/src/api-geojson/utils' {
|
|
14746
14756
|
import { Coordinate, MapObject, Space, type Floor, type Facade } from '@mappedin/mappedin-js/mappedin-js/src/map-data-objects';
|
|
14747
|
-
import type { EntranceCollection, LineString, Polygon, Point, SpaceProperties, ObstructionProperties, StyleCollection, PolygonStyle, LineStringStyle, Feature, ObstructionCollection, PointStyle } from '@mappedin/mvf';
|
|
14757
|
+
import type { EntranceCollection, LineString, Polygon, Point, SpaceProperties, ObstructionProperties, StyleCollection, PolygonStyle, LineStringStyle, Feature, ObstructionCollection, PointStyle } from '@mappedin/mvf-v2';
|
|
14748
14758
|
import type { PolygonFeatureProperties } from '@packages/internal/mvf-utils';
|
|
14749
14759
|
import type { BBox, FeatureCollection, MultiLineString } from 'geojson';
|
|
14750
14760
|
import type { LabelState, MarkerState, GeometryState, CollisionRankingTier, LineStyle, PaintStyle, Position, EntityId, PathState } from '@mappedin/core-sdk';
|
|
@@ -14796,7 +14806,7 @@ declare module '@mappedin/mappedin-js/mappedin-js/src/api-geojson/utils' {
|
|
|
14796
14806
|
|
|
14797
14807
|
declare module '@mappedin/mappedin-js/mappedin-js/src/api-geojson/floor-stack-object' {
|
|
14798
14808
|
import type { RendererCore } from '@mappedin/core-sdk';
|
|
14799
|
-
import type { FloorId, FloorStack as MVFFloorStack, Facade as MVFFacade } from '@mappedin/mvf';
|
|
14809
|
+
import type { FloorId, FloorStack as MVFFloorStack, Facade as MVFFacade } from '@mappedin/mvf-v2';
|
|
14800
14810
|
import type { FloorObject } from '@mappedin/mappedin-js/mappedin-js/src/api-geojson/floor-object';
|
|
14801
14811
|
export class FloorStackObject implements Omit<MVFFloorStack, 'maps' | 'floors' | 'defaultFloor' | 'footprint'> {
|
|
14802
14812
|
#private;
|
|
@@ -23623,7 +23633,7 @@ declare module '@mappedin/mappedin-js/packages/geojson-navigator/src/types/node'
|
|
|
23623
23633
|
|
|
23624
23634
|
declare module '@mappedin/mappedin-js/packages/geojson-navigator/src/types/obstruction' {
|
|
23625
23635
|
import type { LineString, Polygon, Feature } from 'geojson';
|
|
23626
|
-
import type { ObstructionProperties, ObstructionCollection } from '@mappedin/mvf';
|
|
23636
|
+
import type { ObstructionProperties, ObstructionCollection } from '@mappedin/mvf-v2';
|
|
23627
23637
|
/**
|
|
23628
23638
|
* A GeoJSON feature representing an obstruction, which can be either a line string or a polygon.
|
|
23629
23639
|
* This type is crucial for mapping and managing areas that impede or restrict movement, such as barriers or restricted zones.
|
|
@@ -27274,7 +27284,7 @@ declare module '@mappedin/mappedin-js/packages/geojson-navigator/src/navigation-
|
|
|
27274
27284
|
|
|
27275
27285
|
declare module '@mappedin/mappedin-js/packages/geojson-navigator/src/types/space' {
|
|
27276
27286
|
import type { LineString, Polygon, Point, Feature } from 'geojson';
|
|
27277
|
-
import type { SpaceProperties, SpaceCollection } from '@mappedin/mvf';
|
|
27287
|
+
import type { SpaceProperties, SpaceCollection } from '@mappedin/mvf-v2';
|
|
27278
27288
|
/**
|
|
27279
27289
|
* A GeoJSON feature representing a space, which can be either a line string or a polygon.
|
|
27280
27290
|
* This type is crucial for mapping and managing areas that impede or restrict movement, such as barriers or restricted zones.
|
package/lib/esm/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{B as A,C as B,D as C,E as D,F as E,G as F,H as G,I as H,J as I,K as J,L as K,M as L,N as M,a as c,b as d,c as e,d as f,e as g,f as h,g as i,h as j,i as k,j as l,k as m,l as n,m as o,n as p,o as q,p as r,q as s,r as t,s as u,t as v,v as w,w as x,y,z}from"./chunk-
|
|
1
|
+
import{B as A,C as B,D as C,E as D,F as E,G as F,H as G,I as H,J as I,K as J,L as K,M as L,N as M,a as c,b as d,c as e,d as f,e as g,f as h,g as i,h as j,i as k,j as l,k as m,l as n,m as o,n as p,o as q,p as r,q as s,r as t,s as u,t as v,v as w,w as x,y,z}from"./chunk-SRZSNPKD.js";import{b as a,c as b}from"./chunk-GVMLK6WZ.js";import"./chunk-MV2IWNRC.js";import"./chunk-XIVNHXXU.js";import"./chunk-5XSHJ3NY.js";import"./chunk-A6HW5N6M.js";import"./chunk-Q2KR5YO7.js";export{o as Annotation,g as Area,l as Connection,c as Coordinate,B as DOORS,h as Door,a as E_SDK_LOG_LEVEL,s as EnterpriseCategory,r as EnterpriseLocation,t as EnterpriseVenue,q as Facade,j as Floor,p as FloorStack,e as Hyperlink,f as ImageMetaData,x as LocationCategory,w as LocationProfile,k as MAPPEDIN_COLORS,m as MapObject,d as Node,n as PointOfInterest,i as Space,A as WALLS,E as __setWatermarkOnClickFn,K as createMapLibreOverlay,C as disableText3DWorker,y as enableTestMode,I as getMapData,J as getMapDataEnterprise,H as hydrateMapData,F as hydrateMapDataFromMVF,u as parseMVF,z as preloadFont,b as setLoggerLevel,G as setUseEnterpriseAPI,D as setWorkersUrl,L as show3dMap,M as show3dMapGeojson,v as unzipMVF};
|