@eo-sdk/client 10.6.0-rc.11 → 10.6.0-rc.14

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 (33) hide show
  1. package/app/eo-framework/form-elements/codesystem/codesystem.component.d.ts +1 -1
  2. package/app/eo-framework/form-elements/codesystem/codesystem.component.d.ts.map +1 -1
  3. package/app/eo-framework/form-elements/date/date.component.d.ts +7 -4
  4. package/app/eo-framework/form-elements/date/date.component.d.ts.map +1 -1
  5. package/app/eo-framework/object-details/object-details.component.d.ts +0 -1
  6. package/app/eo-framework/object-details/object-details.component.d.ts.map +1 -1
  7. package/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.d.ts +1 -0
  8. package/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.d.ts.map +1 -1
  9. package/app/eo-framework/ui/eo-dialog/eo-dialog.component.d.ts +3 -2
  10. package/app/eo-framework/ui/eo-dialog/eo-dialog.component.d.ts.map +1 -1
  11. package/assets/_default/i18n/en.json +2 -1
  12. package/esm2020/app/eo-client/about-state/about-state.component.mjs +3 -3
  13. package/esm2020/app/eo-client/object-state/object-state/object-state.component.mjs +3 -3
  14. package/esm2020/app/eo-framework/form-elements/codesystem/codesystem.component.mjs +8 -7
  15. package/esm2020/app/eo-framework/form-elements/date/date.component.mjs +31 -9
  16. package/esm2020/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.mjs +3 -3
  17. package/esm2020/app/eo-framework/grid/filters/codesystem-filter.component.mjs +3 -3
  18. package/esm2020/app/eo-framework/grid/filters/datetime-filter.component.mjs +3 -3
  19. package/esm2020/app/eo-framework/grid/filters/dynamic-list-filter.component.mjs +3 -3
  20. package/esm2020/app/eo-framework/grid/grid.component.mjs +2 -2
  21. package/esm2020/app/eo-framework/object-details/object-details.component.mjs +3 -7
  22. package/esm2020/app/eo-framework/object-form/object-form/form-element/form-element.component.mjs +3 -3
  23. package/esm2020/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.mjs +11 -3
  24. package/esm2020/app/eo-framework/ui/eo-dialog/eo-dialog.component.mjs +8 -2
  25. package/esm2020/app/eo-framework/ui/signature-tab/signature-tab.component.mjs +2 -2
  26. package/fesm2015/eo-sdk-client.mjs +73 -40
  27. package/fesm2015/eo-sdk-client.mjs.map +1 -1
  28. package/fesm2020/eo-sdk-client.mjs +73 -40
  29. package/fesm2020/eo-sdk-client.mjs.map +1 -1
  30. package/package.json +3 -3
  31. package/scss/_migrationTemp.scss +6 -0
  32. package/scss/_yuuvis-components.scss +0 -3
  33. package/styles.css +6 -3
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.11",
5
+ "version": "10.6.0-rc.14",
6
6
  "main": "electron/main.js",
7
7
  "license": "MIT",
8
8
  "angular-cli": {},
@@ -30,12 +30,12 @@
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.11",
33
+ "@eo-sdk/core": "10.6.0-rc.14",
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",
37
37
  "@types/lodash": "4.14.88",
38
- "@yuuvis/components": "^0.0.68",
38
+ "@yuuvis/components": "^0.0.72",
39
39
  "@yuuvis/widget-grid": "1.0.2",
40
40
  "core-js": "^2.5.4",
41
41
  "file-saver": "^2.0.5",
@@ -19,3 +19,9 @@ yvc-tabs > header > .scroll-x {
19
19
  yvc-split-tabs yvc-split-view {
20
20
  height: 100%;
21
21
  }
22
+ .yvc-autocomplete yvc-typeahead-input {
23
+ box-sizing: border-box;
24
+ }
25
+ .yvc-typeahead-input input {
26
+ width: 100%
27
+ }
@@ -7,9 +7,6 @@ html, body {
7
7
  }
8
8
 
9
9
  .cdk-overlay-pane {
10
- .eo-dialog {
11
- height: 100%;
12
- }
13
10
  yvc-overlay {
14
11
  width: 100%;
15
12
 
package/styles.css CHANGED
@@ -124,9 +124,6 @@ html, body {
124
124
  margin: 0;
125
125
  padding: 0; }
126
126
 
127
- .cdk-overlay-pane .eo-dialog {
128
- height: 100%; }
129
-
130
127
  .cdk-overlay-pane yvc-overlay {
131
128
  width: 100%; }
132
129
  .cdk-overlay-pane yvc-overlay .yvc-modal-content {
@@ -861,6 +858,12 @@ yvc-tabs > header > .scroll-x {
861
858
  yvc-split-tabs yvc-split-view {
862
859
  height: 100%; }
863
860
 
861
+ .yvc-autocomplete yvc-typeahead-input {
862
+ box-sizing: border-box; }
863
+
864
+ .yvc-typeahead-input input {
865
+ width: 100%; }
866
+
864
867
  #toast-container.toast-bottom-right {
865
868
  right: calc(var(--app-pane-padding) / 2);
866
869
  bottom: calc(var(--app-pane-padding) / 2 - 6px); }