@things-factory/operato-pms 6.1.64 → 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 +30 -30
@@ -6,6 +6,7 @@ import { html } from 'lit'
6
6
 
7
7
  import { registerDefaultGroups } from '@operato/board/register-default-groups.js'
8
8
  import { APPEND_APP_TOOL } from '@things-factory/apptool-base'
9
+ import { setupAppToolPart } from '@things-factory/apptool-ui'
9
10
  import { auth } from '@things-factory/auth-base'
10
11
  import { setAuthManagementMenus } from '@things-factory/auth-ui'
11
12
  import { appendViewpart, toggleOverlay, TOOL_POSITION, VIEWPART_POSITION } from '@things-factory/layout-base'
@@ -29,6 +30,12 @@ console.log(
29
30
  )
30
31
 
31
32
  export default function bootstrap() {
33
+ setupAppToolPart({
34
+ toolbar: true,
35
+ busybar: true,
36
+ mdibar: true
37
+ })
38
+
32
39
  setupMenuPart()
33
40
 
34
41
  /* set board-modeller group and default templates */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-pms",
3
- "version": "6.1.64",
3
+ "version": "6.1.67",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -64,36 +64,36 @@
64
64
  "@operato/scene-table": "^1.0.0",
65
65
  "@operato/scene-visualizer": "^1.0.0",
66
66
  "@operato/scene-wheel-sorter": "^1.0.0",
67
- "@things-factory/apptool-ui": "^6.1.48",
68
- "@things-factory/auth-ui": "^6.1.63",
69
- "@things-factory/biz-base": "^6.1.48",
70
- "@things-factory/board-service": "^6.1.55",
71
- "@things-factory/board-ui": "^6.1.55",
72
- "@things-factory/code-ui": "^6.1.48",
73
- "@things-factory/context-ui": "^6.1.48",
74
- "@things-factory/dashboard": "^6.1.55",
75
- "@things-factory/document-template-ui": "^6.1.48",
76
- "@things-factory/export-ui": "^6.1.48",
77
- "@things-factory/export-ui-csv": "^6.1.48",
78
- "@things-factory/export-ui-excel": "^6.1.48",
79
- "@things-factory/fav-base": "^6.1.48",
80
- "@things-factory/form-ui": "^6.1.48",
81
- "@things-factory/help": "^6.1.48",
82
- "@things-factory/i18n-base": "^6.1.48",
83
- "@things-factory/import-ui": "^6.1.48",
84
- "@things-factory/import-ui-excel": "^6.1.48",
85
- "@things-factory/lite-menu": "^6.1.55",
86
- "@things-factory/more-ui": "^6.1.48",
87
- "@things-factory/notification": "^6.1.64",
88
- "@things-factory/print-ui": "^6.1.48",
89
- "@things-factory/resource-ui": "^6.1.63",
90
- "@things-factory/scene-google-map": "^6.1.48",
91
- "@things-factory/setting-ui": "^6.1.48",
92
- "@things-factory/shell": "^6.1.48",
93
- "@things-factory/system-ui": "^6.1.48"
67
+ "@things-factory/apptool-ui": "^6.1.67",
68
+ "@things-factory/auth-ui": "^6.1.67",
69
+ "@things-factory/biz-base": "^6.1.66",
70
+ "@things-factory/board-service": "^6.1.66",
71
+ "@things-factory/board-ui": "^6.1.66",
72
+ "@things-factory/code-ui": "^6.1.66",
73
+ "@things-factory/context-ui": "^6.1.66",
74
+ "@things-factory/dashboard": "^6.1.66",
75
+ "@things-factory/document-template-ui": "^6.1.66",
76
+ "@things-factory/export-ui": "^6.1.66",
77
+ "@things-factory/export-ui-csv": "^6.1.66",
78
+ "@things-factory/export-ui-excel": "^6.1.66",
79
+ "@things-factory/fav-base": "^6.1.66",
80
+ "@things-factory/form-ui": "^6.1.66",
81
+ "@things-factory/help": "^6.1.66",
82
+ "@things-factory/i18n-base": "^6.1.66",
83
+ "@things-factory/import-ui": "^6.1.66",
84
+ "@things-factory/import-ui-excel": "^6.1.66",
85
+ "@things-factory/lite-menu": "^6.1.67",
86
+ "@things-factory/more-ui": "^6.1.66",
87
+ "@things-factory/notification": "^6.1.67",
88
+ "@things-factory/print-ui": "^6.1.66",
89
+ "@things-factory/resource-ui": "^6.1.67",
90
+ "@things-factory/scene-google-map": "^6.1.66",
91
+ "@things-factory/setting-ui": "^6.1.66",
92
+ "@things-factory/shell": "^6.1.66",
93
+ "@things-factory/system-ui": "^6.1.66"
94
94
  },
95
95
  "devDependencies": {
96
- "@things-factory/builder": "^6.1.48"
96
+ "@things-factory/builder": "^6.1.66"
97
97
  },
98
- "gitHead": "781186386f8e235f165f2bfe5f66ef9fa00aec6e"
98
+ "gitHead": "8c200f0b657dc3bb429325d2ae41fecc2bd840a8"
99
99
  }