@things-factory/operato-ecs 6.1.191 → 6.1.195

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.
@@ -70,6 +70,50 @@ export default async function bootstrap() {
70
70
  }
71
71
  })
72
72
 
73
+ store.dispatch({
74
+ type: ADD_MORENDA,
75
+ morenda: {
76
+ icon: html` <mwc-icon>font_download</mwc-icon> `,
77
+ name: html` <ox-i18n msgid="menu.fonts"></ox-i18n> `,
78
+ action: () => {
79
+ navigate('font-list')
80
+ }
81
+ }
82
+ })
83
+
84
+ store.dispatch({
85
+ type: ADD_MORENDA,
86
+ morenda: {
87
+ icon: html` <mwc-icon>attachment</mwc-icon> `,
88
+ name: html` <ox-i18n msgid="menu.attachments"></ox-i18n> `,
89
+ action: () => {
90
+ navigate('attachment-list')
91
+ }
92
+ }
93
+ })
94
+
95
+ store.dispatch({
96
+ type: ADD_MORENDA,
97
+ morenda: {
98
+ icon: html` <mwc-icon>dvr</mwc-icon> `,
99
+ name: html` <ox-i18n msgid="menu.board-list"></ox-i18n> `,
100
+ action: () => {
101
+ navigate('board-list')
102
+ }
103
+ }
104
+ })
105
+
106
+ store.dispatch({
107
+ type: ADD_MORENDA,
108
+ morenda: {
109
+ icon: html` <mwc-icon>airplay</mwc-icon> `,
110
+ name: html` <ox-i18n msgid="menu.play-groups"></ox-i18n> `,
111
+ action: () => {
112
+ navigate('play-list')
113
+ }
114
+ }
115
+ })
116
+
73
117
  store.dispatch({
74
118
  type: ADD_MORENDA,
75
119
  morenda: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-ecs",
3
- "version": "6.1.191",
3
+ "version": "6.1.195",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -53,32 +53,32 @@
53
53
  "@operato/scene-switch": "^1.0.0",
54
54
  "@operato/scene-table": "^1.0.0",
55
55
  "@operato/scene-timer": "^1.0.0",
56
- "@things-factory/api": "^6.1.191",
57
- "@things-factory/apptool-ui": "^6.1.191",
58
- "@things-factory/auth-ui": "^6.1.191",
59
- "@things-factory/board-service": "^6.1.191",
60
- "@things-factory/board-ui": "^6.1.191",
61
- "@things-factory/context-ui": "^6.1.191",
62
- "@things-factory/dashboard": "^6.1.191",
63
- "@things-factory/export-ui": "^6.1.191",
64
- "@things-factory/help": "^6.1.191",
65
- "@things-factory/i18n-base": "^6.1.191",
66
- "@things-factory/integration-melsec": "^6.1.191",
67
- "@things-factory/integration-modbus": "^6.1.191",
68
- "@things-factory/integration-opc": "^6.1.191",
69
- "@things-factory/integration-ui": "^6.1.191",
70
- "@things-factory/lite-menu": "^6.1.191",
71
- "@things-factory/more-ui": "^6.1.191",
72
- "@things-factory/oauth2-client": "^6.1.191",
73
- "@things-factory/print-ui": "^6.1.191",
74
- "@things-factory/resource-ui": "^6.1.191",
75
- "@things-factory/setting-base": "^6.1.191",
76
- "@things-factory/setting-ui": "^6.1.191",
77
- "@things-factory/shell": "^6.1.191",
78
- "@things-factory/system-ui": "^6.1.191"
56
+ "@things-factory/api": "^6.1.195",
57
+ "@things-factory/apptool-ui": "^6.1.195",
58
+ "@things-factory/auth-ui": "^6.1.195",
59
+ "@things-factory/board-service": "^6.1.195",
60
+ "@things-factory/board-ui": "^6.1.195",
61
+ "@things-factory/context-ui": "^6.1.195",
62
+ "@things-factory/dashboard": "^6.1.195",
63
+ "@things-factory/export-ui": "^6.1.195",
64
+ "@things-factory/help": "^6.1.195",
65
+ "@things-factory/i18n-base": "^6.1.195",
66
+ "@things-factory/integration-melsec": "^6.1.195",
67
+ "@things-factory/integration-modbus": "^6.1.195",
68
+ "@things-factory/integration-opc": "^6.1.195",
69
+ "@things-factory/integration-ui": "^6.1.195",
70
+ "@things-factory/lite-menu": "^6.1.195",
71
+ "@things-factory/more-ui": "^6.1.195",
72
+ "@things-factory/oauth2-client": "^6.1.195",
73
+ "@things-factory/print-ui": "^6.1.195",
74
+ "@things-factory/resource-ui": "^6.1.195",
75
+ "@things-factory/setting-base": "^6.1.195",
76
+ "@things-factory/setting-ui": "^6.1.195",
77
+ "@things-factory/shell": "^6.1.195",
78
+ "@things-factory/system-ui": "^6.1.195"
79
79
  },
80
80
  "devDependencies": {
81
- "@things-factory/builder": "^6.1.186"
81
+ "@things-factory/builder": "^6.1.194"
82
82
  },
83
- "gitHead": "b6dfc909644710c546e38bfc0c49c3d72d528de1"
83
+ "gitHead": "b47c4567afe5f0399502aca9ece5439c370c9629"
84
84
  }