@operato/scene-manufacturing 10.0.0-beta.46 → 10.0.0-beta.47

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/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.46",
4
+ "version": "10.0.0-beta.47",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "things-scene": true,
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@hatiolab/things-scene": "^10.0.0-beta.1",
33
- "@operato/scene-base": "^10.0.0-beta.46",
33
+ "@operato/scene-base": "^10.0.0-beta.47",
34
34
  "three": "^0.183.0"
35
35
  },
36
36
  "devDependencies": {
@@ -66,5 +66,5 @@
66
66
  "prettier --write"
67
67
  ]
68
68
  },
69
- "gitHead": "5243b617d527c60dd320cfee4037eab4389d974a"
69
+ "gitHead": "153a7b98b92b1f03d8e5612ad2ef8cc8c7c3a345"
70
70
  }
@@ -20,5 +20,8 @@
20
20
  "label.link-radius": "Link Radius",
21
21
  "label.gripper-type": "Gripper Type",
22
22
  "label.show-reach-sphere": "Show Reach Sphere",
23
+ "label.status": "Status",
24
+ "label.auto-start": "Auto Start",
25
+ "label.round": "Round",
23
26
  "component.spot": "spot"
24
27
  }
@@ -20,5 +20,8 @@
20
20
  "label.link-radius": "リンク半径",
21
21
  "label.gripper-type": "グリッパー種別",
22
22
  "label.show-reach-sphere": "到達範囲表示",
23
+ "label.status": "状態",
24
+ "label.auto-start": "自動開始",
25
+ "label.round": "角の半径",
23
26
  "component.spot": "配置スポット"
24
27
  }
@@ -20,5 +20,8 @@
20
20
  "label.link-radius": "링크 반경",
21
21
  "label.gripper-type": "그리퍼 유형",
22
22
  "label.show-reach-sphere": "도달 범위 표시",
23
+ "label.status": "상태",
24
+ "label.auto-start": "자동 시작",
25
+ "label.round": "모서리 반경",
23
26
  "component.spot": "거치 위치"
24
27
  }
@@ -20,5 +20,8 @@
20
20
  "label.link-radius": "Jejari Pautan",
21
21
  "label.gripper-type": "Jenis Penggenggam",
22
22
  "label.show-reach-sphere": "Tunjukkan Jarak Capaian",
23
+ "label.status": "Status",
24
+ "label.auto-start": "Mula Auto",
25
+ "label.round": "Jejari Sudut",
23
26
  "component.spot": "tempat letak"
24
27
  }
@@ -20,5 +20,8 @@
20
20
  "label.link-radius": "连杆半径",
21
21
  "label.gripper-type": "夹爪类型",
22
22
  "label.show-reach-sphere": "显示工作半径",
23
+ "label.status": "状态",
24
+ "label.auto-start": "自动开始",
25
+ "label.round": "圆角半径",
23
26
  "component.spot": "放置点"
24
27
  }