@things-factory/operato-ecs 5.0.0-zeta.4 → 5.0.0-zeta.5
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 +9 -0
- package/package.json +26 -26
package/client/bootstrap.js
CHANGED
@@ -5,6 +5,7 @@ import { auth } from '@things-factory/auth-base'
|
|
5
5
|
import { setAuthManagementMenus } from '@things-factory/auth-ui'
|
6
6
|
import { setupMenuPart, updateMenuTemplate } from '@things-factory/lite-menu'
|
7
7
|
import { ADD_MORENDA } from '@things-factory/more-base'
|
8
|
+
import { ADD_SETTING } from '@things-factory/setting-base'
|
8
9
|
import { navigate, store } from '@things-factory/shell'
|
9
10
|
|
10
11
|
console.log(
|
@@ -87,5 +88,13 @@ export default function bootstrap() {
|
|
87
88
|
}
|
88
89
|
}
|
89
90
|
})
|
91
|
+
|
92
|
+
store.dispatch({
|
93
|
+
type: ADD_SETTING,
|
94
|
+
setting: {
|
95
|
+
seq: 21,
|
96
|
+
template: html` <lite-menu-setting-let></lite-menu-setting-let> `
|
97
|
+
}
|
98
|
+
})
|
90
99
|
})
|
91
100
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@things-factory/operato-ecs",
|
3
|
-
"version": "5.0.0-zeta.
|
3
|
+
"version": "5.0.0-zeta.5",
|
4
4
|
"main": "dist-server/index.js",
|
5
5
|
"browser": "client/index.js",
|
6
6
|
"things-factory": true,
|
@@ -52,33 +52,33 @@
|
|
52
52
|
"@operato/scene-switch": "^1.0.0-alpha.23",
|
53
53
|
"@operato/scene-table": "^1.0.0-alpha.23",
|
54
54
|
"@operato/scene-timer": "^1.0.0-alpha.23",
|
55
|
-
"@things-factory/api": "^5.0.0-zeta.
|
56
|
-
"@things-factory/apptool-ui": "^5.0.0-zeta.
|
57
|
-
"@things-factory/auth-ui": "^5.0.0-zeta.
|
58
|
-
"@things-factory/board-service": "^5.0.0-zeta.
|
59
|
-
"@things-factory/board-ui": "^5.0.0-zeta.
|
60
|
-
"@things-factory/context-ui": "^5.0.0-zeta.
|
61
|
-
"@things-factory/dashboard": "^5.0.0-zeta.
|
62
|
-
"@things-factory/export-ui": "^5.0.0-zeta.
|
63
|
-
"@things-factory/grist-ui": "^5.0.0-zeta.
|
64
|
-
"@things-factory/help": "^5.0.0-zeta.
|
65
|
-
"@things-factory/i18n-base": "^5.0.0-zeta.
|
66
|
-
"@things-factory/integration-melsec": "^5.0.0-zeta.
|
67
|
-
"@things-factory/integration-modbus": "^5.0.0-zeta.
|
68
|
-
"@things-factory/integration-ui": "^5.0.0-zeta.
|
69
|
-
"@things-factory/lite-menu": "^5.0.0-zeta.
|
70
|
-
"@things-factory/more-ui": "^5.0.0-zeta.
|
71
|
-
"@things-factory/oauth2-client": "^5.0.0-zeta.
|
72
|
-
"@things-factory/print-ui": "^5.0.0-zeta.
|
73
|
-
"@things-factory/resource-ui": "^5.0.0-zeta.
|
74
|
-
"@things-factory/setting-base": "^5.0.0-zeta.
|
75
|
-
"@things-factory/setting-ui": "^5.0.0-zeta.
|
76
|
-
"@things-factory/shell": "^5.0.0-zeta.
|
77
|
-
"@things-factory/system-ui": "^5.0.0-zeta.
|
55
|
+
"@things-factory/api": "^5.0.0-zeta.5",
|
56
|
+
"@things-factory/apptool-ui": "^5.0.0-zeta.5",
|
57
|
+
"@things-factory/auth-ui": "^5.0.0-zeta.5",
|
58
|
+
"@things-factory/board-service": "^5.0.0-zeta.5",
|
59
|
+
"@things-factory/board-ui": "^5.0.0-zeta.5",
|
60
|
+
"@things-factory/context-ui": "^5.0.0-zeta.5",
|
61
|
+
"@things-factory/dashboard": "^5.0.0-zeta.5",
|
62
|
+
"@things-factory/export-ui": "^5.0.0-zeta.5",
|
63
|
+
"@things-factory/grist-ui": "^5.0.0-zeta.5",
|
64
|
+
"@things-factory/help": "^5.0.0-zeta.5",
|
65
|
+
"@things-factory/i18n-base": "^5.0.0-zeta.5",
|
66
|
+
"@things-factory/integration-melsec": "^5.0.0-zeta.5",
|
67
|
+
"@things-factory/integration-modbus": "^5.0.0-zeta.5",
|
68
|
+
"@things-factory/integration-ui": "^5.0.0-zeta.5",
|
69
|
+
"@things-factory/lite-menu": "^5.0.0-zeta.5",
|
70
|
+
"@things-factory/more-ui": "^5.0.0-zeta.5",
|
71
|
+
"@things-factory/oauth2-client": "^5.0.0-zeta.5",
|
72
|
+
"@things-factory/print-ui": "^5.0.0-zeta.5",
|
73
|
+
"@things-factory/resource-ui": "^5.0.0-zeta.5",
|
74
|
+
"@things-factory/setting-base": "^5.0.0-zeta.5",
|
75
|
+
"@things-factory/setting-ui": "^5.0.0-zeta.5",
|
76
|
+
"@things-factory/shell": "^5.0.0-zeta.5",
|
77
|
+
"@things-factory/system-ui": "^5.0.0-zeta.5",
|
78
78
|
"jsmodbus": "^4.0.2"
|
79
79
|
},
|
80
80
|
"devDependencies": {
|
81
|
-
"@things-factory/builder": "^5.0.0-zeta.
|
81
|
+
"@things-factory/builder": "^5.0.0-zeta.5"
|
82
82
|
},
|
83
|
-
"gitHead": "
|
83
|
+
"gitHead": "340c5e2cb0d1ab4ac683747ddfbe9fa186ced768"
|
84
84
|
}
|