@ohif/app 3.7.0-beta.97 → 3.7.0-beta.99
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.
- package/dist/{236.bundle.cdb10f89957f34806c13.js → 236.bundle.004ffd1d05a9f69d6812.js} +2 -2
- package/dist/{342.bundle.7fa188f7732851207b48.js → 342.bundle.095cc16d795ac02a7b78.js} +6 -5
- package/dist/{1.bundle.6afdda6767ff8cb8f59d.js → 82.bundle.e83d670b0199d1bc717c.js} +81 -70
- package/dist/{957.bundle.8c09a01840ab8aa32734.js → 957.bundle.71558794566041f37a92.js} +17 -10
- package/dist/{99.bundle.e11564636a46c070fe53.js → 99.bundle.bf2efcee897944d8a14b.js} +1 -1
- package/dist/{app.bundle.5b0192fdb17da2fe749b.js → app.bundle.85c4172c936ff45dd5ae.js} +60 -13
- package/dist/index.html +1 -1
- package/dist/sw.js +1 -1
- package/package.json +18 -18
- /package/dist/{12.bundle.9b71f64ae8037f4069ec.js → 12.bundle.c149229c3721197734b9.js} +0 -0
- /package/dist/{19.bundle.5714de8cddb6b23fcbdb.js → 19.bundle.d1a02a9b42c17df51f39.js} +0 -0
- /package/dist/{221.bundle.a313e28b84bc68397735.js → 221.bundle.8d4059312a771ac53a19.js} +0 -0
- /package/dist/{281.bundle.9a9c71fc04384090d0f5.js → 281.bundle.2faa52a55643723e80a3.js} +0 -0
- /package/dist/{359.bundle.7f1f03d7b6a02b17443d.js → 359.bundle.d32d3e78569b6717a2fb.js} +0 -0
- /package/dist/{370.bundle.3257af43b2e82fe41d84.js → 370.bundle.a275a49f7b72669bce3f.js} +0 -0
- /package/dist/{410.bundle.24f8bd9ae36ed898e9cd.js → 410.bundle.998289ecc010615b6088.js} +0 -0
- /package/dist/{506.bundle.8b861681cdd9b197a27c.js → 506.bundle.f12d11057236d3e4cf05.js} +0 -0
- /package/dist/{613.bundle.23886e2c69eba07dd227.js → 613.bundle.9d7c11a0ceefc2d954b5.js} +0 -0
- /package/dist/{663.bundle.c7097e3c293f7cd28f6d.js → 663.bundle.7c704397c496dd476e11.js} +0 -0
- /package/dist/{687.bundle.64a9167a1b87f9dba443.js → 687.bundle.93b66d44a4f83a1921db.js} +0 -0
- /package/dist/{782.bundle.0359904f8b28b0b352af.js → 782.bundle.f6d16bde1ecbb30f1693.js} +0 -0
- /package/dist/{814.bundle.44d055ca043f0a8bb5f3.js → 814.bundle.9b3900d3b98f009990f9.js} +0 -0
- /package/dist/{1.css → 82.css} +0 -0
|
@@ -1738,8 +1738,8 @@ function MicroscopyPanel(props) {
|
|
|
1738
1738
|
displaySetService
|
|
1739
1739
|
} = servicesManager.services;
|
|
1740
1740
|
(0,react.useEffect)(() => {
|
|
1741
|
-
const viewport = props.viewports
|
|
1742
|
-
if (viewport
|
|
1741
|
+
const viewport = props.viewports.get(props.activeViewportId);
|
|
1742
|
+
if (viewport?.displaySetInstanceUIDs[0]) {
|
|
1743
1743
|
const displaySet = displaySetService.getDisplaySetByUID(viewport.displaySetInstanceUIDs[0]);
|
|
1744
1744
|
if (displaySet) {
|
|
1745
1745
|
setStudyInstanceUID(displaySet.StudyInstanceUID);
|
|
@@ -2062,8 +2062,8 @@ var dist = __webpack_require__(62474);
|
|
|
2062
2062
|
var es = __webpack_require__(69190);
|
|
2063
2063
|
// EXTERNAL MODULE: ../node_modules/react-router/dist/index.js
|
|
2064
2064
|
var react_router_dist = __webpack_require__(85066);
|
|
2065
|
-
// EXTERNAL MODULE: ../../i18n/src/index.js +
|
|
2066
|
-
var i18n_src = __webpack_require__(
|
|
2065
|
+
// EXTERNAL MODULE: ../../i18n/src/index.js + 134 modules
|
|
2066
|
+
var i18n_src = __webpack_require__(50376);
|
|
2067
2067
|
// EXTERNAL MODULE: ../../../node_modules/classnames/index.js
|
|
2068
2068
|
var classnames = __webpack_require__(44921);
|
|
2069
2069
|
var classnames_default = /*#__PURE__*/__webpack_require__.n(classnames);
|
|
@@ -2166,8 +2166,8 @@ function ViewerHeader(_ref) {
|
|
|
2166
2166
|
hotkeyDefinitions,
|
|
2167
2167
|
hotkeyDefaults
|
|
2168
2168
|
} = hotkeysManager;
|
|
2169
|
-
const versionNumber = "3.7.0-beta.
|
|
2170
|
-
const commitHash = "
|
|
2169
|
+
const versionNumber = "3.7.0-beta.99";
|
|
2170
|
+
const commitHash = "c1d5ee7e3f7f4c0c6bed9ae81eba5519741c5155";
|
|
2171
2171
|
const menuOptions = [{
|
|
2172
2172
|
title: t('Header:About'),
|
|
2173
2173
|
icon: 'info',
|
|
@@ -6083,7 +6083,8 @@ const hpMN = {
|
|
|
6083
6083
|
greaterThan: {
|
|
6084
6084
|
value: 0
|
|
6085
6085
|
}
|
|
6086
|
-
}
|
|
6086
|
+
},
|
|
6087
|
+
required: true
|
|
6087
6088
|
},
|
|
6088
6089
|
// This display set will select the specified items by preference
|
|
6089
6090
|
// It has no affect if nothing is specified in the URL.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
(self["webpackChunk"] = self["webpackChunk"] || []).push([[
|
|
1
|
+
(self["webpackChunk"] = self["webpackChunk"] || []).push([[82],{
|
|
2
2
|
|
|
3
|
-
/***/
|
|
3
|
+
/***/ 78227:
|
|
4
4
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5
5
|
|
|
6
6
|
"use strict";
|
|
@@ -16,14 +16,11 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
16
16
|
toolNames: () => (/* reexport */ toolNames)
|
|
17
17
|
});
|
|
18
18
|
|
|
19
|
-
// NAMESPACE OBJECT: ../../../extensions/cornerstone/src/types/index.ts
|
|
20
|
-
var types_namespaceObject = {};
|
|
21
|
-
__webpack_require__.r(types_namespaceObject);
|
|
22
|
-
|
|
23
19
|
// NAMESPACE OBJECT: ../../../extensions/cornerstone/src/utils/measurementServiceMappings/utils/index.ts
|
|
24
20
|
var utils_namespaceObject = {};
|
|
25
21
|
__webpack_require__.r(utils_namespaceObject);
|
|
26
22
|
__webpack_require__.d(utils_namespaceObject, {
|
|
23
|
+
getDisplayUnit: () => (utils_getDisplayUnit),
|
|
27
24
|
getFirstAnnotationSelected: () => (getFirstAnnotationSelected),
|
|
28
25
|
getHandlesFromPoints: () => (getHandlesFromPoints),
|
|
29
26
|
getSOPInstanceAttributes: () => (getSOPInstanceAttributes/* default */.Z),
|
|
@@ -31,6 +28,10 @@ __webpack_require__.d(utils_namespaceObject, {
|
|
|
31
28
|
setAnnotationSelected: () => (setAnnotationSelected)
|
|
32
29
|
});
|
|
33
30
|
|
|
31
|
+
// NAMESPACE OBJECT: ../../../extensions/cornerstone/src/types/index.ts
|
|
32
|
+
var types_namespaceObject = {};
|
|
33
|
+
__webpack_require__.r(types_namespaceObject);
|
|
34
|
+
|
|
34
35
|
// EXTERNAL MODULE: ../../../node_modules/react/index.js
|
|
35
36
|
var react = __webpack_require__(43001);
|
|
36
37
|
// EXTERNAL MODULE: ../../../node_modules/@cornerstonejs/core/dist/esm/index.js + 331 modules
|
|
@@ -839,10 +840,69 @@ function getDisplayText(mappedAnnotations, displaySet) {
|
|
|
839
840
|
return displayText;
|
|
840
841
|
}
|
|
841
842
|
/* harmony default export */ const measurementServiceMappings_Length = (Length);
|
|
843
|
+
;// CONCATENATED MODULE: ../../../extensions/cornerstone/src/utils/measurementServiceMappings/utils/getHandlesFromPoints.js
|
|
844
|
+
function getHandlesFromPoints(points) {
|
|
845
|
+
if (points.longAxis && points.shortAxis) {
|
|
846
|
+
const handles = {};
|
|
847
|
+
handles.start = points.longAxis[0];
|
|
848
|
+
handles.end = points.longAxis[1];
|
|
849
|
+
handles.perpendicularStart = points.longAxis[0];
|
|
850
|
+
handles.perpendicularEnd = points.longAxis[1];
|
|
851
|
+
return handles;
|
|
852
|
+
}
|
|
853
|
+
return points.map((p, i) => i % 10 === 0 ? {
|
|
854
|
+
start: p
|
|
855
|
+
} : {
|
|
856
|
+
end: p
|
|
857
|
+
}).reduce((obj, item) => Object.assign(obj, {
|
|
858
|
+
...item
|
|
859
|
+
}), {});
|
|
860
|
+
}
|
|
861
|
+
;// CONCATENATED MODULE: ../../../extensions/cornerstone/src/utils/measurementServiceMappings/utils/selection.ts
|
|
862
|
+
|
|
863
|
+
|
|
864
|
+
/**
|
|
865
|
+
* Check whether an annotation from imaging library is selected or not.
|
|
866
|
+
* @param {string} annotationUID uid of imaging library annotation
|
|
867
|
+
* @returns boolean
|
|
868
|
+
*/
|
|
869
|
+
function isAnnotationSelected(annotationUID) {
|
|
870
|
+
return dist_esm.annotation.selection.isAnnotationSelected(annotationUID);
|
|
871
|
+
}
|
|
872
|
+
|
|
873
|
+
/**
|
|
874
|
+
* Change an annotation from imaging library's selected property.
|
|
875
|
+
* @param annotationUID - uid of imaging library annotation
|
|
876
|
+
* @param selected - new value for selected
|
|
877
|
+
*/
|
|
878
|
+
function setAnnotationSelected(annotationUID, selected) {
|
|
879
|
+
const isCurrentSelected = isAnnotationSelected(annotationUID);
|
|
880
|
+
// branch cut, avoid invoking imaging library unnecessarily.
|
|
881
|
+
if (isCurrentSelected !== selected) {
|
|
882
|
+
dist_esm.annotation.selection.setAnnotationSelected(annotationUID, selected);
|
|
883
|
+
}
|
|
884
|
+
}
|
|
885
|
+
function getFirstAnnotationSelected(element) {
|
|
886
|
+
const [selectedAnnotationUID] = dist_esm.annotation.selection.getAnnotationsSelected() || [];
|
|
887
|
+
if (selectedAnnotationUID) {
|
|
888
|
+
return dist_esm.annotation.state.getAnnotation(selectedAnnotationUID);
|
|
889
|
+
}
|
|
890
|
+
}
|
|
891
|
+
|
|
892
|
+
;// CONCATENATED MODULE: ../../../extensions/cornerstone/src/utils/measurementServiceMappings/utils/getDisplayUnit.js
|
|
893
|
+
const getDisplayUnit = unit => unit == null ? '' : unit;
|
|
894
|
+
/* harmony default export */ const utils_getDisplayUnit = (getDisplayUnit);
|
|
895
|
+
;// CONCATENATED MODULE: ../../../extensions/cornerstone/src/utils/measurementServiceMappings/utils/index.ts
|
|
896
|
+
|
|
897
|
+
|
|
898
|
+
|
|
899
|
+
|
|
900
|
+
|
|
842
901
|
;// CONCATENATED MODULE: ../../../extensions/cornerstone/src/utils/measurementServiceMappings/Bidirectional.ts
|
|
843
902
|
|
|
844
903
|
|
|
845
904
|
|
|
905
|
+
|
|
846
906
|
const Bidirectional = {
|
|
847
907
|
toAnnotation: measurement => {},
|
|
848
908
|
toMeasurement: (csToolsEventDetail, displaySetService, cornerstoneViewportService, getValueTypeFromToolType) => {
|
|
@@ -1014,8 +1074,8 @@ function Bidirectional_getDisplayText(mappedAnnotations, displaySet) {
|
|
|
1014
1074
|
}
|
|
1015
1075
|
const instanceText = InstanceNumber ? ` I: ${InstanceNumber}` : '';
|
|
1016
1076
|
const frameText = displaySet.isMultiFrame ? ` F: ${frameNumber}` : '';
|
|
1017
|
-
displayText.push(`L: ${roundedLength} ${unit} (S: ${SeriesNumber}${instanceText}${frameText})`);
|
|
1018
|
-
displayText.push(`W: ${roundedWidth} ${unit}`);
|
|
1077
|
+
displayText.push(`L: ${roundedLength} ${utils_getDisplayUnit(unit)} (S: ${SeriesNumber}${instanceText}${frameText})`);
|
|
1078
|
+
displayText.push(`W: ${roundedWidth} ${utils_getDisplayUnit(unit)}`);
|
|
1019
1079
|
return displayText;
|
|
1020
1080
|
}
|
|
1021
1081
|
/* harmony default export */ const measurementServiceMappings_Bidirectional = (Bidirectional);
|
|
@@ -1023,6 +1083,7 @@ function Bidirectional_getDisplayText(mappedAnnotations, displaySet) {
|
|
|
1023
1083
|
|
|
1024
1084
|
|
|
1025
1085
|
|
|
1086
|
+
|
|
1026
1087
|
const EllipticalROI = {
|
|
1027
1088
|
toAnnotation: measurement => {},
|
|
1028
1089
|
toMeasurement: (csToolsEventDetail, displaySetService, cornerstoneViewportService, getValueTypeFromToolType) => {
|
|
@@ -1205,7 +1266,7 @@ function EllipticalROI_getDisplayText(mappedAnnotations, displaySet) {
|
|
|
1205
1266
|
const instanceText = InstanceNumber ? ` I: ${InstanceNumber}` : '';
|
|
1206
1267
|
const frameText = displaySet.isMultiFrame ? ` F: ${frameNumber}` : '';
|
|
1207
1268
|
const roundedArea = src.utils.roundNumber(area, 2);
|
|
1208
|
-
displayText.push(`${roundedArea} ${areaUnit}`);
|
|
1269
|
+
displayText.push(`${roundedArea} ${utils_getDisplayUnit(areaUnit)}`);
|
|
1209
1270
|
|
|
1210
1271
|
// Todo: we need a better UI for displaying all these information
|
|
1211
1272
|
mappedAnnotations.forEach(mappedAnnotation => {
|
|
@@ -1217,7 +1278,7 @@ function EllipticalROI_getDisplayText(mappedAnnotations, displaySet) {
|
|
|
1217
1278
|
let maxStr = '';
|
|
1218
1279
|
if (max) {
|
|
1219
1280
|
const roundedMax = src.utils.roundNumber(max, 2);
|
|
1220
|
-
maxStr = `Max: ${roundedMax} <small>${unit}</small> `;
|
|
1281
|
+
maxStr = `Max: ${roundedMax} <small>${utils_getDisplayUnit(unit)}</small> `;
|
|
1221
1282
|
}
|
|
1222
1283
|
const str = `${maxStr}(S:${SeriesNumber}${instanceText}${frameText})`;
|
|
1223
1284
|
if (!displayText.includes(str)) {
|
|
@@ -1231,6 +1292,7 @@ function EllipticalROI_getDisplayText(mappedAnnotations, displaySet) {
|
|
|
1231
1292
|
|
|
1232
1293
|
|
|
1233
1294
|
|
|
1295
|
+
|
|
1234
1296
|
const CircleROI = {
|
|
1235
1297
|
toAnnotation: measurement => {},
|
|
1236
1298
|
toMeasurement: (csToolsEventDetail, DisplaySetService, CornerstoneViewportService, getValueTypeFromToolType) => {
|
|
@@ -1415,7 +1477,7 @@ function CircleROI_getDisplayText(mappedAnnotations, displaySet) {
|
|
|
1415
1477
|
|
|
1416
1478
|
// Area sometimes becomes undefined if `preventHandleOutsideImage` is off.
|
|
1417
1479
|
const roundedArea = src.utils.roundNumber(area || 0, 2);
|
|
1418
|
-
displayText.push(`${roundedArea} ${areaUnit}`);
|
|
1480
|
+
displayText.push(`${roundedArea} ${utils_getDisplayUnit(areaUnit)}`);
|
|
1419
1481
|
|
|
1420
1482
|
// Todo: we need a better UI for displaying all these information
|
|
1421
1483
|
mappedAnnotations.forEach(mappedAnnotation => {
|
|
@@ -1427,7 +1489,7 @@ function CircleROI_getDisplayText(mappedAnnotations, displaySet) {
|
|
|
1427
1489
|
let maxStr = '';
|
|
1428
1490
|
if (max) {
|
|
1429
1491
|
const roundedMax = src.utils.roundNumber(max, 2);
|
|
1430
|
-
maxStr = `Max: ${roundedMax} <small>${unit}</small> `;
|
|
1492
|
+
maxStr = `Max: ${roundedMax} <small>${utils_getDisplayUnit(unit)}</small> `;
|
|
1431
1493
|
}
|
|
1432
1494
|
const str = `${maxStr}(S:${SeriesNumber}${instanceText}${frameText})`;
|
|
1433
1495
|
if (!displayText.includes(str)) {
|
|
@@ -1566,6 +1628,7 @@ function ArrowAnnotate_getDisplayText(mappedAnnotations, displaySet) {
|
|
|
1566
1628
|
|
|
1567
1629
|
|
|
1568
1630
|
|
|
1631
|
+
|
|
1569
1632
|
const CobbAngle = {
|
|
1570
1633
|
toAnnotation: measurement => {},
|
|
1571
1634
|
/**
|
|
@@ -1740,7 +1803,7 @@ function CobbAngle_getDisplayText(mappedAnnotations, displaySet) {
|
|
|
1740
1803
|
return displayText;
|
|
1741
1804
|
}
|
|
1742
1805
|
const roundedAngle = src.utils.roundNumber(angle, 2);
|
|
1743
|
-
displayText.push(`${roundedAngle} ${unit} (S: ${SeriesNumber}${instanceText}${frameText})`);
|
|
1806
|
+
displayText.push(`${roundedAngle} ${utils_getDisplayUnit(unit)} (S: ${SeriesNumber}${instanceText}${frameText})`);
|
|
1744
1807
|
return displayText;
|
|
1745
1808
|
}
|
|
1746
1809
|
/* harmony default export */ const measurementServiceMappings_CobbAngle = (CobbAngle);
|
|
@@ -1748,6 +1811,7 @@ function CobbAngle_getDisplayText(mappedAnnotations, displaySet) {
|
|
|
1748
1811
|
|
|
1749
1812
|
|
|
1750
1813
|
|
|
1814
|
+
|
|
1751
1815
|
const Angle = {
|
|
1752
1816
|
toAnnotation: measurement => {},
|
|
1753
1817
|
/**
|
|
@@ -1922,7 +1986,7 @@ function Angle_getDisplayText(mappedAnnotations, displaySet) {
|
|
|
1922
1986
|
return displayText;
|
|
1923
1987
|
}
|
|
1924
1988
|
const roundedAngle = src.utils.roundNumber(angle, 2);
|
|
1925
|
-
displayText.push(`${roundedAngle} ${unit} (S: ${SeriesNumber}${instanceText}${frameText})`);
|
|
1989
|
+
displayText.push(`${roundedAngle} ${utils_getDisplayUnit(unit)} (S: ${SeriesNumber}${instanceText}${frameText})`);
|
|
1926
1990
|
return displayText;
|
|
1927
1991
|
}
|
|
1928
1992
|
/* harmony default export */ const measurementServiceMappings_Angle = (Angle);
|
|
@@ -2064,6 +2128,7 @@ function PlanarFreehandROI_getDisplayText(mappedAnnotations) {
|
|
|
2064
2128
|
|
|
2065
2129
|
|
|
2066
2130
|
|
|
2131
|
+
|
|
2067
2132
|
const RectangleROI = {
|
|
2068
2133
|
toAnnotation: measurement => {},
|
|
2069
2134
|
toMeasurement: (csToolsEventDetail, DisplaySetService, CornerstoneViewportService, getValueTypeFromToolType) => {
|
|
@@ -2248,7 +2313,7 @@ function RectangleROI_getDisplayText(mappedAnnotations, displaySet) {
|
|
|
2248
2313
|
|
|
2249
2314
|
// Area sometimes becomes undefined if `preventHandleOutsideImage` is off.
|
|
2250
2315
|
const roundedArea = src.utils.roundNumber(area || 0, 2);
|
|
2251
|
-
displayText.push(`${roundedArea} ${areaUnit}`);
|
|
2316
|
+
displayText.push(`${roundedArea} ${utils_getDisplayUnit(areaUnit)}`);
|
|
2252
2317
|
|
|
2253
2318
|
// Todo: we need a better UI for displaying all these information
|
|
2254
2319
|
mappedAnnotations.forEach(mappedAnnotation => {
|
|
@@ -2260,7 +2325,7 @@ function RectangleROI_getDisplayText(mappedAnnotations, displaySet) {
|
|
|
2260
2325
|
let maxStr = '';
|
|
2261
2326
|
if (max) {
|
|
2262
2327
|
const roundedMax = src.utils.roundNumber(max, 2);
|
|
2263
|
-
maxStr = `Max: ${roundedMax} <small>${unit}</small> `;
|
|
2328
|
+
maxStr = `Max: ${roundedMax} <small>${utils_getDisplayUnit(unit)}</small> `;
|
|
2264
2329
|
}
|
|
2265
2330
|
const str = `${maxStr}(S:${SeriesNumber}${instanceText}${frameText})`;
|
|
2266
2331
|
if (!displayText.includes(str)) {
|
|
@@ -4703,37 +4768,6 @@ function getReconstructableStackViewports(viewportGridService, displaySetService
|
|
|
4703
4768
|
return viewports;
|
|
4704
4769
|
}
|
|
4705
4770
|
;
|
|
4706
|
-
;// CONCATENATED MODULE: ../../../extensions/cornerstone/src/utils/measurementServiceMappings/utils/selection.ts
|
|
4707
|
-
|
|
4708
|
-
|
|
4709
|
-
/**
|
|
4710
|
-
* Check whether an annotation from imaging library is selected or not.
|
|
4711
|
-
* @param {string} annotationUID uid of imaging library annotation
|
|
4712
|
-
* @returns boolean
|
|
4713
|
-
*/
|
|
4714
|
-
function isAnnotationSelected(annotationUID) {
|
|
4715
|
-
return dist_esm.annotation.selection.isAnnotationSelected(annotationUID);
|
|
4716
|
-
}
|
|
4717
|
-
|
|
4718
|
-
/**
|
|
4719
|
-
* Change an annotation from imaging library's selected property.
|
|
4720
|
-
* @param annotationUID - uid of imaging library annotation
|
|
4721
|
-
* @param selected - new value for selected
|
|
4722
|
-
*/
|
|
4723
|
-
function setAnnotationSelected(annotationUID, selected) {
|
|
4724
|
-
const isCurrentSelected = isAnnotationSelected(annotationUID);
|
|
4725
|
-
// branch cut, avoid invoking imaging library unnecessarily.
|
|
4726
|
-
if (isCurrentSelected !== selected) {
|
|
4727
|
-
dist_esm.annotation.selection.setAnnotationSelected(annotationUID, selected);
|
|
4728
|
-
}
|
|
4729
|
-
}
|
|
4730
|
-
function getFirstAnnotationSelected(element) {
|
|
4731
|
-
const [selectedAnnotationUID] = dist_esm.annotation.selection.getAnnotationsSelected() || [];
|
|
4732
|
-
if (selectedAnnotationUID) {
|
|
4733
|
-
return dist_esm.annotation.state.getAnnotation(selectedAnnotationUID);
|
|
4734
|
-
}
|
|
4735
|
-
}
|
|
4736
|
-
|
|
4737
4771
|
;// CONCATENATED MODULE: ../../../extensions/cornerstone/src/commandsModule.ts
|
|
4738
4772
|
|
|
4739
4773
|
|
|
@@ -9172,29 +9206,6 @@ const package_namespaceObject = JSON.parse('{"u2":"@ohif/extension-cornerstone"}
|
|
|
9172
9206
|
|
|
9173
9207
|
const id = package_namespaceObject.u2;
|
|
9174
9208
|
|
|
9175
|
-
;// CONCATENATED MODULE: ../../../extensions/cornerstone/src/utils/measurementServiceMappings/utils/getHandlesFromPoints.js
|
|
9176
|
-
function getHandlesFromPoints(points) {
|
|
9177
|
-
if (points.longAxis && points.shortAxis) {
|
|
9178
|
-
const handles = {};
|
|
9179
|
-
handles.start = points.longAxis[0];
|
|
9180
|
-
handles.end = points.longAxis[1];
|
|
9181
|
-
handles.perpendicularStart = points.longAxis[0];
|
|
9182
|
-
handles.perpendicularEnd = points.longAxis[1];
|
|
9183
|
-
return handles;
|
|
9184
|
-
}
|
|
9185
|
-
return points.map((p, i) => i % 10 === 0 ? {
|
|
9186
|
-
start: p
|
|
9187
|
-
} : {
|
|
9188
|
-
end: p
|
|
9189
|
-
}).reduce((obj, item) => Object.assign(obj, {
|
|
9190
|
-
...item
|
|
9191
|
-
}), {});
|
|
9192
|
-
}
|
|
9193
|
-
;// CONCATENATED MODULE: ../../../extensions/cornerstone/src/utils/measurementServiceMappings/utils/index.ts
|
|
9194
|
-
|
|
9195
|
-
|
|
9196
|
-
|
|
9197
|
-
|
|
9198
9209
|
;// CONCATENATED MODULE: ../../../extensions/cornerstone/src/utils/measurementServiceMappings/index.ts
|
|
9199
9210
|
|
|
9200
9211
|
|
|
@@ -3930,6 +3930,9 @@ async function contourDisplay_render(viewport, representationConfig, toolGroupCo
|
|
|
3930
3930
|
const segmentation = getSegmentation(segmentationId);
|
|
3931
3931
|
const contourData = segmentation.representationData[enums_SegmentationRepresentations.Contour];
|
|
3932
3932
|
const { geometryIds } = contourData;
|
|
3933
|
+
if (viewport instanceof esm.StackViewport) {
|
|
3934
|
+
return;
|
|
3935
|
+
}
|
|
3933
3936
|
if (!geometryIds?.length) {
|
|
3934
3937
|
console.warn(`No contours found for segmentationId ${segmentationId}. Skipping render.`);
|
|
3935
3938
|
}
|
|
@@ -11413,7 +11416,7 @@ class BidirectionalTool extends base_AnnotationTool {
|
|
|
11413
11416
|
const color = this.getStyle('color', styleSpecifier, annotation);
|
|
11414
11417
|
const shadow = this.getStyle('shadow', styleSpecifier, annotation);
|
|
11415
11418
|
if (!data.cachedStats[targetId] ||
|
|
11416
|
-
data.cachedStats[targetId].unit
|
|
11419
|
+
data.cachedStats[targetId].unit == null) {
|
|
11417
11420
|
data.cachedStats[targetId] = {
|
|
11418
11421
|
length: null,
|
|
11419
11422
|
width: null,
|
|
@@ -11936,7 +11939,7 @@ class LengthTool extends base_AnnotationTool {
|
|
|
11936
11939
|
const canvasCoordinates = points.map((p) => viewport.worldToCanvas(p));
|
|
11937
11940
|
let activeHandleCanvasCoords;
|
|
11938
11941
|
if (!data.cachedStats[targetId] ||
|
|
11939
|
-
data.cachedStats[targetId].unit
|
|
11942
|
+
data.cachedStats[targetId].unit == null) {
|
|
11940
11943
|
data.cachedStats[targetId] = {
|
|
11941
11944
|
length: null,
|
|
11942
11945
|
unit: null,
|
|
@@ -12316,7 +12319,8 @@ class ProbeTool extends base_AnnotationTool {
|
|
|
12316
12319
|
isPreScaled: isViewportPreScaled(viewport, targetId),
|
|
12317
12320
|
isSuvScaled: this.isSuvScaled(viewport, targetId, annotation.metadata.referencedImageId),
|
|
12318
12321
|
};
|
|
12319
|
-
if (!data.cachedStats[targetId]
|
|
12322
|
+
if (!data.cachedStats[targetId] ||
|
|
12323
|
+
data.cachedStats[targetId].value == null) {
|
|
12320
12324
|
data.cachedStats[targetId] = {
|
|
12321
12325
|
Modality: null,
|
|
12322
12326
|
index: null,
|
|
@@ -12559,7 +12563,8 @@ class DragProbeTool extends annotation_ProbeTool {
|
|
|
12559
12563
|
isPreScaled: isViewportPreScaled(viewport, targetId),
|
|
12560
12564
|
isSuvScaled: this.isSuvScaled(viewport, targetId, annotation.metadata.referencedImageId),
|
|
12561
12565
|
};
|
|
12562
|
-
if (!data.cachedStats[targetId]
|
|
12566
|
+
if (!data.cachedStats[targetId] ||
|
|
12567
|
+
data.cachedStats[targetId].value == null) {
|
|
12563
12568
|
data.cachedStats[targetId] = {
|
|
12564
12569
|
Modality: null,
|
|
12565
12570
|
index: null,
|
|
@@ -13061,7 +13066,7 @@ class RectangleROITool extends base_AnnotationTool {
|
|
|
13061
13066
|
isSuvScaled: this.isSuvScaled(viewport, targetId, annotation.metadata.referencedImageId),
|
|
13062
13067
|
};
|
|
13063
13068
|
if (!data.cachedStats[targetId] ||
|
|
13064
|
-
data.cachedStats[targetId].areaUnit
|
|
13069
|
+
data.cachedStats[targetId].areaUnit == null) {
|
|
13065
13070
|
data.cachedStats[targetId] = {
|
|
13066
13071
|
Modality: null,
|
|
13067
13072
|
area: null,
|
|
@@ -13729,7 +13734,7 @@ class EllipticalROITool extends base_AnnotationTool {
|
|
|
13729
13734
|
isSuvScaled: this.isSuvScaled(viewport, targetId, annotation.metadata.referencedImageId),
|
|
13730
13735
|
};
|
|
13731
13736
|
if (!data.cachedStats[targetId] ||
|
|
13732
|
-
data.cachedStats[targetId].areaUnit
|
|
13737
|
+
data.cachedStats[targetId].areaUnit == null) {
|
|
13733
13738
|
data.cachedStats[targetId] = {
|
|
13734
13739
|
Modality: null,
|
|
13735
13740
|
area: null,
|
|
@@ -14377,7 +14382,7 @@ class CircleROITool extends base_AnnotationTool {
|
|
|
14377
14382
|
isSuvScaled: this.isSuvScaled(viewport, targetId, annotation.metadata.referencedImageId),
|
|
14378
14383
|
};
|
|
14379
14384
|
if (!data.cachedStats[targetId] ||
|
|
14380
|
-
data.cachedStats[targetId].areaUnit
|
|
14385
|
+
data.cachedStats[targetId].areaUnit == null) {
|
|
14381
14386
|
data.cachedStats[targetId] = {
|
|
14382
14387
|
Modality: null,
|
|
14383
14388
|
area: null,
|
|
@@ -16570,7 +16575,7 @@ class PlanarFreehandROITool extends base_AnnotationTool {
|
|
|
16570
16575
|
if (!this.commonData?.movingTextBox) {
|
|
16571
16576
|
const { data } = annotation;
|
|
16572
16577
|
if (!data.cachedStats[targetId] ||
|
|
16573
|
-
data.cachedStats[targetId].areaUnit
|
|
16578
|
+
data.cachedStats[targetId].areaUnit == null) {
|
|
16574
16579
|
data.cachedStats[targetId] = {
|
|
16575
16580
|
Modality: null,
|
|
16576
16581
|
area: null,
|
|
@@ -17565,7 +17570,8 @@ class AngleTool extends base_AnnotationTool {
|
|
|
17565
17570
|
const lineDash = this.getStyle('lineDash', styleSpecifier, annotation);
|
|
17566
17571
|
const color = this.getStyle('color', styleSpecifier, annotation);
|
|
17567
17572
|
const canvasCoordinates = points.map((p) => viewport.worldToCanvas(p));
|
|
17568
|
-
if (!data.cachedStats[targetId]
|
|
17573
|
+
if (!data.cachedStats[targetId] ||
|
|
17574
|
+
data.cachedStats[targetId].angle == null) {
|
|
17569
17575
|
data.cachedStats[targetId] = {
|
|
17570
17576
|
angle: null,
|
|
17571
17577
|
};
|
|
@@ -18051,7 +18057,8 @@ class CobbAngleTool extends base_AnnotationTool {
|
|
|
18051
18057
|
const lineDash = this.getStyle('lineDash', styleSpecifier, annotation);
|
|
18052
18058
|
const color = this.getStyle('color', styleSpecifier, annotation);
|
|
18053
18059
|
const canvasCoordinates = points.map((p) => viewport.worldToCanvas(p));
|
|
18054
|
-
if (!data.cachedStats[targetId]
|
|
18060
|
+
if (!data.cachedStats[targetId] ||
|
|
18061
|
+
data.cachedStats[targetId].angle == null) {
|
|
18055
18062
|
data.cachedStats[targetId] = {
|
|
18056
18063
|
angle: null,
|
|
18057
18064
|
};
|
|
@@ -374,7 +374,7 @@ const toolbarButtons = [
|
|
|
374
374
|
commandName: 'flipViewportHorizontal',
|
|
375
375
|
commandOptions: {},
|
|
376
376
|
context: 'CORNERSTONE'
|
|
377
|
-
}], 'Flip
|
|
377
|
+
}], 'Flip Horizontally'), _createToggleButton('StackImageSync', 'link', 'Stack Image Sync', [{
|
|
378
378
|
commandName: 'toggleStackImageSync'
|
|
379
379
|
}], 'Enable position synchronization on stack viewports', {
|
|
380
380
|
listeners: {
|
|
@@ -69,8 +69,8 @@ var react = __webpack_require__(43001);
|
|
|
69
69
|
// EXTERNAL MODULE: ../../../node_modules/prop-types/index.js
|
|
70
70
|
var prop_types = __webpack_require__(3827);
|
|
71
71
|
var prop_types_default = /*#__PURE__*/__webpack_require__.n(prop_types);
|
|
72
|
-
// EXTERNAL MODULE: ../../i18n/src/index.js +
|
|
73
|
-
var src = __webpack_require__(
|
|
72
|
+
// EXTERNAL MODULE: ../../i18n/src/index.js + 134 modules
|
|
73
|
+
var src = __webpack_require__(50376);
|
|
74
74
|
// EXTERNAL MODULE: ../../../node_modules/react-i18next/dist/es/index.js + 15 modules
|
|
75
75
|
var es = __webpack_require__(69190);
|
|
76
76
|
// EXTERNAL MODULE: ../node_modules/react-router-dom/dist/index.js
|
|
@@ -974,8 +974,8 @@ function WorkList(_ref) {
|
|
|
974
974
|
};
|
|
975
975
|
});
|
|
976
976
|
const hasStudies = numOfStudies > 0;
|
|
977
|
-
const versionNumber = "3.7.0-beta.
|
|
978
|
-
const commitHash = "
|
|
977
|
+
const versionNumber = "3.7.0-beta.99";
|
|
978
|
+
const commitHash = "c1d5ee7e3f7f4c0c6bed9ae81eba5519741c5155";
|
|
979
979
|
const menuOptions = [{
|
|
980
980
|
title: t('Header:About'),
|
|
981
981
|
icon: 'info',
|
|
@@ -1932,7 +1932,7 @@ async function loadModule(module) {
|
|
|
1932
1932
|
return imported.default;
|
|
1933
1933
|
}
|
|
1934
1934
|
if (module === "@ohif/extension-cornerstone") {
|
|
1935
|
-
const imported = await Promise.all(/* import() */[__webpack_require__.e(743), __webpack_require__.e(775), __webpack_require__.e(957), __webpack_require__.e(604), __webpack_require__.e(774), __webpack_require__.e(
|
|
1935
|
+
const imported = await Promise.all(/* import() */[__webpack_require__.e(743), __webpack_require__.e(775), __webpack_require__.e(957), __webpack_require__.e(604), __webpack_require__.e(774), __webpack_require__.e(82)]).then(__webpack_require__.bind(__webpack_require__, 78227));
|
|
1936
1936
|
return imported.default;
|
|
1937
1937
|
}
|
|
1938
1938
|
if (module === "@ohif/extension-measurement-tracking") {
|
|
@@ -5333,7 +5333,7 @@ function toNumber(val) {
|
|
|
5333
5333
|
|
|
5334
5334
|
/***/ }),
|
|
5335
5335
|
|
|
5336
|
-
/***/
|
|
5336
|
+
/***/ 50376:
|
|
5337
5337
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5338
5338
|
|
|
5339
5339
|
"use strict";
|
|
@@ -8673,7 +8673,7 @@ const detectionOptions = {
|
|
|
8673
8673
|
}
|
|
8674
8674
|
});
|
|
8675
8675
|
;// CONCATENATED MODULE: ../../i18n/package.json
|
|
8676
|
-
const package_namespaceObject = JSON.parse('{"i8":"3.7.0-beta.
|
|
8676
|
+
const package_namespaceObject = JSON.parse('{"i8":"3.7.0-beta.98"}');
|
|
8677
8677
|
;// CONCATENATED MODULE: ../../i18n/src/utils.js
|
|
8678
8678
|
const languagesMap = {
|
|
8679
8679
|
ar: 'Arabic',
|
|
@@ -8802,6 +8802,51 @@ const ar_UserPreferencesModal_namespaceObject = JSON.parse('{"No hotkeys found":
|
|
|
8802
8802
|
UserPreferencesModal: ar_UserPreferencesModal_namespaceObject
|
|
8803
8803
|
}
|
|
8804
8804
|
});
|
|
8805
|
+
;// CONCATENATED MODULE: ../../i18n/src/locales/de/AboutModal.json
|
|
8806
|
+
const de_AboutModal_namespaceObject = JSON.parse('{"Browser":"Browser","Build Number":"Build-Nummer","Latest Master Commits":"Letzter Master Commit","More details":"Mehr Details","Name":"Name","About OHIF Viewer":"Über OHIF Viewer","OS":"OS","Report an issue":"Ein Problem melden","Repository URL":"Repository URL","Value":"Wert","Version Information":"Informationen zur Version","Visit the forum":"Besuchen Sie das Forum"}');
|
|
8807
|
+
;// CONCATENATED MODULE: ../../i18n/src/locales/de/Buttons.json
|
|
8808
|
+
const de_Buttons_namespaceObject = JSON.parse('{"Acquired":"Akquiriert","Angle":"Winkel","Axial":"Axial","Bidirectional":"Bidirektional","Brush":"Pinsel","CINE":"CINE","Cancel":"Abbrechen","Circle":"Kreis","Clear":"Leeren","Coronal":"Koronal","Crosshairs":"Fadenkreuz","Download":"Download","Ellipse":"Ellipse","Elliptical":"Elliptisch","Flip Horizontally":"Horizontal spiegeln","Flip Vertically":"Vertikal spiegeln","Freehand":"Freihand","Invert":"Invertieren","Invert Colors":"Invertieren","Layout":"$t(Common:Layout)","Grid Layout":"Rasterlayout","Length":"Länge","Levels":"Level","Window Level":"Helligkeit/Kontrast","Magnify":"Vergrössern","Manual":"Manuell","Measurements":"Messungen","More":"$t(Common:More)","Next":"$t(Common:Next)","Pan":"Schwenken","Play":"$t(Common:Play)","Previous":"$t(Common:Previous)","Probe":"Probe","ROI Window":"ROI Fenster","Rectangle":"Rechteck","Reset":"$t(Common:Reset)","Reset View":"$t(Common:Reset)","Reset to Defaults":"Auf Default zurücksetzen","Rotate Right":"Nach rechts drehen","Rotate +90":"Drehen +90","Sagittal":"Sagittal","Save":"Speichern","Stack Scroll":"Stack Scroll","Stop":"$t(Common:Stop)","Themes":"Themen","Zoom":"Zoomen","More Tools":"Weitere Werkzeuge","More Measure Tools":"Weitere Messwerkzeuge"}');
|
|
8809
|
+
;// CONCATENATED MODULE: ../../i18n/src/locales/de/CineDialog.json
|
|
8810
|
+
const de_CineDialog_namespaceObject = JSON.parse('{"Next image":"Nächstes Bild","Play / Stop":"$t(Common:Play) / $t(Common:Stop)","Previous image":"Vorheriges Bild","Skip to first image":"Zum ersten Bild springen","Skip to last image":"Zum letzten Bild springen","fps":"fps"}');
|
|
8811
|
+
;// CONCATENATED MODULE: ../../i18n/src/locales/de/Common.json
|
|
8812
|
+
const de_Common_namespaceObject = JSON.parse('{"Close":"Schliessen","Image":"Bild","Layout":"Layout","Measurements":"Messungen","More":"Mehr","Next":"Nächste","Play":"Abspielen","Previous":"Vorherige","Reset":"Zurücksetzen","RowsPerPage":"Zeilen pro Seite","Series":"Serien","Show":"Anzeigen","Stop":"Stoppen","StudyDate":"Studiendatum"}');
|
|
8813
|
+
;// CONCATENATED MODULE: ../../i18n/src/locales/de/DatePicker.json
|
|
8814
|
+
const de_DatePicker_namespaceObject = JSON.parse('{"Clear dates":"Daten löschen","End Date":"Enddatum","Start Date":"Startdatum"}');
|
|
8815
|
+
;// CONCATENATED MODULE: ../../i18n/src/locales/de/Header.json
|
|
8816
|
+
const de_Header_namespaceObject = JSON.parse('{"About":"Über","Back to Viewer":"Zurück zum Viewer","INVESTIGATIONAL USE ONLY":"NUR FÜR FORSCHUNGSZWECKE","Options":"Optionen","Preferences":"Einstellungen","Study list":"Studienliste"}');
|
|
8817
|
+
;// CONCATENATED MODULE: ../../i18n/src/locales/de/MeasurementTable.json
|
|
8818
|
+
const de_MeasurementTable_namespaceObject = JSON.parse('{"Criteria nonconformities":"Kriterien für Nichtkonformitäten","Delete":"Löschen","Description":"Beschreibung","MAX":"MAX","NonTargets":"NonTargets","Relabel":"Relabel","Targets":"Targets"}');
|
|
8819
|
+
;// CONCATENATED MODULE: ../../i18n/src/locales/de/StudyList.json
|
|
8820
|
+
const de_StudyList_namespaceObject = JSON.parse('{"AccessionNumber":"Eingangsnummer","Accession":"Eingangsnummer","Empty":"Leer","MRN":"MRN","Modality":"Modalität","Patient Name":"Patientenname","Study date":"Studiendatum","Description":"Beschreibung","Study list":"Studienliste","Instances":"Instanzen","Studies":"Studien"}');
|
|
8821
|
+
;// CONCATENATED MODULE: ../../i18n/src/locales/de/UserPreferencesModal.json
|
|
8822
|
+
const de_UserPreferencesModal_namespaceObject = JSON.parse('{"Cancel":"$t(Buttons:Cancel)","No hotkeys found":"Keine Hotkeys gefunden.","Reset to Defaults":"$t(Buttons:Reset to Defaults)","ResetDefaultMessage":"Einstellungen zurückgesetzt. Bitte speichern.","Save":"$t(Buttons:Save)","SaveMessage":"Gespeichert","User Preferences":"Benutzereinstellungen","Language":"Sprache","General":"Allgemein"}');
|
|
8823
|
+
;// CONCATENATED MODULE: ../../i18n/src/locales/de/ViewportDownloadForm.json
|
|
8824
|
+
const de_ViewportDownloadForm_namespaceObject = JSON.parse('{"emptyFilenameError":"Der Dateiname darf nicht leer sein.","fileType":"Dateityp","filename":"Dateiname","formTitle":"Bitte geben Sie die Grösse, den Dateinamen und den gewünschten Typ für das Bild an.","imageHeight":"Höhe (px)","imagePreview":"Vorschau","imageWidth":"Breite (px)","keepAspectRatio":"Seitenverhältnis beibehalten","loadingPreview":"Vorschau laden...","minHeightError":"Die Mindesthöhe beträgt 100px.","minWidthError":"Die Mindestbreite beträgt 100px.","showAnnotations":"Annotationen anzeigen"}');
|
|
8825
|
+
;// CONCATENATED MODULE: ../../i18n/src/locales/de/index.js
|
|
8826
|
+
|
|
8827
|
+
|
|
8828
|
+
|
|
8829
|
+
|
|
8830
|
+
|
|
8831
|
+
|
|
8832
|
+
|
|
8833
|
+
|
|
8834
|
+
|
|
8835
|
+
|
|
8836
|
+
/* harmony default export */ const de = ({
|
|
8837
|
+
de: {
|
|
8838
|
+
AboutModal: de_AboutModal_namespaceObject,
|
|
8839
|
+
Buttons: de_Buttons_namespaceObject,
|
|
8840
|
+
CineDialog: de_CineDialog_namespaceObject,
|
|
8841
|
+
Common: de_Common_namespaceObject,
|
|
8842
|
+
DatePicker: de_DatePicker_namespaceObject,
|
|
8843
|
+
Header: de_Header_namespaceObject,
|
|
8844
|
+
MeasurementTable: de_MeasurementTable_namespaceObject,
|
|
8845
|
+
StudyList: de_StudyList_namespaceObject,
|
|
8846
|
+
UserPreferencesModal: de_UserPreferencesModal_namespaceObject,
|
|
8847
|
+
ViewportDownloadForm: de_ViewportDownloadForm_namespaceObject
|
|
8848
|
+
}
|
|
8849
|
+
});
|
|
8805
8850
|
;// CONCATENATED MODULE: ../../i18n/src/locales/en-US/AboutModal.json
|
|
8806
8851
|
const en_US_AboutModal_namespaceObject = JSON.parse('{"Browser":"Browser","Build Number":"Build Number","Latest Master Commits":"Latest Master Commits","More details":"More details","Name":"Name","OHIF Viewer - About":"OHIF Viewer - About","OS":"OS","Report an issue":"Report an issue","Repository URL":"Repository URL","Value":"Value","Version Information":"Version Information","Visit the forum":"Visit the forum"}');
|
|
8807
8852
|
;// CONCATENATED MODULE: ../../i18n/src/locales/en-US/Buttons.json
|
|
@@ -9219,9 +9264,11 @@ const test_LNG_Modals_namespaceObject = JSON.parse('{"Download High Quality Imag
|
|
|
9219
9264
|
|
|
9220
9265
|
|
|
9221
9266
|
|
|
9267
|
+
|
|
9222
9268
|
/* harmony default export */ const locales = ({
|
|
9223
9269
|
...ar,
|
|
9224
9270
|
...tr_TR,
|
|
9271
|
+
...de,
|
|
9225
9272
|
...en_US,
|
|
9226
9273
|
...locales_es,
|
|
9227
9274
|
...fr,
|
|
@@ -159352,7 +159399,7 @@ var selectOrdinal = function selectOrdinal() {
|
|
|
159352
159399
|
/******/ // This function allow to reference async chunks
|
|
159353
159400
|
/******/ __webpack_require__.u = (chunkId) => {
|
|
159354
159401
|
/******/ // return url for filenames based on template
|
|
159355
|
-
/******/ return "" + (chunkId === 18 ? "dicom-microscopy-viewer" : chunkId) + ".bundle." + {"
|
|
159402
|
+
/******/ return "" + (chunkId === 18 ? "dicom-microscopy-viewer" : chunkId) + ".bundle." + {"12":"c149229c3721197734b9","18":"2c146384eb9466d02ff8","19":"d1a02a9b42c17df51f39","23":"e008ad788170f2ed5569","82":"e83d670b0199d1bc717c","99":"bf2efcee897944d8a14b","125":"253395f320b72180da63","181":"169383e9b1a0358b44e8","202":"96bbb4547a346fe3921f","220":"f7e1c96c94245e70f2be","221":"8d4059312a771ac53a19","236":"004ffd1d05a9f69d6812","250":"8084960e3318cda37317","281":"2faa52a55643723e80a3","342":"095cc16d795ac02a7b78","359":"d32d3e78569b6717a2fb","370":"a275a49f7b72669bce3f","410":"998289ecc010615b6088","417":"af0a207c29b109f84159","451":"9fd36f52ff69594f0669","471":"b3d77b83b1593c09a504","506":"f12d11057236d3e4cf05","530":"a03b6f942ace3e1baa1e","579":"8fc434a0c13d3f662d42","604":"a51f83e64004bca5f497","613":"9d7c11a0ceefc2d954b5","663":"7c704397c496dd476e11","686":"dccef1f36e4bc79bcc48","687":"93b66d44a4f83a1921db","743":"4bfe6e562ffb2c22708f","774":"7528cba56a1407357144","775":"2285e7e0e67878948c0d","782":"f6d16bde1ecbb30f1693","814":"9b3900d3b98f009990f9","822":"0545d6dbb49515aa04ee","831":"83658f62fcc769043605","886":"4b3a7f2079d085fdbcb3","957":"71558794566041f37a92"}[chunkId] + ".js";
|
|
159356
159403
|
/******/ };
|
|
159357
159404
|
/******/ })();
|
|
159358
159405
|
/******/
|
|
@@ -159515,7 +159562,7 @@ var selectOrdinal = function selectOrdinal() {
|
|
|
159515
159562
|
/******/ };
|
|
159516
159563
|
/******/
|
|
159517
159564
|
/******/ __webpack_require__.f.miniCss = (chunkId, promises) => {
|
|
159518
|
-
/******/ var cssChunks = {"
|
|
159565
|
+
/******/ var cssChunks = {"19":1,"82":1,"181":1,"221":1,"250":1,"579":1};
|
|
159519
159566
|
/******/ if(installedCssChunks[chunkId]) promises.push(installedCssChunks[chunkId]);
|
|
159520
159567
|
/******/ else if(installedCssChunks[chunkId] !== 0 && cssChunks[chunkId]) {
|
|
159521
159568
|
/******/ promises.push(installedCssChunks[chunkId] = loadStylesheet(chunkId).then(() => {
|
|
@@ -159638,10 +159685,6 @@ var selectOrdinal = function selectOrdinal() {
|
|
|
159638
159685
|
/******/ /* webpack/runtime/chunk prefetch trigger */
|
|
159639
159686
|
/******/ (() => {
|
|
159640
159687
|
/******/ var chunkToChildrenMap = {
|
|
159641
|
-
/******/ "1": [
|
|
159642
|
-
/******/ 23,
|
|
159643
|
-
/******/ 181
|
|
159644
|
-
/******/ ],
|
|
159645
159688
|
/******/ "12": [
|
|
159646
159689
|
/******/ 686
|
|
159647
159690
|
/******/ ],
|
|
@@ -159649,6 +159692,10 @@ var selectOrdinal = function selectOrdinal() {
|
|
|
159649
159692
|
/******/ 886,
|
|
159650
159693
|
/******/ 822
|
|
159651
159694
|
/******/ ],
|
|
159695
|
+
/******/ "82": [
|
|
159696
|
+
/******/ 23,
|
|
159697
|
+
/******/ 181
|
|
159698
|
+
/******/ ],
|
|
159652
159699
|
/******/ "221": [
|
|
159653
159700
|
/******/ 451
|
|
159654
159701
|
/******/ ],
|
package/dist/index.html
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><meta name="theme-color" content="#000000"/><meta name="mobile-web-app-capable" content="yes"/><meta name="application-name" content="OHIF Viewer"/><meta name="apple-mobile-web-app-capable" content="yes"/><meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/><meta name="apple-mobile-web-app-title" content="@ohif/app"/><meta name="msapplication-TileColor" content="#fff"/><meta name="msapplication-TileImage" content="/assets/mstile-144x144.png"/><meta name="msapplication-config" content="/assets/browserconfig.xml"/><script>console.time('scriptToView');
|
|
2
|
-
window.PUBLIC_URL = '/';</script><link rel="manifest" href="/manifest.json"/><link rel="shortcut icon" href="/assets/favicon.ico"/><link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon-16x16.png"/><link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-32x32.png"/><link rel="apple-touch-icon" sizes="57x57" href="/assets/apple-touch-icon-57x57.png"/><link rel="apple-touch-icon" sizes="60x60" href="/assets/apple-touch-icon-60x60.png"/><link rel="apple-touch-icon" sizes="72x72" href="/assets/apple-touch-icon-72x72.png"/><link rel="apple-touch-icon" sizes="76x76" href="/assets/apple-touch-icon-76x76.png"/><link rel="apple-touch-icon" sizes="114x114" href="/assets/apple-touch-icon-114x114.png"/><link rel="apple-touch-icon" sizes="120x120" href="/assets/apple-touch-icon-120x120.png"/><link rel="apple-touch-icon" sizes="144x144" href="/assets/apple-touch-icon-144x144.png"/><link rel="apple-touch-icon" sizes="152x152" href="/assets/apple-touch-icon-152x152.png"/><link rel="apple-touch-icon" sizes="167x167" href="/assets/apple-touch-icon-167x167.png"/><link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon-180x180.png"/><link rel="apple-touch-icon" sizes="1024x1024" href="/assets/apple-touch-icon-1024x1024.png"/><link rel="apple-touch-startup-image" media="(device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1)" href="/assets/apple-touch-startup-image-320x460.png"/><link rel="apple-touch-startup-image" media="(device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 2)" href="/assets/apple-touch-startup-image-640x920.png"/><link rel="apple-touch-startup-image" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)" href="/assets/apple-touch-startup-image-640x1096.png"/><link rel="apple-touch-startup-image" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2)" href="/assets/apple-touch-startup-image-750x1294.png"/><link rel="apple-touch-startup-image" media="(device-width: 414px) and (device-height: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3)" href="/assets/apple-touch-startup-image-1182x2208.png"/><link rel="apple-touch-startup-image" media="(device-width: 414px) and (device-height: 736px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3)" href="/assets/apple-touch-startup-image-1242x2148.png"/><link rel="apple-touch-startup-image" media="(device-width: 768px) and (device-height: 1024px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 1)" href="/assets/apple-touch-startup-image-748x1024.png"/><link rel="apple-touch-startup-image" media="(device-width: 768px) and (device-height: 1024px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 1)" href="/assets/apple-touch-startup-image-768x1004.png"/><link rel="apple-touch-startup-image" media="(device-width: 768px) and (device-height: 1024px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2)" href="/assets/apple-touch-startup-image-1496x2048.png"/><link rel="apple-touch-startup-image" media="(device-width: 768px) and (device-height: 1024px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2)" href="/assets/apple-touch-startup-image-1536x2008.png"/><link rel="icon" type="image/png" sizes="228x228" href="/assets/coast-228x228.png"/><link rel="yandex-tableau-widget" href="/assets/yandex-browser-manifest.json"/><script rel="preload" as="script" src="/app-config.js"></script><script rel="preload" as="script" type="module" src="/init-service-worker.js"></script><title>OHIF Viewer</title><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/><link href="https://fonts.googleapis.com/css?family=Inter:100,300,400,500,700&display=swap" rel="stylesheet" rel="preload" as="style"/><script defer="defer" src="/app.bundle.
|
|
2
|
+
window.PUBLIC_URL = '/';</script><link rel="manifest" href="/manifest.json"/><link rel="shortcut icon" href="/assets/favicon.ico"/><link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon-16x16.png"/><link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-32x32.png"/><link rel="apple-touch-icon" sizes="57x57" href="/assets/apple-touch-icon-57x57.png"/><link rel="apple-touch-icon" sizes="60x60" href="/assets/apple-touch-icon-60x60.png"/><link rel="apple-touch-icon" sizes="72x72" href="/assets/apple-touch-icon-72x72.png"/><link rel="apple-touch-icon" sizes="76x76" href="/assets/apple-touch-icon-76x76.png"/><link rel="apple-touch-icon" sizes="114x114" href="/assets/apple-touch-icon-114x114.png"/><link rel="apple-touch-icon" sizes="120x120" href="/assets/apple-touch-icon-120x120.png"/><link rel="apple-touch-icon" sizes="144x144" href="/assets/apple-touch-icon-144x144.png"/><link rel="apple-touch-icon" sizes="152x152" href="/assets/apple-touch-icon-152x152.png"/><link rel="apple-touch-icon" sizes="167x167" href="/assets/apple-touch-icon-167x167.png"/><link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon-180x180.png"/><link rel="apple-touch-icon" sizes="1024x1024" href="/assets/apple-touch-icon-1024x1024.png"/><link rel="apple-touch-startup-image" media="(device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1)" href="/assets/apple-touch-startup-image-320x460.png"/><link rel="apple-touch-startup-image" media="(device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 2)" href="/assets/apple-touch-startup-image-640x920.png"/><link rel="apple-touch-startup-image" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)" href="/assets/apple-touch-startup-image-640x1096.png"/><link rel="apple-touch-startup-image" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2)" href="/assets/apple-touch-startup-image-750x1294.png"/><link rel="apple-touch-startup-image" media="(device-width: 414px) and (device-height: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3)" href="/assets/apple-touch-startup-image-1182x2208.png"/><link rel="apple-touch-startup-image" media="(device-width: 414px) and (device-height: 736px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3)" href="/assets/apple-touch-startup-image-1242x2148.png"/><link rel="apple-touch-startup-image" media="(device-width: 768px) and (device-height: 1024px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 1)" href="/assets/apple-touch-startup-image-748x1024.png"/><link rel="apple-touch-startup-image" media="(device-width: 768px) and (device-height: 1024px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 1)" href="/assets/apple-touch-startup-image-768x1004.png"/><link rel="apple-touch-startup-image" media="(device-width: 768px) and (device-height: 1024px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2)" href="/assets/apple-touch-startup-image-1496x2048.png"/><link rel="apple-touch-startup-image" media="(device-width: 768px) and (device-height: 1024px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2)" href="/assets/apple-touch-startup-image-1536x2008.png"/><link rel="icon" type="image/png" sizes="228x228" href="/assets/coast-228x228.png"/><link rel="yandex-tableau-widget" href="/assets/yandex-browser-manifest.json"/><script rel="preload" as="script" src="/app-config.js"></script><script rel="preload" as="script" type="module" src="/init-service-worker.js"></script><title>OHIF Viewer</title><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/><link href="https://fonts.googleapis.com/css?family=Inter:100,300,400,500,700&display=swap" rel="stylesheet" rel="preload" as="style"/><script defer="defer" src="/app.bundle.85c4172c936ff45dd5ae.js"></script><link href="/app.bundle.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
|
package/dist/sw.js
CHANGED
|
@@ -51,7 +51,7 @@ self.addEventListener('message', event => {
|
|
|
51
51
|
}
|
|
52
52
|
}
|
|
53
53
|
});
|
|
54
|
-
workbox.precaching.precacheAndRoute([{'revision':null,'url':'/
|
|
54
|
+
workbox.precaching.precacheAndRoute([{'revision':null,'url':'/12.bundle.c149229c3721197734b9.js'},{'revision':null,'url':'/125.bundle.253395f320b72180da63.js'},{'revision':null,'url':'/181.bundle.169383e9b1a0358b44e8.js'},{'revision':'8079c6447e119ba0680e8fab5875745d','url':'/181.css'},{'revision':null,'url':'/19.bundle.d1a02a9b42c17df51f39.js'},{'revision':'51b8ed55f5b8d448837222f03bdd6de8','url':'/19.css'},{'revision':null,'url':'/202.bundle.96bbb4547a346fe3921f.js'},{'revision':null,'url':'/220.bundle.f7e1c96c94245e70f2be.js'},{'revision':null,'url':'/221.bundle.8d4059312a771ac53a19.js'},{'revision':'aa1d1f3e32367e42fe90399144d94577','url':'/221.css'},{'revision':null,'url':'/23.bundle.e008ad788170f2ed5569.js'},{'revision':null,'url':'/236.bundle.004ffd1d05a9f69d6812.js'},{'revision':null,'url':'/250.bundle.8084960e3318cda37317.js'},{'revision':'0afb25509c7f072fbd7eda42c6895dbf','url':'/250.css'},{'revision':null,'url':'/281.bundle.2faa52a55643723e80a3.js'},{'revision':null,'url':'/342.bundle.095cc16d795ac02a7b78.js'},{'revision':null,'url':'/359.bundle.d32d3e78569b6717a2fb.js'},{'revision':'c4ea120c6da08aa75348edfa3e57ece9','url':'/36785fbd89b0e17f6099.wasm'},{'revision':null,'url':'/370.bundle.a275a49f7b72669bce3f.js'},{'revision':null,'url':'/410.bundle.998289ecc010615b6088.js'},{'revision':null,'url':'/417.bundle.af0a207c29b109f84159.js'},{'revision':null,'url':'/451.bundle.9fd36f52ff69594f0669.js'},{'revision':null,'url':'/471.bundle.b3d77b83b1593c09a504.js'},{'revision':'c377e1f5fe4a207d270c3f7a8dd3e3ca','url':'/5004fdc02f329ce53b69.wasm'},{'revision':null,'url':'/506.bundle.f12d11057236d3e4cf05.js'},{'revision':null,'url':'/530.bundle.a03b6f942ace3e1baa1e.js'},{'revision':'51b8ed55f5b8d448837222f03bdd6de8','url':'/579.css'},{'revision':null,'url':'/604.bundle.a51f83e64004bca5f497.js'},{'revision':'62b4ae8445d191d5aab5503ce475724d','url':'/610.min.worker.js'},{'revision':'3c2206525c18cd87dd28082949a4e43e','url':'/610.min.worker.js.map'},{'revision':null,'url':'/613.bundle.9d7c11a0ceefc2d954b5.js'},{'revision':'5800265b6831396572fb5d32c6bd8eef','url':'/62ab5d58a2bea7b5a1dc.wasm'},{'revision':'ce10eced3ce34e663d86569b27f5bffb','url':'/65916ef3def695744bda.wasm'},{'revision':null,'url':'/663.bundle.7c704397c496dd476e11.js'},{'revision':null,'url':'/686.bundle.dccef1f36e4bc79bcc48.js'},{'revision':null,'url':'/687.bundle.93b66d44a4f83a1921db.js'},{'revision':null,'url':'/743.bundle.4bfe6e562ffb2c22708f.js'},{'revision':'cf3e4d4fa8884275461c195421812256','url':'/75788f12450d4c5ed494.wasm'},{'revision':'cc4a3a4da4ac1b863a714f93c66c6ef2','url':'/75a0c2dfe07b824c7d21.wasm'},{'revision':null,'url':'/774.bundle.7528cba56a1407357144.js'},{'revision':null,'url':'/775.bundle.2285e7e0e67878948c0d.js'},{'revision':null,'url':'/782.bundle.f6d16bde1ecbb30f1693.js'},{'revision':null,'url':'/814.bundle.9b3900d3b98f009990f9.js'},{'revision':null,'url':'/82.bundle.e83d670b0199d1bc717c.js'},{'revision':'185e5e0a10fa6ab2fc7b3c38e63d550b','url':'/82.css'},{'revision':null,'url':'/822.bundle.0545d6dbb49515aa04ee.js'},{'revision':null,'url':'/831.bundle.83658f62fcc769043605.js'},{'revision':null,'url':'/886.bundle.4b3a7f2079d085fdbcb3.js'},{'revision':'74c9647440e51f149ad12923d6ead952','url':'/945.min.worker.js'},{'revision':'cdf6f0457d4af2cef04fc41816241bc1','url':'/945.min.worker.js.map'},{'revision':null,'url':'/957.bundle.71558794566041f37a92.js'},{'revision':null,'url':'/99.bundle.bf2efcee897944d8a14b.js'},{'revision':'d1895aa7a4595dc279c382e5a31ef9f4','url':'/_headers'},{'revision':'e3bf0f3e9c34f51ad59836ae8e8eaf43','url':'/_redirects'},{'revision':'41bb4b36a914c2db5c383a627162b3da','url':'/app-config.js'},{'revision':null,'url':'/app.bundle.85c4172c936ff45dd5ae.js'},{'revision':'b087b338ae8c00e6585d8ed93cd9915e','url':'/app.bundle.css'},{'revision':'cb4f64534cdf8dd88f1d7219d44490db','url':'/assets/android-chrome-144x144.png'},{'revision':'5cde390de8a619ebe55a669d2ac3effd','url':'/assets/android-chrome-192x192.png'},{'revision':'e7466a67e90471de05401e53b8fe20be','url':'/assets/android-chrome-256x256.png'},{'revision':'9bbe9b80156e930d19a4e1725aa9ddae','url':'/assets/android-chrome-36x36.png'},{'revision':'5698b2ac0c82fe06d84521fc5482df04','url':'/assets/android-chrome-384x384.png'},{'revision':'56bef3fceec344d9747f8abe9c0bba27','url':'/assets/android-chrome-48x48.png'},{'revision':'3e8b8a01290992e82c242557417b0596','url':'/assets/android-chrome-512x512.png'},{'revision':'517925e91e2ce724432d296b687d25e2','url':'/assets/android-chrome-72x72.png'},{'revision':'4c3289bc690f8519012686888e08da71','url':'/assets/android-chrome-96x96.png'},{'revision':'cf464289183184df09292f581df0fb4f','url':'/assets/apple-touch-icon-1024x1024.png'},{'revision':'0857c5282c594e4900e8b31e3bade912','url':'/assets/apple-touch-icon-114x114.png'},{'revision':'4208f41a28130a67e9392a9dfcee6011','url':'/assets/apple-touch-icon-120x120.png'},{'revision':'cb4f64534cdf8dd88f1d7219d44490db','url':'/assets/apple-touch-icon-144x144.png'},{'revision':'977d293982af7e9064ba20806b45cf35','url':'/assets/apple-touch-icon-152x152.png'},{'revision':'6de91b4d2a30600b410758405cb567b4','url':'/assets/apple-touch-icon-167x167.png'},{'revision':'87bff140e3773bd7479a620501c4aa5c','url':'/assets/apple-touch-icon-180x180.png'},{'revision':'647386c34e75f1213830ea9a38913525','url':'/assets/apple-touch-icon-57x57.png'},{'revision':'0c200fe83953738b330ea431083e7a86','url':'/assets/apple-touch-icon-60x60.png'},{'revision':'517925e91e2ce724432d296b687d25e2','url':'/assets/apple-touch-icon-72x72.png'},{'revision':'c9989a807bb18633f6dcf254b5b56124','url':'/assets/apple-touch-icon-76x76.png'},{'revision':'87bff140e3773bd7479a620501c4aa5c','url':'/assets/apple-touch-icon-precomposed.png'},{'revision':'87bff140e3773bd7479a620501c4aa5c','url':'/assets/apple-touch-icon.png'},{'revision':'05fa74ea9c1c0c3931ba96467999081d','url':'/assets/apple-touch-startup-image-1182x2208.png'},{'revision':'9e2cd03e1e6fd0520eea6846f4278018','url':'/assets/apple-touch-startup-image-1242x2148.png'},{'revision':'5591e3a1822cbc8439b99c1a40d53425','url':'/assets/apple-touch-startup-image-1496x2048.png'},{'revision':'337de578c5ca04bd7d2be19d24d83821','url':'/assets/apple-touch-startup-image-1536x2008.png'},{'revision':'cafb4ab4eafe6ef946bd229a1d88e7de','url':'/assets/apple-touch-startup-image-320x460.png'},{'revision':'d9bb9e558d729eeac5efb8be8d6111cc','url':'/assets/apple-touch-startup-image-640x1096.png'},{'revision':'038b5b02bac8b82444bf9a87602ac216','url':'/assets/apple-touch-startup-image-640x920.png'},{'revision':'2177076eb07b1d64d663d7c03268be00','url':'/assets/apple-touch-startup-image-748x1024.png'},{'revision':'4fc097443815fe92503584c4bd73c630','url':'/assets/apple-touch-startup-image-750x1294.png'},{'revision':'2e29914062dce5c5141ab47eea2fc5d9','url':'/assets/apple-touch-startup-image-768x1004.png'},{'revision':'f692ec286b3a332c17985f4ed38b1076','url':'/assets/browserconfig.xml'},{'revision':'f3d9a3b647853c45b0e132e4acd0cc4a','url':'/assets/coast-228x228.png'},{'revision':'ad6e1def5c66193d649a31474bbfe45d','url':'/assets/favicon-16x16.png'},{'revision':'84d1dcdb6cdfa55e2f46be0c80fa5698','url':'/assets/favicon-32x32.png'},{'revision':'95fb44c4998a46109e49d724c060db24','url':'/assets/favicon.ico'},{'revision':'5df2a5b0cee399ac0bc40af74ba3c2cb','url':'/assets/firefox_app_128x128.png'},{'revision':'11fd9098c4b07c8a07e1d2a1e309e046','url':'/assets/firefox_app_512x512.png'},{'revision':'27cddfc922dca3bfa27b4a00fc2f5e36','url':'/assets/firefox_app_60x60.png'},{'revision':'2017d95fae79dcf34b5a5b52586d4763','url':'/assets/manifest.webapp'},{'revision':'cb4f64534cdf8dd88f1d7219d44490db','url':'/assets/mstile-144x144.png'},{'revision':'334895225e16a7777e45d81964725a97','url':'/assets/mstile-150x150.png'},{'revision':'e295cca4af6ed0365cf7b014d91b0e9d','url':'/assets/mstile-310x150.png'},{'revision':'cbefa8c42250e5f2443819fe2c69d91e','url':'/assets/mstile-310x310.png'},{'revision':'aa411a69df2b33a1362fa38d1257fa9d','url':'/assets/mstile-70x70.png'},{'revision':'5609af4f69e40e33471aee770ea1d802','url':'/assets/yandex-browser-50x50.png'},{'revision':'dd001f21b3970d5a7f3e245cc10d21df','url':'/assets/yandex-browser-manifest.json'},{'revision':'52b9a07fe0541fe8c313d9788550bf51','url':'/b6b803111e2d06a825bd.wasm'},{'revision':'7edb59d2be7c993050cb31ded36afa31','url':'/c22b37c3488e1d6c3aa4.wasm'},{'revision':'5f5a189af3f93caac4d97cf63347d7df','url':'/cornerstoneDICOMImageLoader.min.js'},{'revision':'346733bc702ee77bf7243351d99974f8','url':'/cornerstoneDICOMImageLoader.min.js.map'},{'revision':null,'url':'/dicom-microscopy-viewer.bundle.2c146384eb9466d02ff8.js'},{'revision':'9d8c85b42d04bb117a3b583d654fbb08','url':'/dicomMicroscopyViewer.min.js'},{'revision':'450494c199cf8dd8e8c34d5e98bf5334','url':'/dicomMicroscopyViewer.min.js.LICENSE.txt'},{'revision':'4acdd19a35d759ec2669f1ba9490937d','url':'/es6-shim.min.js'},{'revision':'791565db341e8852807303918f5f9939','url':'/google.js'},{'revision':'f48a4f1ed59db9d1acbf8cb1f0bd483b','url':'/index.html'},{'revision':'feee2d4ed9d00c64f0e4d6a46608fecf','url':'/index.worker.e62ecca63f1a2e124230.worker.js'},{'revision':'beaf37c564436e46bbcd825f0330cdbf','url':'/index.worker.e62ecca63f1a2e124230.worker.js.map'},{'revision':'71cec55513e051f0778ad89be760c11a','url':'/index.worker.min.worker.js'},{'revision':'fd1116add443fee52a935df926396e0f','url':'/index.worker.min.worker.js.map'},{'revision':'31c0367ca4160b2c6373e905739c5719','url':'/init-service-worker.js'},{'revision':'74fc9658b62903be2048c1f82a22b4d4','url':'/manifest.json'},{'revision':'3fa71aa0af3e34b4ebd9a71eee0f4bdd','url':'/ohif-logo-light.svg'},{'revision':'7e81da785c63e75650101db6c5d7560e','url':'/ohif-logo.svg'},{'revision':'eadf8bf1d85032a029e2c0df4b8938b0','url':'/oidc-client.min.js'},{'revision':'a1aef5311245f5864315443d12246c37','url':'/polyfill.min.js'},{'revision':'b1e488d9955b62bd2858874df11d5223','url':'/silent-refresh.html'}]);
|
|
55
55
|
|
|
56
56
|
// TODO: Cache API
|
|
57
57
|
// https://developers.google.com/web/fundamentals/instant-and-offline/web-storage/cache-api
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ohif/app",
|
|
3
|
-
"version": "3.7.0-beta.
|
|
3
|
+
"version": "3.7.0-beta.99",
|
|
4
4
|
"productVersion": "3.4.0",
|
|
5
5
|
"description": "OHIF Viewer",
|
|
6
6
|
"author": "OHIF Contributors",
|
|
@@ -50,23 +50,23 @@
|
|
|
50
50
|
"@cornerstonejs/codec-libjpeg-turbo-8bit": "^1.2.2",
|
|
51
51
|
"@cornerstonejs/codec-openjpeg": "^1.2.2",
|
|
52
52
|
"@cornerstonejs/codec-openjph": "^2.4.2",
|
|
53
|
-
"@cornerstonejs/dicom-image-loader": "^1.19.
|
|
54
|
-
"@ohif/core": "3.7.0-beta.
|
|
55
|
-
"@ohif/extension-cornerstone": "3.7.0-beta.
|
|
56
|
-
"@ohif/extension-cornerstone-dicom-rt": "3.7.0-beta.
|
|
57
|
-
"@ohif/extension-cornerstone-dicom-seg": "3.7.0-beta.
|
|
58
|
-
"@ohif/extension-cornerstone-dicom-sr": "3.7.0-beta.
|
|
59
|
-
"@ohif/extension-default": "3.7.0-beta.
|
|
60
|
-
"@ohif/extension-dicom-microscopy": "3.7.0-beta.
|
|
61
|
-
"@ohif/extension-dicom-pdf": "3.7.0-beta.
|
|
62
|
-
"@ohif/extension-dicom-video": "3.7.0-beta.
|
|
63
|
-
"@ohif/extension-test": "3.7.0-beta.
|
|
64
|
-
"@ohif/i18n": "3.7.0-beta.
|
|
65
|
-
"@ohif/mode-basic-dev-mode": "3.7.0-beta.
|
|
66
|
-
"@ohif/mode-longitudinal": "3.7.0-beta.
|
|
67
|
-
"@ohif/mode-microscopy": "3.7.0-beta.
|
|
68
|
-
"@ohif/mode-test": "3.7.0-beta.
|
|
69
|
-
"@ohif/ui": "3.7.0-beta.
|
|
53
|
+
"@cornerstonejs/dicom-image-loader": "^1.19.4",
|
|
54
|
+
"@ohif/core": "3.7.0-beta.99",
|
|
55
|
+
"@ohif/extension-cornerstone": "3.7.0-beta.99",
|
|
56
|
+
"@ohif/extension-cornerstone-dicom-rt": "3.7.0-beta.99",
|
|
57
|
+
"@ohif/extension-cornerstone-dicom-seg": "3.7.0-beta.99",
|
|
58
|
+
"@ohif/extension-cornerstone-dicom-sr": "3.7.0-beta.99",
|
|
59
|
+
"@ohif/extension-default": "3.7.0-beta.99",
|
|
60
|
+
"@ohif/extension-dicom-microscopy": "3.7.0-beta.99",
|
|
61
|
+
"@ohif/extension-dicom-pdf": "3.7.0-beta.99",
|
|
62
|
+
"@ohif/extension-dicom-video": "3.7.0-beta.99",
|
|
63
|
+
"@ohif/extension-test": "3.7.0-beta.99",
|
|
64
|
+
"@ohif/i18n": "3.7.0-beta.99",
|
|
65
|
+
"@ohif/mode-basic-dev-mode": "3.7.0-beta.99",
|
|
66
|
+
"@ohif/mode-longitudinal": "3.7.0-beta.99",
|
|
67
|
+
"@ohif/mode-microscopy": "3.7.0-beta.99",
|
|
68
|
+
"@ohif/mode-test": "3.7.0-beta.99",
|
|
69
|
+
"@ohif/ui": "3.7.0-beta.99",
|
|
70
70
|
"@types/react": "^17.0.38",
|
|
71
71
|
"classnames": "^2.3.2",
|
|
72
72
|
"core-js": "^3.16.1",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/{1.css → 82.css}
RENAMED
|
File without changes
|