@things-factory/operato-fleet 7.0.1-alpha.78 → 7.0.1-alpha.81
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/actions/fleets.js +1 -1
- package/client/bootstrap.js +7 -7
- package/client/commons/common-map.js +1 -1
- package/client/commons/fleet-search.js +1 -1
- package/client/commons/marker-info-content.js +1 -1
- package/client/pages/report/report-based-on-track.js +1 -1
- package/client/viewparts/menu-tools.js +1 -1
- package/package.json +23 -23
package/client/actions/fleets.js
CHANGED
package/client/bootstrap.js
CHANGED
|
@@ -9,14 +9,14 @@ import { html } from 'lit'
|
|
|
9
9
|
|
|
10
10
|
import { registerDefaultGroups } from '@operato/board/register-default-groups.js'
|
|
11
11
|
import { appendViewpart, toggleOverlay, TOOL_POSITION, updateViewpart, VIEWPART_POSITION } from '@operato/layout'
|
|
12
|
-
import { APPEND_APP_TOOL } from '@things-factory/apptool-base'
|
|
13
|
-
import { setupAppToolPart } from '@things-factory/apptool-ui'
|
|
14
|
-
import { setAuthManagementMenus } from '@things-factory/auth-ui'
|
|
15
|
-
import { setupContextUIPart } from '@things-factory/context-ui'
|
|
12
|
+
import { APPEND_APP_TOOL } from '@things-factory/apptool-base/client'
|
|
13
|
+
import { setupAppToolPart } from '@things-factory/apptool-ui/dist-client'
|
|
14
|
+
import { setAuthManagementMenus } from '@things-factory/auth-ui/dist-client'
|
|
15
|
+
import { setupContextUIPart } from '@things-factory/context-ui/dist-client'
|
|
16
16
|
import { fetchBoardSettings, UPDATE_BOARD_SETTINGS } from '@things-factory/dashboard'
|
|
17
|
-
import { ADD_MORENDA } from '@things-factory/more-base'
|
|
18
|
-
import { ADD_SETTING } from '@things-factory/setting-base'
|
|
19
|
-
import { navigate, store } from '@
|
|
17
|
+
import { ADD_MORENDA } from '@things-factory/more-base/client'
|
|
18
|
+
import { ADD_SETTING } from '@things-factory/setting-base/dist-client'
|
|
19
|
+
import { navigate, store } from '@operato/shell'
|
|
20
20
|
|
|
21
21
|
import { searchFleets } from './actions/fleets'
|
|
22
22
|
import GoogleMapLoader from './commons/google-map-loader'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { LitElement, html, css } from 'lit'
|
|
2
2
|
import { connect } from 'pwa-helpers/connect-mixin.js'
|
|
3
|
-
import { store } from '@
|
|
3
|
+
import { store } from '@operato/shell'
|
|
4
4
|
import { ScrollbarStyles } from '@things-factory/styles'
|
|
5
5
|
|
|
6
6
|
import GoogleMapLoader from './google-map-loader'
|
|
@@ -2,7 +2,7 @@ import '@operato/i18n/ox-i18n.js'
|
|
|
2
2
|
|
|
3
3
|
import { LitElement, html, css } from 'lit'
|
|
4
4
|
import { connect } from 'pwa-helpers/connect-mixin.js'
|
|
5
|
-
import { store } from '@
|
|
5
|
+
import { store } from '@operato/shell'
|
|
6
6
|
import { ScrollbarStyles } from '@things-factory/styles'
|
|
7
7
|
import { localize, i18next } from '@things-factory/i18n-base'
|
|
8
8
|
|
|
@@ -9,7 +9,7 @@ import { connect } from 'pwa-helpers/connect-mixin.js'
|
|
|
9
9
|
|
|
10
10
|
import { openPopup } from '@operato/layout'
|
|
11
11
|
import { i18next, localize } from '@things-factory/i18n-base'
|
|
12
|
-
import { PageView, store } from '@
|
|
12
|
+
import { PageView, store } from '@operato/shell'
|
|
13
13
|
|
|
14
14
|
import { fetchTrack } from '../../commons/fetch-track'
|
|
15
15
|
import { getISO6709StringFromLatLng } from '../../commons/iso-6709'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-fleet",
|
|
3
|
-
"version": "7.0.1-alpha.
|
|
3
|
+
"version": "7.0.1-alpha.81",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -73,33 +73,33 @@
|
|
|
73
73
|
"@operato/scene-timer": "^2.0.0-alpha.0",
|
|
74
74
|
"@operato/scene-visualizer": "^2.0.0-alpha.0",
|
|
75
75
|
"@operato/scene-wheel-sorter": "^2.0.0-alpha.0",
|
|
76
|
-
"@things-factory/apptool-ui": "^7.0.1-alpha.
|
|
77
|
-
"@things-factory/attachment-base": "^7.0.1-alpha.
|
|
78
|
-
"@things-factory/auth-ui": "^7.0.1-alpha.
|
|
79
|
-
"@things-factory/biz-base": "^7.0.1-alpha.
|
|
80
|
-
"@things-factory/board-service": "^7.0.1-alpha.
|
|
81
|
-
"@things-factory/board-ui": "^7.0.1-alpha.
|
|
82
|
-
"@things-factory/code-ui": "^7.0.1-alpha.
|
|
83
|
-
"@things-factory/context-ui": "^7.0.1-alpha.
|
|
84
|
-
"@things-factory/dashboard": "^7.0.1-alpha.
|
|
85
|
-
"@things-factory/export-ui": "^7.0.1-alpha.
|
|
86
|
-
"@things-factory/export-ui-csv": "^7.0.1-alpha.
|
|
87
|
-
"@things-factory/export-ui-excel": "^7.0.1-alpha.
|
|
76
|
+
"@things-factory/apptool-ui": "^7.0.1-alpha.81",
|
|
77
|
+
"@things-factory/attachment-base": "^7.0.1-alpha.81",
|
|
78
|
+
"@things-factory/auth-ui": "^7.0.1-alpha.81",
|
|
79
|
+
"@things-factory/biz-base": "^7.0.1-alpha.81",
|
|
80
|
+
"@things-factory/board-service": "^7.0.1-alpha.81",
|
|
81
|
+
"@things-factory/board-ui": "^7.0.1-alpha.81",
|
|
82
|
+
"@things-factory/code-ui": "^7.0.1-alpha.81",
|
|
83
|
+
"@things-factory/context-ui": "^7.0.1-alpha.79",
|
|
84
|
+
"@things-factory/dashboard": "^7.0.1-alpha.81",
|
|
85
|
+
"@things-factory/export-ui": "^7.0.1-alpha.79",
|
|
86
|
+
"@things-factory/export-ui-csv": "^7.0.1-alpha.79",
|
|
87
|
+
"@things-factory/export-ui-excel": "^7.0.1-alpha.79",
|
|
88
88
|
"@things-factory/help": "^7.0.1-alpha.71",
|
|
89
|
-
"@things-factory/i18n-base": "^7.0.1-alpha.
|
|
90
|
-
"@things-factory/integration-fulfillment": "^7.0.1-alpha.
|
|
91
|
-
"@things-factory/integration-marketplace": "^7.0.1-alpha.
|
|
92
|
-
"@things-factory/more-ui": "^7.0.1-alpha.
|
|
93
|
-
"@things-factory/notification": "^7.0.1-alpha.
|
|
94
|
-
"@things-factory/oauth2-client": "^7.0.1-alpha.
|
|
89
|
+
"@things-factory/i18n-base": "^7.0.1-alpha.81",
|
|
90
|
+
"@things-factory/integration-fulfillment": "^7.0.1-alpha.81",
|
|
91
|
+
"@things-factory/integration-marketplace": "^7.0.1-alpha.81",
|
|
92
|
+
"@things-factory/more-ui": "^7.0.1-alpha.79",
|
|
93
|
+
"@things-factory/notification": "^7.0.1-alpha.81",
|
|
94
|
+
"@things-factory/oauth2-client": "^7.0.1-alpha.81",
|
|
95
95
|
"@things-factory/pdf": "^7.0.1-alpha.71",
|
|
96
|
-
"@things-factory/resource-ui": "^7.0.1-alpha.
|
|
97
|
-
"@things-factory/setting-ui": "^7.0.1-alpha.
|
|
98
|
-
"@things-factory/system": "^7.0.1-alpha.
|
|
96
|
+
"@things-factory/resource-ui": "^7.0.1-alpha.81",
|
|
97
|
+
"@things-factory/setting-ui": "^7.0.1-alpha.81",
|
|
98
|
+
"@things-factory/system": "^7.0.1-alpha.79",
|
|
99
99
|
"chance": "^1.1.11"
|
|
100
100
|
},
|
|
101
101
|
"devDependencies": {
|
|
102
102
|
"@things-factory/builder": "^7.0.1-alpha.71"
|
|
103
103
|
},
|
|
104
|
-
"gitHead": "
|
|
104
|
+
"gitHead": "a84eff7066765905bf6a19fb61c641814bb7cac6"
|
|
105
105
|
}
|