@operato/scene-manufacturing 2.0.0-alpha.4 → 2.0.0-alpha.5

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
+ ## [2.0.0-alpha.5](https://github.com/things-scene/operato-scene/compare/v2.0.0-alpha.4...v2.0.0-alpha.5) (2024-03-21)
7
+
8
+
9
+ ### :bug: Bug Fix
10
+
11
+ * 컴포넌트 명 다국어 ([fbc26d9](https://github.com/things-scene/operato-scene/commit/fbc26d9fb24e858541598ba55e2b8d33f2df8d8a))
12
+
13
+
14
+
6
15
  ## [2.0.0-alpha.4](https://github.com/things-scene/operato-scene/compare/v2.0.0-alpha.3...v2.0.0-alpha.4) (2024-03-21)
7
16
 
8
17
 
@@ -1,6 +1,6 @@
1
1
  const icon = new URL('../../icons/tact-timer.png', import.meta.url).href;
2
2
  export default {
3
- type: 'tact timer',
3
+ type: 'tact-timer',
4
4
  description: 'tact timer',
5
5
  group: 'etc' /* line|shape|textAndMedia|chartAndGauge|table|container|dataSource|IoT|3D|warehouse|form|etc */,
6
6
  icon,
@@ -1 +1 @@
1
- {"version":3,"file":"tact-timer.js","sourceRoot":"","sources":["../../src/templates/tact-timer.ts"],"names":[],"mappings":"AAAA,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,4BAA4B,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAA;AAExE,eAAe;IACb,IAAI,EAAE,YAAY;IAClB,WAAW,EAAE,YAAY;IACzB,KAAK,EAAE,KAAK,CAAC,gGAAgG;IAC7G,IAAI;IACJ,KAAK,EAAE;QACL,IAAI,EAAE,YAAY;QAClB,IAAI,EAAE,GAAG;QACT,GAAG,EAAE,GAAG;QACR,KAAK,EAAE,GAAG;QACV,MAAM,EAAE,EAAE;QACV,QAAQ,EAAE,EAAE;QACZ,SAAS,EAAE,CAAC;QACZ,KAAK,EAAE,EAAE;KACV;CACF,CAAA","sourcesContent":["const icon = new URL('../../icons/tact-timer.png', import.meta.url).href\n\nexport default {\n type: 'tact timer',\n description: 'tact timer',\n group: 'etc' /* line|shape|textAndMedia|chartAndGauge|table|container|dataSource|IoT|3D|warehouse|form|etc */,\n icon,\n model: {\n type: 'tact-timer',\n left: 100,\n top: 100,\n width: 200,\n height: 40,\n fontSize: 80,\n lineWidth: 1,\n round: 10\n }\n}\n"]}
1
+ {"version":3,"file":"tact-timer.js","sourceRoot":"","sources":["../../src/templates/tact-timer.ts"],"names":[],"mappings":"AAAA,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,4BAA4B,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAA;AAExE,eAAe;IACb,IAAI,EAAE,YAAY;IAClB,WAAW,EAAE,YAAY;IACzB,KAAK,EAAE,KAAK,CAAC,gGAAgG;IAC7G,IAAI;IACJ,KAAK,EAAE;QACL,IAAI,EAAE,YAAY;QAClB,IAAI,EAAE,GAAG;QACT,GAAG,EAAE,GAAG;QACR,KAAK,EAAE,GAAG;QACV,MAAM,EAAE,EAAE;QACV,QAAQ,EAAE,EAAE;QACZ,SAAS,EAAE,CAAC;QACZ,KAAK,EAAE,EAAE;KACV;CACF,CAAA","sourcesContent":["const icon = new URL('../../icons/tact-timer.png', import.meta.url).href\n\nexport default {\n type: 'tact-timer',\n description: 'tact timer',\n group: 'etc' /* line|shape|textAndMedia|chartAndGauge|table|container|dataSource|IoT|3D|warehouse|form|etc */,\n icon,\n model: {\n type: 'tact-timer',\n left: 100,\n top: 100,\n width: 200,\n height: 40,\n fontSize: 80,\n lineWidth: 1,\n round: 10\n }\n}\n"]}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@operato/scene-manufacturing",
3
3
  "description": "Things scene components for manufacturing industry",
4
- "version": "2.0.0-alpha.4",
4
+ "version": "2.0.0-alpha.5",
5
5
  "license": "MIT",
6
6
  "things-scene": true,
7
7
  "author": "heartyoh",
@@ -57,5 +57,5 @@
57
57
  "prettier --write"
58
58
  ]
59
59
  },
60
- "gitHead": "751900a110419fae2198a915227700738256bcab"
60
+ "gitHead": "e8b65fee1f8aad537df4670ec6a9a88606673b3e"
61
61
  }
@@ -1,7 +1,7 @@
1
1
  const icon = new URL('../../icons/tact-timer.png', import.meta.url).href
2
2
 
3
3
  export default {
4
- type: 'tact timer',
4
+ type: 'tact-timer',
5
5
  description: 'tact timer',
6
6
  group: 'etc' /* line|shape|textAndMedia|chartAndGauge|table|container|dataSource|IoT|3D|warehouse|form|etc */,
7
7
  icon,
@@ -1,5 +1,5 @@
1
1
  {
2
- "component.tact-timer": "tact-timer",
2
+ "component.tact-timer": "tact timer",
3
3
  "label.decrease-progress-color": "Decrease Progress Color",
4
4
  "label.decrese-font-color": "Decrease Font Color",
5
5
  "label.format": "Format",
@@ -1,5 +1,5 @@
1
1
  {
2
- "component.tact-timer": "tact-timer",
2
+ "component.tact-timer": "tact timer",
3
3
  "label.decrease-progress-color": "進行色の減少",
4
4
  "label.decrese-font-color": "フォント色の減少",
5
5
  "label.format": "フォーマット",
@@ -1,5 +1,5 @@
1
1
  {
2
- "component.tact-timer": "tact-timer",
2
+ "component.tact-timer": "tact timer",
3
3
  "label.decrease-progress-color": "감소 진행색상",
4
4
  "label.decrese-font-color": "감소 폰트색상",
5
5
  "label.format": "포맷",
@@ -1,5 +1,5 @@
1
1
  {
2
- "component.tact-timer": "tact-timer",
2
+ "component.tact-timer": "tact timer",
3
3
  "label.decrease-progress-color": "warna kemajuan menurun",
4
4
  "label.decrese-font-color": "warna fon menurun",
5
5
  "label.format": "format",
@@ -1,5 +1,5 @@
1
1
  {
2
- "component.tact-timer": "tact-timer",
2
+ "component.tact-timer": "tact timer",
3
3
  "label.decrease-progress-color": "减少进度颜色",
4
4
  "label.decrese-font-color": "减少字体颜色",
5
5
  "label.format": "格式",