@operato/scene-gantt 2.0.0-beta.1 β†’ 2.0.0-beta.2

Sign up to get free protection for your applications and to get access to all the features.
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
@@ -1,2 +1 @@
1
1
  export { default as GanttScene } from './gantt';
2
- export { default as WellstekGanttScene } from './wellstek-gantt';
package/dist/index.js CHANGED
@@ -1,3 +1,2 @@
1
1
  export { default as GanttScene } from './gantt';
2
- export { default as WellstekGanttScene } from './wellstek-gantt';
3
2
  //# sourceMappingURL=index.js.map
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;AAC/C,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,kBAAkB,CAAA","sourcesContent":["export { default as GanttScene } from './gantt'\nexport { default as WellstekGanttScene } from './wellstek-gantt'\n"]}
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"]}
@@ -1,4 +1,3 @@
1
1
  import Gantt from './gantt';
2
- import WellstekGantt from './wellstek-gantt';
3
- export default [Gantt, WellstekGantt];
2
+ export default [Gantt];
4
3
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/templates/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,SAAS,CAAA;AAC3B,OAAO,aAAa,MAAM,kBAAkB,CAAA;AAE5C,eAAe,CAAC,KAAK,EAAE,aAAa,CAAC,CAAA","sourcesContent":["import Gantt from './gantt'\nimport WellstekGantt from './wellstek-gantt'\n\nexport default [Gantt, WellstekGantt]\n"]}
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.1",
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": "10c7271ebca89393f14d6e60f534e9c3c5d40dd9"
61
+ "gitHead": "e6260bb283e7a8fd6e3f1bc9f27c9c78dca8d4aa"
63
62
  }
package/src/index.ts CHANGED
@@ -1,2 +1 @@
1
1
  export { default as GanttScene } from './gantt'
2
- export { default as WellstekGanttScene } from './wellstek-gantt'
@@ -1,4 +1,3 @@
1
1
  import Gantt from './gantt'
2
- import WellstekGantt from './wellstek-gantt'
3
2
 
4
- export default [Gantt, WellstekGantt]
3
+ export default [Gantt]
@@ -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",
@@ -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": "γ‚Ώγ‚€γƒˆγƒ«",
@@ -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": "제λͺ©",
@@ -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",
@@ -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": "ζ ‡ι’˜",