@wandelbots/wandelbots-js-react-components 1.24.7 → 1.24.9
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/robots/FANUC_LR_Mate_200iD.d.ts +5 -0
- package/dist/components/robots/FANUC_LR_Mate_200iD.d.ts.map +1 -1
- package/dist/components/robots/KUKA_KR6_R700_2.d.ts +6 -0
- package/dist/components/robots/KUKA_KR6_R700_2.d.ts.map +1 -1
- package/dist/index.cjs +20 -20
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +946 -939
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/robots/FANUC_LR_Mate_200iD.tsx +4 -0
- package/src/components/robots/KUKA_KR6_R700_2.tsx +6 -1
|
@@ -1,3 +1,8 @@
|
|
|
1
1
|
import type { RobotModelProps } from "./types";
|
|
2
2
|
export declare function FANUC_LR_Mate_200iD({ modelURL, ...props }: RobotModelProps): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export declare namespace FANUC_LR_Mate_200iD {
|
|
4
|
+
var config: {
|
|
5
|
+
rotationOffsets: number[];
|
|
6
|
+
};
|
|
7
|
+
}
|
|
3
8
|
//# sourceMappingURL=FANUC_LR_Mate_200iD.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FANUC_LR_Mate_200iD.d.ts","sourceRoot":"","sources":["../../../src/components/robots/FANUC_LR_Mate_200iD.tsx"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;
|
|
1
|
+
{"version":3,"file":"FANUC_LR_Mate_200iD.d.ts","sourceRoot":"","sources":["../../../src/components/robots/FANUC_LR_Mate_200iD.tsx"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AA0B9C,wBAAgB,mBAAmB,CAAC,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,eAAe,2CA0H1E;yBA1He,mBAAmB"}
|
|
@@ -1,3 +1,9 @@
|
|
|
1
1
|
import type { RobotModelProps } from "./types";
|
|
2
2
|
export declare function KUKA_KR6_R700_2({ modelURL, ...props }: RobotModelProps): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export declare namespace KUKA_KR6_R700_2 {
|
|
4
|
+
var config: {
|
|
5
|
+
rotationOffsets: number[];
|
|
6
|
+
rotationSign: number[];
|
|
7
|
+
};
|
|
8
|
+
}
|
|
3
9
|
//# sourceMappingURL=KUKA_KR6_R700_2.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KUKA_KR6_R700_2.d.ts","sourceRoot":"","sources":["../../../src/components/robots/KUKA_KR6_R700_2.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;
|
|
1
|
+
{"version":3,"file":"KUKA_KR6_R700_2.d.ts","sourceRoot":"","sources":["../../../src/components/robots/KUKA_KR6_R700_2.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AA4B9C,wBAAgB,eAAe,CAAC,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,eAAe,2CAsItE;yBAtIe,eAAe"}
|