@things-factory/operato-gangsters 6.1.67 → 6.1.69

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.
@@ -10,6 +10,7 @@ import { APPEND_APP_TOOL } from '@things-factory/apptool-base'
10
10
  import { setupAppToolPart } from '@things-factory/apptool-ui'
11
11
  import { auth } from '@things-factory/auth-base/dist-client'
12
12
  import { setAuthManagementMenus } from '@things-factory/auth-ui'
13
+ import { setupContextUIPart } from '@things-factory/context-ui'
13
14
  import { appendViewpart, toggleOverlay, TOOL_POSITION, VIEWPART_POSITION } from '@operato/layout'
14
15
  import { setupMenuPart, updateMenuTemplate } from '@things-factory/lite-menu'
15
16
  import { ADD_MORENDA } from '@things-factory/more-base'
@@ -29,14 +30,20 @@ console.log(
29
30
  'background: #222; color: #bada55'
30
31
  )
31
32
 
32
- export default function bootstrap() {
33
- setupAppToolPart({
33
+ export default async function bootstrap() {
34
+ await setupAppToolPart({
34
35
  toolbar: true,
35
36
  busybar: true,
36
- mdibar: true
37
+ mdibar: true,
38
+ pageToolbar: true
37
39
  })
38
40
 
39
- setupMenuPart({
41
+ await setupContextUIPart({
42
+ titlebar: 'page-header',
43
+ contextToolbar: 'page-footer'
44
+ })
45
+
46
+ await setupMenuPart({
40
47
  slotTemplate: html` <domain-switch slot="tail"></domain-switch> `,
41
48
  hovering: true
42
49
  })
package/db.sqlite CHANGED
Binary file
@@ -5,16 +5,6 @@
5
5
  },
6
6
  "auditLog": "logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json",
7
7
  "files": [
8
- {
9
- "date": 1690460292326,
10
- "name": "logs/application-2023-07-27-21.log",
11
- "hash": "3f4ba8215506f7ccac43e451033c77313af19c351828c5a315b515676b301b28"
12
- },
13
- {
14
- "date": 1690463203836,
15
- "name": "logs/application-2023-07-27-22.log",
16
- "hash": "9ef2614d433be0c39efa32e6b35964a45735bce40ea2c1c63a4f23ffb320d738"
17
- },
18
8
  {
19
9
  "date": 1690497948175,
20
10
  "name": "logs/application-2023-07-28-07.log",
@@ -44,6 +34,21 @@
44
34
  "date": 1690611848137,
45
35
  "name": "logs/application-2023-07-29-15.log",
46
36
  "hash": "d35834725fd0e48ccfc9ebcccd97db67a4741f533ba835d45cb82649edef8cda"
37
+ },
38
+ {
39
+ "date": 1690615544578,
40
+ "name": "logs/application-2023-07-29-16.log",
41
+ "hash": "f584d4a1acb70fc6acaae0111c35493099a4e74240b3e747add6cf7ffe0d7a45"
42
+ },
43
+ {
44
+ "date": 1690629331615,
45
+ "name": "logs/application-2023-07-29-20.log",
46
+ "hash": "9d387374dc5307f35b58f379a59f81725372d4be8c4b892a9614f845eb2f365b"
47
+ },
48
+ {
49
+ "date": 1690642907258,
50
+ "name": "logs/application-2023-07-30-00.log",
51
+ "hash": "89038321bac839686c0293240c01b0e7316a90b0610a28f3b59960dc75813cce"
47
52
  }
48
53
  ],
49
54
  "hashType": "sha256"
@@ -109,6 +109,21 @@
109
109
  "date": 1690611849894,
110
110
  "name": "logs/connections-2023-07-29-15.log",
111
111
  "hash": "a6487e5310ebe7b3e88dd424af61a0e727ed2b8821af947fb88f57298496df8b"
112
+ },
113
+ {
114
+ "date": 1690615545810,
115
+ "name": "logs/connections-2023-07-29-16.log",
116
+ "hash": "01f5e3ef600479d44e97e878eadccb1b56057e9f6cab82073c950f085e2dde2a"
117
+ },
118
+ {
119
+ "date": 1690629332915,
120
+ "name": "logs/connections-2023-07-29-20.log",
121
+ "hash": "54382b1e90f6c95a14cf67be99c141e9b7fe4b21af2c31408f0072bc5cfad7b5"
122
+ },
123
+ {
124
+ "date": 1690642908883,
125
+ "name": "logs/connections-2023-07-30-00.log",
126
+ "hash": "de7b6ae351a574d050428dbe7e8e39ce01946d5edaa132205a6dd8d3f95b1a9b"
112
127
  }
113
128
  ],
114
129
  "hashType": "sha256"
@@ -0,0 +1,5 @@
1
+ 2023-07-29T16:25:45+09:00 info: File Storage is Ready.
2
+ 2023-07-29T16:25:45+09:00 error: oracledb module loading failed
3
+ 2023-07-29T16:25:46+09:00 info: Default DataSource established
4
+ 2023-07-29T16:25:47+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
5
+ 2023-07-29T16:25:47+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
@@ -0,0 +1,15 @@
1
+ 2023-07-29T20:15:32+09:00 info: File Storage is Ready.
2
+ 2023-07-29T20:15:33+09:00 error: oracledb module loading failed
3
+ 2023-07-29T20:15:34+09:00 info: Default DataSource established
4
+ 2023-07-29T20:15:35+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
5
+ 2023-07-29T20:15:35+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
6
+ 2023-07-29T20:37:00+09:00 info: File Storage is Ready.
7
+ 2023-07-29T20:37:00+09:00 error: oracledb module loading failed
8
+ 2023-07-29T20:37:01+09:00 info: Default DataSource established
9
+ 2023-07-29T20:37:02+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
10
+ 2023-07-29T20:37:02+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
11
+ 2023-07-29T20:41:34+09:00 info: File Storage is Ready.
12
+ 2023-07-29T20:41:35+09:00 error: oracledb module loading failed
13
+ 2023-07-29T20:41:36+09:00 info: Default DataSource established
14
+ 2023-07-29T20:41:37+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
15
+ 2023-07-29T20:41:37+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
@@ -0,0 +1,5 @@
1
+ 2023-07-30T00:01:47+09:00 info: File Storage is Ready.
2
+ 2023-07-30T00:01:49+09:00 error: oracledb module loading failed
3
+ 2023-07-30T00:01:49+09:00 info: Default DataSource established
4
+ 2023-07-30T00:01:50+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
5
+ 2023-07-30T00:01:50+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
File without changes
File without changes
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-gangsters",
3
- "version": "6.1.67",
3
+ "version": "6.1.69",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -57,32 +57,32 @@
57
57
  "@operato/scene-table": "^1.0.0",
58
58
  "@operato/scene-timer": "^1.0.0",
59
59
  "@things-factory/api": "^6.1.66",
60
- "@things-factory/apptool-ui": "^6.1.67",
60
+ "@things-factory/apptool-ui": "^6.1.68",
61
61
  "@things-factory/auth-ui": "^6.1.67",
62
62
  "@things-factory/board-service": "^6.1.66",
63
- "@things-factory/board-ui": "^6.1.66",
64
- "@things-factory/context-ui": "^6.1.66",
65
- "@things-factory/dashboard": "^6.1.66",
66
- "@things-factory/export-ui": "^6.1.66",
63
+ "@things-factory/board-ui": "^6.1.69",
64
+ "@things-factory/context-ui": "^6.1.68",
65
+ "@things-factory/dashboard": "^6.1.69",
66
+ "@things-factory/export-ui": "^6.1.68",
67
67
  "@things-factory/help": "^6.1.66",
68
68
  "@things-factory/i18n-base": "^6.1.66",
69
69
  "@things-factory/integration-msgraph": "^6.1.66",
70
- "@things-factory/integration-ui": "^6.1.66",
71
- "@things-factory/lite-menu": "^6.1.67",
72
- "@things-factory/more-ui": "^6.1.66",
70
+ "@things-factory/integration-ui": "^6.1.69",
71
+ "@things-factory/lite-menu": "^6.1.69",
72
+ "@things-factory/more-ui": "^6.1.68",
73
73
  "@things-factory/notification": "^6.1.67",
74
74
  "@things-factory/oauth2-client": "^6.1.66",
75
75
  "@things-factory/organization": "^6.1.67",
76
- "@things-factory/print-ui": "^6.1.66",
77
- "@things-factory/resource-ui": "^6.1.67",
76
+ "@things-factory/print-ui": "^6.1.68",
77
+ "@things-factory/resource-ui": "^6.1.68",
78
78
  "@things-factory/setting-base": "^6.1.66",
79
79
  "@things-factory/setting-ui": "^6.1.66",
80
80
  "@things-factory/shell": "^6.1.66",
81
81
  "@things-factory/system-ui": "^6.1.66",
82
- "@things-factory/worklist": "^6.1.67"
82
+ "@things-factory/worklist": "^6.1.68"
83
83
  },
84
84
  "devDependencies": {
85
85
  "@things-factory/builder": "^6.1.66"
86
86
  },
87
- "gitHead": "8c200f0b657dc3bb429325d2ae41fecc2bd840a8"
87
+ "gitHead": "d276cb4a58820e670d283f50282d4f20a32605a2"
88
88
  }
@@ -1,10 +0,0 @@
1
- 2023-07-27T21:18:13+09:00 info: File Storage is Ready.
2
- 2023-07-27T21:18:13+09:00 error: oracledb module loading failed
3
- 2023-07-27T21:18:14+09:00 info: Default DataSource established
4
- 2023-07-27T21:18:15+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
5
- 2023-07-27T21:18:15+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
6
- 2023-07-27T21:55:41+09:00 info: File Storage is Ready.
7
- 2023-07-27T21:55:42+09:00 error: oracledb module loading failed
8
- 2023-07-27T21:55:43+09:00 info: Default DataSource established
9
- 2023-07-27T21:55:44+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
10
- 2023-07-27T21:55:44+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
@@ -1,5 +0,0 @@
1
- 2023-07-27T22:06:44+09:00 info: File Storage is Ready.
2
- 2023-07-27T22:06:45+09:00 error: oracledb module loading failed
3
- 2023-07-27T22:06:46+09:00 info: Default DataSource established
4
- 2023-07-27T22:06:47+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
5
- 2023-07-27T22:06:47+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql