@things-factory/operato-ecs 7.0.1-beta.23 → 7.0.1-beta.26
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/package.json +27 -27
- package/client/themes/oops-theme.css +0 -13
- package/client/themes/report-theme.css +0 -47
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@things-factory/operato-ecs",
|
3
|
-
"version": "7.0.1-beta.
|
3
|
+
"version": "7.0.1-beta.26",
|
4
4
|
"main": "dist-server/index.js",
|
5
5
|
"browser": "client/index.js",
|
6
6
|
"things-factory": true,
|
@@ -59,34 +59,34 @@
|
|
59
59
|
"@operato/scene-switch": "^2.0.0-beta.0",
|
60
60
|
"@operato/scene-table": "^2.0.0-beta.0",
|
61
61
|
"@operato/scene-timer": "^2.0.0-beta.0",
|
62
|
-
"@things-factory/api": "^7.0.1-beta.
|
63
|
-
"@things-factory/apptool-ui": "^7.0.1-beta.
|
64
|
-
"@things-factory/auth-ui": "^7.0.1-beta.
|
65
|
-
"@things-factory/board-service": "^7.0.1-beta.
|
66
|
-
"@things-factory/board-ui": "^7.0.1-beta.
|
67
|
-
"@things-factory/context-ui": "^7.0.1-beta.
|
68
|
-
"@things-factory/dashboard": "^7.0.1-beta.
|
69
|
-
"@things-factory/export-ui": "^7.0.1-beta.
|
70
|
-
"@things-factory/help": "^7.0.1-beta.
|
71
|
-
"@things-factory/i18n-base": "^7.0.1-beta.
|
72
|
-
"@things-factory/integration-influxdb": "^7.0.1-beta.
|
73
|
-
"@things-factory/integration-melsec": "^7.0.1-beta.
|
74
|
-
"@things-factory/integration-modbus": "^7.0.1-beta.
|
75
|
-
"@things-factory/integration-opc": "^7.0.1-beta.
|
76
|
-
"@things-factory/integration-ui": "^7.0.1-beta.
|
77
|
-
"@things-factory/lite-menu": "^7.0.1-beta.
|
78
|
-
"@things-factory/more-ui": "^7.0.1-beta.
|
79
|
-
"@things-factory/notification": "^7.0.1-beta.
|
80
|
-
"@things-factory/oauth2-client": "^7.0.1-beta.
|
81
|
-
"@things-factory/print-ui": "^7.0.1-beta.
|
82
|
-
"@things-factory/resource-ui": "^7.0.1-beta.
|
83
|
-
"@things-factory/setting-base": "^7.0.1-beta.
|
84
|
-
"@things-factory/setting-ui": "^7.0.1-beta.
|
85
|
-
"@things-factory/shell": "^7.0.1-beta.
|
86
|
-
"@things-factory/system": "^7.0.1-beta.
|
62
|
+
"@things-factory/api": "^7.0.1-beta.25",
|
63
|
+
"@things-factory/apptool-ui": "^7.0.1-beta.25",
|
64
|
+
"@things-factory/auth-ui": "^7.0.1-beta.25",
|
65
|
+
"@things-factory/board-service": "^7.0.1-beta.26",
|
66
|
+
"@things-factory/board-ui": "^7.0.1-beta.25",
|
67
|
+
"@things-factory/context-ui": "^7.0.1-beta.25",
|
68
|
+
"@things-factory/dashboard": "^7.0.1-beta.26",
|
69
|
+
"@things-factory/export-ui": "^7.0.1-beta.25",
|
70
|
+
"@things-factory/help": "^7.0.1-beta.25",
|
71
|
+
"@things-factory/i18n-base": "^7.0.1-beta.25",
|
72
|
+
"@things-factory/integration-influxdb": "^7.0.1-beta.26",
|
73
|
+
"@things-factory/integration-melsec": "^7.0.1-beta.26",
|
74
|
+
"@things-factory/integration-modbus": "^7.0.1-beta.26",
|
75
|
+
"@things-factory/integration-opc": "^7.0.1-beta.26",
|
76
|
+
"@things-factory/integration-ui": "^7.0.1-beta.26",
|
77
|
+
"@things-factory/lite-menu": "^7.0.1-beta.26",
|
78
|
+
"@things-factory/more-ui": "^7.0.1-beta.25",
|
79
|
+
"@things-factory/notification": "^7.0.1-beta.25",
|
80
|
+
"@things-factory/oauth2-client": "^7.0.1-beta.25",
|
81
|
+
"@things-factory/print-ui": "^7.0.1-beta.25",
|
82
|
+
"@things-factory/resource-ui": "^7.0.1-beta.25",
|
83
|
+
"@things-factory/setting-base": "^7.0.1-beta.25",
|
84
|
+
"@things-factory/setting-ui": "^7.0.1-beta.25",
|
85
|
+
"@things-factory/shell": "^7.0.1-beta.25",
|
86
|
+
"@things-factory/system": "^7.0.1-beta.25"
|
87
87
|
},
|
88
88
|
"devDependencies": {
|
89
89
|
"@things-factory/builder": "^7.0.1-beta.18"
|
90
90
|
},
|
91
|
-
"gitHead": "
|
91
|
+
"gitHead": "bc010946852bd43ec233a4a1a5a3684d79e110fe"
|
92
92
|
}
|
@@ -1,13 +0,0 @@
|
|
1
|
-
body {
|
2
|
-
/* oops note style */
|
3
|
-
--oops-note-icon-font: normal 32px var(--mdc-icon-font, 'Material Icons');
|
4
|
-
--oops-note-icon-color: rgba(91, 154, 186, 0.8);
|
5
|
-
--oops-note-icon-border: 4px solid rgba(91, 154, 186, 0.4);
|
6
|
-
--oops-note-icon-border-radius: 50px;
|
7
|
-
--oops-note-icon-padding: 10px;
|
8
|
-
--oops-note-title-margin: 12px 0 2px 0;
|
9
|
-
--oops-note-title-font: bold 16px var(--theme-font);
|
10
|
-
--oops-note-title-color: var(--md-sys-color-secondary);
|
11
|
-
--oops-note-description-font: normal 13px var(--theme-font);
|
12
|
-
--oops-note-description-color: var(--md-sys-color-primary);
|
13
|
-
}
|
@@ -1,47 +0,0 @@
|
|
1
|
-
body {
|
2
|
-
--report-background-color: var(--md-sys-color-background);
|
3
|
-
--report-padding: 15px;
|
4
|
-
--report-title-margin: 0 0 0 10px;
|
5
|
-
--report-title-border: none;
|
6
|
-
--report-title-color: var(--md-sys-color-secondary);
|
7
|
-
--report-title-icon-color: var(--md-sys-color-primary);
|
8
|
-
--report-title-icon-margin: 0 3px 2px 0;
|
9
|
-
--report-title-icon-size: 14px;
|
10
|
-
--report-title-with-grid-padding: 0;
|
11
|
-
--report-component-border-radius: var(--border-radius);
|
12
|
-
|
13
|
-
--report-header-background-color: rgba(var(--primary-color-rgb), 0.05);
|
14
|
-
--report-header-border: 1px solid var(--report-header-border-color);
|
15
|
-
--report-header-border-color: rgba(var(--primary-color-rgb), 0.3);
|
16
|
-
--report-header-padding: 5px 0 5px 5px;
|
17
|
-
--report-header-color: var(--secondary-text-color);
|
18
|
-
--report-header-font: normal 1em/1.5 var(--theme-font);
|
19
|
-
--report-header-fontsize: 13px;
|
20
|
-
|
21
|
-
--report-record-background-color: #fff;
|
22
|
-
--report-record-odd-background-color: #f6f6f6;
|
23
|
-
--report-record-field-padding: 7px 10px;
|
24
|
-
--report-record-field-border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
25
|
-
--report-record-wide-fontsize: 13px;
|
26
|
-
--report-record-focused-background-color: #ffde3b47;
|
27
|
-
--report-record-focused-border: 1px dashed rgba(0, 0, 0, 0.5);
|
28
|
-
|
29
|
-
--report-totalized-background-color: #efefef;
|
30
|
-
--report-totalized-border: 1px solid rgba(0, 0, 0, 0.1);
|
31
|
-
--report-totalized-color: var(--secondary-text-color);
|
32
|
-
|
33
|
-
--report-grouped-background-color: #607d8bbf;
|
34
|
-
--report-grouped-border: 1px solid rgba(0, 0, 0, 0.2);
|
35
|
-
--report-grouped-color: #fff;
|
36
|
-
}
|
37
|
-
|
38
|
-
@media print {
|
39
|
-
body {
|
40
|
-
--report-header-padding: 5px;
|
41
|
-
--report-record-field-padding: 5px;
|
42
|
-
--report-record-wide-fontsize: 10px;
|
43
|
-
--report-grouped-background-color: #d7d7d7;
|
44
|
-
--report-grouped-color: #000;
|
45
|
-
--report-totalized-color: #000;
|
46
|
-
}
|
47
|
-
}
|