@things-factory/operato-scenario 5.0.0-zeta.20 → 5.0.0-zeta.23
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 +10 -10
- package/package.json +22 -22
package/client/bootstrap.js
CHANGED
|
@@ -76,16 +76,16 @@ export default function bootstrap() {
|
|
|
76
76
|
}
|
|
77
77
|
})
|
|
78
78
|
|
|
79
|
-
store.dispatch({
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
})
|
|
79
|
+
// store.dispatch({
|
|
80
|
+
// type: ADD_MORENDA,
|
|
81
|
+
// morenda: {
|
|
82
|
+
// icon: html` <mwc-icon>help</mwc-icon> `,
|
|
83
|
+
// name: html` <i18n-msg msgid="text.help"></i18n-msg> `,
|
|
84
|
+
// action: () => {
|
|
85
|
+
// navigate('help')
|
|
86
|
+
// }
|
|
87
|
+
// }
|
|
88
|
+
// })
|
|
89
89
|
})
|
|
90
90
|
|
|
91
91
|
store.dispatch({
|
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.23",
|
|
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.23",
|
|
41
|
+
"@things-factory/auth-ui": "^5.0.0-zeta.23",
|
|
42
|
+
"@things-factory/context-ui": "^5.0.0-zeta.23",
|
|
43
|
+
"@things-factory/export-ui": "^5.0.0-zeta.23",
|
|
44
|
+
"@things-factory/font-base": "^5.0.0-zeta.23",
|
|
45
|
+
"@things-factory/form-ui": "^5.0.0-zeta.23",
|
|
46
|
+
"@things-factory/help": "^5.0.0-zeta.23",
|
|
47
|
+
"@things-factory/i18n-base": "^5.0.0-zeta.23",
|
|
48
|
+
"@things-factory/import-ui": "^5.0.0-zeta.23",
|
|
49
|
+
"@things-factory/integration-notification": "^5.0.0-zeta.23",
|
|
50
|
+
"@things-factory/integration-ui": "^5.0.0-zeta.23",
|
|
51
|
+
"@things-factory/layout-ui": "^5.0.0-zeta.23",
|
|
52
|
+
"@things-factory/lite-menu": "^5.0.0-zeta.23",
|
|
53
|
+
"@things-factory/more-ui": "^5.0.0-zeta.23",
|
|
54
|
+
"@things-factory/notification": "^5.0.0-zeta.23",
|
|
55
|
+
"@things-factory/oauth2-client": "^5.0.0-zeta.23",
|
|
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.23",
|
|
58
|
+
"@things-factory/setting-ui": "^5.0.0-zeta.23",
|
|
59
|
+
"@things-factory/system-ui": "^5.0.0-zeta.23"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
|
-
"@things-factory/builder": "^5.0.0-zeta.
|
|
62
|
+
"@things-factory/builder": "^5.0.0-zeta.23"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "a77e5b8804e88e81b81bbc78c43663f4246e48b0"
|
|
65
65
|
}
|