@things-factory/operato-board 6.1.66 → 6.1.68

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.
@@ -17,15 +17,28 @@ import {
17
17
  VIEWPART_POSITION
18
18
  } from '@operato/layout'
19
19
  import { APPEND_APP_TOOL } from '@things-factory/apptool-base'
20
+ import { setupAppToolPart } from '@things-factory/apptool-ui'
20
21
  import { auth } from '@things-factory/auth-base'
21
22
  import { setAuthManagementMenus } from '@things-factory/auth-ui'
23
+ import { setupContextUIPart } from '@things-factory/context-ui'
22
24
  import { ADD_MORENDA } from '@things-factory/more-base'
23
25
  import { ADD_SETTING } from '@things-factory/setting-base'
24
26
  import { navigate, store, UPDATE_BASE_URL } from '@things-factory/shell'
25
27
 
26
28
  import permissions from './reducers/permissions'
27
29
 
28
- export default function bootstrap() {
30
+ export default async function bootstrap() {
31
+ await setupAppToolPart({
32
+ toolbar: true,
33
+ busybar: true,
34
+ mdibar: false
35
+ })
36
+
37
+ await setupContextUIPart({
38
+ titlebar: 'header',
39
+ contextToolbar: 'page-footer'
40
+ })
41
+
29
42
  store.addReducers({ permissions })
30
43
 
31
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/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/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,