@cognite/reveal 4.16.1-dev.20240813 → 4.16.1-dev.20240815
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.
|
@@ -15,7 +15,7 @@ export declare class FlexibleControls {
|
|
|
15
15
|
private _isEnabled;
|
|
16
16
|
private _isInitialized;
|
|
17
17
|
private _isStationary;
|
|
18
|
-
|
|
18
|
+
temporarilyDisableKeyboard: boolean;
|
|
19
19
|
private readonly _options;
|
|
20
20
|
private readonly _domElement;
|
|
21
21
|
private readonly _camera;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cognite/reveal",
|
|
3
|
-
"version": "4.16.1-dev.
|
|
3
|
+
"version": "4.16.1-dev.20240815",
|
|
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": {
|