@things-factory/operato-ecs 6.2.30 → 6.2.31
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 -0
- package/package.json +26 -26
- package/views/auth-page.html +2 -0
- package/views/public/home.html +1 -0
package/_index.html
CHANGED
@@ -2,6 +2,7 @@
|
|
2
2
|
<html lang="en">
|
3
3
|
<head>
|
4
4
|
<meta charset="utf-8" />
|
5
|
+
<meta name="google" content="notranslate" />
|
5
6
|
<title>Operato ECS</title>
|
6
7
|
<meta name="generator" content="Things Factory Starter Kit" />
|
7
8
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@things-factory/operato-ecs",
|
3
|
-
"version": "6.2.
|
3
|
+
"version": "6.2.31",
|
4
4
|
"main": "dist-server/index.js",
|
5
5
|
"browser": "client/index.js",
|
6
6
|
"things-factory": true,
|
@@ -54,34 +54,34 @@
|
|
54
54
|
"@operato/scene-switch": "^1.0.0",
|
55
55
|
"@operato/scene-table": "^1.0.0",
|
56
56
|
"@operato/scene-timer": "^1.0.0",
|
57
|
-
"@things-factory/api": "^6.2.
|
58
|
-
"@things-factory/apptool-ui": "^6.2.
|
59
|
-
"@things-factory/auth-ui": "^6.2.
|
60
|
-
"@things-factory/board-service": "^6.2.
|
61
|
-
"@things-factory/board-ui": "^6.2.
|
62
|
-
"@things-factory/context-ui": "^6.2.
|
63
|
-
"@things-factory/dashboard": "^6.2.
|
64
|
-
"@things-factory/export-ui": "^6.2.
|
65
|
-
"@things-factory/help": "^6.2.
|
66
|
-
"@things-factory/i18n-base": "^6.2.
|
67
|
-
"@things-factory/integration-melsec": "^6.2.
|
68
|
-
"@things-factory/integration-modbus": "^6.2.
|
69
|
-
"@things-factory/integration-opc": "^6.2.
|
70
|
-
"@things-factory/integration-ui": "^6.2.
|
71
|
-
"@things-factory/lite-menu": "^6.2.
|
72
|
-
"@things-factory/more-ui": "^6.2.
|
73
|
-
"@things-factory/notification": "^6.2.
|
74
|
-
"@things-factory/oauth2-client": "^6.2.
|
57
|
+
"@things-factory/api": "^6.2.31",
|
58
|
+
"@things-factory/apptool-ui": "^6.2.31",
|
59
|
+
"@things-factory/auth-ui": "^6.2.31",
|
60
|
+
"@things-factory/board-service": "^6.2.31",
|
61
|
+
"@things-factory/board-ui": "^6.2.31",
|
62
|
+
"@things-factory/context-ui": "^6.2.31",
|
63
|
+
"@things-factory/dashboard": "^6.2.31",
|
64
|
+
"@things-factory/export-ui": "^6.2.31",
|
65
|
+
"@things-factory/help": "^6.2.31",
|
66
|
+
"@things-factory/i18n-base": "^6.2.31",
|
67
|
+
"@things-factory/integration-melsec": "^6.2.31",
|
68
|
+
"@things-factory/integration-modbus": "^6.2.31",
|
69
|
+
"@things-factory/integration-opc": "^6.2.31",
|
70
|
+
"@things-factory/integration-ui": "^6.2.31",
|
71
|
+
"@things-factory/lite-menu": "^6.2.31",
|
72
|
+
"@things-factory/more-ui": "^6.2.31",
|
73
|
+
"@things-factory/notification": "^6.2.31",
|
74
|
+
"@things-factory/oauth2-client": "^6.2.31",
|
75
75
|
"@things-factory/operato-license-checker": "^3.1.0",
|
76
|
-
"@things-factory/print-ui": "^6.2.
|
77
|
-
"@things-factory/resource-ui": "^6.2.
|
78
|
-
"@things-factory/setting-base": "^6.2.
|
79
|
-
"@things-factory/setting-ui": "^6.2.
|
80
|
-
"@things-factory/shell": "^6.2.
|
81
|
-
"@things-factory/system-ui": "^6.2.
|
76
|
+
"@things-factory/print-ui": "^6.2.31",
|
77
|
+
"@things-factory/resource-ui": "^6.2.31",
|
78
|
+
"@things-factory/setting-base": "^6.2.31",
|
79
|
+
"@things-factory/setting-ui": "^6.2.31",
|
80
|
+
"@things-factory/shell": "^6.2.31",
|
81
|
+
"@things-factory/system-ui": "^6.2.31"
|
82
82
|
},
|
83
83
|
"devDependencies": {
|
84
84
|
"@things-factory/builder": "^6.2.27"
|
85
85
|
},
|
86
|
-
"gitHead": "
|
86
|
+
"gitHead": "0e904fde521867b12fb95fc24f98ca5e6bd53e6e"
|
87
87
|
}
|
package/views/auth-page.html
CHANGED
@@ -3,9 +3,11 @@
|
|
3
3
|
<head>
|
4
4
|
<meta charset="utf-8" />
|
5
5
|
<title>Operato ECS</title>
|
6
|
+
|
6
7
|
<meta name="generator" content="Things Factory Starter Kit" />
|
7
8
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
|
8
9
|
<meta name="description" content="Reimagining Automation" />
|
10
|
+
<meta name="google" content="notranslate"/>
|
9
11
|
|
10
12
|
<base href="/" />
|
11
13
|
|
package/views/public/home.html
CHANGED
@@ -2,6 +2,7 @@
|
|
2
2
|
<html lang="en">
|
3
3
|
<head>
|
4
4
|
<meta charset="utf-8" />
|
5
|
+
<meta name="google" content="notranslate" />
|
5
6
|
<title>Operato ECS</title>
|
6
7
|
<meta name="generator" content="Things Factory Starter Kit" />
|
7
8
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
|