@things-factory/operato-ecs 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.
@@ -1,7 +1,7 @@
1
1
  import '@things-factory/notification'
2
2
  import '@things-factory/board-ui'
3
3
  import '@operato/i18n/ox-i18n.js'
4
- import '@things-factory/setting-ui' /* secure-iplist-setting-let */
4
+ import '@things-factory/setting-ui/dist-client' /* secure-iplist-setting-let, theme-mode-setting-let */
5
5
 
6
6
  import { html } from 'lit-html'
7
7
 
@@ -207,6 +207,14 @@ export default async function bootstrap() {
207
207
  // }
208
208
  // })
209
209
 
210
+ store.dispatch({
211
+ type: ADD_SETTING,
212
+ setting: {
213
+ seq: 10,
214
+ template: html` <theme-mode-setting-let></theme-mode-setting-let> `
215
+ }
216
+ })
217
+
210
218
  store.dispatch({
211
219
  type: ADD_SETTING,
212
220
  setting: {
@@ -5,7 +5,6 @@ try {
5
5
  }
6
6
 
7
7
  module.exports = {
8
- protocol: 'http',
9
8
  subdomain: 'system',
10
9
  accessTokenCookieKey: 'access_token.ecs',
11
10
  licenseKey: licenseKey,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-ecs",
3
- "version": "7.0.1-alpha.97",
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,
@@ -55,33 +55,33 @@
55
55
  "@operato/scene-switch": "^2.0.0-alpha.0",
56
56
  "@operato/scene-table": "^2.0.0-alpha.0",
57
57
  "@operato/scene-timer": "^2.0.0-alpha.0",
58
- "@things-factory/api": "^7.0.1-alpha.97",
59
- "@things-factory/apptool-ui": "^7.0.1-alpha.97",
60
- "@things-factory/auth-ui": "^7.0.1-alpha.97",
61
- "@things-factory/board-service": "^7.0.1-alpha.97",
62
- "@things-factory/board-ui": "^7.0.1-alpha.97",
58
+ "@things-factory/api": "^7.0.1-alpha.99",
59
+ "@things-factory/apptool-ui": "^7.0.1-alpha.99",
60
+ "@things-factory/auth-ui": "^7.0.1-alpha.99",
61
+ "@things-factory/board-service": "^7.0.1-alpha.99",
62
+ "@things-factory/board-ui": "^7.0.1-alpha.99",
63
63
  "@things-factory/context-ui": "^7.0.1-alpha.97",
64
- "@things-factory/dashboard": "^7.0.1-alpha.97",
64
+ "@things-factory/dashboard": "^7.0.1-alpha.99",
65
65
  "@things-factory/export-ui": "^7.0.1-alpha.97",
66
66
  "@things-factory/help": "^7.0.1-alpha.97",
67
- "@things-factory/i18n-base": "^7.0.1-alpha.97",
68
- "@things-factory/integration-melsec": "^7.0.1-alpha.97",
69
- "@things-factory/integration-modbus": "^7.0.1-alpha.97",
70
- "@things-factory/integration-opc": "^7.0.1-alpha.97",
71
- "@things-factory/integration-ui": "^7.0.1-alpha.97",
72
- "@things-factory/lite-menu": "^7.0.1-alpha.97",
67
+ "@things-factory/i18n-base": "^7.0.1-alpha.99",
68
+ "@things-factory/integration-melsec": "^7.0.1-alpha.99",
69
+ "@things-factory/integration-modbus": "^7.0.1-alpha.99",
70
+ "@things-factory/integration-opc": "^7.0.1-alpha.99",
71
+ "@things-factory/integration-ui": "^7.0.1-alpha.99",
72
+ "@things-factory/lite-menu": "^7.0.1-alpha.99",
73
73
  "@things-factory/more-ui": "^7.0.1-alpha.97",
74
- "@things-factory/notification": "^7.0.1-alpha.97",
75
- "@things-factory/oauth2-client": "^7.0.1-alpha.97",
76
- "@things-factory/print-ui": "^7.0.1-alpha.97",
77
- "@things-factory/resource-ui": "^7.0.1-alpha.97",
78
- "@things-factory/setting-base": "^7.0.1-alpha.97",
79
- "@things-factory/setting-ui": "^7.0.1-alpha.97",
74
+ "@things-factory/notification": "^7.0.1-alpha.99",
75
+ "@things-factory/oauth2-client": "^7.0.1-alpha.99",
76
+ "@things-factory/print-ui": "^7.0.1-alpha.99",
77
+ "@things-factory/resource-ui": "^7.0.1-alpha.99",
78
+ "@things-factory/setting-base": "^7.0.1-alpha.99",
79
+ "@things-factory/setting-ui": "^7.0.1-alpha.99",
80
80
  "@things-factory/shell": "^7.0.1-alpha.97",
81
81
  "@things-factory/system": "^7.0.1-alpha.97"
82
82
  },
83
83
  "devDependencies": {
84
84
  "@things-factory/builder": "^7.0.1-alpha.71"
85
85
  },
86
- "gitHead": "419f85d2d71cda3be37664fc7cc52f2ec73018fe"
86
+ "gitHead": "78a7b8cb64a9c096f779ae19ebac00e2962c2f23"
87
87
  }