@operato/scene-transport 10.0.0-beta.26 → 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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,15 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [10.0.0-beta.28](https://github.com/things-scene/operato-scene/compare/v10.0.0-beta.27...v10.0.0-beta.28) (2026-05-05)
7
+
8
+
9
+ ### :rocket: New Features
10
+
11
+ * **icons:** 컴포넌트 아이콘 전면 정비 + 템플릿 아이콘 연결 ([d44547a](https://github.com/things-scene/operato-scene/commit/d44547a83644a9c9297117a903e73ec37685a748))
12
+
13
+
14
+
6
15
  ## [10.0.0-beta.26](https://github.com/things-scene/operato-scene/compare/v10.0.0-beta.25...v10.0.0-beta.26) (2026-05-03)
7
16
 
8
17
 
@@ -65,6 +65,7 @@ declare const _default: ({
65
65
  type: string;
66
66
  description: string;
67
67
  group: string;
68
+ icon: string;
68
69
  model: {
69
70
  type: string;
70
71
  top: number;
@@ -81,6 +82,5 @@ declare const _default: ({
81
82
  depth?: undefined;
82
83
  battery?: undefined;
83
84
  };
84
- icon?: undefined;
85
85
  })[];
86
86
  export default _default;
@@ -9,6 +9,7 @@ const forklift = new URL('../../icons/forklift.png', import.meta.url).href;
9
9
  const worker = new URL('../../icons/worker.png', import.meta.url).href;
10
10
  const agv = new URL('../../icons/agv.png', import.meta.url).href;
11
11
  const tugger = new URL('../../icons/tugger.png', import.meta.url).href;
12
+ const transport = new URL('../../icons/transport.png', import.meta.url).href;
12
13
  export default [
13
14
  {
14
15
  type: 'forklift',
@@ -76,6 +77,7 @@ export default [
76
77
  type: 'transport',
77
78
  description: 'GLB-based transport (configure gltfUrl)',
78
79
  group: 'transport',
80
+ icon: transport,
79
81
  model: {
80
82
  type: 'transport',
81
83
  top: 100,
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/templates/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,MAAM,QAAQ,GAAG,IAAI,GAAG,CAAC,0BAA0B,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAA;AAC1E,MAAM,MAAM,GAAG,IAAI,GAAG,CAAC,wBAAwB,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAA;AACtE,MAAM,GAAG,GAAG,IAAI,GAAG,CAAC,qBAAqB,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAA;AAChE,MAAM,MAAM,GAAG,IAAI,GAAG,CAAC,wBAAwB,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAA;AAGtE,eAAe;IACb;QACE,IAAI,EAAE,UAAU;QAChB,WAAW,EAAE,gBAAgB;QAC7B,KAAK,EAAE,WAAW;QAClB,IAAI,EAAE,QAAQ;QACd,KAAK,EAAE;YACL,IAAI,EAAE,UAAU;YAChB,GAAG,EAAE,GAAG;YACR,IAAI,EAAE,GAAG;YACT,KAAK,EAAE,EAAE;YACT,MAAM,EAAE,EAAE;YACV,MAAM,EAAE,MAAM;YACd,UAAU,EAAE,CAAC;SACd;KACF;IACD;QACE,IAAI,EAAE,QAAQ;QACd,WAAW,EAAE,cAAc;QAC3B,KAAK,EAAE,WAAW;QAClB,IAAI,EAAE,MAAM;QACZ,KAAK,EAAE;YACL,IAAI,EAAE,QAAQ;YACd,GAAG,EAAE,GAAG;YACR,IAAI,EAAE,GAAG;YACT,KAAK,EAAE,EAAE;YACT,MAAM,EAAE,EAAE;YACV,KAAK,EAAE,EAAE;YACT,MAAM,EAAE,MAAM;SACf;KACF;IACD;QACE,IAAI,EAAE,KAAK;QACX,WAAW,EAAE,qCAAqC;QAClD,KAAK,EAAE,WAAW;QAClB,IAAI,EAAE,GAAG;QACT,KAAK,EAAE;YACL,IAAI,EAAE,KAAK;YACX,GAAG,EAAE,GAAG;YACR,IAAI,EAAE,GAAG;YACT,KAAK,EAAE,EAAE;YACT,MAAM,EAAE,EAAE;YACV,MAAM,EAAE,MAAM;YACd,OAAO,EAAE,CAAC;SACX;KACF;IACD;QACE,IAAI,EAAE,QAAQ;QACd,WAAW,EAAE,6BAA6B;QAC1C,KAAK,EAAE,WAAW;QAClB,IAAI,EAAE,MAAM;QACZ,KAAK,EAAE;YACL,IAAI,EAAE,QAAQ;YACd,GAAG,EAAE,GAAG;YACR,IAAI,EAAE,GAAG;YACT,KAAK,EAAE,EAAE;YACT,MAAM,EAAE,EAAE;YACV,MAAM,EAAE,MAAM;YACd,OAAO,EAAE,CAAC;SACX;KACF;IACD,uDAAuD;IACvD,+DAA+D;IAC/D;QACE,IAAI,EAAE,WAAW;QACjB,WAAW,EAAE,yCAAyC;QACtD,KAAK,EAAE,WAAW;QAClB,KAAK,EAAE;YACL,IAAI,EAAE,WAAW;YACjB,GAAG,EAAE,GAAG;YACR,IAAI,EAAE,IAAI;YACV,KAAK,EAAE,EAAE;YACT,MAAM,EAAE,EAAE;YACV,MAAM,EAAE,MAAM;YACd,OAAO,EAAE,EAAE;YACX,MAAM,EAAE,EAAE;YACV,SAAS,EAAE,EAAE;YACb,cAAc,EAAE,EAAE;YAClB,SAAS,EAAE,EAAE;SACd;KACF;CACF,CAAA","sourcesContent":["/*\n * things-scene catalog templates for the transport domain.\n *\n * Icons reference PNG assets in `packages/transport/icons/`. They are not yet\n * shipped — the catalog will fall back to the default rendering if icons are\n * missing. Add icon files before publishing the catalog publicly.\n */\nconst forklift = new URL('../../icons/forklift.png', import.meta.url).href\nconst worker = new URL('../../icons/worker.png', import.meta.url).href\nconst agv = new URL('../../icons/agv.png', import.meta.url).href\nconst tugger = new URL('../../icons/tugger.png', import.meta.url).href\n\n\nexport default [\n {\n type: 'forklift',\n description: 'forklift truck',\n group: 'transport',\n icon: forklift,\n model: {\n type: 'forklift',\n top: 100,\n left: 100,\n width: 40,\n height: 60,\n status: 'idle',\n forkHeight: 0\n }\n },\n {\n type: 'worker',\n description: 'human worker',\n group: 'transport',\n icon: worker,\n model: {\n type: 'worker',\n top: 100,\n left: 300,\n width: 10,\n height: 10,\n depth: 60,\n status: 'idle'\n }\n },\n {\n type: 'agv',\n description: 'payload AGV (unit-load, Kiva-style)',\n group: 'transport',\n icon: agv,\n model: {\n type: 'agv',\n top: 100,\n left: 500,\n width: 40,\n height: 40,\n status: 'idle',\n battery: 1\n }\n },\n {\n type: 'tugger',\n description: 'tugger AGV (towing tractor)',\n group: 'transport',\n icon: tugger,\n model: {\n type: 'tugger',\n top: 100,\n left: 800,\n width: 50,\n height: 50,\n status: 'idle',\n battery: 1\n }\n },\n // GLB 기반 범용 운송차량 — 사용자가 gltfUrl + mounts/actuators 설정.\n // 디폴트는 빈 envelope (wireframe placeholder) — 실제 사용 시 GLB 지정 필수.\n {\n type: 'transport',\n description: 'GLB-based transport (configure gltfUrl)',\n group: 'transport',\n model: {\n type: 'transport',\n top: 100,\n left: 1100,\n width: 60,\n height: 60,\n status: 'idle',\n gltfUrl: '',\n mounts: [],\n actuators: {},\n actuatorValues: {},\n materials: []\n }\n }\n]\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/templates/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,MAAM,QAAQ,GAAG,IAAI,GAAG,CAAC,0BAA0B,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAA;AAC1E,MAAM,MAAM,GAAG,IAAI,GAAG,CAAC,wBAAwB,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAA;AACtE,MAAM,GAAG,GAAG,IAAI,GAAG,CAAC,qBAAqB,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAA;AAChE,MAAM,MAAM,GAAG,IAAI,GAAG,CAAC,wBAAwB,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAA;AACtE,MAAM,SAAS,GAAG,IAAI,GAAG,CAAC,2BAA2B,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAA;AAG5E,eAAe;IACb;QACE,IAAI,EAAE,UAAU;QAChB,WAAW,EAAE,gBAAgB;QAC7B,KAAK,EAAE,WAAW;QAClB,IAAI,EAAE,QAAQ;QACd,KAAK,EAAE;YACL,IAAI,EAAE,UAAU;YAChB,GAAG,EAAE,GAAG;YACR,IAAI,EAAE,GAAG;YACT,KAAK,EAAE,EAAE;YACT,MAAM,EAAE,EAAE;YACV,MAAM,EAAE,MAAM;YACd,UAAU,EAAE,CAAC;SACd;KACF;IACD;QACE,IAAI,EAAE,QAAQ;QACd,WAAW,EAAE,cAAc;QAC3B,KAAK,EAAE,WAAW;QAClB,IAAI,EAAE,MAAM;QACZ,KAAK,EAAE;YACL,IAAI,EAAE,QAAQ;YACd,GAAG,EAAE,GAAG;YACR,IAAI,EAAE,GAAG;YACT,KAAK,EAAE,EAAE;YACT,MAAM,EAAE,EAAE;YACV,KAAK,EAAE,EAAE;YACT,MAAM,EAAE,MAAM;SACf;KACF;IACD;QACE,IAAI,EAAE,KAAK;QACX,WAAW,EAAE,qCAAqC;QAClD,KAAK,EAAE,WAAW;QAClB,IAAI,EAAE,GAAG;QACT,KAAK,EAAE;YACL,IAAI,EAAE,KAAK;YACX,GAAG,EAAE,GAAG;YACR,IAAI,EAAE,GAAG;YACT,KAAK,EAAE,EAAE;YACT,MAAM,EAAE,EAAE;YACV,MAAM,EAAE,MAAM;YACd,OAAO,EAAE,CAAC;SACX;KACF;IACD;QACE,IAAI,EAAE,QAAQ;QACd,WAAW,EAAE,6BAA6B;QAC1C,KAAK,EAAE,WAAW;QAClB,IAAI,EAAE,MAAM;QACZ,KAAK,EAAE;YACL,IAAI,EAAE,QAAQ;YACd,GAAG,EAAE,GAAG;YACR,IAAI,EAAE,GAAG;YACT,KAAK,EAAE,EAAE;YACT,MAAM,EAAE,EAAE;YACV,MAAM,EAAE,MAAM;YACd,OAAO,EAAE,CAAC;SACX;KACF;IACD,uDAAuD;IACvD,+DAA+D;IAC/D;QACE,IAAI,EAAE,WAAW;QACjB,WAAW,EAAE,yCAAyC;QACtD,KAAK,EAAE,WAAW;QAClB,IAAI,EAAE,SAAS;QACf,KAAK,EAAE;YACL,IAAI,EAAE,WAAW;YACjB,GAAG,EAAE,GAAG;YACR,IAAI,EAAE,IAAI;YACV,KAAK,EAAE,EAAE;YACT,MAAM,EAAE,EAAE;YACV,MAAM,EAAE,MAAM;YACd,OAAO,EAAE,EAAE;YACX,MAAM,EAAE,EAAE;YACV,SAAS,EAAE,EAAE;YACb,cAAc,EAAE,EAAE;YAClB,SAAS,EAAE,EAAE;SACd;KACF;CACF,CAAA","sourcesContent":["/*\n * things-scene catalog templates for the transport domain.\n *\n * Icons reference PNG assets in `packages/transport/icons/`. They are not yet\n * shipped — the catalog will fall back to the default rendering if icons are\n * missing. Add icon files before publishing the catalog publicly.\n */\nconst forklift = new URL('../../icons/forklift.png', import.meta.url).href\nconst worker = new URL('../../icons/worker.png', import.meta.url).href\nconst agv = new URL('../../icons/agv.png', import.meta.url).href\nconst tugger = new URL('../../icons/tugger.png', import.meta.url).href\nconst transport = new URL('../../icons/transport.png', import.meta.url).href\n\n\nexport default [\n {\n type: 'forklift',\n description: 'forklift truck',\n group: 'transport',\n icon: forklift,\n model: {\n type: 'forklift',\n top: 100,\n left: 100,\n width: 40,\n height: 60,\n status: 'idle',\n forkHeight: 0\n }\n },\n {\n type: 'worker',\n description: 'human worker',\n group: 'transport',\n icon: worker,\n model: {\n type: 'worker',\n top: 100,\n left: 300,\n width: 10,\n height: 10,\n depth: 60,\n status: 'idle'\n }\n },\n {\n type: 'agv',\n description: 'payload AGV (unit-load, Kiva-style)',\n group: 'transport',\n icon: agv,\n model: {\n type: 'agv',\n top: 100,\n left: 500,\n width: 40,\n height: 40,\n status: 'idle',\n battery: 1\n }\n },\n {\n type: 'tugger',\n description: 'tugger AGV (towing tractor)',\n group: 'transport',\n icon: tugger,\n model: {\n type: 'tugger',\n top: 100,\n left: 800,\n width: 50,\n height: 50,\n status: 'idle',\n battery: 1\n }\n },\n // GLB 기반 범용 운송차량 — 사용자가 gltfUrl + mounts/actuators 설정.\n // 디폴트는 빈 envelope (wireframe placeholder) — 실제 사용 시 GLB 지정 필수.\n {\n type: 'transport',\n description: 'GLB-based transport (configure gltfUrl)',\n group: 'transport',\n icon: transport,\n model: {\n type: 'transport',\n top: 100,\n left: 1100,\n width: 60,\n height: 60,\n status: 'idle',\n gltfUrl: '',\n mounts: [],\n actuators: {},\n actuatorValues: {},\n materials: []\n }\n }\n]\n"]}
package/icons/agv.png CHANGED
Binary file
Binary file
Binary file
Binary file
package/icons/tugger.png CHANGED
Binary file
package/icons/worker.png CHANGED
Binary file
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@operato/scene-transport",
3
3
  "description": "Transport-domain components for things-scene (smart factory / logistics) — forklift, worker, AGV.",
4
4
  "author": "heartyoh",
5
- "version": "10.0.0-beta.26",
5
+ "version": "10.0.0-beta.28",
6
6
  "type": "module",
7
7
  "main": "dist/index.js",
8
8
  "module": "dist/index.js",
@@ -45,5 +45,5 @@
45
45
  "typescript": "^5.0.4"
46
46
  },
47
47
  "prettier": "@hatiolab/prettier-config",
48
- "gitHead": "abfdc2f8fe36fe7ad24e56a07626722a1192a422"
48
+ "gitHead": "40634f9afc681d852d6028a329cedb51cc4fb94f"
49
49
  }
@@ -9,6 +9,7 @@ const forklift = new URL('../../icons/forklift.png', import.meta.url).href
9
9
  const worker = new URL('../../icons/worker.png', import.meta.url).href
10
10
  const agv = new URL('../../icons/agv.png', import.meta.url).href
11
11
  const tugger = new URL('../../icons/tugger.png', import.meta.url).href
12
+ const transport = new URL('../../icons/transport.png', import.meta.url).href
12
13
 
13
14
 
14
15
  export default [
@@ -78,6 +79,7 @@ export default [
78
79
  type: 'transport',
79
80
  description: 'GLB-based transport (configure gltfUrl)',
80
81
  group: 'transport',
82
+ icon: transport,
81
83
  model: {
82
84
  type: 'transport',
83
85
  top: 100,