@operato/scene-storage 10.0.0-beta.48 → 10.0.0-beta.53

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 (78) hide show
  1. package/CHANGELOG.md +36 -0
  2. package/dist/box.js +2 -2
  3. package/dist/box.js.map +1 -1
  4. package/dist/index.d.ts +9 -0
  5. package/dist/index.js +6 -0
  6. package/dist/index.js.map +1 -1
  7. package/dist/pallet.js +2 -2
  8. package/dist/pallet.js.map +1 -1
  9. package/dist/parcel.js +2 -2
  10. package/dist/parcel.js.map +1 -1
  11. package/dist/picking-station-3d.d.ts +20 -0
  12. package/dist/picking-station-3d.js +162 -0
  13. package/dist/picking-station-3d.js.map +1 -0
  14. package/dist/picking-station.d.ts +50 -0
  15. package/dist/picking-station.js +186 -0
  16. package/dist/picking-station.js.map +1 -0
  17. package/dist/rack-capability.d.ts +11 -0
  18. package/dist/rack-capability.js +25 -0
  19. package/dist/rack-capability.js.map +1 -0
  20. package/dist/rack-grid.d.ts +4 -22
  21. package/dist/rack-grid.js +23 -115
  22. package/dist/rack-grid.js.map +1 -1
  23. package/dist/spot.d.ts +1 -0
  24. package/dist/spot.js +6 -2
  25. package/dist/spot.js.map +1 -1
  26. package/dist/stockpile-3d.d.ts +55 -0
  27. package/dist/stockpile-3d.js +387 -0
  28. package/dist/stockpile-3d.js.map +1 -0
  29. package/dist/stockpile-grid-3d.d.ts +30 -0
  30. package/dist/stockpile-grid-3d.js +301 -0
  31. package/dist/stockpile-grid-3d.js.map +1 -0
  32. package/dist/stockpile-grid.d.ts +85 -0
  33. package/dist/stockpile-grid.js +361 -0
  34. package/dist/stockpile-grid.js.map +1 -0
  35. package/dist/stockpile.d.ts +116 -0
  36. package/dist/stockpile.js +345 -0
  37. package/dist/stockpile.js.map +1 -0
  38. package/dist/storage-rack.d.ts +39 -44
  39. package/dist/storage-rack.js +71 -146
  40. package/dist/storage-rack.js.map +1 -1
  41. package/dist/templates/index.d.ts +80 -0
  42. package/dist/templates/index.js +7 -1
  43. package/dist/templates/index.js.map +1 -1
  44. package/dist/templates/picking-station.d.ts +20 -0
  45. package/dist/templates/picking-station.js +22 -0
  46. package/dist/templates/picking-station.js.map +1 -0
  47. package/dist/templates/stockpile-grid.d.ts +37 -0
  48. package/dist/templates/stockpile-grid.js +38 -0
  49. package/dist/templates/stockpile-grid.js.map +1 -0
  50. package/dist/templates/stockpile.d.ts +29 -0
  51. package/dist/templates/stockpile.js +31 -0
  52. package/dist/templates/stockpile.js.map +1 -0
  53. package/package.json +3 -3
  54. package/src/box.ts +2 -1
  55. package/src/index.ts +14 -0
  56. package/src/pallet.ts +2 -1
  57. package/src/parcel.ts +2 -1
  58. package/src/picking-station-3d.ts +164 -0
  59. package/src/picking-station.ts +220 -0
  60. package/src/rack-capability.ts +26 -0
  61. package/src/rack-grid.ts +24 -108
  62. package/src/spot.ts +15 -1
  63. package/src/stockpile-3d.ts +412 -0
  64. package/src/stockpile-grid-3d.ts +327 -0
  65. package/src/stockpile-grid.ts +408 -0
  66. package/src/stockpile.ts +427 -0
  67. package/src/storage-rack.ts +82 -137
  68. package/src/templates/index.ts +7 -1
  69. package/src/templates/picking-station.ts +23 -0
  70. package/src/templates/stockpile-grid.ts +39 -0
  71. package/src/templates/stockpile.ts +32 -0
  72. package/test/test-rack-capability.ts +51 -0
  73. package/translations/en.json +23 -6
  74. package/translations/ja.json +23 -6
  75. package/translations/ko.json +22 -5
  76. package/translations/ms.json +23 -6
  77. package/translations/zh.json +22 -5
  78. package/tsconfig.tsbuildinfo +1 -1
@@ -10,12 +10,10 @@
10
10
  "component.mobile-storage-rack": "rak mudah alih",
11
11
  "component.spot": "titik",
12
12
  "component.generic-container": "bekas",
13
-
14
13
  "label.tracking-id": "ID penjejakan",
15
14
  "label.material": "bahan",
16
15
  "label.depth": "kedalaman",
17
16
  "label.fill": "isi",
18
-
19
17
  "label.bays": "bay",
20
18
  "label.levels": "tingkat",
