@eo-sdk/client 11.14.0-rc.4 → 11.14.0-rc.6

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 (43) hide show
  1. package/app/eo-client/inbox-state/inbox-state/inbox-state.component.d.ts.map +1 -1
  2. package/app/eo-client/process-state/process-state.component.d.ts +1 -0
  3. package/app/eo-client/process-state/process-state.component.d.ts.map +1 -1
  4. package/app/eo-framework/app-shell/app-bar/app-search/app-search.component.d.ts.map +1 -1
  5. package/app/eo-framework/app-shell/app-bar/context-search/context-search.component.d.ts +3 -2
  6. package/app/eo-framework/app-shell/app-bar/context-search/context-search.component.d.ts.map +1 -1
  7. package/app/eo-framework/form-elements/codesystem/codesystem.component.d.ts.map +1 -1
  8. package/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.d.ts +10 -8
  9. package/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.d.ts.map +1 -1
  10. package/app/eo-framework/inbox-details/inbox-details.component.d.ts.map +1 -1
  11. package/app/eo-framework/object-form/object-form/form-element/form-element.component.d.ts.map +1 -1
  12. package/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.d.ts +21 -0
  13. package/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.d.ts.map +1 -1
  14. package/app/eo-framework/object-form/object-form/object-form.component.d.ts.map +1 -1
  15. package/app/eo-framework/stored-query/stored-query-details/stored-query-details.component.d.ts +19 -0
  16. package/app/eo-framework/stored-query/stored-query-details/stored-query-details.component.d.ts.map +1 -1
  17. package/esm2022/app/eo-client/about-state/about-state.component.mjs +3 -3
  18. package/esm2022/app/eo-client/inbox-state/inbox-state/inbox-state.component.mjs +20 -2
  19. package/esm2022/app/eo-client/prepare-state/prepare-state/prepare-state.component.mjs +2 -2
  20. package/esm2022/app/eo-client/process-state/process-state.component.mjs +8 -7
  21. package/esm2022/app/eo-framework/app-shell/app-bar/app-search/app-search.component.mjs +4 -1
  22. package/esm2022/app/eo-framework/app-shell/app-bar/context-search/context-search.component.mjs +6 -1
  23. package/esm2022/app/eo-framework/form-elements/codesystem/codesystem.component.mjs +8 -6
  24. package/esm2022/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.mjs +32 -28
  25. package/esm2022/app/eo-framework/form-elements/organization/organization.component.mjs +4 -4
  26. package/esm2022/app/eo-framework/grid/extensions/filter/custom/custom-filter.component.mjs +2 -2
  27. package/esm2022/app/eo-framework/grid/extensions/reset-filter/reset-filter.component.mjs +3 -4
  28. package/esm2022/app/eo-framework/grid/filters/codesystem-filter.component.mjs +2 -2
  29. package/esm2022/app/eo-framework/grid/filters/organization-filter.component.mjs +3 -3
  30. package/esm2022/app/eo-framework/inbox-details/inbox-details.component.mjs +4 -2
  31. package/esm2022/app/eo-framework/media/media.component.mjs +3 -3
  32. package/esm2022/app/eo-framework/object-form/object-form/form-element/form-element.component.mjs +2 -5
  33. package/esm2022/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.mjs +57 -14
  34. package/esm2022/app/eo-framework/object-form/object-form/object-form.component.mjs +3 -1
  35. package/esm2022/app/eo-framework/stored-query/stored-query-details/stored-query-details.component.mjs +37 -3
  36. package/esm2022/app/eo-framework/ui/eo-dialog/eo-dialog.component.mjs +2 -2
  37. package/esm2022/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.mjs +5 -5
  38. package/fesm2022/eo-sdk-client.mjs +193 -82
  39. package/fesm2022/eo-sdk-client.mjs.map +1 -1
  40. package/package.json +2 -2
  41. package/scss/_yuuvis-components.scss +4 -0
  42. package/styles.css +16 -0
  43. package/styles.scss +14 -0
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": "11.14.0-rc.4",
5
+ "version": "11.14.0-rc.6",
6
6
  "main": "electron/main.js",
7
7
  "license": "MIT",
8
8
  "angular-cli": {},
@@ -31,7 +31,7 @@
31
31
  "@angular/platform-browser-dynamic": "18.1.0",
32
32
  "@angular/router": "18.1.0",
33
33
  "@carbon/charts-angular": "1.16.3",
34
- "@eo-sdk/core": "11.14.0-rc.4",
34
+ "@eo-sdk/core": "11.14.0-rc.6",
35
35
  "@ngneat/until-destroy": "^10.0.0",
36
36
  "@ngx-pwa/local-storage": "^18.0.0",
37
37
  "@ngx-translate/core": "^15.0.0",
@@ -16,6 +16,10 @@ html, body {
16
16
  }
17
17
  }
18
18
 
19
+ .cdk-overlay-connected-position-bounding-box {
20
+ height: 660px !important;
21
+ }
22
+
19
23
  yvc-tabs {
20
24
  > header {
21
25
  --yvc-tab-nav-button-margin: 1px;
package/styles.css CHANGED
@@ -148,6 +148,10 @@ html, body {
148
148
  border: 0;
149
149
  }
150
150
 
151
+ .cdk-overlay-connected-position-bounding-box {
152
+ height: 660px !important;
153
+ }
154
+
151
155
  yvc-tabs > header {
152
156
  --yvc-tab-nav-button-margin: 1px;
153
157
  }
@@ -1114,4 +1118,16 @@ body, input, textarea {
1114
1118
 
1115
1119
  .dark ::-webkit-scrollbar-thumb {
1116
1120
  background-color: rgba(255, 255, 255, 0.2);
1121
+ }
1122
+
1123
+ .innerWrapper .empty-container {
1124
+ display: flex;
1125
+ justify-content: center;
1126
+ align-items: center;
1127
+ height: 100%;
1128
+ }
1129
+ .innerWrapper .empty-container .nofile {
1130
+ width: 128px;
1131
+ height: 128px;
1132
+ opacity: 0.09;
1117
1133
  }
package/styles.scss CHANGED
@@ -139,3 +139,17 @@ body, input, textarea {
139
139
  }
140
140
  }
141
141
 
142
+ .innerWrapper {
143
+ .empty-container {
144
+ display: flex;
145
+ justify-content: center;
146
+ align-items: center;
147
+ height: 100%;
148
+ .nofile {
149
+ width: 128px;
150
+ height: 128px;
151
+ opacity: 0.09;
152
+ }
153
+ }
154
+ }
155
+