@operato/scene-manufacturing 1.3.0

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 (53) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/README.md +13 -0
  3. package/assets/favicon.ico +0 -0
  4. package/assets/images/spinner.png +0 -0
  5. package/db.sqlite +0 -0
  6. package/dist/editors/index.d.ts +0 -0
  7. package/dist/editors/index.js +2 -0
  8. package/dist/editors/index.js.map +1 -0
  9. package/dist/groups/index.d.ts +0 -0
  10. package/dist/groups/index.js +2 -0
  11. package/dist/groups/index.js.map +1 -0
  12. package/dist/index.d.ts +1 -0
  13. package/dist/index.js +2 -0
  14. package/dist/index.js.map +1 -0
  15. package/dist/libs/format.d.ts +7 -0
  16. package/dist/libs/format.js +42 -0
  17. package/dist/libs/format.js.map +1 -0
  18. package/dist/tact-timer.d.ts +16 -0
  19. package/dist/tact-timer.js +141 -0
  20. package/dist/tact-timer.js.map +1 -0
  21. package/dist/templates/index.d.ts +17 -0
  22. package/dist/templates/index.js +3 -0
  23. package/dist/templates/index.js.map +1 -0
  24. package/dist/templates/tact-timer.d.ts +17 -0
  25. package/dist/templates/tact-timer.js +18 -0
  26. package/dist/templates/tact-timer.js.map +1 -0
  27. package/helps/scene/component/manufacturing/tact-timer.ja.md +34 -0
  28. package/helps/scene/component/manufacturing/tact-timer.ko.md +34 -0
  29. package/helps/scene/component/manufacturing/tact-timer.md +34 -0
  30. package/helps/scene/component/manufacturing/tact-timer.ms.md +34 -0
  31. package/helps/scene/component/manufacturing/tact-timer.zh.md +34 -0
  32. package/icons/tact-timer.png +0 -0
  33. package/logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json +25 -0
  34. package/logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json +15 -0
  35. package/logs/application-2023-12-01-00.log +9 -0
  36. package/logs/application-2023-12-01-01.log +3 -0
  37. package/logs/application-2023-12-01-02.log +1 -0
  38. package/logs/connections-2023-12-01-00.log +41 -0
  39. package/package.json +61 -0
  40. package/schema.graphql +3963 -0
  41. package/src/index.ts +1 -0
  42. package/src/libs/format.ts +47 -0
  43. package/src/tact-timer.ts +184 -0
  44. package/src/templates/index.ts +3 -0
  45. package/src/templates/tact-timer.ts +18 -0
  46. package/things-scene.config.js +5 -0
  47. package/translations/en.json +10 -0
  48. package/translations/ja.json +10 -0
  49. package/translations/ko.json +9 -0
  50. package/translations/ms.json +10 -0
  51. package/translations/zh.json +10 -0
  52. package/tsconfig.json +21 -0
  53. package/tsconfig.tsbuildinfo +1 -0
