@eo-sdk/client 10.7.0-rc.1 → 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.
- package/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-widget.component.d.ts.map +1 -1
- package/app/eo-client/login/login.component.d.ts +1 -0
- package/app/eo-client/login/login.component.d.ts.map +1 -1
- package/app/eo-client/process-state/process-state.component.d.ts +1 -0
- package/app/eo-client/process-state/process-state.component.d.ts.map +1 -1
- package/app/eo-framework/app-shell/app-bar/app-bar.component.d.ts +1 -2
- package/app/eo-framework/app-shell/app-bar/app-bar.component.d.ts.map +1 -1
- package/app/eo-framework/app-shell/app-bar/user-avatar-overlay/user-avatar-overlay.component.d.ts +18 -0
- package/app/eo-framework/app-shell/app-bar/user-avatar-overlay/user-avatar-overlay.component.d.ts.map +1 -0
- package/app/eo-framework/app-shell/app-shell.module.d.ts +17 -16
- package/app/eo-framework/app-shell/app-shell.module.d.ts.map +1 -1
- package/app/eo-framework/media/media.component.d.ts.map +1 -1
- package/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.d.ts +1 -1
- package/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.d.ts.map +1 -1
- package/app/eo-framework/object-form/object-form-helper.service.d.ts.map +1 -1
- package/app/eo-framework/process/details/process-details.component.d.ts.map +1 -1
- package/app/eo-framework/result-list/result-list.component.d.ts +1 -0
- package/app/eo-framework/result-list/result-list.component.d.ts.map +1 -1
- package/app/eo-framework/ui/overlay/overlay.component.d.ts +11 -7
- package/app/eo-framework/ui/overlay/overlay.component.d.ts.map +1 -1
- package/assets/_default/i18n/de.json +2 -1
- package/assets/_default/i18n/en.json +2 -1
- package/esm2020/app/eo-client/about-state/about-state.component.mjs +3 -3
- package/esm2020/app/eo-client/dashboard/dashboard.component.mjs +3 -3
- package/esm2020/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-setup/hitlist-setup.component.mjs +3 -3
- package/esm2020/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-widget.component.mjs +21 -6
- package/esm2020/app/eo-client/favorite-state/favorite-state.component.mjs +1 -1
- package/esm2020/app/eo-client/inbox-state/inbox-state/inbox-state.component.mjs +2 -2
- package/esm2020/app/eo-client/login/login.component.mjs +13 -6
- package/esm2020/app/eo-client/notifications-state/notifications-state.component.mjs +1 -1
- package/esm2020/app/eo-client/prepare-state/prepare-state/prepare-state.component.mjs +1 -1
- package/esm2020/app/eo-client/process-state/process-state.component.mjs +22 -14
- package/esm2020/app/eo-client/recyclebin-state/recyclebin-state.component.mjs +1 -1
- package/esm2020/app/eo-client/stored-queries-state/stored-queries-state.component.mjs +1 -1
- package/esm2020/app/eo-client/version-state/version-state.component.mjs +1 -1
- package/esm2020/app/eo-framework/actions/actions/share-object-action/share-object-action.mjs +2 -2
- package/esm2020/app/eo-framework/actions/actions/signature-action/sequence-list/sequence-list.component.mjs +4 -4
- package/esm2020/app/eo-framework/app-shell/app-bar/app-bar.component.mjs +10 -19
- package/esm2020/app/eo-framework/app-shell/app-bar/user-avatar-overlay/user-avatar-overlay.component.mjs +42 -0
- package/esm2020/app/eo-framework/app-shell/app-shell.module.mjs +5 -2
- package/esm2020/app/eo-framework/grid/extensions/custom-sort/custom-sort.component.mjs +2 -2
- package/esm2020/app/eo-framework/grid/extensions/filter/custom/custom-filter.component.mjs +2 -2
- package/esm2020/app/eo-framework/media/media.component.mjs +8 -2
- package/esm2020/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.mjs +4 -3
- package/esm2020/app/eo-framework/object-form/object-form-helper.service.mjs +11 -2
- package/esm2020/app/eo-framework/prepare-details/prepare-details.component.mjs +1 -1
- package/esm2020/app/eo-framework/process/details/process-details.component.mjs +1 -2
- package/esm2020/app/eo-framework/result-list/result-list.component.mjs +18 -2
- package/esm2020/app/eo-framework/ui/overlay/overlay.component.mjs +38 -18
- package/esm2020/projects/eo-sdk/core/lib/model/dms-object.model.mjs +5 -3
- package/esm2020/projects/eo-sdk/core/lib/service/bpm/bpm.service.mjs +6 -6
- package/fesm2015/eo-sdk-client-projects-eo-sdk-core.mjs +9 -7
- package/fesm2015/eo-sdk-client-projects-eo-sdk-core.mjs.map +1 -1
- package/fesm2015/eo-sdk-client.mjs +333 -233
- package/fesm2015/eo-sdk-client.mjs.map +1 -1
- package/fesm2020/eo-sdk-client-projects-eo-sdk-core.mjs +9 -7
- package/fesm2020/eo-sdk-client-projects-eo-sdk-core.mjs.map +1 -1
- package/fesm2020/eo-sdk-client.mjs +329 -229
- package/fesm2020/eo-sdk-client.mjs.map +1 -1
- package/package.json +3 -3
- package/projects/eo-sdk/core/lib/model/dms-object.model.d.ts.map +1 -1
|
@@ -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.
|
|
@@ -4499,7 +4499,8 @@ class DmsObject {
|
|
|
4499
4499
|
edit: json.rights[0].privileges.edit && !(this.lock && this.lock.by.other),
|
|
4500
4500
|
delete: json.rights[0].privileges.delete && !(this.lock && this.lock.by.other),
|
|
4501
4501
|
finalize: json.rights[0].privileges.finalize && !(this.lock && this.lock.by.other),
|
|
4502
|
-
recycle: json.rights[0].privileges.recycle && !(this.lock && this.lock.by.other)
|
|
4502
|
+
recycle: json.rights[0].privileges.recycle && !(this.lock && this.lock.by.other),
|
|
4503
|
+
share: json.rights[0].privileges.share && !(this.lock && this.lock.by.other),
|
|
4503
4504
|
};
|
|
4504
4505
|
}
|
|
4505
4506
|
else {
|
|
@@ -4508,7 +4509,8 @@ class DmsObject {
|
|
|
4508
4509
|
edit: false,
|
|
4509
4510
|
delete: false,
|
|
4510
4511
|
finalize: false,
|
|
4511
|
-
recycle: false
|
|
4512
|
+
recycle: false,
|
|
4513
|
+
share: false
|
|
4512
4514
|
};
|
|
4513
4515
|
}
|
|
4514
4516
|
if (json.shares) {
|