@things-factory/operato-board 6.1.10 → 6.1.12
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 +5 -6
- package/package.json +30 -30
- package/views/auth-page.html +3 -3
- package/views/public/home.html +3 -3
package/_index.html
CHANGED
|
@@ -50,7 +50,8 @@
|
|
|
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
|
|
53
|
+
<link href="/node_modules/@material-design-icons/font/index.css" rel="stylesheet" />
|
|
54
|
+
|
|
54
55
|
<style>
|
|
55
56
|
html,
|
|
56
57
|
body {
|
|
@@ -66,8 +67,6 @@
|
|
|
66
67
|
-webkit-font-smoothing: antialiased;
|
|
67
68
|
|
|
68
69
|
accent-color: var(--primary-color);
|
|
69
|
-
|
|
70
|
-
accent-color: var(--primary-color);
|
|
71
70
|
}
|
|
72
71
|
</style>
|
|
73
72
|
|
|
@@ -95,9 +94,9 @@
|
|
|
95
94
|
<things-app></things-app>
|
|
96
95
|
<noscript> Please enable JavaScript to view this website. </noscript>
|
|
97
96
|
<!-- Load webcomponents-loader.js to check and load any polyfills your browser needs -->
|
|
98
|
-
<script src="node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
|
|
99
|
-
<script src="node_modules/web-animations-js/web-animations-next.min.js"></script>
|
|
100
|
-
<script src="node_modules/@hatiolab/things-scene/things-scene-min.js"></script>
|
|
97
|
+
<script src="/node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
|
|
98
|
+
<script src="/node_modules/web-animations-js/web-animations-next.min.js"></script>
|
|
99
|
+
<script src="/node_modules/@hatiolab/things-scene/things-scene-min.js"></script>
|
|
101
100
|
<!-- Built with love using PWA Starter Kit -->
|
|
102
101
|
</body>
|
|
103
102
|
</html>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-board",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.12",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -80,41 +80,41 @@
|
|
|
80
80
|
"@operato/shell": "^1.0.1",
|
|
81
81
|
"@operato/styles": "^1.0.0",
|
|
82
82
|
"@operato/utils": "^1.0.1",
|
|
83
|
-
"@things-factory/apptool-ui": "^6.1.
|
|
84
|
-
"@things-factory/auth-ui": "^6.1.
|
|
85
|
-
"@things-factory/board-service": "^6.1.
|
|
86
|
-
"@things-factory/board-ui": "^6.1.
|
|
87
|
-
"@things-factory/context-ui": "^6.1.
|
|
88
|
-
"@things-factory/export-ui": "^6.1.
|
|
89
|
-
"@things-factory/fav-base": "^6.1.
|
|
90
|
-
"@things-factory/font-base": "^6.1.
|
|
83
|
+
"@things-factory/apptool-ui": "^6.1.12",
|
|
84
|
+
"@things-factory/auth-ui": "^6.1.12",
|
|
85
|
+
"@things-factory/board-service": "^6.1.12",
|
|
86
|
+
"@things-factory/board-ui": "^6.1.12",
|
|
87
|
+
"@things-factory/context-ui": "^6.1.12",
|
|
88
|
+
"@things-factory/export-ui": "^6.1.12",
|
|
89
|
+
"@things-factory/fav-base": "^6.1.12",
|
|
90
|
+
"@things-factory/font-base": "^6.1.12",
|
|
91
91
|
"@things-factory/form-ui": "^6.1.8",
|
|
92
|
-
"@things-factory/help": "^6.1.
|
|
93
|
-
"@things-factory/i18n-base": "^6.1.
|
|
94
|
-
"@things-factory/import-ui": "^6.1.
|
|
95
|
-
"@things-factory/integration-base": "^6.1.
|
|
96
|
-
"@things-factory/integration-msgraph": "^6.1.
|
|
97
|
-
"@things-factory/integration-notification": "^6.1.
|
|
98
|
-
"@things-factory/integration-openai": "^6.1.
|
|
99
|
-
"@things-factory/integration-ui": "^6.1.
|
|
92
|
+
"@things-factory/help": "^6.1.12",
|
|
93
|
+
"@things-factory/i18n-base": "^6.1.12",
|
|
94
|
+
"@things-factory/import-ui": "^6.1.12",
|
|
95
|
+
"@things-factory/integration-base": "^6.1.12",
|
|
96
|
+
"@things-factory/integration-msgraph": "^6.1.12",
|
|
97
|
+
"@things-factory/integration-notification": "^6.1.12",
|
|
98
|
+
"@things-factory/integration-openai": "^6.1.12",
|
|
99
|
+
"@things-factory/integration-ui": "^6.1.12",
|
|
100
100
|
"@things-factory/layout-ui": "^6.1.8",
|
|
101
|
-
"@things-factory/more-ui": "^6.1.
|
|
102
|
-
"@things-factory/notification": "^6.1.
|
|
103
|
-
"@things-factory/oauth2-client": "^6.1.
|
|
104
|
-
"@things-factory/offline-ui": "^6.1.
|
|
101
|
+
"@things-factory/more-ui": "^6.1.12",
|
|
102
|
+
"@things-factory/notification": "^6.1.12",
|
|
103
|
+
"@things-factory/oauth2-client": "^6.1.12",
|
|
104
|
+
"@things-factory/offline-ui": "^6.1.12",
|
|
105
105
|
"@things-factory/operato-license-checker": "^3.1.0",
|
|
106
106
|
"@things-factory/pdf": "^6.1.0",
|
|
107
|
-
"@things-factory/print-service": "^6.1.
|
|
108
|
-
"@things-factory/print-ui": "^6.1.
|
|
109
|
-
"@things-factory/resource-ui": "^6.1.
|
|
107
|
+
"@things-factory/print-service": "^6.1.12",
|
|
108
|
+
"@things-factory/print-ui": "^6.1.12",
|
|
109
|
+
"@things-factory/resource-ui": "^6.1.12",
|
|
110
110
|
"@things-factory/scene-google-map": "^6.1.0",
|
|
111
|
-
"@things-factory/setting-ui": "^6.1.
|
|
112
|
-
"@things-factory/shell": "^6.1.
|
|
113
|
-
"@things-factory/system-ui": "^6.1.
|
|
111
|
+
"@things-factory/setting-ui": "^6.1.12",
|
|
112
|
+
"@things-factory/shell": "^6.1.12",
|
|
113
|
+
"@things-factory/system-ui": "^6.1.12"
|
|
114
114
|
},
|
|
115
115
|
"devDependencies": {
|
|
116
|
-
"@things-factory/board-test": "^6.1.
|
|
117
|
-
"@things-factory/builder": "^6.1.
|
|
116
|
+
"@things-factory/board-test": "^6.1.12",
|
|
117
|
+
"@things-factory/builder": "^6.1.11"
|
|
118
118
|
},
|
|
119
|
-
"gitHead": "
|
|
119
|
+
"gitHead": "91c40b88e85856e41775f23d9ff67ebc3eb3e39b"
|
|
120
120
|
}
|
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
|
|
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
|
|
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>
|
|
@@ -80,8 +80,8 @@
|
|
|
80
80
|
></home-page>
|
|
81
81
|
<noscript> Please enable JavaScript to view this website. </noscript>
|
|
82
82
|
<!-- Load webcomponents-loader.js to check and load any polyfills your browser needs -->
|
|
83
|
-
<script src="node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
|
|
84
|
-
<script src="node_modules/web-animations-js/web-animations-next.min.js"></script>
|
|
83
|
+
<script src="/node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
|
|
84
|
+
<script src="/node_modules/web-animations-js/web-animations-next.min.js"></script>
|
|
85
85
|
<!-- Built with love using PWA Starter Kit -->
|
|
86
86
|
|
|
87
87
|
<script type="module" src="/public/home.js"></script>
|