@vsleem-realsee-viewer/dualsee-plugin 2.0.2 → 2.0.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +37 -0
  2. package/package.json +3 -3
package/dist/index.d.ts CHANGED
@@ -36,6 +36,7 @@ import { SearchInfo } from '@vsleem-realsee-viewer/realsee-plugin';
36
36
  import { SearchInfo as SearchInfo_2 } from '@vsleem-realsee-viewer/bimsee-plugin';
37
37
  import { ShallowUnwrapRef } from 'vue';
38
38
  import { Slot } from 'vue';
39
+ import { TrackMarker } from '@vsleem-realsee-viewer/realsee-plugin';
39
40
  import { TrackPoint } from '@vsleem-realsee-viewer/realsee-plugin';
40
41
  import { TrackRecord } from '@vsleem-realsee-viewer/realsee-plugin';
41
42
  import { TrackRecordModel } from '@vsleem-realsee-viewer/realsee-plugin';
@@ -600,9 +601,15 @@ step: number;
600
601
  }): any;
601
602
  default?(_: {
602
603
  dataSource: Map<string, TrackRecord>;
604
+ coordinateTree: Coordinate | undefined;
605
+ mappedCoordinateTree: Coordinate | undefined;
606
+ comCoordinate: Coordinate | undefined;
607
+ currentSpace: Coordinate | undefined;
603
608
  currentModel: Coordinate | undefined;
604
609
  currentRecord: TrackRecord | undefined;
605
610
  currentPoint: TrackPoint | undefined;
611
+ currentPointMarkers: TrackMarker[];
612
+ currentMarker: TrackMarker | undefined;
606
613
  }): any;
607
614
  };
608
615
  }) | null;
@@ -923,9 +930,15 @@ step: number;
923
930
  }): any;
924
931
  default?(_: {
925
932
  dataSource: Map<string, TrackRecord>;
933
+ coordinateTree: Coordinate | undefined;
934
+ mappedCoordinateTree: Coordinate | undefined;
935
+ comCoordinate: Coordinate | undefined;
936
+ currentSpace: Coordinate | undefined;
926
937
  currentModel: Coordinate | undefined;
927
938
  currentRecord: TrackRecord | undefined;
928
939
  currentPoint: TrackPoint | undefined;
940
+ currentPointMarkers: TrackMarker[];
941
+ currentMarker: TrackMarker | undefined;
929
942
  }): any;
930
943
  };
931
944
  }) | null;
@@ -1145,9 +1158,15 @@ declare function __VLS_template(): {
1145
1158
  }): any;
1146
1159
  basicDefault?(_: {
1147
1160
  dataSource: Map<string, TrackRecord>;
1161
+ coordinateTree: Coordinate | undefined;
1162
+ mappedCoordinateTree: Coordinate | undefined;
1163
+ comCoordinate: Coordinate | undefined;
1164
+ currentSpace: Coordinate | undefined;
1148
1165
  currentModel: Coordinate | undefined;
1149
1166
  currentRecord: TrackRecord | undefined;
1150
1167
  currentPoint: TrackPoint | undefined;
1168
+ currentPointMarkers: TrackMarker[];
1169
+ currentMarker: TrackMarker | undefined;
1151
1170
  }): any;
1152
1171
  basicMapDefault?(_: {
1153
1172
  style: CSSProperties;
@@ -1267,9 +1286,15 @@ declare function __VLS_template(): {
1267
1286
  }): any;
1268
1287
  referDefault?(_: {
1269
1288
  dataSource: Map<string, TrackRecord>;
1289
+ coordinateTree: Coordinate | undefined;
1290
+ mappedCoordinateTree: Coordinate | undefined;
1291
+ comCoordinate: Coordinate | undefined;
1292
+ currentSpace: Coordinate | undefined;
1270
1293
  currentModel: Coordinate | undefined;
1271
1294
  currentRecord: TrackRecord | undefined;
1272
1295
  currentPoint: TrackPoint | undefined;
1296
+ currentPointMarkers: TrackMarker[];
1297
+ currentMarker: TrackMarker | undefined;
1273
1298
  }): any;
1274
1299
  referMapDefault?(_: {
1275
1300
  style: CSSProperties;
@@ -1790,9 +1815,15 @@ declare function __VLS_template(): {
1790
1815
  }): any;
1791
1816
  default?(_: {
1792
1817
  dataSource: Map<string, TrackRecord>;
1818
+ coordinateTree: Coordinate | undefined;
1819
+ mappedCoordinateTree: Coordinate | undefined;
1820
+ comCoordinate: Coordinate | undefined;
1821
+ currentSpace: Coordinate | undefined;
1793
1822
  currentModel: Coordinate | undefined;
1794
1823
  currentRecord: TrackRecord | undefined;
1795
1824
  currentPoint: TrackPoint | undefined;
1825
+ currentPointMarkers: TrackMarker[];
1826
+ currentMarker: TrackMarker | undefined;
1796
1827
  }): any;
1797
1828
  };
1798
1829
  }) | null;
@@ -2113,9 +2144,15 @@ declare function __VLS_template(): {
2113
2144
  }): any;
2114
2145
  default?(_: {
2115
2146
  dataSource: Map<string, TrackRecord>;
2147
+ coordinateTree: Coordinate | undefined;
2148
+ mappedCoordinateTree: Coordinate | undefined;
2149
+ comCoordinate: Coordinate | undefined;
2150
+ currentSpace: Coordinate | undefined;
2116
2151
  currentModel: Coordinate | undefined;
2117
2152
  currentRecord: TrackRecord | undefined;
2118
2153
  currentPoint: TrackPoint | undefined;
2154
+ currentPointMarkers: TrackMarker[];
2155
+ currentMarker: TrackMarker | undefined;
2119
2156
  }): any;
2120
2157
  };
2121
2158
  }) | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vsleem-realsee-viewer/dualsee-plugin",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "Dualsee plugin for VSLeem RealSee Viewer",
5
5
  "main": "./dist/index.umd.js",
6
6
  "module": "./dist/index.mjs",
@@ -13,13 +13,13 @@
13
13
  "dist"
14
14
  ],
15
15
  "dependencies": {
16
- "@vsleem-realsee-viewer/realsee-plugin": "2.0.2",
16
+ "@vsleem-realsee-viewer/realsee-plugin": "2.0.3",
17
17
  "@vsleem-realsee-viewer/bimsee-plugin": "2.0.2",
18
18
  "@vsleem-realsee-viewer/shared": "2.0.2"
19
19
  },
20
20
  "peerDependencies": {
21
21
  "vue": "^3.0.0",
22
- "@vsleem-realsee-viewer/realsee-plugin": "2.0.2",
22
+ "@vsleem-realsee-viewer/realsee-plugin": "2.0.3",
23
23
  "@vsleem-realsee-viewer/bimsee-plugin": "2.0.2",
24
24
  "@vsleem-realsee-viewer/shared": "2.0.2"
25
25
  },