@wandelbots/wandelbots-js-react-components 2.41.0-pr.feature-seperate-timer.383.20b279f → 2.41.0-pr.feature-seperate-timer.383.4d0d430
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/components/jogging/PoseCartesianValues.d.ts +3 -2
- package/dist/components/jogging/PoseCartesianValues.d.ts.map +1 -1
- package/dist/components/jogging/PoseJointValues.d.ts +4 -2
- package/dist/components/jogging/PoseJointValues.d.ts.map +1 -1
- package/dist/index.cjs +19 -19
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1207 -1162
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/jogging/PoseCartesianValues.tsx +39 -6
- package/src/components/jogging/PoseJointValues.tsx +38 -6
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import type { TcpPose } from "@wandelbots/nova-js/v1";
|
|
2
2
|
export type PoseCartesianValuesProps = {
|
|
3
|
-
|
|
3
|
+
tcpPose: TcpPose;
|
|
4
|
+
showCopyButton?: boolean;
|
|
4
5
|
};
|
|
5
|
-
export declare const PoseCartesianValues: (({
|
|
6
|
+
export declare const PoseCartesianValues: (({ tcpPose, showCopyButton }: PoseCartesianValuesProps) => import("react/jsx-runtime").JSX.Element) & {
|
|
6
7
|
displayName: string;
|
|
7
8
|
};
|
|
8
9
|
//# 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,EAAE,OAAO,EAAE,MAAM,wBAAwB,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;AAMrD,MAAM,MAAM,wBAAwB,GAAG;IACrC,OAAO,EAAE,OAAO,CAAA;IAChB,cAAc,CAAC,EAAE,OAAO,CAAA;CACzB,CAAA;AAED,eAAO,MAAM,mBAAmB,iCACiB,wBAAwB;;CA2CxE,CAAA"}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
+
import type { Joints } from "@wandelbots/nova-api/v1";
|
|
1
2
|
export type PoseJointValuesProps = {
|
|
2
|
-
|
|
3
|
+
joints: Joints;
|
|
4
|
+
showCopyButton?: boolean;
|
|
3
5
|
};
|
|
4
|
-
export declare const PoseJointValues: (({
|
|
6
|
+
export declare const PoseJointValues: (({ joints, showCopyButton }: PoseJointValuesProps) => import("react/jsx-runtime").JSX.Element) & {
|
|
5
7
|
displayName: string;
|
|
6
8
|
};
|
|
7
9
|
//# sourceMappingURL=PoseJointValues.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PoseJointValues.d.ts","sourceRoot":"","sources":["../../../src/components/jogging/PoseJointValues.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PoseJointValues.d.ts","sourceRoot":"","sources":["../../../src/components/jogging/PoseJointValues.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,yBAAyB,CAAA;AAMrD,MAAM,MAAM,oBAAoB,GAAG;IACjC,MAAM,EAAE,MAAM,CAAA;IACd,cAAc,CAAC,EAAE,OAAO,CAAA;CACzB,CAAA;AAED,eAAO,MAAM,eAAe,gCACoB,oBAAoB;;CA2CnE,CAAA"}
|