@eo-sdk/client 11.8.1 → 11.9.0-rc.2

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 (50) hide show
  1. package/app/eo-client/about-state/about-state.component.d.ts.map +1 -1
  2. package/app/eo-client/inbox-state/inbox-state/inbox-state.component.d.ts +11 -1
  3. package/app/eo-client/inbox-state/inbox-state/inbox-state.component.d.ts.map +1 -1
  4. package/app/eo-client/settings/settings.component.d.ts +4 -2
  5. package/app/eo-client/settings/settings.component.d.ts.map +1 -1
  6. package/app/eo-framework/actions/action-menu/action-menu.component.d.ts +12 -3
  7. package/app/eo-framework/actions/action-menu/action-menu.component.d.ts.map +1 -1
  8. package/app/eo-framework/actions/action-service/action.service.d.ts +39 -3
  9. package/app/eo-framework/actions/action-service/action.service.d.ts.map +1 -1
  10. package/app/eo-framework/actions/action.module.d.ts +16 -13
  11. package/app/eo-framework/actions/action.module.d.ts.map +1 -1
  12. package/app/eo-framework/actions/actions/return-task-action/return-task/return-task.component.d.ts +39 -0
  13. package/app/eo-framework/actions/actions/return-task-action/return-task/return-task.component.d.ts.map +1 -0
  14. package/app/eo-framework/actions/actions/return-task-action/return-task-action.d.ts +32 -0
  15. package/app/eo-framework/actions/actions/return-task-action/return-task-action.d.ts.map +1 -0
  16. package/app/eo-framework/app-shell/app-bar/app-search/app-search.component.d.ts +1 -0
  17. package/app/eo-framework/app-shell/app-bar/app-search/app-search.component.d.ts.map +1 -1
  18. package/app/eo-framework/form-elements/datetime-range/datetime-range.component.d.ts +15 -1
  19. package/app/eo-framework/form-elements/datetime-range/datetime-range.component.d.ts.map +1 -1
  20. package/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.d.ts +1 -2
  21. package/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.d.ts.map +1 -1
  22. package/app/eo-framework/object-form/object-form-helper.service.d.ts.map +1 -1
  23. package/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.d.ts.map +1 -1
  24. package/app/eo-framework-core/api/grid.service.d.ts.map +1 -1
  25. package/assets/_default/i18n/de.json +24 -9
  26. package/assets/_default/i18n/en.json +24 -9
  27. package/assets/_default/svg/ic_rollback.svg +1 -0
  28. package/esm2022/app/eo-client/about-state/about-state.component.mjs +3 -3
  29. package/esm2022/app/eo-client/dashboard/widgets/charts-widget/charts-widget.component.mjs +6 -6
  30. package/esm2022/app/eo-client/inbox-state/inbox-state/inbox-state.component.mjs +70 -23
  31. package/esm2022/app/eo-client/process-state/process-state.component.mjs +1 -1
  32. package/esm2022/app/eo-client/settings/settings.component.mjs +9 -6
  33. package/esm2022/app/eo-framework/actions/action-menu/action-menu.component.mjs +51 -32
  34. package/esm2022/app/eo-framework/actions/action-service/action.service.mjs +54 -3
  35. package/esm2022/app/eo-framework/actions/action.module.mjs +10 -4
  36. package/esm2022/app/eo-framework/actions/actions/return-task-action/return-task/return-task.component.mjs +75 -0
  37. package/esm2022/app/eo-framework/actions/actions/return-task-action/return-task-action.mjs +43 -0
  38. package/esm2022/app/eo-framework/app-shell/app-bar/app-search/app-search.component.mjs +1 -1
  39. package/esm2022/app/eo-framework/form-elements/datetime-range/datetime-range.component.mjs +150 -11
  40. package/esm2022/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.mjs +3 -4
  41. package/esm2022/app/eo-framework/object-form/object-form/form-element/form-element.component.mjs +3 -3
  42. package/esm2022/app/eo-framework/object-form/object-form-edit/object-form-edit.component.mjs +2 -2
  43. package/esm2022/app/eo-framework/object-form/object-form-helper.service.mjs +14 -2
  44. package/esm2022/app/eo-framework/shortcuts/global-shortcuts/global-shortcuts-section/global-shortcuts-section.component.mjs +2 -2
  45. package/esm2022/app/eo-framework/ui/indexdata-summary/indexdata-summary-entry/indexdata-summary-entry.component.mjs +2 -2
  46. package/esm2022/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.mjs +20 -10
  47. package/esm2022/app/eo-framework-core/api/grid.service.mjs +4 -1
  48. package/fesm2022/eo-sdk-client.mjs +591 -203
  49. package/fesm2022/eo-sdk-client.mjs.map +1 -1
  50. 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.8.1",
5
+ "version": "11.9.0-rc.2",
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.0.4",
32
32
  "@angular/router": "18.0.4",
33
33
  "@carbon/charts-angular": "1.16.3",
34
- "@eo-sdk/core": "11.8.1",
34
+ "@eo-sdk/core": "11.9.0-rc.2",
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",