@cornerstonejs/adapters 1.5.0 → 1.6.0

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.
@@ -0,0 +1,14 @@
1
+ declare const Cornerstone: {
2
+ Length: any;
3
+ FreehandRoi: any;
4
+ Bidirectional: any;
5
+ EllipticalRoi: any;
6
+ CircleRoi: any;
7
+ ArrowAnnotate: any;
8
+ MeasurementReport: any;
9
+ Segmentation: any;
10
+ CobbAngle: any;
11
+ Angle: any;
12
+ RectangleRoi: any;
13
+ };
14
+ export default Cornerstone;
@@ -0,0 +1,4 @@
1
+ declare const VTKjs: {
2
+ Segmentation: any;
3
+ };
4
+ export default VTKjs;
@@ -0,0 +1,34 @@
1
+ declare const adapters: {
2
+ Cornerstone: {
3
+ Length: any;
4
+ FreehandRoi: any;
5
+ Bidirectional: any;
6
+ EllipticalRoi: any;
7
+ CircleRoi: any;
8
+ ArrowAnnotate: any;
9
+ MeasurementReport: any;
10
+ Segmentation: any;
11
+ CobbAngle: any;
12
+ Angle: any;
13
+ RectangleRoi: any;
14
+ };
15
+ Cornerstone3D: {
16
+ Bidirectional: typeof import("./Cornerstone3D/Bidirectional").default;
17
+ CobbAngle: typeof import("./Cornerstone3D/CobbAngle").default;
18
+ Angle: typeof import("./Cornerstone3D/Angle").default;
19
+ Length: any;
20
+ CircleROI: typeof import("./Cornerstone3D/CircleROI").default;
21
+ EllipticalROI: typeof import("./Cornerstone3D/EllipticalROI").default;
22
+ RectangleROI: typeof import("./Cornerstone3D/RectangleROI").default;
23
+ ArrowAnnotate: any;
24
+ Probe: any;
25
+ PlanarFreehandROI: typeof import("./Cornerstone3D/PlanarFreehandROI").default;
26
+ MeasurementReport: typeof import("./Cornerstone3D/MeasurementReport").default;
27
+ CodeScheme: any;
28
+ CORNERSTONE_3D_TAG: any;
29
+ };
30
+ VTKjs: {
31
+ Segmentation: any;
32
+ };
33
+ };
34
+ export default adapters;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cornerstonejs/adapters",
3
- "version": "1.5.0",
3
+ "version": "1.6.0",
4
4
  "description": "Adapters for Cornerstone3D to/from formats including DICOM SR and others",
5
5
  "src": "src/index.ts",
6
6
  "main": "./dist/@cornerstonejs/adapters.es.js",
@@ -46,5 +46,5 @@
46
46
  "lodash.clonedeep": "^4.5.0",
47
47
  "ndarray": "^1.0.19"
48
48
  },
49
- "gitHead": "cbfe5342099f46b69109d34e09a0a733ca7c897d"
49
+ "gitHead": "cfde297ad3a3ef5f1976751654c847ea63610749"
50
50
  }