@things-factory/operato-mms 7.0.1-alpha.97 → 7.0.1-alpha.99
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 +9 -0
- package/config/config.production.js +0 -1
- package/package.json +22 -22
package/client/bootstrap.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import '@operato/i18n/ox-i18n.js'
|
|
2
2
|
import '@things-factory/auth-ui/dist-client' /* for domain-switch */
|
|
3
|
+
import '@things-factory/setting-ui/dist-client' /* theme-mode-setting-let */
|
|
3
4
|
import '@things-factory/notification'
|
|
4
5
|
import './menu'
|
|
5
6
|
import './viewparts/user-circle'
|
|
@@ -162,6 +163,14 @@ export default async function bootstrap() {
|
|
|
162
163
|
}
|
|
163
164
|
})
|
|
164
165
|
|
|
166
|
+
store.dispatch({
|
|
167
|
+
type: ADD_SETTING,
|
|
168
|
+
setting: {
|
|
169
|
+
seq: 10,
|
|
170
|
+
template: html` <theme-mode-setting-let></theme-mode-setting-let> `
|
|
171
|
+
}
|
|
172
|
+
})
|
|
173
|
+
|
|
165
174
|
store.dispatch({
|
|
166
175
|
type: ADD_SETTING,
|
|
167
176
|
setting: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-mms",
|
|
3
|
-
"version": "7.0.1-alpha.
|
|
3
|
+
"version": "7.0.1-alpha.99",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -70,38 +70,38 @@
|
|
|
70
70
|
"@operato/scene-timer": "^2.0.0-alpha.0",
|
|
71
71
|
"@operato/scene-visualizer": "^2.0.0-alpha.0",
|
|
72
72
|
"@operato/scene-wheel-sorter": "^2.0.0-alpha.0",
|
|
73
|
-
"@things-factory/apptool-ui": "^7.0.1-alpha.
|
|
74
|
-
"@things-factory/attachment-base": "^7.0.1-alpha.
|
|
75
|
-
"@things-factory/auth-ui": "^7.0.1-alpha.
|
|
76
|
-
"@things-factory/biz-base": "^7.0.1-alpha.
|
|
77
|
-
"@things-factory/board-service": "^7.0.1-alpha.
|
|
78
|
-
"@things-factory/board-ui": "^7.0.1-alpha.
|
|
79
|
-
"@things-factory/code-ui": "^7.0.1-alpha.
|
|
73
|
+
"@things-factory/apptool-ui": "^7.0.1-alpha.99",
|
|
74
|
+
"@things-factory/attachment-base": "^7.0.1-alpha.99",
|
|
75
|
+
"@things-factory/auth-ui": "^7.0.1-alpha.99",
|
|
76
|
+
"@things-factory/biz-base": "^7.0.1-alpha.99",
|
|
77
|
+
"@things-factory/board-service": "^7.0.1-alpha.99",
|
|
78
|
+
"@things-factory/board-ui": "^7.0.1-alpha.99",
|
|
79
|
+
"@things-factory/code-ui": "^7.0.1-alpha.99",
|
|
80
80
|
"@things-factory/context-ui": "^7.0.1-alpha.97",
|
|
81
|
-
"@things-factory/dashboard": "^7.0.1-alpha.
|
|
81
|
+
"@things-factory/dashboard": "^7.0.1-alpha.99",
|
|
82
82
|
"@things-factory/export-ui": "^7.0.1-alpha.97",
|
|
83
83
|
"@things-factory/export-ui-csv": "^7.0.1-alpha.97",
|
|
84
84
|
"@things-factory/export-ui-excel": "^7.0.1-alpha.97",
|
|
85
|
-
"@things-factory/geography": "^7.0.1-alpha.
|
|
85
|
+
"@things-factory/geography": "^7.0.1-alpha.99",
|
|
86
86
|
"@things-factory/help": "^7.0.1-alpha.97",
|
|
87
|
-
"@things-factory/i18n-base": "^7.0.1-alpha.
|
|
88
|
-
"@things-factory/integration-fulfillment": "^7.0.1-alpha.
|
|
89
|
-
"@things-factory/integration-lmd": "^7.0.1-alpha.
|
|
90
|
-
"@things-factory/lite-menu": "^7.0.1-alpha.
|
|
91
|
-
"@things-factory/marketplace-base": "^7.0.1-alpha.
|
|
87
|
+
"@things-factory/i18n-base": "^7.0.1-alpha.99",
|
|
88
|
+
"@things-factory/integration-fulfillment": "^7.0.1-alpha.99",
|
|
89
|
+
"@things-factory/integration-lmd": "^7.0.1-alpha.99",
|
|
90
|
+
"@things-factory/lite-menu": "^7.0.1-alpha.99",
|
|
91
|
+
"@things-factory/marketplace-base": "^7.0.1-alpha.99",
|
|
92
92
|
"@things-factory/more-ui": "^7.0.1-alpha.97",
|
|
93
|
-
"@things-factory/notification": "^7.0.1-alpha.
|
|
94
|
-
"@things-factory/oauth2-client": "^7.0.1-alpha.
|
|
93
|
+
"@things-factory/notification": "^7.0.1-alpha.99",
|
|
94
|
+
"@things-factory/oauth2-client": "^7.0.1-alpha.99",
|
|
95
95
|
"@things-factory/pdf": "^7.0.1-alpha.71",
|
|
96
|
-
"@things-factory/product-base": "^7.0.1-alpha.
|
|
97
|
-
"@things-factory/resource-ui": "^7.0.1-alpha.
|
|
98
|
-
"@things-factory/setting-ui": "^7.0.1-alpha.
|
|
96
|
+
"@things-factory/product-base": "^7.0.1-alpha.99",
|
|
97
|
+
"@things-factory/resource-ui": "^7.0.1-alpha.99",
|
|
98
|
+
"@things-factory/setting-ui": "^7.0.1-alpha.99",
|
|
99
99
|
"@things-factory/system": "^7.0.1-alpha.97",
|
|
100
|
-
"@things-factory/warehouse-base": "^7.0.1-alpha.
|
|
100
|
+
"@things-factory/warehouse-base": "^7.0.1-alpha.99"
|
|
101
101
|
},
|
|
102
102
|
"devDependencies": {
|
|
103
103
|
"@things-factory/builder": "^7.0.1-alpha.71",
|
|
104
104
|
"@types/node-fetch": "^2.5.7"
|
|
105
105
|
},
|
|
106
|
-
"gitHead": "
|
|
106
|
+
"gitHead": "78a7b8cb64a9c096f779ae19ebac00e2962c2f23"
|
|
107
107
|
}
|