@operato/scene-scichart 7.0.7 → 7.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (68) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/db.sqlite +0 -0
  3. package/dist/charts/axis-synchronizer.d.ts +10 -0
  4. package/dist/charts/axis-synchronizer.js +32 -0
  5. package/dist/charts/axis-synchronizer.js.map +1 -0
  6. package/dist/charts/ox-scichart-multiple.d.ts +40 -0
  7. package/dist/charts/ox-scichart-multiple.js +272 -0
  8. package/dist/charts/ox-scichart-multiple.js.map +1 -0
  9. package/dist/charts/ox-scichart.d.ts +1 -1
  10. package/dist/charts/ox-scichart.js.map +1 -1
  11. package/dist/charts/scichart-builder.d.ts +10 -1
  12. package/dist/charts/scichart-builder.js +80 -8
  13. package/dist/charts/scichart-builder.js.map +1 -1
  14. package/dist/index.d.ts +1 -0
  15. package/dist/index.js +1 -0
  16. package/dist/index.js.map +1 -1
  17. package/dist/scichart-multiple-timeseries.d.ts +14 -0
  18. package/dist/scichart-multiple-timeseries.js +60 -0
  19. package/dist/scichart-multiple-timeseries.js.map +1 -0
  20. package/dist/scichart-timeseries.d.ts +2 -11
  21. package/dist/scichart-timeseries.js +2 -42
  22. package/dist/scichart-timeseries.js.map +1 -1
  23. package/dist/templates/index.js +2 -1
  24. package/dist/templates/index.js.map +1 -1
  25. package/dist/templates/scichart-multiple-timeseries.d.ts +53 -0
  26. package/dist/templates/scichart-multiple-timeseries.js +81 -0
  27. package/dist/templates/scichart-multiple-timeseries.js.map +1 -0
  28. package/helps/scene/component/scichart-multiple-timeseries.md +23 -0
  29. package/helps/scene/component/scichart-timeseries.md +18 -0
  30. package/icons/scichart-multiple-timeseries.png +0 -0
  31. package/logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json +11 -6
  32. package/logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json +18 -23
  33. package/logs/{application-2024-07-13-21.log → application-2024-07-28-03.log} +8 -8
  34. package/logs/{application-2024-07-13-20.log → application-2024-07-28-17.log} +32 -36
  35. package/logs/application-2024-07-28-18.log +210 -0
  36. package/logs/connections-2024-07-23-14.log +50 -0
  37. package/logs/connections-2024-07-25-23.log +50 -0
  38. package/logs/connections-2024-07-26-18.log +50 -0
  39. package/logs/connections-2024-07-28-03.log +50 -0
  40. package/logs/connections-2024-07-28-17.log +200 -0
  41. package/logs/connections-2024-07-28-18.log +100 -0
  42. package/package.json +2 -2
  43. package/schema.graphql +112 -0
  44. package/src/charts/axis-synchronizer.ts +37 -0
  45. package/src/charts/ox-scichart-multiple.ts +334 -0
  46. package/src/charts/ox-scichart.ts +1 -1
  47. package/src/charts/scichart-builder.ts +109 -8
  48. package/src/index.ts +1 -0
  49. package/src/scichart-multiple-timeseries.ts +74 -0
  50. package/src/scichart-timeseries.ts +3 -54
  51. package/src/templates/index.ts +2 -1
  52. package/src/templates/scichart-multiple-timeseries.ts +87 -0
  53. package/things-scene.config.js +0 -2
  54. package/translations/en.json +3 -1
  55. package/translations/ja.json +3 -1
  56. package/translations/ko.json +3 -1
  57. package/translations/ms.json +3 -1
  58. package/translations/zh.json +3 -1
  59. package/tsconfig.tsbuildinfo +1 -1
  60. package/cache/translations/system/en.json +0 -1
  61. package/cache/translations/system/ko.json +0 -1
  62. package/logs/connections-2024-07-08-22.log +0 -50
  63. package/logs/connections-2024-07-08-23.log +0 -100
  64. package/logs/connections-2024-07-09-15.log +0 -100
  65. package/logs/connections-2024-07-10-00.log +0 -50
  66. package/logs/connections-2024-07-10-10.log +0 -50
  67. package/logs/connections-2024-07-13-20.log +0 -200
  68. package/logs/connections-2024-07-13-21.log +0 -50
