@eo-sdk/client 10.6.0-rc.5 → 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.
Files changed (27) hide show
  1. package/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.d.ts +0 -6
  2. package/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.d.ts.map +1 -1
  3. package/app/eo-framework/media/media.component.d.ts +6 -1
  4. package/app/eo-framework/media/media.component.d.ts.map +1 -1
  5. package/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.d.ts +1 -0
  6. package/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.d.ts.map +1 -1
  7. package/app/eo-framework-core/api/grid.service.d.ts.map +1 -1
  8. package/app/eo-framework-core/api/plugins.service.d.ts +1 -0
  9. package/app/eo-framework-core/api/plugins.service.d.ts.map +1 -1
  10. package/assets/_default/i18n/de.json +4 -3
  11. package/assets/_default/i18n/en.json +3 -3
  12. package/esm2020/app/eo-client/about-state/about-state.component.mjs +3 -3
  13. package/esm2020/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.mjs +14 -9
  14. package/esm2020/app/eo-framework/form-elements/checkbox/checkbox.component.mjs +4 -3
  15. package/esm2020/app/eo-framework/media/media.component.mjs +12 -4
  16. package/esm2020/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.mjs +2 -2
  17. package/esm2020/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.mjs +10 -3
  18. package/esm2020/app/eo-framework-core/api/grid.service.mjs +3 -2
  19. package/esm2020/app/eo-framework-core/api/plugins.service.mjs +5 -1
  20. package/fesm2015/eo-sdk-client.mjs +45 -19
  21. package/fesm2015/eo-sdk-client.mjs.map +1 -1
  22. package/fesm2020/eo-sdk-client.mjs +43 -18
  23. package/fesm2020/eo-sdk-client.mjs.map +1 -1
  24. package/package.json +2 -2
  25. package/scss/_main.scss +1 -0
  26. package/scss/_yuuvis-components.scss +8 -0
  27. 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",
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.5",
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
@@ -225,6 +225,7 @@ svg.checkbox {
225
225
  @include flex-row(none);
226
226
  justify-content: flex-end;
227
227
  flex-wrap: wrap;
228
+ align-items: flex-start;
228
229
 
229
230
  eo-icon {
230
231
  padding: calc(var(--app-pane-padding) / 4);
@@ -1,3 +1,11 @@
1
+ // yvc-dialog requires a 100% height on body element
2
+ html, body {
3
+ height: 100%;
4
+ width: 100%;
5
+ margin: 0;
6
+ padding: 0;
7
+ }
8
+
1
9
  .cdk-overlay-pane {
2
10
  .eo-dialog {
3
11
  height: 100%;
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 {