@things-factory/operato-fleet 4.0.23 → 4.0.27

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.
@@ -6,7 +6,7 @@ import './viewparts/infowindow-setting-let'
6
6
 
7
7
  import { html } from 'lit-element'
8
8
 
9
- import { registerDefaultGroups } from '@operato/board/dist/src/component/register-default-groups'
9
+ import { registerDefaultGroups } from '@operato/board/register-default-groups.js'
10
10
  import { APPEND_APP_TOOL } from '@things-factory/apptool-base'
11
11
  import { auth } from '@things-factory/auth-base'
12
12
  import { setAuthManagementMenus } from '@things-factory/auth-ui'
@@ -1,11 +1,11 @@
1
1
  import '@material/mwc-linear-progress'
2
- import '@operato/board/dist/src/ox-board-viewer.js'
2
+ import '@operato/board/ox-board-viewer.js'
3
3
 
4
- import { LitElement, css, html } from 'lit-element'
5
-
6
- import { client } from '@things-factory/shell'
7
4
  import gql from 'graphql-tag'
5
+ import { css, html, LitElement } from 'lit-element'
6
+
8
7
  import { provider } from '@things-factory/board-ui'
8
+ import { client } from '@things-factory/shell'
9
9
 
10
10
  /**
11
11
  * 구글맵 마커 인포윈도우용 컨텐트
@@ -1,14 +1,15 @@
1
- import '@operato/board/dist/src/ox-board-viewer.js'
1
+ import '@operato/board/ox-board-viewer.js'
2
2
 
3
- import { PageView, client, store } from '@things-factory/shell'
3
+ import gql from 'graphql-tag'
4
4
  import { css, html } from 'lit-element'
5
+ import { connect } from 'pwa-helpers/connect-mixin.js'
6
+
7
+ import { provider } from '@things-factory/board-ui'
5
8
  import { i18next, localize } from '@things-factory/i18n-base'
9
+ import { client, PageView, store } from '@things-factory/shell'
10
+ import { ScrollbarStyles } from '@things-factory/styles'
6
11
 
7
12
  import { FMSPageStyles } from '../fleet-page-style'
8
- import { ScrollbarStyles } from '@things-factory/styles'
9
- import { connect } from 'pwa-helpers/connect-mixin.js'
10
- import gql from 'graphql-tag'
11
- import { provider } from '@things-factory/board-ui'
12
13
 
13
14
  const NOOP = () => {}
14
15
  const DASHBOARD = 'dashboard'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-fleet",
3
- "version": "4.0.23",
3
+ "version": "4.0.27",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -41,64 +41,64 @@
41
41
  "@material/mwc-formfield": "^0.25.3",
42
42
  "@material/mwc-linear-progress": "^0.25.3",
43
43
  "@material/mwc-radio": "^0.25.3",
44
- "@operato/board": "^0.2.50",
45
- "@operato/scene-chartjs": "^0.0.22",
46
- "@operato/scene-clock": "^0.0.22",
47
- "@operato/scene-clone": "^0.0.22",
48
- "@operato/scene-compass": "^0.0.22",
49
- "@operato/scene-gauge": "^0.0.22",
50
- "@operato/scene-grist": "^0.0.22",
51
- "@operato/scene-indoor-map": "^0.0.22",
52
- "@operato/scene-integration": "^0.0.22",
53
- "@operato/scene-legend": "^0.0.22",
54
- "@operato/scene-progressbar": "^0.0.22",
55
- "@operato/scene-random": "^0.0.22",
56
- "@operato/scene-switch": "^0.0.22",
57
- "@operato/scene-tab": "^0.0.22",
58
- "@operato/scene-table": "^0.0.22",
59
- "@operato/scene-timer": "^0.0.22",
60
- "@operato/scene-wheel-sorter": "^0.0.22",
61
- "@things-factory/apptool-ui": "^4.0.23",
62
- "@things-factory/attachment-base": "^4.0.23",
63
- "@things-factory/auth-ui": "^4.0.23",
64
- "@things-factory/biz-base": "^4.0.23",
65
- "@things-factory/board-service": "^4.0.23",
66
- "@things-factory/board-ui": "^4.0.23",
67
- "@things-factory/code-ui": "^4.0.23",
68
- "@things-factory/context-ui": "^4.0.23",
69
- "@things-factory/dashboard": "^4.0.23",
70
- "@things-factory/export-ui": "^4.0.23",
71
- "@things-factory/export-ui-csv": "^4.0.23",
72
- "@things-factory/export-ui-excel": "^4.0.23",
73
- "@things-factory/grist-ui": "^4.0.23",
74
- "@things-factory/help": "^4.0.23",
75
- "@things-factory/i18n-ui": "^4.0.23",
76
- "@things-factory/integration-fulfillment": "^4.0.23",
77
- "@things-factory/integration-marketplace": "^4.0.23",
78
- "@things-factory/more-ui": "^4.0.23",
79
- "@things-factory/notification": "^4.0.23",
80
- "@things-factory/oauth2-client": "^4.0.23",
81
- "@things-factory/pdf": "^4.0.23",
82
- "@things-factory/resource-ui": "^4.0.23",
83
- "@things-factory/scene-data-transform": "^4.0.23",
84
- "@things-factory/scene-excel": "^4.0.23",
85
- "@things-factory/scene-firebase": "^4.0.23",
86
- "@things-factory/scene-form": "^4.0.23",
87
- "@things-factory/scene-google-map": "^4.0.23",
88
- "@things-factory/scene-graphql": "^4.0.23",
44
+ "@operato/board": "^0.3.2",
45
+ "@operato/scene-chartjs": "^0.1.0",
46
+ "@operato/scene-clock": "^0.1.0",
47
+ "@operato/scene-clone": "^0.1.0",
48
+ "@operato/scene-compass": "^0.1.0",
49
+ "@operato/scene-gauge": "^0.1.0",
50
+ "@operato/scene-grist": "^0.1.0",
51
+ "@operato/scene-indoor-map": "^0.1.0",
52
+ "@operato/scene-integration": "^0.1.0",
53
+ "@operato/scene-legend": "^0.1.0",
54
+ "@operato/scene-progressbar": "^0.1.0",
55
+ "@operato/scene-random": "^0.1.0",
56
+ "@operato/scene-switch": "^0.1.0",
57
+ "@operato/scene-tab": "^0.1.0",
58
+ "@operato/scene-table": "^0.1.0",
59
+ "@operato/scene-timer": "^0.1.0",
60
+ "@operato/scene-wheel-sorter": "^0.1.0",
61
+ "@things-factory/apptool-ui": "^4.0.27",
62
+ "@things-factory/attachment-base": "^4.0.27",
63
+ "@things-factory/auth-ui": "^4.0.27",
64
+ "@things-factory/biz-base": "^4.0.27",
65
+ "@things-factory/board-service": "^4.0.27",
66
+ "@things-factory/board-ui": "^4.0.27",
67
+ "@things-factory/code-ui": "^4.0.27",
68
+ "@things-factory/context-ui": "^4.0.27",
69
+ "@things-factory/dashboard": "^4.0.27",
70
+ "@things-factory/export-ui": "^4.0.27",
71
+ "@things-factory/export-ui-csv": "^4.0.27",
72
+ "@things-factory/export-ui-excel": "^4.0.27",
73
+ "@things-factory/grist-ui": "^4.0.27",
74
+ "@things-factory/help": "^4.0.27",
75
+ "@things-factory/i18n-ui": "^4.0.27",
76
+ "@things-factory/integration-fulfillment": "^4.0.27",
77
+ "@things-factory/integration-marketplace": "^4.0.27",
78
+ "@things-factory/more-ui": "^4.0.27",
79
+ "@things-factory/notification": "^4.0.27",
80
+ "@things-factory/oauth2-client": "^4.0.27",
81
+ "@things-factory/pdf": "^4.0.27",
82
+ "@things-factory/resource-ui": "^4.0.27",
83
+ "@things-factory/scene-data-transform": "^4.0.27",
84
+ "@things-factory/scene-excel": "^4.0.27",
85
+ "@things-factory/scene-firebase": "^4.0.27",
86
+ "@things-factory/scene-form": "^4.0.27",
87
+ "@things-factory/scene-google-map": "^4.0.27",
88
+ "@things-factory/scene-graphql": "^4.0.27",
89
89
  "@things-factory/scene-half-roundrect": "^4.0.9",
90
- "@things-factory/scene-label": "^4.0.23",
91
- "@things-factory/scene-marker": "^4.0.23",
92
- "@things-factory/scene-mqtt": "^4.0.23",
93
- "@things-factory/scene-news-ticker": "^4.0.23",
94
- "@things-factory/scene-restful": "^4.0.23",
95
- "@things-factory/scene-visualizer": "^4.0.23",
96
- "@things-factory/setting-ui": "^4.0.23",
97
- "@things-factory/system-ui": "^4.0.23",
90
+ "@things-factory/scene-label": "^4.0.27",
91
+ "@things-factory/scene-marker": "^4.0.27",
92
+ "@things-factory/scene-mqtt": "^4.0.27",
93
+ "@things-factory/scene-news-ticker": "^4.0.27",
94
+ "@things-factory/scene-restful": "^4.0.27",
95
+ "@things-factory/scene-visualizer": "^4.0.27",
96
+ "@things-factory/setting-ui": "^4.0.27",
97
+ "@things-factory/system-ui": "^4.0.27",
98
98
  "chance": "^1.1.4"
99
99
  },
100
100
  "devDependencies": {
101
- "@things-factory/builder": "^4.0.23"
101
+ "@things-factory/builder": "^4.0.27"
102
102
  },
103
- "gitHead": "49ba662dea1d349e9608a9a58c8fcfbc1310a5d6"
103
+ "gitHead": "276eaface2890c8f229ce6c9f64cde9c6b1e0083"
104
104
  }