@things-factory/operato-board 3.6.3 → 3.6.10
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 +1 -1
- package/package.json +64 -64
- package/views/public/home.html +7 -2
package/Dockerfile
CHANGED
|
@@ -18,7 +18,7 @@ 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
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-board",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.10",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -42,72 +42,72 @@
|
|
|
42
42
|
"docker:push:cn": "docker image push hatiolab/operato-board:latest-cn && docker image push hatiolab/operato-board:$npm_package_version-cn"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@things-factory/apptool-ui": "^3.6.
|
|
46
|
-
"@things-factory/attachment-ui": "^3.6.
|
|
47
|
-
"@things-factory/auth-ui": "^3.6.
|
|
48
|
-
"@things-factory/board-service": "^3.6.
|
|
49
|
-
"@things-factory/board-ui": "^3.6.
|
|
50
|
-
"@things-factory/context-ui": "^3.6.
|
|
51
|
-
"@things-factory/export-ui": "^3.6.
|
|
52
|
-
"@things-factory/fav-base": "^3.6.
|
|
53
|
-
"@things-factory/font-base": "^3.6.
|
|
54
|
-
"@things-factory/form-ui": "^3.6.
|
|
55
|
-
"@things-factory/help": "^3.6.
|
|
56
|
-
"@things-factory/i18n-ui": "^3.6.
|
|
57
|
-
"@things-factory/import-ui": "^3.6.
|
|
58
|
-
"@things-factory/integration-notification": "^3.6.
|
|
59
|
-
"@things-factory/integration-ui": "^3.6.
|
|
60
|
-
"@things-factory/layout-ui": "^3.6.
|
|
61
|
-
"@things-factory/more-ui": "^3.6.
|
|
62
|
-
"@things-factory/notification": "^3.6.
|
|
63
|
-
"@things-factory/oauth2-client": "^3.6.
|
|
64
|
-
"@things-factory/offline-ui": "^3.6.
|
|
45
|
+
"@things-factory/apptool-ui": "^3.6.7",
|
|
46
|
+
"@things-factory/attachment-ui": "^3.6.7",
|
|
47
|
+
"@things-factory/auth-ui": "^3.6.7",
|
|
48
|
+
"@things-factory/board-service": "^3.6.7",
|
|
49
|
+
"@things-factory/board-ui": "^3.6.7",
|
|
50
|
+
"@things-factory/context-ui": "^3.6.7",
|
|
51
|
+
"@things-factory/export-ui": "^3.6.7",
|
|
52
|
+
"@things-factory/fav-base": "^3.6.7",
|
|
53
|
+
"@things-factory/font-base": "^3.6.7",
|
|
54
|
+
"@things-factory/form-ui": "^3.6.7",
|
|
55
|
+
"@things-factory/help": "^3.6.7",
|
|
56
|
+
"@things-factory/i18n-ui": "^3.6.7",
|
|
57
|
+
"@things-factory/import-ui": "^3.6.7",
|
|
58
|
+
"@things-factory/integration-notification": "^3.6.7",
|
|
59
|
+
"@things-factory/integration-ui": "^3.6.7",
|
|
60
|
+
"@things-factory/layout-ui": "^3.6.7",
|
|
61
|
+
"@things-factory/more-ui": "^3.6.7",
|
|
62
|
+
"@things-factory/notification": "^3.6.7",
|
|
63
|
+
"@things-factory/oauth2-client": "^3.6.7",
|
|
64
|
+
"@things-factory/offline-ui": "^3.6.7",
|
|
65
65
|
"@things-factory/operato-license-checker": "^3.0.4",
|
|
66
|
-
"@things-factory/pdf": "^3.6.
|
|
67
|
-
"@things-factory/print-service": "^3.6.
|
|
68
|
-
"@things-factory/print-ui": "^3.6.
|
|
69
|
-
"@things-factory/resource-ui": "^3.6.
|
|
70
|
-
"@things-factory/scene-ar": "^3.6.
|
|
71
|
-
"@things-factory/scene-baidu-map": "^3.6.
|
|
72
|
-
"@things-factory/scene-chartjs": "^3.6.
|
|
73
|
-
"@things-factory/scene-clock": "^3.6.
|
|
74
|
-
"@things-factory/scene-clone": "^3.6.
|
|
75
|
-
"@things-factory/scene-compass": "^3.6.
|
|
76
|
-
"@things-factory/scene-data-transform": "^3.6.
|
|
77
|
-
"@things-factory/scene-excel": "^3.6.
|
|
78
|
-
"@things-factory/scene-firebase": "^3.6.
|
|
79
|
-
"@things-factory/scene-form": "^3.6.
|
|
80
|
-
"@things-factory/scene-gauge": "^3.6.
|
|
81
|
-
"@things-factory/scene-google-map": "^3.6.
|
|
82
|
-
"@things-factory/scene-graphql": "^3.6.
|
|
83
|
-
"@things-factory/scene-grist": "^3.6.
|
|
84
|
-
"@things-factory/scene-half-roundrect": "^3.6.
|
|
85
|
-
"@things-factory/scene-i18n": "^3.6.
|
|
86
|
-
"@things-factory/scene-indoor-map": "^3.6.
|
|
87
|
-
"@things-factory/scene-integration": "^3.6.
|
|
88
|
-
"@things-factory/scene-label": "^3.6.
|
|
89
|
-
"@things-factory/scene-legend": "^3.6.
|
|
90
|
-
"@things-factory/scene-marker": "^3.6.
|
|
91
|
-
"@things-factory/scene-mqtt": "^3.6.
|
|
92
|
-
"@things-factory/scene-news-ticker": "^3.6.
|
|
93
|
-
"@things-factory/scene-progressbar": "^3.6.
|
|
94
|
-
"@things-factory/scene-random": "^3.6.
|
|
95
|
-
"@things-factory/scene-restful": "^3.6.
|
|
96
|
-
"@things-factory/scene-switch": "^3.6.
|
|
97
|
-
"@things-factory/scene-tab": "^3.6.
|
|
98
|
-
"@things-factory/scene-table": "^3.6.
|
|
99
|
-
"@things-factory/scene-timer": "^3.6.
|
|
100
|
-
"@things-factory/scene-urdf": "^3.6.
|
|
101
|
-
"@things-factory/scene-visualizer": "^3.6.
|
|
102
|
-
"@things-factory/scene-wheel-sorter": "^3.6.
|
|
103
|
-
"@things-factory/screencast-ui": "^3.6.
|
|
104
|
-
"@things-factory/setting-ui": "^3.6.
|
|
105
|
-
"@things-factory/system-ui": "^3.6.
|
|
66
|
+
"@things-factory/pdf": "^3.6.7",
|
|
67
|
+
"@things-factory/print-service": "^3.6.7",
|
|
68
|
+
"@things-factory/print-ui": "^3.6.7",
|
|
69
|
+
"@things-factory/resource-ui": "^3.6.7",
|
|
70
|
+
"@things-factory/scene-ar": "^3.6.7",
|
|
71
|
+
"@things-factory/scene-baidu-map": "^3.6.7",
|
|
72
|
+
"@things-factory/scene-chartjs": "^3.6.7",
|
|
73
|
+
"@things-factory/scene-clock": "^3.6.7",
|
|
74
|
+
"@things-factory/scene-clone": "^3.6.7",
|
|
75
|
+
"@things-factory/scene-compass": "^3.6.7",
|
|
76
|
+
"@things-factory/scene-data-transform": "^3.6.7",
|
|
77
|
+
"@things-factory/scene-excel": "^3.6.7",
|
|
78
|
+
"@things-factory/scene-firebase": "^3.6.7",
|
|
79
|
+
"@things-factory/scene-form": "^3.6.7",
|
|
80
|
+
"@things-factory/scene-gauge": "^3.6.7",
|
|
81
|
+
"@things-factory/scene-google-map": "^3.6.7",
|
|
82
|
+
"@things-factory/scene-graphql": "^3.6.7",
|
|
83
|
+
"@things-factory/scene-grist": "^3.6.7",
|
|
84
|
+
"@things-factory/scene-half-roundrect": "^3.6.7",
|
|
85
|
+
"@things-factory/scene-i18n": "^3.6.7",
|
|
86
|
+
"@things-factory/scene-indoor-map": "^3.6.7",
|
|
87
|
+
"@things-factory/scene-integration": "^3.6.7",
|
|
88
|
+
"@things-factory/scene-label": "^3.6.7",
|
|
89
|
+
"@things-factory/scene-legend": "^3.6.7",
|
|
90
|
+
"@things-factory/scene-marker": "^3.6.7",
|
|
91
|
+
"@things-factory/scene-mqtt": "^3.6.7",
|
|
92
|
+
"@things-factory/scene-news-ticker": "^3.6.7",
|
|
93
|
+
"@things-factory/scene-progressbar": "^3.6.7",
|
|
94
|
+
"@things-factory/scene-random": "^3.6.7",
|
|
95
|
+
"@things-factory/scene-restful": "^3.6.7",
|
|
96
|
+
"@things-factory/scene-switch": "^3.6.7",
|
|
97
|
+
"@things-factory/scene-tab": "^3.6.7",
|
|
98
|
+
"@things-factory/scene-table": "^3.6.7",
|
|
99
|
+
"@things-factory/scene-timer": "^3.6.7",
|
|
100
|
+
"@things-factory/scene-urdf": "^3.6.7",
|
|
101
|
+
"@things-factory/scene-visualizer": "^3.6.7",
|
|
102
|
+
"@things-factory/scene-wheel-sorter": "^3.6.7",
|
|
103
|
+
"@things-factory/screencast-ui": "^3.6.7",
|
|
104
|
+
"@things-factory/setting-ui": "^3.6.7",
|
|
105
|
+
"@things-factory/system-ui": "^3.6.7"
|
|
106
106
|
},
|
|
107
107
|
"devDependencies": {
|
|
108
|
-
"@things-factory/board-test": "^3.6.
|
|
109
|
-
"@things-factory/builder": "^3.6.
|
|
108
|
+
"@things-factory/board-test": "^3.6.7",
|
|
109
|
+
"@things-factory/builder": "^3.6.7"
|
|
110
110
|
},
|
|
111
111
|
"resolutions": {},
|
|
112
|
-
"gitHead": "
|
|
112
|
+
"gitHead": "eca949b74094b1de9f8d0938506d426566157c9c"
|
|
113
113
|
}
|
package/views/public/home.html
CHANGED
|
@@ -70,14 +70,19 @@
|
|
|
70
70
|
<link rel="prefetch" href="/public/home.js" />
|
|
71
71
|
</head>
|
|
72
72
|
<body>
|
|
73
|
-
<home-page
|
|
73
|
+
<home-page
|
|
74
|
+
id="page"
|
|
75
|
+
tagline="Reimagining Visualization with Operato Board"
|
|
76
|
+
explanation1="Create your free account today."
|
|
77
|
+
explanation2="Everything you need to go from where you are, to where you want to be."
|
|
78
|
+
></home-page>
|
|
74
79
|
<noscript> Please enable JavaScript to view this website. </noscript>
|
|
75
80
|
<!-- Load webcomponents-loader.js to check and load any polyfills your browser needs -->
|
|
76
81
|
<script src="node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
|
|
77
82
|
<script src="node_modules/web-animations-js/web-animations-next.min.js"></script>
|
|
78
83
|
<!-- Built with love using PWA Starter Kit -->
|
|
79
84
|
|
|
80
|
-
<script src="/public/home.js"></script>
|
|
85
|
+
<script type="module" src="/public/home.js"></script>
|
|
81
86
|
<script src="/theme.js"></script>
|
|
82
87
|
</body>
|
|
83
88
|
</html>
|