@things-factory/reference-app 5.0.0-alpha.10 → 5.0.0-alpha.13

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.
@@ -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 { html } from 'lit-html'
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 { APPEND_APP_TOOL } from '@things-factory/apptool-base'
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 { navigate, store } from '@things-factory/shell'
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
- // registerRenderer('id', IdRenderer)
35
+ registerRenderer('id', IdRenderer)
37
36
  registerRenderer('barcode', BarcodeRenderer)
38
- // registerEditor('id', IdEditor)
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
@@ -6,24 +6,39 @@
6
6
  "auditLog": "logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json",
7
7
  "files": [
8
8
  {
9
- "date": 1647476273979,
10
- "name": "logs/application-2022-03-17-09.log",
11
- "hash": "3ed5980a9dc1d0f2c7a2768fe4a00982"
9
+ "date": 1647538121915,
10
+ "name": "logs/application-2022-03-18-02.log",
11
+ "hash": "21b6e0bf0eff59b64e69ab253ff6485d"
12
12
  },
13
13
  {
14
- "date": 1647478806894,
15
- "name": "logs/application-2022-03-17-10.log",
16
- "hash": "175b5caaced591a05d2c6b81fe92ad7d"
14
+ "date": 1647540550909,
15
+ "name": "logs/application-2022-03-18-03.log",
16
+ "hash": "837783d72179ad3e77a1f07c757e8624"
17
17
  },
18
18
  {
19
- "date": 1647484511095,
20
- "name": "logs/application-2022-03-17-11.log",
21
- "hash": "64563ea2e5e436884eff13c3e4877e39"
19
+ "date": 1647593115145,
20
+ "name": "logs/application-2022-03-18-17.log",
21
+ "hash": "10127bddcd53d4fe22e0ce82433e264a"
22
22
  },
23
23
  {
24
- "date": 1647487958802,
25
- "name": "logs/application-2022-03-17-12.log",
26
- "hash": "8e255885ab5d3b20a35389fd46d2b02f"
24
+ "date": 1647594292294,
25
+ "name": "logs/application-2022-03-18-18.log",
26
+ "hash": "c111301a84e43095d6a22e9f3eb4fe0b"
27
+ },
28
+ {
29
+ "date": 1647605415157,
30
+ "name": "logs/application-2022-03-18-21.log",
31
+ "hash": "e89efc95dfee62125f9fa57308b0573e"
32
+ },
33
+ {
34
+ "date": 1647697319232,
35
+ "name": "logs/application-2022-03-19-22.log",
36
+ "hash": "c2321856392ad74d223d23ad2af7279e"
37
+ },
38
+ {
39
+ "date": 1647699140144,
40
+ "name": "logs/application-2022-03-19-23.log",
41
+ "hash": "462bcfde4d186dc6424061bdb4e5b507"
27
42
  }
28
43
  ],
29
44
  "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,51 @@
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"
92
+ },
93
+ {
94
+ "date": 1647593118163,
95
+ "name": "logs/connections-2022-03-18-17.log",
96
+ "hash": "3c271699ffe8138d6acc3622f11808b4"
97
+ },
98
+ {
99
+ "date": 1647594294890,
100
+ "name": "logs/connections-2022-03-18-18.log",
101
+ "hash": "8c7081d92abca24b9c4a73e65a32999e"
102
+ },
103
+ {
104
+ "date": 1647605418062,
105
+ "name": "logs/connections-2022-03-18-21.log",
106
+ "hash": "61bb5e65c17ab69e2dc6fd3b571c08b3"
107
+ },
108
+ {
109
+ "date": 1647697322643,
110
+ "name": "logs/connections-2022-03-19-22.log",
111
+ "hash": "593d21b7cb6c4811c8ae2328880e3480"
112
+ },
113
+ {
114
+ "date": 1647699143557,
115
+ "name": "logs/connections-2022-03-19-23.log",
116
+ "hash": "7231d6b3d4ff2097034f7e4d962d18fe"
77
117
  }
78
118
  ],
79
119
  "hashType": "md5"
