@things-factory/operato-ecs 6.0.0-alpha.18 → 6.0.0-alpha.19

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.
@@ -1,3 +1,5 @@
1
+ import '@operato/i18n/ox-i18n.js'
2
+
1
3
  import { html } from 'lit-html'
2
4
 
3
5
  import { registerDefaultGroups } from '@operato/board/register-default-groups.js'
@@ -37,7 +39,7 @@ export default function bootstrap() {
37
39
  type: ADD_MORENDA,
38
40
  morenda: {
39
41
  icon: html` <mwc-icon>device_hub</mwc-icon> `,
40
- name: html` <i18n-msg msgid="text.connection"></i18n-msg> `,
42
+ name: html` <ox-i18n msgid="text.connection"></ox-i18n> `,
41
43
  action: () => {
42
44
  navigate('connection')
43
45
  }
@@ -48,7 +50,7 @@ export default function bootstrap() {
48
50
  type: ADD_MORENDA,
49
51
  morenda: {
50
52
  icon: html` <mwc-icon>format_list_numbered</mwc-icon> `,
51
- name: html` <i18n-msg msgid="text.scenario"></i18n-msg> `,
53
+ name: html` <ox-i18n msgid="text.scenario"></ox-i18n> `,
52
54
  action: () => {
53
55
  navigate('scenario')
54
56
  }
@@ -59,7 +61,7 @@ export default function bootstrap() {
59
61
  type: ADD_MORENDA,
60
62
  morenda: {
61
63
  icon: html` <mwc-icon>vpn_key</mwc-icon> `,
62
- name: html` <i18n-msg msgid="text.oauth2-clients"></i18n-msg> `,
64
+ name: html` <ox-i18n msgid="text.oauth2-clients"></ox-i18n> `,
63
65
  action: () => {
64
66
  navigate('oauth2-clients')
65
67
  }
@@ -71,7 +73,7 @@ export default function bootstrap() {
71
73
  type: ADD_MORENDA,
72
74
  morenda: {
73
75
  icon: html` <mwc-icon>extension</mwc-icon> `,
74
- name: html` <i18n-msg msgid="text.api-sandbox"></i18n-msg> `,
76
+ name: html` <ox-i18n msgid="text.api-sandbox"></ox-i18n> `,
75
77
  action: () => {
76
78
  navigate('api-swagger')
77
79
  }
@@ -82,7 +84,7 @@ export default function bootstrap() {
82
84
  // type: ADD_MORENDA,
83
85
  // morenda: {
84
86
  // icon: html` <mwc-icon>help</mwc-icon> `,
85
- // name: html` <i18n-msg msgid="text.help"></i18n-msg> `,
87
+ // name: html` <ox-i18n msgid="text.help"></ox-i18n> `,
86
88
  // action: () => {
87
89
  // navigate('help')
88
90
  // }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-ecs",
3
- "version": "6.0.0-alpha.18",
3
+ "version": "6.0.0-alpha.19",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -54,11 +54,11 @@
54
54
  "@operato/scene-timer": "^1.0.0",
55
55
  "@things-factory/api": "^6.0.0-alpha.13",
56
56
  "@things-factory/apptool-ui": "^6.0.0-alpha.13",
57
- "@things-factory/auth-ui": "^6.0.0-alpha.13",
57
+ "@things-factory/auth-ui": "^6.0.0-alpha.19",
58
58
  "@things-factory/board-service": "^6.0.0-alpha.13",
59
- "@things-factory/board-ui": "^6.0.0-alpha.17",
59
+ "@things-factory/board-ui": "^6.0.0-alpha.19",
60
60
  "@things-factory/context-ui": "^6.0.0-alpha.13",
61
- "@things-factory/dashboard": "^6.0.0-alpha.17",
61
+ "@things-factory/dashboard": "^6.0.0-alpha.19",
62
62
  "@things-factory/export-ui": "^6.0.0-alpha.13",
63
63
  "@things-factory/grist-ui": "^6.0.0-alpha.13",
64
64
  "@things-factory/help": "^6.0.0-alpha.13",
@@ -66,13 +66,13 @@
66
66
  "@things-factory/integration-melsec": "^6.0.0-alpha.13",
67
67
  "@things-factory/integration-modbus": "^6.0.0-alpha.13",
68
68
  "@things-factory/integration-ui": "^6.0.0-alpha.13",
69
- "@things-factory/lite-menu": "^6.0.0-alpha.17",
69
+ "@things-factory/lite-menu": "^6.0.0-alpha.19",
70
70
  "@things-factory/more-ui": "^6.0.0-alpha.13",
71
71
  "@things-factory/oauth2-client": "^6.0.0-alpha.13",
72
72
  "@things-factory/print-ui": "^6.0.0-alpha.13",
73
- "@things-factory/resource-ui": "^6.0.0-alpha.18",
73
+ "@things-factory/resource-ui": "^6.0.0-alpha.19",
74
74
  "@things-factory/setting-base": "^6.0.0-alpha.13",
75
- "@things-factory/setting-ui": "^6.0.0-alpha.13",
75
+ "@things-factory/setting-ui": "^6.0.0-alpha.19",
76
76
  "@things-factory/shell": "^6.0.0-alpha.13",
77
77
  "@things-factory/system-ui": "^6.0.0-alpha.13",
78
78
  "jsmodbus": "^4.0.2"
@@ -80,5 +80,5 @@
80
80
  "devDependencies": {
81
81
  "@things-factory/builder": "^6.0.0-alpha.14"
82
82
  },
83
- "gitHead": "effb2327e699c2880833aa2b1c412a2a323176e1"
83
+ "gitHead": "b4a7e60e4ffbb2e5186ed031157cf183c69d352a"
84
84
  }