@wandelbots/wandelbots-js-react-components 1.17.3 → 1.17.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (95) hide show
  1. package/dist/components/jogging/JoggingActivationRequired.d.ts +9 -0
  2. package/dist/components/jogging/JoggingActivationRequired.d.ts.map +1 -0
  3. package/dist/components/jogging/JoggingCartesianTab.d.ts.map +1 -1
  4. package/dist/components/jogging/JoggingJointTab.d.ts.map +1 -1
  5. package/dist/components/jogging/JoggingPanel.d.ts.map +1 -1
  6. package/dist/components/robots/ABB_1200_07_7.d.ts +7 -2
  7. package/dist/components/robots/ABB_1200_07_7.d.ts.map +1 -1
  8. package/dist/components/robots/DHRobot.d.ts.map +1 -1
  9. package/dist/components/robots/FANUC_ARC_Mate_100iD.d.ts +7 -2
  10. package/dist/components/robots/FANUC_ARC_Mate_100iD.d.ts.map +1 -1
  11. package/dist/components/robots/FANUC_ARC_Mate_120iD.d.ts +7 -2
  12. package/dist/components/robots/FANUC_ARC_Mate_120iD.d.ts.map +1 -1
  13. package/dist/components/robots/FANUC_CRX10iA.d.ts +7 -2
  14. package/dist/components/robots/FANUC_CRX10iA.d.ts.map +1 -1
  15. package/dist/components/robots/FANUC_CRX20iAL.d.ts +7 -2
  16. package/dist/components/robots/FANUC_CRX20iAL.d.ts.map +1 -1
  17. package/dist/components/robots/FANUC_CRX25iA.d.ts +7 -2
  18. package/dist/components/robots/FANUC_CRX25iA.d.ts.map +1 -1
  19. package/dist/components/robots/FANUC_CRX25iAL.d.ts +7 -2
  20. package/dist/components/robots/FANUC_CRX25iAL.d.ts.map +1 -1
  21. package/dist/components/robots/KUKA_KR16_R2010_2.d.ts +7 -2
  22. package/dist/components/robots/KUKA_KR16_R2010_2.d.ts.map +1 -1
  23. package/dist/components/robots/KUKA_KR210_R2700.d.ts +7 -2
  24. package/dist/components/robots/KUKA_KR210_R2700.d.ts.map +1 -1
  25. package/dist/components/robots/KUKA_KR270_R2700.d.ts +7 -2
  26. package/dist/components/robots/KUKA_KR270_R2700.d.ts.map +1 -1
  27. package/dist/components/robots/Robot.d.ts +3 -3
  28. package/dist/components/robots/Robot.d.ts.map +1 -1
  29. package/dist/components/robots/RobotAnimator.d.ts +7 -4
  30. package/dist/components/robots/RobotAnimator.d.ts.map +1 -1
  31. package/dist/components/robots/SupportedRobot.d.ts +1 -5
  32. package/dist/components/robots/SupportedRobot.d.ts.map +1 -1
  33. package/dist/components/robots/UniversalRobots_UR10.d.ts +2 -2
  34. package/dist/components/robots/UniversalRobots_UR10.d.ts.map +1 -1
  35. package/dist/components/robots/UniversalRobots_UR10e.d.ts +2 -2
  36. package/dist/components/robots/UniversalRobots_UR10e.d.ts.map +1 -1
  37. package/dist/components/robots/UniversalRobots_UR3.d.ts +2 -2
  38. package/dist/components/robots/UniversalRobots_UR3.d.ts.map +1 -1
  39. package/dist/components/robots/UniversalRobots_UR3e.d.ts +2 -2
  40. package/dist/components/robots/UniversalRobots_UR3e.d.ts.map +1 -1
  41. package/dist/components/robots/UniversalRobots_UR5.d.ts +2 -2
  42. package/dist/components/robots/UniversalRobots_UR5.d.ts.map +1 -1
  43. package/dist/components/robots/UniversalRobots_UR5e.d.ts +2 -2
  44. package/dist/components/robots/UniversalRobots_UR5e.d.ts.map +1 -1
  45. package/dist/components/robots/Yaskawa_AR1440.d.ts +8 -2
  46. package/dist/components/robots/Yaskawa_AR1440.d.ts.map +1 -1
  47. package/dist/components/robots/Yaskawa_AR1730.d.ts +8 -2
  48. package/dist/components/robots/Yaskawa_AR1730.d.ts.map +1 -1
  49. package/dist/components/robots/Yaskawa_AR2010.d.ts +8 -2
  50. package/dist/components/robots/Yaskawa_AR2010.d.ts.map +1 -1
  51. package/dist/components/robots/Yaskawa_AR3120.d.ts +8 -2
  52. package/dist/components/robots/Yaskawa_AR3120.d.ts.map +1 -1
  53. package/dist/components/robots/Yaskawa_AR900.d.ts +7 -2
  54. package/dist/components/robots/Yaskawa_AR900.d.ts.map +1 -1
  55. package/dist/components/robots/Yaskawa_GP50.d.ts +7 -2
  56. package/dist/components/robots/Yaskawa_GP50.d.ts.map +1 -1
  57. package/dist/components/robots/types.d.ts +17 -0
  58. package/dist/components/robots/types.d.ts.map +1 -0
  59. package/dist/index.cjs +32 -32
  60. package/dist/index.cjs.map +1 -1
  61. package/dist/index.js +9370 -9717
  62. package/dist/index.js.map +1 -1
  63. package/package.json +1 -1
  64. package/src/components/TransparentOverlay.tsx +2 -2
  65. package/src/components/jogging/JoggingActivationRequired.tsx +46 -0
  66. package/src/components/jogging/JoggingCartesianTab.tsx +84 -79
  67. package/src/components/jogging/JoggingJointTab.tsx +66 -61
  68. package/src/components/jogging/JoggingPanel.tsx +1 -32
  69. package/src/components/robots/ABB_1200_07_7.tsx +7 -22
  70. package/src/components/robots/DHRobot.tsx +34 -33
  71. package/src/components/robots/FANUC_ARC_Mate_100iD.tsx +7 -22
  72. package/src/components/robots/FANUC_ARC_Mate_120iD.tsx +7 -22
  73. package/src/components/robots/FANUC_CRX10iA.tsx +7 -22
  74. package/src/components/robots/FANUC_CRX20iAL.tsx +7 -22
  75. package/src/components/robots/FANUC_CRX25iA.tsx +7 -22
  76. package/src/components/robots/FANUC_CRX25iAL.tsx +7 -22
  77. package/src/components/robots/KUKA_KR16_R2010_2.tsx +19 -34
  78. package/src/components/robots/KUKA_KR210_R2700.tsx +7 -23
  79. package/src/components/robots/KUKA_KR270_R2700.tsx +7 -23
  80. package/src/components/robots/Robot.tsx +3 -3
  81. package/src/components/robots/RobotAnimator.tsx +32 -21
  82. package/src/components/robots/SupportedRobot.tsx +93 -103
  83. package/src/components/robots/UniversalRobots_UR10.tsx +3 -20
  84. package/src/components/robots/UniversalRobots_UR10e.tsx +2 -19
  85. package/src/components/robots/UniversalRobots_UR3.tsx +2 -19
  86. package/src/components/robots/UniversalRobots_UR3e.tsx +3 -20
  87. package/src/components/robots/UniversalRobots_UR5.tsx +3 -20
  88. package/src/components/robots/UniversalRobots_UR5e.tsx +3 -20
  89. package/src/components/robots/Yaskawa_AR1440.tsx +8 -24
  90. package/src/components/robots/Yaskawa_AR1730.tsx +8 -24
  91. package/src/components/robots/Yaskawa_AR2010.tsx +8 -24
  92. package/src/components/robots/Yaskawa_AR3120.tsx +8 -24
  93. package/src/components/robots/Yaskawa_AR900.tsx +7 -22
  94. package/src/components/robots/Yaskawa_GP50.tsx +7 -24
  95. package/src/components/robots/types.ts +19 -0
