@cornerstonejs/tools 1.28.3 → 1.30.0

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 (1265) hide show
  1. package/dist/cjs/tools/StackScrollTool.d.ts +0 -1
  2. package/dist/cjs/tools/StackScrollTool.js +1 -10
  3. package/dist/cjs/tools/StackScrollTool.js.map +1 -1
  4. package/dist/cjs/tools/WindowLevelTool.d.ts +1 -1
  5. package/dist/cjs/tools/WindowLevelTool.js +18 -17
  6. package/dist/cjs/tools/WindowLevelTool.js.map +1 -1
  7. package/dist/cjs/types/index.d.ts +7 -7
  8. package/dist/cjs/utilities/stackPrefetch/stackPrefetch.js.map +1 -1
  9. package/dist/esm/tools/StackScrollTool.js +2 -11
  10. package/dist/esm/tools/StackScrollTool.js.map +1 -1
  11. package/dist/esm/tools/WindowLevelTool.js +17 -16
  12. package/dist/esm/tools/WindowLevelTool.js.map +1 -1
  13. package/dist/esm/utilities/stackPrefetch/stackPrefetch.js.map +1 -1
  14. package/dist/types/constants/COLOR_LUT.d.ts +3 -0
  15. package/dist/types/constants/COLOR_LUT.d.ts.map +1 -0
  16. package/dist/types/constants/index.d.ts +3 -0
  17. package/dist/types/constants/index.d.ts.map +1 -0
  18. package/dist/types/cursors/ImageMouseCursor.d.ts +10 -0
  19. package/dist/types/cursors/ImageMouseCursor.d.ts.map +1 -0
  20. package/dist/types/cursors/MouseCursor.d.ts +13 -0
  21. package/dist/types/cursors/MouseCursor.d.ts.map +1 -0
  22. package/dist/types/cursors/SVGCursorDescriptor.d.ts +10 -0
  23. package/dist/types/cursors/SVGCursorDescriptor.d.ts.map +1 -0
  24. package/dist/types/cursors/SVGMouseCursor.d.ts +7 -0
  25. package/dist/types/cursors/SVGMouseCursor.d.ts.map +1 -0
  26. package/dist/types/cursors/elementCursor.d.ts +7 -0
  27. package/dist/types/cursors/elementCursor.d.ts.map +1 -0
  28. package/dist/types/cursors/index.d.ts +9 -0
  29. package/dist/types/cursors/index.d.ts.map +1 -0
  30. package/dist/types/cursors/setCursorForElement.d.ts +3 -0
  31. package/dist/types/cursors/setCursorForElement.d.ts.map +1 -0
  32. package/dist/types/drawingSvg/_getHash.d.ts +3 -0
  33. package/dist/types/drawingSvg/_getHash.d.ts.map +1 -0
  34. package/dist/types/drawingSvg/clearByToolType.d.ts +3 -0
  35. package/dist/types/drawingSvg/clearByToolType.d.ts.map +1 -0
  36. package/dist/types/drawingSvg/draw.d.ts +3 -0
  37. package/dist/types/drawingSvg/draw.d.ts.map +1 -0
  38. package/dist/types/drawingSvg/drawArrow.d.ts +4 -0
  39. package/dist/types/drawingSvg/drawArrow.d.ts.map +1 -0
  40. package/dist/types/drawingSvg/drawCircle.d.ts +5 -0
  41. package/dist/types/drawingSvg/drawCircle.d.ts.map +1 -0
  42. package/dist/types/drawingSvg/drawEllipse.d.ts +5 -0
  43. package/dist/types/drawingSvg/drawEllipse.d.ts.map +1 -0
  44. package/dist/types/drawingSvg/drawHandles.d.ts +5 -0
  45. package/dist/types/drawingSvg/drawHandles.d.ts.map +1 -0
  46. package/dist/types/drawingSvg/drawLine.d.ts +4 -0
  47. package/dist/types/drawingSvg/drawLine.d.ts.map +1 -0
  48. package/dist/types/drawingSvg/drawLink.d.ts +5 -0
  49. package/dist/types/drawingSvg/drawLink.d.ts.map +1 -0
  50. package/dist/types/drawingSvg/drawLinkedTextBox.d.ts +5 -0
  51. package/dist/types/drawingSvg/drawLinkedTextBox.d.ts.map +1 -0
  52. package/dist/types/drawingSvg/drawPolyline.d.ts +12 -0
  53. package/dist/types/drawingSvg/drawPolyline.d.ts.map +1 -0
  54. package/dist/types/drawingSvg/drawRect.d.ts +4 -0
  55. package/dist/types/drawingSvg/drawRect.d.ts.map +1 -0
  56. package/dist/types/drawingSvg/drawRedactionRect.d.ts +2 -0
  57. package/dist/types/drawingSvg/drawRedactionRect.d.ts.map +1 -0
  58. package/dist/types/drawingSvg/drawTextBox.d.ts +5 -0
  59. package/dist/types/drawingSvg/drawTextBox.d.ts.map +1 -0
  60. package/dist/types/drawingSvg/getSvgDrawingHelper.d.ts +4 -0
  61. package/dist/types/drawingSvg/getSvgDrawingHelper.d.ts.map +1 -0
  62. package/dist/types/drawingSvg/index.d.ts +15 -0
  63. package/dist/types/drawingSvg/index.d.ts.map +1 -0
  64. package/dist/types/drawingSvg/setAttributesIfNecessary.d.ts +3 -0
  65. package/dist/types/drawingSvg/setAttributesIfNecessary.d.ts.map +1 -0
  66. package/dist/types/drawingSvg/setNewAttributesIfValid.d.ts +3 -0
  67. package/dist/types/drawingSvg/setNewAttributesIfValid.d.ts.map +1 -0
  68. package/dist/types/enums/AnnotationStyleStates.d.ts +8 -0
  69. package/dist/types/enums/AnnotationStyleStates.d.ts.map +1 -0
  70. package/dist/types/enums/Events.d.ts +37 -0
  71. package/dist/types/enums/Events.d.ts.map +1 -0
  72. package/dist/types/enums/SegmentationRepresentations.d.ts +7 -0
  73. package/dist/types/enums/SegmentationRepresentations.d.ts.map +1 -0
  74. package/dist/types/enums/ToolBindings.d.ts +25 -0
  75. package/dist/types/enums/ToolBindings.d.ts.map +1 -0
  76. package/dist/types/enums/ToolModes.d.ts +8 -0
  77. package/dist/types/enums/ToolModes.d.ts.map +1 -0
  78. package/dist/types/enums/Touch.d.ts +8 -0
  79. package/dist/types/enums/Touch.d.ts.map +1 -0
  80. package/dist/types/enums/index.d.ts +9 -0
  81. package/dist/types/enums/index.d.ts.map +1 -0
  82. package/dist/types/eventDispatchers/annotationModifiedEventDispatcher.d.ts +6 -0
  83. package/dist/types/eventDispatchers/annotationModifiedEventDispatcher.d.ts.map +1 -0
  84. package/dist/types/eventDispatchers/cameraModifiedEventDispatcher.d.ts +6 -0
  85. package/dist/types/eventDispatchers/cameraModifiedEventDispatcher.d.ts.map +1 -0
  86. package/dist/types/eventDispatchers/imageRenderedEventDispatcher.d.ts +6 -0
  87. package/dist/types/eventDispatchers/imageRenderedEventDispatcher.d.ts.map +1 -0
  88. package/dist/types/eventDispatchers/imageSpacingCalibratedEventDispatcher.d.ts +6 -0
  89. package/dist/types/eventDispatchers/imageSpacingCalibratedEventDispatcher.d.ts.map +1 -0
  90. package/dist/types/eventDispatchers/index.d.ts +8 -0
  91. package/dist/types/eventDispatchers/index.d.ts.map +1 -0
  92. package/dist/types/eventDispatchers/keyboardEventHandlers/index.d.ts +4 -0
  93. package/dist/types/eventDispatchers/keyboardEventHandlers/index.d.ts.map +1 -0
  94. package/dist/types/eventDispatchers/keyboardEventHandlers/keyDown.d.ts +3 -0
  95. package/dist/types/eventDispatchers/keyboardEventHandlers/keyDown.d.ts.map +1 -0
  96. package/dist/types/eventDispatchers/keyboardEventHandlers/keyUp.d.ts +3 -0
  97. package/dist/types/eventDispatchers/keyboardEventHandlers/keyUp.d.ts.map +1 -0
  98. package/dist/types/eventDispatchers/keyboardToolEventDispatcher.d.ts +6 -0
  99. package/dist/types/eventDispatchers/keyboardToolEventDispatcher.d.ts.map +1 -0
  100. package/dist/types/eventDispatchers/mouseEventHandlers/index.d.ts +10 -0
  101. package/dist/types/eventDispatchers/mouseEventHandlers/index.d.ts.map +1 -0
  102. package/dist/types/eventDispatchers/mouseEventHandlers/mouseClick.d.ts +3 -0
  103. package/dist/types/eventDispatchers/mouseEventHandlers/mouseClick.d.ts.map +1 -0
  104. package/dist/types/eventDispatchers/mouseEventHandlers/mouseDoubleClick.d.ts +3 -0
  105. package/dist/types/eventDispatchers/mouseEventHandlers/mouseDoubleClick.d.ts.map +1 -0
  106. package/dist/types/eventDispatchers/mouseEventHandlers/mouseDown.d.ts +3 -0
  107. package/dist/types/eventDispatchers/mouseEventHandlers/mouseDown.d.ts.map +1 -0
  108. package/dist/types/eventDispatchers/mouseEventHandlers/mouseDownActivate.d.ts +3 -0
  109. package/dist/types/eventDispatchers/mouseEventHandlers/mouseDownActivate.d.ts.map +1 -0
  110. package/dist/types/eventDispatchers/mouseEventHandlers/mouseDownAnnotationAction.d.ts +3 -0
  111. package/dist/types/eventDispatchers/mouseEventHandlers/mouseDownAnnotationAction.d.ts.map +1 -0
  112. package/dist/types/eventDispatchers/mouseEventHandlers/mouseDrag.d.ts +3 -0
  113. package/dist/types/eventDispatchers/mouseEventHandlers/mouseDrag.d.ts.map +1 -0
  114. package/dist/types/eventDispatchers/mouseEventHandlers/mouseMove.d.ts +3 -0
  115. package/dist/types/eventDispatchers/mouseEventHandlers/mouseMove.d.ts.map +1 -0
  116. package/dist/types/eventDispatchers/mouseEventHandlers/mouseUp.d.ts +3 -0
  117. package/dist/types/eventDispatchers/mouseEventHandlers/mouseUp.d.ts.map +1 -0
  118. package/dist/types/eventDispatchers/mouseEventHandlers/mouseWheel.d.ts +3 -0
  119. package/dist/types/eventDispatchers/mouseEventHandlers/mouseWheel.d.ts.map +1 -0
  120. package/dist/types/eventDispatchers/mouseToolEventDispatcher.d.ts +6 -0
  121. package/dist/types/eventDispatchers/mouseToolEventDispatcher.d.ts.map +1 -0
  122. package/dist/types/eventDispatchers/shared/customCallbackHandler.d.ts +2 -0
  123. package/dist/types/eventDispatchers/shared/customCallbackHandler.d.ts.map +1 -0
  124. package/dist/types/eventDispatchers/shared/getActiveToolForKeyboardEvent.d.ts +3 -0
  125. package/dist/types/eventDispatchers/shared/getActiveToolForKeyboardEvent.d.ts.map +1 -0
  126. package/dist/types/eventDispatchers/shared/getActiveToolForMouseEvent.d.ts +3 -0
  127. package/dist/types/eventDispatchers/shared/getActiveToolForMouseEvent.d.ts.map +1 -0
  128. package/dist/types/eventDispatchers/shared/getActiveToolForTouchEvent.d.ts +3 -0
  129. package/dist/types/eventDispatchers/shared/getActiveToolForTouchEvent.d.ts.map +1 -0
  130. package/dist/types/eventDispatchers/shared/getMouseModifier.d.ts +4 -0
  131. package/dist/types/eventDispatchers/shared/getMouseModifier.d.ts.map +1 -0
  132. package/dist/types/eventDispatchers/shared/getToolsWithActionsForMouseEvent.d.ts +4 -0
  133. package/dist/types/eventDispatchers/shared/getToolsWithActionsForMouseEvent.d.ts.map +1 -0
  134. package/dist/types/eventDispatchers/shared/getToolsWithModesForMouseEvent.d.ts +6 -0
  135. package/dist/types/eventDispatchers/shared/getToolsWithModesForMouseEvent.d.ts.map +1 -0
  136. package/dist/types/eventDispatchers/shared/getToolsWithModesForTouchEvent.d.ts +6 -0
  137. package/dist/types/eventDispatchers/shared/getToolsWithModesForTouchEvent.d.ts.map +1 -0
  138. package/dist/types/eventDispatchers/touchEventHandlers/index.d.ts +8 -0
  139. package/dist/types/eventDispatchers/touchEventHandlers/index.d.ts.map +1 -0
  140. package/dist/types/eventDispatchers/touchEventHandlers/touchDrag.d.ts +3 -0
  141. package/dist/types/eventDispatchers/touchEventHandlers/touchDrag.d.ts.map +1 -0
  142. package/dist/types/eventDispatchers/touchEventHandlers/touchEnd.d.ts +3 -0
  143. package/dist/types/eventDispatchers/touchEventHandlers/touchEnd.d.ts.map +1 -0
  144. package/dist/types/eventDispatchers/touchEventHandlers/touchPress.d.ts +3 -0
  145. package/dist/types/eventDispatchers/touchEventHandlers/touchPress.d.ts.map +1 -0
  146. package/dist/types/eventDispatchers/touchEventHandlers/touchStart.d.ts +3 -0
  147. package/dist/types/eventDispatchers/touchEventHandlers/touchStart.d.ts.map +1 -0
  148. package/dist/types/eventDispatchers/touchEventHandlers/touchStartActivate.d.ts +3 -0
  149. package/dist/types/eventDispatchers/touchEventHandlers/touchStartActivate.d.ts.map +1 -0
  150. package/dist/types/eventDispatchers/touchEventHandlers/touchTap.d.ts +3 -0
  151. package/dist/types/eventDispatchers/touchEventHandlers/touchTap.d.ts.map +1 -0
  152. package/dist/types/eventDispatchers/touchToolEventDispatcher.d.ts +6 -0
  153. package/dist/types/eventDispatchers/touchToolEventDispatcher.d.ts.map +1 -0
  154. package/dist/types/eventListeners/annotations/annotationModifiedListener.d.ts +3 -0
  155. package/dist/types/eventListeners/annotations/annotationModifiedListener.d.ts.map +1 -0
  156. package/dist/types/eventListeners/annotations/annotationSelectionListener.d.ts +3 -0
  157. package/dist/types/eventListeners/annotations/annotationSelectionListener.d.ts.map +1 -0
  158. package/dist/types/eventListeners/annotations/index.d.ts +4 -0
  159. package/dist/types/eventListeners/annotations/index.d.ts.map +1 -0
  160. package/dist/types/eventListeners/index.d.ts +8 -0
  161. package/dist/types/eventListeners/index.d.ts.map +1 -0
  162. package/dist/types/eventListeners/keyboard/index.d.ts +10 -0
  163. package/dist/types/eventListeners/keyboard/index.d.ts.map +1 -0
  164. package/dist/types/eventListeners/keyboard/keyDownListener.d.ts +5 -0
  165. package/dist/types/eventListeners/keyboard/keyDownListener.d.ts.map +1 -0
  166. package/dist/types/eventListeners/mouse/getMouseEventPoints.d.ts +3 -0
  167. package/dist/types/eventListeners/mouse/getMouseEventPoints.d.ts.map +1 -0
  168. package/dist/types/eventListeners/mouse/index.d.ts +8 -0
  169. package/dist/types/eventListeners/mouse/index.d.ts.map +1 -0
  170. package/dist/types/eventListeners/mouse/mouseDoubleClickListener.d.ts +3 -0
  171. package/dist/types/eventListeners/mouse/mouseDoubleClickListener.d.ts.map +1 -0
  172. package/dist/types/eventListeners/mouse/mouseDownListener.d.ts +5 -0
  173. package/dist/types/eventListeners/mouse/mouseDownListener.d.ts.map +1 -0
  174. package/dist/types/eventListeners/mouse/mouseMoveListener.d.ts +3 -0
  175. package/dist/types/eventListeners/mouse/mouseMoveListener.d.ts.map +1 -0
  176. package/dist/types/eventListeners/segmentation/index.d.ts +6 -0
  177. package/dist/types/eventListeners/segmentation/index.d.ts.map +1 -0
  178. package/dist/types/eventListeners/segmentation/segmentationDataModifiedEventListener.d.ts +4 -0
  179. package/dist/types/eventListeners/segmentation/segmentationDataModifiedEventListener.d.ts.map +1 -0
  180. package/dist/types/eventListeners/segmentation/segmentationModifiedEventListener.d.ts +4 -0
  181. package/dist/types/eventListeners/segmentation/segmentationModifiedEventListener.d.ts.map +1 -0
  182. package/dist/types/eventListeners/segmentation/segmentationRepresentationModifiedEventListener.d.ts +4 -0
  183. package/dist/types/eventListeners/segmentation/segmentationRepresentationModifiedEventListener.d.ts.map +1 -0
  184. package/dist/types/eventListeners/segmentation/segmentationRepresentationRemovedEventListener.d.ts +4 -0
  185. package/dist/types/eventListeners/segmentation/segmentationRepresentationRemovedEventListener.d.ts.map +1 -0
  186. package/dist/types/eventListeners/touch/getTouchEventPoints.d.ts +3 -0
  187. package/dist/types/eventListeners/touch/getTouchEventPoints.d.ts.map +1 -0
  188. package/dist/types/eventListeners/touch/index.d.ts +8 -0
  189. package/dist/types/eventListeners/touch/index.d.ts.map +1 -0
  190. package/dist/types/eventListeners/touch/preventGhostClick.d.ts +8 -0
  191. package/dist/types/eventListeners/touch/preventGhostClick.d.ts.map +1 -0
  192. package/dist/types/eventListeners/touch/touchStartListener.d.ts +3 -0
  193. package/dist/types/eventListeners/touch/touchStartListener.d.ts.map +1 -0
  194. package/dist/types/eventListeners/wheel/index.d.ts +8 -0
  195. package/dist/types/eventListeners/wheel/index.d.ts.map +1 -0
  196. package/dist/types/eventListeners/wheel/normalizeWheel.d.ts +7 -0
  197. package/dist/types/eventListeners/wheel/normalizeWheel.d.ts.map +1 -0
  198. package/dist/types/eventListeners/wheel/wheelListener.d.ts +3 -0
  199. package/dist/types/eventListeners/wheel/wheelListener.d.ts.map +1 -0
  200. package/dist/types/index.d.ts +15 -0
  201. package/dist/types/index.d.ts.map +1 -0
  202. package/dist/types/init.d.ts +4 -0
  203. package/dist/types/init.d.ts.map +1 -0
  204. package/dist/types/stateManagement/annotation/FrameOfReferenceSpecificAnnotationManager.d.ts +25 -0
  205. package/dist/types/stateManagement/annotation/FrameOfReferenceSpecificAnnotationManager.d.ts.map +1 -0
  206. package/dist/types/stateManagement/annotation/annotationLocking.d.ts +9 -0
  207. package/dist/types/stateManagement/annotation/annotationLocking.d.ts.map +1 -0
  208. package/dist/types/stateManagement/annotation/annotationSelection.d.ts +8 -0
  209. package/dist/types/stateManagement/annotation/annotationSelection.d.ts.map +1 -0
  210. package/dist/types/stateManagement/annotation/annotationState.d.ts +13 -0
  211. package/dist/types/stateManagement/annotation/annotationState.d.ts.map +1 -0
  212. package/dist/types/stateManagement/annotation/annotationVisibility.d.ts +7 -0
  213. package/dist/types/stateManagement/annotation/annotationVisibility.d.ts.map +1 -0
  214. package/dist/types/stateManagement/annotation/config/ToolStyle.d.ts +19 -0
  215. package/dist/types/stateManagement/annotation/config/ToolStyle.d.ts.map +1 -0
  216. package/dist/types/stateManagement/annotation/config/getFont.d.ts +5 -0
  217. package/dist/types/stateManagement/annotation/config/getFont.d.ts.map +1 -0
  218. package/dist/types/stateManagement/annotation/config/getState.d.ts +5 -0
  219. package/dist/types/stateManagement/annotation/config/getState.d.ts.map +1 -0
  220. package/dist/types/stateManagement/annotation/config/helpers.d.ts +5 -0
  221. package/dist/types/stateManagement/annotation/config/helpers.d.ts.map +1 -0
  222. package/dist/types/stateManagement/annotation/config/index.d.ts +5 -0
  223. package/dist/types/stateManagement/annotation/config/index.d.ts.map +1 -0
  224. package/dist/types/stateManagement/annotation/helpers/state.d.ts +5 -0
  225. package/dist/types/stateManagement/annotation/helpers/state.d.ts.map +1 -0
  226. package/dist/types/stateManagement/annotation/index.d.ts +8 -0
  227. package/dist/types/stateManagement/annotation/index.d.ts.map +1 -0
  228. package/dist/types/stateManagement/index.d.ts +16 -0
  229. package/dist/types/stateManagement/index.d.ts.map +1 -0
  230. package/dist/types/stateManagement/segmentation/SegmentationStateManager.d.ts +34 -0
  231. package/dist/types/stateManagement/segmentation/SegmentationStateManager.d.ts.map +1 -0
  232. package/dist/types/stateManagement/segmentation/activeSegmentation.d.ts +5 -0
  233. package/dist/types/stateManagement/segmentation/activeSegmentation.d.ts.map +1 -0
  234. package/dist/types/stateManagement/segmentation/addSegmentationRepresentations.d.ts +4 -0
  235. package/dist/types/stateManagement/segmentation/addSegmentationRepresentations.d.ts.map +1 -0
  236. package/dist/types/stateManagement/segmentation/addSegmentations.d.ts +4 -0
  237. package/dist/types/stateManagement/segmentation/addSegmentations.d.ts.map +1 -0
  238. package/dist/types/stateManagement/segmentation/config/index.d.ts +5 -0
  239. package/dist/types/stateManagement/segmentation/config/index.d.ts.map +1 -0
  240. package/dist/types/stateManagement/segmentation/config/segmentationColor.d.ts +8 -0
  241. package/dist/types/stateManagement/segmentation/config/segmentationColor.d.ts.map +1 -0
  242. package/dist/types/stateManagement/segmentation/config/segmentationConfig.d.ts +14 -0
  243. package/dist/types/stateManagement/segmentation/config/segmentationConfig.d.ts.map +1 -0
  244. package/dist/types/stateManagement/segmentation/config/segmentationVisibility.d.ts +6 -0
  245. package/dist/types/stateManagement/segmentation/config/segmentationVisibility.d.ts.map +1 -0
  246. package/dist/types/stateManagement/segmentation/helpers/index.d.ts +3 -0
  247. package/dist/types/stateManagement/segmentation/helpers/index.d.ts.map +1 -0
  248. package/dist/types/stateManagement/segmentation/helpers/normalizeSegmentationInput.d.ts +4 -0
  249. package/dist/types/stateManagement/segmentation/helpers/normalizeSegmentationInput.d.ts.map +1 -0
  250. package/dist/types/stateManagement/segmentation/helpers/validateSegmentationInput.d.ts +4 -0
  251. package/dist/types/stateManagement/segmentation/helpers/validateSegmentationInput.d.ts.map +1 -0
  252. package/dist/types/stateManagement/segmentation/index.d.ts +11 -0
  253. package/dist/types/stateManagement/segmentation/index.d.ts.map +1 -0
  254. package/dist/types/stateManagement/segmentation/removeSegmentationsFromToolGroup.d.ts +3 -0
  255. package/dist/types/stateManagement/segmentation/removeSegmentationsFromToolGroup.d.ts.map +1 -0
  256. package/dist/types/stateManagement/segmentation/segmentIndex.d.ts +4 -0
  257. package/dist/types/stateManagement/segmentation/segmentIndex.d.ts.map +1 -0
  258. package/dist/types/stateManagement/segmentation/segmentLocking.d.ts +5 -0
  259. package/dist/types/stateManagement/segmentation/segmentLocking.d.ts.map +1 -0
  260. package/dist/types/stateManagement/segmentation/segmentationState.d.ts +25 -0
  261. package/dist/types/stateManagement/segmentation/segmentationState.d.ts.map +1 -0
  262. package/dist/types/stateManagement/segmentation/triggerSegmentationEvents.d.ts +7 -0
  263. package/dist/types/stateManagement/segmentation/triggerSegmentationEvents.d.ts.map +1 -0
  264. package/dist/types/store/SynchronizerManager/Synchronizer.d.ts +34 -0
  265. package/dist/types/store/SynchronizerManager/Synchronizer.d.ts.map +1 -0
  266. package/dist/types/store/SynchronizerManager/createSynchronizer.d.ts +5 -0
  267. package/dist/types/store/SynchronizerManager/createSynchronizer.d.ts.map +1 -0
  268. package/dist/types/store/SynchronizerManager/destroy.d.ts +3 -0
  269. package/dist/types/store/SynchronizerManager/destroy.d.ts.map +1 -0
  270. package/dist/types/store/SynchronizerManager/destroySynchronizer.d.ts +3 -0
  271. package/dist/types/store/SynchronizerManager/destroySynchronizer.d.ts.map +1 -0
  272. package/dist/types/store/SynchronizerManager/getAllSynchronizers.d.ts +4 -0
  273. package/dist/types/store/SynchronizerManager/getAllSynchronizers.d.ts.map +1 -0
  274. package/dist/types/store/SynchronizerManager/getSynchronizer.d.ts +4 -0
  275. package/dist/types/store/SynchronizerManager/getSynchronizer.d.ts.map +1 -0
  276. package/dist/types/store/SynchronizerManager/getSynchronizersForViewport.d.ts +4 -0
  277. package/dist/types/store/SynchronizerManager/getSynchronizersForViewport.d.ts.map +1 -0
  278. package/dist/types/store/SynchronizerManager/index.d.ts +8 -0
  279. package/dist/types/store/SynchronizerManager/index.d.ts.map +1 -0
  280. package/dist/types/store/ToolGroupManager/ToolGroup.d.ts +37 -0
  281. package/dist/types/store/ToolGroupManager/ToolGroup.d.ts.map +1 -0
  282. package/dist/types/store/ToolGroupManager/createToolGroup.d.ts +4 -0
  283. package/dist/types/store/ToolGroupManager/createToolGroup.d.ts.map +1 -0
  284. package/dist/types/store/ToolGroupManager/destroy.d.ts +3 -0
  285. package/dist/types/store/ToolGroupManager/destroy.d.ts.map +1 -0
  286. package/dist/types/store/ToolGroupManager/destroyToolGroup.d.ts +3 -0
  287. package/dist/types/store/ToolGroupManager/destroyToolGroup.d.ts.map +1 -0
  288. package/dist/types/store/ToolGroupManager/getAllToolGroups.d.ts +4 -0
  289. package/dist/types/store/ToolGroupManager/getAllToolGroups.d.ts.map +1 -0
  290. package/dist/types/store/ToolGroupManager/getToolGroup.d.ts +4 -0
  291. package/dist/types/store/ToolGroupManager/getToolGroup.d.ts.map +1 -0
  292. package/dist/types/store/ToolGroupManager/getToolGroupForViewport.d.ts +4 -0
  293. package/dist/types/store/ToolGroupManager/getToolGroupForViewport.d.ts.map +1 -0
  294. package/dist/types/store/ToolGroupManager/getToolGroupsWithToolName.d.ts +4 -0
  295. package/dist/types/store/ToolGroupManager/getToolGroupsWithToolName.d.ts.map +1 -0
  296. package/dist/types/store/ToolGroupManager/index.d.ts +9 -0
  297. package/dist/types/store/ToolGroupManager/index.d.ts.map +1 -0
  298. package/dist/types/store/addEnabledElement.d.ts +3 -0
  299. package/dist/types/store/addEnabledElement.d.ts.map +1 -0
  300. package/dist/types/store/addTool.d.ts +4 -0
  301. package/dist/types/store/addTool.d.ts.map +1 -0
  302. package/dist/types/store/cancelActiveManipulations.d.ts +2 -0
  303. package/dist/types/store/cancelActiveManipulations.d.ts.map +1 -0
  304. package/dist/types/store/filterMoveableAnnotationTools.d.ts +4 -0
  305. package/dist/types/store/filterMoveableAnnotationTools.d.ts.map +1 -0
  306. package/dist/types/store/filterToolsWithAnnotationsForElement.d.ts +4 -0
  307. package/dist/types/store/filterToolsWithAnnotationsForElement.d.ts.map +1 -0
  308. package/dist/types/store/filterToolsWithMoveableHandles.d.ts +4 -0
  309. package/dist/types/store/filterToolsWithMoveableHandles.d.ts.map +1 -0
  310. package/dist/types/store/index.d.ts +11 -0
  311. package/dist/types/store/index.d.ts.map +1 -0
  312. package/dist/types/store/removeEnabledElement.d.ts +4 -0
  313. package/dist/types/store/removeEnabledElement.d.ts.map +1 -0
  314. package/dist/types/store/state.d.ts +18 -0
  315. package/dist/types/store/state.d.ts.map +1 -0
  316. package/dist/types/store/svgNodeCache.d.ts +4 -0
  317. package/dist/types/store/svgNodeCache.d.ts.map +1 -0
  318. package/dist/types/synchronizers/callbacks/areViewportsCoplanar .d.ts +3 -0
  319. package/dist/types/synchronizers/callbacks/areViewportsCoplanar .d.ts.map +1 -0
  320. package/dist/types/synchronizers/callbacks/cameraSyncCallback.d.ts +4 -0
  321. package/dist/types/synchronizers/callbacks/cameraSyncCallback.d.ts.map +1 -0
  322. package/dist/types/synchronizers/callbacks/stackImageSyncCallback.d.ts +4 -0
  323. package/dist/types/synchronizers/callbacks/stackImageSyncCallback.d.ts.map +1 -0
  324. package/dist/types/synchronizers/callbacks/voiSyncCallback.d.ts +3 -0
  325. package/dist/types/synchronizers/callbacks/voiSyncCallback.d.ts.map +1 -0
  326. package/dist/types/synchronizers/callbacks/zoomPanSyncCallback.d.ts +4 -0
  327. package/dist/types/synchronizers/callbacks/zoomPanSyncCallback.d.ts.map +1 -0
  328. package/dist/types/synchronizers/index.d.ts +6 -0
  329. package/dist/types/synchronizers/index.d.ts.map +1 -0
  330. package/dist/types/synchronizers/synchronizers/createCameraPositionSynchronizer.d.ts +3 -0
  331. package/dist/types/synchronizers/synchronizers/createCameraPositionSynchronizer.d.ts.map +1 -0
  332. package/dist/types/synchronizers/synchronizers/createStackImageSynchronizer.d.ts +3 -0
  333. package/dist/types/synchronizers/synchronizers/createStackImageSynchronizer.d.ts.map +1 -0
  334. package/dist/types/synchronizers/synchronizers/createVOISynchronizer.d.ts +7 -0
  335. package/dist/types/synchronizers/synchronizers/createVOISynchronizer.d.ts.map +1 -0
  336. package/dist/types/synchronizers/synchronizers/createZoomPanSynchronizer.d.ts +3 -0
  337. package/dist/types/synchronizers/synchronizers/createZoomPanSynchronizer.d.ts.map +1 -0
  338. package/dist/types/synchronizers/synchronizers/index.d.ts +6 -0
  339. package/dist/types/synchronizers/synchronizers/index.d.ts.map +1 -0
  340. package/dist/types/tools/AdvancedMagnifyTool.d.ts +37 -0
  341. package/dist/types/tools/AdvancedMagnifyTool.d.ts.map +1 -0
  342. package/dist/types/tools/AdvancedMagnifyViewport.d.ts +77 -0
  343. package/dist/types/tools/AdvancedMagnifyViewport.d.ts.map +1 -0
  344. package/dist/types/tools/AdvancedMagnifyViewportManager.d.ts +37 -0
  345. package/dist/types/tools/AdvancedMagnifyViewportManager.d.ts.map +1 -0
  346. package/dist/types/tools/CrosshairsTool.d.ts +72 -0
  347. package/dist/types/tools/CrosshairsTool.d.ts.map +1 -0
  348. package/dist/types/tools/MIPJumpToClickTool.d.ts +10 -0
  349. package/dist/types/tools/MIPJumpToClickTool.d.ts.map +1 -0
  350. package/dist/types/tools/MagnifyTool.d.ts +26 -0
  351. package/dist/types/tools/MagnifyTool.d.ts.map +1 -0
  352. package/dist/types/tools/OrientationMarkerTool.d.ts +91 -0
  353. package/dist/types/tools/OrientationMarkerTool.d.ts.map +1 -0
  354. package/dist/types/tools/OverlayGridTool.d.ts +32 -0
  355. package/dist/types/tools/OverlayGridTool.d.ts.map +1 -0
  356. package/dist/types/tools/PanTool.d.ts +11 -0
  357. package/dist/types/tools/PanTool.d.ts.map +1 -0
  358. package/dist/types/tools/PlanarRotateTool.d.ts +11 -0
  359. package/dist/types/tools/PlanarRotateTool.d.ts.map +1 -0
  360. package/dist/types/tools/ReferenceCursors.d.ts +28 -0
  361. package/dist/types/tools/ReferenceCursors.d.ts.map +1 -0
  362. package/dist/types/tools/ReferenceLinesTool.d.ts +29 -0
  363. package/dist/types/tools/ReferenceLinesTool.d.ts.map +1 -0
  364. package/dist/types/tools/ScaleOverlayTool.d.ts +41 -0
  365. package/dist/types/tools/ScaleOverlayTool.d.ts.map +1 -0
  366. package/dist/types/tools/SegmentationIntersectionTool.d.ts +19 -0
  367. package/dist/types/tools/SegmentationIntersectionTool.d.ts.map +1 -0
  368. package/dist/types/tools/StackScrollTool.d.ts +13 -0
  369. package/dist/types/tools/StackScrollTool.d.ts.map +1 -0
  370. package/dist/types/tools/StackScrollToolMouseWheelTool.d.ts +17 -0
  371. package/dist/types/tools/StackScrollToolMouseWheelTool.d.ts.map +1 -0
  372. package/dist/types/tools/TrackballRotateTool.d.ts +12 -0
  373. package/dist/types/tools/TrackballRotateTool.d.ts.map +1 -0
  374. package/dist/types/tools/VolumeRotateMouseWheelTool.d.ts +11 -0
  375. package/dist/types/tools/VolumeRotateMouseWheelTool.d.ts.map +1 -0
  376. package/dist/types/tools/WindowLevelTool.d.ts +38 -0
  377. package/dist/types/tools/WindowLevelTool.d.ts.map +1 -0
  378. package/dist/types/tools/ZoomTool.d.ts +20 -0
  379. package/dist/types/tools/ZoomTool.d.ts.map +1 -0
  380. package/dist/types/tools/annotation/AngleTool.d.ts +37 -0
  381. package/dist/types/tools/annotation/AngleTool.d.ts.map +1 -0
  382. package/dist/types/tools/annotation/ArrowAnnotateTool.d.ts +39 -0
  383. package/dist/types/tools/annotation/ArrowAnnotateTool.d.ts.map +1 -0
  384. package/dist/types/tools/annotation/BidirectionalTool.d.ts +43 -0
  385. package/dist/types/tools/annotation/BidirectionalTool.d.ts.map +1 -0
  386. package/dist/types/tools/annotation/CircleROITool.d.ts +39 -0
  387. package/dist/types/tools/annotation/CircleROITool.d.ts.map +1 -0
  388. package/dist/types/tools/annotation/CobbAngleTool.d.ts +64 -0
  389. package/dist/types/tools/annotation/CobbAngleTool.d.ts.map +1 -0
  390. package/dist/types/tools/annotation/DragProbeTool.d.ts +26 -0
  391. package/dist/types/tools/annotation/DragProbeTool.d.ts.map +1 -0
  392. package/dist/types/tools/annotation/EllipticalROITool.d.ts +45 -0
  393. package/dist/types/tools/annotation/EllipticalROITool.d.ts.map +1 -0
  394. package/dist/types/tools/annotation/LengthTool.d.ts +38 -0
  395. package/dist/types/tools/annotation/LengthTool.d.ts.map +1 -0
  396. package/dist/types/tools/annotation/PlanarFreehandROITool.d.ts +40 -0
  397. package/dist/types/tools/annotation/PlanarFreehandROITool.d.ts.map +1 -0
  398. package/dist/types/tools/annotation/ProbeTool.d.ts +35 -0
  399. package/dist/types/tools/annotation/ProbeTool.d.ts.map +1 -0
  400. package/dist/types/tools/annotation/RectangleROITool.d.ts +41 -0
  401. package/dist/types/tools/annotation/RectangleROITool.d.ts.map +1 -0
  402. package/dist/types/tools/annotation/VideoRedactionTool.d.ts +47 -0
  403. package/dist/types/tools/annotation/VideoRedactionTool.d.ts.map +1 -0
  404. package/dist/types/tools/annotation/planarFreehandROITool/closedContourEditLoop.d.ts +3 -0
  405. package/dist/types/tools/annotation/planarFreehandROITool/closedContourEditLoop.d.ts.map +1 -0
  406. package/dist/types/tools/annotation/planarFreehandROITool/drawLoop.d.ts +3 -0
  407. package/dist/types/tools/annotation/planarFreehandROITool/drawLoop.d.ts.map +1 -0
  408. package/dist/types/tools/annotation/planarFreehandROITool/editLoopCommon.d.ts +3 -0
  409. package/dist/types/tools/annotation/planarFreehandROITool/editLoopCommon.d.ts.map +1 -0
  410. package/dist/types/tools/annotation/planarFreehandROITool/findOpenUShapedContourVectorToPeak.d.ts +5 -0
  411. package/dist/types/tools/annotation/planarFreehandROITool/findOpenUShapedContourVectorToPeak.d.ts.map +1 -0
  412. package/dist/types/tools/annotation/planarFreehandROITool/openContourEditLoop.d.ts +3 -0
  413. package/dist/types/tools/annotation/planarFreehandROITool/openContourEditLoop.d.ts.map +1 -0
  414. package/dist/types/tools/annotation/planarFreehandROITool/openContourEndEditLoop.d.ts +3 -0
  415. package/dist/types/tools/annotation/planarFreehandROITool/openContourEndEditLoop.d.ts.map +1 -0
  416. package/dist/types/tools/annotation/planarFreehandROITool/renderMethods.d.ts +3 -0
  417. package/dist/types/tools/annotation/planarFreehandROITool/renderMethods.d.ts.map +1 -0
  418. package/dist/types/tools/base/AnnotationDisplayTool.d.ts +14 -0
  419. package/dist/types/tools/base/AnnotationDisplayTool.d.ts.map +1 -0
  420. package/dist/types/tools/base/AnnotationTool.d.ts +20 -0
  421. package/dist/types/tools/base/AnnotationTool.d.ts.map +1 -0
  422. package/dist/types/tools/base/BaseTool.d.ts +32 -0
  423. package/dist/types/tools/base/BaseTool.d.ts.map +1 -0
  424. package/dist/types/tools/base/index.d.ts +5 -0
  425. package/dist/types/tools/base/index.d.ts.map +1 -0
  426. package/dist/types/tools/displayTools/Contour/addContourSetsToElement.d.ts +4 -0
  427. package/dist/types/tools/displayTools/Contour/addContourSetsToElement.d.ts.map +1 -0
  428. package/dist/types/tools/displayTools/Contour/addOrUpdateContourSets.d.ts +4 -0
  429. package/dist/types/tools/displayTools/Contour/addOrUpdateContourSets.d.ts.map +1 -0
  430. package/dist/types/tools/displayTools/Contour/contourConfig.d.ts +4 -0
  431. package/dist/types/tools/displayTools/Contour/contourConfig.d.ts.map +1 -0
  432. package/dist/types/tools/displayTools/Contour/contourConfigCache.d.ts +10 -0
  433. package/dist/types/tools/displayTools/Contour/contourConfigCache.d.ts.map +1 -0
  434. package/dist/types/tools/displayTools/Contour/contourDisplay.d.ts +12 -0
  435. package/dist/types/tools/displayTools/Contour/contourDisplay.d.ts.map +1 -0
  436. package/dist/types/tools/displayTools/Contour/index.d.ts +3 -0
  437. package/dist/types/tools/displayTools/Contour/index.d.ts.map +1 -0
  438. package/dist/types/tools/displayTools/Contour/removeContourFromElement.d.ts +3 -0
  439. package/dist/types/tools/displayTools/Contour/removeContourFromElement.d.ts.map +1 -0
  440. package/dist/types/tools/displayTools/Contour/updateContourSets.d.ts +4 -0
  441. package/dist/types/tools/displayTools/Contour/updateContourSets.d.ts.map +1 -0
  442. package/dist/types/tools/displayTools/Contour/utils.d.ts +7 -0
  443. package/dist/types/tools/displayTools/Contour/utils.d.ts.map +1 -0
  444. package/dist/types/tools/displayTools/Labelmap/addLabelmapToElement.d.ts +3 -0
  445. package/dist/types/tools/displayTools/Labelmap/addLabelmapToElement.d.ts.map +1 -0
  446. package/dist/types/tools/displayTools/Labelmap/index.d.ts +4 -0
  447. package/dist/types/tools/displayTools/Labelmap/index.d.ts.map +1 -0
  448. package/dist/types/tools/displayTools/Labelmap/labelmapConfig.d.ts +6 -0
  449. package/dist/types/tools/displayTools/Labelmap/labelmapConfig.d.ts.map +1 -0
  450. package/dist/types/tools/displayTools/Labelmap/labelmapDisplay.d.ts +12 -0
  451. package/dist/types/tools/displayTools/Labelmap/labelmapDisplay.d.ts.map +1 -0
  452. package/dist/types/tools/displayTools/Labelmap/removeLabelmapFromElement.d.ts +3 -0
  453. package/dist/types/tools/displayTools/Labelmap/removeLabelmapFromElement.d.ts.map +1 -0
  454. package/dist/types/tools/displayTools/Labelmap/validateRepresentationData.d.ts +4 -0
  455. package/dist/types/tools/displayTools/Labelmap/validateRepresentationData.d.ts.map +1 -0
  456. package/dist/types/tools/displayTools/SegmentationDisplayTool.d.ts +13 -0
  457. package/dist/types/tools/displayTools/SegmentationDisplayTool.d.ts.map +1 -0
  458. package/dist/types/tools/displayTools/Surface/addSurfaceToElement.d.ts +3 -0
  459. package/dist/types/tools/displayTools/Surface/addSurfaceToElement.d.ts.map +1 -0
  460. package/dist/types/tools/displayTools/Surface/index.d.ts +3 -0
  461. package/dist/types/tools/displayTools/Surface/index.d.ts.map +1 -0
  462. package/dist/types/tools/displayTools/Surface/removeSurfaceFromElement.d.ts +3 -0
  463. package/dist/types/tools/displayTools/Surface/removeSurfaceFromElement.d.ts.map +1 -0
  464. package/dist/types/tools/displayTools/Surface/surfaceDisplay.d.ts +12 -0
  465. package/dist/types/tools/displayTools/Surface/surfaceDisplay.d.ts.map +1 -0
  466. package/dist/types/tools/index.d.ts +41 -0
  467. package/dist/types/tools/index.d.ts.map +1 -0
  468. package/dist/types/tools/segmentation/BrushTool.d.ts +25 -0
  469. package/dist/types/tools/segmentation/BrushTool.d.ts.map +1 -0
  470. package/dist/types/tools/segmentation/CircleScissorsTool.d.ts +31 -0
  471. package/dist/types/tools/segmentation/CircleScissorsTool.d.ts.map +1 -0
  472. package/dist/types/tools/segmentation/PaintFillTool.d.ts +14 -0
  473. package/dist/types/tools/segmentation/PaintFillTool.d.ts.map +1 -0
  474. package/dist/types/tools/segmentation/RectangleROIStartEndThresholdTool.d.ts +57 -0
  475. package/dist/types/tools/segmentation/RectangleROIStartEndThresholdTool.d.ts.map +1 -0
  476. package/dist/types/tools/segmentation/RectangleROIThresholdTool.d.ts +46 -0
  477. package/dist/types/tools/segmentation/RectangleROIThresholdTool.d.ts.map +1 -0
  478. package/dist/types/tools/segmentation/RectangleScissorsTool.d.ts +31 -0
  479. package/dist/types/tools/segmentation/RectangleScissorsTool.d.ts.map +1 -0
  480. package/dist/types/tools/segmentation/SphereScissorsTool.d.ts +32 -0
  481. package/dist/types/tools/segmentation/SphereScissorsTool.d.ts.map +1 -0
  482. package/dist/types/tools/segmentation/strategies/eraseCircle.d.ts +16 -0
  483. package/dist/types/tools/segmentation/strategies/eraseCircle.d.ts.map +1 -0
  484. package/dist/types/tools/segmentation/strategies/eraseRectangle.d.ts +13 -0
  485. package/dist/types/tools/segmentation/strategies/eraseRectangle.d.ts.map +1 -0
  486. package/dist/types/tools/segmentation/strategies/eraseSphere.d.ts +16 -0
  487. package/dist/types/tools/segmentation/strategies/eraseSphere.d.ts.map +1 -0
  488. package/dist/types/tools/segmentation/strategies/fillCircle.d.ts +18 -0
  489. package/dist/types/tools/segmentation/strategies/fillCircle.d.ts.map +1 -0
  490. package/dist/types/tools/segmentation/strategies/fillRectangle.d.ts +14 -0
  491. package/dist/types/tools/segmentation/strategies/fillRectangle.d.ts.map +1 -0
  492. package/dist/types/tools/segmentation/strategies/fillSphere.d.ts +18 -0
  493. package/dist/types/tools/segmentation/strategies/fillSphere.d.ts.map +1 -0
  494. package/dist/types/tools/segmentation/strategies/index.d.ts +4 -0
  495. package/dist/types/tools/segmentation/strategies/index.d.ts.map +1 -0
  496. package/dist/types/tools/segmentation/strategies/utils/isWithinThreshold.d.ts +4 -0
  497. package/dist/types/tools/segmentation/strategies/utils/isWithinThreshold.d.ts.map +1 -0
  498. package/dist/types/types/AnnotationGroupSelector.d.ts +3 -0
  499. package/dist/types/types/AnnotationGroupSelector.d.ts.map +1 -0
  500. package/dist/types/types/AnnotationStyle.d.ts +31 -0
  501. package/dist/types/types/AnnotationStyle.d.ts.map +1 -0
  502. package/dist/types/types/AnnotationTypes.d.ts +46 -0
  503. package/dist/types/types/AnnotationTypes.d.ts.map +1 -0
  504. package/dist/types/types/BoundsIJK.d.ts +4 -0
  505. package/dist/types/types/BoundsIJK.d.ts.map +1 -0
  506. package/dist/types/types/CINETypes.d.ts +30 -0
  507. package/dist/types/types/CINETypes.d.ts.map +1 -0
  508. package/dist/types/types/CalculatorTypes.d.ts +7 -0
  509. package/dist/types/types/CalculatorTypes.d.ts.map +1 -0
  510. package/dist/types/types/ContourTypes.d.ts +15 -0
  511. package/dist/types/types/ContourTypes.d.ts.map +1 -0
  512. package/dist/types/types/CursorTypes.d.ts +12 -0
  513. package/dist/types/types/CursorTypes.d.ts.map +1 -0
  514. package/dist/types/types/EventTypes.d.ts +216 -0
  515. package/dist/types/types/EventTypes.d.ts.map +1 -0
  516. package/dist/types/types/FloodFillTypes.d.ts +16 -0
  517. package/dist/types/types/FloodFillTypes.d.ts.map +1 -0
  518. package/dist/types/types/IAnnotationManager.d.ts +15 -0
  519. package/dist/types/types/IAnnotationManager.d.ts.map +1 -0
  520. package/dist/types/types/IDistance.d.ts +8 -0
  521. package/dist/types/types/IDistance.d.ts.map +1 -0
  522. package/dist/types/types/IPoints.d.ts +9 -0
  523. package/dist/types/types/IPoints.d.ts.map +1 -0
  524. package/dist/types/types/ISetToolModeOptions.d.ts +17 -0
  525. package/dist/types/types/ISetToolModeOptions.d.ts.map +1 -0
  526. package/dist/types/types/ISynchronizerEventHandler.d.ts +6 -0
  527. package/dist/types/types/ISynchronizerEventHandler.d.ts.map +1 -0
  528. package/dist/types/types/IToolClassReference.d.ts +4 -0
  529. package/dist/types/types/IToolClassReference.d.ts.map +1 -0
  530. package/dist/types/types/IToolGroup.d.ts +61 -0
  531. package/dist/types/types/IToolGroup.d.ts.map +1 -0
  532. package/dist/types/types/ITouchPoints.d.ts +12 -0
  533. package/dist/types/types/ITouchPoints.d.ts.map +1 -0
  534. package/dist/types/types/InteractionTypes.d.ts +3 -0
  535. package/dist/types/types/InteractionTypes.d.ts.map +1 -0
  536. package/dist/types/types/InternalToolTypes.d.ts +16 -0
  537. package/dist/types/types/InternalToolTypes.d.ts.map +1 -0
  538. package/dist/types/types/JumpToSliceOptions.d.ts +7 -0
  539. package/dist/types/types/JumpToSliceOptions.d.ts.map +1 -0
  540. package/dist/types/types/LabelmapTypes.d.ts +22 -0
  541. package/dist/types/types/LabelmapTypes.d.ts.map +1 -0
  542. package/dist/types/types/PlanarBoundingBox.d.ts +8 -0
  543. package/dist/types/types/PlanarBoundingBox.d.ts.map +1 -0
  544. package/dist/types/types/SVGDrawingHelper.d.ts +10 -0
  545. package/dist/types/types/SVGDrawingHelper.d.ts.map +1 -0
  546. package/dist/types/types/ScrollOptions.d.ts +8 -0
  547. package/dist/types/types/ScrollOptions.d.ts.map +1 -0
  548. package/dist/types/types/SegmentationStateTypes.d.ts +85 -0
  549. package/dist/types/types/SegmentationStateTypes.d.ts.map +1 -0
  550. package/dist/types/types/SurfaceTypes.d.ts +5 -0
  551. package/dist/types/types/SurfaceTypes.d.ts.map +1 -0
  552. package/dist/types/types/ToolAction.d.ts +9 -0
  553. package/dist/types/types/ToolAction.d.ts.map +1 -0
  554. package/dist/types/types/ToolHandle.d.ts +16 -0
  555. package/dist/types/types/ToolHandle.d.ts.map +1 -0
  556. package/dist/types/types/ToolProps.d.ts +14 -0
  557. package/dist/types/types/ToolProps.d.ts.map +1 -0
  558. package/dist/types/types/ToolSpecificAnnotationTypes.d.ts +374 -0
  559. package/dist/types/types/ToolSpecificAnnotationTypes.d.ts.map +1 -0
  560. package/dist/types/types/index.d.ts +32 -0
  561. package/dist/types/types/index.d.ts.map +1 -0
  562. package/dist/types/utilities/boundingBox/extend2DBoundingBoxInViewAxis.d.ts +4 -0
  563. package/dist/types/utilities/boundingBox/extend2DBoundingBoxInViewAxis.d.ts.map +1 -0
  564. package/dist/types/utilities/boundingBox/getBoundingBoxAroundShape.d.ts +4 -0
  565. package/dist/types/utilities/boundingBox/getBoundingBoxAroundShape.d.ts.map +1 -0
  566. package/dist/types/utilities/boundingBox/index.d.ts +4 -0
  567. package/dist/types/utilities/boundingBox/index.d.ts.map +1 -0
  568. package/dist/types/utilities/calibrateImageSpacing.d.ts +3 -0
  569. package/dist/types/utilities/calibrateImageSpacing.d.ts.map +1 -0
  570. package/dist/types/utilities/cine/events.d.ts +6 -0
  571. package/dist/types/utilities/cine/events.d.ts.map +1 -0
  572. package/dist/types/utilities/cine/index.d.ts +5 -0
  573. package/dist/types/utilities/cine/index.d.ts.map +1 -0
  574. package/dist/types/utilities/cine/playClip.d.ts +5 -0
  575. package/dist/types/utilities/cine/playClip.d.ts.map +1 -0
  576. package/dist/types/utilities/cine/state.d.ts +5 -0
  577. package/dist/types/utilities/cine/state.d.ts.map +1 -0
  578. package/dist/types/utilities/clip.d.ts +4 -0
  579. package/dist/types/utilities/clip.d.ts.map +1 -0
  580. package/dist/types/utilities/debounce.d.ts +7 -0
  581. package/dist/types/utilities/debounce.d.ts.map +1 -0
  582. package/dist/types/utilities/drawing/getTextBoxCoordsCanvas.d.ts +3 -0
  583. package/dist/types/utilities/drawing/getTextBoxCoordsCanvas.d.ts.map +1 -0
  584. package/dist/types/utilities/drawing/index.d.ts +3 -0
  585. package/dist/types/utilities/drawing/index.d.ts.map +1 -0
  586. package/dist/types/utilities/dynamicVolume/generateImageFromTimeData.d.ts +4 -0
  587. package/dist/types/utilities/dynamicVolume/generateImageFromTimeData.d.ts.map +1 -0
  588. package/dist/types/utilities/dynamicVolume/getDataInTime.d.ts +8 -0
  589. package/dist/types/utilities/dynamicVolume/getDataInTime.d.ts.map +1 -0
  590. package/dist/types/utilities/dynamicVolume/index.d.ts +5 -0
  591. package/dist/types/utilities/dynamicVolume/index.d.ts.map +1 -0
  592. package/dist/types/utilities/getAnnotationNearPoint.d.ts +6 -0
  593. package/dist/types/utilities/getAnnotationNearPoint.d.ts.map +1 -0
  594. package/dist/types/utilities/getCalibratedUnits.d.ts +7 -0
  595. package/dist/types/utilities/getCalibratedUnits.d.ts.map +1 -0
  596. package/dist/types/utilities/getModalityUnit.d.ts +7 -0
  597. package/dist/types/utilities/getModalityUnit.d.ts.map +1 -0
  598. package/dist/types/utilities/getToolsWithModesForElement.d.ts +5 -0
  599. package/dist/types/utilities/getToolsWithModesForElement.d.ts.map +1 -0
  600. package/dist/types/utilities/getVOIMultipliers.d.ts +6 -0
  601. package/dist/types/utilities/getVOIMultipliers.d.ts.map +1 -0
  602. package/dist/types/utilities/index.d.ts +35 -0
  603. package/dist/types/utilities/index.d.ts.map +1 -0
  604. package/dist/types/utilities/isObject.d.ts +3 -0
  605. package/dist/types/utilities/isObject.d.ts.map +1 -0
  606. package/dist/types/utilities/math/angle/angleBetweenLines.d.ts +7 -0
  607. package/dist/types/utilities/math/angle/angleBetweenLines.d.ts.map +1 -0
  608. package/dist/types/utilities/math/basic/BasicStatsCalculator.d.ts +15 -0
  609. package/dist/types/utilities/math/basic/BasicStatsCalculator.d.ts.map +1 -0
  610. package/dist/types/utilities/math/basic/Calculator.d.ts +9 -0
  611. package/dist/types/utilities/math/basic/Calculator.d.ts.map +1 -0
  612. package/dist/types/utilities/math/basic/index.d.ts +4 -0
  613. package/dist/types/utilities/math/basic/index.d.ts.map +1 -0
  614. package/dist/types/utilities/math/circle/_types.d.ts +6 -0
  615. package/dist/types/utilities/math/circle/_types.d.ts.map +1 -0
  616. package/dist/types/utilities/math/circle/getCanvasCircleCorners.d.ts +4 -0
  617. package/dist/types/utilities/math/circle/getCanvasCircleCorners.d.ts.map +1 -0
  618. package/dist/types/utilities/math/circle/getCanvasCircleRadius.d.ts +3 -0
  619. package/dist/types/utilities/math/circle/getCanvasCircleRadius.d.ts.map +1 -0
  620. package/dist/types/utilities/math/circle/index.d.ts +4 -0
  621. package/dist/types/utilities/math/circle/index.d.ts.map +1 -0
  622. package/dist/types/utilities/math/ellipse/getCanvasEllipseCorners.d.ts +10 -0
  623. package/dist/types/utilities/math/ellipse/getCanvasEllipseCorners.d.ts.map +1 -0
  624. package/dist/types/utilities/math/ellipse/index.d.ts +4 -0
  625. package/dist/types/utilities/math/ellipse/index.d.ts.map +1 -0
  626. package/dist/types/utilities/math/ellipse/pointInEllipse.d.ts +10 -0
  627. package/dist/types/utilities/math/ellipse/pointInEllipse.d.ts.map +1 -0
  628. package/dist/types/utilities/math/ellipse/pointInEllipsoidWithConstraint.d.ts +10 -0
  629. package/dist/types/utilities/math/ellipse/pointInEllipsoidWithConstraint.d.ts.map +1 -0
  630. package/dist/types/utilities/math/index.d.ts +9 -0
  631. package/dist/types/utilities/math/index.d.ts.map +1 -0
  632. package/dist/types/utilities/math/line/distanceToPoint.d.ts +3 -0
  633. package/dist/types/utilities/math/line/distanceToPoint.d.ts.map +1 -0
  634. package/dist/types/utilities/math/line/distanceToPointSquared.d.ts +3 -0
  635. package/dist/types/utilities/math/line/distanceToPointSquared.d.ts.map +1 -0
  636. package/dist/types/utilities/math/line/index.d.ts +5 -0
  637. package/dist/types/utilities/math/line/index.d.ts.map +1 -0
  638. package/dist/types/utilities/math/line/intersectLine.d.ts +3 -0
  639. package/dist/types/utilities/math/line/intersectLine.d.ts.map +1 -0
  640. package/dist/types/utilities/math/midPoint.d.ts +6 -0
  641. package/dist/types/utilities/math/midPoint.d.ts.map +1 -0
  642. package/dist/types/utilities/math/point/distanceToPoint.d.ts +5 -0
  643. package/dist/types/utilities/math/point/distanceToPoint.d.ts.map +1 -0
  644. package/dist/types/utilities/math/point/index.d.ts +3 -0
  645. package/dist/types/utilities/math/point/index.d.ts.map +1 -0
  646. package/dist/types/utilities/math/polyline/addCanvasPointsToArray.d.ts +5 -0
  647. package/dist/types/utilities/math/polyline/addCanvasPointsToArray.d.ts.map +1 -0
  648. package/dist/types/utilities/math/polyline/calculateAreaOfPoints.d.ts +3 -0
  649. package/dist/types/utilities/math/polyline/calculateAreaOfPoints.d.ts.map +1 -0
  650. package/dist/types/utilities/math/polyline/getIntersectionWithPolyline.d.ts +10 -0
  651. package/dist/types/utilities/math/polyline/getIntersectionWithPolyline.d.ts.map +1 -0
  652. package/dist/types/utilities/math/polyline/getSubPixelSpacingAndXYDirections.d.ts +8 -0
  653. package/dist/types/utilities/math/polyline/getSubPixelSpacingAndXYDirections.d.ts.map +1 -0
  654. package/dist/types/utilities/math/polyline/index.d.ts +8 -0
  655. package/dist/types/utilities/math/polyline/index.d.ts.map +1 -0
  656. package/dist/types/utilities/math/polyline/planarFreehandROIInternalTypes.d.ts +24 -0
  657. package/dist/types/utilities/math/polyline/planarFreehandROIInternalTypes.d.ts.map +1 -0
  658. package/dist/types/utilities/math/polyline/pointCanProjectOnLine.d.ts +4 -0
  659. package/dist/types/utilities/math/polyline/pointCanProjectOnLine.d.ts.map +1 -0
  660. package/dist/types/utilities/math/polyline/pointInPolyline.d.ts +3 -0
  661. package/dist/types/utilities/math/polyline/pointInPolyline.d.ts.map +1 -0
  662. package/dist/types/utilities/math/polyline/pointsAreWithinCloseContourProximity.d.ts +4 -0
  663. package/dist/types/utilities/math/polyline/pointsAreWithinCloseContourProximity.d.ts.map +1 -0
  664. package/dist/types/utilities/math/rectangle/distanceToPoint.d.ts +3 -0
  665. package/dist/types/utilities/math/rectangle/distanceToPoint.d.ts.map +1 -0
  666. package/dist/types/utilities/math/rectangle/index.d.ts +3 -0
  667. package/dist/types/utilities/math/rectangle/index.d.ts.map +1 -0
  668. package/dist/types/utilities/math/sphere/index.d.ts +3 -0
  669. package/dist/types/utilities/math/sphere/index.d.ts.map +1 -0
  670. package/dist/types/utilities/math/sphere/pointInSphere.d.ts +9 -0
  671. package/dist/types/utilities/math/sphere/pointInSphere.d.ts.map +1 -0
  672. package/dist/types/utilities/math/vec2/findClosestPoint.d.ts +3 -0
  673. package/dist/types/utilities/math/vec2/findClosestPoint.d.ts.map +1 -0
  674. package/dist/types/utilities/math/vec2/index.d.ts +4 -0
  675. package/dist/types/utilities/math/vec2/index.d.ts.map +1 -0
  676. package/dist/types/utilities/math/vec2/liangBarksyClip.d.ts +2 -0
  677. package/dist/types/utilities/math/vec2/liangBarksyClip.d.ts.map +1 -0
  678. package/dist/types/utilities/math/vec3/interpolateVec3.d.ts +3 -0
  679. package/dist/types/utilities/math/vec3/interpolateVec3.d.ts.map +1 -0
  680. package/dist/types/utilities/orientation/getOrientationStringLPS.d.ts +3 -0
  681. package/dist/types/utilities/orientation/getOrientationStringLPS.d.ts.map +1 -0
  682. package/dist/types/utilities/orientation/index.d.ts +4 -0
  683. package/dist/types/utilities/orientation/index.d.ts.map +1 -0
  684. package/dist/types/utilities/orientation/invertOrientationStringLPS.d.ts +2 -0
  685. package/dist/types/utilities/orientation/invertOrientationStringLPS.d.ts.map +1 -0
  686. package/dist/types/utilities/planar/filterAnnotationsForDisplay.d.ts +4 -0
  687. package/dist/types/utilities/planar/filterAnnotationsForDisplay.d.ts.map +1 -0
  688. package/dist/types/utilities/planar/filterAnnotationsWithinSlice.d.ts +4 -0
  689. package/dist/types/utilities/planar/filterAnnotationsWithinSlice.d.ts.map +1 -0
  690. package/dist/types/utilities/planar/getPointInLineOfSightWithCriteria.d.ts +3 -0
  691. package/dist/types/utilities/planar/getPointInLineOfSightWithCriteria.d.ts.map +1 -0
  692. package/dist/types/utilities/planar/getWorldWidthAndHeightFromCorners.d.ts +6 -0
  693. package/dist/types/utilities/planar/getWorldWidthAndHeightFromCorners.d.ts.map +1 -0
  694. package/dist/types/utilities/planar/getWorldWidthAndHeightFromTwoPoints.d.ts +6 -0
  695. package/dist/types/utilities/planar/getWorldWidthAndHeightFromTwoPoints.d.ts.map +1 -0
  696. package/dist/types/utilities/planar/index.d.ts +13 -0
  697. package/dist/types/utilities/planar/index.d.ts.map +1 -0
  698. package/dist/types/utilities/planarFreehandROITool/index.d.ts +7 -0
  699. package/dist/types/utilities/planarFreehandROITool/index.d.ts.map +1 -0
  700. package/dist/types/utilities/planarFreehandROITool/interpolateAnnotation.d.ts +4 -0
  701. package/dist/types/utilities/planarFreehandROITool/interpolateAnnotation.d.ts.map +1 -0
  702. package/dist/types/utilities/planarFreehandROITool/interpolatePoints.d.ts +4 -0
  703. package/dist/types/utilities/planarFreehandROITool/interpolatePoints.d.ts.map +1 -0
  704. package/dist/types/utilities/planarFreehandROITool/interpolation/algorithms/bspline.d.ts +3 -0
  705. package/dist/types/utilities/planarFreehandROITool/interpolation/algorithms/bspline.d.ts.map +1 -0
  706. package/dist/types/utilities/planarFreehandROITool/interpolation/interpolateSegmentPoints.d.ts +3 -0
  707. package/dist/types/utilities/planarFreehandROITool/interpolation/interpolateSegmentPoints.d.ts.map +1 -0
  708. package/dist/types/utilities/pointInShapeCallback.d.ts +18 -0
  709. package/dist/types/utilities/pointInShapeCallback.d.ts.map +1 -0
  710. package/dist/types/utilities/pointInSurroundingSphereCallback.d.ts +5 -0
  711. package/dist/types/utilities/pointInSurroundingSphereCallback.d.ts.map +1 -0
  712. package/dist/types/utilities/pointToString.d.ts +2 -0
  713. package/dist/types/utilities/pointToString.d.ts.map +1 -0
  714. package/dist/types/utilities/polyData/utils.d.ts +5 -0
  715. package/dist/types/utilities/polyData/utils.d.ts.map +1 -0
  716. package/dist/types/utilities/rectangleROITool/getBoundsIJKFromRectangleAnnotations.d.ts +6 -0
  717. package/dist/types/utilities/rectangleROITool/getBoundsIJKFromRectangleAnnotations.d.ts.map +1 -0
  718. package/dist/types/utilities/rectangleROITool/index.d.ts +3 -0
  719. package/dist/types/utilities/rectangleROITool/index.d.ts.map +1 -0
  720. package/dist/types/utilities/roundNumber.d.ts +3 -0
  721. package/dist/types/utilities/roundNumber.d.ts.map +1 -0
  722. package/dist/types/utilities/scroll.d.ts +5 -0
  723. package/dist/types/utilities/scroll.d.ts.map +1 -0
  724. package/dist/types/utilities/segmentation/brushSizeForToolGroup.d.ts +3 -0
  725. package/dist/types/utilities/segmentation/brushSizeForToolGroup.d.ts.map +1 -0
  726. package/dist/types/utilities/segmentation/brushThresholdForToolGroup.d.ts +4 -0
  727. package/dist/types/utilities/segmentation/brushThresholdForToolGroup.d.ts.map +1 -0
  728. package/dist/types/utilities/segmentation/createLabelmapVolumeForViewport.d.ts +19 -0
  729. package/dist/types/utilities/segmentation/createLabelmapVolumeForViewport.d.ts.map +1 -0
  730. package/dist/types/utilities/segmentation/createMergedLabelmapForIndex.d.ts +4 -0
  731. package/dist/types/utilities/segmentation/createMergedLabelmapForIndex.d.ts.map +1 -0
  732. package/dist/types/utilities/segmentation/floodFill.d.ts +5 -0
  733. package/dist/types/utilities/segmentation/floodFill.d.ts.map +1 -0
  734. package/dist/types/utilities/segmentation/getDefaultRepresentationConfig.d.ts +3 -0
  735. package/dist/types/utilities/segmentation/getDefaultRepresentationConfig.d.ts.map +1 -0
  736. package/dist/types/utilities/segmentation/index.d.ts +13 -0
  737. package/dist/types/utilities/segmentation/index.d.ts.map +1 -0
  738. package/dist/types/utilities/segmentation/isValidRepresentationConfig.d.ts +3 -0
  739. package/dist/types/utilities/segmentation/isValidRepresentationConfig.d.ts.map +1 -0
  740. package/dist/types/utilities/segmentation/rectangleROIThresholdVolumeByRange.d.ts +20 -0
  741. package/dist/types/utilities/segmentation/rectangleROIThresholdVolumeByRange.d.ts.map +1 -0
  742. package/dist/types/utilities/segmentation/thresholdSegmentationByRange.d.ts +5 -0
  743. package/dist/types/utilities/segmentation/thresholdSegmentationByRange.d.ts.map +1 -0
  744. package/dist/types/utilities/segmentation/thresholdVolumeByRange.d.ts +11 -0
  745. package/dist/types/utilities/segmentation/thresholdVolumeByRange.d.ts.map +1 -0
  746. package/dist/types/utilities/segmentation/triggerSegmentationRender.d.ts +19 -0
  747. package/dist/types/utilities/segmentation/triggerSegmentationRender.d.ts.map +1 -0
  748. package/dist/types/utilities/segmentation/utilities.d.ts +13 -0
  749. package/dist/types/utilities/segmentation/utilities.d.ts.map +1 -0
  750. package/dist/types/utilities/stackPrefetch/index.d.ts +4 -0
  751. package/dist/types/utilities/stackPrefetch/index.d.ts.map +1 -0
  752. package/dist/types/utilities/stackPrefetch/stackContextPrefetch.d.ts +17 -0
  753. package/dist/types/utilities/stackPrefetch/stackContextPrefetch.d.ts.map +1 -0
  754. package/dist/types/utilities/stackPrefetch/stackPrefetch.d.ts +15 -0
  755. package/dist/types/utilities/stackPrefetch/stackPrefetch.d.ts.map +1 -0
  756. package/dist/types/utilities/stackPrefetch/stackPrefetchUtils.d.ts +15 -0
  757. package/dist/types/utilities/stackPrefetch/stackPrefetchUtils.d.ts.map +1 -0
  758. package/dist/types/utilities/stackPrefetch/state.d.ts +4 -0
  759. package/dist/types/utilities/stackPrefetch/state.d.ts.map +1 -0
  760. package/dist/types/utilities/throttle.d.ts +6 -0
  761. package/dist/types/utilities/throttle.d.ts.map +1 -0
  762. package/dist/types/utilities/touch/index.d.ts +11 -0
  763. package/dist/types/utilities/touch/index.d.ts.map +1 -0
  764. package/dist/types/utilities/triggerAnnotationRender.d.ts +23 -0
  765. package/dist/types/utilities/triggerAnnotationRender.d.ts.map +1 -0
  766. package/dist/types/utilities/triggerAnnotationRenderForViewportIds.d.ts +4 -0
  767. package/dist/types/utilities/triggerAnnotationRenderForViewportIds.d.ts.map +1 -0
  768. package/dist/types/utilities/viewport/index.d.ts +5 -0
  769. package/dist/types/utilities/viewport/index.d.ts.map +1 -0
  770. package/dist/types/utilities/viewport/isViewportPreScaled.d.ts +4 -0
  771. package/dist/types/utilities/viewport/isViewportPreScaled.d.ts.map +1 -0
  772. package/dist/types/utilities/viewport/jumpToSlice.d.ts +4 -0
  773. package/dist/types/utilities/viewport/jumpToSlice.d.ts.map +1 -0
  774. package/dist/types/utilities/viewport/jumpToWorld.d.ts +3 -0
  775. package/dist/types/utilities/viewport/jumpToWorld.d.ts.map +1 -0
  776. package/dist/types/utilities/viewportFilters/filterViewportsWithFrameOfReferenceUID.d.ts +3 -0
  777. package/dist/types/utilities/viewportFilters/filterViewportsWithFrameOfReferenceUID.d.ts.map +1 -0
  778. package/dist/types/utilities/viewportFilters/filterViewportsWithParallelNormals.d.ts +3 -0
  779. package/dist/types/utilities/viewportFilters/filterViewportsWithParallelNormals.d.ts.map +1 -0
  780. package/dist/types/utilities/viewportFilters/filterViewportsWithSameOrientation.d.ts +3 -0
  781. package/dist/types/utilities/viewportFilters/filterViewportsWithSameOrientation.d.ts.map +1 -0
  782. package/dist/types/utilities/viewportFilters/filterViewportsWithToolEnabled.d.ts +3 -0
  783. package/dist/types/utilities/viewportFilters/filterViewportsWithToolEnabled.d.ts.map +1 -0
  784. package/dist/types/utilities/viewportFilters/getViewportIdsWithToolToRender.d.ts +2 -0
  785. package/dist/types/utilities/viewportFilters/getViewportIdsWithToolToRender.d.ts.map +1 -0
  786. package/dist/types/utilities/viewportFilters/index.d.ts +6 -0
  787. package/dist/types/utilities/viewportFilters/index.d.ts.map +1 -0
  788. package/dist/types/utilities/voi/colorbar/Colorbar.d.ts +45 -0
  789. package/dist/types/utilities/voi/colorbar/Colorbar.d.ts.map +1 -0
  790. package/dist/types/utilities/voi/colorbar/ColorbarCanvas.d.ts +30 -0
  791. package/dist/types/utilities/voi/colorbar/ColorbarCanvas.d.ts.map +1 -0
  792. package/dist/types/utilities/voi/colorbar/ColorbarTicks.d.ts +47 -0
  793. package/dist/types/utilities/voi/colorbar/ColorbarTicks.d.ts.map +1 -0
  794. package/dist/types/utilities/voi/colorbar/ViewportColorbar.d.ts +24 -0
  795. package/dist/types/utilities/voi/colorbar/ViewportColorbar.d.ts.map +1 -0
  796. package/dist/types/utilities/voi/colorbar/common/areColorbarRangesEqual.d.ts +4 -0
  797. package/dist/types/utilities/voi/colorbar/common/areColorbarRangesEqual.d.ts.map +1 -0
  798. package/dist/types/utilities/voi/colorbar/common/areColorbarSizesEqual.d.ts +4 -0
  799. package/dist/types/utilities/voi/colorbar/common/areColorbarSizesEqual.d.ts.map +1 -0
  800. package/dist/types/utilities/voi/colorbar/common/index.d.ts +5 -0
  801. package/dist/types/utilities/voi/colorbar/common/index.d.ts.map +1 -0
  802. package/dist/types/utilities/voi/colorbar/common/isColorbarSizeValid.d.ts +4 -0
  803. package/dist/types/utilities/voi/colorbar/common/isColorbarSizeValid.d.ts.map +1 -0
  804. package/dist/types/utilities/voi/colorbar/common/isRangeTextPositionValid.d.ts +4 -0
  805. package/dist/types/utilities/voi/colorbar/common/isRangeTextPositionValid.d.ts.map +1 -0
  806. package/dist/types/utilities/voi/colorbar/common/isRangeValid.d.ts +4 -0
  807. package/dist/types/utilities/voi/colorbar/common/isRangeValid.d.ts.map +1 -0
  808. package/dist/types/utilities/voi/colorbar/enums/ColorbarRangeTextPosition.d.ts +7 -0
  809. package/dist/types/utilities/voi/colorbar/enums/ColorbarRangeTextPosition.d.ts.map +1 -0
  810. package/dist/types/utilities/voi/colorbar/enums/index.d.ts +2 -0
  811. package/dist/types/utilities/voi/colorbar/enums/index.d.ts.map +1 -0
  812. package/dist/types/utilities/voi/colorbar/index.d.ts +7 -0
  813. package/dist/types/utilities/voi/colorbar/index.d.ts.map +1 -0
  814. package/dist/types/utilities/voi/colorbar/types/ColorbarCanvasProps.d.ts +13 -0
  815. package/dist/types/utilities/voi/colorbar/types/ColorbarCanvasProps.d.ts.map +1 -0
  816. package/dist/types/utilities/voi/colorbar/types/ColorbarCommonProps.d.ts +12 -0
  817. package/dist/types/utilities/voi/colorbar/types/ColorbarCommonProps.d.ts.map +1 -0
  818. package/dist/types/utilities/voi/colorbar/types/ColorbarImageRange.d.ts +5 -0
  819. package/dist/types/utilities/voi/colorbar/types/ColorbarImageRange.d.ts.map +1 -0
  820. package/dist/types/utilities/voi/colorbar/types/ColorbarProps.d.ts +8 -0
  821. package/dist/types/utilities/voi/colorbar/types/ColorbarProps.d.ts.map +1 -0
  822. package/dist/types/utilities/voi/colorbar/types/ColorbarSize.d.ts +5 -0
  823. package/dist/types/utilities/voi/colorbar/types/ColorbarSize.d.ts.map +1 -0
  824. package/dist/types/utilities/voi/colorbar/types/ColorbarTicksProps.d.ts +8 -0
  825. package/dist/types/utilities/voi/colorbar/types/ColorbarTicksProps.d.ts.map +1 -0
  826. package/dist/types/utilities/voi/colorbar/types/ColorbarTicksStyle.d.ts +9 -0
  827. package/dist/types/utilities/voi/colorbar/types/ColorbarTicksStyle.d.ts.map +1 -0
  828. package/dist/types/utilities/voi/colorbar/types/ColorbarVOIRange.d.ts +3 -0
  829. package/dist/types/utilities/voi/colorbar/types/ColorbarVOIRange.d.ts.map +1 -0
  830. package/dist/types/utilities/voi/colorbar/types/ViewportColorbarProps.d.ts +6 -0
  831. package/dist/types/utilities/voi/colorbar/types/ViewportColorbarProps.d.ts.map +1 -0
  832. package/dist/types/utilities/voi/colorbar/types/index.d.ts +9 -0
  833. package/dist/types/utilities/voi/colorbar/types/index.d.ts.map +1 -0
  834. package/dist/types/utilities/voi/index.d.ts +3 -0
  835. package/dist/types/utilities/voi/index.d.ts.map +1 -0
  836. package/dist/types/widgets/Widget.d.ts +18 -0
  837. package/dist/types/widgets/Widget.d.ts.map +1 -0
  838. package/dist/types/widgets/types/WidgetProps.d.ts +5 -0
  839. package/dist/types/widgets/types/WidgetProps.d.ts.map +1 -0
  840. package/dist/types/widgets/types/WidgetSize.d.ts +5 -0
  841. package/dist/types/widgets/types/WidgetSize.d.ts.map +1 -0
  842. package/dist/types/widgets/types/index.d.ts +3 -0
  843. package/dist/types/widgets/types/index.d.ts.map +1 -0
  844. package/dist/umd/index.js +1 -1
  845. package/dist/umd/index.js.map +1 -1
  846. package/package.json +4 -4
  847. package/src/tools/StackScrollTool.ts +2 -18
  848. package/src/tools/WindowLevelTool.ts +17 -17
  849. package/src/types/index.ts +7 -7
  850. package/src/utilities/stackPrefetch/stackPrefetch.ts +0 -2
  851. package/dist/esm/constants/COLOR_LUT.d.ts +0 -2
  852. package/dist/esm/constants/index.d.ts +0 -2
  853. package/dist/esm/cursors/ImageMouseCursor.d.ts +0 -9
  854. package/dist/esm/cursors/MouseCursor.d.ts +0 -12
  855. package/dist/esm/cursors/SVGCursorDescriptor.d.ts +0 -9
  856. package/dist/esm/cursors/SVGMouseCursor.d.ts +0 -6
  857. package/dist/esm/cursors/elementCursor.d.ts +0 -6
  858. package/dist/esm/cursors/index.d.ts +0 -8
  859. package/dist/esm/cursors/setCursorForElement.d.ts +0 -2
  860. package/dist/esm/drawingSvg/_getHash.d.ts +0 -2
  861. package/dist/esm/drawingSvg/clearByToolType.d.ts +0 -2
  862. package/dist/esm/drawingSvg/draw.d.ts +0 -2
  863. package/dist/esm/drawingSvg/drawArrow.d.ts +0 -3
  864. package/dist/esm/drawingSvg/drawCircle.d.ts +0 -4
  865. package/dist/esm/drawingSvg/drawEllipse.d.ts +0 -4
  866. package/dist/esm/drawingSvg/drawHandles.d.ts +0 -4
  867. package/dist/esm/drawingSvg/drawLine.d.ts +0 -3
  868. package/dist/esm/drawingSvg/drawLink.d.ts +0 -4
  869. package/dist/esm/drawingSvg/drawLinkedTextBox.d.ts +0 -4
  870. package/dist/esm/drawingSvg/drawPolyline.d.ts +0 -11
  871. package/dist/esm/drawingSvg/drawRect.d.ts +0 -3
  872. package/dist/esm/drawingSvg/drawRedactionRect.d.ts +0 -1
  873. package/dist/esm/drawingSvg/drawTextBox.d.ts +0 -4
  874. package/dist/esm/drawingSvg/getSvgDrawingHelper.d.ts +0 -3
  875. package/dist/esm/drawingSvg/index.d.ts +0 -14
  876. package/dist/esm/drawingSvg/setAttributesIfNecessary.d.ts +0 -2
  877. package/dist/esm/drawingSvg/setNewAttributesIfValid.d.ts +0 -2
  878. package/dist/esm/enums/AnnotationStyleStates.d.ts +0 -7
  879. package/dist/esm/enums/Events.d.ts +0 -36
  880. package/dist/esm/enums/SegmentationRepresentations.d.ts +0 -6
  881. package/dist/esm/enums/ToolBindings.d.ts +0 -24
  882. package/dist/esm/enums/ToolModes.d.ts +0 -7
  883. package/dist/esm/enums/Touch.d.ts +0 -7
  884. package/dist/esm/enums/index.d.ts +0 -8
  885. package/dist/esm/eventDispatchers/annotationModifiedEventDispatcher.d.ts +0 -5
  886. package/dist/esm/eventDispatchers/cameraModifiedEventDispatcher.d.ts +0 -5
  887. package/dist/esm/eventDispatchers/imageRenderedEventDispatcher.d.ts +0 -5
  888. package/dist/esm/eventDispatchers/imageSpacingCalibratedEventDispatcher.d.ts +0 -5
  889. package/dist/esm/eventDispatchers/index.d.ts +0 -7
  890. package/dist/esm/eventDispatchers/keyboardEventHandlers/index.d.ts +0 -3
  891. package/dist/esm/eventDispatchers/keyboardEventHandlers/keyDown.d.ts +0 -2
  892. package/dist/esm/eventDispatchers/keyboardEventHandlers/keyUp.d.ts +0 -2
  893. package/dist/esm/eventDispatchers/keyboardToolEventDispatcher.d.ts +0 -5
  894. package/dist/esm/eventDispatchers/mouseEventHandlers/index.d.ts +0 -9
  895. package/dist/esm/eventDispatchers/mouseEventHandlers/mouseClick.d.ts +0 -2
  896. package/dist/esm/eventDispatchers/mouseEventHandlers/mouseDoubleClick.d.ts +0 -2
  897. package/dist/esm/eventDispatchers/mouseEventHandlers/mouseDown.d.ts +0 -2
  898. package/dist/esm/eventDispatchers/mouseEventHandlers/mouseDownActivate.d.ts +0 -2
  899. package/dist/esm/eventDispatchers/mouseEventHandlers/mouseDownAnnotationAction.d.ts +0 -2
  900. package/dist/esm/eventDispatchers/mouseEventHandlers/mouseDrag.d.ts +0 -2
  901. package/dist/esm/eventDispatchers/mouseEventHandlers/mouseMove.d.ts +0 -2
  902. package/dist/esm/eventDispatchers/mouseEventHandlers/mouseUp.d.ts +0 -2
  903. package/dist/esm/eventDispatchers/mouseEventHandlers/mouseWheel.d.ts +0 -2
  904. package/dist/esm/eventDispatchers/mouseToolEventDispatcher.d.ts +0 -5
  905. package/dist/esm/eventDispatchers/shared/customCallbackHandler.d.ts +0 -1
  906. package/dist/esm/eventDispatchers/shared/getActiveToolForKeyboardEvent.d.ts +0 -2
  907. package/dist/esm/eventDispatchers/shared/getActiveToolForMouseEvent.d.ts +0 -2
  908. package/dist/esm/eventDispatchers/shared/getActiveToolForTouchEvent.d.ts +0 -2
  909. package/dist/esm/eventDispatchers/shared/getMouseModifier.d.ts +0 -3
  910. package/dist/esm/eventDispatchers/shared/getToolsWithActionsForMouseEvent.d.ts +0 -3
  911. package/dist/esm/eventDispatchers/shared/getToolsWithModesForMouseEvent.d.ts +0 -5
  912. package/dist/esm/eventDispatchers/shared/getToolsWithModesForTouchEvent.d.ts +0 -5
  913. package/dist/esm/eventDispatchers/touchEventHandlers/index.d.ts +0 -7
  914. package/dist/esm/eventDispatchers/touchEventHandlers/touchDrag.d.ts +0 -2
  915. package/dist/esm/eventDispatchers/touchEventHandlers/touchEnd.d.ts +0 -2
  916. package/dist/esm/eventDispatchers/touchEventHandlers/touchPress.d.ts +0 -2
  917. package/dist/esm/eventDispatchers/touchEventHandlers/touchStart.d.ts +0 -2
  918. package/dist/esm/eventDispatchers/touchEventHandlers/touchStartActivate.d.ts +0 -2
  919. package/dist/esm/eventDispatchers/touchEventHandlers/touchTap.d.ts +0 -2
  920. package/dist/esm/eventDispatchers/touchToolEventDispatcher.d.ts +0 -5
  921. package/dist/esm/eventListeners/annotations/annotationModifiedListener.d.ts +0 -2
  922. package/dist/esm/eventListeners/annotations/annotationSelectionListener.d.ts +0 -2
  923. package/dist/esm/eventListeners/annotations/index.d.ts +0 -3
  924. package/dist/esm/eventListeners/index.d.ts +0 -7
  925. package/dist/esm/eventListeners/keyboard/index.d.ts +0 -9
  926. package/dist/esm/eventListeners/keyboard/keyDownListener.d.ts +0 -4
  927. package/dist/esm/eventListeners/mouse/getMouseEventPoints.d.ts +0 -2
  928. package/dist/esm/eventListeners/mouse/index.d.ts +0 -7
  929. package/dist/esm/eventListeners/mouse/mouseDoubleClickListener.d.ts +0 -2
  930. package/dist/esm/eventListeners/mouse/mouseDownListener.d.ts +0 -4
  931. package/dist/esm/eventListeners/mouse/mouseMoveListener.d.ts +0 -2
  932. package/dist/esm/eventListeners/segmentation/index.d.ts +0 -5
  933. package/dist/esm/eventListeners/segmentation/segmentationDataModifiedEventListener.d.ts +0 -3
  934. package/dist/esm/eventListeners/segmentation/segmentationModifiedEventListener.d.ts +0 -3
  935. package/dist/esm/eventListeners/segmentation/segmentationRepresentationModifiedEventListener.d.ts +0 -3
  936. package/dist/esm/eventListeners/segmentation/segmentationRepresentationRemovedEventListener.d.ts +0 -3
  937. package/dist/esm/eventListeners/touch/getTouchEventPoints.d.ts +0 -2
  938. package/dist/esm/eventListeners/touch/index.d.ts +0 -7
  939. package/dist/esm/eventListeners/touch/preventGhostClick.d.ts +0 -7
  940. package/dist/esm/eventListeners/touch/touchStartListener.d.ts +0 -2
  941. package/dist/esm/eventListeners/wheel/index.d.ts +0 -7
  942. package/dist/esm/eventListeners/wheel/normalizeWheel.d.ts +0 -6
  943. package/dist/esm/eventListeners/wheel/wheelListener.d.ts +0 -2
  944. package/dist/esm/index.d.ts +0 -14
  945. package/dist/esm/init.d.ts +0 -3
  946. package/dist/esm/stateManagement/annotation/FrameOfReferenceSpecificAnnotationManager.d.ts +0 -24
  947. package/dist/esm/stateManagement/annotation/annotationLocking.d.ts +0 -8
  948. package/dist/esm/stateManagement/annotation/annotationSelection.d.ts +0 -7
  949. package/dist/esm/stateManagement/annotation/annotationState.d.ts +0 -12
  950. package/dist/esm/stateManagement/annotation/annotationVisibility.d.ts +0 -6
  951. package/dist/esm/stateManagement/annotation/config/ToolStyle.d.ts +0 -18
  952. package/dist/esm/stateManagement/annotation/config/getFont.d.ts +0 -4
  953. package/dist/esm/stateManagement/annotation/config/getState.d.ts +0 -4
  954. package/dist/esm/stateManagement/annotation/config/helpers.d.ts +0 -4
  955. package/dist/esm/stateManagement/annotation/config/index.d.ts +0 -4
  956. package/dist/esm/stateManagement/annotation/helpers/state.d.ts +0 -4
  957. package/dist/esm/stateManagement/annotation/index.d.ts +0 -7
  958. package/dist/esm/stateManagement/index.d.ts +0 -15
  959. package/dist/esm/stateManagement/segmentation/SegmentationStateManager.d.ts +0 -33
  960. package/dist/esm/stateManagement/segmentation/activeSegmentation.d.ts +0 -4
  961. package/dist/esm/stateManagement/segmentation/addSegmentationRepresentations.d.ts +0 -3
  962. package/dist/esm/stateManagement/segmentation/addSegmentations.d.ts +0 -3
  963. package/dist/esm/stateManagement/segmentation/config/index.d.ts +0 -4
  964. package/dist/esm/stateManagement/segmentation/config/segmentationColor.d.ts +0 -7
  965. package/dist/esm/stateManagement/segmentation/config/segmentationConfig.d.ts +0 -13
  966. package/dist/esm/stateManagement/segmentation/config/segmentationVisibility.d.ts +0 -5
  967. package/dist/esm/stateManagement/segmentation/helpers/index.d.ts +0 -2
  968. package/dist/esm/stateManagement/segmentation/helpers/normalizeSegmentationInput.d.ts +0 -3
  969. package/dist/esm/stateManagement/segmentation/helpers/validateSegmentationInput.d.ts +0 -3
  970. package/dist/esm/stateManagement/segmentation/index.d.ts +0 -10
  971. package/dist/esm/stateManagement/segmentation/removeSegmentationsFromToolGroup.d.ts +0 -2
  972. package/dist/esm/stateManagement/segmentation/segmentIndex.d.ts +0 -3
  973. package/dist/esm/stateManagement/segmentation/segmentLocking.d.ts +0 -4
  974. package/dist/esm/stateManagement/segmentation/segmentationState.d.ts +0 -24
  975. package/dist/esm/stateManagement/segmentation/triggerSegmentationEvents.d.ts +0 -6
  976. package/dist/esm/store/SynchronizerManager/Synchronizer.d.ts +0 -33
  977. package/dist/esm/store/SynchronizerManager/createSynchronizer.d.ts +0 -4
  978. package/dist/esm/store/SynchronizerManager/destroy.d.ts +0 -2
  979. package/dist/esm/store/SynchronizerManager/destroySynchronizer.d.ts +0 -2
  980. package/dist/esm/store/SynchronizerManager/getAllSynchronizers.d.ts +0 -3
  981. package/dist/esm/store/SynchronizerManager/getSynchronizer.d.ts +0 -3
  982. package/dist/esm/store/SynchronizerManager/getSynchronizersForViewport.d.ts +0 -3
  983. package/dist/esm/store/SynchronizerManager/index.d.ts +0 -7
  984. package/dist/esm/store/ToolGroupManager/ToolGroup.d.ts +0 -36
  985. package/dist/esm/store/ToolGroupManager/createToolGroup.d.ts +0 -3
  986. package/dist/esm/store/ToolGroupManager/destroy.d.ts +0 -2
  987. package/dist/esm/store/ToolGroupManager/destroyToolGroup.d.ts +0 -2
  988. package/dist/esm/store/ToolGroupManager/getAllToolGroups.d.ts +0 -3
  989. package/dist/esm/store/ToolGroupManager/getToolGroup.d.ts +0 -3
  990. package/dist/esm/store/ToolGroupManager/getToolGroupForViewport.d.ts +0 -3
  991. package/dist/esm/store/ToolGroupManager/getToolGroupsWithToolName.d.ts +0 -3
  992. package/dist/esm/store/ToolGroupManager/index.d.ts +0 -8
  993. package/dist/esm/store/addEnabledElement.d.ts +0 -2
  994. package/dist/esm/store/addTool.d.ts +0 -3
  995. package/dist/esm/store/cancelActiveManipulations.d.ts +0 -1
  996. package/dist/esm/store/filterMoveableAnnotationTools.d.ts +0 -3
  997. package/dist/esm/store/filterToolsWithAnnotationsForElement.d.ts +0 -3
  998. package/dist/esm/store/filterToolsWithMoveableHandles.d.ts +0 -3
  999. package/dist/esm/store/index.d.ts +0 -10
  1000. package/dist/esm/store/removeEnabledElement.d.ts +0 -3
  1001. package/dist/esm/store/state.d.ts +0 -17
  1002. package/dist/esm/store/svgNodeCache.d.ts +0 -3
  1003. package/dist/esm/synchronizers/callbacks/areViewportsCoplanar .d.ts +0 -2
  1004. package/dist/esm/synchronizers/callbacks/cameraSyncCallback.d.ts +0 -3
  1005. package/dist/esm/synchronizers/callbacks/stackImageSyncCallback.d.ts +0 -3
  1006. package/dist/esm/synchronizers/callbacks/voiSyncCallback.d.ts +0 -2
  1007. package/dist/esm/synchronizers/callbacks/zoomPanSyncCallback.d.ts +0 -3
  1008. package/dist/esm/synchronizers/index.d.ts +0 -5
  1009. package/dist/esm/synchronizers/synchronizers/createCameraPositionSynchronizer.d.ts +0 -2
  1010. package/dist/esm/synchronizers/synchronizers/createStackImageSynchronizer.d.ts +0 -2
  1011. package/dist/esm/synchronizers/synchronizers/createVOISynchronizer.d.ts +0 -6
  1012. package/dist/esm/synchronizers/synchronizers/createZoomPanSynchronizer.d.ts +0 -2
  1013. package/dist/esm/synchronizers/synchronizers/index.d.ts +0 -5
  1014. package/dist/esm/tools/AdvancedMagnifyTool.d.ts +0 -36
  1015. package/dist/esm/tools/AdvancedMagnifyViewport.d.ts +0 -76
  1016. package/dist/esm/tools/AdvancedMagnifyViewportManager.d.ts +0 -36
  1017. package/dist/esm/tools/CrosshairsTool.d.ts +0 -71
  1018. package/dist/esm/tools/MIPJumpToClickTool.d.ts +0 -9
  1019. package/dist/esm/tools/MagnifyTool.d.ts +0 -25
  1020. package/dist/esm/tools/OrientationMarkerTool.d.ts +0 -90
  1021. package/dist/esm/tools/OverlayGridTool.d.ts +0 -31
  1022. package/dist/esm/tools/PanTool.d.ts +0 -10
  1023. package/dist/esm/tools/PlanarRotateTool.d.ts +0 -10
  1024. package/dist/esm/tools/ReferenceCursors.d.ts +0 -27
  1025. package/dist/esm/tools/ReferenceLinesTool.d.ts +0 -28
  1026. package/dist/esm/tools/ScaleOverlayTool.d.ts +0 -40
  1027. package/dist/esm/tools/SegmentationIntersectionTool.d.ts +0 -18
  1028. package/dist/esm/tools/StackScrollTool.d.ts +0 -13
  1029. package/dist/esm/tools/StackScrollToolMouseWheelTool.d.ts +0 -16
  1030. package/dist/esm/tools/TrackballRotateTool.d.ts +0 -11
  1031. package/dist/esm/tools/VolumeRotateMouseWheelTool.d.ts +0 -10
  1032. package/dist/esm/tools/WindowLevelTool.d.ts +0 -37
  1033. package/dist/esm/tools/ZoomTool.d.ts +0 -19
  1034. package/dist/esm/tools/annotation/AngleTool.d.ts +0 -36
  1035. package/dist/esm/tools/annotation/ArrowAnnotateTool.d.ts +0 -38
  1036. package/dist/esm/tools/annotation/BidirectionalTool.d.ts +0 -42
  1037. package/dist/esm/tools/annotation/CircleROITool.d.ts +0 -38
  1038. package/dist/esm/tools/annotation/CobbAngleTool.d.ts +0 -63
  1039. package/dist/esm/tools/annotation/DragProbeTool.d.ts +0 -25
  1040. package/dist/esm/tools/annotation/EllipticalROITool.d.ts +0 -44
  1041. package/dist/esm/tools/annotation/LengthTool.d.ts +0 -37
  1042. package/dist/esm/tools/annotation/PlanarFreehandROITool.d.ts +0 -39
  1043. package/dist/esm/tools/annotation/ProbeTool.d.ts +0 -34
  1044. package/dist/esm/tools/annotation/RectangleROITool.d.ts +0 -40
  1045. package/dist/esm/tools/annotation/VideoRedactionTool.d.ts +0 -46
  1046. package/dist/esm/tools/annotation/planarFreehandROITool/closedContourEditLoop.d.ts +0 -2
  1047. package/dist/esm/tools/annotation/planarFreehandROITool/drawLoop.d.ts +0 -2
  1048. package/dist/esm/tools/annotation/planarFreehandROITool/editLoopCommon.d.ts +0 -2
  1049. package/dist/esm/tools/annotation/planarFreehandROITool/findOpenUShapedContourVectorToPeak.d.ts +0 -4
  1050. package/dist/esm/tools/annotation/planarFreehandROITool/openContourEditLoop.d.ts +0 -2
  1051. package/dist/esm/tools/annotation/planarFreehandROITool/openContourEndEditLoop.d.ts +0 -2
  1052. package/dist/esm/tools/annotation/planarFreehandROITool/renderMethods.d.ts +0 -2
  1053. package/dist/esm/tools/base/AnnotationDisplayTool.d.ts +0 -13
  1054. package/dist/esm/tools/base/AnnotationTool.d.ts +0 -19
  1055. package/dist/esm/tools/base/BaseTool.d.ts +0 -31
  1056. package/dist/esm/tools/base/index.d.ts +0 -4
  1057. package/dist/esm/tools/displayTools/Contour/addContourSetsToElement.d.ts +0 -3
  1058. package/dist/esm/tools/displayTools/Contour/addOrUpdateContourSets.d.ts +0 -3
  1059. package/dist/esm/tools/displayTools/Contour/contourConfig.d.ts +0 -3
  1060. package/dist/esm/tools/displayTools/Contour/contourConfigCache.d.ts +0 -9
  1061. package/dist/esm/tools/displayTools/Contour/contourDisplay.d.ts +0 -11
  1062. package/dist/esm/tools/displayTools/Contour/index.d.ts +0 -2
  1063. package/dist/esm/tools/displayTools/Contour/removeContourFromElement.d.ts +0 -2
  1064. package/dist/esm/tools/displayTools/Contour/updateContourSets.d.ts +0 -3
  1065. package/dist/esm/tools/displayTools/Contour/utils.d.ts +0 -6
  1066. package/dist/esm/tools/displayTools/Labelmap/addLabelmapToElement.d.ts +0 -2
  1067. package/dist/esm/tools/displayTools/Labelmap/index.d.ts +0 -3
  1068. package/dist/esm/tools/displayTools/Labelmap/labelmapConfig.d.ts +0 -5
  1069. package/dist/esm/tools/displayTools/Labelmap/labelmapDisplay.d.ts +0 -11
  1070. package/dist/esm/tools/displayTools/Labelmap/removeLabelmapFromElement.d.ts +0 -2
  1071. package/dist/esm/tools/displayTools/Labelmap/validateRepresentationData.d.ts +0 -3
  1072. package/dist/esm/tools/displayTools/SegmentationDisplayTool.d.ts +0 -12
  1073. package/dist/esm/tools/displayTools/Surface/addSurfaceToElement.d.ts +0 -2
  1074. package/dist/esm/tools/displayTools/Surface/index.d.ts +0 -2
  1075. package/dist/esm/tools/displayTools/Surface/removeSurfaceFromElement.d.ts +0 -2
  1076. package/dist/esm/tools/displayTools/Surface/surfaceDisplay.d.ts +0 -11
  1077. package/dist/esm/tools/index.d.ts +0 -40
  1078. package/dist/esm/tools/segmentation/BrushTool.d.ts +0 -24
  1079. package/dist/esm/tools/segmentation/CircleScissorsTool.d.ts +0 -30
  1080. package/dist/esm/tools/segmentation/PaintFillTool.d.ts +0 -13
  1081. package/dist/esm/tools/segmentation/RectangleROIStartEndThresholdTool.d.ts +0 -56
  1082. package/dist/esm/tools/segmentation/RectangleROIThresholdTool.d.ts +0 -45
  1083. package/dist/esm/tools/segmentation/RectangleScissorsTool.d.ts +0 -30
  1084. package/dist/esm/tools/segmentation/SphereScissorsTool.d.ts +0 -31
  1085. package/dist/esm/tools/segmentation/strategies/eraseCircle.d.ts +0 -15
  1086. package/dist/esm/tools/segmentation/strategies/eraseRectangle.d.ts +0 -12
  1087. package/dist/esm/tools/segmentation/strategies/eraseSphere.d.ts +0 -15
  1088. package/dist/esm/tools/segmentation/strategies/fillCircle.d.ts +0 -17
  1089. package/dist/esm/tools/segmentation/strategies/fillRectangle.d.ts +0 -13
  1090. package/dist/esm/tools/segmentation/strategies/fillSphere.d.ts +0 -17
  1091. package/dist/esm/tools/segmentation/strategies/index.d.ts +0 -3
  1092. package/dist/esm/tools/segmentation/strategies/utils/isWithinThreshold.d.ts +0 -3
  1093. package/dist/esm/types/AnnotationGroupSelector.d.ts +0 -2
  1094. package/dist/esm/types/AnnotationStyle.d.ts +0 -30
  1095. package/dist/esm/types/AnnotationTypes.d.ts +0 -45
  1096. package/dist/esm/types/BoundsIJK.d.ts +0 -3
  1097. package/dist/esm/types/CINETypes.d.ts +0 -29
  1098. package/dist/esm/types/CalculatorTypes.d.ts +0 -6
  1099. package/dist/esm/types/ContourTypes.d.ts +0 -14
  1100. package/dist/esm/types/CursorTypes.d.ts +0 -11
  1101. package/dist/esm/types/EventTypes.d.ts +0 -215
  1102. package/dist/esm/types/FloodFillTypes.d.ts +0 -15
  1103. package/dist/esm/types/IAnnotationManager.d.ts +0 -14
  1104. package/dist/esm/types/IDistance.d.ts +0 -7
  1105. package/dist/esm/types/IPoints.d.ts +0 -8
  1106. package/dist/esm/types/ISetToolModeOptions.d.ts +0 -16
  1107. package/dist/esm/types/ISynchronizerEventHandler.d.ts +0 -5
  1108. package/dist/esm/types/IToolClassReference.d.ts +0 -3
  1109. package/dist/esm/types/IToolGroup.d.ts +0 -60
  1110. package/dist/esm/types/ITouchPoints.d.ts +0 -11
  1111. package/dist/esm/types/InteractionTypes.d.ts +0 -2
  1112. package/dist/esm/types/InternalToolTypes.d.ts +0 -15
  1113. package/dist/esm/types/JumpToSliceOptions.d.ts +0 -6
  1114. package/dist/esm/types/LabelmapTypes.d.ts +0 -21
  1115. package/dist/esm/types/PlanarBoundingBox.d.ts +0 -7
  1116. package/dist/esm/types/SVGDrawingHelper.d.ts +0 -9
  1117. package/dist/esm/types/ScrollOptions.d.ts +0 -7
  1118. package/dist/esm/types/SegmentationStateTypes.d.ts +0 -84
  1119. package/dist/esm/types/SurfaceTypes.d.ts +0 -4
  1120. package/dist/esm/types/ToolAction.d.ts +0 -8
  1121. package/dist/esm/types/ToolHandle.d.ts +0 -15
  1122. package/dist/esm/types/ToolProps.d.ts +0 -13
  1123. package/dist/esm/types/ToolSpecificAnnotationTypes.d.ts +0 -373
  1124. package/dist/esm/types/index.d.ts +0 -31
  1125. package/dist/esm/utilities/boundingBox/extend2DBoundingBoxInViewAxis.d.ts +0 -3
  1126. package/dist/esm/utilities/boundingBox/getBoundingBoxAroundShape.d.ts +0 -3
  1127. package/dist/esm/utilities/boundingBox/index.d.ts +0 -3
  1128. package/dist/esm/utilities/calibrateImageSpacing.d.ts +0 -2
  1129. package/dist/esm/utilities/cine/events.d.ts +0 -5
  1130. package/dist/esm/utilities/cine/index.d.ts +0 -4
  1131. package/dist/esm/utilities/cine/playClip.d.ts +0 -4
  1132. package/dist/esm/utilities/cine/state.d.ts +0 -4
  1133. package/dist/esm/utilities/clip.d.ts +0 -3
  1134. package/dist/esm/utilities/debounce.d.ts +0 -6
  1135. package/dist/esm/utilities/drawing/getTextBoxCoordsCanvas.d.ts +0 -2
  1136. package/dist/esm/utilities/drawing/index.d.ts +0 -2
  1137. package/dist/esm/utilities/dynamicVolume/generateImageFromTimeData.d.ts +0 -3
  1138. package/dist/esm/utilities/dynamicVolume/getDataInTime.d.ts +0 -7
  1139. package/dist/esm/utilities/dynamicVolume/index.d.ts +0 -4
  1140. package/dist/esm/utilities/getAnnotationNearPoint.d.ts +0 -5
  1141. package/dist/esm/utilities/getCalibratedUnits.d.ts +0 -6
  1142. package/dist/esm/utilities/getModalityUnit.d.ts +0 -6
  1143. package/dist/esm/utilities/getToolsWithModesForElement.d.ts +0 -4
  1144. package/dist/esm/utilities/getVOIMultipliers.d.ts +0 -5
  1145. package/dist/esm/utilities/index.d.ts +0 -34
  1146. package/dist/esm/utilities/isObject.d.ts +0 -2
  1147. package/dist/esm/utilities/math/angle/angleBetweenLines.d.ts +0 -6
  1148. package/dist/esm/utilities/math/basic/BasicStatsCalculator.d.ts +0 -14
  1149. package/dist/esm/utilities/math/basic/Calculator.d.ts +0 -8
  1150. package/dist/esm/utilities/math/basic/index.d.ts +0 -3
  1151. package/dist/esm/utilities/math/circle/_types.d.ts +0 -5
  1152. package/dist/esm/utilities/math/circle/getCanvasCircleCorners.d.ts +0 -3
  1153. package/dist/esm/utilities/math/circle/getCanvasCircleRadius.d.ts +0 -2
  1154. package/dist/esm/utilities/math/circle/index.d.ts +0 -3
  1155. package/dist/esm/utilities/math/ellipse/getCanvasEllipseCorners.d.ts +0 -9
  1156. package/dist/esm/utilities/math/ellipse/index.d.ts +0 -3
  1157. package/dist/esm/utilities/math/ellipse/pointInEllipse.d.ts +0 -9
  1158. package/dist/esm/utilities/math/ellipse/pointInEllipsoidWithConstraint.d.ts +0 -9
  1159. package/dist/esm/utilities/math/index.d.ts +0 -8
  1160. package/dist/esm/utilities/math/line/distanceToPoint.d.ts +0 -2
  1161. package/dist/esm/utilities/math/line/distanceToPointSquared.d.ts +0 -2
  1162. package/dist/esm/utilities/math/line/index.d.ts +0 -4
  1163. package/dist/esm/utilities/math/line/intersectLine.d.ts +0 -2
  1164. package/dist/esm/utilities/math/midPoint.d.ts +0 -5
  1165. package/dist/esm/utilities/math/point/distanceToPoint.d.ts +0 -4
  1166. package/dist/esm/utilities/math/point/index.d.ts +0 -2
  1167. package/dist/esm/utilities/math/polyline/addCanvasPointsToArray.d.ts +0 -4
  1168. package/dist/esm/utilities/math/polyline/calculateAreaOfPoints.d.ts +0 -2
  1169. package/dist/esm/utilities/math/polyline/getIntersectionWithPolyline.d.ts +0 -9
  1170. package/dist/esm/utilities/math/polyline/getSubPixelSpacingAndXYDirections.d.ts +0 -7
  1171. package/dist/esm/utilities/math/polyline/index.d.ts +0 -7
  1172. package/dist/esm/utilities/math/polyline/planarFreehandROIInternalTypes.d.ts +0 -23
  1173. package/dist/esm/utilities/math/polyline/pointCanProjectOnLine.d.ts +0 -3
  1174. package/dist/esm/utilities/math/polyline/pointInPolyline.d.ts +0 -2
  1175. package/dist/esm/utilities/math/polyline/pointsAreWithinCloseContourProximity.d.ts +0 -3
  1176. package/dist/esm/utilities/math/rectangle/distanceToPoint.d.ts +0 -2
  1177. package/dist/esm/utilities/math/rectangle/index.d.ts +0 -2
  1178. package/dist/esm/utilities/math/sphere/index.d.ts +0 -2
  1179. package/dist/esm/utilities/math/sphere/pointInSphere.d.ts +0 -8
  1180. package/dist/esm/utilities/math/vec2/findClosestPoint.d.ts +0 -2
  1181. package/dist/esm/utilities/math/vec2/index.d.ts +0 -3
  1182. package/dist/esm/utilities/math/vec2/liangBarksyClip.d.ts +0 -1
  1183. package/dist/esm/utilities/math/vec3/interpolateVec3.d.ts +0 -2
  1184. package/dist/esm/utilities/orientation/getOrientationStringLPS.d.ts +0 -2
  1185. package/dist/esm/utilities/orientation/index.d.ts +0 -3
  1186. package/dist/esm/utilities/orientation/invertOrientationStringLPS.d.ts +0 -1
  1187. package/dist/esm/utilities/planar/filterAnnotationsForDisplay.d.ts +0 -3
  1188. package/dist/esm/utilities/planar/filterAnnotationsWithinSlice.d.ts +0 -3
  1189. package/dist/esm/utilities/planar/getPointInLineOfSightWithCriteria.d.ts +0 -2
  1190. package/dist/esm/utilities/planar/getWorldWidthAndHeightFromCorners.d.ts +0 -5
  1191. package/dist/esm/utilities/planar/getWorldWidthAndHeightFromTwoPoints.d.ts +0 -5
  1192. package/dist/esm/utilities/planar/index.d.ts +0 -12
  1193. package/dist/esm/utilities/planarFreehandROITool/index.d.ts +0 -6
  1194. package/dist/esm/utilities/planarFreehandROITool/interpolateAnnotation.d.ts +0 -3
  1195. package/dist/esm/utilities/planarFreehandROITool/interpolatePoints.d.ts +0 -3
  1196. package/dist/esm/utilities/planarFreehandROITool/interpolation/algorithms/bspline.d.ts +0 -2
  1197. package/dist/esm/utilities/planarFreehandROITool/interpolation/interpolateSegmentPoints.d.ts +0 -2
  1198. package/dist/esm/utilities/pointInShapeCallback.d.ts +0 -17
  1199. package/dist/esm/utilities/pointInSurroundingSphereCallback.d.ts +0 -4
  1200. package/dist/esm/utilities/pointToString.d.ts +0 -1
  1201. package/dist/esm/utilities/polyData/utils.d.ts +0 -4
  1202. package/dist/esm/utilities/rectangleROITool/getBoundsIJKFromRectangleAnnotations.d.ts +0 -5
  1203. package/dist/esm/utilities/rectangleROITool/index.d.ts +0 -2
  1204. package/dist/esm/utilities/roundNumber.d.ts +0 -2
  1205. package/dist/esm/utilities/scroll.d.ts +0 -4
  1206. package/dist/esm/utilities/segmentation/brushSizeForToolGroup.d.ts +0 -2
  1207. package/dist/esm/utilities/segmentation/brushThresholdForToolGroup.d.ts +0 -3
  1208. package/dist/esm/utilities/segmentation/createLabelmapVolumeForViewport.d.ts +0 -18
  1209. package/dist/esm/utilities/segmentation/createMergedLabelmapForIndex.d.ts +0 -3
  1210. package/dist/esm/utilities/segmentation/floodFill.d.ts +0 -4
  1211. package/dist/esm/utilities/segmentation/getDefaultRepresentationConfig.d.ts +0 -2
  1212. package/dist/esm/utilities/segmentation/index.d.ts +0 -12
  1213. package/dist/esm/utilities/segmentation/isValidRepresentationConfig.d.ts +0 -2
  1214. package/dist/esm/utilities/segmentation/rectangleROIThresholdVolumeByRange.d.ts +0 -19
  1215. package/dist/esm/utilities/segmentation/thresholdSegmentationByRange.d.ts +0 -4
  1216. package/dist/esm/utilities/segmentation/thresholdVolumeByRange.d.ts +0 -10
  1217. package/dist/esm/utilities/segmentation/triggerSegmentationRender.d.ts +0 -18
  1218. package/dist/esm/utilities/segmentation/utilities.d.ts +0 -12
  1219. package/dist/esm/utilities/stackPrefetch/index.d.ts +0 -3
  1220. package/dist/esm/utilities/stackPrefetch/stackContextPrefetch.d.ts +0 -16
  1221. package/dist/esm/utilities/stackPrefetch/stackPrefetch.d.ts +0 -14
  1222. package/dist/esm/utilities/stackPrefetch/stackPrefetchUtils.d.ts +0 -14
  1223. package/dist/esm/utilities/stackPrefetch/state.d.ts +0 -3
  1224. package/dist/esm/utilities/throttle.d.ts +0 -5
  1225. package/dist/esm/utilities/touch/index.d.ts +0 -10
  1226. package/dist/esm/utilities/triggerAnnotationRender.d.ts +0 -22
  1227. package/dist/esm/utilities/triggerAnnotationRenderForViewportIds.d.ts +0 -3
  1228. package/dist/esm/utilities/viewport/index.d.ts +0 -4
  1229. package/dist/esm/utilities/viewport/isViewportPreScaled.d.ts +0 -3
  1230. package/dist/esm/utilities/viewport/jumpToSlice.d.ts +0 -3
  1231. package/dist/esm/utilities/viewport/jumpToWorld.d.ts +0 -2
  1232. package/dist/esm/utilities/viewportFilters/filterViewportsWithFrameOfReferenceUID.d.ts +0 -2
  1233. package/dist/esm/utilities/viewportFilters/filterViewportsWithParallelNormals.d.ts +0 -2
  1234. package/dist/esm/utilities/viewportFilters/filterViewportsWithSameOrientation.d.ts +0 -2
  1235. package/dist/esm/utilities/viewportFilters/filterViewportsWithToolEnabled.d.ts +0 -2
  1236. package/dist/esm/utilities/viewportFilters/getViewportIdsWithToolToRender.d.ts +0 -1
  1237. package/dist/esm/utilities/viewportFilters/index.d.ts +0 -5
  1238. package/dist/esm/utilities/voi/colorbar/Colorbar.d.ts +0 -44
  1239. package/dist/esm/utilities/voi/colorbar/ColorbarCanvas.d.ts +0 -29
  1240. package/dist/esm/utilities/voi/colorbar/ColorbarTicks.d.ts +0 -46
  1241. package/dist/esm/utilities/voi/colorbar/ViewportColorbar.d.ts +0 -23
  1242. package/dist/esm/utilities/voi/colorbar/common/areColorbarRangesEqual.d.ts +0 -3
  1243. package/dist/esm/utilities/voi/colorbar/common/areColorbarSizesEqual.d.ts +0 -3
  1244. package/dist/esm/utilities/voi/colorbar/common/index.d.ts +0 -4
  1245. package/dist/esm/utilities/voi/colorbar/common/isColorbarSizeValid.d.ts +0 -3
  1246. package/dist/esm/utilities/voi/colorbar/common/isRangeTextPositionValid.d.ts +0 -3
  1247. package/dist/esm/utilities/voi/colorbar/common/isRangeValid.d.ts +0 -3
  1248. package/dist/esm/utilities/voi/colorbar/enums/ColorbarRangeTextPosition.d.ts +0 -6
  1249. package/dist/esm/utilities/voi/colorbar/enums/index.d.ts +0 -1
  1250. package/dist/esm/utilities/voi/colorbar/index.d.ts +0 -6
  1251. package/dist/esm/utilities/voi/colorbar/types/ColorbarCanvasProps.d.ts +0 -12
  1252. package/dist/esm/utilities/voi/colorbar/types/ColorbarCommonProps.d.ts +0 -11
  1253. package/dist/esm/utilities/voi/colorbar/types/ColorbarImageRange.d.ts +0 -4
  1254. package/dist/esm/utilities/voi/colorbar/types/ColorbarProps.d.ts +0 -7
  1255. package/dist/esm/utilities/voi/colorbar/types/ColorbarSize.d.ts +0 -4
  1256. package/dist/esm/utilities/voi/colorbar/types/ColorbarTicksProps.d.ts +0 -7
  1257. package/dist/esm/utilities/voi/colorbar/types/ColorbarTicksStyle.d.ts +0 -8
  1258. package/dist/esm/utilities/voi/colorbar/types/ColorbarVOIRange.d.ts +0 -2
  1259. package/dist/esm/utilities/voi/colorbar/types/ViewportColorbarProps.d.ts +0 -5
  1260. package/dist/esm/utilities/voi/colorbar/types/index.d.ts +0 -8
  1261. package/dist/esm/utilities/voi/index.d.ts +0 -2
  1262. package/dist/esm/widgets/Widget.d.ts +0 -17
  1263. package/dist/esm/widgets/types/WidgetProps.d.ts +0 -4
  1264. package/dist/esm/widgets/types/WidgetSize.d.ts +0 -4
  1265. package/dist/esm/widgets/types/index.d.ts +0 -2
