@operato/scene-manufacturing 10.0.0-beta.24 → 10.0.0-beta.28
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,6 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
// icon is drawn.
|
|
3
|
-
const icon = new URL('../../icons/tact-timer.png', import.meta.url).href;
|
|
1
|
+
const icon = new URL('../../icons/robot-arm.png', import.meta.url).href;
|
|
4
2
|
export default {
|
|
5
3
|
type: 'robot-arm',
|
|
6
4
|
description: 'articulated robot arm — configurable kinematic chain with style/gripper options and IK',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"robot-arm.js","sourceRoot":"","sources":["../../src/templates/robot-arm.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"robot-arm.js","sourceRoot":"","sources":["../../src/templates/robot-arm.ts"],"names":[],"mappings":"AAAA,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,2BAA2B,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAA;AAEvE,eAAe;IACb,IAAI,EAAE,WAAW;IACjB,WAAW,EAAE,wFAAwF;IACrG,KAAK,EAAE,eAAe,CAAC,sIAAsI;IAC7J,IAAI;IACJ,KAAK,EAAE;QACL,IAAI,EAAE,WAAW;QACjB,GAAG,EAAE,GAAG;QACR,IAAI,EAAE,GAAG;QACT,KAAK,EAAE,CAAC;QACR,MAAM,EAAE,CAAC;QACT,KAAK,EAAE,EAAE;QACT,QAAQ,EAAE,CAAC;QACX,UAAU,EAAE,CAAC;QACb,MAAM,EAAE,GAAG;QACX,MAAM,EAAE,EAAE;QACV,MAAM,EAAE,EAAE;QACV,MAAM,EAAE,CAAC,EAAE;QACX,MAAM,EAAE,EAAE;QACV,MAAM,EAAE,EAAE;QACV,KAAK,EAAE,YAAY;QACnB,WAAW,EAAE,mBAAmB;QAChC,WAAW,EAAE,UAAU;QACvB,eAAe,EAAE,KAAK;QACtB,MAAM,EAAE,MAAM;KACf;CACF,CAAA","sourcesContent":["const icon = new URL('../../icons/robot-arm.png', import.meta.url).href\n\nexport default {\n type: 'robot-arm',\n description: 'articulated robot arm — configurable kinematic chain with style/gripper options and IK',\n group: 'manufacturing' /* line|shape|textAndMedia|chartAndGauge|table|container|dataSource|3D|facility|storage|conveyance|transport|manufacturing|form|etc */,\n icon,\n model: {\n type: 'robot-arm',\n top: 200,\n left: 200,\n width: 5,\n height: 5,\n depth: 80,\n rotation: 0,\n linkRadius: 2,\n joint0: 106,\n joint1: 48,\n joint2: 31,\n joint3: -26,\n joint4: 48,\n joint5: 29,\n style: 'industrial',\n chainPreset: '6-axis-industrial',\n gripperType: 'parallel',\n showReachSphere: false,\n status: 'idle'\n }\n}\n"]}
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@operato/scene-manufacturing",
|
|
3
3
|
"description": "Things scene components for manufacturing industry",
|
|
4
|
-
"version": "10.0.0-beta.
|
|
4
|
+
"version": "10.0.0-beta.28",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"things-scene": true,
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"prettier --write"
|
|
62
62
|
]
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "40634f9afc681d852d6028a329cedb51cc4fb94f"
|
|
65
65
|
}
|
package/icons/tact-timer.png
DELETED
|
Binary file
|