@operato/scene-gantt 2.0.0-beta.1 β 2.0.0-beta.2
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 +9 -0
- package/db.sqlite +0 -0
- package/dist/index.d.ts +0 -1
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/dist/templates/index.js +1 -2
- package/dist/templates/index.js.map +1 -1
- package/logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json +5 -0
- package/logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json +5 -0
- package/logs/application-2024-06-11-20.log +6 -0
- package/logs/connections-2024-06-11-20.log +50 -0
- package/package.json +3 -4
- package/src/index.ts +0 -1
- package/src/templates/index.ts +1 -2
- package/translations/en.json +0 -11
- package/translations/ja.json +0 -11
- package/translations/ko.json +0 -11
- package/translations/ms.json +0 -11
- package/translations/zh.json +0 -11
- package/tsconfig.tsbuildinfo +1 -1
- package/cache/translations/system/en.json +0 -1
- package/cache/translations/system/ko.json +0 -1
- package/src/templates/wellstek-gantt.ts +0 -16
- /package/src/{wellstek-gantt.ts β wellstek-gantt.ts.backup} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,15 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [2.0.0-beta.2](https://github.com/things-scene/operato-scene/compare/v2.0.0-beta.1...v2.0.0-beta.2) (2024-06-11)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### :bug: Bug Fix
|
|
10
|
+
|
|
11
|
+
* remove wellstek-gantt component ([88b6453](https://github.com/things-scene/operato-scene/commit/88b6453ce9d5a271dcd20af4b894f3692d2def22))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
6
15
|
## [2.0.0-beta.1](https://github.com/things-scene/operato-scene/compare/v2.0.0-beta.0...v2.0.0-beta.1) (2024-06-11)
|
|
7
16
|
|
|
8
17
|
|
package/db.sqlite
CHANGED
|
Binary file
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,SAAS,CAAA
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,SAAS,CAAA","sourcesContent":["export { default as GanttScene } from './gantt'\n"]}
|
package/dist/templates/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/templates/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,SAAS,CAAA;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/templates/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,SAAS,CAAA;AAE3B,eAAe,CAAC,KAAK,CAAC,CAAA","sourcesContent":["import Gantt from './gantt'\n\nexport default [Gantt]\n"]}
|
|
@@ -74,6 +74,11 @@
|
|
|
74
74
|
"date": 1718100142515,
|
|
75
75
|
"name": "logs/application-2024-06-11-19.log",
|
|
76
76
|
"hash": "30c09dd604bce185de36513403a62cc51a4bd4dfde8b6a95edb25677edf56b3d"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"date": 1718104028639,
|
|
80
|
+
"name": "logs/application-2024-06-11-20.log",
|
|
81
|
+
"hash": "c8f87e7b4366ea94380d5d250f21da27b40fafbd5b1d80b9397d611789c110a8"
|
|
77
82
|
}
|
|
78
83
|
],
|
|
79
84
|
"hashType": "sha256"
|
|
@@ -89,6 +89,11 @@
|
|
|
89
89
|
"date": 1718100144208,
|
|
90
90
|
"name": "logs/connections-2024-06-11-19.log",
|
|
91
91
|
"hash": "8760d38083a1aaf6ca1448b78da83270d5e2ee5520c7aa068b9b3c755b296c51"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"date": 1718104030420,
|
|
95
|
+
"name": "logs/connections-2024-06-11-20.log",
|
|
96
|
+
"hash": "41a48086a1b255424dcf719ee4fc8a2f1e9a8c7e57e24dbd1d246373d024adf4"
|
|
92
97
|
}
|
|
93
98
|
],
|
|
94
99
|
"hashType": "sha256"
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
2024-06-11T20:07:10+09:00 info: File Storage is Ready.
|
|
2
|
+
2024-06-11T20:07:10+09:00 error: oracledb module loading failed
|
|
3
|
+
2024-06-11T20:07:10+09:00 error: oracledb module loading failed
|
|
4
|
+
2024-06-11T20:07:12+09:00 info: Default DataSource established
|
|
5
|
+
2024-06-11T20:07:14+09:00 info: π Server ready at http://0.0.0.0:3000/graphql
|
|
6
|
+
2024-06-11T20:07:14+09:00 info: π Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
2024-06-11T20:07:14+09:00 info: Initializing ConnectionManager...
|
|
2
|
+
2024-06-11T20:07:14+09:00 info: Connector 'echo-back-server' started to ready
|
|
3
|
+
2024-06-11T20:07:14+09:00 info: Connector 'echo-back' started to ready
|
|
4
|
+
2024-06-11T20:07:14+09:00 info: Connector 'http-connector' started to ready
|
|
5
|
+
2024-06-11T20:07:14+09:00 info: Connector 'graphql-connector' started to ready
|
|
6
|
+
2024-06-11T20:07:14+09:00 info: Connector 'sqlite-connector' started to ready
|
|
7
|
+
2024-06-11T20:07:14+09:00 info: Connector 'postgresql-connector' started to ready
|
|
8
|
+
2024-06-11T20:07:14+09:00 info: Connector 'mqtt-connector' started to ready
|
|
9
|
+
2024-06-11T20:07:14+09:00 info: Connector 'mssql-connector' started to ready
|
|
10
|
+
2024-06-11T20:07:14+09:00 info: Connector 'oracle-connector' started to ready
|
|
11
|
+
2024-06-11T20:07:14+09:00 info: Connector 'mysql-connector' started to ready
|
|
12
|
+
2024-06-11T20:07:14+09:00 info: Connector 'socket-server' started to ready
|
|
13
|
+
2024-06-11T20:07:14+09:00 info: Connector 'operato-connector' started to ready
|
|
14
|
+
2024-06-11T20:07:14+09:00 info: Connector 'email-connector' started to ready
|
|
15
|
+
2024-06-11T20:07:14+09:00 info: Connector 'influxdb-connector' started to ready
|
|
16
|
+
2024-06-11T20:07:14+09:00 info: Connector 'msgraph-connector' started to ready
|
|
17
|
+
2024-06-11T20:07:14+09:00 info: Connector 'proxy-connector' started to ready
|
|
18
|
+
2024-06-11T20:07:14+09:00 info: proxy-connector connections are ready
|
|
19
|
+
2024-06-11T20:07:14+09:00 info: proxy-connector connections are ready
|
|
20
|
+
2024-06-11T20:07:14+09:00 info: proxy-connector connections are ready
|
|
21
|
+
2024-06-11T20:07:14+09:00 info: proxy-connector connections are ready
|
|
22
|
+
2024-06-11T20:07:14+09:00 info: proxy-connector connections are ready
|
|
23
|
+
2024-06-11T20:07:14+09:00 info: proxy-connector connections are ready
|
|
24
|
+
2024-06-11T20:07:14+09:00 info: proxy-connector connections are ready
|
|
25
|
+
2024-06-11T20:07:14+09:00 info: proxy-connector connections are ready
|
|
26
|
+
2024-06-11T20:07:14+09:00 info: proxy-connector connections are ready
|
|
27
|
+
2024-06-11T20:07:14+09:00 info: proxy-connector connections are ready
|
|
28
|
+
2024-06-11T20:07:14+09:00 info: proxy-connector connections are ready
|
|
29
|
+
2024-06-11T20:07:14+09:00 info: proxy-connector connections are ready
|
|
30
|
+
2024-06-11T20:07:14+09:00 info: proxy-connector connections are ready
|
|
31
|
+
2024-06-11T20:07:14+09:00 info: proxy-connector connections are ready
|
|
32
|
+
2024-06-11T20:07:14+09:00 info: proxy-connector connections are ready
|
|
33
|
+
2024-06-11T20:07:14+09:00 info: proxy-connector connections are ready
|
|
34
|
+
2024-06-11T20:07:14+09:00 info: All connector for 'echo-back-server' ready
|
|
35
|
+
2024-06-11T20:07:14+09:00 info: All connector for 'echo-back' ready
|
|
36
|
+
2024-06-11T20:07:14+09:00 info: All connector for 'http-connector' ready
|
|
37
|
+
2024-06-11T20:07:14+09:00 info: All connector for 'graphql-connector' ready
|
|
38
|
+
2024-06-11T20:07:14+09:00 info: All connector for 'sqlite-connector' ready
|
|
39
|
+
2024-06-11T20:07:14+09:00 info: All connector for 'postgresql-connector' ready
|
|
40
|
+
2024-06-11T20:07:14+09:00 info: All connector for 'mqtt-connector' ready
|
|
41
|
+
2024-06-11T20:07:14+09:00 info: All connector for 'mssql-connector' ready
|
|
42
|
+
2024-06-11T20:07:14+09:00 info: All connector for 'oracle-connector' ready
|
|
43
|
+
2024-06-11T20:07:14+09:00 info: All connector for 'mysql-connector' ready
|
|
44
|
+
2024-06-11T20:07:14+09:00 info: All connector for 'socket-server' ready
|
|
45
|
+
2024-06-11T20:07:14+09:00 info: All connector for 'operato-connector' ready
|
|
46
|
+
2024-06-11T20:07:14+09:00 info: All connector for 'email-connector' ready
|
|
47
|
+
2024-06-11T20:07:14+09:00 info: All connector for 'influxdb-connector' ready
|
|
48
|
+
2024-06-11T20:07:14+09:00 info: All connector for 'msgraph-connector' ready
|
|
49
|
+
2024-06-11T20:07:14+09:00 info: All connector for 'proxy-connector' ready
|
|
50
|
+
2024-06-11T20:07:14+09:00 info: ConnectionManager initialization done:
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@operato/scene-gantt",
|
|
3
3
|
"description": "Operato Scene Component for Gantt Chart",
|
|
4
|
-
"version": "2.0.0-beta.
|
|
4
|
+
"version": "2.0.0-beta.2",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"things-scene": true,
|
|
7
7
|
"author": "heartyoh",
|
|
@@ -28,8 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@hatiolab/things-scene": "^3.2.0",
|
|
31
|
-
"@operato/gantt": "^2.0.0-beta"
|
|
32
|
-
"wellstek-gantt": "file:./wellstek-gantt-1.0.2.tgz"
|
|
31
|
+
"@operato/gantt": "^2.0.0-beta"
|
|
33
32
|
},
|
|
34
33
|
"devDependencies": {
|
|
35
34
|
"@hatiolab/prettier-config": "^1.0.0",
|
|
@@ -59,5 +58,5 @@
|
|
|
59
58
|
"prettier --write"
|
|
60
59
|
]
|
|
61
60
|
},
|
|
62
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "e6260bb283e7a8fd6e3f1bc9f27c9c78dca8d4aa"
|
|
63
62
|
}
|
package/src/index.ts
CHANGED
package/src/templates/index.ts
CHANGED
package/translations/en.json
CHANGED
|
@@ -1,16 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"component.gantt": "gantt",
|
|
3
|
-
"component.wellstek-gantt": "Wellstek Gantt",
|
|
4
|
-
"label.row-height": "row height",
|
|
5
|
-
"label.row-padding": "row padding",
|
|
6
|
-
"label.column-offset": "column offset",
|
|
7
|
-
"label.magnet-offset": "magnet offset",
|
|
8
|
-
"label.table-width": "table width",
|
|
9
|
-
"label.min-width": "min width",
|
|
10
|
-
"label.column-unit": "column unit",
|
|
11
|
-
"label.fit-width": "fit width",
|
|
12
|
-
"label.from": "from",
|
|
13
|
-
"label.to": "to",
|
|
14
3
|
"label.gantt-task-id": "ID",
|
|
15
4
|
"label.gantt-task-section": "section",
|
|
16
5
|
"label.gantt-task-title": "title",
|
package/translations/ja.json
CHANGED
|
@@ -1,16 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"component.gantt": "gantt",
|
|
3
|
-
"component.wellstek-gantt": "Wellstek Gantt",
|
|
4
|
-
"label.row-height": "row height",
|
|
5
|
-
"label.row-padding": "row padding",
|
|
6
|
-
"label.column-offset": "column offset",
|
|
7
|
-
"label.magnet-offset": "magnet offset",
|
|
8
|
-
"label.table-width": "table width",
|
|
9
|
-
"label.min-width": "min width",
|
|
10
|
-
"label.column-unit": "column unit",
|
|
11
|
-
"label.fit-width": "fit width",
|
|
12
|
-
"label.from": "from",
|
|
13
|
-
"label.to": "to",
|
|
14
3
|
"label.gantt-task-id": "ID",
|
|
15
4
|
"label.gantt-task-section": "γ»γ―γ·γ§γ³",
|
|
16
5
|
"label.gantt-task-title": "γΏγ€γγ«",
|
package/translations/ko.json
CHANGED
|
@@ -1,16 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"component.gantt": "κ°νΈμ°¨νΈ",
|
|
3
|
-
"component.wellstek-gantt": "Wellstek Gantt",
|
|
4
|
-
"label.row-height": "row height",
|
|
5
|
-
"label.row-padding": "row padding",
|
|
6
|
-
"label.column-offset": "column offset",
|
|
7
|
-
"label.magnet-offset": "magnet offset",
|
|
8
|
-
"label.table-width": "table width",
|
|
9
|
-
"label.min-width": "min width",
|
|
10
|
-
"label.column-unit": "column unit",
|
|
11
|
-
"label.fit-width": "fit width",
|
|
12
|
-
"label.from": "from",
|
|
13
|
-
"label.to": "to",
|
|
14
3
|
"label.gantt-task-id": "μμ΄λ",
|
|
15
4
|
"label.gantt-task-section": "μΉμ
",
|
|
16
5
|
"label.gantt-task-title": "μ λͺ©",
|
package/translations/ms.json
CHANGED
|
@@ -1,16 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"component.gantt": "gantt",
|
|
3
|
-
"component.wellstek-gantt": "Wellstek Gantt",
|
|
4
|
-
"label.row-height": "row height",
|
|
5
|
-
"label.row-padding": "row padding",
|
|
6
|
-
"label.column-offset": "column offset",
|
|
7
|
-
"label.magnet-offset": "magnet offset",
|
|
8
|
-
"label.table-width": "table width",
|
|
9
|
-
"label.min-width": "min width",
|
|
10
|
-
"label.column-unit": "column unit",
|
|
11
|
-
"label.fit-width": "fit width",
|
|
12
|
-
"label.from": "from",
|
|
13
|
-
"label.to": "to",
|
|
14
3
|
"label.gantt-task-id": "id",
|
|
15
4
|
"label.gantt-task-section": "seksyen",
|
|
16
5
|
"label.gantt-task-title": "tajuk",
|
package/translations/zh.json
CHANGED
|
@@ -1,16 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"component.gantt": "gantt",
|
|
3
|
-
"component.wellstek-gantt": "Wellstek Gantt",
|
|
4
|
-
"label.row-height": "row height",
|
|
5
|
-
"label.row-padding": "row padding",
|
|
6
|
-
"label.column-offset": "column offset",
|
|
7
|
-
"label.magnet-offset": "magnet offset",
|
|
8
|
-
"label.table-width": "table width",
|
|
9
|
-
"label.min-width": "min width",
|
|
10
|
-
"label.column-unit": "column unit",
|
|
11
|
-
"label.fit-width": "fit width",
|
|
12
|
-
"label.from": "from",
|
|
13
|
-
"label.to": "to",
|
|
14
3
|
"label.gantt-task-id": "ID",
|
|
15
4
|
"label.gantt-task-section": "ι¨ε",
|
|
16
5
|
"label.gantt-task-title": "ζ ι’",
|