@cognite/reveal 4.19.1-dev.20241029 → 4.20.0-dev.20241030
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.
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
import { Image360 } from './entity/Image360';
|
|
5
5
|
import { Image360Action } from './Image360Action';
|
|
6
6
|
export declare class Image360History {
|
|
7
|
-
private readonly
|
|
7
|
+
private readonly _images;
|
|
8
8
|
private _currentIndex;
|
|
9
|
-
start(
|
|
9
|
+
start(image: Image360): void;
|
|
10
10
|
private current;
|
|
11
11
|
clear(): void;
|
|
12
12
|
private isLegalIndex;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cognite/reveal",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.20.0-dev.20241030",
|
|
4
4
|
"description": "WebGL based 3D viewer for CAD and point clouds processed in Cognite Data Fusion.",
|
|
5
5
|
"homepage": "https://github.com/cognitedata/reveal/tree/master/viewer",
|
|
6
6
|
"repository": {
|
|
@@ -15,7 +15,8 @@
|
|
|
15
15
|
"Håkon Flatval <hakon.flatval@cognite.com>",
|
|
16
16
|
"Savelii Novikov <savelii.novikov@cognite.com>",
|
|
17
17
|
"Pramod S <pramod.s@cognite.com>",
|
|
18
|
-
"Astrid Kløve-Graue <astrid.graue@cognite.com>"
|
|
18
|
+
"Astrid Kløve-Graue <astrid.graue@cognite.com>",
|
|
19
|
+
"Nils Petter Fremming <nils.fremming@cognite.com>"
|
|
19
20
|
],
|
|
20
21
|
"sideEffects": false,
|
|
21
22
|
"main": "dist/index.js",
|