@things-factory/reference-app 6.1.66 → 6.1.67

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 +7 -0
  2. package/package.json +11 -11
@@ -17,6 +17,7 @@ import { appendViewpart, toggleOverlay, TOOL_POSITION, VIEWPART_POSITION } from
17
17
  import { OxPropertyEditor } from '@operato/property-editor'
18
18
  import { isMobileDevice } from '@operato/utils'
19
19
  import { APPEND_APP_TOOL } from '@things-factory/apptool-base'
20
+ import { setupAppToolPart } from '@things-factory/apptool-ui'
20
21
  import { auth } from '@things-factory/auth-base'
21
22
  import { setAuthManagementMenus } from '@things-factory/auth-ui'
22
23
  import { setupMenuPart, updateMenuTemplate } from '@things-factory/lite-menu'
@@ -53,6 +54,12 @@ export default function bootstrap() {
53
54
  /* set board-modeller group and default templates */
54
55
  registerDefaultGroups()
55
56
 
57
+ setupAppToolPart({
58
+ toolbar: true,
59
+ busybar: true,
60
+ mdibar: true
61
+ })
62
+
56
63
  setupMenuPart({
57
64
  hovering: isMobileDevice(),
58
65
  position: VIEWPART_POSITION.NAVBAR,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/reference-app",
3
- "version": "6.1.66",
3
+ "version": "6.1.67",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -68,29 +68,29 @@
68
68
  "@operato/shell": "^1.0.1",
69
69
  "@operato/utils": "^1.0.1",
70
70
  "@things-factory/api": "^6.1.66",
71
- "@things-factory/apptool-ui": "^6.1.66",
71
+ "@things-factory/apptool-ui": "^6.1.67",
72
72
  "@things-factory/attachment-base": "^6.1.66",
73
- "@things-factory/auth-ui": "^6.1.66",
73
+ "@things-factory/auth-ui": "^6.1.67",
74
74
  "@things-factory/board-service": "^6.1.66",
75
75
  "@things-factory/board-ui": "^6.1.66",
76
- "@things-factory/ccp": "^6.1.66",
76
+ "@things-factory/ccp": "^6.1.67",
77
77
  "@things-factory/contact": "^6.1.66",
78
78
  "@things-factory/context-ui": "^6.1.66",
79
79
  "@things-factory/dashboard": "^6.1.66",
80
- "@things-factory/dataset": "^6.1.66",
80
+ "@things-factory/dataset": "^6.1.67",
81
81
  "@things-factory/export-ui": "^6.1.66",
82
82
  "@things-factory/export-ui-excel": "^6.1.66",
83
83
  "@things-factory/help": "^6.1.66",
84
84
  "@things-factory/integration-ui": "^6.1.66",
85
- "@things-factory/lite-menu": "^6.1.66",
85
+ "@things-factory/lite-menu": "^6.1.67",
86
86
  "@things-factory/more-ui": "^6.1.66",
87
- "@things-factory/notification": "^6.1.66",
87
+ "@things-factory/notification": "^6.1.67",
88
88
  "@things-factory/oauth2-client": "^6.1.66",
89
- "@things-factory/organization": "^6.1.66",
89
+ "@things-factory/organization": "^6.1.67",
90
90
  "@things-factory/print-ui": "^6.1.66",
91
91
  "@things-factory/product-base": "^6.1.66",
92
- "@things-factory/qc": "^6.1.66",
93
- "@things-factory/resource-ui": "^6.1.66",
92
+ "@things-factory/qc": "^6.1.67",
93
+ "@things-factory/resource-ui": "^6.1.67",
94
94
  "@things-factory/routing-base": "^6.1.66",
95
95
  "@things-factory/setting-base": "^6.1.66",
96
96
  "@things-factory/setting-ui": "^6.1.66",
@@ -104,5 +104,5 @@
104
104
  "devDependencies": {
105
105
  "@things-factory/builder": "^6.1.66"
106
106
  },
107
- "gitHead": "86447edc189a8432999c6dcfce0e32ee7dbd3e5f"
107
+ "gitHead": "8c200f0b657dc3bb429325d2ae41fecc2bd840a8"
108
108
  }