@operato/scene-manufacturing 1.3.17 → 1.3.19
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 +18 -0
- package/db.sqlite +0 -0
- package/dist/tact-timer.d.ts +7 -3
- package/dist/tact-timer.js +102 -21
- package/dist/tact-timer.js.map +1 -1
- package/dist/templates/index.d.ts +9 -0
- package/dist/templates/tact-timer.d.ts +9 -0
- package/dist/templates/tact-timer.js +10 -1
- package/dist/templates/tact-timer.js.map +1 -1
- package/helps/scene/component/manufacturing/tact-timer.ja.md +50 -16
- package/helps/scene/component/manufacturing/tact-timer.ko.md +61 -24
- package/helps/scene/component/manufacturing/tact-timer.md +52 -15
- package/helps/scene/component/manufacturing/tact-timer.ms.md +49 -12
- package/helps/scene/component/manufacturing/tact-timer.zh.md +50 -13
- package/icons/tact-timer-mask.svg +33 -0
- package/logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json +23 -3
- package/logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json +25 -0
- package/logs/application-2024-07-05-08.log +105 -0
- package/logs/application-2024-07-05-12.log +105 -0
- package/logs/application-2024-07-06-01.log +105 -0
- package/logs/application-2024-07-06-03.log +105 -0
- package/logs/{application-2024-06-27-22.log → application-2024-07-06-11.log} +8 -9
- package/logs/connections-2024-07-05-08.log +50 -0
- package/logs/connections-2024-07-05-12.log +50 -0
- package/logs/connections-2024-07-06-01.log +50 -0
- package/logs/connections-2024-07-06-03.log +50 -0
- package/logs/connections-2024-07-06-11.log +47 -0
- package/package.json +2 -2
- package/src/tact-timer.ts +108 -27
- package/src/templates/tact-timer.ts +10 -1
- package/translations/en.json +5 -1
- package/translations/ja.json +6 -2
- package/translations/ko.json +5 -1
- package/translations/ms.json +6 -2
- package/translations/zh.json +6 -2
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -13,6 +13,15 @@ export default {
|
|
|
13
13
|
height: 40,
|
|
14
14
|
fontSize: 80,
|
|
15
15
|
lineWidth: 1,
|
|
16
|
-
round: 10
|
|
16
|
+
round: 10,
|
|
17
|
+
showProgress: true,
|
|
18
|
+
showTimer: true,
|
|
19
|
+
progressDirection: 'decrease',
|
|
20
|
+
increaseProgressColor: 'green',
|
|
21
|
+
decreaseProgressColor: 'red',
|
|
22
|
+
increaseFontColor: 'navy',
|
|
23
|
+
decreaseFontColor: 'orange',
|
|
24
|
+
underThresholdColor: 'yellow',
|
|
25
|
+
progressThreshold: 30
|
|
17
26
|
}
|
|
18
27
|
}
|
package/translations/en.json
CHANGED
|
@@ -7,5 +7,9 @@
|
|
|
7
7
|
"label.progress-direction": "Progress Direction",
|
|
8
8
|
"label.progress-threshold": "Progress Threshold",
|
|
9
9
|
"label.tact-time": "Tact Time",
|
|
10
|
-
"label.under-threshold-color": "Under Threshold Color"
|
|
10
|
+
"label.under-threshold-color": "Under Threshold Color",
|
|
11
|
+
"label.show-progress": "show progress",
|
|
12
|
+
"label.show-timer": "show timer",
|
|
13
|
+
"label.start-time": "start time",
|
|
14
|
+
"label.end-time": "end time"
|
|
11
15
|
}
|
package/translations/ja.json
CHANGED
|
@@ -6,6 +6,10 @@
|
|
|
6
6
|
"label.increase-progress-color": "進行色の増加",
|
|
7
7
|
"label.progress-direction": "進行方向",
|
|
8
8
|
"label.progress-threshold": "進行閾値",
|
|
9
|
-
"label.tact-time": "
|
|
10
|
-
"label.under-threshold-color": "閾値以下の色"
|
|
9
|
+
"label.tact-time": "標準所要時間",
|
|
10
|
+
"label.under-threshold-color": "閾値以下の色",
|
|
11
|
+
"label.show-progress": "進捗を表示",
|
|
12
|
+
"label.show-timer": "タイマーを表示",
|
|
13
|
+
"label.start-time": "開始時間",
|
|
14
|
+
"label.end-time": "終了時間"
|
|
11
15
|
}
|
package/translations/ko.json
CHANGED
|
@@ -7,5 +7,9 @@
|
|
|
7
7
|
"label.progress-direction": "진행 방향",
|
|
8
8
|
"label.progress-threshold": "진행 임계값",
|
|
9
9
|
"label.tact-time": "tact time",
|
|
10
|
-
"label.under-threshold-color": "임계이하 색상"
|
|
10
|
+
"label.under-threshold-color": "임계이하 색상",
|
|
11
|
+
"label.show-progress": "진행색상 보이기",
|
|
12
|
+
"label.show-timer": "타이머 보이기",
|
|
13
|
+
"label.start-time": "시작 시간",
|
|
14
|
+
"label.end-time": "완료 시간"
|
|
11
15
|
}
|
package/translations/ms.json
CHANGED
|
@@ -6,6 +6,10 @@
|
|
|
6
6
|
"label.increase-progress-color": "warna kemajuan meningkat",
|
|
7
7
|
"label.progress-direction": "arah kemajuan",
|
|
8
8
|
"label.progress-threshold": "ambang kemajuan",
|
|
9
|
-
"label.tact-time": "
|
|
10
|
-
"label.under-threshold-color": "warna bawah ambang"
|
|
9
|
+
"label.tact-time": "masa standard",
|
|
10
|
+
"label.under-threshold-color": "warna bawah ambang",
|
|
11
|
+
"label.show-progress": "tunjuk kemajuan",
|
|
12
|
+
"label.show-timer": "tunjuk pemasa",
|
|
13
|
+
"label.start-time": "masa mula",
|
|
14
|
+
"label.end-time": "masa tamat"
|
|
11
15
|
}
|
package/translations/zh.json
CHANGED
|
@@ -6,6 +6,10 @@
|
|
|
6
6
|
"label.increase-progress-color": "增加进度颜色",
|
|
7
7
|
"label.progress-direction": "进度方向",
|
|
8
8
|
"label.progress-threshold": "进度阈值",
|
|
9
|
-
"label.tact-time": "
|
|
10
|
-
"label.under-threshold-color": "低于阈值颜色"
|
|
9
|
+
"label.tact-time": "标准耗时",
|
|
10
|
+
"label.under-threshold-color": "低于阈值颜色",
|
|
11
|
+
"label.show-progress": "显示进度",
|
|
12
|
+
"label.show-timer": "显示计时器",
|
|
13
|
+
"label.start-time": "开始时间",
|
|
14
|
+
"label.end-time": "完成时间"
|
|
11
15
|
}
|