@things-factory/operato-fleet 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.
@@ -10,6 +10,7 @@ import { html } from 'lit'
10
10
  import { registerDefaultGroups } from '@operato/board/register-default-groups.js'
11
11
  import { appendViewpart, toggleOverlay, TOOL_POSITION, updateViewpart, VIEWPART_POSITION } from '@operato/layout'
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'
15
16
  import { fetchBoardSettings, UPDATE_BOARD_SETTINGS } from '@things-factory/dashboard'
@@ -44,6 +45,12 @@ async function loadFleetBoardSetting() {
44
45
  }
45
46
 
46
47
  export default function bootstrap() {
48
+ setupAppToolPart({
49
+ toolbar: true,
50
+ busybar: true,
51
+ mdibar: true
52
+ })
53
+
47
54
  /* load google-map api */
48
55
  GoogleMapLoader.load()
49
56
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-fleet",
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,
@@ -70,9 +70,9 @@
70
70
  "@operato/scene-timer": "^1.0.0",
71
71
  "@operato/scene-visualizer": "^1.0.0",
72
72
  "@operato/scene-wheel-sorter": "^1.0.0",
73
- "@things-factory/apptool-ui": "^6.1.66",
73
+ "@things-factory/apptool-ui": "^6.1.67",
74
74
  "@things-factory/attachment-base": "^6.1.66",
75
- "@things-factory/auth-ui": "^6.1.66",
75
+ "@things-factory/auth-ui": "^6.1.67",
76
76
  "@things-factory/biz-base": "^6.1.66",
77
77
  "@things-factory/board-service": "^6.1.66",
78
78
  "@things-factory/board-ui": "^6.1.66",
@@ -84,13 +84,13 @@
84
84
  "@things-factory/export-ui-excel": "^6.1.66",
85
85
  "@things-factory/help": "^6.1.66",
86
86
  "@things-factory/i18n-base": "^6.1.66",
87
- "@things-factory/integration-fulfillment": "^6.1.66",
88
- "@things-factory/integration-marketplace": "^6.1.66",
87
+ "@things-factory/integration-fulfillment": "^6.1.67",
88
+ "@things-factory/integration-marketplace": "^6.1.67",
89
89
  "@things-factory/more-ui": "^6.1.66",
90
- "@things-factory/notification": "^6.1.66",
90
+ "@things-factory/notification": "^6.1.67",
91
91
  "@things-factory/oauth2-client": "^6.1.66",
92
92
  "@things-factory/pdf": "^6.1.66",
93
- "@things-factory/resource-ui": "^6.1.66",
93
+ "@things-factory/resource-ui": "^6.1.67",
94
94
  "@things-factory/scene-google-map": "^6.1.66",
95
95
  "@things-factory/setting-ui": "^6.1.66",
96
96
  "@things-factory/system-ui": "^6.1.66",
@@ -99,5 +99,5 @@
99
99
  "devDependencies": {
100
100
  "@things-factory/builder": "^6.1.66"
101
101
  },
102
- "gitHead": "86447edc189a8432999c6dcfce0e32ee7dbd3e5f"
102
+ "gitHead": "8c200f0b657dc3bb429325d2ae41fecc2bd840a8"
103
103
  }