@ohif/app 3.7.0-beta.51 → 3.7.0-beta.53
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/{150.bundle.4ff43d080c1803b2ccf6.js → 150.bundle.abf35493ddb72903930c.js} +7 -0
- package/dist/{260.bundle.32abfef92f05f0492bd7.js → 260.bundle.25de55d10fa0c377dd22.js} +2 -2
- package/dist/{30.bundle.910818cf3256bcbe1e7b.js → 30.bundle.8e4fee7f2e20f1d6d1ab.js} +22 -9
- package/dist/{663.bundle.8f1eb54994e740164a70.js → 663.bundle.d8bab8112bbff8fa8073.js} +15 -2
- package/dist/{886.bundle.68ef58774a6837f57631.js → 886.bundle.09fc0e8c8aa227b70351.js} +5 -1
- package/dist/{app.bundle.cbf4363d789f3e24553e.js → app.bundle.620470253277785e5cc2.js} +25 -13
- package/dist/index.html +1 -1
- package/dist/sw.js +1 -1
- package/package.json +18 -18
- /package/dist/{12.bundle.d02c9736f7bdaabbf1df.js → 12.bundle.09ba36c6ceda3bc22278.js} +0 -0
- /package/dist/{128.bundle.4b39b6452213ebee2101.js → 128.bundle.048d594cecedf6b447c6.js} +0 -0
- /package/dist/{181.bundle.234fef330d4fe6baca8b.js → 181.bundle.1705c0775d72e671dede.js} +0 -0
- /package/dist/{236.bundle.bce2af055e7783bd5df2.js → 236.bundle.d9f580b7d2769556502e.js} +0 -0
- /package/dist/{281.bundle.8b2abf41fb9774a672af.js → 281.bundle.6f75763dfc0bc240f8ba.js} +0 -0
- /package/dist/{348.bundle.90111e66d54917f1b2c2.js → 348.bundle.c1c983322736015ba732.js} +0 -0
- /package/dist/{359.bundle.86327c3bb486584e88a8.js → 359.bundle.30dfbfe03df620835f40.js} +0 -0
- /package/dist/{378.bundle.f7018f5e9dc009c1600b.js → 378.bundle.582962d731d783c4d6cd.js} +0 -0
- /package/dist/{410.bundle.92d296d4b09d8e82f386.js → 410.bundle.dbc0c425e9b9df98b881.js} +0 -0
- /package/dist/{506.bundle.e7e138496747d049843e.js → 506.bundle.e72cad01f325d5590fc1.js} +0 -0
- /package/dist/{678.bundle.fc6b51e7a4f17c57f311.js → 678.bundle.e5c2d809571c5e507ab2.js} +0 -0
- /package/dist/{782.bundle.4bcf99c54d62bacf5195.js → 782.bundle.96410527cef2fbcb5d17.js} +0 -0
- /package/dist/{814.bundle.c0d69af52c06e4409f38.js → 814.bundle.525befb144b0b1fdf2e6.js} +0 -0
- /package/dist/{822.bundle.d40c439da659f0e8500d.js → 822.bundle.34b2c7e2f175dc797380.js} +0 -0
- /package/dist/{925.bundle.a2f1103d968c53a2b8fb.js → 925.bundle.22f021ff05c44ae74f24.js} +0 -0
|
@@ -316,6 +316,8 @@ function callInputDialog(uiDialogService, label, callback) {
|
|
|
316
316
|
}
|
|
317
317
|
}
|
|
318
318
|
/* harmony default export */ const panels_callInputDialog = (callInputDialog);
|
|
319
|
+
// EXTERNAL MODULE: ./state/index.js + 1 modules
|
|
320
|
+
var state = __webpack_require__(62657);
|
|
319
321
|
// EXTERNAL MODULE: ../../../node_modules/react-i18next/dist/es/index.js + 15 modules
|
|
320
322
|
var es = __webpack_require__(69190);
|
|
321
323
|
;// CONCATENATED MODULE: ../../../extensions/cornerstone-dicom-seg/src/panels/PanelSegmentation.tsx
|
|
@@ -324,6 +326,7 @@ var es = __webpack_require__(69190);
|
|
|
324
326
|
|
|
325
327
|
|
|
326
328
|
|
|
329
|
+
|
|
327
330
|
function PanelSegmentation(_ref) {
|
|
328
331
|
let {
|
|
329
332
|
servicesManager,
|
|
@@ -333,6 +336,8 @@ function PanelSegmentation(_ref) {
|
|
|
333
336
|
segmentationService,
|
|
334
337
|
uiDialogService
|
|
335
338
|
} = servicesManager.services;
|
|
339
|
+
const [appConfig] = (0,state/* useAppConfig */.M)();
|
|
340
|
+
const disableEditing = appConfig?.disableEditing;
|
|
336
341
|
const {
|
|
337
342
|
t
|
|
338
343
|
} = (0,es/* useTranslation */.$G)('PanelSegmentation');
|
|
@@ -474,6 +479,7 @@ function PanelSegmentation(_ref) {
|
|
|
474
479
|
onSegmentationEdit: onSegmentationEdit,
|
|
475
480
|
onSegmentClick: onSegmentClick,
|
|
476
481
|
onSegmentEdit: onSegmentEdit,
|
|
482
|
+
disableEditing: disableEditing,
|
|
477
483
|
onSegmentColorClick: onSegmentColorClick,
|
|
478
484
|
onSegmentDelete: onSegmentDelete,
|
|
479
485
|
onToggleSegmentVisibility: onToggleSegmentVisibility,
|
|
@@ -495,6 +501,7 @@ PanelSegmentation.propTypes = {
|
|
|
495
501
|
commandsManager: prop_types_default().shape({
|
|
496
502
|
runCommand: (prop_types_default()).func.isRequired
|
|
497
503
|
}),
|
|
504
|
+
appConfig: (prop_types_default()).object.isRequired,
|
|
498
505
|
servicesManager: prop_types_default().shape({
|
|
499
506
|
services: prop_types_default().shape({
|
|
500
507
|
segmentationService: prop_types_default().shape({
|
|
@@ -2211,8 +2211,8 @@ function ViewerLayout(_ref) {
|
|
|
2211
2211
|
hotkeyDefinitions,
|
|
2212
2212
|
hotkeyDefaults
|
|
2213
2213
|
} = hotkeysManager;
|
|
2214
|
-
const versionNumber = "3.7.0-beta.
|
|
2215
|
-
const commitHash = "
|
|
2214
|
+
const versionNumber = "3.7.0-beta.53";
|
|
2215
|
+
const commitHash = "ed0b01cd39930bb24f827608857adc0799fac3bf";
|
|
2216
2216
|
const menuOptions = [{
|
|
2217
2217
|
title: t('Header:About'),
|
|
2218
2218
|
icon: 'info',
|
|
@@ -896,7 +896,8 @@ const promptHydrateStructuredReport_RESPONSE = {
|
|
|
896
896
|
function promptHydrateStructuredReport(_ref, ctx, evt) {
|
|
897
897
|
let {
|
|
898
898
|
servicesManager,
|
|
899
|
-
extensionManager
|
|
899
|
+
extensionManager,
|
|
900
|
+
appConfig
|
|
900
901
|
} = _ref;
|
|
901
902
|
const {
|
|
902
903
|
uiViewportDialogService,
|
|
@@ -916,7 +917,8 @@ function promptHydrateStructuredReport(_ref, ctx, evt) {
|
|
|
916
917
|
console.warn('!! HYDRATING STRUCTURED REPORT');
|
|
917
918
|
const hydrationResult = (0,cornerstone_dicom_sr_src.hydrateStructuredReport)({
|
|
918
919
|
servicesManager,
|
|
919
|
-
extensionManager
|
|
920
|
+
extensionManager,
|
|
921
|
+
appConfig
|
|
920
922
|
}, displaySetInstanceUID);
|
|
921
923
|
StudyInstanceUID = hydrationResult.StudyInstanceUID;
|
|
922
924
|
SeriesInstanceUIDs = hydrationResult.SeriesInstanceUIDs;
|
|
@@ -993,6 +995,8 @@ function hydrateStructuredReport(_ref, ctx, evt) {
|
|
|
993
995
|
});
|
|
994
996
|
}
|
|
995
997
|
/* harmony default export */ const TrackedMeasurementsContext_hydrateStructuredReport = (hydrateStructuredReport);
|
|
998
|
+
// EXTERNAL MODULE: ./state/index.js + 1 modules
|
|
999
|
+
var state = __webpack_require__(62657);
|
|
996
1000
|
;// CONCATENATED MODULE: ../../../extensions/measurement-tracking/src/contexts/TrackedMeasurementsContext/TrackedMeasurementsContext.tsx
|
|
997
1001
|
|
|
998
1002
|
|
|
@@ -1006,6 +1010,7 @@ function hydrateStructuredReport(_ref, ctx, evt) {
|
|
|
1006
1010
|
|
|
1007
1011
|
|
|
1008
1012
|
|
|
1013
|
+
|
|
1009
1014
|
const TrackedMeasurementsContext = /*#__PURE__*/react.createContext();
|
|
1010
1015
|
TrackedMeasurementsContext.displayName = 'TrackedMeasurementsContext';
|
|
1011
1016
|
const useTrackedMeasurements = () => (0,react.useContext)(TrackedMeasurementsContext);
|
|
@@ -1026,6 +1031,7 @@ _ref2 // Component props
|
|
|
1026
1031
|
let {
|
|
1027
1032
|
children
|
|
1028
1033
|
} = _ref2;
|
|
1034
|
+
const [appConfig] = (0,state/* useAppConfig */.M)();
|
|
1029
1035
|
const [viewportGrid, viewportGridService] = (0,src/* useViewportGrid */.O_)();
|
|
1030
1036
|
const {
|
|
1031
1037
|
activeViewportIndex,
|
|
@@ -1101,28 +1107,34 @@ _ref2 // Component props
|
|
|
1101
1107
|
machineOptions.services = Object.assign({}, machineOptions.services, {
|
|
1102
1108
|
promptBeginTracking: TrackedMeasurementsContext_promptBeginTracking.bind(null, {
|
|
1103
1109
|
servicesManager,
|
|
1104
|
-
extensionManager
|
|
1110
|
+
extensionManager,
|
|
1111
|
+
appConfig
|
|
1105
1112
|
}),
|
|
1106
1113
|
promptTrackNewSeries: TrackedMeasurementsContext_promptTrackNewSeries.bind(null, {
|
|
1107
1114
|
servicesManager,
|
|
1108
|
-
extensionManager
|
|
1115
|
+
extensionManager,
|
|
1116
|
+
appConfig
|
|
1109
1117
|
}),
|
|
1110
1118
|
promptTrackNewStudy: TrackedMeasurementsContext_promptTrackNewStudy.bind(null, {
|
|
1111
1119
|
servicesManager,
|
|
1112
|
-
extensionManager
|
|
1120
|
+
extensionManager,
|
|
1121
|
+
appConfig
|
|
1113
1122
|
}),
|
|
1114
1123
|
promptSaveReport: TrackedMeasurementsContext_promptSaveReport.bind(null, {
|
|
1115
1124
|
servicesManager,
|
|
1116
1125
|
commandsManager,
|
|
1117
|
-
extensionManager
|
|
1126
|
+
extensionManager,
|
|
1127
|
+
appConfig
|
|
1118
1128
|
}),
|
|
1119
1129
|
promptHydrateStructuredReport: TrackedMeasurementsContext_promptHydrateStructuredReport.bind(null, {
|
|
1120
1130
|
servicesManager,
|
|
1121
|
-
extensionManager
|
|
1131
|
+
extensionManager,
|
|
1132
|
+
appConfig
|
|
1122
1133
|
}),
|
|
1123
1134
|
hydrateStructuredReport: TrackedMeasurementsContext_hydrateStructuredReport.bind(null, {
|
|
1124
1135
|
servicesManager,
|
|
1125
|
-
extensionManager
|
|
1136
|
+
extensionManager,
|
|
1137
|
+
appConfig
|
|
1126
1138
|
})
|
|
1127
1139
|
});
|
|
1128
1140
|
|
|
@@ -1193,7 +1205,8 @@ TrackedMeasurementsContextProvider.propTypes = {
|
|
|
1193
1205
|
children: prop_types_default().oneOf([(prop_types_default()).func, (prop_types_default()).node]),
|
|
1194
1206
|
servicesManager: (prop_types_default()).object.isRequired,
|
|
1195
1207
|
commandsManager: (prop_types_default()).object.isRequired,
|
|
1196
|
-
extensionManager: (prop_types_default()).object.isRequired
|
|
1208
|
+
extensionManager: (prop_types_default()).object.isRequired,
|
|
1209
|
+
appConfig: (prop_types_default()).object
|
|
1197
1210
|
};
|
|
1198
1211
|
|
|
1199
1212
|
;// CONCATENATED MODULE: ../../../extensions/measurement-tracking/src/contexts/TrackedMeasurementsContext/index.js
|
|
@@ -1622,11 +1622,17 @@ function getLabelFromDCMJSImportedToolData(toolData) {
|
|
|
1622
1622
|
}
|
|
1623
1623
|
// EXTERNAL MODULE: ../../../node_modules/@cornerstonejs/adapters/dist/adapters.es.js
|
|
1624
1624
|
var adapters_es = __webpack_require__(91202);
|
|
1625
|
+
// EXTERNAL MODULE: ../../../node_modules/@cornerstonejs/tools/dist/esm/index.js + 323 modules
|
|
1626
|
+
var dist_esm = __webpack_require__(26925);
|
|
1625
1627
|
;// CONCATENATED MODULE: ../../../extensions/cornerstone-dicom-sr/src/utils/hydrateStructuredReport.js
|
|
1626
1628
|
|
|
1627
1629
|
|
|
1628
1630
|
|
|
1629
1631
|
|
|
1632
|
+
|
|
1633
|
+
const {
|
|
1634
|
+
locking
|
|
1635
|
+
} = dist_esm.annotation;
|
|
1630
1636
|
const {
|
|
1631
1637
|
guid
|
|
1632
1638
|
} = src["default"].utils;
|
|
@@ -1673,8 +1679,11 @@ const convertSites = (codingValues, sites) => {
|
|
|
1673
1679
|
function hydrateStructuredReport(_ref, displaySetInstanceUID) {
|
|
1674
1680
|
let {
|
|
1675
1681
|
servicesManager,
|
|
1676
|
-
extensionManager
|
|
1682
|
+
extensionManager,
|
|
1683
|
+
appConfig
|
|
1677
1684
|
} = _ref;
|
|
1685
|
+
const annotationManager = dist_esm.annotation.state.getAnnotationManager();
|
|
1686
|
+
const disableEditing = appConfig?.disableEditing;
|
|
1678
1687
|
const dataSource = extensionManager.getActiveDataSource()[0];
|
|
1679
1688
|
const {
|
|
1680
1689
|
measurementService,
|
|
@@ -1792,9 +1801,13 @@ function hydrateStructuredReport(_ref, displaySetInstanceUID) {
|
|
|
1792
1801
|
annotation.data.findingSites = convertSites(codingValues, toolData.findingSites);
|
|
1793
1802
|
annotation.data.site = annotation.data.findingSites?.[0];
|
|
1794
1803
|
const matchingMapping = mappings.find(m => m.annotationType === annotationType);
|
|
1795
|
-
measurementService.addRawMeasurement(source, annotationType, {
|
|
1804
|
+
const newAnnotationUID = measurementService.addRawMeasurement(source, annotationType, {
|
|
1796
1805
|
annotation
|
|
1797
1806
|
}, matchingMapping.toMeasurementSchema, dataSource);
|
|
1807
|
+
if (disableEditing) {
|
|
1808
|
+
const addedAnnotation = annotationManager.getAnnotation(newAnnotationUID);
|
|
1809
|
+
locking.setAnnotationLocked(addedAnnotation, true);
|
|
1810
|
+
}
|
|
1798
1811
|
if (!imageIds.includes(imageId)) {
|
|
1799
1812
|
imageIds.push(imageId);
|
|
1800
1813
|
}
|
|
@@ -16,6 +16,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
16
16
|
/* harmony import */ var _tools_modules_dicomSRModule__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(64035);
|
|
17
17
|
/* harmony import */ var _ohif_ui__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(60082);
|
|
18
18
|
/* harmony import */ var _utils_hydrateStructuredReport__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(38965);
|
|
19
|
+
/* harmony import */ var _state__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(62657);
|
|
19
20
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
20
21
|
|
|
21
22
|
|
|
@@ -24,6 +25,7 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function
|
|
|
24
25
|
|
|
25
26
|
|
|
26
27
|
|
|
28
|
+
|
|
27
29
|
const {
|
|
28
30
|
formatDate
|
|
29
31
|
} = _ohif_core__WEBPACK_IMPORTED_MODULE_3__.utils;
|
|
@@ -40,6 +42,7 @@ function OHIFCornerstoneSRViewport(props) {
|
|
|
40
42
|
servicesManager,
|
|
41
43
|
extensionManager
|
|
42
44
|
} = props;
|
|
45
|
+
const [appConfig] = (0,_state__WEBPACK_IMPORTED_MODULE_7__/* .useAppConfig */ .M)();
|
|
43
46
|
const {
|
|
44
47
|
displaySetService,
|
|
45
48
|
cornerstoneViewportService,
|
|
@@ -84,7 +87,8 @@ function OHIFCornerstoneSRViewport(props) {
|
|
|
84
87
|
SeriesInstanceUIDs
|
|
85
88
|
} = (0,_utils_hydrateStructuredReport__WEBPACK_IMPORTED_MODULE_6__/* ["default"] */ .Z)({
|
|
86
89
|
servicesManager,
|
|
87
|
-
extensionManager
|
|
90
|
+
extensionManager,
|
|
91
|
+
appConfig
|
|
88
92
|
}, displaySetInstanceUID);
|
|
89
93
|
const displaySets = displaySetService.getDisplaySetsForSeries(SeriesInstanceUIDs[0]);
|
|
90
94
|
if (displaySets.length) {
|
|
@@ -959,8 +959,8 @@ function WorkList(_ref) {
|
|
|
959
959
|
};
|
|
960
960
|
});
|
|
961
961
|
const hasStudies = numOfStudies > 0;
|
|
962
|
-
const versionNumber = "3.7.0-beta.
|
|
963
|
-
const commitHash = "
|
|
962
|
+
const versionNumber = "3.7.0-beta.53";
|
|
963
|
+
const commitHash = "ed0b01cd39930bb24f827608857adc0799fac3bf";
|
|
964
964
|
const menuOptions = [{
|
|
965
965
|
title: t('Header:About'),
|
|
966
966
|
icon: 'info',
|
|
@@ -7039,7 +7039,7 @@ const detectionOptions = {
|
|
|
7039
7039
|
}
|
|
7040
7040
|
});
|
|
7041
7041
|
;// CONCATENATED MODULE: ../../i18n/package.json
|
|
7042
|
-
const package_namespaceObject = JSON.parse('{"i8":"3.7.0-beta.
|
|
7042
|
+
const package_namespaceObject = JSON.parse('{"i8":"3.7.0-beta.52"}');
|
|
7043
7043
|
;// CONCATENATED MODULE: ../../i18n/src/utils.js
|
|
7044
7044
|
const languagesMap = {
|
|
7045
7045
|
ar: 'Arabic',
|
|
@@ -28929,6 +28929,7 @@ const SegmentItem = _ref => {
|
|
|
28929
28929
|
isVisible,
|
|
28930
28930
|
color,
|
|
28931
28931
|
showSegmentDelete,
|
|
28932
|
+
disableEditing,
|
|
28932
28933
|
isLocked = false,
|
|
28933
28934
|
onClick,
|
|
28934
28935
|
onEdit,
|
|
@@ -29005,7 +29006,7 @@ const SegmentItem = _ref => {
|
|
|
29005
29006
|
}
|
|
29006
29007
|
})), isHovering && /*#__PURE__*/react.createElement("div", {
|
|
29007
29008
|
className: classnames_default()('flex items-center')
|
|
29008
|
-
}, /*#__PURE__*/react.createElement(Icon/* default */.Z, {
|
|
29009
|
+
}, !disableEditing && /*#__PURE__*/react.createElement(Icon/* default */.Z, {
|
|
29009
29010
|
name: "row-edit",
|
|
29010
29011
|
className: classnames_default()('w-5 h-5', {
|
|
29011
29012
|
'text-white': isLocked,
|
|
@@ -29041,6 +29042,7 @@ SegmentItem.propTypes = {
|
|
|
29041
29042
|
segmentIndex: (prop_types_default()).number.isRequired,
|
|
29042
29043
|
segmentationId: (prop_types_default()).string.isRequired,
|
|
29043
29044
|
label: (prop_types_default()).string,
|
|
29045
|
+
disableEditing: (prop_types_default()).bool,
|
|
29044
29046
|
// color as array
|
|
29045
29047
|
color: (prop_types_default()).array,
|
|
29046
29048
|
isActive: (prop_types_default()).bool.isRequired,
|
|
@@ -29071,11 +29073,12 @@ const AddNewSegmentRow = _ref => {
|
|
|
29071
29073
|
onToggleSegmentationVisibility,
|
|
29072
29074
|
onSegmentAdd,
|
|
29073
29075
|
isVisible,
|
|
29074
|
-
showAddSegment
|
|
29076
|
+
showAddSegment,
|
|
29077
|
+
disableEditing
|
|
29075
29078
|
} = _ref;
|
|
29076
29079
|
return /*#__PURE__*/react.createElement("div", null, /*#__PURE__*/react.createElement("div", {
|
|
29077
29080
|
className: "flex items-center pl-[29px] bg-black text-primary-active hover:opacity-80 cursor-pointer text-[12px] py-1"
|
|
29078
|
-
}, showAddSegment && /*#__PURE__*/react.createElement("div", {
|
|
29081
|
+
}, showAddSegment && !disableEditing && /*#__PURE__*/react.createElement("div", {
|
|
29079
29082
|
className: "flex items-center",
|
|
29080
29083
|
onClick: () => onSegmentAdd()
|
|
29081
29084
|
}, /*#__PURE__*/react.createElement(Icon/* default */.Z, {
|
|
@@ -29108,6 +29111,7 @@ const SegmentGroupHeader = _ref2 => {
|
|
|
29108
29111
|
isActive,
|
|
29109
29112
|
segmentCount,
|
|
29110
29113
|
onSegmentationEdit,
|
|
29114
|
+
disableEditing,
|
|
29111
29115
|
onSegmentationDelete
|
|
29112
29116
|
} = _ref2;
|
|
29113
29117
|
return /*#__PURE__*/react.createElement("div", {
|
|
@@ -29138,7 +29142,7 @@ const SegmentGroupHeader = _ref2 => {
|
|
|
29138
29142
|
onClick: e => {
|
|
29139
29143
|
e.stopPropagation();
|
|
29140
29144
|
}
|
|
29141
|
-
}, /*#__PURE__*/react.createElement(Dropdown_Dropdown, {
|
|
29145
|
+
}, !disableEditing && /*#__PURE__*/react.createElement(Dropdown_Dropdown, {
|
|
29142
29146
|
id: "segmentation-dropdown",
|
|
29143
29147
|
showDropdownIcon: false,
|
|
29144
29148
|
list: [{
|
|
@@ -29172,6 +29176,7 @@ const SegmentationGroup = _ref3 => {
|
|
|
29172
29176
|
onSegmentClick,
|
|
29173
29177
|
isMinimized,
|
|
29174
29178
|
onSegmentColorClick,
|
|
29179
|
+
disableEditing,
|
|
29175
29180
|
showAddSegment,
|
|
29176
29181
|
segments,
|
|
29177
29182
|
activeSegmentIndex,
|
|
@@ -29199,7 +29204,8 @@ const SegmentationGroup = _ref3 => {
|
|
|
29199
29204
|
onSegmentationClick: onSegmentationClick,
|
|
29200
29205
|
segmentCount: segmentCount,
|
|
29201
29206
|
onSegmentationEdit: onSegmentationEdit,
|
|
29202
|
-
onSegmentationDelete: onSegmentationDelete
|
|
29207
|
+
onSegmentationDelete: onSegmentationDelete,
|
|
29208
|
+
disableEditing: disableEditing
|
|
29203
29209
|
}), !isMinimized && /*#__PURE__*/react.createElement("div", {
|
|
29204
29210
|
className: "flex flex-col flex-auto min-h-0"
|
|
29205
29211
|
}, /*#__PURE__*/react.createElement(AddNewSegmentRow, {
|
|
@@ -29208,6 +29214,7 @@ const SegmentationGroup = _ref3 => {
|
|
|
29208
29214
|
isVisible: isVisible,
|
|
29209
29215
|
onToggleSegmentationVisibility: onToggleSegmentationVisibility,
|
|
29210
29216
|
id: id,
|
|
29217
|
+
disableEditing: disableEditing,
|
|
29211
29218
|
showAddSegment: showAddSegment
|
|
29212
29219
|
}), /*#__PURE__*/react.createElement("div", {
|
|
29213
29220
|
className: "flex flex-col min-h-0 ohif-scrollbar overflow-y-hidden"
|
|
@@ -29233,6 +29240,7 @@ const SegmentationGroup = _ref3 => {
|
|
|
29233
29240
|
isActive: activeSegmentIndex === segmentIndex,
|
|
29234
29241
|
isLocked: isLocked,
|
|
29235
29242
|
isVisible: isVisible,
|
|
29243
|
+
disableEditing: disableEditing,
|
|
29236
29244
|
onClick: onSegmentClick,
|
|
29237
29245
|
onEdit: onSegmentEdit,
|
|
29238
29246
|
onDelete: onSegmentDelete,
|
|
@@ -29268,7 +29276,8 @@ SegmentationGroup.propTypes = {
|
|
|
29268
29276
|
onToggleMinimizeSegmentation: (prop_types_default()).func.isRequired,
|
|
29269
29277
|
onSegmentationConfigChange: (prop_types_default()).func.isRequired,
|
|
29270
29278
|
onSegmentationDelete: (prop_types_default()).func.isRequired,
|
|
29271
|
-
onSegmentEdit: (prop_types_default()).func.isRequired
|
|
29279
|
+
onSegmentEdit: (prop_types_default()).func.isRequired,
|
|
29280
|
+
disableEditing: (prop_types_default()).bool
|
|
29272
29281
|
};
|
|
29273
29282
|
SegmentationGroup.defaultProps = {
|
|
29274
29283
|
label: '',
|
|
@@ -29621,6 +29630,7 @@ const SegmentationGroupTable = _ref => {
|
|
|
29621
29630
|
onSegmentClick,
|
|
29622
29631
|
onSegmentAdd,
|
|
29623
29632
|
segmentationConfig,
|
|
29633
|
+
disableEditing,
|
|
29624
29634
|
onSegmentDelete,
|
|
29625
29635
|
onSegmentEdit,
|
|
29626
29636
|
onToggleSegmentationVisibility,
|
|
@@ -29664,6 +29674,7 @@ const SegmentationGroupTable = _ref => {
|
|
|
29664
29674
|
id: id,
|
|
29665
29675
|
key: id,
|
|
29666
29676
|
label: label,
|
|
29677
|
+
disableEditing: disableEditing,
|
|
29667
29678
|
isMinimized: isMinimized[id],
|
|
29668
29679
|
segments: segments,
|
|
29669
29680
|
showAddSegment: showAddSegment,
|
|
@@ -29683,7 +29694,7 @@ const SegmentationGroupTable = _ref => {
|
|
|
29683
29694
|
onSegmentAdd: onSegmentAdd,
|
|
29684
29695
|
showSegmentDelete: false
|
|
29685
29696
|
});
|
|
29686
|
-
})), showAddSegmentation && /*#__PURE__*/react.createElement("div", {
|
|
29697
|
+
})), showAddSegmentation && !disableEditing && /*#__PURE__*/react.createElement("div", {
|
|
29687
29698
|
className: "flex items-center cursor-pointer hover:opacity-80 text-primary-active bg-black text-[12px] pl-1 h-[45px]",
|
|
29688
29699
|
onClick: () => onSegmentationAdd()
|
|
29689
29700
|
}, /*#__PURE__*/react.createElement(Icon/* default */.Z, {
|
|
@@ -29703,7 +29714,8 @@ SegmentationGroupTable.propTypes = {
|
|
|
29703
29714
|
onToggleLocked: (prop_types_default()).func,
|
|
29704
29715
|
onToggleVisibility: (prop_types_default()).func.isRequired,
|
|
29705
29716
|
onToggleVisibilityAll: (prop_types_default()).func.isRequired,
|
|
29706
|
-
segmentationConfig: (prop_types_default()).object
|
|
29717
|
+
segmentationConfig: (prop_types_default()).object,
|
|
29718
|
+
disableEditing: (prop_types_default()).bool
|
|
29707
29719
|
};
|
|
29708
29720
|
SegmentationGroupTable.defaultProps = {
|
|
29709
29721
|
title: '',
|
|
@@ -47388,7 +47400,7 @@ class MeasurementService extends PubSubService {
|
|
|
47388
47400
|
dataSource
|
|
47389
47401
|
});
|
|
47390
47402
|
}
|
|
47391
|
-
return newMeasurement.
|
|
47403
|
+
return newMeasurement.uid;
|
|
47392
47404
|
}
|
|
47393
47405
|
|
|
47394
47406
|
/**
|
|
@@ -153641,7 +153653,7 @@ var selectOrdinal = function selectOrdinal() {
|
|
|
153641
153653
|
/******/ // This function allow to reference async chunks
|
|
153642
153654
|
/******/ __webpack_require__.u = (chunkId) => {
|
|
153643
153655
|
/******/ // return url for filenames based on template
|
|
153644
|
-
/******/ return "" + (chunkId === 18 ? "dicom-microscopy-viewer" : chunkId) + ".bundle." + {"12":"
|
|
153656
|
+
/******/ return "" + (chunkId === 18 ? "dicom-microscopy-viewer" : chunkId) + ".bundle." + {"12":"09ba36c6ceda3bc22278","18":"44f7fedc03a58d5911d1","23":"e008ad788170f2ed5569","30":"8e4fee7f2e20f1d6d1ab","125":"1ae4c6313c31cd0502cc","128":"048d594cecedf6b447c6","150":"abf35493ddb72903930c","181":"1705c0775d72e671dede","202":"ac1e5e25d4daf54581b1","220":"f7e1c96c94245e70f2be","236":"d9f580b7d2769556502e","250":"a523e899f4fb640949f9","260":"25de55d10fa0c377dd22","281":"6f75763dfc0bc240f8ba","348":"c1c983322736015ba732","359":"30dfbfe03df620835f40","378":"582962d731d783c4d6cd","410":"dbc0c425e9b9df98b881","417":"720dc8f3a6e99f378aa9","451":"9941d9134fcf747d452a","471":"c9e618aeda78362776aa","506":"e72cad01f325d5590fc1","579":"8fc434a0c13d3f662d42","604":"a51f83e64004bca5f497","663":"d8bab8112bbff8fa8073","677":"ec5f2b4707db33bd4d8e","678":"e5c2d809571c5e507ab2","686":"70565410179f1e7d22e6","754":"8a16fc8ad21fe00c2e15","774":"8ba82ee206266eb2da5e","775":"2285e7e0e67878948c0d","782":"96410527cef2fbcb5d17","814":"525befb144b0b1fdf2e6","822":"34b2c7e2f175dc797380","886":"09fc0e8c8aa227b70351","925":"22f021ff05c44ae74f24"}[chunkId] + ".js";
|
|
153645
153657
|
/******/ };
|
|
153646
153658
|
/******/ })();
|
|
153647
153659
|
/******/
|
package/dist/index.html
CHANGED
|
@@ -1 +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"/><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>window.PUBLIC_URL = '/';</script><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.
|
|
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"/><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>window.PUBLIC_URL = '/';</script><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.620470253277785e5cc2.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.09ba36c6ceda3bc22278.js'},{'revision':null,'url':'/125.bundle.1ae4c6313c31cd0502cc.js'},{'revision':null,'url':'/128.bundle.048d594cecedf6b447c6.js'},{'revision':null,'url':'/150.bundle.abf35493ddb72903930c.js'},{'revision':null,'url':'/181.bundle.1705c0775d72e671dede.js'},{'revision':'8079c6447e119ba0680e8fab5875745d','url':'/181.css'},{'revision':null,'url':'/202.bundle.ac1e5e25d4daf54581b1.js'},{'revision':null,'url':'/220.bundle.f7e1c96c94245e70f2be.js'},{'revision':null,'url':'/23.bundle.e008ad788170f2ed5569.js'},{'revision':null,'url':'/236.bundle.d9f580b7d2769556502e.js'},{'revision':null,'url':'/250.bundle.a523e899f4fb640949f9.js'},{'revision':'0afb25509c7f072fbd7eda42c6895dbf','url':'/250.css'},{'revision':null,'url':'/260.bundle.25de55d10fa0c377dd22.js'},{'revision':null,'url':'/281.bundle.6f75763dfc0bc240f8ba.js'},{'revision':null,'url':'/30.bundle.8e4fee7f2e20f1d6d1ab.js'},{'revision':null,'url':'/348.bundle.c1c983322736015ba732.js'},{'revision':null,'url':'/359.bundle.30dfbfe03df620835f40.js'},{'revision':'c4ea120c6da08aa75348edfa3e57ece9','url':'/36785fbd89b0e17f6099.wasm'},{'revision':null,'url':'/378.bundle.582962d731d783c4d6cd.js'},{'revision':null,'url':'/410.bundle.dbc0c425e9b9df98b881.js'},{'revision':null,'url':'/417.bundle.720dc8f3a6e99f378aa9.js'},{'revision':null,'url':'/451.bundle.9941d9134fcf747d452a.js'},{'revision':null,'url':'/471.bundle.c9e618aeda78362776aa.js'},{'revision':'c377e1f5fe4a207d270c3f7a8dd3e3ca','url':'/5004fdc02f329ce53b69.wasm'},{'revision':null,'url':'/506.bundle.e72cad01f325d5590fc1.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':'5800265b6831396572fb5d32c6bd8eef','url':'/62ab5d58a2bea7b5a1dc.wasm'},{'revision':'ce10eced3ce34e663d86569b27f5bffb','url':'/65916ef3def695744bda.wasm'},{'revision':null,'url':'/663.bundle.d8bab8112bbff8fa8073.js'},{'revision':null,'url':'/677.bundle.ec5f2b4707db33bd4d8e.js'},{'revision':null,'url':'/678.bundle.e5c2d809571c5e507ab2.js'},{'revision':'185e5e0a10fa6ab2fc7b3c38e63d550b','url':'/678.css'},{'revision':null,'url':'/686.bundle.70565410179f1e7d22e6.js'},{'revision':null,'url':'/754.bundle.8a16fc8ad21fe00c2e15.js'},{'revision':'cf3e4d4fa8884275461c195421812256','url':'/75788f12450d4c5ed494.wasm'},{'revision':'cc4a3a4da4ac1b863a714f93c66c6ef2','url':'/75a0c2dfe07b824c7d21.wasm'},{'revision':null,'url':'/774.bundle.8ba82ee206266eb2da5e.js'},{'revision':null,'url':'/775.bundle.2285e7e0e67878948c0d.js'},{'revision':null,'url':'/782.bundle.96410527cef2fbcb5d17.js'},{'revision':null,'url':'/814.bundle.525befb144b0b1fdf2e6.js'},{'revision':null,'url':'/822.bundle.34b2c7e2f175dc797380.js'},{'revision':null,'url':'/886.bundle.09fc0e8c8aa227b70351.js'},{'revision':null,'url':'/925.bundle.22f021ff05c44ae74f24.js'},{'revision':'74c9647440e51f149ad12923d6ead952','url':'/945.min.worker.js'},{'revision':'cdf6f0457d4af2cef04fc41816241bc1','url':'/945.min.worker.js.map'},{'revision':'d1895aa7a4595dc279c382e5a31ef9f4','url':'/_headers'},{'revision':'6839a719b6810111d8097998b11293a1','url':'/_redirects'},{'revision':'75b0852380bfab6b77ed10924d558d63','url':'/app-config.js'},{'revision':'d5ac5862db6dfbb7eacfc0e74a6602b4','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':'cfea70d7ddc8f06f276ea0c85c4b2adf','url':'/assets/yandex-browser-manifest.json'},{'revision':'52b9a07fe0541fe8c313d9788550bf51','url':'/b6b803111e2d06a825bd.wasm'},{'revision':'7edb59d2be7c993050cb31ded36afa31','url':'/c22b37c3488e1d6c3aa4.wasm'},{'revision':'c92fc2d7174c9b592394d71e98b94b6c','url':'/cornerstoneDICOMImageLoader.min.js'},{'revision':'d3b0b8548ddeb0f8fd6daf92866ff249','url':'/cornerstoneDICOMImageLoader.min.js.map'},{'revision':null,'url':'/dicom-microscopy-viewer.bundle.44f7fedc03a58d5911d1.js'},{'revision':'9d8c85b42d04bb117a3b583d654fbb08','url':'/dicomMicroscopyViewer.min.js'},{'revision':'450494c199cf8dd8e8c34d5e98bf5334','url':'/dicomMicroscopyViewer.min.js.LICENSE.txt'},{'revision':'0ca44a1b8719e835645ffa804a9d1395','url':'/es6-shim.min.js'},{'revision':'20a413c13d5bf54b67f399a7657fb54a','url':'/google.js'},{'revision':'08d7b5d55cbbc963365892f76a0ab7a9','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':'c4c4be134438c4cc55613210f3913526','url':'/init-service-worker.js'},{'revision':'74fc9658b62903be2048c1f82a22b4d4','url':'/manifest.json'},{'revision':'3fa71aa0af3e34b4ebd9a71eee0f4bdd','url':'/ohif-logo-light.svg'},{'revision':'7e81da785c63e75650101db6c5d7560e','url':'/ohif-logo.svg'},{'revision':'754d698a7b334af57c00f29723fd9751','url':'/oidc-client.min.js'},{'revision':'d05a380d50b74e629738ae6f62fb7e78','url':'/polyfill.min.js'},{'revision':'f528b6861c82ee4415fce0821fd695c1','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.53",
|
|
4
4
|
"productVersion": "3.4.0",
|
|
5
5
|
"description": "OHIF Viewer",
|
|
6
6
|
"author": "OHIF Contributors",
|
|
@@ -51,22 +51,22 @@
|
|
|
51
51
|
"@cornerstonejs/codec-openjpeg": "^1.2.2",
|
|
52
52
|
"@cornerstonejs/codec-openjph": "^2.4.2",
|
|
53
53
|
"@cornerstonejs/dicom-image-loader": "^1.9.3",
|
|
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.
|
|
54
|
+
"@ohif/core": "3.7.0-beta.53",
|
|
55
|
+
"@ohif/extension-cornerstone": "3.7.0-beta.53",
|
|
56
|
+
"@ohif/extension-cornerstone-dicom-rt": "3.7.0-beta.53",
|
|
57
|
+
"@ohif/extension-cornerstone-dicom-seg": "3.7.0-beta.53",
|
|
58
|
+
"@ohif/extension-cornerstone-dicom-sr": "3.7.0-beta.53",
|
|
59
|
+
"@ohif/extension-default": "3.7.0-beta.53",
|
|
60
|
+
"@ohif/extension-dicom-microscopy": "3.7.0-beta.53",
|
|
61
|
+
"@ohif/extension-dicom-pdf": "3.7.0-beta.53",
|
|
62
|
+
"@ohif/extension-dicom-video": "3.7.0-beta.53",
|
|
63
|
+
"@ohif/extension-test": "3.7.0-beta.53",
|
|
64
|
+
"@ohif/i18n": "3.7.0-beta.53",
|
|
65
|
+
"@ohif/mode-basic-dev-mode": "3.7.0-beta.53",
|
|
66
|
+
"@ohif/mode-longitudinal": "3.7.0-beta.53",
|
|
67
|
+
"@ohif/mode-microscopy": "3.7.0-beta.53",
|
|
68
|
+
"@ohif/mode-test": "3.7.0-beta.53",
|
|
69
|
+
"@ohif/ui": "3.7.0-beta.53",
|
|
70
70
|
"@types/react": "^17.0.38",
|
|
71
71
|
"classnames": "^2.3.2",
|
|
72
72
|
"core-js": "^3.16.1",
|
|
@@ -106,5 +106,5 @@
|
|
|
106
106
|
"webpack-cli": "^4.7.2",
|
|
107
107
|
"webpack-merge": "^5.7.3"
|
|
108
108
|
},
|
|
109
|
-
"gitHead": "
|
|
109
|
+
"gitHead": "de6976df3b1a429386ea092f6971e0f828ec6f2c"
|
|
110
110
|
}
|
|
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
|