@@ -0,0 +1,3 @@
1
+ 2022-03-17T17:28:50.235Z info: Database connection established
2
+ 2022-03-17T17:28:51.494Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
3
+ 2022-03-17T17:28:51.494Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
@@ -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
@@ -0,0 +1,6 @@
1
+ 2022-03-18T08:45:22.278Z info: Database connection established
2
+ 2022-03-18T08:45:23.349Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
3
+ 2022-03-18T08:45:23.349Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
4
+ 2022-03-18T08:57:32.962Z info: Database connection established
5
+ 2022-03-18T08:57:34.173Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
6
+ 2022-03-18T08:57:34.173Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
@@ -0,0 +1,3 @@
1
+ 2022-03-18T09:04:59.002Z info: Database connection established
2
+ 2022-03-18T09:05:00.250Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
3
+ 2022-03-18T09:05:00.251Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
@@ -0,0 +1,9 @@
1
+ 2022-03-18T12:10:22.415Z info: Database connection established
2
+ 2022-03-18T12:10:23.471Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
3
+ 2022-03-18T12:10:23.471Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
4
+ 2022-03-18T12:42:45.105Z info: Database connection established
5
+ 2022-03-18T12:42:46.231Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
6
+ 2022-03-18T12:42:46.231Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
7
+ 2022-03-18T12:59:15.463Z info: Database connection established
8
+ 2022-03-18T12:59:16.603Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
9
+ 2022-03-18T12:59:16.603Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
@@ -0,0 +1,9 @@
1
+ 2022-03-19T13:42:07.239Z info: Database connection established
2
+ 2022-03-19T13:42:10.445Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
3
+ 2022-03-19T13:42:10.447Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
4
+ 2022-03-19T13:50:41.365Z info: Database connection established
5
+ 2022-03-19T13:50:42.877Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
6
+ 2022-03-19T13:50:42.878Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
7
+ 2022-03-19T13:52:43.510Z info: Database connection established
8
+ 2022-03-19T13:52:44.708Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
9
+ 2022-03-19T13:52:44.708Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
@@ -0,0 +1,3 @@
1
+ 2022-03-19T14:12:27.431Z info: Database connection established
2
+ 2022-03-19T14:12:28.629Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
3
+ 2022-03-19T14:12:28.629Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
File without changes
File without changes
File without changes
File without changes
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.10",
3
+ "version": "5.0.0-alpha.13",
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.23",
43
- "@operato/ghost-print": "1.0.0-alpha.23",
44
- "@operato/graphql": "1.0.0-alpha.23",
45
- "@operato/help": "1.0.0-alpha.23",
46
- "@operato/i18n": "1.0.0-alpha.23",
47
- "@operato/input": "1.0.0-alpha.23",
48
- "@operato/layout": "1.0.0-alpha.23",
49
- "@operato/ocr": "1.0.0-alpha.23",
50
- "@operato/popup": "1.0.0-alpha.23",
51
- "@operato/pull-to-refresh": "1.0.0-alpha.23",
42
+ "@operato/data-grist": "1.0.0-alpha.33",
43
+ "@operato/ghost-print": "1.0.0-alpha.33",
44
+ "@operato/graphql": "1.0.0-alpha.33",
45
+ "@operato/help": "1.0.0-alpha.33",
46
+ "@operato/i18n": "1.0.0-alpha.33",
47
+ "@operato/input": "1.0.0-alpha.33",
48
+ "@operato/layout": "1.0.0-alpha.33",
49
+ "@operato/ocr": "1.0.0-alpha.33",
50
+ "@operato/popup": "1.0.0-alpha.33",
51
+ "@operato/pull-to-refresh": "1.0.0-alpha.33",
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.23",
63
- "@operato/utils": "1.0.0-alpha.23",
64
- "@things-factory/api": "^5.0.0-alpha.10",
65
- "@things-factory/apptool-ui": "^5.0.0-alpha.10",
66
- "@things-factory/auth-ui": "^5.0.0-alpha.10",
67
- "@things-factory/board-service": "^5.0.0-alpha.10",
68
- "@things-factory/board-ui": "^5.0.0-alpha.10",
69
- "@things-factory/ccp": "^5.0.0-alpha.10",
70
- "@things-factory/context-ui": "^5.0.0-alpha.10",
71
- "@things-factory/dashboard": "^5.0.0-alpha.10",
72
- "@things-factory/dataset": "^5.0.0-alpha.10",
73
- "@things-factory/export-ui": "^5.0.0-alpha.10",
74
- "@things-factory/export-ui-excel": "^5.0.0-alpha.10",
75
- "@things-factory/grist-ui": "^5.0.0-alpha.10",
76
- "@things-factory/help": "^5.0.0-alpha.10",
77
- "@things-factory/integration-ui": "^5.0.0-alpha.10",
78
- "@things-factory/lite-menu": "^5.0.0-alpha.10",
79
- "@things-factory/more-ui": "^5.0.0-alpha.10",
80
- "@things-factory/notification": "^5.0.0-alpha.10",
81
- "@things-factory/oauth2-client": "^5.0.0-alpha.10",
82
- "@things-factory/print-ui": "^5.0.0-alpha.10",
83
- "@things-factory/qc": "^5.0.0-alpha.10",
84
- "@things-factory/resource-ui": "^5.0.0-alpha.10",
85
- "@things-factory/scene-form": "^5.0.0-alpha.10",
86
- "@things-factory/setting-base": "^5.0.0-alpha.10",
87
- "@things-factory/setting-ui": "^5.0.0-alpha.10",
88
- "@things-factory/shell": "^5.0.0-alpha.10",
89
- "@things-factory/system-ui": "^5.0.0-alpha.10"
62
+ "@operato/shell": "1.0.0-alpha.33",
63
+ "@operato/utils": "1.0.0-alpha.33",
64
+ "@things-factory/api": "^5.0.0-alpha.13",
65
+ "@things-factory/apptool-ui": "^5.0.0-alpha.13",
66
+ "@things-factory/auth-ui": "^5.0.0-alpha.13",
67
+ "@things-factory/board-service": "^5.0.0-alpha.13",
68
+ "@things-factory/board-ui": "^5.0.0-alpha.13",
69
+ "@things-factory/ccp": "^5.0.0-alpha.13",
70
+ "@things-factory/context-ui": "^5.0.0-alpha.13",
71
+ "@things-factory/dashboard": "^5.0.0-alpha.13",
72
+ "@things-factory/dataset": "^5.0.0-alpha.13",
73
+ "@things-factory/export-ui": "^5.0.0-alpha.13",
74
+ "@things-factory/export-ui-excel": "^5.0.0-alpha.13",
75
+ "@things-factory/grist-ui": "^5.0.0-alpha.13",
76
+ "@things-factory/help": "^5.0.0-alpha.13",
77
+ "@things-factory/integration-ui": "^5.0.0-alpha.13",
78
+ "@things-factory/lite-menu": "^5.0.0-alpha.13",
79
+ "@things-factory/more-ui": "^5.0.0-alpha.13",
80
+ "@things-factory/notification": "^5.0.0-alpha.13",
81
+ "@things-factory/oauth2-client": "^5.0.0-alpha.13",
82
+ "@things-factory/print-ui": "^5.0.0-alpha.13",
83
+ "@things-factory/qc": "^5.0.0-alpha.13",
84
+ "@things-factory/resource-ui": "^5.0.0-alpha.13",
85
+ "@things-factory/scene-form": "^5.0.0-alpha.13",
86
+ "@things-factory/setting-base": "^5.0.0-alpha.13",
87
+ "@things-factory/setting-ui": "^5.0.0-alpha.13",
88
+ "@things-factory/shell": "^5.0.0-alpha.13",
89
+ "@things-factory/system-ui": "^5.0.0-alpha.13"
90
90
  },
