@cornerstonejs/tools 2.0.0-beta.27 → 2.0.0-beta.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/constants/COLOR_LUT.js +0 -1
- package/dist/esm/constants/index.js +0 -1
- package/dist/esm/cursors/ImageMouseCursor.js +0 -1
- package/dist/esm/cursors/MouseCursor.js +0 -1
- package/dist/esm/cursors/SVGCursorDescriptor.js +0 -1
- package/dist/esm/cursors/SVGMouseCursor.js +0 -1
- package/dist/esm/cursors/elementCursor.js +0 -1
- package/dist/esm/cursors/index.js +0 -1
- package/dist/esm/cursors/setCursorForElement.js +0 -1
- package/dist/esm/drawingSvg/_getHash.js +0 -1
- package/dist/esm/drawingSvg/clearByToolType.js +0 -1
- package/dist/esm/drawingSvg/draw.js +0 -1
- package/dist/esm/drawingSvg/drawArrow.js +0 -1
- package/dist/esm/drawingSvg/drawCircle.js +0 -1
- package/dist/esm/drawingSvg/drawEllipse.js +0 -1
- package/dist/esm/drawingSvg/drawEllipseByCoordinates.js +0 -1
- package/dist/esm/drawingSvg/drawHandle.js +0 -1
- package/dist/esm/drawingSvg/drawHandles.js +0 -1
- package/dist/esm/drawingSvg/drawHeight.js +0 -1
- package/dist/esm/drawingSvg/drawLine.js +0 -1
- package/dist/esm/drawingSvg/drawLink.js +0 -1
- package/dist/esm/drawingSvg/drawLinkedTextBox.js +0 -1
- package/dist/esm/drawingSvg/drawPath.js +0 -1
- package/dist/esm/drawingSvg/drawPolyline.js +0 -1
- package/dist/esm/drawingSvg/drawRect.js +0 -1
- package/dist/esm/drawingSvg/drawRectByCoordinates.js +0 -1
- package/dist/esm/drawingSvg/drawRedactionRect.js +0 -1
- package/dist/esm/drawingSvg/drawTextBox.js +0 -1
- package/dist/esm/drawingSvg/getSvgDrawingHelper.js +0 -1
- package/dist/esm/drawingSvg/index.js +0 -1
- package/dist/esm/drawingSvg/setAttributesIfNecessary.js +0 -1
- package/dist/esm/drawingSvg/setNewAttributesIfValid.js +0 -1
- package/dist/esm/enums/AnnotationStyleStates.js +0 -1
- package/dist/esm/enums/ChangeTypes.js +0 -1
- package/dist/esm/enums/Events.js +0 -1
- package/dist/esm/enums/SegmentationRepresentations.js +0 -1
- package/dist/esm/enums/StrategyCallbacks.js +0 -1
- package/dist/esm/enums/ToolBindings.js +0 -1
- package/dist/esm/enums/ToolModes.js +0 -1
- package/dist/esm/enums/Touch.js +0 -1
- package/dist/esm/enums/WorkerTypes.js +0 -1
- package/dist/esm/enums/index.js +0 -1
- package/dist/esm/eventDispatchers/annotationInterpolationEventDispatcher.js +0 -1
- package/dist/esm/eventDispatchers/annotationModifiedEventDispatcher.js +0 -1
- package/dist/esm/eventDispatchers/cameraModifiedEventDispatcher.js +0 -1
- package/dist/esm/eventDispatchers/cameraResetEventDispatcher.js +0 -1
- package/dist/esm/eventDispatchers/imageRenderedEventDispatcher.js +0 -1
- package/dist/esm/eventDispatchers/imageSpacingCalibratedEventDispatcher.js +0 -1
- package/dist/esm/eventDispatchers/index.js +0 -1
- package/dist/esm/eventDispatchers/keyboardEventHandlers/index.js +0 -1
- package/dist/esm/eventDispatchers/keyboardEventHandlers/keyDown.js +0 -1
- package/dist/esm/eventDispatchers/keyboardEventHandlers/keyUp.js +0 -1
- package/dist/esm/eventDispatchers/keyboardToolEventDispatcher.js +0 -1
- package/dist/esm/eventDispatchers/mouseEventHandlers/index.js +0 -1
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseClick.js +0 -1
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseDoubleClick.js +0 -1
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseDown.js +0 -1
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseDownActivate.js +0 -1
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseDownAnnotationAction.js +0 -1
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseDrag.js +0 -1
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseMove.js +0 -1
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseUp.js +0 -1
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseWheel.js +0 -1
- package/dist/esm/eventDispatchers/mouseToolEventDispatcher.js +0 -1
- package/dist/esm/eventDispatchers/shared/customCallbackHandler.js +0 -1
- package/dist/esm/eventDispatchers/shared/getActiveToolForKeyboardEvent.js +0 -1
- package/dist/esm/eventDispatchers/shared/getActiveToolForMouseEvent.js +0 -1
- package/dist/esm/eventDispatchers/shared/getActiveToolForTouchEvent.js +0 -1
- package/dist/esm/eventDispatchers/shared/getMouseModifier.js +0 -1
- package/dist/esm/eventDispatchers/shared/getToolsWithActionsForKeyboardEvents.js +0 -1
- package/dist/esm/eventDispatchers/shared/getToolsWithActionsForMouseEvent.js +0 -1
- package/dist/esm/eventDispatchers/shared/getToolsWithModesForMouseEvent.js +0 -1
- package/dist/esm/eventDispatchers/shared/getToolsWithModesForTouchEvent.js +0 -1
- package/dist/esm/eventDispatchers/touchEventHandlers/index.js +0 -1
- package/dist/esm/eventDispatchers/touchEventHandlers/touchDrag.js +0 -1
- package/dist/esm/eventDispatchers/touchEventHandlers/touchEnd.js +0 -1
- package/dist/esm/eventDispatchers/touchEventHandlers/touchPress.js +0 -1
- package/dist/esm/eventDispatchers/touchEventHandlers/touchStart.js +0 -1
- package/dist/esm/eventDispatchers/touchEventHandlers/touchStartActivate.js +0 -1
- package/dist/esm/eventDispatchers/touchEventHandlers/touchTap.js +0 -1
- package/dist/esm/eventDispatchers/touchToolEventDispatcher.js +0 -1
- package/dist/esm/eventListeners/annotations/annotationCompletedListener.js +0 -1
- package/dist/esm/eventListeners/annotations/annotationModifiedListener.js +0 -1
- package/dist/esm/eventListeners/annotations/annotationRemovedListener.js +0 -1
- package/dist/esm/eventListeners/annotations/annotationSelectionListener.js +0 -1
- package/dist/esm/eventListeners/annotations/contourSegmentation/contourSegmentationCompleted.js +0 -1
- package/dist/esm/eventListeners/annotations/contourSegmentation/contourSegmentationRemoved.js +0 -1
- package/dist/esm/eventListeners/annotations/contourSegmentation/index.js +0 -1
- package/dist/esm/eventListeners/annotations/index.js +0 -1
- package/dist/esm/eventListeners/index.d.ts +2 -2
- package/dist/esm/eventListeners/index.js +2 -3
- package/dist/esm/eventListeners/keyboard/index.js +0 -1
- package/dist/esm/eventListeners/keyboard/keyDownListener.js +0 -1
- package/dist/esm/eventListeners/mouse/getMouseEventPoints.js +0 -1
- package/dist/esm/eventListeners/mouse/index.js +0 -1
- package/dist/esm/eventListeners/mouse/mouseDoubleClickListener.js +0 -1
- package/dist/esm/eventListeners/mouse/mouseDownListener.js +8 -1
- package/dist/esm/eventListeners/mouse/mouseMoveListener.js +0 -1
- package/dist/esm/eventListeners/segmentation/imageChangeEventListener.js +18 -13
- package/dist/esm/eventListeners/segmentation/index.d.ts +1 -3
- package/dist/esm/eventListeners/segmentation/index.js +1 -4
- package/dist/esm/eventListeners/segmentation/labelmap/onLabelmapSegmentationDataModified.js +13 -11
- package/dist/esm/eventListeners/segmentation/segmentationDataModifiedEventListener.js +2 -4
- package/dist/esm/eventListeners/segmentation/segmentationModifiedEventListener.js +0 -1
- package/dist/esm/eventListeners/touch/getTouchEventPoints.js +0 -1
- package/dist/esm/eventListeners/touch/index.js +0 -1
- package/dist/esm/eventListeners/touch/preventGhostClick.js +0 -1
- package/dist/esm/eventListeners/touch/touchStartListener.js +0 -1
- package/dist/esm/eventListeners/wheel/index.js +0 -1
- package/dist/esm/eventListeners/wheel/normalizeWheel.js +0 -1
- package/dist/esm/eventListeners/wheel/wheelListener.js +0 -1
- package/dist/esm/index.d.ts +2 -2
- package/dist/esm/index.js +2 -3
- package/dist/esm/init.js +1 -6
- package/dist/esm/stateManagement/annotation/AnnotationGroup.js +0 -1
- package/dist/esm/stateManagement/annotation/AnnotationRenderingEngine.js +0 -1
- package/dist/esm/stateManagement/annotation/FrameOfReferenceSpecificAnnotationManager.d.ts +2 -0
- package/dist/esm/stateManagement/annotation/FrameOfReferenceSpecificAnnotationManager.js +6 -6
- package/dist/esm/stateManagement/annotation/annotationLocking.js +0 -1
- package/dist/esm/stateManagement/annotation/annotationSelection.js +0 -1
- package/dist/esm/stateManagement/annotation/annotationState.js +11 -3
- package/dist/esm/stateManagement/annotation/annotationVisibility.js +0 -1
- package/dist/esm/stateManagement/annotation/config/ToolStyle.js +0 -1
- package/dist/esm/stateManagement/annotation/config/getFont.js +0 -1
- package/dist/esm/stateManagement/annotation/config/getState.js +0 -1
- package/dist/esm/stateManagement/annotation/config/helpers.js +0 -1
- package/dist/esm/stateManagement/annotation/config/index.js +0 -1
- package/dist/esm/stateManagement/annotation/getAnnotation.js +0 -1
- package/dist/esm/stateManagement/annotation/helpers/state.js +0 -1
- package/dist/esm/stateManagement/annotation/index.js +0 -1
- package/dist/esm/stateManagement/annotation/utilities/defineProperties.js +0 -1
- package/dist/esm/stateManagement/index.d.ts +1 -4
- package/dist/esm/stateManagement/index.js +1 -4
- package/dist/esm/stateManagement/segmentation/SegmentationRenderingEngine.js +9 -7
- package/dist/esm/stateManagement/segmentation/SegmentationStateManager.d.ts +43 -25
- package/dist/esm/stateManagement/segmentation/SegmentationStateManager.js +207 -163
- package/dist/esm/stateManagement/segmentation/SegmentationStyle.d.ts +42 -0
- package/dist/esm/stateManagement/segmentation/SegmentationStyle.js +162 -0
- package/dist/esm/stateManagement/segmentation/activeSegmentation.d.ts +4 -5
- package/dist/esm/stateManagement/segmentation/activeSegmentation.js +10 -15
- package/dist/esm/stateManagement/segmentation/addColorLUT.d.ts +2 -2
- package/dist/esm/stateManagement/segmentation/addColorLUT.js +15 -2
- package/dist/esm/stateManagement/segmentation/addSegmentationRepresentationsToViewport.d.ts +15 -0
- package/dist/esm/stateManagement/segmentation/addSegmentationRepresentationsToViewport.js +49 -0
- package/dist/esm/stateManagement/segmentation/addSegmentations.d.ts +1 -1
- package/dist/esm/stateManagement/segmentation/addSegmentations.js +11 -8
- package/dist/esm/stateManagement/segmentation/config/index.d.ts +2 -2
- package/dist/esm/stateManagement/segmentation/config/index.js +2 -3
- package/dist/esm/stateManagement/segmentation/config/segmentationColor.d.ts +4 -4
- package/dist/esm/stateManagement/segmentation/config/segmentationColor.js +24 -25
- package/dist/esm/stateManagement/segmentation/config/segmentationVisibility.d.ts +22 -7
- package/dist/esm/stateManagement/segmentation/config/segmentationVisibility.js +29 -30
- package/dist/esm/stateManagement/segmentation/config/styleHelpers.d.ts +39 -0
- package/dist/esm/stateManagement/segmentation/config/styleHelpers.js +48 -0
- package/dist/esm/stateManagement/segmentation/events/triggerSegmentationDataModified.js +0 -1
- package/dist/esm/stateManagement/segmentation/events/triggerSegmentationModified.js +0 -1
- package/dist/esm/stateManagement/segmentation/events/triggerSegmentationRemoved.js +0 -1
- package/dist/esm/stateManagement/segmentation/getActiveSegmentIndex.js +0 -1
- package/dist/esm/stateManagement/segmentation/getActiveSegmentation.d.ts +2 -0
- package/dist/esm/stateManagement/segmentation/{getGlobalConfig.js → getActiveSegmentation.js} +2 -3
- package/dist/esm/stateManagement/segmentation/getColorLUT.js +0 -1
- package/dist/esm/stateManagement/segmentation/getCurrentLabelmapImageIdForViewport.d.ts +1 -1
- package/dist/esm/stateManagement/segmentation/getCurrentLabelmapImageIdForViewport.js +0 -1
- package/dist/esm/stateManagement/segmentation/getGlobalStyle.d.ts +3 -0
- package/dist/esm/stateManagement/segmentation/getGlobalStyle.js +4 -0
- package/dist/esm/stateManagement/segmentation/getNextColorLUTIndex.js +0 -1
- package/dist/esm/stateManagement/segmentation/getSegmentation.js +0 -1
- package/dist/esm/stateManagement/segmentation/getSegmentationRepresentation.d.ts +9 -1
- package/dist/esm/stateManagement/segmentation/getSegmentationRepresentation.js +10 -3
- package/dist/esm/stateManagement/segmentation/getSegmentationRepresentationVisibility.d.ts +5 -1
- package/dist/esm/stateManagement/segmentation/getSegmentationRepresentationVisibility.js +2 -3
- package/dist/esm/stateManagement/segmentation/getSegmentations.js +0 -1
- package/dist/esm/stateManagement/segmentation/getStackSegmentationImageIdsForViewport.js +0 -1
- package/dist/esm/stateManagement/segmentation/getViewportIdsWithSegmentation.js +5 -6
- package/dist/esm/stateManagement/segmentation/getViewportSegmentations.d.ts +3 -0
- package/dist/esm/stateManagement/segmentation/getViewportSegmentations.js +15 -0
- package/dist/esm/stateManagement/segmentation/helpers/clearSegmentValue.d.ts +1 -0
- package/dist/esm/stateManagement/segmentation/helpers/clearSegmentValue.js +31 -0
- package/dist/esm/stateManagement/segmentation/helpers/clipAndCacheSurfacesForViewport.d.ts +1 -2
- package/dist/esm/stateManagement/segmentation/helpers/clipAndCacheSurfacesForViewport.js +4 -7
- package/dist/esm/stateManagement/segmentation/{convertVolumeToStackSegmentation.d.ts → helpers/computeStackLabelmapFromVolume.d.ts} +2 -2
- package/dist/esm/stateManagement/segmentation/{convertVolumeToStackSegmentation.js → helpers/computeStackLabelmapFromVolume.js} +8 -6
- package/dist/esm/stateManagement/segmentation/helpers/computeVolumeLabelmapFromStack.d.ts +3 -0
- package/dist/esm/stateManagement/segmentation/helpers/computeVolumeLabelmapFromStack.js +4 -0
- package/dist/esm/stateManagement/segmentation/helpers/convertStackToVolumeLabelmap.d.ts +1 -0
- package/dist/esm/stateManagement/segmentation/helpers/convertStackToVolumeLabelmap.js +7 -0
- package/dist/esm/stateManagement/segmentation/helpers/getSegmentationActor.d.ts +8 -0
- package/dist/esm/stateManagement/segmentation/helpers/getSegmentationActor.js +27 -0
- package/dist/esm/stateManagement/segmentation/helpers/index.d.ts +2 -1
- package/dist/esm/stateManagement/segmentation/helpers/index.js +2 -2
- package/dist/esm/stateManagement/segmentation/helpers/normalizeSegmentationInput.js +4 -7
- package/dist/esm/stateManagement/segmentation/helpers/updateStackSegmentationState.js +1 -2
- package/dist/esm/stateManagement/segmentation/helpers/validateSegmentationInput.js +0 -1
- package/dist/esm/stateManagement/segmentation/index.d.ts +14 -7
- package/dist/esm/stateManagement/segmentation/index.js +14 -8
- package/dist/esm/stateManagement/segmentation/{addRepresentationData.d.ts → internalAddRepresentationData.d.ts} +2 -2
- package/dist/esm/stateManagement/segmentation/{addRepresentationData.js → internalAddRepresentationData.js} +5 -3
- package/dist/esm/stateManagement/segmentation/internalAddSegmentationRepresentation.d.ts +1 -1
- package/dist/esm/stateManagement/segmentation/internalAddSegmentationRepresentation.js +18 -59
- package/dist/esm/stateManagement/segmentation/polySeg/Contour/computeAndAddContourRepresentation.js +0 -1
- package/dist/esm/stateManagement/segmentation/polySeg/Contour/contourComputationStrategies.js +9 -11
- package/dist/esm/stateManagement/segmentation/polySeg/Contour/utils/createAndAddContourSegmentationsFromClippedSurfaces.js +0 -1
- package/dist/esm/stateManagement/segmentation/polySeg/Contour/utils/extractContourData.js +8 -6
- package/dist/esm/stateManagement/segmentation/polySeg/Contour/utils/updateContoursOnCameraModified.js +0 -1
- package/dist/esm/stateManagement/segmentation/polySeg/Labelmap/computeAndAddLabelmapRepresentation.js +9 -3
- package/dist/esm/stateManagement/segmentation/polySeg/Labelmap/convertContourToLabelmap.js +2 -3
- package/dist/esm/stateManagement/segmentation/polySeg/Labelmap/convertSurfaceToLabelmap.js +0 -1
- package/dist/esm/stateManagement/segmentation/polySeg/Labelmap/labelmapComputationStrategies.js +4 -7
- package/dist/esm/stateManagement/segmentation/polySeg/Surface/computeAndAddSurfaceRepresentation.js +0 -1
- package/dist/esm/stateManagement/segmentation/polySeg/Surface/convertContourToSurface.js +0 -1
- package/dist/esm/stateManagement/segmentation/polySeg/Surface/convertLabelmapToSurface.d.ts +1 -1
- package/dist/esm/stateManagement/segmentation/polySeg/Surface/convertLabelmapToSurface.js +4 -5
- package/dist/esm/stateManagement/segmentation/polySeg/Surface/createAndCacheSurfacesFromRaw.js +1 -8
- package/dist/esm/stateManagement/segmentation/polySeg/Surface/surfaceComputationStrategies.js +1 -4
- package/dist/esm/stateManagement/segmentation/polySeg/Surface/updateSurfaceData.js +9 -9
- package/dist/esm/stateManagement/segmentation/polySeg/canComputeRequestedRepresentation.d.ts +2 -1
- package/dist/esm/stateManagement/segmentation/polySeg/canComputeRequestedRepresentation.js +3 -10
- package/dist/esm/stateManagement/segmentation/polySeg/computeAndAddRepresentation.d.ts +1 -1
- package/dist/esm/stateManagement/segmentation/polySeg/computeAndAddRepresentation.js +7 -6
- package/dist/esm/stateManagement/segmentation/polySeg/index.js +0 -1
- package/dist/esm/stateManagement/segmentation/polySeg/registerPolySegWorker.js +0 -1
- package/dist/esm/stateManagement/segmentation/removeColorLUT.js +0 -1
- package/dist/esm/stateManagement/segmentation/removeSegmentation.js +0 -1
- package/dist/esm/stateManagement/segmentation/removeSegmentationRepresentations.d.ts +14 -2
- package/dist/esm/stateManagement/segmentation/removeSegmentationRepresentations.js +69 -20
- package/dist/esm/stateManagement/segmentation/segmentIndex.js +0 -1
- package/dist/esm/stateManagement/segmentation/segmentLocking.js +0 -1
- package/dist/esm/stateManagement/segmentation/segmentationState.d.ts +6 -18
- package/dist/esm/stateManagement/segmentation/segmentationState.js +9 -19
- package/dist/esm/stateManagement/segmentation/setActiveSegmentation.d.ts +1 -0
- package/dist/esm/stateManagement/segmentation/setActiveSegmentation.js +5 -0
- package/dist/esm/stateManagement/segmentation/setGlobalStyle.d.ts +3 -0
- package/dist/esm/stateManagement/segmentation/setGlobalStyle.js +8 -0
- package/dist/esm/stateManagement/segmentation/setSegmentationRepresentationVisibility.d.ts +5 -1
- package/dist/esm/stateManagement/segmentation/setSegmentationRepresentationVisibility.js +2 -3
- package/dist/esm/stateManagement/segmentation/triggerSegmentationEvents.d.ts +1 -3
- package/dist/esm/stateManagement/segmentation/triggerSegmentationEvents.js +1 -4
- package/dist/esm/stateManagement/segmentation/updateLabelmapSegmentationImageReferences.js +0 -1
- package/dist/esm/store/SynchronizerManager/Synchronizer.js +0 -1
- package/dist/esm/store/SynchronizerManager/createSynchronizer.js +0 -1
- package/dist/esm/store/SynchronizerManager/destroy.js +0 -1
- package/dist/esm/store/SynchronizerManager/destroySynchronizer.js +0 -1
- package/dist/esm/store/SynchronizerManager/getAllSynchronizers.js +0 -1
- package/dist/esm/store/SynchronizerManager/getSynchronizer.js +0 -1
- package/dist/esm/store/SynchronizerManager/getSynchronizersForViewport.js +0 -1
- package/dist/esm/store/SynchronizerManager/index.js +0 -1
- package/dist/esm/store/ToolGroupManager/ToolGroup.d.ts +2 -1
- package/dist/esm/store/ToolGroupManager/ToolGroup.js +23 -10
- package/dist/esm/store/ToolGroupManager/createToolGroup.d.ts +1 -1
- package/dist/esm/store/ToolGroupManager/createToolGroup.js +3 -4
- package/dist/esm/store/ToolGroupManager/destroy.js +0 -1
- package/dist/esm/store/ToolGroupManager/destroyToolGroup.js +0 -1
- package/dist/esm/store/ToolGroupManager/getAllToolGroups.js +0 -1
- package/dist/esm/store/ToolGroupManager/getToolGroup.js +0 -1
- package/dist/esm/store/ToolGroupManager/getToolGroupForViewport.js +0 -1
- package/dist/esm/store/ToolGroupManager/getToolGroupsWithToolName.js +0 -1
- package/dist/esm/store/ToolGroupManager/index.js +0 -1
- package/dist/esm/store/addEnabledElement.js +0 -1
- package/dist/esm/store/addTool.js +0 -1
- package/dist/esm/store/cancelActiveManipulations.js +0 -1
- package/dist/esm/store/filterMoveableAnnotationTools.js +0 -1
- package/dist/esm/store/filterToolsWithAnnotationsForElement.js +0 -1
- package/dist/esm/store/filterToolsWithMoveableHandles.js +0 -1
- package/dist/esm/store/index.js +0 -1
- package/dist/esm/store/removeEnabledElement.js +0 -1
- package/dist/esm/store/state.js +0 -1
- package/dist/esm/store/svgNodeCache.js +0 -1
- package/dist/esm/synchronizers/callbacks/areViewportsCoplanar .js +0 -1
- package/dist/esm/synchronizers/callbacks/cameraSyncCallback.js +0 -1
- package/dist/esm/synchronizers/callbacks/imageSliceSyncCallback.js +0 -1
- package/dist/esm/synchronizers/callbacks/presentationViewSyncCallback.js +0 -1
- package/dist/esm/synchronizers/callbacks/slabThicknessSyncCallback.js +0 -1
- package/dist/esm/synchronizers/callbacks/voiSyncCallback.js +0 -1
- package/dist/esm/synchronizers/callbacks/zoomPanSyncCallback.js +0 -1
- package/dist/esm/synchronizers/index.js +0 -1
- package/dist/esm/synchronizers/synchronizers/createCameraPositionSynchronizer.js +0 -1
- package/dist/esm/synchronizers/synchronizers/createImageSliceSynchronizer.js +0 -1
- package/dist/esm/synchronizers/synchronizers/createPresentationViewSynchronizer.js +0 -1
- package/dist/esm/synchronizers/synchronizers/createSlabThicknessSynchronizer.js +0 -1
- package/dist/esm/synchronizers/synchronizers/createVOISynchronizer.js +0 -1
- package/dist/esm/synchronizers/synchronizers/createZoomPanSynchronizer.js +0 -1
- package/dist/esm/synchronizers/synchronizers/index.js +0 -1
- package/dist/esm/tools/AdvancedMagnifyTool.js +1 -2
- package/dist/esm/tools/AnnotationEraserTool.js +0 -1
- package/dist/esm/tools/CrosshairsTool.js +1 -3
- package/dist/esm/tools/MIPJumpToClickTool.js +1 -2
- package/dist/esm/tools/MagnifyTool.js +0 -1
- package/dist/esm/tools/OrientationMarkerTool.js +0 -1
- package/dist/esm/tools/OverlayGridTool.js +0 -1
- package/dist/esm/tools/PanTool.js +0 -1
- package/dist/esm/tools/PlanarRotateTool.js +0 -1
- package/dist/esm/tools/ReferenceCursors.js +0 -1
- package/dist/esm/tools/ReferenceLinesTool.js +5 -3
- package/dist/esm/tools/ScaleOverlayTool.js +0 -1
- package/dist/esm/tools/SculptorTool/CircleSculptCursor.js +0 -1
- package/dist/esm/tools/SculptorTool.js +0 -1
- package/dist/esm/tools/SegmentationIntersectionTool.js +0 -1
- package/dist/esm/tools/StackScrollTool.d.ts +4 -0
- package/dist/esm/tools/StackScrollTool.js +104 -16
- package/dist/esm/tools/TrackballRotateTool.js +0 -1
- package/dist/esm/tools/WindowLevelRegionTool.js +0 -1
- package/dist/esm/tools/WindowLevelTool.js +3 -3
- package/dist/esm/tools/ZoomTool.js +0 -1
- package/dist/esm/tools/annotation/AngleTool.js +1 -2
- package/dist/esm/tools/annotation/ArrowAnnotateTool.js +0 -1
- package/dist/esm/tools/annotation/BidirectionalTool.js +1 -2
- package/dist/esm/tools/annotation/CircleROITool.js +1 -2
- package/dist/esm/tools/annotation/CobbAngleTool.js +0 -1
- package/dist/esm/tools/annotation/DragProbeTool.js +0 -1
- package/dist/esm/tools/annotation/EllipticalROITool.js +1 -2
- package/dist/esm/tools/annotation/HeightTool.js +1 -2
- package/dist/esm/tools/annotation/KeyImageTool.js +0 -1
- package/dist/esm/tools/annotation/LengthTool.js +1 -2
- package/dist/esm/tools/annotation/LivewireContourSegmentationTool.js +0 -1
- package/dist/esm/tools/annotation/LivewireContourTool.js +3 -4
- package/dist/esm/tools/annotation/PlanarFreehandContourSegmentationTool.js +0 -1
- package/dist/esm/tools/annotation/PlanarFreehandROITool.js +1 -2
- package/dist/esm/tools/annotation/ProbeTool.js +2 -3
- package/dist/esm/tools/annotation/RectangleROITool.js +1 -2
- package/dist/esm/tools/annotation/SplineContourSegmentationTool.js +0 -1
- package/dist/esm/tools/annotation/SplineROITool.js +2 -4
- package/dist/esm/tools/annotation/UltrasoundDirectionalTool.js +1 -2
- package/dist/esm/tools/annotation/VideoRedactionTool.js +0 -1
- package/dist/esm/tools/annotation/planarFreehandROITool/closedContourEditLoop.js +0 -1
- package/dist/esm/tools/annotation/planarFreehandROITool/drawLoop.js +0 -1
- package/dist/esm/tools/annotation/planarFreehandROITool/editLoopCommon.js +0 -1
- package/dist/esm/tools/annotation/planarFreehandROITool/findOpenUShapedContourVectorToPeak.js +0 -1
- package/dist/esm/tools/annotation/planarFreehandROITool/openContourEditLoop.js +0 -1
- package/dist/esm/tools/annotation/planarFreehandROITool/openContourEndEditLoop.js +0 -1
- package/dist/esm/tools/annotation/planarFreehandROITool/renderMethods.js +0 -1
- package/dist/esm/tools/annotation/splines/BSpline.js +0 -1
- package/dist/esm/tools/annotation/splines/CardinalSpline.js +0 -1
- package/dist/esm/tools/annotation/splines/CatmullRomSpline.js +0 -1
- package/dist/esm/tools/annotation/splines/CubicSpline.js +0 -1
- package/dist/esm/tools/annotation/splines/LinearSpline.js +0 -1
- package/dist/esm/tools/annotation/splines/QuadraticBezier.js +0 -1
- package/dist/esm/tools/annotation/splines/QuadraticSpline.js +0 -1
- package/dist/esm/tools/annotation/splines/Spline.js +0 -1
- package/dist/esm/tools/base/AnnotationDisplayTool.js +0 -1
- package/dist/esm/tools/base/AnnotationTool.js +0 -1
- package/dist/esm/tools/base/BaseTool.d.ts +1 -2
- package/dist/esm/tools/base/BaseTool.js +5 -19
- package/dist/esm/tools/base/ContourBaseTool.js +0 -1
- package/dist/esm/tools/base/ContourSegmentationBaseTool.js +28 -26
- package/dist/esm/tools/base/index.js +0 -1
- package/dist/esm/tools/displayTools/Contour/contourConfig.d.ts +3 -3
- package/dist/esm/tools/displayTools/Contour/contourConfig.js +2 -3
- package/dist/esm/tools/displayTools/Contour/contourDisplay.d.ts +1 -1
- package/dist/esm/tools/displayTools/Contour/contourDisplay.js +4 -8
- package/dist/esm/tools/displayTools/Contour/contourHandler/handleContourSegmentation.js +26 -58
- package/dist/esm/tools/displayTools/Contour/contourHandler/utils.js +0 -1
- package/dist/esm/tools/displayTools/Contour/index.js +0 -1
- package/dist/esm/tools/displayTools/Contour/removeContourFromElement.d.ts +1 -1
- package/dist/esm/tools/displayTools/Contour/removeContourFromElement.js +2 -5
- package/dist/esm/tools/displayTools/Labelmap/addLabelmapToElement.d.ts +1 -1
- package/dist/esm/tools/displayTools/Labelmap/addLabelmapToElement.js +39 -11
- package/dist/esm/tools/displayTools/Labelmap/index.js +0 -1
- package/dist/esm/tools/displayTools/Labelmap/labelmapConfig.d.ts +3 -5
- package/dist/esm/tools/displayTools/Labelmap/labelmapConfig.js +3 -17
- package/dist/esm/tools/displayTools/Labelmap/labelmapDisplay.d.ts +1 -1
- package/dist/esm/tools/displayTools/Labelmap/labelmapDisplay.js +86 -91
- package/dist/esm/tools/displayTools/Labelmap/removeLabelmapFromElement.d.ts +1 -1
- package/dist/esm/tools/displayTools/Labelmap/removeLabelmapFromElement.js +3 -3
- package/dist/esm/tools/displayTools/Labelmap/validateLabelmap.js +0 -1
- package/dist/esm/tools/displayTools/Surface/addOrUpdateSurfaceToElement.d.ts +1 -1
- package/dist/esm/tools/displayTools/Surface/addOrUpdateSurfaceToElement.js +3 -4
- package/dist/esm/tools/displayTools/Surface/index.js +0 -1
- package/dist/esm/tools/displayTools/Surface/removeSurfaceFromElement.d.ts +2 -2
- package/dist/esm/tools/displayTools/Surface/removeSurfaceFromElement.js +5 -4
- package/dist/esm/tools/displayTools/Surface/surfaceConfig.d.ts +3 -3
- package/dist/esm/tools/displayTools/Surface/surfaceConfig.js +2 -3
- package/dist/esm/tools/displayTools/Surface/surfaceDisplay.d.ts +1 -1
- package/dist/esm/tools/displayTools/Surface/surfaceDisplay.js +7 -9
- package/dist/esm/tools/distancePointToContour.js +0 -1
- package/dist/esm/tools/index.d.ts +1 -2
- package/dist/esm/tools/index.js +1 -3
- package/dist/esm/tools/segmentation/BrushTool.d.ts +0 -4
- package/dist/esm/tools/segmentation/BrushTool.js +23 -23
- package/dist/esm/tools/segmentation/CircleROIStartEndThresholdTool.js +2 -3
- package/dist/esm/tools/segmentation/CircleScissorsTool.d.ts +1 -1
- package/dist/esm/tools/segmentation/CircleScissorsTool.js +11 -11
- package/dist/esm/tools/segmentation/PaintFillTool.js +5 -8
- package/dist/esm/tools/segmentation/RectangleROIStartEndThresholdTool.js +2 -3
- package/dist/esm/tools/segmentation/RectangleROIThresholdTool.js +0 -1
- package/dist/esm/tools/segmentation/RectangleScissorsTool.d.ts +0 -1
- package/dist/esm/tools/segmentation/RectangleScissorsTool.js +9 -11
- package/dist/esm/tools/segmentation/SegmentSelectTool.d.ts +2 -2
- package/dist/esm/tools/segmentation/SegmentSelectTool.js +17 -27
- package/dist/esm/tools/segmentation/SphereScissorsTool.d.ts +0 -1
- package/dist/esm/tools/segmentation/SphereScissorsTool.js +6 -10
- package/dist/esm/tools/segmentation/strategies/BrushStrategy.d.ts +2 -0
- package/dist/esm/tools/segmentation/strategies/BrushStrategy.js +2 -1
- package/dist/esm/tools/segmentation/strategies/compositions/determineSegmentIndex.js +1 -3
- package/dist/esm/tools/segmentation/strategies/compositions/dynamicThreshold.js +1 -2
- package/dist/esm/tools/segmentation/strategies/compositions/erase.js +0 -1
- package/dist/esm/tools/segmentation/strategies/compositions/index.js +0 -1
- package/dist/esm/tools/segmentation/strategies/compositions/islandRemoval.js +0 -1
- package/dist/esm/tools/segmentation/strategies/compositions/preview.js +3 -4
- package/dist/esm/tools/segmentation/strategies/compositions/regionFill.js +4 -5
- package/dist/esm/tools/segmentation/strategies/compositions/setValue.js +1 -2
- package/dist/esm/tools/segmentation/strategies/compositions/threshold.js +0 -1
- package/dist/esm/tools/segmentation/strategies/eraseCircle.js +0 -1
- package/dist/esm/tools/segmentation/strategies/eraseRectangle.js +0 -1
- package/dist/esm/tools/segmentation/strategies/eraseSphere.js +0 -1
- package/dist/esm/tools/segmentation/strategies/fillCircle.js +3 -4
- package/dist/esm/tools/segmentation/strategies/fillRectangle.js +0 -1
- package/dist/esm/tools/segmentation/strategies/fillSphere.js +3 -4
- package/dist/esm/tools/segmentation/strategies/index.js +0 -1
- package/dist/esm/tools/segmentation/strategies/utils/getStrategyData.js +21 -7
- package/dist/esm/tools/segmentation/strategies/utils/isWithinThreshold.js +0 -1
- package/dist/esm/types/AnnotationGroupSelector.js +0 -1
- package/dist/esm/types/AnnotationRenderContext.js +0 -1
- package/dist/esm/types/AnnotationStyle.js +0 -1
- package/dist/esm/types/AnnotationTypes.js +0 -1
- package/dist/esm/types/BoundsIJK.js +0 -1
- package/dist/esm/types/CINETypes.js +0 -1
- package/dist/esm/types/CalculatorTypes.js +0 -1
- package/dist/esm/types/CardinalSplineProps.js +0 -1
- package/dist/esm/types/ClosestControlPoint.js +0 -1
- package/dist/esm/types/ClosestPoint.js +0 -1
- package/dist/esm/types/ClosestSplinePoint.js +0 -1
- package/dist/esm/types/ContourAnnotation.js +0 -1
- package/dist/esm/types/ContourSegmentationAnnotation.js +0 -1
- package/dist/esm/types/ContourTypes.d.ts +1 -2
- package/dist/esm/types/ContourTypes.js +0 -1
- package/dist/esm/types/ControlPointInfo.js +0 -1
- package/dist/esm/types/CursorTypes.js +0 -1
- package/dist/esm/types/EventTypes.d.ts +2 -2
- package/dist/esm/types/EventTypes.js +0 -1
- package/dist/esm/types/FloodFillTypes.js +0 -1
- package/dist/esm/types/IAnnotationManager.js +0 -1
- package/dist/esm/types/IBaseTool.js +0 -1
- package/dist/esm/types/IDistance.js +0 -1
- package/dist/esm/types/IPoints.js +0 -1
- package/dist/esm/types/ISculptToolShape.js +0 -1
- package/dist/esm/types/ISetToolModeOptions.js +0 -1
- package/dist/esm/types/ISpline.js +0 -1
- package/dist/esm/types/ISynchronizerEventHandler.js +0 -1
- package/dist/esm/types/IToolClassReference.js +0 -1
- package/dist/esm/types/IToolGroup.js +0 -1
- package/dist/esm/types/ITouchPoints.js +0 -1
- package/dist/esm/types/InteractionTypes.js +0 -1
- package/dist/esm/types/InternalToolTypes.js +0 -1
- package/dist/esm/types/InterpolationTypes.js +0 -1
- package/dist/esm/types/JumpToSliceOptions.js +0 -1
- package/dist/esm/types/LabelmapToolOperationData.d.ts +0 -1
- package/dist/esm/types/LabelmapToolOperationData.js +0 -1
- package/dist/esm/types/LabelmapTypes.d.ts +3 -7
- package/dist/esm/types/LabelmapTypes.js +0 -1
- package/dist/esm/types/PlanarBoundingBox.js +0 -1
- package/dist/esm/types/PolySeg.d.ts +1 -1
- package/dist/esm/types/PolySeg.js +0 -1
- package/dist/esm/types/SVGDrawingHelper.js +0 -1
- package/dist/esm/types/ScrollOptions.js +0 -1
- package/dist/esm/types/SegmentationStateTypes.d.ts +35 -56
- package/dist/esm/types/SegmentationStateTypes.js +0 -1
- package/dist/esm/types/SplineCurveSegment.js +0 -1
- package/dist/esm/types/SplineLineSegment.js +0 -1
- package/dist/esm/types/SplineProps.js +0 -1
- package/dist/esm/types/SurfaceTypes.d.ts +1 -1
- package/dist/esm/types/SurfaceTypes.js +0 -1
- package/dist/esm/types/ToolAction.js +0 -1
- package/dist/esm/types/ToolHandle.js +0 -1
- package/dist/esm/types/ToolProps.js +0 -1
- package/dist/esm/types/ToolSpecificAnnotationTypes.js +0 -1
- package/dist/esm/types/index.d.ts +2 -2
- package/dist/esm/types/index.js +0 -1
- package/dist/esm/utilities/BucketQueue.js +0 -1
- package/dist/esm/utilities/annotationFrameRange.js +0 -1
- package/dist/esm/utilities/annotationHydration.js +0 -1
- package/dist/esm/utilities/boundingBox/extend2DBoundingBoxInViewAxis.js +0 -1
- package/dist/esm/utilities/boundingBox/getBoundingBoxAroundShape.js +0 -1
- package/dist/esm/utilities/boundingBox/index.js +0 -1
- package/dist/esm/utilities/calibrateImageSpacing.js +0 -1
- package/dist/esm/utilities/cine/events.js +0 -1
- package/dist/esm/utilities/cine/index.js +0 -1
- package/dist/esm/utilities/cine/playClip.js +1 -2
- package/dist/esm/utilities/cine/state.js +0 -1
- package/dist/esm/utilities/clip.js +0 -1
- package/dist/esm/utilities/contourSegmentation/addContourSegmentationAnnotation.js +0 -1
- package/dist/esm/utilities/contourSegmentation/areSameSegment.js +0 -1
- package/dist/esm/utilities/contourSegmentation/index.js +0 -1
- package/dist/esm/utilities/contourSegmentation/isContourSegmentationAnnotation.js +0 -1
- package/dist/esm/utilities/contourSegmentation/removeContourSegmentationAnnotation.js +0 -1
- package/dist/esm/utilities/contours/AnnotationToPointData.js +0 -1
- package/dist/esm/utilities/contours/RectangleROIStartEndThreshold.js +0 -1
- package/dist/esm/utilities/contours/areCoplanarContours.js +0 -1
- package/dist/esm/utilities/contours/calculatePerimeter.js +0 -1
- package/dist/esm/utilities/contours/contourFinder.js +0 -1
- package/dist/esm/utilities/contours/detectContourHoles.js +0 -1
- package/dist/esm/utilities/contours/findHandlePolylineIndex.js +0 -1
- package/dist/esm/utilities/contours/generateContourSetsFromLabelmap.js +0 -1
- package/dist/esm/utilities/contours/getContourHolesDataCanvas.js +0 -1
- package/dist/esm/utilities/contours/getContourHolesDataWorld.js +0 -1
- package/dist/esm/utilities/contours/getDeduplicatedVTKPolyDataPoints.js +0 -1
- package/dist/esm/utilities/contours/index.js +0 -1
- package/dist/esm/utilities/contours/interpolation/acceptAutogeneratedInterpolations.js +0 -1
- package/dist/esm/utilities/contours/interpolation/createPolylineToolData.js +0 -1
- package/dist/esm/utilities/contours/interpolation/findAnnotationForInterpolation.js +0 -1
- package/dist/esm/utilities/contours/interpolation/getInterpolationData.js +0 -1
- package/dist/esm/utilities/contours/interpolation/getInterpolationDataCollection.js +0 -1
- package/dist/esm/utilities/contours/interpolation/interpolate.js +0 -1
- package/dist/esm/utilities/contours/interpolation/selectHandles.js +0 -1
- package/dist/esm/utilities/contours/interpolation/updateChildInterpolationUID.js +0 -1
- package/dist/esm/utilities/contours/reverseIfAntiClockwise.js +0 -1
- package/dist/esm/utilities/contours/updateContourPolyline.js +3 -1
- package/dist/esm/utilities/debounce.js +0 -1
- package/dist/esm/utilities/drawing/getTextBoxCoordsCanvas.js +0 -1
- package/dist/esm/utilities/drawing/index.js +0 -1
- package/dist/esm/utilities/dynamicVolume/generateImageFromTimeData.js +0 -1
- package/dist/esm/utilities/dynamicVolume/getDataInTime.js +0 -1
- package/dist/esm/utilities/dynamicVolume/index.js +0 -1
- package/dist/esm/utilities/getAnnotationNearPoint.js +0 -1
- package/dist/esm/utilities/getCalibratedUnits.js +0 -1
- package/dist/esm/utilities/getPixelValueUnits.js +0 -1
- package/dist/esm/utilities/getSphereBoundsInfo.js +0 -1
- package/dist/esm/utilities/getToolsWithModesForElement.js +0 -1
- package/dist/esm/utilities/getVOIMultipliers.js +0 -1
- package/dist/esm/utilities/getViewportForAnnotation.js +0 -1
- package/dist/esm/utilities/getViewportsForAnnotation.js +0 -1
- package/dist/esm/utilities/index.d.ts +2 -1
- package/dist/esm/utilities/index.js +2 -2
- package/dist/esm/utilities/isObject.js +0 -1
- package/dist/esm/utilities/livewire/LiveWirePath.js +0 -1
- package/dist/esm/utilities/livewire/LivewireScissors.js +0 -1
- package/dist/esm/utilities/math/aabb/distanceToPoint.js +0 -1
- package/dist/esm/utilities/math/aabb/distanceToPointSquared.js +0 -1
- package/dist/esm/utilities/math/aabb/index.js +0 -1
- package/dist/esm/utilities/math/aabb/intersectAABB.js +0 -1
- package/dist/esm/utilities/math/angle/angleBetweenLines.js +0 -1
- package/dist/esm/utilities/math/basic/BasicStatsCalculator.js +0 -1
- package/dist/esm/utilities/math/basic/Calculator.js +0 -1
- package/dist/esm/utilities/math/basic/index.js +0 -1
- package/dist/esm/utilities/math/circle/_types.js +0 -1
- package/dist/esm/utilities/math/circle/getCanvasCircleCorners.js +0 -1
- package/dist/esm/utilities/math/circle/getCanvasCircleRadius.js +0 -1
- package/dist/esm/utilities/math/circle/index.js +0 -1
- package/dist/esm/utilities/math/ellipse/getCanvasEllipseCorners.js +0 -1
- package/dist/esm/utilities/math/ellipse/index.js +0 -1
- package/dist/esm/utilities/math/ellipse/pointInEllipse.js +0 -1
- package/dist/esm/utilities/math/ellipse/pointInEllipsoidWithConstraint.js +0 -1
- package/dist/esm/utilities/math/index.js +0 -1
- package/dist/esm/utilities/math/line/distanceToPoint.js +0 -1
- package/dist/esm/utilities/math/line/distanceToPointSquared.js +0 -1
- package/dist/esm/utilities/math/line/distanceToPointSquaredInfo.js +0 -1
- package/dist/esm/utilities/math/line/index.js +0 -1
- package/dist/esm/utilities/math/line/intersectLine.js +0 -1
- package/dist/esm/utilities/math/line/isPointOnLineSegment.js +0 -1
- package/dist/esm/utilities/math/midPoint.js +0 -1
- package/dist/esm/utilities/math/point/distanceToPoint.js +0 -1
- package/dist/esm/utilities/math/point/distanceToPointSquared.js +0 -1
- package/dist/esm/utilities/math/point/index.js +0 -1
- package/dist/esm/utilities/math/point/mirror.js +0 -1
- package/dist/esm/utilities/math/polyline/addCanvasPointsToArray.js +0 -1
- package/dist/esm/utilities/math/polyline/areLineSegmentsIntersecting.js +0 -1
- package/dist/esm/utilities/math/polyline/combinePolyline.js +0 -1
- package/dist/esm/utilities/math/polyline/containsPoint.js +0 -1
- package/dist/esm/utilities/math/polyline/containsPoints.js +0 -1
- package/dist/esm/utilities/math/polyline/decimate.js +0 -1
- package/dist/esm/utilities/math/polyline/getAABB.js +0 -1
- package/dist/esm/utilities/math/polyline/getArea.js +0 -1
- package/dist/esm/utilities/math/polyline/getClosestLineSegmentIntersection.js +0 -1
- package/dist/esm/utilities/math/polyline/getFirstLineSegmentIntersectionIndexes.js +0 -1
- package/dist/esm/utilities/math/polyline/getLineSegmentIntersectionsCoordinates.js +0 -1
- package/dist/esm/utilities/math/polyline/getLineSegmentIntersectionsIndexes.js +0 -1
- package/dist/esm/utilities/math/polyline/getLinesIntersection.js +0 -1
- package/dist/esm/utilities/math/polyline/getNormal2.js +0 -1
- package/dist/esm/utilities/math/polyline/getNormal3.js +0 -1
- package/dist/esm/utilities/math/polyline/getSignedArea.js +0 -1
- package/dist/esm/utilities/math/polyline/getSubPixelSpacingAndXYDirections.js +0 -1
- package/dist/esm/utilities/math/polyline/getWindingDirection.js +0 -1
- package/dist/esm/utilities/math/polyline/index.js +0 -1
- package/dist/esm/utilities/math/polyline/intersectPolyline.js +0 -1
- package/dist/esm/utilities/math/polyline/isClosed.js +0 -1
- package/dist/esm/utilities/math/polyline/isPointInsidePolyline3D.js +0 -1
- package/dist/esm/utilities/math/polyline/planarFreehandROIInternalTypes.js +0 -1
- package/dist/esm/utilities/math/polyline/pointCanProjectOnLine.js +0 -1
- package/dist/esm/utilities/math/polyline/pointsAreWithinCloseContourProximity.js +0 -1
- package/dist/esm/utilities/math/polyline/projectTo2D.js +0 -1
- package/dist/esm/utilities/math/rectangle/distanceToPoint.js +0 -1
- package/dist/esm/utilities/math/rectangle/index.js +0 -1
- package/dist/esm/utilities/math/sphere/index.js +0 -1
- package/dist/esm/utilities/math/sphere/pointInSphere.js +0 -1
- package/dist/esm/utilities/math/vec2/findClosestPoint.js +0 -1
- package/dist/esm/utilities/math/vec2/index.js +0 -1
- package/dist/esm/utilities/math/vec2/liangBarksyClip.js +0 -1
- package/dist/esm/utilities/math/vec3/interpolateVec3.js +0 -1
- package/dist/esm/utilities/orientation/getOrientationStringLPS.js +0 -1
- package/dist/esm/utilities/orientation/index.js +0 -1
- package/dist/esm/utilities/orientation/invertOrientationStringLPS.js +0 -1
- package/dist/esm/utilities/planar/filterAnnotationsForDisplay.js +0 -1
- package/dist/esm/utilities/planar/filterAnnotationsWithinPlane.js +0 -1
- package/dist/esm/utilities/planar/filterAnnotationsWithinSlice.js +0 -1
- package/dist/esm/utilities/planar/getPointInLineOfSightWithCriteria.js +0 -1
- package/dist/esm/utilities/planar/getWorldWidthAndHeightFromCorners.js +0 -1
- package/dist/esm/utilities/planar/getWorldWidthAndHeightFromTwoPoints.js +0 -1
- package/dist/esm/utilities/planar/index.js +0 -1
- package/dist/esm/utilities/planar/isPlaneIntersectingAABB.js +0 -1
- package/dist/esm/utilities/planarFreehandROITool/index.js +0 -1
- package/dist/esm/utilities/planarFreehandROITool/interpolation/algorithms/bspline.js +0 -1
- package/dist/esm/utilities/planarFreehandROITool/interpolation/interpolateSegmentPoints.js +0 -1
- package/dist/esm/utilities/planarFreehandROITool/smoothAnnotation.js +0 -1
- package/dist/esm/utilities/planarFreehandROITool/smoothPoints.js +0 -1
- package/dist/esm/utilities/pointInSurroundingSphereCallback.d.ts +8 -0
- package/dist/esm/utilities/pointInSurroundingSphereCallback.js +71 -0
- package/dist/esm/utilities/pointToString.js +0 -1
- package/dist/esm/utilities/polyData/utils.js +0 -1
- package/dist/esm/utilities/rectangleROITool/getBoundsIJKFromRectangleAnnotations.js +0 -1
- package/dist/esm/utilities/rectangleROITool/index.js +0 -1
- package/dist/esm/utilities/rectangleROITool/isAxisAlignedRectangle.js +0 -1
- package/dist/esm/utilities/scroll.js +0 -1
- package/dist/esm/utilities/segmentation/InterpolationManager/InterpolationManager.js +0 -1
- package/dist/esm/utilities/segmentation/InterpolationManager/deleteRelatedAnnotations.js +0 -1
- package/dist/esm/utilities/segmentation/brushSizeForToolGroup.js +0 -1
- package/dist/esm/utilities/segmentation/brushThresholdForToolGroup.js +0 -1
- package/dist/esm/utilities/segmentation/contourAndFindLargestBidirectional.js +0 -1
- package/dist/esm/utilities/segmentation/createBidirectionalToolData.js +0 -1
- package/dist/esm/utilities/segmentation/createLabelmapVolumeForViewport.js +2 -3
- package/dist/esm/utilities/segmentation/createMergedLabelmapForIndex.js +0 -1
- package/dist/esm/utilities/segmentation/findLargestBidirectional.js +0 -1
- package/dist/esm/utilities/segmentation/floodFill.js +0 -1
- package/dist/esm/utilities/segmentation/getBrushToolInstances.js +0 -1
- package/dist/esm/utilities/segmentation/getHoveredContourSegmentationAnnotation.js +0 -1
- package/dist/esm/utilities/segmentation/getSegmentIndexAtLabelmapBorder.js +10 -10
- package/dist/esm/utilities/segmentation/getSegmentIndexAtWorldPoint.js +9 -9
- package/dist/esm/utilities/segmentation/getUniqueSegmentIndices.js +14 -17
- package/dist/esm/utilities/segmentation/index.d.ts +1 -3
- package/dist/esm/utilities/segmentation/index.js +1 -4
- package/dist/esm/utilities/segmentation/invalidateBrushCursor.js +0 -1
- package/dist/esm/utilities/segmentation/isLineInSegment.js +0 -1
- package/dist/esm/utilities/segmentation/rectangleROIThresholdVolumeByRange.js +0 -1
- package/dist/esm/utilities/segmentation/segmentContourAction.js +0 -1
- package/dist/esm/utilities/segmentation/thresholdSegmentationByRange.js +0 -1
- package/dist/esm/utilities/segmentation/thresholdVolumeByRange.js +0 -1
- package/dist/esm/utilities/segmentation/utilities.js +0 -1
- package/dist/esm/utilities/stackPrefetch/index.js +0 -1
- package/dist/esm/utilities/stackPrefetch/stackContextPrefetch.js +0 -1
- package/dist/esm/utilities/stackPrefetch/stackPrefetch.js +0 -1
- package/dist/esm/utilities/stackPrefetch/stackPrefetchUtils.js +0 -1
- package/dist/esm/utilities/stackPrefetch/state.js +0 -1
- package/dist/esm/utilities/throttle.js +0 -1
- package/dist/esm/utilities/touch/index.js +0 -1
- package/dist/esm/utilities/triggerAnnotationRender.js +0 -1
- package/dist/esm/utilities/triggerAnnotationRenderForToolGroupIds.js +0 -1
- package/dist/esm/utilities/triggerAnnotationRenderForViewportIds.js +0 -1
- package/dist/esm/utilities/viewport/index.js +0 -1
- package/dist/esm/utilities/viewport/isViewportPreScaled.js +0 -1
- package/dist/esm/utilities/viewport/jumpToSlice.js +0 -1
- package/dist/esm/utilities/viewport/jumpToWorld.js +0 -1
- package/dist/esm/utilities/viewportFilters/filterViewportsWithFrameOfReferenceUID.js +0 -1
- package/dist/esm/utilities/viewportFilters/filterViewportsWithParallelNormals.js +0 -1
- package/dist/esm/utilities/viewportFilters/filterViewportsWithSameOrientation.js +0 -1
- package/dist/esm/utilities/viewportFilters/filterViewportsWithToolEnabled.js +0 -1
- package/dist/esm/utilities/viewportFilters/getViewportIdsWithToolToRender.js +0 -1
- package/dist/esm/utilities/viewportFilters/index.js +0 -1
- package/dist/esm/utilities/voi/colorbar/Colorbar.js +0 -1
- package/dist/esm/utilities/voi/colorbar/ColorbarCanvas.js +0 -1
- package/dist/esm/utilities/voi/colorbar/ColorbarTicks.js +0 -1
- package/dist/esm/utilities/voi/colorbar/ViewportColorbar.js +1 -2
- package/dist/esm/utilities/voi/colorbar/common/areColorbarRangesEqual.js +0 -1
- package/dist/esm/utilities/voi/colorbar/common/areColorbarSizesEqual.js +0 -1
- package/dist/esm/utilities/voi/colorbar/common/index.js +0 -1
- package/dist/esm/utilities/voi/colorbar/common/isColorbarSizeValid.js +0 -1
- package/dist/esm/utilities/voi/colorbar/common/isRangeTextPositionValid.js +0 -1
- package/dist/esm/utilities/voi/colorbar/common/isRangeValid.js +0 -1
- package/dist/esm/utilities/voi/colorbar/enums/ColorbarRangeTextPosition.js +0 -1
- package/dist/esm/utilities/voi/colorbar/enums/index.js +0 -1
- package/dist/esm/utilities/voi/colorbar/index.js +0 -1
- package/dist/esm/utilities/voi/colorbar/types/ColorbarCanvasProps.js +0 -1
- package/dist/esm/utilities/voi/colorbar/types/ColorbarCommonProps.js +0 -1
- package/dist/esm/utilities/voi/colorbar/types/ColorbarImageRange.js +0 -1
- package/dist/esm/utilities/voi/colorbar/types/ColorbarProps.js +0 -1
- package/dist/esm/utilities/voi/colorbar/types/ColorbarSize.js +0 -1
- package/dist/esm/utilities/voi/colorbar/types/ColorbarTicksProps.js +0 -1
- package/dist/esm/utilities/voi/colorbar/types/ColorbarTicksStyle.js +0 -1
- package/dist/esm/utilities/voi/colorbar/types/ColorbarVOIRange.js +0 -1
- package/dist/esm/utilities/voi/colorbar/types/ViewportColorbarProps.js +0 -1
- package/dist/esm/utilities/voi/colorbar/types/index.js +0 -1
- package/dist/esm/utilities/voi/index.js +0 -1
- package/dist/esm/utilities/voi/windowlevel/calculateMinMaxMean.js +0 -1
- package/dist/esm/utilities/voi/windowlevel/extractWindowLevelRegionToolData.js +0 -1
- package/dist/esm/utilities/voi/windowlevel/getLuminanceFromRegion.js +0 -1
- package/dist/esm/utilities/voi/windowlevel/index.js +0 -1
- package/dist/esm/widgets/Widget.js +0 -1
- package/dist/esm/widgets/types/WidgetProps.js +0 -1
- package/dist/esm/widgets/types/WidgetSize.js +0 -1
- package/dist/esm/widgets/types/index.js +0 -1
- package/dist/esm/workers/polySegConverters.js +4 -4
- package/package.json +19 -3
- package/dist/esm/constants/COLOR_LUT.js.map +0 -1
- package/dist/esm/constants/index.js.map +0 -1
- package/dist/esm/cursors/ImageMouseCursor.js.map +0 -1
- package/dist/esm/cursors/MouseCursor.js.map +0 -1
- package/dist/esm/cursors/SVGCursorDescriptor.js.map +0 -1
- package/dist/esm/cursors/SVGMouseCursor.js.map +0 -1
- package/dist/esm/cursors/elementCursor.js.map +0 -1
- package/dist/esm/cursors/index.js.map +0 -1
- package/dist/esm/cursors/setCursorForElement.js.map +0 -1
- package/dist/esm/drawingSvg/_getHash.js.map +0 -1
- package/dist/esm/drawingSvg/clearByToolType.js.map +0 -1
- package/dist/esm/drawingSvg/draw.js.map +0 -1
- package/dist/esm/drawingSvg/drawArrow.js.map +0 -1
- package/dist/esm/drawingSvg/drawCircle.js.map +0 -1
- package/dist/esm/drawingSvg/drawEllipse.js.map +0 -1
- package/dist/esm/drawingSvg/drawEllipseByCoordinates.js.map +0 -1
- package/dist/esm/drawingSvg/drawHandle.js.map +0 -1
- package/dist/esm/drawingSvg/drawHandles.js.map +0 -1
- package/dist/esm/drawingSvg/drawHeight.js.map +0 -1
- package/dist/esm/drawingSvg/drawLine.js.map +0 -1
- package/dist/esm/drawingSvg/drawLink.js.map +0 -1
- package/dist/esm/drawingSvg/drawLinkedTextBox.js.map +0 -1
- package/dist/esm/drawingSvg/drawPath.js.map +0 -1
- package/dist/esm/drawingSvg/drawPolyline.js.map +0 -1
- package/dist/esm/drawingSvg/drawRect.js.map +0 -1
- package/dist/esm/drawingSvg/drawRectByCoordinates.js.map +0 -1
- package/dist/esm/drawingSvg/drawRedactionRect.js.map +0 -1
- package/dist/esm/drawingSvg/drawTextBox.js.map +0 -1
- package/dist/esm/drawingSvg/getSvgDrawingHelper.js.map +0 -1
- package/dist/esm/drawingSvg/index.js.map +0 -1
- package/dist/esm/drawingSvg/setAttributesIfNecessary.js.map +0 -1
- package/dist/esm/drawingSvg/setNewAttributesIfValid.js.map +0 -1
- package/dist/esm/enums/AnnotationStyleStates.js.map +0 -1
- package/dist/esm/enums/ChangeTypes.js.map +0 -1
- package/dist/esm/enums/Events.js.map +0 -1
- package/dist/esm/enums/SegmentationRepresentations.js.map +0 -1
- package/dist/esm/enums/StrategyCallbacks.js.map +0 -1
- package/dist/esm/enums/ToolBindings.js.map +0 -1
- package/dist/esm/enums/ToolModes.js.map +0 -1
- package/dist/esm/enums/Touch.js.map +0 -1
- package/dist/esm/enums/WorkerTypes.js.map +0 -1
- package/dist/esm/enums/index.js.map +0 -1
- package/dist/esm/eventDispatchers/annotationInterpolationEventDispatcher.js.map +0 -1
- package/dist/esm/eventDispatchers/annotationModifiedEventDispatcher.js.map +0 -1
- package/dist/esm/eventDispatchers/cameraModifiedEventDispatcher.js.map +0 -1
- package/dist/esm/eventDispatchers/cameraResetEventDispatcher.js.map +0 -1
- package/dist/esm/eventDispatchers/imageRenderedEventDispatcher.js.map +0 -1
- package/dist/esm/eventDispatchers/imageSpacingCalibratedEventDispatcher.js.map +0 -1
- package/dist/esm/eventDispatchers/index.js.map +0 -1
- package/dist/esm/eventDispatchers/keyboardEventHandlers/index.js.map +0 -1
- package/dist/esm/eventDispatchers/keyboardEventHandlers/keyDown.js.map +0 -1
- package/dist/esm/eventDispatchers/keyboardEventHandlers/keyUp.js.map +0 -1
- package/dist/esm/eventDispatchers/keyboardToolEventDispatcher.js.map +0 -1
- package/dist/esm/eventDispatchers/mouseEventHandlers/index.js.map +0 -1
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseClick.js.map +0 -1
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseDoubleClick.js.map +0 -1
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseDown.js.map +0 -1
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseDownActivate.js.map +0 -1
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseDownAnnotationAction.js.map +0 -1
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseDrag.js.map +0 -1
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseMove.js.map +0 -1
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseUp.js.map +0 -1
- package/dist/esm/eventDispatchers/mouseEventHandlers/mouseWheel.js.map +0 -1
- package/dist/esm/eventDispatchers/mouseToolEventDispatcher.js.map +0 -1
- package/dist/esm/eventDispatchers/shared/customCallbackHandler.js.map +0 -1
- package/dist/esm/eventDispatchers/shared/getActiveToolForKeyboardEvent.js.map +0 -1
- package/dist/esm/eventDispatchers/shared/getActiveToolForMouseEvent.js.map +0 -1
- package/dist/esm/eventDispatchers/shared/getActiveToolForTouchEvent.js.map +0 -1
- package/dist/esm/eventDispatchers/shared/getMouseModifier.js.map +0 -1
- package/dist/esm/eventDispatchers/shared/getToolsWithActionsForKeyboardEvents.js.map +0 -1
- package/dist/esm/eventDispatchers/shared/getToolsWithActionsForMouseEvent.js.map +0 -1
- package/dist/esm/eventDispatchers/shared/getToolsWithModesForMouseEvent.js.map +0 -1
- package/dist/esm/eventDispatchers/shared/getToolsWithModesForTouchEvent.js.map +0 -1
- package/dist/esm/eventDispatchers/touchEventHandlers/index.js.map +0 -1
- package/dist/esm/eventDispatchers/touchEventHandlers/touchDrag.js.map +0 -1
- package/dist/esm/eventDispatchers/touchEventHandlers/touchEnd.js.map +0 -1
- package/dist/esm/eventDispatchers/touchEventHandlers/touchPress.js.map +0 -1
- package/dist/esm/eventDispatchers/touchEventHandlers/touchStart.js.map +0 -1
- package/dist/esm/eventDispatchers/touchEventHandlers/touchStartActivate.js.map +0 -1
- package/dist/esm/eventDispatchers/touchEventHandlers/touchTap.js.map +0 -1
- package/dist/esm/eventDispatchers/touchToolEventDispatcher.js.map +0 -1
- package/dist/esm/eventListeners/annotations/annotationCompletedListener.js.map +0 -1
- package/dist/esm/eventListeners/annotations/annotationModifiedListener.js.map +0 -1
- package/dist/esm/eventListeners/annotations/annotationRemovedListener.js.map +0 -1
- package/dist/esm/eventListeners/annotations/annotationSelectionListener.js.map +0 -1
- package/dist/esm/eventListeners/annotations/contourSegmentation/contourSegmentationCompleted.js.map +0 -1
- package/dist/esm/eventListeners/annotations/contourSegmentation/contourSegmentationRemoved.js.map +0 -1
- package/dist/esm/eventListeners/annotations/contourSegmentation/index.js.map +0 -1
- package/dist/esm/eventListeners/annotations/index.js.map +0 -1
- package/dist/esm/eventListeners/index.js.map +0 -1
- package/dist/esm/eventListeners/keyboard/index.js.map +0 -1
- package/dist/esm/eventListeners/keyboard/keyDownListener.js.map +0 -1
- package/dist/esm/eventListeners/mouse/getMouseEventPoints.js.map +0 -1
- package/dist/esm/eventListeners/mouse/index.js.map +0 -1
- package/dist/esm/eventListeners/mouse/mouseDoubleClickListener.js.map +0 -1
- package/dist/esm/eventListeners/mouse/mouseDownListener.js.map +0 -1
- package/dist/esm/eventListeners/mouse/mouseMoveListener.js.map +0 -1
- package/dist/esm/eventListeners/segmentation/imageChangeEventListener.js.map +0 -1
- package/dist/esm/eventListeners/segmentation/index.js.map +0 -1
- package/dist/esm/eventListeners/segmentation/labelmap/onLabelmapSegmentationDataModified.js.map +0 -1
- package/dist/esm/eventListeners/segmentation/segmentationDataModifiedEventListener.js.map +0 -1
- package/dist/esm/eventListeners/segmentation/segmentationModifiedEventListener.js.map +0 -1
- package/dist/esm/eventListeners/segmentation/segmentationRepresentationModifiedEventListener.d.ts +0 -3
- package/dist/esm/eventListeners/segmentation/segmentationRepresentationModifiedEventListener.js +0 -15
- package/dist/esm/eventListeners/segmentation/segmentationRepresentationModifiedEventListener.js.map +0 -1
- package/dist/esm/eventListeners/segmentation/segmentationRepresentationRemovedEventListener.d.ts +0 -3
- package/dist/esm/eventListeners/segmentation/segmentationRepresentationRemovedEventListener.js +0 -9
- package/dist/esm/eventListeners/segmentation/segmentationRepresentationRemovedEventListener.js.map +0 -1
- package/dist/esm/eventListeners/touch/getTouchEventPoints.js.map +0 -1
- package/dist/esm/eventListeners/touch/index.js.map +0 -1
- package/dist/esm/eventListeners/touch/preventGhostClick.js.map +0 -1
- package/dist/esm/eventListeners/touch/touchStartListener.js.map +0 -1
- package/dist/esm/eventListeners/wheel/index.js.map +0 -1
- package/dist/esm/eventListeners/wheel/normalizeWheel.js.map +0 -1
- package/dist/esm/eventListeners/wheel/wheelListener.js.map +0 -1
- package/dist/esm/index.js.map +0 -1
- package/dist/esm/init.js.map +0 -1
- package/dist/esm/stateManagement/annotation/AnnotationGroup.js.map +0 -1
- package/dist/esm/stateManagement/annotation/AnnotationRenderingEngine.js.map +0 -1
- package/dist/esm/stateManagement/annotation/FrameOfReferenceSpecificAnnotationManager.js.map +0 -1
- package/dist/esm/stateManagement/annotation/annotationLocking.js.map +0 -1
- package/dist/esm/stateManagement/annotation/annotationSelection.js.map +0 -1
- package/dist/esm/stateManagement/annotation/annotationState.js.map +0 -1
- package/dist/esm/stateManagement/annotation/annotationVisibility.js.map +0 -1
- package/dist/esm/stateManagement/annotation/config/ToolStyle.js.map +0 -1
- package/dist/esm/stateManagement/annotation/config/getFont.js.map +0 -1
- package/dist/esm/stateManagement/annotation/config/getState.js.map +0 -1
- package/dist/esm/stateManagement/annotation/config/helpers.js.map +0 -1
- package/dist/esm/stateManagement/annotation/config/index.js.map +0 -1
- package/dist/esm/stateManagement/annotation/getAnnotation.js.map +0 -1
- package/dist/esm/stateManagement/annotation/helpers/state.js.map +0 -1
- package/dist/esm/stateManagement/annotation/index.js.map +0 -1
- package/dist/esm/stateManagement/annotation/utilities/defineProperties.js.map +0 -1
- package/dist/esm/stateManagement/index.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/SegmentationRenderingEngine.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/SegmentationStateManager.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/activeSegmentation.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/addColorLUT.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/addRepresentationData.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/addSegmentation.d.ts +0 -2
- package/dist/esm/stateManagement/segmentation/addSegmentation.js +0 -12
- package/dist/esm/stateManagement/segmentation/addSegmentation.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/addSegmentationRepresentationState.d.ts +0 -2
- package/dist/esm/stateManagement/segmentation/addSegmentationRepresentationState.js +0 -11
- package/dist/esm/stateManagement/segmentation/addSegmentationRepresentationState.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/addSegmentationRepresentations.d.ts +0 -8
- package/dist/esm/stateManagement/segmentation/addSegmentationRepresentations.js +0 -20
- package/dist/esm/stateManagement/segmentation/addSegmentationRepresentations.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/addSegmentations.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/config/index.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/config/segmentationColor.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/config/segmentationConfig.d.ts +0 -14
- package/dist/esm/stateManagement/segmentation/config/segmentationConfig.js +0 -55
- package/dist/esm/stateManagement/segmentation/config/segmentationConfig.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/config/segmentationVisibility.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/convertVolumeToStackSegmentation.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/events/triggerSegmentationDataModified.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/events/triggerSegmentationModified.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/events/triggerSegmentationRemoved.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/events/triggerSegmentationRepresentationModified.d.ts +0 -1
- package/dist/esm/stateManagement/segmentation/events/triggerSegmentationRepresentationModified.js +0 -9
- package/dist/esm/stateManagement/segmentation/events/triggerSegmentationRepresentationModified.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/events/triggerSegmentationRepresentationRemoved.d.ts +0 -1
- package/dist/esm/stateManagement/segmentation/events/triggerSegmentationRepresentationRemoved.js +0 -9
- package/dist/esm/stateManagement/segmentation/events/triggerSegmentationRepresentationRemoved.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/getActiveSegmentIndex.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/getActiveSegmentationRepresentation.d.ts +0 -2
- package/dist/esm/stateManagement/segmentation/getActiveSegmentationRepresentation.js +0 -6
- package/dist/esm/stateManagement/segmentation/getActiveSegmentationRepresentation.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/getAllSegmentationRepresentations.d.ts +0 -2
- package/dist/esm/stateManagement/segmentation/getAllSegmentationRepresentations.js +0 -7
- package/dist/esm/stateManagement/segmentation/getAllSegmentationRepresentations.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/getColorLUT.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/getCurrentLabelmapImageIdForViewport.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/getGlobalConfig.d.ts +0 -2
- package/dist/esm/stateManagement/segmentation/getGlobalConfig.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/getNextColorLUTIndex.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/getPerSegmentConfig.d.ts +0 -2
- package/dist/esm/stateManagement/segmentation/getPerSegmentConfig.js +0 -6
- package/dist/esm/stateManagement/segmentation/getPerSegmentConfig.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/getSegmentation.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/getSegmentationRepresentation.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/getSegmentationRepresentationConfig.d.ts +0 -2
- package/dist/esm/stateManagement/segmentation/getSegmentationRepresentationConfig.js +0 -6
- package/dist/esm/stateManagement/segmentation/getSegmentationRepresentationConfig.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/getSegmentationRepresentationViewportStates.d.ts +0 -7
- package/dist/esm/stateManagement/segmentation/getSegmentationRepresentationViewportStates.js +0 -7
- package/dist/esm/stateManagement/segmentation/getSegmentationRepresentationViewportStates.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/getSegmentationRepresentationVisibility.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/getSegmentationRepresentations.d.ts +0 -2
- package/dist/esm/stateManagement/segmentation/getSegmentationRepresentations.js +0 -13
- package/dist/esm/stateManagement/segmentation/getSegmentationRepresentations.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/getSegmentationRepresentationsForSegmentation.d.ts +0 -2
- package/dist/esm/stateManagement/segmentation/getSegmentationRepresentationsForSegmentation.js +0 -6
- package/dist/esm/stateManagement/segmentation/getSegmentationRepresentationsForSegmentation.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/getSegmentations.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/getStackSegmentationImageIdsForViewport.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/getViewportIdsWithSegmentation.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/helpers/clipAndCacheSurfacesForViewport.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/helpers/index.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/helpers/normalizeSegmentationInput.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/helpers/updateStackSegmentationState.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/helpers/validateSegmentationInput.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/index.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/internalAddSegmentationRepresentation.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/polySeg/Contour/computeAndAddContourRepresentation.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/polySeg/Contour/contourComputationStrategies.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/polySeg/Contour/utils/createAndAddContourSegmentationsFromClippedSurfaces.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/polySeg/Contour/utils/extractContourData.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/polySeg/Contour/utils/updateContoursOnCameraModified.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/polySeg/Labelmap/computeAndAddLabelmapRepresentation.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/polySeg/Labelmap/convertContourToLabelmap.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/polySeg/Labelmap/convertSurfaceToLabelmap.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/polySeg/Labelmap/labelmapComputationStrategies.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/polySeg/Surface/computeAndAddSurfaceRepresentation.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/polySeg/Surface/convertContourToSurface.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/polySeg/Surface/convertLabelmapToSurface.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/polySeg/Surface/createAndCacheSurfacesFromRaw.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/polySeg/Surface/surfaceComputationStrategies.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/polySeg/Surface/updateSurfaceData.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/polySeg/canComputeRequestedRepresentation.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/polySeg/computeAndAddRepresentation.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/polySeg/index.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/polySeg/registerPolySegWorker.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/removeColorLUT.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/removeRepresentation.d.ts +0 -1
- package/dist/esm/stateManagement/segmentation/removeRepresentation.js +0 -10
- package/dist/esm/stateManagement/segmentation/removeRepresentation.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/removeSegmentation.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/removeSegmentationRepresentations.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/segmentIndex.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/segmentLocking.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/segmentationState.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/setActiveSegmentationRepresentation.d.ts +0 -1
- package/dist/esm/stateManagement/segmentation/setActiveSegmentationRepresentation.js +0 -10
- package/dist/esm/stateManagement/segmentation/setActiveSegmentationRepresentation.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/setGlobalConfig.d.ts +0 -2
- package/dist/esm/stateManagement/segmentation/setGlobalConfig.js +0 -10
- package/dist/esm/stateManagement/segmentation/setGlobalConfig.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/setPerSegmentConfig.d.ts +0 -2
- package/dist/esm/stateManagement/segmentation/setPerSegmentConfig.js +0 -10
- package/dist/esm/stateManagement/segmentation/setPerSegmentConfig.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/setSegmentationRepresentationConfig.d.ts +0 -2
- package/dist/esm/stateManagement/segmentation/setSegmentationRepresentationConfig.js +0 -10
- package/dist/esm/stateManagement/segmentation/setSegmentationRepresentationConfig.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/setSegmentationRepresentationVisibility.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/triggerSegmentationEvents.js.map +0 -1
- package/dist/esm/stateManagement/segmentation/updateLabelmapSegmentationImageReferences.js.map +0 -1
- package/dist/esm/store/SynchronizerManager/Synchronizer.js.map +0 -1
- package/dist/esm/store/SynchronizerManager/createSynchronizer.js.map +0 -1
- package/dist/esm/store/SynchronizerManager/destroy.js.map +0 -1
- package/dist/esm/store/SynchronizerManager/destroySynchronizer.js.map +0 -1
- package/dist/esm/store/SynchronizerManager/getAllSynchronizers.js.map +0 -1
- package/dist/esm/store/SynchronizerManager/getSynchronizer.js.map +0 -1
- package/dist/esm/store/SynchronizerManager/getSynchronizersForViewport.js.map +0 -1
- package/dist/esm/store/SynchronizerManager/index.js.map +0 -1
- package/dist/esm/store/ToolGroupManager/ToolGroup.js.map +0 -1
- package/dist/esm/store/ToolGroupManager/createToolGroup.js.map +0 -1
- package/dist/esm/store/ToolGroupManager/destroy.js.map +0 -1
- package/dist/esm/store/ToolGroupManager/destroyToolGroup.js.map +0 -1
- package/dist/esm/store/ToolGroupManager/getAllToolGroups.js.map +0 -1
- package/dist/esm/store/ToolGroupManager/getToolGroup.js.map +0 -1
- package/dist/esm/store/ToolGroupManager/getToolGroupForViewport.js.map +0 -1
- package/dist/esm/store/ToolGroupManager/getToolGroupsWithToolName.js.map +0 -1
- package/dist/esm/store/ToolGroupManager/index.js.map +0 -1
- package/dist/esm/store/addEnabledElement.js.map +0 -1
- package/dist/esm/store/addTool.js.map +0 -1
- package/dist/esm/store/cancelActiveManipulations.js.map +0 -1
- package/dist/esm/store/filterMoveableAnnotationTools.js.map +0 -1
- package/dist/esm/store/filterToolsWithAnnotationsForElement.js.map +0 -1
- package/dist/esm/store/filterToolsWithMoveableHandles.js.map +0 -1
- package/dist/esm/store/index.js.map +0 -1
- package/dist/esm/store/removeEnabledElement.js.map +0 -1
- package/dist/esm/store/state.js.map +0 -1
- package/dist/esm/store/svgNodeCache.js.map +0 -1
- package/dist/esm/synchronizers/callbacks/areViewportsCoplanar .js.map +0 -1
- package/dist/esm/synchronizers/callbacks/cameraSyncCallback.js.map +0 -1
- package/dist/esm/synchronizers/callbacks/imageSliceSyncCallback.js.map +0 -1
- package/dist/esm/synchronizers/callbacks/presentationViewSyncCallback.js.map +0 -1
- package/dist/esm/synchronizers/callbacks/slabThicknessSyncCallback.js.map +0 -1
- package/dist/esm/synchronizers/callbacks/voiSyncCallback.js.map +0 -1
- package/dist/esm/synchronizers/callbacks/zoomPanSyncCallback.js.map +0 -1
- package/dist/esm/synchronizers/index.js.map +0 -1
- package/dist/esm/synchronizers/synchronizers/createCameraPositionSynchronizer.js.map +0 -1
- package/dist/esm/synchronizers/synchronizers/createImageSliceSynchronizer.js.map +0 -1
- package/dist/esm/synchronizers/synchronizers/createPresentationViewSynchronizer.js.map +0 -1
- package/dist/esm/synchronizers/synchronizers/createSlabThicknessSynchronizer.js.map +0 -1
- package/dist/esm/synchronizers/synchronizers/createVOISynchronizer.js.map +0 -1
- package/dist/esm/synchronizers/synchronizers/createZoomPanSynchronizer.js.map +0 -1
- package/dist/esm/synchronizers/synchronizers/index.js.map +0 -1
- package/dist/esm/tools/AdvancedMagnifyTool.js.map +0 -1
- package/dist/esm/tools/AnnotationEraserTool.js.map +0 -1
- package/dist/esm/tools/CrosshairsTool.js.map +0 -1
- package/dist/esm/tools/MIPJumpToClickTool.js.map +0 -1
- package/dist/esm/tools/MagnifyTool.js.map +0 -1
- package/dist/esm/tools/OrientationMarkerTool.js.map +0 -1
- package/dist/esm/tools/OverlayGridTool.js.map +0 -1
- package/dist/esm/tools/PanTool.js.map +0 -1
- package/dist/esm/tools/PlanarRotateTool.js.map +0 -1
- package/dist/esm/tools/ReferenceCursors.js.map +0 -1
- package/dist/esm/tools/ReferenceLinesTool.js.map +0 -1
- package/dist/esm/tools/ScaleOverlayTool.js.map +0 -1
- package/dist/esm/tools/SculptorTool/CircleSculptCursor.js.map +0 -1
- package/dist/esm/tools/SculptorTool.js.map +0 -1
- package/dist/esm/tools/SegmentationIntersectionTool.js.map +0 -1
- package/dist/esm/tools/StackScrollTool.js.map +0 -1
- package/dist/esm/tools/TrackballRotateTool.js.map +0 -1
- package/dist/esm/tools/VolumeRotateMouseWheelTool.d.ts +0 -9
- package/dist/esm/tools/VolumeRotateMouseWheelTool.js +0 -53
- package/dist/esm/tools/VolumeRotateMouseWheelTool.js.map +0 -1
- package/dist/esm/tools/WindowLevelRegionTool.js.map +0 -1
- package/dist/esm/tools/WindowLevelTool.js.map +0 -1
- package/dist/esm/tools/ZoomTool.js.map +0 -1
- package/dist/esm/tools/annotation/AngleTool.js.map +0 -1
- package/dist/esm/tools/annotation/ArrowAnnotateTool.js.map +0 -1
- package/dist/esm/tools/annotation/BidirectionalTool.js.map +0 -1
- package/dist/esm/tools/annotation/CircleROITool.js.map +0 -1
- package/dist/esm/tools/annotation/CobbAngleTool.js.map +0 -1
- package/dist/esm/tools/annotation/DragProbeTool.js.map +0 -1
- package/dist/esm/tools/annotation/EllipticalROITool.js.map +0 -1
- package/dist/esm/tools/annotation/HeightTool.js.map +0 -1
- package/dist/esm/tools/annotation/KeyImageTool.js.map +0 -1
- package/dist/esm/tools/annotation/LengthTool.js.map +0 -1
- package/dist/esm/tools/annotation/LivewireContourSegmentationTool.js.map +0 -1
- package/dist/esm/tools/annotation/LivewireContourTool.js.map +0 -1
- package/dist/esm/tools/annotation/PlanarFreehandContourSegmentationTool.js.map +0 -1
- package/dist/esm/tools/annotation/PlanarFreehandROITool.js.map +0 -1
- package/dist/esm/tools/annotation/ProbeTool.js.map +0 -1
- package/dist/esm/tools/annotation/RectangleROITool.js.map +0 -1
- package/dist/esm/tools/annotation/SplineContourSegmentationTool.js.map +0 -1
- package/dist/esm/tools/annotation/SplineROITool.js.map +0 -1
- package/dist/esm/tools/annotation/UltrasoundDirectionalTool.js.map +0 -1
- package/dist/esm/tools/annotation/VideoRedactionTool.js.map +0 -1
- package/dist/esm/tools/annotation/planarFreehandROITool/closedContourEditLoop.js.map +0 -1
- package/dist/esm/tools/annotation/planarFreehandROITool/drawLoop.js.map +0 -1
- package/dist/esm/tools/annotation/planarFreehandROITool/editLoopCommon.js.map +0 -1
- package/dist/esm/tools/annotation/planarFreehandROITool/findOpenUShapedContourVectorToPeak.js.map +0 -1
- package/dist/esm/tools/annotation/planarFreehandROITool/openContourEditLoop.js.map +0 -1
- package/dist/esm/tools/annotation/planarFreehandROITool/openContourEndEditLoop.js.map +0 -1
- package/dist/esm/tools/annotation/planarFreehandROITool/renderMethods.js.map +0 -1
- package/dist/esm/tools/annotation/splines/BSpline.js.map +0 -1
- package/dist/esm/tools/annotation/splines/CardinalSpline.js.map +0 -1
- package/dist/esm/tools/annotation/splines/CatmullRomSpline.js.map +0 -1
- package/dist/esm/tools/annotation/splines/CubicSpline.js.map +0 -1
- package/dist/esm/tools/annotation/splines/LinearSpline.js.map +0 -1
- package/dist/esm/tools/annotation/splines/QuadraticBezier.js.map +0 -1
- package/dist/esm/tools/annotation/splines/QuadraticSpline.js.map +0 -1
- package/dist/esm/tools/annotation/splines/Spline.js.map +0 -1
- package/dist/esm/tools/base/AnnotationDisplayTool.js.map +0 -1
- package/dist/esm/tools/base/AnnotationTool.js.map +0 -1
- package/dist/esm/tools/base/BaseTool.js.map +0 -1
- package/dist/esm/tools/base/ContourBaseTool.js.map +0 -1
- package/dist/esm/tools/base/ContourSegmentationBaseTool.js.map +0 -1
- package/dist/esm/tools/base/index.js.map +0 -1
- package/dist/esm/tools/displayTools/Contour/contourConfig.js.map +0 -1
- package/dist/esm/tools/displayTools/Contour/contourDisplay.js.map +0 -1
- package/dist/esm/tools/displayTools/Contour/contourHandler/contourConfigCache.d.ts +0 -9
- package/dist/esm/tools/displayTools/Contour/contourHandler/contourConfigCache.js +0 -11
- package/dist/esm/tools/displayTools/Contour/contourHandler/contourConfigCache.js.map +0 -1
- package/dist/esm/tools/displayTools/Contour/contourHandler/handleContourSegmentation.js.map +0 -1
- package/dist/esm/tools/displayTools/Contour/contourHandler/utils.js.map +0 -1
- package/dist/esm/tools/displayTools/Contour/index.js.map +0 -1
- package/dist/esm/tools/displayTools/Contour/removeContourFromElement.js.map +0 -1
- package/dist/esm/tools/displayTools/Labelmap/addLabelmapToElement.js.map +0 -1
- package/dist/esm/tools/displayTools/Labelmap/index.js.map +0 -1
- package/dist/esm/tools/displayTools/Labelmap/labelmapConfig.js.map +0 -1
- package/dist/esm/tools/displayTools/Labelmap/labelmapDisplay.js.map +0 -1
- package/dist/esm/tools/displayTools/Labelmap/removeLabelmapFromElement.js.map +0 -1
- package/dist/esm/tools/displayTools/Labelmap/validateLabelmap.js.map +0 -1
- package/dist/esm/tools/displayTools/Surface/addOrUpdateSurfaceToElement.js.map +0 -1
- package/dist/esm/tools/displayTools/Surface/index.js.map +0 -1
- package/dist/esm/tools/displayTools/Surface/removeSurfaceFromElement.js.map +0 -1
- package/dist/esm/tools/displayTools/Surface/surfaceConfig.js.map +0 -1
- package/dist/esm/tools/displayTools/Surface/surfaceDisplay.js.map +0 -1
- package/dist/esm/tools/distancePointToContour.js.map +0 -1
- package/dist/esm/tools/index.js.map +0 -1
- package/dist/esm/tools/segmentation/BrushTool.js.map +0 -1
- package/dist/esm/tools/segmentation/CircleROIStartEndThresholdTool.js.map +0 -1
- package/dist/esm/tools/segmentation/CircleScissorsTool.js.map +0 -1
- package/dist/esm/tools/segmentation/PaintFillTool.js.map +0 -1
- package/dist/esm/tools/segmentation/RectangleROIStartEndThresholdTool.js.map +0 -1
- package/dist/esm/tools/segmentation/RectangleROIThresholdTool.js.map +0 -1
- package/dist/esm/tools/segmentation/RectangleScissorsTool.js.map +0 -1
- package/dist/esm/tools/segmentation/SegmentSelectTool.js.map +0 -1
- package/dist/esm/tools/segmentation/SphereScissorsTool.js.map +0 -1
- package/dist/esm/tools/segmentation/strategies/BrushStrategy.js.map +0 -1
- package/dist/esm/tools/segmentation/strategies/compositions/determineSegmentIndex.js.map +0 -1
- package/dist/esm/tools/segmentation/strategies/compositions/dynamicThreshold.js.map +0 -1
- package/dist/esm/tools/segmentation/strategies/compositions/erase.js.map +0 -1
- package/dist/esm/tools/segmentation/strategies/compositions/index.js.map +0 -1
- package/dist/esm/tools/segmentation/strategies/compositions/islandRemoval.js.map +0 -1
- package/dist/esm/tools/segmentation/strategies/compositions/preview.js.map +0 -1
- package/dist/esm/tools/segmentation/strategies/compositions/regionFill.js.map +0 -1
- package/dist/esm/tools/segmentation/strategies/compositions/setValue.js.map +0 -1
- package/dist/esm/tools/segmentation/strategies/compositions/threshold.js.map +0 -1
- package/dist/esm/tools/segmentation/strategies/eraseCircle.js.map +0 -1
- package/dist/esm/tools/segmentation/strategies/eraseRectangle.js.map +0 -1
- package/dist/esm/tools/segmentation/strategies/eraseSphere.js.map +0 -1
- package/dist/esm/tools/segmentation/strategies/fillCircle.js.map +0 -1
- package/dist/esm/tools/segmentation/strategies/fillRectangle.js.map +0 -1
- package/dist/esm/tools/segmentation/strategies/fillSphere.js.map +0 -1
- package/dist/esm/tools/segmentation/strategies/index.js.map +0 -1
- package/dist/esm/tools/segmentation/strategies/utils/getStrategyData.js.map +0 -1
- package/dist/esm/tools/segmentation/strategies/utils/isWithinThreshold.js.map +0 -1
- package/dist/esm/tools/segmentation/strategies/utils/stackVolumeCheck.d.ts +0 -5
- package/dist/esm/tools/segmentation/strategies/utils/stackVolumeCheck.js +0 -14
- package/dist/esm/tools/segmentation/strategies/utils/stackVolumeCheck.js.map +0 -1
- package/dist/esm/types/AnnotationGroupSelector.js.map +0 -1
- package/dist/esm/types/AnnotationRenderContext.js.map +0 -1
- package/dist/esm/types/AnnotationStyle.js.map +0 -1
- package/dist/esm/types/AnnotationTypes.js.map +0 -1
- package/dist/esm/types/BoundsIJK.js.map +0 -1
- package/dist/esm/types/CINETypes.js.map +0 -1
- package/dist/esm/types/CalculatorTypes.js.map +0 -1
- package/dist/esm/types/CardinalSplineProps.js.map +0 -1
- package/dist/esm/types/ClosestControlPoint.js.map +0 -1
- package/dist/esm/types/ClosestPoint.js.map +0 -1
- package/dist/esm/types/ClosestSplinePoint.js.map +0 -1
- package/dist/esm/types/ContourAnnotation.js.map +0 -1
- package/dist/esm/types/ContourSegmentationAnnotation.js.map +0 -1
- package/dist/esm/types/ContourTypes.js.map +0 -1
- package/dist/esm/types/ControlPointInfo.js.map +0 -1
- package/dist/esm/types/CursorTypes.js.map +0 -1
- package/dist/esm/types/EventTypes.js.map +0 -1
- package/dist/esm/types/FloodFillTypes.js.map +0 -1
- package/dist/esm/types/IAnnotationManager.js.map +0 -1
- package/dist/esm/types/IBaseTool.js.map +0 -1
- package/dist/esm/types/IDistance.js.map +0 -1
- package/dist/esm/types/IPoints.js.map +0 -1
- package/dist/esm/types/ISculptToolShape.js.map +0 -1
- package/dist/esm/types/ISetToolModeOptions.js.map +0 -1
- package/dist/esm/types/ISpline.js.map +0 -1
- package/dist/esm/types/ISynchronizerEventHandler.js.map +0 -1
- package/dist/esm/types/IToolClassReference.js.map +0 -1
- package/dist/esm/types/IToolGroup.js.map +0 -1
- package/dist/esm/types/ITouchPoints.js.map +0 -1
- package/dist/esm/types/InteractionTypes.js.map +0 -1
- package/dist/esm/types/InternalToolTypes.js.map +0 -1
- package/dist/esm/types/InterpolationTypes.js.map +0 -1
- package/dist/esm/types/JumpToSliceOptions.js.map +0 -1
- package/dist/esm/types/LabelmapToolOperationData.js.map +0 -1
- package/dist/esm/types/LabelmapTypes.js.map +0 -1
- package/dist/esm/types/PlanarBoundingBox.js.map +0 -1
- package/dist/esm/types/PolySeg.js.map +0 -1
- package/dist/esm/types/SVGDrawingHelper.js.map +0 -1
- package/dist/esm/types/ScrollOptions.js.map +0 -1
- package/dist/esm/types/SegmentationStateTypes.js.map +0 -1
- package/dist/esm/types/SplineCurveSegment.js.map +0 -1
- package/dist/esm/types/SplineLineSegment.js.map +0 -1
- package/dist/esm/types/SplineProps.js.map +0 -1
- package/dist/esm/types/SurfaceTypes.js.map +0 -1
- package/dist/esm/types/ToolAction.js.map +0 -1
- package/dist/esm/types/ToolHandle.js.map +0 -1
- package/dist/esm/types/ToolProps.js.map +0 -1
- package/dist/esm/types/ToolSpecificAnnotationTypes.js.map +0 -1
- package/dist/esm/types/index.js.map +0 -1
- package/dist/esm/utilities/BucketQueue.js.map +0 -1
- package/dist/esm/utilities/annotationFrameRange.js.map +0 -1
- package/dist/esm/utilities/annotationHydration.js.map +0 -1
- package/dist/esm/utilities/boundingBox/extend2DBoundingBoxInViewAxis.js.map +0 -1
- package/dist/esm/utilities/boundingBox/getBoundingBoxAroundShape.js.map +0 -1
- package/dist/esm/utilities/boundingBox/index.js.map +0 -1
- package/dist/esm/utilities/calibrateImageSpacing.js.map +0 -1
- package/dist/esm/utilities/cine/events.js.map +0 -1
- package/dist/esm/utilities/cine/index.js.map +0 -1
- package/dist/esm/utilities/cine/playClip.js.map +0 -1
- package/dist/esm/utilities/cine/state.js.map +0 -1
- package/dist/esm/utilities/clip.js.map +0 -1
- package/dist/esm/utilities/contourSegmentation/addContourSegmentationAnnotation.js.map +0 -1
- package/dist/esm/utilities/contourSegmentation/areSameSegment.js.map +0 -1
- package/dist/esm/utilities/contourSegmentation/index.js.map +0 -1
- package/dist/esm/utilities/contourSegmentation/isContourSegmentationAnnotation.js.map +0 -1
- package/dist/esm/utilities/contourSegmentation/removeContourSegmentationAnnotation.js.map +0 -1
- package/dist/esm/utilities/contours/AnnotationToPointData.js.map +0 -1
- package/dist/esm/utilities/contours/RectangleROIStartEndThreshold.js.map +0 -1
- package/dist/esm/utilities/contours/areCoplanarContours.js.map +0 -1
- package/dist/esm/utilities/contours/calculatePerimeter.js.map +0 -1
- package/dist/esm/utilities/contours/contourFinder.js.map +0 -1
- package/dist/esm/utilities/contours/detectContourHoles.js.map +0 -1
- package/dist/esm/utilities/contours/findHandlePolylineIndex.js.map +0 -1
- package/dist/esm/utilities/contours/generateContourSetsFromLabelmap.js.map +0 -1
- package/dist/esm/utilities/contours/getContourHolesDataCanvas.js.map +0 -1
- package/dist/esm/utilities/contours/getContourHolesDataWorld.js.map +0 -1
- package/dist/esm/utilities/contours/getDeduplicatedVTKPolyDataPoints.js.map +0 -1
- package/dist/esm/utilities/contours/index.js.map +0 -1
- package/dist/esm/utilities/contours/interpolation/acceptAutogeneratedInterpolations.js.map +0 -1
- package/dist/esm/utilities/contours/interpolation/createPolylineToolData.js.map +0 -1
- package/dist/esm/utilities/contours/interpolation/findAnnotationForInterpolation.js.map +0 -1
- package/dist/esm/utilities/contours/interpolation/getInterpolationData.js.map +0 -1
- package/dist/esm/utilities/contours/interpolation/getInterpolationDataCollection.js.map +0 -1
- package/dist/esm/utilities/contours/interpolation/interpolate.js.map +0 -1
- package/dist/esm/utilities/contours/interpolation/selectHandles.js.map +0 -1
- package/dist/esm/utilities/contours/interpolation/updateChildInterpolationUID.js.map +0 -1
- package/dist/esm/utilities/contours/reverseIfAntiClockwise.js.map +0 -1
- package/dist/esm/utilities/contours/updateContourPolyline.js.map +0 -1
- package/dist/esm/utilities/debounce.js.map +0 -1
- package/dist/esm/utilities/drawing/getTextBoxCoordsCanvas.js.map +0 -1
- package/dist/esm/utilities/drawing/index.js.map +0 -1
- package/dist/esm/utilities/dynamicVolume/generateImageFromTimeData.js.map +0 -1
- package/dist/esm/utilities/dynamicVolume/getDataInTime.js.map +0 -1
- package/dist/esm/utilities/dynamicVolume/index.js.map +0 -1
- package/dist/esm/utilities/getAnnotationNearPoint.js.map +0 -1
- package/dist/esm/utilities/getCalibratedUnits.js.map +0 -1
- package/dist/esm/utilities/getPixelValueUnits.js.map +0 -1
- package/dist/esm/utilities/getSphereBoundsInfo.js.map +0 -1
- package/dist/esm/utilities/getToolsWithModesForElement.js.map +0 -1
- package/dist/esm/utilities/getVOIMultipliers.js.map +0 -1
- package/dist/esm/utilities/getViewportForAnnotation.js.map +0 -1
- package/dist/esm/utilities/getViewportsForAnnotation.js.map +0 -1
- package/dist/esm/utilities/index.js.map +0 -1
- package/dist/esm/utilities/isObject.js.map +0 -1
- package/dist/esm/utilities/livewire/LiveWirePath.js.map +0 -1
- package/dist/esm/utilities/livewire/LivewireScissors.js.map +0 -1
- package/dist/esm/utilities/math/aabb/distanceToPoint.js.map +0 -1
- package/dist/esm/utilities/math/aabb/distanceToPointSquared.js.map +0 -1
- package/dist/esm/utilities/math/aabb/index.js.map +0 -1
- package/dist/esm/utilities/math/aabb/intersectAABB.js.map +0 -1
- package/dist/esm/utilities/math/angle/angleBetweenLines.js.map +0 -1
- package/dist/esm/utilities/math/basic/BasicStatsCalculator.js.map +0 -1
- package/dist/esm/utilities/math/basic/Calculator.js.map +0 -1
- package/dist/esm/utilities/math/basic/index.js.map +0 -1
- package/dist/esm/utilities/math/circle/_types.js.map +0 -1
- package/dist/esm/utilities/math/circle/getCanvasCircleCorners.js.map +0 -1
- package/dist/esm/utilities/math/circle/getCanvasCircleRadius.js.map +0 -1
- package/dist/esm/utilities/math/circle/index.js.map +0 -1
- package/dist/esm/utilities/math/ellipse/getCanvasEllipseCorners.js.map +0 -1
- package/dist/esm/utilities/math/ellipse/index.js.map +0 -1
- package/dist/esm/utilities/math/ellipse/pointInEllipse.js.map +0 -1
- package/dist/esm/utilities/math/ellipse/pointInEllipsoidWithConstraint.js.map +0 -1
- package/dist/esm/utilities/math/index.js.map +0 -1
- package/dist/esm/utilities/math/line/distanceToPoint.js.map +0 -1
- package/dist/esm/utilities/math/line/distanceToPointSquared.js.map +0 -1
- package/dist/esm/utilities/math/line/distanceToPointSquaredInfo.js.map +0 -1
- package/dist/esm/utilities/math/line/index.js.map +0 -1
- package/dist/esm/utilities/math/line/intersectLine.js.map +0 -1
- package/dist/esm/utilities/math/line/isPointOnLineSegment.js.map +0 -1
- package/dist/esm/utilities/math/midPoint.js.map +0 -1
- package/dist/esm/utilities/math/point/distanceToPoint.js.map +0 -1
- package/dist/esm/utilities/math/point/distanceToPointSquared.js.map +0 -1
- package/dist/esm/utilities/math/point/index.js.map +0 -1
- package/dist/esm/utilities/math/point/mirror.js.map +0 -1
- package/dist/esm/utilities/math/polyline/addCanvasPointsToArray.js.map +0 -1
- package/dist/esm/utilities/math/polyline/areLineSegmentsIntersecting.js.map +0 -1
- package/dist/esm/utilities/math/polyline/combinePolyline.js.map +0 -1
- package/dist/esm/utilities/math/polyline/containsPoint.js.map +0 -1
- package/dist/esm/utilities/math/polyline/containsPoints.js.map +0 -1
- package/dist/esm/utilities/math/polyline/decimate.js.map +0 -1
- package/dist/esm/utilities/math/polyline/getAABB.js.map +0 -1
- package/dist/esm/utilities/math/polyline/getArea.js.map +0 -1
- package/dist/esm/utilities/math/polyline/getClosestLineSegmentIntersection.js.map +0 -1
- package/dist/esm/utilities/math/polyline/getFirstLineSegmentIntersectionIndexes.js.map +0 -1
- package/dist/esm/utilities/math/polyline/getLineSegmentIntersectionsCoordinates.js.map +0 -1
- package/dist/esm/utilities/math/polyline/getLineSegmentIntersectionsIndexes.js.map +0 -1
- package/dist/esm/utilities/math/polyline/getLinesIntersection.js.map +0 -1
- package/dist/esm/utilities/math/polyline/getNormal2.js.map +0 -1
- package/dist/esm/utilities/math/polyline/getNormal3.js.map +0 -1
- package/dist/esm/utilities/math/polyline/getSignedArea.js.map +0 -1
- package/dist/esm/utilities/math/polyline/getSubPixelSpacingAndXYDirections.js.map +0 -1
- package/dist/esm/utilities/math/polyline/getWindingDirection.js.map +0 -1
- package/dist/esm/utilities/math/polyline/index.js.map +0 -1
- package/dist/esm/utilities/math/polyline/intersectPolyline.js.map +0 -1
- package/dist/esm/utilities/math/polyline/isClosed.js.map +0 -1
- package/dist/esm/utilities/math/polyline/isPointInsidePolyline3D.js.map +0 -1
- package/dist/esm/utilities/math/polyline/planarFreehandROIInternalTypes.js.map +0 -1
- package/dist/esm/utilities/math/polyline/pointCanProjectOnLine.js.map +0 -1
- package/dist/esm/utilities/math/polyline/pointsAreWithinCloseContourProximity.js.map +0 -1
- package/dist/esm/utilities/math/polyline/projectTo2D.js.map +0 -1
- package/dist/esm/utilities/math/rectangle/distanceToPoint.js.map +0 -1
- package/dist/esm/utilities/math/rectangle/index.js.map +0 -1
- package/dist/esm/utilities/math/sphere/index.js.map +0 -1
- package/dist/esm/utilities/math/sphere/pointInSphere.js.map +0 -1
- package/dist/esm/utilities/math/vec2/findClosestPoint.js.map +0 -1
- package/dist/esm/utilities/math/vec2/index.js.map +0 -1
- package/dist/esm/utilities/math/vec2/liangBarksyClip.js.map +0 -1
- package/dist/esm/utilities/math/vec3/interpolateVec3.js.map +0 -1
- package/dist/esm/utilities/orientation/getOrientationStringLPS.js.map +0 -1
- package/dist/esm/utilities/orientation/index.js.map +0 -1
- package/dist/esm/utilities/orientation/invertOrientationStringLPS.js.map +0 -1
- package/dist/esm/utilities/planar/filterAnnotationsForDisplay.js.map +0 -1
- package/dist/esm/utilities/planar/filterAnnotationsWithinPlane.js.map +0 -1
- package/dist/esm/utilities/planar/filterAnnotationsWithinSlice.js.map +0 -1
- package/dist/esm/utilities/planar/getPointInLineOfSightWithCriteria.js.map +0 -1
- package/dist/esm/utilities/planar/getWorldWidthAndHeightFromCorners.js.map +0 -1
- package/dist/esm/utilities/planar/getWorldWidthAndHeightFromTwoPoints.js.map +0 -1
- package/dist/esm/utilities/planar/index.js.map +0 -1
- package/dist/esm/utilities/planar/isPlaneIntersectingAABB.js.map +0 -1
- package/dist/esm/utilities/planarFreehandROITool/index.js.map +0 -1
- package/dist/esm/utilities/planarFreehandROITool/interpolation/algorithms/bspline.js.map +0 -1
- package/dist/esm/utilities/planarFreehandROITool/interpolation/interpolateSegmentPoints.js.map +0 -1
- package/dist/esm/utilities/planarFreehandROITool/smoothAnnotation.js.map +0 -1
- package/dist/esm/utilities/planarFreehandROITool/smoothPoints.js.map +0 -1
- package/dist/esm/utilities/pointToString.js.map +0 -1
- package/dist/esm/utilities/polyData/utils.js.map +0 -1
- package/dist/esm/utilities/rectangleROITool/getBoundsIJKFromRectangleAnnotations.js.map +0 -1
- package/dist/esm/utilities/rectangleROITool/index.js.map +0 -1
- package/dist/esm/utilities/rectangleROITool/isAxisAlignedRectangle.js.map +0 -1
- package/dist/esm/utilities/scroll.js.map +0 -1
- package/dist/esm/utilities/segmentation/InterpolationManager/InterpolationManager.js.map +0 -1
- package/dist/esm/utilities/segmentation/InterpolationManager/deleteRelatedAnnotations.js.map +0 -1
- package/dist/esm/utilities/segmentation/brushSizeForToolGroup.js.map +0 -1
- package/dist/esm/utilities/segmentation/brushThresholdForToolGroup.js.map +0 -1
- package/dist/esm/utilities/segmentation/contourAndFindLargestBidirectional.js.map +0 -1
- package/dist/esm/utilities/segmentation/createBidirectionalToolData.js.map +0 -1
- package/dist/esm/utilities/segmentation/createLabelmapVolumeForViewport.js.map +0 -1
- package/dist/esm/utilities/segmentation/createMergedLabelmapForIndex.js.map +0 -1
- package/dist/esm/utilities/segmentation/findLargestBidirectional.js.map +0 -1
- package/dist/esm/utilities/segmentation/floodFill.js.map +0 -1
- package/dist/esm/utilities/segmentation/getBrushToolInstances.js.map +0 -1
- package/dist/esm/utilities/segmentation/getDefaultRepresentationConfig.d.ts +0 -2
- package/dist/esm/utilities/segmentation/getDefaultRepresentationConfig.js +0 -12
- package/dist/esm/utilities/segmentation/getDefaultRepresentationConfig.js.map +0 -1
- package/dist/esm/utilities/segmentation/getHoveredContourSegmentationAnnotation.js.map +0 -1
- package/dist/esm/utilities/segmentation/getSegmentIndexAtLabelmapBorder.js.map +0 -1
- package/dist/esm/utilities/segmentation/getSegmentIndexAtWorldPoint.js.map +0 -1
- package/dist/esm/utilities/segmentation/getUniqueSegmentIndices.js.map +0 -1
- package/dist/esm/utilities/segmentation/index.js.map +0 -1
- package/dist/esm/utilities/segmentation/invalidateBrushCursor.js.map +0 -1
- package/dist/esm/utilities/segmentation/isLineInSegment.js.map +0 -1
- package/dist/esm/utilities/segmentation/isValidRepresentationConfig.d.ts +0 -2
- package/dist/esm/utilities/segmentation/isValidRepresentationConfig.js +0 -11
- package/dist/esm/utilities/segmentation/isValidRepresentationConfig.js.map +0 -1
- package/dist/esm/utilities/segmentation/rectangleROIThresholdVolumeByRange.js.map +0 -1
- package/dist/esm/utilities/segmentation/segmentContourAction.js.map +0 -1
- package/dist/esm/utilities/segmentation/thresholdSegmentationByRange.js.map +0 -1
- package/dist/esm/utilities/segmentation/thresholdVolumeByRange.js.map +0 -1
- package/dist/esm/utilities/segmentation/utilities.js.map +0 -1
- package/dist/esm/utilities/stackPrefetch/index.js.map +0 -1
- package/dist/esm/utilities/stackPrefetch/stackContextPrefetch.js.map +0 -1
- package/dist/esm/utilities/stackPrefetch/stackPrefetch.js.map +0 -1
- package/dist/esm/utilities/stackPrefetch/stackPrefetchUtils.js.map +0 -1
- package/dist/esm/utilities/stackPrefetch/state.js.map +0 -1
- package/dist/esm/utilities/throttle.js.map +0 -1
- package/dist/esm/utilities/touch/index.js.map +0 -1
- package/dist/esm/utilities/triggerAnnotationRender.js.map +0 -1
- package/dist/esm/utilities/triggerAnnotationRenderForToolGroupIds.js.map +0 -1
- package/dist/esm/utilities/triggerAnnotationRenderForViewportIds.js.map +0 -1
- package/dist/esm/utilities/viewport/index.js.map +0 -1
- package/dist/esm/utilities/viewport/isViewportPreScaled.js.map +0 -1
- package/dist/esm/utilities/viewport/jumpToSlice.js.map +0 -1
- package/dist/esm/utilities/viewport/jumpToWorld.js.map +0 -1
- package/dist/esm/utilities/viewportFilters/filterViewportsWithFrameOfReferenceUID.js.map +0 -1
- package/dist/esm/utilities/viewportFilters/filterViewportsWithParallelNormals.js.map +0 -1
- package/dist/esm/utilities/viewportFilters/filterViewportsWithSameOrientation.js.map +0 -1
- package/dist/esm/utilities/viewportFilters/filterViewportsWithToolEnabled.js.map +0 -1
- package/dist/esm/utilities/viewportFilters/getViewportIdsWithToolToRender.js.map +0 -1
- package/dist/esm/utilities/viewportFilters/index.js.map +0 -1
- package/dist/esm/utilities/voi/colorbar/Colorbar.js.map +0 -1
- package/dist/esm/utilities/voi/colorbar/ColorbarCanvas.js.map +0 -1
- package/dist/esm/utilities/voi/colorbar/ColorbarTicks.js.map +0 -1
- package/dist/esm/utilities/voi/colorbar/ViewportColorbar.js.map +0 -1
- package/dist/esm/utilities/voi/colorbar/common/areColorbarRangesEqual.js.map +0 -1
- package/dist/esm/utilities/voi/colorbar/common/areColorbarSizesEqual.js.map +0 -1
- package/dist/esm/utilities/voi/colorbar/common/index.js.map +0 -1
- package/dist/esm/utilities/voi/colorbar/common/isColorbarSizeValid.js.map +0 -1
- package/dist/esm/utilities/voi/colorbar/common/isRangeTextPositionValid.js.map +0 -1
- package/dist/esm/utilities/voi/colorbar/common/isRangeValid.js.map +0 -1
- package/dist/esm/utilities/voi/colorbar/enums/ColorbarRangeTextPosition.js.map +0 -1
- package/dist/esm/utilities/voi/colorbar/enums/index.js.map +0 -1
- package/dist/esm/utilities/voi/colorbar/index.js.map +0 -1
- package/dist/esm/utilities/voi/colorbar/types/ColorbarCanvasProps.js.map +0 -1
- package/dist/esm/utilities/voi/colorbar/types/ColorbarCommonProps.js.map +0 -1
- package/dist/esm/utilities/voi/colorbar/types/ColorbarImageRange.js.map +0 -1
- package/dist/esm/utilities/voi/colorbar/types/ColorbarProps.js.map +0 -1
- package/dist/esm/utilities/voi/colorbar/types/ColorbarSize.js.map +0 -1
- package/dist/esm/utilities/voi/colorbar/types/ColorbarTicksProps.js.map +0 -1
- package/dist/esm/utilities/voi/colorbar/types/ColorbarTicksStyle.js.map +0 -1
- package/dist/esm/utilities/voi/colorbar/types/ColorbarVOIRange.js.map +0 -1
- package/dist/esm/utilities/voi/colorbar/types/ViewportColorbarProps.js.map +0 -1
- package/dist/esm/utilities/voi/colorbar/types/index.js.map +0 -1
- package/dist/esm/utilities/voi/index.js.map +0 -1
- package/dist/esm/utilities/voi/windowlevel/calculateMinMaxMean.js.map +0 -1
- package/dist/esm/utilities/voi/windowlevel/extractWindowLevelRegionToolData.js.map +0 -1
- package/dist/esm/utilities/voi/windowlevel/getLuminanceFromRegion.js.map +0 -1
- package/dist/esm/utilities/voi/windowlevel/index.js.map +0 -1
- package/dist/esm/widgets/Widget.js.map +0 -1
- package/dist/esm/widgets/types/WidgetProps.js.map +0 -1
- package/dist/esm/widgets/types/WidgetSize.js.map +0 -1
- package/dist/esm/widgets/types/index.js.map +0 -1
- package/dist/esm/workers/polySegConverters.js.map +0 -1
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { cache } from '@cornerstonejs/core';
|
|
2
|
-
import { isVolumeSegmentation } from '../../tools/segmentation/strategies/utils/stackVolumeCheck';
|
|
3
2
|
import { SegmentationRepresentations } from '../../enums';
|
|
4
3
|
import { getCachedSegmentIndices, setCachedSegmentIndices } from './utilities';
|
|
5
4
|
import { getSegmentation } from '../../stateManagement/segmentation/getSegmentation';
|
|
@@ -13,18 +12,17 @@ function getUniqueSegmentIndices(segmentationId) {
|
|
|
13
12
|
throw new Error(`No segmentation found for segmentationId ${segmentationId}`);
|
|
14
13
|
}
|
|
15
14
|
let indices;
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
throw new Error(`Unsupported segmentation type: ${segmentation.type}`);
|
|
15
|
+
if (segmentation.representationData.Labelmap) {
|
|
16
|
+
indices = handleLabelmapSegmentation(segmentation, segmentationId);
|
|
17
|
+
}
|
|
18
|
+
else if (segmentation.representationData.Contour) {
|
|
19
|
+
indices = handleContourSegmentation(segmentation);
|
|
20
|
+
}
|
|
21
|
+
else if (segmentation.representationData.Surface) {
|
|
22
|
+
indices = handleSurfaceSegmentation(segmentation);
|
|
23
|
+
}
|
|
24
|
+
else {
|
|
25
|
+
throw new Error(`Unsupported segmentation type: ${segmentation.representationData}`);
|
|
28
26
|
}
|
|
29
27
|
setCachedSegmentIndices(segmentationId, indices);
|
|
30
28
|
return indices;
|
|
@@ -32,11 +30,11 @@ function getUniqueSegmentIndices(segmentationId) {
|
|
|
32
30
|
function handleLabelmapSegmentation(segmentation, segmentationId) {
|
|
33
31
|
const labelmapData = segmentation.representationData[SegmentationRepresentations.Labelmap];
|
|
34
32
|
const keySet = new Set();
|
|
35
|
-
if (
|
|
36
|
-
|
|
33
|
+
if (labelmapData.imageIds) {
|
|
34
|
+
addImageSegmentIndices(keySet, labelmapData.imageIds);
|
|
37
35
|
}
|
|
38
36
|
else {
|
|
39
|
-
|
|
37
|
+
addVolumeSegmentIndices(keySet, segmentationId);
|
|
40
38
|
}
|
|
41
39
|
return Array.from(keySet)
|
|
42
40
|
.map(Number)
|
|
@@ -80,4 +78,3 @@ function handleSurfaceSegmentation(segmentation) {
|
|
|
80
78
|
.sort((a, b) => a - b);
|
|
81
79
|
}
|
|
82
80
|
export { getUniqueSegmentIndices };
|
|
83
|
-
//# sourceMappingURL=getUniqueSegmentIndices.js.map
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import thresholdVolumeByRange from './thresholdVolumeByRange';
|
|
2
2
|
import rectangleROIThresholdVolumeByRange from './rectangleROIThresholdVolumeByRange';
|
|
3
3
|
import createMergedLabelmapForIndex from './createMergedLabelmapForIndex';
|
|
4
|
-
import isValidRepresentationConfig from './isValidRepresentationConfig';
|
|
5
|
-
import getDefaultRepresentationConfig from './getDefaultRepresentationConfig';
|
|
6
4
|
import createLabelmapVolumeForViewport from './createLabelmapVolumeForViewport';
|
|
7
5
|
import { triggerSegmentationRender, triggerSegmentationRenderBySegmentationId } from '../../stateManagement/segmentation/SegmentationRenderingEngine';
|
|
8
6
|
import floodFill from './floodFill';
|
|
@@ -18,4 +16,4 @@ import { getSegmentIndexAtWorldPoint } from './getSegmentIndexAtWorldPoint';
|
|
|
18
16
|
import { getSegmentIndexAtLabelmapBorder } from './getSegmentIndexAtLabelmapBorder';
|
|
19
17
|
import { getHoveredContourSegmentationAnnotation } from './getHoveredContourSegmentationAnnotation';
|
|
20
18
|
import { getBrushToolInstances } from './getBrushToolInstances';
|
|
21
|
-
export { thresholdVolumeByRange, createMergedLabelmapForIndex,
|
|
19
|
+
export { thresholdVolumeByRange, createMergedLabelmapForIndex, createLabelmapVolumeForViewport, rectangleROIThresholdVolumeByRange, triggerSegmentationRender, triggerSegmentationRenderBySegmentationId, floodFill, getBrushSizeForToolGroup, setBrushSizeForToolGroup, getBrushThresholdForToolGroup, setBrushThresholdForToolGroup, thresholdSegmentationByRange, contourAndFindLargestBidirectional, createBidirectionalToolData, segmentContourAction, invalidateBrushCursor, getUniqueSegmentIndices, getSegmentIndexAtWorldPoint, getSegmentIndexAtLabelmapBorder, getHoveredContourSegmentationAnnotation, getBrushToolInstances, };
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import thresholdVolumeByRange from './thresholdVolumeByRange';
|
|
2
2
|
import rectangleROIThresholdVolumeByRange from './rectangleROIThresholdVolumeByRange';
|
|
3
3
|
import createMergedLabelmapForIndex from './createMergedLabelmapForIndex';
|
|
4
|
-
import isValidRepresentationConfig from './isValidRepresentationConfig';
|
|
5
|
-
import getDefaultRepresentationConfig from './getDefaultRepresentationConfig';
|
|
6
4
|
import createLabelmapVolumeForViewport from './createLabelmapVolumeForViewport';
|
|
7
5
|
import { triggerSegmentationRender, triggerSegmentationRenderBySegmentationId, } from '../../stateManagement/segmentation/SegmentationRenderingEngine';
|
|
8
6
|
import floodFill from './floodFill';
|
|
@@ -18,5 +16,4 @@ import { getSegmentIndexAtWorldPoint } from './getSegmentIndexAtWorldPoint';
|
|
|
18
16
|
import { getSegmentIndexAtLabelmapBorder } from './getSegmentIndexAtLabelmapBorder';
|
|
19
17
|
import { getHoveredContourSegmentationAnnotation } from './getHoveredContourSegmentationAnnotation';
|
|
20
18
|
import { getBrushToolInstances } from './getBrushToolInstances';
|
|
21
|
-
export { thresholdVolumeByRange, createMergedLabelmapForIndex,
|
|
22
|
-
//# sourceMappingURL=index.js.map
|
|
19
|
+
export { thresholdVolumeByRange, createMergedLabelmapForIndex, createLabelmapVolumeForViewport, rectangleROIThresholdVolumeByRange, triggerSegmentationRender, triggerSegmentationRenderBySegmentationId, floodFill, getBrushSizeForToolGroup, setBrushSizeForToolGroup, getBrushThresholdForToolGroup, setBrushThresholdForToolGroup, thresholdSegmentationByRange, contourAndFindLargestBidirectional, createBidirectionalToolData, segmentContourAction, invalidateBrushCursor, getUniqueSegmentIndices, getSegmentIndexAtWorldPoint, getSegmentIndexAtLabelmapBorder, getHoveredContourSegmentationAnnotation, getBrushToolInstances, };
|
|
@@ -150,4 +150,3 @@ function _getDistance3D(point0, point1) {
|
|
|
150
150
|
Math.pow(point0[2] - point1[2], 2));
|
|
151
151
|
}
|
|
152
152
|
export { getMeanPoints, getMeanTouchPoints, copyPoints, copyPointsList, getDeltaDistanceBetweenIPoints, getDeltaPoints, getDeltaDistance, getDeltaRotation, };
|
|
153
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -3,4 +3,3 @@ import filterViewportsWithToolEnabled from './filterViewportsWithToolEnabled';
|
|
|
3
3
|
import getViewportIdsWithToolToRender from './getViewportIdsWithToolToRender';
|
|
4
4
|
import filterViewportsWithParallelNormals from './filterViewportsWithParallelNormals';
|
|
5
5
|
export { filterViewportsWithToolEnabled, filterViewportsWithFrameOfReferenceUID, getViewportIdsWithToolToRender, filterViewportsWithParallelNormals, };
|
|
6
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -80,7 +80,7 @@ class ViewportColorbar extends Colorbar {
|
|
|
80
80
|
}
|
|
81
81
|
else if (viewport instanceof VolumeViewport) {
|
|
82
82
|
const { _volumeId: volumeId } = this;
|
|
83
|
-
const viewportsContainingVolumeUID = utilities.getViewportsWithVolumeId(volumeId
|
|
83
|
+
const viewportsContainingVolumeUID = utilities.getViewportsWithVolumeId(volumeId);
|
|
84
84
|
viewport.setProperties({ voiRange }, volumeId);
|
|
85
85
|
viewportsContainingVolumeUID.forEach((vp) => vp.render());
|
|
86
86
|
}
|
|
@@ -131,4 +131,3 @@ class ViewportColorbar extends Colorbar {
|
|
|
131
131
|
}
|
|
132
132
|
}
|
|
133
133
|
export { ViewportColorbar as default, ViewportColorbar };
|
|
134
|
-
//# sourceMappingURL=ViewportColorbar.js.map
|
|
@@ -2,4 +2,3 @@ export { isRangeValid } from './isRangeValid';
|
|
|
2
2
|
export { isColorbarSizeValid } from './isColorbarSizeValid';
|
|
3
3
|
export { areColorbarRangesEqual } from './areColorbarRangesEqual';
|
|
4
4
|
export { areColorbarSizesEqual } from './areColorbarSizesEqual';
|
|
5
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -7,4 +7,3 @@ function isRangeTextPositionValid(colorbarWidth, colorbarHeight, rangeTextPositi
|
|
|
7
7
|
return validRangeTextPositions.includes(rangeTextPosition);
|
|
8
8
|
}
|
|
9
9
|
export { isRangeTextPositionValid as default, isRangeTextPositionValid };
|
|
10
|
-
//# sourceMappingURL=isRangeTextPositionValid.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=ColorbarCanvasProps.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=ColorbarCommonProps.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=ColorbarImageRange.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=ColorbarProps.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=ColorbarSize.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=ColorbarTicksProps.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=ColorbarTicksStyle.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=ColorbarVOIRange.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=ViewportColorbarProps.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -2,4 +2,3 @@ import { getLuminanceFromRegion } from './getLuminanceFromRegion';
|
|
|
2
2
|
import { calculateMinMaxMean } from './calculateMinMaxMean';
|
|
3
3
|
import { extractWindowLevelRegionToolData } from './extractWindowLevelRegionToolData';
|
|
4
4
|
export { getLuminanceFromRegion, calculateMinMaxMean, extractWindowLevelRegionToolData, };
|
|
5
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=WidgetProps.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=WidgetSize.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -176,8 +176,9 @@ const polySegConverters = {
|
|
|
176
176
|
});
|
|
177
177
|
const firstDim = (sharedDimensionIndex + 1) % 3;
|
|
178
178
|
const secondDim = (sharedDimensionIndex + 2) % 3;
|
|
179
|
-
const voxels = utilities.VoxelManager.
|
|
180
|
-
|
|
179
|
+
const voxels = utilities.VoxelManager.createImageVoxelManager({
|
|
180
|
+
width: imageData.getDimensions()[0],
|
|
181
|
+
height: imageData.getDimensions()[1],
|
|
181
182
|
scalarData: imageData.getPointData().getScalars().getData(),
|
|
182
183
|
});
|
|
183
184
|
voxels.forEach(({ pointIJK }) => {
|
|
@@ -319,7 +320,7 @@ const polySegConverters = {
|
|
|
319
320
|
const { sliceIndex, planes } = planeInfo;
|
|
320
321
|
const polyDataResults = new Map();
|
|
321
322
|
for (const polyDataInfo of surfacesInfo) {
|
|
322
|
-
const { points, polys, id } = polyDataInfo;
|
|
323
|
+
const { points, polys, id, segmentIndex } = polyDataInfo;
|
|
323
324
|
const aabb3 = surfacesAABB.get(id) || getAABB(points, { numDimensions: 3 });
|
|
324
325
|
if (!surfacesAABB.has(id)) {
|
|
325
326
|
surfacesAABB.set(id, aabb3);
|
|
@@ -370,4 +371,3 @@ const polySegConverters = {
|
|
|
370
371
|
},
|
|
371
372
|
};
|
|
372
373
|
expose(polySegConverters);
|
|
373
|
-
//# sourceMappingURL=polySegConverters.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cornerstonejs/tools",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.28",
|
|
4
4
|
"description": "Cornerstone3D Tools",
|
|
5
5
|
"main": "dist/umd/index.js",
|
|
6
6
|
"types": "dist/esm/index.d.ts",
|
|
@@ -50,6 +50,22 @@
|
|
|
50
50
|
"import": "./dist/esm/tools/*.js",
|
|
51
51
|
"types": "./dist/esm/tools/*.d.ts"
|
|
52
52
|
},
|
|
53
|
+
"./segmentation": {
|
|
54
|
+
"import": "./dist/esm/stateManagement/segmentation/index.js",
|
|
55
|
+
"types": "./dist/esm/stateManagement/segmentation/index.d.ts"
|
|
56
|
+
},
|
|
57
|
+
"./segmentation/*": {
|
|
58
|
+
"import": "./dist/esm/stateManagement/segmentation/*.js",
|
|
59
|
+
"types": "./dist/esm/stateManagement/segmentation/*.d.ts"
|
|
60
|
+
},
|
|
61
|
+
"./annotation": {
|
|
62
|
+
"import": "./dist/esm/stateManagement/annotation/index.js",
|
|
63
|
+
"types": "./dist/esm/stateManagement/annotation/index.d.ts"
|
|
64
|
+
},
|
|
65
|
+
"./annotation/*": {
|
|
66
|
+
"import": "./dist/esm/stateManagement/annotation/*.js",
|
|
67
|
+
"types": "./dist/esm/stateManagement/annotation/*.d.ts"
|
|
68
|
+
},
|
|
53
69
|
"./synchronizers": {
|
|
54
70
|
"import": "./dist/esm/synchronizers/index.js",
|
|
55
71
|
"types": "./dist/esm/synchronizers/index.d.ts"
|
|
@@ -81,7 +97,7 @@
|
|
|
81
97
|
"webpack:watch": "webpack --mode development --progress --watch --config ./.webpack/webpack.dev.js"
|
|
82
98
|
},
|
|
83
99
|
"dependencies": {
|
|
84
|
-
"@cornerstonejs/core": "^2.0.0-beta.
|
|
100
|
+
"@cornerstonejs/core": "^2.0.0-beta.28",
|
|
85
101
|
"@types/offscreencanvas": "2019.7.3",
|
|
86
102
|
"comlink": "^4.4.1",
|
|
87
103
|
"lodash.get": "^4.4.2"
|
|
@@ -108,5 +124,5 @@
|
|
|
108
124
|
"type": "individual",
|
|
109
125
|
"url": "https://ohif.org/donate"
|
|
110
126
|
},
|
|
111
|
-
"gitHead": "
|
|
127
|
+
"gitHead": "f07f340e5b63d3afdda66bfe35c9cef729a5b69d"
|
|
112
128
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"COLOR_LUT.js","sourceRoot":"/packages/tools/src/","sources":["constants/COLOR_LUT.ts"],"names":[],"mappings":"AAGA,MAAM,qBAAqB,GAAG;IAC5B,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;IACZ,CAAC,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,CAAC;IAClB,CAAC,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC;IACnB,CAAC,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC;IAClB,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC;IACnB,CAAC,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC;IACnB,CAAC,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC;IACnB,CAAC,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC;IACnB,CAAC,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC;IACnB,CAAC,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC;IACnB,CAAC,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC;IACnB,CAAC,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC;IACnB,CAAC,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC;IACnB,CAAC,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC;IACnB,CAAC,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC;IAClB,CAAC,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,CAAC;IAClB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC;IAClB,CAAC,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC;IACnB,CAAC,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,CAAC;IAClB,CAAC,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC;IACnB,CAAC,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC;IAClB,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC;IACnB,CAAC,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC;IAClB,CAAC,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC;IACnB,CAAC,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC;IACnB,CAAC,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC;IACnB,CAAC,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC;IACnB,CAAC,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC;IACnB,CAAC,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC;IACnB,CAAC,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC;IACnB,CAAC,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC;IACnB,CAAC,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC;IACnB,CAAC,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC;IAClB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC;IACnB,CAAC,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,CAAC;IAClB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,CAAC;IAClB,CAAC,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC;IACnB,CAAC,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC;IAClB,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC;IACnB,CAAC,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC;IAClB,CAAC,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC;IACnB,CAAC,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC;IACnB,CAAC,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC;IACnB,CAAC,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC;IACnB,CAAC,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC;IACnB,CAAC,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC;IACnB,CAAC,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC;IACnB,CAAC,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC;IACnB,CAAC,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC;IAClB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;IACpB,CAAC,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC;IACnB,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,CAAC;IACnB,CAAC,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;CACpB,CAAC;AAEF,eAAe,qBAAqB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"/packages/tools/src/","sources":["constants/index.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,aAAa,CAAC;AAEpC,OAAO,EAAE,SAAS,EAAE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ImageMouseCursor.js","sourceRoot":"/packages/tools/src/","sources":["cursors/ImageMouseCursor.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,WAAW,MAAM,eAAe,CAAC;AAExC,MAAM,YAAY,GAAG,cAAc,CAAC;AAEpC,MAAM,CAAC,OAAO,OAAO,gBAAiB,SAAQ,WAAW;IAKvD,YACE,GAAW,EACX,CAAU,EACV,CAAU,EACV,IAAyB,EACzB,QAAkC;QAElC,KAAK,CACH,IAAI,IAAI,gBAAgB,CAAC,qBAAqB,CAAC,YAAY,CAAC,EAC5D,QAAQ,CACT,CAAC;QACF,IAAI,CAAC,GAAG,GAAG,GAAG,CAAC;QACf,IAAI,CAAC,CAAC,GAAG,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC;QACxB,IAAI,CAAC,CAAC,GAAG,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC;IAC1B,CAAC;IAED,gBAAgB;QACd,MAAM,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,IAAI,CAAC;QAC3B,IAAI,KAAK,GAAG,QAAQ,GAAG,IAAI,CAAC;QAC5B,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC;YACzC,KAAK,IAAI,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC;QACxB,CAAC;QACD,OAAO,IAAI,CAAC,wBAAwB,CAAC,KAAK,CAAC,CAAC;IAC9C,CAAC;IAED,MAAM,CAAC,qBAAqB,CAAC,MAAc;QACzC,OAAO,GAAG,MAAM,IAAI,SAAS,CAAC,YAAY,CAAC,gBAAgB,CAAC,EAAE,CAAC;IACjE,CAAC;CACF"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"MouseCursor.js","sourceRoot":"/packages/tools/src/","sources":["cursors/MouseCursor.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SVGCursorDescriptor.js","sourceRoot":"/packages/tools/src/","sources":["cursors/SVGCursorDescriptor.ts"],"names":[],"mappings":"AAMA,MAAM,IAAI,GAAwB;IAChC,WAAW,EAAE,EAAE;IACf,QAAQ,EAAE,EAAE;IACZ,OAAO,EAAE;QACP,CAAC,EAAE,EAAE;QACL,CAAC,EAAE,EAAE;KACN;IACD,UAAU,EAAE;QACV,CAAC,EAAE,CAAC;QACJ,CAAC,EAAE,CAAC;KACL;IACD,uBAAuB,EAAE;;;GAGxB;CACF,CAAC;AAEF,MAAM,8BAA8B,GAAG;IACrC,CAAC,EAAE,GAAG;IACN,CAAC,EAAE,EAAE;CACN,CAAC;AAEF,MAAM,UAAU,GAAG;;CAElB,CAAC;AAEF,MAAM,SAAS,GAAG;;;CAGjB,CAAC;AAEF,MAAM,YAAY,GAAG,0iBAA0iB,CAAC;AAChkB,MAAM,cAAc,GAAG,8HAA8H,CAAC;AACtJ,MAAM,WAAW,GAAG,8MAA8M,CAAC;AAEnO,MAAM,SAAS,GAAwC;IACrD,KAAK,EAAE,MAAM,CAAC,IAAI,EAAE;QAClB,WAAW,EAAE;;8BAEa;QAC1B,OAAO,EAAE;YACP,CAAC,EAAE,IAAI;YACP,CAAC,EAAE,IAAI;SACR;KACF,CAAC;IACF,aAAa,EAAE,MAAM,CAAC,IAAI,EAAE;QAC1B,WAAW,EAAE;;OAEV;QACH,OAAO,EAAE;YACP,CAAC,EAAE,EAAE;YACL,CAAC,EAAE,EAAE;SACN;KACF,CAAC;IACF,aAAa,EAAE,MAAM,CAAC,IAAI,EAAE;QAC1B,WAAW,EAAE;;;;;;;OAOV;QACH,OAAO,EAAE;YACP,CAAC,EAAE,EAAE;YACL,CAAC,EAAE,EAAE;SACN;KACF,CAAC;IACF,SAAS,EAAE,MAAM,CAAC,IAAI,EAAE;QACtB,WAAW,EAAE;;;;;;;OAOV;QACH,OAAO,EAAE;YACP,CAAC,EAAE,EAAE;YACL,CAAC,EAAE,EAAE;SACN;KACF,CAAC;IACF,SAAS,EAAE,MAAM,CAAC,IAAI,EAAE;QACtB,WAAW,EAAE,mFAAmF;QAChG,OAAO,EAAE;YACP,CAAC,EAAE,EAAE;YACL,CAAC,EAAE,EAAE;SACN;KACF,CAAC;IACF,aAAa,EAAE,MAAM,CAAC,IAAI,EAAE;QAC1B,WAAW,EAAE;;qCAEoB;QACjC,OAAO,EAAE;YACP,CAAC,EAAE,EAAE;YACL,CAAC,EAAE,EAAE;SACN;KACF,CAAC;IACF,WAAW,EAAE,MAAM,CAAC,IAAI,EAAE;QACxB,WAAW,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA+BV;QACH,OAAO,EAAE;YACP,CAAC,EAAE,EAAE;YACL,CAAC,EAAE,EAAE;SACN;KACF,CAAC;IACF,mBAAmB,EAAE,MAAM,CAAC,IAAI,EAAE;QAChC,WAAW,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAiCV;QACH,OAAO,EAAE;YACP,CAAC,EAAE,EAAE;YACL,CAAC,EAAE,EAAE;SACN;KACF,CAAC;IACF,MAAM,EAAE,MAAM,CAAC,IAAI,EAAE;QACnB,WAAW,EAAE;;OAEV;QACH,OAAO,EAAE;YACP,CAAC,EAAE,EAAE;YACL,CAAC,EAAE,EAAE;SACN;KACF,CAAC;IACF,MAAM,EAAE,MAAM,CAAC,IAAI,EAAE;QACnB,WAAW,EAAE,uFAAuF;QACpG,OAAO,EAAE;YACP,CAAC,EAAE,EAAE;YACL,CAAC,EAAE,EAAE;SACN;KACF,CAAC;IACF,KAAK,EAAE,MAAM,CAAC,IAAI,EAAE;QAClB,WAAW,EAAE;;;;mDAIkC;QAC/C,OAAO,EAAE;YACP,CAAC,EAAE,IAAI;YACP,CAAC,EAAE,IAAI;SACR;KACF,CAAC;IACF,YAAY,EAAE,MAAM,CAAC,IAAI,EAAE;QACzB,WAAW,EAAE;;;+DAG8C;QAC3D,OAAO,EAAE;YACP,CAAC,EAAE,IAAI;YACP,CAAC,EAAE,IAAI;SACR;KACF,CAAC;IACF,UAAU,EAAE,MAAM,CAAC,IAAI,EAAE;QACvB,WAAW,EAAE;;;;;;;;gEAQ+C;QAC5D,OAAO,EAAE;YACP,CAAC,EAAE,IAAI;YACP,CAAC,EAAE,IAAI;SACR;KACF,CAAC;IACF,UAAU,EAAE,MAAM,CAAC,IAAI,EAAE;QACvB,WAAW,EAAE;;;;;;;;;;yDAUwC;QACrD,OAAO,EAAE;YACP,CAAC,EAAE,IAAI;YACP,CAAC,EAAE,IAAI;SACR;KACF,CAAC;IACF,MAAM,EAAE,MAAM,CAAC,IAAI,EAAE;QACnB,WAAW,EAAE;;;+BAGc;QAC3B,OAAO,EAAE;YACP,CAAC,EAAE,IAAI;YACP,CAAC,EAAE,IAAI;SACR;KACF,CAAC;IACF,OAAO,EAAE,MAAM,CAAC,IAAI,EAAE;QACpB,WAAW,EAAE;;;;8CAI6B;QAC1C,OAAO,EAAE;YACP,CAAC,EAAE,GAAG;YACN,CAAC,EAAE,GAAG;SACP;KACF,CAAC;IACF,GAAG,EAAE,MAAM,CAAC,IAAI,EAAE;QAChB,WAAW,EAAE;;;;;;gDAM+B;QAC5C,OAAO,EAAE;YACP,CAAC,EAAE,IAAI;YACP,CAAC,EAAE,IAAI;SACR;KACF,CAAC;IACF,MAAM,EAAE,MAAM,CAAC,IAAI,EAAE;QACnB,WAAW,EAAE;;;;;;qBAMI;QACjB,OAAO,EAAE;YACP,CAAC,EAAE,IAAI;YACP,CAAC,EAAE,IAAI;SACR;KACF,CAAC;IACF,WAAW,EAAE,MAAM,CAAC,IAAI,EAAE;QACxB,WAAW,EAAE;;;;qEAIoD;QACjE,OAAO,EAAE;YACP,CAAC,EAAE,EAAE;YACL,CAAC,EAAE,EAAE;SACN;KACF,CAAC;IACF,iBAAiB,EAAE,MAAM,CAAC,IAAI,EAAE;QAC9B,WAAW,EAAE;;yBAEQ;QACrB,OAAO,EAAE;YACP,CAAC,EAAE,IAAI;YACP,CAAC,EAAE,IAAI;SACR;KACF,CAAC;IACF,WAAW,EAAE,MAAM,CAAC,IAAI,EAAE;QACxB,WAAW,EAAE;;mFAEkE;QAC/E,OAAO,EAAE;YACP,CAAC,EAAE,EAAE;YACL,CAAC,EAAE,EAAE;SACN;KACF,CAAC;IACF,IAAI,EAAE,MAAM,CAAC,IAAI,EAAE;QACjB,WAAW,EAAE;;;;;;;;;4EAS2D;QACxE,OAAO,EAAE;YACP,CAAC,EAAE,GAAG;YACN,CAAC,EAAE,GAAG;SACP;KACF,CAAC;IAMF,+BAA+B,EAAE,MAAM,CAAC,IAAI,EAAE;QAC5C,WAAW,EAAE,GAAG,YAAY,IAAI,UAAU,EAAE;QAC5C,OAAO,EAAE,8BAA8B;KACxC,CAAC;IAEF,8BAA8B,EAAE,MAAM,CAAC,IAAI,EAAE;QAC3C,WAAW,EAAE,GAAG,YAAY,IAAI,SAAS,EAAE;QAC3C,OAAO,EAAE,8BAA8B;KACxC,CAAC;IAEF,gCAAgC,EAAE,MAAM,CAAC,IAAI,EAAE;QAC7C,WAAW,EAAE,GAAG,YAAY,IAAI,UAAU,EAAE;QAC5C,OAAO,EAAE,8BAA8B;KACxC,CAAC;IAEF,+BAA+B,EAAE,MAAM,CAAC,IAAI,EAAE;QAC5C,WAAW,EAAE,GAAG,YAAY,IAAI,SAAS,EAAE;QAC3C,OAAO,EAAE,8BAA8B;KACxC,CAAC;IAEF,gCAAgC,EAAE,MAAM,CAAC,IAAI,EAAE;QAC7C,WAAW,EAAE,GAAG,cAAc,IAAI,UAAU,EAAE;QAC9C,OAAO,EAAE,8BAA8B;KACxC,CAAC;IAGF,gBAAgB,EAAE,MAAM,CAAC,IAAI,EAAE;QAC7B,WAAW,EAAE,GAAG,cAAc,IAAI,SAAS,EAAE;QAC7C,OAAO,EAAE,8BAA8B;KACxC,CAAC;IAEF,8BAA8B,EAAE,MAAM,CAAC,IAAI,EAAE;QAC3C,WAAW,EAAE,GAAG,cAAc,IAAI,SAAS,EAAE;QAC7C,OAAO,EAAE,8BAA8B;KACxC,CAAC;IAEF,+BAA+B,EAAE,MAAM,CAAC,IAAI,EAAE;QAC5C,WAAW,EAAE,GAAG,cAAc,IAAI,SAAS,EAAE;QAC7C,OAAO,EAAE,8BAA8B;KACxC,CAAC;IAEF,gCAAgC,EAAE,MAAM,CAAC,IAAI,EAAE;QAC7C,WAAW,EAAE,GAAG,cAAc,IAAI,UAAU,EAAE;QAC9C,OAAO,EAAE,8BAA8B;KACxC,CAAC;IAEF,+BAA+B,EAAE,MAAM,CAAC,IAAI,EAAE;QAC5C,WAAW,EAAE,GAAG,cAAc,IAAI,UAAU,EAAE;QAC9C,OAAO,EAAE,8BAA8B;KACxC,CAAC;IAEF,aAAa,EAAE,MAAM,CAAC,IAAI,EAAE;QAC1B,WAAW,EAAE,GAAG,WAAW,IAAI,SAAS,EAAE;QAC1C,OAAO,EAAE,8BAA8B;KACxC,CAAC;IAEF,2BAA2B,EAAE,MAAM,CAAC,IAAI,EAAE;QACxC,WAAW,EAAE,GAAG,WAAW,IAAI,SAAS,EAAE;QAC1C,OAAO,EAAE,8BAA8B;KACxC,CAAC;IAEF,6BAA6B,EAAE,MAAM,CAAC,IAAI,EAAE;QAC1C,WAAW,EAAE,GAAG,WAAW,IAAI,UAAU,EAAE;QAC3C,OAAO,EAAE,8BAA8B;KACxC,CAAC;IAEF,4BAA4B,EAAE,MAAM,CAAC,IAAI,EAAE;QACzC,WAAW,EAAE,GAAG,WAAW,IAAI,SAAS,EAAE;QAC1C,OAAO,EAAE,8BAA8B;KACxC,CAAC;CACH,CAAC;AAMF,SAAS,MAAM,CACb,IAAyB,EACzB,MAA+B;IAE/B,OAAO,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC,CAAC;AACpD,CAAC;AAUD,SAAS,cAAc,CACrB,QAAgB,EAChB,WAAmB,EACnB,OAAiC;IAEjC,SAAS,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC,IAAI,EAAE;QACjC,WAAW;QACX,OAAO;KACR,CAAC,CAAC;AACL,CAAC;AAED,SAAS,6BAA6B,CACpC,IAAY;IAEZ,OAAO,SAAS,CAAC,IAAI,CAAC,CAAC;AACzB,CAAC;AAKD,MAAM,cAAc,GAAG,MAAM,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;AAE9C,OAAO,EACL,6BAA6B,EAC7B,cAAc,EACd,cAAc,EACd,SAAS,GACV,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SVGMouseCursor.js","sourceRoot":"/packages/tools/src/","sources":["cursors/SVGMouseCursor.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"elementCursor.js","sourceRoot":"/packages/tools/src/","sources":["cursors/elementCursor.ts"],"names":[],"mappings":"AAAA,OAAO,WAAW,MAAM,eAAe,CAAC;AAExC,MAAM,mBAAmB,GAAG,MAAM,CAAC,mBAAmB,CAAC,CAAC;AAMxD,SAAS,iBAAiB,CACxB,OAAuB,EACvB,MAA0B;IAE1B,kBAAkB,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,GAAG,MAAM,CAAC;IACxC,iBAAiB,CAAC,OAAO,EAAE,MAAM,CAAC,CAAC;AACrC,CAAC;AAED,SAAS,iBAAiB,CACxB,OAAuB,EACvB,MAA0B;IAE1B,MAAM,OAAO,GAAG,kBAAkB,CAAC,OAAO,CAAC,CAAC;IAC5C,OAAO,CAAC,CAAC,CAAC,GAAG,OAAO,CAAC,CAAC,CAAC,CAAC;IACxB,OAAO,CAAC,CAAC,CAAC,GAAG,MAAM,CAAC;IACpB,OAAO,CAAC,KAAK,CAAC,MAAM,GAAG,CACrB,MAAM,YAAY,WAAW;QAC3B,CAAC,CAAC,MAAM;QACR,CAAC,CAAC,WAAW,CAAC,gBAAgB,CAAC,MAAM,CAAC,CACzC,CAAC,gBAAgB,EAAE,CAAC;AACvB,CAAC;AAED,SAAS,kBAAkB,CAAC,OAAuB;IACjD,iBAAiB,CAAC,OAAO,EAAE,kBAAkB,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;AAC7D,CAAC;AAED,SAAS,iBAAiB,CAAC,OAAuB;IAChD,iBAAiB,CAAC,OAAO,EAAE,WAAW,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAC,CAAC;AACnE,CAAC;AAMD,SAAS,kBAAkB,CACzB,OAAuB;IAEvB,IAAI,GAAG,GAAG,kBAAkB,CAAC,mBAAmB,CAAC,CAAC;IAClD,IAAI,CAAC,CAAC,GAAG,YAAY,OAAO,CAAC,EAAE,CAAC;QAC9B,GAAG,GAAG,IAAI,OAAO,EAAE,CAAC;QACpB,MAAM,CAAC,cAAc,CAAC,kBAAkB,EAAE,mBAAmB,EAAE;YAC7D,KAAK,EAAE,GAAG;SACX,CAAC,CAAC;IACL,CAAC;IACD,IAAI,OAAO,GAAG,GAAG,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC;IAC/B,IAAI,CAAC,OAAO,EAAE,CAAC;QACb,OAAO,GAAG,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;QACvB,GAAG,CAAC,GAAG,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;IAC5B,CAAC;IACD,OAAO,OAAO,CAAC;AACjB,CAAC;AAKD,OAAO,EACL,iBAAiB,EACjB,kBAAkB,EAClB,iBAAiB,EACjB,iBAAiB,IAAI,gBAAgB,GACtC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"/packages/tools/src/","sources":["cursors/index.ts"],"names":[],"mappings":"AAAA,OAAO,WAAW,EAAE,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAC;AACjE,OAAO,gBAAgB,MAAM,oBAAoB,CAAC;AAClD,OAAO,cAAc,MAAM,kBAAkB,CAAC;AAC9C,OAAO,KAAK,aAAa,MAAM,iBAAiB,CAAC;AACjD,OAAO,mBAAmB,MAAM,uBAAuB,CAAC;AACxD,OAAO,EACL,cAAc,EACd,cAAc,EACd,SAAS,GACV,MAAM,uBAAuB,CAAC;AAG/B,MAAM,WAAW,GAAG,CAAC,GAAG,cAAc,EAAE,GAAG,mBAAmB,CAAC,CAAC;AAEhE,OAAO,EACL,WAAW,EACX,gBAAgB,EAChB,cAAc,EACd,aAAa,EACb,cAAc,EACd,WAAW,EACX,SAAS,EACT,mBAAmB,GACpB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"setCursorForElement.js","sourceRoot":"/packages/tools/src/","sources":["cursors/setCursorForElement.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AACnD,OAAO,WAAW,MAAM,eAAe,CAAC;AACxC,OAAO,cAAc,MAAM,kBAAkB,CAAC;AAW9C,SAAS,mBAAmB,CAC1B,OAAuB,EACvB,UAAkB;IAElB,IAAI,MAAM,GAAG,cAAc,CAAC,gBAAgB,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;IAC/D,IAAI,CAAC,MAAM,EAAE,CAAC;QACZ,MAAM,GAAG,WAAW,CAAC,gBAAgB,CAAC,UAAU,CAAC,CAAC;IACpD,CAAC;IAED,IAAI,CAAC,MAAM,EAAE,CAAC;QACZ,OAAO,CAAC,GAAG,CACT,UAAU,UAAU,wDAAwD,CAC7E,CAAC;QACF,MAAM,GAAG,WAAW,CAAC,gBAAgB,CAAC,UAAU,CAAC,CAAC;IACpD,CAAC;IAED,gBAAgB,CAAC,OAAO,EAAE,MAAM,CAAC,CAAC;AACpC,CAAC;AAED,eAAe,mBAAmB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_getHash.js","sourceRoot":"/packages/tools/src/","sources":["drawingSvg/_getHash.ts"],"names":[],"mappings":"AAAA,SAAS,QAAQ,CACf,aAAqB,EACrB,kBAA0B,EAC1B,OAAe;IAEf,OAAO,GAAG,aAAa,KAAK,kBAAkB,KAAK,OAAO,EAAE,CAAC;AAC/D,CAAC;AAED,eAAe,QAAQ,CAAC"}
|