@eo-sdk/client 11.14.0-rc.3 → 11.14.0-rc.5

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 (73) 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/actions/actions/signature-action/sequence-list/sequence-list.component.d.ts +1 -0
  5. package/app/eo-framework/actions/actions/signature-action/sequence-list/sequence-list.component.d.ts.map +1 -1
  6. package/app/eo-framework/actions/actions/signature-action/signature/signature.component.d.ts +1 -0
  7. package/app/eo-framework/actions/actions/signature-action/signature/signature.component.d.ts.map +1 -1
  8. package/app/eo-framework/app-shell/app-bar/app-search/app-search.component.d.ts.map +1 -1
  9. package/app/eo-framework/app-shell/app-bar/context-search/context-search.component.d.ts +3 -2
  10. package/app/eo-framework/app-shell/app-bar/context-search/context-search.component.d.ts.map +1 -1
  11. package/app/eo-framework/form-elements/codesystem/codesystem.component.d.ts +2 -1
  12. package/app/eo-framework/form-elements/codesystem/codesystem.component.d.ts.map +1 -1
  13. package/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.d.ts +12 -9
  14. package/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.d.ts.map +1 -1
  15. package/app/eo-framework/form-elements/number-range/number-range.component.d.ts +2 -1
  16. package/app/eo-framework/form-elements/number-range/number-range.component.d.ts.map +1 -1
  17. package/app/eo-framework/form-elements/organization/organization.component.d.ts +2 -1
  18. package/app/eo-framework/form-elements/organization/organization.component.d.ts.map +1 -1
  19. package/app/eo-framework/inbox-details/inbox-details.component.d.ts.map +1 -1
  20. package/app/eo-framework/object-form/object-form/form-element/form-element.component.d.ts +2 -1
  21. package/app/eo-framework/object-form/object-form/form-element/form-element.component.d.ts.map +1 -1
  22. package/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.d.ts +21 -0
  23. package/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.d.ts.map +1 -1
  24. package/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.d.ts +2 -0
  25. package/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.d.ts.map +1 -1
  26. package/app/eo-framework/object-form/object-form/object-form.component.d.ts.map +1 -1
  27. package/app/eo-framework/stored-query/stored-query-details/stored-query-details.component.d.ts +19 -0
  28. package/app/eo-framework/stored-query/stored-query-details/stored-query-details.component.d.ts.map +1 -1
  29. package/assets/_default/i18n/de.json +2 -1
  30. package/assets/_default/i18n/en.json +2 -1
  31. package/esm2022/app/eo-client/about-state/about-state.component.mjs +3 -3
  32. package/esm2022/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.mjs +1 -1
  33. package/esm2022/app/eo-client/dashboard/widgets/count-objects-widget/count-objects-setup/count-objects-setup.component.mjs +1 -1
  34. package/esm2022/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-setup/hitlist-setup.component.mjs +1 -1
  35. package/esm2022/app/eo-client/dashboard/widgets/signature-statistics-widget/signature-statistics-setup/signature-statistics-setup.component.mjs +1 -1
  36. package/esm2022/app/eo-client/inbox-state/inbox-state/inbox-state.component.mjs +21 -3
  37. package/esm2022/app/eo-client/prepare-state/prepare-state/prepare-state.component.mjs +2 -2
  38. package/esm2022/app/eo-client/process-state/process-state.component.mjs +8 -7
  39. package/esm2022/app/eo-client/settings/settings.component.mjs +1 -1
  40. package/esm2022/app/eo-framework/actions/actions/add-subscription-action/add-subscription/add-subscription.component.mjs +1 -1
  41. package/esm2022/app/eo-framework/actions/actions/open-document-action/open-document-action.component.mjs +1 -1
  42. package/esm2022/app/eo-framework/actions/actions/share-object-action/share-object/share-object.component.mjs +1 -1
  43. package/esm2022/app/eo-framework/actions/actions/signature-action/sequence-list/sequence-list.component.mjs +15 -4
  44. package/esm2022/app/eo-framework/actions/actions/signature-action/signature/signature.component.mjs +6 -3
  45. package/esm2022/app/eo-framework/app-shell/app-bar/app-search/app-search.component.mjs +5 -2
  46. package/esm2022/app/eo-framework/app-shell/app-bar/context-search/context-search.component.mjs +6 -1
  47. package/esm2022/app/eo-framework/form-elements/codesystem/codesystem.component.mjs +11 -7
  48. package/esm2022/app/eo-framework/form-elements/datetime-range/datetime-range.component.mjs +1 -1
  49. package/esm2022/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.mjs +37 -31
  50. package/esm2022/app/eo-framework/form-elements/number-range/number-range.component.mjs +6 -4
  51. package/esm2022/app/eo-framework/form-elements/organization/organization.component.mjs +7 -5
  52. package/esm2022/app/eo-framework/grid/extensions/filter/custom/custom-filter.component.mjs +2 -2
  53. package/esm2022/app/eo-framework/grid/extensions/reset-filter/reset-filter.component.mjs +3 -4
  54. package/esm2022/app/eo-framework/grid/filters/codesystem-filter.component.mjs +3 -3
  55. package/esm2022/app/eo-framework/grid/filters/dynamic-list-filter.component.mjs +3 -3
  56. package/esm2022/app/eo-framework/grid/filters/organization-filter.component.mjs +3 -3
  57. package/esm2022/app/eo-framework/inbox-details/inbox-details.component.mjs +4 -2
  58. package/esm2022/app/eo-framework/media/media.component.mjs +3 -3
  59. package/esm2022/app/eo-framework/object-form/object-form/form-element/form-element.component.mjs +6 -7
  60. package/esm2022/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.mjs +57 -14
  61. package/esm2022/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.mjs +11 -3
  62. package/esm2022/app/eo-framework/object-form/object-form/object-form-group/object-form-group.component.mjs +1 -1
  63. package/esm2022/app/eo-framework/object-form/object-form/object-form.component.mjs +3 -1
  64. package/esm2022/app/eo-framework/stored-query/stored-query/stored-query.component.mjs +1 -1
  65. package/esm2022/app/eo-framework/stored-query/stored-query-details/stored-query-details.component.mjs +37 -3
  66. package/esm2022/app/eo-framework/ui/eo-dialog/eo-dialog.component.mjs +2 -2
  67. package/esm2022/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.mjs +5 -5
  68. package/fesm2022/eo-sdk-client.mjs +257 -114
  69. package/fesm2022/eo-sdk-client.mjs.map +1 -1
  70. package/package.json +2 -2
  71. package/scss/_yuuvis-components.scss +4 -0
  72. package/styles.css +16 -0
  73. 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.3",
5
+ "version": "11.14.0-rc.5",
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.3",
34
+ "@eo-sdk/core": "11.14.0-rc.5",
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
+