@things-factory/operato-hub 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.
- package/client/bootstrap.js +4 -3
- package/package.json +19 -19
package/client/bootstrap.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import '@operato/i18n/ox-i18n.js'
|
|
1
2
|
import '@things-factory/auth-ui' /* for domain-switch */
|
|
2
3
|
import '@things-factory/notification'
|
|
3
4
|
import './viewparts/user-circle'
|
|
@@ -48,7 +49,7 @@ export default function bootstrap() {
|
|
|
48
49
|
type: ADD_MORENDA,
|
|
49
50
|
morenda: {
|
|
50
51
|
icon: html` <mwc-icon>help</mwc-icon> `,
|
|
51
|
-
name: html` <i18n
|
|
52
|
+
name: html` <ox-i18n msgid="text.help"></ox-i18n> `,
|
|
52
53
|
action: () => {
|
|
53
54
|
navigate('help')
|
|
54
55
|
}
|
|
@@ -101,7 +102,7 @@ export default function bootstrap() {
|
|
|
101
102
|
type: ADD_MORENDA,
|
|
102
103
|
morenda: {
|
|
103
104
|
icon: html` <mwc-icon>device_hub</mwc-icon> `,
|
|
104
|
-
name: html` <i18n
|
|
105
|
+
name: html` <ox-i18n msgid="text.connection"></ox-i18n> `,
|
|
105
106
|
action: () => {
|
|
106
107
|
navigate('connection')
|
|
107
108
|
}
|
|
@@ -112,7 +113,7 @@ export default function bootstrap() {
|
|
|
112
113
|
type: ADD_MORENDA,
|
|
113
114
|
morenda: {
|
|
114
115
|
icon: html` <mwc-icon>format_list_numbered</mwc-icon> `,
|
|
115
|
-
name: html` <i18n
|
|
116
|
+
name: html` <ox-i18n msgid="text.scenario"></ox-i18n> `,
|
|
116
117
|
action: () => {
|
|
117
118
|
navigate('scenario')
|
|
118
119
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-hub",
|
|
3
|
-
"version": "6.0.0-alpha.
|
|
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,
|
|
@@ -67,11 +67,11 @@
|
|
|
67
67
|
"@things-factory/apptool-ui": "^6.0.0-alpha.13",
|
|
68
68
|
"@things-factory/attachment-base": "^6.0.0-alpha.13",
|
|
69
69
|
"@things-factory/auth-base": "^6.0.0-alpha.13",
|
|
70
|
-
"@things-factory/auth-ui": "^6.0.0-alpha.
|
|
70
|
+
"@things-factory/auth-ui": "^6.0.0-alpha.19",
|
|
71
71
|
"@things-factory/biz-base": "^6.0.0-alpha.13",
|
|
72
72
|
"@things-factory/biz-ui": "^6.0.0-alpha.13",
|
|
73
73
|
"@things-factory/board-service": "^6.0.0-alpha.13",
|
|
74
|
-
"@things-factory/board-ui": "^6.0.0-alpha.
|
|
74
|
+
"@things-factory/board-ui": "^6.0.0-alpha.19",
|
|
75
75
|
"@things-factory/code-ui": "^6.0.0-alpha.17",
|
|
76
76
|
"@things-factory/component-ui": "^6.0.0-alpha.13",
|
|
77
77
|
"@things-factory/context-ui": "^6.0.0-alpha.13",
|
|
@@ -85,27 +85,27 @@
|
|
|
85
85
|
"@things-factory/i18n-base": "^6.0.0-alpha.13",
|
|
86
86
|
"@things-factory/import-ui": "^6.0.0-alpha.13",
|
|
87
87
|
"@things-factory/import-ui-excel": "^6.0.0-alpha.18",
|
|
88
|
-
"@things-factory/integration-accounting": "^6.0.0-alpha.
|
|
89
|
-
"@things-factory/integration-fulfillment": "^6.0.0-alpha.
|
|
90
|
-
"@things-factory/integration-lmd": "^6.0.0-alpha.
|
|
91
|
-
"@things-factory/integration-marketplace": "^6.0.0-alpha.
|
|
92
|
-
"@things-factory/integration-pos": "^6.0.0-alpha.
|
|
93
|
-
"@things-factory/integration-sellercraft": "^6.0.0-alpha.
|
|
94
|
-
"@things-factory/integration-sftp": "^6.0.0-alpha.
|
|
95
|
-
"@things-factory/lite-menu": "^6.0.0-alpha.
|
|
88
|
+
"@things-factory/integration-accounting": "^6.0.0-alpha.19",
|
|
89
|
+
"@things-factory/integration-fulfillment": "^6.0.0-alpha.19",
|
|
90
|
+
"@things-factory/integration-lmd": "^6.0.0-alpha.19",
|
|
91
|
+
"@things-factory/integration-marketplace": "^6.0.0-alpha.19",
|
|
92
|
+
"@things-factory/integration-pos": "^6.0.0-alpha.19",
|
|
93
|
+
"@things-factory/integration-sellercraft": "^6.0.0-alpha.19",
|
|
94
|
+
"@things-factory/integration-sftp": "^6.0.0-alpha.19",
|
|
95
|
+
"@things-factory/lite-menu": "^6.0.0-alpha.19",
|
|
96
96
|
"@things-factory/more-ui": "^6.0.0-alpha.13",
|
|
97
|
-
"@things-factory/notification": "^6.0.0-alpha.
|
|
97
|
+
"@things-factory/notification": "^6.0.0-alpha.19",
|
|
98
98
|
"@things-factory/pdf": "^6.0.0-alpha.13",
|
|
99
99
|
"@things-factory/product-ui": "^6.0.0-alpha.13",
|
|
100
|
-
"@things-factory/resource-ui": "^6.0.0-alpha.
|
|
101
|
-
"@things-factory/sales-base": "^6.0.0-alpha.
|
|
100
|
+
"@things-factory/resource-ui": "^6.0.0-alpha.19",
|
|
101
|
+
"@things-factory/sales-base": "^6.0.0-alpha.19",
|
|
102
102
|
"@things-factory/scene-google-map": "^6.0.0-alpha.8",
|
|
103
|
-
"@things-factory/scene-visualizer": "^6.0.0-alpha.
|
|
104
|
-
"@things-factory/setting-ui": "^6.0.0-alpha.
|
|
103
|
+
"@things-factory/scene-visualizer": "^6.0.0-alpha.19",
|
|
104
|
+
"@things-factory/setting-ui": "^6.0.0-alpha.19",
|
|
105
105
|
"@things-factory/shell": "^6.0.0-alpha.13",
|
|
106
106
|
"@things-factory/system-ui": "^6.0.0-alpha.13",
|
|
107
|
-
"@things-factory/warehouse-base": "^6.0.0-alpha.
|
|
108
|
-
"@things-factory/worksheet-base": "^6.0.0-alpha.
|
|
107
|
+
"@things-factory/warehouse-base": "^6.0.0-alpha.19",
|
|
108
|
+
"@things-factory/worksheet-base": "^6.0.0-alpha.19",
|
|
109
109
|
"koa2-swagger-ui": "^5.0.2",
|
|
110
110
|
"swagger-jsdoc": "^5.0.0",
|
|
111
111
|
"yamljs": "^0.3.0"
|
|
@@ -113,5 +113,5 @@
|
|
|
113
113
|
"devDependencies": {
|
|
114
114
|
"@things-factory/builder": "^6.0.0-alpha.14"
|
|
115
115
|
},
|
|
116
|
-
"gitHead": "
|
|
116
|
+
"gitHead": "b4a7e60e4ffbb2e5186ed031157cf183c69d352a"
|
|
117
117
|
}
|