@ohif/app 3.9.0-beta.1 → 3.9.0-beta.11

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.
Files changed (32) hide show
  1. package/dist/{121.bundle.47f05840a5b3cdf75543.js → 121.bundle.b582314ec0024fdf2d15.js} +13 -8
  2. package/dist/{188.bundle.64cbb89e31abbf29a023.js → 243.bundle.f701d3acde1d3750fda2.js} +8 -8
  3. package/dist/{295.bundle.c935ed0430aa026f7591.js → 295.bundle.9926ff25c6dbf53845b1.js} +10 -6
  4. package/dist/{325.bundle.fee9192f88d50d6ce342.js → 325.bundle.242d9efe2ed15a5a334e.js} +20 -18
  5. package/dist/{206.bundle.87e4481bb6a89230b7cf.js → 390.bundle.4fb18436fcd8c75bfab9.js} +26 -19
  6. package/dist/{448.bundle.75e67836d79e932aa18c.js → 448.bundle.97cfffdf73a6f7410119.js} +33 -2
  7. package/dist/{487.bundle.fa9fc23fc410e1fa2efd.js → 487.bundle.3146b9a2006ff92246f9.js} +2 -2
  8. package/dist/{530.bundle.207b38c15c4c01e4db0e.js → 530.bundle.17b9a34fefff133e5379.js} +3 -3
  9. package/dist/{544.bundle.b005b8c8b9b08aaa3324.js → 544.bundle.e8227e98860e39636a00.js} +3 -3
  10. package/dist/{321.bundle.f32564ab711ebc0b4e86.js → 550.bundle.76c529a79ade359c0af7.js} +38 -17
  11. package/dist/{574.bundle.8b2767c9b74fa0c9b04b.js → 574.bundle.72bd5061ccd504235419.js} +36 -45
  12. package/dist/{41.bundle.72b910ddbbd70b2f4c98.js → 682.bundle.f786c869b632dadc55d3.js} +36 -5
  13. package/dist/{699.bundle.b50bfe586c0064d6fe8a.js → 699.bundle.d8fd228d9425a584b6d1.js} +2 -2
  14. package/dist/{669.bundle.03a5bd6ba84103d03fdd.js → 721.bundle.1070ac1c9bc6aa07e964.js} +73 -73
  15. package/dist/{724.bundle.c5b6e5542a4668715b33.js → 776.bundle.505d83008d54340ddcee.js} +7 -7
  16. package/dist/{862.bundle.4a0bd82b803ba158018f.js → 862.bundle.55dde21bab4c841b6259.js} +1 -1
  17. package/dist/{889.bundle.89437e456d399b69abfd.js → 889.bundle.60a917f43d3d3aebd378.js} +11 -8
  18. package/dist/{905.bundle.7017e78259e57eda8915.js → 905.bundle.da4b814f42846a91663c.js} +14 -3
  19. package/dist/{907.bundle.6695db6c5f1906d48b81.js → 907.bundle.f3edaafebee9db2e2736.js} +2 -2
  20. package/dist/{94.bundle.8411670658df7253a77a.js → 94.bundle.2486a958cb879d59aa7d.js} +3 -3
  21. package/dist/{961.bundle.4aa46c7f78124df1a7cb.js → 961.bundle.5711180f24fad3da4096.js} +2 -2
  22. package/dist/{7.bundle.9c9caceecb366e3233ca.js → 981.bundle.b5bcd103ff48bc8817e6.js} +10 -9
  23. package/dist/{594.bundle.64b244e7dcfd3d6c8984.js → 989.bundle.130439d9d862e47a9200.js} +5 -5
  24. package/dist/{633.bundle.e2b7f645729f12ba0d78.js → 998.bundle.d9191b5ca5bde4305742.js} +12 -9
  25. package/dist/app.bundle.css +2 -2
  26. package/dist/{app.bundle.0c97d14d514173bc9fab.js → app.bundle.f2e1810071777956e5da.js} +269 -334
  27. package/dist/index.html +1 -1
  28. package/dist/sw.js +1 -1
  29. package/package.json +19 -18
  30. /package/dist/{321.css → 550.css} +0 -0
  31. /package/dist/{783.bundle.2e302abe4156a13530f8.js → 783.bundle.f0eabf38cc6f986f2b96.js} +0 -0
  32. /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 + 70 modules
107
- var core_src = __webpack_require__(55411);
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
@@ -879,6 +879,7 @@ function WorkList({
879
879
  const studyTime = time && moment_default()(time, ['HH', 'HHmm', 'HHmmss', 'HHmmss.SSS']).isValid() && moment_default()(time, ['HH', 'HHmm', 'HHmmss', 'HHmmss.SSS']).format(t('Common:localTimeFormat', 'hh:mm A'));
880
880
  return {
881
881
  dataCY: `studyRow-${studyInstanceUid}`,
882
+ clickableCY: studyInstanceUid,
882
883
  row: [{
883
884
  key: 'patientName',
884
885
  content: patientName ? /*#__PURE__*/react.createElement(ui_src/* TooltipClipboard */.ax, null, patientName) : /*#__PURE__*/react.createElement("span", {
@@ -1004,8 +1005,8 @@ function WorkList({
1004
1005
  };
1005
1006
  });
1006
1007
  const hasStudies = numOfStudies > 0;
1007
- const versionNumber = "3.9.0-beta.1";
1008
- const commitHash = "0156bc426f1840ae0d090223e94a643726e856cb";
1008
+ const versionNumber = "3.9.0-beta.11";
1009
+ const commitHash = "fe1a706446cc33670bf5fab8451e8281b487fcd6";
1009
1010
  const menuOptions = [{
1010
1011
  title: t('Header:About'),
1011
1012
  icon: 'info',
@@ -1132,7 +1133,7 @@ WorkList.propTypes = {
1132
1133
  getConfig: (prop_types_default()).func
1133
1134
  }).isRequired,
1134
1135
  isLoadingData: (prop_types_default()).bool.isRequired,
1135
- servicesManager: prop_types_default().instanceOf(core_src/* ServicesManager */.CS)
1136
+ servicesManager: (prop_types_default()).object.isRequired
1136
1137
  };
1137
1138
  const defaultFilterValues = {
1138
1139
  patientName: '',
@@ -1174,7 +1175,7 @@ function WorkList_getQueryFilterValues(params) {
1174
1175
  sortBy: params.get('sortby'),
1175
1176
  sortDirection: params.get('sortdirection'),
1176
1177
  pageNumber: _tryParseInt(params.get('pagenumber'), undefined),
1177
- resultsPerPage: _tryParseInt(params.get('resultsperpage'), undefined),
1178
+ resultsPerPage: _tryParseInt(params.get('resultsPerPage'), undefined),
1178
1179
  datasources: params.get('datasources'),
1179
1180
  configUrl: params.get('configurl')
1180
1181
  };
@@ -1864,7 +1865,7 @@ function ViewerViewportGrid(props) {
1864
1865
  }
1865
1866
  ViewerViewportGrid.propTypes = {
1866
1867
  viewportComponents: (prop_types_default()).array.isRequired,
1867
- servicesManager: prop_types_default().instanceOf(core_src/* ServicesManager */.CS)
1868
+ servicesManager: prop_types_default().instanceOf(Object).isRequired
1868
1869
  };
1869
1870
  ViewerViewportGrid.defaultProps = {
1870
1871
  viewportComponents: []
@@ -1924,23 +1925,23 @@ modes.push("@ohif/mode-preclinical-4d");
1924
1925
  async function loadModule(module) {
1925
1926
  if (typeof module !== 'string') return module;
1926
1927
  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(206), __webpack_require__.e(481)]).then(__webpack_require__.bind(__webpack_require__, 7206));
1928
+ 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
1929
  return imported.default;
1929
1930
  }
1930
1931
  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(321)]).then(__webpack_require__.bind(__webpack_require__, 12702));
1932
+ 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
1933
  return imported.default;
1933
1934
  }
1934
1935
  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(206), __webpack_require__.e(669), __webpack_require__.e(325)]).then(__webpack_require__.bind(__webpack_require__, 84284));
1936
+ 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
1937
  return imported.default;
1937
1938
  }
