@things-factory/reference-app 3.6.7 → 3.6.19
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/Dockerfile +2 -1
- package/_index.html +3 -7
- package/assets/manifest.json +3 -3
- package/db.sqlite +0 -0
- package/logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json +19 -0
- package/logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json +24 -0
- package/logs/application-2021-08-18-22.log +4 -0
- package/logs/application-2021-08-20-08.log +4 -0
- package/logs/connections-2021-08-17-23.log +0 -0
- package/logs/connections-2021-08-18-22.log +0 -0
- package/logs/connections-2021-08-20-08.log +0 -0
- package/package.json +37 -37
- package/views/auth-page.html +1 -1
- package/views/public/home.html +1 -1
package/Dockerfile
CHANGED
|
@@ -18,11 +18,12 @@ RUN apt-get install -y --no-install-recommends apt-utils
|
|
|
18
18
|
RUN apt-get install -y chromium
|
|
19
19
|
RUN apt-get install -y libcups2-dev
|
|
20
20
|
RUN apt-get install -y libavahi-compat-libdnssd-dev
|
|
21
|
-
RUN apt-get install -y gconf-service libasound2 libatk1.0-0 libcairo2 libcups2 libfontconfig1 libgdk-pixbuf2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libxss1 fonts-liberation
|
|
21
|
+
RUN apt-get install -y gconf-service libasound2 libatk1.0-0 libcairo2 libcups2 libfontconfig1 libgdk-pixbuf2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libxss1 fonts-liberation libnss3 lsb-release xdg-utils libaio1
|
|
22
22
|
|
|
23
23
|
RUN apt update
|
|
24
24
|
RUN apt-get install -y ghostscript
|
|
25
25
|
RUN apt-get install -y curl
|
|
26
|
+
RUN apt-get install -y git
|
|
26
27
|
|
|
27
28
|
# install chrome
|
|
28
29
|
RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
package/_index.html
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
<!DOCTYPE html>
|
|
2
2
|
<html lang="en">
|
|
3
|
-
|
|
4
3
|
<head>
|
|
5
4
|
<meta charset="utf-8" />
|
|
6
5
|
<title>Reference App</title>
|
|
@@ -16,7 +15,7 @@
|
|
|
16
15
|
<link rel="manifest" href="/assets/manifest.json" />
|
|
17
16
|
|
|
18
17
|
<!-- See https://goo.gl/qRE0vM -->
|
|
19
|
-
<meta name="theme-color" content="#
|
|
18
|
+
<meta name="theme-color" content="#38a25b" />
|
|
20
19
|
|
|
21
20
|
<!-- Add to homescreen for Chrome on Android. Fallback for manifest.json -->
|
|
22
21
|
<meta name="mobile-web-app-capable" content="yes" />
|
|
@@ -78,14 +77,11 @@
|
|
|
78
77
|
|
|
79
78
|
<body>
|
|
80
79
|
<things-app></things-app>
|
|
81
|
-
<noscript>
|
|
82
|
-
Please enable JavaScript to view this website.
|
|
83
|
-
</noscript>
|
|
80
|
+
<noscript> Please enable JavaScript to view this website. </noscript>
|
|
84
81
|
<!-- Load webcomponents-loader.js to check and load any polyfills your browser needs -->
|
|
85
82
|
<script src="node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
|
|
86
83
|
<script src="node_modules/web-animations-js/web-animations-next.min.js"></script>
|
|
87
84
|
<script src="node_modules/@hatiolab/things-scene/things-scene-min.js"></script>
|
|
88
85
|
<!-- Built with love using PWA Starter Kit -->
|
|
89
86
|
</body>
|
|
90
|
-
|
|
91
|
-
</html>
|
|
87
|
+
</html>
|
package/assets/manifest.json
CHANGED
package/db.sqlite
ADDED
|
Binary file
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
{
|
|
2
|
+
"keep": {
|
|
3
|
+
"days": true,
|
|
4
|
+
"amount": 2
|
|
5
|
+
},
|
|
6
|
+
"auditLog": "logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json",
|
|
7
|
+
"files": [
|
|
8
|
+
{
|
|
9
|
+
"date": 1629295143889,
|
|
10
|
+
"name": "logs/application-2021-08-18-22.log",
|
|
11
|
+
"hash": "1bad95394097ee2edf38665e46869b2e"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"date": 1629416711881,
|
|
15
|
+
"name": "logs/application-2021-08-20-08.log",
|
|
16
|
+
"hash": "92d3c574847b69c5c92eabf7c88317f6"
|
|
17
|
+
}
|
|
18
|
+
]
|
|
19
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"keep": {
|
|
3
|
+
"days": true,
|
|
4
|
+
"amount": 14
|
|
5
|
+
},
|
|
6
|
+
"auditLog": "logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json",
|
|
7
|
+
"files": [
|
|
8
|
+
{
|
|
9
|
+
"date": 1629210471348,
|
|
10
|
+
"name": "logs/connections-2021-08-17-23.log",
|
|
11
|
+
"hash": "9aec491e59457a1eaba36b76a370c2d2"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"date": 1629295148558,
|
|
15
|
+
"name": "logs/connections-2021-08-18-22.log",
|
|
16
|
+
"hash": "7a569a2674bfd9f8f1e8d44a8edb60ed"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"date": 1629416714652,
|
|
20
|
+
"name": "logs/connections-2021-08-20-08.log",
|
|
21
|
+
"hash": "7b44b58f320c4ddbf386e2b15cebc5db"
|
|
22
|
+
}
|
|
23
|
+
]
|
|
24
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
2021-08-18T13:59:06.525Z info: File Storage is Ready.
|
|
2
|
+
2021-08-18T13:59:10.988Z info: Database connection established
|
|
3
|
+
2021-08-18T13:59:12.058Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
4
|
+
2021-08-18T13:59:12.058Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
2021-08-19T23:45:13.630Z info: File Storage is Ready.
|
|
2
|
+
2021-08-19T23:45:17.384Z info: Database connection established
|
|
3
|
+
2021-08-19T23:45:18.418Z info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
4
|
+
2021-08-19T23:45:18.419Z info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/subscriptions
|
|
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": "3.6.
|
|
3
|
+
"version": "3.6.19",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -39,43 +39,43 @@
|
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@hatiolab/things-scene": "^2.7.6",
|
|
41
41
|
"@material/mwc-checkbox": "^0.22.1",
|
|
42
|
-
"@things-factory/api": "^3.6.
|
|
43
|
-
"@things-factory/apptool-ui": "^3.6.
|
|
44
|
-
"@things-factory/auth-ui": "^3.6.
|
|
45
|
-
"@things-factory/board-service": "^3.6.
|
|
46
|
-
"@things-factory/board-ui": "^3.6.
|
|
47
|
-
"@things-factory/context-ui": "^3.6.
|
|
48
|
-
"@things-factory/dashboard": "^3.6.
|
|
49
|
-
"@things-factory/export-ui": "^3.6.
|
|
50
|
-
"@things-factory/export-ui-excel": "^3.6.
|
|
51
|
-
"@things-factory/grist-ui": "^3.6.
|
|
52
|
-
"@things-factory/help": "^3.6.
|
|
53
|
-
"@things-factory/i18n-ui": "^3.6.
|
|
54
|
-
"@things-factory/integration-ui": "^3.6.
|
|
55
|
-
"@things-factory/lite-menu": "^3.6.
|
|
56
|
-
"@things-factory/more-ui": "^3.6.
|
|
57
|
-
"@things-factory/notification": "^3.6.
|
|
58
|
-
"@things-factory/oauth2-client": "^3.6.
|
|
59
|
-
"@things-factory/print-ui": "^3.6.
|
|
60
|
-
"@things-factory/resource-ui": "^3.6.
|
|
61
|
-
"@things-factory/scene-chartjs": "^3.6.
|
|
62
|
-
"@things-factory/scene-clock": "^3.6.
|
|
63
|
-
"@things-factory/scene-form": "^3.6.
|
|
64
|
-
"@things-factory/scene-gauge": "^3.6.
|
|
65
|
-
"@things-factory/scene-half-roundrect": "^3.6.
|
|
66
|
-
"@things-factory/scene-indoor-map": "^3.6.
|
|
67
|
-
"@things-factory/scene-news-ticker": "^3.6.
|
|
68
|
-
"@things-factory/scene-progressbar": "^3.6.
|
|
69
|
-
"@things-factory/scene-random": "^3.6.
|
|
70
|
-
"@things-factory/scene-switch": "^3.6.
|
|
71
|
-
"@things-factory/scene-tab": "^3.6.
|
|
72
|
-
"@things-factory/setting-base": "^3.6.
|
|
73
|
-
"@things-factory/setting-ui": "^3.6.
|
|
74
|
-
"@things-factory/shell": "^3.6.
|
|
75
|
-
"@things-factory/system-ui": "^3.6.
|
|
42
|
+
"@things-factory/api": "^3.6.19",
|
|
43
|
+
"@things-factory/apptool-ui": "^3.6.19",
|
|
44
|
+
"@things-factory/auth-ui": "^3.6.19",
|
|
45
|
+
"@things-factory/board-service": "^3.6.19",
|
|
46
|
+
"@things-factory/board-ui": "^3.6.19",
|
|
47
|
+
"@things-factory/context-ui": "^3.6.19",
|
|
48
|
+
"@things-factory/dashboard": "^3.6.19",
|
|
49
|
+
"@things-factory/export-ui": "^3.6.19",
|
|
50
|
+
"@things-factory/export-ui-excel": "^3.6.19",
|
|
51
|
+
"@things-factory/grist-ui": "^3.6.19",
|
|
52
|
+
"@things-factory/help": "^3.6.19",
|
|
53
|
+
"@things-factory/i18n-ui": "^3.6.19",
|
|
54
|
+
"@things-factory/integration-ui": "^3.6.19",
|
|
55
|
+
"@things-factory/lite-menu": "^3.6.19",
|
|
56
|
+
"@things-factory/more-ui": "^3.6.19",
|
|
57
|
+
"@things-factory/notification": "^3.6.19",
|
|
58
|
+
"@things-factory/oauth2-client": "^3.6.19",
|
|
59
|
+
"@things-factory/print-ui": "^3.6.19",
|
|
60
|
+
"@things-factory/resource-ui": "^3.6.19",
|
|
61
|
+
"@things-factory/scene-chartjs": "^3.6.19",
|
|
62
|
+
"@things-factory/scene-clock": "^3.6.19",
|
|
63
|
+
"@things-factory/scene-form": "^3.6.19",
|
|
64
|
+
"@things-factory/scene-gauge": "^3.6.19",
|
|
65
|
+
"@things-factory/scene-half-roundrect": "^3.6.19",
|
|
66
|
+
"@things-factory/scene-indoor-map": "^3.6.19",
|
|
67
|
+
"@things-factory/scene-news-ticker": "^3.6.19",
|
|
68
|
+
"@things-factory/scene-progressbar": "^3.6.19",
|
|
69
|
+
"@things-factory/scene-random": "^3.6.19",
|
|
70
|
+
"@things-factory/scene-switch": "^3.6.19",
|
|
71
|
+
"@things-factory/scene-tab": "^3.6.19",
|
|
72
|
+
"@things-factory/setting-base": "^3.6.19",
|
|
73
|
+
"@things-factory/setting-ui": "^3.6.19",
|
|
74
|
+
"@things-factory/shell": "^3.6.19",
|
|
75
|
+
"@things-factory/system-ui": "^3.6.19"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
|
-
"@things-factory/builder": "^3.6.
|
|
78
|
+
"@things-factory/builder": "^3.6.19"
|
|
79
79
|
},
|
|
80
|
-
"gitHead": "
|
|
80
|
+
"gitHead": "e8a5ade8e7c470c6e51dca428409c405b7cccf3a"
|
|
81
81
|
}
|
package/views/auth-page.html
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
<link rel="manifest" href="/assets/manifest.json" />
|
|
16
16
|
|
|
17
17
|
<!-- See https://goo.gl/qRE0vM -->
|
|
18
|
-
<meta name="theme-color" content="#
|
|
18
|
+
<meta name="theme-color" content="#38a25b" />
|
|
19
19
|
|
|
20
20
|
<!-- Add to homescreen for Chrome on Android. Fallback for manifest.json -->
|
|
21
21
|
<meta name="mobile-web-app-capable" content="yes" />
|
package/views/public/home.html
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
<link rel="manifest" href="/assets/manifest.json" />
|
|
16
16
|
|
|
17
17
|
<!-- See https://goo.gl/qRE0vM -->
|
|
18
|
-
<meta name="theme-color" content="#
|
|
18
|
+
<meta name="theme-color" content="#38a25b" />
|
|
19
19
|
|
|
20
20
|
<!-- Add to homescreen for Chrome on Android. Fallback for manifest.json -->
|
|
21
21
|
<meta name="mobile-web-app-capable" content="yes" />
|