@things-factory/operato-board 6.1.67 → 6.1.69

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.
@@ -20,19 +20,25 @@ import { APPEND_APP_TOOL } from '@things-factory/apptool-base'
20
20
  import { setupAppToolPart } from '@things-factory/apptool-ui'
21
21
  import { auth } from '@things-factory/auth-base'
22
22
  import { setAuthManagementMenus } from '@things-factory/auth-ui'
23
+ import { setupContextUIPart } from '@things-factory/context-ui'
23
24
  import { ADD_MORENDA } from '@things-factory/more-base'
24
25
  import { ADD_SETTING } from '@things-factory/setting-base'
25
26
  import { navigate, store, UPDATE_BASE_URL } from '@things-factory/shell'
26
27
 
27
28
  import permissions from './reducers/permissions'
28
29
 
29
- export default function bootstrap() {
30
- setupAppToolPart({
30
+ export default async function bootstrap() {
31
+ await setupAppToolPart({
31
32
  toolbar: true,
32
33
  busybar: true,
33
34
  mdibar: false
34
35
  })
35
36
 
37
+ await setupContextUIPart({
38
+ titlebar: 'header',
39
+ contextToolbar: 'page-footer'
40
+ })
41
+
36
42
  store.addReducers({ permissions })
37
43
 
38
44
  store.dispatch({
@@ -1,4 +1,4 @@
1
- import { Connection } from "@things-factory/integration-ui/client/pages/connection";
1
+ import { Connection } from '@things-factory/integration-ui/dist-client/pages/connection.js'
2
2
 
3
3
  class ConnectionListPage extends Connection {
4
4
  get context() {
@@ -1,6 +1,6 @@
1
- import { Scenario } from '@things-factory/integration-ui/client/pages/scenario'
1
+ import { Scenario } from '@things-factory/integration-ui/dist-client/pages/scenario.js'
2
2
 
3
- class ScenarioListPage extends Scenario {
3
+ export class ScenarioListPage extends Scenario {
4
4
  get context() {
5
5
  return {
6
6
  ...super.context,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-board",
3
- "version": "6.1.67",
3
+ "version": "6.1.69",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -80,33 +80,33 @@
80
80
  "@operato/shell": "^1.0.1",
81
81
  "@operato/styles": "^1.0.0",
82
82
  "@operato/utils": "^1.0.1",
83
- "@things-factory/apptool-ui": "^6.1.67",
83
+ "@things-factory/apptool-ui": "^6.1.68",
84
84
  "@things-factory/auth-ui": "^6.1.67",
85
85
  "@things-factory/board-service": "^6.1.66",
86
- "@things-factory/board-ui": "^6.1.66",
87
- "@things-factory/context-ui": "^6.1.66",
88
- "@things-factory/export-ui": "^6.1.66",
86
+ "@things-factory/board-ui": "^6.1.69",
87
+ "@things-factory/context-ui": "^6.1.68",
88
+ "@things-factory/export-ui": "^6.1.68",
89
89
  "@things-factory/fav-base": "^6.1.66",
90
90
  "@things-factory/font-base": "^6.1.66",
91
91
  "@things-factory/form-ui": "^6.1.66",
92
92
  "@things-factory/help": "^6.1.66",
93
93
  "@things-factory/i18n-base": "^6.1.66",
94
- "@things-factory/import-ui": "^6.1.66",
94
+ "@things-factory/import-ui": "^6.1.68",
95
95
  "@things-factory/integration-base": "^6.1.66",
96
96
  "@things-factory/integration-msgraph": "^6.1.66",
97
97
  "@things-factory/integration-notification": "^6.1.67",
98
98
  "@things-factory/integration-openai": "^6.1.66",
99
- "@things-factory/integration-ui": "^6.1.66",
99
+ "@things-factory/integration-ui": "^6.1.69",
100
100
  "@things-factory/layout-ui": "^6.1.66",
101
- "@things-factory/more-ui": "^6.1.66",
101
+ "@things-factory/more-ui": "^6.1.68",
102
102
  "@things-factory/notification": "^6.1.67",
103
103
  "@things-factory/oauth2-client": "^6.1.66",
104
104
  "@things-factory/offline-ui": "^6.1.66",
105
105
  "@things-factory/operato-license-checker": "^3.1.0",
106
106
  "@things-factory/pdf": "^6.1.66",
107
107
  "@things-factory/print-service": "^6.1.66",
108
- "@things-factory/print-ui": "^6.1.66",
109
- "@things-factory/resource-ui": "^6.1.67",
108
+ "@things-factory/print-ui": "^6.1.68",
109
+ "@things-factory/resource-ui": "^6.1.68",
110
110
  "@things-factory/scene-google-map": "^6.1.66",
111
111
  "@things-factory/setting-ui": "^6.1.66",
112
112
  "@things-factory/shell": "^6.1.66",
@@ -116,5 +116,5 @@
116
116
  "@things-factory/board-test": "^6.1.66",
117
117
  "@things-factory/builder": "^6.1.66"
118
118
  },
119
- "gitHead": "8c200f0b657dc3bb429325d2ae41fecc2bd840a8"
119
+ "gitHead": "d276cb4a58820e670d283f50282d4f20a32605a2"
120
120
  }