@things-factory/operato-ecs 5.0.0-zeta.7 → 5.0.0

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.
Files changed (2) hide show
  1. package/client/bootstrap.js +10 -10
  2. package/package.json +40 -40
@@ -78,16 +78,16 @@ export default function bootstrap() {
78
78
  }
79
79
  })
80
80
 
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
- })
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.7",
3
+ "version": "5.0.0",
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.25",
42
- "@operato/scene-clock": "^1.0.0-alpha.25",
43
- "@operato/scene-data-transform": "^1.0.0-alpha.25",
44
- "@operato/scene-form": "^1.0.0-alpha.25",
45
- "@operato/scene-gauge": "^1.0.0-alpha.25",
46
- "@operato/scene-half-roundrect": "^1.0.0-alpha.25",
47
- "@operato/scene-integration": "^1.0.0-alpha.25",
48
- "@operato/scene-news-ticker": "^1.0.0-alpha.25",
49
- "@operato/scene-progressbar": "^1.0.0-alpha.25",
50
- "@operato/scene-random": "^1.0.0-alpha.25",
51
- "@operato/scene-restful": "^1.0.0-alpha.25",
52
- "@operato/scene-switch": "^1.0.0-alpha.25",
53
- "@operato/scene-table": "^1.0.0-alpha.25",
54
- "@operato/scene-timer": "^1.0.0-alpha.25",
55
- "@things-factory/api": "^5.0.0-zeta.7",
56
- "@things-factory/apptool-ui": "^5.0.0-zeta.7",
57
- "@things-factory/auth-ui": "^5.0.0-zeta.7",
58
- "@things-factory/board-service": "^5.0.0-zeta.7",
59
- "@things-factory/board-ui": "^5.0.0-zeta.7",
60
- "@things-factory/context-ui": "^5.0.0-zeta.7",
61
- "@things-factory/dashboard": "^5.0.0-zeta.7",
62
- "@things-factory/export-ui": "^5.0.0-zeta.7",
63
- "@things-factory/grist-ui": "^5.0.0-zeta.7",
64
- "@things-factory/help": "^5.0.0-zeta.7",
65
- "@things-factory/i18n-base": "^5.0.0-zeta.7",
66
- "@things-factory/integration-melsec": "^5.0.0-zeta.7",
67
- "@things-factory/integration-modbus": "^5.0.0-zeta.7",
68
- "@things-factory/integration-ui": "^5.0.0-zeta.7",
69
- "@things-factory/lite-menu": "^5.0.0-zeta.7",
70
- "@things-factory/more-ui": "^5.0.0-zeta.7",
71
- "@things-factory/oauth2-client": "^5.0.0-zeta.7",
72
- "@things-factory/print-ui": "^5.0.0-zeta.7",
73
- "@things-factory/resource-ui": "^5.0.0-zeta.7",
74
- "@things-factory/setting-base": "^5.0.0-zeta.7",
75
- "@things-factory/setting-ui": "^5.0.0-zeta.7",
76
- "@things-factory/shell": "^5.0.0-zeta.7",
77
- "@things-factory/system-ui": "^5.0.0-zeta.7",
41
+ "@operato/scene-chartjs": "^1.0.0",
42
+ "@operato/scene-clock": "^1.0.0",
43
+ "@operato/scene-data-transform": "^1.0.0",
44
+ "@operato/scene-form": "^1.0.0",
45
+ "@operato/scene-gauge": "^1.0.0",
46
+ "@operato/scene-half-roundrect": "^1.0.0",
47
+ "@operato/scene-integration": "^1.0.0",
48
+ "@operato/scene-news-ticker": "^1.0.0",
49
+ "@operato/scene-progressbar": "^1.0.0",
50
+ "@operato/scene-random": "^1.0.0",
51
+ "@operato/scene-restful": "^1.0.0",
52
+ "@operato/scene-switch": "^1.0.0",
53
+ "@operato/scene-table": "^1.0.0",
54
+ "@operato/scene-timer": "^1.0.0",
55
+ "@things-factory/api": "^5.0.0",
56
+ "@things-factory/apptool-ui": "^5.0.0",
57
+ "@things-factory/auth-ui": "^5.0.0",
58
+ "@things-factory/board-service": "^5.0.0",
59
+ "@things-factory/board-ui": "^5.0.0",
60
+ "@things-factory/context-ui": "^5.0.0",
61
+ "@things-factory/dashboard": "^5.0.0",
62
+ "@things-factory/export-ui": "^5.0.0",
63
+ "@things-factory/grist-ui": "^5.0.0",
64
+ "@things-factory/help": "^5.0.0",
65
+ "@things-factory/i18n-base": "^5.0.0",
66
+ "@things-factory/integration-melsec": "^5.0.0",
67
+ "@things-factory/integration-modbus": "^5.0.0",
68
+ "@things-factory/integration-ui": "^5.0.0",
69
+ "@things-factory/lite-menu": "^5.0.0",
70
+ "@things-factory/more-ui": "^5.0.0",
71
+ "@things-factory/oauth2-client": "^5.0.0",
72
+ "@things-factory/print-ui": "^5.0.0",
73
+ "@things-factory/resource-ui": "^5.0.0",
74
+ "@things-factory/setting-base": "^5.0.0",
75
+ "@things-factory/setting-ui": "^5.0.0",
76
+ "@things-factory/shell": "^5.0.0",
77
+ "@things-factory/system-ui": "^5.0.0",
78
78
  "jsmodbus": "^4.0.2"
79
79
  },
80
80
  "devDependencies": {
81
- "@things-factory/builder": "^5.0.0-zeta.7"
81
+ "@things-factory/builder": "^5.0.0"
82
82
  },
83
- "gitHead": "e9618dfd6077ba14ebbca0ffb123a5a82660697b"
83
+ "gitHead": "32cb91663e38de9ab1bb7a72af923c3bf8ac187b"
84
84
  }