@mappedin/mappedin-js 6.0.1-alpha.4 → 6.0.1-alpha.5
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/CHANGELOG.md +7 -0
- package/README.md +1 -1
- package/lib/esm/{GLTFExporter-JBYMYPSY.js → GLTFExporter-RSVPWOLD.js} +1 -1
- package/lib/esm/{PerformanceController-SQNAJK5U.js → PerformanceController-JV6FTKVZ.js} +1 -1
- package/lib/esm/{browser-7WDVYEPA.js → browser-LY35RRU5.js} +1 -1
- package/lib/esm/{chunk-KM3CZQKM.js → chunk-A6LAYI64.js} +1 -1
- package/lib/esm/{chunk-RKURC6O7.js → chunk-HPEKYYZ4.js} +1 -1
- package/lib/esm/{chunk-JJHKNDAJ.js → chunk-TS6VC5W4.js} +1 -1
- package/lib/esm/index.d.ts +28 -21
- package/lib/esm/index.js +1 -1
- package/lib/esm/{outdoor-context-C3HIJUOZ.js → outdoor-context-TH2TGMFN.js} +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
import{b as a}from"./chunk-J5IUISYU.js";var e,c=a(()=>{e={env:{NODE_ENV:"production",npm_package_version:"6.0.1-alpha.
|
|
1
|
+
import{b as a}from"./chunk-J5IUISYU.js";var e,c=a(()=>{e={env:{NODE_ENV:"production",npm_package_version:"6.0.1-alpha.5"}}});export{c as a,e as b};
|
package/lib/esm/index.d.ts
CHANGED
|
@@ -3833,7 +3833,7 @@ declare module '@mappedin/mappedin-js/maker/src/map-data-objects/node' {
|
|
|
3833
3833
|
}
|
|
3834
3834
|
|
|
3835
3835
|
declare module '@mappedin/mappedin-js/maker/src/map-data-objects/door' {
|
|
3836
|
-
import { EntranceCollection,
|
|
3836
|
+
import { EntranceCollection, Image } from '@mappedin/mvf';
|
|
3837
3837
|
import Coordinate from '@mappedin/mappedin-js/maker/src/map-data-objects/coordinate';
|
|
3838
3838
|
import type Floor from '@mappedin/mappedin-js/maker/src/map-data-objects/floor';
|
|
3839
3839
|
import type { MapDataInternal } from '@mappedin/mappedin-js/maker/src/map-data-objects';
|
|
@@ -3874,7 +3874,6 @@ declare module '@mappedin/mappedin-js/maker/src/map-data-objects/door' {
|
|
|
3874
3874
|
*/
|
|
3875
3875
|
get name(): string;
|
|
3876
3876
|
get description(): string;
|
|
3877
|
-
get links(): Hyperlink[];
|
|
3878
3877
|
get images(): Image[];
|
|
3879
3878
|
/**
|
|
3880
3879
|
* Gets the {@link Floor} object associated with the door.
|
|
@@ -3919,7 +3918,7 @@ declare module '@mappedin/mappedin-js/maker/src/map-data-objects/door' {
|
|
|
3919
3918
|
}
|
|
3920
3919
|
|
|
3921
3920
|
declare module '@mappedin/mappedin-js/maker/src/map-data-objects/space' {
|
|
3922
|
-
import {
|
|
3921
|
+
import { Image, SpaceCollection } from '@mappedin/mvf';
|
|
3923
3922
|
import Coordinate from '@mappedin/mappedin-js/maker/src/map-data-objects/coordinate';
|
|
3924
3923
|
import type { MapDataInternal } from '@mappedin/mappedin-js/maker/src/map-data-objects';
|
|
3925
3924
|
import type Floor from '@mappedin/mappedin-js/maker/src/map-data-objects/floor';
|
|
@@ -3977,7 +3976,6 @@ declare module '@mappedin/mappedin-js/maker/src/map-data-objects/space' {
|
|
|
3977
3976
|
*/
|
|
3978
3977
|
get type(): TSpaceType;
|
|
3979
3978
|
get description(): string;
|
|
3980
|
-
get links(): Hyperlink[];
|
|
3981
3979
|
get images(): Image[];
|
|
3982
3980
|
/**
|
|
3983
3981
|
* Gets the {@link Floor} object associated with the space.
|
|
@@ -4130,9 +4128,9 @@ declare module '@mappedin/mappedin-js/maker/src/map-data-objects/floor' {
|
|
|
4130
4128
|
}
|
|
4131
4129
|
|
|
4132
4130
|
declare module '@mappedin/mappedin-js/maker/src/map-data-objects/connection' {
|
|
4133
|
-
import { FeatureCollection,
|
|
4131
|
+
import { FeatureCollection, Image, Point, SpaceProperties } from '@mappedin/mvf';
|
|
4134
4132
|
import Coordinate from '@mappedin/mappedin-js/maker/src/map-data-objects/coordinate';
|
|
4135
|
-
import type { MapDataInternal } from '@mappedin/mappedin-js/maker/src/map-data-objects';
|
|
4133
|
+
import type { Floor, MapDataInternal } from '@mappedin/mappedin-js/maker/src/map-data-objects';
|
|
4136
4134
|
import BaseMapData from '@mappedin/mappedin-js/maker/src/map-data-objects/base-object';
|
|
4137
4135
|
/**
|
|
4138
4136
|
* A class representing connection data within the map.
|
|
@@ -4169,7 +4167,6 @@ declare module '@mappedin/mappedin-js/maker/src/map-data-objects/connection' {
|
|
|
4169
4167
|
*/
|
|
4170
4168
|
get name(): string;
|
|
4171
4169
|
get description(): string;
|
|
4172
|
-
get links(): Hyperlink[];
|
|
4173
4170
|
get images(): Image[];
|
|
4174
4171
|
/**
|
|
4175
4172
|
* Gets the type of the connection.
|
|
@@ -4188,7 +4185,7 @@ declare module '@mappedin/mappedin-js/maker/src/map-data-objects/connection' {
|
|
|
4188
4185
|
*
|
|
4189
4186
|
* @returns {Floor[]} An array of floors for the connection.
|
|
4190
4187
|
*/
|
|
4191
|
-
get floors():
|
|
4188
|
+
get floors(): Floor[];
|
|
4192
4189
|
/**
|
|
4193
4190
|
* Serializes the connection data to JSON.
|
|
4194
4191
|
*
|
|
@@ -4216,7 +4213,7 @@ declare module '@mappedin/mappedin-js/maker/src/map-data-objects/connection' {
|
|
|
4216
4213
|
}
|
|
4217
4214
|
|
|
4218
4215
|
declare module '@mappedin/mappedin-js/maker/src/map-data-objects/object' {
|
|
4219
|
-
import {
|
|
4216
|
+
import { Image, ObstructionCollection } from '@mappedin/mvf';
|
|
4220
4217
|
import Coordinate from '@mappedin/mappedin-js/maker/src/map-data-objects/coordinate';
|
|
4221
4218
|
import type { MapDataInternal } from '@mappedin/mappedin-js/maker/src/map-data-objects';
|
|
4222
4219
|
import type Floor from '@mappedin/mappedin-js/maker/src/map-data-objects/floor';
|
|
@@ -4257,7 +4254,6 @@ declare module '@mappedin/mappedin-js/maker/src/map-data-objects/object' {
|
|
|
4257
4254
|
*/
|
|
4258
4255
|
get name(): string;
|
|
4259
4256
|
get description(): string;
|
|
4260
|
-
get links(): Hyperlink[];
|
|
4261
4257
|
get images(): Image[];
|
|
4262
4258
|
/**
|
|
4263
4259
|
* Gets the type of the MapObject.
|
|
@@ -4390,7 +4386,6 @@ declare module '@mappedin/mappedin-js/maker/src/map-data-objects/poi' {
|
|
|
4390
4386
|
import type { Floor, MapDataInternal } from '@mappedin/mappedin-js/maker/src/map-data-objects';
|
|
4391
4387
|
import Coordinate from '@mappedin/mappedin-js/maker/src/map-data-objects/coordinate';
|
|
4392
4388
|
import BaseMapData from '@mappedin/mappedin-js/maker/src/map-data-objects/base-object';
|
|
4393
|
-
import Hyperlink from '@mappedin/mappedin-js/maker/src/map-data-objects/hyperlink';
|
|
4394
4389
|
import Image from '@mappedin/mappedin-js/maker/src/map-data-objects/image';
|
|
4395
4390
|
/**
|
|
4396
4391
|
* A class representing point of interest data within the map.
|
|
@@ -4434,12 +4429,6 @@ declare module '@mappedin/mappedin-js/maker/src/map-data-objects/poi' {
|
|
|
4434
4429
|
* @returns {string} The description of the POI.
|
|
4435
4430
|
*/
|
|
4436
4431
|
get description(): string;
|
|
4437
|
-
/**
|
|
4438
|
-
* Gets the links associated with the POI.
|
|
4439
|
-
*
|
|
4440
|
-
* @returns {Hyperlink[]} The links associated with the POI.
|
|
4441
|
-
*/
|
|
4442
|
-
get links(): Hyperlink[];
|
|
4443
4432
|
/**
|
|
4444
4433
|
* Gets the images associated with the POI.
|
|
4445
4434
|
*
|
|
@@ -4571,11 +4560,11 @@ declare module '@mappedin/mappedin-js/maker/src/map-data-objects/annotation' {
|
|
|
4571
4560
|
|
|
4572
4561
|
declare module '@mappedin/mappedin-js/maker/src/map-data-objects/hyperlink' {
|
|
4573
4562
|
import { Hyperlink as MVFHyperlink } from '@mappedin/mvf';
|
|
4574
|
-
import
|
|
4563
|
+
import BaseMetaData from '@mappedin/mappedin-js/maker/src/map-data-objects/base-metadata-object';
|
|
4575
4564
|
/**
|
|
4576
4565
|
* A class representing hyperlink link data within the map.
|
|
4577
4566
|
*/
|
|
4578
|
-
class Hyperlink extends
|
|
4567
|
+
class Hyperlink extends BaseMetaData {
|
|
4579
4568
|
#private;
|
|
4580
4569
|
/**
|
|
4581
4570
|
* @internal
|
|
@@ -4628,11 +4617,11 @@ declare module '@mappedin/mappedin-js/maker/src/map-data-objects/hyperlink' {
|
|
|
4628
4617
|
|
|
4629
4618
|
declare module '@mappedin/mappedin-js/maker/src/map-data-objects/image' {
|
|
4630
4619
|
import { Image as MVFImage } from '@mappedin/mvf';
|
|
4631
|
-
import
|
|
4620
|
+
import BaseMetaData from '@mappedin/mappedin-js/maker/src/map-data-objects/base-metadata-object';
|
|
4632
4621
|
/**
|
|
4633
4622
|
* A class representing image link data within the map.
|
|
4634
4623
|
*/
|
|
4635
|
-
class Image extends
|
|
4624
|
+
class Image extends BaseMetaData {
|
|
4636
4625
|
#private;
|
|
4637
4626
|
/**
|
|
4638
4627
|
* @internal
|
|
@@ -12641,7 +12630,25 @@ declare module '@mappedin/mappedin-js/packages/navigator/Navigator' {
|
|
|
12641
12630
|
}
|
|
12642
12631
|
|
|
12643
12632
|
declare module '@mappedin/mappedin-js/maker/src/map-data-objects/base-object' {
|
|
12633
|
+
import Hyperlink from '@mappedin/mappedin-js/maker/src/map-data-objects/hyperlink';
|
|
12634
|
+
import { Details } from '@mappedin/mvf';
|
|
12644
12635
|
export default abstract class BaseMapData {
|
|
12636
|
+
/**
|
|
12637
|
+
* identity of the map object
|
|
12638
|
+
*/
|
|
12639
|
+
readonly id: string;
|
|
12640
|
+
constructor(id: string, details?: Details);
|
|
12641
|
+
/**
|
|
12642
|
+
* Gets the links associated with this data type.
|
|
12643
|
+
*
|
|
12644
|
+
* @returns {Hyperlink[]} The links associated with this data type
|
|
12645
|
+
*/
|
|
12646
|
+
links: Hyperlink[];
|
|
12647
|
+
}
|
|
12648
|
+
}
|
|
12649
|
+
|
|
12650
|
+
declare module '@mappedin/mappedin-js/maker/src/map-data-objects/base-metadata-object' {
|
|
12651
|
+
export default abstract class BaseMetaData {
|
|
12645
12652
|
/**
|
|
12646
12653
|
* identity of the map object
|
|
12647
12654
|
*/
|