@things-factory/operato-fleet 7.0.1-alpha.89 → 7.0.1-alpha.90
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 -2
- package/package.json +24 -24
- package/views/auth-page.html +2 -1
- package/views/public/home.html +3 -2
package/_index.html
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!
|
|
1
|
+
<!doctype html>
|
|
2
2
|
<html lang="en">
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8" />
|
|
@@ -53,6 +53,9 @@
|
|
|
53
53
|
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin />
|
|
54
54
|
<link href="/node_modules/@material-design-icons/font/index.css" rel="stylesheet" />
|
|
55
55
|
<link href="/node_modules/material-symbols/index.css" rel="stylesheet" />
|
|
56
|
+
<link href="/node_modules/@fontsource/roboto/index.css" rel="stylesheet" />
|
|
57
|
+
<link rel="stylesheet" href="/theme.css" />
|
|
58
|
+
|
|
56
59
|
<style>
|
|
57
60
|
body {
|
|
58
61
|
margin: 0;
|
|
@@ -78,7 +81,7 @@
|
|
|
78
81
|
}
|
|
79
82
|
</script>
|
|
80
83
|
</head>
|
|
81
|
-
<body>
|
|
84
|
+
<body class="light">
|
|
82
85
|
<things-app></things-app>
|
|
83
86
|
<noscript> Please enable JavaScript to view this website. </noscript>
|
|
84
87
|
<!-- Load webcomponents-loader.js to check and load any polyfills your browser needs -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-fleet",
|
|
3
|
-
"version": "7.0.1-alpha.
|
|
3
|
+
"version": "7.0.1-alpha.90",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -73,33 +73,33 @@
|
|
|
73
73
|
"@operato/scene-timer": "^2.0.0-alpha.0",
|
|
74
74
|
"@operato/scene-visualizer": "^2.0.0-alpha.0",
|
|
75
75
|
"@operato/scene-wheel-sorter": "^2.0.0-alpha.0",
|
|
76
|
-
"@things-factory/apptool-ui": "^7.0.1-alpha.
|
|
77
|
-
"@things-factory/attachment-base": "^7.0.1-alpha.
|
|
78
|
-
"@things-factory/auth-ui": "^7.0.1-alpha.
|
|
79
|
-
"@things-factory/biz-base": "^7.0.1-alpha.
|
|
80
|
-
"@things-factory/board-service": "^7.0.1-alpha.
|
|
81
|
-
"@things-factory/board-ui": "^7.0.1-alpha.
|
|
82
|
-
"@things-factory/code-ui": "^7.0.1-alpha.
|
|
83
|
-
"@things-factory/context-ui": "^7.0.1-alpha.
|
|
84
|
-
"@things-factory/dashboard": "^7.0.1-alpha.
|
|
85
|
-
"@things-factory/export-ui": "^7.0.1-alpha.
|
|
86
|
-
"@things-factory/export-ui-csv": "^7.0.1-alpha.
|
|
87
|
-
"@things-factory/export-ui-excel": "^7.0.1-alpha.
|
|
88
|
-
"@things-factory/help": "^7.0.1-alpha.
|
|
89
|
-
"@things-factory/i18n-base": "^7.0.1-alpha.
|
|
90
|
-
"@things-factory/integration-fulfillment": "^7.0.1-alpha.
|
|
91
|
-
"@things-factory/integration-marketplace": "^7.0.1-alpha.
|
|
92
|
-
"@things-factory/more-ui": "^7.0.1-alpha.
|
|
93
|
-
"@things-factory/notification": "^7.0.1-alpha.
|
|
94
|
-
"@things-factory/oauth2-client": "^7.0.1-alpha.
|
|
76
|
+
"@things-factory/apptool-ui": "^7.0.1-alpha.90",
|
|
77
|
+
"@things-factory/attachment-base": "^7.0.1-alpha.90",
|
|
78
|
+
"@things-factory/auth-ui": "^7.0.1-alpha.90",
|
|
79
|
+
"@things-factory/biz-base": "^7.0.1-alpha.90",
|
|
80
|
+
"@things-factory/board-service": "^7.0.1-alpha.90",
|
|
81
|
+
"@things-factory/board-ui": "^7.0.1-alpha.90",
|
|
82
|
+
"@things-factory/code-ui": "^7.0.1-alpha.90",
|
|
83
|
+
"@things-factory/context-ui": "^7.0.1-alpha.90",
|
|
84
|
+
"@things-factory/dashboard": "^7.0.1-alpha.90",
|
|
85
|
+
"@things-factory/export-ui": "^7.0.1-alpha.90",
|
|
86
|
+
"@things-factory/export-ui-csv": "^7.0.1-alpha.90",
|
|
87
|
+
"@things-factory/export-ui-excel": "^7.0.1-alpha.90",
|
|
88
|
+
"@things-factory/help": "^7.0.1-alpha.90",
|
|
89
|
+
"@things-factory/i18n-base": "^7.0.1-alpha.90",
|
|
90
|
+
"@things-factory/integration-fulfillment": "^7.0.1-alpha.90",
|
|
91
|
+
"@things-factory/integration-marketplace": "^7.0.1-alpha.90",
|
|
92
|
+
"@things-factory/more-ui": "^7.0.1-alpha.90",
|
|
93
|
+
"@things-factory/notification": "^7.0.1-alpha.90",
|
|
94
|
+
"@things-factory/oauth2-client": "^7.0.1-alpha.90",
|
|
95
95
|
"@things-factory/pdf": "^7.0.1-alpha.71",
|
|
96
|
-
"@things-factory/resource-ui": "^7.0.1-alpha.
|
|
97
|
-
"@things-factory/setting-ui": "^7.0.1-alpha.
|
|
98
|
-
"@things-factory/system": "^7.0.1-alpha.
|
|
96
|
+
"@things-factory/resource-ui": "^7.0.1-alpha.90",
|
|
97
|
+
"@things-factory/setting-ui": "^7.0.1-alpha.90",
|
|
98
|
+
"@things-factory/system": "^7.0.1-alpha.90",
|
|
99
99
|
"chance": "^1.1.11"
|
|
100
100
|
},
|
|
101
101
|
"devDependencies": {
|
|
102
102
|
"@things-factory/builder": "^7.0.1-alpha.71"
|
|
103
103
|
},
|
|
104
|
-
"gitHead": "
|
|
104
|
+
"gitHead": "79086a82c81dadca6c105a37fa91a2cd34a74183"
|
|
105
105
|
}
|
package/views/auth-page.html
CHANGED
|
@@ -54,6 +54,7 @@
|
|
|
54
54
|
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin />
|
|
55
55
|
<link href="/node_modules/@material-design-icons/font/index.css" rel="stylesheet" />
|
|
56
56
|
<link href="/node_modules/material-symbols/index.css" rel="stylesheet" />
|
|
57
|
+
<link href="/node_modules/@fontsource/roboto/index.css" rel="stylesheet" />
|
|
57
58
|
<link rel="stylesheet" href="/theme.css" />
|
|
58
59
|
|
|
59
60
|
<style>
|
|
@@ -79,7 +80,7 @@
|
|
|
79
80
|
<link rel="prefetch" href="/auth/forgot-password.js">
|
|
80
81
|
<link rel="prefetch" href="/auth/checkin.js">
|
|
81
82
|
</head>
|
|
82
|
-
<body>
|
|
83
|
+
<body class="light">
|
|
83
84
|
<<%- pageElement %> id="page"></<%- pageElement %>>
|
|
84
85
|
<noscript>
|
|
85
86
|
Please enable JavaScript to view this website.
|
package/views/public/home.html
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!
|
|
1
|
+
<!doctype html>
|
|
2
2
|
<html lang="en">
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8" />
|
|
@@ -53,6 +53,7 @@
|
|
|
53
53
|
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin />
|
|
54
54
|
<link href="/node_modules/@material-design-icons/font/index.css" rel="stylesheet" />
|
|
55
55
|
<link href="/node_modules/material-symbols/index.css" rel="stylesheet" />
|
|
56
|
+
<link href="/node_modules/@fontsource/roboto/index.css" rel="stylesheet" />
|
|
56
57
|
<link rel="stylesheet" href="/theme.css" />
|
|
57
58
|
|
|
58
59
|
<style>
|
|
@@ -73,7 +74,7 @@
|
|
|
73
74
|
<!--- prefetch -->
|
|
74
75
|
<link rel="prefetch" href="/public/home.js" />
|
|
75
76
|
</head>
|
|
76
|
-
<body>
|
|
77
|
+
<body class="light">
|
|
77
78
|
<home-page id="page"></home-page>
|
|
78
79
|
<noscript> Please enable JavaScript to view this website. </noscript>
|
|
79
80
|
<!-- Load webcomponents-loader.js to check and load any polyfills your browser needs -->
|