@things-factory/operato-ecs 7.0.1-alpha.96 → 7.0.1-alpha.98

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.96",
3
+ "version": "7.0.1-alpha.98",
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.96",
59
- "@things-factory/apptool-ui": "^7.0.1-alpha.96",
60
- "@things-factory/auth-ui": "^7.0.1-alpha.96",
61
- "@things-factory/board-service": "^7.0.1-alpha.96",
62
- "@things-factory/board-ui": "^7.0.1-alpha.96",
63
- "@things-factory/context-ui": "^7.0.1-alpha.93",
64
- "@things-factory/dashboard": "^7.0.1-alpha.96",
65
- "@things-factory/export-ui": "^7.0.1-alpha.93",
66
- "@things-factory/help": "^7.0.1-alpha.93",
67
- "@things-factory/i18n-base": "^7.0.1-alpha.96",
68
- "@things-factory/integration-melsec": "^7.0.1-alpha.96",
69
- "@things-factory/integration-modbus": "^7.0.1-alpha.96",
70
- "@things-factory/integration-opc": "^7.0.1-alpha.96",
71
- "@things-factory/integration-ui": "^7.0.1-alpha.96",
72
- "@things-factory/lite-menu": "^7.0.1-alpha.96",
73
- "@things-factory/more-ui": "^7.0.1-alpha.93",
74
- "@things-factory/notification": "^7.0.1-alpha.96",
75
- "@things-factory/oauth2-client": "^7.0.1-alpha.96",
76
- "@things-factory/print-ui": "^7.0.1-alpha.96",
77
- "@things-factory/resource-ui": "^7.0.1-alpha.96",
78
- "@things-factory/setting-base": "^7.0.1-alpha.96",
79
- "@things-factory/setting-ui": "^7.0.1-alpha.96",
80
- "@things-factory/shell": "^7.0.1-alpha.93",
81
- "@things-factory/system": "^7.0.1-alpha.93"
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",
63
+ "@things-factory/context-ui": "^7.0.1-alpha.97",
64
+ "@things-factory/dashboard": "^7.0.1-alpha.97",
65
+ "@things-factory/export-ui": "^7.0.1-alpha.97",
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",
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.98",
80
+ "@things-factory/shell": "^7.0.1-alpha.97",
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": "454f3e70a838f7cf177bcad936d335ad446093c8"
86
+ "gitHead": "cd634efb5d57e4ace4e1004b09bfceca8e595bdf"
87
87
  }