@things-factory/operato-ecs 7.0.48 → 7.0.49
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 +1 -20
- package/package.json +30 -30
- package/views/auth-page.html +0 -18
- package/views/public/home.html +0 -16
- package/_index.js +0 -5
package/_index.html
CHANGED
@@ -56,26 +56,7 @@
|
|
56
56
|
<link href="/node_modules/@fontsource/roboto/index.css" rel="stylesheet" />
|
57
57
|
<link rel="stylesheet" href="/theme.css" />
|
58
58
|
|
59
|
-
<
|
60
|
-
html,
|
61
|
-
body {
|
62
|
-
margin: 0;
|
63
|
-
padding: 0;
|
64
|
-
overflow: hidden;
|
65
|
-
|
66
|
-
overscroll-behavior-y: none;
|
67
|
-
|
68
|
-
/* This is a font-stack that tries to use the system-default sans-serifs first */
|
69
|
-
font-family: Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
|
70
|
-
line-height: 1.5;
|
71
|
-
-webkit-font-smoothing: antialiased;
|
72
|
-
|
73
|
-
accent-color: var(--md-sys-color-primary);
|
74
|
-
background-color: var(--md-sys-color-background);
|
75
|
-
}
|
76
|
-
</style>
|
77
|
-
|
78
|
-
<script src="/index.js" defer></script>
|
59
|
+
<script src="/static/index.js" defer></script>
|
79
60
|
</head>
|
80
61
|
<body class="light">
|
81
62
|
<things-app></things-app>
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@things-factory/operato-ecs",
|
3
|
-
"version": "7.0.
|
3
|
+
"version": "7.0.49",
|
4
4
|
"main": "dist-server/index.js",
|
5
5
|
"browser": "dist-client/index.js",
|
6
6
|
"things-factory": true,
|
@@ -65,36 +65,36 @@
|
|
65
65
|
"@operato/scene-table": "^7.0.0",
|
66
66
|
"@operato/scene-timer": "^7.0.0",
|
67
67
|
"@operato/scene-wellstek-gantt": "^7.0.0",
|
68
|
-
"@things-factory/api": "^7.0.
|
69
|
-
"@things-factory/apptool-ui": "^7.0.
|
70
|
-
"@things-factory/auth-ui": "^7.0.
|
71
|
-
"@things-factory/board-service": "^7.0.
|
72
|
-
"@things-factory/board-ui": "^7.0.
|
73
|
-
"@things-factory/context-ui": "^7.0.
|
74
|
-
"@things-factory/dashboard": "^7.0.
|
75
|
-
"@things-factory/export-ui": "^7.0.
|
76
|
-
"@things-factory/help": "^7.0.
|
77
|
-
"@things-factory/i18n-base": "^7.0.
|
78
|
-
"@things-factory/integration-email": "^7.0.
|
79
|
-
"@things-factory/integration-headless": "^7.0.
|
80
|
-
"@things-factory/integration-influxdb": "^7.0.
|
81
|
-
"@things-factory/integration-melsec": "^7.0.
|
82
|
-
"@things-factory/integration-modbus": "^7.0.
|
83
|
-
"@things-factory/integration-opc": "^7.0.
|
84
|
-
"@things-factory/integration-ui": "^7.0.
|
85
|
-
"@things-factory/lite-menu": "^7.0.
|
86
|
-
"@things-factory/more-ui": "^7.0.
|
87
|
-
"@things-factory/notification": "^7.0.
|
88
|
-
"@things-factory/oauth2-client": "^7.0.
|
89
|
-
"@things-factory/print-ui": "^7.0.
|
90
|
-
"@things-factory/resource-ui": "^7.0.
|
91
|
-
"@things-factory/setting-base": "^7.0.
|
92
|
-
"@things-factory/setting-ui": "^7.0.
|
93
|
-
"@things-factory/shell": "^7.0.
|
94
|
-
"@things-factory/system": "^7.0.
|
68
|
+
"@things-factory/api": "^7.0.49",
|
69
|
+
"@things-factory/apptool-ui": "^7.0.49",
|
70
|
+
"@things-factory/auth-ui": "^7.0.49",
|
71
|
+
"@things-factory/board-service": "^7.0.49",
|
72
|
+
"@things-factory/board-ui": "^7.0.49",
|
73
|
+
"@things-factory/context-ui": "^7.0.49",
|
74
|
+
"@things-factory/dashboard": "^7.0.49",
|
75
|
+
"@things-factory/export-ui": "^7.0.49",
|
76
|
+
"@things-factory/help": "^7.0.49",
|
77
|
+
"@things-factory/i18n-base": "^7.0.49",
|
78
|
+
"@things-factory/integration-email": "^7.0.49",
|
79
|
+
"@things-factory/integration-headless": "^7.0.49",
|
80
|
+
"@things-factory/integration-influxdb": "^7.0.49",
|
81
|
+
"@things-factory/integration-melsec": "^7.0.49",
|
82
|
+
"@things-factory/integration-modbus": "^7.0.49",
|
83
|
+
"@things-factory/integration-opc": "^7.0.49",
|
84
|
+
"@things-factory/integration-ui": "^7.0.49",
|
85
|
+
"@things-factory/lite-menu": "^7.0.49",
|
86
|
+
"@things-factory/more-ui": "^7.0.49",
|
87
|
+
"@things-factory/notification": "^7.0.49",
|
88
|
+
"@things-factory/oauth2-client": "^7.0.49",
|
89
|
+
"@things-factory/print-ui": "^7.0.49",
|
90
|
+
"@things-factory/resource-ui": "^7.0.49",
|
91
|
+
"@things-factory/setting-base": "^7.0.49",
|
92
|
+
"@things-factory/setting-ui": "^7.0.49",
|
93
|
+
"@things-factory/shell": "^7.0.49",
|
94
|
+
"@things-factory/system": "^7.0.49"
|
95
95
|
},
|
96
96
|
"devDependencies": {
|
97
|
-
"@things-factory/builder": "^7.0.
|
97
|
+
"@things-factory/builder": "^7.0.49"
|
98
98
|
},
|
99
|
-
"gitHead": "
|
99
|
+
"gitHead": "3fdc2d9c86f8ebf1470fa5d2155b7b3019df6c0d"
|
100
100
|
}
|
package/views/auth-page.html
CHANGED
@@ -57,24 +57,6 @@
|
|
57
57
|
<link href="/node_modules/@fontsource/roboto/index.css" rel="stylesheet" />
|
58
58
|
<link rel="stylesheet" href="/theme.css" />
|
59
59
|
|
60
|
-
<style>
|
61
|
-
body {
|
62
|
-
margin: 0;
|
63
|
-
padding: 0;
|
64
|
-
overflow: hidden;
|
65
|
-
|
66
|
-
overscroll-behavior-y: none;
|
67
|
-
|
68
|
-
/* This is a font-stack that tries to use the system-default sans-serifs first */
|
69
|
-
font-family: Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
|
70
|
-
line-height: 1.5;
|
71
|
-
-webkit-font-smoothing: antialiased;
|
72
|
-
|
73
|
-
accent-color: var(--md-sys-color-primary);
|
74
|
-
background-color: var(--md-sys-color-background);
|
75
|
-
}
|
76
|
-
</style>
|
77
|
-
|
78
60
|
<!--- prefetch -->
|
79
61
|
<link rel="prefetch" href="/auth/signin.js">
|
80
62
|
<link rel="prefetch" href="/auth/signup.js">
|
package/views/public/home.html
CHANGED
@@ -56,22 +56,6 @@
|
|
56
56
|
<link href="/node_modules/@fontsource/roboto/index.css" rel="stylesheet" />
|
57
57
|
<link rel="stylesheet" href="/theme.css" />
|
58
58
|
|
59
|
-
<style>
|
60
|
-
body {
|
61
|
-
margin: 0;
|
62
|
-
padding: 0;
|
63
|
-
overflow: auto;
|
64
|
-
|
65
|
-
/* This is a font-stack that tries to use the system-default sans-serifs first */
|
66
|
-
font-family: Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
|
67
|
-
line-height: 1.5;
|
68
|
-
-webkit-font-smoothing: antialiased;
|
69
|
-
|
70
|
-
accent-color: var(--md-sys-color-primary);
|
71
|
-
background-color: var(--md-sys-color-background);
|
72
|
-
}
|
73
|
-
</style>
|
74
|
-
|
75
59
|
<!--- prefetch -->
|
76
60
|
<link rel="prefetch" href="/public/home.js" />
|
77
61
|
</head>
|