@ohif/app 3.7.0-beta.30 → 3.7.0-beta.32
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/{744.bundle.dc2d81281f487639e6a1.js → 744.bundle.df7868749b17d157eff3.js} +3 -36
- package/dist/{799.bundle.fc05d0ebce2e34c5b4cf.js → 799.bundle.620e1df13daf7b31cb3f.js} +50 -2
- package/dist/{82.bundle.efb706699e26ef20206d.js → 82.bundle.1e2462a400e956390087.js} +2 -2
- package/dist/{app.bundle.b6e30b9b5dd4b0e1695e.js → app.bundle.1dbcce1bc2fd56fa4867.js} +16 -9
- package/dist/index.html +1 -1
- package/dist/sw.js +1 -1
- package/package.json +18 -18
- /package/dist/{192.bundle.0d5ad56565f7bd4bc3a8.js → 192.bundle.26533b7ad9113e6bc34d.js} +0 -0
- /package/dist/{199.bundle.cb5f8296c20383e903e2.js → 199.bundle.56551652377b05f85f03.js} +0 -0
- /package/dist/{208.bundle.c7a07b58b252676c3b50.js → 208.bundle.e1f8d78968791e539ec8.js} +0 -0
- /package/dist/{283.bundle.eeb95c7402f37b685139.js → 283.bundle.49a1b99c4c644c056e33.js} +0 -0
- /package/dist/{404.bundle.b8d4d7a87f865aa256b4.js → 404.bundle.312d888f29f0fa5a57d9.js} +0 -0
- /package/dist/{50.bundle.4feda5a73e2cc15c7d1c.js → 50.bundle.446a70d541ad5eaa1152.js} +0 -0
- /package/dist/{616.bundle.19b5646520b733420e68.js → 616.bundle.4def329c5e77446ce41a.js} +0 -0
- /package/dist/{642.bundle.64af38ace07a57ec25ed.js → 642.bundle.b926cd6e393ac5fa9461.js} +0 -0
- /package/dist/{707.bundle.6e341fe7e31173d1aa25.js → 707.bundle.f6089591fa5662066ba1.js} +0 -0
- /package/dist/{790.bundle.428300a4e855c2e73e19.js → 790.bundle.14d186106edad0c5d0a7.js} +0 -0
- /package/dist/{917.bundle.4dc82418373670300cea.js → 917.bundle.86db126079298a492409.js} +0 -0
- /package/dist/{973.bundle.b39e2288b0b2e596024e.js → 973.bundle.8b40615552054ca421a4.js} +0 -0
- /package/dist/{976.bundle.880913c90d80777f7a0f.js → 976.bundle.c6bd57d5f629041c207b.js} +0 -0
- /package/dist/{984.bundle.6dbc7d35da1871379412.js → 984.bundle.4208516a1e4ea7e1d2aa.js} +0 -0
|
@@ -1272,7 +1272,6 @@ function PanelStudyBrowserTracking(_ref) {
|
|
|
1272
1272
|
dataSource
|
|
1273
1273
|
} = _ref;
|
|
1274
1274
|
const {
|
|
1275
|
-
measurementService,
|
|
1276
1275
|
displaySetService,
|
|
1277
1276
|
uiDialogService,
|
|
1278
1277
|
hangingProtocolService,
|
|
@@ -1290,9 +1289,7 @@ function PanelStudyBrowserTracking(_ref) {
|
|
|
1290
1289
|
} = (0,ui_src/* useImageViewer */.zG)();
|
|
1291
1290
|
const [{
|
|
1292
1291
|
activeViewportIndex,
|
|
1293
|
-
viewports
|
|
1294
|
-
numCols,
|
|
1295
|
-
numRows
|
|
1292
|
+
viewports
|
|
1296
1293
|
}, viewportGridService] = (0,ui_src/* useViewportGrid */.O_)();
|
|
1297
1294
|
const [trackedMeasurements, sendTrackedMeasurementsEvent] = (0,getContextModule/* useTrackedMeasurements */.I)();
|
|
1298
1295
|
const [activeTabName, setActiveTabName] = (0,react.useState)('primary');
|
|
@@ -1318,36 +1315,6 @@ function PanelStudyBrowserTracking(_ref) {
|
|
|
1318
1315
|
viewportGridService.setDisplaySetsForViewports(updatedViewports);
|
|
1319
1316
|
};
|
|
1320
1317
|
const activeViewportDisplaySetInstanceUIDs = viewports[activeViewportIndex]?.displaySetInstanceUIDs;
|
|
1321
|
-
(0,react.useEffect)(() => {
|
|
1322
|
-
const added = measurementService.EVENTS.MEASUREMENT_ADDED;
|
|
1323
|
-
const addedRaw = measurementService.EVENTS.RAW_MEASUREMENT_ADDED;
|
|
1324
|
-
const subscriptions = [];
|
|
1325
|
-
[added, addedRaw].forEach(evt => {
|
|
1326
|
-
subscriptions.push(measurementService.subscribe(evt, _ref2 => {
|
|
1327
|
-
let {
|
|
1328
|
-
source,
|
|
1329
|
-
measurement
|
|
1330
|
-
} = _ref2;
|
|
1331
|
-
const {
|
|
1332
|
-
referenceSeriesUID: SeriesInstanceUID,
|
|
1333
|
-
referenceStudyUID: StudyInstanceUID
|
|
1334
|
-
} = measurement;
|
|
1335
|
-
sendTrackedMeasurementsEvent('SET_DIRTY', {
|
|
1336
|
-
SeriesInstanceUID
|
|
1337
|
-
});
|
|
1338
|
-
sendTrackedMeasurementsEvent('TRACK_SERIES', {
|
|
1339
|
-
viewportIndex: activeViewportIndex,
|
|
1340
|
-
StudyInstanceUID,
|
|
1341
|
-
SeriesInstanceUID
|
|
1342
|
-
});
|
|
1343
|
-
}).unsubscribe);
|
|
1344
|
-
});
|
|
1345
|
-
return () => {
|
|
1346
|
-
subscriptions.forEach(unsub => {
|
|
1347
|
-
unsub();
|
|
1348
|
-
});
|
|
1349
|
-
};
|
|
1350
|
-
}, [measurementService, activeViewportIndex, sendTrackedMeasurementsEvent]);
|
|
1351
1318
|
const {
|
|
1352
1319
|
trackedSeries
|
|
1353
1320
|
} = trackedMeasurements.context;
|
|
@@ -1647,10 +1614,10 @@ viewportGridService, dataSource, displaySetService, uiDialogService, uiNotificat
|
|
|
1647
1614
|
const yesButton = document.querySelector('.reject-yes-button');
|
|
1648
1615
|
yesButton.focus();
|
|
1649
1616
|
},
|
|
1650
|
-
onSubmit: async
|
|
1617
|
+
onSubmit: async _ref2 => {
|
|
1651
1618
|
let {
|
|
1652
1619
|
action
|
|
1653
|
-
} =
|
|
1620
|
+
} = _ref2;
|
|
1654
1621
|
switch (action.id) {
|
|
1655
1622
|
case 'yes':
|
|
1656
1623
|
try {
|
|
@@ -43,12 +43,13 @@ function TrackedCornerstoneViewport(props) {
|
|
|
43
43
|
} = (0,react_i18next__WEBPACK_IMPORTED_MODULE_4__/* .useTranslation */ .$G)('Common');
|
|
44
44
|
const {
|
|
45
45
|
measurementService,
|
|
46
|
-
cornerstoneViewportService
|
|
46
|
+
cornerstoneViewportService,
|
|
47
|
+
viewportGridService
|
|
47
48
|
} = servicesManager.services;
|
|
48
49
|
|
|
49
50
|
// Todo: handling more than one displaySet on the same viewport
|
|
50
51
|
const displaySet = displaySets[0];
|
|
51
|
-
const [trackedMeasurements] = (0,_getContextModule__WEBPACK_IMPORTED_MODULE_6__/* .useTrackedMeasurements */ .I)();
|
|
52
|
+
const [trackedMeasurements, sendTrackedMeasurementsEvent] = (0,_getContextModule__WEBPACK_IMPORTED_MODULE_6__/* .useTrackedMeasurements */ .I)();
|
|
52
53
|
const [isTracked, setIsTracked] = (0,react__WEBPACK_IMPORTED_MODULE_0__.useState)(false);
|
|
53
54
|
const [trackedMeasurementUID, setTrackedMeasurementUID] = (0,react__WEBPACK_IMPORTED_MODULE_0__.useState)(null);
|
|
54
55
|
const [viewportElem, setViewportElem] = (0,react__WEBPACK_IMPORTED_MODULE_0__.useState)(null);
|
|
@@ -133,6 +134,53 @@ function TrackedCornerstoneViewport(props) {
|
|
|
133
134
|
_cornerstonejs_tools__WEBPACK_IMPORTED_MODULE_5__.annotation.config.style.setViewportToolStyles(viewportId, {});
|
|
134
135
|
};
|
|
135
136
|
}, [isTracked]);
|
|
137
|
+
|
|
138
|
+
/**
|
|
139
|
+
* The effect for listening to measurement service measurement added events
|
|
140
|
+
* and in turn firing an event to update the measurement tracking state machine.
|
|
141
|
+
* The TrackedCornerstoneViewport is the best place for this because when
|
|
142
|
+
* a measurement is added, at least one TrackedCornerstoneViewport will be in
|
|
143
|
+
* the DOM and thus can react to the events fired.
|
|
144
|
+
*/
|
|
145
|
+
(0,react__WEBPACK_IMPORTED_MODULE_0__.useEffect)(() => {
|
|
146
|
+
const added = measurementService.EVENTS.MEASUREMENT_ADDED;
|
|
147
|
+
const addedRaw = measurementService.EVENTS.RAW_MEASUREMENT_ADDED;
|
|
148
|
+
const subscriptions = [];
|
|
149
|
+
[added, addedRaw].forEach(evt => {
|
|
150
|
+
subscriptions.push(measurementService.subscribe(evt, _ref => {
|
|
151
|
+
let {
|
|
152
|
+
source,
|
|
153
|
+
measurement
|
|
154
|
+
} = _ref;
|
|
155
|
+
const {
|
|
156
|
+
activeViewportIndex
|
|
157
|
+
} = viewportGridService.getState();
|
|
158
|
+
|
|
159
|
+
// Each TrackedCornerstoneViewport receives the MeasurementService's events.
|
|
160
|
+
// Only send the tracked measurements event for the active viewport to avoid
|
|
161
|
+
// sending it more than once.
|
|
162
|
+
if (viewportIndex === activeViewportIndex) {
|
|
163
|
+
const {
|
|
164
|
+
referenceStudyUID: StudyInstanceUID,
|
|
165
|
+
referenceSeriesUID: SeriesInstanceUID
|
|
166
|
+
} = measurement;
|
|
167
|
+
sendTrackedMeasurementsEvent('SET_DIRTY', {
|
|
168
|
+
SeriesInstanceUID
|
|
169
|
+
});
|
|
170
|
+
sendTrackedMeasurementsEvent('TRACK_SERIES', {
|
|
171
|
+
viewportIndex,
|
|
172
|
+
StudyInstanceUID,
|
|
173
|
+
SeriesInstanceUID
|
|
174
|
+
});
|
|
175
|
+
}
|
|
176
|
+
}).unsubscribe);
|
|
177
|
+
});
|
|
178
|
+
return () => {
|
|
179
|
+
subscriptions.forEach(unsub => {
|
|
180
|
+
unsub();
|
|
181
|
+
});
|
|
182
|
+
};
|
|
183
|
+
}, [measurementService, sendTrackedMeasurementsEvent, viewportIndex, viewportGridService]);
|
|
136
184
|
function switchMeasurement(direction) {
|
|
137
185
|
const newTrackedMeasurementUID = _getNextMeasurementUID(direction, servicesManager, trackedMeasurementUID, trackedMeasurements);
|
|
138
186
|
if (!newTrackedMeasurementUID) {
|
|
@@ -2149,8 +2149,8 @@ function ViewerLayout(_ref) {
|
|
|
2149
2149
|
hotkeyDefinitions,
|
|
2150
2150
|
hotkeyDefaults
|
|
2151
2151
|
} = hotkeysManager;
|
|
2152
|
-
const versionNumber = "3.7.0-beta.
|
|
2153
|
-
const commitHash = "
|
|
2152
|
+
const versionNumber = "3.7.0-beta.32";
|
|
2153
|
+
const commitHash = "7d286a07f2141bf8b8b85ca9d9b5eb3c0d7fc996";
|
|
2154
2154
|
const menuOptions = [{
|
|
2155
2155
|
title: t('Header:About'),
|
|
2156
2156
|
icon: 'info',
|
|
@@ -5070,6 +5070,8 @@ function WorkList(_ref) {
|
|
|
5070
5070
|
instances: s.numSeriesInstances || ''
|
|
5071
5071
|
};
|
|
5072
5072
|
}) : []
|
|
5073
|
+
}, /*#__PURE__*/react.createElement("div", {
|
|
5074
|
+
className: "flex flex-row gap-2"
|
|
5073
5075
|
}, appConfig.loadedModes.map((mode, i) => {
|
|
5074
5076
|
const isFirst = i === 0;
|
|
5075
5077
|
const modalitiesToCheck = modalities.replaceAll('/', '\\');
|
|
@@ -5089,8 +5091,16 @@ function WorkList(_ref) {
|
|
|
5089
5091
|
}
|
|
5090
5092
|
query.append('StudyInstanceUIDs', studyInstanceUid);
|
|
5091
5093
|
return /*#__PURE__*/react.createElement(dist/* Link */.rU, {
|
|
5094
|
+
className: isValidMode ? '' : 'cursor-not-allowed',
|
|
5092
5095
|
key: i,
|
|
5093
|
-
to: `${dataPath ? '../../' : ''}${mode.routeName}${dataPath || ''}?${query.toString()}
|
|
5096
|
+
to: `${dataPath ? '../../' : ''}${mode.routeName}${dataPath || ''}?${query.toString()}`,
|
|
5097
|
+
onClick: event => {
|
|
5098
|
+
// In case any event bubbles up for an invalid mode, prevent the navigation.
|
|
5099
|
+
// For example, the event bubbles up when the icon embedded in the disabled button is clicked.
|
|
5100
|
+
if (!isValidMode) {
|
|
5101
|
+
event.preventDefault();
|
|
5102
|
+
}
|
|
5103
|
+
}
|
|
5094
5104
|
// to={`${mode.routeName}/dicomweb?StudyInstanceUIDs=${studyInstanceUid}`}
|
|
5095
5105
|
}, /*#__PURE__*/react.createElement(ui_src/* LegacyButton */.mN, {
|
|
5096
5106
|
rounded: "full",
|
|
@@ -5100,19 +5110,16 @@ function WorkList(_ref) {
|
|
|
5100
5110
|
name: "launch-arrow"
|
|
5101
5111
|
}) // launch-arrow | launch-info
|
|
5102
5112
|
,
|
|
5103
|
-
className: classnames_default()({
|
|
5104
|
-
'ml-2': !isFirst
|
|
5105
|
-
}),
|
|
5106
5113
|
onClick: () => {}
|
|
5107
5114
|
}, t(`Modes:${mode.displayName}`)));
|
|
5108
|
-
})),
|
|
5115
|
+
}))),
|
|
5109
5116
|
onClickRow: () => setExpandedRows(s => isExpanded ? s.filter(n => rowKey !== n) : [...s, rowKey]),
|
|
5110
5117
|
isExpanded
|
|
5111
5118
|
};
|
|
5112
5119
|
});
|
|
5113
5120
|
const hasStudies = numOfStudies > 0;
|
|
5114
|
-
const versionNumber = "3.7.0-beta.
|
|
5115
|
-
const commitHash = "
|
|
5121
|
+
const versionNumber = "3.7.0-beta.32";
|
|
5122
|
+
const commitHash = "7d286a07f2141bf8b8b85ca9d9b5eb3c0d7fc996";
|
|
5116
5123
|
const menuOptions = [{
|
|
5117
5124
|
title: t('Header:About'),
|
|
5118
5125
|
icon: 'info',
|
|
@@ -20360,7 +20367,7 @@ const detectionOptions = {
|
|
|
20360
20367
|
}
|
|
20361
20368
|
});
|
|
20362
20369
|
;// CONCATENATED MODULE: ../../i18n/package.json
|
|
20363
|
-
const package_namespaceObject = JSON.parse('{"i8":"3.7.0-beta.
|
|
20370
|
+
const package_namespaceObject = JSON.parse('{"i8":"3.7.0-beta.31"}');
|
|
20364
20371
|
;// CONCATENATED MODULE: ../../i18n/src/utils.js
|
|
20365
20372
|
const languagesMap = {
|
|
20366
20373
|
ar: 'Arabic',
|
|
@@ -154428,7 +154435,7 @@ var selectOrdinal = function selectOrdinal() {
|
|
|
154428
154435
|
/******/ // This function allow to reference async chunks
|
|
154429
154436
|
/******/ __webpack_require__.u = (chunkId) => {
|
|
154430
154437
|
/******/ // return url for filenames based on template
|
|
154431
|
-
/******/ return "" + (chunkId === 18 ? "dicom-microscopy-viewer" : chunkId) + ".bundle." + {"18":"aa60bdf008c32c39cfd7","50":"
|
|
154438
|
+
/******/ return "" + (chunkId === 18 ? "dicom-microscopy-viewer" : chunkId) + ".bundle." + {"18":"aa60bdf008c32c39cfd7","50":"446a70d541ad5eaa1152","55":"3fdadd0823a136eb4585","82":"1e2462a400e956390087","151":"31ea35044218837bf73f","192":"26533b7ad9113e6bc34d","199":"56551652377b05f85f03","205":"b5a473c200dcf2bbcdb4","208":"e1f8d78968791e539ec8","270":"a4ff08f18e3da39a030b","283":"49a1b99c4c644c056e33","295":"957b1159fec14b9199a1","331":"0293a1135afc1a55d93c","351":"444e1c32785871760302","381":"0905e683605fcbc0895f","404":"312d888f29f0fa5a57d9","531":"2a82fb1d69e5b57cc72b","569":"ee136cf6526a6380633c","581":"ab8d1f1e75de3c98dd10","606":"5d876f5f3dd8287f0a28","616":"4def329c5e77446ce41a","642":"b926cd6e393ac5fa9461","664":"09abae984223969d1bde","707":"f6089591fa5662066ba1","728":"75a919489af5ae4c237b","744":"df7868749b17d157eff3","780":"fd0f13dc92e9caa0581e","790":"14d186106edad0c5d0a7","799":"620e1df13daf7b31cb3f","806":"2e7934d0833c4315c292","917":"86db126079298a492409","926":"dbc9d0e591cb9217fda2","935":"deeffff0e4f7b528e3c3","953":"4b8fee7d9484456a99b5","973":"8b40615552054ca421a4","976":"c6bd57d5f629041c207b","984":"4208516a1e4ea7e1d2aa"}[chunkId] + ".js";
|
|
154432
154439
|
/******/ };
|
|
154433
154440
|
/******/ })();
|
|
154434
154441
|
/******/
|
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.1dbcce1bc2fd56fa4867.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':'/151.bundle.31ea35044218837bf73f.js'},{'revision':null,'url':'/192.bundle.
|
|
54
|
+
workbox.precaching.precacheAndRoute([{'revision':null,'url':'/151.bundle.31ea35044218837bf73f.js'},{'revision':null,'url':'/192.bundle.26533b7ad9113e6bc34d.js'},{'revision':null,'url':'/199.bundle.56551652377b05f85f03.js'},{'revision':null,'url':'/205.bundle.b5a473c200dcf2bbcdb4.js'},{'revision':null,'url':'/208.bundle.e1f8d78968791e539ec8.js'},{'revision':null,'url':'/270.bundle.a4ff08f18e3da39a030b.js'},{'revision':null,'url':'/283.bundle.49a1b99c4c644c056e33.js'},{'revision':null,'url':'/295.bundle.957b1159fec14b9199a1.js'},{'revision':null,'url':'/331.bundle.0293a1135afc1a55d93c.js'},{'revision':null,'url':'/351.bundle.444e1c32785871760302.js'},{'revision':'a04a2f233dc569826f5f6e21b65bc87b','url':'/351.css'},{'revision':'c4ea120c6da08aa75348edfa3e57ece9','url':'/36785fbd89b0e17f6099.wasm'},{'revision':null,'url':'/381.bundle.0905e683605fcbc0895f.js'},{'revision':null,'url':'/404.bundle.312d888f29f0fa5a57d9.js'},{'revision':null,'url':'/50.bundle.446a70d541ad5eaa1152.js'},{'revision':'c377e1f5fe4a207d270c3f7a8dd3e3ca','url':'/5004fdc02f329ce53b69.wasm'},{'revision':null,'url':'/531.bundle.2a82fb1d69e5b57cc72b.js'},{'revision':null,'url':'/55.bundle.3fdadd0823a136eb4585.js'},{'revision':'0afb25509c7f072fbd7eda42c6895dbf','url':'/55.css'},{'revision':null,'url':'/569.bundle.ee136cf6526a6380633c.js'},{'revision':null,'url':'/581.bundle.ab8d1f1e75de3c98dd10.js'},{'revision':null,'url':'/606.bundle.5d876f5f3dd8287f0a28.js'},{'revision':'62b4ae8445d191d5aab5503ce475724d','url':'/610.min.worker.js'},{'revision':'3c2206525c18cd87dd28082949a4e43e','url':'/610.min.worker.js.map'},{'revision':null,'url':'/616.bundle.4def329c5e77446ce41a.js'},{'revision':'5800265b6831396572fb5d32c6bd8eef','url':'/62ab5d58a2bea7b5a1dc.wasm'},{'revision':null,'url':'/642.bundle.b926cd6e393ac5fa9461.js'},{'revision':'ce10eced3ce34e663d86569b27f5bffb','url':'/65916ef3def695744bda.wasm'},{'revision':null,'url':'/664.bundle.09abae984223969d1bde.js'},{'revision':null,'url':'/707.bundle.f6089591fa5662066ba1.js'},{'revision':'185e5e0a10fa6ab2fc7b3c38e63d550b','url':'/707.css'},{'revision':null,'url':'/728.bundle.75a919489af5ae4c237b.js'},{'revision':null,'url':'/744.bundle.df7868749b17d157eff3.js'},{'revision':'cf3e4d4fa8884275461c195421812256','url':'/75788f12450d4c5ed494.wasm'},{'revision':'cc4a3a4da4ac1b863a714f93c66c6ef2','url':'/75a0c2dfe07b824c7d21.wasm'},{'revision':null,'url':'/780.bundle.fd0f13dc92e9caa0581e.js'},{'revision':null,'url':'/790.bundle.14d186106edad0c5d0a7.js'},{'revision':null,'url':'/799.bundle.620e1df13daf7b31cb3f.js'},{'revision':'51b8ed55f5b8d448837222f03bdd6de8','url':'/806.css'},{'revision':null,'url':'/82.bundle.1e2462a400e956390087.js'},{'revision':null,'url':'/917.bundle.86db126079298a492409.js'},{'revision':null,'url':'/926.bundle.dbc9d0e591cb9217fda2.js'},{'revision':null,'url':'/935.bundle.deeffff0e4f7b528e3c3.js'},{'revision':'74c9647440e51f149ad12923d6ead952','url':'/945.min.worker.js'},{'revision':'cdf6f0457d4af2cef04fc41816241bc1','url':'/945.min.worker.js.map'},{'revision':null,'url':'/953.bundle.4b8fee7d9484456a99b5.js'},{'revision':null,'url':'/973.bundle.8b40615552054ca421a4.js'},{'revision':null,'url':'/976.bundle.c6bd57d5f629041c207b.js'},{'revision':null,'url':'/984.bundle.4208516a1e4ea7e1d2aa.js'},{'revision':'d1895aa7a4595dc279c382e5a31ef9f4','url':'/_headers'},{'revision':'6839a719b6810111d8097998b11293a1','url':'/_redirects'},{'revision':'52e767cf35feb8ca59c009582b8b0575','url':'/app-config.js'},{'revision':'ff6b0ecd13d64b364a1c253f92725bfc','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':'3c03abb7976d9dd2f0958e1c56654102','url':'/cornerstoneDICOMImageLoader.min.js'},{'revision':'f85de7fd8a9a8d95833085a001a19345','url':'/cornerstoneDICOMImageLoader.min.js.map'},{'revision':null,'url':'/dicom-microscopy-viewer.bundle.aa60bdf008c32c39cfd7.js'},{'revision':'9d8c85b42d04bb117a3b583d654fbb08','url':'/dicomMicroscopyViewer.min.js'},{'revision':'450494c199cf8dd8e8c34d5e98bf5334','url':'/dicomMicroscopyViewer.min.js.LICENSE.txt'},{'revision':'0ca44a1b8719e835645ffa804a9d1395','url':'/es6-shim.min.js'},{'revision':'9de58b497a43167958927602cb68cd30','url':'/google.js'},{'revision':'756f2463fbd8ce06a8c256779dc72131','url':'/index.html'},{'revision':'0d0886e5f1fdb4a209a9065dfb542c22','url':'/index.worker.1c69152d710fa7b84bce.worker.js'},{'revision':'066fd130de42b02857b634de1dc49a73','url':'/index.worker.1c69152d710fa7b84bce.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.32",
|
|
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.4.1",
|
|
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.
|
|
55
|
+
"@ohif/core": "3.7.0-beta.32",
|
|
56
|
+
"@ohif/extension-cornerstone": "3.7.0-beta.32",
|
|
57
|
+
"@ohif/extension-cornerstone-dicom-rt": "3.7.0-beta.32",
|
|
58
|
+
"@ohif/extension-cornerstone-dicom-seg": "3.7.0-beta.32",
|
|
59
|
+
"@ohif/extension-cornerstone-dicom-sr": "3.7.0-beta.32",
|
|
60
|
+
"@ohif/extension-default": "3.7.0-beta.32",
|
|
61
|
+
"@ohif/extension-dicom-microscopy": "3.7.0-beta.32",
|
|
62
|
+
"@ohif/extension-dicom-pdf": "3.7.0-beta.32",
|
|
63
|
+
"@ohif/extension-dicom-video": "3.7.0-beta.32",
|
|
64
|
+
"@ohif/extension-test": "3.7.0-beta.32",
|
|
65
|
+
"@ohif/i18n": "3.7.0-beta.32",
|
|
66
|
+
"@ohif/mode-basic-dev-mode": "3.7.0-beta.32",
|
|
67
|
+
"@ohif/mode-longitudinal": "3.7.0-beta.32",
|
|
68
|
+
"@ohif/mode-microscopy": "3.7.0-beta.32",
|
|
69
|
+
"@ohif/mode-test": "3.7.0-beta.32",
|
|
70
|
+
"@ohif/ui": "3.7.0-beta.32",
|
|
71
71
|
"@types/react": "^17.0.38",
|
|
72
72
|
"classnames": "^2.3.2",
|
|
73
73
|
"core-js": "^3.16.1",
|
|
@@ -107,5 +107,5 @@
|
|
|
107
107
|
"webpack-cli": "^4.7.2",
|
|
108
108
|
"webpack-merge": "^5.7.3"
|
|
109
109
|
},
|
|
110
|
-
"gitHead": "
|
|
110
|
+
"gitHead": "93a009f1a693dd3f2bffb2c39c11e58765577fc2"
|
|
111
111
|
}
|
|
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
|