1938
1939
  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(669)]).then(__webpack_require__.bind(__webpack_require__, 61669));
1940
+ 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
1941
  return imported.default;
1941
1942
  }
1942
1943
  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(206), __webpack_require__.e(633)]).then(__webpack_require__.bind(__webpack_require__, 27400));
1944
+ 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
1945
  return imported.default;
1945
1946
  }
1946
1947
  if (module === "@ohif/extension-cornerstone-dynamic-volume") {
@@ -1960,7 +1961,7 @@ async function loadModule(module) {
1960
1961
  return imported.default;
1961
1962
  }
1962
1963
  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(7)]).then(__webpack_require__.bind(__webpack_require__, 89007));
1964
+ 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
1965
  return imported.default;
1965
1966
  }
1966
1967
  if (module === "@ohif/extension-test") {
@@ -1968,11 +1969,11 @@ async function loadModule(module) {
1968
1969
  return imported.default;
1969
1970
  }
1970
1971
  if (module === "@ohif/extension-cornerstone-dicom-rt") {
1971
- const imported = await __webpack_require__.e(/* import() */ 188).then(__webpack_require__.bind(__webpack_require__, 99188));
1972
+ const imported = await __webpack_require__.e(/* import() */ 243).then(__webpack_require__.bind(__webpack_require__, 5243));
1972
1973
  return imported.default;
1973
1974
  }
1974
1975
  if (module === "@ohif/mode-longitudinal") {
1975
- const imported = await __webpack_require__.e(/* import() */ 41).then(__webpack_require__.bind(__webpack_require__, 97041));
1976
+ const imported = await __webpack_require__.e(/* import() */ 682).then(__webpack_require__.bind(__webpack_require__, 82682));
1976
1977
  return imported.default;
1977
1978
  }
1978
1979
  if (module === "@ohif/mode-segmentation") {
@@ -1980,7 +1981,7 @@ async function loadModule(module) {
1980
1981
  return imported.default;
1981
1982
  }
1982
1983
  if (module === "@ohif/mode-tmtv") {
1983
- const imported = await __webpack_require__.e(/* import() */ 724).then(__webpack_require__.bind(__webpack_require__, 28724));
1984
+ const imported = await __webpack_require__.e(/* import() */ 776).then(__webpack_require__.bind(__webpack_require__, 40776));
1984
1985
  return imported.default;
1985
1986
  }
1986
1987
  if (module === "@ohif/mode-microscopy") {
@@ -1996,7 +1997,7 @@ async function loadModule(module) {
1996
1997
  return imported.default;
1997
1998
  }
1998
1999
  if (module === "@ohif/mode-basic-dev-mode") {
1999
- const imported = await __webpack_require__.e(/* import() */ 594).then(__webpack_require__.bind(__webpack_require__, 26594));
2000
+ const imported = await __webpack_require__.e(/* import() */ 989).then(__webpack_require__.bind(__webpack_require__, 50989));
2000
2001
  return imported.default;
2001
2002
  }
2002
2003
  return (await import( /* webpackIgnore: true */module)).default;
@@ -2488,20 +2489,18 @@ function ModeRoute({
2488
2489
  */
2489
2490
  const filters = Array.from(query.keys()).reduce((acc, val) => {
2490
2491
  const lowerVal = val.toLowerCase();
2491
- if (lowerVal !== 'studyinstanceuids') {
2492
- // Not sure why the case matters here - it doesn't in the URL
2493
- if (lowerVal === 'seriesinstanceuids') {
2494
- const seriesUIDs = Mode_getSplitParam(lowerVal, query);
2495
- return {
2496
- ...acc,
2497
- seriesInstanceUID: seriesUIDs
2498
- };
2499
- }
2492
+ // Not sure why the case matters here - it doesn't in the URL
2493
+ if (lowerVal === 'seriesinstanceuids') {
2494
+ const seriesUIDs = Mode_getSplitParam(lowerVal, query);
2500
2495
  return {
2501
2496
  ...acc,
2502
- [val]: Mode_getSplitParam(lowerVal, query)
2497
+ seriesInstanceUID: seriesUIDs
2503
2498
  };
2504
2499
  }
2500
+ return {
2501
+ ...acc,
2502
+ [val]: Mode_getSplitParam(lowerVal, query)
2503
+ };
2505
2504
  }, {}) ?? {};
2506
2505
  let unsubs;
2507
2506
  if (route.init) {
@@ -2842,7 +2841,7 @@ const createRoutes = ({
2842
2841
  exact: true,
2843
2842
  path: route.path,
2844
2843
  element: /*#__PURE__*/react.createElement(routes_PrivateRoute, {
2845
- handleUnauthenticated: userAuthenticationService.handleUnauthenticated
2844
+ handleUnauthenticated: () => userAuthenticationService.handleUnauthenticated()
2846
2845
  }, /*#__PURE__*/react.createElement(RouteWithErrorBoundary, {
2847
2846
  route: route
2848
2847
  }))
@@ -6616,7 +6615,7 @@ const detectionOptions = {
6616
6615
  }
6617
6616
  });
6618
6617
  ;// CONCATENATED MODULE: ../../i18n/package.json
6619
- const package_namespaceObject = /*#__PURE__*/JSON.parse('{"rE":"3.9.0-beta.0"}');
6618
+ const package_namespaceObject = /*#__PURE__*/JSON.parse('{"rE":"3.9.0-beta.10"}');
6620
6619
  ;// CONCATENATED MODULE: ../../i18n/src/utils.js
6621
6620
  const languagesMap = {
6622
6621
  ar: 'Arabic',
@@ -19271,8 +19270,8 @@ ViewportDialogProvider.propTypes = {
19271
19270
  // EXTERNAL MODULE: ../../../node_modules/lodash.merge/index.js
19272
19271
  var lodash_merge = __webpack_require__(40592);
19273
19272
  var lodash_merge_default = /*#__PURE__*/__webpack_require__.n(lodash_merge);
19274
- // EXTERNAL MODULE: ../../core/src/index.ts + 70 modules
19275
- var src = __webpack_require__(55411);
19273
+ // EXTERNAL MODULE: ../../core/src/index.ts + 72 modules
19274
+ var src = __webpack_require__(8633);
19276
19275
  ;// CONCATENATED MODULE: ../../ui/src/utils/viewportLabels.ts
19277
19276
  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
19277
  /* harmony default export */ const utils_viewportLabels = (viewportLabels);
@@ -31715,6 +31714,14 @@ const Select_Select = ({
31715
31714
  components: _components,
31716
31715
  placeholder: placeholder,
31717
31716
  options: options,
31717
+ blurInputOnSelect: true,
31718
+ menuPortalTarget: document.body,
31719
+ styles: {
31720
+ menuPortal: base => ({
31721
+ ...base,
31722
+ zIndex: 9999
31723
+ })
31724
+ },
31718
31725
  value: value && Array.isArray(value) ? selectedOptions : value,
31719
31726
  onChange: (selectedOptions, {
31720
31727
  action
@@ -32886,7 +32893,6 @@ const MeasurementTable = ({
32886
32893
  onDelete,
32887
32894
  servicesManager
32888
32895
  }) => {
32889
- servicesManager = servicesManager;
32890
32896
  const {
32891
32897
  customizationService,
32892
32898
  measurementService
@@ -35231,7 +35237,10 @@ const ListMenu = ({
35231
35237
  }));
35232
35238
  };
35233
35239
  return /*#__PURE__*/react.createElement("div", {
35234
- className: "bg-secondary-dark flex flex-col gap-[4px] rounded-md p-1"
35240
+ className: "bg-secondary-dark flex flex-col gap-[4px] overflow-scroll rounded-md p-1",
35241
+ style: {
35242
+ maxHeight: 'calc(100vh - 5rem)'
35243
+ }
35235
35244
  }, items.map((item, index) => {
35236
35245
  return /*#__PURE__*/react.createElement(ListItem, {
35237
35246
  key: `ListItem${index}`,
@@ -37140,7 +37149,8 @@ const StudyListTableRow = props => {
37140
37149
  expandedContent,
37141
37150
  onClickRow,
37142
37151
  isExpanded,
37143
- dataCY
37152
+ dataCY,
37153
+ clickableCY
37144
37154
  } = tableData;
37145
37155
  return /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement("tr", {
37146
37156
  className: "select-none",
@@ -37163,7 +37173,8 @@ const StudyListTableRow = props => {
37163
37173
  }, {
37164
37174
  'bg-secondary-dark': isExpanded
37165
37175
  }),
37166
- onClick: onClickRow
37176
+ onClick: onClickRow,
37177
+ "data-cy": clickableCY
37167
37178
  }, row.map((cell, index) => {
37168
37179
  const {
37169
37180
  content,
@@ -37211,7 +37222,8 @@ StudyListTableRow.propTypes = {
37211
37222
  expandedContent: (prop_types_default()).node.isRequired,
37212
37223
  onClickRow: (prop_types_default()).func.isRequired,
37213
37224
  isExpanded: (prop_types_default()).bool.isRequired,
37214
- dataCY: (prop_types_default()).string
37225
+ dataCY: (prop_types_default()).string,
37226
+ clickableCY: (prop_types_default()).string
37215
37227
  })
37216
37228
  };
37217
37229
  /* harmony default export */ const StudyListTable_StudyListTableRow = (StudyListTableRow);
@@ -59742,7 +59754,6 @@ SwiperSlide.displayName = 'SwiperSlide';
59742
59754
 
59743
59755
 
59744
59756
 
59745
-
59746
59757
  const LegacySidePanel_borderSize = 4;
59747
59758
  const expandedWidth = 248;
59748
59759
  const LegacySidePanel_collapsedWidth = 25;
@@ -59935,7 +59946,7 @@ LegacySidePanel_LegacySidePanel.defaultProps = {
59935
59946
  defaultComponentOpen: null
59936
59947
  };
59937
59948
  LegacySidePanel_LegacySidePanel.propTypes = {
59938
- servicesManager: prop_types_default().instanceOf(src/* ServicesManager */.CS),
59949
+ servicesManager: (prop_types_default()).object.isRequired,
59939
59950
  side: prop_types_default().oneOf(['left', 'right']).isRequired,
59940
59951
  className: (prop_types_default()).string,
59941
59952
  activeTabIndex: (prop_types_default()).number,
@@ -62928,7 +62939,8 @@ const InvestigationalUseDialog = ({
62928
62939
  }, "Learn more about OHIF Viewer")))), /*#__PURE__*/react.createElement(components_Button, {
62929
62940
  type: type.primary,
62930
62941
  onClick: handleConfirmAndHide,
62931
- className: "bg-primary-main"
62942
+ className: "bg-primary-main",
62943
+ dataCY: "confirm-and-hide-button"
62932
62944
  }, "Confirm and Hide")));
62933
62945
  };
62934
62946
  InvestigationalUseDialog.propTypes = {
@@ -63325,7 +63337,7 @@ function _getImageOrientationPatient(image) {
63325
63337
 
63326
63338
  /***/ }),
63327
63339
 
63328
- /***/ 55411:
63340
+ /***/ 8633:
63329
63341
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
63330
63342
 
63331
63343
  "use strict";
@@ -63353,10 +63365,10 @@ __webpack_require__.d(__webpack_exports__, {
63353
63365
  CS: () => (/* reexport */ ServicesManager),
63354
63366
  wb: () => (/* reexport */ services_StateSyncService),
63355
63367
  ToolbarService: () => (/* reexport */ ToolBarService),
63356
- u$: () => (/* reexport */ UIDialogService),
63368
+ u$: () => (/* reexport */ services_UIDialogService),
63357
63369
  zo: () => (/* reexport */ services_UIModalService),
63358
63370
  v4: () => (/* reexport */ services_UINotificationService),
63359
- A$: () => (/* reexport */ UIViewportDialogService),
63371
+ A$: () => (/* reexport */ services_UIViewportDialogService),
63360
63372
  pS: () => (/* reexport */ services_UserAuthenticationService),
63361
63373
  sI: () => (/* reexport */ services_ViewportGridService),
63362
63374
  Ai: () => (/* reexport */ services_WorkflowStepsService),
@@ -64171,142 +64183,89 @@ class ServiceProvidersManager {
64171
64183
  this.providers[serviceName] = provider;
64172
64184
  }
64173
64185
  }
64174
- ;// CONCATENATED MODULE: ../../core/src/services/UIDialogService/index.js
64175
- /**
64176
- * A UI Element Position
64177
- *
64178
- * @typedef {Object} ElementPosition
64179
- * @property {number} top -
64180
- * @property {number} left -
64181
- * @property {number} right -
64182
- * @property {number} bottom -
64183
- */
64184
-
64185
- /**
64186
- * UI Dialog
64187
- *
64188
- * @typedef {Object} DialogProps
64189
- * @property {string} id The dialog id.
64190
- * @property {ReactElement|HTMLElement} content The dialog content.
64191
- * @property {Object} contentProps The dialog content props.
64192
- * @property {boolean} [isDraggable=true] Controls if dialog content is draggable or not.
64193
- * @property {boolean} [showOverlay=false] Controls dialog overlay.
64194
- * @property {boolean} [centralize=false] Center the dialog on the screen.
64195
- * @property {boolean} [preservePosition=true] Use last position instead of default.
64196
- * @property {ElementPosition} defaultPosition Specifies the `x` and `y` that the dragged item should start at.
64197
- * @property {Function} onStart Called when dragging starts. If `false` is returned any handler, the action will cancel.
64198
- * @property {Function} onStop Called when dragging stops.
64199
- * @property {Function} onDrag Called while dragging.
64200
- */
64201
-
64202
- const UIDialogService_name = 'uiDialogService';
64203
- const publicAPI = {
64204
- name: UIDialogService_name,
64205
- dismiss: _dismiss,
64206
- dismissAll: _dismissAll,
64207
- create: _create,
64208
- setServiceImplementation
64209
- };
64210
- const serviceImplementation = {
64211
- _dismiss: () => console.warn('dismiss() NOT IMPLEMENTED'),
64212
- _dismissAll: () => console.warn('dismissAll() NOT IMPLEMENTED'),
64213
- _create: () => console.warn('create() NOT IMPLEMENTED')
64214
- };
64186
+ ;// CONCATENATED MODULE: ../../core/src/services/UIDialogService/UIDialogService.ts
64187
+ var _UIDialogService;
64215
64188
 
64216
- /**
64217
- * Show a new UI dialog;
64218
- *
64219
- * @param {DialogProps} props { id, content, contentProps, onStart, onDrag, onStop, centralize, isDraggable, showOverlay, preservePosition, defaultPosition }
64220
- */
64221
- function _create({
64222
- id,
64223
- content,
64224
- contentProps,
64225
- onStart,
64226
- onDrag,
64227
- onStop,
64228
- centralize = false,
64229
- preservePosition = true,
64230
- isDraggable = true,
64231
- showOverlay = false,
64232
- onClickOutside,
64233
- defaultPosition
64234
- }) {
64235
- return serviceImplementation._create({
64189
+ class UIDialogService extends pubSubServiceInterface/* PubSubService */.R {
64190
+ constructor() {
64191
+ super(UIDialogService.EVENTS);
64192
+ this.serviceImplementation = {
64193
+ _dismiss: () => console.warn('dismiss() NOT IMPLEMENTED'),
64194
+ _dismissAll: () => console.warn('dismissAll() NOT IMPLEMENTED'),
64195
+ _create: () => console.warn('create() NOT IMPLEMENTED')
64196
+ };
64197
+ this.serviceImplementation = {
64198
+ ...this.serviceImplementation
64199
+ };
64200
+ }
64201
+ create({
64236
64202
  id,
64237
64203
  content,
64238
64204
  contentProps,
64239
64205
  onStart,
64240
64206
  onDrag,
64241
64207
  onStop,
64242
- centralize,
64243
- preservePosition,
64244
- isDraggable,
64245
- onClickOutside,
64246
- showOverlay,
64208
+ centralize = false,
64209
+ preservePosition = true,
64210
+ isDraggable = true,
64211
+ showOverlay = false,
64247
64212
  defaultPosition
64248
- });
64249
- }
64250
-
64251
- /**
64252
- * Destroys all dialogs, if any
64253
- *
64254
- * @returns void
64255
- */
64256
- function _dismissAll() {
64257
- return serviceImplementation._dismissAll();
64258
- }
64259
-
64260
- /**
64261
- * Destroy the dialog, if currently created
64262
- *
64263
- * @returns void
64264
- */
64265
- function _dismiss({
64266
- id
64267
- }) {
64268
- return serviceImplementation._dismiss({
64213
+ }) {
64214
+ return this.serviceImplementation._create({
64215
+ id,
64216
+ content,
64217
+ contentProps,
64218
+ onStart,
64219
+ onDrag,
64220
+ onStop,
64221
+ centralize,
64222
+ preservePosition,
64223
+ isDraggable,
64224
+ showOverlay,
64225
+ defaultPosition
64226
+ });
64227
+ }
64228
+ dismiss({
64269
64229
  id
64270
- });
64271
- }
64272
-
64273
- /**
64274
- *
64275
- *
64276
- * @param {*} {
64277
- * dismiss: dismissImplementation,
64278
- * dismissAll: dismissAllImplementation,
64279
- * create: createImplementation,
64280
- * }
64281
- */
64282
- function setServiceImplementation({
64283
- dismiss: dismissImplementation,
64284
- dismissAll: dismissAllImplementation,
64285
- create: createImplementation
64286
- }) {
64287
- if (dismissImplementation) {
64288
- serviceImplementation._dismiss = dismissImplementation;
64230
+ }) {
64231
+ return this.serviceImplementation._dismiss({
64232
+ id
64233
+ });
64289
64234
  }
64290
- if (dismissAllImplementation) {
64291
- serviceImplementation._dismissAll = dismissAllImplementation;
64235
+ dismissAll() {
64236
+ return this.serviceImplementation._dismissAll();
64292
64237
  }
64293
- if (createImplementation) {
64294
- serviceImplementation._create = createImplementation;
64238
+ setServiceImplementation({
64239
+ dismiss: dismissImplementation,
64240
+ dismissAll: dismissAllImplementation,
64241
+ create: createImplementation
64242
+ }) {
64243
+ if (dismissImplementation) {
64244
+ this.serviceImplementation._dismiss = dismissImplementation;
64245
+ }
64246
+ if (dismissAllImplementation) {
64247
+ this.serviceImplementation._dismissAll = dismissAllImplementation;
64248
+ }
64249
+ if (createImplementation) {
64250
+ this.serviceImplementation._create = createImplementation;
64251
+ }
64295
64252
  }
64296
64253
  }
64297
-
64298
- // TODO - export type here
64299
- /* harmony default export */ const UIDialogService = ({
64300
- REGISTRATION: {
64301
- name: UIDialogService_name,
64302
- altName: 'UIDialogService',
64303
- create: ({
64304
- configuration = {}
64305
- }) => {
64306
- return publicAPI;
64307
- }
64254
+ _UIDialogService = UIDialogService;
64255
+ UIDialogService.EVENTS = {};
64256
+ UIDialogService.REGISTRATION = {
64257
+ name: 'uiDialogService',
64258
+ altName: 'UIDialogService',
64259
+ create: ({
64260
+ configuration = {}
64261
+ }) => {
64262
+ return new _UIDialogService();
64308
64263
  }
64309
- });
64264
+ };
64265
+ /* harmony default export */ const UIDialogService_UIDialogService = (UIDialogService);
64266
+ ;// CONCATENATED MODULE: ../../core/src/services/UIDialogService/index.ts
64267
+
64268
+ /* harmony default export */ const services_UIDialogService = (UIDialogService_UIDialogService);
64310
64269
  ;// CONCATENATED MODULE: ../../core/src/services/UIModalService/index.ts
64311
64270
  var _UIModalService;
64312
64271
  /**
@@ -64323,7 +64282,7 @@ var _UIModalService;
64323
64282
  */
64324
64283
 
64325
64284
  const UIModalService_name = 'uiModalService';
64326
- const UIModalService_serviceImplementation = {
64285
+ const serviceImplementation = {
64327
64286
  _hide: () => console.warn('hide() NOT IMPLEMENTED'),
64328
64287
  _show: () => console.warn('show() NOT IMPLEMENTED')
64329
64288
  };
@@ -64348,7 +64307,7 @@ class UIModalService {
64348
64307
  containerDimensions = null,
64349
64308
  contentDimensions = null
64350
64309
  }) {
64351
- return UIModalService_serviceImplementation._show({
64310
+ return serviceImplementation._show({
64352
64311
  content,
64353
64312
  contentProps,
64354
64313
  shouldCloseOnEsc,
@@ -64368,7 +64327,7 @@ class UIModalService {
64368
64327
  * @returns void
64369
64328
  */
64370
64329
  hide() {
64371
- return UIModalService_serviceImplementation._hide();
64330
+ return serviceImplementation._hide();
64372
64331
  }
64373
64332
 
64374
64333
  /**
@@ -64384,10 +64343,10 @@ class UIModalService {
64384
64343
  show: showImplementation
64385
64344
  }) {
64386
64345
  if (hideImplementation) {
64387
- UIModalService_serviceImplementation._hide = hideImplementation;
64346
+ serviceImplementation._hide = hideImplementation;
64388
64347
  }
64389
64348
  if (showImplementation) {
64390
- UIModalService_serviceImplementation._show = showImplementation;
64349
+ serviceImplementation._show = showImplementation;
64391
64350
  }
64392
64351
  }
64393
64352
  }
@@ -64493,44 +64452,21 @@ UINotificationService.REGISTRATION = {
64493
64452
  }
64494
64453
  };
64495
64454
  /* harmony default export */ const services_UINotificationService = (UINotificationService);
64496
- ;// CONCATENATED MODULE: ../../core/src/services/UIViewportDialogService/index.js
64497
- /**
64498
- * Viewport Dialog
64499
- *
64500
- * @typedef {Object} ViewportDialogProps
64501
- * @property {ReactElement|HTMLElement} [content=null] Modal content.
64502
- * @property {Object} [contentProps=null] Modal content props.
64503
- * @property {boolean} [viewportId=false] Modal is dismissible via the esc key.
64504
- */
64455
+ ;// CONCATENATED MODULE: ../../core/src/services/UIViewportDialogService/UIViewportDialogService.ts
64456
+ var _UIViewportDialogService;
64505
64457
 
64506
- const UIViewportDialogService_name = 'uiViewportDialogService';
64507
- const UIViewportDialogService_publicAPI = {
64508
- name: UIViewportDialogService_name,
64509
- hide: _hide,
64510
- show: _show,
64511
- setServiceImplementation: UIViewportDialogService_setServiceImplementation
64512
- };
64513
- const UIViewportDialogService_serviceImplementation = {
64514
- _hide: () => console.warn('hide() NOT IMPLEMENTED'),
64515
- _show: () => console.warn('show() NOT IMPLEMENTED')
64516
- };
64517
-
64518
- /**
64519
- * Show a new UI viewport dialog on the specified viewportId;
64520
- *
64521
- * @param {ViewportDialogProps} props { content, contentProps, viewportId }
64522
- */
64523
- function _show({
64524
- viewportId,
64525
- id,
64526
- type,
64527
- message,
64528
- actions,
64529
- onSubmit,
64530
- onOutsideClick,
64531
- onKeyPress
64532
- }) {
64533
- return UIViewportDialogService_serviceImplementation._show({
64458
+ class UIViewportDialogService extends pubSubServiceInterface/* PubSubService */.R {
64459
+ constructor() {
64460
+ super(UIViewportDialogService.EVENTS);
64461
+ this.serviceImplementation = {
64462
+ _hide: () => console.warn('hide() NOT IMPLEMENTED'),
64463
+ _show: () => console.warn('show() NOT IMPLEMENTED')
64464
+ };
64465
+ this.serviceImplementation = {
64466
+ ...this.serviceImplementation
64467
+ };
64468
+ }
64469
+ show({
64534
64470
  viewportId,
64535
64471
  id,
64536
64472
  type,
@@ -64539,47 +64475,48 @@ function _show({
64539
64475
  onSubmit,
64540
64476
  onOutsideClick,
64541
64477
  onKeyPress
64542
- });
64543
- }
64544
-
64545
- /**
64546
- * Hides/dismisses the viewport dialog, if currently shown
64547
- */
64548
- function _hide() {
64549
- return UIViewportDialogService_serviceImplementation._hide();
64550
- }
64551
-
64552
- /**
64553
- *
64554
- *
64555
- * @param {*} {
64556
- * hide: hideImplementation,
64557
- * show: showImplementation,
64558
- * viewportId,
64559
- * }
64560
- */
64561
- function UIViewportDialogService_setServiceImplementation({
64562
- hide: hideImplementation,
64563
- show: showImplementation
64564
- }) {
64565
- if (hideImplementation) {
64566
- UIViewportDialogService_serviceImplementation._hide = hideImplementation;
64478
+ }) {
64479
+ return this.serviceImplementation._show({
64480
+ viewportId,
64481
+ id,
64482
+ type,
64483
+ message,
64484
+ actions,
64485
+ onSubmit,
64486
+ onOutsideClick,
64487
+ onKeyPress
64488
+ });
64567
64489
  }
64568
- if (showImplementation) {
64569
- UIViewportDialogService_serviceImplementation._show = showImplementation;
64490
+ hide() {
64491
+ return this.serviceImplementation._hide();
64570
64492
  }
64571
- }
64572
- /* harmony default export */ const UIViewportDialogService = ({
64573
- REGISTRATION: {
64574
- name: UIViewportDialogService_name,
64575
- altName: 'UIViewportDialogService',
64576
- create: ({
64577
- configuration = {}
64578
- }) => {
64579
- return UIViewportDialogService_publicAPI;
64493
+ setServiceImplementation({
64494
+ hide: hideImplementation,
64495
+ show: showImplementation
64496
+ }) {
64497
+ if (hideImplementation) {
64498
+ this.serviceImplementation._hide = hideImplementation;
64499
+ }
64500
+ if (showImplementation) {
64501
+ this.serviceImplementation._show = showImplementation;
64580
64502
  }
64581
64503
  }
64582
- });
64504
+ }
64505
+ _UIViewportDialogService = UIViewportDialogService;
64506
+ UIViewportDialogService.EVENTS = {};
64507
+ UIViewportDialogService.REGISTRATION = {
64508
+ name: 'uiViewportDialogService',
64509
+ altName: 'UIViewportDialogService',
64510
+ create: ({
64511
+ configuration = {}
64512
+ }) => {
64513
+ return new _UIViewportDialogService();
64514
+ }
64515
+ };
64516
+ /* harmony default export */ const UIViewportDialogService_UIViewportDialogService = (UIViewportDialogService);
64517
+ ;// CONCATENATED MODULE: ../../core/src/services/UIViewportDialogService/index.ts
64518
+
64519
+ /* harmony default export */ const services_UIViewportDialogService = (UIViewportDialogService_UIViewportDialogService);
64583
64520
  // EXTERNAL MODULE: ../../core/src/services/DicomMetadataStore/DicomMetadataStore.ts + 2 modules
64584
64521
  var DicomMetadataStore = __webpack_require__(23221);
64585
64522
  ;// CONCATENATED MODULE: ../../core/src/services/DicomMetadataStore/index.ts
@@ -68228,96 +68165,94 @@ HangingProtocolService.REGISTRATION = {
68228
68165
  ;// CONCATENATED MODULE: ../../core/src/services/HangingProtocolService/index.ts
68229
68166
 
68230
68167
  /* harmony default export */ const services_HangingProtocolService = (HangingProtocolService);
68231
- ;// CONCATENATED MODULE: ../../core/src/services/UserAuthenticationService/UserAuthenticationService.js
68232
- const UserAuthenticationService_name = 'userAuthenticationService';
68233
- const UserAuthenticationService_publicAPI = {
68234
- name: UserAuthenticationService_name,
68235
- getState: _getState,
68236
- setUser: _setUser,
68237
- getUser: _getUser,
68238
- getAuthorizationHeader: _getAuthorizationHeader,
68239
- handleUnauthenticated: _handleUnauthenticated,
68240
- setServiceImplementation: UserAuthenticationService_setServiceImplementation,
68241
- reset: _reset,
68242
- set: _set
68243
- };
68244
- const UserAuthenticationService_serviceImplementation = {
68245
- _getState: () => console.warn('getState() NOT IMPLEMENTED'),
68246
- _setUser: () => console.warn('_setUser() NOT IMPLEMENTED'),
68247
- _getUser: () => console.warn('_setUser() NOT IMPLEMENTED'),
68248
- _getAuthorizationHeader: () => {},
68249
- // TODO: have enabled/disabled state?
68250
- //console.warn('_getAuthorizationHeader() NOT IMPLEMENTED'),
68251
- _handleUnauthenticated: () => console.warn('_handleUnauthenticated() NOT IMPLEMENTED'),
68252
- _reset: () => console.warn('reset() NOT IMPLEMENTED'),
68253
- _set: () => console.warn('set() NOT IMPLEMENTED')
68254
- };
68255
- function _getState() {
68256
- return UserAuthenticationService_serviceImplementation._getState();
68257
- }
68258
- function _setUser(user) {
68259
- return UserAuthenticationService_serviceImplementation._setUser(user);
68260
- }
68261
- function _getUser() {
68262
- return UserAuthenticationService_serviceImplementation._getUser();
68263
- }
68264
- function _getAuthorizationHeader() {
68265
- return UserAuthenticationService_serviceImplementation._getAuthorizationHeader();
68266
- }
68267
- function _handleUnauthenticated() {
68268
- return UserAuthenticationService_serviceImplementation._handleUnauthenticated();
68269
- }
68270
- function _set(state) {
68271
- return UserAuthenticationService_serviceImplementation._set(state);
68272
- }
68273
- function _reset() {
68274
- return UserAuthenticationService_serviceImplementation._reset({});
68275
- }
68276
- function UserAuthenticationService_setServiceImplementation({
68277
- getState: getStateImplementation,
68278
- setUser: setUserImplementation,
68279
- getUser: getUserImplementation,
68280
- getAuthorizationHeader: getAuthorizationHeaderImplementation,
68281
- handleUnauthenticated: handleUnauthenticatedImplementation,
68282
- reset: resetImplementation,
68283
- set: setImplementation
68284
- }) {
68285
- if (getStateImplementation) {
68286
- UserAuthenticationService_serviceImplementation._getState = getStateImplementation;
68168
+ ;// CONCATENATED MODULE: ../../core/src/services/UserAuthenticationService/UserAuthenticationService.ts
68169
+ var _UserAuthenticationService;
68170
+
68171
+ class UserAuthenticationService extends pubSubServiceInterface/* PubSubService */.R {
68172
+ constructor() {
68173
+ super(UserAuthenticationService.EVENTS);
68174
+ this.serviceImplementation = {
68175
+ _getState: () => console.warn('getState() NOT IMPLEMENTED'),
68176
+ _setUser: () => console.warn('_setUser() NOT IMPLEMENTED'),
68177
+ _getUser: () => console.warn('_getUser() NOT IMPLEMENTED'),
68178
+ _getAuthorizationHeader: () => {},
68179
+ // TODO: Implement this method
68180
+ _handleUnauthenticated: () => console.warn('_handleUnauthenticated() NOT IMPLEMENTED'),
68181
+ _reset: () => console.warn('reset() NOT IMPLEMENTED'),
68182
+ _set: () => console.warn('set() NOT IMPLEMENTED')
68183
+ };
68184
+ this.serviceImplementation = {
68185
+ ...this.serviceImplementation
68186
+ };
68187
+ }
68188
+ getState() {
68189
+ return this.serviceImplementation._getState();
68287
68190
  }
68288
- if (setUserImplementation) {
68289
- UserAuthenticationService_serviceImplementation._setUser = setUserImplementation;
68191
+ setUser(user) {
68192
+ return this.serviceImplementation._setUser(user);
68290
68193
  }
68291
- if (getUserImplementation) {
68292
- UserAuthenticationService_serviceImplementation._getUser = getUserImplementation;
68194
+ getUser() {
68195
+ return this.serviceImplementation._getUser();
68293
68196
  }
68294
- if (getAuthorizationHeaderImplementation) {
68295
- UserAuthenticationService_serviceImplementation._getAuthorizationHeader = getAuthorizationHeaderImplementation;
68197
+ getAuthorizationHeader() {
68198
+ return this.serviceImplementation._getAuthorizationHeader();
68296
68199
  }
68297
- if (handleUnauthenticatedImplementation) {
68298
- UserAuthenticationService_serviceImplementation._handleUnauthenticated = handleUnauthenticatedImplementation;
68200
+ handleUnauthenticated() {
68201
+ return this.serviceImplementation._handleUnauthenticated();
68299
68202
  }
68300
- if (resetImplementation) {
68301
- UserAuthenticationService_serviceImplementation._reset = resetImplementation;
68203
+ reset() {
68204
+ return this.serviceImplementation._reset();
68302
68205
  }
68303
- if (setImplementation) {
68304
- UserAuthenticationService_serviceImplementation._set = setImplementation;
68206
+ set(state) {
68207
+ return this.serviceImplementation._set(state);
68305
68208
  }
68306
- }
68307
- /* harmony default export */ const UserAuthenticationService = ({
68308
- REGISTRATION: {
68309
- name: UserAuthenticationService_name,
68310
- altName: 'UserAuthenticationService',
68311
- create: ({
68312
- configuration = {}
68313
- }) => {
68314
- return UserAuthenticationService_publicAPI;
68209
+ setServiceImplementation({
68210
+ getState: getStateImplementation,
68211
+ setUser: setUserImplementation,
68212
+ getUser: getUserImplementation,
68213
+ getAuthorizationHeader: getAuthorizationHeaderImplementation,
68214
+ handleUnauthenticated: handleUnauthenticatedImplementation,
68215
+ reset: resetImplementation,
68216
+ set: setImplementation
68217
+ }) {
68218
+ if (getStateImplementation) {
68219
+ this.serviceImplementation._getState = getStateImplementation;
68220
+ }
68221
+ if (setUserImplementation) {
68222
+ this.serviceImplementation._setUser = setUserImplementation;
68223
+ }
68224
+ if (getUserImplementation) {
68225
+ this.serviceImplementation._getUser = getUserImplementation;
68226
+ }
68227
+ if (getAuthorizationHeaderImplementation) {
68228
+ this.serviceImplementation._getAuthorizationHeader = getAuthorizationHeaderImplementation;
68229
+ }
68230
+ if (handleUnauthenticatedImplementation) {
68231
+ this.serviceImplementation._handleUnauthenticated = handleUnauthenticatedImplementation;
68232
+ }
68233
+ if (resetImplementation) {
68234
+ this.serviceImplementation._reset = resetImplementation;
68235
+ }
68236
+ if (setImplementation) {
68237
+ this.serviceImplementation._set = setImplementation;
68315
68238
  }
68316
68239
  }
68317
- });
68318
- ;// CONCATENATED MODULE: ../../core/src/services/UserAuthenticationService/index.js
68240
+ }
68241
+ _UserAuthenticationService = UserAuthenticationService;
68242
+ UserAuthenticationService.EVENTS = {};
68243
+ UserAuthenticationService.REGISTRATION = {
68244
+ name: 'userAuthenticationService',
68245
+ altName: 'UserAuthenticationService',
68246
+ create: ({
68247
+ configuration = {}
68248
+ }) => {
68249
+ return new _UserAuthenticationService();
68250
+ }
68251
+ };
68252
+ /* harmony default export */ const UserAuthenticationService_UserAuthenticationService = (UserAuthenticationService);
68253
+ ;// CONCATENATED MODULE: ../../core/src/services/UserAuthenticationService/index.ts
68319
68254
 
68320
- /* harmony default export */ const services_UserAuthenticationService = (UserAuthenticationService);
68255
+ /* harmony default export */ const services_UserAuthenticationService = (UserAuthenticationService_UserAuthenticationService);
68321
68256
  // EXTERNAL MODULE: ../../../node_modules/lodash.merge/index.js
68322
68257
  var lodash_merge = __webpack_require__(40592);
68323
68258
  var lodash_merge_default = /*#__PURE__*/__webpack_require__.n(lodash_merge);
@@ -71593,10 +71528,10 @@ const OHIF = {
71593
71528
  CineService: services_CineService,
71594
71529
  CustomizationService: services_CustomizationService,
71595
71530
  StateSyncService: services_StateSyncService,
71596
- UIDialogService: UIDialogService,
71531
+ UIDialogService: services_UIDialogService,
71597
71532
  UIModalService: services_UIModalService,
71598
71533
  UINotificationService: services_UINotificationService,
71599
- UIViewportDialogService: UIViewportDialogService,
71534
+ UIViewportDialogService: services_UIViewportDialogService,
71600
71535
  DisplaySetService: services_DisplaySetService,
71601
71536
  MeasurementService: services_MeasurementService,
71602
71537
  ToolbarService: ToolBarService,
@@ -258058,7 +257993,7 @@ var selectOrdinal = function selectOrdinal() {
258058
257993
  /******/ // This function allow to reference async chunks
258059
257994
  /******/ __webpack_require__.u = (chunkId) => {
258060
257995
  /******/ // return url for filenames based on template
258061
- /******/ return "" + ({"54":"histogram-worker","525":"dicom-microscopy-viewer","572":"polySeg","584":"suv-peak-worker"}[chunkId] || chunkId) + ".bundle." + {"7":"9c9caceecb366e3233ca","41":"72b910ddbbd70b2f4c98","54":"829e14ec12c2b41a4323","94":"8411670658df7253a77a","109":"b4fee2a22b622839baf5","121":"47f05840a5b3cdf75543","188":"64cbb89e31abbf29a023","206":"87e4481bb6a89230b7cf","236":"4ca7987e1d57f60ec13a","295":"c935ed0430aa026f7591","297":"194d8985ab974839b5b6","321":"f32564ab711ebc0b4e86","325":"fee9192f88d50d6ce342","342":"340982440de15f540a89","445":"38c6d2af64e41cd7c614","448":"75e67836d79e932aa18c","473":"6cd4be953853f35b29c3","481":"a2b01ffe06a262fa9375","483":"a353efc5a5dd563c903c","487":"fa9fc23fc410e1fa2efd","525":"d3a56dc9f62df5e11019","530":"207b38c15c4c01e4db0e","544":"b005b8c8b9b08aaa3324","572":"1799686b019040500219","574":"8b2767c9b74fa0c9b04b","584":"25f8b85eab9ec06da48d","594":"64b244e7dcfd3d6c8984","633":"e2b7f645729f12ba0d78","644":"1e77691d2eeb96a423b0","669":"03a5bd6ba84103d03fdd","699":"b50bfe586c0064d6fe8a","722":"2547630541b670f10d6e","724":"c5b6e5542a4668715b33","726":"c8de818cf1a3ff0cf7d2","783":"2e302abe4156a13530f8","806":"50e039eb624382ee1fce","835":"4c0eaa2c1a427ee41817","862":"4a0bd82b803ba158018f","889":"89437e456d399b69abfd","905":"7017e78259e57eda8915","907":"6695db6c5f1906d48b81","931":"d270a1fda9a2836c3cc5","939":"9d93b2e47c52338747a2","961":"4aa46c7f78124df1a7cb"}[chunkId] + ".js";
257996
+ /******/ return "" + ({"54":"histogram-worker","525":"dicom-microscopy-viewer","572":"polySeg","584":"suv-peak-worker"}[chunkId] || chunkId) + ".bundle." + {"54":"829e14ec12c2b41a4323","94":"2486a958cb879d59aa7d","109":"b4fee2a22b622839baf5","121":"b582314ec0024fdf2d15","236":"4ca7987e1d57f60ec13a","243":"f701d3acde1d3750fda2","295":"9926ff25c6dbf53845b1","297":"194d8985ab974839b5b6","325":"242d9efe2ed15a5a334e","342":"340982440de15f540a89","390":"4fb18436fcd8c75bfab9","445":"38c6d2af64e41cd7c614","448":"97cfffdf73a6f7410119","473":"6cd4be953853f35b29c3","481":"a2b01ffe06a262fa9375","483":"a353efc5a5dd563c903c","487":"3146b9a2006ff92246f9","525":"d3a56dc9f62df5e11019","530":"17b9a34fefff133e5379","544":"e8227e98860e39636a00","550":"76c529a79ade359c0af7","572":"1799686b019040500219","574":"72bd5061ccd504235419","584":"25f8b85eab9ec06da48d","644":"1e77691d2eeb96a423b0","682":"f786c869b632dadc55d3","699":"d8fd228d9425a584b6d1","721":"1070ac1c9bc6aa07e964","722":"2547630541b670f10d6e","726":"c8de818cf1a3ff0cf7d2","776":"505d83008d54340ddcee","783":"f0eabf38cc6f986f2b96","806":"50e039eb624382ee1fce","835":"4c0eaa2c1a427ee41817","862":"55dde21bab4c841b6259","889":"60a917f43d3d3aebd378","905":"da4b814f42846a91663c","907":"f3edaafebee9db2e2736","931":"d270a1fda9a2836c3cc5","939":"9d93b2e47c52338747a2","961":"5711180f24fad3da4096","981":"b5bcd103ff48bc8817e6","989":"130439d9d862e47a9200","998":"d9191b5ca5bde4305742"}[chunkId] + ".js";
258062
257997
  /******/ };
258063
257998
  /******/ })();
258064
257999
  /******/
@@ -258229,7 +258164,7 @@ var selectOrdinal = function selectOrdinal() {
258229
258164
  /******/ };
258230
258165
  /******/
258231
258166
  /******/ __webpack_require__.f.miniCss = (chunkId, promises) => {
258232
- /******/ var cssChunks = {"321":1,"325":1,"481":1,"544":1,"574":1,"633":1};
258167
+ /******/ var cssChunks = {"325":1,"481":1,"544":1,"550":1,"574":1,"998":1};
258233
258168
  /******/ if(installedCssChunks[chunkId]) promises.push(installedCssChunks[chunkId]);
258234
258169
  /******/ else if(installedCssChunks[chunkId] !== 0 && cssChunks[chunkId]) {
258235
258170
  /******/ promises.push(installedCssChunks[chunkId] = loadStylesheet(chunkId).then(() => {
@@ -258353,20 +258288,17 @@ var selectOrdinal = function selectOrdinal() {
258353
258288
  /******/ /* webpack/runtime/chunk prefetch trigger */
258354
258289
  /******/ (() => {
258355
258290
  /******/ var chunkToChildrenMap = {
258356
- /******/ "188": [
258291
+ /******/ "243": [
258357
258292
  /******/ 121
258358
258293
  /******/ ],
258359
- /******/ "321": [
258360
- /******/ 574
258361
- /******/ ],
258362
258294
  /******/ "325": [
258363
258295
  /******/ 530,
258364
258296
  /******/ 862
258365
258297
  /******/ ],
258366
- /******/ "633": [
258367
- /******/ 295
258298
+ /******/ "550": [
258299
+ /******/ 574
258368
258300
  /******/ ],
258369
- /******/ "669": [
258301
+ /******/ "721": [
258370
258302
  /******/ 530
258371
258303
  /******/ ],
258372
258304
  /******/ "907": [
@@ -258374,6 +258306,9 @@ var selectOrdinal = function selectOrdinal() {
258374
258306
  /******/ ],
258375
258307
  /******/ "961": [
258376
258308
  /******/ 939
258309
+ /******/ ],
258310
+ /******/ "998": [
258311
+ /******/ 295
258377
258312
  /******/ ]
258378
258313
  /******/ };
258379
258314
  /******/ __webpack_require__.f.prefetch = (chunkId, promises) => (Promise.all(promises).then(() => {