@things-factory/operato-fleet 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,9 +1,11 @@
1
1
  import '@things-factory/notification'
2
2
  import '@things-factory/board-ui'
3
+ import '@things-factory/setting-ui/dist-client'
4
+ import '@operato/i18n/ox-i18n.js'
5
+
3
6
  import './viewparts/user-circle'
4
7
  import './viewparts/menu-tools'
5
8
  import './viewparts/infowindow-setting-let'
6
- import '@operato/i18n/ox-i18n.js'
7
9
 
8
10
  import { html } from 'lit'
9
11
 
@@ -186,6 +188,14 @@ export default async function bootstrap() {
186
188
  })
187
189
 
188
190
  /* for settings */
191
+ store.dispatch({
192
+ type: ADD_SETTING,
193
+ setting: {
194
+ seq: 10,
195
+ template: html` <theme-mode-setting-let></theme-mode-setting-let> `
196
+ }
197
+ })
198
+
189
199
  store.dispatch({
190
200
  type: ADD_SETTING,
191
201
  setting: {
@@ -1,5 +1,4 @@
1
1
  module.exports = {
2
- protocol: 'https',
3
2
  subdomain: 'system',
4
3
  accessTokenCookieKey: 'access_token.fleet',
5
4
  scheduler: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-fleet",
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,
@@ -73,33 +73,33 @@
73
73
  "@operato/scene-timer": "^2.0.0-alpha.0",
74
74
  "@operato/scene-visualizer": "^2.0.0-alpha.0",
75
75
  "@operato/scene-wheel-sorter": "^2.0.0-alpha.0",
76
- "@things-factory/apptool-ui": "^7.0.1-alpha.97",
77
- "@things-factory/attachment-base": "^7.0.1-alpha.97",
78
- "@things-factory/auth-ui": "^7.0.1-alpha.97",
79
- "@things-factory/biz-base": "^7.0.1-alpha.97",
80
- "@things-factory/board-service": "^7.0.1-alpha.97",
81
- "@things-factory/board-ui": "^7.0.1-alpha.97",
82
- "@things-factory/code-ui": "^7.0.1-alpha.97",
76
+ "@things-factory/apptool-ui": "^7.0.1-alpha.99",
77
+ "@things-factory/attachment-base": "^7.0.1-alpha.99",
78
+ "@things-factory/auth-ui": "^7.0.1-alpha.99",
79
+ "@things-factory/biz-base": "^7.0.1-alpha.99",
80
+ "@things-factory/board-service": "^7.0.1-alpha.99",
81
+ "@things-factory/board-ui": "^7.0.1-alpha.99",
82
+ "@things-factory/code-ui": "^7.0.1-alpha.99",
83
83
  "@things-factory/context-ui": "^7.0.1-alpha.97",
84
- "@things-factory/dashboard": "^7.0.1-alpha.97",
84
+ "@things-factory/dashboard": "^7.0.1-alpha.99",
85
85
  "@things-factory/export-ui": "^7.0.1-alpha.97",
86
86
  "@things-factory/export-ui-csv": "^7.0.1-alpha.97",
87
87
  "@things-factory/export-ui-excel": "^7.0.1-alpha.97",
88
88
  "@things-factory/help": "^7.0.1-alpha.97",
89
- "@things-factory/i18n-base": "^7.0.1-alpha.97",
90
- "@things-factory/integration-fulfillment": "^7.0.1-alpha.97",
91
- "@things-factory/integration-marketplace": "^7.0.1-alpha.97",
89
+ "@things-factory/i18n-base": "^7.0.1-alpha.99",
90
+ "@things-factory/integration-fulfillment": "^7.0.1-alpha.99",
91
+ "@things-factory/integration-marketplace": "^7.0.1-alpha.99",
92
92
  "@things-factory/more-ui": "^7.0.1-alpha.97",
93
- "@things-factory/notification": "^7.0.1-alpha.97",
94
- "@things-factory/oauth2-client": "^7.0.1-alpha.97",
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/resource-ui": "^7.0.1-alpha.97",
97
- "@things-factory/setting-ui": "^7.0.1-alpha.97",
96
+ "@things-factory/resource-ui": "^7.0.1-alpha.99",
97
+ "@things-factory/setting-ui": "^7.0.1-alpha.99",
98
98
  "@things-factory/system": "^7.0.1-alpha.97",
99
99
  "chance": "^1.1.11"
100
100
  },
101
101
  "devDependencies": {
102
102
  "@things-factory/builder": "^7.0.1-alpha.71"
103
103
  },
104
- "gitHead": "419f85d2d71cda3be37664fc7cc52f2ec73018fe"
104
+ "gitHead": "78a7b8cb64a9c096f779ae19ebac00e2962c2f23"
105
105
  }