@operato/scene-visualizer 10.0.0-beta.7 → 10.0.0-beta.9
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/dist/editors/index.d.ts +2 -0
- package/dist/editors/index.js +10 -0
- package/dist/editors/index.js.map +1 -1
- package/dist/editors/property-editor-gltf-fill-targets.d.ts +4 -1
- package/dist/editors/property-editor-gltf-fill-targets.js +178 -74
- package/dist/editors/property-editor-gltf-fill-targets.js.map +1 -1
- package/dist/editors/property-editor-gltf-info.d.ts +19 -4
- package/dist/editors/property-editor-gltf-info.js +279 -84
- package/dist/editors/property-editor-gltf-info.js.map +1 -1
- package/dist/editors/property-editor-gltf-play-targets.d.ts +25 -0
- package/dist/editors/property-editor-gltf-play-targets.js +388 -0
- package/dist/editors/property-editor-gltf-play-targets.js.map +1 -0
- package/dist/editors/property-editor-stocker-location.d.ts +13 -0
- package/dist/editors/property-editor-stocker-location.js +151 -0
- package/dist/editors/property-editor-stocker-location.js.map +1 -0
- package/dist/editors/property-editor-stocker-ports.d.ts +8 -0
- package/dist/editors/property-editor-stocker-ports.js +112 -0
- package/dist/editors/property-editor-stocker-ports.js.map +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/stocker-3d.d.ts +23 -0
- package/dist/stocker-3d.js +352 -0
- package/dist/stocker-3d.js.map +1 -0
- package/dist/stocker-port-3d.d.ts +14 -0
- package/dist/stocker-port-3d.js +80 -0
- package/dist/stocker-port-3d.js.map +1 -0
- package/dist/stocker-port.d.ts +254 -0
- package/dist/stocker-port.js +123 -0
- package/dist/stocker-port.js.map +1 -0
- package/dist/stocker.d.ts +340 -0
- package/dist/stocker.js +370 -0
- package/dist/stocker.js.map +1 -0
- package/dist/templates/index.d.ts +40 -0
- package/dist/templates/index.js +5 -1
- package/dist/templates/index.js.map +1 -1
- package/dist/templates/stocker-port.d.ts +17 -0
- package/dist/templates/stocker-port.js +17 -0
- package/dist/templates/stocker-port.js.map +1 -0
- package/dist/templates/stocker.d.ts +27 -0
- package/dist/templates/stocker.js +38 -0
- package/dist/templates/stocker.js.map +1 -0
- package/package.json +2 -2
- package/translations/en.json +6 -0
- package/translations/ja.json +5 -0
- package/translations/ko.json +6 -1
- package/translations/ms.json +5 -0
- package/translations/zh.json +5 -0
package/translations/en.json
CHANGED
|
@@ -16,7 +16,13 @@
|
|
|
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",
|
|
25
|
+
"label.play-targets": "Play Targets",
|
|
20
26
|
"label.gamma-factor": "gamma factor",
|
|
21
27
|
"label.section-digits": "section digits",
|
|
22
28
|
"label.shelf-locations": "shelf locations",
|
package/translations/ja.json
CHANGED
|
@@ -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": "棚の位置",
|
package/translations/ko.json
CHANGED
|
@@ -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": "
|
|
19
|
+
"label.gltf-info": "GLTF 정보",
|
|
20
|
+
"label.fill-targets": "색상 적용 대상",
|
|
21
|
+
"label.no-gltf-meshes": "메시가 없습니다",
|
|
22
|
+
"label.original-ratio": "원본 비율",
|
|
23
|
+
"label.fit-ratio": "비율 맞춤",
|
|
24
|
+
"label.play-targets": "재생 대상",
|
|
20
25
|
"label.gamma-factor": "감마 인자",
|
|
21
26
|
"label.section-digits": "섹션 넘버링",
|
|
22
27
|
"label.shelf-locations": "선반 로케이션",
|
package/translations/ms.json
CHANGED
|
@@ -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",
|
package/translations/zh.json
CHANGED
|
@@ -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": "货架位置",
|