@things-factory/operato-hub 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 +11 -4
  2. package/package.json +44 -44
@@ -8,6 +8,7 @@ import { html } from 'lit'
8
8
 
9
9
  import { registerDefaultGroups } from '@operato/board/register-default-groups.js'
10
10
  import { APPEND_APP_TOOL } from '@things-factory/apptool-base'
11
+ import { setupAppToolPart } from '@things-factory/apptool-ui'
11
12
  import { auth } from '@things-factory/auth-base'
12
13
  import { appendViewpart, toggleOverlay, TOOL_POSITION, VIEWPART_POSITION } from '@things-factory/layout-base'
13
14
  import { setupMenuPart } from '@things-factory/lite-menu'
@@ -31,16 +32,22 @@ console.log(
31
32
  )
32
33
 
33
34
  export default function bootstrap() {
35
+ setupAppToolPart({
36
+ toolbar: true,
37
+ busybar: true,
38
+ mdibar: true
39
+ })
40
+
41
+ setupMenuPart({
42
+ slotTemplate: html` <domain-switch slot="head"></domain-switch> `
43
+ })
44
+
34
45
  /* initialize reducers */
35
46
  store.addReducers({ hub })
36
47
 
37
48
  /* set board-modeller group and default templates */
38
49
  registerDefaultGroups()
39
50
 
40
- setupMenuPart({
41
- slotTemplate: html` <domain-switch slot="head"></domain-switch> `
42
- })
43
-
44
51
  auth.on('profile', async () => {
45
52
  store.dispatch(fetchHubStatus())
46
53
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-hub",
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,
@@ -65,53 +65,53 @@
65
65
  "@operato/scene-table": "^1.0.0",
66
66
  "@operato/scene-visualizer": "^1.0.0",
67
67
  "@operato/scene-wheel-sorter": "^1.0.0",
68
- "@things-factory/api": "^6.1.48",
69
- "@things-factory/apptool-ui": "^6.1.48",
70
- "@things-factory/attachment-base": "^6.1.48",
71
- "@things-factory/auth-base": "^6.1.48",
72
- "@things-factory/auth-ui": "^6.1.63",
73
- "@things-factory/biz-base": "^6.1.48",
74
- "@things-factory/biz-ui": "^6.1.48",
75
- "@things-factory/board-service": "^6.1.55",
76
- "@things-factory/board-ui": "^6.1.55",
77
- "@things-factory/code-ui": "^6.1.48",
78
- "@things-factory/component-ui": "^6.1.48",
79
- "@things-factory/context-ui": "^6.1.48",
80
- "@things-factory/document-template-ui": "^6.1.48",
81
- "@things-factory/env": "^6.1.48",
82
- "@things-factory/export-ui": "^6.1.48",
83
- "@things-factory/export-ui-csv": "^6.1.48",
84
- "@things-factory/export-ui-excel": "^6.1.48",
85
- "@things-factory/help": "^6.1.48",
86
- "@things-factory/i18n-base": "^6.1.48",
87
- "@things-factory/import-ui": "^6.1.48",
88
- "@things-factory/import-ui-excel": "^6.1.48",
89
- "@things-factory/integration-accounting": "^6.1.63",
90
- "@things-factory/integration-fulfillment": "^6.1.63",
91
- "@things-factory/integration-lmd": "^6.1.63",
92
- "@things-factory/integration-marketplace": "^6.1.63",
93
- "@things-factory/integration-pos": "^6.1.63",
94
- "@things-factory/integration-sellercraft": "^6.1.63",
95
- "@things-factory/integration-sftp": "^6.1.63",
96
- "@things-factory/lite-menu": "^6.1.55",
97
- "@things-factory/more-ui": "^6.1.48",
98
- "@things-factory/notification": "^6.1.64",
99
- "@things-factory/pdf": "^6.1.48",
100
- "@things-factory/product-ui": "^6.1.48",
101
- "@things-factory/resource-ui": "^6.1.63",
102
- "@things-factory/sales-base": "^6.1.64",
103
- "@things-factory/scene-google-map": "^6.1.48",
104
- "@things-factory/setting-ui": "^6.1.48",
105
- "@things-factory/shell": "^6.1.48",
106
- "@things-factory/system-ui": "^6.1.48",
107
- "@things-factory/warehouse-base": "^6.1.63",
108
- "@things-factory/worksheet-base": "^6.1.64",
68
+ "@things-factory/api": "^6.1.66",
69
+ "@things-factory/apptool-ui": "^6.1.67",
70
+ "@things-factory/attachment-base": "^6.1.66",
71
+ "@things-factory/auth-base": "^6.1.66",
72
+ "@things-factory/auth-ui": "^6.1.67",
73
+ "@things-factory/biz-base": "^6.1.66",
74
+ "@things-factory/biz-ui": "^6.1.66",
75
+ "@things-factory/board-service": "^6.1.66",
76
+ "@things-factory/board-ui": "^6.1.66",
77
+ "@things-factory/code-ui": "^6.1.66",
78
+ "@things-factory/component-ui": "^6.1.66",
79
+ "@things-factory/context-ui": "^6.1.66",
80
+ "@things-factory/document-template-ui": "^6.1.66",
81
+ "@things-factory/env": "^6.1.66",
82
+ "@things-factory/export-ui": "^6.1.66",
83
+ "@things-factory/export-ui-csv": "^6.1.66",
84
+ "@things-factory/export-ui-excel": "^6.1.66",
85
+ "@things-factory/help": "^6.1.66",
86
+ "@things-factory/i18n-base": "^6.1.66",
87
+ "@things-factory/import-ui": "^6.1.66",
88
+ "@things-factory/import-ui-excel": "^6.1.66",
89
+ "@things-factory/integration-accounting": "^6.1.67",
90
+ "@things-factory/integration-fulfillment": "^6.1.67",
91
+ "@things-factory/integration-lmd": "^6.1.67",
92
+ "@things-factory/integration-marketplace": "^6.1.67",
93
+ "@things-factory/integration-pos": "^6.1.67",
94
+ "@things-factory/integration-sellercraft": "^6.1.67",
95
+ "@things-factory/integration-sftp": "^6.1.67",
96
+ "@things-factory/lite-menu": "^6.1.67",
97
+ "@things-factory/more-ui": "^6.1.66",
98
+ "@things-factory/notification": "^6.1.67",
99
+ "@things-factory/pdf": "^6.1.66",
100
+ "@things-factory/product-ui": "^6.1.66",
101
+ "@things-factory/resource-ui": "^6.1.67",
102
+ "@things-factory/sales-base": "^6.1.67",
103
+ "@things-factory/scene-google-map": "^6.1.66",
104
+ "@things-factory/setting-ui": "^6.1.66",
105
+ "@things-factory/shell": "^6.1.66",
106
+ "@things-factory/system-ui": "^6.1.66",
107
+ "@things-factory/warehouse-base": "^6.1.67",
108
+ "@things-factory/worksheet-base": "^6.1.67",
109
109
  "koa2-swagger-ui": "^5.0.2",
110
110
  "swagger-jsdoc": "^6.2.8",
111
111
  "yamljs": "^0.3.0"
112
112
  },
113
113
  "devDependencies": {
114
- "@things-factory/builder": "^6.1.48"
114
+ "@things-factory/builder": "^6.1.66"
115
115
  },
116
- "gitHead": "781186386f8e235f165f2bfe5f66ef9fa00aec6e"
116
+ "gitHead": "8c200f0b657dc3bb429325d2ae41fecc2bd840a8"
117
117
  }