@wandelbots/wandelbots-js-react-components 5.5.0 → 5.5.1-pr.fix-standardize-output.591.1380385
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/3d.cjs +1 -2
- package/dist/3d.d.ts +0 -1
- package/dist/3d.js +0 -1
- package/dist/Setup.d.ts +0 -1
- package/dist/chunks/JoggingPanel-CQH_oXTB.js +586 -0
- package/dist/chunks/JoggingPanel-DZN2Y39k.cjs +2 -0
- package/dist/chunks/controller-type-virtual-BuJWQOvV.cjs +1 -0
- package/dist/{components/safetyBar/icons/controller-type-physical.svg.js → chunks/controller-type-virtual-CWOoMRfl.js} +10 -6
- package/dist/chunks/externalizeComponent-DOwkaDcw.cjs +2 -0
- package/dist/chunks/externalizeComponent-eiCc5DIh.js +209 -0
- package/dist/chunks/jog-plus-CAUurv4S.js +15 -0
- package/dist/chunks/jog-plus-Dy1r7-r5.cjs +1 -0
- package/dist/chunks/operation-mode-manual-Di4Z1KM1.js +20 -0
- package/dist/chunks/operation-mode-manual-eHwVILeI.cjs +1 -0
- package/dist/chunks/robot-CrNbCELh.cjs +1 -0
- package/dist/{icons/robot.svg.js → chunks/robot-D97QEl_l.js} +2 -3
- package/dist/chunks/rotation-CIOAnn9q.cjs +1 -0
- package/dist/chunks/rotation-Dm5YL3NM.js +25 -0
- package/dist/chunks/safety-state-stop-Bg0VUsM4.js +30 -0
- package/dist/chunks/safety-state-stop-CNxVYiap.cjs +1 -0
- package/dist/chunks/theming-Chx_tewl.cjs +3 -0
- package/dist/chunks/theming-Cw6qwBM7.js +600 -0
- package/dist/chunks/wbLogo-CObCmqTw.js +30 -0
- package/dist/chunks/wbLogo-G_IfZ03l.cjs +1 -0
- package/dist/components/3d-viewport/CoordinateSystemTransform.cjs +1 -0
- package/dist/components/3d-viewport/CoordinateSystemTransform.d.ts +0 -1
- package/dist/components/3d-viewport/CoordinateSystemTransform.js +37 -0
- package/dist/components/3d-viewport/PresetEnvironment.cjs +0 -1
- package/dist/components/3d-viewport/PresetEnvironment.d.ts +0 -1
- package/dist/components/3d-viewport/PresetEnvironment.js +0 -1
- package/dist/components/3d-viewport/SafetyZonesRenderer.cjs +1 -2
- package/dist/components/3d-viewport/SafetyZonesRenderer.d.ts +0 -1
- package/dist/components/3d-viewport/SafetyZonesRenderer.js +0 -1
- package/dist/components/3d-viewport/TrajectoryRenderer.cjs +0 -1
- package/dist/components/3d-viewport/TrajectoryRenderer.d.ts +0 -1
- package/dist/components/3d-viewport/TrajectoryRenderer.js +0 -1
- package/dist/components/3d-viewport/collider/ColliderCollection.cjs +1 -2
- package/dist/components/3d-viewport/collider/ColliderCollection.d.ts +0 -1
- package/dist/components/3d-viewport/collider/ColliderCollection.js +0 -1
- package/dist/components/3d-viewport/collider/ColliderElement.cjs +1 -2
- package/dist/components/3d-viewport/collider/ColliderElement.d.ts +0 -1
- package/dist/components/3d-viewport/collider/ColliderElement.js +0 -1
- package/dist/components/3d-viewport/collider/CollisionSceneRenderer.cjs +1 -2
- package/dist/components/3d-viewport/collider/CollisionSceneRenderer.d.ts +0 -1
- package/dist/components/3d-viewport/collider/CollisionSceneRenderer.js +0 -1
- package/dist/components/3d-viewport/collider/colliderShapeToBufferGeometry.cjs +0 -1
- package/dist/components/3d-viewport/collider/colliderShapeToBufferGeometry.d.ts +0 -1
- package/dist/components/3d-viewport/collider/colliderShapeToBufferGeometry.js +0 -1
- package/dist/components/AppHeader.cjs +1 -2
- package/dist/components/AppHeader.d.ts +0 -1
- package/dist/components/AppHeader.js +40 -34
- package/dist/components/ConsoleFilter.cjs +0 -1
- package/dist/components/ConsoleFilter.d.ts +0 -1
- package/dist/components/ConsoleFilter.js +0 -1
- package/dist/components/CopyableText.cjs +0 -1
- package/dist/components/CopyableText.d.ts +0 -1
- package/dist/components/CopyableText.js +0 -1
- package/dist/components/CycleTimer/CycleTimer.cjs +1 -0
- package/dist/components/CycleTimer/CycleTimer.d.ts +0 -1
- package/dist/components/CycleTimer/CycleTimer.js +5 -0
- package/dist/components/CycleTimer/DefaultVariant.cjs +1 -2
- package/dist/components/CycleTimer/DefaultVariant.d.ts +0 -1
- package/dist/components/CycleTimer/DefaultVariant.js +0 -1
- package/dist/components/CycleTimer/SmallVariant.cjs +0 -1
- package/dist/components/CycleTimer/SmallVariant.d.ts +0 -1
- package/dist/components/CycleTimer/SmallVariant.js +0 -1
- package/dist/components/CycleTimer/index.cjs +1 -2
- package/dist/components/CycleTimer/index.d.ts +0 -1
- package/dist/components/CycleTimer/index.js +1 -2
- package/dist/components/CycleTimer/types.cjs +1 -0
- package/dist/components/CycleTimer/types.d.ts +0 -1
- package/dist/components/CycleTimer/types.js +1 -0
- package/dist/components/CycleTimer/useAnimations.cjs +0 -1
- package/dist/components/CycleTimer/useAnimations.d.ts +0 -1
- package/dist/components/CycleTimer/useAnimations.js +9 -2
- package/dist/components/CycleTimer/useTimerLogic.cjs +1 -2
- package/dist/components/CycleTimer/useTimerLogic.d.ts +0 -1
- package/dist/components/CycleTimer/useTimerLogic.js +0 -1
- package/dist/components/CycleTimer/utils.cjs +1 -2
- package/dist/components/CycleTimer/utils.d.ts +0 -1
- package/dist/components/CycleTimer/utils.js +19 -11
- package/dist/components/CycleTimer.cjs +0 -1
- package/dist/components/CycleTimer.d.ts +0 -1
- package/dist/components/CycleTimer.js +0 -1
- package/dist/components/DataGrid.cjs +1 -2
- package/dist/components/DataGrid.d.ts +0 -1
- package/dist/components/DataGrid.js +1 -2
- package/dist/components/LoadingCover.cjs +1 -2
- package/dist/components/LoadingCover.d.ts +0 -1
- package/dist/components/LoadingCover.js +0 -1
- package/dist/components/LogPanel.cjs +1 -2
- package/dist/components/LogPanel.d.ts +0 -1
- package/dist/components/LogPanel.js +1 -2
- package/dist/components/LogStore.cjs +0 -1
- package/dist/components/LogStore.d.ts +0 -1
- package/dist/components/LogStore.js +0 -1
- package/dist/components/LogViewer.cjs +1 -2
- package/dist/components/LogViewer.d.ts +0 -1
- package/dist/components/LogViewer.js +1 -2
- package/dist/components/ProgramControl.cjs +1 -2
- package/dist/components/ProgramControl.d.ts +0 -1
- package/dist/components/ProgramControl.js +6 -7
- package/dist/components/ProgramStateIndicator.cjs +1 -2
- package/dist/components/ProgramStateIndicator.d.ts +0 -1
- package/dist/components/ProgramStateIndicator.js +28 -29
- package/dist/components/RobotCard.cjs +1 -2
- package/dist/components/RobotCard.d.ts +0 -1
- package/dist/components/RobotCard.js +1 -2
- package/dist/components/RobotListItem.cjs +1 -2
- package/dist/components/RobotListItem.d.ts +0 -1
- package/dist/components/RobotListItem.js +25 -26
- package/dist/components/RobotSetupReadinessIndicator.cjs +1 -2
- package/dist/components/RobotSetupReadinessIndicator.d.ts +0 -1
- package/dist/components/RobotSetupReadinessIndicator.js +1 -2
- package/dist/components/SelectableFab.cjs +0 -1
- package/dist/components/SelectableFab.d.ts +0 -1
- package/dist/components/SelectableFab.js +0 -1
- package/dist/components/TabBar.cjs +1 -2
- package/dist/components/TabBar.d.ts +0 -1
- package/dist/components/TabBar.js +1 -2
- package/dist/components/ThemeSelect.cjs +1 -0
- package/dist/components/ThemeSelect.d.ts +0 -1
- package/dist/components/ThemeSelect.js +38 -0
- package/dist/components/Timer/Timer.cjs +1 -0
- package/dist/components/Timer/Timer.d.ts +0 -1
- package/dist/components/Timer/Timer.js +5 -0
- package/dist/components/Timer/TimerDefaultVariant.cjs +0 -1
- package/dist/components/Timer/TimerDefaultVariant.d.ts +0 -1
- package/dist/components/Timer/TimerDefaultVariant.js +0 -1
- package/dist/components/Timer/TimerSmallVariant.cjs +0 -1
- package/dist/components/Timer/TimerSmallVariant.d.ts +0 -1
- package/dist/components/Timer/TimerSmallVariant.js +0 -1
- package/dist/components/Timer/index.cjs +1 -2
- package/dist/components/Timer/index.d.ts +0 -1
- package/dist/components/Timer/index.js +11 -12
- package/dist/components/Timer/types.cjs +1 -0
- package/dist/components/Timer/types.d.ts +0 -1
- package/dist/components/Timer/types.js +1 -0
- package/dist/components/Timer/useTimerAnimations.cjs +0 -1
- package/dist/components/Timer/useTimerAnimations.d.ts +0 -1
- package/dist/components/Timer/useTimerAnimations.js +5 -2
- package/dist/components/Timer/useTimerLogic.cjs +0 -1
- package/dist/components/Timer/useTimerLogic.d.ts +0 -1
- package/dist/components/Timer/useTimerLogic.js +0 -1
- package/dist/components/Timer/utils.cjs +1 -2
- package/dist/components/Timer/utils.d.ts +0 -1
- package/dist/components/Timer/utils.js +10 -10
- package/dist/components/Timer.cjs +0 -1
- package/dist/components/Timer.d.ts +0 -1
- package/dist/components/Timer.js +0 -1
- package/dist/components/TransparentOverlay.cjs +1 -0
- package/dist/components/TransparentOverlay.d.ts +0 -1
- package/dist/components/TransparentOverlay.js +26 -0
- package/dist/components/VelocitySlider.cjs +1 -2
- package/dist/components/VelocitySlider.d.ts +0 -1
- package/dist/components/VelocitySlider.js +8 -9
- package/dist/components/experimental/utils/AdornedSelect.cjs +0 -1
- package/dist/components/experimental/utils/AdornedSelect.d.ts +0 -1
- package/dist/components/experimental/utils/AdornedSelect.js +0 -1
- package/dist/components/jogging/JoggingBlocked.cjs +0 -1
- package/dist/components/jogging/JoggingBlocked.d.ts +0 -1
- package/dist/components/jogging/JoggingBlocked.js +0 -1
- package/dist/components/jogging/JoggingCartesianAxisControl.cjs +1 -2
- package/dist/components/jogging/JoggingCartesianAxisControl.d.ts +0 -1
- package/dist/components/jogging/JoggingCartesianAxisControl.js +18 -20
- package/dist/components/jogging/JoggingCartesianTab.cjs +1 -2
- package/dist/components/jogging/JoggingCartesianTab.d.ts +0 -1
- package/dist/components/jogging/JoggingCartesianTab.js +37 -41
- package/dist/components/jogging/JoggingFreedriveTab.cjs +1 -0
- package/dist/components/jogging/JoggingFreedriveTab.d.ts +0 -1
- package/dist/components/jogging/JoggingFreedriveTab.js +6 -0
- package/dist/components/jogging/JoggingJointLimitDetector.cjs +1 -2
- package/dist/components/jogging/JoggingJointLimitDetector.d.ts +0 -1
- package/dist/components/jogging/JoggingJointLimitDetector.js +4 -5
- package/dist/components/jogging/JoggingJointTab.cjs +1 -2
- package/dist/components/jogging/JoggingJointTab.d.ts +0 -1
- package/dist/components/jogging/JoggingJointTab.js +0 -1
- package/dist/components/jogging/JoggingJointValueControl.cjs +1 -2
- package/dist/components/jogging/JoggingJointValueControl.d.ts +0 -1
- package/dist/components/jogging/JoggingJointValueControl.js +7 -8
- package/dist/components/jogging/JoggingOptions.cjs +1 -2
- package/dist/components/jogging/JoggingOptions.d.ts +0 -1
- package/dist/components/jogging/JoggingOptions.js +0 -1
- package/dist/components/jogging/JoggingPanel.cjs +1 -2
- package/dist/components/jogging/JoggingPanel.d.ts +0 -1
- package/dist/components/jogging/JoggingPanel.js +21 -119
- package/dist/components/jogging/JoggingStore.cjs +1 -2
- package/dist/components/jogging/JoggingStore.d.ts +0 -1
- package/dist/components/jogging/JoggingStore.js +2 -3
- package/dist/components/jogging/JoggingToggleButtonGroup.cjs +0 -1
- package/dist/components/jogging/JoggingToggleButtonGroup.d.ts +0 -1
- package/dist/components/jogging/JoggingToggleButtonGroup.js +0 -1
- package/dist/components/jogging/JoggingVelocitySlider.cjs +0 -1
- package/dist/components/jogging/JoggingVelocitySlider.d.ts +0 -1
- package/dist/components/jogging/JoggingVelocitySlider.js +0 -1
- package/dist/components/jogging/PoseCartesianValues.cjs +1 -2
- package/dist/components/jogging/PoseCartesianValues.d.ts +0 -1
- package/dist/components/jogging/PoseCartesianValues.js +4 -5
- package/dist/components/jogging/PoseJointValues.cjs +1 -2
- package/dist/components/jogging/PoseJointValues.d.ts +0 -1
- package/dist/components/jogging/PoseJointValues.js +1 -2
- package/dist/components/modal/NoMotionGroupModal.cjs +0 -1
- package/dist/components/modal/NoMotionGroupModal.d.ts +0 -1
- package/dist/components/modal/NoMotionGroupModal.js +0 -1
- package/dist/components/robots/AxisConfig.cjs +0 -1
- package/dist/components/robots/AxisConfig.d.ts +0 -1
- package/dist/components/robots/AxisConfig.js +0 -1
- package/dist/components/robots/DHLinearAxis.cjs +1 -2
- package/dist/components/robots/DHLinearAxis.d.ts +0 -1
- package/dist/components/robots/DHLinearAxis.js +0 -1
- package/dist/components/robots/DHRobot.cjs +1 -2
- package/dist/components/robots/DHRobot.d.ts +0 -1
- package/dist/components/robots/DHRobot.js +0 -1
- package/dist/components/robots/GenericRobot.cjs +0 -1
- package/dist/components/robots/GenericRobot.d.ts +0 -1
- package/dist/components/robots/GenericRobot.js +0 -1
- package/dist/components/robots/LinearAxis.cjs +1 -2
- package/dist/components/robots/LinearAxis.d.ts +0 -1
- package/dist/components/robots/LinearAxis.js +0 -1
- package/dist/components/robots/LinearAxisAnimator.cjs +1 -2
- package/dist/components/robots/LinearAxisAnimator.d.ts +0 -1
- package/dist/components/robots/LinearAxisAnimator.js +0 -1
- package/dist/components/robots/MotionGroupVisualizer.cjs +1 -2
- package/dist/components/robots/MotionGroupVisualizer.d.ts +0 -1
- package/dist/components/robots/MotionGroupVisualizer.js +4 -5
- package/dist/components/robots/Robot.cjs +1 -2
- package/dist/components/robots/Robot.d.ts +0 -1
- package/dist/components/robots/Robot.js +0 -1
- package/dist/components/robots/RobotAnimator.cjs +1 -2
- package/dist/components/robots/RobotAnimator.d.ts +0 -1
- package/dist/components/robots/RobotAnimator.js +0 -1
- package/dist/components/robots/SupportedLinearAxis.cjs +1 -2
- package/dist/components/robots/SupportedLinearAxis.d.ts +0 -1
- package/dist/components/robots/SupportedLinearAxis.js +7 -8
- package/dist/components/robots/SupportedRobot.cjs +1 -2
- package/dist/components/robots/SupportedRobot.d.ts +0 -1
- package/dist/components/robots/SupportedRobot.js +6 -7
- package/dist/components/robots/ghostStyle.cjs +0 -1
- package/dist/components/robots/ghostStyle.d.ts +0 -1
- package/dist/components/robots/ghostStyle.js +0 -1
- package/dist/components/robots/manufacturerHomePositions.cjs +0 -1
- package/dist/components/robots/manufacturerHomePositions.d.ts +0 -1
- package/dist/components/robots/manufacturerHomePositions.js +0 -1
- package/dist/components/robots/robotModelLogic.cjs +1 -2
- package/dist/components/robots/robotModelLogic.d.ts +0 -1
- package/dist/components/robots/robotModelLogic.js +58 -34
- package/dist/components/safetyBar/ControllerTypeIndicator.cjs +1 -2
- package/dist/components/safetyBar/ControllerTypeIndicator.d.ts +0 -1
- package/dist/components/safetyBar/ControllerTypeIndicator.js +10 -12
- package/dist/components/safetyBar/IndicatorWithExplanation.cjs +0 -1
- package/dist/components/safetyBar/IndicatorWithExplanation.d.ts +0 -1
- package/dist/components/safetyBar/IndicatorWithExplanation.js +0 -1
- package/dist/components/safetyBar/OperationModeIndicator.cjs +1 -2
- package/dist/components/safetyBar/OperationModeIndicator.d.ts +0 -1
- package/dist/components/safetyBar/OperationModeIndicator.js +21 -24
- package/dist/components/safetyBar/SafetyBar.cjs +1 -2
- package/dist/components/safetyBar/SafetyBar.d.ts +0 -1
- package/dist/components/safetyBar/SafetyBar.js +15 -16
- package/dist/components/safetyBar/SafetyStateIndicator.cjs +1 -2
- package/dist/components/safetyBar/SafetyStateIndicator.d.ts +0 -1
- package/dist/components/safetyBar/SafetyStateIndicator.js +25 -30
- package/dist/components/safetyBar/icons/index.cjs +1 -0
- package/dist/components/safetyBar/icons/index.d.ts +0 -1
- package/dist/components/safetyBar/icons/index.js +15 -0
- package/dist/components/utils/converters.cjs +1 -2
- package/dist/components/utils/converters.d.ts +0 -1
- package/dist/components/utils/converters.js +26 -11
- package/dist/components/utils/errorHandling.cjs +1 -2
- package/dist/components/utils/errorHandling.d.ts +0 -1
- package/dist/components/utils/errorHandling.js +17 -9
- package/dist/components/utils/hooks.cjs +0 -1
- package/dist/components/utils/hooks.d.ts +0 -1
- package/dist/components/utils/hooks.js +3 -4
- package/dist/components/utils/interpolation.cjs +0 -1
- package/dist/components/utils/interpolation.d.ts +0 -1
- package/dist/components/utils/interpolation.js +0 -1
- package/dist/core.cjs +1 -2
- package/dist/core.d.ts +0 -1
- package/dist/core.js +70 -75
- package/dist/externalizeComponent.d.ts +0 -1
- package/dist/i18n/config.d.ts +0 -1
- package/dist/icons/DropdownArrowIcon.d.ts +0 -1
- package/dist/icons/index.d.ts +0 -1
- package/dist/index.cjs +1 -2
- package/dist/index.d.ts +0 -1
- package/dist/index.js +120 -140
- package/dist/lib/ConnectedMotionGroup.d.ts +0 -1
- package/dist/lib/JoggerConnection.d.ts +0 -1
- package/dist/lib/MotionStreamConnection.d.ts +0 -1
- package/dist/lib/motionStateUpdate.d.ts +0 -1
- package/dist/themes/createDarkTheme.d.ts +0 -1
- package/dist/themes/createLightTheme.d.ts +0 -1
- package/dist/themes/themeTypes.d.ts +0 -1
- package/dist/themes/theming.d.ts +0 -1
- package/dist/wb-icons.cjs +1 -2
- package/dist/wb-icons.d.ts +0 -1
- package/dist/wb-icons.js +28 -44
- package/package.json +5 -6
- package/dist/3d.cjs.map +0 -1
- package/dist/3d.d.ts.map +0 -1
- package/dist/3d.js.map +0 -1
- package/dist/Setup.d.ts.map +0 -1
- package/dist/components/3d-viewport/CoordinateSystemTransform.d.ts.map +0 -1
- package/dist/components/3d-viewport/PresetEnvironment.cjs.map +0 -1
- package/dist/components/3d-viewport/PresetEnvironment.d.ts.map +0 -1
- package/dist/components/3d-viewport/PresetEnvironment.js.map +0 -1
- package/dist/components/3d-viewport/SafetyZonesRenderer.cjs.map +0 -1
- package/dist/components/3d-viewport/SafetyZonesRenderer.d.ts.map +0 -1
- package/dist/components/3d-viewport/SafetyZonesRenderer.js.map +0 -1
- package/dist/components/3d-viewport/TrajectoryRenderer.cjs.map +0 -1
- package/dist/components/3d-viewport/TrajectoryRenderer.d.ts.map +0 -1
- package/dist/components/3d-viewport/TrajectoryRenderer.js.map +0 -1
- package/dist/components/3d-viewport/collider/ColliderCollection.cjs.map +0 -1
- package/dist/components/3d-viewport/collider/ColliderCollection.d.ts.map +0 -1
- package/dist/components/3d-viewport/collider/ColliderCollection.js.map +0 -1
- package/dist/components/3d-viewport/collider/ColliderElement.cjs.map +0 -1
- package/dist/components/3d-viewport/collider/ColliderElement.d.ts.map +0 -1
- package/dist/components/3d-viewport/collider/ColliderElement.js.map +0 -1
- package/dist/components/3d-viewport/collider/CollisionSceneRenderer.cjs.map +0 -1
- package/dist/components/3d-viewport/collider/CollisionSceneRenderer.d.ts.map +0 -1
- package/dist/components/3d-viewport/collider/CollisionSceneRenderer.js.map +0 -1
- package/dist/components/3d-viewport/collider/colliderShapeToBufferGeometry.cjs.map +0 -1
- package/dist/components/3d-viewport/collider/colliderShapeToBufferGeometry.d.ts.map +0 -1
- package/dist/components/3d-viewport/collider/colliderShapeToBufferGeometry.js.map +0 -1
- package/dist/components/AppHeader.cjs.map +0 -1
- package/dist/components/AppHeader.d.ts.map +0 -1
- package/dist/components/AppHeader.js.map +0 -1
- package/dist/components/ConsoleFilter.cjs.map +0 -1
- package/dist/components/ConsoleFilter.d.ts.map +0 -1
- package/dist/components/ConsoleFilter.js.map +0 -1
- package/dist/components/CopyableText.cjs.map +0 -1
- package/dist/components/CopyableText.d.ts.map +0 -1
- package/dist/components/CopyableText.js.map +0 -1
- package/dist/components/CycleTimer/CycleTimer.d.ts.map +0 -1
- package/dist/components/CycleTimer/DefaultVariant.cjs.map +0 -1
- package/dist/components/CycleTimer/DefaultVariant.d.ts.map +0 -1
- package/dist/components/CycleTimer/DefaultVariant.js.map +0 -1
- package/dist/components/CycleTimer/SmallVariant.cjs.map +0 -1
- package/dist/components/CycleTimer/SmallVariant.d.ts.map +0 -1
- package/dist/components/CycleTimer/SmallVariant.js.map +0 -1
- package/dist/components/CycleTimer/index.cjs.map +0 -1
- package/dist/components/CycleTimer/index.d.ts.map +0 -1
- package/dist/components/CycleTimer/index.js.map +0 -1
- package/dist/components/CycleTimer/types.d.ts.map +0 -1
- package/dist/components/CycleTimer/useAnimations.cjs.map +0 -1
- package/dist/components/CycleTimer/useAnimations.d.ts.map +0 -1
- package/dist/components/CycleTimer/useAnimations.js.map +0 -1
- package/dist/components/CycleTimer/useTimerLogic.cjs.map +0 -1
- package/dist/components/CycleTimer/useTimerLogic.d.ts.map +0 -1
- package/dist/components/CycleTimer/useTimerLogic.js.map +0 -1
- package/dist/components/CycleTimer/utils.cjs.map +0 -1
- package/dist/components/CycleTimer/utils.d.ts.map +0 -1
- package/dist/components/CycleTimer/utils.js.map +0 -1
- package/dist/components/CycleTimer.cjs.map +0 -1
- package/dist/components/CycleTimer.d.ts.map +0 -1
- package/dist/components/CycleTimer.js.map +0 -1
- package/dist/components/DataGrid.cjs.map +0 -1
- package/dist/components/DataGrid.d.ts.map +0 -1
- package/dist/components/DataGrid.js.map +0 -1
- package/dist/components/LoadingCover.cjs.map +0 -1
- package/dist/components/LoadingCover.d.ts.map +0 -1
- package/dist/components/LoadingCover.js.map +0 -1
- package/dist/components/LogPanel.cjs.map +0 -1
- package/dist/components/LogPanel.d.ts.map +0 -1
- package/dist/components/LogPanel.js.map +0 -1
- package/dist/components/LogStore.cjs.map +0 -1
- package/dist/components/LogStore.d.ts.map +0 -1
- package/dist/components/LogStore.js.map +0 -1
- package/dist/components/LogViewer.cjs.map +0 -1
- package/dist/components/LogViewer.d.ts.map +0 -1
- package/dist/components/LogViewer.js.map +0 -1
- package/dist/components/ProgramControl.cjs.map +0 -1
- package/dist/components/ProgramControl.d.ts.map +0 -1
- package/dist/components/ProgramControl.js.map +0 -1
- package/dist/components/ProgramStateIndicator.cjs.map +0 -1
- package/dist/components/ProgramStateIndicator.d.ts.map +0 -1
- package/dist/components/ProgramStateIndicator.js.map +0 -1
- package/dist/components/RobotCard.cjs.map +0 -1
- package/dist/components/RobotCard.d.ts.map +0 -1
- package/dist/components/RobotCard.js.map +0 -1
- package/dist/components/RobotListItem.cjs.map +0 -1
- package/dist/components/RobotListItem.d.ts.map +0 -1
- package/dist/components/RobotListItem.js.map +0 -1
- package/dist/components/RobotSetupReadinessIndicator.cjs.map +0 -1
- package/dist/components/RobotSetupReadinessIndicator.d.ts.map +0 -1
- package/dist/components/RobotSetupReadinessIndicator.js.map +0 -1
- package/dist/components/RobotSetupReadinessIndicator.test.d.ts +0 -2
- package/dist/components/RobotSetupReadinessIndicator.test.d.ts.map +0 -1
- package/dist/components/SelectableFab.cjs.map +0 -1
- package/dist/components/SelectableFab.d.ts.map +0 -1
- package/dist/components/SelectableFab.js.map +0 -1
- package/dist/components/TabBar.cjs.map +0 -1
- package/dist/components/TabBar.d.ts.map +0 -1
- package/dist/components/TabBar.js.map +0 -1
- package/dist/components/ThemeSelect.d.ts.map +0 -1
- package/dist/components/Timer/Timer.d.ts.map +0 -1
- package/dist/components/Timer/TimerDefaultVariant.cjs.map +0 -1
- package/dist/components/Timer/TimerDefaultVariant.d.ts.map +0 -1
- package/dist/components/Timer/TimerDefaultVariant.js.map +0 -1
- package/dist/components/Timer/TimerSmallVariant.cjs.map +0 -1
- package/dist/components/Timer/TimerSmallVariant.d.ts.map +0 -1
- package/dist/components/Timer/TimerSmallVariant.js.map +0 -1
- package/dist/components/Timer/index.cjs.map +0 -1
- package/dist/components/Timer/index.d.ts.map +0 -1
- package/dist/components/Timer/index.js.map +0 -1
- package/dist/components/Timer/types.d.ts.map +0 -1
- package/dist/components/Timer/useTimerAnimations.cjs.map +0 -1
- package/dist/components/Timer/useTimerAnimations.d.ts.map +0 -1
- package/dist/components/Timer/useTimerAnimations.js.map +0 -1
- package/dist/components/Timer/useTimerLogic.cjs.map +0 -1
- package/dist/components/Timer/useTimerLogic.d.ts.map +0 -1
- package/dist/components/Timer/useTimerLogic.js.map +0 -1
- package/dist/components/Timer/utils.cjs.map +0 -1
- package/dist/components/Timer/utils.d.ts.map +0 -1
- package/dist/components/Timer/utils.js.map +0 -1
- package/dist/components/Timer.cjs.map +0 -1
- package/dist/components/Timer.d.ts.map +0 -1
- package/dist/components/Timer.js.map +0 -1
- package/dist/components/TransparentOverlay.d.ts.map +0 -1
- package/dist/components/VelocitySlider.cjs.map +0 -1
- package/dist/components/VelocitySlider.d.ts.map +0 -1
- package/dist/components/VelocitySlider.js.map +0 -1
- package/dist/components/experimental/utils/AdornedSelect.cjs.map +0 -1
- package/dist/components/experimental/utils/AdornedSelect.d.ts.map +0 -1
- package/dist/components/experimental/utils/AdornedSelect.js.map +0 -1
- package/dist/components/jogging/JoggingBlocked.cjs.map +0 -1
- package/dist/components/jogging/JoggingBlocked.d.ts.map +0 -1
- package/dist/components/jogging/JoggingBlocked.js.map +0 -1
- package/dist/components/jogging/JoggingCartesianAxisControl.cjs.map +0 -1
- package/dist/components/jogging/JoggingCartesianAxisControl.d.ts.map +0 -1
- package/dist/components/jogging/JoggingCartesianAxisControl.js.map +0 -1
- package/dist/components/jogging/JoggingCartesianTab.cjs.map +0 -1
- package/dist/components/jogging/JoggingCartesianTab.d.ts.map +0 -1
- package/dist/components/jogging/JoggingCartesianTab.js.map +0 -1
- package/dist/components/jogging/JoggingFreedriveTab.d.ts.map +0 -1
- package/dist/components/jogging/JoggingJointLimitDetector.cjs.map +0 -1
- package/dist/components/jogging/JoggingJointLimitDetector.d.ts.map +0 -1
- package/dist/components/jogging/JoggingJointLimitDetector.js.map +0 -1
- package/dist/components/jogging/JoggingJointTab.cjs.map +0 -1
- package/dist/components/jogging/JoggingJointTab.d.ts.map +0 -1
- package/dist/components/jogging/JoggingJointTab.js.map +0 -1
- package/dist/components/jogging/JoggingJointValueControl.cjs.map +0 -1
- package/dist/components/jogging/JoggingJointValueControl.d.ts.map +0 -1
- package/dist/components/jogging/JoggingJointValueControl.js.map +0 -1
- package/dist/components/jogging/JoggingOptions.cjs.map +0 -1
- package/dist/components/jogging/JoggingOptions.d.ts.map +0 -1
- package/dist/components/jogging/JoggingOptions.js.map +0 -1
- package/dist/components/jogging/JoggingPanel.cjs.map +0 -1
- package/dist/components/jogging/JoggingPanel.d.ts.map +0 -1
- package/dist/components/jogging/JoggingPanel.js.map +0 -1
- package/dist/components/jogging/JoggingPanel.test.d.ts +0 -2
- package/dist/components/jogging/JoggingPanel.test.d.ts.map +0 -1
- package/dist/components/jogging/JoggingStore.cjs.map +0 -1
- package/dist/components/jogging/JoggingStore.d.ts.map +0 -1
- package/dist/components/jogging/JoggingStore.js.map +0 -1
- package/dist/components/jogging/JoggingToggleButtonGroup.cjs.map +0 -1
- package/dist/components/jogging/JoggingToggleButtonGroup.d.ts.map +0 -1
- package/dist/components/jogging/JoggingToggleButtonGroup.js.map +0 -1
- package/dist/components/jogging/JoggingVelocitySlider.cjs.map +0 -1
- package/dist/components/jogging/JoggingVelocitySlider.d.ts.map +0 -1
- package/dist/components/jogging/JoggingVelocitySlider.js.map +0 -1
- package/dist/components/jogging/PoseCartesianValues.cjs.map +0 -1
- package/dist/components/jogging/PoseCartesianValues.d.ts.map +0 -1
- package/dist/components/jogging/PoseCartesianValues.js.map +0 -1
- package/dist/components/jogging/PoseJointValues.cjs.map +0 -1
- package/dist/components/jogging/PoseJointValues.d.ts.map +0 -1
- package/dist/components/jogging/PoseJointValues.js.map +0 -1
- package/dist/components/jogging/__fixtures__/motionStreamMockData.d.ts +0 -11
- package/dist/components/jogging/__fixtures__/motionStreamMockData.d.ts.map +0 -1
- package/dist/components/modal/NoMotionGroupModal.cjs.map +0 -1
- package/dist/components/modal/NoMotionGroupModal.d.ts.map +0 -1
- package/dist/components/modal/NoMotionGroupModal.js.map +0 -1
- package/dist/components/robots/AxisConfig.cjs.map +0 -1
- package/dist/components/robots/AxisConfig.d.ts.map +0 -1
- package/dist/components/robots/AxisConfig.js.map +0 -1
- package/dist/components/robots/DHLinearAxis.cjs.map +0 -1
- package/dist/components/robots/DHLinearAxis.d.ts.map +0 -1
- package/dist/components/robots/DHLinearAxis.js.map +0 -1
- package/dist/components/robots/DHRobot.cjs.map +0 -1
- package/dist/components/robots/DHRobot.d.ts.map +0 -1
- package/dist/components/robots/DHRobot.js.map +0 -1
- package/dist/components/robots/GenericRobot.cjs.map +0 -1
- package/dist/components/robots/GenericRobot.d.ts.map +0 -1
- package/dist/components/robots/GenericRobot.js.map +0 -1
- package/dist/components/robots/LinearAxis.cjs.map +0 -1
- package/dist/components/robots/LinearAxis.d.ts.map +0 -1
- package/dist/components/robots/LinearAxis.js.map +0 -1
- package/dist/components/robots/LinearAxisAnimator.cjs.map +0 -1
- package/dist/components/robots/LinearAxisAnimator.d.ts.map +0 -1
- package/dist/components/robots/LinearAxisAnimator.js.map +0 -1
- package/dist/components/robots/MotionGroupVisualizer.cjs.map +0 -1
- package/dist/components/robots/MotionGroupVisualizer.d.ts.map +0 -1
- package/dist/components/robots/MotionGroupVisualizer.js.map +0 -1
- package/dist/components/robots/Robot.cjs.map +0 -1
- package/dist/components/robots/Robot.d.ts.map +0 -1
- package/dist/components/robots/Robot.js.map +0 -1
- package/dist/components/robots/RobotAnimator.cjs.map +0 -1
- package/dist/components/robots/RobotAnimator.d.ts.map +0 -1
- package/dist/components/robots/RobotAnimator.js.map +0 -1
- package/dist/components/robots/RobotAnimator.test.d.ts +0 -2
- package/dist/components/robots/RobotAnimator.test.d.ts.map +0 -1
- package/dist/components/robots/SupportedLinearAxis.cjs.map +0 -1
- package/dist/components/robots/SupportedLinearAxis.d.ts.map +0 -1
- package/dist/components/robots/SupportedLinearAxis.js.map +0 -1
- package/dist/components/robots/SupportedRobot.cjs.map +0 -1
- package/dist/components/robots/SupportedRobot.d.ts.map +0 -1
- package/dist/components/robots/SupportedRobot.js.map +0 -1
- package/dist/components/robots/ghostStyle.cjs.map +0 -1
- package/dist/components/robots/ghostStyle.d.ts.map +0 -1
- package/dist/components/robots/ghostStyle.js.map +0 -1
- package/dist/components/robots/manufacturerHomePositions.cjs.map +0 -1
- package/dist/components/robots/manufacturerHomePositions.d.ts.map +0 -1
- package/dist/components/robots/manufacturerHomePositions.js.map +0 -1
- package/dist/components/robots/robotModelLogic.cjs.map +0 -1
- package/dist/components/robots/robotModelLogic.d.ts.map +0 -1
- package/dist/components/robots/robotModelLogic.js.map +0 -1
- package/dist/components/safetyBar/ControllerTypeIndicator.cjs.map +0 -1
- package/dist/components/safetyBar/ControllerTypeIndicator.d.ts.map +0 -1
- package/dist/components/safetyBar/ControllerTypeIndicator.js.map +0 -1
- package/dist/components/safetyBar/IndicatorWithExplanation.cjs.map +0 -1
- package/dist/components/safetyBar/IndicatorWithExplanation.d.ts.map +0 -1
- package/dist/components/safetyBar/IndicatorWithExplanation.js.map +0 -1
- package/dist/components/safetyBar/OperationModeIndicator.cjs.map +0 -1
- package/dist/components/safetyBar/OperationModeIndicator.d.ts.map +0 -1
- package/dist/components/safetyBar/OperationModeIndicator.js.map +0 -1
- package/dist/components/safetyBar/SafetyBar.cjs.map +0 -1
- package/dist/components/safetyBar/SafetyBar.d.ts.map +0 -1
- package/dist/components/safetyBar/SafetyBar.js.map +0 -1
- package/dist/components/safetyBar/SafetyStateIndicator.cjs.map +0 -1
- package/dist/components/safetyBar/SafetyStateIndicator.d.ts.map +0 -1
- package/dist/components/safetyBar/SafetyStateIndicator.js.map +0 -1
- package/dist/components/safetyBar/icons/controller-type-physical.svg.cjs +0 -2
- package/dist/components/safetyBar/icons/controller-type-physical.svg.cjs.map +0 -1
- package/dist/components/safetyBar/icons/controller-type-physical.svg.d.ts +0 -3
- package/dist/components/safetyBar/icons/controller-type-physical.svg.js.map +0 -1
- package/dist/components/safetyBar/icons/controller-type-virtual.svg.cjs +0 -2
- package/dist/components/safetyBar/icons/controller-type-virtual.svg.cjs.map +0 -1
- package/dist/components/safetyBar/icons/controller-type-virtual.svg.d.ts +0 -3
- package/dist/components/safetyBar/icons/controller-type-virtual.svg.js +0 -11
- package/dist/components/safetyBar/icons/controller-type-virtual.svg.js.map +0 -1
- package/dist/components/safetyBar/icons/index.d.ts.map +0 -1
- package/dist/components/safetyBar/icons/operation-mode-automatic.svg.cjs +0 -2
- package/dist/components/safetyBar/icons/operation-mode-automatic.svg.cjs.map +0 -1
- package/dist/components/safetyBar/icons/operation-mode-automatic.svg.d.ts +0 -3
- package/dist/components/safetyBar/icons/operation-mode-automatic.svg.js +0 -11
- package/dist/components/safetyBar/icons/operation-mode-automatic.svg.js.map +0 -1
- package/dist/components/safetyBar/icons/operation-mode-error.svg.cjs +0 -2
- package/dist/components/safetyBar/icons/operation-mode-error.svg.cjs.map +0 -1
- package/dist/components/safetyBar/icons/operation-mode-error.svg.d.ts +0 -3
- package/dist/components/safetyBar/icons/operation-mode-error.svg.js +0 -11
- package/dist/components/safetyBar/icons/operation-mode-error.svg.js.map +0 -1
- package/dist/components/safetyBar/icons/operation-mode-manual.svg.cjs +0 -2
- package/dist/components/safetyBar/icons/operation-mode-manual.svg.cjs.map +0 -1
- package/dist/components/safetyBar/icons/operation-mode-manual.svg.d.ts +0 -3
- package/dist/components/safetyBar/icons/operation-mode-manual.svg.js +0 -11
- package/dist/components/safetyBar/icons/operation-mode-manual.svg.js.map +0 -1
- package/dist/components/safetyBar/icons/safety-state-error.svg.cjs +0 -2
- package/dist/components/safetyBar/icons/safety-state-error.svg.cjs.map +0 -1
- package/dist/components/safetyBar/icons/safety-state-error.svg.d.ts +0 -3
- package/dist/components/safetyBar/icons/safety-state-error.svg.js +0 -11
- package/dist/components/safetyBar/icons/safety-state-error.svg.js.map +0 -1
- package/dist/components/safetyBar/icons/safety-state-estop.svg.cjs +0 -2
- package/dist/components/safetyBar/icons/safety-state-estop.svg.cjs.map +0 -1
- package/dist/components/safetyBar/icons/safety-state-estop.svg.d.ts +0 -3
- package/dist/components/safetyBar/icons/safety-state-estop.svg.js +0 -11
- package/dist/components/safetyBar/icons/safety-state-estop.svg.js.map +0 -1
- package/dist/components/safetyBar/icons/safety-state-manual-action-required.svg.cjs +0 -2
- package/dist/components/safetyBar/icons/safety-state-manual-action-required.svg.cjs.map +0 -1
- package/dist/components/safetyBar/icons/safety-state-manual-action-required.svg.d.ts +0 -3
- package/dist/components/safetyBar/icons/safety-state-manual-action-required.svg.js +0 -11
- package/dist/components/safetyBar/icons/safety-state-manual-action-required.svg.js.map +0 -1
- package/dist/components/safetyBar/icons/safety-state-normal.svg.cjs +0 -2
- package/dist/components/safetyBar/icons/safety-state-normal.svg.cjs.map +0 -1
- package/dist/components/safetyBar/icons/safety-state-normal.svg.d.ts +0 -3
- package/dist/components/safetyBar/icons/safety-state-normal.svg.js +0 -11
- package/dist/components/safetyBar/icons/safety-state-normal.svg.js.map +0 -1
- package/dist/components/safetyBar/icons/safety-state-stop.svg.cjs +0 -2
- package/dist/components/safetyBar/icons/safety-state-stop.svg.cjs.map +0 -1
- package/dist/components/safetyBar/icons/safety-state-stop.svg.d.ts +0 -3
- package/dist/components/safetyBar/icons/safety-state-stop.svg.js +0 -11
- package/dist/components/safetyBar/icons/safety-state-stop.svg.js.map +0 -1
- package/dist/components/utils/converters.cjs.map +0 -1
- package/dist/components/utils/converters.d.ts.map +0 -1
- package/dist/components/utils/converters.js.map +0 -1
- package/dist/components/utils/errorHandling.cjs.map +0 -1
- package/dist/components/utils/errorHandling.d.ts.map +0 -1
- package/dist/components/utils/errorHandling.js.map +0 -1
- package/dist/components/utils/errorHandling.test.d.ts +0 -2
- package/dist/components/utils/errorHandling.test.d.ts.map +0 -1
- package/dist/components/utils/hooks.cjs.map +0 -1
- package/dist/components/utils/hooks.d.ts.map +0 -1
- package/dist/components/utils/hooks.js.map +0 -1
- package/dist/components/utils/interpolation.cjs.map +0 -1
- package/dist/components/utils/interpolation.d.ts.map +0 -1
- package/dist/components/utils/interpolation.js.map +0 -1
- package/dist/components/utils/interpolation.test.d.ts +0 -2
- package/dist/components/utils/interpolation.test.d.ts.map +0 -1
- package/dist/core.cjs.map +0 -1
- package/dist/core.d.ts.map +0 -1
- package/dist/core.js.map +0 -1
- package/dist/externalizeComponent.cjs +0 -2
- package/dist/externalizeComponent.cjs.map +0 -1
- package/dist/externalizeComponent.d.ts.map +0 -1
- package/dist/externalizeComponent.js +0 -13
- package/dist/externalizeComponent.js.map +0 -1
- package/dist/i18n/config.cjs +0 -2
- package/dist/i18n/config.cjs.map +0 -1
- package/dist/i18n/config.d.ts.map +0 -1
- package/dist/i18n/config.js +0 -25
- package/dist/i18n/config.js.map +0 -1
- package/dist/i18n/locales/de/translations.json.cjs +0 -3
- package/dist/i18n/locales/de/translations.json.cjs.map +0 -1
- package/dist/i18n/locales/de/translations.json.js +0 -94
- package/dist/i18n/locales/de/translations.json.js.map +0 -1
- package/dist/i18n/locales/en/translations.json.cjs +0 -2
- package/dist/i18n/locales/en/translations.json.cjs.map +0 -1
- package/dist/i18n/locales/en/translations.json.js +0 -94
- package/dist/i18n/locales/en/translations.json.js.map +0 -1
- package/dist/icons/DropdownArrowIcon.cjs +0 -2
- package/dist/icons/DropdownArrowIcon.cjs.map +0 -1
- package/dist/icons/DropdownArrowIcon.d.ts.map +0 -1
- package/dist/icons/DropdownArrowIcon.js +0 -14
- package/dist/icons/DropdownArrowIcon.js.map +0 -1
- package/dist/icons/axis-x.svg.cjs +0 -2
- package/dist/icons/axis-x.svg.cjs.map +0 -1
- package/dist/icons/axis-x.svg.d.ts +0 -3
- package/dist/icons/axis-x.svg.js +0 -11
- package/dist/icons/axis-x.svg.js.map +0 -1
- package/dist/icons/axis-y.svg.cjs +0 -2
- package/dist/icons/axis-y.svg.cjs.map +0 -1
- package/dist/icons/axis-y.svg.d.ts +0 -3
- package/dist/icons/axis-y.svg.js +0 -11
- package/dist/icons/axis-y.svg.js.map +0 -1
- package/dist/icons/axis-z.svg.cjs +0 -2
- package/dist/icons/axis-z.svg.cjs.map +0 -1
- package/dist/icons/axis-z.svg.d.ts +0 -3
- package/dist/icons/axis-z.svg.js +0 -11
- package/dist/icons/axis-z.svg.js.map +0 -1
- package/dist/icons/home.svg.cjs +0 -2
- package/dist/icons/home.svg.cjs.map +0 -1
- package/dist/icons/home.svg.d.ts +0 -3
- package/dist/icons/home.svg.js +0 -11
- package/dist/icons/home.svg.js.map +0 -1
- package/dist/icons/index.d.ts.map +0 -1
- package/dist/icons/jog-minus.svg.cjs +0 -2
- package/dist/icons/jog-minus.svg.cjs.map +0 -1
- package/dist/icons/jog-minus.svg.d.ts +0 -3
- package/dist/icons/jog-minus.svg.js +0 -11
- package/dist/icons/jog-minus.svg.js.map +0 -1
- package/dist/icons/jog-plus.svg.cjs +0 -2
- package/dist/icons/jog-plus.svg.cjs.map +0 -1
- package/dist/icons/jog-plus.svg.d.ts +0 -3
- package/dist/icons/jog-plus.svg.js +0 -11
- package/dist/icons/jog-plus.svg.js.map +0 -1
- package/dist/icons/jogging.svg.cjs +0 -2
- package/dist/icons/jogging.svg.cjs.map +0 -1
- package/dist/icons/jogging.svg.d.ts +0 -3
- package/dist/icons/jogging.svg.js +0 -11
- package/dist/icons/jogging.svg.js.map +0 -1
- package/dist/icons/orientation-coord-system.svg.cjs +0 -2
- package/dist/icons/orientation-coord-system.svg.cjs.map +0 -1
- package/dist/icons/orientation-coord-system.svg.d.ts +0 -3
- package/dist/icons/orientation-coord-system.svg.js +0 -11
- package/dist/icons/orientation-coord-system.svg.js.map +0 -1
- package/dist/icons/orientation-tool.svg.cjs +0 -2
- package/dist/icons/orientation-tool.svg.cjs.map +0 -1
- package/dist/icons/orientation-tool.svg.d.ts +0 -3
- package/dist/icons/orientation-tool.svg.js +0 -11
- package/dist/icons/orientation-tool.svg.js.map +0 -1
- package/dist/icons/robot.svg.cjs +0 -2
- package/dist/icons/robot.svg.cjs.map +0 -1
- package/dist/icons/robot.svg.d.ts +0 -3
- package/dist/icons/robot.svg.js.map +0 -1
- package/dist/icons/rotation.svg.cjs +0 -2
- package/dist/icons/rotation.svg.cjs.map +0 -1
- package/dist/icons/rotation.svg.d.ts +0 -3
- package/dist/icons/rotation.svg.js +0 -11
- package/dist/icons/rotation.svg.js.map +0 -1
- package/dist/icons/wbLogo.svg.cjs +0 -2
- package/dist/icons/wbLogo.svg.cjs.map +0 -1
- package/dist/icons/wbLogo.svg.d.ts +0 -3
- package/dist/icons/wbLogo.svg.js +0 -11
- package/dist/icons/wbLogo.svg.js.map +0 -1
- package/dist/index.cjs.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js.map +0 -1
- package/dist/lib/ConnectedMotionGroup.cjs +0 -4
- package/dist/lib/ConnectedMotionGroup.cjs.map +0 -1
- package/dist/lib/ConnectedMotionGroup.d.ts.map +0 -1
- package/dist/lib/ConnectedMotionGroup.js +0 -250
- package/dist/lib/ConnectedMotionGroup.js.map +0 -1
- package/dist/lib/JoggerConnection.cjs +0 -2
- package/dist/lib/JoggerConnection.cjs.map +0 -1
- package/dist/lib/JoggerConnection.d.ts.map +0 -1
- package/dist/lib/JoggerConnection.js +0 -342
- package/dist/lib/JoggerConnection.js.map +0 -1
- package/dist/lib/JoggerConnection.test.d.ts +0 -2
- package/dist/lib/JoggerConnection.test.d.ts.map +0 -1
- package/dist/lib/MotionStreamConnection.cjs +0 -3
- package/dist/lib/MotionStreamConnection.cjs.map +0 -1
- package/dist/lib/MotionStreamConnection.d.ts.map +0 -1
- package/dist/lib/MotionStreamConnection.js +0 -94
- package/dist/lib/MotionStreamConnection.js.map +0 -1
- package/dist/lib/MotionStreamConnection.test.d.ts +0 -2
- package/dist/lib/MotionStreamConnection.test.d.ts.map +0 -1
- package/dist/lib/motionStateUpdate.cjs +0 -2
- package/dist/lib/motionStateUpdate.cjs.map +0 -1
- package/dist/lib/motionStateUpdate.d.ts.map +0 -1
- package/dist/lib/motionStateUpdate.js +0 -49
- package/dist/lib/motionStateUpdate.js.map +0 -1
- package/dist/lib/motionStateUpdate.test.d.ts +0 -2
- package/dist/lib/motionStateUpdate.test.d.ts.map +0 -1
- package/dist/test/consumer.test.d.ts +0 -2
- package/dist/test/consumer.test.d.ts.map +0 -1
- package/dist/test/setup.d.ts +0 -2
- package/dist/test/setup.d.ts.map +0 -1
- package/dist/themes/createDarkTheme.cjs +0 -2
- package/dist/themes/createDarkTheme.cjs.map +0 -1
- package/dist/themes/createDarkTheme.d.ts.map +0 -1
- package/dist/themes/createDarkTheme.js +0 -344
- package/dist/themes/createDarkTheme.js.map +0 -1
- package/dist/themes/createLightTheme.cjs +0 -2
- package/dist/themes/createLightTheme.cjs.map +0 -1
- package/dist/themes/createLightTheme.d.ts.map +0 -1
- package/dist/themes/createLightTheme.js +0 -9
- package/dist/themes/createLightTheme.js.map +0 -1
- package/dist/themes/themeTypes.d.ts.map +0 -1
- package/dist/themes/theming.cjs +0 -2
- package/dist/themes/theming.cjs.map +0 -1
- package/dist/themes/theming.d.ts.map +0 -1
- package/dist/themes/theming.js +0 -14
- package/dist/themes/theming.js.map +0 -1
- package/dist/wb-icons.cjs.map +0 -1
- package/dist/wb-icons.d.ts.map +0 -1
- package/dist/wb-icons.js.map +0 -1
- package/src/3d.ts +0 -18
- package/src/Setup.tsx +0 -33
- package/src/components/3d-viewport/CoordinateSystemTransform.tsx +0 -57
- package/src/components/3d-viewport/PresetEnvironment.tsx +0 -81
- package/src/components/3d-viewport/SafetyZonesRenderer.tsx +0 -198
- package/src/components/3d-viewport/TrajectoryRenderer.tsx +0 -41
- package/src/components/3d-viewport/collider/ColliderCollection.tsx +0 -35
- package/src/components/3d-viewport/collider/ColliderElement.tsx +0 -36
- package/src/components/3d-viewport/collider/CollisionSceneRenderer.tsx +0 -26
- package/src/components/3d-viewport/collider/colliderShapeToBufferGeometry.ts +0 -48
- package/src/components/AppHeader.md +0 -84
- package/src/components/AppHeader.tsx +0 -197
- package/src/components/ConsoleFilter.tsx +0 -24
- package/src/components/CopyableText.tsx +0 -89
- package/src/components/CycleTimer/CycleTimer.ts +0 -8
- package/src/components/CycleTimer/DefaultVariant.tsx +0 -326
- package/src/components/CycleTimer/SmallVariant.tsx +0 -229
- package/src/components/CycleTimer/index.tsx +0 -158
- package/src/components/CycleTimer/types.ts +0 -58
- package/src/components/CycleTimer/useAnimations.ts +0 -202
- package/src/components/CycleTimer/useTimerLogic.ts +0 -330
- package/src/components/CycleTimer/utils.ts +0 -122
- package/src/components/CycleTimer.tsx +0 -8
- package/src/components/DataGrid.tsx +0 -664
- package/src/components/LoadingCover.tsx +0 -91
- package/src/components/LogPanel.tsx +0 -71
- package/src/components/LogStore.ts +0 -46
- package/src/components/LogViewer.tsx +0 -368
- package/src/components/ProgramControl.tsx +0 -267
- package/src/components/ProgramStateIndicator.tsx +0 -195
- package/src/components/RobotCard.tsx +0 -495
- package/src/components/RobotListItem.tsx +0 -155
- package/src/components/RobotSetupReadinessIndicator.test.tsx +0 -60
- package/src/components/RobotSetupReadinessIndicator.tsx +0 -161
- package/src/components/SelectableFab.tsx +0 -52
- package/src/components/TabBar.tsx +0 -325
- package/src/components/ThemeSelect.tsx +0 -51
- package/src/components/Timer/Timer.ts +0 -4
- package/src/components/Timer/TimerDefaultVariant.tsx +0 -143
- package/src/components/Timer/TimerSmallVariant.tsx +0 -141
- package/src/components/Timer/index.tsx +0 -103
- package/src/components/Timer/types.ts +0 -38
- package/src/components/Timer/useTimerAnimations.ts +0 -94
- package/src/components/Timer/useTimerLogic.ts +0 -214
- package/src/components/Timer/utils.ts +0 -87
- package/src/components/Timer.ts +0 -4
- package/src/components/TransparentOverlay.tsx +0 -28
- package/src/components/VelocitySlider.tsx +0 -117
- package/src/components/experimental/utils/AdornedSelect.tsx +0 -38
- package/src/components/jogging/JoggingBlocked.tsx +0 -43
- package/src/components/jogging/JoggingCartesianAxisControl.tsx +0 -237
- package/src/components/jogging/JoggingCartesianTab.tsx +0 -349
- package/src/components/jogging/JoggingFreedriveTab.tsx +0 -8
- package/src/components/jogging/JoggingJointLimitDetector.tsx +0 -57
- package/src/components/jogging/JoggingJointTab.tsx +0 -126
- package/src/components/jogging/JoggingJointValueControl.tsx +0 -293
- package/src/components/jogging/JoggingOptions.tsx +0 -163
- package/src/components/jogging/JoggingPanel.test.tsx +0 -645
- package/src/components/jogging/JoggingPanel.tsx +0 -204
- package/src/components/jogging/JoggingStore.ts +0 -485
- package/src/components/jogging/JoggingToggleButtonGroup.tsx +0 -25
- package/src/components/jogging/JoggingVelocitySlider.tsx +0 -39
- package/src/components/jogging/PoseCartesianValues.tsx +0 -55
- package/src/components/jogging/PoseJointValues.tsx +0 -54
- package/src/components/jogging/__fixtures__/motionStreamMockData.ts +0 -136
- package/src/components/modal/NoMotionGroupModal.tsx +0 -91
- package/src/components/robots/AxisConfig.ts +0 -3
- package/src/components/robots/DHLinearAxis.tsx +0 -147
- package/src/components/robots/DHRobot.tsx +0 -152
- package/src/components/robots/GenericRobot.tsx +0 -137
- package/src/components/robots/LinearAxis.tsx +0 -74
- package/src/components/robots/LinearAxisAnimator.tsx +0 -118
- package/src/components/robots/MotionGroupVisualizer.tsx +0 -73
- package/src/components/robots/Robot.tsx +0 -57
- package/src/components/robots/RobotAnimator.test.tsx +0 -98
- package/src/components/robots/RobotAnimator.tsx +0 -116
- package/src/components/robots/SupportedLinearAxis.tsx +0 -110
- package/src/components/robots/SupportedRobot.tsx +0 -111
- package/src/components/robots/ghostStyle.ts +0 -71
- package/src/components/robots/manufacturerHomePositions.ts +0 -76
- package/src/components/robots/robotModelLogic.ts +0 -158
- package/src/components/safetyBar/ControllerTypeIndicator.tsx +0 -79
- package/src/components/safetyBar/IndicatorWithExplanation.tsx +0 -137
- package/src/components/safetyBar/OperationModeIndicator.tsx +0 -98
- package/src/components/safetyBar/SafetyBar.tsx +0 -72
- package/src/components/safetyBar/SafetyStateIndicator.tsx +0 -163
- package/src/components/safetyBar/icons/controller-type-physical.svg +0 -1
- package/src/components/safetyBar/icons/controller-type-virtual.svg +0 -1
- package/src/components/safetyBar/icons/index.ts +0 -10
- package/src/components/safetyBar/icons/operation-mode-automatic.svg +0 -1
- package/src/components/safetyBar/icons/operation-mode-error.svg +0 -1
- package/src/components/safetyBar/icons/operation-mode-manual.svg +0 -1
- package/src/components/safetyBar/icons/safety-state-error.svg +0 -1
- package/src/components/safetyBar/icons/safety-state-estop.svg +0 -1
- package/src/components/safetyBar/icons/safety-state-manual-action-required.svg +0 -1
- package/src/components/safetyBar/icons/safety-state-normal.svg +0 -1
- package/src/components/safetyBar/icons/safety-state-stop.svg +0 -1
- package/src/components/utils/converters.ts +0 -90
- package/src/components/utils/errorHandling.test.ts +0 -41
- package/src/components/utils/errorHandling.ts +0 -38
- package/src/components/utils/hooks.tsx +0 -55
- package/src/components/utils/interpolation.test.ts +0 -1138
- package/src/components/utils/interpolation.ts +0 -380
- package/src/core.ts +0 -33
- package/src/declarations.d.ts +0 -10
- package/src/env.d.ts +0 -3
- package/src/externalizeComponent.tsx +0 -28
- package/src/i18n/config.ts +0 -26
- package/src/i18n/locales/de/translations.json +0 -89
- package/src/i18n/locales/en/translations.json +0 -90
- package/src/icons/DropdownArrowIcon.tsx +0 -12
- package/src/icons/axis-x.svg +0 -1
- package/src/icons/axis-y.svg +0 -1
- package/src/icons/axis-z.svg +0 -1
- package/src/icons/home.svg +0 -1
- package/src/icons/index.ts +0 -12
- package/src/icons/jog-minus.svg +0 -5
- package/src/icons/jog-plus.svg +0 -9
- package/src/icons/jogging.svg +0 -1
- package/src/icons/orientation-coord-system.svg +0 -1
- package/src/icons/orientation-tool.svg +0 -1
- package/src/icons/robot.svg +0 -1
- package/src/icons/rotation.svg +0 -3
- package/src/icons/wbLogo.svg +0 -1
- package/src/index.ts +0 -4
- package/src/lib/ConnectedMotionGroup.ts +0 -441
- package/src/lib/JoggerConnection.test.ts +0 -122
- package/src/lib/JoggerConnection.ts +0 -694
- package/src/lib/MotionStreamConnection.test.ts +0 -23
- package/src/lib/MotionStreamConnection.ts +0 -186
- package/src/lib/motionStateUpdate.test.ts +0 -28
- package/src/lib/motionStateUpdate.ts +0 -117
- package/src/test/consumer.test.ts +0 -230
- package/src/test/setup.ts +0 -111
- package/src/themes/createDarkTheme.ts +0 -343
- package/src/themes/createLightTheme.ts +0 -8
- package/src/themes/themeTypes.ts +0 -96
- package/src/themes/theming.ts +0 -29
- package/src/wb-icons.ts +0 -3
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { jsxs as u, jsx as i } from "react/jsx-runtime";
|
|
2
|
-
import { useTheme as d } from "@mui/material/styles";
|
|
3
|
-
import m from "@mui/material/Stack";
|
|
4
|
-
import s from "@mui/material/Typography";
|
|
5
2
|
import x from "@mui/material/Slider";
|
|
6
|
-
import
|
|
3
|
+
import d from "@mui/material/Stack";
|
|
4
|
+
import { useTheme as m } from "@mui/material/styles";
|
|
5
|
+
import s from "@mui/material/Typography";
|
|
6
|
+
import y from "lodash-es/isNumber.js";
|
|
7
7
|
import { observer as h } from "mobx-react-lite";
|
|
8
8
|
import { useTranslation as b } from "react-i18next";
|
|
9
9
|
const z = h((e) => {
|
|
10
10
|
var l, a, c;
|
|
11
|
-
const r =
|
|
11
|
+
const r = m(), { store: t } = e, { t: o } = b();
|
|
12
12
|
function g(p, n) {
|
|
13
13
|
n === e.velocity || !y(n) || e.onVelocityChange(n, e.useDegree);
|
|
14
14
|
}
|
|
15
15
|
return /* @__PURE__ */ u(
|
|
16
|
-
|
|
16
|
+
d,
|
|
17
17
|
{
|
|
18
18
|
direction: "row",
|
|
19
19
|
gap: 2,
|
|
@@ -57,9 +57,9 @@ const z = h((e) => {
|
|
|
57
57
|
});
|
|
58
58
|
function f({ value: e, sx: r }) {
|
|
59
59
|
var o;
|
|
60
|
-
const t =
|
|
60
|
+
const t = m();
|
|
61
61
|
return /* @__PURE__ */ i(
|
|
62
|
-
|
|
62
|
+
d,
|
|
63
63
|
{
|
|
64
64
|
direction: "row",
|
|
65
65
|
justifyContent: "center",
|
|
@@ -94,4 +94,3 @@ export {
|
|
|
94
94
|
f as VelocitySliderLabel,
|
|
95
95
|
z as default
|
|
96
96
|
};
|
|
97
|
-
//# sourceMappingURL=VelocitySlider.js.map
|
|
@@ -1,2 +1 @@
|
|
|
1
1
|
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("react/jsx-runtime"),o=require("@mui/material/FormControl"),l=require("@mui/material/InputLabel"),n=require("@mui/material/Select"),i=require("@mui/material/styles"),u=i.styled(o)(({theme:e})=>({"&.MuiFormControl-root":{".MuiSelect-select":{paddingTop:"20px",paddingLeft:"12px"},label:{pointerEvents:"none",fontSize:"16px"},".MuiInputLabel-root":{"&.Mui-focused":{color:e.palette.text.primary}}}}));function d({labelValue:e,...r}){return t.jsxs(u,{fullWidth:!0,variant:"filled",children:[t.jsx(l,{id:r.labelId,children:e}),t.jsx(n,{...r})]})}exports.default=d;
|
|
2
|
-
//# sourceMappingURL=AdornedSelect.cjs.map
|
|
@@ -1,2 +1 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),n=require("@mui/material/Alert"),i=require("@mui/material/AlertTitle"),c=require("@mui/material/Backdrop"),s=require("@mui/material/Button"),l=require("@mui/material/Stack"),g=require("mobx-react-lite"),a=require("react-i18next"),d=g.observer(({store:t})=>{const{t:r}=a.useTranslation();return e.jsx(c,{"data-testid":"jogging-blocked","aria-label":"jogging-blocked",open:!0,sx:{position:"absolute",zIndex:o=>o.zIndex.drawer+1,color:"#fff",background:"rgba(15, 15, 15, 0.88)",justifyContent:"flex-start",alignItems:"flex-start"},children:e.jsxs(l,{sx:{m:2,width:"100%"},children:[e.jsxs(n,{severity:"error",sx:{mb:2},children:[e.jsx(i,{children:r("Jogging.Blocked.ti")}),r("Jogging.Blocked.lb")]}),e.jsx(s,{variant:"contained",color:"secondary",onClick:()=>t.unblock(),children:r("Jogging.Blocked.Reenable.bt")})]})})});exports.JoggingBlocked=d;
|
|
2
|
-
//# sourceMappingURL=JoggingBlocked.cjs.map
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const
|
|
2
|
-
//# sourceMappingURL=JoggingCartesianAxisControl.cjs.map
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const r=require("react/jsx-runtime"),D=require("@mui/material/styles"),P=require("@mui/material/IconButton"),J=require("@mui/material/Typography"),a=require("@mui/material/Stack"),O=require("mobx-react-lite"),c=require("react"),I=require("../../chunks/externalizeComponent-DOwkaDcw.cjs"),q=require("../../chunks/jog-plus-Dy1r7-r5.cjs"),_=require("../utils/hooks.cjs"),w=I.externalizeComponent(O.observer(({colors:o,label:y,getDisplayedValue:d,startJogging:A,stopJogging:$,disabled:e,activeJoggingDirection:S,...T})=>{var h,k,m,B,v,j,R;_.useAnimationFrame(()=>{const n=d(),s=f.current;s&&(s.textContent=n)});const i=D.useTheme(),[z,p]=c.useState(null);c.useEffect(()=>{e&&l()},[e]);const u=S||z,f=c.useRef(null);o||(o={color:"#fff",backgroundColor:"#000",borderColor:"#000",buttonBackgroundColor:{disabled:"#000",default:"#000",hovered:"#000",pressed:"#000"},labelColor:"#000"});const t=u?(h=o.buttonBackgroundColor)==null?void 0:h.pressed:o.borderColor,g={width:"55px",color:o.color,path:{fill:o.color},alignContent:"center",fontSize:"37px",svg:{pointerEvents:"none"}},x={...g,backgroundColor:(k=o.buttonBackgroundColor)==null?void 0:k.default,":hover":{backgroundColor:(m=o.buttonBackgroundColor)==null?void 0:m.hovered},":active":{backgroundColor:(B=o.buttonBackgroundColor)==null?void 0:B.pressed,color:o.backgroundColor,path:{fill:o.backgroundColor}},":disabled":{backgroundColor:(v=o.buttonBackgroundColor)==null?void 0:v.disabled,"svg path":{fill:i.palette.action.disabled}}},b={...g,backgroundColor:(j=o.buttonBackgroundColor)==null?void 0:j.pressed,color:o.backgroundColor,path:{fill:o.backgroundColor},":disabled":{backgroundColor:(R=o.buttonBackgroundColor)==null?void 0:R.pressed,"svg path":{fill:i.palette.action.disabled}}};function C(n,s){e||n.button===0&&(p(s),A(s))}function l(){p(null),$()}return r.jsxs(a,{height:"64px",direction:"row",justifyContent:"center",...T,children:[r.jsx(P,{disabled:e,disableRipple:!0,onPointerDown:n=>C(n,"-"),onPointerUp:l,onPointerOut:l,size:"large",sx:{...u==="-"?b:x,borderRadius:"16px 0px 0px 16px",borderLeft:`2px solid ${t??"#fff"}`,borderBottom:`2px solid ${t??"#fff"}`,borderTop:`2px solid ${t??"#fff"}`},children:r.jsx(q.ForwardRef,{})}),r.jsxs(a,{spacing:"6px",sx:{width:"150px",backgroundColor:o.backgroundColor,alignItems:"center",justifyContent:"center",opacity:"0.9",borderBottom:`2px solid ${t??"#fff"}`,borderTop:`2px solid ${t??"#fff"}`},children:[r.jsx(a,{height:"22px",direction:"row",alignItems:"center",justifyItems:"center",spacing:1,sx:{userSelect:"none",color:o.color,".MuiTypography-root":{fontWeight:700,...e?{color:i.palette.action.disabled}:{}},...e?{"svg path":{fill:i.palette.action.disabled}}:{}},children:y}),r.jsx(J,{height:"22px",sx:{fontSize:"15px",color:e?i.palette.action.disabled:o.color,fontWeight:700,fontVariantNumeric:"tabular-nums",minWidth:"80px",textAlign:"center"},ref:f,children:d()})]}),r.jsx(P,{disableRipple:!0,disabled:e,onPointerDown:n=>C(n,"+"),onPointerUp:l,onPointerOut:l,size:"large",sx:{...u==="+"?b:x,borderRadius:"0px 16px 16px 0px",borderRight:`2px solid ${t??"#fff"}`,borderBottom:`2px solid ${t??"#fff"}`,borderTop:`2px solid ${t??"#fff"}`},children:r.jsx(q.ForwardRef$1,{})})]})}));exports.JoggingCartesianAxisControl=w;exports.default=w;
|
|
@@ -3,14 +3,13 @@ import { useTheme as z } from "@mui/material/styles";
|
|
|
3
3
|
import R from "@mui/material/IconButton";
|
|
4
4
|
import S from "@mui/material/Typography";
|
|
5
5
|
import p from "@mui/material/Stack";
|
|
6
|
-
import { observer as
|
|
7
|
-
import { useState as
|
|
8
|
-
import {
|
|
9
|
-
import W from "../../
|
|
10
|
-
import E from "../../icons/jog-plus.svg.js";
|
|
6
|
+
import { observer as F } from "mobx-react-lite";
|
|
7
|
+
import { useState as I, useEffect as J, useRef as O } from "react";
|
|
8
|
+
import { e as U } from "../../chunks/externalizeComponent-eiCc5DIh.js";
|
|
9
|
+
import { F as W, a as E } from "../../chunks/jog-plus-CAUurv4S.js";
|
|
11
10
|
import { useAnimationFrame as L } from "../utils/hooks.js";
|
|
12
|
-
const
|
|
13
|
-
|
|
11
|
+
const Z = U(
|
|
12
|
+
F(
|
|
14
13
|
({
|
|
15
14
|
colors: o,
|
|
16
15
|
label: $,
|
|
@@ -21,16 +20,16 @@ const _ = U(
|
|
|
21
20
|
activeJoggingDirection: D,
|
|
22
21
|
...T
|
|
23
22
|
}) => {
|
|
24
|
-
var
|
|
23
|
+
var C, m, h, k, B, v, w;
|
|
25
24
|
L(() => {
|
|
26
|
-
const e = f(), a =
|
|
25
|
+
const e = f(), a = s.current;
|
|
27
26
|
a && (a.textContent = e);
|
|
28
27
|
});
|
|
29
|
-
const i = z(), [j, u] =
|
|
30
|
-
|
|
28
|
+
const i = z(), [j, u] = I(null);
|
|
29
|
+
J(() => {
|
|
31
30
|
t && l();
|
|
32
31
|
}, [t]);
|
|
33
|
-
const d = D || j,
|
|
32
|
+
const d = D || j, s = O(null);
|
|
34
33
|
o || (o = {
|
|
35
34
|
color: "#fff",
|
|
36
35
|
backgroundColor: "#000",
|
|
@@ -43,7 +42,7 @@ const _ = U(
|
|
|
43
42
|
},
|
|
44
43
|
labelColor: "#000"
|
|
45
44
|
});
|
|
46
|
-
const r = d ? (
|
|
45
|
+
const r = d ? (C = o.buttonBackgroundColor) == null ? void 0 : C.pressed : o.borderColor, c = {
|
|
47
46
|
width: "55px",
|
|
48
47
|
color: o.color,
|
|
49
48
|
path: { fill: o.color },
|
|
@@ -53,8 +52,8 @@ const _ = U(
|
|
|
53
52
|
pointerEvents: "none"
|
|
54
53
|
}
|
|
55
54
|
}, g = {
|
|
56
|
-
...
|
|
57
|
-
backgroundColor: (
|
|
55
|
+
...c,
|
|
56
|
+
backgroundColor: (m = o.buttonBackgroundColor) == null ? void 0 : m.default,
|
|
58
57
|
":hover": {
|
|
59
58
|
backgroundColor: (h = o.buttonBackgroundColor) == null ? void 0 : h.hovered
|
|
60
59
|
},
|
|
@@ -68,7 +67,7 @@ const _ = U(
|
|
|
68
67
|
"svg path": { fill: i.palette.action.disabled }
|
|
69
68
|
}
|
|
70
69
|
}, x = {
|
|
71
|
-
...
|
|
70
|
+
...c,
|
|
72
71
|
backgroundColor: (v = o.buttonBackgroundColor) == null ? void 0 : v.pressed,
|
|
73
72
|
color: o.backgroundColor,
|
|
74
73
|
path: { fill: o.backgroundColor },
|
|
@@ -149,7 +148,7 @@ const _ = U(
|
|
|
149
148
|
minWidth: "80px",
|
|
150
149
|
textAlign: "center"
|
|
151
150
|
},
|
|
152
|
-
ref:
|
|
151
|
+
ref: s,
|
|
153
152
|
children: f()
|
|
154
153
|
}
|
|
155
154
|
)
|
|
@@ -180,7 +179,6 @@ const _ = U(
|
|
|
180
179
|
)
|
|
181
180
|
);
|
|
182
181
|
export {
|
|
183
|
-
|
|
184
|
-
|
|
182
|
+
Z as JoggingCartesianAxisControl,
|
|
183
|
+
Z as default
|
|
185
184
|
};
|
|
186
|
-
//# sourceMappingURL=JoggingCartesianAxisControl.js.map
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
2
|
-
//# sourceMappingURL=JoggingCartesianTab.cjs.map
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("react/jsx-runtime"),I=require("@mui/material/styles"),J=require("@mui/material/Divider"),s=require("@mui/material/Stack"),T=require("@mui/material/ToggleButton"),f=require("@mui/material/Typography"),l=require("@wandelbots/nova-js"),_=require("mobx-react-lite"),R=require("react-i18next"),d=require("../../chunks/rotation-CIOAnn9q.cjs"),P=require("../utils/hooks.cjs"),v=require("./JoggingCartesianAxisControl.cjs"),q=require("./JoggingJointLimitDetector.cjs"),w=require("./JoggingOptions.cjs"),D=require("./JoggingToggleButtonGroup.cjs"),L=require("./JoggingVelocitySlider.cjs"),k=_.observer(({store:e,children:m})=>{const{t:g}=R.useTranslation(),c=I.useTheme();function S(t,o){(o==="translate"||o==="rotate")&&e.setSelectedCartesianMotionType(o)}P.useReaction(()=>[e.selectedCoordSystemId,e.selectedTcpId],()=>{e.jogger.motionStream.motionStateSocket.changeUrl(e.jogger.nova.makeWebsocketURL(`/controllers/${e.jogger.motionStream.controllerId}/motion-groups/${e.jogger.motionGroupId}/state-stream?tcp=${e.selectedTcpId}`))},{fireImmediately:!0});async function b(t,o){const a=await e.activate(),i=a.motionStream.rapidlyChangingMotionState.tcp_pose,r=a.motionStream.rapidlyChangingMotionState.joint_position;i&&await e.withMotionLock(async()=>{try{e.setCurrentIncrementJog({axis:t.axis,direction:t.direction}),await e.jogger.runIncrementalCartesianMotion({currentTcpPose:i,currentJoints:r,coordSystemId:e.activeCoordSystemId,velocityInRelevantUnits:e.selectedCartesianMotionType==="translate"?e.translationVelocityMmPerSec:e.rotationVelocityRadsPerSec,axis:t.axis,direction:t.direction,motion:e.selectedCartesianMotionType==="translate"?{type:"translate",distanceMm:o.mm}:{type:"rotate",distanceRads:l.degreesToRadians(o.degrees)}})}finally{e.setCurrentIncrementJog(null),await e.deactivate()}})}async function p(t){if(!e.isLocked){if(await e.activate(),e.activeDiscreteIncrement)return b(t,e.activeDiscreteIncrement);t.motionType==="translate"?await e.jogger.translateTCP({axis:t.axis,direction:t.direction,velocityMmPerSec:e.translationVelocityMmPerSec}):await e.jogger.rotateTCP({axis:t.axis,direction:t.direction,velocityRadsPerSec:e.rotationVelocityRadsPerSec})}}async function x(){e.isLocked||e.activeDiscreteIncrement||await e.deactivate()}function u(t,o,a){var r,j,C;const i=(C=(j=(r=a.componentsExt)==null?void 0:r.JoggingPanel)==null?void 0:j.JoggingCartesian)==null?void 0:C.Axis;if(i)return o==="translate"?i[t]:i.CustomRotation??i[t]}const y=[{id:"x",icon:n.jsx(d.ForwardRef,{}),colors:u("X",e.selectedCartesianMotionType,c)},{id:"y",icon:n.jsx(d.ForwardRef$1,{}),colors:u("Y",e.selectedCartesianMotionType,c)},{id:"z",icon:n.jsx(d.ForwardRef$2,{}),colors:u("Z",e.selectedCartesianMotionType,c)}];function M(t){return g("General.mm.variable",{amount:t.toFixed(1)})}function h(t){return g("General.degree.variable",{amount:l.radiansToDegrees(t).toFixed(1)})}return n.jsxs(s,{"data-testid":"jogging-cartesian-tab","aria-label":"jogging-cartesian-tab",flexGrow:1,gap:2,sx:{padding:"18px 24px"},children:[n.jsxs(s,{gap:2,children:[n.jsx(w.JoggingOptions,{store:e,useDegree:e.selectedCartesianMotionType==="rotate"}),n.jsx(L.JoggingVelocitySlider,{store:e,useDegree:e.selectedCartesianMotionType==="rotate"}),n.jsx(J,{})]}),n.jsx(s,{marginLeft:"auto",marginRight:"auto",gap:"24px",justifyContent:"center",sx:{flexGrow:"1"},children:n.jsxs(s,{alignItems:"center",justifyContent:"center",gap:"24px",sx:{flexGrow:1},children:[n.jsxs(D.JoggingToggleButtonGroup,{value:e.selectedCartesianMotionType,onChange:S,exclusive:!0,"aria-label":g("Jogging.Cartesian.MotionType.lb"),sx:{justifyContent:"center"},children:[n.jsx(T,{value:"translate",children:g("Jogging.Cartesian.Translation.bt")}),n.jsx(T,{value:"rotate",children:g("Jogging.Cartesian.Rotation.bt")})]}),e.selectedCartesianMotionType==="translate"&&y.map(t=>{var o,a;return n.jsx(v.JoggingCartesianAxisControl,{"data-testid":`jogging-cartesian-axis-control-${t.id}`,"aria-label":`jogging-cartesian-axis-control-${t.id}`,colors:t.colors,disabled:e.isLocked,activeJoggingDirection:((o=e.incrementJogInProgress)==null?void 0:o.axis)===t.id?e.incrementJogInProgress.direction:void 0,label:n.jsxs(n.Fragment,{children:[t.icon,n.jsx(f,{sx:{fontSize:"24px",color:((a=t.colors)==null?void 0:a.labelColor)??c.palette.text.primary},children:t.id.toUpperCase()})]}),getDisplayedValue:()=>{var i,r;return M(((r=(i=e.jogger.motionStream.rapidlyChangingMotionState.tcp_pose)==null?void 0:i.position)==null?void 0:r[l.XYZ_TO_VECTOR[t.id]])||0)},startJogging:i=>p({axis:t.id,motionType:"translate",direction:i}),stopJogging:x},t.id)}),e.selectedCartesianMotionType==="rotate"&&y.map(t=>{var o,a;return n.jsx(v.JoggingCartesianAxisControl,{"data-testid":`jogging-cartesian-axis-control-${t.id}`,"aria-label":`jogging-cartesian-axis-control-${t.id}`,colors:t.colors,disabled:e.isLocked,activeJoggingDirection:((o=e.incrementJogInProgress)==null?void 0:o.axis)===t.id?e.incrementJogInProgress.direction:void 0,label:n.jsxs(n.Fragment,{children:[n.jsx(d.ForwardRef$3,{}),n.jsx(f,{sx:{fontSize:"24px",color:((a=t.colors)==null?void 0:a.labelColor)??c.palette.text.primary},children:t.id.toUpperCase()})]}),getDisplayedValue:()=>{var i,r;return h(((r=(i=e.jogger.motionStream.rapidlyChangingMotionState.tcp_pose)==null?void 0:i.orientation)==null?void 0:r[l.XYZ_TO_VECTOR[t.id]])||0)},startJogging:i=>p({axis:t.id,motionType:"rotate",direction:i}),stopJogging:x},t.id)})]})}),n.jsx(q.JoggingJointLimitDetector,{store:e}),m&&n.jsx(J,{}),m]})});exports.JoggingCartesianTab=k;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as n, jsxs as c, Fragment as T } from "react/jsx-runtime";
|
|
2
2
|
import { useTheme as P } from "@mui/material/styles";
|
|
3
3
|
import x from "@mui/material/Divider";
|
|
4
4
|
import s from "@mui/material/Stack";
|
|
@@ -7,24 +7,21 @@ import J from "@mui/material/Typography";
|
|
|
7
7
|
import { XYZ_TO_VECTOR as S, radiansToDegrees as R, degreesToRadians as w } from "@wandelbots/nova-js";
|
|
8
8
|
import { observer as D } from "mobx-react-lite";
|
|
9
9
|
import { useTranslation as $ } from "react-i18next";
|
|
10
|
-
import k from "../../
|
|
11
|
-
import L from "../../icons/axis-y.svg.js";
|
|
12
|
-
import V from "../../icons/axis-z.svg.js";
|
|
13
|
-
import F from "../../icons/rotation.svg.js";
|
|
10
|
+
import { F as k, a as L, b as F, c as V } from "../../chunks/rotation-Dm5YL3NM.js";
|
|
14
11
|
import { useReaction as G } from "../utils/hooks.js";
|
|
15
12
|
import { JoggingCartesianAxisControl as j } from "./JoggingCartesianAxisControl.js";
|
|
16
13
|
import { JoggingJointLimitDetector as _ } from "./JoggingJointLimitDetector.js";
|
|
17
14
|
import { JoggingOptions as U } from "./JoggingOptions.js";
|
|
18
15
|
import { JoggingToggleButtonGroup as z } from "./JoggingToggleButtonGroup.js";
|
|
19
16
|
import { JoggingVelocitySlider as A } from "./JoggingVelocitySlider.js";
|
|
20
|
-
const
|
|
17
|
+
const oe = D(
|
|
21
18
|
({
|
|
22
19
|
store: e,
|
|
23
20
|
children: m
|
|
24
21
|
}) => {
|
|
25
22
|
const { t: g } = $(), l = P();
|
|
26
|
-
function M(t,
|
|
27
|
-
(
|
|
23
|
+
function M(t, o) {
|
|
24
|
+
(o === "translate" || o === "rotate") && e.setSelectedCartesianMotionType(o);
|
|
28
25
|
}
|
|
29
26
|
G(
|
|
30
27
|
() => [e.selectedCoordSystemId, e.selectedTcpId],
|
|
@@ -38,7 +35,7 @@ const ce = D(
|
|
|
38
35
|
// biome-ignore lint/suspicious/noExplicitAny: pre-biome code
|
|
39
36
|
{ fireImmediately: !0 }
|
|
40
37
|
);
|
|
41
|
-
async function h(t,
|
|
38
|
+
async function h(t, o) {
|
|
42
39
|
const a = await e.activate(), i = a.motionStream.rapidlyChangingMotionState.tcp_pose, r = a.motionStream.rapidlyChangingMotionState.joint_position;
|
|
43
40
|
i && await e.withMotionLock(async () => {
|
|
44
41
|
try {
|
|
@@ -54,10 +51,10 @@ const ce = D(
|
|
|
54
51
|
direction: t.direction,
|
|
55
52
|
motion: e.selectedCartesianMotionType === "translate" ? {
|
|
56
53
|
type: "translate",
|
|
57
|
-
distanceMm:
|
|
54
|
+
distanceMm: o.mm
|
|
58
55
|
} : {
|
|
59
56
|
type: "rotate",
|
|
60
|
-
distanceRads: w(
|
|
57
|
+
distanceRads: w(o.degrees)
|
|
61
58
|
}
|
|
62
59
|
});
|
|
63
60
|
} finally {
|
|
@@ -80,29 +77,29 @@ const ce = D(
|
|
|
80
77
|
});
|
|
81
78
|
}
|
|
82
79
|
}
|
|
83
|
-
async function
|
|
80
|
+
async function u() {
|
|
84
81
|
e.isLocked || e.activeDiscreteIncrement || await e.deactivate();
|
|
85
82
|
}
|
|
86
|
-
function d(t,
|
|
83
|
+
function d(t, o, a) {
|
|
87
84
|
var r, y, C;
|
|
88
85
|
const i = (C = (y = (r = a.componentsExt) == null ? void 0 : r.JoggingPanel) == null ? void 0 : y.JoggingCartesian) == null ? void 0 : C.Axis;
|
|
89
86
|
if (i)
|
|
90
|
-
return
|
|
87
|
+
return o === "translate" ? i[t] : i.CustomRotation ?? i[t];
|
|
91
88
|
}
|
|
92
|
-
const
|
|
89
|
+
const f = [
|
|
93
90
|
{
|
|
94
91
|
id: "x",
|
|
95
|
-
icon: /* @__PURE__ */
|
|
92
|
+
icon: /* @__PURE__ */ n(k, {}),
|
|
96
93
|
colors: d("X", e.selectedCartesianMotionType, l)
|
|
97
94
|
},
|
|
98
95
|
{
|
|
99
96
|
id: "y",
|
|
100
|
-
icon: /* @__PURE__ */
|
|
97
|
+
icon: /* @__PURE__ */ n(L, {}),
|
|
101
98
|
colors: d("Y", e.selectedCartesianMotionType, l)
|
|
102
99
|
},
|
|
103
100
|
{
|
|
104
101
|
id: "z",
|
|
105
|
-
icon: /* @__PURE__ */
|
|
102
|
+
icon: /* @__PURE__ */ n(F, {}),
|
|
106
103
|
colors: d("Z", e.selectedCartesianMotionType, l)
|
|
107
104
|
}
|
|
108
105
|
];
|
|
@@ -124,23 +121,23 @@ const ce = D(
|
|
|
124
121
|
sx: { padding: "18px 24px" },
|
|
125
122
|
children: [
|
|
126
123
|
/* @__PURE__ */ c(s, { gap: 2, children: [
|
|
127
|
-
/* @__PURE__ */
|
|
124
|
+
/* @__PURE__ */ n(
|
|
128
125
|
U,
|
|
129
126
|
{
|
|
130
127
|
store: e,
|
|
131
128
|
useDegree: e.selectedCartesianMotionType === "rotate"
|
|
132
129
|
}
|
|
133
130
|
),
|
|
134
|
-
/* @__PURE__ */
|
|
131
|
+
/* @__PURE__ */ n(
|
|
135
132
|
A,
|
|
136
133
|
{
|
|
137
134
|
store: e,
|
|
138
135
|
useDegree: e.selectedCartesianMotionType === "rotate"
|
|
139
136
|
}
|
|
140
137
|
),
|
|
141
|
-
/* @__PURE__ */
|
|
138
|
+
/* @__PURE__ */ n(x, {})
|
|
142
139
|
] }),
|
|
143
|
-
/* @__PURE__ */
|
|
140
|
+
/* @__PURE__ */ n(
|
|
144
141
|
s,
|
|
145
142
|
{
|
|
146
143
|
marginLeft: "auto",
|
|
@@ -165,24 +162,24 @@ const ce = D(
|
|
|
165
162
|
"aria-label": g("Jogging.Cartesian.MotionType.lb"),
|
|
166
163
|
sx: { justifyContent: "center" },
|
|
167
164
|
children: [
|
|
168
|
-
/* @__PURE__ */
|
|
169
|
-
/* @__PURE__ */
|
|
165
|
+
/* @__PURE__ */ n(v, { value: "translate", children: g("Jogging.Cartesian.Translation.bt") }),
|
|
166
|
+
/* @__PURE__ */ n(v, { value: "rotate", children: g("Jogging.Cartesian.Rotation.bt") })
|
|
170
167
|
]
|
|
171
168
|
}
|
|
172
169
|
),
|
|
173
|
-
e.selectedCartesianMotionType === "translate" &&
|
|
174
|
-
var
|
|
175
|
-
return /* @__PURE__ */
|
|
170
|
+
e.selectedCartesianMotionType === "translate" && f.map((t) => {
|
|
171
|
+
var o, a;
|
|
172
|
+
return /* @__PURE__ */ n(
|
|
176
173
|
j,
|
|
177
174
|
{
|
|
178
175
|
"data-testid": `jogging-cartesian-axis-control-${t.id}`,
|
|
179
176
|
"aria-label": `jogging-cartesian-axis-control-${t.id}`,
|
|
180
177
|
colors: t.colors,
|
|
181
178
|
disabled: e.isLocked,
|
|
182
|
-
activeJoggingDirection: ((
|
|
179
|
+
activeJoggingDirection: ((o = e.incrementJogInProgress) == null ? void 0 : o.axis) === t.id ? e.incrementJogInProgress.direction : void 0,
|
|
183
180
|
label: /* @__PURE__ */ c(T, { children: [
|
|
184
181
|
t.icon,
|
|
185
|
-
/* @__PURE__ */
|
|
182
|
+
/* @__PURE__ */ n(
|
|
186
183
|
J,
|
|
187
184
|
{
|
|
188
185
|
sx: {
|
|
@@ -204,24 +201,24 @@ const ce = D(
|
|
|
204
201
|
motionType: "translate",
|
|
205
202
|
direction: i
|
|
206
203
|
}),
|
|
207
|
-
stopJogging:
|
|
204
|
+
stopJogging: u
|
|
208
205
|
},
|
|
209
206
|
t.id
|
|
210
207
|
);
|
|
211
208
|
}),
|
|
212
|
-
e.selectedCartesianMotionType === "rotate" &&
|
|
213
|
-
var
|
|
214
|
-
return /* @__PURE__ */
|
|
209
|
+
e.selectedCartesianMotionType === "rotate" && f.map((t) => {
|
|
210
|
+
var o, a;
|
|
211
|
+
return /* @__PURE__ */ n(
|
|
215
212
|
j,
|
|
216
213
|
{
|
|
217
214
|
"data-testid": `jogging-cartesian-axis-control-${t.id}`,
|
|
218
215
|
"aria-label": `jogging-cartesian-axis-control-${t.id}`,
|
|
219
216
|
colors: t.colors,
|
|
220
217
|
disabled: e.isLocked,
|
|
221
|
-
activeJoggingDirection: ((
|
|
218
|
+
activeJoggingDirection: ((o = e.incrementJogInProgress) == null ? void 0 : o.axis) === t.id ? e.incrementJogInProgress.direction : void 0,
|
|
222
219
|
label: /* @__PURE__ */ c(T, { children: [
|
|
223
|
-
/* @__PURE__ */
|
|
224
|
-
/* @__PURE__ */
|
|
220
|
+
/* @__PURE__ */ n(V, {}),
|
|
221
|
+
/* @__PURE__ */ n(
|
|
225
222
|
J,
|
|
226
223
|
{
|
|
227
224
|
sx: {
|
|
@@ -243,7 +240,7 @@ const ce = D(
|
|
|
243
240
|
motionType: "rotate",
|
|
244
241
|
direction: i
|
|
245
242
|
}),
|
|
246
|
-
stopJogging:
|
|
243
|
+
stopJogging: u
|
|
247
244
|
},
|
|
248
245
|
t.id
|
|
249
246
|
);
|
|
@@ -253,8 +250,8 @@ const ce = D(
|
|
|
253
250
|
)
|
|
254
251
|
}
|
|
255
252
|
),
|
|
256
|
-
/* @__PURE__ */
|
|
257
|
-
m && /* @__PURE__ */
|
|
253
|
+
/* @__PURE__ */ n(_, { store: e }),
|
|
254
|
+
m && /* @__PURE__ */ n(x, {}),
|
|
258
255
|
m
|
|
259
256
|
]
|
|
260
257
|
}
|
|
@@ -262,6 +259,5 @@ const ce = D(
|
|
|
262
259
|
}
|
|
263
260
|
);
|
|
264
261
|
export {
|
|
265
|
-
|
|
262
|
+
oe as JoggingCartesianTab
|
|
266
263
|
};
|
|
267
|
-
//# sourceMappingURL=JoggingCartesianTab.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),r=require("@mui/material/Stack"),t=()=>e.jsx(r,{height:"300px",alignItems:"center",justifyContent:"center",children:"TODO: JoggingFreedriveTab"});exports.JoggingFreedriveTab=t;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import r from "@mui/material/Stack";
|
|
3
|
+
const n = () => /* @__PURE__ */ e(r, { height: "300px", alignItems: "center", justifyContent: "center", children: "TODO: JoggingFreedriveTab" });
|
|
4
|
+
export {
|
|
5
|
+
n as JoggingFreedriveTab
|
|
6
|
+
};
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const m=require("react/jsx-runtime"),g=require("@mui/material/Typography"),d=require("
|
|
2
|
-
//# sourceMappingURL=JoggingJointLimitDetector.cjs.map
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const m=require("react/jsx-runtime"),g=require("@mui/material/Typography"),d=require("lodash-es/isEqual.js"),l=require("mobx-react-lite"),r=require("react"),u=require("react-i18next"),h=require("../utils/hooks.cjs"),j=l.observer(({store:t})=>{const{t:c}=u.useTranslation(),[n,s]=r.useState(t.jogger.motionStream.rapidlyChangingMotionState.joint_limit_reached.limit_reached),o=r.useRef(n);h.useAnimationFrame(()=>{const e=t.jogger.motionStream.rapidlyChangingMotionState.joint_limit_reached.limit_reached;d(o.current,e)||(o.current=e,s(e))});const i=[];for(const[e,a]of n.entries())a&&i.push(e);return m.jsx(g,{"data-testid":"jogging-joint-limit-detector","aria-label":"jogging-joint-limit-detector",color:"error",sx:{margin:"0.5rem 1rem",textAlign:"center",minHeight:"1.5rem",visibility:i.length?"visible":"hidden"},children:c("Jogging.JointLimitsReached.lb",{jointNumbers:i.map(e=>e+1).join(", ")})})});exports.JoggingJointLimitDetector=j;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import c from "@mui/material/Typography";
|
|
3
|
-
import
|
|
4
|
-
import d from "
|
|
3
|
+
import g from "lodash-es/isEqual.js";
|
|
4
|
+
import { observer as d } from "mobx-react-lite";
|
|
5
5
|
import { useState as l, useRef as h } from "react";
|
|
6
6
|
import { useTranslation as j } from "react-i18next";
|
|
7
7
|
import { useAnimationFrame as p } from "../utils/hooks.js";
|
|
8
|
-
const y =
|
|
8
|
+
const y = d(
|
|
9
9
|
({ store: e }) => {
|
|
10
10
|
const { t: n } = j(), [o, m] = l(
|
|
11
11
|
e.jogger.motionStream.rapidlyChangingMotionState.joint_limit_reached.limit_reached
|
|
12
12
|
), r = h(o);
|
|
13
13
|
p(() => {
|
|
14
14
|
const i = e.jogger.motionStream.rapidlyChangingMotionState.joint_limit_reached.limit_reached;
|
|
15
|
-
|
|
15
|
+
g(r.current, i) || (r.current = i, m(i));
|
|
16
16
|
});
|
|
17
17
|
const t = [];
|
|
18
18
|
for (const [i, a] of o.entries())
|
|
@@ -39,4 +39,3 @@ const y = g(
|
|
|
39
39
|
export {
|
|
40
40
|
y as JoggingJointLimitDetector
|
|
41
41
|
};
|
|
42
|
-
//# sourceMappingURL=JoggingJointLimitDetector.js.map
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("react/jsx-runtime"),
|
|
2
|
-
//# sourceMappingURL=JoggingJointTab.cjs.map
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("react/jsx-runtime"),m=require("@mui/material/styles"),d=require("@mui/material/Divider"),g=require("@mui/material/Stack"),J=require("@mui/material/Typography"),a=require("@wandelbots/nova-js/v2"),x=require("mobx-react-lite"),y=require("./JoggingJointLimitDetector.cjs"),v=require("./JoggingJointValueControl.cjs"),b=require("./JoggingVelocitySlider.cjs"),w=x.observer(({store:i,children:r})=>{const c=m.useTheme();async function p(e){await i.activate(),await i.jogger.rotateJoints({joint:e.joint,direction:e.direction,velocityUnit:i.jointType===a.JointTypeEnum.PrismaticJoint?"mm/s":"rad/s",velocityValue:i.jointType===a.JointTypeEnum.PrismaticJoint?i.translationVelocityMmPerSec:i.rotationVelocityRadsPerSec})}async function j(){await i.jogger.stop(),await i.deactivate()}return t.jsxs(g,{"data-testid":"jogging-joint-tab","aria-label":"jogging-joint-tab",flexGrow:1,gap:2,sx:{padding:"18px 24px"},children:[t.jsx(b.JoggingVelocitySlider,{store:i,useDegree:i.jointType===a.JointTypeEnum.RevoluteJoint}),t.jsx(d,{}),t.jsx(g,{justifyContent:"center",alignItems:"stretch",sx:{flexGrow:"1"},children:t.jsx(g,{"data-testid":"jogging-joint-value-controls-wrapper","aria-label":"jogging-joint-value-controls-wrapper",alignItems:"center",gap:"24px",children:i.jogger.motionStream.joints.map(e=>{var s,l,u;const n=(u=(l=(s=i.motionGroupDescription.operation_limits.auto_limits)==null?void 0:s.joints)==null?void 0:l[e.index])==null?void 0:u.position;return t.jsxs(g,{"data-testid":`jogging-joint-value-control-${e.index}`,"aria-label":`jogging-joint-value-control-${e.index}`,direction:"row",alignItems:"center",justifyContent:"center",spacing:1.5,width:"100%",children:[i.showJointsLegend&&t.jsx(J,{color:i.isLocked?c.palette.text.disabled:c.palette.text.secondary,children:`G${e.index+1}`}),t.jsx(v.JoggingJointValueControl,{disabled:i.isLocked,lowerLimit:n==null?void 0:n.lower_limit,upperLimit:n==null?void 0:n.upper_limit,useDegree:i.jointType===a.JointTypeEnum.RevoluteJoint,getValue:()=>{const o=i.jogger.motionStream.rapidlyChangingMotionState.joint_position[e.index];return o!==void 0?o:void 0},startJogging:o=>p({joint:e.index,direction:o}),stopJogging:j})]},`joint-${e.index}`)})})}),t.jsx(y.JoggingJointLimitDetector,{store:i}),r&&t.jsx(d,{}),r]})});exports.JoggingJointTab=w;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const n=require("react/jsx-runtime"),$=require("@mui/icons-material/ChevronLeft"),U=require("@mui/icons-material/ChevronRight"),
|
|
2
|
-
//# sourceMappingURL=JoggingJointValueControl.cjs.map
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const n=require("react/jsx-runtime"),$=require("@mui/icons-material/ChevronLeft"),U=require("@mui/icons-material/ChevronRight"),V=require("@mui/material/IconButton"),H=require("@mui/material/Slider"),z=require("@mui/material/Stack"),K=require("@mui/material/styles"),Q=require("@mui/material/Typography"),X=require("@wandelbots/nova-js"),Y=require("lodash-es/throttle.js"),D=require("mobx-react-lite"),Z=require("react"),L=require("react-i18next"),tt=require("../../chunks/externalizeComponent-DOwkaDcw.cjs"),et=require("../utils/hooks.cjs"),I=tt.externalizeComponent(D.observer(({startJogging:W,stopJogging:_,lowerLimit:r,upperLimit:i,useDegree:o,getValue:b,disabled:l,...B})=>{var J,m,k,P,C,q,y,S,j,E,M,R,w,N,T;const{t:h}=L.useTranslation(),[c,F]=Z.useState(),e=K.useTheme(),d={background:(J=e.palette.backgroundPaperElevation)==null?void 0:J[4],color:(m=e.palette.backgroundPaperElevation)==null?void 0:m[11]},s=D.useLocalObservable(()=>({activeJoggingDir:null,startJogging(t){this.activeJoggingDir=t,W(t)},stopJogging(){this.activeJoggingDir=null,_()}})),G=Y(()=>{const t=o?a(b()):b();(t===void 0||c===void 0||Math.abs(c-t)>1e-9)&&F(t)},50);et.useAnimationFrame(G);function a(t){if(t!==void 0)return X.radiansToDegrees(t)}function O(t){t.button===0&&s.startJogging("-")}function A(t){t.button===0&&s.startJogging("+")}function v(t){s.stopJogging()}function f(t){s.stopJogging()}function p(t,u=1){if(t===void 0||Number.isNaN(t))return"";const g=h("General.degree.variable",{amount:t.toFixed(u)});return t>0&&u===0?`+${g}`:g}function x(t,u=1){if(t===void 0||Number.isNaN(t))return"";const g=h("General.mm.variable",{amount:t.toFixed(u)});return t>0&&u===0?`+${g}`:g}return n.jsxs(z,{height:"64px",width:"100%",maxWidth:"260px",direction:"row",...B,sx:{"& .MuiIconButton-root":{width:"52px",color:e.palette.text.primary,alignContent:"center",backgroundColor:(k=e.palette.backgroundPaperElevation)==null?void 0:k[11],"& svg":{width:"42px",height:"42px"},"&.Mui-disabled":{backgroundColor:(P=e.palette.backgroundPaperElevation)==null?void 0:P[11],color:e.palette.action.disabled,opacity:1},"&:hover":{backgroundColor:(C=e.palette.backgroundPaperElevation)==null?void 0:C[9]},"&:active":{...d}}},children:[n.jsx(V,{onPointerDown:O,onPointerUp:v,onPointerOut:f,disabled:l,disableRipple:!0,sx:{borderRadius:"16px 0px 0px 16px",...s.activeJoggingDir==="-"?d:{}},children:n.jsx($,{sx:{pointerEvents:"none",color:(j=(S=(y=(q=e.componentsExt)==null?void 0:q.JoggingPanel)==null?void 0:y.JoggingJoint)==null?void 0:S.Joint)==null?void 0:j.arrowColor}})}),n.jsxs(z,{flexGrow:1,alignItems:"center",justifyContent:"center",sx:{borderStyle:"solid",borderLeftWidth:0,borderRightWidth:0,border:"none",backgroundColor:(E=e.palette.backgroundPaperElevation)==null?void 0:E[11],paddingLeft:"20px",paddingRight:"20px",zIndex:1},children:[n.jsx(Q,{sx:{fontSize:"15px",fontWeight:700,position:"relative",top:"5px",fontVariantNumeric:"tabular-nums",minWidth:"80px",textAlign:"center",color:l?e.palette.action.disabled:e.palette.text.primary},children:o?p(c):x(c)}),n.jsx(H,{disabled:!0,"aria-label":"Joint position",min:o?a(r):r,max:o?a(i):i,value:c||0,track:!1,sx:{"& .MuiSlider-mark":{display:"none"},"& .MuiSlider-thumb":{width:"5px",height:"12px",borderRadius:"2px",color:l?e.palette.action.disabled:e.palette.text.primary},"& .MuiSlider-markLabel":{top:"20px",fontSize:"12px",color:l?e.palette.action.disabled:e.palette.text.secondary},"& .MuiSlider-rail":{backgroundColor:(M=e.palette.backgroundPaperElevation)==null?void 0:M[5],opacity:1}},marks:r!==void 0&&i!==void 0&&[{value:o?a(r):r,label:o?p(a(r),0):x(r)},{value:o?a(i):i,label:o?p(a(i),0):x(i)}]})]}),n.jsx(V,{onPointerDown:A,onPointerUp:v,onPointerOut:f,disabled:l,disableRipple:!0,sx:{borderRadius:"0px 16px 16px 0px",...s.activeJoggingDir==="+"?d:{}},children:n.jsx(U,{sx:{pointerEvents:"none",color:(T=(N=(w=(R=e.componentsExt)==null?void 0:R.JoggingPanel)==null?void 0:w.JoggingJoint)==null?void 0:N.Joint)==null?void 0:T.arrowColor}})})]})}));exports.JoggingJointValueControl=I;exports.default=I;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { jsxs as W, jsx as l } from "react/jsx-runtime";
|
|
2
2
|
import U from "@mui/icons-material/ChevronLeft";
|
|
3
3
|
import q from "@mui/icons-material/ChevronRight";
|
|
4
|
-
import { useTheme as H } from "@mui/material/styles";
|
|
5
4
|
import z from "@mui/material/IconButton";
|
|
6
|
-
import
|
|
7
|
-
import Q from "@mui/material/Typography";
|
|
5
|
+
import H from "@mui/material/Slider";
|
|
8
6
|
import I from "@mui/material/Stack";
|
|
7
|
+
import { useTheme as K } from "@mui/material/styles";
|
|
8
|
+
import Q from "@mui/material/Typography";
|
|
9
9
|
import { radiansToDegrees as X } from "@wandelbots/nova-js";
|
|
10
|
-
import Y from "lodash-es/throttle";
|
|
10
|
+
import Y from "lodash-es/throttle.js";
|
|
11
11
|
import { observer as Z, useLocalObservable as _ } from "mobx-react-lite";
|
|
12
12
|
import { useState as L } from "react";
|
|
13
13
|
import { useTranslation as oo } from "react-i18next";
|
|
14
|
-
import {
|
|
14
|
+
import { e as to } from "../../chunks/externalizeComponent-eiCc5DIh.js";
|
|
15
15
|
import { useAnimationFrame as no } from "../utils/hooks.js";
|
|
16
16
|
const vo = to(
|
|
17
17
|
Z(
|
|
@@ -26,7 +26,7 @@ const vo = to(
|
|
|
26
26
|
...F
|
|
27
27
|
}) => {
|
|
28
28
|
var v, J, k, P, C, y, E, S, M, R, w, N, D, T, V;
|
|
29
|
-
const { t: f } = oo(), [g, G] = L(), t =
|
|
29
|
+
const { t: f } = oo(), [g, G] = L(), t = K(), s = {
|
|
30
30
|
background: (v = t.palette.backgroundPaperElevation) == null ? void 0 : v[4],
|
|
31
31
|
color: (J = t.palette.backgroundPaperElevation) == null ? void 0 : J[11]
|
|
32
32
|
}, a = _(() => ({
|
|
@@ -161,7 +161,7 @@ const vo = to(
|
|
|
161
161
|
}
|
|
162
162
|
),
|
|
163
163
|
/* @__PURE__ */ l(
|
|
164
|
-
|
|
164
|
+
H,
|
|
165
165
|
{
|
|
166
166
|
disabled: !0,
|
|
167
167
|
"aria-label": "Joint position",
|
|
@@ -237,4 +237,3 @@ export {
|
|
|
237
237
|
vo as JoggingJointValueControl,
|
|
238
238
|
vo as default
|
|
239
239
|
};
|
|
240
|
-
//# sourceMappingURL=JoggingJointValueControl.js.map
|