@things-factory/reference-app 4.0.41 → 4.0.42
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/pages/menu-page.js +5 -4
- package/client/pages/notification-page.js +8 -6
- package/client/pages/pending-job-page.js +5 -3
- package/db.sqlite +0 -0
- package/logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json +5 -0
- package/logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json +5 -0
- package/logs/application-2022-01-31-02.log +4 -0
- package/logs/connections-2022-01-31-02.log +0 -0
- package/package.json +48 -43
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import '@things-factory/auth-ui' /* for domain-switch */
|
|
2
2
|
import '@material/mwc-checkbox'
|
|
3
3
|
import '@material/mwc-formfield'
|
|
4
|
+
import '@operato/help/ox-help-icon.js'
|
|
4
5
|
|
|
5
6
|
import { css, html } from 'lit-element'
|
|
6
7
|
import { connect } from 'pwa-helpers/connect-mixin.js'
|
|
7
8
|
|
|
8
|
-
import { VIEWPART_POSITION } from '@
|
|
9
|
+
import { VIEWPART_POSITION } from '@operato/layout'
|
|
10
|
+
import { PageView, store } from '@operato/shell'
|
|
9
11
|
import { setupMenuPart } from '@things-factory/lite-menu'
|
|
10
|
-
import { PageView, store } from '@things-factory/shell'
|
|
11
12
|
|
|
12
13
|
import { referencePageStyles } from './reference-page-styles'
|
|
13
14
|
|
|
@@ -35,9 +36,9 @@ class MenuPage extends connect(store)(PageView) {
|
|
|
35
36
|
render() {
|
|
36
37
|
return html`
|
|
37
38
|
<p>
|
|
38
|
-
Things Factory 프레임워크에서는 간편하게 메뉴를 구성할 수 있도록 Lite Menu<help-icon
|
|
39
|
+
Things Factory 프레임워크에서는 간편하게 메뉴를 구성할 수 있도록 Lite Menu<ox-help-icon
|
|
39
40
|
topic="module/lite-menu"
|
|
40
|
-
></help-icon>
|
|
41
|
+
></ox-help-icon>
|
|
41
42
|
모듈을 제공한다.
|
|
42
43
|
</p>
|
|
43
44
|
<section @change=${e => this.setupMenu(e)}>
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
import '@things-factory/notification'
|
|
2
|
+
import '@operato/help/ox-help-icon.js'
|
|
2
3
|
|
|
3
|
-
import { APPEND_APP_TOOL, REMOVE_APP_TOOL } from '@things-factory/apptool-base'
|
|
4
|
-
import { PageView, store } from '@things-factory/shell'
|
|
5
|
-
import { TOOL_POSITION, toggleOverlay } from '@things-factory/layout-base'
|
|
6
4
|
import { css, html } from 'lit-element'
|
|
7
|
-
|
|
8
5
|
import { connect } from 'pwa-helpers/connect-mixin.js'
|
|
6
|
+
|
|
7
|
+
import { toggleOverlay, TOOL_POSITION } from '@operato/layout'
|
|
8
|
+
import { PageView, store } from '@operato/shell'
|
|
9
|
+
import { APPEND_APP_TOOL, REMOVE_APP_TOOL } from '@things-factory/apptool-base'
|
|
10
|
+
|
|
9
11
|
import { referencePageStyles } from './reference-page-styles'
|
|
10
12
|
|
|
11
13
|
class NotificationPage extends connect(store)(PageView) {
|
|
@@ -45,9 +47,9 @@ class NotificationPage extends connect(store)(PageView) {
|
|
|
45
47
|
render() {
|
|
46
48
|
return html`
|
|
47
49
|
<p>
|
|
48
|
-
Things Factory 프레임워크에서는 간편하게 메뉴를 구성할 수 있도록 Notification<help-icon
|
|
50
|
+
Things Factory 프레임워크에서는 간편하게 메뉴를 구성할 수 있도록 Notification<ox-help-icon
|
|
49
51
|
topic="module/notification"
|
|
50
|
-
></help-icon>
|
|
52
|
+
></ox-help-icon>
|
|
51
53
|
모듈을 제공한다.
|
|
52
54
|
</p>
|
|
53
55
|
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import '@material/mwc-linear-progress'
|
|
2
|
-
import '@
|
|
2
|
+
import '@operato/help/ox-help-icon.js'
|
|
3
3
|
|
|
4
4
|
import { gql } from 'graphql-tag'
|
|
5
5
|
import { css, html } from 'lit-element'
|
|
6
6
|
import { connect } from 'pwa-helpers/connect-mixin.js'
|
|
7
7
|
|
|
8
|
-
import { client
|
|
8
|
+
import { client } from '@operato/graphql'
|
|
9
|
+
import { PageView, store } from '@operato/shell'
|
|
9
10
|
|
|
10
11
|
import { referencePageStyles } from './reference-page-styles'
|
|
11
12
|
|
|
@@ -48,7 +49,8 @@ class PendingJobPage extends connect(store)(PageView) {
|
|
|
48
49
|
return html`
|
|
49
50
|
<p>
|
|
50
51
|
오래걸리는 서버작업을 수행할 때는 진행과정을 표현해주는 것이 사용자 경험에 도움을 준다. 이를 위해 Things Factory
|
|
51
|
-
프레임워크에서는 oops-progress<help-icon topic="components/oops-progress"></help-icon> 라는 컴포넌트를
|
|
52
|
+
프레임워크에서는 oops-progress<ox-help-icon topic="components/oops-progress"></ox-help-icon> 라는 컴포넌트를
|
|
53
|
+
제공한다.
|
|
52
54
|
</p>
|
|
53
55
|
<p>
|
|
54
56
|
아래 'Start' 버튼을 클릭하면, 서버에 작업을 요청하고 그 진행율이 화면에 표현된다. 진행중에는 버튼은 'Stop'
|
package/db.sqlite
CHANGED
|
Binary file
|
|
@@ -9,6 +9,11 @@
|
|
|
9
9
|
"date": 1643432714784,
|
|
10
10
|
"name": "logs/application-2022-01-29-14.log",
|
|
11
11
|
"hash": "b4b941155b95e9a9c3dd0ef700d0d8fe"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"date": 1643562406803,
|
|
15
|
+
"name": "logs/application-2022-01-31-02.log",
|
|
16
|
+
"hash": "2892825e3ac228e9e3cc8761ee20aabc"
|
|
12
17
|
}
|
|
13
18
|
],
|
|
14
19
|
"hashType": "md5"
|
|
@@ -9,6 +9,11 @@
|
|
|
9
9
|
"date": 1643432716894,
|
|
10
10
|
"name": "logs/connections-2022-01-29-14.log",
|
|
11
11
|
"hash": "ae807fd62a39d9b25673c588afa621c8"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"date": 1643562408398,
|
|
15
|
+
"name": "logs/connections-2022-01-31-02.log",
|
|
16
|
+
"hash": "051259316dbdbb2c6927efc6cd3862f9"
|
|
12
17
|
}
|
|
13
18
|
],
|
|
14
19
|
"hashType": "md5"
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
2022-01-30T17:06:47.788Z info: File Storage is Ready.
|
|
2
|
+
2022-01-30T17:06:50.263Z info: Database connection established
|
|
3
|
+
2022-01-30T17:06:51.142Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
4
|
+
2022-01-30T17:06:51.143Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/reference-app",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.42",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -37,51 +37,56 @@
|
|
|
37
37
|
"docker:run": "docker run -it -p 4000:3000 hatiolab/reference-app:latest"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@hatiolab/things-scene": "^2.7.
|
|
40
|
+
"@hatiolab/things-scene": "^2.7.34",
|
|
41
41
|
"@material/mwc-checkbox": "^0.25.3",
|
|
42
|
-
"@operato/data-grist": "^0.3.
|
|
43
|
-
"@operato/ghost-print": "^0.3.
|
|
44
|
-
"@operato/
|
|
45
|
-
"@operato/
|
|
46
|
-
"@operato/
|
|
47
|
-
"@operato/
|
|
48
|
-
"@operato/
|
|
49
|
-
"@operato/
|
|
50
|
-
"@operato/
|
|
51
|
-
"@operato/
|
|
52
|
-
"@operato/scene-
|
|
53
|
-
"@operato/scene-
|
|
54
|
-
"@operato/scene-
|
|
55
|
-
"@operato/scene-
|
|
56
|
-
"@
|
|
57
|
-
"@
|
|
58
|
-
"@
|
|
59
|
-
"@
|
|
60
|
-
"@
|
|
61
|
-
"@
|
|
62
|
-
"@things-factory/
|
|
63
|
-
"@things-factory/
|
|
64
|
-
"@things-factory/
|
|
65
|
-
"@things-factory/
|
|
66
|
-
"@things-factory/
|
|
67
|
-
"@things-factory/
|
|
68
|
-
"@things-factory/
|
|
69
|
-
"@things-factory/
|
|
70
|
-
"@things-factory/
|
|
71
|
-
"@things-factory/
|
|
72
|
-
"@things-factory/
|
|
73
|
-
"@things-factory/
|
|
74
|
-
"@things-factory/
|
|
75
|
-
"@things-factory/
|
|
42
|
+
"@operato/data-grist": "^0.3.24",
|
|
43
|
+
"@operato/ghost-print": "^0.3.24",
|
|
44
|
+
"@operato/graphql": "^0.3.24",
|
|
45
|
+
"@operato/help": "^0.3.24",
|
|
46
|
+
"@operato/i18n": "^0.3.24",
|
|
47
|
+
"@operato/input": "^0.3.24",
|
|
48
|
+
"@operato/layout": "^0.3.24",
|
|
49
|
+
"@operato/ocr": "^0.3.24",
|
|
50
|
+
"@operato/popup": "^0.3.24",
|
|
51
|
+
"@operato/pull-to-refresh": "^0.3.24",
|
|
52
|
+
"@operato/scene-chartjs": "^0.1.4",
|
|
53
|
+
"@operato/scene-clock": "^0.1.4",
|
|
54
|
+
"@operato/scene-gauge": "^0.1.4",
|
|
55
|
+
"@operato/scene-indoor-map": "^0.1.4",
|
|
56
|
+
"@operato/scene-progressbar": "^0.1.4",
|
|
57
|
+
"@operato/scene-random": "^0.1.4",
|
|
58
|
+
"@operato/scene-switch": "^0.1.4",
|
|
59
|
+
"@operato/scene-tab": "^0.1.4",
|
|
60
|
+
"@operato/shell": "^0.3.24",
|
|
61
|
+
"@operato/utils": "^0.3.24",
|
|
62
|
+
"@things-factory/api": "^4.0.42",
|
|
63
|
+
"@things-factory/apptool-ui": "^4.0.42",
|
|
64
|
+
"@things-factory/auth-ui": "^4.0.42",
|
|
65
|
+
"@things-factory/board-service": "^4.0.42",
|
|
66
|
+
"@things-factory/board-ui": "^4.0.42",
|
|
67
|
+
"@things-factory/context-ui": "^4.0.42",
|
|
68
|
+
"@things-factory/dashboard": "^4.0.42",
|
|
69
|
+
"@things-factory/export-ui": "^4.0.42",
|
|
70
|
+
"@things-factory/export-ui-excel": "^4.0.42",
|
|
71
|
+
"@things-factory/grist-ui": "^4.0.42",
|
|
72
|
+
"@things-factory/help": "^4.0.42",
|
|
73
|
+
"@things-factory/integration-ui": "^4.0.42",
|
|
74
|
+
"@things-factory/lite-menu": "^4.0.42",
|
|
75
|
+
"@things-factory/more-ui": "^4.0.42",
|
|
76
|
+
"@things-factory/notification": "^4.0.42",
|
|
77
|
+
"@things-factory/oauth2-client": "^4.0.42",
|
|
78
|
+
"@things-factory/print-ui": "^4.0.42",
|
|
79
|
+
"@things-factory/resource-ui": "^4.0.42",
|
|
80
|
+
"@things-factory/scene-form": "^4.0.42",
|
|
76
81
|
"@things-factory/scene-half-roundrect": "^4.0.9",
|
|
77
|
-
"@things-factory/scene-news-ticker": "^4.0.
|
|
78
|
-
"@things-factory/setting-base": "^4.0.
|
|
79
|
-
"@things-factory/setting-ui": "^4.0.
|
|
80
|
-
"@things-factory/shell": "^4.0.
|
|
81
|
-
"@things-factory/system-ui": "^4.0.
|
|
82
|
+
"@things-factory/scene-news-ticker": "^4.0.42",
|
|
83
|
+
"@things-factory/setting-base": "^4.0.42",
|
|
84
|
+
"@things-factory/setting-ui": "^4.0.42",
|
|
85
|
+
"@things-factory/shell": "^4.0.42",
|
|
86
|
+
"@things-factory/system-ui": "^4.0.42"
|
|
82
87
|
},
|
|
83
88
|
"devDependencies": {
|
|
84
|
-
"@things-factory/builder": "^4.0.
|
|
89
|
+
"@things-factory/builder": "^4.0.42"
|
|
85
90
|
},
|
|
86
|
-
"gitHead": "
|
|
91
|
+
"gitHead": "794709ebadf4ae0f89a107a86a41a381ce26b465"
|
|
87
92
|
}
|