@ohif/app 3.9.0-beta.2 → 3.9.0-beta.4
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/{121.bundle.a6063e0272df61cefccc.js → 121.bundle.b582314ec0024fdf2d15.js} +1 -0
- package/dist/{188.bundle.b31173cb165eb21c3ec6.js → 243.bundle.391c2805222b849abc2c.js} +8 -8
- package/dist/{325.bundle.47f5b8a085837ee6b512.js → 325.bundle.1c54c1689fb4b1955e8c.js} +10 -11
- package/dist/{206.bundle.e98e6ba9bfd9f36dc508.js → 390.bundle.5a21388b461ee51db594.js} +20 -14
- package/dist/{448.bundle.94a6da9fac68fc69f8c2.js → 448.bundle.077b4b50ee63487516eb.js} +2 -2
- package/dist/{487.bundle.71a2893d94d214741e13.js → 487.bundle.a517b1d6cd2d82b9a7ea.js} +2 -2
- package/dist/{530.bundle.207b38c15c4c01e4db0e.js → 530.bundle.17b9a34fefff133e5379.js} +3 -3
- package/dist/{544.bundle.b005b8c8b9b08aaa3324.js → 544.bundle.e8227e98860e39636a00.js} +3 -3
- package/dist/{321.bundle.07e853e559665d6e15b6.js → 550.bundle.4f728d9ab7a8c7685abd.js} +16 -15
- package/dist/{574.bundle.88b619217339b5e93d3e.js → 574.bundle.72bd5061ccd504235419.js} +35 -32
- package/dist/{41.bundle.faaf3b05d1083e3c8831.js → 682.bundle.0909fbf9a76430e4bbc9.js} +5 -5
- package/dist/{699.bundle.8210579412d62beafa91.js → 699.bundle.f62694527f6dfe417f81.js} +2 -2
- package/dist/{669.bundle.84745782e36f25eb05bc.js → 721.bundle.0de8f780088aee87dbd9.js} +73 -73
- package/dist/{724.bundle.519141a0c4d0d1a3192a.js → 776.bundle.91747df457143051f872.js} +6 -6
- package/dist/{862.bundle.4a0bd82b803ba158018f.js → 862.bundle.55dde21bab4c841b6259.js} +1 -1
- package/dist/{889.bundle.9fbab4f0bbf643306879.js → 889.bundle.6df37a2db81b97f4a76a.js} +8 -8
- package/dist/{905.bundle.7e940707e10096970ca1.js → 905.bundle.c1c60224a599e789feb4.js} +2 -2
- package/dist/{907.bundle.f5aa0414d0f77e575a1f.js → 907.bundle.d2c612ec56380e73df89.js} +2 -2
- package/dist/{94.bundle.ecaaba845625d93bad6b.js → 94.bundle.08683468d52365475d9a.js} +2 -2
- package/dist/{961.bundle.ff7da8afd7d8495d0bbe.js → 961.bundle.6aea7b3de9e93a9ebab1.js} +2 -2
- package/dist/{7.bundle.3a17fe8266b2149334a6.js → 981.bundle.cccdc8caaa5a11f4a998.js} +8 -8
- package/dist/{594.bundle.01b124740b2b3f8a6d20.js → 989.bundle.bf32dc457ea9abccca09.js} +5 -5
- package/dist/{633.bundle.ff1a1d0bdb0d1ef143af.js → 998.bundle.f2ba5b6c1aa0caa6d672.js} +7 -7
- package/dist/{app.bundle.c53b289734d5f7178a39.js → app.bundle.9e22e72ec23a08cde379.js} +247 -328
- package/dist/index.html +1 -1
- package/dist/sw.js +1 -1
- package/package.json +17 -17
- /package/dist/{321.css → 550.css} +0 -0
- /package/dist/{783.bundle.86c38ee55f4d01b111ca.js → 783.bundle.1f650e1ef1b10d19870f.js} +0 -0
- /package/dist/{633.css → 998.css} +0 -0
|
@@ -103,8 +103,8 @@ Compose.propTypes = {
|
|
|
103
103
|
var ui_src = __webpack_require__(5085);
|
|
104
104
|
// EXTERNAL MODULE: ./state/index.js + 1 modules
|
|
105
105
|
var state = __webpack_require__(15575);
|
|
106
|
-
// EXTERNAL MODULE: ../../core/src/index.ts +
|
|
107
|
-
var core_src = __webpack_require__(
|
|
106
|
+
// EXTERNAL MODULE: ../../core/src/index.ts + 72 modules
|
|
107
|
+
var core_src = __webpack_require__(8633);
|
|
108
108
|
// EXTERNAL MODULE: ../node_modules/react-router/dist/index.js
|
|
109
109
|
var react_router_dist = __webpack_require__(10971);
|
|
110
110
|
// EXTERNAL MODULE: ./hooks/useSearchParams.ts
|
|
@@ -1004,8 +1004,8 @@ function WorkList({
|
|
|
1004
1004
|
};
|
|
1005
1005
|
});
|
|
1006
1006
|
const hasStudies = numOfStudies > 0;
|
|
1007
|
-
const versionNumber = "3.9.0-beta.
|
|
1008
|
-
const commitHash = "
|
|
1007
|
+
const versionNumber = "3.9.0-beta.4";
|
|
1008
|
+
const commitHash = "8fa339f296fd7e844f3879cfd81e47dbff315e66";
|
|
1009
1009
|
const menuOptions = [{
|
|
1010
1010
|
title: t('Header:About'),
|
|
1011
1011
|
icon: 'info',
|
|
@@ -1132,7 +1132,7 @@ WorkList.propTypes = {
|
|
|
1132
1132
|
getConfig: (prop_types_default()).func
|
|
1133
1133
|
}).isRequired,
|
|
1134
1134
|
isLoadingData: (prop_types_default()).bool.isRequired,
|
|
1135
|
-
servicesManager: prop_types_default().
|
|
1135
|
+
servicesManager: (prop_types_default()).object.isRequired
|
|
1136
1136
|
};
|
|
1137
1137
|
const defaultFilterValues = {
|
|
1138
1138
|
patientName: '',
|
|
@@ -1864,7 +1864,7 @@ function ViewerViewportGrid(props) {
|
|
|
1864
1864
|
}
|
|
1865
1865
|
ViewerViewportGrid.propTypes = {
|
|
1866
1866
|
viewportComponents: (prop_types_default()).array.isRequired,
|
|
1867
|
-
servicesManager: prop_types_default().instanceOf(
|
|
1867
|
+
servicesManager: prop_types_default().instanceOf(Object).isRequired
|
|
1868
1868
|
};
|
|
1869
1869
|
ViewerViewportGrid.defaultProps = {
|
|
1870
1870
|
viewportComponents: []
|
|
@@ -1924,23 +1924,23 @@ modes.push("@ohif/mode-preclinical-4d");
|
|
|
1924
1924
|
async function loadModule(module) {
|
|
1925
1925
|
if (typeof module !== 'string') return module;
|
|
1926
1926
|
if (module === "@ohif/extension-default") {
|
|
1927
|
-
const imported = await Promise.all(/* import() */[__webpack_require__.e(806), __webpack_require__.e(473), __webpack_require__.e(483), __webpack_require__.e(236), __webpack_require__.e(644), __webpack_require__.e(931), __webpack_require__.e(
|
|
1927
|
+
const imported = await Promise.all(/* import() */[__webpack_require__.e(806), __webpack_require__.e(473), __webpack_require__.e(483), __webpack_require__.e(236), __webpack_require__.e(644), __webpack_require__.e(931), __webpack_require__.e(390), __webpack_require__.e(481)]).then(__webpack_require__.bind(__webpack_require__, 47390));
|
|
1928
1928
|
return imported.default;
|
|
1929
1929
|
}
|
|
1930
1930
|
if (module === "@ohif/extension-cornerstone") {
|
|
1931
|
-
const imported = await Promise.all(/* import() */[__webpack_require__.e(806), __webpack_require__.e(473), __webpack_require__.e(483), __webpack_require__.e(236), __webpack_require__.e(644), __webpack_require__.e(722), __webpack_require__.e(445), __webpack_require__.e(
|
|
1931
|
+
const imported = await Promise.all(/* import() */[__webpack_require__.e(806), __webpack_require__.e(473), __webpack_require__.e(483), __webpack_require__.e(236), __webpack_require__.e(644), __webpack_require__.e(722), __webpack_require__.e(445), __webpack_require__.e(550)]).then(__webpack_require__.bind(__webpack_require__, 550));
|
|
1932
1932
|
return imported.default;
|
|
1933
1933
|
}
|
|
1934
1934
|
if (module === "@ohif/extension-measurement-tracking") {
|
|
1935
|
-
const imported = await Promise.all(/* import() */[__webpack_require__.e(806), __webpack_require__.e(473), __webpack_require__.e(483), __webpack_require__.e(236), __webpack_require__.e(644), __webpack_require__.e(342), __webpack_require__.e(931), __webpack_require__.e(835), __webpack_require__.e(
|
|
1935
|
+
const imported = await Promise.all(/* import() */[__webpack_require__.e(806), __webpack_require__.e(473), __webpack_require__.e(483), __webpack_require__.e(236), __webpack_require__.e(644), __webpack_require__.e(342), __webpack_require__.e(931), __webpack_require__.e(835), __webpack_require__.e(390), __webpack_require__.e(721), __webpack_require__.e(325)]).then(__webpack_require__.bind(__webpack_require__, 84284));
|
|
1936
1936
|
return imported.default;
|
|
1937
1937
|
}
|
|
1938
1938
|
if (module === "@ohif/extension-cornerstone-dicom-sr") {
|
|
1939
|
-
const imported = await Promise.all(/* import() */[__webpack_require__.e(806), __webpack_require__.e(473), __webpack_require__.e(483), __webpack_require__.e(236), __webpack_require__.e(342), __webpack_require__.e(
|
|
1939
|
+
const imported = await Promise.all(/* import() */[__webpack_require__.e(806), __webpack_require__.e(473), __webpack_require__.e(483), __webpack_require__.e(236), __webpack_require__.e(342), __webpack_require__.e(721)]).then(__webpack_require__.bind(__webpack_require__, 14721));
|
|
1940
1940
|
return imported.default;
|
|
1941
1941
|
}
|
|
1942
1942
|
if (module === "@ohif/extension-cornerstone-dicom-seg") {
|
|
1943
|
-
const imported = await Promise.all(/* import() */[__webpack_require__.e(806), __webpack_require__.e(473), __webpack_require__.e(483), __webpack_require__.e(236), __webpack_require__.e(644), __webpack_require__.e(342), __webpack_require__.e(931), __webpack_require__.e(726), __webpack_require__.e(
|
|
1943
|
+
const imported = await Promise.all(/* import() */[__webpack_require__.e(806), __webpack_require__.e(473), __webpack_require__.e(483), __webpack_require__.e(236), __webpack_require__.e(644), __webpack_require__.e(342), __webpack_require__.e(931), __webpack_require__.e(726), __webpack_require__.e(390), __webpack_require__.e(998)]).then(__webpack_require__.bind(__webpack_require__, 32009));
|
|
1944
1944
|
return imported.default;
|
|
1945
1945
|
}
|
|
1946
1946
|
if (module === "@ohif/extension-cornerstone-dynamic-volume") {
|
|
@@ -1960,7 +1960,7 @@ async function loadModule(module) {
|
|
|
1960
1960
|
return imported.default;
|
|
1961
1961
|
}
|
|
1962
1962
|
if (module === "@ohif/extension-tmtv") {
|
|
1963
|
-
const imported = await Promise.all(/* import() */[__webpack_require__.e(806), __webpack_require__.e(473), __webpack_require__.e(483), __webpack_require__.e(236), __webpack_require__.e(342), __webpack_require__.e(
|
|
1963
|
+
const imported = await Promise.all(/* import() */[__webpack_require__.e(806), __webpack_require__.e(473), __webpack_require__.e(483), __webpack_require__.e(236), __webpack_require__.e(342), __webpack_require__.e(981)]).then(__webpack_require__.bind(__webpack_require__, 93981));
|
|
1964
1964
|
return imported.default;
|
|
1965
1965
|
}
|
|
1966
1966
|
if (module === "@ohif/extension-test") {
|
|
@@ -1968,11 +1968,11 @@ async function loadModule(module) {
|
|
|
1968
1968
|
return imported.default;
|
|
1969
1969
|
}
|
|
1970
1970
|
if (module === "@ohif/extension-cornerstone-dicom-rt") {
|
|
1971
|
-
const imported = await __webpack_require__.e(/* import() */
|
|
1971
|
+
const imported = await __webpack_require__.e(/* import() */ 243).then(__webpack_require__.bind(__webpack_require__, 5243));
|
|
1972
1972
|
return imported.default;
|
|
1973
1973
|
}
|
|
1974
1974
|
if (module === "@ohif/mode-longitudinal") {
|
|
1975
|
-
const imported = await __webpack_require__.e(/* import() */
|
|
1975
|
+
const imported = await __webpack_require__.e(/* import() */ 682).then(__webpack_require__.bind(__webpack_require__, 82682));
|
|
1976
1976
|
return imported.default;
|
|
1977
1977
|
}
|
|
1978
1978
|
if (module === "@ohif/mode-segmentation") {
|
|
@@ -1980,7 +1980,7 @@ async function loadModule(module) {
|
|
|
1980
1980
|
return imported.default;
|
|
1981
1981
|
}
|
|
1982
1982
|
if (module === "@ohif/mode-tmtv") {
|
|
1983
|
-
const imported = await __webpack_require__.e(/* import() */
|
|
1983
|
+
const imported = await __webpack_require__.e(/* import() */ 776).then(__webpack_require__.bind(__webpack_require__, 40776));
|
|
1984
1984
|
return imported.default;
|
|
1985
1985
|
}
|
|
1986
1986
|
if (module === "@ohif/mode-microscopy") {
|
|
@@ -1996,7 +1996,7 @@ async function loadModule(module) {
|
|
|
1996
1996
|
return imported.default;
|
|
1997
1997
|
}
|
|
1998
1998
|
if (module === "@ohif/mode-basic-dev-mode") {
|
|
1999
|
-
const imported = await __webpack_require__.e(/* import() */
|
|
1999
|
+
const imported = await __webpack_require__.e(/* import() */ 989).then(__webpack_require__.bind(__webpack_require__, 50989));
|
|
2000
2000
|
return imported.default;
|
|
2001
2001
|
}
|
|
2002
2002
|
return (await import( /* webpackIgnore: true */module)).default;
|
|
@@ -2488,20 +2488,18 @@ function ModeRoute({
|
|
|
2488
2488
|
*/
|
|
2489
2489
|
const filters = Array.from(query.keys()).reduce((acc, val) => {
|
|
2490
2490
|
const lowerVal = val.toLowerCase();
|
|
2491
|
-
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
const seriesUIDs = Mode_getSplitParam(lowerVal, query);
|
|
2495
|
-
return {
|
|
2496
|
-
...acc,
|
|
2497
|
-
seriesInstanceUID: seriesUIDs
|
|
2498
|
-
};
|
|
2499
|
-
}
|
|
2491
|
+
// Not sure why the case matters here - it doesn't in the URL
|
|
2492
|
+
if (lowerVal === 'seriesinstanceuids') {
|
|
2493
|
+
const seriesUIDs = Mode_getSplitParam(lowerVal, query);
|
|
2500
2494
|
return {
|
|
2501
2495
|
...acc,
|
|
2502
|
-
|
|
2496
|
+
seriesInstanceUID: seriesUIDs
|
|
2503
2497
|
};
|
|
2504
2498
|
}
|
|
2499
|
+
return {
|
|
2500
|
+
...acc,
|
|
2501
|
+
[val]: Mode_getSplitParam(lowerVal, query)
|
|
2502
|
+
};
|
|
2505
2503
|
}, {}) ?? {};
|
|
2506
2504
|
let unsubs;
|
|
2507
2505
|
if (route.init) {
|
|
@@ -2842,7 +2840,7 @@ const createRoutes = ({
|
|
|
2842
2840
|
exact: true,
|
|
2843
2841
|
path: route.path,
|
|
2844
2842
|
element: /*#__PURE__*/react.createElement(routes_PrivateRoute, {
|
|
2845
|
-
handleUnauthenticated: userAuthenticationService.handleUnauthenticated
|
|
2843
|
+
handleUnauthenticated: () => userAuthenticationService.handleUnauthenticated()
|
|
2846
2844
|
}, /*#__PURE__*/react.createElement(RouteWithErrorBoundary, {
|
|
2847
2845
|
route: route
|
|
2848
2846
|
}))
|
|
@@ -6616,7 +6614,7 @@ const detectionOptions = {
|
|
|
6616
6614
|
}
|
|
6617
6615
|
});
|
|
6618
6616
|
;// CONCATENATED MODULE: ../../i18n/package.json
|
|
6619
|
-
const package_namespaceObject = /*#__PURE__*/JSON.parse('{"rE":"3.9.0-beta.
|
|
6617
|
+
const package_namespaceObject = /*#__PURE__*/JSON.parse('{"rE":"3.9.0-beta.3"}');
|
|
6620
6618
|
;// CONCATENATED MODULE: ../../i18n/src/utils.js
|
|
6621
6619
|
const languagesMap = {
|
|
6622
6620
|
ar: 'Arabic',
|
|
@@ -19271,8 +19269,8 @@ ViewportDialogProvider.propTypes = {
|
|
|
19271
19269
|
// EXTERNAL MODULE: ../../../node_modules/lodash.merge/index.js
|
|
19272
19270
|
var lodash_merge = __webpack_require__(40592);
|
|
19273
19271
|
var lodash_merge_default = /*#__PURE__*/__webpack_require__.n(lodash_merge);
|
|
19274
|
-
// EXTERNAL MODULE: ../../core/src/index.ts +
|
|
19275
|
-
var src = __webpack_require__(
|
|
19272
|
+
// EXTERNAL MODULE: ../../core/src/index.ts + 72 modules
|
|
19273
|
+
var src = __webpack_require__(8633);
|
|
19276
19274
|
;// CONCATENATED MODULE: ../../ui/src/utils/viewportLabels.ts
|
|
19277
19275
|
const viewportLabels = ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z'];
|
|
19278
19276
|
/* harmony default export */ const utils_viewportLabels = (viewportLabels);
|
|
@@ -32887,7 +32885,6 @@ const MeasurementTable = ({
|
|
|
32887
32885
|
onDelete,
|
|
32888
32886
|
servicesManager
|
|
32889
32887
|
}) => {
|
|
32890
|
-
servicesManager = servicesManager;
|
|
32891
32888
|
const {
|
|
32892
32889
|
customizationService,
|
|
32893
32890
|
measurementService
|
|
@@ -59743,7 +59740,6 @@ SwiperSlide.displayName = 'SwiperSlide';
|
|
|
59743
59740
|
|
|
59744
59741
|
|
|
59745
59742
|
|
|
59746
|
-
|
|
59747
59743
|
const LegacySidePanel_borderSize = 4;
|
|
59748
59744
|
const expandedWidth = 248;
|
|
59749
59745
|
const LegacySidePanel_collapsedWidth = 25;
|
|
@@ -59936,7 +59932,7 @@ LegacySidePanel_LegacySidePanel.defaultProps = {
|
|
|
59936
59932
|
defaultComponentOpen: null
|
|
59937
59933
|
};
|
|
59938
59934
|
LegacySidePanel_LegacySidePanel.propTypes = {
|
|
59939
|
-
servicesManager: prop_types_default().
|
|
59935
|
+
servicesManager: (prop_types_default()).object.isRequired,
|
|
59940
59936
|
side: prop_types_default().oneOf(['left', 'right']).isRequired,
|
|
59941
59937
|
className: (prop_types_default()).string,
|
|
59942
59938
|
activeTabIndex: (prop_types_default()).number,
|
|
@@ -63326,7 +63322,7 @@ function _getImageOrientationPatient(image) {
|
|
|
63326
63322
|
|
|
63327
63323
|
/***/ }),
|
|
63328
63324
|
|
|
63329
|
-
/***/
|
|
63325
|
+
/***/ 8633:
|
|
63330
63326
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
63331
63327
|
|
|
63332
63328
|
"use strict";
|
|
@@ -63354,10 +63350,10 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
63354
63350
|
CS: () => (/* reexport */ ServicesManager),
|
|
63355
63351
|
wb: () => (/* reexport */ services_StateSyncService),
|
|
63356
63352
|
ToolbarService: () => (/* reexport */ ToolBarService),
|
|
63357
|
-
u$: () => (/* reexport */
|
|
63353
|
+
u$: () => (/* reexport */ services_UIDialogService),
|
|
63358
63354
|
zo: () => (/* reexport */ services_UIModalService),
|
|
63359
63355
|
v4: () => (/* reexport */ services_UINotificationService),
|
|
63360
|
-
A$: () => (/* reexport */
|
|
63356
|
+
A$: () => (/* reexport */ services_UIViewportDialogService),
|
|
63361
63357
|
pS: () => (/* reexport */ services_UserAuthenticationService),
|
|
63362
63358
|
sI: () => (/* reexport */ services_ViewportGridService),
|
|
63363
63359
|
Ai: () => (/* reexport */ services_WorkflowStepsService),
|
|
@@ -64172,142 +64168,89 @@ class ServiceProvidersManager {
|
|
|
64172
64168
|
this.providers[serviceName] = provider;
|
|
64173
64169
|
}
|
|
64174
64170
|
}
|
|
64175
|
-
;// CONCATENATED MODULE: ../../core/src/services/UIDialogService/
|
|
64176
|
-
|
|
64177
|
-
* A UI Element Position
|
|
64178
|
-
*
|
|
64179
|
-
* @typedef {Object} ElementPosition
|
|
64180
|
-
* @property {number} top -
|
|
64181
|
-
* @property {number} left -
|
|
64182
|
-
* @property {number} right -
|
|
64183
|
-
* @property {number} bottom -
|
|
64184
|
-
*/
|
|
64185
|
-
|
|
64186
|
-
/**
|
|
64187
|
-
* UI Dialog
|
|
64188
|
-
*
|
|
64189
|
-
* @typedef {Object} DialogProps
|
|
64190
|
-
* @property {string} id The dialog id.
|
|
64191
|
-
* @property {ReactElement|HTMLElement} content The dialog content.
|
|
64192
|
-
* @property {Object} contentProps The dialog content props.
|
|
64193
|
-
* @property {boolean} [isDraggable=true] Controls if dialog content is draggable or not.
|
|
64194
|
-
* @property {boolean} [showOverlay=false] Controls dialog overlay.
|
|
64195
|
-
* @property {boolean} [centralize=false] Center the dialog on the screen.
|
|
64196
|
-
* @property {boolean} [preservePosition=true] Use last position instead of default.
|
|
64197
|
-
* @property {ElementPosition} defaultPosition Specifies the `x` and `y` that the dragged item should start at.
|
|
64198
|
-
* @property {Function} onStart Called when dragging starts. If `false` is returned any handler, the action will cancel.
|
|
64199
|
-
* @property {Function} onStop Called when dragging stops.
|
|
64200
|
-
* @property {Function} onDrag Called while dragging.
|
|
64201
|
-
*/
|
|
64202
|
-
|
|
64203
|
-
const UIDialogService_name = 'uiDialogService';
|
|
64204
|
-
const publicAPI = {
|
|
64205
|
-
name: UIDialogService_name,
|
|
64206
|
-
dismiss: _dismiss,
|
|
64207
|
-
dismissAll: _dismissAll,
|
|
64208
|
-
create: _create,
|
|
64209
|
-
setServiceImplementation
|
|
64210
|
-
};
|
|
64211
|
-
const serviceImplementation = {
|
|
64212
|
-
_dismiss: () => console.warn('dismiss() NOT IMPLEMENTED'),
|
|
64213
|
-
_dismissAll: () => console.warn('dismissAll() NOT IMPLEMENTED'),
|
|
64214
|
-
_create: () => console.warn('create() NOT IMPLEMENTED')
|
|
64215
|
-
};
|
|
64171
|
+
;// CONCATENATED MODULE: ../../core/src/services/UIDialogService/UIDialogService.ts
|
|
64172
|
+
var _UIDialogService;
|
|
64216
64173
|
|
|
64217
|
-
|
|
64218
|
-
|
|
64219
|
-
|
|
64220
|
-
|
|
64221
|
-
|
|
64222
|
-
|
|
64223
|
-
|
|
64224
|
-
|
|
64225
|
-
|
|
64226
|
-
|
|
64227
|
-
|
|
64228
|
-
|
|
64229
|
-
|
|
64230
|
-
preservePosition = true,
|
|
64231
|
-
isDraggable = true,
|
|
64232
|
-
showOverlay = false,
|
|
64233
|
-
onClickOutside,
|
|
64234
|
-
defaultPosition
|
|
64235
|
-
}) {
|
|
64236
|
-
return serviceImplementation._create({
|
|
64174
|
+
class UIDialogService extends pubSubServiceInterface/* PubSubService */.R {
|
|
64175
|
+
constructor() {
|
|
64176
|
+
super(UIDialogService.EVENTS);
|
|
64177
|
+
this.serviceImplementation = {
|
|
64178
|
+
_dismiss: () => console.warn('dismiss() NOT IMPLEMENTED'),
|
|
64179
|
+
_dismissAll: () => console.warn('dismissAll() NOT IMPLEMENTED'),
|
|
64180
|
+
_create: () => console.warn('create() NOT IMPLEMENTED')
|
|
64181
|
+
};
|
|
64182
|
+
this.serviceImplementation = {
|
|
64183
|
+
...this.serviceImplementation
|
|
64184
|
+
};
|
|
64185
|
+
}
|
|
64186
|
+
create({
|
|
64237
64187
|
id,
|
|
64238
64188
|
content,
|
|
64239
64189
|
contentProps,
|
|
64240
64190
|
onStart,
|
|
64241
64191
|
onDrag,
|
|
64242
64192
|
onStop,
|
|
64243
|
-
centralize,
|
|
64244
|
-
preservePosition,
|
|
64245
|
-
isDraggable,
|
|
64246
|
-
|
|
64247
|
-
showOverlay,
|
|
64193
|
+
centralize = false,
|
|
64194
|
+
preservePosition = true,
|
|
64195
|
+
isDraggable = true,
|
|
64196
|
+
showOverlay = false,
|
|
64248
64197
|
defaultPosition
|
|
64249
|
-
})
|
|
64250
|
-
|
|
64251
|
-
|
|
64252
|
-
|
|
64253
|
-
|
|
64254
|
-
|
|
64255
|
-
|
|
64256
|
-
|
|
64257
|
-
|
|
64258
|
-
|
|
64259
|
-
|
|
64260
|
-
|
|
64261
|
-
|
|
64262
|
-
|
|
64263
|
-
|
|
64264
|
-
|
|
64265
|
-
*/
|
|
64266
|
-
function _dismiss({
|
|
64267
|
-
id
|
|
64268
|
-
}) {
|
|
64269
|
-
return serviceImplementation._dismiss({
|
|
64198
|
+
}) {
|
|
64199
|
+
return this.serviceImplementation._create({
|
|
64200
|
+
id,
|
|
64201
|
+
content,
|
|
64202
|
+
contentProps,
|
|
64203
|
+
onStart,
|
|
64204
|
+
onDrag,
|
|
64205
|
+
onStop,
|
|
64206
|
+
centralize,
|
|
64207
|
+
preservePosition,
|
|
64208
|
+
isDraggable,
|
|
64209
|
+
showOverlay,
|
|
64210
|
+
defaultPosition
|
|
64211
|
+
});
|
|
64212
|
+
}
|
|
64213
|
+
dismiss({
|
|
64270
64214
|
id
|
|
64271
|
-
})
|
|
64272
|
-
|
|
64273
|
-
|
|
64274
|
-
|
|
64275
|
-
*
|
|
64276
|
-
*
|
|
64277
|
-
* @param {*} {
|
|
64278
|
-
* dismiss: dismissImplementation,
|
|
64279
|
-
* dismissAll: dismissAllImplementation,
|
|
64280
|
-
* create: createImplementation,
|
|
64281
|
-
* }
|
|
64282
|
-
*/
|
|
64283
|
-
function setServiceImplementation({
|
|
64284
|
-
dismiss: dismissImplementation,
|
|
64285
|
-
dismissAll: dismissAllImplementation,
|
|
64286
|
-
create: createImplementation
|
|
64287
|
-
}) {
|
|
64288
|
-
if (dismissImplementation) {
|
|
64289
|
-
serviceImplementation._dismiss = dismissImplementation;
|
|
64215
|
+
}) {
|
|
64216
|
+
return this.serviceImplementation._dismiss({
|
|
64217
|
+
id
|
|
64218
|
+
});
|
|
64290
64219
|
}
|
|
64291
|
-
|
|
64292
|
-
serviceImplementation._dismissAll
|
|
64220
|
+
dismissAll() {
|
|
64221
|
+
return this.serviceImplementation._dismissAll();
|
|
64293
64222
|
}
|
|
64294
|
-
|
|
64295
|
-
|
|
64223
|
+
setServiceImplementation({
|
|
64224
|
+
dismiss: dismissImplementation,
|
|
64225
|
+
dismissAll: dismissAllImplementation,
|
|
64226
|
+
create: createImplementation
|
|
64227
|
+
}) {
|
|
64228
|
+
if (dismissImplementation) {
|
|
64229
|
+
this.serviceImplementation._dismiss = dismissImplementation;
|
|
64230
|
+
}
|
|
64231
|
+
if (dismissAllImplementation) {
|
|
64232
|
+
this.serviceImplementation._dismissAll = dismissAllImplementation;
|
|
64233
|
+
}
|
|
64234
|
+
if (createImplementation) {
|
|
64235
|
+
this.serviceImplementation._create = createImplementation;
|
|
64236
|
+
}
|
|
64296
64237
|
}
|
|
64297
64238
|
}
|
|
64298
|
-
|
|
64299
|
-
|
|
64300
|
-
|
|
64301
|
-
|
|
64302
|
-
|
|
64303
|
-
|
|
64304
|
-
|
|
64305
|
-
|
|
64306
|
-
|
|
64307
|
-
return publicAPI;
|
|
64308
|
-
}
|
|
64239
|
+
_UIDialogService = UIDialogService;
|
|
64240
|
+
UIDialogService.EVENTS = {};
|
|
64241
|
+
UIDialogService.REGISTRATION = {
|
|
64242
|
+
name: 'uiDialogService',
|
|
64243
|
+
altName: 'UIDialogService',
|
|
64244
|
+
create: ({
|
|
64245
|
+
configuration = {}
|
|
64246
|
+
}) => {
|
|
64247
|
+
return new _UIDialogService();
|
|
64309
64248
|
}
|
|
64310
|
-
}
|
|
64249
|
+
};
|
|
64250
|
+
/* harmony default export */ const UIDialogService_UIDialogService = (UIDialogService);
|
|
64251
|
+
;// CONCATENATED MODULE: ../../core/src/services/UIDialogService/index.ts
|
|
64252
|
+
|
|
64253
|
+
/* harmony default export */ const services_UIDialogService = (UIDialogService_UIDialogService);
|
|
64311
64254
|
;// CONCATENATED MODULE: ../../core/src/services/UIModalService/index.ts
|
|
64312
64255
|
var _UIModalService;
|
|
64313
64256
|
/**
|
|
@@ -64324,7 +64267,7 @@ var _UIModalService;
|
|
|
64324
64267
|
*/
|
|
64325
64268
|
|
|
64326
64269
|
const UIModalService_name = 'uiModalService';
|
|
64327
|
-
const
|
|
64270
|
+
const serviceImplementation = {
|
|
64328
64271
|
_hide: () => console.warn('hide() NOT IMPLEMENTED'),
|
|
64329
64272
|
_show: () => console.warn('show() NOT IMPLEMENTED')
|
|
64330
64273
|
};
|
|
@@ -64349,7 +64292,7 @@ class UIModalService {
|
|
|
64349
64292
|
containerDimensions = null,
|
|
64350
64293
|
contentDimensions = null
|
|
64351
64294
|
}) {
|
|
64352
|
-
return
|
|
64295
|
+
return serviceImplementation._show({
|
|
64353
64296
|
content,
|
|
64354
64297
|
contentProps,
|
|
64355
64298
|
shouldCloseOnEsc,
|
|
@@ -64369,7 +64312,7 @@ class UIModalService {
|
|
|
64369
64312
|
* @returns void
|
|
64370
64313
|
*/
|
|
64371
64314
|
hide() {
|
|
64372
|
-
return
|
|
64315
|
+
return serviceImplementation._hide();
|
|
64373
64316
|
}
|
|
64374
64317
|
|
|
64375
64318
|
/**
|
|
@@ -64385,10 +64328,10 @@ class UIModalService {
|
|
|
64385
64328
|
show: showImplementation
|
|
64386
64329
|
}) {
|
|
64387
64330
|
if (hideImplementation) {
|
|
64388
|
-
|
|
64331
|
+
serviceImplementation._hide = hideImplementation;
|
|
64389
64332
|
}
|
|
64390
64333
|
if (showImplementation) {
|
|
64391
|
-
|
|
64334
|
+
serviceImplementation._show = showImplementation;
|
|
64392
64335
|
}
|
|
64393
64336
|
}
|
|
64394
64337
|
}
|
|
@@ -64494,44 +64437,21 @@ UINotificationService.REGISTRATION = {
|
|
|
64494
64437
|
}
|
|
64495
64438
|
};
|
|
64496
64439
|
/* harmony default export */ const services_UINotificationService = (UINotificationService);
|
|
64497
|
-
;// CONCATENATED MODULE: ../../core/src/services/UIViewportDialogService/
|
|
64498
|
-
|
|
64499
|
-
* Viewport Dialog
|
|
64500
|
-
*
|
|
64501
|
-
* @typedef {Object} ViewportDialogProps
|
|
64502
|
-
* @property {ReactElement|HTMLElement} [content=null] Modal content.
|
|
64503
|
-
* @property {Object} [contentProps=null] Modal content props.
|
|
64504
|
-
* @property {boolean} [viewportId=false] Modal is dismissible via the esc key.
|
|
64505
|
-
*/
|
|
64440
|
+
;// CONCATENATED MODULE: ../../core/src/services/UIViewportDialogService/UIViewportDialogService.ts
|
|
64441
|
+
var _UIViewportDialogService;
|
|
64506
64442
|
|
|
64507
|
-
|
|
64508
|
-
|
|
64509
|
-
|
|
64510
|
-
|
|
64511
|
-
|
|
64512
|
-
|
|
64513
|
-
};
|
|
64514
|
-
|
|
64515
|
-
|
|
64516
|
-
|
|
64517
|
-
}
|
|
64518
|
-
|
|
64519
|
-
/**
|
|
64520
|
-
* Show a new UI viewport dialog on the specified viewportId;
|
|
64521
|
-
*
|
|
64522
|
-
* @param {ViewportDialogProps} props { content, contentProps, viewportId }
|
|
64523
|
-
*/
|
|
64524
|
-
function _show({
|
|
64525
|
-
viewportId,
|
|
64526
|
-
id,
|
|
64527
|
-
type,
|
|
64528
|
-
message,
|
|
64529
|
-
actions,
|
|
64530
|
-
onSubmit,
|
|
64531
|
-
onOutsideClick,
|
|
64532
|
-
onKeyPress
|
|
64533
|
-
}) {
|
|
64534
|
-
return UIViewportDialogService_serviceImplementation._show({
|
|
64443
|
+
class UIViewportDialogService extends pubSubServiceInterface/* PubSubService */.R {
|
|
64444
|
+
constructor() {
|
|
64445
|
+
super(UIViewportDialogService.EVENTS);
|
|
64446
|
+
this.serviceImplementation = {
|
|
64447
|
+
_hide: () => console.warn('hide() NOT IMPLEMENTED'),
|
|
64448
|
+
_show: () => console.warn('show() NOT IMPLEMENTED')
|
|
64449
|
+
};
|
|
64450
|
+
this.serviceImplementation = {
|
|
64451
|
+
...this.serviceImplementation
|
|
64452
|
+
};
|
|
64453
|
+
}
|
|
64454
|
+
show({
|
|
64535
64455
|
viewportId,
|
|
64536
64456
|
id,
|
|
64537
64457
|
type,
|
|
@@ -64540,47 +64460,48 @@ function _show({
|
|
|
64540
64460
|
onSubmit,
|
|
64541
64461
|
onOutsideClick,
|
|
64542
64462
|
onKeyPress
|
|
64543
|
-
})
|
|
64544
|
-
|
|
64545
|
-
|
|
64546
|
-
|
|
64547
|
-
|
|
64548
|
-
|
|
64549
|
-
|
|
64550
|
-
|
|
64551
|
-
|
|
64552
|
-
|
|
64553
|
-
|
|
64554
|
-
*
|
|
64555
|
-
*
|
|
64556
|
-
* @param {*} {
|
|
64557
|
-
* hide: hideImplementation,
|
|
64558
|
-
* show: showImplementation,
|
|
64559
|
-
* viewportId,
|
|
64560
|
-
* }
|
|
64561
|
-
*/
|
|
64562
|
-
function UIViewportDialogService_setServiceImplementation({
|
|
64563
|
-
hide: hideImplementation,
|
|
64564
|
-
show: showImplementation
|
|
64565
|
-
}) {
|
|
64566
|
-
if (hideImplementation) {
|
|
64567
|
-
UIViewportDialogService_serviceImplementation._hide = hideImplementation;
|
|
64463
|
+
}) {
|
|
64464
|
+
return this.serviceImplementation._show({
|
|
64465
|
+
viewportId,
|
|
64466
|
+
id,
|
|
64467
|
+
type,
|
|
64468
|
+
message,
|
|
64469
|
+
actions,
|
|
64470
|
+
onSubmit,
|
|
64471
|
+
onOutsideClick,
|
|
64472
|
+
onKeyPress
|
|
64473
|
+
});
|
|
64568
64474
|
}
|
|
64569
|
-
|
|
64570
|
-
|
|
64475
|
+
hide() {
|
|
64476
|
+
return this.serviceImplementation._hide();
|
|
64571
64477
|
}
|
|
64572
|
-
|
|
64573
|
-
|
|
64574
|
-
|
|
64575
|
-
|
|
64576
|
-
|
|
64577
|
-
|
|
64578
|
-
|
|
64579
|
-
|
|
64580
|
-
|
|
64478
|
+
setServiceImplementation({
|
|
64479
|
+
hide: hideImplementation,
|
|
64480
|
+
show: showImplementation
|
|
64481
|
+
}) {
|
|
64482
|
+
if (hideImplementation) {
|
|
64483
|
+
this.serviceImplementation._hide = hideImplementation;
|
|
64484
|
+
}
|
|
64485
|
+
if (showImplementation) {
|
|
64486
|
+
this.serviceImplementation._show = showImplementation;
|
|
64581
64487
|
}
|
|
64582
64488
|
}
|
|
64583
|
-
}
|
|
64489
|
+
}
|
|
64490
|
+
_UIViewportDialogService = UIViewportDialogService;
|
|
64491
|
+
UIViewportDialogService.EVENTS = {};
|
|
64492
|
+
UIViewportDialogService.REGISTRATION = {
|
|
64493
|
+
name: 'uiViewportDialogService',
|
|
64494
|
+
altName: 'UIViewportDialogService',
|
|
64495
|
+
create: ({
|
|
64496
|
+
configuration = {}
|
|
64497
|
+
}) => {
|
|
64498
|
+
return new _UIViewportDialogService();
|
|
64499
|
+
}
|
|
64500
|
+
};
|
|
64501
|
+
/* harmony default export */ const UIViewportDialogService_UIViewportDialogService = (UIViewportDialogService);
|
|
64502
|
+
;// CONCATENATED MODULE: ../../core/src/services/UIViewportDialogService/index.ts
|
|
64503
|
+
|
|
64504
|
+
/* harmony default export */ const services_UIViewportDialogService = (UIViewportDialogService_UIViewportDialogService);
|
|
64584
64505
|
// EXTERNAL MODULE: ../../core/src/services/DicomMetadataStore/DicomMetadataStore.ts + 2 modules
|
|
64585
64506
|
var DicomMetadataStore = __webpack_require__(23221);
|
|
64586
64507
|
;// CONCATENATED MODULE: ../../core/src/services/DicomMetadataStore/index.ts
|
|
@@ -68229,96 +68150,94 @@ HangingProtocolService.REGISTRATION = {
|
|
|
68229
68150
|
;// CONCATENATED MODULE: ../../core/src/services/HangingProtocolService/index.ts
|
|
68230
68151
|
|
|
68231
68152
|
/* harmony default export */ const services_HangingProtocolService = (HangingProtocolService);
|
|
68232
|
-
;// CONCATENATED MODULE: ../../core/src/services/UserAuthenticationService/UserAuthenticationService.
|
|
68233
|
-
|
|
68234
|
-
|
|
68235
|
-
|
|
68236
|
-
|
|
68237
|
-
|
|
68238
|
-
|
|
68239
|
-
|
|
68240
|
-
|
|
68241
|
-
|
|
68242
|
-
|
|
68243
|
-
|
|
68244
|
-
|
|
68245
|
-
|
|
68246
|
-
|
|
68247
|
-
|
|
68248
|
-
|
|
68249
|
-
|
|
68250
|
-
|
|
68251
|
-
//console.warn('_getAuthorizationHeader() NOT IMPLEMENTED'),
|
|
68252
|
-
_handleUnauthenticated: () => console.warn('_handleUnauthenticated() NOT IMPLEMENTED'),
|
|
68253
|
-
_reset: () => console.warn('reset() NOT IMPLEMENTED'),
|
|
68254
|
-
_set: () => console.warn('set() NOT IMPLEMENTED')
|
|
68255
|
-
};
|
|
68256
|
-
function _getState() {
|
|
68257
|
-
return UserAuthenticationService_serviceImplementation._getState();
|
|
68258
|
-
}
|
|
68259
|
-
function _setUser(user) {
|
|
68260
|
-
return UserAuthenticationService_serviceImplementation._setUser(user);
|
|
68261
|
-
}
|
|
68262
|
-
function _getUser() {
|
|
68263
|
-
return UserAuthenticationService_serviceImplementation._getUser();
|
|
68264
|
-
}
|
|
68265
|
-
function _getAuthorizationHeader() {
|
|
68266
|
-
return UserAuthenticationService_serviceImplementation._getAuthorizationHeader();
|
|
68267
|
-
}
|
|
68268
|
-
function _handleUnauthenticated() {
|
|
68269
|
-
return UserAuthenticationService_serviceImplementation._handleUnauthenticated();
|
|
68270
|
-
}
|
|
68271
|
-
function _set(state) {
|
|
68272
|
-
return UserAuthenticationService_serviceImplementation._set(state);
|
|
68273
|
-
}
|
|
68274
|
-
function _reset() {
|
|
68275
|
-
return UserAuthenticationService_serviceImplementation._reset({});
|
|
68276
|
-
}
|
|
68277
|
-
function UserAuthenticationService_setServiceImplementation({
|
|
68278
|
-
getState: getStateImplementation,
|
|
68279
|
-
setUser: setUserImplementation,
|
|
68280
|
-
getUser: getUserImplementation,
|
|
68281
|
-
getAuthorizationHeader: getAuthorizationHeaderImplementation,
|
|
68282
|
-
handleUnauthenticated: handleUnauthenticatedImplementation,
|
|
68283
|
-
reset: resetImplementation,
|
|
68284
|
-
set: setImplementation
|
|
68285
|
-
}) {
|
|
68286
|
-
if (getStateImplementation) {
|
|
68287
|
-
UserAuthenticationService_serviceImplementation._getState = getStateImplementation;
|
|
68153
|
+
;// CONCATENATED MODULE: ../../core/src/services/UserAuthenticationService/UserAuthenticationService.ts
|
|
68154
|
+
var _UserAuthenticationService;
|
|
68155
|
+
|
|
68156
|
+
class UserAuthenticationService extends pubSubServiceInterface/* PubSubService */.R {
|
|
68157
|
+
constructor() {
|
|
68158
|
+
super(UserAuthenticationService.EVENTS);
|
|
68159
|
+
this.serviceImplementation = {
|
|
68160
|
+
_getState: () => console.warn('getState() NOT IMPLEMENTED'),
|
|
68161
|
+
_setUser: () => console.warn('_setUser() NOT IMPLEMENTED'),
|
|
68162
|
+
_getUser: () => console.warn('_getUser() NOT IMPLEMENTED'),
|
|
68163
|
+
_getAuthorizationHeader: () => {},
|
|
68164
|
+
// TODO: Implement this method
|
|
68165
|
+
_handleUnauthenticated: () => console.warn('_handleUnauthenticated() NOT IMPLEMENTED'),
|
|
68166
|
+
_reset: () => console.warn('reset() NOT IMPLEMENTED'),
|
|
68167
|
+
_set: () => console.warn('set() NOT IMPLEMENTED')
|
|
68168
|
+
};
|
|
68169
|
+
this.serviceImplementation = {
|
|
68170
|
+
...this.serviceImplementation
|
|
68171
|
+
};
|
|
68288
68172
|
}
|
|
68289
|
-
|
|
68290
|
-
|
|
68173
|
+
getState() {
|
|
68174
|
+
return this.serviceImplementation._getState();
|
|
68291
68175
|
}
|
|
68292
|
-
|
|
68293
|
-
|
|
68176
|
+
setUser(user) {
|
|
68177
|
+
return this.serviceImplementation._setUser(user);
|
|
68294
68178
|
}
|
|
68295
|
-
|
|
68296
|
-
|
|
68179
|
+
getUser() {
|
|
68180
|
+
return this.serviceImplementation._getUser();
|
|
68297
68181
|
}
|
|
68298
|
-
|
|
68299
|
-
|
|
68182
|
+
getAuthorizationHeader() {
|
|
68183
|
+
return this.serviceImplementation._getAuthorizationHeader();
|
|
68300
68184
|
}
|
|
68301
|
-
|
|
68302
|
-
|
|
68185
|
+
handleUnauthenticated() {
|
|
68186
|
+
return this.serviceImplementation._handleUnauthenticated();
|
|
68303
68187
|
}
|
|
68304
|
-
|
|
68305
|
-
|
|
68188
|
+
reset() {
|
|
68189
|
+
return this.serviceImplementation._reset();
|
|
68306
68190
|
}
|
|
68307
|
-
|
|
68308
|
-
|
|
68309
|
-
|
|
68310
|
-
|
|
68311
|
-
|
|
68312
|
-
|
|
68313
|
-
|
|
68314
|
-
|
|
68315
|
-
|
|
68191
|
+
set(state) {
|
|
68192
|
+
return this.serviceImplementation._set(state);
|
|
68193
|
+
}
|
|
68194
|
+
setServiceImplementation({
|
|
68195
|
+
getState: getStateImplementation,
|
|
68196
|
+
setUser: setUserImplementation,
|
|
68197
|
+
getUser: getUserImplementation,
|
|
68198
|
+
getAuthorizationHeader: getAuthorizationHeaderImplementation,
|
|
68199
|
+
handleUnauthenticated: handleUnauthenticatedImplementation,
|
|
68200
|
+
reset: resetImplementation,
|
|
68201
|
+
set: setImplementation
|
|
68202
|
+
}) {
|
|
68203
|
+
if (getStateImplementation) {
|
|
68204
|
+
this.serviceImplementation._getState = getStateImplementation;
|
|
68205
|
+
}
|
|
68206
|
+
if (setUserImplementation) {
|
|
68207
|
+
this.serviceImplementation._setUser = setUserImplementation;
|
|
68208
|
+
}
|
|
68209
|
+
if (getUserImplementation) {
|
|
68210
|
+
this.serviceImplementation._getUser = getUserImplementation;
|
|
68211
|
+
}
|
|
68212
|
+
if (getAuthorizationHeaderImplementation) {
|
|
68213
|
+
this.serviceImplementation._getAuthorizationHeader = getAuthorizationHeaderImplementation;
|
|
68214
|
+
}
|
|
68215
|
+
if (handleUnauthenticatedImplementation) {
|
|
68216
|
+
this.serviceImplementation._handleUnauthenticated = handleUnauthenticatedImplementation;
|
|
68217
|
+
}
|
|
68218
|
+
if (resetImplementation) {
|
|
68219
|
+
this.serviceImplementation._reset = resetImplementation;
|
|
68220
|
+
}
|
|
68221
|
+
if (setImplementation) {
|
|
68222
|
+
this.serviceImplementation._set = setImplementation;
|
|
68316
68223
|
}
|
|
68317
68224
|
}
|
|
68318
|
-
}
|
|
68319
|
-
|
|
68225
|
+
}
|
|
68226
|
+
_UserAuthenticationService = UserAuthenticationService;
|
|
68227
|
+
UserAuthenticationService.EVENTS = {};
|
|
68228
|
+
UserAuthenticationService.REGISTRATION = {
|
|
68229
|
+
name: 'userAuthenticationService',
|
|
68230
|
+
altName: 'UserAuthenticationService',
|
|
68231
|
+
create: ({
|
|
68232
|
+
configuration = {}
|
|
68233
|
+
}) => {
|
|
68234
|
+
return new _UserAuthenticationService();
|
|
68235
|
+
}
|
|
68236
|
+
};
|
|
68237
|
+
/* harmony default export */ const UserAuthenticationService_UserAuthenticationService = (UserAuthenticationService);
|
|
68238
|
+
;// CONCATENATED MODULE: ../../core/src/services/UserAuthenticationService/index.ts
|
|
68320
68239
|
|
|
68321
|
-
/* harmony default export */ const services_UserAuthenticationService = (
|
|
68240
|
+
/* harmony default export */ const services_UserAuthenticationService = (UserAuthenticationService_UserAuthenticationService);
|
|
68322
68241
|
// EXTERNAL MODULE: ../../../node_modules/lodash.merge/index.js
|
|
68323
68242
|
var lodash_merge = __webpack_require__(40592);
|
|
68324
68243
|
var lodash_merge_default = /*#__PURE__*/__webpack_require__.n(lodash_merge);
|
|
@@ -71594,10 +71513,10 @@ const OHIF = {
|
|
|
71594
71513
|
CineService: services_CineService,
|
|
71595
71514
|
CustomizationService: services_CustomizationService,
|
|
71596
71515
|
StateSyncService: services_StateSyncService,
|
|
71597
|
-
UIDialogService:
|
|
71516
|
+
UIDialogService: services_UIDialogService,
|
|
71598
71517
|
UIModalService: services_UIModalService,
|
|
71599
71518
|
UINotificationService: services_UINotificationService,
|
|
71600
|
-
UIViewportDialogService:
|
|
71519
|
+
UIViewportDialogService: services_UIViewportDialogService,
|
|
71601
71520
|
DisplaySetService: services_DisplaySetService,
|
|
71602
71521
|
MeasurementService: services_MeasurementService,
|
|
71603
71522
|
ToolbarService: ToolBarService,
|
|
@@ -258059,7 +257978,7 @@ var selectOrdinal = function selectOrdinal() {
|
|
|
258059
257978
|
/******/ // This function allow to reference async chunks
|
|
258060
257979
|
/******/ __webpack_require__.u = (chunkId) => {
|
|
258061
257980
|
/******/ // return url for filenames based on template
|
|
258062
|
-
/******/ return "" + ({"54":"histogram-worker","525":"dicom-microscopy-viewer","572":"polySeg","584":"suv-peak-worker"}[chunkId] || chunkId) + ".bundle." + {"
|
|
257981
|
+
/******/ return "" + ({"54":"histogram-worker","525":"dicom-microscopy-viewer","572":"polySeg","584":"suv-peak-worker"}[chunkId] || chunkId) + ".bundle." + {"54":"829e14ec12c2b41a4323","94":"08683468d52365475d9a","109":"b4fee2a22b622839baf5","121":"b582314ec0024fdf2d15","236":"4ca7987e1d57f60ec13a","243":"391c2805222b849abc2c","295":"9926ff25c6dbf53845b1","297":"194d8985ab974839b5b6","325":"1c54c1689fb4b1955e8c","342":"340982440de15f540a89","390":"5a21388b461ee51db594","445":"38c6d2af64e41cd7c614","448":"077b4b50ee63487516eb","473":"6cd4be953853f35b29c3","481":"a2b01ffe06a262fa9375","483":"a353efc5a5dd563c903c","487":"a517b1d6cd2d82b9a7ea","525":"d3a56dc9f62df5e11019","530":"17b9a34fefff133e5379","544":"e8227e98860e39636a00","550":"4f728d9ab7a8c7685abd","572":"1799686b019040500219","574":"72bd5061ccd504235419","584":"25f8b85eab9ec06da48d","644":"1e77691d2eeb96a423b0","682":"0909fbf9a76430e4bbc9","699":"f62694527f6dfe417f81","721":"0de8f780088aee87dbd9","722":"2547630541b670f10d6e","726":"c8de818cf1a3ff0cf7d2","776":"91747df457143051f872","783":"1f650e1ef1b10d19870f","806":"50e039eb624382ee1fce","835":"4c0eaa2c1a427ee41817","862":"55dde21bab4c841b6259","889":"6df37a2db81b97f4a76a","905":"c1c60224a599e789feb4","907":"d2c612ec56380e73df89","931":"d270a1fda9a2836c3cc5","939":"9d93b2e47c52338747a2","961":"6aea7b3de9e93a9ebab1","981":"cccdc8caaa5a11f4a998","989":"bf32dc457ea9abccca09","998":"f2ba5b6c1aa0caa6d672"}[chunkId] + ".js";
|
|
258063
257982
|
/******/ };
|
|
258064
257983
|
/******/ })();
|
|
258065
257984
|
/******/
|
|
@@ -258230,7 +258149,7 @@ var selectOrdinal = function selectOrdinal() {
|
|
|
258230
258149
|
/******/ };
|
|
258231
258150
|
/******/
|
|
258232
258151
|
/******/ __webpack_require__.f.miniCss = (chunkId, promises) => {
|
|
258233
|
-
/******/ var cssChunks = {"
|
|
258152
|
+
/******/ var cssChunks = {"325":1,"481":1,"544":1,"550":1,"574":1,"998":1};
|
|
258234
258153
|
/******/ if(installedCssChunks[chunkId]) promises.push(installedCssChunks[chunkId]);
|
|
258235
258154
|
/******/ else if(installedCssChunks[chunkId] !== 0 && cssChunks[chunkId]) {
|
|
258236
258155
|
/******/ promises.push(installedCssChunks[chunkId] = loadStylesheet(chunkId).then(() => {
|
|
@@ -258354,20 +258273,17 @@ var selectOrdinal = function selectOrdinal() {
|
|
|
258354
258273
|
/******/ /* webpack/runtime/chunk prefetch trigger */
|
|
258355
258274
|
/******/ (() => {
|
|
258356
258275
|
/******/ var chunkToChildrenMap = {
|
|
258357
|
-
/******/ "
|
|
258276
|
+
/******/ "243": [
|
|
258358
258277
|
/******/ 121
|
|
258359
258278
|
/******/ ],
|
|
258360
|
-
/******/ "321": [
|
|
258361
|
-
/******/ 574
|
|
258362
|
-
/******/ ],
|
|
258363
258279
|
/******/ "325": [
|
|
258364
258280
|
/******/ 530,
|
|
258365
258281
|
/******/ 862
|
|
258366
258282
|
/******/ ],
|
|
258367
|
-
/******/ "
|
|
258368
|
-
/******/
|
|
258283
|
+
/******/ "550": [
|
|
258284
|
+
/******/ 574
|
|
258369
258285
|
/******/ ],
|
|
258370
|
-
/******/ "
|
|
258286
|
+
/******/ "721": [
|
|
258371
258287
|
/******/ 530
|
|
258372
258288
|
/******/ ],
|
|
258373
258289
|
/******/ "907": [
|
|
@@ -258375,6 +258291,9 @@ var selectOrdinal = function selectOrdinal() {
|
|
|
258375
258291
|
/******/ ],
|
|
258376
258292
|
/******/ "961": [
|
|
258377
258293
|
/******/ 939
|
|
258294
|
+
/******/ ],
|
|
258295
|
+
/******/ "998": [
|
|
258296
|
+
/******/ 295
|
|
258378
258297
|
/******/ ]
|
|
258379
258298
|
/******/ };
|
|
258380
258299
|
/******/ __webpack_require__.f.prefetch = (chunkId, promises) => (Promise.all(promises).then(() => {
|