@eo-sdk/client 11.12.0 → 11.13.0-rc.1

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 (41) hide show
  1. package/app/eo-client/about-state/about-state.component.d.ts.map +1 -1
  2. package/app/eo-framework/actions/actions/clipboard/clipboard-object-action/clipboard-object-action.component.d.ts +6 -3
  3. package/app/eo-framework/actions/actions/clipboard/clipboard-object-action/clipboard-object-action.component.d.ts.map +1 -1
  4. package/app/eo-framework/actions/actions/download-action/download-action.d.ts +7 -3
  5. package/app/eo-framework/actions/actions/download-action/download-action.d.ts.map +1 -1
  6. package/app/eo-framework/actions/actions/email/email/email.component.d.ts +7 -4
  7. package/app/eo-framework/actions/actions/email/email/email.component.d.ts.map +1 -1
  8. package/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.d.ts +10 -2
  9. package/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.d.ts.map +1 -1
  10. package/app/eo-framework/form-elements/form-elements.module.d.ts.map +1 -1
  11. package/app/eo-framework/grid/filters/dynamic-list-filter.component.d.ts +2 -2
  12. package/app/eo-framework/grid/filters/dynamic-list-filter.component.d.ts.map +1 -1
  13. package/app/eo-framework/object-details/object-details.component.d.ts +33 -35
  14. package/app/eo-framework/object-details/object-details.component.d.ts.map +1 -1
  15. package/app/eo-framework/result-list/result-list.component.d.ts +10 -3
  16. package/app/eo-framework/result-list/result-list.component.d.ts.map +1 -1
  17. package/app/eo-framework/result-list/result-list.module.d.ts +3 -1
  18. package/app/eo-framework/result-list/result-list.module.d.ts.map +1 -1
  19. package/assets/_default/i18n/de.json +3 -2
  20. package/assets/_default/i18n/en.json +3 -2
  21. package/esm2022/app/eo-client/about-state/about-state.component.mjs +3 -3
  22. package/esm2022/app/eo-client/favorite-state/favorite-state.component.mjs +1 -1
  23. package/esm2022/app/eo-client/inbox-state/inbox-state/inbox-state.component.mjs +1 -1
  24. package/esm2022/app/eo-client/notifications-state/notifications-state.component.mjs +1 -1
  25. package/esm2022/app/eo-client/object-state/object-state/object-state.component.mjs +1 -1
  26. package/esm2022/app/eo-client/process-state/process-state.component.mjs +1 -1
  27. package/esm2022/app/eo-client/result-state/result-state.component.mjs +1 -1
  28. package/esm2022/app/eo-client/version-state/version-state.component.mjs +1 -1
  29. package/esm2022/app/eo-framework/actions/actions/clipboard/clipboard-object-action/clipboard-object-action.component.mjs +16 -8
  30. package/esm2022/app/eo-framework/actions/actions/download-action/download-action.mjs +11 -7
  31. package/esm2022/app/eo-framework/actions/actions/email/email/email.component.mjs +21 -12
  32. package/esm2022/app/eo-framework/eo-framework.module.mjs +2 -2
  33. package/esm2022/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.mjs +23 -4
  34. package/esm2022/app/eo-framework/form-elements/form-elements.module.mjs +1 -28
  35. package/esm2022/app/eo-framework/grid/filters/dynamic-list-filter.component.mjs +5 -5
  36. package/esm2022/app/eo-framework/object-details/object-details.component.mjs +219 -216
  37. package/esm2022/app/eo-framework/result-list/result-list.component.mjs +46 -25
  38. package/esm2022/app/eo-framework/result-list/result-list.module.mjs +12 -4
  39. package/fesm2022/eo-sdk-client.mjs +1281 -1243
  40. package/fesm2022/eo-sdk-client.mjs.map +1 -1
  41. package/package.json +2 -2
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.12.0",
5
+ "version": "11.13.0-rc.1",
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.12.0",
34
+ "@eo-sdk/core": "11.13.0-rc.1",
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",