21
19
  "label.rows": "baris",
@@ -39,8 +37,7 @@
39
37
  "label.stock-scale": "skala stok",
40
38
  "label.legend-target": "sasaran legenda",
41
39
  "label.shelf-base-height": "tinggi asas rak",
42
-
43
- "label.status": "status",
40
+ "label.status": "Status",
44
41
  "label.simulate": "simulasi",
45
42
  "label.speed": "kelajuan",
46
43
  "label.bound-holders": "pemegang terikat",
@@ -51,7 +48,6 @@
51
48
  "label.fork-extension": "lanjutan garpu",
52
49
  "label.fork-lift": "angkat garpu",
53
50
  "label.pocket-depth": "kedalaman poket",
54
-
55
51
  "option.idle": "menunggu",
56
52
  "option.moving": "bergerak",
57
53
  "option.loading": "memuat",
@@ -64,5 +60,26 @@
64
60
  "option.multi": "berbilang",
65
61
  "option.bulk": "pukal",
66
62
  "option.wood": "kayu",
67
- "option.plastic": "plastik"
63
+ "option.plastic": "plastik",
64
+ "component.stockpile": "Stokpil",
65
+ "component.stockpile-grid": "Grid Stokpil",
66
+ "label.stack-pattern": "Pola Susunan",
67
+ "label.carrier-preset": "Pratetap Pembawa",
68
+ "label.carrier-width": "Lebar Pembawa",
69
+ "label.carrier-height": "Tinggi Pembawa",
70
+ "label.carrier-depth": "Kedalaman Pembawa",
71
+ "label.carrier-gap": "Jarak Pembawa",
72
+ "label.capacity": "Kapasiti",
73
+ "label.stack-height-limit": "Had Tinggi Susunan",
74
+ "label.pick-policy": "Dasar Ambil",
75
+ "label.cols": "Lajur",
76
+ "label.cell-width": "Lebar Sel",
77
+ "label.cell-height": "Tinggi Sel",
78
+ "component.picking-station": "Stesen Pengambilan",
79
+ "label.processing-time-ms": "Masa Proses (ms)",
80
+ "component.container": "kontena",
81
+ "component.wood pallet": "palet kayu",
82
+ "component.plastic pallet": "palet plastik",
83
+ "component.wood box": "kotak kayu",
84
+ "component.plastic box": "kotak plastik"
68
85
  }
@@ -10,12 +10,10 @@
10
10
  "component.mobile-storage-rack": "移动货架",
11
11
  "component.spot": "位点",
12
12
  "component.generic-container": "容器",
13
-
14
13
  "label.tracking-id": "追踪ID",
15
14
  "label.material": "材质",
16
15
  "label.depth": "深度",
17
16
  "label.fill": "填充",
18
-
19
17
  "label.bays": "隔位数",
20
18
  "label.levels": "层数",
21
19
  "label.rows": "行",
@@ -39,7 +37,6 @@
39
37
  "label.stock-scale": "库存比例",
40
38
  "label.legend-target": "图例对象",
41
39
  "label.shelf-base-height": "货架基准高度",
42
-
43
40
  "label.status": "状态",
44
41
  "label.simulate": "模拟",
45
42
  "label.speed": "速度",
@@ -51,7 +48,6 @@
51
48
  "label.fork-extension": "叉伸",
52
49
  "label.fork-lift": "叉升",
53
50
  "label.pocket-depth": "口袋深度",
54
-
55
51
  "option.idle": "待机",
56
52
  "option.moving": "移动中",
57
53
  "option.loading": "装载中",
@@ -64,5 +60,26 @@
64
60
  "option.multi": "多重",
65
61
  "option.bulk": "批量",
66
62
  "option.wood": "木质",
67
- "option.plastic": "塑料"
63
+ "option.plastic": "塑料",
64
+ "component.stockpile": "平地堆放",
65
+ "component.stockpile-grid": "平地堆放网格",
66
+ "label.stack-pattern": "堆叠方式",
67
+ "label.carrier-preset": "载具预设",
68
+ "label.carrier-width": "载具宽度",
69
+ "label.carrier-height": "载具高度",
70
+ "label.carrier-depth": "载具深度",
71
+ "label.carrier-gap": "载具间距",
72
+ "label.capacity": "容量",
73
+ "label.stack-height-limit": "堆叠层数限制",
74
+ "label.pick-policy": "出库策略",
75
+ "label.cols": "列数",
76
+ "label.cell-width": "单元宽度",
77
+ "label.cell-height": "单元高度",
78
+ "component.picking-station": "拣选工作站",
79
+ "label.processing-time-ms": "处理时间 (ms)",
80
+ "component.container": "容器",
81
+ "component.wood pallet": "木质托盘",
82
+ "component.plastic pallet": "塑料托盘",
83
+ "component.wood box": "木质箱",
84
+ "component.plastic box": "塑料箱"
68
85
  }