@eo-sdk/client 10.7.0-rc.2 → 10.7.0-rc.3

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 (59) hide show
  1. package/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-widget.component.d.ts.map +1 -1
  2. package/app/eo-client/login/login.component.d.ts +1 -0
  3. package/app/eo-client/login/login.component.d.ts.map +1 -1
  4. package/app/eo-client/process-state/process-state.component.d.ts +1 -0
  5. package/app/eo-client/process-state/process-state.component.d.ts.map +1 -1
  6. package/app/eo-framework/app-shell/app-bar/app-bar.component.d.ts +1 -2
  7. package/app/eo-framework/app-shell/app-bar/app-bar.component.d.ts.map +1 -1
  8. package/app/eo-framework/app-shell/app-bar/user-avatar-overlay/user-avatar-overlay.component.d.ts +18 -0
  9. package/app/eo-framework/app-shell/app-bar/user-avatar-overlay/user-avatar-overlay.component.d.ts.map +1 -0
  10. package/app/eo-framework/app-shell/app-shell.module.d.ts +17 -16
  11. package/app/eo-framework/app-shell/app-shell.module.d.ts.map +1 -1
  12. package/app/eo-framework/media/media.component.d.ts.map +1 -1
  13. package/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.d.ts +1 -1
  14. package/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.d.ts.map +1 -1
  15. package/app/eo-framework/object-form/object-form-helper.service.d.ts.map +1 -1
  16. package/app/eo-framework/process/details/process-details.component.d.ts.map +1 -1
  17. package/app/eo-framework/result-list/result-list.component.d.ts +1 -0
  18. package/app/eo-framework/result-list/result-list.component.d.ts.map +1 -1
  19. package/app/eo-framework/ui/overlay/overlay.component.d.ts +11 -7
  20. package/app/eo-framework/ui/overlay/overlay.component.d.ts.map +1 -1
  21. package/assets/_default/i18n/de.json +2 -1
  22. package/assets/_default/i18n/en.json +2 -1
  23. package/esm2020/app/eo-client/about-state/about-state.component.mjs +3 -3
  24. package/esm2020/app/eo-client/dashboard/dashboard.component.mjs +3 -3
  25. package/esm2020/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-setup/hitlist-setup.component.mjs +3 -3
  26. package/esm2020/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-widget.component.mjs +21 -6
  27. package/esm2020/app/eo-client/favorite-state/favorite-state.component.mjs +1 -1
  28. package/esm2020/app/eo-client/inbox-state/inbox-state/inbox-state.component.mjs +2 -2
  29. package/esm2020/app/eo-client/login/login.component.mjs +13 -6
  30. package/esm2020/app/eo-client/notifications-state/notifications-state.component.mjs +1 -1
  31. package/esm2020/app/eo-client/prepare-state/prepare-state/prepare-state.component.mjs +1 -1
  32. package/esm2020/app/eo-client/process-state/process-state.component.mjs +22 -14
  33. package/esm2020/app/eo-client/recyclebin-state/recyclebin-state.component.mjs +1 -1
  34. package/esm2020/app/eo-client/stored-queries-state/stored-queries-state.component.mjs +1 -1
  35. package/esm2020/app/eo-client/version-state/version-state.component.mjs +1 -1
  36. package/esm2020/app/eo-framework/actions/actions/signature-action/sequence-list/sequence-list.component.mjs +4 -4
  37. package/esm2020/app/eo-framework/app-shell/app-bar/app-bar.component.mjs +10 -19
  38. package/esm2020/app/eo-framework/app-shell/app-bar/user-avatar-overlay/user-avatar-overlay.component.mjs +42 -0
  39. package/esm2020/app/eo-framework/app-shell/app-shell.module.mjs +5 -2
  40. package/esm2020/app/eo-framework/grid/extensions/custom-sort/custom-sort.component.mjs +2 -2
  41. package/esm2020/app/eo-framework/grid/extensions/filter/custom/custom-filter.component.mjs +2 -2
  42. package/esm2020/app/eo-framework/media/media.component.mjs +8 -2
  43. package/esm2020/app/eo-framework/object-details/object-details.component.mjs +2 -2
  44. package/esm2020/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.mjs +4 -3
  45. package/esm2020/app/eo-framework/object-form/object-form-helper.service.mjs +11 -2
  46. package/esm2020/app/eo-framework/prepare-details/prepare-details.component.mjs +1 -1
  47. package/esm2020/app/eo-framework/process/details/process-details.component.mjs +1 -2
  48. package/esm2020/app/eo-framework/result-list/result-list.component.mjs +18 -2
  49. package/esm2020/app/eo-framework/ui/overlay/overlay.component.mjs +38 -18
  50. package/esm2020/projects/eo-sdk/core/lib/service/bpm/bpm.service.mjs +6 -6
  51. package/fesm2015/eo-sdk-client-projects-eo-sdk-core.mjs +5 -5
  52. package/fesm2015/eo-sdk-client-projects-eo-sdk-core.mjs.map +1 -1
  53. package/fesm2015/eo-sdk-client.mjs +333 -233
  54. package/fesm2015/eo-sdk-client.mjs.map +1 -1
  55. package/fesm2020/eo-sdk-client-projects-eo-sdk-core.mjs +5 -5
  56. package/fesm2020/eo-sdk-client-projects-eo-sdk-core.mjs.map +1 -1
  57. package/fesm2020/eo-sdk-client.mjs +329 -229
  58. package/fesm2020/eo-sdk-client.mjs.map +1 -1
  59. package/package.json +3 -3
