@operato/scene-scichart 7.2.1 → 7.2.3
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/charts/ox-scichart-multiple.js +11 -4
- package/dist/charts/ox-scichart-multiple.js.map +1 -1
- package/dist/charts/ox-scichart.js +1 -1
- package/dist/charts/ox-scichart.js.map +1 -1
- package/dist/charts/scichart-builder.d.ts +5 -1
- package/dist/charts/scichart-builder.js +34 -15
- package/dist/charts/scichart-builder.js.map +1 -1
- package/logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json +9 -9
- package/logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json +15 -0
- package/logs/{application-2024-07-31-09.log → application-2024-08-02-17.log} +8 -8
- package/logs/{application-2024-07-29-14.log → application-2024-08-02-18.log} +8 -8
- package/logs/application-2024-08-03-01.log +210 -0
- package/logs/connections-2024-08-02-17.log +50 -0
- package/logs/connections-2024-08-02-18.log +50 -0
- package/logs/connections-2024-08-03-01.log +100 -0
- package/package.json +2 -2
- package/src/charts/ox-scichart-multiple.ts +19 -10
- package/src/charts/ox-scichart.ts +1 -1
- package/src/charts/scichart-builder.ts +37 -13
- package/tsconfig.tsbuildinfo +1 -1
- package/cache/translations/system/en.json +0 -1
- package/cache/translations/system/ko.json +0 -1
- package/logs/application-2024-07-29-16.log +0 -105
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
2024-
|
|
2
|
-
2024-
|
|
1
|
+
2024-08-02T18:03:38+09:00 info: File Storage is Ready.
|
|
2
|
+
2024-08-02T18:03:39+09:00 error: Error: Cannot find module 'oracledb'
|
|
3
3
|
Require stack:
|
|
4
4
|
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/integration-base/dist-server/engine/connector/oracle-connector.js
|
|
5
5
|
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/integration-base/dist-server/engine/connector/index.js
|
|
@@ -25,7 +25,7 @@ Require stack:
|
|
|
25
25
|
at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
|
|
26
26
|
at Module.load (node:internal/modules/cjs/loader:1208:32)
|
|
27
27
|
at Module._load (node:internal/modules/cjs/loader:1024:12)
|
|
28
|
-
2024-
|
|
28
|
+
2024-08-02T18:03:39+09:00 error: Error: Cannot find module 'oracledb'
|
|
29
29
|
Require stack:
|
|
30
30
|
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/integration-base/dist-server/engine/task/oracle-procedure.js
|
|
31
31
|
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/integration-base/dist-server/engine/task/index.js
|
|
@@ -51,7 +51,7 @@ Require stack:
|
|
|
51
51
|
at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
|
|
52
52
|
at Module.load (node:internal/modules/cjs/loader:1208:32)
|
|
53
53
|
at Module._load (node:internal/modules/cjs/loader:1024:12)
|
|
54
|
-
2024-
|
|
54
|
+
2024-08-02T18:03:39+09:00 error: Error: Cannot find module '@thiagoelg/node-printer'
|
|
55
55
|
Require stack:
|
|
56
56
|
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/board-service/dist-server/controllers/print.js
|
|
57
57
|
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/board-service/dist-server/controllers/index.js
|
|
@@ -76,7 +76,7 @@ Require stack:
|
|
|
76
76
|
at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
|
|
77
77
|
at Module.load (node:internal/modules/cjs/loader:1208:32)
|
|
78
78
|
at Module._load (node:internal/modules/cjs/loader:1024:12)
|
|
79
|
-
2024-
|
|
79
|
+
2024-08-02T18:03:39+09:00 error: Error: Cannot find module '@thiagoelg/node-printer'
|
|
80
80
|
Require stack:
|
|
81
81
|
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/print-service/dist-server/middlewares/index.js
|
|
82
82
|
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/print-service/dist-server/index.js
|
|
@@ -100,6 +100,6 @@ Require stack:
|
|
|
100
100
|
at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
|
|
101
101
|
at Module.load (node:internal/modules/cjs/loader:1208:32)
|
|
102
102
|
at Module._load (node:internal/modules/cjs/loader:1024:12)
|
|
103
|
-
2024-
|
|
104
|
-
2024-
|
|
105
|
-
2024-
|
|
103
|
+
2024-08-02T18:03:40+09:00 info: Default DataSource established
|
|
104
|
+
2024-08-02T18:03:40+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
105
|
+
2024-08-02T18:03:40+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
@@ -0,0 +1,210 @@
|
|
|
1
|
+
2024-08-03T01:15:09+09:00 info: File Storage is Ready.
|
|
2
|
+
2024-08-03T01:15:10+09:00 error: Error: Cannot find module 'oracledb'
|
|
3
|
+
Require stack:
|
|
4
|
+
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/integration-base/dist-server/engine/connector/oracle-connector.js
|
|
5
|
+
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/integration-base/dist-server/engine/connector/index.js
|
|
6
|
+
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/integration-base/dist-server/engine/index.js
|
|
7
|
+
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/integration-base/dist-server/index.js
|
|
8
|
+
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/env/lib/module-loader.js
|
|
9
|
+
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/env/index.js
|
|
10
|
+
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/shell/dist-server/server-dev.js
|
|
11
|
+
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/shell/bin/things-factory-dev
|
|
12
|
+
at Module._resolveFilename (node:internal/modules/cjs/loader:1145:15)
|
|
13
|
+
at Module._load (node:internal/modules/cjs/loader:986:27)
|
|
14
|
+
at Module.require (node:internal/modules/cjs/loader:1233:19)
|
|
15
|
+
at require (node:internal/modules/helpers:179:18)
|
|
16
|
+
at Object.<anonymous> (/Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/integration-base/dist-server/engine/connector/oracle-connector.js:7:20)
|
|
17
|
+
at Module._compile (node:internal/modules/cjs/loader:1358:14)
|
|
18
|
+
at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
|
|
19
|
+
at Module.load (node:internal/modules/cjs/loader:1208:32)
|
|
20
|
+
at Module._load (node:internal/modules/cjs/loader:1024:12)
|
|
21
|
+
at Module.require (node:internal/modules/cjs/loader:1233:19)
|
|
22
|
+
at require (node:internal/modules/helpers:179:18)
|
|
23
|
+
at Object.<anonymous> (/Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/integration-base/dist-server/engine/connector/index.js:11:1)
|
|
24
|
+
at Module._compile (node:internal/modules/cjs/loader:1358:14)
|
|
25
|
+
at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
|
|
26
|
+
at Module.load (node:internal/modules/cjs/loader:1208:32)
|
|
27
|
+
at Module._load (node:internal/modules/cjs/loader:1024:12)
|
|
28
|
+
2024-08-03T01:15:10+09:00 error: Error: Cannot find module 'oracledb'
|
|
29
|
+
Require stack:
|
|
30
|
+
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/integration-base/dist-server/engine/task/oracle-procedure.js
|
|
31
|
+
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/integration-base/dist-server/engine/task/index.js
|
|
32
|
+
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/integration-base/dist-server/engine/index.js
|
|
33
|
+
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/integration-base/dist-server/index.js
|
|
34
|
+
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/env/lib/module-loader.js
|
|
35
|
+
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/env/index.js
|
|
36
|
+
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/shell/dist-server/server-dev.js
|
|
37
|
+
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/shell/bin/things-factory-dev
|
|
38
|
+
at Module._resolveFilename (node:internal/modules/cjs/loader:1145:15)
|
|
39
|
+
at Module._load (node:internal/modules/cjs/loader:986:27)
|
|
40
|
+
at Module.require (node:internal/modules/cjs/loader:1233:19)
|
|
41
|
+
at require (node:internal/modules/helpers:179:18)
|
|
42
|
+
at Object.<anonymous> (/Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/integration-base/dist-server/engine/task/oracle-procedure.js:9:20)
|
|
43
|
+
at Module._compile (node:internal/modules/cjs/loader:1358:14)
|
|
44
|
+
at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
|
|
45
|
+
at Module.load (node:internal/modules/cjs/loader:1208:32)
|
|
46
|
+
at Module._load (node:internal/modules/cjs/loader:1024:12)
|
|
47
|
+
at Module.require (node:internal/modules/cjs/loader:1233:19)
|
|
48
|
+
at require (node:internal/modules/helpers:179:18)
|
|
49
|
+
at Object.<anonymous> (/Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/integration-base/dist-server/engine/task/index.js:43:1)
|
|
50
|
+
at Module._compile (node:internal/modules/cjs/loader:1358:14)
|
|
51
|
+
at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
|
|
52
|
+
at Module.load (node:internal/modules/cjs/loader:1208:32)
|
|
53
|
+
at Module._load (node:internal/modules/cjs/loader:1024:12)
|
|
54
|
+
2024-08-03T01:15:10+09:00 error: Error: Cannot find module '@thiagoelg/node-printer'
|
|
55
|
+
Require stack:
|
|
56
|
+
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/board-service/dist-server/controllers/print.js
|
|
57
|
+
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/board-service/dist-server/controllers/index.js
|
|
58
|
+
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/board-service/dist-server/index.js
|
|
59
|
+
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/env/lib/module-loader.js
|
|
60
|
+
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/env/index.js
|
|
61
|
+
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/shell/dist-server/server-dev.js
|
|
62
|
+
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/shell/bin/things-factory-dev
|
|
63
|
+
at Module._resolveFilename (node:internal/modules/cjs/loader:1145:15)
|
|
64
|
+
at Module._load (node:internal/modules/cjs/loader:986:27)
|
|
65
|
+
at Module.require (node:internal/modules/cjs/loader:1233:19)
|
|
66
|
+
at require (node:internal/modules/helpers:179:18)
|
|
67
|
+
at Object.<anonymous> (/Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/board-service/dist-server/controllers/print.js:10:17)
|
|
68
|
+
at Module._compile (node:internal/modules/cjs/loader:1358:14)
|
|
69
|
+
at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
|
|
70
|
+
at Module.load (node:internal/modules/cjs/loader:1208:32)
|
|
71
|
+
at Module._load (node:internal/modules/cjs/loader:1024:12)
|
|
72
|
+
at Module.require (node:internal/modules/cjs/loader:1233:19)
|
|
73
|
+
at require (node:internal/modules/helpers:179:18)
|
|
74
|
+
at Object.<anonymous> (/Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/board-service/dist-server/controllers/index.js:4:17)
|
|
75
|
+
at Module._compile (node:internal/modules/cjs/loader:1358:14)
|
|
76
|
+
at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
|
|
77
|
+
at Module.load (node:internal/modules/cjs/loader:1208:32)
|
|
78
|
+
at Module._load (node:internal/modules/cjs/loader:1024:12)
|
|
79
|
+
2024-08-03T01:15:11+09:00 error: Error: Cannot find module '@thiagoelg/node-printer'
|
|
80
|
+
Require stack:
|
|
81
|
+
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/print-service/dist-server/middlewares/index.js
|
|
82
|
+
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/print-service/dist-server/index.js
|
|
83
|
+
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/env/lib/module-loader.js
|
|
84
|
+
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/env/index.js
|
|
85
|
+
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/shell/dist-server/server-dev.js
|
|
86
|
+
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/shell/bin/things-factory-dev
|
|
87
|
+
at Module._resolveFilename (node:internal/modules/cjs/loader:1145:15)
|
|
88
|
+
at Module._load (node:internal/modules/cjs/loader:986:27)
|
|
89
|
+
at Module.require (node:internal/modules/cjs/loader:1233:19)
|
|
90
|
+
at require (node:internal/modules/helpers:179:18)
|
|
91
|
+
at Object.<anonymous> (/Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/print-service/dist-server/middlewares/index.js:8:19)
|
|
92
|
+
at Module._compile (node:internal/modules/cjs/loader:1358:14)
|
|
93
|
+
at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
|
|
94
|
+
at Module.load (node:internal/modules/cjs/loader:1208:32)
|
|
95
|
+
at Module._load (node:internal/modules/cjs/loader:1024:12)
|
|
96
|
+
at Module.require (node:internal/modules/cjs/loader:1233:19)
|
|
97
|
+
at require (node:internal/modules/helpers:179:18)
|
|
98
|
+
at Object.<anonymous> (/Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/print-service/dist-server/index.js:4:22)
|
|
99
|
+
at Module._compile (node:internal/modules/cjs/loader:1358:14)
|
|
100
|
+
at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
|
|
101
|
+
at Module.load (node:internal/modules/cjs/loader:1208:32)
|
|
102
|
+
at Module._load (node:internal/modules/cjs/loader:1024:12)
|
|
103
|
+
2024-08-03T01:15:11+09:00 info: Default DataSource established
|
|
104
|
+
2024-08-03T01:15:12+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
105
|
+
2024-08-03T01:15:12+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
106
|
+
2024-08-03T01:44:02+09:00 info: File Storage is Ready.
|
|
107
|
+
2024-08-03T01:44:02+09:00 error: Error: Cannot find module 'oracledb'
|
|
108
|
+
Require stack:
|
|
109
|
+
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/integration-base/dist-server/engine/connector/oracle-connector.js
|
|
110
|
+
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/integration-base/dist-server/engine/connector/index.js
|
|
111
|
+
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/integration-base/dist-server/engine/index.js
|
|
112
|
+
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/integration-base/dist-server/index.js
|
|
113
|
+
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/env/lib/module-loader.js
|
|
114
|
+
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/env/index.js
|
|
115
|
+
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/shell/dist-server/server-dev.js
|
|
116
|
+
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/shell/bin/things-factory-dev
|
|
117
|
+
at Module._resolveFilename (node:internal/modules/cjs/loader:1145:15)
|
|
118
|
+
at Module._load (node:internal/modules/cjs/loader:986:27)
|
|
119
|
+
at Module.require (node:internal/modules/cjs/loader:1233:19)
|
|
120
|
+
at require (node:internal/modules/helpers:179:18)
|
|
121
|
+
at Object.<anonymous> (/Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/integration-base/dist-server/engine/connector/oracle-connector.js:7:20)
|
|
122
|
+
at Module._compile (node:internal/modules/cjs/loader:1358:14)
|
|
123
|
+
at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
|
|
124
|
+
at Module.load (node:internal/modules/cjs/loader:1208:32)
|
|
125
|
+
at Module._load (node:internal/modules/cjs/loader:1024:12)
|
|
126
|
+
at Module.require (node:internal/modules/cjs/loader:1233:19)
|
|
127
|
+
at require (node:internal/modules/helpers:179:18)
|
|
128
|
+
at Object.<anonymous> (/Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/integration-base/dist-server/engine/connector/index.js:11:1)
|
|
129
|
+
at Module._compile (node:internal/modules/cjs/loader:1358:14)
|
|
130
|
+
at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
|
|
131
|
+
at Module.load (node:internal/modules/cjs/loader:1208:32)
|
|
132
|
+
at Module._load (node:internal/modules/cjs/loader:1024:12)
|
|
133
|
+
2024-08-03T01:44:03+09:00 error: Error: Cannot find module 'oracledb'
|
|
134
|
+
Require stack:
|
|
135
|
+
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/integration-base/dist-server/engine/task/oracle-procedure.js
|
|
136
|
+
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/integration-base/dist-server/engine/task/index.js
|
|
137
|
+
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/integration-base/dist-server/engine/index.js
|
|
138
|
+
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/integration-base/dist-server/index.js
|
|
139
|
+
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/env/lib/module-loader.js
|
|
140
|
+
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/env/index.js
|
|
141
|
+
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/shell/dist-server/server-dev.js
|
|
142
|
+
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/shell/bin/things-factory-dev
|
|
143
|
+
at Module._resolveFilename (node:internal/modules/cjs/loader:1145:15)
|
|
144
|
+
at Module._load (node:internal/modules/cjs/loader:986:27)
|
|
145
|
+
at Module.require (node:internal/modules/cjs/loader:1233:19)
|
|
146
|
+
at require (node:internal/modules/helpers:179:18)
|
|
147
|
+
at Object.<anonymous> (/Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/integration-base/dist-server/engine/task/oracle-procedure.js:9:20)
|
|
148
|
+
at Module._compile (node:internal/modules/cjs/loader:1358:14)
|
|
149
|
+
at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
|
|
150
|
+
at Module.load (node:internal/modules/cjs/loader:1208:32)
|
|
151
|
+
at Module._load (node:internal/modules/cjs/loader:1024:12)
|
|
152
|
+
at Module.require (node:internal/modules/cjs/loader:1233:19)
|
|
153
|
+
at require (node:internal/modules/helpers:179:18)
|
|
154
|
+
at Object.<anonymous> (/Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/integration-base/dist-server/engine/task/index.js:43:1)
|
|
155
|
+
at Module._compile (node:internal/modules/cjs/loader:1358:14)
|
|
156
|
+
at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
|
|
157
|
+
at Module.load (node:internal/modules/cjs/loader:1208:32)
|
|
158
|
+
at Module._load (node:internal/modules/cjs/loader:1024:12)
|
|
159
|
+
2024-08-03T01:44:03+09:00 error: Error: Cannot find module '@thiagoelg/node-printer'
|
|
160
|
+
Require stack:
|
|
161
|
+
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/board-service/dist-server/controllers/print.js
|
|
162
|
+
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/board-service/dist-server/controllers/index.js
|
|
163
|
+
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/board-service/dist-server/index.js
|
|
164
|
+
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/env/lib/module-loader.js
|
|
165
|
+
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/env/index.js
|
|
166
|
+
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/shell/dist-server/server-dev.js
|
|
167
|
+
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/shell/bin/things-factory-dev
|
|
168
|
+
at Module._resolveFilename (node:internal/modules/cjs/loader:1145:15)
|
|
169
|
+
at Module._load (node:internal/modules/cjs/loader:986:27)
|
|
170
|
+
at Module.require (node:internal/modules/cjs/loader:1233:19)
|
|
171
|
+
at require (node:internal/modules/helpers:179:18)
|
|
172
|
+
at Object.<anonymous> (/Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/board-service/dist-server/controllers/print.js:10:17)
|
|
173
|
+
at Module._compile (node:internal/modules/cjs/loader:1358:14)
|
|
174
|
+
at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
|
|
175
|
+
at Module.load (node:internal/modules/cjs/loader:1208:32)
|
|
176
|
+
at Module._load (node:internal/modules/cjs/loader:1024:12)
|
|
177
|
+
at Module.require (node:internal/modules/cjs/loader:1233:19)
|
|
178
|
+
at require (node:internal/modules/helpers:179:18)
|
|
179
|
+
at Object.<anonymous> (/Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/board-service/dist-server/controllers/index.js:4:17)
|
|
180
|
+
at Module._compile (node:internal/modules/cjs/loader:1358:14)
|
|
181
|
+
at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
|
|
182
|
+
at Module.load (node:internal/modules/cjs/loader:1208:32)
|
|
183
|
+
at Module._load (node:internal/modules/cjs/loader:1024:12)
|
|
184
|
+
2024-08-03T01:44:03+09:00 error: Error: Cannot find module '@thiagoelg/node-printer'
|
|
185
|
+
Require stack:
|
|
186
|
+
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/print-service/dist-server/middlewares/index.js
|
|
187
|
+
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/print-service/dist-server/index.js
|
|
188
|
+
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/env/lib/module-loader.js
|
|
189
|
+
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/env/index.js
|
|
190
|
+
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/shell/dist-server/server-dev.js
|
|
191
|
+
- /Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/shell/bin/things-factory-dev
|
|
192
|
+
at Module._resolveFilename (node:internal/modules/cjs/loader:1145:15)
|
|
193
|
+
at Module._load (node:internal/modules/cjs/loader:986:27)
|
|
194
|
+
at Module.require (node:internal/modules/cjs/loader:1233:19)
|
|
195
|
+
at require (node:internal/modules/helpers:179:18)
|
|
196
|
+
at Object.<anonymous> (/Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/print-service/dist-server/middlewares/index.js:8:19)
|
|
197
|
+
at Module._compile (node:internal/modules/cjs/loader:1358:14)
|
|
198
|
+
at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
|
|
199
|
+
at Module.load (node:internal/modules/cjs/loader:1208:32)
|
|
200
|
+
at Module._load (node:internal/modules/cjs/loader:1024:12)
|
|
201
|
+
at Module.require (node:internal/modules/cjs/loader:1233:19)
|
|
202
|
+
at require (node:internal/modules/helpers:179:18)
|
|
203
|
+
at Object.<anonymous> (/Users/super/Documents/GitHub/operato-scene/node_modules/@things-factory/print-service/dist-server/index.js:4:22)
|
|
204
|
+
at Module._compile (node:internal/modules/cjs/loader:1358:14)
|
|
205
|
+
at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
|
|
206
|
+
at Module.load (node:internal/modules/cjs/loader:1208:32)
|
|
207
|
+
at Module._load (node:internal/modules/cjs/loader:1024:12)
|
|
208
|
+
2024-08-03T01:44:04+09:00 info: Default DataSource established
|
|
209
|
+
2024-08-03T01:44:05+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
210
|
+
2024-08-03T01:44:05+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
2024-08-02T17:59:53+09:00 info: Initializing ConnectionManager...
|
|
2
|
+
2024-08-02T17:59:53+09:00 info: Connector 'echo-back-server' started to ready
|
|
3
|
+
2024-08-02T17:59:53+09:00 info: Connector 'echo-back' started to ready
|
|
4
|
+
2024-08-02T17:59:53+09:00 info: Connector 'http-connector' started to ready
|
|
5
|
+
2024-08-02T17:59:53+09:00 info: Connector 'graphql-connector' started to ready
|
|
6
|
+
2024-08-02T17:59:53+09:00 info: Connector 'sqlite-connector' started to ready
|
|
7
|
+
2024-08-02T17:59:53+09:00 info: Connector 'postgresql-connector' started to ready
|
|
8
|
+
2024-08-02T17:59:53+09:00 info: Connector 'mqtt-connector' started to ready
|
|
9
|
+
2024-08-02T17:59:53+09:00 info: Connector 'mssql-connector' started to ready
|
|
10
|
+
2024-08-02T17:59:53+09:00 info: Connector 'oracle-connector' started to ready
|
|
11
|
+
2024-08-02T17:59:53+09:00 info: Connector 'mysql-connector' started to ready
|
|
12
|
+
2024-08-02T17:59:53+09:00 info: Connector 'socket-server' started to ready
|
|
13
|
+
2024-08-02T17:59:53+09:00 info: Connector 'operato-connector' started to ready
|
|
14
|
+
2024-08-02T17:59:53+09:00 info: Connector 'email-connector' started to ready
|
|
15
|
+
2024-08-02T17:59:53+09:00 info: Connector 'influxdb-connector' started to ready
|
|
16
|
+
2024-08-02T17:59:53+09:00 info: Connector 'msgraph-connector' started to ready
|
|
17
|
+
2024-08-02T17:59:53+09:00 info: Connector 'proxy-connector' started to ready
|
|
18
|
+
2024-08-02T17:59:53+09:00 info: echo-back-servers are ready
|
|
19
|
+
2024-08-02T17:59:53+09:00 info: echo-back connections are ready
|
|
20
|
+
2024-08-02T17:59:53+09:00 info: http-connector connections are ready
|
|
21
|
+
2024-08-02T17:59:53+09:00 info: graphql-connector connections are ready
|
|
22
|
+
2024-08-02T17:59:53+09:00 info: sqlite-connector connections are ready
|
|
23
|
+
2024-08-02T17:59:53+09:00 info: postgresql-connector connections are ready
|
|
24
|
+
2024-08-02T17:59:53+09:00 info: mqtt-connector connections are ready
|
|
25
|
+
2024-08-02T17:59:53+09:00 info: mssql-connector connections are ready
|
|
26
|
+
2024-08-02T17:59:53+09:00 info: oracle-connector connections are ready
|
|
27
|
+
2024-08-02T17:59:53+09:00 info: mysql-connector connections are ready
|
|
28
|
+
2024-08-02T17:59:53+09:00 info: socket servers are ready
|
|
29
|
+
2024-08-02T17:59:53+09:00 info: operato-connector connections are ready
|
|
30
|
+
2024-08-02T17:59:53+09:00 info: email connections are ready
|
|
31
|
+
2024-08-02T17:59:53+09:00 info: influxdb connections are ready
|
|
32
|
+
2024-08-02T17:59:53+09:00 info: msgraph-connector connections are ready
|
|
33
|
+
2024-08-02T17:59:53+09:00 info: proxy-connector connections are ready
|
|
34
|
+
2024-08-02T17:59:53+09:00 info: All connector for 'echo-back-server' ready
|
|
35
|
+
2024-08-02T17:59:53+09:00 info: All connector for 'echo-back' ready
|
|
36
|
+
2024-08-02T17:59:53+09:00 info: All connector for 'http-connector' ready
|
|
37
|
+
2024-08-02T17:59:53+09:00 info: All connector for 'graphql-connector' ready
|
|
38
|
+
2024-08-02T17:59:53+09:00 info: All connector for 'sqlite-connector' ready
|
|
39
|
+
2024-08-02T17:59:53+09:00 info: All connector for 'postgresql-connector' ready
|
|
40
|
+
2024-08-02T17:59:53+09:00 info: All connector for 'mqtt-connector' ready
|
|
41
|
+
2024-08-02T17:59:53+09:00 info: All connector for 'mssql-connector' ready
|
|
42
|
+
2024-08-02T17:59:53+09:00 info: All connector for 'oracle-connector' ready
|
|
43
|
+
2024-08-02T17:59:53+09:00 info: All connector for 'mysql-connector' ready
|
|
44
|
+
2024-08-02T17:59:53+09:00 info: All connector for 'socket-server' ready
|
|
45
|
+
2024-08-02T17:59:53+09:00 info: All connector for 'operato-connector' ready
|
|
46
|
+
2024-08-02T17:59:53+09:00 info: All connector for 'email-connector' ready
|
|
47
|
+
2024-08-02T17:59:53+09:00 info: All connector for 'influxdb-connector' ready
|
|
48
|
+
2024-08-02T17:59:53+09:00 info: All connector for 'msgraph-connector' ready
|
|
49
|
+
2024-08-02T17:59:53+09:00 info: All connector for 'proxy-connector' ready
|
|
50
|
+
2024-08-02T17:59:53+09:00 info: ConnectionManager initialization done:
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
2024-08-02T18:03:41+09:00 info: Initializing ConnectionManager...
|
|
2
|
+
2024-08-02T18:03:41+09:00 info: Connector 'echo-back-server' started to ready
|
|
3
|
+
2024-08-02T18:03:41+09:00 info: Connector 'echo-back' started to ready
|
|
4
|
+
2024-08-02T18:03:41+09:00 info: Connector 'http-connector' started to ready
|
|
5
|
+
2024-08-02T18:03:41+09:00 info: Connector 'graphql-connector' started to ready
|
|
6
|
+
2024-08-02T18:03:41+09:00 info: Connector 'sqlite-connector' started to ready
|
|
7
|
+
2024-08-02T18:03:41+09:00 info: Connector 'postgresql-connector' started to ready
|
|
8
|
+
2024-08-02T18:03:41+09:00 info: Connector 'mqtt-connector' started to ready
|
|
9
|
+
2024-08-02T18:03:41+09:00 info: Connector 'mssql-connector' started to ready
|
|
10
|
+
2024-08-02T18:03:41+09:00 info: Connector 'oracle-connector' started to ready
|
|
11
|
+
2024-08-02T18:03:41+09:00 info: Connector 'mysql-connector' started to ready
|
|
12
|
+
2024-08-02T18:03:41+09:00 info: Connector 'socket-server' started to ready
|
|
13
|
+
2024-08-02T18:03:41+09:00 info: Connector 'operato-connector' started to ready
|
|
14
|
+
2024-08-02T18:03:41+09:00 info: Connector 'email-connector' started to ready
|
|
15
|
+
2024-08-02T18:03:41+09:00 info: Connector 'influxdb-connector' started to ready
|
|
16
|
+
2024-08-02T18:03:41+09:00 info: Connector 'msgraph-connector' started to ready
|
|
17
|
+
2024-08-02T18:03:41+09:00 info: Connector 'proxy-connector' started to ready
|
|
18
|
+
2024-08-02T18:03:41+09:00 info: echo-back-servers are ready
|
|
19
|
+
2024-08-02T18:03:41+09:00 info: echo-back connections are ready
|
|
20
|
+
2024-08-02T18:03:41+09:00 info: http-connector connections are ready
|
|
21
|
+
2024-08-02T18:03:41+09:00 info: graphql-connector connections are ready
|
|
22
|
+
2024-08-02T18:03:41+09:00 info: sqlite-connector connections are ready
|
|
23
|
+
2024-08-02T18:03:41+09:00 info: postgresql-connector connections are ready
|
|
24
|
+
2024-08-02T18:03:41+09:00 info: mqtt-connector connections are ready
|
|
25
|
+
2024-08-02T18:03:41+09:00 info: mssql-connector connections are ready
|
|
26
|
+
2024-08-02T18:03:41+09:00 info: oracle-connector connections are ready
|
|
27
|
+
2024-08-02T18:03:41+09:00 info: mysql-connector connections are ready
|
|
28
|
+
2024-08-02T18:03:41+09:00 info: socket servers are ready
|
|
29
|
+
2024-08-02T18:03:41+09:00 info: operato-connector connections are ready
|
|
30
|
+
2024-08-02T18:03:41+09:00 info: email connections are ready
|
|
31
|
+
2024-08-02T18:03:41+09:00 info: influxdb connections are ready
|
|
32
|
+
2024-08-02T18:03:41+09:00 info: msgraph-connector connections are ready
|
|
33
|
+
2024-08-02T18:03:41+09:00 info: proxy-connector connections are ready
|
|
34
|
+
2024-08-02T18:03:41+09:00 info: All connector for 'echo-back-server' ready
|
|
35
|
+
2024-08-02T18:03:41+09:00 info: All connector for 'echo-back' ready
|
|
36
|
+
2024-08-02T18:03:41+09:00 info: All connector for 'http-connector' ready
|
|
37
|
+
2024-08-02T18:03:41+09:00 info: All connector for 'graphql-connector' ready
|
|
38
|
+
2024-08-02T18:03:41+09:00 info: All connector for 'sqlite-connector' ready
|
|
39
|
+
2024-08-02T18:03:41+09:00 info: All connector for 'postgresql-connector' ready
|
|
40
|
+
2024-08-02T18:03:41+09:00 info: All connector for 'mqtt-connector' ready
|
|
41
|
+
2024-08-02T18:03:41+09:00 info: All connector for 'mssql-connector' ready
|
|
42
|
+
2024-08-02T18:03:41+09:00 info: All connector for 'oracle-connector' ready
|
|
43
|
+
2024-08-02T18:03:41+09:00 info: All connector for 'mysql-connector' ready
|
|
44
|
+
2024-08-02T18:03:41+09:00 info: All connector for 'socket-server' ready
|
|
45
|
+
2024-08-02T18:03:41+09:00 info: All connector for 'operato-connector' ready
|
|
46
|
+
2024-08-02T18:03:41+09:00 info: All connector for 'email-connector' ready
|
|
47
|
+
2024-08-02T18:03:41+09:00 info: All connector for 'influxdb-connector' ready
|
|
48
|
+
2024-08-02T18:03:41+09:00 info: All connector for 'msgraph-connector' ready
|
|
49
|
+
2024-08-02T18:03:41+09:00 info: All connector for 'proxy-connector' ready
|
|
50
|
+
2024-08-02T18:03:41+09:00 info: ConnectionManager initialization done:
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
2024-08-03T01:15:12+09:00 info: Initializing ConnectionManager...
|
|
2
|
+
2024-08-03T01:15:12+09:00 info: Connector 'echo-back-server' started to ready
|
|
3
|
+
2024-08-03T01:15:12+09:00 info: Connector 'echo-back' started to ready
|
|
4
|
+
2024-08-03T01:15:12+09:00 info: Connector 'http-connector' started to ready
|
|
5
|
+
2024-08-03T01:15:12+09:00 info: Connector 'graphql-connector' started to ready
|
|
6
|
+
2024-08-03T01:15:12+09:00 info: Connector 'sqlite-connector' started to ready
|
|
7
|
+
2024-08-03T01:15:12+09:00 info: Connector 'postgresql-connector' started to ready
|
|
8
|
+
2024-08-03T01:15:12+09:00 info: Connector 'mqtt-connector' started to ready
|
|
9
|
+
2024-08-03T01:15:12+09:00 info: Connector 'mssql-connector' started to ready
|
|
10
|
+
2024-08-03T01:15:12+09:00 info: Connector 'oracle-connector' started to ready
|
|
11
|
+
2024-08-03T01:15:12+09:00 info: Connector 'mysql-connector' started to ready
|
|
12
|
+
2024-08-03T01:15:12+09:00 info: Connector 'socket-server' started to ready
|
|
13
|
+
2024-08-03T01:15:12+09:00 info: Connector 'operato-connector' started to ready
|
|
14
|
+
2024-08-03T01:15:12+09:00 info: Connector 'email-connector' started to ready
|
|
15
|
+
2024-08-03T01:15:12+09:00 info: Connector 'influxdb-connector' started to ready
|
|
16
|
+
2024-08-03T01:15:12+09:00 info: Connector 'msgraph-connector' started to ready
|
|
17
|
+
2024-08-03T01:15:12+09:00 info: Connector 'proxy-connector' started to ready
|
|
18
|
+
2024-08-03T01:15:12+09:00 info: echo-back-servers are ready
|
|
19
|
+
2024-08-03T01:15:12+09:00 info: echo-back connections are ready
|
|
20
|
+
2024-08-03T01:15:12+09:00 info: http-connector connections are ready
|
|
21
|
+
2024-08-03T01:15:12+09:00 info: graphql-connector connections are ready
|
|
22
|
+
2024-08-03T01:15:12+09:00 info: sqlite-connector connections are ready
|
|
23
|
+
2024-08-03T01:15:12+09:00 info: postgresql-connector connections are ready
|
|
24
|
+
2024-08-03T01:15:12+09:00 info: mqtt-connector connections are ready
|
|
25
|
+
2024-08-03T01:15:12+09:00 info: mssql-connector connections are ready
|
|
26
|
+
2024-08-03T01:15:12+09:00 info: oracle-connector connections are ready
|
|
27
|
+
2024-08-03T01:15:12+09:00 info: mysql-connector connections are ready
|
|
28
|
+
2024-08-03T01:15:12+09:00 info: socket servers are ready
|
|
29
|
+
2024-08-03T01:15:12+09:00 info: operato-connector connections are ready
|
|
30
|
+
2024-08-03T01:15:12+09:00 info: email connections are ready
|
|
31
|
+
2024-08-03T01:15:12+09:00 info: influxdb connections are ready
|
|
32
|
+
2024-08-03T01:15:12+09:00 info: msgraph-connector connections are ready
|
|
33
|
+
2024-08-03T01:15:12+09:00 info: proxy-connector connections are ready
|
|
34
|
+
2024-08-03T01:15:12+09:00 info: All connector for 'echo-back-server' ready
|
|
35
|
+
2024-08-03T01:15:12+09:00 info: All connector for 'echo-back' ready
|
|
36
|
+
2024-08-03T01:15:12+09:00 info: All connector for 'http-connector' ready
|
|
37
|
+
2024-08-03T01:15:12+09:00 info: All connector for 'graphql-connector' ready
|
|
38
|
+
2024-08-03T01:15:12+09:00 info: All connector for 'sqlite-connector' ready
|
|
39
|
+
2024-08-03T01:15:12+09:00 info: All connector for 'postgresql-connector' ready
|
|
40
|
+
2024-08-03T01:15:12+09:00 info: All connector for 'mqtt-connector' ready
|
|
41
|
+
2024-08-03T01:15:12+09:00 info: All connector for 'mssql-connector' ready
|
|
42
|
+
2024-08-03T01:15:12+09:00 info: All connector for 'oracle-connector' ready
|
|
43
|
+
2024-08-03T01:15:12+09:00 info: All connector for 'mysql-connector' ready
|
|
44
|
+
2024-08-03T01:15:12+09:00 info: All connector for 'socket-server' ready
|
|
45
|
+
2024-08-03T01:15:12+09:00 info: All connector for 'operato-connector' ready
|
|
46
|
+
2024-08-03T01:15:12+09:00 info: All connector for 'email-connector' ready
|
|
47
|
+
2024-08-03T01:15:12+09:00 info: All connector for 'influxdb-connector' ready
|
|
48
|
+
2024-08-03T01:15:12+09:00 info: All connector for 'msgraph-connector' ready
|
|
49
|
+
2024-08-03T01:15:12+09:00 info: All connector for 'proxy-connector' ready
|
|
50
|
+
2024-08-03T01:15:12+09:00 info: ConnectionManager initialization done:
|
|
51
|
+
2024-08-03T01:44:05+09:00 info: Initializing ConnectionManager...
|
|
52
|
+
2024-08-03T01:44:05+09:00 info: Connector 'echo-back-server' started to ready
|
|
53
|
+
2024-08-03T01:44:05+09:00 info: Connector 'echo-back' started to ready
|
|
54
|
+
2024-08-03T01:44:05+09:00 info: Connector 'http-connector' started to ready
|
|
55
|
+
2024-08-03T01:44:05+09:00 info: Connector 'graphql-connector' started to ready
|
|
56
|
+
2024-08-03T01:44:05+09:00 info: Connector 'sqlite-connector' started to ready
|
|
57
|
+
2024-08-03T01:44:05+09:00 info: Connector 'postgresql-connector' started to ready
|
|
58
|
+
2024-08-03T01:44:05+09:00 info: Connector 'mqtt-connector' started to ready
|
|
59
|
+
2024-08-03T01:44:05+09:00 info: Connector 'mssql-connector' started to ready
|
|
60
|
+
2024-08-03T01:44:05+09:00 info: Connector 'oracle-connector' started to ready
|
|
61
|
+
2024-08-03T01:44:05+09:00 info: Connector 'mysql-connector' started to ready
|
|
62
|
+
2024-08-03T01:44:05+09:00 info: Connector 'socket-server' started to ready
|
|
63
|
+
2024-08-03T01:44:05+09:00 info: Connector 'operato-connector' started to ready
|
|
64
|
+
2024-08-03T01:44:05+09:00 info: Connector 'email-connector' started to ready
|
|
65
|
+
2024-08-03T01:44:05+09:00 info: Connector 'influxdb-connector' started to ready
|
|
66
|
+
2024-08-03T01:44:05+09:00 info: Connector 'msgraph-connector' started to ready
|
|
67
|
+
2024-08-03T01:44:05+09:00 info: Connector 'proxy-connector' started to ready
|
|
68
|
+
2024-08-03T01:44:05+09:00 info: echo-back-servers are ready
|
|
69
|
+
2024-08-03T01:44:05+09:00 info: echo-back connections are ready
|
|
70
|
+
2024-08-03T01:44:05+09:00 info: http-connector connections are ready
|
|
71
|
+
2024-08-03T01:44:05+09:00 info: graphql-connector connections are ready
|
|
72
|
+
2024-08-03T01:44:05+09:00 info: sqlite-connector connections are ready
|
|
73
|
+
2024-08-03T01:44:05+09:00 info: postgresql-connector connections are ready
|
|
74
|
+
2024-08-03T01:44:05+09:00 info: mqtt-connector connections are ready
|
|
75
|
+
2024-08-03T01:44:05+09:00 info: mssql-connector connections are ready
|
|
76
|
+
2024-08-03T01:44:05+09:00 info: oracle-connector connections are ready
|
|
77
|
+
2024-08-03T01:44:05+09:00 info: mysql-connector connections are ready
|
|
78
|
+
2024-08-03T01:44:05+09:00 info: socket servers are ready
|
|
79
|
+
2024-08-03T01:44:05+09:00 info: operato-connector connections are ready
|
|
80
|
+
2024-08-03T01:44:05+09:00 info: email connections are ready
|
|
81
|
+
2024-08-03T01:44:05+09:00 info: influxdb connections are ready
|
|
82
|
+
2024-08-03T01:44:05+09:00 info: msgraph-connector connections are ready
|
|
83
|
+
2024-08-03T01:44:05+09:00 info: proxy-connector connections are ready
|
|
84
|
+
2024-08-03T01:44:05+09:00 info: All connector for 'echo-back-server' ready
|
|
85
|
+
2024-08-03T01:44:05+09:00 info: All connector for 'echo-back' ready
|
|
86
|
+
2024-08-03T01:44:05+09:00 info: All connector for 'http-connector' ready
|
|
87
|
+
2024-08-03T01:44:05+09:00 info: All connector for 'graphql-connector' ready
|
|
88
|
+
2024-08-03T01:44:05+09:00 info: All connector for 'sqlite-connector' ready
|
|
89
|
+
2024-08-03T01:44:05+09:00 info: All connector for 'postgresql-connector' ready
|
|
90
|
+
2024-08-03T01:44:05+09:00 info: All connector for 'mqtt-connector' ready
|
|
91
|
+
2024-08-03T01:44:05+09:00 info: All connector for 'mssql-connector' ready
|
|
92
|
+
2024-08-03T01:44:05+09:00 info: All connector for 'oracle-connector' ready
|
|
93
|
+
2024-08-03T01:44:05+09:00 info: All connector for 'mysql-connector' ready
|
|
94
|
+
2024-08-03T01:44:05+09:00 info: All connector for 'socket-server' ready
|
|
95
|
+
2024-08-03T01:44:05+09:00 info: All connector for 'operato-connector' ready
|
|
96
|
+
2024-08-03T01:44:05+09:00 info: All connector for 'email-connector' ready
|
|
97
|
+
2024-08-03T01:44:05+09:00 info: All connector for 'influxdb-connector' ready
|
|
98
|
+
2024-08-03T01:44:05+09:00 info: All connector for 'msgraph-connector' ready
|
|
99
|
+
2024-08-03T01:44:05+09:00 info: All connector for 'proxy-connector' ready
|
|
100
|
+
2024-08-03T01:44:05+09:00 info: ConnectionManager initialization done:
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@operato/scene-scichart",
|
|
3
3
|
"description": "scichart wrapping component",
|
|
4
|
-
"version": "7.2.
|
|
4
|
+
"version": "7.2.3",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"things-scene": true,
|
|
7
7
|
"author": "heartyoh",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"prettier --write"
|
|
60
60
|
]
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "dd70dc4e80cf4cc5815e3f3e9193d721817e0d6a"
|
|
63
63
|
}
|
|
@@ -2,7 +2,7 @@ import { LitElement, html, css } from 'lit'
|
|
|
2
2
|
import { property, query, customElement } from 'lit/decorators.js'
|
|
3
3
|
import { keyed } from 'lit/directives/keyed.js'
|
|
4
4
|
|
|
5
|
-
import { buildSciChart, buildSciChartOverview } from './scichart-builder'
|
|
5
|
+
import { calculatePrecision, buildSciChart, buildSciChartOverview } from './scichart-builder'
|
|
6
6
|
import { AxisSynchroniser } from './axis-synchronizer'
|
|
7
7
|
import { NumberRange, scaleAxes, SciChartVerticalGroup } from 'scichart'
|
|
8
8
|
|
|
@@ -157,10 +157,14 @@ export class OxSciChartMultiple extends LitElement {
|
|
|
157
157
|
const dataSet = newData.filter((data, index) => dataKey == datasets[index].dataKey!)
|
|
158
158
|
|
|
159
159
|
dataSet.forEach((data, index) => {
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
160
|
+
const filteredData = data.filter(d => typeof d.yValue === 'number')
|
|
161
|
+
|
|
162
|
+
if (filteredData.length > 0) {
|
|
163
|
+
dataSeries[index].appendRange(
|
|
164
|
+
filteredData.map(d => d.xValue),
|
|
165
|
+
filteredData.map(d => d.yValue)
|
|
166
|
+
)
|
|
167
|
+
}
|
|
164
168
|
})
|
|
165
169
|
} catch (error) {
|
|
166
170
|
console.log(error)
|
|
@@ -175,10 +179,13 @@ export class OxSciChartMultiple extends LitElement {
|
|
|
175
179
|
|
|
176
180
|
newData.forEach((data, index) => {
|
|
177
181
|
if (this.visibleSeries.includes(datasets[index].dataKey!)) {
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
+
const filteredData = data.filter(d => typeof d.yValue === 'number')
|
|
183
|
+
if (filteredData.length > 0) {
|
|
184
|
+
this.overviewDataSeries[index].appendRange(
|
|
185
|
+
filteredData.map(d => d.xValue),
|
|
186
|
+
filteredData.map(d => d.yValue)
|
|
187
|
+
)
|
|
188
|
+
}
|
|
182
189
|
}
|
|
183
190
|
})
|
|
184
191
|
|
|
@@ -290,6 +297,8 @@ export class OxSciChartMultiple extends LitElement {
|
|
|
290
297
|
|
|
291
298
|
const { scales } = options
|
|
292
299
|
const { yAxes = [] } = scales || {}
|
|
300
|
+
const { valueFormat } = dataset
|
|
301
|
+
|
|
293
302
|
const yAxis = {
|
|
294
303
|
...yAxes[0],
|
|
295
304
|
axisTitle: dataset?.label
|
|
@@ -314,7 +323,7 @@ export class OxSciChartMultiple extends LitElement {
|
|
|
314
323
|
config,
|
|
315
324
|
container,
|
|
316
325
|
{ fontSize: 14, fontFamily: 'Roboto', fontColor: undefined },
|
|
317
|
-
|
|
326
|
+
{ precision: valueFormat ? calculatePrecision(valueFormat) : undefined }
|
|
318
327
|
))!
|
|
319
328
|
|
|
320
329
|
this.verticalGroup.addSurfaceToGroup(chart.sciChartSurface)
|
|
@@ -47,7 +47,7 @@ export class OxSciChart extends LitElement {
|
|
|
47
47
|
this.chart = null
|
|
48
48
|
}
|
|
49
49
|
|
|
50
|
-
const { chart, dataSeries } = (await buildSciChart(this.config, this.container, {})) || {}
|
|
50
|
+
const { chart, dataSeries } = (await buildSciChart(this.config, this.container, {}, {})) || {}
|
|
51
51
|
|
|
52
52
|
this.chart = chart
|
|
53
53
|
this.dataSeries = dataSeries!
|