91
91
  "devDependencies": {
92
- "@things-factory/builder": "^5.0.0-alpha.10"
92
+ "@things-factory/builder": "^5.0.0-alpha.13"
93
93
  },
94
- "gitHead": "24e85b0265d10cb664b8279bb927ea2a86227775"
94
+ "gitHead": "49704052461599b174959ff494abb9ef1facd887"
95
95
  }
@@ -1,10 +0,0 @@
1
- 2022-03-17T00:18:00.495Z info: Database connection established
2
- 2022-03-17T00:18:01.762Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
3
- 2022-03-17T00:18:01.762Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
4
- 2022-03-17T00:19:36.188Z error: Cannot query field "unit" on type "DataItem".
5
- 2022-03-17T00:21:29.576Z info: Database connection established
6
- 2022-03-17T00:21:31.476Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
7
- 2022-03-17T00:21:31.477Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
8
- 2022-03-17T00:39:29.539Z info: Database connection established
9
- 2022-03-17T00:39:30.616Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
10
- 2022-03-17T00:39:30.616Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
@@ -1,9 +0,0 @@
1
- 2022-03-17T01:00:14.438Z info: Database connection established
2
- 2022-03-17T01:00:15.715Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
3
- 2022-03-17T01:00:15.716Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
4
- 2022-03-17T01:04:16.021Z info: Database connection established
5
- 2022-03-17T01:04:17.161Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
6
- 2022-03-17T01:04:17.162Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
7
- 2022-03-17T01:07:45.713Z info: Database connection established
8
- 2022-03-17T01:07:46.990Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
9
- 2022-03-17T01:07:46.991Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
@@ -1,3 +0,0 @@
1
- 2022-03-17T02:35:18.360Z info: Database connection established
2
- 2022-03-17T02:35:19.678Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
3
- 2022-03-17T02:35:19.678Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
@@ -1,3 +0,0 @@
1
- 2022-03-17T03:32:45.828Z info: Database connection established
2
- 2022-03-17T03:32:46.926Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
3
- 2022-03-17T03:32:46.926Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions