@things-factory/operato-retail 4.0.21 → 4.0.25

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 +12 -6
  2. package/package.json +24 -24
@@ -1,13 +1,16 @@
1
+ import './viewparts/user-circle'
2
+
1
3
  import { html } from 'lit-element'
2
- import { store, navigate } from '@things-factory/shell'
3
- import { setAuthManagementMenus } from '@things-factory/auth-ui'
4
- import { isMobileDevice } from '@things-factory/utils'
5
- import { appendViewpart, toggleOverlay, VIEWPART_POSITION, TOOL_POSITION } from '@things-factory/layout-base'
6
- import { ADD_MORENDA } from '@things-factory/more-base'
4
+
5
+ import { registerDefaultGroups } from '@operato/board/dist/src/component/register-default-groups'
7
6
  import { APPEND_APP_TOOL } from '@things-factory/apptool-base'
7
+ import { setAuthManagementMenus } from '@things-factory/auth-ui'
8
+ import { TOOL_POSITION } from '@things-factory/layout-base'
8
9
  import { setupMenuPart, updateMenuTemplate } from '@things-factory/lite-menu'
10
+ import { ADD_MORENDA } from '@things-factory/more-base'
11
+ import { navigate, store } from '@things-factory/shell'
12
+ import { isMobileDevice } from '@things-factory/utils'
9
13
 
10
- import './viewparts/user-circle'
11
14
  import { getMenuTemplate } from './menu'
12
15
 
13
16
  console.log(
@@ -24,6 +27,9 @@ console.log(
24
27
  export default function bootstrap() {
25
28
  setupMenuPart()
26
29
 
30
+ /* set board-modeller group and default templates */
31
+ registerDefaultGroups()
32
+
27
33
  store.dispatch({
28
34
  type: ADD_MORENDA,
29
35
  morenda: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-retail",
3
- "version": "4.0.21",
3
+ "version": "4.0.25",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -41,30 +41,30 @@
41
41
  "@material/mwc-formfield": "^0.25.3",
42
42
  "@material/mwc-linear-progress": "^0.25.3",
43
43
  "@material/mwc-radio": "^0.25.3",
44
- "@things-factory/apptool-ui": "^4.0.21",
45
- "@things-factory/attachment-base": "^4.0.21",
46
- "@things-factory/auth-base": "^4.0.21",
47
- "@things-factory/auth-ui": "^4.0.21",
48
- "@things-factory/biz-base": "^4.0.21",
49
- "@things-factory/board-service": "^4.0.21",
50
- "@things-factory/board-ui": "^4.0.21",
51
- "@things-factory/code-ui": "^4.0.21",
52
- "@things-factory/context-ui": "^4.0.21",
53
- "@things-factory/export-ui": "^4.0.21",
54
- "@things-factory/grist-ui": "^4.0.21",
55
- "@things-factory/help": "^4.0.21",
56
- "@things-factory/i18n-base": "^4.0.21",
57
- "@things-factory/i18n-ui": "^4.0.21",
58
- "@things-factory/lite-menu": "^4.0.21",
59
- "@things-factory/more-ui": "^4.0.21",
60
- "@things-factory/pdf": "^4.0.21",
61
- "@things-factory/resource-ui": "^4.0.21",
62
- "@things-factory/setting-ui": "^4.0.21",
63
- "@things-factory/shell": "^4.0.21",
64
- "@things-factory/system-ui": "^4.0.21"
44
+ "@things-factory/apptool-ui": "^4.0.25",
45
+ "@things-factory/attachment-base": "^4.0.25",
46
+ "@things-factory/auth-base": "^4.0.25",
47
+ "@things-factory/auth-ui": "^4.0.25",
48
+ "@things-factory/biz-base": "^4.0.25",
49
+ "@things-factory/board-service": "^4.0.25",
50
+ "@things-factory/board-ui": "^4.0.25",
51
+ "@things-factory/code-ui": "^4.0.25",
52
+ "@things-factory/context-ui": "^4.0.25",
53
+ "@things-factory/export-ui": "^4.0.25",
54
+ "@things-factory/grist-ui": "^4.0.25",
55
+ "@things-factory/help": "^4.0.25",
56
+ "@things-factory/i18n-base": "^4.0.25",
57
+ "@things-factory/i18n-ui": "^4.0.25",
58
+ "@things-factory/lite-menu": "^4.0.25",
59
+ "@things-factory/more-ui": "^4.0.25",
60
+ "@things-factory/pdf": "^4.0.25",
61
+ "@things-factory/resource-ui": "^4.0.25",
62
+ "@things-factory/setting-ui": "^4.0.25",
63
+ "@things-factory/shell": "^4.0.25",
64
+ "@things-factory/system-ui": "^4.0.25"
65
65
  },
66
66
  "devDependencies": {
67
- "@things-factory/builder": "^4.0.21"
67
+ "@things-factory/builder": "^4.0.25"
68
68
  },
69
- "gitHead": "ab5451f749a4e886ae3668bee82777b566538e17"
69
+ "gitHead": "9c44141d651dab7b4a9c0f0b6fecb8d6937d116f"
70
70
  }