@things-factory/operato-ecs 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 +40 -40
package/client/bootstrap.js
CHANGED
@@ -78,16 +78,16 @@ export default function bootstrap() {
|
|
78
78
|
}
|
79
79
|
})
|
80
80
|
|
81
|
-
store.dispatch({
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
})
|
81
|
+
// store.dispatch({
|
82
|
+
// type: ADD_MORENDA,
|
83
|
+
// morenda: {
|
84
|
+
// icon: html` <mwc-icon>help</mwc-icon> `,
|
85
|
+
// name: html` <i18n-msg msgid="text.help"></i18n-msg> `,
|
86
|
+
// action: () => {
|
87
|
+
// navigate('help')
|
88
|
+
// }
|
89
|
+
// }
|
90
|
+
// })
|
91
91
|
|
92
92
|
store.dispatch({
|
93
93
|
type: ADD_SETTING,
|
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.23",
|
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 --platform linux/amd64 -p 4000:3000 hatiolab/operato-ecs:latest"
|
39
39
|
},
|
40
40
|
"dependencies": {
|
41
|
-
"@operato/scene-chartjs": "^1.0.0-alpha.
|
42
|
-
"@operato/scene-clock": "^1.0.0-alpha.
|
43
|
-
"@operato/scene-data-transform": "^1.0.0-alpha.
|
44
|
-
"@operato/scene-form": "^1.0.0-alpha.
|
45
|
-
"@operato/scene-gauge": "^1.0.0-alpha.
|
46
|
-
"@operato/scene-half-roundrect": "^1.0.0-alpha.
|
47
|
-
"@operato/scene-integration": "^1.0.0-alpha.
|
48
|
-
"@operato/scene-news-ticker": "^1.0.0-alpha.
|
49
|
-
"@operato/scene-progressbar": "^1.0.0-alpha.
|
50
|
-
"@operato/scene-random": "^1.0.0-alpha.
|
51
|
-
"@operato/scene-restful": "^1.0.0-alpha.
|
52
|
-
"@operato/scene-switch": "^1.0.0-alpha.
|
53
|
-
"@operato/scene-table": "^1.0.0-alpha.
|
54
|
-
"@operato/scene-timer": "^1.0.0-alpha.
|
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.
|
41
|
+
"@operato/scene-chartjs": "^1.0.0-alpha.37",
|
42
|
+
"@operato/scene-clock": "^1.0.0-alpha.37",
|
43
|
+
"@operato/scene-data-transform": "^1.0.0-alpha.37",
|
44
|
+
"@operato/scene-form": "^1.0.0-alpha.37",
|
45
|
+
"@operato/scene-gauge": "^1.0.0-alpha.37",
|
46
|
+
"@operato/scene-half-roundrect": "^1.0.0-alpha.37",
|
47
|
+
"@operato/scene-integration": "^1.0.0-alpha.37",
|
48
|
+
"@operato/scene-news-ticker": "^1.0.0-alpha.37",
|
49
|
+
"@operato/scene-progressbar": "^1.0.0-alpha.37",
|
50
|
+
"@operato/scene-random": "^1.0.0-alpha.37",
|
51
|
+
"@operato/scene-restful": "^1.0.0-alpha.37",
|
52
|
+
"@operato/scene-switch": "^1.0.0-alpha.37",
|
53
|
+
"@operato/scene-table": "^1.0.0-alpha.37",
|
54
|
+
"@operato/scene-timer": "^1.0.0-alpha.37",
|
55
|
+
"@things-factory/api": "^5.0.0-zeta.23",
|
56
|
+
"@things-factory/apptool-ui": "^5.0.0-zeta.23",
|
57
|
+
"@things-factory/auth-ui": "^5.0.0-zeta.23",
|
58
|
+
"@things-factory/board-service": "^5.0.0-zeta.23",
|
59
|
+
"@things-factory/board-ui": "^5.0.0-zeta.23",
|
60
|
+
"@things-factory/context-ui": "^5.0.0-zeta.23",
|
61
|
+
"@things-factory/dashboard": "^5.0.0-zeta.23",
|
62
|
+
"@things-factory/export-ui": "^5.0.0-zeta.23",
|
63
|
+
"@things-factory/grist-ui": "^5.0.0-zeta.23",
|
64
|
+
"@things-factory/help": "^5.0.0-zeta.23",
|
65
|
+
"@things-factory/i18n-base": "^5.0.0-zeta.23",
|
66
|
+
"@things-factory/integration-melsec": "^5.0.0-zeta.23",
|
67
|
+
"@things-factory/integration-modbus": "^5.0.0-zeta.23",
|
68
|
+
"@things-factory/integration-ui": "^5.0.0-zeta.23",
|
69
|
+
"@things-factory/lite-menu": "^5.0.0-zeta.23",
|
70
|
+
"@things-factory/more-ui": "^5.0.0-zeta.23",
|
71
|
+
"@things-factory/oauth2-client": "^5.0.0-zeta.23",
|
72
|
+
"@things-factory/print-ui": "^5.0.0-zeta.23",
|
73
|
+
"@things-factory/resource-ui": "^5.0.0-zeta.23",
|
74
|
+
"@things-factory/setting-base": "^5.0.0-zeta.23",
|
75
|
+
"@things-factory/setting-ui": "^5.0.0-zeta.23",
|
76
|
+
"@things-factory/shell": "^5.0.0-zeta.23",
|
77
|
+
"@things-factory/system-ui": "^5.0.0-zeta.23",
|
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.23"
|
82
82
|
},
|
83
|
-
"gitHead": "
|
83
|
+
"gitHead": "a77e5b8804e88e81b81bbc78c43663f4246e48b0"
|
84
84
|
}
|