@ohif/app 3.13.0-beta.0 → 3.13.0-beta.2

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 (30) hide show
  1. package/dist/{3081.bundle.41838985e0472851eadb.js → 3081.bundle.9c9d169bf2b4ac6e987f.js} +4 -0
  2. package/dist/{6376.bundle.272e755bdcbb5615a44e.js → 6376.bundle.9cb74d7bc08476e2f1a7.js} +1 -1
  3. package/dist/{7190.bundle.d731ae6cf6e933a2c408.js → 7190.bundle.e8f0193e0e06472f795c.js} +491 -357
  4. package/dist/{9195.bundle.1d1484158b2f05246396.js → 9195.bundle.5c13bd1aef828d802142.js} +2 -2
  5. package/dist/{app.bundle.f9ef4f9dbc1c3e69a1ae.js → app.bundle.7777a62215a4f90957f2.js} +2 -2
  6. package/dist/index.html +1 -1
  7. package/dist/{interpolation.bundle.1938b79f9d6db363528a.js → interpolation.bundle.c70cb95d164dc494e6dc.js} +1 -1
  8. package/dist/sw.js +1 -1
  9. package/package.json +20 -20
  10. /package/dist/{1403.bundle.1c9ce804d1e88033e276.js → 1403.bundle.3368c0f92547bc8b3148.js} +0 -0
  11. /package/dist/{1459.bundle.e8802999a4d7f7edf628.js → 1459.bundle.cd67aea5d65062345894.js} +0 -0
  12. /package/dist/{1730.bundle.66a5e554ab20dab97b11.js → 1730.bundle.1a3a3ac5087af5ee5cf5.js} +0 -0
  13. /package/dist/{1933.bundle.682f142e3217d4c7fbf7.js → 1933.bundle.03d69f1ec49e31942aa9.js} +0 -0
  14. /package/dist/{2018.bundle.c06693143228cc034cb9.js → 2018.bundle.0cc66d90549a02692f83.js} +0 -0
  15. /package/dist/{213.bundle.c2d4d7370c26b0823880.js → 213.bundle.c270b9cbfef1c3a6deeb.js} +0 -0
  16. /package/dist/{2424.bundle.c1e287e752f352b76543.js → 2424.bundle.9a15ea93fa8dfa6a6c29.js} +0 -0
  17. /package/dist/{3461.bundle.a8fcefd1c6e389d905fc.js → 3461.bundle.375dd4b31216c8ef6b0c.js} +0 -0
  18. /package/dist/{4775.bundle.70bc407db26afaa4331a.js → 4775.bundle.cb49c11c62965c2807ef.js} +0 -0
  19. /package/dist/{4819.bundle.47e7aa44747ddab3a39a.js → 4819.bundle.2ab7a41dbade682bcee9.js} +0 -0
  20. /package/dist/{5028.bundle.274945a9ae69c6b6ad51.js → 5028.bundle.82318fd632945aba4f27.js} +0 -0
  21. /package/dist/{5457.bundle.f7de73bcfe1012a73b9f.js → 5457.bundle.e9733e0dc7c3ae46ea42.js} +0 -0
  22. /package/dist/{5485.bundle.4e0ec03c61ec5cadd9bb.js → 5485.bundle.6603ea8ac3b639703e4d.js} +0 -0
  23. /package/dist/{6027.bundle.2b12862684b0cb3af4b4.js → 6027.bundle.3e52391c5f4432911512.js} +0 -0
  24. /package/dist/{6163.bundle.ca93a4e6501880901f94.js → 6163.bundle.77ac55484671ce6159e6.js} +0 -0
  25. /package/dist/{7639.bundle.32152cacb059089ed7d7.js → 7639.bundle.831b85eb99f966cefcb2.js} +0 -0
  26. /package/dist/{8305.bundle.2ede68ba3c075928c9f4.js → 8305.bundle.437d4dd008a2139dc96a.js} +0 -0
  27. /package/dist/{85.bundle.05591d5a14d74a502dfe.js → 85.bundle.503f33be60625a46580d.js} +0 -0
  28. /package/dist/{8558.bundle.3e84c4ba2c7ec6fce52c.js → 8558.bundle.71c7bf070f41c6647704.js} +0 -0
  29. /package/dist/{8583.bundle.2908eee785e7e4595d14.js → 8583.bundle.4cb5dea918f010b8e56b.js} +0 -0
  30. /package/dist/{9927.bundle.e798a347dfe1f241578f.js → 9927.bundle.9fdb8b442eb22aa97e73.js} +0 -0
@@ -6089,6 +6089,10 @@ const connectMeasurementServiceToTools = ({
6089
6089
 
6090
6090
 
6091
6091
  function _getVolumeFromViewport(viewport) {
6092
+ // Handle non-volume viewports that don't have getAllVolumeIds
6093
+ if (!viewport?.getAllVolumeIds) {
6094
+ return null;
6095
+ }
6092
6096
  const volumeIds = viewport.getAllVolumeIds();
6093
6097
  const volumes = volumeIds.map(id => esm.cache.getVolume(id));
6094
6098
  const dynamicVolume = volumes.find(volume => volume.isDynamicVolume());
@@ -683,7 +683,7 @@ expose(workerOperations);
683
683
  /******/ // This function allow to reference async chunks and sibling chunks for the entrypoint
684
684
  /******/ __webpack_require__.u = (chunkId) => {
685
685
  /******/ // return url for filenames based on template
686
- /******/ return "" + chunkId + ".bundle." + "d731ae6cf6e933a2c408" + ".js";
686
+ /******/ return "" + chunkId + ".bundle." + "e8f0193e0e06472f795c" + ".js";
687
687
  /******/ };
688
688
  /******/ })();
689
689
  /******/