@@ -0,0 +1,50 @@
1
+ 2024-07-28T03:05:29+09:00 info: Initializing ConnectionManager...
2
+ 2024-07-28T03:05:29+09:00 info: Connector 'echo-back-server' started to ready
3
+ 2024-07-28T03:05:29+09:00 info: Connector 'echo-back' started to ready
4
+ 2024-07-28T03:05:29+09:00 info: Connector 'http-connector' started to ready
5
+ 2024-07-28T03:05:29+09:00 info: Connector 'graphql-connector' started to ready
6
+ 2024-07-28T03:05:29+09:00 info: Connector 'sqlite-connector' started to ready
7
+ 2024-07-28T03:05:29+09:00 info: Connector 'postgresql-connector' started to ready
8
+ 2024-07-28T03:05:29+09:00 info: Connector 'mqtt-connector' started to ready
9
+ 2024-07-28T03:05:29+09:00 info: Connector 'mssql-connector' started to ready
10
+ 2024-07-28T03:05:29+09:00 info: Connector 'oracle-connector' started to ready
11
+ 2024-07-28T03:05:29+09:00 info: Connector 'mysql-connector' started to ready
12
+ 2024-07-28T03:05:29+09:00 info: Connector 'socket-server' started to ready
13
+ 2024-07-28T03:05:29+09:00 info: Connector 'operato-connector' started to ready
14
+ 2024-07-28T03:05:29+09:00 info: Connector 'email-connector' started to ready
15
+ 2024-07-28T03:05:29+09:00 info: Connector 'influxdb-connector' started to ready
16
+ 2024-07-28T03:05:29+09:00 info: Connector 'msgraph-connector' started to ready
17
+ 2024-07-28T03:05:29+09:00 info: Connector 'proxy-connector' started to ready
18
+ 2024-07-28T03:05:29+09:00 info: echo-back-servers are ready
19
+ 2024-07-28T03:05:29+09:00 info: echo-back connections are ready
20
+ 2024-07-28T03:05:29+09:00 info: http-connector connections are ready
21
+ 2024-07-28T03:05:29+09:00 info: graphql-connector connections are ready
22
+ 2024-07-28T03:05:29+09:00 info: sqlite-connector connections are ready
23
+ 2024-07-28T03:05:29+09:00 info: postgresql-connector connections are ready
24
+ 2024-07-28T03:05:29+09:00 info: mqtt-connector connections are ready
25
+ 2024-07-28T03:05:29+09:00 info: mssql-connector connections are ready
26
+ 2024-07-28T03:05:29+09:00 info: oracle-connector connections are ready
27
+ 2024-07-28T03:05:29+09:00 info: mysql-connector connections are ready
28
+ 2024-07-28T03:05:29+09:00 info: socket servers are ready
29
+ 2024-07-28T03:05:29+09:00 info: operato-connector connections are ready
30
+ 2024-07-28T03:05:29+09:00 info: email connections are ready
31
+ 2024-07-28T03:05:29+09:00 info: influxdb connections are ready
32
+ 2024-07-28T03:05:29+09:00 info: msgraph-connector connections are ready
33
+ 2024-07-28T03:05:29+09:00 info: proxy-connector connections are ready
34
+ 2024-07-28T03:05:29+09:00 info: All connector for 'echo-back-server' ready
35
+ 2024-07-28T03:05:29+09:00 info: All connector for 'echo-back' ready
36
+ 2024-07-28T03:05:29+09:00 info: All connector for 'http-connector' ready
37
+ 2024-07-28T03:05:29+09:00 info: All connector for 'graphql-connector' ready
38
+ 2024-07-28T03:05:29+09:00 info: All connector for 'sqlite-connector' ready
39
+ 2024-07-28T03:05:29+09:00 info: All connector for 'postgresql-connector' ready
40
+ 2024-07-28T03:05:29+09:00 info: All connector for 'mqtt-connector' ready
41
+ 2024-07-28T03:05:29+09:00 info: All connector for 'mssql-connector' ready
42
+ 2024-07-28T03:05:29+09:00 info: All connector for 'oracle-connector' ready
43
+ 2024-07-28T03:05:29+09:00 info: All connector for 'mysql-connector' ready
44
+ 2024-07-28T03:05:29+09:00 info: All connector for 'socket-server' ready
45
+ 2024-07-28T03:05:29+09:00 info: All connector for 'operato-connector' ready
46
+ 2024-07-28T03:05:29+09:00 info: All connector for 'email-connector' ready
47
+ 2024-07-28T03:05:29+09:00 info: All connector for 'influxdb-connector' ready
48
+ 2024-07-28T03:05:29+09:00 info: All connector for 'msgraph-connector' ready
49
+ 2024-07-28T03:05:29+09:00 info: All connector for 'proxy-connector' ready
50
+ 2024-07-28T03:05:29+09:00 info: ConnectionManager initialization done:
@@ -0,0 +1,200 @@
1
+ 2024-07-28T17:21:46+09:00 info: Initializing ConnectionManager...
2
+ 2024-07-28T17:21:46+09:00 info: Connector 'echo-back-server' started to ready
3
+ 2024-07-28T17:21:46+09:00 info: Connector 'echo-back' started to ready
4
+ 2024-07-28T17:21:46+09:00 info: Connector 'http-connector' started to ready
5
+ 2024-07-28T17:21:46+09:00 info: Connector 'graphql-connector' started to ready
6
+ 2024-07-28T17:21:46+09:00 info: Connector 'sqlite-connector' started to ready
7
+ 2024-07-28T17:21:46+09:00 info: Connector 'postgresql-connector' started to ready
8
+ 2024-07-28T17:21:46+09:00 info: Connector 'mqtt-connector' started to ready
9
+ 2024-07-28T17:21:46+09:00 info: Connector 'mssql-connector' started to ready
10
+ 2024-07-28T17:21:46+09:00 info: Connector 'oracle-connector' started to ready
11
+ 2024-07-28T17:21:46+09:00 info: Connector 'mysql-connector' started to ready
12
+ 2024-07-28T17:21:46+09:00 info: Connector 'socket-server' started to ready
13
+ 2024-07-28T17:21:46+09:00 info: Connector 'operato-connector' started to ready
14
+ 2024-07-28T17:21:46+09:00 info: Connector 'email-connector' started to ready
15
+ 2024-07-28T17:21:46+09:00 info: Connector 'influxdb-connector' started to ready
16
+ 2024-07-28T17:21:46+09:00 info: Connector 'msgraph-connector' started to ready
17
+ 2024-07-28T17:21:46+09:00 info: Connector 'proxy-connector' started to ready
18
+ 2024-07-28T17:21:46+09:00 info: echo-back-servers are ready
19
+ 2024-07-28T17:21:46+09:00 info: echo-back connections are ready
20
+ 2024-07-28T17:21:46+09:00 info: http-connector connections are ready
21
+ 2024-07-28T17:21:46+09:00 info: graphql-connector connections are ready
22
+ 2024-07-28T17:21:46+09:00 info: sqlite-connector connections are ready
23
+ 2024-07-28T17:21:46+09:00 info: postgresql-connector connections are ready
24
+ 2024-07-28T17:21:46+09:00 info: mqtt-connector connections are ready
25
+ 2024-07-28T17:21:46+09:00 info: mssql-connector connections are ready
26
+ 2024-07-28T17:21:46+09:00 info: oracle-connector connections are ready
27
+ 2024-07-28T17:21:46+09:00 info: mysql-connector connections are ready
28
+ 2024-07-28T17:21:46+09:00 info: socket servers are ready
29
+ 2024-07-28T17:21:46+09:00 info: operato-connector connections are ready
30
+ 2024-07-28T17:21:46+09:00 info: email connections are ready
31
+ 2024-07-28T17:21:46+09:00 info: influxdb connections are ready
32
+ 2024-07-28T17:21:46+09:00 info: msgraph-connector connections are ready
33
+ 2024-07-28T17:21:46+09:00 info: proxy-connector connections are ready
34
+ 2024-07-28T17:21:46+09:00 info: All connector for 'echo-back-server' ready
35
+ 2024-07-28T17:21:46+09:00 info: All connector for 'echo-back' ready
36
+ 2024-07-28T17:21:46+09:00 info: All connector for 'http-connector' ready
37
+ 2024-07-28T17:21:46+09:00 info: All connector for 'graphql-connector' ready
38
+ 2024-07-28T17:21:46+09:00 info: All connector for 'sqlite-connector' ready
39
+ 2024-07-28T17:21:46+09:00 info: All connector for 'postgresql-connector' ready
40
+ 2024-07-28T17:21:46+09:00 info: All connector for 'mqtt-connector' ready
41
+ 2024-07-28T17:21:46+09:00 info: All connector for 'mssql-connector' ready
42
+ 2024-07-28T17:21:46+09:00 info: All connector for 'oracle-connector' ready
43
+ 2024-07-28T17:21:46+09:00 info: All connector for 'mysql-connector' ready
44
+ 2024-07-28T17:21:46+09:00 info: All connector for 'socket-server' ready
45
+ 2024-07-28T17:21:46+09:00 info: All connector for 'operato-connector' ready
46
+ 2024-07-28T17:21:46+09:00 info: All connector for 'email-connector' ready
47
+ 2024-07-28T17:21:46+09:00 info: All connector for 'influxdb-connector' ready
48
+ 2024-07-28T17:21:46+09:00 info: All connector for 'msgraph-connector' ready
49
+ 2024-07-28T17:21:46+09:00 info: All connector for 'proxy-connector' ready
50
+ 2024-07-28T17:21:46+09:00 info: ConnectionManager initialization done:
51
+ 2024-07-28T17:26:59+09:00 info: Initializing ConnectionManager...
52
+ 2024-07-28T17:26:59+09:00 info: Connector 'echo-back-server' started to ready
53
+ 2024-07-28T17:26:59+09:00 info: Connector 'echo-back' started to ready
54
+ 2024-07-28T17:26:59+09:00 info: Connector 'http-connector' started to ready
55
+ 2024-07-28T17:26:59+09:00 info: Connector 'graphql-connector' started to ready
56
+ 2024-07-28T17:26:59+09:00 info: Connector 'sqlite-connector' started to ready
57
+ 2024-07-28T17:26:59+09:00 info: Connector 'postgresql-connector' started to ready
58
+ 2024-07-28T17:26:59+09:00 info: Connector 'mqtt-connector' started to ready
59
+ 2024-07-28T17:26:59+09:00 info: Connector 'mssql-connector' started to ready
60
+ 2024-07-28T17:26:59+09:00 info: Connector 'oracle-connector' started to ready
61
+ 2024-07-28T17:26:59+09:00 info: Connector 'mysql-connector' started to ready
62
+ 2024-07-28T17:26:59+09:00 info: Connector 'socket-server' started to ready
63
+ 2024-07-28T17:26:59+09:00 info: Connector 'operato-connector' started to ready
64
+ 2024-07-28T17:26:59+09:00 info: Connector 'email-connector' started to ready
65
+ 2024-07-28T17:26:59+09:00 info: Connector 'influxdb-connector' started to ready
66
+ 2024-07-28T17:26:59+09:00 info: Connector 'msgraph-connector' started to ready
67
+ 2024-07-28T17:26:59+09:00 info: Connector 'proxy-connector' started to ready
68
+ 2024-07-28T17:26:59+09:00 info: echo-back-servers are ready
69
+ 2024-07-28T17:26:59+09:00 info: echo-back connections are ready
70
+ 2024-07-28T17:26:59+09:00 info: http-connector connections are ready
71
+ 2024-07-28T17:26:59+09:00 info: graphql-connector connections are ready
72
+ 2024-07-28T17:26:59+09:00 info: sqlite-connector connections are ready
73
+ 2024-07-28T17:26:59+09:00 info: postgresql-connector connections are ready
74
+ 2024-07-28T17:26:59+09:00 info: mqtt-connector connections are ready
75
+ 2024-07-28T17:26:59+09:00 info: mssql-connector connections are ready
76
+ 2024-07-28T17:26:59+09:00 info: oracle-connector connections are ready
77
+ 2024-07-28T17:26:59+09:00 info: mysql-connector connections are ready
78
+ 2024-07-28T17:26:59+09:00 info: socket servers are ready
79
+ 2024-07-28T17:26:59+09:00 info: operato-connector connections are ready
80
+ 2024-07-28T17:26:59+09:00 info: email connections are ready
81
+ 2024-07-28T17:26:59+09:00 info: influxdb connections are ready
82
+ 2024-07-28T17:26:59+09:00 info: msgraph-connector connections are ready
83
+ 2024-07-28T17:26:59+09:00 info: proxy-connector connections are ready
84
+ 2024-07-28T17:26:59+09:00 info: All connector for 'echo-back-server' ready
85
+ 2024-07-28T17:26:59+09:00 info: All connector for 'echo-back' ready
86
+ 2024-07-28T17:26:59+09:00 info: All connector for 'http-connector' ready
87
+ 2024-07-28T17:26:59+09:00 info: All connector for 'graphql-connector' ready
88
+ 2024-07-28T17:26:59+09:00 info: All connector for 'sqlite-connector' ready
89
+ 2024-07-28T17:26:59+09:00 info: All connector for 'postgresql-connector' ready
90
+ 2024-07-28T17:26:59+09:00 info: All connector for 'mqtt-connector' ready
91
+ 2024-07-28T17:26:59+09:00 info: All connector for 'mssql-connector' ready
92
+ 2024-07-28T17:26:59+09:00 info: All connector for 'oracle-connector' ready
93
+ 2024-07-28T17:26:59+09:00 info: All connector for 'mysql-connector' ready
94
+ 2024-07-28T17:26:59+09:00 info: All connector for 'socket-server' ready
95
+ 2024-07-28T17:26:59+09:00 info: All connector for 'operato-connector' ready
96
+ 2024-07-28T17:26:59+09:00 info: All connector for 'email-connector' ready
97
+ 2024-07-28T17:26:59+09:00 info: All connector for 'influxdb-connector' ready
98
+ 2024-07-28T17:26:59+09:00 info: All connector for 'msgraph-connector' ready
99
+ 2024-07-28T17:26:59+09:00 info: All connector for 'proxy-connector' ready
100
+ 2024-07-28T17:26:59+09:00 info: ConnectionManager initialization done:
101
+ 2024-07-28T17:39:32+09:00 info: Initializing ConnectionManager...
102
+ 2024-07-28T17:39:32+09:00 info: Connector 'echo-back-server' started to ready
103
+ 2024-07-28T17:39:32+09:00 info: Connector 'echo-back' started to ready
104
+ 2024-07-28T17:39:32+09:00 info: Connector 'http-connector' started to ready
105
+ 2024-07-28T17:39:32+09:00 info: Connector 'graphql-connector' started to ready
106
+ 2024-07-28T17:39:32+09:00 info: Connector 'sqlite-connector' started to ready
107
+ 2024-07-28T17:39:32+09:00 info: Connector 'postgresql-connector' started to ready
108
+ 2024-07-28T17:39:32+09:00 info: Connector 'mqtt-connector' started to ready
109
+ 2024-07-28T17:39:32+09:00 info: Connector 'mssql-connector' started to ready
110
+ 2024-07-28T17:39:32+09:00 info: Connector 'oracle-connector' started to ready
111
+ 2024-07-28T17:39:32+09:00 info: Connector 'mysql-connector' started to ready
112
+ 2024-07-28T17:39:32+09:00 info: Connector 'socket-server' started to ready
113
+ 2024-07-28T17:39:32+09:00 info: Connector 'operato-connector' started to ready
114
+ 2024-07-28T17:39:32+09:00 info: Connector 'email-connector' started to ready
115
+ 2024-07-28T17:39:32+09:00 info: Connector 'influxdb-connector' started to ready
116
+ 2024-07-28T17:39:32+09:00 info: Connector 'msgraph-connector' started to ready
117
+ 2024-07-28T17:39:32+09:00 info: Connector 'proxy-connector' started to ready
118
+ 2024-07-28T17:39:32+09:00 info: echo-back-servers are ready
119
+ 2024-07-28T17:39:32+09:00 info: echo-back connections are ready
120
+ 2024-07-28T17:39:32+09:00 info: http-connector connections are ready
121
+ 2024-07-28T17:39:32+09:00 info: graphql-connector connections are ready
122
+ 2024-07-28T17:39:32+09:00 info: sqlite-connector connections are ready
123
+ 2024-07-28T17:39:32+09:00 info: postgresql-connector connections are ready
124
+ 2024-07-28T17:39:32+09:00 info: mqtt-connector connections are ready
125
+ 2024-07-28T17:39:32+09:00 info: mssql-connector connections are ready
126
+ 2024-07-28T17:39:32+09:00 info: oracle-connector connections are ready
127
+ 2024-07-28T17:39:32+09:00 info: mysql-connector connections are ready
128
+ 2024-07-28T17:39:32+09:00 info: socket servers are ready
129
+ 2024-07-28T17:39:32+09:00 info: operato-connector connections are ready
130
+ 2024-07-28T17:39:32+09:00 info: email connections are ready
131
+ 2024-07-28T17:39:32+09:00 info: influxdb connections are ready
132
+ 2024-07-28T17:39:32+09:00 info: msgraph-connector connections are ready
133
+ 2024-07-28T17:39:32+09:00 info: proxy-connector connections are ready
134
+ 2024-07-28T17:39:32+09:00 info: All connector for 'echo-back-server' ready
135
+ 2024-07-28T17:39:32+09:00 info: All connector for 'echo-back' ready
136
+ 2024-07-28T17:39:32+09:00 info: All connector for 'http-connector' ready
137
+ 2024-07-28T17:39:32+09:00 info: All connector for 'graphql-connector' ready
138
+ 2024-07-28T17:39:32+09:00 info: All connector for 'sqlite-connector' ready
139
+ 2024-07-28T17:39:32+09:00 info: All connector for 'postgresql-connector' ready
140
+ 2024-07-28T17:39:32+09:00 info: All connector for 'mqtt-connector' ready
141
+ 2024-07-28T17:39:32+09:00 info: All connector for 'mssql-connector' ready
142
+ 2024-07-28T17:39:32+09:00 info: All connector for 'oracle-connector' ready
143
+ 2024-07-28T17:39:32+09:00 info: All connector for 'mysql-connector' ready
144
+ 2024-07-28T17:39:32+09:00 info: All connector for 'socket-server' ready
145
+ 2024-07-28T17:39:32+09:00 info: All connector for 'operato-connector' ready
146
+ 2024-07-28T17:39:32+09:00 info: All connector for 'email-connector' ready
147
+ 2024-07-28T17:39:32+09:00 info: All connector for 'influxdb-connector' ready
148
+ 2024-07-28T17:39:32+09:00 info: All connector for 'msgraph-connector' ready
149
+ 2024-07-28T17:39:32+09:00 info: All connector for 'proxy-connector' ready
150
+ 2024-07-28T17:39:32+09:00 info: ConnectionManager initialization done:
151
+ 2024-07-28T17:55:54+09:00 info: Initializing ConnectionManager...
152
+ 2024-07-28T17:55:54+09:00 info: Connector 'echo-back-server' started to ready
153
+ 2024-07-28T17:55:54+09:00 info: Connector 'echo-back' started to ready
154
+ 2024-07-28T17:55:54+09:00 info: Connector 'http-connector' started to ready
155
+ 2024-07-28T17:55:54+09:00 info: Connector 'graphql-connector' started to ready
156
+ 2024-07-28T17:55:54+09:00 info: Connector 'sqlite-connector' started to ready
157
+ 2024-07-28T17:55:54+09:00 info: Connector 'postgresql-connector' started to ready
158
+ 2024-07-28T17:55:54+09:00 info: Connector 'mqtt-connector' started to ready
159
+ 2024-07-28T17:55:54+09:00 info: Connector 'mssql-connector' started to ready
160
+ 2024-07-28T17:55:54+09:00 info: Connector 'oracle-connector' started to ready
161
+ 2024-07-28T17:55:54+09:00 info: Connector 'mysql-connector' started to ready
162
+ 2024-07-28T17:55:54+09:00 info: Connector 'socket-server' started to ready
163
+ 2024-07-28T17:55:54+09:00 info: Connector 'operato-connector' started to ready
164
+ 2024-07-28T17:55:54+09:00 info: Connector 'email-connector' started to ready
165
+ 2024-07-28T17:55:54+09:00 info: Connector 'influxdb-connector' started to ready
166
+ 2024-07-28T17:55:54+09:00 info: Connector 'msgraph-connector' started to ready
167
+ 2024-07-28T17:55:54+09:00 info: Connector 'proxy-connector' started to ready
168
+ 2024-07-28T17:55:54+09:00 info: echo-back-servers are ready
169
+ 2024-07-28T17:55:54+09:00 info: echo-back connections are ready
170
+ 2024-07-28T17:55:54+09:00 info: http-connector connections are ready
171
+ 2024-07-28T17:55:54+09:00 info: graphql-connector connections are ready
172
+ 2024-07-28T17:55:54+09:00 info: sqlite-connector connections are ready
173
+ 2024-07-28T17:55:54+09:00 info: postgresql-connector connections are ready
174
+ 2024-07-28T17:55:54+09:00 info: mqtt-connector connections are ready
175
+ 2024-07-28T17:55:54+09:00 info: mssql-connector connections are ready
176
+ 2024-07-28T17:55:54+09:00 info: oracle-connector connections are ready
177
+ 2024-07-28T17:55:54+09:00 info: mysql-connector connections are ready
178
+ 2024-07-28T17:55:54+09:00 info: socket servers are ready
179
+ 2024-07-28T17:55:54+09:00 info: operato-connector connections are ready
180
+ 2024-07-28T17:55:54+09:00 info: email connections are ready
181
+ 2024-07-28T17:55:54+09:00 info: influxdb connections are ready
182
+ 2024-07-28T17:55:54+09:00 info: msgraph-connector connections are ready
183
+ 2024-07-28T17:55:54+09:00 info: proxy-connector connections are ready
184
+ 2024-07-28T17:55:54+09:00 info: All connector for 'echo-back-server' ready
185
+ 2024-07-28T17:55:54+09:00 info: All connector for 'echo-back' ready
186
+ 2024-07-28T17:55:54+09:00 info: All connector for 'http-connector' ready
187
+ 2024-07-28T17:55:54+09:00 info: All connector for 'graphql-connector' ready
188
+ 2024-07-28T17:55:54+09:00 info: All connector for 'sqlite-connector' ready
189
+ 2024-07-28T17:55:54+09:00 info: All connector for 'postgresql-connector' ready
190
+ 2024-07-28T17:55:54+09:00 info: All connector for 'mqtt-connector' ready
191
+ 2024-07-28T17:55:54+09:00 info: All connector for 'mssql-connector' ready
192
+ 2024-07-28T17:55:54+09:00 info: All connector for 'oracle-connector' ready
193
+ 2024-07-28T17:55:54+09:00 info: All connector for 'mysql-connector' ready
194
+ 2024-07-28T17:55:54+09:00 info: All connector for 'socket-server' ready
195
+ 2024-07-28T17:55:54+09:00 info: All connector for 'operato-connector' ready
196
+ 2024-07-28T17:55:54+09:00 info: All connector for 'email-connector' ready
197
+ 2024-07-28T17:55:54+09:00 info: All connector for 'influxdb-connector' ready
198
+ 2024-07-28T17:55:54+09:00 info: All connector for 'msgraph-connector' ready
199
+ 2024-07-28T17:55:54+09:00 info: All connector for 'proxy-connector' ready
200
+ 2024-07-28T17:55:54+09:00 info: ConnectionManager initialization done:
@@ -0,0 +1,100 @@
1
+ 2024-07-28T18:24:52+09:00 info: Initializing ConnectionManager...
2
+ 2024-07-28T18:24:52+09:00 info: Connector 'echo-back-server' started to ready
3
+ 2024-07-28T18:24:52+09:00 info: Connector 'echo-back' started to ready
4
+ 2024-07-28T18:24:52+09:00 info: Connector 'http-connector' started to ready
5
+ 2024-07-28T18:24:52+09:00 info: Connector 'graphql-connector' started to ready
6
+ 2024-07-28T18:24:52+09:00 info: Connector 'sqlite-connector' started to ready
7
+ 2024-07-28T18:24:52+09:00 info: Connector 'postgresql-connector' started to ready
8
+ 2024-07-28T18:24:52+09:00 info: Connector 'mqtt-connector' started to ready
9
+ 2024-07-28T18:24:52+09:00 info: Connector 'mssql-connector' started to ready
10
+ 2024-07-28T18:24:52+09:00 info: Connector 'oracle-connector' started to ready
11
+ 2024-07-28T18:24:52+09:00 info: Connector 'mysql-connector' started to ready
12
+ 2024-07-28T18:24:52+09:00 info: Connector 'socket-server' started to ready
13
+ 2024-07-28T18:24:52+09:00 info: Connector 'operato-connector' started to ready
14
+ 2024-07-28T18:24:52+09:00 info: Connector 'email-connector' started to ready
15
+ 2024-07-28T18:24:52+09:00 info: Connector 'influxdb-connector' started to ready
16
+ 2024-07-28T18:24:52+09:00 info: Connector 'msgraph-connector' started to ready
17
+ 2024-07-28T18:24:52+09:00 info: Connector 'proxy-connector' started to ready
18
+ 2024-07-28T18:24:52+09:00 info: echo-back-servers are ready
19
+ 2024-07-28T18:24:52+09:00 info: echo-back connections are ready
20
+ 2024-07-28T18:24:52+09:00 info: http-connector connections are ready
21
+ 2024-07-28T18:24:52+09:00 info: graphql-connector connections are ready
22
+ 2024-07-28T18:24:52+09:00 info: sqlite-connector connections are ready
23
+ 2024-07-28T18:24:52+09:00 info: postgresql-connector connections are ready
24
+ 2024-07-28T18:24:52+09:00 info: mqtt-connector connections are ready
25
+ 2024-07-28T18:24:52+09:00 info: mssql-connector connections are ready
26
+ 2024-07-28T18:24:52+09:00 info: oracle-connector connections are ready
27
+ 2024-07-28T18:24:52+09:00 info: mysql-connector connections are ready
28
+ 2024-07-28T18:24:52+09:00 info: socket servers are ready
29
+ 2024-07-28T18:24:52+09:00 info: operato-connector connections are ready
30
+ 2024-07-28T18:24:52+09:00 info: email connections are ready
31
+ 2024-07-28T18:24:52+09:00 info: influxdb connections are ready
32
+ 2024-07-28T18:24:52+09:00 info: msgraph-connector connections are ready
33
+ 2024-07-28T18:24:52+09:00 info: proxy-connector connections are ready
34
+ 2024-07-28T18:24:52+09:00 info: All connector for 'echo-back-server' ready
35
+ 2024-07-28T18:24:52+09:00 info: All connector for 'echo-back' ready
36
+ 2024-07-28T18:24:52+09:00 info: All connector for 'http-connector' ready
37
+ 2024-07-28T18:24:52+09:00 info: All connector for 'graphql-connector' ready
38
+ 2024-07-28T18:24:52+09:00 info: All connector for 'sqlite-connector' ready
39
+ 2024-07-28T18:24:52+09:00 info: All connector for 'postgresql-connector' ready
40
+ 2024-07-28T18:24:52+09:00 info: All connector for 'mqtt-connector' ready
41
+ 2024-07-28T18:24:52+09:00 info: All connector for 'mssql-connector' ready
42
+ 2024-07-28T18:24:52+09:00 info: All connector for 'oracle-connector' ready
43
+ 2024-07-28T18:24:52+09:00 info: All connector for 'mysql-connector' ready
44
+ 2024-07-28T18:24:52+09:00 info: All connector for 'socket-server' ready
45
+ 2024-07-28T18:24:52+09:00 info: All connector for 'operato-connector' ready
46
+ 2024-07-28T18:24:52+09:00 info: All connector for 'email-connector' ready
47
+ 2024-07-28T18:24:52+09:00 info: All connector for 'influxdb-connector' ready
48
+ 2024-07-28T18:24:52+09:00 info: All connector for 'msgraph-connector' ready
49
+ 2024-07-28T18:24:52+09:00 info: All connector for 'proxy-connector' ready
50
+ 2024-07-28T18:24:52+09:00 info: ConnectionManager initialization done:
51
+ 2024-07-28T18:32:27+09:00 info: Initializing ConnectionManager...
52
+ 2024-07-28T18:32:27+09:00 info: Connector 'echo-back-server' started to ready
53
+ 2024-07-28T18:32:27+09:00 info: Connector 'echo-back' started to ready
54
+ 2024-07-28T18:32:27+09:00 info: Connector 'http-connector' started to ready
55
+ 2024-07-28T18:32:27+09:00 info: Connector 'graphql-connector' started to ready
56
+ 2024-07-28T18:32:27+09:00 info: Connector 'sqlite-connector' started to ready
57
+ 2024-07-28T18:32:27+09:00 info: Connector 'postgresql-connector' started to ready
58
+ 2024-07-28T18:32:27+09:00 info: Connector 'mqtt-connector' started to ready
59
+ 2024-07-28T18:32:27+09:00 info: Connector 'mssql-connector' started to ready
60
+ 2024-07-28T18:32:27+09:00 info: Connector 'oracle-connector' started to ready
61
+ 2024-07-28T18:32:27+09:00 info: Connector 'mysql-connector' started to ready
62
+ 2024-07-28T18:32:27+09:00 info: Connector 'socket-server' started to ready
63
+ 2024-07-28T18:32:27+09:00 info: Connector 'operato-connector' started to ready
64
+ 2024-07-28T18:32:27+09:00 info: Connector 'email-connector' started to ready
65
+ 2024-07-28T18:32:27+09:00 info: Connector 'influxdb-connector' started to ready
66
+ 2024-07-28T18:32:27+09:00 info: Connector 'msgraph-connector' started to ready
67
+ 2024-07-28T18:32:27+09:00 info: Connector 'proxy-connector' started to ready
68
+ 2024-07-28T18:32:27+09:00 info: echo-back-servers are ready
69
+ 2024-07-28T18:32:27+09:00 info: echo-back connections are ready
70
+ 2024-07-28T18:32:27+09:00 info: http-connector connections are ready
71
+ 2024-07-28T18:32:27+09:00 info: graphql-connector connections are ready
72
+ 2024-07-28T18:32:27+09:00 info: sqlite-connector connections are ready
73
+ 2024-07-28T18:32:27+09:00 info: postgresql-connector connections are ready
74
+ 2024-07-28T18:32:27+09:00 info: mqtt-connector connections are ready
75
+ 2024-07-28T18:32:27+09:00 info: mssql-connector connections are ready
76
+ 2024-07-28T18:32:27+09:00 info: oracle-connector connections are ready
77
+ 2024-07-28T18:32:27+09:00 info: mysql-connector connections are ready
78
+ 2024-07-28T18:32:27+09:00 info: socket servers are ready
79
+ 2024-07-28T18:32:27+09:00 info: operato-connector connections are ready
80
+ 2024-07-28T18:32:27+09:00 info: email connections are ready
81
+ 2024-07-28T18:32:27+09:00 info: influxdb connections are ready
82
+ 2024-07-28T18:32:27+09:00 info: msgraph-connector connections are ready
83
+ 2024-07-28T18:32:27+09:00 info: proxy-connector connections are ready
84
+ 2024-07-28T18:32:27+09:00 info: All connector for 'echo-back-server' ready
85
+ 2024-07-28T18:32:27+09:00 info: All connector for 'echo-back' ready
86
+ 2024-07-28T18:32:27+09:00 info: All connector for 'http-connector' ready
87
+ 2024-07-28T18:32:27+09:00 info: All connector for 'graphql-connector' ready
88
+ 2024-07-28T18:32:27+09:00 info: All connector for 'sqlite-connector' ready
89
+ 2024-07-28T18:32:27+09:00 info: All connector for 'postgresql-connector' ready
90
+ 2024-07-28T18:32:27+09:00 info: All connector for 'mqtt-connector' ready
91
+ 2024-07-28T18:32:27+09:00 info: All connector for 'mssql-connector' ready
92
+ 2024-07-28T18:32:27+09:00 info: All connector for 'oracle-connector' ready
93
+ 2024-07-28T18:32:27+09:00 info: All connector for 'mysql-connector' ready
94
+ 2024-07-28T18:32:27+09:00 info: All connector for 'socket-server' ready
95
+ 2024-07-28T18:32:27+09:00 info: All connector for 'operato-connector' ready
96
+ 2024-07-28T18:32:27+09:00 info: All connector for 'email-connector' ready
97
+ 2024-07-28T18:32:27+09:00 info: All connector for 'influxdb-connector' ready
98
+ 2024-07-28T18:32:27+09:00 info: All connector for 'msgraph-connector' ready
99
+ 2024-07-28T18:32:27+09:00 info: All connector for 'proxy-connector' ready
100
+ 2024-07-28T18:32:27+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.0.7",
4
+ "version": "7.1.0",
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": "06b50d5c52efccfb055e2244cd6d97c4f496eda8"
62
+ "gitHead": "24c96f3d3e1fe38c2f6a3adc869e52a1a80f139d"
63
63
  }
