@ohif/app 3.8.0-beta.10 → 3.8.0-beta.12
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.4ae51a2a054bc23b2a7a.js → 342.bundle.fa95e905316c0e0aad1e.js} +2 -16
- package/dist/{776.bundle.cc9ab1ee9087b898a826.js → 776.bundle.4c09e0ad44ed5447f751.js} +58 -16
- package/dist/{app.bundle.368c32cd68c83d1941da.js → app.bundle.d1d7a2754511e7a0edf9.js} +16 -7
- package/dist/index.html +1 -1
- package/dist/sw.js +1 -1
- package/package.json +17 -17
- /package/dist/{12.bundle.79b71d52d853057f0e22.js → 12.bundle.fe58de814bc0b51dec11.js} +0 -0
- /package/dist/{126.bundle.3cd68933197926fde916.js → 126.bundle.d8c16da6b23371f96868.js} +0 -0
- /package/dist/{181.bundle.ad00da8ec76668c23796.js → 181.bundle.bce8ecb8af857b2513df.js} +0 -0
- /package/dist/{19.bundle.91e1f09823b1ca59386c.js → 19.bundle.843b1f823223bed05f06.js} +0 -0
- /package/dist/{202.bundle.d3490836f71e001dd30f.js → 202.bundle.ec714227032b22d4fa24.js} +0 -0
- /package/dist/{221.bundle.736d8d8c7523829ac27c.js → 221.bundle.41788a99008bf464e3da.js} +0 -0
- /package/dist/{231.bundle.547eda66b55aa62b037b.js → 231.bundle.8aad229e39e23731d6c1.js} +0 -0
- /package/dist/{236.bundle.0c08de61b4fc915bd280.js → 236.bundle.7aae8ff11deb081f700b.js} +0 -0
- /package/dist/{281.bundle.364782f53ccd512024ee.js → 281.bundle.bfc548eea4b2f51839a9.js} +0 -0
- /package/dist/{359.bundle.8fcc4ce49cbcc6628018.js → 359.bundle.4e1a472c8e0b1c8be299.js} +0 -0
- /package/dist/{410.bundle.9c4e66fe4005e2967968.js → 410.bundle.53d62c9edcda1af23a25.js} +0 -0
- /package/dist/{506.bundle.9d5f65f9ed57dac7e005.js → 506.bundle.6c5022c169e745257b15.js} +0 -0
- /package/dist/{563.bundle.58ec063dc0b0c58ca5ef.js → 563.bundle.ed71690ee62ee655c902.js} +0 -0
- /package/dist/{613.bundle.efb9a24be50011b8f1d8.js → 613.bundle.b85f558a52cc6f28fff0.js} +0 -0
- /package/dist/{663.bundle.d1c2e74badec76b31836.js → 663.bundle.88f3a75557e4718c4b1e.js} +0 -0
- /package/dist/{687.bundle.175df54c81c7397a6545.js → 687.bundle.187422434281e578db4b.js} +0 -0
- /package/dist/{788.bundle.416f2a85d491ed81ce18.js → 788.bundle.70afc609e253314b81d9.js} +0 -0
- /package/dist/{814.bundle.25ec786c437a1970c689.js → 814.bundle.09390427ef7dbe556cf5.js} +0 -0
- /package/dist/{82.bundle.aa2e1120fbae6122c2d3.js → 82.bundle.122d1b58bc3e22439dd9.js} +0 -0
- /package/dist/{933.bundle.e515e4ebc902535ac56f.js → 933.bundle.6184b84edf14c687b936.js} +0 -0
|
@@ -2176,8 +2176,8 @@ function ViewerHeader(_ref) {
|
|
|
2176
2176
|
hotkeyDefinitions,
|
|
2177
2177
|
hotkeyDefaults
|
|
2178
2178
|
} = hotkeysManager;
|
|
2179
|
-
const versionNumber = "3.8.0-beta.
|
|
2180
|
-
const commitHash = "
|
|
2179
|
+
const versionNumber = "3.8.0-beta.12";
|
|
2180
|
+
const commitHash = "442f99d5eb2ceece7def20e14da59af1dd7d8442";
|
|
2181
2181
|
const menuOptions = [{
|
|
2182
2182
|
title: t('Header:About'),
|
|
2183
2183
|
icon: 'info',
|
|
@@ -5636,9 +5636,6 @@ const commandsModule = _ref => {
|
|
|
5636
5636
|
delete displaySetSelectorMap[`${activeStudyUID || hpInfo.activeStudyUID}:activeDisplaySet:0`];
|
|
5637
5637
|
stateSyncService.store(stateSyncReduce);
|
|
5638
5638
|
// This is a default action applied
|
|
5639
|
-
const {
|
|
5640
|
-
protocol
|
|
5641
|
-
} = hangingProtocolService.getActiveProtocol();
|
|
5642
5639
|
actions.toggleHpTools();
|
|
5643
5640
|
|
|
5644
5641
|
// try to use the same tool in the new hanging protocol stage
|
|
@@ -5659,17 +5656,6 @@ const commandsModule = _ref => {
|
|
|
5659
5656
|
});
|
|
5660
5657
|
}
|
|
5661
5658
|
}
|
|
5662
|
-
|
|
5663
|
-
// Send the notification about updating the state
|
|
5664
|
-
if (protocolId !== hpInfo.protocolId) {
|
|
5665
|
-
// The old protocol callbacks are used for turning off things
|
|
5666
|
-
// like crosshairs when moving to the new HP
|
|
5667
|
-
commandsManager.run(oldProtocol.callbacks?.onProtocolExit);
|
|
5668
|
-
// The new protocol callback is used for things like
|
|
5669
|
-
// activating modes etc.
|
|
5670
|
-
}
|
|
5671
|
-
|
|
5672
|
-
commandsManager.run(protocol.callbacks?.onProtocolEnter);
|
|
5673
5659
|
return true;
|
|
5674
5660
|
} catch (e) {
|
|
5675
5661
|
console.error(e);
|
|
@@ -4444,6 +4444,8 @@ function getCustomizationModule() {
|
|
|
4444
4444
|
}];
|
|
4445
4445
|
}
|
|
4446
4446
|
/* harmony default export */ const src_getCustomizationModule = (getCustomizationModule);
|
|
4447
|
+
// EXTERNAL MODULE: ../../../node_modules/gl-matrix/esm/index.js + 10 modules
|
|
4448
|
+
var gl_matrix_esm = __webpack_require__(45451);
|
|
4447
4449
|
// EXTERNAL MODULE: ../../../node_modules/html2canvas/dist/html2canvas.esm.js
|
|
4448
4450
|
var html2canvas_esm = __webpack_require__(76010);
|
|
4449
4451
|
;// CONCATENATED MODULE: ../../../extensions/cornerstone/src/utils/CornerstoneViewportDownloadForm.tsx
|
|
@@ -4767,6 +4769,7 @@ function getReconstructableStackViewports(viewportGridService, displaySetService
|
|
|
4767
4769
|
|
|
4768
4770
|
|
|
4769
4771
|
|
|
4772
|
+
|
|
4770
4773
|
function commandsModule(_ref) {
|
|
4771
4774
|
let {
|
|
4772
4775
|
servicesManager,
|
|
@@ -5157,10 +5160,18 @@ function commandsModule(_ref) {
|
|
|
5157
5160
|
const {
|
|
5158
5161
|
viewport
|
|
5159
5162
|
} = enabledElement;
|
|
5160
|
-
if (viewport instanceof esm.
|
|
5161
|
-
const
|
|
5162
|
-
|
|
5163
|
-
|
|
5163
|
+
if (viewport instanceof esm.BaseVolumeViewport) {
|
|
5164
|
+
const camera = viewport.getCamera();
|
|
5165
|
+
const rotAngle = rotation * Math.PI / 180;
|
|
5166
|
+
const rotMat = gl_matrix_esm/* mat4.identity */._E.identity(new Float32Array(16));
|
|
5167
|
+
gl_matrix_esm/* mat4.rotate */._E.rotate(rotMat, rotMat, rotAngle, camera.viewPlaneNormal);
|
|
5168
|
+
const rotatedViewUp = gl_matrix_esm/* vec3.transformMat4 */.R3.transformMat4(gl_matrix_esm/* vec3.create */.R3.create(), camera.viewUp, rotMat);
|
|
5169
|
+
viewport.setCamera({
|
|
5170
|
+
viewUp: rotatedViewUp
|
|
5171
|
+
});
|
|
5172
|
+
viewport.render();
|
|
5173
|
+
} else if (viewport.getRotation !== undefined) {
|
|
5174
|
+
const currentRotation = viewport.getRotation();
|
|
5164
5175
|
const newRotation = (currentRotation + rotation) % 360;
|
|
5165
5176
|
viewport.setProperties({
|
|
5166
5177
|
rotation: newRotation
|
|
@@ -5393,6 +5404,27 @@ function commandsModule(_ref) {
|
|
|
5393
5404
|
cornerstoneViewportService.storePresentation({
|
|
5394
5405
|
viewportId
|
|
5395
5406
|
});
|
|
5407
|
+
},
|
|
5408
|
+
attachProtocolViewportDataListener: _ref20 => {
|
|
5409
|
+
let {
|
|
5410
|
+
protocol,
|
|
5411
|
+
stageIndex
|
|
5412
|
+
} = _ref20;
|
|
5413
|
+
const EVENT = cornerstoneViewportService.EVENTS.VIEWPORT_DATA_CHANGED;
|
|
5414
|
+
const command = protocol.callbacks.onViewportDataInitialized;
|
|
5415
|
+
const numPanes = protocol.stages?.[stageIndex]?.viewports.length ?? 1;
|
|
5416
|
+
let numPanesWithData = 0;
|
|
5417
|
+
const {
|
|
5418
|
+
unsubscribe
|
|
5419
|
+
} = cornerstoneViewportService.subscribe(EVENT, evt => {
|
|
5420
|
+
numPanesWithData++;
|
|
5421
|
+
if (numPanesWithData === numPanes) {
|
|
5422
|
+
commandsManager.run(...command);
|
|
5423
|
+
|
|
5424
|
+
// Unsubscribe from the event
|
|
5425
|
+
unsubscribe(EVENT);
|
|
5426
|
+
}
|
|
5427
|
+
});
|
|
5396
5428
|
}
|
|
5397
5429
|
};
|
|
5398
5430
|
const definitions = {
|
|
@@ -5541,6 +5573,9 @@ function commandsModule(_ref) {
|
|
|
5541
5573
|
},
|
|
5542
5574
|
cleanUpCrosshairs: {
|
|
5543
5575
|
commandFn: actions.cleanUpCrosshairs
|
|
5576
|
+
},
|
|
5577
|
+
attachProtocolViewportDataListener: {
|
|
5578
|
+
commandFn: actions.attachProtocolViewportDataListener
|
|
5544
5579
|
}
|
|
5545
5580
|
};
|
|
5546
5581
|
return {
|
|
@@ -8595,14 +8630,16 @@ class CornerstoneViewportService extends src/* PubSubService */.hC {
|
|
|
8595
8630
|
viewportInfo.setViewportId(viewportId);
|
|
8596
8631
|
this.viewportsById.set(viewportId, viewportInfo);
|
|
8597
8632
|
const viewport = renderingEngine.getViewport(viewportId);
|
|
8598
|
-
this._setDisplaySets(viewport, viewportData, viewportInfo, presentations);
|
|
8633
|
+
const displaySetPromise = this._setDisplaySets(viewport, viewportData, viewportInfo, presentations);
|
|
8599
8634
|
|
|
8600
8635
|
// The broadcast event here ensures that listeners have a valid, up to date
|
|
8601
8636
|
// viewport to access. Doing it too early can result in exceptions or
|
|
8602
8637
|
// invalid data.
|
|
8603
|
-
|
|
8604
|
-
|
|
8605
|
-
|
|
8638
|
+
displaySetPromise.then(() => {
|
|
8639
|
+
this._broadcastEvent(this.EVENTS.VIEWPORT_DATA_CHANGED, {
|
|
8640
|
+
viewportData,
|
|
8641
|
+
viewportId
|
|
8642
|
+
});
|
|
8606
8643
|
});
|
|
8607
8644
|
}
|
|
8608
8645
|
getCornerstoneViewport(viewportId) {
|
|
@@ -8616,7 +8653,7 @@ class CornerstoneViewportService extends src/* PubSubService */.hC {
|
|
|
8616
8653
|
getViewportInfo(viewportId) {
|
|
8617
8654
|
return this.viewportsById.get(viewportId);
|
|
8618
8655
|
}
|
|
8619
|
-
_setStackViewport(viewport, viewportData, viewportInfo, presentations) {
|
|
8656
|
+
async _setStackViewport(viewport, viewportData, viewportInfo, presentations) {
|
|
8620
8657
|
const displaySetOptions = viewportInfo.getDisplaySetOptions();
|
|
8621
8658
|
const {
|
|
8622
8659
|
imageIds,
|
|
@@ -8650,7 +8687,7 @@ class CornerstoneViewportService extends src/* PubSubService */.hC {
|
|
|
8650
8687
|
properties.invert = voiInverted;
|
|
8651
8688
|
}
|
|
8652
8689
|
}
|
|
8653
|
-
viewport.setStack(imageIds, initialImageIndexToUse).then(() => {
|
|
8690
|
+
return viewport.setStack(imageIds, initialImageIndexToUse).then(() => {
|
|
8654
8691
|
viewport.setProperties({
|
|
8655
8692
|
...properties
|
|
8656
8693
|
});
|
|
@@ -8923,26 +8960,31 @@ class CornerstoneViewportService extends src/* PubSubService */.hC {
|
|
|
8923
8960
|
const viewportInfo = this.getViewportInfo(viewportId);
|
|
8924
8961
|
const viewport = this.getCornerstoneViewport(viewportId);
|
|
8925
8962
|
const viewportCamera = viewport.getCamera();
|
|
8963
|
+
let displaySetPromise;
|
|
8926
8964
|
if (viewport instanceof esm.VolumeViewport || viewport instanceof esm.VolumeViewport3D) {
|
|
8927
|
-
this._setVolumeViewport(viewport, viewportData, viewportInfo).then(() => {
|
|
8965
|
+
displaySetPromise = this._setVolumeViewport(viewport, viewportData, viewportInfo).then(() => {
|
|
8928
8966
|
if (keepCamera) {
|
|
8929
8967
|
viewport.setCamera(viewportCamera);
|
|
8930
8968
|
viewport.render();
|
|
8931
8969
|
}
|
|
8932
8970
|
});
|
|
8933
|
-
return;
|
|
8934
8971
|
}
|
|
8935
8972
|
if (viewport instanceof esm.StackViewport) {
|
|
8936
|
-
this._setStackViewport(viewport, viewportData, viewportInfo);
|
|
8937
|
-
return;
|
|
8973
|
+
displaySetPromise = this._setStackViewport(viewport, viewportData, viewportInfo);
|
|
8938
8974
|
}
|
|
8975
|
+
displaySetPromise.then(() => {
|
|
8976
|
+
this._broadcastEvent(this.EVENTS.VIEWPORT_DATA_CHANGED, {
|
|
8977
|
+
viewportData,
|
|
8978
|
+
viewportId
|
|
8979
|
+
});
|
|
8980
|
+
});
|
|
8939
8981
|
}
|
|
8940
8982
|
_setDisplaySets(viewport, viewportData, viewportInfo) {
|
|
8941
8983
|
let presentations = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : {};
|
|
8942
8984
|
if (viewport instanceof esm.StackViewport) {
|
|
8943
|
-
this._setStackViewport(viewport, viewportData, viewportInfo, presentations);
|
|
8985
|
+
return this._setStackViewport(viewport, viewportData, viewportInfo, presentations);
|
|
8944
8986
|
} else if (viewport instanceof esm.VolumeViewport || viewport instanceof esm.VolumeViewport3D) {
|
|
8945
|
-
this._setVolumeViewport(viewport, viewportData, viewportInfo, presentations);
|
|
8987
|
+
return this._setVolumeViewport(viewport, viewportData, viewportInfo, presentations);
|
|
8946
8988
|
} else {
|
|
8947
8989
|
throw new Error('Unknown viewport type');
|
|
8948
8990
|
}
|
|
@@ -989,8 +989,8 @@ function WorkList(_ref) {
|
|
|
989
989
|
};
|
|
990
990
|
});
|
|
991
991
|
const hasStudies = numOfStudies > 0;
|
|
992
|
-
const versionNumber = "3.8.0-beta.
|
|
993
|
-
const commitHash = "
|
|
992
|
+
const versionNumber = "3.8.0-beta.12";
|
|
993
|
+
const commitHash = "442f99d5eb2ceece7def20e14da59af1dd7d8442";
|
|
994
994
|
const menuOptions = [{
|
|
995
995
|
title: t('Header:About'),
|
|
996
996
|
icon: 'info',
|
|
@@ -6409,7 +6409,7 @@ const detectionOptions = {
|
|
|
6409
6409
|
}
|
|
6410
6410
|
});
|
|
6411
6411
|
;// CONCATENATED MODULE: ../../i18n/package.json
|
|
6412
|
-
const package_namespaceObject = JSON.parse('{"i8":"3.8.0-beta.
|
|
6412
|
+
const package_namespaceObject = JSON.parse('{"i8":"3.8.0-beta.11"}');
|
|
6413
6413
|
;// CONCATENATED MODULE: ../../i18n/src/utils.js
|
|
6414
6414
|
const languagesMap = {
|
|
6415
6415
|
ar: 'Arabic',
|
|
@@ -53811,6 +53811,7 @@ class HangingProtocolService extends pubSubServiceInterface/* PubSubService */.h
|
|
|
53811
53811
|
}
|
|
53812
53812
|
throw new Error(error);
|
|
53813
53813
|
}
|
|
53814
|
+
this._commandsManager.run(this.protocol?.callbacks?.onProtocolEnter);
|
|
53814
53815
|
}
|
|
53815
53816
|
matchActivation(matchedViewports) {
|
|
53816
53817
|
let activation = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
@@ -53911,6 +53912,11 @@ class HangingProtocolService extends pubSubServiceInterface/* PubSubService */.h
|
|
|
53911
53912
|
if (!this.protocol || this.protocol.id !== protocol.id) {
|
|
53912
53913
|
this.stageIndex = options?.stageIndex || 0;
|
|
53913
53914
|
this._originalProtocol = this._copyProtocol(protocol);
|
|
53915
|
+
|
|
53916
|
+
// before reassigning the protocol, we need to check if there is a callback
|
|
53917
|
+
// on the old protocol that needs to be called
|
|
53918
|
+
// Send the notification about updating the state
|
|
53919
|
+
this._commandsManager.run(this.protocol?.callbacks?.onProtocolExit);
|
|
53914
53920
|
this.protocol = protocol;
|
|
53915
53921
|
const {
|
|
53916
53922
|
imageLoadStrategy
|
|
@@ -54064,6 +54070,12 @@ class HangingProtocolService extends pubSubServiceInterface/* PubSubService */.h
|
|
|
54064
54070
|
rows: numRows,
|
|
54065
54071
|
layoutOptions = []
|
|
54066
54072
|
} = layoutProps;
|
|
54073
|
+
if (this.protocol?.callbacks?.onViewportDataInitialized) {
|
|
54074
|
+
this._commandsManager.runCommand('attachProtocolViewportDataListener', {
|
|
54075
|
+
protocol: this.protocol,
|
|
54076
|
+
stageIndex: this.stageIndex
|
|
54077
|
+
});
|
|
54078
|
+
}
|
|
54067
54079
|
this._broadcastEvent(this.EVENTS.NEW_LAYOUT, {
|
|
54068
54080
|
layoutType,
|
|
54069
54081
|
numRows,
|
|
@@ -54079,9 +54091,6 @@ class HangingProtocolService extends pubSubServiceInterface/* PubSubService */.h
|
|
|
54079
54091
|
let displaySetMatchDetails = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : this.displaySetMatchDetails;
|
|
54080
54092
|
let matchedViewports = 0;
|
|
54081
54093
|
stageModel.viewports.forEach(viewport => {
|
|
54082
|
-
// Todo: we should probably assign a random viewportId if not defined
|
|
54083
|
-
// below, but it feels odd since viewportGrid should handle this kind
|
|
54084
|
-
// of thing
|
|
54085
54094
|
const viewportId = viewport.viewportOptions.viewportId;
|
|
54086
54095
|
const matchDetails = this._matchViewport(viewport, options, viewportMatchDetails, displaySetMatchDetails);
|
|
54087
54096
|
if (matchDetails) {
|
|
@@ -159861,7 +159870,7 @@ var selectOrdinal = function selectOrdinal() {
|
|
|
159861
159870
|
/******/ // This function allow to reference async chunks
|
|
159862
159871
|
/******/ __webpack_require__.u = (chunkId) => {
|
|
159863
159872
|
/******/ // return url for filenames based on template
|
|
159864
|
-
/******/ return "" + (chunkId === 18 ? "dicom-microscopy-viewer" : chunkId) + ".bundle." + {"12":"
|
|
159873
|
+
/******/ return "" + (chunkId === 18 ? "dicom-microscopy-viewer" : chunkId) + ".bundle." + {"12":"fe58de814bc0b51dec11","18":"2c146384eb9466d02ff8","19":"843b1f823223bed05f06","23":"e008ad788170f2ed5569","82":"122d1b58bc3e22439dd9","125":"253395f320b72180da63","126":"d8c16da6b23371f96868","181":"bce8ecb8af857b2513df","202":"ec714227032b22d4fa24","220":"f7e1c96c94245e70f2be","221":"41788a99008bf464e3da","231":"8aad229e39e23731d6c1","236":"7aae8ff11deb081f700b","250":"64f78a14b2a4c6e17da3","281":"bfc548eea4b2f51839a9","342":"fa95e905316c0e0aad1e","359":"4e1a472c8e0b1c8be299","410":"53d62c9edcda1af23a25","417":"af0a207c29b109f84159","451":"57c21db5d003c75e9d61","471":"49c8d281adbae4a2c4df","485":"8667a696ac2eaf99e4fa","506":"6c5022c169e745257b15","530":"a03b6f942ace3e1baa1e","563":"ed71690ee62ee655c902","579":"8fc434a0c13d3f662d42","604":"a51f83e64004bca5f497","613":"b85f558a52cc6f28fff0","663":"88f3a75557e4718c4b1e","686":"dccef1f36e4bc79bcc48","687":"187422434281e578db4b","775":"2285e7e0e67878948c0d","776":"4c09e0ad44ed5447f751","788":"70afc609e253314b81d9","814":"09390427ef7dbe556cf5","822":"4f0424bd1dc0308bb489","886":"c8dd3ecc42a4253de278","933":"6184b84edf14c687b936"}[chunkId] + ".js";
|
|
159865
159874
|
/******/ };
|
|
159866
159875
|
/******/ })();
|
|
159867
159876
|
/******/
|
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.d1d7a2754511e7a0edf9.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.fe58de814bc0b51dec11.js'},{'revision':null,'url':'/125.bundle.253395f320b72180da63.js'},{'revision':null,'url':'/126.bundle.d8c16da6b23371f96868.js'},{'revision':null,'url':'/181.bundle.bce8ecb8af857b2513df.js'},{'revision':'8079c6447e119ba0680e8fab5875745d','url':'/181.css'},{'revision':null,'url':'/19.bundle.843b1f823223bed05f06.js'},{'revision':'51b8ed55f5b8d448837222f03bdd6de8','url':'/19.css'},{'revision':null,'url':'/202.bundle.ec714227032b22d4fa24.js'},{'revision':null,'url':'/220.bundle.f7e1c96c94245e70f2be.js'},{'revision':null,'url':'/221.bundle.41788a99008bf464e3da.js'},{'revision':'aa1d1f3e32367e42fe90399144d94577','url':'/221.css'},{'revision':null,'url':'/23.bundle.e008ad788170f2ed5569.js'},{'revision':null,'url':'/231.bundle.8aad229e39e23731d6c1.js'},{'revision':null,'url':'/236.bundle.7aae8ff11deb081f700b.js'},{'revision':null,'url':'/250.bundle.64f78a14b2a4c6e17da3.js'},{'revision':'0afb25509c7f072fbd7eda42c6895dbf','url':'/250.css'},{'revision':null,'url':'/281.bundle.bfc548eea4b2f51839a9.js'},{'revision':null,'url':'/342.bundle.fa95e905316c0e0aad1e.js'},{'revision':null,'url':'/359.bundle.4e1a472c8e0b1c8be299.js'},{'revision':'c4ea120c6da08aa75348edfa3e57ece9','url':'/36785fbd89b0e17f6099.wasm'},{'revision':null,'url':'/410.bundle.53d62c9edcda1af23a25.js'},{'revision':null,'url':'/417.bundle.af0a207c29b109f84159.js'},{'revision':null,'url':'/451.bundle.57c21db5d003c75e9d61.js'},{'revision':null,'url':'/471.bundle.49c8d281adbae4a2c4df.js'},{'revision':null,'url':'/485.bundle.8667a696ac2eaf99e4fa.js'},{'revision':'c377e1f5fe4a207d270c3f7a8dd3e3ca','url':'/5004fdc02f329ce53b69.wasm'},{'revision':null,'url':'/506.bundle.6c5022c169e745257b15.js'},{'revision':null,'url':'/530.bundle.a03b6f942ace3e1baa1e.js'},{'revision':null,'url':'/563.bundle.ed71690ee62ee655c902.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.b85f558a52cc6f28fff0.js'},{'revision':'5800265b6831396572fb5d32c6bd8eef','url':'/62ab5d58a2bea7b5a1dc.wasm'},{'revision':'ce10eced3ce34e663d86569b27f5bffb','url':'/65916ef3def695744bda.wasm'},{'revision':null,'url':'/663.bundle.88f3a75557e4718c4b1e.js'},{'revision':null,'url':'/686.bundle.dccef1f36e4bc79bcc48.js'},{'revision':null,'url':'/687.bundle.187422434281e578db4b.js'},{'revision':'cf3e4d4fa8884275461c195421812256','url':'/75788f12450d4c5ed494.wasm'},{'revision':'cc4a3a4da4ac1b863a714f93c66c6ef2','url':'/75a0c2dfe07b824c7d21.wasm'},{'revision':null,'url':'/775.bundle.2285e7e0e67878948c0d.js'},{'revision':null,'url':'/776.bundle.4c09e0ad44ed5447f751.js'},{'revision':'185e5e0a10fa6ab2fc7b3c38e63d550b','url':'/776.css'},{'revision':null,'url':'/788.bundle.70afc609e253314b81d9.js'},{'revision':null,'url':'/814.bundle.09390427ef7dbe556cf5.js'},{'revision':null,'url':'/82.bundle.122d1b58bc3e22439dd9.js'},{'revision':null,'url':'/822.bundle.4f0424bd1dc0308bb489.js'},{'revision':null,'url':'/886.bundle.c8dd3ecc42a4253de278.js'},{'revision':null,'url':'/933.bundle.6184b84edf14c687b936.js'},{'revision':'74c9647440e51f149ad12923d6ead952','url':'/945.min.worker.js'},{'revision':'cdf6f0457d4af2cef04fc41816241bc1','url':'/945.min.worker.js.map'},{'revision':'d1895aa7a4595dc279c382e5a31ef9f4','url':'/_headers'},{'revision':'e3bf0f3e9c34f51ad59836ae8e8eaf43','url':'/_redirects'},{'revision':'41bb4b36a914c2db5c383a627162b3da','url':'/app-config.js'},{'revision':'4d46bdc9a3d136c920e959eb85b0f5f7','url':'/app.bundle.css'},{'revision':null,'url':'/app.bundle.d1d7a2754511e7a0edf9.js'},{'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':'fc2da6ec5d17fa844b0a9d67a8b39b21','url':'/cornerstoneDICOMImageLoader.min.js'},{'revision':'59eb3dc6754e4d494b27c774ba53255c','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':'92d0ff9df461bbcfcbdd5526a6954822','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.8.0-beta.
|
|
3
|
+
"version": "3.8.0-beta.12",
|
|
4
4
|
"productVersion": "3.4.0",
|
|
5
5
|
"description": "OHIF Viewer",
|
|
6
6
|
"author": "OHIF Contributors",
|
|
@@ -52,22 +52,22 @@
|
|
|
52
52
|
"@cornerstonejs/codec-openjpeg": "^1.2.2",
|
|
53
53
|
"@cornerstonejs/codec-openjph": "^2.4.2",
|
|
54
54
|
"@cornerstonejs/dicom-image-loader": "^1.27.3",
|
|
55
|
-
"@ohif/core": "3.8.0-beta.
|
|
56
|
-
"@ohif/extension-cornerstone": "3.8.0-beta.
|
|
57
|
-
"@ohif/extension-cornerstone-dicom-rt": "3.8.0-beta.
|
|
58
|
-
"@ohif/extension-cornerstone-dicom-seg": "3.8.0-beta.
|
|
59
|
-
"@ohif/extension-cornerstone-dicom-sr": "3.8.0-beta.
|
|
60
|
-
"@ohif/extension-default": "3.8.0-beta.
|
|
61
|
-
"@ohif/extension-dicom-microscopy": "3.8.0-beta.
|
|
62
|
-
"@ohif/extension-dicom-pdf": "3.8.0-beta.
|
|
63
|
-
"@ohif/extension-dicom-video": "3.8.0-beta.
|
|
64
|
-
"@ohif/extension-test": "3.8.0-beta.
|
|
65
|
-
"@ohif/i18n": "3.8.0-beta.
|
|
66
|
-
"@ohif/mode-basic-dev-mode": "3.8.0-beta.
|
|
67
|
-
"@ohif/mode-longitudinal": "3.8.0-beta.
|
|
68
|
-
"@ohif/mode-microscopy": "3.8.0-beta.
|
|
69
|
-
"@ohif/mode-test": "3.8.0-beta.
|
|
70
|
-
"@ohif/ui": "3.8.0-beta.
|
|
55
|
+
"@ohif/core": "3.8.0-beta.12",
|
|
56
|
+
"@ohif/extension-cornerstone": "3.8.0-beta.12",
|
|
57
|
+
"@ohif/extension-cornerstone-dicom-rt": "3.8.0-beta.12",
|
|
58
|
+
"@ohif/extension-cornerstone-dicom-seg": "3.8.0-beta.12",
|
|
59
|
+
"@ohif/extension-cornerstone-dicom-sr": "3.8.0-beta.12",
|
|
60
|
+
"@ohif/extension-default": "3.8.0-beta.12",
|
|
61
|
+
"@ohif/extension-dicom-microscopy": "3.8.0-beta.12",
|
|
62
|
+
"@ohif/extension-dicom-pdf": "3.8.0-beta.12",
|
|
63
|
+
"@ohif/extension-dicom-video": "3.8.0-beta.12",
|
|
64
|
+
"@ohif/extension-test": "3.8.0-beta.12",
|
|
65
|
+
"@ohif/i18n": "3.8.0-beta.12",
|
|
66
|
+
"@ohif/mode-basic-dev-mode": "3.8.0-beta.12",
|
|
67
|
+
"@ohif/mode-longitudinal": "3.8.0-beta.12",
|
|
68
|
+
"@ohif/mode-microscopy": "3.8.0-beta.12",
|
|
69
|
+
"@ohif/mode-test": "3.8.0-beta.12",
|
|
70
|
+
"@ohif/ui": "3.8.0-beta.12",
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|