@operato/scene-visualizer 10.0.0-beta.4 → 10.0.0-beta.8

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 (49) hide show
  1. package/dist/editors/index.d.ts +1 -0
  2. package/dist/editors/index.js +5 -0
  3. package/dist/editors/index.js.map +1 -1
  4. package/dist/editors/property-editor-gltf-fill-targets.d.ts +4 -1
  5. package/dist/editors/property-editor-gltf-fill-targets.js +178 -74
  6. package/dist/editors/property-editor-gltf-fill-targets.js.map +1 -1
  7. package/dist/editors/property-editor-gltf-info.d.ts +19 -4
  8. package/dist/editors/property-editor-gltf-info.js +279 -84
  9. package/dist/editors/property-editor-gltf-info.js.map +1 -1
  10. package/dist/editors/property-editor-gltf-play-targets.d.ts +25 -0
  11. package/dist/editors/property-editor-gltf-play-targets.js +388 -0
  12. package/dist/editors/property-editor-gltf-play-targets.js.map +1 -0
  13. package/dist/index.d.ts +1 -0
  14. package/dist/index.js +1 -0
  15. package/dist/index.js.map +1 -1
  16. package/dist/rack-table-3d.js +1 -0
  17. package/dist/rack-table-3d.js.map +1 -1
  18. package/dist/rack-table.js +13 -0
  19. package/dist/rack-table.js.map +1 -1
  20. package/dist/rack.d.ts +6 -0
  21. package/dist/rack.js +10 -1
  22. package/dist/rack.js.map +1 -1
  23. package/dist/stock-hub.d.ts +25 -0
  24. package/dist/stock-hub.js +147 -0
  25. package/dist/stock-hub.js.map +1 -0
  26. package/dist/stock.d.ts +2 -0
  27. package/dist/stock.js +22 -33
  28. package/dist/stock.js.map +1 -1
  29. package/dist/templates/index.d.ts +0 -41
  30. package/dist/templates/index.js +2 -0
  31. package/dist/templates/index.js.map +1 -1
  32. package/dist/templates/rack-table.d.ts +2 -0
  33. package/dist/templates/rack-table.js +4 -2
  34. package/dist/templates/rack-table.js.map +1 -1
  35. package/dist/templates/stock-hub.d.ts +14 -0
  36. package/dist/templates/stock-hub.js +15 -0
  37. package/dist/templates/stock-hub.js.map +1 -0
  38. package/dist/templates/visualizer.js +1 -1
  39. package/dist/templates/visualizer.js.map +1 -1
  40. package/dist/visualizer.d.ts +2 -1
  41. package/dist/visualizer.js +47 -48
  42. package/dist/visualizer.js.map +1 -1
  43. package/icons/stock-hub.png +0 -0
  44. package/package.json +2 -2
  45. package/translations/en.json +6 -0
  46. package/translations/ja.json +5 -0
  47. package/translations/ko.json +6 -1
  48. package/translations/ms.json +5 -0
  49. package/translations/zh.json +5 -0
@@ -16,7 +16,12 @@
16
16
  "label.camera-x": "camera X",
17
17
  "label.camera-y": "camera Y",
18
18
  "label.camera-z": "camera Z",
19
+ "label.gltf-info": "GLTF Info",
19
20
  "label.gltf-file-info": "file info.",
21
+ "label.fill-targets": "Fill Targets",
22
+ "label.no-gltf-meshes": "No meshes available",
23
+ "label.original-ratio": "Original Ratio",
24
+ "label.fit-ratio": "Fit Ratio",
20
25
  "label.gamma-factor": "gamma factor",
21
26
  "label.section-digits": "section digits",
22
27
  "label.shelf-locations": "shelf locations",
@@ -16,7 +16,12 @@
16
16
  "label.camera-x": "摄像机X",
17
17
  "label.camera-y": "摄像机Y",
18
18
  "label.camera-z": "摄像机Z",
19
+ "label.gltf-info": "GLTF信息",
19
20
  "label.gltf-file-info": "文件信息",
21
+ "label.fill-targets": "颜色目标",
22
+ "label.no-gltf-meshes": "没有可用的网格",
23
+ "label.original-ratio": "原始比例",
24
+ "label.fit-ratio": "比例适配",
20
25
  "label.gamma-factor": "伽马因子",
21
26
  "label.section-digits": "部门数字",
22
27
  "label.shelf-locations": "货架位置",