@things-factory/reference-app 6.1.11 → 6.1.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.
- package/_index.html +4 -4
- package/package.json +33 -33
- package/views/auth-page.html +3 -3
- package/views/public/home.html +3 -3
package/_index.html
CHANGED
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
|
|
51
51
|
<!-- Performance tip: hint to the browser to start the handshake for the fonts site -->
|
|
52
52
|
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin />
|
|
53
|
-
<link href="node_modules/@material-design-icons/font/index.css" rel="stylesheet" />
|
|
53
|
+
<link href="/node_modules/@material-design-icons/font/index.css" rel="stylesheet" />
|
|
54
54
|
|
|
55
55
|
<!-- Add any global styles for body, document, etc. -->
|
|
56
56
|
<style>
|
|
@@ -111,9 +111,9 @@
|
|
|
111
111
|
<things-app></things-app>
|
|
112
112
|
<noscript> Please enable JavaScript to view this website. </noscript>
|
|
113
113
|
<!-- Load webcomponents-loader.js to check and load any polyfills your browser needs -->
|
|
114
|
-
<script src="node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
|
|
115
|
-
<script src="node_modules/web-animations-js/web-animations-next.min.js"></script>
|
|
116
|
-
<script src="node_modules/@hatiolab/things-scene/things-scene-min.js"></script>
|
|
114
|
+
<script src="/node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
|
|
115
|
+
<script src="/node_modules/web-animations-js/web-animations-next.min.js"></script>
|
|
116
|
+
<script src="/node_modules/@hatiolab/things-scene/things-scene-min.js"></script>
|
|
117
117
|
<!-- Built with love using PWA Starter Kit -->
|
|
118
118
|
</body>
|
|
119
119
|
</html>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/reference-app",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.13",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -66,42 +66,42 @@
|
|
|
66
66
|
"@operato/scene-tab": "^1.0.0",
|
|
67
67
|
"@operato/shell": "^1.0.1",
|
|
68
68
|
"@operato/utils": "^1.0.1",
|
|
69
|
-
"@things-factory/api": "^6.1.
|
|
70
|
-
"@things-factory/apptool-ui": "^6.1.
|
|
71
|
-
"@things-factory/attachment-base": "^6.1.
|
|
72
|
-
"@things-factory/auth-ui": "^6.1.
|
|
73
|
-
"@things-factory/board-service": "^6.1.
|
|
74
|
-
"@things-factory/board-ui": "^6.1.
|
|
75
|
-
"@things-factory/ccp": "^6.1.
|
|
76
|
-
"@things-factory/contact": "^6.1.
|
|
77
|
-
"@things-factory/context-ui": "^6.1.
|
|
78
|
-
"@things-factory/dashboard": "^6.1.
|
|
79
|
-
"@things-factory/dataset": "^6.1.
|
|
80
|
-
"@things-factory/export-ui": "^6.1.
|
|
81
|
-
"@things-factory/export-ui-excel": "^6.1.
|
|
82
|
-
"@things-factory/help": "^6.1.
|
|
83
|
-
"@things-factory/integration-ui": "^6.1.
|
|
84
|
-
"@things-factory/lite-menu": "^6.1.
|
|
85
|
-
"@things-factory/more-ui": "^6.1.
|
|
86
|
-
"@things-factory/notification": "^6.1.
|
|
87
|
-
"@things-factory/oauth2-client": "^6.1.
|
|
88
|
-
"@things-factory/organization": "^6.1.
|
|
89
|
-
"@things-factory/print-ui": "^6.1.
|
|
90
|
-
"@things-factory/product-base": "^6.1.
|
|
91
|
-
"@things-factory/qc": "^6.1.
|
|
92
|
-
"@things-factory/resource-ui": "^6.1.
|
|
93
|
-
"@things-factory/routing-base": "^6.1.
|
|
94
|
-
"@things-factory/setting-base": "^6.1.
|
|
95
|
-
"@things-factory/setting-ui": "^6.1.
|
|
96
|
-
"@things-factory/shell": "^6.1.
|
|
97
|
-
"@things-factory/system-ui": "^6.1.
|
|
98
|
-
"@things-factory/web-editor": "^6.1.
|
|
99
|
-
"@things-factory/work-shift": "^6.1.
|
|
69
|
+
"@things-factory/api": "^6.1.12",
|
|
70
|
+
"@things-factory/apptool-ui": "^6.1.12",
|
|
71
|
+
"@things-factory/attachment-base": "^6.1.12",
|
|
72
|
+
"@things-factory/auth-ui": "^6.1.12",
|
|
73
|
+
"@things-factory/board-service": "^6.1.12",
|
|
74
|
+
"@things-factory/board-ui": "^6.1.12",
|
|
75
|
+
"@things-factory/ccp": "^6.1.13",
|
|
76
|
+
"@things-factory/contact": "^6.1.12",
|
|
77
|
+
"@things-factory/context-ui": "^6.1.12",
|
|
78
|
+
"@things-factory/dashboard": "^6.1.12",
|
|
79
|
+
"@things-factory/dataset": "^6.1.13",
|
|
80
|
+
"@things-factory/export-ui": "^6.1.12",
|
|
81
|
+
"@things-factory/export-ui-excel": "^6.1.12",
|
|
82
|
+
"@things-factory/help": "^6.1.12",
|
|
83
|
+
"@things-factory/integration-ui": "^6.1.12",
|
|
84
|
+
"@things-factory/lite-menu": "^6.1.12",
|
|
85
|
+
"@things-factory/more-ui": "^6.1.12",
|
|
86
|
+
"@things-factory/notification": "^6.1.12",
|
|
87
|
+
"@things-factory/oauth2-client": "^6.1.12",
|
|
88
|
+
"@things-factory/organization": "^6.1.12",
|
|
89
|
+
"@things-factory/print-ui": "^6.1.12",
|
|
90
|
+
"@things-factory/product-base": "^6.1.12",
|
|
91
|
+
"@things-factory/qc": "^6.1.13",
|
|
92
|
+
"@things-factory/resource-ui": "^6.1.12",
|
|
93
|
+
"@things-factory/routing-base": "^6.1.12",
|
|
94
|
+
"@things-factory/setting-base": "^6.1.12",
|
|
95
|
+
"@things-factory/setting-ui": "^6.1.12",
|
|
96
|
+
"@things-factory/shell": "^6.1.12",
|
|
97
|
+
"@things-factory/system-ui": "^6.1.12",
|
|
98
|
+
"@things-factory/web-editor": "^6.1.12",
|
|
99
|
+
"@things-factory/work-shift": "^6.1.12",
|
|
100
100
|
"@tinymce/tinymce-webcomponent": "^2.0.1",
|
|
101
101
|
"random-words": "^1.2.0"
|
|
102
102
|
},
|
|
103
103
|
"devDependencies": {
|
|
104
104
|
"@things-factory/builder": "^6.1.11"
|
|
105
105
|
},
|
|
106
|
-
"gitHead": "
|
|
106
|
+
"gitHead": "8ba2dc3bff36890f7151ebee09a8e57d02cdb180"
|
|
107
107
|
}
|
package/views/auth-page.html
CHANGED
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
|
|
51
51
|
<!-- Performance tip: hint to the browser to start the handshake for the fonts site -->
|
|
52
52
|
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin />
|
|
53
|
-
<link href="node_modules/@material-design-icons/font/index.css" rel="stylesheet" />
|
|
53
|
+
<link href="/node_modules/@material-design-icons/font/index.css" rel="stylesheet" />
|
|
54
54
|
<link rel="stylesheet" href="/theme.css" />
|
|
55
55
|
|
|
56
56
|
<style>
|
|
@@ -82,8 +82,8 @@
|
|
|
82
82
|
Please enable JavaScript to view this website.
|
|
83
83
|
</noscript>
|
|
84
84
|
<!-- Load webcomponents-loader.js to check and load any polyfills your browser needs -->
|
|
85
|
-
<script src="node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
|
|
86
|
-
<script src="node_modules/web-animations-js/web-animations-next.min.js"></script>
|
|
85
|
+
<script src="/node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
|
|
86
|
+
<script src="/node_modules/web-animations-js/web-animations-next.min.js"></script>
|
|
87
87
|
<!-- Built with love using PWA Starter Kit -->
|
|
88
88
|
|
|
89
89
|
<script src="<%- elementScript %>"></script>
|
package/views/public/home.html
CHANGED
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
|
|
51
51
|
<!-- Performance tip: hint to the browser to start the handshake for the fonts site -->
|
|
52
52
|
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin />
|
|
53
|
-
<link href="node_modules/@material-design-icons/font/index.css" rel="stylesheet" />
|
|
53
|
+
<link href="/node_modules/@material-design-icons/font/index.css" rel="stylesheet" />
|
|
54
54
|
<link rel="stylesheet" href="/theme.css" />
|
|
55
55
|
|
|
56
56
|
<style>
|
|
@@ -77,8 +77,8 @@
|
|
|
77
77
|
<home-page id="page"></home-page>
|
|
78
78
|
<noscript> Please enable JavaScript to view this website. </noscript>
|
|
79
79
|
<!-- Load webcomponents-loader.js to check and load any polyfills your browser needs -->
|
|
80
|
-
<script src="node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
|
|
81
|
-
<script src="node_modules/web-animations-js/web-animations-next.min.js"></script>
|
|
80
|
+
<script src="/node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
|
|
81
|
+
<script src="/node_modules/web-animations-js/web-animations-next.min.js"></script>
|
|
82
82
|
<!-- Built with love using PWA Starter Kit -->
|
|
83
83
|
|
|
84
84
|
<script src="/public/home.js"></script>
|