package/schema.graphql CHANGED
@@ -1598,6 +1598,9 @@ type Mutation {
1598
1598
  """To create new ApprovalLine for current user"""
1599
1599
  createMyApprovalLine(approvalLine: NewApprovalLine!): ApprovalLine!
1600
1600
 
1601
+ """To create my new PagePreference"""
1602
+ createMyPagePreference(pagePreference: NewPagePreference!): PagePreference!
1603
+
1601
1604
  """To create new Notification"""
1602
1605
  createNotification(notification: NewNotification!): Notification!
1603
1606
 
@@ -1639,6 +1642,9 @@ type Mutation {
1639
1642
 
1640
1643
  """To create new user"""
1641
1644
  createUser(user: NewUser!): User!
1645
+
1646
+ """To create new UserPreference"""
1647
+ createUserPreference(preference: NewUserPreference!): UserPreference!
1642
1648
  deleteAppBinding(id: String!): Boolean!
1643
1649
 
1644
1650
  """To delete appliance"""
@@ -1779,6 +1785,12 @@ type Mutation {
1779
1785
  """To delete multiple ApprovalLines for current user"""
1780
1786
  deleteMyApprovalLines(ids: [String!]!): Boolean!
1781
1787
 
1788
+ """To delete my PagePreference"""
1789
+ deleteMyPagePreference(element: String!, page: String!): Boolean!
1790
+
1791
+ """To delete my preference"""
1792
+ deleteMyUserPreference(element: String!, key: String!): Boolean!
1793
+
1782
1794
  """To delete Notification"""
1783
1795
  deleteNotification(id: String!): Boolean!
1784
1796
 
@@ -1797,6 +1809,12 @@ type Mutation {
1797
1809
  """To delete multiple Oauth2Clients"""
1798
1810
  deleteOauth2Clients(ids: [String!]!): Boolean!
1799
1811
 
1812
+ """To delete PagePreference"""
1813
+ deletePagePreference(id: String!): Boolean!
1814
+
1815
+ """To delete multiple PagePreferences"""
1816
+ deletePagePreferences(ids: [String!]!): Boolean!
1817
+
1800
1818
  """To delete multiple partnerSettings"""
1801
1819
  deletePartnerSettings(ids: [String!]!): Boolean!
1802
1820
 
@@ -1860,6 +1878,12 @@ type Mutation {
1860
1878
  """To delete a user"""
1861
1879
  deleteUser(email: EmailAddress!): Boolean!
1862
1880
 
1881
+ """To delete UserPreference"""
1882
+ deleteUserPreference(id: String!): Boolean!
1883
+
1884
+ """To delete multiple UserPreferences"""
1885
+ deleteUserPreferences(ids: [String!]!): Boolean!
1886
+
1863
1887
  """To delete some users"""
1864
1888
  deleteUsers(emails: [String!]!): Boolean!
1865
1889
 
@@ -2177,6 +2201,12 @@ type Mutation {
2177
2201
  """To modify ApprovalLine information for current user"""
2178
2202
  updateMyApprovalLine(id: String!, patch: ApprovalLinePatch!): ApprovalLine!
2179
2203
 
2204
+ """To create or update my PagePreference"""
2205
+ updateMyPagePreference(element: String!, page: String!, preference: Object!): PagePreference!
2206
+
2207
+ """To create or update my preference"""
2208
+ updateMyUserPreference(key: String!, preference: Object!): UserPreference!
2209
+
2180
2210
  """To modify Notification information"""
2181
2211
  updateNotification(id: String!, patch: NotificationPatch!): Notification!
2182
2212
 
@@ -2231,6 +2261,9 @@ type Mutation {
2231
2261
  """To modify user information"""
2232
2262
  updateUser(email: EmailAddress!, patch: UserPatch!): User!
2233
2263
 
2264
+ """To modify UserPreference information"""
2265
+ updateUserPreference(id: String!, patch: UserPreferencePatch!): UserPreference!
2266
+
2234
2267
  """To update roles for a user"""
2235
2268
  updateUserRoles(availableRoles: [ObjectRef!]!, selectedRoles: [ObjectRef!]!, userId: String!): User!
2236
2269
  }
@@ -2630,6 +2663,13 @@ input NewOauth2Client {
2630
2663
  webhook: String
2631
2664
  }
2632
2665
 
2666
+ input NewPagePreference {
2667
+ element: String
2668
+ page: String
2669
+ preference: Object!
2670
+ user: ObjectRef!
2671
+ }
2672
+
2633
2673
  input NewPayloadLog {
2634
2674
  description: String
2635
2675
  name: String!
@@ -2755,6 +2795,12 @@ input NewUserByDomainWizardInput {
2755
2795
  roles: [NewRole!]!
2756
2796
  }
2757
2797
 
2798
+ input NewUserPreference {
2799
+ key: String!
2800
+ preference: Object!
2801
+ user: ObjectRef!
2802
+ }
2803
+
2758
2804
  """Entity for Notification"""
2759
2805
  type Notification {
2760
2806
  body: String
@@ -2978,6 +3024,25 @@ enum OrgMemberTargetType {
2978
3024
  Role
2979
3025
  }
2980
3026
 
3027
+ """Entity for PagePreference"""
3028
+ type PagePreference {
3029
+ createdAt: DateTimeISO
3030
+ creator: User
3031
+ domain: Domain!
3032
+ element: String
3033
+ id: ID!
3034
+ page: String
3035
+ preference: Object
3036
+ updatedAt: DateTimeISO
3037
+ updater: User
3038
+ user: User!
3039
+ }
3040
+
3041
+ type PagePreferenceList {
3042
+ items: [PagePreference!]!
3043
+ total: Int!
3044
+ }
3045
+
2981
3046
  input Pagination {
2982
3047
  limit: Int
2983
3048
  page: Int
@@ -3461,9 +3526,24 @@ type Query {
3461
3526
  """To fetch my notifications"""
3462
3527
  myNotifications(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): NotificationList!
3463
3528
 
3529
+ """To fetch a User's own PagePreference"""
3530
+ myPageAllPreferences(page: String!): [PagePreference!]
3531
+
3532
+ """To fetch a User's own PagePreference"""
3533
+ myPagePreference(element: String!, page: String!): PagePreference
3534
+
3535
+ """To fetch multiple PagePreferences"""
3536
+ myPagePreferences(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): PagePreferenceList!
3537
+
3464
3538
  """To fetch roles of current user"""
3465
3539
  myRoles: [Role!]!
3466
3540
 
3541
+ """To fetch a User's own UserPreference"""
3542
+ myUserPreference(element: String!, key: String!): UserPreference
3543
+
3544
+ """To fetch multiple UserPreferences"""
3545
+ myUserPreferences(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): UserPreferenceList!
3546
+
3467
3547
  """To fetch a Notification"""
3468
3548
  notification(id: String!): Notification
3469
3549
 
@@ -3482,6 +3562,9 @@ type Query {
3482
3562
  """To fetch multiple Oauth2Clients"""
3483
3563
  oauth2Clients(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): Oauth2ClientList!
3484
3564
 
3565
+ """To fetch a PagePreference"""
3566
+ pagePreference(id: String!): PagePreference
3567
+
3485
3568
  """To fetch specific domain's CommonCodes by given name"""
3486
3569
  partnerCommonCode(name: String!, partnerDomainId: String!): CommonCode!
3487
3570
 
@@ -3507,6 +3590,9 @@ type Query {
3507
3590
  """To fetch multiple PlayGroups"""
3508
3591
  playGroups(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): PlayGroupList!
3509
3592
 
3593
+ """To fetch a UserPreference"""
3594
+ preference(id: String!): UserPreference
3595
+
3510
3596
  """To fetch a PrinterDevice"""
3511
3597
  printerDevice(id: String!): PrinterDevice!
3512
3598
 
@@ -4074,6 +4160,32 @@ input UserPatch {
4074
4160
  userType: String
4075
4161
  }
4076
4162
 
4163
+ """Entity for UserPreference"""
4164
+ type UserPreference {
4165
+ createdAt: DateTimeISO
4166
+ creator: User
4167
+ domain: Domain
4168
+ id: ID!
4169
+ key: String
4170
+ preference: Object
4171
+ updatedAt: DateTimeISO
4172
+ updater: User
4173
+ user: User!
4174
+ }
4175
+
4176
+ type UserPreferenceList {
4177
+ items: [UserPreference!]!
4178
+ total: Int!
4179
+ }
4180
+
4181
+ input UserPreferencePatch {
4182
+ cuFlag: String
4183
+ id: ID
4184
+ key: String!
4185
+ preference: Object!
4186
+ user: ObjectRef!
4187
+ }
4188
+
4077
4189
  type UserRole {
4078
4190
  assigned: Boolean
4079
4191
  description: String
@@ -0,0 +1,37 @@
1
+ import { AxisBase2D, EventHandler, NumberRange, VisibleRangeChangedArgs } from 'scichart'
2
+
3
+ export class AxisSynchroniser {
4
+ public visibleRange: NumberRange
5
+ private axes: AxisBase2D[] = []
6
+ public visibleRangeChanged: EventHandler<VisibleRangeChangedArgs> = new EventHandler<VisibleRangeChangedArgs>()
7
+
8
+ public constructor(initialRange: NumberRange, axes?: AxisBase2D[]) {
9
+ this.visibleRange = initialRange
10
+ this.publishChange = this.publishChange.bind(this)
11
+ if (axes) {
12
+ axes.forEach(a => this.addAxis(a))
13
+ }
14
+ }
15
+
16
+ public publishChange(data?: VisibleRangeChangedArgs) {
17
+ this.visibleRange = data!.visibleRange
18
+ this.axes.forEach(a => (a.visibleRange = this.visibleRange))
19
+ this.visibleRangeChanged.raiseEvent(data)
20
+ }
21
+
22
+ public addAxis(axis: AxisBase2D) {
23
+ if (!this.axes.includes(axis)) {
24
+ this.axes.push(axis)
25
+ axis.visibleRange = this.visibleRange
26
+ axis.visibleRangeChanged.subscribe(this.publishChange)
27
+ }
28
+ }
29
+
30
+ public removeAxis(axis: AxisBase2D) {
31
+ const index = this.axes.findIndex(a => a === axis)
32
+ if (index >= 0) {
33
+ this.axes.splice(index, 1)
34
+ axis.visibleRangeChanged.unsubscribe(this.publishChange)
35
+ }
36
+ }
37
+ }