@things-factory/reference-app 5.0.0-alpha.33 → 5.0.0-alpha.34
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/menu.js +10 -0
- package/db.sqlite +0 -0
- package/logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json +5 -0
- package/logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json +5 -0
- package/logs/application-2022-04-12-16.log +3 -0
- package/logs/connections-2022-04-12-16.log +0 -0
- package/package.json +29 -29
package/client/menu.js
CHANGED
|
@@ -141,24 +141,34 @@ export function getMenuTemplate() {
|
|
|
141
141
|
description: '데이타 수집을 위한 개념과 기능들을 소개합니다.',
|
|
142
142
|
menus: [
|
|
143
143
|
{
|
|
144
|
+
icon: 'display_settings',
|
|
144
145
|
name: 'Data Set Master',
|
|
145
146
|
path: 'data-set-list'
|
|
146
147
|
},
|
|
147
148
|
{
|
|
149
|
+
icon: 'sensors',
|
|
148
150
|
name: 'Data Collection Sensors',
|
|
149
151
|
path: 'data-sensor-list'
|
|
150
152
|
},
|
|
151
153
|
{
|
|
154
|
+
icon: 'checklist',
|
|
152
155
|
name: 'Data Samples',
|
|
153
156
|
path: 'data-sample-list'
|
|
154
157
|
},
|
|
155
158
|
{
|
|
159
|
+
icon: 'playlist_remove',
|
|
156
160
|
name: 'Data OOC',
|
|
157
161
|
path: 'data-ooc-list'
|
|
158
162
|
},
|
|
159
163
|
{
|
|
164
|
+
icon: 'post_add',
|
|
160
165
|
name: 'Data Entry',
|
|
161
166
|
path: 'data-entry-list'
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
icon: 'newspaper',
|
|
170
|
+
name: 'Data Report',
|
|
171
|
+
path: 'data-report-list'
|
|
162
172
|
}
|
|
163
173
|
]
|
|
164
174
|
}
|
package/db.sqlite
CHANGED
|
Binary file
|
|
@@ -19,6 +19,11 @@
|
|
|
19
19
|
"date": 1649743306044,
|
|
20
20
|
"name": "logs/application-2022-04-12-15.log",
|
|
21
21
|
"hash": "3a6363a37a28295817757008256e5af3"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"date": 1649747641798,
|
|
25
|
+
"name": "logs/application-2022-04-12-16.log",
|
|
26
|
+
"hash": "27d26ffc1198ca2fb334cf5fb7809646"
|
|
22
27
|
}
|
|
23
28
|
],
|
|
24
29
|
"hashType": "md5"
|
|
@@ -59,6 +59,11 @@
|
|
|
59
59
|
"date": 1649743307413,
|
|
60
60
|
"name": "logs/connections-2022-04-12-15.log",
|
|
61
61
|
"hash": "d28c231917732151f26a1a0439ddf9bf"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"date": 1649747643098,
|
|
65
|
+
"name": "logs/connections-2022-04-12-16.log",
|
|
66
|
+
"hash": "4c2848b94ef3ba21490c63612d01f1f8"
|
|
62
67
|
}
|
|
63
68
|
],
|
|
64
69
|
"hashType": "md5"
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/reference-app",
|
|
3
|
-
"version": "5.0.0-alpha.
|
|
3
|
+
"version": "5.0.0-alpha.34",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -62,35 +62,35 @@
|
|
|
62
62
|
"@operato/scene-tab": "^1.0.0-alpha.10",
|
|
63
63
|
"@operato/shell": "1.0.0-beta.2",
|
|
64
64
|
"@operato/utils": "1.0.0-beta.2",
|
|
65
|
-
"@things-factory/api": "^5.0.0-alpha.
|
|
66
|
-
"@things-factory/apptool-ui": "^5.0.0-alpha.
|
|
67
|
-
"@things-factory/auth-ui": "^5.0.0-alpha.
|
|
68
|
-
"@things-factory/board-service": "^5.0.0-alpha.
|
|
69
|
-
"@things-factory/board-ui": "^5.0.0-alpha.
|
|
70
|
-
"@things-factory/ccp": "^5.0.0-alpha.
|
|
71
|
-
"@things-factory/context-ui": "^5.0.0-alpha.
|
|
72
|
-
"@things-factory/dashboard": "^5.0.0-alpha.
|
|
73
|
-
"@things-factory/dataset": "^5.0.0-alpha.
|
|
74
|
-
"@things-factory/export-ui": "^5.0.0-alpha.
|
|
75
|
-
"@things-factory/export-ui-excel": "^5.0.0-alpha.
|
|
76
|
-
"@things-factory/grist-ui": "^5.0.0-alpha.
|
|
77
|
-
"@things-factory/help": "^5.0.0-alpha.
|
|
78
|
-
"@things-factory/integration-ui": "^5.0.0-alpha.
|
|
79
|
-
"@things-factory/lite-menu": "^5.0.0-alpha.
|
|
80
|
-
"@things-factory/more-ui": "^5.0.0-alpha.
|
|
81
|
-
"@things-factory/notification": "^5.0.0-alpha.
|
|
82
|
-
"@things-factory/oauth2-client": "^5.0.0-alpha.
|
|
83
|
-
"@things-factory/print-ui": "^5.0.0-alpha.
|
|
84
|
-
"@things-factory/qc": "^5.0.0-alpha.
|
|
85
|
-
"@things-factory/resource-ui": "^5.0.0-alpha.
|
|
86
|
-
"@things-factory/setting-base": "^5.0.0-alpha.
|
|
87
|
-
"@things-factory/setting-ui": "^5.0.0-alpha.
|
|
88
|
-
"@things-factory/shell": "^5.0.0-alpha.
|
|
89
|
-
"@things-factory/system-ui": "^5.0.0-alpha.
|
|
90
|
-
"@things-factory/work-shift": "^5.0.0-alpha.
|
|
65
|
+
"@things-factory/api": "^5.0.0-alpha.34",
|
|
66
|
+
"@things-factory/apptool-ui": "^5.0.0-alpha.34",
|
|
67
|
+
"@things-factory/auth-ui": "^5.0.0-alpha.34",
|
|
68
|
+
"@things-factory/board-service": "^5.0.0-alpha.34",
|
|
69
|
+
"@things-factory/board-ui": "^5.0.0-alpha.34",
|
|
70
|
+
"@things-factory/ccp": "^5.0.0-alpha.34",
|
|
71
|
+
"@things-factory/context-ui": "^5.0.0-alpha.34",
|
|
72
|
+
"@things-factory/dashboard": "^5.0.0-alpha.34",
|
|
73
|
+
"@things-factory/dataset": "^5.0.0-alpha.34",
|
|
74
|
+
"@things-factory/export-ui": "^5.0.0-alpha.34",
|
|
75
|
+
"@things-factory/export-ui-excel": "^5.0.0-alpha.34",
|
|
76
|
+
"@things-factory/grist-ui": "^5.0.0-alpha.34",
|
|
77
|
+
"@things-factory/help": "^5.0.0-alpha.34",
|
|
78
|
+
"@things-factory/integration-ui": "^5.0.0-alpha.34",
|
|
79
|
+
"@things-factory/lite-menu": "^5.0.0-alpha.34",
|
|
80
|
+
"@things-factory/more-ui": "^5.0.0-alpha.34",
|
|
81
|
+
"@things-factory/notification": "^5.0.0-alpha.34",
|
|
82
|
+
"@things-factory/oauth2-client": "^5.0.0-alpha.34",
|
|
83
|
+
"@things-factory/print-ui": "^5.0.0-alpha.34",
|
|
84
|
+
"@things-factory/qc": "^5.0.0-alpha.34",
|
|
85
|
+
"@things-factory/resource-ui": "^5.0.0-alpha.34",
|
|
86
|
+
"@things-factory/setting-base": "^5.0.0-alpha.34",
|
|
87
|
+
"@things-factory/setting-ui": "^5.0.0-alpha.34",
|
|
88
|
+
"@things-factory/shell": "^5.0.0-alpha.34",
|
|
89
|
+
"@things-factory/system-ui": "^5.0.0-alpha.34",
|
|
90
|
+
"@things-factory/work-shift": "^5.0.0-alpha.34"
|
|
91
91
|
},
|
|
92
92
|
"devDependencies": {
|
|
93
|
-
"@things-factory/builder": "^5.0.0-alpha.
|
|
93
|
+
"@things-factory/builder": "^5.0.0-alpha.34"
|
|
94
94
|
},
|
|
95
|
-
"gitHead": "
|
|
95
|
+
"gitHead": "746cbf6ef3238389fbd049565c1f860cd79b51c2"
|
|
96
96
|
}
|