@@ -0,0 +1,34 @@
1
+ import type { ColorLUT, RepresentationConfig, Segmentation, SegmentationRepresentationConfig, SegmentationState, SegmentSpecificRepresentationConfig, ToolGroupSpecificRepresentation, ToolGroupSpecificRepresentations } from '../../types/SegmentationStateTypes';
2
+ export default class SegmentationStateManager {
3
+ private state;
4
+ readonly uid: string;
5
+ constructor(uid?: string);
6
+ getState(): SegmentationState;
7
+ getToolGroups(): string[];
8
+ getColorLUT(lutIndex: number): ColorLUT | undefined;
9
+ resetState(): void;
10
+ getSegmentation(segmentationId: string): Segmentation | undefined;
11
+ addSegmentation(segmentation: Segmentation): void;
12
+ getSegmentationRepresentations(toolGroupId: string): ToolGroupSpecificRepresentations | undefined;
13
+ getAllSegmentationRepresentations(): Record<string, ToolGroupSpecificRepresentation[]>;
14
+ addSegmentationRepresentation(toolGroupId: string, segmentationRepresentation: ToolGroupSpecificRepresentation): void;
15
+ getGlobalConfig(): SegmentationRepresentationConfig;
16
+ setGlobalConfig(config: SegmentationRepresentationConfig): void;
17
+ getSegmentationRepresentationByUID(toolGroupId: string, segmentationRepresentationUID: string): ToolGroupSpecificRepresentation | undefined;
18
+ removeSegmentation(segmentationId: string): void;
19
+ removeSegmentationRepresentation(toolGroupId: string, segmentationRepresentationUID: string): void;
20
+ setActiveSegmentationRepresentation(toolGroupId: string, segmentationRepresentationUID: string): void;
21
+ getToolGroupSpecificConfig(toolGroupId: string): SegmentationRepresentationConfig | undefined;
22
+ getSegmentationRepresentationSpecificConfig(toolGroupId: string, segmentationRepresentationUID: string): RepresentationConfig;
23
+ setSegmentationRepresentationSpecificConfig(toolGroupId: string, segmentationRepresentationUID: string, config: RepresentationConfig): void;
24
+ getSegmentSpecificConfig(toolGroupId: string, segmentationRepresentationUID: string, segmentIndex: number): RepresentationConfig;
25
+ setSegmentSpecificConfig(toolGroupId: string, segmentationRepresentationUID: string, config: SegmentSpecificRepresentationConfig): void;
26
+ setSegmentationRepresentationConfig(toolGroupId: string, config: SegmentationRepresentationConfig): void;
27
+ addColorLUT(colorLUT: ColorLUT, lutIndex: number): void;
28
+ removeColorLUT(colorLUTIndex: number): void;
29
+ _handleActiveSegmentation(toolGroupId: string, recentlyAddedOrRemovedSegmentationRepresentation: ToolGroupSpecificRepresentation): void;
30
+ _initDefaultColorLUTIfNecessary(): void;
31
+ }
32
+ declare const defaultSegmentationStateManager: SegmentationStateManager;
33
+ export { defaultSegmentationStateManager };
34
+ //# sourceMappingURL=SegmentationStateManager.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SegmentationStateManager.d.ts","sourceRoot":"","sources":["../../../../src/stateManagement/segmentation/SegmentationStateManager.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EACV,QAAQ,EACR,oBAAoB,EACpB,YAAY,EACZ,gCAAgC,EAChC,iBAAiB,EACjB,mCAAmC,EACnC,+BAA+B,EAC/B,gCAAgC,EACjC,MAAM,oCAAoC,CAAC;AA6B5C,MAAM,CAAC,OAAO,OAAO,wBAAwB;IAC3C,OAAO,CAAC,KAAK,CAAoB;IACjC,SAAgB,GAAG,EAAE,MAAM,CAAC;gBAEhB,GAAG,CAAC,EAAE,MAAM;IAYxB,QAAQ,IAAI,iBAAiB;IAQ7B,aAAa,IAAI,MAAM,EAAE;IASzB,WAAW,CAAC,QAAQ,EAAE,MAAM,GAAG,QAAQ,GAAG,SAAS;IAOnD,UAAU,IAAI,IAAI;IASlB,eAAe,CAAC,cAAc,EAAE,MAAM,GAAG,YAAY,GAAG,SAAS;IAUjE,eAAe,CAAC,YAAY,EAAE,YAAY,GAAG,IAAI;IAkBjD,8BAA8B,CAC5B,WAAW,EAAE,MAAM,GAClB,gCAAgC,GAAG,SAAS;IAe/C,iCAAiC,IAAI,MAAM,CACzC,MAAM,EACN,+BAA+B,EAAE,CAClC;IAiBD,6BAA6B,CAC3B,WAAW,EAAE,MAAM,EACnB,0BAA0B,EAAE,+BAA+B,GAC1D,IAAI;IAsBP,eAAe,IAAI,gCAAgC;IASnD,eAAe,CAAC,MAAM,EAAE,gCAAgC,GAAG,IAAI;IAW/D,kCAAkC,CAChC,WAAW,EAAE,MAAM,EACnB,6BAA6B,EAAE,MAAM,GACpC,+BAA+B,GAAG,SAAS;IAiB9C,kBAAkB,CAAC,cAAc,EAAE,MAAM,GAAG,IAAI;IAYhD,gCAAgC,CAC9B,WAAW,EAAE,MAAM,EACnB,6BAA6B,EAAE,MAAM,GACpC,IAAI;IA2CP,mCAAmC,CACjC,WAAW,EAAE,MAAM,EACnB,6BAA6B,EAAE,MAAM,GACpC,IAAI;IAgCP,0BAA0B,CACxB,WAAW,EAAE,MAAM,GAClB,gCAAgC,GAAG,SAAS;IAU/C,2CAA2C,CACzC,WAAW,EAAE,MAAM,EACnB,6BAA6B,EAAE,MAAM,GACpC,oBAAoB;IAavB,2CAA2C,CACzC,WAAW,EAAE,MAAM,EACnB,6BAA6B,EAAE,MAAM,EACrC,MAAM,EAAE,oBAAoB,GAC3B,IAAI;IAcP,wBAAwB,CACtB,WAAW,EAAE,MAAM,EACnB,6BAA6B,EAAE,MAAM,EACrC,YAAY,EAAE,MAAM,GACnB,oBAAoB;IAavB,wBAAwB,CACtB,WAAW,EAAE,MAAM,EACnB,6BAA6B,EAAE,MAAM,EACrC,MAAM,EAAE,mCAAmC,GAC1C,IAAI;IAqBP,mCAAmC,CACjC,WAAW,EAAE,MAAM,EACnB,MAAM,EAAE,gCAAgC,GACvC,IAAI;IA0BP,WAAW,CAAC,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,GAAG,IAAI;IAYvD,cAAc,CAAC,aAAa,EAAE,MAAM,GAAG,IAAI;IAW3C,yBAAyB,CACvB,WAAW,EAAE,MAAM,EACnB,gDAAgD,EAAE,+BAA+B,GAChF,IAAI;IA0CP,+BAA+B;CAMhC;AAED,QAAA,MAAM,+BAA+B,0BAA0C,CAAC;AAChF,OAAO,EAAE,+BAA+B,EAAE,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { ToolGroupSpecificRepresentation } from '../../types/SegmentationStateTypes';
2
+ declare function getActiveSegmentationRepresentation(toolGroupId: string): ToolGroupSpecificRepresentation;
3
+ declare function setActiveSegmentationRepresentation(toolGroupId: string, segmentationRepresentationUID: string): void;
4
+ export { getActiveSegmentationRepresentation, setActiveSegmentationRepresentation, };
5
+ //# sourceMappingURL=activeSegmentation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"activeSegmentation.d.ts","sourceRoot":"","sources":["../../../../src/stateManagement/segmentation/activeSegmentation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,+BAA+B,EAAE,MAAM,oCAAoC,CAAC;AAUrF,iBAAS,mCAAmC,CAC1C,WAAW,EAAE,MAAM,GAClB,+BAA+B,CAejC;AAUD,iBAAS,mCAAmC,CAC1C,WAAW,EAAE,MAAM,EACnB,6BAA6B,EAAE,MAAM,GACpC,IAAI,CAYN;AAED,OAAO,EAEL,mCAAmC,EAEnC,mCAAmC,GACpC,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { SegmentationRepresentationConfig, RepresentationPublicInput } from '../../types/SegmentationStateTypes';
2
+ declare function addSegmentationRepresentations(toolGroupId: string, representationInputArray: RepresentationPublicInput[], toolGroupSpecificRepresentationConfig?: SegmentationRepresentationConfig): Promise<string[]>;
3
+ export default addSegmentationRepresentations;
4
+ //# sourceMappingURL=addSegmentationRepresentations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"addSegmentationRepresentations.d.ts","sourceRoot":"","sources":["../../../../src/stateManagement/segmentation/addSegmentationRepresentations.ts"],"names":[],"mappings":"AACA,OAAO,EACL,gCAAgC,EAChC,yBAAyB,EAC1B,MAAM,oCAAoC,CAAC;AAkB5C,iBAAe,8BAA8B,CAC3C,WAAW,EAAE,MAAM,EACnB,wBAAwB,EAAE,yBAAyB,EAAE,EACrD,qCAAqC,CAAC,EAAE,gCAAgC,GACvE,OAAO,CAAC,MAAM,EAAE,CAAC,CAmBnB;AAuCD,eAAe,8BAA8B,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { SegmentationPublicInput } from '../../types/SegmentationStateTypes';
2
+ declare function addSegmentations(segmentationInputArray: SegmentationPublicInput[]): void;
3
+ export default addSegmentations;
4
+ //# sourceMappingURL=addSegmentations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"addSegmentations.d.ts","sourceRoot":"","sources":["../../../../src/stateManagement/segmentation/addSegmentations.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,uBAAuB,EAAE,MAAM,oCAAoC,CAAC;AAa7E,iBAAS,gBAAgB,CACvB,sBAAsB,EAAE,uBAAuB,EAAE,GAChD,IAAI,CAQN;AAED,eAAe,gBAAgB,CAAC"}
@@ -0,0 +1,5 @@
1
+ import * as color from './segmentationColor';
2
+ import * as visibility from './segmentationVisibility';
3
+ import { getGlobalConfig, getGlobalRepresentationConfig, getToolGroupSpecificConfig, setGlobalConfig, setGlobalRepresentationConfig, setToolGroupSpecificConfig, setSegmentSpecificConfig, getSegmentSpecificConfig, setSegmentationRepresentationSpecificConfig, getSegmentationRepresentationSpecificConfig } from './segmentationConfig';
4
+ export { color, visibility, getGlobalConfig, getGlobalRepresentationConfig, getToolGroupSpecificConfig, setGlobalConfig, setGlobalRepresentationConfig, setToolGroupSpecificConfig, setSegmentSpecificConfig, getSegmentSpecificConfig, setSegmentationRepresentationSpecificConfig, getSegmentationRepresentationSpecificConfig, };
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/stateManagement/segmentation/config/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,qBAAqB,CAAC;AAC7C,OAAO,KAAK,UAAU,MAAM,0BAA0B,CAAC;AACvD,OAAO,EACL,eAAe,EACf,6BAA6B,EAC7B,0BAA0B,EAC1B,eAAe,EACf,6BAA6B,EAC7B,0BAA0B,EAC1B,wBAAwB,EACxB,wBAAwB,EACxB,2CAA2C,EAC3C,2CAA2C,EAC5C,MAAM,sBAAsB,CAAC;AAE9B,OAAO,EACL,KAAK,EACL,UAAU,EACV,eAAe,EACf,6BAA6B,EAC7B,0BAA0B,EAC1B,eAAe,EACf,6BAA6B,EAC7B,0BAA0B,EAC1B,wBAAwB,EACxB,wBAAwB,EACxB,2CAA2C,EAC3C,2CAA2C,GAC5C,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { Color } from '../../../types/SegmentationStateTypes';
2
+ import { ColorLUT } from '../../../types/SegmentationStateTypes';
3
+ declare function addColorLUT(colorLUT: ColorLUT, colorLUTIndex: number): void;
4
+ declare function setColorLUT(toolGroupId: string, segmentationRepresentationUID: string, colorLUTIndex: number): void;
5
+ declare function getColorForSegmentIndex(toolGroupId: string, segmentationRepresentationUID: string, segmentIndex: number): Color;
6
+ declare function setColorForSegmentIndex(toolGroupId: string, segmentationRepresentationUID: string, segmentIndex: number, color: Color): void;
7
+ export { getColorForSegmentIndex, addColorLUT, setColorLUT, setColorForSegmentIndex, };
8
+ //# sourceMappingURL=segmentationColor.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"segmentationColor.d.ts","sourceRoot":"","sources":["../../../../../src/stateManagement/segmentation/config/segmentationColor.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,EAAE,MAAM,uCAAuC,CAAC;AAC9D,OAAO,EAAE,QAAQ,EAAE,MAAM,uCAAuC,CAAC;AAYjE,iBAAS,WAAW,CAAC,QAAQ,EAAE,QAAQ,EAAE,aAAa,EAAE,MAAM,GAAG,IAAI,CAcpE;AASD,iBAAS,WAAW,CAClB,WAAW,EAAE,MAAM,EACnB,6BAA6B,EAAE,MAAM,EACrC,aAAa,EAAE,MAAM,GACpB,IAAI,CAyBN;AAYD,iBAAS,uBAAuB,CAC9B,WAAW,EAAE,MAAM,EACnB,6BAA6B,EAAE,MAAM,EACrC,YAAY,EAAE,MAAM,GACnB,KAAK,CAkBP;AAED,iBAAS,uBAAuB,CAC9B,WAAW,EAAE,MAAM,EACnB,6BAA6B,EAAE,MAAM,EACrC,YAAY,EAAE,MAAM,EACpB,KAAK,EAAE,KAAK,GACX,IAAI,CAiBN;AAED,OAAO,EACL,uBAAuB,EACvB,WAAW,EACX,WAAW,EACX,uBAAuB,GACxB,CAAC"}
@@ -0,0 +1,14 @@
1
+ import SegmentationRepresentations from '../../../enums/SegmentationRepresentations';
2
+ import { RepresentationConfig, SegmentationRepresentationConfig, SegmentSpecificRepresentationConfig } from '../../../types/SegmentationStateTypes';
3
+ declare function getGlobalConfig(): SegmentationRepresentationConfig;
4
+ declare function setGlobalConfig(segmentationConfig: SegmentationRepresentationConfig): void;
5
+ declare function getGlobalRepresentationConfig(representationType: SegmentationRepresentations): RepresentationConfig['LABELMAP'];
6
+ declare function setGlobalRepresentationConfig(representationType: SegmentationRepresentations, config: RepresentationConfig['LABELMAP']): void;
7
+ declare function getToolGroupSpecificConfig(toolGroupId: string): SegmentationRepresentationConfig;
8
+ declare function setToolGroupSpecificConfig(toolGroupId: string, segmentationRepresentationConfig: SegmentationRepresentationConfig): void;
9
+ declare function getSegmentationRepresentationSpecificConfig(toolGroupId: string, segmentationRepresentationUID: string): RepresentationConfig;
10
+ declare function setSegmentationRepresentationSpecificConfig(toolGroupId: string, segmentationRepresentationUID: string, config: RepresentationConfig): void;
11
+ declare function getSegmentSpecificConfig(toolGroupId: string, segmentationRepresentationUID: string, segmentIndex: number): RepresentationConfig;
12
+ declare function setSegmentSpecificConfig(toolGroupId: string, segmentationRepresentationUID: string, config: SegmentSpecificRepresentationConfig): void;
13
+ export { getGlobalConfig, setGlobalConfig, getGlobalRepresentationConfig, setGlobalRepresentationConfig, getToolGroupSpecificConfig, setToolGroupSpecificConfig, getSegmentationRepresentationSpecificConfig, setSegmentationRepresentationSpecificConfig, getSegmentSpecificConfig, setSegmentSpecificConfig, };
14
+ //# sourceMappingURL=segmentationConfig.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"segmentationConfig.d.ts","sourceRoot":"","sources":["../../../../../src/stateManagement/segmentation/config/segmentationConfig.ts"],"names":[],"mappings":"AAAA,OAAO,2BAA2B,MAAM,4CAA4C,CAAC;AAGrF,OAAO,EACL,oBAAoB,EACpB,gCAAgC,EAChC,mCAAmC,EACpC,MAAM,uCAAuC,CAAC;AAO/C,iBAAS,eAAe,IAAI,gCAAgC,CAE3D;AAMD,iBAAS,eAAe,CACtB,kBAAkB,EAAE,gCAAgC,GACnD,IAAI,CAEN;AAOD,iBAAS,6BAA6B,CACpC,kBAAkB,EAAE,2BAA2B,GAC9C,oBAAoB,CAAC,UAAU,CAAC,CAGlC;AAUD,iBAAS,6BAA6B,CACpC,kBAAkB,EAAE,2BAA2B,EAC/C,MAAM,EAAE,oBAAoB,CAAC,UAAU,CAAC,GACvC,IAAI,CAaN;AAOD,iBAAS,0BAA0B,CACjC,WAAW,EAAE,MAAM,GAClB,gCAAgC,CAElC;AASD,iBAAS,0BAA0B,CACjC,WAAW,EAAE,MAAM,EACnB,gCAAgC,EAAE,gCAAgC,GACjE,IAAI,CAKN;AAcD,iBAAS,2CAA2C,CAClD,WAAW,EAAE,MAAM,EACnB,6BAA6B,EAAE,MAAM,GACpC,oBAAoB,CAKtB;AAYD,iBAAS,2CAA2C,CAClD,WAAW,EAAE,MAAM,EACnB,6BAA6B,EAAE,MAAM,EACrC,MAAM,EAAE,oBAAoB,GAC3B,IAAI,CAMN;AAUD,iBAAS,wBAAwB,CAC/B,WAAW,EAAE,MAAM,EACnB,6BAA6B,EAAE,MAAM,EACrC,YAAY,EAAE,MAAM,GACnB,oBAAoB,CAMtB;AAWD,iBAAS,wBAAwB,CAC/B,WAAW,EAAE,MAAM,EACnB,6BAA6B,EAAE,MAAM,EACrC,MAAM,EAAE,mCAAmC,GAC1C,IAAI,CAMN;AAED,OAAO,EAEL,eAAe,EACf,eAAe,EACf,6BAA6B,EAC7B,6BAA6B,EAE7B,0BAA0B,EAC1B,0BAA0B,EAE1B,2CAA2C,EAC3C,2CAA2C,EAE3C,wBAAwB,EACxB,wBAAwB,GACzB,CAAC"}
@@ -0,0 +1,6 @@
1
+ declare function setSegmentationVisibility(toolGroupId: string, segmentationRepresentationUID: string, visibility: boolean): void;
2
+ declare function getSegmentationVisibility(toolGroupId: string, segmentationRepresentationUID: string): boolean | undefined;
3
+ declare function setSegmentsVisibility(toolGroupId: string, segmentationRepresentationUID: string, segmentIndices: number[], visibility: boolean): void;
4
+ declare function setSegmentVisibility(toolGroupId: string, segmentationRepresentationUID: string, segmentIndex: number, visibility: boolean): void;
5
+ export { setSegmentationVisibility, getSegmentationVisibility, setSegmentVisibility, setSegmentsVisibility, };
6
+ //# sourceMappingURL=segmentationVisibility.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"segmentationVisibility.d.ts","sourceRoot":"","sources":["../../../../../src/stateManagement/segmentation/config/segmentationVisibility.ts"],"names":[],"mappings":"AAgDA,iBAAS,yBAAyB,CAChC,WAAW,EAAE,MAAM,EACnB,6BAA6B,EAAE,MAAM,EACrC,UAAU,EAAE,OAAO,GAClB,IAAI,CAqCN;AAWD,iBAAS,yBAAyB,CAChC,WAAW,EAAE,MAAM,EACnB,6BAA6B,EAAE,MAAM,GACpC,OAAO,GAAG,SAAS,CAiBrB;AAcD,iBAAS,qBAAqB,CAC5B,WAAW,EAAE,MAAM,EACnB,6BAA6B,EAAE,MAAM,EACrC,cAAc,EAAE,MAAM,EAAE,EACxB,UAAU,EAAE,OAAO,GAClB,IAAI,CAqBN;AAED,iBAAS,oBAAoB,CAC3B,WAAW,EAAE,MAAM,EACnB,6BAA6B,EAAE,MAAM,EACrC,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,OAAO,GAClB,IAAI,CAmBN;AAED,OAAO,EACL,yBAAyB,EACzB,yBAAyB,EACzB,oBAAoB,EACpB,qBAAqB,GACtB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import validateSegmentationInput from './validateSegmentationInput';
2
+ export { validateSegmentationInput };
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/stateManagement/segmentation/helpers/index.ts"],"names":[],"mappings":"AAAA,OAAO,yBAAyB,MAAM,6BAA6B,CAAC;AAEpE,OAAO,EAAE,yBAAyB,EAAE,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { SegmentationPublicInput, Segmentation } from '../../../types/SegmentationStateTypes';
2
+ declare function normalizeSegmentationInput(segmentationInput: SegmentationPublicInput): Segmentation;
3
+ export default normalizeSegmentationInput;
4
+ //# sourceMappingURL=normalizeSegmentationInput.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"normalizeSegmentationInput.d.ts","sourceRoot":"","sources":["../../../../../src/stateManagement/segmentation/helpers/normalizeSegmentationInput.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,uBAAuB,EACvB,YAAY,EACb,MAAM,uCAAuC,CAAC;AAQ/C,iBAAS,0BAA0B,CACjC,iBAAiB,EAAE,uBAAuB,GACzC,YAAY,CAmBd;AAED,eAAe,0BAA0B,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { SegmentationPublicInput } from '../../../types/SegmentationStateTypes';
2
+ declare function validateSegmentationInput(segmentationInputArray: SegmentationPublicInput[]): void;
3
+ export default validateSegmentationInput;
4
+ //# sourceMappingURL=validateSegmentationInput.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"validateSegmentationInput.d.ts","sourceRoot":"","sources":["../../../../../src/stateManagement/segmentation/helpers/validateSegmentationInput.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,uBAAuB,EAAE,MAAM,uCAAuC,CAAC;AAUhF,iBAAS,yBAAyB,CAChC,sBAAsB,EAAE,uBAAuB,EAAE,GAChD,IAAI,CAyBN;AAED,eAAe,yBAAyB,CAAC"}
@@ -0,0 +1,11 @@
1
+ import removeSegmentationsFromToolGroup from './removeSegmentationsFromToolGroup';
2
+ import addSegmentations from './addSegmentations';
3
+ import addSegmentationRepresentations from './addSegmentationRepresentations';
4
+ import * as activeSegmentation from './activeSegmentation';
5
+ import * as segmentLocking from './segmentLocking';
6
+ import * as state from './segmentationState';
7
+ import * as config from './config';
8
+ import * as segmentIndex from './segmentIndex';
9
+ import * as triggerSegmentationEvents from './triggerSegmentationEvents';
10
+ export { state, addSegmentations, activeSegmentation, addSegmentationRepresentations, removeSegmentationsFromToolGroup, segmentLocking, config, segmentIndex, triggerSegmentationEvents, };
11
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/stateManagement/segmentation/index.ts"],"names":[],"mappings":"AAAA,OAAO,gCAAgC,MAAM,oCAAoC,CAAC;AAClF,OAAO,gBAAgB,MAAM,oBAAoB,CAAC;AAClD,OAAO,8BAA8B,MAAM,kCAAkC,CAAC;AAE9E,OAAO,KAAK,kBAAkB,MAAM,sBAAsB,CAAC;AAC3D,OAAO,KAAK,cAAc,MAAM,kBAAkB,CAAC;AACnD,OAAO,KAAK,KAAK,MAAM,qBAAqB,CAAC;AAC7C,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,YAAY,MAAM,gBAAgB,CAAC;AAC/C,OAAO,KAAK,yBAAyB,MAAM,6BAA6B,CAAC;AAEzE,OAAO,EACL,KAAK,EACL,gBAAgB,EAChB,kBAAkB,EAClB,8BAA8B,EAC9B,gCAAgC,EAChC,cAAc,EACd,MAAM,EACN,YAAY,EACZ,yBAAyB,GAC1B,CAAC"}
@@ -0,0 +1,3 @@
1
+ declare function removeSegmentationsFromToolGroup(toolGroupId: string, segmentationRepresentationUIDs?: string[] | undefined, immediate?: boolean): void;
2
+ export default removeSegmentationsFromToolGroup;
3
+ //# sourceMappingURL=removeSegmentationsFromToolGroup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"removeSegmentationsFromToolGroup.d.ts","sourceRoot":"","sources":["../../../../src/stateManagement/segmentation/removeSegmentationsFromToolGroup.ts"],"names":[],"mappings":"AAeA,iBAAS,gCAAgC,CACvC,WAAW,EAAE,MAAM,EACnB,8BAA8B,CAAC,EAAE,MAAM,EAAE,GAAG,SAAS,EACrD,SAAS,CAAC,EAAE,OAAO,GAClB,IAAI,CAuCN;AA+BD,eAAe,gCAAgC,CAAC"}
@@ -0,0 +1,4 @@
1
+ declare function setActiveSegmentIndex(segmentationId: string, segmentIndex: number): void;
2
+ declare function getActiveSegmentIndex(segmentationId: string): number | undefined;
3
+ export { getActiveSegmentIndex, setActiveSegmentIndex };
4
+ //# sourceMappingURL=segmentIndex.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"segmentIndex.d.ts","sourceRoot":"","sources":["../../../../src/stateManagement/segmentation/segmentIndex.ts"],"names":[],"mappings":"AAWA,iBAAS,qBAAqB,CAC5B,cAAc,EAAE,MAAM,EACtB,YAAY,EAAE,MAAM,GACnB,IAAI,CAQN;AAOD,iBAAS,qBAAqB,CAAC,cAAc,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAMzE;AAED,OAAO,EAAE,qBAAqB,EAAE,qBAAqB,EAAE,CAAC"}
@@ -0,0 +1,5 @@
1
+ declare function isSegmentIndexLocked(segmentationId: string, segmentIndex: number): boolean;
2
+ declare function setSegmentIndexLocked(segmentationId: string, segmentIndex: number, locked?: boolean): void;
3
+ declare function getLockedSegments(segmentationId: string): number[] | [];
4
+ export { isSegmentIndexLocked, setSegmentIndexLocked, getLockedSegments };
5
+ //# sourceMappingURL=segmentLocking.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"segmentLocking.d.ts","sourceRoot":"","sources":["../../../../src/stateManagement/segmentation/segmentLocking.ts"],"names":[],"mappings":"AAYA,iBAAS,oBAAoB,CAC3B,cAAc,EAAE,MAAM,EACtB,YAAY,EAAE,MAAM,GACnB,OAAO,CAST;AAQD,iBAAS,qBAAqB,CAC5B,cAAc,EAAE,MAAM,EACtB,YAAY,EAAE,MAAM,EACpB,MAAM,UAAO,GACZ,IAAI,CAgBN;AAQD,iBAAS,iBAAiB,CAAC,cAAc,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,EAAE,CAShE;AAED,OAAO,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,iBAAiB,EAAE,CAAC"}
@@ -0,0 +1,25 @@
1
+ import type { ColorLUT, RepresentationConfig, Segmentation, SegmentationPublicInput, SegmentationRepresentationConfig, SegmentSpecificRepresentationConfig, ToolGroupSpecificRepresentation, ToolGroupSpecificRepresentations } from '../../types/SegmentationStateTypes';
2
+ declare function getDefaultSegmentationStateManager(): import("./SegmentationStateManager").default;
3
+ declare function getSegmentation(segmentationId: string): Segmentation | undefined;
4
+ declare function getSegmentations(): Segmentation[] | [];
5
+ declare function addSegmentation(segmentationInput: SegmentationPublicInput, suppressEvents?: boolean): void;
6
+ declare function getSegmentationRepresentations(toolGroupId: string): ToolGroupSpecificRepresentations | [];
7
+ declare function getAllSegmentationRepresentations(): Record<string, ToolGroupSpecificRepresentation[]>;
8
+ declare function getToolGroupIdsWithSegmentation(segmentationId: string): string[];
9
+ declare function getToolGroupSpecificConfig(toolGroupId: string): SegmentationRepresentationConfig;
10
+ declare function setToolGroupSpecificConfig(toolGroupId: string, config: SegmentationRepresentationConfig, suppressEvents?: boolean): void;
11
+ declare function setSegmentationRepresentationSpecificConfig(toolGroupId: string, segmentationRepresentationUID: string, config: RepresentationConfig, suppressEvents?: boolean): void;
12
+ declare function getSegmentationRepresentationSpecificConfig(toolGroupId: string, segmentationRepresentationUID: string): RepresentationConfig;
13
+ declare function getSegmentSpecificRepresentationConfig(toolGroupId: string, segmentationRepresentationUID: string, segmentIndex: number): RepresentationConfig;
14
+ declare function setSegmentSpecificRepresentationConfig(toolGroupId: string, segmentationRepresentationUID: string, config: SegmentSpecificRepresentationConfig, suppressEvents?: boolean): void;
15
+ declare function addSegmentationRepresentation(toolGroupId: string, segmentationRepresentation: ToolGroupSpecificRepresentation, suppressEvents?: boolean): void;
16
+ declare function getGlobalConfig(): SegmentationRepresentationConfig;
17
+ declare function setGlobalConfig(config: SegmentationRepresentationConfig, suppressEvents?: boolean): void;
18
+ declare function getSegmentationRepresentationByUID(toolGroupId: string, segmentationRepresentationUID: string): ToolGroupSpecificRepresentation | undefined;
19
+ declare function removeSegmentation(segmentationId: string): void;
20
+ declare function removeSegmentationRepresentation(toolGroupId: string, segmentationRepresentationUID: string): void;
21
+ declare function removeColorLUT(colorLUTIndex: number): void;
22
+ declare function getColorLUT(index: number): ColorLUT | undefined;
23
+ declare function addColorLUT(colorLUT: ColorLUT, index: number): void;
24
+ export { getDefaultSegmentationStateManager, getSegmentation, getSegmentations, addSegmentation, removeSegmentation, getSegmentationRepresentations, addSegmentationRepresentation, removeSegmentationRepresentation, getToolGroupSpecificConfig, setToolGroupSpecificConfig, getGlobalConfig, setGlobalConfig, getSegmentationRepresentationSpecificConfig, setSegmentationRepresentationSpecificConfig, getSegmentSpecificRepresentationConfig, setSegmentSpecificRepresentationConfig, getToolGroupIdsWithSegmentation, getAllSegmentationRepresentations, getSegmentationRepresentationByUID, addColorLUT, getColorLUT, removeColorLUT, };
25
+ //# sourceMappingURL=segmentationState.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"segmentationState.d.ts","sourceRoot":"","sources":["../../../../src/stateManagement/segmentation/segmentationState.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,QAAQ,EACR,oBAAoB,EACpB,YAAY,EACZ,uBAAuB,EACvB,gCAAgC,EAChC,mCAAmC,EACnC,+BAA+B,EAC/B,gCAAgC,EACjC,MAAM,oCAAoC,CAAC;AAc5C,iBAAS,kCAAkC,iDAE1C;AAaD,iBAAS,eAAe,CAAC,cAAc,EAAE,MAAM,GAAG,YAAY,GAAG,SAAS,CAGzE;AAMD,iBAAS,gBAAgB,IAAI,YAAY,EAAE,GAAG,EAAE,CAK/C;AAOD,iBAAS,eAAe,CACtB,iBAAiB,EAAE,uBAAuB,EAC1C,cAAc,CAAC,EAAE,OAAO,GACvB,IAAI,CAUN;AAQD,iBAAS,8BAA8B,CACrC,WAAW,EAAE,MAAM,GAClB,gCAAgC,GAAG,EAAE,CAGvC;AAMD,iBAAS,iCAAiC,IAAI,MAAM,CAClD,MAAM,EACN,+BAA+B,EAAE,CAClC,CAGA;AAQD,iBAAS,+BAA+B,CAAC,cAAc,EAAE,MAAM,GAAG,MAAM,EAAE,CAsBzE;AAQD,iBAAS,0BAA0B,CACjC,WAAW,EAAE,MAAM,GAClB,gCAAgC,CAGlC;AAaD,iBAAS,0BAA0B,CACjC,WAAW,EAAE,MAAM,EACnB,MAAM,EAAE,gCAAgC,EACxC,cAAc,CAAC,EAAE,OAAO,GACvB,IAAI,CAUN;AASD,iBAAS,2CAA2C,CAClD,WAAW,EAAE,MAAM,EACnB,6BAA6B,EAAE,MAAM,EACrC,MAAM,EAAE,oBAAoB,EAC5B,cAAc,UAAQ,GACrB,IAAI,CAcN;AAOD,iBAAS,2CAA2C,CAClD,WAAW,EAAE,MAAM,EACnB,6BAA6B,EAAE,MAAM,GACpC,oBAAoB,CAMtB;AAED,iBAAS,sCAAsC,CAC7C,WAAW,EAAE,MAAM,EACnB,6BAA6B,EAAE,MAAM,EACrC,YAAY,EAAE,MAAM,GACnB,oBAAoB,CAOtB;AAED,iBAAS,sCAAsC,CAC7C,WAAW,EAAE,MAAM,EACnB,6BAA6B,EAAE,MAAM,EACrC,MAAM,EAAE,mCAAmC,EAC3C,cAAc,UAAQ,GACrB,IAAI,CAgBN;AAYD,iBAAS,6BAA6B,CACpC,WAAW,EAAE,MAAM,EACnB,0BAA0B,EAAE,+BAA+B,EAC3D,cAAc,CAAC,EAAE,OAAO,GACvB,IAAI,CAaN;AAQD,iBAAS,eAAe,IAAI,gCAAgC,CAG3D;AAUD,iBAAS,eAAe,CACtB,MAAM,EAAE,gCAAgC,EACxC,cAAc,CAAC,EAAE,OAAO,GACvB,IAAI,CAON;AAWD,iBAAS,kCAAkC,CACzC,WAAW,EAAE,MAAM,EACnB,6BAA6B,EAAE,MAAM,GACpC,+BAA+B,GAAG,SAAS,CAM7C;AASD,iBAAS,kBAAkB,CAAC,cAAc,EAAE,MAAM,GAAG,IAAI,CAIxD;AAcD,iBAAS,gCAAgC,CACvC,WAAW,EAAE,MAAM,EACnB,6BAA6B,EAAE,MAAM,GACpC,IAAI,CAWN;AAOD,iBAAS,cAAc,CAAC,aAAa,EAAE,MAAM,GAAG,IAAI,CAGnD;AAOD,iBAAS,WAAW,CAAC,KAAK,EAAE,MAAM,GAAG,QAAQ,GAAG,SAAS,CAGxD;AAOD,iBAAS,WAAW,CAAC,QAAQ,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI,CAI5D;AAED,OAAO,EACL,kCAAkC,EAElC,eAAe,EACf,gBAAgB,EAChB,eAAe,EACf,kBAAkB,EAElB,8BAA8B,EAC9B,6BAA6B,EAC7B,gCAAgC,EAEhC,0BAA0B,EAC1B,0BAA0B,EAC1B,eAAe,EACf,eAAe,EACf,2CAA2C,EAC3C,2CAA2C,EAC3C,sCAAsC,EACtC,sCAAsC,EAEtC,+BAA+B,EAC/B,iCAAiC,EACjC,kCAAkC,EAElC,WAAW,EACX,WAAW,EACX,cAAc,GACf,CAAC"}
@@ -0,0 +1,7 @@
1
+ declare function triggerSegmentationRemoved(segmentationId: string): void;
2
+ declare function triggerSegmentationRepresentationRemoved(toolGroupId: string, segmentationRepresentationUID: string): void;
3
+ declare function triggerSegmentationRepresentationModified(toolGroupId: string, segmentationRepresentationUID?: string): void;
4
+ declare function triggerSegmentationModified(segmentationId?: string): void;
5
+ declare function triggerSegmentationDataModified(segmentationId: string, modifiedSlicesToUse?: number[]): void;
6
+ export { triggerSegmentationRepresentationModified, triggerSegmentationRepresentationRemoved, triggerSegmentationDataModified, triggerSegmentationModified, triggerSegmentationRemoved, };
7
+ //# sourceMappingURL=triggerSegmentationEvents.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"triggerSegmentationEvents.d.ts","sourceRoot":"","sources":["../../../../src/stateManagement/segmentation/triggerSegmentationEvents.ts"],"names":[],"mappings":"AAmBA,iBAAS,0BAA0B,CAAC,cAAc,EAAE,MAAM,GAAG,IAAI,CAMhE;AASD,iBAAS,wCAAwC,CAC/C,WAAW,EAAE,MAAM,EACnB,6BAA6B,EAAE,MAAM,GACpC,IAAI,CAWN;AAOD,iBAAS,yCAAyC,CAChD,WAAW,EAAE,MAAM,EACnB,6BAA6B,CAAC,EAAE,MAAM,GACrC,IAAI,CAmCN;AAUD,iBAAS,2BAA2B,CAAC,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CA2BlE;AAMD,iBAAS,+BAA+B,CACtC,cAAc,EAAE,MAAM,EACtB,mBAAmB,CAAC,EAAE,MAAM,EAAE,GAC7B,IAAI,CAON;AAED,OAAO,EAEL,yCAAyC,EACzC,wCAAwC,EAExC,+BAA+B,EAC/B,2BAA2B,EAC3B,0BAA0B,GAC3B,CAAC"}
@@ -0,0 +1,34 @@
1
+ import { Types } from '@cornerstonejs/core';
2
+ import { ISynchronizerEventHandler } from '../../types';
3
+ declare class Synchronizer {
4
+ private _enabled;
5
+ private _eventName;
6
+ private _eventHandler;
7
+ private _ignoreFiredEvents;
8
+ private _sourceViewports;
9
+ private _targetViewports;
10
+ private _viewportOptions;
11
+ private _options;
12
+ id: string;
13
+ constructor(synchronizerId: string, eventName: string, eventHandler: ISynchronizerEventHandler, options?: any);
14
+ isDisabled(): boolean;
15
+ setOptions(viewportId: string, options?: Record<string, unknown>): void;
16
+ getOptions(viewportId: string): Record<string, unknown> | undefined;
17
+ add(viewportInfo: Types.IViewportId): void;
18
+ addSource(viewportInfo: Types.IViewportId): void;
19
+ addTarget(viewportInfo: Types.IViewportId): void;
20
+ getSourceViewports(): Array<Types.IViewportId>;
21
+ getTargetViewports(): Array<Types.IViewportId>;
22
+ destroy(): void;
23
+ remove(viewportInfo: Types.IViewportId): void;
24
+ removeSource(viewportInfo: Types.IViewportId): void;
25
+ removeTarget(viewportInfo: Types.IViewportId): void;
26
+ hasSourceViewport(renderingEngineId: string, viewportId: string): boolean;
27
+ hasTargetViewport(renderingEngineId: string, viewportId: string): boolean;
28
+ private fireEvent;
29
+ private _onEvent;
30
+ private _hasSourceElements;
31
+ private _updateDisableHandlers;
32
+ }
33
+ export default Synchronizer;
34
+ //# sourceMappingURL=Synchronizer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Synchronizer.d.ts","sourceRoot":"","sources":["../../../../src/store/SynchronizerManager/Synchronizer.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,KAAK,EACN,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAAE,yBAAyB,EAAE,MAAM,aAAa,CAAC;AAQxD,cAAM,YAAY;IAEhB,OAAO,CAAC,QAAQ,CAAU;IAC1B,OAAO,CAAC,UAAU,CAAS;IAC3B,OAAO,CAAC,aAAa,CAA4B;IACjD,OAAO,CAAC,kBAAkB,CAAU;IACpC,OAAO,CAAC,gBAAgB,CAA2B;IACnD,OAAO,CAAC,gBAAgB,CAA2B;IACnD,OAAO,CAAC,gBAAgB,CAA+C;IACvE,OAAO,CAAC,QAAQ,CAAM;IACf,EAAE,EAAE,MAAM,CAAC;gBAGhB,cAAc,EAAE,MAAM,EACtB,SAAS,EAAE,MAAM,EACjB,YAAY,EAAE,yBAAyB,EACvC,OAAO,CAAC,EAAE,GAAG;IAkBR,UAAU,IAAI,OAAO;IAUrB,UAAU,CACf,UAAU,EAAE,MAAM,EAClB,OAAO,GAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAM,GACpC,IAAI;IAKA,UAAU,CAAC,UAAU,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;IAQnE,GAAG,CAAC,YAAY,EAAE,KAAK,CAAC,WAAW,GAAG,IAAI;IAS1C,SAAS,CAAC,YAAY,EAAE,KAAK,CAAC,WAAW,GAAG,IAAI;IAsBhD,SAAS,CAAC,YAAY,EAAE,KAAK,CAAC,WAAW,GAAG,IAAI;IAahD,kBAAkB,IAAI,KAAK,CAAC,KAAK,CAAC,WAAW,CAAC;IAQ9C,kBAAkB,IAAI,KAAK,CAAC,KAAK,CAAC,WAAW,CAAC;IAI9C,OAAO,IAAI,IAAI;IASf,MAAM,CAAC,YAAY,EAAE,KAAK,CAAC,WAAW,GAAG,IAAI;IAS7C,YAAY,CAAC,YAAY,EAAE,KAAK,CAAC,WAAW,GAAG,IAAI;IAqBnD,YAAY,CAAC,YAAY,EAAE,KAAK,CAAC,WAAW,GAAG,IAAI;IAWnD,iBAAiB,CACtB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,GACjB,OAAO;IAOH,iBAAiB,CACtB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,GACjB,OAAO;IAOV,OAAO,CAAC,SAAS;IA2CjB,OAAO,CAAC,QAAQ,CAmCd;IAEF,OAAO,CAAC,kBAAkB;IAI1B,OAAO,CAAC,sBAAsB;CA4B/B;AAyDD,eAAe,YAAY,CAAC"}
@@ -0,0 +1,5 @@
1
+ import Synchronizer from './Synchronizer';
2
+ import { ISynchronizerEventHandler } from '../../types';
3
+ declare function createSynchronizer(synchronizerId: string, eventName: string, eventHandler: ISynchronizerEventHandler, options?: any): Synchronizer;
4
+ export default createSynchronizer;
5
+ //# sourceMappingURL=createSynchronizer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createSynchronizer.d.ts","sourceRoot":"","sources":["../../../../src/store/SynchronizerManager/createSynchronizer.ts"],"names":[],"mappings":"AACA,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAC1C,OAAO,EAAE,yBAAyB,EAAE,MAAM,aAAa,CAAC;AAYxD,iBAAS,kBAAkB,CACzB,cAAc,EAAE,MAAM,EACtB,SAAS,EAAE,MAAM,EACjB,YAAY,EAAE,yBAAyB,EACvC,OAAO,CAAC,EAAE,GAAG,GACZ,YAAY,CAsBd;AAED,eAAe,kBAAkB,CAAC"}
@@ -0,0 +1,3 @@
1
+ declare function destroy(): void;
2
+ export default destroy;
3
+ //# sourceMappingURL=destroy.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"destroy.d.ts","sourceRoot":"","sources":["../../../../src/store/SynchronizerManager/destroy.ts"],"names":[],"mappings":"AAKA,iBAAS,OAAO,IAAI,IAAI,CAMvB;AAED,eAAe,OAAO,CAAC"}
@@ -0,0 +1,3 @@
1
+ declare function destroySynchronizer(synchronizerId: string): void;
2
+ export default destroySynchronizer;
3
+ //# sourceMappingURL=destroySynchronizer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"destroySynchronizer.d.ts","sourceRoot":"","sources":["../../../../src/store/SynchronizerManager/destroySynchronizer.ts"],"names":[],"mappings":"AAWA,iBAAS,mBAAmB,CAAC,cAAc,EAAE,MAAM,GAAG,IAAI,CAWzD;AAED,eAAe,mBAAmB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import Synchronizer from './Synchronizer';
2
+ declare function getAllSynchronizers(): Array<Synchronizer>;
3
+ export default getAllSynchronizers;
4
+ //# sourceMappingURL=getAllSynchronizers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getAllSynchronizers.d.ts","sourceRoot":"","sources":["../../../../src/store/SynchronizerManager/getAllSynchronizers.ts"],"names":[],"mappings":"AACA,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAM1C,iBAAS,mBAAmB,IAAI,KAAK,CAAC,YAAY,CAAC,CAElD;AAED,eAAe,mBAAmB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import Synchronizer from './Synchronizer';
2
+ declare function getSynchronizer(synchronizerId: string): Synchronizer | void;
3
+ export default getSynchronizer;
4
+ //# sourceMappingURL=getSynchronizer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getSynchronizer.d.ts","sourceRoot":"","sources":["../../../../src/store/SynchronizerManager/getSynchronizer.ts"],"names":[],"mappings":"AACA,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAO1C,iBAAS,eAAe,CAAC,cAAc,EAAE,MAAM,GAAG,YAAY,GAAG,IAAI,CAEpE;AAED,eAAe,eAAe,CAAC"}
@@ -0,0 +1,4 @@
1
+ import Synchronizer from './Synchronizer';
2
+ declare function getSynchronizersForViewport(viewportId: string, renderingEngineId: string): Array<Synchronizer>;
3
+ export default getSynchronizersForViewport;
4
+ //# sourceMappingURL=getSynchronizersForViewport.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getSynchronizersForViewport.d.ts","sourceRoot":"","sources":["../../../../src/store/SynchronizerManager/getSynchronizersForViewport.ts"],"names":[],"mappings":"AACA,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAS1C,iBAAS,2BAA2B,CAClC,UAAU,EAAE,MAAM,EAClB,iBAAiB,EAAE,MAAM,GACxB,KAAK,CAAC,YAAY,CAAC,CA4BrB;AAED,eAAe,2BAA2B,CAAC"}
@@ -0,0 +1,8 @@
1
+ import createSynchronizer from "./createSynchronizer";
2
+ import destroy from "./destroy";
3
+ import getSynchronizer from "./getSynchronizer";
4
+ import getSynchronizersForViewport from "./getSynchronizersForViewport";
5
+ import getAllSynchronizers from "./getAllSynchronizers";
6
+ import destroySynchronizer from "./destroySynchronizer";
7
+ export { createSynchronizer, destroy, getSynchronizer, getSynchronizersForViewport, getAllSynchronizers, destroySynchronizer };
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/store/SynchronizerManager/index.js"],"names":[],"mappings":""}
@@ -0,0 +1,37 @@
1
+ import { MouseBindings, ToolModes } from '../../enums';
2
+ import type { Types } from '@cornerstonejs/core';
3
+ import { IToolGroup, SetToolBindingsType, ToolOptionsType, ToolConfiguration } from '../../types';
4
+ import { MouseCursor } from '../../cursors';
5
+ export default class ToolGroup implements IToolGroup {
6
+ id: string;
7
+ viewportsInfo: any[];
8
+ toolOptions: {};
9
+ _toolInstances: {};
10
+ constructor(id: string);
11
+ getViewportIds(): string[];
12
+ getViewportsInfo(): Array<Types.IViewportId>;
13
+ getToolInstance(toolInstanceName: string): any;
14
+ addTool(toolName: string, configuration?: ToolConfiguration): void;
15
+ addToolInstance(toolName: string, parentClassName: string, configuration?: {}): void;
16
+ addViewport(viewportId: string, renderingEngineId?: string): void;
17
+ removeViewports(renderingEngineId: string, viewportId?: string): void;
18
+ setActiveStrategy(toolName: string, strategyName: string): void;
19
+ setToolMode(toolName: string, mode: ToolModes, options?: SetToolBindingsType): void;
20
+ setToolActive(toolName: string, toolBindingsOptions?: SetToolBindingsType): void;
21
+ setToolPassive(toolName: string): void;
22
+ setToolEnabled(toolName: string): void;
23
+ setToolDisabled(toolName: string): void;
24
+ getToolOptions(toolName: string): ToolOptionsType;
25
+ getActivePrimaryMouseButtonTool(): string;
26
+ setViewportsCursorByToolName(toolName: string, strategyName?: string): void;
27
+ private _getCursor;
28
+ _setCursorForViewports(cursor: MouseCursor): void;
29
+ setToolConfiguration(toolName: string, configuration: ToolConfiguration, overwrite?: boolean): boolean;
30
+ getDefaultMousePrimary(): MouseBindings;
31
+ getToolConfiguration(toolName: string, configurationPath: string): any;
32
+ clone(newToolGroupId: any, fnToolFilter?: (toolName: string) => void): IToolGroup;
33
+ private _hasMousePrimaryButtonBinding;
34
+ private _renderViewports;
35
+ private _triggerToolModeChangedEvent;
36
+ }
37
+ //# sourceMappingURL=ToolGroup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ToolGroup.d.ts","sourceRoot":"","sources":["../../../../src/store/ToolGroupManager/ToolGroup.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAYvD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAOjD,OAAO,EAGL,UAAU,EACV,mBAAmB,EACnB,eAAe,EACf,iBAAiB,EAClB,MAAM,aAAa,CAAC;AAErB,OAAO,EAAE,WAAW,EAAkB,MAAM,eAAe,CAAC;AAiB5D,MAAM,CAAC,OAAO,OAAO,SAAU,YAAW,UAAU;IAClD,EAAE,EAAE,MAAM,CAAC;IACX,aAAa,QAAM;IACnB,WAAW,KAAM;IACjB,cAAc,KAAM;gBAER,EAAE,EAAE,MAAM;IAQtB,cAAc,IAAI,MAAM,EAAE;IAO1B,gBAAgB,IAAI,KAAK,CAAC,KAAK,CAAC,WAAW,CAAC;IASrC,eAAe,CAAC,gBAAgB,EAAE,MAAM;IAoB/C,OAAO,CAAC,QAAQ,EAAE,MAAM,EAAE,aAAa,GAAE,iBAAsB,GAAG,IAAI;IA4C/D,eAAe,CACpB,QAAQ,EAAE,MAAM,EAChB,eAAe,EAAE,MAAM,EACvB,aAAa,KAAK,GACjB,IAAI;IAwCA,WAAW,CAAC,UAAU,EAAE,MAAM,EAAE,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI;IAsCjE,eAAe,CAAC,iBAAiB,EAAE,MAAM,EAAE,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI;IA0BrE,iBAAiB,CAAC,QAAQ,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM;IAc/D,WAAW,CACT,QAAQ,EAAE,MAAM,EAChB,IAAI,EAAE,SAAS,EACf,OAAO,sBAA4B,GAClC,IAAI;IAyCA,aAAa,CAClB,QAAQ,EAAE,MAAM,EAChB,mBAAmB,sBAA4B,GAC9C,IAAI;IA4FA,cAAc,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI;IA6DtC,cAAc,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI;IAkCtC,eAAe,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI;IA+BvC,cAAc,CAAC,QAAQ,EAAE,MAAM,GAAG,eAAe;IAgBjD,+BAA+B,IAAI,MAAM;IAUzC,4BAA4B,CACjC,QAAQ,EAAE,MAAM,EAChB,YAAY,CAAC,EAAE,MAAM,GACpB,IAAI;IAMP,OAAO,CAAC,UAAU;IAqClB,sBAAsB,CAAC,MAAM,EAAE,WAAW,GAAG,IAAI;IAoB1C,oBAAoB,CACzB,QAAQ,EAAE,MAAM,EAChB,aAAa,EAAE,iBAAiB,EAChC,SAAS,CAAC,EAAE,OAAO,GAClB,OAAO;IAiCH,sBAAsB,IAAI,aAAa;IAY9C,oBAAoB,CAAC,QAAQ,EAAE,MAAM,EAAE,iBAAiB,EAAE,MAAM,GAAG,GAAG;IAwB/D,KAAK,CACV,cAAc,KAAA,EACd,YAAY,GAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAW,GAC9C,UAAU;IAqCb,OAAO,CAAC,6BAA6B;IAarC,OAAO,CAAC,gBAAgB;IAYxB,OAAO,CAAC,4BAA4B;CAcrC"}
@@ -0,0 +1,4 @@
1
+ import { IToolGroup } from '../../types';
2
+ declare function createToolGroup(toolGroupId: string): IToolGroup | undefined;
3
+ export default createToolGroup;
4
+ //# sourceMappingURL=createToolGroup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createToolGroup.d.ts","sourceRoot":"","sources":["../../../../src/store/ToolGroupManager/createToolGroup.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAUzC,iBAAS,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,UAAU,GAAG,SAAS,CAkBpE;AAED,eAAe,eAAe,CAAC"}
@@ -0,0 +1,3 @@
1
+ declare function destroy(): void;
2
+ export default destroy;
3
+ //# sourceMappingURL=destroy.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"destroy.d.ts","sourceRoot":"","sources":["../../../../src/store/ToolGroupManager/destroy.ts"],"names":[],"mappings":"AAaA,iBAAS,OAAO,IAAI,IAAI,CAQvB;AAED,eAAe,OAAO,CAAC"}
@@ -0,0 +1,3 @@
1
+ declare function destroyToolGroup(toolGroupId: string): void;
2
+ export default destroyToolGroup;
3
+ //# sourceMappingURL=destroyToolGroup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"destroyToolGroup.d.ts","sourceRoot":"","sources":["../../../../src/store/ToolGroupManager/destroyToolGroup.ts"],"names":[],"mappings":"AAYA,iBAAS,gBAAgB,CAAC,WAAW,EAAE,MAAM,GAAG,IAAI,CAWnD;AAED,eAAe,gBAAgB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { IToolGroup } from '../../types';
2
+ declare function getAllToolGroups(): Array<IToolGroup>;
3
+ export default getAllToolGroups;
4
+ //# sourceMappingURL=getAllToolGroups.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getAllToolGroups.d.ts","sourceRoot":"","sources":["../../../../src/store/ToolGroupManager/getAllToolGroups.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAMzC,iBAAS,gBAAgB,IAAI,KAAK,CAAC,UAAU,CAAC,CAE7C;AAED,eAAe,gBAAgB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { IToolGroup } from '../../types';
2
+ declare function getToolGroup(toolGroupId: string): IToolGroup | undefined;
3
+ export default getToolGroup;
4
+ //# sourceMappingURL=getToolGroup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getToolGroup.d.ts","sourceRoot":"","sources":["../../../../src/store/ToolGroupManager/getToolGroup.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAQzC,iBAAS,YAAY,CAAC,WAAW,EAAE,MAAM,GAAG,UAAU,GAAG,SAAS,CAEjE;AAED,eAAe,YAAY,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { IToolGroup } from '../../types';
2
+ declare function getToolGroupForViewport(viewportId: string, renderingEngineId: string): IToolGroup | undefined;
3
+ export default getToolGroupForViewport;
4
+ //# sourceMappingURL=getToolGroupForViewport.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getToolGroupForViewport.d.ts","sourceRoot":"","sources":["../../../../src/store/ToolGroupManager/getToolGroupForViewport.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAgBzC,iBAAS,uBAAuB,CAC9B,UAAU,EAAE,MAAM,EAClB,iBAAiB,EAAE,MAAM,GACxB,UAAU,GAAG,SAAS,CAqBxB;AAED,eAAe,uBAAuB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { IToolGroup } from '../../types';
2
+ declare function getToolGroupsWithToolName(toolName: string): IToolGroup[] | [];
3
+ export default getToolGroupsWithToolName;
4
+ //# sourceMappingURL=getToolGroupsWithToolName.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getToolGroupsWithToolName.d.ts","sourceRoot":"","sources":["../../../../src/store/ToolGroupManager/getToolGroupsWithToolName.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAWzC,iBAAS,yBAAyB,CAAC,QAAQ,EAAE,MAAM,GAAG,UAAU,EAAE,GAAG,EAAE,CAoBtE;AAED,eAAe,yBAAyB,CAAC"}
@@ -0,0 +1,9 @@
1
+ import createToolGroup from './createToolGroup';
2
+ import destroyToolGroup from './destroyToolGroup';
3
+ import destroy from './destroy';
4
+ import getToolGroup from './getToolGroup';
5
+ import getToolGroupForViewport from './getToolGroupForViewport';
6
+ import getAllToolGroups from './getAllToolGroups';
7
+ import getToolGroupsWithToolName from './getToolGroupsWithToolName';
8
+ export { createToolGroup, destroy, destroyToolGroup, getToolGroup, getToolGroupForViewport, getAllToolGroups, getToolGroupsWithToolName, };
9
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/store/ToolGroupManager/index.ts"],"names":[],"mappings":"AAAA,OAAO,eAAe,MAAM,mBAAmB,CAAC;AAChD,OAAO,gBAAgB,MAAM,oBAAoB,CAAC;AAClD,OAAO,OAAO,MAAM,WAAW,CAAC;AAChC,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAC1C,OAAO,uBAAuB,MAAM,2BAA2B,CAAC;AAChE,OAAO,gBAAgB,MAAM,oBAAoB,CAAC;AAClD,OAAO,yBAAyB,MAAM,6BAA6B,CAAC;AAEpE,OAAO,EACL,eAAe,EACf,OAAO,EACP,gBAAgB,EAChB,YAAY,EACZ,uBAAuB,EACvB,gBAAgB,EAChB,yBAAyB,GAC1B,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { Types } from '@cornerstonejs/core';
2
+ export default function addEnabledElement(evt: Types.EventTypes.ElementEnabledEvent): void;
3
+ //# sourceMappingURL=addEnabledElement.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"addEnabledElement.d.ts","sourceRoot":"","sources":["../../../src/store/addEnabledElement.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAyB5C,MAAM,CAAC,OAAO,UAAU,iBAAiB,CACvC,GAAG,EAAE,KAAK,CAAC,UAAU,CAAC,mBAAmB,GACxC,IAAI,CA6BN"}
@@ -0,0 +1,4 @@
1
+ export declare function addTool(ToolClass: any): void;
2
+ export declare function removeTool(ToolClass: any): void;
3
+ export default addTool;
4
+ //# sourceMappingURL=addTool.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"addTool.d.ts","sourceRoot":"","sources":["../../../src/store/addTool.ts"],"names":[],"mappings":"AAeA,wBAAgB,OAAO,CAAC,SAAS,KAAA,GAAG,IAAI,CAiBvC;AAOD,wBAAgB,UAAU,CAAC,SAAS,KAAA,GAAG,IAAI,CAc1C;AAED,eAAe,OAAO,CAAC"}
@@ -0,0 +1,2 @@
1
+ export default function cancelActiveManipulations(element: HTMLDivElement): string | undefined;
2
+ //# sourceMappingURL=cancelActiveManipulations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cancelActiveManipulations.d.ts","sourceRoot":"","sources":["../../../src/store/cancelActiveManipulations.ts"],"names":[],"mappings":"AAcA,MAAM,CAAC,OAAO,UAAU,yBAAyB,CAC/C,OAAO,EAAE,cAAc,GACtB,MAAM,GAAG,SAAS,CAapB"}
@@ -0,0 +1,4 @@
1
+ import type { Types } from '@cornerstonejs/core';
2
+ import { ToolAnnotationPair, ToolAnnotationsPair } from '../types/InternalToolTypes';
3
+ export default function filterMoveableAnnotationTools(element: HTMLDivElement, ToolAndAnnotations: ToolAnnotationsPair[], canvasCoords: Types.Point2, interactionType?: string): ToolAnnotationPair[];
4
+ //# sourceMappingURL=filterMoveableAnnotationTools.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"filterMoveableAnnotationTools.d.ts","sourceRoot":"","sources":["../../../src/store/filterMoveableAnnotationTools.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAEjD,OAAO,EACL,kBAAkB,EAClB,mBAAmB,EACpB,MAAM,4BAA4B,CAAC;AAcpC,MAAM,CAAC,OAAO,UAAU,6BAA6B,CACnD,OAAO,EAAE,cAAc,EACvB,kBAAkB,EAAE,mBAAmB,EAAE,EACzC,YAAY,EAAE,KAAK,CAAC,MAAM,EAC1B,eAAe,SAAU,GACxB,kBAAkB,EAAE,CAoCtB"}
@@ -0,0 +1,4 @@
1
+ import { ToolAnnotationsPair } from '../types/InternalToolTypes';
2
+ import type AnnotationTool from '../tools/base/AnnotationTool';
3
+ export default function filterToolsWithAnnotationsForElement(element: HTMLDivElement, tools: AnnotationTool[]): ToolAnnotationsPair[];
4
+ //# sourceMappingURL=filterToolsWithAnnotationsForElement.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"filterToolsWithAnnotationsForElement.d.ts","sourceRoot":"","sources":["../../../src/store/filterToolsWithAnnotationsForElement.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AACjE,OAAO,KAAK,cAAc,MAAM,8BAA8B,CAAC;AAY/D,MAAM,CAAC,OAAO,UAAU,oCAAoC,CAC1D,OAAO,EAAE,cAAc,EACvB,KAAK,EAAE,cAAc,EAAE,GACtB,mBAAmB,EAAE,CAiCvB"}
@@ -0,0 +1,4 @@
1
+ import type { Types } from '@cornerstonejs/core';
2
+ import { ToolAnnotationsPair, ToolsWithMoveableHandles } from '../types/InternalToolTypes';
3
+ export default function filterToolsWithMoveableHandles(element: HTMLDivElement, ToolAndAnnotations: ToolAnnotationsPair[], canvasCoords: Types.Point2, interactionType?: string): ToolsWithMoveableHandles[];
4
+ //# sourceMappingURL=filterToolsWithMoveableHandles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"filterToolsWithMoveableHandles.d.ts","sourceRoot":"","sources":["../../../src/store/filterToolsWithMoveableHandles.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAEjD,OAAO,EACL,mBAAmB,EACnB,wBAAwB,EACzB,MAAM,4BAA4B,CAAC;AAWpC,MAAM,CAAC,OAAO,UAAU,8BAA8B,CACpD,OAAO,EAAE,cAAc,EACvB,kBAAkB,EAAE,mBAAmB,EAAE,EACzC,YAAY,EAAE,KAAK,CAAC,MAAM,EAC1B,eAAe,SAAU,GACxB,wBAAwB,EAAE,CA6B5B"}