@things-factory/operato-ecs 4.0.22 → 4.0.26
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/client/bootstrap.js +8 -3
- package/package.json +39 -39
package/client/bootstrap.js
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import { html } from 'lit-html'
|
|
2
|
-
|
|
3
|
-
import {
|
|
2
|
+
|
|
3
|
+
import { registerDefaultGroups } from '@operato/board/register-default-groups.js'
|
|
4
4
|
import { auth } from '@things-factory/auth-base'
|
|
5
5
|
import { setAuthManagementMenus } from '@things-factory/auth-ui'
|
|
6
|
-
import {
|
|
6
|
+
import { setupMenuPart, updateMenuTemplate } from '@things-factory/lite-menu'
|
|
7
|
+
import { ADD_MORENDA } from '@things-factory/more-base'
|
|
8
|
+
import { navigate, store } from '@things-factory/shell'
|
|
7
9
|
|
|
8
10
|
console.log(
|
|
9
11
|
`%c
|
|
@@ -20,6 +22,9 @@ export default function bootstrap() {
|
|
|
20
22
|
setupMenuPart({ hovering: true })
|
|
21
23
|
updateMenuTemplate([])
|
|
22
24
|
|
|
25
|
+
/* set board-modeller group and default templates */
|
|
26
|
+
registerDefaultGroups()
|
|
27
|
+
|
|
23
28
|
/* set auth management menus into more-panel */
|
|
24
29
|
auth.on('profile', async ({ credential }) => {
|
|
25
30
|
setAuthManagementMenus(credential)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-ecs",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.26",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -38,47 +38,47 @@
|
|
|
38
38
|
"docker:run": "docker run -p 4000:3000 hatiolab/operato-ecs:latest"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@operato/scene-chartjs": "^0.0.
|
|
42
|
-
"@operato/scene-clock": "^0.0.
|
|
43
|
-
"@operato/scene-gauge": "^0.0.
|
|
44
|
-
"@operato/scene-integration": "^0.0.
|
|
45
|
-
"@operato/scene-progressbar": "^0.0.
|
|
46
|
-
"@operato/scene-random": "^0.0.
|
|
47
|
-
"@operato/scene-switch": "^0.0.
|
|
48
|
-
"@operato/scene-table": "^0.0.
|
|
49
|
-
"@operato/scene-timer": "^0.0.
|
|
50
|
-
"@things-factory/api": "^4.0.
|
|
51
|
-
"@things-factory/apptool-ui": "^4.0.
|
|
52
|
-
"@things-factory/auth-ui": "^4.0.
|
|
53
|
-
"@things-factory/board-service": "^4.0.
|
|
54
|
-
"@things-factory/board-ui": "^4.0.
|
|
55
|
-
"@things-factory/context-ui": "^4.0.
|
|
56
|
-
"@things-factory/dashboard": "^4.0.
|
|
57
|
-
"@things-factory/export-ui": "^4.0.
|
|
58
|
-
"@things-factory/grist-ui": "^4.0.
|
|
59
|
-
"@things-factory/help": "^4.0.
|
|
60
|
-
"@things-factory/i18n-ui": "^4.0.
|
|
61
|
-
"@things-factory/integration-melsec": "^4.0.
|
|
62
|
-
"@things-factory/integration-modbus": "^4.0.
|
|
63
|
-
"@things-factory/integration-ui": "^4.0.
|
|
64
|
-
"@things-factory/lite-menu": "^4.0.
|
|
65
|
-
"@things-factory/more-ui": "^4.0.
|
|
66
|
-
"@things-factory/oauth2-client": "^4.0.
|
|
67
|
-
"@things-factory/print-ui": "^4.0.
|
|
68
|
-
"@things-factory/resource-ui": "^4.0.
|
|
69
|
-
"@things-factory/scene-data-transform": "^4.0.
|
|
70
|
-
"@things-factory/scene-form": "^4.0.
|
|
41
|
+
"@operato/scene-chartjs": "^0.0.25",
|
|
42
|
+
"@operato/scene-clock": "^0.0.25",
|
|
43
|
+
"@operato/scene-gauge": "^0.0.25",
|
|
44
|
+
"@operato/scene-integration": "^0.0.25",
|
|
45
|
+
"@operato/scene-progressbar": "^0.0.25",
|
|
46
|
+
"@operato/scene-random": "^0.0.25",
|
|
47
|
+
"@operato/scene-switch": "^0.0.25",
|
|
48
|
+
"@operato/scene-table": "^0.0.25",
|
|
49
|
+
"@operato/scene-timer": "^0.0.25",
|
|
50
|
+
"@things-factory/api": "^4.0.26",
|
|
51
|
+
"@things-factory/apptool-ui": "^4.0.26",
|
|
52
|
+
"@things-factory/auth-ui": "^4.0.26",
|
|
53
|
+
"@things-factory/board-service": "^4.0.26",
|
|
54
|
+
"@things-factory/board-ui": "^4.0.26",
|
|
55
|
+
"@things-factory/context-ui": "^4.0.26",
|
|
56
|
+
"@things-factory/dashboard": "^4.0.26",
|
|
57
|
+
"@things-factory/export-ui": "^4.0.26",
|
|
58
|
+
"@things-factory/grist-ui": "^4.0.26",
|
|
59
|
+
"@things-factory/help": "^4.0.26",
|
|
60
|
+
"@things-factory/i18n-ui": "^4.0.26",
|
|
61
|
+
"@things-factory/integration-melsec": "^4.0.26",
|
|
62
|
+
"@things-factory/integration-modbus": "^4.0.26",
|
|
63
|
+
"@things-factory/integration-ui": "^4.0.26",
|
|
64
|
+
"@things-factory/lite-menu": "^4.0.26",
|
|
65
|
+
"@things-factory/more-ui": "^4.0.26",
|
|
66
|
+
"@things-factory/oauth2-client": "^4.0.26",
|
|
67
|
+
"@things-factory/print-ui": "^4.0.26",
|
|
68
|
+
"@things-factory/resource-ui": "^4.0.26",
|
|
69
|
+
"@things-factory/scene-data-transform": "^4.0.26",
|
|
70
|
+
"@things-factory/scene-form": "^4.0.26",
|
|
71
71
|
"@things-factory/scene-half-roundrect": "^4.0.9",
|
|
72
|
-
"@things-factory/scene-news-ticker": "^4.0.
|
|
73
|
-
"@things-factory/scene-restful": "^4.0.
|
|
74
|
-
"@things-factory/setting-base": "^4.0.
|
|
75
|
-
"@things-factory/setting-ui": "^4.0.
|
|
76
|
-
"@things-factory/shell": "^4.0.
|
|
77
|
-
"@things-factory/system-ui": "^4.0.
|
|
72
|
+
"@things-factory/scene-news-ticker": "^4.0.26",
|
|
73
|
+
"@things-factory/scene-restful": "^4.0.26",
|
|
74
|
+
"@things-factory/setting-base": "^4.0.26",
|
|
75
|
+
"@things-factory/setting-ui": "^4.0.26",
|
|
76
|
+
"@things-factory/shell": "^4.0.26",
|
|
77
|
+
"@things-factory/system-ui": "^4.0.26",
|
|
78
78
|
"jsmodbus": "^4.0.2"
|
|
79
79
|
},
|
|
80
80
|
"devDependencies": {
|
|
81
|
-
"@things-factory/builder": "^4.0.
|
|
81
|
+
"@things-factory/builder": "^4.0.26"
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "c4b39c74b9ce2472f30c26eb36ec62054c1ecf82"
|
|
84
84
|
}
|