@@ -0,0 +1,9 @@
1
+ import type React from "react";
2
+ import type { JoggingStore } from "./JoggingStore";
3
+ export declare const JoggingActivationRequired: (({ store, children }: {
4
+ store: JoggingStore;
5
+ children: React.ReactNode;
6
+ }) => import("react/jsx-runtime").JSX.Element) & {
7
+ displayName: string;
8
+ };
9
+ //# sourceMappingURL=JoggingActivationRequired.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"JoggingActivationRequired.d.ts","sourceRoot":"","sources":["../../../src/components/jogging/JoggingActivationRequired.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAI9B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAElD,eAAO,MAAM,yBAAyB,yBACd;IAAE,KAAK,EAAE,YAAY,CAAC;IAAC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAAE;;CAoCzE,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"JoggingCartesianTab.d.ts","sourceRoot":"","sources":["../../../src/components/jogging/JoggingCartesianTab.tsx"],"names":[],"mappings":"AAkBA,OAAO,KAAK,EAA2B,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAS3E,eAAO,MAAM,mBAAmB,eAClB;IAAE,KAAK,EAAE,YAAY,CAAA;CAAE;;CAqOpC,CAAA"}
1
+ {"version":3,"file":"JoggingCartesianTab.d.ts","sourceRoot":"","sources":["../../../src/components/jogging/JoggingCartesianTab.tsx"],"names":[],"mappings":"AAmBA,OAAO,KAAK,EAA2B,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAS3E,eAAO,MAAM,mBAAmB,eAClB;IAAE,KAAK,EAAE,YAAY,CAAA;CAAE;;CAyOpC,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"JoggingJointTab.d.ts","sourceRoot":"","sources":["../../../src/components/jogging/JoggingJointTab.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAMlD,eAAO,MAAM,eAAe,eACd;IAAE,KAAK,EAAE,YAAY,CAAA;CAAE;;CAiFpC,CAAA"}
1
+ {"version":3,"file":"JoggingJointTab.d.ts","sourceRoot":"","sources":["../../../src/components/jogging/JoggingJointTab.tsx"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAGlD,eAAO,MAAM,eAAe,eACd;IAAE,KAAK,EAAE,YAAY,CAAA;CAAE;;CAqFpC,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"JoggingPanel.d.ts","sourceRoot":"","sources":["../../../src/components/jogging/JoggingPanel.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAA;AAYtD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAE7C,MAAM,MAAM,iBAAiB,GAAG;IAC9B,gFAAgF;IAChF,IAAI,EAAE,UAAU,GAAG,MAAM,CAAA;IACzB,iDAAiD;IACjD,aAAa,EAAE,MAAM,CAAA;IACrB,qFAAqF;IACrF,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,YAAY,KAAK,IAAI,CAAA;IACvC,iFAAiF;IACjF,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IAC1B,0FAA0F;IAC1F,MAAM,CAAC,EAAE,OAAO,CAAA;CACjB,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,YAAY,WACN,iBAAiB;;CA6EnC,CAAA"}
1
+ {"version":3,"file":"JoggingPanel.d.ts","sourceRoot":"","sources":["../../../src/components/jogging/JoggingPanel.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAA;AAUtD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAE7C,MAAM,MAAM,iBAAiB,GAAG;IAC9B,gFAAgF;IAChF,IAAI,EAAE,UAAU,GAAG,MAAM,CAAA;IACzB,iDAAiD;IACjD,aAAa,EAAE,MAAM,CAAA;IACrB,qFAAqF;IACrF,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,YAAY,KAAK,IAAI,CAAA;IACvC,iFAAiF;IACjF,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IAC1B,0FAA0F;IAC1F,MAAM,CAAC,EAAE,OAAO,CAAA;CACjB,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,YAAY,WACN,iBAAiB;;CA6EnC,CAAA"}
@@ -1,3 +1,8 @@
1
- import type { RobotProps } from "./SupportedRobot";
2
- export declare function ABB_1200_07_7({ modelURL, rapidlyChangingMotionState, ...props }: RobotProps): import("react/jsx-runtime").JSX.Element;
1
+ import type { RobotModelProps } from "./types";
2
+ export declare function ABB_1200_07_7({ modelURL, ...props }: RobotModelProps): import("react/jsx-runtime").JSX.Element;
3
+ export declare namespace ABB_1200_07_7 {
4
+ var config: {
5
+ rotationOffsets: number[];
6
+ };
7
+ }
3
8
  //# sourceMappingURL=ABB_1200_07_7.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ABB_1200_07_7.d.ts","sourceRoot":"","sources":["../../../src/components/robots/ABB_1200_07_7.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAA;AAIlD,wBAAgB,aAAa,CAAC,EAC5B,QAAQ,EACR,0BAA0B,EAC1B,GAAG,KAAK,EACT,EAAE,UAAU,2CAoHZ"}
1
+ {"version":3,"file":"ABB_1200_07_7.d.ts","sourceRoot":"","sources":["../../../src/components/robots/ABB_1200_07_7.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAM9C,wBAAgB,aAAa,CAAC,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,eAAe,2CAuGpE;yBAvGe,aAAa"}
@@ -1 +1 @@
1
- {"version":3,"file":"DHRobot.d.ts","sourceRoot":"","sources":["../../../src/components/robots/DHRobot.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAA;AAKpD,wBAAgB,OAAO,CAAC,EACtB,0BAA0B,EAC1B,YAAY,EACZ,GAAG,KAAK,EACT,EAAE,YAAY,2CA4Gd"}
1
+ {"version":3,"file":"DHRobot.d.ts","sourceRoot":"","sources":["../../../src/components/robots/DHRobot.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAA;AAKpD,wBAAgB,OAAO,CAAC,EACtB,0BAA0B,EAC1B,YAAY,EACZ,GAAG,KAAK,EACT,EAAE,YAAY,2CA6Gd"}
@@ -1,3 +1,8 @@
1
- import type { RobotProps } from "./SupportedRobot";
2
- export declare function FANUC_ARC_Mate_100iD({ modelURL, rapidlyChangingMotionState, ...props }: RobotProps): import("react/jsx-runtime").JSX.Element;
1
+ import type { RobotModelProps } from "./types";
2
+ export declare function FANUC_ARC_Mate_100iD({ modelURL, ...props }: RobotModelProps): import("react/jsx-runtime").JSX.Element;
3
+ export declare namespace FANUC_ARC_Mate_100iD {
4
+ var config: {
5
+ rotationOffsets: number[];
6
+ };
7
+ }
3
8
  //# sourceMappingURL=FANUC_ARC_Mate_100iD.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FANUC_ARC_Mate_100iD.d.ts","sourceRoot":"","sources":["../../../src/components/robots/FANUC_ARC_Mate_100iD.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAA;AAIlD,wBAAgB,oBAAoB,CAAC,EACnC,QAAQ,EACR,0BAA0B,EAC1B,GAAG,KAAK,EACT,EAAE,UAAU,2CAgLZ"}
1
+ {"version":3,"file":"FANUC_ARC_Mate_100iD.d.ts","sourceRoot":"","sources":["../../../src/components/robots/FANUC_ARC_Mate_100iD.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAM9C,wBAAgB,oBAAoB,CAAC,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,eAAe,2CAmK3E;yBAnKe,oBAAoB"}
@@ -1,3 +1,8 @@
1
- import type { RobotProps } from "./SupportedRobot";
2
- export declare function FANUC_ARC_Mate_120iD({ modelURL, rapidlyChangingMotionState, ...props }: RobotProps): import("react/jsx-runtime").JSX.Element;
1
+ import type { RobotModelProps } from "./types";
2
+ export declare function FANUC_ARC_Mate_120iD({ modelURL, ...props }: RobotModelProps): import("react/jsx-runtime").JSX.Element;
3
+ export declare namespace FANUC_ARC_Mate_120iD {
4
+ var config: {
5
+ rotationOffsets: number[];
6
+ };
7
+ }
3
8
  //# sourceMappingURL=FANUC_ARC_Mate_120iD.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FANUC_ARC_Mate_120iD.d.ts","sourceRoot":"","sources":["../../../src/components/robots/FANUC_ARC_Mate_120iD.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAA;AAIlD,wBAAgB,oBAAoB,CAAC,EACnC,QAAQ,EACR,0BAA0B,EAC1B,GAAG,KAAK,EACT,EAAE,UAAU,2CAgLZ"}
1
+ {"version":3,"file":"FANUC_ARC_Mate_120iD.d.ts","sourceRoot":"","sources":["../../../src/components/robots/FANUC_ARC_Mate_120iD.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAM9C,wBAAgB,oBAAoB,CAAC,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,eAAe,2CAmK3E;yBAnKe,oBAAoB"}
@@ -1,3 +1,8 @@
1
- import type { RobotProps } from "./SupportedRobot";
2
- export declare function FANUC_CRX10iA({ modelURL, rapidlyChangingMotionState, ...props }: RobotProps): import("react/jsx-runtime").JSX.Element;
1
+ import type { RobotModelProps } from "./types";
2
+ export declare function FANUC_CRX10iA({ modelURL, ...props }: RobotModelProps): import("react/jsx-runtime").JSX.Element;
3
+ export declare namespace FANUC_CRX10iA {
4
+ var config: {
5
+ rotationOffsets: number[];
6
+ };
7
+ }
3
8
  //# sourceMappingURL=FANUC_CRX10iA.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FANUC_CRX10iA.d.ts","sourceRoot":"","sources":["../../../src/components/robots/FANUC_CRX10iA.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAA;AAIlD,wBAAgB,aAAa,CAAC,EAC5B,QAAQ,EACR,0BAA0B,EAC1B,GAAG,KAAK,EACT,EAAE,UAAU,2CAgKZ"}
1
+ {"version":3,"file":"FANUC_CRX10iA.d.ts","sourceRoot":"","sources":["../../../src/components/robots/FANUC_CRX10iA.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAM9C,wBAAgB,aAAa,CAAC,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,eAAe,2CAmJpE;yBAnJe,aAAa"}
@@ -1,3 +1,8 @@
1
- import type { RobotProps } from "./SupportedRobot";
2
- export declare function FANUC_CRX20iAL({ modelURL, rapidlyChangingMotionState, ...props }: RobotProps): import("react/jsx-runtime").JSX.Element;
1
+ import type { RobotModelProps } from "./types";
2
+ export declare function FANUC_CRX20iAL({ modelURL, ...props }: RobotModelProps): import("react/jsx-runtime").JSX.Element;
3
+ export declare namespace FANUC_CRX20iAL {
4
+ var config: {
5
+ rotationOffsets: number[];
6
+ };
7
+ }
3
8
  //# sourceMappingURL=FANUC_CRX20iAL.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FANUC_CRX20iAL.d.ts","sourceRoot":"","sources":["../../../src/components/robots/FANUC_CRX20iAL.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAA;AAIlD,wBAAgB,cAAc,CAAC,EAC7B,QAAQ,EACR,0BAA0B,EAC1B,GAAG,KAAK,EACT,EAAE,UAAU,2CAqKZ"}
1
+ {"version":3,"file":"FANUC_CRX20iAL.d.ts","sourceRoot":"","sources":["../../../src/components/robots/FANUC_CRX20iAL.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAM9C,wBAAgB,cAAc,CAAC,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,eAAe,2CAwJrE;yBAxJe,cAAc"}
@@ -1,3 +1,8 @@
1
- import type { RobotProps } from "./SupportedRobot";
2
- export declare function FANUC_CRX25iA({ modelURL, rapidlyChangingMotionState, ...props }: RobotProps): import("react/jsx-runtime").JSX.Element;
1
+ import type { RobotModelProps } from "./types";
2
+ export declare function FANUC_CRX25iA({ modelURL, ...props }: RobotModelProps): import("react/jsx-runtime").JSX.Element;
3
+ export declare namespace FANUC_CRX25iA {
4
+ var config: {
5
+ rotationOffsets: number[];
6
+ };
7
+ }
3
8
  //# sourceMappingURL=FANUC_CRX25iA.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FANUC_CRX25iA.d.ts","sourceRoot":"","sources":["../../../src/components/robots/FANUC_CRX25iA.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAA;AAIlD,wBAAgB,aAAa,CAAC,EAC5B,QAAQ,EACR,0BAA0B,EAC1B,GAAG,KAAK,EACT,EAAE,UAAU,2CAgKZ"}
1
+ {"version":3,"file":"FANUC_CRX25iA.d.ts","sourceRoot":"","sources":["../../../src/components/robots/FANUC_CRX25iA.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAM9C,wBAAgB,aAAa,CAAC,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,eAAe,2CAmJpE;yBAnJe,aAAa"}
@@ -1,3 +1,8 @@
1
- import type { RobotProps } from "./SupportedRobot";
2
- export declare function FANUC_CRX25iAL({ modelURL, rapidlyChangingMotionState, ...props }: RobotProps): import("react/jsx-runtime").JSX.Element;
1
+ import type { RobotModelProps } from "./types";
2
+ export declare function FANUC_CRX25iAL({ modelURL, ...props }: RobotModelProps): import("react/jsx-runtime").JSX.Element;
3
+ export declare namespace FANUC_CRX25iAL {
4
+ var config: {
5
+ rotationOffsets: number[];
6
+ };
7
+ }
3
8
  //# sourceMappingURL=FANUC_CRX25iAL.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FANUC_CRX25iAL.d.ts","sourceRoot":"","sources":["../../../src/components/robots/FANUC_CRX25iAL.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAA;AAIlD,wBAAgB,cAAc,CAAC,EAC7B,QAAQ,EACR,0BAA0B,EAC1B,GAAG,KAAK,EACT,EAAE,UAAU,2CA2KZ"}
1
+ {"version":3,"file":"FANUC_CRX25iAL.d.ts","sourceRoot":"","sources":["../../../src/components/robots/FANUC_CRX25iAL.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAM9C,wBAAgB,cAAc,CAAC,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,eAAe,2CA8JrE;yBA9Je,cAAc"}
@@ -1,3 +1,8 @@
1
- import type { RobotProps } from "./SupportedRobot";
2
- export declare function KUKA_KR16_R2010_2({ modelURL, rapidlyChangingMotionState, ...props }: RobotProps): import("react/jsx-runtime").JSX.Element;
1
+ import type { RobotModelProps } from "./types";
2
+ export declare function KUKA_KR16_R2010_2({ modelURL, ...props }: RobotModelProps): import("react/jsx-runtime").JSX.Element;
3
+ export declare namespace KUKA_KR16_R2010_2 {
4
+ var config: {
5
+ rotationOffsets: number[];
6
+ };
7
+ }
3
8
  //# sourceMappingURL=KUKA_KR16_R2010_2.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"KUKA_KR16_R2010_2.d.ts","sourceRoot":"","sources":["../../../src/components/robots/KUKA_KR16_R2010_2.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAA;AA6BlD,wBAAgB,iBAAiB,CAAC,EAChC,QAAQ,EACR,0BAA0B,EAC1B,GAAG,KAAK,EACT,EAAE,UAAU,2CAgLZ"}
1
+ {"version":3,"file":"KUKA_KR16_R2010_2.d.ts","sourceRoot":"","sources":["../../../src/components/robots/KUKA_KR16_R2010_2.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AA8B9C,wBAAgB,iBAAiB,CAAC,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,eAAe,2CAkKxE;yBAlKe,iBAAiB"}
@@ -1,3 +1,8 @@
1
- import type { RobotProps } from "./SupportedRobot";
2
- export declare function KUKA_KR210_R2700({ modelURL, rapidlyChangingMotionState, ...props }: RobotProps): import("react/jsx-runtime").JSX.Element;
1
+ import type { RobotModelProps } from "./types";
2
+ export declare function KUKA_KR210_R2700({ modelURL, ...props }: RobotModelProps): import("react/jsx-runtime").JSX.Element;
3
+ export declare namespace KUKA_KR210_R2700 {
4
+ var config: {
5
+ rotationOffsets: number[];
6
+ };
7
+ }
3
8
  //# sourceMappingURL=KUKA_KR210_R2700.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"KUKA_KR210_R2700.d.ts","sourceRoot":"","sources":["../../../src/components/robots/KUKA_KR210_R2700.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAA;AAIlD,wBAAgB,gBAAgB,CAAC,EAC/B,QAAQ,EACR,0BAA0B,EAC1B,GAAG,KAAK,EACT,EAAE,UAAU,2CAwRZ"}
1
+ {"version":3,"file":"KUKA_KR210_R2700.d.ts","sourceRoot":"","sources":["../../../src/components/robots/KUKA_KR210_R2700.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAM9C,wBAAgB,gBAAgB,CAAC,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,eAAe,2CA0QvE;yBA1Qe,gBAAgB"}
@@ -1,3 +1,8 @@
1
- import type { RobotProps } from "./SupportedRobot";
2
- export declare function KUKA_KR270_R2700({ modelURL, rapidlyChangingMotionState, ...props }: RobotProps): import("react/jsx-runtime").JSX.Element;
1
+ import type { RobotModelProps } from "./types";
2
+ export declare function KUKA_KR270_R2700({ modelURL, ...props }: RobotModelProps): import("react/jsx-runtime").JSX.Element;
3
+ export declare namespace KUKA_KR270_R2700 {
4
+ var config: {
5
+ rotationOffsets: number[];
6
+ };
7
+ }
3
8
  //# sourceMappingURL=KUKA_KR270_R2700.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"KUKA_KR270_R2700.d.ts","sourceRoot":"","sources":["../../../src/components/robots/KUKA_KR270_R2700.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAA;AAIlD,wBAAgB,gBAAgB,CAAC,EAC/B,QAAQ,EACR,0BAA0B,EAC1B,GAAG,KAAK,EACT,EAAE,UAAU,2CAsOZ"}
1
+ {"version":3,"file":"KUKA_KR270_R2700.d.ts","sourceRoot":"","sources":["../../../src/components/robots/KUKA_KR270_R2700.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAM9C,wBAAgB,gBAAgB,CAAC,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,eAAe,2CAwNvE;yBAxNe,gBAAgB"}
@@ -1,6 +1,6 @@
1
1
  import { type GroupProps } from "@react-three/fiber";
2
2
  import type { ConnectedMotionGroup } from "@wandelbots/wandelbots-js";
3
- export type ConnectecMotionGroupRobotProps = {
3
+ export type RobotProps = {
4
4
  connectedMotionGroup: ConnectedMotionGroup;
5
5
  getModel?: (modelFromController: string) => string;
6
6
  isGhost?: boolean;
@@ -9,12 +9,12 @@ export type ConnectecMotionGroupRobotProps = {
9
9
  * The Robot component is a wrapper around the SupportedRobot component
10
10
  * for usage with @wandelbots/wandelbots-js ConnectedMotionGroup object.
11
11
  *
12
- * @param {ConnectecMotionGroupRobotProps} props - The properties for the Robot component.
12
+ * @param {RobotProps} props - The properties for the Robot component.
13
13
  * @param {ConnectedMotionGroup} props.connectedMotionGroup - The connected motion group containing motion state and parameters.
14
14
  * @param {Function} [props.getModel=defaultGetModel] - Optional function to get the model URL. Defaults to defaultGetModel.
15
15
  * @param {Object} props - Additional properties passed to the SupportedRobot component.
16
16
  *
17
17
  * @returns {JSX.Element} The rendered SupportedRobot component.
18
18
  */
19
- export declare function Robot({ connectedMotionGroup, getModel, isGhost, ...props }: ConnectecMotionGroupRobotProps): import("react/jsx-runtime").JSX.Element | null;
19
+ export declare function Robot({ connectedMotionGroup, getModel, isGhost, ...props }: RobotProps): import("react/jsx-runtime").JSX.Element | null;
20
20
  //# sourceMappingURL=Robot.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Robot.d.ts","sourceRoot":"","sources":["../../../src/components/robots/Robot.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,oBAAoB,CAAA;AAEpD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAA;AAGrE,MAAM,MAAM,8BAA8B,GAAG;IAC3C,oBAAoB,EAAE,oBAAoB,CAAA;IAC1C,QAAQ,CAAC,EAAE,CAAC,mBAAmB,EAAE,MAAM,KAAK,MAAM,CAAA;IAClD,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB,GAAG,UAAU,CAAA;AAEd;;;;;;;;;;GAUG;AACH,wBAAgB,KAAK,CAAC,EACpB,oBAAoB,EACpB,QAA0B,EAC1B,OAAe,EACf,GAAG,KAAK,EACT,EAAE,8BAA8B,kDAiBhC"}
1
+ {"version":3,"file":"Robot.d.ts","sourceRoot":"","sources":["../../../src/components/robots/Robot.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,oBAAoB,CAAA;AAEpD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAA;AAGrE,MAAM,MAAM,UAAU,GAAG;IACvB,oBAAoB,EAAE,oBAAoB,CAAA;IAC1C,QAAQ,CAAC,EAAE,CAAC,mBAAmB,EAAE,MAAM,KAAK,MAAM,CAAA;IAClD,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB,GAAG,UAAU,CAAA;AAEd;;;;;;;;;;GAUG;AACH,wBAAgB,KAAK,CAAC,EACpB,oBAAoB,EACpB,QAA0B,EAC1B,OAAe,EACf,GAAG,KAAK,EACT,EAAE,UAAU,kDAiBZ"}
@@ -1,12 +1,15 @@
1
+ import type { MotionGroupStateResponse } from "@wandelbots/wandelbots-api-client";
2
+ import React from "react";
1
3
  import type * as THREE from "three";
2
4
  import { type RobotSceneJoint } from "../utils/robotTreeQuery";
3
- import type { MotionGroupStateResponse } from "@wandelbots/wandelbots-api-client";
5
+ import type { RobotModelConfig } from "./types";
4
6
  type RobotAnimatorProps = {
5
7
  rapidlyChangingMotionState: MotionGroupStateResponse;
6
- robotRootObjectName: string;
7
- onRotationChanged: (joints: THREE.Object3D[], jointValues: number[]) => void;
8
+ onRotationChanged?: (joints: THREE.Object3D[], jointValues: number[]) => void;
8
9
  jointCollector?: (rootObject: THREE.Object3D) => RobotSceneJoint[];
10
+ robotConfig?: RobotModelConfig;
11
+ children: React.ReactNode;
9
12
  };
10
- export default function RobotAnimator({ rapidlyChangingMotionState, robotRootObjectName, onRotationChanged, jointCollector, }: RobotAnimatorProps): null;
13
+ export default function RobotAnimator({ rapidlyChangingMotionState, jointCollector, onRotationChanged, robotConfig, children, }: RobotAnimatorProps): import("react/jsx-runtime").JSX.Element;
11
14
  export {};
12
15
  //# sourceMappingURL=RobotAnimator.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"RobotAnimator.d.ts","sourceRoot":"","sources":["../../../src/components/robots/RobotAnimator.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAA;AACnC,OAAO,EAEL,KAAK,eAAe,EACrB,MAAM,yBAAyB,CAAA;AAChC,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,mCAAmC,CAAA;AAGjF,KAAK,kBAAkB,GAAG;IACxB,0BAA0B,EAAE,wBAAwB,CAAA;IACpD,mBAAmB,EAAE,MAAM,CAAA;IAC3B,iBAAiB,EAAE,CAAC,MAAM,EAAE,KAAK,CAAC,QAAQ,EAAE,EAAE,WAAW,EAAE,MAAM,EAAE,KAAK,IAAI,CAAA;IAC5E,cAAc,CAAC,EAAE,CAAC,UAAU,EAAE,KAAK,CAAC,QAAQ,KAAK,eAAe,EAAE,CAAA;CACnE,CAAA;AAED,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,EACpC,0BAA0B,EAC1B,mBAAmB,EACnB,iBAAiB,EACjB,cAAc,GACf,EAAE,kBAAkB,QA0DpB"}
1
+ {"version":3,"file":"RobotAnimator.d.ts","sourceRoot":"","sources":["../../../src/components/robots/RobotAnimator.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,mCAAmC,CAAA;AACjF,OAAO,KAAiB,MAAM,OAAO,CAAA;AACrC,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAA;AAEnC,OAAO,EAEL,KAAK,eAAe,EACrB,MAAM,yBAAyB,CAAA;AAChC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAE/C,KAAK,kBAAkB,GAAG;IACxB,0BAA0B,EAAE,wBAAwB,CAAA;IACpD,iBAAiB,CAAC,EAAE,CAAC,MAAM,EAAE,KAAK,CAAC,QAAQ,EAAE,EAAE,WAAW,EAAE,MAAM,EAAE,KAAK,IAAI,CAAA;IAC7E,cAAc,CAAC,EAAE,CAAC,UAAU,EAAE,KAAK,CAAC,QAAQ,KAAK,eAAe,EAAE,CAAA;IAClE,WAAW,CAAC,EAAE,gBAAgB,CAAA;IAC9B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAC1B,CAAA;AAED,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,EACpC,0BAA0B,EAC1B,cAAc,EACd,iBAAiB,EACjB,WAAW,EACX,QAAQ,GACT,EAAE,kBAAkB,2CAkEpB"}
@@ -1,13 +1,9 @@
1
1
  import type { GroupProps } from "@react-three/fiber";
2
- import type { MotionGroupStateResponse, DHParameter } from "@wandelbots/wandelbots-api-client";
2
+ import type { DHParameter, MotionGroupStateResponse } from "@wandelbots/wandelbots-api-client";
3
3
  export type DHRobotProps = {
4
4
  rapidlyChangingMotionState: MotionGroupStateResponse;
5
5
  dhParameters: Array<DHParameter>;
6
6
  } & GroupProps;
7
- export type RobotProps = {
8
- rapidlyChangingMotionState: MotionGroupStateResponse;
9
- modelURL: string;
10
- } & GroupProps;
11
7
  export type SupportedRobotProps = {
12
8
  rapidlyChangingMotionState: MotionGroupStateResponse;
13
9
  modelFromController: string;
@@ -1 +1 @@
1
- {"version":3,"file":"SupportedRobot.d.ts","sourceRoot":"","sources":["../../../src/components/robots/SupportedRobot.tsx"],"names":[],"mappings":"AAyBA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAA;AACpD,OAAO,KAAK,EACV,wBAAwB,EACxB,WAAW,EACZ,MAAM,mCAAmC,CAAA;AAQ1C,MAAM,MAAM,YAAY,GAAG;IACzB,0BAA0B,EAAE,wBAAwB,CAAA;IACpD,YAAY,EAAE,KAAK,CAAC,WAAW,CAAC,CAAA;CACjC,GAAG,UAAU,CAAA;AAEd,MAAM,MAAM,UAAU,GAAG;IACvB,0BAA0B,EAAE,wBAAwB,CAAA;IACpD,QAAQ,EAAE,MAAM,CAAA;CACjB,GAAG,UAAU,CAAA;AAEd,MAAM,MAAM,mBAAmB,GAAG;IAChC,0BAA0B,EAAE,wBAAwB,CAAA;IACpD,mBAAmB,EAAE,MAAM,CAAA;IAC3B,YAAY,EAAE,WAAW,EAAE,CAAA;IAC3B,QAAQ,CAAC,EAAE,CAAC,mBAAmB,EAAE,MAAM,KAAK,MAAM,CAAA;IAClD,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB,GAAG,UAAU,CAAA;AAEd,wBAAgB,eAAe,CAAC,mBAAmB,EAAE,MAAM,GAAG,MAAM,CAEnE;AAED,eAAO,MAAM,cAAc,mGAQtB,mBAAmB,4CAuNvB,CAAA"}
1
+ {"version":3,"file":"SupportedRobot.d.ts","sourceRoot":"","sources":["../../../src/components/robots/SupportedRobot.tsx"],"names":[],"mappings":"AAyBA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAA;AACpD,OAAO,KAAK,EACV,WAAW,EACX,wBAAwB,EACzB,MAAM,mCAAmC,CAAA;AAU1C,MAAM,MAAM,YAAY,GAAG;IACzB,0BAA0B,EAAE,wBAAwB,CAAA;IACpD,YAAY,EAAE,KAAK,CAAC,WAAW,CAAC,CAAA;CACjC,GAAG,UAAU,CAAA;AAEd,MAAM,MAAM,mBAAmB,GAAG;IAChC,0BAA0B,EAAE,wBAAwB,CAAA;IACpD,mBAAmB,EAAE,MAAM,CAAA;IAC3B,YAAY,EAAE,WAAW,EAAE,CAAA;IAC3B,QAAQ,CAAC,EAAE,CAAC,mBAAmB,EAAE,MAAM,KAAK,MAAM,CAAA;IAClD,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB,GAAG,UAAU,CAAA;AAEd,wBAAgB,eAAe,CAAC,mBAAmB,EAAE,MAAM,GAAG,MAAM,CAEnE;AAED,eAAO,MAAM,cAAc,mGAQtB,mBAAmB,4CAgNvB,CAAA"}
@@ -1,3 +1,3 @@
1
- import type { RobotProps } from "./SupportedRobot";
2
- export declare function UniversalRobots_UR10({ modelURL, rapidlyChangingMotionState, ...props }: RobotProps): import("react/jsx-runtime").JSX.Element;
1
+ import type { RobotModelProps } from "./types";
2
+ export declare function UniversalRobots_UR10({ modelURL, ...props }: RobotModelProps): import("react/jsx-runtime").JSX.Element;
3
3
  //# sourceMappingURL=UniversalRobots_UR10.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"UniversalRobots_UR10.d.ts","sourceRoot":"","sources":["../../../src/components/robots/UniversalRobots_UR10.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAA;AAIlD,wBAAgB,oBAAoB,CAAC,EACnC,QAAQ,EACR,0BAA0B,EAC1B,GAAG,KAAK,EACT,EAAE,UAAU,2CAuTZ"}
1
+ {"version":3,"file":"UniversalRobots_UR10.d.ts","sourceRoot":"","sources":["../../../src/components/robots/UniversalRobots_UR10.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAE9C,wBAAgB,oBAAoB,CAAC,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,eAAe,2CA4S3E"}
@@ -1,3 +1,3 @@
1
- import type { RobotProps } from "./SupportedRobot";
2
- export declare function UniversalRobots_UR10e({ modelURL, rapidlyChangingMotionState, ...props }: RobotProps): import("react/jsx-runtime").JSX.Element;
1
+ import type { RobotModelProps } from "./types";
2
+ export declare function UniversalRobots_UR10e({ modelURL, ...props }: RobotModelProps): import("react/jsx-runtime").JSX.Element;
3
3
  //# sourceMappingURL=UniversalRobots_UR10e.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"UniversalRobots_UR10e.d.ts","sourceRoot":"","sources":["../../../src/components/robots/UniversalRobots_UR10e.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAA;AAIlD,wBAAgB,qBAAqB,CAAC,EACpC,QAAQ,EACR,0BAA0B,EAC1B,GAAG,KAAK,EACT,EAAE,UAAU,2CAwQZ"}
1
+ {"version":3,"file":"UniversalRobots_UR10e.d.ts","sourceRoot":"","sources":["../../../src/components/robots/UniversalRobots_UR10e.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAE9C,wBAAgB,qBAAqB,CAAC,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,eAAe,2CA6P5E"}
@@ -1,3 +1,3 @@
1
- import type { RobotProps } from "./SupportedRobot";
2
- export declare function UniversalRobots_UR3({ modelURL, rapidlyChangingMotionState, ...props }: RobotProps): import("react/jsx-runtime").JSX.Element;
1
+ import type { RobotModelProps } from "./types";
2
+ export declare function UniversalRobots_UR3({ modelURL, ...props }: RobotModelProps): import("react/jsx-runtime").JSX.Element;
3
3
  //# sourceMappingURL=UniversalRobots_UR3.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"UniversalRobots_UR3.d.ts","sourceRoot":"","sources":["../../../src/components/robots/UniversalRobots_UR3.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAA;AAGlD,wBAAgB,mBAAmB,CAAC,EAClC,QAAQ,EACR,0BAA0B,EAC1B,GAAG,KAAK,EACT,EAAE,UAAU,2CAqGZ"}
1
+ {"version":3,"file":"UniversalRobots_UR3.d.ts","sourceRoot":"","sources":["../../../src/components/robots/UniversalRobots_UR3.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAE9C,wBAAgB,mBAAmB,CAAC,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,eAAe,2CA0F1E"}
@@ -1,3 +1,3 @@
1
- import type { RobotProps } from "./SupportedRobot";
2
- export declare function UniversalRobots_UR3e({ modelURL, rapidlyChangingMotionState, ...props }: RobotProps): import("react/jsx-runtime").JSX.Element;
1
+ import type { RobotModelProps } from "./types";
2
+ export declare function UniversalRobots_UR3e({ modelURL, ...props }: RobotModelProps): import("react/jsx-runtime").JSX.Element;
3
3
  //# sourceMappingURL=UniversalRobots_UR3e.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"UniversalRobots_UR3e.d.ts","sourceRoot":"","sources":["../../../src/components/robots/UniversalRobots_UR3e.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAA;AAIlD,wBAAgB,oBAAoB,CAAC,EACnC,QAAQ,EACR,0BAA0B,EAC1B,GAAG,KAAK,EACT,EAAE,UAAU,2CAqGZ"}
1
+ {"version":3,"file":"UniversalRobots_UR3e.d.ts","sourceRoot":"","sources":["../../../src/components/robots/UniversalRobots_UR3e.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAE9C,wBAAgB,oBAAoB,CAAC,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,eAAe,2CA0F3E"}
@@ -1,3 +1,3 @@
1
- import type { RobotProps } from "./SupportedRobot";
2
- export declare function UniversalRobots_UR5({ modelURL, rapidlyChangingMotionState, ...props }: RobotProps): import("react/jsx-runtime").JSX.Element;
1
+ import type { RobotModelProps } from "./types";
2
+ export declare function UniversalRobots_UR5({ modelURL, ...props }: RobotModelProps): import("react/jsx-runtime").JSX.Element;
3
3
  //# sourceMappingURL=UniversalRobots_UR5.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"UniversalRobots_UR5.d.ts","sourceRoot":"","sources":["../../../src/components/robots/UniversalRobots_UR5.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAA;AAGlD,wBAAgB,mBAAmB,CAAC,EAClC,QAAQ,EACR,0BAA0B,EAC1B,GAAG,KAAK,EACT,EAAE,UAAU,2CA8PZ"}
1
+ {"version":3,"file":"UniversalRobots_UR5.d.ts","sourceRoot":"","sources":["../../../src/components/robots/UniversalRobots_UR5.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAE9C,wBAAgB,mBAAmB,CAAC,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,eAAe,2CAmP1E"}
@@ -1,3 +1,3 @@
1
- import type { RobotProps } from "./SupportedRobot";
2
- export declare function UniversalRobots_UR5e({ modelURL, rapidlyChangingMotionState, ...props }: RobotProps): import("react/jsx-runtime").JSX.Element;
1
+ import type { RobotModelProps } from "./types";
2
+ export declare function UniversalRobots_UR5e({ modelURL, ...props }: RobotModelProps): import("react/jsx-runtime").JSX.Element;
3
3
  //# sourceMappingURL=UniversalRobots_UR5e.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"UniversalRobots_UR5e.d.ts","sourceRoot":"","sources":["../../../src/components/robots/UniversalRobots_UR5e.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAA;AAIlD,wBAAgB,oBAAoB,CAAC,EACnC,QAAQ,EACR,0BAA0B,EAC1B,GAAG,KAAK,EACT,EAAE,UAAU,2CA6QZ"}
1
+ {"version":3,"file":"UniversalRobots_UR5e.d.ts","sourceRoot":"","sources":["../../../src/components/robots/UniversalRobots_UR5e.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAE9C,wBAAgB,oBAAoB,CAAC,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,eAAe,2CAkQ3E"}
@@ -1,3 +1,9 @@
1
- import type { RobotProps } from "./SupportedRobot";
2
- export declare function Yaskawa_AR1440({ modelURL, rapidlyChangingMotionState, ...props }: RobotProps): import("react/jsx-runtime").JSX.Element;
1
+ import type { RobotModelProps } from "./types";
2
+ export declare function Yaskawa_AR1440({ modelURL, ...props }: RobotModelProps): import("react/jsx-runtime").JSX.Element;
3
+ export declare namespace Yaskawa_AR1440 {
4
+ var config: {
5
+ rotationOffsets: number[];
6
+ rotationSign: number[];
7
+ };
8
+ }
3
9
  //# sourceMappingURL=Yaskawa_AR1440.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Yaskawa_AR1440.d.ts","sourceRoot":"","sources":["../../../src/components/robots/Yaskawa_AR1440.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAA;AAIlD,wBAAgB,cAAc,CAAC,EAC7B,QAAQ,EACR,0BAA0B,EAC1B,GAAG,KAAK,EACT,EAAE,UAAU,2CAiJZ"}
1
+ {"version":3,"file":"Yaskawa_AR1440.d.ts","sourceRoot":"","sources":["../../../src/components/robots/Yaskawa_AR1440.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAO9C,wBAAgB,cAAc,CAAC,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,eAAe,2CAkIrE;yBAlIe,cAAc"}
@@ -1,3 +1,9 @@
1
- import type { RobotProps } from "./SupportedRobot";
2
- export declare function Yaskawa_AR1730({ modelURL, rapidlyChangingMotionState, ...props }: RobotProps): import("react/jsx-runtime").JSX.Element;
1
+ import type { RobotModelProps } from "./types";
2
+ export declare function Yaskawa_AR1730({ modelURL, ...props }: RobotModelProps): import("react/jsx-runtime").JSX.Element;
3
+ export declare namespace Yaskawa_AR1730 {
4
+ var config: {
5
+ rotationOffsets: number[];
6
+ rotationSign: number[];
7
+ };
8
+ }
3
9
  //# sourceMappingURL=Yaskawa_AR1730.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Yaskawa_AR1730.d.ts","sourceRoot":"","sources":["../../../src/components/robots/Yaskawa_AR1730.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAA;AAIlD,wBAAgB,cAAc,CAAC,EAC7B,QAAQ,EACR,0BAA0B,EAC1B,GAAG,KAAK,EACT,EAAE,UAAU,2CA8JZ"}
1
+ {"version":3,"file":"Yaskawa_AR1730.d.ts","sourceRoot":"","sources":["../../../src/components/robots/Yaskawa_AR1730.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAO9C,wBAAgB,cAAc,CAAC,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,eAAe,2CA+IrE;yBA/Ie,cAAc"}
@@ -1,3 +1,9 @@
1
- import type { RobotProps } from "./SupportedRobot";
2
- export declare function Yaskawa_AR2010({ modelURL, rapidlyChangingMotionState, ...props }: RobotProps): import("react/jsx-runtime").JSX.Element;
1
+ import type { RobotModelProps } from "./types";
2
+ export declare function Yaskawa_AR2010({ modelURL, ...props }: RobotModelProps): import("react/jsx-runtime").JSX.Element;
3
+ export declare namespace Yaskawa_AR2010 {
4
+ var config: {
5
+ rotationOffsets: number[];
6
+ rotationSign: number[];
7
+ };
8
+ }
3
9
  //# sourceMappingURL=Yaskawa_AR2010.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Yaskawa_AR2010.d.ts","sourceRoot":"","sources":["../../../src/components/robots/Yaskawa_AR2010.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAA;AAIlD,wBAAgB,cAAc,CAAC,EAC7B,QAAQ,EACR,0BAA0B,EAC1B,GAAG,KAAK,EACT,EAAE,UAAU,2CAwJZ"}
1
+ {"version":3,"file":"Yaskawa_AR2010.d.ts","sourceRoot":"","sources":["../../../src/components/robots/Yaskawa_AR2010.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAO9C,wBAAgB,cAAc,CAAC,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,eAAe,2CAyIrE;yBAzIe,cAAc"}
@@ -1,3 +1,9 @@
1
- import type { RobotProps } from "./SupportedRobot";
2
- export declare function Yaskawa_AR3120({ modelURL, rapidlyChangingMotionState, ...props }: RobotProps): import("react/jsx-runtime").JSX.Element;
1
+ import type { RobotModelProps } from "./types";
2
+ export declare function Yaskawa_AR3120({ modelURL, ...props }: RobotModelProps): import("react/jsx-runtime").JSX.Element;
3
+ export declare namespace Yaskawa_AR3120 {
4
+ var config: {
5
+ rotationOffsets: number[];
6
+ rotationSign: number[];
7
+ };
8
+ }
3
9
  //# sourceMappingURL=Yaskawa_AR3120.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Yaskawa_AR3120.d.ts","sourceRoot":"","sources":["../../../src/components/robots/Yaskawa_AR3120.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAA;AAIlD,wBAAgB,cAAc,CAAC,EAC7B,QAAQ,EACR,0BAA0B,EAC1B,GAAG,KAAK,EACT,EAAE,UAAU,2CAyJZ"}
1
+ {"version":3,"file":"Yaskawa_AR3120.d.ts","sourceRoot":"","sources":["../../../src/components/robots/Yaskawa_AR3120.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAO9C,wBAAgB,cAAc,CAAC,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,eAAe,2CA0IrE;yBA1Ie,cAAc"}
@@ -1,3 +1,8 @@
1
- import type { RobotProps } from "./SupportedRobot";
2
- export declare function Yaskawa_AR900({ modelURL, rapidlyChangingMotionState, ...props }: RobotProps): import("react/jsx-runtime").JSX.Element;
1
+ import type { RobotModelProps } from "./types";
2
+ export declare function Yaskawa_AR900({ modelURL, ...props }: RobotModelProps): import("react/jsx-runtime").JSX.Element;
3
+ export declare namespace Yaskawa_AR900 {
4
+ var config: {
5
+ rotationOffsets: number[];
6
+ };
7
+ }
3
8
  //# sourceMappingURL=Yaskawa_AR900.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Yaskawa_AR900.d.ts","sourceRoot":"","sources":["../../../src/components/robots/Yaskawa_AR900.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAA;AAIlD,wBAAgB,aAAa,CAAC,EAC5B,QAAQ,EACR,0BAA0B,EAC1B,GAAG,KAAK,EACT,EAAE,UAAU,2CAkHZ"}
1
+ {"version":3,"file":"Yaskawa_AR900.d.ts","sourceRoot":"","sources":["../../../src/components/robots/Yaskawa_AR900.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAM9C,wBAAgB,aAAa,CAAC,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,eAAe,2CAqGpE;yBArGe,aAAa"}
@@ -1,3 +1,8 @@
1
- import type { RobotProps } from "./SupportedRobot";
2
- export declare function Yaskawa_GP50({ modelURL, rapidlyChangingMotionState, ...props }: RobotProps): import("react/jsx-runtime").JSX.Element;
1
+ import type { RobotModelProps } from "./types";
2
+ export declare function Yaskawa_GP50({ modelURL, ...props }: RobotModelProps): import("react/jsx-runtime").JSX.Element;
3
+ export declare namespace Yaskawa_GP50 {
4
+ var config: {
5
+ rotationOffsets: number[];
6
+ };
7
+ }
3
8
  //# sourceMappingURL=Yaskawa_GP50.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Yaskawa_GP50.d.ts","sourceRoot":"","sources":["../../../src/components/robots/Yaskawa_GP50.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAA;AAIlD,wBAAgB,YAAY,CAAC,EAC3B,QAAQ,EACR,0BAA0B,EAC1B,GAAG,KAAK,EACT,EAAE,UAAU,2CAiPZ"}
1
+ {"version":3,"file":"Yaskawa_GP50.d.ts","sourceRoot":"","sources":["../../../src/components/robots/Yaskawa_GP50.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAM9C,wBAAgB,YAAY,CAAC,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,eAAe,2CAkOnE;yBAlOe,YAAY"}
@@ -0,0 +1,17 @@
1
+ import type { GroupProps } from "@react-three/fiber";
2
+ export type RobotModelProps = {
3
+ modelURL: string;
4
+ } & GroupProps;
5
+ /**
6
+ * Configuration needed to render a specific robot model that
7
+ * isn't already handled by the gltf => tsx export
8
+ */
9
+ export type RobotModelConfig = {
10
+ rotationOffsets?: number[];
11
+ rotationSign?: number[];
12
+ };
13
+ export type RobotModelComponent = {
14
+ (props: RobotModelProps): JSX.Element;
15
+ config?: RobotModelConfig;
16
+ };
17
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/robots/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAA;AAEpD,MAAM,MAAM,eAAe,GAAG;IAC5B,QAAQ,EAAE,MAAM,CAAA;CACjB,GAAG,UAAU,CAAA;AAEd;;;GAGG;AACH,MAAM,MAAM,gBAAgB,GAAG;IAC7B,eAAe,CAAC,EAAE,MAAM,EAAE,CAAA;IAC1B,YAAY,CAAC,EAAE,MAAM,EAAE,CAAA;CACxB,CAAA;AAED,MAAM,MAAM,mBAAmB,GAAG;IAChC,CAAC,KAAK,EAAE,eAAe,GAAG,GAAG,CAAC,OAAO,CAAA;IACrC,MAAM,CAAC,EAAE,gBAAgB,CAAA;CAC1B,CAAA"}