@things-factory/operato-ecs 5.0.0-zeta.2 → 5.0.0-zeta.22

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 +16 -7
  2. package/package.json +40 -40
@@ -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(
@@ -77,14 +78,22 @@ export default function bootstrap() {
77
78
  }
78
79
  })
79
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
+ // })
91
+
80
92
  store.dispatch({
81
- type: ADD_MORENDA,
82
- morenda: {
83
- icon: html` <mwc-icon>help</mwc-icon> `,
84
- name: html` <i18n-msg msgid="text.help"></i18n-msg> `,
85
- action: () => {
86
- navigate('help')
87
- }
93
+ type: ADD_SETTING,
94
+ setting: {
95
+ seq: 21,
96
+ template: html` <lite-menu-setting-let></lite-menu-setting-let> `
88
97
  }
89
98
  })
90
99
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-ecs",
3
- "version": "5.0.0-zeta.2",
3
+ "version": "5.0.0-zeta.22",
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.21",
42
- "@operato/scene-clock": "^1.0.0-alpha.21",
43
- "@operato/scene-data-transform": "^1.0.0-alpha.21",
44
- "@operato/scene-form": "^1.0.0-alpha.21",
45
- "@operato/scene-gauge": "^1.0.0-alpha.21",
46
- "@operato/scene-half-roundrect": "^1.0.0-alpha.21",
47
- "@operato/scene-integration": "^1.0.0-alpha.21",
48
- "@operato/scene-news-ticker": "^1.0.0-alpha.21",
49
- "@operato/scene-progressbar": "^1.0.0-alpha.21",
50
- "@operato/scene-random": "^1.0.0-alpha.21",
51
- "@operato/scene-restful": "^1.0.0-alpha.21",
52
- "@operato/scene-switch": "^1.0.0-alpha.21",
53
- "@operato/scene-table": "^1.0.0-alpha.21",
54
- "@operato/scene-timer": "^1.0.0-alpha.21",
55
- "@things-factory/api": "^5.0.0-zeta.2",
56
- "@things-factory/apptool-ui": "^5.0.0-zeta.2",
57
- "@things-factory/auth-ui": "^5.0.0-zeta.2",
58
- "@things-factory/board-service": "^5.0.0-zeta.2",
59
- "@things-factory/board-ui": "^5.0.0-zeta.2",
60
- "@things-factory/context-ui": "^5.0.0-zeta.2",
61
- "@things-factory/dashboard": "^5.0.0-zeta.2",
62
- "@things-factory/export-ui": "^5.0.0-zeta.2",
63
- "@things-factory/grist-ui": "^5.0.0-zeta.2",
64
- "@things-factory/help": "^5.0.0-zeta.2",
65
- "@things-factory/i18n-base": "^5.0.0-zeta.2",
66
- "@things-factory/integration-melsec": "^5.0.0-zeta.2",
67
- "@things-factory/integration-modbus": "^5.0.0-zeta.2",
68
- "@things-factory/integration-ui": "^5.0.0-zeta.2",
69
- "@things-factory/lite-menu": "^5.0.0-zeta.2",
70
- "@things-factory/more-ui": "^5.0.0-zeta.2",
71
- "@things-factory/oauth2-client": "^5.0.0-zeta.2",
72
- "@things-factory/print-ui": "^5.0.0-zeta.2",
73
- "@things-factory/resource-ui": "^5.0.0-zeta.2",
74
- "@things-factory/setting-base": "^5.0.0-zeta.2",
75
- "@things-factory/setting-ui": "^5.0.0-zeta.2",
76
- "@things-factory/shell": "^5.0.0-zeta.2",
77
- "@things-factory/system-ui": "^5.0.0-zeta.2",
41
+ "@operato/scene-chartjs": "^1.0.0-alpha.36",
42
+ "@operato/scene-clock": "^1.0.0-alpha.36",
43
+ "@operato/scene-data-transform": "^1.0.0-alpha.36",
44
+ "@operato/scene-form": "^1.0.0-alpha.36",
45
+ "@operato/scene-gauge": "^1.0.0-alpha.36",
46
+ "@operato/scene-half-roundrect": "^1.0.0-alpha.36",
47
+ "@operato/scene-integration": "^1.0.0-alpha.36",
48
+ "@operato/scene-news-ticker": "^1.0.0-alpha.36",
49
+ "@operato/scene-progressbar": "^1.0.0-alpha.36",
50
+ "@operato/scene-random": "^1.0.0-alpha.36",
51
+ "@operato/scene-restful": "^1.0.0-alpha.36",
52
+ "@operato/scene-switch": "^1.0.0-alpha.36",
53
+ "@operato/scene-table": "^1.0.0-alpha.36",
54
+ "@operato/scene-timer": "^1.0.0-alpha.36",
55
+ "@things-factory/api": "^5.0.0-zeta.22",
56
+ "@things-factory/apptool-ui": "^5.0.0-zeta.22",
57
+ "@things-factory/auth-ui": "^5.0.0-zeta.22",
58
+ "@things-factory/board-service": "^5.0.0-zeta.22",
59
+ "@things-factory/board-ui": "^5.0.0-zeta.22",
60
+ "@things-factory/context-ui": "^5.0.0-zeta.22",
61
+ "@things-factory/dashboard": "^5.0.0-zeta.22",
62
+ "@things-factory/export-ui": "^5.0.0-zeta.22",
63
+ "@things-factory/grist-ui": "^5.0.0-zeta.22",
64
+ "@things-factory/help": "^5.0.0-zeta.22",
65
+ "@things-factory/i18n-base": "^5.0.0-zeta.22",
66
+ "@things-factory/integration-melsec": "^5.0.0-zeta.22",
67
+ "@things-factory/integration-modbus": "^5.0.0-zeta.22",
68
+ "@things-factory/integration-ui": "^5.0.0-zeta.22",
69
+ "@things-factory/lite-menu": "^5.0.0-zeta.22",
70
+ "@things-factory/more-ui": "^5.0.0-zeta.22",
71
+ "@things-factory/oauth2-client": "^5.0.0-zeta.22",
72
+ "@things-factory/print-ui": "^5.0.0-zeta.22",
73
+ "@things-factory/resource-ui": "^5.0.0-zeta.22",
74
+ "@things-factory/setting-base": "^5.0.0-zeta.22",
75
+ "@things-factory/setting-ui": "^5.0.0-zeta.22",
76
+ "@things-factory/shell": "^5.0.0-zeta.22",
77
+ "@things-factory/system-ui": "^5.0.0-zeta.22",
78
78
  "jsmodbus": "^4.0.2"
79
79
  },
80
80
  "devDependencies": {
81
- "@things-factory/builder": "^5.0.0-zeta.2"
81
+ "@things-factory/builder": "^5.0.0-zeta.22"
82
82
  },
83
- "gitHead": "fe921b76f32ac48ceddf3c290110509bdb5750d6"
83
+ "gitHead": "2d3a91575ddd9374d07a6fa9edf3b5d89e82679a"
84
84
  }