@things-factory/operato-fleet 6.2.12 → 6.2.15

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 +3 -2
  2. package/package.json +24 -24
@@ -107,7 +107,8 @@ export default async function bootstrap() {
107
107
  })
108
108
 
109
109
  /* append top-menu to layout */
110
- var width
110
+ var state = store.getState()
111
+ var width = state.layout?.width || 'WIDE'
111
112
 
112
113
  appendViewpart({
113
114
  name: 'fleet-topmenu',
@@ -115,7 +116,7 @@ export default async function bootstrap() {
115
116
  show: true,
116
117
  template: html` <menu-tools></menu-tools> `
117
118
  },
118
- position: VIEWPART_POSITION.NAVBAR
119
+ position: width == 'WIDE' ? VIEWPART_POSITION.NAVBAR : VIEWPART_POSITION.FOOTERBAR
119
120
  })
120
121
 
121
122
  store.subscribe(async () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-fleet",
3
- "version": "6.2.12",
3
+ "version": "6.2.15",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -71,34 +71,34 @@
71
71
  "@operato/scene-timer": "^1.0.0",
72
72
  "@operato/scene-visualizer": "^1.0.0",
73
73
  "@operato/scene-wheel-sorter": "^1.0.0",
74
- "@things-factory/apptool-ui": "^6.2.11",
75
- "@things-factory/attachment-base": "^6.2.11",
76
- "@things-factory/auth-ui": "^6.2.12",
77
- "@things-factory/biz-base": "^6.2.11",
78
- "@things-factory/board-service": "^6.2.11",
79
- "@things-factory/board-ui": "^6.2.11",
80
- "@things-factory/code-ui": "^6.2.11",
81
- "@things-factory/context-ui": "^6.2.6",
82
- "@things-factory/dashboard": "^6.2.11",
83
- "@things-factory/export-ui": "^6.2.6",
84
- "@things-factory/export-ui-csv": "^6.2.6",
85
- "@things-factory/export-ui-excel": "^6.2.6",
86
- "@things-factory/help": "^6.2.6",
87
- "@things-factory/i18n-base": "^6.2.10",
88
- "@things-factory/integration-fulfillment": "^6.2.12",
89
- "@things-factory/integration-marketplace": "^6.2.12",
90
- "@things-factory/more-ui": "^6.2.6",
91
- "@things-factory/notification": "^6.2.11",
92
- "@things-factory/oauth2-client": "^6.2.11",
74
+ "@things-factory/apptool-ui": "^6.2.15",
75
+ "@things-factory/attachment-base": "^6.2.15",
76
+ "@things-factory/auth-ui": "^6.2.15",
77
+ "@things-factory/biz-base": "^6.2.15",
78
+ "@things-factory/board-service": "^6.2.15",
79
+ "@things-factory/board-ui": "^6.2.15",
80
+ "@things-factory/code-ui": "^6.2.15",
81
+ "@things-factory/context-ui": "^6.2.15",
82
+ "@things-factory/dashboard": "^6.2.15",
83
+ "@things-factory/export-ui": "^6.2.15",
84
+ "@things-factory/export-ui-csv": "^6.2.15",
85
+ "@things-factory/export-ui-excel": "^6.2.15",
86
+ "@things-factory/help": "^6.2.15",
87
+ "@things-factory/i18n-base": "^6.2.15",
88
+ "@things-factory/integration-fulfillment": "^6.2.15",
89
+ "@things-factory/integration-marketplace": "^6.2.15",
90
+ "@things-factory/more-ui": "^6.2.15",
91
+ "@things-factory/notification": "^6.2.15",
92
+ "@things-factory/oauth2-client": "^6.2.15",
93
93
  "@things-factory/pdf": "^6.2.0",
94
- "@things-factory/resource-ui": "^6.2.12",
94
+ "@things-factory/resource-ui": "^6.2.15",
95
95
  "@things-factory/scene-google-map": "^6.2.0",
96
- "@things-factory/setting-ui": "^6.2.11",
97
- "@things-factory/system-ui": "^6.2.6",
96
+ "@things-factory/setting-ui": "^6.2.15",
97
+ "@things-factory/system-ui": "^6.2.15",
98
98
  "chance": "^1.1.11"
99
99
  },
100
100
  "devDependencies": {
101
101
  "@things-factory/builder": "^6.2.2"
102
102
  },
103
- "gitHead": "7041cf6aa45bfc1d3bd03d88a51962068dabecf4"
103
+ "gitHead": "262fa72c069ac8745dd16acd695d0e87331fbc14"
104
104
  }