@cognite/reveal 4.3.2-dev.20230621 → 4.3.3-dev.20230622
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.
|
@@ -20,6 +20,7 @@ export declare class Image360Facade<T> {
|
|
|
20
20
|
set allIconCullingScheme(scheme: IconCullingScheme);
|
|
21
21
|
constructor(_entityFactory: Image360CollectionFactory<T>);
|
|
22
22
|
create(dataProviderFilter: T, annotationFilter?: Image360AnnotationFilterOptions, postTransform?: THREE.Matrix4, preComputedRotation?: boolean): Promise<DefaultImage360Collection>;
|
|
23
|
+
removeSet(collection: DefaultImage360Collection): void;
|
|
23
24
|
delete(entity: Image360Entity): Promise<void>;
|
|
24
25
|
preload(entity: Image360Entity, revision: Image360RevisionEntity, lockDownload?: boolean): Promise<void>;
|
|
25
26
|
getCollectionContainingEntity(entity: Image360Entity): DefaultImage360Collection;
|
|
@@ -12,7 +12,6 @@ export declare class Image360ApiHelper {
|
|
|
12
12
|
private _transitionInProgress;
|
|
13
13
|
private readonly _raycaster;
|
|
14
14
|
private _needsRedraw;
|
|
15
|
-
private readonly _imageCollections;
|
|
16
15
|
private readonly _interactionState;
|
|
17
16
|
private readonly _eventHandlers;
|
|
18
17
|
private readonly _debouncePreLoad;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cognite/reveal",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.3-dev.20230622",
|
|
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": {
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"rxjs": "7.8.1",
|
|
77
77
|
"skmeans": "0.11.3",
|
|
78
78
|
"sparse-octree": "7.1.8",
|
|
79
|
-
"three-stdlib": "2.23.
|
|
79
|
+
"three-stdlib": "2.23.10"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
82
|
"@azure/msal-browser": "2.37.1",
|
|
@@ -102,10 +102,10 @@
|
|
|
102
102
|
"concurrently": "8.2.0",
|
|
103
103
|
"cross-env": "7.0.3",
|
|
104
104
|
"dat.gui": "0.7.9",
|
|
105
|
-
"eslint": "8.
|
|
105
|
+
"eslint": "8.43.0",
|
|
106
106
|
"eslint-config-prettier": "8.8.0",
|
|
107
107
|
"eslint-plugin-header": "3.1.1",
|
|
108
|
-
"eslint-plugin-jsdoc": "
|
|
108
|
+
"eslint-plugin-jsdoc": "46.2.6",
|
|
109
109
|
"eslint-plugin-lodash": "7.4.0",
|
|
110
110
|
"eslint-plugin-prettier": "4.2.1",
|
|
111
111
|
"eslint-plugin-unused-imports": "2.0.0",
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"jest": "29.5.0",
|
|
118
118
|
"jest-canvas-mock": "2.5.1",
|
|
119
119
|
"jest-environment-jsdom": "29.5.0",
|
|
120
|
-
"jest-extended": "
|
|
120
|
+
"jest-extended": "4.0.0",
|
|
121
121
|
"jest-image-snapshot": "6.1.0",
|
|
122
122
|
"jest-puppeteer": "9.0.0",
|
|
123
123
|
"jsdom": "22.1.0",
|