@ohif/app 3.7.0-beta.49 → 3.7.0-beta.50
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/{30.bundle.b3fff0ae3c8d8277d068.js → 30.bundle.5e2f6eeb779d579fc16e.js} +8 -0
- package/dist/{789.bundle.adacb2d54e5dedab37d6.js → 789.bundle.aad9b29b476ea70e1350.js} +11 -4
- package/dist/{app.bundle.b454c0597a9dbcc3f0ce.js → app.bundle.00cc8e251524b80d3347.js} +77 -12
- package/dist/index.html +1 -1
- package/dist/sw.js +1 -1
- package/package.json +18 -18
- /package/dist/{12.bundle.c6d90b5de81e419367df.js → 12.bundle.7348933f311b7e2e7d1e.js} +0 -0
- /package/dist/{128.bundle.9ca26b3ecacecdee123d.js → 128.bundle.d933d385a22b1ce9ac77.js} +0 -0
- /package/dist/{150.bundle.f4ef141c6abf9da778af.js → 150.bundle.e6880fd33346f8c24f6e.js} +0 -0
- /package/dist/{236.bundle.698abb2af31ba3428285.js → 236.bundle.765f3c70e21f29ab2e89.js} +0 -0
- /package/dist/{281.bundle.3c4accd67463b8a5b432.js → 281.bundle.dcc5492f44a83edd5320.js} +0 -0
- /package/dist/{348.bundle.adeed3699c2588e30bef.js → 348.bundle.c2deacff008bb8c68a14.js} +0 -0
- /package/dist/{359.bundle.f541c8fd7984ae5a6000.js → 359.bundle.594d68e783da31f97c30.js} +0 -0
- /package/dist/{378.bundle.9518f2a1ea72b94b715c.js → 378.bundle.6996a4170f4f05198f23.js} +0 -0
- /package/dist/{410.bundle.dd88b624442df6a6ac8d.js → 410.bundle.c8759293de9af17687c4.js} +0 -0
- /package/dist/{506.bundle.1d0238b80b4de0e5bda6.js → 506.bundle.8a2562b7038f6c983884.js} +0 -0
- /package/dist/{663.bundle.81be71dc9f24a7bfeb45.js → 663.bundle.e839c4819de3e372d07b.js} +0 -0
- /package/dist/{678.bundle.91e6399b5496f6756600.js → 678.bundle.84a43fe18483016344de.js} +0 -0
- /package/dist/{782.bundle.6b62643ee4692049b4bf.js → 782.bundle.0ea6e2a386f4ba43d830.js} +0 -0
- /package/dist/{814.bundle.4a430388274040732a5b.js → 814.bundle.2e308e04f0d21b4295a9.js} +0 -0
|
@@ -1242,6 +1242,8 @@ var react = __webpack_require__(43001);
|
|
|
1242
1242
|
// EXTERNAL MODULE: ../../../node_modules/prop-types/index.js
|
|
1243
1243
|
var prop_types = __webpack_require__(3827);
|
|
1244
1244
|
var prop_types_default = /*#__PURE__*/__webpack_require__.n(prop_types);
|
|
1245
|
+
// EXTERNAL MODULE: ../node_modules/react-router-dom/dist/index.js
|
|
1246
|
+
var dist = __webpack_require__(62474);
|
|
1245
1247
|
// EXTERNAL MODULE: ../../../node_modules/react-i18next/dist/es/index.js + 15 modules
|
|
1246
1248
|
var es = __webpack_require__(69190);
|
|
1247
1249
|
// EXTERNAL MODULE: ../../core/src/index.ts + 104 modules
|
|
@@ -1255,6 +1257,7 @@ var ui_src = __webpack_require__(60082);
|
|
|
1255
1257
|
|
|
1256
1258
|
|
|
1257
1259
|
|
|
1260
|
+
|
|
1258
1261
|
const {
|
|
1259
1262
|
formatDate
|
|
1260
1263
|
} = src.utils;
|
|
@@ -1277,6 +1280,7 @@ function PanelStudyBrowserTracking(_ref) {
|
|
|
1277
1280
|
hangingProtocolService,
|
|
1278
1281
|
uiNotificationService
|
|
1279
1282
|
} = servicesManager.services;
|
|
1283
|
+
const navigate = (0,dist/* useNavigate */.s0)();
|
|
1280
1284
|
const {
|
|
1281
1285
|
t
|
|
1282
1286
|
} = (0,es/* useTranslation */.$G)('Common');
|
|
@@ -1327,6 +1331,10 @@ function PanelStudyBrowserTracking(_ref) {
|
|
|
1327
1331
|
const qidoForStudyUID = await dataSource.query.studies.search({
|
|
1328
1332
|
studyInstanceUid: StudyInstanceUID
|
|
1329
1333
|
});
|
|
1334
|
+
if (!qidoForStudyUID?.length) {
|
|
1335
|
+
navigate('/notfoundstudy', '_self');
|
|
1336
|
+
throw new Error('Invalid study URL');
|
|
1337
|
+
}
|
|
1330
1338
|
let qidoStudiesForPatient = qidoForStudyUID;
|
|
1331
1339
|
|
|
1332
1340
|
// try to fetch the prior studies based on the patientID if the
|
|
@@ -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.50";
|
|
2215
|
+
const commitHash = "19408c987fa705aa8782a30820c0c012d0f3132f";
|
|
2216
2216
|
const menuOptions = [{
|
|
2217
2217
|
title: t('Header:About'),
|
|
2218
2218
|
icon: 'info',
|
|
@@ -2432,6 +2432,7 @@ ViewerLayout.propTypes = {
|
|
|
2432
2432
|
|
|
2433
2433
|
|
|
2434
2434
|
|
|
2435
|
+
|
|
2435
2436
|
const {
|
|
2436
2437
|
sortStudyInstances,
|
|
2437
2438
|
formatDate
|
|
@@ -2454,6 +2455,8 @@ function PanelStudyBrowser(_ref) {
|
|
|
2454
2455
|
displaySetService,
|
|
2455
2456
|
uiNotificationService
|
|
2456
2457
|
} = servicesManager.services;
|
|
2458
|
+
const navigate = (0,dist/* useNavigate */.s0)();
|
|
2459
|
+
|
|
2457
2460
|
// Normally you nest the components so the tree isn't so deep, and the data
|
|
2458
2461
|
// doesn't have to have such an intense shape. This works well enough for now.
|
|
2459
2462
|
// Tabs --> Studies --> DisplaySets --> Thumbnails
|
|
@@ -2495,6 +2498,10 @@ function PanelStudyBrowser(_ref) {
|
|
|
2495
2498
|
const qidoForStudyUID = await dataSource.query.studies.search({
|
|
2496
2499
|
studyInstanceUid: StudyInstanceUID
|
|
2497
2500
|
});
|
|
2501
|
+
if (!qidoForStudyUID?.length) {
|
|
2502
|
+
navigate('/notfoundstudy', '_self');
|
|
2503
|
+
throw new Error('Invalid study URL');
|
|
2504
|
+
}
|
|
2498
2505
|
let qidoStudiesForPatient = qidoForStudyUID;
|
|
2499
2506
|
|
|
2500
2507
|
// try to fetch the prior studies based on the patientID if the
|
|
@@ -5106,8 +5113,8 @@ const findViewportsByPosition = (state, _ref, syncService) => {
|
|
|
5106
5113
|
};
|
|
5107
5114
|
};
|
|
5108
5115
|
/* harmony default export */ const src_findViewportsByPosition = (findViewportsByPosition);
|
|
5109
|
-
// EXTERNAL MODULE: ./index.js +
|
|
5110
|
-
var index = __webpack_require__(
|
|
5116
|
+
// EXTERNAL MODULE: ./index.js + 33 modules
|
|
5117
|
+
var index = __webpack_require__(59754);
|
|
5111
5118
|
;// CONCATENATED MODULE: ../../../extensions/default/src/commandsModule.ts
|
|
5112
5119
|
|
|
5113
5120
|
|
|
@@ -52,7 +52,7 @@ var useSearchParams = __webpack_require__(59563);
|
|
|
52
52
|
|
|
53
53
|
/***/ }),
|
|
54
54
|
|
|
55
|
-
/***/
|
|
55
|
+
/***/ 59754:
|
|
56
56
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
57
57
|
|
|
58
58
|
"use strict";
|
|
@@ -121,6 +121,7 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function
|
|
|
121
121
|
|
|
122
122
|
|
|
123
123
|
|
|
124
|
+
|
|
124
125
|
/**
|
|
125
126
|
* Determines if two React Router location objects are the same.
|
|
126
127
|
*/
|
|
@@ -137,6 +138,7 @@ const areLocationsTheSame = (location0, location1) => {
|
|
|
137
138
|
* @param {function} props.children - Layout Template React Component
|
|
138
139
|
*/
|
|
139
140
|
function DataSourceWrapper(props) {
|
|
141
|
+
const navigate = (0,dist/* useNavigate */.s0)();
|
|
140
142
|
const {
|
|
141
143
|
children: LayoutTemplate,
|
|
142
144
|
...rest
|
|
@@ -267,7 +269,7 @@ function DataSourceWrapper(props) {
|
|
|
267
269
|
const isLocationUpdated = typeof data.location === 'string' || !areLocationsTheSame(data.location, location);
|
|
268
270
|
const isDataInvalid = !isSamePage || !isLoading && (newOffset !== previousOffset || isLocationUpdated);
|
|
269
271
|
if (isDataInvalid) {
|
|
270
|
-
getData();
|
|
272
|
+
getData().catch(() => navigate('/notfoundserver', '_self'));
|
|
271
273
|
}
|
|
272
274
|
} catch (ex) {
|
|
273
275
|
console.warn(ex);
|
|
@@ -957,8 +959,8 @@ function WorkList(_ref) {
|
|
|
957
959
|
};
|
|
958
960
|
});
|
|
959
961
|
const hasStudies = numOfStudies > 0;
|
|
960
|
-
const versionNumber = "3.7.0-beta.
|
|
961
|
-
const commitHash = "
|
|
962
|
+
const versionNumber = "3.7.0-beta.50";
|
|
963
|
+
const commitHash = "19408c987fa705aa8782a30820c0c012d0f3132f";
|
|
962
964
|
const menuOptions = [{
|
|
963
965
|
title: t('Header:About'),
|
|
964
966
|
icon: 'info',
|
|
@@ -1971,6 +1973,23 @@ function importItems(modules) {
|
|
|
1971
1973
|
return Promise.all(modules.map(loadModule));
|
|
1972
1974
|
}
|
|
1973
1975
|
|
|
1976
|
+
;// CONCATENATED MODULE: ./utils/isSeriesFilterUsed.ts
|
|
1977
|
+
/**
|
|
1978
|
+
* This function is used to check if the filter is used. Its intend is to
|
|
1979
|
+
* warn the user in case of link with a SeriesInstanceUID was called
|
|
1980
|
+
* @param instances
|
|
1981
|
+
* @returns
|
|
1982
|
+
*/
|
|
1983
|
+
function isSeriesFilterUsed(instances, filters) {
|
|
1984
|
+
const seriesInstanceUIDs = filters?.seriesInstanceUID;
|
|
1985
|
+
if (!seriesInstanceUIDs) {
|
|
1986
|
+
return true;
|
|
1987
|
+
}
|
|
1988
|
+
if (!instances.length) {
|
|
1989
|
+
return false;
|
|
1990
|
+
}
|
|
1991
|
+
return seriesInstanceUIDs.includes(instances[0].SeriesInstanceUID);
|
|
1992
|
+
}
|
|
1974
1993
|
;// CONCATENATED MODULE: ./routes/Mode/Mode.tsx
|
|
1975
1994
|
|
|
1976
1995
|
|
|
@@ -1985,6 +2004,7 @@ function importItems(modules) {
|
|
|
1985
2004
|
|
|
1986
2005
|
|
|
1987
2006
|
|
|
2007
|
+
|
|
1988
2008
|
const {
|
|
1989
2009
|
getSplitParam
|
|
1990
2010
|
} = core_src.utils;
|
|
@@ -2007,9 +2027,11 @@ function defaultRouteInit(_ref, hangingProtocolId) {
|
|
|
2007
2027
|
} = _ref;
|
|
2008
2028
|
const {
|
|
2009
2029
|
displaySetService,
|
|
2010
|
-
hangingProtocolService
|
|
2030
|
+
hangingProtocolService,
|
|
2031
|
+
uiNotificationService
|
|
2011
2032
|
} = servicesManager.services;
|
|
2012
2033
|
const unsubscriptions = [];
|
|
2034
|
+
const issuedWarningSeries = [];
|
|
2013
2035
|
const {
|
|
2014
2036
|
unsubscribe: instanceAddedUnsubscribe
|
|
2015
2037
|
} = core_src.DicomMetadataStore.subscribe(core_src.DicomMetadataStore.EVENTS.INSTANCES_ADDED, function (_ref2) {
|
|
@@ -2019,6 +2041,19 @@ function defaultRouteInit(_ref, hangingProtocolId) {
|
|
|
2019
2041
|
madeInClient = false
|
|
2020
2042
|
} = _ref2;
|
|
2021
2043
|
const seriesMetadata = core_src.DicomMetadataStore.getSeries(StudyInstanceUID, SeriesInstanceUID);
|
|
2044
|
+
|
|
2045
|
+
// checks if the series filter was used, if it exists
|
|
2046
|
+
const seriesInstanceUIDs = filters?.seriesInstanceUID;
|
|
2047
|
+
if (seriesInstanceUIDs?.length && !isSeriesFilterUsed(seriesMetadata.instances, filters) && !issuedWarningSeries.includes(seriesInstanceUIDs[0])) {
|
|
2048
|
+
// stores the series instance filter so it shows only once the warning
|
|
2049
|
+
issuedWarningSeries.push(seriesInstanceUIDs[0]);
|
|
2050
|
+
uiNotificationService.show({
|
|
2051
|
+
title: 'Series filter',
|
|
2052
|
+
message: `Each of the series in filter: ${seriesInstanceUIDs} are not part of the current study. The entire study is being displayed`,
|
|
2053
|
+
type: 'error',
|
|
2054
|
+
duration: 7000
|
|
2055
|
+
});
|
|
2056
|
+
}
|
|
2022
2057
|
displaySetService.makeDisplaySets(seriesMetadata.instances, madeInClient);
|
|
2023
2058
|
});
|
|
2024
2059
|
unsubscriptions.push(instanceAddedUnsubscribe);
|
|
@@ -2493,8 +2528,38 @@ function routes_extends() { routes_extends = Object.assign ? Object.assign.bind(
|
|
|
2493
2528
|
|
|
2494
2529
|
|
|
2495
2530
|
|
|
2531
|
+
|
|
2532
|
+
const NotFoundServer = _ref => {
|
|
2533
|
+
let {
|
|
2534
|
+
message = 'Unable to query for studies at this time. Check your data source configuration or network connection'
|
|
2535
|
+
} = _ref;
|
|
2536
|
+
return /*#__PURE__*/react.createElement("div", {
|
|
2537
|
+
className: "absolute w-full h-full flex justify-center items-center text-white"
|
|
2538
|
+
}, /*#__PURE__*/react.createElement("div", null, /*#__PURE__*/react.createElement("h4", null, message)));
|
|
2539
|
+
};
|
|
2540
|
+
NotFoundServer.propTypes = {
|
|
2541
|
+
message: (prop_types_default()).string
|
|
2542
|
+
};
|
|
2543
|
+
const NotFoundStudy = () => {
|
|
2544
|
+
return /*#__PURE__*/react.createElement("div", {
|
|
2545
|
+
className: "absolute w-full h-full flex justify-center items-center text-white"
|
|
2546
|
+
}, /*#__PURE__*/react.createElement("div", null, /*#__PURE__*/react.createElement("h4", null, "One or more of the requested studies are not available at this time. Return to the", ' ', /*#__PURE__*/react.createElement(dist/* Link */.rU, {
|
|
2547
|
+
className: "text-primary-light",
|
|
2548
|
+
to: '/'
|
|
2549
|
+
}, "study list"), ' ', "to select a different study to view.")));
|
|
2550
|
+
};
|
|
2551
|
+
NotFoundStudy.propTypes = {
|
|
2552
|
+
message: (prop_types_default()).string
|
|
2553
|
+
};
|
|
2554
|
+
|
|
2496
2555
|
// TODO: Include "routes" debug route if dev build
|
|
2497
2556
|
const bakedInRoutes = [{
|
|
2557
|
+
path: '/notfoundserver',
|
|
2558
|
+
children: NotFoundServer
|
|
2559
|
+
}, {
|
|
2560
|
+
path: '/notfoundstudy',
|
|
2561
|
+
children: NotFoundStudy
|
|
2562
|
+
}, {
|
|
2498
2563
|
path: '/debug',
|
|
2499
2564
|
children: routes_Debug
|
|
2500
2565
|
}, {
|
|
@@ -2513,7 +2578,7 @@ const bakedInRoutes = [{
|
|
|
2513
2578
|
const notFoundRoute = {
|
|
2514
2579
|
component: NotFound_NotFound
|
|
2515
2580
|
};
|
|
2516
|
-
const createRoutes =
|
|
2581
|
+
const createRoutes = _ref2 => {
|
|
2517
2582
|
let {
|
|
2518
2583
|
modes,
|
|
2519
2584
|
dataSources,
|
|
@@ -2523,7 +2588,7 @@ const createRoutes = _ref => {
|
|
|
2523
2588
|
hotkeysManager,
|
|
2524
2589
|
routerBasename,
|
|
2525
2590
|
showStudyList
|
|
2526
|
-
} =
|
|
2591
|
+
} = _ref2;
|
|
2527
2592
|
const routes = buildModeRoutes({
|
|
2528
2593
|
modes,
|
|
2529
2594
|
dataSources,
|
|
@@ -2547,11 +2612,11 @@ const createRoutes = _ref => {
|
|
|
2547
2612
|
};
|
|
2548
2613
|
const customRoutes = customizationService.getGlobalCustomization('customRoutes');
|
|
2549
2614
|
const allRoutes = [...routes, ...(showStudyList ? [WorkListRoute] : []), ...(customRoutes?.routes || []), ...bakedInRoutes, customRoutes?.notFoundRoute || notFoundRoute];
|
|
2550
|
-
function RouteWithErrorBoundary(
|
|
2615
|
+
function RouteWithErrorBoundary(_ref3) {
|
|
2551
2616
|
let {
|
|
2552
2617
|
route,
|
|
2553
2618
|
...rest
|
|
2554
|
-
} =
|
|
2619
|
+
} = _ref3;
|
|
2555
2620
|
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
2556
2621
|
return /*#__PURE__*/react.createElement(ui_src/* ErrorBoundary */.SV, {
|
|
2557
2622
|
context: `Route ${route.path}`,
|
|
@@ -6974,7 +7039,7 @@ const detectionOptions = {
|
|
|
6974
7039
|
}
|
|
6975
7040
|
});
|
|
6976
7041
|
;// CONCATENATED MODULE: ../../i18n/package.json
|
|
6977
|
-
const package_namespaceObject = JSON.parse('{"i8":"3.7.0-beta.
|
|
7042
|
+
const package_namespaceObject = JSON.parse('{"i8":"3.7.0-beta.49"}');
|
|
6978
7043
|
;// CONCATENATED MODULE: ../../i18n/src/utils.js
|
|
6979
7044
|
const languagesMap = {
|
|
6980
7045
|
ar: 'Arabic',
|
|
@@ -153571,7 +153636,7 @@ var selectOrdinal = function selectOrdinal() {
|
|
|
153571
153636
|
/******/ // This function allow to reference async chunks
|
|
153572
153637
|
/******/ __webpack_require__.u = (chunkId) => {
|
|
153573
153638
|
/******/ // return url for filenames based on template
|
|
153574
|
-
/******/ return "" + (chunkId === 18 ? "dicom-microscopy-viewer" : chunkId) + ".bundle." + {"12":"
|
|
153639
|
+
/******/ return "" + (chunkId === 18 ? "dicom-microscopy-viewer" : chunkId) + ".bundle." + {"12":"7348933f311b7e2e7d1e","18":"44f7fedc03a58d5911d1","23":"e008ad788170f2ed5569","30":"5e2f6eeb779d579fc16e","125":"1ae4c6313c31cd0502cc","128":"d933d385a22b1ce9ac77","150":"e6880fd33346f8c24f6e","181":"234fef330d4fe6baca8b","202":"ac1e5e25d4daf54581b1","220":"f7e1c96c94245e70f2be","236":"765f3c70e21f29ab2e89","250":"3bcee6d765a209281ddd","281":"dcc5492f44a83edd5320","348":"c2deacff008bb8c68a14","359":"594d68e783da31f97c30","378":"6996a4170f4f05198f23","410":"c8759293de9af17687c4","417":"720dc8f3a6e99f378aa9","451":"9941d9134fcf747d452a","471":"c9e618aeda78362776aa","506":"8a2562b7038f6c983884","579":"8fc434a0c13d3f662d42","604":"a51f83e64004bca5f497","663":"e839c4819de3e372d07b","677":"ec5f2b4707db33bd4d8e","678":"84a43fe18483016344de","686":"70565410179f1e7d22e6","754":"8a16fc8ad21fe00c2e15","774":"8ba82ee206266eb2da5e","775":"2285e7e0e67878948c0d","782":"0ea6e2a386f4ba43d830","789":"aad9b29b476ea70e1350","814":"2e308e04f0d21b4295a9","822":"d40c439da659f0e8500d","886":"68ef58774a6837f57631","925":"a2f1103d968c53a2b8fb"}[chunkId] + ".js";
|
|
153575
153640
|
/******/ };
|
|
153576
153641
|
/******/ })();
|
|
153577
153642
|
/******/
|
|
@@ -153892,7 +153957,7 @@ var selectOrdinal = function selectOrdinal() {
|
|
|
153892
153957
|
/******/ // startup
|
|
153893
153958
|
/******/ // Load entry module and return exports
|
|
153894
153959
|
/******/ // This entry module is referenced by other modules so it can't be inlined
|
|
153895
|
-
/******/ var __webpack_exports__ = __webpack_require__(
|
|
153960
|
+
/******/ var __webpack_exports__ = __webpack_require__(59754);
|
|
153896
153961
|
/******/
|
|
153897
153962
|
/******/ })()
|
|
153898
153963
|
;
|
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.00cc8e251524b80d3347.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.7348933f311b7e2e7d1e.js'},{'revision':null,'url':'/125.bundle.1ae4c6313c31cd0502cc.js'},{'revision':null,'url':'/128.bundle.d933d385a22b1ce9ac77.js'},{'revision':null,'url':'/150.bundle.e6880fd33346f8c24f6e.js'},{'revision':null,'url':'/181.bundle.234fef330d4fe6baca8b.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.765f3c70e21f29ab2e89.js'},{'revision':null,'url':'/250.bundle.3bcee6d765a209281ddd.js'},{'revision':'0afb25509c7f072fbd7eda42c6895dbf','url':'/250.css'},{'revision':null,'url':'/281.bundle.dcc5492f44a83edd5320.js'},{'revision':null,'url':'/30.bundle.5e2f6eeb779d579fc16e.js'},{'revision':null,'url':'/348.bundle.c2deacff008bb8c68a14.js'},{'revision':null,'url':'/359.bundle.594d68e783da31f97c30.js'},{'revision':'c4ea120c6da08aa75348edfa3e57ece9','url':'/36785fbd89b0e17f6099.wasm'},{'revision':null,'url':'/378.bundle.6996a4170f4f05198f23.js'},{'revision':null,'url':'/410.bundle.c8759293de9af17687c4.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.8a2562b7038f6c983884.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.e839c4819de3e372d07b.js'},{'revision':null,'url':'/677.bundle.ec5f2b4707db33bd4d8e.js'},{'revision':null,'url':'/678.bundle.84a43fe18483016344de.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.0ea6e2a386f4ba43d830.js'},{'revision':null,'url':'/789.bundle.aad9b29b476ea70e1350.js'},{'revision':null,'url':'/814.bundle.2e308e04f0d21b4295a9.js'},{'revision':null,'url':'/822.bundle.d40c439da659f0e8500d.js'},{'revision':null,'url':'/886.bundle.68ef58774a6837f57631.js'},{'revision':null,'url':'/925.bundle.a2f1103d968c53a2b8fb.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':'9113035d2c794dd6d98ee9f61a2c847c','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.50",
|
|
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.50",
|
|
55
|
+
"@ohif/extension-cornerstone": "3.7.0-beta.50",
|
|
56
|
+
"@ohif/extension-cornerstone-dicom-rt": "3.7.0-beta.50",
|
|
57
|
+
"@ohif/extension-cornerstone-dicom-seg": "3.7.0-beta.50",
|
|
58
|
+
"@ohif/extension-cornerstone-dicom-sr": "3.7.0-beta.50",
|
|
59
|
+
"@ohif/extension-default": "3.7.0-beta.50",
|
|
60
|
+
"@ohif/extension-dicom-microscopy": "3.7.0-beta.50",
|
|
61
|
+
"@ohif/extension-dicom-pdf": "3.7.0-beta.50",
|
|
62
|
+
"@ohif/extension-dicom-video": "3.7.0-beta.50",
|
|
63
|
+
"@ohif/extension-test": "3.7.0-beta.50",
|
|
64
|
+
"@ohif/i18n": "3.7.0-beta.50",
|
|
65
|
+
"@ohif/mode-basic-dev-mode": "3.7.0-beta.50",
|
|
66
|
+
"@ohif/mode-longitudinal": "3.7.0-beta.50",
|
|
67
|
+
"@ohif/mode-microscopy": "3.7.0-beta.50",
|
|
68
|
+
"@ohif/mode-test": "3.7.0-beta.50",
|
|
69
|
+
"@ohif/ui": "3.7.0-beta.50",
|
|
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": "ecbe7c56e04ab316563281f1e7b972ae3c91ed2b"
|
|
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
|