@wandelbots/wandelbots-js-react-components 2.41.0-pr.feature-seperate-timer.383.ed84a08 → 2.41.0-pr.feature-seperate-timer.383.20b279f

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.
@@ -1,11 +1,8 @@
1
- import type { ConnectedMotionGroup, MotionStreamConnection } from "@wandelbots/nova-js/v1";
1
+ import type { TcpPose } from "@wandelbots/nova-js/v1";
2
2
  export type PoseCartesianValuesProps = {
3
- /** Either a MotionStreamConnection or ConnectedMotionGroup */
4
- motionStream?: MotionStreamConnection;
5
- connectedMotionGroup?: ConnectedMotionGroup;
6
- showCopyButton?: boolean;
3
+ pose: TcpPose;
7
4
  };
8
- export declare const PoseCartesianValues: (({ motionStream, connectedMotionGroup, showCopyButton, }: PoseCartesianValuesProps) => import("react/jsx-runtime").JSX.Element) & {
5
+ export declare const PoseCartesianValues: (({ pose }: PoseCartesianValuesProps) => import("react/jsx-runtime").JSX.Element) & {
9
6
  displayName: string;
10
7
  };
11
8
  //# sourceMappingURL=PoseCartesianValues.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PoseCartesianValues.d.ts","sourceRoot":"","sources":["../../../src/components/jogging/PoseCartesianValues.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,oBAAoB,EAEpB,sBAAsB,EACvB,MAAM,wBAAwB,CAAA;AAO/B,MAAM,MAAM,wBAAwB,GAAG;IACrC,8DAA8D;IAC9D,YAAY,CAAC,EAAE,sBAAsB,CAAA;IACrC,oBAAoB,CAAC,EAAE,oBAAoB,CAAA;IAC3C,cAAc,CAAC,EAAE,OAAO,CAAA;CACzB,CAAA;AAED,eAAO,MAAM,mBAAmB,6DAMzB,wBAAwB;;CAsF9B,CAAA"}
1
+ {"version":3,"file":"PoseCartesianValues.d.ts","sourceRoot":"","sources":["../../../src/components/jogging/PoseCartesianValues.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAA;AAKrD,MAAM,MAAM,wBAAwB,GAAG;IACrC,IAAI,EAAE,OAAO,CAAA;CACd,CAAA;AAED,eAAO,MAAM,mBAAmB,cACV,wBAAwB;;CAY7C,CAAA"}
@@ -1,11 +1,7 @@
1
- import type { ConnectedMotionGroup, MotionStreamConnection } from "@wandelbots/nova-js/v1";
2
1
  export type PoseJointValuesProps = {
3
- /** Either a MotionStreamConnection or ConnectedMotionGroup */
4
- motionStream?: MotionStreamConnection;
5
- connectedMotionGroup?: ConnectedMotionGroup;
6
- showCopyButton?: boolean;
2
+ pose: number[];
7
3
  };
8
- export declare const PoseJointValues: (({ motionStream, connectedMotionGroup, showCopyButton, }: PoseJointValuesProps) => import("react/jsx-runtime").JSX.Element) & {
4
+ export declare const PoseJointValues: (({ pose }: PoseJointValuesProps) => import("react/jsx-runtime").JSX.Element) & {
9
5
  displayName: string;
10
6
  };
11
7
  //# sourceMappingURL=PoseJointValues.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PoseJointValues.d.ts","sourceRoot":"","sources":["../../../src/components/jogging/PoseJointValues.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,oBAAoB,EACpB,sBAAsB,EACvB,MAAM,wBAAwB,CAAA;AAO/B,MAAM,MAAM,oBAAoB,GAAG;IACjC,8DAA8D;IAC9D,YAAY,CAAC,EAAE,sBAAsB,CAAA;IACrC,oBAAoB,CAAC,EAAE,oBAAoB,CAAA;IAC3C,cAAc,CAAC,EAAE,OAAO,CAAA;CACzB,CAAA;AAED,eAAO,MAAM,eAAe,6DAMrB,oBAAoB;;CA6F1B,CAAA"}
1
+ {"version":3,"file":"PoseJointValues.d.ts","sourceRoot":"","sources":["../../../src/components/jogging/PoseJointValues.tsx"],"names":[],"mappings":"AAKA,MAAM,MAAM,oBAAoB,GAAG;IACjC,IAAI,EAAE,MAAM,EAAE,CAAA;CACf,CAAA;AAED,eAAO,MAAM,eAAe,cACN,oBAAoB;;CAczC,CAAA"}