@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.
@@ -1,4 +1,4 @@
1
- import { store } from '@things-factory/shell'
1
+ import { store } from '@operato/shell'
2
2
  import { fetchFleets } from '../commons/fetch-fleets'
3
3
 
4
4
  export const UPDATE_FLEETS = 'UPDATE_FLEETS'
@@ -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 '@things-factory/shell'
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 '@things-factory/shell'
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 '@things-factory/shell'
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
 
@@ -5,7 +5,7 @@ import gql from 'graphql-tag'
5
5
  import { css, html, LitElement } from 'lit'
6
6
 
7
7
  import { provider } from '@things-factory/board-ui'
8
- import { client } from '@things-factory/shell'
8
+ import { client } from '@operato/graphql'
9
9
 
10
10
  /**
11
11
  * 구글맵 마커 인포윈도우용 컨텐트
@@ -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 '@things-factory/shell'
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'
@@ -1,7 +1,7 @@
1
1
  import { css, html, LitElement } from 'lit'
2
2
  import { connect } from 'pwa-helpers'
3
3
 
4
- import { store } from '@things-factory/shell'
4
+ import { store } from '@operato/shell'
5
5
 
6
6
  import {
7
7
  ICONS_MONITORING,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-fleet",
3
- "version": "7.0.1-alpha.78",
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.78",
77
- "@things-factory/attachment-base": "^7.0.1-alpha.78",
78
- "@things-factory/auth-ui": "^7.0.1-alpha.78",
79
- "@things-factory/biz-base": "^7.0.1-alpha.78",
80
- "@things-factory/board-service": "^7.0.1-alpha.78",
81
- "@things-factory/board-ui": "^7.0.1-alpha.78",
82
- "@things-factory/code-ui": "^7.0.1-alpha.78",
83
- "@things-factory/context-ui": "^7.0.1-alpha.71",
84
- "@things-factory/dashboard": "^7.0.1-alpha.78",
85
- "@things-factory/export-ui": "^7.0.1-alpha.71",
86
- "@things-factory/export-ui-csv": "^7.0.1-alpha.71",
87
- "@things-factory/export-ui-excel": "^7.0.1-alpha.71",
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.77",
90
- "@things-factory/integration-fulfillment": "^7.0.1-alpha.78",
91
- "@things-factory/integration-marketplace": "^7.0.1-alpha.78",
92
- "@things-factory/more-ui": "^7.0.1-alpha.71",
93
- "@things-factory/notification": "^7.0.1-alpha.78",
94
- "@things-factory/oauth2-client": "^7.0.1-alpha.78",
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.78",
97
- "@things-factory/setting-ui": "^7.0.1-alpha.78",
98
- "@things-factory/system": "^7.0.1-alpha.71",
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": "6423c664e70e7877c362b4aebb7f169e4a2ad22d"
104
+ "gitHead": "a84eff7066765905bf6a19fb61c641814bb7cac6"
105
105
  }