@ohif/app 3.7.0-beta.103 → 3.7.0-beta.105
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/{342.bundle.ebb4ecaa8c01121ba631.js → 342.bundle.a180d43d35ea23447a29.js} +2 -2
- package/dist/{743.bundle.495448aa95758144af74.js → 743.bundle.489f7df3a089d4d374e1.js} +13 -0
- package/dist/{82.bundle.a0573d156476c90d027d.js → 82.bundle.910ae1fbb2e39d264c86.js} +1 -1
- package/dist/{957.bundle.0fba9c5956bdb9972c73.js → 957.bundle.9ea4506963ef8b2d84ba.js} +44 -41
- package/dist/{app.bundle.af8d271d6a055aea0d7e.js → app.bundle.b3babfc3d5f1841753ab.js} +4 -4
- package/dist/index.html +1 -1
- package/dist/sw.js +1 -1
- package/package.json +18 -18
- /package/dist/{12.bundle.1aabdfb5ae5e2b35227d.js → 12.bundle.b81c86d8fb3c2fd80659.js} +0 -0
- /package/dist/{19.bundle.630c39bd619e2972f28c.js → 19.bundle.6288ecab8ae9c64075c2.js} +0 -0
- /package/dist/{221.bundle.fa691676166a763b3532.js → 221.bundle.ceeeac2b1aa685096d19.js} +0 -0
- /package/dist/{236.bundle.0dd5d6e378bd111ee299.js → 236.bundle.610e0c4cb638c0fc486f.js} +0 -0
- /package/dist/{281.bundle.e69fa5589df69f09bef4.js → 281.bundle.18ae18673ab93c13c405.js} +0 -0
- /package/dist/{359.bundle.f98356e616452aabcecf.js → 359.bundle.343c9f2f3dae840b2f7b.js} +0 -0
- /package/dist/{370.bundle.0b6840140282701c2b50.js → 370.bundle.a37b063c64fc0cabf028.js} +0 -0
- /package/dist/{410.bundle.b79b78e6f05d934baabb.js → 410.bundle.22567033a18f281c5aac.js} +0 -0
- /package/dist/{506.bundle.3595d92c1184b4bcc672.js → 506.bundle.ff024d89144a0c6d1316.js} +0 -0
- /package/dist/{613.bundle.0b467379f6e2c48310eb.js → 613.bundle.ff0da709fb5efcae680f.js} +0 -0
- /package/dist/{663.bundle.1557498a7e6611c89820.js → 663.bundle.bbf488d5981b0ede3d6f.js} +0 -0
- /package/dist/{687.bundle.6dca84018ee6521f9e39.js → 687.bundle.6f85ac28d755e2b538a6.js} +0 -0
- /package/dist/{788.bundle.fe33643e596da75dd819.js → 788.bundle.c199c81f570353f63199.js} +0 -0
- /package/dist/{814.bundle.11686c2624a07d288fcc.js → 814.bundle.4175bc0ba218b7727c91.js} +0 -0
- /package/dist/{99.bundle.f1e44cd6ede9d2782697.js → 99.bundle.f18db01761790f4b7404.js} +0 -0
|
@@ -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.105";
|
|
2170
|
+
const commitHash = "52f34c64d014f433ec1661a39b47e7fb27f15332";
|
|
2171
2171
|
const menuOptions = [{
|
|
2172
2172
|
title: t('Header:About'),
|
|
2173
2173
|
icon: 'info',
|
|
@@ -45257,6 +45257,19 @@ class VolumeViewport extends RenderingEngine_BaseVolumeViewport {
|
|
|
45257
45257
|
throw new Error(`imageVolume with id: ${volumeActor.uid} does not exist in cache`);
|
|
45258
45258
|
}
|
|
45259
45259
|
helpers_setDefaultVolumeVOI(volumeActor.actor, imageVolume, false);
|
|
45260
|
+
const range = volumeActor.actor
|
|
45261
|
+
.getProperty()
|
|
45262
|
+
.getRGBTransferFunction(0)
|
|
45263
|
+
.getMappingRange();
|
|
45264
|
+
const eventDetails = {
|
|
45265
|
+
viewportId: volumeActor.uid,
|
|
45266
|
+
range: {
|
|
45267
|
+
lower: range[0],
|
|
45268
|
+
upper: range[1],
|
|
45269
|
+
},
|
|
45270
|
+
volumeId: volumeActor.uid,
|
|
45271
|
+
};
|
|
45272
|
+
triggerEvent(this.element, enums_Events.VOI_MODIFIED, eventDetails);
|
|
45260
45273
|
}
|
|
45261
45274
|
}
|
|
45262
45275
|
/* harmony default export */ const RenderingEngine_VolumeViewport = (VolumeViewport);
|
|
@@ -5249,7 +5249,7 @@ function commandsModule(_ref) {
|
|
|
5249
5249
|
viewport.resetProperties();
|
|
5250
5250
|
viewport.resetCamera();
|
|
5251
5251
|
} else {
|
|
5252
|
-
|
|
5252
|
+
viewport.resetProperties();
|
|
5253
5253
|
viewport.resetCamera();
|
|
5254
5254
|
}
|
|
5255
5255
|
viewport.render();
|
|
@@ -12119,8 +12119,11 @@ function _handlePTModality(imageId, options) {
|
|
|
12119
12119
|
if (options.isSuvScaled) {
|
|
12120
12120
|
return 'SUV';
|
|
12121
12121
|
}
|
|
12122
|
-
const
|
|
12123
|
-
|
|
12122
|
+
const generalSeriesModule = esm.metaData.get('generalSeriesModule', imageId);
|
|
12123
|
+
if (generalSeriesModule?.modality === 'PT') {
|
|
12124
|
+
const petSeriesModule = esm.metaData.get('petSeriesModule', imageId);
|
|
12125
|
+
return petSeriesModule?.units || 'unitless';
|
|
12126
|
+
}
|
|
12124
12127
|
}
|
|
12125
12128
|
|
|
12126
12129
|
|
|
@@ -12315,10 +12318,6 @@ class ProbeTool extends base_AnnotationTool {
|
|
|
12315
12318
|
const canvasCoordinates = viewport.worldToCanvas(point);
|
|
12316
12319
|
styleSpecifier.annotationUID = annotationUID;
|
|
12317
12320
|
const color = this.getStyle('color', styleSpecifier, annotation);
|
|
12318
|
-
const modalityUnitOptions = {
|
|
12319
|
-
isPreScaled: isViewportPreScaled(viewport, targetId),
|
|
12320
|
-
isSuvScaled: this.isSuvScaled(viewport, targetId, annotation.metadata.referencedImageId),
|
|
12321
|
-
};
|
|
12322
12321
|
if (!data.cachedStats[targetId] ||
|
|
12323
12322
|
data.cachedStats[targetId].value == null) {
|
|
12324
12323
|
data.cachedStats[targetId] = {
|
|
@@ -12326,10 +12325,10 @@ class ProbeTool extends base_AnnotationTool {
|
|
|
12326
12325
|
index: null,
|
|
12327
12326
|
value: null,
|
|
12328
12327
|
};
|
|
12329
|
-
this._calculateCachedStats(annotation, renderingEngine, enabledElement
|
|
12328
|
+
this._calculateCachedStats(annotation, renderingEngine, enabledElement);
|
|
12330
12329
|
}
|
|
12331
12330
|
else if (annotation.invalidated) {
|
|
12332
|
-
this._calculateCachedStats(annotation, renderingEngine, enabledElement
|
|
12331
|
+
this._calculateCachedStats(annotation, renderingEngine, enabledElement);
|
|
12333
12332
|
if (viewport instanceof esm.VolumeViewport) {
|
|
12334
12333
|
const { referencedImageId } = annotation.metadata;
|
|
12335
12334
|
for (const targetId in data.cachedStats) {
|
|
@@ -12403,14 +12402,18 @@ class ProbeTool extends base_AnnotationTool {
|
|
|
12403
12402
|
utilities_triggerAnnotationRenderForViewportIds(renderingEngine, viewportIdsToRender);
|
|
12404
12403
|
evt.preventDefault();
|
|
12405
12404
|
}
|
|
12406
|
-
_calculateCachedStats(annotation, renderingEngine, enabledElement
|
|
12405
|
+
_calculateCachedStats(annotation, renderingEngine, enabledElement) {
|
|
12407
12406
|
const data = annotation.data;
|
|
12408
|
-
const { viewportId, renderingEngineId } = enabledElement;
|
|
12407
|
+
const { viewportId, renderingEngineId, viewport } = enabledElement;
|
|
12409
12408
|
const worldPos = data.handles.points[0];
|
|
12410
12409
|
const { cachedStats } = data;
|
|
12411
12410
|
const targetIds = Object.keys(cachedStats);
|
|
12412
12411
|
for (let i = 0; i < targetIds.length; i++) {
|
|
12413
12412
|
const targetId = targetIds[i];
|
|
12413
|
+
const modalityUnitOptions = {
|
|
12414
|
+
isPreScaled: isViewportPreScaled(viewport, targetId),
|
|
12415
|
+
isSuvScaled: this.isSuvScaled(viewport, targetId, annotation.metadata.referencedImageId),
|
|
12416
|
+
};
|
|
12414
12417
|
const image = this.getTargetIdImage(targetId, renderingEngine);
|
|
12415
12418
|
if (!image) {
|
|
12416
12419
|
continue;
|
|
@@ -12570,10 +12573,10 @@ class DragProbeTool extends annotation_ProbeTool {
|
|
|
12570
12573
|
index: null,
|
|
12571
12574
|
value: null,
|
|
12572
12575
|
};
|
|
12573
|
-
this._calculateCachedStats(annotation, renderingEngine, enabledElement
|
|
12576
|
+
this._calculateCachedStats(annotation, renderingEngine, enabledElement);
|
|
12574
12577
|
}
|
|
12575
12578
|
else if (annotation.invalidated) {
|
|
12576
|
-
this._calculateCachedStats(annotation, renderingEngine, enabledElement
|
|
12579
|
+
this._calculateCachedStats(annotation, renderingEngine, enabledElement);
|
|
12577
12580
|
}
|
|
12578
12581
|
if (!viewport.getRenderingEngine()) {
|
|
12579
12582
|
console.warn('Rendering Engine has been destroyed');
|
|
@@ -13061,10 +13064,6 @@ class RectangleROITool extends base_AnnotationTool {
|
|
|
13061
13064
|
const lineDash = this.getStyle('lineDash', styleSpecifier, annotation);
|
|
13062
13065
|
const color = this.getStyle('color', styleSpecifier, annotation);
|
|
13063
13066
|
const { viewPlaneNormal, viewUp } = viewport.getCamera();
|
|
13064
|
-
const modalityUnitOptions = {
|
|
13065
|
-
isPreScaled: isViewportPreScaled(viewport, targetId),
|
|
13066
|
-
isSuvScaled: this.isSuvScaled(viewport, targetId, annotation.metadata.referencedImageId),
|
|
13067
|
-
};
|
|
13068
13067
|
if (!data.cachedStats[targetId] ||
|
|
13069
13068
|
data.cachedStats[targetId].areaUnit == null) {
|
|
13070
13069
|
data.cachedStats[targetId] = {
|
|
@@ -13075,10 +13074,10 @@ class RectangleROITool extends base_AnnotationTool {
|
|
|
13075
13074
|
stdDev: null,
|
|
13076
13075
|
areaUnit: null,
|
|
13077
13076
|
};
|
|
13078
|
-
this._calculateCachedStats(annotation, viewPlaneNormal, viewUp, renderingEngine, enabledElement
|
|
13077
|
+
this._calculateCachedStats(annotation, viewPlaneNormal, viewUp, renderingEngine, enabledElement);
|
|
13079
13078
|
}
|
|
13080
13079
|
else if (annotation.invalidated) {
|
|
13081
|
-
this._throttledCalculateCachedStats(annotation, viewPlaneNormal, viewUp, renderingEngine, enabledElement
|
|
13080
|
+
this._throttledCalculateCachedStats(annotation, viewPlaneNormal, viewUp, renderingEngine, enabledElement);
|
|
13082
13081
|
if (viewport instanceof esm.VolumeViewport) {
|
|
13083
13082
|
const { referencedImageId } = annotation.metadata;
|
|
13084
13083
|
for (const targetId in data.cachedStats) {
|
|
@@ -13169,9 +13168,9 @@ class RectangleROITool extends base_AnnotationTool {
|
|
|
13169
13168
|
height: Math.abs(point0[1] - point1[1]),
|
|
13170
13169
|
};
|
|
13171
13170
|
};
|
|
13172
|
-
this._calculateCachedStats = (annotation, viewPlaneNormal, viewUp, renderingEngine, enabledElement
|
|
13171
|
+
this._calculateCachedStats = (annotation, viewPlaneNormal, viewUp, renderingEngine, enabledElement) => {
|
|
13173
13172
|
const { data } = annotation;
|
|
13174
|
-
const { viewportId, renderingEngineId } = enabledElement;
|
|
13173
|
+
const { viewportId, renderingEngineId, viewport } = enabledElement;
|
|
13175
13174
|
const worldPos1 = data.handles.points[0];
|
|
13176
13175
|
const worldPos2 = data.handles.points[3];
|
|
13177
13176
|
const { cachedStats } = data;
|
|
@@ -13208,6 +13207,10 @@ class RectangleROITool extends base_AnnotationTool {
|
|
|
13208
13207
|
const { worldWidth, worldHeight } = getWorldWidthAndHeightFromCorners(viewPlaneNormal, viewUp, worldPos1, worldPos2);
|
|
13209
13208
|
const scale = getCalibratedScale(image);
|
|
13210
13209
|
const area = Math.abs(worldWidth * worldHeight) / (scale * scale);
|
|
13210
|
+
const modalityUnitOptions = {
|
|
13211
|
+
isPreScaled: isViewportPreScaled(viewport, targetId),
|
|
13212
|
+
isSuvScaled: this.isSuvScaled(viewport, targetId, annotation.metadata.referencedImageId),
|
|
13213
|
+
};
|
|
13211
13214
|
const modalityUnit = getModalityUnit(metadata.Modality, annotation.metadata.referencedImageId, modalityUnitOptions);
|
|
13212
13215
|
const pointsInShape = pointInShapeCallback(imageData, () => true, this.configuration.statsCalculator.statsCallback, boundsIJK);
|
|
13213
13216
|
const stats = this.configuration.statsCalculator.getStatistics();
|
|
@@ -13729,10 +13732,6 @@ class EllipticalROITool extends base_AnnotationTool {
|
|
|
13729
13732
|
canvasCorners = (getCanvasEllipseCorners(canvasCoordinates));
|
|
13730
13733
|
}
|
|
13731
13734
|
const { centerPointRadius } = this.configuration;
|
|
13732
|
-
const modalityUnitOptions = {
|
|
13733
|
-
isPreScaled: isViewportPreScaled(viewport, targetId),
|
|
13734
|
-
isSuvScaled: this.isSuvScaled(viewport, targetId, annotation.metadata.referencedImageId),
|
|
13735
|
-
};
|
|
13736
13735
|
if (!data.cachedStats[targetId] ||
|
|
13737
13736
|
data.cachedStats[targetId].areaUnit == null) {
|
|
13738
13737
|
data.cachedStats[targetId] = {
|
|
@@ -13743,10 +13742,10 @@ class EllipticalROITool extends base_AnnotationTool {
|
|
|
13743
13742
|
stdDev: null,
|
|
13744
13743
|
areaUnit: null,
|
|
13745
13744
|
};
|
|
13746
|
-
this._calculateCachedStats(annotation, viewport, renderingEngine, enabledElement
|
|
13745
|
+
this._calculateCachedStats(annotation, viewport, renderingEngine, enabledElement);
|
|
13747
13746
|
}
|
|
13748
13747
|
else if (annotation.invalidated) {
|
|
13749
|
-
this._throttledCalculateCachedStats(annotation, viewport, renderingEngine, enabledElement
|
|
13748
|
+
this._throttledCalculateCachedStats(annotation, viewport, renderingEngine, enabledElement);
|
|
13750
13749
|
if (viewport instanceof esm.VolumeViewport) {
|
|
13751
13750
|
const { referencedImageId } = annotation.metadata;
|
|
13752
13751
|
for (const targetId in data.cachedStats) {
|
|
@@ -13840,7 +13839,7 @@ class EllipticalROITool extends base_AnnotationTool {
|
|
|
13840
13839
|
}
|
|
13841
13840
|
return renderStatus;
|
|
13842
13841
|
};
|
|
13843
|
-
this._calculateCachedStats = (annotation, viewport, renderingEngine, enabledElement
|
|
13842
|
+
this._calculateCachedStats = (annotation, viewport, renderingEngine, enabledElement) => {
|
|
13844
13843
|
const data = annotation.data;
|
|
13845
13844
|
const { viewportId, renderingEngineId } = enabledElement;
|
|
13846
13845
|
const { points } = data.handles;
|
|
@@ -13897,6 +13896,10 @@ class EllipticalROITool extends base_AnnotationTool {
|
|
|
13897
13896
|
const area = Math.abs(Math.PI * (worldWidth / 2) * (worldHeight / 2)) /
|
|
13898
13897
|
scale /
|
|
13899
13898
|
scale;
|
|
13899
|
+
const modalityUnitOptions = {
|
|
13900
|
+
isPreScaled: isViewportPreScaled(viewport, targetId),
|
|
13901
|
+
isSuvScaled: this.isSuvScaled(viewport, targetId, annotation.metadata.referencedImageId),
|
|
13902
|
+
};
|
|
13900
13903
|
const modalityUnit = getModalityUnit(metadata.Modality, annotation.metadata.referencedImageId, modalityUnitOptions);
|
|
13901
13904
|
const pointsInShape = pointInShapeCallback(imageData, (pointLPS, pointIJK) => pointInEllipse(ellipseObj, pointLPS), this.configuration.statsCalculator.statsCallback, boundsIJK);
|
|
13902
13905
|
const stats = this.configuration.statsCalculator.getStatistics();
|
|
@@ -14377,10 +14380,6 @@ class CircleROITool extends base_AnnotationTool {
|
|
|
14377
14380
|
const radius = getCanvasCircleRadius(canvasCoordinates);
|
|
14378
14381
|
const canvasCorners = getCanvasCircleCorners(canvasCoordinates);
|
|
14379
14382
|
const { centerPointRadius } = this.configuration;
|
|
14380
|
-
const modalityUnitOptions = {
|
|
14381
|
-
isPreScaled: isViewportPreScaled(viewport, targetId),
|
|
14382
|
-
isSuvScaled: this.isSuvScaled(viewport, targetId, annotation.metadata.referencedImageId),
|
|
14383
|
-
};
|
|
14384
14383
|
if (!data.cachedStats[targetId] ||
|
|
14385
14384
|
data.cachedStats[targetId].areaUnit == null) {
|
|
14386
14385
|
data.cachedStats[targetId] = {
|
|
@@ -14394,10 +14393,10 @@ class CircleROITool extends base_AnnotationTool {
|
|
|
14394
14393
|
radiusUnit: null,
|
|
14395
14394
|
perimeter: null,
|
|
14396
14395
|
};
|
|
14397
|
-
this._calculateCachedStats(annotation, viewport, renderingEngine, enabledElement
|
|
14396
|
+
this._calculateCachedStats(annotation, viewport, renderingEngine, enabledElement);
|
|
14398
14397
|
}
|
|
14399
14398
|
else if (annotation.invalidated) {
|
|
14400
|
-
this._throttledCalculateCachedStats(annotation, viewport, renderingEngine, enabledElement
|
|
14399
|
+
this._throttledCalculateCachedStats(annotation, viewport, renderingEngine, enabledElement);
|
|
14401
14400
|
if (viewport instanceof esm.VolumeViewport) {
|
|
14402
14401
|
const { referencedImageId } = annotation.metadata;
|
|
14403
14402
|
for (const targetId in data.cachedStats) {
|
|
@@ -14489,7 +14488,7 @@ class CircleROITool extends base_AnnotationTool {
|
|
|
14489
14488
|
}
|
|
14490
14489
|
return renderStatus;
|
|
14491
14490
|
};
|
|
14492
|
-
this._calculateCachedStats = (annotation, viewport, renderingEngine, enabledElement
|
|
14491
|
+
this._calculateCachedStats = (annotation, viewport, renderingEngine, enabledElement) => {
|
|
14493
14492
|
const data = annotation.data;
|
|
14494
14493
|
const { viewportId, renderingEngineId } = enabledElement;
|
|
14495
14494
|
const { points } = data.handles;
|
|
@@ -14547,6 +14546,10 @@ class CircleROITool extends base_AnnotationTool {
|
|
|
14547
14546
|
const area = Math.abs(Math.PI *
|
|
14548
14547
|
(worldWidth / scale / 2) *
|
|
14549
14548
|
(worldHeight / aspect / scale / 2));
|
|
14549
|
+
const modalityUnitOptions = {
|
|
14550
|
+
isPreScaled: isViewportPreScaled(viewport, targetId),
|
|
14551
|
+
isSuvScaled: this.isSuvScaled(viewport, targetId, annotation.metadata.referencedImageId),
|
|
14552
|
+
};
|
|
14550
14553
|
const modalityUnit = getModalityUnit(metadata.Modality, annotation.metadata.referencedImageId, modalityUnitOptions);
|
|
14551
14554
|
const pointsInShape = pointInShapeCallback(imageData, (pointLPS, pointIJK) => pointInEllipse(ellipseObj, pointLPS), this.configuration.statsCalculator.statsCallback, boundsIJK);
|
|
14552
14555
|
const stats = this.configuration.statsCalculator.getStatistics();
|
|
@@ -16568,10 +16571,6 @@ class PlanarFreehandROITool extends base_AnnotationTool {
|
|
|
16568
16571
|
!this.commonData?.movingTextBox) {
|
|
16569
16572
|
return;
|
|
16570
16573
|
}
|
|
16571
|
-
const modalityUnitOptions = {
|
|
16572
|
-
isPreScaled: isViewportPreScaled(viewport, targetId),
|
|
16573
|
-
isSuvScaled: this.isSuvScaled(viewport, targetId, annotation.metadata.referencedImageId),
|
|
16574
|
-
};
|
|
16575
16574
|
if (!this.commonData?.movingTextBox) {
|
|
16576
16575
|
const { data } = annotation;
|
|
16577
16576
|
if (!data.cachedStats[targetId] ||
|
|
@@ -16584,17 +16583,17 @@ class PlanarFreehandROITool extends base_AnnotationTool {
|
|
|
16584
16583
|
stdDev: null,
|
|
16585
16584
|
areaUnit: null,
|
|
16586
16585
|
};
|
|
16587
|
-
this._calculateCachedStats(annotation, viewport, renderingEngine, enabledElement
|
|
16586
|
+
this._calculateCachedStats(annotation, viewport, renderingEngine, enabledElement);
|
|
16588
16587
|
}
|
|
16589
16588
|
else if (annotation.invalidated) {
|
|
16590
|
-
this._throttledCalculateCachedStats(annotation, viewport, renderingEngine, enabledElement
|
|
16589
|
+
this._throttledCalculateCachedStats(annotation, viewport, renderingEngine, enabledElement);
|
|
16591
16590
|
}
|
|
16592
16591
|
}
|
|
16593
16592
|
this._renderStats(annotation, viewport, enabledElement, svgDrawingHelper);
|
|
16594
16593
|
});
|
|
16595
16594
|
return renderStatus;
|
|
16596
16595
|
};
|
|
16597
|
-
this._calculateCachedStats = (annotation, viewport, renderingEngine, enabledElement
|
|
16596
|
+
this._calculateCachedStats = (annotation, viewport, renderingEngine, enabledElement) => {
|
|
16598
16597
|
const data = annotation.data;
|
|
16599
16598
|
const { cachedStats, polyline: points } = data;
|
|
16600
16599
|
const targetIds = Object.keys(cachedStats);
|
|
@@ -16688,6 +16687,10 @@ class PlanarFreehandROITool extends base_AnnotationTool {
|
|
|
16688
16687
|
}
|
|
16689
16688
|
return result;
|
|
16690
16689
|
}, this.configuration.statsCalculator.statsCallback, boundsIJK);
|
|
16690
|
+
const modalityUnitOptions = {
|
|
16691
|
+
isPreScaled: isViewportPreScaled(viewport, targetId),
|
|
16692
|
+
isSuvScaled: this.isSuvScaled(viewport, targetId, annotation.metadata.referencedImageId),
|
|
16693
|
+
};
|
|
16691
16694
|
const modalityUnit = getModalityUnit(metadata.Modality, annotation.metadata.referencedImageId, modalityUnitOptions);
|
|
16692
16695
|
const stats = this.configuration.statsCalculator.getStatistics();
|
|
16693
16696
|
cachedStats[targetId] = {
|
|
@@ -975,8 +975,8 @@ function WorkList(_ref) {
|
|
|
975
975
|
};
|
|
976
976
|
});
|
|
977
977
|
const hasStudies = numOfStudies > 0;
|
|
978
|
-
const versionNumber = "3.7.0-beta.
|
|
979
|
-
const commitHash = "
|
|
978
|
+
const versionNumber = "3.7.0-beta.105";
|
|
979
|
+
const commitHash = "52f34c64d014f433ec1661a39b47e7fb27f15332";
|
|
980
980
|
const menuOptions = [{
|
|
981
981
|
title: t('Header:About'),
|
|
982
982
|
icon: 'info',
|
|
@@ -8674,7 +8674,7 @@ const detectionOptions = {
|
|
|
8674
8674
|
}
|
|
8675
8675
|
});
|
|
8676
8676
|
;// CONCATENATED MODULE: ../../i18n/package.json
|
|
8677
|
-
const package_namespaceObject = JSON.parse('{"i8":"3.7.0-beta.
|
|
8677
|
+
const package_namespaceObject = JSON.parse('{"i8":"3.7.0-beta.104"}');
|
|
8678
8678
|
;// CONCATENATED MODULE: ../../i18n/src/utils.js
|
|
8679
8679
|
const languagesMap = {
|
|
8680
8680
|
ar: 'Arabic',
|
|
@@ -159443,7 +159443,7 @@ var selectOrdinal = function selectOrdinal() {
|
|
|
159443
159443
|
/******/ // This function allow to reference async chunks
|
|
159444
159444
|
/******/ __webpack_require__.u = (chunkId) => {
|
|
159445
159445
|
/******/ // return url for filenames based on template
|
|
159446
|
-
/******/ return "" + (chunkId === 18 ? "dicom-microscopy-viewer" : chunkId) + ".bundle." + {"12":"
|
|
159446
|
+
/******/ return "" + (chunkId === 18 ? "dicom-microscopy-viewer" : chunkId) + ".bundle." + {"12":"b81c86d8fb3c2fd80659","18":"2c146384eb9466d02ff8","19":"6288ecab8ae9c64075c2","23":"e008ad788170f2ed5569","82":"910ae1fbb2e39d264c86","99":"f18db01761790f4b7404","125":"253395f320b72180da63","181":"ceb057236403bcb630ac","202":"d3490836f71e001dd30f","220":"f7e1c96c94245e70f2be","221":"ceeeac2b1aa685096d19","236":"610e0c4cb638c0fc486f","250":"8084960e3318cda37317","281":"18ae18673ab93c13c405","342":"a180d43d35ea23447a29","359":"343c9f2f3dae840b2f7b","370":"a37b063c64fc0cabf028","410":"22567033a18f281c5aac","417":"af0a207c29b109f84159","451":"9fd36f52ff69594f0669","471":"b3d77b83b1593c09a504","506":"ff024d89144a0c6d1316","530":"a03b6f942ace3e1baa1e","579":"8fc434a0c13d3f662d42","604":"a51f83e64004bca5f497","613":"ff0da709fb5efcae680f","663":"bbf488d5981b0ede3d6f","686":"dccef1f36e4bc79bcc48","687":"6f85ac28d755e2b538a6","743":"489f7df3a089d4d374e1","757":"ec8301d8e70d2b990f65","774":"4b2dc46a35012b898e1a","775":"2285e7e0e67878948c0d","788":"c199c81f570353f63199","814":"4175bc0ba218b7727c91","822":"891f2e57b1b7bc2f4cb4","886":"4b3a7f2079d085fdbcb3","957":"9ea4506963ef8b2d84ba"}[chunkId] + ".js";
|
|
159447
159447
|
/******/ };
|
|
159448
159448
|
/******/ })();
|
|
159449
159449
|
/******/
|
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.b3babfc3d5f1841753ab.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':'/12.bundle.
|
|
54
|
+
workbox.precaching.precacheAndRoute([{'revision':null,'url':'/12.bundle.b81c86d8fb3c2fd80659.js'},{'revision':null,'url':'/125.bundle.253395f320b72180da63.js'},{'revision':null,'url':'/181.bundle.ceb057236403bcb630ac.js'},{'revision':'8079c6447e119ba0680e8fab5875745d','url':'/181.css'},{'revision':null,'url':'/19.bundle.6288ecab8ae9c64075c2.js'},{'revision':'51b8ed55f5b8d448837222f03bdd6de8','url':'/19.css'},{'revision':null,'url':'/202.bundle.d3490836f71e001dd30f.js'},{'revision':null,'url':'/220.bundle.f7e1c96c94245e70f2be.js'},{'revision':null,'url':'/221.bundle.ceeeac2b1aa685096d19.js'},{'revision':'aa1d1f3e32367e42fe90399144d94577','url':'/221.css'},{'revision':null,'url':'/23.bundle.e008ad788170f2ed5569.js'},{'revision':null,'url':'/236.bundle.610e0c4cb638c0fc486f.js'},{'revision':null,'url':'/250.bundle.8084960e3318cda37317.js'},{'revision':'0afb25509c7f072fbd7eda42c6895dbf','url':'/250.css'},{'revision':null,'url':'/281.bundle.18ae18673ab93c13c405.js'},{'revision':null,'url':'/342.bundle.a180d43d35ea23447a29.js'},{'revision':null,'url':'/359.bundle.343c9f2f3dae840b2f7b.js'},{'revision':'c4ea120c6da08aa75348edfa3e57ece9','url':'/36785fbd89b0e17f6099.wasm'},{'revision':null,'url':'/370.bundle.a37b063c64fc0cabf028.js'},{'revision':null,'url':'/410.bundle.22567033a18f281c5aac.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.ff024d89144a0c6d1316.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.ff0da709fb5efcae680f.js'},{'revision':'5800265b6831396572fb5d32c6bd8eef','url':'/62ab5d58a2bea7b5a1dc.wasm'},{'revision':'ce10eced3ce34e663d86569b27f5bffb','url':'/65916ef3def695744bda.wasm'},{'revision':null,'url':'/663.bundle.bbf488d5981b0ede3d6f.js'},{'revision':null,'url':'/686.bundle.dccef1f36e4bc79bcc48.js'},{'revision':null,'url':'/687.bundle.6f85ac28d755e2b538a6.js'},{'revision':null,'url':'/743.bundle.489f7df3a089d4d374e1.js'},{'revision':null,'url':'/757.bundle.ec8301d8e70d2b990f65.js'},{'revision':'cf3e4d4fa8884275461c195421812256','url':'/75788f12450d4c5ed494.wasm'},{'revision':'cc4a3a4da4ac1b863a714f93c66c6ef2','url':'/75a0c2dfe07b824c7d21.wasm'},{'revision':null,'url':'/774.bundle.4b2dc46a35012b898e1a.js'},{'revision':null,'url':'/775.bundle.2285e7e0e67878948c0d.js'},{'revision':null,'url':'/788.bundle.c199c81f570353f63199.js'},{'revision':null,'url':'/814.bundle.4175bc0ba218b7727c91.js'},{'revision':null,'url':'/82.bundle.910ae1fbb2e39d264c86.js'},{'revision':'185e5e0a10fa6ab2fc7b3c38e63d550b','url':'/82.css'},{'revision':null,'url':'/822.bundle.891f2e57b1b7bc2f4cb4.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.9ea4506963ef8b2d84ba.js'},{'revision':null,'url':'/99.bundle.f18db01761790f4b7404.js'},{'revision':'d1895aa7a4595dc279c382e5a31ef9f4','url':'/_headers'},{'revision':'e3bf0f3e9c34f51ad59836ae8e8eaf43','url':'/_redirects'},{'revision':'41bb4b36a914c2db5c383a627162b3da','url':'/app-config.js'},{'revision':null,'url':'/app.bundle.b3babfc3d5f1841753ab.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':'d4af14612c29c4e72bfdad9cf2db8a91','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.105",
|
|
4
4
|
"productVersion": "3.4.0",
|
|
5
5
|
"description": "OHIF Viewer",
|
|
6
6
|
"author": "OHIF Contributors",
|
|
@@ -51,23 +51,23 @@
|
|
|
51
51
|
"@cornerstonejs/codec-libjpeg-turbo-8bit": "^1.2.2",
|
|
52
52
|
"@cornerstonejs/codec-openjpeg": "^1.2.2",
|
|
53
53
|
"@cornerstonejs/codec-openjph": "^2.4.2",
|
|
54
|
-
"@cornerstonejs/dicom-image-loader": "^1.20.
|
|
55
|
-
"@ohif/core": "3.7.0-beta.
|
|
56
|
-
"@ohif/extension-cornerstone": "3.7.0-beta.
|
|
57
|
-
"@ohif/extension-cornerstone-dicom-rt": "3.7.0-beta.
|
|
58
|
-
"@ohif/extension-cornerstone-dicom-seg": "3.7.0-beta.
|
|
59
|
-
"@ohif/extension-cornerstone-dicom-sr": "3.7.0-beta.
|
|
60
|
-
"@ohif/extension-default": "3.7.0-beta.
|
|
61
|
-
"@ohif/extension-dicom-microscopy": "3.7.0-beta.
|
|
62
|
-
"@ohif/extension-dicom-pdf": "3.7.0-beta.
|
|
63
|
-
"@ohif/extension-dicom-video": "3.7.0-beta.
|
|
64
|
-
"@ohif/extension-test": "3.7.0-beta.
|
|
65
|
-
"@ohif/i18n": "3.7.0-beta.
|
|
66
|
-
"@ohif/mode-basic-dev-mode": "3.7.0-beta.
|
|
67
|
-
"@ohif/mode-longitudinal": "3.7.0-beta.
|
|
68
|
-
"@ohif/mode-microscopy": "3.7.0-beta.
|
|
69
|
-
"@ohif/mode-test": "3.7.0-beta.
|
|
70
|
-
"@ohif/ui": "3.7.0-beta.
|
|
54
|
+
"@cornerstonejs/dicom-image-loader": "^1.20.3",
|
|
55
|
+
"@ohif/core": "3.7.0-beta.105",
|
|
56
|
+
"@ohif/extension-cornerstone": "3.7.0-beta.105",
|
|
57
|
+
"@ohif/extension-cornerstone-dicom-rt": "3.7.0-beta.105",
|
|
58
|
+
"@ohif/extension-cornerstone-dicom-seg": "3.7.0-beta.105",
|
|
59
|
+
"@ohif/extension-cornerstone-dicom-sr": "3.7.0-beta.105",
|
|
60
|
+
"@ohif/extension-default": "3.7.0-beta.105",
|
|
61
|
+
"@ohif/extension-dicom-microscopy": "3.7.0-beta.105",
|
|
62
|
+
"@ohif/extension-dicom-pdf": "3.7.0-beta.105",
|
|
63
|
+
"@ohif/extension-dicom-video": "3.7.0-beta.105",
|
|
64
|
+
"@ohif/extension-test": "3.7.0-beta.105",
|
|
65
|
+
"@ohif/i18n": "3.7.0-beta.105",
|
|
66
|
+
"@ohif/mode-basic-dev-mode": "3.7.0-beta.105",
|
|
67
|
+
"@ohif/mode-longitudinal": "3.7.0-beta.105",
|
|
68
|
+
"@ohif/mode-microscopy": "3.7.0-beta.105",
|
|
69
|
+
"@ohif/mode-test": "3.7.0-beta.105",
|
|
70
|
+
"@ohif/ui": "3.7.0-beta.105",
|
|
71
71
|
"@types/react": "^17.0.38",
|
|
72
72
|
"classnames": "^2.3.2",
|
|
73
73
|
"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
|
|
File without changes
|
|
File without changes
|