@things-factory/reference-app 5.0.0-alpha.10 → 5.0.0-alpha.11
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/bootstrap.js +12 -13
- package/db.sqlite +0 -0
- package/logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json +20 -0
- package/logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json +20 -5
- package/logs/application-2022-03-17-21.log +4 -0
- package/logs/application-2022-03-17-22.log +7 -0
- package/logs/application-2022-03-18-02.log +3 -0
- package/logs/application-2022-03-18-03.log +15 -0
- package/logs/{connections-2022-03-03-23.log → connections-2022-03-17-21.log} +0 -0
- package/logs/connections-2022-03-17-22.log +0 -0
- package/logs/connections-2022-03-18-02.log +0 -0
- package/logs/connections-2022-03-18-03.log +0 -0
- package/package.json +41 -41
package/client/bootstrap.js
CHANGED
|
@@ -3,23 +3,22 @@ import '@things-factory/barcode-base' /* for <default-label-printer-setting-let>
|
|
|
3
3
|
import '@things-factory/notification' /* for notification-badge */
|
|
4
4
|
import './components/ocr-viewpart'
|
|
5
5
|
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
import { registerDefaultGroups } from '@operato/board/register-default-groups.js'
|
|
6
|
+
import { TOOL_POSITION, VIEWPART_POSITION, appendViewpart, toggleOverlay } from '@things-factory/layout-base'
|
|
9
7
|
import { getEditor, registerEditor, registerRenderer } from '@operato/data-grist'
|
|
10
|
-
import {
|
|
11
|
-
import { auth } from '@things-factory/auth-base'
|
|
12
|
-
import { setAuthManagementMenus } from '@things-factory/auth-ui'
|
|
13
|
-
import { appendViewpart, toggleOverlay, TOOL_POSITION, VIEWPART_POSITION } from '@things-factory/layout-base'
|
|
8
|
+
import { navigate, store } from '@things-factory/shell'
|
|
14
9
|
import { setupMenuPart, updateMenuTemplate } from '@things-factory/lite-menu'
|
|
10
|
+
|
|
15
11
|
import { ADD_MORENDA } from '@things-factory/more-base'
|
|
16
12
|
import { ADD_SETTING } from '@things-factory/setting-base'
|
|
17
|
-
import {
|
|
18
|
-
|
|
19
|
-
import { IdEditor } from './editors/id-editor'
|
|
20
|
-
import { getMenuTemplate } from './menu'
|
|
13
|
+
import { APPEND_APP_TOOL } from '@things-factory/apptool-base'
|
|
21
14
|
import { BarcodeRenderer } from './renderers/barcode-renderer'
|
|
22
15
|
import { IdRenderer } from './renderers/id-renderer'
|
|
16
|
+
import { OxGristEditorResourceId } from '@operato/app/grist-editor/ox-grist-editor-resource-id.js'
|
|
17
|
+
import { auth } from '@things-factory/auth-base'
|
|
18
|
+
import { getMenuTemplate } from './menu'
|
|
19
|
+
import { html } from 'lit-html'
|
|
20
|
+
import { registerDefaultGroups } from '@operato/board/register-default-groups.js'
|
|
21
|
+
import { setAuthManagementMenus } from '@things-factory/auth-ui'
|
|
23
22
|
|
|
24
23
|
console.log(
|
|
25
24
|
`%c
|
|
@@ -33,9 +32,9 @@ console.log(
|
|
|
33
32
|
)
|
|
34
33
|
|
|
35
34
|
export default function bootstrap() {
|
|
36
|
-
|
|
35
|
+
registerRenderer('id', IdRenderer)
|
|
37
36
|
registerRenderer('barcode', BarcodeRenderer)
|
|
38
|
-
|
|
37
|
+
registerEditor('id', OxGristEditorResourceId)
|
|
39
38
|
registerEditor('barcode', getEditor('string'))
|
|
40
39
|
|
|
41
40
|
/* set board-modeller group and default templates */
|
package/db.sqlite
CHANGED
|
Binary file
|
|
@@ -24,6 +24,26 @@
|
|
|
24
24
|
"date": 1647487958802,
|
|
25
25
|
"name": "logs/application-2022-03-17-12.log",
|
|
26
26
|
"hash": "8e255885ab5d3b20a35389fd46d2b02f"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"date": 1647521055588,
|
|
30
|
+
"name": "logs/application-2022-03-17-21.log",
|
|
31
|
+
"hash": "79fd9f57dc46905a0ea11ba00e72be9f"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"date": 1647522433858,
|
|
35
|
+
"name": "logs/application-2022-03-17-22.log",
|
|
36
|
+
"hash": "5a98f5b6524b7e4d178e78fe5bf9c306"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"date": 1647538121915,
|
|
40
|
+
"name": "logs/application-2022-03-18-02.log",
|
|
41
|
+
"hash": "21b6e0bf0eff59b64e69ab253ff6485d"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"date": 1647540550909,
|
|
45
|
+
"name": "logs/application-2022-03-18-03.log",
|
|
46
|
+
"hash": "837783d72179ad3e77a1f07c757e8624"
|
|
27
47
|
}
|
|
28
48
|
],
|
|
29
49
|
"hashType": "md5"
|
|
@@ -5,11 +5,6 @@
|
|
|
5
5
|
},
|
|
6
6
|
"auditLog": "logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json",
|
|
7
7
|
"files": [
|
|
8
|
-
{
|
|
9
|
-
"date": 1646317836830,
|
|
10
|
-
"name": "logs/connections-2022-03-03-23.log",
|
|
11
|
-
"hash": "55f3fb7f7c1bfb5784205909f9e84df3"
|
|
12
|
-
},
|
|
13
8
|
{
|
|
14
9
|
"date": 1646542400881,
|
|
15
10
|
"name": "logs/connections-2022-03-06-13.log",
|
|
@@ -74,6 +69,26 @@
|
|
|
74
69
|
"date": 1647487961661,
|
|
75
70
|
"name": "logs/connections-2022-03-17-12.log",
|
|
76
71
|
"hash": "4925a2f57955348e549ad72056697c77"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"date": 1647521058414,
|
|
75
|
+
"name": "logs/connections-2022-03-17-21.log",
|
|
76
|
+
"hash": "a216ff33bfa324c103fb7682132f0367"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"date": 1647522436663,
|
|
80
|
+
"name": "logs/connections-2022-03-17-22.log",
|
|
81
|
+
"hash": "5f6da1af1f74f1645d346ea22394af01"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"date": 1647538125638,
|
|
85
|
+
"name": "logs/connections-2022-03-18-02.log",
|
|
86
|
+
"hash": "a9ced114b2c7f71f02f92182ad863ab4"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"date": 1647540554052,
|
|
90
|
+
"name": "logs/connections-2022-03-18-03.log",
|
|
91
|
+
"hash": "9bddc08986de326bd257019565a4171f"
|
|
77
92
|
}
|
|
78
93
|
],
|
|
79
94
|
"hashType": "md5"
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
2022-03-17T12:44:22.308Z info: Database connection established
|
|
2
|
+
2022-03-17T12:44:47.582Z info: Database connection established
|
|
3
|
+
2022-03-17T12:44:48.635Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
4
|
+
2022-03-17T12:44:48.635Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
2022-03-17T13:07:20.531Z info: Database connection established
|
|
2
|
+
2022-03-17T13:07:22.145Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
3
|
+
2022-03-17T13:07:22.145Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|
|
4
|
+
2022-03-17T13:22:15.262Z info: Database connection established
|
|
5
|
+
2022-03-17T13:22:16.510Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
6
|
+
2022-03-17T13:22:16.510Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|
|
7
|
+
2022-03-17T13:31:23.023Z error: Cannot query field "undefined" on type "Query".
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
2022-03-17T18:09:18.359Z info: Database connection established
|
|
2
|
+
2022-03-17T18:09:19.667Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
3
|
+
2022-03-17T18:09:19.667Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|
|
4
|
+
2022-03-17T18:14:53.822Z info: Database connection established
|
|
5
|
+
2022-03-17T18:14:55.365Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
6
|
+
2022-03-17T18:14:55.365Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|
|
7
|
+
2022-03-17T18:19:02.779Z info: Database connection established
|
|
8
|
+
2022-03-17T18:19:03.994Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
9
|
+
2022-03-17T18:19:03.994Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|
|
10
|
+
2022-03-17T18:29:40.612Z info: Database connection established
|
|
11
|
+
2022-03-17T18:29:41.806Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
12
|
+
2022-03-17T18:29:41.806Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|
|
13
|
+
2022-03-17T18:37:55.558Z info: Database connection established
|
|
14
|
+
2022-03-17T18:37:57.096Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
15
|
+
2022-03-17T18:37:57.104Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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.11",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -39,16 +39,16 @@
|
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@hatiolab/things-scene": "^2.7.34",
|
|
41
41
|
"@material/mwc-checkbox": "^0.25.3",
|
|
42
|
-
"@operato/data-grist": "1.0.0-alpha.
|
|
43
|
-
"@operato/ghost-print": "1.0.0-alpha.
|
|
44
|
-
"@operato/graphql": "1.0.0-alpha.
|
|
45
|
-
"@operato/help": "1.0.0-alpha.
|
|
46
|
-
"@operato/i18n": "1.0.0-alpha.
|
|
47
|
-
"@operato/input": "1.0.0-alpha.
|
|
48
|
-
"@operato/layout": "1.0.0-alpha.
|
|
49
|
-
"@operato/ocr": "1.0.0-alpha.
|
|
50
|
-
"@operato/popup": "1.0.0-alpha.
|
|
51
|
-
"@operato/pull-to-refresh": "1.0.0-alpha.
|
|
42
|
+
"@operato/data-grist": "1.0.0-alpha.29",
|
|
43
|
+
"@operato/ghost-print": "1.0.0-alpha.29",
|
|
44
|
+
"@operato/graphql": "1.0.0-alpha.29",
|
|
45
|
+
"@operato/help": "1.0.0-alpha.29",
|
|
46
|
+
"@operato/i18n": "1.0.0-alpha.29",
|
|
47
|
+
"@operato/input": "1.0.0-alpha.29",
|
|
48
|
+
"@operato/layout": "1.0.0-alpha.29",
|
|
49
|
+
"@operato/ocr": "1.0.0-alpha.29",
|
|
50
|
+
"@operato/popup": "1.0.0-alpha.29",
|
|
51
|
+
"@operato/pull-to-refresh": "1.0.0-alpha.29",
|
|
52
52
|
"@operato/scene-chartjs": "^1.0.0-alpha.4",
|
|
53
53
|
"@operato/scene-clock": "^1.0.0-alpha.4",
|
|
54
54
|
"@operato/scene-gauge": "^1.0.0-alpha.4",
|
|
@@ -59,37 +59,37 @@
|
|
|
59
59
|
"@operato/scene-random": "^1.0.0-alpha.4",
|
|
60
60
|
"@operato/scene-switch": "^1.0.0-alpha.4",
|
|
61
61
|
"@operato/scene-tab": "^1.0.0-alpha.4",
|
|
62
|
-
"@operato/shell": "1.0.0-alpha.
|
|
63
|
-
"@operato/utils": "1.0.0-alpha.
|
|
64
|
-
"@things-factory/api": "^5.0.0-alpha.
|
|
65
|
-
"@things-factory/apptool-ui": "^5.0.0-alpha.
|
|
66
|
-
"@things-factory/auth-ui": "^5.0.0-alpha.
|
|
67
|
-
"@things-factory/board-service": "^5.0.0-alpha.
|
|
68
|
-
"@things-factory/board-ui": "^5.0.0-alpha.
|
|
69
|
-
"@things-factory/ccp": "^5.0.0-alpha.
|
|
70
|
-
"@things-factory/context-ui": "^5.0.0-alpha.
|
|
71
|
-
"@things-factory/dashboard": "^5.0.0-alpha.
|
|
72
|
-
"@things-factory/dataset": "^5.0.0-alpha.
|
|
73
|
-
"@things-factory/export-ui": "^5.0.0-alpha.
|
|
74
|
-
"@things-factory/export-ui-excel": "^5.0.0-alpha.
|
|
75
|
-
"@things-factory/grist-ui": "^5.0.0-alpha.
|
|
76
|
-
"@things-factory/help": "^5.0.0-alpha.
|
|
77
|
-
"@things-factory/integration-ui": "^5.0.0-alpha.
|
|
78
|
-
"@things-factory/lite-menu": "^5.0.0-alpha.
|
|
79
|
-
"@things-factory/more-ui": "^5.0.0-alpha.
|
|
80
|
-
"@things-factory/notification": "^5.0.0-alpha.
|
|
81
|
-
"@things-factory/oauth2-client": "^5.0.0-alpha.
|
|
82
|
-
"@things-factory/print-ui": "^5.0.0-alpha.
|
|
83
|
-
"@things-factory/qc": "^5.0.0-alpha.
|
|
84
|
-
"@things-factory/resource-ui": "^5.0.0-alpha.
|
|
85
|
-
"@things-factory/scene-form": "^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.
|
|
62
|
+
"@operato/shell": "1.0.0-alpha.29",
|
|
63
|
+
"@operato/utils": "1.0.0-alpha.29",
|
|
64
|
+
"@things-factory/api": "^5.0.0-alpha.11",
|
|
65
|
+
"@things-factory/apptool-ui": "^5.0.0-alpha.11",
|
|
66
|
+
"@things-factory/auth-ui": "^5.0.0-alpha.11",
|
|
67
|
+
"@things-factory/board-service": "^5.0.0-alpha.11",
|
|
68
|
+
"@things-factory/board-ui": "^5.0.0-alpha.11",
|
|
69
|
+
"@things-factory/ccp": "^5.0.0-alpha.11",
|
|
70
|
+
"@things-factory/context-ui": "^5.0.0-alpha.11",
|
|
71
|
+
"@things-factory/dashboard": "^5.0.0-alpha.11",
|
|
72
|
+
"@things-factory/dataset": "^5.0.0-alpha.11",
|
|
73
|
+
"@things-factory/export-ui": "^5.0.0-alpha.11",
|
|
74
|
+
"@things-factory/export-ui-excel": "^5.0.0-alpha.11",
|
|
75
|
+
"@things-factory/grist-ui": "^5.0.0-alpha.11",
|
|
76
|
+
"@things-factory/help": "^5.0.0-alpha.11",
|
|
77
|
+
"@things-factory/integration-ui": "^5.0.0-alpha.11",
|
|
78
|
+
"@things-factory/lite-menu": "^5.0.0-alpha.11",
|
|
79
|
+
"@things-factory/more-ui": "^5.0.0-alpha.11",
|
|
80
|
+
"@things-factory/notification": "^5.0.0-alpha.11",
|
|
81
|
+
"@things-factory/oauth2-client": "^5.0.0-alpha.11",
|
|
82
|
+
"@things-factory/print-ui": "^5.0.0-alpha.11",
|
|
83
|
+
"@things-factory/qc": "^5.0.0-alpha.11",
|
|
84
|
+
"@things-factory/resource-ui": "^5.0.0-alpha.11",
|
|
85
|
+
"@things-factory/scene-form": "^5.0.0-alpha.11",
|
|
86
|
+
"@things-factory/setting-base": "^5.0.0-alpha.11",
|
|
87
|
+
"@things-factory/setting-ui": "^5.0.0-alpha.11",
|
|
88
|
+
"@things-factory/shell": "^5.0.0-alpha.11",
|
|
89
|
+
"@things-factory/system-ui": "^5.0.0-alpha.11"
|
|
90
90
|
},
|
|
91
91
|
"devDependencies": {
|
|
92
|
-
"@things-factory/builder": "^5.0.0-alpha.
|
|
92
|
+
"@things-factory/builder": "^5.0.0-alpha.11"
|
|
93
93
|
},
|
|
94
|
-
"gitHead": "
|
|
94
|
+
"gitHead": "9f8d36335eabb80642c18ffc4a09fca23636bb00"
|
|
95
95
|
}
|