@things-factory/operato-scenario 5.0.0-zeta.3 → 5.0.0-zeta.6
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 +13 -3
- package/package.json +22 -22
package/client/bootstrap.js
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import { html } from 'lit-html'
|
|
2
|
-
|
|
3
|
-
import { ADD_MORENDA } from '@things-factory/more-base'
|
|
2
|
+
|
|
4
3
|
import { auth } from '@things-factory/auth-base'
|
|
5
4
|
import { setAuthManagementMenus } from '@things-factory/auth-ui'
|
|
6
|
-
import {
|
|
5
|
+
import { setupMenuPart, updateMenuTemplate } from '@things-factory/lite-menu'
|
|
6
|
+
import { ADD_MORENDA } from '@things-factory/more-base'
|
|
7
|
+
import { ADD_SETTING } from '@things-factory/setting-base'
|
|
8
|
+
import { navigate, store } from '@things-factory/shell'
|
|
7
9
|
|
|
8
10
|
import { getMenuTemplate } from './menu'
|
|
9
11
|
|
|
@@ -85,4 +87,12 @@ export default function bootstrap() {
|
|
|
85
87
|
}
|
|
86
88
|
})
|
|
87
89
|
})
|
|
90
|
+
|
|
91
|
+
store.dispatch({
|
|
92
|
+
type: ADD_SETTING,
|
|
93
|
+
setting: {
|
|
94
|
+
seq: 21,
|
|
95
|
+
template: html` <lite-menu-setting-let></lite-menu-setting-let> `
|
|
96
|
+
}
|
|
97
|
+
})
|
|
88
98
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-scenario",
|
|
3
|
-
"version": "5.0.0-zeta.
|
|
3
|
+
"version": "5.0.0-zeta.6",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -37,29 +37,29 @@
|
|
|
37
37
|
"docker:run": "docker run --platform linux/amd64 -it -p 4000:3000 hatiolab/operato-scenario:latest"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@things-factory/apptool-ui": "^5.0.0-zeta.
|
|
41
|
-
"@things-factory/auth-ui": "^5.0.0-zeta.
|
|
42
|
-
"@things-factory/context-ui": "^5.0.0-zeta.
|
|
43
|
-
"@things-factory/export-ui": "^5.0.0-zeta.
|
|
44
|
-
"@things-factory/font-base": "^5.0.0-zeta.
|
|
45
|
-
"@things-factory/form-ui": "^5.0.0-zeta.
|
|
46
|
-
"@things-factory/help": "^5.0.0-zeta.
|
|
47
|
-
"@things-factory/i18n-base": "^5.0.0-zeta.
|
|
48
|
-
"@things-factory/import-ui": "^5.0.0-zeta.
|
|
49
|
-
"@things-factory/integration-notification": "^5.0.0-zeta.
|
|
50
|
-
"@things-factory/integration-ui": "^5.0.0-zeta.
|
|
51
|
-
"@things-factory/layout-ui": "^5.0.0-zeta.
|
|
52
|
-
"@things-factory/lite-menu": "^5.0.0-zeta.
|
|
53
|
-
"@things-factory/more-ui": "^5.0.0-zeta.
|
|
54
|
-
"@things-factory/notification": "^5.0.0-zeta.
|
|
55
|
-
"@things-factory/oauth2-client": "^5.0.0-zeta.
|
|
40
|
+
"@things-factory/apptool-ui": "^5.0.0-zeta.6",
|
|
41
|
+
"@things-factory/auth-ui": "^5.0.0-zeta.6",
|
|
42
|
+
"@things-factory/context-ui": "^5.0.0-zeta.6",
|
|
43
|
+
"@things-factory/export-ui": "^5.0.0-zeta.6",
|
|
44
|
+
"@things-factory/font-base": "^5.0.0-zeta.6",
|
|
45
|
+
"@things-factory/form-ui": "^5.0.0-zeta.6",
|
|
46
|
+
"@things-factory/help": "^5.0.0-zeta.6",
|
|
47
|
+
"@things-factory/i18n-base": "^5.0.0-zeta.6",
|
|
48
|
+
"@things-factory/import-ui": "^5.0.0-zeta.6",
|
|
49
|
+
"@things-factory/integration-notification": "^5.0.0-zeta.6",
|
|
50
|
+
"@things-factory/integration-ui": "^5.0.0-zeta.6",
|
|
51
|
+
"@things-factory/layout-ui": "^5.0.0-zeta.6",
|
|
52
|
+
"@things-factory/lite-menu": "^5.0.0-zeta.6",
|
|
53
|
+
"@things-factory/more-ui": "^5.0.0-zeta.6",
|
|
54
|
+
"@things-factory/notification": "^5.0.0-zeta.6",
|
|
55
|
+
"@things-factory/oauth2-client": "^5.0.0-zeta.6",
|
|
56
56
|
"@things-factory/operato-license-checker": "^3.0.4",
|
|
57
|
-
"@things-factory/resource-ui": "^5.0.0-zeta.
|
|
58
|
-
"@things-factory/setting-ui": "^5.0.0-zeta.
|
|
59
|
-
"@things-factory/system-ui": "^5.0.0-zeta.
|
|
57
|
+
"@things-factory/resource-ui": "^5.0.0-zeta.6",
|
|
58
|
+
"@things-factory/setting-ui": "^5.0.0-zeta.6",
|
|
59
|
+
"@things-factory/system-ui": "^5.0.0-zeta.6"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
|
-
"@things-factory/builder": "^5.0.0-zeta.
|
|
62
|
+
"@things-factory/builder": "^5.0.0-zeta.6"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "572d774d5df33cf7dc25689fde4b6096a667db9d"
|
|
65
65
|
}
|