@@ -2608,7 +2608,7 @@ class BpmService {
2608
2608
  getWorkItem(processId, itemId, options) {
2609
2609
  const params = options ? options : { form: true, fields: true };
2610
2610
  const tasks = [
2611
- this.backend.getJson(Utils.buildUri(`/bpm/process/${processId}/${itemId}`, params)),
2611
+ this.backend.getJson(Utils.buildUri(`/bpm/process/${processId}/activity/${itemId}/inboxitem`, params)),
2612
2612
  this.getProcessFile(processId)
2613
2613
  ];
2614
2614
  return forkJoin(tasks).pipe(map(res => {
@@ -2627,7 +2627,7 @@ class BpmService {
2627
2627
  const payload = { contents: file, data };
2628
2628
  const params = { keeplock: true, isautolock: false };
2629
2629
  return this.backend
2630
- .post(Utils.buildUri(`/bpm/process/${processId}/${id}/save`, params), payload)
2630
+ .post(Utils.buildUri(`/bpm/process/${processId}/activity/${id}/inboxitem/save`, params), payload)
2631
2631
  .pipe(mergeMap(() => this.getWorkItem(processId, id)));
2632
2632
  }
2633
2633
  /**
@@ -2644,7 +2644,7 @@ class BpmService {
2644
2644
  data: item.data
2645
2645
  };
2646
2646
  return this.backend
2647
- .post(Utils.buildUri(`/bpm/process/${item.processId}/${item.id}/save`, params), payload)
2647
+ .post(Utils.buildUri(`/bpm/process/${item.processId}/activity/${item.id}/inboxitem/save`, params), payload)
2648
2648
  .pipe(tap(() => this.inboxService.updateInboxItems(item.id)));
2649
2649
  }
2650
2650
  /**
@@ -2654,7 +2654,7 @@ class BpmService {
2654
2654
  * @returns The updated WorkItem
2655
2655
  */
2656
2656
  lockWorkItem(item) {
2657
- return this.backend.put(`/bpm/process/${item.processId}/${item.id}/lock`)
2657
+ return this.backend.put(`/bpm/process/${item.processId}/activity/${item.id}/inboxitem/lock`)
2658
2658
  .pipe(mergeMap(() => this.getWorkItem(item.processId, item.id)));
2659
2659
  }
2660
2660
  /**
@@ -2663,7 +2663,7 @@ class BpmService {
2663
2663
  * @returns The updated WorkItem
2664
2664
  */
2665
2665
  unlockWorkItem(item) {
2666
- return this.backend.del(`/bpm/process/${item.processId}/${item.id}/lock`).pipe(mergeMap(() => this.getWorkItem(item.processId, item.id)));
2666
+ return this.backend.del(`/bpm/process/${item.processId}/activity/${item.id}/inboxitem/lock`).pipe(mergeMap(() => this.getWorkItem(item.processId, item.id)));
2667
2667
  }
2668
2668
  /**
2669
2669
  * Starts an executable process.