@ohif/app 3.7.0-beta.61 → 3.7.0-beta.63
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/{12.bundle.c54b94d07d31f5716eb1.js → 12.bundle.c80ff2e8651297d7aec8.js} +2 -2
- package/dist/{125.bundle.1ae4c6313c31cd0502cc.js → 125.bundle.aeaad798561853bf6939.js} +2 -2
- package/dist/{128.bundle.b0a7aa9ae66c094c40b5.js → 128.bundle.8d7db97e0d90ba8be751.js} +3 -3
- package/dist/{150.bundle.2075342642eddc35e924.js → 150.bundle.0ed8ccb7f15a603151b6.js} +17 -11
- package/dist/{181.bundle.70c4340cbe29bd14aafc.js → 181.bundle.1accc89eac7f1b4bc752.js} +96 -92
- package/dist/{236.bundle.4aab776fb3e7654f1f0c.js → 236.bundle.308648f0e447eaaeda67.js} +37 -62
- package/dist/{250.bundle.0d497b1b8afb0cbbe02f.js → 250.bundle.1543b1b8466d43f3465d.js} +17 -13
- package/dist/{281.bundle.c35a76364b385ee72bfd.js → 281.bundle.015cf8cb9625c7fb3dd5.js} +2 -2
- package/dist/{30.bundle.777231cf20f408db12f1.js → 30.bundle.4d8b67d4ed86238948ca.js} +64 -62
- package/dist/{348.bundle.be4810ac9ac67cd7d8c5.js → 348.bundle.81366dddd24e78113662.js} +3 -3
- package/dist/{359.bundle.d723d31672f7fe575501.js → 359.bundle.1c14405c9d974bb5a30f.js} +3 -3
- package/dist/{362.bundle.9d4d81eab3e31314a932.js → 362.bundle.11a6a0792b8042b5c81b.js} +160 -133
- package/dist/{410.bundle.f973e56e3a7d8165d87a.js → 410.bundle.c0ed86f4d3cbc0939903.js} +3 -3
- package/dist/{451.bundle.a573877dff7b43382138.js → 451.bundle.b3d9a67d4b2a962be96b.js} +26 -26
- package/dist/{471.bundle.e9ecd59867a19e323234.js → 471.bundle.87b1c57d4c04ae35cb88.js} +26 -26
- package/dist/{506.bundle.8b2c661a99271b31663c.js → 506.bundle.a9e9ceb9fc71cdf45d91.js} +14 -7
- package/dist/{663.bundle.80190c7364dd4095010b.js → 663.bundle.05e8cc381eadc38f9755.js} +4 -4
- package/dist/{678.bundle.adc83cac2fd0ea4f19f2.js → 678.bundle.784d7fb157d76611068d.js} +190 -246
- package/dist/{686.bundle.70565410179f1e7d22e6.js → 686.bundle.b3dbf84eefbef768843f.js} +2 -2
- package/dist/{378.bundle.3069476ee6501c83ad44.js → 687.bundle.3de11e7a373ee3588813.js} +210 -3
- package/dist/{754.bundle.1884c227b361aefa66b4.js → 754.bundle.7ae67c55a90a6a2d8494.js} +14 -5
- package/dist/{782.bundle.fc7e353f1dce39953254.js → 782.bundle.082672a46147b8402d4a.js} +58 -39
- package/dist/{814.bundle.9218ffc353490526c320.js → 814.bundle.35355762730e3b4ee89f.js} +2 -2
- package/dist/{822.bundle.99bf759483aa32086346.js → 822.bundle.00dacc09a7d028fca29b.js} +21 -23
- package/dist/{886.bundle.c5a6b96760ea43352375.js → 886.bundle.d0915318107cf24e8beb.js} +19 -20
- package/dist/{925.bundle.7b06521fc75e0d3f71c3.js → 925.bundle.5e929605d3235ebcdebf.js} +7 -4
- package/dist/app.bundle.css +1 -1
- package/dist/{app.bundle.2a91a8b9b9e61b42cc21.js → app.bundle.eeda76c463f838f592c1.js} +603 -600
- package/dist/assets/yandex-browser-manifest.json +1 -1
- package/dist/es6-shim.min.js +3569 -2
- package/dist/google.js +1 -2
- package/dist/index.html +1 -1
- package/dist/init-service-worker.js +3 -5
- package/dist/oidc-client.min.js +10857 -39
- package/dist/polyfill.min.js +184 -1
- package/dist/silent-refresh.html +18 -9
- package/dist/sw.js +1 -1
- package/package.json +19 -19
|
@@ -21,9 +21,9 @@ const id = package_namespaceObject.u2;
|
|
|
21
21
|
// EXTERNAL MODULE: ../../../node_modules/react/index.js
|
|
22
22
|
var react = __webpack_require__(43001);
|
|
23
23
|
// EXTERNAL MODULE: ../../ui/src/index.js + 458 modules
|
|
24
|
-
var src = __webpack_require__(
|
|
25
|
-
// EXTERNAL MODULE: ../../core/src/index.ts +
|
|
26
|
-
var core_src = __webpack_require__(
|
|
24
|
+
var src = __webpack_require__(88344);
|
|
25
|
+
// EXTERNAL MODULE: ../../core/src/index.ts + 107 modules
|
|
26
|
+
var core_src = __webpack_require__(3854);
|
|
27
27
|
// EXTERNAL MODULE: ../../../node_modules/react-i18next/dist/es/index.js + 15 modules
|
|
28
28
|
var es = __webpack_require__(69190);
|
|
29
29
|
// EXTERNAL MODULE: ../../../node_modules/mathjs/lib/esm/index.js + 982 modules
|
|
@@ -213,10 +213,10 @@ const EVENTS = {
|
|
|
213
213
|
* expose only the features/behaviors that are relevant to the application
|
|
214
214
|
*/
|
|
215
215
|
class ViewerManager extends core_src/* PubSubService */.hC {
|
|
216
|
-
constructor(viewer,
|
|
216
|
+
constructor(viewer, viewportId, container, studyInstanceUID, seriesInstanceUID) {
|
|
217
217
|
super(EVENTS);
|
|
218
218
|
this.viewer = viewer;
|
|
219
|
-
this.
|
|
219
|
+
this.viewportId = viewportId;
|
|
220
220
|
this.container = container;
|
|
221
221
|
this.studyInstanceUID = studyInstanceUID;
|
|
222
222
|
this.seriesInstanceUID = seriesInstanceUID;
|
|
@@ -1020,23 +1020,23 @@ class MicroscopyService extends core_src/* PubSubService */.hC {
|
|
|
1020
1020
|
}
|
|
1021
1021
|
|
|
1022
1022
|
/**
|
|
1023
|
-
* Creates a managed viewer instance for the given
|
|
1023
|
+
* Creates a managed viewer instance for the given third-party API's viewer.
|
|
1024
1024
|
* Restores existing annotations for the given study/series.
|
|
1025
1025
|
* Adds event subscriptions for the viewer being added.
|
|
1026
1026
|
* Focuses the selected annotation when the viewer is being loaded into the
|
|
1027
1027
|
* active viewport.
|
|
1028
1028
|
*
|
|
1029
|
-
* @param
|
|
1030
|
-
* @param
|
|
1031
|
-
* @param
|
|
1032
|
-
* @param
|
|
1033
|
-
* @param
|
|
1034
|
-
* @param
|
|
1029
|
+
* @param viewer - Third-party viewer API's object to be managed
|
|
1030
|
+
* @param viewportId - The viewport Id where the viewer will be loaded
|
|
1031
|
+
* @param container - The DOM element where it will be rendered
|
|
1032
|
+
* @param studyInstanceUID - The study UID of the loaded image
|
|
1033
|
+
* @param seriesInstanceUID - The series UID of the loaded image
|
|
1034
|
+
* @param displaySets - All displaySets related to the same StudyInstanceUID
|
|
1035
1035
|
*
|
|
1036
1036
|
* @returns {ViewerManager} managed viewer
|
|
1037
1037
|
*/
|
|
1038
|
-
addViewer(viewer,
|
|
1039
|
-
const managedViewer = new viewerManager(viewer,
|
|
1038
|
+
addViewer(viewer, viewportId, container, studyInstanceUID, seriesInstanceUID) {
|
|
1039
|
+
const managedViewer = new viewerManager(viewer, viewportId, container, studyInstanceUID, seriesInstanceUID);
|
|
1040
1040
|
this._restoreAnnotations(managedViewer);
|
|
1041
1041
|
viewer._manager = managedViewer;
|
|
1042
1042
|
this.managedViewers.add(managedViewer);
|
|
@@ -1045,7 +1045,7 @@ class MicroscopyService extends core_src/* PubSubService */.hC {
|
|
|
1045
1045
|
this._addManagedViewerSubscriptions(managedViewer);
|
|
1046
1046
|
if (this.pendingFocus) {
|
|
1047
1047
|
this.pendingFocus = false;
|
|
1048
|
-
this.focusAnnotation(this.selectedAnnotation,
|
|
1048
|
+
this.focusAnnotation(this.selectedAnnotation, viewportId);
|
|
1049
1049
|
}
|
|
1050
1050
|
return managedViewer;
|
|
1051
1051
|
}
|
|
@@ -1205,12 +1205,12 @@ class MicroscopyService extends core_src/* PubSubService */.hC {
|
|
|
1205
1205
|
/**
|
|
1206
1206
|
* Toggles overview map
|
|
1207
1207
|
*
|
|
1208
|
-
* @param
|
|
1208
|
+
* @param viewportId The active viewport index
|
|
1209
1209
|
* @returns {void}
|
|
1210
1210
|
*/
|
|
1211
|
-
toggleOverviewMap(
|
|
1211
|
+
toggleOverviewMap(viewportId) {
|
|
1212
1212
|
const managedViewers = Array.from(this.managedViewers);
|
|
1213
|
-
const managedViewer = managedViewers.find(mv => mv.
|
|
1213
|
+
const managedViewer = managedViewers.find(mv => mv.viewportId === viewportId);
|
|
1214
1214
|
if (managedViewer) {
|
|
1215
1215
|
managedViewer.toggleOverviewMap();
|
|
1216
1216
|
}
|
|
@@ -1247,10 +1247,10 @@ class MicroscopyService extends core_src/* PubSubService */.hC {
|
|
|
1247
1247
|
* the managed viewer instance is created.
|
|
1248
1248
|
*
|
|
1249
1249
|
* @param {RoiAnnotation} roiAnnotation RoiAnnotation instance to be focused
|
|
1250
|
-
* @param {
|
|
1250
|
+
* @param {string} viewportId Index of the viewport to focus
|
|
1251
1251
|
*/
|
|
1252
|
-
focusAnnotation(roiAnnotation,
|
|
1253
|
-
const filter = mv => mv.
|
|
1252
|
+
focusAnnotation(roiAnnotation, viewportId) {
|
|
1253
|
+
const filter = mv => mv.viewportId === viewportId;
|
|
1254
1254
|
const managedViewer = Array.from(this.managedViewers).find(filter);
|
|
1255
1255
|
if (managedViewer) {
|
|
1256
1256
|
managedViewer.setViewStateByExtent(roiAnnotation);
|
|
@@ -1442,7 +1442,7 @@ function callInputDialog(_ref) {
|
|
|
1442
1442
|
label: "Enter your annotation",
|
|
1443
1443
|
labelClassName: "text-white text-[14px] leading-[1.2]",
|
|
1444
1444
|
autoFocus: true,
|
|
1445
|
-
className: "
|
|
1445
|
+
className: "border-primary-main bg-black",
|
|
1446
1446
|
type: "text",
|
|
1447
1447
|
value: value.defaultValue,
|
|
1448
1448
|
onChange: event => {
|
|
@@ -1738,14 +1738,14 @@ function MicroscopyPanel(props) {
|
|
|
1738
1738
|
displaySetService
|
|
1739
1739
|
} = servicesManager.services;
|
|
1740
1740
|
(0,react.useEffect)(() => {
|
|
1741
|
-
const viewport = props.viewports[props.
|
|
1741
|
+
const viewport = props.viewports[props.activeViewportId];
|
|
1742
1742
|
if (viewport.displaySetInstanceUIDs[0]) {
|
|
1743
1743
|
const displaySet = displaySetService.getDisplaySetByUID(viewport.displaySetInstanceUIDs[0]);
|
|
1744
1744
|
if (displaySet) {
|
|
1745
1745
|
setStudyInstanceUID(displaySet.StudyInstanceUID);
|
|
1746
1746
|
}
|
|
1747
1747
|
}
|
|
1748
|
-
}, [props.viewports, props.
|
|
1748
|
+
}, [props.viewports, props.activeViewportId]);
|
|
1749
1749
|
(0,react.useEffect)(() => {
|
|
1750
1750
|
const onAnnotationUpdated = () => {
|
|
1751
1751
|
const roiAnnotations = microscopyService.getAnnotationsForStudy(studyInstanceUID);
|
|
@@ -1893,7 +1893,7 @@ function MicroscopyPanel(props) {
|
|
|
1893
1893
|
*/
|
|
1894
1894
|
const onDeleteCurrentSRHandler = async () => {
|
|
1895
1895
|
try {
|
|
1896
|
-
const activeViewport = props.viewports[props.
|
|
1896
|
+
const activeViewport = props.viewports[props.activeViewportId];
|
|
1897
1897
|
const {
|
|
1898
1898
|
StudyInstanceUID
|
|
1899
1899
|
} = activeViewport;
|
|
@@ -1937,7 +1937,7 @@ function MicroscopyPanel(props) {
|
|
|
1937
1937
|
} = _ref;
|
|
1938
1938
|
const roiAnnotation = microscopyService.getAnnotation(uid);
|
|
1939
1939
|
microscopyService.selectAnnotation(roiAnnotation);
|
|
1940
|
-
microscopyService.focusAnnotation(roiAnnotation, props.
|
|
1940
|
+
microscopyService.focusAnnotation(roiAnnotation, props.activeViewportId);
|
|
1941
1941
|
};
|
|
1942
1942
|
|
|
1943
1943
|
/**
|
|
@@ -1988,7 +1988,7 @@ function MicroscopyPanel(props) {
|
|
|
1988
1988
|
});
|
|
1989
1989
|
const disabled = data.length === 0;
|
|
1990
1990
|
return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement("div", {
|
|
1991
|
-
className: "
|
|
1991
|
+
className: "ohif-scrollbar overflow-y-auto overflow-x-hidden",
|
|
1992
1992
|
"data-cy": 'measurements-panel'
|
|
1993
1993
|
}, /*#__PURE__*/react.createElement(src/* MeasurementTable */.wt, {
|
|
1994
1994
|
title: "Measurements",
|
|
@@ -2023,12 +2023,12 @@ function getPanelModule(_ref) {
|
|
|
2023
2023
|
} = _ref;
|
|
2024
2024
|
const wrappedMeasurementPanel = () => {
|
|
2025
2025
|
const [{
|
|
2026
|
-
|
|
2026
|
+
activeViewportId,
|
|
2027
2027
|
viewports
|
|
2028
|
-
}
|
|
2028
|
+
}] = (0,src/* useViewportGrid */.O_)();
|
|
2029
2029
|
return /*#__PURE__*/react.createElement(MicroscopyPanel_MicroscopyPanel, {
|
|
2030
2030
|
viewports: viewports,
|
|
2031
|
-
|
|
2031
|
+
activeViewportId: activeViewportId,
|
|
2032
2032
|
onSaveComplete: () => {},
|
|
2033
2033
|
onRejectComplete: () => {},
|
|
2034
2034
|
commandsManager: commandsManager,
|
|
@@ -2138,22 +2138,6 @@ function getCommandsModule(_ref) {
|
|
|
2138
2138
|
}], dragPanOnMiddle, dragZoomOnRight]);
|
|
2139
2139
|
}
|
|
2140
2140
|
},
|
|
2141
|
-
incrementActiveViewport: () => {
|
|
2142
|
-
const {
|
|
2143
|
-
activeViewportIndex,
|
|
2144
|
-
viewports
|
|
2145
|
-
} = viewportGridService.getState();
|
|
2146
|
-
const nextViewportIndex = (activeViewportIndex + 1) % viewports.length;
|
|
2147
|
-
viewportGridService.setActiveViewportIndex(nextViewportIndex);
|
|
2148
|
-
},
|
|
2149
|
-
decrementActiveViewport: () => {
|
|
2150
|
-
const {
|
|
2151
|
-
activeViewportIndex,
|
|
2152
|
-
viewports
|
|
2153
|
-
} = viewportGridService.getState();
|
|
2154
|
-
const nextViewportIndex = (activeViewportIndex - 1 + viewports.length) % viewports.length;
|
|
2155
|
-
viewportGridService.setActiveViewportIndex(nextViewportIndex);
|
|
2156
|
-
},
|
|
2157
2141
|
toggleOverlays: () => {
|
|
2158
2142
|
// overlay
|
|
2159
2143
|
const overlays = document.getElementsByClassName('microscopy-viewport-overlay');
|
|
@@ -2167,10 +2151,10 @@ function getCommandsModule(_ref) {
|
|
|
2167
2151
|
|
|
2168
2152
|
// overview
|
|
2169
2153
|
const {
|
|
2170
|
-
|
|
2154
|
+
activeViewportId,
|
|
2171
2155
|
viewports
|
|
2172
2156
|
} = viewportGridService.getState();
|
|
2173
|
-
microscopyService.toggleOverviewMap(
|
|
2157
|
+
microscopyService.toggleOverviewMap(activeViewportId);
|
|
2174
2158
|
},
|
|
2175
2159
|
toggleAnnotations: () => {
|
|
2176
2160
|
microscopyService.toggleROIsVisibility();
|
|
@@ -2192,14 +2176,6 @@ function getCommandsModule(_ref) {
|
|
|
2192
2176
|
storeContexts: [],
|
|
2193
2177
|
options: {}
|
|
2194
2178
|
},
|
|
2195
|
-
incrementActiveViewport: {
|
|
2196
|
-
commandFn: actions.incrementActiveViewport,
|
|
2197
|
-
storeContexts: []
|
|
2198
|
-
},
|
|
2199
|
-
decrementActiveViewport: {
|
|
2200
|
-
commandFn: actions.decrementActiveViewport,
|
|
2201
|
-
storeContexts: []
|
|
2202
|
-
},
|
|
2203
2179
|
toggleOverlays: {
|
|
2204
2180
|
commandFn: actions.toggleOverlays,
|
|
2205
2181
|
storeContexts: [],
|
|
@@ -2669,7 +2645,7 @@ const MicroscopyViewport = props => {
|
|
|
2669
2645
|
*
|
|
2670
2646
|
* @param props {*}
|
|
2671
2647
|
* @param props.displaySets
|
|
2672
|
-
* @param props.
|
|
2648
|
+
* @param props.viewportId
|
|
2673
2649
|
* @param props.viewportLabel
|
|
2674
2650
|
* @param props.dataSource
|
|
2675
2651
|
* @param props.viewportOptions
|
|
@@ -2682,16 +2658,15 @@ const MicroscopyViewport = props => {
|
|
|
2682
2658
|
} = props;
|
|
2683
2659
|
const [viewportGrid, viewportGridService] = (0,src/* useViewportGrid */.O_)();
|
|
2684
2660
|
const {
|
|
2685
|
-
|
|
2686
|
-
activeViewportIndex
|
|
2661
|
+
activeViewportId
|
|
2687
2662
|
} = viewportGrid;
|
|
2688
2663
|
return /*#__PURE__*/react.createElement(MicroscopyViewport, _extends({
|
|
2689
2664
|
servicesManager: servicesManager,
|
|
2690
2665
|
extensionManager: extensionManager,
|
|
2691
2666
|
commandsManager: commandsManager,
|
|
2692
|
-
|
|
2693
|
-
setViewportActive:
|
|
2694
|
-
viewportGridService.
|
|
2667
|
+
activeViewportId: activeViewportId,
|
|
2668
|
+
setViewportActive: viewportId => {
|
|
2669
|
+
viewportGridService.setActiveViewportId(viewportId);
|
|
2695
2670
|
},
|
|
2696
2671
|
viewportData: viewportOptions
|
|
2697
2672
|
}, props));
|
|
@@ -23,7 +23,7 @@ var prop_types_default = /*#__PURE__*/__webpack_require__.n(prop_types);
|
|
|
23
23
|
var lodash_debounce = __webpack_require__(8324);
|
|
24
24
|
var lodash_debounce_default = /*#__PURE__*/__webpack_require__.n(lodash_debounce);
|
|
25
25
|
// EXTERNAL MODULE: ../../ui/src/index.js + 458 modules
|
|
26
|
-
var src = __webpack_require__(
|
|
26
|
+
var src = __webpack_require__(88344);
|
|
27
27
|
;// CONCATENATED MODULE: ../../../extensions/dicom-microscopy/src/DicomMicroscopyViewport.css
|
|
28
28
|
// extracted by mini-css-extract-plugin
|
|
29
29
|
|
|
@@ -261,8 +261,8 @@ const itemGenerator = props => {
|
|
|
261
261
|
/* harmony default export */ const ViewportOverlay = (generateFromConfig({}));
|
|
262
262
|
// EXTERNAL MODULE: ../../../node_modules/dicomweb-client/build/dicomweb-client.es.js
|
|
263
263
|
var dicomweb_client_es = __webpack_require__(97604);
|
|
264
|
-
// EXTERNAL MODULE: ../../core/src/index.ts +
|
|
265
|
-
var core_src = __webpack_require__(
|
|
264
|
+
// EXTERNAL MODULE: ../../core/src/index.ts + 107 modules
|
|
265
|
+
var core_src = __webpack_require__(3854);
|
|
266
266
|
;// CONCATENATED MODULE: ../../../extensions/dicom-microscopy/src/utils/dicomWebClient.ts
|
|
267
267
|
|
|
268
268
|
|
|
@@ -425,11 +425,11 @@ class DicomMicroscopyViewport extends react.Component {
|
|
|
425
425
|
this.setViewportActiveHandler = () => {
|
|
426
426
|
const {
|
|
427
427
|
setViewportActive,
|
|
428
|
-
|
|
429
|
-
|
|
428
|
+
viewportId,
|
|
429
|
+
activeViewportId
|
|
430
430
|
} = this.props;
|
|
431
|
-
if (
|
|
432
|
-
setViewportActive(
|
|
431
|
+
if (viewportId !== activeViewportId) {
|
|
432
|
+
setViewportActive(viewportId);
|
|
433
433
|
}
|
|
434
434
|
};
|
|
435
435
|
this.onWindowResize = () => {
|
|
@@ -583,7 +583,7 @@ class DicomMicroscopyViewport extends react.Component {
|
|
|
583
583
|
StudyInstanceUID,
|
|
584
584
|
SeriesInstanceUID
|
|
585
585
|
} = displaySet;
|
|
586
|
-
this.managedViewer = this.microscopyService.addViewer(this.viewer, this.props.
|
|
586
|
+
this.managedViewer = this.microscopyService.addViewer(this.viewer, this.props.viewportId, container, StudyInstanceUID, SeriesInstanceUID);
|
|
587
587
|
this.managedViewer.addContextMenuCallback(event => {
|
|
588
588
|
// TODO: refactor this after Bill's changes on ContextMenu feature get merged
|
|
589
589
|
// const roiAnnotationNearBy = this.getNearbyROI(event);
|
|
@@ -604,9 +604,13 @@ class DicomMicroscopyViewport extends react.Component {
|
|
|
604
604
|
componentDidMount() {
|
|
605
605
|
const {
|
|
606
606
|
displaySets,
|
|
607
|
-
|
|
607
|
+
viewportOptions
|
|
608
608
|
} = this.props;
|
|
609
|
-
const
|
|
609
|
+
const {
|
|
610
|
+
viewportId
|
|
611
|
+
} = viewportOptions;
|
|
612
|
+
// Todo-rename: this is always getting the 0
|
|
613
|
+
const displaySet = displaySets[0];
|
|
610
614
|
this.installOpenLayersRenderer(this.container.current, displaySet).then(() => {
|
|
611
615
|
this.setState({
|
|
612
616
|
isLoaded: true
|
|
@@ -670,17 +674,17 @@ class DicomMicroscopyViewport extends react.Component {
|
|
|
670
674
|
style: style,
|
|
671
675
|
ref: this.container
|
|
672
676
|
}), this.state.isLoaded ? null : /*#__PURE__*/react.createElement(src/* LoadingIndicatorProgress */.LE, {
|
|
673
|
-
className: '
|
|
677
|
+
className: 'h-full w-full bg-black'
|
|
674
678
|
}));
|
|
675
679
|
}
|
|
676
680
|
}
|
|
677
681
|
DicomMicroscopyViewport.propTypes = {
|
|
678
682
|
viewportData: (prop_types_default()).object,
|
|
679
|
-
|
|
683
|
+
activeViewportId: (prop_types_default()).string,
|
|
680
684
|
setViewportActive: (prop_types_default()).func,
|
|
681
685
|
// props from OHIF Viewport Grid
|
|
682
686
|
displaySets: (prop_types_default()).array,
|
|
683
|
-
|
|
687
|
+
viewportId: (prop_types_default()).string,
|
|
684
688
|
viewportLabel: (prop_types_default()).string,
|
|
685
689
|
dataSource: (prop_types_default()).object,
|
|
686
690
|
viewportOptions: (prop_types_default()).object,
|
|
@@ -13,8 +13,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
13
13
|
"default": () => (/* binding */ microscopy_src)
|
|
14
14
|
});
|
|
15
15
|
|
|
16
|
-
// EXTERNAL MODULE: ../../core/src/index.ts +
|
|
17
|
-
var src = __webpack_require__(
|
|
16
|
+
// EXTERNAL MODULE: ../../core/src/index.ts + 107 modules
|
|
17
|
+
var src = __webpack_require__(3854);
|
|
18
18
|
;// CONCATENATED MODULE: ../../../modes/microscopy/package.json
|
|
19
19
|
const package_namespaceObject = JSON.parse('{"u2":"@ohif/mode-microscopy"}');
|
|
20
20
|
;// CONCATENATED MODULE: ../../../modes/microscopy/src/id.js
|