@things-factory/operato-wms 6.1.66 → 6.1.68

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 +16 -3
  2. package/package.json +19 -19
@@ -10,8 +10,10 @@ import { setupMenuPart } from '@things-factory/meta-ui'
10
10
  import { ADD_MORENDA } from '@things-factory/more-base'
11
11
  import { registerDefaultGroups } from '@operato/board/register-default-groups.js'
12
12
  import { APPEND_APP_TOOL } from '@things-factory/apptool-base'
13
+ import { setupAppToolPart } from '@things-factory/apptool-ui'
13
14
  import { auth } from '@things-factory/auth-base'
14
15
  import { setAuthManagementMenus } from '@things-factory/auth-ui'
16
+ import { setupContextUIPart } from '@things-factory/context-ui'
15
17
  import { i18next } from '@things-factory/i18n-base'
16
18
  import { appendViewpart, openPopup, toggleOverlay, TOOL_POSITION, VIEWPART_POSITION } from '@things-factory/layout-base'
17
19
  import { updateMenuProvider } from '@things-factory/menu-base'
@@ -33,7 +35,20 @@ console.log(`
33
35
  ▀▀ ▀ ▀▀▀ ▀ ▀ ▀ ▀ ▀ ▀▀
34
36
  `)
35
37
 
36
- export default function bootstrap() {
38
+ export default async function bootstrap() {
39
+ await setupAppToolPart({
40
+ toolbar: true,
41
+ busybar: true,
42
+ mdibar: true
43
+ })
44
+
45
+ await setupContextUIPart({
46
+ titlebar: 'header',
47
+ contextToolbar: 'page-footer'
48
+ })
49
+
50
+ await setupMenuPart({ hovering: isMobileDevice(), position: VIEWPART_POSITION.NAVBAR })
51
+
37
52
  store.addReducers({
38
53
  dashboard
39
54
  })
@@ -41,8 +56,6 @@ export default function bootstrap() {
41
56
  /* set board-modeller group and default templates */
42
57
  registerDefaultGroups()
43
58
 
44
- setupMenuPart({ hovering: isMobileDevice(), position: VIEWPART_POSITION.NAVBAR })
45
-
46
59
  /* setting app-tools */
47
60
  store.dispatch({
48
61
  type: APPEND_APP_TOOL,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-wms",
3
- "version": "6.1.66",
3
+ "version": "6.1.68",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -72,43 +72,43 @@
72
72
  "@operato/scene-table": "^1.0.0",
73
73
  "@operato/scene-visualizer": "^1.0.0",
74
74
  "@operato/scene-wheel-sorter": "^1.0.0",
75
- "@things-factory/apptool-ui": "^6.1.66",
76
- "@things-factory/auth-ui": "^6.1.66",
75
+ "@things-factory/apptool-ui": "^6.1.68",
76
+ "@things-factory/auth-ui": "^6.1.67",
77
77
  "@things-factory/barcode-ui": "^6.1.66",
78
- "@things-factory/biz-ui": "^6.1.66",
78
+ "@things-factory/biz-ui": "^6.1.68",
79
79
  "@things-factory/board-service": "^6.1.66",
80
80
  "@things-factory/board-ui": "^6.1.66",
81
81
  "@things-factory/code-ui": "^6.1.66",
82
- "@things-factory/context-ui": "^6.1.66",
82
+ "@things-factory/context-ui": "^6.1.68",
83
83
  "@things-factory/env": "^6.1.66",
84
- "@things-factory/export-ui": "^6.1.66",
85
- "@things-factory/export-ui-csv": "^6.1.66",
86
- "@things-factory/export-ui-excel": "^6.1.66",
84
+ "@things-factory/export-ui": "^6.1.68",
85
+ "@things-factory/export-ui-csv": "^6.1.68",
86
+ "@things-factory/export-ui-excel": "^6.1.68",
87
87
  "@things-factory/fav-base": "^6.1.66",
88
88
  "@things-factory/form-ui": "^6.1.66",
89
89
  "@things-factory/geography": "^6.1.66",
90
90
  "@things-factory/help": "^6.1.66",
91
91
  "@things-factory/i18n-base": "^6.1.66",
92
92
  "@things-factory/id-rule-base": "^6.1.66",
93
- "@things-factory/import-ui": "^6.1.66",
94
- "@things-factory/import-ui-excel": "^6.1.66",
95
- "@things-factory/more-ui": "^6.1.66",
96
- "@things-factory/notification": "^6.1.66",
97
- "@things-factory/operato-tools": "^6.1.66",
93
+ "@things-factory/import-ui": "^6.1.68",
94
+ "@things-factory/import-ui-excel": "^6.1.68",
95
+ "@things-factory/more-ui": "^6.1.68",
96
+ "@things-factory/notification": "^6.1.67",
97
+ "@things-factory/operato-tools": "^6.1.68",
98
98
  "@things-factory/pdf": "^6.1.66",
99
99
  "@things-factory/print-proxy-service": "^6.1.66",
100
100
  "@things-factory/print-service": "^6.1.66",
101
- "@things-factory/print-ui": "^6.1.66",
101
+ "@things-factory/print-ui": "^6.1.68",
102
102
  "@things-factory/product-base": "^6.1.66",
103
- "@things-factory/resource-ui": "^6.1.66",
104
- "@things-factory/sales-ui": "^6.1.66",
103
+ "@things-factory/resource-ui": "^6.1.68",
104
+ "@things-factory/sales-ui": "^6.1.68",
105
105
  "@things-factory/scene-google-map": "^6.1.66",
106
106
  "@things-factory/setting-ui": "^6.1.66",
107
107
  "@things-factory/system-ui": "^6.1.66",
108
108
  "@things-factory/transport-base": "^6.1.66",
109
109
  "@things-factory/tutorial-ui": "^6.1.66",
110
- "@things-factory/warehouse-base": "^6.1.66",
111
- "@things-factory/worksheet-base": "^6.1.66"
110
+ "@things-factory/warehouse-base": "^6.1.68",
111
+ "@things-factory/worksheet-base": "^6.1.68"
112
112
  },
113
113
  "devDependencies": {
114
114
  "@things-factory/builder": "^6.1.66",
@@ -117,5 +117,5 @@
117
117
  "cypress-localstorage-commands": "^1.6.1",
118
118
  "eslint-plugin-cypress": "^2.12.1"
119
119
  },
120
- "gitHead": "86447edc189a8432999c6dcfce0e32ee7dbd3e5f"
120
+ "gitHead": "c24575516e5047a6c94a65fe5442f278e5a80148"
121
121
  }