@@ -0,0 +1,41 @@
1
+ 2023-12-01T00:38:32+09:00 info: Initializing ConnectionManager...
2
+ 2023-12-01T00:38:32+09:00 info: Connector 'echo-back-server' started to ready
3
+ 2023-12-01T00:38:32+09:00 info: Connector 'echo-back' started to ready
4
+ 2023-12-01T00:38:32+09:00 info: Connector 'http-connector' started to ready
5
+ 2023-12-01T00:38:32+09:00 info: Connector 'graphql-connector' started to ready
6
+ 2023-12-01T00:38:32+09:00 info: Connector 'sqlite-connector' started to ready
7
+ 2023-12-01T00:38:32+09:00 info: Connector 'postgresql-connector' started to ready
8
+ 2023-12-01T00:38:32+09:00 info: Connector 'mqtt-connector' started to ready
9
+ 2023-12-01T00:38:32+09:00 info: Connector 'mssql-connector' started to ready
10
+ 2023-12-01T00:38:32+09:00 info: Connector 'oracle-connector' started to ready
11
+ 2023-12-01T00:38:32+09:00 info: Connector 'mysql-connector' started to ready
12
+ 2023-12-01T00:38:32+09:00 info: Connector 'socket-server' started to ready
13
+ 2023-12-01T00:38:32+09:00 info: Connector 'operato-connector' started to ready
14
+ 2023-12-01T00:38:32+09:00 info: Connector 'msgraph-connector' started to ready
15
+ 2023-12-01T00:38:32+09:00 info: echo-back-servers are ready
16
+ 2023-12-01T00:38:32+09:00 info: echo-back connections are ready
17
+ 2023-12-01T00:38:32+09:00 info: http-connector connections are ready
18
+ 2023-12-01T00:38:32+09:00 info: graphql-connector connections are ready
19
+ 2023-12-01T00:38:32+09:00 info: sqlite-connector connections are ready
20
+ 2023-12-01T00:38:32+09:00 info: postgresql-connector connections are ready
21
+ 2023-12-01T00:38:32+09:00 info: mqtt-connector connections are ready
22
+ 2023-12-01T00:38:32+09:00 info: mssql-connector connections are ready
23
+ 2023-12-01T00:38:32+09:00 info: oracle-connector connections are ready
24
+ 2023-12-01T00:38:32+09:00 info: mysql-connector connections are ready
25
+ 2023-12-01T00:38:32+09:00 info: socket servers are ready
26
+ 2023-12-01T00:38:32+09:00 info: graphql-connector connections are ready
27
+ 2023-12-01T00:38:32+09:00 info: msgraph-connector connections are ready
28
+ 2023-12-01T00:38:32+09:00 info: All connector for 'echo-back-server' ready
29
+ 2023-12-01T00:38:32+09:00 info: All connector for 'echo-back' ready
30
+ 2023-12-01T00:38:32+09:00 info: All connector for 'http-connector' ready
31
+ 2023-12-01T00:38:32+09:00 info: All connector for 'graphql-connector' ready
32
+ 2023-12-01T00:38:32+09:00 info: All connector for 'sqlite-connector' ready
33
+ 2023-12-01T00:38:32+09:00 info: All connector for 'postgresql-connector' ready
34
+ 2023-12-01T00:38:32+09:00 info: All connector for 'mqtt-connector' ready
35
+ 2023-12-01T00:38:32+09:00 info: All connector for 'mssql-connector' ready
36
+ 2023-12-01T00:38:32+09:00 info: All connector for 'oracle-connector' ready
37
+ 2023-12-01T00:38:32+09:00 info: All connector for 'mysql-connector' ready
38
+ 2023-12-01T00:38:32+09:00 info: All connector for 'socket-server' ready
39
+ 2023-12-01T00:38:32+09:00 info: All connector for 'operato-connector' ready
40
+ 2023-12-01T00:38:32+09:00 info: All connector for 'msgraph-connector' ready
41
+ 2023-12-01T00:38:32+09:00 info: ConnectionManager initialization done:
package/package.json ADDED
@@ -0,0 +1,61 @@
1
+ {
2
+ "name": "@operato/scene-manufacturing",
3
+ "description": "Things scene components for manufacturing industry",
4
+ "version": "1.3.0",
5
+ "license": "MIT",
6
+ "things-scene": true,
7
+ "author": "heartyoh",
8
+ "main": "dist/index.js",
9
+ "module": "dist/index.js",
10
+ "publishConfig": {
11
+ "access": "public",
12
+ "@oprato:registry": "https://registry.npmjs.org"
13
+ },
14
+ "repository": {
15
+ "type": "git",
16
+ "url": "git+https://github.com/things-scene/operato-scene.git",
17
+ "directory": "packages/manufacturing"
18
+ },
19
+ "scripts": {
20
+ "serve": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"things-factory-dev\"",
21
+ "serve:dev": "npm run serve",
22
+ "start": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wds\"",
23
+ "build": "tsc",
24
+ "prepublish": "tsc",
25
+ "lint": "eslint --ext .ts,.html . --ignore-path .gitignore && prettier \"**/*.ts\" --check --ignore-path .gitignore",
26
+ "format": "eslint --ext .ts,.html . --fix --ignore-path .gitignore && prettier \"**/*.ts\" --write --ignore-path .gitignore",
27
+ "migration": "things-factory-migration"
28
+ },
29
+ "dependencies": {
30
+ "@hatiolab/things-scene": "^3.0.19"
31
+ },
32
+ "devDependencies": {
33
+ "@hatiolab/prettier-config": "^1.0.0",
34
+ "@things-factory/builder": "^6.0.0",
35
+ "@things-factory/operato-board": "^6.0.0",
36
+ "@typescript-eslint/eslint-plugin": "^4.33.0",
37
+ "@typescript-eslint/parser": "^4.33.0",
38
+ "@web/dev-server": "^0.1.28",
39
+ "concurrently": "^8.0.1",
40
+ "eslint": "^8.39.0",
41
+ "eslint-config-prettier": "^8.3.0",
42
+ "husky": "^8.0.3",
43
+ "lint-staged": "^13.2.2",
44
+ "prettier": "^2.4.1",
45
+ "tslib": "^2.3.1",
46
+ "typescript": "^5.0.4"
47
+ },
48
+ "prettier": "@hatiolab/prettier-config",
49
+ "husky": {
50
+ "hooks": {
51
+ "pre-commit": "lint-staged"
52
+ }
53
+ },
54
+ "lint-staged": {
55
+ "*.ts": [
56
+ "eslint --fix",
57
+ "prettier --write"
58
+ ]
59
+ },
60
+ "gitHead": "35f9568443e5b9e3c26c974bb8cd49029ec6d3c5"
61
+ }