@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.
- package/client/bootstrap.js +11 -4
- package/package.json +44 -44
package/client/bootstrap.js
CHANGED
|
@@ -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.
|
|
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.
|
|
69
|
-
"@things-factory/apptool-ui": "^6.1.
|
|
70
|
-
"@things-factory/attachment-base": "^6.1.
|
|
71
|
-
"@things-factory/auth-base": "^6.1.
|
|
72
|
-
"@things-factory/auth-ui": "^6.1.
|
|
73
|
-
"@things-factory/biz-base": "^6.1.
|
|
74
|
-
"@things-factory/biz-ui": "^6.1.
|
|
75
|
-
"@things-factory/board-service": "^6.1.
|
|
76
|
-
"@things-factory/board-ui": "^6.1.
|
|
77
|
-
"@things-factory/code-ui": "^6.1.
|
|
78
|
-
"@things-factory/component-ui": "^6.1.
|
|
79
|
-
"@things-factory/context-ui": "^6.1.
|
|
80
|
-
"@things-factory/document-template-ui": "^6.1.
|
|
81
|
-
"@things-factory/env": "^6.1.
|
|
82
|
-
"@things-factory/export-ui": "^6.1.
|
|
83
|
-
"@things-factory/export-ui-csv": "^6.1.
|
|
84
|
-
"@things-factory/export-ui-excel": "^6.1.
|
|
85
|
-
"@things-factory/help": "^6.1.
|
|
86
|
-
"@things-factory/i18n-base": "^6.1.
|
|
87
|
-
"@things-factory/import-ui": "^6.1.
|
|
88
|
-
"@things-factory/import-ui-excel": "^6.1.
|
|
89
|
-
"@things-factory/integration-accounting": "^6.1.
|
|
90
|
-
"@things-factory/integration-fulfillment": "^6.1.
|
|
91
|
-
"@things-factory/integration-lmd": "^6.1.
|
|
92
|
-
"@things-factory/integration-marketplace": "^6.1.
|
|
93
|
-
"@things-factory/integration-pos": "^6.1.
|
|
94
|
-
"@things-factory/integration-sellercraft": "^6.1.
|
|
95
|
-
"@things-factory/integration-sftp": "^6.1.
|
|
96
|
-
"@things-factory/lite-menu": "^6.1.
|
|
97
|
-
"@things-factory/more-ui": "^6.1.
|
|
98
|
-
"@things-factory/notification": "^6.1.
|
|
99
|
-
"@things-factory/pdf": "^6.1.
|
|
100
|
-
"@things-factory/product-ui": "^6.1.
|
|
101
|
-
"@things-factory/resource-ui": "^6.1.
|
|
102
|
-
"@things-factory/sales-base": "^6.1.
|
|
103
|
-
"@things-factory/scene-google-map": "^6.1.
|
|
104
|
-
"@things-factory/setting-ui": "^6.1.
|
|
105
|
-
"@things-factory/shell": "^6.1.
|
|
106
|
-
"@things-factory/system-ui": "^6.1.
|
|
107
|
-
"@things-factory/warehouse-base": "^6.1.
|
|
108
|
-
"@things-factory/worksheet-base": "^6.1.
|
|
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.
|
|
114
|
+
"@things-factory/builder": "^6.1.66"
|
|
115
115
|
},
|
|
116
|
-
"gitHead": "
|
|
116
|
+
"gitHead": "8c200f0b657dc3bb429325d2ae41fecc2bd840a8"
|
|
117
117
|
}
|