@things-factory/operato-retail 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,4 +1,5 @@
1
1
  import '@operato/i18n/ox-i18n.js'
2
+ import '@things-factory/setting-ui/dist-client' /* theme-mode-setting-let */
2
3
  import './viewparts/user-circle'
3
4
 
4
5
  import { html } from 'lit'
@@ -105,6 +106,14 @@ export default async function bootstrap() {
105
106
  })
106
107
  }
107
108
 
109
+ store.dispatch({
110
+ type: ADD_SETTING,
111
+ setting: {
112
+ seq: 10,
113
+ template: html` <theme-mode-setting-let></theme-mode-setting-let> `
114
+ }
115
+ })
116
+
108
117
  store.dispatch({
109
118
  type: ADD_SETTING,
110
119
  setting: {
@@ -1,5 +1,4 @@
1
1
  module.exports = {
2
- protocol: 'https',
3
2
  domainType: 'retail',
4
3
  useVirtualHostBasedDomain: true,
5
4
  accessTokenCookieKey: 'access_token.retail',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-retail",
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,
@@ -40,28 +40,28 @@
40
40
  "dependencies": {
41
41
  "@material/web": "^1.4.1",
42
42
  "@operato/data-grist": "^2.0.0-alpha.0",
43
- "@things-factory/apptool-ui": "^7.0.1-alpha.97",
44
- "@things-factory/attachment-base": "^7.0.1-alpha.97",
45
- "@things-factory/auth-base": "^7.0.1-alpha.97",
46
- "@things-factory/auth-ui": "^7.0.1-alpha.97",
47
- "@things-factory/biz-base": "^7.0.1-alpha.97",
48
- "@things-factory/board-service": "^7.0.1-alpha.97",
49
- "@things-factory/board-ui": "^7.0.1-alpha.97",
50
- "@things-factory/code-ui": "^7.0.1-alpha.97",
43
+ "@things-factory/apptool-ui": "^7.0.1-alpha.99",
44
+ "@things-factory/attachment-base": "^7.0.1-alpha.99",
45
+ "@things-factory/auth-base": "^7.0.1-alpha.99",
46
+ "@things-factory/auth-ui": "^7.0.1-alpha.99",
47
+ "@things-factory/biz-base": "^7.0.1-alpha.99",
48
+ "@things-factory/board-service": "^7.0.1-alpha.99",
49
+ "@things-factory/board-ui": "^7.0.1-alpha.99",
50
+ "@things-factory/code-ui": "^7.0.1-alpha.99",
51
51
  "@things-factory/context-ui": "^7.0.1-alpha.97",
52
52
  "@things-factory/export-ui": "^7.0.1-alpha.97",
53
53
  "@things-factory/help": "^7.0.1-alpha.97",
54
- "@things-factory/i18n-base": "^7.0.1-alpha.97",
55
- "@things-factory/lite-menu": "^7.0.1-alpha.97",
54
+ "@things-factory/i18n-base": "^7.0.1-alpha.99",
55
+ "@things-factory/lite-menu": "^7.0.1-alpha.99",
56
56
  "@things-factory/more-ui": "^7.0.1-alpha.97",
57
57
  "@things-factory/pdf": "^7.0.1-alpha.71",
58
- "@things-factory/resource-ui": "^7.0.1-alpha.97",
59
- "@things-factory/setting-ui": "^7.0.1-alpha.97",
58
+ "@things-factory/resource-ui": "^7.0.1-alpha.99",
59
+ "@things-factory/setting-ui": "^7.0.1-alpha.99",
60
60
  "@things-factory/shell": "^7.0.1-alpha.97",
61
61
  "@things-factory/system": "^7.0.1-alpha.97"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@things-factory/builder": "^7.0.1-alpha.71"
65
65
  },
66
- "gitHead": "419f85d2d71cda3be37664fc7cc52f2ec73018fe"
66
+ "gitHead": "78a7b8cb64a9c096f779ae19ebac00e2962c2f23"
67
67
  }