@cornerstonejs/core 0.14.6 → 0.14.7
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { mat4 } from 'gl-matrix';
|
|
2
|
-
import type {
|
|
2
|
+
import type { vtkObject } from '@kitware/vtk.js/interfaces';
|
|
3
3
|
|
|
4
4
|
// Copied from VTKCamera
|
|
5
5
|
|
|
@@ -29,7 +29,7 @@ interface ICameraInitialValues {
|
|
|
29
29
|
physicalViewNorth?: number[];
|
|
30
30
|
}
|
|
31
31
|
|
|
32
|
-
export interface vtkSlabCamera extends
|
|
32
|
+
export interface vtkSlabCamera extends vtkObject {
|
|
33
33
|
/**
|
|
34
34
|
* Apply a transform to the camera.
|
|
35
35
|
* The camera position, focal-point, and view-up are re-calculated
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { mat4 } from 'gl-matrix';
|
|
2
|
-
import type {
|
|
2
|
+
import type { vtkObject } from '@kitware/vtk.js/interfaces';
|
|
3
3
|
|
|
4
4
|
// Copied from VTKCamera
|
|
5
5
|
|
|
@@ -29,7 +29,7 @@ interface ICameraInitialValues {
|
|
|
29
29
|
physicalViewNorth?: number[];
|
|
30
30
|
}
|
|
31
31
|
|
|
32
|
-
export interface vtkSlabCamera extends
|
|
32
|
+
export interface vtkSlabCamera extends vtkObject {
|
|
33
33
|
/**
|
|
34
34
|
* Apply a transform to the camera.
|
|
35
35
|
* The camera position, focal-point, and view-up are re-calculated
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cornerstonejs/core",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.7",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/umd/index.js",
|
|
6
6
|
"types": "dist/esm/index.d.ts",
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"type": "individual",
|
|
50
50
|
"url": "https://ohif.org/donate"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "17989f3a178662888b2471c8159449941f7a7a0f"
|
|
53
53
|
}
|