@things-factory/operato-scenario 5.0.0-zeta.2 → 5.0.0-zeta.22

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.
Files changed (2) hide show
  1. package/client/bootstrap.js +23 -13
  2. package/package.json +22 -22
@@ -1,9 +1,11 @@
1
1
  import { html } from 'lit-html'
2
- import { store, navigate } from '@things-factory/shell'
3
- import { ADD_MORENDA } from '@things-factory/more-base'
2
+
4
3
  import { auth } from '@things-factory/auth-base'
5
4
  import { setAuthManagementMenus } from '@things-factory/auth-ui'
6
- import { updateMenuTemplate, setupMenuPart } from '@things-factory/lite-menu'
5
+ import { setupMenuPart, updateMenuTemplate } from '@things-factory/lite-menu'
6
+ import { ADD_MORENDA } from '@things-factory/more-base'
7
+ import { ADD_SETTING } from '@things-factory/setting-base'
8
+ import { navigate, store } from '@things-factory/shell'
7
9
 
8
10
  import { getMenuTemplate } from './menu'
9
11
 
@@ -74,15 +76,23 @@ export default function bootstrap() {
74
76
  }
75
77
  })
76
78
 
77
- store.dispatch({
78
- type: ADD_MORENDA,
79
- morenda: {
80
- icon: html` <mwc-icon>help</mwc-icon> `,
81
- name: html` <i18n-msg msgid="text.help"></i18n-msg> `,
82
- action: () => {
83
- navigate('help')
84
- }
85
- }
86
- })
79
+ // store.dispatch({
80
+ // type: ADD_MORENDA,
81
+ // morenda: {
82
+ // icon: html` <mwc-icon>help</mwc-icon> `,
83
+ // name: html` <i18n-msg msgid="text.help"></i18n-msg> `,
84
+ // action: () => {
85
+ // navigate('help')
86
+ // }
87
+ // }
88
+ // })
89
+ })
90
+
91
+ store.dispatch({
92
+ type: ADD_SETTING,
93
+ setting: {
94
+ seq: 21,
95
+ template: html` <lite-menu-setting-let></lite-menu-setting-let> `
96
+ }
87
97
  })
88
98
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-scenario",
3
- "version": "5.0.0-zeta.2",
3
+ "version": "5.0.0-zeta.22",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -37,29 +37,29 @@
37
37
  "docker:run": "docker run --platform linux/amd64 -it -p 4000:3000 hatiolab/operato-scenario:latest"
38
38
  },
39
39
  "dependencies": {
40
- "@things-factory/apptool-ui": "^5.0.0-zeta.2",
41
- "@things-factory/auth-ui": "^5.0.0-zeta.2",
42
- "@things-factory/context-ui": "^5.0.0-zeta.2",
43
- "@things-factory/export-ui": "^5.0.0-zeta.2",
44
- "@things-factory/font-base": "^5.0.0-zeta.2",
45
- "@things-factory/form-ui": "^5.0.0-zeta.2",
46
- "@things-factory/help": "^5.0.0-zeta.2",
47
- "@things-factory/i18n-base": "^5.0.0-zeta.2",
48
- "@things-factory/import-ui": "^5.0.0-zeta.2",
49
- "@things-factory/integration-notification": "^5.0.0-zeta.2",
50
- "@things-factory/integration-ui": "^5.0.0-zeta.2",
51
- "@things-factory/layout-ui": "^5.0.0-zeta.2",
52
- "@things-factory/lite-menu": "^5.0.0-zeta.2",
53
- "@things-factory/more-ui": "^5.0.0-zeta.2",
54
- "@things-factory/notification": "^5.0.0-zeta.2",
55
- "@things-factory/oauth2-client": "^5.0.0-zeta.2",
40
+ "@things-factory/apptool-ui": "^5.0.0-zeta.22",
41
+ "@things-factory/auth-ui": "^5.0.0-zeta.22",
42
+ "@things-factory/context-ui": "^5.0.0-zeta.22",
43
+ "@things-factory/export-ui": "^5.0.0-zeta.22",
44
+ "@things-factory/font-base": "^5.0.0-zeta.22",
45
+ "@things-factory/form-ui": "^5.0.0-zeta.22",
46
+ "@things-factory/help": "^5.0.0-zeta.22",
47
+ "@things-factory/i18n-base": "^5.0.0-zeta.22",
48
+ "@things-factory/import-ui": "^5.0.0-zeta.22",
49
+ "@things-factory/integration-notification": "^5.0.0-zeta.22",
50
+ "@things-factory/integration-ui": "^5.0.0-zeta.22",
51
+ "@things-factory/layout-ui": "^5.0.0-zeta.22",
52
+ "@things-factory/lite-menu": "^5.0.0-zeta.22",
53
+ "@things-factory/more-ui": "^5.0.0-zeta.22",
54
+ "@things-factory/notification": "^5.0.0-zeta.22",
55
+ "@things-factory/oauth2-client": "^5.0.0-zeta.22",
56
56
  "@things-factory/operato-license-checker": "^3.0.4",
57
- "@things-factory/resource-ui": "^5.0.0-zeta.2",
58
- "@things-factory/setting-ui": "^5.0.0-zeta.2",
59
- "@things-factory/system-ui": "^5.0.0-zeta.2"
57
+ "@things-factory/resource-ui": "^5.0.0-zeta.22",
58
+ "@things-factory/setting-ui": "^5.0.0-zeta.22",
59
+ "@things-factory/system-ui": "^5.0.0-zeta.22"
60
60
  },
61
61
  "devDependencies": {
62
- "@things-factory/builder": "^5.0.0-zeta.2"
62
+ "@things-factory/builder": "^5.0.0-zeta.22"
63
63
  },
64
- "gitHead": "fe921b76f32ac48ceddf3c290110509bdb5750d6"
64
+ "gitHead": "2d3a91575ddd9374d07a6fa9edf3b5d89e82679a"
65
65
  }