@things-factory/reference-app 5.0.0-alpha.51 → 5.0.0-alpha.52
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/grist-mode-page.js +1 -1
- package/db.sqlite +0 -0
- package/logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json +3 -3
- package/logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json +5 -10
- package/logs/application-2022-06-05-11.log +4 -0
- package/logs/{connections-2022-05-19-19.log → connections-2022-06-05-11.log} +0 -0
- package/package.json +42 -42
- package/logs/application-2022-05-27-18.log +0 -8
- package/logs/connections-2022-05-19-23.log +0 -0
|
@@ -81,7 +81,7 @@ class GristModePage extends localize(i18next)(PageView) {
|
|
|
81
81
|
const mode = this.mode || 'CARD'
|
|
82
82
|
|
|
83
83
|
return html`
|
|
84
|
-
<ox-grist .config=${this.config} .mode=${mode}
|
|
84
|
+
<ox-grist .config=${this.config} .mode=${mode} .fetchHandler=${this.fetchHandler}>
|
|
85
85
|
<div slot="headroom" id="headroom">
|
|
86
86
|
<h1>HEAD ROOM AREA</h1>
|
|
87
87
|
<div id="modes">
|
package/db.sqlite
CHANGED
|
Binary file
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
"auditLog": "logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json",
|
|
7
7
|
"files": [
|
|
8
8
|
{
|
|
9
|
-
"date":
|
|
10
|
-
"name": "logs/application-2022-05-
|
|
11
|
-
"hash": "
|
|
9
|
+
"date": 1654397362026,
|
|
10
|
+
"name": "logs/application-2022-06-05-11.log",
|
|
11
|
+
"hash": "771a59a5dd9c2d93b1632995ae9c9708"
|
|
12
12
|
}
|
|
13
13
|
],
|
|
14
14
|
"hashType": "md5"
|
|
@@ -5,16 +5,6 @@
|
|
|
5
5
|
},
|
|
6
6
|
"auditLog": "logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json",
|
|
7
7
|
"files": [
|
|
8
|
-
{
|
|
9
|
-
"date": 1652957741207,
|
|
10
|
-
"name": "logs/connections-2022-05-19-19.log",
|
|
11
|
-
"hash": "9aaeb6abb8dcbc718ddff54c836480fe"
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
"date": 1652969410005,
|
|
15
|
-
"name": "logs/connections-2022-05-19-23.log",
|
|
16
|
-
"hash": "f35a10a1c3b6cd6c5f153ff263ef6a8e"
|
|
17
|
-
},
|
|
18
8
|
{
|
|
19
9
|
"date": 1653292285220,
|
|
20
10
|
"name": "logs/connections-2022-05-23-16.log",
|
|
@@ -24,6 +14,11 @@
|
|
|
24
14
|
"date": 1653643149712,
|
|
25
15
|
"name": "logs/connections-2022-05-27-18.log",
|
|
26
16
|
"hash": "00395f6628827cfc4ca6065eb78e28cd"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"date": 1654397365583,
|
|
20
|
+
"name": "logs/connections-2022-06-05-11.log",
|
|
21
|
+
"hash": "223ae4ac800d1e4d6a73d1bc5396e42e"
|
|
27
22
|
}
|
|
28
23
|
],
|
|
29
24
|
"hashType": "md5"
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
2022-06-05T11:49:24+09:00 info: File Storage is Ready.
|
|
2
|
+
2022-06-05T11:49:28+09:00 info: Database connection established
|
|
3
|
+
2022-06-05T11:49:29+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
4
|
+
2022-06-05T11:49:29+09:00 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": "5.0.0-alpha.
|
|
3
|
+
"version": "5.0.0-alpha.52",
|
|
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": "^3.0.12",
|
|
41
41
|
"@material/mwc-checkbox": "^0.25.3",
|
|
42
|
-
"@operato/data-grist": "1.0.0-beta.
|
|
43
|
-
"@operato/ghost-print": "1.0.0-beta.
|
|
44
|
-
"@operato/graphql": "1.0.0-beta.
|
|
45
|
-
"@operato/help": "1.0.0-beta.
|
|
46
|
-
"@operato/i18n": "1.0.0-beta.
|
|
47
|
-
"@operato/input": "1.0.0-beta.
|
|
48
|
-
"@operato/layout": "1.0.0-beta.
|
|
49
|
-
"@operato/ocr": "1.0.0-beta.
|
|
50
|
-
"@operato/popup": "1.0.0-beta.
|
|
51
|
-
"@operato/pull-to-refresh": "1.0.0-beta.
|
|
42
|
+
"@operato/data-grist": "1.0.0-beta.26",
|
|
43
|
+
"@operato/ghost-print": "1.0.0-beta.26",
|
|
44
|
+
"@operato/graphql": "1.0.0-beta.26",
|
|
45
|
+
"@operato/help": "1.0.0-beta.26",
|
|
46
|
+
"@operato/i18n": "1.0.0-beta.26",
|
|
47
|
+
"@operato/input": "1.0.0-beta.26",
|
|
48
|
+
"@operato/layout": "1.0.0-beta.26",
|
|
49
|
+
"@operato/ocr": "1.0.0-beta.26",
|
|
50
|
+
"@operato/popup": "1.0.0-beta.26",
|
|
51
|
+
"@operato/pull-to-refresh": "1.0.0-beta.26",
|
|
52
52
|
"@operato/scene-chartjs": "^1.0.0-alpha.18",
|
|
53
53
|
"@operato/scene-clock": "^1.0.0-alpha.18",
|
|
54
54
|
"@operato/scene-form": "^1.0.0-alpha.18",
|
|
@@ -60,38 +60,38 @@
|
|
|
60
60
|
"@operato/scene-random": "^1.0.0-alpha.18",
|
|
61
61
|
"@operato/scene-switch": "^1.0.0-alpha.18",
|
|
62
62
|
"@operato/scene-tab": "^1.0.0-alpha.18",
|
|
63
|
-
"@operato/shell": "1.0.0-beta.
|
|
64
|
-
"@operato/utils": "1.0.0-beta.
|
|
65
|
-
"@things-factory/api": "^5.0.0-alpha.
|
|
66
|
-
"@things-factory/apptool-ui": "^5.0.0-alpha.
|
|
67
|
-
"@things-factory/attachment-base": "^5.0.0-alpha.
|
|
68
|
-
"@things-factory/auth-ui": "^5.0.0-alpha.
|
|
69
|
-
"@things-factory/board-service": "^5.0.0-alpha.
|
|
70
|
-
"@things-factory/board-ui": "^5.0.0-alpha.
|
|
71
|
-
"@things-factory/ccp": "^5.0.0-alpha.
|
|
72
|
-
"@things-factory/context-ui": "^5.0.0-alpha.
|
|
73
|
-
"@things-factory/dashboard": "^5.0.0-alpha.
|
|
74
|
-
"@things-factory/dataset": "^5.0.0-alpha.
|
|
75
|
-
"@things-factory/export-ui": "^5.0.0-alpha.
|
|
76
|
-
"@things-factory/export-ui-excel": "^5.0.0-alpha.
|
|
77
|
-
"@things-factory/grist-ui": "^5.0.0-alpha.
|
|
78
|
-
"@things-factory/help": "^5.0.0-alpha.
|
|
79
|
-
"@things-factory/integration-ui": "^5.0.0-alpha.
|
|
80
|
-
"@things-factory/lite-menu": "^5.0.0-alpha.
|
|
81
|
-
"@things-factory/more-ui": "^5.0.0-alpha.
|
|
82
|
-
"@things-factory/notification": "^5.0.0-alpha.
|
|
83
|
-
"@things-factory/oauth2-client": "^5.0.0-alpha.
|
|
84
|
-
"@things-factory/print-ui": "^5.0.0-alpha.
|
|
85
|
-
"@things-factory/qc": "^5.0.0-alpha.
|
|
86
|
-
"@things-factory/resource-ui": "^5.0.0-alpha.
|
|
87
|
-
"@things-factory/setting-base": "^5.0.0-alpha.
|
|
88
|
-
"@things-factory/setting-ui": "^5.0.0-alpha.
|
|
89
|
-
"@things-factory/shell": "^5.0.0-alpha.
|
|
90
|
-
"@things-factory/system-ui": "^5.0.0-alpha.
|
|
91
|
-
"@things-factory/work-shift": "^5.0.0-alpha.
|
|
63
|
+
"@operato/shell": "1.0.0-beta.26",
|
|
64
|
+
"@operato/utils": "1.0.0-beta.26",
|
|
65
|
+
"@things-factory/api": "^5.0.0-alpha.52",
|
|
66
|
+
"@things-factory/apptool-ui": "^5.0.0-alpha.52",
|
|
67
|
+
"@things-factory/attachment-base": "^5.0.0-alpha.52",
|
|
68
|
+
"@things-factory/auth-ui": "^5.0.0-alpha.52",
|
|
69
|
+
"@things-factory/board-service": "^5.0.0-alpha.52",
|
|
70
|
+
"@things-factory/board-ui": "^5.0.0-alpha.52",
|
|
71
|
+
"@things-factory/ccp": "^5.0.0-alpha.52",
|
|
72
|
+
"@things-factory/context-ui": "^5.0.0-alpha.52",
|
|
73
|
+
"@things-factory/dashboard": "^5.0.0-alpha.52",
|
|
74
|
+
"@things-factory/dataset": "^5.0.0-alpha.52",
|
|
75
|
+
"@things-factory/export-ui": "^5.0.0-alpha.52",
|
|
76
|
+
"@things-factory/export-ui-excel": "^5.0.0-alpha.52",
|
|
77
|
+
"@things-factory/grist-ui": "^5.0.0-alpha.52",
|
|
78
|
+
"@things-factory/help": "^5.0.0-alpha.52",
|
|
79
|
+
"@things-factory/integration-ui": "^5.0.0-alpha.52",
|
|
80
|
+
"@things-factory/lite-menu": "^5.0.0-alpha.52",
|
|
81
|
+
"@things-factory/more-ui": "^5.0.0-alpha.52",
|
|
82
|
+
"@things-factory/notification": "^5.0.0-alpha.52",
|
|
83
|
+
"@things-factory/oauth2-client": "^5.0.0-alpha.52",
|
|
84
|
+
"@things-factory/print-ui": "^5.0.0-alpha.52",
|
|
85
|
+
"@things-factory/qc": "^5.0.0-alpha.52",
|
|
86
|
+
"@things-factory/resource-ui": "^5.0.0-alpha.52",
|
|
87
|
+
"@things-factory/setting-base": "^5.0.0-alpha.52",
|
|
88
|
+
"@things-factory/setting-ui": "^5.0.0-alpha.52",
|
|
89
|
+
"@things-factory/shell": "^5.0.0-alpha.52",
|
|
90
|
+
"@things-factory/system-ui": "^5.0.0-alpha.52",
|
|
91
|
+
"@things-factory/work-shift": "^5.0.0-alpha.52"
|
|
92
92
|
},
|
|
93
93
|
"devDependencies": {
|
|
94
|
-
"@things-factory/builder": "^5.0.0-alpha.
|
|
94
|
+
"@things-factory/builder": "^5.0.0-alpha.52"
|
|
95
95
|
},
|
|
96
|
-
"gitHead": "
|
|
96
|
+
"gitHead": "dd9c8f2e256e256e42bd9bd26db5eaa955f85620"
|
|
97
97
|
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
2022-05-27T18:19:08+09:00 info: File Storage is Ready.
|
|
2
|
-
2022-05-27T18:19:13+09:00 info: Database connection established
|
|
3
|
-
2022-05-27T18:19:14+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
4
|
-
2022-05-27T18:19:14+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|
|
5
|
-
2022-05-27T18:44:24+09:00 info: File Storage is Ready.
|
|
6
|
-
2022-05-27T18:44:29+09:00 info: Database connection established
|
|
7
|
-
2022-05-27T18:44:30+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
8
|
-
2022-05-27T18:44:30+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|
|
File without changes
|