@things-factory/operato-ecs 6.2.68 → 6.2.70
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/client/themes/app-theme.css +4 -1
- package/license.json +12 -0
- package/package.json +26 -26
@@ -102,7 +102,7 @@ body {
|
|
102
102
|
--button-primary-font: bold 16px var(--theme-font);
|
103
103
|
|
104
104
|
/* table style */
|
105
|
-
--th-padding: var(--padding-default)
|
105
|
+
--th-padding: var(--padding-default);
|
106
106
|
--th-border-top: 2px solid var(--secondary-color);
|
107
107
|
--th-text-transform: capitalize;
|
108
108
|
--th-font: bold var(--fontsize-small) var(--theme-font);
|
@@ -111,11 +111,14 @@ body {
|
|
111
111
|
--tr-background-color: var(--theme-white-color);
|
112
112
|
--tr-background-odd-color: rgba(255, 255, 255, 0.4);
|
113
113
|
--tr-background-hover-color: #e1f5fe;
|
114
|
+
--td-border-line: 1px solid rgba(0, 0, 0, 0.05);
|
114
115
|
--td-border-bottom: 1px solid rgba(0, 0, 0, 0.09);
|
115
116
|
--td-padding: var(--padding-default);
|
116
117
|
--td-font: normal 13px var(--theme-font);
|
117
118
|
--td-color: var(--secondary-color);
|
118
119
|
|
120
|
+
--label-cell-background-color: #f6f6f6; /* th or td common background color */
|
121
|
+
|
119
122
|
/* form style */
|
120
123
|
--label-font: normal var(--fontsize-default) var(--theme-font);
|
121
124
|
--label-color: var(--secondary-color);
|
package/license.json
ADDED
@@ -0,0 +1,12 @@
|
|
1
|
+
{
|
2
|
+
"Product": "AIDOOP-R",
|
3
|
+
"License Type": "Evaluation",
|
4
|
+
"Purchase Date": "2023.09.19",
|
5
|
+
"Expiration Date": "2023.12.31",
|
6
|
+
"Host Address": "UNLIMITED",
|
7
|
+
"Max Target Count": "0",
|
8
|
+
"Max Domain Count": "0",
|
9
|
+
"Permissions For Board Usage": "Viewer, Modeller",
|
10
|
+
"Permissions For Tailor Tool": "Runner, Studio",
|
11
|
+
"Key": "5eyJQcm9kdWN0IjoiQUlET09QLVIiLCJMaWNlbnNlIFR5cGUiOiJFdmFsdWF0aW9uIiwiUHVyY2hhc2UgRGF0ZSI6IjIwMjMuMDkuMTkiLCJFeHBpcmF0aW9uIERhdGUiOiIyMDIzLjEyLjMxIiwiSG9zdCBBZGRyZXNzIjoiVU5MSU1JVEVEIiwiTWF4IFRhcmdldCBDb3VudCI6IjAiLCJNYXggRG9tYWluIENvdW50IjoiMCIsIlBlcm1pc3Npb25zIEZvciBCb2FyZCBVc2FnZSI6IlZpZXdlciwgTW9kZWxsZXIiLCJQZXJtaXNzaW9ucyBGb3IgVGFpbG9yIFRvb2wiOiJSdW5uZXIsIFN0dWRpbyIsIktleSI6IkF4Z3FHQXhOTXdvQ0tSb3hLd0VBU1JzTUNoY1VNVHNZSXpZakNCWVZIaFFURWlGTUNnMFVQaDhiSWpRTUp4Y0lFenNlR3hBRUtWTUlDaHdDQndvN0RDWkpDd2dOR2hJWUd6Y0hTQWt2RFRrV0dpNDVGVE1qS3hrOEh4WW5BU0pWSHgwSlJ4c05DUUFqSXlJYkF4b21EeEVFS1JBTENpbEhIeHdpQVFzbkZ3Z1RPeDhZSnlVbVdpQUpIVXNjQ1NjUEpra0xDQThaTHhrUUppMGlFaG9RU3c0SkpoRW1TZ01JRENjekZDRVVQaW9XSEF3WEh3Z0RBQnMzSmkwWkdCWUhFUVFMVEFnZUlCWUdMaDRNQ3lNakt4azhKd2dvSmlVdUV3a0ZPUllhT3dzV053QVVHUmNhRlJBU09oQWpDUTA3R3g0ckNpWk1LZ3NCUHpjUEVUWWhVQW92TFV3ZkhCb05ERWtxSGdBRUloZ2FKaTAyQ1M4Y1FBNE9Lek1tVEJJUENDb0VDeEVBQ0VjWUNpazlEZ29FQ2hVNEl3Z1dGUjRRR2hFbFZBc0pGRXdIQ2pzTURGa3FHZ0FGSHdZZUlpbFFDaG9wU3g4YklnME5FZ3NJRXpzZURoQVNPbFVTQ1JsRkh4c21PUXMzR2c4QVN4NG8ifQ==88671"
|
12
|
+
}
|
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.70",
|
4
4
|
"main": "dist-server/index.js",
|
5
5
|
"browser": "client/index.js",
|
6
6
|
"things-factory": true,
|
@@ -54,33 +54,33 @@
|
|
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.
|
75
|
-
"@things-factory/print-ui": "^6.2.
|
76
|
-
"@things-factory/resource-ui": "^6.2.
|
77
|
-
"@things-factory/setting-base": "^6.2.
|
78
|
-
"@things-factory/setting-ui": "^6.2.
|
79
|
-
"@things-factory/shell": "^6.2.
|
80
|
-
"@things-factory/system": "^6.2.
|
57
|
+
"@things-factory/api": "^6.2.70",
|
58
|
+
"@things-factory/apptool-ui": "^6.2.70",
|
59
|
+
"@things-factory/auth-ui": "^6.2.70",
|
60
|
+
"@things-factory/board-service": "^6.2.70",
|
61
|
+
"@things-factory/board-ui": "^6.2.70",
|
62
|
+
"@things-factory/context-ui": "^6.2.70",
|
63
|
+
"@things-factory/dashboard": "^6.2.70",
|
64
|
+
"@things-factory/export-ui": "^6.2.70",
|
65
|
+
"@things-factory/help": "^6.2.70",
|
66
|
+
"@things-factory/i18n-base": "^6.2.70",
|
67
|
+
"@things-factory/integration-melsec": "^6.2.70",
|
68
|
+
"@things-factory/integration-modbus": "^6.2.70",
|
69
|
+
"@things-factory/integration-opc": "^6.2.70",
|
70
|
+
"@things-factory/integration-ui": "^6.2.70",
|
71
|
+
"@things-factory/lite-menu": "^6.2.70",
|
72
|
+
"@things-factory/more-ui": "^6.2.70",
|
73
|
+
"@things-factory/notification": "^6.2.70",
|
74
|
+
"@things-factory/oauth2-client": "^6.2.70",
|
75
|
+
"@things-factory/print-ui": "^6.2.70",
|
76
|
+
"@things-factory/resource-ui": "^6.2.70",
|
77
|
+
"@things-factory/setting-base": "^6.2.70",
|
78
|
+
"@things-factory/setting-ui": "^6.2.70",
|
79
|
+
"@things-factory/shell": "^6.2.70",
|
80
|
+
"@things-factory/system": "^6.2.70"
|
81
81
|
},
|
82
82
|
"devDependencies": {
|
83
83
|
"@things-factory/builder": "^6.2.33"
|
84
84
|
},
|
85
|
-
"gitHead": "
|
85
|
+
"gitHead": "99c274f281e62be08a952c10cb3b8fdecba24a65"
|
86
86
|
}
|