@eo-sdk/client 10.6.0-rc.6 → 10.6.0-rc.7
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/esm2020/app/eo-client/about-state/about-state.component.mjs +3 -3
- package/fesm2015/eo-sdk-client.mjs +2 -2
- package/fesm2015/eo-sdk-client.mjs.map +1 -1
- package/fesm2020/eo-sdk-client.mjs +2 -2
- package/fesm2020/eo-sdk-client.mjs.map +1 -1
- package/package.json +2 -2
- package/scss/_main.scss +1 -0
- package/scss/_yuuvis-components.scss +8 -0
- package/styles.css +8 -1
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@eo-sdk/client",
|
|
3
3
|
"description": "yuuvis RAD client",
|
|
4
4
|
"author": "OPTIMAL SYSTEMS GmbH <npm@optimal-systems.de>",
|
|
5
|
-
"version": "10.6.0-rc.
|
|
5
|
+
"version": "10.6.0-rc.7",
|
|
6
6
|
"main": "electron/main.js",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"angular-cli": {},
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@angular/platform-browser-dynamic": "15.2.2",
|
|
31
31
|
"@angular/router": "15.2.2",
|
|
32
32
|
"@carbon/charts-angular": "^1.8.1",
|
|
33
|
-
"@eo-sdk/core": "10.6.0-rc.
|
|
33
|
+
"@eo-sdk/core": "10.6.0-rc.7",
|
|
34
34
|
"@ngneat/until-destroy": "^10.0.0",
|
|
35
35
|
"@ngx-pwa/local-storage": "15.0.0",
|
|
36
36
|
"@ngx-translate/core": "14.0.0",
|
package/scss/_main.scss
CHANGED
package/styles.css
CHANGED
|
@@ -118,6 +118,12 @@
|
|
|
118
118
|
.ag-theme-balham .ag-icon-checkbox-checked:empty:before, .ag-theme-balham .ag-header .ag-icon-checkbox-checked:empty:before {
|
|
119
119
|
opacity: 0; }
|
|
120
120
|
|
|
121
|
+
html, body {
|
|
122
|
+
height: 100%;
|
|
123
|
+
width: 100%;
|
|
124
|
+
margin: 0;
|
|
125
|
+
padding: 0; }
|
|
126
|
+
|
|
121
127
|
.cdk-overlay-pane .eo-dialog {
|
|
122
128
|
height: 100%; }
|
|
123
129
|
|
|
@@ -604,7 +610,8 @@ svg.checkbox {
|
|
|
604
610
|
min-height: 0;
|
|
605
611
|
min-width: 0;
|
|
606
612
|
justify-content: flex-end;
|
|
607
|
-
flex-wrap: wrap;
|
|
613
|
+
flex-wrap: wrap;
|
|
614
|
+
align-items: flex-start; }
|
|
608
615
|
.eo-head .eo-header .eo-header-actions eo-icon {
|
|
609
616
|
padding: calc(var(--app-pane-padding) / 4); }
|
|
610
617
|
.eo-head .header-info {
|